From ab9ce322e7acb197a29a4b378208939b7671630c Mon Sep 17 00:00:00 2001 From: Gabriel Stefanini Vicente Date: Wed, 28 Feb 2024 17:21:17 -0500 Subject: [PATCH] Fix symlink (#23) --- docs/notebooks | 1 + .../JUP_SURGP_GLO_B_D__LEI_Evaluation.ipynb | 435 - .../ECA_Urban_Extents.ipynb | 1247 - .../KAZ_Urbanization_Review.ipynb | 70731 -------------- .../Urban_metrics_Combine_All.ipynb | 589 - .../Urban_metrics_Fullness.ipynb | 16867 ---- .../Urban_metrics_Shape.ipynb | 25323 ----- .../Urban_metrics_Sprawl.ipynb | 77557 ---------------- .../Urban_metrics_Structure.ipynb | 37135 -------- .../Summarize_Urban.ipynb | 531 - docs/notebooks/Implementations/README.md | 2 - .../Slum_Mapping/Imagery_Search.ipynb | 246 - .../slumML/OpenBuildings2FeatureClass.py | 92 - .../Slum_Mapping/slumML/README.md | 41 - .../Slum_Mapping/slumML/STEP1.ipynb | 485 - .../Slum_Mapping/slumML/STEP1.py | 244 - .../Slum_Mapping/slumML/STEP2.ipynb | 778 - .../Slum_Mapping/slumML/STEP2.py | 189 - .../URB_DECAT_B_ExploringGHSSMODcode.ipynb | 452 - ...URB_SCAUR_UKR_B_I_urbanizationReview.ipynb | 941 - .../URB_SEAU1_B_A_Ka_ExtractDataUrban.ipynb | 560 - .../Create_Mosaick_Datasets.ipynb | 292 - .../GHSL_Standardize_To_Country.ipynb | 223 - .../MAP_Urbanization.ipynb | 764 - .../NGA_specific_results.ipynb | 827 - .../URB_SEAU1_NovelUrbanization/README.md | 25 - .../SSA_countries_GDP_Urbanization.csv | 48 - .../URB_SEAU1_B_A_Ka_NovelUrbanizaton.ipynb | 950 - .../WBGAPI_Extract_urbanization_GDP.ipynb | 1384 - .../novelUrbanization.py | 702 - .../Data Preparation.ipynb | 2480 - .../URB_SURDR_ZAF_Energy_Transition/README.md | 2 - .../Zonal_statistics.ipynb | 1220 - .../notebooks/Implementations/WSF/__init__.py | 0 docs/notebooks/Implementations/WSF/wsfdata.py | 158 - .../WSF_DECAT_B_ExploringIDCerrors.ipynb | 458 - .../Replications/URB_NovelUrbanization.py | 56 - docs/notebooks/Tutorials/LEI_Example.ipynb | 369 - .../Tutorials/UrbanAreas_tutorials.ipynb | 157 - 39 files changed, 1 insertion(+), 244560 deletions(-) create mode 120000 docs/notebooks delete mode 100644 docs/notebooks/Implementations/JUP_SURGP_GLO_B_D__LEI_Evaluation.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/ECA_Urban_Extents.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/KAZ_Urbanization_Review.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Combine_All.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Fullness.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Shape.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Sprawl.ipynb delete mode 100644 docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Structure.ipynb delete mode 100644 docs/notebooks/Implementations/POV_EEAPV_COG_urban_assessment/Summarize_Urban.ipynb delete mode 100644 docs/notebooks/Implementations/README.md delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/Imagery_Search.ipynb delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/OpenBuildings2FeatureClass.py delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/README.md delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.ipynb delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.py delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.ipynb delete mode 100644 docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.py delete mode 100644 docs/notebooks/Implementations/URB_DECAT_B_ExploringGHSSMODcode.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SCAUR_UKR_B_I_urbanizationReview/URB_SCAUR_UKR_B_I_urbanizationReview.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_B_A_Ka_ExtractDataUrban.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/Create_Mosaick_Datasets.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/GHSL_Standardize_To_Country.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/MAP_Urbanization.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/NGA_specific_results.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/README.md delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/SSA_countries_GDP_Urbanization.csv delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/URB_SEAU1_B_A_Ka_NovelUrbanizaton.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/WBGAPI_Extract_urbanization_GDP.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/novelUrbanization.py delete mode 100644 docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Data Preparation.ipynb delete mode 100644 docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/README.md delete mode 100644 docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Zonal_statistics.ipynb delete mode 100644 docs/notebooks/Implementations/WSF/__init__.py delete mode 100644 docs/notebooks/Implementations/WSF/wsfdata.py delete mode 100644 docs/notebooks/Implementations/WSF_DECAT_B_ExploringIDCerrors.ipynb delete mode 100644 docs/notebooks/Replications/URB_NovelUrbanization.py delete mode 100644 docs/notebooks/Tutorials/LEI_Example.ipynb delete mode 100644 docs/notebooks/Tutorials/UrbanAreas_tutorials.ipynb diff --git a/docs/notebooks b/docs/notebooks new file mode 120000 index 0000000..8f9a5b2 --- /dev/null +++ b/docs/notebooks @@ -0,0 +1 @@ +../notebooks \ No newline at end of file diff --git a/docs/notebooks/Implementations/JUP_SURGP_GLO_B_D__LEI_Evaluation.ipynb b/docs/notebooks/Implementations/JUP_SURGP_GLO_B_D__LEI_Evaluation.ipynb deleted file mode 100644 index 36cf301..0000000 --- a/docs/notebooks/Implementations/JUP_SURGP_GLO_B_D__LEI_Evaluation.ipynb +++ /dev/null @@ -1,435 +0,0 @@ -{ - "cells": [ - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculating LEI\n", - "\n", - "This script is used for exploring LEI methods - in order to calculate LEI proper, look for the LEIFast.py script in GOST_Rocks/Urban; this implements multi-threading." - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "ename": "ModuleNotFoundError", - "evalue": "No module named 'src.LEI'", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m/tmp/ipykernel_81457/3673388608.py\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 14\u001b[0m \u001b[0;31m#Import GOST urban functions\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 15\u001b[0m \u001b[0msys\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpath\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mappend\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m\"../../\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 16\u001b[0;31m \u001b[0;32mfrom\u001b[0m \u001b[0msrc\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mLEI\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0;34m*\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", - "\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'src.LEI'" - ] - } - ], - "source": [ - "import os\n", - "import sys\n", - "\n", - "import rasterio\n", - "import rasterio.features\n", - "\n", - "import pandas as pd\n", - "import numpy as np\n", - "\n", - "from matplotlib import pyplot\n", - "from rasterio.plot import show\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../\")\n", - "from src.LEI import *" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "LEI_folder = \"/home/wb411133/data/Projects/LEI\"\n", - "results = {}\n", - "GHSL_files = []\n", - "for root, dirs, files in os.walk(LEI_folder):\n", - " if os.path.exists(os.path.join(root, \"GHSL.tif\")):\n", - " GHSL_files.append(os.path.join(root, \"GHSL.tif\"))\n", - " try:\n", - " results[os.path.basename(root)] = [\n", - " len(files),\n", - " os.stat(os.path.join(root, \"GHSL.tif\")).st_size,\n", - " ]\n", - " if len(files) != 6:\n", - " print(\n", - " \"%s - %s\"\n", - " % (\n", - " os.path.basename(root),\n", - " os.stat(os.path.join(root, \"GHSL.tif\")).st_size,\n", - " )\n", - " )\n", - " except:\n", - " pass" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Vizualize raster data - GHSL" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "root = \"/home/wb411133/data/Projects/LEI/634/\"\n", - "inputGHSL = os.path.join(root, \"GHSL.tif\")\n", - "inRaster = rasterio.open(inputGHSL)\n", - "inR = inRaster.read()\n", - "\n", - "newR = (inR == 3).astype(\"int\")\n", - "oldR = (np.isin(inR, [4, 5, 6])).astype(\"int\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "fig, (axr, axg) = pyplot.subplots(1, 2, figsize=(20, 20))\n", - "show(oldR, ax=axr, title=\"OLD\")\n", - "show(newR, ax=axg, title=\"NEW\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# write out raster to file\n", - "outProperties = inRaster.profile\n", - "outRaster = outRaster.astype(\"int32\")\n", - "outProperties[\"dtype\"] = \"int32\"\n", - "with rasterio.open(inputGHSL.replace(\".tif\", \"_LEI.tif\"), \"w\", **outProperties) as out:\n", - " out.write(outRaster)" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate LEI" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "for ghsl_file in GHSL_files:\n", - " print(f\"{ghsl_file}\")\n", - " out_file = ghsl_file.replace(\".tif\", \"new_LEI_90_00.csv\")\n", - " if not os.path.exists(out_file):\n", - " lei = calculate_LEI(ghsl_file, old_list=[5, 6], new_list=[4])\n", - " xx = pd.DataFrame(lei, columns=[\"geometry\", \"old\", \"total\"])\n", - " xx[\"LEI\"] = xx[\"old\"] / xx[\"total\"]\n", - " xx.to_csv(out_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Process LEI results\n", - "base_folder = \"/home/wb411133/data/Projects/LEI\"\n", - "all_results_files = []\n", - "for root, folders, files in os.walk(base_folder):\n", - " for f in files:\n", - " if \"GHSLnew_LEI_90_00\" in f:\n", - " all_results_files.append(os.path.join(root, f))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "summarized_results = {}\n", - "for res_file in all_results_files:\n", - " res = summarize_LEI(res_file)\n", - " baseName = os.path.basename(os.path.dirname(res_file))\n", - " summarized_results[baseName] = res" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_results = pd.DataFrame(summarized_results).transpose()\n", - "# Old test to determine which files were not processed correctly\n", - "# bas_res = all_results[all_results['Expansion'] == 123282000.0].index\n", - "all_results.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_results.to_csv(os.path.join(LEI_folder, \"Summarized_LEI_Results_90_00.csv\"))" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Summarize total built per city" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_res = {}\n", - "for g_file in GHSL_files:\n", - " city = os.path.basename(os.path.dirname(g_file))\n", - " inR = rasterio.open(g_file)\n", - " inD = inR.read()\n", - " built2014 = (inD >= 3).sum() * (30 * 30)\n", - " built2000 = (inD >= 4).sum() * (30 * 30)\n", - " built1990 = (inD >= 5).sum() * (30 * 30)\n", - " built1975 = (inD >= 6).sum() * (30 * 30)\n", - " all_res[city] = [built1975, built1990, built2000, built2014]\n", - " print(city)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx = pd.DataFrame(all_res).head().transpose()\n", - "xx.columns = [\"built75\", \"built90\", \"built00\", \"built14\"]\n", - "# xx[xx.index.isin(['1'])]\n", - "xx.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx.to_csv(\"/home/wb411133/temp/LEI_cities_built.csv\")" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Combining results" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "csv_files = [x for x in os.listdir(LEI_folder) if x[-4:] == \".csv\"]\n", - "lei0014 = pd.read_csv(\n", - " os.path.join(LEI_folder, \"Summarized_LEI_Results.csv\"), index_col=0\n", - ")\n", - "lei0014.columns = [\"%s_0014\" % x for x in lei0014.columns]\n", - "\n", - "lei9014 = pd.read_csv(\n", - " os.path.join(LEI_folder, \"Summarized_LEI_Results_90_0014.csv\"), index_col=0\n", - ")\n", - "lei9014.columns = [\"%s_9014\" % x for x in lei9014.columns]\n", - "\n", - "lei9000 = pd.read_csv(\n", - " os.path.join(LEI_folder, \"Summarized_LEI_Results_90_00.csv\"), index_col=0\n", - ")\n", - "lei9000.columns = [\"%s_9000\" % x for x in lei9000.columns]\n", - "\n", - "built_area = pd.read_csv(\"/home/wb411133/temp/LEI_cities_built.csv\", index_col=0)\n", - "built_area.columns = [\"%s_BUILT\" % x for x in built_area.columns]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "combined_results = lei0014.join(lei9014).join(lei9000).join(built_area)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "combined_results.to_csv(os.path.join(LEI_folder, \"LEI_COMBINED.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "(\n", - " combined_results[\"Expansion_0014\"]\n", - " + combined_results[\"Infill_0014\"]\n", - " + combined_results[\"Leapfrog_0014\"]\n", - " - (combined_results[\"built14_BUILT\"] - combined_results[\"built00_BUILT\"])\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "built_area.head()" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Summarizing methods" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "in_ghsl = \"/home/wb411133/data/Projects/LEI/1/GHSL.tif\"\n", - "inR = rasterio.open(in_ghsl)\n", - "inD = inR.read()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Get cell counts of each built category\n", - "built2014 = (inD >= 3).sum()\n", - "built2000 = (inD >= 4).sum()\n", - "built1990 = (inD >= 5).sum()\n", - "built1975 = (inD >= 6).sum()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "print(\"%s\\n%s\\n%s\\n%s\" % (built2014, built2000, built1990, built1975))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "lei_2000_2014 = calculate_LEI(in_ghsl, old_list=[4, 5, 6], new_list=[3])\n", - "lei_1990_2000 = calculate_LEI(in_ghsl, old_list=[5, 6], new_list=[4])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx = pd.DataFrame(lei, columns=[\"geometry\", \"old\", \"total\"])\n", - "xx[\"LEI\"] = xx[\"old\"] / xx[\"total\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "in_file = \"/home/wb411133/data/Projects/LEI/1/GHSLnew_LEI_90_00.csv\"\n", - "inD = pd.read_csv(in_file, index_col=0)\n", - "inD.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "summarize_LEI(in_file)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.9.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/ECA_Urban_Extents.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/ECA_Urban_Extents.ipynb deleted file mode 100644 index edbc094..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/ECA_Urban_Extents.ipynb +++ /dev/null @@ -1,1247 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# ECA Urban extents\n", - "\n", - "Calculate urban extents using GHS-Pop for all of ECA; attribute with nighttime lights values" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import os\n", - "import json\n", - "import boto3\n", - "import multiprocessing\n", - "import rasterio\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "\n", - "from botocore.config import Config\n", - "from botocore import UNSIGNED\n", - "from shapely.geometry import Point\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.ntlMisc as ntl\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "sys.path.append(\"../../../src\")\n", - "import GOST_Urban.country_helper as country_helper\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2\n", - "\n", - "# read in local important parameters\n", - "local_json = \"/home/wb411133/Code/urbanParameters.json\"\n", - "with open(local_json, \"r\") as inJ:\n", - " important_vars = json.load(inJ)\n", - "\n", - "s3 = boto3.client(\"s3\", config=Config(signature_version=UNSIGNED))" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "global_population_ghs_file = \"/home/public/Data/GLOBAL/Population/GHS/2022_1km/GHS_POP_E2020_GLOBE_R2022A_54009_1000_V1_0.tif\"\n", - "global_admin = \"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\"\n", - "global_ghsl_folder = \"/home/public/Data/GLOBAL/GHSL/v2022/\"\n", - "\n", - "output_folder = \"/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents\"\n", - "if not os.path.exists(output_folder):\n", - " os.makedirs(output_folder)\n", - "\n", - "ntl_files = ntl.aws_search_ntl()\n", - "ghsl_files = [\n", - " os.path.join(global_ghsl_folder, x)\n", - " for x in os.listdir(global_ghsl_folder)\n", - " if x.endswith(\".tif\")\n", - "]\n", - "ghsl_files.sort()" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "inR = rasterio.open(global_population_ghs_file)\n", - "\n", - "allAdmin = gpd.read_file(global_admin)\n", - "inAdmin = allAdmin.loc[\n", - " (allAdmin[\"Region\"] == \"Europe & Central Asia\")\n", - " | (allAdmin[\"ISO3\"].isin([\"RUS\", \"ROU\", \"HRV\"]))\n", - "]\n", - "inAdmin = inAdmin.to_crs(inR.crs)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate urban with helper object" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:35:29\t*********STARTING ALB\n", - "15:35:29\t*********STARTING ARM\n", - "15:35:29\t*********STARTING AZE\n", - "15:35:29\t*********STARTING BLR\n", - "15:35:29\t*********STARTING BIH\n", - "15:35:29\t*********STARTING BGR\n", - "15:35:29\t*********STARTING HRV\n", - "15:35:29\t*********STARTING GEO\n", - "15:35:29\t*********STARTING HUN\n", - "15:35:29\t*********STARTING KAZ\n", - "15:35:29\t*********STARTING KGZ\n", - "15:35:30\t*********STARTING MDA\n", - "15:35:30\t*********STARTING ROU\n", - "15:35:30\t*********STARTING RUS\n", - "15:35:30\t*********STARTING TJK\n", - "15:35:30\t*********STARTING MKD\n", - "15:35:30\t*********STARTING TUR\n", - "15:35:30\t*********STARTING TKM\n", - "15:35:30\t*********STARTING UKR\n", - "15:35:30\t*********STARTING UZB\n", - "15:35:30\t*********STARTING MNE\n", - "15:35:30\t*********STARTING SRB\n", - "15:35:30\t*********STARTING KSV\n" - ] - } - ], - "source": [ - "all_args = []\n", - "for idx, row in inAdmin.iterrows():\n", - " iso3 = row[\"ISO3\"]\n", - " tPrint(f\"*********STARTING {iso3}\")\n", - " sel_country = gpd.GeoDataFrame(inAdmin.loc[inAdmin[\"ISO3\"] == iso3], crs=inR.crs)\n", - " sel_country[\"geometry\"] = sel_country[\"geometry\"].apply(lambda x: x.buffer(0))\n", - " cur_folder = os.path.join(output_folder, iso3)\n", - " if not os.path.exists(cur_folder):\n", - " os.makedirs(cur_folder)\n", - " pop_file = os.path.join(cur_folder, f\"{iso3}_ghs_pop_2020.tif\")\n", - " if not os.path.exists(pop_file):\n", - " rMisc.clipRaster(inR, sel_country, pop_file)\n", - " inP = rasterio.open(pop_file)\n", - " if iso3 == \"HRV\":\n", - " all_args.append(\n", - " [iso3, sel_country, cur_folder, pop_file, ntl_files, ghsl_files]\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "def run_extractor(iso3, sel_country, cur_folder, inP, ntl_files, ghsl_files):\n", - " extractor = country_helper.urban_country(iso3, sel_country, cur_folder, inP)\n", - " # extractor.delete_urban_data()\n", - " extractor.calculate_urban_extents()\n", - " extractor.summarize_ntl(ntl_files=ntl_files)\n", - " extractor.summarize_ghsl(ghsl_files, clip_raster=True, binary_calc=True)" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:35:38\tRunning urbanization for HRV\n", - "15:35:38\t: Read in urban data\n", - "15:35:38\t: Creating Shape 0\n", - "15:36:04\t: Read in urban data\n", - "15:36:04\t: Creating Shape 0\n", - "15:41:07\tE1975\n", - "15:41:08\tE1980\n", - "15:41:09\tE1985\n", - "15:41:10\tE1990\n", - "15:41:11\tE1995\n", - "15:41:12\tE2000\n", - "15:41:13\tE2005\n", - "15:41:14\tE2010\n", - "15:41:15\tE2015\n", - "15:41:17\tE2020\n", - "15:41:18\tP2025LIN\n", - "15:41:19\tP2030LIN\n" - ] - } - ], - "source": [ - "# run a single country\n", - "run_extractor(*all_args[0])" - ] - }, - { - "cell_type": "code", - "execution_count": 106, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:54:20\tRunning urbanization for ROU\n", - "09:54:20\t: Read in urban data\n", - "09:54:20\tRunning urbanization for RUS\n", - "09:54:20\t: Creating Shape 0\n", - "09:54:22\t: Read in urban data\n", - "09:54:23\t: Creating Shape 1000\n", - "09:54:23\t: Creating Shape 0\n", - "09:54:25\t: Creating Shape 2000\n", - "09:56:00\t: Read in urban data\n", - "09:56:00\t: Creating Shape 0\n", - "10:03:26\tE1975\n", - "10:03:28\tE1980\n", - "10:03:30\tE1985\n", - "10:03:33\tE1990\n", - "10:03:35\tE1995\n", - "10:03:37\tE2000\n", - "10:03:39\tE2005\n", - "10:03:41\tE2010\n", - "10:03:44\tE2015\n", - "10:03:46\tE2020\n", - "10:03:48\tP2025LIN\n", - "10:03:50\tP2030LIN\n", - "10:23:18\t: Creating Shape 1000\n", - "10:49:09\t: Creating Shape 2000\n", - "11:15:11\t: Creating Shape 3000\n", - "11:40:36\t: Creating Shape 4000\n", - "12:06:19\t: Creating Shape 5000\n", - "12:31:27\t: Creating Shape 6000\n", - "12:54:56\t: Creating Shape 7000\n", - "13:20:46\t: Creating Shape 8000\n", - "13:45:43\t: Creating Shape 9000\n", - "14:11:56\t: Creating Shape 10000\n", - "14:37:39\t: Creating Shape 11000\n", - "15:03:18\t: Creating Shape 12000\n", - "15:29:21\t: Creating Shape 13000\n", - "15:55:06\t: Creating Shape 14000\n", - "16:21:06\t: Creating Shape 15000\n", - "16:47:03\t: Creating Shape 16000\n", - "17:13:18\t: Creating Shape 17000\n", - "17:39:21\t: Creating Shape 18000\n", - "18:07:37\t: Creating Shape 19000\n", - "18:35:41\t: Creating Shape 20000\n", - "18:58:06\t: Creating Shape 21000\n", - "19:22:22\t: Creating Shape 22000\n", - "19:51:35\t: Read in urban data\n", - "19:51:36\t: Creating Shape 0\n", - "20:18:29\t: Creating Shape 1000\n", - "20:42:27\t: Creating Shape 2000\n", - "21:07:53\t: Creating Shape 3000\n", - "22:42:48\tE1975\n", - "22:48:24\tE1980\n", - "22:54:37\tE1985\n", - "23:00:29\tE1990\n", - "23:06:12\tE1995\n", - "23:11:31\tE2000\n", - "23:17:38\tE2005\n", - "23:23:19\tE2010\n", - "23:29:23\tE2015\n", - "23:35:26\tE2020\n", - "23:41:40\tP2025LIN\n", - "23:47:34\tP2030LIN\n" - ] - } - ], - "source": [ - "with multiprocessing.Pool(len(all_args)) as pool:\n", - " pool.starmap(run_extractor, all_args)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Merge data" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [], - "source": [ - "hd_files = []\n", - "center_files = []\n", - "for root, folders, files in os.walk(output_folder):\n", - " for f in files:\n", - " if f.endswith(\"extents.geojson\"):\n", - " center_files.append(os.path.join(root, f))\n", - " if f.endswith(\"extents_hd.geojson\"):\n", - " hd_files.append(os.path.join(root, f))" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "metadata": {}, - "outputs": [], - "source": [ - "all_res = []\n", - "\n", - "for cFile in center_files:\n", - " curD = gpd.read_file(cFile)\n", - " iso3 = os.path.basename(cFile)[:3]\n", - " curD[\"ISO3\"] = iso3\n", - " all_res.append(curD)\n", - "\n", - "final_center = pd.concat(all_res)" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [], - "source": [ - "all_res = []\n", - "\n", - "for cFile in hd_files:\n", - " curD = gpd.read_file(cFile)\n", - " iso3 = os.path.basename(cFile)[:3]\n", - " curD[\"ISO3\"] = iso3\n", - " all_res.append(curD)\n", - "\n", - "hd_center = pd.concat(all_res)" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
citycity_asciilatlngcountryiso2iso3admin_namecapitalpopulationidgeometry
0TokyoTokyo35.6839139.7744JapanJPJPNTōkyōprimary39105000.01392685764POINT (139.77440 35.68390)
1JakartaJakarta-6.2146106.8451IndonesiaIDIDNJakartaprimary35362000.01360771077POINT (106.84510 -6.21460)
2DelhiDelhi28.666777.2167IndiaININDDelhiadmin31870000.01356872604POINT (77.21670 28.66670)
3ManilaManila14.6000120.9833PhilippinesPHPHLManilaprimary23971000.01608618140POINT (120.98330 14.60000)
4São PauloSao Paulo-23.5504-46.6339BrazilBRBRASão Pauloadmin22495000.01076532519POINT (-46.63390 -23.55040)
\n", - "
" - ], - "text/plain": [ - " city city_ascii lat lng country iso2 iso3 admin_name \\\n", - "0 Tokyo Tokyo 35.6839 139.7744 Japan JP JPN Tōkyō \n", - "1 Jakarta Jakarta -6.2146 106.8451 Indonesia ID IDN Jakarta \n", - "2 Delhi Delhi 28.6667 77.2167 India IN IND Delhi \n", - "3 Manila Manila 14.6000 120.9833 Philippines PH PHL Manila \n", - "4 São Paulo Sao Paulo -23.5504 -46.6339 Brazil BR BRA São Paulo \n", - "\n", - " capital population id geometry \n", - "0 primary 39105000.0 1392685764 POINT (139.77440 35.68390) \n", - "1 primary 35362000.0 1360771077 POINT (106.84510 -6.21460) \n", - "2 admin 31870000.0 1356872604 POINT (77.21670 28.66670) \n", - "3 primary 23971000.0 1608618140 POINT (120.98330 14.60000) \n", - "4 admin 22495000.0 1076532519 POINT (-46.63390 -23.55040) " - ] - }, - "execution_count": 54, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# match cities to centers\n", - "inCities = pd.read_csv(\n", - " \"/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/CITIES/worldcities.csv\"\n", - ")\n", - "geoms = [Point(x) for x in zip(inCities[\"lng\"], inCities[\"lat\"])]\n", - "inCities = gpd.GeoDataFrame(inCities, geometry=geoms, crs=4326)\n", - "inCities.to_file(\n", - " \"/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/CITIES/worldcities.geojson\",\n", - " driver=\"GeoJSON\",\n", - ")\n", - "inCities.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoparea_kmCityStateCountrygeometryISO3
03825140.47461314.580036POLYGON ((19.42322 42.22001, 19.42147 42.21095...ALB
1383101286.859611105.284091POLYGON ((19.50192 42.12943, 19.49319 42.08416...ALB
238418543.25070329.028823POLYGON ((20.41983 42.09321, 20.41801 42.08416...ALB
338524087.07047630.569495POLYGON ((19.65514 41.80375, 19.65341 41.79471...ALB
438610523.73387734.099436POLYGON ((19.64473 41.74953, 19.64300 41.74049...ALB
\n", - "
" - ], - "text/plain": [ - " ID Pop area_km City State Country \\\n", - "0 382 5140.474613 14.580036 \n", - "1 383 101286.859611 105.284091 \n", - "2 384 18543.250703 29.028823 \n", - "3 385 24087.070476 30.569495 \n", - "4 386 10523.733877 34.099436 \n", - "\n", - " geometry ISO3 \n", - "0 POLYGON ((19.42322 42.22001, 19.42147 42.21095... ALB \n", - "1 POLYGON ((19.50192 42.12943, 19.49319 42.08416... ALB \n", - "2 POLYGON ((20.41983 42.09321, 20.41801 42.08416... ALB \n", - "3 POLYGON ((19.65514 41.80375, 19.65341 41.79471... ALB \n", - "4 POLYGON ((19.64473 41.74953, 19.64300 41.74049... ALB " - ] - }, - "execution_count": 55, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "final_center.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 77, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "TopologyException: side location conflict at 49.958401276489617 40.507087222959193\n", - "TopologyException: side location conflict at 68.701023661527557 37.755427777143758\n", - "TopologyException: side location conflict at 32.713419042156112 39.85334402309207\n", - "TopologyException: side location conflict at 27.001225643823744 39.576433690873856\n", - "TopologyException: side location conflict at 70.856244995412752 40.516059059789249\n" - ] - } - ], - "source": [ - "final_center[\"wCity\"] = \"\"\n", - "final_center.reset_index(inplace=True)\n", - "\n", - "for idx, row in final_center.iterrows():\n", - " try:\n", - " sel_city = inCities.loc[inCities.intersects(row[\"geometry\"])]\n", - " except:\n", - " sel_city = inCities.loc[inCities.intersects(row[\"geometry\"].buffer(0))]\n", - " if sel_city.shape[0] > 0:\n", - " final_center.loc[idx, \"wCity\"] = sel_city[\"city\"].iloc[0]" - ] - }, - { - "cell_type": "code", - "execution_count": 78, - "metadata": {}, - "outputs": [], - "source": [ - "final_center.to_file(\n", - " os.path.join(output_folder, \"all_urban_centers.geojson\"), driver=\"GeoJSON\"\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 79, - "metadata": {}, - "outputs": [], - "source": [ - "hd_center[\"wCity\"] = \"\"\n", - "hd_center.reset_index(inplace=True)\n", - "for idx, row in hd_center.iterrows():\n", - " try:\n", - " sel_city = inCities.loc[inCities.intersects(row[\"geometry\"])]\n", - " except:\n", - " sel_city = inCities.loc[inCities.intersects(row[\"geometry\"].buffer(0))]\n", - " if sel_city.shape[0] > 0:\n", - " hd_center.loc[idx, \"wCity\"] = sel_city[\"city\"].iloc[0]\n", - " break" - ] - }, - { - "cell_type": "code", - "execution_count": 80, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
level_0indexIDPoparea_kmCityStateCountrygeometryISO3wCity
0005173411.44853130.844770ShkoderNorthern AlbaniaAlbaniaPOLYGON ((19.49319 42.08416, 19.48449 42.03890...ALBShkodër
11152849847.976494220.002916Tirana MunicipalityCentral AlbaniaAlbaniaPOLYGON ((19.73288 41.39751, 19.72945 41.37947...ALB
22253120825.86799351.416028Bashkia DurrësNorthern AlbaniaAlbaniaPOLYGON ((19.43811 41.35243, 19.42969 41.30736...ALB
3335470617.84940224.664147ElbasanCentral AlbaniaAlbaniaPOLYGON ((20.08810 41.13621, 20.08638 41.12721...ALB
4445558537.55770517.415388FierSouthern AlbaniaAlbaniaPOLYGON ((19.55382 40.75847, 19.55051 40.74050...ALB
....................................
33333307267854.35732229.795604NaNNaNNaNPOLYGON ((20.85225 42.90091, 20.84647 42.87362...KSV
33433417350956.75815824.041732NaNNaNNaNPOLYGON ((20.31269 42.69181, 20.30896 42.67364...KSV
335335274225043.041450101.665246NaNNaNNaNPOLYGON ((21.16049 42.70089, 21.15854 42.69181...KSV
33633637557571.20610025.651477NaNNaNNaNPOLYGON ((21.14319 42.39224, 21.13936 42.37411...KSV
337337476105382.54921140.115890NaNNaNNaNPOLYGON ((20.70364 42.24719, 20.69805 42.22001...KSV
\n", - "

338 rows × 11 columns

\n", - "
" - ], - "text/plain": [ - " level_0 index ID Pop area_km City \\\n", - "0 0 0 51 73411.448531 30.844770 Shkoder \n", - "1 1 1 52 849847.976494 220.002916 Tirana Municipality \n", - "2 2 2 53 120825.867993 51.416028 Bashkia Durrës \n", - "3 3 3 54 70617.849402 24.664147 Elbasan \n", - "4 4 4 55 58537.557705 17.415388 Fier \n", - ".. ... ... .. ... ... ... \n", - "333 333 0 72 67854.357322 29.795604 NaN \n", - "334 334 1 73 50956.758158 24.041732 NaN \n", - "335 335 2 74 225043.041450 101.665246 NaN \n", - "336 336 3 75 57571.206100 25.651477 NaN \n", - "337 337 4 76 105382.549211 40.115890 NaN \n", - "\n", - " State Country \\\n", - "0 Northern Albania Albania \n", - "1 Central Albania Albania \n", - "2 Northern Albania Albania \n", - "3 Central Albania Albania \n", - "4 Southern Albania Albania \n", - ".. ... ... \n", - "333 NaN NaN \n", - "334 NaN NaN \n", - "335 NaN NaN \n", - "336 NaN NaN \n", - "337 NaN NaN \n", - "\n", - " geometry ISO3 wCity \n", - "0 POLYGON ((19.49319 42.08416, 19.48449 42.03890... ALB Shkodër \n", - "1 POLYGON ((19.73288 41.39751, 19.72945 41.37947... ALB \n", - "2 POLYGON ((19.43811 41.35243, 19.42969 41.30736... ALB \n", - "3 POLYGON ((20.08810 41.13621, 20.08638 41.12721... ALB \n", - "4 POLYGON ((19.55382 40.75847, 19.55051 40.74050... ALB \n", - ".. ... ... ... \n", - "333 POLYGON ((20.85225 42.90091, 20.84647 42.87362... KSV \n", - "334 POLYGON ((20.31269 42.69181, 20.30896 42.67364... KSV \n", - "335 POLYGON ((21.16049 42.70089, 21.15854 42.69181... KSV \n", - "336 POLYGON ((21.14319 42.39224, 21.13936 42.37411... KSV \n", - "337 POLYGON ((20.70364 42.24719, 20.69805 42.22001... KSV \n", - "\n", - "[338 rows x 11 columns]" - ] - }, - "execution_count": 80, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "hd_center" - ] - }, - { - "cell_type": "code", - "execution_count": 81, - "metadata": {}, - "outputs": [], - "source": [ - "hd_center.to_file(\n", - " os.path.join(output_folder, \"all_hd_urban_centers.geojson\"), driver=\"GeoJSON\"\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Delete GHSL files" - ] - }, - { - "cell_type": "code", - "execution_count": 85, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ALB/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/ARM/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/AZE/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BLR/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BIH/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/BGR/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/GEO/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/HUN/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KGZ/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MDA/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TJK/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MKD/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TUR/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/TKM/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UKR/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/UZB/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/MNE/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/SRB/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E1975_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E1980_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E1985_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E1990_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E1995_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E2000_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E2005_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E2010_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E2015_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_E2020_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_P2025LIN_GLOBE_R2022A_54009_100_V1_0.tif',\n", - " '/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KSV/GHSL_Rasters/GHS_BUILT_S_P2030LIN_GLOBE_R2022A_54009_100_V1_0.tif']" - ] - }, - "execution_count": 85, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "bad_files = []\n", - "for root, dirs, files in os.walk(output_folder):\n", - " for f in files:\n", - " if f.endswith(\"100_V1_0.tif\"):\n", - " bad_files.append(os.path.join(root, f))\n", - "\n", - "bad_files" - ] - }, - { - "cell_type": "code", - "execution_count": 86, - "metadata": {}, - "outputs": [], - "source": [ - "for f in bad_files:\n", - " os.remove(f)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/KAZ_Urbanization_Review.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/KAZ_Urbanization_Review.ipynb deleted file mode 100644 index 7513e0f..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/KAZ_Urbanization_Review.ipynb +++ /dev/null @@ -1,70731 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Kazakhstan urbanization review\n", - "\n", - "In support of Giuseppe Rossitti and Tom Farole, we need to generate a set of standard urban analyses\n", - "\n", - "1. EC urban clusters using WorldPop 2020\n", - " - need to name the clusters as well\n", - "2. Nighttime Lights for #1\n", - "3. GHSL for #1\n", - "4. Flood risk\n", - "5. Variation in precipitation and temperature\n", - "6. Air quality (PM 2.5)" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [ - { - "ename": "ModuleNotFoundError", - "evalue": "No module named 'GOSTRocks.ntlMisc'", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 20\u001b[0m \u001b[0msys\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpath\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0minsert\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;36m0\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m\"/home/wb411133/Code/gostrocks/src\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 21\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mGOSTRocks\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mrasterMisc\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mrMisc\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m---> 22\u001b[0;31m \u001b[0;32mimport\u001b[0m \u001b[0mGOSTRocks\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mntlMisc\u001b[0m \u001b[0;32mas\u001b[0m \u001b[0mntl\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 23\u001b[0m \u001b[0;32mfrom\u001b[0m \u001b[0mGOSTRocks\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mmisc\u001b[0m \u001b[0;32mimport\u001b[0m \u001b[0mtPrint\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 24\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'GOSTRocks.ntlMisc'" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import importlib\n", - "import json\n", - "import boto3\n", - "import rasterio\n", - "import folium\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "import skimage.graph as graph\n", - "\n", - "from botocore.config import Config\n", - "from botocore import UNSIGNED\n", - "from shapely.geometry import Point, mapping\n", - "from scipy import ndimage\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/GOSTNets_Raster/src\")\n", - "import GOSTNetsRaster.market_access as ma\n", - "# import GOSTNetsRaster.conversion_tables as speed_tables\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.ntlMisc as ntl\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "sys.path.append(\"../../../src\")\n", - "import GOST_Urban.UrbanRaster as urban\n", - "import GOST_Urban.urban_helper as clippy\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2\n", - "\n", - "# read in local important parameters\n", - "local_json = \"/home/wb411133/Code/urbanParameters.json\"\n", - "with open(local_json, \"r\") as inJ:\n", - " important_vars = json.load(inJ)\n", - "\n", - "s3 = boto3.client(\"s3\", config=Config(signature_version=UNSIGNED))" - ] - }, - { - "cell_type": "code", - "execution_count": 91, - "metadata": {}, - "outputs": [], - "source": [ - "# Define input data\n", - "iso3 = \"KAZ\"\n", - "global_population_file = (\n", - " \"/home/public/Data/GLOBAL/Population/WorldPop_PPP_2020/ppp_2020_1km_Aggregated.tif\"\n", - ")\n", - "global_population_ghs_file = \"/home/public/Data/GLOBAL/Population/GHS/2022_1km/GHS_POP_E2020_GLOBE_R2022A_54009_1000_V1_0.tif\"\n", - "global_ghsl_folder = \"/home/public/Data/GLOBAL/GHSL/v2022/\"\n", - "global_friction_surface = \"/home/public/Data/GLOBAL/INFRA/FRICTION_2020/2020_motorized_friction_surface.geotiff\"\n", - "admin_bounds = \"/home/public/Data/COUNTRY/KAZ/ADMIN/kaz_districts.shp\"\n", - "\n", - "output_folder = \"/home/wb411133/projects/KAZ_SCADR_Urbanization\"\n", - "output_data = os.path.join(output_folder, \"DATA\")\n", - "worldpop_urban = os.path.join(output_data, \"WorldPop_Urban\")\n", - "ghspop_urban = os.path.join(output_data, \"GHS_Urban\")\n", - "ghsl_folder = os.path.join(output_data, \"GHSL\")\n", - "ma_folder = os.path.join(output_data, \"MARKET_ACCESS\")\n", - "\n", - "if not os.path.exists(ma_folder):\n", - " os.makedirs(ma_folder)\n", - "\n", - "# Define output files\n", - "local_population = os.path.join(output_data, f\"{iso3}_ppp_2020_1km_aggregated.tif\")\n", - "local_ghs_population = os.path.join(output_data, f\"{iso3}_ghs_pop_2020.tif\")\n", - "local_friction = os.path.join(output_data, f\"{iso3}_2020_motorized_travel.tif\")\n", - "urban_tt_result = os.path.join(output_data, \"urban_travel_time.csv\")\n", - "\n", - "\"\"\"\n", - "urban_extents_file = os.path.join(worldpop_urban, f\"{iso3}_urban_extents.geojson\")\n", - "urban_extents_raster_file = os.path.join(worldpop_urban, f\"{iso3}_urban_extents.tif\")\n", - "urban_extents_hd_file = os.path.join(worldpop_urban, f\"{iso3}_urban_extents_hd.geojson\")\n", - "urban_extents_hd_raster_file = os.path.join(worldpop_urban, f\"{iso3}_urban_extents_hd.tif\")\n", - "admin_urban_summary = os.path.join(worldpop_urban, \"adm2_urban_summary.shp\")\n", - "urban_admin_summary = os.path.join(worldpop_urban, f\"{iso3}_ADM2_urban_summary.csv\")\n", - "\"\"\"\n", - "urban_extents_file = os.path.join(ghspop_urban, f\"{iso3}_urban_extents.geojson\")\n", - "urban_extents_raster_file = os.path.join(ghspop_urban, f\"{iso3}_urban_extents.tif\")\n", - "urban_extents_hd_file = os.path.join(ghspop_urban, f\"{iso3}_urban_extents_hd.geojson\")\n", - "urban_extents_hd_raster_file = os.path.join(\n", - " ghspop_urban, f\"{iso3}_urban_extents_hd.tif\"\n", - ")\n", - "admin_urban_summary = os.path.join(ghspop_urban, \"adm2_urban_summary.shp\")\n", - "urban_admin_summary = os.path.join(ghspop_urban, f\"{iso3}_ADM2_urban_summary.csv\")\n", - "\n", - "urban_viirs_summary = os.path.join(output_folder, f\"{iso3}_urban_viirs_summary.csv\")\n", - "urban_hd_viirs_summary = os.path.join(\n", - " output_folder, f\"{iso3}_urban_hd_viirs_summary.csv\"\n", - ")\n", - "admin_viirs_summary = os.path.join(output_folder, f\"{iso3}_admin_viirs_summary.csv\")\n", - "\n", - "urban_ghsl_summary = os.path.join(output_folder, f\"{iso3}_urban_ghsl_summary.csv\")\n", - "urban_hd_ghsl_summary = os.path.join(output_folder, f\"{iso3}_urban_hd_ghsl_summary.csv\")\n", - "admin_ghsl_summary = os.path.join(output_folder, f\"{iso3}_admin_ghsl_summary.csv\")\n", - "\n", - "admin_final = os.path.join(output_folder, \"admin_summarized.shp\")\n", - "urban_final = os.path.join(output_folder, \"urban_summarized.shp\")\n", - "urban_hd_final = os.path.join(output_folder, \"urban_hd_summarized.shp\")\n", - "focal_cities = os.path.join(output_folder, \"FOCAL_AOIs.shp\")\n", - "\n", - "# Define market access output\n", - "all_routes_file = os.path.join(ma_folder, \"all_routes.shp\")\n", - "time_matrix = os.path.join(ma_folder, \"all_routes_time_minutes.csv\")\n", - "dist_matrix = os.path.join(ma_folder, \"all_routes_distance_km.csv\")\n", - "dist_all_routes_file = os.path.join(ma_folder, \"all_routes.shp\")\n", - "dist_time_matrix = os.path.join(ma_folder, \"district_routes_time_minutes.csv\")\n", - "dist_dist_matrix = os.path.join(ma_folder, \"district_routes_distance_km.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 36, - "metadata": {}, - "outputs": [], - "source": [ - "inAdmin = gpd.read_file(admin_bounds)\n", - "\n", - "if not os.path.exists(local_population):\n", - " globalP = rasterio.open(global_population_file)\n", - " rMisc.clipRaster(globalP, inAdmin, local_population)\n", - "\n", - "if not os.path.exists(local_ghs_population):\n", - " globalP = rasterio.open(global_population_ghs_file)\n", - " rMisc.clipRaster(globalP, inAdmin, local_ghs_population)\n", - "\n", - "inP = rasterio.open(local_population)\n", - "inP_ghs = rasterio.open(local_ghs_population)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Run urbanization analysis\n", - "1. Create urban extents \n", - "2. Calculate urban population in admin bounds \n", - "3. Summarize nighttime lights in extents and admin\n", - "4. Summarize GHSL in extents and admin" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# 1. Create urban extents for WorldPop\n", - "if not os.path.exists(urban_extents_file):\n", - " urban_calculator = urban.urbanGriddedPop(inP)\n", - " urban_extents = urban_calculator.calculateUrban(\n", - " densVal=300,\n", - " totalPopThresh=5000,\n", - " smooth=False,\n", - " queen=False,\n", - " verbose=True,\n", - " raster=urban_extents_raster_file,\n", - " )\n", - " urban_extents_hd = urban_calculator.calculateUrban(\n", - " densVal=1500,\n", - " totalPopThresh=50000,\n", - " smooth=True,\n", - " queen=False,\n", - " verbose=True,\n", - " raster=urban_extents_hd_raster_file,\n", - " )\n", - " # Name urban extents\n", - " urban_extents = urban.geocode_cities(urban_extents)\n", - " urban_extents_hd = urban.geocode_cities(urban_extents_hd)\n", - " urban_extents.to_file(urban_extents_file, driver=\"GeoJSON\")\n", - " urban_extents_hd.to_file(urban_extents_hd_file, driver=\"GeoJSON\")\n", - "else:\n", - " urban_extents = gpd.read_file(urban_extents_file)\n", - " urban_extents_hd = gpd.read_file(urban_extents_hd_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# 1b. Create urban extents for GHS_Pop\n", - "if not os.path.exists(urban_extents_file):\n", - " urban_calculator = urban.urbanGriddedPop(inP_ghs)\n", - " urban_extents = urban_calculator.calculateUrban(\n", - " densVal=300,\n", - " totalPopThresh=5000,\n", - " smooth=False,\n", - " queen=False,\n", - " verbose=True,\n", - " raster=urban_extents_raster_file,\n", - " )\n", - " if urban_extents.crs.to_epsg() != 4326:\n", - " urban_extents = urban_extents.to_crs(4326)\n", - " urban_extents = urban.geocode_cities(urban_extents)\n", - " urban_extents.to_file(urban_extents_file, driver=\"GeoJSON\")\n", - "if not os.path.exists(urban_extents_hd_file):\n", - " urban_extents_hd = urban_calculator.calculateUrban(\n", - " densVal=1500,\n", - " totalPopThresh=50000,\n", - " smooth=True,\n", - " queen=False,\n", - " verbose=True,\n", - " raster=urban_extents_hd_raster_file,\n", - " )\n", - " if urban_extents_hd.crs.to_epsg() != 4326:\n", - " urban_extents_hd = urban_extents_hd.to_crs(4326)\n", - " # Name urban extents\n", - " urban_extents_hd = urban.geocode_cities(urban_extents_hd)\n", - " urban_extents_hd.to_file(urban_extents_hd_file, driver=\"GeoJSON\")\n", - "else:\n", - " urban_extents = gpd.read_file(urban_extents_file)\n", - " urban_extents_hd = gpd.read_file(urban_extents_hd_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# 2. Calculate urban population in admin areas\n", - "if not os.path.exists(urban_admin_summary):\n", - " pop_worker = clippy.summarize_population(\n", - " local_ghs_population,\n", - " inAdmin,\n", - " urban_extents_raster_file,\n", - " urban_extents_hd_raster_file,\n", - " )\n", - " summarized_urban = pop_worker.calculate_zonal()\n", - " urban_res = summarized_urban.loc[\n", - " :, [x for x in summarized_urban.columns if \"SUM\" in x]\n", - " ]\n", - " urban_res.columns = [\"TOTAL_POP\", \"URBAN_POP\", \"URBAN_HD_POP\"]\n", - " urban_res[\"district_c\"] = inAdmin[\"district_c\"]\n", - " urban_res[\"district\"] = inAdmin[\"district\"]\n", - " urban_res.to_csv(urban_admin_summary)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# 3. summarize nighttime lights\n", - "ntl_files = ntl.aws_search_ntl()\n", - "\n", - "viirs_folder = os.path.join(output_data, \"NTL_ZONAL_RES\")\n", - "if not os.path.exists(viirs_folder):\n", - " os.makedirs(viirs_folder)\n", - "\n", - "urbanD = gpd.read_file(urban_extents_file)\n", - "urbanHD = gpd.read_file(urban_extents_hd_file)\n", - "\n", - "for ntl_file in ntl_files:\n", - " name = ntl_file.split(\"/\")[-1].split(\"_\")[2][:8]\n", - " inR = rasterio.open(ntl_file)\n", - " tPrint(\"Processing %s\" % name)\n", - " urban_res_file = os.path.join(viirs_folder, f\"URBAN_{name}.csv\")\n", - " urban_hd_res_file = os.path.join(viirs_folder, f\"HD_URBAN_{name}.csv\")\n", - " admin_res_file = os.path.join(viirs_folder, f\"ADMIN_{name}.csv\")\n", - "\n", - " # Urban Summary\n", - " if not os.path.exists(urban_res_file):\n", - " urban_res = rMisc.zonalStats(urbanD, inR, minVal=0.1)\n", - " col_names = [f\"URBAN_{name}_{x}\" for x in [\"SUM\", \"MIN\", \"MAX\", \"MEAN\"]]\n", - " urban_df = pd.DataFrame(urban_res, columns=col_names)\n", - " urban_df.to_csv(urban_res_file)\n", - " # HD Urban Summary\n", - " if not os.path.exists(urban_hd_res_file):\n", - " hd_urban_res = rMisc.zonalStats(urbanHD, inR, minVal=0.1)\n", - " col_names = [f\"HD_URBAN_{name}_{x}\" for x in [\"SUM\", \"MIN\", \"MAX\", \"MEAN\"]]\n", - " hd_urban_df = pd.DataFrame(hd_urban_res, columns=col_names)\n", - " hd_urban_df.to_csv(urban_hd_res_file)\n", - " # admin Summary\n", - " if not os.path.exists(admin_res_file):\n", - " admin_res = rMisc.zonalStats(inAdmin, inR, minVal=0.1)\n", - " col_names = [f\"ADM_URBAN_{name}_{x}\" for x in [\"SUM\", \"MIN\", \"MAX\", \"MEAN\"]]\n", - " admin_df = pd.DataFrame(admin_res, columns=col_names)\n", - " admin_df.to_csv(admin_res_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Compile VIIRS results\n", - "urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"URBAN\")]\n", - "for x in urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " urbanD[x[:-4]] = tempD.iloc[:, 0]\n", - "\n", - "hd_urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"HD_URBAN\")]\n", - "for x in hd_urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " urbanHD[x[:-4]] = tempD.iloc[:, 0]\n", - "\n", - "admin_urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"ADMIN\")]\n", - "for x in admin_urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " inAdmin[x[:-4]] = tempD.iloc[:, 0]\n", - "\n", - "urbanD.drop([\"geometry\"], axis=1).to_csv(urban_viirs_summary)\n", - "urbanHD.drop([\"geometry\"], axis=1).to_csv(urban_hd_viirs_summary)\n", - "inAdmin.drop([\"geometry\"], axis=1).to_csv(admin_viirs_summary)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Summarize GHSL" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# List all files in ghsl folder\n", - "ghsl_files = [\n", - " os.path.join(global_ghsl_folder, x)\n", - " for x in os.listdir(global_ghsl_folder)\n", - " if x.endswith(\".tif\")\n", - "]\n", - "\n", - "for file_def in [\n", - " # [admin_bounds, admin_ghsl_summary],\n", - " [urban_extents_file, urban_ghsl_summary],\n", - " [urban_extents_file, urban_ghsl_summary],\n", - "]:\n", - " resG = gpd.read_file(file_def[0])\n", - "\n", - " for ghsl_file in ghsl_files:\n", - " date = os.path.basename(ghsl_file).split(\"_\")[3]\n", - " inR = rasterio.open(ghsl_file)\n", - " if resG.crs != inR.crs:\n", - " resG = resG.to_crs(inR.crs)\n", - " local_file = os.path.join(ghsl_folder, os.path.basename(ghsl_file))\n", - " if not os.path.exists(local_file):\n", - " rMisc.clipRaster(inR, resG, local_file)\n", - " res = rMisc.zonalStats(resG, inR, minVal=0)\n", - " res = pd.DataFrame(res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - " resG[f\"ghsl_{date}\"] = res[\"SUM\"]\n", - " print(date)\n", - " pd.DataFrame(resG.drop([\"geometry\"], axis=1)).to_csv(file_def[1])" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Join urban clusters and districts" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "inUrban = gpd.read_file(urban_extents_file)\n", - "inHD = gpd.read_file(urban_extents_hd_file)\n", - "inAdmin = gpd.read_file(admin_bounds)\n", - "inAdmin = inAdmin.to_crs(inUrban.crs)\n", - "\n", - "ntl_files = ntl.aws_search_ntl()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def get_majority_polygon(\n", - " shp, shp2, pop_layer, area_name=\"zz_area\", zonal_sum_name=\"zz_sum\"\n", - "):\n", - " \"\"\"Intersect shp(single polygon) with shp2(GeoDataFrame) to determine which row in shp2 has\n", - " the highest zonal sum (ie - population)\n", - "\n", - " Args:\n", - " shp: shapely polygon\n", - " shp2: GeoDataFrame\n", - " pop_layer: rasterio reader\n", - " returns\n", - " shp2 GeoDataFrame with two additional columns: area and zonal_sum\n", - " \"\"\"\n", - " temp_shp = shp2.copy()\n", - " for idx, row in temp_shp.iterrows():\n", - " # Convert geometry in shp2 to the intersection with shp1\n", - " xx = row[\"geometry\"].intersection(shp.buffer(0)).buffer(0)\n", - " temp_shp.loc[[idx], \"geometry\"] = gpd.GeoDataFrame(\n", - " geometry=[xx]\n", - " ).geometry.values\n", - "\n", - " # Run zonal analysis on pop_layer\n", - " res = rMisc.zonalStats(temp_shp, pop_layer, reProj=True)\n", - " res = pd.DataFrame(res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - "\n", - " shp2[zonal_sum_name] = res[\"SUM\"].values\n", - " shp2[area_name] = temp_shp[\"geometry\"].apply(lambda x: x.area)\n", - "\n", - " return shp2.sort_values(zonal_sum_name, ascending=False)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "inUrban[\"HD_ID\"] = \"\"\n", - "inUrban[\"Admin1_ID\"] = \"\"\n", - "inUrban[\"Admin1_Pop\"] = 0\n", - "inUrban[\"Admin2_ID\"] = \"\"\n", - "inUrban[\"Admin2_Pop\"] = 0\n", - "\n", - "\n", - "for idx, row in inUrban.iterrows():\n", - " tPrint(idx)\n", - " # Identify intersecting HD urban areas\n", - " selHD = inHD.loc[inHD.intersects(row[\"geometry\"])]\n", - " if selHD.shape[0] == 1:\n", - " inUrban.loc[idx, \"HD_ID\"] = selHD[\"ID\"].iloc[0]\n", - " elif selHD.shape[0] > 1:\n", - " selHD = get_majority_polygon(row[\"geometry\"], selHD, inP_ghs)\n", - " inUrban.loc[idx, \"HD_ID\"] = selHD[\"ID\"].iloc[0]\n", - "\n", - " # Identify intersecting admin areas\n", - " selAdmin = inAdmin.loc[inAdmin.intersects(row[\"geometry\"])]\n", - " if selAdmin.shape[0] == 1:\n", - " inUrban.loc[idx, \"Admin1_ID\"] = selAdmin[\"district_c\"].iloc[0]\n", - " elif selAdmin.shape[0] > 1:\n", - " selAdmin = get_majority_polygon(row[\"geometry\"], selAdmin, inP_ghs)\n", - " inUrban.loc[idx, \"Admin1_ID\"] = selAdmin[\"district_c\"].iloc[0]\n", - " inUrban.loc[idx, \"Admin1_Pop\"] = selAdmin[\"zz_sum\"].iloc[0]\n", - " inUrban.loc[idx, \"Admin2_ID\"] = selAdmin[\"district_c\"].iloc[1]\n", - " inUrban.loc[idx, \"Admin2_Pop\"] = selAdmin[\"zz_sum\"].iloc[1]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "inUrban.to_file()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pd.DataFrame(inUrban.drop([\"geometry\"], axis=1)).to_csv(\n", - " urban_extents_file.replace(\".geojson\", \"_named.csv\")\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate admin centroids" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "inAdmin_centroids = inAdmin.copy()\n", - "for idx, row in inAdmin.iterrows():\n", - " # create numpy array of intersecting population layer\n", - " curP, transform = mask(inR, [row.geometry], crop=True)\n", - " curP[curP < 0] = 0\n", - " centroid_coords = ndimage.center_of_mass(curP)\n", - "\n", - " b = row.geometry.bounds\n", - " x_range = b[2] - b[0]\n", - " y_range = b[3] - b[1]\n", - "\n", - " x_coord = b[0] + x_range * (centroid_coords[1] / curP.shape[1])\n", - " y_coord = b[1] + y_range * (centroid_coords[2] / curP.shape[2])\n", - " final_geom = Point(x_coord, y_coord)\n", - " inAdmin_centroids.loc[idx, \"geometry\"] = final_geom\n", - "inAdmin_centroids.to_file(admin_final.replace(\".shp\", \"_centroids.shp\"))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate travel time" - ] - }, - { - "cell_type": "code", - "execution_count": 37, - "metadata": {}, - "outputs": [], - "source": [ - "if not os.path.exists(local_friction):\n", - " globalP = rasterio.open(global_friction_surface)\n", - " rMisc.clipRaster(globalP, inAdmin, local_friction)\n", - "\n", - "dests = gpd.read_file(urban_extents_file)\n", - "dests[\"geometry\"] = dests[\"geometry\"].apply(lambda x: x.centroid)\n", - "inR = rasterio.open(local_friction)\n", - "frictionD = inR.read()[0, :, :]\n", - "frictionD = frictionD * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": 42, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPopCityStateCountrygeometry
03052130655.017539PetropavlNorth Kazakhstan RegionKazakhstanPOINT (69.14525 54.88136)
1305319007.643360Бескөл ауылдық округіNorth Kazakhstan RegionKazakhstanPOINT (69.10092 54.77176)
230546238.582276POINT (69.76201 53.84654)
330556369.063403POINT (64.17300 53.80176)
430568071.832339POINT (64.03258 53.45855)
\n", - "
" - ], - "text/plain": [ - " ID Pop City State \\\n", - "0 3052 130655.017539 Petropavl North Kazakhstan Region \n", - "1 3053 19007.643360 Бескөл ауылдық округі North Kazakhstan Region \n", - "2 3054 6238.582276 \n", - "3 3055 6369.063403 \n", - "4 3056 8071.832339 \n", - "\n", - " Country geometry \n", - "0 Kazakhstan POINT (69.14525 54.88136) \n", - "1 Kazakhstan POINT (69.10092 54.77176) \n", - "2 POINT (69.76201 53.84654) \n", - "3 POINT (64.17300 53.80176) \n", - "4 POINT (64.03258 53.45855) " - ] - }, - "execution_count": 42, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dests.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:28:27\tProcessing origin 0 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:51, 2.06s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:38:18\tProcessing origin 1 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:52, 2.07s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:48:11\tProcessing origin 2 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:46, 2.04s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:57:58\tProcessing origin 3 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:34, 2.21s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:08:33\tProcessing origin 4 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:32, 2.20s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:19:05\tProcessing origin 5 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:41, 2.24s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:29:47\tProcessing origin 6 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:01, 2.09s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:39:48\tProcessing origin 7 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:25, 2.18s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:50:14\tProcessing origin 8 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [11:08, 2.33s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:01:22\tProcessing origin 9 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:11, 2.13s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:11:33\tProcessing origin 10 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:42, 2.24s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:22:16\tProcessing origin 11 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:50, 2.27s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:33:06\tProcessing origin 12 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:55, 2.28s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:44:01\tProcessing origin 13 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:52, 2.27s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:54:54\tProcessing origin 14 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:07, 2.12s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:05:01\tProcessing origin 15 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:59, 2.09s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:15:00\tProcessing origin 16 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:55, 2.08s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:24:56\tProcessing origin 17 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:46, 2.04s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:34:42\tProcessing origin 18 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:21, 1.96s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:44:03\tProcessing origin 19 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:59, 1.88s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:53:03\tProcessing origin 20 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:56, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:01:59\tProcessing origin 21 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:42, 2.03s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:11:41\tProcessing origin 22 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:20:38\tProcessing origin 23 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:42, 2.03s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:30:21\tProcessing origin 24 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:39:18\tProcessing origin 25 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:59, 1.88s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:48:18\tProcessing origin 26 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:00, 1.88s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:57:18\tProcessing origin 27 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:44, 2.25s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:08:03\tProcessing origin 28 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:25, 1.97s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:17:28\tProcessing origin 29 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:23, 1.96s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:26:51\tProcessing origin 30 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:55, 2.07s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:36:47\tProcessing origin 31 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:23, 1.96s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:46:10\tProcessing origin 32 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:16, 1.94s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:55:26\tProcessing origin 33 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:19, 1.95s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:04:46\tProcessing origin 34 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:07, 1.91s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:13:53\tProcessing origin 35 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:09, 1.91s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:23:03\tProcessing origin 36 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:39, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:32:43\tProcessing origin 37 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:13, 1.93s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:41:56\tProcessing origin 38 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:08, 1.91s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:51:04\tProcessing origin 39 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:07, 1.91s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:00:12\tProcessing origin 40 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:04, 1.90s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:09:17\tProcessing origin 41 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:02, 1.89s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:18:20\tProcessing origin 42 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:01, 1.89s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:27:21\tProcessing origin 43 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:01, 1.89s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:36:22\tProcessing origin 44 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:41, 2.03s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:46:04\tProcessing origin 45 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:09, 1.92s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:55:14\tProcessing origin 46 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:40, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:04:54\tProcessing origin 47 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:37, 2.01s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:14:31\tProcessing origin 48 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:38, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:24:10\tProcessing origin 49 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:05, 1.90s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:33:16\tProcessing origin 50 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:34, 2.00s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:42:50\tProcessing origin 51 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:58, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22:51:48\tProcessing origin 52 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:06, 1.90s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:00:55\tProcessing origin 53 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:20, 1.95s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:10:15\tProcessing origin 54 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:21, 1.96s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:19:37\tProcessing origin 55 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:20, 1.95s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:28:58\tProcessing origin 56 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:10, 1.92s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:38:08\tProcessing origin 57 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:04, 1.90s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:47:13\tProcessing origin 58 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23:56:10\tProcessing origin 59 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:40, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:05:51\tProcessing origin 60 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:56, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:14:47\tProcessing origin 61 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:36, 1.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:23:24\tProcessing origin 62 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:50, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:32:14\tProcessing origin 63 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:41, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:40:56\tProcessing origin 64 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:39, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:50:36\tProcessing origin 65 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:41, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "00:59:17\tProcessing origin 66 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:41, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:07:58\tProcessing origin 67 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:41, 2.03s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:17:40\tProcessing origin 68 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:26, 1.76s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:26:06\tProcessing origin 69 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:30, 1.99s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:35:37\tProcessing origin 70 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:39, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:45:16\tProcessing origin 71 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:40, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "01:54:57\tProcessing origin 72 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:50, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:03:48\tProcessing origin 73 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:32, 2.00s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:13:21\tProcessing origin 74 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:57, 2.08s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:23:18\tProcessing origin 75 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:32, 1.79s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:31:51\tProcessing origin 76 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:48, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:40:40\tProcessing origin 77 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:46, 1.83s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:49:26\tProcessing origin 78 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:55, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "02:58:22\tProcessing origin 79 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:47, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:07:09\tProcessing origin 80 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:48, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:15:58\tProcessing origin 81 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:37, 2.01s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:25:35\tProcessing origin 82 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:23, 1.75s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:33:59\tProcessing origin 83 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:45, 1.83s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:42:44\tProcessing origin 84 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:50, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "03:51:35\tProcessing origin 85 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:41, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:00:17\tProcessing origin 86 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:36, 2.22s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:10:54\tProcessing origin 87 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:52, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:19:46\tProcessing origin 88 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:55, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:28:41\tProcessing origin 89 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:37, 2.01s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:38:18\tProcessing origin 90 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:52, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:47:11\tProcessing origin 91 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:54, 1.86s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "04:56:05\tProcessing origin 92 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:52, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:04:57\tProcessing origin 93 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:29, 1.78s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:13:27\tProcessing origin 94 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:51, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:22:19\tProcessing origin 95 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:54, 1.86s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:31:13\tProcessing origin 96 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:47, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:40:01\tProcessing origin 97 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:37, 1.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:48:39\tProcessing origin 98 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:53, 1.86s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "05:57:32\tProcessing origin 99 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:48, 2.05s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:07:21\tProcessing origin 100 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:39, 2.02s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:17:01\tProcessing origin 101 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:02, 1.89s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:26:04\tProcessing origin 102 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:54, 1.86s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:34:59\tProcessing origin 103 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:43, 2.03s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:44:42\tProcessing origin 104 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:52, 2.07s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "06:54:35\tProcessing origin 105 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:51, 2.06s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:04:26\tProcessing origin 106 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:53, 2.07s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:14:20\tProcessing origin 107 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:46, 2.04s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:24:07\tProcessing origin 108 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:48, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:32:55\tProcessing origin 109 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:50, 2.06s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:42:46\tProcessing origin 110 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:38, 1.81s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "07:51:25\tProcessing origin 111 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:51, 2.06s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:01:16\tProcessing origin 112 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:10:13\tProcessing origin 113 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:51, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:19:04\tProcessing origin 114 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:43, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:27:47\tProcessing origin 115 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:28, 1.98s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:37:15\tProcessing origin 116 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:13, 2.14s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:47:29\tProcessing origin 117 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:28, 1.98s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:56:58\tProcessing origin 118 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:14, 2.14s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:07:13\tProcessing origin 119 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:15, 2.15s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:17:28\tProcessing origin 120 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:56, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:26:25\tProcessing origin 121 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:15, 2.14s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:36:40\tProcessing origin 122 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:21, 2.16s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:47:02\tProcessing origin 123 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:51, 1.85s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:55:53\tProcessing origin 124 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:09, 2.12s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:06:02\tProcessing origin 125 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:26, 2.18s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:16:29\tProcessing origin 126 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:25, 2.18s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:26:55\tProcessing origin 127 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:47, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:35:43\tProcessing origin 128 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:27, 2.19s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:46:10\tProcessing origin 129 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:55:08\tProcessing origin 130 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:06, 2.11s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:05:14\tProcessing origin 131 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:57, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:14:12\tProcessing origin 132 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:35, 1.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:22:47\tProcessing origin 133 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:10, 2.13s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:32:58\tProcessing origin 134 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:38, 2.23s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:43:37\tProcessing origin 135 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:32, 2.20s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:54:10\tProcessing origin 136 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:44, 1.83s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:02:54\tProcessing origin 137 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:16, 1.94s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:12:11\tProcessing origin 138 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:37, 2.01s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:21:49\tProcessing origin 139 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:35, 2.01s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:31:24\tProcessing origin 140 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:14, 1.93s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:40:39\tProcessing origin 141 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:56, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:49:35\tProcessing origin 142 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:35, 1.80s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:58:11\tProcessing origin 143 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:34, 1.79s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:06:45\tProcessing origin 144 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:19, 2.16s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:17:04\tProcessing origin 145 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:26, 1.76s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:25:31\tProcessing origin 146 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:48, 1.84s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:34:19\tProcessing origin 147 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:31, 1.57s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:41:51\tProcessing origin 148 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:25, 1.76s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:50:16\tProcessing origin 149 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:15, 1.52s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:57:31\tProcessing origin 150 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:14, 1.51s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:04:45\tProcessing origin 151 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:47, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:11:33\tProcessing origin 152 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:48, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:18:21\tProcessing origin 153 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:49, 1.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:25:11\tProcessing origin 154 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:50, 1.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:32:01\tProcessing origin 155 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:13, 1.51s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:39:15\tProcessing origin 156 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:59, 1.67s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:47:14\tProcessing origin 157 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:20, 1.53s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14:54:35\tProcessing origin 158 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:20, 1.53s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:01:55\tProcessing origin 159 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:19, 1.53s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:09:15\tProcessing origin 160 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:39, 1.60s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:16:55\tProcessing origin 161 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:20, 1.53s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:24:15\tProcessing origin 162 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [09:15, 1.94s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:33:30\tProcessing origin 163 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:15, 1.52s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:40:46\tProcessing origin 164 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:29, 1.57s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:48:15\tProcessing origin 165 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:12, 1.51s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:55:28\tProcessing origin 166 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:44, 1.41s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:02:12\tProcessing origin 167 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [10:36, 2.22s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:12:48\tProcessing origin 168 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:40, 1.39s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:19:29\tProcessing origin 169 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:39, 1.39s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:26:08\tProcessing origin 170 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:48, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:32:56\tProcessing origin 171 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:43, 1.41s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:39:40\tProcessing origin 172 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:41, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:48:21\tProcessing origin 173 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:42, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16:57:04\tProcessing origin 174 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:27, 1.35s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:03:32\tProcessing origin 175 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:43, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:10:15\tProcessing origin 176 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:42, 1.82s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:18:57\tProcessing origin 177 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:42, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:25:40\tProcessing origin 178 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:42, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:32:23\tProcessing origin 179 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:39, 1.39s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:39:02\tProcessing origin 180 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:42, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:45:44\tProcessing origin 181 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:43, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:52:27\tProcessing origin 182 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:45, 1.41s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17:59:13\tProcessing origin 183 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:42, 1.40s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:05:56\tProcessing origin 184 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:43, 1.41s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:12:39\tProcessing origin 185 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:43, 1.41s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:19:22\tProcessing origin 186 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:47, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:26:10\tProcessing origin 187 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:46, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:32:56\tProcessing origin 188 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:48, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:39:45\tProcessing origin 189 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:48, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:46:34\tProcessing origin 190 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:46, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18:53:21\tProcessing origin 191 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:54, 1.86s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:02:15\tProcessing origin 192 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:03, 1.47s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:09:18\tProcessing origin 193 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:50, 1.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:16:08\tProcessing origin 194 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:52, 1.44s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:23:01\tProcessing origin 195 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:53, 1.44s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:29:55\tProcessing origin 196 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:15, 1.52s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:37:10\tProcessing origin 197 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:59, 1.88s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:46:10\tProcessing origin 198 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:01, 1.47s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19:53:11\tProcessing origin 199 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:52, 1.44s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:00:03\tProcessing origin 200 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:56, 1.45s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:06:59\tProcessing origin 201 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:59, 1.46s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:13:58\tProcessing origin 202 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:03, 1.47s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:21:01\tProcessing origin 203 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:44, 1.62s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:28:46\tProcessing origin 204 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:56, 1.45s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:35:43\tProcessing origin 205 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:56, 1.45s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:42:39\tProcessing origin 206 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:50, 1.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:49:30\tProcessing origin 207 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:55, 1.45s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20:56:26\tProcessing origin 208 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [07:03, 1.48s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:03:30\tProcessing origin 209 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:51, 1.43s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:10:21\tProcessing origin 210 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [08:56, 1.87s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:19:18\tProcessing origin 211 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:54, 1.44s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:26:12\tProcessing origin 212 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:47, 1.42s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:33:00\tProcessing origin 213 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:54, 1.44s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:39:54\tProcessing origin 214 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "287it [06:38, 1.39s/it]\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21:46:33\tProcessing origin 215 of 287\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "81it [02:23, 1.33s/it]" - ] - } - ], - "source": [ - "importlib.reload(ma)\n", - "# Calculate travel time between all urban areas\n", - "all_rts = ma.get_linear_routes(inR, frictionD, dests, dests, \"ID\", \"ID\", verbose=True)\n", - "all_rts = all_rts.to_crs(3857)\n", - "all_rts[\"length_km\"] = all_rts[\"geometry\"].apply(lambda x: x.length / 1000)" - ] - }, - { - "cell_type": "code", - "execution_count": 93, - "metadata": {}, - "outputs": [], - "source": [ - "# all_rts.to_file(all_routes_file)\n", - "pd.pivot_table(all_rts, \"cost\", \"origin\", \"destination\").to_csv(time_matrix)\n", - "pd.pivot_table(all_rts, \"length_km\", \"origin\", \"destination\").to_csv(dist_matrix)" - ] - }, - { - "cell_type": "code", - "execution_count": 79, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
countrycountry_codistrictdistrict_cregionregion_codShape_LengShape_Areageometry
0Republic of KazakhstanKZAkkolKZ113200AkmolaKZ111.301150e+062.458421e+10POINT (71.72694 52.19832)
1Republic of KazakhstanKZArshalyKZ113400AkmolaKZ117.766808e+051.522217e+10POINT (72.38920 50.84320)
2Republic of KazakhstanKZAstrakhanKZ113600AkmolaKZ118.281231e+051.876494e+10POINT (69.77404 51.52113)
3Republic of KazakhstanKZAtbasarKZ113800AkmolaKZ111.001539e+062.783360e+10POINT (68.49621 51.34473)
4Republic of KazakhstanKZBirzhan salKZ114500AkmolaKZ111.149534e+062.932692e+10POINT (71.77130 52.79155)
..............................
211Republic of KazakhstanKZTaskalaKZ276000West KazakhstanKZ277.436122e+052.105312e+10POINT (49.88110 50.73325)
212Republic of KazakhstanKZTerektiKZ276200West KazakhstanKZ271.038464e+062.182121e+10POINT (51.73242 50.61508)
213Republic of KazakhstanKZUralskKZ271000West KazakhstanKZ271.835492e+056.242755e+08POINT (51.40729 51.10625)
214Republic of KazakhstanKZZhanakalaKZ274000West KazakhstanKZ271.151754e+064.941769e+10POINT (50.25561 48.81281)
215Republic of KazakhstanKZZhanybekKZ274200West KazakhstanKZ278.157793e+052.013093e+10POINT (47.54079 49.73544)
\n", - "

216 rows × 9 columns

\n", - "
" - ], - "text/plain": [ - " country country_co district district_c \\\n", - "0 Republic of Kazakhstan KZ Akkol KZ113200 \n", - "1 Republic of Kazakhstan KZ Arshaly KZ113400 \n", - "2 Republic of Kazakhstan KZ Astrakhan KZ113600 \n", - "3 Republic of Kazakhstan KZ Atbasar KZ113800 \n", - "4 Republic of Kazakhstan KZ Birzhan sal KZ114500 \n", - ".. ... ... ... ... \n", - "211 Republic of Kazakhstan KZ Taskala KZ276000 \n", - "212 Republic of Kazakhstan KZ Terekti KZ276200 \n", - "213 Republic of Kazakhstan KZ Uralsk KZ271000 \n", - "214 Republic of Kazakhstan KZ Zhanakala KZ274000 \n", - "215 Republic of Kazakhstan KZ Zhanybek KZ274200 \n", - "\n", - " region region_cod Shape_Leng Shape_Area \\\n", - "0 Akmola KZ11 1.301150e+06 2.458421e+10 \n", - "1 Akmola KZ11 7.766808e+05 1.522217e+10 \n", - "2 Akmola KZ11 8.281231e+05 1.876494e+10 \n", - "3 Akmola KZ11 1.001539e+06 2.783360e+10 \n", - "4 Akmola KZ11 1.149534e+06 2.932692e+10 \n", - ".. ... ... ... ... \n", - "211 West Kazakhstan KZ27 7.436122e+05 2.105312e+10 \n", - "212 West Kazakhstan KZ27 1.038464e+06 2.182121e+10 \n", - "213 West Kazakhstan KZ27 1.835492e+05 6.242755e+08 \n", - "214 West Kazakhstan KZ27 1.151754e+06 4.941769e+10 \n", - "215 West Kazakhstan KZ27 8.157793e+05 2.013093e+10 \n", - "\n", - " geometry \n", - "0 POINT (71.72694 52.19832) \n", - "1 POINT (72.38920 50.84320) \n", - "2 POINT (69.77404 51.52113) \n", - "3 POINT (68.49621 51.34473) \n", - "4 POINT (71.77130 52.79155) \n", - ".. ... \n", - "211 POINT (49.88110 50.73325) \n", - "212 POINT (51.73242 50.61508) \n", - "213 POINT (51.40729 51.10625) \n", - "214 POINT (50.25561 48.81281) \n", - "215 POINT (47.54079 49.73544) \n", - "\n", - "[216 rows x 9 columns]" - ] - }, - "execution_count": 79, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "inAdmin_centroids" - ] - }, - { - "cell_type": "code", - "execution_count": 83, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:55:52\tCompleted 3052 to KZ113200: 534.7885936969452\n", - "11:55:53\tCompleted 3055 to KZ395600: 32.94981367877145\n", - "11:55:53\tCompleted 3052 to KZ113400: 613.239156900617\n", - "11:55:54\tCompleted 3063 to KZ392000: 601.9773229763892\n", - "11:55:54\tCompleted 3055 to KZ395800: 752.5391948617191\n", - "11:55:55\tCompleted 3077 to KZ391000: 132.6104256346442\n", - "11:55:55\tCompleted 3052 to KZ113600: 538.5034350034537\n", - "11:55:55\tCompleted 3054 to KZ634400: 1670.8151003572132\n", - "11:55:55\tCompleted 3078 to KZ711310: 536.7817559926016\n", - "11:55:55\tCompleted 3071 to KZ395400: 929.1874736929086\n", - "11:55:55\tCompleted 3072 to KZ555200: 876.0965490715658\n", - "11:55:55\tCompleted 3056 to KZ553200: 1590.5948987960387\n", - "11:55:55\tCompleted 3063 to KZ395600: 479.13067226746597\n", - "11:55:55\tCompleted 3088 to KZ711210: 537.1434575255128\n", - "11:55:56\tCompleted 3077 to KZ395400: 180.47797866772262\n", - "11:55:56\tCompleted 3053 to KZ194800: 2303.9786381759864\n", - "11:55:56\tCompleted 3052 to KZ113800: 559.3759603852685\n", - "11:55:56\tCompleted 3066 to KZ551600: 1507.1444666740988\n", - "11:55:56\tCompleted 3078 to KZ555200: 253.844007766238\n", - "11:55:56\tCompleted 3055 to KZ392400: 188.8436867314877611:55:56\tCompleted 3087 to KZ395200: 596.4710535515759\n", - "\n", - "11:55:56\tCompleted 3094 to KZ711410: 47.29601390306195\n", - "11:55:56\tCompleted 3076 to KZ636400: 1527.0360483833224\n", - "11:55:57\tCompleted 3077 to KZ392000: 257.08408009547475\n", - "11:55:57\tCompleted 3086 to KZ636200: 890.5437916094254\n", - "11:55:57\tCompleted 3088 to KZ711310: 542.3569569256351\n", - "11:55:57\tCompleted 3083 to KZ195200: 1747.009334683779\n", - "11:55:57\tCompleted 3078 to KZ551600: 91.13829630191859\n", - "11:55:57\tCompleted 3052 to KZ114500: 546.737241733719\n", - "11:55:57\tCompleted 3100 to KZ711110: 26.604627508847386\n", - "11:55:57\tCompleted 3072 to KZ551600: 609.5298270860197\n", - "11:55:57\tCompleted 3057 to KZ274200: 2744.080203346991\n", - "11:55:57\tCompleted 3087 to KZ391000: 344.90293640643273\n", - "11:55:57\tCompleted 3091 to KZ191600: 1727.412949676148\n", - "11:55:57\tCompleted 3094 to KZ711210: 60.779200343007545\n", - "11:55:57\tCompleted 3092 to KZ635800: 1491.7347365755447\n", - "11:55:57\tCompleted 3071 to KZ392000: 1046.111168773148\n", - "11:55:58\tCompleted 3055 to KZ396200: 366.72841751787075\n", - "11:55:58\tCompleted 3063 to KZ395800: 866.048649711512\n", - "11:55:58\tCompleted 3070 to KZ631000: 1629.4657629297794\n", - "11:55:58\tCompleted 3075 to KZ195000: 1642.0439754762826\n", - "11:55:58\tCompleted 3078 to KZ553200: 376.03751588060334\n", - "11:55:58\tCompleted 3076 to KZ631000: 852.1374711451339\n", - "11:55:58\tCompleted 3088 to KZ555200: 260.70187214250706\n", - "11:55:58\tCompleted 3052 to KZ114000: 456.09979403936296\n", - "11:55:58\tCompleted 3110 to KZ275000: 424.48053340375276\n", - "11:55:59\tCompleted 3100 to KZ711410: 27.901084831358126\n", - "\n", - "11:55:59\tCompleted 3077 to KZ395600: 260.835130970602311:55:59\tCompleted 3087 to KZ395400: 383.27932060509244\n", - "11:55:59\tCompleted 3099 to KZ394800: 1304.9834550692592\n", - "11:55:59\tCompleted 3055 to KZ396600: 176.9040764723822\n", - "11:55:59\tCompleted 3059 to KZ194600: 2129.211639108563\n", - "11:55:59\tCompleted 3093 to KZ395000: 1266.8804740007267\n", - "11:55:59\tCompleted 3094 to KZ711310: 65.99269974313009\n", - "11:56:00\tCompleted 3109 to KZ594600: 2550.224226526204\n", - "11:56:00\tCompleted 3061 to KZ634600: 2064.749200796234\n", - "11:56:00\tCompleted 3058 to KZ113200: 333.38582298038466\n", - "11:56:00\tCompleted 3056 to KZ553600: 1541.5978970310107\n", - "11:56:00\tCompleted 3078 to KZ553600: 367.3943967949244\n", - "11:56:00\tCompleted 3063 to KZ392400: 507.7016737002785\n", - "11:56:00\tCompleted 3110 to KZ274800: 446.5354878368291\n", - "11:56:00\tCompleted 3088 to KZ551600: 96.71349723495209\n", - "11:56:00\tCompleted 3117 to KZ596400: 595.4878819032713\n", - "11:56:00\tCompleted 3108 to KZ396800: 1224.780600457873\n", - "11:56:00\tCompleted 3066 to KZ553200: 1626.0924600808062\n", - "11:56:00\tCompleted 3097 to KZ196800: 1436.7537162941715\n", - "11:56:01\tCompleted 3079 to KZ276200: 1935.520453023762\n", - "11:56:01\tCompleted 3072 to KZ553200: 728.4778204927272\n", - "11:56:01\tCompleted 3071 to KZ395600: 923.2645180642246\n", - "11:56:01\tCompleted 3087 to KZ392000: 181.2964645562817\n", - "11:56:01\tCompleted 3098 to KZ636800: 1341.11040940175611:56:01\tCompleted 3077 to KZ395800: 523.0396639598298\n", - "\n", - "11:56:01\tCompleted 3104 to KZ196400: 1843.930669492006\n", - "11:56:01\tCompleted 3052 to KZ117000: 339.24654421834464\n", - "11:56:01\tCompleted 3100 to KZ711210: 41.384271271303746\n", - "11:56:01\tCompleted 3058 to KZ113400: 411.8363861840563\n", - "11:56:01\tCompleted 3088 to KZ553200: 388.9098029181077411:56:01\tCompleted 3067 to KZ274000: 2593.318168924041\n", - "\n", - "11:56:02\tCompleted 3126 to KZ193400: 850.274839774027\n", - "11:56:02\tCompleted 3086 to KZ636400: 1448.410565180249\n", - "11:56:02\tCompleted 3124 to KZ273600: 655.0080225287545\n", - "11:56:02\tCompleted 3078 to KZ552200: 356.48320757048384\n", - "11:56:02\tCompleted 3123 to KZ596200: 800.404895198532811:56:02\tCompleted 3110 to KZ275800: 275.29216808425366\n", - "\n", - "11:56:02\tCompleted 3063 to KZ396200: 316.12475967406067\n", - "11:56:02\tCompleted 3055 to KZ394200: 926.1992893645006\n", - "11:56:02\tCompleted 3076 to KZ634600: 1312.2829363172034\n", - "11:56:02\tCompleted 3106 to KZ632800: 4176.267132676365\n", - "11:56:02\tCompleted 3092 to KZ636200: 1160.6480587774115\n", - "11:56:03\tCompleted 3091 to KZ195200: 1748.4672787534446\n", - "11:56:03\tCompleted 3087 to KZ395600: 493.7514006325959\n", - "11:56:03\tCompleted 3069 to KZ194400: 2856.5679179510794\n", - "11:56:03\tCompleted 3077 to KZ392400: 197.40815284939697\n", - "11:56:03\tCompleted 3053 to KZ195600: 2530.903551964788\n", - "11:56:03\tCompleted 3058 to KZ113600: 337.10066428689305\n", - "11:56:03\tCompleted 3137 to KZ391600: 125.4082600565765\n", - "11:56:03\tCompleted 3094 to KZ555200: 703.9747812986652\n", - "11:56:03\tCompleted 3093 to KZ395200: 798.8449889258577\n", - "11:56:03\tCompleted 3073 to KZ271000: 3506.0191280057475\n", - "11:56:03\tCompleted 3112 to KZ194000: 1646.500998881720311:56:03\tCompleted 3088 to KZ553600: 372.9695977279579\n", - "\n", - "11:56:03\tCompleted 3100 to KZ711310: 46.59777067142627\n", - "11:56:03\tCompleted 3083 to KZ195000: 1597.880771993003511:56:04\tCompleted 3109 to KZ711110: 3015.8981357911734\n", - "\n", - "11:56:04\tCompleted 3127 to KZ632200: 872.9569970052199\n", - "11:56:04\tCompleted 3110 to KZ276000: 253.41042367961197\n", - "11:56:04\tCompleted 3078 to KZ554600: 407.0868903569495\n", - "11:56:04\tCompleted 3136 to KZ635000: 405.0720841267418\n", - "11:56:04\tCompleted 3123 to KZ596400: 595.4714728072287\n", - "11:56:04\tCompleted 3072 to KZ553600: 679.4808187277004\n", - "11:56:04\tCompleted 3124 to KZ276600: 736.8332692277305\n", - "11:56:04\tCompleted 3108 to KZ394800: 1358.267012082945311:56:04\tCompleted 3076 to KZ634400: 834.0008992290872\n", - "\n", - "11:56:04\tCompleted 3063 to KZ396600: 324.04360046526\n", - "11:56:04\tCompleted 3052 to KZ114400: 630.5431243893956\n", - "11:56:04\tCompleted 3117 to KZ594600: 779.6951354218473\n", - "11:56:04\tCompleted 3058 to KZ113800: 333.7477064417918\n", - "11:56:04\tCompleted 3055 to KZ394400: 533.9832033849898\n", - "11:56:04\tCompleted 3116 to KZ394000: 1496.9187473852276\n", - "11:56:04\tCompleted 3104 to KZ196800: 1444.3496577503593\n", - "11:56:05\tCompleted 3099 to KZ395000: 1314.553217747487\n", - "11:56:05\tCompleted 3056 to KZ552200: 1433.129955009285\n", - "11:56:05\tCompleted 3086 to KZ631000: 836.6781782774713\n", - "11:56:05\tCompleted 3137 to KZ393600: 545.3682116271257\n", - "11:56:05\tCompleted 3077 to KZ396200: 463.60507689691553\n", - "11:56:05\tCompleted 3126 to KZ193600: 1672.1976092107625\n", - "11:56:05\tCompleted 3087 to KZ395800: 880.4930873380314\n", - "11:56:05\tCompleted 3054 to KZ313600: 2198.0547923688073\n", - "11:56:05\tCompleted 3066 to KZ553600: 1577.0954583157782\n", - "11:56:05\tCompleted 3071 to KZ395800: 1266.0567150702743\n", - "11:56:05\tCompleted 3122 to KZ396400: 1264.3719138809693\n", - "11:56:05\tCompleted 3120 to KZ193600: 1448.5507404161176\n", - "11:56:05\tCompleted 3110 to KZ276200: 159.09972116664247\n", - "11:56:05\tCompleted 3136 to KZ632200: 667.5519876593634\n", - "11:56:05\tCompleted 3078 to KZ555600: 604.1158821487102\n", - "11:56:05\tCompleted 3089 to KZ276000: 3535.693988065693\n", - "11:56:05\tCompleted 3058 to KZ114500: 345.3344710171583\n", - "11:56:05\tCompleted 3114 to KZ632400: 4559.352242367302\n", - "11:56:05\tCompleted 3095 to KZ275800: 2800.899706092846\n", - "11:56:06\tCompleted 3123 to KZ594600: 779.6787263258047\n", - "11:56:06\tCompleted 3088 to KZ552200: 362.05840850351734\n", - "11:56:06\tCompleted 3124 to KZ275000: 613.1480299019915\n", - "11:56:06\tCompleted 3094 to KZ551600: 437.4080593131191\n", - "11:56:06\tCompleted 3117 to KZ711110: 84.34848746928928\n", - "11:56:06\tCompleted 3091 to KZ195000: 1677.0077875788459\n", - "11:56:06\tCompleted 3100 to KZ555200: 726.6452721063919\n", - "11:56:06\tCompleted 3072 to KZ552200: 571.0128767059732\n", - "11:56:06\tCompleted 3061 to KZ634400: 1586.4671637081171\n", - "11:56:06\tCompleted 3129 to KZ596000: 2041.9918440836357\n", - "11:56:06\tCompleted 3123 to KZ711110: 68.02371828372029\n", - "11:56:06\tCompleted 3118 to KZ276600: 2902.257153100891\n", - "11:56:06\tCompleted 3128 to KZ393600: 2005.56181274574411:56:06\tCompleted 3052 to KZ114600: 894.4868343493239\n", - "\n", - "11:56:06\tCompleted 3058 to KZ114000: 254.6970233228023\n", - "11:56:07\tCompleted 3099 to KZ395200: 764.9233796853555\n", - "11:56:07\tCompleted 3138 to KZ595600: 1635.2489164991543\n", - "11:56:07\tCompleted 3087 to KZ392400: 279.38582233137737\n", - "11:56:07\tCompleted 3097 to KZ191600: 1488.74312236018\n", - "11:56:07\tCompleted 3109 to KZ711410: 3006.032356612147\n", - "11:56:07\tCompleted 3077 to KZ396600: 398.2036073265864511:56:07\tCompleted 3136 to KZ635200: 547.0217929081256\n", - "\n", - "11:56:07\tCompleted 3121 to KZ635200: 1750.5575372199019\n", - "11:56:07\tCompleted 3078 to KZ551000: 17.999494960453525\n", - "11:56:07\tCompleted 3110 to KZ271000: 19.460155108391486\n", - "11:56:07\tCompleted 3137 to KZ396400: 785.2004776910902\n", - "11:56:07\tCompleted 3108 to KZ395000: 1331.4105788468955\n", - "11:56:07\tCompleted 3117 to KZ711410: 80.28169816348463\n", - "11:56:07\tCompleted 3123 to KZ711410: 68.19652133783\n", - "11:56:07\tCompleted 3126 to KZ194000: 1527.7428403560937\n", - "11:56:08\tCompleted 3100 to KZ551600: 460.0785501208458\n", - "11:56:08\tCompleted 3058 to KZ117000: 137.84377350178397\n", - "11:56:08\tCompleted 3102 to KZ274800: 3268.0296938397028\n", - "11:56:08\tCompleted 3104 to KZ191600: 1496.3390638163678\n", - "11:56:08\tCompleted 3106 to KZ636800: 4201.160714204989\n", - "11:56:08\tCompleted 3063 to KZ394200: 990.5630074747531\n", - "11:56:08\tCompleted 3124 to KZ274800: 1138.0358377135065\n", - "11:56:08\tCompleted 3088 to KZ554600: 428.2079152621985\n", - "11:56:08\tCompleted 3075 to KZ194400: 2019.9556248807999\n", - "11:56:08\tCompleted 3093 to KZ391000: 994.5512534348309\n", - "11:56:08\tCompleted 3059 to KZ194800: 2262.200341109623\n", - "11:56:08\tCompleted 3071 to KZ392400: 951.835519497037\n", - "11:56:08\tCompleted 3072 to KZ554600: 620.8815956620256\n", - "11:56:08\tCompleted 3070 to KZ634600: 2088.1952903951938\n", - "11:56:08\tCompleted 3136 to KZ632400: 42.822671779808644\n", - "11:56:08\tCompleted 3078 to KZ556000: 65.03153724488284\n", - "11:56:09\tCompleted 3123 to KZ711210: 37.84213567141466\n", - "11:56:09\tCompleted 3052 to KZ114800: 646.4317698061794\n", - "11:56:09\tCompleted 3117 to KZ711210: 63.117366727653014\n", - "11:56:09\tCompleted 3079 to KZ271000: 1953.2134084379904\n", - "11:56:09\tCompleted 3094 to KZ553200: 556.3560527198265\n", - "11:56:09\tCompleted 3087 to KZ396200: 719.414744841111\n", - "11:56:09\tCompleted 3112 to KZ196400: 1856.3527475260157\n", - "11:56:09\tCompleted 3066 to KZ552200: 1468.6275162940524\n", - "11:56:09\tCompleted 3076 to KZ313600: 2420.6516625738686\n", - "11:56:09\tCompleted 3116 to KZ396800: 1243.011204945631\n", - "11:56:09\tCompleted 3092 to KZ636400: 1676.3988948816936\n", - "11:56:09\tCompleted 3124 to KZ275800: 607.6186617019011\n", - "11:56:09\tCompleted 3100 to KZ553200: 579.0265435275531\n", - "11:56:09\tCompleted 3110 to KZ274000: 737.984215732148411:56:09\tCompleted 3077 to KZ394200: 696.6997584626125\n", - "\n", - "11:56:09\tCompleted 3058 to KZ114400: 429.140353672835\n", - "11:56:09\tCompleted 3056 to KZ554600: 1482.9986739653368\n", - "11:56:09\tCompleted 3108 to KZ395200: 818.2069366990414\n", - "11:56:09\tCompleted 3086 to KZ634600: 1296.8236434495407\n", - "11:56:09\tCompleted 3127 to KZ635200: 1786.9342294413193\n", - "11:56:09\tCompleted 3126 to KZ196400: 1272.8659386208028\n", - "11:56:09\tCompleted 3123 to KZ711310: 59.43452421000389\n", - "11:56:09\tCompleted 3131 to KZ275400: 4765.02288715309811:56:09\tCompleted 3053 to KZ195800: 2395.2091523147565\n", - "\n", - "11:56:10\tCompleted 3137 to KZ394000: 1035.1642591496839\n", - "11:56:10\tCompleted 3136 to KZ632800: 901.1160071104545\n", - "11:56:10\tCompleted 3052 to KZ111010: 237.23658009335276\n", - "11:56:10\tCompleted 3099 to KZ391000: 1036.5901875646855\n", - "11:56:10\tCompleted 3091 to KZ194400: 1999.4433404184401\n", - "11:56:10\tCompleted 3109 to KZ711210: 3003.388126054124\n", - "11:56:10\tCompleted 3078 to KZ556800: 265.71946211682496\n", - "11:56:10\tCompleted 3129 to KZ596200: 1646.7751101461658\n", - "11:56:10\tCompleted 3133 to KZ193200: 3751.32578810161811:56:10\tCompleted 3088 to KZ555600: 547.1463294793252\n", - "11:56:10\tCompleted 3117 to KZ711310: 51.00437301589034\n", - "\n", - "11:56:11\tCompleted 3055 to KZ433200: 1790.8372199045775\n", - "11:56:11\tCompleted 3100 to KZ553600: 530.0295417625264\n", - "11:56:11\tCompleted 3124 to KZ276000: 1023.4496874569694\n", - "11:56:11\tCompleted 3071 to KZ396200: 760.2586054708194\n", - "11:56:11\tCompleted 3136 to KZ636800: 188.0746391493338\n", - "11:56:11\tCompleted 3098 to KZ635800: 1790.6126570990114\n", - "11:56:11\tCompleted 3087 to KZ396600: 631.11987698858\n", - "11:56:11\tCompleted 3058 to KZ114600: 693.0840636327634\n", - "11:56:11\tCompleted 3063 to KZ394400: 852.8411903537805\n", - "11:56:11\tCompleted 3137 to KZ396800: 826.9044619193992\n", - "11:56:11\tCompleted 3094 to KZ553600: 507.35905095479967\n", - "11:56:12\tCompleted 3104 to KZ195200: 1517.3933928936644\n", - "11:56:12\tCompleted 3077 to KZ394400: 509.9479474728659\n", - "11:56:12\tCompleted 3122 to KZ394000: 1496.3067632467958\n", - "11:56:12\tCompleted 3052 to KZ116000: 725.9982193403612\n", - "11:56:12\tCompleted 3114 to KZ632800: 4309.579116862474\n", - "11:56:12\tCompleted 3110 to KZ274200: 840.0321843595912\n", - "11:56:12\tCompleted 3123 to KZ555200: 801.0588290681426\n", - "11:56:12\tCompleted 3128 to KZ396400: 2226.9734594191123\n", - "11:56:12\tCompleted 3108 to KZ391000: 1059.0813582809997\n", - "11:56:12\tCompleted 3078 to KZ554800: 255.16215441345292\n", - "11:56:12\tCompleted 3124 to KZ276200: 742.8359007230441\n", - "11:56:12\tCompleted 3088 to KZ551000: 54.58427131898745\n", - "11:56:12\tCompleted 3069 to KZ194600: 2801.6487599921015\n", - "11:56:12\tCompleted 3138 to KZ596000: 1854.044621932271\n", - "11:56:12\tCompleted 3121 to KZ632400: 1543.2145744134978\n", - "11:56:12\tCompleted 3100 to KZ552200: 421.5615997407992\n", - "11:56:12\tCompleted 3126 to KZ196800: 1439.0437791363358\n", - "11:56:12\tCompleted 3136 to KZ635800: 794.8137449831293\n", - "11:56:12\tCompleted 3083 to KZ194400: 1975.7924213975207\n", - "11:56:12\tCompleted 3112 to KZ196800: 1456.7717357843692\n", - "11:56:12\tCompleted 3086 to KZ634400: 818.5416063614246\n", - "11:56:12\tCompleted 3072 to KZ555600: 1191.2340657725238\n", - "11:56:13\tCompleted 3093 to KZ395400: 1037.9151483601447\n", - "11:56:13\tCompleted 3058 to KZ114800: 516.8253405476185\n", - "11:56:13\tCompleted 3052 to KZ116400: 386.5279763328316\n", - "11:56:13\tCompleted 3092 to KZ631000: 1106.7824454454576\n", - "11:56:13\tCompleted 3066 to KZ554600: 1518.496235250104\n", - "11:56:13\tCompleted 3099 to KZ395400: 1084.457740597764\n", - "11:56:13\tCompleted 3123 to KZ551600: 534.492107082596511:56:13\tCompleted 3087 to KZ394200: 715.4333585021242\n", - "\n", - "11:56:13\tCompleted 3076 to KZ314000: 2279.0082984254805\n", - "11:56:13\tCompleted 3078 to KZ556400: 208.14882385272256\n", - "11:56:13\tCompleted 3124 to KZ271000: 760.5288561372711\n", - "11:56:13\tCompleted 3109 to KZ711310: 2993.648185361238\n", - "11:56:13\tCompleted 3137 to KZ394800: 848.9352222887459\n", - "11:56:13\tCompleted 3136 to KZ636200: 204.50158832224125\n", - "11:56:13\tCompleted 3127 to KZ632400: 1579.591266634915211:56:13\tCompleted 3097 to KZ195200: 1509.7974514374766\n", - "\n", - "11:56:13\tCompleted 3067 to KZ274200: 2700.634157083801\n", - "11:56:14\tCompleted 3094 to KZ552200: 398.89110893307253\n", - "11:56:14\tCompleted 3088 to KZ556000: 95.8807796498003\n", - "11:56:14\tCompleted 3091 to KZ194600: 1784.0178774742078\n", - "11:56:14\tCompleted 3120 to KZ194000: 1642.5789208477106\n", - "11:56:14\tCompleted 3058 to KZ111010: 2.200000047683716\n", - "11:56:14\tCompleted 3071 to KZ396600: 768.1774462620186\n", - "11:56:14\tCompleted 3117 to KZ555200: 814.2120253784578\n", - "11:56:14\tCompleted 3052 to KZ116800: 558.5485079923701\n", - "11:56:14\tCompleted 3116 to KZ394800: 1421.6657736436875\n", - "11:56:14\tCompleted 3126 to KZ191600: 1355.943322268493\n", - "11:56:14\tCompleted 3108 to KZ395400: 1102.4452532063135\n", - "11:56:14\tCompleted 3061 to KZ313600: 2113.7068557197103\n", - "11:56:14\tCompleted 3075 to KZ194600: 1653.7564597550327\n", - "11:56:14\tCompleted 3054 to KZ314000: 2056.41142822042\n", - "11:56:14\tCompleted 3104 to KZ195000: 1445.9339017190666\n", - "11:56:14\tCompleted 3073 to KZ274000: 4169.706817944953\n", - "11:56:14\tCompleted 3118 to KZ275000: 2778.571913775146\n", - "11:56:15\tCompleted 3087 to KZ394400: 71.56740282110881\n", - "11:56:15\tCompleted 3106 to KZ635800: 4650.662961902269\n", - "11:56:15\tCompleted 3070 to KZ634400: 1609.9132533070772\n", - "11:56:15\tCompleted 3123 to KZ553200: 653.440100489304\n", - "11:56:15\tCompleted 3100 to KZ554600: 503.73807224261\n", - "11:56:15\tCompleted 3072 to KZ551000: 646.1054715563556\n", - "11:56:15\tCompleted 3058 to KZ116000: 524.5954486238006\n", - "11:56:15\tCompleted 3078 to KZ554200: 444.6565519756927\n", - "11:56:15\tCompleted 3138 to KZ596200: 1458.8278879948011\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:56:15\tCompleted 3088 to KZ556800: 291.7237297173525\n", - "11:56:15\tCompleted 3136 to KZ636400: 1136.512682844823\n", - "11:56:15\tCompleted 3052 to KZ111810: 536.1324230468946\n", - "11:56:16\tCompleted 3137 to KZ395000: 933.5344403084218\n", - "11:56:16\tCompleted 3053 to KZ196000: 2165.337626441519\n", - "11:56:16\tCompleted 3131 to KZ273600: 3932.9821461355714\n", - "11:56:16\tCompleted 3094 to KZ554600: 481.0675814348833\n", - "11:56:16\tCompleted 3124 to KZ274000: 1424.2165460764795\n", - "11:56:16\tCompleted 3055 to KZ431900: 1665.3427225229268\n", - "11:56:16\tCompleted 3058 to KZ116400: 160.8997223893549\n", - "11:56:16\tCompleted 3112 to KZ191600: 1508.7611418503777\n", - "11:56:16\tCompleted 3099 to KZ392000: 1155.3667856832326\n", - "11:56:16\tCompleted 3056 to KZ555600: 2053.351144075833\n", - "11:56:16\tCompleted 3117 to KZ551600: 547.6453033929117\n", - "11:56:16\tCompleted 3123 to KZ553600: 604.4430987242771\n", - "11:56:16\tCompleted 3059 to KZ195600: 2489.12525489842811:56:16\tCompleted 3122 to KZ396800: 1242.3992208071993\n", - "\n", - "11:56:16\tCompleted 3126 to KZ195200: 1433.2502873533015\n", - "11:56:16\tCompleted 3129 to KZ596400: 2515.842289123443\n", - "11:56:16\tCompleted 3068 to KZ113200: 1103.4915733914645\n", - "11:56:16\tCompleted 3089 to KZ276200: 3255.0802013317884\n", - "11:56:16\tCompleted 3127 to KZ632800: 1152.6711923980026\n", - "11:56:16\tCompleted 3136 to KZ631000: 149.10661985710252\n", - "11:56:17\tCompleted 3077 to KZ433200: 1574.691809027113\n", - "11:56:17\tCompleted 3076 to KZ314800: 1979.1272947178297\n", - "11:56:17\tCompleted 3137 to KZ395200: 405.7589999068942\n", - "11:56:17\tCompleted 3088 to KZ554800: 312.1317070828371\n", - "11:56:17\tCompleted 3058 to KZ116800: 357.14573727580944\n", - "11:56:17\tCompleted 3108 to KZ392000: 1208.6503426969182\n", - "11:56:17\tCompleted 3093 to KZ392000: 1154.838843440384\n", - "11:56:17\tCompleted 3102 to KZ275800: 2737.6125178281245\n", - "11:56:17\tCompleted 3091 to KZ194800: 1938.972481730806\n", - "11:56:17\tCompleted 3121 to KZ632800: 1281.9712469155354\n", - "11:56:17\tCompleted 3098 to KZ636200: 1459.5259793008781\n", - "11:56:17\tCompleted 3123 to KZ552200: 495.9751567025499\n", - "11:56:18\tCompleted 3114 to KZ636800: 4334.4726983911105\n", - "11:56:17\tCompleted 3071 to KZ394200: 1282.4538058205846\n", - "11:56:18\tCompleted 3095 to KZ276000: 3216.730731847881\n", - "11:56:18\tCompleted 3072 to KZ556000: 694.2268537643728\n", - "11:56:18\tCompleted 3109 to KZ555200: 3737.463044582382\n", - "11:56:18\tCompleted 3128 to KZ394000: 2458.9083087849335\n", - "11:56:18\tCompleted 3111 to KZ113200: 2841.8612423217655\n", - "11:56:18\tCompleted 3136 to KZ634600: 742.3499426394809\n", - "11:56:18\tCompleted 3092 to KZ634600: 1565.5119729108721\n", - "11:56:18\tCompleted 3137 to KZ391000: 655.5714101256204\n", - "11:56:18\tCompleted 3124 to KZ274200: 1531.5325342362637\n", - "11:56:18\tCompleted 3126 to KZ195000: 1284.121724662526\n", - "11:56:18\tCompleted 3058 to KZ111810: 334.7296523303341\n", - "11:56:18\tCompleted 3083 to KZ194600: 1609.5932562717535\n", - "11:56:18\tCompleted 3063 to KZ433200: 1869.4160052624832\n", - "11:56:18\tCompleted 3104 to KZ194400: 1768.36945455866\n", - "11:56:19\tCompleted 3099 to KZ395600: 1093.0214948108708\n", - "11:56:19\tCompleted 3066 to KZ555600: 2088.848705360601\n", - "11:56:19\tCompleted 3088 to KZ556400: 238.99806625764006\n", - "11:56:19\tCompleted 3087 to KZ433200: 1452.43756643401\n", - "11:56:19\tCompleted 3116 to KZ395000: 1349.6411833346535\n", - "11:56:19\tCompleted 3136 to KZ634400: 402.8591967620343\n", - "11:56:19\tCompleted 3100 to KZ555600: 1041.78278880735\n", - "11:56:19\tCompleted 3123 to KZ554600: 578.1516292043608\n", - "11:56:19\tCompleted 3117 to KZ553200: 666.5932967996192\n", - "11:56:19\tCompleted 3097 to KZ195000: 1438.3379602628786\n", - "11:56:19\tCompleted 3125 to KZ113200: 274.53990695813445\n", - "11:56:19\tCompleted 3052 to KZ116600: 1752.33182332597111:56:19\tCompleted 3068 to KZ113400: 1181.9421365951364\n", - "\n", - "11:56:20\tCompleted 3108 to KZ395600: 1096.5222975776294\n", - "11:56:20\tCompleted 3127 to KZ636800: 1354.711722658739\n", - "11:56:20\tCompleted 3137 to KZ395400: 703.4389631586988\n", - "11:56:20\tCompleted 3106 to KZ636200: 4319.576284104117\n", - "11:56:20\tCompleted 3053 to KZ191000: 2043.8274332061137\n", - "11:56:20\tCompleted 3079 to KZ274000: 2616.901098377182\n", - "11:56:20\tCompleted 3056 to KZ551000: 1508.2225498596672\n", - "11:56:20\tCompleted 3112 to KZ195200: 1529.8154709276744\n", - "11:56:20\tCompleted 3094 to KZ555600: 1019.1122979996234\n", - "11:56:20\tCompleted 3133 to KZ193400: 3701.5482750279284\n", - "11:56:20\tCompleted 3076 to KZ315400: 1941.6746427986577\n", - "11:56:20\tCompleted 3086 to KZ313600: 2270.9987619896647\n", - "11:56:20\tCompleted 3125 to KZ113400: 214.9497266881914\n", - "11:56:20\tCompleted 3088 to KZ554200: 501.62610464507725\n", - "11:56:20\tCompleted 3126 to KZ194400: 1662.033374067043311:56:20\tCompleted 3100 to KZ551000: 496.65419459118164\n", - "\n", - "11:56:20\tCompleted 3129 to KZ594600: 1741.1880290468027\n", - "11:56:21\tCompleted 3138 to KZ596400: 2327.895066972085\n", - "11:56:21\tCompleted 3054 to KZ314800: 1756.530424512764\n", - "11:56:21\tCompleted 3069 to KZ194800: 2934.6374619932\n", - "11:56:21\tCompleted 3075 to KZ194800: 1808.711064011631\n", - "11:56:21\tCompleted 3052 to KZ115600: 310.44751281299375\n", - "11:56:21\tCompleted 3072 to KZ556800: 894.9147786363148\n", - "11:56:21\tCompleted 3055 to KZ434600: 1703.2422467731321\n", - "11:56:21\tCompleted 3078 to KZ791110: 2185.198410834017\n", - "11:56:21\tCompleted 3093 to KZ395600: 1031.9921927314606\n", - "11:56:21\tCompleted 3077 to KZ431900: 1449.1973116454624\n", - "11:56:21\tCompleted 3131 to KZ276600: 4014.8073928345575\n", - "11:56:21\tCompleted 3117 to KZ553600: 617.5962950345923\n", - "11:56:21\tCompleted 3061 to KZ314000: 1972.063491571324\n", - "11:56:21\tCompleted 3123 to KZ555600: 1116.1963457691006\n", - "11:56:21\tCompleted 3109 to KZ551600: 3470.8963225968546\n", - "11:56:21\tCompleted 3091 to KZ195600: 2143.931493264081\n", - "11:56:21\tCompleted 3058 to KZ116600: 1550.9290526094135\n", - "11:56:21\tCompleted 3092 to KZ634400: 1087.2299358227554\n", - "11:56:22\tCompleted 3118 to KZ274800: 3303.4597215866393\n", - "11:56:21\tCompleted 3121 to KZ636800: 1318.3350304373216\n", - "11:56:22\tCompleted 3116 to KZ395200: 881.6056982597837\n", - "11:56:22\tCompleted 3071 to KZ394400: 1296.9750361505392\n", - "11:56:22\tCompleted 3125 to KZ113600: 300.105339402125\n", - "11:56:22\tCompleted 3122 to KZ394800: 1421.0537895052555\n", - "11:56:22\tCompleted 3137 to KZ392000: 773.8450645387669\n", - "11:56:22\tCompleted 3087 to KZ431900: 1326.9430690523593\n", - "11:56:22\tCompleted 3094 to KZ551000: 473.9837037834549\n", - "11:56:22\tCompleted 3120 to KZ196400: 1852.430669492006\n", - "11:56:22\tCompleted 3099 to KZ395800: 1300.45465889743411:56:22\tCompleted 3068 to KZ113600: 935.2055846110093\n", - "\n", - "11:56:22\tCompleted 3104 to KZ194600: 1713.450296599685\n", - "11:56:22\tCompleted 3126 to KZ194600: 1295.834208941276\n", - "11:56:22\tCompleted 3066 to KZ551000: 1543.720111144434711:56:22\tCompleted 3100 to KZ556000: 544.7755767991988\n", - "\n", - "11:56:22\tCompleted 3108 to KZ395800: 1353.738215911118511:56:22\tCompleted 3052 to KZ115200: 602.3968328345243\n", - "\n", - "11:56:23\tCompleted 3136 to KZ313600: 2465.4324252955853\n", - "11:56:23\tCompleted 3058 to KZ115600: 84.81925886951741\n", - "11:56:23\tCompleted 3123 to KZ551000: 571.0677515529324\n", - "11:56:23\tCompleted 3125 to KZ113800: 391.19398690663644\n", - "11:56:23\tCompleted 3076 to KZ315600: 2068.123711696506\n", - "11:56:23\tCompleted 3117 to KZ552200: 509.12835301286515\n", - "11:56:23\tCompleted 3056 to KZ556000: 1556.3439320676844\n", - "11:56:24\tCompleted 3128 to KZ396800: 2205.0007663453466\n", - "11:56:24\tCompleted 3138 to KZ594600: 1553.240806895438\n", - "11:56:24\tCompleted 3112 to KZ195000: 1458.3559797530763\n", - "11:56:24\tCompleted 3059 to KZ195800: 2353.43085524839311:56:24\tCompleted 3072 to KZ554800: 892.5697198673895\n", - "\n", - "11:56:24\tCompleted 3126 to KZ194800: 1450.788813197874311:56:24\tCompleted 3073 to KZ274200: 4277.022806104743\n", - "\n", - "11:56:24\tCompleted 3111 to KZ113400: 2919.7222791271033\n", - "11:56:24\tCompleted 3058 to KZ115200: 388.3804582884667\n", - "11:56:24\tCompleted 3123 to KZ556000: 619.1891337609495\n", - "11:56:24\tCompleted 3083 to KZ194800: 1764.5478605283517\n", - "11:56:24\tCompleted 3052 to KZ115400: 834.5814840976004\n", - "11:56:24\tCompleted 3127 to KZ635800: 1718.9992744561332\n", - "11:56:24\tCompleted 3068 to KZ113800: 783.3527063200329\n", - "11:56:24\tCompleted 3106 to KZ636400: 4736.690944795707\n", - "11:56:24\tCompleted 3094 to KZ556000: 522.1050859914722\n", - "11:56:24\tCompleted 3063 to KZ431900: 1743.9215078808325\n", - "11:56:24\tCompleted 3125 to KZ114500: 386.1841519362864\n", - "11:56:24\tCompleted 3070 to KZ313600: 2137.1529453186713\n", - "11:56:24\tCompleted 3053 to KZ196200: 2039.1935820193146\n", - "11:56:25\tCompleted 3100 to KZ556800: 745.4635016711409\n", - "11:56:25\tCompleted 3108 to KZ392400: 1125.093299010442\n", - "11:56:25\tCompleted 3114 to KZ635800: 4783.974946088414\n", - "11:56:25\tCompleted 3137 to KZ395600: 783.7961154615786\n", - "11:56:25\tCompleted 3129 to KZ711110: 2206.8619383117702\n", - "11:56:25\tCompleted 3091 to KZ195800: 2168.7433985993043\n", - "11:56:26\tCompleted 3098 to KZ636400: 1873.1125735753528\n", - "11:56:26\tCompleted 3117 to KZ554600: 591.3048255146762\n", - "11:56:26\tCompleted 3087 to KZ434600: 1364.8425933025646\n", - "11:56:26\tCompleted 3074 to KZ113200: 674.2265835433312\n", - "11:56:26\tCompleted 3123 to KZ556800: 819.8770586328916\n", - "11:56:26\tCompleted 3077 to KZ434600: 1487.0968358956677\n", - "11:56:26\tCompleted 3109 to KZ553200: 3589.8443160035513\n", - "11:56:26\tCompleted 3093 to KZ395800: 1334.3762681379353\n", - "11:56:26\tCompleted 3054 to KZ315400: 1719.077772593592\n", - "11:56:26\tCompleted 3104 to KZ194800: 1846.438998600744\n", - "11:56:26\tCompleted 3131 to KZ275000: 3891.1221535088125\n", - "11:56:26\tCompleted 3125 to KZ114000: 322.32713836872546\n", - "11:56:26\tCompleted 3099 to KZ392400: 1101.3879147794385\n", - "11:56:26\tCompleted 3055 to KZ434400: 1740.1672591172264\n", - "11:56:26\tCompleted 3097 to KZ194400: 1760.7735131024722\n", - "11:56:26\tCompleted 3126 to KZ195600: 1655.7478247311492\n", - "11:56:26\tCompleted 3116 to KZ391000: 1077.3119627687577\n", - "11:56:26\tCompleted 3136 to KZ314000: 2323.789061147197\n", - "11:56:26\tCompleted 3058 to KZ115400: 608.9532301541237\n", - "11:56:27\tCompleted 3076 to KZ316000: 2157.099323613922\n", - "11:56:27\tCompleted 3108 to KZ396200: 933.5163849842241\n", - "11:56:27\tCompleted 3102 to KZ276000: 3153.4435435831597\n", - "11:56:27\tCompleted 3061 to KZ314800: 1672.1824878636678\n", - "11:56:27\tCompleted 3089 to KZ271000: 3272.773156746004\n", - "11:56:27\tCompleted 3075 to KZ195600: 2013.6700755449058\n", - "11:56:27\tCompleted 3066 to KZ556000: 1591.8414933524518\n", - "11:56:27\tCompleted 3100 to KZ554800: 750.1589897155965\n", - "11:56:27\tCompleted 3068 to KZ114500: 1115.4402214282386\n", - "11:56:27\tCompleted 3078 to KZ791310: 2161.0755272761116\n", - "11:56:27\tCompleted 3122 to KZ395000: 1349.0291991962217\n", - "11:56:27\tCompleted 3072 to KZ556400: 837.3441403722127\n", - "11:56:27\tCompleted 3125 to KZ117000: 244.95948181532935\n", - "11:56:27\tCompleted 3137 to KZ395800: 810.3430569676096\n", - "11:56:27\tCompleted 3094 to KZ556800: 722.7930108634142\n", - "11:56:28\tCompleted 3123 to KZ554800: 824.5725466773472\n", - "11:56:28\tCompleted 3074 to KZ113400: 692.7453426199501\n", - "11:56:28\tCompleted 3120 to KZ196800: 1452.8496577503595\n", - "11:56:28\tCompleted 3088 to KZ791110: 2190.7736117670497\n", - "11:56:28\tCompleted 3056 to KZ556800: 1757.0318569396263\n", - "11:56:28\tCompleted 3091 to KZ196000: 1499.5664798144205\n", - "11:56:28\tCompleted 3095 to KZ276200: 2936.1169451139767\n", - "11:56:28\tCompleted 3125 to KZ114400: 254.1275397096998\n", - "11:56:28\tCompleted 3092 to KZ313600: 2004.8738150595595\n", - "11:56:28\tCompleted 3133 to KZ193600: 3170.4238295079513\n", - "11:56:29\tCompleted 3127 to KZ636200: 1473.1272925578612\n", - "11:56:29\tCompleted 3118 to KZ275800: 2773.04254557506111:56:29\tCompleted 3108 to KZ396600: 941.4352257754234\n", - "\n", - "11:56:29\tCompleted 3086 to KZ314000: 2129.355397841277\n", - "11:56:29\tCompleted 3099 to KZ396200: 930.0155822174655\n", - "11:56:29\tCompleted 3126 to KZ195800: 1717.8965520111171\n", - "11:56:29\tCompleted 3128 to KZ394800: 2383.6553350434015\n", - "11:56:29\tCompleted 3138 to KZ711110: 2018.914716160423\n", - "11:56:29\tCompleted 3112 to KZ194400: 1780.79153259267\n", - "11:56:29\tCompleted 3052 to KZ151000: 1917.6585673338177\n", - "11:56:29\tCompleted 3121 to KZ635800: 1767.83727813457711:56:29\tCompleted 3137 to KZ392400: 720.3691373403732\n", - "\n", - "11:56:29\tCompleted 3111 to KZ113600: 2598.239397287342\n", - "11:56:29\tCompleted 3106 to KZ631000: 4265.710670772161\n", - "11:56:29\tCompleted 3087 to KZ434400: 1401.767605646659\n", - "11:56:29\tCompleted 3136 to KZ314800: 1763.7889485968992\n", - "11:56:29\tCompleted 3117 to KZ555600: 1129.3495420794159\n", - "11:56:29\tCompleted 3100 to KZ556400: 687.8928634070387\n", - "11:56:30\tCompleted 3123 to KZ556400: 762.3064203687894\n", - "11:56:30\tCompleted 3079 to KZ274200: 2724.217086536945\n", - "11:56:30\tCompleted 3068 to KZ114000: 988.7191190046193\n", - "11:56:30\tCompleted 3116 to KZ395400: 1120.6758576940715\n", - "11:56:30\tCompleted 3074 to KZ113600: 826.8424166263883\n", - "11:56:30\tCompleted 3053 to KZ192600: 2099.1832773049846\n", - "11:56:30\tCompleted 3093 to KZ392400: 1060.5631941642732\n", - "11:56:30\tCompleted 3076 to KZ316600: 1992.59813457314\n", - "11:56:30\tCompleted 3094 to KZ554800: 727.488498907869711:56:30\tCompleted 3122 to KZ395200: 880.9937141213518\n", - "\n", - "11:56:30\tCompleted 3109 to KZ553600: 3540.8473142385283\n", - "11:56:30\tCompleted 3125 to KZ114600: 507.6676061300699\n", - "11:56:30\tCompleted 3129 to KZ711410: 2196.9961591327437\n", - "11:56:31\tCompleted 3126 to KZ196000: 995.6046366884291\n", - "11:56:31\tCompleted 3059 to KZ196000: 2123.5593293751585\n", - "11:56:31\tCompleted 3098 to KZ631000: 1405.6603659689242\n", - "11:56:31\tCompleted 3072 to KZ554200: 1000.867422608755\n", - "11:56:31\tCompleted 3083 to KZ195600: 1969.506872061626611:56:31\tCompleted 3071 to KZ433200: 2161.3068036083123\n", - "\n", - "11:56:31\tCompleted 3104 to KZ195600: 2073.363912389558\n", - "11:56:31\tCompleted 3063 to KZ434600: 1781.8210321310378\n", - "11:56:31\tCompleted 3077 to KZ434400: 1524.021848239762\n", - "11:56:31\tCompleted 3137 to KZ396200: 680.6186121907891\n", - "11:56:31\tCompleted 3055 to KZ431000: 1786.2942139090055\n", - "11:56:31\tCompleted 3061 to KZ315400: 1634.7298359444958\n", - "11:56:31\tCompleted 3069 to KZ195600: 3161.5623757819667\n", - "11:56:31\tCompleted 3117 to KZ551000: 584.2209478632476\n", - "11:56:31\tCompleted 3058 to KZ151000: 1896.4896245165191\n", - "11:56:31\tCompleted 3099 to KZ396600: 937.9344230086648\n", - "11:56:31\tCompleted 3114 to KZ636200: 4452.8882682902395\n", - "11:56:31\tCompleted 3080 to KZ113200: 642.3558116244661\n", - "11:56:32\tCompleted 3054 to KZ315600: 1845.5268414914403\n", - "11:56:32\tCompleted 3068 to KZ117000: 907.9495239128643\n", - "11:56:32\tCompleted 3131 to KZ274800: 4416.009961320343\n", - "11:56:32\tCompleted 3070 to KZ314000: 1995.5095811702845\n", - "11:56:32\tCompleted 3091 to KZ191000: 1607.283600223502411:56:32\tCompleted 3066 to KZ556800: 1792.5294182243938\n", - "\n", - "11:56:32\tCompleted 3108 to KZ394200: 1345.1774474561976\n", - "11:56:32\tCompleted 3123 to KZ554200: 958.1374561510902\n", - "11:56:32\tCompleted 3074 to KZ113800: 1010.959003996082\n", - "11:56:32\tCompleted 3100 to KZ554200: 883.7238991893394\n", - "11:56:32\tCompleted 3126 to KZ191000: 1119.0999316905707\n", - "11:56:32\tCompleted 3097 to KZ194600: 1705.8543551434973\n", - "11:56:32\tCompleted 3125 to KZ114800: 779.8653515361052\n", - "11:56:32\tCompleted 3094 to KZ556400: 665.2223725993119\n", - "11:56:33\tCompleted 3120 to KZ191600: 1504.839063816368\n", - "11:56:33\tCompleted 3078 to KZ791510: 2159.6160524223606\n", - "11:56:33\tCompleted 3137 to KZ396600: 688.5374529819883\n", - "11:56:33\tCompleted 3136 to KZ315400: 1986.4554055203766\n", - "11:56:33\tCompleted 3075 to KZ195800: 2075.8188028248733\n", - "11:56:33\tCompleted 3121 to KZ636200: 1436.7506003364438\n", - "11:56:33\tCompleted 3117 to KZ556000: 632.3423300712648\n", - "11:56:33\tCompleted 3087 to KZ431000: 1687.4281607674407\n", - "11:56:33\tCompleted 3116 to KZ392000: 1237.5995527743107\n", - "11:56:33\tCompleted 3111 to KZ113800: 2446.386518996367611:56:33\tCompleted 3093 to KZ396200: 868.9862801380553\n", - "\n", - "11:56:33\tCompleted 3080 to KZ113400: 660.8745707010852\n", - "11:56:33\tCompleted 3056 to KZ554800: 1754.6867981707007\n", - "11:56:33\tCompleted 3122 to KZ391000: 1076.6999786303259\n", - "11:56:34\tCompleted 3138 to KZ711410: 2009.048936981395\n", - "11:56:34\tCompleted 3092 to KZ314000: 1863.2304509111732\n", - "11:56:34\tCompleted 3052 to KZ153200: 1967.852174762564811:56:34\tCompleted 3068 to KZ114400: 931.8669949268406\n", - "\n", - "11:56:34\tCompleted 3128 to KZ395000: 2311.6307447343606\n", - "11:56:34\tCompleted 3125 to KZ111010: 375.1860680947223\n", - "11:56:34\tCompleted 3074 to KZ114500: 735.1464395100356\n", - "11:56:34\tCompleted 3112 to KZ194600: 1725.872374633695\n", - "11:56:34\tCompleted 3102 to KZ276200: 2872.8297568492553\n", - "11:56:34\tCompleted 3137 to KZ394200: 665.2038688316545\n", - "11:56:34\tCompleted 3088 to KZ791310: 2166.6507282091447\n", - "11:56:34\tCompleted 3076 to KZ316200: 2423.9811874187585\n", - "11:56:34\tCompleted 3109 to KZ552200: 3432.379372216815\n", - "11:56:35\tCompleted 3126 to KZ196200: 1475.317861952453\n", - "11:56:35\tCompleted 3099 to KZ394200: 1291.8938904425115\n", - "11:56:35\tCompleted 3125 to KZ116000: 226.94536700323275\n", - "11:56:35\tCompleted 3129 to KZ711210: 2194.3519285747207\n", - "11:56:35\tCompleted 3127 to KZ636400: 1713.095004517337911:56:35\tCompleted 3086 to KZ314800: 1829.474394133621\n", - "\n", - "11:56:35\tCompleted 3108 to KZ394400: 1461.5142100743094\n", - "11:56:36\tCompleted 3080 to KZ113600: 794.9716447075234\n", - "11:56:36\tCompleted 3106 to KZ634600: 4724.440198237603\n", - "11:56:36\tCompleted 3094 to KZ554200: 861.0534083816127\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:56:36\tCompleted 3053 to KZ196600: 2358.2602338945953\n", - "11:56:36\tCompleted 3118 to KZ276000: 3188.873571330096\n", - "11:56:36\tCompleted 3058 to KZ153200: 1946.6832319452662\n", - "11:56:36\tCompleted 3091 to KZ196200: 1812.72782830385\n", - "11:56:36\tCompleted 3077 to KZ431000: 1556.7946830071173\n", - "11:56:36\tCompleted 3104 to KZ195800: 1937.6695127395292\n", - "11:56:36\tCompleted 3089 to KZ274000: 3936.4608466852105\n", - "11:56:36\tCompleted 3066 to KZ554800: 1790.184359455468\n", - "11:56:36\tCompleted 3055 to KZ435200: 1862.600520137421\n", - "11:56:36\tCompleted 3117 to KZ556800: 833.0302549432068\n", - "11:56:36\tCompleted 3133 to KZ194000: 3236.9111953531906\n", - "11:56:36\tCompleted 3074 to KZ114000: 816.721744126024\n", - "11:56:36\tCompleted 3071 to KZ431900: 1897.4562479167087\n", - "11:56:36\tCompleted 3125 to KZ116400: 466.41849697698086\n", - "11:56:36\tCompleted 3123 to KZ791110: 1628.4306593526342\n", - "11:56:37\tCompleted 3083 to KZ195800: 2031.6555993415946\n", - "11:56:37\tCompleted 3070 to KZ314800: 1695.6285774626283\n", - "11:56:37\tCompleted 3061 to KZ315600: 1761.178904842344\n", - "11:56:37\tCompleted 3072 to KZ791110: 1795.3233576600728\n", - "11:56:37\tCompleted 3126 to KZ192600: 1159.6994263172382\n", - "11:56:37\tCompleted 3093 to KZ396600: 876.9051209292546\n", - "11:56:37\tCompleted 3052 to KZ153400: 1551.5235041324297\n", - "11:56:37\tCompleted 3100 to KZ791110: 1695.0144255128637\n", - "11:56:37\tCompleted 3136 to KZ315600: 2259.9210231985944\n", - "11:56:37\tCompleted 3116 to KZ395600: 1114.7529020653874\n", - "11:56:37\tCompleted 3137 to KZ394400: 1026.7089319161582\n", - "11:56:37\tCompleted 3054 to KZ316000: 1833.5413990936001\n", - "11:56:37\tCompleted 3075 to KZ196000: 1369.3050620952415\n", - "11:56:38\tCompleted 3122 to KZ395400: 1120.0638735556397\n", - "11:56:38\tCompleted 3125 to KZ116800: 254.01964328495524\n", - "11:56:38\tCompleted 3138 to KZ711210: 2006.404706423371\n", - "11:56:38\tCompleted 3059 to KZ191000: 2002.04913613975\n", - "11:56:38\tCompleted 3068 to KZ114600: 1463.1898140438436\n", - "11:56:38\tCompleted 3131 to KZ275800: 3885.5927853087273\n", - "11:56:38\tCompleted 3056 to KZ556400: 1699.4612186755242\n", - "11:56:38\tCompleted 3120 to KZ195200: 1525.8933928936647\n", - "11:56:38\tCompleted 3078 to KZ791710: 2132.0971265086087\n", - "11:56:38\tCompleted 3087 to KZ435200: 1778.239954157503\n", - "11:56:38\tCompleted 3114 to KZ636400: 4870.002928981825\n", - "11:56:38\tCompleted 3099 to KZ394400: 1408.2306530606238\n", - "11:56:38\tCompleted 3098 to KZ634600: 1864.3898934343388\n", - "11:56:38\tCompleted 3063 to KZ434400: 1818.746044475132\n", - "11:56:38\tCompleted 3074 to KZ117000: 739.3540875726278\n", - "11:56:39\tCompleted 3076 to KZ311000: 2177.870952804295\n", - "11:56:39\tCompleted 3080 to KZ113800: 979.0882320772171\n", - "11:56:39\tCompleted 3125 to KZ111810: 275.8837363080839\n", - "11:56:39\tCompleted 3128 to KZ395200: 1843.5952596595077\n", - "11:56:39\tCompleted 3112 to KZ194800: 1858.8610766347538\n", - "11:56:39\tCompleted 3111 to KZ114500: 2879.905440830131\n", - "11:56:39\tCompleted 3095 to KZ271000: 2953.8099005281924\n", - "11:56:39\tCompleted 3109 to KZ554600: 3488.5697107895076\n", - "11:56:39\tCompleted 3092 to KZ314800: 1563.349447203517\n", - "11:56:39\tCompleted 3097 to KZ194800: 1838.843057144556\n", - "11:56:39\tCompleted 3117 to KZ554800: 837.7257429876624\n", - "11:56:39\tCompleted 3068 to KZ114800: 484.3685727090994\n", - "11:56:39\tCompleted 3058 to KZ153400: 1530.3545613151311\n", - "11:56:39\tCompleted 3091 to KZ192600: 1647.88309485017\n", - "11:56:40\tCompleted 3053 to KZ194200: 1860.2099760671422\n", - "11:56:40\tCompleted 3127 to KZ631000: 1419.2616792259073\n", - "11:56:40\tCompleted 3121 to KZ636400: 1842.395059034870711:56:40\tCompleted 3126 to KZ196600: 1583.6167679195587\n", - "\n", - "11:56:40\tCompleted 3129 to KZ711310: 2184.611987881835\n", - "11:56:40\tCompleted 3066 to KZ556400: 1734.9587799602916\n", - "11:56:40\tCompleted 3074 to KZ114400: 873.8925567991453\n", - "11:56:40\tCompleted 3080 to KZ114500: 703.2756675911706\n", - "11:56:40\tCompleted 3077 to KZ435200: 1633.1009892355328\n", - "11:56:40\tCompleted 3083 to KZ196000: 1325.141858611961211:56:40\tCompleted 3088 to KZ791510: 2165.1912533553937\n", - "\n", - "11:56:40\tCompleted 3108 to KZ433200: 2173.6580349684727\n", - "11:56:41\tCompleted 3055 to KZ434800: 1777.6236100625044\n", - "11:56:41\tCompleted 3104 to KZ196000: 1707.7979868662817\n", - "11:56:41\tCompleted 3123 to KZ791310: 1604.307775794725\n", - "11:56:41\tCompleted 3093 to KZ394200: 1325.8154996830142\n", - "11:56:41\tCompleted 3137 to KZ433200: 1544.0568666193844\n", - "11:56:41\tCompleted 3086 to KZ315400: 1792.021742214449\n", - "11:56:41\tCompleted 3068 to KZ111010: 774.2466667614881\n", - "11:56:41\tCompleted 3069 to KZ195800: 3025.8679761319345\n", - "11:56:41\tCompleted 3136 to KZ316000: 2585.0220433031277\n", - "11:56:41\tCompleted 3100 to KZ791310: 1670.8915419549546\n", - "11:56:41\tCompleted 3075 to KZ191000: 1477.0221825043272\n", - "11:56:41\tCompleted 3106 to KZ634400: 4246.158161149448\n", - "11:56:41\tCompleted 3122 to KZ392000: 1236.987568635879\n", - "11:56:42\tCompleted 3117 to KZ556400: 775.4596166791047\n", - "11:56:42\tCompleted 3138 to KZ711310: 1996.6647657304857\n", - "11:56:42\tCompleted 3070 to KZ315400: 1658.1759255434563\n", - "11:56:42\tCompleted 3094 to KZ791110: 1714.409354584567\n", - "11:56:42\tCompleted 3102 to KZ271000: 2890.522712263471\n", - "11:56:42\tCompleted 3116 to KZ395800: 1417.1369774718607\n", - "11:56:42\tCompleted 3125 to KZ116600: 1273.6576168027098\n", - "11:56:42\tCompleted 3074 to KZ114600: 760.3926765918532\n", - "11:56:42\tCompleted 3118 to KZ276200: 2908.259784596192\n", - "11:56:42\tCompleted 3061 to KZ316000: 1749.1934624445084\n", - "11:56:42\tCompleted 3126 to KZ194200: 1691.312726049766\n", - "11:56:42\tCompleted 3052 to KZ153600: 2520.4662689127517\n", - "11:56:42\tCompleted 3054 to KZ316600: 1770.0012643680743\n", - "11:56:42\tCompleted 3087 to KZ434800: 1699.8061898807778\n", - "11:56:43\tCompleted 3120 to KZ195000: 1454.4339017190666\n", - "11:56:43\tCompleted 3098 to KZ634400: 1386.107856346222\n", - "11:56:43\tCompleted 3056 to KZ554200: 1862.9845009120656\n", - "11:56:43\tCompleted 3072 to KZ791310: 1771.2004741021638\n", - "11:56:43\tCompleted 3080 to KZ114000: 784.8509722071591\n", - "11:56:43\tCompleted 3071 to KZ434600: 1931.120818343089\n", - "11:56:43\tCompleted 3063 to KZ431000: 1497.2405643739935\n", - "11:56:43\tCompleted 3076 to KZ315000: 2295.0797690379313\n", - "11:56:43\tCompleted 3092 to KZ315400: 1525.896795284345\n", - "11:56:43\tCompleted 3128 to KZ391000: 2039.3015241684827\n", - "11:56:43\tCompleted 3125 to KZ115600: 439.9560845116386\n", - "11:56:43\tCompleted 3121 to KZ631000: 1382.8849870044899\n", - "11:56:43\tCompleted 3059 to KZ196200: 1997.415284952951\n", - "11:56:43\tCompleted 3131 to KZ276000: 4301.423811063777\n", - "11:56:44\tCompleted 3068 to KZ116000: 1042.4472681085715\n", - "11:56:44\tCompleted 3137 to KZ431900: 1316.398159981529\n", - "11:56:44\tCompleted 3053 to KZ751210: 1958.4281553756182\n", - "11:56:44\tCompleted 3078 to KZ611600: 2210.058410967533\n", - "11:56:44\tCompleted 3091 to KZ196600: 2071.8004364524904\n", - "11:56:44\tCompleted 3111 to KZ114000: 2651.752931680949\n", - "11:56:44\tCompleted 3099 to KZ433200: 2170.746888230239\n", - "11:56:44\tCompleted 3109 to KZ555600: 4052.600561283335\n", - "11:56:44\tCompleted 3133 to KZ196400: 3670.0653020287677\n", - "11:56:44\tCompleted 3104 to KZ191000: 1586.2877936308707\n", - "11:56:44\tCompleted 3112 to KZ195600: 2085.7859904235684\n", - "11:56:44\tCompleted 3123 to KZ791510: 1602.8483009409747\n", - "11:56:44\tCompleted 3114 to KZ631000: 4399.022654958284\n", - "11:56:44\tCompleted 3126 to KZ751210: 1436.6072313219008\n", - "11:56:44\tCompleted 3080 to KZ117000: 707.4833156537629\n", - "11:56:44\tCompleted 3083 to KZ191000: 1432.858979021048\n", - "11:56:45\tCompleted 3117 to KZ554200: 971.2906524614056\n", - "11:56:45\tCompleted 3058 to KZ153600: 2410.6257891616387\n", - "11:56:45\tCompleted 3136 to KZ316600: 2133.829504261947\n", - "11:56:45\tCompleted 3077 to KZ434800: 1548.1240791606162\n", - "11:56:45\tCompleted 3089 to KZ274200: 4043.7768348449767\n", - "11:56:45\tCompleted 3125 to KZ115200: 556.0752849905374\n", - "11:56:45\tCompleted 3122 to KZ395600: 1114.1409179269556\n", - "11:56:45\tCompleted 3127 to KZ634600: 1820.07115649763\n", - "11:56:45\tCompleted 3093 to KZ394400: 1405.7027108177751\n", - "11:56:45\tCompleted 3066 to KZ554200: 1898.4820621968329\n", - "11:56:45\tCompleted 3068 to KZ116400: 756.9048447868979\n", - "11:56:46\tCompleted 3108 to KZ431900: 1722.634061544122\n", - "11:56:46\tCompleted 3055 to KZ433600: 1853.8493715011941\n", - "11:56:46\tCompleted 3116 to KZ392400: 1143.3239034982\n", - "11:56:46\tCompleted 3106 to KZ313600: 3445.599893853866411:56:46\tCompleted 3074 to KZ114800: 1332.2285494219723\n", - "\n", - "11:56:46\tCompleted 3100 to KZ791510: 1669.4320671012042\n", - "11:56:46\tCompleted 3052 to KZ154000: 1855.4688269192675\n", - "11:56:46\tCompleted 3087 to KZ433600: 1515.4497180306266\n", - "11:56:46\tCompleted 3097 to KZ195600: 2065.7679709333706\n", - "11:56:46\tCompleted 3075 to KZ196200: 1833.2401127662097\n", - "11:56:46\tCompleted 3129 to KZ555200: 2928.4268471029786\n", - "11:56:46\tCompleted 3090 to KZ113200: 462.6767047399175\n", - "11:56:47\tCompleted 3070 to KZ315600: 1784.6249944413046\n", - "11:56:47\tCompleted 3088 to KZ791710: 2137.6723274416418\n", - "11:56:47\tCompleted 3137 to KZ434600: 1350.0627304079094\n", - "11:56:47\tCompleted 3080 to KZ114400: 842.0217848802804\n", - "11:56:47\tCompleted 3061 to KZ316600: 1685.653327718978\n", - "11:56:47\tCompleted 3125 to KZ115400: 776.6480568561944\n", - "11:56:47\tCompleted 3063 to KZ435200: 1573.546870602409\n", - "11:56:47\tCompleted 3126 to KZ751110: 1430.2089556586118\n", - "11:56:47\tCompleted 3086 to KZ315600: 1918.4708111122973\n", - "11:56:47\tCompleted 3076 to KZ314200: 2179.2851663666684\n", - "11:56:47\tCompleted 3138 to KZ555200: 2740.4796249516394\n", - "11:56:47\tCompleted 3094 to KZ791310: 1690.2864710266579\n", - "11:56:48\tCompleted 3128 to KZ395400: 2082.665419093796\n", - "11:56:48\tCompleted 3053 to KZ751110: 1966.0335375322975\n", - "11:56:48\tCompleted 3092 to KZ315600: 1652.3458641821933\n", - "11:56:48\tCompleted 3091 to KZ194200: 1633.7442223516775\n", - "11:56:48\tCompleted 3068 to KZ116800: 1127.2514876868893\n", - "11:56:48\tCompleted 3074 to KZ111010: 869.5806738520207\n", - "11:56:48\tCompleted 3069 to KZ196000: 2795.996450258728\n", - "11:56:48\tCompleted 3090 to KZ113400: 540.5377415452778\n", - "11:56:48\tCompleted 3104 to KZ196200: 1581.6539424440698\n", - "11:56:48\tCompleted 3123 to KZ791710: 1575.3293750272223\n", - "11:56:48\tCompleted 3120 to KZ194400: 1776.8694545586602\n", - "11:56:48\tCompleted 3116 to KZ396200: 951.7469894719821\n", - "11:56:48\tCompleted 3080 to KZ114600: 728.5219046729882\n", - "11:56:48\tCompleted 3072 to KZ791510: 1769.7409992484133\n", - "11:56:49\tCompleted 3095 to KZ274000: 3617.497590467399\n", - "11:56:49\tCompleted 3109 to KZ551000: 3507.471967067183411:56:49\tCompleted 3099 to KZ431900: 1772.7448264092316\n", - "\n", - "11:56:49\tCompleted 3127 to KZ634400: 1399.709169603205\n", - "11:56:49\tCompleted 3136 to KZ316200: 2617.23734539541711:56:49\tCompleted 3111 to KZ117000: 2672.414743314773\n", - "\n", - "11:56:49\tCompleted 3118 to KZ271000: 2925.9527400104075\n", - "11:56:49\tCompleted 3078 to KZ613600: 2064.8506724415906\n", - "11:56:49\tCompleted 3076 to KZ353200: 873.2045752308916\n", - "11:56:49\tCompleted 3122 to KZ395800: 1416.524993333429\n", - "11:56:49\tCompleted 3121 to KZ634600: 1841.6145144699044\n", - "11:56:49\tCompleted 3054 to KZ316200: 2100.4232628984473\n", - "11:56:49\tCompleted 3058 to KZ154000: 1834.299884101969\n", - "11:56:49\tCompleted 3126 to KZ751310: 1436.6942370328504\n", - "11:56:49\tCompleted 3071 to KZ434400: 2110.636842820961\n", - "11:56:49\tCompleted 3131 to KZ276200: 4020.810024329858\n", - "11:56:49\tCompleted 3059 to KZ192600: 2057.4049802386235\n", - "11:56:49\tCompleted 3098 to KZ313600: 1909.8194819406906\n", - "11:56:50\tCompleted 3083 to KZ196200: 1789.0769092829305\n", - "11:56:50\tCompleted 3077 to KZ433600: 1637.7039606237297\n", - "11:56:50\tCompleted 3112 to KZ195800: 1950.091590773539\n", - "11:56:50\tCompleted 3056 to KZ791110: 2347.9211171557554\n", - "11:56:50\tCompleted 3117 to KZ791110: 1706.1847799781845\n", - "11:56:50\tCompleted 3090 to KZ113600: 219.05485970548412\n", - "11:56:50\tCompleted 3102 to KZ274000: 3554.2104022026774\n", - "11:56:50\tCompleted 3137 to KZ434400: 1493.3869058320333\n", - "11:56:50\tCompleted 3106 to KZ314000: 3228.0336292101765\n", - "11:56:50\tCompleted 3108 to KZ434600: 1756.2986319705024\n", - "11:56:50\tCompleted 3100 to KZ791710: 1641.9131411874519\n", - "11:56:51\tCompleted 3075 to KZ192600: 1517.6216771309948\n", - "11:56:51\tCompleted 3074 to KZ116000: 846.7103840926783\n", - "11:56:51\tCompleted 3068 to KZ111810: 1104.835402741414\n", - "11:56:51\tCompleted 3114 to KZ634600: 4857.75218242374811:56:51\tCompleted 3052 to KZ154200: 2158.104865888587\n", - "\n", - "11:56:51\tCompleted 3066 to KZ791110: 2299.404255828669\n", - "11:56:51\tCompleted 3070 to KZ316000: 1772.6395520434673\n", - "11:56:51\tCompleted 3090 to KZ113800: 78.27893639875651\n", - "11:56:51\tCompleted 3063 to KZ434800: 1488.5699605274924\n", - "11:56:51\tCompleted 3091 to KZ751210: 1731.9624016601535\n", - "11:56:51\tCompleted 3126 to KZ751410: 1443.704183137747\n", - "11:56:51\tCompleted 3133 to KZ196800: 3138.2236997876216\n", - "11:56:52\tCompleted 3076 to KZ353600: 1422.504834379938\n", - "11:56:52\tCompleted 3116 to KZ396600: 959.6658302631814\n", - "11:56:52\tCompleted 3080 to KZ114800: 1300.357777503107411:56:52\tCompleted 3128 to KZ392000: 2199.5891141740217\n", - "\n", - "11:56:52\tCompleted 3053 to KZ751310: 1967.5482561580588\n", - "11:56:52\tCompleted 3122 to KZ392400: 1142.7119193597682\n", - "11:56:52\tCompleted 3087 to KZ434000: 2250.6534111958285\n", - "11:56:52\tCompleted 3123 to KZ611600: 1653.2906594861506\n", - "11:56:52\tCompleted 3129 to KZ551600: 2661.8601251174514\n", - "11:56:52\tCompleted 3055 to KZ434000: 2328.4708313775554\n", - "11:56:52\tCompleted 3092 to KZ316000: 1723.8418732791251\n", - "11:56:52\tCompleted 3104 to KZ192600: 1641.6436377297448\n", - "11:56:52\tCompleted 3138 to KZ551600: 2473.912902966112\n", - "11:56:52\tCompleted 3093 to KZ433200: 2204.66849747074211:56:52\tCompleted 3061 to KZ316200: 2016.0753262493554\n", - "\n", - "11:56:52\tCompleted 3097 to KZ195800: 1930.0735712833414\n", - "11:56:53\tCompleted 3125 to KZ151000: 2181.2509557531935\n", - "11:56:53\tCompleted 3090 to KZ114500: 511.1878243447721\n", - "11:56:53\tCompleted 3137 to KZ431000: 1033.8336985161416\n", - "11:56:53\tCompleted 3121 to KZ634400: 1363.3324773817876\n", - "11:56:53\tCompleted 3088 to KZ611600: 2215.6336119005655\n", - "11:56:53\tCompleted 3136 to KZ311000: 2222.6517155260117\n", - "11:56:53\tCompleted 3074 to KZ116400: 960.8131027342794\n", - "11:56:53\tCompleted 3072 to KZ791710: 1742.222073334661\n", - "11:56:53\tCompleted 3094 to KZ791510: 1688.8269961729075\n", - "11:56:53\tCompleted 3086 to KZ316000: 2007.446423029714\n", - "11:56:53\tCompleted 3111 to KZ114400: 2594.900807603167\n", - "11:56:54\tCompleted 3109 to KZ556000: 3555.593349275197\n", - "11:56:54\tCompleted 3071 to KZ431000: 1614.8917864513212\n", - "11:56:54\tCompleted 3076 to KZ351600: 1214.7374425614366\n", - "11:56:54\tCompleted 3126 to KZ751710: 1475.7402527978907\n", - "11:56:54\tCompleted 3083 to KZ192600: 1473.4584736477157\n", - "11:56:54\tCompleted 3099 to KZ434600: 1806.409396835612\n", - "11:56:54\tCompleted 3078 to KZ614000: 2193.2633349833186\n", - "11:56:54\tCompleted 3090 to KZ114000: 272.5683940990941\n", - "11:56:54\tCompleted 3127 to KZ313600: 1749.8019128826752\n", - "11:56:54\tCompleted 3080 to KZ111010: 837.7099019331558\n", - "11:56:54\tCompleted 3052 to KZ156000: 1731.354098256797\n", - "11:56:54\tCompleted 3112 to KZ196000: 1720.2200649002914\n", - "11:56:54\tCompleted 3069 to KZ191000: 2674.4862570233254\n", - "11:56:55\tCompleted 3120 to KZ194600: 1721.9502965996853\n", - "11:56:55\tCompleted 3058 to KZ154200: 2136.935923071289\n", - "11:56:55\tCompleted 3131 to KZ271000: 4038.502979744074\n", - "11:56:55\tCompleted 3117 to KZ791310: 1682.0618964202754\n", - "11:56:55\tCompleted 3074 to KZ116800: 748.414249042254\n", - "11:56:55\tCompleted 3106 to KZ314800: 3727.320934084606\n", - "11:56:55\tCompleted 3091 to KZ751110: 1739.5677838168328\n", - "11:56:55\tCompleted 3122 to KZ396200: 951.1350053335503\n", - "11:56:55\tCompleted 3054 to KZ311000: 1955.2740825992332\n", - "11:56:55\tCompleted 3070 to KZ316600: 1709.0994173179386\n", - "11:56:55\tCompleted 3063 to KZ433600: 1688.4127240693933\n", - "11:56:55\tCompleted 3100 to KZ611600: 1719.8744256463801\n", - "11:56:55\tCompleted 3076 to KZ354000: 756.6893732961875\n", - "11:56:55\tCompleted 3090 to KZ117000: 317.0960822999915\n", - "11:56:55\tCompleted 3108 to KZ434400: 2099.2480309322373\n", - "11:56:56\tCompleted 3137 to KZ435200: 1110.140004744557\n", - "11:56:56\tCompleted 3116 to KZ394200: 1408.5762090169399\n", - "11:56:56\tCompleted 3075 to KZ196600: 1941.5390187333153\n", - "11:56:56\tCompleted 3123 to KZ613600: 1508.0829209601986\n", - "11:56:56\tCompleted 3077 to KZ434000: 2098.971300475667\n", - "11:56:56\tCompleted 3126 to KZ751810: 1439.451596345731\n", - "11:56:56\tCompleted 3059 to KZ196600: 2316.481936828232\n", - "11:56:56\tCompleted 3053 to KZ751410: 1983.2158752488187\n", - "11:56:56\tCompleted 3080 to KZ116000: 814.8396121738134\n", - "11:56:57\tCompleted 3074 to KZ111810: 670.2882845157346\n", - "11:56:57\tCompleted 3098 to KZ314000: 1768.1761177923042\n", - "11:56:57\tCompleted 3128 to KZ395600: 2076.7424634651106\n", - "11:56:57\tCompleted 3114 to KZ634400: 4379.470145335593\n", - "11:56:57\tCompleted 3136 to KZ315000: 2339.8605317596507\n", - "11:56:57\tCompleted 3056 to KZ791310: 2325.6395681953554\n", - "11:56:57\tCompleted 3092 to KZ316600: 1576.8202870588273\n", - "11:56:57\tCompleted 3090 to KZ114400: 226.79322500556393\n", - "11:56:57\tCompleted 3068 to KZ116600: 2121.911252460108\n", - "11:56:57\tCompleted 3104 to KZ196600: 1900.7205943193626\n", - "11:56:57\tCompleted 3076 to KZ351000: 773.3747660650071\n", - "11:56:58\tCompleted 3138 to KZ553200: 2592.860896372809\n", - "11:56:58\tCompleted 3102 to KZ274200: 3661.5263903624436\n", - "11:56:58\tCompleted 3122 to KZ396600: 959.0538461247495\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:56:58\tCompleted 3133 to KZ191600: 3164.0216758477063\n", - "11:56:58\tCompleted 3071 to KZ435200: 1691.1980926797366\n", - "11:56:58\tCompleted 3137 to KZ434800: 1025.1630946696405\n", - "11:56:58\tCompleted 3118 to KZ274000: 3589.640429949614\n", - "11:56:58\tCompleted 3126 to KZ751910: 1421.5766118060644\n", - "11:56:58\tCompleted 3058 to KZ156000: 1710.1851554394984\n", - "11:56:58\tCompleted 3072 to KZ611600: 1820.1833577935893\n", - "11:56:58\tCompleted 3125 to KZ153200: 2214.446586542612\n", - "11:56:58\tCompleted 3093 to KZ431900: 1791.75804567881\n", - "11:56:58\tCompleted 3097 to KZ196000: 1700.202045410094\n", - "11:56:58\tCompleted 3109 to KZ556800: 3756.2812741471344\n", - "11:56:58\tCompleted 3095 to KZ274200: 3724.813578627165\n", - "11:56:59\tCompleted 3066 to KZ791310: 2277.1227068682692\n", - "11:56:59\tCompleted 3068 to KZ115600: 844.3392228429703\n", - "11:56:59\tCompleted 3129 to KZ553200: 2780.808118524148\n", - "11:56:59\tCompleted 3080 to KZ116400: 928.9423308154145\n", - "11:56:59\tCompleted 3086 to KZ316600: 1842.9452339889312\n", - "11:56:59\tCompleted 3088 to KZ613600: 2070.4258733746237\n", - "11:56:59\tCompleted 3112 to KZ191000: 1598.7098716648804\n", - "11:56:59\tCompleted 3121 to KZ313600: 1879.1019674002087\n", - "11:56:59\tCompleted 3083 to KZ196600: 1897.375815250036\n", - "11:56:59\tCompleted 3127 to KZ314000: 1608.1585487342888\n", - "11:56:59\tCompleted 3061 to KZ311000: 1870.926145950137\n", - "11:56:59\tCompleted 3094 to KZ791710: 1661.308070259155\n", - "11:56:59\tCompleted 3052 to KZ154600: 2029.4915290019287\n", - "11:56:59\tCompleted 3103 to KZ113200: 199.60858802032905\n", - "11:56:59\tCompleted 3111 to KZ114600: 3200.969956575809\n", - "11:56:59\tCompleted 3090 to KZ114600: 821.7854189939846\n", - "11:56:59\tCompleted 3087 to KZ471000: 2537.6085800705173\n", - "11:56:59\tCompleted 3076 to KZ352000: 1216.1141221830026\n", - "11:56:59\tCompleted 3108 to KZ431000: 1440.0696000787345\n", - "11:56:59\tCompleted 3100 to KZ613600: 1574.6666871204282\n", - "11:56:59\tCompleted 3078 to KZ613900: 2470.0150341245007\n", - "11:57:00\tCompleted 3099 to KZ434400: 2120.076927442888\n", - "11:57:00\tCompleted 3117 to KZ791510: 1680.602421566525\n", - "11:57:00\tCompleted 3123 to KZ614000: 1636.4955835019375\n", - "11:57:00\tCompleted 3091 to KZ751310: 1741.0825024425942\n", - "11:57:00\tCompleted 3136 to KZ314200: 2224.065929088385\n", - "11:57:00\tCompleted 3104 to KZ194200: 1402.6703364918974\n", - "11:57:00\tCompleted 3106 to KZ315400: 3414.5598154046543\n", - "11:57:00\tCompleted 3126 to KZ751510: 1422.1378878467463\n", - "11:57:00\tCompleted 3063 to KZ434000: 2039.417181842543\n", - "11:57:01\tCompleted 3103 to KZ113400: 165.3784495135082\n", - "11:57:01\tCompleted 3116 to KZ394400: 1488.463420151702\n", - "11:57:01\tCompleted 3059 to KZ194200: 1818.4316790007786\n", - "11:57:01\tCompleted 3137 to KZ433600: 1225.0058582115414\n", - "11:57:01\tCompleted 3068 to KZ115200: 606.3226983671086\n", - "11:57:01\tCompleted 3131 to KZ274000: 4702.190669683322\n", - "11:57:01\tCompleted 3069 to KZ196200: 2669.852405836493\n", - "11:57:01\tCompleted 3053 to KZ751710: 2018.9318290790795\n", - "11:57:01\tCompleted 3070 to KZ316200: 2039.5214158483143\n", - "11:57:01\tCompleted 3090 to KZ114800: 333.65179793603437\n", - "11:57:01\tCompleted 3075 to KZ194200: 1830.0986065809877\n", - "11:57:01\tCompleted 3080 to KZ116800: 716.5434771233892\n", - "11:57:01\tCompleted 3074 to KZ116600: 1859.9072008640157\n", - "11:57:01\tCompleted 3076 to KZ354800: 890.2524596675058\n", - "11:57:02\tCompleted 3120 to KZ194800: 1854.938998600744\n", - "11:57:02\tCompleted 3114 to KZ313600: 3578.9118780399726\n", - "11:57:02\tCompleted 3055 to KZ471000: 2876.0082335410425\n", - "11:57:02\tCompleted 3128 to KZ395800: 2379.1265388715847\n", - "11:57:02\tCompleted 3098 to KZ314800: 1468.295114084648\n", - "11:57:02\tCompleted 3103 to KZ113600: 199.86318590304435\n", - "11:57:02\tCompleted 3122 to KZ394200: 1407.9642248785078\n", - "11:57:02\tCompleted 3071 to KZ434800: 1606.2211826048201\n", - "11:57:02\tCompleted 3127 to KZ314800: 1308.2775450266327\n", - "11:57:02\tCompleted 3054 to KZ315000: 2072.482898832866\n", - "11:57:02\tCompleted 3092 to KZ316200: 1990.723737083972\n", - "11:57:03\tCompleted 3136 to KZ353200: 1577.17200188212\n", - "11:57:03\tCompleted 3096 to KZ113200: 3014.0072632182014\n", - "11:57:03\tCompleted 3090 to KZ111010: 255.26755072202846\n", - "11:57:03\tCompleted 3068 to KZ115400: 731.8733196501627\n", - "11:57:03\tCompleted 3138 to KZ553600: 2543.863894607786\n", - "11:57:03\tCompleted 3058 to KZ154600: 2008.3225861846302\n", - "11:57:03\tCompleted 3072 to KZ613600: 1674.9756192676373\n", - "11:57:03\tCompleted 3080 to KZ111810: 638.4175125968695\n", - "11:57:03\tCompleted 3111 to KZ114800: 2147.402385385451\n", - "11:57:03\tCompleted 3103 to KZ113800: 387.7767251362679\n", - "11:57:03\tCompleted 3108 to KZ435200: 1516.37590630715\n", - "11:57:03\tCompleted 3074 to KZ115600: 934.35069026893711:57:03\tCompleted 3112 to KZ196200: 1594.0760204780797\n", - "\n", - "11:57:03\tCompleted 3099 to KZ431000: 1490.180364943844\n", - "11:57:04\tCompleted 3076 to KZ355200: 1126.2006800687384\n", - "11:57:04\tCompleted 3052 to KZ154800: 2088.3321626594607\n", - "11:57:04\tCompleted 3091 to KZ751410: 1756.750121533354\n", - "11:57:04\tCompleted 3097 to KZ191000: 1578.6918521746827\n", - "11:57:04\tCompleted 3109 to KZ554800: 3760.257834994855\n", - "11:57:04\tCompleted 3090 to KZ116000: 337.37349818729484\n", - "11:57:04\tCompleted 3125 to KZ153400: 1815.11589255181\n", - "11:57:04\tCompleted 3121 to KZ314000: 1734.4891991240029\n", - "11:57:04\tCompleted 3104 to KZ751210: 1500.8885158003734\n", - "11:57:04\tCompleted 3078 to KZ612000: 1990.2722349484857\n", - "11:57:04\tCompleted 3137 to KZ434000: 1576.010315984691\n", - "11:57:04\tCompleted 3129 to KZ553600: 2731.811116759125\n", - "11:57:05\tCompleted 3056 to KZ791510: 2335.757344191624\n", - "11:57:05\tCompleted 3117 to KZ791710: 1653.0834956527726\n", - "11:57:05\tCompleted 3103 to KZ114500: 311.2528329984806\n", - "11:57:05\tCompleted 3083 to KZ194200: 1785.914662532406\n", - "11:57:05\tCompleted 3118 to KZ274200: 3696.95641810938\n", - "11:57:05\tCompleted 3053 to KZ751810: 1972.7908968451782\n", - "11:57:05\tCompleted 3076 to KZ355600: 837.9456178293349\n", - "11:57:05\tCompleted 3136 to KZ353600: 1747.5669044037886\n", - "11:57:05\tCompleted 3093 to KZ434600: 1825.4226161051904\n", - "11:57:05\tCompleted 3100 to KZ614000: 1703.079349662167\n", - "11:57:05\tCompleted 3068 to KZ151000: 1120.2843791211426\n", - "11:57:05\tCompleted 3077 to KZ471000: 2752.373047206699\n", - "11:57:05\tCompleted 3133 to KZ195200: 3101.786698982439\n", - "11:57:05\tCompleted 3106 to KZ315600: 3934.001328225306\n", - "11:57:05\tCompleted 3127 to KZ315400: 1270.8248931074606\n", - "11:57:05\tCompleted 3066 to KZ791510: 2287.2404828645376\n", - "11:57:06\tCompleted 3123 to KZ613900: 1913.2472826431315\n", - "11:57:06\tCompleted 3087 to KZ473600: 2071.198471388987\n", - "11:57:06\tCompleted 3094 to KZ611600: 1739.2693547180834\n", - "11:57:06\tCompleted 3090 to KZ116400: 96.32640696656024\n", - "11:57:06\tCompleted 3128 to KZ392400: 2105.3134648979203\n", - "11:57:06\tCompleted 3086 to KZ316200: 2274.328286834561\n", - "11:57:06\tCompleted 3059 to KZ751210: 1916.6498583092546\n", - "11:57:06\tCompleted 3103 to KZ114000: 247.39581943091974\n", - "11:57:06\tCompleted 3119 to KZ113200: 213.40832710065018\n", - "11:57:06\tCompleted 3088 to KZ614000: 2198.8385359163512\n", - "11:57:06\tCompleted 3122 to KZ394400: 1487.8514360132701\n", - "11:57:06\tCompleted 3070 to KZ311000: 1894.3722355490975\n", - "11:57:06\tCompleted 3114 to KZ314000: 3361.3456133962827\n", - "11:57:06\tCompleted 3131 to KZ274200: 4809.506657843137\n", - "11:57:06\tCompleted 3126 to KZ231000: 4192.2556572403455\n", - "11:57:06\tCompleted 3069 to KZ192600: 2729.8421011221944\n", - "11:57:07\tCompleted 3074 to KZ115200: 1127.8328047551997\n", - "11:57:07\tCompleted 3098 to KZ315400: 1430.84246216547611:57:07\tCompleted 3108 to KZ434800: 1431.3989962322335\n", - "\n", - "11:57:07\tCompleted 3096 to KZ113400: 3091.868300023539\n", - "11:57:07\tCompleted 3075 to KZ751210: 1794.5294821356574\n", - "11:57:07\tCompleted 3116 to KZ433200: 2248.713669920801\n", - "11:57:07\tCompleted 3061 to KZ315000: 1988.1349621837699\n", - "11:57:07\tCompleted 3058 to KZ154800: 1989.1754490924177\n", - "11:57:07\tCompleted 3119 to KZ113400: 153.81814683070684\n", - "11:57:07\tCompleted 3092 to KZ311000: 1762.0931052899862\n", - "11:57:07\tCompleted 3063 to KZ471000: 3047.0972434420632\n", - "11:57:07\tCompleted 3099 to KZ435200: 1566.4866711722595\n", - "11:57:07\tCompleted 3103 to KZ117000: 170.02816287752364\n", - "11:57:07\tCompleted 3076 to KZ352100: 1444.6059310975486\n", - "11:57:08\tCompleted 3136 to KZ351600: 1485.502250057693\n", - "11:57:08\tCompleted 3090 to KZ116800: 424.4897330433727\n", - "11:57:08\tCompleted 3091 to KZ751710: 1792.466075363615\n", - "11:57:08\tCompleted 3071 to KZ433600: 1806.063946146721\n", - "11:57:08\tCompleted 3138 to KZ552200: 2435.395952586073\n", - "11:57:08\tCompleted 3112 to KZ192600: 1654.0657157637545\n", - "11:57:08\tCompleted 3104 to KZ751110: 1508.4938979570527\n", - "11:57:08\tCompleted 3111 to KZ111010: 2538.7118861634053\n", - "11:57:08\tCompleted 3072 to KZ614000: 1803.3882818093762\n", - "11:57:08\tCompleted 3068 to KZ153200: 1170.4779865498897\n", - "11:57:08\tCompleted 3121 to KZ314800: 1437.577599544166\n", - "11:57:08\tCompleted 3119 to KZ113600: 258.16816872164185\n", - "11:57:09\tCompleted 3132 to KZ113200: 1102.0705290103658\n", - "11:57:09\tCompleted 3109 to KZ556400: 3698.710635883031\n", - "11:57:09\tCompleted 3103 to KZ114400: 252.69393950329513\n", - "11:57:09\tCompleted 3054 to KZ314200: 1956.6882961616063\n", - "11:57:09\tCompleted 3080 to KZ116600: 1828.0364289451509\n", - "11:57:09\tCompleted 3076 to KZ352200: 820.5497604423039\n", - "11:57:09\tCompleted 3055 to KZ473600: 2409.598124859528\n", - "11:57:09\tCompleted 3120 to KZ195600: 2081.86391238955811:57:09\tCompleted 3123 to KZ612000: 1433.504483467094\n", - "\n", - "11:57:09\tCompleted 3090 to KZ111810: 464.02053408986694\n", - "11:57:09\tCompleted 3053 to KZ751910: 1973.7295784814007\n", - "11:57:09\tCompleted 3106 to KZ316000: 3107.7622503618245\n", - "11:57:09\tCompleted 3127 to KZ315600: 1397.273962005309\n", - "11:57:10\tCompleted 3136 to KZ354000: 1439.8283728226695\n", - "11:57:10\tCompleted 3117 to KZ611600: 1731.044780111701\n", - "11:57:10\tCompleted 3074 to KZ115400: 1348.4055766208555\n", - "11:57:10\tCompleted 3097 to KZ196200: 1574.058000987882\n", - "11:57:10\tCompleted 3119 to KZ113800: 414.24018148841685\n", - "11:57:10\tCompleted 3128 to KZ396200: 1913.7365508717069\n", - "11:57:10\tCompleted 3125 to KZ153600: 2578.3206158637004\n", - "11:57:10\tCompleted 3103 to KZ114600: 450.1541933793396\n", - "11:57:10\tCompleted 3129 to KZ552200: 2623.343174737412\n", - "11:57:10\tCompleted 3083 to KZ751210: 1750.3662786523782\n", - "11:57:10\tCompleted 3068 to KZ153400: 754.1493159197553\n", - "11:57:10\tCompleted 3078 to KZ614400: 2396.547833564297\n", - "11:57:10\tCompleted 3096 to KZ113600: 2770.385418183778\n", - "11:57:10\tCompleted 3132 to KZ113400: 1120.5892880869858\n", - "11:57:11\tCompleted 3052 to KZ155200: 2358.557795378423\n", - "11:57:11\tCompleted 3054 to KZ353200: 616.4001801439764\n", - "11:57:11\tCompleted 3137 to KZ471000: 2721.738104798972\n", - "11:57:11\tCompleted 3100 to KZ613900: 1979.831048803361\n", - "11:57:11\tCompleted 3059 to KZ751110: 1924.2552404659339\n", - "11:57:11\tCompleted 3080 to KZ115600: 902.4799183500721\n", - "11:57:11\tCompleted 3119 to KZ114500: 325.0525720788018\n", - "11:57:11\tCompleted 3114 to KZ314800: 3860.6329182707123\n", - "11:57:11\tCompleted 3104 to KZ751310: 1510.008616582814\n", - "11:57:11\tCompleted 3056 to KZ791710: 2307.2574048413376\n", - "11:57:11\tCompleted 3094 to KZ613600: 1594.0616161921314\n", - "11:57:11\tCompleted 3066 to KZ791710: 2258.7405435142514\n", - "11:57:12\tCompleted 3099 to KZ434800: 1481.509761097343\n", - "11:57:12\tCompleted 3108 to KZ433600: 1631.2417597741344\n", - "11:57:12\tCompleted 3091 to KZ751810: 1746.3251431297135\n", - "11:57:12\tCompleted 3076 to KZ352300: 1513.4408608171038\n", - "11:57:12\tCompleted 3136 to KZ351000: 1477.1605694020777\n", - "11:57:12\tCompleted 3126 to KZ234000: 4400.866134608048\n", - "11:57:12\tCompleted 3075 to KZ751110: 1788.1312064723684\n", - "11:57:12\tCompleted 3058 to KZ155200: 2337.388852561125\n", - "11:57:12\tCompleted 3086 to KZ311000: 2028.2180522200902\n", - "11:57:12\tCompleted 3070 to KZ315000: 2011.5810517827304\n", - "11:57:12\tCompleted 3121 to KZ315400: 1400.124947624994\n", - "11:57:12\tCompleted 3098 to KZ315600: 1557.2915310633243\n", - "11:57:13\tCompleted 3133 to KZ195000: 3547.9158582993573\n", - "11:57:13\tCompleted 3103 to KZ114800: 729.1037066026018\n", - "11:57:13\tCompleted 3092 to KZ315000: 1879.301921523619\n", - "11:57:13\tCompleted 3116 to KZ431900: 1797.68969649645\n", - "11:57:13\tCompleted 3132 to KZ113600: 1254.6863620934241\n", - "11:57:13\tCompleted 3119 to KZ114000: 261.1955585112409611:57:13\tCompleted 3138 to KZ554600: 2491.58629115875\n", - "\n", - "11:57:13\tCompleted 3077 to KZ473600: 2331.5419490454383\n", - "11:57:13\tCompleted 3127 to KZ316000: 1435.8939182275287\n", - "11:57:13\tCompleted 3122 to KZ433200: 2229.146260911503\n", - "11:57:13\tCompleted 3069 to KZ196600: 2988.9190577117733\n", - "11:57:13\tCompleted 3111 to KZ116000: 2705.481080784893\n", - "11:57:13\tCompleted 3123 to KZ614400: 1839.7800820829343\n", - "11:57:14\tCompleted 3109 to KZ554200: 3868.555537736223\n", - "11:57:14\tCompleted 3053 to KZ751510: 1966.2181045518562\n", - "11:57:14\tCompleted 3087 to KZ474200: 2565.2579751140956\n", - "11:57:14\tCompleted 3088 to KZ613900: 2475.5902350575334\n", - "11:57:14\tCompleted 3093 to KZ434400: 2153.998536683391\n", - "11:57:14\tCompleted 3071 to KZ434000: 2013.8430410674066\n", - "11:57:14\tCompleted 3096 to KZ113800: 2618.5325398928035\n", - "11:57:14\tCompleted 3076 to KZ352800: 845.1526898314132\n", - "11:57:14\tCompleted 3112 to KZ196600: 1913.1426723533725\n", - "11:57:14\tCompleted 3061 to KZ314200: 1872.34035951251\n", - "11:57:14\tCompleted 3090 to KZ116600: 1553.886440771141211:57:14\tCompleted 3106 to KZ316600: 3755.7531144458453\n", - "\n", - "11:57:14\tCompleted 3103 to KZ111010: 300.2547491569166\n", - "11:57:14\tCompleted 3117 to KZ613600: 1585.837041585749\n", - "11:57:15\tCompleted 3063 to KZ473600: 2628.12247741912\n", - "11:57:15\tCompleted 3119 to KZ117000: 183.82790195784486\n", - "11:57:15\tCompleted 3080 to KZ115200: 1095.9620328363349\n", - "11:57:15\tCompleted 3136 to KZ352000: 1928.0057025718363\n", - "11:57:15\tCompleted 3128 to KZ396600: 1921.6553916629061\n", - "11:57:15\tCompleted 3100 to KZ612000: 1500.0882496273234\n", - "11:57:15\tCompleted 3054 to KZ353600: 1343.7013804039505\n", - "11:57:15\tCompleted 3072 to KZ613900: 2080.13998095057\n", - "11:57:15\tCompleted 3104 to KZ751410: 1525.676235673574\n", - "11:57:15\tCompleted 3068 to KZ153600: 1723.0920807000853\n", - "11:57:15\tCompleted 3083 to KZ751110: 1743.9680029890892\n", - "11:57:16\tCompleted 3090 to KZ115600: 279.9336999323176\n", - "11:57:16\tCompleted 3103 to KZ116000: 225.51176679682808\n", - "11:57:16\tCompleted 3097 to KZ192600: 1634.0476962735568\n", - "11:57:16\tCompleted 3132 to KZ113800: 1438.8029494631178\n", - "11:57:16\tCompleted 3119 to KZ114400: 277.1737342914802\n", - "11:57:16\tCompleted 3061 to KZ353200: 532.0522434948808\n", - "11:57:16\tCompleted 3114 to KZ315400: 3547.8717995907605\n", - "11:57:16\tCompleted 3052 to KZ156400: 2419.6124353714968\n", - "11:57:16\tCompleted 3076 to KZ356400: 1136.6430919696718\n", - "11:57:16\tCompleted 3136 to KZ354800: 1253.1008848862996\n", - "11:57:16\tCompleted 3059 to KZ751310: 1925.769959091695211:57:16\tCompleted 3120 to KZ195800: 1946.1695127395294\n", - "\n", - "11:57:16\tCompleted 3125 to KZ154000: 2119.061215338641\n", - "11:57:16\tCompleted 3127 to KZ316600: 1321.748384881943\n", - "11:57:17\tCompleted 3078 to KZ614600: 2083.4923537254867\n", - "11:57:17\tCompleted 3091 to KZ751910: 1747.263824765936\n", - "11:57:17\tCompleted 3129 to KZ554600: 2679.5335133101044\n", - "11:57:17\tCompleted 3137 to KZ473600: 2302.763338776029\n", - "11:57:17\tCompleted 3074 to KZ151000: 2733.6141536390314\n", - "11:57:17\tCompleted 3121 to KZ315600: 1526.5740165228424\n", - "11:57:17\tCompleted 3099 to KZ433600: 1681.352524639244\n", - "11:57:17\tCompleted 3090 to KZ115200: 132.91168824543138\n", - "11:57:17\tCompleted 3123 to KZ614600: 1526.724602244097\n", - "11:57:17\tCompleted 3109 to KZ791110: 3004.994396686432\n", - "11:57:17\tCompleted 3103 to KZ116400: 391.48717803917515\n", - "11:57:17\tCompleted 3119 to KZ114600: 446.53602627258545\n", - "11:57:17\tCompleted 3094 to KZ614000: 1722.4742787338703\n", - "11:57:17\tCompleted 3112 to KZ194200: 1415.0924145259073\n", - "11:57:18\tCompleted 3054 to KZ351600: 998.7303006571956\n", - "11:57:18\tCompleted 3068 to KZ154000: 1058.0946387065926\n", - "11:57:18\tCompleted 3076 to KZ352400: 784.2819775156811\n", - "11:57:18\tCompleted 3066 to KZ611600: 2207.9152046615845\n", - "11:57:18\tCompleted 3111 to KZ116400: 2475.5446494004696\n", - "11:57:18\tCompleted 3096 to KZ114500: 3052.0514617265662\n", - "11:57:18\tCompleted 3092 to KZ314200: 1763.5073188523593\n", - "11:57:18\tCompleted 3106 to KZ316200: 3258.4823824373225\n", - "11:57:18\tCompleted 3108 to KZ434000: 1897.2894501651406\n", - "11:57:18\tCompleted 3075 to KZ751310: 1794.616487846607\n", - "11:57:18\tCompleted 3098 to KZ316000: 1537.6979719976478\n", - "11:57:18\tCompleted 3069 to KZ194200: 2490.8687998843484\n", - "11:57:18\tCompleted 3080 to KZ115400: 1316.5348047019907\n", - "11:57:18\tCompleted 3132 to KZ114500: 1162.9903849770715\n", - "11:57:19\tCompleted 3122 to KZ431900: 1750.647943343586\n", - "11:57:19\tCompleted 3104 to KZ751710: 1561.3921895038347\n", - "11:57:19\tCompleted 3090 to KZ115400: 353.4844601110882\n", - "11:57:19\tCompleted 3058 to KZ156400: 2255.239206092332\n", - "11:57:19\tCompleted 3056 to KZ611600: 2256.4320659886703\n", - "11:57:19\tCompleted 3070 to KZ314200: 1895.7864491114706\n", - "11:57:19\tCompleted 3093 to KZ431000: 1509.1935842134226\n", - "11:57:19\tCompleted 3103 to KZ116800: 153.40615810665307\n", - "11:57:19\tCompleted 3072 to KZ612000: 1600.3971817745326\n", - "11:57:19\tCompleted 3086 to KZ315000: 2145.4268684537233\n", - "11:57:19\tCompleted 3061 to KZ353600: 1259.3534437548547\n", - "11:57:19\tCompleted 3117 to KZ614000: 1714.2497041274878\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:57:19\tCompleted 3092 to KZ353200: 439.9471248960883\n", - "11:57:19\tCompleted 3055 to KZ474200: 2903.6576285846213\n", - "11:57:20\tCompleted 3128 to KZ394200: 2370.565770416656\n", - "11:57:20\tCompleted 3133 to KZ194400: 3371.201729064138\n", - "11:57:20\tCompleted 3100 to KZ614400: 1906.3638482431638\n", - "11:57:20\tCompleted 3126 to KZ234200: 4851.811841129006\n", - "11:57:20\tCompleted 3119 to KZ114800: 776.7023638071894\n", - "11:57:20\tCompleted 3054 to KZ354000: 571.2192856005985\n", - "11:57:20\tCompleted 3088 to KZ612000: 1995.8474358815192\n", - "11:57:20\tCompleted 3136 to KZ355200: 1917.2325908085932\n", - "11:57:20\tCompleted 3116 to KZ434600: 1831.3542669228304\n", - "11:57:20\tCompleted 3091 to KZ751510: 1739.7523508363915\n", - "11:57:21\tCompleted 3053 to KZ231000: 2846.7688385370607\n", - "11:57:21\tCompleted 3087 to KZ474600: 2242.4334142960142\n", - "11:57:21\tCompleted 3103 to KZ111810: 200.9524173702785\n", - "11:57:21\tCompleted 3070 to KZ353200: 555.4983330938408\n", - "11:57:21\tCompleted 3138 to KZ555600: 3055.6171416525926\n", - "11:57:21\tCompleted 3083 to KZ751310: 1750.4532843633278\n", - "11:57:21\tCompleted 3052 to KZ155600: 2208.4227052883016\n", - "11:57:21\tCompleted 3119 to KZ111010: 314.0544882372378\n", - "11:57:21\tCompleted 3109 to KZ791310: 2982.712847726032\n", - "11:57:21\tCompleted 3068 to KZ154200: 1360.7306776759135\n", - "11:57:21\tCompleted 3114 to KZ315600: 4067.3133124114124\n", - "11:57:22\tCompleted 3076 to KZ356000: 1630.711346232573\n", - "11:57:22\tCompleted 3112 to KZ751210: 1513.3105938343833\n", - "11:57:22\tCompleted 3121 to KZ316000: 1448.8428851106953\n", - "11:57:22\tCompleted 3127 to KZ316200: 1702.775782032375711:57:22\tCompleted 3059 to KZ751410: 1941.437578182455111:57:22\tCompleted 3071 to KZ471000: 3338.988041787892\n", - "\n", - "\n", - "11:57:22\tCompleted 3054 to KZ351000: 535.2556524000142\n", - "11:57:22\tCompleted 3132 to KZ114000: 1244.5656895930601\n", - "11:57:22\tCompleted 3061 to KZ351600: 914.3823640080999\n", - "11:57:22\tCompleted 3063 to KZ474200: 3074.746638485642\n", - "11:57:22\tCompleted 3096 to KZ114000: 2823.898952577385\n", - "11:57:22\tCompleted 3123 to KZ614800: 1908.0370643307656\n", - "11:57:22\tCompleted 3119 to KZ116000: 249.99156158501316\n", - "11:57:23\tCompleted 3092 to KZ353600: 1150.5204030947043\n", - "11:57:23\tCompleted 3125 to KZ154200: 2421.697254307961\n", - "11:57:23\tCompleted 3077 to KZ474200: 2780.022442250278\n", - "11:57:23\tCompleted 3106 to KZ311000: 3119.0536428082014\n", - "11:57:23\tCompleted 3078 to KZ614800: 2464.804815812149\n", - "11:57:23\tCompleted 3097 to KZ196600: 1893.1246528631748\n", - "11:57:23\tCompleted 3111 to KZ116800: 2803.674270625221\n", - "11:57:23\tCompleted 3136 to KZ355600: 1628.977528569189\n", - "11:57:23\tCompleted 3068 to KZ156000: 933.9799100441222\n", - "11:57:23\tCompleted 3074 to KZ153200: 2783.8077610677788\n", - "11:57:23\tCompleted 3129 to KZ555600: 3243.564363803932\n", - "11:57:23\tCompleted 3098 to KZ316600: 1481.7659539399583\n", - "11:57:23\tCompleted 3066 to KZ613600: 2262.1103413053975\n", - "11:57:24\tCompleted 3104 to KZ751810: 1515.2512572699334\n", - "11:57:24\tCompleted 3120 to KZ196000: 1716.2979868662817\n", - "11:57:24\tCompleted 3099 to KZ434000: 1950.8144285926214\n", - "11:57:24\tCompleted 3061 to KZ354000: 486.87134895150285\n", - "11:57:24\tCompleted 3075 to KZ751410: 1801.6264339515035\n", - "11:57:24\tCompleted 3100 to KZ614600: 1593.3083684043265\n", - "11:57:24\tCompleted 3090 to KZ151000: 1735.0374021531277\n", - "11:57:24\tCompleted 3119 to KZ116400: 405.28691711949637\n", - "11:57:24\tCompleted 3137 to KZ474200: 2749.387499842551\n", - "11:57:24\tCompleted 3122 to KZ434600: 1784.3125137699662\n", - "11:57:24\tCompleted 3070 to KZ353600: 1282.7995333538147\n", - "11:57:24\tCompleted 3093 to KZ435200: 1585.499890441838\n", - "11:57:24\tCompleted 3054 to KZ352000: 892.5561976626806\n", - "11:57:24\tCompleted 3132 to KZ117000: 1167.198033039664\n", - "11:57:25\tCompleted 3109 to KZ791510: 2992.8306237223005\n", - "11:57:25\tCompleted 3092 to KZ351600: 805.5493233479496\n", - "11:57:25\tCompleted 3052 to KZ156800: 1730.467748779361\n", - "11:57:25\tCompleted 3094 to KZ613900: 1999.2259778750642\n", - "11:57:25\tCompleted 3108 to KZ471000: 3401.711683423505\n", - "11:57:25\tCompleted 3128 to KZ394400: 2450.452981551399\n", - "11:57:25\tCompleted 3086 to KZ314200: 2029.6322657824633\n", - "11:57:25\tCompleted 3061 to KZ351000: 450.9077157509186\n", - "11:57:25\tCompleted 3117 to KZ613900: 1991.0014032686815\n", - "11:57:25\tCompleted 3103 to KZ116600: 1296.8629992710262\n", - "11:57:25\tCompleted 3076 to KZ354400: 1557.4855221412622\n", - "11:57:25\tCompleted 3072 to KZ614400: 2006.672780390373\n", - "11:57:25\tCompleted 3119 to KZ116800: 192.8880634274711\n", - "11:57:25\tCompleted 3112 to KZ751110: 1520.9159759910626\n", - "11:57:26\tCompleted 3136 to KZ352100: 1715.3707385938048\n", - "11:57:26\tCompleted 3058 to KZ155600: 2168.0839856722814\n", - "11:57:26\tCompleted 3069 to KZ751210: 2589.086979192803\n", - "11:57:26\tCompleted 3127 to KZ311000: 1507.0212031131018\n", - "11:57:26\tCompleted 3080 to KZ151000: 2701.743381720169\n", - "11:57:26\tCompleted 3068 to KZ154600: 1232.1173407892536\n", - "11:57:26\tCompleted 3114 to KZ316000: 3241.0742345479307\n", - "11:57:26\tCompleted 3083 to KZ751410: 1757.4632304682243\n", - "11:57:26\tCompleted 3126 to KZ234600: 4966.9821395671115\n", - "11:57:26\tCompleted 3056 to KZ613600: 2310.6272026324837\n", - "11:57:26\tCompleted 3096 to KZ117000: 2844.5607642112086\n", - "11:57:26\tCompleted 3091 to KZ231000: 3276.121148108557\n", - "11:57:26\tCompleted 3138 to KZ551000: 2510.488547436441\n", - "11:57:26\tCompleted 3092 to KZ354000: 323.4319229613842\n", - "11:57:26\tCompleted 3116 to KZ434400: 2174.303665884566\n", - "11:57:26\tCompleted 3121 to KZ316600: 1451.0484393994764\n", - "11:57:26\tCompleted 3132 to KZ114400: 1301.736502266181\n", - "11:57:26\tCompleted 3088 to KZ614400: 2402.1230344973296\n", - "11:57:27\tCompleted 3119 to KZ111810: 214.7521564505996\n", - "11:57:27\tCompleted 3070 to KZ351600: 937.8284536070599\n", - "11:57:27\tCompleted 3133 to KZ194600: 3381.7186950686346\n", - "11:57:27\tCompleted 3123 to KZ615400: 1798.9409465037013\n", - "11:57:27\tCompleted 3103 to KZ115600: 365.0247655738329\n", - "11:57:27\tCompleted 3086 to KZ353200: 723.5516746466832\n", - "11:57:27\tCompleted 3059 to KZ751710: 1977.153532012716\n", - "11:57:27\tCompleted 3104 to KZ751910: 1516.189938906156\n", - "11:57:27\tCompleted 3053 to KZ234000: 2984.7330170144887\n", - "11:57:27\tCompleted 3106 to KZ315000: 3531.7255169474165\n", - "11:57:27\tCompleted 3054 to KZ354800: 1058.8786660161343\n", - "11:57:28\tCompleted 3061 to KZ352000: 808.2082610135849\n", - "11:57:28\tCompleted 3092 to KZ351000: 340.1173157302038\n", - "11:57:28\tCompleted 3097 to KZ194200: 1395.0743950357096\n", - "11:57:28\tCompleted 3136 to KZ352200: 1524.5171870935321\n", - "11:57:28\tCompleted 3087 to KZ475000: 2612.7624410457915\n", - "11:57:28\tCompleted 3070 to KZ354000: 510.317438550462911:57:28\tCompleted 3076 to KZ351800: 1538.8256371279542\n", - "\n", - "11:57:29\tCompleted 3063 to KZ474600: 2751.92207766756\n", - "11:57:29\tCompleted 3078 to KZ615400: 2355.7086979850765\n", - "11:57:29\tCompleted 3109 to KZ791710: 2964.3306843720143\n", - "11:57:29\tCompleted 3103 to KZ115200: 524.7079619358291\n", - "11:57:29\tCompleted 3074 to KZ153400: 2367.479090437656\n", - "11:57:29\tCompleted 3075 to KZ751710: 1833.6625036116473\n", - "11:57:29\tCompleted 3068 to KZ154800: 1290.9579744467899\n", - "11:57:29\tCompleted 3093 to KZ434800: 1500.5229803669215\n", - "11:57:29\tCompleted 3117 to KZ612000: 1511.2586040926442\n", - "11:57:29\tCompleted 3120 to KZ191000: 1594.7877936308707\n", - "11:57:29\tCompleted 3100 to KZ614800: 1974.620830490995\n", - "11:57:29\tCompleted 3132 to KZ114600: 1188.2366220588888\n", - "11:57:29\tCompleted 3111 to KZ111810: 2843.205071671712\n", - "11:57:29\tCompleted 3066 to KZ614000: 2307.4691799779707\n", - "11:57:29\tCompleted 3129 to KZ551000: 2698.43576958778\n", - "11:57:29\tCompleted 3125 to KZ156000: 1994.9464866761773\n", - "11:57:29\tCompleted 3071 to KZ473600: 2920.013275764949\n", - "11:57:29\tCompleted 3112 to KZ751310: 1522.430694616824\n", - "11:57:29\tCompleted 3090 to KZ153200: 1785.2310095818748\n", - "11:57:30\tCompleted 3119 to KZ116600: 1253.1604557670983\n", - "11:57:30\tCompleted 3054 to KZ355200: 789.5059683341441\n", - "11:57:30\tCompleted 3092 to KZ352000: 782.8566718482003\n", - "11:57:30\tCompleted 3094 to KZ612000: 1519.4831786990267\n", - "11:57:30\tCompleted 3098 to KZ316200: 1804.5798358024947\n", - "11:57:30\tCompleted 3070 to KZ351000: 474.35380534987866\n", - "11:57:30\tCompleted 3052 to KZ193200: 2321.364760469557\n", - "11:57:30\tCompleted 3072 to KZ614600: 1693.6173005515357\n", - "11:57:30\tCompleted 3061 to KZ354800: 974.5307293670386\n", - "11:57:30\tCompleted 3122 to KZ434400: 2127.261912731701\n", - "11:57:30\tCompleted 3058 to KZ156800: 1566.0945195001966\n", - "11:57:30\tCompleted 3077 to KZ474600: 2457.197881432196\n", - "11:57:30\tCompleted 3099 to KZ471000: 3348.428126409819\n", - "11:57:30\tCompleted 3055 to KZ474600: 2580.8330677665394\n", - "11:57:31\tCompleted 3137 to KZ474600: 2426.562939024469\n", - "11:57:31\tCompleted 3128 to KZ433200: 3219.0018604384213\n", - "11:57:31\tCompleted 3086 to KZ353600: 1272.85193379573\n", - "11:57:31\tCompleted 3116 to KZ431000: 1515.1252350310626\n", - "11:57:31\tCompleted 3138 to KZ556000: 2558.6099296444545\n", - "11:57:31\tCompleted 3108 to KZ473600: 2982.7369174005617\n", - "11:57:31\tCompleted 3127 to KZ315000: 1624.230019346734711:57:31\tCompleted 3104 to KZ751510: 1508.6784649766114\n", - "\n", - "11:57:31\tCompleted 3123 to KZ615200: 1578.4238012877086\n", - "11:57:31\tCompleted 3096 to KZ114400: 2767.0468284996027\n", - "11:57:32\tCompleted 3083 to KZ751710: 1789.499300128368\n", - "11:57:32\tCompleted 3092 to KZ354800: 712.6547205173002\n", - "11:57:32\tCompleted 3136 to KZ352300: 2304.472771556944\n", - "11:57:32\tCompleted 3076 to KZ393200: 1688.7901449889405\n", - "11:57:32\tCompleted 3121 to KZ316200: 1715.7247489155422\n", - "11:57:32\tCompleted 3103 to KZ115400: 745.2807338014862\n", - "11:57:32\tCompleted 3106 to KZ314200: 3124.5288737435358\n", - "11:57:32\tCompleted 3054 to KZ355600: 604.0267871163292\n", - "11:57:32\tCompleted 3119 to KZ115600: 378.8245046541541\n", - "11:57:32\tCompleted 3109 to KZ611600: 2913.5053455193506\n", - "11:57:32\tCompleted 3070 to KZ352000: 831.6543506125449\n", - "11:57:32\tCompleted 3069 to KZ751110: 2596.69236134948\n", - "11:57:32\tCompleted 3114 to KZ316600: 3889.0650986319515\n", - "11:57:33\tCompleted 3061 to KZ355200: 705.1580316850485\n", - "11:57:33\tCompleted 3088 to KZ614600: 2089.0675546585194\n", - "11:57:33\tCompleted 3097 to KZ751210: 1493.2925743441856\n", - "11:57:33\tCompleted 3132 to KZ114800: 1760.0724948890079\n", - "11:57:33\tCompleted 3068 to KZ155200: 1561.1836071657663\n", - "11:57:33\tCompleted 3059 to KZ751810: 1931.0125997788145\n", - "11:57:33\tCompleted 3080 to KZ153200: 2751.9369891489164\n", - "11:57:34\tCompleted 3086 to KZ351600: 1065.084541977228\n", - "11:57:34\tCompleted 3126 to KZ234800: 4100.683515402636\n", - "11:57:34\tCompleted 3090 to KZ153400: 1368.9023389517397\n", - "11:57:34\tCompleted 3092 to KZ355200: 692.9432297339364\n", - "11:57:34\tCompleted 3119 to KZ115200: 572.3066191404167\n", - "11:57:34\tCompleted 3078 to KZ615200: 2135.191552769091\n", - "11:57:34\tCompleted 3091 to KZ234000: 3484.731625476245\n", - "11:57:34\tCompleted 3112 to KZ751410: 1538.0983137075839\n", - "11:57:34\tCompleted 3111 to KZ116600: 2710.1805427195795\n", - "11:57:34\tCompleted 3056 to KZ614000: 2355.986041305057\n", - "11:57:34\tCompleted 3136 to KZ352800: 1551.639609790499\n", - "11:57:34\tCompleted 3122 to KZ431000: 1468.0834818781984\n", - "11:57:35\tCompleted 3061 to KZ355600: 519.6788504672334\n", - "11:57:35\tCompleted 3053 to KZ234200: 3506.3250224256844\n", - "11:57:35\tCompleted 3070 to KZ354800: 997.9768189659986\n", - "11:57:35\tCompleted 3093 to KZ433600: 1700.3657439088224\n", - "11:57:35\tCompleted 3117 to KZ614400: 1917.5342027084846\n", - "11:57:35\tCompleted 3132 to KZ111010: 1297.42461931905711:57:35\tCompleted 3058 to KZ193200: 2119.9619897530074\n", - "\n", - "11:57:35\tCompleted 3092 to KZ355600: 404.6881674945315\n", - "11:57:35\tCompleted 3054 to KZ352100: 1222.009060892483\n", - "11:57:35\tCompleted 3086 to KZ354000: 607.0364727119791\n", - "11:57:35\tCompleted 3100 to KZ615400: 1865.5247126639308\n", - "11:57:35\tCompleted 3076 to KZ393400: 1696.8924112977002\n", - "11:57:35\tCompleted 3133 to KZ194800: 3649.8343471226376\n", - "11:57:35\tCompleted 3116 to KZ435200: 1591.431541259478\n", - "11:57:36\tCompleted 3075 to KZ751810: 1797.3738471594877\n", - "11:57:36\tCompleted 3098 to KZ311000: 1667.0387721711172\n", - "11:57:36\tCompleted 3087 to KZ475200: 2623.605401829841\n", - "11:57:36\tCompleted 3074 to KZ153600: 3150.0781356283187\n", - "11:57:36\tCompleted 3063 to KZ475000: 3122.2511044173375\n", - "11:57:36\tCompleted 3052 to KZ193400: 2046.5537095486964\n", - "11:57:36\tCompleted 3127 to KZ314200: 1508.435416675475\n", - "11:57:36\tCompleted 3119 to KZ115400: 792.8793910060738\n", - "11:57:36\tCompleted 3109 to KZ613600: 2967.7004821631604\n", - "11:57:36\tCompleted 3096 to KZ114600: 3373.115977472245\n", - "11:57:36\tCompleted 3125 to KZ154600: 2293.083917421296\n", - "11:57:36\tCompleted 3128 to KZ431900: 2738.0504200890177\n", - "11:57:36\tCompleted 3066 to KZ613900: 2544.3891771476947\n", - "11:57:36\tCompleted 3083 to KZ751810: 1753.2106436762085\n", - "11:57:36\tCompleted 3129 to KZ556000: 2746.5571517957937\n", - "11:57:36\tCompleted 3072 to KZ614800: 2074.929762638204\n", - "11:57:36\tCompleted 3120 to KZ196200: 1590.15394244407\n", - "11:57:36\tCompleted 3138 to KZ556800: 2759.297854516392\n", - "11:57:37\tCompleted 3106 to KZ353200: 3191.743240936251\n", - "11:57:37\tCompleted 3094 to KZ614400: 1925.758777314867\n", - "11:57:37\tCompleted 3114 to KZ316200: 3391.7943666234287\n", - "11:57:37\tCompleted 3070 to KZ355200: 728.6041212840086\n", - "11:57:37\tCompleted 3123 to KZ616400: 2420.2436471886404\n", - "11:57:37\tCompleted 3136 to KZ356400: 1744.5465575425349\n", - "11:57:37\tCompleted 3121 to KZ311000: 1636.3212576306353\n", - "11:57:37\tCompleted 3054 to KZ352200: 562.0753652790947\n", - "11:57:37\tCompleted 3086 to KZ351000: 623.7218654807987\n", - "11:57:37\tCompleted 3104 to KZ231000: 2944.2548645418324\n", - "11:57:38\tCompleted 3132 to KZ116000: 1274.554329559714\n", - "11:57:38\tCompleted 3071 to KZ474200: 3366.637436831471\n", - "11:57:38\tCompleted 3108 to KZ474200: 3429.3610784670836\n", - "11:57:38\tCompleted 3097 to KZ751110: 1500.897956500865\n", - "11:57:38\tCompleted 3112 to KZ751710: 1573.8142675378447\n", - "11:57:38\tCompleted 3092 to KZ352100: 1028.8280835832359\n", - "11:57:38\tCompleted 3127 to KZ353200: 168.14730065784596\n", - "11:57:38\tCompleted 3061 to KZ352100: 1137.6611242433867\n", - "11:57:38\tCompleted 3137 to KZ475000: 2796.8919657742463\n", - "11:57:39\tCompleted 3068 to KZ156400: 1803.7365039130937\n", - "11:57:39\tCompleted 3126 to KZ235200: 4148.32336276600311:57:39\tCompleted 3103 to KZ151000: 2130.4893108196925\n", - "\n", - "11:57:39\tCompleted 3070 to KZ355600: 543.1249400661934\n", - "11:57:39\tCompleted 3076 to KZ391600: 1631.8369430485395\n", - "11:57:39\tCompleted 3059 to KZ751910: 1931.951281415037\n", - "11:57:39\tCompleted 3111 to KZ115600: 2608.628706440279\n", - "11:57:39\tCompleted 3058 to KZ193400: 1845.1509388321356\n", - "11:57:39\tCompleted 3069 to KZ751310: 2598.207079975243\n", - "11:57:39\tCompleted 3077 to KZ475000: 2827.5269081819733\n", - "11:57:39\tCompleted 3099 to KZ473600: 2929.453360386876\n", - "11:57:39\tCompleted 3100 to KZ615200: 1645.007567447938\n", - "11:57:40\tCompleted 3122 to KZ435200: 1544.389788106613911:57:40\tCompleted 3092 to KZ352200: 387.2923101075006\n", - "\n", - "11:57:40\tCompleted 3136 to KZ352400: 1503.0539676842795\n", - "11:57:40\tCompleted 3088 to KZ614800: 2470.38001674518211:57:40\tCompleted 3091 to KZ234200: 3935.6773319971808\n", - "\n", - "11:57:40\tCompleted 3117 to KZ614600: 1604.4787228696473\n", - "11:57:40\tCompleted 3109 to KZ614000: 3013.0593208357336\n", - "11:57:40\tCompleted 3116 to KZ434800: 1506.4546311845615\n", - "11:57:40\tCompleted 3061 to KZ352200: 477.7274286299991\n", - "11:57:40\tCompleted 3080 to KZ153400: 2335.6083185187936\n", - "11:57:40\tCompleted 3096 to KZ114800: 2319.548406281887\n", - "11:57:40\tCompleted 3086 to KZ352000: 1066.4612215987945\n", - "11:57:40\tCompleted 3132 to KZ116400: 1388.6570482013153\n", - "11:57:41\tCompleted 3127 to KZ353600: 895.4485009178198\n", - "11:57:41\tCompleted 3055 to KZ475000: 2951.1620945163168\n", - "11:57:41\tCompleted 3056 to KZ613900: 2592.9060384747804\n", - "11:57:41\tCompleted 3052 to KZ193600: 1912.6614478032277\n", - "11:57:41\tCompleted 3054 to KZ352300: 1174.2724493257108\n", - "11:57:41\tCompleted 3078 to KZ616400: 2977.011398670017\n", - "11:57:41\tCompleted 3075 to KZ751910: 1779.498862619821\n", - "11:57:41\tCompleted 3090 to KZ153600: 2155.1570191186074\n", - "11:57:41\tCompleted 3053 to KZ234600: 3621.495320863739\n", - "11:57:41\tCompleted 3083 to KZ751910: 1735.3356591365418\n", - "11:57:42\tCompleted 3093 to KZ434000: 1908.1448388295116\n", - "11:57:42\tCompleted 3076 to KZ393600: 1669.354368093927911:57:42\tCompleted 3114 to KZ311000: 3252.3656269943076\n", - "\n", - "11:57:42\tCompleted 3123 to KZ615600: 1618.552151053617\n", - "11:57:42\tCompleted 3070 to KZ352100: 1161.1072138423472\n", - "11:57:42\tCompleted 3112 to KZ751810: 1527.6733353039433\n", - "11:57:42\tCompleted 3068 to KZ155600: 1411.0485170756378\n", - "11:57:42\tCompleted 3098 to KZ315000: 1784.24758840475\n", - "11:57:42\tCompleted 3066 to KZ612000: 2050.260817813462\n", - "11:57:42\tCompleted 3128 to KZ434600: 2771.7149905153956\n", - "11:57:42\tCompleted 3092 to KZ352300: 1080.1834104823026\n", - "11:57:42\tCompleted 3074 to KZ154000: 2671.4244132244767\n", - "11:57:43\tCompleted 3119 to KZ151000: 2178.087968024278\n", - "11:57:43\tCompleted 3086 to KZ354800: 740.5995590832973\n", - "11:57:43\tCompleted 3127 to KZ351600: 550.4774211710652\n", - "11:57:43\tCompleted 3058 to KZ193600: 1711.2586770866667\n", - "11:57:43\tCompleted 3132 to KZ116800: 1176.2581945092895\n", - "11:57:43\tCompleted 3121 to KZ315000: 1753.5300738642682\n", - "11:57:43\tCompleted 3054 to KZ352800: 562.7592084201935\n", - "11:57:43\tCompleted 3072 to KZ615400: 1965.83364481114\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:57:43\tCompleted 3097 to KZ751310: 1502.4126751266263\n", - "11:57:43\tCompleted 3094 to KZ614600: 1612.7032974760298\n", - "11:57:43\tCompleted 3111 to KZ115200: 2269.356511043454\n", - "11:57:43\tCompleted 3087 to KZ471800: 2453.2151816691153\n", - "11:57:43\tCompleted 3138 to KZ554800: 2763.2744153640974\n", - "11:57:43\tCompleted 3063 to KZ475200: 3133.094065201387\n", - "11:57:43\tCompleted 3106 to KZ353600: 3919.044441196189\n", - "11:57:43\tCompleted 3096 to KZ111010: 2710.8579070598407\n", - "11:57:43\tCompleted 3129 to KZ556800: 2947.245076667731\n", - "11:57:43\tCompleted 3070 to KZ352200: 501.17351822895915\n", - "11:57:44\tCompleted 3133 to KZ195600: 3726.6149148778422\n", - "11:57:44\tCompleted 3136 to KZ356000: 2421.743256972414\n", - "11:57:44\tCompleted 3061 to KZ352300: 1084.1487769180055\n", - "11:57:44\tCompleted 3109 to KZ613900: 3249.9793180054608\n", - "11:57:44\tCompleted 3127 to KZ354000: 122.96640611446843\n", - "11:57:44\tCompleted 3092 to KZ352800: 411.89523949661003\n", - "11:57:44\tCompleted 3122 to KZ434800: 1459.412878031697311:57:44\tCompleted 3126 to KZ235600: 4243.361128786434\n", - "\n", - "11:57:44\tCompleted 3125 to KZ154800: 2156.8702757944884\n", - "11:57:44\tCompleted 3120 to KZ192600: 1650.1436377297448\n", - "11:57:44\tCompleted 3059 to KZ751510: 1924.4398074854926\n", - "11:57:45\tCompleted 3068 to KZ156800: 1172.94604167939\n", - "11:57:45\tCompleted 3104 to KZ234000: 3152.8653419095203\n", - "11:57:45\tCompleted 3127 to KZ351000: 87.00277291388404\n", - "11:57:45\tCompleted 3137 to KZ475200: 2807.7349265582957\n", - "11:57:45\tCompleted 3069 to KZ751410: 2613.8746990660006\n", - "11:57:45\tCompleted 3087 to KZ593200: 956.8758008908871\n", - "11:57:45\tCompleted 3086 to KZ355200: 976.5477794845305\n", - "11:57:45\tCompleted 3054 to KZ356400: 879.8386968827567\n", - "11:57:45\tCompleted 3056 to KZ612000: 2098.7776791405468\n", - "11:57:45\tCompleted 3071 to KZ474600: 3043.812876013389\n", - "11:57:45\tCompleted 3100 to KZ616400: 2486.8274133488703\n", - "11:57:46\tCompleted 3061 to KZ352800: 478.4112717710979\n", - "11:57:46\tCompleted 3132 to KZ111810: 1098.132229982768\n", - "11:57:46\tCompleted 3076 to KZ396400: 1890.7660147673096\n", - "11:57:46\tCompleted 3108 to KZ474600: 3106.536517649002\n", - "11:57:46\tCompleted 3052 to KZ194000: 2106.6896282348193\n", - "11:57:46\tCompleted 3112 to KZ751910: 1528.6120169401659\n", - "11:57:46\tCompleted 3092 to KZ356400: 703.3856416348686\n", - "11:57:46\tCompleted 3103 to KZ153200: 2180.68291824844\n", - "11:57:46\tCompleted 3123 to KZ615800: 1632.931770381149\n", - "11:57:46\tCompleted 3117 to KZ614800: 1985.7911849563159\n", - "11:57:46\tCompleted 3075 to KZ751510: 1780.0601386605028\n", - "11:57:46\tCompleted 3070 to KZ352300: 1020.2076514210509\n", - "11:57:46\tCompleted 3090 to KZ154000: 1672.8476617385775\n", - "11:57:46\tCompleted 3099 to KZ474200: 3376.077521453398\n", - "11:57:46\tCompleted 3088 to KZ615400: 2361.283898918109\n", - "11:57:46\tCompleted 3116 to KZ433600: 1706.2973947264625\n", - "11:57:46\tCompleted 3083 to KZ751510: 1735.8969351772237\n", - "11:57:47\tCompleted 3114 to KZ315000: 3665.0375011335227\n", - "11:57:47\tCompleted 3127 to KZ352000: 494.9087167965928\n", - "11:57:47\tCompleted 3078 to KZ615600: 2175.3199025350095\n", - "11:57:47\tCompleted 3111 to KZ115400: 2297.583629693169\n", - "11:57:47\tCompleted 3109 to KZ612000: 2755.8509586712235\n", - "11:57:47\tCompleted 3054 to KZ352400: 513.0280188711632\n", - "11:57:47\tCompleted 3096 to KZ116000: 2877.627101681329\n", - "11:57:47\tCompleted 3092 to KZ352400: 351.0245271808779\n", - "11:57:47\tCompleted 3086 to KZ355600: 688.2927172451265\n", - "11:57:48\tCompleted 3058 to KZ194000: 1905.2868575182597\n", - "11:57:48\tCompleted 3053 to KZ234800: 2684.55039780909511:57:48\tCompleted 3098 to KZ314200: 1668.4529857334903\n", - "\n", - "11:57:48\tCompleted 3091 to KZ234600: 4050.8476304352353\n", - "11:57:48\tCompleted 3136 to KZ354400: 2269.3771025300957\n", - "11:57:48\tCompleted 3072 to KZ615200: 1745.3164995951472\n", - "11:57:48\tCompleted 3061 to KZ356400: 795.49076023366111:57:48\tCompleted 3097 to KZ751410: 1518.0802942173862\n", - "\n", - "11:57:48\tCompleted 3080 to KZ153600: 3118.207363709456\n", - "11:57:48\tCompleted 3077 to KZ475200: 2838.3698689660228\n", - "11:57:48\tCompleted 3119 to KZ153200: 2228.281575453025\n", - "11:57:48\tCompleted 3070 to KZ352800: 501.85736137005796\n", - "11:57:48\tCompleted 3087 to KZ595800: 1286.754512813834\n", - "11:57:48\tCompleted 3127 to KZ354800: 610.6257865300045\n", - "11:57:48\tCompleted 3128 to KZ434400: 3114.664389477121\n", - "11:57:49\tCompleted 3138 to KZ556400: 2701.7272162522886\n", - "11:57:49\tCompleted 3111 to KZ151000: 661.3313021991557\n", - "11:57:49\tCompleted 3106 to KZ351600: 3548.4500451633453\n", - "11:57:49\tCompleted 3066 to KZ614400: 2472.5905011355417\n", - "11:57:49\tCompleted 3121 to KZ314200: 1636.264551588922\n", - "11:57:49\tCompleted 3098 to KZ353200: 328.16486971586136\n", - "11:57:49\tCompleted 3132 to KZ116600: 2210.2676702295184\n", - "11:57:49\tCompleted 3122 to KZ433600: 1659.2556415735983\n", - "11:57:49\tCompleted 3126 to KZ233600: 4249.123117586533\n", - "11:57:49\tCompleted 3123 to KZ612600: 1463.0466191861924\n", - "11:57:50\tCompleted 3055 to KZ475200: 2962.00505530036611:57:50\tCompleted 3074 to KZ154200: 2974.060452193799\n", - "\n", - "11:57:50\tCompleted 3061 to KZ352400: 428.6800822220676\n", - "11:57:50\tCompleted 3112 to KZ751510: 1521.1005430106213\n", - "11:57:50\tCompleted 3129 to KZ554800: 2951.2216375154517\n", - "11:57:50\tCompleted 3125 to KZ155200: 2583.808938696242\n", - "11:57:50\tCompleted 3076 to KZ394000: 2122.700864133136\n", - "11:57:50\tCompleted 3054 to KZ356000: 1172.8089160254121\n", - "11:57:50\tCompleted 3094 to KZ614800: 1994.0157595626983\n", - "11:57:50\tCompleted 3127 to KZ355200: 553.2548840858665\n", - "11:57:50\tCompleted 3096 to KZ116400: 2647.6906702969054\n", - "11:57:50\tCompleted 3063 to KZ471800: 2962.7038450406612\n", - "11:57:50\tCompleted 3111 to KZ153200: 693.8061325481605\n", - "11:57:50\tCompleted 3121 to KZ353200: 297.44735517537936\n", - "11:57:51\tCompleted 3100 to KZ615600: 1685.1359172138466\n", - "11:57:51\tCompleted 3093 to KZ471000: 3382.3497356503217\n", - "11:57:51\tCompleted 3092 to KZ356000: 1197.4538958977719\n", - "11:57:51\tCompleted 3086 to KZ352100: 1294.9530305133399\n", - "11:57:51\tCompleted 3070 to KZ356400: 818.9368498326211\n", - "11:57:51\tCompleted 3114 to KZ314200: 3257.840857929642\n", - "11:57:51\tCompleted 3109 to KZ614400: 3178.1806419933077\n", - "11:57:51\tCompleted 3069 to KZ751710: 2649.590652896259\n", - "11:57:51\tCompleted 3133 to KZ195800: 3540.501787244993\n", - "11:57:51\tCompleted 3126 to KZ633200: 547.7582005344311\n", - "11:57:51\tCompleted 3052 to KZ196400: 2316.541376879107\n", - "11:57:51\tCompleted 3136 to KZ351800: 2290.4118171731075\n", - "11:57:51\tCompleted 3104 to KZ234200: 3603.811048430456\n", - "11:57:52\tCompleted 3137 to KZ471800: 2637.34470639757\n", - "11:57:52\tCompleted 3056 to KZ614400: 2521.1073624626274\n", - "11:57:52\tCompleted 3087 to KZ593400: 1427.1937336307747\n", - "11:57:52\tCompleted 3103 to KZ153400: 1764.3542476183065\n", - "11:57:52\tCompleted 3120 to KZ196600: 1909.2205943193628\n", - "11:57:52\tCompleted 3127 to KZ355600: 155.7739076301995\n", - "11:57:52\tCompleted 3063 to KZ593200: 188.25571494649552\n", - "11:57:52\tCompleted 3132 to KZ115600: 1362.1946357359732\n", - "11:57:52\tCompleted 3070 to KZ352400: 452.12617182102764\n", - "11:57:52\tCompleted 3117 to KZ615400: 1876.6950671292516\n", - "11:57:52\tCompleted 3058 to KZ196400: 2115.1386061625535\n", - "11:57:52\tCompleted 3059 to KZ231000: 2670.816425188591\n", - "11:57:53\tCompleted 3116 to KZ434000: 1871.24884569087\n", - "11:57:53\tCompleted 3108 to KZ475000: 3476.865544398779\n", - "11:57:53\tCompleted 3061 to KZ356000: 1082.685243617707\n", - "11:57:53\tCompleted 3078 to KZ615800: 2189.69952186253\n", - "11:57:53\tCompleted 3086 to KZ352200: 670.8968598580955\n", - "11:57:53\tCompleted 3088 to KZ615200: 2140.7667537021234\n", - "11:57:53\tCompleted 3126 to KZ634800: 519.0738311033765\n", - "11:57:53\tCompleted 3099 to KZ474600: 3053.252960635316\n", - "11:57:53\tCompleted 3090 to KZ154200: 1975.4837007078986\n", - "11:57:53\tCompleted 3098 to KZ353600: 1055.4660699758354\n", - "11:57:53\tCompleted 3106 to KZ354000: 3146.56234639288\n", - "11:57:53\tCompleted 3111 to KZ153400: 1299.741581458818\n", - "11:57:53\tCompleted 3137 to KZ593200: 620.9959887314197\n", - "11:57:53\tCompleted 3071 to KZ475000: 3414.1419027631664\n", - "11:57:53\tCompleted 3119 to KZ153400: 1811.9529048228942\n", - "11:57:54\tCompleted 3121 to KZ353600: 1024.7485554353534\n", - "11:57:54\tCompleted 3091 to KZ234800: 3184.5490062708514\n", - "11:57:54\tCompleted 3063 to KZ595800: 537.403178367861\n", - "11:57:54\tCompleted 3092 to KZ354400: 1124.2280718064599\n", - "11:57:54\tCompleted 3123 to KZ616000: 1647.7136266578234\n", - "11:57:54\tCompleted 3076 to KZ396800: 1868.7933216935396\n", - "11:57:54\tCompleted 3053 to KZ235200: 2802.8365440627226\n", - "11:57:54\tCompleted 3087 to KZ594200: 1100.5356503601886\n", - "11:57:54\tCompleted 3054 to KZ354400: 1233.9275976209403\n", - "11:57:54\tCompleted 3075 to KZ231000: 3489.9551351583405\n", - "11:57:54\tCompleted 3127 to KZ352100: 773.7561814063516\n", - "11:57:54\tCompleted 3068 to KZ193200: 2890.067740164054\n", - "11:57:54\tCompleted 3138 to KZ554200: 2871.5721181054655\n", - "11:57:54\tCompleted 3126 to KZ633400: 693.8667383230041\n", - "11:57:55\tCompleted 3109 to KZ614600: 2903.2883395779018\n", - "11:57:55\tCompleted 3128 to KZ431000: 2455.4859586236544\n", - "11:57:55\tCompleted 3066 to KZ614600: 2197.698198720139\n", - "11:57:55\tCompleted 3070 to KZ356000: 1018.7441181207529\n", - "11:57:55\tCompleted 3097 to KZ751710: 1553.796248047647\n", - "11:57:55\tCompleted 3083 to KZ231000: 3445.771191109763\n", - "11:57:55\tCompleted 3080 to KZ154000: 2639.5536413056143\n", - "11:57:55\tCompleted 3111 to KZ153600: 1153.127560813084\n", - "11:57:55\tCompleted 3132 to KZ115200: 1555.6767502222353\n", - "11:57:55\tCompleted 3096 to KZ116800: 2975.820291521657\n", - "11:57:55\tCompleted 3122 to KZ434000: 1821.014009795465711:57:55\tCompleted 3063 to KZ593400: 650.0883663121443\n", - "\n", - "11:57:55\tCompleted 3127 to KZ352200: 113.82248579296449\n", - "11:57:55\tCompleted 3072 to KZ616400: 2587.1363454960792\n", - "11:57:56\tCompleted 3098 to KZ351600: 710.4949902290806\n", - "11:57:56\tCompleted 3126 to KZ633600: 432.66004582088965\n", - "11:57:56\tCompleted 3136 to KZ393200: 2479.822055728777\n", - "11:57:56\tCompleted 3125 to KZ156400: 2422.934032794403\n", - "11:57:56\tCompleted 3121 to KZ351600: 679.7774756885985\n", - "11:57:56\tCompleted 3052 to KZ196800: 1916.9603651374696\n", - "11:57:56\tCompleted 3129 to KZ556400: 2889.674438403628\n", - "11:57:56\tCompleted 3087 to KZ596600: 852.798783244522\n", - "11:57:56\tCompleted 3074 to KZ156000: 2547.3096845620194\n", - "11:57:56\tCompleted 3137 to KZ595800: 991.8163315978733\n", - "11:57:56\tCompleted 3112 to KZ231000: 2969.8141965456534\n", - "11:57:56\tCompleted 3058 to KZ196800: 1715.5575944209086\n", - "11:57:56\tCompleted 3120 to KZ194200: 1411.1703364918976\n", - "11:57:57\tCompleted 3114 to KZ353200: 3325.0552251223603\n", - "11:57:57\tCompleted 3061 to KZ354400: 1149.5796609718443\n", - "11:57:57\tCompleted 3092 to KZ351800: 1105.568186793153\n", - "11:57:57\tCompleted 3069 to KZ751810: 2603.4497206623614\n", - "11:57:57\tCompleted 3106 to KZ351000: 3110.5987131922934\n", - "11:57:57\tCompleted 3100 to KZ615800: 1699.5155365413784\n", - "11:57:57\tCompleted 3121 to KZ354000: 252.26646063200147\n", - "11:57:57\tCompleted 3126 to KZ633800: 178.4109018746447\n", - "11:57:57\tCompleted 3086 to KZ352300: 1363.7879602328956\n", - "11:57:57\tCompleted 3077 to KZ471800: 2667.979648805297\n", - "11:57:57\tCompleted 3063 to KZ594200: 351.1843159142163\n", - "11:57:57\tCompleted 3056 to KZ614600: 2246.215060047225\n", - "11:57:57\tCompleted 3111 to KZ154000: 773.9010639674027\n", - "11:57:57\tCompleted 3098 to KZ354000: 282.9839751724835\n", - "11:57:58\tCompleted 3094 to KZ615400: 1884.919641735634\n", - "11:57:58\tCompleted 3054 to KZ351800: 1199.6572256365612\n", - "11:57:58\tCompleted 3117 to KZ615200: 1656.1779219132588\n", - "11:57:58\tCompleted 3076 to KZ394800: 2047.4478903915954\n", - "11:57:58\tCompleted 3090 to KZ156000: 1548.732933076107\n", - "11:57:58\tCompleted 3063 to KZ596600: 129.94967843876177\n", - "11:57:58\tCompleted 3070 to KZ354400: 1173.0257505708043\n", - "11:57:58\tCompleted 3109 to KZ614800: 3142.998344835582\n", - "11:57:58\tCompleted 3127 to KZ352300: 882.6996077087286\n", - "11:57:58\tCompleted 3121 to KZ351000: 216.30282743141726\n", - "11:57:58\tCompleted 3138 to KZ791110: 2008.0109770557183\n", - "11:57:58\tCompleted 3123 to KZ613800: 1871.2186571640705\n", - "11:57:59\tCompleted 3078 to KZ612600: 2019.8143706675842\n", - "11:57:59\tCompleted 3087 to KZ595000: 1127.1196605890555\n", - "11:57:59\tCompleted 3126 to KZ634000: 171.10468451558506\n", - "11:57:59\tCompleted 3133 to KZ196000: 3727.2825426338845\n", - "11:57:59\tCompleted 3132 to KZ115400: 1776.2495220878911\n", - "11:57:59\tCompleted 3111 to KZ154200: 403.7345417260315\n", - "11:57:59\tCompleted 3055 to KZ471800: 2791.6148351396405\n", - "11:57:59\tCompleted 3108 to KZ475200: 3487.7085051828285\n", - "11:57:59\tCompleted 3103 to KZ153600: 2546.953292808994\n", - "11:57:59\tCompleted 3077 to KZ593200: 597.8331243100171\n", - "11:57:59\tCompleted 3098 to KZ351000: 247.02034197189926\n", - "11:57:59\tCompleted 3091 to KZ235200: 3232.188853634219\n", - "11:58:00\tCompleted 3137 to KZ593400: 1003.4920191110774\n", - "11:58:00\tCompleted 3119 to KZ153600: 2594.5519500135792\n", - "11:58:00\tCompleted 3096 to KZ111810: 3015.351092568148\n", - "11:58:00\tCompleted 3086 to KZ352800: 695.4997892472048\n", - "11:58:00\tCompleted 3128 to KZ435200: 2531.792264852061\n", - "11:58:00\tCompleted 3061 to KZ351800: 1109.533553228856\n", - "11:58:00\tCompleted 3093 to KZ473600: 2963.3749696273785\n", - "11:58:00\tCompleted 3063 to KZ595000: 390.4846822892695\n", - "11:58:00\tCompleted 3127 to KZ352800: 114.50632893406322\n", - "11:58:00\tCompleted 3104 to KZ234600: 3718.9813468685106\n", - "11:58:00\tCompleted 3092 to KZ393200: 1255.5326946541384\n", - "11:58:00\tCompleted 3136 to KZ393400: 2487.924322037519\n", - "11:58:01\tCompleted 3126 to KZ635400: 713.6747229575195\n", - "11:58:01\tCompleted 3099 to KZ475000: 3423.5819873850933\n", - "11:58:01\tCompleted 3058 to KZ191600: 1767.547000486917\n", - "11:58:01\tCompleted 3054 to KZ393200: 842.593951244824811:58:01\tCompleted 3116 to KZ471000: 3465.1104449842474\n", - "\n", - "11:58:01\tCompleted 3059 to KZ234000: 2808.7806036660177\n", - "11:58:01\tCompleted 3072 to KZ615600: 1785.4448493610555\n", - "11:58:01\tCompleted 3100 to KZ612600: 1529.630385346422\n", - "11:58:01\tCompleted 3121 to KZ352000: 507.85768367976\n", - "11:58:01\tCompleted 3111 to KZ156000: 846.5117320493488\n", - "11:58:01\tCompleted 3088 to KZ616400: 2982.5865996030498\n", - "11:58:01\tCompleted 3053 to KZ235600: 2897.8743100831275\n", - "11:58:01\tCompleted 3055 to KZ593200: 623.3970855569669\n", - "11:58:01\tCompleted 3120 to KZ751210: 1509.3885158003736\n", - "11:58:01\tCompleted 3066 to KZ614800: 2437.408203977816\n", - "11:58:01\tCompleted 3071 to KZ475200: 3424.984863547216\n", - "11:58:02\tCompleted 3137 to KZ594200: 818.0053953344415\n", - "11:58:02\tCompleted 3106 to KZ352000: 2926.8768255185064\n", - "11:58:02\tCompleted 3127 to KZ356400: 431.5858173966262\n", - "11:58:02\tCompleted 3063 to KZ593600: 736.3565460098621\n", - "11:58:02\tCompleted 3098 to KZ352000: 596.7127705667157\n", - "11:58:02\tCompleted 3070 to KZ351800: 1045.5924277319011\n", - "11:58:02\tCompleted 3077 to KZ595800: 958.462716444409\n", - "11:58:02\tCompleted 3061 to KZ393200: 756.4954668164596\n", - "11:58:02\tCompleted 3126 to KZ635000: 412.7947285084791\n", - "11:58:02\tCompleted 3052 to KZ191600: 1968.9497712034781\n", - "11:58:02\tCompleted 3129 to KZ554200: 3059.5193402568198\n", - "11:58:02\tCompleted 3087 to KZ593600: 1464.554666413221\n", - "11:58:02\tCompleted 3114 to KZ353600: 4052.3564253822983\n", - "11:58:02\tCompleted 3097 to KZ751810: 1507.6553158137456\n", - "11:58:02\tCompleted 3109 to KZ615400: 3139.4039699170526\n", - "11:58:03\tCompleted 3086 to KZ356400: 986.9901913854635\n", - "11:58:03\tCompleted 3111 to KZ154600: 665.9863981735858\n", - "11:58:03\tCompleted 3069 to KZ751910: 2604.3884022985812\n", - "11:58:03\tCompleted 3127 to KZ352400: 64.775139385033411:58:03\tCompleted 3137 to KZ596600: 493.08322803257585\n", - "\n", - "11:58:03\tCompleted 3063 to KZ595200: 338.39122296114635\n", - "11:58:03\tCompleted 3055 to KZ595800: 842.2668259401344\n", - "11:58:03\tCompleted 3122 to KZ471000: 3464.4984608458153\n", - "11:58:03\tCompleted 3138 to KZ791310: 1985.7294280953206\n", - "11:58:03\tCompleted 3075 to KZ234000: 3698.5656125260284\n", - "11:58:03\tCompleted 3112 to KZ234000: 3178.4246739133414\n", - "11:58:03\tCompleted 3092 to KZ393400: 1263.634960962897411:58:03\tCompleted 3080 to KZ154200: 2942.1896802749366\n", - "\n", - "11:58:04\tCompleted 3076 to KZ395000: 1975.423300082562\n", - "11:58:04\tCompleted 3126 to KZ632200: 446.2671934016376\n", - "11:58:04\tCompleted 3068 to KZ193400: 2615.256689243188\n", - "11:58:04\tCompleted 3096 to KZ116600: 2882.326563616006\n", - "11:58:04\tCompleted 3074 to KZ154600: 2845.447115307134\n", - "11:58:04\tCompleted 3121 to KZ354800: 739.9258410475373\n", - "11:58:04\tCompleted 3054 to KZ393400: 967.0857717921658\n", - "11:58:04\tCompleted 3078 to KZ616000: 2177.2371411103913\n", - "11:58:04\tCompleted 3056 to KZ614800: 2485.9250653049016\n", - "11:58:04\tCompleted 3094 to KZ615200: 1664.4024965196413\n", - "11:58:04\tCompleted 3117 to KZ616400: 2497.997767814191\n", - "11:58:04\tCompleted 3061 to KZ393400: 876.9620993844604\n", - "11:58:04\tCompleted 3125 to KZ155600: 2335.7788123743353\n", - "11:58:04\tCompleted 3136 to KZ391600: 2422.868853788369\n", - "11:58:04\tCompleted 3123 to KZ273200: 3092.1604561856093\n", - "11:58:04\tCompleted 3083 to KZ234000: 3654.381668477451\n", - "11:58:05\tCompleted 3070 to KZ393200: 751.2368012215413\n", - "11:58:05\tCompleted 3063 to KZ591000: 391.7169153363031\n", - "11:58:05\tCompleted 3086 to KZ352400: 634.6290769314727\n", - "11:58:05\tCompleted 3087 to KZ595200: 1000.9107681391345\n", - "11:58:05\tCompleted 3126 to KZ635200: 554.7444372898628\n", - "11:58:05\tCompleted 3058 to KZ195200: 1788.6013295642138\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:58:05\tCompleted 3111 to KZ154800: 990.1184148718014\n", - "11:58:05\tCompleted 3090 to KZ154600: 1846.8703638212387\n", - "11:58:05\tCompleted 3132 to KZ151000: 3161.4580991060493\n", - "11:58:05\tCompleted 3077 to KZ593400: 1068.1510570499045\n", - "11:58:05\tCompleted 3137 to KZ595000: 857.3057617094942\n", - "11:58:05\tCompleted 3098 to KZ354800: 770.6433555880194\n", - "11:58:05\tCompleted 3091 to KZ235600: 3327.226619654624\n", - "11:58:06\tCompleted 3100 to KZ616000: 1714.297392818053\n", - "11:58:06\tCompleted 3127 to KZ356000: 1043.7959949320036\n", - "11:58:06\tCompleted 3128 to KZ434800: 2446.8153547771512\n", - "11:58:06\tCompleted 3121 to KZ355200: 467.9060785842081\n", - "11:58:06\tCompleted 3133 to KZ191000: 3418.8933897408665\n", - "11:58:06\tCompleted 3119 to KZ154000: 2115.8982276097254\n", - "11:58:06\tCompleted 3072 to KZ615800: 1799.8244686885876\n", - "11:58:06\tCompleted 3063 to KZ595600: 240.02076414018114\n", - "11:58:06\tCompleted 3126 to KZ632400: 264.9358931622802\n", - "11:58:06\tCompleted 3092 to KZ391600: 1198.5794927137365\n", - "11:58:06\tCompleted 3108 to KZ471800: 3317.318285022103\n", - "11:58:06\tCompleted 3120 to KZ751110: 1516.993897957053\n", - "11:58:06\tCompleted 3103 to KZ154000: 2068.299570405142\n", - "11:58:06\tCompleted 3055 to KZ593400: 1084.3291267588922\n", - "11:58:07\tCompleted 3129 to KZ791110: 2195.958199207073\n", - "11:58:07\tCompleted 3070 to KZ393400: 813.0209738875058\n", - "11:58:07\tCompleted 3076 to KZ395200: 1507.3878150076916\n", - "11:58:07\tCompleted 3061 to KZ391600: 811.9066311352994\n", - "11:58:07\tCompleted 3054 to KZ391600: 902.0303035430048\n", - "11:58:07\tCompleted 3111 to KZ155200: 575.9441342657079\n", - "11:58:07\tCompleted 3109 to KZ615200: 2954.987538621506\n", - "11:58:07\tCompleted 3106 to KZ354800: 3634.221726808395\n", - "11:58:07\tCompleted 3052 to KZ195200: 1990.0041002807748\n", - "11:58:07\tCompleted 3098 to KZ355200: 445.4306992349152\n", - "11:58:07\tCompleted 3096 to KZ115600: 2780.774727336715\n", - "11:58:08\tCompleted 3077 to KZ594200: 772.2438539907648\n", - "11:58:08\tCompleted 3087 to KZ591000: 1117.8666122618504\n", - "11:58:08\tCompleted 3138 to KZ791510: 1995.847204091589\n", - "11:58:08\tCompleted 3126 to KZ632800: 679.8312128527286\n", - "11:58:08\tCompleted 3053 to KZ233600: 2903.636298883252\n", - "11:58:08\tCompleted 3116 to KZ473600: 3046.135678961304\n", - "11:58:08\tCompleted 3121 to KZ355600: 285.073962147732\n", - "11:58:08\tCompleted 3137 to KZ593600: 1126.3340512786992\n", - "11:58:08\tCompleted 3127 to KZ354400: 836.2801167548522\n", - "11:58:08\tCompleted 3108 to KZ593200: 479.93695786411087\n", - "11:58:08\tCompleted 3063 to KZ596000: 432.9692480911999\n", - "11:58:08\tCompleted 3066 to KZ615400: 2433.8138290592865\n", - "11:58:08\tCompleted 3104 to KZ234800: 2852.6827227041267\n", - "11:58:08\tCompleted 3114 to KZ351600: 3681.762029349462\n", - "11:58:08\tCompleted 3071 to KZ471800: 3254.59464338649\n", - "11:58:09\tCompleted 3136 to KZ393600: 2460.386278833767\n", - "11:58:09\tCompleted 3069 to KZ751510: 2596.876928369038\n", - "11:58:09\tCompleted 3097 to KZ751910: 1508.5939974499681\n", - "11:58:09\tCompleted 3088 to KZ615600: 2180.895103468043\n", - "11:58:09\tCompleted 3059 to KZ234200: 3330.3726090772147\n", - "11:58:09\tCompleted 3058 to KZ195000: 1717.1418383896143\n", - "11:58:09\tCompleted 3070 to KZ391600: 747.9655056383448\n", - "11:58:09\tCompleted 3055 to KZ594200: 696.4624039055604\n", - "11:58:09\tCompleted 3125 to KZ156800: 1733.789346202267311:58:09\tCompleted 3098 to KZ355600: 315.79147668821411:58:09\tCompleted 3126 to KZ636800: 40.05634918610404\n", - "\n", - "\n", - "11:58:09\tCompleted 3099 to KZ475200: 3434.4249481691427\n", - "11:58:09\tCompleted 3056 to KZ615400: 2482.330690386376\n", - "11:58:09\tCompleted 3092 to KZ393600: 1236.0969177591262\n", - "11:58:09\tCompleted 3117 to KZ615600: 1696.3062716791671\n", - "11:58:10\tCompleted 3061 to KZ393600: 773.7480064613002\n", - "11:58:10\tCompleted 3078 to KZ613800: 2427.986408645431\n", - "11:58:10\tCompleted 3074 to KZ154800: 2728.627795559099\n", - "11:58:10\tCompleted 3071 to KZ593200: 306.679178350706\n", - "11:58:10\tCompleted 3077 to KZ596600: 493.75610666365213\n", - "11:58:10\tCompleted 3054 to KZ393600: 861.2871117047011\n", - "11:58:10\tCompleted 3108 to KZ595800: 583.8565679044881\n", - "11:58:10\tCompleted 3087 to KZ595600: 989.3720985861539\n", - "11:58:10\tCompleted 3123 to KZ274400: 3022.226856197157811:58:10\tCompleted 3072 to KZ612600: 1629.93931749363111:58:10\tCompleted 3076 to KZ391000: 1703.094079516666211:58:10\tCompleted 3086 to KZ356000: 1481.0584456483648\n", - "\n", - "\n", - "\n", - "11:58:11\tCompleted 3093 to KZ474200: 3409.9991306939005\n", - "11:58:11\tCompleted 3132 to KZ153200: 3211.651706534796611:58:11\tCompleted 3122 to KZ473600: 3045.523694822872\n", - "\n", - "11:58:11\tCompleted 3096 to KZ115200: 2441.5025319398896\n", - "11:58:11\tCompleted 3111 to KZ156400: 1738.8900646503394\n", - "11:58:11\tCompleted 3063 to KZ596200: 157.1978021525719\n", - "11:58:11\tCompleted 3112 to KZ234200: 3629.370380434277\n", - "11:58:11\tCompleted 3126 to KZ635800: 758.5959782702753\n", - "11:58:11\tCompleted 3052 to KZ195000: 1918.5446091061751\n", - "11:58:11\tCompleted 3070 to KZ393600: 752.6797956832952\n", - "11:58:11\tCompleted 3055 to KZ596600: 519.3200679106019\n", - "11:58:11\tCompleted 3108 to KZ593400: 393.2438305523478\n", - "11:58:11\tCompleted 3129 to KZ791310: 2173.676650246673\n", - "11:58:11\tCompleted 3137 to KZ595200: 805.2123023813716\n", - "11:58:12\tCompleted 3100 to KZ613800: 1937.802423324311:58:12\tCompleted 3120 to KZ751310: 1518.5086165828143\n", - "\n", - "11:58:12\tCompleted 3071 to KZ595800: 410.5987883910833\n", - "11:58:12\tCompleted 3090 to KZ154800: 1733.7066790493866\n", - "11:58:12\tCompleted 3138 to KZ791710: 1967.3472647413003\n", - "11:58:12\tCompleted 3080 to KZ156000: 2515.438912643157\n", - "11:58:12\tCompleted 3127 to KZ351800: 857.3148313978783\n", - "11:58:12\tCompleted 3126 to KZ636200: 205.848073712521711:58:12\tCompleted 3106 to KZ355200: 2983.8976640530636\n", - "\n", - "11:58:12\tCompleted 3109 to KZ616400: 3656.60909081692\n", - "11:58:12\tCompleted 3121 to KZ352100: 903.056235923885\n", - "11:58:12\tCompleted 3077 to KZ595000: 811.5442203658175\n", - "11:58:13\tCompleted 3128 to KZ433600: 2646.65811831904\n", - "11:58:13\tCompleted 3053 to KZ633200: 1658.6887924869775\n", - "11:58:13\tCompleted 3133 to KZ196200: 3184.4862169495514\n", - "11:58:13\tCompleted 3111 to KZ155600: 752.6297375103467\n", - "11:58:13\tCompleted 3071 to KZ593400: 249.21181090947815\n", - "11:58:13\tCompleted 3098 to KZ352100: 933.773750464367\n", - "11:58:13\tCompleted 3061 to KZ396400: 958.4713365948282\n", - "11:58:13\tCompleted 3063 to KZ596400: 904.9128817404556\n", - "11:58:13\tCompleted 3108 to KZ594200: 573.1015796158595\n", - "11:58:13\tCompleted 3055 to KZ595000: 672.9038600728576\n", - "11:58:13\tCompleted 3091 to KZ233600: 3332.988608454748411:58:13\tCompleted 3092 to KZ396400: 1457.5085644325075\n", - "\n", - "11:58:13\tCompleted 3087 to KZ596000: 1208.1678040192705\n", - "11:58:13\tCompleted 3068 to KZ193600: 2481.3644274977355\n", - "11:58:13\tCompleted 3054 to KZ396400: 1044.5698210231935\n", - "11:58:13\tCompleted 3137 to KZ591000: 858.5379947565278\n", - "11:58:13\tCompleted 3076 to KZ395400: 1746.45797444198\n", - "11:58:14\tCompleted 3094 to KZ616400: 2506.222342420573\n", - "11:58:14\tCompleted 3103 to KZ154200: 2370.93560937446\n", - "11:58:14\tCompleted 3075 to KZ234200: 4149.511319046964\n", - "11:58:14\tCompleted 3066 to KZ615200: 2249.397397763743\n", - "11:58:14\tCompleted 3096 to KZ115400: 2469.7296505895974\n", - "11:58:14\tCompleted 3070 to KZ396400: 953.21267099991\n", - "11:58:14\tCompleted 3058 to KZ194400: 2039.5773912292093\n", - "11:58:14\tCompleted 3126 to KZ636400: 1100.294916131969\n", - "11:58:14\tCompleted 3063 to KZ594600: 265.84503544570333\n", - "11:58:14\tCompleted 3121 to KZ352200: 243.1225403104977\n", - "11:58:14\tCompleted 3069 to KZ231000: 1998.8793043050393\n", - "11:58:14\tCompleted 3119 to KZ154200: 2418.5342665790454\n", - "11:58:14\tCompleted 3083 to KZ234200: 4105.327374998386\n", - "11:58:15\tCompleted 3071 to KZ594200: 399.84380010245457\n", - "11:58:15\tCompleted 3086 to KZ354400: 1407.8326215570542\n", - "11:58:15\tCompleted 3098 to KZ352200: 273.8400548509797\n", - "11:58:15\tCompleted 3097 to KZ751510: 1501.0825235204236\n", - "11:58:15\tCompleted 3087 to KZ596200: 812.9510700818013\n", - "11:58:15\tCompleted 3056 to KZ615200: 2297.914259090829\n", - "11:58:15\tCompleted 3117 to KZ615800: 1710.6858910066992\n", - "11:58:15\tCompleted 3127 to KZ393200: 1124.1429781239858\n", - "11:58:15\tCompleted 3137 to KZ595600: 706.841843560406\n", - "11:58:15\tCompleted 3136 to KZ396400: 2681.797925507127\n", - "11:58:15\tCompleted 3111 to KZ156800: 1513.016831273107511:58:15\tCompleted 3125 to KZ193200: 1923.0753302571427\n", - "\n", - "11:58:15\tCompleted 3108 to KZ596600: 673.9870971926243\n", - "11:58:15\tCompleted 3096 to KZ151000: 833.4773230955982\n", - "11:58:15\tCompleted 3132 to KZ153400: 2795.323035904674\n", - "11:58:16\tCompleted 3077 to KZ593600: 1157.4160840864097\n", - "11:58:16\tCompleted 3114 to KZ354000: 3279.8743305789894\n", - "11:58:16\tCompleted 3055 to KZ593600: 1010.3388658970233\n", - "11:58:16\tCompleted 3116 to KZ474200: 3492.759840027826\n", - "11:58:16\tCompleted 3091 to KZ633200: 974.3651461736265\n", - "11:58:16\tCompleted 3126 to KZ631000: 149.2327129599454\n", - "11:58:16\tCompleted 3063 to KZ711110: 622.6176077987175\n", - "11:58:16\tCompleted 3072 to KZ616000: 1814.606324965262\n", - "11:58:16\tCompleted 3120 to KZ751410: 1534.1762356735742\n", - "11:58:16\tCompleted 3071 to KZ596600: 501.31641016046507\n", - "11:58:16\tCompleted 3106 to KZ355600: 3179.3698479086197\n", - "11:58:16\tCompleted 3109 to KZ615600: 3267.0495250410354\n", - "11:58:16\tCompleted 3129 to KZ791510: 2183.7944262429414\n", - "11:58:16\tCompleted 3088 to KZ615800: 2195.2747227955633\n", - "11:58:17\tCompleted 3061 to KZ394000: 1190.406185960655\n", - "11:58:17\tCompleted 3104 to KZ235200: 2900.3225700674943\n", - "11:58:17\tCompleted 3052 to KZ194400: 2240.980161945768\n", - "11:58:17\tCompleted 3123 to KZ275400: 3697.415288154168\n", - "11:58:17\tCompleted 3138 to KZ611600: 1916.5219258886236\n", - "11:58:17\tCompleted 3108 to KZ595000: 508.4271158803259\n", - "11:58:17\tCompleted 3070 to KZ394000: 1185.1475203657365\n", - "11:58:18\tCompleted 3054 to KZ394000: 1276.50467038902\n", - "11:58:18\tCompleted 3099 to KZ471800: 3264.034728008417\n", - "11:58:18\tCompleted 3078 to KZ273200: 3557.0732293629726\n", - "11:58:18\tCompleted 3121 to KZ352300: 855.1462593325743\n", - "11:58:18\tCompleted 3137 to KZ596000: 795.3039481366104\n", - "11:58:18\tCompleted 3055 to KZ595200: 546.6949676229367\n", - "11:58:18\tCompleted 3096 to KZ153200: 865.9521534446029\n", - "11:58:18\tCompleted 3077 to KZ595200: 759.450761037695\n", - "11:58:18\tCompleted 3071 to KZ595000: 335.1693363669211\n", - "11:58:18\tCompleted 3063 to KZ711410: 612.7518286196894\n", - "11:58:18\tCompleted 3126 to KZ634600: 750.0725870212183\n", - "11:58:18\tCompleted 3100 to KZ273200: 3066.8892440418203\n", - "11:58:18\tCompleted 3092 to KZ394000: 1689.443413798334\n", - "11:58:18\tCompleted 3112 to KZ234600: 3744.5406788723317\n", - "11:58:18\tCompleted 3076 to KZ392000: 1863.3816695222192\n", - "11:58:18\tCompleted 3074 to KZ155200: 3155.5664584608517\n", - "11:58:19\tCompleted 3128 to KZ434000: 2808.41648654092\n", - "11:58:19\tCompleted 3058 to KZ194600: 1984.6582332702344\n", - "11:58:19\tCompleted 3098 to KZ352300: 832.6708799832816\n", - "11:58:19\tCompleted 3122 to KZ474200: 3492.147855889394\n", - "11:58:19\tCompleted 3086 to KZ351800: 1389.172736543746\n", - "11:58:19\tCompleted 3108 to KZ593600: 622.975720164619111:58:19\tCompleted 3126 to KZ634400: 366.64143004918037\n", - "\n", - "11:58:19\tCompleted 3127 to KZ393400: 1132.2452444327448\n", - "11:58:19\tCompleted 3099 to KZ593200: 505.9878919438386\n", - "11:58:19\tCompleted 3137 to KZ596200: 625.1904544480501\n", - "11:58:19\tCompleted 3087 to KZ596400: 1682.0182490590853\n", - "11:58:19\tCompleted 3121 to KZ352800: 243.80638345159653\n", - "11:58:19\tCompleted 3061 to KZ396800: 936.4986435210582\n", - "11:58:19\tCompleted 3094 to KZ615600: 1704.5308462855498\n", - "11:58:19\tCompleted 3071 to KZ593600: 449.67567825168334\n", - "11:58:20\tCompleted 3055 to KZ591000: 663.6508117456526\n", - "11:58:20\tCompleted 3069 to KZ234000: 2136.8434827824467\n", - "11:58:20\tCompleted 3080 to KZ154600: 2813.5763433882717\n", - "11:58:20\tCompleted 3091 to KZ634800: 1426.6636314485038\n", - "11:58:20\tCompleted 3117 to KZ612600: 1540.8007398117427\n", - "11:58:20\tCompleted 3063 to KZ711210: 610.1075980616655\n", - "11:58:20\tCompleted 3090 to KZ155200: 2160.645341951163\n", - "11:58:20\tCompleted 3096 to KZ153400: 1471.8876023552607\n", - "11:58:20\tCompleted 3093 to KZ474600: 3087.1745698758186\n", - "11:58:20\tCompleted 3053 to KZ634800: 2202.545765698\n", - "11:58:20\tCompleted 3077 to KZ591000: 812.7764534128512\n", - "11:58:20\tCompleted 3070 to KZ396800: 931.2399779261399\n", - "11:58:20\tCompleted 3119 to KZ156000: 1991.7834989472615\n", - "11:58:20\tCompleted 3098 to KZ352800: 274.52389799207856\n", - "11:58:20\tCompleted 3133 to KZ192600: 3457.8371447695604\n", - "11:58:20\tCompleted 3125 to KZ193400: 1648.2642793362706\n", - "11:58:21\tCompleted 3103 to KZ156000: 1944.1848417426738\n", - "11:58:21\tCompleted 3054 to KZ396800: 1022.5971279494233\n", - "11:58:21\tCompleted 3136 to KZ394000: 2913.732774872948\n", - "11:58:21\tCompleted 3108 to KZ595200: 620.4258532218553\n", - "11:58:21\tCompleted 3138 to KZ613600: 1970.7170625324457\n", - "11:58:21\tCompleted 3059 to KZ234600: 3445.5429075152692\n", - "11:58:21\tCompleted 3099 to KZ595800: 609.9075019842159\n", - "11:58:21\tCompleted 3071 to KZ595200: 447.16807370845044\n", - "11:58:21\tCompleted 3056 to KZ616400: 2999.5358112862396\n", - "11:58:21\tCompleted 3132 to KZ153600: 3577.922081095331\n", - "11:58:21\tCompleted 3121 to KZ356400: 560.8858719141597\n", - "11:58:22\tCompleted 3076 to KZ395600: 1740.5350188132957\n", - "11:58:22\tCompleted 3063 to KZ711310: 600.36765736878\n", - "11:58:22\tCompleted 3129 to KZ791710: 2155.294486892655\n", - "11:58:22\tCompleted 3052 to KZ194600: 2186.0610039867865\n", - "11:58:22\tCompleted 3055 to KZ595600: 636.6857712629135\n", - "11:58:22\tCompleted 3109 to KZ615800: 3034.2258683229466\n", - "11:58:22\tCompleted 3087 to KZ594600: 907.3639889824367\n", - "11:58:22\tCompleted 3127 to KZ391600: 1066.8372083412319\n", - "11:58:22\tCompleted 3120 to KZ751710: 1569.892189503835\n", - "11:58:22\tCompleted 3077 to KZ595600: 661.0803022167294\n", - "11:58:22\tCompleted 3096 to KZ153600: 1226.7497181021492\n", - "11:58:22\tCompleted 3114 to KZ351000: 3243.910697378403\n", - "11:58:22\tCompleted 3068 to KZ194000: 2675.3926079292883\n", - "11:58:22\tCompleted 3091 to KZ633400: 1022.9773691885378\n", - "11:58:22\tCompleted 3108 to KZ591000: 510.64158197439315\n", - "11:58:22\tCompleted 3106 to KZ352100: 3699.234465049024\n", - "11:58:23\tCompleted 3092 to KZ396800: 1435.5358713587375\n", - "11:58:23\tCompleted 3137 to KZ596400: 1219.6584607781542\n", - "11:58:23\tCompleted 3071 to KZ591000: 337.3838024609883\n", - "11:58:23\tCompleted 3126 to KZ313600: 2429.214658582733\n", - "11:58:23\tCompleted 3072 to KZ613800: 2038.1113554715091\n", - "11:58:23\tCompleted 3088 to KZ612600: 2025.3895716006177\n", - "11:58:23\tCompleted 3066 to KZ616400: 2951.0189499591543\n", - "11:58:23\tCompleted 3099 to KZ593400: 419.2947646320755\n", - "11:58:23\tCompleted 3121 to KZ352400: 194.0751939025662\n", - "11:58:23\tCompleted 3123 to KZ273600: 2865.3745471367065\n", - "11:58:23\tCompleted 3061 to KZ394800: 1151.8415287589683\n", - "11:58:23\tCompleted 3070 to KZ394800: 1130.7733179809636\n", - "11:58:24\tCompleted 3083 to KZ234600: 4220.497673436441\n", - "11:58:24\tCompleted 3053 to KZ633400: 1558.4080180444364\n", - "11:58:24\tCompleted 3086 to KZ393200: 1539.1372444047322\n", - "11:58:24\tCompleted 3116 to KZ474600: 3169.9352792097443\n", - "11:58:24\tCompleted 3098 to KZ356400: 591.6033864546416\n", - "11:58:24\tCompleted 3111 to KZ193200: 4402.814344848753\n", - "11:58:24\tCompleted 3075 to KZ234600: 4264.681617485018\n", - "11:58:24\tCompleted 3096 to KZ154000: 946.0470848638452\n", - "11:58:25\tCompleted 3054 to KZ394800: 1239.3806340023687\n", - "11:58:25\tCompleted 3091 to KZ633600: 553.3505432064809\n", - "11:58:25\tCompleted 3137 to KZ594600: 732.6661148659286\n", - "11:58:25\tCompleted 3097 to KZ231000: 2982.039061116566\n", - "11:58:25\tCompleted 3055 to KZ596000: 831.6486773489522\n", - "11:58:25\tCompleted 3104 to KZ235600: 2995.360336087899\n", - "11:58:25\tCompleted 3071 to KZ595600: 571.2713889829106\n", - "11:58:25\tCompleted 3058 to KZ194800: 2117.646935271292\n", - "11:58:25\tCompleted 3108 to KZ595600: 744.5291684963154\n", - "11:58:25\tCompleted 3078 to KZ274400: 3487.13962937452111:58:25\tCompleted 3063 to KZ555200: 1344.182516589968\n", - "\n", - "11:58:25\tCompleted 3077 to KZ596000: 851.03193882896\n", - "11:58:25\tCompleted 3099 to KZ594200: 599.152513695587\n", - "11:58:25\tCompleted 3112 to KZ234800: 2878.242054707948\n", - "11:58:25\tCompleted 3127 to KZ393600: 1104.7072012289736\n", - "11:58:25\tCompleted 3117 to KZ616000: 1725.4677472833737\n", - "11:58:25\tCompleted 3087 to KZ711110: 1399.7229751173484\n", - "11:58:26\tCompleted 3074 to KZ156400: 2994.6915525590384\n", - "11:58:26\tCompleted 3125 to KZ193600: 1514.372017590801\n", - "11:58:26\tCompleted 3098 to KZ352400: 224.7927084430482\n", - "11:58:26\tCompleted 3096 to KZ154200: 575.8805626224739\n", - "11:58:26\tCompleted 3100 to KZ274400: 2996.955644053369\n", - "11:58:26\tCompleted 3138 to KZ614000: 2016.0759012050216\n", - "11:58:26\tCompleted 3129 to KZ611600: 2104.469148039988\n", - "11:58:26\tCompleted 3069 to KZ234200: 2658.43548819367\n", - "11:58:26\tCompleted 3128 to KZ471000: 4427.100006383945\n", - "11:58:26\tCompleted 3094 to KZ615800: 1718.9104656130817\n", - "11:58:26\tCompleted 3053 to KZ633600: 1329.2326774559765\n", - "11:58:26\tCompleted 3071 to KZ596000: 214.08640492982042\n", - "11:58:27\tCompleted 3109 to KZ612600: 2743.605879437461\n", - "11:58:27\tCompleted 3061 to KZ395000: 1043.128621910081\n", - "11:58:27\tCompleted 3055 to KZ596200: 460.264742758561\n", - "11:58:27\tCompleted 3132 to KZ154000: 3099.2683586914945\n", - "11:58:27\tCompleted 3108 to KZ596000: 387.3441844432252311:58:27\tCompleted 3070 to KZ395000: 1037.8699563151624\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:58:27\tCompleted 3121 to KZ356000: 972.4167447480444\n", - "11:58:27\tCompleted 3092 to KZ394800: 1614.1904400567937\n", - "11:58:27\tCompleted 3052 to KZ194800: 2319.049705987852\n", - "11:58:27\tCompleted 3136 to KZ396800: 2659.825232433361\n", - "11:58:27\tCompleted 3126 to KZ314000: 2287.571294434345\n", - "11:58:27\tCompleted 3103 to KZ154600: 2242.322272487795\n", - "11:58:27\tCompleted 3120 to KZ751810: 1523.7512572699336\n", - "11:58:28\tCompleted 3091 to KZ633800: 853.9358906870101\n", - "11:58:28\tCompleted 3122 to KZ474600: 3169.3232950713123\n", - "11:58:28\tCompleted 3133 to KZ196600: 3503.552868824832\n", - "11:58:28\tCompleted 3099 to KZ596600: 631.0109410665972\n", - "11:58:28\tCompleted 3077 to KZ596200: 557.1414021376057\n", - "11:58:28\tCompleted 3076 to KZ395800: 2042.919094219768\n", - "11:58:28\tCompleted 3090 to KZ156400: 1999.7704360493017\n", - "11:58:28\tCompleted 3106 to KZ352200: 3137.4184260713732\n", - "11:58:28\tCompleted 3137 to KZ711110: 867.2885700290061\n", - "11:58:28\tCompleted 3080 to KZ154800: 2696.757023640236\n", - "11:58:28\tCompleted 3056 to KZ615600: 2538.960620851694\n", - "11:58:28\tCompleted 3071 to KZ596200: 601.0858546009987\n", - "11:58:28\tCompleted 3114 to KZ352000: 3060.188809704623\n", - "11:58:29\tCompleted 3096 to KZ156000: 1018.6577529457912\n", - "11:58:29\tCompleted 3054 to KZ395000: 1129.227106338446\n", - "11:58:29\tCompleted 3063 to KZ551600: 1077.6157946044227\n", - "11:58:29\tCompleted 3061 to KZ395200: 615.5012584347853\n", - "11:58:29\tCompleted 3070 to KZ395200: 590.7132425970589\n", - "11:58:29\tCompleted 3059 to KZ234800: 2508.597984460624\n", - "11:58:29\tCompleted 3087 to KZ711410: 1389.8571959383203\n", - "11:58:29\tCompleted 3086 to KZ393400: 1547.239510713492\n", - "11:58:29\tCompleted 3119 to KZ154600: 2289.9209296923805\n", - "11:58:30\tCompleted 3099 to KZ595000: 534.4780499600535\n", - "11:58:30\tCompleted 3108 to KZ596200: 774.3436341144036\n", - "11:58:30\tCompleted 3121 to KZ354400: 849.2290836380195\n", - "11:58:30\tCompleted 3071 to KZ596400: 491.133298137538\n", - "11:58:30\tCompleted 3055 to KZ596400: 1339.1536421872029\n", - "11:58:30\tCompleted 3066 to KZ615600: 2490.4437595246072\n", - "11:58:30\tCompleted 3137 to KZ711410: 857.7753586923311\n", - "11:58:30\tCompleted 3096 to KZ154600: 838.1324190700282\n", - "11:58:30\tCompleted 3088 to KZ616000: 2182.8123420434245\n", - "11:58:30\tCompleted 3098 to KZ356000: 949.9413653987516\n", - "11:58:30\tCompleted 3129 to KZ613600: 2158.6642846838013\n", - "11:58:31\tCompleted 3093 to KZ475000: 3457.503596625596\n", - "11:58:31\tCompleted 3127 to KZ396400: 1326.118847902355\n", - "11:58:31\tCompleted 3123 to KZ276600: 2947.1997938356926\n", - "11:58:31\tCompleted 3054 to KZ395200: 703.0403636781866\n", - "11:58:31\tCompleted 3053 to KZ633800: 1629.818024936505\n", - "11:58:31\tCompleted 3061 to KZ391000: 770.799401344185\n", - "11:58:31\tCompleted 3070 to KZ391000: 765.5407357492667\n", - "11:58:31\tCompleted 3126 to KZ314800: 1727.5711818840452\n", - "11:58:31\tCompleted 3091 to KZ634000: 1101.1386885840382\n", - "11:58:31\tCompleted 3104 to KZ233600: 3001.1223248880237\n", - "11:58:31\tCompleted 3058 to KZ195600: 2344.5718490601053\n", - "11:58:31\tCompleted 3099 to KZ593600: 649.0266542443468\n", - "11:58:31\tCompleted 3108 to KZ596400: 569.4102117230998\n", - "11:58:31\tCompleted 3072 to KZ273200: 2943.2671203542377\n", - "11:58:31\tCompleted 3125 to KZ194000: 1708.400198022394\n", - "11:58:31\tCompleted 3109 to KZ616000: 3061.365084055558\n", - "11:58:31\tCompleted 3092 to KZ395000: 1542.16584974776\n", - "11:58:32\tCompleted 3116 to KZ475000: 3540.2643059595216\n", - "11:58:32\tCompleted 3077 to KZ596400: 1322.975572478215\n", - "11:58:32\tCompleted 3055 to KZ594600: 453.14818846623893\n", - "11:58:32\tCompleted 3096 to KZ154800: 1162.2644357682436\n", - "11:58:32\tCompleted 3071 to KZ594600: 580.3596857282708\n", - "11:58:32\tCompleted 3063 to KZ553200: 1196.5637880111299\n", - "11:58:32\tCompleted 3117 to KZ613800: 1948.9727777896207\n", - "11:58:32\tCompleted 3137 to KZ711210: 846.0574492873698\n", - "11:58:32\tCompleted 3136 to KZ394800: 2838.4798011314188\n", - "11:58:32\tCompleted 3112 to KZ235200: 2925.8819020713154\n", - "11:58:32\tCompleted 3094 to KZ612600: 1549.0253144181252\n", - "11:58:32\tCompleted 3083 to KZ234800: 3354.1990492720574\n", - "11:58:33\tCompleted 3069 to KZ234600: 2773.6057866317246\n", - "11:58:33\tCompleted 3106 to KZ352300: 2474.7768761549687\n", - "11:58:33\tCompleted 3128 to KZ473600: 4008.125240360966\n", - "11:58:33\tCompleted 3138 to KZ613900: 2252.9958983747383\n", - "11:58:33\tCompleted 3121 to KZ351800: 870.2637982810455\n", - "11:58:33\tCompleted 3061 to KZ395400: 814.163296269498711:58:33\tCompleted 3068 to KZ196400: 2885.244356573602\n", - "\n", - "11:58:33\tCompleted 3099 to KZ595200: 646.4767873015829\n", - "11:58:33\tCompleted 3078 to KZ275400: 4162.328061331536\n", - "11:58:33\tCompleted 3076 to KZ392400: 1769.106020246108511:58:33\tCompleted 3070 to KZ395400: 808.9046306745804\n", - "\n", - "11:58:33\tCompleted 3087 to KZ711210: 1387.2129653802963\n", - "11:58:33\tCompleted 3111 to KZ193400: 4353.036831775106\n", - "11:58:33\tCompleted 3096 to KZ155200: 649.5662915547742\n", - "11:58:34\tCompleted 3075 to KZ234800: 3398.382993320635\n", - "11:58:34\tCompleted 3114 to KZ354800: 3767.5337109945044\n", - "11:58:34\tCompleted 3071 to KZ711110: 176.2679731971338\n", - "11:58:34\tCompleted 3054 to KZ391000: 856.8978857725501\n", - "11:58:34\tCompleted 3103 to KZ154800: 2125.50295273978\n", - "11:58:34\tCompleted 3120 to KZ751910: 1524.6899389061562\n", - "11:58:34\tCompleted 3052 to KZ195600: 2545.9746197766517\n", - "11:58:34\tCompleted 3133 to KZ194200: 3131.64393064711\n", - "11:58:34\tCompleted 3092 to KZ395200: 1074.13036467289\n", - "11:58:34\tCompleted 3074 to KZ155600: 2907.536332138945\n", - "11:58:34\tCompleted 3108 to KZ594600: 753.6174652416756\n", - "11:58:34\tCompleted 3077 to KZ594600: 672.2670014635739\n", - "11:58:34\tCompleted 3100 to KZ275400: 3672.144076010379\n", - "11:58:34\tCompleted 3056 to KZ615800: 2377.15258879227\n", - "11:58:34\tCompleted 3132 to KZ154200: 3401.904397660817\n", - "11:58:34\tCompleted 3053 to KZ634000: 1877.0208228335346\n", - "11:58:35\tCompleted 3099 to KZ591000: 536.6925160541208\n", - "11:58:35\tCompleted 3137 to KZ711310: 833.9444555756066\n", - "11:58:35\tCompleted 3098 to KZ354400: 938.0841705249751\n", - "11:58:35\tCompleted 3086 to KZ391600: 1482.1840424643315\n", - "11:58:35\tCompleted 3055 to KZ711110: 1066.2442597834274\n", - "11:58:35\tCompleted 3063 to KZ553600: 1147.5667862461016\n", - "11:58:35\tCompleted 3097 to KZ234000: 3190.6495384842538\n", - "11:58:35\tCompleted 3119 to KZ154800: 2173.1016099443655\n", - "11:58:35\tCompleted 3129 to KZ614000: 2204.0231233563745\n", - "11:58:35\tCompleted 3071 to KZ711410: 166.40219401810577\n", - "11:58:36\tCompleted 3061 to KZ392000: 931.086991349738\n", - "11:58:36\tCompleted 3126 to KZ315400: 1950.2376388075227\n", - "11:58:36\tCompleted 3096 to KZ156400: 1911.036085546782\n", - "11:58:36\tCompleted 3090 to KZ155600: 1912.6152156292553\n", - "11:58:36\tCompleted 3104 to KZ633200: 1201.1491529117343\n", - "11:58:36\tCompleted 3066 to KZ615800: 2328.6357274651837\n", - "11:58:36\tCompleted 3070 to KZ392000: 925.8283257548197\n", - "11:58:36\tCompleted 3108 to KZ711110: 67.32249896271395\n", - "11:58:36\tCompleted 3059 to KZ235200: 2626.884130714253\n", - "11:58:36\tCompleted 3069 to KZ234800: 1836.6608635770365\n", - "11:58:37\tCompleted 3076 to KZ396200: 1577.5291062198903\n", - "11:58:37\tCompleted 3125 to KZ196400: 1918.2519466666895\n", - "11:58:37\tCompleted 3121 to KZ393200: 1057.7495974931933\n", - "11:58:37\tCompleted 3123 to KZ275000: 2823.514554509947611:58:37\tCompleted 3054 to KZ395400: 900.2617806978639\n", - "\n", - "11:58:37\tCompleted 3106 to KZ352800: 3138.102269212471\n", - "11:58:37\tCompleted 3091 to KZ635400: 1609.3746021557447\n", - "11:58:37\tCompleted 3138 to KZ612000: 1758.8675390404906\n", - "11:58:37\tCompleted 3087 to KZ711310: 1377.473024687411\n", - "11:58:37\tCompleted 3109 to KZ613800: 3209.6192170744416\n", - "11:58:37\tCompleted 3071 to KZ711210: 163.75796346008184\n", - "11:58:37\tCompleted 3080 to KZ155200: 3123.695686541989\n", - "11:58:37\tCompleted 3099 to KZ595600: 770.580102576043\n", - "11:58:37\tCompleted 3092 to KZ391000: 1269.836629181864\n", - "11:58:37\tCompleted 3096 to KZ155600: 894.270706958895\n", - "11:58:37\tCompleted 3127 to KZ394000: 1558.0536972681814\n", - "11:58:38\tCompleted 3108 to KZ711410: 58.48514695611591\n", - "11:58:38\tCompleted 3122 to KZ475000: 3539.6523218210896\n", - "11:58:38\tCompleted 3077 to KZ711110: 1003.991981996625\n", - "11:58:38\tCompleted 3061 to KZ395600: 808.2403406408147\n", - "11:58:38\tCompleted 3114 to KZ355200: 3117.2096482391735\n", - "11:58:38\tCompleted 3055 to KZ711410: 1056.3784806043993\n", - "11:58:38\tCompleted 3136 to KZ395000: 2766.455210822375\n", - "11:58:38\tCompleted 3098 to KZ351800: 858.055656294132\n", - "11:58:39\tCompleted 3063 to KZ552200: 1039.098844224376\n", - "11:58:39\tCompleted 3099 to KZ596000: 413.39511852295294\n", - "11:58:39\tCompleted 3070 to KZ395600: 802.9816750458964\n", - "11:58:39\tCompleted 3071 to KZ711310: 154.01802276719638\n", - "11:58:39\tCompleted 3109 to KZ273200: 314.7698408053378\n", - "11:58:39\tCompleted 3120 to KZ751510: 1517.1784649766116\n", - "11:58:39\tCompleted 3088 to KZ613800: 2433.5616095784635\n", - "11:58:39\tCompleted 3117 to KZ273200: 3042.832170795479\n", - "11:58:39\tCompleted 3108 to KZ711210: 47.70437255781188\n", - "11:58:39\tCompleted 3116 to KZ475200: 3551.107266743571\n", - "11:58:39\tCompleted 3126 to KZ315600: 2124.4706693807234\n", - "11:58:39\tCompleted 3058 to KZ195800: 2208.877449410071\n", - "11:58:39\tCompleted 3074 to KZ156800: 2305.5468659669223\n", - "11:58:39\tCompleted 3137 to KZ555200: 1589.2060466626097\n", - "11:58:40\tCompleted 3052 to KZ195800: 2410.2802201266218\n", - "11:58:40\tCompleted 3129 to KZ613900: 2440.9431205260967\n", - "11:58:40\tCompleted 3078 to KZ273600: 3330.2873203140711:58:40\tCompleted 3096 to KZ156800: 1685.1628521695502\n", - "\n", - "11:58:40\tCompleted 3128 to KZ474200: 4454.749401427504\n", - "11:58:40\tCompleted 3086 to KZ393600: 1519.7014675097198\n", - "11:58:40\tCompleted 3054 to KZ392000: 1017.1854757781032\n", - "11:58:40\tCompleted 3094 to KZ616000: 1733.6923218897562\n", - "11:58:40\tCompleted 3109 to KZ274400: 31.6927453566069\n", - "11:58:40\tCompleted 3133 to KZ751210: 3086.4435532319303\n", - "11:58:40\tCompleted 3090 to KZ156800: 1310.6257494571655\n", - "11:58:40\tCompleted 3103 to KZ155200: 2552.4416156415377\n", - "11:58:40\tCompleted 3055 to KZ711210: 1053.7342500463753\n", - "11:58:40\tCompleted 3072 to KZ274400: 2873.333520365786\n", - "11:58:40\tCompleted 3125 to KZ196800: 1518.670934925043\n", - "11:58:40\tCompleted 3121 to KZ393400: 1065.8518638019525\n", - "11:58:40\tCompleted 3091 to KZ635000: 1136.7078122441105\n", - "11:58:40\tCompleted 3132 to KZ156000: 2975.1536300290372\n", - "11:58:40\tCompleted 3077 to KZ711410: 994.1262028175969\n", - "11:58:40\tCompleted 3076 to KZ396600: 1585.4479470110896\n", - "11:58:41\tCompleted 3108 to KZ711310: 28.521425060730973\n", - "11:58:41\tCompleted 3056 to KZ612600: 2086.5325999067845\n", - "11:58:41\tCompleted 3092 to KZ395400: 1313.200524107178\n", - "11:58:41\tCompleted 3127 to KZ396800: 1304.146154828585\n", - "11:58:41\tCompleted 3061 to KZ395800: 1151.0325376468643\n", - "11:58:41\tCompleted 3066 to KZ612600: 2038.015738579697\n", - "11:58:41\tCompleted 3100 to KZ273600: 2840.1033349929176\n", - "11:58:41\tCompleted 3099 to KZ596200: 800.3945681941314\n", - "11:58:41\tCompleted 3063 to KZ554600: 1088.9675631804278\n", - "11:58:41\tCompleted 3112 to KZ235600: 3020.9196680917203\n", - "11:58:41\tCompleted 3053 to KZ635400: 2385.2567364052306\n", - "11:58:42\tCompleted 3104 to KZ634800: 1745.8489111179583\n", - "11:58:42\tCompleted 3069 to KZ235200: 1954.94700983068911:58:42\tCompleted 3138 to KZ614400: 2181.1972223625853\n", - "\n", - "11:58:42\tCompleted 3111 to KZ193600: 3821.912386255078\n", - "11:58:42\tCompleted 3136 to KZ395200: 2298.4197257475375\n", - "11:58:42\tCompleted 3109 to KZ275400: 818.4277031065683\n", - "11:58:42\tCompleted 3071 to KZ555200: 897.8328819883852\n", - "11:58:42\tCompleted 3068 to KZ196800: 2485.663344831953\n", - "11:58:42\tCompleted 3093 to KZ475200: 3468.3465574096454\n", - "11:58:42\tCompleted 3106 to KZ356400: 3286.6893937829345\n", - "11:58:43\tCompleted 3098 to KZ393200: 1040.7547993712024\n", - "11:58:43\tCompleted 3119 to KZ155200: 2600.0402728461186\n", - "11:58:43\tCompleted 3137 to KZ551600: 1322.6393246770645\n", - "11:58:43\tCompleted 3054 to KZ395600: 845.4647092162116\n", - "11:58:43\tCompleted 3114 to KZ355600: 3312.681832094729\n", - "11:58:43\tCompleted 3070 to KZ395800: 1126.244521809138\n", - "11:58:43\tCompleted 3075 to KZ235200: 3446.0228406840024\n", - "11:58:43\tCompleted 3055 to KZ711310: 1043.99430935349\n", - "11:58:43\tCompleted 3061 to KZ392400: 836.8113420736271\n", - "11:58:43\tCompleted 3091 to KZ632200: 486.3881310103757\n", - "11:58:43\tCompleted 3099 to KZ596400: 595.4611458028272\n", - "11:58:44\tCompleted 3109 to KZ273600: 294.2313452028339\n", - "11:58:44\tCompleted 3077 to KZ711210: 991.481972259573\n", - "11:58:44\tCompleted 3129 to KZ612000: 1946.8147611918553\n", - "11:58:44\tCompleted 3083 to KZ235200: 3401.838896635425\n", - "11:58:44\tCompleted 3121 to KZ391600: 981.4884028395733\n", - "11:58:44\tCompleted 3092 to KZ392000: 1430.124219187417\n", - "11:58:44\tCompleted 3087 to KZ555200: 2121.287883908598\n", - "11:58:44\tCompleted 3071 to KZ551600: 631.2661600028391\n", - "11:58:44\tCompleted 3123 to KZ274800: 3348.4023623214407\n", - "11:58:45\tCompleted 3074 to KZ193200: 1588.0944509565525\n", - "11:58:45\tCompleted 3109 to KZ276600: 757.4631444547907\n", - "11:58:45\tCompleted 3108 to KZ555200: 792.4154741710889\n", - "11:58:45\tCompleted 3058 to KZ196000: 1979.0059235368299\n", - "11:58:45\tCompleted 3061 to KZ396200: 645.2344280474096\n", - "11:58:45\tCompleted 3086 to KZ396400: 1741.1131141831013\n", - "11:58:45\tCompleted 3122 to KZ475200: 3550.495282605139\n", - "11:58:45\tCompleted 3126 to KZ316000: 2452.0288226624\n", - "11:58:45\tCompleted 3080 to KZ156400: 2962.820780640175\n", - "11:58:45\tCompleted 3097 to KZ234200: 3641.5952450051896\n", - "11:58:45\tCompleted 3052 to KZ196000: 2180.4086942533845\n", - "11:58:45\tCompleted 3099 to KZ594600: 779.6683993214033\n", - "11:58:46\tCompleted 3104 to KZ633400: 1100.8683784691932\n", - "11:58:46\tCompleted 3070 to KZ392400: 831.5526764787088\n", - "11:58:46\tCompleted 3077 to KZ711310: 981.7420315666875\n", - "11:58:46\tCompleted 3098 to KZ393400: 988.6114283434033\n", - "11:58:46\tCompleted 3125 to KZ191600: 1570.6603409910515\n", - "11:58:46\tCompleted 3059 to KZ235600: 2721.921896734658\n", - "11:58:46\tCompleted 3117 to KZ274400: 2972.8985708070277\n", - "11:58:46\tCompleted 3116 to KZ471800: 3380.7170465828453\n", - "11:58:46\tCompleted 3127 to KZ394800: 1482.8007235266411\n", - "11:58:46\tCompleted 3054 to KZ395800: 1238.5716428902654\n", - "11:58:46\tCompleted 3091 to KZ635200: 1402.3128600371385\n", - "11:58:46\tCompleted 3109 to KZ275000: 483.8050067440053\n", - "11:58:46\tCompleted 3071 to KZ553200: 750.2141534095466\n", - "11:58:46\tCompleted 3137 to KZ553200: 1441.5873180837718\n", - "11:58:46\tCompleted 3128 to KZ474600: 4131.924840609407\n", - "11:58:46\tCompleted 3133 to KZ751110: 3094.2009125448117\n", - "11:58:46\tCompleted 3138 to KZ614600: 1906.3049199471811\n", - "11:58:46\tCompleted 3096 to KZ193200: 4574.960365745213\n", - "11:58:47\tCompleted 3120 to KZ231000: 2981.536012747214\n", - "11:58:47\tCompleted 3108 to KZ551600: 525.8487521855428\n", - "11:58:47\tCompleted 3099 to KZ711110: 120.8474773901963\n", - "11:58:47\tCompleted 3078 to KZ276600: 3412.112567013056\n", - "11:58:47\tCompleted 3106 to KZ352400: 3088.3710796634487\n", - "11:58:47\tCompleted 3136 to KZ391000: 2494.1259902565\n", - "11:58:47\tCompleted 3063 to KZ555600: 1659.3200332909246\n", - "11:58:47\tCompleted 3061 to KZ396600: 653.1532688386087\n", - "11:58:47\tCompleted 3066 to KZ616000: 2355.774943197795\n", - "11:58:47\tCompleted 3069 to KZ235600: 2049.984775851117\n", - "11:58:47\tCompleted 3076 to KZ394200: 2034.3583257648488\n", - "11:58:48\tCompleted 3055 to KZ555200: 1787.809168574678\n", - "11:58:48\tCompleted 3088 to KZ273200: 3562.6484302960057\n", - "11:58:48\tCompleted 3109 to KZ274800: 464.1467577414849\n", - "11:58:48\tCompleted 3053 to KZ635000: 1912.5899464936065\n", - "11:58:48\tCompleted 3070 to KZ396200: 639.9757624524913\n", - "11:58:48\tCompleted 3132 to KZ154600: 3273.291060774152\n", - "11:58:48\tCompleted 3116 to KZ593200: 498.16756235186887\n", - "11:58:48\tCompleted 3092 to KZ395600: 1307.2775684784935\n", - "11:58:48\tCompleted 3103 to KZ156400: 2391.5667097396945\n", - "11:58:48\tCompleted 3104 to KZ633600: 872.5358228759353\n", - "11:58:48\tCompleted 3121 to KZ393600: 1038.3138205981813\n", - "11:58:48\tCompleted 3090 to KZ193200: 2248.663345114225\n", - "11:58:48\tCompleted 3099 to KZ711410: 112.01012538359826\n", - "11:58:48\tCompleted 3074 to KZ193400: 1264.9045111850078\n", - "11:58:48\tCompleted 3114 to KZ352100: 3832.5464492351407\n", - "11:58:48\tCompleted 3126 to KZ316600: 2048.945092257358\n", - "11:58:49\tCompleted 3071 to KZ553600: 701.2171516445198\n", - "11:58:49\tCompleted 3087 to KZ551600: 1854.7211619230538\n", - "11:58:49\tCompleted 3109 to KZ275800: 334.61664142450627\n", - "11:58:49\tCompleted 3091 to KZ632400: 1194.96989723073411:58:49\tCompleted 3054 to KZ392400: 922.9098265019923\n", - "\n", - "11:58:49\tCompleted 3111 to KZ194000: 3888.3997521003107\n", - "11:58:49\tCompleted 3098 to KZ391600: 911.4445853293639\n", - "11:58:49\tCompleted 3056 to KZ616000: 2404.291804524881\n", - "11:58:49\tCompleted 3119 to KZ156400: 2439.165366944282\n", - "11:58:49\tCompleted 3094 to KZ613800: 1957.1973523960032\n", - "11:58:49\tCompleted 3108 to KZ553200: 644.7967455922503\n", - "11:58:49\tCompleted 3058 to KZ191000: 1857.4957303014185\n", - "11:58:49\tCompleted 3100 to KZ276600: 2921.9285816919037\n", - "11:58:49\tCompleted 3112 to KZ233600: 3026.681656891845\n", - "11:58:49\tCompleted 3099 to KZ711210: 101.2293509852942\n", - "11:58:50\tCompleted 3137 to KZ553600: 1392.5903163187438\n", - "11:58:50\tCompleted 3063 to KZ551000: 1114.1914390747586\n", - "11:58:50\tCompleted 3127 to KZ395000: 1410.7761332176074\n", - "11:58:50\tCompleted 3129 to KZ614400: 2369.1444445139437\n", - "11:58:50\tCompleted 3070 to KZ396600: 647.8946032436904\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:58:50\tCompleted 3116 to KZ595800: 602.0871723922461\n", - "11:58:50\tCompleted 3072 to KZ275400: 3548.5219523227966\n", - "11:58:50\tCompleted 3109 to KZ276000: 203.9003732407079\n", - "11:58:50\tCompleted 3052 to KZ191000: 2058.898501017979\n", - "11:58:50\tCompleted 3106 to KZ356000: 2478.1747785684115\n", - "11:58:50\tCompleted 3053 to KZ632200: 1262.2702652598716\n", - "11:58:51\tCompleted 3071 to KZ552200: 592.7492096227927\n", - "11:58:51\tCompleted 3125 to KZ195200: 1591.7146700683481\n", - "11:58:51\tCompleted 3054 to KZ396200: 675.0787925944022\n", - "11:58:51\tCompleted 3086 to KZ394000: 1973.0479635489278\n", - "11:58:51\tCompleted 3061 to KZ394200: 1214.4280138516094\n", - "11:58:51\tCompleted 3075 to KZ235600: 3541.0606067044073\n", - "11:58:51\tCompleted 3108 to KZ553600: 595.7997438272234\n", - "11:58:51\tCompleted 3136 to KZ395400: 2537.4898851818125\n", - "11:58:51\tCompleted 3091 to KZ632800: 949.6720567356966\n", - "11:58:51\tCompleted 3099 to KZ711310: 82.04640348821333\n", - "11:58:51\tCompleted 3109 to KZ276200: 218.4241945068946\n", - "11:58:51\tCompleted 3068 to KZ191600: 2537.6527508979566\n", - "11:58:51\tCompleted 3055 to KZ551600: 1521.242446589133\n", - "11:58:51\tCompleted 3138 to KZ614800: 2146.014925204852\n", - "11:58:51\tCompleted 3093 to KZ471800: 3297.9563372489197\n", - "11:58:51\tCompleted 3104 to KZ633800: 1173.1211703564643\n", - "11:58:52\tCompleted 3116 to KZ593400: 411.4744350401058\n", - "11:58:52\tCompleted 3077 to KZ555200: 1725.5568907878758\n", - "11:58:52\tCompleted 3123 to KZ275800: 2817.9851863098625\n", - "11:58:52\tCompleted 3098 to KZ393600: 961.073385139632\n", - "11:58:52\tCompleted 3109 to KZ271000: 78.78462844864366\n", - "11:58:52\tCompleted 3121 to KZ396400: 1259.7254672715621\n", - "11:58:52\tCompleted 3076 to KZ394400: 2114.2455368996084\n", - "11:58:52\tCompleted 3108 to KZ552200: 487.33180180549624\n", - "11:58:52\tCompleted 3069 to KZ233600: 2055.746764651232\n", - "11:58:52\tCompleted 3083 to KZ235600: 3496.87666265583\n", - "11:58:52\tCompleted 3126 to KZ316200: 2581.0195786825648\n", - "11:58:52\tCompleted 3114 to KZ352200: 3270.730410257482611:58:52\tCompleted 3080 to KZ155600: 2875.665560220082\n", - "\n", - "11:58:52\tCompleted 3092 to KZ395800: 1609.6616438849665\n", - "11:58:52\tCompleted 3054 to KZ396600: 644.2658439728712\n", - "11:58:53\tCompleted 3071 to KZ554600: 642.617928578845\n", - "11:58:53\tCompleted 3063 to KZ556000: 1162.3128212827758\n", - "11:58:53\tCompleted 3127 to KZ395200: 942.7406481427374\n", - "11:58:53\tCompleted 3112 to KZ633200: 1213.571230945744\n", - "11:58:53\tCompleted 3074 to KZ193600: 1919.2757710260155\n", - "11:58:53\tCompleted 3122 to KZ471800: 3380.1050624444133\n", - "11:58:53\tCompleted 3091 to KZ636800: 970.090353254558\n", - "11:58:53\tCompleted 3099 to KZ555200: 845.9404525985719\n", - "11:58:53\tCompleted 3093 to KZ593200: 415.40685301794207\n", - "11:58:53\tCompleted 3096 to KZ193400: 4525.182852671567\n", - "11:58:53\tCompleted 3070 to KZ394200: 1150.4868883546553\n", - "11:58:53\tCompleted 3137 to KZ552200: 1284.122374297018\n", - "11:58:54\tCompleted 3116 to KZ594200: 591.3321841036174\n", - "11:58:54\tCompleted 3109 to KZ274000: 755.5954856368043\n", - "11:58:54\tCompleted 3058 to KZ196200: 1852.8618791146191\n", - "11:58:54\tCompleted 3133 to KZ751310: 3087.372485420066\n", - "11:58:54\tCompleted 3087 to KZ553200: 1973.6691553297612\n", - "11:58:54\tCompleted 3061 to KZ394400: 1181.9508587271293\n", - "11:58:54\tCompleted 3078 to KZ275000: 3288.427327687311\n", - "11:58:54\tCompleted 3132 to KZ154800: 3156.4717410261114\n", - "11:58:54\tCompleted 3129 to KZ614600: 2094.2521420985427\n", - "11:58:54\tCompleted 3059 to KZ233600: 2727.6838855347823\n", - "11:58:55\tCompleted 3119 to KZ155600: 2352.010146524212\n", - "11:58:55\tCompleted 3056 to KZ613800: 2552.5459375437613\n", - "11:58:55\tCompleted 3125 to KZ195000: 1520.25517889375\n", - "11:58:55\tCompleted 3066 to KZ613800: 2504.0290762166755\n", - "11:58:55\tCompleted 3122 to KZ593200: 497.55557821343695\n", - "11:58:55\tCompleted 3117 to KZ275400: 3648.087002764038\n", - "11:58:55\tCompleted 3106 to KZ354400: 3265.480101322613\n", - "11:58:55\tCompleted 3108 to KZ554600: 569.5082743073071\n", - "11:58:55\tCompleted 3052 to KZ196200: 2054.26464983118\n", - "11:58:55\tCompleted 3097 to KZ234600: 3756.765543443244\n", - "11:58:55\tCompleted 3120 to KZ234000: 3190.146490114902\n", - "11:58:55\tCompleted 3090 to KZ193400: 1973.852294193357\n", - "11:58:55\tCompleted 3104 to KZ634000: 1420.323968253493\n", - "11:58:55\tCompleted 3128 to KZ475000: 4502.253867359221\n", - "11:58:55\tCompleted 3136 to KZ392000: 2654.4135802620362\n", - "11:58:55\tCompleted 3109 to KZ274200: 857.643454264247\n", - "11:58:55\tCompleted 3103 to KZ155600: 2304.411489319631\n", - "11:58:56\tCompleted 3093 to KZ595800: 519.3264630583194\n", - "11:58:56\tCompleted 3099 to KZ551600: 579.3737306130258\n", - "11:58:56\tCompleted 3055 to KZ553200: 1640.1904399958403\n", - "11:58:56\tCompleted 3053 to KZ635200: 2178.194994286628\n", - "11:58:56\tCompleted 3116 to KZ596600: 692.2177016803824\n", - "11:58:56\tCompleted 3086 to KZ396800: 1719.1404211093313\n", - "11:58:56\tCompleted 3092 to KZ392400: 1335.8485699113064\n", - "11:58:56\tCompleted 3077 to KZ551600: 1458.9901688023306\n", - "11:58:56\tCompleted 3138 to KZ615400: 2142.4205502863406\n", - "11:58:57\tCompleted 3088 to KZ274400: 3492.714830307554\n", - "11:58:57\tCompleted 3114 to KZ352300: 2608.0888603410854\n", - "11:58:57\tCompleted 3126 to KZ311000: 2186.4339488131595\n", - "11:58:57\tCompleted 3054 to KZ394200: 1304.5516862593142\n", - "11:58:57\tCompleted 3122 to KZ595800: 601.4751882538142\n", - "11:58:57\tCompleted 3098 to KZ396400: 1200.9056512035938\n", - "11:58:57\tCompleted 3121 to KZ394000: 1491.660316637388611:58:57\tCompleted 3070 to KZ394400: 1176.6921931322108\n", - "\n", - "11:58:57\tCompleted 3127 to KZ391000: 1138.4469126517115\n", - "11:58:57\tCompleted 3100 to KZ275000: 2798.2433423661587\n", - "11:58:57\tCompleted 3111 to KZ196400: 4321.553858775903\n", - "11:58:57\tCompleted 3063 to KZ556800: 1363.000746154717711:58:57\tCompleted 3091 to KZ635800: 1419.5926009518137\n", - "\n", - "11:58:57\tCompleted 3071 to KZ555600: 1212.9703986893433\n", - "11:58:57\tCompleted 3093 to KZ593400: 328.7137257061791\n", - "11:58:57\tCompleted 3072 to KZ273600: 2716.481211305335\n", - "11:58:58\tCompleted 3074 to KZ194000: 1926.5943371740173\n", - "11:58:58\tCompleted 3099 to KZ553200: 698.3217240197333\n", - "11:58:58\tCompleted 3108 to KZ555600: 1107.5529908720468\n", - "11:58:58\tCompleted 3094 to KZ273200: 3086.2841731135236\n", - "11:58:58\tCompleted 3137 to KZ554600: 1340.3127128697122\n", - "11:58:58\tCompleted 3116 to KZ595000: 526.6577203680838\n", - "11:58:58\tCompleted 3106 to KZ351800: 2500.161652465816\n", - "11:58:58\tCompleted 3069 to KZ633200: 2289.3476163042\n", - "11:58:58\tCompleted 3076 to KZ433200: 2882.7944157866136\n", - "11:58:58\tCompleted 3122 to KZ593400: 410.86245090167387\n", - "11:58:58\tCompleted 3059 to KZ633200: 1616.9104954206139\n", - "11:58:59\tCompleted 3112 to KZ634800: 1765.7268332746835\n", - "11:58:59\tCompleted 3075 to KZ233600: 3546.822595504532\n", - "11:58:59\tCompleted 3058 to KZ192600: 1912.8515744002925\n", - "11:58:59\tCompleted 3056 to KZ273200: 2105.4633826863765\n", - "11:58:59\tCompleted 3136 to KZ395600: 2531.5669295531234\n", - "11:58:59\tCompleted 3087 to KZ553600: 1924.6721535647332\n", - "11:58:59\tCompleted 3092 to KZ396200: 1144.2716558850882\n", - "11:58:59\tCompleted 3068 to KZ195200: 2558.7070799752464\n", - "11:58:59\tCompleted 3129 to KZ614800: 2333.962147356216\n", - "11:58:59\tCompleted 3108 to KZ551000: 562.4243966558787\n", - "11:58:59\tCompleted 3119 to KZ156800: 1750.0206803521464\n", - "11:58:59\tCompleted 3093 to KZ594200: 508.5714747696906\n", - "11:58:59\tCompleted 3099 to KZ553600: 649.3247222547064\n", - "11:58:59\tCompleted 3071 to KZ551000: 667.841804473175\n", - "11:58:59\tCompleted 3110 to KZ113200: 2982.838424734911\n", - "11:58:59\tCompleted 3080 to KZ156800: 2273.6760940480585\n", - "11:58:59\tCompleted 3123 to KZ276000: 3233.8162120648976\n", - "11:59:00\tCompleted 3055 to KZ553600: 1591.193438230812311:59:00\tCompleted 3091 to KZ636200: 1088.5059231536804\n", - "\n", - "11:59:00\tCompleted 3066 to KZ273200: 2044.7215430033339\n", - "11:59:00\tCompleted 3125 to KZ194400: 1842.6907317333437\n", - "11:59:00\tCompleted 3127 to KZ395400: 1181.8108075770253\n", - "11:59:00\tCompleted 3126 to KZ315000: 2303.6427650467967\n", - "11:59:00\tCompleted 3133 to KZ751410: 3104.797463823705\n", - "11:59:00\tCompleted 3096 to KZ193600: 3994.0584071515045\n", - "11:59:00\tCompleted 3054 to KZ394400: 1268.0493431554944\n", - "11:59:00\tCompleted 3122 to KZ594200: 590.7201999651854\n", - "11:59:00\tCompleted 3132 to KZ155200: 3583.410403927864\n", - "11:59:00\tCompleted 3053 to KZ632400: 1970.8520314802304\n", - "11:59:00\tCompleted 3052 to KZ192600: 2114.2543451168485\n", - "11:59:00\tCompleted 3063 to KZ554800: 1360.6556873857917\n", - "11:59:00\tCompleted 3116 to KZ593600: 641.2063246523771\n", - "11:59:01\tCompleted 3138 to KZ615200: 1958.0041189907927\n", - "11:59:01\tCompleted 3103 to KZ156800: 1702.4220231475588\n", - "11:59:01\tCompleted 3106 to KZ393200: 2123.3849318913344\n", - "11:59:01\tCompleted 3121 to KZ396800: 1237.7527741977922\n", - "11:59:01\tCompleted 3114 to KZ352800: 3271.4142533985805\n", - "11:59:01\tCompleted 3099 to KZ552200: 540.8567802329793\n", - "11:59:01\tCompleted 3108 to KZ556000: 610.5457788638959\n", - "11:59:01\tCompleted 3104 to KZ635400: 1928.5598818251992\n", - "11:59:01\tCompleted 3083 to KZ233600: 3502.6386514559545\n", - "11:59:01\tCompleted 3077 to KZ553200: 1577.938162209038\n", - "11:59:01\tCompleted 3075 to KZ633200: 844.1037284544474\n", - "11:59:01\tCompleted 3078 to KZ274800: 3813.315135498804\n", - "11:59:02\tCompleted 3090 to KZ193600: 1839.9600324478886\n", - "11:59:02\tCompleted 3074 to KZ196400: 1671.7174354387264\n", - "11:59:02\tCompleted 3071 to KZ556000: 715.9631866811922\n", - "11:59:02\tCompleted 3112 to KZ633400: 1113.290456503203\n", - "11:59:02\tCompleted 3117 to KZ273600: 2816.0462617465764\n", - "11:59:02\tCompleted 3093 to KZ596600: 609.4569923464556\n", - "11:59:02\tCompleted 3086 to KZ394800: 1897.7949898073873\n", - "11:59:02\tCompleted 3092 to KZ396600: 1152.1904966762875\n", - "11:59:02\tCompleted 3128 to KZ475200: 4513.096828143268\n", - "11:59:03\tCompleted 3122 to KZ596600: 691.6057175419504\n", - "11:59:03\tCompleted 3137 to KZ555600: 1904.3435633635663\n", - "11:59:03\tCompleted 3061 to KZ433200: 2093.281011639336\n", - "11:59:03\tCompleted 3070 to KZ433200: 2029.3398861423814\n", - "11:59:03\tCompleted 3076 to KZ431900: 2431.7704423622486\n", - "11:59:03\tCompleted 3116 to KZ595200: 638.6564577096133\n", - "11:59:03\tCompleted 3091 to KZ636400: 1604.2567592579624\n", - "11:59:03\tCompleted 3056 to KZ274400: 2035.529782697946\n", - "11:59:03\tCompleted 3055 to KZ552200: 1482.7254962090865\n", - "11:59:03\tCompleted 3136 to KZ395800: 2833.9510049596047\n", - "11:59:03\tCompleted 3110 to KZ113400: 3060.6994615402486\n", - "11:59:03\tCompleted 3099 to KZ554600: 623.0332527347905\n", - "11:59:03\tCompleted 3097 to KZ234800: 2890.46691927886\n", - "11:59:03\tCompleted 3098 to KZ394000: 1450.8694326621894\n", - "11:59:03\tCompleted 3108 to KZ556800: 811.2337037358379\n", - "11:59:04\tCompleted 3083 to KZ633200: 799.9405249711671\n", - "11:59:04\tCompleted 3093 to KZ595000: 443.8970110341572\n", - "11:59:04\tCompleted 3126 to KZ314200: 2187.848162375533\n", - "11:59:04\tCompleted 3127 to KZ392000: 1298.7345026572646\n", - "11:59:04\tCompleted 3080 to KZ193200: 1551.3787042332988\n", - "11:59:04\tCompleted 3106 to KZ393400: 2136.934371726958\n", - "11:59:04\tCompleted 3087 to KZ552200: 1816.2042115430074\n", - "11:59:04\tCompleted 3120 to KZ234200: 3641.092196635838\n", - "11:59:04\tCompleted 3069 to KZ634800: 2833.2045895152014\n", - "11:59:04\tCompleted 3058 to KZ196600: 2171.9285309899074\n", - "11:59:04\tCompleted 3112 to KZ633600: 892.4137450326606\n", - "11:59:04\tCompleted 3111 to KZ196800: 3789.7122565347418\n", - "11:59:04\tCompleted 3129 to KZ615400: 2330.3677724376903\n", - "11:59:04\tCompleted 3122 to KZ595000: 526.0457362296519\n", - "11:59:04\tCompleted 3071 to KZ556800: 916.6511115531342\n", - "11:59:05\tCompleted 3119 to KZ193200: 1861.943750399658\n", - "11:59:05\tCompleted 3053 to KZ632800: 1721.078905975439\n", - "11:59:05\tCompleted 3063 to KZ556400: 1305.4301078906155\n", - "11:59:05\tCompleted 3059 to KZ634800: 2160.767468631636\n", - "11:59:05\tCompleted 3121 to KZ394800: 1416.4073428958488\n", - "11:59:05\tCompleted 3116 to KZ591000: 528.8721864621511\n", - "11:59:05\tCompleted 3125 to KZ194600: 1787.7715737743688\n", - "11:59:05\tCompleted 3104 to KZ635000: 1455.8930919135648\n", - "11:59:05\tCompleted 3066 to KZ274400: 1974.787943014899\n", - "11:59:05\tCompleted 3075 to KZ634800: 1265.9857711517107\n", - "11:59:06\tCompleted 3132 to KZ156400: 3422.535498026051\n", - "11:59:06\tCompleted 3091 to KZ631000: 1034.6403098217263\n", - "11:59:06\tCompleted 3100 to KZ274800: 3323.1311501776518\n", - "11:59:06\tCompleted 3072 to KZ276600: 2798.306458004321\n", - "11:59:06\tCompleted 3077 to KZ553600: 1528.94116044401\n", - "11:59:06\tCompleted 3093 to KZ593600: 558.4456153184503\n", - "11:59:06\tCompleted 3137 to KZ551000: 1359.2149691474003\n", - "11:59:06\tCompleted 3074 to KZ196800: 1837.8952759542594\n", - "11:59:06\tCompleted 3094 to KZ274400: 3016.350573125072\n", - "11:59:06\tCompleted 3088 to KZ275400: 4167.903262264569\n", - "11:59:07\tCompleted 3114 to KZ356400: 3420.001377969051\n", - "11:59:07\tCompleted 3127 to KZ395600: 1175.887851948341\n", - "11:59:07\tCompleted 3096 to KZ194000: 4060.545772996737\n", - "11:59:07\tCompleted 3099 to KZ555600: 1161.07796929953\n", - "11:59:07\tCompleted 3122 to KZ593600: 640.5943405139451\n", - "11:59:07\tCompleted 3123 to KZ276200: 2953.2024253309933\n", - "11:59:07\tCompleted 3126 to KZ353200: 1355.8872076243938\n", - "11:59:07\tCompleted 3103 to KZ193200: 1873.5040530824594\n", - "11:59:07\tCompleted 3092 to KZ394200: 1601.100875430046\n", - "11:59:07\tCompleted 3055 to KZ554600: 1532.5942151651382\n", - "11:59:07\tCompleted 3068 to KZ195000: 2487.247588800685\n", - "11:59:07\tCompleted 3108 to KZ554800: 815.9291917802935\n", - "11:59:07\tCompleted 3104 to KZ632200: 805.5734106798299\n", - "11:59:07\tCompleted 3136 to KZ392400: 2560.137930985935\n", - "11:59:07\tCompleted 3080 to KZ193400: 1228.1887644617527\n", - "11:59:07\tCompleted 3086 to KZ395000: 1825.7703994983538\n", - "11:59:07\tCompleted 3133 to KZ751710: 3145.7854955926077\n", - "11:59:08\tCompleted 3112 to KZ633800: 1192.999092513189211:59:08\tCompleted 3106 to KZ391600: 2396.1306149775237\n", - "\n", - "11:59:08\tCompleted 3071 to KZ554800: 914.3060527842089\n", - "11:59:08\tCompleted 3116 to KZ595600: 762.7597729840734\n", - "11:59:08\tCompleted 3110 to KZ113600: 2739.2165797004873\n", - "11:59:08\tCompleted 3083 to KZ634800: 1250.4355620051647\n", - "11:59:08\tCompleted 3076 to KZ434600: 2465.4350127886264\n", - "11:59:08\tCompleted 3075 to KZ633400: 1051.7889891367643\n", - "11:59:08\tCompleted 3093 to KZ595200: 555.8957483756865\n", - "11:59:08\tCompleted 3138 to KZ616400: 2659.6256711861956\n", - "11:59:09\tCompleted 3054 to KZ433200: 2183.404684047042\n", - "11:59:09\tCompleted 3058 to KZ194200: 1673.8782731624467\n", - "11:59:09\tCompleted 3122 to KZ595200: 638.0444735711814\n", - "11:59:09\tCompleted 3078 to KZ275800: 3282.8979594872258\n", - "11:59:09\tCompleted 3063 to KZ554200: 1468.9533901271566\n", - "11:59:09\tCompleted 3091 to KZ634600: 1493.369837287141\n", - "11:59:09\tCompleted 3052 to KZ196600: 2373.3313017064606\n", - "11:59:09\tCompleted 3070 to KZ431900: 1903.8453887607307\n", - "11:59:09\tCompleted 3059 to KZ633400: 1516.6297209780728\n", - "11:59:09\tCompleted 3099 to KZ551000: 615.9493750833617\n", - "11:59:09\tCompleted 3098 to KZ396800: 1220.7579760758013\n", - "11:59:09\tCompleted 3116 to KZ596000: 405.57478893098323\n", - "11:59:09\tCompleted 3119 to KZ193400: 1587.132699478786\n", - "11:59:09\tCompleted 3087 to KZ554600: 1866.0729304990584\n", - "11:59:09\tCompleted 3090 to KZ194000: 2033.9882128794816\n", - "11:59:09\tCompleted 3129 to KZ615200: 2145.9513411421467\n", - "11:59:09\tCompleted 3121 to KZ395000: 1344.3827525868146\n", - "11:59:09\tCompleted 3069 to KZ633400: 2189.0668418616656\n", - "11:59:10\tCompleted 3056 to KZ275400: 2710.7182146549353\n", - "11:59:10\tCompleted 3053 to KZ636800: 1745.9724875040542\n", - "11:59:10\tCompleted 3137 to KZ556000: 1407.3363513554175\n", - "11:59:10\tCompleted 3126 to KZ353600: 1533.1490545917502\n", - "11:59:10\tCompleted 3128 to KZ471800: 4342.70660798254\n", - "11:59:10\tCompleted 3117 to KZ276600: 2897.8715084455625\n", - "11:59:10\tCompleted 3075 to KZ633600: 387.9547678057884\n", - "11:59:10\tCompleted 3077 to KZ552200: 1420.4732184222842\n", - "11:59:10\tCompleted 3108 to KZ556400: 753.6630654717358\n", - "11:59:10\tCompleted 3093 to KZ591000: 446.1114771282244\n", - "11:59:10\tCompleted 3071 to KZ556400: 859.080473289032\n", - "11:59:10\tCompleted 3122 to KZ591000: 528.2602023237192\n", - "11:59:11\tCompleted 3074 to KZ191600: 1754.7948190864165\n", - "11:59:11\tCompleted 3106 to KZ393600: 1936.3320533410022\n", - "11:59:11\tCompleted 3114 to KZ352400: 3221.683063849558\n", - "11:59:11\tCompleted 3061 to KZ431900: 1967.7865142576854\n", - "11:59:11\tCompleted 3083 to KZ633400: 1007.625785653484\n", - "11:59:11\tCompleted 3099 to KZ556000: 664.070757291378911:59:11\tCompleted 3136 to KZ396200: 2368.5610169597303\n", - "\n", - "11:59:11\tCompleted 3091 to KZ634400: 1015.0878001990247\n", - "11:59:11\tCompleted 3127 to KZ395800: 1478.2719273548141\n", - "11:59:11\tCompleted 3132 to KZ155600: 3335.3802776059574\n", - "11:59:12\tCompleted 3086 to KZ395200: 1357.7349144234836\n", - "11:59:12\tCompleted 3112 to KZ634000: 1440.201890410218\n", - "11:59:12\tCompleted 3110 to KZ113800: 2587.363701409513\n", - "11:59:12\tCompleted 3120 to KZ234600: 3756.2624950738923\n", - "11:59:12\tCompleted 3100 to KZ275800: 2792.7139741660735\n", - "11:59:12\tCompleted 3111 to KZ191600: 3815.5102325948264\n", - "11:59:12\tCompleted 3116 to KZ596200: 792.574238602161611:59:12\tCompleted 3075 to KZ633800: 688.5401152863176\n", - "\n", - "11:59:12\tCompleted 3125 to KZ194800: 1920.7602757754275\n", - "11:59:12\tCompleted 3092 to KZ394400: 1680.9880865648083\n", - "11:59:12\tCompleted 3103 to KZ193400: 1598.6930021615874\n", - "11:59:12\tCompleted 3097 to KZ235200: 2938.1067666422277\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:59:12\tCompleted 3126 to KZ351600: 1271.0844002456545\n", - "11:59:12\tCompleted 3059 to KZ633600: 1287.4543803896129\n", - "11:59:13\tCompleted 3083 to KZ633600: 372.40455865924235\n", - "11:59:13\tCompleted 3123 to KZ271000: 2970.895380745209\n", - "11:59:13\tCompleted 3093 to KZ595600: 679.9990636501466\n", - "11:59:13\tCompleted 3138 to KZ615600: 2270.066105410303\n", - "11:59:13\tCompleted 3121 to KZ395200: 876.3472675119451\n", - "11:59:13\tCompleted 3122 to KZ595600: 762.1477888456415\n", - "11:59:13\tCompleted 3106 to KZ396400: 1770.166931253786\n", - "11:59:13\tCompleted 3119 to KZ193600: 1453.2404377333162\n", - "11:59:13\tCompleted 3080 to KZ193600: 1887.4049991071504\n", - "11:59:13\tCompleted 3108 to KZ554200: 949.4941012540365\n", - "11:59:13\tCompleted 3096 to KZ196400: 4493.699879672363\n", - "11:59:13\tCompleted 3128 to KZ593200: 1460.1571237515936\n", - "11:59:13\tCompleted 3058 to KZ751210: 1772.0964524709227\n", - "11:59:13\tCompleted 3104 to KZ635200: 1721.4981397065928\n", - "11:59:13\tCompleted 3071 to KZ554200: 1022.6037555255743\n", - "11:59:13\tCompleted 3052 to KZ194200: 1875.2810438790077\n", - "11:59:14\tCompleted 3099 to KZ556800: 864.7586821633209\n", - "11:59:14\tCompleted 3076 to KZ434400: 2808.384411750352\n", - "11:59:14\tCompleted 3066 to KZ275400: 2649.9763749718954\n", - "11:59:14\tCompleted 3055 to KZ555600: 2102.946685275635\n", - "11:59:14\tCompleted 3137 to KZ556800: 1608.0242762273595\n", - "11:59:14\tCompleted 3072 to KZ275000: 2674.621218678576\n", - "11:59:14\tCompleted 3056 to KZ273600: 1878.6774736374775\n", - "11:59:14\tCompleted 3069 to KZ633600: 1959.8915012732118\n", - "11:59:14\tCompleted 3114 to KZ356000: 2611.486762754528\n", - "11:59:14\tCompleted 3077 to KZ554600: 1476.663556994978\n", - "11:59:14\tCompleted 3116 to KZ596400: 566.3692182019357\n", - "11:59:14\tCompleted 3063 to KZ791110: 2109.9387446268624\n", - "11:59:14\tCompleted 3127 to KZ392400: 1204.4588533811539\n", - "11:59:14\tCompleted 3126 to KZ354000: 1218.5435785649433\n", - "11:59:14\tCompleted 3093 to KZ596000: 322.8140795970565\n", - "11:59:15\tCompleted 3133 to KZ751810: 3092.0293396695574\n", - "11:59:15\tCompleted 3122 to KZ596000: 404.9628047925513\n", - "11:59:15\tCompleted 3075 to KZ634000: 940.4608282872462\n", - "11:59:15\tCompleted 3053 to KZ635800: 2195.4747352013096\n", - "11:59:15\tCompleted 3098 to KZ394800: 1339.1669074372994\n", - "11:59:15\tCompleted 3088 to KZ273600: 3335.862521247103\n", - "11:59:15\tCompleted 3083 to KZ633800: 672.9899061397716\n", - "11:59:15\tCompleted 3070 to KZ434600: 1941.744913010936\n", - "11:59:15\tCompleted 3110 to KZ114500: 3020.8826232432757\n", - "11:59:15\tCompleted 3091 to KZ313600: 2091.7438727446493\n", - "11:59:16\tCompleted 3074 to KZ195200: 1832.101784171225\n", - "11:59:16\tCompleted 3106 to KZ394000: 1837.8680575805738\n", - "11:59:16\tCompleted 3054 to KZ431900: 2057.910186665391\n", - "11:59:16\tCompleted 3132 to KZ156800: 2733.3908114339347\n", - "11:59:16\tCompleted 3094 to KZ275400: 3691.5390050820824\n", - "11:59:16\tCompleted 3121 to KZ391000: 1072.0535320209187\n", - "11:59:16\tCompleted 3099 to KZ554800: 869.4541702077765\n", - "11:59:16\tCompleted 3086 to KZ391000: 1553.441178932458\n", - "11:59:16\tCompleted 3136 to KZ396600: 2376.4798577509196\n", - "11:59:16\tCompleted 3116 to KZ594600: 771.8480697294336\n", - "11:59:16\tCompleted 3078 to KZ276000: 3698.728985242261\n", - "11:59:17\tCompleted 3103 to KZ193600: 1464.8007404161178\n", - "11:59:17\tCompleted 3128 to KZ595800: 1564.0767337919708\n", - "11:59:17\tCompleted 3138 to KZ615800: 2037.2424486922364\n", - "11:59:17\tCompleted 3087 to KZ555600: 2436.4254006095516\n", - "11:59:17\tCompleted 3112 to KZ635400: 1948.4378039819244\n", - "11:59:17\tCompleted 3126 to KZ351000: 1255.8757751443516\n", - "11:59:17\tCompleted 3122 to KZ596200: 791.9622544637297\n", - "11:59:17\tCompleted 3129 to KZ616400: 2847.572893337556\n", - "11:59:17\tCompleted 3093 to KZ596200: 709.8135292682348\n", - "11:59:17\tCompleted 3068 to KZ194400: 2809.6831416402356\n", - "11:59:17\tCompleted 3059 to KZ633800: 1588.0397278701414\n", - "11:59:17\tCompleted 3061 to KZ434600: 2005.6860385078908\n", - "11:59:17\tCompleted 3119 to KZ194000: 1647.2686181649092\n", - "11:59:18\tCompleted 3125 to KZ195600: 2147.6851895642417\n", - "11:59:18\tCompleted 3090 to KZ196400: 2243.8399615237745\n", - "11:59:18\tCompleted 3055 to KZ551000: 1557.8180910594688\n", - "11:59:18\tCompleted 3116 to KZ711110: 20.08036331514117\n", - "11:59:18\tCompleted 3058 to KZ751110: 1779.701834627602\n", - "11:59:18\tCompleted 3083 to KZ634000: 924.9106191407002\n", - "11:59:18\tCompleted 3120 to KZ234800: 2889.9638709095084\n", - "11:59:18\tCompleted 3127 to KZ396200: 1012.8819393549358\n", - "11:59:18\tCompleted 3100 to KZ276000: 3208.544999921108711:59:18\tCompleted 3104 to KZ632400: 1514.1551769001887\n", - "\n", - "11:59:18\tCompleted 3106 to KZ396800: 1969.3398583709168\n", - "11:59:18\tCompleted 3071 to KZ791110: 1817.0596905768916\n", - "11:59:19\tCompleted 3080 to KZ194000: 1889.8785904507636\n", - "11:59:19\tCompleted 3132 to KZ193200: 1085.5346674565487\n", - "11:59:19\tCompleted 3099 to KZ556400: 807.1880438992188\n", - "11:59:19\tCompleted 3092 to KZ433200: 2449.536965451822\n", - "11:59:19\tCompleted 3076 to KZ431000: 2149.205980896885\n", - "11:59:19\tCompleted 3075 to KZ635400: 1448.6967418589516\n", - "11:59:19\tCompleted 3066 to KZ273600: 1817.9356339544304\n", - "11:59:19\tCompleted 3056 to KZ276600: 1960.5027203364534\n", - "11:59:19\tCompleted 3096 to KZ196800: 3961.858277431168\n", - "11:59:19\tCompleted 3137 to KZ554800: 1612.000837075076\n", - "11:59:19\tCompleted 3116 to KZ711410: 46.19286339865284\n", - "11:59:19\tCompleted 3117 to KZ275000: 2774.1862691198176\n", - "11:59:19\tCompleted 3052 to KZ751210: 1973.4992231874837\n", - "11:59:19\tCompleted 3093 to KZ596400: 504.8801068769313\n", - "11:59:19\tCompleted 3098 to KZ395000: 1327.3879544648237\n", - "11:59:19\tCompleted 3122 to KZ596400: 587.0288320724256\n", - "11:59:19\tCompleted 3108 to KZ791110: 1700.5060996746256\n", - "11:59:19\tCompleted 3114 to KZ354400: 3398.7920855087295\n", - "11:59:19\tCompleted 3069 to KZ633800: 2260.476848753732\n", - "11:59:20\tCompleted 3053 to KZ636200: 1864.3880574031764\n", - "11:59:20\tCompleted 3074 to KZ195000: 1682.9732214804496\n", - "11:59:20\tCompleted 3111 to KZ195200: 3753.275255729559\n", - "11:59:20\tCompleted 3126 to KZ352000: 1706.7209083141101\n", - "11:59:20\tCompleted 3091 to KZ314000: 1950.1005085962627\n", - "11:59:20\tCompleted 3121 to KZ395400: 1115.4174269462326\n", - "11:59:20\tCompleted 3138 to KZ612600: 1746.6224598067258\n", - "11:59:20\tCompleted 3128 to KZ593400: 1320.1695057156771\n", - "11:59:21\tCompleted 3110 to KZ114000: 2792.7301140940945\n", - "11:59:21\tCompleted 3136 to KZ394200: 2825.39023650466\n", - "11:59:21\tCompleted 3106 to KZ394800: 1712.4169861184582\n", - "11:59:21\tCompleted 3112 to KZ635000: 1475.77101407029\n", - "11:59:21\tCompleted 3116 to KZ711210: 47.3546248255512\n", - "11:59:21\tCompleted 3077 to KZ555600: 2040.6944074888324\n", - "11:59:21\tCompleted 3127 to KZ396600: 1020.800780146135\n", - "11:59:21\tCompleted 3133 to KZ751910: 3113.1702560199647\n", - "11:59:21\tCompleted 3132 to KZ193400: 762.344727684999\n", - "11:59:21\tCompleted 3063 to KZ791310: 2087.657195666462\n", - "11:59:22\tCompleted 3097 to KZ235600: 3033.1445326626326\n", - "11:59:22\tCompleted 3086 to KZ395400: 1596.8050738577717\n", - "11:59:22\tCompleted 3103 to KZ194000: 1658.8289208477108\n", - "11:59:22\tCompleted 3123 to KZ274000: 3634.5830706844154\n", - "11:59:22\tCompleted 3072 to KZ274800: 3199.509026490069\n", - "11:59:22\tCompleted 3058 to KZ751310: 1781.2165532533634\n", - "11:59:22\tCompleted 3104 to KZ632800: 1263.539266400196\n", - "11:59:22\tCompleted 3075 to KZ635000: 977.4458896539725\n", - "11:59:22\tCompleted 3116 to KZ711310: 59.21198428148307\n", - "11:59:22\tCompleted 3059 to KZ634000: 1835.242525767171\n", - "11:59:22\tCompleted 3099 to KZ554200: 1003.0190796815199\n", - "11:59:22\tCompleted 3055 to KZ556000: 1605.939473267486\n", - "11:59:22\tCompleted 3119 to KZ196400: 1857.1203668092048\n", - "11:59:22\tCompleted 3093 to KZ594600: 689.087360395507\n", - "11:59:23\tCompleted 3122 to KZ594600: 771.2360855910017\n", - "11:59:23\tCompleted 3126 to KZ354800: 1031.8160906285743\n", - "11:59:23\tCompleted 3129 to KZ615600: 2458.0133275616677\n", - "11:59:23\tCompleted 3098 to KZ395200: 799.1068320533957\n", - "11:59:23\tCompleted 3083 to KZ635400: 1433.1465327124058\n", - "11:59:23\tCompleted 3087 to KZ551000: 1891.2968063933897\n", - "11:59:23\tCompleted 3070 to KZ434400: 1978.6699253550303\n", - "11:59:23\tCompleted 3125 to KZ195800: 2011.9907899142129\n", - "11:59:23\tCompleted 3112 to KZ632200: 825.4513328365551\n", - "11:59:23\tCompleted 3137 to KZ556400: 1550.4536379632573\n", - "11:59:23\tCompleted 3114 to KZ351800: 2633.473636651933\n", - "11:59:23\tCompleted 3054 to KZ434600: 2095.809710915595\n", - "11:59:23\tCompleted 3075 to KZ632200: 356.12671329119667\n", - "11:59:24\tCompleted 3078 to KZ276200: 3418.1151985083566\n", - "11:59:24\tCompleted 3088 to KZ276600: 3417.687767946089\n", - "11:59:24\tCompleted 3122 to KZ711110: 59.581077548917314\n", - "11:59:24\tCompleted 3093 to KZ711110: 70.56977095923541\n", - "11:59:24\tCompleted 3128 to KZ594200: 1553.321745503342\n", - "11:59:24\tCompleted 3080 to KZ196400: 1635.0016887154727\n", - "11:59:24\tCompleted 3106 to KZ395000: 2031.328310916763\n", - "11:59:24\tCompleted 3071 to KZ791310: 1792.9368070189826\n", - "11:59:24\tCompleted 3056 to KZ275000: 1836.817481010714\n", - "11:59:24\tCompleted 3120 to KZ235200: 2937.603718272876\n", - "11:59:24\tCompleted 3066 to KZ276600: 1899.7608806534063\n", - "11:59:24\tCompleted 3132 to KZ193600: 1568.4893225286824\n", - "11:59:25\tCompleted 3090 to KZ196800: 1844.2589497821305\n", - "11:59:25\tCompleted 3116 to KZ555200: 765.1589806530602\n", - "11:59:25\tCompleted 3127 to KZ394200: 1469.7111588998935\n", - "11:59:25\tCompleted 3076 to KZ435200: 2225.512287125292\n", - "11:59:25\tCompleted 3138 to KZ616000: 2064.3816644248427\n", - "11:59:25\tCompleted 3100 to KZ276200: 2927.9312131872043\n", - "11:59:25\tCompleted 3122 to KZ711410: 59.75388060302701\n", - "11:59:25\tCompleted 3091 to KZ314800: 1650.2195048886065\n", - "11:59:25\tCompleted 3077 to KZ551000: 1495.5658132726664\n", - "11:59:25\tCompleted 3108 to KZ791310: 1676.3832161167165\n", - "11:59:25\tCompleted 3104 to KZ636800: 1289.2756329240126\n", - "11:59:25\tCompleted 3126 to KZ355200: 1695.9477965508675\n", - "11:59:25\tCompleted 3052 to KZ751110: 1981.10460534416311:59:25\tCompleted 3110 to KZ117000: 2813.391925727918\n", - "\n", - "11:59:25\tCompleted 3136 to KZ394400: 2905.2774476394134\n", - "11:59:25\tCompleted 3092 to KZ431900: 1998.5129920274735\n", - "11:59:25\tCompleted 3121 to KZ392000: 1232.3411220264718\n", - "11:59:25\tCompleted 3093 to KZ711410: 60.70399178020748\n", - "11:59:25\tCompleted 3061 to KZ434400: 2042.611050851985\n", - "11:59:25\tCompleted 3053 to KZ636400: 2281.5027180947736\n", - "11:59:25\tCompleted 3094 to KZ273600: 2859.498264064621\n", - "11:59:26\tCompleted 3083 to KZ635000: 961.8956805074265\n", - "11:59:26\tCompleted 3119 to KZ196800: 1457.539355067558\n", - "11:59:26\tCompleted 3114 to KZ393200: 2256.6969160774456\n", - "11:59:26\tCompleted 3058 to KZ751410: 1796.8841723441233\n", - "11:59:26\tCompleted 3122 to KZ711210: 29.399494936611667\n", - "11:59:26\tCompleted 3116 to KZ551600: 498.5922586675142\n", - "11:59:26\tCompleted 3063 to KZ791510: 2097.7749716627304\n", - "11:59:26\tCompleted 3099 to KZ791110: 1754.0310781021064\n", - "11:59:27\tCompleted 3074 to KZ194400: 2060.884870884967\n", - "11:59:27\tCompleted 3106 to KZ395200: 2109.529043651338\n", - "11:59:27\tCompleted 3098 to KZ391000: 1055.0587338989278\n", - "11:59:27\tCompleted 3086 to KZ392000: 1713.728768938011\n", - "11:59:27\tCompleted 3093 to KZ711210: 58.0597612221836\n", - "11:59:27\tCompleted 3068 to KZ194600: 2754.7639836812577\n", - "11:59:27\tCompleted 3096 to KZ191600: 3987.6562534912528\n", - "11:59:27\tCompleted 3137 to KZ554200: 1720.298539816441\n", - "11:59:27\tCompleted 3125 to KZ196000: 1782.119264040965\n", - "11:59:27\tCompleted 3075 to KZ635200: 1243.0509374470005\n", - "11:59:28\tCompleted 3083 to KZ632200: 311.9635098079163\n", - "11:59:28\tCompleted 3070 to KZ431000: 1655.9727715008341\n", - "11:59:28\tCompleted 3069 to KZ634000: 2507.679646650751\n", - "11:59:28\tCompleted 3122 to KZ711310: 50.99188347520089\n", - "11:59:28\tCompleted 3128 to KZ596600: 1654.2072630801074\n", - "11:59:28\tCompleted 3129 to KZ615800: 2225.1896708435875\n", - "11:59:28\tCompleted 3103 to KZ196400: 1868.6806694920065\n", - "11:59:28\tCompleted 3055 to KZ556800: 1806.627398139428\n", - "11:59:28\tCompleted 3133 to KZ751510: 3101.686193919049\n", - "11:59:28\tCompleted 3112 to KZ635200: 1741.376061863318\n", - "11:59:28\tCompleted 3123 to KZ274200: 3741.8990588441816\n", - "11:59:28\tCompleted 3132 to KZ194000: 1424.0345536740135\n", - "11:59:29\tCompleted 3126 to KZ355600: 1407.6927343114633\n", - "11:59:29\tCompleted 3117 to KZ274800: 3299.0740769313106\n", - "11:59:29\tCompleted 3066 to KZ275000: 1776.0756413276667\n", - "11:59:29\tCompleted 3093 to KZ711310: 48.31982052929815\n", - "11:59:29\tCompleted 3138 to KZ613800: 2212.635797443719\n", - "11:59:29\tCompleted 3116 to KZ553200: 617.5402520742216\n", - "11:59:29\tCompleted 3087 to KZ556000: 1939.4181886014069\n", - "11:59:29\tCompleted 3091 to KZ315400: 1612.7668529694345\n", - "11:59:29\tCompleted 3114 to KZ393400: 2270.2463559130683\n", - "11:59:29\tCompleted 3076 to KZ434800: 2140.53537705038211:59:29\tCompleted 3072 to KZ275800: 2669.091850478491\n", - "\n", - "11:59:29\tCompleted 3056 to KZ274800: 2361.705288822208\n", - "11:59:29\tCompleted 3071 to KZ791510: 1791.4773321652322\n", - "11:59:29\tCompleted 3059 to KZ635400: 2343.47843933887\n", - "11:59:30\tCompleted 3106 to KZ391000: 1921.0955548594707\n", - "11:59:30\tCompleted 3111 to KZ195000: 4199.404415046511\n", - "11:59:30\tCompleted 3053 to KZ631000: 1810.5224440712225\n", - "11:59:30\tCompleted 3080 to KZ196800: 1801.1795292310057\n", - "11:59:30\tCompleted 3110 to KZ114400: 2735.877990016312\n", - "11:59:30\tCompleted 3052 to KZ751310: 1982.6193239699244\n", - "11:59:30\tCompleted 3077 to KZ556000: 1543.6871954806836\n", - "11:59:30\tCompleted 3108 to KZ791510: 1674.9237412629661\n", - "11:59:30\tCompleted 3121 to KZ395600: 1109.4944713175487\n", - "11:59:31\tCompleted 3099 to KZ791310: 1729.9081945441974\n", - "11:59:31\tCompleted 3127 to KZ394400: 1549.5983700346558\n", - "11:59:31\tCompleted 3122 to KZ555200: 792.6161883333396\n", - "11:59:31\tCompleted 3132 to KZ196400: 1169.1576519387236\n", - "11:59:31\tCompleted 3075 to KZ632400: 1034.2920369339415\n", - "11:59:31\tCompleted 3133 to KZ231000: 953.6976595997008\n", - "11:59:31\tCompleted 3098 to KZ395400: 1098.4226288242417\n", - "11:59:31\tCompleted 3078 to KZ271000: 3435.8081539225723\n", - "11:59:31\tCompleted 3138 to KZ273200: 1048.7420412155977\n", - "11:59:31\tCompleted 3116 to KZ553600: 548.311505429958711:59:31\tCompleted 3061 to KZ431000: 1719.913896997789\n", - "\n", - "11:59:31\tCompleted 3119 to KZ191600: 1509.5287611335666\n", - "11:59:31\tCompleted 3104 to KZ635800: 1738.777880621268\n", - "11:59:31\tCompleted 3063 to KZ791710: 2069.275032312444\n", - "11:59:31\tCompleted 3136 to KZ433200: 3673.826326526437\n", - "11:59:31\tCompleted 3074 to KZ194600: 1694.6857057591997\n", - "11:59:31\tCompleted 3137 to KZ791110: 1646.531878769011\n", - "11:59:31\tCompleted 3054 to KZ434400: 2132.7347232596912\n", - "11:59:32\tCompleted 3092 to KZ434600: 2032.1775624538539\n", - "11:59:32\tCompleted 3083 to KZ635200: 1227.5007283004545\n", - "11:59:32\tCompleted 3097 to KZ233600: 3038.906521462757\n", - "11:59:32\tCompleted 3128 to KZ595000: 1488.6472817678084\n", - "11:59:32\tCompleted 3125 to KZ191000: 1660.6090708055542\n", - "11:59:32\tCompleted 3126 to KZ352100: 1500.9528887817664\n", - "11:59:32\tCompleted 3112 to KZ632400: 1534.033099056914\n", - "11:59:32\tCompleted 3090 to KZ191600: 1896.24835584813911:59:32\tCompleted 3093 to KZ555200: 792.1346797504862\n", - "\n", - "11:59:32\tCompleted 3058 to KZ751710: 1832.600126174384\n", - "11:59:32\tCompleted 3096 to KZ195200: 3925.4212766259852\n", - "11:59:32\tCompleted 3114 to KZ391600: 2529.4425991636335\n", - "11:59:33\tCompleted 3122 to KZ551600: 526.0494663477934\n", - "11:59:33\tCompleted 3124 to KZ113200: 2318.730672543394\n", - "11:59:33\tCompleted 3129 to KZ612600: 1934.5696819580905\n", - "11:59:33\tCompleted 3086 to KZ395600: 1590.8821182290874\n", - "11:59:33\tCompleted 3070 to KZ435200: 1732.2790777292496\n", - "11:59:33\tCompleted 3103 to KZ196800: 1469.0996577503597\n", - "11:59:33\tCompleted 3106 to KZ395400: 1959.4719390581301\n", - "11:59:33\tCompleted 3132 to KZ196800: 1335.3354924542557\n", - "11:59:33\tCompleted 3088 to KZ275000: 3294.002528620344\n", - "11:59:33\tCompleted 3120 to KZ235600: 3032.641484293281\n", - "11:59:33\tCompleted 3091 to KZ315600: 1739.2159218672828\n", - "11:59:34\tCompleted 3116 to KZ552200: 460.07530828746764\n", - "11:59:34\tCompleted 3075 to KZ632800: 819.4106390165175\n", - "11:59:34\tCompleted 3138 to KZ274400: 978.8084412271588\n", - "11:59:34\tCompleted 3056 to KZ275800: 1831.2881128106246\n", - "11:59:34\tCompleted 3133 to KZ234000: 1086.095561163832\n", - "11:59:34\tCompleted 3055 to KZ554800: 1804.282339370502\n", - "11:59:34\tCompleted 3052 to KZ751410: 1998.2869430606843\n", - "11:59:35\tCompleted 3076 to KZ433600: 2340.378140592271\n", - "11:59:35\tCompleted 3069 to KZ635400: 3015.9155602224287\n", - "11:59:35\tCompleted 3100 to KZ271000: 2945.62416860142\n", - "11:59:35\tCompleted 3093 to KZ551600: 525.56795776494\n", - "11:59:35\tCompleted 3122 to KZ553200: 644.9974597545009\n", - "11:59:35\tCompleted 3099 to KZ791510: 1728.448719690447\n", - "11:59:35\tCompleted 3126 to KZ352200: 1303.232392835806\n", - "11:59:35\tCompleted 3098 to KZ392000: 1189.5502380512726\n", - "11:59:35\tCompleted 3059 to KZ635000: 1870.8116494272429\n", - "11:59:35\tCompleted 3080 to KZ191600: 1718.0790723631628\n", - "11:59:35\tCompleted 3053 to KZ634600: 2269.251971536627\n", - "11:59:35\tCompleted 3071 to KZ791710: 1763.9584062514798\n", - "11:59:35\tCompleted 3077 to KZ556800: 1744.3751203526256\n", - "11:59:35\tCompleted 3114 to KZ393600: 2069.6440375271163\n", - "11:59:35\tCompleted 3104 to KZ636200: 1407.6912028231347\n", - "11:59:35\tCompleted 3094 to KZ276600: 2941.323510763607\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:59:35\tCompleted 3116 to KZ554600: 542.251780789278411:59:35\tCompleted 3075 to KZ636800: 809.4124929577648\n", - "\n", - "11:59:36\tCompleted 3066 to KZ274800: 2300.9634491391616\n", - "11:59:36\tCompleted 3106 to KZ392000: 1756.3778131046638\n", - "11:59:36\tCompleted 3083 to KZ632400: 1018.7418277873956\n", - "11:59:36\tCompleted 3097 to KZ633200: 1193.5532114555465\n", - "11:59:36\tCompleted 3128 to KZ593600: 1603.1958860521022\n", - "11:59:36\tCompleted 3132 to KZ191600: 1252.2350355864128\n", - "11:59:36\tCompleted 3108 to KZ791710: 1647.404815349213811:59:36\tCompleted 3110 to KZ114600: 3341.9471389889545\n", - "\n", - "11:59:36\tCompleted 3127 to KZ433200: 2258.5531626782504\n", - "11:59:36\tCompleted 3112 to KZ632800: 1275.9613444342058\n", - "11:59:36\tCompleted 3119 to KZ195200: 1530.5830902108632\n", - "11:59:37\tCompleted 3122 to KZ553600: 596.000457989474111:59:37\tCompleted 3087 to KZ556800: 2140.1061134733454\n", - "\n", - "11:59:37\tCompleted 3121 to KZ395800: 1411.8785467240223\n", - "11:59:37\tCompleted 3117 to KZ275800: 2768.6569009197324\n", - "11:59:37\tCompleted 3054 to KZ431000: 1810.0375694054942\n", - "11:59:37\tCompleted 3093 to KZ553200: 644.5159511716475\n", - "11:59:37\tCompleted 3138 to KZ275400: 1653.996873184181\n", - "11:59:37\tCompleted 3074 to KZ194800: 1849.640310015798\n", - "11:59:37\tCompleted 3136 to KZ431900: 3176.5459622355684\n", - "11:59:37\tCompleted 3068 to KZ194800: 2887.7526856823492\n", - "11:59:37\tCompleted 3137 to KZ791310: 1624.2503298086133\n", - "11:59:37\tCompleted 3133 to KZ234200: 1613.253843488338\n", - "11:59:37\tCompleted 3061 to KZ435200: 1796.2202032262044\n", - "11:59:37\tCompleted 3129 to KZ616000: 2252.328886576199\n", - "11:59:38\tCompleted 3058 to KZ751810: 1786.4591939404827\n", - "11:59:38\tCompleted 3070 to KZ434800: 1647.302167654333\n", - "11:59:38\tCompleted 3103 to KZ191600: 1521.0890638163683\n", - "11:59:38\tCompleted 3111 to KZ194400: 4022.690285811258\n", - "11:59:38\tCompleted 3114 to KZ396400: 1903.4789154399023\n", - "11:59:38\tCompleted 3125 to KZ196200: 1655.9752196187535\n", - "11:59:38\tCompleted 3083 to KZ632800: 775.2474355332373\n", - "11:59:38\tCompleted 3124 to KZ113400: 2396.591709348732\n", - "11:59:38\tCompleted 3091 to KZ316000: 1810.7119309642096\n", - "11:59:38\tCompleted 3122 to KZ552200: 487.53251596774686\n", - "11:59:38\tCompleted 3059 to KZ632200: 1220.491968193508\n", - "11:59:38\tCompleted 3098 to KZ395600: 1092.4996731955575\n", - "11:59:38\tCompleted 3063 to KZ611600: 2018.4496934597682\n", - "11:59:38\tCompleted 3055 to KZ556400: 1749.0567598753257\n", - "11:59:38\tCompleted 3086 to KZ395800: 1893.26619363556\n", - "11:59:38\tCompleted 3138 to KZ273600: 821.956132166691\n", - "11:59:38\tCompleted 3126 to KZ352300: 2083.1879772992315\n", - "11:59:39\tCompleted 3106 to KZ395600: 2069.9440190856326\n", - "11:59:39\tCompleted 3090 to KZ195200: 1917.3026849254356\n", - "11:59:39\tCompleted 3052 to KZ751710: 2034.002896890945\n", - "11:59:39\tCompleted 3132 to KZ195200: 1329.5420006712213\n", - "11:59:39\tCompleted 3075 to KZ635800: 1260.3306783616754\n", - "11:59:39\tCompleted 3056 to KZ276000: 2247.119138565687\n", - "11:59:39\tCompleted 3053 to KZ634400: 1790.969934448520211:59:39\tCompleted 3072 to KZ276000: 3084.922876233526\n", - "\n", - "11:59:39\tCompleted 3093 to KZ553600: 595.5189494066207\n", - "11:59:39\tCompleted 3092 to KZ434400: 2375.1269614155804\n", - "11:59:39\tCompleted 3116 to KZ555600: 1080.2964973540184\n", - "11:59:39\tCompleted 3099 to KZ791710: 1700.9297937766946\n", - "11:59:40\tCompleted 3128 to KZ595200: 1600.64601910933811:59:40\tCompleted 3096 to KZ195000: 4371.550435942953\n", - "\n", - "11:59:40\tCompleted 3076 to KZ434000: 2535.020448298683\n", - "11:59:40\tCompleted 3066 to KZ275800: 1770.5462731275775\n", - "11:59:40\tCompleted 3080 to KZ195200: 1795.3860374479714\n", - "11:59:40\tCompleted 3110 to KZ114800: 2288.3795677985963\n", - "11:59:40\tCompleted 3112 to KZ636800: 1309.1535550807378\n", - "11:59:40\tCompleted 3122 to KZ554600: 569.7089884695578\n", - "11:59:40\tCompleted 3077 to KZ554800: 1748.351681200342\n", - "11:59:40\tCompleted 3114 to KZ394000: 1971.18004176669\n", - "11:59:40\tCompleted 3120 to KZ233600: 3038.4034730934054\n", - "11:59:40\tCompleted 3138 to KZ276600: 903.7813788656671\n", - "11:59:40\tCompleted 3119 to KZ195000: 1459.1235990362654\n", - "11:59:40\tCompleted 3104 to KZ636400: 1823.9630785195313\n", - "11:59:40\tCompleted 3069 to KZ635000: 2543.2487703107986\n", - "11:59:40\tCompleted 3083 to KZ636800: 793.8622838112188\n", - "11:59:41\tCompleted 3126 to KZ352800: 1330.3548155327728\n", - "11:59:41\tCompleted 3078 to KZ274000: 4099.495843861779\n", - "11:59:41\tCompleted 3075 to KZ636200: 927.8280628568874\n", - "11:59:41\tCompleted 3121 to KZ392400: 1138.065472750361\n", - "11:59:41\tCompleted 3108 to KZ611600: 1725.366099808142\n", - "11:59:41\tCompleted 3093 to KZ552200: 487.05100738489347\n", - "11:59:41\tCompleted 3116 to KZ551000: 535.16790313785\n", - "11:59:41\tCompleted 3088 to KZ274800: 3818.890336431837\n", - "11:59:41\tCompleted 3133 to KZ234600: 1728.4241419264197\n", - "11:59:41\tCompleted 3127 to KZ431900: 1743.4489764604189\n", - "11:59:41\tCompleted 3097 to KZ634800: 1707.9172166009075\n", - "11:59:41\tCompleted 3132 to KZ195000: 1180.413437980446\n", - "11:59:41\tCompleted 3071 to KZ611600: 1841.919690710408\n", - "11:59:42\tCompleted 3100 to KZ274000: 3609.3118585406264\n", - "11:59:42\tCompleted 3137 to KZ791510: 1634.3681058048817\n", - "11:59:42\tCompleted 3124 to KZ113600: 2075.1088275089705\n", - "11:59:42\tCompleted 3054 to KZ435200: 1886.3438756339096\n", - "11:59:42\tCompleted 3106 to KZ395800: 2325.1021308543486\n", - "11:59:42\tCompleted 3058 to KZ751910: 1787.3978755767052\n", - "11:59:42\tCompleted 3138 to KZ275000: 780.0961395399279\n", - "11:59:42\tCompleted 3136 to KZ434600: 3210.21053266194611:59:42\tCompleted 3087 to KZ554800: 2137.7610547044205\n", - "\n", - "11:59:42\tCompleted 3061 to KZ434800: 1711.2432931512878\n", - "11:59:42\tCompleted 3125 to KZ192600: 1715.9649149044283\n", - "11:59:42\tCompleted 3074 to KZ195600: 2054.5993215490726\n", - "11:59:42\tCompleted 3098 to KZ395800: 1334.6381112654733\n", - "11:59:43\tCompleted 3103 to KZ195200: 1542.143392893665\n", - "11:59:43\tCompleted 3091 to KZ316600: 1663.6903447439167\n", - "11:59:43\tCompleted 3094 to KZ275000: 2817.638271437862\n", - "11:59:43\tCompleted 3086 to KZ392400: 1619.4531196619002\n", - "11:59:43\tCompleted 3114 to KZ396800: 2102.651842557031\n", - "11:59:43\tCompleted 3128 to KZ591000: 1490.861747861876\n", - "11:59:43\tCompleted 3129 to KZ613800: 2400.5830195950775\n", - "11:59:43\tCompleted 3133 to KZ234800: 785.9129419584239\n", - "11:59:43\tCompleted 3093 to KZ554600: 569.2274798867044\n", - "11:59:43\tCompleted 3063 to KZ613600: 2072.6448301035903\n", - "11:59:43\tCompleted 3055 to KZ554200: 1912.580042111867\n", - "11:59:43\tCompleted 3126 to KZ356400: 1523.2617632848107\n", - "11:59:43\tCompleted 3122 to KZ555600: 1107.7537050342976\n", - "11:59:44\tCompleted 3116 to KZ556000: 583.2892853458671\n", - "11:59:44\tCompleted 3104 to KZ631000: 1353.8255894911808\n", - "11:59:44\tCompleted 3056 to KZ276200: 1966.5053518317663\n", - "11:59:44\tCompleted 3070 to KZ433600: 1847.144931196234\n", - "11:59:44\tCompleted 3099 to KZ611600: 1778.891078235623\n", - "11:59:44\tCompleted 3090 to KZ195000: 1845.843193750836\n", - "11:59:44\tCompleted 3080 to KZ195000: 1646.257474757196\n", - "11:59:44\tCompleted 3120 to KZ633200: 1209.6491529117345\n", - "11:59:44\tCompleted 3052 to KZ751810: 1987.8619646570437\n", - "11:59:44\tCompleted 3053 to KZ313600: 2318.2096264601146\n", - "11:59:44\tCompleted 3077 to KZ556400: 1686.8044820885234\n", - "11:59:44\tCompleted 3083 to KZ635800: 1244.7804692151294\n", - "11:59:44\tCompleted 3092 to KZ431000: 1715.948530562086\n", - "11:59:44\tCompleted 3106 to KZ392400: 1855.5784407844153\n", - "11:59:44\tCompleted 3132 to KZ194400: 1558.3250873849631\n", - "11:59:44\tCompleted 3110 to KZ111010: 2679.68906857655\n", - "11:59:45\tCompleted 3121 to KZ396200: 946.4885587241434\n", - "11:59:45\tCompleted 3111 to KZ194600: 4033.2072518157547\n", - "11:59:45\tCompleted 3075 to KZ636400: 1473.9953415387834\n", - "11:59:45\tCompleted 3117 to KZ276000: 3184.4879266747676\n", - "11:59:45\tCompleted 3112 to KZ635800: 1758.655802777993111:59:45\tCompleted 3069 to KZ632200: 1892.9290890771072\n", - "\n", - "11:59:45\tCompleted 3138 to KZ274800: 1304.9839473514428\n", - "11:59:45\tCompleted 3097 to KZ633400: 1093.2724370130054\n", - "11:59:45\tCompleted 3114 to KZ394800: 1845.7289703045744\n", - "11:59:45\tCompleted 3129 to KZ273200: 898.9283327166128\n", - "11:59:45\tCompleted 3124 to KZ113800: 1923.255949217995\n", - "11:59:45\tCompleted 3059 to KZ635200: 2136.4166972202656\n", - "11:59:45\tCompleted 3108 to KZ613600: 1580.15836128219\n", - "11:59:45\tCompleted 3133 to KZ235200: 909.7653651253501\n", - "11:59:45\tCompleted 3126 to KZ352400: 1281.7691734265534\n", - "11:59:46\tCompleted 3137 to KZ791710: 1605.868166454593\n", - "11:59:46\tCompleted 3096 to KZ194400: 4194.836306707697\n", - "11:59:46\tCompleted 3122 to KZ551000: 562.6251108181293\n", - "11:59:46\tCompleted 3068 to KZ195600: 3114.677599471123\n", - "11:59:46\tCompleted 3119 to KZ194400: 1781.5591518758588\n", - "11:59:46\tCompleted 3098 to KZ392400: 1121.0706746283702\n", - "11:59:46\tCompleted 3066 to KZ276000: 2186.3772988826404\n", - "11:59:46\tCompleted 3116 to KZ556800: 783.9772102178092\n", - "11:59:46\tCompleted 3138 to KZ275800: 774.5667713398376\n", - "11:59:46\tCompleted 3076 to KZ471000: 4090.892561732113\n", - "11:59:46\tCompleted 3054 to KZ434800: 1801.3669655589931\n", - "11:59:47\tCompleted 3093 to KZ555600: 1107.2721964514442\n", - "11:59:47\tCompleted 3127 to KZ434600: 1777.1135468867992\n", - "11:59:47\tCompleted 3058 to KZ751510: 1779.8864016471607\n", - "11:59:47\tCompleted 3086 to KZ396200: 1427.876205635682\n", - "11:59:47\tCompleted 3075 to KZ631000: 873.9624495249333\n", - "11:59:47\tCompleted 3071 to KZ613600: 1696.711952184456\n", - "11:59:47\tCompleted 3132 to KZ194600: 1192.125922259196\n", - "11:59:47\tCompleted 3129 to KZ274400: 828.9947327281739\n", - "11:59:47\tCompleted 3083 to KZ636200: 912.2778537103414\n", - "11:59:47\tCompleted 3072 to KZ276200: 2804.3090894996217\n", - "11:59:47\tCompleted 3128 to KZ595600: 1724.7493343837982\n", - "11:59:47\tCompleted 3136 to KZ434400: 3553.1599316236716\n", - "11:59:47\tCompleted 3103 to KZ195000: 1470.683901719067\n", - "11:59:47\tCompleted 3106 to KZ396200: 2295.6073632941416\n", - "11:59:47\tCompleted 3125 to KZ196600: 1975.0418714940463\n", - "11:59:47\tCompleted 3087 to KZ556400: 2082.5354752092467\n", - "11:59:48\tCompleted 3091 to KZ316200: 2077.5937947690563\n", - "11:59:48\tCompleted 3114 to KZ395000: 2164.640295102878\n", - "11:59:48\tCompleted 3133 to KZ235600: 1004.8031311457781\n", - "11:59:48\tCompleted 3122 to KZ556000: 610.746493026146511:59:48\tCompleted 3097 to KZ633600: 834.6041283588845\n", - "\n", - "11:59:48\tCompleted 3056 to KZ271000: 1984.1983072459948\n", - "11:59:48\tCompleted 3099 to KZ613600: 1633.683339709671\n", - "11:59:48\tCompleted 3061 to KZ433600: 1911.0860566931888\n", - "11:59:48\tCompleted 3121 to KZ396600: 954.4073995153426\n", - "11:59:48\tCompleted 3074 to KZ195800: 2116.748048829038\n", - "11:59:48\tCompleted 3063 to KZ614000: 2118.003668776164\n", - "11:59:48\tCompleted 3112 to KZ636200: 1427.56912497986\n", - "11:59:49\tCompleted 3093 to KZ551000: 562.1436022352759\n", - "11:59:49\tCompleted 3088 to KZ275800: 3288.473160420259\n", - "11:59:49\tCompleted 3100 to KZ274200: 3716.6278467003926\n", - "11:59:49\tCompleted 3126 to KZ356000: 2200.458462714696\n", - "11:59:49\tCompleted 3124 to KZ114500: 2356.7748710517685\n", - "11:59:49\tCompleted 3138 to KZ276000: 1190.3977970949043\n", - "11:59:49\tCompleted 3132 to KZ194800: 1347.0805265157942\n", - "11:59:49\tCompleted 3077 to KZ554200: 1856.649383941707\n", - "11:59:49\tCompleted 3116 to KZ554800: 788.6726982622648\n", - "11:59:49\tCompleted 3052 to KZ751910: 1988.8006462932663\n", - "11:59:49\tCompleted 3108 to KZ614000: 1708.571023823929\n", - "11:59:49\tCompleted 3053 to KZ314000: 2176.5662623117237\n", - "11:59:49\tCompleted 3098 to KZ396200: 929.4937606021523\n", - "11:59:49\tCompleted 3080 to KZ194400: 2024.1691241617132\n", - "11:59:49\tCompleted 3078 to KZ274200: 4206.811832021556\n", - "11:59:49\tCompleted 3104 to KZ634600: 1812.5551169565954\n", - "11:59:49\tCompleted 3110 to KZ116000: 2846.4582631980384\n", - "11:59:50\tCompleted 3137 to KZ611600: 1555.0428276019163\n", - "11:59:50\tCompleted 3092 to KZ435200: 1792.2548367905015\n", - "11:59:50\tCompleted 3055 to KZ791110: 2398.992394161845\n", - "11:59:50\tCompleted 3106 to KZ396600: 2207.3124954416094\n", - "11:59:50\tCompleted 3120 to KZ634800: 1764.9763281159278\n", - "11:59:50\tCompleted 3133 to KZ233600: 1010.5651199458943\n", - "11:59:50\tCompleted 3102 to KZ113200: 204.96413825515123\n", - "11:59:50\tCompleted 3075 to KZ634600: 1334.1079146970028\n", - "11:59:50\tCompleted 3129 to KZ275400: 1504.183164685196\n", - "11:59:50\tCompleted 3114 to KZ395200: 2242.841027837447\n", - "11:59:50\tCompleted 3086 to KZ396600: 1435.7950464268813\n", - "11:59:50\tCompleted 3138 to KZ276200: 909.7840103609806\n", - "11:59:50\tCompleted 3128 to KZ596000: 1367.564350330708\n", - "11:59:50\tCompleted 3093 to KZ556000: 610.2649844432931\n", - "11:59:50\tCompleted 3122 to KZ556800: 811.4344178980886\n", - "11:59:51\tCompleted 3119 to KZ194600: 1726.639993916884\n", - "11:59:51\tCompleted 3090 to KZ194400: 2168.278746590431\n", - "11:59:51\tCompleted 3059 to KZ632400: 1929.0737344138668\n", - "11:59:51\tCompleted 3097 to KZ633800: 1135.1894758394137\n", - "11:59:51\tCompleted 3094 to KZ274800: 3342.526079249355\n", - "11:59:51\tCompleted 3102 to KZ113400: 179.8210902483114\n", - "11:59:51\tCompleted 3083 to KZ636400: 1429.832138055503\n", - "11:59:51\tCompleted 3070 to KZ434000: 2150.5606767282375\n", - "11:59:51\tCompleted 3069 to KZ635200: 2808.8538181038125\n", - "11:59:51\tCompleted 3125 to KZ194200: 1476.991613666581\n", - "11:59:51\tCompleted 3066 to KZ276200: 1905.7635121487192\n", - "11:59:51\tCompleted 3091 to KZ311000: 1848.9631629750756\n", - "11:59:52\tCompleted 3096 to KZ194600: 4205.35327271219111:59:52\tCompleted 3116 to KZ556400: 726.406571953707\n", - "\n", - "11:59:52\tCompleted 3136 to KZ431000: 2893.981500770205\n", - "11:59:52\tCompleted 3079 to KZ113200: 1023.5856765641047\n", - "11:59:52\tCompleted 3074 to KZ196000: 1410.2343080994099\n", - "11:59:52\tCompleted 3129 to KZ273600: 672.142423667706\n", - "11:59:52\tCompleted 3132 to KZ195600: 1552.039538049069\n", - "11:59:52\tCompleted 3111 to KZ194800: 4301.322903869757\n", - "11:59:52\tCompleted 3127 to KZ434400: 2120.062945848534\n", - "11:59:52\tCompleted 3075 to KZ634400: 855.8258776088866\n", - "11:59:52\tCompleted 3124 to KZ114000: 2128.6223619025777\n", - "11:59:52\tCompleted 3126 to KZ354400: 2048.09230827237\n", - "11:59:52\tCompleted 3138 to KZ271000: 927.4769657752075\n", - "11:59:52\tCompleted 3102 to KZ113600: 185.42054516824132\n", - "11:59:52\tCompleted 3054 to KZ433600: 2001.209729100894\n", - "11:59:52\tCompleted 3106 to KZ394200: 1983.789101399655\n", - "11:59:52\tCompleted 3098 to KZ396600: 937.4126013933516\n", - "11:59:52\tCompleted 3076 to KZ473600: 3671.9177957091697\n", - "11:59:52\tCompleted 3099 to KZ614000: 1762.0960022514098\n", - "11:59:52\tCompleted 3058 to KZ231000: 2802.2995492124815\n", - "11:59:53\tCompleted 3071 to KZ614000: 1825.124614726195\n", - "11:59:53\tCompleted 3121 to KZ394200: 1403.3177782691012\n", - "11:59:53\tCompleted 3120 to KZ633400: 1109.3683784691932\n", - "11:59:53\tCompleted 3104 to KZ634400: 1334.2730798684786\n", - "11:59:53\tCompleted 3053 to KZ314800: 1876.6852586040711\n", - "11:59:53\tCompleted 3122 to KZ554800: 816.1299059425442\n", - "11:59:53\tCompleted 3093 to KZ556800: 810.9529093152352\n", - "11:59:53\tCompleted 3112 to KZ636400: 1836.385156553541\n", - "11:59:53\tCompleted 3087 to KZ554200: 2246.058757445785\n", - "11:59:53\tCompleted 3052 to KZ751510: 1981.2891723637217\n", - "11:59:53\tCompleted 3114 to KZ391000: 2054.4075390455864\n", - "11:59:53\tCompleted 3083 to KZ631000: 858.4122403783873\n", - "11:59:53\tCompleted 3110 to KZ116400: 2616.521831813615\n", - "11:59:54\tCompleted 3056 to KZ274000: 2647.8859971851825\n", - "11:59:54\tCompleted 3137 to KZ613600: 1609.2379642457383\n", - "11:59:54\tCompleted 3102 to KZ113800: 373.33408440146485\n", - "11:59:54\tCompleted 3129 to KZ276600: 753.967670366682\n", - "11:59:54\tCompleted 3080 to KZ194600: 1657.969959035946\n", - "11:59:54\tCompleted 3117 to KZ276200: 2903.874139940863\n", - "11:59:54\tCompleted 3103 to KZ194400: 1793.1194545586604\n", - "11:59:54\tCompleted 3108 to KZ613900: 1985.3227229651227\n", - "11:59:54\tCompleted 3063 to KZ613900: 2354.9236659458797\n", - "11:59:54\tCompleted 3068 to KZ195800: 2978.9831998210907\n", - "11:59:54\tCompleted 3079 to KZ113400: 1101.4467133694648\n", - "11:59:54\tCompleted 3116 to KZ554200: 922.2376077360079\n", - "11:59:55\tCompleted 3106 to KZ394400: 1771.776168367463\n", - "11:59:55\tCompleted 3128 to KZ596200: 1754.5638000018857\n", - "11:59:55\tCompleted 3125 to KZ751210: 1575.209792975057\n", - "11:59:55\tCompleted 3077 to KZ791110: 2169.492863259979\n", - "11:59:55\tCompleted 3132 to KZ195800: 1614.188265329037\n", - "11:59:55\tCompleted 3102 to KZ114500: 316.6083832333028\n", - "11:59:55\tCompleted 3061 to KZ434000: 2127.114587129279\n", - "11:59:55\tCompleted 3138 to KZ274000: 1591.1646557144156\n", - "11:59:55\tCompleted 3120 to KZ633600: 891.6632398739049\n", - "11:59:55\tCompleted 3092 to KZ434800: 1707.277926715585\n", - "11:59:55\tCompleted 3086 to KZ394200: 1884.7054251806408\n", - "11:59:55\tCompleted 3119 to KZ194800: 1859.6286959179429\n", - "11:59:55\tCompleted 3097 to KZ634000: 1382.3922737364421\n", - "11:59:55\tCompleted 3129 to KZ275000: 630.282431040943\n", - "11:59:55\tCompleted 3126 to KZ351800: 2069.1270229153947\n", - "11:59:55\tCompleted 3072 to KZ271000: 2822.0020449138374\n", - "11:59:55\tCompleted 3127 to KZ431000: 1460.8845149950314\n", - "11:59:56\tCompleted 3124 to KZ117000: 2149.284173536411\n", - "11:59:56\tCompleted 3122 to KZ556400: 753.8637796339864\n", - "11:59:56\tCompleted 3059 to KZ632800: 1679.3006089090754\n", - "11:59:56\tCompleted 3091 to KZ315000: 1966.1719792087085\n", - "11:59:56\tCompleted 3074 to KZ191000: 1517.9514285084942\n", - "11:59:56\tCompleted 3088 to KZ276000: 3704.304186175294\n", - "11:59:56\tCompleted 3136 to KZ435200: 2970.287806998612\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:59:56\tCompleted 3102 to KZ114000: 252.75136966574195\n", - "11:59:56\tCompleted 3093 to KZ554800: 815.6483973596908\n", - "11:59:56\tCompleted 3079 to KZ113600: 779.9638315296712\n", - "11:59:56\tCompleted 3055 to KZ791310: 2376.710845201445\n", - "11:59:56\tCompleted 3098 to KZ394200: 1326.077342810552\n", - "11:59:57\tCompleted 3066 to KZ271000: 1923.456467562947611:59:57\tCompleted 3114 to KZ395400: 2092.7839232442448\n", - "\n", - "11:59:57\tCompleted 3053 to KZ315400: 1839.232606684899\n", - "11:59:57\tCompleted 3083 to KZ634600: 1318.5577055504568\n", - "11:59:57\tCompleted 3132 to KZ196000: 907.6745245994011\n", - "11:59:57\tCompleted 3112 to KZ631000: 1373.703511647906\n", - "11:59:57\tCompleted 3069 to KZ632400: 2601.5108552974375\n", - "11:59:57\tCompleted 3110 to KZ116800: 2944.6514530383665\n", - "11:59:57\tCompleted 3090 to KZ194600: 2113.3595886314542\n", - "11:59:57\tCompleted 3102 to KZ117000: 175.38371311234584\n", - "11:59:57\tCompleted 3106 to KZ433200: 2069.58937004962\n", - "11:59:57\tCompleted 3096 to KZ194800: 4473.468924766196\n", - "11:59:57\tCompleted 3133 to KZ633200: 3328.7544257781005\n", - "11:59:57\tCompleted 3137 to KZ614000: 1654.5968029183143\n", - "11:59:58\tCompleted 3121 to KZ394400: 1483.204989403863\n", - "11:59:58\tCompleted 3108 to KZ612000: 1505.5799237890853\n", - "11:59:58\tCompleted 3075 to KZ313600: 2288.098256973960411:59:58\tCompleted 3128 to KZ596400: 1269.444388961399\n", - "\n", - "11:59:58\tCompleted 3129 to KZ274800: 1155.170238852458\n", - "11:59:58\tCompleted 3079 to KZ113800: 628.110953238695\n", - "11:59:58\tCompleted 3094 to KZ275800: 2812.1089032377768\n", - "11:59:58\tCompleted 3080 to KZ194800: 1812.9245632925442\n", - "11:59:58\tCompleted 3104 to KZ313600: 1860.6699868848689\n", - "11:59:58\tCompleted 3120 to KZ633800: 1192.2485873544335\n", - "11:59:58\tCompleted 3063 to KZ612000: 1860.7953066116352\n", - "11:59:58\tCompleted 3138 to KZ274200: 1698.4806438742\n", - "11:59:58\tCompleted 3122 to KZ554200: 949.6948154162872\n", - "11:59:58\tCompleted 3102 to KZ114400: 245.79606437695813\n", - "11:59:58\tCompleted 3093 to KZ556400: 753.382271051133\n", - "11:59:58\tCompleted 3125 to KZ751110: 1582.8151751317364\n", - "11:59:59\tCompleted 3054 to KZ434000: 2211.4625237783707\n", - "11:59:59\tCompleted 3087 to KZ791110: 2321.174973980126\n", - "11:59:59\tCompleted 3083 to KZ634400: 840.2756684623406\n", - "11:59:59\tCompleted 3076 to KZ474200: 4118.541956775692\n", - "11:59:59\tCompleted 3132 to KZ191000: 1015.3916450084905\n", - "11:59:59\tCompleted 3099 to KZ613900: 2038.8477013926038\n", - "11:59:59\tCompleted 3124 to KZ114400: 2071.770237824801\n", - "11:59:59\tCompleted 3111 to KZ195600: 4378.103471624969\n", - "11:59:59\tCompleted 3071 to KZ613900: 2101.876313867389\n", - "11:59:59\tCompleted 3127 to KZ435200: 1537.1908212234468\n", - "11:59:59\tCompleted 3129 to KZ275800: 624.7530628408526\n", - "11:59:59\tCompleted 3126 to KZ393200: 2258.537261471064\n", - "12:00:00\tCompleted 3052 to KZ231000: 2842.6382688285016\n", - "12:00:00\tCompleted 3114 to KZ392000: 1889.68979729078\n", - "12:00:00\tCompleted 3103 to KZ194600: 1738.2002965996855\n", - "12:00:00\tCompleted 3106 to KZ431900: 1944.0948726679692\n", - "12:00:00\tCompleted 3116 to KZ791110: 1674.465495200355\n", - "12:00:00\tCompleted 3102 to KZ114600: 464.5968341141426\n", - "12:00:00\tCompleted 3086 to KZ394400: 1964.5926363154022\n", - "12:00:00\tCompleted 3056 to KZ274200: 2755.2019853449488\n", - "12:00:00\tCompleted 3091 to KZ314200: 1850.3773765374488\n", - "12:00:00\tCompleted 3077 to KZ791310: 2147.211314299579\n", - "12:00:00\tCompleted 3136 to KZ434800: 2885.310896923702\n", - "12:00:00\tCompleted 3079 to KZ114500: 1071.6331147424196\n", - "12:00:00\tCompleted 3098 to KZ394400: 1442.4141054286638\n", - "12:00:01\tCompleted 3070 to KZ471000: 3207.0211243219615\n", - "12:00:01\tCompleted 3074 to KZ196200: 1874.169358770376712:00:01\tCompleted 3058 to KZ234000: 2959.433504488631\n", - "\n", - "12:00:01\tCompleted 3059 to KZ636800: 1704.1941904376906\n", - "12:00:01\tCompleted 3097 to KZ635400: 1890.6281873081484\n", - "12:00:01\tCompleted 3119 to KZ195600: 2086.553609706757\n", - "12:00:01\tCompleted 3053 to KZ315600: 1965.6816755827474\n", - "12:00:01\tCompleted 3092 to KZ433600: 1907.1206902574859\n", - "12:00:01\tCompleted 3110 to KZ111810: 2984.1822540848575\n", - "12:00:01\tCompleted 3093 to KZ554200: 949.2133068334338\n", - "12:00:02\tCompleted 3112 to KZ634600: 1832.4330391133205\n", - "12:00:02\tCompleted 3117 to KZ271000: 2921.567095355079\n", - "12:00:02\tCompleted 3132 to KZ196200: 1371.609575270373\n", - "12:00:02\tCompleted 3120 to KZ634000: 1439.4513852514624\n", - "12:00:02\tCompleted 3129 to KZ276000: 1040.584088595921\n", - "12:00:02\tCompleted 3068 to KZ196000: 2749.1116739478816\n", - "12:00:02\tCompleted 3137 to KZ613900: 1891.5168000880342\n", - "12:00:02\tCompleted 3102 to KZ114800: 714.6610658677987\n", - "12:00:02\tCompleted 3139 to KZ113200: 2202.085070035417\n", - "12:00:02\tCompleted 3057 to KZ113200: 1129.3837090151953\n", - "12:00:02\tCompleted 3128 to KZ594600: 1733.8376311291586\n", - "12:00:02\tCompleted 3091 to KZ353200: 526.8171825811777\n", - "12:00:02\tCompleted 3069 to KZ632800: 2351.7377297926705\n", - "12:00:02\tCompleted 3106 to KZ434600: 1981.9943969181745\n", - "12:00:02\tCompleted 3125 to KZ751310: 1584.3298937574978\n", - "12:00:02\tCompleted 3079 to KZ114000: 833.4773659232812\n", - "12:00:03\tCompleted 3099 to KZ612000: 1559.1049022165662\n", - "12:00:03\tCompleted 3055 to KZ791510: 2386.8286211977133\n", - "12:00:03\tCompleted 3108 to KZ614400: 1911.8555224049258\n", - "12:00:03\tCompleted 3104 to KZ314000: 1719.0266227364825\n", - "12:00:03\tCompleted 3061 to KZ471000: 3270.9622498189165\n", - "12:00:03\tCompleted 3127 to KZ434800: 1452.2139111485303\n", - "12:00:03\tCompleted 3088 to KZ276200: 3423.6903994413897\n", - "12:00:03\tCompleted 3114 to KZ395600: 2203.2560032717342\n", - "12:00:03\tCompleted 3080 to KZ195600: 2017.883574825819\n", - "12:00:03\tCompleted 3075 to KZ314000: 2146.4548928255717\n", - "12:00:03\tCompleted 3122 to KZ791110: 1624.2306593049507\n", - "12:00:03\tCompleted 3102 to KZ111010: 305.6102993917388\n", - "12:00:03\tCompleted 3072 to KZ274000: 3485.689734853044\n", - "12:00:03\tCompleted 3129 to KZ276200: 759.9703018619956\n", - "12:00:03\tCompleted 3096 to KZ195600: 4550.24949252142\n", - "12:00:03\tCompleted 3126 to KZ393400: 2266.6395277798124\n", - "12:00:04\tCompleted 3124 to KZ114600: 2677.839386797438\n", - "12:00:04\tCompleted 3066 to KZ274000: 2587.1441575021427\n", - "12:00:04\tCompleted 3063 to KZ614400: 2283.1249899337267\n", - "12:00:04\tCompleted 3071 to KZ612000: 1622.1335146913514\n", - "12:00:04\tCompleted 3090 to KZ194800: 2246.348290632513\n", - "12:00:04\tCompleted 3057 to KZ113400: 1207.8342722188672\n", - "12:00:04\tCompleted 3074 to KZ192600: 1558.550923135161812:00:04\tCompleted 3132 to KZ192600: 1055.991139635158\n", - "\n", - "12:00:04\tCompleted 3121 to KZ433200: 2224.4998143020957\n", - "12:00:05\tCompleted 3128 to KZ711110: 1008.9978468239063\n", - "12:00:05\tCompleted 3102 to KZ116000: 236.74019401694173\n", - "12:00:05\tCompleted 3083 to KZ313600: 2243.914312925379\n", - "12:00:05\tCompleted 3097 to KZ635000: 1417.961397396514\n", - "12:00:05\tCompleted 3133 to KZ634800: 3872.6113989891123\n", - "12:00:05\tCompleted 3079 to KZ117000: 864.1424172270453\n", - "12:00:05\tCompleted 3091 to KZ353600: 1158.6228239822703\n", - "12:00:05\tCompleted 3112 to KZ634400: 1354.1510020252038\n", - "12:00:05\tCompleted 3106 to KZ434400: 2018.9194092622688\n", - "12:00:05\tCompleted 3053 to KZ316000: 1953.696233184907\n", - "12:00:05\tCompleted 3129 to KZ271000: 777.6632572762226\n", - "12:00:05\tCompleted 3110 to KZ116600: 2851.1577251327185\n", - "12:00:05\tCompleted 3137 to KZ612000: 1397.388440753783212:00:05\tCompleted 3116 to KZ791310: 1650.342611642446\n", - "\n", - "12:00:05\tCompleted 3094 to KZ276000: 3227.939928992812\n", - "12:00:05\tCompleted 3087 to KZ791310: 2298.8934250197262\n", - "12:00:06\tCompleted 3103 to KZ194800: 1871.1889986007445\n", - "12:00:06\tCompleted 3119 to KZ195800: 1950.859210056728\n", - "12:00:06\tCompleted 3111 to KZ195800: 4191.990343992122\n", - "12:00:06\tCompleted 3114 to KZ395800: 2458.4141150404644\n", - "12:00:06\tCompleted 3102 to KZ116400: 396.84272827399735\n", - "12:00:06\tCompleted 3057 to KZ113600: 967.9457433663351\n", - "12:00:06\tCompleted 3076 to KZ474600: 3795.71739595761\n", - "12:00:06\tCompleted 3124 to KZ114800: 1624.271815607062\n", - "12:00:06\tCompleted 3077 to KZ791510: 2157.3290902958474\n", - "12:00:06\tCompleted 3136 to KZ433600: 3085.1536604655907\n", - "12:00:06\tCompleted 3052 to KZ234000: 2980.602447305929\n", - "12:00:06\tCompleted 3086 to KZ433200: 2733.1415152024056\n", - "12:00:06\tCompleted 3104 to KZ314800: 1419.1456190288263\n", - "12:00:06\tCompleted 3093 to KZ791110: 1711.3614883389967\n", - "12:00:07\tCompleted 3139 to KZ113400: 2279.946106840755\n", - "12:00:07\tCompleted 3128 to KZ711410: 1007.3312017785007\n", - "12:00:07\tCompleted 3054 to KZ471000: 3361.0859222266217\n", - "12:00:07\tCompleted 3079 to KZ114400: 776.6252418455026\n", - "12:00:07\tCompleted 3125 to KZ751410: 1599.9975128482577\n", - "12:00:07\tCompleted 3120 to KZ635400: 1947.6872988231687\n", - "12:00:07\tCompleted 3059 to KZ635800: 2153.6964381349458\n", - "12:00:07\tCompleted 3091 to KZ351600: 892.4193810330389\n", - "12:00:07\tCompleted 3108 to KZ614600: 1598.8000425660885\n", - "12:00:07\tCompleted 3098 to KZ433200: 2202.024434952803\n", - "12:00:07\tCompleted 3102 to KZ116800: 138.96351737185006\n", - "12:00:07\tCompleted 3092 to KZ434000: 2101.7629979638955\n", - "12:00:07\tCompleted 3127 to KZ433600: 1652.0566746904312\n", - "12:00:07\tCompleted 3126 to KZ391600: 2201.584059530662\n", - "12:00:07\tCompleted 3097 to KZ632200: 767.6417161627791\n", - "12:00:07\tCompleted 3057 to KZ113800: 816.0928650753588\n", - "12:00:08\tCompleted 3122 to KZ791310: 1600.1077757470416\n", - "12:00:08\tCompleted 3058 to KZ234200: 3461.855733101105\n", - "12:00:08\tCompleted 3106 to KZ431000: 2304.579964383035512:00:08\tCompleted 3069 to KZ636800: 2376.6313113212746\n", - "\n", - "12:00:08\tCompleted 3075 to KZ314800: 1846.5738891179167\n", - "12:00:08\tCompleted 3099 to KZ614400: 1965.3805008324066\n", - "12:00:08\tCompleted 3129 to KZ274000: 1441.3509472154306\n", - "12:00:08\tCompleted 3080 to KZ195800: 2080.032302105786\n", - "12:00:08\tCompleted 3091 to KZ354000: 410.3019806464735\n", - "12:00:08\tCompleted 3132 to KZ196600: 1479.9084812374786\n", - "12:00:08\tCompleted 3063 to KZ614600: 2008.2326875183257\n", - "12:00:08\tCompleted 3102 to KZ111810: 206.30796760510066\n", - "12:00:09\tCompleted 3114 to KZ392400: 1988.8904249705315\n", - "12:00:09\tCompleted 3128 to KZ711210: 1020.8143882184465\n", - "12:00:09\tCompleted 3055 to KZ791710: 2358.328681847427\n", - "12:00:09\tCompleted 3068 to KZ191000: 2627.6014807124748\n", - "12:00:09\tCompleted 3110 to KZ115600: 2749.6058888534244\n", - "12:00:09\tCompleted 3053 to KZ316600: 1890.1560984593814\n", - "12:00:09\tCompleted 3070 to KZ473600: 2788.0463582990183\n", - "12:00:09\tCompleted 3057 to KZ114500: 1141.3323570519694\n", - "12:00:09\tCompleted 3096 to KZ195800: 4364.136364888571\n", - "12:00:10\tCompleted 3117 to KZ274000: 3585.2547852942853\n", - "12:00:10\tCompleted 3071 to KZ614400: 2028.4091133071918\n", - "12:00:10\tCompleted 3121 to KZ431900: 1756.3979433435861\n", - "12:00:10\tCompleted 3124 to KZ111010: 2015.581316385042\n", - "12:00:10\tCompleted 3074 to KZ196600: 1982.4682647374823\n", - "12:00:10\tCompleted 3091 to KZ351000: 426.9873734152931\n", - "12:00:10\tCompleted 3088 to KZ271000: 3441.3833548556054\n", - "12:00:10\tCompleted 3104 to KZ315400: 1381.6929671096543\n", - "12:00:10\tCompleted 3137 to KZ614400: 1819.718124075886\n", - "12:00:10\tCompleted 3083 to KZ314000: 2102.270948776991\n", - "12:00:10\tCompleted 3112 to KZ313600: 1873.0920649188788\n", - "12:00:10\tCompleted 3061 to KZ473600: 2851.987483795973312:00:10\tCompleted 3079 to KZ114600: 1382.694390818172\n", - "\n", - "12:00:10\tCompleted 3116 to KZ791510: 1648.8831367886955\n", - "12:00:10\tCompleted 3139 to KZ113600: 1958.463225000989\n", - "12:00:11\tCompleted 3119 to KZ196000: 1720.9876841834803\n", - "12:00:11\tCompleted 3106 to KZ435200: 2395.391757773087\n", - "12:00:11\tCompleted 3066 to KZ274200: 2694.4601456619025\n", - "12:00:11\tCompleted 3087 to KZ791510: 2309.0112010159946\n", - "12:00:11\tCompleted 3090 to KZ195600: 2473.2732044213194\n", - "12:00:11\tCompleted 3120 to KZ635000: 1475.0205089115343\n", - "12:00:11\tCompleted 3128 to KZ711310: 1026.027887618569\n", - "12:00:11\tCompleted 3129 to KZ274200: 1548.6669353752152\n", - "12:00:11\tCompleted 3126 to KZ393600: 2239.1014845760496\n", - "12:00:11\tCompleted 3057 to KZ114000: 1021.4592777599452\n", - "12:00:11\tCompleted 3059 to KZ636200: 1822.6097603368128\n", - "12:00:11\tCompleted 3133 to KZ633400: 3228.4736513355597\n", - "12:00:11\tCompleted 3125 to KZ751710: 1635.7134666785184\n", - "12:00:11\tCompleted 3093 to KZ791310: 1687.2386047810876\n", - "12:00:11\tCompleted 3077 to KZ791710: 2128.829150945561\n", - "12:00:11\tCompleted 3072 to KZ274200: 3593.00572301281\n", - "12:00:11\tCompleted 3136 to KZ434000: 3082.4595718129476\n", - "12:00:12\tCompleted 3132 to KZ194200: 1587.604439367686\n", - "12:00:12\tCompleted 3079 to KZ114800: 329.1268196277614\n", - "12:00:12\tCompleted 3075 to KZ315400: 1809.1212371987447\n", - "12:00:12\tCompleted 3114 to KZ396200: 2428.9193474802514\n", - "12:00:12\tCompleted 3086 to KZ431900: 2282.1175417780482\n", - "12:00:12\tCompleted 3080 to KZ196000: 1373.5185613761548\n", - "12:00:12\tCompleted 3110 to KZ115200: 2410.333693456599\n", - "12:00:12\tCompleted 3099 to KZ614600: 1652.3250209935693\n", - "12:00:12\tCompleted 3091 to KZ352000: 869.7267295332891\n", - "12:00:12\tCompleted 3103 to KZ195600: 2098.1139123895587\n", - "12:00:12\tCompleted 3127 to KZ434000: 1813.8150429122988\n", - "12:00:12\tCompleted 3108 to KZ614800: 1980.112504652757\n", - "12:00:12\tCompleted 3094 to KZ276200: 2947.3261422589076\n", - "12:00:12\tCompleted 3102 to KZ116600: 1311.3056400058285\n", - "12:00:13\tCompleted 3128 to KZ555200: 442.30467744515863\n", - "12:00:13\tCompleted 3097 to KZ635200: 1683.566445189542\n", - "12:00:13\tCompleted 3111 to KZ196000: 4378.771099381048\n", - "12:00:13\tCompleted 3098 to KZ431900: 1751.0004615284524\n", - "12:00:13\tCompleted 3067 to KZ113200: 1068.6215157063755\n", - "12:00:13\tCompleted 3076 to KZ475000: 4166.046422707387\n", - "12:00:13\tCompleted 3057 to KZ117000: 933.8416595365951\n", - "12:00:13\tCompleted 3122 to KZ791510: 1598.6483008932912\n", - "12:00:13\tCompleted 3120 to KZ632200: 824.7008276777995\n", - "12:00:13\tCompleted 3124 to KZ116000: 2182.350511006527\n", - "12:00:13\tCompleted 3073 to KZ113200: 672.1555157314657\n", - "12:00:14\tCompleted 3079 to KZ111010: 730.4395600756691\n", - "12:00:14\tCompleted 3052 to KZ234200: 3502.1944527171254\n", - "12:00:14\tCompleted 3131 to KZ113200: 1204.6393674698134\n", - "12:00:14\tCompleted 3139 to KZ113800: 1806.6103467100127\n", - "12:00:14\tCompleted 3091 to KZ354800: 626.3704492698378\n", - "12:00:14\tCompleted 3106 to KZ434800: 2316.9579934963695\n", - "12:00:14\tCompleted 3054 to KZ473600: 2942.1111562036785\n", - "12:00:14\tCompleted 3063 to KZ614800: 2247.942692775996\n", - "12:00:14\tCompleted 3137 to KZ614600: 1544.8258216604738\n", - "12:00:14\tCompleted 3102 to KZ115600: 370.3803158086551\n", - "12:00:14\tCompleted 3104 to KZ315600: 1508.1420360075026\n", - "12:00:14\tCompleted 3128 to KZ551600: 580.3844279278859\n", - "12:00:14\tCompleted 3132 to KZ751210: 1332.8989446398207\n", - "12:00:14\tCompleted 3071 to KZ614600: 1715.3536334683545\n", - "12:00:15\tCompleted 3053 to KZ316200: 2220.578096989754\n", - "12:00:15\tCompleted 3119 to KZ191000: 1599.4774909480695\n", - "12:00:15\tCompleted 3112 to KZ314000: 1731.4487007704925\n", - "12:00:15\tCompleted 3083 to KZ314800: 1802.389945069335\n", - "12:00:15\tCompleted 3058 to KZ234600: 3577.0260315391597\n", - "12:00:15\tCompleted 3057 to KZ114400: 964.6071536821664\n", - "12:00:15\tCompleted 3073 to KZ113400: 690.6742748080845\n", - "12:00:15\tCompleted 3055 to KZ611600: 2307.503342994759\n", - "12:00:15\tCompleted 3074 to KZ194200: 1881.8953671017955\n", - "12:00:15\tCompleted 3114 to KZ396600: 2340.6244796277106\n", - "12:00:15\tCompleted 3069 to KZ635800: 2826.133559018482\n", - "12:00:15\tCompleted 3092 to KZ471000: 3657.6351113973446\n", - "12:00:15\tCompleted 3116 to KZ791710: 1621.3642108749432\n", - "12:00:15\tCompleted 3067 to KZ113400: 1147.0720789100474\n", - "12:00:15\tCompleted 3110 to KZ115400: 2438.5608121063074\n", - "12:00:15\tCompleted 3125 to KZ751810: 1589.572534444617\n", - "12:00:16\tCompleted 3079 to KZ116000: 887.2055150272336\n", - "12:00:16\tCompleted 3126 to KZ396400: 2460.513131249414\n", - "12:00:16\tCompleted 3091 to KZ355200: 779.8132874190252\n", - "12:00:16\tCompleted 3096 to KZ196000: 4550.917120277508\n", - "12:00:16\tCompleted 3102 to KZ115200: 510.2653212010261\n", - "12:00:16\tCompleted 3121 to KZ434600: 1790.0625137699665\n", - "12:00:16\tCompleted 3068 to KZ196200: 2622.967629525649\n", - "12:00:16\tCompleted 3128 to KZ553200: 871.137082797146\n", - "12:00:16\tCompleted 3080 to KZ191000: 1481.2356817852406\n", - "12:00:16\tCompleted 3087 to KZ791710: 2280.5112616657084\n", - "12:00:16\tCompleted 3093 to KZ791510: 1685.7791299273372\n", - "12:00:17\tCompleted 3106 to KZ433600: 2132.601521646234\n", - "12:00:17\tCompleted 3077 to KZ611600: 2078.003812092892\n", - "12:00:17\tCompleted 3110 to KZ151000: 802.3084846123063\n", - "12:00:17\tCompleted 3131 to KZ113400: 1223.1581265464363\n", - "12:00:17\tCompleted 3073 to KZ113600: 824.7713488145228\n", - "12:00:17\tCompleted 3124 to KZ116400: 1952.4140796220984\n", - "12:00:17\tCompleted 3132 to KZ751110: 1326.5006689765316\n", - "12:00:17\tCompleted 3091 to KZ355600: 491.5582251796208\n", - "12:00:17\tCompleted 3097 to KZ632400: 1476.223482383138\n", - "12:00:17\tCompleted 3067 to KZ113600: 909.9923811754127\n", - "12:00:17\tCompleted 3079 to KZ116400: 657.2690836427981\n", - "12:00:17\tCompleted 3075 to KZ315600: 1935.570306096593\n", - "12:00:18\tCompleted 3122 to KZ791710: 1571.1293749795389\n", - "12:00:18\tCompleted 3088 to KZ274000: 4105.071044794811\n", - "12:00:18\tCompleted 3114 to KZ394200: 2117.1010855857717\n", - "12:00:18\tCompleted 3136 to KZ471000: 4881.924472472028\n", - "12:00:18\tCompleted 3117 to KZ274200: 3692.5707734540515\n", - "12:00:18\tCompleted 3057 to KZ114600: 1489.0819496675745\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:00:18\tCompleted 3128 to KZ553600: 811.2620836838211\n", - "12:00:18\tCompleted 3086 to KZ434600: 2315.782112204426\n", - "12:00:18\tCompleted 3139 to KZ114500: 2240.129268543799\n", - "12:00:18\tCompleted 3120 to KZ635200: 1740.6255567045623\n", - "12:00:18\tCompleted 3090 to KZ195800: 2337.5788047712845\n", - "12:00:18\tCompleted 3070 to KZ474200: 3234.6705193655403\n", - "12:00:18\tCompleted 3133 to KZ633600: 2999.29831074713\n", - "12:00:18\tCompleted 3059 to KZ636400: 2239.7244210284102\n", - "12:00:18\tCompleted 3099 to KZ614800: 2033.6374830802379\n", - "12:00:18\tCompleted 3110 to KZ153200: 834.783314961311\n", - "12:00:18\tCompleted 3102 to KZ115400: 730.8380930666831\n", - "12:00:18\tCompleted 3103 to KZ195800: 1962.4195127395296\n", - "12:00:18\tCompleted 3098 to KZ434600: 1784.6650319548328\n", - "12:00:18\tCompleted 3108 to KZ615400: 1871.0163868256927\n", - "12:00:18\tCompleted 3112 to KZ314800: 1431.5676970628363\n", - "12:00:18\tCompleted 3104 to KZ316000: 1495.674360562645\n", - "12:00:19\tCompleted 3119 to KZ196200: 1594.8436397612686\n", - "12:00:19\tCompleted 3067 to KZ113800: 758.1395028844363\n", - "12:00:19\tCompleted 3137 to KZ614800: 1784.5358269181445\n", - "12:00:19\tCompleted 3083 to KZ315400: 1764.937293150163\n", - "12:00:19\tCompleted 3057 to KZ114800: 517.1087314644253\n", - "12:00:19\tCompleted 3127 to KZ471000: 3526.245394867201\n", - "12:00:19\tCompleted 3073 to KZ113800: 1008.8879361842164\n", - "12:00:19\tCompleted 3118 to KZ113200: 186.79705690819773\n", - "12:00:19\tCompleted 3111 to KZ191000: 4070.381946487986612:00:19\tCompleted 3074 to KZ751210: 1835.4587281398244\n", - "\n", - "12:00:19\tCompleted 3053 to KZ311000: 2075.4289166905387\n", - "12:00:20\tCompleted 3094 to KZ271000: 2965.0190976731233\n", - "12:00:20\tCompleted 3125 to KZ751910: 1590.5112160808396\n", - "12:00:20\tCompleted 3091 to KZ352100: 1115.6981412683253\n", - "12:00:20\tCompleted 3061 to KZ474200: 3298.6116448624953\n", - "12:00:20\tCompleted 3131 to KZ113600: 1357.255200552874612:00:20\tCompleted 3079 to KZ116800: 985.3987048675598\n", - "\n", - "12:00:20\tCompleted 3063 to KZ615400: 2244.3483178574766\n", - "12:00:20\tCompleted 3132 to KZ751310: 1332.9859503507703\n", - "12:00:20\tCompleted 3076 to KZ475200: 4176.889383491438\n", - "12:00:20\tCompleted 3106 to KZ434000: 2867.8052148113943\n", - "12:00:20\tCompleted 3128 to KZ552200: 845.7293391964514\n", - "12:00:20\tCompleted 3114 to KZ394400: 1905.0881525535792\n", - "12:00:20\tCompleted 3110 to KZ153400: 1440.7187638719688\n", - "12:00:20\tCompleted 3126 to KZ394000: 2692.4479806152353\n", - "12:00:21\tCompleted 3116 to KZ611600: 1699.3254953338715\n", - "12:00:21\tCompleted 3118 to KZ113400: 126.407886765031112:00:21\tCompleted 3057 to KZ111010: 800.1388023852189\n", - "\n", - "12:00:21\tCompleted 3071 to KZ614800: 2096.666095555023\n", - "12:00:21\tCompleted 3097 to KZ632800: 1230.9256418881002\n", - "12:00:21\tCompleted 3080 to KZ196200: 1837.453612047123\n", - "12:00:21\tCompleted 3124 to KZ116800: 2280.5437008468502\n", - "12:00:21\tCompleted 3073 to KZ114500: 733.0753716981702\n", - "12:00:21\tCompleted 3069 to KZ636200: 2495.0468812203917\n", - "12:00:21\tCompleted 3055 to KZ613600: 2361.698479638573\n", - "12:00:21\tCompleted 3058 to KZ234800: 2659.2508852832375\n", - "12:00:21\tCompleted 3052 to KZ234600: 3617.36475115518\n", - "12:00:21\tCompleted 3091 to KZ352200: 474.1623677925899\n", - "12:00:21\tCompleted 3067 to KZ114500: 1080.5701637431496\n", - "12:00:22\tCompleted 3093 to KZ791710: 1658.2602040135848\n", - "12:00:22\tCompleted 3087 to KZ611600: 2229.6859228130415\n", - "12:00:22\tCompleted 3128 to KZ554600: 910.4351951412367\n", - "12:00:22\tCompleted 3096 to KZ191000: 4242.527967384435\n", - "12:00:22\tCompleted 3139 to KZ114000: 2011.9767593945992\n", - "12:00:22\tCompleted 3112 to KZ315400: 1394.1150451436642\n", - "12:00:22\tCompleted 3054 to KZ474200: 3388.7353172702005\n", - "12:00:22\tCompleted 3118 to KZ113600: 238.83374865152152\n", - "12:00:22\tCompleted 3104 to KZ316600: 1432.616458884136612:00:22\tCompleted 3120 to KZ632400: 1533.2825938981582\n", - "\n", - "12:00:22\tCompleted 3092 to KZ473600: 3238.6603453744015\n", - "12:00:22\tCompleted 3122 to KZ611600: 1649.0906594384671\n", - "12:00:22\tCompleted 3121 to KZ434400: 2133.0119127317016\n", - "12:00:22\tCompleted 3110 to KZ153600: 1195.5808796188578\n", - "12:00:23\tCompleted 3132 to KZ751410: 1339.9958964556668\n", - "12:00:23\tCompleted 3106 to KZ471000: 1788.2019068053612\n", - "12:00:23\tCompleted 3057 to KZ116000: 1075.187426863897412:00:23\tCompleted 3077 to KZ613600: 2132.1989487367077\n", - "\n", - "12:00:23\tCompleted 3073 to KZ114000: 814.6506763141584\n", - "12:00:23\tCompleted 3079 to KZ111810: 1024.929505914054\n", - "12:00:23\tCompleted 3075 to KZ316000: 2024.5459180140094\n", - "12:00:23\tCompleted 3114 to KZ433200: 2202.9013542357366\n", - "12:00:23\tCompleted 3059 to KZ631000: 1768.7441470048589\n", - "12:00:23\tCompleted 3108 to KZ615200: 1650.4992416097\n", - "12:00:23\tCompleted 3128 to KZ555600: 639.0405864459207\n", - "12:00:24\tCompleted 3137 to KZ615400: 1780.9414519996358\n", - "12:00:24\tCompleted 3067 to KZ114000: 963.5059155690227\n", - "12:00:24\tCompleted 3125 to KZ751510: 1582.99974215129512:00:24\tCompleted 3131 to KZ113800: 1541.3717879225683\n", - "\n", - "12:00:24\tCompleted 3118 to KZ113800: 418.3797733681053\n", - "12:00:24\tCompleted 3119 to KZ192600: 1654.8333350469436\n", - "12:00:24\tCompleted 3074 to KZ751110: 1829.0604524765354\n", - "12:00:24\tCompleted 3068 to KZ192600: 2682.957324811344\n", - "12:00:24\tCompleted 3136 to KZ473600: 4462.949706449005\n", - "12:00:24\tCompleted 3099 to KZ615400: 1924.5413652531736\n", - "12:00:24\tCompleted 3110 to KZ154000: 914.8782463805533\n", - "12:00:24\tCompleted 3086 to KZ434400: 2658.7315111661514\n", - "12:00:24\tCompleted 3073 to KZ117000: 737.2830197607623\n", - "12:00:25\tCompleted 3103 to KZ196000: 1732.5479868662817\n", - "12:00:25\tCompleted 3083 to KZ315600: 1891.3863620480113\n", - "12:00:25\tCompleted 3102 to KZ151000: 2116.0466700848897\n", - "12:00:25\tCompleted 3057 to KZ116400: 782.7969804106287\n", - "12:00:25\tCompleted 3128 to KZ551000: 497.356926348632\n", - "12:00:25\tCompleted 3080 to KZ192600: 1521.8351764119082\n", - "12:00:25\tCompleted 3097 to KZ636800: 1251.3439384069618\n", - "12:00:25\tCompleted 3053 to KZ315000: 2192.637732924173\n", - "12:00:25\tCompleted 3063 to KZ615200: 2059.9318865619357\n", - "12:00:25\tCompleted 3091 to KZ352300: 1167.053468167391412:00:25\tCompleted 3090 to KZ196000: 2107.707278898049\n", - "\n", - "12:00:25\tCompleted 3106 to KZ473600: 1321.7917981237986\n", - "12:00:25\tCompleted 3116 to KZ613600: 1554.1177568079195\n", - "12:00:25\tCompleted 3118 to KZ114500: 298.4413018863492\n", - "12:00:25\tCompleted 3126 to KZ396800: 2438.5404381756484\n", - "12:00:25\tCompleted 3124 to KZ111810: 2320.0745018933408\n", - "12:00:25\tCompleted 3110 to KZ154200: 544.711724139182\n", - "12:00:25\tCompleted 3114 to KZ431900: 2077.4068568540847\n", - "12:00:25\tCompleted 3132 to KZ751710: 1372.0319661158105\n", - "12:00:25\tCompleted 3098 to KZ434400: 2127.614430916568\n", - "12:00:26\tCompleted 3120 to KZ632800: 1272.039266400196\n", - "12:00:26\tCompleted 3127 to KZ473600: 3107.2706288442578\n", - "12:00:26\tCompleted 3067 to KZ117000: 873.0794662277752\n", - "12:00:26\tCompleted 3139 to KZ117000: 2032.6385710284367\n", - "12:00:26\tCompleted 3088 to KZ274200: 4212.387032954591\n", - "12:00:26\tCompleted 3133 to KZ633800: 3299.8836582276394\n", - "12:00:26\tCompleted 3112 to KZ315600: 1520.5641140415125\n", - "12:00:26\tCompleted 3111 to KZ196200: 3835.9747736966715\n", - "12:00:26\tCompleted 3128 to KZ556000: 536.8231785008165\n", - "12:00:26\tCompleted 3073 to KZ114400: 871.8214889872797\n", - "12:00:26\tCompleted 3118 to KZ114000: 234.58428831878837\n", - "12:00:26\tCompleted 3070 to KZ474600: 2911.8459585474584\n", - "12:00:27\tCompleted 3071 to KZ615400: 1987.5699777279588\n", - "12:00:27\tCompleted 3057 to KZ116800: 1153.1436233106201\n", - "12:00:27\tCompleted 3122 to KZ613600: 1503.8829209125151\n", - "12:00:27\tCompleted 3104 to KZ316200: 1762.556224367492\n", - "12:00:27\tCompleted 3121 to KZ431000: 1473.8334818781987\n", - "12:00:27\tCompleted 3091 to KZ352800: 498.76529718169934\n", - "12:00:27\tCompleted 3131 to KZ114500: 1265.559223436521\n", - "12:00:27\tCompleted 3076 to KZ471800: 4006.499163330711\n", - "12:00:27\tCompleted 3106 to KZ474200: 1815.851301848908\n", - "12:00:27\tCompleted 3110 to KZ156000: 987.4889144624993\n", - "12:00:27\tCompleted 3061 to KZ474600: 2975.7870840444134\n", - "12:00:28\tCompleted 3089 to KZ113200: 438.9095444717073\n", - "12:00:28\tCompleted 3093 to KZ611600: 1736.221488472513\n", - "12:00:28\tCompleted 3055 to KZ614000: 2407.0573183111464\n", - "12:00:28\tCompleted 3094 to KZ274000: 3628.7067876123297\n", - "12:00:28\tCompleted 3052 to KZ234800: 2680.4198281005356\n", - "12:00:28\tCompleted 3087 to KZ613600: 2283.8810594568545\n", - "12:00:28\tCompleted 3075 to KZ316600: 1860.044728973227\n", - "12:00:28\tCompleted 3118 to KZ117000: 157.2166317653921\n", - "12:00:28\tCompleted 3067 to KZ114400: 906.653791491244\n", - "12:00:28\tCompleted 3069 to KZ636400: 2912.1615419119744\n", - "12:00:28\tCompleted 3096 to KZ196200: 4008.120794593098\n", - "12:00:28\tCompleted 3128 to KZ556800: 537.0582030287836\n", - "12:00:28\tCompleted 3114 to KZ434600: 2115.306381104289\n", - "12:00:28\tCompleted 3137 to KZ615200: 1596.5250207040854\n", - "12:00:28\tCompleted 3074 to KZ751310: 1835.545733850774\n", - "12:00:28\tCompleted 3132 to KZ751810: 1335.743309663651\n", - "12:00:28\tCompleted 3073 to KZ114600: 758.3216087799877\n", - "12:00:28\tCompleted 3057 to KZ111810: 1130.727538365145\n", - "12:00:29\tCompleted 3110 to KZ154600: 806.9635805867363\n", - "12:00:29\tCompleted 3077 to KZ614000: 2177.5577874092805\n", - "12:00:29\tCompleted 3058 to KZ235200: 2758.3672547381434\n", - "12:00:29\tCompleted 3099 to KZ615200: 1704.0242200371808\n", - "12:00:29\tCompleted 3089 to KZ113400: 457.4283035483263\n", - "12:00:29\tCompleted 3103 to KZ191000: 1611.0377936308712\n", - "12:00:29\tCompleted 3118 to KZ114400: 281.3133261711686\n", - "12:00:29\tCompleted 3124 to KZ116600: 2187.0499729412336\n", - "12:00:29\tCompleted 3076 to KZ593200: 1123.949679099777\n", - "12:00:29\tCompleted 3106 to KZ474600: 1493.0267410308375\n", - "12:00:29\tCompleted 3079 to KZ116600: 1966.752342110997712:00:29\tCompleted 3059 to KZ634600: 2227.4736744702655\n", - "\n", - "12:00:30\tCompleted 3091 to KZ356400: 790.2556993199579\n", - "12:00:30\tCompleted 3053 to KZ314200: 2076.8431302529116\n", - "12:00:30\tCompleted 3120 to KZ636800: 1308.403049921982\n", - "12:00:30\tCompleted 3098 to KZ431000: 1468.43600006306512:00:30\tCompleted 3086 to KZ431000: 1999.553080312679\n", - "\n", - "12:00:30\tCompleted 3080 to KZ196600: 1945.752518014228612:00:30\tCompleted 3128 to KZ554800: 766.6038570014105\n", - "\n", - "12:00:30\tCompleted 3112 to KZ316000: 1493.383044632348\n", - "12:00:30\tCompleted 3119 to KZ196600: 1913.9102916365614\n", - "12:00:30\tCompleted 3139 to KZ114400: 1955.1246353168203\n", - "12:00:30\tCompleted 3054 to KZ474600: 3065.9107564521187\n", - "12:00:30\tCompleted 3092 to KZ474200: 3685.2845064409235\n", - "12:00:30\tCompleted 3126 to KZ394800: 2617.1950068737015\n", - "12:00:30\tCompleted 3102 to KZ153200: 2166.240277513637\n", - "12:00:30\tCompleted 3131 to KZ114000: 1347.1345280525106\n", - "12:00:30\tCompleted 3116 to KZ614000: 1682.5304193496584\n", - "12:00:30\tCompleted 3125 to KZ231000: 2969.9943759145353\n", - "12:00:31\tCompleted 3110 to KZ154800: 1131.0955972849517\n", - "12:00:31\tCompleted 3114 to KZ434400: 2152.231393448386\n", - "12:00:31\tCompleted 3108 to KZ616400: 2492.319087510632\n", - "12:00:31\tCompleted 3097 to KZ635800: 1700.8461861042172\n", - "12:00:31\tCompleted 3118 to KZ114600: 416.5399797692827\n", - "12:00:31\tCompleted 3067 to KZ114600: 1428.319756358754612:00:31\tCompleted 3089 to KZ113600: 591.5253775547644\n", - "\n", - "12:00:31\tCompleted 3136 to KZ474200: 4909.573867515572\n", - "12:00:31\tCompleted 3104 to KZ311000: 1617.8892771152955\n", - "12:00:31\tCompleted 3091 to KZ352400: 437.8945848659672\n", - "12:00:31\tCompleted 3090 to KZ191000: 1986.1970856626401\n", - "12:00:31\tCompleted 3132 to KZ751910: 1317.8683251239843\n", - "12:00:31\tCompleted 3128 to KZ556400: 679.9404651086564\n", - "12:00:32\tCompleted 3083 to KZ316000: 1980.361973965428\n", - "12:00:32\tCompleted 3079 to KZ115600: 790.353140682625\n", - "12:00:32\tCompleted 3053 to KZ353200: 736.5550142352834\n", - "12:00:32\tCompleted 3076 to KZ595800: 1227.8692891401543\n", - "12:00:32\tCompleted 3122 to KZ614000: 1632.295583454254\n", - "12:00:32\tCompleted 3073 to KZ114800: 1330.1574816101067\n", - "12:00:32\tCompleted 3121 to KZ435200: 1550.139788106614\n", - "12:00:32\tCompleted 3063 to KZ616400: 2761.553438757339\n", - "12:00:32\tCompleted 3106 to KZ475000: 1863.355767780638\n", - "12:00:32\tCompleted 3110 to KZ155200: 618.3974530714823\n", - "12:00:32\tCompleted 3127 to KZ474200: 3553.8947899107798\n", - "12:00:32\tCompleted 3067 to KZ114800: 459.1553692735028\n", - "12:00:32\tCompleted 3068 to KZ196600: 2942.0342814009296\n", - "12:00:33\tCompleted 3071 to KZ615200: 1767.052832511966\n", - "12:00:33\tCompleted 3074 to KZ751410: 1842.5556799556705\n", - "12:00:33\tCompleted 3093 to KZ613600: 1591.0137499465611\n", - "12:00:33\tCompleted 3089 to KZ113800: 775.6419649244583\n", - "12:00:33\tCompleted 3124 to KZ115600: 2085.4981366619254\n", - "12:00:33\tCompleted 3079 to KZ115200: 451.0809452857706\n", - "12:00:33\tCompleted 3076 to KZ593400: 978.1086257732859\n", - "12:00:33\tCompleted 3069 to KZ631000: 2441.1812678884376\n", - "12:00:34\tCompleted 3119 to KZ194200: 1415.8600338090962\n", - "12:00:34\tCompleted 3128 to KZ554200: 956.0982545636502\n", - "12:00:34\tCompleted 3057 to KZ116600: 2154.651411215432\n", - "12:00:34\tCompleted 3073 to KZ111010: 867.5096060401552\n", - "12:00:34\tCompleted 3131 to KZ117000: 1269.7668714991146\n", - "12:00:34\tCompleted 3059 to KZ634400: 1749.1916373821566\n", - "12:00:34\tCompleted 3114 to KZ431000: 2437.8919485691417\n", - "12:00:34\tCompleted 3118 to KZ114800: 750.0910936147369\n", - "12:00:34\tCompleted 3111 to KZ192600: 4109.325701516682\n", - "12:00:34\tCompleted 3075 to KZ316200: 2291.427781818856\n", - "12:00:34\tCompleted 3133 to KZ634000: 3547.0864561246617\n", - "12:00:34\tCompleted 3096 to KZ192600: 4281.471722413129\n", - "12:00:34\tCompleted 3103 to KZ196200: 1606.4039424440703\n", - "12:00:34\tCompleted 3087 to KZ614000: 2329.2398981294277\n", - "12:00:34\tCompleted 3112 to KZ316600: 1445.0385369181465\n", - "12:00:34\tCompleted 3052 to KZ235200: 2798.7059743541636\n", - "12:00:34\tCompleted 3132 to KZ751510: 1318.429601164666\n", - "12:00:34\tCompleted 3137 to KZ616400: 2298.1465728994885\n", - "12:00:34\tCompleted 3098 to KZ435200: 1544.742306291480412:00:34\tCompleted 3126 to KZ395000: 2545.1704165646624\n", - "\n", - "12:00:34\tCompleted 3067 to KZ111010: 739.3766090763991\n", - "12:00:34\tCompleted 3110 to KZ156400: 1879.8672470634901\n", - "12:00:34\tCompleted 3091 to KZ356000: 1284.3239535828607\n", - "12:00:35\tCompleted 3070 to KZ475000: 3282.1749852972357\n", - "12:00:35\tCompleted 3106 to KZ475200: 1874.1987285646862\n", - "12:00:35\tCompleted 3053 to KZ353600: 1463.8562144952568\n", - "12:00:35\tCompleted 3089 to KZ114500: 499.8294004384118\n", - "12:00:35\tCompleted 3079 to KZ115400: 576.6315665688246\n", - "12:00:35\tCompleted 3120 to KZ635800: 1757.9052976192374\n", - "12:00:35\tCompleted 3080 to KZ194200: 1850.0245951829304\n", - "12:00:35\tCompleted 3118 to KZ111010: 287.44321804478506\n", - "12:00:35\tCompleted 3097 to KZ636200: 1369.759508306084\n", - "12:00:35\tCompleted 3099 to KZ616400: 2545.844065938113\n", - "12:00:35\tCompleted 3057 to KZ115600: 870.2313584667012\n", - "12:00:36\tCompleted 3061 to KZ475000: 3346.1161107941907\n", - "12:00:36\tCompleted 3102 to KZ153400: 1749.9116068835035\n", - "12:00:36\tCompleted 3058 to KZ235600: 2853.4050207585483\n", - "12:00:36\tCompleted 3086 to KZ435200: 2075.8593865410944\n", - "12:00:36\tCompleted 3076 to KZ594200: 1217.1143008515255\n", - "12:00:36\tCompleted 3073 to KZ116000: 844.639316280812712:00:36\tCompleted 3055 to KZ613900: 2643.977315480869\n", - "\n", - "12:00:36\tCompleted 3139 to KZ114600: 2561.193784289461\n", - "12:00:36\tCompleted 3110 to KZ155600: 863.101868475603\n", - "12:00:36\tCompleted 3077 to KZ613900: 2414.4777845790018\n", - "12:00:36\tCompleted 3124 to KZ115200: 1746.2259412650708\n", - "12:00:36\tCompleted 3108 to KZ615600: 1690.6275913756083\n", - "12:00:36\tCompleted 3116 to KZ613900: 1959.2821184908523\n", - "12:00:36\tCompleted 3104 to KZ315000: 1735.0980933489284\n", - "12:00:37\tCompleted 3067 to KZ116000: 1017.2340646729749\n", - "12:00:37\tCompleted 3114 to KZ435200: 2528.7037419591934\n", - "12:00:37\tCompleted 3089 to KZ114000: 581.4047050544003\n", - "12:00:37\tCompleted 3094 to KZ274200: 3736.022775772096\n", - "12:00:37\tCompleted 3118 to KZ116000: 254.1311534647016\n", - "12:00:37\tCompleted 3083 to KZ316600: 1815.8607849246453\n", - "12:00:37\tCompleted 3121 to KZ434800: 1465.162878031697612:00:37\tCompleted 3057 to KZ115200: 639.0628571224345\n", - "\n", - "12:00:37\tCompleted 3053 to KZ351600: 1118.8851347485024\n", - "12:00:37\tCompleted 3074 to KZ751710: 1874.5917496158143\n", - "12:00:37\tCompleted 3119 to KZ751210: 1514.0782131175722\n", - "12:00:37\tCompleted 3063 to KZ615600: 2253.530816879449512:00:37\tCompleted 3125 to KZ234000: 3178.6048532822233\n", - "\n", - "12:00:37\tCompleted 3131 to KZ114400: 1404.3053407256316\n", - "12:00:37\tCompleted 3106 to KZ471800: 1703.8085084039446\n", - "12:00:37\tCompleted 3136 to KZ474600: 4586.749306697483\n", - "12:00:38\tCompleted 3122 to KZ613900: 1909.0472825954478\n", - "12:00:38\tCompleted 3090 to KZ196200: 1981.563234475841\n", - "12:00:38\tCompleted 3092 to KZ474600: 3362.4599456228416\n", - "12:00:38\tCompleted 3073 to KZ116400: 958.7420349224138\n", - "12:00:38\tCompleted 3091 to KZ354400: 1211.098129491549\n", - "12:00:38\tCompleted 3095 to KZ113200: 167.814505236737\n", - "12:00:38\tCompleted 3079 to KZ151000: 1178.7373662593761\n", - "12:00:38\tCompleted 3126 to KZ395200: 2077.1349314898202\n", - "12:00:38\tCompleted 3067 to KZ116400: 722.0347871018089\n", - "12:00:38\tCompleted 3089 to KZ117000: 504.03704850100434\n", - "12:00:38\tCompleted 3127 to KZ474600: 3231.070229092698\n", - "12:00:38\tCompleted 3110 to KZ156800: 1653.9940136862583\n", - "12:00:38\tCompleted 3118 to KZ116400: 378.6756469270436\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:00:39\tCompleted 3054 to KZ475000: 3436.239783201896\n", - "12:00:39\tCompleted 3057 to KZ115400: 764.6134784054886\n", - "12:00:39\tCompleted 3098 to KZ434800: 1459.7653962165639\n", - "12:00:39\tCompleted 3093 to KZ614000: 1719.4264124883\n", - "12:00:39\tCompleted 3053 to KZ354000: 691.3741196919054\n", - "12:00:39\tCompleted 3120 to KZ636200: 1426.8186198211042\n", - "12:00:39\tCompleted 3128 to KZ791110: 2319.9801423213034\n", - "12:00:39\tCompleted 3112 to KZ316200: 1760.264908437195\n", - "12:00:39\tCompleted 3103 to KZ192600: 1666.3936377297453\n", - "12:00:39\tCompleted 3076 to KZ596600: 1317.9998184282906\n", - "12:00:39\tCompleted 3095 to KZ113400: 138.46504733050025\n", - "12:00:39\tCompleted 3114 to KZ434800: 2450.2699776824757\n", - "12:00:39\tCompleted 3080 to KZ751210: 1798.7429814165707\n", - "12:00:39\tCompleted 3139 to KZ114800: 1507.6262130990797\n", - "12:00:39\tCompleted 3075 to KZ311000: 2045.3175472043858\n", - "12:00:39\tCompleted 3071 to KZ616400: 2608.8726784128976\n", - "12:00:40\tCompleted 3073 to KZ116800: 746.3431812303885\n", - "12:00:40\tCompleted 3068 to KZ194200: 2443.9840235735046\n", - "12:00:40\tCompleted 3099 to KZ615600: 1744.1525698030894\n", - "12:00:40\tCompleted 3137 to KZ615600: 1837.57138246494\n", - "12:00:40\tCompleted 3118 to KZ116800: 166.27679323501874\n", - "12:00:40\tCompleted 3124 to KZ115400: 1774.453059914785\n", - "12:00:40\tCompleted 3096 to KZ196600: 4327.187446468398\n", - "12:00:40\tCompleted 3089 to KZ114400: 638.5755177275216\n", - "12:00:40\tCompleted 3053 to KZ351000: 655.4104864913212\n", - "12:00:40\tCompleted 3106 to KZ593200: 2533.068419343897\n", - "12:00:41\tCompleted 3067 to KZ116800: 1092.3814300018003\n", - "12:00:41\tCompleted 3057 to KZ151000: 1198.6004830694226\n", - "12:00:41\tCompleted 3131 to KZ114600: 1290.805460518339\n", - "12:00:41\tCompleted 3091 to KZ351800: 1192.4382444782418\n", - "12:00:41\tCompleted 3095 to KZ113600: 272.5621213369389\n", - "12:00:41\tCompleted 3086 to KZ434800: 1990.8824764661779\n", - "12:00:41\tCompleted 3132 to KZ231000: 3969.5958411461575\n", - "12:00:41\tCompleted 3116 to KZ612000: 1479.5393193148147\n", - "12:00:41\tCompleted 3124 to KZ151000: 130.29940843027003\n", - "12:00:41\tCompleted 3059 to KZ313600: 2276.431329393751\n", - "12:00:41\tCompleted 3111 to KZ196600: 4155.041425571955\n", - "12:00:41\tCompleted 3079 to KZ153200: 1228.9309736881232\n", - "12:00:41\tCompleted 3104 to KZ314200: 1619.3034906776686\n", - "12:00:41\tCompleted 3087 to KZ613900: 2566.1598952991517\n", - "12:00:41\tCompleted 3102 to KZ153600: 2532.5106520741924\n", - "12:00:41\tCompleted 3118 to KZ111810: 188.1408862581472\n", - "12:00:41\tCompleted 3073 to KZ111810: 668.2172167038691\n", - "12:00:41\tCompleted 3108 to KZ615800: 1705.0072107031403\n", - "12:00:41\tCompleted 3119 to KZ751110: 1521.6835952742515\n", - "12:00:41\tCompleted 3052 to KZ235600: 2893.7437403745685\n", - "12:00:41\tCompleted 3097 to KZ636400: 1816.3671370633435\n", - "12:00:42\tCompleted 3076 to KZ595000: 1152.4398371159918\n", - "12:00:42\tCompleted 3055 to KZ612000: 2149.8489561466363\n", - "12:00:42\tCompleted 3074 to KZ751810: 1838.3030931636547\n", - "12:00:42\tCompleted 3089 to KZ114600: 525.0756375202293\n", - "12:00:42\tCompleted 3122 to KZ612000: 1429.3044834194104\n", - "12:00:42\tCompleted 3126 to KZ391000: 2272.841195998787\n", - "12:00:42\tCompleted 3114 to KZ433600: 2265.91350583234\n", - "12:00:42\tCompleted 3124 to KZ153200: 174.62693009772724\n", - "12:00:42\tCompleted 3077 to KZ612000: 1920.349425244759\n", - "12:00:42\tCompleted 3058 to KZ233600: 2859.167009558673\n", - "12:00:43\tCompleted 3069 to KZ634600: 2899.9107953538\n", - "12:00:43\tCompleted 3063 to KZ615800: 2139.1702162633765\n", - "12:00:43\tCompleted 3095 to KZ113800: 456.67870870663245\n", - "12:00:43\tCompleted 3053 to KZ352000: 1012.7110317539876\n", - "12:00:43\tCompleted 3057 to KZ153200: 1248.7940904981697\n", - "12:00:43\tCompleted 3067 to KZ111810: 1069.965345056325\n", - "12:00:43\tCompleted 3104 to KZ353200: 279.0153746600397\n", - "12:00:43\tCompleted 3133 to KZ635400: 4055.3223696963396\n", - "12:00:43\tCompleted 3121 to KZ433600: 1665.0056415735985\n", - "12:00:43\tCompleted 3070 to KZ475200: 3293.017946081285\n", - "12:00:43\tCompleted 3083 to KZ316200: 2247.2438377702747\n", - "12:00:43\tCompleted 3079 to KZ153400: 812.6023030579885\n", - "12:00:43\tCompleted 3112 to KZ311000: 1630.3113551493054\n", - "12:00:44\tCompleted 3124 to KZ153400: 776.6110116804268\n", - "12:00:44\tCompleted 3120 to KZ636400: 1832.4630785195313\n", - "12:00:44\tCompleted 3128 to KZ791310: 2276.439910440696\n", - "12:00:44\tCompleted 3137 to KZ615800: 1675.763350405529\n", - "12:00:44\tCompleted 3091 to KZ393200: 1342.4027523392272\n", - "12:00:44\tCompleted 3106 to KZ595800: 2862.947131266825612:00:44\tCompleted 3098 to KZ433600: 1659.6081597584648\n", - "\n", - "12:00:44\tCompleted 3061 to KZ475200: 3356.95907157824\n", - "12:00:44\tCompleted 3095 to KZ114500: 280.7762033041376\n", - "12:00:44\tCompleted 3080 to KZ751110: 1792.3447057532817\n", - "12:00:44\tCompleted 3125 to KZ234200: 3629.550559803159\n", - "12:00:44\tCompleted 3090 to KZ192600: 2041.5529297615142\n", - "12:00:44\tCompleted 3057 to KZ153400: 832.4654198680349\n", - "12:00:44\tCompleted 3076 to KZ593600: 1266.9884414002854\n", - "12:00:45\tCompleted 3099 to KZ615800: 1758.5321891306212\n", - "12:00:45\tCompleted 3071 to KZ615600: 1807.1811822778743\n", - "12:00:45\tCompleted 3110 to KZ193200: 4543.791527261921\n", - "12:00:45\tCompleted 3089 to KZ114800: 1096.9115103503484\n", - "12:00:45\tCompleted 3103 to KZ196600: 1925.470594319363\n", - "12:00:45\tCompleted 3127 to KZ475000: 3601.399255842475\n", - "12:00:45\tCompleted 3124 to KZ153600: 799.0534094273831\n", - "12:00:45\tCompleted 3136 to KZ475000: 4957.078333447304\n", - "12:00:45\tCompleted 3131 to KZ114800: 1862.6413333484584\n", - "12:00:45\tCompleted 3075 to KZ315000: 2162.526363438019\n", - "12:00:45\tCompleted 3073 to KZ116600: 1857.8361330521502\n", - "12:00:45\tCompleted 3139 to KZ111010: 1898.9357138770606\n", - "12:00:45\tCompleted 3053 to KZ354800: 1179.0335001074411\n", - "12:00:45\tCompleted 3093 to KZ613900: 1996.178111629494\n", - "12:00:45\tCompleted 3097 to KZ631000: 1315.89389497413\n", - "12:00:45\tCompleted 3095 to KZ114000: 262.44144883657395\n", - "12:00:45\tCompleted 3104 to KZ353600: 1006.3165749200136\n", - "12:00:46\tCompleted 3092 to KZ475000: 3732.788972372619\n", - "12:00:46\tCompleted 3074 to KZ751910: 1820.428108623988\n", - "12:00:46\tCompleted 3108 to KZ612600: 1535.1220595081838\n", - "12:00:46\tCompleted 3058 to KZ633200: 1472.3570895822825\n", - "12:00:46\tCompleted 3096 to KZ194200: 3955.2785082906635\n", - "12:00:46\tCompleted 3118 to KZ116600: 1267.12797018837\n", - "12:00:46\tCompleted 3124 to KZ154000: 239.59749284620477\n", - "12:00:46\tCompleted 3119 to KZ751310: 1523.1983139000129\n", - "12:00:46\tCompleted 3089 to KZ111010: 634.263634780397212:00:46\tCompleted 3087 to KZ612000: 2072.0315359649176\n", - "\n", - "12:00:46\tCompleted 3086 to KZ433600: 2190.7252400080706\n", - "12:00:47\tCompleted 3114 to KZ434000: 3001.1171989975005\n", - "12:00:47\tCompleted 3063 to KZ612600: 1848.5502273778704\n", - "12:00:47\tCompleted 3116 to KZ614400: 1885.8149179306552\n", - "12:00:47\tCompleted 3095 to KZ117000: 185.07379228317785\n", - "12:00:47\tCompleted 3068 to KZ751210: 2542.2022028819592\n", - "12:00:47\tCompleted 3137 to KZ612600: 1385.1433615200185\n", - "12:00:47\tCompleted 3091 to KZ393400: 1350.5050186479862\n", - "12:00:47\tCompleted 3054 to KZ475200: 3447.0827439859454\n", - "12:00:47\tCompleted 3076 to KZ595200: 1264.4385744575216\n", - "12:00:47\tCompleted 3120 to KZ631000: 1372.9530064891503\n", - "12:00:47\tCompleted 3053 to KZ355200: 909.660802425451\n", - "12:00:47\tCompleted 3124 to KZ154200: 226.4991125134279212:00:47\tCompleted 3126 to KZ395400: 2316.2050909240997\n", - "\n", - "12:00:47\tCompleted 3073 to KZ115600: 932.2796224570715\n", - "12:00:47\tCompleted 3102 to KZ154000: 2053.8569296703404\n", - "12:00:47\tCompleted 3059 to KZ314000: 2134.7879652453635\n", - "12:00:47\tCompleted 3111 to KZ194200: 3783.132487394237\n", - "12:00:48\tCompleted 3132 to KZ234000: 4178.206318513845\n", - "12:00:48\tCompleted 3104 to KZ351600: 661.3454951732589\n", - "12:00:48\tCompleted 3118 to KZ115600: 352.21323446170135\n", - "12:00:48\tCompleted 3122 to KZ614400: 1835.5800820352508\n", - "12:00:48\tCompleted 3057 to KZ153600: 1801.4081846483625\n", - "12:00:48\tCompleted 3089 to KZ116000: 611.3933450210546\n", - "12:00:48\tCompleted 3106 to KZ593400: 3003.3863520837667\n", - "12:00:48\tCompleted 3131 to KZ111010: 1399.9934577785075\n", - "12:00:48\tCompleted 3095 to KZ114400: 319.61226150969577\n", - "12:00:48\tCompleted 3079 to KZ153600: 1781.5450678383165\n", - "12:00:48\tCompleted 3112 to KZ315000: 1747.5201713829383\n", - "12:00:49\tCompleted 3067 to KZ116600: 2096.698049024514\n", - "12:00:49\tCompleted 3077 to KZ614400: 2342.6791085668488\n", - "12:00:49\tCompleted 3083 to KZ311000: 2001.1336031558042\n", - "12:00:49\tCompleted 3124 to KZ156000: 323.38116227095713\n", - "12:00:49\tCompleted 3069 to KZ634400: 2421.6287582657237\n", - "12:00:49\tCompleted 3099 to KZ612600: 1588.6470379356647\n", - "12:00:49\tCompleted 3128 to KZ791510: 2253.5594108690434\n", - "12:00:49\tCompleted 3055 to KZ614400: 2572.178639468716\n", - "12:00:49\tCompleted 3052 to KZ233600: 2899.505729174693\n", - "12:00:49\tCompleted 3121 to KZ434000: 1826.7640097954654\n", - "12:00:49\tCompleted 3080 to KZ751310: 1798.8299871275203\n", - "12:00:49\tCompleted 3053 to KZ355600: 724.181621207636\n", - "12:00:49\tCompleted 3103 to KZ194200: 1427.4203364918978\n", - "12:00:49\tCompleted 3104 to KZ354000: 233.8344801166618\n", - "12:00:49\tCompleted 3114 to KZ471000: 1852.7911419879365\n", - "12:00:50\tCompleted 3093 to KZ612000: 1516.4353124534564\n", - "12:00:50\tCompleted 3076 to KZ591000: 1154.6543032100594\n", - "12:00:50\tCompleted 3118 to KZ115200: 545.6953489479642\n", - "12:00:50\tCompleted 3095 to KZ114600: 384.98683304059375\n", - "12:00:50\tCompleted 3073 to KZ115200: 1125.7617369433342\n", - "12:00:50\tCompleted 3057 to KZ154000: 1136.4107426548724\n", - "12:00:50\tCompleted 3071 to KZ615800: 1821.5608016054064\n", - "12:00:50\tCompleted 3139 to KZ116000: 2065.704908498551\n", - "12:00:50\tCompleted 3124 to KZ154600: 54.21325624369915\n", - "12:00:50\tCompleted 3119 to KZ751410: 1538.8659329907728\n", - "12:00:50\tCompleted 3098 to KZ434000: 1915.6190966824179\n", - "12:00:50\tCompleted 3091 to KZ391600: 1285.4495503988255\n", - "12:00:50\tCompleted 3067 to KZ115600: 809.4691651578813\n", - "12:00:50\tCompleted 3108 to KZ616000: 1719.7890669798148\n", - "12:00:50\tCompleted 3074 to KZ751510: 1820.9893846646698\n", - "12:00:50\tCompleted 3089 to KZ116400: 725.4960636626558\n", - "12:00:51\tCompleted 3075 to KZ314200: 2046.731760766759\n", - "12:00:51\tCompleted 3104 to KZ351000: 197.8708469160776\n", - "12:00:51\tCompleted 3125 to KZ234600: 3744.7208582412136\n", - "12:00:51\tCompleted 3133 to KZ635000: 3582.6555797847095\n", - "12:00:51\tCompleted 3110 to KZ193400: 4494.014014188276\n", - "12:00:51\tCompleted 3114 to KZ473600: 1386.3810333063739\n", - "12:00:51\tCompleted 3097 to KZ634600: 1774.6234224395446\n", - "12:00:51\tCompleted 3070 to KZ471800: 3122.6277259205594\n", - "12:00:51\tCompleted 3116 to KZ614600: 1572.7594380918179\n", - "12:00:51\tCompleted 3131 to KZ116000: 1377.1231680191645\n", - "12:00:51\tCompleted 3079 to KZ154000: 1116.547625844826\n", - "12:00:51\tCompleted 3136 to KZ475200: 4967.921294231352\n", - "12:00:51\tCompleted 3096 to KZ751210: 3910.0781308754767\n", - "12:00:51\tCompleted 3058 to KZ634800: 2016.2140627933045\n", - "12:00:52\tCompleted 3090 to KZ196600: 2300.6298863511233\n", - "12:00:52\tCompleted 3124 to KZ154800: 473.88824548731054\n", - "12:00:52\tCompleted 3127 to KZ475200: 3612.2422166265246\n", - "12:00:52\tCompleted 3106 to KZ594200: 2676.728268813196\n", - "12:00:52\tCompleted 3067 to KZ115200: 581.109494931512\n", - "12:00:52\tCompleted 3053 to KZ352100: 1342.16389498379\n", - "12:00:52\tCompleted 3089 to KZ116800: 513.0972099706303\n", - "12:00:52\tCompleted 3120 to KZ634600: 1831.6825339545649\n", - "12:00:52\tCompleted 3063 to KZ616000: 2166.309431995983\n", - "12:00:52\tCompleted 3061 to KZ471800: 3186.5688514175145\n", - "12:00:52\tCompleted 3122 to KZ614600: 1522.5246021964135\n", - "12:00:52\tCompleted 3118 to KZ115400: 766.2681208136213\n", - "12:00:52\tCompleted 3059 to KZ314800: 1834.9069615377075\n", - "12:00:52\tCompleted 3095 to KZ114800: 777.9482541325224\n", - "12:00:52\tCompleted 3075 to KZ353200: 740.6511696309786\n", - "12:00:53\tCompleted 3137 to KZ616000: 1702.9025661381354\n", - "12:00:53\tCompleted 3070 to KZ593200: 186.39633533237784\n", - "12:00:53\tCompleted 3076 to KZ595600: 1388.5418897319817\n", - "12:00:53\tCompleted 3112 to KZ314200: 1631.7255687116785\n", - "12:00:53\tCompleted 3104 to KZ352000: 554.689159131711212:00:53\tCompleted 3086 to KZ434000: 2385.3675477144816\n", - "\n", - "12:00:53\tCompleted 3052 to KZ633200: 1673.7598602988433\n", - "12:00:53\tCompleted 3057 to KZ154200: 1439.0467816241935\n", - "12:00:53\tCompleted 3124 to KZ155200: 426.95204200328305\n", - "12:00:53\tCompleted 3126 to KZ392000: 2433.1287860043235\n", - "12:00:53\tCompleted 3073 to KZ115400: 1346.33450880899\n", - "12:00:53\tCompleted 3061 to KZ593200: 191.65500092729613\n", - "12:00:53\tCompleted 3114 to KZ474200: 1880.4405370314832\n", - "12:00:54\tCompleted 3139 to KZ116400: 1835.768477114116\n", - "12:00:54\tCompleted 3067 to KZ115400: 706.6601162145661\n", - "12:00:54\tCompleted 3128 to KZ791710: 2251.783230552011\n", - "12:00:54\tCompleted 3091 to KZ393600: 1322.9669754442152\n", - "12:00:54\tCompleted 3102 to KZ154200: 2356.492968639657\n", - "12:00:54\tCompleted 3089 to KZ111810: 434.97124544411076\n", - "12:00:54\tCompleted 3103 to KZ751210: 1525.6385158003739\n", - "12:00:54\tCompleted 3092 to KZ475200: 3743.6319331566683\n", - "12:00:54\tCompleted 3053 to KZ352200: 682.2301993704017\n", - "12:00:54\tCompleted 3095 to KZ111010: 315.3003785625708\n", - "12:00:54\tCompleted 3080 to KZ751410: 1805.8399332324168\n", - "12:00:54\tCompleted 3070 to KZ595800: 365.9198993003\n", - "12:00:54\tCompleted 3068 to KZ751110: 2549.8075850386363\n", - "12:00:54\tCompleted 3132 to KZ234200: 4629.152025034788\n", - "12:00:54\tCompleted 3087 to KZ614400: 2494.3612192869987\n", - "12:00:54\tCompleted 3077 to KZ614600: 2067.786806151448712:00:54\tCompleted 3071 to KZ612600: 1651.6756504104499\n", - "\n", - "12:00:55\tCompleted 3076 to KZ596000: 1031.356905678891512:00:55\tCompleted 3112 to KZ353200: 291.43745269404945\n", - "\n", - "12:00:55\tCompleted 3099 to KZ616000: 1773.3140454072957\n", - "12:00:55\tCompleted 3079 to KZ154200: 1419.183664814147\n", - "12:00:55\tCompleted 3061 to KZ595800: 302.0804981400564\n", - "12:00:55\tCompleted 3057 to KZ156000: 1012.2960139924019\n", - "12:00:55\tCompleted 3106 to KZ596600: 2428.991401697541\n", - "12:00:55\tCompleted 3058 to KZ633400: 1372.0763151397414\n", - "12:00:55\tCompleted 3104 to KZ354800: 721.4938605321979\n", - "12:00:55\tCompleted 3131 to KZ116400: 1491.2258866607658\n", - "12:00:55\tCompleted 3119 to KZ751710: 1574.5818868210335\n", - "12:00:55\tCompleted 3097 to KZ634400: 1296.3413853514278\n", - "12:00:55\tCompleted 3111 to KZ751210: 3737.9321099790504\n", - "12:00:55\tCompleted 3095 to KZ116000: 292.4300888032288\n", - "12:00:55\tCompleted 3124 to KZ156400: 1222.6598952658546\n", - "12:00:55\tCompleted 3114 to KZ474600: 1557.6159762134128\n", - "12:00:55\tCompleted 3083 to KZ315000: 2118.342419389437\n", - "12:00:56\tCompleted 3054 to KZ471800: 3276.6925238252197\n", - "12:00:56\tCompleted 3120 to KZ634400: 1353.400496866448\n", - "12:00:56\tCompleted 3055 to KZ614600: 2297.2863370533146\n", - "12:00:56\tCompleted 3070 to KZ593400: 381.57983034645497\n", - "12:00:56\tCompleted 3069 to KZ313600: 2872.72438489924\n", - "12:00:56\tCompleted 3067 to KZ151000: 1155.1544368062323\n", - "12:00:56\tCompleted 3061 to KZ593400: 316.8102777247544\n", - "12:00:56\tCompleted 3108 to KZ613800: 1943.294097486062\n", - "12:00:56\tCompleted 3075 to KZ353600: 1289.9514287800257\n", - "12:00:57\tCompleted 3093 to KZ614400: 1922.7109110692968\n", - "12:00:57\tCompleted 3110 to KZ193600: 3962.889568668217\n", - "12:00:57\tCompleted 3053 to KZ352300: 1234.3639325057673\n", - "12:00:57\tCompleted 3096 to KZ751110: 3917.835490188358\n", - "12:00:57\tCompleted 3104 to KZ355200: 452.98084385802525\n", - "12:00:57\tCompleted 3125 to KZ234800: 2878.4222340768297\n", - "12:00:57\tCompleted 3124 to KZ155600: 392.53186226649433\n", - "12:00:57\tCompleted 3133 to KZ632200: 2932.335898551026\n", - "12:00:57\tCompleted 3112 to KZ353600: 1018.7386529540235\n", - "12:00:57\tCompleted 3079 to KZ156000: 992.4328971823554\n", - "12:00:57\tCompleted 3070 to KZ594200: 349.67079847185175\n", - "12:00:57\tCompleted 3095 to KZ116400: 406.53280744482936\n", - "12:00:57\tCompleted 3054 to KZ593200: 279.1941061706972\n", - "12:00:57\tCompleted 3090 to KZ194200: 1802.5796285236686\n", - "12:00:57\tCompleted 3057 to KZ154600: 1310.4334447375336\n", - "12:00:57\tCompleted 3126 to KZ395600: 2310.282135295410612:00:57\tCompleted 3091 to KZ396400: 1544.3786221175963\n", - "\n", - "12:00:57\tCompleted 3139 to KZ116800: 2163.898098338875612:00:57\tCompleted 3137 to KZ613800: 1851.156699157022\n", - "\n", - "12:00:57\tCompleted 3061 to KZ594200: 291.32550985142757\n", - "12:00:58\tCompleted 3076 to KZ596200: 1418.356355350069\n", - "12:00:58\tCompleted 3116 to KZ614800: 1954.0719001784864\n", - "12:00:58\tCompleted 3136 to KZ471800: 4797.531074070619\n", - "12:00:58\tCompleted 3058 to KZ633600: 1142.9009745512815\n", - "12:00:58\tCompleted 3074 to KZ231000: 3541.751895679145\n", - "12:00:58\tCompleted 3104 to KZ355600: 266.64198163239246\n", - "12:00:58\tCompleted 3131 to KZ116800: 1278.82703296874\n", - "12:00:58\tCompleted 3122 to KZ614800: 1903.837064283082\n", - "12:00:58\tCompleted 3098 to KZ471000: 3382.6115787778594\n", - "12:00:58\tCompleted 3114 to KZ475000: 1927.9450029632133\n", - "12:00:58\tCompleted 3052 to KZ634800: 2217.6168335098655\n", - "12:00:59\tCompleted 3067 to KZ153200: 1205.3480442349794\n", - "12:00:59\tCompleted 3106 to KZ595000: 2703.3122790420616\n", - "12:00:59\tCompleted 3070 to KZ596600: 362.05905060916564\n", - "12:00:59\tCompleted 3127 to KZ471800: 3441.851996465799\n", - "12:00:59\tCompleted 3089 to KZ116600: 1624.5901617923917\n", - "12:00:59\tCompleted 3121 to KZ471000: 3459.8520142364086\n", - "12:00:59\tCompleted 3128 to KZ611600: 2508.643765827124\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:00:59\tCompleted 3053 to KZ352800: 682.9140425115005\n", - "12:00:59\tCompleted 3095 to KZ116800: 194.1339537528041\n", - "12:00:59\tCompleted 3080 to KZ751710: 1837.8760028925606\n", - "12:00:59\tCompleted 3075 to KZ351600: 1082.184036961523612:00:59\tCompleted 3054 to KZ595800: 221.1463404117896\n", - "\n", - "12:00:59\tCompleted 3063 to KZ613800: 2314.5635650148606\n", - "12:00:59\tCompleted 3124 to KZ156800: 989.8862614947159\n", - "12:00:59\tCompleted 3119 to KZ751810: 1528.4409545871322\n", - "12:00:59\tCompleted 3061 to KZ596600: 386.2922327370552\n", - "12:00:59\tCompleted 3118 to KZ151000: 2151.476697831826\n", - "12:00:59\tCompleted 3059 to KZ315400: 1797.4543096185355\n", - "12:00:59\tCompleted 3103 to KZ751110: 1533.2438979570532\n", - "12:01:00\tCompleted 3102 to KZ156000: 1929.7422010078708\n", - "12:01:00\tCompleted 3071 to KZ616000: 1836.3426578820809\n", - "12:01:00\tCompleted 3112 to KZ351600: 673.7675732072687\n", - "12:01:00\tCompleted 3073 to KZ151000: 2731.543085827166\n", - "12:01:00\tCompleted 3076 to KZ596400: 927.3835090190084\n", - "12:01:00\tCompleted 3070 to KZ595000: 290.4904472761378\n", - "12:01:00\tCompleted 3099 to KZ613800: 1996.8190759135427\n", - "12:01:00\tCompleted 3057 to KZ154800: 1369.2740783950671\n", - "12:01:00\tCompleted 3067 to KZ153400: 789.0193736048448\n", - "12:01:01\tCompleted 3127 to KZ593200: 559.3025122348224\n", - "12:01:01\tCompleted 3095 to KZ111810: 181.8159032385421\n", - "12:01:01\tCompleted 3079 to KZ154600: 1290.5703279274871\n", - "12:01:01\tCompleted 3061 to KZ595000: 226.6510461158941\n", - "12:01:01\tCompleted 3075 to KZ354000: 624.1359676962745\n", - "12:01:01\tCompleted 3054 to KZ593400: 266.0231673443171\n", - "12:01:01\tCompleted 3089 to KZ115600: 699.0336511973135\n", - "12:01:01\tCompleted 3087 to KZ614600: 2219.468916871596\n", - "12:01:01\tCompleted 3104 to KZ352100: 884.6242554085453\n", - "12:01:01\tCompleted 3114 to KZ475200: 1938.7879637472615\n", - "12:01:01\tCompleted 3086 to KZ471000: 3941.239661147912\n", - "12:01:01\tCompleted 3083 to KZ314200: 2002.5478167181773\n", - "12:01:01\tCompleted 3131 to KZ111810: 1200.7010684422157\n", - "12:01:01\tCompleted 3120 to KZ313600: 1869.169986884869\n", - "12:01:01\tCompleted 3112 to KZ354000: 246.25655815067157\n", - "12:01:01\tCompleted 3053 to KZ356400: 999.9935309740637\n", - "12:01:01\tCompleted 3077 to KZ614800: 2307.49681140912\n", - "12:01:01\tCompleted 3132 to KZ234600: 4744.322323472893\n", - "12:01:01\tCompleted 3136 to KZ593200: 1914.9815898396323\n", - "12:01:02\tCompleted 3058 to KZ633800: 1443.48632203181\n", - "12:01:02\tCompleted 3097 to KZ313600: 1853.074045428681\n", - "12:01:02\tCompleted 3093 to KZ614600: 1609.6554312304595\n", - "12:01:02\tCompleted 3070 to KZ593600: 500.4376189811256\n", - "12:01:02\tCompleted 3052 to KZ633400: 1573.4790858563022\n", - "12:01:02\tCompleted 3091 to KZ394000: 1776.3134714834227\n", - "12:01:02\tCompleted 3068 to KZ751310: 2551.322303664399\n", - "12:01:02\tCompleted 3104 to KZ352200: 224.69055979515804\n", - "12:01:02\tCompleted 3126 to KZ395800: 2612.6662107018897\n", - "12:01:02\tCompleted 3061 to KZ593600: 436.59821782088187\n", - "12:01:02\tCompleted 3110 to KZ194000: 4029.3769345134497\n", - "12:01:02\tCompleted 3054 to KZ594200: 266.3133165426078\n", - "12:01:03\tCompleted 3108 to KZ273200: 3020.931038028499\n", - "12:01:03\tCompleted 3075 to KZ351000: 640.821360465094112:01:03\tCompleted 3127 to KZ595800: 663.2221222751997\n", - "\n", - "12:01:03\tCompleted 3096 to KZ751310: 3911.0070630636123\n", - "12:01:03\tCompleted 3069 to KZ314000: 2655.15812025555\n", - "12:01:03\tCompleted 3112 to KZ351000: 210.29292495008735\n", - "12:01:03\tCompleted 3076 to KZ594600: 1397.630186477342\n", - "12:01:03\tCompleted 3106 to KZ593600: 3040.747284866221\n", - "12:01:03\tCompleted 3092 to KZ471800: 3573.2417129959426\n", - "12:01:03\tCompleted 3083 to KZ353200: 696.4672255823972\n", - "12:01:03\tCompleted 3111 to KZ751110: 3745.689469291932\n", - "12:01:03\tCompleted 3119 to KZ751910: 1529.3796362233547\n", - "12:01:03\tCompleted 3053 to KZ352400: 633.1828529624702\n", - "12:01:03\tCompleted 3114 to KZ471800: 1768.39774358652\n", - "12:01:03\tCompleted 3139 to KZ111810: 2203.428899385364\n", - "12:01:03\tCompleted 3070 to KZ595200: 402.48918461766715\n", - "12:01:04\tCompleted 3057 to KZ155200: 1639.4997111140462\n", - "12:01:04\tCompleted 3061 to KZ595200: 338.6497834574236\n", - "12:01:04\tCompleted 3089 to KZ115200: 892.5157656835759\n", - "12:01:04\tCompleted 3055 to KZ614800: 2536.9963423109903\n", - "12:01:04\tCompleted 3128 to KZ613600: 2362.271213589211\n", - "12:01:04\tCompleted 3122 to KZ615400: 1794.7409464560178\n", - "12:01:04\tCompleted 3090 to KZ751210: 1900.7978078321446\n", - "12:01:04\tCompleted 3125 to KZ235200: 2926.0620814401973\n", - "12:01:04\tCompleted 3116 to KZ615400: 1844.9757823514221\n", - "12:01:04\tCompleted 3080 to KZ751810: 1801.587346440401\n", - "12:01:04\tCompleted 3079 to KZ154800: 1349.4109615850211\n", - "12:01:04\tCompleted 3103 to KZ751310: 1534.7586165828145\n", - "12:01:04\tCompleted 3054 to KZ596600: 473.8313379804562\n", - "12:01:05\tCompleted 3104 to KZ352300: 840.2210246063916\n", - "12:01:05\tCompleted 3127 to KZ593400: 472.6093849230595\n", - "12:01:05\tCompleted 3076 to KZ711110: 672.7904021720904\n", - "12:01:05\tCompleted 3136 to KZ595800: 2018.9011998800095\n", - "12:01:05\tCompleted 3070 to KZ591000: 292.704913370205\n", - "12:01:05\tCompleted 3133 to KZ635200: 3848.2606275777234\n", - "12:01:05\tCompleted 3061 to KZ591000: 228.86551220996145\n", - "12:01:05\tCompleted 3095 to KZ116600: 1305.6269055745793\n", - "12:01:05\tCompleted 3112 to KZ352000: 552.397843201414\n", - "12:01:05\tCompleted 3102 to KZ154600: 2227.8796317529923\n", - "12:01:05\tCompleted 3091 to KZ396800: 1522.4059290438263\n", - "12:01:05\tCompleted 3092 to KZ593200: 690.692228764975\n", - "12:01:05\tCompleted 3075 to KZ352000: 1083.56071658309\n", - "12:01:05\tCompleted 3052 to KZ633600: 1344.303745267842\n", - "12:01:05\tCompleted 3067 to KZ153600: 1757.9621383851736\n", - "12:01:05\tCompleted 3063 to KZ273200: 2475.392646661255\n", - "12:01:05\tCompleted 3058 to KZ634000: 1690.689119928839\n", - "12:01:06\tCompleted 3124 to KZ193200: 3879.683775070395312:01:06\tCompleted 3059 to KZ315600: 1923.9033785163838\n", - "\n", - "12:01:06\tCompleted 3120 to KZ314000: 1727.5266227364828\n", - "12:01:06\tCompleted 3131 to KZ116600: 2311.179654439477\n", - "12:01:06\tCompleted 3098 to KZ473600: 2963.6368127549163\n", - "12:01:06\tCompleted 3074 to KZ234000: 3750.362373046833\n", - "12:01:06\tCompleted 3137 to KZ273200: 2382.0685411683994\n", - "12:01:06\tCompleted 3054 to KZ595000: 198.7199367148323\n", - "12:01:06\tCompleted 3104 to KZ352800: 225.37440293625687\n", - "12:01:06\tCompleted 3053 to KZ356000: 1232.9003992054686\n", - "12:01:06\tCompleted 3126 to KZ392400: 2338.853136728222\n", - "12:01:06\tCompleted 3118 to KZ153200: 2201.6703052605735\n", - "12:01:06\tCompleted 3076 to KZ711410: 671.1237571266847\n", - "12:01:07\tCompleted 3071 to KZ613800: 2059.8476883883277\n", - "12:01:07\tCompleted 3106 to KZ595200: 2577.1033865921463\n", - "12:01:07\tCompleted 3073 to KZ153200: 2781.7366932559135\n", - "12:01:07\tCompleted 3095 to KZ115600: 380.0703949794871\n", - "12:01:07\tCompleted 3099 to KZ273200: 2967.647481014814\n", - "12:01:07\tCompleted 3070 to KZ595600: 459.70778740522894\n", - "12:01:07\tCompleted 3121 to KZ473600: 3040.8772482134655\n", - "12:01:07\tCompleted 3061 to KZ595600: 462.7530987318838\n", - "12:01:07\tCompleted 3132 to KZ234800: 3878.023699308452\n", - "12:01:07\tCompleted 3114 to KZ593200: 2666.380403530007\n", - "12:01:07\tCompleted 3119 to KZ751510: 1521.8681622938102\n", - "12:01:07\tCompleted 3083 to KZ353600: 1245.767484731444\n", - "12:01:07\tCompleted 3127 to KZ594200: 652.467133986571\n", - "12:01:07\tCompleted 3057 to KZ156400: 1882.0526078613734\n", - "12:01:08\tCompleted 3089 to KZ115400: 1113.0885375492326\n", - "12:01:08\tCompleted 3139 to KZ116600: 2070.4043704332553\n", - "12:01:08\tCompleted 3067 to KZ154000: 1092.964696391682\n", - "12:01:08\tCompleted 3112 to KZ354800: 733.9159385662076\n", - "12:01:08\tCompleted 3075 to KZ354800: 757.6990540675929\n", - "12:01:08\tCompleted 3096 to KZ751410: 3928.4320414672516\n", - "12:01:08\tCompleted 3054 to KZ593600: 345.5443939517194\n", - "12:01:08\tCompleted 3136 to KZ593400: 1779.7118869076155\n", - "12:01:08\tCompleted 3076 to KZ711210: 684.6069435666305\n", - "12:01:08\tCompleted 3092 to KZ595800: 794.6118388053522\n", - "12:01:08\tCompleted 3097 to KZ314000: 1711.4306812802947\n", - "12:01:08\tCompleted 3110 to KZ196400: 4462.53104118907112:01:08\tCompleted 3104 to KZ356400: 542.45389139882\n", - "\n", - "12:01:08\tCompleted 3061 to KZ596000: 105.56811467879363\n", - "12:01:08\tCompleted 3070 to KZ596000: 169.40751583903707\n", - "12:01:09\tCompleted 3087 to KZ614800: 2459.178922129273\n", - "12:01:09\tCompleted 3069 to KZ314800: 2507.344082421278\n", - "12:01:09\tCompleted 3122 to KZ615200: 1574.223801240025\n", - "12:01:09\tCompleted 3077 to KZ615400: 2303.9024364905968\n", - "12:01:09\tCompleted 3128 to KZ614000: 2309.1311666748834\n", - "12:01:09\tCompleted 3052 to KZ633800: 1644.8890927483706\n", - "12:01:09\tCompleted 3108 to KZ274400: 2950.9974380400477\n", - "12:01:09\tCompleted 3103 to KZ751410: 1550.4262356735744\n", - "12:01:09\tCompleted 3093 to KZ614800: 1990.967893317128\n", - "12:01:09\tCompleted 3095 to KZ115200: 573.5525094657497\n", - "12:01:09\tCompleted 3116 to KZ615200: 1624.4586371354294\n", - "12:01:09\tCompleted 3112 to KZ355200: 426.70500640676363\n", - "12:01:09\tCompleted 3054 to KZ595200: 310.7186740563618\n", - "12:01:09\tCompleted 3076 to KZ711310: 689.8204429667529\n", - "12:01:09\tCompleted 3104 to KZ352400: 175.64321338722655\n", - "12:01:10\tCompleted 3080 to KZ751910: 1783.7123619007343\n", - "12:01:10\tCompleted 3086 to KZ473600: 3522.264895124969\n", - "12:01:10\tCompleted 3079 to KZ155200: 1619.6365943039998\n", - "12:01:10\tCompleted 3131 to KZ115600: 1464.7634741954237\n", - "12:01:10\tCompleted 3057 to KZ155600: 1489.364621023915\n", - "12:01:10\tCompleted 3127 to KZ596600: 753.352651563336\n", - "12:01:10\tCompleted 3061 to KZ596200: 486.0616771775889\n", - "12:01:10\tCompleted 3070 to KZ596200: 481.4314386597331\n", - "12:01:10\tCompleted 3053 to KZ354400: 1354.0824317122472\n", - "12:01:10\tCompleted 3083 to KZ351600: 1038.000092912942\n", - "12:01:10\tCompleted 3092 to KZ593400: 590.3099913803196\n", - "12:01:10\tCompleted 3091 to KZ394800: 1701.0604977418827\n", - "12:01:10\tCompleted 3106 to KZ591000: 2694.059230714858\n", - "12:01:10\tCompleted 3112 to KZ355600: 279.0640596664021\n", - "12:01:11\tCompleted 3068 to KZ751410: 2566.989922755157\n", - "12:01:11\tCompleted 3067 to KZ154200: 1395.6007353610032\n", - "12:01:11\tCompleted 3076 to KZ555200: 218.7173914845444\n", - "12:01:11\tCompleted 3126 to KZ396200: 2147.2762227020194\n", - "12:01:11\tCompleted 3075 to KZ355200: 993.6472744688259\n", - "12:01:11\tCompleted 3125 to KZ235600: 3021.099847460602\n", - "12:01:11\tCompleted 3090 to KZ751110: 1908.403189988824\n", - "12:01:11\tCompleted 3120 to KZ314800: 1427.6456190288266\n", - "12:01:11\tCompleted 3054 to KZ591000: 200.93440280889968\n", - "12:01:11\tCompleted 3111 to KZ751310: 3738.861042167186\n", - "12:01:11\tCompleted 3114 to KZ595800: 2996.2591154529355\n", - "12:01:11\tCompleted 3102 to KZ154800: 2111.0603120049773\n", - "12:01:11\tCompleted 3058 to KZ635400: 2198.9250335005436\n", - "12:01:12\tCompleted 3139 to KZ115600: 1968.852534153943\n", - "12:01:12\tCompleted 3061 to KZ596400: 571.6347931530657\n", - "12:01:12\tCompleted 3136 to KZ594200: 2008.1462115913807\n", - "12:01:12\tCompleted 3070 to KZ596400: 627.8509337983745\n", - "12:01:12\tCompleted 3076 to KZ551600: 244.1769832760698\n", - "12:01:12\tCompleted 3083 to KZ354000: 579.9520236476931\n", - "12:01:12\tCompleted 3127 to KZ595000: 587.7926702510374\n", - "12:01:12\tCompleted 3055 to KZ615400: 2533.4019673924654\n", - "12:01:12\tCompleted 3057 to KZ156800: 1229.59778434614\n", - "12:01:12\tCompleted 3095 to KZ115400: 794.1252813314068\n", - "12:01:12\tCompleted 3118 to KZ153400: 1785.3416346304416\n", - "12:01:12\tCompleted 3104 to KZ356000: 957.4915100218616\n", - "12:01:12\tCompleted 3092 to KZ594200: 783.8568505167235\n", - "12:01:12\tCompleted 3133 to KZ632400: 3640.9176647713484\n", - "12:01:12\tCompleted 3063 to KZ274400: 2405.4590466728037\n", - "12:01:12\tCompleted 3054 to KZ595600: 437.7409054230641\n", - "12:01:12\tCompleted 3067 to KZ156000: 968.8499677292117\n", - "12:01:12\tCompleted 3073 to KZ153400: 2365.4080226257906\n", - "12:01:13\tCompleted 3075 to KZ355600: 705.392212229422\n", - "12:01:13\tCompleted 3052 to KZ634000: 1892.0918906454\n", - "12:01:13\tCompleted 3112 to KZ352100: 897.0463334425551\n", - "12:01:13\tCompleted 3097 to KZ314800: 1411.5496775726385\n", - "12:01:13\tCompleted 3061 to KZ594600: 471.84139547724396\n", - "12:01:13\tCompleted 3124 to KZ193400: 3829.9062619967126\n", - "12:01:13\tCompleted 3074 to KZ234200: 4201.308079567769\n", - "12:01:13\tCompleted 3131 to KZ115200: 1658.2455886816858\n", - "12:01:13\tCompleted 3076 to KZ553200: 529.0762028547549\n", - "12:01:13\tCompleted 3053 to KZ351800: 1259.7487088166176\n", - "12:01:13\tCompleted 3098 to KZ474200: 3410.2609738214383\n", - "12:01:13\tCompleted 3096 to KZ751710: 3969.420073236154\n", - "12:01:13\tCompleted 3137 to KZ274400: 2319.1972286550945\n", - "12:01:14\tCompleted 3070 to KZ594600: 522.195619835675\n", - "12:01:14\tCompleted 3083 to KZ351000: 596.6374164165127\n", - "12:01:14\tCompleted 3099 to KZ274400: 2897.7138810263623\n", - "12:01:14\tCompleted 3059 to KZ316000: 1911.9179361185431\n", - "12:01:14\tCompleted 3106 to KZ595600: 2565.5647170391726\n", - "12:01:14\tCompleted 3110 to KZ196800: 3930.6894389478807\n", - "12:01:14\tCompleted 3103 to KZ751710: 1586.1421895038352\n", - "12:01:14\tCompleted 3054 to KZ596000: 14.514290809631348\n", - "12:01:14\tCompleted 3127 to KZ593600: 702.3412745353307\n", - "12:01:14\tCompleted 3091 to KZ395000: 1629.0359074328487\n", - "12:01:14\tCompleted 3112 to KZ352200: 237.1126378291678\n", - "12:01:14\tCompleted 3128 to KZ613900: 2587.0544386913193\n", - "12:01:14\tCompleted 3132 to KZ235200: 3925.6635466718194\n", - "12:01:14\tCompleted 3120 to KZ315400: 1390.1929671096545\n", - "12:01:14\tCompleted 3080 to KZ751510: 1784.2736379414162\n", - "12:01:14\tCompleted 3069 to KZ315400: 2469.891430502095\n", - "12:01:14\tCompleted 3119 to KZ231000: 2986.22571006441212:01:14\tCompleted 3079 to KZ156400: 1732.9286831127083\n", - "\n", - "12:01:14\tCompleted 3061 to KZ711110: 289.539519259011\n", - "12:01:14\tCompleted 3071 to KZ273200: 2919.5264924580033\n", - "12:01:15\tCompleted 3092 to KZ596600: 884.7423680934886\n", - "12:01:15\tCompleted 3076 to KZ553600: 520.4330837690759\n", - "12:01:15\tCompleted 3126 to KZ396600: 2155.1950634932086\n", - "12:01:15\tCompleted 3104 to KZ354400: 896.0605590899708\n", - "12:01:15\tCompleted 3067 to KZ154600: 1266.9873984743433\n", - "12:01:15\tCompleted 3070 to KZ711110: 312.98560885797104\n", - "12:01:15\tCompleted 3089 to KZ151000: 2498.297114567423\n", - "12:01:15\tCompleted 3058 to KZ635000: 1726.258243588911\n", - "12:01:15\tCompleted 3077 to KZ615200: 2119.4860051950527\n", - "12:01:16\tCompleted 3139 to KZ115200: 1629.5803387570884\n", - "12:01:16\tCompleted 3114 to KZ593400: 3136.6983362698766\n", - "12:01:16\tCompleted 3122 to KZ616400: 2416.043647140957\n", - "12:01:16\tCompleted 3053 to KZ393200: 769.5234064432228\n", - "12:01:16\tCompleted 3108 to KZ275400: 3626.185869997058\n", - "12:01:16\tCompleted 3087 to KZ615400: 2455.5845472107467\n", - "12:01:16\tCompleted 3061 to KZ711410: 279.67374007998296\n", - "12:01:16\tCompleted 3093 to KZ615400: 1881.8717754900638\n", - "12:01:16\tCompleted 3116 to KZ616400: 2466.2784830363616\n", - "12:01:16\tCompleted 3054 to KZ596200: 532.9424989393115\n", - "12:01:16\tCompleted 3136 to KZ596600: 2109.0317291681445\n", - "12:01:16\tCompleted 3121 to KZ474200: 3487.5014092799875\n", - "12:01:16\tCompleted 3070 to KZ711410: 303.119829678943\n", - "12:01:17\tCompleted 3075 to KZ352100: 1312.0525254976355\n", - "12:01:17\tCompleted 3076 to KZ552200: 509.5218945446356\n", - "12:01:17\tCompleted 3091 to KZ395200: 1161.000422357979\n", - "12:01:17\tCompleted 3083 to KZ352000: 1039.3767725345085\n", - "12:01:17\tCompleted 3127 to KZ595200: 699.7914075925669\n", - "12:01:17\tCompleted 3092 to KZ595000: 719.18238678119\n", - "12:01:17\tCompleted 3112 to KZ352300: 813.9451871551299\n", - "12:01:17\tCompleted 3061 to KZ711210: 277.029509521959\n", - "12:01:17\tCompleted 3090 to KZ751310: 1909.9179086145853\n", - "12:01:17\tCompleted 3125 to KZ233600: 3026.8618362607267\n", - "12:01:18\tCompleted 3106 to KZ596000: 2784.3604224722744\n", - "12:01:18\tCompleted 3102 to KZ155200: 2537.9989749067363\n", - "12:01:18\tCompleted 3070 to KZ711210: 300.47559912091907\n", - "12:01:18\tCompleted 3097 to KZ315400: 1374.0970256534665\n", - "12:01:18\tCompleted 3067 to KZ154800: 1325.8280321318782\n", - "12:01:18\tCompleted 3054 to KZ596400: 520.8476827726284\n", - "12:01:18\tCompleted 3076 to KZ554600: 568.3743151988456\n", - "12:01:18\tCompleted 3052 to KZ635400: 2400.327804217095\n", - "12:01:18\tCompleted 3104 to KZ351800: 865.6058009172419\n", - "12:01:18\tCompleted 3058 to KZ632200: 1075.9385623551761\n", - "12:01:18\tCompleted 3131 to KZ115400: 1878.8183605473416\n", - "12:01:18\tCompleted 3075 to KZ352200: 687.9963548423909\n", - "12:01:18\tCompleted 3086 to KZ474200: 3968.889056191491\n", - "12:01:18\tCompleted 3053 to KZ393400: 1025.9855812191606\n", - "12:01:18\tCompleted 3112 to KZ352800: 237.79648097026663\n", - "12:01:18\tCompleted 3103 to KZ751810: 1540.0012572699338\n", - "12:01:18\tCompleted 3111 to KZ751410: 3756.2860205708253\n", - "12:01:18\tCompleted 3079 to KZ155600: 1469.501504213869\n", - "12:01:18\tCompleted 3124 to KZ193600: 3298.7818164767323\n", - "12:01:19\tCompleted 3061 to KZ711310: 267.2895688290736\n", - "12:01:19\tCompleted 3083 to KZ354800: 713.5151100190113\n", - "12:01:19\tCompleted 3139 to KZ115400: 1657.8074574068023\n", - "12:01:19\tCompleted 3127 to KZ591000: 590.0071363451048\n", - "12:01:19\tCompleted 3063 to KZ275400: 3080.647478629814\n", - "12:01:19\tCompleted 3070 to KZ711310: 290.7356584280336\n", - "12:01:19\tCompleted 3057 to KZ193200: 2915.959875787784\n", - "12:01:19\tCompleted 3133 to KZ632800: 3391.144539266571\n", - "12:01:19\tCompleted 3055 to KZ615200: 2348.985536096918612:01:19\tCompleted 3076 to KZ555600: 699.7380610574537\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:01:19\tCompleted 3128 to KZ612000: 2416.7069601648736\n", - "12:01:19\tCompleted 3092 to KZ593600: 833.7309910654833\n", - "12:01:19\tCompleted 3120 to KZ315600: 1516.6420360075028\n", - "12:01:19\tCompleted 3068 to KZ751710: 2602.7058765854154\n", - "12:01:20\tCompleted 3114 to KZ594200: 2810.0402529993057\n", - "12:01:20\tCompleted 3054 to KZ594600: 446.8292021684242\n", - "12:01:20\tCompleted 3136 to KZ595000: 1943.47174785584712:01:20\tCompleted 3073 to KZ153600: 3148.007067816453\n", - "12:01:20\tCompleted 3118 to KZ153600: 2567.940679821128\n", - "\n", - "12:01:20\tCompleted 3096 to KZ751810: 3915.663917313104\n", - "12:01:20\tCompleted 3059 to KZ316600: 1848.3778013930178\n", - "12:01:20\tCompleted 3091 to KZ391000: 1356.7066868669529\n", - "12:01:20\tCompleted 3126 to KZ394200: 2604.1054422469538\n", - "12:01:20\tCompleted 3112 to KZ356400: 554.8759694328297\n", - "12:01:20\tCompleted 3139 to KZ151000: 20.72670278803522\n", - "12:01:21\tCompleted 3079 to KZ156800: 1043.7839965205733\n", - "12:01:21\tCompleted 3104 to KZ393200: 1010.5364687724667\n", - "12:01:21\tCompleted 3053 to KZ391600: 962.1217867230613\n", - "12:01:21\tCompleted 3122 to KZ615600: 1614.3521510059334\n", - "12:01:21\tCompleted 3125 to KZ633200: 1275.4704300864175\n", - "12:01:21\tCompleted 3098 to KZ474600: 3087.4364130033564\n", - "12:01:21\tCompleted 3132 to KZ235600: 4020.7013126922243\n", - "12:01:21\tCompleted 3076 to KZ551000: 151.38132768511198\n", - "12:01:21\tCompleted 3116 to KZ615600: 1664.586986901338\n", - "12:01:21\tCompleted 3095 to KZ151000: 2179.333858349611\n", - "12:01:21\tCompleted 3054 to KZ711110: 373.8874559081067\n", - "12:01:21\tCompleted 3137 to KZ275400: 2994.385660612105\n", - "12:01:21\tCompleted 3061 to KZ555200: 1011.104428050262412:01:21\tCompleted 3093 to KZ615200: 1661.354630274071\n", - "\n", - "12:01:21\tCompleted 3074 to KZ234600: 4316.478378005823\n", - "12:01:21\tCompleted 3110 to KZ191600: 3956.4874150079654\n", - "12:01:21\tCompleted 3083 to KZ355200: 949.4633304202445\n", - "12:01:21\tCompleted 3112 to KZ352400: 188.065291421236312:01:21\tCompleted 3067 to KZ155200: 1596.053664850856\n", - "\n", - "12:01:22\tCompleted 3127 to KZ595600: 823.894722867027\n", - "12:01:22\tCompleted 3139 to KZ153200: 59.15290046499839\n", - "12:01:22\tCompleted 3119 to KZ234000: 3194.8361874321\n", - "12:01:22\tCompleted 3092 to KZ595200: 831.1811241227194\n", - "12:01:22\tCompleted 3108 to KZ273600: 2794.1451289795964\n", - "12:01:22\tCompleted 3106 to KZ596200: 2389.1436885348257\n", - "12:01:22\tCompleted 3071 to KZ274400: 2849.5928924695518\n", - "12:01:22\tCompleted 3052 to KZ635000: 1927.661014305472\n", - "12:01:22\tCompleted 3070 to KZ555200: 1034.5505176492225\n", - "12:01:22\tCompleted 3069 to KZ315600: 2596.3404993999525\n", - "12:01:22\tCompleted 3087 to KZ615200: 2271.1681159152\n", - "12:01:22\tCompleted 3076 to KZ556000: 168.19589757954435\n", - "12:01:23\tCompleted 3075 to KZ352300: 1380.8874552171912\n", - "12:01:23\tCompleted 3114 to KZ596600: 2562.3033858836507\n", - "12:01:23\tCompleted 3120 to KZ316000: 1461.7246130943404\n", - "12:01:23\tCompleted 3080 to KZ231000: 3509.881123760282\n", - "12:01:23\tCompleted 3053 to KZ393600: 817.5268262995088\n", - "12:01:23\tCompleted 3136 to KZ593600: 2058.020352140141\n", - "12:01:23\tCompleted 3091 to KZ395400: 1400.0705817922667\n", - "12:01:23\tCompleted 3103 to KZ751910: 1540.9399389061564\n", - "12:01:23\tCompleted 3097 to KZ315600: 1500.5460945513148\n", - "12:01:23\tCompleted 3058 to KZ635200: 1991.863291381939\n", - "12:01:23\tCompleted 3054 to KZ711410: 364.0216767290786512:01:23\tCompleted 3089 to KZ153200: 2548.49072199617\n", - "\n", - "12:01:23\tCompleted 3104 to KZ393400: 1018.6387350812262\n", - "12:01:23\tCompleted 3061 to KZ551600: 744.5377060647163\n", - "12:01:24\tCompleted 3090 to KZ751410: 1925.5855277053452\n", - "12:01:24\tCompleted 3139 to KZ153400: 659.965409172444\n", - "12:01:24\tCompleted 3083 to KZ355600: 661.2082681808405\n", - "12:01:24\tCompleted 3127 to KZ596000: 466.7097388139369\n", - "12:01:24\tCompleted 3102 to KZ156400: 2377.1240690048917\n", - "12:01:24\tCompleted 3076 to KZ556800: 98.53924929950261\n", - "12:01:24\tCompleted 3092 to KZ591000: 721.3968528752573\n", - "12:01:24\tCompleted 3121 to KZ474600: 3164.6768484619056\n", - "12:01:24\tCompleted 3099 to KZ275400: 3572.9023129833727\n", - "12:01:24\tCompleted 3070 to KZ551600: 767.9837956636763\n", - "12:01:24\tCompleted 3124 to KZ194000: 3365.269182321968\n", - "12:01:24\tCompleted 3112 to KZ356000: 931.2156725706\n", - "12:01:25\tCompleted 3075 to KZ352800: 712.5992842315003\n", - "12:01:25\tCompleted 3131 to KZ151000: 3264.0269375654925\n", - "12:01:25\tCompleted 3054 to KZ711210: 361.3774461710547\n", - "12:01:25\tCompleted 3126 to KZ394400: 2683.9926533817006\n", - "12:01:25\tCompleted 3128 to KZ614400: 2513.5872381311156\n", - "12:01:25\tCompleted 3077 to KZ616400: 2821.107557390461\n", - "12:01:25\tCompleted 3063 to KZ273600: 2248.6067376123574\n", - "12:01:25\tCompleted 3057 to KZ193400: 2641.1488248669175\n", - "12:01:25\tCompleted 3076 to KZ554800: 422.32348562629096\n", - "12:01:25\tCompleted 3096 to KZ751910: 3936.804833663511\n", - "12:01:25\tCompleted 3053 to KZ396400: 971.4992762215915\n", - "12:01:25\tCompleted 3139 to KZ153600: 708.3361287513816\n", - "12:01:25\tCompleted 3122 to KZ615800: 1628.7317703334654\n", - "12:01:26\tCompleted 3052 to KZ632200: 1277.3413330717372\n", - "12:01:26\tCompleted 3111 to KZ751710: 3797.274052339728\n", - "12:01:26\tCompleted 3061 to KZ553200: 863.4856994714238\n", - "12:01:26\tCompleted 3054 to KZ711310: 351.63750547816926\n", - "12:01:26\tCompleted 3067 to KZ156400: 1838.6065615981834\n", - "12:01:26\tCompleted 3073 to KZ154000: 2669.3533454126114\n", - "12:01:26\tCompleted 3116 to KZ615800: 1678.9666062288698\n", - "12:01:26\tCompleted 3118 to KZ154000: 2089.2869574172746\n", - "12:01:26\tCompleted 3133 to KZ636800: 3416.0381207951855\n", - "12:01:26\tCompleted 3104 to KZ391600: 953.5832668320652\n", - "12:01:26\tCompleted 3127 to KZ596200: 853.7091884851152\n", - "12:01:26\tCompleted 3086 to KZ474600: 3646.064495373409\n", - "12:01:26\tCompleted 3136 to KZ595200: 2055.4704851973765\n", - "12:01:26\tCompleted 3076 to KZ556400: 172.59125556188317\n", - "12:01:27\tCompleted 3070 to KZ553200: 886.9317890703838\n", - "12:01:27\tCompleted 3092 to KZ595600: 955.2844393971795\n", - "12:01:27\tCompleted 3114 to KZ595000: 2836.624263228163\n", - "12:01:27\tCompleted 3120 to KZ316600: 1441.1164588841368\n", - "12:01:27\tCompleted 3112 to KZ354400: 893.7692431596735\n", - "12:01:27\tCompleted 3110 to KZ195200: 3894.252438142698\n", - "12:01:27\tCompleted 3091 to KZ392000: 1516.994276872506\n", - "12:01:27\tCompleted 3075 to KZ356400: 1004.089686369759\n", - "12:01:27\tCompleted 3137 to KZ273600: 2162.34491959465\n", - "12:01:27\tCompleted 3139 to KZ154000: 134.12489168102778\n", - "12:01:27\tCompleted 3083 to KZ352100: 1267.8685814490539\n", - "12:01:27\tCompleted 3125 to KZ634800: 1830.797605290611\n", - "12:01:27\tCompleted 3103 to KZ751510: 1533.4284649766118\n", - "12:01:27\tCompleted 3068 to KZ751810: 2556.5649443515176\n", - "12:01:28\tCompleted 3058 to KZ632400: 1784.520328575535\n", - "12:01:28\tCompleted 3061 to KZ553600: 814.4886977063968\n", - "12:01:28\tCompleted 3076 to KZ554200: 611.8178831885307\n", - "12:01:28\tCompleted 3106 to KZ596400: 3258.2108675120776\n", - "12:01:28\tCompleted 3079 to KZ193200: 2809.572316938385\n", - "12:01:28\tCompleted 3069 to KZ316000: 2385.231506441754\n", - "12:01:28\tCompleted 3097 to KZ316000: 1516.6298439722011\n", - "12:01:28\tCompleted 3132 to KZ233600: 4026.463301492349\n", - "12:01:28\tCompleted 3074 to KZ234800: 3450.1797538414394\n", - "12:01:28\tCompleted 3092 to KZ596000: 598.0994553440894\n", - "12:01:28\tCompleted 3059 to KZ316200: 2178.7997999233903\n", - "12:01:28\tCompleted 3127 to KZ596400: 627.5041680848892\n", - "12:01:28\tCompleted 3053 to KZ394000: 1203.434125587418\n", - "12:01:29\tCompleted 3104 to KZ393600: 991.1006918774551\n", - "12:01:29\tCompleted 3098 to KZ475000: 3457.7654397531337\n", - "12:01:29\tCompleted 3070 to KZ553600: 837.9347873053568\n", - "12:01:29\tCompleted 3095 to KZ153200: 2229.5274657783584\n", - "12:01:29\tCompleted 3139 to KZ154200: 236.87005768508885\n", - "12:01:29\tCompleted 3067 to KZ155600: 1445.9185747607262\n", - "12:01:29\tCompleted 3083 to KZ352200: 643.8124107938095\n", - "12:01:29\tCompleted 3119 to KZ234200: 3645.7818939530357\n", - "12:01:29\tCompleted 3055 to KZ616400: 3050.6070882923286\n", - "12:01:29\tCompleted 3075 to KZ352400: 651.7285719157682\n", - "12:01:29\tCompleted 3093 to KZ616400: 2503.1744761750033\n", - "12:01:29\tCompleted 3054 to KZ555200: 1095.4523646993573\n", - "12:01:29\tCompleted 3122 to KZ612600: 1458.846619138509\n", - "12:01:29\tCompleted 3089 to KZ153400: 2132.162051366051\n", - "12:01:30\tCompleted 3112 to KZ351800: 839.3299634659803\n", - "12:01:30\tCompleted 3128 to KZ614600: 2303.2388655997065\n", - "12:01:30\tCompleted 3108 to KZ276600: 2875.9703756785825\n", - "12:01:30\tCompleted 3102 to KZ155600: 2289.9688485848296\n", - "12:01:30\tCompleted 3132 to KZ633200: 327.49666010352183\n", - "12:01:30\tCompleted 3126 to KZ433200: 3452.5415322687245\n", - "12:01:30\tCompleted 3136 to KZ591000: 1945.6862139499146\n", - "12:01:30\tCompleted 3061 to KZ552200: 706.0207556846698\n", - "12:01:30\tCompleted 3139 to KZ156000: 206.7355597629744\n", - "12:01:30\tCompleted 3091 to KZ395600: 1394.1476261635823\n", - "12:01:30\tCompleted 3090 to KZ751710: 1961.301481535606\n", - "12:01:30\tCompleted 3127 to KZ594600: 832.9830196123872\n", - "12:01:31\tCompleted 3071 to KZ275400: 3524.781324426562\n", - "12:01:31\tCompleted 3124 to KZ196400: 3798.423288997545\n", - "12:01:31\tCompleted 3057 to KZ193600: 2507.256563121463\n", - "12:01:31\tCompleted 3058 to KZ632800: 1534.747203070744\n", - "12:01:31\tCompleted 3053 to KZ396800: 934.0995488829794\n", - "12:01:31\tCompleted 3092 to KZ596200: 985.0989050152677\n", - "12:01:31\tCompleted 3070 to KZ552200: 729.4668452836298\n", - "12:01:31\tCompleted 3063 to KZ276600: 2330.4319843113403\n", - "12:01:31\tCompleted 3125 to KZ633400: 1175.1896556438764\n", - "12:01:31\tCompleted 3106 to KZ594600: 2483.5566074354506\n", - "12:01:31\tCompleted 3087 to KZ616400: 2972.7896681106113\n", - "12:01:31\tCompleted 3096 to KZ751510: 3925.3207715625954\n", - "12:01:31\tCompleted 3131 to KZ153200: 3314.22054499424\n", - "12:01:31\tCompleted 3132 to KZ634800: 720.7450786905309\n", - "12:01:31\tCompleted 3067 to KZ156800: 1171.644422155218\n", - "12:01:32\tCompleted 3139 to KZ154600: 107.42829367368236\n", - "12:01:32\tCompleted 3054 to KZ551600: 828.8856427138121\n", - "12:01:32\tCompleted 3121 to KZ475000: 3535.005875211683\n", - "12:01:32\tCompleted 3116 to KZ612600: 1509.0814550339132\n", - "12:01:32\tCompleted 3104 to KZ396400: 1212.5123385508355\n", - "12:01:32\tCompleted 3127 to KZ711110: 81.2153131980943\n", - "12:01:32\tCompleted 3061 to KZ554600: 755.8894746407215\n", - "12:01:32\tCompleted 3077 to KZ615600: 2360.5323669559093\n", - "12:01:32\tCompleted 3099 to KZ273600: 2740.861571965911\n", - "12:01:32\tCompleted 3120 to KZ316200: 1728.6064768991873\n", - "12:01:32\tCompleted 3114 to KZ593600: 3174.059269052322\n", - "12:01:32\tCompleted 3073 to KZ154200: 2971.9893843819336\n", - "12:01:32\tCompleted 3092 to KZ596400: 617.6142829312961\n", - "12:01:33\tCompleted 3118 to KZ154200: 2391.9229963865937\n", - "12:01:33\tCompleted 3112 to KZ393200: 1036.0958007762913\n", - "12:01:33\tCompleted 3110 to KZ195000: 4340.38159745966\n", - "12:01:33\tCompleted 3111 to KZ751810: 3743.5178964166776\n", - "12:01:33\tCompleted 3070 to KZ554600: 779.3355642396815\n", - "12:01:33\tCompleted 3097 to KZ316600: 1425.0205174279488\n", - "12:01:33\tCompleted 3132 to KZ633400: 590.1584516409241\n", - "12:01:33\tCompleted 3083 to KZ352300: 1336.7035111686096\n", - "12:01:33\tCompleted 3139 to KZ154800: 358.41421585458136\n", - "12:01:33\tCompleted 3096 to KZ231000: 749.1752762593635\n", - "12:01:33\tCompleted 3080 to KZ234000: 3718.49160112797\n", - "12:01:33\tCompleted 3127 to KZ711410: 107.32781328160594\n", - "12:01:33\tCompleted 3052 to KZ635200: 2193.2660620984925\n", - "12:01:33\tCompleted 3053 to KZ394800: 1175.741145642676\n", - "12:01:33\tCompleted 3133 to KZ635800: 3865.540368492393\n", - "12:01:34\tCompleted 3075 to KZ356000: 1498.1579406326605\n", - "12:01:34\tCompleted 3069 to KZ316600: 2520.814922276597\n", - "12:01:34\tCompleted 3136 to KZ595600: 2179.573800471838\n", - "12:01:34\tCompleted 3103 to KZ231000: 2938.627052859831\n", - "12:01:34\tCompleted 3122 to KZ616000: 1643.51362661014\n", - "12:01:34\tCompleted 3058 to KZ636800: 1559.6407845993588\n", - "12:01:34\tCompleted 3132 to KZ633600: 207.7161673856623\n", - "12:01:34\tCompleted 3054 to KZ553200: 887.4740775247076\n", - "12:01:34\tCompleted 3139 to KZ155200: 437.322987174944\n", - "12:01:34\tCompleted 3125 to KZ633600: 957.484517048588\n", - "12:01:35\tCompleted 3126 to KZ431900: 2955.2611679778556\n", - "12:01:35\tCompleted 3096 to KZ234000: 653.178490497766\n", - "12:01:35\tCompleted 3102 to KZ156800: 1687.979382412756\n", - "12:01:35\tCompleted 3137 to KZ276600: 2244.170166293629\n", - "12:01:35\tCompleted 3127 to KZ711210: 108.48957470850432\n", - "12:01:35\tCompleted 3076 to KZ791110: 2338.237097808155\n", - "12:01:35\tCompleted 3059 to KZ311000: 2033.6506196241767\n", - "12:01:35\tCompleted 3091 to KZ395800: 1696.5317015700555\n", - "12:01:35\tCompleted 3083 to KZ352800: 668.4153401829188\n", - "12:01:35\tCompleted 3092 to KZ594600: 964.3727361425398\n", - "12:01:35\tCompleted 3074 to KZ235200: 3497.819601204807\n", - "12:01:35\tCompleted 3093 to KZ615600: 1701.4829800399796\n", - "12:01:35\tCompleted 3104 to KZ394000: 1444.447187916662\n", - "12:01:35\tCompleted 3132 to KZ633800: 151.87658729141262\n", - "12:01:35\tCompleted 3106 to KZ711110: 2949.2305167004156\n", - "12:01:35\tCompleted 3086 to KZ475000: 4016.3935221231864\n", - "12:01:35\tCompleted 3095 to KZ153400: 1813.1987951482272\n", - "12:01:36\tCompleted 3061 to KZ555600: 1326.2419447512186\n", - "12:01:36\tCompleted 3128 to KZ614800: 2784.8596709707977\n", - "12:01:36\tCompleted 3112 to KZ393400: 1035.6170200570225\n", - "12:01:36\tCompleted 3108 to KZ275000: 2752.2851363528375\n", - "12:01:36\tCompleted 3053 to KZ395000: 1040.729527272002\n", - "12:01:36\tCompleted 3114 to KZ595200: 2710.4153707782475\n", - "12:01:36\tCompleted 3124 to KZ196800: 3266.581686756399\n", - "12:01:36\tCompleted 3068 to KZ751910: 2557.5036259877375\n", - "12:01:36\tCompleted 3119 to KZ234600: 3760.95219239109\n", - "12:01:36\tCompleted 3120 to KZ311000: 1626.3892771152957\n", - "12:01:36\tCompleted 3070 to KZ555600: 1349.6880343501782\n", - "12:01:36\tCompleted 3092 to KZ711110: 239.532951837288\n", - "12:01:36\tCompleted 3127 to KZ711310: 120.34693416443619\n", - "12:01:37\tCompleted 3139 to KZ156400: 1107.1858656331256\n", - "12:01:37\tCompleted 3063 to KZ275000: 2206.746744985594\n", - "12:01:37\tCompleted 3096 to KZ234200: 1259.9497493568774\n", - "12:01:37\tCompleted 3079 to KZ193400: 2534.7612660175187\n", - "12:01:37\tCompleted 3090 to KZ751810: 1915.1605493017046\n", - "12:01:37\tCompleted 3057 to KZ194000: 2701.2847435530157\n", - "12:01:37\tCompleted 3054 to KZ553600: 898.8366343554926\n", - "12:01:37\tCompleted 3136 to KZ596000: 1822.3888164187467\n", - "12:01:37\tCompleted 3132 to KZ634000: 395.22013582606616\n", - "12:01:37\tCompleted 3061 to KZ551000: 781.1133505350522\n", - "12:01:37\tCompleted 3071 to KZ273600: 2692.7405834091005\n", - "12:01:37\tCompleted 3055 to KZ615600: 2590.0318978577857\n", - "12:01:37\tCompleted 3053 to KZ395200: 684.5664393500901\n", - "12:01:37\tCompleted 3089 to KZ153600: 2914.761096556712\n", - "12:01:38\tCompleted 3125 to KZ633800: 1258.0698645291166\n", - "12:01:38\tCompleted 3092 to KZ711410: 237.86630679188244\n", - "12:01:38\tCompleted 3083 to KZ356400: 959.9057423211775\n", - "12:01:38\tCompleted 3112 to KZ391600: 940.2873306621289\n", - "12:01:38\tCompleted 3098 to KZ475200: 3468.608400537183\n", - "12:01:38\tCompleted 3075 to KZ354400: 1424.9321165413496\n", - "12:01:38\tCompleted 3052 to KZ632400: 1985.923099292096\n", - "12:01:38\tCompleted 3110 to KZ194400: 4163.667468224407\n", - "12:01:38\tCompleted 3073 to KZ156000: 2545.238616750154\n", - "12:01:38\tCompleted 3139 to KZ155600: 301.8145815904927\n", - "12:01:39\tCompleted 3118 to KZ156000: 1965.1722287548089\n", - "12:01:39\tCompleted 3116 to KZ616000: 1693.7484625055442\n", - "12:01:39\tCompleted 3131 to KZ153400: 2897.891874364117\n", - "12:01:39\tCompleted 3091 to KZ392400: 1422.718627596395212:01:39\tCompleted 3099 to KZ276600: 2822.686818664897\n", - "\n", - "12:01:39\tCompleted 3070 to KZ551000: 804.5594401340122\n", - "12:01:39\tCompleted 3058 to KZ635800: 2009.1430322966141\n", - "12:01:39\tCompleted 3104 to KZ396800: 1190.5396454770655\n", - "12:01:39\tCompleted 3087 to KZ615600: 2583.2301023347272\n", - "12:01:39\tCompleted 3092 to KZ711210: 251.3494932318282\n", - "12:01:39\tCompleted 3067 to KZ193200: 2855.1976824789663\n", - "12:01:39\tCompleted 3127 to KZ555200: 826.2939305360138\n", - "12:01:39\tCompleted 3126 to KZ434600: 2988.9257384042335\n", - "12:01:39\tCompleted 3077 to KZ615800: 2198.7243348964935\n", - "12:01:39\tCompleted 3096 to KZ234600: 1375.1200477949578\n", - "12:01:39\tCompleted 3121 to KZ475200: 3545.8488359957323\n", - "12:01:39\tCompleted 3053 to KZ391000: 783.8273409709482\n", - "12:01:39\tCompleted 3054 to KZ552200: 790.3686923337656\n", - "12:01:39\tCompleted 3132 to KZ635400: 903.4560493977722\n", - "12:01:40\tCompleted 3114 to KZ591000: 2827.3712149009593\n", - "12:01:40\tCompleted 3083 to KZ352400: 607.5446278671867\n", - "12:01:40\tCompleted 3097 to KZ316200: 1783.51170777704812:01:40\tCompleted 3069 to KZ316200: 2652.1133702465886\n", - "\n", - "12:01:40\tCompleted 3061 to KZ556000: 829.2347327430693\n", - "12:01:40\tCompleted 3122 to KZ613800: 1867.018657116387\n", - "12:01:40\tCompleted 3139 to KZ156800: 873.2406589867333\n", - "12:01:40\tCompleted 3106 to KZ711410: 2939.364737521389\n", - "12:01:40\tCompleted 3076 to KZ791310: 2314.1142142502517\n", - "12:01:41\tCompleted 3102 to KZ193200: 1887.9466938172627\n", - "12:01:41\tCompleted 3133 to KZ636200: 3534.4536906943026\n", - "12:01:41\tCompleted 3092 to KZ711310: 256.5629926319506\n", - "12:01:41\tCompleted 3112 to KZ393600: 1016.6600238812794\n", - "12:01:41\tCompleted 3111 to KZ751910: 3764.658812767085\n", - "12:01:41\tCompleted 3059 to KZ315000: 2150.8594358578112:01:41\tCompleted 3132 to KZ635000: 432.8336242698538\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:01:41\tCompleted 3096 to KZ234800: 796.704860920369412:01:41\tCompleted 3136 to KZ596200: 2209.3882660899208\n", - "\n", - "12:01:41\tCompleted 3093 to KZ615800: 1715.8625993675114\n", - "12:01:41\tCompleted 3127 to KZ551600: 559.7272085504677\n", - "12:01:41\tCompleted 3091 to KZ396200: 1231.141713570177\n", - "12:01:41\tCompleted 3125 to KZ634000: 1505.2726624261456\n", - "12:01:41\tCompleted 3120 to KZ315000: 1743.5980933489286\n", - "12:01:41\tCompleted 3054 to KZ554600: 744.9660930236538\n", - "12:01:42\tCompleted 3070 to KZ556000: 852.6808223420294\n", - "12:01:42\tCompleted 3075 to KZ351800: 1406.2722315280416\n", - "12:01:42\tCompleted 3052 to KZ632800: 1736.1499737873048\n", - "12:01:42\tCompleted 3053 to KZ395400: 827.1912358962619\n", - "12:01:42\tCompleted 3103 to KZ234000: 3147.237530227519\n", - "12:01:42\tCompleted 3137 to KZ275000: 2109.867823395993\n", - "12:01:42\tCompleted 3092 to KZ555200: 511.86720016490057\n", - "12:01:42\tCompleted 3119 to KZ234800: 2894.6535682267063\n", - "12:01:42\tCompleted 3132 to KZ632200: 223.6073773074395\n", - "12:01:42\tCompleted 3079 to KZ193600: 2400.869004272072\n", - "12:01:43\tCompleted 3080 to KZ234200: 4169.4373076489055\n", - "12:01:43\tCompleted 3061 to KZ556800: 1029.9226576150113\n", - "12:01:43\tCompleted 3096 to KZ235200: 944.0635361429933\n", - "12:01:43\tCompleted 3058 to KZ636200: 1678.056354498481\n", - "12:01:43\tCompleted 3104 to KZ394800: 1369.1942141751226\n", - "12:01:43\tCompleted 3090 to KZ751910: 1916.0992309379271\n", - "12:01:43\tCompleted 3092 to KZ551600: 245.30047817935434\n", - "12:01:43\tCompleted 3074 to KZ235600: 3592.857367225212\n", - "12:01:43\tCompleted 3095 to KZ153600: 2595.7978403389125\n", - "12:01:43\tCompleted 3128 to KZ615400: 2526.023438061346\n", - "12:01:43\tCompleted 3057 to KZ196400: 2911.136492197333\n", - "12:01:44\tCompleted 3110 to KZ194600: 4174.184434228899\n", - "12:01:44\tCompleted 3083 to KZ356000: 1453.9739965840788\n", - "12:01:44\tCompleted 3127 to KZ553200: 678.6752019571752\n", - "12:01:44\tCompleted 3114 to KZ595600: 2698.8767012252824\n", - "12:01:44\tCompleted 3068 to KZ751510: 2549.9921520581943\n", - "12:01:44\tCompleted 3132 to KZ635200: 698.4386720628816\n", - "12:01:44\tCompleted 3063 to KZ274800: 2731.6345527970866\n", - "12:01:44\tCompleted 3086 to KZ475200: 4027.2364829072358\n", - "12:01:44\tCompleted 3112 to KZ396400: 1238.07167055466\n", - "12:01:44\tCompleted 3106 to KZ711210: 2936.720506963366\n", - "12:01:44\tCompleted 3096 to KZ235600: 614.1120129239495\n", - "12:01:44\tCompleted 3108 to KZ274800: 3277.1729441643306\n", - "12:01:44\tCompleted 3073 to KZ154600: 2843.376047495268712:01:44\tCompleted 3070 to KZ556800: 1053.368747213971312:01:44\tCompleted 3136 to KZ596400: 1728.986770153337412:01:44\tCompleted 3077 to KZ612600: 1908.1043460109943\n", - "\n", - "\n", - "\n", - "12:01:44\tCompleted 3053 to KZ392000: 944.1149309765012\n", - "12:01:44\tCompleted 3092 to KZ553200: 364.2484715860614412:01:44\tCompleted 3116 to KZ613800: 1917.2534930117913\n", - "\n", - "12:01:44\tCompleted 3071 to KZ276600: 2774.5658301080866\n", - "12:01:45\tCompleted 3124 to KZ191600: 3292.3796628164837\n", - "12:01:45\tCompleted 3055 to KZ615800: 2428.2238657983594\n", - "12:01:45\tCompleted 3091 to KZ396600: 1239.0605543613763\n", - "12:01:45\tCompleted 3126 to KZ434400: 3331.875137365959\n", - "12:01:45\tCompleted 3118 to KZ154600: 2263.309659499929\n", - "12:01:45\tCompleted 3102 to KZ193400: 1613.1356428963907\n", - "12:01:45\tCompleted 3099 to KZ275000: 2699.001579339152\n", - "12:01:45\tCompleted 3132 to KZ632400: 489.0513444727614\n", - "12:01:45\tCompleted 3076 to KZ791510: 2312.6547393965006\n", - "12:01:45\tCompleted 3097 to KZ311000: 1610.2933356591077\n", - "12:01:45\tCompleted 3061 to KZ554800: 1027.5775988460853\n", - "12:01:46\tCompleted 3052 to KZ636800: 1761.0435553159198\n", - "12:01:46\tCompleted 3127 to KZ553600: 490.8777026513856\n", - "12:01:46\tCompleted 3054 to KZ555600: 1410.589881400313512:01:46\tCompleted 3098 to KZ471800: 3298.2181803764574\n", - "\n", - "12:01:46\tCompleted 3120 to KZ314200: 1627.8034906776688\n", - "12:01:46\tCompleted 3092 to KZ553600: 315.25146982103433\n", - "12:01:46\tCompleted 3087 to KZ615800: 2350.4064456166407\n", - "12:01:46\tCompleted 3104 to KZ395000: 1297.169623866088\n", - "12:01:47\tCompleted 3075 to KZ393200: 1556.2367393890277\n", - "12:01:47\tCompleted 3131 to KZ153600: 3680.490919554777\n", - "12:01:47\tCompleted 3089 to KZ154000: 2436.107374152868\n", - "12:01:47\tCompleted 3093 to KZ612600: 1545.977448172555\n", - "12:01:47\tCompleted 3122 to KZ273200: 3083.7178154508065\n", - "12:01:47\tCompleted 3121 to KZ471800: 3375.4586158350066\n", - "12:01:47\tCompleted 3070 to KZ554800: 1051.0236884450453\n", - "12:01:47\tCompleted 3132 to KZ632800: 458.8282510080226\n", - "12:01:47\tCompleted 3053 to KZ395600: 699.6379886720357\n", - "12:01:47\tCompleted 3096 to KZ233600: 1198.5001667591544\n", - "12:01:47\tCompleted 3092 to KZ552200: 206.7835277993079\n", - "12:01:47\tCompleted 3098 to KZ593200: 475.91433348203907\n", - "12:01:47\tCompleted 3120 to KZ353200: 287.5153746600398\n", - "12:01:48\tCompleted 3059 to KZ314200: 2035.0648331865498\n", - "12:01:48\tCompleted 3127 to KZ552200: 521.2102581704212\n", - "12:01:48\tCompleted 3067 to KZ193400: 2580.3866315581\n", - "12:01:48\tCompleted 3106 to KZ711310: 2926.9805662704803\n", - "12:01:48\tCompleted 3139 to KZ193200: 3763.038172562424\n", - "12:01:48\tCompleted 3133 to KZ636400: 3951.5683513858685\n", - "12:01:48\tCompleted 3083 to KZ354400: 1380.7481724927682\n", - "12:01:48\tCompleted 3069 to KZ311000: 2546.1781338535748\n", - "12:01:48\tCompleted 3111 to KZ751510: 3753.174750666169\n", - "12:01:48\tCompleted 3114 to KZ596000: 2917.6724066583843\n", - "12:01:48\tCompleted 3061 to KZ556400: 972.3520193509092\n", - "12:01:48\tCompleted 3132 to KZ636800: 264.1718004965847\n", - "12:01:48\tCompleted 3058 to KZ636400: 2095.1710151900793\n", - "12:01:48\tCompleted 3054 to KZ551000: 865.461287184148\n", - "12:01:49\tCompleted 3137 to KZ274800: 2645.3727347793774\n", - "12:01:49\tCompleted 3057 to KZ196800: 2511.5554804556805\n", - "12:01:49\tCompleted 3125 to KZ635400: 2013.508575997852\n", - "12:01:49\tCompleted 3121 to KZ593200: 492.9091316040301\n", - "12:01:49\tCompleted 3079 to KZ194000: 2594.8971847036255\n", - "12:01:49\tCompleted 3104 to KZ395200: 829.1341387912188\n", - "12:01:49\tCompleted 3091 to KZ394200: 1687.9709331151348\n", - "12:01:49\tCompleted 3119 to KZ235200: 2942.293415590074\n", - "12:01:49\tCompleted 3092 to KZ554600: 568.936419968761\n", - "12:01:49\tCompleted 3112 to KZ394000: 1470.0065199204864\n", - "12:01:49\tCompleted 3110 to KZ194800: 4442.300086282905\n", - "12:01:49\tCompleted 3098 to KZ595800: 579.8339435224163\n", - "12:01:49\tCompleted 3103 to KZ234200: 3598.183236748455\n", - "12:01:50\tCompleted 3070 to KZ556400: 995.7981089498693\n", - "12:01:50\tCompleted 3090 to KZ751510: 1908.587757008382612:01:50\tCompleted 3127 to KZ554600: 603.3867306722321\n", - "\n", - "12:01:50\tCompleted 3136 to KZ594600: 2188.6620972171872\n", - "12:01:50\tCompleted 3128 to KZ615200: 2263.440084563084\n", - "12:01:50\tCompleted 3059 to KZ353200: 694.7767171689196\n", - "12:01:50\tCompleted 3126 to KZ431000: 2672.6967065124923\n", - "12:01:50\tCompleted 3111 to KZ231000: 896.9358929744702\n", - "12:01:50\tCompleted 3120 to KZ353600: 1014.8165749200137\n", - "12:01:50\tCompleted 3068 to KZ231000: 2045.2640806158893\n", - "12:01:50\tCompleted 3132 to KZ635800: 715.718412977557\n", - "12:01:50\tCompleted 3053 to KZ395800: 1238.9371379230686\n", - "12:01:50\tCompleted 3074 to KZ233600: 3598.6193560253364\n", - "12:01:50\tCompleted 3108 to KZ275800: 2746.7557681527524\n", - "12:01:50\tCompleted 3076 to KZ791710: 2285.1358134827487\n", - "12:01:51\tCompleted 3121 to KZ595800: 596.8287416444074\n", - "12:01:51\tCompleted 3063 to KZ275800: 2201.2173767855083\n", - "12:01:51\tCompleted 3102 to KZ193600: 1479.243381150921\n", - "12:01:51\tCompleted 3073 to KZ154800: 2726.5567277472333\n", - "12:01:51\tCompleted 3075 to KZ393400: 1564.3390056977876\n", - "12:01:51\tCompleted 3054 to KZ556000: 913.5826693921651\n", - "12:01:51\tCompleted 3095 to KZ154000: 2117.144117935058\n", - "12:01:51\tCompleted 3098 to KZ593400: 389.221206170276\n", - "12:01:51\tCompleted 3055 to KZ612600: 2137.603876912874\n", - "12:01:51\tCompleted 3061 to KZ554200: 1135.8753015874508\n", - "12:01:52\tCompleted 3114 to KZ596200: 2522.4556727209356\n", - "12:01:52\tCompleted 3092 to KZ555600: 827.0047168658588\n", - "12:01:52\tCompleted 3077 to KZ616000: 2225.863550629105\n", - "12:01:52\tCompleted 3097 to KZ315000: 1727.5021518927406\n", - "12:01:52\tCompleted 3132 to KZ636200: 382.5873703957071\n", - "12:01:52\tCompleted 3083 to KZ351800: 1362.08828747946\n", - "12:01:52\tCompleted 3111 to KZ234000: 807.7521013094938\n", - "12:01:52\tCompleted 3080 to KZ234600: 4284.60760608696\n", - "12:01:52\tCompleted 3118 to KZ154800: 2146.490339751915\n", - "12:01:52\tCompleted 3104 to KZ391000: 1024.840403300192\n", - "12:01:52\tCompleted 3052 to KZ635800: 2210.545803013175\n", - "12:01:52\tCompleted 3087 to KZ612600: 2059.7864567311553\n", - "12:01:52\tCompleted 3112 to KZ396800: 1216.09897748089\n", - "12:01:52\tCompleted 3053 to KZ392400: 849.8392817003903\n", - "12:01:52\tCompleted 3058 to KZ631000: 1624.19074116652712:01:52\tCompleted 3136 to KZ711110: 1463.8223129119451\n", - "\n", - "12:01:52\tCompleted 3121 to KZ593400: 406.21600429226703\n", - "12:01:52\tCompleted 3120 to KZ351600: 669.845495173259\n", - "12:01:52\tCompleted 3116 to KZ273200: 3084.329799589239\n", - "12:01:52\tCompleted 3074 to KZ633200: 885.032974458616\n", - "12:01:52\tCompleted 3093 to KZ616000: 1730.6444556441859\n", - "12:01:53\tCompleted 3131 to KZ154000: 3201.8371971509378\n", - "12:01:53\tCompleted 3071 to KZ275000: 2650.8805907823416\n", - "12:01:53\tCompleted 3106 to KZ555200: 3670.795425491624\n", - "12:01:53\tCompleted 3098 to KZ594200: 569.0789552337876\n", - "12:01:53\tCompleted 3099 to KZ274800: 3223.8893871506452\n", - "12:01:53\tCompleted 3125 to KZ635000: 1540.8417860862176\n", - "12:01:53\tCompleted 3092 to KZ551000: 281.8761226496902\n", - "12:01:53\tCompleted 3086 to KZ471800: 3856.84626274651\n", - "12:01:53\tCompleted 3070 to KZ554200: 1159.321391186411\n", - "12:01:53\tCompleted 3127 to KZ555600: 1044.4104276480757\n", - "12:01:53\tCompleted 3124 to KZ195200: 3230.144685951216\n", - "12:01:53\tCompleted 3096 to KZ633200: 4152.389003421692\n", - "12:01:54\tCompleted 3132 to KZ636400: 1012.3648040429407\n", - "12:01:54\tCompleted 3059 to KZ353600: 1422.077917428893\n", - "12:01:54\tCompleted 3137 to KZ275800: 2114.955558767799\n", - "12:01:54\tCompleted 3120 to KZ354000: 242.33448011666192\n", - "12:01:54\tCompleted 3053 to KZ396200: 602.0082477928003\n", - "12:01:54\tCompleted 3121 to KZ594200: 586.0737533557786\n", - "12:01:54\tCompleted 3122 to KZ274400: 3013.784215462355\n", - "12:01:54\tCompleted 3111 to KZ234200: 1409.9665058237451\n", - "12:01:54\tCompleted 3092 to KZ556000: 329.9975048577073\n", - "12:01:55\tCompleted 3054 to KZ556800: 1114.270594264107\n", - "12:01:55\tCompleted 3069 to KZ315000: 2823.2965567413635\n", - "12:01:55\tCompleted 3067 to KZ193600: 2446.4943698126503\n", - "12:01:55\tCompleted 3104 to KZ395400: 1068.204298225506\n", - "12:01:55\tCompleted 3126 to KZ435200: 2749.003012740899\n", - "12:01:55\tCompleted 3139 to KZ193400: 3713.2606594887357\n", - "12:01:55\tCompleted 3089 to KZ154200: 2738.7434131221903\n", - "12:01:55\tCompleted 3091 to KZ394400: 1767.8581442498971\n", - "12:01:55\tCompleted 3132 to KZ631000: 328.72175706375293\n", - "12:01:55\tCompleted 3102 to KZ194000: 1673.271561582514\n", - "12:01:55\tCompleted 3136 to KZ711410: 1462.1556678665395\n", - "12:01:55\tCompleted 3098 to KZ596600: 665.1943934346375\n", - "12:01:55\tCompleted 3120 to KZ351000: 206.3708469160777\n", - "12:01:56\tCompleted 3075 to KZ391600: 1499.283537448627\n", - "12:01:56\tCompleted 3127 to KZ551000: 596.3028530208036\n", - "12:01:56\tCompleted 3074 to KZ634800: 1293.3852660883226\n", - "12:01:56\tCompleted 3052 to KZ636200: 1879.459125215042\n", - "12:01:56\tCompleted 3053 to KZ396600: 498.43912342869527\n", - "12:01:56\tCompleted 3076 to KZ611600: 2363.097097941679\n", - "12:01:56\tCompleted 3086 to KZ593200: 974.2967785155688\n", - "12:01:56\tCompleted 3057 to KZ191600: 2563.544886521684\n", - "12:01:56\tCompleted 3110 to KZ195600: 4519.080654038128\n", - "12:01:56\tCompleted 3059 to KZ351600: 1077.1068376821388\n", - "12:01:56\tCompleted 3125 to KZ632200: 890.5221048524826\n", - "12:01:56\tCompleted 3112 to KZ394800: 1394.7535461789469\n", - "12:01:56\tCompleted 3092 to KZ556800: 530.6854297296495\n", - "12:01:56\tCompleted 3128 to KZ616400: 3236.0326354591225\n", - "12:01:57\tCompleted 3114 to KZ596400: 3391.5228516981874\n", - "12:01:57\tCompleted 3061 to KZ791110: 1930.3312366387636\n", - "12:01:57\tCompleted 3083 to KZ393200: 1512.0527953404462\n", - "12:01:57\tCompleted 3133 to KZ631000: 3480.5880773623485\n", - "12:01:57\tCompleted 3098 to KZ595000: 504.4044914982541\n", - "12:01:57\tCompleted 3121 to KZ596600: 686.9592709325436\n", - "12:01:57\tCompleted 3132 to KZ634600: 789.4956493128835\n", - "12:01:57\tCompleted 3068 to KZ234000: 2183.2282590932973\n", - "12:01:57\tCompleted 3111 to KZ234600: 1525.1368042618258\n", - "12:01:57\tCompleted 3120 to KZ352000: 520.7394116634053\n", - "12:01:57\tCompleted 3103 to KZ234600: 3713.3535351865094\n", - "12:01:58\tCompleted 3097 to KZ314200: 1611.7075492214808\n", - "12:01:58\tCompleted 3079 to KZ196400: 2804.7489333479307\n", - "12:01:58\tCompleted 3127 to KZ556000: 644.4242352288207\n", - "12:01:58\tCompleted 3073 to KZ155200: 3153.495390648986\n", - "12:01:58\tCompleted 3119 to KZ235600: 3037.331181610479\n", - "12:01:58\tCompleted 3108 to KZ276000: 3162.5867939077875\n", - "12:01:58\tCompleted 3054 to KZ554800: 1016.6542172290177\n", - "12:01:58\tCompleted 3092 to KZ554800: 535.3809177741052\n", - "12:01:58\tCompleted 3104 to KZ392000: 1185.1279933057451\n", - "12:01:58\tCompleted 3059 to KZ354000: 649.5958226255417\n", - "12:01:58\tCompleted 3074 to KZ633400: 1092.7182351409328\n", - "12:01:58\tCompleted 3058 to KZ634600: 2082.920268631942\n", - "12:01:59\tCompleted 3136 to KZ711210: 1475.6388543064852\n", - "12:01:59\tCompleted 3070 to KZ791110: 1953.7773262377225\n", - "12:01:59\tCompleted 3106 to KZ551600: 3404.2287035060967\n", - "12:01:59\tCompleted 3118 to KZ155200: 2573.4290026536705\n", - "12:01:59\tCompleted 3121 to KZ595000: 521.3992896202451\n", - "12:01:59\tCompleted 3132 to KZ634400: 311.2136122247678\n", - "12:01:59\tCompleted 3053 to KZ394200: 1363.4514956863093\n", - "12:01:59\tCompleted 3055 to KZ616000: 2455.3630815309707\n", - "12:01:59\tCompleted 3098 to KZ593600: 618.9530957825473\n", - "12:01:59\tCompleted 3097 to KZ353200: 271.4194332038518\n", - "12:01:59\tCompleted 3126 to KZ434800: 2664.026102665989\n", - "12:01:59\tCompleted 3086 to KZ595800: 1078.2163885559462\n", - "12:01:59\tCompleted 3095 to KZ154200: 2419.7801569043786\n", - "12:01:59\tCompleted 3090 to KZ231000: 2546.8307791694738\n", - "12:01:59\tCompleted 3063 to KZ276000: 2617.0484025405435\n", - "12:01:59\tCompleted 3131 to KZ154200: 3504.47323612026\n", - "12:01:59\tCompleted 3087 to KZ616000: 2377.545661349252\n", - "12:01:59\tCompleted 3111 to KZ234800: 723.0827036313033\n", - "12:02:00\tCompleted 3092 to KZ556400: 473.1147914655473\n", - "12:02:00\tCompleted 3077 to KZ613800: 2374.117683647982612:02:00\tCompleted 3099 to KZ275800: 2693.472211139067\n", - "\n", - "12:02:00\tCompleted 3124 to KZ195000: 3676.2738452681365\n", - "12:02:00\tCompleted 3074 to KZ633600: 415.3542627424003\n", - "12:02:00\tCompleted 3120 to KZ354800: 729.9938605321979\n", - "12:02:00\tCompleted 3116 to KZ274400: 3014.3961996007874\n", - "12:02:00\tCompleted 3137 to KZ276000: 2530.7865845228343\n", - "12:02:00\tCompleted 3127 to KZ556800: 845.1121601007628\n", - "12:02:00\tCompleted 3112 to KZ395000: 1322.7289558699124\n", - "12:02:00\tCompleted 3059 to KZ351000: 613.6321894249575\n", - "12:02:00\tCompleted 3093 to KZ613800: 1954.149486150433\n", - "12:02:01\tCompleted 3069 to KZ314200: 2551.653364788909\n", - "12:02:01\tCompleted 3136 to KZ711310: 1480.8523537066076\n", - "12:02:01\tCompleted 3075 to KZ393600: 1536.8009624940153\n", - "12:02:01\tCompleted 3076 to KZ613600: 2217.8893594157307\n", - "12:02:01\tCompleted 3102 to KZ196400: 1883.1233102268097\n", - "12:02:01\tCompleted 3080 to KZ234800: 3418.3089819225765\n", - "12:02:01\tCompleted 3114 to KZ594600: 2616.868591621552\n", - "12:02:01\tCompleted 3121 to KZ593600: 635.9478939045383\n", - "12:02:01\tCompleted 3053 to KZ394400: 1194.9787983538924\n", - "12:02:01\tCompleted 3098 to KZ595200: 616.4032288397834\n", - "12:02:01\tCompleted 3054 to KZ556400: 1056.699956000005\n", - "12:02:02\tCompleted 3104 to KZ395600: 1062.2813425968218\n", - "12:02:02\tCompleted 3074 to KZ633800: 715.9396102229294\n", - "12:02:02\tCompleted 3111 to KZ235200: 960.7721761821236\n", - "12:02:02\tCompleted 3092 to KZ554200: 722.6128326261725\n", - "12:02:02\tCompleted 3071 to KZ274800: 3175.7683985938347\n", - "12:02:02\tCompleted 3083 to KZ393400: 1520.1550616492061\n", - "12:02:02\tCompleted 3086 to KZ593400: 828.4557251890777\n", - "12:02:02\tCompleted 3120 to KZ355200: 455.1693253572689\n", - "12:02:02\tCompleted 3125 to KZ635200: 1806.4468338792456\n", - "12:02:02\tCompleted 3052 to KZ636400: 2296.5737859066394\n", - "12:02:02\tCompleted 3139 to KZ193600: 3182.136213968758\n", - "12:02:02\tCompleted 3096 to KZ634800: 4696.245976632757\n", - "12:02:02\tCompleted 3061 to KZ791310: 1906.2083530808545\n", - "12:02:02\tCompleted 3122 to KZ275400: 3688.9726474193653\n", - "12:02:02\tCompleted 3091 to KZ433200: 2536.407023136908\n", - "12:02:02\tCompleted 3110 to KZ195800: 4332.9675264052785\n", - "12:02:02\tCompleted 3136 to KZ555200: 901.8470586370971\n", - "12:02:03\tCompleted 3132 to KZ313600: 2255.995658413385\n", - "12:02:03\tCompleted 3127 to KZ554800: 849.8076481452184\n", - "12:02:03\tCompleted 3058 to KZ634400: 1604.6382315438248\n", - "12:02:03\tCompleted 3097 to KZ353600: 998.7206334638257\n", - "12:02:03\tCompleted 3089 to KZ156000: 2311.9926454904107\n", - "12:02:03\tCompleted 3112 to KZ395200: 854.693470795043\n", - "12:02:03\tCompleted 3098 to KZ591000: 506.61895759232135\n", - "12:02:03\tCompleted 3120 to KZ355600: 275.14198163239246\n", - "12:02:03\tCompleted 3111 to KZ235600: 764.1287693908174\n", - "12:02:03\tCompleted 3121 to KZ595200: 633.3980269617745\n", - "12:02:03\tCompleted 3128 to KZ615600: 2601.754627751401\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:02:03\tCompleted 3059 to KZ352000: 970.9327346876238\n", - "12:02:03\tCompleted 3057 to KZ195200: 2584.599215598974\n", - "12:02:03\tCompleted 3069 to KZ353200: 1367.2138380525184\n", - "12:02:04\tCompleted 3126 to KZ433600: 2863.868866207878\n", - "12:02:04\tCompleted 3074 to KZ634000: 967.860323223858\n", - "12:02:04\tCompleted 3067 to KZ194000: 2640.522550244203\n", - "12:02:04\tCompleted 3119 to KZ233600: 3043.0931704106033\n", - "12:02:04\tCompleted 3106 to KZ553200: 3523.1766969127934\n", - "12:02:04\tCompleted 3073 to KZ156400: 2992.6204847471727\n", - "12:02:04\tCompleted 3136 to KZ551600: 1039.926809119824\n", - "12:02:04\tCompleted 3070 to KZ791310: 1929.6544426798134\n", - "12:02:04\tCompleted 3054 to KZ554200: 1124.9519199703832\n", - "12:02:05\tCompleted 3086 to KZ594200: 1067.4614002673175\n", - "12:02:05\tCompleted 3104 to KZ395800: 1364.6654180032958\n", - "12:02:05\tCompleted 3097 to KZ351600: 653.749553717071\n", - "12:02:05\tCompleted 3075 to KZ396400: 1758.2126091673967\n", - "12:02:05\tCompleted 3103 to KZ234800: 2847.0549110221255\n", - "12:02:05\tCompleted 3121 to KZ591000: 523.6137557143123\n", - "12:02:05\tCompleted 3102 to KZ196800: 1483.542298485163\n", - "12:02:05\tCompleted 3114 to KZ711110: 3082.542500886525\n", - "12:02:05\tCompleted 3111 to KZ233600: 1180.466566648118\n", - "12:02:05\tCompleted 3108 to KZ276200: 2881.973007173883\n", - "12:02:05\tCompleted 3098 to KZ595600: 740.5065441142435\n", - "12:02:06\tCompleted 3079 to KZ196800: 2405.1679216062903\n", - "12:02:06\tCompleted 3131 to KZ156000: 3077.7224684884804\n", - "12:02:06\tCompleted 3063 to KZ276200: 2336.434615806639\n", - "12:02:06\tCompleted 3127 to KZ556400: 787.5415218366606\n", - "12:02:06\tCompleted 3120 to KZ352100: 893.1242554085454\n", - "12:02:06\tCompleted 3133 to KZ634600: 3939.317604827711\n", - "12:02:06\tCompleted 3124 to KZ194400: 3499.5597160329153\n", - "12:02:06\tCompleted 3112 to KZ391000: 1050.3997353040165\n", - "12:02:06\tCompleted 3118 to KZ156400: 2412.5540967518312:02:06\tCompleted 3068 to KZ234200: 2704.8202645045176\n", - "\n", - "12:02:06\tCompleted 3095 to KZ156000: 1993.0293892725945\n", - "12:02:06\tCompleted 3137 to KZ276200: 2250.17279778893\n", - "12:02:06\tCompleted 3077 to KZ273200: 2078.4784838783735\n", - "12:02:06\tCompleted 3125 to KZ632400: 1599.1038710728415\n", - "12:02:06\tCompleted 3097 to KZ354000: 226.23853866047386\n", - "12:02:06\tCompleted 3087 to KZ613800: 2525.7997943681326\n", - "12:02:06\tCompleted 3136 to KZ553200: 1330.6794639890838\n", - "12:02:07\tCompleted 3059 to KZ354800: 1137.2552030410773\n", - "12:02:07\tCompleted 3099 to KZ276000: 3109.303236894102\n", - "12:02:07\tCompleted 3052 to KZ631000: 1825.593511883088\n", - "12:02:07\tCompleted 3098 to KZ596000: 383.32156006115343\n", - "12:02:07\tCompleted 3053 to KZ433200: 2242.304493474037\n", - "12:02:07\tCompleted 3083 to KZ391600: 1455.0995934000455\n", - "12:02:07\tCompleted 3132 to KZ314000: 2114.352294264998\n", - "12:02:07\tCompleted 3121 to KZ595600: 757.5013422362347\n", - "12:02:07\tCompleted 3119 to KZ633200: 1214.338850228933\n", - "12:02:07\tCompleted 3092 to KZ791110: 1904.9796474733803\n", - "12:02:07\tCompleted 3055 to KZ613800: 2603.61721454985\n", - "12:02:08\tCompleted 3104 to KZ392400: 1090.8523440296344\n", - "12:02:08\tCompleted 3074 to KZ635400: 1476.0962367955635\n", - "12:02:08\tCompleted 3120 to KZ352200: 233.19055979515815\n", - "12:02:08\tCompleted 3061 to KZ791510: 1904.7488782271041\n", - "12:02:08\tCompleted 3076 to KZ614000: 2346.3020219574564\n", - "12:02:08\tCompleted 3086 to KZ596600: 1168.3469178440826\n", - "12:02:08\tCompleted 3097 to KZ351000: 190.27490545988965\n", - "12:02:08\tCompleted 3069 to KZ353600: 2094.515038312492\n", - "12:02:08\tCompleted 3136 to KZ553600: 1260.1013115912679\n", - "12:02:09\tCompleted 3110 to KZ196000: 4519.748281794216\n", - "12:02:09\tCompleted 3116 to KZ275400: 3689.584631557798\n", - "12:02:09\tCompleted 3059 to KZ355200: 820.2224087148346\n", - "12:02:09\tCompleted 3106 to KZ553600: 3474.1796951477704\n", - "12:02:09\tCompleted 3127 to KZ554200: 983.3725576189615\n", - "12:02:09\tCompleted 3093 to KZ273200: 3001.5690902553165\n", - "12:02:09\tCompleted 3139 to KZ194000: 3248.6235798139965\n", - "12:02:09\tCompleted 3098 to KZ596200: 770.3210097323317\n", - "12:02:09\tCompleted 3121 to KZ596000: 400.3163581831445\n", - "12:02:09\tCompleted 3080 to KZ235200: 3465.948829285944\n", - "12:02:09\tCompleted 3090 to KZ234000: 2755.4412565371445\n", - "12:02:09\tCompleted 3122 to KZ273600: 2856.9319064019037\n", - "12:02:09\tCompleted 3114 to KZ711410: 3072.6767217074985\n", - "12:02:09\tCompleted 3126 to KZ434000: 3025.6272344297795\n", - "12:02:09\tCompleted 3102 to KZ191600: 1535.5317045511715\n", - "12:02:10\tCompleted 3128 to KZ615800: 2204.51668263395\n", - "12:02:10\tCompleted 3096 to KZ633400: 4052.108228979151\n", - "12:02:10\tCompleted 3070 to KZ791510: 1928.194967826063\n", - "12:02:10\tCompleted 3112 to KZ395400: 1093.7636302293304\n", - "12:02:10\tCompleted 3058 to KZ313600: 2131.8779235554184\n", - "12:02:10\tCompleted 3074 to KZ635000: 1004.8453845905843\n", - "12:02:10\tCompleted 3091 to KZ431900: 2085.3830497125623\n", - "12:02:10\tCompleted 3057 to KZ195000: 2513.1397244244163\n", - "12:02:10\tCompleted 3059 to KZ355600: 682.4033241412723\n", - "12:02:10\tCompleted 3073 to KZ155600: 2905.4652643270792\n", - "12:02:11\tCompleted 3104 to KZ396200: 899.2754300034165\n", - "12:02:11\tCompleted 3097 to KZ352000: 575.6446425412682\n", - "12:02:11\tCompleted 3071 to KZ275800: 2645.3512225822565\n", - "12:02:11\tCompleted 3089 to KZ154600: 2610.1300762355254\n", - "12:02:11\tCompleted 3136 to KZ552200: 1300.5538052844895\n", - "12:02:11\tCompleted 3054 to KZ791110: 2014.6791732878553\n", - "12:02:11\tCompleted 3086 to KZ595000: 1002.7869365317839\n", - "12:02:11\tCompleted 3120 to KZ352300: 842.4095061056352\n", - "12:02:11\tCompleted 3132 to KZ314800: 1623.862895201965\n", - "12:02:11\tCompleted 3098 to KZ596400: 565.387587341028\n", - "12:02:11\tCompleted 3075 to KZ394000: 1990.1474585332232\n", - "12:02:11\tCompleted 3125 to KZ632800: 1337.860543574879\n", - "12:02:11\tCompleted 3087 to KZ273200: 1818.1350062219085\n", - "12:02:12\tCompleted 3079 to KZ191600: 2457.157327672294\n", - "12:02:12\tCompleted 3074 to KZ632200: 397.0559592953651\n", - "12:02:12\tCompleted 3121 to KZ596200: 787.3158078543228\n", - "12:02:12\tCompleted 3067 to KZ196400: 2850.3742988885133\n", - "12:02:12\tCompleted 3083 to KZ393600: 1492.6170184454338\n", - "12:02:12\tCompleted 3069 to KZ351600: 1749.5439585657377\n", - "12:02:12\tCompleted 3103 to KZ235200: 2894.694758385493\n", - "12:02:12\tCompleted 3120 to KZ352800: 233.87440293625698\n", - "12:02:12\tCompleted 3108 to KZ271000: 2899.665962588099\n", - "12:02:12\tCompleted 3077 to KZ274400: 2008.5448838899417\n", - "12:02:13\tCompleted 3133 to KZ634400: 3461.0355677396346\n", - "12:02:13\tCompleted 3118 to KZ155600: 2325.398876331764\n", - "12:02:13\tCompleted 3136 to KZ554600: 1369.9775763331747\n", - "12:02:13\tCompleted 3124 to KZ194600: 3510.076682037412\n", - "12:02:13\tCompleted 3104 to KZ396600: 907.1942707946158\n", - "12:02:13\tCompleted 3092 to KZ791310: 1880.8567639154712\n", - "12:02:13\tCompleted 3119 to KZ634800: 1769.6660254331264\n", - "12:02:13\tCompleted 3097 to KZ354800: 713.89791907601\n", - "12:02:13\tCompleted 3106 to KZ552200: 3365.7117531260574\n", - "12:02:13\tCompleted 3098 to KZ594600: 749.5948408596038\n", - "12:02:13\tCompleted 3112 to KZ392000: 1210.6873253095696\n", - "12:02:13\tCompleted 3114 to KZ711210: 3070.0324911494754\n", - "12:02:13\tCompleted 3053 to KZ431900: 2116.8099960923837\n", - "12:02:14\tCompleted 3086 to KZ593600: 1117.3355408160771\n", - "12:02:14\tCompleted 3121 to KZ596400: 582.382385463019\n", - "12:02:14\tCompleted 3061 to KZ791710: 1877.2299523133518\n", - "12:02:14\tCompleted 3095 to KZ154600: 2291.1668200177137\n", - "12:02:14\tCompleted 3120 to KZ356400: 550.9538913988201\n", - "12:02:14\tCompleted 3059 to KZ352100: 1300.3855979174264\n", - "12:02:14\tCompleted 3076 to KZ613900: 2623.0537210986386\n", - "12:02:14\tCompleted 3055 to KZ273200: 2156.5346596924687\n", - "12:02:14\tCompleted 3137 to KZ271000: 2267.8657532031457\n", - "12:02:14\tCompleted 3127 to KZ791110: 1617.031692421783912:02:14\tCompleted 3110 to KZ191000: 4211.359128901144\n", - "\n", - "12:02:14\tCompleted 3102 to KZ195200: 1556.5860336284682\n", - "12:02:14\tCompleted 3069 to KZ354000: 1322.0329435091405\n", - "12:02:14\tCompleted 3063 to KZ271000: 2354.127571220855\n", - "12:02:14\tCompleted 3052 to KZ634600: 2284.3230393484923\n", - "12:02:14\tCompleted 3058 to KZ314000: 1990.2345594070318\n", - "12:02:15\tCompleted 3098 to KZ711110: 85.65214547999206\n", - "12:02:15\tCompleted 3136 to KZ555600: 1087.8798143533686\n", - "12:02:15\tCompleted 3125 to KZ636800: 1374.2243270966653\n", - "12:02:15\tCompleted 3068 to KZ234600: 2819.990562942572\n", - "12:02:15\tCompleted 3074 to KZ635200: 1270.4504323836122\n", - "12:02:15\tCompleted 3099 to KZ276200: 2828.689450160198\n", - "12:02:15\tCompleted 3131 to KZ154600: 3375.859899233595\n", - "12:02:15\tCompleted 3120 to KZ352400: 184.14321338722667\n", - "12:02:15\tCompleted 3096 to KZ633600: 3822.9328883907215\n", - "12:02:15\tCompleted 3070 to KZ791710: 1900.6760419123107\n", - "12:02:15\tCompleted 3111 to KZ633200: 3980.242982525256\n", - "12:02:15\tCompleted 3097 to KZ355200: 485.73120042700447\n", - "12:02:16\tCompleted 3139 to KZ196400: 3681.7776864895736\n", - "12:02:16\tCompleted 3098 to KZ711410: 76.81479347339402\n", - "12:02:16\tCompleted 3059 to KZ352200: 640.451902304038\n", - "12:02:16\tCompleted 3087 to KZ274400: 1748.2014062334736\n", - "12:02:16\tCompleted 3091 to KZ434600: 2119.04762013894\n", - "12:02:16\tCompleted 3132 to KZ315400: 1777.0186386381695\n", - "12:02:16\tCompleted 3119 to KZ633400: 1114.0580757863918\n", - "12:02:16\tCompleted 3121 to KZ594600: 766.5896389815949\n", - "12:02:16\tCompleted 3073 to KZ156800: 2303.4757981550565\n", - "12:02:16\tCompleted 3104 to KZ394200: 1356.1046495483747\n", - "12:02:16\tCompleted 3075 to KZ396800: 1736.2399160936268\n", - "12:02:16\tCompleted 3126 to KZ471000: 4660.639678214287\n", - "12:02:17\tCompleted 3079 to KZ195200: 2478.2116567495837\n", - "12:02:17\tCompleted 3128 to KZ612600: 2446.24909588397\n", - "12:02:17\tCompleted 3122 to KZ276600: 2938.75715310089\n", - "12:02:17\tCompleted 3098 to KZ711210: 66.03401907508997\n", - "12:02:17\tCompleted 3083 to KZ396400: 1714.0286651188153\n", - "12:02:17\tCompleted 3086 to KZ595200: 1114.7856738733133\n", - "12:02:17\tCompleted 3097 to KZ355600: 259.04604017620454\n", - "12:02:17\tCompleted 3069 to KZ351000: 1286.0693103085564\n", - "12:02:17\tCompleted 3121 to KZ711110: 54.93463093951059\n", - "12:02:17\tCompleted 3074 to KZ632400: 1061.6915318705526\n", - "12:02:17\tCompleted 3054 to KZ791310: 1990.556289729946212:02:17\tCompleted 3080 to KZ235600: 3560.986595306349\n", - "\n", - "12:02:18\tCompleted 3136 to KZ551000: 956.89930754057\n", - "12:02:18\tCompleted 3120 to KZ356000: 959.6799915211052\n", - "12:02:18\tCompleted 3116 to KZ273600: 2857.543890540336\n", - "12:02:18\tCompleted 3112 to KZ395600: 1087.8406746006463\n", - "12:02:18\tCompleted 3098 to KZ711310: 46.85107157800908\n", - "12:02:18\tCompleted 3114 to KZ711310: 3060.2925504565897\n", - "12:02:18\tCompleted 3118 to KZ156800: 1723.409410159694\n", - "12:02:18\tCompleted 3057 to KZ194400: 2835.575277263963\n", - "12:02:18\tCompleted 3089 to KZ154800: 2493.310756487492\n", - "12:02:18\tCompleted 3093 to KZ274400: 2931.635490266865\n", - "12:02:18\tCompleted 3106 to KZ554600: 3421.9020916987497\n", - "12:02:18\tCompleted 3059 to KZ352300: 998.6122145552569\n", - "12:02:18\tCompleted 3092 to KZ791510: 1879.3972890617208\n", - "12:02:19\tCompleted 3121 to KZ711410: 55.10743399362029\n", - "12:02:19\tCompleted 3053 to KZ434600: 2154.709520342588\n", - "12:02:19\tCompleted 3067 to KZ196800: 2450.793287146868\n", - "12:02:19\tCompleted 3124 to KZ194800: 3778.192334091415\n", - "12:02:19\tCompleted 3133 to KZ313600: 2660.477300444114\n", - "12:02:19\tCompleted 3119 to KZ633600: 896.3529371911035\n", - "12:02:19\tCompleted 3071 to KZ276000: 3061.1822483372916\n", - "12:02:19\tCompleted 3076 to KZ612000: 2143.3109219226367\n", - "12:02:19\tCompleted 3136 to KZ556000: 996.3655596927546\n", - "12:02:19\tCompleted 3074 to KZ632800: 860.3398850206861\n", - "12:02:19\tCompleted 3058 to KZ314800: 1690.3535556993756\n", - "12:02:20\tCompleted 3090 to KZ234200: 3206.3869630580975\n", - "12:02:20\tCompleted 3061 to KZ611600: 1955.19123677228\n", - "12:02:20\tCompleted 3103 to KZ235600: 2989.732524405898\n", - "12:02:20\tCompleted 3132 to KZ315600: 1903.4677075360178\n", - "12:02:20\tCompleted 3121 to KZ711210: 24.75304832720494\n", - "12:02:20\tCompleted 3086 to KZ591000: 1005.0014026258513\n", - "12:02:20\tCompleted 3052 to KZ634400: 1806.0410022603858\n", - "12:02:20\tCompleted 3120 to KZ354400: 862.1108116216648\n", - "12:02:20\tCompleted 3102 to KZ195000: 1485.1265424538703\n", - "12:02:20\tCompleted 3097 to KZ352100: 877.028313952357412:02:20\tCompleted 3055 to KZ274400: 2086.6010597040404\n", - "\n", - "12:02:20\tCompleted 3110 to KZ196200: 3976.9519561098105\n", - "12:02:20\tCompleted 3069 to KZ352000: 1447.0144291649879\n", - "12:02:20\tCompleted 3059 to KZ352800: 641.1357454451368\n", - "12:02:20\tCompleted 3068 to KZ234800: 1883.0456398878869\n", - "12:02:21\tCompleted 3073 to KZ193200: 1586.023383144687\n", - "12:02:21\tCompleted 3127 to KZ791310: 1592.9088088638748\n", - "12:02:21\tCompleted 3077 to KZ275400: 2683.733315846933712:02:21\tCompleted 3136 to KZ556800: 996.600584220722\n", - "\n", - "12:02:21\tCompleted 3098 to KZ555200: 810.7451206883671\n", - "12:02:21\tCompleted 3104 to KZ394400: 1435.9918606831363\n", - "12:02:21\tCompleted 3070 to KZ611600: 1978.637326371239\n", - "12:02:21\tCompleted 3108 to KZ274000: 3563.3536525273053\n", - "12:02:21\tCompleted 3121 to KZ711310: 46.34543686579416\n", - "12:02:21\tCompleted 3112 to KZ395800: 1390.22475000712\n", - "12:02:21\tCompleted 3095 to KZ154800: 2174.3475002696987\n", - "12:02:21\tCompleted 3074 to KZ636800: 836.8119878943767\n", - "12:02:21\tCompleted 3091 to KZ434400: 2461.9970191006655\n", - "12:02:21\tCompleted 3125 to KZ635800: 1823.7265747939207\n", - "12:02:22\tCompleted 3097 to KZ352200: 217.0946183389701\n", - "12:02:22\tCompleted 3075 to KZ394800: 1914.8944847916828\n", - "12:02:22\tCompleted 3119 to KZ633800: 1196.938284671632\n", - "12:02:22\tCompleted 3079 to KZ195000: 2406.752165575014\n", - "12:02:22\tCompleted 3083 to KZ394000: 1945.9635144846418\n", - "12:02:22\tCompleted 3096 to KZ633800: 4123.518235871231\n", - "12:02:23\tCompleted 3126 to KZ473600: 4241.664912191268\n", - "12:02:23\tCompleted 3120 to KZ351800: 867.7942824164855\n", - "12:02:23\tCompleted 3128 to KZ616000: 2169.4120378799016\n", - "12:02:23\tCompleted 3098 to KZ551600: 544.178398702821\n", - "12:02:23\tCompleted 3136 to KZ554800: 1226.1462381933472\n", - "12:02:23\tCompleted 3059 to KZ356400: 958.2152339076999\n", - "12:02:23\tCompleted 3087 to KZ275400: 2423.3898381904896\n", - "12:02:23\tCompleted 3054 to KZ791510: 1989.0968148761958\n", - "12:02:23\tCompleted 3139 to KZ196800: 3149.9360842484275\n", - "12:02:23\tCompleted 3137 to KZ274000: 2921.5239369226747\n", - "12:02:23\tCompleted 3086 to KZ595600: 1238.8889891477736\n", - "12:02:23\tCompleted 3131 to KZ154800: 3259.0405794855574\n", - "12:02:23\tCompleted 3114 to KZ555200: 3804.1074096777334\n", - "12:02:23\tCompleted 3121 to KZ555200: 787.9697417239328\n", - "12:02:23\tCompleted 3099 to KZ271000: 2846.3824055744135\n", - "12:02:24\tCompleted 3063 to KZ274000: 3017.8152611600613\n", - "12:02:24\tCompleted 3132 to KZ316000: 2231.0258608177023\n", - "12:02:24\tCompleted 3053 to KZ434400: 2191.6345326866863\n", - "12:02:24\tCompleted 3073 to KZ193400: 1262.8334433731425\n", - "12:02:24\tCompleted 3092 to KZ791710: 1851.8783631479685\n", - "12:02:24\tCompleted 3058 to KZ315400: 1652.9009037802036\n", - "12:02:24\tCompleted 3111 to KZ634800: 4524.099955736302\n", - "12:02:24\tCompleted 3112 to KZ392400: 1116.411676033459\n", - "12:02:24\tCompleted 3069 to KZ354800: 1809.6923239246767\n", - "12:02:24\tCompleted 3074 to KZ635800: 1287.7301732982874\n", - "12:02:25\tCompleted 3136 to KZ556400: 1139.4828463005942\n", - "12:02:25\tCompleted 3061 to KZ613600: 1809.983498246328\n", - "12:02:25\tCompleted 3098 to KZ553200: 663.1263921095285\n", - "12:02:25\tCompleted 3059 to KZ352400: 591.4045558961064\n", - "12:02:25\tCompleted 3097 to KZ352300: 872.9713811753708\n", - "12:02:25\tCompleted 3127 to KZ791510: 1591.4493340101244\n", - "12:02:25\tCompleted 3076 to KZ614400: 2549.586520538435\n", - "12:02:25\tCompleted 3080 to KZ233600: 3566.7485841064736\n", - "12:02:25\tCompleted 3057 to KZ194600: 2780.656119304985\n", - "12:02:25\tCompleted 3120 to KZ393200: 1047.817616977854\n", - "12:02:25\tCompleted 3124 to KZ195600: 3854.9729018466196\n", - "12:02:25\tCompleted 3116 to KZ276600: 2939.3691372393223\n", - "12:02:25\tCompleted 3121 to KZ551600: 521.4030197383867\n", - "12:02:25\tCompleted 3102 to KZ194400: 1807.5620952934637\n", - "12:02:25\tCompleted 3125 to KZ636200: 1492.6398969957875\n", - "12:02:25\tCompleted 3122 to KZ275000: 2815.071913775145\n", - "12:02:25\tCompleted 3133 to KZ314000: 2442.9110358004223\n", - "12:02:26\tCompleted 3110 to KZ192600: 4250.302883929838\n", - "12:02:26\tCompleted 3118 to KZ193200: 1834.533490333982\n", - "12:02:26\tCompleted 3086 to KZ596000: 881.7040050946833\n", - "12:02:26\tCompleted 3067 to KZ191600: 2502.7826932128714\n", - "12:02:26\tCompleted 3052 to KZ313600: 2333.280694271979\n", - "12:02:26\tCompleted 3104 to KZ433200: 2209.574579575913\n", - "12:02:26\tCompleted 3089 to KZ155200: 2920.249419389245\n", - "12:02:26\tCompleted 3119 to KZ634000: 1444.141082568661\n", - "12:02:26\tCompleted 3077 to KZ273600: 1851.6925748294732\n", - "12:02:26\tCompleted 3068 to KZ235200: 2001.331786141539\n", - "12:02:26\tCompleted 3136 to KZ554200: 1415.640635755587312:02:26\tCompleted 3091 to KZ431000: 1802.8185882471748\n", - "\n", - "12:02:27\tCompleted 3097 to KZ352800: 217.77846148006893\n", - "12:02:27\tCompleted 3074 to KZ636200: 955.2275577934993\n", - "12:02:27\tCompleted 3098 to KZ553600: 614.1293903445016\n", - "12:02:27\tCompleted 3071 to KZ276200: 2780.5684616033873\n", - "12:02:27\tCompleted 3106 to KZ555600: 3985.9329421925772\n", - "12:02:27\tCompleted 3112 to KZ396200: 924.8347620072412\n", - "12:02:27\tCompleted 3069 to KZ355200: 1329.7433648460408\n", - "12:02:27\tCompleted 3108 to KZ274200: 3670.6696406870715\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:02:27\tCompleted 3059 to KZ356000: 997.1486812549589\n", - "12:02:27\tCompleted 3103 to KZ233600: 2995.4945132060225\n", - "12:02:28\tCompleted 3075 to KZ395000: 1842.8698944826492\n", - "12:02:28\tCompleted 3121 to KZ553200: 640.3510131450942\n", - "12:02:28\tCompleted 3083 to KZ396800: 1692.0559720450453\n", - "12:02:28\tCompleted 3132 to KZ316600: 1827.9421304126517\n", - "12:02:28\tCompleted 3087 to KZ273600: 1591.349097173005\n", - "12:02:28\tCompleted 3080 to KZ633200: 848.3172277353607\n", - "12:02:28\tCompleted 3070 to KZ613600: 1833.429587845287\n", - "12:02:28\tCompleted 3096 to KZ634000: 4370.721033768281\n", - "12:02:28\tCompleted 3126 to KZ474200: 4688.289073257831\n", - "12:02:28\tCompleted 3073 to KZ193600: 1917.20470321415\n", - "12:02:29\tCompleted 3098 to KZ552200: 505.66144832277445\n", - "12:02:29\tCompleted 3114 to KZ551600: 3537.540687692206\n", - "12:02:29\tCompleted 3058 to KZ315600: 1779.349972678052\n", - "12:02:29\tCompleted 3097 to KZ356400: 534.8579499426321\n", - "12:02:29\tCompleted 3127 to KZ791710: 1563.930408096372\n", - "12:02:29\tCompleted 3128 to KZ613800: 2545.0258132122494\n", - "12:02:29\tCompleted 3053 to KZ431000: 1870.1290525855507\n", - "12:02:29\tCompleted 3120 to KZ393400: 1055.919883286613\n", - "12:02:29\tCompleted 3076 to KZ614600: 2236.5310406996246\n", - "12:02:29\tCompleted 3093 to KZ275400: 3606.8239222238753\n", - "12:02:29\tCompleted 3054 to KZ791710: 1961.5778889624435\n", - "12:02:29\tCompleted 3139 to KZ191600: 3175.734060308512\n", - "12:02:30\tCompleted 3112 to KZ396600: 932.7536027984404\n", - "12:02:30\tCompleted 3121 to KZ553600: 591.3540113800673\n", - "12:02:30\tCompleted 3095 to KZ155200: 2601.2861631714513\n", - "12:02:30\tCompleted 3086 to KZ596200: 1268.703454765861\n", - "12:02:30\tCompleted 3090 to KZ234600: 3321.557261496152\n", - "12:02:30\tCompleted 3131 to KZ155200: 3685.97924238731\n", - "12:02:30\tCompleted 3097 to KZ352400: 168.0472719310386\n", - "12:02:30\tCompleted 3074 to KZ636400: 1514.9245875429517\n", - "12:02:30\tCompleted 3055 to KZ275400: 2761.7894916610276\n", - "12:02:30\tCompleted 3092 to KZ611600: 1929.8396476068967\n", - "12:02:30\tCompleted 3069 to KZ355600: 1354.8404450248713\n", - "12:02:30\tCompleted 3102 to KZ194600: 1752.6429373344888\n", - "12:02:30\tCompleted 3061 to KZ614000: 1938.396160788067\n", - "12:02:30\tCompleted 3098 to KZ554600: 587.8379208245855\n", - "12:02:31\tCompleted 3125 to KZ636400: 1898.2843556942146\n", - "12:02:31\tCompleted 3137 to KZ274200: 3038.8694313021183\n", - "12:02:31\tCompleted 3059 to KZ354400: 1312.3041346458833\n", - "12:02:31\tCompleted 3103 to KZ633200: 1225.8991529117345\n", - "12:02:31\tCompleted 3104 to KZ431900: 1758.5506061515623\n", - "12:02:31\tCompleted 3091 to KZ435200: 1879.1248944755903\n", - "12:02:31\tCompleted 3136 to KZ791110: 2525.624695247656\n", - "12:02:31\tCompleted 3121 to KZ552200: 482.8860693583401\n", - "12:02:31\tCompleted 3075 to KZ395200: 1374.834409407779\n", - "12:02:31\tCompleted 3109 to KZ113200: 3042.162898075161\n", - "12:02:32\tCompleted 3120 to KZ391600: 968.7516496126342\n", - "12:02:32\tCompleted 3118 to KZ193400: 1559.72243941311\n", - "12:02:32\tCompleted 3087 to KZ276600: 1673.174343871981\n", - "12:02:32\tCompleted 3111 to KZ633400: 3879.9622080827153\n", - "12:02:32\tCompleted 3119 to KZ635400: 1952.3769961403673\n", - "12:02:32\tCompleted 3086 to KZ596400: 777.7306084348003\n", - "12:02:32\tCompleted 3077 to KZ276600: 1933.517821528449\n", - "12:02:32\tCompleted 3052 to KZ314000: 2191.637330123588\n", - "12:02:32\tCompleted 3074 to KZ631000: 901.3619444615451\n", - "12:02:32\tCompleted 3079 to KZ194400: 2729.187718414573\n", - "12:02:32\tCompleted 3099 to KZ274000: 3510.07009551362\n", - "12:02:32\tCompleted 3080 to KZ634800: 1255.67134841895\n", - "12:02:32\tCompleted 3110 to KZ196600: 4296.0186079851055\n", - "12:02:32\tCompleted 3133 to KZ314800: 2942.1983406748536\n", - "12:02:32\tCompleted 3116 to KZ275000: 2815.6838979135773\n", - "12:02:33\tCompleted 3058 to KZ316000: 1767.364530280215\n", - "12:02:33\tCompleted 3068 to KZ235600: 2096.369552161961\n", - "12:02:33\tCompleted 3057 to KZ194800: 2913.6448213060803\n", - "12:02:33\tCompleted 3121 to KZ554600: 565.062541860151\n", - "12:02:33\tCompleted 3132 to KZ316200: 2407.800578513218\n", - "12:02:33\tCompleted 3097 to KZ356000: 990.2418665908408\n", - "12:02:33\tCompleted 3059 to KZ351800: 1023.9969908661072\n", - "12:02:33\tCompleted 3073 to KZ194000: 1924.5232693621517\n", - "12:02:33\tCompleted 3112 to KZ394200: 1381.6639815521992\n", - "12:02:33\tCompleted 3106 to KZ551000: 3440.8043479764256\n", - "12:02:33\tCompleted 3063 to KZ274200: 3125.1312493198275\n", - "12:02:33\tCompleted 3070 to KZ614000: 1961.8422503870258\n", - "12:02:33\tCompleted 3053 to KZ435200: 1946.435358813966\n", - "12:02:33\tCompleted 3122 to KZ274800: 3339.959721586638\n", - "12:02:33\tCompleted 3098 to KZ555600: 1125.882637389325\n", - "12:02:33\tCompleted 3124 to KZ195800: 3668.8597742137704\n", - "12:02:34\tCompleted 3114 to KZ553200: 3656.488681098903\n", - "12:02:34\tCompleted 3071 to KZ271000: 2798.261417017603\n", - "12:02:34\tCompleted 3067 to KZ195200: 2523.8370222901613\n", - "12:02:34\tCompleted 3126 to KZ474600: 4365.464512439742\n", - "12:02:34\tCompleted 3076 to KZ614800: 2617.843502786295\n", - "12:02:35\tCompleted 3127 to KZ611600: 1641.8916925553003\n", - "12:02:35\tCompleted 3089 to KZ156400: 2759.3745134874316\n", - "12:02:35\tCompleted 3125 to KZ631000: 1438.7742836638336\n", - "12:02:35\tCompleted 3120 to KZ393600: 1028.3818400828418\n", - "12:02:35\tCompleted 3080 to KZ633400: 1056.0024884176776\n", - "12:02:35\tCompleted 3069 to KZ352100: 1972.8227188010253\n", - "12:02:35\tCompleted 3087 to KZ275000: 1549.4891045462414\n", - "12:02:35\tCompleted 3055 to KZ273600: 1929.748750643573\n", - "12:02:35\tCompleted 3096 to KZ635400: 4878.956947340014\n", - "12:02:35\tCompleted 3074 to KZ634600: 1361.5074096336148\n", - "12:02:35\tCompleted 3086 to KZ594600: 1247.9772858931337\n", - "12:02:35\tCompleted 3054 to KZ611600: 2039.5391734213717\n", - "12:02:35\tCompleted 3139 to KZ195200: 3113.4990834432447\n", - "12:02:35\tCompleted 3136 to KZ791310: 2482.0844633670486\n", - "12:02:35\tCompleted 3083 to KZ394800: 1870.7105407431013\n", - "12:02:35\tCompleted 3091 to KZ434800: 1794.1479844006737\n", - "12:02:35\tCompleted 3059 to KZ393200: 593.5709930947371\n", - "12:02:35\tCompleted 3138 to KZ113200: 2045.1794784444005\n", - "12:02:35\tCompleted 3098 to KZ551000: 580.7540431731569\n", - "12:02:35\tCompleted 3075 to KZ391000: 1570.5406739167533\n", - "12:02:35\tCompleted 3118 to KZ193600: 1425.83017766764\n", - "12:02:35\tCompleted 3119 to KZ635000: 1479.7102062287329\n", - "12:02:36\tCompleted 3109 to KZ113400: 3120.023934880499\n", - "12:02:36\tCompleted 3102 to KZ194800: 1885.6316393355478\n", - "12:02:36\tCompleted 3052 to KZ314800: 1891.7563264159367\n", - "12:02:36\tCompleted 3128 to KZ273200: 4046.319360988917\n", - "12:02:36\tCompleted 3066 to KZ113200: 1077.8215157540592\n", - "12:02:36\tCompleted 3121 to KZ555600: 1103.1072584248907\n", - "12:02:36\tCompleted 3103 to KZ634800: 1773.2841925398807\n", - "12:02:36\tCompleted 3097 to KZ354400: 917.0160424995278\n", - "12:02:37\tCompleted 3080 to KZ633600: 377.6403450730274512:02:37\tCompleted 3131 to KZ156400: 3525.104336485497\n", - "\n", - "12:02:37\tCompleted 3058 to KZ316600: 1703.824395554686\n", - "12:02:37\tCompleted 3077 to KZ275000: 1809.8325822027095\n", - "12:02:37\tCompleted 3074 to KZ634400: 883.2253725454984\n", - "12:02:37\tCompleted 3086 to KZ711110: 523.1375015878822\n", - "12:02:37\tCompleted 3073 to KZ196400: 1669.6463676268609\n", - "12:02:37\tCompleted 3095 to KZ156400: 2440.411257269615\n", - "12:02:37\tCompleted 3093 to KZ273600: 2774.7831812064137\n", - "12:02:37\tCompleted 3092 to KZ613600: 1784.6319090809448\n", - "12:02:38\tCompleted 3112 to KZ394400: 1461.5511926869608\n", - "12:02:38\tCompleted 3098 to KZ556000: 628.8754253811741\n", - "12:02:38\tCompleted 3053 to KZ434800: 1861.4584487390496\n", - "12:02:38\tCompleted 3121 to KZ551000: 557.9786642087225\n", - "12:02:38\tCompleted 3059 to KZ393400: 790.2338632686501\n", - "12:02:38\tCompleted 3104 to KZ434600: 1792.2151765779427\n", - "12:02:38\tCompleted 3133 to KZ315400: 2629.437221994902\n", - "12:02:38\tCompleted 3069 to KZ352200: 1312.8890231876367\n", - "12:02:38\tCompleted 3110 to KZ194200: 3924.109669807376\n", - "12:02:38\tCompleted 3090 to KZ234800: 2455.258637331751\n", - "12:02:38\tCompleted 3120 to KZ396400: 1249.7934867562226\n", - "12:02:39\tCompleted 3132 to KZ311000: 2013.2149486438107\n", - "12:02:39\tCompleted 3127 to KZ613600: 1496.6839540293483\n", - "12:02:39\tCompleted 3080 to KZ633800: 678.2256925535567\n", - "12:02:39\tCompleted 3106 to KZ556000: 3488.925730184439\n", - "12:02:39\tCompleted 3061 to KZ613900: 2215.1478599292577\n", - "12:02:39\tCompleted 3086 to KZ711410: 521.4708565424766\n", - "12:02:39\tCompleted 3111 to KZ633600: 3650.7868674942856\n", - "12:02:39\tCompleted 3068 to KZ233600: 2102.1315409620815\n", - "12:02:39\tCompleted 3103 to KZ633400: 1125.6183784691932\n", - "12:02:39\tCompleted 3119 to KZ632200: 829.390524994998\n", - "12:02:39\tCompleted 3066 to KZ113400: 1156.272078957731\n", - "12:02:40\tCompleted 3076 to KZ615400: 2508.7473849592143\n", - "12:02:40\tCompleted 3121 to KZ556000: 606.1000464167397\n", - "12:02:40\tCompleted 3116 to KZ274800: 3340.5717057250704\n", - "12:02:40\tCompleted 3070 to KZ613900: 2238.5939495282146\n", - "12:02:40\tCompleted 3059 to KZ391600: 726.3700687725508\n", - "12:02:40\tCompleted 3097 to KZ351800: 898.3561574862212\n", - "12:02:40\tCompleted 3125 to KZ634600: 1897.503811129248\n", - "12:02:40\tCompleted 3136 to KZ791510: 2459.203963795396\n", - "12:02:40\tCompleted 3122 to KZ275800: 2809.5425455750596\n", - "12:02:40\tCompleted 3109 to KZ113600: 2798.5410530407376\n", - "12:02:40\tCompleted 3075 to KZ395400: 1613.904568842067212:02:40\tCompleted 3098 to KZ556800: 829.5633502531161\n", - "\n", - "12:02:40\tCompleted 3086 to KZ711210: 534.9540429824224\n", - "12:02:41\tCompleted 3069 to KZ352300: 1116.98796830842612:02:41\tCompleted 3091 to KZ433600: 1993.9907479425747\n", - "\n", - "12:02:41\tCompleted 3057 to KZ195600: 3140.5697350948503\n", - "12:02:41\tCompleted 3118 to KZ194000: 1619.858358099233\n", - "12:02:41\tCompleted 3087 to KZ274800: 2074.3769123577536\n", - "12:02:41\tCompleted 3114 to KZ553600: 3607.49167933388\n", - "12:02:41\tCompleted 3080 to KZ634000: 930.1464055544853\n", - "12:02:41\tCompleted 3066 to KZ113600: 916.043348109470312:02:41\tCompleted 3073 to KZ196800: 1835.824208142394\n", - "\n", - "12:02:41\tCompleted 3054 to KZ613600: 1894.3314348954198\n", - "12:02:41\tCompleted 3052 to KZ315400: 1854.3036744967646\n", - "12:02:41\tCompleted 3055 to KZ276600: 2011.5739973425489\n", - "12:02:41\tCompleted 3071 to KZ274000: 3461.9491069568094\n", - "12:02:41\tCompleted 3058 to KZ316200: 2034.2463940850619\n", - "12:02:42\tCompleted 3079 to KZ194600: 2674.268560455595\n", - "12:02:42\tCompleted 3138 to KZ113400: 2123.0405152497515\n", - "12:02:42\tCompleted 3103 to KZ633600: 899.9711042978577\n", - "12:02:42\tCompleted 3059 to KZ393600: 610.8235327395777\n", - "12:02:42\tCompleted 3074 to KZ313600: 2339.895017494766\n", - "12:02:42\tCompleted 3121 to KZ556800: 806.7879712886818\n", - "12:02:42\tCompleted 3099 to KZ274200: 3617.386083673386\n", - "12:02:42\tCompleted 3067 to KZ195000: 2452.3775311155964\n", - "12:02:42\tCompleted 3086 to KZ711310: 540.1675423825448\n", - "12:02:42\tCompleted 3124 to KZ196000: 3855.640529602662\n", - "12:02:43\tCompleted 3053 to KZ433600: 2061.3012122809505\n", - "12:02:43\tCompleted 3126 to KZ475000: 4735.7935391895635\n", - "12:02:43\tCompleted 3083 to KZ395000: 1798.6859504340678\n", - "12:02:43\tCompleted 3112 to KZ433200: 2183.2987421246517\n", - "12:02:43\tCompleted 3098 to KZ554800: 834.2588382975717\n", - "12:02:43\tCompleted 3127 to KZ614000: 1625.0966165710872\n", - "12:02:43\tCompleted 3128 to KZ274400: 3976.3857610004657\n", - "12:02:43\tCompleted 3139 to KZ195000: 3559.6282427601636\n", - "12:02:43\tCompleted 3069 to KZ352800: 1313.5728663287357\n", - "12:02:43\tCompleted 3120 to KZ394000: 1481.728336122049\n", - "12:02:43\tCompleted 3104 to KZ434400: 2135.1645755396776\n", - "12:02:43\tCompleted 3096 to KZ635000: 4406.290157428351\n", - "12:02:43\tCompleted 3132 to KZ315000: 2130.423764877444\n", - "12:02:43\tCompleted 3109 to KZ113800: 2646.688174749763\n", - "12:02:43\tCompleted 3066 to KZ113800: 764.190469818494\n", - "12:02:44\tCompleted 3097 to KZ393200: 1048.3206653472057\n", - "12:02:44\tCompleted 3125 to KZ634400: 1419.2217740411313\n", - "12:02:44\tCompleted 3100 to KZ113200: 173.28151204932865\n", - "12:02:44\tCompleted 3102 to KZ195600: 2112.556553124362\n", - "12:02:44\tCompleted 3086 to KZ555200: 237.04501789301463\n", - "12:02:44\tCompleted 3089 to KZ155600: 2672.219293067338\n", - "12:02:44\tCompleted 3061 to KZ612000: 1735.4050607532233\n", - "12:02:44\tCompleted 3092 to KZ614000: 1913.044571622683612:02:44\tCompleted 3059 to KZ396400: 795.5468628731057\n", - "\n", - "12:02:44\tCompleted 3131 to KZ155600: 3437.9491160654034\n", - "12:02:44\tCompleted 3076 to KZ615200: 2288.2302397432286\n", - "12:02:44\tCompleted 3077 to KZ274800: 2334.7203900142035\n", - "12:02:44\tCompleted 3136 to KZ791710: 2457.4277834783634\n", - "12:02:44\tCompleted 3119 to KZ635200: 1745.315254021761\n", - "12:02:44\tCompleted 3133 to KZ315600: 3148.878734815547\n", - "12:02:45\tCompleted 3121 to KZ554800: 811.4834593331374\n", - "12:02:45\tCompleted 3070 to KZ612000: 1758.8511503521822\n", - "12:02:45\tCompleted 3106 to KZ556800: 3689.6136550563765\n", - "12:02:45\tCompleted 3098 to KZ556400: 771.99271198901412:02:45\tCompleted 3110 to KZ751210: 3878.9092923921894\n", - "\n", - "12:02:45\tCompleted 3095 to KZ155600: 2353.2560368495447\n", - "12:02:46\tCompleted 3114 to KZ552200: 3499.0237373121668\n", - "12:02:46\tCompleted 3086 to KZ551600: 94.52408269186176\n", - "12:02:46\tCompleted 3080 to KZ635400: 1438.3823191261909\n", - "12:02:46\tCompleted 3100 to KZ113400: 127.31621303581139\n", - "12:02:46\tCompleted 3087 to KZ275800: 1543.959736346152\n", - "12:02:46\tCompleted 3058 to KZ311000: 1889.0972137858448\n", - "12:02:46\tCompleted 3075 to KZ392000: 1730.8282639223064\n", - "12:02:46\tCompleted 3091 to KZ434000: 2188.6330556489797\n", - "12:02:46\tCompleted 3103 to KZ633800: 1200.556451778386\n", - "12:02:46\tCompleted 3066 to KZ114500: 1089.7701637908333\n", - "12:02:46\tCompleted 3068 to KZ633200: 2242.462839993354\n", - "12:02:46\tCompleted 3052 to KZ315600: 1980.752743394613\n", - "12:02:46\tCompleted 3118 to KZ196400: 1829.7101067435287\n", - "12:02:46\tCompleted 3093 to KZ276600: 2856.6084279054\n", - "12:02:47\tCompleted 3116 to KZ275800: 2810.154529713492\n", - "12:02:47\tCompleted 3073 to KZ191600: 1752.72375127455112:02:47\tCompleted 3111 to KZ633800: 3951.372214974795\n", - "\n", - "12:02:47\tCompleted 3059 to KZ394000: 1027.4817122389322\n", - "12:02:47\tCompleted 3121 to KZ556400: 749.2173330245796\n", - "12:02:47\tCompleted 3138 to KZ113600: 1801.5576334099671\n", - "12:02:47\tCompleted 3069 to KZ356400: 1630.6523547912984\n", - "12:02:47\tCompleted 3120 to KZ396800: 1227.8207936824526\n", - "12:02:47\tCompleted 3055 to KZ275000: 1887.8887580168093\n", - "12:02:47\tCompleted 3086 to KZ553200: 379.4233022705465\n", - "12:02:47\tCompleted 3112 to KZ431900: 1732.2747687003007\n", - "12:02:48\tCompleted 3083 to KZ395200: 1330.650465359197612:02:48\tCompleted 3100 to KZ113600: 264.3763894101664\n", - "\n", - "12:02:48\tCompleted 3090 to KZ235200: 2502.8984846951357\n", - "12:02:48\tCompleted 3132 to KZ314200: 2014.6291622061838\n", - "12:02:48\tCompleted 3104 to KZ431000: 1475.9861446861748\n", - "12:02:48\tCompleted 3097 to KZ393400: 1056.4229316559647\n", - "12:02:48\tCompleted 3066 to KZ114000: 969.5568825030804\n", - "12:02:48\tCompleted 3124 to KZ191000: 3547.251376709644\n", - "12:02:48\tCompleted 3098 to KZ554200: 967.8237477713149\n", - "12:02:48\tCompleted 3119 to KZ632400: 1537.9722912153568\n", - "12:02:48\tCompleted 3080 to KZ635000: 967.131466921211712:02:48\tCompleted 3054 to KZ614000: 2022.7440974371586\n", - "\n", - "12:02:48\tCompleted 3074 to KZ314000: 2198.251653346376\n", - "12:02:49\tCompleted 3109 to KZ114500: 3080.2070965835264\n", - "12:02:49\tCompleted 3127 to KZ613900: 1901.8483157122812\n", - "12:02:49\tCompleted 3086 to KZ553600: 370.78018318486755\n", - "12:02:49\tCompleted 3126 to KZ475200: 4746.636499973611\n", - "12:02:49\tCompleted 3100 to KZ113800: 448.49297677986\n", - "12:02:49\tCompleted 3122 to KZ276000: 3225.373571330095\n", - "12:02:49\tCompleted 3071 to KZ274200: 3569.2650951165756\n", - "12:02:49\tCompleted 3069 to KZ352400: 1263.8416767797053\n", - "12:02:49\tCompleted 3136 to KZ611600: 2714.2883187534762\n", - "12:02:49\tCompleted 3053 to KZ434000: 2331.6173578696776\n", - "12:02:49\tCompleted 3059 to KZ396800: 773.5741697993357\n", - "12:02:50\tCompleted 3077 to KZ275800: 1804.3032140026203\n", - "12:02:50\tCompleted 3080 to KZ632200: 360.3402125721099\n", - "12:02:50\tCompleted 3125 to KZ313600: 1934.9912640595526\n", - "12:02:50\tCompleted 3121 to KZ554200: 945.0483688068804\n", - "12:02:50\tCompleted 3066 to KZ117000: 882.27946627545912:02:50\tCompleted 3133 to KZ316000: 2322.6396569520653\n", - "\n", - "12:02:50\tCompleted 3138 to KZ113800: 1649.7047551189908\n", - "12:02:50\tCompleted 3096 to KZ632200: 3755.9704761946173\n", - "12:02:50\tCompleted 3075 to KZ395600: 1607.9816132133828\n", - "12:02:50\tCompleted 3132 to KZ353200: 1134.8842457796875\n", - "12:02:50\tCompleted 3114 to KZ554600: 3555.214075884859\n", - "12:02:50\tCompleted 3128 to KZ275400: 4651.574192957516\n", - "12:02:50\tCompleted 3103 to KZ634000: 1447.7592496754153\n", - "12:02:50\tCompleted 3072 to KZ113200: 180.20687616598087\n", - "12:02:50\tCompleted 3086 to KZ552200: 359.868993960427\n", - "12:02:50\tCompleted 3110 to KZ751110: 3886.6666517050708\n", - "12:02:51\tCompleted 3100 to KZ114500: 286.24321011672924\n", - "12:02:51\tCompleted 3120 to KZ394800: 1406.4753623805093\n", - "12:02:51\tCompleted 3118 to KZ196800: 1430.129095001882\n", - "12:02:51\tCompleted 3061 to KZ614400: 2141.680659369054\n", - "12:02:51\tCompleted 3058 to KZ315000: 2006.3060300194777\n", - "12:02:51\tCompleted 3102 to KZ195800: 1976.862153474333\n", - "12:02:51\tCompleted 3089 to KZ156800: 2070.2298268953055\n", - "12:02:51\tCompleted 3095 to KZ156800: 1751.2665706774794\n", - "12:02:51\tCompleted 3076 to KZ616400: 3130.050085644163\n", - "12:02:51\tCompleted 3139 to KZ194400: 3382.914113524944\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:02:51\tCompleted 3131 to KZ156800: 2835.9596498933806\n", - "12:02:51\tCompleted 3069 to KZ356000: 1115.5244350081273\n", - "12:02:51\tCompleted 3057 to KZ195800: 3004.875335444818\n", - "12:02:51\tCompleted 3079 to KZ194800: 2807.257262456678\n", - "12:02:51\tCompleted 3070 to KZ614400: 2165.126748968011\n", - "12:02:51\tCompleted 3052 to KZ316000: 1968.7673009967725\n", - "12:02:51\tCompleted 3097 to KZ391600: 991.3674634068037\n", - "12:02:52\tCompleted 3072 to KZ113400: 258.65743936965214\n", - "12:02:52\tCompleted 3073 to KZ195200: 1830.0307163593595\n", - "12:02:52\tCompleted 3104 to KZ435200: 1552.292450914590312:02:52\tCompleted 3086 to KZ554600: 418.72141461463724\n", - "\n", - "12:02:52\tCompleted 3092 to KZ613900: 2189.7962707638762\n", - "12:02:52\tCompleted 3066 to KZ114400: 912.7047584253016\n", - "12:02:52\tCompleted 3083 to KZ391000: 1526.356729868172\n", - "12:02:52\tCompleted 3059 to KZ394800: 988.9170550372462\n", - "12:02:52\tCompleted 3100 to KZ114000: 254.25571690980138\n", - "12:02:52\tCompleted 3119 to KZ632800: 1276.7289637173947\n", - "12:02:52\tCompleted 3106 to KZ554800: 3693.590215904097\n", - "12:02:52\tCompleted 3109 to KZ114000: 2852.0545874343447\n", - "12:02:52\tCompleted 3087 to KZ276000: 1959.7907621012191\n", - "12:02:52\tCompleted 3067 to KZ194400: 2774.8130839551504\n", - "12:02:52\tCompleted 3127 to KZ612000: 1422.1055165362436\n", - "12:02:53\tCompleted 3132 to KZ353600: 1312.1460927470441\n", - "12:02:53\tCompleted 3112 to KZ434600: 1765.939339126681\n", - "12:02:53\tCompleted 3091 to KZ471000: 3744.50516908242312:02:53\tCompleted 3080 to KZ635200: 1232.7365147142395\n", - "\n", - "12:02:53\tCompleted 3072 to KZ113600: 185.0789325070898\n", - "12:02:53\tCompleted 3074 to KZ314800: 1898.3706496387244\n", - "12:02:53\tCompleted 3086 to KZ555600: 599.0163871644147\n", - "12:02:53\tCompleted 3100 to KZ117000: 176.88806035640528\n", - "12:02:53\tCompleted 3093 to KZ275000: 2732.923188579655\n", - "12:02:53\tCompleted 3136 to KZ613600: 2567.9157665155644\n", - "12:02:53\tCompleted 3131 to KZ193200: 1116.23257145659\n", - "12:02:53\tCompleted 3055 to KZ274800: 2412.7765658283\n", - "12:02:54\tCompleted 3098 to KZ791110: 1718.835746191903\n", - "12:02:54\tCompleted 3120 to KZ395000: 1334.450772071475\n", - "12:02:54\tCompleted 3124 to KZ196200: 3312.8442039183287\n", - "12:02:54\tCompleted 3111 to KZ634000: 4198.5750128718255\n", - "12:02:54\tCompleted 3068 to KZ634800: 2786.3198132043535\n", - "12:02:54\tCompleted 3059 to KZ395000: 880.2041481883583\n", - "12:02:54\tCompleted 3138 to KZ114500: 2083.223676952788\n", - "12:02:54\tCompleted 3086 to KZ551000: 2.7556350000115994\n", - "12:02:54\tCompleted 3116 to KZ276000: 3225.9855554685273\n", - "12:02:54\tCompleted 3072 to KZ113800: 393.8480021423629\n", - "12:02:54\tCompleted 3097 to KZ393600: 1028.8848884521935\n", - "12:02:54\tCompleted 3125 to KZ314000: 1775.7394084868188\n", - "12:02:54\tCompleted 3069 to KZ354400: 1785.6177049690993\n", - "12:02:55\tCompleted 3132 to KZ351600: 1050.0814384009484\n", - "12:02:55\tCompleted 3066 to KZ114600: 1437.5197564064383\n", - "12:02:55\tCompleted 3126 to KZ471800: 4576.246279812878\n", - "12:02:55\tCompleted 3121 to KZ791110: 1629.9806593049504\n", - "12:02:55\tCompleted 3100 to KZ114400: 311.4265295829233\n", - "12:02:55\tCompleted 3058 to KZ314200: 1890.511427348218\n", - "12:02:55\tCompleted 3054 to KZ613900: 2299.495796578344\n", - "12:02:55\tCompleted 3118 to KZ191600: 1482.1185010678905\n", - "12:02:55\tCompleted 3089 to KZ193200: 1700.8113989824105\n", - "12:02:55\tCompleted 3090 to KZ235600: 2597.9362507155406\n", - "12:02:55\tCompleted 3131 to KZ193400: 781.0838619468502\n", - "12:02:55\tCompleted 3080 to KZ632400: 1023.9776142011807\n", - "12:02:55\tCompleted 3104 to KZ434800: 1467.3155408396738\n", - "12:02:55\tCompleted 3119 to KZ636800: 1313.0927472391807\n", - "12:02:55\tCompleted 3077 to KZ276000: 2220.1342397576827\n", - "12:02:55\tCompleted 3076 to KZ615600: 2328.358589509160512:02:55\tCompleted 3075 to KZ395800: 1910.3656886198555\n", - "\n", - "12:02:55\tCompleted 3109 to KZ117000: 2872.716399068169\n", - "12:02:56\tCompleted 3073 to KZ195000: 1680.902153668584\n", - "12:02:56\tCompleted 3061 to KZ614600: 1828.6251795302264\n", - "12:02:56\tCompleted 3072 to KZ114500: 192.15552420275495\n", - "12:02:56\tCompleted 3086 to KZ556000: 47.6912306273505\n", - "12:02:56\tCompleted 3059 to KZ395200: 477.863145790159\n", - "12:02:56\tCompleted 3052 to KZ316600: 1905.227166271247\n", - "12:02:56\tCompleted 3066 to KZ114800: 465.2063362075606\n", - "12:02:56\tCompleted 3110 to KZ751310: 3879.838224580325\n", - "12:02:56\tCompleted 3133 to KZ316600: 2970.630521036086\n", - "12:02:56\tCompleted 3114 to KZ555600: 4119.244926378687\n", - "12:02:56\tCompleted 3083 to KZ395400: 1569.7206247934857\n", - "12:02:56\tCompleted 3053 to KZ471000: 3419.9857316536168\n", - "12:02:56\tCompleted 3100 to KZ114600: 390.45383985318534\n", - "12:02:56\tCompleted 3070 to KZ614600: 1852.0712691291853\n", - "12:02:57\tCompleted 3122 to KZ276200: 2944.7597845961905\n", - "12:02:57\tCompleted 3120 to KZ395200: 866.4152869966056\n", - "12:02:57\tCompleted 3058 to KZ353200: 550.2233113305882\n", - "12:02:57\tCompleted 3095 to KZ193200: 1846.5906508994515\n", - "12:02:57\tCompleted 3096 to KZ635200: 4671.895205221393\n", - "12:02:57\tCompleted 3069 to KZ351800: 1142.3727446192763\n", - "12:02:57\tCompleted 3128 to KZ273600: 3819.5334519400144\n", - "12:02:57\tCompleted 3132 to KZ354000: 997.5406167202372\n", - "12:02:57\tCompleted 3092 to KZ612000: 1710.05347158784\n", - "12:02:57\tCompleted 3102 to KZ196000: 1746.990627601085\n", - "12:02:57\tCompleted 3072 to KZ114000: 102.6752915429994\n", - "12:02:57\tCompleted 3087 to KZ276200: 1679.1769753672938\n", - "12:02:57\tCompleted 3103 to KZ635400: 1955.995163247121612:02:57\tCompleted 3106 to KZ556400: 3632.043016792273\n", - "\n", - "12:02:57\tCompleted 3080 to KZ632800: 823.6241382974308\n", - "12:02:57\tCompleted 3086 to KZ556800: 248.37915549929258\n", - "12:02:57\tCompleted 3136 to KZ614000: 2514.775719601236\n", - "12:02:58\tCompleted 3126 to KZ593200: 1693.6967955819066\n", - "12:02:58\tCompleted 3074 to KZ315400: 1860.9179977195524\n", - "12:02:58\tCompleted 3066 to KZ111010: 748.5766091240828\n", - "12:02:58\tCompleted 3059 to KZ391000: 607.8749276224625\n", - "12:02:58\tCompleted 3139 to KZ194600: 3393.4310795294405\n", - "12:02:58\tCompleted 3055 to KZ275800: 1882.35938981672\n", - "12:02:58\tCompleted 3069 to KZ393200: 272.17045213759786\n", - "12:02:58\tCompleted 3097 to KZ396400: 1250.2965351255743\n", - "12:02:58\tCompleted 3127 to KZ614400: 1828.381115152084\n", - "12:02:58\tCompleted 3112 to KZ434400: 2108.8887380884157\n", - "12:02:58\tCompleted 3138 to KZ114000: 1855.0711678035773\n", - "12:02:58\tCompleted 3072 to KZ117000: 26.58085979889665\n", - "12:02:58\tCompleted 3098 to KZ791310: 1694.7128626339938\n", - "12:02:58\tCompleted 3100 to KZ114800: 769.7625222057499\n", - "12:02:59\tCompleted 3131 to KZ193600: 1603.0066313835855\n", - "12:02:59\tCompleted 3086 to KZ554800: 274.8877425499693\n", - "12:02:59\tCompleted 3125 to KZ314800: 1493.46689620351\n", - "12:02:59\tCompleted 3079 to KZ195600: 3034.18217624546\n", - "12:02:59\tCompleted 3089 to KZ193400: 1377.6214592108686\n", - "12:02:59\tCompleted 3109 to KZ114400: 2795.2024633565625\n", - "12:02:59\tCompleted 3080 to KZ636800: 799.098070225004\n", - "12:02:59\tCompleted 3132 to KZ351000: 1034.872813299645\n", - "12:02:59\tCompleted 3121 to KZ791310: 1605.8577757470414\n", - "12:02:59\tCompleted 3118 to KZ195200: 1503.1728301451872\n", - "12:03:00\tCompleted 3066 to KZ116000: 1023.2850316070326\n", - "12:03:00\tCompleted 3104 to KZ433600: 1667.1583043815747\n", - "12:03:00\tCompleted 3068 to KZ633400: 2142.182065550819\n", - "12:03:00\tCompleted 3059 to KZ395400: 651.2388225477762\n", - "12:03:00\tCompleted 3124 to KZ192600: 3586.1951317383377\n", - "12:03:00\tCompleted 3075 to KZ392400: 1636.5526146461957\n", - "12:03:00\tCompleted 3091 to KZ473600: 3325.53040305948\n", - "12:03:00\tCompleted 3054 to KZ612000: 1819.752997402315\n", - "12:03:00\tCompleted 3072 to KZ114400: 277.11862189303173\n", - "12:03:00\tCompleted 3069 to KZ393400: 709.4197541833354\n", - "12:03:00\tCompleted 3057 to KZ196000: 2775.0038095716113\n", - "12:03:00\tCompleted 3100 to KZ111010: 307.11464663579824\n", - "12:03:00\tCompleted 3086 to KZ556400: 190.80851723519018\n", - "12:03:00\tCompleted 3058 to KZ353600: 1277.5245115905623\n", - "12:03:00\tCompleted 3119 to KZ635800: 1762.594994936436\n", - "12:03:00\tCompleted 3077 to KZ276200: 1939.520453023762\n", - "12:03:00\tCompleted 3067 to KZ194600: 2719.8939259961726\n", - "12:03:00\tCompleted 3120 to KZ391000: 1062.1215515055792\n", - "12:03:01\tCompleted 3073 to KZ194400: 2058.813803073101\n", - "12:03:01\tCompleted 3126 to KZ595800: 1797.6164056222838\n", - "12:03:01\tCompleted 3083 to KZ392000: 1686.644319873725\n", - "12:03:01\tCompleted 3114 to KZ551000: 3574.116332162535\n", - "12:03:01\tCompleted 3076 to KZ615800: 2342.7382088366703\n", - "12:03:01\tCompleted 3102 to KZ191000: 1625.4804343656745\n", - "12:03:01\tCompleted 3052 to KZ316200: 2235.6491648016195\n", - "12:03:01\tCompleted 3095 to KZ193400: 1571.7795999785794\n", - "12:03:01\tCompleted 3072 to KZ114600: 539.9051168183593\n", - "12:03:01\tCompleted 3103 to KZ635000: 1483.3283733354872\n", - "12:03:01\tCompleted 3100 to KZ116000: 284.24435687645627\n", - "12:03:01\tCompleted 3086 to KZ554200: 464.38214011220936\n", - "12:03:01\tCompleted 3087 to KZ271000: 1696.8699307815223\n", - "12:03:01\tCompleted 3093 to KZ274800: 3257.810996391148\n", - "12:03:02\tCompleted 3110 to KZ751410: 3897.263202983964\n", - "12:03:02\tCompleted 3066 to KZ116400: 731.2347871494926\n", - "12:03:02\tCompleted 3069 to KZ391600: 843.8454168816099\n", - "12:03:02\tCompleted 3136 to KZ613900: 2792.6989916176717\n", - "12:03:02\tCompleted 3116 to KZ276200: 2945.371768734623\n", - "12:03:02\tCompleted 3059 to KZ392000: 768.1625176280155\n", - "12:03:02\tCompleted 3131 to KZ194000: 1458.5518625289167\n", - "12:03:02\tCompleted 3112 to KZ431000: 1449.7103072349132\n", - "12:03:02\tCompleted 3133 to KZ316200: 2473.3597890275682\n", - "12:03:02\tCompleted 3111 to KZ635400: 4706.810926443559\n", - "12:03:02\tCompleted 3061 to KZ614800: 2209.937641616895\n", - "12:03:02\tCompleted 3074 to KZ315600: 1987.3670666174007\n", - "12:03:02\tCompleted 3132 to KZ352000: 1485.7179464694038\n", - "12:03:02\tCompleted 3080 to KZ635800: 1250.0162556289147\n", - "12:03:02\tCompleted 3138 to KZ117000: 1875.7329794374148\n", - "12:03:02\tCompleted 3058 to KZ351600: 932.5534318438074\n", - "12:03:03\tCompleted 3090 to KZ233600: 2603.698239515665\n", - "12:03:03\tCompleted 3127 to KZ614600: 1515.3256353132467\n", - "12:03:03\tCompleted 3096 to KZ632400: 4464.552242414983\n", - "12:03:03\tCompleted 3069 to KZ393600: 233.67934101622618\n", - "12:03:03\tCompleted 3125 to KZ315400: 1456.014244284338\n", - "12:03:03\tCompleted 3100 to KZ116400: 398.3470755180568\n", - "12:03:03\tCompleted 3070 to KZ614800: 2233.3837312158535\n", - "12:03:03\tCompleted 3097 to KZ394000: 1482.2313844914008\n", - "12:03:03\tCompleted 3092 to KZ614400: 2116.329070203674\n", - "12:03:03\tCompleted 3072 to KZ114800: 655.1871588275902\n", - "12:03:03\tCompleted 3120 to KZ395400: 1105.485446430893\n", - "12:03:03\tCompleted 3098 to KZ791510: 1693.2533877802434\n", - "12:03:03\tCompleted 3075 to KZ396200: 1444.9757006199775\n", - "12:03:03\tCompleted 3106 to KZ554200: 3801.887918645465\n", - "12:03:03\tCompleted 3118 to KZ195000: 1431.7133389705893\n", - "12:03:03\tCompleted 3089 to KZ193600: 1701.438334774883\n", - "12:03:04\tCompleted 3128 to KZ276600: 3901.3586986390005\n", - "12:03:04\tCompleted 3109 to KZ114600: 3401.271612329205\n", - "12:03:04\tCompleted 3122 to KZ271000: 2962.452740010406\n", - "12:03:04\tCompleted 3126 to KZ593400: 1558.4270926498896\n", - "12:03:04\tCompleted 3059 to KZ395600: 645.3158669190922\n", - "12:03:04\tCompleted 3058 to KZ354000: 505.04241678721036\n", - "12:03:04\tCompleted 3066 to KZ116800: 1101.581430049484\n", - "12:03:04\tCompleted 3121 to KZ791510: 1604.398300893291\n", - "12:03:04\tCompleted 3132 to KZ354800: 810.8131287838683\n", - "12:03:04\tCompleted 3053 to KZ473600: 3001.0109656306736\n", - "12:03:04\tCompleted 3103 to KZ632200: 833.0086921017522\n", - "12:03:04\tCompleted 3069 to KZ396400: 123.60974198950639\n", - "12:03:04\tCompleted 3139 to KZ194800: 3661.5467315834435\n", - "12:03:04\tCompleted 3119 to KZ636200: 1431.5083171383028\n", - "12:03:04\tCompleted 3100 to KZ116800: 185.9482218260316\n", - "12:03:04\tCompleted 3131 to KZ196400: 1203.6749607936263\n", - "12:03:04\tCompleted 3073 to KZ194600: 1692.6146379473341\n", - "12:03:04\tCompleted 3072 to KZ111010: 156.8074460782891\n", - "12:03:05\tCompleted 3080 to KZ636200: 917.5136401241266\n", - "12:03:05\tCompleted 3068 to KZ633600: 1913.0067249623617\n", - "12:03:05\tCompleted 3104 to KZ434000: 1873.5954852474151\n", - "12:03:05\tCompleted 3069 to KZ394000: 355.54459135533284\n", - "12:03:05\tCompleted 3055 to KZ276000: 2298.1904155717802\n", - "12:03:05\tCompleted 3058 to KZ351000: 469.0787835866261\n", - "12:03:05\tCompleted 3083 to KZ395600: 1563.7976691648014\n", - "12:03:05\tCompleted 3077 to KZ271000: 1957.2134084379904\n", - "12:03:06\tCompleted 3079 to KZ195800: 2898.487776595428\n", - "12:03:06\tCompleted 3100 to KZ111810: 187.28291005113368\n", - "12:03:06\tCompleted 3095 to KZ193600: 1437.8873382331094\n", - "12:03:06\tCompleted 3138 to KZ114400: 1798.2190437257984\n", - "12:03:06\tCompleted 3066 to KZ111810: 1079.1653451040088\n", - "12:03:06\tCompleted 3136 to KZ612000: 2661.410452646136\n", - "12:03:06\tCompleted 3072 to KZ116000: 371.41650180939644\n", - "12:03:06\tCompleted 3102 to KZ196200: 1620.8465831788735\n", - "12:03:06\tCompleted 3112 to KZ435200: 1526.0166134633287\n", - "12:03:06\tCompleted 3124 to KZ196600: 3631.9108557936092\n", - "12:03:06\tCompleted 3120 to KZ392000: 1222.4091415111322\n", - "12:03:06\tCompleted 3054 to KZ614400: 2226.0285960181404\n", - "12:03:06\tCompleted 3069 to KZ396800: 133.86801930429942\n", - "12:03:06\tCompleted 3076 to KZ612600: 2172.853057641733\n", - "12:03:06\tCompleted 3109 to KZ114800: 2347.7040411388466\n", - "12:03:06\tCompleted 3059 to KZ395800: 1029.6480579255117\n", - "12:03:07\tCompleted 3052 to KZ311000: 2090.4999845024026\n", - "12:03:07\tCompleted 3097 to KZ396800: 1228.3238420518044\n", - "12:03:07\tCompleted 3126 to KZ594200: 1786.86141733365512:03:07\tCompleted 3075 to KZ396600: 1452.8945414111768\n", - "\n", - "12:03:07\tCompleted 3114 to KZ556000: 3622.2377143705485\n", - "12:03:07\tCompleted 3086 to KZ791110: 2188.5841972239596\n", - "12:03:07\tCompleted 3132 to KZ355200: 1473.2879804566692\n", - "12:03:07\tCompleted 3125 to KZ315600: 1582.4633131821863\n", - "12:03:07\tCompleted 3090 to KZ633200: 1601.058444943504\n", - "12:03:07\tCompleted 3074 to KZ316000: 2076.3426785348174\n", - "12:03:07\tCompleted 3072 to KZ116400: 248.03987496054737\n", - "12:03:07\tCompleted 3131 to KZ196800: 1369.8528013091588\n", - "12:03:07\tCompleted 3106 to KZ791110: 2938.3267775956792\n", - "12:03:07\tCompleted 3058 to KZ352000: 826.3793288492924\n", - "12:03:08\tCompleted 3110 to KZ751710: 3938.251234752867\n", - "12:03:08\tCompleted 3087 to KZ274000: 2360.5576207207296\n", - "12:03:08\tCompleted 3069 to KZ394800: 327.8516114105914\n", - "12:03:08\tCompleted 3098 to KZ791710: 1665.734461866491\n", - "12:03:08\tCompleted 3067 to KZ194800: 2852.8826279972604\n", - "12:03:08\tCompleted 3091 to KZ474200: 3772.154564126002\n", - "12:03:08\tCompleted 3133 to KZ311000: 2333.931049398449\n", - "12:03:08\tCompleted 3080 to KZ636400: 1478.2088408196967\n", - "12:03:08\tCompleted 3061 to KZ615400: 2100.8415237898307\n", - "12:03:08\tCompleted 3127 to KZ614800: 1896.6380973999153\n", - "12:03:08\tCompleted 3059 to KZ392400: 673.8868683519046\n", - "12:03:08\tCompleted 3092 to KZ614600: 1803.2735903648431\n", - "12:03:08\tCompleted 3089 to KZ194000: 1895.466515206476\n", - "12:03:08\tCompleted 3072 to KZ116800: 203.9667904614056\n", - "12:03:09\tCompleted 3057 to KZ191000: 2653.493616336206\n", - "12:03:09\tCompleted 3073 to KZ194800: 1847.5692422039324\n", - "12:03:09\tCompleted 3093 to KZ275800: 2727.393820379569712:03:09\tCompleted 3121 to KZ791710: 1576.8793749795386\n", - "\n", - "12:03:09\tCompleted 3116 to KZ271000: 2963.0647241488386\n", - "12:03:09\tCompleted 3096 to KZ632800: 4214.779116910162\n", - "12:03:09\tCompleted 3111 to KZ635000: 4234.144136531884\n", - "12:03:09\tCompleted 3069 to KZ395000: 258.5690655051873\n", - "12:03:09\tCompleted 3100 to KZ116600: 1297.441173647807\n", - "12:03:09\tCompleted 3120 to KZ395600: 1099.562490802209\n", - "12:03:09\tCompleted 3070 to KZ615400: 2124.287613388788\n", - "12:03:09\tCompleted 3118 to KZ194400: 1754.1488918101827\n", - "12:03:09\tCompleted 3132 to KZ355600: 1185.0329182172654\n", - "12:03:10\tCompleted 3058 to KZ354800: 992.7017972027462\n", - "12:03:10\tCompleted 3103 to KZ635200: 1748.9334211285152\n", - "12:03:10\tCompleted 3131 to KZ191600: 1286.752344441316\n", - "12:03:10\tCompleted 3119 to KZ636400: 1837.15277583673\n", - "12:03:10\tCompleted 3080 to KZ631000: 863.6480267921725\n", - "12:03:10\tCompleted 3059 to KZ396200: 482.30995432568704\n", - "12:03:10\tCompleted 3126 to KZ596600: 1887.7469349104204\n", - "12:03:10\tCompleted 3069 to KZ395200: 359.74597062319293\n", - "12:03:10\tCompleted 3136 to KZ614400: 2719.231791057468\n", - "12:03:10\tCompleted 3072 to KZ111810: 181.5507055159303\n", - "12:03:10\tCompleted 3055 to KZ276200: 2017.5766288378618\n", - "12:03:10\tCompleted 3112 to KZ434800: 1441.0397033884121\n", - "12:03:10\tCompleted 3083 to KZ395800: 1866.181744571274\n", - "12:03:10\tCompleted 3128 to KZ275000: 3777.6734593132555\n", - "12:03:11\tCompleted 3100 to KZ115600: 371.88466305271453\n", - "12:03:11\tCompleted 3109 to KZ111010: 2739.013541916801\n", - "12:03:11\tCompleted 3095 to KZ194000: 1631.9155186647024\n", - "12:03:11\tCompleted 3138 to KZ114600: 2404.2881926984624\n", - "12:03:11\tCompleted 3068 to KZ633800: 2213.5920724428843\n", - "12:03:11\tCompleted 3125 to KZ316000: 1490.0930944735112\n", - "12:03:11\tCompleted 3066 to KZ116600: 2102.7490159585714\n", - "12:03:11\tCompleted 3054 to KZ614600: 1912.9731161793181\n", - "12:03:11\tCompleted 3106 to KZ791310: 2916.0452286352793\n", - "12:03:11\tCompleted 3069 to KZ391000: 69.8810751057341\n", - "12:03:11\tCompleted 3102 to KZ192600: 1680.8362784645485\n", - "12:03:11\tCompleted 3076 to KZ616000: 2330.2758280845374\n", - "12:03:11\tCompleted 3139 to KZ195600: 3738.327299338648\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:03:11\tCompleted 3122 to KZ274000: 3626.1404299496126\n", - "12:03:11\tCompleted 3058 to KZ355200: 723.329099520756\n", - "12:03:11\tCompleted 3059 to KZ396600: 490.2287951168863\n", - "12:03:12\tCompleted 3104 to KZ471000: 3412.6388855156824\n", - "12:03:12\tCompleted 3074 to KZ316600: 1911.8414894940347\n", - "12:03:12\tCompleted 3075 to KZ394200: 1901.8049201649362\n", - "12:03:12\tCompleted 3124 to KZ194200: 3260.001917615891\n", - "12:03:12\tCompleted 3097 to KZ394800: 1406.978410749861\n", - "12:03:12\tCompleted 3053 to KZ474200: 3447.6351266971956\n", - "12:03:12\tCompleted 3079 to KZ196000: 2668.6162507222125\n", - "12:03:12\tCompleted 3114 to KZ556800: 3822.925639242486\n", - "12:03:12\tCompleted 3052 to KZ315000: 2207.7088007360385\n", - "12:03:12\tCompleted 3069 to KZ395400: 108.9792847113416\n", - "12:03:12\tCompleted 3086 to KZ791310: 2164.4613136660546\n", - "12:03:12\tCompleted 3100 to KZ115200: 565.3667775389772\n", - "12:03:13\tCompleted 3131 to KZ195200: 1364.0593095261245\n", - "12:03:13\tCompleted 3120 to KZ395800: 1401.9465662086827\n", - "12:03:13\tCompleted 3132 to KZ352100: 1279.9499269370604\n", - "12:03:13\tCompleted 3066 to KZ115600: 818.66916520556512:03:13\tCompleted 3110 to KZ751810: 3884.4950788298165\n", - "\n", - "12:03:13\tCompleted 3077 to KZ274000: 2620.901098377181\n", - "12:03:13\tCompleted 3061 to KZ615200: 1880.324378573838\n", - "12:03:13\tCompleted 3080 to KZ634600: 1323.793491964242\n", - "12:03:13\tCompleted 3058 to KZ355600: 537.8499183029409\n", - "12:03:13\tCompleted 3126 to KZ595000: 1722.1869535981214\n", - "12:03:13\tCompleted 3073 to KZ195600: 2052.528253737207312:03:13\tCompleted 3121 to KZ611600: 1654.840659438467\n", - "\n", - "12:03:13\tCompleted 3069 to KZ392000: 96.22539674441609\n", - "12:03:13\tCompleted 3138 to KZ114800: 1350.7206215080578\n", - "12:03:13\tCompleted 3119 to KZ631000: 1377.64270380634912:03:13\tCompleted 3127 to KZ615400: 1787.541979572851\n", - "\n", - "12:03:14\tCompleted 3103 to KZ632400: 1541.590458322111\n", - "12:03:14\tCompleted 3072 to KZ116600: 1397.7501057950162\n", - "12:03:14\tCompleted 3089 to KZ196400: 1784.4343834645845\n", - "12:03:14\tCompleted 3090 to KZ634800: 2144.915418154526\n", - "12:03:14\tCompleted 3133 to KZ315000: 2746.602923537664\n", - "12:03:14\tCompleted 3087 to KZ274200: 2467.8736088804935\n", - "12:03:14\tCompleted 3098 to KZ611600: 1743.6957463254193\n", - "12:03:14\tCompleted 3070 to KZ615200: 1903.7704681727969\n", - "12:03:14\tCompleted 3059 to KZ394200: 1127.6997777358\n", - "12:03:14\tCompleted 3109 to KZ116000: 2905.7827365382886\n", - "12:03:14\tCompleted 3136 to KZ614600: 2508.883418526059\n", - "12:03:15\tCompleted 3092 to KZ614800: 2184.5860524515115\n", - "12:03:15\tCompleted 3100 to KZ115400: 785.9395494046342\n", - "12:03:15\tCompleted 3083 to KZ392400: 1592.3686705976143\n", - "12:03:15\tCompleted 3069 to KZ395600: 218.72953933189672\n", - "12:03:15\tCompleted 3091 to KZ474600: 3449.3300033079212:03:15\tCompleted 3066 to KZ115200: 587.1604618655697\n", - "\n", - "12:03:15\tCompleted 3125 to KZ316600: 1506.9377360588203\n", - "12:03:15\tCompleted 3072 to KZ115600: 221.577462495205412:03:15\tCompleted 3106 to KZ791510: 2926.1630046315477\n", - "\n", - "12:03:15\tCompleted 3131 to KZ195000: 1214.930746835349\n", - "12:03:15\tCompleted 3080 to KZ634400: 845.5114548761258\n", - "12:03:15\tCompleted 3111 to KZ632200: 3583.8244552981814\n", - "12:03:15\tCompleted 3096 to KZ636800: 4239.6726984387915\n", - "12:03:15\tCompleted 3132 to KZ352200: 1082.2294309910997\n", - "12:03:15\tCompleted 3055 to KZ271000: 2035.2695842520902\n", - "12:03:16\tCompleted 3118 to KZ194600: 1699.2297338512078\n", - "12:03:16\tCompleted 3067 to KZ195600: 3079.8075417860377\n", - "12:03:16\tCompleted 3088 to KZ113200: 607.5197425813182\n", - "12:03:16\tCompleted 3112 to KZ433600: 1640.882466930313\n", - "12:03:16\tCompleted 3069 to KZ395800: 718.9980693409228\n", - "12:03:16\tCompleted 3097 to KZ395000: 1334.9538204408268\n", - "12:03:16\tCompleted 3120 to KZ392400: 1128.1334922350215\n", - "12:03:16\tCompleted 3058 to KZ352100: 1155.8321920790945\n", - "12:03:16\tCompleted 3072 to KZ115200: 450.79141416081757\n", - "12:03:16\tCompleted 3095 to KZ196400: 1841.767267308998\n", - "12:03:16\tCompleted 3066 to KZ115400: 712.7110831486239\n", - "12:03:16\tCompleted 3059 to KZ394400: 1019.0263850054067\n", - "12:03:17\tCompleted 3116 to KZ274000: 3626.752414088045\n", - "12:03:17\tCompleted 3126 to KZ593600: 1836.735557882415212:03:17\tCompleted 3076 to KZ613800: 2581.0250956195687\n", - "12:03:17\tCompleted 3057 to KZ196200: 2648.8597651493765\n", - "\n", - "12:03:17\tCompleted 3128 to KZ274800: 4302.561267124777\n", - "12:03:17\tCompleted 3093 to KZ276000: 3143.224846134605\n", - "12:03:17\tCompleted 3074 to KZ316200: 2343.2245423396594\n", - "12:03:17\tCompleted 3075 to KZ394400: 1981.6921312996976\n", - "12:03:17\tCompleted 3102 to KZ196600: 1939.9132350541663\n", - "12:03:17\tCompleted 3069 to KZ392400: 5.242640687119286\n", - "12:03:17\tCompleted 3052 to KZ314200: 2091.914198064776\n", - "12:03:17\tCompleted 3138 to KZ111010: 1742.0301222860387\n", - "12:03:17\tCompleted 3103 to KZ632800: 1288.289266400196\n", - "12:03:17\tCompleted 3088 to KZ113400: 626.0385016579372\n", - "12:03:18\tCompleted 3109 to KZ116400: 2675.846305153865\n", - "12:03:18\tCompleted 3054 to KZ614800: 2294.2855782659867\n", - "12:03:18\tCompleted 3139 to KZ195800: 3552.214171705799\n", - "12:03:18\tCompleted 3068 to KZ634000: 2460.794870339903\n", - "12:03:18\tCompleted 3058 to KZ352200: 495.8984964657066\n", - "12:03:18\tCompleted 3124 to KZ751210: 3214.8015402007077\n", - "12:03:18\tCompleted 3114 to KZ554800: 3826.9022000902064\n", - "12:03:18\tCompleted 3086 to KZ791510: 2163.0018388123035\n", - "12:03:18\tCompleted 3090 to KZ633400: 1500.7776705009628\n", - "12:03:18\tCompleted 3073 to KZ195800: 2114.6769810171727\n", - "12:03:18\tCompleted 3131 to KZ194400: 1592.8423962398663\n", - "12:03:18\tCompleted 3104 to KZ473600: 2993.6641194927392\n", - "12:03:18\tCompleted 3079 to KZ191000: 2547.1060574868034\n", - "12:03:18\tCompleted 3127 to KZ615200: 1567.024834356858312:03:18\tCompleted 3072 to KZ115400: 671.3641860264746\n", - "\n", - "12:03:18\tCompleted 3089 to KZ196800: 1705.737252109125\n", - "12:03:18\tCompleted 3083 to KZ396200: 1400.79175657139612:03:18\tCompleted 3110 to KZ751910: 3905.6359951802237\n", - "\n", - "12:03:18\tCompleted 3120 to KZ396200: 936.5565782088039\n", - "12:03:19\tCompleted 3122 to KZ274200: 3733.456418109379\n", - "12:03:19\tCompleted 3066 to KZ151000: 1148.9804253843333\n", - "12:03:19\tCompleted 3069 to KZ396200: 444.3928835404122\n", - "12:03:19\tCompleted 3133 to KZ314200: 2339.4062803337833\n", - "12:03:19\tCompleted 3132 to KZ352300: 1860.5281612050348\n", - "12:03:19\tCompleted 3097 to KZ395200: 866.9183353659573\n", - "12:03:19\tCompleted 3053 to KZ474600: 3124.8105658791137\n", - "12:03:19\tCompleted 3136 to KZ614800: 2990.50422389715\n", - "12:03:19\tCompleted 3121 to KZ613600: 1509.632920912515\n", - "12:03:19\tCompleted 3106 to KZ791710: 2897.6630652812614\n", - "12:03:19\tCompleted 3052 to KZ353200: 751.6260820471489\n", - "12:03:19\tCompleted 3119 to KZ634600: 1836.3722312717634\n", - "12:03:19\tCompleted 3098 to KZ613600: 1598.4880077994674\n", - "12:03:20\tCompleted 3088 to KZ113600: 760.1355756643754\n", - "12:03:20\tCompleted 3061 to KZ616400: 2722.1442244747695\n", - "12:03:20\tCompleted 3123 to KZ113200: 231.7396976430008\n", - "12:03:20\tCompleted 3125 to KZ316200: 1756.9749582783581\n", - "12:03:20\tCompleted 3126 to KZ595200: 1834.185690939651\n", - "12:03:20\tCompleted 3069 to KZ396600: 356.0980156878809\n", - "12:03:20\tCompleted 3092 to KZ615400: 2075.4899346244474\n", - "12:03:20\tCompleted 3095 to KZ196800: 1442.1862555673513\n", - "12:03:20\tCompleted 3058 to KZ352300: 1083.870097285407\n", - "12:03:21\tCompleted 3100 to KZ151000: 2171.1481264228387\n", - "12:03:21\tCompleted 3103 to KZ636800: 1316.710914345935\n", - "12:03:21\tCompleted 3080 to KZ313600: 2308.024245575903\n", - "12:03:21\tCompleted 3077 to KZ274200: 2728.2170865369444\n", - "12:03:21\tCompleted 3131 to KZ194600: 1226.643231114099\n", - "12:03:21\tCompleted 3066 to KZ153200: 1199.1740328130804\n", - "12:03:21\tCompleted 3073 to KZ196000: 1408.1632402875446\n", - "12:03:21\tCompleted 3132 to KZ352800: 1109.3518536880665\n", - "12:03:21\tCompleted 3102 to KZ194200: 1441.862977226701\n", - "12:03:21\tCompleted 3123 to KZ113400: 172.14951737305745\n", - "12:03:21\tCompleted 3120 to KZ396600: 944.4754190000031\n", - "12:03:21\tCompleted 3070 to KZ616400: 2745.590314073728\n", - "12:03:21\tCompleted 3090 to KZ633600: 1271.6023299125027\n", - "12:03:21\tCompleted 3091 to KZ475000: 3819.6590300576972\n", - "12:03:21\tCompleted 3109 to KZ116800: 3003.975926378617\n", - "12:03:21\tCompleted 3138 to KZ116000: 1908.7993169075294\n", - "12:03:22\tCompleted 3112 to KZ434000: 1871.304169317118\n", - "12:03:22\tCompleted 3069 to KZ394200: 775.4770273105788\n", - "12:03:22\tCompleted 3088 to KZ113800: 944.2521630340691\n", - "12:03:22\tCompleted 3083 to KZ396600: 1408.7105973625953\n", - "12:03:22\tCompleted 3058 to KZ352800: 496.5823396068054\n", - "12:03:22\tCompleted 3059 to KZ433200: 2006.5527755235257\n", - "12:03:22\tCompleted 3097 to KZ391000: 1062.624599874931\n", - "12:03:22\tCompleted 3096 to KZ635800: 4689.174946136077\n", - "12:03:22\tCompleted 3111 to KZ635200: 4499.749184324925\n", - "12:03:22\tCompleted 3074 to KZ311000: 2097.1143077251904\n", - "12:03:22\tCompleted 3123 to KZ113600: 278.5114184689819\n", - "12:03:22\tCompleted 3078 to KZ113200: 601.9445416482846\n", - "12:03:22\tCompleted 3118 to KZ194800: 1832.2184358522668\n", - "12:03:22\tCompleted 3066 to KZ153400: 782.8453621829456\n", - "12:03:23\tCompleted 3076 to KZ273200: 3710.1119163371136\n", - "12:03:23\tCompleted 3089 to KZ191600: 1757.7266581751335\n", - "12:03:23\tCompleted 3106 to KZ611600: 2846.8377264285978\n", - "12:03:23\tCompleted 3126 to KZ591000: 1724.401419692189\n", - "12:03:23\tCompleted 3119 to KZ634400: 1358.0901941836466\n", - "12:03:23\tCompleted 3069 to KZ394400: 347.0892641218071\n", - "12:03:23\tCompleted 3114 to KZ556400: 3765.3550009783826\n", - "12:03:23\tCompleted 3128 to KZ275800: 3772.1440911131704\n", - "12:03:23\tCompleted 3052 to KZ353600: 1478.9272823071221\n", - "12:03:23\tCompleted 3055 to KZ274000: 2698.95727419127512:03:23\tCompleted 3086 to KZ791710: 2135.4829128985516\n", - "\n", - "12:03:23\tCompleted 3124 to KZ751110: 3222.558899513589\n", - "12:03:23\tCompleted 3088 to KZ114500: 668.4395985480227\n", - "12:03:23\tCompleted 3131 to KZ194800: 1381.5978353706973\n", - "12:03:23\tCompleted 3136 to KZ615400: 2731.6679909876984\n", - "12:03:24\tCompleted 3075 to KZ433200: 2750.2410101867013\n", - "12:03:24\tCompleted 3132 to KZ356400: 1302.2588014401053\n", - "12:03:24\tCompleted 3067 to KZ195800: 2944.1131421360055\n", - "12:03:24\tCompleted 3133 to KZ353200: 2406.6206475264576\n", - "12:03:24\tCompleted 3058 to KZ356400: 813.6618280693685\n", - "12:03:24\tCompleted 3054 to KZ615400: 2185.189460438915\n", - "12:03:24\tCompleted 3123 to KZ113800: 433.9716564601421\n", - "12:03:24\tCompleted 3116 to KZ274200: 3734.0684022478113\n", - "12:03:24\tCompleted 3110 to KZ751510: 3894.151933079308\n", - "12:03:24\tCompleted 3072 to KZ151000: 2047.5260027352567\n", - "12:03:24\tCompleted 3057 to KZ192600: 2708.849460435075\n", - "12:03:24\tCompleted 3078 to KZ113400: 620.4633007249037\n", - "12:03:24\tCompleted 3093 to KZ276200: 2862.6110594007005\n", - "12:03:24\tCompleted 3079 to KZ196200: 2542.4722062999863\n", - "12:03:24\tCompleted 3125 to KZ311000: 1677.6360812952976\n", - "12:03:24\tCompleted 3120 to KZ394200: 1393.3857977537616\n", - "12:03:24\tCompleted 3073 to KZ191000: 1515.8803606966287\n", - "12:03:25\tCompleted 3104 to KZ474200: 3440.2882805592612\n", - "12:03:25\tCompleted 3127 to KZ616400: 2408.84468025779\n", - "12:03:25\tCompleted 3098 to KZ614000: 1726.9006703412063\n", - "12:03:25\tCompleted 3121 to KZ614000: 1638.0455834542538\n", - "12:03:25\tCompleted 3095 to KZ191600: 1494.1756616333598\n", - "12:03:25\tCompleted 3058 to KZ352400: 446.8511500577751\n", - "12:03:25\tCompleted 3139 to KZ196000: 3738.9949270946904\n", - "12:03:25\tCompleted 3061 to KZ615600: 1920.4527283397463\n", - "12:03:25\tCompleted 3110 to KZ231000: 688.0259294489133\n", - "12:03:25\tCompleted 3117 to KZ113200: 231.75610673904336\n", - "12:03:25\tCompleted 3097 to KZ395400: 1105.9884948002448\n", - "12:03:25\tCompleted 3088 to KZ114000: 750.0149031640111\n", - "12:03:25\tCompleted 3102 to KZ751210: 1540.0811565351771\n", - "12:03:25\tCompleted 3123 to KZ114500: 343.38394262115264\n", - "12:03:25\tCompleted 3138 to KZ116400: 1678.862885523094\n", - "\n", - "12:03:25\tCompleted 3132 to KZ352400: 1060.766211581846812:03:26\tCompleted 3109 to KZ111810: 3043.506727425108\n", - "12:03:26\tCompleted 3092 to KZ615200: 1854.9727894084547\n", - "12:03:26\tCompleted 3090 to KZ633800: 1572.1876773930312\n", - "12:03:26\tCompleted 3052 to KZ351600: 1133.956202560368\n", - "12:03:26\tCompleted 3068 to KZ635400: 2969.030783911581\n", - "12:03:26\tCompleted 3069 to KZ433200: 1603.943280641394\n", - "12:03:26\tCompleted 3103 to KZ635800: 1766.2131620431903\n", - "12:03:26\tCompleted 3080 to KZ314000: 2166.38088142751312:03:26\tCompleted 3078 to KZ113600: 754.5603747313419\n", - "\n", - "12:03:26\tCompleted 3110 to KZ234000: 589.4817300008\n", - "12:03:27\tCompleted 3131 to KZ195600: 1586.5568469039722\n", - "12:03:27\tCompleted 3117 to KZ113400: 188.47428655862672\n", - "12:03:27\tCompleted 3106 to KZ613600: 2901.0328630724075\n", - "12:03:27\tCompleted 3053 to KZ475000: 3495.139592628891\n", - "12:03:27\tCompleted 3083 to KZ394200: 1857.6209761163548\n", - "12:03:27\tCompleted 3126 to KZ595600: 1958.2890062141112\n", - "12:03:27\tCompleted 3066 to KZ153600: 1751.7881269632746\n", - "12:03:27\tCompleted 3070 to KZ615600: 1943.8988179387054\n", - "12:03:27\tCompleted 3123 to KZ114000: 279.5269290535918\n", - "12:03:27\tCompleted 3100 to KZ153200: 2221.341733851586\n", - "12:03:27\tCompleted 3059 to KZ431900: 1881.058278141875\n", - "12:03:27\tCompleted 3088 to KZ117000: 672.647246610615\n", - "12:03:27\tCompleted 3136 to KZ615200: 2469.0846374894363\n", - "12:03:27\tCompleted 3052 to KZ354000: 706.445187503771\n", - "12:03:27\tCompleted 3058 to KZ356000: 1082.4065639851087\n", - "12:03:28\tCompleted 3074 to KZ315000: 2214.3231239588263\n", - "12:03:28\tCompleted 3091 to KZ475200: 3830.5019908417466\n", - "12:03:28\tCompleted 3089 to KZ195200: 1778.7809872524301\n", - "12:03:28\tCompleted 3120 to KZ394400: 1473.2730088885235\n", - "12:03:28\tCompleted 3110 to KZ234200: 1196.2529888599117\n", - "12:03:28\tCompleted 3119 to KZ313600: 1873.8596842020677\n", - "12:03:28\tCompleted 3117 to KZ113600: 217.61547666070308\n", - "12:03:28\tCompleted 3123 to KZ117000: 202.1592725001957\n", - "12:03:28\tCompleted 3076 to KZ274400: 3640.178316348662\n", - "12:03:29\tCompleted 3078 to KZ113800: 938.6769621010355\n", - "12:03:29\tCompleted 3086 to KZ611600: 2213.4441973574753\n", - "12:03:29\tCompleted 3112 to KZ471000: 3438.1982175195067\n", - "12:03:29\tCompleted 3096 to KZ636200: 4358.0882683379195\n", - "12:03:29\tCompleted 3054 to KZ615200: 1964.6723152229297\n", - "12:03:29\tCompleted 3114 to KZ554200: 3935.1999028315745\n", - "12:03:29\tCompleted 3097 to KZ392000: 1222.912189880484\n", - "12:03:29\tCompleted 3066 to KZ154000: 1086.790684969783\n", - "12:03:29\tCompleted 3075 to KZ431900: 2299.2170367623435\n", - "12:03:29\tCompleted 3052 to KZ351000: 670.4815543031867\n", - "12:03:29\tCompleted 3095 to KZ195200: 1515.2299907106565\n", - "12:03:29\tCompleted 3125 to KZ315000: 1809.419370523612\n", - "12:03:29\tCompleted 3109 to KZ116600: 2910.4821984729647\n", - "12:03:29\tCompleted 3069 to KZ431900: 1478.4487832597433\n", - "12:03:29\tCompleted 3123 to KZ114400: 296.90520926320545\n", - "12:03:29\tCompleted 3088 to KZ114400: 807.1857158371324\n", - "12:03:30\tCompleted 3131 to KZ195800: 1648.7055741839401\n", - "12:03:30\tCompleted 3102 to KZ751110: 1547.6865386918564\n", - "12:03:30\tCompleted 3111 to KZ632400: 4292.406221518528\n", - "12:03:30\tCompleted 3127 to KZ615600: 1607.1531841227668\n", - "12:03:30\tCompleted 3103 to KZ636200: 1435.126484245057\n", - "12:03:30\tCompleted 3126 to KZ596000: 1601.10402216102112:03:30\tCompleted 3138 to KZ116800: 2006.9925067478553\n", - "\n", - "12:03:30\tCompleted 3117 to KZ113800: 357.034084329939\n", - "12:03:30\tCompleted 3118 to KZ195600: 2059.143349641081\n", - "12:03:30\tCompleted 3128 to KZ276000: 4187.9751168682105\n", - "12:03:30\tCompleted 3110 to KZ234600: 1311.423287297992\n", - "12:03:30\tCompleted 3132 to KZ356000: 1977.798646620504\n", - "12:03:30\tCompleted 3079 to KZ192600: 2602.4619015856724\n", - "12:03:30\tCompleted 3073 to KZ196200: 1872.0982909585111\n", - "12:03:30\tCompleted 3058 to KZ354400: 1167.750728807552\n", - "12:03:30\tCompleted 3133 to KZ353600: 3133.9218477863956\n", - "12:03:31\tCompleted 3072 to KZ153200: 2097.719610164003412:03:31\tCompleted 3124 to KZ751310: 3215.7304723888433\n", - "\n", - "12:03:31\tCompleted 3061 to KZ615800: 1934.8323476672783\n", - "12:03:31\tCompleted 3078 to KZ114500: 662.8643976149891\n", - "12:03:31\tCompleted 3121 to KZ613900: 1914.7972825954478\n", - "12:03:31\tCompleted 3104 to KZ474600: 3117.4637197411794\n", - "12:03:31\tCompleted 3123 to KZ114600: 464.867396814936\n", - "12:03:31\tCompleted 3090 to KZ634000: 1819.3904752900607\n", - "12:03:31\tCompleted 3080 to KZ314800: 1866.4998777198593\n", - "12:03:31\tCompleted 3098 to KZ613900: 2003.652369482400212:03:31\tCompleted 3106 to KZ614000: 2946.3917017449808\n", - "\n", - "12:03:31\tCompleted 3055 to KZ274200: 2806.273262351041\n", - "12:03:31\tCompleted 3067 to KZ196000: 2714.2416162627937\n", - "12:03:31\tCompleted 3052 to KZ352000: 1027.782099565853\n", - "12:03:31\tCompleted 3139 to KZ191000: 3430.6057742016724\n", - "12:03:31\tCompleted 3131 to KZ196000: 926.4136588612523\n", - "12:03:31\tCompleted 3088 to KZ114600: 693.6858356298402\n", - "12:03:32\tCompleted 3117 to KZ114500: 343.4003517171952\n", - "12:03:32\tCompleted 3110 to KZ234800: 765.5360224370775\n", - "12:03:32\tCompleted 3066 to KZ154200: 1389.4267239391042\n", - "12:03:32\tCompleted 3100 to KZ153400: 1805.0130632214546\n", - "12:03:32\tCompleted 3093 to KZ271000: 2880.304014814916\n", - "12:03:32\tCompleted 3069 to KZ434600: 1516.3483075099487\n", - "12:03:32\tCompleted 3083 to KZ394400: 1937.5081872511162\n", - "12:03:32\tCompleted 3070 to KZ615800: 1958.2784372662372\n", - "12:03:32\tCompleted 3097 to KZ395600: 1100.0655391715607\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:03:33\tCompleted 3059 to KZ434600: 1918.9578023920803\n", - "12:03:33\tCompleted 3074 to KZ314200: 2098.5285212875638\n", - "12:03:33\tCompleted 3068 to KZ635000: 2496.3639939999507\n", - "12:03:33\tCompleted 3119 to KZ314000: 1732.2163200536813\n", - "12:03:33\tCompleted 3114 to KZ791110: 3071.6387617817854\n", - "12:03:33\tCompleted 3110 to KZ235200: 886.1455603074356\n", - "12:03:33\tCompleted 3089 to KZ195000: 1707.321496077831\n", - "12:03:33\tCompleted 3078 to KZ114000: 744.4397022309776\n", - "12:03:33\tCompleted 3117 to KZ114000: 279.5433381496344\n", - "12:03:33\tCompleted 3136 to KZ616400: 3441.6771883854753\n", - "12:03:33\tCompleted 3058 to KZ351800: 1109.2548735962573\n", - "12:03:33\tCompleted 3131 to KZ191000: 1049.9089538633937\n", - "12:03:33\tCompleted 3126 to KZ596200: 1988.1034718321985\n", - "12:03:33\tCompleted 3057 to KZ196600: 2967.926417024657\n", - "12:03:34\tCompleted 3052 to KZ354800: 1194.1045679193064\n", - "12:03:34\tCompleted 3056 to KZ113200: 1042.323954469292\n", - "12:03:34\tCompleted 3123 to KZ114800: 795.0337343495399\n", - "12:03:34\tCompleted 3066 to KZ156000: 962.675956307312512:03:34\tCompleted 3120 to KZ433200: 2211.7630610751567\n", - "\n", - "12:03:34\tCompleted 3095 to KZ195000: 1443.7704995360587\n", - "12:03:34\tCompleted 3092 to KZ616400: 2696.7926353093862\n", - "12:03:34\tCompleted 3127 to KZ615800: 1621.5328034502986\n", - "12:03:34\tCompleted 3109 to KZ115600: 2808.9303621936747\n", - "12:03:34\tCompleted 3102 to KZ751310: 1549.2012573176178\n", - "12:03:34\tCompleted 3053 to KZ475200: 3505.9825534129404\n", - "12:03:34\tCompleted 3132 to KZ354400: 1827.0893464276635\n", - "12:03:34\tCompleted 3125 to KZ314200: 1677.5147609517378\n", - "12:03:34\tCompleted 3138 to KZ111810: 2046.52330779435\n", - "12:03:34\tCompleted 3110 to KZ235600: 550.4152524269834\n", - "12:03:34\tCompleted 3086 to KZ613600: 2068.2364588315336\n", - "12:03:34\tCompleted 3117 to KZ117000: 202.1756815962383\n", - "12:03:34\tCompleted 3074 to KZ353200: 792.4479301517865\n", - "12:03:35\tCompleted 3121 to KZ612000: 1435.0544834194102\n", - "12:03:35\tCompleted 3091 to KZ471800: 3660.111770681021\n", - "12:03:35\tCompleted 3088 to KZ114800: 1265.5217084599594\n", - "12:03:35\tCompleted 3078 to KZ117000: 667.0720456775814\n", - "12:03:35\tCompleted 3123 to KZ111010: 332.38585877958866\n", - "12:03:35\tCompleted 3076 to KZ275400: 4315.366748305677\n", - "12:03:35\tCompleted 3072 to KZ153400: 1681.3909395338687\n", - "12:03:35\tCompleted 3069 to KZ434400: 1553.273319854043\n", - "12:03:35\tCompleted 3103 to KZ636400: 1848.7130785195313\n", - "12:03:35\tCompleted 3075 to KZ434600: 2332.8816071887213\n", - "12:03:35\tCompleted 3061 to KZ612600: 1764.9471964723218\n", - "12:03:35\tCompleted 3112 to KZ473600: 3019.2234514965635\n", - "12:03:35\tCompleted 3058 to KZ393200: 744.2238939173639\n", - "12:03:36\tCompleted 3096 to KZ636400: 4775.202929029507\n", - "12:03:36\tCompleted 3098 to KZ612000: 1523.9095703063626\n", - "12:03:36\tCompleted 3052 to KZ355200: 924.7318702373166\n", - "12:03:36\tCompleted 3106 to KZ613900: 3183.311698914708\n", - "12:03:36\tCompleted 3125 to KZ353200: 353.3366518347233\n", - "12:03:36\tCompleted 3080 to KZ315400: 1829.0472258006873\n", - "12:03:36\tCompleted 3133 to KZ351600: 2763.327451753566\n", - "12:03:36\tCompleted 3117 to KZ114400: 219.96763713300237\n", - "12:03:36\tCompleted 3073 to KZ192600: 1556.4798553232963\n", - "12:03:36\tCompleted 3110 to KZ233600: 1140.582190923598\n", - "12:03:36\tCompleted 3131 to KZ196200: 1406.126884125276\n", - "12:03:36\tCompleted 3056 to KZ113400: 1120.7745176729636\n", - "12:03:36\tCompleted 3126 to KZ596400: 1507.7019758956114\n", - "12:03:36\tCompleted 3123 to KZ116000: 269.7230365567384\n", - "12:03:36\tCompleted 3128 to KZ276200: 3907.361330134301\n", - "12:03:36\tCompleted 3118 to KZ195800: 1923.448949991052\n", - "12:03:36\tCompleted 3124 to KZ751410: 3233.1554507924825\n", - "12:03:36\tCompleted 3066 to KZ154600: 1260.8133870524443\n", - "12:03:37\tCompleted 3097 to KZ395800: 1402.4496145780345\n", - "12:03:37\tCompleted 3091 to KZ593200: 777.5622864500638\n", - "12:03:37\tCompleted 3111 to KZ632800: 4042.6330960137266\n", - "12:03:37\tCompleted 3054 to KZ616400: 2806.492161123859712:03:37\tCompleted 3088 to KZ111010: 802.8738328900079\n", - "\n", - "12:03:37\tCompleted 3114 to KZ791310: 3049.3572128213855\n", - "12:03:37\tCompleted 3070 to KZ612600: 1788.3932860712807\n", - "12:03:37\tCompleted 3078 to KZ114400: 801.6105149040989\n", - "12:03:37\tCompleted 3139 to KZ196200: 3196.1986014103572\n", - "12:03:37\tCompleted 3052 to KZ355600: 739.2526890195015\n", - "12:03:38\tCompleted 3109 to KZ115200: 2469.6581667968494\n", - "12:03:38\tCompleted 3068 to KZ632200: 1846.044312766257\n", - "12:03:38\tCompleted 3104 to KZ475000: 3487.7927464909567\n", - "12:03:38\tCompleted 3058 to KZ393400: 876.683419751862\n", - "12:03:38\tCompleted 3123 to KZ116400: 423.6182876618472\n", - "12:03:38\tCompleted 3117 to KZ114600: 478.02059312525125\n", - "12:03:38\tCompleted 3132 to KZ351800: 1848.1240610706893\n", - "12:03:38\tCompleted 3119 to KZ314800: 1432.335316346025112:03:38\tCompleted 3059 to KZ434400: 1955.8828147361746\n", - "\n", - "12:03:38\tCompleted 3131 to KZ192600: 1090.5084484900613\n", - "12:03:38\tCompleted 3127 to KZ612600: 1451.647652255342\n", - "12:03:38\tCompleted 3056 to KZ113600: 894.2425471530821\n", - "12:03:38\tCompleted 3074 to KZ353600: 1341.7481893008335\n", - "12:03:38\tCompleted 3100 to KZ153600: 2587.6121084121396\n", - "12:03:39\tCompleted 3090 to KZ635400: 2327.62638886176\n", - "12:03:39\tCompleted 3136 to KZ615600: 3025.9858906626027\n", - "12:03:39\tCompleted 3088 to KZ116000: 780.0035431306654\n", - "12:03:39\tCompleted 3102 to KZ751410: 1564.8688764083777\n", - "12:03:39\tCompleted 3125 to KZ353600: 1080.6378520946973\n", - "12:03:39\tCompleted 3069 to KZ431000: 1752.753088388209312:03:39\tCompleted 3089 to KZ194400: 2029.7570489174257\n", - "\n", - "12:03:39\tCompleted 3078 to KZ114600: 688.1106346968066\n", - "12:03:39\tCompleted 3091 to KZ595800: 881.4818964904412\n", - "12:03:39\tCompleted 3079 to KZ196600: 2861.538858175267\n", - "12:03:39\tCompleted 3138 to KZ116600: 1913.4987788422327\n", - "12:03:39\tCompleted 3103 to KZ631000: 1381.2608709131032\n", - "12:03:39\tCompleted 3123 to KZ116800: 211.21943396982172\n", - "12:03:39\tCompleted 3067 to KZ191000: 2592.731423027386\n", - "12:03:39\tCompleted 3120 to KZ431900: 1760.739087650806\n", - "12:03:39\tCompleted 3083 to KZ433200: 2706.05706613812\n", - "12:03:39\tCompleted 3092 to KZ615600: 1895.101139174363\n", - "12:03:39\tCompleted 3066 to KZ154800: 1319.6540207099792\n", - "12:03:39\tCompleted 3106 to KZ612000: 2689.1833395804706\n", - "12:03:39\tCompleted 3095 to KZ194400: 1766.206052375652\n", - "12:03:40\tCompleted 3058 to KZ391600: 811.627951502701\n", - "12:03:40\tCompleted 3057 to KZ194200: 2469.876159197232\n", - "12:03:40\tCompleted 3126 to KZ594600: 1967.3773029594715\n", - "12:03:40\tCompleted 3121 to KZ614400: 1841.3300820352506\n", - "12:03:40\tCompleted 3056 to KZ113800: 748.3275365498289\n", - "12:03:40\tCompleted 3052 to KZ352100: 1357.2349627956555\n", - "12:03:40\tCompleted 3093 to KZ274000: 3543.9917047541226\n", - "12:03:40\tCompleted 3109 to KZ115400: 2497.8852854465567\n", - "12:03:40\tCompleted 3086 to KZ614000: 2196.649121373261\n", - "12:03:41\tCompleted 3123 to KZ111810: 233.08352699295023\n", - "12:03:41\tCompleted 3097 to KZ392400: 1128.6365406043733\n", - "12:03:41\tCompleted 3117 to KZ114800: 745.7054489594077\n", - "12:03:41\tCompleted 3133 to KZ354000: 2361.4397529830867\n", - "12:03:41\tCompleted 3091 to KZ593400: 677.1800490654086\n", - "12:03:41\tCompleted 3080 to KZ315600: 1955.496294698535612:03:41\tCompleted 3131 to KZ196600: 1514.425790092381712:03:41\tCompleted 3125 to KZ351600: 735.6667723479425\n", - "\n", - "\n", - "12:03:41\tCompleted 3076 to KZ273600: 3483.32600728821112:03:41\tCompleted 3074 to KZ351600: 1133.9807974823314\n", - "\n", - "12:03:41\tCompleted 3114 to KZ791510: 3059.474988817654\n", - "12:03:41\tCompleted 3088 to KZ116400: 894.1062617722665\n", - "12:03:41\tCompleted 3110 to KZ633200: 4121.2201649384015\n", - "12:03:41\tCompleted 3061 to KZ616000: 1949.6142039439528\n", - "12:03:41\tCompleted 3118 to KZ196000: 1693.5774241178042\n", - "12:03:42\tCompleted 3058 to KZ393600: 761.4764335622044\n", - "12:03:42\tCompleted 3119 to KZ315400: 1394.8826644268531\n", - "12:03:42\tCompleted 3073 to KZ196600: 1980.397196925616812:03:42\tCompleted 3124 to KZ751710: 3274.143482561385\n", - "\n", - "12:03:42\tCompleted 3096 to KZ631000: 4304.222655005964\n", - "12:03:42\tCompleted 3109 to KZ151000: 861.6329579525589\n", - "12:03:42\tCompleted 3059 to KZ431000: 1634.377334635040112:03:42\tCompleted 3132 to KZ393200: 2035.8774453768717\n", - "\n", - "12:03:42\tCompleted 3052 to KZ352200: 697.3012671822672\n", - "12:03:42\tCompleted 3117 to KZ111010: 332.40226787563125\n", - "12:03:42\tCompleted 3098 to KZ614400: 1930.185168922203\n", - "12:03:42\tCompleted 3072 to KZ153600: 2473.036745033989\n", - "12:03:42\tCompleted 3053 to KZ471800: 3335.5923332522148\n", - "12:03:42\tCompleted 3126 to KZ711110: 1242.5375186542194\n", - "12:03:43\tCompleted 3078 to KZ114800: 1259.9465075269259\n", - "12:03:43\tCompleted 3125 to KZ354000: 308.1557572913453\n", - "12:03:43\tCompleted 3069 to KZ435200: 1829.059394616624812:03:43\tCompleted 3128 to KZ271000: 3925.054285548517\n", - "\n", - "12:03:43\tCompleted 3091 to KZ594200: 870.7269082018124\n", - "12:03:43\tCompleted 3070 to KZ616000: 1973.0602935429117\n", - "12:03:43\tCompleted 3056 to KZ114500: 1054.2726025060658\n", - "12:03:43\tCompleted 3136 to KZ615800: 2410.1612355603024\n", - "12:03:43\tCompleted 3112 to KZ474200: 3465.8476125630855\n", - "12:03:43\tCompleted 3075 to KZ434400: 2675.8310061504467\n", - "12:03:43\tCompleted 3054 to KZ615600: 2004.8006649888382\n", - "12:03:43\tCompleted 3074 to KZ354000: 675.9327282170824\n", - "12:03:43\tCompleted 3088 to KZ116800: 681.7074080802412\n", - "12:03:43\tCompleted 3138 to KZ115600: 1811.946942562921\n", - "12:03:43\tCompleted 3139 to KZ192600: 3469.5495292303663\n", - "12:03:43\tCompleted 3117 to KZ116000: 192.78546442653524\n", - "12:03:44\tCompleted 3097 to KZ396200: 937.0596265781556\n", - "12:03:44\tCompleted 3053 to KZ593200: 327.013110488607\n", - "12:03:44\tCompleted 3102 to KZ751710: 1600.5848302386385\n", - "12:03:44\tCompleted 3109 to KZ153200: 894.1077883015636\n", - "12:03:44\tCompleted 3123 to KZ116600: 1230.8574074875776\n", - "12:03:44\tCompleted 3125 to KZ351000: 272.1921240907611\n", - "12:03:44\tCompleted 3066 to KZ155200: 1589.879653428957\n", - "12:03:44\tCompleted 3104 to KZ475200: 3498.635707275006\n", - "12:03:44\tCompleted 3111 to KZ636800: 4067.526677542341\n", - "12:03:44\tCompleted 3089 to KZ194600: 1807.4026537850577\n", - "12:03:44\tCompleted 3090 to KZ635000: 1854.9595989501327\n", - "12:03:44\tCompleted 3127 to KZ616000: 1636.314659726973\n", - "12:03:45\tCompleted 3121 to KZ614600: 1528.2746021964133\n", - "12:03:45\tCompleted 3074 to KZ351000: 692.61812098590212:03:45\tCompleted 3106 to KZ614400: 3111.513022902555\n", - "\n", - "12:03:45\tCompleted 3117 to KZ116400: 423.6346967578898\n", - "12:03:45\tCompleted 3120 to KZ434600: 1794.4036580771863\n", - "12:03:45\tCompleted 3131 to KZ194200: 1622.121748222589\n", - "12:03:45\tCompleted 3079 to KZ194200: 2363.488600347842\n", - "12:03:45\tCompleted 3126 to KZ711410: 1240.8708736088138\n", - "12:03:45\tCompleted 3058 to KZ396400: 946.199763695732512:03:45\tCompleted 3088 to KZ111810: 603.5814435537216\n", - "\n", - "12:03:45\tCompleted 3053 to KZ595800: 168.13073282024294\n", - "12:03:45\tCompleted 3056 to KZ114000: 947.7560815466921\n", - "12:03:45\tCompleted 3078 to KZ111010: 797.2986319569743\n", - "12:03:45\tCompleted 3091 to KZ596600: 971.6124257785774\n", - "12:03:45\tCompleted 3095 to KZ194600: 1711.2868944166771\n", - "12:03:45\tCompleted 3052 to KZ352300: 1249.4350003176328\n", - "12:03:45\tCompleted 3103 to KZ634600: 1839.9903983785177\n", - "12:03:45\tCompleted 3100 to KZ154000: 2108.9583860082867\n", - "12:03:45\tCompleted 3123 to KZ115600: 397.15587519650495\n", - "12:03:46\tCompleted 3083 to KZ431900: 2255.033092713763\n", - "12:03:46\tCompleted 3092 to KZ615800: 1909.480758501895\n", - "12:03:46\tCompleted 3133 to KZ351000: 2325.4761197825\n", - "12:03:46\tCompleted 3125 to KZ352000: 549.1078930425771\n", - "12:03:46\tCompleted 3109 to KZ153400: 1500.0432372122214\n", - "12:03:46\tCompleted 3114 to KZ791710: 3030.9750494673676\n", - "12:03:46\tCompleted 3059 to KZ435200: 1710.6836408634556\n", - "12:03:46\tCompleted 3068 to KZ635200: 2761.9690417929646\n", - "12:03:46\tCompleted 3117 to KZ116800: 177.4099207170122812:03:46\tCompleted 3138 to KZ115200: 1472.6747471660665\n", - "\n", - "12:03:46\tCompleted 3069 to KZ434800: 1744.0824845417083\n", - "12:03:46\tCompleted 3118 to KZ191000: 1572.0672308823935\n", - "12:03:47\tCompleted 3097 to KZ396600: 944.9784673693548\n", - "12:03:47\tCompleted 3053 to KZ593400: 439.6438616542321\n", - "12:03:47\tCompleted 3067 to KZ196200: 2588.097571840564\n", - "12:03:47\tCompleted 3080 to KZ316000: 2044.4719066159523\n", - "12:03:47\tCompleted 3086 to KZ613900: 2473.4008205144432\n", - "12:03:47\tCompleted 3132 to KZ393400: 2043.979711685631\n", - "12:03:47\tCompleted 3098 to KZ614600: 1617.1296890833657\n", - "12:03:47\tCompleted 3119 to KZ315600: 1521.3317333247014\n", - "12:03:47\tCompleted 3057 to KZ751210: 2568.0943385056867\n", - "12:03:47\tCompleted 3076 to KZ276600: 3565.151253987197\n", - "12:03:47\tCompleted 3136 to KZ612600: 2665.2913621812118\n", - "12:03:47\tCompleted 3052 to KZ352800: 697.985110323366\n", - "12:03:47\tCompleted 3078 to KZ116000: 774.4283421976319\n", - "12:03:47\tCompleted 3056 to KZ117000: 846.7819049906916\n", - "12:03:47\tCompleted 3091 to KZ595000: 806.0524444662789\n", - "12:03:47\tCompleted 3126 to KZ711210: 1254.3540600487595\n", - "12:03:47\tCompleted 3109 to KZ153600: 1254.9053529591095\n", - "12:03:47\tCompleted 3074 to KZ352000: 1135.3574771038977\n", - "12:03:48\tCompleted 3123 to KZ115200: 590.6379896827673\n", - "12:03:48\tCompleted 3117 to KZ111810: 233.09993608899282\n", - "12:03:48\tCompleted 3131 to KZ751210: 1367.4162534947238\n", - "12:03:48\tCompleted 3090 to KZ632200: 1204.6399177163978\n", - "12:03:48\tCompleted 3053 to KZ594200: 208.86571194421776\n", - "12:03:48\tCompleted 3102 to KZ751810: 1554.443898004737\n", - "12:03:48\tCompleted 3058 to KZ394000: 1178.134613061559\n", - "12:03:48\tCompleted 3066 to KZ156400: 1832.4325501762842\n", - "12:03:48\tCompleted 3061 to KZ613800: 2173.119234450188\n", - "12:03:48\tCompleted 3110 to KZ634800: 4665.077138149462\n", - "12:03:48\tCompleted 3124 to KZ751810: 3220.387326638335\n", - "12:03:48\tCompleted 3073 to KZ194200: 1879.82429928993\n", - "12:03:48\tCompleted 3072 to KZ154000: 1985.3362623207065\n", - "12:03:49\tCompleted 3125 to KZ354800: 795.8151377068812\n", - "12:03:49\tCompleted 3106 to KZ614600: 2836.620720487149\n", - "12:03:49\tCompleted 3075 to KZ431000: 2016.6525752969746\n", - "12:03:49\tCompleted 3093 to KZ274200: 3651.307692913889\n", - "12:03:49\tCompleted 3054 to KZ615800: 2019.18028431637\n", - "12:03:49\tCompleted 3138 to KZ115400: 1500.9018658157804\n", - "12:03:49\tCompleted 3096 to KZ634600: 4762.95218247141112:03:49\tCompleted 3109 to KZ154000: 974.2027197208058\n", - "\n", - "12:03:49\tCompleted 3074 to KZ354800: 809.4958145884008\n", - "12:03:49\tCompleted 3069 to KZ433600: 1666.9554322380106\n", - "12:03:50\tCompleted 3070 to KZ613800: 2196.5653240491447\n", - "12:03:50\tCompleted 3103 to KZ634400: 1361.70836129040112:03:50\tCompleted 3091 to KZ593600: 920.6010487505721\n", - "\n", - "12:03:50\tCompleted 3078 to KZ116400: 888.531060839233\n", - "12:03:50\tCompleted 3053 to KZ596600: 502.83816665031924\n", - "12:03:50\tCompleted 3139 to KZ196600: 3515.2652532856378\n", - "12:03:50\tCompleted 3052 to KZ356400: 1015.0645987859292\n", - "12:03:50\tCompleted 3128 to KZ274000: 4588.74197548774\n", - "12:03:50\tCompleted 3126 to KZ711310: 1259.5675594488819\n", - "12:03:50\tCompleted 3114 to KZ611600: 2980.149710614704\n", - "12:03:50\tCompleted 3112 to KZ474600: 3143.0230517450036\n", - "12:03:50\tCompleted 3127 to KZ613800: 1859.8196902332202\n", - "12:03:50\tCompleted 3056 to KZ114400: 896.8418251566366\n", - "12:03:50\tCompleted 3123 to KZ115400: 811.2107615484243\n", - "12:03:50\tCompleted 3125 to KZ355200: 425.6790179001883\n", - "12:03:50\tCompleted 3088 to KZ116600: 1793.200359902003\n", - "12:03:50\tCompleted 3059 to KZ434800: 1625.706730788539\n", - "12:03:50\tCompleted 3094 to KZ113200: 149.23350109399493\n", - "12:03:50\tCompleted 3058 to KZ396800: 924.2270706219624\n", - "12:03:50\tCompleted 3120 to KZ434400: 2137.353057038921\n", - "12:03:50\tCompleted 3138 to KZ151000: 153.0009235965933\n", - "12:03:50\tCompleted 3133 to KZ352000: 2141.7542321087267\n", - "12:03:51\tCompleted 3079 to KZ751210: 2461.7067796562965\n", - "12:03:51\tCompleted 3109 to KZ154200: 604.0361974794346\n", - "12:03:51\tCompleted 3092 to KZ612600: 1739.5956073069385\n", - "12:03:51\tCompleted 3119 to KZ316000: 1469.5959334378997\n", - "12:03:51\tCompleted 3131 to KZ751110: 1361.0179778314348\n", - "12:03:51\tCompleted 3121 to KZ614800: 1909.5870642830819\n", - "12:03:51\tCompleted 3136 to KZ616000: 2375.056590806254\n", - "12:03:51\tCompleted 3097 to KZ394200: 1393.8888461231134\n", - "12:03:51\tCompleted 3066 to KZ155600: 1439.744563338827212:03:51\tCompleted 3117 to KZ116600: 1308.6115281131279\n", - "\n", - "12:03:52\tCompleted 3053 to KZ595000: 16.424621202458752\n", - "12:03:52\tCompleted 3074 to KZ355200: 1045.4440349896336\n", - "12:03:52\tCompleted 3126 to KZ555200: 680.5622643793713\n", - "12:03:52\tCompleted 3078 to KZ116800: 676.1322071472076\n", - "12:03:52\tCompleted 3052 to KZ352400: 648.2539207743357\n", - "12:03:52\tCompleted 3095 to KZ194800: 1844.275596417736\n", - "12:03:52\tCompleted 3091 to KZ595200: 918.0511818078083\n", - "12:03:52\tCompleted 3111 to KZ635800: 4517.02892523961\n", - "12:03:52\tCompleted 3094 to KZ113400: 149.67424447543158\n", - "12:03:52\tCompleted 3080 to KZ316600: 1879.9707175751696\n", - "12:03:52\tCompleted 3118 to KZ196200: 1567.4333796955925\n", - "12:03:52\tCompleted 3125 to KZ355600: 340.9632588070759\n", - "12:03:52\tCompleted 3102 to KZ751910: 1555.3825796409596\n", - "12:03:52\tCompleted 3132 to KZ391600: 1978.9242434364703\n", - "12:03:52\tCompleted 3138 to KZ153200: 203.194531025341\n", - "12:03:53\tCompleted 3076 to KZ275000: 3441.466014661452\n", - "12:03:53\tCompleted 3086 to KZ612000: 1993.6580213384289\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:03:53\tCompleted 3109 to KZ156000: 1046.8133878027518\n", - "12:03:53\tCompleted 3089 to KZ194800: 1962.357258041656\n", - "12:03:53\tCompleted 3053 to KZ593600: 362.2964849230511\n", - "12:03:53\tCompleted 3083 to KZ434600: 2288.697663140141\n", - "12:03:53\tCompleted 3117 to KZ115600: 397.17228429254754\n", - "12:03:53\tCompleted 3088 to KZ115600: 867.6438493069242\n", - "12:03:53\tCompleted 3106 to KZ614800: 3076.330725744829\n", - "12:03:53\tCompleted 3074 to KZ355600: 757.1889727502298\n", - "12:03:53\tCompleted 3098 to KZ614800: 1998.4421511700343\n", - "12:03:53\tCompleted 3104 to KZ471800: 3328.2454871142804\n", - "12:03:53\tCompleted 3126 to KZ551600: 818.6420148620981\n", - "12:03:53\tCompleted 3058 to KZ394800: 1139.5699558598726\n", - "12:03:54\tCompleted 3078 to KZ111810: 598.006242620688\n", - "12:03:54\tCompleted 3100 to KZ154200: 2411.594424977606\n", - "12:03:54\tCompleted 3073 to KZ751210: 1833.3876603279589\n", - "12:03:54\tCompleted 3066 to KZ156800: 1177.6953890892757\n", - "12:03:54\tCompleted 3094 to KZ113600: 283.77131848187025\n", - "12:03:54\tCompleted 3053 to KZ595200: 127.44112549695424\n", - "12:03:54\tCompleted 3138 to KZ153400: 503.059817581422\n", - "12:03:54\tCompleted 3056 to KZ114600: 1402.0221951216708\n", - "12:03:54\tCompleted 3068 to KZ632400: 2554.6260789865896\n", - "12:03:54\tCompleted 3091 to KZ591000: 808.2669105603462\n", - "12:03:54\tCompleted 3067 to KZ192600: 2648.087267126255\n", - "12:03:54\tCompleted 3110 to KZ633400: 4020.9393904958606\n", - "12:03:54\tCompleted 3124 to KZ751910: 3241.528242988742\n", - "12:03:54\tCompleted 3109 to KZ154600: 866.2880539269888\n", - "12:03:55\tCompleted 3054 to KZ612600: 1849.2951331214135\n", - "12:03:55\tCompleted 3125 to KZ352100: 958.9455325832289\n", - "12:03:55\tCompleted 3131 to KZ751310: 1367.5032592056734\n", - "12:03:55\tCompleted 3117 to KZ115200: 521.9153824138399\n", - "12:03:55\tCompleted 3057 to KZ751110: 2575.6997206623637\n", - "12:03:55\tCompleted 3075 to KZ435200: 2092.9588815253896\n", - "12:03:55\tCompleted 3059 to KZ433600: 1825.54949433044\n", - "12:03:55\tCompleted 3069 to KZ434000: 2294.9297058567595\n", - "12:03:55\tCompleted 3053 to KZ591000: 17.65685424949238\n", - "12:03:55\tCompleted 3104 to KZ593200: 445.6960028833033\n", - "12:03:55\tCompleted 3090 to KZ635200: 2120.564646743157\n", - "12:03:55\tCompleted 3114 to KZ613600: 3034.3448472585137\n", - "12:03:55\tCompleted 3119 to KZ316600: 1445.8061562013354\n", - "12:03:55\tCompleted 3056 to KZ114800: 498.8511196913764\n", - "12:03:55\tCompleted 3120 to KZ431000: 1478.1746261854184\n", - "12:03:55\tCompleted 3096 to KZ634400: 4284.670145383256\n", - "12:03:55\tCompleted 3052 to KZ356000: 1247.9714670173341\n", - "12:03:56\tCompleted 3126 to KZ553200: 1109.3946697313581\n", - "12:03:56\tCompleted 3103 to KZ313600: 1885.4199868848693\n", - "12:03:56\tCompleted 3094 to KZ113800: 467.88790585156386\n", - "12:03:56\tCompleted 3061 to KZ273200: 2804.502315034598\n", - "12:03:56\tCompleted 3125 to KZ352200: 299.0118369698416\n", - "12:03:56\tCompleted 3138 to KZ153600: 844.3143212436252\n", - "12:03:56\tCompleted 3088 to KZ115200: 1061.1259637931869\n", - "12:03:56\tCompleted 3097 to KZ394400: 1473.7760572578752\n", - "12:03:56\tCompleted 3058 to KZ395000: 1030.857049010985\n", - "12:03:56\tCompleted 3072 to KZ154200: 2287.9723012900236\n", - "12:03:56\tCompleted 3074 to KZ352100: 1363.8492860184433\n", - "12:03:56\tCompleted 3053 to KZ595600: 376.83966383628734\n", - "12:03:56\tCompleted 3132 to KZ393600: 2016.4416684818586\n", - "12:03:56\tCompleted 3091 to KZ595600: 1042.1544970822683\n", - "12:03:56\tCompleted 3092 to KZ616000: 1914.4979805702403\n", - "12:03:56\tCompleted 3109 to KZ154800: 1190.4200706252043\n", - "12:03:57\tCompleted 3102 to KZ751510: 1547.871105711415\n", - "12:03:57\tCompleted 3136 to KZ613800: 2750.670366138602\n", - "12:03:57\tCompleted 3123 to KZ151000: 2196.4193385666276\n", - "12:03:57\tCompleted 3106 to KZ615400: 3072.7363508262997\n", - "12:03:57\tCompleted 3104 to KZ595800: 549.6156129236806\n", - "12:03:57\tCompleted 3070 to KZ273200: 2793.437343926521\n", - "12:03:57\tCompleted 3117 to KZ115400: 742.488154279497\n", - "12:03:57\tCompleted 3138 to KZ154000: 91.98275605729684\n", - "12:03:57\tCompleted 3118 to KZ192600: 1627.4230749812675\n", - "12:03:57\tCompleted 3056 to KZ111010: 713.0790478393154\n", - "12:03:57\tCompleted 3128 to KZ274200: 4696.057963647571\n", - "12:03:57\tCompleted 3131 to KZ751410: 1374.51320531057\n", - "12:03:57\tCompleted 3079 to KZ751110: 2469.3121618129735\n", - "12:03:57\tCompleted 3094 to KZ114500: 262.1951991613953\n", - "12:03:58\tCompleted 3127 to KZ273200: 3145.464749472188\n", - "12:03:58\tCompleted 3053 to KZ596000: 194.37762580666532\n", - "12:03:58\tCompleted 3126 to KZ553600: 1038.8165173335435\n", - "12:03:58\tCompleted 3058 to KZ395200: 603.2296855356896\n", - "12:03:58\tCompleted 3121 to KZ615400: 1800.4909464560176\n", - "12:03:58\tCompleted 3109 to KZ155200: 677.7219264117348\n", - "12:03:58\tCompleted 3139 to KZ194200: 3143.356315107917\n", - "12:03:58\tCompleted 3091 to KZ596000: 684.9695130291783\n", - "12:03:58\tCompleted 3112 to KZ475000: 3513.352078494781\n", - "12:03:58\tCompleted 3074 to KZ352200: 739.7931153631988\n", - "12:03:58\tCompleted 3078 to KZ116600: 1787.6251589689693\n", - "12:03:58\tCompleted 3133 to KZ354800: 2849.0991333986017\n", - "12:03:58\tCompleted 3104 to KZ593400: 359.0028755715403\n", - "12:03:58\tCompleted 3125 to KZ352300: 812.9191986485546\n", - "12:03:59\tCompleted 3138 to KZ154200: 393.4472221513644\n", - "12:03:59\tCompleted 3095 to KZ195600: 2071.2005102065505\n", - "12:03:59\tCompleted 3086 to KZ614400: 2399.9336199542395\n", - "12:03:59\tCompleted 3073 to KZ751110: 1826.9893846646698\n", - "12:03:59\tCompleted 3052 to KZ354400: 1369.1534995241127\n", - "12:03:59\tCompleted 3080 to KZ316200: 2311.353770420798\n", - "12:03:59\tCompleted 3094 to KZ114000: 273.65064598150553\n", - "12:03:59\tCompleted 3053 to KZ596200: 459.87195413770934\n", - "12:03:59\tCompleted 3088 to KZ115400: 1281.6987356588427\n", - "12:03:59\tCompleted 3120 to KZ435200: 1554.480932413834\n", - "12:03:59\tCompleted 3056 to KZ116000: 1007.4220983383675\n", - "12:03:59\tCompleted 3100 to KZ156000: 1984.8436573458218\n", - "12:03:59\tCompleted 3083 to KZ434400: 2631.647062101866\n", - "12:03:59\tCompleted 3126 to KZ552200: 1079.2690110267642\n", - "12:04:00\tCompleted 3110 to KZ633600: 3791.764049907431\n", - "12:04:00\tCompleted 3111 to KZ636200: 4185.942247441464\n", - "12:04:00\tCompleted 3058 to KZ391000: 758.5278284450892\n", - "12:04:00\tCompleted 3114 to KZ614000: 3079.703685931087\n", - "12:04:00\tCompleted 3076 to KZ274800: 3966.353822472945\n", - "12:04:00\tCompleted 3125 to KZ352800: 299.69568011094043\n", - "12:04:00\tCompleted 3138 to KZ156000: 49.82996817195266\n", - "12:04:00\tCompleted 3124 to KZ751510: 3230.0441808878263\n", - "12:04:00\tCompleted 3104 to KZ594200: 538.8606246350519\n", - "12:04:00\tCompleted 3131 to KZ751710: 1406.5492749707137\n", - "12:04:00\tCompleted 3098 to KZ615400: 1889.34603334297\n", - "12:04:00\tCompleted 3075 to KZ434800: 2007.9819714504736\n", - "12:04:00\tCompleted 3109 to KZ156400: 1939.1917204037427\n", - "12:04:00\tCompleted 3094 to KZ117000: 196.28298942810943\n", - "12:04:00\tCompleted 3054 to KZ616000: 2033.9621405930445\n", - "12:04:01\tCompleted 3078 to KZ115600: 862.0686483738906\n", - "12:04:01\tCompleted 3068 to KZ632800: 2304.852953481825\n", - "12:04:01\tCompleted 3091 to KZ596200: 1071.9689627003568\n", - "12:04:01\tCompleted 3053 to KZ596400: 694.4683770825434\n", - "12:04:01\tCompleted 3119 to KZ316200: 1736.4777972427466\n", - "12:04:01\tCompleted 3132 to KZ396400: 2237.8533151552256\n", - "12:04:01\tCompleted 3096 to KZ313600: 3484.1118780876604\n", - "12:04:01\tCompleted 3089 to KZ195600: 2167.3162695749306\n", - "12:04:01\tCompleted 3090 to KZ632400: 1913.2216839367566\n", - "12:04:01\tCompleted 3056 to KZ116400: 695.7372258647252\n", - "12:04:01\tCompleted 3103 to KZ314000: 1743.776622736483\n", - "12:04:01\tCompleted 3066 to KZ193200: 2864.39768252665\n", - "12:04:01\tCompleted 3069 to KZ471000: 2689.1142942778865\n", - "12:04:01\tCompleted 3106 to KZ615200: 2888.319919530753\n", - "12:04:02\tCompleted 3059 to KZ434000: 2176.55395210359\n", - "12:04:02\tCompleted 3074 to KZ352300: 1432.6842157379988\n", - "12:04:02\tCompleted 3138 to KZ154600: 264.83388526470446\n", - "12:04:02\tCompleted 3052 to KZ351800: 1274.8197766284832\n", - "12:04:02\tCompleted 3126 to KZ554600: 1148.6927820754488\n", - "12:04:02\tCompleted 3125 to KZ356400: 616.7751685735036\n", - "12:04:02\tCompleted 3053 to KZ594600: 316.25588715263524\n", - "12:04:02\tCompleted 3057 to KZ751310: 2577.2144392881264\n", - "12:04:02\tCompleted 3094 to KZ114400: 330.8214586546272\n", - "12:04:02\tCompleted 3072 to KZ156000: 1861.221533658236\n", - "12:04:02\tCompleted 3058 to KZ395400: 801.8917233704029\n", - "12:04:02\tCompleted 3124 to KZ231000: 1026.7474258067464\n", - "12:04:02\tCompleted 3109 to KZ155600: 922.4263418158555\n", - "12:04:02\tCompleted 3104 to KZ596600: 639.7461422118168\n", - "12:04:02\tCompleted 3129 to KZ113200: 2233.126700595758\n", - "12:04:02\tCompleted 3067 to KZ196600: 2907.1642237158444\n", - "12:04:03\tCompleted 3097 to KZ433200: 2242.3249361448925\n", - "12:04:03\tCompleted 3091 to KZ596400: 668.1222639072005\n", - "12:04:03\tCompleted 3138 to KZ154800: 412.1802149903211\n", - "12:04:03\tCompleted 3121 to KZ615200: 1579.9738012400248\n", - "12:04:03\tCompleted 3120 to KZ434800: 1469.5040223389174\n", - "12:04:03\tCompleted 3133 to KZ355200: 2198.7750706432776\n", - "12:04:03\tCompleted 3131 to KZ751810: 1370.260618518554\n", - "12:04:03\tCompleted 3118 to KZ196600: 1886.5000315708853\n", - "12:04:03\tCompleted 3126 to KZ555600: 866.595020095643\n", - "12:04:03\tCompleted 3125 to KZ352400: 249.96449056191008\n", - "12:04:03\tCompleted 3056 to KZ116800: 1066.0838687647167\n", - "12:04:03\tCompleted 3074 to KZ352800: 764.3960447523082\n", - "12:04:03\tCompleted 3053 to KZ711110: 494.0422899994137\n", - "12:04:04\tCompleted 3052 to KZ393200: 784.5944742550882\n", - "12:04:04\tCompleted 3094 to KZ114600: 367.78334904545864\n", - "12:04:04\tCompleted 3102 to KZ231000: 2924.1844121250297\n", - "12:04:04\tCompleted 3061 to KZ274400: 2734.5687150461463\n", - "12:04:04\tCompleted 3092 to KZ613800: 2147.7676452848077\n", - "12:04:04\tCompleted 3073 to KZ751310: 1833.4746660389085\n", - "12:04:04\tCompleted 3117 to KZ151000: 2147.0910531764976\n", - "12:04:04\tCompleted 3114 to KZ613900: 3316.623683100814\n", - "12:04:04\tCompleted 3104 to KZ595000: 474.18616089951837\n", - "12:04:04\tCompleted 3086 to KZ614600: 2086.8781401154292\n", - "12:04:04\tCompleted 3070 to KZ274400: 2723.5037439380694\n", - "12:04:04\tCompleted 3080 to KZ311000: 2065.243535806328\n", - "12:04:04\tCompleted 3136 to KZ273200: 4501.143827076973\n", - "12:04:04\tCompleted 3139 to KZ751210: 3098.155937692736\n", - "12:04:04\tCompleted 3124 to KZ234000: 1048.996693930813\n", - "12:04:04\tCompleted 3127 to KZ274400: 3075.5311494837365\n", - "12:04:05\tCompleted 3078 to KZ115200: 1055.5507628601533\n", - "12:04:05\tCompleted 3123 to KZ153200: 2246.612945995375\n", - "12:04:05\tCompleted 3126 to KZ551000: 735.6145132828442\n", - "12:04:05\tCompleted 3109 to KZ156800: 1713.3184870265109\n", - "12:04:05\tCompleted 3058 to KZ392000: 918.815418450642312:04:05\tCompleted 3138 to KZ155200: 593.9001516412194\n", - "\n", - "12:04:05\tCompleted 3083 to KZ431000: 1972.468631248393\n", - "12:04:05\tCompleted 3053 to KZ711410: 484.17651082038566\n", - "12:04:05\tCompleted 3079 to KZ751310: 2470.826880438736\n", - "12:04:05\tCompleted 3119 to KZ311000: 1631.0789744324943\n", - "12:04:05\tCompleted 3095 to KZ195800: 1935.5061105565212\n", - "12:04:05\tCompleted 3103 to KZ314800: 1443.8956190288268\n", - "12:04:05\tCompleted 3112 to KZ475200: 3524.1950392788303\n", - "12:04:06\tCompleted 3074 to KZ356400: 1055.8864468905667\n", - "12:04:06\tCompleted 3131 to KZ751910: 1352.3856339788874\n", - "12:04:06\tCompleted 3056 to KZ111810: 1043.6677838192413\n", - "12:04:06\tCompleted 3096 to KZ314000: 3266.5456134439705\n", - "12:04:06\tCompleted 3110 to KZ633800: 4092.3493973879404\n", - "12:04:06\tCompleted 3076 to KZ275800: 3435.9366464613668\n", - "12:04:06\tCompleted 3091 to KZ594600: 1051.2427938276287\n", - "12:04:06\tCompleted 3088 to KZ151000: 2666.907312677024\n", - "12:04:06\tCompleted 3069 to KZ473600: 2222.704185596371\n", - "12:04:06\tCompleted 3090 to KZ632800: 1663.4485584319655\n", - "12:04:06\tCompleted 3104 to KZ593600: 588.7347651838115\n", - "12:04:06\tCompleted 3125 to KZ356000: 930.1896840640246\n", - "12:04:06\tCompleted 3094 to KZ114800: 789.1574512774537\n", - "12:04:06\tCompleted 3052 to KZ393400: 1041.0566490310262\n", - "12:04:06\tCompleted 3132 to KZ394000: 2469.788164521047\n", - "12:04:06\tCompleted 3106 to KZ616400: 3589.941471726167\n", - "12:04:07\tCompleted 3126 to KZ556000: 775.0807654350288\n", - "12:04:07\tCompleted 3098 to KZ615200: 1668.8288881269773\n", - "12:04:07\tCompleted 3100 to KZ154600: 2282.9810880909413\n", - "12:04:07\tCompleted 3075 to KZ433600: 2207.824734992366\n", - "12:04:07\tCompleted 3053 to KZ711210: 481.5322802623617\n", - "12:04:07\tCompleted 3118 to KZ194200: 1388.44977374342\n", - "12:04:07\tCompleted 3058 to KZ395600: 795.9687677417189\n", - "12:04:07\tCompleted 3074 to KZ352400: 703.525332436576\n", - "12:04:07\tCompleted 3129 to KZ113400: 2310.9877374010957\n", - "12:04:07\tCompleted 3138 to KZ156400: 1145.0665835376776\n", - "12:04:07\tCompleted 3124 to KZ234200: 1641.4187103850056\n", - "12:04:07\tCompleted 3068 to KZ636800: 2329.7465350104267\n", - "12:04:08\tCompleted 3091 to KZ711110: 326.40300952237686\n", - "12:04:08\tCompleted 3120 to KZ433600: 1669.3467858808183\n", - "12:04:08\tCompleted 3114 to KZ612000: 2822.495323766577\n", - "12:04:08\tCompleted 3066 to KZ193400: 2589.5866316057836\n", - "12:04:08\tCompleted 3111 to KZ636400: 4603.056908133046\n", - "12:04:08\tCompleted 3094 to KZ111010: 326.5095757075024\n", - "12:04:08\tCompleted 3054 to KZ613800: 2257.4671710992743\n", - "12:04:08\tCompleted 3133 to KZ355600: 2394.2472544988264\n", - "12:04:08\tCompleted 3126 to KZ556800: 775.3157899629962\n", - "12:04:08\tCompleted 3104 to KZ595200: 586.1848982410477\n", - "12:04:08\tCompleted 3131 to KZ751510: 1352.9469100195693\n", - "12:04:09\tCompleted 3053 to KZ711310: 471.79233956947627\n", - "12:04:09\tCompleted 3125 to KZ354400: 890.4792930008365\n", - "12:04:09\tCompleted 3052 to KZ391600: 977.1928545349268\n", - "12:04:09\tCompleted 3072 to KZ154600: 2159.3589644033586\n", - "12:04:09\tCompleted 3073 to KZ751410: 1840.484612143805\n", - "12:04:09\tCompleted 3138 to KZ155600: 445.8562121508357\n", - "12:04:09\tCompleted 3057 to KZ751410: 2592.8820583788843\n", - "12:04:09\tCompleted 3097 to KZ431900: 1791.3009627205415\n", - "12:04:09\tCompleted 3091 to KZ711410: 324.7363644769713\n", - "12:04:09\tCompleted 3078 to KZ115400: 1276.1235347258091\n", - "12:04:09\tCompleted 3089 to KZ195800: 2199.0571070982883\n", - "12:04:09\tCompleted 3103 to KZ315400: 1406.4429671096548\n", - "12:04:09\tCompleted 3059 to KZ471000: 3184.234013703106\n", - "12:04:09\tCompleted 3094 to KZ116000: 303.6392859481602\n", - "12:04:10\tCompleted 3121 to KZ616400: 2421.7936471409566\n", - "12:04:10\tCompleted 3067 to KZ194200: 2409.1139658884194\n", - "12:04:10\tCompleted 3104 to KZ591000: 476.4006269935856\n", - "12:04:10\tCompleted 3126 to KZ554800: 1004.8614439356227\n", - "12:04:10\tCompleted 3058 to KZ395800: 1138.7609647477686\n", - "12:04:10\tCompleted 3123 to KZ153400: 1830.2842753652446\n", - "12:04:10\tCompleted 3091 to KZ711210: 338.21955091691706\n", - "12:04:10\tCompleted 3080 to KZ315000: 2182.452352039961\n", - "12:04:10\tCompleted 3124 to KZ234600: 1756.5890088230874\n", - "12:04:10\tCompleted 3139 to KZ751110: 3105.9132970056176\n", - "12:04:11\tCompleted 3138 to KZ156800: 716.3350673957113\n", - "12:04:11\tCompleted 3117 to KZ153200: 2180.2866839659187\n", - "12:04:11\tCompleted 3102 to KZ234000: 3132.7948894927176\n", - "12:04:11\tCompleted 3052 to KZ393600: 832.5978941113743\n", - "12:04:11\tCompleted 3119 to KZ315000: 1748.2877906661272\n", - "12:04:11\tCompleted 3136 to KZ274400: 4431.210227088539\n", - "12:04:11\tCompleted 3095 to KZ196000: 1705.6345846832737\n", - "12:04:11\tCompleted 3090 to KZ636800: 1688.3421399605804\n", - "12:04:11\tCompleted 3086 to KZ614800: 2468.1906022020917\n", - "12:04:11\tCompleted 3092 to KZ273200: 3276.8544660023367\n", - "12:04:11\tCompleted 3125 to KZ351800: 838.303974959405\n", - "12:04:11\tCompleted 3074 to KZ356000: 1549.954701153468\n", - "12:04:11\tCompleted 3096 to KZ314800: 3765.8329183184\n", - "12:04:11\tCompleted 3129 to KZ113600: 1989.5048555613319\n", - "12:04:11\tCompleted 3094 to KZ116400: 417.74200458976094\n", - "12:04:11\tCompleted 3091 to KZ711310: 343.43305031703943\n", - "12:04:11\tCompleted 3118 to KZ751210: 1486.6679530518961\n", - "12:04:11\tCompleted 3053 to KZ555200: 1215.6071987906641\n", - "12:04:11\tCompleted 3109 to KZ193200: 4603.116000602179\n", - "12:04:11\tCompleted 3061 to KZ275400: 3409.7571470031567\n", - "12:04:12\tCompleted 3106 to KZ615600: 3200.3819059502825\n", - "12:04:12\tCompleted 3126 to KZ556400: 918.1980520428687\n", - "12:04:12\tCompleted 3132 to KZ396800: 2215.8806220814595\n", - "12:04:12\tCompleted 3114 to KZ614400: 3244.825007088661\n", - "12:04:12\tCompleted 3127 to KZ275400: 3750.719581440747\n", - "12:04:12\tCompleted 3058 to KZ392400: 824.5397691745313\n", - "12:04:12\tCompleted 3104 to KZ595600: 710.2882135155078\n", - "12:04:12\tCompleted 3124 to KZ234800: 748.814074725405\n", - "12:04:12\tCompleted 3112 to KZ471800: 3353.8048191181047\n", - "12:04:12\tCompleted 3070 to KZ275400: 3398.69217589508\n", - "12:04:12\tCompleted 3110 to KZ634000: 4339.55219528498712:04:12\tCompleted 3076 to KZ276000: 3851.767672216402\n", - "\n", - "12:04:12\tCompleted 3056 to KZ116600: 2151.2658772856576\n", - "12:04:13\tCompleted 3069 to KZ474200: 2716.7636893214653\n", - "12:04:13\tCompleted 3120 to KZ434000: 1839.6457377791105\n", - "12:04:13\tCompleted 3079 to KZ751410: 2486.49449952949412:04:13\tCompleted 3083 to KZ435200: 2048.774937476808\n", - "\n", - "12:04:13\tCompleted 3091 to KZ555200: 439.7250645411694\n", - "12:04:14\tCompleted 3094 to KZ116800: 205.34315089773548\n", - "12:04:14\tCompleted 3100 to KZ154800: 2166.161768342927\n", - "12:04:14\tCompleted 3088 to KZ153200: 2717.1009201057714\n", - "12:04:14\tCompleted 3052 to KZ396400: 967.3687065130318\n", - "12:04:14\tCompleted 3073 to KZ751710: 1872.5206818039487\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:04:14\tCompleted 3075 to KZ434000: 2402.467042698775\n", - "12:04:14\tCompleted 3104 to KZ596000: 353.1032294624177\n", - "12:04:14\tCompleted 3053 to KZ551600: 949.0404768051188\n", - "12:04:14\tCompleted 3126 to KZ554200: 1194.35584149786212:04:14\tCompleted 3058 to KZ396200: 632.9628551483137\n", - "\n", - "12:04:14\tCompleted 3112 to KZ593200: 471.25533488712784\n", - "12:04:14\tCompleted 3124 to KZ235200: 982.8151313323957\n", - "12:04:14\tCompleted 3091 to KZ551600: 173.1583425556231\n", - "12:04:14\tCompleted 3121 to KZ615600: 1620.1021510059334\n", - "12:04:14\tCompleted 3056 to KZ115600: 783.1716039207977\n", - "12:04:14\tCompleted 3133 to KZ352100: 2914.111871639245\n", - "12:04:14\tCompleted 3131 to KZ231000: 4072.1646796056034\n", - "12:04:15\tCompleted 3103 to KZ315600: 1532.892036007503\n", - "12:04:15\tCompleted 3089 to KZ196000: 1522.9512561252707\n", - "12:04:15\tCompleted 3094 to KZ111810: 163.23489909580002\n", - "12:04:15\tCompleted 3074 to KZ354400: 1476.7288770621574\n", - "12:04:15\tCompleted 3072 to KZ154800: 2051.586404964769\n", - "12:04:15\tCompleted 3125 to KZ393200: 1113.638894152537\n", - "12:04:15\tCompleted 3066 to KZ193600: 2455.6943698603336\n", - "12:04:16\tCompleted 3098 to KZ616400: 2510.648734027909\n", - "12:04:16\tCompleted 3091 to KZ553200: 293.27790883758394\n", - "12:04:16\tCompleted 3129 to KZ113800: 1837.6519772703555\n", - "12:04:16\tCompleted 3106 to KZ615800: 2967.5582492321937\n", - "12:04:16\tCompleted 3104 to KZ596200: 740.102679133596\n", - "12:04:16\tCompleted 3097 to KZ434600: 1824.9655331469219\n", - "12:04:16\tCompleted 3058 to KZ396600: 640.881695939513\n", - "12:04:16\tCompleted 3111 to KZ631000: 4132.076634109509\n", - "12:04:16\tCompleted 3057 to KZ751710: 2628.598012209143\n", - "12:04:16\tCompleted 3053 to KZ553200: 1061.0947718346224\n", - "12:04:16\tCompleted 3056 to KZ115200: 598.029509302979\n", - "12:04:16\tCompleted 3119 to KZ314200: 1632.4931879948674\n", - "12:04:16\tCompleted 3112 to KZ595800: 575.1749449275051\n", - "12:04:16\tCompleted 3124 to KZ235600: 995.5809739520788\n", - "12:04:16\tCompleted 3095 to KZ191000: 1584.1243914478628\n", - "12:04:16\tCompleted 3080 to KZ314200: 2066.6577493687005\n", - "12:04:16\tCompleted 3054 to KZ273200: 2890.60079946296\n", - "12:04:16\tCompleted 3052 to KZ394000: 1199.3035558788586\n", - "12:04:16\tCompleted 3118 to KZ751110: 1494.2733352085754\n", - "12:04:16\tCompleted 3114 to KZ614600: 2969.932704673255\n", - "12:04:17\tCompleted 3078 to KZ151000: 2661.332111743991\n", - "12:04:17\tCompleted 3139 to KZ751310: 3099.084869880872\n", - "12:04:17\tCompleted 3068 to KZ635800: 2779.2487827076343\n", - "12:04:17\tCompleted 3123 to KZ153600: 2612.88332055593\n", - "12:04:17\tCompleted 3091 to KZ553600: 233.7098392606914\n", - "12:04:17\tCompleted 3132 to KZ394800: 2394.5351907795152\n", - "12:04:17\tCompleted 3067 to KZ751210: 2507.332145196874\n", - "12:04:17\tCompleted 3117 to KZ153400: 1780.9559899751125\n", - "12:04:17\tCompleted 3096 to KZ315400: 3453.0717996384483\n", - "12:04:17\tCompleted 3104 to KZ596400: 535.1692567422925\n", - "12:04:18\tCompleted 3112 to KZ593400: 384.56220757536477\n", - "12:04:18\tCompleted 3119 to KZ353200: 292.2050719772385\n", - "12:04:18\tCompleted 3056 to KZ115400: 746.3558666324398\n", - "12:04:18\tCompleted 3138 to KZ193200: 3606.1325809714085\n", - "12:04:18\tCompleted 3073 to KZ751810: 1836.2320253517892\n", - "12:04:18\tCompleted 3091 to KZ552200: 149.552669241789\n", - "12:04:18\tCompleted 3086 to KZ615400: 2359.094484375019\n", - "12:04:18\tCompleted 3092 to KZ274400: 3206.920866013885\n", - "12:04:18\tCompleted 3074 to KZ351800: 1458.0689920488492\n", - "12:04:18\tCompleted 3124 to KZ233600: 1083.61488615294\n", - "12:04:18\tCompleted 3125 to KZ393400: 1034.5910315504473\n", - "12:04:18\tCompleted 3059 to KZ473600: 2765.259247680163\n", - "12:04:18\tCompleted 3109 to KZ193400: 4553.338487528528\n", - "12:04:18\tCompleted 3090 to KZ635800: 2137.8443876578353\n", - "12:04:18\tCompleted 3126 to KZ791110: 2489.4069285348037\n", - "12:04:18\tCompleted 3080 to KZ353200: 760.5771582329215\n", - "12:04:18\tCompleted 3052 to KZ396800: 925.028481071114\n", - "12:04:18\tCompleted 3069 to KZ474600: 2393.9391285033835\n", - "12:04:18\tCompleted 3094 to KZ116600: 1316.8361027195103\n", - "12:04:18\tCompleted 3102 to KZ234200: 3583.7405960136534\n", - "12:04:18\tCompleted 3053 to KZ553600: 1018.9914684467993\n", - "12:04:19\tCompleted 3103 to KZ316000: 1513.2984769418276\n", - "12:04:19\tCompleted 3079 to KZ751710: 2522.2104533597526\n", - "12:04:19\tCompleted 3136 to KZ275400: 5106.398659045589\n", - "12:04:19\tCompleted 3058 to KZ394200: 1214.149334219011\n", - "12:04:19\tCompleted 3121 to KZ615800: 1634.4817703334652\n", - "12:04:19\tCompleted 3083 to KZ434800: 1963.7980274018919\n", - "12:04:19\tCompleted 3089 to KZ191000: 1630.6683765343523\n", - "12:04:19\tCompleted 3091 to KZ554600: 503.7633587032168\n", - "12:04:19\tCompleted 3061 to KZ273600: 2577.716405985695\n", - "12:04:19\tCompleted 3106 to KZ612600: 2676.9382603467084\n", - "12:04:19\tCompleted 3112 to KZ594200: 564.4199566388763\n", - "12:04:19\tCompleted 3088 to KZ153400: 2300.7722494756486\n", - "12:04:20\tCompleted 3104 to KZ594600: 719.3765102608681\n", - "12:04:20\tCompleted 3070 to KZ273600: 2566.651434877618\n", - "12:04:20\tCompleted 3120 to KZ471000: 3449.920033721069\n", - "12:04:20\tCompleted 3127 to KZ273600: 2918.6788404232852\n", - "12:04:20\tCompleted 3094 to KZ115600: 391.2795921244187\n", - "12:04:20\tCompleted 3076 to KZ276200: 3571.1538854824976\n", - "12:04:20\tCompleted 3100 to KZ155200: 2593.1004312446803\n", - "12:04:20\tCompleted 3133 to KZ352200: 2352.29583266158\n", - "12:04:20\tCompleted 3129 to KZ114500: 2271.170899104137\n", - "12:04:20\tCompleted 3119 to KZ353600: 1019.5062722372124\n", - "12:04:20\tCompleted 3056 to KZ151000: 1209.7222650673805\n", - "12:04:21\tCompleted 3053 to KZ552200: 910.5235264250723\n", - "12:04:21\tCompleted 3118 to KZ751310: 1495.7880538343368\n", - "12:04:21\tCompleted 3104 to KZ711110: 36.502650424171144\n", - "12:04:21\tCompleted 3095 to KZ196200: 1579.4905402610618\n", - "12:04:21\tCompleted 3110 to KZ635400: 4847.788108856719\n", - "12:04:21\tCompleted 3114 to KZ614800: 3209.6427099309353\n", - "12:04:21\tCompleted 3125 to KZ391600: 939.2613421555535\n", - "12:04:21\tCompleted 3052 to KZ394800: 1171.6105759341162\n", - "12:04:21\tCompleted 3131 to KZ234000: 4280.775156973298\n", - "12:04:21\tCompleted 3091 to KZ555600: 752.271309142436\n", - "12:04:21\tCompleted 3098 to KZ615600: 1708.9572378928858\n", - "12:04:21\tCompleted 3080 to KZ353600: 1309.8774173819684\n", - "12:04:21\tCompleted 3112 to KZ596600: 665.3054742156413\n", - "12:04:21\tCompleted 3132 to KZ395000: 2322.5106004704735\n", - "12:04:22\tCompleted 3075 to KZ471000: 3958.3391561322064\n", - "12:04:22\tCompleted 3097 to KZ434400: 2167.914932108657\n", - "12:04:22\tCompleted 3094 to KZ115200: 584.761706610681\n", - "12:04:22\tCompleted 3066 to KZ194000: 2649.7225502918864\n", - "12:04:22\tCompleted 3104 to KZ711410: 26.636871245143173\n", - "12:04:22\tCompleted 3058 to KZ394400: 1169.6792858280335\n", - "12:04:22\tCompleted 3074 to KZ393200: 1608.0334999098354\n", - "12:04:22\tCompleted 3073 to KZ751910: 1818.3570408121225\n", - "12:04:22\tCompleted 3091 to KZ551000: 209.73398702595898\n", - "12:04:22\tCompleted 3053 to KZ554600: 918.5867873335686\n", - "12:04:23\tCompleted 3119 to KZ351600: 674.5351924904577\n", - "12:04:23\tCompleted 3078 to KZ153200: 2711.5257191727383\n", - "12:04:23\tCompleted 3057 to KZ751810: 2582.457079975245\n", - "12:04:23\tCompleted 3090 to KZ636200: 1806.7577098597026\n", - "12:04:23\tCompleted 3111 to KZ634600: 4590.806161574944\n", - "12:04:23\tCompleted 3103 to KZ316600: 1457.366458884137\n", - "12:04:23\tCompleted 3072 to KZ155200: 2478.5250678665348\n", - "12:04:23\tCompleted 3126 to KZ791310: 2445.8666966541964\n", - "12:04:23\tCompleted 3104 to KZ711210: 23.510407640085653\n", - "12:04:23\tCompleted 3112 to KZ595000: 499.7454929033429\n", - "12:04:23\tCompleted 3096 to KZ315600: 3972.5133124591\n", - "12:04:23\tCompleted 3121 to KZ612600: 1464.5966191385087\n", - "12:04:23\tCompleted 3052 to KZ395000: 1031.6584594601366\n", - "12:04:23\tCompleted 3139 to KZ751410: 3116.509848284511\n", - "12:04:23\tCompleted 3056 to KZ153200: 1259.9158724961276\n", - "12:04:24\tCompleted 3054 to KZ274400: 2820.6671994745084\n", - "12:04:24\tCompleted 3091 to KZ556000: 257.85536923397615\n", - "12:04:24\tCompleted 3106 to KZ616000: 2994.697464964805\n", - "12:04:24\tCompleted 3123 to KZ154000: 2134.229598152074\n", - "12:04:24\tCompleted 3119 to KZ354000: 247.02417743386061\n", - "12:04:24\tCompleted 3089 to KZ196200: 1843.0415368028355\n", - "12:04:24\tCompleted 3080 to KZ351600: 1102.1100255634663\n", - "12:04:24\tCompleted 3125 to KZ393600: 1036.2345251289564\n", - "12:04:24\tCompleted 3133 to KZ352300: 1689.6542827451672\n", - "12:04:24\tCompleted 3104 to KZ711310: 15.112381002050668\n", - "12:04:24\tCompleted 3067 to KZ751110: 2514.937527353551\n", - "12:04:24\tCompleted 3094 to KZ115400: 805.3344784763381\n", - "12:04:24\tCompleted 3109 to KZ193600: 4022.2140420084634\n", - "12:04:24\tCompleted 3124 to KZ633200: 3457.1124127468843\n", - "12:04:24\tCompleted 3068 to KZ636200: 2448.162104909544\n", - "12:04:24\tCompleted 3129 to KZ114000: 2043.018389954942\n", - "12:04:25\tCompleted 3136 to KZ273600: 4274.357918028045\n", - "12:04:25\tCompleted 3117 to KZ153600: 2544.1607132870054\n", - "12:04:25\tCompleted 3119 to KZ351000: 211.0605442332764\n", - "12:04:25\tCompleted 3118 to KZ751410: 1511.4556729250967\n", - "12:04:25\tCompleted 3086 to KZ615200: 2138.5773391590333\n", - "12:04:25\tCompleted 3079 to KZ751810: 2476.069521125855\n", - "12:04:25\tCompleted 3091 to KZ556800: 458.5432941059183\n", - "12:04:25\tCompleted 3056 to KZ153400: 843.5872018659929\n", - "12:04:25\tCompleted 3112 to KZ593600: 614.294097187636\n", - "12:04:25\tCompleted 3052 to KZ395200: 699.6375071619557\n", - "12:04:25\tCompleted 3138 to KZ193400: 3556.355067897732\n", - "12:04:25\tCompleted 3132 to KZ395200: 1854.4751153956224\n", - "12:04:25\tCompleted 3114 to KZ615400: 3206.048335012406\n", - "12:04:25\tCompleted 3095 to KZ192600: 1639.4802355467368\n", - "12:04:25\tCompleted 3083 to KZ433600: 2163.6407909437853\n", - "12:04:25\tCompleted 3088 to KZ153600: 3083.3712946663104\n", - "12:04:25\tCompleted 3092 to KZ275400: 3882.1092979708956\n", - "12:04:26\tCompleted 3080 to KZ354000: 644.0619562982174\n", - "12:04:26\tCompleted 3069 to KZ475000: 2764.268155253161\n", - "12:04:26\tCompleted 3053 to KZ555600: 1530.7447154916206\n", - "12:04:26\tCompleted 3074 to KZ393400: 1616.1357662185953\n", - "12:04:26\tCompleted 3073 to KZ751510: 1818.9183168528043\n", - "12:04:26\tCompleted 3059 to KZ474200: 3211.883408746685\n", - "12:04:26\tCompleted 3061 to KZ276600: 2659.541652684681\n", - "12:04:26\tCompleted 3127 to KZ276600: 3000.5040871222714\n", - "12:04:26\tCompleted 3120 to KZ473600: 3030.945267698126\n", - "12:04:26\tCompleted 3104 to KZ555200: 758.9103442106237\n", - "12:04:26\tCompleted 3097 to KZ431000: 1508.736501255154\n", - "12:04:26\tCompleted 3102 to KZ234600: 3698.910894451708\n", - "12:04:26\tCompleted 3091 to KZ554800: 463.238782150374\n", - "12:04:26\tCompleted 3119 to KZ352000: 528.610732006965\n", - "12:04:27\tCompleted 3076 to KZ271000: 3588.8468408967133\n", - "12:04:27\tCompleted 3098 to KZ615800: 1723.3368572204176\n", - "12:04:27\tCompleted 3126 to KZ791510: 2422.9861970825436\n", - "12:04:27\tCompleted 3110 to KZ635000: 4375.121318945053\n", - "12:04:27\tCompleted 3070 to KZ276600: 2648.4766815766043\n", - "12:04:27\tCompleted 3112 to KZ595200: 611.7442302448723\n", - "12:04:27\tCompleted 3125 to KZ396400: 1276.0667911929181\n", - "12:04:27\tCompleted 3052 to KZ391000: 779.6967712623886\n", - "12:04:27\tCompleted 3080 to KZ351000: 660.747349067037\n", - "12:04:27\tCompleted 3096 to KZ316000: 3146.2742345956185\n", - "12:04:27\tCompleted 3058 to KZ433200: 2093.0023320067376\n", - "12:04:27\tCompleted 3100 to KZ156400: 2432.225525342842\n", - "12:04:28\tCompleted 3091 to KZ556400: 400.97265584181605\n", - "12:04:28\tCompleted 3106 to KZ613800: 3142.9515979836888\n", - "12:04:28\tCompleted 3121 to KZ616000: 1649.2636266101397\n", - "12:04:28\tCompleted 3104 to KZ551600: 492.3436222250777\n", - "12:04:28\tCompleted 3053 to KZ551000: 985.6161212754547\n", - "12:04:28\tCompleted 3103 to KZ316200: 1780.1803407466746\n", - "12:04:28\tCompleted 3078 to KZ153400: 2295.1970485426154\n", - "12:04:28\tCompleted 3131 to KZ234200: 4731.720863494253\n", - "12:04:28\tCompleted 3089 to KZ192600: 1671.26787116102\n", - "12:04:29\tCompleted 3075 to KZ473600: 3539.3643901092632\n", - "12:04:29\tCompleted 3119 to KZ354800: 734.6835578493966\n", - "12:04:29\tCompleted 3112 to KZ591000: 501.9599589974101\n", - "12:04:29\tCompleted 3066 to KZ196400: 2859.574298936197\n", - "12:04:29\tCompleted 3052 to KZ395400: 821.8038120335773\n", - "12:04:29\tCompleted 3106 to KZ273200: 283.89999202668196\n", - "12:04:29\tCompleted 3090 to KZ636400: 2223.8723705513003\n", - "12:04:29\tCompleted 3111 to KZ634400: 4112.52412448679\n", - "12:04:29\tCompleted 3074 to KZ391600: 1551.0802979694347\n", - "12:04:29\tCompleted 3132 to KZ391000: 2050.181379904597612:04:29\tCompleted 3072 to KZ156400: 2317.6501619646833\n", - "\n", - "12:04:29\tCompleted 3057 to KZ751910: 2583.395761611465\n", - "12:04:29\tCompleted 3118 to KZ751710: 1547.1716267553575\n", - "12:04:29\tCompleted 3091 to KZ554200: 651.6422698776952\n", - "12:04:29\tCompleted 3133 to KZ352800: 2352.979675802678\n", - "12:04:29\tCompleted 3129 to KZ117000: 2063.6802015887793\n", - "12:04:30\tCompleted 3139 to KZ751710: 3157.4978800534136\n", - "12:04:30\tCompleted 3080 to KZ352000: 1103.4867051850329\n", - "12:04:30\tCompleted 3109 to KZ194000: 4088.701407853696\n", - "12:04:30\tCompleted 3114 to KZ615200: 3021.631903716859\n", - "12:04:30\tCompleted 3104 to KZ553200: 611.2916156317851\n", - "12:04:30\tCompleted 3056 to KZ153600: 1812.5299666463202\n", - "12:04:30\tCompleted 3053 to KZ556000: 1033.737503483472\n", - "12:04:30\tCompleted 3119 to KZ355200: 448.7252124819687\n", - "12:04:30\tCompleted 3106 to KZ274400: 56.616399865120876\n", - "12:04:31\tCompleted 3123 to KZ154200: 2436.865637121395\n", - "12:04:31\tCompleted 3097 to KZ435200: 1585.0428074835695\n", - "12:04:31\tCompleted 3094 to KZ151000: 2190.54305549454212:04:31\tCompleted 3067 to KZ751310: 2516.452245979314\n", - "\n", - "12:04:31\tCompleted 3136 to KZ276600: 4356.183164727017\n", - "12:04:31\tCompleted 3124 to KZ634800: 4000.9693859578965\n", - "12:04:31\tCompleted 3112 to KZ595600: 735.8475455193324\n", - "12:04:31\tCompleted 3095 to KZ196600: 1898.5571921363546\n", - "12:04:31\tCompleted 3079 to KZ751910: 2477.0082027620747\n", - "12:04:31\tCompleted 3126 to KZ791710: 2421.210016765511\n", - "12:04:31\tCompleted 3052 to KZ392000: 939.9843612679416\n", - "12:04:31\tCompleted 3086 to KZ616400: 2980.39718505996\n", - "12:04:31\tCompleted 3125 to KZ394000: 1526.0305726515137\n", - "12:04:31\tCompleted 3054 to KZ275400: 3495.8556314315188\n", - "12:04:31\tCompleted 3119 to KZ355600: 279.83167894959115\n", - "12:04:31\tCompleted 3088 to KZ154000: 2604.7175722624693\n", - "12:04:31\tCompleted 3138 to KZ193600: 3025.2306223777414\n", - "12:04:31\tCompleted 3098 to KZ612600: 1553.4517060254611\n", - "12:04:32\tCompleted 3080 to KZ354800: 777.6250426695357\n", - "12:04:32\tCompleted 3117 to KZ154000: 2084.901312761946\n", - "12:04:32\tCompleted 3104 to KZ553600: 562.2946138667583\n", - "12:04:32\tCompleted 3106 to KZ275400: 815.0686194569766\n", - "12:04:32\tCompleted 3068 to KZ636400: 2865.276765601128\n", - "12:04:32\tCompleted 3083 to KZ434000: 2358.283098650197\n", - "12:04:32\tCompleted 3069 to KZ475200: 2775.11111603721\n", - "12:04:32\tCompleted 3092 to KZ273600: 3050.068556953434\n", - "12:04:32\tCompleted 3112 to KZ596000: 378.6625614662422\n", - "12:04:32\tCompleted 3058 to KZ431900: 1967.5078346250868\n", - "12:04:33\tCompleted 3127 to KZ275000: 2876.8188477965264\n", - "12:04:33\tCompleted 3052 to KZ395600: 690.5669208601703\n", - "12:04:33\tCompleted 3056 to KZ154000: 1147.5325246528303\n", - "12:04:33\tCompleted 3103 to KZ311000: 1642.639277115296\n", - "12:04:33\tCompleted 3053 to KZ556800: 1234.4254283554137\n", - "12:04:33\tCompleted 3110 to KZ632200: 3724.8016377113267\n", - "12:04:33\tCompleted 3102 to KZ234800: 2832.61227028732412:04:33\tCompleted 3061 to KZ275000: 2535.856413358936\n", - "\n", - "12:04:33\tCompleted 3120 to KZ474200: 3477.569428764648\n", - "12:04:33\tCompleted 3074 to KZ393600: 1588.597723014823\n", - "12:04:33\tCompleted 3106 to KZ273600: 222.0352989396439\n", - "12:04:33\tCompleted 3104 to KZ552200: 453.82667184503106\n", - "12:04:33\tCompleted 3096 to KZ316600: 3794.2650986796393\n", - "12:04:33\tCompleted 3121 to KZ613800: 1872.7686571163867\n", - "12:04:34\tCompleted 3073 to KZ231000: 3539.6808278672793\n", - "12:04:34\tCompleted 3059 to KZ474600: 2889.058847928603\n", - "12:04:34\tCompleted 3119 to KZ352100: 897.813952725744112:04:34\tCompleted 3132 to KZ395400: 2093.54527482991\n", - "\n", - "12:04:34\tCompleted 3076 to KZ274000: 4252.534530835919\n", - "12:04:34\tCompleted 3090 to KZ631000: 1752.8920965277487\n", - "12:04:34\tCompleted 3080 to KZ355200: 1013.5732630707688\n", - "12:04:34\tCompleted 3118 to KZ751810: 1501.030694521456\n", - "12:04:34\tCompleted 3070 to KZ275000: 2524.7914422508593\n", - "12:04:34\tCompleted 3089 to KZ196600: 2095.1852127633397\n", - "12:04:34\tCompleted 3129 to KZ114400: 1986.1662658771631\n", - "12:04:34\tCompleted 3091 to KZ791110: 1991.8497051584648\n", - "12:04:34\tCompleted 3111 to KZ313600: 3311.965857191234\n", - "12:04:35\tCompleted 3114 to KZ616400: 3723.2534559122732\n", - "12:04:35\tCompleted 3106 to KZ276600: 690.7955253640305\n", - "12:04:35\tCompleted 3100 to KZ155600: 2345.0703049227736\n", - "12:04:35\tCompleted 3078 to KZ153600: 3077.796093733277\n", - "12:04:35\tCompleted 3066 to KZ196800: 2459.993287194551\n", - "12:04:35\tCompleted 3104 to KZ554600: 536.003144346842\n", - "12:04:35\tCompleted 3125 to KZ396800: 1293.642070857136\n", - "12:04:35\tCompleted 3095 to KZ194200: 1400.506934308889412:04:35\tCompleted 3119 to KZ352200: 237.88025711235684\n", - "\n", - "12:04:35\tCompleted 3112 to KZ596200: 765.6620111374206\n", - "12:04:35\tCompleted 3052 to KZ395800: 1254.0082057349339\n", - "12:04:35\tCompleted 3097 to KZ434800: 1500.065897408653\n", - "12:04:35\tCompleted 3126 to KZ611600: 2678.070552040624\n", - "12:04:35\tCompleted 3053 to KZ554800: 1190.2749115389327\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:04:35\tCompleted 3139 to KZ751810: 3103.7417241303633\n", - "12:04:36\tCompleted 3133 to KZ356400: 2501.5668003731553\n", - "12:04:36\tCompleted 3080 to KZ355600: 725.3182008313648\n", - "12:04:36\tCompleted 3131 to KZ234600: 4846.891161932358\n", - "12:04:36\tCompleted 3056 to KZ154200: 1450.1685636221514\n", - "12:04:36\tCompleted 3109 to KZ196400: 4521.855514529329\n", - "12:04:36\tCompleted 3075 to KZ474200: 3985.9885511757852\n", - "12:04:36\tCompleted 3106 to KZ275000: 417.13738765324507\n", - "12:04:36\tCompleted 3057 to KZ751510: 2575.8842876819217\n", - "12:04:37\tCompleted 3124 to KZ633400: 3356.831638304344\n", - "12:04:37\tCompleted 3123 to KZ156000: 2010.114869489612\n", - "12:04:37\tCompleted 3136 to KZ275000: 4232.497925401286\n", - "12:04:37\tCompleted 3079 to KZ751510: 2469.4967288325315\n", - "12:04:37\tCompleted 3052 to KZ392400: 845.7087119918307\n", - "12:04:37\tCompleted 3094 to KZ153200: 2240.7366629232893\n", - "12:04:37\tCompleted 3072 to KZ155600: 2230.494941544628\n", - "12:04:37\tCompleted 3098 to KZ616000: 1738.1187134970921\n", - "12:04:37\tCompleted 3112 to KZ596400: 560.7285887461169\n", - "12:04:37\tCompleted 3074 to KZ396400: 1810.0093696882045\n", - "12:04:37\tCompleted 3106 to KZ274800: 460.7876740918932\n", - "12:04:37\tCompleted 3119 to KZ352300: 835.9653932303349\n", - "12:04:37\tCompleted 3058 to KZ434600: 2005.4073588752922\n", - "12:04:37\tCompleted 3088 to KZ154200: 2907.3536112317915\n", - "12:04:38\tCompleted 3056 to KZ156000: 1023.4177959903599\n", - "12:04:38\tCompleted 3104 to KZ555600: 1074.047860911582\n", - "12:04:38\tCompleted 3067 to KZ751410: 2532.1198650700717\n", - "12:04:38\tCompleted 3096 to KZ316200: 3296.9943666711165\n", - "12:04:38\tCompleted 3086 to KZ615600: 2178.7056889249525\n", - "12:04:38\tCompleted 3138 to KZ194000: 3091.717988222981\n", - "12:04:38\tCompleted 3068 to KZ631000: 2394.2964915775897\n", - "12:04:38\tCompleted 3132 to KZ392000: 2210.468969910135\n", - "12:04:38\tCompleted 3118 to KZ751910: 1501.9693761576787\n", - "12:04:38\tCompleted 3103 to KZ315000: 1759.8480933489288\n", - "12:04:38\tCompleted 3052 to KZ396200: 617.0793156046658\n", - "12:04:38\tCompleted 3053 to KZ556400: 1176.8547900913115\n", - "12:04:38\tCompleted 3125 to KZ394800: 1414.328047426624\n", - "12:04:38\tCompleted 3069 to KZ471800: 2604.7208958764845\n", - "12:04:38\tCompleted 3054 to KZ273600: 2663.814890414057\n", - "12:04:38\tCompleted 3106 to KZ275800: 267.94902233374603\n", - "12:04:38\tCompleted 3119 to KZ352800: 238.56410025345568\n", - "12:04:39\tCompleted 3089 to KZ194200: 1664.057930850663\n", - "12:04:39\tCompleted 3117 to KZ154200: 2387.537351731265\n", - "12:04:39\tCompleted 3127 to KZ274800: 3401.706655608019412:04:39\tCompleted 3080 to KZ352100: 1331.9785140995782\n", - "\n", - "12:04:39\tCompleted 3095 to KZ751210: 1498.7251136173654\n", - "12:04:39\tCompleted 3091 to KZ791310: 1967.7268216005557\n", - "12:04:39\tCompleted 3102 to KZ235200: 2880.2521176506916\n", - "12:04:39\tCompleted 3114 to KZ615600: 3333.6938901363887\n", - "12:04:39\tCompleted 3092 to KZ276600: 3131.89380365242\n", - "12:04:39\tCompleted 3104 to KZ551000: 528.9192666954135\n", - "12:04:39\tCompleted 3120 to KZ474600: 3154.744867946566\n", - "12:04:39\tCompleted 3111 to KZ314000: 3094.399592547544\n", - "12:04:39\tCompleted 3112 to KZ594600: 744.9358422646926\n", - "12:04:40\tCompleted 3106 to KZ276000: 268.2057557328674\n", - "12:04:40\tCompleted 3129 to KZ114600: 2592.2354148498016\n", - "12:04:40\tCompleted 3100 to KZ156800: 1743.080838750707\n", - "12:04:40\tCompleted 3126 to KZ613600: 2531.6979998027123\n", - "12:04:40\tCompleted 3069 to KZ593200: 681.8539395901882\n", - "12:04:40\tCompleted 3052 to KZ396600: 489.3680556168298\n", - "12:04:40\tCompleted 3119 to KZ356400: 555.6435887160188\n", - "12:04:40\tCompleted 3090 to KZ634600: 2211.6216239931564\n", - "12:04:40\tCompleted 3110 to KZ635200: 4640.726366738094\n", - "12:04:40\tCompleted 3056 to KZ154600: 1321.5552267354915\n", - "12:04:40\tCompleted 3078 to KZ154000: 2599.142371329436\n", - "12:04:40\tCompleted 3080 to KZ352200: 707.9223434443338\n", - "12:04:40\tCompleted 3133 to KZ352400: 2303.2484862536553\n", - "12:04:41\tCompleted 3097 to KZ433600: 1699.908660950554\n", - "12:04:41\tCompleted 3073 to KZ234000: 3748.291305234967212:04:41\tCompleted 3061 to KZ274800: 3060.7442211704292\n", - "\n", - "12:04:41\tCompleted 3083 to KZ471000: 3914.155212083629\n", - "12:04:41\tCompleted 3121 to KZ273200: 3079.0713688414003\n", - "12:04:41\tCompleted 3106 to KZ276200: 151.7565754161349\n", - "12:04:41\tCompleted 3112 to KZ711110: 48.92472845818072\n", - "12:04:41\tCompleted 3076 to KZ274200: 4359.850518995718\n", - "12:04:41\tCompleted 3066 to KZ191600: 2511.9826932605547\n", - "12:04:41\tCompleted 3139 to KZ751910: 3124.8826404807705\n", - "12:04:41\tCompleted 3072 to KZ156800: 1628.5054753725476\n", - "12:04:41\tCompleted 3119 to KZ352400: 188.83291070442536\n", - "12:04:41\tCompleted 3104 to KZ556000: 577.0406489034307\n", - "12:04:41\tCompleted 3057 to KZ231000: 2123.5801845641668\n", - "12:04:41\tCompleted 3131 to KZ234800: 3980.5925377678977\n", - "12:04:42\tCompleted 3053 to KZ554200: 1298.5726142802978\n", - "12:04:42\tCompleted 3125 to KZ395000: 1400.2720492461585\n", - "12:04:42\tCompleted 3096 to KZ311000: 3157.5656270419954\n", - "12:04:42\tCompleted 3109 to KZ196800: 3990.013912288127\n", - "12:04:42\tCompleted 3069 to KZ595800: 1011.7326515131347\n", - "12:04:42\tCompleted 3079 to KZ231000: 2103.7170677541208\n", - "12:04:42\tCompleted 3070 to KZ274800: 3049.6792500623524\n", - "12:04:42\tCompleted 3106 to KZ271000: 25.764318327228136\n", - "12:04:42\tCompleted 3094 to KZ153400: 1824.4079922931585\n", - "12:04:42\tCompleted 3112 to KZ711410: 44.857939152376076\n", - "12:04:42\tCompleted 3118 to KZ751510: 1494.4579022281341\n", - "12:04:42\tCompleted 3074 to KZ394000: 2041.944219054031\n", - "12:04:42\tCompleted 3075 to KZ474600: 3663.1639903577034\n", - "12:04:42\tCompleted 3132 to KZ395600: 2087.622319201225\n", - "12:04:42\tCompleted 3095 to KZ751110: 1506.3304957740447\n", - "12:04:43\tCompleted 3129 to KZ114800: 1538.6678436594225\n", - "12:04:43\tCompleted 3124 to KZ633600: 3127.656297715914\n", - "12:04:43\tCompleted 3089 to KZ751210: 1762.276110159139\n", - "12:04:43\tCompleted 3136 to KZ274800: 4757.385733212834\n", - "12:04:43\tCompleted 3052 to KZ394200: 1378.5225634981748\n", - "12:04:43\tCompleted 3103 to KZ314200: 1644.053490677669\n", - "12:04:43\tCompleted 3056 to KZ154800: 1380.3958603930248\n", - "12:04:43\tCompleted 3077 to KZ113200: 1030.2567442806026\n", - "12:04:43\tCompleted 3098 to KZ613800: 1961.6237440033392\n", - "12:04:43\tCompleted 3086 to KZ615800: 2193.085308252473\n", - "12:04:43\tCompleted 3114 to KZ615800: 3100.8702334183\n", - "12:04:43\tCompleted 3123 to KZ154600: 2308.2523002347302\n", - "12:04:43\tCompleted 3112 to KZ711210: 27.6936077165444412:04:43\tCompleted 3058 to KZ434400: 2042.3323712193865\n", - "\n", - "12:04:43\tCompleted 3088 to KZ156000: 2480.602843600012\n", - "12:04:43\tCompleted 3059 to KZ475000: 3259.3878746783803\n", - "12:04:43\tCompleted 3080 to KZ352300: 1400.813443819134\n", - "12:04:43\tCompleted 3106 to KZ274000: 752.2364019872126\n", - "12:04:44\tCompleted 3104 to KZ556800: 777.7285737753728\n", - "12:04:44\tCompleted 3119 to KZ356000: 953.235878645805\n", - "12:04:44\tCompleted 3091 to KZ791510: 1966.2673467468053\n", - "12:04:44\tCompleted 3133 to KZ356000: 1693.0521851586034\n", - "12:04:44\tCompleted 3069 to KZ593400: 1152.1718723300758\n", - "12:04:44\tCompleted 3126 to KZ614000: 2478.5579528883836\n", - "12:04:44\tCompleted 3103 to KZ353200: 303.76537466004\n", - "12:04:44\tCompleted 3125 to KZ395200: 874.2679720427201\n", - "12:04:44\tCompleted 3090 to KZ634400: 1733.3395869050464\n", - "12:04:44\tCompleted 3112 to KZ711310: 16.245079858736034\n", - "12:04:45\tCompleted 3067 to KZ751710: 2567.83581890033\n", - "12:04:45\tCompleted 3138 to KZ196400: 3524.8720948985583\n", - "12:04:45\tCompleted 3111 to KZ314800: 3593.6868974219738\n", - "12:04:45\tCompleted 3117 to KZ156000: 1960.7865840994798\n", - "12:04:45\tCompleted 3100 to KZ193200: 1835.4418166047624\n", - "12:04:45\tCompleted 3106 to KZ274200: 854.2843706146552\n", - "12:04:45\tCompleted 3054 to KZ276600: 2745.6401371130432\n", - "12:04:45\tCompleted 3080 to KZ352800: 732.5252728334432\n", - "12:04:45\tCompleted 3068 to KZ634600: 2853.026019042952\n", - "12:04:45\tCompleted 3077 to KZ113400: 1108.1177810859629\n", - "12:04:46\tCompleted 3052 to KZ394400: 1190.848228645333\n", - "12:04:46\tCompleted 3069 to KZ594200: 825.5137890594905\n", - "12:04:46\tCompleted 3102 to KZ235600: 2975.2898836710965\n", - "12:04:46\tCompleted 3092 to KZ275000: 3008.208564326675\n", - "12:04:46\tCompleted 3104 to KZ554800: 782.4240618198284\n", - "12:04:46\tCompleted 3108 to KZ113200: 205.67843655887188\n", - "12:04:46\tCompleted 3127 to KZ275800: 2871.289479596441\n", - "12:04:46\tCompleted 3078 to KZ154200: 2901.7784102987584\n", - "12:04:46\tCompleted 3129 to KZ111010: 1929.9773444374034\n", - "12:04:46\tCompleted 3095 to KZ751310: 1507.845214399806\n", - "12:04:46\tCompleted 3119 to KZ354400: 869.9821319652245\n", - "12:04:46\tCompleted 3074 to KZ396800: 1788.0366766144346\n", - "12:04:46\tCompleted 3097 to KZ434000: 1894.5509686569712\n", - "12:04:46\tCompleted 3110 to KZ632400: 4433.383403931689\n", - "12:04:47\tCompleted 3120 to KZ475000: 3525.0738946963434\n", - "12:04:47\tCompleted 3072 to KZ193200: 1966.7830429386036\n", - "12:04:47\tCompleted 3056 to KZ155200: 1650.6214931120041\n", - "12:04:47\tCompleted 3057 to KZ234000: 2261.544363041571\n", - "12:04:47\tCompleted 3077 to KZ113600: 786.6348992461692\n", - "12:04:47\tCompleted 3112 to KZ555200: 778.788266367349\n", - "12:04:47\tCompleted 3114 to KZ612600: 2810.2502445328146\n", - "12:04:47\tCompleted 3069 to KZ596600: 577.7769219438233\n", - "12:04:47\tCompleted 3089 to KZ751110: 1769.8814923158184\n", - "12:04:47\tCompleted 3058 to KZ431000: 1719.6352173651903\n", - "12:04:47\tCompleted 3125 to KZ391000: 1127.9428286802627\n", - "12:04:47\tCompleted 3096 to KZ315000: 3570.2375011812105\n", - "12:04:47\tCompleted 3079 to KZ234000: 2241.6812462315265\n", - "12:04:47\tCompleted 3103 to KZ353600: 1031.0665749200139\n", - "12:04:47\tCompleted 3108 to KZ113400: 171.44829805205114\n", - "12:04:47\tCompleted 3080 to KZ356400: 1024.015674971701912:04:47\tCompleted 3061 to KZ275800: 2530.327045158851\n", - "\n", - "12:04:47\tCompleted 3139 to KZ751510: 3113.398578379855\n", - "12:04:47\tCompleted 3066 to KZ195200: 2533.0370223378445\n", - "12:04:47\tCompleted 3131 to KZ235200: 4028.2323851312653\n", - "12:04:48\tCompleted 3109 to KZ191600: 4015.8118883482116\n", - "12:04:48\tCompleted 3086 to KZ612600: 2023.2001570575273\n", - "12:04:48\tCompleted 3053 to KZ791110: 2134.8340073791574\n", - "12:04:48\tCompleted 3104 to KZ556400: 720.1579355112706\n", - "12:04:48\tCompleted 3132 to KZ395800: 2390.006394607699\n", - "12:04:48\tCompleted 3073 to KZ234200: 4199.237011755903\n", - "12:04:48\tCompleted 3083 to KZ473600: 3495.180446060686\n", - "12:04:48\tCompleted 3077 to KZ113800: 634.7820209551929\n", - "12:04:48\tCompleted 3094 to KZ153600: 2607.0070374838438\n", - "12:04:49\tCompleted 3108 to KZ113600: 194.56379549286916\n", - "12:04:49\tCompleted 3091 to KZ791710: 1938.748420833053\n", - "12:04:49\tCompleted 3112 to KZ551600: 512.221544381803\n", - "12:04:49\tCompleted 3070 to KZ275800: 2519.262074050774\n", - "12:04:49\tCompleted 3126 to KZ613900: 2756.481224904819612:04:49\tCompleted 3119 to KZ351800: 861.3501695411853\n", - "\n", - "12:04:49\tCompleted 3124 to KZ633800: 3428.2416451964236\n", - "12:04:49\tCompleted 3136 to KZ275800: 4226.968557201191\n", - "12:04:49\tCompleted 3080 to KZ352400: 671.654560517711\n", - "12:04:49\tCompleted 3133 to KZ354400: 2480.357507912833\n", - "12:04:49\tCompleted 3069 to KZ595000: 852.0977992883562\n", - "12:04:49\tCompleted 3118 to KZ231000: 2959.614439871964\n", - "12:04:49\tCompleted 3075 to KZ475000: 4033.4930171074807\n", - "12:04:49\tCompleted 3088 to KZ154600: 2778.7402743451266\n", - "12:04:49\tCompleted 3103 to KZ351600: 686.0954951732592\n", - "12:04:49\tCompleted 3100 to KZ193400: 1560.6307656838903\n", - "12:04:50\tCompleted 3111 to KZ315400: 3280.925778742022\n", - "12:04:50\tCompleted 3123 to KZ154800: 2191.4329804867143\n", - "12:04:50\tCompleted 3121 to KZ274400: 3009.1377688529487\n", - "12:04:50\tCompleted 3139 to KZ231000: 936.0301451307448\n", - "12:04:50\tCompleted 3108 to KZ113800: 382.4773347260927\n", - "12:04:50\tCompleted 3129 to KZ116000: 2096.746539058893\n", - "12:04:50\tCompleted 3125 to KZ395400: 1171.3067236055765\n", - "12:04:50\tCompleted 3098 to KZ273200: 3001.8309333828543\n", - "12:04:50\tCompleted 3077 to KZ114500: 1078.3041824589175\n", - "12:04:50\tCompleted 3095 to KZ751410: 1523.512833490566\n", - "12:04:50\tCompleted 3090 to KZ313600: 2260.579278916641\n", - "12:04:51\tCompleted 3112 to KZ553200: 631.1695377885105\n", - "12:04:51\tCompleted 3104 to KZ554200: 915.9889712935714\n", - "12:04:51\tCompleted 3103 to KZ354000: 258.5844801166621\n", - "12:04:51\tCompleted 3056 to KZ156400: 1893.1743898593313\n", - "12:04:51\tCompleted 3069 to KZ593600: 1189.5328051125214\n", - "12:04:51\tCompleted 3114 to KZ616000: 3128.009449150911\n", - "12:04:51\tCompleted 3074 to KZ394800: 1966.6912453124905\n", - "12:04:51\tCompleted 3072 to KZ193400: 1691.9719920177315\n", - "12:04:51\tCompleted 3108 to KZ114500: 317.32268153702347\n", - "12:04:51\tCompleted 3068 to KZ634400: 2374.74398195487612:04:51\tCompleted 3058 to KZ435200: 1795.9415235936058\n", - "\n", - "12:04:51\tCompleted 3089 to KZ751310: 1771.3962109415797\n", - "12:04:51\tCompleted 3117 to KZ154600: 2258.9240148446\n", - "12:04:51\tCompleted 3052 to KZ433200: 2257.3755612859027\n", - "12:04:51\tCompleted 3054 to KZ275000: 2621.9548977872983\n", - "12:04:51\tCompleted 3067 to KZ751810: 2521.6948866664325\n", - "12:04:52\tCompleted 3138 to KZ196800: 2993.030492657412\n", - "12:04:52\tCompleted 3119 to KZ393200: 1052.5073142950525\n", - "12:04:52\tCompleted 3103 to KZ351000: 222.6208469160779\n", - "12:04:52\tCompleted 3139 to KZ234000: 1059.3676391024742\n", - "12:04:52\tCompleted 3078 to KZ156000: 2475.027642666979\n", - "12:04:52\tCompleted 3096 to KZ314200: 3163.0408579773312:04:52\tCompleted 3077 to KZ114000: 840.1484336397792\n", - "\n", - "12:04:52\tCompleted 3132 to KZ392400: 2116.1933206340336\n", - "12:04:52\tCompleted 3102 to KZ233600: 2981.051872471221\n", - "12:04:52\tCompleted 3112 to KZ553600: 582.1725360234835\n", - "12:04:52\tCompleted 3108 to KZ114000: 253.46566796946263\n", - "12:04:52\tCompleted 3080 to KZ356000: 1518.0839292346031\n", - "12:04:52\tCompleted 3110 to KZ632800: 4183.610278426871\n", - "12:04:53\tCompleted 3133 to KZ351800: 1715.0390590560175\n", - "12:04:53\tCompleted 3069 to KZ595200: 725.8889068384353\n", - "12:04:53\tCompleted 3086 to KZ616000: 2180.6229275003343\n", - "12:04:53\tCompleted 3100 to KZ193600: 1426.7385039384203\n", - "12:04:53\tCompleted 3109 to KZ195200: 3953.576911482944\n", - "12:04:53\tCompleted 3092 to KZ274800: 3533.096372138168\n", - "12:04:53\tCompleted 3053 to KZ791310: 2110.711123821251\n", - "12:04:53\tCompleted 3125 to KZ392000: 1264.7113780405969\n", - "12:04:54\tCompleted 3126 to KZ612000: 2625.192685933284\n", - "12:04:54\tCompleted 3103 to KZ352000: 572.3132755108946\n", - "12:04:54\tCompleted 3091 to KZ611600: 2016.7097052919812\n", - "12:04:54\tCompleted 3129 to KZ116400: 1866.8101076744588\n", - "12:04:54\tCompleted 3108 to KZ117000: 176.09801141606653\n", - "12:04:54\tCompleted 3097 to KZ471000: 3450.423082090421\n", - "12:04:54\tCompleted 3120 to KZ475200: 3535.9168554803928\n", - "12:04:54\tCompleted 3112 to KZ552200: 473.70459400175645\n", - "12:04:54\tCompleted 3127 to KZ276000: 3287.1205053514764\n", - "12:04:54\tCompleted 3056 to KZ155600: 1500.4864030218728\n", - "12:04:54\tCompleted 3077 to KZ117000: 870.8134849435432\n", - "12:04:54\tCompleted 3094 to KZ154000: 2128.3533150799885\n", - "12:04:54\tCompleted 3057 to KZ234200: 2783.13636845279\n", - "12:04:55\tCompleted 3069 to KZ591000: 842.844750961151212:04:55\tCompleted 3059 to KZ475200: 3270.2308354624297\n", - "\n", - "12:04:55\tCompleted 3095 to KZ751710: 1559.2287873208268\n", - "12:04:55\tCompleted 3131 to KZ235600: 4123.270151151677\n", - "12:04:55\tCompleted 3079 to KZ234200: 2763.273251642746\n", - "12:04:55\tCompleted 3061 to KZ276000: 2946.158070913886\n", - "12:04:55\tCompleted 3066 to KZ195000: 2461.57753116328\n", - "12:04:55\tCompleted 3139 to KZ234200: 1595.586329019382\n", - "12:04:55\tCompleted 3119 to KZ393400: 1057.6372261322276\n", - "12:04:55\tCompleted 3072 to KZ193600: 1558.0797302722617\n", - "12:04:55\tCompleted 3108 to KZ114400: 245.5128210600965\n", - "12:04:55\tCompleted 3136 to KZ276000: 4642.799582956295\n", - "12:04:55\tCompleted 3133 to KZ393200: 1338.262338481513\n", - "12:04:55\tCompleted 3104 to KZ791110: 1676.8121347569002\n", - "12:04:55\tCompleted 3058 to KZ434800: 1710.9646135186892\n", - "12:04:56\tCompleted 3074 to KZ395000: 1894.666655003457\n", - "12:04:56\tCompleted 3124 to KZ634000: 3675.444443093446\n", - "12:04:56\tCompleted 3083 to KZ474200: 3941.804607127208\n", - "12:04:56\tCompleted 3080 to KZ354400: 1444.8581051432925\n", - "12:04:56\tCompleted 3073 to KZ234600: 4314.4073101939575\n", - "12:04:56\tCompleted 3114 to KZ613800: 3276.26358216979512:04:56\tCompleted 3111 to KZ315600: 3800.3672915626735\n", - "\n", - "12:04:56\tCompleted 3089 to KZ751410: 1787.0638300323396\n", - "12:04:56\tCompleted 3112 to KZ554600: 555.8810665035674\n", - "12:04:56\tCompleted 3070 to KZ276000: 2935.0930998058093\n", - "12:04:56\tCompleted 3077 to KZ114400: 783.2963095620006\n", - "12:04:56\tCompleted 3103 to KZ354800: 746.243860532198\n", - "12:04:56\tCompleted 3090 to KZ314000: 2055.9682324552505\n", - "12:04:56\tCompleted 3102 to KZ633200: 1240.3417936465376\n", - "12:04:56\tCompleted 3088 to KZ154800: 2661.9209545970907\n", - "12:04:56\tCompleted 3069 to KZ595600: 714.350237285455\n", - "12:04:56\tCompleted 3118 to KZ234000: 3168.224917239652\n", - "12:04:56\tCompleted 3056 to KZ156800: 1226.212250416365612:04:56\tCompleted 3075 to KZ475200: 4044.33597789153\n", - "\n", - "12:04:56\tCompleted 3132 to KZ396200: 1924.6164066078215\n", - "12:04:56\tCompleted 3123 to KZ155200: 2618.371643388467\n", - "12:04:57\tCompleted 3125 to KZ395600: 1165.3837679768922\n", - "12:04:57\tCompleted 3052 to KZ431900: 2131.8810639042485\n", - "12:04:57\tCompleted 3096 to KZ353200: 3230.255225170049\n", - "12:04:57\tCompleted 3108 to KZ114600: 456.2240419178824\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:04:57\tCompleted 3114 to KZ273200: 375.9999923383208\n", - "12:04:57\tCompleted 3098 to KZ274400: 2931.8973333944027\n", - "12:04:58\tCompleted 3117 to KZ154800: 2122.710373217791\n", - "12:04:58\tCompleted 3100 to KZ194000: 1620.7666843700133\n", - "12:04:58\tCompleted 3103 to KZ355200: 424.2454176937836\n", - "12:04:58\tCompleted 3119 to KZ391600: 962.307536737334\n", - "12:04:58\tCompleted 3069 to KZ596000: 933.1459427185716\n", - "12:04:58\tCompleted 3091 to KZ613600: 1871.5019667660292\n", - "12:04:58\tCompleted 3078 to KZ154600: 2773.1650734120935\n", - "12:04:58\tCompleted 3139 to KZ234600: 1710.7566274574638\n", - "12:04:58\tCompleted 3133 to KZ393400: 1351.8117783171429\n", - "12:04:58\tCompleted 3129 to KZ116800: 2194.9397288992177\n", - "12:04:58\tCompleted 3126 to KZ614400: 2683.014024344616\n", - "12:04:58\tCompleted 3114 to KZ274400: 98.33711045196272\n", - "12:04:59\tCompleted 3053 to KZ791510: 2109.2516489675\n", - "12:04:59\tCompleted 3074 to KZ395200: 1426.6311699285868\n", - "12:04:59\tCompleted 3108 to KZ114800: 723.8043161924265\n", - "12:04:59\tCompleted 3067 to KZ751910: 2522.6335683026523\n", - "12:04:59\tCompleted 3112 to KZ555600: 1093.925783068307\n", - "12:04:59\tCompleted 3054 to KZ274800: 3146.8427055987913\n", - "12:04:59\tCompleted 3110 to KZ636800: 4208.503859955497\n", - "12:04:59\tCompleted 3080 to KZ351800: 1426.1982201299843\n", - "12:04:59\tCompleted 3095 to KZ751810: 1513.0878550869254\n", - "12:04:59\tCompleted 3086 to KZ613800: 2431.3721950353734\n", - "12:04:59\tCompleted 3121 to KZ275400: 3684.326200809959\n", - "12:04:59\tCompleted 3068 to KZ313600: 2825.8396085883937\n", - "12:04:59\tCompleted 3103 to KZ355600: 291.3919816323926\n", - "12:04:59\tCompleted 3138 to KZ191600: 3018.828468717497\n", - "12:04:59\tCompleted 3077 to KZ114600: 1389.36545853467\n", - "12:05:00\tCompleted 3069 to KZ596200: 537.9292087811025\n", - "12:05:00\tCompleted 3104 to KZ791310: 1652.689251198991\n", - "12:05:00\tCompleted 3139 to KZ234800: 759.185019897066\n", - "12:05:00\tCompleted 3114 to KZ275400: 861.6067639334287\n", - "12:05:00\tCompleted 3072 to KZ194000: 1752.1079107038547\n", - "12:05:00\tCompleted 3108 to KZ111010: 306.3245976954595\n", - "12:05:00\tCompleted 3058 to KZ433600: 1910.8073770605902\n", - "12:05:00\tCompleted 3109 to KZ195000: 4399.706070799918\n", - "12:05:01\tCompleted 3112 to KZ551000: 548.7971888521388\n", - "12:05:01\tCompleted 3131 to KZ233600: 4129.032139951794\n", - "12:05:01\tCompleted 3077 to KZ114800: 335.79788734425944\n", - "12:05:01\tCompleted 3120 to KZ471800: 3365.526635319667\n", - "12:05:01\tCompleted 3132 to KZ396600: 1932.5352473990208\n", - "12:05:01\tCompleted 3092 to KZ275800: 3002.67919612659\n", - "12:05:01\tCompleted 3111 to KZ316000: 2974.128213699192\n", - "12:05:01\tCompleted 3089 to KZ751710: 1822.7797838626004\n", - "12:05:01\tCompleted 3094 to KZ154200: 2430.9893540493094\n", - "12:05:01\tCompleted 3119 to KZ393600: 1033.0715374000406\n", - "12:05:01\tCompleted 3097 to KZ473600: 3031.4483160674777\n", - "12:05:01\tCompleted 3125 to KZ395800: 1409.7992512547974\n", - "12:05:01\tCompleted 3114 to KZ273600: 360.8757102981899\n", - "12:05:01\tCompleted 3061 to KZ276200: 2665.544284179982\n", - "12:05:01\tCompleted 3133 to KZ391600: 1611.0080215677192\n", - "12:05:01\tCompleted 3108 to KZ116000: 218.33064835362947\n", - "12:05:01\tCompleted 3102 to KZ634800: 1787.7268332746837\n", - "12:05:01\tCompleted 3090 to KZ314800: 1819.0549110605975\n", - "12:05:01\tCompleted 3139 to KZ235200: 892.097850656394\n", - "12:05:02\tCompleted 3136 to KZ276200: 4362.1857962223485\n", - "12:05:02\tCompleted 3057 to KZ234600: 2898.3066668908446\n", - "12:05:02\tCompleted 3127 to KZ276200: 3006.506718617572\n", - "12:05:02\tCompleted 3079 to KZ234600: 2878.4435500808004\n", - "12:05:02\tCompleted 3131 to KZ633200: 427.66722289968317\n", - "12:05:02\tCompleted 3059 to KZ471800: 3099.840615301704\n", - "12:05:02\tCompleted 3103 to KZ352100: 909.3742554085457\n", - "12:05:02\tCompleted 3120 to KZ593200: 482.9771510886905\n", - "12:05:02\tCompleted 3073 to KZ234800: 3448.1086860295736\n", - "12:05:02\tCompleted 3083 to KZ474600: 3618.980046309126\n", - "12:05:02\tCompleted 3052 to KZ434600: 2169.7805881544527\n", - "12:05:02\tCompleted 3123 to KZ156400: 2457.496737486633\n", - "12:05:02\tCompleted 3074 to KZ391000: 1622.3374344375611\n", - "12:05:02\tCompleted 3077 to KZ111010: 737.1106277921671\n", - "12:05:02\tCompleted 3069 to KZ596400: 1406.9963877583864\n", - "12:05:02\tCompleted 3070 to KZ276200: 2654.479313071905\n", - "12:05:03\tCompleted 3112 to KZ556000: 596.918571060156\n", - "12:05:03\tCompleted 3100 to KZ196400: 1830.618433014309\n", - "12:05:03\tCompleted 3124 to KZ635400: 4183.680356665124\n", - "12:05:03\tCompleted 3114 to KZ276600: 824.1075095501469\n", - "12:05:03\tCompleted 3126 to KZ614600: 2472.6656518132068\n", - "12:05:03\tCompleted 3096 to KZ353600: 3957.556425429987\n", - "12:05:03\tCompleted 3108 to KZ116400: 397.55702657771803\n", - "12:05:03\tCompleted 3129 to KZ111810: 2234.4705299457046\n", - "12:05:03\tCompleted 3091 to KZ614000: 1999.914629307768\n", - "12:05:03\tCompleted 3080 to KZ393200: 1576.1627279909706\n", - "12:05:03\tCompleted 3066 to KZ194400: 2784.0130840028337\n", - "12:05:04\tCompleted 3088 to KZ155200: 3088.8596174988434\n", - "12:05:04\tCompleted 3118 to KZ234200: 3619.1706237605877\n", - "12:05:04\tCompleted 3059 to KZ593200: 28.730527205574152\n", - "12:05:04\tCompleted 3139 to KZ235600: 987.1356166768221\n", - "12:05:04\tCompleted 3117 to KZ155200: 2549.649036119549\n", - "12:05:04\tCompleted 3095 to KZ751910: 1514.026536723148\n", - "12:05:04\tCompleted 3103 to KZ352200: 249.44055979515835\n", - "12:05:04\tCompleted 3131 to KZ634800: 638.3363816133789\n", - "12:05:04\tCompleted 3120 to KZ595800: 586.8967611290677\n", - "12:05:04\tCompleted 3069 to KZ594600: 632.3421276817376\n", - "12:05:04\tCompleted 3053 to KZ791710: 2081.732723053748\n", - "12:05:04\tCompleted 3133 to KZ393600: 1151.2094599311783\n", - "12:05:04\tCompleted 3108 to KZ116800: 154.3582395491784\n", - "12:05:05\tCompleted 3114 to KZ275000: 550.4493718393614\n", - "12:05:05\tCompleted 3077 to KZ116000: 893.8765827437315\n", - "12:05:05\tCompleted 3102 to KZ633400: 1140.0610192039965\n", - "12:05:05\tCompleted 3125 to KZ392400: 1193.954769409705\n", - "12:05:05\tCompleted 3075 to KZ471800: 3873.9457577308044\n", - "12:05:05\tCompleted 3098 to KZ275400: 3607.085765351413\n", - "12:05:05\tCompleted 3138 to KZ195200: 2956.5934918522294\n", - "12:05:05\tCompleted 3078 to KZ154800: 2656.345753664057\n", - "12:05:05\tCompleted 3056 to KZ193200: 2828.900121241883\n", - "12:05:05\tCompleted 3119 to KZ396400: 1254.4831840734214\n", - "12:05:05\tCompleted 3067 to KZ751510: 2515.122094373109\n", - "12:05:05\tCompleted 3059 to KZ595800: 412.70202820406143\n", - "12:05:05\tCompleted 3112 to KZ556800: 797.606495932098\n", - "12:05:05\tCompleted 3121 to KZ273600: 2852.2854597924975\n", - "12:05:05\tCompleted 3120 to KZ593400: 396.2840237769274\n", - "12:05:05\tCompleted 3132 to KZ394200: 2381.4456261527703\n", - "12:05:06\tCompleted 3104 to KZ791510: 1651.2297763452407\n", - "12:05:06\tCompleted 3108 to KZ111810: 207.02226590882134\n", - "12:05:06\tCompleted 3131 to KZ633400: 624.6757604958273\n", - "12:05:06\tCompleted 3110 to KZ635800: 4658.006107652778\n", - "12:05:06\tCompleted 3114 to KZ274800: 438.6415825005034\n", - "12:05:06\tCompleted 3139 to KZ233600: 992.8976054769382\n", - "12:05:06\tCompleted 3057 to KZ234800: 1961.3617438361669\n", - "12:05:06\tCompleted 3058 to KZ434000: 2145.285654964985\n", - "12:05:06\tCompleted 3077 to KZ116400: 663.9401513592961\n", - "12:05:06\tCompleted 3089 to KZ751810: 1776.638851628699\n", - "12:05:06\tCompleted 3074 to KZ395400: 1665.701329362875\n", - "12:05:06\tCompleted 3133 to KZ396400: 985.0443378439614\n", - "12:05:06\tCompleted 3086 to KZ273200: 3560.4590157529155\n", - "12:05:06\tCompleted 3054 to KZ275800: 2616.425529587213\n", - "12:05:06\tCompleted 3069 to KZ711110: 1124.7011138166488\n", - "12:05:07\tCompleted 3090 to KZ315400: 1781.6022591414255\n", - "12:05:07\tCompleted 3072 to KZ196400: 1961.9596593481504\n", - "12:05:07\tCompleted 3079 to KZ234800: 1941.4986270261204\n", - "12:05:07\tCompleted 3059 to KZ593400: 479.73475144647665\n", - "12:05:07\tCompleted 3068 to KZ314000: 2608.273343944704\n", - "12:05:07\tCompleted 3109 to KZ194400: 4222.991941564659\n", - "12:05:07\tCompleted 3129 to KZ116600: 2101.446000993598\n", - "12:05:07\tCompleted 3131 to KZ633600: 312.5690681861415\n", - "12:05:07\tCompleted 3102 to KZ633600: 914.4137450326607\n", - "12:05:07\tCompleted 3111 to KZ316600: 3622.119077783213\n", - "12:05:07\tCompleted 3075 to KZ593200: 991.3962734998643\n", - "12:05:07\tCompleted 3103 to KZ352300: 811.4855984421499\n", - "12:05:07\tCompleted 3114 to KZ275800: 401.26100651986246\n", - "12:05:07\tCompleted 3120 to KZ594200: 576.141772840439\n", - "12:05:07\tCompleted 3100 to KZ196800: 1431.0374212726622\n", - "12:05:07\tCompleted 3112 to KZ554800: 802.3019839765536\n", - "12:05:07\tCompleted 3125 to KZ396200: 1002.3778553834869\n", - "12:05:08\tCompleted 3080 to KZ393400: 1584.2649942997305\n", - "12:05:08\tCompleted 3094 to KZ156000: 2004.2385864175258\n", - "12:05:08\tCompleted 3092 to KZ276000: 3418.510221881625\n", - "12:05:08\tCompleted 3059 to KZ594200: 234.7201279331673\n", - "12:05:08\tCompleted 3077 to KZ116800: 992.0697725840578\n", - "12:05:08\tCompleted 3131 to KZ633800: 99.77942623195865\n", - "12:05:08\tCompleted 3061 to KZ271000: 2683.2372395941975\n", - "12:05:08\tCompleted 3126 to KZ614800: 2954.286457184298\n", - "12:05:08\tCompleted 3095 to KZ751510: 1506.5150627936034\n", - "12:05:08\tCompleted 3069 to KZ711410: 1114.8353346376207\n", - "12:05:08\tCompleted 3114 to KZ276000: 127.58128232108962\n", - "12:05:09\tCompleted 3133 to KZ394000: 1052.7454641707493\n", - "12:05:09\tCompleted 3127 to KZ271000: 3024.1996740317877\n", - "12:05:09\tCompleted 3103 to KZ352800: 250.12440293625718\n", - "12:05:09\tCompleted 3123 to KZ155600: 2370.3415170665603\n", - "12:05:09\tCompleted 3136 to KZ271000: 4379.878751636586\n", - "12:05:09\tCompleted 3096 to KZ351600: 3586.9620293971448\n", - "12:05:09\tCompleted 3073 to KZ235200: 3495.748533392941\n", - "12:05:09\tCompleted 3091 to KZ613900: 2276.6663284489546\n", - "12:05:09\tCompleted 3059 to KZ596600: 223.3677590153327\n", - "12:05:09\tCompleted 3097 to KZ474200: 3478.0724771339997\n", - "12:05:09\tCompleted 3052 to KZ434400: 2206.705600498551612:05:09\tCompleted 3108 to KZ116600: 1302.932847809569\n", - "\n", - "12:05:09\tCompleted 3131 to KZ634000: 290.36723502558675\n", - "12:05:09\tCompleted 3120 to KZ596600: 677.027290417204\n", - "12:05:10\tCompleted 3114 to KZ276200: 285.06855960225084\n", - "12:05:10\tCompleted 3075 to KZ595800: 1095.3158835402417\n", - "12:05:10\tCompleted 3119 to KZ394000: 1486.418033439248\n", - "12:05:10\tCompleted 3053 to KZ611600: 2159.6940075126745\n", - "12:05:10\tCompleted 3083 to KZ475000: 3989.3090730589033\n", - "12:05:10\tCompleted 3112 to KZ556400: 740.0358576679959\n", - "12:05:10\tCompleted 3124 to KZ635000: 3711.0135667534937\n", - "12:05:10\tCompleted 3132 to KZ394400: 2461.332837287512\n", - "12:05:10\tCompleted 3074 to KZ392000: 1782.6250244431142\n", - "12:05:10\tCompleted 3088 to KZ156400: 2927.9847115970297\n", - "12:05:10\tCompleted 3077 to KZ111810: 1031.6005736305522\n", - "12:05:10\tCompleted 3067 to KZ231000: 2080.1341383009776\n", - "12:05:11\tCompleted 3069 to KZ711210: 1112.1911040795967\n", - "12:05:11\tCompleted 3102 to KZ633800: 1214.9990925131892\n", - "12:05:11\tCompleted 3129 to KZ115600: 1999.8941647142858\n", - "12:05:11\tCompleted 3072 to KZ196800: 1562.3786476065036\n", - "12:05:11\tCompleted 3125 to KZ396600: 1010.2966961746862\n", - "12:05:11\tCompleted 3118 to KZ234600: 3734.340922198642\n", - "12:05:11\tCompleted 3059 to KZ595000: 314.70720448549184\n", - "12:05:11\tCompleted 3057 to KZ235200: 2079.6478900898164\n", - "12:05:11\tCompleted 3133 to KZ396800: 1184.2172649610952\n", - "12:05:11\tCompleted 3108 to KZ115600: 371.0946141123758\n", - "12:05:11\tCompleted 3070 to KZ271000: 2672.1722684861206\n", - "12:05:11\tCompleted 3103 to KZ356400: 567.2038913988202\n", - "12:05:11\tCompleted 3089 to KZ751910: 1777.5775332649216\n", - "12:05:11\tCompleted 3114 to KZ271000: 145.4289935439995\n", - "12:05:11\tCompleted 3120 to KZ595000: 511.46730910490555\n", - "12:05:11\tCompleted 3080 to KZ391600: 1519.209526050569812:05:11\tCompleted 3100 to KZ191600: 1483.0268273386707\n", - "\n", - "12:05:11\tCompleted 3117 to KZ156400: 2388.7741302177055\n", - "12:05:12\tCompleted 3104 to KZ791710: 1623.7108504314883\n", - "12:05:12\tCompleted 3079 to KZ235200: 2059.78477327977\n", - "12:05:12\tCompleted 3131 to KZ635400: 823.2910780972654\n", - "12:05:12\tCompleted 3075 to KZ593400: 796.3359195571514\n", - "12:05:12\tCompleted 3098 to KZ273600: 2775.0450243339515\n", - "12:05:12\tCompleted 3078 to KZ155200: 3083.28441656581\n", - "12:05:12\tCompleted 3110 to KZ636200: 4326.9194298546245\n", - "12:05:12\tCompleted 3139 to KZ633200: 3340.4668102389073\n", - "12:05:12\tCompleted 3121 to KZ276600: 2934.1107064914836\n", - "12:05:12\tCompleted 3111 to KZ316200: 3124.84834577469\n", - "12:05:13\tCompleted 3103 to KZ352400: 200.39321338722687\n", - "12:05:13\tCompleted 3066 to KZ194600: 2729.09392604385612:05:13\tCompleted 3090 to KZ315600: 1908.0513280392738\n", - "\n", - "12:05:13\tCompleted 3069 to KZ711310: 1102.4511633867114\n", - "12:05:13\tCompleted 3056 to KZ193400: 2554.0890703210166\n", - "12:05:13\tCompleted 3108 to KZ115200: 519.4085715256539\n", - "12:05:13\tCompleted 3126 to KZ615400: 2695.4502242748463\n", - "12:05:13\tCompleted 3114 to KZ274000: 816.8256371697872\n", - "12:05:13\tCompleted 3138 to KZ195000: 3402.722651169152\n", - "12:05:13\tCompleted 3059 to KZ593600: 594.8173092428742\n", - "12:05:13\tCompleted 3112 to KZ554200: 935.8668934502966\n", - "12:05:13\tCompleted 3109 to KZ194600: 4233.508907569158\n", - "12:05:13\tCompleted 3131 to KZ635000: 419.0704642670892\n", - "12:05:13\tCompleted 3133 to KZ394800: 927.2943927086337\n", - "12:05:13\tCompleted 3120 to KZ593600: 626.0159133891987\n", - "12:05:13\tCompleted 3058 to KZ471000: 3270.683570186318\n", - "12:05:14\tCompleted 3091 to KZ612000: 1796.9235292729245\n", - "12:05:14\tCompleted 3068 to KZ314800: 2460.459306110434\n", - "12:05:14\tCompleted 3096 to KZ354000: 3185.074330626678\n", - "12:05:14\tCompleted 3054 to KZ276000: 3032.2565553422482\n", - "12:05:14\tCompleted 3074 to KZ395600: 1659.7783737341906\n", - "12:05:14\tCompleted 3125 to KZ394200: 1381.844160921081\n", - "12:05:14\tCompleted 3129 to KZ115200: 1660.6219693174312\n", - "12:05:14\tCompleted 3123 to KZ156800: 1768.352050894497\n", - "12:05:14\tCompleted 3102 to KZ634000: 1462.2018904102183\n", - "12:05:14\tCompleted 3052 to KZ431000: 1885.2001203974162\n", - "12:05:14\tCompleted 3086 to KZ274400: 3490.525415764464\n", - "12:05:14\tCompleted 3075 to KZ594200: 1084.5608952516127\n", - "12:05:14\tCompleted 3119 to KZ396800: 1232.5104909996514\n", - "12:05:14\tCompleted 3114 to KZ274200: 847.4489391950452\n", - "12:05:14\tCompleted 3092 to KZ276200: 3137.8964351477207\n", - "12:05:14\tCompleted 3094 to KZ154600: 2302.3760171626445\n", - "12:05:15\tCompleted 3131 to KZ632200: 326.1762157668897\n", - "12:05:15\tCompleted 3059 to KZ595200: 341.4157831193786\n", - "12:05:15\tCompleted 3077 to KZ116600: 1972.837623389869\n", - "12:05:15\tCompleted 3108 to KZ115400: 739.981343391311\n", - "12:05:15\tCompleted 3072 to KZ191600: 1614.3680536725121\n", - "12:05:15\tCompleted 3120 to KZ595200: 623.4660464464349\n", - "12:05:15\tCompleted 3136 to KZ274000: 5043.566441575813\n", - "12:05:15\tCompleted 3100 to KZ195200: 1504.0811564159674\n", - "12:05:15\tCompleted 3080 to KZ393600: 1556.7269510959582\n", - "12:05:15\tCompleted 3053 to KZ613600: 2014.4862689867266\n", - "12:05:16\tCompleted 3095 to KZ231000: 2987.4716003897447\n", - "12:05:16\tCompleted 3073 to KZ235600: 3590.786299413346\n", - "12:05:16\tCompleted 3127 to KZ274000: 3687.887363970994\n", - "12:05:16\tCompleted 3116 to KZ113200: 211.79522059599694\n", - "12:05:16\tCompleted 3089 to KZ751510: 1770.066059335377\n", - "12:05:16\tCompleted 3067 to KZ234000: 2218.0983167783857\n", - "12:05:16\tCompleted 3103 to KZ356000: 928.75608385762\n", - "12:05:16\tCompleted 3133 to KZ395000: 1246.2057175069415\n", - "12:05:16\tCompleted 3132 to KZ433200: 3229.881716174535\n", - "12:05:16\tCompleted 3061 to KZ274000: 3346.924929533404\n", - "12:05:16\tCompleted 3104 to KZ611600: 1701.6721348904166\n", - "12:05:16\tCompleted 3059 to KZ591000: 315.93943753252546\n", - "12:05:16\tCompleted 3131 to KZ635200: 657.4542967215255\n", - "12:05:17\tCompleted 3077 to KZ115600: 797.024208399123\n", - "12:05:17\tCompleted 3069 to KZ555200: 1846.2660226078995\n", - "12:05:17\tCompleted 3120 to KZ591000: 513.6817751989728\n", - "12:05:17\tCompleted 3079 to KZ235600: 2154.822539300189\n", - "12:05:17\tCompleted 3126 to KZ615200: 2432.866870776584\n", - "12:05:17\tCompleted 3116 to KZ113400: 87.1941782898883\n", - "12:05:17\tCompleted 3083 to KZ475200: 4000.1520338429527\n", - "12:05:17\tCompleted 3111 to KZ311000: 2985.419606145569\n", - "12:05:17\tCompleted 3088 to KZ155600: 2840.8294911769367\n", - "12:05:17\tCompleted 3075 to KZ596600: 1185.446412828378\n", - "12:05:17\tCompleted 3090 to KZ316000: 1770.3219184419427\n", - "12:05:18\tCompleted 3129 to KZ115400: 1688.8490879671451\n", - "12:05:18\tCompleted 3057 to KZ235600: 2174.685656110233\n", - "12:05:18\tCompleted 3117 to KZ155600: 2301.618909797642\n", - "12:05:18\tCompleted 3059 to KZ595600: 300.5851250766159\n", - "12:05:18\tCompleted 3077 to KZ115200: 457.75201300226865\n", - "12:05:18\tCompleted 3131 to KZ632400: 384.19844367228234\n", - "12:05:18\tCompleted 3124 to KZ632200: 3060.69388551981\n", - "12:05:18\tCompleted 3096 to KZ351000: 3149.1106974260915\n", - "12:05:18\tCompleted 3125 to KZ394400: 1517.575245417988\n", - "12:05:18\tCompleted 3116 to KZ113600: 278.2888785404611\n", - "12:05:18\tCompleted 3118 to KZ234800: 2868.0422980342582\n", - "12:05:19\tCompleted 3129 to KZ151000: 44.695436482630065\n", - "12:05:19\tCompleted 3119 to KZ394800: 1411.165059697708\n", - "12:05:19\tCompleted 3110 to KZ636400: 4744.034090546215\n", - "12:05:19\tCompleted 3121 to KZ275000: 2810.4254671657386\n", - "12:05:19\tCompleted 3074 to KZ395800: 1962.1624491406633\n", - "12:05:19\tCompleted 3100 to KZ195000: 1432.6216652413696\n", - "12:05:19\tCompleted 3120 to KZ595600: 747.569361720895\n", - "12:05:19\tCompleted 3112 to KZ791110: 1674.520818826603\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:05:19\tCompleted 3078 to KZ156400: 2922.409510663996\n", - "12:05:19\tCompleted 3139 to KZ634800: 3884.3237834499196\n", - "12:05:19\tCompleted 3103 to KZ354400: 913.6846754691541\n", - "12:05:19\tCompleted 3052 to KZ435200: 1961.5064266258316\n", - "12:05:19\tCompleted 3138 to KZ194400: 3226.0085219339285\n", - "12:05:19\tCompleted 3098 to KZ276600: 2856.8702710329376\n", - "12:05:19\tCompleted 3059 to KZ596000: 262.61563322553195\n", - "12:05:19\tCompleted 3077 to KZ115400: 583.3026342853227\n", - "12:05:19\tCompleted 3133 to KZ395200: 1324.406450241515812:05:19\tCompleted 3066 to KZ194800: 2862.082628044944\n", - "\n", - "12:05:19\tCompleted 3091 to KZ614400: 2203.199127888751\n", - "12:05:20\tCompleted 3097 to KZ474600: 3155.247916315918\n", - "12:05:20\tCompleted 3072 to KZ195200: 1635.4223827498088\n", - "12:05:20\tCompleted 3109 to KZ194800: 4501.624559623163\n", - "12:05:20\tCompleted 3102 to KZ635400: 1970.4378039819246\n", - "12:05:20\tCompleted 3131 to KZ632800: 559.7402352179806\n", - "12:05:20\tCompleted 3056 to KZ193600: 2420.1968085755693\n", - "12:05:20\tCompleted 3129 to KZ153200: 89.02295815008715\n", - "12:05:20\tCompleted 3123 to KZ193200: 1880.2751209420087\n", - "12:05:20\tCompleted 3104 to KZ613600: 1556.4643963644646\n", - "12:05:20\tCompleted 3116 to KZ113800: 457.63490320936125\n", - "12:05:20\tCompleted 3070 to KZ274000: 3335.859958425327\n", - "12:05:20\tCompleted 3080 to KZ396400: 1778.1385977693396\n", - "12:05:20\tCompleted 3058 to KZ473600: 2851.7088041633747\n", - "12:05:20\tCompleted 3069 to KZ551600: 1579.6993006223543\n", - "12:05:20\tCompleted 3075 to KZ595000: 1019.8864315160794\n", - "12:05:20\tCompleted 3120 to KZ596000: 390.38437766780487\n", - "12:05:21\tCompleted 3053 to KZ614000: 2142.898931528459\n", - "12:05:21\tCompleted 3132 to KZ431900: 2734.258206133172\n", - "12:05:21\tCompleted 3068 to KZ315400: 2423.006654191251\n", - "12:05:21\tCompleted 3131 to KZ636800: 159.31889969610563\n", - "12:05:21\tCompleted 3136 to KZ274200: 5150.882429735628\n", - "12:05:21\tCompleted 3059 to KZ596200: 323.13720345586654\n", - "12:05:21\tCompleted 3129 to KZ153400: 691.0070397327868\n", - "12:05:22\tCompleted 3077 to KZ151000: 1182.7373662593761\n", - "12:05:22\tCompleted 3108 to KZ151000: 2125.1899204095175\n", - "12:05:22\tCompleted 3116 to KZ114500: 324.756918663398\n", - "12:05:22\tCompleted 3092 to KZ271000: 3155.5893905619364\n", - "12:05:22\tCompleted 3079 to KZ233600: 2160.584528100313\n", - "12:05:22\tCompleted 3094 to KZ154800: 2185.556697414629\n", - "12:05:22\tCompleted 3119 to KZ395000: 1339.1404693886739\n", - "12:05:22\tCompleted 3126 to KZ616400: 3405.4594216726227\n", - "12:05:22\tCompleted 3096 to KZ352000: 2965.388809752306\n", - "12:05:22\tCompleted 3133 to KZ391000: 1135.9729614496491\n", - "12:05:22\tCompleted 3054 to KZ276200: 2751.642768608344\n", - "12:05:22\tCompleted 3073 to KZ233600: 3596.5482882134706\n", - "12:05:23\tCompleted 3103 to KZ351800: 836.8703747530003\n", - "12:05:23\tCompleted 3129 to KZ153600: 738.2061864364705\n", - "12:05:23\tCompleted 3117 to KZ156800: 1699.6294436255698\n", - "12:05:23\tCompleted 3120 to KZ596200: 777.383827338983212:05:23\tCompleted 3090 to KZ316600: 1832.5257509159078\n", - "\n", - "12:05:23\tCompleted 3116 to KZ114000: 271.69627245722063\n", - "12:05:23\tCompleted 3086 to KZ275400: 4165.713847721479\n", - "12:05:23\tCompleted 3074 to KZ392400: 1688.3493751670035\n", - "12:05:23\tCompleted 3057 to KZ233600: 2180.4476449103595\n", - "12:05:23\tCompleted 3075 to KZ593600: 1134.4350358003728\n", - "12:05:23\tCompleted 3131 to KZ635800: 701.9552529747928\n", - "12:05:23\tCompleted 3111 to KZ315000: 3398.091480284784\n", - "12:05:23\tCompleted 3088 to KZ156800: 2238.840025004911\n", - "12:05:23\tCompleted 3059 to KZ596400: 734.559266874787912:05:23\tCompleted 3137 to KZ113200: 893.9059001553369\n", - "\n", - "12:05:24\tCompleted 3072 to KZ195000: 1563.962891575211\n", - "12:05:24\tCompleted 3125 to KZ433200: 2182.2727536180764\n", - "12:05:24\tCompleted 3077 to KZ153200: 1232.9309736881232\n", - "12:05:24\tCompleted 3127 to KZ274200: 3795.203352130760312:05:24\tCompleted 3069 to KZ553200: 1698.6472940290616\n", - "\n", - "12:05:24\tCompleted 3116 to KZ117000: 194.32861590382453\n", - "12:05:24\tCompleted 3091 to KZ614600: 1890.1436480499276\n", - "12:05:24\tCompleted 3095 to KZ234000: 3196.0820777574327\n", - "12:05:24\tCompleted 3100 to KZ194400: 1755.057218080963\n", - "12:05:24\tCompleted 3089 to KZ231000: 3306.434856607538\n", - "12:05:24\tCompleted 3129 to KZ154000: 153.9935208985643\n", - "12:05:24\tCompleted 3059 to KZ594600: 363.07295750706174\n", - "12:05:24\tCompleted 3052 to KZ434800: 1876.529516550915\n", - "12:05:24\tCompleted 3112 to KZ791310: 1650.397935268694\n", - "12:05:25\tCompleted 3073 to KZ633200: 882.9619066467504\n", - "12:05:25\tCompleted 3102 to KZ635000: 1497.7710140702902\n", - "12:05:25\tCompleted 3110 to KZ631000: 4273.053816522669\n", - "12:05:25\tCompleted 3120 to KZ596400: 572.4504049476794\n", - "12:05:25\tCompleted 3131 to KZ636200: 308.557933144184\n", - "12:05:25\tCompleted 3123 to KZ193400: 1605.4640700211366\n", - "12:05:25\tCompleted 3119 to KZ395200: 871.1049843138043\n", - "12:05:25\tCompleted 3067 to KZ234200: 2739.6903221896036\n", - "12:05:25\tCompleted 3133 to KZ395400: 1174.3493456483086\n", - "12:05:25\tCompleted 3116 to KZ114400: 320.5684560124246\n", - "12:05:25\tCompleted 3139 to KZ633400: 3240.186035796367\n", - "12:05:25\tCompleted 3129 to KZ154200: 243.63351365237946\n", - "12:05:26\tCompleted 3061 to KZ274200: 3454.24091769317\n", - "12:05:26\tCompleted 3077 to KZ153400: 816.6023030579885\n", - "12:05:26\tCompleted 3109 to KZ195600: 4578.405127378381\n", - "12:05:26\tCompleted 3080 to KZ394000: 2010.0734471351661\n", - "12:05:26\tCompleted 3075 to KZ595200: 1131.8851688576087\n", - "12:05:26\tCompleted 3118 to KZ235200: 2915.682145397626\n", - "12:05:26\tCompleted 3059 to KZ711110: 452.2639929330499\n", - "12:05:26\tCompleted 3098 to KZ275000: 2733.1850317071926\n", - "12:05:26\tCompleted 3128 to KZ113200: 1091.1906732742511\n", - "12:05:26\tCompleted 3137 to KZ113400: 971.4143691183439\n", - "12:05:27\tCompleted 3083 to KZ471800: 3829.761813682227\n", - "12:05:27\tCompleted 3129 to KZ156000: 237.77719032331706\n", - "12:05:27\tCompleted 3103 to KZ393200: 1038.7075752147314\n", - "12:05:27\tCompleted 3116 to KZ114600: 428.96754839985374\n", - "12:05:27\tCompleted 3078 to KZ155600: 2835.254290243903\n", - "12:05:27\tCompleted 3121 to KZ274800: 3335.3132749772317\n", - "12:05:27\tCompleted 3120 to KZ594600: 756.6576584662553\n", - "12:05:27\tCompleted 3074 to KZ396200: 1496.7724611407853\n", - "12:05:27\tCompleted 3132 to KZ434600: 2767.9227765595497\n", - "12:05:27\tCompleted 3104 to KZ614000: 1684.8770589062035\n", - "12:05:27\tCompleted 3058 to KZ474200: 3298.3329652298967\n", - "12:05:27\tCompleted 3096 to KZ354800: 3672.733711042193\n", - "12:05:27\tCompleted 3126 to KZ615600: 2818.965375640261\n", - "12:05:27\tCompleted 3102 to KZ632200: 847.4513328365553\n", - "12:05:27\tCompleted 3053 to KZ613900: 2419.650630669641\n", - "12:05:27\tCompleted 3131 to KZ636400: 1031.1039383047919\n", - "12:05:27\tCompleted 3133 to KZ392000: 971.2552196948424\n", - "12:05:27\tCompleted 3124 to KZ635200: 3976.6186145465076\n", - "12:05:27\tCompleted 3073 to KZ634800: 1291.314198276457\n", - "12:05:27\tCompleted 3079 to KZ633200: 2161.9674167676917\n", - "12:05:28\tCompleted 3056 to KZ194000: 2614.224989007122\n", - "12:05:28\tCompleted 3069 to KZ553600: 1649.6502922640336\n", - "12:05:28\tCompleted 3063 to KZ113200: 648.292843684383612:05:28\tCompleted 3088 to KZ193200: 1469.7103709087644\n", - "\n", - "12:05:28\tCompleted 3059 to KZ711410: 442.39821375402187\n", - "12:05:28\tCompleted 3129 to KZ154600: 76.58605338046384\n", - "12:05:28\tCompleted 3138 to KZ194600: 3236.525487938425\n", - "12:05:28\tCompleted 3120 to KZ711110: 45.00265042417114\n", - "12:05:28\tCompleted 3108 to KZ153200: 2175.383527838265\n", - "12:05:28\tCompleted 3068 to KZ315600: 2549.4557230891087\n", - "12:05:28\tCompleted 3111 to KZ314200: 2990.8948370809035\n", - "12:05:28\tCompleted 3137 to KZ113600: 650.2840551209034\n", - "12:05:28\tCompleted 3119 to KZ391000: 1066.811248822778\n", - "12:05:28\tCompleted 3075 to KZ591000: 1022.1008976101467\n", - "12:05:29\tCompleted 3070 to KZ274200: 3443.1759465850932\n", - "12:05:29\tCompleted 3125 to KZ431900: 1731.2487801937255\n", - "12:05:29\tCompleted 3128 to KZ113400: 1109.709432350871\n", - "12:05:29\tCompleted 3131 to KZ631000: 251.942572391608\n", - "12:05:29\tCompleted 3083 to KZ593200: 947.2123294512828\n", - "12:05:29\tCompleted 3123 to KZ193600: 1471.571808275667\n", - "12:05:29\tCompleted 3066 to KZ195600: 3089.007541833721\n", - "12:05:29\tCompleted 3057 to KZ633200: 2268.354975617083\n", - "12:05:29\tCompleted 3117 to KZ193200: 1896.599890127578\n", - "12:05:29\tCompleted 3059 to KZ711210: 439.75398319599793\n", - "12:05:29\tCompleted 3129 to KZ154800: 388.2842735396703\n", - "12:05:29\tCompleted 3094 to KZ155200: 2612.4953603163817\n", - "12:05:29\tCompleted 3090 to KZ316200: 2037.2037822467896\n", - "12:05:29\tCompleted 3097 to KZ475000: 3525.576943065695\n", - "12:05:29\tCompleted 3116 to KZ114800: 787.2030777531688\n", - "12:05:29\tCompleted 3120 to KZ711410: 45.17545347828085\n", - "12:05:30\tCompleted 3073 to KZ633400: 1090.6471673290673\n", - "12:05:30\tCompleted 3052 to KZ433600: 2076.3722800928163\n", - "12:05:30\tCompleted 3137 to KZ113800: 438.97541890191366\n", - "12:05:30\tCompleted 3091 to KZ614800: 2271.4561101365957\n", - "12:05:30\tCompleted 3072 to KZ194400: 1886.3984444148043\n", - "12:05:30\tCompleted 3100 to KZ194600: 1700.138060121988\n", - "12:05:30\tCompleted 3054 to KZ271000: 2769.3357240225596\n", - "12:05:30\tCompleted 3071 to KZ113200: 201.94320908280017\n", - "12:05:30\tCompleted 3077 to KZ153600: 1785.5450678383163\n", - "12:05:30\tCompleted 3112 to KZ791510: 1648.9384604149436\n", - "12:05:30\tCompleted 3063 to KZ113400: 726.7434068880552\n", - "12:05:30\tCompleted 3133 to KZ395600: 1284.8214256758122\n", - "12:05:30\tCompleted 3103 to KZ393400: 1013.010923399224\n", - "12:05:31\tCompleted 3086 to KZ273600: 3333.6731067040128\n", - "12:05:31\tCompleted 3120 to KZ711210: 14.821067811865477\n", - "12:05:31\tCompleted 3131 to KZ634600: 775.7324893101194\n", - "12:05:31\tCompleted 3116 to KZ111010: 324.5552021832175\n", - "12:05:31\tCompleted 3129 to KZ155200: 444.0864431422346\n", - "12:05:31\tCompleted 3059 to KZ711310: 430.0140425031125\n", - "12:05:31\tCompleted 3080 to KZ396800: 1756.1659046955697\n", - "12:05:31\tCompleted 3073 to KZ633600: 413.2831949305348\n", - "12:05:31\tCompleted 3088 to KZ193400: 1146.520431137216\n", - "12:05:31\tCompleted 3074 to KZ396600: 1504.6913019319845\n", - "12:05:31\tCompleted 3069 to KZ552200: 1541.1823502423078\n", - "12:05:31\tCompleted 3096 to KZ355200: 3022.4096482868604\n", - "12:05:32\tCompleted 3071 to KZ113400: 280.39377228647163\n", - "12:05:32\tCompleted 3126 to KZ615800: 2373.9434688474503\n", - "12:05:32\tCompleted 3128 to KZ113600: 1243.8065063573094\n", - "12:05:32\tCompleted 3083 to KZ595800: 1051.1319394916602\n", - "12:05:32\tCompleted 3075 to KZ595600: 1255.9884841320688\n", - "12:05:32\tCompleted 3119 to KZ395400: 1110.1751437480918\n", - "12:05:32\tCompleted 3120 to KZ711310: 36.41345635045471\n", - "12:05:32\tCompleted 3053 to KZ612000: 1939.9078314936219\n", - "12:05:32\tCompleted 3131 to KZ634400: 297.45045222200326\n", - "12:05:32\tCompleted 3092 to KZ274000: 3819.277080501143\n", - "12:05:32\tCompleted 3063 to KZ113600: 554.4676988810434\n", - "12:05:32\tCompleted 3110 to KZ634600: 4731.783343988112\n", - "12:05:32\tCompleted 3116 to KZ116000: 293.3862833059576\n", - "12:05:32\tCompleted 3139 to KZ633600: 3011.0106952079373\n", - "12:05:32\tCompleted 3137 to KZ114500: 942.4170197601915\n", - "12:05:32\tCompleted 3089 to KZ234000: 3515.045333975226\n", - "12:05:32\tCompleted 3077 to KZ154000: 1120.547625844826\n", - "12:05:32\tCompleted 3109 to KZ195800: 4392.291999745532\n", - "12:05:32\tCompleted 3102 to KZ635200: 1763.3760618633182\n", - "12:05:33\tCompleted 3095 to KZ234200: 3647.027784278368512:05:33\tCompleted 3132 to KZ434400: 3110.872175521275\n", - "\n", - "12:05:33\tCompleted 3078 to KZ156800: 2233.264824071877\n", - "12:05:33\tCompleted 3073 to KZ633800: 713.868542411064\n", - "12:05:33\tCompleted 3071 to KZ113600: 205.6580503893089\n", - "12:05:33\tCompleted 3129 to KZ156400: 1137.0559233182144\n", - "12:05:33\tCompleted 3103 to KZ391600: 935.844080385185\n", - "12:05:33\tCompleted 3067 to KZ234600: 2854.860620627658\n", - "12:05:33\tCompleted 3125 to KZ434600: 1764.9133506201058\n", - "12:05:33\tCompleted 3083 to KZ593400: 805.1505952762961\n", - "12:05:34\tCompleted 3063 to KZ113800: 408.5526882777901\n", - "12:05:34\tCompleted 3108 to KZ153400: 1759.0548572081314\n", - "12:05:34\tCompleted 3111 to KZ353200: 3058.109204273613\n", - "12:05:34\tCompleted 3098 to KZ274800: 3258.0728395186857\n", - "12:05:34\tCompleted 3133 to KZ395800: 1539.9795374445248\n", - "12:05:34\tCompleted 3120 to KZ555200: 778.0377612085933\n", - "12:05:34\tCompleted 3075 to KZ596000: 898.8035000789788\n", - "12:05:34\tCompleted 3118 to KZ235600: 3010.7199114180307\n", - "12:05:34\tCompleted 3058 to KZ474600: 2975.508404411815\n", - "12:05:34\tCompleted 3116 to KZ116400: 415.78763106547603\n", - "12:05:34\tCompleted 3123 to KZ194000: 1665.59998870726\n", - "12:05:34\tCompleted 3117 to KZ193400: 1621.788839206706\n", - "12:05:34\tCompleted 3121 to KZ275800: 2804.8960989656534\n", - "12:05:34\tCompleted 3137 to KZ114000: 703.7975895145134\n", - "12:05:34\tCompleted 3071 to KZ113800: 402.05217804336604\n", - "12:05:34\tCompleted 3124 to KZ632400: 3769.2756517401326\n", - "12:05:34\tCompleted 3129 to KZ155600: 331.6846392755817\n", - "12:05:34\tCompleted 3069 to KZ554600: 1591.0510691983595\n", - "12:05:35\tCompleted 3112 to KZ791710: 1621.4195345011913\n", - "12:05:35\tCompleted 3068 to KZ316000: 2338.3467301309065\n", - "12:05:35\tCompleted 3119 to KZ392000: 1227.098838828331\n", - "12:05:35\tCompleted 3100 to KZ194800: 1833.126762123047\n", - "12:05:35\tCompleted 3073 to KZ634000: 965.7892554119926\n", - "12:05:35\tCompleted 3138 to KZ194800: 3504.641139992428\n", - "12:05:35\tCompleted 3104 to KZ613900: 1961.6287580473975\n", - "12:05:35\tCompleted 3091 to KZ615400: 2162.359992309527\n", - "12:05:35\tCompleted 3116 to KZ116800: 203.38877737345058\n", - "12:05:35\tCompleted 3072 to KZ194600: 1831.4792864558294\n", - "12:05:35\tCompleted 3079 to KZ634800: 2705.824389978684\n", - "12:05:35\tCompleted 3059 to KZ555200: 1173.8289017243005\n", - "12:05:35\tCompleted 3077 to KZ154200: 1423.183664814147\n", - "12:05:35\tCompleted 3120 to KZ551600: 511.4710392230473\n", - "12:05:35\tCompleted 3096 to KZ355600: 3217.881832142418\n", - "12:05:36\tCompleted 3128 to KZ113800: 1427.923093727003\n", - "12:05:36\tCompleted 3090 to KZ311000: 1957.864905263729\n", - "12:05:36\tCompleted 3063 to KZ114500: 660.2414917211574\n", - "12:05:36\tCompleted 3131 to KZ313600: 2356.907642623339\n", - "12:05:36\tCompleted 3137 to KZ117000: 750.2572582307506\n", - "12:05:36\tCompleted 3126 to KZ612600: 2629.0735954683596\n", - "12:05:36\tCompleted 3066 to KZ195800: 2953.313142183689\n", - "12:05:36\tCompleted 3071 to KZ114500: 213.89185711957435\n", - "12:05:36\tCompleted 3083 to KZ594200: 1040.3769512030315\n", - "12:05:36\tCompleted 3116 to KZ111810: 225.2528703965791\n", - "12:05:36\tCompleted 3088 to KZ193600: 1852.5689300640024\n", - "12:05:36\tCompleted 3094 to KZ156400: 2451.6204544145467\n", - "12:05:37\tCompleted 3080 to KZ394800: 1934.820473393625712:05:37\tCompleted 3129 to KZ156800: 904.282289547076\n", - "\n", - "12:05:37\tCompleted 3103 to KZ393600: 985.4728801954531\n", - "12:05:37\tCompleted 3078 to KZ193200: 1526.6799235781475\n", - "12:05:37\tCompleted 3074 to KZ394200: 1953.601680685744\n", - "12:05:37\tCompleted 3133 to KZ392400: 1070.4558473745938\n", - "12:05:37\tCompleted 3052 to KZ434000: 2346.688425681542\n", - "12:05:37\tCompleted 3075 to KZ596200: 1285.8029497501561\n", - "12:05:37\tCompleted 3071 to KZ114000: 123.25440942521838\n", - "12:05:37\tCompleted 3102 to KZ632400: 1556.0330990569141\n", - "12:05:37\tCompleted 3132 to KZ431000: 2451.6937446678085\n", - "12:05:37\tCompleted 3057 to KZ634800: 2812.211948828083\n", - "12:05:37\tCompleted 3063 to KZ114000: 569.6040440268014\n", - "12:05:37\tCompleted 3077 to KZ156000: 996.4328971823554\n", - "12:05:38\tCompleted 3137 to KZ114400: 587.4897075087213\n", - "12:05:38\tCompleted 3120 to KZ553200: 630.4190326297547\n", - "12:05:38\tCompleted 3097 to KZ475200: 3536.4199038497445\n", - "12:05:38\tCompleted 3128 to KZ114500: 1152.1105292409568\n", - "12:05:38\tCompleted 3119 to KZ395600: 1104.2521881194077\n", - "12:05:38\tCompleted 3086 to KZ276600: 3415.498353402999\n", - "12:05:38\tCompleted 3059 to KZ551600: 907.2621797387553\n", - "12:05:38\tCompleted 3053 to KZ614400: 2346.1834301094373\n", - "12:05:38\tCompleted 3071 to KZ117000: 8.434518657498494\n", - "12:05:38\tCompleted 3054 to KZ274000: 3433.023413961766\n", - "12:05:38\tCompleted 3073 to KZ635400: 1474.025168983698\n", - "12:05:38\tCompleted 3067 to KZ234800: 1917.9156975729766\n", - "12:05:39\tCompleted 3110 to KZ634400: 4253.501306899957\n", - "12:05:39\tCompleted 3109 to KZ196000: 4579.072755134474\n", - "12:05:39\tCompleted 3083 to KZ596600: 1141.2624687797966\n", - "12:05:39\tCompleted 3117 to KZ193600: 1487.8965774612363\n", - "12:05:39\tCompleted 3075 to KZ596400: 745.610802802874\n", - "12:05:39\tCompleted 3063 to KZ117000: 452.7507942057831\n", - "12:05:39\tCompleted 3112 to KZ611600: 1699.3808189601195\n", - "12:05:39\tCompleted 3125 to KZ434400: 2107.8627495818405\n", - "12:05:39\tCompleted 3069 to KZ555600: 2161.403539308856\n", - "12:05:39\tCompleted 3120 to KZ553600: 581.4220308647278\n", - "12:05:39\tCompleted 3104 to KZ612000: 1481.88595887136\n", - "12:05:39\tCompleted 3056 to KZ196400: 2824.0767376514295\n", - "12:05:39\tCompleted 3139 to KZ633800: 3311.5960426884467\n", - "12:05:39\tCompleted 3078 to KZ193400: 1203.4899838066005\n", - "12:05:40\tCompleted 3116 to KZ116600: 1276.8922433352984\n", - "12:05:40\tCompleted 3071 to KZ114400: 297.6977397752508\n", - "12:05:40\tCompleted 3111 to KZ353600: 3785.410404533551\n", - "12:05:40\tCompleted 3131 to KZ314000: 2215.264278474951\n", - "12:05:40\tCompleted 3108 to KZ153600: 2541.6539023988194\n", - "12:05:40\tCompleted 3091 to KZ615200: 1941.8428470935391\n", - "12:05:40\tCompleted 3077 to KZ154600: 1294.5703279274871\n", - "12:05:40\tCompleted 3092 to KZ274200: 3926.593068660909\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:05:40\tCompleted 3079 to KZ633400: 2061.68664232515\n", - "12:05:40\tCompleted 3126 to KZ616000: 2338.838824093402\n", - "12:05:40\tCompleted 3133 to KZ396200: 1510.484769884327312:05:40\tCompleted 3137 to KZ114600: 1253.014614409404\n", - "\n", - "12:05:40\tCompleted 3103 to KZ396400: 1225.3051462594149\n", - "12:05:40\tCompleted 3100 to KZ195600: 2060.051675911861\n", - "12:05:41\tCompleted 3102 to KZ632800: 1302.7319071349991\n", - "12:05:41\tCompleted 3128 to KZ114000: 1233.6858338569455\n", - "12:05:41\tCompleted 3096 to KZ352100: 3737.746449282823512:05:41\tCompleted 3089 to KZ234200: 3965.991040496162\n", - "\n", - "12:05:41\tCompleted 3063 to KZ114400: 557.0669768845977\n", - "12:05:41\tCompleted 3073 to KZ635000: 1002.7743167787189\n", - "12:05:41\tCompleted 3088 to KZ194000: 1808.2102571262292\n", - "12:05:41\tCompleted 3095 to KZ234600: 3762.198082716423\n", - "12:05:41\tCompleted 3124 to KZ632800: 3519.502526235355\n", - "12:05:41\tCompleted 3120 to KZ552200: 472.95408884300065\n", - "12:05:41\tCompleted 3072 to KZ194800: 1964.4679884568884\n", - "12:05:41\tCompleted 3116 to KZ115600: 389.3252186001338\n", - "12:05:41\tCompleted 3083 to KZ595000: 975.7024874674979\n", - "12:05:41\tCompleted 3123 to KZ196400: 1875.4517373515555\n", - "12:05:42\tCompleted 3119 to KZ395800: 1406.6362635258813\n", - "12:05:42\tCompleted 3068 to KZ316600: 2473.930145965753\n", - "12:05:42\tCompleted 3059 to KZ553200: 1026.2101731454627\n", - "12:05:42\tCompleted 3071 to KZ114600: 561.6414497351788\n", - "12:05:42\tCompleted 3093 to KZ113200: 141.14833171270374\n", - "12:05:42\tCompleted 3132 to KZ435200: 2528.0000508962153\n", - "12:05:42\tCompleted 3058 to KZ475000: 3345.837431161592\n", - "12:05:42\tCompleted 3137 to KZ114800: 301.8664298391832\n", - "12:05:42\tCompleted 3075 to KZ594600: 1265.0767808774294\n", - "12:05:42\tCompleted 3090 to KZ315000: 2135.0073853806994\n", - "12:05:42\tCompleted 3074 to KZ394400: 2033.4888918205054\n", - "12:05:42\tCompleted 3073 to KZ632200: 394.984891483499612:05:42\tCompleted 3066 to KZ196000: 2723.4416163104775\n", - "\n", - "12:05:42\tCompleted 3080 to KZ395000: 1862.795883084592\n", - "12:05:42\tCompleted 3098 to KZ275800: 2727.6556635071074\n", - "12:05:43\tCompleted 3069 to KZ551000: 1616.2749450926901\n", - "12:05:43\tCompleted 3120 to KZ554600: 555.1305613448116\n", - "12:05:43\tCompleted 3053 to KZ614600: 2033.127950270625\n", - "12:05:43\tCompleted 3118 to KZ233600: 3016.4819002181553\n", - "12:05:43\tCompleted 3112 to KZ613600: 1554.1730804341676\n", - "12:05:43\tCompleted 3077 to KZ154800: 1353.410961585021\n", - "12:05:43\tCompleted 3125 to KZ431000: 1448.684318728338\n", - "12:05:43\tCompleted 3093 to KZ113400: 174.69557004857262\n", - "12:05:43\tCompleted 3057 to KZ633400: 2168.0742011745488\n", - "12:05:43\tCompleted 3063 to KZ114600: 1007.9910843367621\n", - "12:05:43\tCompleted 3116 to KZ115200: 582.8073330863962\n", - "12:05:43\tCompleted 3131 to KZ314800: 1658.3802040568683\n", - "12:05:44\tCompleted 3075 to KZ711110: 540.2369965721776\n", - "12:05:44\tCompleted 3121 to KZ276000: 3220.7271247206886\n", - "12:05:44\tCompleted 3110 to KZ313600: 3452.943039604373\n", - "12:05:44\tCompleted 3128 to KZ117000: 1156.3181773035494\n", - "12:05:44\tCompleted 3133 to KZ396600: 1422.1899020317962\n", - "12:05:44\tCompleted 3137 to KZ111010: 688.4287266527876\n", - "12:05:44\tCompleted 3071 to KZ114800: 644.1210908701241\n", - "12:05:44\tCompleted 3138 to KZ195600: 3581.421707747633\n", - "12:05:44\tCompleted 3078 to KZ193600: 1846.9937291309689\n", - "12:05:44\tCompleted 3083 to KZ593600: 1090.2510917517914\n", - "12:05:44\tCompleted 3052 to KZ471000: 3435.0567994654825\n", - "12:05:44\tCompleted 3067 to KZ235200: 2036.2018438266273\n", - "12:05:44\tCompleted 3117 to KZ194000: 1681.9247578928293\n", - "12:05:44\tCompleted 3109 to KZ191000: 4270.683602241402\n", - "12:05:45\tCompleted 3063 to KZ114800: 258.47221378275674\n", - "12:05:45\tCompleted 3079 to KZ633600: 1832.51130173669\n", - "12:05:45\tCompleted 3119 to KZ392400: 1132.8231895522204\n", - "12:05:45\tCompleted 3059 to KZ553600: 977.2131713804358\n", - "12:05:45\tCompleted 3093 to KZ113600: 215.57334089222658\n", - "12:05:45\tCompleted 3075 to KZ711410: 538.570351526772\n", - "12:05:45\tCompleted 3102 to KZ636800: 1331.153555080738\n", - "12:05:45\tCompleted 3088 to KZ196400: 1553.3333553909383\n", - "12:05:45\tCompleted 3103 to KZ394000: 1472.6182943589267\n", - "12:05:45\tCompleted 3071 to KZ111010: 133.0668181820546\n", - "12:05:45\tCompleted 3086 to KZ275000: 3291.813114077254\n", - "12:05:45\tCompleted 3111 to KZ351600: 3414.8160085007084\n", - "12:05:45\tCompleted 3126 to KZ613800: 2714.4525994257497\n", - "12:05:45\tCompleted 3137 to KZ116000: 698.0699806904522\n", - "12:05:45\tCompleted 3120 to KZ555600: 1093.1752779095514\n", - "12:05:46\tCompleted 3129 to KZ193200: 3794.079803122764\n", - "12:05:46\tCompleted 3080 to KZ395200: 1394.760398009722\n", - "12:05:46\tCompleted 3097 to KZ471800: 3366.029683689019\n", - "12:05:46\tCompleted 3094 to KZ155600: 2364.465233994475\n", - "12:05:46\tCompleted 3073 to KZ635200: 1268.3793645717467\n", - "12:05:46\tCompleted 3116 to KZ115400: 803.3801049520532\n", - "12:05:46\tCompleted 3063 to KZ111010: 319.04793705440693\n", - "12:05:46\tCompleted 3108 to KZ154000: 2063.0001799949673\n", - "12:05:46\tCompleted 3069 to KZ556000: 1664.396327300707312:05:46\tCompleted 3091 to KZ616400: 2783.6626929944696\n", - "\n", - "12:05:46\tCompleted 3123 to KZ196800: 1475.870725609909\n", - "12:05:46\tCompleted 3139 to KZ634000: 3558.798840585469\n", - "12:05:46\tCompleted 3096 to KZ352200: 3175.9304103051713\n", - "12:05:46\tCompleted 3128 to KZ114400: 1290.8566465300664\n", - "12:05:46\tCompleted 3093 to KZ113800: 403.4868801254501\n", - "12:05:46\tCompleted 3118 to KZ633200: 1186.928590163257\n", - "12:05:46\tCompleted 3077 to KZ155200: 1623.6365943039998\n", - "12:05:46\tCompleted 3056 to KZ196800: 2424.495725909787\n", - "12:05:46\tCompleted 3075 to KZ711210: 552.0535379667178\n", - "12:05:47\tCompleted 3054 to KZ274200: 3540.339402121532\n", - "12:05:47\tCompleted 3133 to KZ394200: 1198.666507989834112:05:47\tCompleted 3132 to KZ434800: 2443.0231408213053\n", - "\n", - "12:05:47\tCompleted 3071 to KZ116000: 393.152834726216\n", - "12:05:47\tCompleted 3104 to KZ614400: 1888.1615574872003\n", - "12:05:47\tCompleted 3083 to KZ595200: 1087.7012248090273\n", - "12:05:47\tCompleted 3059 to KZ552200: 868.7452293587088\n", - "12:05:47\tCompleted 3125 to KZ435200: 1524.9906249567534\n", - "12:05:47\tCompleted 3137 to KZ116400: 529.4875828973194\n", - "12:05:47\tCompleted 3131 to KZ315400: 1877.9306228481275\n", - "12:05:47\tCompleted 3100 to KZ195800: 1924.357276261832\n", - "12:05:47\tCompleted 3124 to KZ636800: 3544.3961077639697\n", - "12:05:47\tCompleted 3112 to KZ614000: 1682.5857429759064\n", - "12:05:47\tCompleted 3120 to KZ551000: 548.0466836933831\n", - "12:05:47\tCompleted 3119 to KZ396200: 941.2462755260025\n", - "12:05:48\tCompleted 3097 to KZ593200: 483.4801994580423\n", - "12:05:48\tCompleted 3093 to KZ114500: 252.79257669085538\n", - "12:05:48\tCompleted 3063 to KZ116000: 667.6472500663286\n", - "12:05:48\tCompleted 3073 to KZ632400: 1059.6204640586873\n", - "12:05:48\tCompleted 3072 to KZ195600: 2191.3929022457023\n", - "12:05:48\tCompleted 3057 to KZ633600: 1938.8988605860925\n", - "12:05:48\tCompleted 3090 to KZ314200: 1957.7435849201693\n", - "12:05:48\tCompleted 3071 to KZ116400: 229.89353381914924\n", - "12:05:48\tCompleted 3110 to KZ314000: 3235.376774960683\n", - "12:05:48\tCompleted 3053 to KZ614800: 2414.440412357291\n", - "12:05:49\tCompleted 3075 to KZ711310: 557.2670373668402\n", - "12:05:49\tCompleted 3095 to KZ234800: 2895.899458552039\n", - "12:05:49\tCompleted 3128 to KZ114600: 1177.356766322774\n", - "12:05:49\tCompleted 3074 to KZ433200: 2802.037770707509\n", - "12:05:49\tCompleted 3133 to KZ394400: 986.6535749576385\n", - "12:05:49\tCompleted 3058 to KZ475200: 3356.6803919456415\n", - "12:05:49\tCompleted 3066 to KZ191000: 2601.9314230750697\n", - "12:05:49\tCompleted 3137 to KZ116800: 843.6075536939134\n", - "12:05:49\tCompleted 3078 to KZ194000: 1865.1798097956123\n", - "12:05:49\tCompleted 3089 to KZ234600: 4081.1613389342165\n", - "12:05:49\tCompleted 3120 to KZ556000: 596.1680659014003\n", - "12:05:49\tCompleted 3055 to KZ113200: 1091.9194956690933\n", - "12:05:49\tCompleted 3063 to KZ116400: 340.2358658595766\n", - "12:05:49\tCompleted 3103 to KZ396800: 1218.7107519193303\n", - "12:05:49\tCompleted 3093 to KZ114000: 188.93556312329423\n", - "12:05:50\tCompleted 3079 to KZ633800: 2133.096649217215\n", - "12:05:50\tCompleted 3096 to KZ352300: 2513.288860388768\n", - "12:05:50\tCompleted 3083 to KZ591000: 977.9169535615653\n", - "12:05:50\tCompleted 3071 to KZ116800: 225.70312337822494\n", - "12:05:50\tCompleted 3069 to KZ556800: 1865.0842521726493\n", - "12:05:50\tCompleted 3059 to KZ554600: 918.6139483147603\n", - "12:05:50\tCompleted 3077 to KZ156400: 1736.9286831127083\n", - "12:05:50\tCompleted 3102 to KZ635800: 1780.6558027779934\n", - "12:05:50\tCompleted 3075 to KZ555200: 274.32928914047665\n", - "12:05:50\tCompleted 3117 to KZ196400: 1891.776506537125\n", - "12:05:50\tCompleted 3098 to KZ276000: 3143.4866892621426\n", - "12:05:50\tCompleted 3088 to KZ196800: 1719.5111959064714\n", - "12:05:50\tCompleted 3073 to KZ632800: 858.2688172088206\n", - "12:05:50\tCompleted 3109 to KZ196200: 4036.2764294500566\n", - "12:05:50\tCompleted 3097 to KZ595800: 587.3998094984196\n", - "12:05:50\tCompleted 3090 to KZ353200: 678.9246666918096\n", - "12:05:50\tCompleted 3138 to KZ195800: 3395.3085801147836\n", - "12:05:51\tCompleted 3080 to KZ391000: 1590.4666625186962\n", - "12:05:51\tCompleted 3068 to KZ316200: 2605.228593935741\n", - "12:05:51\tCompleted 3119 to KZ396600: 949.1651163172018\n", - "12:05:51\tCompleted 3125 to KZ434800: 1440.013714881837\n", - "12:05:51\tCompleted 3067 to KZ235600: 2131.2396098470454\n", - "12:05:51\tCompleted 3093 to KZ117000: 111.56790656989787\n", - "12:05:51\tCompleted 3052 to KZ473600: 3016.0820334425393\n", - "12:05:51\tCompleted 3111 to KZ354000: 3012.9283097302423\n", - "12:05:51\tCompleted 3116 to KZ151000: 2188.5886819702573\n", - "12:05:51\tCompleted 3126 to KZ273200: 4279.859032819239\n", - "12:05:51\tCompleted 3071 to KZ111810: 203.28703843274963\n", - "12:05:51\tCompleted 3063 to KZ116800: 672.0527579798083\n", - "12:05:51\tCompleted 3137 to KZ111810: 895.2497295052863\n", - "12:05:52\tCompleted 3075 to KZ551600: 111.62357767615711\n", - "12:05:52\tCompleted 3091 to KZ615600: 1981.9711968594477\n", - "12:05:52\tCompleted 3120 to KZ556800: 796.8559907733423\n", - "12:05:52\tCompleted 3132 to KZ433600: 2642.86590436319412:05:52\tCompleted 3123 to KZ191600: 1527.8601316759175\n", - "\n", - "12:05:52\tCompleted 3055 to KZ113400: 1170.3700588727652\n", - "12:05:52\tCompleted 3133 to KZ433200: 1284.4667766397981\n", - "12:05:52\tCompleted 3131 to KZ315600: 2004.3796917459758\n", - "12:05:52\tCompleted 3108 to KZ154200: 2365.636218964285\n", - "12:05:52\tCompleted 3118 to KZ634800: 1739.6699789298236\n", - "12:05:52\tCompleted 3097 to KZ593400: 396.78707214627923\n", - "12:05:52\tCompleted 3093 to KZ114400: 275.94886010094336\n", - "12:05:52\tCompleted 3094 to KZ156800: 1762.4757678224107\n", - "12:05:52\tCompleted 3100 to KZ196000: 1694.4857503885846\n", - "12:05:52\tCompleted 3128 to KZ114800: 1749.1926391528932\n", - "12:05:52\tCompleted 3073 to KZ636800: 834.7409200825113\n", - "12:05:53\tCompleted 3121 to KZ276200: 2940.1133379867842\n", - "12:05:53\tCompleted 3129 to KZ193400: 3744.3022900490764\n", - "12:05:53\tCompleted 3077 to KZ155600: 1473.5015042138689\n", - "12:05:53\tCompleted 3083 to KZ595600: 1211.8045400834874\n", - "12:05:53\tCompleted 3075 to KZ553200: 374.7545687666865\n", - "12:05:53\tCompleted 3104 to KZ614600: 1575.106077648363\n", - "12:05:53\tCompleted 3139 to KZ635400: 4067.034754157147\n", - "12:05:53\tCompleted 3063 to KZ111810: 649.636673034333\n", - "12:05:53\tCompleted 3110 to KZ314800: 3734.6640798351127\n", - "12:05:54\tCompleted 3078 to KZ196400: 1610.3029080603214\n", - "12:05:54\tCompleted 3102 to KZ636200: 1449.5691249798601\n", - "12:05:54\tCompleted 3069 to KZ554800: 1862.7391934037234\n", - "12:05:54\tCompleted 3059 to KZ555600: 1488.966418425257\n", - "12:05:54\tCompleted 3053 to KZ615400: 2305.3442945302168\n", - "12:05:54\tCompleted 3120 to KZ554800: 801.551478817797912:05:54\tCompleted 3103 to KZ394800: 1363.5664024931204\n", - "\n", - "12:05:54\tCompleted 3124 to KZ635800: 3993.8983554611773\n", - "12:05:54\tCompleted 3112 to KZ613900: 1959.3374421171004\n", - "12:05:54\tCompleted 3093 to KZ114600: 455.94324749727963\n", - "12:05:54\tCompleted 3055 to KZ113600: 943.8380883528837\n", - "12:05:54\tCompleted 3057 to KZ633800: 2239.4842080666144\n", - "12:05:54\tCompleted 3097 to KZ594200: 576.6448212097908\n", - "12:05:54\tCompleted 3133 to KZ431900: 1158.9722792581442\n", - "12:05:54\tCompleted 3119 to KZ394200: 1398.0754950709602\n", - "12:05:54\tCompleted 3056 to KZ191600: 2476.4851319757904\n", - "12:05:54\tCompleted 3117 to KZ196800: 1492.1954947954782\n", - "12:05:54\tCompleted 3096 to KZ352800: 3176.614253446269212:05:54\tCompleted 3090 to KZ353600: 1406.225866951783\n", - "\n", - "12:05:55\tCompleted 3088 to KZ191600: 1636.410739038628412:05:55\tCompleted 3074 to KZ431900: 2351.013797283148\n", - "\n", - "12:05:55\tCompleted 3137 to KZ116600: 1449.8766388989004\n", - "12:05:55\tCompleted 3075 to KZ553600: 387.87967816916307\n", - "12:05:55\tCompleted 3077 to KZ156800: 1047.7839965205733\n", - "12:05:55\tCompleted 3079 to KZ634000: 2380.2994471142333\n", - "12:05:55\tCompleted 3118 to KZ633400: 1086.6478157207157\n", - "12:05:55\tCompleted 3083 to KZ596000: 854.6195560303973\n", - "12:05:55\tCompleted 3073 to KZ635800: 1285.6591054864218\n", - "12:05:55\tCompleted 3071 to KZ116600: 1419.486438711835\n", - "12:05:55\tCompleted 3125 to KZ433600: 1639.8564784237378\n", - "12:05:56\tCompleted 3066 to KZ196200: 2597.297571888247\n", - "12:05:56\tCompleted 3080 to KZ395400: 1633.8305574440112:05:56\tCompleted 3072 to KZ195800: 2055.6985025956737\n", - "\n", - "12:05:56\tCompleted 3128 to KZ111010: 1286.5447635829423\n", - "12:05:56\tCompleted 3086 to KZ274800: 3816.700921888747\n", - "12:05:56\tCompleted 3120 to KZ556400: 739.2853525092402\n", - "12:05:56\tCompleted 3131 to KZ316000: 2331.9378450276586\n", - "12:05:56\tCompleted 3123 to KZ195200: 1548.9144607532141\n", - "12:05:56\tCompleted 3109 to KZ192600: 4309.627357270096\n", - "12:05:56\tCompleted 3055 to KZ113800: 797.9230777496305\n", - "12:05:56\tCompleted 3100 to KZ191000: 1572.9755571531737\n", - "12:05:56\tCompleted 3137 to KZ115600: 713.0948758630769\n", - "12:05:57\tCompleted 3067 to KZ233600: 2137.001598647170312:05:57\tCompleted 3111 to KZ351000: 2976.9646765296557\n", - "\n", - "12:05:57\tCompleted 3075 to KZ552200: 376.9684889447225\n", - "12:05:57\tCompleted 3071 to KZ115600: 197.8368345989709\n", - "12:05:57\tCompleted 3091 to KZ615800: 1996.3508161869795\n", - "12:05:57\tCompleted 3116 to KZ153200: 2238.7822893990046\n", - "12:05:57\tCompleted 3059 to KZ551000: 943.8378242090912\n", - "12:05:57\tCompleted 3133 to KZ434600: 1196.8718035083496\n", - "12:05:57\tCompleted 3095 to KZ235200: 2943.5393059154067\n", - "12:05:57\tCompleted 3126 to KZ274400: 4209.925432830783\n", - "12:05:57\tCompleted 3097 to KZ596600: 677.5303387865558\n", - "12:05:57\tCompleted 3138 to KZ196000: 3582.089335503675\n", - "12:05:57\tCompleted 3098 to KZ276200: 2862.8729025282382\n", - "12:05:58\tCompleted 3069 to KZ556400: 1807.513613908547\n", - "12:05:58\tCompleted 3137 to KZ115200: 318.5956817630395\n", - "12:05:58\tCompleted 3108 to KZ156000: 1938.885451332498612:05:58\tCompleted 3093 to KZ114800: 704.4423684192428\n", - "\n", - "12:05:58\tCompleted 3118 to KZ633600: 866.3568906878007\n", - "12:05:58\tCompleted 3089 to KZ234800: 3214.8627147698326\n", - "12:05:58\tCompleted 3090 to KZ351600: 1061.2547872050288\n", - "12:05:58\tCompleted 3058 to KZ471800: 3186.290171784916\n", - "12:05:58\tCompleted 3063 to KZ116600: 1865.8360733134095\n", - "12:05:58\tCompleted 3075 to KZ554600: 386.6016089827109\n", - "12:05:58\tCompleted 3073 to KZ636200: 953.1564899816339\n", - "12:05:58\tCompleted 3103 to KZ395000: 1325.3407303083527\n", - "12:05:58\tCompleted 3071 to KZ115200: 456.6849298900409\n", - "12:05:58\tCompleted 3132 to KZ434000: 2804.6242725850734\n", - "12:05:58\tCompleted 3055 to KZ114500: 1103.8681437058674\n", - "12:05:58\tCompleted 3119 to KZ394400: 1477.9627062057223\n", - "12:05:58\tCompleted 3068 to KZ311000: 2499.2933575427287\n", - "12:05:59\tCompleted 3120 to KZ554200: 935.1163882915409\n", - "12:05:59\tCompleted 3083 to KZ596200: 1241.6190057015747\n", - "12:05:59\tCompleted 3052 to KZ474200: 3462.7061945090613\n", - "12:05:59\tCompleted 3102 to KZ636400: 1863.1557192543346\n", - "12:05:59\tCompleted 3117 to KZ191600: 1544.1849008614868\n", - "12:05:59\tCompleted 3110 to KZ315400: 3421.902961155161\n", - "12:05:59\tCompleted 3094 to KZ193200: 1857.799848044382812:05:59\tCompleted 3137 to KZ115400: 295.97501916494684\n", - "\n", - "12:05:59\tCompleted 3129 to KZ193600: 3213.177844529096\n", - "12:05:59\tCompleted 3112 to KZ612000: 1479.5946429410628\n", - "12:05:59\tCompleted 3093 to KZ111010: 241.7944928492907\n", - "12:05:59\tCompleted 3058 to KZ593200: 179.38342802820046\n", - "12:05:59\tCompleted 3097 to KZ595000: 511.97035747425736\n", - "12:05:59\tCompleted 3128 to KZ116000: 1263.6744738235993\n", - "12:05:59\tCompleted 3078 to KZ196800: 1776.4807485758545\n", - "12:05:59\tCompleted 3063 to KZ115600: 389.1404931358893\n", - "12:05:59\tCompleted 3053 to KZ615200: 2084.827149314231\n", - "12:06:00\tCompleted 3131 to KZ316600: 1928.8541146226098\n", - "12:06:00\tCompleted 3121 to KZ271000: 2957.806293401\n", - "12:06:00\tCompleted 3133 to KZ434400: 1233.796815852443812:06:00\tCompleted 3075 to KZ555600: 624.6011635229488\n", - "\n", - "12:06:00\tCompleted 3090 to KZ354000: 633.7437721484317\n", - "12:06:00\tCompleted 3123 to KZ195000: 1477.454969578616\n", - "12:06:00\tCompleted 3071 to KZ115400: 677.2577017556979\n", - "12:06:00\tCompleted 3059 to KZ556000: 991.9592064171084\n", - "12:06:00\tCompleted 3055 to KZ114000: 997.3516227464937\n", - "12:06:00\tCompleted 3080 to KZ392000: 1750.7542525242493\n", - "12:06:00\tCompleted 3058 to KZ595800: 311.07877382718726\n", - "12:06:01\tCompleted 3124 to KZ636200: 3662.811677663087\n", - "12:06:01\tCompleted 3083 to KZ596400: 754.4254785220187\n", - "12:06:01\tCompleted 3125 to KZ434000: 1868.0142191582813\n", - "12:06:01\tCompleted 3093 to KZ116000: 287.4546324883173\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:06:01\tCompleted 3100 to KZ196200: 1568.3417059663727\n", - "12:06:01\tCompleted 3074 to KZ434600: 2384.678367709526\n", - "12:06:01\tCompleted 3063 to KZ115200: 258.2546610309401\n", - "12:06:01\tCompleted 3096 to KZ356400: 3325.201378016734\n", - "12:06:01\tCompleted 3088 to KZ195200: 1713.717704123437\n", - "12:06:01\tCompleted 3103 to KZ395200: 823.5063271092167\n", - "12:06:01\tCompleted 3057 to KZ634000: 2486.6870059636326\n", - "12:06:01\tCompleted 3104 to KZ614800: 1956.4185397350316\n", - "12:06:01\tCompleted 3075 to KZ551000: 38.362341339613714\n", - "12:06:01\tCompleted 3118 to KZ633800: 1166.9422381683298\n", - "12:06:01\tCompleted 3111 to KZ352000: 2793.2427888558695\n", - "12:06:02\tCompleted 3097 to KZ593600: 626.5189617585505\n", - "12:06:02\tCompleted 3139 to KZ635000: 3594.3679642455168\n", - "12:06:02\tCompleted 3058 to KZ593400: 334.981345560461812:06:02\tCompleted 3091 to KZ612600: 1826.465664992023\n", - "\n", - "12:06:02\tCompleted 3090 to KZ351000: 597.7801389478475\n", - "12:06:02\tCompleted 3116 to KZ153400: 1822.4536187688736\n", - "12:06:02\tCompleted 3072 to KZ196000: 1825.8269767224258\n", - "12:06:02\tCompleted 3055 to KZ117000: 896.3774461904931\n", - "12:06:02\tCompleted 3077 to KZ193200: 2816.243384654883\n", - "12:06:02\tCompleted 3069 to KZ554200: 1971.0368961450883\n", - "12:06:02\tCompleted 3079 to KZ635400: 2888.535360685911\n", - "12:06:02\tCompleted 3128 to KZ116400: 1377.7771924652006\n", - "12:06:02\tCompleted 3056 to KZ195200: 2497.5394610530802\n", - "12:06:02\tCompleted 3102 to KZ631000: 1395.7035116479062\n", - "12:06:02\tCompleted 3067 to KZ633200: 2207.592782308268\n", - "12:06:02\tCompleted 3093 to KZ116400: 333.0269217315492\n", - "12:06:03\tCompleted 3066 to KZ192600: 2657.2872671739387\n", - "12:06:03\tCompleted 3109 to KZ196600: 4355.343081325359\n", - "12:06:03\tCompleted 3137 to KZ151000: 1493.38971102455512:06:03\tCompleted 3063 to KZ115400: 505.97696072382\n", - "\n", - "12:06:03\tCompleted 3075 to KZ556000: 84.38666710998051\n", - "12:06:03\tCompleted 3073 to KZ636400: 1512.8535197310864\n", - "12:06:03\tCompleted 3058 to KZ594200: 300.32378553855847\n", - "12:06:03\tCompleted 3120 to KZ791110: 1642.8623872885955\n", - "12:06:03\tCompleted 3133 to KZ431000: 1519.4573709732256\n", - "12:06:03\tCompleted 3086 to KZ275800: 3286.2837458771687\n", - "12:06:03\tCompleted 3117 to KZ195200: 1565.2392299387834\n", - "12:06:04\tCompleted 3138 to KZ191000: 3273.700182610657\n", - "12:06:04\tCompleted 3093 to KZ116800: 115.69295455184736\n", - "12:06:04\tCompleted 3059 to KZ556800: 1192.6471312890503\n", - "12:06:04\tCompleted 3097 to KZ595200: 623.9690948157867\n", - "12:06:04\tCompleted 3083 to KZ594600: 1220.8928368288477\n", - "12:06:04\tCompleted 3126 to KZ275400: 4885.113864787854\n", - "12:06:04\tCompleted 3108 to KZ154600: 2237.02288207762\n", - "12:06:04\tCompleted 3055 to KZ114400: 946.4373663564381\n", - "12:06:04\tCompleted 3094 to KZ193400: 1582.9887971235107\n", - "12:06:04\tCompleted 3090 to KZ352000: 832.1048411651683\n", - "12:06:04\tCompleted 3131 to KZ316200: 2508.712562723171\n", - "12:06:04\tCompleted 3119 to KZ433200: 2205.3189481998565\n", - "12:06:04\tCompleted 3103 to KZ391000: 1053.0115097424568\n", - "12:06:04\tCompleted 3078 to KZ191600: 1693.3802917080116\n", - "12:06:05\tCompleted 3110 to KZ315600: 3941.344473975813\n", - "12:06:05\tCompleted 3058 to KZ596600: 374.0206598379595\n", - "12:06:05\tCompleted 3075 to KZ556800: 285.0745919819227\n", - "12:06:05\tCompleted 3080 to KZ395600: 1627.9076018153257\n", - "12:06:05\tCompleted 3073 to KZ631000: 899.2908766496797\n", - "12:06:05\tCompleted 3132 to KZ471000: 4437.979862120061\n", - "12:06:05\tCompleted 3098 to KZ271000: 2880.565857942454\n", - "12:06:05\tCompleted 3093 to KZ111810: 142.49216106265305\n", - "12:06:05\tCompleted 3128 to KZ116800: 1165.3783387731748\n", - "12:06:05\tCompleted 3095 to KZ235600: 3038.5770719358115\n", - "12:06:05\tCompleted 3083 to KZ711110: 496.05305252359625\n", - "12:06:05\tCompleted 3096 to KZ352400: 3126.8830638972468\n", - "12:06:05\tCompleted 3052 to KZ474600: 3139.8816336909795\n", - "12:06:06\tCompleted 3100 to KZ192600: 1628.3314012520477\n", - "12:06:06\tCompleted 3088 to KZ195000: 1564.5891414326616\n", - "12:06:06\tCompleted 3129 to KZ194000: 3279.6652103743368\n", - "12:06:06\tCompleted 3089 to KZ235200: 3262.5025621332\n", - "12:06:06\tCompleted 3118 to KZ634000: 1414.1450360653582\n", - "12:06:06\tCompleted 3075 to KZ554800: 234.6768730392144\n", - "12:06:06\tCompleted 3053 to KZ616400: 2926.646995215159\n", - "12:06:06\tCompleted 3058 to KZ595000: 235.64932180302495\n", - "12:06:06\tCompleted 3071 to KZ151000: 2023.7853748390223\n", - "12:06:06\tCompleted 3097 to KZ591000: 514.1848235683245\n", - "12:06:06\tCompleted 3123 to KZ194400: 1799.8905224182097\n", - "12:06:06\tCompleted 3063 to KZ151000: 1579.6515290422667\n", - "12:06:07\tCompleted 3059 to KZ554800: 1190.3020725201243\n", - "12:06:07\tCompleted 3112 to KZ614400: 1885.8702415569032\n", - "12:06:07\tCompleted 3083 to KZ711410: 494.3864074781907\n", - "12:06:07\tCompleted 3072 to KZ191000: 1704.316783487015\n", - "12:06:07\tCompleted 3133 to KZ435200: 1610.269164363288\n", - "12:06:07\tCompleted 3091 to KZ616000: 2001.3680382553298\n", - "12:06:07\tCompleted 3068 to KZ315000: 2776.4117804305197\n", - "12:06:07\tCompleted 3139 to KZ632200: 2944.048283011833\n", - "12:06:07\tCompleted 3055 to KZ114600: 1451.6177363214724\n", - "12:06:07\tCompleted 3128 to KZ111810: 1087.2523742466535\n", - "12:06:07\tCompleted 3090 to KZ354800: 1121.4031525639673\n", - "12:06:07\tCompleted 3074 to KZ434400: 2727.6277666712513\n", - "12:06:07\tCompleted 3075 to KZ556400: 207.5396789664752\n", - "12:06:07\tCompleted 3137 to KZ153200: 1497.8062944532041\n", - "12:06:07\tCompleted 3120 to KZ791310: 1618.7395037306865\n", - "12:06:08\tCompleted 3111 to KZ354800: 3500.5876901457573\n", - "12:06:08\tCompleted 3058 to KZ593600: 445.59649350801277\n", - "12:06:08\tCompleted 3121 to KZ274000: 3621.4939833402063\n", - "12:06:08\tCompleted 3102 to KZ634600: 1854.4330391133208\n", - "12:06:08\tCompleted 3104 to KZ615400: 1847.3224219079673\n", - "12:06:08\tCompleted 3117 to KZ195000: 1493.779738764185612:06:08\tCompleted 3103 to KZ395400: 1096.3754046677707\n", - "\n", - "12:06:08\tCompleted 3125 to KZ471000: 3438.3783968883886\n", - "12:06:08\tCompleted 3073 to KZ634600: 1359.4363418217492\n", - "12:06:08\tCompleted 3069 to KZ791110: 2365.4512686410526\n", - "12:06:08\tCompleted 3083 to KZ711210: 507.86959391813645\n", - "12:06:08\tCompleted 3116 to KZ153600: 2605.052663959559\n", - "12:06:08\tCompleted 3079 to KZ635000: 2415.8685707742875\n", - "12:06:08\tCompleted 3131 to KZ311000: 2114.1269328537655\n", - "12:06:09\tCompleted 3077 to KZ193400: 2541.4323337340165\n", - "12:06:09\tCompleted 3093 to KZ116600: 1313.78823647394\n", - "12:06:09\tCompleted 3094 to KZ193600: 1449.096535378041\n", - "12:06:09\tCompleted 3055 to KZ114800: 549.3075735946519\n", - "12:06:09\tCompleted 3096 to KZ356000: 2516.686762802211\n", - "12:06:09\tCompleted 3090 to KZ355200: 577.7848186139142\n", - "12:06:09\tCompleted 3075 to KZ554200: 424.171270601454\n", - "12:06:09\tCompleted 3097 to KZ595600: 748.0724100902469\n", - "12:06:09\tCompleted 3058 to KZ595200: 347.64805914455445\n", - "12:06:09\tCompleted 3119 to KZ431900: 1754.2949747755058\n", - "12:06:09\tCompleted 3057 to KZ635400: 2994.9229195353105\n", - "12:06:09\tCompleted 3078 to KZ195200: 1770.68725679282\n", - "12:06:10\tCompleted 3124 to KZ636400: 4079.9263383546527\n", - "12:06:10\tCompleted 3083 to KZ711310: 513.0830933182588\n", - "12:06:10\tCompleted 3056 to KZ195000: 2426.0799698785127\n", - "12:06:10\tCompleted 3080 to KZ395800: 1930.2916772217984\n", - "12:06:10\tCompleted 3073 to KZ634400: 881.154304733633\n", - "12:06:10\tCompleted 3133 to KZ434800: 1531.8354000865627\n", - "12:06:10\tCompleted 3108 to KZ154800: 2120.203562329605\n", - "12:06:10\tCompleted 3109 to KZ194200: 3983.4341431476223\n", - "12:06:10\tCompleted 3110 to KZ316000: 3115.105396112331\n", - "12:06:10\tCompleted 3126 to KZ273600: 4053.0731237703144\n", - "12:06:10\tCompleted 3067 to KZ634800: 2751.449755519266\n", - "12:06:10\tCompleted 3093 to KZ115600: 306.564509266207\n", - "12:06:10\tCompleted 3059 to KZ556400: 1135.0764930249481\n", - "12:06:10\tCompleted 3063 to KZ153200: 1629.8451364710138\n", - "12:06:10\tCompleted 3058 to KZ591000: 237.86378789709232\n", - "12:06:10\tCompleted 3137 to KZ153400: 1154.8438049805131\n", - "12:06:10\tCompleted 3112 to KZ614600: 1572.814761718066\n", - "12:06:11\tCompleted 3097 to KZ596000: 390.8874260371567\n", - "12:06:11\tCompleted 3055 to KZ111010: 762.6745890391169\n", - "12:06:11\tCompleted 3083 to KZ555200: 258.7790799939306\n", - "12:06:11\tCompleted 3090 to KZ355600: 666.5512736641623\n", - "12:06:11\tCompleted 3132 to KZ473600: 4019.0050960970802\n", - "12:06:11\tCompleted 3086 to KZ276000: 3702.114771632204\n", - "12:06:11\tCompleted 3053 to KZ615600: 2124.9554990801453\n", - "12:06:11\tCompleted 3066 to KZ196600: 2916.3642237635277\n", - "12:06:11\tCompleted 3100 to KZ196600: 1887.4083578416655\n", - "12:06:11\tCompleted 3128 to KZ116600: 2214.059884185365\n", - "12:06:11\tCompleted 3088 to KZ194400: 1942.5007908371788\n", - "12:06:11\tCompleted 3102 to KZ634400: 1376.151002025204\n", - "12:06:12\tCompleted 3123 to KZ194600: 1744.9713644592348\n", - "12:06:12\tCompleted 3118 to KZ635400: 1922.3809496370645\n", - "12:06:12\tCompleted 3103 to KZ392000: 1213.29909974801\n", - "12:06:12\tCompleted 3093 to KZ115200: 500.0466237524702\n", - "12:06:12\tCompleted 3058 to KZ595600: 450.95518311933324\n", - "12:06:12\tCompleted 3072 to KZ196200: 1699.6829323002141\n", - "12:06:12\tCompleted 3120 to KZ791510: 1617.280028876936\n", - "12:06:12\tCompleted 3083 to KZ551600: 67.4396336275759\n", - "12:06:12\tCompleted 3074 to KZ431000: 2068.4493358177824\n", - "12:06:12\tCompleted 3091 to KZ613800: 2234.6377029698847\n", - "12:06:12\tCompleted 3138 to KZ196200: 3039.293009819342\n", - "12:06:12\tCompleted 3131 to KZ315000: 2231.3357490874014\n", - "12:06:12\tCompleted 3071 to KZ153200: 2073.9789822677694\n", - "12:06:12\tCompleted 3111 to KZ355200: 2850.2636273904286\n", - "12:06:13\tCompleted 3133 to KZ433600: 1347.4789282364115\n", - "12:06:13\tCompleted 3098 to KZ274000: 3544.2535478816603\n", - "12:06:13\tCompleted 3129 to KZ196400: 3712.819317049914\n", - "12:06:13\tCompleted 3052 to KZ475000: 3510.210660440757\n", - "12:06:13\tCompleted 3055 to KZ116000: 1057.017639538169\n", - "12:06:13\tCompleted 3079 to KZ632200: 1765.5488895405854\n", - "12:06:13\tCompleted 3097 to KZ596200: 777.8868757083351\n", - "12:06:13\tCompleted 3058 to KZ596000: 114.5663903659245\n", - "12:06:13\tCompleted 3117 to KZ194400: 1816.215291603779\n", - "12:06:13\tCompleted 3089 to KZ235600: 3357.540328153605\n", - "12:06:14\tCompleted 3104 to KZ615200: 1626.8052766919745\n", - "12:06:14\tCompleted 3096 to KZ354400: 3303.9920855564123\n", - "12:06:14\tCompleted 3069 to KZ791310: 2343.1697196806526\n", - "12:06:14\tCompleted 3083 to KZ553200: 356.11817235776493\n", - "12:06:14\tCompleted 3095 to KZ233600: 3044.339060735936\n", - "12:06:14\tCompleted 3094 to KZ194000: 1643.124715809634\n", - "12:06:14\tCompleted 3063 to KZ153400: 1213.5164658408787\n", - "12:06:14\tCompleted 3116 to KZ154000: 2126.398941555704\n", - "12:06:14\tCompleted 3078 to KZ195000: 1621.5586941020447\n", - "12:06:14\tCompleted 3139 to KZ635200: 3859.9730120385307\n", - "12:06:14\tCompleted 3080 to KZ392400: 1656.4786032481386\n", - "12:06:14\tCompleted 3059 to KZ554200: 1298.5997752614894\n", - "12:06:14\tCompleted 3093 to KZ115400: 720.6193956181272\n", - "12:06:14\tCompleted 3119 to KZ434600: 1787.9595452018862\n", - "12:06:14\tCompleted 3077 to KZ193600: 2407.5400719885693\n", - "12:06:14\tCompleted 3128 to KZ115600: 1351.3147799998585\n", - "12:06:15\tCompleted 3068 to KZ314200: 2504.768588478063\n", - "12:06:15\tCompleted 3090 to KZ352100: 1284.5335474403164\n", - "12:06:15\tCompleted 3058 to KZ596200: 473.79010427849323\n", - "12:06:15\tCompleted 3055 to KZ116400: 745.3327670645268\n", - "12:06:15\tCompleted 3073 to KZ313600: 2337.8239496829005\n", - "12:06:15\tCompleted 3097 to KZ596400: 522.1888872424482\n", - "12:06:15\tCompleted 3083 to KZ553600: 343.69573412058156\n", - "12:06:15\tCompleted 3067 to KZ633400: 2107.312007865731\n", - "12:06:15\tCompleted 3137 to KZ153600: 1861.6803237742854\n", - "12:06:15\tCompleted 3110 to KZ316600: 3763.096260196352\n", - "12:06:15\tCompleted 3103 to KZ395600: 1090.4524490390863\n", - "12:06:15\tCompleted 3121 to KZ274200: 3728.8099714999726\n", - "12:06:16\tCompleted 3118 to KZ635000: 1449.7141597254301\n", - "12:06:16\tCompleted 3100 to KZ194200: 1389.3581000142003\n", - "12:06:16\tCompleted 3125 to KZ473600: 3019.4036308654454\n", - "12:06:16\tCompleted 3108 to KZ155200: 2547.142225231363\n", - "12:06:16\tCompleted 3088 to KZ194600: 1576.3016257114116\n", - "12:06:16\tCompleted 3057 to KZ635000: 2522.256129623680412:06:16\tCompleted 3126 to KZ276600: 4134.8983704693\n", - "\n", - "12:06:16\tCompleted 3053 to KZ615800: 2139.3351184076696\n", - "12:06:16\tCompleted 3058 to KZ596400: 589.8058609887731\n", - "12:06:16\tCompleted 3090 to KZ352200: 624.599851826928\n", - "12:06:16\tCompleted 3109 to KZ751210: 3938.2337657324356\n", - "12:06:16\tCompleted 3112 to KZ614800: 1954.1272238047345\n", - "12:06:16\tCompleted 3120 to KZ791710: 1589.7611029631837\n", - "12:06:17\tCompleted 3131 to KZ314200: 2115.541146416139\n", - "12:06:17\tCompleted 3122 to KZ113200: 223.29705690819776\n", - "12:06:17\tCompleted 3075 to KZ791110: 2205.6836922082525\n", - "12:06:17\tCompleted 3083 to KZ552200: 332.78454489614114\n", - "12:06:17\tCompleted 3055 to KZ116800: 1115.679409964518\n", - "12:06:17\tCompleted 3071 to KZ153400: 1657.6503116376343\n", - "12:06:17\tCompleted 3072 to KZ192600: 1759.6726275858891\n", - "12:06:17\tCompleted 3074 to KZ435200: 2144.7556420461915\n", - "12:06:17\tCompleted 3123 to KZ194800: 1877.9600664602935\n", - "12:06:17\tCompleted 3124 to KZ631000: 3608.9460643311327\n", - "12:06:17\tCompleted 3096 to KZ351800: 2538.6736366996156\n", - "12:06:17\tCompleted 3066 to KZ194200: 2418.3139659361027\n", - "12:06:17\tCompleted 3133 to KZ434000: 2082.6826214016132\n", - "12:06:17\tCompleted 3095 to KZ633200: 1198.9857507287263\n", - "12:06:17\tCompleted 3068 to KZ353200: 1320.3290617416683\n", - "12:06:18\tCompleted 3102 to KZ313600: 1899.8626276196726\n", - "12:06:18\tCompleted 3132 to KZ474200: 4465.6292571636195\n", - "12:06:18\tCompleted 3128 to KZ115200: 1544.7968944861207\n", - "12:06:18\tCompleted 3097 to KZ594600: 757.1607068356071\n", - "12:06:18\tCompleted 3056 to KZ194400: 2748.5155227180694\n", - "12:06:18\tCompleted 3122 to KZ113400: 163.7068766382544\n", - "12:06:18\tCompleted 3058 to KZ594600: 480.83967116437486\n", - "12:06:18\tCompleted 3118 to KZ632200: 799.3944784916953\n", - "12:06:18\tCompleted 3117 to KZ194600: 1761.296133644804\n", - "12:06:18\tCompleted 3080 to KZ396200: 1464.9016892219204\n", - "12:06:18\tCompleted 3111 to KZ355600: 3045.735811245982\n", - "12:06:19\tCompleted 3086 to KZ276200: 3421.5009848982995\n", - "12:06:19\tCompleted 3083 to KZ554600: 395.4162847018557\n", - "12:06:19\tCompleted 3091 to KZ273200: 3363.724523687423\n", - "12:06:19\tCompleted 3090 to KZ352300: 828.4013272423717\n", - "12:06:19\tCompleted 3137 to KZ154000: 1431.1999706100048\n", - "12:06:19\tCompleted 3069 to KZ791510: 2353.287495676921\n", - "12:06:19\tCompleted 3129 to KZ196800: 3180.977714808768\n", - "12:06:19\tCompleted 3131 to KZ353200: 1235.7962299896458\n", - "12:06:19\tCompleted 3097 to KZ711110: 32.320922530356405\n", - "12:06:19\tCompleted 3055 to KZ111810: 1093.263325019043\n", - "12:06:19\tCompleted 3079 to KZ635200: 2681.473618567301412:06:19\tCompleted 3078 to KZ194400: 1999.470343506562\n", - "\n", - "12:06:19\tCompleted 3122 to KZ113600: 270.06877773417887\n", - "12:06:19\tCompleted 3058 to KZ711110: 307.7105870947185\n", - "12:06:20\tCompleted 3103 to KZ395800: 1359.0376063212939\n", - "12:06:20\tCompleted 3138 to KZ192600: 3312.643937639351\n", - "12:06:20\tCompleted 3067 to KZ633600: 1878.1366672772726\n", - "12:06:20\tCompleted 3110 to KZ316200: 3265.825528187829\n", - "12:06:20\tCompleted 3119 to KZ434400: 2130.9089441636215\n", - "12:06:20\tCompleted 3116 to KZ154200: 2429.034980525025\n", - "12:06:20\tCompleted 3094 to KZ196400: 1852.9764644539293\n", - "12:06:20\tCompleted 3100 to KZ751210: 1487.5762793226763\n", - "12:06:20\tCompleted 3098 to KZ274200: 3651.5695360414265\n", - "12:06:20\tCompleted 3093 to KZ151000: 2105.827972636335\n", - "12:06:20\tCompleted 3053 to KZ612600: 1969.4499672127204\n", - "12:06:20\tCompleted 3096 to KZ393200: 2161.8969161251334\n", - "12:06:20\tCompleted 3097 to KZ711410: 30.65427748495077\n", - "12:06:20\tCompleted 3104 to KZ616400: 2468.6251225929063\n", - "12:06:20\tCompleted 3083 to KZ555600: 580.4379600396684\n", - "12:06:21\tCompleted 3073 to KZ314000: 2196.1805855345106\n", - "12:06:21\tCompleted 3057 to KZ632200: 1871.9364483899878\n", - "12:06:21\tCompleted 3089 to KZ233600: 3363.3023169537296\n", - "12:06:21\tCompleted 3090 to KZ352800: 625.2836949680268\n", - "12:06:21\tCompleted 3063 to KZ153600: 2182.459230621205312:06:21\tCompleted 3122 to KZ113800: 438.067494200063\n", - "\n", - "12:06:21\tCompleted 3077 to KZ194000: 2601.568252420123\n", - "12:06:21\tCompleted 3133 to KZ471000: 1643.9326495725927\n", - "12:06:21\tCompleted 3058 to KZ711410: 297.84480791569047\n", - "12:06:21\tCompleted 3052 to KZ475200: 3521.053621224806\n", - "12:06:21\tCompleted 3120 to KZ611600: 1667.722387422112\n", - "12:06:21\tCompleted 3099 to KZ113200: 231.7293706385993\n", - "12:06:21\tCompleted 3059 to KZ791110: 2093.055710312798\n", - "12:06:22\tCompleted 3097 to KZ711210: 44.13746392489639\n", - "12:06:22\tCompleted 3112 to KZ615400: 1845.0311059776702\n", - "12:06:22\tCompleted 3128 to KZ115400: 1765.3696663517765\n", - "12:06:22\tCompleted 3131 to KZ353600: 1413.0580769570022\n", - "12:06:22\tCompleted 3080 to KZ396600: 1472.8205300131197\n", - "12:06:22\tCompleted 3122 to KZ114500: 334.94130188634944\n", - "12:06:22\tCompleted 3088 to KZ194800: 1731.2562299680098\n", - "12:06:22\tCompleted 3139 to KZ632400: 3652.6300492321557\n", - "12:06:22\tCompleted 3083 to KZ551000: 26.6637085228266212:06:22\tCompleted 3074 to KZ434800: 2059.778731971281\n", - "\n", - "12:06:22\tCompleted 3058 to KZ711210: 295.20057735766653\n", - "12:06:22\tCompleted 3126 to KZ275000: 4011.2131311435555\n", - "12:06:22\tCompleted 3099 to KZ113400: 224.97327647953415\n", - "12:06:23\tCompleted 3108 to KZ156400: 2386.2673193295195\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:06:23\tCompleted 3109 to KZ751110: 3945.991125045317\n", - "12:06:23\tCompleted 3097 to KZ711310: 49.35096332501892\n", - "12:06:23\tCompleted 3095 to KZ634800: 1708.116832201135\n", - "12:06:23\tCompleted 3103 to KZ392400: 1119.0234504718992\n", - "12:06:23\tCompleted 3072 to KZ196600: 2018.749584175507\n", - "12:06:23\tCompleted 3089 to KZ633200: 997.7499224844768\n", - "12:06:23\tCompleted 3090 to KZ356400: 942.36318343059\n", - "12:06:23\tCompleted 3125 to KZ474200: 3466.0277919319674\n", - "12:06:23\tCompleted 3068 to KZ353600: 2047.6302620016418\n", - "12:06:23\tCompleted 3118 to KZ635200: 1715.3192075184581\n", - "12:06:23\tCompleted 3122 to KZ114000: 271.0842883187887\n", - "12:06:23\tCompleted 3123 to KZ195600: 2104.8849802491077\n", - "12:06:23\tCompleted 3133 to KZ473600: 1177.5225408910303\n", - "12:06:23\tCompleted 3066 to KZ751210: 2516.5321452445573\n", - "12:06:23\tCompleted 3058 to KZ711310: 285.4606366647811\n", - "12:06:24\tCompleted 3096 to KZ393400: 2175.446355960755\n", - "12:06:24\tCompleted 3137 to KZ154200: 1733.836009579326\n", - "12:06:24\tCompleted 3099 to KZ113600: 141.28023847918314\n", - "12:06:24\tCompleted 3083 to KZ556000: 74.78509073084352\n", - "12:06:24\tCompleted 3071 to KZ153600: 2478.9302607632126\n", - "12:06:24\tCompleted 3102 to KZ314000: 1758.2192634712862\n", - "12:06:24\tCompleted 3132 to KZ474600: 4142.804696345521\n", - "12:06:24\tCompleted 3119 to KZ431000: 1471.7305133101183\n", - "12:06:24\tCompleted 3124 to KZ634600: 4067.675591796495\n", - "12:06:24\tCompleted 3110 to KZ311000: 3126.396788558708\n", - "12:06:24\tCompleted 3100 to KZ751110: 1495.1816614793556\n", - "12:06:24\tCompleted 3069 to KZ791710: 2324.787556326635\n", - "12:06:24\tCompleted 3094 to KZ196800: 1453.3954527122828\n", - "12:06:24\tCompleted 3117 to KZ194800: 1894.284835645863\n", - "12:06:25\tCompleted 3131 to KZ351600: 1150.9934226109065\n", - "12:06:25\tCompleted 3063 to KZ154000: 1517.4617886277165\n", - "12:06:25\tCompleted 3111 to KZ352100: 3565.600428386387\n", - "12:06:25\tCompleted 3075 to KZ791310: 2181.560808650349\n", - "12:06:25\tCompleted 3122 to KZ117000: 193.7166317653926\n", - "12:06:25\tCompleted 3055 to KZ116600: 2202.3371542917494\n", - "12:06:25\tCompleted 3104 to KZ615600: 1666.933626457883\n", - "12:06:25\tCompleted 3067 to KZ633800: 2178.722014757796\n", - "12:06:25\tCompleted 3099 to KZ113800: 329.1937777124067\n", - "12:06:25\tCompleted 3116 to KZ156000: 2002.284212893241\n", - "12:06:25\tCompleted 3090 to KZ352400: 575.5525054189965\n", - "12:06:25\tCompleted 3078 to KZ194600: 1633.2711783807947\n", - "12:06:25\tCompleted 3129 to KZ191600: 3206.7756908688525\n", - "12:06:25\tCompleted 3083 to KZ556800: 275.4730156027857\n", - "12:06:26\tCompleted 3097 to KZ555200: 720.978649693573\n", - "12:06:26\tCompleted 3091 to KZ274400: 3293.7909236989713\n", - "12:06:26\tCompleted 3120 to KZ613600: 1522.51464889616\n", - "12:06:26\tCompleted 3058 to KZ555200: 1029.27549588597\n", - "12:06:26\tCompleted 3073 to KZ314800: 1896.299581826859\n", - "12:06:26\tCompleted 3122 to KZ114400: 301.0010470031263\n", - "12:06:26\tCompleted 3056 to KZ194600: 2693.5963647590916\n", - "12:06:26\tCompleted 3138 to KZ196600: 3358.3596616946224\n", - "12:06:26\tCompleted 3079 to KZ632400: 2474.13065576092\n", - "12:06:26\tCompleted 3103 to KZ396200: 927.4465364456813\n", - "12:06:26\tCompleted 3099 to KZ114500: 343.3736156167511\n", - "12:06:27\tCompleted 3086 to KZ271000: 3439.193940312515\n", - "12:06:27\tCompleted 3112 to KZ615200: 1624.5139607616775\n", - "12:06:27\tCompleted 3093 to KZ153200: 2156.021580065082\n", - "12:06:27\tCompleted 3053 to KZ616000: 2154.116974684348\n", - "12:06:27\tCompleted 3095 to KZ633400: 1098.7049762861852\n", - "12:06:27\tCompleted 3083 to KZ554800: 280.1685036472405\n", - "12:06:27\tCompleted 3131 to KZ354000: 1098.4526009301953\n", - "12:06:27\tCompleted 3137 to KZ156000: 1307.0852419475343\n", - "12:06:27\tCompleted 3096 to KZ391600: 2434.6425992113204\n", - "12:06:27\tCompleted 3072 to KZ194200: 1520.6993263480417\n", - "12:06:27\tCompleted 3055 to KZ115600: 832.7671451205991\n", - "12:06:27\tCompleted 3074 to KZ433600: 2259.6214955131704\n", - "12:06:27\tCompleted 3133 to KZ474200: 1671.5820446161395\n", - "12:06:27\tCompleted 3097 to KZ551600: 454.4119277080269\n", - "12:06:28\tCompleted 3089 to KZ634800: 1450.0484077593542\n", - "12:06:28\tCompleted 3077 to KZ196400: 2811.4200010644286\n", - "12:06:28\tCompleted 3080 to KZ394200: 1921.730908766879\n", - "12:06:28\tCompleted 3099 to KZ114000: 251.32484783547636\n", - "12:06:28\tCompleted 3122 to KZ114600: 456.42475608013297\n", - "12:06:28\tCompleted 3052 to KZ471800: 3350.6634010640805\n", - "12:06:28\tCompleted 3090 to KZ356000: 826.9377939420738\n", - "12:06:28\tCompleted 3102 to KZ314800: 1458.33825976363\n", - "12:06:28\tCompleted 3058 to KZ551600: 762.7087739004239\n", - "12:06:28\tCompleted 3083 to KZ556400: 217.90237733868327\n", - "12:06:28\tCompleted 3088 to KZ195600: 1936.2152415012847\n", - "12:06:28\tCompleted 3068 to KZ351600: 1702.6591822548876\n", - "12:06:28\tCompleted 3118 to KZ632400: 1507.976244712054\n", - "12:06:28\tCompleted 3128 to KZ151000: 3150.5782433699355\n", - "12:06:29\tCompleted 3119 to KZ435200: 1548.0368195385338\n", - "12:06:29\tCompleted 3059 to KZ791310: 2068.932826754889\n", - "12:06:29\tCompleted 3100 to KZ751310: 1496.696380105117\n", - "12:06:29\tCompleted 3052 to KZ593200: 342.0841783004725\n", - "12:06:29\tCompleted 3099 to KZ117000: 202.1489454957942412:06:29\tCompleted 3055 to KZ115200: 647.6250505027806\n", - "\n", - "12:06:29\tCompleted 3057 to KZ635200: 2787.8611774166943\n", - "12:06:29\tCompleted 3131 to KZ351000: 1135.7847975096035\n", - "12:06:29\tCompleted 3095 to KZ633600: 834.8037439591119\n", - "12:06:29\tCompleted 3103 to KZ396600: 935.3653772368805\n", - "12:06:29\tCompleted 3063 to KZ154200: 1820.0978275970376\n", - "12:06:29\tCompleted 3083 to KZ554200: 469.66290120948065\n", - "12:06:29\tCompleted 3109 to KZ751310: 3939.162697920571\n", - "12:06:30\tCompleted 3097 to KZ553200: 573.3599211147342\n", - "12:06:30\tCompleted 3125 to KZ474600: 3143.2032311138855\n", - "12:06:30\tCompleted 3066 to KZ751110: 2524.1375274012344\n", - "12:06:30\tCompleted 3126 to KZ274800: 4536.100938955099\n", - "12:06:30\tCompleted 3123 to KZ195800: 1969.1905805990789\n", - "12:06:30\tCompleted 3096 to KZ393600: 1974.8440375748016\n", - "12:06:30\tCompleted 3139 to KZ632800: 3402.856923727378\n", - "12:06:30\tCompleted 3104 to KZ615800: 1681.313245785415\n", - "12:06:30\tCompleted 3111 to KZ352200: 3003.7843894087355\n", - "12:06:30\tCompleted 3108 to KZ155600: 2299.1120989094566\n", - "12:06:30\tCompleted 3122 to KZ114800: 786.5910936147369\n", - "12:06:30\tCompleted 3069 to KZ611600: 2273.9622174739666\n", - "12:06:30\tCompleted 3133 to KZ474600: 1348.757483798069\n", - "12:06:30\tCompleted 3099 to KZ114400: 201.6557576879\n", - "12:06:30\tCompleted 3120 to KZ614000: 1650.9273114378989\n", - "12:06:30\tCompleted 3089 to KZ633400: 1068.9621456424395\n", - "12:06:30\tCompleted 3058 to KZ553200: 881.6567673071314\n", - "12:06:30\tCompleted 3094 to KZ191600: 1505.3848587782913\n", - "12:06:31\tCompleted 3078 to KZ194800: 1788.225782637393\n", - "12:06:31\tCompleted 3052 to KZ595800: 183.20180063210842\n", - "12:06:31\tCompleted 3073 to KZ315400: 1858.846929907687\n", - "12:06:31\tCompleted 3124 to KZ634400: 3589.393554708419\n", - "12:06:31\tCompleted 3055 to KZ115400: 796.8123205357152\n", - "12:06:31\tCompleted 3110 to KZ315000: 3539.068662697923\n", - "12:06:31\tCompleted 3068 to KZ354000: 1275.1481671982904\n", - "12:06:32\tCompleted 3090 to KZ354400: 1170.7081169692797\n", - "12:06:32\tCompleted 3072 to KZ751210: 1618.9175056565177\n", - "12:06:32\tCompleted 3129 to KZ195200: 3144.540714003585\n", - "12:06:32\tCompleted 3067 to KZ634000: 2425.9248126548155\n", - "12:06:32\tCompleted 3097 to KZ553600: 524.3629193497075\n", - "12:06:32\tCompleted 3079 to KZ632800: 2224.357530256153\n", - "12:06:32\tCompleted 3118 to KZ632800: 1249.3187036517186\n", - "12:06:32\tCompleted 3132 to KZ475000: 4513.133723095337\n", - "12:06:32\tCompleted 3052 to KZ593400: 454.71492946609754\n", - "12:06:32\tCompleted 3122 to KZ111010: 323.94321804478557\n", - "12:06:32\tCompleted 3117 to KZ195600: 2121.209749434677\n", - "12:06:32\tCompleted 3075 to KZ791510: 2180.101333796598\n", - "12:06:32\tCompleted 3099 to KZ114600: 509.7490203453654\n", - "12:06:32\tCompleted 3102 to KZ315400: 1420.885607844458\n", - "12:06:33\tCompleted 3089 to KZ633600: 576.7353195173312\n", - "12:06:33\tCompleted 3137 to KZ154600: 1605.222672692666\n", - "12:06:33\tCompleted 3138 to KZ194200: 2986.4507235169003\n", - "12:06:33\tCompleted 3119 to KZ434800: 1463.0599094636173\n", - "12:06:33\tCompleted 3071 to KZ154000: 1961.595634424472\n", - "12:06:33\tCompleted 3112 to KZ616400: 2466.3338066626093\n", - "12:06:33\tCompleted 3116 to KZ154600: 2300.42164363836\n", - "12:06:33\tCompleted 3063 to KZ156000: 1393.347059965246\n", - "12:06:33\tCompleted 3091 to KZ275400: 3968.9793556559816\n", - "12:06:33\tCompleted 3080 to KZ394400: 2001.6181199016405\n", - "12:06:33\tCompleted 3095 to KZ633800: 1135.389091439641\n", - "12:06:33\tCompleted 3096 to KZ396400: 1808.6789154875855\n", - "12:06:33\tCompleted 3058 to KZ553600: 832.6597655421044\n", - "12:06:33\tCompleted 3074 to KZ434000: 2454.263803219578\n", - "12:06:33\tCompleted 3052 to KZ594200: 223.93677975608324\n", - "12:06:33\tCompleted 3100 to KZ751410: 1512.3639991958769\n", - "12:06:34\tCompleted 3097 to KZ552200: 415.89497732798026\n", - "12:06:34\tCompleted 3053 to KZ613800: 2377.622005190571\n", - "12:06:34\tCompleted 3122 to KZ116000: 273.81887429665926\n", - "12:06:34\tCompleted 3131 to KZ352000: 1586.6299306793621\n", - "12:06:34\tCompleted 3068 to KZ351000: 1239.1845339977062\n", - "12:06:34\tCompleted 3088 to KZ195800: 1998.3639687812527\n", - "12:06:34\tCompleted 3055 to KZ151000: 1260.793542073476\n", - "12:06:34\tCompleted 3093 to KZ153400: 1739.6929094349478\n", - "12:06:34\tCompleted 3077 to KZ196800: 2411.8389893227877\n", - "12:06:34\tCompleted 3090 to KZ351800: 853.7861035532221\n", - "12:06:34\tCompleted 3111 to KZ352300: 2341.142839492332\n", - "12:06:34\tCompleted 3133 to KZ475000: 1719.0865105478695\n", - "12:06:34\tCompleted 3128 to KZ153200: 3200.771850798683\n", - "12:06:34\tCompleted 3099 to KZ114800: 670.5207591787406\n", - "12:06:35\tCompleted 3104 to KZ612600: 1511.4280945904584\n", - "12:06:35\tCompleted 3089 to KZ633800: 877.3206669978604\n", - "12:06:35\tCompleted 3052 to KZ596600: 517.9092344621847\n", - "12:06:35\tCompleted 3083 to KZ791110: 2161.4997481596756\n", - "12:06:35\tCompleted 3123 to KZ196000: 1739.319054725831\n", - "12:06:35\tCompleted 3058 to KZ552200: 724.1918235203774\n", - "12:06:35\tCompleted 3103 to KZ394200: 1350.4768378663725\n", - "12:06:35\tCompleted 3097 to KZ554600: 498.07144982979105\n", - "12:06:35\tCompleted 3122 to KZ116400: 415.1756469270441\n", - "12:06:35\tCompleted 3118 to KZ636800: 1283.096700735878\n", - "12:06:35\tCompleted 3094 to KZ195200: 1526.439187855588\n", - "12:06:36\tCompleted 3086 to KZ274000: 4102.881630251722\n", - "12:06:36\tCompleted 3073 to KZ315600: 1985.2959988055352\n", - "12:06:36\tCompleted 3099 to KZ111010: 332.3755317751872\n", - "12:06:36\tCompleted 3096 to KZ394000: 1876.3800418143733\n", - "12:06:36\tCompleted 3078 to KZ195600: 1993.1847941706678\n", - "12:06:36\tCompleted 3108 to KZ156800: 1697.1226327373838\n", - "12:06:36\tCompleted 3056 to KZ194800: 2826.5850667601767\n", - "12:06:36\tCompleted 3131 to KZ354800: 911.7251129938264\n", - "12:06:36\tCompleted 3072 to KZ751110: 1626.522887813197\n", - "12:06:36\tCompleted 3126 to KZ275800: 4005.6837629434704\n", - "12:06:36\tCompleted 3110 to KZ314200: 3131.8720194940424\n", - "12:06:36\tCompleted 3069 to KZ613600: 2328.157354117781\n", - "12:06:36\tCompleted 3124 to KZ313600: 2788.8352874128914\n", - "12:06:36\tCompleted 3059 to KZ791510: 2067.473351901138\n", - "12:06:36\tCompleted 3090 to KZ393200: 704.4076597438096\n", - "12:06:36\tCompleted 3052 to KZ595000: 8.424621202458749\n", - "12:06:36\tCompleted 3109 to KZ751410: 3956.5876763242104\n", - "12:06:36\tCompleted 3055 to KZ153200: 1310.987149502223\n", - "12:06:37\tCompleted 3120 to KZ613900: 1927.6790105790926\n", - "12:06:37\tCompleted 3068 to KZ352000: 1400.1296528541395\n", - "12:06:37\tCompleted 3122 to KZ116800: 202.7767932350187\n", - "12:06:37\tCompleted 3095 to KZ634000: 1382.5918893366695\n", - "12:06:37\tCompleted 3079 to KZ636800: 2249.25111178475712:06:37\tCompleted 3119 to KZ433600: 1662.9026730055182\n", - "\n", - "12:06:37\tCompleted 3088 to KZ196000: 1291.8502280516182\n", - "12:06:37\tCompleted 3057 to KZ632400: 2580.5182146103193\n", - "12:06:37\tCompleted 3099 to KZ116000: 268.44141321873883\n", - "12:06:37\tCompleted 3058 to KZ554600: 774.060542476429\n", - "12:06:37\tCompleted 3137 to KZ154800: 1440.2299837050646\n", - "12:06:37\tCompleted 3063 to KZ154600: 1691.4844907103777\n", - "12:06:37\tCompleted 3052 to KZ593600: 348.0419647431456\n", - "12:06:38\tCompleted 3112 to KZ615600: 1664.642310527586\n", - "12:06:38\tCompleted 3089 to KZ634000: 1124.5234648948885\n", - "12:06:38\tCompleted 3066 to KZ751310: 2525.652246026997\n", - "12:06:38\tCompleted 3100 to KZ751710: 1548.0799530261377\n", - "12:06:38\tCompleted 3133 to KZ475200: 1729.9294713319177\n", - "12:06:38\tCompleted 3129 to KZ195000: 3590.669873320503\n", - "12:06:38\tCompleted 3122 to KZ111810: 224.6408862581472\n", - "12:06:38\tCompleted 3139 to KZ636800: 3427.7505052559927\n", - "12:06:38\tCompleted 3090 to KZ393400: 621.2146497088266\n", - "12:06:38\tCompleted 3096 to KZ396800: 2007.8518426047162\n", - "12:06:38\tCompleted 3102 to KZ315600: 1547.3346767423063\n", - "12:06:38\tCompleted 3099 to KZ116400: 365.1433912454939\n", - "12:06:39\tCompleted 3075 to KZ791710: 2152.582407882846\n", - "12:06:39\tCompleted 3117 to KZ195800: 1985.5153497846482\n", - "12:06:39\tCompleted 3097 to KZ555600: 1036.116166394531\n", - "12:06:39\tCompleted 3055 to KZ153400: 894.6584788720883\n", - "12:06:39\tCompleted 3052 to KZ595200: 118.37005768508877\n", - "12:06:39\tCompleted 3125 to KZ475000: 3513.532257863663\n", - "12:06:39\tCompleted 3138 to KZ751210: 2941.250346101721\n", - "12:06:39\tCompleted 3111 to KZ352800: 3004.4682325498334\n", - "12:06:39\tCompleted 3091 to KZ273600: 3136.93861463852\n", - "12:06:39\tCompleted 3104 to KZ616000: 1696.0951020620894\n", - "12:06:39\tCompleted 3131 to KZ355200: 1575.8568189161197\n", - "12:06:39\tCompleted 3080 to KZ433200: 2770.166998788644\n", - "12:06:39\tCompleted 3132 to KZ475200: 4523.976683879384\n", - "12:06:39\tCompleted 3128 to KZ153400: 2784.44318016856\n", - "12:06:40\tCompleted 3077 to KZ191600: 2463.8283953887913\n", - "12:06:40\tCompleted 3123 to KZ191000: 1617.8088614904202\n", - "12:06:40\tCompleted 3099 to KZ116800: 104.54514071154404\n", - "12:06:40\tCompleted 3116 to KZ154800: 2183.6023238903445\n", - "12:06:40\tCompleted 3052 to KZ591000: 3.414213562373095\n", - "12:06:40\tCompleted 3090 to KZ391600: 556.1591814596657\n", - "12:06:40\tCompleted 3094 to KZ195000: 1454.97969668099\n", - "12:06:40\tCompleted 3067 to KZ635400: 2934.1607262264934\n", - "12:06:40\tCompleted 3083 to KZ791310: 2137.3768646017706\n", - "12:06:40\tCompleted 3072 to KZ751310: 1628.0376064389584\n", - "12:06:40\tCompleted 3120 to KZ612000: 1447.9362114030553\n", - "12:06:40\tCompleted 3097 to KZ551000: 490.9875721783627\n", - "12:06:40\tCompleted 3071 to KZ154200: 2264.231673393789\n", - "12:06:40\tCompleted 3110 to KZ353200: 3199.0863866867585\n", - "12:06:40\tCompleted 3058 to KZ555600: 1344.4130125869258\n", - "12:06:40\tCompleted 3103 to KZ394400: 1464.162967125401\n", - "12:06:40\tCompleted 3073 to KZ316000: 2074.2716107229517\n", - "12:06:41\tCompleted 3118 to KZ635800: 1732.5989484331333\n", - "12:06:41\tCompleted 3088 to KZ191000: 1399.5673484607062\n", - "12:06:41\tCompleted 3074 to KZ471000: 4010.135916653011\n", - "12:06:41\tCompleted 3108 to KZ193200: 1879.5739016210025\n", - "12:06:41\tCompleted 3099 to KZ111810: 233.07319998854877\n", - "12:06:41\tCompleted 3078 to KZ195800: 2055.333521450636\n", - "12:06:41\tCompleted 3096 to KZ394800: 1750.9289703522577\n", - "12:06:41\tCompleted 3052 to KZ595600: 391.9107316481528\n", - "12:06:41\tCompleted 3068 to KZ354800: 1762.8075476138265\n", - "12:06:41\tCompleted 3053 to KZ273200: 2817.5302546613607\n", - "12:06:41\tCompleted 3124 to KZ314000: 2571.269022769202\n", - "12:06:41\tCompleted 3133 to KZ471800: 1559.5392511711761\n", - "12:06:41\tCompleted 3131 to KZ355600: 1287.6017566767155\n", - "12:06:42\tCompleted 3090 to KZ393600: 590.0209715288855\n", - "12:06:42\tCompleted 3063 to KZ154800: 1750.3251243679097\n", - "12:06:42\tCompleted 3100 to KZ751810: 1501.9390207922363\n", - "12:06:42\tCompleted 3069 to KZ614000: 2373.516192790354\n", - "12:06:42\tCompleted 3126 to KZ276000: 4421.51478869854\n", - "12:06:42\tCompleted 3112 to KZ615800: 1679.0219298551178\n", - "12:06:42\tCompleted 3089 to KZ635400: 1632.759378466595\n", - "12:06:42\tCompleted 3119 to KZ434000: 1847.5170581226698\n", - "12:06:42\tCompleted 3137 to KZ155200: 1867.1686466068422\n", - "12:06:42\tCompleted 3097 to KZ556000: 539.1089543863799\n", - "12:06:42\tCompleted 3052 to KZ596000: 209.4486936185307\n", - "12:06:42\tCompleted 3122 to KZ116600: 1226.657407439894\n", - "12:06:42\tCompleted 3058 to KZ551000: 799.2844183707598\n", - "12:06:43\tCompleted 3095 to KZ635400: 1890.8278029083758\n", - "12:06:43\tCompleted 3093 to KZ153600: 2522.291954625638\n", - "12:06:43\tCompleted 3057 to KZ632800: 2330.745089105554\n", - "12:06:43\tCompleted 3059 to KZ791710: 2039.9544259873865\n", - "12:06:43\tCompleted 3055 to KZ153600: 1863.6012436524143\n", - "12:06:43\tCompleted 3086 to KZ274200: 4210.1976184115\n", - "12:06:44\tCompleted 3052 to KZ596200: 474.9430219495748\n", - "12:06:44\tCompleted 3066 to KZ751410: 2541.319865117755\n", - "12:06:44\tCompleted 3122 to KZ115600: 388.71323446170186\n", - "12:06:44\tCompleted 3096 to KZ395000: 2069.840295150562\n", - "12:06:44\tCompleted 3056 to KZ195600: 3053.5099805489567\n", - "12:06:44\tCompleted 3090 to KZ396400: 829.8532375928501\n", - "12:06:44\tCompleted 3117 to KZ196000: 1755.643823911400212:06:44\tCompleted 3079 to KZ635800: 2698.753359481971\n", - "\n", - "12:06:44\tCompleted 3111 to KZ356400: 3153.0553571202977\n", - "12:06:44\tCompleted 3068 to KZ355200: 1282.8585885351904\n", - "12:06:44\tCompleted 3102 to KZ316000: 1527.74111767663\n", - "12:06:44\tCompleted 3131 to KZ352100: 1380.8619111470184\n", - "12:06:44\tCompleted 3078 to KZ196000: 1348.8197807210026\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:06:44\tCompleted 3123 to KZ196200: 1613.1750103036195\n", - "12:06:44\tCompleted 3138 to KZ751110: 2949.0077054146022\n", - "12:06:45\tCompleted 3058 to KZ556000: 847.405800578777\n", - "12:06:45\tCompleted 3089 to KZ635000: 1160.0925885549607\n", - "12:06:45\tCompleted 3072 to KZ751410: 1643.7052255297183\n", - "12:06:45\tCompleted 3099 to KZ116600: 1356.4578262370499\n", - "12:06:45\tCompleted 3097 to KZ556800: 739.796879258322\n", - "12:06:45\tCompleted 3104 to KZ613800: 1919.600132568336412:06:45\tCompleted 3118 to KZ636200: 1401.512270635\n", - "\n", - "12:06:45\tCompleted 3139 to KZ635800: 3877.2527529532003\n", - "12:06:45\tCompleted 3109 to KZ751710: 3997.575708093113\n", - "12:06:45\tCompleted 3129 to KZ194400: 3413.955744085284\n", - "12:06:45\tCompleted 3080 to KZ431900: 2319.1430253642848\n", - "12:06:45\tCompleted 3108 to KZ193400: 1604.7628507001305\n", - "12:06:45\tCompleted 3128 to KZ153600: 3567.042225359217\n", - "12:06:45\tCompleted 3075 to KZ611600: 2230.5436923417687\n", - "12:06:45\tCompleted 3133 to KZ593200: 1747.9458259341036\n", - "12:06:45\tCompleted 3088 to KZ196200: 1755.7852787225886\n", - "12:06:45\tCompleted 3125 to KZ475200: 3524.3752186477122\n", - "12:06:45\tCompleted 3052 to KZ596400: 709.539444894408912:06:45\tCompleted 3077 to KZ195200: 2484.882724466081\n", - "\n", - "12:06:45\tCompleted 3120 to KZ614400: 1854.2118100188957\n", - "12:06:45\tCompleted 3122 to KZ115200: 582.1953489479642\n", - "12:06:45\tCompleted 3094 to KZ194400: 1777.4152495205835\n", - "12:06:45\tCompleted 3083 to KZ791510: 2135.9173897480196\n", - "12:06:46\tCompleted 3073 to KZ316600: 1909.7704216821692\n", - "12:06:46\tCompleted 3100 to KZ751910: 1502.8777024284589\n", - "12:06:46\tCompleted 3091 to KZ276600: 3218.763861337506\n", - "12:06:46\tCompleted 3055 to KZ154000: 1198.6038016589257\n", - "12:06:46\tCompleted 3071 to KZ156000: 1837.4809057620016\n", - "12:06:46\tCompleted 3132 to KZ471800: 4353.586463718656\n", - "12:06:46\tCompleted 3116 to KZ155200: 2610.540986792097\n", - "12:06:46\tCompleted 3099 to KZ115600: 397.1455481921035\n", - "12:06:46\tCompleted 3112 to KZ612600: 1509.1367786601613\n", - "12:06:46\tCompleted 3087 to KZ113200: 1425.3982110030142\n", - "12:06:46\tCompleted 3089 to KZ632200: 509.77290732122594\n", - "12:06:46\tCompleted 3110 to KZ353600: 3926.3875869466965\n", - "12:06:46\tCompleted 3137 to KZ156400: 1706.2937407049799\n", - "12:06:46\tCompleted 3096 to KZ395200: 2148.041027885136\n", - "12:06:46\tCompleted 3131 to KZ352200: 1183.141415201058\n", - "12:06:47\tCompleted 3052 to KZ594600: 307.18481934076976\n", - "12:06:47\tCompleted 3067 to KZ635000: 2461.493936314864\n", - "12:06:47\tCompleted 3090 to KZ394000: 1079.8170190514436\n", - "12:06:47\tCompleted 3095 to KZ635000: 1418.1610129967412\n", - "12:06:47\tCompleted 3124 to KZ314800: 3070.556327643631\n", - "12:06:47\tCompleted 3068 to KZ355600: 1307.9556687140212\n", - "12:06:47\tCompleted 3063 to KZ155200: 2020.5507570868904\n", - "12:06:47\tCompleted 3097 to KZ554800: 744.4923673027776\n", - "12:06:48\tCompleted 3099 to KZ115200: 466.1250145119679\n", - "12:06:48\tCompleted 3074 to KZ473600: 3591.161150630068\n", - "12:06:48\tCompleted 3053 to KZ274400: 2747.596654672909\n", - "12:06:48\tCompleted 3122 to KZ115400: 802.7681208136213\n", - "12:06:48\tCompleted 3058 to KZ556800: 1048.093725450719\n", - "12:06:48\tCompleted 3078 to KZ191000: 1456.5369011300893\n", - "12:06:48\tCompleted 3069 to KZ613900: 2610.4361899600767\n", - "12:06:48\tCompleted 3052 to KZ711110: 509.11335781127923\n", - "12:06:48\tCompleted 3117 to KZ191000: 1634.1336306759897\n", - "12:06:48\tCompleted 3126 to KZ276200: 4140.901001964603\n", - "12:06:49\tCompleted 3103 to KZ433200: 2180.8391534116718\n", - "12:06:49\tCompleted 3119 to KZ471000: 3454.609731038268\n", - "12:06:49\tCompleted 3111 to KZ352400: 2954.737043000811\n", - "12:06:49\tCompleted 3132 to KZ593200: 1471.0369794877083\n", - "12:06:49\tCompleted 3055 to KZ154200: 1501.2398406282468\n", - "12:06:49\tCompleted 3108 to KZ193600: 1470.8705889546607\n", - "12:06:49\tCompleted 3057 to KZ636800: 2355.6386706341564\n", - "12:06:49\tCompleted 3090 to KZ396800: 871.0542781157579\n", - "12:06:49\tCompleted 3095 to KZ632200: 767.8413317630063\n", - "12:06:49\tCompleted 3123 to KZ192600: 1673.1647055892943\n", - "12:06:49\tCompleted 3096 to KZ391000: 1959.6075390932701\n", - "12:06:49\tCompleted 3052 to KZ711410: 499.2475786322512\n", - "12:06:49\tCompleted 3088 to KZ192600: 1440.1668430873738\n", - "12:06:49\tCompleted 3102 to KZ316600: 1471.8090996189403\n", - "12:06:49\tCompleted 3087 to KZ113400: 1503.8487742066861\n", - "12:06:49\tCompleted 3120 to KZ614600: 1541.1563301800584\n", - "12:06:49\tCompleted 3097 to KZ556400: 682.2262409942198\n", - "12:06:49\tCompleted 3100 to KZ751510: 1495.3662284989143\n", - "12:06:49\tCompleted 3059 to KZ611600: 2117.915710446313\n", - "12:06:50\tCompleted 3079 to KZ636200: 2367.6666816838742\n", - "12:06:50\tCompleted 3099 to KZ115400: 686.6977863776249\n", - "12:06:50\tCompleted 3093 to KZ154000: 2043.6382322217855\n", - "12:06:50\tCompleted 3089 to KZ635200: 1425.6976363479887\n", - "12:06:50\tCompleted 3133 to KZ595800: 2077.824537857049\n", - "12:06:50\tCompleted 3072 to KZ751710: 1679.421179359979\n", - "12:06:50\tCompleted 3138 to KZ751310: 2942.1792782898565\n", - "12:06:50\tCompleted 3066 to KZ751710: 2577.0358189480135\n", - "12:06:51\tCompleted 3131 to KZ352300: 1963.0969996644853\n", - "12:06:51\tCompleted 3112 to KZ616000: 1693.8037861317923\n", - "12:06:51\tCompleted 3128 to KZ154000: 3088.3885029553808\n", - "12:06:51\tCompleted 3058 to KZ554800: 1045.7486666817929\n", - "12:06:51\tCompleted 3118 to KZ636400: 1809.7425157710538\n", - "12:06:51\tCompleted 3055 to KZ156000: 1074.4890729964552\n", - "12:06:51\tCompleted 3137 to KZ155600: 1619.1385202849333\n", - "12:06:51\tCompleted 3094 to KZ194600: 1722.496091561608612:06:51\tCompleted 3052 to KZ711210: 496.60334807422726\n", - "\n", - "12:06:51\tCompleted 3080 to KZ434600: 2352.8075957906626\n", - "12:06:51\tCompleted 3109 to KZ751810: 3943.8195521700627\n", - "12:06:51\tCompleted 3067 to KZ632200: 1811.174255081168\n", - "12:06:51\tCompleted 3083 to KZ791710: 2108.3984638342677\n", - "12:06:51\tCompleted 3139 to KZ636200: 3546.16607515511\n", - "12:06:51\tCompleted 3077 to KZ195000: 2413.4232332915117\n", - "12:06:51\tCompleted 3073 to KZ316200: 2341.153474527794\n", - "12:06:51\tCompleted 3129 to KZ194600: 3424.472710089781\n", - "12:06:52\tCompleted 3075 to KZ613600: 2085.3359538158284\n", - "12:06:52\tCompleted 3090 to KZ394800: 968.114493826554\n", - "12:06:52\tCompleted 3110 to KZ351600: 3555.793190913853\n", - "12:06:52\tCompleted 3104 to KZ273200: 3031.858240120676\n", - "12:06:52\tCompleted 3068 to KZ352100: 1925.9379424901751\n", - "12:06:52\tCompleted 3096 to KZ395400: 1997.9839232919296\n", - "12:06:52\tCompleted 3125 to KZ471800: 3353.9849984869866\n", - "12:06:52\tCompleted 3056 to KZ195800: 2917.8155808989245\n", - "12:06:52\tCompleted 3087 to KZ113600: 1218.8154438502427\n", - "12:06:52\tCompleted 3116 to KZ156400: 2449.6660808902616\n", - "12:06:52\tCompleted 3091 to KZ275000: 3095.078622011761\n", - "12:06:52\tCompleted 3132 to KZ595800: 1574.9565895280855\n", - "12:06:52\tCompleted 3063 to KZ156400: 2031.6528793480784\n", - "12:06:52\tCompleted 3097 to KZ554200: 878.0572767765204\n", - "12:06:52\tCompleted 3111 to KZ356000: 2344.5407419057747\n", - "12:06:52\tCompleted 3124 to KZ315400: 2757.795208963679\n", - "12:06:53\tCompleted 3052 to KZ711310: 486.8634073813418\n", - "12:06:53\tCompleted 3071 to KZ154600: 2135.618336507127\n", - "12:06:53\tCompleted 3078 to KZ196200: 1812.7548313919717\n", - "12:06:53\tCompleted 3069 to KZ612000: 2116.307830625844\n", - "12:06:53\tCompleted 3131 to KZ352800: 1210.2638378980248\n", - "12:06:53\tCompleted 3108 to KZ194000: 1664.8987693862537\n", - "12:06:53\tCompleted 3089 to KZ632400: 1218.3546735415844\n", - "12:06:53\tCompleted 3058 to KZ556400: 990.5230871866169\n", - "12:06:53\tCompleted 3137 to KZ156800: 1017.1490541128446\n", - "12:06:53\tCompleted 3055 to KZ154600: 1372.626503741587\n", - "12:06:53\tCompleted 3125 to KZ593200: 548.7984282633736\n", - "12:06:54\tCompleted 3122 to KZ151000: 2187.976697831825\n", - "12:06:54\tCompleted 3087 to KZ113800: 1066.9625655592663\n", - "12:06:54\tCompleted 3118 to KZ631000: 1347.6466573030461\n", - "12:06:54\tCompleted 3117 to KZ196200: 1629.4997794891888\n", - "12:06:54\tCompleted 3068 to KZ352200: 1266.0042468767865\n", - "12:06:54\tCompleted 3096 to KZ392000: 1794.8897973384633\n", - "12:06:54\tCompleted 3133 to KZ593400: 2218.263758673985\n", - "12:06:54\tCompleted 3090 to KZ395000: 977.6842565047806\n", - "12:06:54\tCompleted 3126 to KZ271000: 4158.59395737883\n", - "12:06:55\tCompleted 3132 to KZ593400: 1333.483214214662\n", - "12:06:55\tCompleted 3074 to KZ474200: 4037.78531169659\n", - "12:06:55\tCompleted 3103 to KZ431900: 1729.8151799873208\n", - "12:06:55\tCompleted 3120 to KZ614800: 1922.468792266727\n", - "12:06:55\tCompleted 3052 to KZ555200: 1230.6782666025297\n", - "12:06:55\tCompleted 3095 to KZ635200: 1683.7660607897692\n", - "12:06:55\tCompleted 3088 to KZ196600: 1864.0841846896942\n", - "12:06:55\tCompleted 3072 to KZ751810: 1633.2802471260777\n", - "12:06:55\tCompleted 3119 to KZ473600: 3035.6349650153247\n", - "12:06:55\tCompleted 3125 to KZ595800: 652.7180383037509\n", - "12:06:55\tCompleted 3053 to KZ275400: 3422.7850866299195\n", - "12:06:55\tCompleted 3131 to KZ356400: 1403.1707856500636\n", - "12:06:55\tCompleted 3089 to KZ632800: 973.0568330465469\n", - "12:06:55\tCompleted 3090 to KZ395200: 428.0544184426493\n", - "12:06:55\tCompleted 3059 to KZ613600: 1972.7079719203628\n", - "12:06:56\tCompleted 3057 to KZ635800: 2805.140918331364\n", - "12:06:56\tCompleted 3102 to KZ316200: 1794.622981481477\n", - "12:06:56\tCompleted 3110 to KZ354000: 3153.9054921433876\n", - "12:06:56\tCompleted 3123 to KZ196600: 1932.2416621789123\n", - "12:06:56\tCompleted 3083 to KZ611600: 2186.3597482931923\n", - "12:06:56\tCompleted 3093 to KZ154200: 2346.2742711911023\n", - "12:06:56\tCompleted 3138 to KZ751410: 2959.6042566934957\n", - "12:06:56\tCompleted 3100 to KZ231000: 2979.2858684629737\n", - "12:06:56\tCompleted 3099 to KZ151000: 2071.906363395832\n", - "12:06:56\tCompleted 3055 to KZ154800: 1431.4671373991189\n", - "12:06:56\tCompleted 3068 to KZ352300: 1070.1031919975755\n", - "12:06:56\tCompleted 3058 to KZ554200: 1154.0463694231582\n", - "12:06:56\tCompleted 3094 to KZ194800: 1855.4847935626674\n", - "12:06:56\tCompleted 3078 to KZ192600: 1497.1363957567569\n", - "12:06:57\tCompleted 3066 to KZ751810: 2530.8948867141157\n", - "12:06:57\tCompleted 3087 to KZ114500: 1437.3468590397877\n", - "12:06:57\tCompleted 3125 to KZ593400: 462.1053009516106\n", - "12:06:57\tCompleted 3073 to KZ311000: 2095.043239913325\n", - "12:06:57\tCompleted 3109 to KZ751910: 3964.96046852047\n", - "12:06:57\tCompleted 3096 to KZ395600: 2108.456003319429\n", - "12:06:57\tCompleted 3079 to KZ636400: 2784.781342375458712:06:57\tCompleted 3080 to KZ434400: 2695.756994752388\n", - "\n", - "12:06:57\tCompleted 3111 to KZ354400: 3131.846064659976\n", - "12:06:57\tCompleted 3090 to KZ391000: 699.7212263219792\n", - "12:06:57\tCompleted 3052 to KZ551600: 964.1115446169844\n", - "12:06:57\tCompleted 3097 to KZ791110: 1697.7676181664563\n", - "12:06:57\tCompleted 3131 to KZ352400: 1161.6781957918054\n", - "12:06:58\tCompleted 3116 to KZ155600: 2362.5108604701904\n", - "12:06:58\tCompleted 3112 to KZ613800: 1917.3088166380394\n", - "12:06:58\tCompleted 3132 to KZ594200: 1564.2016012394567\n", - "12:06:58\tCompleted 3075 to KZ614000: 2213.748616357554\n", - "12:06:58\tCompleted 3124 to KZ315600: 3277.236721784328\n", - "12:06:58\tCompleted 3077 to KZ194400: 2735.8587861310702\n", - "12:06:58\tCompleted 3133 to KZ594200: 1891.605675403403\n", - "12:06:58\tCompleted 3089 to KZ636800: 993.4751295654082\n", - "12:06:58\tCompleted 3128 to KZ154200: 3391.024541924703\n", - "12:06:58\tCompleted 3063 to KZ155600: 1870.4156669967576\n", - "12:06:58\tCompleted 3129 to KZ194800: 3692.588362143784\n", - "12:06:58\tCompleted 3108 to KZ196400: 1874.7505180305493\n", - "12:06:58\tCompleted 3071 to KZ154800: 2057.479920693992\n", - "12:06:58\tCompleted 3125 to KZ594200: 641.9630500151221\n", - "12:06:59\tCompleted 3139 to KZ636400: 3963.2807358466757\n", - "12:06:59\tCompleted 3068 to KZ352800: 1266.6880900178855\n", - "12:06:59\tCompleted 3118 to KZ634600: 1806.3761847684607\n", - "12:06:59\tCompleted 3056 to KZ196000: 2687.9440550257104\n", - "12:06:59\tCompleted 3069 to KZ614400: 2538.6375139479237\n", - "12:06:59\tCompleted 3087 to KZ114000: 1272.3289782438528\n", - "12:06:59\tCompleted 3104 to KZ274400: 2961.9246401322243\n", - "12:06:59\tCompleted 3090 to KZ395400: 747.5887793550576\n", - "12:06:59\tCompleted 3067 to KZ635200: 2727.098984107878\n", - "12:07:00\tCompleted 3088 to KZ194200: 1815.1885261397824\n", - "12:07:00\tCompleted 3052 to KZ553200: 1076.165839646488\n", - "12:07:00\tCompleted 3123 to KZ194200: 1434.191404351447\n", - "12:07:00\tCompleted 3091 to KZ274800: 3619.966429823254\n", - "12:07:00\tCompleted 3110 to KZ351000: 3117.941858942801\n", - "12:07:00\tCompleted 3055 to KZ155200: 1701.6927701180996\n", - "12:07:00\tCompleted 3117 to KZ192600: 1689.4894747748638\n", - "12:07:00\tCompleted 3096 to KZ395800: 2363.614115088148\n", - "12:07:00\tCompleted 3122 to KZ153200: 2238.170305260572\n", - "12:07:00\tCompleted 3120 to KZ615400: 1813.3726744396627\n", - "12:07:00\tCompleted 3072 to KZ751910: 1634.2189287623003\n", - "12:07:00\tCompleted 3103 to KZ434600: 1763.4797504137011\n", - "12:07:00\tCompleted 3137 to KZ193200: 2540.247482057921\n", - "12:07:00\tCompleted 3095 to KZ632400: 1476.4230979833653\n", - "12:07:00\tCompleted 3125 to KZ596600: 742.8485675918872\n", - "12:07:01\tCompleted 3126 to KZ274000: 4822.281647318078\n", - "12:07:01\tCompleted 3111 to KZ351800: 2366.5276158031793\n", - "12:07:01\tCompleted 3102 to KZ311000: 1657.0819178500992\n", - "12:07:01\tCompleted 3132 to KZ596600: 1665.087118816222\n", - "12:07:01\tCompleted 3083 to KZ613600: 2041.1520097672476\n", - "12:07:01\tCompleted 3133 to KZ596600: 1643.8688082877388\n", - "12:07:01\tCompleted 3074 to KZ474600: 3714.960750878508\n", - "12:07:01\tCompleted 3063 to KZ156800: 1342.5081927559422\n", - "12:07:01\tCompleted 3059 to KZ614000: 2101.1206344620996\n", - "12:07:01\tCompleted 3078 to KZ196600: 1921.0537373590773\n", - "12:07:01\tCompleted 3058 to KZ791110: 1948.50230447447\n", - "12:07:01\tCompleted 3090 to KZ392000: 818.4978244405268\n", - "12:07:01\tCompleted 3093 to KZ156000: 1919.523503559315\n", - "12:07:01\tCompleted 3089 to KZ635800: 1442.9773772626638\n", - "12:07:01\tCompleted 3087 to KZ117000: 1229.8561615244132\n", - "12:07:02\tCompleted 3131 to KZ356000: 2080.367485079955\n", - "12:07:02\tCompleted 3073 to KZ315000: 2212.252056146961\n", - "12:07:02\tCompleted 3119 to KZ474200: 3482.2591260818467\n", - "12:07:02\tCompleted 3052 to KZ553600: 1034.0625362586647\n", - "12:07:02\tCompleted 3108 to KZ196800: 1475.1695062889025\n", - "12:07:02\tCompleted 3138 to KZ751710: 3000.5922884623983\n", - "12:07:02\tCompleted 3125 to KZ595000: 577.2885862795886\n", - "12:07:02\tCompleted 3079 to KZ631000: 2313.80106835192\n", - "12:07:02\tCompleted 3118 to KZ634400: 1328.094147680344\n", - "12:07:02\tCompleted 3096 to KZ392400: 1894.0904250182148\n", - "12:07:03\tCompleted 3124 to KZ316000: 2450.9976439208463\n", - "12:07:03\tCompleted 3068 to KZ356400: 1583.767578480448312:07:03\tCompleted 3080 to KZ431000: 2036.5785638989173\n", - "\n", - "12:07:03\tCompleted 3109 to KZ751510: 3953.476406419554\n", - "12:07:03\tCompleted 3066 to KZ751910: 2531.8335683503356\n", - "12:07:03\tCompleted 3097 to KZ791310: 1673.6447346085472\n", - "12:07:03\tCompleted 3057 to KZ636200: 2474.0542405332735\n", - "12:07:03\tCompleted 3100 to KZ234000: 3187.8963458306616\n", - "12:07:03\tCompleted 3128 to KZ156000: 2964.2737742929235\n", - "12:07:03\tCompleted 3099 to KZ153200: 2122.0999708245795\n", - "12:07:03\tCompleted 3094 to KZ195600: 2082.4097073514818\n", - "12:07:03\tCompleted 3053 to KZ273600: 2590.744345612458\n", - "12:07:04\tCompleted 3090 to KZ395600: 756.1525335681647\n", - "12:07:04\tCompleted 3132 to KZ595000: 1499.527137503923\n", - "12:07:04\tCompleted 3087 to KZ114400: 1215.476854166074\n", - "12:07:04\tCompleted 3095 to KZ632800: 1231.1252574883274\n", - "12:07:04\tCompleted 3052 to KZ552200: 925.5945942369378\n", - "12:07:04\tCompleted 3123 to KZ751210: 1532.40958365992312:07:04\tCompleted 3111 to KZ393200: 1989.7508952286914\n", - "\n", - "12:07:04\tCompleted 3109 to KZ231000: 705.637199353569\n", - "12:07:04\tCompleted 3120 to KZ615200: 1592.85552922367\n", - "12:07:04\tCompleted 3075 to KZ613900: 2490.500315498736\n", - "12:07:04\tCompleted 3125 to KZ593600: 691.8371905638819\n", - "12:07:04\tCompleted 3116 to KZ156800: 1760.521394298126\n", - "12:07:04\tCompleted 3088 to KZ751210: 1717.0746480920363\n", - "12:07:04\tCompleted 3089 to KZ636200: 1111.8906994645306\n", - "12:07:04\tCompleted 3077 to KZ194600: 2680.9396281720924\n", - "12:07:05\tCompleted 3072 to KZ751510: 1626.7074548327557\n", - "12:07:05\tCompleted 3139 to KZ631000: 3492.3004618231557\n", - "12:07:05\tCompleted 3069 to KZ614600: 2263.7452115325223\n", - "12:07:05\tCompleted 3112 to KZ273200: 3057.417572124499\n", - "12:07:05\tCompleted 3055 to KZ156400: 1944.2456668654268\n", - "12:07:05\tCompleted 3129 to KZ195600: 3769.3689298989884\n", - "12:07:05\tCompleted 3068 to KZ352400: 1216.956900468855\n", - "12:07:05\tCompleted 3071 to KZ155200: 2464.6846028836253\n", - "12:07:05\tCompleted 3110 to KZ352000: 2934.219971269014\n", - "12:07:05\tCompleted 3133 to KZ595000: 1918.189685632272\n", - "12:07:05\tCompleted 3131 to KZ354400: 1928.001330637621812:07:05\tCompleted 3109 to KZ234000: 607.0929999054558\n", - "\n", - "12:07:06\tCompleted 3096 to KZ396200: 2334.119347527939\n", - "12:07:06\tCompleted 3052 to KZ554600: 933.6578551454342\n", - "12:07:06\tCompleted 3102 to KZ315000: 1774.290734083732\n", - "12:07:06\tCompleted 3078 to KZ194200: 1809.6133252067489\n", - "12:07:06\tCompleted 3091 to KZ275800: 3089.549253811676\n", - "12:07:06\tCompleted 3122 to KZ153400: 1821.8416346304416\n", - "12:07:06\tCompleted 3108 to KZ191600: 1527.158912354911\n", - "12:07:06\tCompleted 3083 to KZ614000: 2169.564672308977\n", - "12:07:06\tCompleted 3125 to KZ595200: 689.287323621118\n", - "12:07:06\tCompleted 3090 to KZ395800: 963.585697654728712:07:06\tCompleted 3067 to KZ632400: 2519.756021301502\n", - "\n", - "12:07:06\tCompleted 3056 to KZ191000: 2566.433861790302\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:07:06\tCompleted 3058 to KZ791310: 1924.379420916561\n", - "12:07:07\tCompleted 3104 to KZ275400: 3637.1130720892347\n", - "12:07:07\tCompleted 3132 to KZ593600: 1614.0757417882169\n", - "12:07:07\tCompleted 3111 to KZ393400: 2003.3003350643203\n", - "12:07:07\tCompleted 3117 to KZ196600: 1948.5664313644816\n", - "12:07:07\tCompleted 3109 to KZ234200: 1213.8642587645675\n", - "12:07:07\tCompleted 3137 to KZ193400: 2404.7289217664033\n", - "12:07:07\tCompleted 3073 to KZ314200: 2096.4574534756985\n", - "12:07:07\tCompleted 3068 to KZ356000: 1068.6396586972774\n", - "12:07:07\tCompleted 3126 to KZ274200: 4929.597635477893\n", - "12:07:07\tCompleted 3059 to KZ613900: 2377.8723336032817\n", - "12:07:08\tCompleted 3095 to KZ636800: 1251.5435540071892\n", - "12:07:08\tCompleted 3087 to KZ114600: 1785.0964516553934\n", - "12:07:08\tCompleted 3097 to KZ791510: 1672.1852597547968\n", - "12:07:08\tCompleted 3080 to KZ435200: 2112.884870127331\n", - "12:07:08\tCompleted 3103 to KZ434400: 2106.429149375436\n", - "12:07:08\tCompleted 3099 to KZ153400: 1705.7713001944453\n", - "12:07:08\tCompleted 3138 to KZ751810: 2946.836132539348\n", - "12:07:08\tCompleted 3125 to KZ591000: 579.5030523736559\n", - "12:07:08\tCompleted 3124 to KZ316600: 3098.988508004867\n", - "12:07:08\tCompleted 3123 to KZ751110: 1540.0149658166024\n", - "12:07:08\tCompleted 3118 to KZ313600: 1846.4494241363916\n", - "12:07:08\tCompleted 3066 to KZ751510: 2524.3220944207924\n", - "12:07:08\tCompleted 3096 to KZ396600: 2245.824479675405\n", - "12:07:08\tCompleted 3055 to KZ155600: 1551.5576800279669\n", - "12:07:09\tCompleted 3127 to KZ113200: 272.93017047895023\n", - "12:07:09\tCompleted 3090 to KZ392400: 764.5189535367319\n", - "12:07:09\tCompleted 3074 to KZ475000: 4085.2897776282853\n", - "12:07:09\tCompleted 3109 to KZ234600: 1329.0345572026476\n", - "12:07:09\tCompleted 3131 to KZ351800: 1949.0360452806476\n", - "12:07:09\tCompleted 3089 to KZ636400: 1627.6415355688125\n", - "12:07:09\tCompleted 3079 to KZ634600: 2772.53059581728912:07:09\tCompleted 3052 to KZ555600: 1545.8157833034861\n", - "\n", - "12:07:09\tCompleted 3088 to KZ751110: 1710.6763724287473\n", - "12:07:09\tCompleted 3093 to KZ154600: 2217.6609343044374\n", - "12:07:09\tCompleted 3128 to KZ154600: 3262.411205038038\n", - "12:07:09\tCompleted 3073 to KZ353200: 790.3768623399211\n", - "12:07:09\tCompleted 3119 to KZ474600: 3159.434565263765\n", - "12:07:09\tCompleted 3087 to KZ114800: 767.9784319483329\n", - "12:07:09\tCompleted 3063 to KZ193200: 2434.869010456982\n", - "12:07:10\tCompleted 3116 to KZ193200: 1795.319781858839\n", - "12:07:10\tCompleted 3132 to KZ595200: 1611.5258748454528\n", - "12:07:10\tCompleted 3100 to KZ234200: 3638.8420523515974\n", - "12:07:10\tCompleted 3094 to KZ195800: 1946.7153077014527\n", - "12:07:10\tCompleted 3127 to KZ113400: 64.1510993767786\n", - "12:07:10\tCompleted 3108 to KZ195200: 1548.2132414322077\n", - "12:07:10\tCompleted 3120 to KZ616400: 2434.675375124602\n", - "12:07:10\tCompleted 3133 to KZ593600: 2255.6246914564317\n", - "12:07:10\tCompleted 3109 to KZ234800: 824.86049577733\n", - "12:07:10\tCompleted 3125 to KZ595600: 813.3906388955781\n", - "12:07:10\tCompleted 3057 to KZ636400: 2891.1689012248576\n", - "12:07:10\tCompleted 3069 to KZ614800: 2503.455216790198\n", - "12:07:10\tCompleted 3110 to KZ354800: 3641.5648725589026\n", - "12:07:10\tCompleted 3075 to KZ612000: 2010.7575163227243\n", - "12:07:11\tCompleted 3090 to KZ396200: 593.1466209747595\n", - "12:07:11\tCompleted 3102 to KZ314200: 1658.4961314124723\n", - "12:07:11\tCompleted 3117 to KZ194200: 1450.5161735370164\n", - "12:07:11\tCompleted 3111 to KZ391600: 2262.4965783148887\n", - "12:07:11\tCompleted 3055 to KZ156800: 1277.2835274224603\n", - "12:07:11\tCompleted 3078 to KZ751210: 1774.0442007614195\n", - "12:07:11\tCompleted 3096 to KZ394200: 2022.3010856334545\n", - "12:07:11\tCompleted 3077 to KZ194800: 2813.9283301731757\n", - "12:07:11\tCompleted 3052 to KZ551000: 1000.6871890873202\n", - "12:07:11\tCompleted 3127 to KZ113600: 339.42382842341436\n", - "12:07:11\tCompleted 3112 to KZ274400: 2987.4839721360477\n", - "12:07:11\tCompleted 3139 to KZ634600: 3951.029989288518\n", - "12:07:11\tCompleted 3087 to KZ111010: 1096.1533043730371\n", - "12:07:12\tCompleted 3071 to KZ156400: 2323.543677693906\n", - "12:07:12\tCompleted 3125 to KZ596000: 456.20565484248806\n", - "12:07:12\tCompleted 3059 to KZ612000: 1898.129534427258\n", - "12:07:12\tCompleted 3072 to KZ231000: 2864.710505084828\n", - "12:07:12\tCompleted 3129 to KZ195800: 3583.255802266139\n", - "12:07:12\tCompleted 3103 to KZ431000: 1447.2507185219333\n", - "12:07:12\tCompleted 3089 to KZ631000: 1058.0250861325767\n", - "12:07:12\tCompleted 3068 to KZ354400: 1738.732928658251\n", - "12:07:12\tCompleted 3083 to KZ613900: 2446.3163714501593\n", - "12:07:12\tCompleted 3102 to KZ353200: 318.20801539484324\n", - "12:07:12\tCompleted 3109 to KZ235200: 903.7568302120916\n", - "12:07:12\tCompleted 3058 to KZ791510: 1922.9199460628106\n", - "12:07:12\tCompleted 3137 to KZ193600: 2052.6898240028345\n", - "12:07:12\tCompleted 3067 to KZ632800: 2269.9828957967356\n", - "12:07:12\tCompleted 3091 to KZ276000: 3505.380279566711\n", - "12:07:12\tCompleted 3090 to KZ396600: 601.0654617659587\n", - "12:07:13\tCompleted 3124 to KZ316200: 2601.717775996348\n", - "12:07:13\tCompleted 3053 to KZ276600: 2672.56959231144412:07:13\tCompleted 3132 to KZ591000: 1501.7416035979907\n", - "\n", - "12:07:13\tCompleted 3131 to KZ393200: 2138.446283836322\n", - "12:07:13\tCompleted 3127 to KZ113800: 518.7698530923146\n", - "12:07:13\tCompleted 3073 to KZ353600: 1339.677121488968\n", - "12:07:13\tCompleted 3122 to KZ153600: 2604.4406798211267\n", - "12:07:13\tCompleted 3066 to KZ231000: 2073.9601268790784\n", - "12:07:13\tCompleted 3123 to KZ751310: 1541.529684442363812:07:13\tCompleted 3097 to KZ791710: 1644.6663338410444\n", - "\n", - "12:07:13\tCompleted 3052 to KZ556000: 1048.8085712953373\n", - "12:07:13\tCompleted 3096 to KZ394400: 1810.2881526012625\n", - "12:07:14\tCompleted 3080 to KZ434800: 2027.9079600524162\n", - "12:07:14\tCompleted 3133 to KZ595200: 1791.980793182351\n", - "12:07:14\tCompleted 3095 to KZ635800: 1701.0458017044443\n", - "12:07:14\tCompleted 3108 to KZ195000: 1476.75375025761\n", - "12:07:14\tCompleted 3138 to KZ751910: 2967.977048889755\n", - "12:07:14\tCompleted 3116 to KZ193400: 1520.508730937967\n", - "12:07:14\tCompleted 3088 to KZ751310: 1717.161653802986\n", - "12:07:14\tCompleted 3109 to KZ235600: 568.0265223316393\n", - "12:07:14\tCompleted 3118 to KZ314000: 1704.8060599880052\n", - "12:07:14\tCompleted 3056 to KZ196200: 2561.800010603483\n", - "12:07:14\tCompleted 3110 to KZ355200: 2991.2408098035703\n", - "12:07:14\tCompleted 3125 to KZ596200: 843.2051045136664\n", - "12:07:14\tCompleted 3127 to KZ114500: 385.89186854635165\n", - "12:07:14\tCompleted 3120 to KZ615600: 1632.9838789895782\n", - "12:07:14\tCompleted 3087 to KZ116000: 1326.057127347805\n", - "12:07:15\tCompleted 3099 to KZ153600: 2488.370345385139\n", - "12:07:15\tCompleted 3111 to KZ393600: 1802.698016678359\n", - "12:07:15\tCompleted 3104 to KZ273600: 2805.072331071773\n", - "12:07:15\tCompleted 3128 to KZ154800: 3145.591885289997\n", - "12:07:15\tCompleted 3068 to KZ351800: 1095.487968308426\n", - "12:07:15\tCompleted 3102 to KZ353600: 1045.5092156548171\n", - "12:07:15\tCompleted 3090 to KZ394200: 958.6805641759763\n", - "12:07:15\tCompleted 3117 to KZ751210: 1548.7343528454924\n", - "12:07:15\tCompleted 3063 to KZ193400: 2160.057959536134\n", - "12:07:15\tCompleted 3094 to KZ196000: 1716.843781828205\n", - "12:07:16\tCompleted 3079 to KZ634400: 2294.2485587292126\n", - "12:07:16\tCompleted 3093 to KZ154800: 2100.8416145564215\n", - "12:07:16\tCompleted 3073 to KZ351600: 1131.9097296704658\n", - "12:07:16\tCompleted 3127 to KZ114000: 332.83122234017435\n", - "12:07:16\tCompleted 3078 to KZ751110: 1767.6459250981304\n", - "12:07:16\tCompleted 3074 to KZ475200: 4096.132738412334\n", - "12:07:16\tCompleted 3109 to KZ233600: 1158.1934608282538\n", - "12:07:16\tCompleted 3125 to KZ596400: 638.2716821223624\n", - "12:07:16\tCompleted 3089 to KZ634600: 1516.7546135979912\n", - "12:07:16\tCompleted 3052 to KZ556800: 1249.4964961672795\n", - "12:07:16\tCompleted 3119 to KZ475000: 3529.763592013542\n", - "12:07:16\tCompleted 3096 to KZ433200: 2108.10135428342\n", - "12:07:16\tCompleted 3068 to KZ393200: 225.28567582674762\n", - "12:07:16\tCompleted 3057 to KZ631000: 2420.1886272013194\n", - "12:07:16\tCompleted 3087 to KZ116400: 1078.811482398447\n", - "12:07:16\tCompleted 3132 to KZ595600: 1735.629190119913\n", - "12:07:17\tCompleted 3069 to KZ615400: 2499.860841871673\n", - "12:07:17\tCompleted 3131 to KZ393400: 2146.548550145075\n", - "12:07:17\tCompleted 3103 to KZ435200: 1523.5570247503488\n", - "12:07:17\tCompleted 3075 to KZ614400: 2417.0331149385324\n", - "12:07:17\tCompleted 3127 to KZ117000: 255.46356578677825\n", - "12:07:17\tCompleted 3100 to KZ234600: 3754.012350789652\n", - "12:07:17\tCompleted 3073 to KZ354000: 673.861660405217\n", - "12:07:17\tCompleted 3058 to KZ791710: 1895.4010201490582\n", - "12:07:17\tCompleted 3083 to KZ612000: 1966.5735722741429\n", - "12:07:17\tCompleted 3102 to KZ351600: 700.5381359080625\n", - "12:07:17\tCompleted 3124 to KZ311000: 2462.2890363672263\n", - "12:07:17\tCompleted 3095 to KZ636200: 1369.9591239063113\n", - "12:07:17\tCompleted 3123 to KZ751410: 1557.1973035331237\n", - "12:07:18\tCompleted 3111 to KZ396400: 1636.5328945911428\n", - "12:07:18\tCompleted 3118 to KZ314800: 1404.925056280349\n", - "12:07:18\tCompleted 3071 to KZ155600: 2236.388457273851\n", - "12:07:18\tCompleted 3068 to KZ393400: 662.5349778724849\n", - "12:07:18\tCompleted 3133 to KZ591000: 1908.9366373050668\n", - "12:07:18\tCompleted 3116 to KZ193600: 1386.6164691924969\n", - "12:07:18\tCompleted 3090 to KZ394400: 1071.361691817918\n", - "12:07:18\tCompleted 3066 to KZ234000: 2211.924305356487\n", - "12:07:18\tCompleted 3088 to KZ751410: 1724.1715999078824\n", - "12:07:18\tCompleted 3137 to KZ194000: 2246.718004434415\n", - "12:07:19\tCompleted 3125 to KZ594600: 822.4789356409384\n", - "12:07:19\tCompleted 3077 to KZ195600: 3040.853243961957612:07:19\tCompleted 3127 to KZ114400: 381.70340589537795\n", - "\n", - "12:07:19\tCompleted 3108 to KZ194400: 1799.1893030972033\n", - "12:07:19\tCompleted 3073 to KZ351000: 690.547053174036612:07:19\tCompleted 3120 to KZ615800: 1647.3634983171103\n", - "\n", - "12:07:19\tCompleted 3102 to KZ354000: 273.0271208514654\n", - "12:07:19\tCompleted 3091 to KZ276200: 3224.7664928328068\n", - "12:07:19\tCompleted 3052 to KZ554800: 1205.3459793507982\n", - "12:07:19\tCompleted 3139 to KZ634400: 3472.747952200442\n", - "12:07:19\tCompleted 3122 to KZ154000: 2125.786957417272\n", - "12:07:19\tCompleted 3096 to KZ431900: 1982.6068569017687\n", - "12:07:19\tCompleted 3110 to KZ355600: 3186.7129936591273\n", - "12:07:19\tCompleted 3089 to KZ634400: 1038.4725765098751\n", - "12:07:19\tCompleted 3112 to KZ275400: 3662.672404093058\n", - "12:07:19\tCompleted 3059 to KZ614400: 2304.405133043078\n", - "12:07:19\tCompleted 3129 to KZ196000: 3770.0365576550307\n", - "12:07:19\tCompleted 3132 to KZ596000: 1378.4442060668227\n", - "12:07:19\tCompleted 3080 to KZ433600: 2227.750723594307\n", - "12:07:19\tCompleted 3087 to KZ116800: 1424.2503171881308\n", - "12:07:19\tCompleted 3072 to KZ234000: 3073.320982452516\n", - "12:07:20\tCompleted 3067 to KZ636800: 2294.8764773253392\n", - "12:07:20\tCompleted 3097 to KZ611600: 1722.6276182999727\n", - "12:07:20\tCompleted 3068 to KZ391600: 796.9606405707594\n", - "12:07:20\tCompleted 3138 to KZ751510: 2956.4929867888395\n", - "12:07:20\tCompleted 3125 to KZ711110: 110.82392759885361\n", - "12:07:20\tCompleted 3063 to KZ193600: 2026.165697790666\n", - "12:07:20\tCompleted 3078 to KZ751310: 1774.131206472369\n", - "12:07:21\tCompleted 3127 to KZ114600: 490.10249828280723\n", - "12:07:21\tCompleted 3055 to KZ193200: 2878.4956624416836\n", - "12:07:21\tCompleted 3103 to KZ434800: 1438.5801146754322\n", - "12:07:21\tCompleted 3117 to KZ751110: 1556.3397350021717\n", - "12:07:21\tCompleted 3094 to KZ191000: 1595.333588592794\n", - "12:07:21\tCompleted 3099 to KZ154000: 2009.716622981283\n", - "12:07:21\tCompleted 3102 to KZ351000: 237.06348765088117\n", - "12:07:21\tCompleted 3131 to KZ391600: 2081.4930818959206\n", - "12:07:21\tCompleted 3073 to KZ352000: 1133.2864092920322\n", - "12:07:21\tCompleted 3068 to KZ393600: 186.7945647053757\n", - "12:07:22\tCompleted 3125 to KZ711410: 110.99673065296332\n", - "12:07:22\tCompleted 3111 to KZ394000: 1704.2340209179306\n", - "12:07:22\tCompleted 3104 to KZ276600: 2886.897577770759\n", - "12:07:22\tCompleted 3109 to KZ633200: 4180.544638278652\n", - "12:07:22\tCompleted 3071 to KZ156800: 1634.398991101771\n", - "12:07:22\tCompleted 3053 to KZ275000: 2548.884352985699\n", - "12:07:22\tCompleted 3118 to KZ315400: 1367.472404361177\n", - "12:07:22\tCompleted 3058 to KZ611600: 1973.3623046079865\n", - "12:07:22\tCompleted 3056 to KZ192600: 2621.7897058891713\n", - "12:07:22\tCompleted 3069 to KZ615200: 2315.4444105761263\n", - "12:07:22\tCompleted 3128 to KZ155200: 3572.53054819175\n", - "12:07:23\tCompleted 3079 to KZ313600: 2670.680698239295\n", - "12:07:23\tCompleted 3138 to KZ231000: 1080.0717756910876\n", - "12:07:23\tCompleted 3074 to KZ471800: 3925.74251825160912:07:23\tCompleted 3087 to KZ111810: 1426.7420403529638\n", - "12:07:23\tCompleted 3133 to KZ595600: 1780.4421236293692\n", - "\n", - "12:07:23\tCompleted 3052 to KZ556400: 1191.925857903177\n", - "12:07:23\tCompleted 3124 to KZ315000: 2874.9609105064415\n", - "12:07:23\tCompleted 3068 to KZ396400: 169.99451830035673\n", - "12:07:23\tCompleted 3125 to KZ711210: 80.64234498654798\n", - "12:07:23\tCompleted 3127 to KZ114800: 848.3380276361225\n", - "12:07:23\tCompleted 3119 to KZ475200: 3540.6065527975916\n", - "12:07:23\tCompleted 3096 to KZ434600: 2020.506381151974\n", - "12:07:23\tCompleted 3102 to KZ352000: 586.7559162456977\n", - "12:07:23\tCompleted 3132 to KZ596200: 1765.4436557380004\n", - "12:07:23\tCompleted 3088 to KZ751710: 1756.2076695680262\n", - "12:07:23\tCompleted 3120 to KZ612600: 1477.4783471221538\n", - "12:07:23\tCompleted 3116 to KZ194000: 1580.6446496240899\n", - "12:07:23\tCompleted 3083 to KZ614400: 2372.8491708899555\n", - "12:07:23\tCompleted 3075 to KZ614600: 2103.977635099722\n", - "12:07:23\tCompleted 3073 to KZ354800: 807.4247467765352\n", - "12:07:24\tCompleted 3090 to KZ433200: 1837.5335619637065\n", - "12:07:24\tCompleted 3093 to KZ155200: 2527.780277458182\n", - "12:07:24\tCompleted 3108 to KZ194600: 1744.2701451382284\n", - "12:07:24\tCompleted 3100 to KZ234800: 2887.713726625268\n", - "12:07:24\tCompleted 3125 to KZ711310: 102.2347335251372\n", - "12:07:24\tCompleted 3068 to KZ394000: 401.9293676661832\n", - "12:07:24\tCompleted 3123 to KZ751710: 1592.9132573633844\n", - "12:07:25\tCompleted 3127 to KZ111010: 385.69015206617115\n", - "12:07:25\tCompleted 3111 to KZ396800: 1835.7058217082736\n", - "12:07:25\tCompleted 3097 to KZ613600: 1577.4198797740207\n", - "12:07:25\tCompleted 3078 to KZ751410: 1781.1411525772655\n", - "12:07:25\tCompleted 3138 to KZ234000: 1215.944803568749412:07:25\tCompleted 3074 to KZ593200: 1043.193034020672\n", - "\n", - "12:07:25\tCompleted 3131 to KZ393600: 2119.0105069413066\n", - "12:07:25\tCompleted 3103 to KZ433600: 1638.4228782173332\n", - "12:07:25\tCompleted 3094 to KZ196200: 1590.6997374059933\n", - "12:07:25\tCompleted 3089 to KZ313600: 2122.0575812436346\n", - "12:07:25\tCompleted 3068 to KZ396800: 180.75279561514967\n", - "12:07:25\tCompleted 3102 to KZ354800: 760.6865012670012\n", - "12:07:25\tCompleted 3059 to KZ614600: 1991.3496532042611\n", - "12:07:26\tCompleted 3052 to KZ554200: 1313.6436820921633\n", - "12:07:26\tCompleted 3139 to KZ313600: 2672.18968490492\n", - "12:07:26\tCompleted 3110 to KZ352100: 3706.5776107995316\n", - "12:07:26\tCompleted 3080 to KZ434000: 2422.3930313007163\n", - "12:07:26\tCompleted 3132 to KZ596400: 1282.7580974603839\n", - "12:07:26\tCompleted 3096 to KZ434400: 2057.4313934960683\n", - "12:07:26\tCompleted 3127 to KZ116000: 354.52123318891097\n", - "12:07:26\tCompleted 3057 to KZ634600: 2878.918154666682\n", - "12:07:26\tCompleted 3077 to KZ195800: 2905.1588443119253\n", - "12:07:26\tCompleted 3066 to KZ234200: 2733.516310767705\n", - "12:07:26\tCompleted 3095 to KZ636400: 1821.7996763365234\n", - "12:07:26\tCompleted 3073 to KZ355200: 1043.3729671777683\n", - "12:07:26\tCompleted 3063 to KZ194000: 2220.19387822225\n", - "12:07:26\tCompleted 3137 to KZ196400: 2532.2534332565256\n", - "12:07:26\tCompleted 3117 to KZ751310: 1557.854453627933\n", - "12:07:26\tCompleted 3118 to KZ315600: 1493.9214732590253\n", - "12:07:26\tCompleted 3125 to KZ555200: 843.8590383832765\n", - "12:07:27\tCompleted 3058 to KZ613600: 1828.1545660820345\n", - "12:07:27\tCompleted 3068 to KZ394800: 374.2363877214419\n", - "12:07:27\tCompleted 3122 to KZ154200: 2428.4229963865923\n", - "12:07:27\tCompleted 3102 to KZ355200: 435.47384491389727\n", - "12:07:27\tCompleted 3111 to KZ394800: 1578.782949455815\n", - "12:07:27\tCompleted 3129 to KZ191000: 3461.6474047620127\n", - "12:07:27\tCompleted 3124 to KZ314200: 2467.7642673025607\n", - "12:07:27\tCompleted 3133 to KZ596000: 1999.2378290624858\n", - "12:07:27\tCompleted 3091 to KZ271000: 3242.4594482470225\n", - "12:07:27\tCompleted 3067 to KZ635800: 2744.3787250225478\n", - "12:07:27\tCompleted 3127 to KZ116400: 476.92258094842975\n", - "12:07:27\tCompleted 3072 to KZ234200: 3524.266688973452\n", - "12:07:28\tCompleted 3074 to KZ595800: 1147.1126440610494\n", - "12:07:28\tCompleted 3099 to KZ154200: 2312.3526619505997\n", - "12:07:28\tCompleted 3112 to KZ273600: 2830.6316630755964\n", - "12:07:28\tCompleted 3088 to KZ751810: 1719.9190131158666\n", - "12:07:28\tCompleted 3071 to KZ193200: 1988.519375855423\n", - "12:07:28\tCompleted 3120 to KZ616000: 1662.1453545937848\n", - "12:07:28\tCompleted 3128 to KZ156400: 3411.6556422899366\n", - "12:07:28\tCompleted 3055 to KZ193400: 2603.6846115208173\n", - "12:07:28\tCompleted 3125 to KZ551600: 577.2923163977304\n", - "12:07:28\tCompleted 3068 to KZ395000: 305.45384181603777\n", - "12:07:28\tCompleted 3102 to KZ355600: 305.8346223671959\n", - "12:07:28\tCompleted 3073 to KZ355600: 755.1179049383644\n", - "12:07:28\tCompleted 3109 to KZ634800: 4724.401611489723\n", - "12:07:28\tCompleted 3104 to KZ275000: 2763.212338445014\n", - "12:07:29\tCompleted 3127 to KZ116800: 264.52372725640413\n", - "12:07:29\tCompleted 3096 to KZ431000: 2343.0919486168295\n", - "12:07:29\tCompleted 3083 to KZ614600: 2059.7936910511453\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:07:29\tCompleted 3087 to KZ116600: 2226.6627757666565\n", - "12:07:29\tCompleted 3132 to KZ594600: 1744.7174868652733\n", - "12:07:29\tCompleted 3053 to KZ274800: 3073.772160797192\n", - "12:07:29\tCompleted 3108 to KZ194800: 1877.2588471392874\n", - "12:07:29\tCompleted 3131 to KZ396400: 2340.422153614672\n", - "12:07:29\tCompleted 3116 to KZ196400: 1790.4963982683855\n", - "12:07:29\tCompleted 3068 to KZ395200: 312.8611943123425\n", - "12:07:29\tCompleted 3123 to KZ751810: 1546.772325129483\n", - "12:07:29\tCompleted 3078 to KZ751710: 1813.1772222374093\n", - "12:07:29\tCompleted 3069 to KZ616400: 3017.065962771536\n", - "12:07:30\tCompleted 3079 to KZ314000: 2453.114433595604\n", - "12:07:30\tCompleted 3074 to KZ593400: 874.3572399960786\n", - "12:07:30\tCompleted 3138 to KZ234200: 1739.627959579725\n", - "12:07:30\tCompleted 3111 to KZ395000: 1897.6942742541198\n", - "12:07:30\tCompleted 3075 to KZ614800: 2485.290097186385\n", - "12:07:30\tCompleted 3095 to KZ631000: 1316.0935105743574\n", - "12:07:30\tCompleted 3127 to KZ111810: 286.3878202795328\n", - "12:07:30\tCompleted 3119 to KZ471800: 3370.216332636866\n", - "12:07:30\tCompleted 3125 to KZ553200: 696.2403098044379\n", - "12:07:30\tCompleted 3090 to KZ431900: 1712.0390645820557\n", - "12:07:30\tCompleted 3093 to KZ156400: 2366.905371556336\n", - "12:07:30\tCompleted 3139 to KZ314000: 2454.623420261229\n", - "12:07:30\tCompleted 3056 to KZ196600: 2880.8666624787634\n", - "12:07:30\tCompleted 3094 to KZ192600: 1650.6894326916681\n", - "12:07:30\tCompleted 3097 to KZ614000: 1705.8325423157596\n", - "12:07:31\tCompleted 3052 to KZ791110: 2149.9050751910213\n", - "12:07:31\tCompleted 3068 to KZ391000: 28.358430771680517\n", - "12:07:31\tCompleted 3133 to KZ596200: 1604.021095125016\n", - "12:07:31\tCompleted 3103 to KZ434000: 1891.2196016265978\n", - "12:07:31\tCompleted 3073 to KZ352100: 1361.7782182065778\n", - "12:07:31\tCompleted 3089 to KZ314000: 1980.4142170952482\n", - "12:07:31\tCompleted 3132 to KZ711110: 1019.877702560021\n", - "12:07:31\tCompleted 3118 to KZ316000: 1483.5634478591714\n", - "12:07:31\tCompleted 3087 to KZ115600: 1166.2458604545195\n", - "12:07:31\tCompleted 3102 to KZ352100: 923.8168961433489\n", - "12:07:31\tCompleted 3119 to KZ593200: 487.6668484058892\n", - "12:07:31\tCompleted 3058 to KZ614000: 1956.5672286237734\n", - "12:07:32\tCompleted 3137 to KZ196800: 2056.9887413370766\n", - "12:07:32\tCompleted 3100 to KZ235200: 2935.353573988635612:07:32\tCompleted 3059 to KZ614800: 2372.662115290929\n", - "\n", - "12:07:32\tCompleted 3117 to KZ751410: 1573.522072718693\n", - "12:07:32\tCompleted 3125 to KZ553600: 647.243308039411\n", - "12:07:32\tCompleted 3068 to KZ395400: 70.7170480173737\n", - "12:07:32\tCompleted 3110 to KZ352200: 3144.761571821881\n", - "12:07:32\tCompleted 3096 to KZ435200: 2433.903742006881\n", - "12:07:32\tCompleted 3057 to KZ634400: 2400.6361175786055\n", - "12:07:32\tCompleted 3088 to KZ751910: 1702.0440285762\n", - "12:07:32\tCompleted 3074 to KZ594200: 1136.3576557724205\n", - "12:07:32\tCompleted 3077 to KZ196000: 2675.2873184387104\n", - "12:07:32\tCompleted 3071 to KZ193400: 1713.708324934551\n", - "12:07:33\tCompleted 3073 to KZ352200: 737.7220475513334\n", - "12:07:33\tCompleted 3087 to KZ115200: 889.932557606342\n", - "12:07:33\tCompleted 3122 to KZ156000: 2001.6722287548089\n", - "12:07:33\tCompleted 3111 to KZ395200: 1975.8950069886964\n", - "12:07:33\tCompleted 3102 to KZ352200: 263.8832005299616412:07:33\tCompleted 3124 to KZ353200: 2534.9786344952417\n", - "\n", - "12:07:33\tCompleted 3120 to KZ613800: 1885.6503851000318\n", - "12:07:33\tCompleted 3068 to KZ392000: 142.6101730552664\n", - "12:07:33\tCompleted 3132 to KZ711410: 1018.2110575146154\n", - "12:07:33\tCompleted 3080 to KZ471000: 3978.265144734148\n", - "12:07:33\tCompleted 3119 to KZ595800: 591.5864584462664\n", - "12:07:33\tCompleted 3116 to KZ196800: 1390.9153865267388\n", - "12:07:33\tCompleted 3066 to KZ234600: 2848.6866092057594\n", - "12:07:33\tCompleted 3063 to KZ196400: 2430.0456268665334\n", - "12:07:33\tCompleted 3099 to KZ156000: 1885.6018943188126\n", - "12:07:34\tCompleted 3125 to KZ552200: 538.7753660176838\n", - "12:07:34\tCompleted 3129 to KZ196200: 3227.2402319706976\n", - "12:07:34\tCompleted 3128 to KZ155600: 3324.500421869843\n", - "12:07:34\tCompleted 3138 to KZ234600: 1854.7982580178068\n", - "12:07:34\tCompleted 3109 to KZ633400: 4080.263863836111\n", - "12:07:34\tCompleted 3131 to KZ394000: 2572.3570029804932\n", - "12:07:34\tCompleted 3068 to KZ395600: 171.84476302104622\n", - "12:07:34\tCompleted 3091 to KZ274000: 3906.147138186229\n", - "12:07:34\tCompleted 3078 to KZ751810: 1776.8885657852497\n", - "12:07:34\tCompleted 3087 to KZ115400: 1015.4831788893962\n", - "12:07:34\tCompleted 3067 to KZ636200: 2413.2920472244564\n", - "12:07:34\tCompleted 3127 to KZ116600: 1219.4584405567273\n", - "12:07:34\tCompleted 3119 to KZ593400: 400.973721094126112:07:34\tCompleted 3108 to KZ195600: 2104.1837609281015\n", - "\n", - "12:07:35\tCompleted 3055 to KZ193600: 2469.792349775366\n", - "12:07:35\tCompleted 3112 to KZ276600: 2912.4569097745825\n", - "12:07:35\tCompleted 3089 to KZ314800: 1680.533213387592\n", - "12:07:35\tCompleted 3074 to KZ596600: 1237.2431733491858\n", - "12:07:35\tCompleted 3090 to KZ434600: 1749.938588832261\n", - "12:07:35\tCompleted 3123 to KZ751910: 1547.7110067657056\n", - "12:07:35\tCompleted 3132 to KZ711210: 1031.6942439545612\n", - "12:07:35\tCompleted 3104 to KZ274800: 3288.1001462565073\n", - "12:07:35\tCompleted 3069 to KZ615600: 2556.4907723369915\n", - "12:07:35\tCompleted 3125 to KZ554600: 620.9518385194949\n", - "12:07:35\tCompleted 3083 to KZ614800: 2441.1061531378086\n", - "12:07:35\tCompleted 3102 to KZ352300: 822.7140256622636\n", - "12:07:35\tCompleted 3095 to KZ634600: 1774.8230380397717\n", - "12:07:36\tCompleted 3075 to KZ615400: 2376.19397935931212:07:36\tCompleted 3118 to KZ316600: 1418.3958961356593\n", - "\n", - "12:07:36\tCompleted 3096 to KZ434800: 2355.4699777301635\n", - "12:07:36\tCompleted 3053 to KZ275800: 2543.354984785614\n", - "12:07:36\tCompleted 3079 to KZ314800: 2379.9638828847715\n", - "12:07:36\tCompleted 3068 to KZ395800: 672.1132930300723\n", - "12:07:36\tCompleted 3052 to KZ791310: 2125.7821916331154\n", - "12:07:36\tCompleted 3111 to KZ391000: 1787.4615181968275\n", - "12:07:36\tCompleted 3138 to KZ234800: 915.7621843633416\n", - "12:07:36\tCompleted 3087 to KZ151000: 922.3938886029079\n", - "12:07:36\tCompleted 3133 to KZ596400: 2473.088274102296\n", - "12:07:36\tCompleted 3072 to KZ234600: 3639.4369874115064\n", - "12:07:36\tCompleted 3127 to KZ115600: 450.46016848308744\n", - "12:07:36\tCompleted 3119 to KZ594200: 580.8314701576378\n", - "12:07:36\tCompleted 3094 to KZ196600: 1909.7663892812861\n", - "12:07:36\tCompleted 3073 to KZ352300: 1430.6131479261333\n", - "12:07:36\tCompleted 3139 to KZ314800: 2953.9107251356595\n", - "12:07:36\tCompleted 3110 to KZ352300: 2482.1200219054763\n", - "12:07:36\tCompleted 3071 to KZ193600: 1579.8160631890812\n", - "12:07:37\tCompleted 3088 to KZ751510: 1702.6053046168818\n", - "12:07:37\tCompleted 3097 to KZ613900: 1982.5842414569536\n", - "12:07:37\tCompleted 3102 to KZ352800: 264.56704367106045\n", - "12:07:37\tCompleted 3117 to KZ751710: 1609.2380265489537\n", - "12:07:37\tCompleted 3068 to KZ392400: 48.33452377915606\n", - "12:07:37\tCompleted 3093 to KZ155600: 2279.7501511362752\n", - "12:07:37\tCompleted 3116 to KZ191600: 1442.9047925927473\n", - "12:07:37\tCompleted 3058 to KZ613900: 2233.3189277649626\n", - "12:07:37\tCompleted 3074 to KZ595000: 1071.6831920368868\n", - "12:07:37\tCompleted 3132 to KZ711310: 1036.9077433546836\n", - "12:07:37\tCompleted 3137 to KZ191600: 2108.9781474030806\n", - "12:07:38\tCompleted 3059 to KZ615400: 2263.565997463855\n", - "12:07:38\tCompleted 3087 to KZ153200: 972.587496031655612:07:38\tCompleted 3056 to KZ194200: 2382.8164046513384\n", - "\n", - "12:07:38\tCompleted 3066 to KZ234800: 1911.7416861510776\n", - "12:07:38\tCompleted 3073 to KZ352800: 762.3249769404428\n", - "12:07:38\tCompleted 3127 to KZ115200: 643.9422829693499\n", - "12:07:38\tCompleted 3068 to KZ396200: 397.50810722956203\n", - "12:07:38\tCompleted 3125 to KZ555600: 1158.9965550842344\n", - "12:07:38\tCompleted 3119 to KZ596600: 681.7169877344027\n", - "12:07:38\tCompleted 3138 to KZ235200: 1036.1394812167368\n", - "12:07:38\tCompleted 3131 to KZ396800: 2318.4494605409063\n", - "12:07:38\tCompleted 3111 to KZ395400: 1825.837902395487\n", - "12:07:38\tCompleted 3124 to KZ353600: 3262.2798347551798\n", - "12:07:38\tCompleted 3103 to KZ471000: 3407.01107383368\n", - "12:07:39\tCompleted 3078 to KZ751910: 1759.013581245583\n", - "12:07:39\tCompleted 3100 to KZ235600: 3030.3913400090405\n", - "12:07:39\tCompleted 3063 to KZ196800: 2030.4646151249078\n", - "12:07:39\tCompleted 3077 to KZ191000: 2553.7771252033012\n", - "12:07:39\tCompleted 3132 to KZ555200: 455.61838594414365\n", - "12:07:39\tCompleted 3102 to KZ356400: 581.6465321336235\n", - "12:07:39\tCompleted 3122 to KZ154600: 2299.8096594999274\n", - "12:07:39\tCompleted 3128 to KZ156800: 2722.5109556978205\n", - "12:07:39\tCompleted 3096 to KZ433600: 2171.113505880028\n", - "12:07:39\tCompleted 3087 to KZ153400: 556.2588254015207\n", - "12:07:39\tCompleted 3133 to KZ594600: 1698.434014025653\n", - "12:07:39\tCompleted 3095 to KZ634400: 1296.541000951655\n", - "12:07:39\tCompleted 3089 to KZ315400: 1643.08056146842\n", - "12:07:39\tCompleted 3109 to KZ633600: 3851.088523247681\n", - "12:07:39\tCompleted 3057 to KZ313600: 2858.5797673437164\n", - "12:07:40\tCompleted 3099 to KZ154600: 2183.7393250639348\n", - "12:07:40\tCompleted 3120 to KZ273200: 3069.139388326061\n", - "12:07:40\tCompleted 3123 to KZ751510: 1540.19953283616112:07:40\tCompleted 3068 to KZ396600: 309.2132393770304\n", - "\n", - "12:07:40\tCompleted 3074 to KZ593600: 1186.2317963211804\n", - "12:07:40\tCompleted 3119 to KZ595000: 516.1570064221042\n", - "12:07:40\tCompleted 3125 to KZ551000: 613.8679608680662\n", - "12:07:40\tCompleted 3102 to KZ352400: 214.83585412203013\n", - "12:07:40\tCompleted 3094 to KZ194200: 1411.716131453821\n", - "12:07:40\tCompleted 3090 to KZ434400: 1786.863601176355412:07:40\tCompleted 3129 to KZ192600: 3500.5911597907066\n", - "\n", - "12:07:40\tCompleted 3080 to KZ473600: 3559.290378711205\n", - "12:07:40\tCompleted 3132 to KZ551600: 593.6981364268707\n", - "12:07:40\tCompleted 3108 to KZ195800: 1968.4893612780725\n", - "12:07:40\tCompleted 3138 to KZ235600: 1131.177247237165\n", - "12:07:41\tCompleted 3127 to KZ115400: 864.5150548350069\n", - "12:07:41\tCompleted 3073 to KZ356400: 1053.8153790787014\n", - "12:07:41\tCompleted 3118 to KZ316200: 1750.4453116640184\n", - "12:07:41\tCompleted 3111 to KZ392000: 1622.7437764420206\n", - "12:07:41\tCompleted 3075 to KZ615200: 2155.6768341433262\n", - "12:07:41\tCompleted 3071 to KZ194000: 1773.8442436206742\n", - "12:07:41\tCompleted 3128 to KZ193200: 1091.896799433345412:07:41\tCompleted 3091 to KZ274200: 4013.46312634599512:07:41\tCompleted 3097 to KZ612000: 1502.841442280916\n", - "\n", - "\n", - "12:07:41\tCompleted 3110 to KZ352800: 3145.4454149629787\n", - "12:07:41\tCompleted 3052 to KZ791510: 2124.3227167793643\n", - "12:07:41\tCompleted 3069 to KZ615800: 2394.682740277567\n", - "12:07:41\tCompleted 3116 to KZ195200: 1463.959121670044\n", - "12:07:41\tCompleted 3117 to KZ751810: 1563.0970943150523\n", - "12:07:41\tCompleted 3139 to KZ315400: 2641.1496064557077\n", - "12:07:42\tCompleted 3068 to KZ394200: 821.8618036214293\n", - "12:07:42\tCompleted 3058 to KZ612000: 1753.576128588929812:07:42\tCompleted 3055 to KZ194000: 2663.8205302069186\n", - "\n", - "12:07:42\tCompleted 3119 to KZ593600: 630.7056107063975\n", - "12:07:42\tCompleted 3083 to KZ615400: 2332.010035310735\n", - "12:07:42\tCompleted 3125 to KZ556000: 661.9893430760834\n", - "12:07:42\tCompleted 3067 to KZ636400: 2830.40670791604\n", - "12:07:42\tCompleted 3079 to KZ315400: 2342.511230965588\n", - "12:07:42\tCompleted 3112 to KZ275000: 2788.7716704488375\n", - "12:07:42\tCompleted 3104 to KZ275800: 2757.682970244929\n", - "12:07:42\tCompleted 3093 to KZ156800: 1677.7606849642004\n", - "12:07:42\tCompleted 3132 to KZ553200: 884.4507912961309\n", - "12:07:42\tCompleted 3087 to KZ153600: 1525.2015901818513\n", - "12:07:42\tCompleted 3066 to KZ235200: 2030.0278324047283\n", - "12:07:42\tCompleted 3092 to KZ113200: 321.725778287633\n", - "12:07:42\tCompleted 3073 to KZ352400: 701.4542646247106\n", - "12:07:43\tCompleted 3053 to KZ276000: 2959.186010540649\n", - "12:07:43\tCompleted 3074 to KZ595200: 1183.6819293784165\n", - "12:07:43\tCompleted 3096 to KZ434000: 2906.3171990451883\n", - "12:07:43\tCompleted 3137 to KZ195200: 2130.032476480373\n", - "12:07:43\tCompleted 3138 to KZ233600: 1136.939236037281\n", - "12:07:43\tCompleted 3078 to KZ751510: 1759.574857286265\n", - "12:07:43\tCompleted 3068 to KZ394400: 393.47404043265755\n", - "12:07:43\tCompleted 3128 to KZ193400: 768.7068596617958\n", - "12:07:43\tCompleted 3131 to KZ394800: 2497.1040292389584\n", - "12:07:43\tCompleted 3102 to KZ356000: 939.9845110777336\n", - "12:07:43\tCompleted 3088 to KZ231000: 3475.0450547171367\n", - "12:07:43\tCompleted 3133 to KZ711110: 2164.1079232906222\n", - "12:07:44\tCompleted 3111 to KZ395600: 1936.3099824229905\n", - "12:07:44\tCompleted 3090 to KZ431000: 1464.1664473221551\n", - "12:07:44\tCompleted 3119 to KZ595200: 628.1557437636336\n", - "12:07:44\tCompleted 3087 to KZ154000: 860.2041481883581\n", - "12:07:44\tCompleted 3092 to KZ113400: 340.2445373642528\n", - "12:07:44\tCompleted 3132 to KZ553600: 816.1567012393455\n", - "12:07:44\tCompleted 3089 to KZ315600: 1769.5296303662683\n", - "12:07:44\tCompleted 3124 to KZ351600: 2891.685438722345\n", - "12:07:44\tCompleted 3063 to KZ191600: 2082.4540211909143\n", - "12:07:44\tCompleted 3072 to KZ234800: 2773.1383632471225\n", - "12:07:44\tCompleted 3094 to KZ751210: 1509.934310762297\n", - "12:07:44\tCompleted 3125 to KZ556800: 862.6772679480255\n", - "12:07:45\tCompleted 3059 to KZ615200: 2043.0488522478727\n", - "12:07:45\tCompleted 3074 to KZ591000: 1073.8976581309544\n", - "12:07:45\tCompleted 3095 to KZ313600: 1858.506584701861\n", - "12:07:45\tCompleted 3096 to KZ471000: 1831.8676963858547\n", - "12:07:45\tCompleted 3100 to KZ233600: 3036.153328809165\n", - "12:07:45\tCompleted 3077 to KZ196200: 2549.1432740164837\n", - "12:07:45\tCompleted 3108 to KZ196000: 1738.6178354048247\n", - "12:07:45\tCompleted 3118 to KZ311000: 1603.6687143668182\n", - "12:07:45\tCompleted 3122 to KZ154800: 2182.990339751913\n", - "12:07:45\tCompleted 3092 to KZ113600: 474.34161137069094\n", - "12:07:45\tCompleted 3099 to KZ154800: 2066.9200053159193\n", - "12:07:45\tCompleted 3056 to KZ751210: 2481.034583959793\n", - "12:07:45\tCompleted 3116 to KZ195000: 1392.4996304954461\n", - "12:07:45\tCompleted 3119 to KZ591000: 518.3714725161715\n", - "12:07:46\tCompleted 3109 to KZ633800: 4151.673870728193\n", - "12:07:46\tCompleted 3102 to KZ354400: 928.1273162039571\n", - "12:07:46\tCompleted 3132 to KZ552200: 856.6091949325661\n", - "12:07:46\tCompleted 3110 to KZ356400: 3294.032539533442\n", - "12:07:46\tCompleted 3087 to KZ154200: 1162.8401871576789\n", - "12:07:46\tCompleted 3117 to KZ751910: 1564.035775951275\n", - "12:07:46\tCompleted 3057 to KZ314000: 2641.0135027000265\n", - "12:07:46\tCompleted 3052 to KZ791710: 2096.8037908656124\n", - "12:07:46\tCompleted 3103 to KZ473600: 2988.0363078107366\n", - "12:07:46\tCompleted 3069 to KZ612600: 2104.0627513920817\n", - "12:07:47\tCompleted 3127 to KZ151000: 2249.7236318532064\n", - "12:07:47\tCompleted 3071 to KZ196400: 1983.695992264969812:07:47\tCompleted 3129 to KZ196600: 3546.306883845978\n", - "\n", - "12:07:47\tCompleted 3068 to KZ433200: 1650.3280569522447\n", - "12:07:47\tCompleted 3125 to KZ554800: 867.3727559924811\n", - "12:07:47\tCompleted 3123 to KZ231000: 3004.5570806067603\n", - "12:07:47\tCompleted 3097 to KZ614400: 1909.1170408967564\n", - "12:07:47\tCompleted 3128 to KZ193600: 1574.8514545054788\n", - "12:07:47\tCompleted 3111 to KZ395800: 2191.4680941917054\n", - "12:07:47\tCompleted 3083 to KZ615200: 2111.4928900947493\n", - "12:07:47\tCompleted 3073 to KZ356000: 1547.8836333416025\n", - "12:07:47\tCompleted 3096 to KZ473600: 1365.457587704292\n", - "12:07:47\tCompleted 3120 to KZ274400: 2999.2057883376096\n", - "12:07:47\tCompleted 3119 to KZ595600: 752.2590590380937\n", - "12:07:47\tCompleted 3080 to KZ474200: 4005.914539777727\n", - "12:07:47\tCompleted 3058 to KZ614400: 2159.851727204759\n", - "12:07:48\tCompleted 3066 to KZ235600: 2125.065598425146\n", - "12:07:48\tCompleted 3087 to KZ156000: 736.0894195258876\n", - "12:07:48\tCompleted 3092 to KZ113800: 658.4581987403847\n", - "12:07:48\tCompleted 3093 to KZ193200: 1882.821173617524\n", - "12:07:48\tCompleted 3132 to KZ554600: 923.7489036402216\n", - "12:07:48\tCompleted 3090 to KZ435200: 1540.4727535505706\n", - "12:07:48\tCompleted 3079 to KZ315600: 2468.9602998634455\n", - "12:07:48\tCompleted 3074 to KZ595600: 1307.7852446528766\n", - "12:07:48\tCompleted 3133 to KZ711410: 2154.2421441115957\n", - "12:07:48\tCompleted 3067 to KZ631000: 2359.4264338925022\n", - "12:07:48\tCompleted 3102 to KZ351800: 848.098801973114\n", - "12:07:48\tCompleted 3131 to KZ395000: 2425.0794389299203\n", - "12:07:48\tCompleted 3100 to KZ633200: 1187.8369164340372\n", - "12:07:49\tCompleted 3137 to KZ195000: 2134.2566654836087\n", - "12:07:49\tCompleted 3119 to KZ596000: 395.07407498500356\n", - "12:07:49\tCompleted 3092 to KZ114500: 382.64563425433806\n", - "12:07:49\tCompleted 3104 to KZ276000: 3173.513995999964\n", - "12:07:49\tCompleted 3139 to KZ315600: 3160.5911192763538\n", - "12:07:49\tCompleted 3125 to KZ556400: 805.1066296839233\n", - "12:07:49\tCompleted 3094 to KZ751110: 1517.5396929189762\n", - "12:07:49\tCompleted 3112 to KZ274800: 3313.6594782603306\n", - "12:07:49\tCompleted 3087 to KZ154600: 1034.226850271019\n", - "12:07:49\tCompleted 3108 to KZ191000: 1617.107642169414\n", - "12:07:49\tCompleted 3132 to KZ555600: 643.935204001445112:07:49\tCompleted 3055 to KZ196400: 2873.672278851231\n", - "\n", - "12:07:49\tCompleted 3063 to KZ195200: 2103.5083502682082\n", - "12:07:49\tCompleted 3111 to KZ392400: 1721.944404121772\n", - "12:07:49\tCompleted 3089 to KZ316000: 1841.025639463193\n", - "12:07:50\tCompleted 3075 to KZ616400: 2997.4966800442535\n", - "12:07:50\tCompleted 3124 to KZ354000: 2489.797739951871\n", - "12:07:50\tCompleted 3096 to KZ474200: 1859.5170914294015\n", - "12:07:50\tCompleted 3078 to KZ231000: 3469.469853784103\n", - "12:07:50\tCompleted 3053 to KZ276200: 2678.5722238067447\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:07:50\tCompleted 3128 to KZ194000: 1430.39668565081\n", - "12:07:50\tCompleted 3095 to KZ314000: 1716.8632205534745\n", - "12:07:50\tCompleted 3074 to KZ596000: 950.6002605997866\n", - "12:07:50\tCompleted 3138 to KZ633200: 3183.5612186479043\n", - "12:07:50\tCompleted 3118 to KZ315000: 1720.877530600451\n", - "12:07:50\tCompleted 3068 to KZ431900: 1524.833559570594\n", - "12:07:50\tCompleted 3117 to KZ751510: 1556.5243020217304\n", - "12:07:50\tCompleted 3116 to KZ194400: 1714.9351833350395\n", - "12:07:50\tCompleted 3092 to KZ114000: 464.22093887032685\n", - "12:07:51\tCompleted 3110 to KZ352400: 3095.7142254139562\n", - "12:07:51\tCompleted 3088 to KZ234000: 3683.6555320848247\n", - "12:07:51\tCompleted 3132 to KZ551000: 510.6706348476169\n", - "12:07:51\tCompleted 3071 to KZ196800: 1584.114980523323\n", - "12:07:51\tCompleted 3072 to KZ235200: 2820.77821061049\n", - "12:07:51\tCompleted 3119 to KZ596200: 782.0735246561819\n", - "12:07:51\tCompleted 3073 to KZ354400: 1474.6578092502918\n", - "12:07:51\tCompleted 3087 to KZ154800: 1093.067483928556\n", - "12:07:51\tCompleted 3097 to KZ614600: 1596.061561057919\n", - "12:07:51\tCompleted 3090 to KZ434800: 1455.495843475654\n", - "12:07:51\tCompleted 3102 to KZ393200: 1044.0631254495536\n", - "12:07:52\tCompleted 3077 to KZ192600: 2609.1329693021703\n", - "12:07:52\tCompleted 3052 to KZ611600: 2174.765075324538\n", - "12:07:52\tCompleted 3125 to KZ554200: 1000.9376654662243\n", - "12:07:52\tCompleted 3096 to KZ474600: 1536.692530611331\n", - "12:07:52\tCompleted 3122 to KZ155200: 2609.9290026536655\n", - "12:07:52\tCompleted 3092 to KZ117000: 386.85328231693074\n", - "12:07:52\tCompleted 3099 to KZ155200: 2493.8586682176838\n", - "12:07:52\tCompleted 3109 to KZ634000: 4398.876668625245\n", - "12:07:52\tCompleted 3056 to KZ751110: 2488.63996611647\n", - "12:07:52\tCompleted 3093 to KZ193400: 1608.010122696652\n", - "12:07:52\tCompleted 3131 to KZ395200: 1957.04395385507312:07:52\tCompleted 3132 to KZ556000: 550.1368869998014\n", - "\n", - "12:07:52\tCompleted 3058 to KZ614600: 1846.796247365933\n", - "12:07:52\tCompleted 3057 to KZ314800: 2486.3514417341617\n", - "12:07:52\tCompleted 3128 to KZ196400: 1175.51978391552\n", - "12:07:52\tCompleted 3133 to KZ711210: 2151.5979135535727\n", - "12:07:53\tCompleted 3111 to KZ396200: 2161.973326631504\n", - "12:07:53\tCompleted 3059 to KZ616400: 2884.868698148797\n", - "12:07:53\tCompleted 3127 to KZ153200: 2299.9172392819537\n", - "12:07:53\tCompleted 3074 to KZ596200: 1337.599710270964\n", - "12:07:53\tCompleted 3119 to KZ596400: 577.1401022648781\n", - "12:07:53\tCompleted 3066 to KZ233600: 2130.827587225271\n", - "12:07:53\tCompleted 3129 to KZ194200: 3174.397945668255\n", - "12:07:53\tCompleted 3094 to KZ751310: 1519.0544115447376\n", - "12:07:53\tCompleted 3069 to KZ616000: 2421.8219560101784\n", - "12:07:53\tCompleted 3100 to KZ634800: 1713.5838390137264\n", - "12:07:53\tCompleted 3087 to KZ155200: 1363.2931166475316\n", - "12:07:53\tCompleted 3089 to KZ316600: 1694.0040532429023\n", - "12:07:54\tCompleted 3139 to KZ316000: 2334.352041412872\n", - "12:07:54\tCompleted 3095 to KZ314800: 1416.9822168458184\n", - "12:07:54\tCompleted 3092 to KZ114400: 521.391751543448\n", - "12:07:54\tCompleted 3068 to KZ434600: 1562.7330838207993\n", - "12:07:54\tCompleted 3103 to KZ474200: 3434.6604688772586\n", - "12:07:54\tCompleted 3079 to KZ316000: 2183.187819781799\n", - "12:07:54\tCompleted 3132 to KZ556800: 550.3719115277686\n", - "12:07:54\tCompleted 3083 to KZ616400: 2953.312735995677\n", - "12:07:54\tCompleted 3110 to KZ356000: 2485.517924318919\n", - "12:07:54\tCompleted 3080 to KZ474600: 3683.089978959645\n", - "12:07:54\tCompleted 3108 to KZ196200: 1612.473790982613\n", - "12:07:54\tCompleted 3102 to KZ393400: 998.5682826644211\n", - "12:07:54\tCompleted 3120 to KZ275400: 3674.39422029462\n", - "12:07:54\tCompleted 3063 to KZ195000: 2032.048859093613412:07:54\tCompleted 3096 to KZ475000: 1907.0215573611315\n", - "\n", - "12:07:55\tCompleted 3124 to KZ351000: 2453.8341067512843\n", - "12:07:55\tCompleted 3075 to KZ615600: 2195.805183909248\n", - "12:07:55\tCompleted 3123 to KZ234000: 3213.1675579744483\n", - "12:07:55\tCompleted 3074 to KZ596400: 823.6321232418012\n", - "12:07:55\tCompleted 3118 to KZ314200: 1605.0829279291913\n", - "12:07:55\tCompleted 3137 to KZ194400: 2381.0085381453623\n", - "12:07:55\tCompleted 3071 to KZ191600: 1636.1043865893316\n", - "12:07:55\tCompleted 3092 to KZ114600: 407.89187133615565\n", - "12:07:55\tCompleted 3116 to KZ194600: 1660.0160253760646\n", - "12:07:55\tCompleted 3067 to KZ634600: 2818.1559613578656\n", - "12:07:55\tCompleted 3119 to KZ594600: 761.347355783454\n", - "12:07:55\tCompleted 3090 to KZ433600: 1655.338607017555\n", - "12:07:55\tCompleted 3055 to KZ196800: 2474.0912671095834\n", - "12:07:56\tCompleted 3112 to KZ275800: 2783.2423022487524\n", - "12:07:56\tCompleted 3073 to KZ351800: 1455.9979242369836\n", - "12:07:56\tCompleted 3104 to KZ276200: 2892.90020926606\n", - "12:07:56\tCompleted 3132 to KZ554800: 779.9175655003953\n", - "12:07:56\tCompleted 3111 to KZ396600: 2073.678458778972\n", - "12:07:56\tCompleted 3128 to KZ196800: 1341.6976244310522\n", - "12:07:56\tCompleted 3100 to KZ633400: 1087.5561419914961\n", - "12:07:56\tCompleted 3052 to KZ613600: 2029.5573367985921\n", - "12:07:56\tCompleted 3131 to KZ391000: 2152.750218364045\n", - "12:07:56\tCompleted 3093 to KZ193600: 1474.1178609511821\n", - "12:07:56\tCompleted 3118 to KZ353200: 264.7948119115623\n", - "12:07:56\tCompleted 3078 to KZ234000: 3678.080331151791\n", - "12:07:57\tCompleted 3053 to KZ271000: 2696.2651792209604\n", - "12:07:57\tCompleted 3119 to KZ711110: 49.69234774136977\n", - "12:07:57\tCompleted 3097 to KZ614800: 1977.3740231445877\n", - "12:07:57\tCompleted 3096 to KZ475200: 1917.8645181451798\n", - "12:07:57\tCompleted 3102 to KZ391600: 921.4014396503819\n", - "12:07:57\tCompleted 3087 to KZ156400: 1605.8460133948602\n", - "12:07:57\tCompleted 3068 to KZ434400: 1599.6580961648935\n", - "12:07:57\tCompleted 3138 to KZ634800: 3727.418191858921\n", - "12:07:57\tCompleted 3132 to KZ556400: 693.2541736076413\n", - "12:07:57\tCompleted 3133 to KZ711310: 2141.857972860687\n", - "12:07:57\tCompleted 3125 to KZ791110: 1671.2308686677663\n", - "12:07:57\tCompleted 3095 to KZ315400: 1379.5295649266463\n", - "12:07:57\tCompleted 3094 to KZ751410: 1534.7220306354975\n", - "12:07:58\tCompleted 3092 to KZ114800: 979.727744166275\n", - "12:07:58\tCompleted 3088 to KZ234200: 4134.60123860576\n", - "12:07:58\tCompleted 3119 to KZ711410: 49.86515079547948\n", - "12:07:58\tCompleted 3066 to KZ633200: 2216.7927823559507\n", - "12:07:58\tCompleted 3074 to KZ594600: 1316.873541398237\n", - "12:07:58\tCompleted 3072 to KZ235600: 2915.815976630895\n", - "12:07:58\tCompleted 3117 to KZ231000: 2935.834473337842\n", - "12:07:58\tCompleted 3127 to KZ153400: 1883.5885686518272\n", - "12:07:58\tCompleted 3111 to KZ394200: 1850.1550647370118\n", - "12:07:58\tCompleted 3059 to KZ615600: 2083.1772020137814\n", - "12:07:58\tCompleted 3122 to KZ156400: 2449.05409675183\n", - "12:07:58\tCompleted 3100 to KZ633600: 840.2707507717034\n", - "12:07:58\tCompleted 3110 to KZ354400: 3272.8232470731205\n", - "12:07:58\tCompleted 3099 to KZ156400: 2332.983762315833\n", - "12:07:59\tCompleted 3109 to KZ635400: 4907.11258219698\n", - "12:07:59\tCompleted 3139 to KZ316600: 2982.342905496893\n", - "12:07:59\tCompleted 3128 to KZ191600: 1258.5971675632093\n", - "12:07:59\tCompleted 3056 to KZ751310: 2490.154684742233\n", - "12:07:59\tCompleted 3124 to KZ352000: 2270.1122190775063\n", - "12:07:59\tCompleted 3096 to KZ471800: 1747.4742979844382\n", - "12:07:59\tCompleted 3087 to KZ155600: 1213.158026557404\n", - "12:07:59\tCompleted 3089 to KZ316200: 2107.9075032680403\n", - "12:07:59\tCompleted 3058 to KZ614800: 2228.108709452601\n", - "12:07:59\tCompleted 3077 to KZ196600: 2868.209925891764\n", - "12:07:59\tCompleted 3092 to KZ111010: 517.0798685963236\n", - "12:07:59\tCompleted 3119 to KZ711210: 19.5107651290641212:07:59\tCompleted 3083 to KZ615600: 2151.6212398606663\n", - "\n", - "12:07:59\tCompleted 3118 to KZ353600: 992.0960121715362\n", - "12:07:59\tCompleted 3057 to KZ315400: 2448.8987898149785\n", - "12:07:59\tCompleted 3108 to KZ192600: 1672.463486268288\n", - "12:07:59\tCompleted 3129 to KZ751210: 3129.1975682530765\n", - "12:07:59\tCompleted 3102 to KZ393600: 971.0302394606499\n", - "12:07:59\tCompleted 3074 to KZ711110: 592.0337570929854\n", - "12:08:00\tCompleted 3132 to KZ554200: 969.4119630626351\n", - "12:08:00\tCompleted 3069 to KZ613800: 2570.0760890290576\n", - "12:08:00\tCompleted 3079 to KZ316600: 2393.43472274009\n", - "12:08:00\tCompleted 3073 to KZ393200: 1605.96243209797\n", - "12:08:00\tCompleted 3131 to KZ395400: 2196.1141132893576\n", - "12:08:00\tCompleted 3075 to KZ615800: 2210.1848032367675\n", - "12:08:00\tCompleted 3071 to KZ195200: 1657.1587156666283\n", - "12:08:01\tCompleted 3111 to KZ394400: 1638.1421317048198\n", - "12:08:01\tCompleted 3119 to KZ711310: 41.103153667653345\n", - "12:08:01\tCompleted 3068 to KZ431000: 1705.868312077359\n", - "12:08:01\tCompleted 3116 to KZ194800: 1793.0047273771236\n", - "12:08:01\tCompleted 3087 to KZ156800: 1029.4990643201409\n", - "12:08:01\tCompleted 3093 to KZ194000: 1668.1460413827751\n", - "12:08:01\tCompleted 3052 to KZ614000: 2157.96999934032312:08:01\tCompleted 3092 to KZ116000: 494.209578836981\n", - "\n", - "12:08:01\tCompleted 3103 to KZ474600: 3111.8359080591767\n", - "12:08:01\tCompleted 3137 to KZ194600: 2326.0893801863817\n", - "12:08:01\tCompleted 3063 to KZ194400: 2354.4844119331974\n", - "12:08:01\tCompleted 3120 to KZ273600: 2842.3534792771584\n", - "12:08:01\tCompleted 3090 to KZ434000: 2006.3430647907046\n", - "12:08:01\tCompleted 3074 to KZ711410: 590.3671120475798\n", - "12:08:01\tCompleted 3100 to KZ633800: 1140.8560982522326\n", - "12:08:01\tCompleted 3128 to KZ195200: 1335.9041326480178\n", - "12:08:01\tCompleted 3118 to KZ351600: 647.1249324247815\n", - "12:08:01\tCompleted 3080 to KZ475000: 4053.4190057094224\n", - "12:08:02\tCompleted 3094 to KZ751710: 1570.4379844657583\n", - "12:08:02\tCompleted 3095 to KZ315600: 1505.9786338244946\n", - "12:08:02\tCompleted 3110 to KZ351800: 2507.5047982163237\n", - "12:08:02\tCompleted 3125 to KZ791310: 1647.1079851098573\n", - "12:08:02\tCompleted 3104 to KZ271000: 2910.5931646802755\n", - "12:08:02\tCompleted 3067 to KZ634400: 2339.8739242697893\n", - "12:08:02\tCompleted 3096 to KZ593200: 2571.5804035776946\n", - "12:08:02\tCompleted 3112 to KZ276000: 3199.0733280037875\n", - "12:08:02\tCompleted 3123 to KZ234200: 3664.113264495384\n", - "12:08:03\tCompleted 3092 to KZ116400: 608.3122974785823\n", - "12:08:03\tCompleted 3055 to KZ191600: 2526.080673175587\n", - "12:08:03\tCompleted 3097 to KZ615400: 1868.2779053175234\n", - "12:08:03\tCompleted 3118 to KZ354000: 219.61391736818442\n", - "12:08:03\tCompleted 3119 to KZ555200: 782.7274585257919\n", - "12:08:03\tCompleted 3074 to KZ711210: 603.8502984875256\n", - "12:08:03\tCompleted 3102 to KZ396400: 1210.8625055246116\n", - "12:08:03\tCompleted 3138 to KZ633400: 3083.2804442053634\n", - "12:08:03\tCompleted 3133 to KZ555200: 2885.6728320818306\n", - "12:08:03\tCompleted 3111 to KZ433200: 1935.9553333869767\n", - "12:08:03\tCompleted 3139 to KZ316200: 2485.072173488375\n", - "12:08:04\tCompleted 3089 to KZ311000: 1879.2768714740612\n", - "12:08:04\tCompleted 3053 to KZ274000: 3359.9528691601668\n", - "12:08:04\tCompleted 3092 to KZ116800: 395.9134437865566\n", - "12:08:04\tCompleted 3078 to KZ234200: 4129.0260376727265\n", - "12:08:04\tCompleted 3118 to KZ351000: 183.6502841676002\n", - "12:08:04\tCompleted 3128 to KZ195000: 1186.7755699572424\n", - "12:08:04\tCompleted 3127 to KZ153600: 2666.187613842511\n", - "12:08:04\tCompleted 3131 to KZ392000: 2313.0378083695814\n", - "12:08:04\tCompleted 3073 to KZ393400: 1614.0646984067298\n", - "12:08:04\tCompleted 3071 to KZ195000: 1585.6992244920305\n", - "12:08:04\tCompleted 3124 to KZ354800: 2977.457120367386\n", - "12:08:04\tCompleted 3059 to KZ615800: 2097.5568213413094\n", - "12:08:04\tCompleted 3074 to KZ711310: 609.063797887648\n", - "12:08:04\tCompleted 3119 to KZ551600: 516.1607365402459\n", - "12:08:04\tCompleted 3132 to KZ791110: 2316.1879283654575\n", - "12:08:05\tCompleted 3110 to KZ393200: 2130.728077641842\n", - "12:08:05\tCompleted 3069 to KZ273200: 1969.6407204292927\n", - "12:08:05\tCompleted 3075 to KZ612600: 2040.2996520418228\n", - "12:08:05\tCompleted 3077 to KZ194200: 2370.1596680643393\n", - "12:08:05\tCompleted 3068 to KZ435200: 1782.1746183057744\n", - "12:08:05\tCompleted 3066 to KZ634800: 2760.64975556695\n", - "12:08:05\tCompleted 3058 to KZ615400: 2119.0125916255365\n", - "12:08:05\tCompleted 3088 to KZ234600: 4249.7715370438145\n", - "12:08:05\tCompleted 3083 to KZ615800: 2166.000859188189\n", - "12:08:05\tCompleted 3056 to KZ751410: 2505.8223038329907\n", - "12:08:05\tCompleted 3100 to KZ634000: 1388.058896149261\n", - "12:08:05\tCompleted 3108 to KZ196600: 1931.5404428579059\n", - "12:08:05\tCompleted 3092 to KZ111810: 317.7874792600364\n", - "12:08:05\tCompleted 3094 to KZ751810: 1524.297052231857\n", - "12:08:06\tCompleted 3099 to KZ155600: 2245.828541895777\n", - "12:08:06\tCompleted 3074 to KZ555200: 301.72878407708873\n", - "12:08:06\tCompleted 3122 to KZ155600: 2361.898876331759\n", - "12:08:06\tCompleted 3072 to KZ233600: 2921.5779654310195\n", - "12:08:06\tCompleted 3118 to KZ352000: 542.5782464282372\n", - "12:08:06\tCompleted 3111 to KZ431900: 1810.460836005326\n", - "12:08:06\tCompleted 3109 to KZ635000: 4434.445792285318\n", - "12:08:06\tCompleted 3095 to KZ316000: 1522.0623832453807\n", - "12:08:06\tCompleted 3057 to KZ315600: 2575.347858712836\n", - "12:08:06\tCompleted 3117 to KZ234000: 3144.44495070553\n", - "12:08:06\tCompleted 3129 to KZ751110: 3136.954927565958\n", - "12:08:06\tCompleted 3096 to KZ595800: 2901.4591155006233\n", - "12:08:06\tCompleted 3119 to KZ553200: 635.1087299469533\n", - "12:08:06\tCompleted 3116 to KZ195600: 2019.9296411659377\n", - "12:08:06\tCompleted 3125 to KZ791510: 1645.6485102561069\n", - "12:08:07\tCompleted 3052 to KZ613900: 2434.721698481505\n", - "12:08:07\tCompleted 3079 to KZ316200: 2450.0696835866343\n", - "12:08:07\tCompleted 3102 to KZ394000: 1460.8262869832072\n", - "12:08:07\tCompleted 3074 to KZ551600: 163.42033819696482\n", - "12:08:07\tCompleted 3093 to KZ196400: 1877.9977900270708\n", - "12:08:07\tCompleted 3128 to KZ194400: 1564.6872193617596\n", - "12:08:07\tCompleted 3097 to KZ615200: 1647.7607601015306\n", - "12:08:07\tCompleted 3137 to KZ194800: 2534.7617623652727\n", - "12:08:08\tCompleted 3063 to KZ194600: 2299.565253974215512:08:08\tCompleted 3120 to KZ276600: 2924.1787259761445\n", - "\n", - "12:08:08\tCompleted 3110 to KZ393400: 2144.2775174774647\n", - "12:08:08\tCompleted 3139 to KZ311000: 2345.643433859255\n", - "12:08:08\tCompleted 3119 to KZ553600: 586.1117281819264\n", - "12:08:08\tCompleted 3073 to KZ391600: 1549.0092301575692\n", - "12:08:08\tCompleted 3080 to KZ475200: 4064.261966493472\n", - "12:08:08\tCompleted 3131 to KZ395600: 2190.19115766067\n", - "12:08:08\tCompleted 3087 to KZ193200: 3211.974377775576\n", - "12:08:08\tCompleted 3118 to KZ354800: 707.2732977837205\n", - "12:08:08\tCompleted 3133 to KZ551600: 2619.1061100963034\n", - "12:08:08\tCompleted 3111 to KZ434600: 1848.3603602555313\n", - "12:08:08\tCompleted 3055 to KZ195200: 2547.135002252877\n", - "12:08:08\tCompleted 3074 to KZ553200: 448.3195577756501\n", - "12:08:08\tCompleted 3090 to KZ471000: 3015.2148001432865\n", - "12:08:08\tCompleted 3068 to KZ434800: 1697.1977082308579\n", - "12:08:08\tCompleted 3089 to KZ315000: 1996.485687707694\n", - "12:08:08\tCompleted 3124 to KZ355200: 2327.133057612056\n", - "12:08:09\tCompleted 3103 to KZ475000: 3482.164934808954\n", - "12:08:09\tCompleted 3112 to KZ276200: 2918.459541269883\n", - "12:08:09\tCompleted 3138 to KZ633600: 2854.105103616939\n", - "12:08:09\tCompleted 3108 to KZ194200: 1433.4901850304407\n", - "12:08:09\tCompleted 3092 to KZ116600: 1507.4063956083237\n", - "12:08:09\tCompleted 3132 to KZ791310: 2272.6476964848503\n", - "12:08:09\tCompleted 3059 to KZ612600: 1927.6716701463565\n", - "12:08:09\tCompleted 3104 to KZ274000: 3574.280854619482\n", - "12:08:09\tCompleted 3069 to KZ274400: 1899.7071204408578\n", - "12:08:09\tCompleted 3067 to KZ313600: 2800.626405152799\n", - "12:08:09\tCompleted 3083 to KZ612600: 1996.1157079932414\n", - "12:08:09\tCompleted 3071 to KZ194400: 1908.1347773316238\n", - "12:08:10\tCompleted 3119 to KZ552200: 477.64378616019934\n", - "12:08:10\tCompleted 3094 to KZ751910: 1525.2357338680795\n", - "12:08:10\tCompleted 3128 to KZ194600: 1198.4880542359924\n", - "12:08:10\tCompleted 3074 to KZ553600: 439.676438689971\n", - "12:08:10\tCompleted 3095 to KZ316600: 1430.4530567011286\n", - "12:08:10\tCompleted 3075 to KZ616000: 2197.7224224846286\n", - "12:08:10\tCompleted 3123 to KZ234600: 3779.2835629334386\n", - "12:08:10\tCompleted 3102 to KZ396800: 1224.0663021541523\n", - "12:08:10\tCompleted 3118 to KZ355200: 452.86480436165715\n", - "12:08:10\tCompleted 3058 to KZ615200: 1898.4954464095445\n", - "12:08:10\tCompleted 3096 to KZ593400: 3041.8983363175644\n", - "12:08:10\tCompleted 3127 to KZ154000: 2187.533891438651612:08:10\tCompleted 3066 to KZ633400: 2116.512007913415\n", - "\n", - "12:08:10\tCompleted 3100 to KZ635400: 1896.2948097209674\n", - "12:08:10\tCompleted 3099 to KZ156800: 1643.8390757236978\n", - "12:08:11\tCompleted 3072 to KZ633200: 1319.1781427678786\n", - "12:08:11\tCompleted 3077 to KZ751210: 2468.377847372794\n", - "12:08:11\tCompleted 3110 to KZ391600: 2403.4737607280304\n", - "12:08:11\tCompleted 3092 to KZ115600: 581.8498850132399\n", - "12:08:11\tCompleted 3125 to KZ791710: 1618.1295843423545\n", - "12:08:11\tCompleted 3052 to KZ612000: 1954.9788993054874\n", - "12:08:11\tCompleted 3074 to KZ552200: 428.7652494655306\n", - "12:08:11\tCompleted 3111 to KZ434400: 1885.2853725996256\n", - "12:08:11\tCompleted 3122 to KZ156800: 1759.909410159694\n", - "12:08:11\tCompleted 3119 to KZ554600: 559.8202586620101\n", - "12:08:11\tCompleted 3053 to KZ274200: 3467.268857319933\n", - "12:08:11\tCompleted 3109 to KZ632200: 3784.126111051577\n", - "12:08:11\tCompleted 3088 to KZ234800: 3383.472912879431\n", - "12:08:11\tCompleted 3118 to KZ355600: 252.42141888391524\n", - "12:08:12\tCompleted 3056 to KZ751710: 2541.538257663249\n", - "12:08:12\tCompleted 3116 to KZ195800: 1884.2352415159087\n", - "12:08:12\tCompleted 3073 to KZ393600: 1586.5266552029575\n", - "12:08:12\tCompleted 3093 to KZ196800: 1478.416778285424\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:08:12\tCompleted 3074 to KZ554600: 464.62292942163833\n", - "12:08:13\tCompleted 3131 to KZ395800: 2492.5752330671476\n", - "12:08:13\tCompleted 3068 to KZ433600: 1713.3402085488613\n", - "12:08:13\tCompleted 3128 to KZ194800: 1353.4426584925907\n", - "12:08:13\tCompleted 3108 to KZ751210: 1531.7083643389167\n", - "12:08:13\tCompleted 3054 to KZ113200: 399.56269179377273\n", - "12:08:13\tCompleted 3057 to KZ316000: 2371.0868888862306\n", - "12:08:13\tCompleted 3092 to KZ115200: 775.3319994995023\n", - "12:08:13\tCompleted 3129 to KZ751310: 3130.126500441212\n", - "12:08:13\tCompleted 3089 to KZ314200: 1880.6910850364343\n", - "12:08:13\tCompleted 3078 to KZ234600: 4244.196336110781\n", - "12:08:13\tCompleted 3124 to KZ355600: 2522.6052414676105\n", - "12:08:13\tCompleted 3094 to KZ751510: 1517.724259938535\n", - "12:08:13\tCompleted 3102 to KZ394800: 1349.1237617583174\n", - "12:08:13\tCompleted 3110 to KZ393600: 1943.6751990915097\n", - "12:08:13\tCompleted 3132 to KZ791510: 2249.7671969131975\n", - "12:08:14\tCompleted 3139 to KZ315000: 2758.31530799847\n", - "12:08:14\tCompleted 3097 to KZ616400: 2489.5806060024624\n", - "12:08:14\tCompleted 3096 to KZ594200: 2715.2402530469935\n", - "12:08:14\tCompleted 3074 to KZ555600: 665.5304095271173\n", - "12:08:14\tCompleted 3111 to KZ431000: 2170.9459277204032\n", - "12:08:14\tCompleted 3120 to KZ275000: 2800.4934866503995\n", - "12:08:14\tCompleted 3055 to KZ195000: 2475.6755110783142\n", - "12:08:14\tCompleted 3118 to KZ352100: 870.4036926600679\n", - "12:08:14\tCompleted 3119 to KZ555600: 1097.86497522675\n", - "12:08:14\tCompleted 3133 to KZ553200: 2738.054103503\n", - "12:08:14\tCompleted 3079 to KZ311000: 2344.13444719363\n", - "12:08:14\tCompleted 3054 to KZ113400: 478.0132549974445\n", - "12:08:14\tCompleted 3137 to KZ195600: 2686.002995976247\n", - "12:08:14\tCompleted 3063 to KZ194800: 2432.5539559752806\n", - "12:08:15\tCompleted 3100 to KZ635000: 1423.628019809333\n", - "12:08:15\tCompleted 3095 to KZ316200: 1788.9442470502277\n", - "12:08:15\tCompleted 3089 to KZ353200: 557.1308910801625\n", - "12:08:15\tCompleted 3080 to KZ471800: 3893.871746332746\n", - "12:08:15\tCompleted 3083 to KZ616000: 2153.5384784360504\n", - "12:08:15\tCompleted 3071 to KZ194600: 1853.215619372649\n", - "12:08:15\tCompleted 3066 to KZ633600: 1887.3366673249564\n", - "12:08:15\tCompleted 3117 to KZ234200: 3595.390657226466\n", - "12:08:15\tCompleted 3074 to KZ551000: 70.62468260600741\n", - "12:08:15\tCompleted 3090 to KZ473600: 2596.2400341203434\n", - "12:08:15\tCompleted 3059 to KZ616000: 2112.3386776179864\n", - "12:08:15\tCompleted 3087 to KZ193400: 2937.16332685471\n", - "12:08:15\tCompleted 3138 to KZ633800: 3154.690451097448\n", - "12:08:15\tCompleted 3092 to KZ115400: 995.9047713651594\n", - "12:08:15\tCompleted 3118 to KZ352200: 210.46999704668065\n", - "12:08:15\tCompleted 3075 to KZ613800: 2448.4716900196663\n", - "12:08:16\tCompleted 3069 to KZ275400: 2574.895552397862\n", - "12:08:16\tCompleted 3112 to KZ271000: 2936.152496684099\n", - "12:08:16\tCompleted 3119 to KZ551000: 552.7363810105817\n", - "12:08:16\tCompleted 3054 to KZ113600: 403.2775331002812\n", - "12:08:16\tCompleted 3110 to KZ396400: 1777.510077004293612:08:16\tCompleted 3125 to KZ611600: 1696.0908688012828\n", - "\n", - "12:08:16\tCompleted 3127 to KZ154200: 2490.169930407974\n", - "12:08:16\tCompleted 3072 to KZ634800: 1863.0351159789004\n", - "12:08:16\tCompleted 3099 to KZ193200: 1933.0988800484854\n", - "12:08:16\tCompleted 3128 to KZ195600: 1558.4016700258655\n", - "12:08:16\tCompleted 3104 to KZ274200: 3681.596842779248\n", - "12:08:16\tCompleted 3058 to KZ616400: 2740.315292310475312:08:16\tCompleted 3067 to KZ314000: 2583.0601405091093\n", - "\n", - "12:08:17\tCompleted 3074 to KZ556000: 41.579960722694736\n", - "12:08:17\tCompleted 3116 to KZ196000: 1654.3637156426612\n", - "12:08:17\tCompleted 3077 to KZ751110: 2475.983229529471\n", - "12:08:17\tCompleted 3122 to KZ193200: 1871.8324802072057\n", - "12:08:17\tCompleted 3108 to KZ751110: 1539.313746495596\n", - "12:08:17\tCompleted 3100 to KZ632200: 773.308338575598\n", - "12:08:17\tCompleted 3073 to KZ396400: 1807.938301876339\n", - "12:08:17\tCompleted 3123 to KZ234800: 2912.9849387690547\n", - "12:08:17\tCompleted 3111 to KZ435200: 2261.757721110455\n", - "12:08:17\tCompleted 3131 to KZ392400: 2218.76215909348\n", - "12:08:17\tCompleted 3093 to KZ191600: 1530.4061843514326\n", - "12:08:17\tCompleted 3102 to KZ395000: 1330.6962805431747\n", - "12:08:17\tCompleted 3080 to KZ593200: 1011.3222621018072\n", - "12:08:17\tCompleted 3054 to KZ113800: 424.1500584820958\n", - "12:08:17\tCompleted 3103 to KZ475200: 3493.0078955930035\n", - "12:08:17\tCompleted 3096 to KZ596600: 2467.5033859313385\n", - "12:08:17\tCompleted 3052 to KZ614400: 2361.254497921301\n", - "12:08:17\tCompleted 3119 to KZ556000: 600.8577632185988\n", - "12:08:17\tCompleted 3089 to KZ353600: 1204.607600436172\n", - "12:08:18\tCompleted 3132 to KZ791710: 2247.991016596165\n", - "12:08:18\tCompleted 3109 to KZ635200: 4700.050840078359\n", - "12:08:18\tCompleted 3088 to KZ235200: 3431.1127602427987\n", - "12:08:18\tCompleted 3074 to KZ556800: 250.23110762309543\n", - "12:08:18\tCompleted 3118 to KZ352300: 840.1049851100234\n", - "12:08:18\tCompleted 3110 to KZ394000: 1845.2112033310814\n", - "12:08:18\tCompleted 3056 to KZ751810: 2495.3973254293514\n", - "12:08:19\tCompleted 3097 to KZ615600: 1687.8891098674392\n", - "12:08:19\tCompleted 3054 to KZ114500: 364.6066780440103\n", - "12:08:19\tCompleted 3139 to KZ314200: 2351.118664794589\n", - "12:08:19\tCompleted 3057 to KZ316600: 2499.8222815894806\n", - "12:08:19\tCompleted 3124 to KZ352100: 3042.469858608024\n", - "12:08:19\tCompleted 3074 to KZ554800: 312.6981934781415512:08:19\tCompleted 3069 to KZ273600: 1742.8548113803893\n", - "\n", - "12:08:19\tCompleted 3129 to KZ751410: 3147.5514788448513\n", - "12:08:19\tCompleted 3095 to KZ311000: 1615.7258749322875\n", - "12:08:19\tCompleted 3118 to KZ352800: 211.15384018777948\n", - "12:08:19\tCompleted 3072 to KZ633400: 1218.8973683253373\n", - "12:08:19\tCompleted 3068 to KZ434000: 2248.044929545909\n", - "12:08:20\tCompleted 3119 to KZ556800: 801.5456880905409\n", - "12:08:20\tCompleted 3102 to KZ395200: 809.0636863744136\n", - "12:08:20\tCompleted 3089 to KZ351600: 922.7330895320238\n", - "12:08:20\tCompleted 3128 to KZ195800: 1620.5503973058337\n", - "12:08:20\tCompleted 3080 to KZ595800: 1115.2418721421843\n", - "12:08:20\tCompleted 3133 to KZ553600: 2689.057101737977\n", - "12:08:20\tCompleted 3054 to KZ114000: 320.8738921361904\n", - "12:08:20\tCompleted 3094 to KZ231000: 2998.680797534675\n", - "12:08:20\tCompleted 3106 to KZ113200: 2975.4952789844033\n", - "12:08:20\tCompleted 3111 to KZ434800: 2183.323956833737\n", - "12:08:20\tCompleted 3074 to KZ556400: 130.65561677019173\n", - "12:08:20\tCompleted 3066 to KZ633800: 2187.922014805479\n", - "12:08:20\tCompleted 3110 to KZ396800: 1976.6830041214243\n", - "12:08:21\tCompleted 3108 to KZ751310: 1540.8284651213573\n", - "12:08:21\tCompleted 3092 to KZ151000: 2381.113348383355\n", - "12:08:21\tCompleted 3116 to KZ191000: 1532.8535224072502\n", - "12:08:21\tCompleted 3071 to KZ194800: 1986.204321373708\n", - "12:08:21\tCompleted 3125 to KZ613600: 1550.8831302753308\n", - "12:08:21\tCompleted 3120 to KZ274800: 3325.3812944618926\n", - "12:08:21\tCompleted 3083 to KZ613800: 2404.2877459710894\n", - "12:08:21\tCompleted 3131 to KZ396200: 2027.185245067272\n", - "12:08:21\tCompleted 3089 to KZ354000: 440.6156891454584\n", - "12:08:21\tCompleted 3054 to KZ117000: 204.0206423151721\n", - "12:08:21\tCompleted 3096 to KZ595000: 2741.8242632758574\n", - "12:08:21\tCompleted 3122 to KZ193400: 1597.0214292863336\n", - "12:08:21\tCompleted 3127 to KZ156000: 2063.4191627761943\n", - "12:08:21\tCompleted 3058 to KZ615600: 1938.623796175453\n", - "12:08:21\tCompleted 3118 to KZ356400: 528.2333286503426\n", - "12:08:21\tCompleted 3055 to KZ194400: 2798.111063917866\n", - "12:08:21\tCompleted 3100 to KZ635200: 1689.233067602361\n", - "12:08:21\tCompleted 3137 to KZ195800: 2550.3085963262174\n", - "12:08:21\tCompleted 3059 to KZ613800: 2335.843708124212\n", - "12:08:22\tCompleted 3093 to KZ195200: 1551.4605134287292\n", - "12:08:22\tCompleted 3080 to KZ593400: 865.481208775316\n", - "12:08:22\tCompleted 3128 to KZ196000: 914.0366565761979\n", - "12:08:22\tCompleted 3099 to KZ193400: 1658.2878291276133\n", - "12:08:22\tCompleted 3074 to KZ554200: 502.1925910403816\n", - "12:08:22\tCompleted 3087 to KZ193600: 2803.2710651092534\n", - "12:08:22\tCompleted 3078 to KZ234800: 3377.8977119463975\n", - "12:08:22\tCompleted 3119 to KZ554800: 806.2411761349965\n", - "12:08:22\tCompleted 3063 to KZ195600: 2659.4788697640806\n", - "12:08:22\tCompleted 3138 to KZ634000: 3401.8932489944705\n", - "12:08:22\tCompleted 3075 to KZ273200: 3577.55851073721\n", - "12:08:22\tCompleted 3132 to KZ611600: 2504.851551871278\n", - "12:08:23\tCompleted 3077 to KZ751310: 2477.4979481552336\n", - "12:08:23\tCompleted 3110 to KZ394800: 1719.7601318689658\n", - "12:08:23\tCompleted 3089 to KZ351000: 457.30108191427803\n", - "12:08:23\tCompleted 3102 to KZ391000: 1058.367059977278812:08:23\tCompleted 3054 to KZ114400: 495.3172224862231\n", - "\n", - "12:08:23\tCompleted 3072 to KZ633600: 989.7220277368774\n", - "12:08:23\tCompleted 3052 to KZ614600: 2048.1990180824905\n", - "12:08:23\tCompleted 3090 to KZ474200: 3042.8641951868653\n", - "12:08:23\tCompleted 3073 to KZ394000: 2039.8731512421655\n", - "12:08:23\tCompleted 3118 to KZ352400: 161.42265063874916\n", - "12:08:23\tCompleted 3067 to KZ314800: 2425.589248425349\n", - "12:08:23\tCompleted 3112 to KZ274000: 3599.8401866233053\n", - "12:08:23\tCompleted 3069 to KZ276600: 1824.6800580793652\n", - "12:08:23\tCompleted 3079 to KZ315000: 2695.9163572048565\n", - "12:08:23\tCompleted 3111 to KZ433600: 1998.9674849835933\n", - "12:08:24\tCompleted 3124 to KZ352200: 2480.653819630364\n", - "12:08:24\tCompleted 3117 to KZ234600: 3710.5609556645204\n", - "12:08:24\tCompleted 3139 to KZ353200: 2418.333031987265\n", - "12:08:24\tCompleted 3128 to KZ191000: 1021.753776985287112:08:24\tCompleted 3109 to KZ632400: 4492.707877271947\n", - "\n", - "12:08:24\tCompleted 3119 to KZ556400: 743.9750498264387\n", - "12:08:24\tCompleted 3097 to KZ615800: 1702.268729194971\n", - "12:08:24\tCompleted 3080 to KZ594200: 1104.4868838535556\n", - "12:08:24\tCompleted 3095 to KZ315000: 1732.9346911659204\n", - "12:08:25\tCompleted 3054 to KZ114600: 759.2609324461516\n", - "12:08:25\tCompleted 3108 to KZ751410: 1556.4960842121172\n", - "12:08:25\tCompleted 3106 to KZ113400: 3053.356315789741\n", - "12:08:25\tCompleted 3116 to KZ196200: 1528.2196712204493\n", - "12:08:25\tCompleted 3089 to KZ352000: 900.0404380322739\n", - "12:08:25\tCompleted 3131 to KZ396600: 2035.1040858584713\n", - "12:08:25\tCompleted 3088 to KZ235600: 3526.1505262632036\n", - "12:08:25\tCompleted 3123 to KZ235200: 2960.6247861324223\n", - "12:08:25\tCompleted 3133 to KZ552200: 2580.589159716264\n", - "12:08:25\tCompleted 3125 to KZ614000: 1679.2957928170697\n", - "12:08:25\tCompleted 3110 to KZ395000: 2038.6714566672706\n", - "12:08:25\tCompleted 3056 to KZ751910: 2496.3360070655713\n", - "12:08:25\tCompleted 3122 to KZ193600: 1463.1291675408638\n", - "12:08:25\tCompleted 3103 to KZ471800: 3322.617675432278\n", - "12:08:25\tCompleted 3096 to KZ593600: 3079.259269100017\n", - "12:08:25\tCompleted 3100 to KZ632400: 1481.8901047959569\n", - "12:08:26\tCompleted 3129 to KZ751710: 3188.539510613754\n", - "12:08:26\tCompleted 3057 to KZ316200: 2637.968752691065\n", - "12:08:26\tCompleted 3102 to KZ395400: 1101.7309549025927\n", - "12:08:26\tCompleted 3072 to KZ633800: 1290.307375217406\n", - "12:08:26\tCompleted 3058 to KZ615800: 1953.0034155029848\n", - "12:08:26\tCompleted 3118 to KZ356000: 957.375470525493512:08:26\tCompleted 3054 to KZ114800: 616.6360186901153\n", - "\n", - "12:08:26\tCompleted 3099 to KZ193600: 1524.3955673821438\n", - "12:08:26\tCompleted 3132 to KZ613600: 2358.478999633365\n", - "12:08:26\tCompleted 3066 to KZ634000: 2435.124812702499\n", - "12:08:26\tCompleted 3092 to KZ153200: 2431.3069558121024\n", - "12:08:26\tCompleted 3093 to KZ195000: 1480.0010222541314\n", - "12:08:27\tCompleted 3068 to KZ471000: 2735.4990705887303\n", - "12:08:27\tCompleted 3069 to KZ275000: 1700.9948187536256\n", - "12:08:27\tCompleted 3089 to KZ354800: 672.3552257237395\n", - "12:08:27\tCompleted 3119 to KZ554200: 939.8060856087395\n", - "12:08:27\tCompleted 3071 to KZ195600: 2213.1292351625216\n", - "12:08:27\tCompleted 3120 to KZ275800: 2794.9641184503143\n", - "12:08:27\tCompleted 3128 to KZ196200: 1377.9717072471694\n", - "12:08:27\tCompleted 3103 to KZ593200: 473.867109325568\n", - "12:08:27\tCompleted 3124 to KZ352300: 1818.0122697139539\n", - "12:08:27\tCompleted 3073 to KZ396800: 1785.965608802569\n", - "12:08:27\tCompleted 3080 to KZ596600: 1205.372401430321\n", - "12:08:27\tCompleted 3074 to KZ791110: 2257.4804527290567\n", - "12:08:27\tCompleted 3094 to KZ234000: 3207.291274902363\n", - "12:08:27\tCompleted 3054 to KZ111010: 102.01067819018026\n", - "12:08:28\tCompleted 3083 to KZ273200: 3533.3745666886307\n", - "12:08:28\tCompleted 3110 to KZ395200: 2116.8721894018454\n", - "12:08:28\tCompleted 3111 to KZ434000: 2734.171178148762\n", - "12:08:28\tCompleted 3137 to KZ196000: 2399.2914158417484\n", - "12:08:28\tCompleted 3059 to KZ273200: 2641.5778413128783\n", - "12:08:29\tCompleted 3106 to KZ113600: 2731.8734339499797\n", - "12:08:29\tCompleted 3077 to KZ751410: 2493.1655672459915\n", - "12:08:29\tCompleted 3100 to KZ632800: 1236.5922643009192\n", - "12:08:29\tCompleted 3097 to KZ612600: 1532.3835780000145\n", - "12:08:29\tCompleted 3089 to KZ355200: 810.12699591801\n", - "12:08:29\tCompleted 3103 to KZ595800: 577.7867193659453\n", - "12:08:29\tCompleted 3055 to KZ194600: 2743.191905958888\n", - "12:08:29\tCompleted 3075 to KZ274400: 3507.6249107487583\n", - "12:08:29\tCompleted 3095 to KZ314200: 1617.1400884946606\n", - "12:08:29\tCompleted 3052 to KZ614800: 2429.511480169154312:08:29\tCompleted 3054 to KZ116000: 590.7723174371887\n", - "\n", - "12:08:29\tCompleted 3102 to KZ392000: 1199.5070923722903\n", - "12:08:29\tCompleted 3067 to KZ315400: 2388.136596506166\n", - "12:08:29\tCompleted 3063 to KZ195800: 2523.7844701140525\n", - "12:08:29\tCompleted 3138 to KZ635400: 3910.1291625661484\n", - "12:08:29\tCompleted 3118 to KZ354400: 883.9496463864967\n", - "12:08:29\tCompleted 3079 to KZ314200: 2349.6096781289643\n", - "12:08:29\tCompleted 3128 to KZ192600: 1062.3532716119548\n", - "12:08:29\tCompleted 3096 to KZ595200: 2615.615370825942\n", - "12:08:30\tCompleted 3116 to KZ192600: 1588.2093665061243\n", - "12:08:30\tCompleted 3131 to KZ394200: 2484.014464612216\n", - "12:08:30\tCompleted 3108 to KZ751710: 1592.212038042378\n", - "12:08:30\tCompleted 3109 to KZ632800: 4242.934751767122\n", - "12:08:30\tCompleted 3080 to KZ595000: 1039.8124201180221\n", - "12:08:30\tCompleted 3078 to KZ235200: 3425.537559309765\n", - "12:08:30\tCompleted 3122 to KZ194000: 1657.1573479724568\n", - "12:08:30\tCompleted 3072 to KZ634000: 1537.510173114435\n", - "12:08:30\tCompleted 3127 to KZ154600: 2361.556593521309\n", - "12:08:30\tCompleted 3087 to KZ194000: 2997.299245540806\n", - "12:08:30\tCompleted 3133 to KZ554600: 2636.7794982889563\n", - "12:08:30\tCompleted 3112 to KZ274200: 3707.1561747830715\n", - "12:08:30\tCompleted 3110 to KZ391000: 1928.4387006099782\n", - "12:08:31\tCompleted 3095 to KZ353200: 276.8519724770317\n", - "12:08:31\tCompleted 3058 to KZ612600: 1783.1182643080283\n", - "12:08:31\tCompleted 3111 to KZ471000: 1813.834096274817712:08:31\tCompleted 3089 to KZ355600: 521.8719336786057\n", - "\n", - "12:08:31\tCompleted 3117 to KZ234800: 2844.2623315001365\n", - "12:08:31\tCompleted 3054 to KZ116400: 251.30207442965892\n", - "12:08:31\tCompleted 3139 to KZ353600: 3145.634232247203\n", - "12:08:31\tCompleted 3132 to KZ614000: 2305.3389527190375\n", - "12:08:31\tCompleted 3103 to KZ593400: 387.1739820138049\n", - "12:08:31\tCompleted 3090 to KZ474600: 2720.0396343687835\n", - "12:08:31\tCompleted 3125 to KZ613900: 1956.0474919582637\n", - "12:08:31\tCompleted 3119 to KZ791110: 1650.7337076321548\n", - "12:08:31\tCompleted 3099 to KZ194000: 1718.4237478137368\n", - "12:08:32\tCompleted 3092 to KZ153400: 2014.9782851819798\n", - "12:08:32\tCompleted 3124 to KZ352800: 2481.337662771462\n", - "12:08:32\tCompleted 3129 to KZ751810: 3134.7833546907036\n", - "12:08:32\tCompleted 3093 to KZ194400: 1802.4365750937247\n", - "12:08:32\tCompleted 3069 to KZ274800: 2225.8826265651273\n", - "12:08:32\tCompleted 3123 to KZ235600: 3055.662552152827\n", - "12:08:32\tCompleted 3106 to KZ113800: 2580.0205556590054\n", - "12:08:32\tCompleted 3054 to KZ116800: 423.32260608919756\n", - "12:08:32\tCompleted 3100 to KZ636800: 1257.0105608197807\n", - "12:08:32\tCompleted 3056 to KZ751510: 2488.824533136028\n", - "12:08:32\tCompleted 3102 to KZ395600: 1095.8079992739085\n", - "12:08:32\tCompleted 3088 to KZ233600: 3531.912515063328\n", - "12:08:32\tCompleted 3074 to KZ791310: 2233.3575691711535\n", - "12:08:32\tCompleted 3080 to KZ593600: 1154.3610244023155\n", - "12:08:33\tCompleted 3118 to KZ351800: 865.4897614208738\n", - "12:08:33\tCompleted 3111 to KZ473600: 1347.423987593255\n", - "12:08:33\tCompleted 3110 to KZ395400: 1966.8150848086377\n", - "12:08:33\tCompleted 3079 to KZ353200: 1239.8336385159967\n", - "12:08:33\tCompleted 3103 to KZ594200: 567.0317310773165\n", - "12:08:33\tCompleted 3071 to KZ195800: 2077.434835512492\n", - "12:08:33\tCompleted 3068 to KZ473600: 2269.088961907216\n", - "12:08:33\tCompleted 3128 to KZ196600: 1486.2706132142753\n", - "12:08:33\tCompleted 3073 to KZ394800: 1964.620177500625\n", - "12:08:33\tCompleted 3057 to KZ311000: 2532.0335162980514\n", - "12:08:33\tCompleted 3054 to KZ111810: 400.90652114372216\n", - "12:08:34\tCompleted 3089 to KZ352100: 1146.0118497673109\n", - "12:08:34\tCompleted 3095 to KZ353600: 1004.1531727370057\n", - "12:08:34\tCompleted 3096 to KZ591000: 2732.571214948654\n", - "12:08:34\tCompleted 3108 to KZ751810: 1546.0711058084767\n", - "12:08:34\tCompleted 3066 to KZ635400: 2943.360726274177\n", - "12:08:34\tCompleted 3137 to KZ191000: 2274.6105573953982\n", - "12:08:34\tCompleted 3114 to KZ113200: 3108.8072631705127\n", - "12:08:34\tCompleted 3097 to KZ616000: 1717.0505854716455\n", - "12:08:34\tCompleted 3083 to KZ274400: 3463.440966700179\n", - "12:08:35\tCompleted 3077 to KZ751710: 2528.88152107625\n", - "12:08:35\tCompleted 3088 to KZ633200: 766.6488944108241\n", - "12:08:35\tCompleted 3131 to KZ394400: 2563.9016757469585\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:08:35\tCompleted 3125 to KZ612000: 1476.304692782226\n", - "12:08:35\tCompleted 3110 to KZ392000: 1763.7209588551714\n", - "12:08:35\tCompleted 3103 to KZ596600: 667.9172486540815\n", - "12:08:35\tCompleted 3052 to KZ615400: 2320.4153623420807\n", - "12:08:35\tCompleted 3059 to KZ274400: 2571.6442413244267\n", - "12:08:35\tCompleted 3089 to KZ352200: 504.4760762915748\n", - "12:08:35\tCompleted 3132 to KZ613900: 2583.2622247354734\n", - "12:08:35\tCompleted 3080 to KZ595200: 1151.8111574595519\n", - "12:08:35\tCompleted 3094 to KZ234200: 3658.236981423299\n", - "12:08:35\tCompleted 3111 to KZ474200: 1841.4834913183645\n", - "12:08:35\tCompleted 3069 to KZ275800: 1695.4654505535364\n", - "12:08:35\tCompleted 3109 to KZ636800: 4267.828333295755\n", - "12:08:35\tCompleted 3120 to KZ276000: 3210.7951442053495\n", - "12:08:35\tCompleted 3058 to KZ616000: 1967.7852717796593\n", - "12:08:36\tCompleted 3063 to KZ196000: 2293.9129442408093\n", - "12:08:36\tCompleted 3127 to KZ154800: 2244.7372737732912\n", - "12:08:36\tCompleted 3118 to KZ393200: 1025.8960441025997\n", - "12:08:36\tCompleted 3095 to KZ351600: 659.1820929902509\n", - "12:08:36\tCompleted 3122 to KZ196400: 1867.0090966167525\n", - "12:08:36\tCompleted 3119 to KZ791310: 1626.6108240742458\n", - "12:08:36\tCompleted 3067 to KZ315600: 2514.5856654040235\n", - "12:08:36\tCompleted 3139 to KZ351600: 2775.0398362143724\n", - "12:08:36\tCompleted 3106 to KZ114500: 3013.5394774927686\n", - "12:08:36\tCompleted 3102 to KZ395800: 1344.5949655864908\n", - "12:08:36\tCompleted 3072 to KZ635400: 2045.7460866861413\n", - "12:08:36\tCompleted 3116 to KZ196600: 1847.286323095742\n", - "12:08:36\tCompleted 3138 to KZ635000: 3437.4623726545183\n", - "12:08:37\tCompleted 3133 to KZ555600: 3200.810348782784\n", - "12:08:37\tCompleted 3124 to KZ356400: 2629.9247873419345\n", - "12:08:37\tCompleted 3103 to KZ595000: 502.35726734178303\n", - "12:08:37\tCompleted 3054 to KZ116600: 1617.1059214227987\n", - "12:08:37\tCompleted 3099 to KZ196400: 1928.2754964580322\n", - "12:08:37\tCompleted 3100 to KZ635800: 1706.512808517036\n", - "12:08:37\tCompleted 3075 to KZ275400: 4182.813342705773\n", - "12:08:37\tCompleted 3096 to KZ595600: 2604.0767012729702\n", - "12:08:37\tCompleted 3093 to KZ194600: 1747.5174171347498\n", - "12:08:37\tCompleted 3095 to KZ354000: 231.67107793365383\n", - "12:08:37\tCompleted 3092 to KZ153600: 2797.5773303726505\n", - "12:08:37\tCompleted 3088 to KZ634800: 1218.9473796857017\n", - "12:08:38\tCompleted 3111 to KZ474600: 1518.658930500294\n", - "12:08:38\tCompleted 3080 to KZ591000: 1042.0268862120897\n", - "12:08:38\tCompleted 3074 to KZ791510: 2231.8980943174024\n", - "12:08:38\tCompleted 3128 to KZ194200: 1593.9665713444824\n", - "12:08:38\tCompleted 3079 to KZ353600: 1967.1348387759701\n", - "12:08:38\tCompleted 3108 to KZ751910: 1547.0097874446992\n", - "12:08:38\tCompleted 3110 to KZ395600: 2077.2871648361397\n", - "12:08:38\tCompleted 3117 to KZ235200: 2891.902178863504\n", - "12:08:38\tCompleted 3056 to KZ231000: 2134.7019665621233\n", - "12:08:38\tCompleted 3054 to KZ115600: 175.221610909821\n", - "12:08:38\tCompleted 3071 to KZ196000: 1847.5633096392453\n", - "12:08:38\tCompleted 3129 to KZ751910: 3155.924271041111\n", - "12:08:38\tCompleted 3087 to KZ196400: 3207.1509941851464\n", - "12:08:38\tCompleted 3114 to KZ113400: 3186.6682999758505\n", - "12:08:39\tCompleted 3095 to KZ351000: 195.70744473306962\n", - "12:08:39\tCompleted 3089 to KZ352300: 1197.367176666376512:08:39\tCompleted 3078 to KZ235600: 3520.57532533017\n", - "\n", - "12:08:39\tCompleted 3103 to KZ593600: 616.9058716260762\n", - "12:08:39\tCompleted 3073 to KZ395000: 1892.5955871915914\n", - "12:08:39\tCompleted 3118 to KZ393400: 1033.9983104113592\n", - "12:08:39\tCompleted 3090 to KZ475000: 3090.368661118561\n", - "12:08:39\tCompleted 3055 to KZ194800: 2876.180607959978312:08:39\tCompleted 3054 to KZ115200: 478.78281032877067\n", - "\n", - "12:08:39\tCompleted 3123 to KZ233600: 3061.4245409529517\n", - "12:08:39\tCompleted 3132 to KZ612000: 2412.9147462090273\n", - "12:08:40\tCompleted 3106 to KZ114000: 2785.386968343587\n", - "12:08:40\tCompleted 3102 to KZ392400: 1124.3790007067212\n", - "12:08:40\tCompleted 3137 to KZ196200: 2194.2930260307758\n", - "12:08:40\tCompleted 3052 to KZ615200: 2099.898217126095\n", - "12:08:40\tCompleted 3088 to KZ633400: 974.334155093141\n", - "12:08:40\tCompleted 3116 to KZ194200: 1349.236065268277\n", - "12:08:40\tCompleted 3069 to KZ276000: 2111.2964763086034\n", - "12:08:40\tCompleted 3066 to KZ635000: 2470.693936362547\n", - "12:08:40\tCompleted 3089 to KZ352800: 529.0790056806842\n", - "12:08:40\tCompleted 3131 to KZ433200: 3332.4505546339824\n", - "12:08:40\tCompleted 3077 to KZ751810: 2482.7405888423523\n", - "12:08:40\tCompleted 3119 to KZ791510: 1625.1513492204954\n", - "12:08:40\tCompleted 3072 to KZ635000: 1573.079296774507\n", - "12:08:40\tCompleted 3097 to KZ613800: 1940.5556159778926\n", - "12:08:40\tCompleted 3095 to KZ352000: 581.0771818144481\n", - "12:08:40\tCompleted 3111 to KZ475000: 1888.9879572500945\n", - "12:08:41\tCompleted 3096 to KZ596000: 2822.872406706072\n", - "12:08:41\tCompleted 3103 to KZ595200: 614.356004683312412:08:41\tCompleted 3124 to KZ352400: 2431.6064732224395\n", - "\n", - "12:08:41\tCompleted 3110 to KZ395800: 2332.445276604856\n", - "12:08:41\tCompleted 3080 to KZ595600: 1275.914472734012\n", - "12:08:41\tCompleted 3068 to KZ474200: 2763.148465632309\n", - "12:08:41\tCompleted 3100 to KZ636200: 1375.4261307189029\n", - "12:08:41\tCompleted 3128 to KZ751210: 1339.2610766166172\n", - "12:08:41\tCompleted 3054 to KZ115400: 699.3555821944277\n", - "12:08:41\tCompleted 3122 to KZ196800: 1467.4280848751057\n", - "12:08:41\tCompleted 3088 to KZ633600: 372.19679871234797\n", - "12:08:41\tCompleted 3079 to KZ351600: 1622.163759029216\n", - "12:08:41\tCompleted 3099 to KZ196800: 1528.6944847163857\n", - "12:08:41\tCompleted 3058 to KZ613800: 2191.2903022858927\n", - "12:08:41\tCompleted 3063 to KZ191000: 2172.402751005406\n", - "12:08:41\tCompleted 3083 to KZ275400: 4138.629398657193\n", - "12:08:41\tCompleted 3139 to KZ354000: 2373.152137443894\n", - "12:08:42\tCompleted 3125 to KZ614400: 1882.5802913980665\n", - "12:08:42\tCompleted 3108 to KZ751510: 1539.4983135151547\n", - "12:08:42\tCompleted 3133 to KZ551000: 2655.681754566632\n", - "12:08:42\tCompleted 3118 to KZ391600: 966.4471286170224\n", - "12:08:42\tCompleted 3057 to KZ315000: 2802.303916054247\n", - "12:08:42\tCompleted 3114 to KZ113600: 2865.185418136089\n", - "12:08:42\tCompleted 3089 to KZ356400: 820.5694078189429\n", - "12:08:42\tCompleted 3127 to KZ155200: 2671.675936675044\n", - "12:08:42\tCompleted 3073 to KZ395200: 1424.5601021167213\n", - "12:08:42\tCompleted 3109 to KZ635800: 4717.330580993043\n", - "12:08:42\tCompleted 3138 to KZ632200: 2787.1426914208346\n", - "12:08:42\tCompleted 3067 to KZ316000: 2313.133526695312\n", - "12:08:42\tCompleted 3095 to KZ354800: 719.3304583491899\n", - "12:08:42\tCompleted 3103 to KZ591000: 504.57173343585026\n", - "12:08:42\tCompleted 3102 to KZ396200: 932.8020866805035\n", - "12:08:43\tCompleted 3059 to KZ275400: 3246.83267328143712:08:43\tCompleted 3074 to KZ791710: 2204.3791684036505\n", - "\n", - "12:08:43\tCompleted 3123 to KZ633200: 1232.6702207712835\n", - "12:08:43\tCompleted 3088 to KZ633800: 649.9997039992975\n", - "12:08:43\tCompleted 3072 to KZ632200: 922.759615540772\n", - "12:08:43\tCompleted 3092 to KZ154000: 2318.9236079688003\n", - "12:08:43\tCompleted 3071 to KZ191000: 1726.0531164038346\n", - "12:08:43\tCompleted 3093 to KZ194800: 1880.5061191358088\n", - "12:08:43\tCompleted 3110 to KZ392400: 1862.9215865349229\n", - "12:08:43\tCompleted 3111 to KZ475200: 1899.8309180341428\n", - "12:08:43\tCompleted 3080 to KZ596000: 918.7294886809217\n", - "12:08:43\tCompleted 3106 to KZ117000: 2806.048779977411\n", - "12:08:44\tCompleted 3079 to KZ354000: 1194.6527439726187\n", - "12:08:44\tCompleted 3089 to KZ352400: 468.2082933649521\n", - "12:08:44\tCompleted 3056 to KZ234000: 2272.666145039529\n", - "12:08:44\tCompleted 3124 to KZ356000: 1821.41017212739\n", - "12:08:44\tCompleted 3095 to KZ355200: 491.16373970018435\n", - "12:08:44\tCompleted 3128 to KZ751110: 1332.8628009533281\n", - "12:08:44\tCompleted 3116 to KZ751210: 1447.454244576753\n", - "12:08:44\tCompleted 3096 to KZ596200: 2427.6556727686234\n", - "12:08:44\tCompleted 3069 to KZ276200: 1830.682689574678\n", - "12:08:44\tCompleted 3075 to KZ273600: 3350.772601688307\n", - "12:08:44\tCompleted 3132 to KZ614400: 2509.7950241752696\n", - "12:08:45\tCompleted 3119 to KZ791710: 1597.632423306743\n", - "12:08:45\tCompleted 3129 to KZ751510: 3144.440208940195\n", - "12:08:45\tCompleted 3066 to KZ632200: 1820.374255128851712:08:45\tCompleted 3103 to KZ595600: 738.4593199577725\n", - "\n", - "12:08:45\tCompleted 3117 to KZ235600: 2986.939944883909\n", - "12:08:45\tCompleted 3118 to KZ393600: 1006.4602672075881\n", - "12:08:45\tCompleted 3120 to KZ276200: 2930.181357471445\n", - "12:08:45\tCompleted 3088 to KZ634000: 893.4224368212372\n", - "12:08:45\tCompleted 3102 to KZ396600: 940.7209274717027\n", - "12:08:45\tCompleted 3095 to KZ355600: 264.4785794493844\n", - "12:08:45\tCompleted 3087 to KZ196800: 2807.569982443471\n", - "12:08:45\tCompleted 3114 to KZ113800: 2713.3325398451148\n", - "12:08:45\tCompleted 3099 to KZ191600: 1580.6838907823942\n", - "12:08:46\tCompleted 3078 to KZ233600: 3526.3373141302945\n", - "12:08:46\tCompleted 3111 to KZ471800: 1729.4406978734012\n", - "12:08:46\tCompleted 3100 to KZ636400: 1810.6508420418343\n", - "12:08:46\tCompleted 3131 to KZ431900: 2835.1701903431185\n", - "12:08:46\tCompleted 3079 to KZ351000: 1158.6891107720346\n", - "12:08:46\tCompleted 3110 to KZ396200: 2302.9505090446487\n", - "12:08:46\tCompleted 3073 to KZ391000: 1620.2663666256956\n", - "12:08:46\tCompleted 3137 to KZ192600: 2329.9664014942673\n", - "12:08:46\tCompleted 3054 to KZ151000: 1994.8596818439776\n", - "12:08:46\tCompleted 3122 to KZ191600: 1519.4174909411142\n", - "12:08:46\tCompleted 3125 to KZ614600: 1569.5248115592292\n", - "12:08:46\tCompleted 3139 to KZ351000: 2337.1885042433073\n", - "12:08:46\tCompleted 3103 to KZ596000: 381.27433590468235\n", - "12:08:47\tCompleted 3077 to KZ751910: 2483.679270478572\n", - "12:08:47\tCompleted 3094 to KZ234600: 3773.4072798613533\n", - "12:08:47\tCompleted 3052 to KZ616400: 2941.7180630270223\n", - "12:08:47\tCompleted 3129 to KZ231000: 965.9002028158337\n", - "12:08:47\tCompleted 3128 to KZ751310: 1339.3480823275668\n", - "12:08:47\tCompleted 3106 to KZ114400: 2728.5348442658046\n", - "12:08:47\tCompleted 3089 to KZ356000: 1314.6376620818457\n", - "12:08:47\tCompleted 3063 to KZ196200: 2167.768899818611\n", - "12:08:47\tCompleted 3068 to KZ474600: 2440.3239048142273\n", - "12:08:47\tCompleted 3090 to KZ475200: 3101.21162190261\n", - "12:08:47\tCompleted 3080 to KZ596200: 1305.7289383520992\n", - "12:08:47\tCompleted 3133 to KZ556000: 2703.8031367746457\n", - "12:08:48\tCompleted 3078 to KZ633200: 823.6184470802087\n", - "12:08:48\tCompleted 3055 to KZ195600: 3103.1055217487533\n", - "12:08:48\tCompleted 3097 to KZ273200: 3069.642436695413\n", - "12:08:48\tCompleted 3095 to KZ352100: 882.4608532255373\n", - "12:08:48\tCompleted 3116 to KZ751110: 1455.0596267334322\n", - "12:08:48\tCompleted 3123 to KZ634800: 1787.9973959754773\n", - "12:08:48\tCompleted 3083 to KZ273600: 3306.588657639728\n", - "12:08:48\tCompleted 3127 to KZ156400: 2510.8010307732147\n", - "12:08:48\tCompleted 3074 to KZ611600: 2282.3404528625742\n", - "12:08:48\tCompleted 3069 to KZ271000: 1848.3756449889065\n", - "12:08:48\tCompleted 3058 to KZ273200: 2792.230742135503\n", - "12:08:48\tCompleted 3102 to KZ394200: 1336.0341971315697\n", - "12:08:48\tCompleted 3057 to KZ314200: 2537.5087472333857\n", - "12:08:48\tCompleted 3118 to KZ396400: 1227.8719138809686\n", - "12:08:48\tCompleted 3109 to KZ636200: 4386.243903194885\n", - "12:08:49\tCompleted 3132 to KZ614600: 2299.4466516438606\n", - "12:08:49\tCompleted 3071 to KZ196200: 1721.419265217033612:08:49\tCompleted 3124 to KZ354400: 2608.715494881613\n", - "\n", - "12:08:49\tCompleted 3088 to KZ635400: 1401.6583503929428\n", - "12:08:49\tCompleted 3079 to KZ352000: 1244.9707425050278\n", - "12:08:49\tCompleted 3103 to KZ596200: 768.2737855758606\n", - "12:08:49\tCompleted 3129 to KZ234000: 1066.1310950697648\n", - "12:08:49\tCompleted 3096 to KZ596400: 3296.7228517458752\n", - "12:08:49\tCompleted 3072 to KZ635200: 1838.684344567535\n", - "12:08:49\tCompleted 3110 to KZ396600: 2214.6556411921165\n", - "12:08:49\tCompleted 3092 to KZ154200: 2621.5596469381226\n", - "12:08:49\tCompleted 3095 to KZ352200: 222.52715761215006\n", - "12:08:49\tCompleted 3100 to KZ631000: 1321.560517386949\n", - "12:08:49\tCompleted 3138 to KZ635200: 3703.067420447532\n", - "12:08:49\tCompleted 3059 to KZ273600: 2414.7919322639755\n", - "12:08:49\tCompleted 3093 to KZ195600: 2107.4310329246227\n", - "12:08:49\tCompleted 3111 to KZ593200: 2399.434382681259\n", - "12:08:50\tCompleted 3080 to KZ596400: 814.756092021038512:08:50\tCompleted 3114 to KZ114500: 3146.8514616788784\n", - "\n", - "12:08:50\tCompleted 3108 to KZ231000: 2933.3276624496566\n", - "12:08:50\tCompleted 3128 to KZ751410: 1346.3580284324632\n", - "12:08:50\tCompleted 3067 to KZ316600: 2439.06008828066812:08:50\tCompleted 3099 to KZ195200: 1601.7382198596908\n", - "\n", - "12:08:50\tCompleted 3089 to KZ354400: 1241.4118379905335\n", - "12:08:50\tCompleted 3119 to KZ611600: 1675.5937077656713\n", - "12:08:50\tCompleted 3073 to KZ395400: 1663.6302615510094\n", - "12:08:51\tCompleted 3139 to KZ352000: 2153.4666165695326\n", - "12:08:51\tCompleted 3078 to KZ634800: 1245.5004897774722\n", - "12:08:51\tCompleted 3103 to KZ596400: 563.340363184557\n", - "12:08:51\tCompleted 3075 to KZ276600: 3432.597848387293\n", - "12:08:51\tCompleted 3123 to KZ633400: 1132.3894463287425\n", - "12:08:51\tCompleted 3088 to KZ635000: 928.9915604813084\n", - "12:08:51\tCompleted 3057 to KZ353200: 1346.2211973653991\n", - "12:08:51\tCompleted 3054 to KZ153200: 2045.0532892727247\n", - "12:08:51\tCompleted 3116 to KZ751310: 1456.5743453591936\n", - "12:08:51\tCompleted 3106 to KZ114600: 3334.603993238447\n", - "12:08:52\tCompleted 3122 to KZ195200: 1540.471820018410912:08:52\tCompleted 3131 to KZ434600: 2868.8347607694964\n", - "\n", - "12:08:52\tCompleted 3110 to KZ394200: 1991.1322471501626\n", - "12:08:52\tCompleted 3056 to KZ234200: 2794.258150450747\n", - "12:08:52\tCompleted 3096 to KZ594600: 2522.0685916692464\n", - "12:08:52\tCompleted 3124 to KZ351800: 1843.3970460248042\n", - "12:08:52\tCompleted 3102 to KZ394400: 1452.3709597496816\n", - "12:08:52\tCompleted 3125 to KZ614800: 1950.8372736458978\n", - "12:08:52\tCompleted 3095 to KZ352300: 878.4039204485506\n", - "12:08:52\tCompleted 3052 to KZ615600: 2140.0265668920106\n", - "12:08:52\tCompleted 3088 to KZ632200: 278.67187924757343\n", - "12:08:52\tCompleted 3137 to KZ196600: 2513.3596779060563\n", - "12:08:52\tCompleted 3117 to KZ233600: 2992.7019336840335\n", - "12:08:52\tCompleted 3129 to KZ234200: 1625.4563867044708\n", - "12:08:53\tCompleted 3077 to KZ751510: 2476.167796549029\n", - "12:08:53\tCompleted 3087 to KZ191600: 2859.5593885094745\n", - "12:08:53\tCompleted 3080 to KZ594600: 1285.002769479372\n", - "12:08:53\tCompleted 3066 to KZ635200: 2736.298984155561\n", - "12:08:53\tCompleted 3118 to KZ394000: 1459.806763246795\n", - "12:08:53\tCompleted 3089 to KZ351800: 1222.751952977227\n", - "12:08:53\tCompleted 3078 to KZ633400: 1031.3037077625256\n", - "12:08:53\tCompleted 3095 to KZ352800: 223.2110007532489\n", - "12:08:53\tCompleted 3128 to KZ751710: 1378.394098092607\n", - "12:08:53\tCompleted 3103 to KZ594600: 747.5476167031327\n", - "12:08:53\tCompleted 3063 to KZ192600: 2227.758595104275\n", - "12:08:53\tCompleted 3079 to KZ354800: 1682.3121243881549\n", - "12:08:53\tCompleted 3114 to KZ114000: 2918.6989525296963\n", - "12:08:54\tCompleted 3132 to KZ614800: 2781.0674570149517\n", - "12:08:54\tCompleted 3120 to KZ271000: 2947.874312885661\n", - "12:08:54\tCompleted 3123 to KZ633600: 914.6843077334541\n", - "12:08:54\tCompleted 3071 to KZ192600: 1781.4089605027086\n", - "12:08:54\tCompleted 3133 to KZ556800: 2904.491061646583\n", - "12:08:54\tCompleted 3119 to KZ613600: 1530.3859692397193\n", - "12:08:54\tCompleted 3111 to KZ595800: 2729.313094604188\n", - "12:08:54\tCompleted 3094 to KZ234800: 2907.1086556969694\n", - "12:08:54\tCompleted 3072 to KZ632400: 1631.3413817611308\n", - "12:08:54\tCompleted 3110 to KZ394400: 1779.1193141179706\n", - "12:08:54\tCompleted 3100 to KZ634600: 1780.2900448523635\n", - "12:08:54\tCompleted 3099 to KZ195000: 1530.2787286850928\n", - "12:08:54\tCompleted 3069 to KZ274000: 2512.0633349281093\n", - "12:08:54\tCompleted 3127 to KZ155600: 2423.645810353137\n", - "12:08:54\tCompleted 3074 to KZ613600: 2137.1327143366325\n", - "12:08:54\tCompleted 3106 to KZ114800: 2281.0364220480888\n", - "12:08:54\tCompleted 3103 to KZ711110: 61.25265042417112\n", - "12:08:55\tCompleted 3092 to KZ156000: 2194.808879306343\n", - "12:08:55\tCompleted 3124 to KZ393200: 1466.6203254503016\n", - "12:08:55\tCompleted 3083 to KZ276600: 3388.413904338714\n", - "12:08:55\tCompleted 3080 to KZ711110: 560.1629851741205\n", - "12:08:55\tCompleted 3078 to KZ633600: 367.46948643154974\n", - "12:08:55\tCompleted 3073 to KZ392000: 1780.5539566312486\n", - "12:08:55\tCompleted 3054 to KZ153400: 1628.7246186425896\n", - "12:08:55\tCompleted 3058 to KZ274400: 2722.2971421470515\n", - "12:08:55\tCompleted 3068 to KZ475000: 2810.6529315640046\n", - "12:08:55\tCompleted 3116 to KZ751410: 1472.2419644499535\n", - "12:08:55\tCompleted 3109 to KZ636400: 4803.358563886468\n", - "12:08:55\tCompleted 3095 to KZ356400: 540.290489215812\n", - "12:08:55\tCompleted 3090 to KZ471800: 2930.8214017418845\n", - "12:08:55\tCompleted 3088 to KZ635200: 1194.5966082743362\n", - "12:08:56\tCompleted 3128 to KZ751810: 1342.1054416404475\n", - "12:08:56\tCompleted 3059 to KZ276600: 2496.6171789629616\n", - "12:08:56\tCompleted 3117 to KZ633200: 1248.9949899568528\n", - "12:08:56\tCompleted 3079 to KZ355200: 1127.6168354538524\n", - "12:08:56\tCompleted 3097 to KZ274400: 2999.7088367069614\n", - "12:08:56\tCompleted 3096 to KZ711110: 2987.7425009342137\n", - "12:08:56\tCompleted 3103 to KZ711410: 52.41529841757307\n", - "12:08:56\tCompleted 3122 to KZ195000: 1469.012328843813\n", - "12:08:56\tCompleted 3129 to KZ234600: 1740.6266851425526\n", - "12:08:56\tCompleted 3138 to KZ632400: 3495.724457641157\n", - "12:08:56\tCompleted 3118 to KZ396800: 1205.8992208071986\n", - "12:08:56\tCompleted 3093 to KZ195800: 1971.736633274594\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:08:56\tCompleted 3055 to KZ195800: 2967.411122098721\n", - "12:08:56\tCompleted 3139 to KZ354800: 2860.811517859409\n", - "12:08:56\tCompleted 3080 to KZ711410: 558.4963401287149\n", - "12:08:57\tCompleted 3078 to KZ633800: 668.054833912079\n", - "12:08:57\tCompleted 3110 to KZ433200: 2076.9325158001275\n", - "12:08:57\tCompleted 3095 to KZ352400: 173.47981120421858\n", - "12:08:57\tCompleted 3090 to KZ593200: 260.06151558869595\n", - "12:08:57\tCompleted 3123 to KZ633800: 1215.2696552139826\n", - "12:08:57\tCompleted 3067 to KZ316200: 2580.0153905001466\n", - "12:08:57\tCompleted 3124 to KZ393400: 1480.1697652859325\n", - "12:08:57\tCompleted 3057 to KZ353600: 2073.522397625373\n", - "12:08:57\tCompleted 3108 to KZ234000: 3141.9381398173446\n", - "12:08:57\tCompleted 3089 to KZ393200: 1372.7164608382118\n", - "12:08:57\tCompleted 3100 to KZ634400: 1302.008007764246712:08:57\tCompleted 3103 to KZ711210: 41.63452401926904\n", - "\n", - "12:08:57\tCompleted 3131 to KZ434400: 3211.7841597312217\n", - "12:08:57\tCompleted 3125 to KZ615400: 1841.7411558188335\n", - "12:08:57\tCompleted 3114 to KZ117000: 2939.360764163521\n", - "12:08:57\tCompleted 3052 to KZ615800: 2154.406186219534\n", - "12:08:57\tCompleted 3072 to KZ632800: 1381.5682562563402\n", - "12:08:57\tCompleted 3077 to KZ231000: 2107.7170677541203\n", - "12:08:58\tCompleted 3137 to KZ194200: 2015.3094200786145\n", - "12:08:58\tCompleted 3129 to KZ234800: 765.9484758643566\n", - "12:08:58\tCompleted 3079 to KZ355600: 1227.4602454883495\n", - "12:08:58\tCompleted 3128 to KZ751910: 1324.2304571007808\n", - "12:08:58\tCompleted 3106 to KZ111010: 2672.345922826043\n", - "12:08:58\tCompleted 3102 to KZ433200: 2192.067580631785\n", - "12:08:58\tCompleted 3080 to KZ711210: 571.9795265686607\n", - "12:08:58\tCompleted 3132 to KZ615400: 2522.2312241055\n", - "12:08:58\tCompleted 3088 to KZ632400: 987.2536454679325\n", - "12:08:59\tCompleted 3119 to KZ614000: 1658.7986317814582\n", - "12:08:59\tCompleted 3090 to KZ595800: 558.6551556671141\n", - "12:08:59\tCompleted 3103 to KZ711310: 22.451576522188134\n", - "12:08:59\tCompleted 3073 to KZ395600: 1657.707305922325\n", - "12:08:59\tCompleted 3075 to KZ275000: 3308.912609061548\n", - "12:08:59\tCompleted 3066 to KZ632400: 2528.956021349186\n", - "12:08:59\tCompleted 3078 to KZ634000: 919.9755469130076\n", - "12:08:59\tCompleted 3111 to KZ593400: 2869.752315421129\n", - "12:08:59\tCompleted 3116 to KZ751710: 1507.9579182802142\n", - "12:08:59\tCompleted 3110 to KZ431900: 1951.4380184184768\n", - "12:08:59\tCompleted 3096 to KZ711410: 2977.876721755187\n", - "12:09:00\tCompleted 3129 to KZ235200: 921.9679083414829\n", - "12:09:00\tCompleted 3080 to KZ711310: 577.1930259687831\n", - "12:09:00\tCompleted 3074 to KZ614000: 2265.54537687835812:09:00\tCompleted 3095 to KZ356000: 995.6744058640206\n", - "\n", - "12:09:00\tCompleted 3133 to KZ554800: 2908.4676224943037\n", - "12:09:00\tCompleted 3124 to KZ391600: 1739.3660085365088\n", - "12:09:00\tCompleted 3063 to KZ196600: 2486.8355516938914\n", - "12:09:00\tCompleted 3127 to KZ156800: 1821.6563441810797\n", - "12:09:00\tCompleted 3099 to KZ194400: 1852.7142815246864\n", - "12:09:00\tCompleted 3069 to KZ274200: 2619.379323087868\n", - "12:09:00\tCompleted 3128 to KZ751510: 1324.7917331414626\n", - "12:09:00\tCompleted 3088 to KZ632800: 741.9558049728944\n", - "12:09:00\tCompleted 3090 to KZ593400: 572.262823695658\n", - "12:09:00\tCompleted 3139 to KZ355200: 2210.487455104083\n", - "12:09:00\tCompleted 3092 to KZ154600: 2492.9463100514577\n", - "12:09:00\tCompleted 3118 to KZ394800: 1384.5537895052555\n", - "12:09:01\tCompleted 3089 to KZ393400: 1380.8187271469708\n", - "12:09:01\tCompleted 3080 to KZ555200: 242.9661288260735\n", - "12:09:01\tCompleted 3114 to KZ114400: 2861.846828451914\n", - "12:09:01\tCompleted 3057 to KZ351600: 1728.5513178786184\n", - "12:09:01\tCompleted 3087 to KZ195200: 2880.6137175867643\n", - "12:09:01\tCompleted 3123 to KZ634000: 1462.4724531110119\n", - "12:09:01\tCompleted 3103 to KZ555200: 786.345625632546112:09:01\tCompleted 3117 to KZ634800: 1801.1505922857923\n", - "\n", - "12:09:01\tCompleted 3072 to KZ636800: 1406.4618377849547\n", - "12:09:01\tCompleted 3109 to KZ631000: 4332.37828986293\n", - "12:09:01\tCompleted 3122 to KZ194400: 1791.4478816834064\n", - "12:09:01\tCompleted 3059 to KZ275000: 2372.9319396372166\n", - "12:09:01\tCompleted 3071 to KZ196600: 2040.4859170923264\n", - "12:09:02\tCompleted 3070 to KZ113200: 338.6608447436372\n", - "12:09:02\tCompleted 3131 to KZ431000: 2552.605728877755\n", - "12:09:02\tCompleted 3129 to KZ235600: 1012.7153750910304\n", - "12:09:02\tCompleted 3056 to KZ234600: 2909.4284488888015\n", - "12:09:02\tCompleted 3110 to KZ434600: 1989.337542668682\n", - "12:09:02\tCompleted 3125 to KZ615200: 1621.2240106028407\n", - "12:09:02\tCompleted 3106 to KZ116000: 2839.115117447531\n", - "12:09:02\tCompleted 3058 to KZ275400: 3397.485574104062\n", - "12:09:02\tCompleted 3124 to KZ393600: 1279.5674468999678\n", - "12:09:02\tCompleted 3093 to KZ196000: 1741.8651074013462\n", - "12:09:02\tCompleted 3132 to KZ615200: 2259.647870607238\n", - "12:09:02\tCompleted 3080 to KZ551600: 131.5495662780999\n", - "12:09:02\tCompleted 3079 to KZ352100: 1845.4425192645035\n", - "12:09:02\tCompleted 3100 to KZ313600: 1847.3577504071718\n", - "12:09:02\tCompleted 3090 to KZ594200: 478.9150773469686\n", - "12:09:02\tCompleted 3102 to KZ431900: 1741.0436072074344\n", - "12:09:02\tCompleted 3095 to KZ354400: 922.4485817727076\n", - "12:09:03\tCompleted 3077 to KZ234000: 2245.681246231526\n", - "12:09:03\tCompleted 3054 to KZ153600: 2501.02814120194112:09:03\tCompleted 3138 to KZ632800: 3245.9513321363747\n", - "\n", - "12:09:03\tCompleted 3078 to KZ635400: 1428.2114604847131\n", - "12:09:03\tCompleted 3120 to KZ274000: 3611.5620028248672\n", - "12:09:03\tCompleted 3088 to KZ636800: 762.3741014917558\n", - "12:09:03\tCompleted 3094 to KZ235200: 2954.748503060337\n", - "12:09:03\tCompleted 3083 to KZ275000: 3264.728665012969\n", - "12:09:03\tCompleted 3111 to KZ594200: 2543.094232150558\n", - "12:09:03\tCompleted 3096 to KZ711210: 2975.232491197164\n", - "12:09:03\tCompleted 3070 to KZ113400: 417.11140794730886\n", - "12:09:03\tCompleted 3137 to KZ751210: 2113.527599387086\n", - "12:09:03\tCompleted 3116 to KZ751810: 1461.8169860463129\n", - "12:09:03\tCompleted 3067 to KZ311000: 2474.080154107134\n", - "12:09:03\tCompleted 3103 to KZ551600: 519.778903647\n", - "12:09:03\tCompleted 3068 to KZ475200: 2821.495892348054\n", - "12:09:03\tCompleted 3057 to KZ354000: 1301.0403028220212\n", - "12:09:03\tCompleted 3073 to KZ395800: 1960.0913813287978\n", - "12:09:04\tCompleted 3052 to KZ612600: 1984.521035024586\n", - "12:09:04\tCompleted 3108 to KZ234200: 3592.8838463382804\n", - "12:09:04\tCompleted 3124 to KZ396400: 1113.4023248127514\n", - "12:09:04\tCompleted 3080 to KZ553200: 416.44878585678487\n", - "12:09:04\tCompleted 3070 to KZ113600: 331.7653467198355\n", - "12:09:04\tCompleted 3066 to KZ632800: 2279.18289584442\n", - "12:09:04\tCompleted 3110 to KZ434400: 2026.2625550127764\n", - "12:09:04\tCompleted 3129 to KZ233600: 1022.7676631620271\n", - "12:09:04\tCompleted 3097 to KZ275400: 3674.8972686639718\n", - "12:09:04\tCompleted 3089 to KZ391600: 1315.7632588978101\n", - "12:09:04\tCompleted 3090 to KZ596600: 294.141979823891\n", - "12:09:05\tCompleted 3055 to KZ196000: 2737.539596225511\n", - "12:09:05\tCompleted 3079 to KZ352200: 1185.5088236511149\n", - "12:09:05\tCompleted 3117 to KZ633400: 1148.7142155143117\n", - "12:09:05\tCompleted 3118 to KZ395000: 1312.529199196221\n", - "12:09:05\tCompleted 3063 to KZ194200: 1988.785293866446\n", - "12:09:05\tCompleted 3106 to KZ116400: 2609.1786860631073\n", - "12:09:05\tCompleted 3070 to KZ113800: 270.08526057743563\n", - "12:09:05\tCompleted 3078 to KZ635000: 956.960608279734\n", - "12:09:05\tCompleted 3127 to KZ193200: 1737.885979080266\n", - "12:09:05\tCompleted 3133 to KZ556400: 2846.92042338248\n", - "12:09:06\tCompleted 3139 to KZ355600: 2405.9596389596336\n", - "12:09:06\tCompleted 3080 to KZ553600: 407.8056667711059\n", - "12:09:06\tCompleted 3114 to KZ114600: 3467.9159774245563\n", - "12:09:06\tCompleted 3103 to KZ553200: 638.7268970537075\n", - "12:09:06\tCompleted 3095 to KZ351800: 903.788696759401\n", - "12:09:06\tCompleted 3099 to KZ194600: 1797.7951235657115\n", - "12:09:06\tCompleted 3124 to KZ394000: 1181.1034511395392\n", - "12:09:06\tCompleted 3090 to KZ595000: 483.2257036429518\n", - "12:09:06\tCompleted 3092 to KZ154800: 2376.126990303431\n", - "12:09:06\tCompleted 3057 to KZ351000: 1265.076669621437\n", - "12:09:06\tCompleted 3128 to KZ231000: 3958.7159854100432\n", - "12:09:06\tCompleted 3131 to KZ435200: 2628.912035106162\n", - "12:09:06\tCompleted 3079 to KZ352300: 914.9442816484628\n", - "12:09:06\tCompleted 3119 to KZ613900: 1935.5503309226522\n", - "12:09:07\tCompleted 3088 to KZ635800: 1211.8763491890109\n", - "12:09:07\tCompleted 3078 to KZ632200: 335.64143191695797\n", - "12:09:07\tCompleted 3080 to KZ552200: 396.8944775466655\n", - "12:09:07\tCompleted 3100 to KZ314000: 1705.714386258785512:09:07\tCompleted 3070 to KZ114500: 350.60949278041085\n", - "\n", - "12:09:07\tCompleted 3071 to KZ194200: 1542.4356592648612\n", - "12:09:07\tCompleted 3075 to KZ274800: 3833.8004168730413\n", - "12:09:07\tCompleted 3096 to KZ711310: 2965.4925505042784\n", - "12:09:07\tCompleted 3074 to KZ613900: 2542.2970760195403\n", - "12:09:07\tCompleted 3111 to KZ596600: 2295.357365034903\n", - "12:09:07\tCompleted 3093 to KZ191000: 1620.3549141659355\n", - "12:09:07\tCompleted 3056 to KZ234800: 1972.4835258341247\n", - "12:09:07\tCompleted 3123 to KZ635400: 1970.7083666827182\n", - "12:09:07\tCompleted 3102 to KZ434600: 1774.7081776338148\n", - "12:09:07\tCompleted 3072 to KZ635800: 1855.96408548221\n", - "12:09:07\tCompleted 3110 to KZ431000: 2311.923110133542\n", - "12:09:08\tCompleted 3116 to KZ751910: 1462.7556676825354\n", - "12:09:08\tCompleted 3125 to KZ616400: 2463.043856503773\n", - "12:09:08\tCompleted 3109 to KZ634600: 4791.107817328378\n", - "12:09:08\tCompleted 3118 to KZ395200: 844.4937141213518\n", - "12:09:08\tCompleted 3117 to KZ633600: 927.8375040437694\n", - "12:09:08\tCompleted 3103 to KZ553600: 589.7298952886806\n", - "12:09:08\tCompleted 3132 to KZ616400: 3232.2404215032766\n", - "12:09:08\tCompleted 3059 to KZ274800: 2897.8197474487097\n", - "12:09:08\tCompleted 3070 to KZ114000: 259.97204508605483\n", - "12:09:08\tCompleted 3122 to KZ194600: 1736.5287237244315\n", - "12:09:08\tCompleted 3073 to KZ392400: 1686.278307355138\n", - "12:09:08\tCompleted 3058 to KZ273600: 2565.4448330866003\n", - "12:09:08\tCompleted 3089 to KZ393600: 1353.2806839431992\n", - "12:09:08\tCompleted 3124 to KZ396800: 1312.5752519298837\n", - "12:09:08\tCompleted 3090 to KZ593600: 693.1728753479397\n", - "12:09:08\tCompleted 3080 to KZ554600: 455.74689820087565\n", - "12:09:08\tCompleted 3054 to KZ154000: 1932.6699414294274\n", - "12:09:09\tCompleted 3114 to KZ114800: 2414.348406234198\n", - "12:09:09\tCompleted 3079 to KZ352800: 1186.192666792214\n", - "12:09:09\tCompleted 3057 to KZ352000: 1432.869811609464\n", - "12:09:09\tCompleted 3087 to KZ195000: 2809.154226412229512:09:09\tCompleted 3088 to KZ636200: 880.7896713908784\n", - "\n", - "12:09:09\tCompleted 3095 to KZ393200: 1053.7532046203855\n", - "12:09:09\tCompleted 3137 to KZ751110: 2121.132981543763\n", - "12:09:09\tCompleted 3070 to KZ117000: 141.16143590447209\n", - "12:09:09\tCompleted 3066 to KZ636800: 2304.076477373023\n", - "12:09:09\tCompleted 3103 to KZ552200: 481.2619532669534\n", - "12:09:09\tCompleted 3106 to KZ116800: 2937.308307287859\n", - "12:09:10\tCompleted 3138 to KZ636800: 3270.8449136649942\n", - "12:09:10\tCompleted 3127 to KZ193400: 1463.074928159394\n", - "12:09:10\tCompleted 3077 to KZ234200: 2767.2732516427454\n", - "12:09:10\tCompleted 3083 to KZ274800: 3789.616472824462\n", - "12:09:10\tCompleted 3078 to KZ635200: 1222.5656560727618\n", - "12:09:10\tCompleted 3080 to KZ555600: 628.8146628038621\n", - "12:09:11\tCompleted 3124 to KZ394800: 1055.6523796774236\n", - "12:09:11\tCompleted 3139 to KZ352100: 2925.824256100051\n", - "12:09:11\tCompleted 3090 to KZ595200: 585.6107325331799\n", - "12:09:11\tCompleted 3119 to KZ612000: 1455.8075317466146\n", - "12:09:11\tCompleted 3118 to KZ391000: 1040.1999786303252\n", - "12:09:11\tCompleted 3131 to KZ434800: 2543.935125031252\n", - "12:09:11\tCompleted 3070 to KZ114400: 418.5995491842433\n", - "12:09:11\tCompleted 3063 to KZ751210: 2087.003473174921\n", - "12:09:11\tCompleted 3111 to KZ595000: 2569.6782423794243\n", - "12:09:11\tCompleted 3068 to KZ471800: 2651.1056721873283\n", - "12:09:11\tCompleted 3116 to KZ751510: 1455.244193752991\n", - "12:09:11\tCompleted 3094 to KZ235600: 3049.786269080742\n", - "12:09:11\tCompleted 3110 to KZ435200: 2402.734903523594\n", - "12:09:11\tCompleted 3129 to KZ633200: 3371.5084407992485\n", - "12:09:11\tCompleted 3067 to KZ315000: 2741.5417227454345\n", - "12:09:11\tCompleted 3103 to KZ554600: 563.4384257687643\n", - "12:09:11\tCompleted 3123 to KZ635000: 1498.0415767710838\n", - "12:09:11\tCompleted 3108 to KZ234600: 3708.054144776335\n", - "12:09:11\tCompleted 3117 to KZ633800: 1228.4228515242978\n", - "12:09:11\tCompleted 3093 to KZ196200: 1615.721062979134612:09:11\tCompleted 3080 to KZ551000: 38.753910687142486\n", - "\n", - "12:09:12\tCompleted 3125 to KZ615600: 1661.3523603687493\n", - "12:09:12\tCompleted 3052 to KZ616000: 2169.1880424962123\n", - "12:09:12\tCompleted 3099 to KZ194800: 1930.7838255667702\n", - "12:09:12\tCompleted 3120 to KZ274200: 3718.8779909846335\n", - "12:09:12\tCompleted 3133 to KZ554200: 3016.7653252356718\n", - "12:09:12\tCompleted 3055 to KZ191000: 2616.029402990104\n", - "12:09:12\tCompleted 3097 to KZ273600: 2842.85652764651\n", - "12:09:12\tCompleted 3072 to KZ636200: 1524.8774076840768\n", - "12:09:12\tCompleted 3074 to KZ612000: 2062.554276843532\n", - "12:09:12\tCompleted 3096 to KZ555200: 3709.307409725422\n", - "12:09:12\tCompleted 3073 to KZ396200: 1494.7013933289197\n", - "12:09:12\tCompleted 3114 to KZ111010: 2805.657907012153\n", - "12:09:12\tCompleted 3100 to KZ314800: 1405.8333825511293\n", - "12:09:12\tCompleted 3071 to KZ751210: 1640.653838573337212:09:12\tCompleted 3079 to KZ356400: 1503.2721552547766\n", - "\n", - "12:09:12\tCompleted 3128 to KZ234000: 4167.326462777732\n", - "12:09:12\tCompleted 3095 to KZ393400: 1061.8554709291445\n", - "12:09:13\tCompleted 3070 to KZ114600: 698.359085396016\n", - "12:09:13\tCompleted 3092 to KZ155200: 2803.0656532051835\n", - "12:09:13\tCompleted 3090 to KZ591000: 485.44016973701906\n", - "12:09:13\tCompleted 3102 to KZ434400: 2117.65757659555\n", - "12:09:13\tCompleted 3078 to KZ632400: 1013.806755559703\n", - "12:09:13\tCompleted 3089 to KZ396400: 1574.6923306165809\n", - "12:09:13\tCompleted 3132 to KZ615600: 2597.9624137955548\n", - "12:09:13\tCompleted 3068 to KZ593200: 634.9691632793381\n", - "12:09:13\tCompleted 3057 to KZ354800: 1788.6996832375573\n", - "12:09:13\tCompleted 3056 to KZ235200: 2090.769672087774\n", - "12:09:13\tCompleted 3088 to KZ636400: 1396.54050749516\n", - "12:09:13\tCompleted 3080 to KZ556000: 55.568480581574796\n", - "12:09:13\tCompleted 3127 to KZ193600: 1329.182666413924\n", - "12:09:13\tCompleted 3124 to KZ395000: 1374.56370447573\n", - "12:09:14\tCompleted 3121 to KZ113200: 218.650610298791\n", - "12:09:14\tCompleted 3118 to KZ395400: 1083.563873555639\n", - "12:09:14\tCompleted 3106 to KZ111810: 2976.83910833435\n", - "12:09:14\tCompleted 3059 to KZ275800: 2367.4025714371314\n", - "12:09:14\tCompleted 3054 to KZ154200: 2235.3059803987458\n", - "12:09:14\tCompleted 3123 to KZ632200: 847.7218955373487\n", - "12:09:14\tCompleted 3070 to KZ114800: 504.3088976089877\n", - "12:09:14\tCompleted 3109 to KZ634400: 4312.825780240222\n", - "12:09:14\tCompleted 3122 to KZ194800: 1869.5174257254905\n", - "12:09:14\tCompleted 3075 to KZ275800: 3303.383240861463\n", - "12:09:14\tCompleted 3137 to KZ751310: 2122.6477001695257\n", - "12:09:14\tCompleted 3080 to KZ556800: 210.49681785429672\n", - "12:09:15\tCompleted 3103 to KZ555600: 1101.483142333504\n", - "12:09:15\tCompleted 3110 to KZ434800: 2324.301139246876\n", - "12:09:15\tCompleted 3090 to KZ595600: 535.8558104891405\n", - "12:09:15\tCompleted 3079 to KZ352400: 1136.4614772431835\n", - "12:09:15\tCompleted 3121 to KZ113400: 159.0604300288477\n", - "12:09:15\tCompleted 3058 to KZ276600: 2647.2700797855864\n", - "12:09:15\tCompleted 3139 to KZ352200: 2364.008217122387\n", - "12:09:15\tCompleted 3068 to KZ595800: 964.8478752022845\n", - "12:09:15\tCompleted 3078 to KZ632800: 798.9253576422789\n", - "12:09:15\tCompleted 3070 to KZ111010: 62.532294355214866\n", - "12:09:15\tCompleted 3131 to KZ433600: 2743.777888573141\n", - "12:09:15\tCompleted 3088 to KZ631000: 826.9240580589243\n", - "12:09:15\tCompleted 3057 to KZ355200: 1315.5987472905163\n", - "12:09:16\tCompleted 3114 to KZ116000: 2972.42710163364\n", - "12:09:16\tCompleted 3066 to KZ635800: 2753.578725070230612:09:16\tCompleted 3117 to KZ634000: 1475.625649421327\n", - "\n", - "12:09:16\tCompleted 3124 to KZ395200: 1452.7644372103052\n", - "12:09:16\tCompleted 3095 to KZ391600: 996.8000026799837\n", - "12:09:16\tCompleted 3080 to KZ554800: 309.6960686283205\n", - "12:09:16\tCompleted 3073 to KZ396600: 1502.620234120119\n", - "12:09:16\tCompleted 3119 to KZ614400: 1862.083130362455\n", - "12:09:16\tCompleted 3090 to KZ596000: 362.14277220585114\n", - "12:09:16\tCompleted 3138 to KZ635800: 3720.347161362202\n", - "12:09:16\tCompleted 3125 to KZ615800: 1675.731979696281\n", - "12:09:16\tCompleted 3121 to KZ113600: 265.42233112477214\n", - "12:09:16\tCompleted 3111 to KZ593600: 2907.1132482035837\n", - "12:09:16\tCompleted 3103 to KZ551000: 556.3545481173359\n", - "12:09:16\tCompleted 3063 to KZ751110: 2094.608855331598\n", - "12:09:16\tCompleted 3102 to KZ431000: 1458.479145742047\n", - "12:09:16\tCompleted 3083 to KZ275800: 3259.199296812884\n", - "12:09:16\tCompleted 3096 to KZ551600: 3442.740687739895\n", - "12:09:16\tCompleted 3079 to KZ356000: 913.4807483481649\n", - "12:09:17\tCompleted 3077 to KZ234600: 2882.4435500808\n", - "12:09:17\tCompleted 3118 to KZ392000: 1200.4875686358782\n", - "12:09:17\tCompleted 3127 to KZ194000: 1523.2108468455167\n", - "12:09:17\tCompleted 3080 to KZ556400: 198.6857671894145\n", - "12:09:17\tCompleted 3078 to KZ636800: 788.9272115835263\n", - "12:09:17\tCompleted 3132 to KZ615800: 2200.724468678104\n", - "12:09:17\tCompleted 3110 to KZ433600: 2139.9446673967404\n", - "12:09:17\tCompleted 3100 to KZ315400: 1368.3807306319572\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:09:17\tCompleted 3070 to KZ116000: 529.1798223659742\n", - "12:09:17\tCompleted 3068 to KZ593400: 1105.287096019225412:09:17\tCompleted 3116 to KZ231000: 2996.7264240103905\n", - "\n", - "12:09:17\tCompleted 3093 to KZ192600: 1675.7107582648096\n", - "12:09:17\tCompleted 3106 to KZ116600: 2843.814579382212\n", - "12:09:17\tCompleted 3108 to KZ234800: 2841.755520611951\n", - "12:09:18\tCompleted 3133 to KZ791110: 2153.204184185926412:09:18\tCompleted 3121 to KZ113800: 433.42104759065626\n", - "\n", - "12:09:18\tCompleted 3090 to KZ596200: 492.64434618018197\n", - "12:09:18\tCompleted 3071 to KZ751110: 1648.2592207300165\n", - "12:09:18\tCompleted 3054 to KZ156000: 1808.5552127669569\n", - "12:09:18\tCompleted 3139 to KZ352300: 1701.366667205974\n", - "12:09:18\tCompleted 3089 to KZ394000: 1806.6271799824074\n", - "12:09:18\tCompleted 3124 to KZ391000: 1264.3309484184376\n", - "12:09:18\tCompleted 3057 to KZ355600: 1333.847804337752\n", - "12:09:18\tCompleted 3128 to KZ234200: 4618.2721692986715\n", - "12:09:18\tCompleted 3103 to KZ556000: 604.475930325353\n", - "12:09:19\tCompleted 3080 to KZ554200: 499.1904661905606\n", - "12:09:19\tCompleted 3074 to KZ614400: 2468.8298754593366\n", - "12:09:19\tCompleted 3129 to KZ634800: 3915.3654140102603\n", - "12:09:19\tCompleted 3070 to KZ116400: 97.23727652499896\n", - "12:09:19\tCompleted 3067 to KZ314200: 2479.5553850424685\n", - "12:09:19\tCompleted 3109 to KZ313600: 3512.2675129446193\n", - "12:09:19\tCompleted 3099 to KZ195600: 2157.7087393555844\n", - "12:09:19\tCompleted 3095 to KZ393600: 1034.317427725373612:09:19\tCompleted 3052 to KZ613800: 2392.69307300243512:09:19\tCompleted 3092 to KZ156400: 2642.190747303367\n", - "\n", - "\n", - "12:09:19\tCompleted 3072 to KZ636400: 1941.9920683756754\n", - "12:09:19\tCompleted 3088 to KZ634600: 1285.6535855243383\n", - "12:09:19\tCompleted 3068 to KZ594200: 778.6290127486403\n", - "12:09:19\tCompleted 3121 to KZ114500: 330.2948552769427\n", - "12:09:19\tCompleted 3056 to KZ235600: 2185.80743810819\n", - "12:09:19\tCompleted 3114 to KZ116400: 2742.4906702492167\n", - "12:09:19\tCompleted 3123 to KZ635200: 1763.6466245641118\n", - "12:09:20\tCompleted 3094 to KZ233600: 3055.5482578808665\n", - "12:09:20\tCompleted 3087 to KZ194400: 3131.5897792517535\n", - "12:09:20\tCompleted 3125 to KZ612600: 1505.8468285013246\n", - "12:09:20\tCompleted 3097 to KZ276600: 2924.6817743454963\n", - "12:09:20\tCompleted 3118 to KZ395600: 1077.640917926955\n", - "12:09:20\tCompleted 3070 to KZ116800: 362.420759039062\n", - "12:09:20\tCompleted 3131 to KZ434000: 2905.536256795032\n", - "12:09:20\tCompleted 3090 to KZ596400: 788.4292653627356\n", - "12:09:20\tCompleted 3119 to KZ614600: 1549.0276505236177\n", - "12:09:20\tCompleted 3102 to KZ435200: 1534.7854519704624\n", - "12:09:20\tCompleted 3079 to KZ354400: 1583.5740183091393\n", - "12:09:20\tCompleted 3124 to KZ395400: 1302.707332617097\n", - "12:09:20\tCompleted 3122 to KZ195600: 2096.442339514305\n", - "12:09:20\tCompleted 3137 to KZ751410: 2138.3153192602836\n", - "12:09:20\tCompleted 3055 to KZ196200: 2611.3955518032794\n", - "12:09:20\tCompleted 3073 to KZ394200: 1951.5306128738785\n", - "12:09:21\tCompleted 3121 to KZ114000: 266.43784170938187\n", - "12:09:21\tCompleted 3111 to KZ595200: 2443.469349929509\n", - "12:09:21\tCompleted 3068 to KZ596600: 530.8921456329731\n", - "12:09:21\tCompleted 3059 to KZ276000: 2783.2335971921666\n", - "12:09:21\tCompleted 3077 to KZ234800: 1945.4986270261204\n", - "12:09:21\tCompleted 3058 to KZ275000: 2523.5848404598414\n", - "12:09:21\tCompleted 3088 to KZ634400: 807.3715484362225\n", - "12:09:21\tCompleted 3110 to KZ434000: 2875.148360561901\n", - "12:09:21\tCompleted 3078 to KZ635800: 1239.8453969874367\n", - "12:09:21\tCompleted 3070 to KZ111810: 340.00467409358663\n", - "12:09:21\tCompleted 3106 to KZ115600: 2742.262743102917\n", - "12:09:21\tCompleted 3096 to KZ553200: 3561.6886811465915\n", - "12:09:21\tCompleted 3103 to KZ556800: 805.1638551972951\n", - "12:09:21\tCompleted 3066 to KZ636200: 2422.49204727214\n", - "12:09:22\tCompleted 3063 to KZ751310: 2096.123573957361\n", - "12:09:22\tCompleted 3067 to KZ353200: 1285.4590040565793\n", - "12:09:22\tCompleted 3117 to KZ635400: 1983.8615629930332\n", - "12:09:22\tCompleted 3100 to KZ315600: 1494.8297995298055\n", - "12:09:22\tCompleted 3121 to KZ117000: 189.07018515598577\n", - "12:09:22\tCompleted 3132 to KZ612600: 2442.4568819281235\n", - "12:09:22\tCompleted 3090 to KZ594600: 598.3436429195863\n", - "12:09:22\tCompleted 3127 to KZ196400: 1733.0625954898137\n", - "12:09:22\tCompleted 3075 to KZ276000: 3719.214266616498\n", - "12:09:22\tCompleted 3071 to KZ751310: 1649.7739393557779\n", - "12:09:22\tCompleted 3139 to KZ352800: 2364.692060263485\n", - "12:09:22\tCompleted 3079 to KZ351800: 940.3290579593132\n", - "12:09:22\tCompleted 3124 to KZ392000: 1099.6132066636308\n", - "12:09:22\tCompleted 3089 to KZ396800: 1552.719637542811\n", - "12:09:22\tCompleted 3057 to KZ352100: 1951.830078113906\n", - "12:09:22\tCompleted 3068 to KZ595000: 805.2130229775057\n", - "12:09:23\tCompleted 3138 to KZ636200: 3389.2604835641114\n", - "12:09:23\tCompleted 3095 to KZ396400: 1255.7290743987544\n", - "12:09:23\tCompleted 3133 to KZ791310: 2130.9226352255264\n", - "12:09:23\tCompleted 3093 to KZ196600: 1934.7877148544273\n", - "12:09:23\tCompleted 3083 to KZ276000: 3675.030322567919\n", - "12:09:23\tCompleted 3072 to KZ631000: 1471.011794352123\n", - "12:09:23\tCompleted 3121 to KZ114400: 296.3546003937196\n", - "12:09:23\tCompleted 3094 to KZ633200: 1210.1949478736578\n", - "12:09:23\tCompleted 3078 to KZ636200: 907.3427814826489\n", - "12:09:23\tCompleted 3109 to KZ314000: 3294.7012483009294\n", - "12:09:23\tCompleted 3114 to KZ116800: 3070.6202914739683\n", - "12:09:23\tCompleted 3090 to KZ711110: 436.4119424559398\n", - "12:09:23\tCompleted 3110 to KZ471000: 1773.949720550297\n", - "12:09:23\tCompleted 3079 to KZ393200: 279.7734888993384\n", - "12:09:23\tCompleted 3054 to KZ154600: 2106.692643512085\n", - "12:09:24\tCompleted 3074 to KZ614600: 2155.7743956205263\n", - "12:09:24\tCompleted 3123 to KZ632400: 1556.3036617577077\n", - "12:09:24\tCompleted 3102 to KZ434800: 1449.8085418955459\n", - "12:09:24\tCompleted 3118 to KZ395800: 1380.024993333429\n", - "12:09:24\tCompleted 3125 to KZ616000: 1690.5138359729556\n", - "12:09:24\tCompleted 3103 to KZ554800: 809.8593432417507\n", - "12:09:24\tCompleted 3116 to KZ234000: 3205.3369013780784\n", - "12:09:24\tCompleted 3080 to KZ791110: 2225.6096808101943\n", - "12:09:24\tCompleted 3111 to KZ591000: 2560.425194052221\n", - "12:09:25\tCompleted 3106 to KZ115200: 2402.9905477060915\n", - "12:09:25\tCompleted 3108 to KZ235200: 2889.3953679753185\n", - "12:09:25\tCompleted 3079 to KZ393400: 507.3760675233722\n", - "12:09:25\tCompleted 3121 to KZ114600: 451.77830947072624\n", - "12:09:25\tCompleted 3092 to KZ155600: 2555.035526883277\n", - "12:09:25\tCompleted 3128 to KZ234600: 4733.442467736777\n", - "12:09:25\tCompleted 3124 to KZ395600: 1413.1794126446007\n", - "12:09:25\tCompleted 3057 to KZ352200: 1291.8963825005173\n", - "12:09:25\tCompleted 3129 to KZ633400: 3271.2276663567077\n", - "12:09:25\tCompleted 3099 to KZ195800: 2022.014339705555612:09:25\tCompleted 3090 to KZ711410: 426.5461632769118\n", - "\n", - "12:09:25\tCompleted 3070 to KZ116600: 1556.204074372666\n", - "12:09:25\tCompleted 3056 to KZ233600: 2191.5694269083174\n", - "12:09:25\tCompleted 3073 to KZ394400: 2031.4178240086399\n", - "12:09:25\tCompleted 3052 to KZ273200: 2813.399684952801\n", - "12:09:25\tCompleted 3068 to KZ593600: 1142.648028801671212:09:25\tCompleted 3110 to KZ473600: 1307.5396118687343\n", - "\n", - "12:09:26\tCompleted 3127 to KZ196800: 1333.4815837481656\n", - "12:09:26\tCompleted 3119 to KZ614800: 1930.3401126102863\n", - "12:09:26\tCompleted 3077 to KZ235200: 2063.78477327977\n", - "12:09:26\tCompleted 3100 to KZ316000: 1513.8766513186085\n", - "12:09:26\tCompleted 3122 to KZ195800: 1960.7479398642756\n", - "12:09:26\tCompleted 3096 to KZ553600: 3512.6916793815685\n", - "12:09:26\tCompleted 3137 to KZ751710: 2174.031273090542\n", - "12:09:26\tCompleted 3117 to KZ635000: 1511.1947730813988\n", - "12:09:26\tCompleted 3070 to KZ115600: 87.19844356550425\n", - "12:09:26\tCompleted 3079 to KZ391600: 641.8017302216467\n", - "12:09:26\tCompleted 3131 to KZ471000: 4540.5487005795285\n", - "12:09:26\tCompleted 3132 to KZ616000: 2165.6198239240557\n", - "12:09:27\tCompleted 3103 to KZ556400: 747.5932169331929\n", - "12:09:27\tCompleted 3090 to KZ711210: 423.90193271888785\n", - "12:09:27\tCompleted 3097 to KZ275000: 2800.9965350197513\n", - "12:09:27\tCompleted 3088 to KZ313600: 2273.1881765327553\n", - "12:09:27\tCompleted 3118 to KZ392400: 1106.2119193597675\n", - "12:09:27\tCompleted 3095 to KZ394000: 1487.6639237645809\n", - "12:09:27\tCompleted 3078 to KZ636400: 1453.5100601645445\n", - "12:09:27\tCompleted 3071 to KZ751410: 1665.4415584465378\n", - "12:09:27\tCompleted 3068 to KZ595200: 679.0041305275848\n", - "12:09:27\tCompleted 3057 to KZ352300: 1102.8433507529014\n", - "12:09:27\tCompleted 3063 to KZ751410: 2111.7911930481187\n", - "12:09:27\tCompleted 3093 to KZ194200: 1436.7374570269621\n", - "12:09:27\tCompleted 3121 to KZ114800: 781.9446470053302\n", - "12:09:27\tCompleted 3139 to KZ356400: 2513.2791848339616\n", - "12:09:27\tCompleted 3059 to KZ276200: 2502.6198104582622\n", - "12:09:27\tCompleted 3133 to KZ791510: 2141.040411221795\n", - "12:09:27\tCompleted 3089 to KZ394800: 1731.3742062408667\n", - "12:09:27\tCompleted 3114 to KZ111810: 3110.1510925204593\n", - "12:09:28\tCompleted 3070 to KZ115200: 324.7180124241105\n", - "12:09:28\tCompleted 3079 to KZ393600: 33.720935635134865\n", - "12:09:28\tCompleted 3067 to KZ353600: 2012.7602043165527\n", - "12:09:28\tCompleted 3123 to KZ632800: 1295.0603342597453\n", - "12:09:28\tCompleted 3110 to KZ474200: 1801.5991155938436\n", - "12:09:28\tCompleted 3106 to KZ115400: 2431.2176663558007\n", - "12:09:28\tCompleted 3087 to KZ194600: 3076.6706212927756\n", - "12:09:28\tCompleted 3124 to KZ395800: 1668.3375244133138\n", - "12:09:28\tCompleted 3058 to KZ274800: 3048.4726482713345\n", - "12:09:28\tCompleted 3090 to KZ711310: 414.1619920260024\n", - "12:09:28\tCompleted 3111 to KZ595600: 2431.930680376535\n", - "12:09:28\tCompleted 3102 to KZ433600: 1649.6513054374468\n", - "12:09:28\tCompleted 3094 to KZ634800: 1690.913348206\n", - "12:09:29\tCompleted 3055 to KZ192600: 2671.385247088973\n", - "12:09:29\tCompleted 3066 to KZ636400: 2839.6067079637237\n", - "12:09:29\tCompleted 3054 to KZ154800: 2079.577801132722\n", - "12:09:29\tCompleted 3121 to KZ111010: 319.29677143537873\n", - "12:09:29\tCompleted 3109 to KZ314800: 3793.988553175359\n", - "12:09:29\tCompleted 3070 to KZ115400: 545.2907842897675\n", - "12:09:29\tCompleted 3079 to KZ396400: 271.4679204202275\n", - "12:09:29\tCompleted 3117 to KZ632200: 860.875091847664\n", - "12:09:29\tCompleted 3068 to KZ591000: 795.9599746503008\n", - "12:09:29\tCompleted 3103 to KZ554200: 943.4242527154936\n", - "12:09:29\tCompleted 3078 to KZ631000: 853.4771681506948\n", - "12:09:29\tCompleted 3074 to KZ614800: 2537.0868577071906\n", - "12:09:29\tCompleted 3125 to KZ613800: 1914.0188664792026\n", - "12:09:29\tCompleted 3075 to KZ276200: 3438.600479882594\n", - "12:09:30\tCompleted 3106 to KZ151000: 794.9653388617986\n", - "12:09:30\tCompleted 3072 to KZ634600: 1929.7413218175375\n", - "12:09:30\tCompleted 3138 to KZ636400: 3806.3751442556722\n", - "12:09:30\tCompleted 3127 to KZ191600: 1385.4709898141741\n", - "12:09:30\tCompleted 3100 to KZ316600: 1419.3042224064395\n", - "12:09:30\tCompleted 3057 to KZ352800: 1292.5802256416164\n", - "12:09:30\tCompleted 3118 to KZ396200: 914.6350053335497\n", - "12:09:30\tCompleted 3092 to KZ156800: 1953.0460607112323\n", - "12:09:30\tCompleted 3110 to KZ474600: 1478.7745547757731\n", - "12:09:30\tCompleted 3080 to KZ791310: 2201.486797252291\n", - "12:09:30\tCompleted 3124 to KZ392400: 1198.8138343433823\n", - "12:09:30\tCompleted 3079 to KZ394000: 521.4317018788215\n", - "12:09:31\tCompleted 3099 to KZ196000: 1792.1428138323076\n", - "12:09:31\tCompleted 3121 to KZ116000: 269.1724276872526\n", - "12:09:31\tCompleted 3077 to KZ235600: 2158.8225393001885\n", - "12:09:31\tCompleted 3095 to KZ396800: 1233.7563813249844\n", - "12:09:31\tCompleted 3119 to KZ615400: 1821.243994783222\n", - "12:09:31\tCompleted 3068 to KZ595600: 667.4654609746049\n", - "12:09:31\tCompleted 3106 to KZ153200: 827.4401692108033\n", - "12:09:31\tCompleted 3056 to KZ633200: 2181.295221071188\n", - "12:09:31\tCompleted 3083 to KZ276200: 3394.4165358340147\n", - "12:09:31\tCompleted 3114 to KZ116600: 2977.126563568318\n", - "12:09:31\tCompleted 3129 to KZ633600: 3042.052325768278\n", - "12:09:31\tCompleted 3093 to KZ751210: 1534.9556363354382\n", - "12:09:31\tCompleted 3116 to KZ234200: 3656.2826078990142\n", - "12:09:31\tCompleted 3123 to KZ636800: 1331.4241177815315\n", - "12:09:32\tCompleted 3132 to KZ613800: 2541.2335992564035\n", - "12:09:32\tCompleted 3079 to KZ396800: 310.79444431479703\n", - "12:09:32\tCompleted 3108 to KZ235600: 2984.4331339957234\n", - "12:09:32\tCompleted 3071 to KZ751710: 1701.1575122767986\n", - "12:09:32\tCompleted 3090 to KZ555200: 1157.976851247190312:09:32\tCompleted 3137 to KZ751810: 2127.8903408566443\n", - "\n", - "12:09:32\tCompleted 3094 to KZ633400: 1109.9141734311165\n", - "12:09:32\tCompleted 3122 to KZ196000: 1730.876413991028\n", - "12:09:32\tCompleted 3096 to KZ552200: 3404.2237373598555\n", - "12:09:32\tCompleted 3139 to KZ352400: 2314.9608707144625\n", - "12:09:32\tCompleted 3133 to KZ791710: 2112.5404718715085\n", - "12:09:32\tCompleted 3067 to KZ351600: 1667.7891245697986\n", - "12:09:32\tCompleted 3089 to KZ395000: 1659.3496159318333\n", - "12:09:32\tCompleted 3073 to KZ433200: 2799.9667028956433\n", - "12:09:32\tCompleted 3111 to KZ596000: 2650.7263858096367\n", - "12:09:32\tCompleted 3121 to KZ116400: 410.5292003176373\n", - "12:09:32\tCompleted 3110 to KZ475000: 1849.1035815255736\n", - "12:09:33\tCompleted 3131 to KZ473600: 4121.573934556526\n", - "12:09:33\tCompleted 3088 to KZ314000: 2131.5448123843676\n", - "12:09:33\tCompleted 3128 to KZ234800: 3867.1438435723376\n", - "12:09:33\tCompleted 3078 to KZ634600: 1313.6226333227642\n", - "12:09:33\tCompleted 3068 to KZ596000: 886.2611664077215\n", - "12:09:33\tCompleted 3118 to KZ396600: 922.5538461247489\n", - "12:09:33\tCompleted 3079 to KZ394800: 411.814457932803\n", - "12:09:33\tCompleted 3106 to KZ153400: 1433.3756181214612\n", - "12:09:33\tCompleted 3063 to KZ751710: 2147.507146878377\n", - "12:09:33\tCompleted 3124 to KZ396200: 1638.8427568531158\n", - "12:09:33\tCompleted 3127 to KZ195200: 1406.5253188914708\n", - "12:09:33\tCompleted 3057 to KZ356400: 1609.659714104179\n", - "12:09:34\tCompleted 3072 to KZ634400: 1451.4592847294207\n", - "12:09:34\tCompleted 3052 to KZ274400: 2743.4660849643496\n", - "12:09:34\tCompleted 3121 to KZ116800: 198.13034662561193\n", - "12:09:34\tCompleted 3070 to KZ151000: 1897.6962263075372\n", - "12:09:34\tCompleted 3090 to KZ551600: 891.4101292616451\n", - "12:09:34\tCompleted 3102 to KZ434000: 1905.6622423614\n", - "12:09:34\tCompleted 3068 to KZ596200: 491.04443247025233\n", - "12:09:34\tCompleted 3079 to KZ395000: 417.4244227038196\n", - "12:09:34\tCompleted 3094 to KZ633600: 817.6002599639768\n", - "12:09:34\tCompleted 3078 to KZ634400: 835.340596234648\n", - "12:09:34\tCompleted 3117 to KZ635200: 1776.7998208744268\n", - "12:09:34\tCompleted 3095 to KZ394800: 1412.410950023041\n", - "12:09:34\tCompleted 3103 to KZ791110: 1694.4362511360828\n", - "12:09:34\tCompleted 3092 to KZ193200: 1749.5687582952917\n", - "12:09:35\tCompleted 3066 to KZ631000: 2368.626433940186\n", - "12:09:35\tCompleted 3097 to KZ274800: 3325.8843428312443\n", - "12:09:35\tCompleted 3106 to KZ153600: 1188.2377338683502\n", - "12:09:35\tCompleted 3067 to KZ354000: 1240.2781095132013\n", - "12:09:35\tCompleted 3109 to KZ315400: 3481.227434495407\n", - "12:09:35\tCompleted 3114 to KZ115600: 2875.574727289026\n", - "12:09:35\tCompleted 3059 to KZ271000: 2520.312765872478\n", - "12:09:35\tCompleted 3100 to KZ316200: 1780.7585151234555\n", - "12:09:35\tCompleted 3089 to KZ395200: 1191.314130856963\n", - "12:09:35\tCompleted 3110 to KZ475200: 1859.946542309622\n", - "12:09:35\tCompleted 3074 to KZ615400: 2427.990739880116\n", - "12:09:35\tCompleted 3099 to KZ191000: 1670.632620596897\n", - "12:09:35\tCompleted 3121 to KZ111810: 219.9944396487404712:09:35\tCompleted 3079 to KZ395200: 157.61944123100446\n", - "\n", - "12:09:35\tCompleted 3139 to KZ356000: 1704.7645696194102\n", - "12:09:35\tCompleted 3057 to KZ352400: 1242.849036092586\n", - "12:09:35\tCompleted 3080 to KZ791510: 2200.02732239854\n", - "12:09:36\tCompleted 3054 to KZ155200: 2435.758909888582\n", - "12:09:36\tCompleted 3093 to KZ751110: 1542.5610184921175\n", - "12:09:36\tCompleted 3058 to KZ275800: 2518.0554722597562\n", - "12:09:36\tCompleted 3111 to KZ596200: 2255.509651872188\n", - "12:09:36\tCompleted 3119 to KZ615200: 1600.7268495672292\n", - "12:09:36\tCompleted 3077 to KZ233600: 2164.584528100313\n", - "12:09:36\tCompleted 3124 to KZ396600: 1550.5478890005847\n", - "12:09:36\tCompleted 3087 to KZ194800: 3209.6593232938935\n", - "12:09:36\tCompleted 3106 to KZ154000: 907.5351006300456\n", - "12:09:36\tCompleted 3075 to KZ271000: 3456.2934352968095\n", - "12:09:36\tCompleted 3055 to KZ196600: 2930.46220367856\n", - "12:09:36\tCompleted 3090 to KZ553200: 1010.3581226683526\n", - "12:09:37\tCompleted 3138 to KZ631000: 3335.3948702321572\n", - "12:09:37\tCompleted 3071 to KZ751810: 1655.0165800428972\n", - "12:09:37\tCompleted 3118 to KZ394200: 1371.4642248785078\n", - "12:09:37\tCompleted 3122 to KZ191000: 1609.3662207556172\n", - "12:09:37\tCompleted 3079 to KZ391000: 139.4613925210182\n", - "12:09:37\tCompleted 3125 to KZ273200: 3076.992073372175\n", - "12:09:37\tCompleted 3068 to KZ596400: 1360.111611447536\n", - "12:09:37\tCompleted 3127 to KZ195000: 1335.0658277168743\n", - "12:09:37\tCompleted 3133 to KZ611600: 2061.7151330188385\n", - "12:09:37\tCompleted 3088 to KZ314800: 1831.6638086767114\n", - "12:09:37\tCompleted 3096 to KZ554600: 3460.414075932548\n", - "12:09:37\tCompleted 3123 to KZ635800: 1780.926365478787\n", - "12:09:37\tCompleted 3057 to KZ356000: 1101.3798174526028\n", - "12:09:37\tCompleted 3067 to KZ351000: 1204.3144763126172\n", - "12:09:37\tCompleted 3094 to KZ633800: 1118.1856074445059\n", - "12:09:37\tCompleted 3073 to KZ431900: 2348.9427294712827\n", - "12:09:37\tCompleted 3110 to KZ471800: 1689.5563221488803\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:09:38\tCompleted 3106 to KZ154200: 537.368578388674312:09:38\tCompleted 3137 to KZ751910: 2128.829022492864\n", - "\n", - "12:09:38\tCompleted 3079 to KZ395400: 187.32894555409663\n", - "12:09:38\tCompleted 3083 to KZ271000: 3412.1094912482304\n", - "12:09:38\tCompleted 3095 to KZ395000: 1340.3863597140069\n", - "12:09:38\tCompleted 3114 to KZ115200: 2536.302531892201\n", - "12:09:38\tCompleted 3092 to KZ193400: 1426.3788185237497\n", - "12:09:38\tCompleted 3129 to KZ633800: 3342.6376732487875\n", - "12:09:38\tCompleted 3132 to KZ273200: 4057.199216725031\n", - "12:09:38\tCompleted 3124 to KZ394200: 1327.024494958624\n", - "12:09:38\tCompleted 3068 to KZ594600: 585.4573513708871\n", - "12:09:39\tCompleted 3108 to KZ233600: 2990.19512279584812:09:39\tCompleted 3116 to KZ234600: 3771.4529063370687\n", - "\n", - "12:09:39\tCompleted 3089 to KZ391000: 1387.020395365937512:09:39\tCompleted 3063 to KZ751810: 2101.3662146444794\n", - "\n", - "12:09:39\tCompleted 3117 to KZ632400: 1569.4568580680227\n", - "12:09:39\tCompleted 3128 to KZ235200: 3914.783690935705\n", - "12:09:39\tCompleted 3056 to KZ634800: 2725.1521942821823\n", - "12:09:39\tCompleted 3103 to KZ791310: 1670.3133675781737\n", - "12:09:39\tCompleted 3070 to KZ153200: 1947.8898337362843\n", - "12:09:39\tCompleted 3079 to KZ392000: 260.1125072679047\n", - "12:09:39\tCompleted 3072 to KZ313600: 1978.6989767410132\n", - "12:09:39\tCompleted 3090 to KZ553600: 961.3611209033256\n", - "12:09:39\tCompleted 3131 to KZ474200: 4568.198095623075\n", - "12:09:39\tCompleted 3121 to KZ116600: 1232.4074074398939\n", - "12:09:39\tCompleted 3100 to KZ311000: 1604.5770406375984\n", - "12:09:39\tCompleted 3106 to KZ156000: 980.1457687119916\n", - "12:09:40\tCompleted 3093 to KZ751310: 1544.0757371178788\n", - "12:09:40\tCompleted 3099 to KZ196200: 1665.9987694100962\n", - "12:09:40\tCompleted 3074 to KZ615200: 2207.4735946641304\n", - "12:09:40\tCompleted 3078 to KZ313600: 2267.6129755997217\n", - "12:09:40\tCompleted 3067 to KZ352000: 1374.9164494185438\n", - "12:09:40\tCompleted 3079 to KZ395600: 267.6860978569763\n", - "12:09:40\tCompleted 3124 to KZ394400: 1115.0115619264284\n", - "12:09:40\tCompleted 3068 to KZ711110: 1077.8163375057986\n", - "12:09:40\tCompleted 3139 to KZ354400: 2492.069892373639\n", - "12:09:41\tCompleted 3095 to KZ395200: 872.3508746391373\n", - "12:09:41\tCompleted 3111 to KZ596400: 3124.57683084944\n", - "12:09:41\tCompleted 3121 to KZ115600: 384.066787852295\n", - "12:09:41\tCompleted 3080 to KZ791710: 2172.508396484788\n", - "12:09:41\tCompleted 3118 to KZ394400: 1451.3514360132694\n", - "12:09:41\tCompleted 3052 to KZ275400: 3418.65451692136\n", - "12:09:41\tCompleted 3110 to KZ593200: 2540.411565094404\n", - "12:09:41\tCompleted 3106 to KZ154600: 799.6204348362286\n", - "12:09:41\tCompleted 3109 to KZ315600: 4000.668947316059\n", - "12:09:41\tCompleted 3057 to KZ354400: 1771.473087413575512:09:41\tCompleted 3122 to KZ196200: 1604.7323695688162\n", - "\n", - "12:09:41\tCompleted 3071 to KZ751910: 1655.9552616791198\n", - "12:09:41\tCompleted 3102 to KZ471000: 3392.5684330988774\n", - "12:09:41\tCompleted 3077 to KZ633200: 2168.638484484189\n", - "12:09:41\tCompleted 3127 to KZ194400: 1657.501380556466312:09:41\tCompleted 3123 to KZ636200: 1449.8396876806537\n", - "\n", - "12:09:41\tCompleted 3133 to KZ613600: 2115.9102696626564\n", - "12:09:41\tCompleted 3114 to KZ115400: 2564.5296505419105\n", - "12:09:41\tCompleted 3094 to KZ634000: 1365.3884053415345\n", - "12:09:41\tCompleted 3088 to KZ315400: 1794.2111567575394\n", - "12:09:42\tCompleted 3097 to KZ275800: 2795.467166819666\n", - "12:09:42\tCompleted 3054 to KZ156400: 2345.6415581326355\n", - "12:09:42\tCompleted 3079 to KZ395800: 516.9543826809587\n", - "12:09:42\tCompleted 3066 to KZ634600: 2827.3559614055484\n", - "12:09:42\tCompleted 3119 to KZ616400: 2442.5466954681615\n", - "12:09:42\tCompleted 3117 to KZ632800: 1311.3851034453144\n", - "12:09:42\tCompleted 3092 to KZ193600: 1584.254568590808\n", - "12:09:42\tCompleted 3090 to KZ552200: 852.8931788815986\n", - "12:09:42\tCompleted 3059 to KZ274000: 3184.0004558116843\n", - "12:09:42\tCompleted 3108 to KZ633200: 1231.9690014502773\n", - "12:09:42\tCompleted 3089 to KZ395400: 1430.3842902912513\n", - "12:09:42\tCompleted 3121 to KZ115200: 577.5489023385576\n", - "12:09:43\tCompleted 3068 to KZ711410: 1067.9505583267705\n", - "12:09:43\tCompleted 3106 to KZ154800: 1123.7524515344442\n", - "12:09:43\tCompleted 3096 to KZ555600: 4024.4449264263753\n", - "12:09:43\tCompleted 3070 to KZ153400: 1531.5611631061493\n", - "12:09:43\tCompleted 3124 to KZ433200: 1412.8247636085848\n", - "12:09:43\tCompleted 3114 to KZ151000: 928.27732304791512:09:43\tCompleted 3058 to KZ276000: 2933.8864980147914\n", - "\n", - "12:09:43\tCompleted 3057 to KZ351800: 1128.2281270637518\n", - "12:09:43\tCompleted 3079 to KZ392400: 204.25911973577104\n", - "12:09:43\tCompleted 3137 to KZ751510: 2121.317548563321\n", - "12:09:43\tCompleted 3055 to KZ194200: 2432.411945851135\n", - "12:09:44\tCompleted 3125 to KZ274400: 3007.0584733837236\n", - "12:09:44\tCompleted 3103 to KZ791510: 1668.8538927244233\n", - "12:09:44\tCompleted 3073 to KZ434600: 2382.6072998976606\n", - "12:09:44\tCompleted 3138 to KZ634600: 3794.1243976975197\n", - "12:09:44\tCompleted 3139 to KZ351800: 1726.7514435168243\n", - "12:09:44\tCompleted 3095 to KZ391000: 1068.057139148111\n", - "12:09:44\tCompleted 3106 to KZ155200: 611.0543073209747\n", - "12:09:44\tCompleted 3063 to KZ751910: 2102.3048962806993\n", - "12:09:44\tCompleted 3075 to KZ274000: 4119.981125236016\n", - "12:09:44\tCompleted 3093 to KZ751410: 1559.7433562086387\n", - "12:09:44\tCompleted 3111 to KZ594600: 2349.9225707728133\n", - "12:09:44\tCompleted 3056 to KZ633400: 2081.014446628648\n", - "12:09:44\tCompleted 3072 to KZ314000: 1837.0556125926269\n", - "12:09:44\tCompleted 3057 to KZ393200: 251.17781145047857\n", - "12:09:44\tCompleted 3067 to KZ354800: 1727.9374899287375\n", - "12:09:44\tCompleted 3100 to KZ315000: 1721.7858568712313\n", - "12:09:44\tCompleted 3132 to KZ274400: 3987.2656167365794\n", - "12:09:44\tCompleted 3114 to KZ153200: 960.7521533969198\n", - "12:09:45\tCompleted 3129 to KZ634000: 3589.8404711458097\n", - "12:09:45\tCompleted 3079 to KZ396200: 458.3761447564651\n", - "12:09:45\tCompleted 3128 to KZ235600: 4009.82145695611\n", - "12:09:45\tCompleted 3068 to KZ711210: 1065.3063277687465\n", - "12:09:45\tCompleted 3087 to KZ195600: 3436.584237082641\n", - "12:09:45\tCompleted 3110 to KZ595800: 2870.2902770173328\n", - "12:09:45\tCompleted 3083 to KZ274000: 4075.7971811874368\n", - "12:09:45\tCompleted 3121 to KZ115400: 798.1216742042146\n", - "12:09:45\tCompleted 3078 to KZ314000: 2125.969611451334\n", - "12:09:45\tCompleted 3116 to KZ234800: 2905.154282172685\n", - "12:09:45\tCompleted 3124 to KZ431900: 1287.3302662269339\n", - "12:09:45\tCompleted 3090 to KZ554600: 909.0835174542929\n", - "12:09:46\tCompleted 3099 to KZ192600: 1725.988464695771\n", - "12:09:46\tCompleted 3131 to KZ474600: 4245.373534804983\n", - "12:09:46\tCompleted 3071 to KZ751510: 1648.4437877495752\n", - "12:09:46\tCompleted 3117 to KZ636800: 1344.5773140918466\n", - "12:09:46\tCompleted 3074 to KZ616400: 3049.2934405650585\n", - "12:09:46\tCompleted 3057 to KZ393400: 695.2751366278109\n", - "12:09:46\tCompleted 3079 to KZ396600: 405.05457421296046\n", - "12:09:46\tCompleted 3122 to KZ192600: 1664.7220648544912\n", - "12:09:46\tCompleted 3109 to KZ316000: 3174.4298694525773\n", - "12:09:46\tCompleted 3139 to KZ393200: 1349.97472294232\n", - "12:09:46\tCompleted 3133 to KZ614000: 2161.269108335228\n", - "12:09:46\tCompleted 3119 to KZ615600: 1640.8551993331378\n", - "12:09:46\tCompleted 3080 to KZ611600: 2250.4696809437114\n", - "12:09:46\tCompleted 3088 to KZ315600: 1920.6602256553876\n", - "12:09:47\tCompleted 3106 to KZ156400: 1872.524101312982\n", - "12:09:47\tCompleted 3127 to KZ194600: 1602.5822225974914\n", - "12:09:47\tCompleted 3067 to KZ355200: 1257.6453850995938\n", - "12:09:47\tCompleted 3114 to KZ153400: 1566.6876023075774\n", - "12:09:47\tCompleted 3092 to KZ194000: 1778.282749022401\n", - "12:09:47\tCompleted 3068 to KZ711310: 1055.5663870758613\n", - "12:09:47\tCompleted 3118 to KZ433200: 2209.458540079545\n", - "12:09:47\tCompleted 3052 to KZ273600: 2586.6137759038984\n", - "12:09:47\tCompleted 3123 to KZ636400: 1855.4841463790806\n", - "12:09:47\tCompleted 3089 to KZ392000: 1547.3079853714905\n", - "12:09:47\tCompleted 3095 to KZ395400: 1111.4210340734248\n", - "12:09:47\tCompleted 3054 to KZ155600: 2258.486337712578\n", - "12:09:47\tCompleted 3094 to KZ635400: 1873.6243189132408\n", - "12:09:47\tCompleted 3108 to KZ634800: 1779.3540410784235\n", - "12:09:48\tCompleted 3079 to KZ394200: 692.6997584626125\n", - "12:09:48\tCompleted 3102 to KZ473600: 2973.5936670759343\n", - "12:09:48\tCompleted 3096 to KZ551000: 3479.3163322102237\n", - "12:09:48\tCompleted 3066 to KZ634400: 2349.073924317472\n", - "12:09:48\tCompleted 3124 to KZ434600: 1325.2297904771392\n", - "12:09:48\tCompleted 3057 to KZ391600: 829.7007993260854\n", - "12:09:48\tCompleted 3072 to KZ314800: 1537.1746088849707\n", - "12:09:48\tCompleted 3106 to KZ155600: 855.7587227250954\n", - "12:09:48\tCompleted 3103 to KZ791710: 1641.334966810671\n", - "12:09:49\tCompleted 3111 to KZ711110: 2815.596480037778\n", - "12:09:49\tCompleted 3114 to KZ153600: 1321.549718054464\n", - "12:09:49\tCompleted 3100 to KZ314200: 1605.9912541999715\n", - "12:09:49\tCompleted 3056 to KZ633600: 1851.8391060401889\n", - "12:09:49\tCompleted 3093 to KZ751710: 1595.4593100388995\n", - "12:09:49\tCompleted 3139 to KZ393400: 1363.5241627779499\n", - "12:09:49\tCompleted 3077 to KZ634800: 2712.4954576951823\n", - "12:09:49\tCompleted 3057 to KZ393600: 219.53472346070168\n", - "12:09:49\tCompleted 3079 to KZ394400: 512.9763746452959\n", - "12:09:49\tCompleted 3070 to KZ153600: 2346.9633432972823\n", - "12:09:49\tCompleted 3097 to KZ276000: 3211.2981925747013\n", - "12:09:49\tCompleted 3110 to KZ593400: 3010.729497834274\n", - "12:09:49\tCompleted 3063 to KZ751510: 2094.793422351156\n", - "12:09:49\tCompleted 3067 to KZ355600: 1273.0856110289321\n", - "12:09:50\tCompleted 3073 to KZ434400: 2725.556698859386\n", - "12:09:50\tCompleted 3059 to KZ274200: 3291.3164439714506\n", - "12:09:50\tCompleted 3058 to KZ276200: 2653.272711280887\n", - "12:09:50\tCompleted 3078 to KZ314800: 1826.0886077436778\n", - "12:09:50\tCompleted 3137 to KZ231000: 2253.354083825174\n", - "12:09:50\tCompleted 3055 to KZ751210: 2530.6301251595896\n", - "12:09:50\tCompleted 3138 to KZ634400: 3315.8423606094434\n", - "12:09:50\tCompleted 3100 to KZ353200: 265.7031381823426\n", - "12:09:50\tCompleted 3057 to KZ396400: 248.31062224863564\n", - "12:09:50\tCompleted 3114 to KZ154000: 1040.847084816162\n", - "12:09:50\tCompleted 3089 to KZ395600: 1424.461334662567\n", - "12:09:50\tCompleted 3123 to KZ631000: 1395.9740743486998\n", - "12:09:50\tCompleted 3124 to KZ434400: 1362.1548028212335\n", - "12:09:50\tCompleted 3106 to KZ156800: 1646.6508679357507\n", - "12:09:51\tCompleted 3125 to KZ275400: 3682.24690534073412:09:51\tCompleted 3108 to KZ633400: 1131.6882270077363\n", - "\n", - "12:09:51\tCompleted 3128 to KZ233600: 4015.5834457562346\n", - "12:09:51\tCompleted 3090 to KZ555600: 1473.1143679481468\n", - "12:09:51\tCompleted 3095 to KZ392000: 1228.344729153664\n", - "12:09:51\tCompleted 3074 to KZ615600: 2247.601944430056\n", - "12:09:51\tCompleted 3117 to KZ635800: 1794.079561789102\n", - "12:09:51\tCompleted 3119 to KZ615800: 1655.2348186606696\n", - "12:09:51\tCompleted 3061 to KZ113200: 315.21475514467716\n", - "12:09:51\tCompleted 3132 to KZ275400: 4662.454048693631\n", - "12:09:51\tCompleted 3054 to KZ156800: 1656.4968715405005\n", - "12:09:51\tCompleted 3094 to KZ635000: 1400.9575290016062\n", - "12:09:51\tCompleted 3068 to KZ555200: 1799.3812462970493\n", - "12:09:51\tCompleted 3088 to KZ316000: 2009.6358375728043\n", - "12:09:52\tCompleted 3057 to KZ394000: 480.2454716144622\n", - "12:09:52\tCompleted 3072 to KZ315400: 1499.7219569657987\n", - "12:09:52\tCompleted 3092 to KZ196400: 1833.1917427774656\n", - "12:09:52\tCompleted 3114 to KZ154200: 670.6805625747908\n", - "12:09:52\tCompleted 3133 to KZ613900: 2398.189105504949\n", - "12:09:52\tCompleted 3121 to KZ151000: 2183.3302512224186\n", - "12:09:52\tCompleted 3075 to KZ274200: 4227.297113395797\n", - "12:09:52\tCompleted 3080 to KZ613600: 2105.26194241777\n", - "12:09:52\tCompleted 3127 to KZ194800: 1735.5709245985518\n", - "12:09:52\tCompleted 3083 to KZ274200: 4183.113169347211\n", - "12:09:52\tCompleted 3129 to KZ635400: 4098.076384717488\n", - "12:09:52\tCompleted 3099 to KZ196600: 1985.065421285389\n", - "12:09:52\tCompleted 3139 to KZ391600: 1622.7204060285262\n", - "12:09:52\tCompleted 3118 to KZ431900: 1758.4345666551942\n", - "12:09:52\tCompleted 3128 to KZ633200: 333.85879208031855\n", - "12:09:52\tCompleted 3109 to KZ316600: 3822.420733536598\n", - "12:09:52\tCompleted 3122 to KZ196600: 1923.799021444109\n", - "12:09:52\tCompleted 3116 to KZ235200: 2952.7941295360524\n", - "12:09:52\tCompleted 3131 to KZ475000: 4615.702561554805\n", - "12:09:53\tCompleted 3061 to KZ113400: 393.6653183483488\n", - "12:09:53\tCompleted 3096 to KZ556000: 3527.437714418237\n", - "12:09:53\tCompleted 3079 to KZ433200: 1570.691809027113\n", - "12:09:53\tCompleted 3110 to KZ594200: 2684.071414563703\n", - "12:09:53\tCompleted 3093 to KZ751810: 1549.3183778049981\n", - "12:09:53\tCompleted 3057 to KZ396800: 122.80126247810973\n", - "12:09:53\tCompleted 3100 to KZ353600: 993.0043384423166\n", - "12:09:53\tCompleted 3108 to KZ633600: 906.0409528364005\n", - "12:09:53\tCompleted 3114 to KZ156000: 1113.4577528981079\n", - "12:09:53\tCompleted 3124 to KZ431000: 1647.8153579420152\n", - "12:09:53\tCompleted 3111 to KZ711410: 2805.7307008587513\n", - "12:09:53\tCompleted 3103 to KZ611600: 1719.2962512695992\n", - "12:09:53\tCompleted 3087 to KZ195800: 3300.8898374326086\n", - "12:09:54\tCompleted 3071 to KZ231000: 2870.604020814051\n", - "12:09:54\tCompleted 3090 to KZ551000: 927.985773731981\n", - "12:09:54\tCompleted 3128 to KZ634800: 734.0587871895158\n", - "12:09:54\tCompleted 3086 to KZ113200: 605.3303280382279\n", - "12:09:54\tCompleted 3077 to KZ633400: 2068.357710041648\n", - "12:09:54\tCompleted 3052 to KZ276600: 2668.4390226028845\n", - "12:09:54\tCompleted 3070 to KZ154000: 1835.506485892987\n", - "12:09:54\tCompleted 3076 to KZ113200: 754.983228622436212:09:54\tCompleted 3094 to KZ632200: 750.6378477678713\n", - "\n", - "12:09:54\tCompleted 3061 to KZ113600: 318.92959645118555\n", - "12:09:54\tCompleted 3067 to KZ352100: 1891.0678848050861\n", - "12:09:54\tCompleted 3095 to KZ395600: 1105.4980784447407\n", - "12:09:54\tCompleted 3057 to KZ394800: 452.55249166972095\n", - "12:09:54\tCompleted 3139 to KZ393600: 1162.9218443919854\n", - "12:09:54\tCompleted 3102 to KZ474200: 3420.2178281424563\n", - "12:09:55\tCompleted 3078 to KZ315400: 1788.6359558245058\n", - "12:09:55\tCompleted 3073 to KZ431000: 2066.3782680059167\n", - "12:09:55\tCompleted 3066 to KZ313600: 2806.6773720868564\n", - "12:09:55\tCompleted 3056 to KZ633800: 2152.424453520713\n", - "12:09:55\tCompleted 3114 to KZ154600: 932.932419022345\n", - "12:09:55\tCompleted 3117 to KZ636200: 1462.9928839909687\n", - "12:09:55\tCompleted 3068 to KZ551600: 1532.814524311504\n", - "12:09:55\tCompleted 3089 to KZ395800: 1726.8454100690394\n", - "12:09:55\tCompleted 3119 to KZ612600: 1485.349667465713\n", - "12:09:55\tCompleted 3128 to KZ633400: 596.5205836177207\n", - "12:09:55\tCompleted 3086 to KZ113400: 623.8490871148468\n", - "12:09:55\tCompleted 3100 to KZ351600: 648.0332586955618\n", - "12:09:55\tCompleted 3061 to KZ113800: 334.0263860743903\n", - "12:09:55\tCompleted 3057 to KZ395000: 229.4312408671321\n", - "12:09:56\tCompleted 3138 to KZ313600: 2515.2840933139046\n", - "12:09:56\tCompleted 3079 to KZ431900: 1445.1973116454624\n", - "12:09:56\tCompleted 3123 to KZ634600: 1854.7036018141143\n", - "12:09:56\tCompleted 3110 to KZ596600: 2436.334547448048\n", - "12:09:56\tCompleted 3076 to KZ113400: 773.501987699055\n", - "12:09:56\tCompleted 3092 to KZ196800: 1588.55348592505\n", - "12:09:56\tCompleted 3133 to KZ612000: 1904.0607461707054\n", - "12:09:56\tCompleted 3099 to KZ194200: 1487.0151634579238\n", - "12:09:56\tCompleted 3124 to KZ435200: 1738.6271513320776\n", - "12:09:56\tCompleted 3090 to KZ556000: 976.1071559399982\n", - "12:09:56\tCompleted 3139 to KZ396400: 996.7567223047685\n", - "12:09:56\tCompleted 3067 to KZ352200: 1231.1341891916975\n", - "12:09:56\tCompleted 3128 to KZ633600: 194.4024588866774\n", - "12:09:56\tCompleted 3108 to KZ633800: 1206.6263003169288\n", - "12:09:56\tCompleted 3074 to KZ615800: 2261.981563757572\n", - "12:09:56\tCompleted 3058 to KZ271000: 2670.9656666951028\n", - "12:09:57\tCompleted 3122 to KZ194200: 1425.748763616643812:09:57\tCompleted 3063 to KZ231000: 2504.6312305369806\n", - "\n", - "12:09:57\tCompleted 3097 to KZ276200: 2930.684405840797\n", - "12:09:57\tCompleted 3100 to KZ354000: 220.52224363896474\n", - "12:09:57\tCompleted 3114 to KZ154800: 1257.0644357205606\n", - "12:09:57\tCompleted 3072 to KZ315600: 1626.171025863647\n", - "12:09:57\tCompleted 3137 to KZ234000: 2461.96456119283\n", - "12:09:57\tCompleted 3109 to KZ316200: 3325.150001528075312:09:57\tCompleted 3061 to KZ114500: 327.1634031814508\n", - "\n", - "12:09:57\tCompleted 3088 to KZ316600: 1845.1346485320216\n", - "12:09:57\tCompleted 3057 to KZ395200: 345.60135306766847\n", - "12:09:57\tCompleted 3106 to KZ193200: 4536.4483815114145\n", - "12:09:57\tCompleted 3086 to KZ113600: 757.9461611212851\n", - "12:09:57\tCompleted 3127 to KZ195600: 1962.4958383873645\n", - "12:09:57\tCompleted 3132 to KZ273600: 3830.413307676128\n", - "12:09:57\tCompleted 3093 to KZ751910: 1550.2570594412207\n", - "12:09:57\tCompleted 3080 to KZ614000: 2233.674604959496\n", - "12:09:58\tCompleted 3125 to KZ273600: 2850.2061643232723\n", - "12:09:58\tCompleted 3128 to KZ633800: 158.71506514285934\n", - "12:09:58\tCompleted 3111 to KZ711210: 2803.0864703007283\n", - "12:09:58\tCompleted 3055 to KZ751110: 2538.2355073162666\n", - "12:09:58\tCompleted 3076 to KZ113600: 907.5990617054932\n", - "12:09:58\tCompleted 3100 to KZ351000: 184.55861043838053\n", - "12:09:58\tCompleted 3095 to KZ395800: 1407.8821538512145\n", - "12:09:58\tCompleted 3077 to KZ633600: 1839.1823694531881\n", - "12:09:58\tCompleted 3057 to KZ391000: 58.16599923110718\n", - "12:09:58\tCompleted 3103 to KZ613600: 1574.0885127436472\n", - "12:09:58\tCompleted 3067 to KZ352300: 1044.889988561979\n", - "12:09:58\tCompleted 3061 to KZ114000: 236.5259554870948\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:09:58\tCompleted 3118 to KZ434600: 1792.0991370815746\n", - "12:09:58\tCompleted 3121 to KZ153200: 2233.523858651166\n", - "12:09:58\tCompleted 3139 to KZ394000: 1064.4578486315563\n", - "12:09:58\tCompleted 3114 to KZ155200: 744.366291507091\n", - "12:09:59\tCompleted 3096 to KZ556800: 3728.1256392901746\n", - "12:09:59\tCompleted 3068 to KZ553200: 1651.7625177182115\n", - "12:09:59\tCompleted 3089 to KZ392400: 1453.0323360953798\n", - "12:09:59\tCompleted 3094 to KZ635200: 1666.5625767946342\n", - "12:09:59\tCompleted 3079 to KZ434600: 1483.0968358956677\n", - "12:09:59\tCompleted 3124 to KZ434800: 1660.1933870553523\n", - "12:09:59\tCompleted 3128 to KZ634000: 408.53384432505095\n", - "12:09:59\tCompleted 3054 to KZ193200: 2186.1388585663944\n", - "12:09:59\tCompleted 3086 to KZ113800: 942.0627484909787\n", - "12:09:59\tCompleted 3116 to KZ235600: 3047.8318955564573\n", - "12:09:59\tCompleted 3129 to KZ635000: 3625.4095948058575\n", - "12:09:59\tCompleted 3057 to KZ395400: 84.3481662204593\n", - "12:09:59\tCompleted 3061 to KZ117000: 119.67270566607665\n", - "12:10:00\tCompleted 3078 to KZ315600: 1915.085024722354\n", - "12:10:00\tCompleted 3119 to KZ616000: 1670.016674937344\n", - "12:10:00\tCompleted 3100 to KZ352000: 572.8914498876755\n", - "12:10:00\tCompleted 3070 to KZ154200: 2138.142524862307\n", - "12:10:00\tCompleted 3073 to KZ435200: 2142.684574234326\n", - "12:10:00\tCompleted 3090 to KZ556800: 1176.7950808119401\n", - "12:10:00\tCompleted 3076 to KZ113800: 1091.7156490751868\n", - "12:10:00\tCompleted 3092 to KZ191600: 1640.5428919910585\n", - "12:10:00\tCompleted 3108 to KZ634000: 1453.829098213958\n", - "12:10:00\tCompleted 3110 to KZ595000: 2710.6554247925687\n", - "12:10:00\tCompleted 3052 to KZ275000: 2544.7537832771395\n", - "12:10:01\tCompleted 3117 to KZ636400: 1871.8089155646499\n", - "12:10:01\tCompleted 3131 to KZ475200: 4626.545522338852\n", - "12:10:01\tCompleted 3123 to KZ634400: 1376.4215647259975\n", - "12:10:01\tCompleted 3057 to KZ392000: 220.92627700354535\n", - "12:10:01\tCompleted 3099 to KZ751210: 1585.2333427663998\n", - "12:10:01\tCompleted 3138 to KZ314000: 2297.7178286702174\n", - "12:10:01\tCompleted 3067 to KZ352800: 1231.8180323327965\n", - "12:10:01\tCompleted 3086 to KZ114500: 666.2501840049323\n", - "12:10:01\tCompleted 3095 to KZ392400: 1134.0690798775533\n", - "12:10:01\tCompleted 3122 to KZ751210: 1523.9669429251198\n", - "12:10:01\tCompleted 3139 to KZ396800: 1195.9296494219022\n", - "12:10:01\tCompleted 3114 to KZ156400: 2005.8360854990988\n", - "12:10:01\tCompleted 3061 to KZ114400: 410.9692858371275\n", - "12:10:01\tCompleted 3128 to KZ635400: 916.769757896757\n", - "12:10:01\tCompleted 3109 to KZ311000: 3185.7212618989543\n", - "12:10:01\tCompleted 3087 to KZ196000: 3071.0183115594036\n", - "12:10:01\tCompleted 3056 to KZ634000: 2399.6272514177317\n", - "12:10:01\tCompleted 3133 to KZ614400: 2326.390429492796\n", - "12:10:01\tCompleted 3071 to KZ234000: 3079.214498181739\n", - "12:10:01\tCompleted 3074 to KZ612600: 2092.0964125626283\n", - "12:10:02\tCompleted 3066 to KZ314000: 2589.111107443166\n", - "12:10:02\tCompleted 3072 to KZ316000: 1614.1855834658177\n", - "12:10:02\tCompleted 3093 to KZ751510: 1542.7455855116762\n", - "12:10:02\tCompleted 3124 to KZ433600: 1475.8369152052012\n", - "12:10:02\tCompleted 3089 to KZ396200: 1261.4554220691616\n", - "12:10:02\tCompleted 3076 to KZ114500: 815.9030845891407\n", - "12:10:02\tCompleted 3102 to KZ474600: 3097.3932673243744\n", - "12:10:02\tCompleted 3057 to KZ395600: 170.62977391671575\n", - "12:10:02\tCompleted 3100 to KZ354800: 708.1816240545008\n", - "12:10:02\tCompleted 3068 to KZ553600: 1602.7655159531835\n", - "12:10:02\tCompleted 3127 to KZ195800: 1826.8014387373355\n", - "12:10:03\tCompleted 3079 to KZ434400: 1520.021848239762\n", - "12:10:03\tCompleted 3088 to KZ316200: 2276.517701377651\n", - "12:10:03\tCompleted 3114 to KZ155600: 989.0707069112117\n", - "12:10:03\tCompleted 3128 to KZ635000: 445.5189056917762\n", - "12:10:03\tCompleted 3111 to KZ711310: 2793.3465296078425\n", - "12:10:03\tCompleted 3086 to KZ114000: 747.8254886209207\n", - "12:10:03\tCompleted 3077 to KZ633800: 2139.767716933713\n", - "12:10:03\tCompleted 3094 to KZ632400: 1459.2196139882303\n", - "12:10:03\tCompleted 3061 to KZ114600: 674.9129957970559\n", - "12:10:03\tCompleted 3139 to KZ394800: 939.0067771694407\n", - "12:10:03\tCompleted 3106 to KZ193400: 4486.670868437767\n", - "12:10:03\tCompleted 3132 to KZ276600: 3912.2385543751143\n", - "12:10:03\tCompleted 3080 to KZ613900: 2510.426304100678\n", - "12:10:03\tCompleted 3090 to KZ554800: 1180.7716416596568\n", - "12:10:04\tCompleted 3100 to KZ355200: 482.97800777341183\n", - "12:10:04\tCompleted 3103 to KZ614000: 1702.5011752853861\n", - "12:10:04\tCompleted 3057 to KZ395800: 704.8534517853983\n", - "12:10:04\tCompleted 3076 to KZ114000: 897.4783892051289\n", - "12:10:04\tCompleted 3095 to KZ396200: 942.4921658513355\n", - "12:10:04\tCompleted 3070 to KZ156000: 1711.3917572305165\n", - "12:10:04\tCompleted 3054 to KZ193400: 1911.3278076455238\n", - "12:10:04\tCompleted 3128 to KZ632200: 218.7127597519151\n", - "12:10:04\tCompleted 3121 to KZ153400: 1817.195188021035\n", - "12:10:04\tCompleted 3067 to KZ356400: 1548.8975207953592\n", - "12:10:04\tCompleted 3092 to KZ195200: 1661.597221068355\n", - "12:10:04\tCompleted 3063 to KZ234000: 2642.5954090144037\n", - "12:10:05\tCompleted 3086 to KZ117000: 670.457832067524612:10:05\tCompleted 3110 to KZ593600: 3048.090430616728\n", - "\n", - "12:10:05\tCompleted 3061 to KZ114800: 529.0969134467141\n", - "12:10:05\tCompleted 3114 to KZ156800: 1779.962852121867\n", - "12:10:05\tCompleted 3078 to KZ316000: 2004.060636639770812:10:05\tCompleted 3100 to KZ355600: 253.32974515469553\n", - "\n", - "12:10:05\tCompleted 3057 to KZ392400: 121.80626270360429\n", - "12:10:05\tCompleted 3058 to KZ274000: 3334.653356634309\n", - "12:10:05\tCompleted 3073 to KZ434800: 2057.7076641594153\n", - "12:10:05\tCompleted 3118 to KZ434400: 2135.0485360433095\n", - "12:10:05\tCompleted 3099 to KZ751110: 1592.838724923079\n", - "12:10:05\tCompleted 3089 to KZ396600: 1269.374262860361\n", - "12:10:05\tCompleted 3119 to KZ613800: 1893.5217054435911\n", - "12:10:05\tCompleted 3117 to KZ631000: 1409.1272706590148\n", - "12:10:05\tCompleted 3076 to KZ117000: 820.1107326517327\n", - "12:10:05\tCompleted 3122 to KZ751110: 1531.5723250817991\n", - "12:10:06\tCompleted 3139 to KZ395000: 1257.9181019677485\n", - "12:10:06\tCompleted 3137 to KZ234200: 2912.9102677137976\n", - "12:10:06\tCompleted 3128 to KZ635200: 711.123953484804\n", - "12:10:06\tCompleted 3096 to KZ554800: 3732.102200137895\n", - "12:10:06\tCompleted 3068 to KZ552200: 1494.2975739314577\n", - "12:10:06\tCompleted 3116 to KZ233600: 3053.593884356582\n", - "12:10:06\tCompleted 3097 to KZ271000: 2948.3773612550126\n", - "12:10:06\tCompleted 3124 to KZ434000: 2211.0406083704033\n", - "12:10:06\tCompleted 3129 to KZ632200: 2975.089913572174\n", - "12:10:06\tCompleted 3133 to KZ614600: 2051.498127077396\n", - "12:10:06\tCompleted 3061 to KZ111010: 17.842640710961142\n", - "12:10:06\tCompleted 3055 to KZ751310: 2539.750225942029412:10:06\tCompleted 3108 to KZ635400: 1962.0650117856644\n", - "\n", - "12:10:06\tCompleted 3072 to KZ316600: 1550.645448740281\n", - "12:10:06\tCompleted 3109 to KZ315000: 3598.3931360381694\n", - "12:10:06\tCompleted 3138 to KZ314800: 2797.005133544644\n", - "12:10:06\tCompleted 3095 to KZ396600: 950.4110066425347\n", - "12:10:06\tCompleted 3067 to KZ352400: 1182.086842783766\n", - "12:10:06\tCompleted 3057 to KZ396200: 423.400242853293\n", - "12:10:07\tCompleted 3090 to KZ556400: 1119.224442547838\n", - "12:10:07\tCompleted 3094 to KZ632800: 1213.9217734931924\n", - "12:10:07\tCompleted 3125 to KZ276600: 2932.0314110222585\n", - "12:10:07\tCompleted 3079 to KZ431000: 1550.7094017282461\n", - "12:10:07\tCompleted 3074 to KZ616000: 2249.5191830054328\n", - "12:10:07\tCompleted 3086 to KZ114400: 804.996301294042\n", - "12:10:07\tCompleted 3127 to KZ196000: 1596.9299128640882\n", - "12:10:07\tCompleted 3128 to KZ632400: 502.3650529717462\n", - "12:10:07\tCompleted 3100 to KZ352100: 871.3120189308482\n", - "12:10:07\tCompleted 3076 to KZ114400: 954.6492018782502\n", - "12:10:08\tCompleted 3052 to KZ274800: 3069.6415910886326\n", - "12:10:08\tCompleted 3123 to KZ313600: 1892.1910547444186\n", - "12:10:08\tCompleted 3088 to KZ311000: 2030.4074667631805\n", - "12:10:08\tCompleted 3057 to KZ396600: 315.1698231479537\n", - "12:10:08\tCompleted 3066 to KZ314800: 2434.789248473032312:10:08\tCompleted 3054 to KZ193600: 1777.435545900055\n", - "12:10:08\tCompleted 3131 to KZ471800: 4456.155302178119\n", - "\n", - "12:10:08\tCompleted 3061 to KZ116000: 506.42438078809306\n", - "12:10:08\tCompleted 3080 to KZ612000: 2030.6835049246672\n", - "12:10:08\tCompleted 3139 to KZ395200: 1336.1188347023228\n", - "12:10:08\tCompleted 3067 to KZ356000: 1043.426455261681\n", - "12:10:08\tCompleted 3111 to KZ555200: 3537.161388828986\n", - "12:10:09\tCompleted 3092 to KZ195000: 1590.1377298937573\n", - "12:10:09\tCompleted 3100 to KZ352200: 211.37832331746097\n", - "12:10:09\tCompleted 3128 to KZ632800: 462.6204649638688\n", - "12:10:09\tCompleted 3110 to KZ595200: 2584.4465323426534\n", - "12:10:09\tCompleted 3087 to KZ191000: 2949.508118324019\n", - "12:10:09\tCompleted 3086 to KZ114600: 691.496421086749812:10:09\tCompleted 3068 to KZ554600: 1544.1662928875094\n", - "\n", - "12:10:09\tCompleted 3102 to KZ475000: 3467.7222940741517\n", - "12:10:09\tCompleted 3124 to KZ471000: 1716.9824157796388\n", - "12:10:09\tCompleted 3076 to KZ114600: 841.1493216709582\n", - "12:10:09\tCompleted 3061 to KZ116400: 161.17840202195342\n", - "12:10:09\tCompleted 3116 to KZ633200: 1147.714881688114\n", - "12:10:09\tCompleted 3118 to KZ431000: 1475.8701051898067\n", - "12:10:09\tCompleted 3056 to KZ635400: 2907.8631649894096\n", - "12:10:09\tCompleted 3077 to KZ634000: 2386.970514830731612:10:09\tCompleted 3078 to KZ316600: 1839.559447598988\n", - "\n", - "12:10:09\tCompleted 3093 to KZ231000: 2913.9657146764753\n", - "12:10:09\tCompleted 3057 to KZ394200: 878.5135462881798\n", - "12:10:10\tCompleted 3089 to KZ394200: 1718.2846416141194\n", - "12:10:10\tCompleted 3071 to KZ234200: 3530.160204702675\n", - "12:10:10\tCompleted 3106 to KZ193600: 3955.5464229177105\n", - "12:10:10\tCompleted 3099 to KZ751310: 1594.3534435488405\n", - "12:10:10\tCompleted 3094 to KZ636800: 1234.3400700120542\n", - "12:10:10\tCompleted 3070 to KZ154600: 2009.5291879756483\n", - "12:10:10\tCompleted 3132 to KZ275000: 3788.5533150493693\n", - "12:10:10\tCompleted 3128 to KZ636800: 277.4855089955695\n", - "12:10:10\tCompleted 3103 to KZ613900: 1979.2528744265799\n", - "12:10:10\tCompleted 3122 to KZ751310: 1533.0870437075605\n", - "12:10:10\tCompleted 3108 to KZ635000: 1489.39822187403\n", - "12:10:10\tCompleted 3090 to KZ554200: 1289.069344401022\n", - "12:10:10\tCompleted 3061 to KZ116800: 338.9746694401019\n", - "12:10:11\tCompleted 3139 to KZ391000: 1147.6853459104561\n", - "12:10:11\tCompleted 3121 to KZ153600: 2599.79423321172\n", - "12:10:11\tCompleted 3073 to KZ433600: 2257.550427701305\n", - "12:10:11\tCompleted 3131 to KZ593200: 1573.6058179471588\n", - "12:10:11\tCompleted 3079 to KZ435200: 1627.0157079566616\n", - "12:10:11\tCompleted 3095 to KZ394200: 1399.3213853962932\n", - "12:10:11\tCompleted 3057 to KZ394400: 471.7901443809365\n", - "12:10:11\tCompleted 3109 to KZ314200: 3191.1964928342886\n", - "12:10:11\tCompleted 3114 to KZ193200: 4669.7603656975425\n", - "12:10:11\tCompleted 3133 to KZ614800: 2291.2081323350667\n", - "12:10:11\tCompleted 3100 to KZ352300: 870.2181885217781\n", - "12:10:11\tCompleted 3127 to KZ191000: 1475.4197196286784\n", - "12:10:12\tCompleted 3128 to KZ635800: 728.4036943994795\n", - "12:10:12\tCompleted 3138 to KZ315400: 2484.2440148646924\n", - "12:10:12\tCompleted 3124 to KZ473600: 1250.5723070980762\n", - "12:10:12\tCompleted 3117 to KZ634600: 1867.8567981244294\n", - "12:10:12\tCompleted 3061 to KZ111810: 316.5585844946266\n", - "12:10:12\tCompleted 3096 to KZ556400: 3670.5550010260713\n", - "12:10:12\tCompleted 3076 to KZ114800: 1412.985194501077\n", - "12:10:12\tCompleted 3067 to KZ354400: 1713.5197252226553\n", - "12:10:12\tCompleted 3072 to KZ316200: 1881.0674472706646\n", - "12:10:12\tCompleted 3086 to KZ114800: 1263.332293916869\n", - "12:10:12\tCompleted 3108 to KZ632200: 839.078540640295\n", - "12:10:12\tCompleted 3119 to KZ273200: 3073.8290856432595\n", - "12:10:13\tCompleted 3110 to KZ591000: 2701.4023764653653\n", - "12:10:13\tCompleted 3058 to KZ274200: 3441.9693447940754\n", - "12:10:13\tCompleted 3100 to KZ352800: 212.0621664585598\n", - "12:10:13\tCompleted 3139 to KZ395400: 1186.0617301091156\n", - "12:10:13\tCompleted 3063 to KZ234200: 3164.1874144256044\n", - "12:10:13\tCompleted 3055 to KZ751410: 2555.417845032787\n", - "12:10:13\tCompleted 3088 to KZ315000: 2147.6162829968134\n", - "12:10:13\tCompleted 3054 to KZ194000: 1971.463726331648\n", - "12:10:13\tCompleted 3128 to KZ636200: 395.901078894692\n", - "12:10:13\tCompleted 3123 to KZ314000: 1732.9391991716866\n", - "12:10:13\tCompleted 3074 to KZ613800: 2500.2684505404704\n", - "12:10:13\tCompleted 3137 to KZ234600: 3028.080566151852\n", - "12:10:14\tCompleted 3092 to KZ194400: 1912.5732827333507\n", - "12:10:14\tCompleted 3111 to KZ551600: 3270.594666843459\n", - "12:10:14\tCompleted 3080 to KZ614400: 2436.959103540474\n", - "12:10:14\tCompleted 3066 to KZ315400: 2397.336596553849\n", - "12:10:14\tCompleted 3089 to KZ394400: 1798.1718527488817\n", - "12:10:14\tCompleted 3118 to KZ435200: 1552.1764114182222\n", - "12:10:14\tCompleted 3079 to KZ434800: 1542.038797881745\n", - "12:10:14\tCompleted 3131 to KZ595800: 1677.525427987536\n", - "12:10:14\tCompleted 3067 to KZ351800: 1070.2747648728293\n", - "12:10:14\tCompleted 3052 to KZ275800: 2539.2244150770543\n", - "12:10:14\tCompleted 3076 to KZ111010: 950.3373189311257\n", - "12:10:14\tCompleted 3103 to KZ612000: 1499.5100752505425\n", - "12:10:14\tCompleted 3068 to KZ555600: 2114.518762998006\n", - "12:10:14\tCompleted 3129 to KZ635200: 3891.0146425988714\n", - "12:10:14\tCompleted 3086 to KZ111010: 800.6844183469175\n", - "12:10:14\tCompleted 3116 to KZ634800: 1752.0975475603948\n", - "12:10:14\tCompleted 3059 to KZ113200: 477.93922881871595\n", - "12:10:15\tCompleted 3125 to KZ275000: 2808.346171696513512:10:15\tCompleted 3139 to KZ392000: 982.9676041556494\n", - "\n", - "12:10:15\tCompleted 3094 to KZ635800: 1683.8423177093093\n", - "12:10:15\tCompleted 3100 to KZ356400: 529.141654921123\n", - "12:10:15\tCompleted 3122 to KZ751410: 1548.7546627983204\n", - "12:10:15\tCompleted 3057 to KZ433200: 1728.6441609005242\n", - "12:10:15\tCompleted 3099 to KZ751410: 1610.0210626396004\n", - "12:10:15\tCompleted 3124 to KZ474200: 1744.6318108231856\n", - "12:10:15\tCompleted 3070 to KZ154800: 1925.5130032280615\n", - "12:10:15\tCompleted 3078 to KZ316200: 2270.9425004446175\n", - "12:10:15\tCompleted 3097 to KZ274000: 3612.065051194219\n", - "12:10:15\tCompleted 3095 to KZ394400: 1479.2085965310553\n", - "12:10:15\tCompleted 3128 to KZ636400: 1018.7269360197374\n", - "12:10:15\tCompleted 3109 to KZ353200: 3258.4108600270088\n", - "12:10:15\tCompleted 3067 to KZ393200: 190.41561814165883\n", - "12:10:15\tCompleted 3056 to KZ635000: 2435.1963750777836\n", - "12:10:15\tCompleted 3127 to KZ196200: 1470.7858684418761\n", - "12:10:16\tCompleted 3061 to KZ116600: 1532.757984773707\n", - "12:10:16\tCompleted 3117 to KZ634400: 1389.5747610363126\n", - "12:10:16\tCompleted 3090 to KZ791110: 1951.4596926361978\n", - "12:10:16\tCompleted 3100 to KZ352400: 162.33097690952948\n", - "12:10:16\tCompleted 3076 to KZ116000: 927.4670291717832\n", - "12:10:16\tCompleted 3133 to KZ615400: 2287.613757416544\n", - "12:10:16\tCompleted 3059 to KZ113400: 556.3897920223877\n", - "12:10:16\tCompleted 3086 to KZ116000: 777.814128587575\n", - "12:10:16\tCompleted 3087 to KZ196200: 2944.874267137167\n", - "12:10:16\tCompleted 3128 to KZ631000: 342.0354655627378\n", - "12:10:16\tCompleted 3110 to KZ595600: 2572.9078627896797\n", - "12:10:16\tCompleted 3132 to KZ274800: 4313.441122860893\n", - "12:10:16\tCompleted 3073 to KZ434000: 2452.192735407713\n", - "12:10:16\tCompleted 3077 to KZ635400: 2895.2064284024095\n", - "12:10:17\tCompleted 3102 to KZ475200: 3478.565254858201\n", - "12:10:17\tCompleted 3131 to KZ593400: 1438.3361150151413\n", - "12:10:17\tCompleted 3061 to KZ115600: 85.09793850211592\n", - "12:10:17\tCompleted 3067 to KZ393400: 637.3217744368884\n", - "12:10:17\tCompleted 3121 to KZ154000: 2121.1405108078657\n", - "12:10:17\tCompleted 3139 to KZ395600: 1296.5338101366192\n", - "12:10:17\tCompleted 3093 to KZ234000: 3122.5761920441632\n", - "12:10:17\tCompleted 3116 to KZ633400: 1047.4341072455727\n", - "12:10:17\tCompleted 3106 to KZ194000: 4022.033788762943\n", - "12:10:17\tCompleted 3072 to KZ311000: 1735.9182669714398\n", - "12:10:17\tCompleted 3068 to KZ551000: 1569.39016878184\n", - "12:10:17\tCompleted 3123 to KZ314800: 1450.666686888376\n", - "12:10:17\tCompleted 3114 to KZ193400: 4619.982852623885\n", - "12:10:17\tCompleted 3108 to KZ635200: 1755.003269667058\n", - "12:10:17\tCompleted 3096 to KZ554200: 3840.399902879263\n", - "12:10:17\tCompleted 3088 to KZ314200: 2031.8216803255536\n", - "12:10:18\tCompleted 3124 to KZ474600: 1421.807250005115\n", - "12:10:18\tCompleted 3059 to KZ113600: 420.0932686858263\n", - "12:10:18\tCompleted 3138 to KZ315600: 3003.685527685337\n", - "12:10:18\tCompleted 3094 to KZ636200: 1352.7556399111763\n", - "12:10:18\tCompleted 3071 to KZ234600: 3645.3305031407294\n", - "12:10:18\tCompleted 3128 to KZ634600: 802.1809307348061\n", - "12:10:18\tCompleted 3076 to KZ116400: 1041.5697478133843\n", - "12:10:18\tCompleted 3079 to KZ433600: 1633.7039606237297\n", - "12:10:18\tCompleted 3057 to KZ431900: 1603.1496635188735\n", - "12:10:18\tCompleted 3080 to KZ614600: 2123.903623701664\n", - "12:10:18\tCompleted 3118 to KZ434800: 1467.1995013433057\n", - "12:10:18\tCompleted 3086 to KZ116400: 891.9168472291761\n", - "12:10:18\tCompleted 3061 to KZ115200: 388.65913792106517\n", - "12:10:19\tCompleted 3111 to KZ553200: 3389.5426602501557\n", - "12:10:19\tCompleted 3054 to KZ196400: 2181.315474975942\n", - "12:10:19\tCompleted 3092 to KZ194600: 1856.1600130979389\n", - "12:10:19\tCompleted 3067 to KZ391600: 771.747437135163\n", - "12:10:19\tCompleted 3100 to KZ356000: 987.4886739372481\n", - "12:10:19\tCompleted 3055 to KZ751710: 2591.1337988630457\n", - "12:10:19\tCompleted 3056 to KZ632200: 1784.8766938440842\n", - "12:10:19\tCompleted 3059 to KZ113800: 320.71652649967695\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:10:19\tCompleted 3128 to KZ634400: 323.89889364669034\n", - "12:10:19\tCompleted 3078 to KZ311000: 2024.832265830147\n", - "12:10:19\tCompleted 3137 to KZ234800: 2161.781941987433\n", - "12:10:19\tCompleted 3122 to KZ751710: 1584.4706166285812\n", - "12:10:19\tCompleted 3099 to KZ751710: 1645.7370164698611\n", - "12:10:19\tCompleted 3119 to KZ274400: 3003.895485654808\n", - "12:10:19\tCompleted 3076 to KZ116800: 829.170894121359\n", - "12:10:20\tCompleted 3116 to KZ633600: 878.7844593183718\n", - "12:10:20\tCompleted 3131 to KZ594200: 1666.7704396989072\n", - "12:10:20\tCompleted 3088 to KZ353200: 725.7410891897736\n", - "12:10:20\tCompleted 3089 to KZ433200: 2566.72073163589\n", - "12:10:20\tCompleted 3067 to KZ393600: 161.58136126977917\n", - "12:10:20\tCompleted 3127 to KZ192600: 1530.7755637275525\n", - "12:10:20\tCompleted 3139 to KZ395800: 1551.6919219053316\n", - "12:10:20\tCompleted 3061 to KZ115400: 609.231909786722212:10:20\tCompleted 3086 to KZ116800: 679.5179935371508\n", - "\n", - "12:10:20\tCompleted 3103 to KZ614400: 1905.785673866383\n", - "12:10:20\tCompleted 3074 to KZ273200: 3629.355271258013\n", - "12:10:20\tCompleted 3066 to KZ315600: 2523.785665451707\n", - "12:10:20\tCompleted 3133 to KZ615200: 2103.197326121\n", - "12:10:21\tCompleted 3059 to KZ114500: 489.88787685548965\n", - "12:10:21\tCompleted 3090 to KZ791310: 1927.3368090782888\n", - "12:10:21\tCompleted 3110 to KZ596000: 2791.7035682227815\n", - "12:10:21\tCompleted 3063 to KZ234600: 3279.357712863659\n", - "12:10:21\tCompleted 3095 to KZ433200: 2247.7574754180723\n", - "12:10:21\tCompleted 3068 to KZ556000: 1617.5115509898571\n", - "12:10:21\tCompleted 3076 to KZ111810: 751.0449295948396\n", - "12:10:21\tCompleted 3123 to KZ315400: 1413.214034969204\n", - "12:10:21\tCompleted 3124 to KZ475000: 1792.1362767549156\n", - "12:10:21\tCompleted 3067 to KZ396400: 204.86457598544575\n", - "12:10:21\tCompleted 3070 to KZ155200: 2338.595454352143\n", - "12:10:21\tCompleted 3129 to KZ632400: 3683.6716797924964\n", - "12:10:21\tCompleted 3100 to KZ354400: 914.262849845935\n", - "12:10:22\tCompleted 3096 to KZ791110: 2976.8387618294732\n", - "12:10:22\tCompleted 3057 to KZ434600: 1641.0491877690788\n", - "12:10:22\tCompleted 3086 to KZ111810: 601.3920290106313\n", - "12:10:22\tCompleted 3117 to KZ313600: 1908.5158239299878\n", - "12:10:22\tCompleted 3059 to KZ114000: 399.25042916113364\n", - "12:10:22\tCompleted 3108 to KZ632400: 1547.660306860654\n", - "12:10:22\tCompleted 3109 to KZ353600: 3985.712060286947\n", - "12:10:22\tCompleted 3125 to KZ274800: 3333.2339795080065\n", - "12:10:22\tCompleted 3138 to KZ316000: 2177.446449821854\n", - "12:10:22\tCompleted 3139 to KZ392400: 1082.1682318354008\n", - "12:10:22\tCompleted 3077 to KZ635000: 2422.5396384907845\n", - "12:10:22\tCompleted 3052 to KZ276000: 2955.0554408320895\n", - "12:10:23\tCompleted 3116 to KZ633800: 1179.3698067989005\n", - "12:10:23\tCompleted 3072 to KZ315000: 1853.1270832050727\n", - "12:10:23\tCompleted 3054 to KZ196800: 1781.734463234297\n", - "12:10:23\tCompleted 3067 to KZ394000: 436.79942535127236\n", - "12:10:23\tCompleted 3094 to KZ636400: 1833.0088734814547\n", - "12:10:23\tCompleted 3087 to KZ192600: 3004.863962422888\n", - "12:10:23\tCompleted 3132 to KZ275800: 3783.023946849284\n", - "12:10:23\tCompleted 3079 to KZ434000: 2092.8860191967956\n", - "12:10:23\tCompleted 3114 to KZ193600: 4088.8584071038167\n", - "12:10:23\tCompleted 3059 to KZ117000: 282.3971793401153\n", - "12:10:23\tCompleted 3131 to KZ596600: 1767.6559572756726\n", - "12:10:23\tCompleted 3080 to KZ614800: 2505.2160857883277\n", - "12:10:23\tCompleted 3073 to KZ471000: 4008.0648488411452\n", - "12:10:23\tCompleted 3118 to KZ433600: 1667.0422648852066\n", - "12:10:23\tCompleted 3111 to KZ553600: 3340.5456584851327\n", - "12:10:23\tCompleted 3128 to KZ313600: 2259.7878723692315\n", - "12:10:24\tCompleted 3122 to KZ751810: 1538.3296843946798\n", - "12:10:24\tCompleted 3088 to KZ353600: 1275.0413483388202\n", - "12:10:24\tCompleted 3099 to KZ751810: 1599.5960842359598\n", - "12:10:24\tCompleted 3102 to KZ471800: 3308.1750346974754\n", - "12:10:24\tCompleted 3100 to KZ351800: 895.6029648326285\n", - "12:10:24\tCompleted 3067 to KZ396800: 183.7203100364219\n", - "12:10:24\tCompleted 3092 to KZ194800: 1990.6428267754347\n", - "12:10:24\tCompleted 3097 to KZ274200: 3719.381039353985\n", - "12:10:24\tCompleted 3106 to KZ196400: 4455.187895438565\n", - "12:10:24\tCompleted 3078 to KZ315000: 2142.04108206378\n", - "12:10:24\tCompleted 3121 to KZ154200: 2423.776549777186\n", - "12:10:24\tCompleted 3093 to KZ234200: 3573.521898565099\n", - "12:10:24\tCompleted 3110 to KZ596200: 2396.486834285333\n", - "12:10:25\tCompleted 3124 to KZ475200: 1802.9792375389638\n", - "12:10:25\tCompleted 3103 to KZ614600: 1592.7301940275456\n", - "12:10:25\tCompleted 3089 to KZ431900: 2115.6967582115462\n", - "12:10:25\tCompleted 3071 to KZ234800: 2779.0318789763455\n", - "12:10:25\tCompleted 3059 to KZ114400: 469.2308151064846\n", - "12:10:25\tCompleted 3057 to KZ434400: 1677.974200113173\n", - "12:10:25\tCompleted 3055 to KZ751810: 2544.992866629148\n", - "12:10:25\tCompleted 3067 to KZ394800: 409.10644540653107\n", - "12:10:25\tCompleted 3139 to KZ396200: 1522.1971543451343\n", - "12:10:25\tCompleted 3123 to KZ315600: 1539.6631038670523\n", - "12:10:25\tCompleted 3068 to KZ556800: 1818.199475861799\n", - "12:10:25\tCompleted 3098 to KZ113200: 201.65581217680014\n", - "12:10:25\tCompleted 3137 to KZ235200: 2209.42178935083412:10:25\tCompleted 3102 to KZ593200: 479.2226595603902\n", - "\n", - "12:10:25\tCompleted 3076 to KZ116600: 1940.6638459431206\n", - "12:10:25\tCompleted 3096 to KZ791310: 2954.5572128690733\n", - "12:10:26\tCompleted 3127 to KZ196600: 1789.852520317169\n", - "12:10:26\tCompleted 3061 to KZ151000: 1908.7611974156146\n", - "12:10:26\tCompleted 3108 to KZ632800: 1294.3591149387391\n", - "12:10:26\tCompleted 3086 to KZ116600: 1791.0109453589125\n", - "12:10:26\tCompleted 3090 to KZ791510: 1925.8773342245383\n", - "12:10:26\tCompleted 3066 to KZ316000: 2319.184493629369\n", - "12:10:26\tCompleted 3056 to KZ635200: 2700.8014228707975\n", - "12:10:26\tCompleted 3133 to KZ616400: 2804.8188783164087\n", - "12:10:26\tCompleted 3095 to KZ431900: 1796.7335019937213\n", - "12:10:26\tCompleted 3131 to KZ595000: 1602.0959759633736\n", - "12:10:26\tCompleted 3067 to KZ395000: 290.35028842544443\n", - "12:10:27\tCompleted 3094 to KZ631000: 1298.8900265792224\n", - "12:10:27\tCompleted 3077 to KZ632200: 1772.2199572570835\n", - "12:10:27\tCompleted 3100 to KZ393200: 1045.567472693613\n", - "12:10:27\tCompleted 3098 to KZ113400: 189.77794456932952\n", - "12:10:27\tCompleted 3088 to KZ351600: 1067.2739565203183\n", - "12:10:27\tCompleted 3116 to KZ634000: 1426.5726046959294\n", - "12:10:27\tCompleted 3117 to KZ314000: 1766.8724597816015\n", - "12:10:27\tCompleted 3074 to KZ274400: 3559.4216712695616\n", - "12:10:27\tCompleted 3119 to KZ275400: 3679.0839176118184\n", - "12:10:27\tCompleted 3072 to KZ314200: 1737.332480533813\n", - "12:10:27\tCompleted 3063 to KZ234800: 2342.41278980901\n", - "12:10:27\tCompleted 3054 to KZ191600: 1833.7238693003055\n", - "12:10:27\tCompleted 3109 to KZ351600: 3615.117664254106\n", - "12:10:27\tCompleted 3129 to KZ632800: 3433.898554287719\n", - "12:10:27\tCompleted 3102 to KZ595800: 583.1422696007675\n", - "12:10:27\tCompleted 3059 to KZ114600: 837.6374694710948\n", - "12:10:27\tCompleted 3124 to KZ471800: 1632.5890173782223\n", - "12:10:28\tCompleted 3067 to KZ395200: 287.6479908767459\n", - "12:10:28\tCompleted 3128 to KZ314000: 2118.144508220844\n", - "12:10:28\tCompleted 3076 to KZ115600: 1015.1073353480419\n", - "12:10:28\tCompleted 3070 to KZ156400: 2191.576760227976\n", - "12:10:28\tCompleted 3098 to KZ113600: 175.46369084722338\n", - "12:10:28\tCompleted 3099 to KZ751910: 1600.5347658721823\n", - "12:10:28\tCompleted 3138 to KZ316600: 2825.437313905876\n", - "12:10:28\tCompleted 3086 to KZ115600: 865.4544347638338\n", - "12:10:28\tCompleted 3139 to KZ396600: 1433.9022864926033\n", - "12:10:28\tCompleted 3122 to KZ751910: 1539.2683660309024\n", - "12:10:28\tCompleted 3111 to KZ552200: 3232.0777164634196\n", - "12:10:28\tCompleted 3088 to KZ354000: 609.2258872550694\n", - "12:10:29\tCompleted 3057 to KZ431000: 1738.6084708326848\n", - "12:10:29\tCompleted 3072 to KZ353200: 397.04436451618403\n", - "12:10:29\tCompleted 3114 to KZ194000: 4155.345772949052\n", - "12:10:29\tCompleted 3067 to KZ391000: 17.821067811865476\n", - "12:10:29\tCompleted 3102 to KZ593400: 392.5295322486271\n", - "12:10:29\tCompleted 3118 to KZ434000: 1861.4845725439416\n", - "12:10:29\tCompleted 3127 to KZ194200: 1291.8022624897037\n", - "12:10:29\tCompleted 3125 to KZ275800: 2802.8168034964283\n", - "12:10:29\tCompleted 3059 to KZ114800: 411.5486810732054\n", - "12:10:29\tCompleted 3098 to KZ113800: 363.3772300804469\n", - "12:10:29\tCompleted 3108 to KZ636800: 1322.7807628844778\n", - "12:10:29\tCompleted 3110 to KZ596400: 3265.5540132625847\n", - "12:10:29\tCompleted 3080 to KZ615400: 2396.1199679612537\n", - "12:10:29\tCompleted 3068 to KZ554800: 1815.8544170928733\n", - "12:10:29\tCompleted 3100 to KZ393400: 1053.6697390023721\n", - "12:10:29\tCompleted 3123 to KZ316000: 1447.292885158379\n", - "12:10:29\tCompleted 3092 to KZ195600: 2216.0736288878115\n", - "12:10:29\tCompleted 3078 to KZ314200: 2026.24647939252\n", - "12:10:30\tCompleted 3131 to KZ593600: 1716.6445802476674\n", - "12:10:30\tCompleted 3096 to KZ791510: 2964.6749888653417\n", - "12:10:30\tCompleted 3067 to KZ395400: 61.38496278486291\n", - "12:10:30\tCompleted 3132 to KZ276000: 4198.854972604327\n", - "12:10:30\tCompleted 3073 to KZ473600: 3589.090082818202\n", - "12:10:30\tCompleted 3052 to KZ276200: 2674.441654098185\n", - "12:10:30\tCompleted 3121 to KZ156000: 1997.0257821454022\n", - "12:10:30\tCompleted 3076 to KZ115200: 1208.5894498343046\n", - "12:10:30\tCompleted 3079 to KZ471000: 2748.373047206699\n", - "12:10:30\tCompleted 3089 to KZ434600: 2149.361328637924\n", - "12:10:30\tCompleted 3088 to KZ351000: 625.911280023889\n", - "12:10:30\tCompleted 3059 to KZ111010: 148.6943221887392\n", - "12:10:30\tCompleted 3086 to KZ115200: 1058.9365492500965\n", - "12:10:31\tCompleted 3106 to KZ196800: 3923.346293197374\n", - "12:10:31\tCompleted 3102 to KZ594200: 572.3872813121387\n", - "12:10:31\tCompleted 3139 to KZ394200: 1210.3788924506414\n", - "12:10:31\tCompleted 3098 to KZ114500: 313.3000571549517\n", - "12:10:31\tCompleted 3117 to KZ314800: 1466.9914560739453\n", - "12:10:31\tCompleted 3103 to KZ614800: 1974.0426561142142\n", - "12:10:31\tCompleted 3087 to KZ196600: 3263.9409190124475\n", - "12:10:31\tCompleted 3128 to KZ314800: 1630.2250271787616\n", - "12:10:31\tCompleted 3124 to KZ593200: 1876.303812902892\n", - "12:10:31\tCompleted 3133 to KZ615600: 2415.259312540518\n", - "12:10:31\tCompleted 3090 to KZ791710: 1898.358408310786\n", - "12:10:31\tCompleted 3067 to KZ392000: 177.4802307403555\n", - "12:10:31\tCompleted 3078 to KZ353200: 720.16588825674\n", - "12:10:31\tCompleted 3061 to KZ153200: 1958.9548048443617\n", - "12:10:31\tCompleted 3055 to KZ751910: 2545.931548265368\n", - "12:10:32\tCompleted 3072 to KZ353600: 1124.345564776158\n", - "12:10:32\tCompleted 3054 to KZ195200: 1854.7781983776022\n", - "12:10:32\tCompleted 3095 to KZ434600: 1830.3980724201017\n", - "12:10:32\tCompleted 3109 to KZ354000: 3213.229965483638\n", - "12:10:32\tCompleted 3094 to KZ634600: 1757.6195540446367\n", - "12:10:32\tCompleted 3059 to KZ116000: 579.8110882882155\n", - "12:10:32\tCompleted 3099 to KZ751510: 1593.0232919426378\n", - "12:10:32\tCompleted 3137 to KZ235600: 2304.4595553712406\n", - "12:10:32\tCompleted 3098 to KZ114000: 249.44304358739083\n", - "12:10:32\tCompleted 3100 to KZ391600: 988.6142707532111\n", - "12:10:32\tCompleted 3071 to KZ235200: 2826.671726339713\n", - "12:10:32\tCompleted 3067 to KZ395600: 136.9747053359573\n", - "12:10:32\tCompleted 3116 to KZ635400: 1934.8085182676357\n", - "12:10:32\tCompleted 3122 to KZ751510: 1531.7568921013578\n", - "12:10:33\tCompleted 3102 to KZ596600: 673.2727988889037\n", - "12:10:33\tCompleted 3139 to KZ394400: 998.3659594184455\n", - "12:10:33\tCompleted 3056 to KZ632400: 2493.4584600644184\n", - "12:10:33\tCompleted 3088 to KZ352000: 1068.650636141885\n", - "12:10:33\tCompleted 3110 to KZ594600: 2490.8997531859577\n", - "12:10:33\tCompleted 3057 to KZ435200: 1814.9147770611003\n", - "12:10:33\tCompleted 3127 to KZ751210: 1390.0204417981797\n", - "12:10:33\tCompleted 3138 to KZ316200: 2328.166581897363\n", - "12:10:33\tCompleted 3131 to KZ595200: 1714.0947133049033\n", - "12:10:33\tCompleted 3098 to KZ117000: 172.07538703399473\n", - "12:10:33\tCompleted 3066 to KZ316600: 2448.2600883283512\n", - "12:10:33\tCompleted 3059 to KZ116400: 179.91778489984145\n", - "12:10:33\tCompleted 3086 to KZ115400: 1279.5093211157523\n", - "12:10:33\tCompleted 3077 to KZ635200: 2688.1446862837984\n", - "12:10:33\tCompleted 3076 to KZ115400: 1429.1622216999604\n", - "12:10:33\tCompleted 3093 to KZ234600: 3688.6921970031535\n", - "12:10:34\tCompleted 3123 to KZ316600: 1464.1375267436863\n", - "12:10:34\tCompleted 3119 to KZ273600: 2847.0431765943567\n", - "12:10:34\tCompleted 3096 to KZ791710: 2936.1750495150554\n", - "12:10:34\tCompleted 3068 to KZ556400: 1760.628837597697\n", - "12:10:34\tCompleted 3067 to KZ395800: 646.9000895944758\n", - "12:10:34\tCompleted 3072 to KZ351600: 779.3744850294032\n", - "12:10:34\tCompleted 3111 to KZ554600: 3288.268055036112\n", - "12:10:34\tCompleted 3129 to KZ636800: 3458.7921358163335\n", - "12:10:34\tCompleted 3070 to KZ155600: 2104.4215398079286\n", - "12:10:34\tCompleted 3063 to KZ235200: 2460.6989360626426\n", - "12:10:34\tCompleted 3078 to KZ353600: 1269.4661474057868\n", - "12:10:34\tCompleted 3117 to KZ315400: 1429.5388041547733\n", - "12:10:34\tCompleted 3102 to KZ595000: 507.71281757660523\n", - "12:10:34\tCompleted 3080 to KZ615200: 2175.602822745268\n", - "12:10:34\tCompleted 3108 to KZ635800: 1772.2830105817332\n", - "12:10:34\tCompleted 3098 to KZ114400: 235.83921005594019\n", - "12:10:35\tCompleted 3088 to KZ354800: 742.7889736263876\n", - "12:10:35\tCompleted 3074 to KZ275400: 4234.610103226577\n", - "12:10:35\tCompleted 3067 to KZ392400: 83.20458146424484\n", - "12:10:35\tCompleted 3114 to KZ196400: 4588.499879624693\n", - "12:10:35\tCompleted 3059 to KZ116800: 501.6991431141408\n", - "12:10:35\tCompleted 3100 to KZ393600: 1026.131695798601\n", - "12:10:35\tCompleted 3128 to KZ315400: 1780.8108525940158\n", - "12:10:35\tCompleted 3061 to KZ153400: 1542.6261342142266\n", - "12:10:35\tCompleted 3139 to KZ433200: 1296.1791611006054\n", - "12:10:35\tCompleted 3094 to KZ634400: 1279.33751695652\n", - "12:10:35\tCompleted 3092 to KZ195800: 2081.8733409142183\n", - "12:10:35\tCompleted 3072 to KZ354000: 351.8634699728061\n", - "12:10:35\tCompleted 3133 to KZ615800: 2182.435655822441\n", - "12:10:36\tCompleted 3054 to KZ195000: 1783.3187072030025\n", - "12:10:36\tCompleted 3079 to KZ473600: 2327.541949045439\n", - "12:10:36\tCompleted 3109 to KZ351000: 3177.2663322830513\n", - "12:10:36\tCompleted 3132 to KZ276200: 3918.241185870415\n", - "12:10:36\tCompleted 3125 to KZ276000: 3218.6478292514635\n", - "12:10:36\tCompleted 3098 to KZ114600: 474.5536884351606\n", - "12:10:36\tCompleted 3067 to KZ396200: 362.6380495444731\n", - "12:10:36\tCompleted 3102 to KZ593600: 622.2614218608984\n", - "12:10:36\tCompleted 3131 to KZ591000: 1604.3104420574412\n", - "12:10:36\tCompleted 3124 to KZ595800: 2206.1825248258347\n", - "12:10:36\tCompleted 3103 to KZ615400: 1864.94653828715\n", - "12:10:36\tCompleted 3106 to KZ191600: 3949.1442692574587\n", - "12:10:37\tCompleted 3116 to KZ635000: 1462.1417283560013\n", - "12:10:37\tCompleted 3118 to KZ471000: 3427.9984608458153\n", - "12:10:37\tCompleted 3090 to KZ611600: 1976.3196927697143\n", - "12:10:37\tCompleted 3078 to KZ351600: 1061.6987555872847\n", - "12:10:37\tCompleted 3052 to KZ271000: 2692.134609512401\n", - "12:10:37\tCompleted 3127 to KZ751110: 1397.625823954859\n", - "12:10:37\tCompleted 3121 to KZ154600: 2295.163212890521\n", - "12:10:37\tCompleted 3059 to KZ111810: 479.283058168665412:10:37\tCompleted 3072 to KZ351000: 315.8998367722219\n", - "\n", - "12:10:37\tCompleted 3057 to KZ434800: 1729.9378669861837\n", - "12:10:37\tCompleted 3088 to KZ355200: 978.7371940276208\n", - "12:10:37\tCompleted 3073 to KZ474200: 4035.714243884724\n", - "12:10:37\tCompleted 3110 to KZ711110: 2956.573662450923\n", - "12:10:37\tCompleted 3139 to KZ431900: 1170.6846637189515\n", - "12:10:37\tCompleted 3067 to KZ396600: 274.3431816919415\n", - "12:10:38\tCompleted 3096 to KZ611600: 2885.3497106623918\n", - "12:10:38\tCompleted 3138 to KZ311000: 2188.7378422682395\n", - "12:10:38\tCompleted 3087 to KZ194200: 2765.8906611850225\n", - "12:10:38\tCompleted 3070 to KZ156800: 1502.4320736358404\n", - "12:10:38\tCompleted 3102 to KZ595200: 619.7115549181347\n", - "12:10:38\tCompleted 3095 to KZ434400: 2173.347471381837\n", - "12:10:38\tCompleted 3108 to KZ636200: 1441.1963327836\n", - "12:10:38\tCompleted 3078 to KZ354000: 603.6506863220359\n", - "12:10:38\tCompleted 3089 to KZ434400: 2492.3107275996495\n", - "12:10:38\tCompleted 3055 to KZ751510: 2538.4200743358247\n", - "12:10:38\tCompleted 3100 to KZ396400: 1247.5433424719818\n", - "12:10:38\tCompleted 3117 to KZ315600: 1555.9878730526216\n", - "12:10:39\tCompleted 3088 to KZ355600: 690.4821317882169\n", - "12:10:39\tCompleted 3068 to KZ554200: 1924.1521198342382\n", - "12:10:39\tCompleted 3098 to KZ114800: 704.7042115467808\n", - "12:10:39\tCompleted 3056 to KZ632800: 2243.685334559652\n", - "12:10:39\tCompleted 3123 to KZ316200: 1714.174748963226\n", - "12:10:39\tCompleted 3072 to KZ352000: 673.2003820348882\n", - "12:10:39\tCompleted 3099 to KZ231000: 2880.044105435977\n", - "12:10:39\tCompleted 3137 to KZ233600: 2310.2215441713697\n", - "12:10:39\tCompleted 3116 to KZ632200: 811.8220471222664\n", - "12:10:39\tCompleted 3128 to KZ315600: 1907.2599214918641\n", - "12:10:39\tCompleted 3133 to KZ612600: 1891.8156669369407\n", - "12:10:39\tCompleted 3086 to KZ151000: 2664.717898133934\n", - "12:10:39\tCompleted 3077 to KZ632400: 2480.801723477418412:10:39\tCompleted 3067 to KZ394200: 820.5601840972573\n", - "\n", - "12:10:39\tCompleted 3139 to KZ434600: 1208.5841879691568\n", - "12:10:40\tCompleted 3122 to KZ231000: 2996.114439871959\n", - "12:10:40\tCompleted 3102 to KZ591000: 509.92728367067247\n", - "12:10:40\tCompleted 3076 to KZ151000: 2814.370798718132\n", - "12:10:40\tCompleted 3078 to KZ351000: 620.3360790908555\n", - "12:10:40\tCompleted 3131 to KZ595600: 1838.1980285793634\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:10:40\tCompleted 3066 to KZ316200: 2586.066357434204\n", - "12:10:40\tCompleted 3119 to KZ276600: 2928.868423293343\n", - "12:10:40\tCompleted 3109 to KZ352000: 2993.544444609267\n", - "12:10:40\tCompleted 3092 to KZ196000: 1571.7086154381518\n", - "12:10:40\tCompleted 3098 to KZ111010: 302.301973313387712:10:40\tCompleted 3093 to KZ234800: 2822.3935728387696\n", - "\n", - "12:10:40\tCompleted 3071 to KZ235600: 2921.709492360118\n", - "12:10:40\tCompleted 3111 to KZ555600: 3852.2989055299395\n", - "12:10:41\tCompleted 3114 to KZ196800: 4056.6582773834803\n", - "12:10:41\tCompleted 3067 to KZ394400: 428.3440981177467\n", - "12:10:41\tCompleted 3127 to KZ751310: 1399.1405425806204\n", - "12:10:41\tCompleted 3054 to KZ194400: 2105.7542600425977\n", - "12:10:41\tCompleted 3057 to KZ433600: 1791.6563124971408\n", - "12:10:41\tCompleted 3124 to KZ593400: 2346.621745642767\n", - "12:10:41\tCompleted 3080 to KZ616400: 3017.422668646196\n", - "12:10:41\tCompleted 3103 to KZ615200: 1644.4293930711572\n", - "12:10:41\tCompleted 3094 to KZ313600: 1869.7157818467924\n", - "12:10:41\tCompleted 3098 to KZ116000: 246.69704833795967\n", - "12:10:41\tCompleted 3129 to KZ635800: 3908.294383513541\n", - "12:10:41\tCompleted 3090 to KZ613600: 1831.1119542437623\n", - "12:10:41\tCompleted 3063 to KZ235600: 2555.7367020830475\n", - "12:10:41\tCompleted 3110 to KZ711410: 2946.7078832718967\n", - "12:10:41\tCompleted 3088 to KZ352100: 1297.1424450564302\n", - "12:10:41\tCompleted 3072 to KZ354800: 839.522850388342\n", - "12:10:42\tCompleted 3096 to KZ613600: 2939.5448473062015\n", - "12:10:42\tCompleted 3102 to KZ595600: 743.8148701925946\n", - "12:10:42\tCompleted 3139 to KZ434400: 1245.5092003132509\n", - "12:10:42\tCompleted 3132 to KZ271000: 3935.9341412846306\n", - "12:10:42\tCompleted 3059 to KZ116600: 1695.4824584477417\n", - "12:10:42\tCompleted 3106 to KZ195200: 3886.909292392191\n", - "12:10:42\tCompleted 3078 to KZ352000: 1063.0754352088513\n", - "12:10:42\tCompleted 3061 to KZ153600: 2410.9044687942373\n", - "12:10:42\tCompleted 3100 to KZ394000: 1479.4781918378083\n", - "12:10:43\tCompleted 3138 to KZ315000: 2601.4097164074547\n", - "12:10:43\tCompleted 3079 to KZ474200: 2776.022442250278\n", - "12:10:43\tCompleted 3131 to KZ596000: 1481.0130445262732\n", - "12:10:43\tCompleted 3117 to KZ316000: 1525.0470057839293\n", - "12:10:43\tCompleted 3098 to KZ116400: 393.53440219564624\n", - "12:10:43\tCompleted 3125 to KZ276200: 2938.034042517559\n", - "12:10:43\tCompleted 3074 to KZ273600: 3402.5693622091103\n", - "12:10:43\tCompleted 3102 to KZ596000: 386.62988613950455\n", - "12:10:43\tCompleted 3088 to KZ352200: 673.0862744011858\n", - "12:10:43\tCompleted 3072 to KZ355200: 570.150152706352\n", - "12:10:43\tCompleted 3123 to KZ311000: 1634.8358719801654\n", - "12:10:43\tCompleted 3089 to KZ431000: 1833.13229674616\n", - "12:10:43\tCompleted 3121 to KZ154800: 2178.343893142506\n", - "12:10:43\tCompleted 3052 to KZ274000: 3355.8222994516073\n", - "12:10:43\tCompleted 3059 to KZ115600: 218.7868782702215\n", - "12:10:43\tCompleted 3108 to KZ636400: 1854.7829270580744\n", - "12:10:44\tCompleted 3095 to KZ431000: 1514.1690405283339\n", - "12:10:44\tCompleted 3128 to KZ316000: 2234.8180747735487\n", - "12:10:44\tCompleted 3116 to KZ635200: 1727.7467761490293\n", - "12:10:44\tCompleted 3055 to KZ231000: 2185.773243568213\n", - "12:10:44\tCompleted 3133 to KZ616000: 2209.5748715550526\n", - "12:10:44\tCompleted 3118 to KZ473600: 3009.023694822872\n", - "12:10:44\tCompleted 3073 to KZ474600: 3712.889683066642\n", - "12:10:44\tCompleted 3098 to KZ116800: 129.00666305083212\n", - "12:10:44\tCompleted 3078 to KZ354800: 737.2137726933541\n", - "12:10:44\tCompleted 3070 to KZ193200: 2125.2370115162603\n", - "12:10:44\tCompleted 3067 to KZ433200: 1685.1981146373341\n", - "12:10:44\tCompleted 3127 to KZ751410: 1414.8081616713803\n", - "12:10:44\tCompleted 3137 to KZ633200: 2031.9350725165705\n", - "12:10:44\tCompleted 3092 to KZ191000: 1679.4257358472335\n", - "12:10:45\tCompleted 3139 to KZ431000: 1531.1697554340328\n", - "12:10:45\tCompleted 3072 to KZ355600: 384.6709714885366\n", - "12:10:45\tCompleted 3068 to KZ791110: 2318.5664923302065\n", - "12:10:45\tCompleted 3124 to KZ594200: 2019.9636623721915\n", - "12:10:45\tCompleted 3056 to KZ636800: 2268.5789160882555\n", - "12:10:45\tCompleted 3087 to KZ751210: 2864.108840493477\n", - "12:10:45\tCompleted 3059 to KZ115200: 289.0431817396254\n", - "12:10:45\tCompleted 3102 to KZ596200: 773.6293358106828\n", - "12:10:45\tCompleted 3086 to KZ153200: 2714.911505562681\n", - "12:10:45\tCompleted 3098 to KZ111810: 202.9996415267496\n", - "12:10:45\tCompleted 3111 to KZ551000: 3307.170311313788\n", - "12:10:45\tCompleted 3109 to KZ354800: 3700.889345899153\n", - "12:10:46\tCompleted 3110 to KZ711210: 2944.0636527138736\n", - "12:10:46\tCompleted 3096 to KZ614000: 2984.903685978775\n", - "12:10:46\tCompleted 3054 to KZ194600: 2050.8351020836226\n", - "12:10:46\tCompleted 3077 to KZ632800: 2231.0285979726514\n", - "12:10:46\tCompleted 3100 to KZ396800: 1225.5706493982118\n", - "12:10:46\tCompleted 3099 to KZ234000: 3088.654582803665\n", - "12:10:46\tCompleted 3066 to KZ311000: 2480.1311210411914\n", - "12:10:46\tCompleted 3076 to KZ153200: 2864.5644061468793\n", - "12:10:46\tCompleted 3078 to KZ355200: 973.1619930945873\n", - "12:10:46\tCompleted 3080 to KZ615600: 2215.731172511191\n", - "12:10:46\tCompleted 3131 to KZ596200: 1868.012494197451\n", - "12:10:46\tCompleted 3094 to KZ314000: 1728.072417698406\n", - "12:10:46\tCompleted 3119 to KZ275000: 2805.183183967598\n", - "12:10:46\tCompleted 3117 to KZ316600: 1480.4622959292556\n", - "12:10:46\tCompleted 3114 to KZ191600: 4082.456253443565\n", - "12:10:46\tCompleted 3057 to KZ434000: 2280.7850883012347\n", - "12:10:46\tCompleted 3088 to KZ352300: 1365.977374775986\n", - "12:10:46\tCompleted 3059 to KZ115400: 540.1208309863698\n", - "12:10:47\tCompleted 3122 to KZ234000: 3204.724917239647\n", - "12:10:47\tCompleted 3061 to KZ154000: 1846.5714570010643\n", - "12:10:47\tCompleted 3102 to KZ596400: 568.6959134193792\n", - "12:10:47\tCompleted 3093 to KZ235200: 2870.033420202137\n", - "12:10:47\tCompleted 3090 to KZ614000: 1959.5246167855012\n", - "12:10:47\tCompleted 3108 to KZ631000: 1387.330719451646\n", - "12:10:47\tCompleted 3071 to KZ233600: 2927.4714811602425\n", - "12:10:47\tCompleted 3138 to KZ314200: 2194.213073203574\n", - "12:10:47\tCompleted 3128 to KZ316600: 1831.7343443684981\n", - "12:10:47\tCompleted 3067 to KZ431900: 1559.7036172556834\n", - "12:10:47\tCompleted 3072 to KZ352100: 1002.6532452646896\n", - "12:10:48\tCompleted 3139 to KZ435200: 1621.9815488240952\n", - "12:10:48\tCompleted 3116 to KZ632400: 1520.4038133426252\n", - "12:10:48\tCompleted 3124 to KZ596600: 1772.2267952565273\n", - "12:10:48\tCompleted 3103 to KZ616400: 2486.249238972089\n", - "12:10:48\tCompleted 3078 to KZ355600: 684.9069308551833\n", - "12:10:48\tCompleted 3127 to KZ751710: 1450.524115501641\n", - "12:10:48\tCompleted 3129 to KZ636200: 3577.2077057154506\n", - "12:10:48\tCompleted 3088 to KZ352800: 697.6892037902952\n", - "12:10:48\tCompleted 3106 to KZ195000: 4333.038451709153\n", - "12:10:48\tCompleted 3089 to KZ435200: 1909.4386029745754\n", - "12:10:49\tCompleted 3123 to KZ315000: 1766.619161208478\n", - "12:10:49\tCompleted 3098 to KZ116600: 1321.2624943268463\n", - "12:10:49\tCompleted 3133 to KZ613800: 2357.82900457393\n", - "12:10:49\tCompleted 3072 to KZ352200: 342.7195496513024\n", - "12:10:49\tCompleted 3131 to KZ596400: 1387.6109982608632\n", - "12:10:49\tCompleted 3132 to KZ274000: 4599.621831223855\n", - "12:10:49\tCompleted 3070 to KZ193400: 1850.425960595388\n", - "12:10:49\tCompleted 3079 to KZ474600: 2453.197881432196\n", - "12:10:49\tCompleted 3102 to KZ594600: 752.903166937955\n", - "12:10:49\tCompleted 3092 to KZ196200: 1725.8577706187605\n", - "12:10:49\tCompleted 3125 to KZ271000: 2955.726997931775\n", - "12:10:49\tCompleted 3095 to KZ435200: 1590.4753467567493\n", - "12:10:49\tCompleted 3055 to KZ234000: 2323.737422045622\n", - "12:10:49\tCompleted 3109 to KZ355200: 3050.5652831438197\n", - "12:10:50\tCompleted 3110 to KZ711310: 2934.323712020988\n", - "12:10:50\tCompleted 3063 to KZ233600: 2561.498690883172\n", - "12:10:50\tCompleted 3121 to KZ155200: 2605.282556044259\n", - "12:10:50\tCompleted 3096 to KZ613900: 3221.823683148502\n", - "12:10:50\tCompleted 3102 to KZ711110: 75.69529115897411\n", - "12:10:50\tCompleted 3098 to KZ115600: 367.071989730304\n", - "12:10:50\tCompleted 3094 to KZ314800: 1428.191413990749912:10:50\tCompleted 3088 to KZ356400: 989.1796059285539\n", - "\n", - "12:10:50\tCompleted 3068 to KZ791310: 2296.2849433698066\n", - "12:10:50\tCompleted 3086 to KZ153400: 2298.5828349325584\n", - "12:10:51\tCompleted 3100 to KZ394800: 1404.2252180962685\n", - "12:10:51\tCompleted 3067 to KZ434600: 1597.6031415058887\n", - "12:10:51\tCompleted 3111 to KZ556000: 3355.2916935218013\n", - "12:10:51\tCompleted 3071 to KZ633200: 1340.914475684698\n", - "12:10:51\tCompleted 3052 to KZ274200: 3463.1382876113735\n", - "12:10:51\tCompleted 3133 to KZ273200: 918.8927988106801\n", - "12:10:51\tCompleted 3139 to KZ434800: 1543.54778454737\n", - "12:10:51\tCompleted 3074 to KZ276600: 3484.3946089080964\n", - "12:10:51\tCompleted 3078 to KZ352100: 1291.5672441233967\n", - "12:10:51\tCompleted 3118 to KZ474200: 3455.647855889394\n", - "12:10:51\tCompleted 3054 to KZ194800: 2183.82380408468\n", - "12:10:51\tCompleted 3073 to KZ475000: 4083.2187098164195\n", - "12:10:51\tCompleted 3116 to KZ632800: 1210.1049951765756\n", - "12:10:51\tCompleted 3077 to KZ636800: 2255.9221795012554\n", - "12:10:51\tCompleted 3080 to KZ615800: 2230.1107918387097\n", - "12:10:51\tCompleted 3137 to KZ634800: 2576.1446135699243\n", - "12:10:51\tCompleted 3124 to KZ595000: 2046.5476726010604\n", - "12:10:51\tCompleted 3102 to KZ711410: 66.85793915237608\n", - "12:10:51\tCompleted 3072 to KZ352300: 957.3903334547182\n", - "12:10:51\tCompleted 3059 to KZ151000: 1745.836723693893\n", - "12:10:51\tCompleted 3076 to KZ153400: 2448.2357355167564\n", - "12:10:52\tCompleted 3087 to KZ751110: 2871.714222650154\n", - "12:10:52\tCompleted 3098 to KZ115200: 500.30846688000815\n", - "12:10:52\tCompleted 3056 to KZ635800: 2718.081163785467\n", - "12:10:52\tCompleted 3117 to KZ316200: 1791.9288695887763\n", - "12:10:52\tCompleted 3128 to KZ316200: 2411.592792469064\n", - "12:10:52\tCompleted 3127 to KZ751810: 1404.3831832677397\n", - "12:10:52\tCompleted 3053 to KZ113200: 519.7175258850797\n", - "12:10:52\tCompleted 3078 to KZ352200: 667.5110734681523\n", - "12:10:52\tCompleted 3114 to KZ195200: 4020.2212765782974\n", - "12:10:52\tCompleted 3088 to KZ352400: 636.8184914745631\n", - "12:10:52\tCompleted 3133 to KZ274400: 848.9591988222412\n", - "12:10:53\tCompleted 3138 to KZ353200: 2261.4274403962613\n", - "12:10:53\tCompleted 3131 to KZ594600: 1847.2863253247237\n", - "12:10:53\tCompleted 3066 to KZ315000: 2750.741722793118\n", - "12:10:53\tCompleted 3108 to KZ634600: 1846.0602469170606\n", - "12:10:53\tCompleted 3072 to KZ352800: 343.4033927924012\n", - "12:10:53\tCompleted 3061 to KZ154200: 2149.2074959703837\n", - "12:10:53\tCompleted 3103 to KZ615600: 1684.5577428370655\n", - "12:10:53\tCompleted 3102 to KZ711210: 56.07716475407203\n", - "12:10:53\tCompleted 3070 to KZ193600: 1716.5336988499193\n", - "12:10:53\tCompleted 3119 to KZ274800: 3330.070991779091\n", - "12:10:53\tCompleted 3089 to KZ434800: 1824.4616928996588\n", - "12:10:53\tCompleted 3090 to KZ613900: 2236.2763159266897\n", - "12:10:53\tCompleted 3092 to KZ192600: 1720.025230473901\n", - "12:10:54\tCompleted 3099 to KZ234200: 3539.600289324601\n", - "12:10:54\tCompleted 3123 to KZ314200: 1634.7145516366056\n", - "12:10:54\tCompleted 3053 to KZ113400: 598.1680890887515\n", - "12:10:54\tCompleted 3139 to KZ433600: 1359.1913126972188\n", - "12:10:54\tCompleted 3094 to KZ315400: 1390.7387620715779\n", - "12:10:54\tCompleted 3067 to KZ434400: 1634.528153849983\n", - "12:10:54\tCompleted 3096 to KZ612000: 2727.6953238142646\n", - "12:10:54\tCompleted 3057 to KZ471000: 2813.815174536997\n", - "12:10:54\tCompleted 3122 to KZ234200: 3655.6706237605827\n", - "12:10:54\tCompleted 3098 to KZ115400: 720.8812387456652\n", - "12:10:54\tCompleted 3109 to KZ355600: 3246.0374669993776\n", - "12:10:54\tCompleted 3063 to KZ633200: 1787.2641102862817\n", - "12:10:54\tCompleted 3106 to KZ194400: 4156.324322473898\n", - "12:10:54\tCompleted 3102 to KZ711310: 36.89421725699114\n", - "12:10:54\tCompleted 3093 to KZ235600: 2965.071186222542\n", - "12:10:55\tCompleted 3095 to KZ434800: 1505.4984366818328\n", - "12:10:55\tCompleted 3072 to KZ356400: 660.4828812549644\n", - "12:10:55\tCompleted 3110 to KZ555200: 3678.1385712421315\n", - "12:10:55\tCompleted 3116 to KZ636800: 1295.524269366449\n", - "12:10:55\tCompleted 3100 to KZ395000: 1332.2006277872342\n", - "12:10:55\tCompleted 3123 to KZ353200: 310.5364425195893\n", - "12:10:55\tCompleted 3078 to KZ352300: 1360.4021738429524\n", - "12:10:55\tCompleted 3131 to KZ711110: 1122.4465410194716\n", - "12:10:55\tCompleted 3053 to KZ113600: 523.4323671915881\n", - "12:10:55\tCompleted 3068 to KZ791510: 2306.402719366075\n", - "12:10:55\tCompleted 3129 to KZ636400: 3994.3223664070165\n", - "12:10:55\tCompleted 3111 to KZ556800: 3555.9796183937387\n", - "12:10:56\tCompleted 3133 to KZ275400: 1524.1476307792632\n", - "12:10:56\tCompleted 3121 to KZ156400: 2444.4076501424233\n", - "12:10:56\tCompleted 3127 to KZ751910: 1405.321864903962312:10:56\tCompleted 3132 to KZ274200: 4706.937819383687\n", - "\n", - "12:10:56\tCompleted 3079 to KZ475000: 2823.5269081819733\n", - "12:10:56\tCompleted 3124 to KZ593600: 2383.9826784252186\n", - "12:10:56\tCompleted 3072 to KZ352400: 293.67220324337086\n", - "12:10:56\tCompleted 3055 to KZ234200: 2845.3294274568366\n", - "12:10:56\tCompleted 3128 to KZ311000: 2017.007162599657\n", - "12:10:56\tCompleted 3071 to KZ634800: 1884.7714488957197\n", - "12:10:56\tCompleted 3059 to KZ153200: 1796.03033112264\n", - "12:10:56\tCompleted 3080 to KZ612600: 2060.2256406437655\n", - "12:10:57\tCompleted 3088 to KZ356000: 1483.2478601914552\n", - "12:10:57\tCompleted 3102 to KZ555200: 800.7882663673491\n", - "12:10:57\tCompleted 3078 to KZ352800: 692.1140028572617\n", - "12:10:57\tCompleted 3053 to KZ113800: 544.304892573403\n", - "12:10:57\tCompleted 3117 to KZ311000: 1665.735114160414512:10:57\tCompleted 3133 to KZ273600: 692.1068897617733\n", - "\n", - "12:10:57\tCompleted 3108 to KZ634400: 1367.7782098289438\n", - "12:10:57\tCompleted 3137 to KZ633400: 1931.6542980740294\n", - "12:10:57\tCompleted 3125 to KZ274000: 3619.414687870981\n", - "12:10:57\tCompleted 3086 to KZ153600: 3081.18188012322\n", - "12:10:57\tCompleted 3090 to KZ612000: 1756.5335167506576\n", - "12:10:57\tCompleted 3061 to KZ156000: 1722.456728338593812:10:57\tCompleted 3131 to KZ711410: 1120.779895974066\n", - "\n", - "12:10:57\tCompleted 3067 to KZ431000: 1680.6551086417624\n", - "12:10:57\tCompleted 3100 to KZ395200: 864.1651427123647\n", - "12:10:58\tCompleted 3076 to KZ153600: 3230.8347807074206\n", - "12:10:58\tCompleted 3094 to KZ315600: 1517.1878309694262\n", - "12:10:58\tCompleted 3054 to KZ195600: 2410.7487178734914\n", - "12:10:58\tCompleted 3087 to KZ751310: 2873.228941275917\n", - "12:10:58\tCompleted 3123 to KZ353600: 1037.8376427795633\n", - "12:10:58\tCompleted 3089 to KZ433600: 2024.3044564415598\n", - "12:10:58\tCompleted 3074 to KZ275000: 3360.7093695823514\n", - "12:10:58\tCompleted 3103 to KZ615800: 1698.9373621645975\n", - "12:10:58\tCompleted 3077 to KZ635800: 2705.424427198468\n", - "12:10:58\tCompleted 3070 to KZ194000: 1910.5618792815123\n", - "12:10:58\tCompleted 3139 to KZ434000: 2094.3950058624205\n", - "12:10:58\tCompleted 3118 to KZ474600: 3132.8232950713123\n", - "12:10:58\tCompleted 3102 to KZ551600: 534.221544381803\n", - "12:10:58\tCompleted 3053 to KZ114500: 531.6661739218534\n", - "12:10:58\tCompleted 3096 to KZ614400: 3150.025007136349\n", - "12:10:59\tCompleted 3133 to KZ276600: 773.9321364607493\n", - "12:10:59\tCompleted 3078 to KZ356400: 983.6044049955203\n", - "12:10:59\tCompleted 3073 to KZ475200: 4094.061670600469\n", - "12:10:59\tCompleted 3092 to KZ196600: 2044.9244224940533\n", - "12:10:59\tCompleted 3138 to KZ353600: 2988.7286406561993\n", - "12:10:59\tCompleted 3072 to KZ356000: 1074.660818870188\n", - "12:10:59\tCompleted 3066 to KZ314200: 2485.6063519765257\n", - "12:10:59\tCompleted 3056 to KZ636200: 2386.9944859873726\n", - "12:10:59\tCompleted 3095 to KZ433600: 1705.3412002237337\n", - "12:10:59\tCompleted 3127 to KZ751510: 1397.8103909744177\n", - "12:10:59\tCompleted 3071 to KZ633400: 1240.6337012421568\n", - "12:11:00\tCompleted 3119 to KZ275800: 2799.6538157675127\n", - "12:11:00\tCompleted 3116 to KZ635800: 1745.0265170637044\n", - "12:11:00\tCompleted 3109 to KZ352100: 3765.9020841397846\n", - "12:11:00\tCompleted 3110 to KZ551600: 3411.5718492566043\n", - "12:11:00\tCompleted 3131 to KZ711210: 1134.2630824140117\n", - "12:11:00\tCompleted 3053 to KZ114000: 441.02872622749743\n", - "12:11:00\tCompleted 3114 to KZ195000: 4466.350435895279\n", - "12:11:00\tCompleted 3123 to KZ351600: 692.8665630328085\n", - "12:11:00\tCompleted 3059 to KZ153400: 1379.701660492505\n", - "12:11:00\tCompleted 3133 to KZ113200: 2190.37268557461\n", - "12:11:00\tCompleted 3057 to KZ473600: 2347.4050658554825\n", - "12:11:00\tCompleted 3078 to KZ352400: 631.2432905415295\n", - "12:11:00\tCompleted 3133 to KZ275000: 650.2468971350104\n", - "12:11:00\tCompleted 3102 to KZ553200: 653.1695377885105\n", - "12:11:00\tCompleted 3106 to KZ194600: 4166.841288478391\n", - "12:11:00\tCompleted 3088 to KZ354400: 1410.0220361001445\n", - "12:11:01\tCompleted 3128 to KZ315000: 2134.2159788332897\n", - "12:11:01\tCompleted 3124 to KZ595200: 1920.3387801511394\n", - "12:11:01\tCompleted 3100 to KZ391000: 1059.8714072213384\n", - "12:11:01\tCompleted 3068 to KZ791710: 2277.9027800157887\n", - "12:11:01\tCompleted 3067 to KZ435200: 1756.9614148701778\n", - "12:11:01\tCompleted 3123 to KZ354000: 265.35554797621137\n", - "12:11:01\tCompleted 3053 to KZ117000: 324.1754764064791\n", - "12:11:01\tCompleted 3111 to KZ554800: 3559.9561792414593\n", - "12:11:02\tCompleted 3093 to KZ233600: 2970.8331750226666\n", - "12:11:02\tCompleted 3139 to KZ471000: 1626.2651351036368\n", - "12:11:02\tCompleted 3094 to KZ316000: 1533.2715803903118\n", - "12:11:02\tCompleted 3121 to KZ155600: 2357.252429722352\n", - "12:11:02\tCompleted 3063 to KZ634800: 2331.121083497297\n", - "12:11:02\tCompleted 3122 to KZ234600: 3770.840922198637\n", - "12:11:02\tCompleted 3066 to KZ353200: 1294.659004104263\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:11:02\tCompleted 3129 to KZ631000: 3523.3420923834965\n", - "12:11:02\tCompleted 3137 to KZ633600: 1702.831525327922\n", - "12:11:02\tCompleted 3099 to KZ234600: 3654.7705877626554\n", - "12:11:02\tCompleted 3072 to KZ354400: 1014.5717819931477\n", - "12:11:02\tCompleted 3131 to KZ711310: 1139.476581814134\n", - "12:11:02\tCompleted 3098 to KZ151000: 2106.0898157638726\n", - "12:11:02\tCompleted 3071 to KZ633600: 1011.4583606536968\n", - "12:11:02\tCompleted 3102 to KZ553600: 604.172536023483612:11:02\tCompleted 3103 to KZ612600: 1529.052210969641\n", - "\n", - "12:11:02\tCompleted 3108 to KZ313600: 1891.4898354234122\n", - "12:11:02\tCompleted 3092 to KZ194200: 1546.874164666588\n", - "12:11:02\tCompleted 3079 to KZ475200: 2834.3698689660228\n", - "12:11:02\tCompleted 3117 to KZ315000: 1782.9439303940474\n", - "12:11:02\tCompleted 3096 to KZ614600: 2875.132704720943\n", - "12:11:03\tCompleted 3123 to KZ351000: 229.39191477562719\n", - "12:11:03\tCompleted 3053 to KZ114400: 615.4720565775301\n", - "12:11:03\tCompleted 3133 to KZ274800: 1175.1347049465253\n", - "12:11:03\tCompleted 3080 to KZ616000: 2217.6484110865704\n", - "12:11:03\tCompleted 3061 to KZ154600: 2020.5941590837256\n", - "12:11:03\tCompleted 3090 to KZ614400: 2162.809115366486\n", - "12:11:03\tCompleted 3076 to KZ154000: 2752.181058303577\n", - "12:11:03\tCompleted 3089 to KZ434000: 2218.9467641479637\n", - "12:11:03\tCompleted 3131 to KZ555200: 560.4712867446232\n", - "12:11:03\tCompleted 3086 to KZ154000: 2602.52815771937912:11:03\tCompleted 3116 to KZ636200: 1413.9398392655712\n", - "\n", - "12:11:04\tCompleted 3077 to KZ636200: 2374.3377494003726\n", - "12:11:04\tCompleted 3078 to KZ356000: 1477.6726592584216\n", - "12:11:04\tCompleted 3055 to KZ234600: 2960.499725894891\n", - "12:11:04\tCompleted 3070 to KZ196400: 2120.4136279258064\n", - "12:11:04\tCompleted 3139 to KZ473600: 1159.8550264220744\n", - "12:11:04\tCompleted 3102 to KZ552200: 495.70459400175645\n", - "12:11:04\tCompleted 3100 to KZ395400: 1103.2353021466522\n", - "12:11:04\tCompleted 3109 to KZ352200: 3204.086045162131\n", - "12:11:04\tCompleted 3054 to KZ195800: 2275.0543182234546\n", - "12:11:04\tCompleted 3088 to KZ351800: 1391.3621510868363\n", - "12:11:04\tCompleted 3133 to KZ275800: 644.71752893492\n", - "12:11:04\tCompleted 3123 to KZ352000: 506.30768372744365\n", - "12:11:05\tCompleted 3133 to KZ113400: 2268.2337223799477\n", - "12:11:05\tCompleted 3053 to KZ114600: 879.4157665374584\n", - "12:11:05\tCompleted 3095 to KZ434000: 1899.9835079301508\n", - "12:11:05\tCompleted 3125 to KZ274200: 3726.7306760307474\n", - "12:11:05\tCompleted 3110 to KZ553200: 3530.519842663301\n", - "12:11:05\tCompleted 3131 to KZ551600: 698.55103722735\n", - "12:11:05\tCompleted 3072 to KZ351800: 982.7751097655686\n", - "12:11:05\tCompleted 3128 to KZ314200: 2018.4213761620301\n", - "12:11:05\tCompleted 3087 to KZ751410: 2888.8965603666747\n", - "12:11:05\tCompleted 3124 to KZ591000: 2037.2946242738553\n", - "12:11:05\tCompleted 3093 to KZ633200: 1235.2162734467988\n", - "12:11:05\tCompleted 3067 to KZ434800: 1671.9845047952613\n", - "12:11:06\tCompleted 3094 to KZ316600: 1441.6622538460601\n", - "12:11:06\tCompleted 3071 to KZ633800: 1312.0437081342252\n", - "12:11:06\tCompleted 3074 to KZ274800: 3885.597177393844512:11:06\tCompleted 3127 to KZ231000: 3057.8613738933373\n", - "\n", - "12:11:06\tCompleted 3102 to KZ554600: 577.8810665035675\n", - "12:11:06\tCompleted 3138 to KZ351600: 2618.1342446233607\n", - "12:11:06\tCompleted 3073 to KZ471800: 3923.6714504397432\n", - "12:11:06\tCompleted 3119 to KZ276000: 3215.484841522548\n", - "12:11:06\tCompleted 3063 to KZ633400: 1686.983335843740612:11:06\tCompleted 3053 to KZ114800: 631.3607019943139\n", - "\n", - "12:11:06\tCompleted 3118 to KZ475000: 3503.1523218210896\n", - "12:11:06\tCompleted 3068 to KZ611600: 2227.077441163122\n", - "12:11:06\tCompleted 3114 to KZ194400: 4289.63630666002\n", - "12:11:06\tCompleted 3106 to KZ194800: 4434.956940532398\n", - "12:11:06\tCompleted 3092 to KZ751210: 1645.092343975064\n", - "12:11:07\tCompleted 3133 to KZ276000: 1060.5485546899881\n", - "12:11:07\tCompleted 3059 to KZ153600: 2324.176232678427\n", - "12:11:07\tCompleted 3121 to KZ156800: 1755.2629635502874\n", - "12:11:07\tCompleted 3123 to KZ354800: 753.0149283917472\n", - "12:11:07\tCompleted 3078 to KZ354400: 1404.446835167111\n", - "12:11:07\tCompleted 3056 to KZ636400: 2804.1091466789567\n", - "12:11:07\tCompleted 3131 to KZ553200: 989.3036920966101\n", - "12:11:07\tCompleted 3066 to KZ353600: 2021.9602043642365\n", - "12:11:07\tCompleted 3126 to KZ113200: 1324.7303451045611\n", - "12:11:07\tCompleted 3096 to KZ614800: 3114.842709978623\n", - "12:11:07\tCompleted 3117 to KZ314200: 1667.1493277227876\n", - "12:11:07\tCompleted 3109 to KZ352300: 2541.4444952457293\n", - "12:11:07\tCompleted 3139 to KZ474200: 1653.9145301471835\n", - "12:11:07\tCompleted 3108 to KZ314000: 1749.8464712750258\n", - "12:11:07\tCompleted 3111 to KZ556400: 3498.4089801296354\n", - "12:11:07\tCompleted 3103 to KZ616000: 1713.71921844127212:11:07\tCompleted 3072 to KZ393200: 895.2602721361039\n", - "\n", - "12:11:07\tCompleted 3137 to KZ633800: 2003.4168728084505\n", - "12:11:08\tCompleted 3053 to KZ111010: 222.1655122814872\n", - "12:11:08\tCompleted 3057 to KZ474200: 2841.4645695805757\n", - "12:11:08\tCompleted 3090 to KZ614600: 1849.7536355276607\n", - "12:11:08\tCompleted 3128 to KZ353200: 1138.6764597355339\n", - "12:11:08\tCompleted 3100 to KZ392000: 1220.1589972268914\n", - "12:11:08\tCompleted 3070 to KZ196800: 1720.8326161841612\n", - "12:11:08\tCompleted 3088 to KZ393200: 1541.3266589478226\n", - "12:11:08\tCompleted 3133 to KZ113600: 1946.750840540182\n", - "12:11:08\tCompleted 3133 to KZ276200: 779.934767956063\n", - "12:11:08\tCompleted 3098 to KZ153200: 2156.28342319262\n", - "12:11:08\tCompleted 3123 to KZ355200: 468.456687453694\n", - "12:11:08\tCompleted 3061 to KZ154800: 1989.4541287250163\n", - "12:11:08\tCompleted 3073 to KZ593200: 1041.1219662088065\n", - "12:11:08\tCompleted 3124 to KZ595600: 1908.8001105981577\n", - "12:11:08\tCompleted 3055 to KZ234800: 2023.5548028402202\n", - "12:11:09\tCompleted 3117 to KZ353200: 326.86121170515855\n", - "12:11:09\tCompleted 3116 to KZ636400: 1770.5288072959108\n", - "12:11:09\tCompleted 3102 to KZ555600: 1115.925783068307\n", - "12:11:09\tCompleted 3131 to KZ553600: 918.7255396987956\n", - "12:11:09\tCompleted 3079 to KZ471800: 2663.979648805297\n", - "12:11:09\tCompleted 3122 to KZ234800: 2904.5422980342532\n", - "12:11:09\tCompleted 3076 to KZ154200: 3054.8170972728994\n", - "12:11:09\tCompleted 3123 to KZ355600: 298.16304949194193\n", - "12:11:09\tCompleted 3053 to KZ116000: 710.9271515284956\n", - "12:11:10\tCompleted 3071 to KZ634000: 1559.2465060312543\n", - "12:11:10\tCompleted 3110 to KZ553600: 3481.522840898278\n", - "12:11:10\tCompleted 3126 to KZ113400: 1343.249104181184\n", - "12:11:10\tCompleted 3133 to KZ271000: 797.627723370289912:11:10\tCompleted 3086 to KZ154200: 2905.1641966887014\n", - "\n", - "12:11:10\tCompleted 3099 to KZ234800: 2788.4719635982715\n", - "12:11:10\tCompleted 3063 to KZ633600: 1457.8079952552803\n", - "12:11:10\tCompleted 3054 to KZ196000: 2045.182792350218\n", - "12:11:10\tCompleted 3129 to KZ634600: 3982.071619848859\n", - "12:11:10\tCompleted 3072 to KZ393400: 939.0943756242128\n", - "12:11:10\tCompleted 3139 to KZ474600: 1331.089969329113\n", - "12:11:10\tCompleted 3078 to KZ351800: 1385.7869501538028\n", - "12:11:10\tCompleted 3077 to KZ636400: 2791.4524100919566\n", - "12:11:10\tCompleted 3067 to KZ433600: 1748.2102662339507\n", - "12:11:10\tCompleted 3093 to KZ634800: 1779.0732466578206\n", - "12:11:10\tCompleted 3102 to KZ551000: 570.7971888521389\n", - "12:11:10\tCompleted 3059 to KZ154000: 1683.6469832793427\n", - "12:11:10\tCompleted 3079 to KZ593200: 591.1620565935191\n", - "12:11:10\tCompleted 3138 to KZ354000: 2216.2465458528904\n", - "12:11:10\tCompleted 3092 to KZ751110: 1652.6977261317434\n", - "12:11:11\tCompleted 3131 to KZ552200: 959.1780333920161\n", - "12:11:11\tCompleted 3053 to KZ116400: 371.4569085209660712:11:11\tCompleted 3094 to KZ316200: 1800.1534441951587\n", - "\n", - "12:11:11\tCompleted 3080 to KZ613800: 2468.397678621608\n", - "12:11:11\tCompleted 3108 to KZ314800: 1449.9654675673696\n", - "12:11:11\tCompleted 3128 to KZ353600: 1315.9383067028903\n", - "12:11:11\tCompleted 3100 to KZ395600: 1097.312346517968\n", - "12:11:11\tCompleted 3066 to KZ351600: 1676.9891246174823\n", - "12:11:11\tCompleted 3073 to KZ595800: 1145.0415762491837\n", - "12:11:11\tCompleted 3133 to KZ113800: 1794.8979622492056\n", - "12:11:11\tCompleted 3096 to KZ615400: 3111.2483350600937\n", - "12:11:12\tCompleted 3109 to KZ352800: 3204.769888303229\n", - "12:11:12\tCompleted 3117 to KZ353600: 1054.1624119651324\n", - "12:11:12\tCompleted 3089 to KZ471000: 3774.818877581404\n", - "12:11:12\tCompleted 3102 to KZ556000: 618.9185710601561\n", - "12:11:12\tCompleted 3123 to KZ352100: 916.1453232680949\n", - "12:11:12\tCompleted 3116 to KZ631000: 1360.0742259336173\n", - "12:11:12\tCompleted 3074 to KZ275800: 3355.1800013822663\n", - "12:11:12\tCompleted 3088 to KZ393400: 1549.4289252565825\n", - "12:11:12\tCompleted 3087 to KZ751710: 2924.6125141969333\n", - "12:11:12\tCompleted 3126 to KZ113600: 1477.3461781876224\n", - "12:11:12\tCompleted 3053 to KZ116800: 543.4774401805046\n", - "12:11:12\tCompleted 3127 to KZ234000: 3266.471851261025\n", - "12:11:12\tCompleted 3068 to KZ613600: 2281.272577806935\n", - "12:11:12\tCompleted 3070 to KZ191600: 1772.8220222501698\n", - "12:11:12\tCompleted 3114 to KZ194600: 4300.153272664521\n", - "12:11:12\tCompleted 3124 to KZ596000: 2127.5958160312716\n", - "12:11:13\tCompleted 3079 to KZ595800: 951.7916487279109\n", - "12:11:13\tCompleted 3131 to KZ554600: 1028.6018044407008\n", - "12:11:13\tCompleted 3072 to KZ391600: 874.0389073750518\n", - "12:11:13\tCompleted 3133 to KZ274000: 1461.315413309498\n", - "12:11:13\tCompleted 3119 to KZ276200: 2934.8710547886435\n", - "12:11:13\tCompleted 3095 to KZ471000: 3455.8556213636007\n", - "12:11:13\tCompleted 3121 to KZ193200: 1867.1860335977988\n", - "12:11:13\tCompleted 3106 to KZ195600: 4511.737508287621\n", - "12:11:13\tCompleted 3056 to KZ631000: 2333.1288726554185\n", - "12:11:13\tCompleted 3128 to KZ351600: 1053.8736523567948\n", - "12:11:13\tCompleted 3073 to KZ593400: 854.3217060901458\n", - "12:11:13\tCompleted 3139 to KZ475000: 1701.4189960789136\n", - "12:11:13\tCompleted 3137 to KZ634000: 2250.619670705472\n", - "12:11:14\tCompleted 3123 to KZ352200: 256.2116276547076\n", - "12:11:14\tCompleted 3055 to KZ235200: 2141.840949093868\n", - "12:11:14\tCompleted 3103 to KZ613800: 1937.224248947519\n", - "12:11:14\tCompleted 3098 to KZ153400: 1739.9547525624855\n", - "12:11:14\tCompleted 3117 to KZ351600: 709.1913322183777\n", - "12:11:14\tCompleted 3066 to KZ354000: 1249.478109560885\n", - "12:11:14\tCompleted 3053 to KZ111810: 521.061355235029\n", - "12:11:14\tCompleted 3118 to KZ475200: 3513.995282605139\n", - "12:11:14\tCompleted 3093 to KZ633400: 1134.9354990042577\n", - "12:11:14\tCompleted 3111 to KZ554200: 3668.2538819828274\n", - "12:11:14\tCompleted 3078 to KZ393200: 1535.751458014789\n", - "12:11:14\tCompleted 3102 to KZ556800: 819.6064959320981\n", - "12:11:14\tCompleted 3090 to KZ614800: 2214.868575724158\n", - "12:11:14\tCompleted 3057 to KZ474600: 2518.640008762494\n", - "12:11:14\tCompleted 3100 to KZ395800: 1399.696421924442\n", - "12:11:14\tCompleted 3110 to KZ552200: 3373.054898876565\n", - "12:11:15\tCompleted 3131 to KZ555600: 746.5040424608952\n", - "12:11:15\tCompleted 3063 to KZ633800: 1758.3933427358088\n", - "12:11:15\tCompleted 3054 to KZ191000: 1923.6725991148066\n", - "12:11:15\tCompleted 3092 to KZ751310: 1654.2124447575047\n", - "12:11:15\tCompleted 3079 to KZ593400: 1061.4799893334064\n", - "12:11:15\tCompleted 3076 to KZ156000: 2628.06632964112\n", - "12:11:15\tCompleted 3138 to KZ351000: 2180.282912652304\n", - "12:11:15\tCompleted 3128 to KZ354000: 1001.3328306760834\n", - "12:11:15\tCompleted 3117 to KZ354000: 281.68031716178064\n", - "12:11:15\tCompleted 3061 to KZ155200: 2349.66042546022\n", - "12:11:15\tCompleted 3108 to KZ315400: 1412.5128156481976\n", - "12:11:15\tCompleted 3126 to KZ113800: 1661.462765557316\n", - "12:11:15\tCompleted 3094 to KZ311000: 1626.935072077219\n", - "12:11:16\tCompleted 3072 to KZ393600: 911.5563324204414\n", - "12:11:16\tCompleted 3059 to KZ154200: 1986.2830222486639\n", - "12:11:16\tCompleted 3071 to KZ635400: 2067.482419602961\n", - "12:11:16\tCompleted 3124 to KZ596200: 1732.3790820938043\n", - "12:11:16\tCompleted 3073 to KZ594200: 1134.2865879605552\n", - "12:11:16\tCompleted 3133 to KZ114500: 2228.4168840829934\n", - "12:11:16\tCompleted 3086 to KZ156000: 2478.413429056922\n", - "12:11:16\tCompleted 3066 to KZ351000: 1213.514476360301\n", - "12:11:16\tCompleted 3077 to KZ631000: 2320.4721360684184\n", - "12:11:16\tCompleted 3123 to KZ352300: 855.6968682020603\n", - "12:11:16\tCompleted 3133 to KZ274200: 1568.6314014692825\n", - "12:11:16\tCompleted 3131 to KZ551000: 615.5235356480961\n", - "12:11:16\tCompleted 3088 to KZ391600: 1484.3734570074218\n", - "12:11:16\tCompleted 3122 to KZ235200: 2952.182145397621\n", - "12:11:16\tCompleted 3117 to KZ351000: 245.71668396119645\n", - "12:11:17\tCompleted 3109 to KZ356400: 3353.357012873695\n", - "12:11:17\tCompleted 3139 to KZ475200: 1712.2619568629618\n", - "12:11:17\tCompleted 3067 to KZ434000: 2222.831726110312\n", - "12:11:17\tCompleted 3102 to KZ554800: 824.3019839765537\n", - "12:11:17\tCompleted 3079 to KZ594200: 765.5727862742667\n", - "12:11:17\tCompleted 3093 to KZ633600: 905.7601584157977\n", - "12:11:17\tCompleted 3116 to KZ634600: 1818.8037533990318\n", - "12:11:17\tCompleted 3096 to KZ615200: 2926.831903764547\n", - "12:11:17\tCompleted 3123 to KZ352800: 256.89547079580643\n", - "12:11:17\tCompleted 3070 to KZ195200: 1793.8763513274664\n", - "12:11:18\tCompleted 3128 to KZ351000: 1038.6650272554914\n", - "12:11:18\tCompleted 3099 to KZ235200: 2836.111810961639\n", - "12:11:18\tCompleted 3129 to KZ634400: 3503.7895827607827\n", - "12:11:18\tCompleted 3053 to KZ116600: 1737.2607555141055\n", - "12:11:18\tCompleted 3078 to KZ393400: 1543.853724323549\n", - "12:11:18\tCompleted 3131 to KZ556000: 654.9897878002806\n", - "12:11:18\tCompleted 3100 to KZ392400: 1125.8833479507807\n", - "12:11:18\tCompleted 3080 to KZ273200: 3597.4844993391507\n", - "12:11:18\tCompleted 3111 to KZ791110: 2804.692740933047\n", - "12:11:18\tCompleted 3068 to KZ614000: 2326.631416479508\n", - "12:11:18\tCompleted 3079 to KZ596600: 487.08503894715403\n", - "12:11:18\tCompleted 3126 to KZ114500: 1385.6502010712688\n", - "12:11:19\tCompleted 3136 to KZ113200: 1546.0151393622868\n", - "12:11:19\tCompleted 3073 to KZ596600: 1235.1721055373202\n", - "12:11:19\tCompleted 3117 to KZ352000: 584.0618043529969\n", - "12:11:19\tCompleted 3066 to KZ352000: 1380.9674163526013\n", - "12:11:19\tCompleted 3089 to KZ473600: 3355.84411155846112:11:19\tCompleted 3072 to KZ396400: 1097.2361419144727\n", - "\n", - "12:11:19\tCompleted 3053 to KZ115600: 295.37644500112816\n", - "12:11:19\tCompleted 3055 to KZ235600: 2236.8787151142797\n", - "12:11:19\tCompleted 3102 to KZ556400: 762.035857667996\n", - "12:11:19\tCompleted 3087 to KZ751810: 2878.4715819630355\n", - "12:11:19\tCompleted 3121 to KZ193400: 1592.3749826769267\n", - "12:11:19\tCompleted 3108 to KZ315600: 1538.961884546046\n", - "12:11:19\tCompleted 3131 to KZ556800: 655.224812328248\n", - "12:11:19\tCompleted 3054 to KZ196200: 1919.0387479280075\n", - "12:11:19\tCompleted 3123 to KZ356400: 573.9749592583696\n", - "12:11:19\tCompleted 3114 to KZ194800: 4568.268924718526\n", - "12:11:19\tCompleted 3106 to KZ195800: 4325.624380654771\n", - "12:11:19\tCompleted 3059 to KZ156000: 1559.5322546168723\n", - "12:11:19\tCompleted 3110 to KZ554600: 3429.2452374492573\n", - "12:11:19\tCompleted 3138 to KZ352000: 1996.561024978524\n", - "12:11:20\tCompleted 3127 to KZ234200: 3717.417557781961\n", - "12:11:20\tCompleted 3063 to KZ634000: 2005.5961406328386\n", - "12:11:20\tCompleted 3139 to KZ471800: 1541.8717367022202\n", - "12:11:20\tCompleted 3092 to KZ751410: 1669.8800638482646\n", - "12:11:20\tCompleted 3071 to KZ635000: 1594.8156296913262\n", - "12:11:20\tCompleted 3079 to KZ595000: 804.8731526493194\n", - "12:11:20\tCompleted 3095 to KZ473600: 3036.8808553406575\n", - "12:11:20\tCompleted 3119 to KZ271000: 2952.564010202859\n", - "12:11:20\tCompleted 3133 to KZ114000: 2000.2643749337922\n", - "12:11:20\tCompleted 3093 to KZ633800: 1206.3455058963261\n", - "12:11:20\tCompleted 3088 to KZ393600: 1521.8908820528102\n", - "12:11:20\tCompleted 3123 to KZ352400: 207.16428124677614\n", - "12:11:20\tCompleted 3053 to KZ115200: 587.3257650226587\n", - "12:11:20\tCompleted 3090 to KZ615400: 2121.9699797872636\n", - "12:11:21\tCompleted 3116 to KZ634400: 1340.521716310915\n", - "12:11:21\tCompleted 3094 to KZ315000: 1744.143888310852\n", - "12:11:21\tCompleted 3056 to KZ634600: 2791.858400120785\n", - "12:11:21\tCompleted 3109 to KZ352400: 3155.0386987542065\n", - "12:11:21\tCompleted 3137 to KZ635400: 2758.8555842771516\n", - "12:11:21\tCompleted 3098 to KZ153600: 2522.553797753176\n", - "12:11:21\tCompleted 3100 to KZ396200: 934.3064339245628\n", - "12:11:21\tCompleted 3128 to KZ352000: 1489.5101604252502\n", - "12:11:21\tCompleted 3103 to KZ273200: 3026.230428438674\n", - "12:11:21\tCompleted 3126 to KZ114000: 1467.2255056872584\n", - "12:11:21\tCompleted 3073 to KZ595000: 1069.6121242250213\n", - "12:11:21\tCompleted 3136 to KZ113400: 1564.5338984389098\n", - "12:11:21\tCompleted 3124 to KZ596400: 2601.446261071078\n", - "12:11:21\tCompleted 3117 to KZ354800: 769.3396975773164\n", - "12:11:21\tCompleted 3076 to KZ154600: 2926.2037603862345\n", - "12:11:21\tCompleted 3131 to KZ554800: 884.7704663008745\n", - "12:11:21\tCompleted 3118 to KZ471800: 3343.6050624444133\n", - "12:11:22\tCompleted 3070 to KZ195000: 1722.416860152867\n", - "12:11:22\tCompleted 3078 to KZ391600: 1478.7982560743883\n", - "12:11:22\tCompleted 3102 to KZ554200: 957.8668934502969\n", - "12:11:22\tCompleted 3074 to KZ276000: 3771.0110271373014\n", - "12:11:22\tCompleted 3086 to KZ154600: 2776.5508598020365\n", - "12:11:22\tCompleted 3053 to KZ115400: 819.5104162857349\n", - "12:11:22\tCompleted 3061 to KZ156400: 2255.517885724931\n", - "12:11:22\tCompleted 3072 to KZ394000: 1329.1709912802992\n", - "12:11:22\tCompleted 3079 to KZ593600: 1150.7450163699116\n", - "12:11:22\tCompleted 3071 to KZ632200: 944.495948457591312:11:22\tCompleted 3057 to KZ475000: 2888.969035512271\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:11:22\tCompleted 3117 to KZ355200: 391.5191153234908\n", - "12:11:23\tCompleted 3066 to KZ354800: 1737.1374899764212\n", - "12:11:23\tCompleted 3111 to KZ791310: 2782.411191972647\n", - "12:11:23\tCompleted 3077 to KZ634600: 2779.201663533786\n", - "12:11:23\tCompleted 3108 to KZ316000: 1519.3683254803705\n", - "12:11:23\tCompleted 3118 to KZ593200: 461.05557821343643\n", - "12:11:23\tCompleted 3129 to KZ313600: 2703.23131546526\n", - "12:11:23\tCompleted 3131 to KZ556400: 798.1070744081205\n", - "12:11:23\tCompleted 3128 to KZ354800: 814.6053427397145\n", - "12:11:23\tCompleted 3067 to KZ471000: 2770.3691282738137\n", - "12:11:23\tCompleted 3096 to KZ616400: 3628.4534559599615\n", - "12:11:23\tCompleted 3123 to KZ356000: 972.9673536175303\n", - "12:11:23\tCompleted 3121 to KZ193600: 1458.4827209314572\n", - "12:11:24\tCompleted 3136 to KZ113600: 1698.630972445348\n", - "12:11:24\tCompleted 3073 to KZ593600: 1184.160728509314812:11:24\tCompleted 3126 to KZ117000: 1389.857849133862412:11:24\tCompleted 3100 to KZ396600: 942.2252747157621\n", - "\n", - "\n", - "12:11:24\tCompleted 3109 to KZ356000: 2544.842397659172\n", - "12:11:24\tCompleted 3122 to KZ235600: 3047.2199114180257\n", - "12:11:24\tCompleted 3079 to KZ595200: 752.7796933211969\n", - "12:11:24\tCompleted 3059 to KZ154600: 1857.669685362004\n", - "12:11:24\tCompleted 3117 to KZ355600: 314.48781867751114\n", - "12:11:24\tCompleted 3124 to KZ594600: 1826.7920009944414\n", - "12:11:24\tCompleted 3139 to KZ593200: 1759.6582103949106\n", - "12:11:24\tCompleted 3055 to KZ233600: 2242.640703914411\n", - "12:11:24\tCompleted 3088 to KZ396400: 1743.3025287261917\n", - "12:11:25\tCompleted 3068 to KZ613900: 2563.551413649232\n", - "12:11:25\tCompleted 3118 to KZ595800: 564.9751882538137\n", - "12:11:25\tCompleted 3054 to KZ192600: 1979.0284432136807\n", - "12:11:25\tCompleted 3080 to KZ274400: 3527.550899350699\n", - "12:11:25\tCompleted 3066 to KZ355200: 1263.6963520336515\n", - "12:11:25\tCompleted 3131 to KZ554200: 1074.2648638631142\n", - "12:11:25\tCompleted 3099 to KZ235600: 2931.149576982044\n", - "12:11:25\tCompleted 3094 to KZ314200: 1628.3492856395922\n", - "12:11:25\tCompleted 3072 to KZ396800: 1075.2634488407027\n", - "12:11:25\tCompleted 3078 to KZ393600: 1516.3156811197766\n", - "12:11:25\tCompleted 3092 to KZ751710: 1705.5960176785254\n", - "12:11:25\tCompleted 3110 to KZ555600: 3993.276087943085\n", - "12:11:25\tCompleted 3093 to KZ634000: 1453.5483037933552\n", - "12:11:25\tCompleted 3090 to KZ615200: 1901.4528345712722\n", - "12:11:25\tCompleted 3079 to KZ591000: 806.1053856963531\n", - "12:11:26\tCompleted 3133 to KZ117000: 2020.9261865676297\n", - "12:11:26\tCompleted 3116 to KZ313600: 1807.2357156612484\n", - "12:11:26\tCompleted 3128 to KZ355200: 1462.4081247205545\n", - "12:11:26\tCompleted 3123 to KZ354400: 847.679083685703212:11:26\tCompleted 3106 to KZ196000: 4512.40513604371\n", - "\n", - "12:11:26\tCompleted 3114 to KZ195600: 4645.049492473737\n", - "12:11:26\tCompleted 3138 to KZ354800: 2703.9059262684054\n", - "12:11:26\tCompleted 3126 to KZ114400: 1524.3963183603794\n", - "12:11:26\tCompleted 3118 to KZ593400: 374.36245090167336\n", - "12:11:26\tCompleted 3089 to KZ474200: 3802.468272624983\n", - "12:11:26\tCompleted 3108 to KZ316600: 1463.4363074226799\n", - "12:11:26\tCompleted 3087 to KZ751910: 2879.4102635992554\n", - "12:11:26\tCompleted 3102 to KZ791110: 1708.8788918708851\n", - "12:11:26\tCompleted 3073 to KZ595200: 1181.610861566551\n", - "12:11:27\tCompleted 3053 to KZ151000: 1921.7891370423772\n", - "12:11:27\tCompleted 3094 to KZ353200: 288.06116962196313\n", - "12:11:27\tCompleted 3098 to KZ154000: 2043.9000753493233\n", - "12:11:27\tCompleted 3117 to KZ352100: 932.4700924536642\n", - "12:11:27\tCompleted 3056 to KZ634400: 2313.5763630327087\n", - "12:11:27\tCompleted 3076 to KZ154800: 2809.384440638201\n", - "12:11:27\tCompleted 3137 to KZ635000: 2286.1887943655347\n", - "12:11:27\tCompleted 3111 to KZ791510: 2792.5289679689154\n", - "12:11:27\tCompleted 3136 to KZ113800: 1882.7475598150418\n", - "12:11:27\tCompleted 3070 to KZ194400: 2044.852412992462\n", - "12:11:27\tCompleted 3079 to KZ595600: 654.4092345002313\n", - "12:11:27\tCompleted 3063 to KZ635400: 2513.8320542045244\n", - "12:11:27\tCompleted 3066 to KZ355600: 1282.2856110766159\n", - "12:11:27\tCompleted 3119 to KZ274000: 3616.2517001420656\n", - "12:11:27\tCompleted 3095 to KZ474200: 3483.5050164071795\n", - "12:11:27\tCompleted 3127 to KZ234600: 3832.5878562200155\n", - "12:11:27\tCompleted 3100 to KZ394200: 1391.1356534695208\n", - "12:11:28\tCompleted 3071 to KZ635200: 1860.4206774843542\n", - "12:11:28\tCompleted 3061 to KZ155600: 2168.36266530488\n", - "12:11:28\tCompleted 3117 to KZ352200: 272.5363968402769\n", - "12:11:28\tCompleted 3096 to KZ615600: 3238.8938901840766\n", - "12:11:28\tCompleted 3121 to KZ194000: 1652.5109013630502\n", - "12:11:28\tCompleted 3139 to KZ595800: 2089.5369223178564\n", - "12:11:28\tCompleted 3086 to KZ154800: 2659.731540054\n", - "12:11:28\tCompleted 3129 to KZ314000: 2485.665050821568\n", - "12:11:28\tCompleted 3128 to KZ355600: 1174.1530624811508\n", - "12:11:28\tCompleted 3118 to KZ594200: 554.220199965185\n", - "12:11:28\tCompleted 3077 to KZ634400: 2300.9196264457096\n", - "12:11:28\tCompleted 3059 to KZ154800: 1902.7258926092059\n", - "12:11:28\tCompleted 3124 to KZ711110: 2292.4659102594064\n", - "12:11:28\tCompleted 3103 to KZ274400: 2956.2968284502226\n", - "12:11:28\tCompleted 3109 to KZ354400: 3332.1477204133735\n", - "12:11:29\tCompleted 3067 to KZ473600: 2303.9590195922992\n", - "12:11:29\tCompleted 3126 to KZ114600: 1410.8964381530866\n", - "12:11:29\tCompleted 3072 to KZ394800: 1289.649854718109\n", - "12:11:29\tCompleted 3123 to KZ351800: 868.7137983287291\n", - "12:11:29\tCompleted 3073 to KZ591000: 1071.8265903190888\n", - "12:11:29\tCompleted 3079 to KZ596000: 844.3608711124621\n", - "12:11:29\tCompleted 3088 to KZ394000: 1975.2373780920182\n", - "12:11:29\tCompleted 3094 to KZ353600: 1015.3623698819371\n", - "12:11:29\tCompleted 3074 to KZ276200: 3490.397240403397\n", - "12:11:29\tCompleted 3068 to KZ612000: 2069.423054314998\n", - "12:11:29\tCompleted 3092 to KZ751810: 1659.455085444624\n", - "12:11:30\tCompleted 3078 to KZ396400: 1737.727327793158\n", - "12:11:30\tCompleted 3055 to KZ633200: 2230.8907622709835\n", - "12:11:30\tCompleted 3136 to KZ114500: 1606.9349953289945\n", - "12:11:30\tCompleted 3116 to KZ314000: 1665.592351512862\n", - "12:11:30\tCompleted 3131 to KZ791110: 2417.0999125754097\n", - "12:11:30\tCompleted 3054 to KZ196600: 2238.105399803293\n", - "12:11:30\tCompleted 3117 to KZ352300: 778.7592960718571\n", - "12:11:30\tCompleted 3138 to KZ355200: 2053.5818635130663\n", - "12:11:30\tCompleted 3079 to KZ596200: 551.9124699971553\n", - "12:11:30\tCompleted 3110 to KZ551000: 3448.147493726933\n", - "12:11:31\tCompleted 3133 to KZ114400: 1943.4122508560133\n", - "12:11:31\tCompleted 3128 to KZ352100: 1283.7421408929067\n", - "12:11:31\tCompleted 3057 to KZ475200: 2899.8119962963206\n", - "12:11:31\tCompleted 3118 to KZ596600: 655.10571754195\n", - "12:11:31\tCompleted 3053 to KZ153200: 1971.9827444711243\n", - "12:11:31\tCompleted 3137 to KZ632200: 1635.8691131318174\n", - "12:11:31\tCompleted 3111 to KZ791710: 2764.029028618629\n", - "12:11:31\tCompleted 3102 to KZ791310: 1684.756008312976\n", - "12:11:31\tCompleted 3122 to KZ233600: 3052.9819002181503\n", - "12:11:31\tCompleted 3100 to KZ394400: 1471.0228646042826\n", - "12:11:31\tCompleted 3094 to KZ351600: 670.3912901351823\n", - "12:11:31\tCompleted 3093 to KZ635400: 1961.7842173650615\n", - "12:11:31\tCompleted 3066 to KZ352100: 1900.2678848527698\n", - "12:11:31\tCompleted 3061 to KZ156800: 1566.3731991327952\n", - "12:11:32\tCompleted 3117 to KZ352800: 273.22023998137576\n", - "12:11:32\tCompleted 3108 to KZ316200: 1786.2501892852174\n", - "12:11:32\tCompleted 3106 to KZ191000: 4204.015983150637\n", - "12:11:32\tCompleted 3072 to KZ395000: 1181.8934272297251\n", - "12:11:32\tCompleted 3073 to KZ595600: 1305.7141768410113\n", - "12:11:32\tCompleted 3114 to KZ195800: 4458.936364840888\n", - "12:11:32\tCompleted 3096 to KZ615800: 3006.0702334659877\n", - "12:11:32\tCompleted 3123 to KZ393200: 1070.8386848374032\n", - "12:11:32\tCompleted 3071 to KZ632400: 1653.07771467795\n", - "12:11:32\tCompleted 3109 to KZ351800: 2566.8292715565767\n", - "12:11:32\tCompleted 3080 to KZ275400: 4202.739331307714\n", - "12:11:32\tCompleted 3090 to KZ616400: 2728.479321705501\n", - "12:11:32\tCompleted 3070 to KZ194600: 1989.933255033487\n", - "12:11:32\tCompleted 3094 to KZ354000: 242.88027507858527\n", - "12:11:32\tCompleted 3126 to KZ114800: 1982.7323109832062\n", - "12:11:32\tCompleted 3099 to KZ233600: 2936.9115657821685\n", - "12:11:33\tCompleted 3118 to KZ595000: 489.5457362296515\n", - "12:11:33\tCompleted 3136 to KZ114000: 1688.5102999449841\n", - "12:11:33\tCompleted 3139 to KZ593400: 2229.976143134791\n", - "12:11:33\tCompleted 3063 to KZ635000: 2041.1652642929105\n", - "12:11:33\tCompleted 3124 to KZ711410: 2282.60013108038\n", - "12:11:33\tCompleted 3128 to KZ352200: 1086.021644946946\n", - "12:11:33\tCompleted 3098 to KZ154200: 2346.53611431864\n", - "12:11:33\tCompleted 3121 to KZ196400: 1862.3626500073456\n", - "12:11:33\tCompleted 3089 to KZ474600: 3479.643711806901\n", - "12:11:33\tCompleted 3076 to KZ155200: 3236.3231035399535\n", - "12:11:33\tCompleted 3079 to KZ596400: 1316.304504761717\n", - "12:11:33\tCompleted 3087 to KZ751510: 2871.898789669712\n", - "12:11:33\tCompleted 3088 to KZ396800: 1721.3298356524217\n", - "12:11:33\tCompleted 3117 to KZ356400: 590.2997284439389\n", - "12:11:34\tCompleted 3116 to KZ314800: 1365.7113478052058\n", - "12:11:34\tCompleted 3094 to KZ351000: 206.9166418780010612:11:34\tCompleted 3127 to KZ234800: 2966.2892320556316\n", - "\n", - "12:11:34\tCompleted 3092 to KZ751910: 1660.3937670808466\n", - "12:11:34\tCompleted 3066 to KZ352200: 1240.3341892393812\n", - "12:11:34\tCompleted 3072 to KZ395200: 749.5897793342051\n", - "12:11:34\tCompleted 3073 to KZ596000: 948.529192787921\n", - "12:11:34\tCompleted 3054 to KZ194200: 1740.055141975835\n", - "12:11:34\tCompleted 3078 to KZ394000: 1969.6621771589846\n", - "12:11:34\tCompleted 3119 to KZ274200: 3723.567688301832\n", - "12:11:34\tCompleted 3095 to KZ474600: 3160.6804555890976\n", - "12:11:34\tCompleted 3053 to KZ153400: 1555.6540738409892\n", - "12:11:34\tCompleted 3122 to KZ633200: 1224.2275800364807\n", - "12:11:34\tCompleted 3059 to KZ155200: 2186.7359517385116\n", - "12:11:34\tCompleted 3086 to KZ155200: 3086.6702029557528\n", - "12:11:34\tCompleted 3056 to KZ313600: 2840.8160550442863\n", - "12:11:35\tCompleted 3129 to KZ314800: 2984.952355696\n", - "12:11:35\tCompleted 3117 to KZ352400: 223.4890504323454\n", - "12:11:35\tCompleted 3131 to KZ791310: 2373.5596806948024\n", - "12:11:35\tCompleted 3123 to KZ393400: 1077.3687011039528\n", - "12:11:35\tCompleted 3079 to KZ594600: 667.0380693231235\n", - "12:11:35\tCompleted 3126 to KZ111010: 1520.0844354132553\n", - "12:11:35\tCompleted 3118 to KZ593600: 604.0943405139446\n", - "12:11:35\tCompleted 3109 to KZ393200: 2190.0525509820936\n", - "12:11:35\tCompleted 3136 to KZ117000: 1611.14264339158812:11:35\tCompleted 3077 to KZ313600: 2676.765979518166\n", - "\n", - "12:11:35\tCompleted 3111 to KZ611600: 2713.2036897659655\n", - "12:11:35\tCompleted 3138 to KZ355600: 2249.05404736863\n", - "12:11:35\tCompleted 3120 to KZ113200: 208.71862978345152\n", - "12:11:35\tCompleted 3110 to KZ556000: 3496.2688759349467\n", - "12:11:35\tCompleted 3096 to KZ612600: 2715.4502445805024\n", - "12:11:36\tCompleted 3094 to KZ352000: 592.2863789593794\n", - "12:11:36\tCompleted 3068 to KZ614400: 2491.752737637079\n", - "12:11:36\tCompleted 3093 to KZ635000: 1489.1174274534271\n", - "12:11:36\tCompleted 3071 to KZ632800: 1403.3045891731595\n", - "12:11:36\tCompleted 3066 to KZ352300: 1050.9409554960366\n", - "12:11:36\tCompleted 3108 to KZ311000: 1648.7091256538388\n", - "12:11:36\tCompleted 3063 to KZ632200: 1390.8455830591756\n", - "12:11:36\tCompleted 3102 to KZ791510: 1683.2965334592257\n", - "12:11:36\tCompleted 3099 to KZ633200: 1285.4939798777602\n", - "12:11:36\tCompleted 3103 to KZ275400: 3631.485260407233\n", - "12:11:37\tCompleted 3072 to KZ391000: 909.5642066638293\n", - "12:11:37\tCompleted 3128 to KZ352300: 1849.6483054689202\n", - "12:11:37\tCompleted 3139 to KZ594200: 1903.31805986421\n", - "12:11:37\tCompleted 3067 to KZ474200: 2798.0185233173925\n", - "12:11:37\tCompleted 3079 to KZ711110: 997.320914280127\n", - "12:11:37\tCompleted 3116 to KZ315400: 1328.2586958860338\n", - "12:11:37\tCompleted 3120 to KZ113400: 149.1284495135082\n", - "12:11:37\tCompleted 3074 to KZ271000: 3508.0901958176128\n", - "12:11:37\tCompleted 3055 to KZ634800: 2774.747735481983\n", - "12:11:37\tCompleted 3121 to KZ196800: 1462.781638265699\n", - "12:11:37\tCompleted 3087 to KZ231000: 1847.3735900976553\n", - "12:11:37\tCompleted 3073 to KZ596200: 1335.5286424590986\n", - "12:11:37\tCompleted 3100 to KZ433200: 2239.5717434913\n", - "12:11:37\tCompleted 3124 to KZ711210: 2279.955900522357\n", - "12:11:37\tCompleted 3061 to KZ193200: 2101.7909219173\n", - "12:11:37\tCompleted 3133 to KZ114600: 2549.4813998286536\n", - "12:11:37\tCompleted 3118 to KZ595200: 601.5444735711808\n", - "12:11:37\tCompleted 3126 to KZ116000: 1497.2141456539123\n", - "12:11:38\tCompleted 3090 to KZ615600: 1941.5811843371805\n", - "12:11:38\tCompleted 3117 to KZ356000: 896.0297814873271\n", - "12:11:38\tCompleted 3137 to KZ635200: 2551.7938421585486\n", - "12:11:38\tCompleted 3123 to KZ391600: 982.0390117090592\n", - "12:11:38\tCompleted 3094 to KZ354800: 730.5396554941213\n", - "12:11:38\tCompleted 3078 to KZ396800: 1715.7546347193882\n", - "12:11:38\tCompleted 3088 to KZ394800: 1899.9844043504777\n", - "12:11:38\tCompleted 3106 to KZ196200: 3969.608810359304\n", - "12:11:38\tCompleted 3057 to KZ471800: 2729.421776135595\n", - "12:11:38\tCompleted 3092 to KZ751510: 1652.882293151302\n", - "12:11:38\tCompleted 3109 to KZ393400: 2203.6019908177145\n", - "12:11:38\tCompleted 3070 to KZ194800: 2122.9219570345444\n", - "12:11:38\tCompleted 3093 to KZ632200: 838.7977462196923\n", - "12:11:38\tCompleted 3136 to KZ114400: 1745.681112618105\n", - "12:11:38\tCompleted 3066 to KZ352800: 1241.018032380480212:11:38\tCompleted 3120 to KZ113600: 255.49035060943274\n", - "\n", - "12:11:38\tCompleted 3054 to KZ751210: 1838.2733212843111\n", - "12:11:39\tCompleted 3098 to KZ156000: 1919.7853466868528\n", - "12:11:39\tCompleted 3114 to KZ196000: 4645.717120229838\n", - "12:11:39\tCompleted 3079 to KZ711410: 987.4551351010989\n", - "12:11:39\tCompleted 3128 to KZ352800: 1113.1440676439129\n", - "12:11:39\tCompleted 3073 to KZ596400: 803.5965893358683\n", - "12:11:39\tCompleted 3080 to KZ273600: 3370.698590290248\n", - "12:11:39\tCompleted 3076 to KZ156400: 3075.4481976381403\n", - "12:11:39\tCompleted 3118 to KZ591000: 491.7602023237187\n", - "12:11:39\tCompleted 3111 to KZ613600: 2767.398826409775\n", - "12:11:39\tCompleted 3131 to KZ791510: 2350.6791811231496\n", - "12:11:39\tCompleted 3072 to KZ395400: 952.928101589143\n", - "12:11:39\tCompleted 3094 to KZ355200: 502.37293684511576\n", - "12:11:40\tCompleted 3057 to KZ593200: 660.8612989030689\n", - "12:11:40\tCompleted 3122 to KZ634800: 1779.554755240674\n", - "12:11:40\tCompleted 3139 to KZ596600: 1655.5811927485458\n", - "12:11:40\tCompleted 3120 to KZ113800: 420.6842943637171\n", - "12:11:40\tCompleted 3071 to KZ636800: 1428.198170701774\n", - "12:11:40\tCompleted 3096 to KZ616000: 3033.209449198599\n", - "12:11:40\tCompleted 3129 to KZ315400: 2672.191237016048\n", - "12:11:40\tCompleted 3133 to KZ114800: 1495.9138286382727\n", - "12:11:40\tCompleted 3059 to KZ156400: 2168.7896496091207\n", - "12:11:40\tCompleted 3127 to KZ235200: 3013.929079418999\n", - "12:11:40\tCompleted 3126 to KZ116400: 1611.316864295513612:11:40\tCompleted 3117 to KZ354400: 925.4332043112564\n", - "\n", - "12:11:40\tCompleted 3089 to KZ475000: 3849.9727385566785\n", - "12:11:41\tCompleted 3123 to KZ393600: 1051.402907942391\n", - "12:11:41\tCompleted 3053 to KZ153600: 2524.5968386213112\n", - "12:11:41\tCompleted 3094 to KZ355600: 275.68777659431584\n", - "12:11:41\tCompleted 3108 to KZ315000: 1765.9179418874717\n", - "12:11:41\tCompleted 3079 to KZ711210: 984.810904543075\n", - "12:11:41\tCompleted 3116 to KZ315600: 1454.707764783882\n", - "12:11:41\tCompleted 3068 to KZ614600: 2216.860435221676\n", - "12:11:41\tCompleted 3102 to KZ791710: 1655.7776075454733\n", - "12:11:41\tCompleted 3121 to KZ191600: 1514.7710443317076\n", - "12:11:41\tCompleted 3138 to KZ352100: 2768.9186645090394\n", - "12:11:41\tCompleted 3056 to KZ314000: 2637.6279687702527\n", - "12:11:41\tCompleted 3120 to KZ114500: 320.3628747616031\n", - "12:11:41\tCompleted 3136 to KZ114600: 1632.1812324108123\n", - "12:11:41\tCompleted 3077 to KZ314000: 2459.1997148744745\n", - "12:11:41\tCompleted 3109 to KZ391600: 2462.7982340682797\n", - "12:11:41\tCompleted 3110 to KZ556800: 3696.956800806884\n", - "12:11:41\tCompleted 3086 to KZ156400: 2925.795297053939\n", - "12:11:41\tCompleted 3124 to KZ711310: 2270.215959829471\n", - "12:11:41\tCompleted 3118 to KZ595600: 725.6477888456409\n", - "12:11:42\tCompleted 3057 to KZ595800: 980.5325726157058\n", - "12:11:42\tCompleted 3087 to KZ234000: 1985.337768575062712:11:42\tCompleted 3066 to KZ356400: 1558.097520843043\n", - "\n", - "12:11:42\tCompleted 3061 to KZ193400: 1826.97987099642812:11:42\tCompleted 3055 to KZ633400: 2130.6099878284485\n", - "\n", - "12:11:42\tCompleted 3128 to KZ356400: 1306.0510153959517\n", - "12:11:42\tCompleted 3095 to KZ475000: 3531.009482338875\n", - "12:11:42\tCompleted 3099 to KZ634800: 1832.8790195059064\n", - "12:11:42\tCompleted 3073 to KZ594600: 1314.8024735863717\n", - "12:11:42\tCompleted 3100 to KZ431900: 1788.547770066949\n", - "12:11:42\tCompleted 3088 to KZ395000: 1827.9598140414441\n", - "12:11:42\tCompleted 3072 to KZ392000: 1069.8517966693823\n", - "12:11:43\tCompleted 3126 to KZ116800: 1398.9180106034878\n", - "12:11:43\tCompleted 3078 to KZ394800: 1894.4092034174441\n", - "12:11:43\tCompleted 3067 to KZ474600: 2475.1939624993106\n", - "12:11:43\tCompleted 3117 to KZ351800: 804.1440723827075\n", - "12:11:43\tCompleted 3120 to KZ114000: 256.50586119404227\n", - "12:11:43\tCompleted 3118 to KZ596000: 368.4628047925508\n", - "12:11:43\tCompleted 3122 to KZ633400: 1123.9468055939394\n", - "12:11:43\tCompleted 3079 to KZ711310: 975.0709638501895\n", - "12:11:43\tCompleted 3063 to KZ635200: 2306.770312085925\n", - "12:11:43\tCompleted 3090 to KZ615800: 1955.9608036647126\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:11:43\tCompleted 3054 to KZ751110: 1845.8787034409904\n", - "12:11:43\tCompleted 3094 to KZ352100: 893.6700503704687\n", - "12:11:43\tCompleted 3139 to KZ595000: 1929.902070093079\n", - "12:11:43\tCompleted 3111 to KZ614000: 2812.7576650823485\n", - "12:11:43\tCompleted 3131 to KZ791710: 2348.9030008061172\n", - "12:11:44\tCompleted 3073 to KZ711110: 589.9626892811199\n", - "12:11:44\tCompleted 3103 to KZ273600: 2799.4445193897714\n", - "12:11:44\tCompleted 3093 to KZ635200: 1754.7224752464551\n", - "12:11:44\tCompleted 3057 to KZ593400: 1131.1792316429564\n", - "12:11:44\tCompleted 3123 to KZ396400: 1272.8145546157723\n", - "12:11:44\tCompleted 3106 to KZ192600: 4242.959738179331\n", - "12:11:44\tCompleted 3120 to KZ117000: 179.13820464064617\n", - "12:11:44\tCompleted 3109 to KZ393600: 2002.9996724317623\n", - "12:11:44\tCompleted 3066 to KZ352400: 1191.2868428314498\n", - "12:11:44\tCompleted 3096 to KZ613800: 3181.463582217483\n", - "12:11:44\tCompleted 3128 to KZ352400: 1064.5584255376932\n", - "12:11:44\tCompleted 3094 to KZ352200: 233.7363547570815\n", - "12:11:44\tCompleted 3070 to KZ195600: 2349.846870823357\n", - "12:11:44\tCompleted 3114 to KZ191000: 4337.327967336765\n", - "12:11:45\tCompleted 3133 to KZ111010: 1887.2233294162536\n", - "12:11:45\tCompleted 3074 to KZ274000: 4171.777885756819\n", - "12:11:45\tCompleted 3126 to KZ111810: 1320.7920460769635\n", - "12:11:45\tCompleted 3072 to KZ395600: 947.00514596045912:11:45\tCompleted 3118 to KZ596200: 755.4622544637291\n", - "\n", - "12:11:45\tCompleted 3073 to KZ711410: 588.2960442357142\n", - "12:11:45\tCompleted 3092 to KZ231000: 3189.251090423477\n", - "12:11:45\tCompleted 3136 to KZ114800: 2204.017105240928\n", - "12:11:45\tCompleted 3116 to KZ316000: 1493.3277210060999\n", - "12:11:45\tCompleted 3098 to KZ154600: 2217.922777431975\n", - "12:11:45\tCompleted 3076 to KZ155600: 2988.292977218047\n", - "12:11:45\tCompleted 3099 to KZ633400: 1185.2132054352192\n", - "12:11:45\tCompleted 3071 to KZ635800: 1877.7004183990293\n", - "12:11:45\tCompleted 3137 to KZ632400: 2344.4508793521586\n", - "12:11:45\tCompleted 3057 to KZ594200: 804.5211483723712\n", - "12:11:45\tCompleted 3121 to KZ195200: 1535.8253734090042\n", - "12:11:45\tCompleted 3122 to KZ633600: 906.2416669986511\n", - "12:11:45\tCompleted 3096 to KZ273200: 322.41197626048137\n", - "12:11:45\tCompleted 3120 to KZ114400: 283.6178471667804\n", - "12:11:46\tCompleted 3108 to KZ314200: 1650.12333921621212:11:46\tCompleted 3088 to KZ395200: 1359.924328966574\n", - "\n", - "12:11:46\tCompleted 3138 to KZ352200: 2207.1026255313836\n", - "12:11:46\tCompleted 3080 to KZ276600: 3452.523836989234\n", - "12:11:46\tCompleted 3117 to KZ393200: 1070.85509393344612:11:46\tCompleted 3059 to KZ155600: 2036.600861648384\n", - "\n", - "12:11:46\tCompleted 3061 to KZ193600: 1693.0876092509588\n", - "12:11:46\tCompleted 3102 to KZ611600: 1733.7388920044016\n", - "12:11:46\tCompleted 3053 to KZ154000: 1859.599396627827\n", - "12:11:46\tCompleted 3066 to KZ356000: 1049.4774221957387\n", - "12:11:46\tCompleted 3109 to KZ396400: 1836.8345503445462\n", - "12:11:46\tCompleted 3055 to KZ633600: 1901.4346472399905\n", - "12:11:47\tCompleted 3108 to KZ353200: 309.835223198583\n", - "12:11:47\tCompleted 3127 to KZ235600: 3108.966845439404\n", - "12:11:47\tCompleted 3110 to KZ554800: 3700.9333616546046\n", - "12:11:47\tCompleted 3073 to KZ711210: 601.7792306756601\n", - "12:11:47\tCompleted 3096 to KZ274400: 106.06097410702266\n", - "12:11:47\tCompleted 3118 to KZ596400: 550.5288320724256\n", - "12:11:47\tCompleted 3057 to KZ596600: 556.784281256704\n", - "12:11:47\tCompleted 3100 to KZ434600: 1822.2123404933293\n", - "12:11:47\tCompleted 3079 to KZ555200: 1718.8858230713777\n", - "12:11:47\tCompleted 3129 to KZ315600: 3191.6327498366913\n", - "12:11:47\tCompleted 3077 to KZ314800: 2386.634950601269\n", - "12:11:47\tCompleted 3086 to KZ155600: 2838.640076633846\n", - "12:11:47\tCompleted 3094 to KZ352300: 889.613117593482\n", - "12:11:47\tCompleted 3120 to KZ114600: 441.8463289553868\n", - "12:11:48\tCompleted 3054 to KZ751310: 1847.3934220667518\n", - "12:11:48\tCompleted 3056 to KZ314800: 2399.291687188268\n", - "12:11:48\tCompleted 3068 to KZ614800: 2456.5704404793532\n", - "12:11:48\tCompleted 3139 to KZ593600: 2267.337075917239\n", - "12:11:48\tCompleted 3124 to KZ555200: 3014.030819050615\n", - "12:11:48\tCompleted 3123 to KZ394000: 1504.7494039815988\n", - "12:11:48\tCompleted 3078 to KZ395000: 1822.3846131084106\n", - "12:11:48\tCompleted 3087 to KZ234200: 2506.9297739862964\n", - "12:11:48\tCompleted 3136 to KZ111010: 1741.369229670981\n", - "12:11:48\tCompleted 3090 to KZ612600: 1786.075652469756\n", - "12:11:48\tCompleted 3089 to KZ475200: 3860.815699340728\n", - "12:11:48\tCompleted 3128 to KZ356000: 1966.9187908843894\n", - "12:11:48\tCompleted 3099 to KZ633600: 959.5659312638835\n", - "12:11:48\tCompleted 3096 to KZ275400: 864.5131936988786\n", - "12:11:48\tCompleted 3131 to KZ611600: 2605.76353608123\n", - "12:11:48\tCompleted 3116 to KZ316600: 1379.182187660516\n", - "12:11:48\tCompleted 3073 to KZ711310: 606.9927300757824\n", - "12:11:49\tCompleted 3072 to KZ395800: 1285.1210585462838\n", - "12:11:49\tCompleted 3138 to KZ352300: 1544.4610756149561\n", - "12:11:49\tCompleted 3057 to KZ595000: 811.169606748429\n", - "12:11:49\tCompleted 3117 to KZ393400: 1000.4311289737497\n", - "12:11:49\tCompleted 3133 to KZ116000: 2053.9925240377443\n", - "12:11:49\tCompleted 3094 to KZ352800: 234.42019789818033\n", - "12:11:49\tCompleted 3109 to KZ394000: 1904.535676671334\n", - "12:11:49\tCompleted 3126 to KZ116600: 2431.2706320742245\n", - "12:11:49\tCompleted 3111 to KZ613900: 3049.6776622520756\n", - "12:11:49\tCompleted 3093 to KZ632400: 1547.379512440051\n", - "12:11:49\tCompleted 3122 to KZ633800: 1206.8270144791795\n", - "12:11:49\tCompleted 3059 to KZ156800: 1479.6449630169848\n", - "12:11:49\tCompleted 3118 to KZ594600: 734.7360855910013\n", - "12:11:50\tCompleted 3108 to KZ353600: 1037.136423458557\n", - "12:11:50\tCompleted 3096 to KZ273600: 239.3536757446955212:11:50\tCompleted 3088 to KZ391000: 1555.6305934755483\n", - "\n", - "12:11:50\tCompleted 3073 to KZ555200: 299.6577162652232\n", - "12:11:50\tCompleted 3067 to KZ475000: 2845.522989249088\n", - "12:11:50\tCompleted 3121 to KZ195000: 1464.3658822344062\n", - "12:11:50\tCompleted 3071 to KZ636200: 1546.613740600896\n", - "12:11:50\tCompleted 3120 to KZ114800: 772.0126664899907\n", - "12:11:50\tCompleted 3066 to KZ354400: 1719.5706921567128\n", - "12:11:50\tCompleted 3063 to KZ632400: 2099.427349279533\n", - "12:11:50\tCompleted 3095 to KZ475200: 3541.8524431229243\n", - "12:11:50\tCompleted 3106 to KZ196600: 4288.675462234599\n", - "12:11:50\tCompleted 3102 to KZ613600: 1588.5311534784496\n", - "12:11:50\tCompleted 3079 to KZ551600: 1452.3191010858325\n", - "12:11:50\tCompleted 3094 to KZ356400: 551.4996863607435\n", - "12:11:51\tCompleted 3103 to KZ276600: 2881.2697660887575\n", - "12:11:51\tCompleted 3118 to KZ711110: 22.282087675694\n", - "12:11:51\tCompleted 3061 to KZ194000: 1887.1157896825518\n", - "12:11:51\tCompleted 3137 to KZ632800: 2094.3251860050323\n", - "12:11:51\tCompleted 3136 to KZ116000: 1718.498939911638\n", - "12:11:51\tCompleted 3073 to KZ551600: 161.34927038509935\n", - "12:11:51\tCompleted 3114 to KZ196200: 4102.92079454541\n", - "12:11:51\tCompleted 3139 to KZ595200: 1803.693177643158\n", - "12:11:51\tCompleted 3057 to KZ593600: 1148.6046125725945\n", - "12:11:51\tCompleted 3096 to KZ276600: 729.30750959783\n", - "12:11:51\tCompleted 3076 to KZ156800: 2386.303511046024\n", - "12:11:51\tCompleted 3070 to KZ195800: 2214.152471173324\n", - "12:11:51\tCompleted 3072 to KZ392400: 975.576147393271412:11:51\tCompleted 3117 to KZ391600: 905.101439578856\n", - "\n", - "12:11:51\tCompleted 3120 to KZ111010: 309.3647909200391\n", - "12:11:51\tCompleted 3078 to KZ395200: 1354.3491280335404\n", - "12:11:52\tCompleted 3054 to KZ751410: 1863.0610411575117\n", - "12:11:52\tCompleted 3108 to KZ351600: 692.1653437118022\n", - "12:11:52\tCompleted 3109 to KZ396800: 2036.007477461677\n", - "12:11:52\tCompleted 3094 to KZ352400: 184.68900834915001\n", - "12:11:52\tCompleted 3055 to KZ633800: 2202.019994720513\n", - "12:11:52\tCompleted 3123 to KZ396800: 1250.8418615420023\n", - "12:11:52\tCompleted 3098 to KZ154800: 2101.1034576839593\n", - "12:11:52\tCompleted 3126 to KZ115600: 1584.8544518301715\n", - "12:11:52\tCompleted 3118 to KZ711410: 19.386871245143173\n", - "12:11:52\tCompleted 3099 to KZ633800: 1260.1512787444121\n", - "12:11:52\tCompleted 3092 to KZ234000: 3397.861567791165\n", - "12:11:52\tCompleted 3128 to KZ354400: 1830.8815603835098\n", - "12:11:52\tCompleted 3053 to KZ154200: 2162.2354355971465\n", - "12:11:52\tCompleted 3110 to KZ556400: 3639.3861625427808\n", - "12:11:52\tCompleted 3133 to KZ116400: 1824.056092653309\n", - "12:11:52\tCompleted 3129 to KZ316000: 2365.39367197321\n", - "12:11:52\tCompleted 3066 to KZ351800: 1076.325731806887\n", - "12:11:52\tCompleted 3073 to KZ553200: 446.24848996378455\n", - "12:11:53\tCompleted 3111 to KZ612000: 2555.5493029178383\n", - "12:11:53\tCompleted 3096 to KZ275000: 455.64937188704465\n", - "12:11:53\tCompleted 3120 to KZ116000: 256.4356744603134\n", - "12:11:53\tCompleted 3080 to KZ275000: 3328.838597663489\n", - "12:11:53\tCompleted 3057 to KZ595200: 684.9607142985082\n", - "12:11:53\tCompleted 3093 to KZ632800: 1297.6063869352604\n", - "12:11:53\tCompleted 3077 to KZ315400: 2349.1822986820853\n", - "12:11:53\tCompleted 3131 to KZ613600: 2459.3909838433183\n", - "12:11:53\tCompleted 3108 to KZ354000: 264.65432865520506\n", - "12:11:53\tCompleted 3124 to KZ551600: 2747.4640970650876\n", - "12:11:53\tCompleted 3118 to KZ711210: 11.071067811865476\n", - "12:11:53\tCompleted 3088 to KZ395400: 1598.994488400862\n", - "12:11:53\tCompleted 3086 to KZ156800: 2236.65061046182\n", - "12:11:53\tCompleted 3100 to KZ434400: 2165.161739455065\n", - "12:11:53\tCompleted 3074 to KZ274200: 4279.093873916609\n", - "12:11:54\tCompleted 3116 to KZ316200: 1760.2095848109468\n", - "12:11:54\tCompleted 3066 to KZ393200: 199.61561818934254\n", - "12:11:54\tCompleted 3127 to KZ233600: 3114.7288342395286\n", - "12:11:54\tCompleted 3056 to KZ315400: 2361.839035269085\n", - "12:11:54\tCompleted 3122 to KZ634000: 1454.0298123762086\n", - "12:11:54\tCompleted 3090 to KZ616000: 1970.742659941387\n", - "12:11:54\tCompleted 3068 to KZ615400: 2452.976065560826\n", - "12:11:54\tCompleted 3138 to KZ352800: 2207.7864686724815\n", - "12:11:54\tCompleted 3109 to KZ394800: 1779.0846052092184\n", - "12:11:54\tCompleted 3079 to KZ553200: 1571.2670944925399\n", - "12:11:54\tCompleted 3073 to KZ553600: 437.6053708781055312:11:54\tCompleted 3072 to KZ396200: 783.9992333670538\n", - "\n", - "12:11:54\tCompleted 3096 to KZ274800: 510.23224833379516\n", - "12:11:54\tCompleted 3120 to KZ116400: 400.5972198022977\n", - "12:11:54\tCompleted 3136 to KZ116400: 1832.6016585532393\n", - "12:11:54\tCompleted 3118 to KZ711310: 19.756854392543527\n", - "12:11:54\tCompleted 3108 to KZ351000: 228.69069545462085\n", - "12:11:54\tCompleted 3087 to KZ234600: 2622.1000724243554\n", - "12:11:55\tCompleted 3076 to KZ193200: 1600.2059117969227\n", - "12:11:55\tCompleted 3117 to KZ393600: 1002.074622552258912:11:55\tCompleted 3057 to KZ591000: 801.9165584212241\n", - "\n", - "12:11:55\tCompleted 3139 to KZ591000: 1920.6490217658738\n", - "12:11:55\tCompleted 3121 to KZ194400: 1786.8014350739998\n", - "12:11:55\tCompleted 3066 to KZ393400: 643.3727413709461\n", - "12:11:55\tCompleted 3126 to KZ115200: 1778.3365663164336\n", - "12:11:55\tCompleted 3075 to KZ113200: 622.4298230225232\n", - "12:11:55\tCompleted 3096 to KZ275800: 306.4610065675456\n", - "12:11:55\tCompleted 3102 to KZ614000: 1716.9438160201885\n", - "12:11:55\tCompleted 3089 to KZ471800: 3690.425479180002\n", - "12:11:55\tCompleted 3094 to KZ356000: 1006.883603008952\n", - "12:11:55\tCompleted 3078 to KZ391000: 1550.0553925425147\n", - "12:11:55\tCompleted 3120 to KZ116800: 188.1983661102725\n", - "12:11:55\tCompleted 3073 to KZ552200: 426.6941816536651\n", - "12:11:56\tCompleted 3059 to KZ193200: 2264.515395591334\n", - "12:11:56\tCompleted 3128 to KZ351800: 1851.9162750265357\n", - "12:11:56\tCompleted 3063 to KZ632800: 1849.6542237747433\n", - "12:11:56\tCompleted 3053 to KZ156000: 1735.4846679653565\n", - "12:11:56\tCompleted 3123 to KZ394800: 1429.4964302400585\n", - "12:11:56\tCompleted 3108 to KZ352000: 578.3831240494376\n", - "12:11:56\tCompleted 3106 to KZ194200: 3916.7665240568695\n", - "12:11:56\tCompleted 3061 to KZ196400: 2096.9675383268464\n", - "12:11:56\tCompleted 3071 to KZ636400: 1963.728401292495\n", - "12:11:56\tCompleted 3057 to KZ595600: 693.3575965983357\n", - "12:11:56\tCompleted 3137 to KZ636800: 2119.5713353759957\n", - "12:11:56\tCompleted 3072 to KZ396600: 791.918074158253\n", - "12:11:56\tCompleted 3099 to KZ634000: 1507.354076641441\n", - "12:11:56\tCompleted 3054 to KZ751710: 1898.7769949877725\n", - "12:11:56\tCompleted 3127 to KZ633200: 1090.2810789095408\n", - "12:11:56\tCompleted 3109 to KZ395000: 2097.995930007522\n", - "12:11:57\tCompleted 3070 to KZ196000: 1984.280945300082312:11:57\tCompleted 3133 to KZ116800: 2152.185713878069\n", - "\n", - "12:11:57\tCompleted 3096 to KZ276000: 317.6503299747694\n", - "12:11:57\tCompleted 3066 to KZ391600: 777.7984040692206\n", - "12:11:57\tCompleted 3093 to KZ636800: 1322.499968463875\n", - "12:11:57\tCompleted 3118 to KZ555200: 752.7314120224892\n", - "12:11:57\tCompleted 3120 to KZ111810: 210.06245913340098\n", - "12:11:57\tCompleted 3067 to KZ475200: 2856.3659500331373\n", - "12:11:57\tCompleted 3073 to KZ554600: 444.58739551570545\n", - "12:11:57\tCompleted 3075 to KZ113400: 640.9485820991423\n", - "12:11:57\tCompleted 3111 to KZ614400: 2977.8789862399226\n", - "12:11:57\tCompleted 3131 to KZ614000: 2406.2509369289896\n", - "12:11:57\tCompleted 3079 to KZ553600: 1522.2700927275118\n", - "12:11:57\tCompleted 3100 to KZ431000: 1505.9833086015615\n", - "12:11:57\tCompleted 3136 to KZ116800: 1620.2028048612135\n", - "12:11:57\tCompleted 3076 to KZ193400: 1277.0159720253785\n", - "12:11:58\tCompleted 3086 to KZ193200: 1521.5804285938523\n", - "12:11:58\tCompleted 3088 to KZ392000: 1715.9181834811013\n", - "12:11:58\tCompleted 3110 to KZ554200: 3809.2310643959727\n", - "12:11:58\tCompleted 3114 to KZ192600: 4376.271722365459\n", - "12:11:58\tCompleted 3089 to KZ593200: 807.8759949490485\n", - "12:11:58\tCompleted 3095 to KZ471800: 3371.4622229621987\n", - "12:11:58\tCompleted 3055 to KZ634000: 2449.2227926175324\n", - "12:11:58\tCompleted 3096 to KZ276200: 190.26855964993405\n", - "12:11:58\tCompleted 3087 to KZ234800: 1685.1551493696522\n", - "12:11:58\tCompleted 3116 to KZ311000: 1564.455005891675\n", - "12:11:58\tCompleted 3066 to KZ393600: 167.63232820383692\n", - "12:11:58\tCompleted 3139 to KZ595600: 1792.1545080901763\n", - "12:11:58\tCompleted 3108 to KZ354800: 752.313709070741\n", - "12:11:58\tCompleted 3124 to KZ553200: 2866.4120904717843\n", - "12:11:58\tCompleted 3098 to KZ155200: 2528.0421205857197\n", - "12:11:58\tCompleted 3094 to KZ354400: 933.6577789176389\n", - "12:11:59\tCompleted 3126 to KZ115400: 1998.9093381820894\n", - "12:11:59\tCompleted 3117 to KZ396400: 1241.9068886162206\n", - "12:11:59\tCompleted 3057 to KZ596000: 912.1533020314523\n", - "12:11:59\tCompleted 3073 to KZ555600: 663.4593417152518\n", - "12:11:59\tCompleted 3118 to KZ551600: 486.16469003694317\n", - "12:11:59\tCompleted 3075 to KZ113600: 775.0456561055805\n", - "12:11:59\tCompleted 3096 to KZ271000: 70.43437608384252\n", - "12:11:59\tCompleted 3077 to KZ315600: 2475.631367579943\n", - "12:11:59\tCompleted 3092 to KZ234200: 3848.8072743121006\n", - "12:11:59\tCompleted 3109 to KZ395200: 2176.1966627420957\n", - "12:11:59\tCompleted 3129 to KZ316600: 3013.384536057231\n", - "12:11:59\tCompleted 3066 to KZ396400: 198.69056456354662\n", - "12:11:59\tCompleted 3095 to KZ593200: 488.912738731222212:11:59\tCompleted 3103 to KZ275000: 2757.5845267630125\n", - "\n", - "12:12:00\tCompleted 3078 to KZ395400: 1593.4192874678286\n", - "12:12:00\tCompleted 3138 to KZ356400: 2356.37359324295\n", - "12:12:00\tCompleted 3068 to KZ615200: 2268.5596342652802\n", - "12:12:00\tCompleted 3108 to KZ355200: 417.064299250585\n", - "12:12:00\tCompleted 3073 to KZ551000: 68.55361479414194\n", - "12:12:00\tCompleted 3121 to KZ194600: 1731.8822771150249\n", - "12:12:00\tCompleted 3057 to KZ596200: 516.9365680939832\n", - "12:12:00\tCompleted 3080 to KZ274800: 3853.726405474982\n", - "12:12:00\tCompleted 3136 to KZ111810: 1542.0768403346892\n", - "12:12:00\tCompleted 3090 to KZ613800: 2194.24769044762\n", - "12:12:00\tCompleted 3079 to KZ552200: 1413.802150705786\n", - "12:12:00\tCompleted 3128 to KZ393200: 2024.997589640757\n", - "12:12:00\tCompleted 3072 to KZ394200: 1276.5602900913614\n", - "12:12:00\tCompleted 3059 to KZ193400: 1989.704344670467\n", - "12:12:00\tCompleted 3061 to KZ196800: 1697.3865265852007\n", - "12:12:00\tCompleted 3123 to KZ395000: 1357.4718399310248\n", - "12:12:00\tCompleted 3122 to KZ635400: 1962.265725947915\n", - "12:12:00\tCompleted 3089 to KZ595800: 911.7956049894259\n", - "12:12:01\tCompleted 3056 to KZ315600: 2488.2881041669425\n", - "12:12:01\tCompleted 3096 to KZ274000: 801.6809762291144\n", - "12:12:01\tCompleted 3086 to KZ193400: 1198.390488822305\n", - "12:12:01\tCompleted 3066 to KZ394000: 430.62541392937317\n", - "12:12:01\tCompleted 3108 to KZ355600: 297.4618301709355712:12:01\tCompleted 3070 to KZ191000: 1862.7707520646711\n", - "\n", - "12:12:01\tCompleted 3053 to KZ154600: 2033.6220987104882\n", - "12:12:01\tCompleted 3118 to KZ553200: 605.1126834436507\n", - "12:12:01\tCompleted 3094 to KZ351800: 914.9978939043324\n", - "12:12:01\tCompleted 3073 to KZ556000: 39.50889291082926\n", - "12:12:01\tCompleted 3054 to KZ751810: 1852.636062753871\n", - "12:12:01\tCompleted 3102 to KZ613900: 1993.6955151613822\n", - "12:12:01\tCompleted 3095 to KZ595800: 592.8323487715994\n", - "12:12:01\tCompleted 3111 to KZ614600: 2702.9866838245166\n", - "12:12:01\tCompleted 3110 to KZ791110: 2945.669923346186\n", - "12:12:02\tCompleted 3100 to KZ435200: 1582.289614829977\n", - "12:12:02\tCompleted 3120 to KZ116600: 1245.289135423539\n", - "12:12:02\tCompleted 3071 to KZ631000: 1492.7481272689422\n", - "12:12:02\tCompleted 3063 to KZ636800: 1874.5478053033582\n", - "12:12:02\tCompleted 3106 to KZ751210: 3871.5661466416827\n", - "12:12:02\tCompleted 3088 to KZ395600: 1593.0715327721778\n", - "12:12:02\tCompleted 3127 to KZ634800: 1811.285000852684812:12:02\tCompleted 3109 to KZ391000: 1987.7631739502308\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:12:02\tCompleted 3075 to KZ113800: 959.1622434752742\n", - "12:12:02\tCompleted 3131 to KZ613900: 2684.1742089454256\n", - "12:12:02\tCompleted 3096 to KZ274200: 903.7289448565572\n", - "12:12:02\tCompleted 3066 to KZ396800: 175.06345578692947\n", - "12:12:02\tCompleted 3076 to KZ193600: 2000.0324161051208\n", - "12:12:02\tCompleted 3139 to KZ596000: 2010.9502135232929\n", - "12:12:02\tCompleted 3087 to KZ235200: 1803.441295623305\n", - "12:12:02\tCompleted 3089 to KZ593400: 707.4937575643934\n", - "12:12:02\tCompleted 3073 to KZ556800: 264.16860009236785\n", - "12:12:03\tCompleted 3116 to KZ315000: 1681.663822125308\n", - "12:12:03\tCompleted 3133 to KZ111810: 2191.7165149245566\n", - "12:12:03\tCompleted 3057 to KZ596400: 1386.003747071267\n", - "12:12:03\tCompleted 3120 to KZ115600: 374.1348073369554\n", - "12:12:03\tCompleted 3123 to KZ395200: 889.4363548561548\n", - "12:12:03\tCompleted 3137 to KZ635800: 2569.0735830732183\n", - "12:12:03\tCompleted 3118 to KZ553600: 556.1156816786238\n", - "12:12:03\tCompleted 3095 to KZ593400: 402.2196114194591\n", - "12:12:03\tCompleted 3093 to KZ635800: 1772.002216161130312:12:03\tCompleted 3097 to KZ113200: 167.6148896365098\n", - "\n", - "12:12:03\tCompleted 3117 to KZ394000: 1491.8706700748162\n", - "12:12:03\tCompleted 3079 to KZ554600: 1469.99248927848\n", - "12:12:03\tCompleted 3099 to KZ635400: 2015.5899902131473\n", - "12:12:03\tCompleted 3124 to KZ553600: 2817.4150887067613\n", - "12:12:04\tCompleted 3067 to KZ471800: 2685.9757298724116\n", - "12:12:04\tCompleted 3075 to KZ114500: 683.3496789892278\n", - "12:12:04\tCompleted 3108 to KZ352100: 915.4441039470886\n", - "12:12:04\tCompleted 3138 to KZ352400: 2158.055279123459\n", - "12:12:04\tCompleted 3073 to KZ554800: 292.66265957220867\n", - "12:12:04\tCompleted 3126 to KZ151000: 3384.1179152002355\n", - "12:12:04\tCompleted 3072 to KZ394400: 1320.7156640467736\n", - "12:12:04\tCompleted 3078 to KZ392000: 1710.3429825480678\n", - "12:12:04\tCompleted 3066 to KZ394800: 402.9324339846319\n", - "12:12:04\tCompleted 3114 to KZ196600: 4421.987446420715\n", - "12:12:04\tCompleted 3128 to KZ393400: 2033.0998559495163\n", - "12:12:04\tCompleted 3094 to KZ393200: 1064.962401765317\n", - "12:12:04\tCompleted 3097 to KZ113400: 133.0325080573204\n", - "12:12:04\tCompleted 3109 to KZ395400: 2026.1395581488903\n", - "12:12:04\tCompleted 3077 to KZ316000: 2189.2731010606703\n", - "12:12:05\tCompleted 3127 to KZ633400: 990.0003044669998\n", - "12:12:05\tCompleted 3057 to KZ594600: 591.4139351418104\n", - "12:12:05\tCompleted 3120 to KZ115200: 567.616921823218\n", - "12:12:05\tCompleted 3118 to KZ552200: 447.6477396568966\n", - "12:12:05\tCompleted 3108 to KZ352200: 255.5104083337013\n", - "12:12:05\tCompleted 3122 to KZ635000: 1489.5989360362805\n", - "12:12:05\tCompleted 3129 to KZ316200: 2516.113804048714\n", - "12:12:05\tCompleted 3089 to KZ594200: 901.0406167007972\n", - "12:12:05\tCompleted 3061 to KZ191600: 1749.3759326512093\n", - "12:12:05\tCompleted 3136 to KZ116600: 2638.2911470965664\n", - "12:12:05\tCompleted 3073 to KZ556400: 122.8850540693983\n", - "12:12:05\tCompleted 3098 to KZ156400: 2367.1672146838737\n", - "12:12:05\tCompleted 3095 to KZ594200: 582.0773604829708\n", - "12:12:05\tCompleted 3066 to KZ395000: 281.693434175952\n", - "12:12:05\tCompleted 3059 to KZ193600: 1855.8120829249985\n", - "12:12:05\tCompleted 3110 to KZ791310: 2923.388374385786\n", - "12:12:05\tCompleted 3075 to KZ114000: 764.9249836052162\n", - "12:12:05\tCompleted 3067 to KZ593200: 600.0991055942491\n", - "12:12:06\tCompleted 3102 to KZ612000: 1513.952715985344912:12:06\tCompleted 3070 to KZ196200: 1858.1369008778718\n", - "\n", - "12:12:06\tCompleted 3086 to KZ193600: 1850.379515520912\n", - "12:12:06\tCompleted 3097 to KZ113600: 267.129582063759\n", - "12:12:06\tCompleted 3139 to KZ596200: 1615.7334795858228\n", - "12:12:06\tCompleted 3054 to KZ751910: 1853.5747443900937\n", - "12:12:06\tCompleted 3053 to KZ154800: 2092.4627323680206\n", - "12:12:06\tCompleted 3121 to KZ194800: 1864.8709791160836\n", - "12:12:06\tCompleted 3123 to KZ391000: 1085.142619365129\n", - "12:12:06\tCompleted 3092 to KZ234600: 3963.977572750155\n", - "12:12:06\tCompleted 3100 to KZ434800: 1497.3127047550604\n", - "12:12:06\tCompleted 3055 to KZ635400: 2957.4587061892103\n", - "12:12:06\tCompleted 3111 to KZ614800: 2942.696689082197\n", - "12:12:06\tCompleted 3073 to KZ554200: 482.15705713444873\n", - "12:12:06\tCompleted 3131 to KZ612000: 2513.826730418986\n", - "12:12:07\tCompleted 3118 to KZ554600: 529.8242121587075\n", - "12:12:07\tCompleted 3057 to KZ711110: 1103.7084731295295\n", - "12:12:07\tCompleted 3138 to KZ356000: 1547.8589780283924\n", - "12:12:07\tCompleted 3066 to KZ395200: 293.6989578108037\n", - "12:12:07\tCompleted 3116 to KZ314200: 1565.869219454048\n", - "12:12:07\tCompleted 3088 to KZ395800: 1895.4556081786504\n", - "12:12:07\tCompleted 3109 to KZ392000: 1823.045432195424\n", - "12:12:07\tCompleted 3106 to KZ751110: 3879.323505954564\n", - "12:12:07\tCompleted 3117 to KZ396800: 1250.858270638045\n", - "12:12:07\tCompleted 3108 to KZ352300: 804.3044799989513\n", - "12:12:07\tCompleted 3120 to KZ115400: 788.1896936888751\n", - "12:12:07\tCompleted 3087 to KZ235600: 1898.4790616437328\n", - "12:12:07\tCompleted 3076 to KZ194000: 1938.7057980143875\n", - "12:12:07\tCompleted 3075 to KZ117000: 687.55732705182\n", - "12:12:07\tCompleted 3127 to KZ633600: 939.9194092013254\n", - "12:12:07\tCompleted 3080 to KZ275800: 3323.309229463404\n", - "12:12:07\tCompleted 3097 to KZ113800: 451.2461694334526\n", - "12:12:07\tCompleted 3056 to KZ316000: 2367.7013549564563\n", - "12:12:07\tCompleted 3093 to KZ636200: 1440.915538362997\n", - "12:12:07\tCompleted 3094 to KZ393400: 1073.0646680740758\n", - "12:12:07\tCompleted 3095 to KZ596600: 682.9628780597357\n", - "12:12:08\tCompleted 3089 to KZ596600: 1001.9261342775623\n", - "12:12:08\tCompleted 3133 to KZ116600: 2058.6919859724476\n", - "12:12:08\tCompleted 3122 to KZ632200: 839.2792548025457\n", - "12:12:08\tCompleted 3071 to KZ634600: 1951.4776547343567\n", - "12:12:08\tCompleted 3079 to KZ555600: 2034.0233397723343\n", - "12:12:08\tCompleted 3103 to KZ274800: 3282.4723345745056\n", - "12:12:08\tCompleted 3067 to KZ595800: 929.9778175171955\n", - "12:12:08\tCompleted 3116 to KZ353200: 225.58110343641917\n", - "12:12:08\tCompleted 3128 to KZ391600: 1968.0443877003556\n", - "12:12:08\tCompleted 3136 to KZ115600: 1806.1392460878972\n", - "12:12:08\tCompleted 3068 to KZ616400: 2970.1811864606916\n", - "12:12:08\tCompleted 3066 to KZ391000: 8.924621202458749\n", - "12:12:08\tCompleted 3124 to KZ552200: 2708.947146685048\n", - "12:12:08\tCompleted 3099 to KZ635000: 1542.923200301513\n", - "12:12:08\tCompleted 3078 to KZ395600: 1587.4963318391442\n", - "12:12:08\tCompleted 3097 to KZ114500: 280.5765877039103\n", - "12:12:09\tCompleted 3090 to KZ273200: 2630.778519772113\n", - "12:12:09\tCompleted 3108 to KZ352800: 256.1942514748001\n", - "12:12:09\tCompleted 3063 to KZ635800: 2324.050053000601\n", - "12:12:09\tCompleted 3057 to KZ711410: 1093.8426939505014\n", - "12:12:09\tCompleted 3126 to KZ153200: 3434.311522628983\n", - "12:12:09\tCompleted 3095 to KZ595000: 517.4028967474372\n", - "12:12:09\tCompleted 3066 to KZ395400: 51.55653566011672\n", - "12:12:09\tCompleted 3075 to KZ114400: 822.0957962783375\n", - "12:12:09\tCompleted 3137 to KZ636200: 2237.9869052751146\n", - "12:12:10\tCompleted 3123 to KZ395400: 1128.5065142904427\n", - "12:12:10\tCompleted 3110 to KZ791510: 2933.5061503820543\n", - "12:12:10\tCompleted 3089 to KZ595000: 836.3661529652636\n", - "12:12:10\tCompleted 3109 to KZ395600: 2136.6116381763864\n", - "12:12:10\tCompleted 3097 to KZ114000: 257.00890956339407\n", - "12:12:10\tCompleted 3118 to KZ555600: 1067.8689287234472\n", - "12:12:10\tCompleted 3114 to KZ194200: 4050.0785082429757\n", - "12:12:10\tCompleted 3054 to KZ751510: 1846.0632704605491\n", - "12:12:10\tCompleted 3139 to KZ274400: 822.2312767608832\n", - "12:12:10\tCompleted 3129 to KZ311000: 2376.685064419595\n", - "12:12:10\tCompleted 3067 to KZ593400: 1070.4170383341364\n", - "12:12:10\tCompleted 3061 to KZ195200: 1770.430261728506\n", - "12:12:10\tCompleted 3094 to KZ391600: 1008.009199824915\n", - "12:12:10\tCompleted 3077 to KZ316600: 2400.1057904565873\n", - "12:12:10\tCompleted 3108 to KZ356400: 573.2737399373633\n", - "12:12:10\tCompleted 3070 to KZ192600: 1918.1265961635452\n", - "12:12:11\tCompleted 3086 to KZ194000: 1860.080314811317\n", - "12:12:11\tCompleted 3139 to KZ596400: 2484.800658563102\n", - "12:12:11\tCompleted 3066 to KZ392000: 171.30621931845636\n", - "12:12:11\tCompleted 3076 to KZ196400: 1683.8288962790966\n", - "12:12:11\tCompleted 3116 to KZ353600: 952.8823036963931\n", - "12:12:11\tCompleted 3117 to KZ394800: 1380.1681448499264\n", - "12:12:11\tCompleted 3059 to KZ194000: 2049.8402633565915\n", - "12:12:11\tCompleted 3127 to KZ633800: 1240.504756681854\n", - "12:12:11\tCompleted 3088 to KZ392400: 1621.6425342049906\n", - "12:12:11\tCompleted 3075 to KZ114600: 708.5959160710453\n", - "12:12:11\tCompleted 3111 to KZ615400: 2939.1023141636674\n", - "12:12:11\tCompleted 3100 to KZ433600: 1697.1554682969613\n", - "12:12:11\tCompleted 3097 to KZ117000: 179.64125300999797\n", - "12:12:11\tCompleted 3102 to KZ614400: 1920.2283146011853\n", - "12:12:11\tCompleted 3099 to KZ632200: 892.60351906777812:12:11\tCompleted 3079 to KZ551000: 1488.8947455561683\n", - "\n", - "12:12:11\tCompleted 3131 to KZ614400: 2610.707008385222\n", - "12:12:11\tCompleted 3057 to KZ711210: 1091.1984633924774\n", - "12:12:12\tCompleted 3087 to KZ233600: 1904.2410504438478\n", - "12:12:12\tCompleted 3136 to KZ115200: 1999.6213605741593\n", - "12:12:12\tCompleted 3118 to KZ551000: 522.7403345072789\n", - "12:12:12\tCompleted 3095 to KZ593600: 631.9515010317305\n", - "12:12:12\tCompleted 3108 to KZ352400: 206.4630619257698\n", - "12:12:12\tCompleted 3071 to KZ634400: 1473.19561764624\n", - "12:12:12\tCompleted 3067 to KZ594200: 743.7589550635513\n", - "12:12:12\tCompleted 3133 to KZ115600: 1957.140149693136\n", - "12:12:12\tCompleted 3072 to KZ433200: 2155.413287879089\n", - "12:12:12\tCompleted 3138 to KZ354400: 2335.164300782635\n", - "12:12:12\tCompleted 3066 to KZ395600: 145.94627840194602\n", - "12:12:12\tCompleted 3098 to KZ155600: 2280.011994263813\n", - "12:12:12\tCompleted 3089 to KZ593600: 950.9147572495567\n", - "12:12:12\tCompleted 3073 to KZ791110: 2255.4093849171913\n", - "12:12:13\tCompleted 3121 to KZ195600: 2091.795892904898\n", - "12:12:13\tCompleted 3106 to KZ751310: 3872.4950788298183\n", - "12:12:13\tCompleted 3116 to KZ351600: 607.9112239496384\n", - "12:12:13\tCompleted 3109 to KZ395800: 2391.7697499451087\n", - "12:12:13\tCompleted 3123 to KZ392000: 1245.430209370682\n", - "12:12:13\tCompleted 3092 to KZ234800: 3097.678948585771\n", - "12:12:13\tCompleted 3097 to KZ114400: 314.17972223651594\n", - "12:12:13\tCompleted 3067 to KZ596600: 496.02208794788413\n", - "12:12:13\tCompleted 3057 to KZ711310: 1081.458522699592\n", - "12:12:13\tCompleted 3094 to KZ393600: 1045.5266248703049\n", - "12:12:13\tCompleted 3139 to KZ275400: 1497.4197087179052\n", - "12:12:13\tCompleted 3078 to KZ395800: 1889.8804072456169\n", - "12:12:13\tCompleted 3118 to KZ556000: 570.8617167152961\n", - "12:12:13\tCompleted 3093 to KZ636400: 1858.0301990545959\n", - "12:12:13\tCompleted 3055 to KZ635000: 2484.79191627758\n", - "12:12:14\tCompleted 3124 to KZ554600: 2765.1374852577405\n", - "12:12:14\tCompleted 3095 to KZ595200: 629.4016340889666\n", - "12:12:14\tCompleted 3066 to KZ395800: 652.9510565285335\n", - "12:12:14\tCompleted 3053 to KZ155200: 2362.6883650869827\n", - "12:12:14\tCompleted 3120 to KZ151000: 2173.3982707070795\n", - "12:12:14\tCompleted 3110 to KZ791710: 2905.006211031768\n", - "12:12:14\tCompleted 3122 to KZ635200: 1755.2039838293085\n", - "12:12:14\tCompleted 3139 to KZ594600: 1710.14639848646\n", - "12:12:14\tCompleted 3075 to KZ114800: 1280.4317889011645\n", - "12:12:14\tCompleted 3116 to KZ354000: 180.40020889304145\n", - "12:12:14\tCompleted 3108 to KZ356000: 921.5749654144213\n", - "12:12:14\tCompleted 3056 to KZ316600: 2412.762527043587\n", - "12:12:14\tCompleted 3079 to KZ556000: 1537.0161277641855\n", - "12:12:14\tCompleted 3086 to KZ196400: 1605.2034130760262\n", - "12:12:14\tCompleted 3097 to KZ114600: 384.7872174403665\n", - "12:12:14\tCompleted 3089 to KZ595200: 948.364890306793112:12:14\tCompleted 3063 to KZ636200: 1992.9633752024804\n", - "\n", - "12:12:15\tCompleted 3088 to KZ396200: 1430.0656201787724\n", - "12:12:15\tCompleted 3126 to KZ153400: 3017.98285199886\n", - "12:12:15\tCompleted 3117 to KZ395000: 1357.4882490270675\n", - "12:12:15\tCompleted 3066 to KZ392400: 77.03057004234576\n", - "12:12:15\tCompleted 3080 to KZ276000: 3739.140255218439\n", - "12:12:15\tCompleted 3139 to KZ273600: 665.3789677004155\n", - "12:12:15\tCompleted 3068 to KZ615600: 2509.605996026144\n", - "12:12:15\tCompleted 3067 to KZ595000: 770.3429652924168\n", - "12:12:15\tCompleted 3127 to KZ634000: 1485.7600579882194\n", - "12:12:15\tCompleted 3061 to KZ195000: 1698.970770553907\n", - "12:12:15\tCompleted 3138 to KZ351800: 1569.8458519258065\n", - "12:12:15\tCompleted 3103 to KZ275800: 2752.0551585629273\n", - "12:12:15\tCompleted 3111 to KZ615200: 2754.6858828681206\n", - "12:12:15\tCompleted 3133 to KZ115200: 1617.8679542962814\n", - "12:12:15\tCompleted 3076 to KZ196800: 1850.0067367946297\n", - "12:12:15\tCompleted 3095 to KZ591000: 519.6173628415045\n", - "12:12:15\tCompleted 3116 to KZ351000: 144.43657569245704\n", - "12:12:16\tCompleted 3136 to KZ115400: 2220.1941324398135\n", - "12:12:16\tCompleted 3109 to KZ392400: 1922.2460598751754\n", - "12:12:16\tCompleted 3129 to KZ315000: 2789.3569385588103\n", - "12:12:16\tCompleted 3118 to KZ556800: 771.5496415872382\n", - "12:12:16\tCompleted 3075 to KZ111010: 817.783913331213\n", - "12:12:16\tCompleted 3123 to KZ395600: 1122.5835586617584\n", - "12:12:16\tCompleted 3066 to KZ396200: 371.83804959215684\n", - "12:12:16\tCompleted 3114 to KZ751210: 4004.878130827789\n", - "12:12:16\tCompleted 3090 to KZ274400: 2560.8449197836617\n", - "12:12:16\tCompleted 3070 to KZ196600: 2177.20355275316\n", - "12:12:16\tCompleted 3139 to KZ276600: 747.2042143993914\n", - "12:12:16\tCompleted 3094 to KZ396400: 1266.938271543686\n", - "12:12:16\tCompleted 3059 to KZ196400: 2259.692012000883\n", - "12:12:17\tCompleted 3097 to KZ114800: 772.5157148593424\n", - "12:12:17\tCompleted 3100 to KZ434000: 1891.7977760033787\n", - "12:12:17\tCompleted 3137 to KZ636400: 2654.7489981243434\n", - "12:12:17\tCompleted 3102 to KZ614600: 1607.172834762348\n", - "12:12:17\tCompleted 3108 to KZ354400: 919.7545240076971\n", - "12:12:17\tCompleted 3089 to KZ591000: 838.580619059331\n", - "12:12:17\tCompleted 3131 to KZ614600: 2400.3586358538128\n", - "12:12:17\tCompleted 3067 to KZ593600: 1107.7779711165824\n", - "12:12:17\tCompleted 3098 to KZ156800: 1678.0225280917382\n", - "12:12:17\tCompleted 3116 to KZ352000: 552.3425195751659\n", - "12:12:17\tCompleted 3054 to KZ231000: 2892.701901252778\n", - "12:12:17\tCompleted 3117 to KZ395200: 840.1080694660226\n", - "12:12:17\tCompleted 3078 to KZ392400: 1616.067333271957\n", - "12:12:17\tCompleted 3093 to KZ631000: 1387.0499250310431\n", - "12:12:17\tCompleted 3057 to KZ555200: 1825.2733819207801\n", - "12:12:17\tCompleted 3066 to KZ396600: 283.3147547579302\n", - "12:12:17\tCompleted 3072 to KZ431900: 1875.719914999889\n", - "12:12:18\tCompleted 3138 to KZ393200: 1193.0691313512982\n", - "12:12:18\tCompleted 3139 to KZ275000: 623.518975073652412:12:18\tCompleted 3095 to KZ595600: 753.5049493634267\n", - "\n", - "12:12:18\tCompleted 3075 to KZ116000: 794.9136235718705\n", - "12:12:18\tCompleted 3071 to KZ313600: 2000.4353096578327\n", - "12:12:18\tCompleted 3110 to KZ611600: 2854.1808721791044\n", - "12:12:18\tCompleted 3079 to KZ556800: 1737.7040526361275\n", - "12:12:18\tCompleted 3073 to KZ791310: 2231.286501359288\n", - "12:12:18\tCompleted 3097 to KZ111010: 309.86783928939093\n", - "12:12:18\tCompleted 3055 to KZ632200: 1834.4722350438858\n", - "12:12:18\tCompleted 3109 to KZ396200: 2362.2749823848994\n", - "12:12:18\tCompleted 3087 to KZ633200: 2564.369477604882\n", - "12:12:18\tCompleted 3099 to KZ635200: 1808.528248094541\n", - "12:12:18\tCompleted 3118 to KZ554800: 776.2451296316938\n", - "12:12:19\tCompleted 3067 to KZ595200: 644.1340728424959\n", - "12:12:19\tCompleted 3088 to KZ396600: 1437.9844609699717\n", - "12:12:19\tCompleted 3139 to KZ711110: 2175.8203077514295\n", - "12:12:19\tCompleted 3106 to KZ751410: 3889.9200572334576\n", - "12:12:19\tCompleted 3121 to KZ195800: 1956.101493254869\n", - "12:12:19\tCompleted 3122 to KZ632400: 1547.8610210229044\n", - "12:12:19\tCompleted 3108 to KZ351800: 829.6892563098016\n", - "12:12:19\tCompleted 3086 to KZ196800: 1771.3812535915592\n", - "12:12:19\tCompleted 3095 to KZ596000: 396.31996531033656\n", - "12:12:19\tCompleted 3092 to KZ235200: 3145.318795949139\n", - "12:12:19\tCompleted 3133 to KZ115400: 1646.0950729459953\n", - "12:12:19\tCompleted 3089 to KZ595600: 1072.4682055812532\n", - "12:12:19\tCompleted 3116 to KZ354800: 668.0595893085776\n", - "12:12:19\tCompleted 3124 to KZ555600: 3329.168335751568\n", - "12:12:19\tCompleted 3076 to KZ191600: 1766.9062799267867\n", - "12:12:19\tCompleted 3097 to KZ116000: 286.9975495300489\n", - "12:12:20\tCompleted 3066 to KZ394200: 826.611151031315\n", - "12:12:20\tCompleted 3077 to KZ316200: 2456.154964865505\n", - "12:12:20\tCompleted 3138 to KZ393400: 1206.618571186928\n", - "12:12:20\tCompleted 3075 to KZ116400: 909.0163422134716\n", - "12:12:20\tCompleted 3120 to KZ153200: 2223.591878135827\n", - "12:12:20\tCompleted 3053 to KZ156400: 2404.541367559631\n", - "12:12:20\tCompleted 3127 to KZ635400: 1993.9959715599257\n", - "12:12:20\tCompleted 3123 to KZ395800: 1424.967634068232\n", - "12:12:20\tCompleted 3067 to KZ591000: 761.0899169652118\n", - "12:12:20\tCompleted 3139 to KZ274800: 1148.4067828851673\n", - "12:12:20\tCompleted 3061 to KZ194400: 2021.4063233935015\n", - "12:12:20\tCompleted 3070 to KZ194200: 1679.1532949256994\n", - "12:12:20\tCompleted 3094 to KZ394000: 1498.8731209095124\n", - "12:12:20\tCompleted 3133 to KZ151000: 17.46040768776937\n", - "12:12:20\tCompleted 3126 to KZ153600: 3800.5818971895146\n", - "12:12:20\tCompleted 3117 to KZ391000: 1085.1590284611716\n", - "12:12:21\tCompleted 3068 to KZ615800: 2347.797963966721\n", - "12:12:21\tCompleted 3078 to KZ396200: 1424.4904192457388\n", - "12:12:21\tCompleted 3111 to KZ616400: 3456.307435063535\n", - "12:12:21\tCompleted 3118 to KZ556400: 713.979003323136\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:12:21\tCompleted 3097 to KZ116400: 401.1002681716495\n", - "12:12:21\tCompleted 3057 to KZ551600: 1558.706659935235\n", - "12:12:21\tCompleted 3059 to KZ196800: 1860.1110002592404\n", - "12:12:21\tCompleted 3129 to KZ314200: 2382.1602953549295\n", - "12:12:21\tCompleted 3066 to KZ394400: 422.1700866958475\n", - "12:12:21\tCompleted 3116 to KZ355200: 492.1199342029131\n", - "12:12:21\tCompleted 3080 to KZ276200: 3458.5264684845347\n", - "12:12:21\tCompleted 3089 to KZ596000: 715.283221528163\n", - "12:12:21\tCompleted 3056 to KZ316200: 2634.583218761291\n", - "12:12:21\tCompleted 3109 to KZ396600: 2273.9801145323627\n", - "12:12:22\tCompleted 3114 to KZ751110: 4012.6354901406703\n", - "12:12:22\tCompleted 3108 to KZ393200: 1044.7774237532742\n", - "12:12:22\tCompleted 3095 to KZ596200: 783.3194149815149\n", - "12:12:22\tCompleted 3133 to KZ153200: 76.82041493395427\n", - "12:12:22\tCompleted 3136 to KZ151000: 3605.402709457953\n", - "12:12:22\tCompleted 3075 to KZ116800: 696.6174885214463\n", - "12:12:22\tCompleted 3139 to KZ275800: 617.989606873562\n", - "12:12:22\tCompleted 3063 to KZ636400: 2410.078035894074\n", - "12:12:22\tCompleted 3067 to KZ595600: 632.5954032895158\n", - "12:12:22\tCompleted 3110 to KZ613600: 2908.376008822914\n", - "12:12:22\tCompleted 3097 to KZ116800: 188.70141447962428\n", - "12:12:22\tCompleted 3102 to KZ614800: 1988.4852968490165\n", - "12:12:22\tCompleted 3116 to KZ355600: 213.20771040877244\n", - "12:12:22\tCompleted 3079 to KZ554800: 1741.680613483844\n", - "12:12:22\tCompleted 3122 to KZ632800: 1286.6176935249423\n", - "12:12:22\tCompleted 3131 to KZ614800: 2881.979441224904\n", - "12:12:23\tCompleted 3139 to KZ711410: 2165.954528572403\n", - "12:12:23\tCompleted 3138 to KZ391600: 1465.8148144375043\n", - "12:12:23\tCompleted 3098 to KZ193200: 1897.903548138281\n", - "12:12:23\tCompleted 3088 to KZ394200: 1886.8948397237311\n", - "12:12:23\tCompleted 3137 to KZ631000: 2184.1212919431605\n", - "12:12:23\tCompleted 3133 to KZ153400: 648.2530247116368\n", - "12:12:23\tCompleted 3099 to KZ632400: 1601.1852852881368\n", - "12:12:23\tCompleted 3076 to KZ195200: 1844.2132450115953\n", - "12:12:23\tCompleted 3086 to KZ191600: 1688.2807967237163\n", - "12:12:23\tCompleted 3093 to KZ634600: 1845.7794524964577\n", - "12:12:23\tCompleted 3097 to KZ111810: 181.61628763831482\n", - "12:12:23\tCompleted 3075 to KZ111810: 618.4915239949266\n", - "12:12:23\tCompleted 3095 to KZ596400: 522.3885028426754\n", - "12:12:23\tCompleted 3072 to KZ434600: 1909.3844854262693\n", - "12:12:24\tCompleted 3094 to KZ396800: 1244.965578469916\n", - "12:12:24\tCompleted 3118 to KZ554200: 909.8100391054368\n", - "12:12:24\tCompleted 3117 to KZ395400: 1128.5229233864854\n", - "12:12:24\tCompleted 3123 to KZ392400: 1151.1545600945713\n", - "12:12:24\tCompleted 3139 to KZ276000: 1033.8206326286304\n", - "12:12:24\tCompleted 3067 to KZ596000: 851.3911087226325\n", - "12:12:24\tCompleted 3090 to KZ275400: 3236.033351740672\n", - "12:12:24\tCompleted 3089 to KZ596200: 1102.2826711993412\n", - "12:12:24\tCompleted 3100 to KZ471000: 3447.6698894368283\n", - "12:12:24\tCompleted 3109 to KZ394200: 2050.456720490415\n", - "12:12:24\tCompleted 3078 to KZ396600: 1432.4092600369381\n", - "12:12:24\tCompleted 3071 to KZ314000: 1858.7919455094464\n", - "12:12:24\tCompleted 3103 to KZ276000: 3167.8861843179625\n", - "12:12:24\tCompleted 3073 to KZ791510: 2229.827026505537\n", - "12:12:24\tCompleted 3127 to KZ635000: 1521.3291816482913\n", - "12:12:24\tCompleted 3108 to KZ393400: 1007.7115329890489\n", - "12:12:25\tCompleted 3124 to KZ551000: 2784.0397415354164\n", - "12:12:25\tCompleted 3116 to KZ352100: 831.1899841849248\n", - "12:12:25\tCompleted 3057 to KZ553200: 1677.654653341942312:12:25\tCompleted 3054 to KZ234000: 3057.803561816088\n", - "\n", - "12:12:25\tCompleted 3138 to KZ393600: 1006.0162528009635\n", - "12:12:25\tCompleted 3133 to KZ153600: 726.0036432203376\n", - "12:12:25\tCompleted 3106 to KZ751710: 3930.90808900236\n", - "12:12:25\tCompleted 3121 to KZ196000: 1726.229967381621\n", - "12:12:25\tCompleted 3066 to KZ433200: 1679.024103215435\n", - "12:12:25\tCompleted 3139 to KZ276200: 753.206845894705\n", - "12:12:25\tCompleted 3120 to KZ153400: 1807.2632075056954\n", - "12:12:25\tCompleted 3067 to KZ596200: 456.17437478516337\n", - "12:12:25\tCompleted 3070 to KZ751210: 1777.3714742341754\n", - "12:12:25\tCompleted 3111 to KZ615600: 3066.7478692876502\n", - "12:12:26\tCompleted 3095 to KZ594600: 762.593246108787\n", - "12:12:26\tCompleted 3053 to KZ155600: 2212.5532749968606\n", - "12:12:26\tCompleted 3068 to KZ612600: 2057.1779750812357\n", - "12:12:26\tCompleted 3089 to KZ596400: 674.6786130933046\n", - "12:12:26\tCompleted 3055 to KZ635200: 2750.396964070594\n", - "12:12:26\tCompleted 3061 to KZ194600: 1966.4871654345266\n", - "12:12:26\tCompleted 3059 to KZ191600: 1912.100406325249\n", - "12:12:26\tCompleted 3122 to KZ636800: 1322.9814770467283\n", - "12:12:26\tCompleted 3077 to KZ311000: 2350.219728472501\n", - "12:12:26\tCompleted 3116 to KZ352200: 171.2562885715375\n", - "12:12:26\tCompleted 3092 to KZ235600: 3240.3565619695437\n", - "12:12:26\tCompleted 3133 to KZ154000: 106.56854249492373\n", - "12:12:26\tCompleted 3079 to KZ556400: 1680.1334143720253\n", - "12:12:26\tCompleted 3126 to KZ154000: 3321.9281747856808\n", - "12:12:27\tCompleted 3063 to KZ631000: 1939.0977618705265\n", - "12:12:27\tCompleted 3117 to KZ392000: 1230.5514754638994\n", - "12:12:27\tCompleted 3099 to KZ632800: 1347.8840933662218\n", - "12:12:27\tCompleted 3095 to KZ711110: 37.75346180353626\n", - "12:12:27\tCompleted 3109 to KZ394400: 1838.4437874582231\n", - "12:12:27\tCompleted 3138 to KZ396400: 839.8511307137466\n", - "12:12:27\tCompleted 3097 to KZ116600: 1300.1943663013997\n", - "12:12:27\tCompleted 3076 to KZ195000: 1695.0846823208199\n", - "12:12:27\tCompleted 3110 to KZ614000: 2953.7348474954874\n", - "12:12:27\tCompleted 3129 to KZ353200: 2449.3746625476056\n", - "12:12:27\tCompleted 3139 to KZ271000: 770.899801308932\n", - "12:12:27\tCompleted 3114 to KZ751310: 4005.8070630159245\n", - "12:12:27\tCompleted 3094 to KZ394800: 1423.6201471679724\n", - "12:12:27\tCompleted 3139 to KZ711210: 2163.31029801438\n", - "12:12:27\tCompleted 3086 to KZ195200: 1765.5877618085249\n", - "12:12:27\tCompleted 3108 to KZ391600: 930.5446899750098\n", - "12:12:27\tCompleted 3123 to KZ396200: 959.5776460683534\n", - "12:12:27\tCompleted 3136 to KZ153200: 3655.5963168867\n", - "12:12:28\tCompleted 3087 to KZ634800: 3108.22645081588\n", - "12:12:28\tCompleted 3098 to KZ193400: 1623.09249721740912:12:28\tCompleted 3075 to KZ116600: 1808.110440343208\n", - "\n", - "12:12:28\tCompleted 3133 to KZ154200: 263.59797974644675\n", - "12:12:28\tCompleted 3057 to KZ553600: 1628.6576515769143\n", - "12:12:28\tCompleted 3102 to KZ615400: 1879.3891790219523\n", - "12:12:28\tCompleted 3095 to KZ711410: 36.086816758130624\n", - "12:12:28\tCompleted 3056 to KZ311000: 2528.6479823682776\n", - "12:12:28\tCompleted 3093 to KZ634400: 1367.4974154083409\n", - "12:12:28\tCompleted 3141 to KZ156800: 1713.477152478377\n", - "12:12:28\tCompleted 3088 to KZ394400: 1966.7820508584925\n", - "12:12:28\tCompleted 3080 to KZ271000: 3476.2194238987504\n", - "12:12:28\tCompleted 3067 to KZ596400: 1325.241553762447\n", - "12:12:28\tCompleted 3118 to KZ791110: 1664.7012220534266\n", - "12:12:28\tCompleted 3089 to KZ594600: 1081.5565023266133\n", - "12:12:28\tCompleted 3131 to KZ615400: 2623.1432083154523\n", - "12:12:28\tCompleted 3071 to KZ314800: 1558.9109418017902\n", - "12:12:29\tCompleted 3097 to KZ115600: 374.6378557063072\n", - "12:12:29\tCompleted 3138 to KZ394000: 907.5522570405344\n", - "12:12:29\tCompleted 3116 to KZ352300: 879.3601149512793\n", - "12:12:29\tCompleted 3066 to KZ431900: 1553.5296058337842\n", - "12:12:29\tCompleted 3078 to KZ394200: 1881.3196387906976\n", - "12:12:29\tCompleted 3095 to KZ711210: 49.57000319807623\n", - "12:12:29\tCompleted 3133 to KZ156000: 195.0231753021673\n", - "12:12:29\tCompleted 3053 to KZ156800: 1715.3966809674955\n", - "12:12:29\tCompleted 3073 to KZ791710: 2202.308100591785\n", - "12:12:29\tCompleted 3072 to KZ434400: 2104.7433270917377\n", - "12:12:30\tCompleted 3109 to KZ433200: 2136.2569891403805\n", - "12:12:30\tCompleted 3067 to KZ594600: 550.5872936857982\n", - "12:12:30\tCompleted 3075 to KZ115600: 882.5539297481292\n", - "12:12:30\tCompleted 3089 to KZ711110: 356.7167180213616\n", - "12:12:30\tCompleted 3117 to KZ395600: 1122.599967757801\n", - "12:12:30\tCompleted 3111 to KZ615800: 2833.9242125695614\n", - "12:12:30\tCompleted 3124 to KZ556000: 2832.1611237434312:12:30\tCompleted 3139 to KZ274000: 1434.5874912481402\n", - "\n", - "12:12:30\tCompleted 3108 to KZ393600: 980.1734897852778\n", - "12:12:30\tCompleted 3137 to KZ634600: 2642.850819408536\n", - "12:12:30\tCompleted 3116 to KZ352800: 171.94013171263637\n", - "12:12:30\tCompleted 3097 to KZ115200: 568.1199701925698\n", - "12:12:30\tCompleted 3095 to KZ711310: 54.78350259819876\n", - "12:12:30\tCompleted 3123 to KZ396600: 967.4964868595525\n", - "12:12:30\tCompleted 3133 to KZ154600: 128.7613889852861\n", - "12:12:31\tCompleted 3059 to KZ195200: 1933.1547354025456\n", - "12:12:31\tCompleted 3079 to KZ554200: 1849.9783162252088\n", - "12:12:31\tCompleted 3070 to KZ751110: 1784.9768563908547\n", - "12:12:31\tCompleted 3094 to KZ395000: 1351.5955568589384\n", - "12:12:31\tCompleted 3138 to KZ396800: 1039.0240578308803\n", - "12:12:31\tCompleted 3099 to KZ636800: 1376.3057413119607\n", - "12:12:31\tCompleted 3090 to KZ273600: 2403.9926107232104\n", - "12:12:31\tCompleted 3089 to KZ711410: 355.050072975956\n", - "12:12:31\tCompleted 3057 to KZ552200: 1520.1897095551885\n", - "12:12:31\tCompleted 3106 to KZ751810: 3877.15193307931\n", - "12:12:31\tCompleted 3121 to KZ191000: 1604.7197741462103\n", - "12:12:31\tCompleted 3086 to KZ195000: 1616.4591991177494\n", - "12:12:31\tCompleted 3100 to KZ473600: 3028.695123413885\n", - "12:12:31\tCompleted 3061 to KZ194800: 2099.4758674355844\n", - "12:12:32\tCompleted 3067 to KZ711110: 1042.9462798207096\n", - "12:12:32\tCompleted 3110 to KZ613900: 3190.6548446652146\n", - "12:12:32\tCompleted 3133 to KZ154800: 376.0817303235374\n", - "12:12:32\tCompleted 3076 to KZ194400: 2072.9963317253373\n", - "12:12:32\tCompleted 3103 to KZ276200: 2887.272397584058\n", - "12:12:32\tCompleted 3068 to KZ616000: 2374.9371796993323\n", - "12:12:32\tCompleted 3139 to KZ711310: 2153.570357321494\n", - "12:12:32\tCompleted 3098 to KZ193600: 1489.200235471939\n", - "12:12:32\tCompleted 3054 to KZ234200: 3552.258085141402\n", - "12:12:32\tCompleted 3116 to KZ356400: 489.0196201751994\n", - "12:12:32\tCompleted 3055 to KZ632400: 2543.054001264219\n", - "12:12:32\tCompleted 3066 to KZ434600: 1591.4291300839895\n", - "12:12:32\tCompleted 3122 to KZ635800: 1772.4837247439837\n", - "12:12:32\tCompleted 3120 to KZ153600: 2589.86225269638112:12:32\tCompleted 3089 to KZ711210: 368.5332594159018\n", - "\n", - "12:12:32\tCompleted 3075 to KZ115200: 1076.036044234392\n", - "12:12:32\tCompleted 3138 to KZ394800: 782.1011855784188\n", - "12:12:33\tCompleted 3071 to KZ315400: 1521.4582898826181\n", - "12:12:33\tCompleted 3109 to KZ431900: 2010.7624917587293\n", - "12:12:33\tCompleted 3126 to KZ154200: 3624.564213755003\n", - "12:12:33\tCompleted 3131 to KZ615200: 2360.55985481719\n", - "12:12:33\tCompleted 3095 to KZ555200: 721.1782652938003\n", - "12:12:33\tCompleted 3097 to KZ115400: 788.6927420582268\n", - "12:12:33\tCompleted 3102 to KZ615200: 1658.8720338059595\n", - "12:12:33\tCompleted 3136 to KZ153400: 3239.2676462565773\n", - "12:12:33\tCompleted 3139 to KZ274200: 1541.9034794079246\n", - "12:12:33\tCompleted 3133 to KZ155200: 464.05090923630183\n", - "12:12:33\tCompleted 3118 to KZ791310: 1640.578338495517512:12:33\tCompleted 3092 to KZ233600: 3246.118550769668\n", - "\n", - "12:12:33\tCompleted 3116 to KZ352400: 122.2089421636063\n", - "12:12:33\tCompleted 3094 to KZ395200: 883.5600717840686\n", - "12:12:34\tCompleted 3078 to KZ394400: 1961.206849925459\n", - "12:12:34\tCompleted 3117 to KZ395800: 1375.6393486780996\n", - "12:12:34\tCompleted 3114 to KZ751410: 4023.2320414195638\n", - "12:12:34\tCompleted 3077 to KZ315000: 2702.587424921354\n", - "12:12:34\tCompleted 3087 to KZ633400: 2464.088703162341\n", - "12:12:34\tCompleted 3072 to KZ431000: 1593.1554535345015\n", - "12:12:34\tCompleted 3111 to KZ612600: 2543.304223684076\n", - "12:12:34\tCompleted 3067 to KZ711410: 1033.0805006416815\n", - "12:12:34\tCompleted 3089 to KZ711310: 373.74675881602417\n", - "12:12:34\tCompleted 3063 to KZ634600: 2397.827289335919\n", - "12:12:34\tCompleted 3088 to KZ433200: 2735.3309297454957\n", - "12:12:34\tCompleted 3129 to KZ353600: 3176.6758628075436\n", - "12:12:34\tCompleted 3108 to KZ396400: 1220.0057558492394\n", - "12:12:34\tCompleted 3093 to KZ313600: 1894.7371074199336\n", - "12:12:34\tCompleted 3095 to KZ551600: 454.61154330825417\n", - "12:12:34\tCompleted 3140 to KZ113200: 324.7419260656362\n", - "12:12:35\tCompleted 3123 to KZ394200: 1416.4068656133109\n", - "12:12:35\tCompleted 3138 to KZ395000: 1101.0125103767298\n", - "12:12:35\tCompleted 3057 to KZ554600: 1570.0584285112402\n", - "12:12:35\tCompleted 3056 to KZ315000: 2715.2441615083535\n", - "12:12:35\tCompleted 3070 to KZ751310: 1786.491575016616\n", - "12:12:35\tCompleted 3073 to KZ611600: 2280.269385050709\n", - "12:12:35\tCompleted 3053 to KZ193200: 2306.2936926576926\n", - "12:12:35\tCompleted 3110 to KZ612000: 2696.5264853309773\n", - "12:12:35\tCompleted 3109 to KZ434600: 2048.6620160089346\n", - "12:12:35\tCompleted 3133 to KZ156400: 1124.8533801020815\n", - "12:12:35\tCompleted 3140 to KZ113400: 115.9628549634638\n", - "12:12:35\tCompleted 3080 to KZ274000: 4139.907113837957\n", - "12:12:35\tCompleted 3141 to KZ193200: 4603.274666054045\n", - "12:12:35\tCompleted 3089 to KZ555200: 463.10984085201966\n", - "12:12:36\tCompleted 3092 to KZ633200: 1046.5072817973576\n", - "12:12:36\tCompleted 3075 to KZ115400: 1296.6088161000478\n", - "12:12:36\tCompleted 3076 to KZ194600: 1706.79716659957\n", - "12:12:36\tCompleted 3067 to KZ711210: 1030.4362700836575\n", - "12:12:36\tCompleted 3059 to KZ195000: 1861.695244227946\n", - "12:12:36\tCompleted 3066 to KZ434400: 1628.3541424280838\n", - "12:12:36\tCompleted 3121 to KZ196200: 1600.0859229594096\n", - "12:12:36\tCompleted 3137 to KZ634400: 2164.56878232046\n", - "12:12:36\tCompleted 3095 to KZ553200: 573.5595367149615\n", - "12:12:36\tCompleted 3116 to KZ356000: 996.6306003667494\n", - "12:12:36\tCompleted 3079 to KZ791110: 2163.407581981108\n", - "12:12:37\tCompleted 3086 to KZ194400: 1994.3708485222667\n", - "12:12:37\tCompleted 3122 to KZ636200: 1441.3970469458504\n", - "12:12:37\tCompleted 3133 to KZ155600: 319.48209605944874\n", - "12:12:37\tCompleted 3140 to KZ113600: 391.23558401009967\n", - "12:12:37\tCompleted 3089 to KZ551600: 196.54311886647343\n", - "12:12:37\tCompleted 3094 to KZ391000: 1079.2663362930425\n", - "12:12:37\tCompleted 3099 to KZ635800: 1825.807989009216\n", - "12:12:37\tCompleted 3138 to KZ395200: 1179.213243111301\n", - "12:12:37\tCompleted 3098 to KZ194000: 1683.228415903532\n", - "12:12:37\tCompleted 3117 to KZ392400: 1151.170969190614\n", - "12:12:37\tCompleted 3106 to KZ751910: 3898.292849429717\n", - "12:12:37\tCompleted 3124 to KZ556800: 3032.8490486153673\n", - "12:12:37\tCompleted 3071 to KZ315600: 1647.9073587804664\n", - "12:12:37\tCompleted 3139 to KZ555200: 2897.385216542638\n", - "12:12:38\tCompleted 3061 to KZ195600: 2326.4007812243976\n", - "12:12:38\tCompleted 3120 to KZ154000: 2111.2085302925275\n", - "12:12:38\tCompleted 3055 to KZ632800: 2293.2808757594535\n", - "12:12:38\tCompleted 3108 to KZ394000: 1469.969537307835\n", - "12:12:38\tCompleted 3095 to KZ553600: 524.5625349499347\n", - "12:12:38\tCompleted 3126 to KZ156000: 3197.8134461232235\n", - "12:12:38\tCompleted 3109 to KZ434400: 2085.5870283530294\n", - "12:12:38\tCompleted 3067 to KZ711310: 1020.696329390772\n", - "12:12:38\tCompleted 3100 to KZ474200: 3475.319284480407\n", - "12:12:38\tCompleted 3090 to KZ276600: 2485.8178574221965\n", - "12:12:38\tCompleted 3089 to KZ553200: 299.834258023688\n", - "12:12:38\tCompleted 3116 to KZ354400: 893.7139195334254\n", - "12:12:38\tCompleted 3068 to KZ613800: 2523.191312718213\n", - "12:12:38\tCompleted 3111 to KZ616000: 2861.0634283021727\n", - "12:12:38\tCompleted 3140 to KZ113800: 570.5816086789998\n", - "12:12:38\tCompleted 3118 to KZ791510: 1639.1188636417671\n", - "12:12:39\tCompleted 3138 to KZ391000: 990.7797543194341\n", - "12:12:39\tCompleted 3131 to KZ616400: 3333.152405713229\n", - "12:12:39\tCompleted 3072 to KZ435200: 1669.461759762917\n", - "12:12:39\tCompleted 3133 to KZ156800: 861.5282745259261\n", - "12:12:39\tCompleted 3123 to KZ394400: 1496.2940767480732\n", - "12:12:39\tCompleted 3114 to KZ751710: 4064.2200731884664\n", - "12:12:39\tCompleted 3054 to KZ234600: 3667.4283835794563\n", - "12:12:39\tCompleted 3097 to KZ151000: 2173.9013190764313\n", - "12:12:39\tCompleted 3136 to KZ153600: 4021.866691447221\n", - "12:12:39\tCompleted 3077 to KZ314200: 2355.6949594078355\n", - "12:12:39\tCompleted 3063 to KZ634400: 1919.5452522478242\n", - "12:12:39\tCompleted 3087 to KZ633600: 2234.9133625739005\n", - "12:12:39\tCompleted 3088 to KZ431900: 2284.3069563211384\n", - "12:12:39\tCompleted 3070 to KZ751410: 1802.159194107376\n", - "12:12:39\tCompleted 3092 to KZ634800: 1498.805767072235\n", - "12:12:40\tCompleted 3102 to KZ616400: 2500.6918797068915\n", - "12:12:40\tCompleted 3095 to KZ552200: 416.09459292820753\n", - "12:12:40\tCompleted 3076 to KZ194800: 1861.7517708561682\n", - "12:12:40\tCompleted 3103 to KZ271000: 2904.965352998274\n", - "12:12:40\tCompleted 3078 to KZ433200: 2729.7557288124626\n", - "12:12:40\tCompleted 3089 to KZ553600: 278.77695328806305\n", - "12:12:40\tCompleted 3110 to KZ614400: 3118.8561686530616\n", - "12:12:40\tCompleted 3053 to KZ193400: 2031.4826417368306\n", - "12:12:40\tCompleted 3140 to KZ114500: 437.70362413303735\n", - "12:12:40\tCompleted 3129 to KZ351600: 2806.0814667747118\n", - "12:12:40\tCompleted 3093 to KZ314000: 1753.0937432715473\n", - "12:12:40\tCompleted 3117 to KZ396200: 959.5940551643959\n", - "12:12:40\tCompleted 3094 to KZ395400: 1122.6302312183564\n", - "12:12:40\tCompleted 3057 to KZ555600: 2140.410898621737\n", - "12:12:41\tCompleted 3073 to KZ613600: 2135.061646524767\n", - "12:12:41\tCompleted 3138 to KZ395400: 1029.156138518093712:12:41\tCompleted 3066 to KZ431000: 1686.70607557582\n", - "\n", - "12:12:41\tCompleted 3116 to KZ351800: 904.7448912621297\n", - "12:12:41\tCompleted 3086 to KZ194600: 1628.1716833964995\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:12:41\tCompleted 3109 to KZ431000: 2371.2475834737884\n", - "12:12:41\tCompleted 3089 to KZ552200: 194.61978326916054\n", - "12:12:41\tCompleted 3121 to KZ192600: 1660.0756182450843\n", - "12:12:41\tCompleted 3099 to KZ636200: 1494.7213112110828\n", - "12:12:41\tCompleted 3137 to KZ313600: 2153.804995027212\n", - "12:12:41\tCompleted 3095 to KZ554600: 498.27106543001827\n", - "12:12:42\tCompleted 3140 to KZ114000: 384.64297792685994\n", - "12:12:42\tCompleted 3079 to KZ791310: 2141.126033020708\n", - "12:12:42\tCompleted 3077 to KZ353200: 1246.5047062324948\n", - "12:12:42\tCompleted 3071 to KZ316000: 1635.9219163826365\n", - "12:12:42\tCompleted 3067 to KZ555200: 1764.5111886119603\n", - "12:12:42\tCompleted 3056 to KZ314200: 2534.123213303612\n", - "12:12:42\tCompleted 3059 to KZ194400: 2184.130797067541\n", - "12:12:42\tCompleted 3092 to KZ633400: 1109.2616404360003\n", - "12:12:42\tCompleted 3075 to KZ151000: 2681.817393118228\n", - "12:12:42\tCompleted 3141 to KZ193400: 4553.497152980394\n", - "12:12:42\tCompleted 3139 to KZ551600: 2630.818494557110612:12:42\tCompleted 3098 to KZ196400: 1893.0801645478277\n", - "\n", - "12:12:42\tCompleted 3138 to KZ392000: 826.0620125646275\n", - "12:12:42\tCompleted 3089 to KZ554600: 510.31970788932074\n", - "12:12:43\tCompleted 3122 to KZ636400: 1847.0415056442775\n", - "12:12:43\tCompleted 3080 to KZ274200: 4247.223101997742\n", - "12:12:43\tCompleted 3140 to KZ117000: 307.27532137346384\n", - "12:12:43\tCompleted 3106 to KZ751510: 3886.8087873288014\n", - "12:12:43\tCompleted 3117 to KZ396600: 967.5128959555951\n", - "12:12:43\tCompleted 3068 to KZ273200: 2016.0254967401431\n", - "12:12:43\tCompleted 3111 to KZ613800: 3009.3175613210565\n", - "12:12:43\tCompleted 3131 to KZ615600: 2698.8743980055133\n", - "12:12:43\tCompleted 3126 to KZ154600: 3495.950876868338\n", - "12:12:43\tCompleted 3072 to KZ434800: 1584.4848496880004\n", - "12:12:43\tCompleted 3118 to KZ791710: 1611.5999377280148\n", - "12:12:44\tCompleted 3055 to KZ636800: 2318.174457288056\n", - "12:12:44\tCompleted 3061 to KZ195800: 2190.7063815743636\n", - "12:12:44\tCompleted 3092 to KZ633600: 625.4926788302121\n", - "12:12:44\tCompleted 3053 to KZ193600: 1897.5903799913622\n", - "12:12:44\tCompleted 3116 to KZ393200: 1063.0080282410322\n", - "12:12:44\tCompleted 3120 to KZ154200: 2413.844569261847\n", - "12:12:44\tCompleted 3094 to KZ392000: 1239.5539262985956\n", - "12:12:44\tCompleted 3057 to KZ551000: 1595.2823044055708\n", - "12:12:44\tCompleted 3070 to KZ751710: 1837.8751479376367\n", - "12:12:44\tCompleted 3109 to KZ435200: 2462.05937686384\n", - "12:12:44\tCompleted 3106 to KZ231000: 702.2781157039774\n", - "12:12:44\tCompleted 3056 to KZ353200: 1259.1614428194955\n", - "12:12:44\tCompleted 3083 to KZ113200: 578.245878973941912:12:44\tCompleted 3144 to KZ591000: 660.0882354784704\n", - "12:12:44\tCompleted 3095 to KZ555600: 1036.3157819947583\n", - "\n", - "12:12:44\tCompleted 3093 to KZ314800: 1453.212739563891\n", - "12:12:44\tCompleted 3140 to KZ114400: 433.51516148206315\n", - "12:12:44\tCompleted 3076 to KZ195600: 2066.710782389443\n", - "12:12:44\tCompleted 3089 to KZ555600: 778.247357552978\n", - "12:12:44\tCompleted 3102 to KZ615600: 1699.0003835718678\n", - "12:12:45\tCompleted 3143 to KZ393400: 2292.160238318969\n", - "12:12:45\tCompleted 3124 to KZ554800: 3036.825609463088\n", - "12:12:45\tCompleted 3111 to KZ273200: 470.17259297558803\n", - "12:12:45\tCompleted 3100 to KZ474600: 3152.494723662325\n", - "12:12:45\tCompleted 3114 to KZ751810: 4010.463917265416\n", - "12:12:45\tCompleted 3138 to KZ395600: 1139.6282185455973\n", - "12:12:45\tCompleted 3078 to KZ431900: 2278.731755388105\n", - "12:12:45\tCompleted 3110 to KZ614600: 2843.9638662376556\n", - "12:12:45\tCompleted 3067 to KZ551600: 1497.944466626415\n", - "12:12:45\tCompleted 3088 to KZ434600: 2317.9715267475162\n", - "12:12:45\tCompleted 3066 to KZ435200: 1763.0123818042355\n", - "12:12:45\tCompleted 3090 to KZ275000: 2362.1326180964516\n", - "12:12:45\tCompleted 3136 to KZ154000: 3543.212969043398\n", - "12:12:45\tCompleted 3097 to KZ153200: 2224.0949265051786\n", - "12:12:45\tCompleted 3142 to KZ635400: 4091.7088703200575\n", - "12:12:45\tCompleted 3129 to KZ354000: 2404.1937680042347\n", - "12:12:46\tCompleted 3054 to KZ234800: 2757.6209426106943\n", - "12:12:46\tCompleted 3106 to KZ234000: 603.7339162558642\n", - "12:12:46\tCompleted 3123 to KZ433200: 2225.0504231715818\n", - "12:12:46\tCompleted 3140 to KZ114600: 541.914253869493\n", - "12:12:46\tCompleted 3087 to KZ633800: 2535.49871005441\n", - "12:12:46\tCompleted 3089 to KZ551000: 233.1187633368093\n", - "12:12:46\tCompleted 3092 to KZ633800: 926.0780263107413\n", - "12:12:46\tCompleted 3073 to KZ614000: 2263.474309066493\n", - "12:12:46\tCompleted 3086 to KZ194800: 1783.1262876530977\n", - "12:12:46\tCompleted 3077 to KZ353600: 1973.8059064924682\n", - "12:12:46\tCompleted 3083 to KZ113400: 596.7646380505608\n", - "12:12:46\tCompleted 3111 to KZ274400: 274.06017310295044\n", - "12:12:46\tCompleted 3071 to KZ316600: 1572.3817816571004\n", - "12:12:46\tCompleted 3095 to KZ551000: 491.18718777859\n", - "12:12:47\tCompleted 3137 to KZ314000: 1936.2387303835221\n", - "12:12:47\tCompleted 3122 to KZ631000: 1387.5314336138965\n", - "12:12:47\tCompleted 3116 to KZ393400: 1071.1102945497912\n", - "12:12:47\tCompleted 3079 to KZ791510: 2151.2438090169762\n", - "12:12:47\tCompleted 3063 to KZ313600: 2446.784944259412\n", - "12:12:47\tCompleted 3117 to KZ394200: 1347.6842583443836\n", - "12:12:47\tCompleted 3144 to KZ595600: 893.9758220003927\n", - "12:12:47\tCompleted 3098 to KZ196800: 1493.499152806181\n", - "12:12:47\tCompleted 3131 to KZ615800: 2301.6364528880563\n", - "12:12:47\tCompleted 3094 to KZ395600: 1116.7072755896722\n", - "12:12:47\tCompleted 3109 to KZ434800: 2383.6256125871223\n", - "12:12:47\tCompleted 3089 to KZ556000: 281.2401455448264\n", - "12:12:47\tCompleted 3099 to KZ636400: 1908.3079054855573\n", - "12:12:48\tCompleted 3057 to KZ556000: 1643.403686613588\n", - "12:12:48\tCompleted 3106 to KZ234200: 1210.5051751149758\n", - "12:12:48\tCompleted 3139 to KZ553200: 2749.7664879638073\n", - "12:12:48\tCompleted 3121 to KZ196600: 1919.1525748347024\n", - "12:12:48\tCompleted 3111 to KZ275400: 1022.1401053695054\n", - "12:12:48\tCompleted 3103 to KZ274000: 3568.65304293748\n", - "12:12:48\tCompleted 3138 to KZ395800: 1394.7863303143104\n", - "12:12:48\tCompleted 3083 to KZ113600: 730.8617120569991\n", - "12:12:48\tCompleted 3141 to KZ193600: 4022.37270746033\n", - "12:12:48\tCompleted 3095 to KZ556000: 539.3085699866072\n", - "12:12:48\tCompleted 3140 to KZ114800: 900.1497832228081\n", - "12:12:48\tCompleted 3144 to KZ596000: 536.7908379473025\n", - "12:12:48\tCompleted 3053 to KZ194000: 2091.618560422954\n", - "12:12:48\tCompleted 3093 to KZ315400: 1415.760087644719\n", - "12:12:48\tCompleted 3126 to KZ154800: 3379.131557120295\n", - "12:12:48\tCompleted 3072 to KZ433600: 1784.3276132299013\n", - "12:12:49\tCompleted 3075 to KZ153200: 2732.0110005469755\n", - "12:12:49\tCompleted 3067 to KZ553200: 1616.8924600331225\n", - "12:12:49\tCompleted 3118 to KZ611600: 1689.561222186943\n", - "12:12:49\tCompleted 3061 to KZ196000: 1960.8348557011223\n", - "12:12:49\tCompleted 3089 to KZ556800: 481.92807041676866\n", - "12:12:49\tCompleted 3070 to KZ751810: 1791.7342157037353\n", - "12:12:49\tCompleted 3092 to KZ634000: 1173.2808242077695\n", - "12:12:49\tCompleted 3068 to KZ274400: 1946.0918967517082\n", - "12:12:49\tCompleted 3111 to KZ273600: 25.112236360181942\n", - "12:12:49\tCompleted 3116 to KZ391600: 1005.7022584582783\n", - "12:12:49\tCompleted 3102 to KZ615800: 1713.3800028993999\n", - "12:12:49\tCompleted 3066 to KZ434800: 1678.035471729319\n", - "12:12:50\tCompleted 3106 to KZ234600: 1325.6754735530558\n", - "12:12:50\tCompleted 3056 to KZ353600: 1986.462643079469\n", - "12:12:50\tCompleted 3143 to KZ391600: 2227.104770069818\n", - "12:12:50\tCompleted 3120 to KZ156000: 1987.0938016300627\n", - "12:12:50\tCompleted 3110 to KZ614800: 3083.673871495336\n", - "12:12:50\tCompleted 3140 to KZ111010: 437.50190765285674\n", - "12:12:50\tCompleted 3138 to KZ392400: 925.2626402443788\n", - "12:12:50\tCompleted 3076 to KZ195800: 2128.8595096694075\n", - "12:12:50\tCompleted 3077 to KZ351600: 1628.834826745714\n", - "12:12:50\tCompleted 3114 to KZ751910: 4031.6048336158233\n", - "12:12:50\tCompleted 3129 to KZ351000: 2368.230134803648\n", - "12:12:50\tCompleted 3083 to KZ113800: 914.9782994266927\n", - "12:12:50\tCompleted 3089 to KZ554800: 473.27074696178494\n", - "12:12:51\tCompleted 3095 to KZ556800: 739.9964948585492\n", - "12:12:51\tCompleted 3109 to KZ433600: 2199.2691407369866\n", - "12:12:51\tCompleted 3124 to KZ556400: 2975.278410351264\n", - "12:12:51\tCompleted 3117 to KZ394400: 1483.4153428412906\n", - "12:12:51\tCompleted 3111 to KZ276600: 527.3580203216789\n", - "12:12:51\tCompleted 3136 to KZ154200: 3845.8490080127203\n", - "12:12:51\tCompleted 3097 to KZ153400: 1807.7662558750471\n", - "12:12:51\tCompleted 3123 to KZ431900: 1754.847943391269612:12:51\tCompleted 3144 to KZ596200: 923.790287618481\n", - "\n", - "12:12:51\tCompleted 3086 to KZ195600: 1988.0852991863726\n", - "12:12:51\tCompleted 3078 to KZ434600: 2312.3963258144827\n", - "12:12:51\tCompleted 3106 to KZ234800: 758.1928766865698\n", - "12:12:51\tCompleted 3098 to KZ191600: 1545.4885588721895\n", - "12:12:51\tCompleted 3137 to KZ314800: 2031.7847026155434\n", - "12:12:52\tCompleted 3131 to KZ612600: 2543.368866138082\n", - "12:12:52\tCompleted 3100 to KZ475000: 3522.8237504121025\n", - "12:12:52\tCompleted 3099 to KZ631000: 1440.855697879129\n", - "12:12:52\tCompleted 3055 to KZ635800: 2767.6767049852638\n", - "12:12:52\tCompleted 3140 to KZ116000: 406.33298877559616\n", - "12:12:52\tCompleted 3079 to KZ791710: 2122.74386966669\n", - "12:12:52\tCompleted 3094 to KZ395800: 1419.0913509961458\n", - "12:12:52\tCompleted 3089 to KZ556400: 424.3574321526664\n", - "12:12:52\tCompleted 3057 to KZ556800: 1844.09161148553\n", - "12:12:52\tCompleted 3083 to KZ114500: 639.1657349406463\n", - "12:12:52\tCompleted 3071 to KZ316200: 1902.8037801874834\n", - "12:12:52\tCompleted 3067 to KZ553600: 1567.8954582680944\n", - "12:12:52\tCompleted 3111 to KZ275000: 382.0272145979784\n", - "12:12:52\tCompleted 3116 to KZ393600: 1043.57225134602\n", - "12:12:52\tCompleted 3088 to KZ434400: 2660.9209257092416\n", - "12:12:52\tCompleted 3054 to KZ235200: 2848.76960677844\n", - "12:12:52\tCompleted 3121 to KZ194200: 1421.1023170072372\n", - "12:12:52\tCompleted 3142 to KZ635000: 3619.0420804084274\n", - "12:12:53\tCompleted 3122 to KZ634600: 1846.260961079311\n", - "12:12:53\tCompleted 3073 to KZ613900: 2540.226008207675\n", - "12:12:53\tCompleted 3077 to KZ354000: 1201.3238116891168\n", - "12:12:53\tCompleted 3106 to KZ235200: 900.3977465624998\n", - "12:12:53\tCompleted 3139 to KZ553600: 2700.7694861987843\n", - "12:12:53\tCompleted 3144 to KZ596400: 697.585267218255\n", - "12:12:53\tCompleted 3093 to KZ315600: 1542.2091565425674\n", - "12:12:53\tCompleted 3095 to KZ554800: 744.6919829030048\n", - "12:12:53\tCompleted 3102 to KZ612600: 1543.4948517044434\n", - "12:12:53\tCompleted 3066 to KZ433600: 1742.0362548120515\n", - "12:12:53\tCompleted 3061 to KZ191000: 1839.324662465711\n", - "12:12:53\tCompleted 3118 to KZ613600: 1544.353483660991\n", - "12:12:53\tCompleted 3063 to KZ314000: 2305.141580111024\n", - "12:12:53\tCompleted 3087 to KZ634000: 2782.7015079514294\n", - "12:12:53\tCompleted 3076 to KZ196000: 1422.3457689397806\n", - "12:12:54\tCompleted 3056 to KZ351600: 1641.4915633327148\n", - "12:12:54\tCompleted 3111 to KZ274800: 671.0206824407718\n", - "12:12:54\tCompleted 3141 to KZ194000: 4088.8600733055623\n", - "12:12:54\tCompleted 3138 to KZ396200: 1365.2915627541124\n", - "12:12:54\tCompleted 3070 to KZ751910: 1792.672897339958\n", - "12:12:54\tCompleted 3092 to KZ635400: 1681.516737779476\n", - "12:12:54\tCompleted 3090 to KZ274800: 2887.0204259079446\n", - "12:12:54\tCompleted 3126 to KZ155200: 3806.0702200220476\n", - "12:12:54\tCompleted 3143 to KZ393600: 2264.622195115207\n", - "12:12:54\tCompleted 3089 to KZ554200: 658.1986190637991\n", - "12:12:54\tCompleted 3140 to KZ116400: 528.7343365351153\n", - "12:12:54\tCompleted 3083 to KZ114000: 720.7410395566347\n", - "12:12:54\tCompleted 3075 to KZ153400: 2315.6823299168527\n", - "12:12:54\tCompleted 3053 to KZ196400: 2301.470309067243\n", - "12:12:54\tCompleted 3072 to KZ434000: 1992.1067081505878\n", - "12:12:54\tCompleted 3106 to KZ235600: 564.6674386820475\n", - "12:12:54\tCompleted 3110 to KZ615400: 3080.0794965768064\n", - "12:12:54\tCompleted 3109 to KZ434000: 2934.472833902147\n", - "12:12:55\tCompleted 3129 to KZ352000: 2184.508247129873\n", - "12:12:55\tCompleted 3067 to KZ552200: 1459.4275162463687\n", - "12:12:55\tCompleted 3111 to KZ275800: 232.8388492784793\n", - "12:12:55\tCompleted 3116 to KZ396400: 1264.983898019401\n", - "12:12:55\tCompleted 3077 to KZ351000: 1165.3601784885327\n", - "12:12:55\tCompleted 3094 to KZ392400: 1145.2782770224849\n", - "12:12:55\tCompleted 3095 to KZ556400: 682.425856594447\n", - "12:12:55\tCompleted 3114 to KZ751510: 4020.1207715149076\n", - "12:12:55\tCompleted 3131 to KZ616000: 2266.531808134008\n", - "12:12:55\tCompleted 3144 to KZ594600: 903.0641187457529\n", - "12:12:56\tCompleted 3140 to KZ116800: 316.3354828430897\n", - "12:12:56\tCompleted 3083 to KZ117000: 643.3733830032386\n", - "12:12:56\tCompleted 3103 to KZ274200: 3675.9690310972464\n", - "12:12:56\tCompleted 3056 to KZ354000: 1213.9805482761176\n", - "12:12:56\tCompleted 3106 to KZ233600: 1154.8343771786622\n", - "12:12:56\tCompleted 3123 to KZ434600: 1788.51251381765\n", - "12:12:56\tCompleted 3120 to KZ154600: 2285.231232375182\n", - "12:12:56\tCompleted 3098 to KZ195200: 1566.5428879494862\n", - "12:12:56\tCompleted 3057 to KZ554800: 1841.7465527166041\n", - "12:12:56\tCompleted 3086 to KZ195800: 2050.2340264663408\n", - "12:12:56\tCompleted 3138 to KZ396600: 1276.9966949015813\n", - "12:12:56\tCompleted 3136 to KZ156000: 3419.0982403809408\n", - "12:12:56\tCompleted 3111 to KZ276000: 485.6495289706975\n", - "12:12:56\tCompleted 3124 to KZ554200: 3145.123312204456\n", - "12:12:57\tCompleted 3144 to KZ711110: 151.29641233145958\n", - "12:12:57\tCompleted 3122 to KZ634400: 1367.9789239911943\n", - "12:12:57\tCompleted 3137 to KZ315400: 1994.3320506963714\n", - "12:12:57\tCompleted 3079 to KZ611600: 2071.918530814021\n", - "12:12:57\tCompleted 3068 to KZ275400: 2621.280328708708\n", - "12:12:57\tCompleted 3092 to KZ635000: 1208.8499478678416\n", - "12:12:57\tCompleted 3121 to KZ751210: 1519.320496315713212:12:57\tCompleted 3117 to KZ433200: 2148.1128510413787\n", - "\n", - "12:12:57\tCompleted 3114 to KZ231000: 766.867350886552\n", - "12:12:57\tCompleted 3109 to KZ471000: 1791.5609904549528\n", - "12:12:57\tCompleted 3140 to KZ111810: 338.19957586621837\n", - "12:12:57\tCompleted 3071 to KZ311000: 1757.6545998882593\n", - "12:12:57\tCompleted 3097 to KZ153600: 2590.365301065732612:12:57\tCompleted 3104 to KZ113200: 171.43748157806476\n", - "\n", - "12:12:57\tCompleted 3076 to KZ191000: 1530.0628893488645\n", - "12:12:57\tCompleted 3099 to KZ634600: 1899.5852253445435\n", - "12:12:58\tCompleted 3078 to KZ434400: 2655.345724776208\n", - "12:12:58\tCompleted 3144 to KZ711410: 177.40891241497133\n", - "12:12:58\tCompleted 3073 to KZ612000: 2060.483209031667\n", - "12:12:58\tCompleted 3077 to KZ352000: 1251.056023783899\n", - "12:12:58\tCompleted 3102 to KZ616000: 1728.1618591760744\n", - "12:12:58\tCompleted 3111 to KZ276200: 336.77791370657013\n", - "12:12:58\tCompleted 3139 to KZ552200: 2592.3015441770713\n", - "12:12:58\tCompleted 3088 to KZ431000: 2001.7424948557693\n", - "12:12:58\tCompleted 3083 to KZ114400: 777.911852229756\n", - "12:12:58\tCompleted 3138 to KZ394200: 1053.47330085962\n", - "12:12:58\tCompleted 3114 to KZ234000: 668.3231514384388\n", - "12:12:58\tCompleted 3067 to KZ554600: 1509.2962352024203\n", - "12:12:58\tCompleted 3142 to KZ632200: 2968.7223991747437\n", - "12:12:58\tCompleted 3110 to KZ615200: 2895.6630652812596\n", - "12:12:58\tCompleted 3095 to KZ554200: 878.2568923767476\n", - "12:12:58\tCompleted 3093 to KZ316000: 1530.2237141447415\n", - "12:12:58\tCompleted 3104 to KZ113400: 140.62844951350823\n", - "12:12:58\tCompleted 3118 to KZ614000: 1672.76614620273\n", - "12:12:58\tCompleted 3053 to KZ196800: 1901.889297325604\n", - "12:12:58\tCompleted 3143 to KZ396400: 2486.0338417885723\n", - "12:12:58\tCompleted 3094 to KZ396200: 953.701362996267\n", - "12:12:58\tCompleted 3100 to KZ475200: 3533.666711196152\n", - "12:12:58\tCompleted 3063 to KZ314800: 2005.260576403375\n", - "12:12:59\tCompleted 3092 to KZ632200: 558.5302666341067\n", - "12:12:59\tCompleted 3070 to KZ751510: 1785.1614234104134\n", - "12:12:59\tCompleted 3054 to KZ235600: 2943.807372798845\n", - "12:12:59\tCompleted 3055 to KZ636200: 2436.5900271871733\n", - "12:12:59\tCompleted 3056 to KZ351000: 1178.0169150755335\n", - "12:12:59\tCompleted 3061 to KZ196200: 1834.6908112789113\n", - "12:12:59\tCompleted 3144 to KZ711210: 178.57067384186973\n", - "12:12:59\tCompleted 3109 to KZ473600: 1325.1508817733902\n", - "12:12:59\tCompleted 3066 to KZ434000: 2228.8826930443697\n", - "12:12:59\tCompleted 3126 to KZ156400: 3645.195314120234\n", - "12:13:00\tCompleted 3111 to KZ271000: 222.9429111656885\n", - "12:13:00\tCompleted 3086 to KZ196000: 1343.7202857367072\n", - "12:13:00\tCompleted 3104 to KZ113600: 230.09810652197731\n", - "12:13:00\tCompleted 3141 to KZ196400: 4522.014179981195\n", - "12:13:00\tCompleted 3083 to KZ114600: 664.4119720224638\n", - "12:13:00\tCompleted 3131 to KZ613800: 2642.145583466355712:13:00\tCompleted 3089 to KZ791110: 2022.1634136574482\n", - "\n", - "12:13:00\tCompleted 3114 to KZ234200: 1275.09441029755\n", - "12:13:00\tCompleted 3144 to KZ711310: 190.42803329780156\n", - "12:13:00\tCompleted 3057 to KZ556400: 1786.5209732214278\n", - "12:13:00\tCompleted 3140 to KZ116600: 1209.0568426541638\n", - "12:13:00\tCompleted 3138 to KZ394400: 841.4603678274236\n", - "12:13:01\tCompleted 3075 to KZ153600: 3098.281375107514\n", - "12:13:01\tCompleted 3129 to KZ354800: 2891.8531484197497\n", - "12:13:01\tCompleted 3124 to KZ791110: 2281.562171154704\n", - "12:13:01\tCompleted 3098 to KZ195000: 1495.0833967748883\n", - "12:13:01\tCompleted 3111 to KZ274000: 959.3078878997414\n", - "12:13:01\tCompleted 3104 to KZ113800: 418.01164575520085\n", - "12:13:02\tCompleted 3099 to KZ634400: 1421.3031882564267\n", - "12:13:02\tCompleted 3094 to KZ396600: 961.6202037874663\n", - "12:13:02\tCompleted 3068 to KZ273600: 1789.2395876912396\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:13:02\tCompleted 3109 to KZ474200: 1819.2103854984996\n", - "12:13:02\tCompleted 3077 to KZ354800: 1688.983192104653\n", - "12:13:02\tCompleted 3090 to KZ275800: 2356.6032498963664\n", - "12:13:02\tCompleted 3072 to KZ471000: 3333.094526058669\n", - "12:13:02\tCompleted 3140 to KZ115600: 502.27192406977304\n", - "12:13:02\tCompleted 3117 to KZ431900: 1697.088877617028\n", - "12:13:02\tCompleted 3087 to KZ635400: 3290.9374215231073\n", - "12:13:02\tCompleted 3121 to KZ751110: 1526.9258784723925\n", - "12:13:02\tCompleted 3056 to KZ352000: 1429.4842776796897\n", - "12:13:02\tCompleted 3076 to KZ196200: 1886.280819610747\n", - "12:13:02\tCompleted 3137 to KZ315600: 2120.7811195942195\n", - "12:13:02\tCompleted 3079 to KZ613600: 2126.113667457837\n", - "12:13:02\tCompleted 3106 to KZ633200: 4113.877019187894\n", - "12:13:02\tCompleted 3120 to KZ154800: 2168.4119126271676\n", - "12:13:02\tCompleted 3114 to KZ234600: 1390.2647087356306\n", - "12:13:02\tCompleted 3071 to KZ315000: 1874.8634161218922\n", - "12:13:02\tCompleted 3092 to KZ635200: 1474.4549956608696\n", - "12:13:02\tCompleted 3145 to KZ273200: 3189.080884665539\n", - "12:13:02\tCompleted 3123 to KZ434400: 2131.461912779385\n", - "12:13:02\tCompleted 3104 to KZ114500: 283.08172655621627\n", - "12:13:02\tCompleted 3136 to KZ154600: 3717.2356711260554\n", - "12:13:03\tCompleted 3138 to KZ433200: 1139.2735695095853\n", - "12:13:03\tCompleted 3097 to KZ154000: 2111.7115786618792\n", - "12:13:03\tCompleted 3144 to KZ555200: 833.8127341832487\n", - "12:13:03\tCompleted 3053 to KZ191600: 1953.8787033916126\n", - "12:13:03\tCompleted 3093 to KZ316600: 1466.6835794192014\n", - "12:13:03\tCompleted 3122 to KZ313600: 1883.7484140096153\n", - "12:13:03\tCompleted 3139 to KZ554600: 2648.4918827497636\n", - "12:13:03\tCompleted 3078 to KZ431000: 1996.1672939227358\n", - "12:13:03\tCompleted 3111 to KZ274200: 1064.5173789635337\n", - "12:13:03\tCompleted 3083 to KZ114800: 1236.247844852583\n", - "12:13:03\tCompleted 3086 to KZ191000: 1451.437406145794\n", - "12:13:03\tCompleted 3067 to KZ555600: 2079.648705312917\n", - "12:13:04\tCompleted 3102 to KZ613800: 1951.6668896823214\n", - "12:13:04\tCompleted 3061 to KZ192600: 1894.6805065645851\n", - "12:13:04\tCompleted 3088 to KZ435200: 2078.0488010841846\n", - "12:13:04\tCompleted 3114 to KZ234800: 891.5048608726862\n", - "12:13:04\tCompleted 3140 to KZ115200: 695.7540385560354\n", - "12:13:04\tCompleted 3063 to KZ315400: 1967.8079244842029\n", - "12:13:04\tCompleted 3109 to KZ474600: 1496.385824680429\n", - "12:13:04\tCompleted 3104 to KZ114000: 219.22471298865537\n", - "12:13:04\tCompleted 3095 to KZ791110: 1703.200157439635912:13:04\tCompleted 3077 to KZ355200: 1134.28790317035\n", - "\n", - "12:13:04\tCompleted 3110 to KZ616400: 3597.2846174766737\n", - "12:13:04\tCompleted 3143 to KZ394000: 2717.9686911543936\n", - "12:13:04\tCompleted 3144 to KZ551600: 567.2460121977026\n", - "12:13:05\tCompleted 3112 to KZ113200: 196.99681358188897\n", - "12:13:05\tCompleted 3118 to KZ613900: 1949.5178453439237\n", - "12:13:05\tCompleted 3138 to KZ431900: 1013.7790721279292\n", - "12:13:05\tCompleted 3126 to KZ155600: 3558.040093700141\n", - "12:13:05\tCompleted 3073 to KZ614400: 2466.7588076474713\n", - "12:13:05\tCompleted 3057 to KZ554200: 1950.044255457969\n", - "12:13:05\tCompleted 3124 to KZ791310: 2259.280622194304\n", - "12:13:05\tCompleted 3104 to KZ117000: 141.85705643525898\n", - "12:13:05\tCompleted 3100 to KZ471800: 3363.2764910354263\n", - "12:13:05\tCompleted 3083 to KZ111010: 773.5999692826315\n", - "12:13:05\tCompleted 3114 to KZ235200: 964.9869817450744\n", - "12:13:05\tCompleted 3142 to KZ635200: 3884.6471282014413\n", - "12:13:05\tCompleted 3092 to KZ632400: 1267.1120328544653\n", - "12:13:05\tCompleted 3129 to KZ355200: 2241.529085664423\n", - "12:13:06\tCompleted 3054 to KZ233600: 2949.5693615989694\n", - "12:13:06\tCompleted 3076 to KZ192600: 1570.662383975532\n", - "12:13:06\tCompleted 3112 to KZ113400: 153.0505275475178\n", - "12:13:06\tCompleted 3094 to KZ394200: 1410.5305825412245\n", - "12:13:06\tCompleted 3089 to KZ791310: 1998.0405300995392\n", - "12:13:06\tCompleted 3141 to KZ196800: 3990.1725777399934\n", - "12:13:06\tCompleted 3066 to KZ471000: 2764.1951168519154\n", - "12:13:06\tCompleted 3056 to KZ354800: 1701.6399286916537\n", - "12:13:06\tCompleted 3104 to KZ114400: 281.42936566753673\n", - "12:13:06\tCompleted 3077 to KZ355600: 1234.131313204847612:13:06\tCompleted 3067 to KZ551000: 1534.520111096751\n", - "\n", - "12:13:06\tCompleted 3144 to KZ553200: 686.194005604410112:13:06\tCompleted 3109 to KZ475000: 1866.7148514302296\n", - "\n", - "12:13:06\tCompleted 3137 to KZ316000: 1666.3121165697019\n", - "12:13:06\tCompleted 3131 to KZ273200: 4159.768055184484\n", - "12:13:06\tCompleted 3123 to KZ431000: 1472.2834819258821\n", - "12:13:06\tCompleted 3070 to KZ231000: 2738.6371033481287\n", - "12:13:06\tCompleted 3140 to KZ115400: 916.3268104216925\n", - "12:13:06\tCompleted 3100 to KZ593200: 480.7270068044496\n", - "12:13:07\tCompleted 3114 to KZ235600: 629.2566738646223\n", - "12:13:07\tCompleted 3068 to KZ276600: 1871.0648343902155\n", - "12:13:07\tCompleted 3098 to KZ194400: 1817.5189496144817\n", - "12:13:07\tCompleted 3055 to KZ636400: 2853.7046878787573\n", - "12:13:07\tCompleted 3075 to KZ154000: 2619.6276527036734\n", - "12:13:07\tCompleted 3121 to KZ751310: 1528.4405970981538\n", - "12:13:07\tCompleted 3083 to KZ116000: 750.7296795232891\n", - "12:13:07\tCompleted 3138 to KZ434600: 1051.678596378135\n", - "12:13:07\tCompleted 3112 to KZ113600: 232.31659181628962\n", - "12:13:07\tCompleted 3071 to KZ314200: 1759.0688134506324\n", - "12:13:07\tCompleted 3117 to KZ434600: 1730.7534480434083\n", - "12:13:07\tCompleted 3079 to KZ614000: 2171.4725061304093\n", - "12:13:07\tCompleted 3053 to KZ195200: 1974.9330324689092\n", - "12:13:08\tCompleted 3086 to KZ196200: 1807.6553364076765\n", - "12:13:08\tCompleted 3092 to KZ632800: 1021.8141923594278\n", - "12:13:08\tCompleted 3104 to KZ114600: 422.7189119574172\n", - "12:13:08\tCompleted 3144 to KZ553600: 419.49545650900734\n", - "12:13:08\tCompleted 3120 to KZ155200: 2595.3505755289207\n", - "12:13:08\tCompleted 3122 to KZ314000: 1728.739199124003\n", - "12:13:08\tCompleted 3078 to KZ435200: 2072.473600151151\n", - "12:13:08\tCompleted 3097 to KZ154200: 2414.347617631199\n", - "12:13:09\tCompleted 3112 to KZ113800: 392.2199754132118\n", - "12:13:09\tCompleted 3099 to KZ313600: 1945.0148138508953\n", - "12:13:09\tCompleted 3106 to KZ634800: 4657.733992398955\n", - "12:13:09\tCompleted 3114 to KZ233600: 1219.4236123612352\n", - "12:13:09\tCompleted 3071 to KZ353200: 418.780697433003612:13:09\tCompleted 3136 to KZ154800: 3600.4163513780013\n", - "\n", - "12:13:09\tCompleted 3100 to KZ595800: 584.6466168448269\n", - "12:13:09\tCompleted 3093 to KZ316200: 1797.1055779495885\n", - "12:13:09\tCompleted 3124 to KZ791510: 2269.3983981905726\n", - "12:13:09\tCompleted 3095 to KZ791310: 1679.0772738817268\n", - "12:13:09\tCompleted 3061 to KZ196600: 2153.7574631542\n", - "12:13:09\tCompleted 3087 to KZ635000: 2818.2706316114773\n", - "12:13:09\tCompleted 3054 to KZ633200: 1538.5339583956707\n", - "12:13:09\tCompleted 3083 to KZ116400: 864.8323981648902\n", - "12:13:09\tCompleted 3088 to KZ434800: 1993.0718910092683\n", - "12:13:09\tCompleted 3109 to KZ475200: 1877.5578122142779\n", - "12:13:09\tCompleted 3118 to KZ612000: 1469.7750461678863\n", - "12:13:09\tCompleted 3063 to KZ315600: 2094.256993382051\n", - "12:13:09\tCompleted 3138 to KZ434400: 1088.6036087222303\n", - "12:13:09\tCompleted 3072 to KZ473600: 2914.119760035726\n", - "12:13:10\tCompleted 3056 to KZ355200: 1247.8334187649862\n", - "12:13:10\tCompleted 3144 to KZ552200: 528.7290618176562\n", - "12:13:10\tCompleted 3126 to KZ156800: 2956.050627528118\n", - "12:13:10\tCompleted 3143 to KZ396800: 2464.0611487148067\n", - "12:13:10\tCompleted 3090 to KZ276000: 2772.4342756514015\n", - "12:13:10\tCompleted 3110 to KZ615600: 3207.725051700789\n", - "12:13:10\tCompleted 3067 to KZ556000: 1582.6414933047681\n", - "12:13:10\tCompleted 3112 to KZ114500: 308.6410585600405\n", - "12:13:10\tCompleted 3100 to KZ593400: 394.03387949268654\n", - "12:13:10\tCompleted 3076 to KZ196600: 1994.5797255778525\n", - "12:13:10\tCompleted 3145 to KZ274400: 3119.147284677087612:13:10\tCompleted 3104 to KZ114800: 734.7315182846039\n", - "\n", - "12:13:10\tCompleted 3102 to KZ273200: 3011.7877877038713\n", - "12:13:10\tCompleted 3094 to KZ394400: 1490.4177936759868\n", - "12:13:10\tCompleted 3139 to KZ555600: 3212.522733243591\n", - "12:13:11\tCompleted 3092 to KZ636800: 1042.2324888782891\n", - "12:13:11\tCompleted 3073 to KZ614600: 2153.703327808661\n", - "12:13:11\tCompleted 3129 to KZ355600: 2437.0012695199744\n", - "12:13:11\tCompleted 3083 to KZ116800: 652.4335444728648\n", - "12:13:11\tCompleted 3077 to KZ352100: 1852.1135869810016\n", - "12:13:11\tCompleted 3068 to KZ275000: 1747.379595064476\n", - "12:13:11\tCompleted 3057 to KZ791110: 2351.306651085529\n", - "12:13:11\tCompleted 3112 to KZ114000: 244.78404499247966\n", - "12:13:11\tCompleted 3089 to KZ791510: 1996.5810552457888\n", - "12:13:11\tCompleted 3086 to KZ192600: 1492.0369007724616\n", - "12:13:11\tCompleted 3144 to KZ554600: 673.4678298055982\n", - "12:13:12\tCompleted 3141 to KZ191600: 4015.970553800078\n", - "12:13:12\tCompleted 3109 to KZ471800: 1707.1675920535363\n", - "12:13:12\tCompleted 3104 to KZ111010: 272.08364271465194\n", - "12:13:12\tCompleted 3066 to KZ473600: 2297.785008170401\n", - "12:13:12\tCompleted 3121 to KZ751410: 1544.1082161889137\n", - "12:13:12\tCompleted 3126 to KZ193200: 1185.4235492837668\n", - "12:13:12\tCompleted 3071 to KZ353600: 1146.0818976929775\n", - "12:13:12\tCompleted 3053 to KZ195000: 1903.4735412943096\n", - "12:13:12\tCompleted 3123 to KZ435200: 1548.5897881542976\n", - "12:13:12\tCompleted 3100 to KZ594200: 573.8916285561982\n", - "12:13:12\tCompleted 3137 to KZ316600: 2045.2555424708537\n", - "12:13:12\tCompleted 3056 to KZ355600: 1246.7880497918484\n", - "12:13:12\tCompleted 3142 to KZ632400: 3677.3041653950663\n", - "12:13:12\tCompleted 3138 to KZ431000: 1374.2641638430107\n", - "12:13:12\tCompleted 3122 to KZ314800: 1442.2240461535728\n", - "12:13:12\tCompleted 3083 to KZ111810: 574.3075799463454\n", - "12:13:13\tCompleted 3112 to KZ117000: 167.41638843908353\n", - "12:13:12\tCompleted 3098 to KZ194600: 1762.5997916555068\n", - "12:13:13\tCompleted 3104 to KZ116000: 254.24719296106974\n", - "12:13:13\tCompleted 3124 to KZ791710: 2240.8984588402864\n", - "12:13:13\tCompleted 3131 to KZ274400: 4089.8344551960226\n", - "12:13:13\tCompleted 3061 to KZ194200: 1655.7072053267389\n", - "12:13:13\tCompleted 3079 to KZ613900: 2408.392503300131\n", - "12:13:13\tCompleted 3077 to KZ352200: 1192.179891367613\n", - "12:13:13\tCompleted 3075 to KZ154200: 2922.263691672995712:13:13\tCompleted 3055 to KZ631000: 2382.724413855219\n", - "\n", - "12:13:13\tCompleted 3078 to KZ434800: 1987.4966900762347\n", - "12:13:14\tCompleted 3140 to KZ151000: 2301.53538743989\n", - "12:13:14\tCompleted 3093 to KZ311000: 1651.9563976503603\n", - "12:13:14\tCompleted 3070 to KZ234000: 2947.2475807158166\n", - "12:13:14\tCompleted 3112 to KZ114400: 255.15352821627513\n", - "12:13:14\tCompleted 3071 to KZ351600: 801.1108179462227\n", - "12:13:14\tCompleted 3099 to KZ314000: 1803.371449702509\n", - "12:13:14\tCompleted 3097 to KZ156000: 1987.5968499994144\n", - "12:13:14\tCompleted 3110 to KZ615800: 2974.9013949827004\n", - "12:13:14\tCompleted 3117 to KZ434400: 2073.7028470051428\n", - "12:13:14\tCompleted 3067 to KZ556800: 1783.32941817671\n", - "12:13:14\tCompleted 3095 to KZ791510: 1677.6177990279764\n", - "12:13:14\tCompleted 3100 to KZ596600: 674.7771461329631\n", - "12:13:14\tCompleted 3144 to KZ555600: 973.0281815056974\n", - "12:13:14\tCompleted 3120 to KZ156400: 2434.4756696270833\n", - "12:13:14\tCompleted 3104 to KZ116400: 363.3160715969105\n", - "12:13:14\tCompleted 3106 to KZ633400: 4013.596244745353\n", - "12:13:15\tCompleted 3114 to KZ633200: 4247.189003374013\n", - "12:13:15\tCompleted 3087 to KZ632200: 2167.9509503777936\n", - "12:13:15\tCompleted 3063 to KZ316000: 2082.271550984211\n", - "12:13:15\tCompleted 3076 to KZ194200: 1962.6520121809008\n", - "12:13:15\tCompleted 3118 to KZ614400: 1876.0506447837267\n", - "12:13:15\tCompleted 3054 to KZ634800: 2082.390931606693\n", - "12:13:15\tCompleted 3136 to KZ155200: 4027.355014279754\n", - "12:13:15\tCompleted 3088 to KZ433600: 2192.9146545511608\n", - "12:13:15\tCompleted 3109 to KZ593200: 2599.736038434655\n", - "12:13:15\tCompleted 3071 to KZ354000: 373.59980288962566\n", - "12:13:15\tCompleted 3112 to KZ114600: 442.5968341141425512:13:15\tCompleted 3077 to KZ352300: 921.029562927334\n", - "\n", - "12:13:15\tCompleted 3143 to KZ394800: 2642.715717412859\n", - "12:13:16\tCompleted 3104 to KZ116800: 150.91721790488577\n", - "12:13:16\tCompleted 3100 to KZ595000: 509.21716482066466\n", - "12:13:16\tCompleted 3138 to KZ435200: 1465.075957233073\n", - "12:13:16\tCompleted 3151 to KZ393200: 1392.0666060343572\n", - "12:13:16\tCompleted 3123 to KZ434800: 1463.612878079381\n", - "12:13:16\tCompleted 3139 to KZ551000: 2667.3941390274395\n", - "12:13:16\tCompleted 3148 to KZ634000: 1402.6057337879897\n", - "12:13:16\tCompleted 3144 to KZ551000: 603.8216566680385\n", - "12:13:16\tCompleted 3122 to KZ315400: 1404.7713942344008\n", - "12:13:16\tCompleted 3086 to KZ196600: 1915.954242374782\n", - "12:13:16\tCompleted 3121 to KZ751710: 1579.8241700191745\n", - "12:13:16\tCompleted 3073 to KZ614800: 2535.0157898953253\n", - "12:13:16\tCompleted 3056 to KZ352100: 1864.7703235680024\n", - "12:13:16\tCompleted 3090 to KZ276200: 2491.820488917497\n", - "12:13:16\tCompleted 3083 to KZ116600: 1763.9264962946265\n", - "12:13:17\tCompleted 3089 to KZ791710: 1969.0621293320364\n", - "12:13:17\tCompleted 3071 to KZ351000: 337.6361696890414\n", - "12:13:17\tCompleted 3094 to KZ433200: 2258.9666725630036\n", - "12:13:17\tCompleted 3068 to KZ274800: 2272.2674028759725\n", - "12:13:17\tCompleted 3104 to KZ111810: 172.7813109280142\n", - "12:13:17\tCompleted 3129 to KZ352100: 2956.8658866603905\n", - "12:13:17\tCompleted 3057 to KZ791310: 2329.0251021251293\n", - "12:13:17\tCompleted 3124 to KZ611600: 2190.0731199876195\n", - "12:13:17\tCompleted 3147 to KZ155600: 2504.6065197645416\n", - "12:13:17\tCompleted 3137 to KZ316200: 1933.1939803745488\n", - "12:13:17\tCompleted 3145 to KZ275400: 3794.335716634098\n", - "12:13:17\tCompleted 3102 to KZ274400: 2941.85418771542\n", - "12:13:17\tCompleted 3061 to KZ751210: 1753.9253846352149\n", - "12:13:17\tCompleted 3072 to KZ474200: 3360.743921102248\n", - "12:13:17\tCompleted 3141 to KZ195200: 3953.7355769348105\n", - "12:13:18\tCompleted 3053 to KZ194400: 2225.909094133904\n", - "12:13:18\tCompleted 3079 to KZ612000: 1914.2641439658878\n", - "12:13:18\tCompleted 3112 to KZ114800: 760.2908502884281\n", - "12:13:18\tCompleted 3100 to KZ593600: 623.7657691049578\n", - "12:13:18\tCompleted 3054 to KZ633400: 1438.2531839531296\n", - "12:13:18\tCompleted 3144 to KZ556000: 651.9430388760557\n", - "12:13:18\tCompleted 3110 to KZ612600: 2684.281406097215\n", - "12:13:18\tCompleted 3077 to KZ352800: 1192.863734508712\n", - "12:13:18\tCompleted 3067 to KZ554800: 1780.984359407784312:13:18\tCompleted 3098 to KZ194800: 1895.5884936565658\n", - "\n", - "12:13:18\tCompleted 3099 to KZ314800: 1503.4904459948527\n", - "12:13:18\tCompleted 3083 to KZ115600: 838.3699856995478\n", - "12:13:19\tCompleted 3071 to KZ352000: 694.9367149517077\n", - "12:13:19\tCompleted 3151 to KZ393400: 1357.8390218698878\n", - "12:13:19\tCompleted 3076 to KZ751210: 1847.570188980194612:13:19\tCompleted 3142 to KZ632800: 3427.531039890289\n", - "\n", - "12:13:19\tCompleted 3066 to KZ474200: 2791.84451189549412:13:19\tCompleted 3095 to KZ791710: 1650.098873114224\n", - "\n", - "12:13:19\tCompleted 3109 to KZ595800: 2929.6147503575835\n", - "12:13:19\tCompleted 3117 to KZ431000: 1414.5244161516405\n", - "12:13:19\tCompleted 3138 to KZ434800: 1386.6421929563478\n", - "12:13:19\tCompleted 3093 to KZ315000: 1769.1652138839931\n", - "12:13:19\tCompleted 3056 to KZ352200: 1204.8366279546137\n", - "12:13:19\tCompleted 3112 to KZ111010: 297.64297471847647\n", - "12:13:19\tCompleted 3075 to KZ156000: 2495.512924041216\n", - "12:13:19\tCompleted 3118 to KZ614600: 1562.9951649448894\n", - "12:13:19\tCompleted 3078 to KZ433600: 2187.339453618127\n", - "12:13:20\tCompleted 3097 to KZ154600: 2285.734280744534\n", - "12:13:20\tCompleted 3140 to KZ153200: 2351.7289948686375\n", - "12:13:20\tCompleted 3100 to KZ595200: 621.215902162194\n", - "12:13:20\tCompleted 3063 to KZ316600: 2018.7314162586852\n", - "12:13:20\tCompleted 3106 to KZ633600: 3784.4209041569234\n", - "12:13:20\tCompleted 3104 to KZ116600: 1279.2388828918436\n", - "12:13:20\tCompleted 3086 to KZ194200: 1812.999111596692\n", - "12:13:20\tCompleted 3144 to KZ556800: 852.6309637479977\n", - "12:13:20\tCompleted 3143 to KZ395000: 2570.6911271038207\n", - "12:13:20\tCompleted 3112 to KZ116000: 227.9713555098081\n", - "12:13:21\tCompleted 3055 to KZ634600: 2841.4539413205816\n", - "12:13:21\tCompleted 3121 to KZ751810: 1533.6832377852731\n", - "12:13:21\tCompleted 3120 to KZ155600: 2347.320449207014\n", - "12:13:21\tCompleted 3122 to KZ315600: 1531.220463132249\n", - "12:13:21\tCompleted 3136 to KZ156400: 3866.4801083779403\n", - "12:13:21\tCompleted 3054 to KZ633600: 1209.07784336467\n", - "12:13:21\tCompleted 3083 to KZ115200: 1031.8521001858105\n", - "12:13:21\tCompleted 3068 to KZ275800: 1741.8502268643867\n", - "12:13:21\tCompleted 3124 to KZ613600: 2244.2682566314325\n", - "12:13:21\tCompleted 3056 to KZ352300: 1099.457816823127\n", - "12:13:21\tCompleted 3071 to KZ354800: 861.2591833051615\n", - "12:13:21\tCompleted 3114 to KZ634800: 4791.045976585077\n", - "12:13:21\tCompleted 3070 to KZ234200: 3398.1932872367524\n", - "12:13:21\tCompleted 3138 to KZ433600: 1202.2857211061967\n", - "12:13:21\tCompleted 3123 to KZ433600: 1663.455641621282\n", - "12:13:22\tCompleted 3077 to KZ356400: 1509.9432229712747\n", - "12:13:22\tCompleted 3100 to KZ591000: 511.4316309147319\n", - "12:13:22\tCompleted 3139 to KZ556000: 2715.515521235453\n", - "12:13:22\tCompleted 3151 to KZ391600: 1617.0352651204641\n", - "12:13:22\tCompleted 3088 to KZ434000: 2387.5569622575717\n", - "12:13:22\tCompleted 3089 to KZ611600: 2047.0234137909647\n", - "12:13:22\tCompleted 3104 to KZ115600: 336.85365913156824\n", - "12:13:22\tCompleted 3061 to KZ751110: 1761.5307667918942\n", - "12:13:22\tCompleted 3129 to KZ352200: 2395.049847682728\n", - "12:13:22\tCompleted 3073 to KZ615400: 2425.9196720682507\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:13:22\tCompleted 3147 to KZ156800: 1866.365832846657712:13:22\tCompleted 3137 to KZ311000: 1827.2587439815427\n", - "\n", - "12:13:22\tCompleted 3094 to KZ431900: 1807.9426991386529\n", - "12:13:22\tCompleted 3087 to KZ635200: 3083.875679404491\n", - "12:13:22\tCompleted 3112 to KZ116400: 388.875403600735\n", - "12:13:22\tCompleted 3067 to KZ556400: 1725.758779912608\n", - "12:13:22\tCompleted 3148 to KZ635400: 1910.841647359696\n", - "12:13:22\tCompleted 3099 to KZ315400: 1466.0377940756807\n", - "12:13:23\tCompleted 3110 to KZ616000: 3002.0406107153117\n", - "12:13:23\tCompleted 3076 to KZ751110: 1841.1719133169056\n", - "12:13:23\tCompleted 3071 to KZ355200: 591.8864856231714\n", - "12:13:23\tCompleted 3144 to KZ554800: 857.3264517924533\n", - "12:13:23\tCompleted 3057 to KZ791510: 2339.1428781213976\n", - "12:13:23\tCompleted 3109 to KZ593400: 3070.0539711745246\n", - "12:13:23\tCompleted 3117 to KZ435200: 1490.830722380056\n", - "12:13:23\tCompleted 3104 to KZ115200: 530.3357736178313\n", - "12:13:24\tCompleted 3079 to KZ614400: 2336.593827287978\n", - "12:13:24\tCompleted 3090 to KZ271000: 2509.513444331713\n", - "12:13:24\tCompleted 3056 to KZ352800: 1205.5204710957128\n", - "12:13:24\tCompleted 3077 to KZ352400: 1143.1325449596816\n", - "12:13:24\tCompleted 3112 to KZ116800: 176.47654990870998\n", - "12:13:24\tCompleted 3145 to KZ273600: 2962.2949756166363\n", - "12:13:24\tCompleted 3095 to KZ611600: 1728.0601575731523\n", - "12:13:24\tCompleted 3141 to KZ195000: 4399.864736251784\n", - "12:13:24\tCompleted 3054 to KZ633800: 1509.6631908451984\n", - "12:13:24\tCompleted 3093 to KZ314200: 1653.3706112127334\n", - "12:13:24\tCompleted 3086 to KZ751210: 1768.9447057771242\n", - "12:13:24\tCompleted 3100 to KZ595600: 745.3192174366541\n", - "12:13:24\tCompleted 3053 to KZ194600: 2170.989936174923\n", - "12:13:25\tCompleted 3102 to KZ275400: 3617.04261967243\n", - "12:13:25\tCompleted 3151 to KZ393600: 1205.0137274840224\n", - "12:13:25\tCompleted 3072 to KZ474600: 3037.919360284166\n", - "12:13:25\tCompleted 3083 to KZ115400: 1252.4248720514663\n", - "12:13:25\tCompleted 3122 to KZ316000: 1443.0928851106955\n", - "12:13:25\tCompleted 3066 to KZ474600: 2469.0199510774123\n", - "12:13:25\tCompleted 3071 to KZ355600: 406.4073044053562\n", - "12:13:25\tCompleted 3118 to KZ614800: 1944.307627031558\n", - "12:13:25\tCompleted 3098 to KZ195600: 2122.51340744538\n", - "12:13:25\tCompleted 3143 to KZ395200: 2102.6556420289776\n", - "12:13:25\tCompleted 3075 to KZ154600: 2793.650354786331\n", - "12:13:25\tCompleted 3144 to KZ556400: 795.0603254838956\n", - "12:13:25\tCompleted 3112 to KZ111810: 198.34064293183843\n", - "12:13:25\tCompleted 3142 to KZ636800: 3452.4246214189034\n", - "12:13:25\tCompleted 3138 to KZ434000: 1937.4894142713983\n", - "12:13:25\tCompleted 3124 to KZ614000: 2289.6270953040057\n", - "12:13:25\tCompleted 3140 to KZ153400: 1935.400324238513\n", - "12:13:26\tCompleted 3120 to KZ156800: 1745.3309830349478\n", - "12:13:26\tCompleted 3078 to KZ434000: 2381.9817613245386\n", - "12:13:26\tCompleted 3097 to KZ154800: 2168.9149609965193\n", - "12:13:26\tCompleted 3104 to KZ115400: 750.9085454834883\n", - "12:13:26\tCompleted 3129 to KZ352300: 1732.4082977663159\n", - "12:13:26\tCompleted 3077 to KZ356000: 919.5660296270361\n", - "12:13:26\tCompleted 3093 to KZ353200: 313.08249519510446\n", - "12:13:26\tCompleted 3100 to KZ596000: 388.134233383564\n", - "12:13:26\tCompleted 3063 to KZ316200: 2349.153414789053\n", - "12:13:26\tCompleted 3106 to KZ633800: 4085.006251637433\n", - "12:13:26\tCompleted 3121 to KZ751910: 1534.6219194214957\n", - "12:13:26\tCompleted 3109 to KZ594200: 2743.3958879039537\n", - "12:13:27\tCompleted 3099 to KZ315600: 1592.486862973529\n", - "12:13:27\tCompleted 3073 to KZ615200: 2205.402526852265\n", - "12:13:27\tCompleted 3055 to KZ634400: 2363.1719042325053\n", - "12:13:27\tCompleted 3151 to KZ396400: 1038.8486053968054\n", - "12:13:27\tCompleted 3148 to KZ635000: 1438.1748574480616\n", - "12:13:27\tCompleted 3117 to KZ434800: 1405.8538123051394\n", - "12:13:27\tCompleted 3068 to KZ276000: 2157.681252619452\n", - "12:13:27\tCompleted 3114 to KZ633400: 4146.908228931466\n", - "12:13:27\tCompleted 3067 to KZ554200: 1889.2820621491492\n", - "12:13:27\tCompleted 3089 to KZ613600: 1901.8156752650127\n", - "12:13:27\tCompleted 3076 to KZ751310: 1847.6571946911442\n", - "12:13:27\tCompleted 3056 to KZ356400: 1522.5999595582755\n", - "12:13:27\tCompleted 3147 to KZ193200: 1667.5684082994046\n", - "12:13:28\tCompleted 3136 to KZ155600: 3779.3248879578473\n", - "12:13:28\tCompleted 3061 to KZ751310: 1763.0454854176555\n", - "12:13:28\tCompleted 3110 to KZ613800: 3150.2947437341954\n", - "12:13:28\tCompleted 3100 to KZ596200: 775.1336830547423\n", - "12:13:28\tCompleted 3054 to KZ634000: 1756.8659887422275\n", - "12:13:28\tCompleted 3057 to KZ791710: 2310.6429387711114\n", - "12:13:28\tCompleted 3139 to KZ556800: 2916.2034461073904\n", - "12:13:28\tCompleted 3122 to KZ316600: 1455.694886008883\n", - "12:13:28\tCompleted 3144 to KZ554200: 1044.5583666445214\n", - "12:13:28\tCompleted 3086 to KZ751110: 1762.5464301138352\n", - "12:13:29\tCompleted 3071 to KZ352100: 1024.389578181509\n", - "12:13:29\tCompleted 3123 to KZ434000: 1825.2140098431491\n", - "12:13:29\tCompleted 3079 to KZ614600: 2061.7015248725775\n", - "12:13:29\tCompleted 3094 to KZ434600: 1841.6072695650332\n", - "12:13:29\tCompleted 3152 to KZ595200: 1937.8096592625047\n", - "12:13:29\tCompleted 3151 to KZ394000: 1106.5497317235934\n", - "12:13:29\tCompleted 3095 to KZ613600: 1582.8524190472003\n", - "12:13:29\tCompleted 3112 to KZ116600: 1276.9475669615465\n", - "12:13:29\tCompleted 3138 to KZ471000: 1770.30676566398\n", - "12:13:29\tCompleted 3070 to KZ234600: 3513.363585674807\n", - "12:13:29\tCompleted 3143 to KZ391000: 2298.3619065379453\n", - "12:13:29\tCompleted 3093 to KZ353600: 1040.3836954550784\n", - "12:13:29\tCompleted 3077 to KZ354400: 1589.6592995880105\n", - "12:13:29\tCompleted 3110 to KZ273200: 281.51826404303665\n", - "12:13:30\tCompleted 3148 to KZ632200: 851.5373917453325\n", - "12:13:30\tCompleted 3109 to KZ596600: 2495.6590207882987\n", - "12:13:30\tCompleted 3137 to KZ315000: 2239.930618120763\n", - "12:13:30\tCompleted 3056 to KZ352400: 1155.7892815466823\n", - "12:13:30\tCompleted 3118 to KZ615400: 1835.2115092044937\n", - "12:13:30\tCompleted 3087 to KZ632400: 2876.532716598116\n", - "12:13:30\tCompleted 3100 to KZ596400: 527.8555096552672\n", - "12:13:30\tCompleted 3088 to KZ471000: 3943.4290756910027\n", - "12:13:30\tCompleted 3071 to KZ352200: 364.4558825681219\n", - "12:13:30\tCompleted 3112 to KZ115600: 362.41299113539276\n", - "12:13:31\tCompleted 3124 to KZ613900: 2526.5470924737297\n", - "12:13:31\tCompleted 3145 to KZ276600: 3044.1202223156224\n", - "12:13:31\tCompleted 3121 to KZ751510: 1527.1104454919512\n", - "12:13:31\tCompleted 3129 to KZ352800: 2395.733690823826\n", - "12:13:31\tCompleted 3110 to KZ274400: 41.821067811865476\n", - "12:13:31\tCompleted 3083 to KZ151000: 2637.633449069649\n", - "12:13:31\tCompleted 3120 to KZ193200: 1857.2540530824594\n", - "12:13:31\tCompleted 3098 to KZ195800: 1986.819007795351\n", - "12:13:31\tCompleted 3099 to KZ316000: 1572.8933039078513\n", - "12:13:31\tCompleted 3141 to KZ194400: 4223.150607016526\n", - "12:13:31\tCompleted 3075 to KZ154800: 2676.8310350382944\n", - "12:13:31\tCompleted 3147 to KZ193400: 1392.7573573785326\n", - "12:13:31\tCompleted 3151 to KZ396800: 1238.0215325139393\n", - "12:13:31\tCompleted 3076 to KZ751410: 1854.6671407960407\n", - "12:13:32\tCompleted 3093 to KZ351600: 695.4126157083236\n", - "12:13:32\tCompleted 3117 to KZ433600: 1605.6965758470403\n", - "12:13:32\tCompleted 3077 to KZ351800: 946.4143392381844\n", - "12:13:32\tCompleted 3097 to KZ155200: 2595.8536238982724\n", - "12:13:32\tCompleted 3138 to KZ473600: 1303.8966569824174\n", - "12:13:32\tCompleted 3061 to KZ751410: 1778.7131045084154\n", - "12:13:32\tCompleted 3056 to KZ356000: 1097.994283522828312:13:32\tCompleted 3068 to KZ276200: 1877.0674658855285\n", - "\n", - "12:13:32\tCompleted 3140 to KZ153600: 2717.9993694291925\n", - "12:13:32\tCompleted 3104 to KZ151000: 2136.117122501694\n", - "12:13:32\tCompleted 3072 to KZ475000: 3408.2483870339433\n", - "12:13:32\tCompleted 3102 to KZ273600: 2785.0018786549686\n", - "12:13:32\tCompleted 3152 to KZ591000: 1828.0253880150426\n", - "12:13:32\tCompleted 3112 to KZ115200: 555.8951056216556\n", - "12:13:32\tCompleted 3063 to KZ311000: 2204.0042344898384\n", - "12:13:32\tCompleted 3110 to KZ275400: 800.8164332019126\n", - "12:13:32\tCompleted 3066 to KZ475000: 2839.3489778271896\n", - "12:13:32\tCompleted 3089 to KZ614000: 2030.2283378067516\n", - "12:13:32\tCompleted 3106 to KZ634000: 4332.209049534478\n", - "12:13:32\tCompleted 3067 to KZ791110: 2293.353288894612\n", - "12:13:32\tCompleted 3100 to KZ594600: 754.4075141820143\n", - "12:13:33\tCompleted 3142 to KZ635800: 3901.926869116111\n", - "12:13:33\tCompleted 3090 to KZ274000: 3173.2011342709193\n", - "12:13:33\tCompleted 3077 to KZ393200: 272.92252201296446\n", - "12:13:33\tCompleted 3114 to KZ633600: 3917.7328883430328\n", - "12:13:33\tCompleted 3093 to KZ354000: 267.90160065172654\n", - "12:13:33\tCompleted 3078 to KZ471000: 3937.853874757969\n", - "12:13:33\tCompleted 3151 to KZ394800: 981.0986602614778\n", - "12:13:33\tCompleted 3086 to KZ751310: 1769.0317114880738\n", - "12:13:33\tCompleted 3071 to KZ352300: 979.1266663715378\n", - "12:13:33\tCompleted 3073 to KZ616400: 3047.2223727531937\n", - "12:13:33\tCompleted 3136 to KZ156800: 3177.3354217858246\n", - "12:13:33\tCompleted 3109 to KZ595000: 2769.979898132815\n", - "12:13:33\tCompleted 3110 to KZ273600: 234.36372606439005\n", - "12:13:34\tCompleted 3143 to KZ395400: 2341.725801463258\n", - "12:13:34\tCompleted 3139 to KZ554800: 2920.180006955111\n", - "12:13:34\tCompleted 3095 to KZ614000: 1711.2650815889392\n", - "12:13:34\tCompleted 3122 to KZ316200: 1709.9747489155425\n", - "12:13:34\tCompleted 3054 to KZ635400: 2265.1019023139306\n", - "12:13:34\tCompleted 3055 to KZ313600: 2890.411596244083\n", - "12:13:34\tCompleted 3137 to KZ314200: 1832.7339749168773\n", - "12:13:34\tCompleted 3093 to KZ351000: 231.93796745114236\n", - "12:13:34\tCompleted 3079 to KZ614800: 2301.411530130249\n", - "12:13:34\tCompleted 3077 to KZ393400: 513.4613488022435\n", - "12:13:34\tCompleted 3144 to KZ791110: 1621.6317742204242\n", - "12:13:34\tCompleted 3057 to KZ611600: 2259.817599918444\n", - "12:13:34\tCompleted 3112 to KZ115400: 776.4678774873126\n", - "12:13:34\tCompleted 3147 to KZ193600: 1264.2367478448991\n", - "12:13:35\tCompleted 3124 to KZ612000: 2032.418733139495\n", - "12:13:35\tCompleted 3094 to KZ434400: 2184.5566685267686\n", - "12:13:35\tCompleted 3118 to KZ615200: 1614.694363988501\n", - "12:13:35\tCompleted 3071 to KZ352800: 365.1397257092207\n", - "12:13:35\tCompleted 3110 to KZ276600: 698.138671114538\n", - "12:13:35\tCompleted 3120 to KZ193400: 1582.4430021615874\n", - "12:13:35\tCompleted 3138 to KZ474200: 1797.9561607075268\n", - "12:13:35\tCompleted 3076 to KZ751710: 1886.7032104561845\n", - "12:13:35\tCompleted 3099 to KZ316600: 1516.961285850163\n", - "12:13:35\tCompleted 3056 to KZ354400: 1768.0875534838012\n", - "12:13:36\tCompleted 3136 to KZ193200: 1221.6413159966207\n", - "12:13:36\tCompleted 3151 to KZ395000: 1300.0099850597855\n", - "12:13:36\tCompleted 3152 to KZ595600: 2061.912974536965\n", - "12:13:36\tCompleted 3061 to KZ751710: 1814.4290583386762\n", - "12:13:36\tCompleted 3098 to KZ196000: 1756.9474819221032\n", - "12:13:36\tCompleted 3068 to KZ271000: 1894.760421299757\n", - "12:13:36\tCompleted 3077 to KZ391600: 647.8870115005179\n", - "12:13:36\tCompleted 3093 to KZ352000: 589.2385127138093\n", - "12:13:36\tCompleted 3148 to KZ635200: 1703.7799052410896\n", - "12:13:36\tCompleted 3087 to KZ632800: 2626.7595910933524\n", - "12:13:37\tCompleted 3129 to KZ356400: 2544.320815394301\n", - "12:13:37\tCompleted 3123 to KZ471000: 3472.9411015806186\n", - "12:13:37\tCompleted 3145 to KZ275000: 2920.4349829898774\n", - "12:13:37\tCompleted 3088 to KZ473600: 3524.4543096680595\n", - "12:13:37\tCompleted 3137 to KZ353200: 1086.6585712100496\n", - "12:13:37\tCompleted 3071 to KZ356400: 682.2192141717838\n", - "12:13:37\tCompleted 3070 to KZ234800: 2647.064961510423\n", - "12:13:37\tCompleted 3136 to KZ193400: 886.492606486881\n", - "12:13:37\tCompleted 3077 to KZ393600: 37.720935635134865\n", - "12:13:37\tCompleted 3067 to KZ791310: 2271.071739934212\n", - "12:13:38\tCompleted 3117 to KZ434000: 1902.9681304686994\n", - "12:13:38\tCompleted 3143 to KZ392000: 2458.6494965434817\n", - "12:13:38\tCompleted 3121 to KZ231000: 2991.467993262552\n", - "12:13:38\tCompleted 3097 to KZ156400: 2434.978717996435\n", - "12:13:38\tCompleted 3056 to KZ351800: 1124.8425931339773\n", - "12:13:38\tCompleted 3086 to KZ751410: 1776.0416575929703\n", - "12:13:38\tCompleted 3153 to KZ613800: 1831.988696854602\n", - "12:13:38\tCompleted 3089 to KZ613900: 2306.980036947937\n", - "12:13:38\tCompleted 3075 to KZ155200: 3103.769697940047\n", - "12:13:38\tCompleted 3141 to KZ194600: 4233.667573021024\n", - "12:13:38\tCompleted 3054 to KZ635000: 1792.4351124022994\n", - "12:13:38\tCompleted 3147 to KZ194000: 1458.2649282764921\n", - "12:13:38\tCompleted 3109 to KZ593600: 3107.4149039569743\n", - "12:13:38\tCompleted 3093 to KZ354800: 755.5609810672624\n", - "12:13:38\tCompleted 3151 to KZ395200: 1378.2107177943599\n", - "12:13:38\tCompleted 3071 to KZ352400: 315.4085361601904\n", - "12:13:38\tCompleted 3140 to KZ154000: 2239.3456470253354\n", - "12:13:38\tCompleted 3156 to KZ633800: 1175.7594511985499\n", - "12:13:39\tCompleted 3138 to KZ474600: 1475.1315998894563\n", - "12:13:39\tCompleted 3106 to KZ635400: 4840.444963106212\n", - "12:13:39\tCompleted 3104 to KZ153200: 2186.3107299304415\n", - "12:13:39\tCompleted 3063 to KZ315000: 2321.213050723477\n", - "12:13:39\tCompleted 3114 to KZ633800: 4218.318235823554\n", - "12:13:39\tCompleted 3073 to KZ615600: 2245.53087661819\n", - "12:13:39\tCompleted 3122 to KZ311000: 1630.635871932482\n", - "12:13:39\tCompleted 3056 to KZ393200: 191.10638660601876\n", - "12:13:39\tCompleted 3083 to KZ153200: 2687.8270564983964\n", - "12:13:39\tCompleted 3144 to KZ791310: 1597.5088906625151\n", - "12:13:39\tCompleted 3077 to KZ396400: 268.43949324779754\n", - "12:13:39\tCompleted 3094 to KZ431000: 1525.3782376732654\n", - "12:13:39\tCompleted 3152 to KZ596000: 1704.7279904838747\n", - "12:13:39\tCompleted 3142 to KZ636200: 3570.8401913180205\n", - "12:13:39\tCompleted 3139 to KZ556400: 2858.632807843287\n", - "12:13:39\tCompleted 3066 to KZ475200: 2850.191938611239\n", - "12:13:40\tCompleted 3124 to KZ614400: 2454.7484164615767\n", - "12:13:40\tCompleted 3079 to KZ615400: 2297.817155211726\n", - "12:13:40\tCompleted 3095 to KZ613900: 1988.016780730133\n", - "12:13:40\tCompleted 3102 to KZ276600: 2866.8271253539547\n", - "12:13:40\tCompleted 3136 to KZ193600: 1708.4153759236165\n", - "12:13:40\tCompleted 3072 to KZ475200: 3419.0913478179928\n", - "12:13:40\tCompleted 3078 to KZ473600: 3518.879108735026\n", - "12:13:40\tCompleted 3061 to KZ751810: 1768.2881261047748\n", - "12:13:40\tCompleted 3093 to KZ355200: 486.1882833852729\n", - "12:13:40\tCompleted 3148 to KZ632400: 1496.4369424346855\n", - "12:13:40\tCompleted 3057 to KZ613600: 2314.0127365622575\n", - "12:13:41\tCompleted 3077 to KZ394000: 518.4032747063916\n", - "12:13:41\tCompleted 3056 to KZ393400: 691.8896026980362\n", - "12:13:41\tCompleted 3151 to KZ391000: 1189.7772290024932\n", - "12:13:41\tCompleted 3054 to KZ632200: 1142.1154311685646\n", - "12:13:41\tCompleted 3098 to KZ191000: 1635.4372886866925\n", - "12:13:41\tCompleted 3076 to KZ751810: 1850.414554004025\n", - "12:13:41\tCompleted 3099 to KZ316200: 1839.7751677126982\n", - "12:13:41\tCompleted 3055 to KZ314000: 2688.699245776342\n", - "12:13:41\tCompleted 3112 to KZ151000: 2161.6764545055175\n", - "12:13:41\tCompleted 3090 to KZ274200: 3280.5171224306855\n", - "12:13:41\tCompleted 3155 to KZ156400: 3748.612280333072\n", - "12:13:41\tCompleted 3137 to KZ353600: 1769.5302116498206\n", - "12:13:41\tCompleted 3129 to KZ352400: 2346.0025012748033\n", - "12:13:42\tCompleted 3093 to KZ355600: 300.7091021674571\n", - "12:13:42\tCompleted 3143 to KZ395600: 2335.802845834569\n", - "12:13:42\tCompleted 3109 to KZ595200: 2643.7710056828996\n", - "12:13:42\tCompleted 3071 to KZ356000: 1096.3971517870073\n", - "12:13:42\tCompleted 3118 to KZ616400: 2456.514209889433\n", - "12:13:42\tCompleted 3077 to KZ396800: 303.943477428423\n", - "12:13:42\tCompleted 3086 to KZ751710: 1808.077727253114\n", - "12:13:43\tCompleted 3056 to KZ391600: 826.3152653963108\n", - "12:13:43\tCompleted 3136 to KZ194000: 1563.9606070689476\n", - "12:13:43\tCompleted 3091 to KZ113200: 408.59583597272257\n", - "12:13:43\tCompleted 3067 to KZ791510: 2281.1895159304804\n", - "12:13:43\tCompleted 3156 to KZ634000: 1416.9395433333696\n", - "12:13:43\tCompleted 3151 to KZ395400: 1228.1536132011527\n", - "12:13:43\tCompleted 3068 to KZ274000: 2558.4481112389553\n", - "12:13:43\tCompleted 3152 to KZ596200: 2091.727440155052\n", - "12:13:43\tCompleted 3138 to KZ475000: 1845.4606266392568\n", - "12:13:43\tCompleted 3089 to KZ612000: 1827.237237771908\n", - "12:13:43\tCompleted 3077 to KZ394800: 415.814457932803\n", - "12:13:43\tCompleted 3148 to KZ632800: 1069.5168681977727\n", - "12:13:43\tCompleted 3087 to KZ636800: 2651.653172621953\n", - "12:13:43\tCompleted 3097 to KZ155600: 2347.8234975763658\n", - "12:13:43\tCompleted 3145 to KZ274800: 3445.3227908013705\n", - "12:13:43\tCompleted 3147 to KZ196400: 1668.116676920790312:13:43\tCompleted 3070 to KZ235200: 2694.7048088737906\n", - "\n", - "12:13:44\tCompleted 3144 to KZ791510: 1596.0494158087647\n", - "12:13:44\tCompleted 3122 to KZ315000: 1758.1765204736748\n", - "12:13:44\tCompleted 3056 to KZ393600: 216.1491895309271\n", - "12:13:44\tCompleted 3124 to KZ614600: 2179.856114046174\n", - "12:13:44\tCompleted 3094 to KZ435200: 1601.6845439016809\n", - "12:13:44\tCompleted 3141 to KZ194800: 4501.783225075029\n", - "12:13:44\tCompleted 3091 to KZ113400: 427.1145950493416\n", - "12:13:44\tCompleted 3073 to KZ615800: 2259.9104959457068\n", - "12:13:44\tCompleted 3093 to KZ352100: 918.6913759436101\n", - "12:13:44\tCompleted 3088 to KZ474200: 3971.0784707345815\n", - "12:13:44\tCompleted 3077 to KZ395000: 410.57345581744556\n", - "12:13:45\tCompleted 3075 to KZ156400: 2942.8947920382334\n", - "12:13:45\tCompleted 3136 to KZ196400: 1309.0837053336568\n", - "12:13:45\tCompleted 3151 to KZ392000: 1025.0594872476863\n", - "12:13:45\tCompleted 3129 to KZ356000: 1735.806200179752\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:13:45\tCompleted 3140 to KZ154200: 2541.9816859946577\n", - "12:13:45\tCompleted 3071 to KZ354400: 1036.3081149099671\n", - "12:13:45\tCompleted 3079 to KZ615200: 2113.4007239161815\n", - "12:13:45\tCompleted 3117 to KZ471000: 3404.2184943116913\n", - "12:13:45\tCompleted 3061 to KZ751910: 1769.2268077409974\n", - "12:13:45\tCompleted 3104 to KZ153400: 1769.9820593003087\n", - "12:13:45\tCompleted 3056 to KZ396400: 259.43240424659353\n", - "12:13:45\tCompleted 3123 to KZ473600: 3053.9663355576754\n", - "12:13:45\tCompleted 3137 to KZ351600: 1349.6682589378058\n", - "12:13:45\tCompleted 3095 to KZ612000: 1508.2739815540956\n", - "12:13:45\tCompleted 3083 to KZ153400: 2271.4983858682735\n", - "12:13:45\tCompleted 3076 to KZ751910: 1832.5395694643582\n", - "12:13:46\tCompleted 3152 to KZ596400: 1611.325944218465\n", - "12:13:46\tCompleted 3093 to KZ352200: 258.7576803302228\n", - "12:13:46\tCompleted 3109 to KZ591000: 2760.7268498056114\n", - "12:13:46\tCompleted 3121 to KZ234000: 3200.07847063024\n", - "12:13:46\tCompleted 3077 to KZ395200: 164.2905089475025\n", - "12:13:46\tCompleted 3091 to KZ113600: 561.2116690557798\n", - "12:13:46\tCompleted 3098 to KZ196200: 1630.8034374998915\n", - "12:13:46\tCompleted 3106 to KZ635000: 4367.778173194543\n", - "12:13:46\tCompleted 3099 to KZ311000: 1702.234104081322\n", - "12:13:46\tCompleted 3063 to KZ314200: 2205.4184480522117\n", - "12:13:46\tCompleted 3139 to KZ554200: 3028.477709696479\n", - "12:13:46\tCompleted 3054 to KZ635200: 2058.040160195327\n", - "12:13:46\tCompleted 3114 to KZ634000: 4465.5210337206\n", - "12:13:46\tCompleted 3143 to KZ395800: 2638.186921241045\n", - "12:13:46\tCompleted 3102 to KZ275000: 2743.1418860282097\n", - "12:13:46\tCompleted 3066 to KZ471800: 2679.8017184505134\n", - "12:13:46\tCompleted 3057 to KZ614000: 2359.3715752348307\n", - "12:13:47\tCompleted 3148 to KZ636800: 1271.5573984585094\n", - "12:13:47\tCompleted 3086 to KZ751810: 1771.7890708009545\n", - "12:13:47\tCompleted 3056 to KZ394000: 491.3672536124201\n", - "12:13:47\tCompleted 3142 to KZ636400: 3987.9548520095864\n", - "12:13:47\tCompleted 3118 to KZ615600: 1654.8227137544093\n", - "12:13:47\tCompleted 3136 to KZ196800: 1475.2615458491898\n", - "12:13:47\tCompleted 3155 to KZ155600: 3661.457059912979\n", - "12:13:47\tCompleted 3151 to KZ395600: 1338.6256932286562\n", - "12:13:47\tCompleted 3147 to KZ196800: 1268.535665179141\n", - "12:13:47\tCompleted 3138 to KZ475200: 1856.303587423305\n", - "12:13:48\tCompleted 3153 to KZ273200: 3238.5498278421596\n", - "12:13:48\tCompleted 3091 to KZ113800: 745.3282564254735\n", - "12:13:48\tCompleted 3055 to KZ314800: 2448.8872283880646\n", - "12:13:48\tCompleted 3078 to KZ474200: 3965.503269801548\n", - "12:13:48\tCompleted 3072 to KZ471800: 3248.701127657267\n", - "12:13:48\tCompleted 3071 to KZ351800: 1004.5114426823882\n", - "12:13:48\tCompleted 3137 to KZ354000: 1064.6203997214977\n", - "12:13:48\tCompleted 3112 to KZ153200: 2211.870061934265\n", - "12:13:48\tCompleted 3067 to KZ791710: 2252.689576580194\n", - "12:13:48\tCompleted 3156 to KZ635400: 1925.1754569050759\n", - "12:13:48\tCompleted 3056 to KZ396800: 236.20285701869858\n", - "12:13:48\tCompleted 3063 to KZ353200: 865.1303320345871\n", - "12:13:48\tCompleted 3094 to KZ434800: 1516.7076338267643\n", - "12:13:48\tCompleted 3066 to KZ593200: 609.2991056419328\n", - "12:13:48\tCompleted 3097 to KZ156800: 1745.8340314042996\n", - "12:13:48\tCompleted 3157 to KZ351800: 779.2777413171652\n", - "12:13:48\tCompleted 3144 to KZ791710: 1568.5304898950124\n", - "12:13:49\tCompleted 3159 to KZ593600: 796.2725466952205\n", - "12:13:49\tCompleted 3124 to KZ614800: 2419.566119303851\n", - "12:13:49\tCompleted 3093 to KZ352300: 873.4284641336392\n", - "12:13:49\tCompleted 3152 to KZ594600: 2071.001271282324\n", - "12:13:49\tCompleted 3089 to KZ614400: 2233.5128363877334\n", - "12:13:49\tCompleted 3122 to KZ314200: 1630.5145515889221\n", - "12:13:49\tCompleted 3061 to KZ751510: 1761.7153338114529\n", - "12:13:49\tCompleted 3109 to KZ595600: 2632.2323361299304\n", - "12:13:49\tCompleted 3091 to KZ114500: 469.5156919394271\n", - "12:13:49\tCompleted 3072 to KZ593200: 330.4198062469405\n", - "12:13:49\tCompleted 3136 to KZ191600: 1392.161088981347\n", - "12:13:49\tCompleted 3076 to KZ751510: 1833.10084550504\n", - "12:13:50\tCompleted 3056 to KZ394800: 463.67427366767885\n", - "12:13:50\tCompleted 3151 to KZ395800: 1593.7838049973686\n", - "12:13:50\tCompleted 3145 to KZ275800: 2914.9056147897923\n", - "12:13:50\tCompleted 3139 to KZ791110: 2164.9165686467327\n", - "12:13:50\tCompleted 3143 to KZ392400: 2364.3738472673804\n", - "12:13:50\tCompleted 3137 to KZ351000: 1028.6567665209136\n", - "12:13:50\tCompleted 3068 to KZ274200: 2665.7640993987134\n", - "12:13:50\tCompleted 3129 to KZ354400: 2523.1115229339794\n", - "12:13:50\tCompleted 3122 to KZ353200: 302.09380178478614\n", - "12:13:50\tCompleted 3093 to KZ352800: 259.4415234713216\n", - "12:13:50\tCompleted 3071 to KZ393200: 871.5196442398695\n", - "12:13:50\tCompleted 3073 to KZ612600: 2090.025344750763\n", - "12:13:50\tCompleted 3054 to KZ632400: 1850.6971973889233\n", - "12:13:50\tCompleted 3066 to KZ595800: 939.1778175648792\n", - "12:13:51\tCompleted 3141 to KZ195600: 4578.563792830248\n", - "12:13:51\tCompleted 3140 to KZ156000: 2115.230918362878\n", - "12:13:51\tCompleted 3091 to KZ114000: 551.0909965554156\n", - "12:13:51\tCompleted 3087 to KZ635800: 3101.155420319161\n", - "12:13:51\tCompleted 3159 to KZ595200: 793.7226797524567\n", - "12:13:51\tCompleted 3098 to KZ192600: 1690.7931327855665\n", - "12:13:51\tCompleted 3147 to KZ191600: 1320.5250712451495\n", - "12:13:51\tCompleted 3072 to KZ595800: 434.33941628731776\n", - "12:13:51\tCompleted 3070 to KZ235600: 2789.7425748941955\n", - "12:13:51\tCompleted 3152 to KZ711110: 1346.161486977073\n", - "12:13:51\tCompleted 3075 to KZ155600: 2855.7395716181404\n", - "12:13:51\tCompleted 3138 to KZ471800: 1685.9133672625635\n", - "12:13:51\tCompleted 3106 to KZ632200: 3717.458491960819\n", - "12:13:51\tCompleted 3086 to KZ751910: 1753.914086261287812:13:51\tCompleted 3095 to KZ614400: 1914.549580169936\n", - "\n", - "12:13:51\tCompleted 3056 to KZ395000: 342.8328354077211\n", - "12:13:51\tCompleted 3088 to KZ474600: 3648.2539099164997\n", - "12:13:52\tCompleted 3148 to KZ635800: 1635.8449502559035\n", - "12:13:52\tCompleted 3157 to KZ393200: 1225.6783113674433\n", - "12:13:52\tCompleted 3099 to KZ315000: 1819.4429203149548\n", - "12:13:52\tCompleted 3136 to KZ195200: 1469.4680540661554\n", - "12:13:52\tCompleted 3083 to KZ153600: 3054.0974310589368\n", - "12:13:52\tCompleted 3079 to KZ616400: 2815.02227611159\n", - "12:13:52\tCompleted 3137 to KZ352000: 728.0950392929226\n", - "12:13:52\tCompleted 3155 to KZ156800: 3059.467593740956\n", - "12:13:52\tCompleted 3118 to KZ615800: 1669.2023330819413\n", - "12:13:52\tCompleted 3104 to KZ153600: 2552.581104490996\n", - "12:13:52\tCompleted 3151 to KZ392400: 1124.260114927437812:13:52\tCompleted 3156 to KZ635000: 1452.5086669934415\n", - "\n", - "12:13:52\tCompleted 3093 to KZ356400: 576.5210119338848\n", - "12:13:52\tCompleted 3063 to KZ353600: 1592.4315322945606\n", - "12:13:52\tCompleted 3072 to KZ593400: 253.23052355364078\n", - "12:13:52\tCompleted 3091 to KZ117000: 473.7233400020196\n", - "12:13:53\tCompleted 3069 to KZ113200: 1150.3763497023147\n", - "12:13:53\tCompleted 3066 to KZ593400: 1079.61703838182\n", - "12:13:53\tCompleted 3117 to KZ473600: 2985.243728288748\n", - "12:13:53\tCompleted 3056 to KZ395200: 342.2158191378939\n", - "12:13:53\tCompleted 3159 to KZ591000: 683.9384085049945\n", - "12:13:53\tCompleted 3067 to KZ611600: 2201.8642377275273\n", - "12:13:53\tCompleted 3142 to KZ631000: 3516.9745779860664\n", - "12:13:53\tCompleted 3124 to KZ615400: 2415.971744385322\n", - "12:13:53\tCompleted 3121 to KZ234200: 3651.024177151176\n", - "12:13:53\tCompleted 3071 to KZ393400: 944.9878913534361\n", - "12:13:53\tCompleted 3152 to KZ711410: 1344.4948419316675\n", - "12:13:53\tCompleted 3112 to KZ153400: 1795.541391304133\n", - "12:13:54\tCompleted 3122 to KZ353600: 1029.39500204476\n", - "12:13:54\tCompleted 3094 to KZ433600: 1716.5503973686652\n", - "12:13:54\tCompleted 3114 to KZ635400: 4973.756947292334\n", - "12:13:54\tCompleted 3109 to KZ596000: 2851.0280415630323\n", - "12:13:54\tCompleted 3093 to KZ352400: 209.7103339222913\n", - "12:13:54\tCompleted 3054 to KZ632800: 1600.9240718841322\n", - "12:13:54\tCompleted 3143 to KZ396200: 2172.7969332411753\n", - "12:13:54\tCompleted 3123 to KZ474200: 3500.5904966241974\n", - "12:13:54\tCompleted 3089 to KZ614600: 1920.457356548911\n", - "12:13:54\tCompleted 3057 to KZ613900: 2596.2915724045542\n", - "12:13:54\tCompleted 3072 to KZ594200: 423.58442799868897\n", - "12:13:54\tCompleted 3136 to KZ195000: 1320.33949137538\n", - "12:13:54\tCompleted 3144 to KZ611600: 1646.4917743539406\n", - "12:13:54\tCompleted 3155 to KZ193200: 1062.1606846699349\n", - "12:13:54\tCompleted 3139 to KZ791310: 2142.6350196863327\n", - "12:13:54\tCompleted 3091 to KZ114400: 608.2618092285368\n", - "12:13:54\tCompleted 3097 to KZ193200: 1841.1581116262716\n", - "12:13:54\tCompleted 3055 to KZ315400: 2411.4345764688815\n", - "12:13:54\tCompleted 3129 to KZ351800: 1757.7930740771662\n", - "12:13:54\tCompleted 3066 to KZ594200: 752.958955111235\n", - "12:13:55\tCompleted 3056 to KZ391000: 71.76046899595062\n", - "12:13:55\tCompleted 3156 to KZ632200: 865.8712012907124\n", - "12:13:55\tCompleted 3138 to KZ593200: 1602.7526188038887\n", - "12:13:55\tCompleted 3157 to KZ393400: 1233.7805776762023\n", - "12:13:55\tCompleted 3069 to KZ113400: 1228.8269129059865\n", - "12:13:55\tCompleted 3151 to KZ396200: 1564.2890374371714\n", - "12:13:55\tCompleted 3078 to KZ474600: 3642.678708983466\n", - "12:13:56\tCompleted 3159 to KZ595600: 917.8259950269168\n", - "12:13:56\tCompleted 3122 to KZ351600: 684.4239222980053\n", - "12:13:56\tCompleted 3147 to KZ195200: 1341.5794003224462\n", - "12:13:56\tCompleted 3155 to KZ193400: 727.011975160195\n", - "12:13:56\tCompleted 3063 to KZ351600: 1247.4604525478062\n", - "12:13:56\tCompleted 3148 to KZ636200: 1389.9729683576315\n", - "12:13:56\tCompleted 3137 to KZ354800: 1552.2797801370339\n", - "12:13:56\tCompleted 3091 to KZ114600: 494.7619290212445\n", - "12:13:56\tCompleted 3072 to KZ596600: 524.4699455754542\n", - "12:13:56\tCompleted 3071 to KZ391600: 879.9324231042751\n", - "12:13:56\tCompleted 3066 to KZ596600: 505.22208799556785\n", - "12:13:56\tCompleted 3152 to KZ711210: 1357.9780283716132\n", - "12:13:56\tCompleted 3086 to KZ751510: 1754.4753623019697\n", - "12:13:56\tCompleted 3056 to KZ395400: 113.86750976713938\n", - "12:13:56\tCompleted 3153 to KZ274400: 3168.616227853708\n", - "12:13:56\tCompleted 3095 to KZ614600: 1601.4941003310987\n", - "12:13:57\tCompleted 3109 to KZ596200: 2455.8113076255836\n", - "12:13:57\tCompleted 3141 to KZ195800: 4392.450665197398\n", - "12:13:57\tCompleted 3073 to KZ616000: 2247.4481151935674\n", - "12:13:57\tCompleted 3145 to KZ276000: 3330.7366405448274\n", - "12:13:57\tCompleted 3076 to KZ231000: 3622.508540758247\n", - "12:13:57\tCompleted 3093 to KZ356000: 990.6989495491092\n", - "12:13:57\tCompleted 3118 to KZ612600: 1499.3171818869848\n", - "12:13:57\tCompleted 3061 to KZ231000: 2802.57822884508\n", - "12:13:57\tCompleted 3159 to KZ596000: 560.6410109738266\n", - "12:13:57\tCompleted 3069 to KZ113600: 982.0903609218597\n", - "12:13:57\tCompleted 3124 to KZ615200: 2231.555313089778\n", - "12:13:57\tCompleted 3122 to KZ354000: 256.9129072414083\n", - "12:13:57\tCompleted 3079 to KZ615600: 2354.447085677038\n", - "12:13:57\tCompleted 3099 to KZ314200: 1703.648317643695\n", - "12:13:57\tCompleted 3136 to KZ194400: 1698.2511407798972\n", - "12:13:57\tCompleted 3098 to KZ196600: 1949.8700893751843\n", - "12:13:57\tCompleted 3140 to KZ154600: 2413.368349107993\n", - "12:13:58\tCompleted 3054 to KZ636800: 1625.8176534127472\n", - "12:13:58\tCompleted 3072 to KZ595000: 358.90996426315553\n", - "12:13:58\tCompleted 3129 to KZ393200: 1381.016353502663\n", - "12:13:58\tCompleted 3157 to KZ391600: 1121.7538656285294\n", - "12:13:58\tCompleted 3056 to KZ392000: 232.04805900150325\n", - "12:13:58\tCompleted 3070 to KZ233600: 2795.50456369432\n", - "12:13:58\tCompleted 3137 to KZ355200: 712.6930760851152\n", - "12:13:58\tCompleted 3106 to KZ635200: 4633.3832209875845\n", - "12:13:58\tCompleted 3143 to KZ396600: 2180.7157740323646\n", - "12:13:58\tCompleted 3066 to KZ595000: 779.3145383584056\n", - "12:13:58\tCompleted 3087 to KZ636200: 2770.0687425210704\n", - "12:13:58\tCompleted 3075 to KZ156800: 2253.750105446116\n", - "12:13:58\tCompleted 3151 to KZ396600: 1475.9941695846403\n", - "12:13:58\tCompleted 3063 to KZ354000: 819.9494374912092\n", - "12:13:58\tCompleted 3155 to KZ193600: 1548.9347445969304\n", - "12:13:58\tCompleted 3097 to KZ193400: 1566.3470607053996\n", - "12:13:59\tCompleted 3122 to KZ351000: 220.94927404082406\n", - "12:13:59\tCompleted 3067 to KZ613600: 2256.0593743713403\n", - "12:13:59\tCompleted 3152 to KZ711310: 1363.1915277717355\n", - "12:13:59\tCompleted 3144 to KZ613600: 1501.2840358279886\n", - "12:13:59\tCompleted 3083 to KZ154000: 2575.4437086550943\n", - "12:13:59\tCompleted 3099 to KZ353200: 363.3602016260660412:13:59\tCompleted 3071 to KZ393600: 888.7721838847101\n", - "\n", - "12:13:59\tCompleted 3069 to KZ113800: 830.2374826308833\n", - "12:13:59\tCompleted 3139 to KZ791510: 2152.752795682601\n", - "12:13:59\tCompleted 3091 to KZ114800: 1066.5978018513638\n", - "12:13:59\tCompleted 3138 to KZ595800: 1932.6313307268344\n", - "12:13:59\tCompleted 3088 to KZ475000: 4018.582936666277\n", - "12:13:59\tCompleted 3156 to KZ635200: 1718.1137147864695\n", - "12:13:59\tCompleted 3072 to KZ593600: 473.458568547448612:13:59\tCompleted 3056 to KZ395600: 82.6482984886064112:13:59\tCompleted 3104 to KZ154000: 2073.927382087143\n", - "\n", - "\n", - "12:14:00\tCompleted 3159 to KZ596200: 947.640460645005\n", - "12:14:00\tCompleted 3136 to KZ194600: 1332.05197565413\n", - "12:14:00\tCompleted 3142 to KZ634600: 3975.704105451429\n", - "12:14:00\tCompleted 3093 to KZ354400: 930.6099126720688\n", - "12:14:00\tCompleted 3057 to KZ612000: 2102.1632130703206\n", - "12:14:00\tCompleted 3066 to KZ593600: 1116.749544182571\n", - "12:14:00\tCompleted 3147 to KZ195000: 1270.1199091478509\n", - "12:14:00\tCompleted 3114 to KZ635000: 4501.090157380689\n", - "12:14:00\tCompleted 3122 to KZ352000: 502.10768367975993\n", - "12:14:00\tCompleted 3063 to KZ351000: 783.985804290625\n", - "12:14:00\tCompleted 3152 to KZ555200: 784.1862327022249\n", - "12:14:00\tCompleted 3089 to KZ614800: 2301.7698186355797\n", - "12:14:01\tCompleted 3151 to KZ394200: 1204.6937515425793\n", - "12:14:01\tCompleted 3137 to KZ355600: 1097.4279012372285\n", - "12:14:01\tCompleted 3094 to KZ434000: 1911.192705075082\n", - "12:14:01\tCompleted 3112 to KZ153600: 2578.1404364948185\n", - "12:14:01\tCompleted 3091 to KZ111010: 603.9499262814124\n", - "12:14:01\tCompleted 3129 to KZ393400: 1394.5657933382927\n", - "12:14:01\tCompleted 3148 to KZ636400: 1629.9406803171082\n", - "12:14:01\tCompleted 3072 to KZ595200: 470.9087016046849\n", - "12:14:01\tCompleted 3155 to KZ194000: 1404.4799757422616\n", - "12:14:01\tCompleted 3157 to KZ393600: 1206.242534472431\n", - "12:14:01\tCompleted 3117 to KZ474200: 3431.86788935527\n", - "12:14:01\tCompleted 3056 to KZ395800: 701.4679178556237\n", - "12:14:01\tCompleted 3109 to KZ596400: 3324.8784866028354\n", - "12:14:01\tCompleted 3121 to KZ234600: 3766.1944755892305\n", - "12:14:02\tCompleted 3159 to KZ596400: 721.435440244779\n", - "12:14:02\tCompleted 3066 to KZ595200: 653.1056459084847\n", - "12:14:02\tCompleted 3069 to KZ114500: 1162.3249977390888\n", - "12:14:02\tCompleted 3099 to KZ353600: 1090.66140188604\n", - "12:14:02\tCompleted 3070 to KZ633200: 1477.632111345535\n", - "12:14:02\tCompleted 3071 to KZ396400: 1073.4955140182383\n", - "12:14:02\tCompleted 3055 to KZ315600: 2537.883645366739\n", - "12:14:02\tCompleted 3098 to KZ194200: 1451.819831547719\n", - "12:14:02\tCompleted 3075 to KZ193200: 1547.1652049523855\n", - "12:14:02\tCompleted 3079 to KZ615800: 2192.6390536176223\n", - "12:14:02\tCompleted 3118 to KZ616000: 1683.9841893586158\n", - "12:14:02\tCompleted 3123 to KZ474600: 3177.7659358061155\n", - "12:14:02\tCompleted 3152 to KZ551600: 922.265983184951712:14:02\tCompleted 3097 to KZ193600: 1432.4547989599296\n", - "\n", - "12:14:02\tCompleted 3072 to KZ591000: 361.12443035722276\n", - "12:14:02\tCompleted 3124 to KZ616400: 2933.176865285189\n", - "12:14:03\tCompleted 3056 to KZ392400: 137.77240972539244\n", - "12:14:03\tCompleted 3136 to KZ194800: 1487.0065799107283\n", - "12:14:03\tCompleted 3091 to KZ116000: 581.0796365220698\n", - "12:14:03\tCompleted 3093 to KZ351800: 898.8132404444896\n", - "12:14:03\tCompleted 3151 to KZ394400: 1040.4578425104826\n", - "12:14:03\tCompleted 3054 to KZ635800: 2075.3199011100023\n", - "12:14:03\tCompleted 3143 to KZ394200: 2629.62615278611\n", - "12:14:03\tCompleted 3145 to KZ276200: 3050.122853810923\n", - "12:14:03\tCompleted 3122 to KZ354800: 744.5722876569442\n", - "12:14:03\tCompleted 3155 to KZ196400: 1149.6030740069725\n", - "12:14:03\tCompleted 3095 to KZ614800: 1982.8065624177673\n", - "12:14:03\tCompleted 3066 to KZ591000: 770.0614900312006\n", - "12:14:03\tCompleted 3078 to KZ475000: 4013.007735733243412:14:03\tCompleted 3140 to KZ154800: 2296.549029359973\n", - "\n", - "12:14:03\tCompleted 3063 to KZ352000: 1141.2863495532915\n", - "12:14:03\tCompleted 3086 to KZ231000: 3472.85564017404612:14:03\tCompleted 3144 to KZ614000: 1629.6966983697275\n", - "\n", - "12:14:03\tCompleted 3073 to KZ613800: 2498.197382728605\n", - "12:14:04\tCompleted 3069 to KZ114000: 1035.6038953154698\n", - "12:14:04\tCompleted 3156 to KZ632400: 1510.7707519800654\n", - "12:14:04\tCompleted 3141 to KZ196000: 4579.23142058634\n", - "12:14:04\tCompleted 3061 to KZ234000: 2971.705077387726\n", - "12:14:04\tCompleted 3139 to KZ791710: 2124.25285633231512:14:04\tCompleted 3159 to KZ594600: 926.914291772277\n", - "\n", - "12:14:04\tCompleted 3099 to KZ351600: 745.6903221392852\n", - "12:14:04\tCompleted 3056 to KZ396200: 336.34048830738925\n", - "12:14:04\tCompleted 3072 to KZ595600: 595.01201687914512:14:04\tCompleted 3152 to KZ553200: 1213.0186380542116\n", - "\n", - "12:14:04\tCompleted 3106 to KZ632400: 4426.04025818118\n", - "12:14:05\tCompleted 3076 to KZ234000: 3831.119018125935\n", - "12:14:05\tCompleted 3129 to KZ391600: 1653.762036588869\n", - "12:14:05\tCompleted 3122 to KZ355200: 472.5525251936148\n", - "12:14:05\tCompleted 3138 to KZ593400: 2073.070551543774\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:14:05\tCompleted 3147 to KZ194400: 1592.5554619874417\n", - "12:14:05\tCompleted 3153 to KZ275400: 3843.8046598107185\n", - "12:14:05\tCompleted 3091 to KZ116400: 695.1823551636711\n", - "12:14:05\tCompleted 3137 to KZ352100: 1500.4526788234825\n", - "12:14:05\tCompleted 3066 to KZ595600: 641.7954033371996\n", - "12:14:05\tCompleted 3067 to KZ614000: 2301.4182130439135\n", - "12:14:05\tCompleted 3157 to KZ396400: 1427.6541811458123\n", - "12:14:05\tCompleted 3155 to KZ196800: 1315.7809145225037\n", - "12:14:05\tCompleted 3159 to KZ711110: 175.14658535798355\n", - "12:14:05\tCompleted 3075 to KZ193400: 1223.9752651808394\n", - "12:14:05\tCompleted 3056 to KZ396600: 220.0167748445904\n", - "12:14:05\tCompleted 3069 to KZ117000: 954.8343002237144\n", - "12:14:06\tCompleted 3148 to KZ631000: 1336.1073550256776\n", - "12:14:06\tCompleted 3151 to KZ433200: 1259.6963182236345\n", - "12:14:06\tCompleted 3083 to KZ154200: 2878.0797476244165\n", - "12:14:06\tCompleted 3114 to KZ632200: 3850.7704761469286\n", - "12:14:06\tCompleted 3136 to KZ195600: 1691.9655914440032\n", - "12:14:06\tCompleted 3072 to KZ596000: 237.82703282605488\n", - "12:14:06\tCompleted 3099 to KZ354000: 318.17930708268807\n", - "12:14:06\tCompleted 3160 to KZ616000: 3395.998197528594\n", - "12:14:06\tCompleted 3122 to KZ355600: 289.7204087571388\n", - "12:14:06\tCompleted 3071 to KZ394000: 1305.4303633840648\n", - "12:14:06\tCompleted 3093 to KZ393200: 980.2473189071055\n", - "12:14:06\tCompleted 3098 to KZ751210: 1550.0380108561951\n", - "12:14:06\tCompleted 3159 to KZ711410: 201.2590854414953\n", - "12:14:06\tCompleted 3079 to KZ612600: 1902.019064732123\n", - "12:14:06\tCompleted 3087 to KZ636400: 3187.18340321265\n", - "12:14:06\tCompleted 3091 to KZ116800: 482.7835014716455\n", - "12:14:06\tCompleted 3152 to KZ553600: 1142.4404856563958\n", - "12:14:06\tCompleted 3097 to KZ194000: 1626.4829793915226\n", - "12:14:07\tCompleted 3156 to KZ632800: 1083.8506777431528\n", - "12:14:07\tCompleted 3066 to KZ596000: 860.5911087703162\n", - "12:14:07\tCompleted 3089 to KZ615400: 2192.6737008085074\n", - "12:14:07\tCompleted 3063 to KZ354800: 1307.6088179067451\n", - "12:14:07\tCompleted 3104 to KZ154200: 2376.5634210564617\n", - "12:14:07\tCompleted 3054 to KZ636200: 1744.2332233118693\n", - "12:14:07\tCompleted 3057 to KZ614400: 2524.4928963924012\n", - "12:14:07\tCompleted 3070 to KZ634800: 2021.489084556557\n", - "12:14:07\tCompleted 3112 to KZ154000: 2099.4867140909655\n", - "12:14:07\tCompleted 3129 to KZ393600: 1193.963474952328212:14:07\tCompleted 3088 to KZ475200: 4029.4258974503264\n", - "\n", - "12:14:07\tCompleted 3124 to KZ615600: 2543.6172995093043\n", - "12:14:07\tCompleted 3099 to KZ351000: 282.2156738821039\n", - "12:14:07\tCompleted 3056 to KZ394200: 875.1280123584052\n", - "12:14:07\tCompleted 3137 to KZ352200: 1055.4764793999939\n", - "12:14:07\tCompleted 3159 to KZ711210: 202.4208468683937\n", - "12:14:08\tCompleted 3142 to KZ634400: 3497.4220683633525\n", - "12:14:08\tCompleted 3069 to KZ114400: 978.751771237691\n", - "12:14:08\tCompleted 3151 to KZ431900: 1164.9995228108892\n", - "12:14:08\tCompleted 3155 to KZ191600: 1232.6804576546608\n", - "12:14:08\tCompleted 3072 to KZ596200: 624.8264824972331\n", - "12:14:08\tCompleted 3139 to KZ611600: 2073.4275174796458\n", - "12:14:08\tCompleted 3143 to KZ394400: 2709.513363920859\n", - "12:14:08\tCompleted 3066 to KZ596200: 465.3743748328471\n", - "12:14:08\tCompleted 3091 to KZ111810: 404.657536945126\n", - "12:14:08\tCompleted 3138 to KZ594200: 1746.412468273188\n", - "12:14:09\tCompleted 3055 to KZ316000: 2418.772631962548\n", - "12:14:09\tCompleted 3094 to KZ471000: 3467.064818508532\n", - "12:14:09\tCompleted 3137 to KZ352300: 398.06857843635817\n", - "12:14:09\tCompleted 3121 to KZ234800: 2899.8958514248466\n", - "12:14:09\tCompleted 3159 to KZ711310: 214.27820632432554\n", - "12:14:09\tCompleted 3056 to KZ394400: 482.9119263788944\n", - "12:14:09\tCompleted 3152 to KZ552200: 1182.8929793496172\n", - "12:14:09\tCompleted 3118 to KZ613800: 1907.489219864863\n", - "12:14:09\tCompleted 3122 to KZ352100: 907.7026825332917\n", - "12:14:09\tCompleted 3136 to KZ195800: 1754.114318723971\n", - "12:14:09\tCompleted 3071 to KZ396800: 1051.522820944468\n", - "12:14:09\tCompleted 3147 to KZ194600: 1537.6363040284668\n", - "12:14:09\tCompleted 3144 to KZ613900: 1906.4483975109213\n", - "12:14:09\tCompleted 3099 to KZ352000: 631.9081024769201\n", - "12:14:09\tCompleted 3063 to KZ355200: 908.0585704929478\n", - "12:14:09\tCompleted 3095 to KZ615400: 1873.710444590703\n", - "12:14:09\tCompleted 3093 to KZ393400: 988.3495852158654\n", - "12:14:09\tCompleted 3117 to KZ474600: 3109.0433285371882\n", - "12:14:10\tCompleted 3129 to KZ396400: 1027.7983528651112\n", - "12:14:10\tCompleted 3072 to KZ596400: 469.3969652207185\n", - "12:14:10\tCompleted 3145 to KZ271000: 3067.8158092251388\n", - "12:14:10\tCompleted 3141 to KZ191000: 4270.842267693268\n", - "12:14:10\tCompleted 3151 to KZ434600: 1202.8990470610945\n", - "12:14:10\tCompleted 3157 to KZ394000: 1659.5890305116388\n", - "12:14:10\tCompleted 3156 to KZ636800: 1285.8912080038892\n", - "12:14:10\tCompleted 3070 to KZ633400: 1377.3513369029938\n", - "12:14:10\tCompleted 3155 to KZ195200: 1309.9874227394694\n", - "12:14:10\tCompleted 3075 to KZ193600: 1867.4790105052077\n", - "12:14:10\tCompleted 3148 to KZ634600: 1736.9168322974003\n", - "12:14:10\tCompleted 3140 to KZ155200: 2723.4876922617254\n", - "12:14:10\tCompleted 3160 to KZ613800: 3544.252330547478\n", - "12:14:10\tCompleted 3122 to KZ352200: 247.7689869199045\n", - "12:14:11\tCompleted 3066 to KZ596400: 1334.4415538101307\n", - "12:14:11\tCompleted 3123 to KZ475000: 3548.094962555893\n", - "12:14:11\tCompleted 3069 to KZ114600: 1510.0745903546938\n", - "12:14:11\tCompleted 3152 to KZ554600: 1252.3167503983025\n", - "12:14:11\tCompleted 3098 to KZ751110: 1557.6433930128744\n", - "12:14:11\tCompleted 3162 to KZ155200: 2753.4508597441886\n", - "12:14:11\tCompleted 3073 to KZ273200: 3627.284203446148\n", - "12:14:11\tCompleted 3078 to KZ475200: 4023.850696517293\n", - "12:14:11\tCompleted 3136 to KZ196000: 1031.822403401283\n", - "12:14:11\tCompleted 3137 to KZ352800: 1035.1012583712666\n", - "12:14:11\tCompleted 3086 to KZ234000: 3681.466117541734\n", - "12:14:11\tCompleted 3079 to KZ616000: 2219.7782693502336\n", - "12:14:11\tCompleted 3138 to KZ596600: 1498.675601157524\n", - "12:14:12\tCompleted 3061 to KZ234200: 3462.134412733704\n", - "12:14:12\tCompleted 3097 to KZ196400: 1836.334728035818\n", - "12:14:12\tCompleted 3072 to KZ594600: 604.1003136245052\n", - "12:14:12\tCompleted 3124 to KZ615800: 2310.7936427912186\n", - "12:14:12\tCompleted 3099 to KZ354800: 805.8386874982239\n", - "12:14:12\tCompleted 3159 to KZ555200: 857.1850211015441\n", - "12:14:12\tCompleted 3063 to KZ355600: 852.756939006939812:14:12\tCompleted 3067 to KZ613900: 2538.3382102136375\n", - "\n", - "12:14:12\tCompleted 3153 to KZ273600: 3011.763918793257\n", - "12:14:12\tCompleted 3083 to KZ156000: 2451.328979992637\n", - "12:14:12\tCompleted 3160 to KZ273200: 483.90335428913045\n", - "12:14:12\tCompleted 3129 to KZ394000: 1095.4994791918991\n", - "12:14:12\tCompleted 3076 to KZ234200: 4282.064724646871\n", - "12:14:12\tCompleted 3139 to KZ613600: 2127.622654123462\n", - "12:14:12\tCompleted 3066 to KZ594600: 559.5588667517868\n", - "12:14:12\tCompleted 3069 to KZ114800: 531.2533490199498\n", - "12:14:12\tCompleted 3142 to KZ313600: 2696.863801067830512:14:12\tCompleted 3091 to KZ116600: 1594.2764532934082\n", - "\n", - "12:14:12\tCompleted 3151 to KZ434400: 1239.8240594051888\n", - "12:14:12\tCompleted 3089 to KZ615200: 1972.1565555925226\n", - "12:14:12\tCompleted 3093 to KZ391600: 923.2941169667045\n", - "12:14:12\tCompleted 3114 to KZ635200: 4766.69520517373\n", - "12:14:12\tCompleted 3155 to KZ195000: 1160.858860048694\n", - "12:14:13\tCompleted 3054 to KZ636400: 2161.3478840034672\n", - "12:14:13\tCompleted 3152 to KZ555600: 970.2189884184966\n", - "12:14:13\tCompleted 3144 to KZ612000: 1426.705598334884\n", - "12:14:13\tCompleted 3072 to KZ711110: 154.53164028031426\n", - "12:14:13\tCompleted 3122 to KZ352300: 859.7927059419811\n", - "12:14:13\tCompleted 3136 to KZ191000: 1155.3176984034246\n", - "12:14:13\tCompleted 3099 to KZ355200: 467.1750641156944\n", - "12:14:13\tCompleted 3057 to KZ614600: 2249.600593976999\n", - "12:14:13\tCompleted 3070 to KZ633600: 1148.175996314534\n", - "12:14:13\tCompleted 3143 to KZ433200: 3478.062242807879\n", - "12:14:13\tCompleted 3071 to KZ394800: 1266.8657061823776\n", - "12:14:14\tCompleted 3160 to KZ274400: 504.2642676669539\n", - "12:14:14\tCompleted 3104 to KZ156000: 1949.812653424676\n", - "12:14:14\tCompleted 3137 to KZ356400: 1087.907607557371\n", - "12:14:14\tCompleted 3148 to KZ634400: 1316.5548454029754\n", - "12:14:14\tCompleted 3159 to KZ551600: 590.61829911599812:14:14\tCompleted 3056 to KZ433200: 1739.7659428984823\n", - "\n", - "12:14:14\tCompleted 3087 to KZ631000: 2716.203129189116\n", - "12:14:14\tCompleted 3072 to KZ711410: 144.66586110128623\n", - "12:14:14\tCompleted 3122 to KZ352800: 248.45283006100334\n", - "12:14:15\tCompleted 3157 to KZ396800: 1405.6814880720424\n", - "12:14:15\tCompleted 3095 to KZ615200: 1653.1932993747103\n", - "12:14:15\tCompleted 3112 to KZ154200: 2402.122753060285\n", - "12:14:15\tCompleted 3099 to KZ355600: 350.9868085984186\n", - "12:14:15\tCompleted 3069 to KZ111010: 821.1314430723382\n", - "12:14:15\tCompleted 3091 to KZ115600: 668.7199426983287\n", - "12:14:15\tCompleted 3129 to KZ396800: 1226.971279982245\n", - "12:14:15\tCompleted 3152 to KZ551000: 839.2384816056978\n", - "12:14:15\tCompleted 3160 to KZ275400: 386.8189919940672\n", - "12:14:15\tCompleted 3066 to KZ711110: 1052.1462798683933\n", - "12:14:15\tCompleted 3156 to KZ635800: 1650.1787598012834\n", - "12:14:15\tCompleted 3141 to KZ196200: 4036.435094901923\n", - "12:14:15\tCompleted 3124 to KZ612600: 2020.1736539057304\n", - "12:14:15\tCompleted 3155 to KZ194400: 1538.7705094532112\n", - "12:14:15\tCompleted 3163 to KZ633600: 997.4089844336396\n", - "12:14:15\tCompleted 3075 to KZ194000: 1885.6650911698503\n", - "12:14:15\tCompleted 3138 to KZ595000: 1772.996478502057\n", - "12:14:15\tCompleted 3072 to KZ711210: 142.02163054326232\n", - "12:14:15\tCompleted 3063 to KZ352100: 1470.7392127830938\n", - "12:14:16\tCompleted 3093 to KZ393600: 960.811542012094\n", - "12:14:16\tCompleted 3136 to KZ196200: 1511.535628665307\n", - "12:14:16\tCompleted 3147 to KZ194800: 1670.625006029528312:14:16\tCompleted 3088 to KZ471800: 3859.0356772896007\n", - "\n", - "12:14:16\tCompleted 3055 to KZ316600: 2462.3580682433835\n", - "12:14:16\tCompleted 3140 to KZ156400: 2562.6127863599004\n", - "12:14:16\tCompleted 3159 to KZ553200: 709.5662925227055\n", - "12:14:16\tCompleted 3098 to KZ751310: 1559.1581116386358\n", - "12:14:16\tCompleted 3137 to KZ352400: 1006.4291329920626\n", - "12:14:16\tCompleted 3160 to KZ273600: 699.649461889426912:14:16\tCompleted 3152 to KZ556000: 878.7047337578823\n", - "12:14:16\tCompleted 3122 to KZ356400: 565.5323185235665\n", - "\n", - "12:14:16\tCompleted 3151 to KZ431000: 1525.4846145259705\n", - "12:14:16\tCompleted 3094 to KZ473600: 3048.090052485589\n", - "12:14:17\tCompleted 3072 to KZ711310: 132.28168985037684\n", - "12:14:17\tCompleted 3129 to KZ394800: 970.0484077297835\n", - "12:14:17\tCompleted 3118 to KZ273200: 3047.217815450808\n", - "12:14:17\tCompleted 3070 to KZ633800: 1448.7613437950624\n", - "12:14:17\tCompleted 3066 to KZ711410: 1042.2805006893652\n", - "12:14:17\tCompleted 3121 to KZ235200: 2947.535698788214\n", - "12:14:17\tCompleted 3069 to KZ116000: 1089.332044419422\n", - "12:14:17\tCompleted 3142 to KZ314000: 2479.2975364241383\n", - "12:14:17\tCompleted 3164 to KZ354400: 2395.564526772551\n", - "12:14:17\tCompleted 3162 to KZ156400: 2592.575953842368\n", - "12:14:17\tCompleted 3079 to KZ613800: 2368.032402369112\n", - "12:14:17\tCompleted 3139 to KZ614000: 2172.981492796034\n", - "12:14:17\tCompleted 3054 to KZ631000: 1690.3676099799154\n", - "12:14:17\tCompleted 3067 to KZ612000: 2044.209850879404\n", - "12:14:17\tCompleted 3159 to KZ553600: 433.8009437915579\n", - "12:14:17\tCompleted 3091 to KZ115200: 862.2020571845912\n", - "12:14:17\tCompleted 3122 to KZ352400: 198.72164051197302\n", - "12:14:17\tCompleted 3137 to KZ356000: 396.6050451360602\n", - "12:14:18\tCompleted 3155 to KZ194600: 1172.571344327444\n", - "12:14:18\tCompleted 3071 to KZ395000: 1158.1527993334907\n", - "12:14:18\tCompleted 3099 to KZ352100: 968.9690823745716\n", - "12:14:18\tCompleted 3144 to KZ614400: 1832.9811969507243\n", - "12:14:18\tCompleted 3160 to KZ276600: 1092.0962579278469\n", - "12:14:18\tCompleted 3145 to KZ274000: 3731.503499164345\n", - "12:14:18\tCompleted 3136 to KZ192600: 1195.9171930300922\n", - "12:14:18\tCompleted 3056 to KZ431900: 1614.2714455168316\n", - "12:14:18\tCompleted 3152 to KZ556800: 878.9397582858497\n", - "12:14:18\tCompleted 3063 to KZ352200: 810.8055171697055\n", - "12:14:18\tCompleted 3117 to KZ475000: 3479.3723552869656\n", - "12:14:18\tCompleted 3148 to KZ313600: 1688.3027980765555\n", - "12:14:18\tCompleted 3088 to KZ593200: 976.4861930586592\n", - "12:14:18\tCompleted 3163 to KZ633800: 1216.9525535877513\n", - "12:14:19\tCompleted 3143 to KZ431900: 2980.7818785170116\n", - "12:14:19\tCompleted 3073 to KZ274400: 3557.3506034576963\n", - "12:14:19\tCompleted 3061 to KZ234600: 3577.3047111717583\n", - "12:14:19\tCompleted 3069 to KZ116400: 803.7896210977481\n", - "12:14:19\tCompleted 3066 to KZ711210: 1039.6362701313412\n", - "12:14:19\tCompleted 3165 to KZ595000: 704.5990713540442\n", - "12:14:19\tCompleted 3099 to KZ352200: 309.0353867611844\n", - "12:14:19\tCompleted 3157 to KZ394800: 1584.3360567700986\n", - "12:14:19\tCompleted 3156 to KZ636200: 1404.3067779030114\n", - "12:14:19\tCompleted 3093 to KZ396400: 1182.2231886854743\n", - "12:14:19\tCompleted 3078 to KZ471800: 3853.460476356567\n", - "12:14:19\tCompleted 3086 to KZ234200: 4132.411824062669\n", - "12:14:19\tCompleted 3083 to KZ154600: 2749.4664107377516\n", - "12:14:19\tCompleted 3159 to KZ552200: 552.1013487359514\n", - "12:14:19\tCompleted 3160 to KZ275000: 818.196698803264812:14:19\tCompleted 3129 to KZ395000: 1288.9597325280913\n", - "\n", - "12:14:20\tCompleted 3151 to KZ435200: 1616.2964079160329\n", - "12:14:20\tCompleted 3075 to KZ196400: 1630.7881894345594\n", - "12:14:20\tCompleted 3124 to KZ616000: 2337.93285852383\n", - "12:14:20\tCompleted 3138 to KZ593600: 2110.4314843262223\n", - "12:14:20\tCompleted 3057 to KZ614800: 2489.3105992346755\n", - "12:14:20\tCompleted 3152 to KZ554800: 1108.4854122584761\n", - "12:14:20\tCompleted 3089 to KZ616400: 2813.9764014934517\n", - "12:14:20\tCompleted 3071 to KZ395200: 730.5254358581955\n", - "12:14:20\tCompleted 3155 to KZ194800: 1327.5259485840422\n", - "12:14:20\tCompleted 3137 to KZ354400: 1066.698315097034\n", - "12:14:20\tCompleted 3091 to KZ115400: 1082.7748290502482\n", - "12:14:20\tCompleted 3123 to KZ475200: 3558.9379233399422\n", - "12:14:20\tCompleted 3122 to KZ356000: 977.0631913574512\n", - "12:14:21\tCompleted 3076 to KZ234600: 4397.235023084928\n", - "12:14:21\tCompleted 3104 to KZ154600: 2247.950084169797\n", - "12:14:21\tCompleted 3160 to KZ274800: 166.2223530083819\n", - "12:14:21\tCompleted 3070 to KZ634000: 1695.9641416920915\n", - "12:14:21\tCompleted 3063 to KZ352300: 861.4754442942102\n", - "12:14:21\tCompleted 3136 to KZ196600: 1619.8345346324127\n", - "12:14:21\tCompleted 3164 to KZ351800: 2416.5992414155608\n", - "12:14:21\tCompleted 3066 to KZ711310: 1029.8963294384557\n", - "12:14:21\tCompleted 3112 to KZ156000: 1975.3719854285002\n", - "12:14:21\tCompleted 3098 to KZ751410: 1574.8257307293957\n", - "12:14:21\tCompleted 3088 to KZ595800: 1080.4058030990366\n", - "12:14:21\tCompleted 3153 to KZ276600: 3093.589165492243\n", - "12:14:21\tCompleted 3159 to KZ554600: 697.3180028321221\n", - "12:14:21\tCompleted 3069 to KZ116800: 1174.1362639977394\n", - "12:14:22\tCompleted 3140 to KZ155600: 2475.457565939819\n", - "12:14:22\tCompleted 3165 to KZ593600: 819.1476756383375\n", - "12:14:22\tCompleted 3141 to KZ192600: 4309.786022721962\n", - "12:14:22\tCompleted 3137 to KZ351800: 423.45335474720855\n", - "12:14:22\tCompleted 3099 to KZ352300: 854.4152448640607\n", - "12:14:22\tCompleted 3152 to KZ556400: 1021.8220203657222\n", - "12:14:22\tCompleted 3078 to KZ593200: 970.9109921256256\n", - "12:14:22\tCompleted 3147 to KZ195600: 1897.54991981834\n", - "12:14:22\tCompleted 3139 to KZ613900: 2409.901489965756\n", - "12:14:22\tCompleted 3095 to KZ616400: 2495.0131452756423\n", - "12:14:22\tCompleted 3144 to KZ614600: 1519.925717111887\n", - "12:14:22\tCompleted 3056 to KZ434600: 1652.170969767037\n", - "12:14:22\tCompleted 3151 to KZ434800: 1537.8626436393076\n", - "12:14:22\tCompleted 3142 to KZ314800: 2978.58484129857\n", - "12:14:22\tCompleted 3163 to KZ634000: 1458.132645722571\n", - "12:14:22\tCompleted 3160 to KZ275800: 669.2497548975624\n", - "12:14:23\tCompleted 3129 to KZ395200: 1367.1604652626656\n", - "12:14:23\tCompleted 3155 to KZ195600: 1532.484960117317\n", - "12:14:23\tCompleted 3087 to KZ634600: 3174.9326566544787\n", - "12:14:23\tCompleted 3079 to KZ273200: 2074.4784838783744\n", - "12:14:23\tCompleted 3071 to KZ391000: 885.8235787675949\n", - "12:14:23\tCompleted 3138 to KZ595200: 1646.78758605213612:14:23\tCompleted 3148 to KZ314000: 1546.6594339281692\n", - "\n", - "12:14:23\tCompleted 3122 to KZ354400: 843.4790836380195\n", - "12:14:23\tCompleted 3099 to KZ352800: 309.7192299022832\n", - "12:14:23\tCompleted 3063 to KZ352800: 811.4893603108043\n", - "12:14:23\tCompleted 3143 to KZ434600: 3014.4464489433894\n", - "12:14:23\tCompleted 3088 to KZ593400: 837.942225836639\n", - "12:14:23\tCompleted 3093 to KZ394000: 1414.1580380513008\n", - "12:14:24\tCompleted 3136 to KZ194200: 1727.53049276262\n", - "12:14:24\tCompleted 3157 to KZ395000: 1512.3114664610648\n", - "12:14:24\tCompleted 3137 to KZ393200: 695.895663871326\n", - "12:14:24\tCompleted 3054 to KZ634600: 2149.0971374453256\n", - "12:14:24\tCompleted 3069 to KZ111810: 1151.7201790522643\n", - "12:14:24\tCompleted 3067 to KZ614400: 2466.5395342014845\n", - "12:14:24\tCompleted 3159 to KZ555600: 987.3336687882479\n", - "12:14:24\tCompleted 3055 to KZ316200: 2685.6544957673827\n", - "12:14:24\tCompleted 3152 to KZ554200: 1297.979809820715\n", - "12:14:24\tCompleted 3156 to KZ636400: 1644.274489862488\n", - "12:14:24\tCompleted 3160 to KZ276000: 443.92080417848655\n", - "12:14:24\tCompleted 3165 to KZ595200: 816.5978086955737\n", - "12:14:24\tCompleted 3075 to KZ196800: 1796.9660299500924\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:14:24\tCompleted 3162 to KZ155600: 2505.420733422282\n", - "12:14:24\tCompleted 3118 to KZ274400: 2977.2842154623563\n", - "12:14:25\tCompleted 3164 to KZ393200: 2606.0094799712283\n", - "12:14:25\tCompleted 3151 to KZ433600: 1353.5061717891565\n", - "12:14:25\tCompleted 3078 to KZ595800: 1074.830602166003\n", - "12:14:25\tCompleted 3094 to KZ474200: 3494.714213552111\n", - "12:14:25\tCompleted 3129 to KZ391000: 1178.726976470799\n", - "12:14:25\tCompleted 3137 to KZ393400: 218.95368311704243\n", - "12:14:25\tCompleted 3061 to KZ234800: 2671.5224581823322\n", - "12:14:25\tCompleted 3066 to KZ555200: 1773.711188659644\n", - "12:14:25\tCompleted 3124 to KZ613800: 2486.1869915427105\n", - "12:14:25\tCompleted 3099 to KZ356400: 626.7987183648463\n", - "12:14:25\tCompleted 3121 to KZ235600: 3042.573464808619\n", - "12:14:25\tCompleted 3160 to KZ276200: 526.6116376328409\n", - "12:14:25\tCompleted 3122 to KZ351800: 864.5137982810454\n", - "12:14:26\tCompleted 3139 to KZ612000: 1915.7731306315127\n", - "12:14:26\tCompleted 3155 to KZ195800: 1594.633687397285\n", - "12:14:26\tCompleted 3088 to KZ594200: 1069.6508148104078\n", - "12:14:26\tCompleted 3148 to KZ314800: 1246.7784302205132\n", - "12:14:26\tCompleted 3136 to KZ751210: 1472.8249980347548\n", - "12:14:26\tCompleted 3145 to KZ274200: 3838.819487324111412:14:26\tCompleted 3089 to KZ615600: 2012.2849053584312\n", - "\n", - "12:14:26\tCompleted 3138 to KZ591000: 1763.743430174852\n", - "12:14:26\tCompleted 3098 to KZ751710: 1610.541684559656512:14:26\tCompleted 3159 to KZ551000: 627.1939435863338\n", - "\n", - "12:14:26\tCompleted 3165 to KZ591000: 706.8135374481116\n", - "12:14:26\tCompleted 3083 to KZ154800: 2632.647090989717\n", - "12:14:26\tCompleted 3117 to KZ475200: 3490.215316071015\n", - "12:14:26\tCompleted 3073 to KZ275400: 4232.539035414711\n", - "12:14:26\tCompleted 3057 to KZ615400: 2485.7162243161497\n", - "12:14:26\tCompleted 3070 to KZ635400: 2204.2000552637955\n", - "12:14:27\tCompleted 3099 to KZ352400: 259.9880403532528\n", - "12:14:27\tCompleted 3157 to KZ395200: 1044.2759813861949\n", - "12:14:27\tCompleted 3160 to KZ271000: 485.33533547881945\n", - "12:14:27\tCompleted 3063 to KZ356400: 1128.5688487733673\n", - "12:14:27\tCompleted 3056 to KZ434400: 1689.0959821111312\n", - "12:14:27\tCompleted 3093 to KZ396800: 1160.2504956117043\n", - "12:14:27\tCompleted 3140 to KZ156800: 1873.4680997677654\n", - "12:14:27\tCompleted 3078 to KZ593400: 816.82120093139\n", - "12:14:27\tCompleted 3104 to KZ154800: 2131.1307644217823\n", - "12:14:27\tCompleted 3124 to KZ273200: 881.7939315776613\n", - "12:14:27\tCompleted 3086 to KZ234600: 4247.582122500724\n", - "12:14:27\tCompleted 3129 to KZ395400: 1217.1033606694584\n", - "12:14:27\tCompleted 3147 to KZ195800: 1761.855520168311\n", - "12:14:27\tCompleted 3166 to KZ612600: 1369.2631489428056\n", - "12:14:27\tCompleted 3155 to KZ196000: 872.3417720745971\n", - "12:14:28\tCompleted 3142 to KZ315400: 2665.8237226186184\n", - "12:14:28\tCompleted 3091 to KZ151000: 2467.983406068441\n", - "12:14:28\tCompleted 3095 to KZ615600: 1693.3216491406185\n", - "12:14:28\tCompleted 3156 to KZ631000: 1350.4411645710575\n", - "12:14:28\tCompleted 3141 to KZ196600: 4355.501746777225\n", - "12:14:28\tCompleted 3152 to KZ791110: 2383.871985982332\n", - "12:14:28\tCompleted 3146 to KZ113200: 411.84041097083974\n", - "12:14:28\tCompleted 3169 to KZ633400: 997.5860956369478\n", - "12:14:28\tCompleted 3153 to KZ275000: 2969.903926166498\n", - "12:14:28\tCompleted 3123 to KZ471800: 3388.5477031792166\n", - "12:14:28\tCompleted 3144 to KZ614800: 1901.2381791985556\n", - "12:14:29\tCompleted 3151 to KZ434000: 2088.709864954358\n", - "12:14:29\tCompleted 3112 to KZ154600: 2273.50941617362\n", - "12:14:29\tCompleted 3160 to KZ274000: 750.8365515512003\n", - "12:14:29\tCompleted 3076 to KZ234800: 3530.9363989205413\n", - "12:14:29\tCompleted 3159 to KZ556000: 675.315325794351\n", - "12:14:29\tCompleted 3170 to KZ356000: 1638.6200311026737\n", - "12:14:29\tCompleted 3122 to KZ393200: 1062.3960441026002\n", - "12:14:29\tCompleted 3136 to KZ751110: 1466.4267223714658\n", - "12:14:29\tCompleted 3164 to KZ393400: 2614.111746279971\n", - "12:14:29\tCompleted 3165 to KZ595600: 940.7011239700338\n", - "12:14:29\tCompleted 3075 to KZ191600: 1713.8655730822495\n", - "12:14:29\tCompleted 3124 to KZ274400: 811.8603315892224\n", - "12:14:29\tCompleted 3079 to KZ274400: 2004.5448838899417\n", - "12:14:29\tCompleted 3148 to KZ315400: 1209.325778301341\n", - "12:14:29\tCompleted 3168 to KZ154800: 3301.9828376541204\n", - "12:14:29\tCompleted 3163 to KZ635400: 1966.3685592942772\n", - "12:14:29\tCompleted 3143 to KZ434400: 3357.395847905115\n", - "12:14:29\tCompleted 3146 to KZ113400: 203.06133986866666\n", - "12:14:29\tCompleted 3088 to KZ596600: 1170.536332387173\n", - "12:14:30\tCompleted 3129 to KZ392000: 1014.0092347159922\n", - "12:14:30\tCompleted 3155 to KZ191000: 995.8370670767385\n", - "12:14:30\tCompleted 3063 to KZ352400: 761.758170761774\n", - "12:14:30\tCompleted 3067 to KZ614600: 2191.6472317860816\n", - "12:14:30\tCompleted 3099 to KZ356000: 971.6857302795307\n", - "12:14:30\tCompleted 3162 to KZ156800: 1839.2815616468793\n", - "12:14:30\tCompleted 3087 to KZ634400: 2696.6506195664024\n", - "12:14:30\tCompleted 3078 to KZ594200: 1064.0756138773743\n", - "12:14:30\tCompleted 3160 to KZ274200: 372.66116725568276\n", - "12:14:30\tCompleted 3123 to KZ593200: 505.99821894824004\n", - "12:14:30\tCompleted 3157 to KZ391000: 1239.982245895169\n", - "12:14:30\tCompleted 3069 to KZ116600: 2168.796028770955\n", - "12:14:31\tCompleted 3139 to KZ614400: 2338.102813953603\n", - "12:14:31\tCompleted 3093 to KZ394800: 1338.9050643097617\n", - "12:14:31\tCompleted 3171 to KZ596600: 3084.948710517\n", - "12:14:31\tCompleted 3070 to KZ635000: 1731.5332653521634\n", - "12:14:31\tCompleted 3169 to KZ633600: 1032.6221878692363\n", - "12:14:31\tCompleted 3165 to KZ596000: 583.5161399169436\n", - "12:14:31\tCompleted 3136 to KZ751310: 1472.9120037457044\n", - "12:14:31\tCompleted 3098 to KZ751810: 1564.400752325755\n", - "12:14:31\tCompleted 3056 to KZ431000: 1735.2229369029103\n", - "12:14:32\tCompleted 3159 to KZ556800: 876.0032506662931\n", - "12:14:32\tCompleted 3161 to KZ113200: 377.9827629824003\n", - "12:14:32\tCompleted 3146 to KZ113600: 478.33406891530313\n", - "12:14:32\tCompleted 3152 to KZ791310: 2340.3317541017245\n", - "12:14:32\tCompleted 3147 to KZ196000: 1526.6123420832268\n", - "12:14:32\tCompleted 3063 to KZ356000: 860.0119109939122\n", - "12:14:32\tCompleted 3122 to KZ393400: 1070.4983104113592\n", - "12:14:32\tCompleted 3055 to KZ311000: 2579.719259374367\n", - "12:14:32\tCompleted 3088 to KZ595000: 1004.9763510748743\n", - "12:14:32\tCompleted 3151 to KZ471000: 1571.637718105667\n", - "12:14:32\tCompleted 3155 to KZ196200: 1352.054997338621\n", - "12:14:32\tCompleted 3129 to KZ395600: 1327.575440696962\n", - "12:14:32\tCompleted 3123 to KZ595800: 609.9178289886173\n", - "12:14:32\tCompleted 3124 to KZ275400: 1487.0487635462443\n", - "12:14:32\tCompleted 3089 to KZ615800: 2026.664524685963\n", - "12:14:32\tCompleted 3069 to KZ115600: 891.2239991538205\n", - "12:14:33\tCompleted 3156 to KZ634600: 1751.2506418427802\n", - "12:14:33\tCompleted 3166 to KZ616000: 1553.9301564144366\n", - "12:14:33\tCompleted 3161 to KZ113400: 169.2036918802272\n", - "12:14:33\tCompleted 3140 to KZ193200: 1682.5600820047825\n", - "12:14:33\tCompleted 3099 to KZ354400: 973.2795024351796\n", - "12:14:33\tCompleted 3118 to KZ275400: 3652.4726474193667\n", - "12:14:33\tCompleted 3061 to KZ235200: 2758.645934370742\n", - "12:14:33\tCompleted 3078 to KZ596600: 1164.9611314541394\n", - "12:14:33\tCompleted 3094 to KZ474600: 3171.889652734029\n", - "12:14:33\tCompleted 3070 to KZ632200: 1081.2135841184286\n", - "12:14:33\tCompleted 3095 to KZ615800: 1707.7012684681506\n", - "12:14:34\tCompleted 3164 to KZ391600: 2549.0562780308214\n", - "12:14:34\tCompleted 3146 to KZ113800: 657.6800935842033\n", - "12:14:34\tCompleted 3121 to KZ233600: 3048.3354536087436\n", - "12:14:34\tCompleted 3123 to KZ593400: 419.30509163647696\n", - "12:14:34\tCompleted 3136 to KZ751410: 1479.9219498506009\n", - "12:14:34\tCompleted 3157 to KZ395400: 1283.3461408204828\n", - "12:14:34\tCompleted 3057 to KZ615200: 2301.299793020603\n", - "12:14:34\tCompleted 3144 to KZ615400: 1792.1420613714913\n", - "12:14:34\tCompleted 3165 to KZ596200: 970.5155895881221\n", - "12:14:34\tCompleted 3075 to KZ195200: 1791.172538167058\n", - "12:14:34\tCompleted 3142 to KZ315600: 3185.2652354392626\n", - "12:14:34\tCompleted 3073 to KZ273600: 3400.498294397245\n", - "12:14:34\tCompleted 3069 to KZ115200: 653.207474677959\n", - "12:14:34\tCompleted 3159 to KZ554800: 880.6987387107487\n", - "12:14:34\tCompleted 3169 to KZ633800: 1252.1657570233479\n", - "12:14:34\tCompleted 3139 to KZ614600: 2063.2105115382024\n", - "12:14:34\tCompleted 3161 to KZ113600: 444.4764209268636\n", - "12:14:34\tCompleted 3171 to KZ595000: 3359.2695878615123\n", - "12:14:34\tCompleted 3155 to KZ192600: 1036.4365617034064\n", - "12:14:34\tCompleted 3143 to KZ431000: 2698.217417051648\n", - "12:14:34\tCompleted 3117 to KZ471800: 3319.8250959102893\n", - "12:14:34\tCompleted 3083 to KZ155200: 3059.5857538914697\n", - "12:14:35\tCompleted 3148 to KZ315600: 1335.7748471991893\n", - "12:14:35\tCompleted 3162 to KZ193200: 1658.668084987375\n", - "12:14:35\tCompleted 3091 to KZ153200: 2518.177013497188512:14:35\tCompleted 3174 to KZ154600: 1038.6247206952703\n", - "\n", - "12:14:35\tCompleted 3151 to KZ473600: 1105.2276094241056\n", - "12:14:35\tCompleted 3170 to KZ354400: 2425.9253538569087\n", - "12:14:35\tCompleted 3104 to KZ155200: 2558.069427323539\n", - "12:14:35\tCompleted 3086 to KZ234800: 3381.2834983363405\n", - "12:14:35\tCompleted 3122 to KZ391600: 986.13484944898\n", - "12:14:35\tCompleted 3088 to KZ593600: 1119.5249553591677\n", - "12:14:35\tCompleted 3163 to KZ635000: 1493.7017693826429\n", - "12:14:35\tCompleted 3141 to KZ194200: 3983.5928085994888\n", - "12:14:36\tCompleted 3147 to KZ191000: 1410.473801059655\n", - "12:14:36\tCompleted 3129 to KZ395800: 1582.7335524656744\n", - "12:14:36\tCompleted 3099 to KZ351800: 879.8000211749111\n", - "12:14:36\tCompleted 3123 to KZ594200: 599.1628406999885\n", - "12:14:36\tCompleted 3146 to KZ114500: 524.8021090382407\n", - "12:14:36\tCompleted 3152 to KZ791510: 2317.4512545300718\n", - "12:14:36\tCompleted 3156 to KZ634400: 1330.8886549483552\n", - "12:14:36\tCompleted 3063 to KZ354400: 1482.6577495115512\n", - "12:14:36\tCompleted 3078 to KZ595000: 999.4011501418407\n", - "12:14:36\tCompleted 3069 to KZ115400: 778.7580959610132\n", - "12:14:36\tCompleted 3076 to KZ235200: 3578.576246283909\n", - "12:14:36\tCompleted 3117 to KZ593200: 506.01462804428263\n", - "12:14:36\tCompleted 3056 to KZ435200: 1811.5292431313258\n", - "12:14:37\tCompleted 3165 to KZ596400: 744.310569187896\n", - "12:14:37\tCompleted 3098 to KZ751910: 1565.3394339619776\n", - "12:14:37\tCompleted 3140 to KZ193400: 1407.7490310839105\n", - "12:14:37\tCompleted 3172 to KZ615800: 1670.3452122184667\n", - "12:14:37\tCompleted 3168 to KZ155200: 3728.921500555873\n", - "12:14:37\tCompleted 3136 to KZ751710: 1511.9580195107446\n", - "12:14:37\tCompleted 3153 to KZ274800: 3494.791733977991\n", - "12:14:37\tCompleted 3161 to KZ113800: 623.8224455957638\n", - "12:14:37\tCompleted 3174 to KZ154800: 1362.756737393486\n", - "12:14:37\tCompleted 3159 to KZ556400: 818.4326124021909\n", - "12:14:37\tCompleted 3146 to KZ114000: 471.7414628320634\n", - "12:14:38\tCompleted 3164 to KZ393600: 2586.573703076222\n", - "12:14:38\tCompleted 3121 to KZ633200: 1219.5811334270738\n", - "12:14:38\tCompleted 3087 to KZ313600: 2828.4480902383134\n", - "12:14:38\tCompleted 3067 to KZ614800: 2431.3572370437587\n", - "12:14:38\tCompleted 3155 to KZ196600: 1460.3539033057266\n", - "12:14:38\tCompleted 3129 to KZ392400: 1113.2098623957436\n", - "12:14:38\tCompleted 3089 to KZ612600: 1856.7793734910065\n", - "12:14:38\tCompleted 3079 to KZ275400: 2679.7333158469346\n", - "12:14:38\tCompleted 3163 to KZ632200: 907.0643036799138\n", - "12:14:38\tCompleted 3088 to KZ595200: 1116.9750884164039\n", - "12:14:38\tCompleted 3117 to KZ595800: 609.9342380846598\n", - "12:14:38\tCompleted 3123 to KZ596600: 700.0483582767536\n", - "12:14:38\tCompleted 3070 to KZ635200: 1997.1383131451914\n", - "12:14:38\tCompleted 3157 to KZ392000: 1400.269835900722\n", - "12:14:38\tCompleted 3122 to KZ393600: 1042.960267207588\n", - "12:14:38\tCompleted 3166 to KZ613800: 1777.4351869206837\n", - "12:14:38\tCompleted 3063 to KZ351800: 886.8602206050606\n", - "12:14:38\tCompleted 3095 to KZ612600: 1537.816117273194\n", - "12:14:38\tCompleted 3161 to KZ114500: 490.9444610498013\n", - "12:14:39\tCompleted 3112 to KZ154800: 2156.6900964256065\n", - "12:14:39\tCompleted 3069 to KZ151000: 1073.8996028102922\n", - "12:14:39\tCompleted 3174 to KZ155200: 801.3967212739941\n", - "12:14:39\tCompleted 3146 to KZ117000: 394.3738062786673\n", - "12:14:39\tCompleted 3078 to KZ593600: 1113.9497544261342\n", - "12:14:39\tCompleted 3136 to KZ751810: 1475.669363058585\n", - "12:14:39\tCompleted 3099 to KZ393200: 1041.2766209865156\n", - "12:14:39\tCompleted 3170 to KZ351800: 1660.6069050000879\n", - "12:14:39\tCompleted 3142 to KZ316000: 2359.026157575781\n", - "12:14:39\tCompleted 3144 to KZ615200: 1571.6249161554986\n", - "12:14:39\tCompleted 3151 to KZ474200: 1599.2871131492138\n", - "12:14:39\tCompleted 3165 to KZ594600: 949.789420715394\n", - "12:14:39\tCompleted 3162 to KZ193400: 1413.1338073947607\n", - "12:14:39\tCompleted 3169 to KZ634000: 1493.3458491581675\n", - "12:14:40\tCompleted 3139 to KZ614800: 2302.920516795874\n", - "12:14:40\tCompleted 3117 to KZ593400: 419.32150073251955\n", - "12:14:40\tCompleted 3171 to KZ593600: 3696.7045936856716\n", - "12:14:40\tCompleted 3161 to KZ114000: 437.8838148436239\n", - "12:14:40\tCompleted 3061 to KZ235600: 2853.683700391147\n", - "12:14:40\tCompleted 3143 to KZ435200: 2774.523723280055\n", - "12:14:40\tCompleted 3055 to KZ315000: 2764.83970270815\n", - "12:14:40\tCompleted 3063 to KZ393200: 427.3857984431108\n", - "12:14:40\tCompleted 3123 to KZ595000: 534.488376964454912:14:40\tCompleted 3148 to KZ316000: 1415.376633347895\n", - "\n", - "12:14:40\tCompleted 3140 to KZ193600: 1312.4837609927688\n", - "12:14:40\tCompleted 3159 to KZ554200: 1067.9306535628168\n", - "12:14:40\tCompleted 3056 to KZ434800: 1726.5523330564092\n", - "12:14:40\tCompleted 3118 to KZ273600: 2820.431906401905\n", - "12:14:40\tCompleted 3088 to KZ591000: 1007.1908171689416\n", - "12:14:40\tCompleted 3152 to KZ791710: 2315.675074213039412:14:40\tCompleted 3147 to KZ196200: 1405.8399498728515\n", - "\n", - "12:14:40\tCompleted 3146 to KZ114400: 520.6136463872666\n", - "12:14:41\tCompleted 3155 to KZ194200: 1568.049861435934\n", - "12:14:41\tCompleted 3165 to KZ711110: 198.02171430110064\n", - "12:14:41\tCompleted 3091 to KZ153400: 2101.848342867069\n", - "12:14:41\tCompleted 3069 to KZ153200: 1124.0932102390393\n", - "12:14:41\tCompleted 3156 to KZ313600: 1673.9689885311755\n", - "12:14:41\tCompleted 3129 to KZ396200: 1553.2387849054771\n", - "12:14:41\tCompleted 3174 to KZ156400: 2111.528387172024\n", - "12:14:41\tCompleted 3136 to KZ751910: 1457.7943785189184\n", - "12:14:41\tCompleted 3161 to KZ117000: 360.5161582902278\n", - "12:14:41\tCompleted 3094 to KZ475000: 3542.218679483806\n", - "12:14:42\tCompleted 3083 to KZ156400: 2898.710847989656\n", - "12:14:42\tCompleted 3078 to KZ595200: 1111.39988748337\n", - "12:14:42\tCompleted 3073 to KZ276600: 3482.323541096231\n", - "12:14:42\tCompleted 3104 to KZ156400: 2397.1945214216967\n", - "12:14:42\tCompleted 3117 to KZ594200: 599.1792497960311\n", - "12:14:42\tCompleted 3172 to KZ612600: 1747.577102458231612:14:42\tCompleted 3157 to KZ395600: 1277.4231851917984\n", - "\n", - "12:14:42\tCompleted 3164 to KZ396400: 2807.9853497495783\n", - "12:14:42\tCompleted 3170 to KZ393200: 1448.8455131196972\n", - "12:14:42\tCompleted 3165 to KZ711410: 224.1342143846124\n", - "12:14:42\tCompleted 3099 to KZ393400: 954.4279759753631\n", - "12:14:42\tCompleted 3063 to KZ393400: 653.0970930076035\n", - "12:14:42\tCompleted 3098 to KZ751510: 1557.827960032433\n", - "12:14:42\tCompleted 3151 to KZ474600: 1276.4625523311433\n", - "12:14:42\tCompleted 3079 to KZ273600: 1847.6925748294732\n", - "12:14:42\tCompleted 3069 to KZ153400: 707.7645396089048\n", - "12:14:42\tCompleted 3123 to KZ593600: 649.0369812487482\n", - "12:14:42\tCompleted 3086 to KZ235200: 3428.923345699708\n", - "12:14:42\tCompleted 3146 to KZ114600: 629.0127387746963\n", - "12:14:42\tCompleted 3155 to KZ751210: 1313.3443667080687\n", - "12:14:43\tCompleted 3161 to KZ114400: 486.7559983988271\n", - "12:14:43\tCompleted 3162 to KZ193600: 1246.7941071100963\n", - "12:14:43\tCompleted 3168 to KZ156400: 3568.04659465406\n", - "12:14:43\tCompleted 3174 to KZ155600: 1032.4945349603165\n", - "12:14:43\tCompleted 3057 to KZ616400: 3002.921345216014\n", - "12:14:43\tCompleted 3070 to KZ632400: 1789.7953503387873\n", - "12:14:43\tCompleted 3121 to KZ634800: 1774.9083086312673\n", - "12:14:43\tCompleted 3141 to KZ751210: 3938.392431184302\n", - "12:14:43\tCompleted 3165 to KZ711210: 225.2959758115108\n", - "12:14:43\tCompleted 3076 to KZ235600: 3673.6140123043137\n", - "12:14:43\tCompleted 3088 to KZ595600: 1241.0784036908638\n", - "12:14:43\tCompleted 3089 to KZ616000: 2031.6817467543153\n", - "12:14:43\tCompleted 3148 to KZ316600: 1260.249270075823\n", - "12:14:43\tCompleted 3095 to KZ616000: 1722.483124744825\n", - "12:14:43\tCompleted 3067 to KZ615400: 2427.7628621252293\n", - "12:14:44\tCompleted 3163 to KZ635200: 1759.3068171756709\n", - "12:14:44\tCompleted 3153 to KZ275800: 2964.374557966413\n", - "12:14:44\tCompleted 3175 to KZ634800: 3994.0216617310684\n", - "12:14:44\tCompleted 3136 to KZ751510: 1458.3556545596002\n", - "12:14:44\tCompleted 3063 to KZ391600: 589.2332985115041\n", - "12:14:44\tCompleted 3078 to KZ591000: 1001.6156162359081\n", - "12:14:44\tCompleted 3087 to KZ314000: 2610.8818255946235\n", - "12:14:44\tCompleted 3139 to KZ615400: 2299.3261418773504\n", - "12:14:44\tCompleted 3129 to KZ396600: 1464.943917052946\n", - "12:14:44\tCompleted 3117 to KZ596600: 700.0647673727962\n", - "12:14:44\tCompleted 3171 to KZ595200: 3233.060695411597\n", - "12:14:44\tCompleted 3170 to KZ393400: 1297.379624261211\n", - "12:14:44\tCompleted 3147 to KZ192600: 1465.829645158529\n", - "12:14:44\tCompleted 3056 to KZ433600: 1802.778094495099\n", - "12:14:45\tCompleted 3155 to KZ751110: 1306.9460910447797\n", - "12:14:45\tCompleted 3123 to KZ595200: 646.4871143059844\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:14:45\tCompleted 3165 to KZ711310: 237.15333526744263\n", - "12:14:45\tCompleted 3099 to KZ391600: 877.2611329613238\n", - "12:14:45\tCompleted 3176 to KZ352400: 2655.0288066806866\n", - "12:14:45\tCompleted 3161 to KZ114600: 595.1550907862569\n", - "12:14:45\tCompleted 3140 to KZ194000: 1506.5119414243618\n", - "12:14:45\tCompleted 3143 to KZ434800: 2689.546813205145\n", - "12:14:45\tCompleted 3142 to KZ316600: 3007.0170216598017\n", - "12:14:45\tCompleted 3152 to KZ611600: 2572.535609488152\n", - "12:14:45\tCompleted 3169 to KZ635400: 2001.5817627298738\n", - "12:14:45\tCompleted 3174 to KZ156800: 1885.6551537947923\n", - "12:14:45\tCompleted 3177 to KZ594200: 1935.6332149700509\n", - "12:14:45\tCompleted 3159 to KZ791110: 1583.086990591865\n", - "12:14:45\tCompleted 3156 to KZ314000: 1532.325624382789\n", - "12:14:45\tCompleted 3146 to KZ114800: 987.2482681280115\n", - "12:14:45\tCompleted 3063 to KZ393600: 444.63833808795135\n", - "12:14:45\tCompleted 3088 to KZ596000: 883.8934196377737\n", - "12:14:45\tCompleted 3151 to KZ475000: 1646.7915790809438\n", - "12:14:46\tCompleted 3112 to KZ155200: 2583.62875932736\n", - "12:14:46\tCompleted 3069 to KZ153600: 1676.7073043892356\n", - "12:14:46\tCompleted 3166 to KZ273200: 3264.7995776284124\n", - "12:14:46\tCompleted 3157 to KZ395800: 1579.8072605982713\n", - "12:14:46\tCompleted 3121 to KZ633400: 1119.3003589845325\n", - "12:14:46\tCompleted 3123 to KZ591000: 536.7028430585223\n", - "12:14:46\tCompleted 3117 to KZ595000: 534.5047860604975\n", - "12:14:46\tCompleted 3162 to KZ194000: 1440.822287541689\n", - "12:14:46\tCompleted 3079 to KZ276600: 1929.517821528449\n", - "12:14:47\tCompleted 3129 to KZ394200: 1241.4205230109842\n", - "12:14:47\tCompleted 3164 to KZ394000: 3039.9201991153996\n", - "12:14:47\tCompleted 3055 to KZ314200: 2585.1944903097015\n", - "12:14:47\tCompleted 3155 to KZ751310: 1313.4313724190183\n", - "12:14:47\tCompleted 3061 to KZ233600: 2859.4456891912714\n", - "12:14:47\tCompleted 3078 to KZ595600: 1235.5032027578302\n", - "12:14:47\tCompleted 3172 to KZ616000: 1635.2405674644167\n", - "12:14:47\tCompleted 3070 to KZ632800: 1540.0222248339965\n", - "12:14:47\tCompleted 3146 to KZ111010: 524.6003925580602\n", - "12:14:47\tCompleted 3165 to KZ555200: 923.6830007049398\n", - "12:14:47\tCompleted 3063 to KZ396400: 629.3616682214795\n", - "12:14:47\tCompleted 3099 to KZ393600: 926.8899327715918\n", - "12:14:48\tCompleted 3091 to KZ153600: 2884.4473880577307\n", - "12:14:48\tCompleted 3170 to KZ391600: 1556.5758675117872\n", - "12:14:48\tCompleted 3161 to KZ114800: 953.390620139572\n", - "12:14:48\tCompleted 3069 to KZ154000: 1011.7098623957422\n", - "12:14:48\tCompleted 3144 to KZ616400: 2413.4447620564306\n", - "12:14:48\tCompleted 3171 to KZ591000: 3350.016539534309\n", - "12:14:48\tCompleted 3083 to KZ155600: 2811.555627569563\n", - "12:14:48\tCompleted 3139 to KZ615200: 2114.9097105818064\n", - "12:14:48\tCompleted 3168 to KZ155600: 3480.8913742339664\n", - "12:14:48\tCompleted 3148 to KZ316200: 1682.258497152742\n", - "12:14:48\tCompleted 3163 to KZ632400: 1551.9638543692668\n", - "12:14:48\tCompleted 3088 to KZ596200: 1270.892869308951\n", - "12:14:48\tCompleted 3129 to KZ394400: 1029.4075899787883\n", - "12:14:48\tCompleted 3123 to KZ595600: 770.5904295804445\n", - "12:14:49\tCompleted 3141 to KZ751110: 3946.1497904971834\n", - "12:14:49\tCompleted 3073 to KZ275000: 3358.638301770486\n", - "12:14:49\tCompleted 3146 to KZ116000: 493.431473680799612:14:49\tCompleted 3104 to KZ155600: 2310.0393010016323\n", - "\n", - "12:14:49\tCompleted 3094 to KZ475200: 3553.0616402678556\n", - "12:14:49\tCompleted 3117 to KZ593600: 649.0533903447908\n", - "12:14:49\tCompleted 3121 to KZ633600: 901.5952203892443\n", - "12:14:49\tCompleted 3156 to KZ314800: 1232.444620675133412:14:49\tCompleted 3155 to KZ751410: 1320.441318523914812:14:49\tCompleted 3177 to KZ596600: 1658.0974987828208\n", - "\n", - "\n", - "12:14:49\tCompleted 3176 to KZ356000: 1996.659136346068\n", - "12:14:49\tCompleted 3089 to KZ613800: 2264.9514114688673\n", - "12:14:49\tCompleted 3151 to KZ475200: 1657.6345398649921\n", - "12:14:49\tCompleted 3078 to KZ596000: 878.3182187047402\n", - "12:14:49\tCompleted 3098 to KZ231000: 2914.227557804013\n", - "12:14:49\tCompleted 3165 to KZ551600: 657.1162787193937\n", - "12:14:49\tCompleted 3161 to KZ111010: 490.7427445696207\n", - "12:14:49\tCompleted 3143 to KZ433600: 2889.389576747034\n", - "12:14:49\tCompleted 3157 to KZ392400: 1305.9941866246113\n", - "12:14:49\tCompleted 3147 to KZ196600: 1724.9066017481443\n", - "12:14:49\tCompleted 3152 to KZ613600: 2426.1630572502404\n", - "12:14:49\tCompleted 3063 to KZ394000: 861.2965175873061\n", - "12:14:49\tCompleted 3057 to KZ615600: 2542.346154781468\n", - "12:14:49\tCompleted 3086 to KZ235600: 3523.961111720113\n", - "12:14:50\tCompleted 3055 to KZ353200: 1308.756984019297\n", - "12:14:50\tCompleted 3095 to KZ613800: 1945.9881552510722\n", - "12:14:50\tCompleted 3159 to KZ791310: 1558.964107033956\n", - "12:14:50\tCompleted 3067 to KZ615200: 2243.3464308296857\n", - "12:14:50\tCompleted 3140 to KZ196400: 1716.363690068659\n", - "12:14:50\tCompleted 3170 to KZ393600: 1261.7926345693631\n", - "12:14:50\tCompleted 3056 to KZ434000: 2277.39955437146\n", - "12:14:50\tCompleted 3153 to KZ276000: 3380.205583721448\n", - "12:14:50\tCompleted 3123 to KZ596000: 413.4054455273544\n", - "12:14:50\tCompleted 3136 to KZ231000: 4413.540451498084\n", - "12:14:50\tCompleted 3175 to KZ633400: 3349.883914077516\n", - "12:14:50\tCompleted 3079 to KZ275000: 1805.8325822027095\n", - "12:14:50\tCompleted 3146 to KZ116400: 615.8328214403189\n", - "12:14:50\tCompleted 3142 to KZ316200: 2509.7462896512843\n", - "12:14:50\tCompleted 3061 to KZ633200: 1454.186021746575\n", - "12:14:50\tCompleted 3070 to KZ636800: 1564.9158063626112\n", - "12:14:50\tCompleted 3088 to KZ596400: 787.2171090823615\n", - "12:14:51\tCompleted 3076 to KZ233600: 3679.3760011044383\n", - "12:14:51\tCompleted 3161 to KZ116000: 459.5738256923601\n", - "12:14:51\tCompleted 3069 to KZ154200: 1314.3459013650631\n", - "12:14:51\tCompleted 3099 to KZ396400: 1166.7221988355539\n", - "12:14:51\tCompleted 3155 to KZ751710: 1352.4773881840586\n", - "12:14:51\tCompleted 3164 to KZ396800: 2786.0126566758127\n", - "12:14:51\tCompleted 3169 to KZ635000: 1528.914972818239412:14:51\tCompleted 3063 to KZ396800: 607.3889751477094\n", - "\n", - "12:14:51\tCompleted 3129 to KZ433200: 1327.2207916609477\n", - "12:14:51\tCompleted 3162 to KZ196400: 1650.674036185987\n", - "12:14:51\tCompleted 3087 to KZ314800: 2782.365943721952\n", - "12:14:51\tCompleted 3165 to KZ553200: 776.0642721261012\n", - "12:14:51\tCompleted 3174 to KZ193200: 4775.45266737048\n", - "12:14:51\tCompleted 3117 to KZ595200: 646.503523402027\n", - "12:14:51\tCompleted 3171 to KZ595600: 3221.522025858632\n", - "12:14:52\tCompleted 3163 to KZ632800: 1125.0437801323542\n", - "12:14:52\tCompleted 3146 to KZ116800: 403.4339677482932\n", - "12:14:52\tCompleted 3151 to KZ471800: 1487.2443197042505\n", - "12:14:52\tCompleted 3156 to KZ315400: 1194.991968755961\n", - "12:14:52\tCompleted 3121 to KZ633800: 1202.1805678697729\n", - "12:14:52\tCompleted 3078 to KZ596200: 1265.3176683759175\n", - "12:14:52\tCompleted 3112 to KZ156400: 2422.753853425521\n", - "12:14:52\tCompleted 3172 to KZ613800: 2010.8543427967963\n", - "12:14:52\tCompleted 3069 to KZ156000: 887.5951337332717\n", - "12:14:53\tCompleted 3161 to KZ116400: 581.9751734518794\n", - "12:14:53\tCompleted 3170 to KZ396400: 1095.6275124821468\n", - "12:14:53\tCompleted 3148 to KZ311000: 1445.5220883069821\n", - "12:14:53\tCompleted 3076 to KZ633200: 842.1679044439015\n", - "12:14:53\tCompleted 3165 to KZ553600: 503.1497853223489\n", - "12:14:53\tCompleted 3157 to KZ396200: 1114.417272598393\n", - "12:14:53\tCompleted 3147 to KZ194200: 1226.856343920679112:14:53\tCompleted 3166 to KZ274400: 3194.865977639961\n", - "\n", - "12:14:53\tCompleted 3063 to KZ394800: 822.7318603856198\n", - "12:14:53\tCompleted 3177 to KZ595000: 1962.2172251989198\n", - "12:14:53\tCompleted 3155 to KZ751810: 1316.188731731899\n", - "12:14:53\tCompleted 3088 to KZ594600: 1250.1667004362241\n", - "12:14:53\tCompleted 3140 to KZ196800: 1316.7826783270107\n", - "12:14:53\tCompleted 3146 to KZ111810: 425.29806077142183\n", - "12:14:53\tCompleted 3152 to KZ614000: 2373.0230103359117\n", - "12:14:54\tCompleted 3104 to KZ156800: 1708.049834829561\n", - "12:14:54\tCompleted 3091 to KZ154000: 2405.7936656538864\n", - "12:14:54\tCompleted 3117 to KZ591000: 536.7192521545649\n", - "12:14:54\tCompleted 3144 to KZ615600: 1611.7532659214069\n", - "12:14:54\tCompleted 3083 to KZ156800: 2209.566161397534\n", - "12:14:54\tCompleted 3161 to KZ116800: 369.5763197598537\n", - "12:14:54\tCompleted 3168 to KZ156800: 2878.9019080619437\n", - "12:14:54\tCompleted 3129 to KZ431900: 1201.726294279294\n", - "12:14:54\tCompleted 3078 to KZ596400: 766.0960841771125\n", - "12:14:54\tCompleted 3139 to KZ616400: 2816.5312627772155\n", - "12:14:54\tCompleted 3169 to KZ632200: 942.2775071155103\n", - "12:14:54\tCompleted 3055 to KZ353600: 2036.0581842792706\n", - "12:14:54\tCompleted 3165 to KZ552200: 618.5993283393473\n", - "12:14:54\tCompleted 3162 to KZ196800: 1251.093024444338\n", - "12:14:55\tCompleted 3099 to KZ394000: 1416.6859802941494\n", - "12:14:55\tCompleted 3141 to KZ751310: 3939.3213633724376\n", - "12:14:55\tCompleted 3069 to KZ154600: 1185.7325644784032\n", - "12:14:55\tCompleted 3088 to KZ711110: 525.3269161309726\n", - "12:14:55\tCompleted 3159 to KZ791510: 1557.5046321802056\n", - "12:14:55\tCompleted 3143 to KZ434000: 2972.836108768062\n", - "12:14:55\tCompleted 3063 to KZ395000: 714.018953536732\n", - "12:14:55\tCompleted 3142 to KZ311000: 2370.3175500221655\n", - "12:14:55\tCompleted 3170 to KZ394000: 1163.3286388089346\n", - "12:14:55\tCompleted 3057 to KZ615800: 2380.5381227220437\n", - "12:14:55\tCompleted 3161 to KZ111810: 391.4404127829823\n", - "12:14:55\tCompleted 3176 to KZ354400: 2783.9644591002802\n", - "12:14:55\tCompleted 3155 to KZ751910: 1298.313747192232312:14:55\tCompleted 3178 to KZ615600: 3899.23982452645\n", - "\n", - "12:14:56\tCompleted 3151 to KZ593200: 1801.7500934869477\n", - "12:14:56\tCompleted 3157 to KZ396600: 1122.3361133895924\n", - "12:14:56\tCompleted 3156 to KZ315600: 1321.4410376538092\n", - "12:14:56\tCompleted 3171 to KZ596000: 3440.3177312917337\n", - "12:14:56\tCompleted 3070 to KZ635800: 2014.4180540598666\n", - "12:14:56\tCompleted 3073 to KZ274800: 3883.526109581979\n", - "12:14:56\tCompleted 3163 to KZ636800: 1327.0843103930906\n", - "12:14:56\tCompleted 3094 to KZ471800: 3382.67142010713\n", - "12:14:56\tCompleted 3168 to KZ193200: 986.6733651667932\n", - "12:14:56\tCompleted 3079 to KZ274800: 2330.720390014204\n", - "12:14:56\tCompleted 3175 to KZ633600: 3120.708573489086\n", - "12:14:56\tCompleted 3086 to KZ233600: 3529.7231005202375\n", - "12:14:56\tCompleted 3063 to KZ395200: 311.6779511385327\n", - "12:14:56\tCompleted 3088 to KZ711410: 523.6602710855669\n", - "12:14:56\tCompleted 3164 to KZ394800: 2964.667225373874\n", - "12:14:56\tCompleted 3089 to KZ273200: 3394.0382321864045\n", - "12:14:56\tCompleted 3121 to KZ634000: 1449.383365766802\n", - "12:14:56\tCompleted 3076 to KZ634800: 1244.1607927719112\n", - "12:14:56\tCompleted 3129 to KZ434600: 1239.6258185294994\n", - "12:14:56\tCompleted 3165 to KZ554600: 720.1931317752392\n", - "12:14:56\tCompleted 3147 to KZ751210: 1325.0745232291551\n", - "12:14:56\tCompleted 3098 to KZ234000: 3122.838035171701\n", - "12:14:57\tCompleted 3117 to KZ595600: 770.6068386764871\n", - "12:14:57\tCompleted 3061 to KZ634800: 1998.0429949575969\n", - "12:14:57\tCompleted 3136 to KZ234000: 4622.150928865771\n", - "12:14:57\tCompleted 3153 to KZ276200: 3099.5917969875436\n", - "12:14:57\tCompleted 3095 to KZ273200: 3075.0749759685928\n", - "12:14:57\tCompleted 3078 to KZ594600: 1244.5914995031906\n", - "12:14:57\tCompleted 3146 to KZ116600: 1258.6396404869265\n", - "12:14:57\tCompleted 3069 to KZ154800: 1244.5731981359402\n", - "12:14:57\tCompleted 3083 to KZ193200: 1503.0020014691063\n", - "12:14:57\tCompleted 3155 to KZ751510: 1298.8750232329141\n", - "12:14:58\tCompleted 3140 to KZ191600: 1368.7720843930192\n", - "12:14:58\tCompleted 3170 to KZ396800: 1294.8004395992793\n", - "12:14:58\tCompleted 3148 to KZ315000: 1562.730904540615\n", - "12:14:58\tCompleted 3063 to KZ391000: 441.68973297083625\n", - "12:14:58\tCompleted 3094 to KZ593200: 500.12193587615377\n", - "12:14:58\tCompleted 3168 to KZ193400: 651.5246556570535\n", - "12:14:58\tCompleted 3099 to KZ396800: 1207.9232393584646\n", - "12:14:58\tCompleted 3174 to KZ193400: 4725.675154296819\n", - "12:14:58\tCompleted 3180 to KZ156000: 469.0268692321571\n", - "12:14:58\tCompleted 3087 to KZ315400: 2744.913291802769\n", - "12:14:58\tCompleted 3056 to KZ471000: 2824.936956534954\n", - "12:14:58\tCompleted 3067 to KZ616400: 2944.967983025097\n", - "12:14:58\tCompleted 3055 to KZ351600: 1691.0871045325164\n", - "12:14:58\tCompleted 3177 to KZ593600: 2292.539995782004\n", - "12:14:58\tCompleted 3161 to KZ116600: 1148.328457304887\n", - "12:14:58\tCompleted 3086 to KZ633200: 818.5189520959133\n", - "12:14:58\tCompleted 3117 to KZ596000: 413.421854623397\n", - "12:14:59\tCompleted 3078 to KZ711110: 519.751715197939\n", - "12:14:59\tCompleted 3129 to KZ434400: 1276.5508308735937\n", - "12:14:59\tCompleted 3146 to KZ115600: 589.3704089749765\n", - "12:14:59\tCompleted 3162 to KZ191600: 1303.0824305103465\n", - "12:14:59\tCompleted 3176 to KZ351800: 2018.6460102434821\n", - "12:14:59\tCompleted 3171 to KZ596200: 3045.100997354285\n", - "12:14:59\tCompleted 3076 to KZ633400: 1104.8296959813035\n", - "12:14:59\tCompleted 3139 to KZ615600: 2426.971697001325\n", - "12:14:59\tCompleted 3104 to KZ193200: 1848.7540530824594\n", - "12:14:59\tCompleted 3172 to KZ273200: 3541.1232402367596\n", - "12:14:59\tCompleted 3063 to KZ395400: 485.05362789615003\n", - "12:14:59\tCompleted 3159 to KZ791710: 1529.9857062664532\n", - "12:14:59\tCompleted 3165 to KZ555600: 1056.682510319039\n", - "12:14:59\tCompleted 3156 to KZ316000: 1401.991351997499\n", - "12:14:59\tCompleted 3112 to KZ155600: 2335.5986330054534\n", - "12:14:59\tCompleted 3152 to KZ613900: 2650.9462823523477\n", - "12:15:00\tCompleted 3094 to KZ595800: 604.041545916530912:15:00\tCompleted 3180 to KZ154600: 767.1642999772885\n", - "\n", - "12:15:00\tCompleted 3070 to KZ636200: 1683.3313762617333\n", - "12:15:00\tCompleted 3170 to KZ394800: 1037.87756734681912:15:00\tCompleted 3147 to KZ751110: 1332.6799053858344\n", - "\n", - "12:15:00\tCompleted 3151 to KZ595800: 2131.6288054098936\n", - "12:15:00\tCompleted 3161 to KZ115600: 555.5127609865369\n", - "12:15:00\tCompleted 3169 to KZ635200: 1794.5200206112675\n", - "12:15:00\tCompleted 3181 to KZ633200: 888.0964360457074\n", - "12:15:00\tCompleted 3144 to KZ615800: 1626.132885248939\n", - "12:15:00\tCompleted 3078 to KZ711410: 518.0850701525335\n", - "12:15:00\tCompleted 3142 to KZ315000: 2782.9894241613806\n", - "12:15:00\tCompleted 3157 to KZ394200: 1571.246492143351\n", - "12:15:00\tCompleted 3091 to KZ154200: 2708.4297046232086\n", - "12:15:00\tCompleted 3141 to KZ751410: 3956.74634177607712:15:00\tCompleted 3178 to KZ615800: 3666.416167808361\n", - "\n", - "12:15:00\tCompleted 3061 to KZ633400: 1353.9052473040338\n", - "12:15:00\tCompleted 3069 to KZ155200: 1514.7988308549159\n", - "12:15:00\tCompleted 3055 to KZ354000: 1263.5760894759192\n", - "12:15:00\tCompleted 3083 to KZ193400: 1179.812061697559\n", - "12:15:01\tCompleted 3076 to KZ633600: 353.8871487388696\n", - "12:15:01\tCompleted 3079 to KZ275800: 1800.3032140026203\n", - "12:15:01\tCompleted 3057 to KZ612600: 2089.9181338365584\n", - "12:15:01\tCompleted 3168 to KZ193600: 1473.4474250937888\n", - "12:15:01\tCompleted 3164 to KZ395000: 2892.6426350648267\n", - "12:15:01\tCompleted 3166 to KZ275400: 3870.0544095969713\n", - "12:15:01\tCompleted 3146 to KZ115200: 782.8525234612389\n", - "12:15:01\tCompleted 3143 to KZ471000: 4686.16038875345\n", - "12:15:01\tCompleted 3163 to KZ635800: 1691.3718621904848\n", - "12:15:01\tCompleted 3086 to KZ634800: 1228.7014999042487\n", - "12:15:01\tCompleted 3117 to KZ596200: 800.4213042945753\n", - "12:15:01\tCompleted 3181 to KZ634800: 476.12638864334383\n", - "12:15:01\tCompleted 3094 to KZ593400: 413.4288085643907\n", - "12:15:01\tCompleted 3165 to KZ551000: 693.6919231897296\n", - "12:15:02\tCompleted 3180 to KZ154800: 602.1716109896875\n", - "12:15:02\tCompleted 3140 to KZ195200: 1389.8264134703159\n", - "12:15:02\tCompleted 3148 to KZ314200: 1446.9363018693552\n", - "12:15:02\tCompleted 3078 to KZ711210: 531.5682565924792\n", - "12:15:02\tCompleted 3129 to KZ431000: 1562.2113859943754\n", - "12:15:02\tCompleted 3161 to KZ115200: 748.9948754727993\n", - "12:15:02\tCompleted 3076 to KZ633800: 666.7151369065182\n", - "12:15:02\tCompleted 3176 to KZ393200: 1736.2383194728457\n", - "12:15:02\tCompleted 3162 to KZ195200: 1324.1367595876432\n", - "12:15:02\tCompleted 3121 to KZ635400: 1957.6192793385082\n", - "12:15:02\tCompleted 3177 to KZ595200: 1836.0083327489988\n", - "12:15:02\tCompleted 3156 to KZ316600: 1245.9154605304432\n", - "12:15:02\tCompleted 3170 to KZ395000: 1356.7888921451256\n", - "12:15:03\tCompleted 3073 to KZ275800: 3353.108933570401\n", - "12:15:03\tCompleted 3055 to KZ351000: 1227.612456275335\n", - "12:15:03\tCompleted 3148 to KZ353200: 123.55773122724199\n", - "12:15:03\tCompleted 3175 to KZ633800: 3421.2939209695955\n", - "12:15:03\tCompleted 3181 to KZ633400: 772.839425633506\n", - "12:15:03\tCompleted 3089 to KZ274400: 3324.104632197953\n", - "12:15:03\tCompleted 3153 to KZ271000: 3117.2847524017593\n", - "12:15:03\tCompleted 3094 to KZ594200: 593.2865576279022\n", - "12:15:03\tCompleted 3139 to KZ615800: 2194.148040283247\n", - "12:15:03\tCompleted 3168 to KZ194000: 1328.99265623912\n", - "12:15:03\tCompleted 3174 to KZ193600: 4194.550708776747\n", - "12:15:03\tCompleted 3155 to KZ231000: 4295.672623453202\n", - "12:15:03\tCompleted 3147 to KZ751310: 1334.1946240115958\n", - "12:15:04\tCompleted 3165 to KZ556000: 741.8133053977467\n", - "12:15:04\tCompleted 3086 to KZ633400: 1026.2042127782302\n", - "12:15:04\tCompleted 3180 to KZ155200: 1029.1102738914665\n", - "12:15:04\tCompleted 3067 to KZ615600: 2484.3927925905505\n", - "12:15:04\tCompleted 3104 to KZ193400: 1573.9430021615874\n", - "12:15:04\tCompleted 3146 to KZ115400: 1003.4252953268959\n", - "12:15:04\tCompleted 3136 to KZ234200: 5073.096635386744\n", - "12:15:04\tCompleted 3056 to KZ473600: 2358.5268478534394\n", - "12:15:04\tCompleted 3178 to KZ612600: 3375.7961789228757\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:15:04\tCompleted 3183 to KZ593400: 890.3884201914536\n", - "12:15:04\tCompleted 3076 to KZ634000: 918.6358499074468\n", - "12:15:04\tCompleted 3095 to KZ274400: 3005.141375980141\n", - "12:15:04\tCompleted 3181 to KZ633600: 774.4142190388206\n", - "12:15:04\tCompleted 3098 to KZ234200: 3573.783741692637\n", - "12:15:04\tCompleted 3159 to KZ611600: 1607.9469907253815\n", - "12:15:05\tCompleted 3151 to KZ593400: 2272.0680262268256\n", - "12:15:05\tCompleted 3161 to KZ115400: 969.5676473384564\n", - "12:15:05\tCompleted 3061 to KZ633600: 1124.7299067155739\n", - "12:15:05\tCompleted 3112 to KZ156800: 1733.6091668333854\n", - "12:15:05\tCompleted 3070 to KZ636400: 2100.446036953331312:15:05\tCompleted 3164 to KZ395200: 2424.6071499899926\n", - "\n", - "12:15:05\tCompleted 3083 to KZ193600: 1823.295066456626\n", - "12:15:05\tCompleted 3152 to KZ612000: 2519.657743380812\n", - "12:15:05\tCompleted 3182 to KZ356400: 3269.5227163786953\n", - "12:15:05\tCompleted 3140 to KZ195000: 1318.3669222957196\n", - "12:15:05\tCompleted 3170 to KZ395200: 1434.9896248797006\n", - "12:15:05\tCompleted 3086 to KZ633600: 350.6704965583263\n", - "12:15:05\tCompleted 3169 to KZ632400: 1587.1770578048634\n", - "12:15:05\tCompleted 3142 to KZ314200: 2375.7927809575\n", - "12:15:05\tCompleted 3148 to KZ353600: 833.9493861117\n", - "12:15:05\tCompleted 3069 to KZ156400: 1757.351727602243\n", - "12:15:05\tCompleted 3087 to KZ315600: 2871.3623607006266\n", - "12:15:05\tCompleted 3162 to KZ195000: 1252.6772684130476\n", - "12:15:05\tCompleted 3171 to KZ596400: 3914.168176331537\n", - "12:15:05\tCompleted 3163 to KZ636200: 1445.4998802922128\n", - "12:15:05\tCompleted 3176 to KZ393400: 1655.418729504609212:15:05\tCompleted 3168 to KZ196400: 1074.1157545038313\n", - "\n", - "12:15:05\tCompleted 3094 to KZ596600: 694.1720752046673\n", - "12:15:06\tCompleted 3129 to KZ435200: 1653.0231793844378\n", - "12:15:06\tCompleted 3055 to KZ352000: 1480.5555546857827\n", - "12:15:06\tCompleted 3079 to KZ276000: 2216.1342397576827\n", - "12:15:06\tCompleted 3144 to KZ612600: 1456.2477340539824\n", - "12:15:06\tCompleted 3141 to KZ751710: 3997.7343735449795\n", - "12:15:06\tCompleted 3157 to KZ394400: 1651.1337032781132\n", - "12:15:06\tCompleted 3181 to KZ633800: 584.6620276287605\n", - "12:15:06\tCompleted 3180 to KZ156400: 868.2353679896083\n", - "12:15:06\tCompleted 3165 to KZ556800: 942.5012302696888\n", - "12:15:06\tCompleted 3091 to KZ156000: 2281.678936991429\n", - "12:15:07\tCompleted 3121 to KZ635000: 1484.9524894268739\n", - "12:15:07\tCompleted 3172 to KZ274400: 3471.189640248308\n", - "12:15:07\tCompleted 3177 to KZ591000: 1952.964176871714712:15:07\tCompleted 3139 to KZ612600: 1903.528051397748\n", - "\n", - "12:15:07\tCompleted 3148 to KZ351600: 488.9783063649454\n", - "12:15:07\tCompleted 3086 to KZ633800: 651.2558440388556\n", - "12:15:07\tCompleted 3147 to KZ751410: 1349.8622431023557\n", - "12:15:07\tCompleted 3057 to KZ616000: 2407.677338454655\n", - "12:15:07\tCompleted 3181 to KZ634000: 413.41060822714405\n", - "12:15:07\tCompleted 3170 to KZ391000: 1246.556136087833212:15:07\tCompleted 3156 to KZ316200: 1668.8732158023458\n", - "\n", - "12:15:07\tCompleted 3094 to KZ595000: 528.6120938923686\n", - "12:15:08\tCompleted 3183 to KZ594200: 1070.2461692549653\n", - "12:15:08\tCompleted 3148 to KZ354000: 50.29736328847753\n", - "12:15:08\tCompleted 3180 to KZ155600: 781.0801475695556\n", - "12:15:08\tCompleted 3143 to KZ473600: 4267.185622730424\n", - "12:15:08\tCompleted 3151 to KZ594200: 1945.409942956247\n", - "12:15:08\tCompleted 3076 to KZ635400: 1426.871763479152412:15:08\tCompleted 3168 to KZ196800: 1240.293595019362\n", - "\n", - "12:15:08\tCompleted 3104 to KZ193600: 1440.0507404161174\n", - "12:15:08\tCompleted 3159 to KZ613600: 1462.7392521994295\n", - "12:15:08\tCompleted 3166 to KZ273600: 3038.0136685795096\n", - "12:15:09\tCompleted 3069 to KZ155600: 1364.663740764788\n", - "12:15:09\tCompleted 3187 to KZ233600: 1240.4555236938318\n", - "12:15:09\tCompleted 3178 to KZ616000: 3693.5553835409723\n", - "12:15:09\tCompleted 3171 to KZ594600: 3139.5139162549012\n", - "12:15:09\tCompleted 3121 to KZ632200: 834.6328081931389\n", - "12:15:09\tCompleted 3129 to KZ434800: 1574.5894151077125\n", - "12:15:09\tCompleted 3181 to KZ635400: 492.42920568717597\n", - "12:15:09\tCompleted 3152 to KZ614400: 2577.479081792144\n", - "12:15:09\tCompleted 3169 to KZ632800: 1160.2569835679506\n", - "12:15:09\tCompleted 3165 to KZ554800: 947.1967183141444\n", - "12:15:09\tCompleted 3148 to KZ351000: 23.546298747200172\n", - "12:15:09\tCompleted 3174 to KZ194000: 4261.038074621991\n", - "12:15:09\tCompleted 3184 to KZ616400: 1916.2791092117086\n", - "12:15:09\tCompleted 3086 to KZ634000: 903.1765570397841\n", - "12:15:09\tCompleted 3180 to KZ156800: 213.7460740969234\n", - "12:15:09\tCompleted 3094 to KZ593600: 643.160698176662\n", - "12:15:09\tCompleted 3083 to KZ194000: 1841.501887686571\n", - "12:15:09\tCompleted 3061 to KZ633800: 1425.3152541961024\n", - "12:15:09\tCompleted 3055 to KZ354800: 1751.2354698914553\n", - "12:15:09\tCompleted 3176 to KZ391600: 1914.6149727551856\n", - "12:15:10\tCompleted 3155 to KZ234000: 4504.283100820894\n", - "12:15:10\tCompleted 3164 to KZ391000: 2620.3134144989513\n", - "12:15:10\tCompleted 3067 to KZ615800: 2322.5847605311264\n", - "12:15:10\tCompleted 3153 to KZ274000: 3780.9724423409657\n", - "12:15:10\tCompleted 3142 to KZ353200: 2443.0071481501755\n", - "12:15:10\tCompleted 3182 to KZ352400: 3119.3777714987646\n", - "12:15:10\tCompleted 3162 to KZ194400: 1575.1128212526387\n", - "12:15:10\tCompleted 3146 to KZ151000: 2388.6338723450913\n", - "12:15:10\tCompleted 3073 to KZ276000: 3768.939959325436\n", - "12:15:10\tCompleted 3140 to KZ194400: 1640.8024751353114\n", - "12:15:10\tCompleted 3170 to KZ395400: 1284.9325202864927\n", - "12:15:10\tCompleted 3175 to KZ634000: 3668.496718866618\n", - "12:15:10\tCompleted 3181 to KZ635000: 156.04322054575664\n", - "12:15:10\tCompleted 3161 to KZ151000: 2354.776224356653\n", - "12:15:11\tCompleted 3168 to KZ191600: 1157.193138151519212:15:11\tCompleted 3177 to KZ595600: 1824.469663196017\n", - "\n", - "12:15:11\tCompleted 3148 to KZ352000: 474.3914319169582\n", - "12:15:11\tCompleted 3076 to KZ635000: 955.6209112741731\n", - "12:15:11\tCompleted 3163 to KZ636400: 1685.4675922516894\n", - "12:15:11\tCompleted 3069 to KZ156800: 1126.5612653685396\n", - "12:15:11\tCompleted 3089 to KZ275400: 3999.2930641549633\n", - "12:15:11\tCompleted 3188 to KZ352800: 768.8635277547921\n", - "12:15:11\tCompleted 3112 to KZ193200: 1861.1761311164692\n", - "12:15:11\tCompleted 3147 to KZ751710: 1385.5781969326165\n", - "12:15:11\tCompleted 3156 to KZ311000: 1431.188278761602\n", - "12:15:11\tCompleted 3136 to KZ234600: 5188.26693382485\n", - "12:15:11\tCompleted 3165 to KZ556400: 884.930592005586612:15:11\tCompleted 3139 to KZ616000: 2221.2872560158585\n", - "\n", - "12:15:11\tCompleted 3183 to KZ596600: 1171.1316868317303\n", - "12:15:11\tCompleted 3141 to KZ751810: 3943.978217621929\n", - "12:15:12\tCompleted 3151 to KZ596600: 1697.673075840583\n", - "12:15:12\tCompleted 3129 to KZ433600: 1390.2329432575614\n", - "12:15:12\tCompleted 3094 to KZ595200: 640.6108312338981\n", - "12:15:12\tCompleted 3144 to KZ616000: 1624.0294023961421\n", - "12:15:12\tCompleted 3181 to KZ632200: 786.6054289129138\n", - "12:15:12\tCompleted 3157 to KZ433200: 2180.5160725975375\n", - "12:15:12\tCompleted 3087 to KZ316000: 2490.610446746269\n", - "12:15:12\tCompleted 3055 to KZ355200: 1297.428959964788\n", - "12:15:12\tCompleted 3186 to KZ154200: 1936.3225113286958\n", - "12:15:12\tCompleted 3056 to KZ474200: 2852.5863515785327\n", - "12:15:12\tCompleted 3148 to KZ354800: 527.4714623297746\n", - "12:15:12\tCompleted 3076 to KZ632200: 421.5914752305808\n", - "12:15:12\tCompleted 3176 to KZ393600: 1549.1854409225132\n", - "12:15:12\tCompleted 3095 to KZ275400: 3680.3298079371516\n", - "12:15:12\tCompleted 3170 to KZ392000: 1081.8383943330264\n", - "12:15:13\tCompleted 3181 to KZ635200: 131.11219333266155\n", - "12:15:13\tCompleted 3184 to KZ615600: 1114.5876130766835\n", - "12:15:13\tCompleted 3188 to KZ356400: 787.9419548795383\n", - "12:15:13\tCompleted 3169 to KZ636800: 1362.2975138286872\n", - "12:15:13\tCompleted 3168 to KZ195200: 1234.5001032363277\n", - "12:15:13\tCompleted 3104 to KZ194000: 1634.078920847710412:15:13\tCompleted 3098 to KZ234600: 3688.9540401306913\n", - "\n", - "12:15:13\tCompleted 3159 to KZ614000: 1591.1519147411684\n", - "12:15:13\tCompleted 3182 to KZ356000: 2461.0081011641723\n", - "12:15:13\tCompleted 3086 to KZ635400: 1411.4124706114899\n", - "12:15:13\tCompleted 3171 to KZ711110: 3605.1878255198826\n", - "12:15:13\tCompleted 3152 to KZ614600: 2367.130709260735\n", - "12:15:13\tCompleted 3178 to KZ613800: 3841.809516559856\n", - "12:15:13\tCompleted 3091 to KZ154600: 2579.8163677365437\n", - "12:15:14\tCompleted 3094 to KZ591000: 530.826559986436\n", - "12:15:14\tCompleted 3083 to KZ196400: 1586.6249859512802\n", - "12:15:14\tCompleted 3061 to KZ634000: 1672.5180520931315\n", - "12:15:14\tCompleted 3148 to KZ355200: 643.4262401230784\n", - "12:15:14\tCompleted 3181 to KZ632400: 458.73227135527253\n", - "12:15:14\tCompleted 3057 to KZ613800: 2555.931471473535\n", - "12:15:14\tCompleted 3164 to KZ395400: 2663.677309424264\n", - "12:15:14\tCompleted 3172 to KZ275400: 4146.378072205322\n", - "12:15:14\tCompleted 3162 to KZ194600: 1520.1936632936638\n", - "12:15:14\tCompleted 3143 to KZ474200: 4713.8097837969935\n", - "12:15:14\tCompleted 3183 to KZ595000: 1005.5717055194317\n", - "12:15:14\tCompleted 3147 to KZ751810: 1339.4372646987151\n", - "12:15:15\tCompleted 3163 to KZ631000: 1391.6342669602589\n", - "12:15:15\tCompleted 3067 to KZ612600: 2031.9647716456393\n", - "12:15:15\tCompleted 3177 to KZ596000: 1961.5098926399173\n", - "12:15:15\tCompleted 3055 to KZ355600: 1296.38359099165\n", - "12:15:15\tCompleted 3188 to KZ352400: 853.129021970195\n", - "12:15:15\tCompleted 3176 to KZ396400: 1383.020318835297\n", - "12:15:15\tCompleted 3178 to KZ273200: 781.460540301532\n", - "12:15:15\tCompleted 3076 to KZ635200: 1221.2259590672008\n", - "12:15:15\tCompleted 3140 to KZ194600: 1585.8833171763365\n", - "12:15:15\tCompleted 3187 to KZ633200: 2966.0615684054005\n", - "12:15:15\tCompleted 3165 to KZ554200: 1100.1789587219685\n", - "12:15:15\tCompleted 3170 to KZ395600: 1395.4046003139963\n", - "12:15:15\tCompleted 3168 to KZ195000: 1085.3715405455523\n", - "12:15:15\tCompleted 3148 to KZ355600: 244.6441897600397\n", - "12:15:15\tCompleted 3174 to KZ196400: 4694.192181297631\n", - "12:15:15\tCompleted 3086 to KZ635000: 940.1616184065105\n", - "12:15:15\tCompleted 3156 to KZ315000: 1548.397094995235\n", - "12:15:15\tCompleted 3151 to KZ595000: 1971.993953185116\n", - "12:15:15\tCompleted 3166 to KZ276600: 3119.8389152784957\n", - "12:15:16\tCompleted 3181 to KZ632800: 1020.1694483640049\n", - "12:15:16\tCompleted 3142 to KZ353600: 3170.3083484101135\n", - "12:15:16\tCompleted 3112 to KZ193400: 1586.365080195597\n", - "12:15:16\tCompleted 3184 to KZ615800: 1128.967232404214\n", - "12:15:16\tCompleted 3094 to KZ595600: 764.7141465083582\n", - "12:15:16\tCompleted 3188 to KZ356000: 185.06694997175157\n", - "12:15:16\tCompleted 3129 to KZ434000: 2125.4366364227635\n", - "12:15:16\tCompleted 3178 to KZ274400: 807.0894732116998\n", - "12:15:16\tCompleted 3155 to KZ234200: 4955.228807341862\n", - "12:15:16\tCompleted 3139 to KZ613800: 2369.5413890347368\n", - "12:15:17\tCompleted 3161 to KZ153200: 2404.9698317854004\n", - "12:15:17\tCompleted 3086 to KZ632200: 330.54193693266257\n", - "12:15:17\tCompleted 3146 to KZ153200: 2438.8274797738386\n", - "12:15:17\tCompleted 3181 to KZ636800: 395.7716269304564\n", - "12:15:17\tCompleted 3076 to KZ632400: 1012.4670585541421\n", - "12:15:17\tCompleted 3073 to KZ276200: 3488.3261725915318\n", - "12:15:17\tCompleted 3153 to KZ274200: 3888.288430500732\n", - "12:15:17\tCompleted 3141 to KZ751910: 3965.1191339723364\n", - "12:15:17\tCompleted 3157 to KZ431900: 1665.4118863797057\n", - "12:15:17\tCompleted 3148 to KZ352100: 712.257066600231812:15:17\tCompleted 3186 to KZ156000: 1509.5717436969042\n", - "\n", - "12:15:17\tCompleted 3171 to KZ711410: 3595.322046340856\n", - "12:15:17\tCompleted 3094 to KZ596000: 407.52916245526814\n", - "12:15:17\tCompleted 3178 to KZ275400: 177.23706237118284\n", - "12:15:17\tCompleted 3176 to KZ394000: 1450.7214451620848\n", - "12:15:17\tCompleted 3180 to KZ193200: 3172.857505365862\n", - "12:15:17\tCompleted 3175 to KZ635400: 4176.732632438296\n", - "12:15:17\tCompleted 3188 to KZ354400: 766.7326624192016\n", - "12:15:18\tCompleted 3183 to KZ593600: 1120.1203098037251\n", - "12:15:18\tCompleted 3189 to KZ595800: 2771.7967237170124\n", - "12:15:18\tCompleted 3144 to KZ613800: 1864.4197720318605\n", - "12:15:18\tCompleted 3136 to KZ234800: 4321.968309660354\n", - "12:15:18\tCompleted 3168 to KZ194400: 1463.2831899500695\n", - "12:15:18\tCompleted 3089 to KZ273600: 3167.2523231375017\n", - "12:15:18\tCompleted 3181 to KZ635800: 486.53846018332587\n", - "12:15:18\tCompleted 3083 to KZ196800: 1752.8028264668133\n", - "12:15:18\tCompleted 3147 to KZ751910: 1340.3759463349377\n", - "12:15:18\tCompleted 3164 to KZ392000: 2780.6010045044877\n", - "12:15:18\tCompleted 3169 to KZ635800: 1726.5850656260811\n", - "12:15:18\tCompleted 3148 to KZ352200: 70.90291643865451\n", - "12:15:18\tCompleted 3170 to KZ395800: 1650.5627120827094\n", - "12:15:18\tCompleted 3139 to KZ273200: 892.1648767493222\n", - "12:15:18\tCompleted 3184 to KZ612600: 959.0820812092609\n", - "12:15:18\tCompleted 3154 to KZ113200: 341.40387420325527\n", - "12:15:18\tCompleted 3177 to KZ596200: 1648.0486346916637\n", - "12:15:19\tCompleted 3182 to KZ354400: 3248.3134239183737\n", - "12:15:19\tCompleted 3152 to KZ614800: 2848.751514631826\n", - "12:15:19\tCompleted 3159 to KZ613900: 1867.9036138823624\n", - "12:15:19\tCompleted 3188 to KZ351800: 1.4142135623730951\n", - "12:15:19\tCompleted 3178 to KZ273600: 999.3131449978227\n", - "12:15:19\tCompleted 3076 to KZ632800: 884.8754009559018\n", - "12:15:19\tCompleted 3162 to KZ194800: 1653.182365294725\n", - "12:15:19\tCompleted 3055 to KZ352100: 1914.36586476780412:15:19\tCompleted 3069 to KZ193200: 2936.9525164749007\n", - "\n", - "12:15:19\tCompleted 3087 to KZ316600: 2795.836783577271\n", - "12:15:19\tCompleted 3181 to KZ636200: 300.064429879162\n", - "12:15:19\tCompleted 3057 to KZ273200: 2094.3416006884195\n", - "12:15:19\tCompleted 3056 to KZ474600: 2529.761790760451\n", - "12:15:19\tCompleted 3095 to KZ273600: 2848.2890669196912:15:19\tCompleted 3129 to KZ471000: 1656.1351927887256\n", - "\n", - "12:15:20\tCompleted 3086 to KZ635200: 1205.7666661995383\n", - "12:15:20\tCompleted 3156 to KZ314200: 1432.6024923239752\n", - "12:15:20\tCompleted 3091 to KZ154800: 2462.997047988511\n", - "12:15:20\tCompleted 3061 to KZ635400: 2180.7539656648364\n", - "12:15:20\tCompleted 3163 to KZ634600: 1792.4437442319816\n", - "12:15:20\tCompleted 3094 to KZ596200: 794.5286121264464\n", - "12:15:20\tCompleted 3154 to KZ113400: 132.62480310108273\n", - "12:15:20\tCompleted 3140 to KZ194800: 1718.872019177397\n", - "12:15:20\tCompleted 3168 to KZ194600: 1097.0840248243023\n", - "12:15:20\tCompleted 3112 to KZ193600: 1452.4728184501273\n", - "12:15:20\tCompleted 3165 to KZ791110: 1524.1329755230324\n", - "12:15:20\tCompleted 3178 to KZ276600: 1389.6534439402474\n", - "12:15:20\tCompleted 3176 to KZ396800: 1582.1932459524278\n", - "12:15:20\tCompleted 3151 to KZ593600: 2309.428959009276\n", - "12:15:21\tCompleted 3067 to KZ616000: 2349.7239762637378\n", - "12:15:21\tCompleted 3076 to KZ636800: 787.5875145779654\n", - "12:15:21\tCompleted 3143 to KZ474600: 4390.985222978905\n", - "12:15:21\tCompleted 3142 to KZ351600: 2799.713952377282\n", - "12:15:21\tCompleted 3156 to KZ353200: 110.17244987684529\n", - "12:15:21\tCompleted 3192 to KZ154000: 990.2249994099644\n", - "12:15:21\tCompleted 3148 to KZ352300: 862.1823228290941\n", - "12:15:21\tCompleted 3170 to KZ392400: 1181.0390220127779\n", - "12:15:21\tCompleted 3174 to KZ196800: 4162.350579056408\n", - "12:15:21\tCompleted 3181 to KZ636400: 1179.267603442471\n", - "12:15:21\tCompleted 3172 to KZ273600: 3314.3373311878568\n", - "12:15:21\tCompleted 3171 to KZ711210: 3592.677815782833\n", - "12:15:21\tCompleted 3188 to KZ393200: 1113.349018618535412:15:21\tCompleted 3190 to KZ615200: 2681.341903255401\n", - "\n", - "12:15:21\tCompleted 3055 to KZ352200: 1254.4321691544153\n", - "12:15:22\tCompleted 3154 to KZ113600: 407.89753214771866\n", - "12:15:22\tCompleted 3094 to KZ596400: 503.8074986999331\n", - "12:15:22\tCompleted 3178 to KZ275000: 1115.7538848156655\n", - "12:15:22\tCompleted 3183 to KZ595200: 1117.5704428609613\n", - "12:15:22\tCompleted 3147 to KZ751510: 1332.8644724053931\n", - "12:15:22\tCompleted 3161 to KZ153400: 1988.641161155277\n", - "12:15:22\tCompleted 3098 to KZ234800: 2822.6554159663074\n", - "12:15:22\tCompleted 3184 to KZ616000: 1143.7490886808885\n", - "12:15:22\tCompleted 3129 to KZ473600: 1189.7250841071634\n", - "12:15:22\tCompleted 3086 to KZ632400: 997.0077656864795\n", - "12:15:22\tCompleted 3193 to KZ235600: 73.0832611206852\n", - "12:15:22\tCompleted 3182 to KZ351800: 2482.994975061577\n", - "12:15:22\tCompleted 3187 to KZ634800: 3509.918541616398712:15:22\tCompleted 3148 to KZ352800: 98.0253391356213\n", - "\n", - "12:15:22\tCompleted 3083 to KZ191600: 1669.7023695989703\n", - "12:15:22\tCompleted 3181 to KZ631000: 277.52085134081483\n", - "12:15:23\tCompleted 3157 to KZ434600: 1699.076456806086\n", - "12:15:23\tCompleted 3189 to KZ593400: 2877.0890309357596\n", - "12:15:23\tCompleted 3186 to KZ154600: 1807.7091744420359\n", - "12:15:23\tCompleted 3166 to KZ275000: 2996.1536759527507\n", - "12:15:23\tCompleted 3168 to KZ194800: 1252.0386290809008\n", - "12:15:23\tCompleted 3192 to KZ154200: 813.1984702102044\n", - "12:15:23\tCompleted 3155 to KZ234600: 5070.399105779968\n", - "12:15:23\tCompleted 3164 to KZ395600: 2657.754353795575\n", - "12:15:23\tCompleted 3188 to KZ393400: 629.7580604555809\n", - "12:15:23\tCompleted 3176 to KZ394800: 1325.2703736999692\n", - "12:15:23\tCompleted 3141 to KZ751510: 3953.6350718714207\n", - "12:15:23\tCompleted 3178 to KZ274800: 496.6733556914452\n", - "12:15:23\tCompleted 3169 to KZ636200: 1480.7130837278094\n", - "12:15:23\tCompleted 3159 to KZ612000: 1388.1608147063248\n", - "12:15:23\tCompleted 3156 to KZ353600: 819.6155765663201\n", - "12:15:23\tCompleted 3076 to KZ635800: 1238.505699981876\n", - "12:15:23\tCompleted 3152 to KZ615400: 2589.9152817223744\n", - "12:15:24\tCompleted 3154 to KZ113800: 587.2435568166188\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:15:24\tCompleted 3181 to KZ634600: 326.4403430640166\n", - "12:15:24\tCompleted 3193 to KZ233600: 709.8904015653447\n", - "12:15:24\tCompleted 3148 to KZ356400: 386.9962479660221\n", - "12:15:24\tCompleted 3055 to KZ352300: 1150.5290938292221\n", - "12:15:24\tCompleted 3086 to KZ632800: 793.8258626579834\n", - "12:15:24\tCompleted 3163 to KZ634400: 1372.0817573375566\n", - "12:15:24\tCompleted 3136 to KZ235200: 4369.608157023722\n", - "12:15:24\tCompleted 3094 to KZ594600: 773.8024432537185\n", - "12:15:24\tCompleted 3151 to KZ595200: 1845.785060735195\n", - "12:15:24\tCompleted 3061 to KZ635000: 1708.0871757532034\n", - "12:15:24\tCompleted 3146 to KZ153400: 2022.4988091437162\n", - "12:15:24\tCompleted 3162 to KZ195600: 1880.107279083537\n", - "12:15:24\tCompleted 3188 to KZ391600: 496.8633213173509\n", - "12:15:24\tCompleted 3175 to KZ635000: 3704.0658425266656\n", - "12:15:24\tCompleted 3177 to KZ596400: 2385.86440528145\n", - "12:15:24\tCompleted 3178 to KZ275800: 966.8069409099638\n", - "12:15:24\tCompleted 3141 to KZ231000: 540.7358572237702\n", - "12:15:25\tCompleted 3170 to KZ396200: 1621.0679445225114\n", - "12:15:25\tCompleted 3165 to KZ791310: 1500.0100919651234\n", - "12:15:25\tCompleted 3192 to KZ156000: 1059.3605411783794\n", - "12:15:25\tCompleted 3156 to KZ351600: 474.6444968195654\n", - "12:15:25\tCompleted 3183 to KZ591000: 1007.786171613499\n", - "12:15:25\tCompleted 3181 to KZ634400: 445.6141173596822\n", - "12:15:25\tCompleted 3148 to KZ352400: 65.90325766618017\n", - "12:15:25\tCompleted 3154 to KZ114500: 454.36557227065634\n", - "12:15:25\tCompleted 3182 to KZ393200: 2200.58728429096\n", - "12:15:25\tCompleted 3129 to KZ474200: 1683.7845878322723\n", - "12:15:25\tCompleted 3089 to KZ276600: 3249.077569836488\n", - "12:15:25\tCompleted 3076 to KZ636200: 906.003084477088\n", - "12:15:25\tCompleted 3094 to KZ711110: 48.962658948467585\n", - "12:15:25\tCompleted 3057 to KZ274400: 2024.4080006999882\n", - "12:15:25\tCompleted 3180 to KZ193400: 3101.9394438385652\n", - "12:15:25\tCompleted 3144 to KZ273200: 3215.545848605552\n", - "12:15:26\tCompleted 3086 to KZ636800: 772.1282217103028\n", - "12:15:26\tCompleted 3168 to KZ195600: 1456.9976406141755\n", - "12:15:26\tCompleted 3142 to KZ354000: 2397.8262536068046\n", - "12:15:26\tCompleted 3140 to KZ195600: 1945.7969329662096\n", - "12:15:26\tCompleted 3178 to KZ276000: 774.3718068615501\n", - "12:15:26\tCompleted 3171 to KZ711310: 3582.9378750899473\n", - "12:15:26\tCompleted 3087 to KZ316200: 2641.3305788217694\n", - "12:15:26\tCompleted 3156 to KZ354000: 59.397363312319385\n", - "12:15:26\tCompleted 3184 to KZ613800: 1367.2541191871355\n", - "12:15:26\tCompleted 3141 to KZ234000: 442.1916577756568\n", - "12:15:26\tCompleted 3176 to KZ395000: 1644.181698498274\n", - "12:15:26\tCompleted 3055 to KZ352800: 1255.1160122955143\n", - "12:15:26\tCompleted 3154 to KZ114000: 401.30492606447893\n", - "12:15:27\tCompleted 3069 to KZ193400: 2662.1414655540343\n", - "12:15:27\tCompleted 3189 to KZ594200: 2585.5778612633826\n", - "12:15:27\tCompleted 3192 to KZ154600: 972.2456632445133\n", - "12:15:27\tCompleted 3196 to KZ352300: 2156.970587054354\n", - "12:15:27\tCompleted 3188 to KZ393600: 967.4073528119616\n", - "12:15:27\tCompleted 3091 to KZ155200: 2889.9357108902636\n", - "12:15:27\tCompleted 3067 to KZ613800: 2497.9781092826183\n", - "12:15:27\tCompleted 3061 to KZ632200: 1057.7674945194685\n", - "12:15:27\tCompleted 3156 to KZ351000: 9.212489201820263\n", - "12:15:27\tCompleted 3178 to KZ276200: 826.2753207412367\n", - "12:15:27\tCompleted 3152 to KZ615200: 2327.3319282241123\n", - "12:15:27\tCompleted 3186 to KZ154800: 1642.7164854544344\n", - "12:15:27\tCompleted 3170 to KZ396600: 1532.7730766699804\n", - "12:15:27\tCompleted 3164 to KZ395800: 2960.13842920206\n", - "12:15:27\tCompleted 3148 to KZ356000: 1023.2787100523691\n", - "12:15:28\tCompleted 3095 to KZ276600: 2930.114313618676\n", - "12:15:28\tCompleted 3056 to KZ475000: 2900.090817510228\n", - "12:15:28\tCompleted 3143 to KZ475000: 4761.314249728726\n", - "12:15:28\tCompleted 3154 to KZ117000: 323.93726951108283\n", - "12:15:28\tCompleted 3174 to KZ191600: 4188.148555116499\n", - "12:15:28\tCompleted 3141 to KZ234200: 1048.9629166347695\n", - "12:15:28\tCompleted 3129 to KZ474600: 1360.9600270142018\n", - "12:15:28\tCompleted 3151 to KZ591000: 1962.740904857911\n", - "12:15:28\tCompleted 3169 to KZ636400: 1720.6807956872858\n", - "12:15:28\tCompleted 3182 to KZ393400: 2119.767694322719\n", - "12:15:28\tCompleted 3172 to KZ276600: 3396.162577886843\n", - "12:15:28\tCompleted 3190 to KZ616400: 3382.9634554508157\n", - "12:15:28\tCompleted 3157 to KZ434400: 2042.0258557678205\n", - "12:15:28\tCompleted 3178 to KZ271000: 788.1605410235652\n", - "12:15:28\tCompleted 3086 to KZ635800: 1223.0464071142133\n", - "12:15:29\tCompleted 3156 to KZ352000: 461.0061505665615\n", - "12:15:29\tCompleted 3168 to KZ195800: 1519.1463678941436\n", - "12:15:29\tCompleted 3192 to KZ154800: 994.9904418862149\n", - "12:15:29\tCompleted 3161 to KZ153600: 2771.240206345949\n", - "12:15:29\tCompleted 3159 to KZ614400: 1794.4364133221652\n", - "12:15:29\tCompleted 3183 to KZ595600: 1241.6737581354214\n", - "12:15:29\tCompleted 3177 to KZ594600: 1742.4615535923008\n", - "12:15:29\tCompleted 3155 to KZ234800: 4204.100481615475\n", - "12:15:29\tCompleted 3147 to KZ231000: 3138.8220833047417\n", - "12:15:29\tCompleted 3187 to KZ633400: 2865.7807939628597\n", - "12:15:29\tCompleted 3181 to KZ313600: 2508.18734589322812:15:29\tCompleted 3163 to KZ313600: 1690.2702078760237\n", - "\n", - "12:15:29\tCompleted 3176 to KZ395200: 1722.3824312328506\n", - "12:15:29\tCompleted 3165 to KZ791510: 1498.550617111373\n", - "12:15:29\tCompleted 3154 to KZ114400: 450.17710961968214\n", - "12:15:29\tCompleted 3196 to KZ352800: 1392.8136033608896\n", - "12:15:30\tCompleted 3197 to KZ593200: 1613.964281994212\n", - "12:15:30\tCompleted 3162 to KZ195800: 1744.412879433508\n", - "12:15:30\tCompleted 3098 to KZ235200: 2870.295263329675\n", - "12:15:30\tCompleted 3148 to KZ354400: 815.7628318752176\n", - "12:15:30\tCompleted 3141 to KZ234600: 1164.1332150728492\n", - "12:15:30\tCompleted 3166 to KZ274800: 3521.041483764244\n", - "12:15:30\tCompleted 3178 to KZ274000: 878.4159934472826\n", - "12:15:30\tCompleted 3170 to KZ394200: 1144.2343539339022\n", - "12:15:30\tCompleted 3055 to KZ356400: 1572.195500758077\n", - "12:15:30\tCompleted 3192 to KZ155200: 617.0080774925623\n", - "12:15:30\tCompleted 3188 to KZ396400: 1207.2396188759233\n", - "12:15:30\tCompleted 3189 to KZ596600: 2337.8409941477275\n", - "12:15:30\tCompleted 3156 to KZ354800: 541.8052718751545\n", - "12:15:30\tCompleted 3193 to KZ633200: 4228.330019985775\n", - "12:15:30\tCompleted 3168 to KZ196000: 796.8544525714556\n", - "12:15:30\tCompleted 3175 to KZ632200: 3053.746161292982\n", - "12:15:31\tCompleted 3136 to KZ235600: 4464.645923044172\n", - "12:15:31\tCompleted 3146 to KZ153600: 2805.0978543343863\n", - "12:15:31\tCompleted 3171 to KZ555200: 4326.752734311119\n", - "12:15:31\tCompleted 3178 to KZ274200: 299.0735517641728\n", - "12:15:31\tCompleted 3140 to KZ195800: 1810.1025333161806\n", - "12:15:31\tCompleted 3183 to KZ596000: 884.4887740823311\n", - "12:15:31\tCompleted 3154 to KZ114600: 558.576202007112\n", - "12:15:31\tCompleted 3141 to KZ234800: 763.2973538540488\n", - "12:15:31\tCompleted 3199 to KZ615400: 3033.8056180820076\n", - "12:15:32\tCompleted 3142 to KZ351000: 2361.862620406218\n", - "12:15:32\tCompleted 3182 to KZ391600: 2378.963937573286\n", - "12:15:32\tCompleted 3067 to KZ273200: 2050.895554425233\n", - "12:15:32\tCompleted 3151 to KZ595600: 1834.2463911822133\n", - "12:15:32\tCompleted 3164 to KZ392400: 2686.3253552283863\n", - "12:15:32\tCompleted 3087 to KZ311000: 2501.9018391926484\n", - "12:15:32\tCompleted 3089 to KZ275000: 3125.392330510743\n", - "12:15:32\tCompleted 3156 to KZ355200: 630.0409587726817\n", - "12:15:32\tCompleted 3176 to KZ391000: 1533.9489424409817\n", - "12:15:32\tCompleted 3148 to KZ351800: 836.7975465182437\n", - "12:15:32\tCompleted 3055 to KZ352400: 1205.384822746484\n", - "12:15:32\tCompleted 3180 to KZ193600: 2591.9555467721884\n", - "12:15:32\tCompleted 3196 to KZ356400: 1570.211929141577\n", - "12:15:32\tCompleted 3168 to KZ191000: 920.3497475735969\n", - "12:15:32\tCompleted 3170 to KZ394400: 1097.2367495958238\n", - "12:15:32\tCompleted 3061 to KZ635200: 1973.6922235462314\n", - "12:15:32\tCompleted 3179 to KZ113200: 582.0425906404445\n", - "12:15:33\tCompleted 3169 to KZ631000: 1426.8474703958555\n", - "12:15:33\tCompleted 3141 to KZ235200: 738.8554880822925\n", - "12:15:33\tCompleted 3129 to KZ475000: 1731.2890537640023\n", - "12:15:33\tCompleted 3157 to KZ431000: 1382.8474249143183\n", - "12:15:33\tCompleted 3152 to KZ616400: 3299.924479120151\n", - "12:15:33\tCompleted 3181 to KZ314000: 2366.54398174484\n", - "12:15:33\tCompleted 3192 to KZ156400: 1743.762091664753\n", - "12:15:33\tCompleted 3091 to KZ156400: 2729.0608049884504\n", - "12:15:33\tCompleted 3144 to KZ274400: 3145.6122486171002\n", - "12:15:33\tCompleted 3069 to KZ193600: 2528.2492038085793\n", - "12:15:33\tCompleted 3159 to KZ614600: 1481.380933483328\n", - "12:15:33\tCompleted 3184 to KZ273200: 3038.0437223766494\n", - "12:15:33\tCompleted 3057 to KZ275400: 2699.5964326569783\n", - "12:15:33\tCompleted 3156 to KZ355600: 238.22236471241402\n", - "12:15:33\tCompleted 3190 to KZ615600: 2993.4038896749307\n", - "12:15:33\tCompleted 3186 to KZ155200: 2069.655148356212\n", - "12:15:34\tCompleted 3177 to KZ711110: 2033.8470823746661\n", - "12:15:34\tCompleted 3174 to KZ195200: 4125.913578251219\n", - "12:15:34\tCompleted 3162 to KZ196000: 1517.7120187711973\n", - "12:15:34\tCompleted 3179 to KZ113400: 411.7550977076811\n", - "12:15:34\tCompleted 3141 to KZ235600: 403.12518020184024\n", - "12:15:34\tCompleted 3163 to KZ314000: 1548.6268437276374\n", - "12:15:34\tCompleted 3188 to KZ394000: 1457.2034003345188\n", - "12:15:34\tCompleted 3182 to KZ393600: 2013.534405740629\n", - "12:15:34\tCompleted 3055 to KZ356000: 1149.0655605289235\n", - "12:15:34\tCompleted 3095 to KZ275000: 2806.429074292931\n", - "12:15:34\tCompleted 3165 to KZ791710: 1471.0316911976206\n", - "12:15:34\tCompleted 3192 to KZ155600: 638.0146354311191\n", - "12:15:34\tCompleted 3196 to KZ352400: 1344.2279612546702\n", - "12:15:34\tCompleted 3143 to KZ475200: 4772.157210512773\n", - "12:15:34\tCompleted 3154 to KZ114800: 916.8117313604271\n", - "12:15:34\tCompleted 3197 to KZ595800: 1985.9762986137273\n", - "12:15:35\tCompleted 3161 to KZ154000: 2292.5864839420983\n", - "12:15:35\tCompleted 3168 to KZ196200: 1276.5676778354793\n", - "12:15:35\tCompleted 3183 to KZ596200: 1271.4882237535085\n", - "12:15:35\tCompleted 3201 to KZ153600: 3932.0073428016253\n", - "12:15:35\tCompleted 3176 to KZ395400: 1572.3253266396412\n", - "12:15:35\tCompleted 3170 to KZ433200: 1199.2369206149588\n", - "12:15:35\tCompleted 3056 to KZ475200: 2910.9337782942775\n", - "12:15:35\tCompleted 3172 to KZ275000: 3272.477338561098\n", - "12:15:35\tCompleted 3187 to KZ633600: 2636.6054533744164\n", - "12:15:35\tCompleted 3148 to KZ393200: 1216.121454488364612:15:35\tCompleted 3189 to KZ595000: 2612.161871492249\n", - "\n", - "12:15:35\tCompleted 3179 to KZ113600: 628.8143114664249\n", - "12:15:36\tCompleted 3155 to KZ235200: 4251.740328978842\n", - "12:15:36\tCompleted 3140 to KZ196000: 1541.6040157886048\n", - "12:15:36\tCompleted 3181 to KZ314800: 1806.5438691945471\n", - "12:15:36\tCompleted 3156 to KZ352100: 697.9232570548518\n", - "12:15:36\tCompleted 3141 to KZ233600: 993.2921186984548\n", - "12:15:36\tCompleted 3142 to KZ352000: 2178.140732732443\n", - "12:15:36\tCompleted 3164 to KZ396200: 2494.7484412021818\n", - "12:15:36\tCompleted 3171 to KZ551600: 4060.1860123255638\n", - "12:15:36\tCompleted 3151 to KZ596000: 2053.0420966153297\n", - "12:15:36\tCompleted 3154 to KZ111010: 454.16385579047574\n", - "12:15:36\tCompleted 3147 to KZ234000: 3347.4325606724296\n", - "12:15:36\tCompleted 3067 to KZ274400: 1980.961954436798\n", - "12:15:36\tCompleted 3199 to KZ615200: 2849.389186786461\n", - "12:15:36\tCompleted 3166 to KZ275800: 2990.6243077526656\n", - "12:15:36\tCompleted 3098 to KZ235600: 2965.33302935008\n", - "12:15:37\tCompleted 3193 to KZ634800: 4772.186993196844\n", - "12:15:37\tCompleted 3168 to KZ192600: 960.9492422002646\n", - "12:15:37\tCompleted 3136 to KZ233600: 4470.407911844283\n", - "12:15:37\tCompleted 3156 to KZ352200: 57.517635088257805\n", - "12:15:37\tCompleted 3192 to KZ156800: 1558.7591611082744\n", - "12:15:37\tCompleted 3182 to KZ396400: 1847.3692836534128\n", - "12:15:37\tCompleted 3157 to KZ435200: 1459.1537311427337\n", - "12:15:37\tCompleted 3129 to KZ475200: 1742.1320145480506\n", - "12:15:37\tCompleted 3179 to KZ113800: 744.7283553321878\n", - "12:15:37\tCompleted 3170 to KZ431900: 1104.5401252022123\n", - "12:15:37\tCompleted 3188 to KZ396800: 1248.9436031042353\n", - "12:15:37\tCompleted 3061 to KZ632400: 1766.3492607398273\n", - "12:15:37\tCompleted 3176 to KZ392000: 1369.2312006861748\n", - "12:15:38\tCompleted 3163 to KZ314800: 1248.7458400199816\n", - "12:15:38\tCompleted 3175 to KZ635200: 3969.6708903196795\n", - "12:15:38\tCompleted 3183 to KZ596400: 1045.2832033532834\n", - "12:15:38\tCompleted 3146 to KZ154000: 2326.4441319305365\n", - "12:15:38\tCompleted 3152 to KZ615600: 2884.233181397284\n", - "12:15:38\tCompleted 3154 to KZ116000: 422.99493691321516\n", - "12:15:38\tCompleted 3162 to KZ191000: 1393.0311603248517\n", - "12:15:38\tCompleted 3057 to KZ273600: 1867.5556916395196\n", - "12:15:38\tCompleted 3169 to KZ634600: 1827.656947667578\n", - "12:15:38\tCompleted 3055 to KZ354400: 1819.1588304898942\n", - "12:15:38\tCompleted 3177 to KZ711410: 2023.981303195638\n", - "12:15:38\tCompleted 3196 to KZ356000: 2318.0669742776213\n", - "12:15:38\tCompleted 3136 to KZ633200: 769.042994792157\n", - "12:15:38\tCompleted 3186 to KZ156400: 1773.4602658178515\n", - "12:15:38\tCompleted 3087 to KZ315000: 2914.5737133318635\n", - "12:15:39\tCompleted 3180 to KZ194000: 2658.4429126174346\n", - "12:15:39\tCompleted 3148 to KZ393400: 1224.2237207971236\n", - "12:15:39\tCompleted 3159 to KZ614800: 1862.6933955699965\n", - "12:15:39\tCompleted 3091 to KZ155600: 2641.905584568357\n", - "12:15:39\tCompleted 3089 to KZ274800: 3650.280138322236\n", - "12:15:39\tCompleted 3190 to KZ615800: 2760.580232956842\n", - "12:15:39\tCompleted 3181 to KZ315400: 2029.2103261180246\n", - "12:15:39\tCompleted 3179 to KZ114500: 693.6868356185967\n", - "12:15:39\tCompleted 3168 to KZ196600: 1384.866583802585212:15:39\tCompleted 3170 to KZ434600: 1142.4396494524176\n", - "\n", - "12:15:39\tCompleted 3165 to KZ611600: 1548.9929756565489\n", - "12:15:40\tCompleted 3154 to KZ116400: 545.3962846727343\n", - "12:15:40\tCompleted 3156 to KZ352300: 848.797041478697312:15:40\tCompleted 3151 to KZ596200: 1657.82536267786\n", - "\n", - "12:15:40\tCompleted 3197 to KZ593400: 1997.6519861269314\n", - "12:15:40\tCompleted 3136 to KZ634800: 344.38213921101027\n", - "12:15:40\tCompleted 3184 to KZ274400: 2975.172409863355\n", - "12:15:40\tCompleted 3182 to KZ394000: 1915.0704099802006\n", - "12:15:40\tCompleted 3069 to KZ194000: 2722.277384240132\n", - "12:15:40\tCompleted 3174 to KZ195000: 4572.042737568198\n", - "12:15:40\tCompleted 3164 to KZ396600: 2502.667281993371\n", - "12:15:40\tCompleted 3055 to KZ351800: 1175.9138701400725\n", - "12:15:41\tCompleted 3144 to KZ275400: 3820.8006805741106\n", - "12:15:41\tCompleted 3176 to KZ395600: 1682.7974066671447\n", - "12:15:41\tCompleted 3161 to KZ154200: 2595.2225229114206\n", - "12:15:41\tCompleted 3163 to KZ315400: 1211.2931881008092\n", - "12:15:41\tCompleted 3129 to KZ471800: 1571.741794387309\n", - "12:15:41\tCompleted 3188 to KZ394800: 1270.9743634735808\n", - "12:15:41\tCompleted 3140 to KZ191000: 1458.7208142075237\n", - "12:15:41\tCompleted 3156 to KZ352800: 84.64005778522458\n", - "12:15:41\tCompleted 3201 to KZ154000: 3513.7334064034267\n", - "12:15:41\tCompleted 3179 to KZ114000: 629.8298220510354\n", - "12:15:41\tCompleted 3154 to KZ116800: 332.9974309807087\n", - "12:15:41\tCompleted 3157 to KZ434800: 1374.1768210678172\n", - "12:15:41\tCompleted 3061 to KZ632800: 1516.5761352350366\n", - "12:15:41\tCompleted 3143 to KZ471800: 4601.766990352041\n", - "12:15:41\tCompleted 3199 to KZ616400: 3551.010738981875\n", - "12:15:41\tCompleted 3136 to KZ633400: 730.0845050358581\n", - "12:15:41\tCompleted 3189 to KZ593600: 2949.596877316408\n", - "12:15:41\tCompleted 3171 to KZ553200: 4179.13400573226\n", - "12:15:42\tCompleted 3183 to KZ594600: 1250.7620548807815\n", - "12:15:42\tCompleted 3155 to KZ235600: 4346.77809499929\n", - "12:15:42\tCompleted 3152 to KZ615800: 2268.4085262949784\n", - "12:15:42\tCompleted 3142 to KZ354800: 2885.4856340223196\n", - "12:15:42\tCompleted 3055 to KZ393200: 241.56284050929415\n", - "12:15:42\tCompleted 3170 to KZ434400: 1179.3646617965132\n", - "12:15:42\tCompleted 3141 to KZ633200: 4180.703303730518\n", - "12:15:42\tCompleted 3187 to KZ633800: 2937.190800854926\n", - "12:15:42\tCompleted 3095 to KZ274800: 3331.316882104424\n", - "12:15:42\tCompleted 3196 to KZ354400: 2110.5510961004866\n", - "12:15:42\tCompleted 3148 to KZ391600: 1158.8156847056105\n", - "12:15:42\tCompleted 3162 to KZ196200: 1388.3973091380485\n", - "12:15:42\tCompleted 3169 to KZ634400: 1407.2949607731532\n", - "12:15:42\tCompleted 3193 to KZ633400: 4128.049245543231\n", - "12:15:42\tCompleted 3168 to KZ194200: 1492.5625419327923\n", - "12:15:42\tCompleted 3156 to KZ356400: 373.4732032142259\n", - "12:15:42\tCompleted 3154 to KZ111810: 354.86152400383736\n", - "12:15:43\tCompleted 3179 to KZ117000: 552.4621654976394\n", - "12:15:43\tCompleted 3057 to KZ276600: 1949.3809383384955\n", - "12:15:43\tCompleted 3056 to KZ471800: 2740.543558133552\n", - "12:15:43\tCompleted 3182 to KZ396800: 2046.5422107705435\n", - "12:15:43\tCompleted 3136 to KZ633600: 653.9448400786155\n", - "12:15:43\tCompleted 3181 to KZ315600: 2302.6759437962405\n", - "12:15:43\tCompleted 3177 to KZ711210: 2021.337072637614\n", - "12:15:43\tCompleted 3172 to KZ274800: 3797.365146372591\n", - "12:15:43\tCompleted 3183 to KZ711110: 498.9943484664883\n", - "12:15:43\tCompleted 3147 to KZ234200: 3798.3782671933654\n", - "12:15:43\tCompleted 3098 to KZ233600: 2971.0950181502044\n", - "12:15:43\tCompleted 3190 to KZ612600: 2469.9602440713566\n", - "12:15:44\tCompleted 3067 to KZ275400: 2656.1503863937937\n", - "12:15:44\tCompleted 3055 to KZ393400: 742.9608797041317\n", - "12:15:44\tCompleted 3186 to KZ155600: 1821.6250220343031\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:15:44\tCompleted 3165 to KZ613600: 1403.78523713059712:15:44\tCompleted 3192 to KZ193200: 4448.55667468393\n", - "\n", - "12:15:44\tCompleted 3156 to KZ352400: 59.82691229390343\n", - "12:15:44\tCompleted 3197 to KZ594200: 1810.9736885972306\n", - "12:15:44\tCompleted 3202 to KZ235200: 303.1106684646131\n", - "12:15:44\tCompleted 3159 to KZ615400: 1753.5972777429322\n", - "12:15:44\tCompleted 3176 to KZ395800: 1937.9555184358592\n", - "12:15:44\tCompleted 3166 to KZ276000: 3406.4553335077007\n", - "12:15:44\tCompleted 3087 to KZ314200: 2507.3770701279827\n", - "12:15:44\tCompleted 3146 to KZ154200: 2629.080170899859\n", - "12:15:44\tCompleted 3163 to KZ315600: 1337.7422569986575\n", - "12:15:44\tCompleted 3151 to KZ596400: 2526.892541655136512:15:44\tCompleted 3056 to KZ593200: 573.8015443571654\n", - "\n", - "12:15:44\tCompleted 3129 to KZ593200: 1790.6998409552534\n", - "12:15:44\tCompleted 3136 to KZ633800: 399.6956961323706\n", - "12:15:45\tCompleted 3179 to KZ114400: 590.0050538857587\n", - "12:15:45\tCompleted 3164 to KZ394200: 2951.5776607471125\n", - "12:15:45\tCompleted 3188 to KZ395000: 1355.5735814932577\n", - "12:15:45\tCompleted 3183 to KZ711410: 525.10684855\n", - "12:15:45\tCompleted 3061 to KZ636800: 1541.4697167636511\n", - "12:15:45\tCompleted 3175 to KZ632400: 3762.327927513304512:15:45\tCompleted 3168 to KZ751210: 1237.857047204927\n", - "\n", - "12:15:45\tCompleted 3170 to KZ431000: 1465.0252169172936\n", - "12:15:45\tCompleted 3140 to KZ196200: 1454.0869630207212\n", - "12:15:45\tCompleted 3143 to KZ593200: 1719.2175061210648\n", - "12:15:45\tCompleted 3189 to KZ595200: 2485.9529790423335\n", - "12:15:46\tCompleted 3055 to KZ391600: 877.3865424024062\n", - "12:15:46\tCompleted 3202 to KZ235600: 417.502345076816\n", - "12:15:46\tCompleted 3089 to KZ275800: 3119.8629623106576\n", - "12:15:46\tCompleted 3091 to KZ156800: 2039.916118396321\n", - "12:15:46\tCompleted 3136 to KZ634000: 179.03361670371953\n", - "12:15:46\tCompleted 3182 to KZ394800: 1789.619338518085\n", - "12:15:46\tCompleted 3157 to KZ433600: 1574.019584609718\n", - "12:15:46\tCompleted 3154 to KZ116600: 1173.011509255184\n", - "12:15:46\tCompleted 3186 to KZ156800: 1007.8550828928281\n", - "12:15:46\tCompleted 3142 to KZ355200: 2235.161571266993\n", - "12:15:46\tCompleted 3152 to KZ612600: 2523.5386529158877\n", - "12:15:46\tCompleted 3056 to KZ595800: 885.3795243123426\n", - "12:15:46\tCompleted 3196 to KZ351800: 2131.5858107435065\n", - "12:15:46\tCompleted 3148 to KZ393600: 1196.6856775933525\n", - "12:15:46\tCompleted 3183 to KZ711210: 526.2686099768985\n", - "12:15:46\tCompleted 3161 to KZ156000: 2168.471755279641\n", - "12:15:46\tCompleted 3188 to KZ395200: 823.2123546541036\n", - "12:15:47\tCompleted 3199 to KZ615600: 3161.451173205990512:15:46\tCompleted 3174 to KZ194400: 4395.328608332962\n", - "\n", - "12:15:47\tCompleted 3171 to KZ553600: 4130.1370039672365\n", - "12:15:47\tCompleted 3156 to KZ356000: 1009.8934287019723\n", - "12:15:47\tCompleted 3162 to KZ192600: 1448.3870044237258\n", - "12:15:47\tCompleted 3179 to KZ114600: 815.1702898123799\n", - "12:15:47\tCompleted 3176 to KZ392400: 1468.4318283659263\n", - "12:15:47\tCompleted 3055 to KZ393600: 267.220466537022512:15:47\tCompleted 3202 to KZ233600: 260.474662238119\n", - "\n", - "12:15:47\tCompleted 3098 to KZ633200: 1250.2986479675558\n", - "12:15:47\tCompleted 3136 to KZ635400: 600.1565362758662\n", - "12:15:47\tCompleted 3201 to KZ154200: 3816.369445372749\n", - "12:15:47\tCompleted 3144 to KZ273600: 2988.759939556649\n", - "12:15:47\tCompleted 3057 to KZ275000: 1825.695699012756\n", - "12:15:48\tCompleted 3168 to KZ751110: 1231.458771541638\n", - "12:15:48\tCompleted 3197 to KZ596600: 1486.051521295368\n", - "12:15:48\tCompleted 3203 to KZ352200: 508.7821261254048\n", - "12:15:48\tCompleted 3151 to KZ594600: 1752.238281578497\n", - "12:15:48\tCompleted 3181 to KZ316000: 2627.776963900775\n", - "12:15:48\tCompleted 3154 to KZ115600: 518.933872207392\n", - "12:15:48\tCompleted 3184 to KZ275400: 3650.3608418203653\n", - "12:15:48\tCompleted 3069 to KZ196400: 2932.1291328844527\n", - "12:15:48\tCompleted 3183 to KZ711310: 538.1259694328303\n", - "12:15:48\tCompleted 3067 to KZ273600: 1824.1096453763294\n", - "12:15:48\tCompleted 3169 to KZ313600: 1681.741066589027\n", - "12:15:48\tCompleted 3155 to KZ233600: 4352.540083799391\n", - "12:15:48\tCompleted 3087 to KZ353200: 1642.235699353218\n", - "12:15:48\tCompleted 3170 to KZ435200: 1555.837010307356\n", - "12:15:48\tCompleted 3177 to KZ711310: 2011.5971319447287\n", - "12:15:48\tCompleted 3159 to KZ615200: 1533.0801325269395\n", - "12:15:48\tCompleted 3055 to KZ396400: 310.50368125268886\n", - "12:15:48\tCompleted 3165 to KZ614000: 1532.1978996723358\n", - "12:15:49\tCompleted 3163 to KZ316000: 1359.8497214133151\n", - "12:15:49\tCompleted 3056 to KZ593400: 1044.1194770970528\n", - "12:15:49\tCompleted 3180 to KZ196400: 3091.5970192930117\n", - "12:15:49\tCompleted 3190 to KZ616000: 2787.719448689453\n", - "12:15:49\tCompleted 3143 to KZ595800: 1823.137116161442\n", - "12:15:49\tCompleted 3182 to KZ395000: 2108.530663316389\n", - "12:15:49\tCompleted 3156 to KZ354400: 802.377550524821\n", - "12:15:49\tCompleted 3129 to KZ595800: 2120.5785528781994\n", - "12:15:49\tCompleted 3188 to KZ391000: 1077.6105513104562\n", - "12:15:49\tCompleted 3193 to KZ633600: 3898.8739049547994\n", - "12:15:49\tCompleted 3141 to KZ634800: 4724.56027694159\n", - "12:15:49\tCompleted 3164 to KZ394400: 3031.464871881865\n", - "12:15:49\tCompleted 3155 to KZ633200: 651.1751667472801\n", - "12:15:50\tCompleted 3187 to KZ634000: 3184.393598751948\n", - "12:15:50\tCompleted 3189 to KZ591000: 2602.9088231650453\n", - "12:15:50\tCompleted 3154 to KZ115200: 712.4159866936544\n", - "12:15:50\tCompleted 3140 to KZ192600: 1514.0766583063978\n", - "12:15:50\tCompleted 3055 to KZ394000: 542.4385306185154\n", - "12:15:50\tCompleted 3179 to KZ114800: 1122.1791313917445\n", - "12:15:50\tCompleted 3168 to KZ751310: 1237.9440529158767\n", - "12:15:50\tCompleted 3056 to KZ594200: 717.4613938264677\n", - "12:15:50\tCompleted 3091 to KZ193200: 1677.4266226715606\n", - "12:15:50\tCompleted 3176 to KZ396200: 1908.4607508756599\n", - "12:15:50\tCompleted 3203 to KZ352300: 1074.6981920971868\n", - "12:15:50\tCompleted 3146 to KZ156000: 2202.329403268079\n", - "12:15:50\tCompleted 3147 to KZ234600: 3913.54856563142\n", - "12:15:51\tCompleted 3061 to KZ635800: 1990.9719644609065\n", - "12:15:51\tCompleted 3148 to KZ396400: 1418.0973242667337\n", - "12:15:51\tCompleted 3183 to KZ555200: 1022.78097324855\n", - "12:15:51\tCompleted 3192 to KZ193400: 4446.952530849846\n", - "12:15:51\tCompleted 3199 to KZ615800: 2928.6275164879016\n", - "12:15:51\tCompleted 3155 to KZ634800: 414.2448511185775\n", - "12:15:51\tCompleted 3142 to KZ355600: 2430.6337551225442\n", - "12:15:51\tCompleted 3172 to KZ275800: 3266.9479703610127\n", - "12:15:51\tCompleted 3157 to KZ434000: 1735.7779528315884\n", - "12:15:51\tCompleted 3181 to KZ316600: 2176.5844248595954\n", - "12:15:51\tCompleted 3055 to KZ396800: 260.5634559061391\n", - "12:15:51\tCompleted 3152 to KZ616000: 2233.30388154093\n", - "12:15:51\tCompleted 3170 to KZ434800: 1477.4032460306307\n", - "12:15:51\tCompleted 3171 to KZ552200: 4021.6690619455244\n", - "12:15:51\tCompleted 3166 to KZ276200: 3125.8415467737964\n", - "12:15:51\tCompleted 3143 to KZ593400: 1583.947803189047812:15:51\tCompleted 3056 to KZ596600: 469.72452671080043\n", - "\n", - "12:15:52\tCompleted 3156 to KZ351800: 823.41226516784712:15:52\tCompleted 3203 to KZ352800: 535.9045488223717\n", - "12:15:52\tCompleted 3179 to KZ111010: 682.6887517770323\n", - "\n", - "12:15:52\tCompleted 3182 to KZ395200: 2186.7313960509623\n", - "12:15:52\tCompleted 3204 to KZ471800: 1818.008141118473\n", - "12:15:52\tCompleted 3163 to KZ316600: 1262.2166798752914\n", - "12:15:52\tCompleted 3196 to KZ393200: 2498.1429980312882\n", - "12:15:52\tCompleted 3162 to KZ196600: 1707.4639610133413\n", - "12:15:52\tCompleted 3155 to KZ633400: 570.6038737091721\n", - "12:15:52\tCompleted 3151 to KZ711110: 2217.912190843464\n", - "12:15:52\tCompleted 3188 to KZ395400: 1125.4781043435348\n", - "12:15:52\tCompleted 3098 to KZ634800: 1797.6836875957017\n", - "12:15:52\tCompleted 3067 to KZ276600: 1905.9348920753052\n", - "12:15:52\tCompleted 3175 to KZ632800: 3512.554802008527\n", - "12:15:52\tCompleted 3183 to KZ551600: 762.820965093239\n", - "12:15:52\tCompleted 3168 to KZ751410: 1244.9539990207732\n", - "12:15:52\tCompleted 3154 to KZ115400: 932.9887585593115\n", - "12:15:53\tCompleted 3186 to KZ193200: 2265.666605690954\n", - "12:15:53\tCompleted 3197 to KZ595000: 1850.2740549722857\n", - "12:15:53\tCompleted 3055 to KZ394800: 514.7455506737742\n", - "12:15:53\tCompleted 3174 to KZ194600: 4405.845574337459\n", - "12:15:53\tCompleted 3169 to KZ314000: 1540.0977024406407\n", - "12:15:53\tCompleted 3201 to KZ156000: 3389.6186777409694\n", - "12:15:53\tCompleted 3161 to KZ154600: 2466.6091860247557\n", - "12:15:53\tCompleted 3203 to KZ356400: 422.696566908535\n", - "12:15:53\tCompleted 3179 to KZ116000: 540.395464229005712:15:53\tCompleted 3056 to KZ595000: 716.0165584450658\n", - "\n", - "12:15:53\tCompleted 3189 to KZ595600: 2474.4143094893593\n", - "12:15:53\tCompleted 3202 to KZ633200: 3941.7039522973814\n", - "12:15:53\tCompleted 3176 to KZ396600: 1820.1658830231288\n", - "12:15:53\tCompleted 3144 to KZ276600: 3070.585186255635\n", - "12:15:53\tCompleted 3155 to KZ633600: 536.0770120337386\n", - "12:15:54\tCompleted 3057 to KZ274800: 2350.58350682425\n", - "12:15:54\tCompleted 3170 to KZ433600: 1293.0467741804796\n", - "12:15:54\tCompleted 3190 to KZ613800: 2935.973581708337\n", - "12:15:54\tCompleted 3165 to KZ613900: 1808.9495988135297\n", - "12:15:54\tCompleted 3091 to KZ193400: 1354.2366829000184\n", - "12:15:54\tCompleted 3055 to KZ395000: 367.19343429516164\n", - "12:15:54\tCompleted 3129 to KZ593400: 2261.0177736951323\n", - "12:15:54\tCompleted 3177 to KZ555200: 2755.411991165879\n", - "12:15:54\tCompleted 3159 to KZ616400: 2374.899978427871212:15:54\tCompleted 3203 to KZ352400: 521.8301367187753\n", - "\n", - "12:15:55\tCompleted 3182 to KZ391000: 1998.297907259097412:15:55\tCompleted 3069 to KZ196800: 2532.548121142797\n", - "\n", - "12:15:55\tCompleted 3155 to KZ633800: 312.6513316364497\n", - "12:15:55\tCompleted 3087 to KZ353600: 2369.536899613192\n", - "12:15:55\tCompleted 3184 to KZ273600: 2818.3201008029037\n", - "12:15:55\tCompleted 3140 to KZ196600: 1773.153614896014\n", - "12:15:55\tCompleted 3199 to KZ612600: 2638.0075276024163\n", - "12:15:55\tCompleted 3061 to KZ636200: 1659.8852866627733\n", - "12:15:55\tCompleted 3164 to KZ433200: 3800.0137507688937\n", - "12:15:55\tCompleted 3141 to KZ633400: 4080.422529287977\n", - "12:15:55\tCompleted 3143 to KZ594200: 1812.3821278728133\n", - "12:15:55\tCompleted 3183 to KZ553200: 979.9454087069097\n", - "12:15:55\tCompleted 3168 to KZ751710: 1276.990068680917\n", - "12:15:55\tCompleted 3156 to KZ393200: 1209.699629440739\n", - "12:15:55\tCompleted 3190 to KZ273200: 481.0629429305844\n", - "12:15:55\tCompleted 3179 to KZ116400: 773.9211806592909\n", - "12:15:55\tCompleted 3056 to KZ593600: 1053.4515642692315\n", - "12:15:55\tCompleted 3055 to KZ395200: 393.2870961439893\n", - "12:15:55\tCompleted 3162 to KZ194200: 1209.413703185876\n", - "12:15:55\tCompleted 3148 to KZ394000: 1650.0321736325602\n", - "12:15:56\tCompleted 3181 to KZ316200: 2659.99226599306\n", - "12:15:56\tCompleted 3098 to KZ633400: 1150.0178735250147\n", - "12:15:56\tCompleted 3155 to KZ634000: 152.05026924358583\n", - "12:15:56\tCompleted 3204 to KZ593200: 1595.8000684318388\n", - "12:15:56\tCompleted 3188 to KZ392000: 1195.884205723602\n", - "12:15:56\tCompleted 3176 to KZ394200: 1502.2734591773008\n", - "12:15:56\tCompleted 3169 to KZ314800: 1240.216698732985\n", - "12:15:56\tCompleted 3171 to KZ554600: 4077.8594005182167\n", - "12:15:56\tCompleted 3193 to KZ633800: 4199.4592524353175\n", - "12:15:56\tCompleted 3192 to KZ193600: 3867.6547160902437\n", - "12:15:57\tCompleted 3183 to KZ553600: 616.8554998652137\n", - "12:15:57\tCompleted 3055 to KZ391000: 122.83174600204569\n", - "12:15:57\tCompleted 3142 to KZ352100: 2950.498372262961\n", - "12:15:57\tCompleted 3146 to KZ154600: 2500.466834013194\n", - "12:15:57\tCompleted 3067 to KZ275000: 1782.249652749565712:15:57\tCompleted 3179 to KZ116800: 561.5223269672653\n", - "\n", - "12:15:57\tCompleted 3151 to KZ711410: 2208.0464116644375\n", - "12:15:57\tCompleted 3163 to KZ316200: 1626.731585218162\n", - "12:15:57\tCompleted 3147 to KZ234800: 3047.249941467036\n", - "12:15:57\tCompleted 3190 to KZ274400: 757.3440981326183\n", - "12:15:57\tCompleted 3056 to KZ595200: 589.8076659951449\n", - "12:15:57\tCompleted 3152 to KZ613800: 2608.917656873278\n", - "12:15:57\tCompleted 3196 to KZ393400: 2506.2452643400293\n", - "12:15:57\tCompleted 3187 to KZ635400: 3692.629512323626\n", - "12:15:57\tCompleted 3155 to KZ635400: 596.9558218258189\n", - "12:15:58\tCompleted 3165 to KZ612000: 1329.2067996374922\n", - "12:15:58\tCompleted 3168 to KZ751810: 1240.7014122287574\n", - "12:15:58\tCompleted 3182 to KZ395400: 2036.674291457757\n", - "12:15:58\tCompleted 3129 to KZ594200: 1934.3596904245528\n", - "12:15:58\tCompleted 3180 to KZ196800: 2559.7554170518656\n", - "12:15:58\tCompleted 3170 to KZ434000: 2028.2504673456813\n", - "12:15:58\tCompleted 3055 to KZ395400: 164.93878677323448\n", - "12:15:58\tCompleted 3203 to KZ356000: 1235.7945793204608\n", - "12:15:58\tCompleted 3189 to KZ596000: 2668.900959961303\n", - "12:15:58\tCompleted 3057 to KZ275800: 1820.1663308126667\n", - "12:15:58\tCompleted 3157 to KZ471000: 3627.7807281106534\n", - "12:15:58\tCompleted 3179 to KZ111810: 583.3864199903938\n", - "12:15:58\tCompleted 3140 to KZ194200: 1275.1033570685488\n", - "12:15:58\tCompleted 3166 to KZ271000: 3143.534502188012\n", - "12:15:59\tCompleted 3143 to KZ596600: 1913.267645449578612:15:59\tCompleted 3056 to KZ591000: 706.7635101178608\n", - "\n", - "12:15:59\tCompleted 3155 to KZ635000: 277.873895281432312:15:59\tCompleted 3183 to KZ552200: 796.455100182334712:15:59\tCompleted 3098 to KZ633600: 924.3705993536787\n", - "\n", - "\n", - "12:15:59\tCompleted 3197 to KZ593600: 2120.494018294553\n", - "12:15:59\tCompleted 3156 to KZ393400: 1217.8018957494978\n", - "12:15:59\tCompleted 3091 to KZ193600: 1671.1246262758975\n", - "12:15:59\tCompleted 3176 to KZ394400: 1384.629555948974\n", - "12:15:59\tCompleted 3172 to KZ276000: 3682.778996116048\n", - "12:15:59\tCompleted 3181 to KZ311000: 2265.4066361236546\n", - "12:15:59\tCompleted 3154 to KZ151000: 2318.197335577509\n", - "12:15:59\tCompleted 3190 to KZ275400: 1118.390357948882\n", - "12:15:59\tCompleted 3188 to KZ395600: 1205.8352566464143\n", - "12:15:59\tCompleted 3169 to KZ315400: 1202.7640468138125\n", - "12:15:59\tCompleted 3186 to KZ193400: 2191.095867321704\n", - "12:15:59\tCompleted 3148 to KZ396800: 1396.1246311929638\n", - "12:15:59\tCompleted 3055 to KZ392000: 283.1193360075986\n", - "12:15:59\tCompleted 3174 to KZ194800: 4673.961226391464\n", - "12:15:59\tCompleted 3161 to KZ154800: 2349.7898662767293\n", - "12:16:00\tCompleted 3177 to KZ551600: 2488.84526918035212:16:00\tCompleted 3199 to KZ616000: 2955.766732220513\n", - "\n", - "12:16:00\tCompleted 3162 to KZ751210: 1307.631882494352\n", - "12:16:00\tCompleted 3201 to KZ154600: 3687.756108486084\n", - "12:16:00\tCompleted 3144 to KZ275000: 2946.89994692989\n", - "12:16:00\tCompleted 3168 to KZ751910: 1222.8264276890907\n", - "12:16:00\tCompleted 3175 to KZ636800: 3537.4483835371416\n", - "12:16:00\tCompleted 3155 to KZ632200: 549.6841596144865\n", - "12:16:00\tCompleted 3056 to KZ595600: 606.2978420524322\n", - "12:16:00\tCompleted 3087 to KZ351600: 2024.5658198664373\n", - "12:16:00\tCompleted 3159 to KZ615600: 1573.208482292848\n", - "12:16:00\tCompleted 3164 to KZ431900: 3302.7333864780217\n", - "12:16:01\tCompleted 3182 to KZ392000: 1833.5801655042906\n", - "12:16:01\tCompleted 3141 to KZ633600: 3851.247188699547\n", - "12:16:01\tCompleted 3203 to KZ354400: 1028.2787011433102\n", - "12:16:01\tCompleted 3179 to KZ116600: 885.6622309088326\n", - "12:16:01\tCompleted 3202 to KZ634800: 4485.560925508423\n", - "12:16:01\tCompleted 3163 to KZ311000: 1447.4894981064504\n", - "12:16:01\tCompleted 3170 to KZ471000: 1512.767660420578\n", - "12:16:01\tCompleted 3204 to KZ595800: 1967.8120850513542\n", - "12:16:01\tCompleted 3190 to KZ273600: 806.5039134621826\n", - "12:16:01\tCompleted 3142 to KZ352200: 2388.682333285298\n", - "12:16:01\tCompleted 3155 to KZ635200: 419.823604062816\n", - "12:16:01\tCompleted 3129 to KZ596600: 1686.6228233088887\n", - "12:16:01\tCompleted 3151 to KZ711210: 2205.4021811064144\n", - "12:16:01\tCompleted 3183 to KZ554600: 1021.1657659406264\n", - "12:16:02\tCompleted 3171 to KZ555600: 4641.890251012101\n", - "12:16:02\tCompleted 3176 to KZ433200: 1557.2760258583548\n", - "12:16:02\tCompleted 3143 to KZ595000: 1747.7076641372796\n", - "12:16:02\tCompleted 3069 to KZ191600: 2584.5375272088004\n", - "12:16:02\tCompleted 3156 to KZ391600: 1152.3938596579846\n", - "12:16:02\tCompleted 3056 to KZ596000: 825.093547485548812:16:02\tCompleted 3189 to KZ596200: 2297.9932809850125\n", - "\n", - "12:16:02\tCompleted 3196 to KZ391600: 2440.8372282485425\n", - "12:16:02\tCompleted 3184 to KZ276600: 2900.14534750189\n", - "12:16:02\tCompleted 3061 to KZ636400: 2076.9999473543717\n", - "12:16:02\tCompleted 3140 to KZ751210: 1373.3215363770248\n", - "12:16:02\tCompleted 3168 to KZ751510: 1223.3877037297725\n", - "12:16:02\tCompleted 3192 to KZ194000: 3934.142081935476\n", - "12:16:02\tCompleted 3188 to KZ395800: 1232.3821981524447\n", - "12:16:02\tCompleted 3179 to KZ115600: 747.4587681939486\n", - "12:16:03\tCompleted 3155 to KZ632400: 206.2430001358959\n", - "12:16:03\tCompleted 3067 to KZ274800: 2307.13746056106\n", - "12:16:03\tCompleted 3098 to KZ633800: 1224.9559468342072\n", - "12:16:03\tCompleted 3169 to KZ315600: 1329.2131157116607\n", - "12:16:03\tCompleted 3170 to KZ473600: 1046.357551739017\n", - "12:16:03\tCompleted 3165 to KZ614400: 1735.4823982533326\n", - "12:16:03\tCompleted 3197 to KZ595200: 1798.1805956441606\n", - "12:16:03\tCompleted 3181 to KZ315000: 2382.6154523572955\n", - "12:16:03\tCompleted 3056 to KZ596200: 429.87681354807967\n", - "12:16:03\tCompleted 3193 to KZ634000: 4446.662050332367\n", - "12:16:03\tCompleted 3146 to KZ154800: 2383.6475142651666\n", - "12:16:03\tCompleted 3182 to KZ395600: 2147.1463714852516\n", - "12:16:03\tCompleted 3203 to KZ351800: 1049.313415786336512:16:03\tCompleted 3190 to KZ276600: 1032.043269054044\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:16:03\tCompleted 3147 to KZ235200: 3094.8897888304036\n", - "12:16:04\tCompleted 3162 to KZ751110: 1315.2372646510314\n", - "12:16:04\tCompleted 3057 to KZ276000: 2235.997356567729\n", - "12:16:04\tCompleted 3183 to KZ555600: 935.919825103436812:16:04\tCompleted 3148 to KZ394800: 1574.77919989102\n", - "\n", - "12:16:04\tCompleted 3091 to KZ194000: 1865.1528067074905\n", - "12:16:04\tCompleted 3087 to KZ354000: 1597.05480480984\n", - "12:16:04\tCompleted 3187 to KZ635000: 3219.962722411996\n", - "12:16:04\tCompleted 3155 to KZ632800: 783.2481790655777\n", - "12:16:04\tCompleted 3186 to KZ193600: 1778.1089476358538\n", - "12:16:04\tCompleted 3199 to KZ613800: 3104.0208652393967\n", - "12:16:04\tCompleted 3176 to KZ431900: 1462.579230445615\n", - "12:16:04\tCompleted 3142 to KZ352300: 1726.0407833688855\n", - "12:16:05\tCompleted 3152 to KZ273200: 4383.483001142096\n", - "12:16:05\tCompleted 3157 to KZ473600: 3208.80596208771\n", - "12:16:05\tCompleted 3159 to KZ615800: 1587.5881016203798\n", - "12:16:05\tCompleted 3179 to KZ115200: 909.6096534160887\n", - "12:16:05\tCompleted 3143 to KZ593600: 1862.2562684215734\n", - "12:16:05\tCompleted 3190 to KZ275000: 576.7130190301643\n", - "12:16:05\tCompleted 3156 to KZ393600: 1190.2638525457266\n", - "12:16:05\tCompleted 3205 to KZ614800: 1740.482032089579\n", - "12:16:05\tCompleted 3163 to KZ315000: 1564.6983143400832\n", - "12:16:05\tCompleted 3129 to KZ595000: 1960.9437006534217\n", - "12:16:05\tCompleted 3180 to KZ191600: 2585.5533931119503\n", - "12:16:05\tCompleted 3164 to KZ434600: 3336.3979569043995\n", - "12:16:05\tCompleted 3188 to KZ392400: 1142.4082785252092\n", - "12:16:05\tCompleted 3177 to KZ553200: 2607.7932625870485\n", - "12:16:05\tCompleted 3155 to KZ636800: 134.41128794689803\n", - "12:16:06\tCompleted 3161 to KZ155200: 2776.728529178482\n", - "12:16:06\tCompleted 3201 to KZ154800: 3570.936788738032\n", - "12:16:06\tCompleted 3199 to KZ273200: 381.88411565205047\n", - "12:16:06\tCompleted 3154 to KZ153200: 2368.3909430062563\n", - "12:16:06\tCompleted 3151 to KZ711310: 2195.6622404135287\n", - "12:16:06\tCompleted 3056 to KZ596400: 1298.9439925253635\n", - "12:16:06\tCompleted 3183 to KZ551000: 799.3966095635749\n", - "12:16:06\tCompleted 3172 to KZ276200: 3402.1652093821435\n", - "12:16:06\tCompleted 3061 to KZ631000: 1606.0196733308194\n", - "12:16:06\tCompleted 3170 to KZ474200: 1540.417055464125\n", - "12:16:06\tCompleted 3067 to KZ275800: 1776.7202845494764\n", - "12:16:06\tCompleted 3204 to KZ593400: 1979.4877725645583\n", - "12:16:06\tCompleted 3140 to KZ751110: 1380.926918533704\n", - "12:16:06\tCompleted 3171 to KZ551000: 4096.761656795892\n", - "12:16:06\tCompleted 3169 to KZ316000: 1332.2933722272112\n", - "12:16:06\tCompleted 3196 to KZ393600: 2478.7072211362797\n", - "12:16:07\tCompleted 3182 to KZ395800: 2402.3044832539754\n", - "12:16:07\tCompleted 3098 to KZ634000: 1472.1587447312363\n", - "12:16:07\tCompleted 3181 to KZ314200: 2266.820849686028\n", - "12:16:07\tCompleted 3144 to KZ274800: 3471.787754741383\n", - "12:16:07\tCompleted 3202 to KZ633400: 3841.4231778548406\n", - "12:16:07\tCompleted 3190 to KZ274800: 885.774315253315\n", - "12:16:07\tCompleted 3174 to KZ195600: 4750.741794146676\n", - "12:16:07\tCompleted 3141 to KZ633800: 4151.832536180059\n", - "12:16:07\tCompleted 3189 to KZ596400: 3093.2554726028384\n", - "12:16:07\tCompleted 3087 to KZ351000: 1561.091171609256\n", - "12:16:07\tCompleted 3165 to KZ614600: 1422.4269184144953\n", - "12:16:07\tCompleted 3155 to KZ635800: 635.3331136564432\n", - "12:16:07\tCompleted 3056 to KZ594600: 496.2608868384471\n", - "12:16:07\tCompleted 3175 to KZ635800: 3986.950631234349\n", - "12:16:07\tCompleted 3199 to KZ274400: 654.9338998791917\n", - "12:16:08\tCompleted 3176 to KZ434600: 1500.4787546958203\n", - "12:16:08\tCompleted 3197 to KZ591000: 1851.5062880193193\n", - "12:16:08\tCompleted 3166 to KZ274000: 3807.2221921272185\n", - "12:16:08\tCompleted 3179 to KZ115400: 1116.2877207175086\n", - "12:16:08\tCompleted 3183 to KZ556000: 847.517991771592\n", - "12:16:08\tCompleted 3162 to KZ751310: 1316.7519832767928\n", - "12:16:08\tCompleted 3143 to KZ595200: 1859.7064014788093\n", - "12:16:08\tCompleted 3203 to KZ393200: 1671.7028538656116\n", - "12:16:08\tCompleted 3091 to KZ196400: 1761.0496071537345\n", - "12:16:08\tCompleted 3155 to KZ636200: 60.908863464152745\n", - "12:16:08\tCompleted 3148 to KZ395000: 1502.7546095819862\n", - "12:16:08\tCompleted 3190 to KZ275800: 708.6752729080683\n", - "12:16:08\tCompleted 3170 to KZ474600: 1217.5924946460543\n", - "12:16:09\tCompleted 3057 to KZ276200: 1955.3835698338085\n", - "12:16:09\tCompleted 3156 to KZ396400: 1411.6754992191081\n", - "12:16:09\tCompleted 3069 to KZ195200: 2605.59185628609\n", - "12:16:09\tCompleted 3207 to KZ153400: 1906.9688285989173\n", - "12:16:09\tCompleted 3159 to KZ612600: 1417.7029504254233\n", - "12:16:09\tCompleted 3192 to KZ196400: 4367.296188611081\n", - "12:16:09\tCompleted 3142 to KZ352800: 2389.3661764263957\n", - "12:16:09\tCompleted 3184 to KZ275000: 2765.84300460424\n", - "12:16:09\tCompleted 3188 to KZ396200: 1098.0719669379987\n", - "12:16:09\tCompleted 3181 to KZ353200: 1696.2254431356705\n", - "12:16:09\tCompleted 3056 to KZ711110: 1016.6487185836259\n", - "12:16:09\tCompleted 3182 to KZ392400: 1932.780793184042\n", - "12:16:09\tCompleted 3199 to KZ275400: 1009.0208666592055\n", - "12:16:10\tCompleted 3146 to KZ155200: 2810.5861771669192\n", - "12:16:10\tCompleted 3163 to KZ314200: 1448.9037116688235\n", - "12:16:10\tCompleted 3205 to KZ615400: 1481.6457991801308\n", - "12:16:10\tCompleted 3187 to KZ632200: 2569.643041178312\n", - "12:16:10\tCompleted 3129 to KZ593600: 2298.3787064775815\n", - "12:16:10\tCompleted 3147 to KZ235600: 3189.9275548508085\n", - "12:16:10\tCompleted 3168 to KZ231000: 4115.106937774166\n", - "12:16:10\tCompleted 3186 to KZ194000: 1972.1371280674468\n", - "12:16:10\tCompleted 3190 to KZ276000: 931.8593378612949\n", - "12:16:10\tCompleted 3169 to KZ316600: 1253.6875385882945\n", - "12:16:10\tCompleted 3155 to KZ636400: 977.0320515181367\n", - "12:16:10\tCompleted 3193 to KZ635400: 4954.897963904101\n", - "12:16:10\tCompleted 3176 to KZ434400: 1537.4037670399146\n", - "12:16:11\tCompleted 3087 to KZ352000: 1683.2365683879623\n", - "12:16:11\tCompleted 3204 to KZ594200: 1792.8094750348575\n", - "12:16:11\tCompleted 3189 to KZ594600: 2392.4061998856378\n", - "12:16:11\tCompleted 3207 to KZ153600: 1124.1143392858671\n", - "12:16:11\tCompleted 3140 to KZ751310: 1382.4416371594655\n", - "12:16:11\tCompleted 3183 to KZ556800: 1048.205916643534\n", - "12:16:11\tCompleted 3163 to KZ353200: 68.03081929266087\n", - "12:16:11\tCompleted 3067 to KZ276000: 2192.5513103045396\n", - "12:16:11\tCompleted 3154 to KZ153400: 1952.062272376132\n", - "12:16:11\tCompleted 3199 to KZ273600: 834.7438630232788\n", - "12:16:11\tCompleted 3164 to KZ434400: 3679.34735586612512:16:11\tCompleted 3177 to KZ553600: 2558.7962608220255\n", - "\n", - "12:16:11\tCompleted 3143 to KZ591000: 1749.9221302313472\n", - "12:16:11\tCompleted 3152 to KZ274400: 4313.549401153659\n", - "12:16:11\tCompleted 3148 to KZ395200: 1034.7191245071162\n", - "12:16:11\tCompleted 3157 to KZ474200: 3655.430123154232\n", - "12:16:11\tCompleted 3161 to KZ156400: 2586.115676712358\n", - "12:16:11\tCompleted 3056 to KZ711410: 1006.7829394045978\n", - "12:16:12\tCompleted 3196 to KZ396400: 2700.1188678096382\n", - "12:16:12\tCompleted 3155 to KZ631000: 18.42497840364053\n", - "12:16:12\tCompleted 3190 to KZ276200: 760.8848660452265\n", - "12:16:12\tCompleted 3188 to KZ396600: 1105.9908077291975\n", - "12:16:12\tCompleted 3170 to KZ475000: 1587.9215213958548\n", - "12:16:12\tCompleted 3181 to KZ353600: 1790.321825001435\n", - "12:16:12\tCompleted 3197 to KZ595600: 1699.810136823197\n", - "12:16:12\tCompleted 3162 to KZ751410: 1332.4196023675527\n", - "12:16:12\tCompleted 3201 to KZ155200: 3997.875451639785\n", - "12:16:12\tCompleted 3151 to KZ555200: 2939.4770996346724\n", - "12:16:12\tCompleted 3171 to KZ556000: 4144.883039003913\n", - "12:16:12\tCompleted 3098 to KZ635400: 1980.3946583029426\n", - "12:16:12\tCompleted 3202 to KZ633600: 3612.247837266411\n", - "12:16:13\tCompleted 3182 to KZ396200: 2372.8097156937656\n", - "12:16:13\tCompleted 3141 to KZ634000: 4399.035334077111\n", - "12:16:13\tCompleted 3207 to KZ154000: 1386.6945880207838\n", - "12:16:13\tCompleted 3180 to KZ195200: 2523.318416246683\n", - "12:16:13\tCompleted 3172 to KZ271000: 3419.8581647963592\n", - "12:16:13\tCompleted 3165 to KZ614800: 1803.7393805011639\n", - "12:16:13\tCompleted 3144 to KZ275800: 2941.370578729805\n", - "12:16:13\tCompleted 3205 to KZ615200: 1219.062445681851\n", - "12:16:13\tCompleted 3174 to KZ195800: 4564.628666513827\n", - "12:16:13\tCompleted 3091 to KZ196800: 1675.4235436101394\n", - "12:16:13\tCompleted 3057 to KZ271000: 1973.076525248037\n", - "12:16:13\tCompleted 3155 to KZ634600: 615.1517537941714\n", - "12:16:13\tCompleted 3203 to KZ393400: 1569.6469651435773\n", - "12:16:13\tCompleted 3199 to KZ276600: 1116.4566386835809\n", - "12:16:13\tCompleted 3129 to KZ595200: 1834.7348082035007\n", - "12:16:13\tCompleted 3190 to KZ271000: 726.8120125646271\n", - "12:16:13\tCompleted 3163 to KZ353600: 835.9167959111685\n", - "12:16:14\tCompleted 3176 to KZ431000: 1823.0643221606963\n", - "12:16:14\tCompleted 3056 to KZ711210: 1004.1387088465739\n", - "12:16:14\tCompleted 3142 to KZ356400: 2537.9533009968713\n", - "12:16:14\tCompleted 3183 to KZ554800: 1052.9014046879897\n", - "12:16:14\tCompleted 3204 to KZ596600: 1467.887307732995\n", - "12:16:14\tCompleted 3156 to KZ394000: 1643.6103485849346\n", - "12:16:14\tCompleted 3175 to KZ636200: 3655.8639534362587\n", - "12:16:14\tCompleted 3159 to KZ616000: 1574.68016020919\n", - "12:16:14\tCompleted 3181 to KZ351600: 1528.2571706553392\n", - "12:16:14\tCompleted 3155 to KZ634400: 243.37856543534812\n", - "12:16:14\tCompleted 3207 to KZ154200: 1145.3764714074105\n", - "12:16:14\tCompleted 3188 to KZ394200: 1055.0514227459284\n", - "12:16:15\tCompleted 3199 to KZ275000: 695.6490329937548\n", - "12:16:15\tCompleted 3143 to KZ595600: 1983.8097167532694\n", - "12:16:15\tCompleted 3179 to KZ151000: 2245.8653972723646\n", - "12:16:15\tCompleted 3189 to KZ711110: 2741.238149696055612:16:15\tCompleted 3208 to KZ234800: 460.41241894815937\n", - "\n", - "12:16:15\tCompleted 3163 to KZ351600: 490.94571616441374\n", - "12:16:15\tCompleted 3140 to KZ751410: 1398.1092562502254\n", - "12:16:15\tCompleted 3067 to KZ276200: 1911.9375235706182\n", - "12:16:15\tCompleted 3169 to KZ316200: 1599.1752360320581\n", - "12:16:15\tCompleted 3069 to KZ195000: 2534.132365111536\n", - "12:16:15\tCompleted 3148 to KZ391000: 1230.4253890160903\n", - "12:16:15\tCompleted 3192 to KZ196800: 3835.4545863699072\n", - "12:16:15\tCompleted 3170 to KZ475200: 1598.764482179903\n", - "12:16:15\tCompleted 3190 to KZ274000: 996.812451176998\n", - "12:16:15\tCompleted 3087 to KZ354800: 2084.7141852253762\n", - "12:16:15\tCompleted 3056 to KZ711310: 994.3987681536884\n", - "12:16:16\tCompleted 3182 to KZ396600: 2284.514847841228\n", - "12:16:16\tCompleted 3162 to KZ751710: 1368.1355561978135\n", - "12:16:16\tCompleted 3186 to KZ196400: 2257.6725568895686\n", - "12:16:16\tCompleted 3208 to KZ235200: 404.01951774565714\n", - "12:16:16\tCompleted 3147 to KZ233600: 3195.689543650933\n", - "12:16:16\tCompleted 3183 to KZ556400: 990.635278379432\n", - "12:16:16\tCompleted 3199 to KZ274800: 783.3641169998883\n", - "12:16:16\tCompleted 3163 to KZ354000: 100.16742097356627\n", - "12:16:16\tCompleted 3187 to KZ635200: 3485.5677702050098\n", - "12:16:16\tCompleted 3164 to KZ431000: 3020.1689250126583\n", - "12:16:16\tCompleted 3146 to KZ156400: 2649.711271265104\n", - "12:16:16\tCompleted 3197 to KZ596000: 1789.4639151524646\n", - "12:16:16\tCompleted 3181 to KZ354000: 1558.88181407622\n", - "12:16:16\tCompleted 3177 to KZ552200: 2450.3283188003124\n", - "12:16:16\tCompleted 3098 to KZ635000: 1507.7278683913082\n", - "12:16:17\tCompleted 3207 to KZ156000: 1455.8301297891987\n", - "12:16:17\tCompleted 3184 to KZ274800: 3301.347915987638\n", - "12:16:17\tCompleted 3154 to KZ153600: 2734.6613175668094\n", - "12:16:17\tCompleted 3161 to KZ155600: 2528.6984028565753\n", - "12:16:17\tCompleted 3196 to KZ394000: 2932.0537171754595\n", - "12:16:17\tCompleted 3193 to KZ635000: 4482.23117399245\n", - "12:16:17\tCompleted 3129 to KZ591000: 1951.6906523262167\n", - "12:16:17\tCompleted 3156 to KZ396800: 1389.7028061453382\n", - "12:16:17\tCompleted 3168 to KZ234000: 4323.717415141868\n", - "12:16:17\tCompleted 3208 to KZ235600: 518.41119435786\n", - "12:16:17\tCompleted 3143 to KZ596000: 1626.6247327001793\n", - "12:16:17\tCompleted 3190 to KZ274200: 1208.933630774014\n", - "12:16:17\tCompleted 3163 to KZ351000: 34.14213562373095\n", - "12:16:18\tCompleted 3201 to KZ156400: 3698.842591262643\n", - "12:16:18\tCompleted 3203 to KZ391600: 1425.51746215905\n", - "12:16:18\tCompleted 3157 to KZ474600: 3332.6055623361503\n", - "12:16:18\tCompleted 3151 to KZ551600: 2672.910377649145\n", - "12:16:18\tCompleted 3142 to KZ352400: 2339.634986877373\n", - "12:16:18\tCompleted 3176 to KZ435200: 1913.876115550758612:16:18\tCompleted 3182 to KZ394200: 1966.6224239954156\n", - "\n", - "12:16:18\tCompleted 3199 to KZ275800: 748.9503393607528\n", - "12:16:18\tCompleted 3171 to KZ556800: 4345.57096387586\n", - "12:16:18\tCompleted 3165 to KZ615400: 1694.6432626740996\n", - "12:16:18\tCompleted 3204 to KZ595000: 1832.1098414099126\n", - "12:16:18\tCompleted 3170 to KZ471800: 1428.3742620191615\n", - "12:16:18\tCompleted 3166 to KZ274200: 3914.5381802869847\n", - "12:16:19\tCompleted 3208 to KZ233600: 367.9527502771457\n", - "12:16:19\tCompleted 3144 to KZ276000: 3357.20160448484\n", - "12:16:19\tCompleted 3189 to KZ711410: 2731.372370517029\n", - "12:16:19\tCompleted 3207 to KZ154600: 1344.0436563566502\n", - "12:16:19\tCompleted 3152 to KZ275400: 4988.737833110712\n", - "12:16:19\tCompleted 3181 to KZ351000: 1596.2140106556283\n", - "12:16:19\tCompleted 3148 to KZ395400: 1273.7892839414042\n", - "12:16:19\tCompleted 3087 to KZ355200: 1566.4684477744238\n", - "12:16:19\tCompleted 3202 to KZ633800: 3912.8331847469203\n", - "12:16:19\tCompleted 3205 to KZ616400: 2191.65499657790312:16:19\tCompleted 3162 to KZ751810: 1321.994623963912\n", - "12:16:19\tCompleted 3163 to KZ352000: 418.8645199823767\n", - "\n", - "12:16:19\tCompleted 3141 to KZ635400: 4907.271247648847\n", - "12:16:19\tCompleted 3174 to KZ196000: 4751.409421902776\n", - "12:16:19\tCompleted 3067 to KZ271000: 1929.6304789848466\n", - "12:16:19\tCompleted 3155 to KZ313600: 2305.9517939689063\n", - "12:16:19\tCompleted 3098 to KZ632200: 857.4081871575733\n", - "12:16:19\tCompleted 3140 to KZ751710: 1433.8252100804862\n", - "12:16:19\tCompleted 3188 to KZ394400: 1448.7480731009932\n", - "12:16:19\tCompleted 3183 to KZ554200: 1242.3958022502286\n", - "12:16:19\tCompleted 3147 to KZ633200: 1019.9635081286798\n", - "12:16:20\tCompleted 3169 to KZ311000: 1438.9603568194536\n", - "12:16:20\tCompleted 3057 to KZ274000: 2636.7642151872255\n", - "12:16:20\tCompleted 3172 to KZ274000: 4083.5458547355656\n", - "12:16:20\tCompleted 3159 to KZ613800: 1825.8749884033014\n", - "12:16:20\tCompleted 3167 to KZ113200: 385.76093757545243\n", - "12:16:20\tCompleted 3199 to KZ276000: 829.4491396078682\n", - "12:16:20\tCompleted 3191 to KZ113200: 1838.4447529260544\n", - "12:16:20\tCompleted 3056 to KZ555200: 1738.2136273748765\n", - "12:16:20\tCompleted 3186 to KZ196800: 1782.4078649700957\n", - "12:16:21\tCompleted 3182 to KZ394400: 1848.9785207670898\n", - "12:16:21\tCompleted 3180 to KZ195000: 2900.1336578704063\n", - "12:16:21\tCompleted 3179 to KZ153200: 2250.281980701002\n", - "12:16:21\tCompleted 3207 to KZ154800: 1391.4600304970343\n", - "12:16:21\tCompleted 3143 to KZ596200: 2013.6241823713567\n", - "12:16:21\tCompleted 3163 to KZ354800: 582.998374264356\n", - "12:16:21\tCompleted 3197 to KZ596200: 1618.15874771084\n", - "12:16:21\tCompleted 3175 to KZ636400: 4072.9786141278246\n", - "12:16:21\tCompleted 3142 to KZ356000: 1729.4386857823217\n", - "12:16:21\tCompleted 3167 to KZ113400: 176.9818664732793\n", - "12:16:21\tCompleted 3164 to KZ435200: 3096.475231241065\n", - "12:16:21\tCompleted 3199 to KZ276200: 661.7060387666927\n", - "12:16:22\tCompleted 3209 to KZ352100: 3474.4830245175835\n", - "12:16:22\tCompleted 3129 to KZ595600: 1823.196138650519\n", - "12:16:22\tCompleted 3177 to KZ554600: 2506.5186573729916\n", - "12:16:22\tCompleted 3211 to KZ614600: 925.9786143011685\n", - "12:16:22\tCompleted 3192 to KZ191600: 3861.252562429992\n", - "12:16:22\tCompleted 3176 to KZ434800: 1835.4423512740334\n", - "12:16:22\tCompleted 3170 to KZ593200: 1858.5290005722877\n", - "12:16:22\tCompleted 3156 to KZ394800: 1568.3573748433942\n", - "12:16:22\tCompleted 3181 to KZ352000: 2047.0591438253869\n", - "12:16:22\tCompleted 3161 to KZ156800: 1820.51049378733\n", - "12:16:22\tCompleted 3196 to KZ396800: 2678.1461747358726\n", - "12:16:22\tCompleted 3207 to KZ155200: 964.9043508491744\n", - "12:16:23\tCompleted 3165 to KZ615200: 1474.1261174581068\n", - "12:16:23\tCompleted 3154 to KZ154000: 2256.007595162954\n", - "12:16:23\tCompleted 3191 to KZ113400: 1831.486689083784\n", - "12:16:23\tCompleted 3087 to KZ355600: 1629.862306325571\n", - "12:16:23\tCompleted 3199 to KZ271000: 627.6331852860933\n", - "12:16:23\tCompleted 3163 to KZ355200: 587.8993281884972\n", - "12:16:23\tCompleted 3167 to KZ113600: 452.25459551991577\n", - "12:16:23\tCompleted 3189 to KZ711210: 2728.728139959006\n", - "12:16:23\tCompleted 3187 to KZ632400: 3278.2248073986348\n", - "12:16:23\tCompleted 3162 to KZ751910: 1322.9333056001346\n", - "12:16:23\tCompleted 3151 to KZ553200: 2791.858371055842\n", - "12:16:23\tCompleted 3056 to KZ551600: 1471.6469053893313\n", - "12:16:23\tCompleted 3148 to KZ392000: 1390.7129790216434\n", - "12:16:23\tCompleted 3193 to KZ632200: 3831.911492758695\n", - "12:16:23\tCompleted 3146 to KZ155600: 2562.5560508450126\n", - "12:16:23\tCompleted 3201 to KZ155600: 3749.845325317878\n", - "12:16:23\tCompleted 3182 to KZ433200: 2021.624990676464\n", - "12:16:23\tCompleted 3171 to KZ554800: 4349.54752472359\n", - "12:16:23\tCompleted 3204 to KZ593600: 2102.32980473218\n", - "12:16:23\tCompleted 3143 to KZ596400: 1533.2226864347697\n", - "12:16:24\tCompleted 3188 to KZ433200: 1399.824117718004\n", - "12:16:24\tCompleted 3203 to KZ393600: 1652.2670769705992\n", - "12:16:24\tCompleted 3211 to KZ614800: 1165.6886195588409\n", - "12:16:24\tCompleted 3183 to KZ791110: 1532.065995277271\n", - "12:16:24\tCompleted 3155 to KZ314000: 2164.3084298205167\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:16:24\tCompleted 3181 to KZ354800: 1372.1543261398501\n", - "12:16:24\tCompleted 3163 to KZ355600: 248.83962624266974\n", - "12:16:24\tCompleted 3140 to KZ751810: 1387.6842778465848\n", - "12:16:24\tCompleted 3205 to KZ615600: 1631.4042832517864\n", - "12:16:24\tCompleted 3169 to KZ315000: 1556.1691730530865\n", - "12:16:24\tCompleted 3213 to KZ153200: 1027.0737550338495\n", - "12:16:24\tCompleted 3184 to KZ275800: 2770.9307399760596\n", - "12:16:25\tCompleted 3168 to KZ234200: 4774.663121662821\n", - "12:16:25\tCompleted 3207 to KZ156400: 2140.231680275572\n", - "12:16:25\tCompleted 3199 to KZ274000: 887.4429598873205\n", - "12:16:25\tCompleted 3152 to KZ273600: 4156.697092093168\n", - "12:16:25\tCompleted 3098 to KZ635200: 1773.3329161843362\n", - "12:16:25\tCompleted 3167 to KZ113800: 631.6006201888159\n", - "12:16:25\tCompleted 3144 to KZ276200: 3076.5878177509358\n", - "12:16:25\tCompleted 3191 to KZ113600: 1991.0605860091157\n", - "12:16:25\tCompleted 3176 to KZ433600: 1651.0858794238823\n", - "12:16:26\tCompleted 3186 to KZ191600: 1834.3972710361043\n", - "12:16:26\tCompleted 3211 to KZ615400: 1162.09424464033\n", - "12:16:26\tCompleted 3182 to KZ431900: 1926.9281952637298\n", - "12:16:26\tCompleted 3188 to KZ431900: 894.9448052343198\n", - "12:16:26\tCompleted 3147 to KZ634800: 1740.9674300718234\n", - "12:16:26\tCompleted 3208 to KZ633200: 4048.0104674611434\n", - "12:16:26\tCompleted 3164 to KZ434800: 3011.498321166155\n", - "12:16:26\tCompleted 3142 to KZ354400: 2516.7440085365497\n", - "12:16:26\tCompleted 3174 to KZ191000: 4443.020269009703\n", - "12:16:26\tCompleted 3141 to KZ635000: 4434.604457737184\n", - "12:16:26\tCompleted 3163 to KZ352100: 714.2244763997002\n", - "12:16:26\tCompleted 3207 to KZ155600: 1034.4842240419384\n", - "12:16:26\tCompleted 3213 to KZ153400: 916.4870975081437\n", - "12:16:26\tCompleted 3202 to KZ634000: 4160.035982643946\n", - "12:16:26\tCompleted 3156 to KZ395000: 1496.3327845343606\n", - "12:16:26\tCompleted 3179 to KZ153400: 1979.7422929706995\n", - "12:16:26\tCompleted 3148 to KZ395600: 1267.8663283127198\n", - "12:16:27\tCompleted 3157 to KZ475000: 3702.9345890859277\n", - "12:16:27\tCompleted 3199 to KZ274200: 1099.56413948434\n", - "12:16:27\tCompleted 3167 to KZ114500: 498.72263564285345\n", - "12:16:27\tCompleted 3172 to KZ274200: 4190.8618428953405\n", - "12:16:27\tCompleted 3162 to KZ751510: 1315.42183167059\n", - "12:16:27\tCompleted 3159 to KZ273200: 3239.3960216320756\n", - "12:16:27\tCompleted 3209 to KZ352200: 3086.595838829806\n", - "12:16:27\tCompleted 3155 to KZ314800: 1604.3083172702131\n", - "12:16:27\tCompleted 3181 to KZ355200: 2036.2860320621437\n", - "12:16:27\tCompleted 3189 to KZ711310: 2718.9881992661203\n", - "12:16:27\tCompleted 3143 to KZ594600: 1992.8980134986298\n", - "12:16:27\tCompleted 3170 to KZ595800: 2188.4077124952314\n", - "12:16:27\tCompleted 3161 to KZ193200: 1693.5090013854672\n", - "12:16:27\tCompleted 3210 to KZ475200: 4872.6695396503155\n", - "12:16:27\tCompleted 3175 to KZ631000: 3601.9983401043046\n", - "12:16:27\tCompleted 3211 to KZ615200: 977.67781334478\n", - "12:16:27\tCompleted 3205 to KZ615800: 1160.139043752714\n", - "12:16:27\tCompleted 3196 to KZ394800: 2856.8007434339315\n", - "12:16:27\tCompleted 3163 to KZ352200: 21.019712926764157\n", - "12:16:28\tCompleted 3180 to KZ194400: 2792.733446328382\n", - "12:16:28\tCompleted 3188 to KZ434600: 928.6093756607002\n", - "12:16:28\tCompleted 3197 to KZ596400: 2213.8184277940077\n", - "12:16:28\tCompleted 3192 to KZ195200: 3799.0175855647244\n", - "12:16:28\tCompleted 3165 to KZ616400: 2315.9459633590386\n", - "12:16:28\tCompleted 3183 to KZ791310: 1488.5257633966623\n", - "12:16:28\tCompleted 3173 to KZ113200: 426.1741410587331\n", - "12:16:28\tCompleted 3204 to KZ595200: 1780.0163820817875\n", - "12:16:28\tCompleted 3201 to KZ156800: 2959.910623666667\n", - "12:16:28\tCompleted 3147 to KZ633400: 919.6827336861384\n", - "12:16:28\tCompleted 3087 to KZ352100: 2247.844580101706512:16:28\tCompleted 3167 to KZ114000: 445.66198943667604\n", - "\n", - "12:16:28\tCompleted 3182 to KZ434600: 1964.827719513935\n", - "12:16:28\tCompleted 3169 to KZ314200: 1440.3745703818267\n", - "12:16:28\tCompleted 3140 to KZ751910: 1388.6229594828073\n", - "12:16:29\tCompleted 3154 to KZ154200: 2558.6436341322765\n", - "12:16:29\tCompleted 3213 to KZ153600: 1183.762936208902\n", - "12:16:29\tCompleted 3151 to KZ553600: 2742.86136929081912:16:29\tCompleted 3191 to KZ113800: 2175.1771733788037\n", - "\n", - "12:16:29\tCompleted 3171 to KZ556400: 4288.000325611759\n", - "12:16:29\tCompleted 3207 to KZ156800: 1955.2287497190941\n", - "12:16:29\tCompleted 3146 to KZ156800: 1930.8216769693736\n", - "12:16:29\tCompleted 3177 to KZ555600: 3070.5495078668323\n", - "12:16:29\tCompleted 3098 to KZ632400: 1565.9899533779321\n", - "12:16:29\tCompleted 3156 to KZ395200: 1028.2972994594904\n", - "12:16:29\tCompleted 3142 to KZ351800: 1751.425559679736\n", - "12:16:30\tCompleted 3187 to KZ632800: 3028.451681893871\n", - "12:16:30\tCompleted 3143 to KZ711110: 1268.0582291933777\n", - "12:16:30\tCompleted 3176 to KZ434000: 2386.289572589079\n", - "12:16:30\tCompleted 3181 to KZ355600: 1748.0309698227395\n", - "12:16:30\tCompleted 3173 to KZ113400: 217.39506995656\n", - "12:16:30\tCompleted 3163 to KZ352300: 806.6554108945127\n", - "12:16:30\tCompleted 3201 to KZ193200: 407.74389559725915\n", - "12:16:30\tCompleted 3203 to KZ396400: 1873.6787236439807\n", - "12:16:30\tCompleted 3169 to KZ353200: 33.65314971531346\n", - "12:16:30\tCompleted 3167 to KZ117000: 368.29433288327994\n", - "12:16:30\tCompleted 3209 to KZ352300: 2375.780919673845\n", - "12:16:30\tCompleted 3155 to KZ315400: 1826.9747741936906\n", - "12:16:31\tCompleted 3193 to KZ635200: 4747.836221785491\n", - "12:16:31\tCompleted 3186 to KZ195200: 1855.451600113401\n", - "12:16:31\tCompleted 3213 to KZ154000: 960.4674311906501\n", - "12:16:31\tCompleted 3164 to KZ433600: 3211.341084708044\n", - "12:16:31\tCompleted 3147 to KZ633600: 950.2678591274199\n", - "12:16:31\tCompleted 3211 to KZ616400: 1679.2993655401829\n", - "12:16:31\tCompleted 3214 to KZ234600: 2699.4175793065415\n", - "12:16:31\tCompleted 3200 to KZ113200: 2966.4150186139195\n", - "12:16:31\tCompleted 3152 to KZ276600: 4238.522338792149\n", - "12:16:31\tCompleted 3163 to KZ352800: 44.970562748477136\n", - "12:16:31\tCompleted 3148 to KZ395800: 1570.250403719193\n", - "12:16:31\tCompleted 3173 to KZ113600: 492.6677990031965\n", - "12:16:31\tCompleted 3201 to KZ193400: 243.23504891591094\n", - "12:16:31\tCompleted 3188 to KZ434400: 1271.5587746224346\n", - "12:16:32\tCompleted 3168 to KZ234600: 4889.833420100927\n", - "12:16:32\tCompleted 3161 to KZ193400: 1445.99619562648\n", - "12:16:32\tCompleted 3144 to KZ271000: 3094.2807731651515\n", - "12:16:32\tCompleted 3087 to KZ352200: 1587.9108844883363\n", - "12:16:32\tCompleted 3182 to KZ434400: 2001.7527318580294\n", - "12:16:32\tCompleted 3141 to KZ632200: 3784.284776503443\n", - "12:16:32\tCompleted 3143 to KZ711410: 1266.391584147972\n", - "12:16:32\tCompleted 3205 to KZ612600: 1415.2691703736402\n", - "12:16:32\tCompleted 3191 to KZ114500: 1899.3646088927621\n", - "12:16:32\tCompleted 3174 to KZ196200: 4208.613096218349\n", - "12:16:32\tCompleted 3167 to KZ114400: 494.53417299187925\n", - "12:16:32\tCompleted 3142 to KZ393200: 1374.6488391052326\n", - "12:16:32\tCompleted 3184 to KZ276000: 3186.761765731095\n", - "12:16:32\tCompleted 3197 to KZ594600: 1725.6344081287177\n", - "12:16:32\tCompleted 3170 to KZ593400: 2293.700019713983\n", - "12:16:33\tCompleted 3140 to KZ751510: 1381.1114855532628\n", - "12:16:33\tCompleted 3156 to KZ391000: 1224.0035639684647\n", - "12:16:33\tCompleted 3196 to KZ395000: 2784.7761531248866\n", - "12:16:33\tCompleted 3176 to KZ471000: 1463.4301753229308\n", - "12:16:33\tCompleted 3189 to KZ555200: 3462.803058487264\n", - "12:16:33\tCompleted 3181 to KZ352100: 1758.1256591914512\n", - "12:16:33\tCompleted 3169 to KZ353600: 827.3876546241717\n", - "12:16:33\tCompleted 3163 to KZ356400: 331.4693360314407\n", - "12:16:33\tCompleted 3165 to KZ615600: 1514.2544672240153\n", - "12:16:33\tCompleted 3213 to KZ154200: 1263.103470159971\n", - "12:16:33\tCompleted 3188 to KZ431000: 612.3803437689323\n", - "12:16:33\tCompleted 3183 to KZ791510: 1465.6452638250094\n", - "12:16:33\tCompleted 3173 to KZ113800: 672.0138236720966\n", - "12:16:33\tCompleted 3201 to KZ193600: 890.6985506693923\n", - "12:16:33\tCompleted 3098 to KZ632800: 1312.6887614560173\n", - "12:16:33\tCompleted 3179 to KZ153600: 2614.156010022095\n", - "12:16:34\tCompleted 3208 to KZ634800: 4591.8674406721975\n", - "12:16:34\tCompleted 3211 to KZ615600: 1289.7397997642904\n", - "12:16:34\tCompleted 3210 to KZ471800: 4702.279319489583\n", - "12:16:34\tCompleted 3204 to KZ591000: 1833.3420744569462\n", - "12:16:34\tCompleted 3202 to KZ635400: 4668.27189621568\n", - "12:16:34\tCompleted 3162 to KZ231000: 3139.636296962482\n", - "12:16:34\tCompleted 3167 to KZ114600: 602.93326537930912:16:34\tCompleted 3147 to KZ633800: 1174.2623950725383\n", - "\n", - "12:16:34\tCompleted 3159 to KZ274400: 3169.462421643624\n", - "12:16:34\tCompleted 3155 to KZ315600: 2100.440391871908\n", - "12:16:34\tCompleted 3163 to KZ352400: 70.44417382415918\n", - "12:16:34\tCompleted 3146 to KZ193200: 1595.033170070203\n", - "12:16:34\tCompleted 3151 to KZ552200: 2634.393427269106\n", - "12:16:34\tCompleted 3154 to KZ156000: 2131.892866500497\n", - "12:16:34\tCompleted 3192 to KZ195000: 4245.146744881683\n", - "12:16:34\tCompleted 3169 to KZ351600: 482.4165748774169\n", - "12:16:35\tCompleted 3157 to KZ475200: 3713.777549869977\n", - "12:16:35\tCompleted 3142 to KZ393400: 1388.1982789408623\n", - "12:16:35\tCompleted 3176 to KZ473600: 997.0200666413696\n", - "12:16:35\tCompleted 3171 to KZ554200: 4457.845227464954\n", - "12:16:35\tCompleted 3087 to KZ352300: 1353.2101075314079\n", - "12:16:35\tCompleted 3188 to KZ435200: 688.6866499973478\n", - "12:16:35\tCompleted 3143 to KZ711210: 1279.8747705879177\n", - "12:16:35\tCompleted 3213 to KZ156000: 836.3527025281796\n", - "12:16:35\tCompleted 3173 to KZ114500: 539.135839126134\n", - "12:16:35\tCompleted 3161 to KZ193600: 1281.6350235081882\n", - "12:16:35\tCompleted 3175 to KZ634600: 4060.727867569667\n", - "12:16:35\tCompleted 3191 to KZ114000: 1980.9399135087517\n", - "12:16:35\tCompleted 3201 to KZ194000: 746.243781814724\n", - "12:16:35\tCompleted 3148 to KZ392400: 1296.4373297455327\n", - "12:16:35\tCompleted 3205 to KZ616000: 1125.034398998664\n", - "12:16:35\tCompleted 3180 to KZ194600: 2803.2504123328786\n", - "12:16:35\tCompleted 3182 to KZ431000: 2287.413286978797\n", - "12:16:36\tCompleted 3177 to KZ551000: 2525.4209136506806\n", - "12:16:36\tCompleted 3211 to KZ615800: 1056.9161430462236\n", - "12:16:36\tCompleted 3181 to KZ352200: 1643.5706283470827\n", - "12:16:36\tCompleted 3207 to KZ193200: 4845.026263294782\n", - "12:16:36\tCompleted 3169 to KZ354000: 135.38062440916264\n", - "12:16:36\tCompleted 3186 to KZ195000: 1859.675789116631\n", - "12:16:36\tCompleted 3164 to KZ434000: 3184.955112820311\n", - "12:16:36\tCompleted 3156 to KZ395400: 1267.3674588937786\n", - "12:16:36\tCompleted 3209 to KZ352800: 3087.2796819709038\n", - "12:16:36\tCompleted 3214 to KZ234800: 1833.118955142096\n", - "12:16:36\tCompleted 3188 to KZ434800: 603.7097399224311\n", - "12:16:36\tCompleted 3200 to KZ113400: 3044.2760554192573\n", - "12:16:37\tCompleted 3203 to KZ394000: 2105.613573009807\n", - "12:16:37\tCompleted 3201 to KZ196400: 491.36688007943525\n", - "12:16:37\tCompleted 3173 to KZ114000: 486.07519291995675\n", - "12:16:37\tCompleted 3167 to KZ114800: 961.1687947326242\n", - "12:16:37\tCompleted 3143 to KZ711310: 1285.08826998804\n", - "12:16:37\tCompleted 3169 to KZ351000: 69.35533905932735\n", - "12:16:37\tCompleted 3213 to KZ154600: 1134.4901332733111\n", - "12:16:37\tCompleted 3211 to KZ612600: 766.2961541607132\n", - "12:16:37\tCompleted 3196 to KZ395200: 2316.7406680500503\n", - "12:16:37\tCompleted 3163 to KZ356000: 967.7517981177876\n", - "12:16:37\tCompleted 3187 to KZ636800: 3053.345263422472\n", - "12:16:37\tCompleted 3210 to KZ593200: 1965.016449692309\n", - "12:16:37\tCompleted 3197 to KZ711110: 1861.8011048872133\n", - "12:16:38\tCompleted 3176 to KZ474200: 1491.079570366479\n", - "12:16:38\tCompleted 3147 to KZ634000: 1415.442487207358\n", - "12:16:38\tCompleted 3193 to KZ632400: 4540.493258979069\n", - "12:16:38\tCompleted 3142 to KZ391600: 1647.3945221914387\n", - "12:16:38\tCompleted 3183 to KZ791710: 1463.8690835079767\n", - "12:16:38\tCompleted 3191 to KZ117000: 1903.5722569553557\n", - "12:16:38\tCompleted 3174 to KZ192600: 4481.964024038397\n", - "12:16:38\tCompleted 3165 to KZ615800: 1528.6340865515472\n", - "12:16:38\tCompleted 3170 to KZ594200: 2002.188850041587\n", - "12:16:38\tCompleted 3168 to KZ234800: 4023.534795936461\n", - "12:16:38\tCompleted 3087 to KZ352800: 1588.5947276294353\n", - "12:16:38\tCompleted 3152 to KZ275000: 4114.837099466405\n", - "12:16:38\tCompleted 3146 to KZ193400: 1320.2221191493288\n", - "12:16:38\tCompleted 3215 to KZ355600: 1771.814134319736\n", - "12:16:38\tCompleted 3148 to KZ396200: 1104.860415719315\n", - "12:16:38\tCompleted 3173 to KZ117000: 408.70753636656065\n", - "12:16:38\tCompleted 3204 to KZ595600: 1681.6459232608238\n", - "12:16:38\tCompleted 3167 to KZ111010: 498.5209191626728412:16:38\tCompleted 3201 to KZ196800: 657.5447205949662\n", - "\n", - "12:16:38\tCompleted 3155 to KZ316000: 2425.541411976451\n", - "12:16:39\tCompleted 3189 to KZ551600: 3196.236336501737\n", - "12:16:39\tCompleted 3169 to KZ352000: 391.3081707962725\n", - "12:16:39\tCompleted 3188 to KZ433600: 803.5525034643322\n", - "12:16:39\tCompleted 3141 to KZ635200: 4700.209505530225\n", - "12:16:39\tCompleted 3143 to KZ555200: 706.0829749185295\n", - "12:16:39\tCompleted 3213 to KZ154800: 969.4974442857103\n", - "12:16:39\tCompleted 3171 to KZ791110: 3594.2840864151335\n", - "12:16:39\tCompleted 3182 to KZ435200: 2378.2250803688485\n", - "12:16:39\tCompleted 3211 to KZ616000: 1084.05535877883\n", - "12:16:40\tCompleted 3181 to KZ352300: 2423.526212810491\n", - "12:16:40\tCompleted 3176 to KZ474600: 1168.255009548407\n", - "12:16:40\tCompleted 3140 to KZ231000: 3109.673129480019\n", - "12:16:40\tCompleted 3151 to KZ554600: 2690.583765841798\n", - "12:16:40\tCompleted 3184 to KZ276200: 2906.147978997190412:16:40\tCompleted 3163 to KZ354400: 760.2359199406361\n", - "\n", - "12:16:40\tCompleted 3156 to KZ392000: 1384.2911539740178\n", - "12:16:40\tCompleted 3144 to KZ274000: 3757.968463104358\n", - "12:16:40\tCompleted 3201 to KZ191600: 574.4442637271233\n", - "12:16:40\tCompleted 3142 to KZ393600: 1187.5959605548978\n", - "12:16:40\tCompleted 3208 to KZ633400: 3947.729693018603\n", - "12:16:40\tCompleted 3167 to KZ116000: 467.35200028541226\n", - "12:16:40\tCompleted 3173 to KZ114400: 534.9473764751599\n", - "12:16:40\tCompleted 3200 to KZ113600: 2722.793173579496\n", - "12:16:40\tCompleted 3179 to KZ154000: 2183.67565685781\n", - "12:16:41\tCompleted 3143 to KZ551600: 844.1627254012564\n", - "12:16:41\tCompleted 3161 to KZ194000: 1475.6632039397812\n", - "12:16:41\tCompleted 3205 to KZ613800: 1500.6481743310437\n", - "12:16:41\tCompleted 3162 to KZ234000: 3348.24677433017\n", - "12:16:41\tCompleted 3169 to KZ354800: 618.2115776999526\n", - "12:16:41\tCompleted 3202 to KZ635000: 4195.6051063039995\n", - "12:16:41\tCompleted 3214 to KZ235200: 1880.7588025054972\n", - "12:16:41\tCompleted 3210 to KZ595800: 2068.936059732686\n", - "12:16:41\tCompleted 3154 to KZ154600: 2430.0302972456116\n", - "12:16:41\tCompleted 3191 to KZ114400: 2038.1107261818727\n", - "12:16:41\tCompleted 3159 to KZ275400: 3844.6508536006345\n", - "12:16:42\tCompleted 3209 to KZ356400: 3187.6934373018107\n", - "12:16:42\tCompleted 3186 to KZ194400: 2106.427661778396\n", - "12:16:42\tCompleted 3201 to KZ195200: 651.7512288119317\n", - "12:16:42\tCompleted 3177 to KZ556000: 2573.542295858694\n", - "12:16:42\tCompleted 3148 to KZ396600: 1112.7792565105137\n", - "12:16:42\tCompleted 3211 to KZ613800: 1232.3094917977164\n", - "12:16:42\tCompleted 3155 to KZ316600: 1974.3488729352612\n", - "12:16:42\tCompleted 3196 to KZ391000: 2512.446932559011\n", - "12:16:42\tCompleted 3165 to KZ612600: 1358.7489353565907\n", - "12:16:42\tCompleted 3192 to KZ194400: 4068.4326156464235\n", - "12:16:42\tCompleted 3142 to KZ396400: 1021.4308384676809\n", - "12:16:42\tCompleted 3163 to KZ351800: 781.2706345836623\n", - "12:16:42\tCompleted 3170 to KZ596600: 1754.451982925923\n", - "12:16:42\tCompleted 3175 to KZ634400: 3582.4458304815907\n", - "12:16:42\tCompleted 3146 to KZ193600: 1327.3820364176395\n", - "12:16:42\tCompleted 3207 to KZ193400: 4843.422119460685\n", - "12:16:42\tCompleted 3173 to KZ114600: 643.3464688625897\n", - "12:16:42\tCompleted 3188 to KZ434000: 1154.5569612374834\n", - "12:16:42\tCompleted 3176 to KZ475000: 1538.5840362982076\n", - "12:16:42\tCompleted 3181 to KZ352800: 1670.6930510440495\n", - "12:16:42\tCompleted 3167 to KZ116400: 589.7533480449315\n", - "12:16:43\tCompleted 3197 to KZ711410: 1851.9353257081852\n", - "12:16:43\tCompleted 3203 to KZ396800: 1851.7060305702107\n", - "12:16:43\tCompleted 3213 to KZ155200: 1396.4361071874876\n", - "12:16:43\tCompleted 3215 to KZ352100: 1728.5670163657073\n", - "12:16:43\tCompleted 3157 to KZ471800: 3543.3873297092514\n", - "12:16:43\tCompleted 3143 to KZ553200: 1134.9153802705162\n", - "12:16:43\tCompleted 3182 to KZ434800: 2299.7913160921307\n", - "12:16:43\tCompleted 3164 to KZ471000: 5008.111896714486\n", - "12:16:43\tCompleted 3087 to KZ356400: 1905.674216091998\n", - "12:16:43\tCompleted 3169 to KZ355200: 603.9810562198263\n", - "12:16:43\tCompleted 3201 to KZ195000: 502.6226661211564\n", - "12:16:43\tCompleted 3171 to KZ791310: 3572.0025374547336\n", - "12:16:43\tCompleted 3147 to KZ635400: 1923.6784007790643\n", - "12:16:43\tCompleted 3180 to KZ194800: 3071.3660643868816\n", - "12:16:43\tCompleted 3204 to KZ596000: 1771.2997015900914\n", - "12:16:44\tCompleted 3183 to KZ611600: 1720.7296187831012\n", - "12:16:44\tCompleted 3156 to KZ395600: 1261.4445032650942\n", - "12:16:44\tCompleted 3167 to KZ116800: 377.3544943529058\n", - "12:16:44\tCompleted 3142 to KZ394000: 1089.1319647944688\n", - "12:16:45\tCompleted 3191 to KZ114600: 1924.61084597458\n", - "12:16:45\tCompleted 3174 to KZ196600: 4527.679748093654\n", - "12:16:45\tCompleted 3168 to KZ235200: 4071.1746432998284\n", - "12:16:45\tCompleted 3210 to KZ593400: 1878.323322380546\n", - "12:16:45\tCompleted 3169 to KZ355600: 284.0528296782664\n", - "12:16:45\tCompleted 3187 to KZ635800: 3502.8475111196794\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:16:45\tCompleted 3157 to KZ593200: 660.8378454782799\n", - "12:16:45\tCompleted 3200 to KZ113800: 2551.54597340973\n", - "12:16:45\tCompleted 3213 to KZ156400: 975.7261068266471\n", - "12:16:45\tCompleted 3143 to KZ553600: 1064.3372278727015\n", - "12:16:45\tCompleted 3193 to KZ632800: 4290.72013347424\n", - "12:16:45\tCompleted 3201 to KZ194400: 880.5343155256778\n", - "12:16:45\tCompleted 3152 to KZ274800: 4639.724907277957\n", - "12:16:45\tCompleted 3189 to KZ553200: 3315.1843299084335\n", - "12:16:46\tCompleted 3167 to KZ111810: 399.21858737603446\n", - "12:16:46\tCompleted 3173 to KZ114800: 1001.5819982159048\n", - "12:16:46\tCompleted 3161 to KZ196400: 1685.5149525840795\n", - "12:16:46\tCompleted 3181 to KZ356400: 1863.5999987960854\n", - "12:16:46\tCompleted 3176 to KZ475200: 1549.4269970822559\n", - "12:16:46\tCompleted 3163 to KZ393200: 1220.316890970995\n", - "12:16:46\tCompleted 3182 to KZ433600: 2115.434844241995\n", - "12:16:46\tCompleted 3215 to KZ352200: 1558.9954377429335\n", - "12:16:46\tCompleted 3087 to KZ352400: 1538.8635380804049\n", - "12:16:46\tCompleted 3209 to KZ352400: 3037.5484924218813\n", - "12:16:46\tCompleted 3141 to KZ632400: 4492.866542723813\n", - "12:16:46\tCompleted 3151 to KZ555600: 3254.6146163356257\n", - "12:16:46\tCompleted 3214 to KZ235600: 1975.796568525925\n", - "12:16:46\tCompleted 3155 to KZ316200: 2457.7567140687356\n", - "12:16:47\tCompleted 3208 to KZ633600: 3718.5543524301734\n", - "12:16:47\tCompleted 3201 to KZ194600: 514.3351503999064\n", - "12:16:47\tCompleted 3142 to KZ396800: 1220.6037655848147\n", - "12:16:47\tCompleted 3169 to KZ352100: 705.6953351127033\n", - "12:16:47\tCompleted 3170 to KZ595000: 2028.772860270456\n", - "12:16:47\tCompleted 3157 to KZ595800: 764.757455518657112:16:47\tCompleted 3213 to KZ155600: 1148.4059808655786\n", - "\n", - "12:16:47\tCompleted 3196 to KZ395400: 2555.810827484324\n", - "12:16:47\tCompleted 3143 to KZ552200: 1104.7897215659223\n", - "12:16:47\tCompleted 3140 to KZ234000: 3318.283606847707\n", - "12:16:47\tCompleted 3202 to KZ632200: 3545.2854250703067\n", - "12:16:47\tCompleted 3154 to KZ154800: 2313.2109774975897\n", - "12:16:47\tCompleted 3146 to KZ194000: 1521.4102168492323\n", - "12:16:47\tCompleted 3184 to KZ271000: 2923.840934411406\n", - "12:16:47\tCompleted 3148 to KZ394200: 1561.6896352642723\n", - "12:16:47\tCompleted 3173 to KZ111010: 538.9341226459535\n", - "12:16:47\tCompleted 3144 to KZ274200: 3865.284451264124\n", - "12:16:47\tCompleted 3197 to KZ711210: 1849.2910951501613\n", - "12:16:47\tCompleted 3147 to KZ635000: 1451.01161086743\n", - "12:16:48\tCompleted 3211 to KZ273200: 2084.9263696032403\n", - "12:16:48\tCompleted 3204 to KZ596200: 1599.9945341484672\n", - "12:16:48\tCompleted 3215 to KZ352300: 797.9715945270021\n", - "12:16:48\tCompleted 3159 to KZ273600: 3012.610112583173\n", - "12:16:48\tCompleted 3186 to KZ194600: 2051.5085038194215\n", - "12:16:48\tCompleted 3165 to KZ616000: 1543.4159428282217\n", - "12:16:48\tCompleted 3179 to KZ154200: 2486.311695827132\n", - "12:16:48\tCompleted 3175 to KZ313600: 2733.714193946488\n", - "12:16:48\tCompleted 3169 to KZ352200: 47.16184855049511\n", - "12:16:48\tCompleted 3205 to KZ273200: 3669.2272465082874\n", - "12:16:48\tCompleted 3162 to KZ234200: 3799.192480851105812:16:48\tCompleted 3201 to KZ194800: 669.2897546565047\n", - "\n", - "12:16:48\tCompleted 3181 to KZ352400: 1622.10740893783\n", - "12:16:48\tCompleted 3176 to KZ471800: 1379.0367769215143\n", - "12:16:49\tCompleted 3183 to KZ613600: 1574.3570665451787\n", - "12:16:49\tCompleted 3171 to KZ791510: 3582.120313451002\n", - "12:16:49\tCompleted 3207 to KZ193600: 4264.124304701049\n", - "12:16:49\tCompleted 3203 to KZ394800: 2030.3605992682667\n", - "12:16:49\tCompleted 3142 to KZ394800: 963.6808933323532\n", - "12:16:49\tCompleted 3177 to KZ556800: 2774.2302207306316\n", - "12:16:49\tCompleted 3213 to KZ156800: 650.3858250861609\n", - "12:16:49\tCompleted 3087 to KZ356000: 1351.7465742311092\n", - "12:16:49\tCompleted 3210 to KZ594200: 2058.181071444057\n", - "12:16:49\tCompleted 3167 to KZ116600: 1126.7573894930213\n", - "12:16:49\tCompleted 3157 to KZ593400: 574.1447181665169\n", - "12:16:49\tCompleted 3173 to KZ116000: 507.76520376869297\n", - "12:16:49\tCompleted 3145 to KZ113200: 316.5463056723028\n", - "12:16:49\tCompleted 3200 to KZ114500: 3014.92613821876\n", - "12:16:49\tCompleted 3161 to KZ196800: 1285.93394084243\n", - "12:16:49\tCompleted 3164 to KZ473600: 4589.1371306914625\n", - "12:16:49\tCompleted 3143 to KZ554600: 1174.213492614607\n", - "12:16:49\tCompleted 3163 to KZ393400: 1228.4191572797538\n", - "12:16:49\tCompleted 3191 to KZ114800: 2496.4467188046856\n", - "12:16:50\tCompleted 3192 to KZ194600: 4078.94958165092\n", - "12:16:50\tCompleted 3156 to KZ395800: 1563.828578671567\n", - "12:16:50\tCompleted 3209 to KZ356000: 2379.1788220872877\n", - "12:16:50\tCompleted 3147 to KZ632200: 864.3741451647008\n", - "12:16:50\tCompleted 3182 to KZ434000: 2850.6385374071556\n", - "12:16:50\tCompleted 3155 to KZ311000: 2063.1710841993313\n", - "12:16:50\tCompleted 3169 to KZ352300: 779.0990617084084\n", - "12:16:50\tCompleted 3145 to KZ113400: 107.76723457013054\n", - "12:16:51\tCompleted 3201 to KZ195600: 874.2487661897793\n", - "12:16:51\tCompleted 3188 to KZ471000: 2882.6939994627396\n", - "12:16:51\tCompleted 3180 to KZ195600: 3148.146632142086\n", - "12:16:51\tCompleted 3215 to KZ352800: 1533.2254722367913\n", - "12:16:51\tCompleted 3173 to KZ116400: 630.1665515282122\n", - "12:16:51\tCompleted 3167 to KZ115600: 563.290935579589112:16:51\tCompleted 3174 to KZ194200: 4155.770809915896\n", - "\n", - "12:16:51\tCompleted 3168 to KZ235600: 4166.212409320251\n", - "12:16:51\tCompleted 3214 to KZ233600: 1858.4131663817316\n", - "12:16:51\tCompleted 3142 to KZ395000: 1282.5922181306612\n", - "12:16:51\tCompleted 3157 to KZ594200: 754.0024672300284\n", - "12:16:51\tCompleted 3143 to KZ555600: 892.1157306348013\n", - "12:16:51\tCompleted 3189 to KZ553600: 3266.1873281434105\n", - "12:16:51\tCompleted 3152 to KZ275800: 4109.30773126632\n", - "12:16:52\tCompleted 3169 to KZ352800: 61.638077217433036\n", - "12:16:52\tCompleted 3151 to KZ551000: 2709.486022119474\n", - "12:16:52\tCompleted 3187 to KZ636200: 3171.760833321589\n", - "12:16:52\tCompleted 3196 to KZ392000: 2672.7345225645477\n", - "12:16:52\tCompleted 3145 to KZ113600: 383.03996361676644\n", - "12:16:52\tCompleted 3182 to KZ471000: 1376.5282413134587\n", - "12:16:52\tCompleted 3176 to KZ593200: 2145.9218069254302\n", - "12:16:52\tCompleted 3173 to KZ116800: 417.7676978361865\n", - "12:16:52\tCompleted 3197 to KZ711310: 1839.551154457276\n", - "12:16:52\tCompleted 3193 to KZ636800: 4315.613715002877\n", - "12:16:52\tCompleted 3191 to KZ111010: 2033.7988432347486\n", - "12:16:53\tCompleted 3181 to KZ356000: 2540.7966982259613\n", - "12:16:53\tCompleted 3201 to KZ195800: 936.3974934697502\n", - "12:16:53\tCompleted 3146 to KZ196400: 1678.6561545523768\n", - "12:16:53\tCompleted 3148 to KZ394400: 1641.5768463990346\n", - "12:16:53\tCompleted 3141 to KZ632800: 4243.093417218988\n", - "12:16:53\tCompleted 3163 to KZ391600: 1145.9633066223541\n", - "12:16:53\tCompleted 3210 to KZ596600: 2159.0665890208165\n", - "12:16:53\tCompleted 3169 to KZ356400: 303.9129868453366\n", - "12:16:53\tCompleted 3208 to KZ633800: 4019.139699910683\n", - "12:16:53\tCompleted 3161 to KZ191600: 1337.9233469084386\n", - "12:16:53\tCompleted 3143 to KZ551000: 761.1352238220024\n", - "12:16:53\tCompleted 3167 to KZ115200: 756.7730500658515\n", - "12:16:53\tCompleted 3183 to KZ614000: 1521.2170196308566\n", - "12:16:53\tCompleted 3087 to KZ354400: 2021.8398441920738\n", - "12:16:53\tCompleted 3200 to KZ114000: 2776.306707973103\n", - "12:16:53\tCompleted 3175 to KZ314000: 2516.1479293027955\n", - "12:16:53\tCompleted 3170 to KZ593600: 2366.207866094615412:16:53\tCompleted 3156 to KZ392400: 1290.015504697907\n", - "\n", - "12:16:53\tCompleted 3165 to KZ613800: 1766.9209733344687\n", - "12:16:53\tCompleted 3211 to KZ274400: 2022.0550570899545\n", - "12:16:53\tCompleted 3171 to KZ791710: 3553.6203741007157\n", - "12:16:54\tCompleted 3145 to KZ113800: 562.3859882856666\n", - "12:16:54\tCompleted 3142 to KZ395200: 1360.7929508652353\n", - "12:16:54\tCompleted 3173 to KZ111810: 439.6317908593152\n", - "12:16:54\tCompleted 3203 to KZ395000: 1958.3360089592331\n", - "12:16:54\tCompleted 3204 to KZ596400: 2195.6542142316353\n", - "12:16:54\tCompleted 3157 to KZ596600: 854.8879848067935\n", - "12:16:54\tCompleted 3201 to KZ196000: 266.7878293810813\n", - "12:16:54\tCompleted 3154 to KZ155200: 2740.1496403993424\n", - "12:16:54\tCompleted 3155 to KZ315000: 2180.3799004329644\n", - "12:16:54\tCompleted 3186 to KZ194800: 2260.1808859983084\n", - "12:16:54\tCompleted 3169 to KZ352400: 105.6573772597555812:16:54\tCompleted 3202 to KZ635200: 4461.210154097041\n", - "\n", - "12:16:54\tCompleted 3182 to KZ473600: 910.1181326318974\n", - "12:16:54\tCompleted 3209 to KZ354400: 3166.484144841489\n", - "12:16:55\tCompleted 3215 to KZ356400: 1552.3038993615376\n", - "12:16:55\tCompleted 3143 to KZ556000: 800.601475974187\n", - "12:16:55\tCompleted 3140 to KZ234200: 3769.2293133686426\n", - "12:16:55\tCompleted 3145 to KZ114500: 429.5080037397041\n", - "12:16:55\tCompleted 3184 to KZ274000: 3577.4991181309247\n", - "12:16:55\tCompleted 3207 to KZ194000: 4330.611670546293\n", - "12:16:55\tCompleted 3147 to KZ635200: 1716.616658660458\n", - "12:16:55\tCompleted 3205 to KZ274400: 3606.3559339950116\n", - "12:16:55\tCompleted 3159 to KZ276600: 3094.435359282159\n", - "12:16:55\tCompleted 3177 to KZ554800: 2778.206781578339\n", - "12:16:55\tCompleted 3201 to KZ191000: 337.600873149201\n", - "12:16:56\tCompleted 3157 to KZ595000: 689.3280034944949\n", - "12:16:56\tCompleted 3162 to KZ234600: 3914.3627792891602\n", - "12:16:56\tCompleted 3191 to KZ116000: 2010.9285534754056\n", - "12:16:56\tCompleted 3179 to KZ156000: 2059.5609281953525\n", - "12:16:56\tCompleted 3164 to KZ474200: 5035.761291758029\n", - "12:16:56\tCompleted 3087 to KZ351800: 1378.5948838422582\n", - "12:16:56\tCompleted 3146 to KZ196800: 1331.6809537518811\n", - "12:16:56\tCompleted 3167 to KZ115400: 977.345821931508612:16:56\tCompleted 3174 to KZ751210: 4110.570432500713\n", - "\n", - "12:16:56\tCompleted 3213 to KZ193200: 2763.1042551195765\n", - "12:16:56\tCompleted 3143 to KZ556800: 800.8365005021544\n", - "12:16:56\tCompleted 3145 to KZ114000: 376.44735753352666\n", - "12:16:56\tCompleted 3196 to KZ395600: 2549.887871855635\n", - "12:16:57\tCompleted 3176 to KZ595800: 2475.800518848355\n", - "12:16:57\tCompleted 3161 to KZ195200: 1358.9776759857352\n", - "12:16:57\tCompleted 3181 to KZ354400: 2388.430543783642\n", - "12:16:57\tCompleted 3169 to KZ356000: 940.1954489316834\n", - "12:16:57\tCompleted 3182 to KZ474200: 1404.1776363570089\n", - "12:16:57\tCompleted 3142 to KZ391000: 1172.3594620733686\n", - "12:16:57\tCompleted 3163 to KZ393600: 1200.8811140759829\n", - "12:16:57\tCompleted 3201 to KZ196200: 693.8188034110834\n", - "12:16:57\tCompleted 3171 to KZ611600: 3502.795035248052\n", - "12:16:57\tCompleted 3189 to KZ552200: 3157.7193861216974\n", - "12:16:57\tCompleted 3151 to KZ556000: 2757.6074043274875\n", - "12:16:57\tCompleted 3156 to KZ396200: 1098.438590671689\n", - "12:16:57\tCompleted 3173 to KZ116600: 1086.3441860097412\n", - "12:16:57\tCompleted 3200 to KZ117000: 2822.7663766893256\n", - "12:16:57\tCompleted 3087 to KZ393200: 547.1923134382969\n", - "12:16:57\tCompleted 3210 to KZ595000: 1993.5066077085237\n", - "12:16:57\tCompleted 3192 to KZ194800: 4347.065233704923\n", - "12:16:58\tCompleted 3188 to KZ473600: 2463.7192334397964\n", - "12:16:58\tCompleted 3170 to KZ595200: 1902.563967820535\n", - "12:16:58\tCompleted 3152 to KZ276000: 4525.138757021416\n", - "12:16:58\tCompleted 3145 to KZ117000: 299.07970098013055\n", - "12:16:58\tCompleted 3155 to KZ314200: 2064.5852977617037\n", - "12:16:58\tCompleted 3215 to KZ352400: 1617.4909664521942\n", - "12:16:58\tCompleted 3157 to KZ593600: 803.8766077787882\n", - "12:16:58\tCompleted 3180 to KZ195800: 2962.033504509237\n", - "12:16:58\tCompleted 3168 to KZ233600: 4171.97439812035712:16:58\tCompleted 3214 to KZ633200: 2725.9258558970946\n", - "\n", - "12:16:58\tCompleted 3201 to KZ192600: 378.2003677758686\n", - "12:16:59\tCompleted 3204 to KZ594600: 1707.4701945663446\n", - "12:16:59\tCompleted 3143 to KZ554800: 1030.382154474781\n", - "12:16:59\tCompleted 3182 to KZ474600: 1081.3530755389352\n", - "12:16:59\tCompleted 3087 to KZ393400: 857.5075610175666\n", - "12:16:59\tCompleted 3197 to KZ555200: 2583.3660136784365\n", - "12:16:59\tCompleted 3148 to KZ433200: 2238.0358777986157\n", - "12:16:59\tCompleted 3203 to KZ395200: 1490.300523884363\n", - "12:16:59\tCompleted 3141 to KZ636800: 4267.986998747621\n", - "12:16:59\tCompleted 3191 to KZ116400: 2125.031272117003\n", - "12:16:59\tCompleted 3145 to KZ114400: 425.31954108872986\n", - "12:16:59\tCompleted 3142 to KZ395400: 1210.735846272028\n", - "12:16:59\tCompleted 3193 to KZ635800: 4765.115962700175\n", - "12:16:59\tCompleted 3173 to KZ115600: 603.7041390628698\n", - "12:16:59\tCompleted 3169 to KZ354400: 732.6795707545319\n", - "12:16:59\tCompleted 3187 to KZ636400: 3588.8754940131685\n", - "12:16:59\tCompleted 3209 to KZ351800: 2401.1656959846923\n", - "12:16:59\tCompleted 3183 to KZ613900: 1799.1402916473041\n", - "12:17:00\tCompleted 3175 to KZ314800: 3015.43523417722812:17:00\tCompleted 3208 to KZ634000: 4266.342497807723\n", - "\n", - "12:17:00\tCompleted 3147 to KZ632400: 1509.2736958540538\n", - "12:17:00\tCompleted 3215 to KZ356000: 959.0679817502771\n", - "12:17:00\tCompleted 3168 to KZ633200: 470.6094810682511\n", - "12:17:00\tCompleted 3161 to KZ195000: 1287.5181848111401\n", - "12:17:00\tCompleted 3201 to KZ196600: 802.1177093781919\n", - "12:17:00\tCompleted 3146 to KZ191600: 1383.6703598178897\n", - "12:17:00\tCompleted 3157 to KZ595200: 801.3267408360243\n", - "12:17:00\tCompleted 3154 to KZ156400: 2579.2747344975196\n", - "12:17:00\tCompleted 3156 to KZ396600: 1106.357431462888\n", - "12:17:01\tCompleted 3155 to KZ353200: 1459.304173837243\n", - "12:17:01\tCompleted 3087 to KZ391600: 1080.06755610459212:17:01\tCompleted 3202 to KZ632400: 4253.867191290647\n", - "\n", - "12:17:01\tCompleted 3143 to KZ556400: 943.7187625820269\n", - "12:17:01\tCompleted 3181 to KZ351800: 2409.465258426651\n", - "12:17:01\tCompleted 3145 to KZ114600: 533.7186334761597\n", - "12:17:01\tCompleted 3196 to KZ395800: 2852.2719472621175\n", - "12:17:01\tCompleted 3200 to KZ114400: 2700.060262016529\n", - "12:17:01\tCompleted 3171 to KZ613600: 3556.990171891862\n", - "12:17:01\tCompleted 3176 to KZ593400: 2616.2397396653\n", - "12:17:01\tCompleted 3210 to KZ593600: 2108.0552119928175\n", - "12:17:01\tCompleted 3165 to KZ273200: 3262.2711505751913\n", - "12:17:01\tCompleted 3142 to KZ392000: 1007.6417203185619\n", - "12:17:01\tCompleted 3182 to KZ475000: 1451.6821022887355\n", - "12:17:01\tCompleted 3173 to KZ115200: 797.1862535491322\n", - "12:17:01\tCompleted 3169 to KZ351800: 753.714285397558\n", - "12:17:01\tCompleted 3211 to KZ275400: 2697.243489046945\n", - "12:17:01\tCompleted 3168 to KZ634800: 610.4757348560539\n", - "12:17:02\tCompleted 3177 to KZ556400: 2716.6595824665283\n", - "12:17:02\tCompleted 3186 to KZ195600: 2411.42211960929\n", - "12:17:02\tCompleted 3207 to KZ196400: 4763.765777221933\n", - "12:17:02\tCompleted 3191 to KZ116800: 1912.632418424981\n", - "12:17:02\tCompleted 3170 to KZ591000: 2019.519811943251\n", - "12:17:02\tCompleted 3164 to KZ474600: 4712.93673093994\n", - "12:17:02\tCompleted 3087 to KZ393600: 469.31569380158123\n", - "12:17:02\tCompleted 3159 to KZ275000: 2970.750119956414\n", - "12:17:02\tCompleted 3201 to KZ194200: 909.813667508397\n", - "12:17:02\tCompleted 3162 to KZ234800: 3048.0641551247763\n", - "12:17:02\tCompleted 3140 to KZ234600: 3884.399611806697\n", - "12:17:02\tCompleted 3205 to KZ275400: 4281.544365952027\n", - "12:17:02\tCompleted 3157 to KZ591000: 691.5424695885622\n", - "12:17:02\tCompleted 3147 to KZ632800: 1082.3536216171412\n", - "12:17:03\tCompleted 3184 to KZ274200: 3694.8446125103787\n", - "12:17:03\tCompleted 3189 to KZ554600: 3213.9097246943898\n", - "12:17:03\tCompleted 3174 to KZ751110: 4118.327791813593\n", - "12:17:03\tCompleted 3204 to KZ711110: 1815.423183494855312:17:03\tCompleted 3163 to KZ396400: 1422.292760749364\n", - "\n", - "12:17:03\tCompleted 3151 to KZ556800: 2958.29532919942512:17:03\tCompleted 3179 to KZ154600: 2357.698358940467\n", - "\n", - "12:17:03\tCompleted 3167 to KZ151000: 2362.554398949705\n", - "12:17:03\tCompleted 3215 to KZ354400: 1531.094606901201\n", - "12:17:03\tCompleted 3087 to KZ396400: 222.25119835027022\n", - "12:17:03\tCompleted 3168 to KZ633400: 495.11655420603057\n", - "12:17:03\tCompleted 3143 to KZ554200: 1219.8765520370202\n", - "12:17:03\tCompleted 3145 to KZ114800: 891.9541628294749\n", - "12:17:03\tCompleted 3209 to KZ393200: 2189.404304104321\n", - "12:17:03\tCompleted 3155 to KZ353600: 1588.0862730771066\n", - "12:17:04\tCompleted 3146 to KZ195200: 1404.7246888951863\n", - "12:17:04\tCompleted 3148 to KZ431900: 1722.9316915807842\n", - "12:17:04\tCompleted 3201 to KZ751210: 655.108172780531\n", - "12:17:04\tCompleted 3152 to KZ276200: 4244.524970287469\n", - "12:17:04\tCompleted 3142 to KZ395600: 1321.2079262995317\n", - "12:17:04\tCompleted 3182 to KZ475200: 1462.5250630727837\n", - "12:17:04\tCompleted 3213 to KZ193400: 2967.9931321350014\n", - "12:17:04\tCompleted 3203 to KZ391000: 1686.0067883933373\n", - "12:17:04\tCompleted 3192 to KZ195600: 4423.84580146014612:17:04\tCompleted 3183 to KZ612000: 1559.2141334167254\n", - "\n", - "12:17:04\tCompleted 3087 to KZ394000: 237.46133023464748\n", - "12:17:04\tCompleted 3173 to KZ115400: 1017.7590254147892\n", - "12:17:04\tCompleted 3215 to KZ351800: 773.1726046537786\n", - "12:17:05\tCompleted 3157 to KZ595600: 925.4300561104844\n", - "12:17:05\tCompleted 3168 to KZ633600: 356.9272640613644\n", - "12:17:05\tCompleted 3191 to KZ111810: 1834.5064538984568\n", - "12:17:05\tCompleted 3145 to KZ111010: 429.30628725952346\n", - "12:17:05\tCompleted 3169 to KZ393200: 1255.5300944065918\n", - "12:17:05\tCompleted 3175 to KZ315400: 2702.674115497276\n", - "12:17:05\tCompleted 3161 to KZ194400: 1609.9537376507308\n", - "12:17:05\tCompleted 3156 to KZ394200: 1555.2678102166465\n", - "12:17:05\tCompleted 3188 to KZ474200: 2910.3433945063184\n", - "12:17:05\tCompleted 3176 to KZ594200: 2289.581656394725\n", - "12:17:05\tCompleted 3197 to KZ551600: 2316.7992916929093\n", - "12:17:05\tCompleted 3201 to KZ751110: 648.709897117242\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:17:05\tCompleted 3185 to KZ113200: 1409.494829637766\n", - "12:17:05\tCompleted 3181 to KZ393200: 2598.875496982319\n", - "12:17:05\tCompleted 3141 to KZ635800: 4717.489246444909\n", - "12:17:06\tCompleted 3210 to KZ595200: 2105.50534505005\n", - "12:17:06\tCompleted 3087 to KZ396800: 393.147239917879\n", - "12:17:06\tCompleted 3170 to KZ595600: 1891.0252982675534\n", - "12:17:06\tCompleted 3155 to KZ351600: 1326.021618731011\n", - "12:17:06\tCompleted 3193 to KZ636200: 4434.029284902006\n", - "12:17:06\tCompleted 3147 to KZ636800: 1284.3941518778777\n", - "12:17:06\tCompleted 3196 to KZ392400: 2578.4588732884463\n", - "12:17:06\tCompleted 3168 to KZ633800: 233.0303066119912\n", - "12:17:06\tCompleted 3182 to KZ471800: 1292.1348429120421\n", - "12:17:06\tCompleted 3211 to KZ273600: 1865.202748029486\n", - "12:17:06\tCompleted 3180 to KZ196000: 3148.8142598981285\n", - "12:17:06\tCompleted 3214 to KZ634800: 3446.9297778401974\n", - "12:17:06\tCompleted 3187 to KZ631000: 3117.895219989635\n", - "12:17:06\tCompleted 3154 to KZ155600: 2492.1195140774357\n", - "12:17:06\tCompleted 3200 to KZ114600: 3325.523732867963\n", - "12:17:06\tCompleted 3171 to KZ614000: 3602.349010564435\n", - "12:17:06\tCompleted 3157 to KZ596000: 568.2450720573943\n", - "12:17:06\tCompleted 3145 to KZ116000: 398.1373683822629\n", - "12:17:06\tCompleted 3209 to KZ393400: 2037.9384152458347\n", - "12:17:07\tCompleted 3087 to KZ394800: 267.8079426021367\n", - "12:17:07\tCompleted 3208 to KZ635400: 4774.578411379454\n", - "12:17:07\tCompleted 3202 to KZ632800: 4004.094065785852\n", - "12:17:07\tCompleted 3201 to KZ751310: 655.1951784914806\n", - "12:17:07\tCompleted 3142 to KZ395800: 1576.366038068244\n", - "12:17:07\tCompleted 3146 to KZ195000: 1333.2651977205899\n", - "12:17:07\tCompleted 3207 to KZ196800: 4231.924174980709\n", - "12:17:07\tCompleted 3168 to KZ634000: 348.2811529810622\n", - "12:17:08\tCompleted 3186 to KZ195800: 2275.727719959253\n", - "12:17:08\tCompleted 3204 to KZ711410: 1811.3563941890507\n", - "12:17:08\tCompleted 3143 to KZ791110: 2416.00123220277\n", - "12:17:08\tCompleted 3155 to KZ354000: 1321.9605447777926\n", - "12:17:08\tCompleted 3185 to KZ113400: 1200.71575853559512:17:08\tCompleted 3087 to KZ395000: 455.1356924637301\n", - "\n", - "12:17:08\tCompleted 3145 to KZ116400: 520.5387161417821\n", - "12:17:08\tCompleted 3201 to KZ751410: 662.2051245963771\n", - "12:17:08\tCompleted 3165 to KZ274400: 3192.33755058674\n", - "12:17:09\tCompleted 3169 to KZ393400: 1263.6323607153508\n", - "12:17:09\tCompleted 3164 to KZ475000: 5083.265757689762\n", - "12:17:09\tCompleted 3177 to KZ554200: 2886.504484319707\n", - "12:17:09\tCompleted 3162 to KZ235200: 3095.704002488144\n", - "12:17:09\tCompleted 3174 to KZ751310: 4111.499364688846\n", - "12:17:09\tCompleted 3151 to KZ554800: 2962.2718900471455\n", - "12:17:09\tCompleted 3140 to KZ234800: 3018.100987642313\n", - "12:17:09\tCompleted 3176 to KZ596600: 2041.8447892790714\n", - "12:17:09\tCompleted 3205 to KZ273600: 3449.5036249345603\n", - "12:17:09\tCompleted 3203 to KZ395400: 1729.3706833186511\n", - "12:17:09\tCompleted 3189 to KZ555600: 3777.9405751882173\n", - "12:17:09\tCompleted 3215 to KZ393200: 1831.263531804316\n", - "12:17:09\tCompleted 3183 to KZ614400: 1725.6730910871072\n", - "12:17:09\tCompleted 3210 to KZ591000: 1995.7210738025913\n", - "12:17:09\tCompleted 3142 to KZ392400: 1106.8423479983132\n", - "12:17:09\tCompleted 3148 to KZ434600: 1756.5962620071646\n", - "12:17:09\tCompleted 3159 to KZ274800: 3495.637927767907\n", - "12:17:09\tCompleted 3167 to KZ153200: 2412.7480063784524\n", - "12:17:09\tCompleted 3161 to KZ194600: 1555.0345796917559\n", - "12:17:09\tCompleted 3181 to KZ393400: 2606.9777632910614\n", - "12:17:09\tCompleted 3182 to KZ593200: 2610.270771743521\n", - "12:17:09\tCompleted 3179 to KZ154800: 2192.7056699528794\n", - "12:17:10\tCompleted 3163 to KZ394000: 1654.2276101151906\n", - "12:17:10\tCompleted 3168 to KZ635400: 793.1867055632953\n", - "12:17:10\tCompleted 3213 to KZ193600: 2182.202296525897\n", - "12:17:10\tCompleted 3209 to KZ391600: 2297.1346584964026\n", - "12:17:10\tCompleted 3145 to KZ116800: 308.13986244975644\n", - "12:17:10\tCompleted 3157 to KZ596200: 955.2445217285726\n", - "12:17:10\tCompleted 3156 to KZ394400: 1635.155021351409\n", - "12:17:10\tCompleted 3200 to KZ114800: 2373.1838745447358\n", - "12:17:10\tCompleted 3196 to KZ396200: 2386.8819592622417\n", - "12:17:10\tCompleted 3201 to KZ751710: 694.2411942565208\n", - "12:17:10\tCompleted 3170 to KZ596000: 2085.511948739534\n", - "12:17:10\tCompleted 3191 to KZ116600: 2712.187424171965\n", - "12:17:10\tCompleted 3155 to KZ351000: 1359.2927413572008\n", - "12:17:10\tCompleted 3173 to KZ151000: 2402.9676024329838\n", - "12:17:10\tCompleted 3152 to KZ271000: 4262.217925701706\n", - "12:17:11\tCompleted 3211 to KZ276600: 1947.0279947284619\n", - "12:17:11\tCompleted 3147 to KZ635800: 1648.6817036752718\n", - "12:17:11\tCompleted 3185 to KZ113600: 1475.9884875822318\n", - "12:17:11\tCompleted 3168 to KZ635000: 289.51125797729253\n", - "12:17:11\tCompleted 3145 to KZ111810: 330.0039554728851\n", - "12:17:11\tCompleted 3192 to KZ195800: 4237.732673827293\n", - "12:17:11\tCompleted 3201 to KZ751810: 657.9525378043613\n", - "12:17:11\tCompleted 3197 to KZ553200: 2435.747285099606\n", - "12:17:11\tCompleted 3171 to KZ613900: 3839.269007734162\n", - "12:17:12\tCompleted 3154 to KZ156800: 1845.1935457376276\n", - "12:17:12\tCompleted 3141 to KZ636200: 4386.402568646752\n", - "12:17:12\tCompleted 3175 to KZ315600: 3222.1156283179203\n", - "12:17:12\tCompleted 3215 to KZ393400: 1393.435851142590812:17:12\tCompleted 3188 to KZ474600: 2587.5188336882366\n", - "\n", - "12:17:12\tCompleted 3169 to KZ391600: 1129.9183317702802\n", - "12:17:12\tCompleted 3204 to KZ711210: 1794.1920627532188\n", - "12:17:12\tCompleted 3157 to KZ596400: 729.0395013283467\n", - "12:17:12\tCompleted 3168 to KZ632200: 369.11847393545764\n", - "12:17:12\tCompleted 3143 to KZ791310: 2372.461000322163\n", - "12:17:12\tCompleted 3209 to KZ393600: 2002.3514255539897\n", - "12:17:13\tCompleted 3177 to KZ791110: 1974.7699740303813\n", - "12:17:13\tCompleted 3201 to KZ751910: 640.0775532646946\n", - "12:17:13\tCompleted 3142 to KZ396200: 1546.8712705080468\n", - "12:17:13\tCompleted 3146 to KZ194400: 1655.7007505601819\n", - "12:17:13\tCompleted 3193 to KZ636400: 4851.143945593591\n", - "12:17:13\tCompleted 3176 to KZ595000: 2316.1656666235936\n", - "12:17:13\tCompleted 3202 to KZ636800: 4028.9876473144664\n", - "12:17:13\tCompleted 3214 to KZ633400: 2625.6450814545537\n", - "12:17:13\tCompleted 3181 to KZ391600: 2541.9222950419116\n", - "12:17:13\tCompleted 3207 to KZ191600: 4257.722151040801\n", - "12:17:13\tCompleted 3191 to KZ115600: 2098.5688596516648\n", - "12:17:13\tCompleted 3182 to KZ595800: 2940.1494836664497\n", - "12:17:13\tCompleted 3155 to KZ352000: 1810.1378745269594\n", - "12:17:13\tCompleted 3210 to KZ595600: 2229.6086603245117\n", - "12:17:13\tCompleted 3183 to KZ614600: 1515.324718555672\n", - "12:17:13\tCompleted 3208 to KZ635000: 4301.911621467781\n", - "12:17:14\tCompleted 3186 to KZ196000: 2124.710539474779\n", - "12:17:14\tCompleted 3200 to KZ111010: 2760.9378451113676\n", - "12:17:14\tCompleted 3168 to KZ635200: 555.1163057703202\n", - "12:17:14\tCompleted 3163 to KZ396800: 1400.3200676755941\n", - "12:17:14\tCompleted 3170 to KZ596200: 1714.6042697632001\n", - "12:17:14\tCompleted 3180 to KZ191000: 2840.4251070051105\n", - "12:17:14\tCompleted 3187 to KZ634600: 3576.6247474549973\n", - "12:17:14\tCompleted 3185 to KZ113800: 1655.3345122511319\n", - "12:17:14\tCompleted 3203 to KZ392000: 1846.2943783988903\n", - "12:17:14\tCompleted 3201 to KZ751510: 640.6388293053765\n", - "12:17:14\tCompleted 3215 to KZ391600: 1270.8643530958768\n", - "12:17:14\tCompleted 3189 to KZ551000: 3232.8119809720656\n", - "12:17:14\tCompleted 3196 to KZ396600: 2394.800800053431\n", - "12:17:14\tCompleted 3161 to KZ194800: 1688.0232816928176\n", - "12:17:14\tCompleted 3145 to KZ116600: 1197.09222708821\n", - "12:17:14\tCompleted 3147 to KZ636200: 1402.8097217769998\n", - "12:17:15\tCompleted 3174 to KZ751410: 4128.924343092488\n", - "12:17:15\tCompleted 3216 to KZ475000: 4664.941575221871\n", - "12:17:15\tCompleted 3211 to KZ275000: 1812.7256518308266\n", - "12:17:15\tCompleted 3168 to KZ632400: 402.4738838733725\n", - "12:17:15\tCompleted 3151 to KZ556400: 2900.7246909353216\n", - "12:17:15\tCompleted 3157 to KZ594600: 934.5183528558447\n", - "12:17:15\tCompleted 3164 to KZ475200: 5094.108718473809\n", - "12:17:15\tCompleted 3148 to KZ434400: 2099.5456609688995\n", - "12:17:15\tCompleted 3162 to KZ235600: 3190.741768508549\n", - "12:17:15\tCompleted 3155 to KZ354800: 1135.2330568414231\n", - "12:17:15\tCompleted 3142 to KZ396600: 1458.5764026555157\n", - "12:17:15\tCompleted 3209 to KZ396400: 1836.1863034667736\n", - "12:17:16\tCompleted 3205 to KZ276600: 3531.3288716335464\n", - "12:17:16\tCompleted 3156 to KZ433200: 2224.650596448219\n", - "12:17:16\tCompleted 3213 to KZ194000: 2248.689662371149\n", - "12:17:16\tCompleted 3165 to KZ275400: 3867.52598254375\n", - "12:17:16\tCompleted 3145 to KZ115600: 494.07630367643975\n", - "12:17:16\tCompleted 3169 to KZ393600: 1236.0943175115797\n", - "12:17:16\tCompleted 3171 to KZ612000: 3345.140648399925\n", - "12:17:16\tCompleted 3167 to KZ153400: 1996.4193357483289\n", - "12:17:16\tCompleted 3140 to KZ235200: 3065.7408350056808\n", - "12:17:16\tCompleted 3168 to KZ632800: 602.6824933865487\n", - "12:17:16\tCompleted 3157 to KZ711110: 182.75064644155123\n", - "12:17:16\tCompleted 3143 to KZ791510: 2349.58050075051\n", - "12:17:16\tCompleted 3159 to KZ275800: 2965.220751756329\n", - "12:17:17\tCompleted 3179 to KZ155200: 2619.644332854632\n", - "12:17:17\tCompleted 3175 to KZ316000: 2395.876550454439\n", - "12:17:17\tCompleted 3197 to KZ553600: 2305.7471510963887\n", - "12:17:17\tCompleted 3204 to KZ711310: 1782.0790690414558\n", - "12:17:17\tCompleted 3154 to KZ193200: 1669.9504227277382\n", - "12:17:17\tCompleted 3173 to KZ153200: 2450.963935801889\n", - "12:17:17\tCompleted 3185 to KZ114500: 1486.4567522956859\n", - "12:17:17\tCompleted 3177 to KZ791310: 1952.4884250699836\n", - "12:17:17\tCompleted 3215 to KZ393600: 1534.1208199295331\n", - "12:17:17\tCompleted 3191 to KZ115200: 2292.0509741379165\n", - "12:17:17\tCompleted 3181 to KZ393600: 2579.4397200873123\n", - "12:17:17\tCompleted 3146 to KZ194600: 1600.781592601207\n", - "12:17:17\tCompleted 3152 to KZ274000: 4925.905615640936\n", - "12:17:18\tCompleted 3210 to KZ596000: 1872.4236762714233\n", - "12:17:18\tCompleted 3157 to KZ711410: 208.86314652506297\n", - "12:17:18\tCompleted 3168 to KZ636800: 287.49515872893403\n", - "12:17:18\tCompleted 3145 to KZ115200: 687.5584181627022\n", - "12:17:18\tCompleted 3182 to KZ593400: 3080.5887044833908\n", - "12:17:18\tCompleted 3192 to KZ196000: 4424.513429216226\n", - "12:17:18\tCompleted 3142 to KZ394200: 1235.0530086135539\n", - "12:17:18\tCompleted 3200 to KZ116000: 2810.6405351982553\n", - "12:17:18\tCompleted 3209 to KZ394000: 1903.8874297935613\n", - "12:17:18\tCompleted 3141 to KZ636400: 4803.517229338334\n", - "12:17:18\tCompleted 3193 to KZ631000: 4380.163671570051\n", - "12:17:19\tCompleted 3188 to KZ475000: 2957.847860438014\n", - "12:17:19\tCompleted 3157 to KZ711210: 210.02490795196138\n", - "12:17:19\tCompleted 3203 to KZ395600: 1723.4477276899668\n", - "12:17:19\tCompleted 3155 to KZ355200: 1799.3647627637163\n", - "12:17:19\tCompleted 3207 to KZ195200: 4195.487174175521\n", - "12:17:19\tCompleted 3163 to KZ394800: 1578.9746363736504\n", - "12:17:19\tCompleted 3196 to KZ394200: 2843.7111788071707\n", - "12:17:19\tCompleted 3186 to KZ191000: 2000.029681028435\n", - "12:17:19\tCompleted 3170 to KZ596400: 2509.8664613810615\n", - "12:17:19\tCompleted 3168 to KZ635800: 572.3960466849961\n", - "12:17:19\tCompleted 3208 to KZ632200: 3651.59194023406912:17:19\tCompleted 3183 to KZ614800: 1996.9455239267786\n", - "\n", - "12:17:19\tCompleted 3176 to KZ593600: 2653.600672447753\n", - "12:17:19\tCompleted 3189 to KZ556000: 3280.933363180079\n", - "12:17:19\tCompleted 3147 to KZ636400: 1642.7774337364765\n", - "12:17:20\tCompleted 3161 to KZ195600: 1914.948195481629\n", - "12:17:20\tCompleted 3148 to KZ431000: 1440.3672301153968\n", - "12:17:20\tCompleted 3185 to KZ114000: 1469.3958814989921\n", - "12:17:20\tCompleted 3214 to KZ633600: 2619.8730804646857\n", - "12:17:20\tCompleted 3142 to KZ394400: 1023.040075581358\n", - "12:17:20\tCompleted 3215 to KZ396400: 1506.0449329056814\n", - "12:17:20\tCompleted 3157 to KZ711310: 221.8822674078932\n", - "12:17:20\tCompleted 3202 to KZ635800: 4478.489895011725\n", - "12:17:20\tCompleted 3145 to KZ115400: 908.1311900283592\n", - "12:17:20\tCompleted 3174 to KZ751710: 4169.912374861391\n", - "12:17:20\tCompleted 3169 to KZ396400: 1457.505964184961\n", - "12:17:20\tCompleted 3201 to KZ231000: 4384.06088885811\n", - "12:17:20\tCompleted 3143 to KZ791710: 2347.8043204334776\n", - "12:17:21\tCompleted 3168 to KZ636200: 242.35152216967273\n", - "12:17:21\tCompleted 3171 to KZ614400: 3767.470331722009\n", - "12:17:21\tCompleted 3154 to KZ193400: 1412.6349222148667\n", - "12:17:21\tCompleted 3180 to KZ196200: 2606.0179342137953\n", - "12:17:21\tCompleted 3177 to KZ791510: 1962.606201066252\n", - "12:17:21\tCompleted 3191 to KZ115400: 2512.6237460035672\n", - "12:17:21\tCompleted 3216 to KZ475200: 4675.784536005918\n", - "12:17:21\tCompleted 3211 to KZ274800: 2348.2305632142165\n", - "12:17:21\tCompleted 3151 to KZ554200: 3070.5695927885135\n", - "12:17:21\tCompleted 3187 to KZ634400: 3098.342710366921\n", - "12:17:21\tCompleted 3209 to KZ396800: 2035.3592305839043\n", - "12:17:21\tCompleted 3155 to KZ355600: 1511.109700524312\n", - "12:17:21\tCompleted 3182 to KZ594200: 2753.93062121282\n", - "12:17:22\tCompleted 3164 to KZ471800: 4923.718498313076\n", - "12:17:22\tCompleted 3156 to KZ431900: 1709.5464102303874\n", - "12:17:22\tCompleted 3200 to KZ116400: 2601.996701355912\n", - "12:17:22\tCompleted 3181 to KZ396400: 2800.851366760669\n", - "12:17:22\tCompleted 3205 to KZ275000: 3397.026528735878\n", - "12:17:22\tCompleted 3197 to KZ552200: 2278.28234131287\n", - "12:17:22\tCompleted 3142 to KZ433200: 1320.8532772635176\n", - "12:17:22\tCompleted 3157 to KZ555200: 914.7340124890808\n", - "12:17:22\tCompleted 3213 to KZ196400: 2681.8437690467263\n", - "12:17:22\tCompleted 3210 to KZ596200: 2259.4231259425956\n", - "12:17:22\tCompleted 3168 to KZ636400: 901.5447320149951\n", - "12:17:22\tCompleted 3175 to KZ316600: 3043.86741453846\n", - "12:17:22\tCompleted 3167 to KZ153600: 2779.018380939001\n", - "12:17:22\tCompleted 3165 to KZ273600: 3035.4852415262885\n", - "12:17:23\tCompleted 3146 to KZ194800: 1733.7702946022673\n", - "12:17:23\tCompleted 3179 to KZ156400: 2323.449450316306\n", - "12:17:23\tCompleted 3173 to KZ153400: 2036.832539231609612:17:23\tCompleted 3185 to KZ117000: 1392.028224945596\n", - "\n", - "12:17:23\tCompleted 3140 to KZ235600: 3160.7786010260857\n", - "12:17:23\tCompleted 3147 to KZ631000: 1348.944108445046\n", - "12:17:23\tCompleted 3162 to KZ233600: 3196.5037573086734\n", - "12:17:23\tCompleted 3215 to KZ394000: 1573.7460592324692\n", - "12:17:23\tCompleted 3170 to KZ594600: 1809.017188663837\n", - "12:17:23\tCompleted 3159 to KZ276000: 3381.051777511364\n", - "12:17:23\tCompleted 3204 to KZ555200: 2545.2867214039975\n", - "12:17:23\tCompleted 3163 to KZ395000: 1506.9500460646166\n", - "12:17:23\tCompleted 3196 to KZ394400: 2923.598389941925\n", - "12:17:24\tCompleted 3209 to KZ394800: 1778.4363583314457\n", - "12:17:24\tCompleted 3168 to KZ631000: 214.65586214111644\n", - "12:17:24\tCompleted 3176 to KZ595200: 2189.9567741736782\n", - "12:17:24\tCompleted 3155 to KZ352100: 1555.8901072671229\n", - "12:17:24\tCompleted 3154 to KZ193600: 1258.0764448504594\n", - "12:17:24\tCompleted 3157 to KZ551600: 648.1672905035347\n", - "12:17:24\tCompleted 3141 to KZ631000: 4332.536955314797\n", - "12:17:24\tCompleted 3183 to KZ615400: 1738.1092910173304\n", - "12:17:24\tCompleted 3148 to KZ435200: 1516.6735363438122\n", - "12:17:24\tCompleted 3186 to KZ196200: 1919.7121496638063\n", - "12:17:24\tCompleted 3142 to KZ431900: 1195.3587798818637\n", - "12:17:25\tCompleted 3152 to KZ274200: 5033.221603800751\n", - "12:17:25\tCompleted 3182 to KZ596600: 2506.193754097165\n", - "12:17:25\tCompleted 3164 to KZ593200: 2041.169014082093\n", - "12:17:25\tCompleted 3171 to KZ614600: 3492.578029306603\n", - "12:17:25\tCompleted 3177 to KZ791710: 1934.1062617159632\n", - "12:17:25\tCompleted 3143 to KZ611600: 2604.6648557085905\n", - "12:17:25\tCompleted 3193 to KZ634600: 4838.8931990355095\n", - "12:17:25\tCompleted 3211 to KZ275800: 1817.813387202633\n", - "12:17:25\tCompleted 3208 to KZ635200: 4567.516669260822\n", - "12:17:25\tCompleted 3207 to KZ195000: 4641.616333492498\n", - "12:17:25\tCompleted 3168 to KZ634600: 646.1732830203226\n", - "12:17:25\tCompleted 3185 to KZ114400: 1518.2680650541952\n", - "12:17:25\tCompleted 3151 to KZ791110: 2159.231427738671\n", - "12:17:26\tCompleted 3188 to KZ475200: 2968.6908212220633\n", - "12:17:26\tCompleted 3169 to KZ394000: 1689.4408135507874\n", - "12:17:26\tCompleted 3202 to KZ636200: 4147.403217213585\n", - "12:17:26\tCompleted 3200 to KZ116800: 2928.228046917375\n", - "12:17:26\tCompleted 3162 to KZ633200: 1040.339958144908\n", - "12:17:26\tCompleted 3203 to KZ395800: 2025.8318030964394\n", - "12:17:26\tCompleted 3189 to KZ556800: 3481.6212880520166\n", - "12:17:26\tCompleted 3174 to KZ751810: 4116.156218938339\n", - "12:17:26\tCompleted 3157 to KZ553200: 767.1152839102422\n", - "12:17:26\tCompleted 3145 to KZ151000: 2293.3397670465574\n", - "12:17:26\tCompleted 3210 to KZ596400: 1880.319118035846\n", - "12:17:26\tCompleted 3161 to KZ195800: 1779.2537958316\n", - "12:17:26\tCompleted 3191 to KZ151000: 3897.8323230217106\n", - "12:17:26\tCompleted 3155 to KZ352200: 1406.6493590486552\n", - "12:17:26\tCompleted 3153 to KZ113200: 366.01524884892456\n", - "12:17:26\tCompleted 3181 to KZ394000: 3032.78621612649\n", - "12:17:26\tCompleted 3187 to KZ313600: 2249.611073831809\n", - "12:17:26\tCompleted 3209 to KZ395000: 2097.34768312975\n", - "12:17:27\tCompleted 3163 to KZ395200: 1038.9145609897466\n", - "12:17:27\tCompleted 3215 to KZ396800: 1705.2178600228121\n", - "12:17:27\tCompleted 3156 to KZ434600: 1743.2109806567678\n", - "12:17:27\tCompleted 3216 to KZ471800: 4505.394315845186\n", - "12:17:27\tCompleted 3201 to KZ234000: 4592.6713662258\n", - "12:17:27\tCompleted 3168 to KZ634400: 167.89124593220671\n", - "12:17:27\tCompleted 3214 to KZ633800: 2880.2247428409355\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:17:27\tCompleted 3142 to KZ434600: 1233.258304132069\n", - "12:17:27\tCompleted 3175 to KZ316200: 2546.5966825299415\n", - "12:17:27\tCompleted 3213 to KZ196800: 2150.0021668055792\n", - "12:17:27\tCompleted 3192 to KZ191000: 4116.124276323153\n", - "12:17:28\tCompleted 3197 to KZ554600: 2334.4726798855463\n", - "12:17:28\tCompleted 3153 to KZ113400: 157.23617774675162\n", - "12:17:28\tCompleted 3157 to KZ553600: 496.7487175867774\n", - "12:17:28\tCompleted 3170 to KZ711110: 2157.849138474271\n", - "12:17:28\tCompleted 3147 to KZ634600: 1749.7535857167686\n", - "12:17:28\tCompleted 3164 to KZ595800: 2145.0886241224703\n", - "12:17:28\tCompleted 3154 to KZ194000: 1452.1046252820522\n", - "12:17:28\tCompleted 3176 to KZ591000: 2306.9126182963912:17:28\tCompleted 3183 to KZ615200: 1475.5259375190506\n", - "\n", - "12:17:28\tCompleted 3182 to KZ595000: 2780.51463144168\n", - "12:17:28\tCompleted 3185 to KZ114600: 1511.7029893775036\n", - "12:17:28\tCompleted 3167 to KZ154000: 2300.3646585351503\n", - "12:17:28\tCompleted 3180 to KZ192600: 2879.3688620338044\n", - "12:17:29\tCompleted 3148 to KZ434800: 1431.6966262688957\n", - "12:17:29\tCompleted 3177 to KZ611600: 1883.2809228632866\n", - "12:17:29\tCompleted 3146 to KZ195600: 1960.69520839108\n", - "12:17:29\tCompleted 3205 to KZ274800: 3932.5314401192945\n", - "12:17:29\tCompleted 3165 to KZ276600: 3117.3104882252746\n", - "12:17:29\tCompleted 3179 to KZ155600: 2371.6142065327253\n", - "12:17:29\tCompleted 3143 to KZ613600: 2458.2923034706787\n", - "12:17:29\tCompleted 3173 to KZ153600: 2814.837965122986\n", - "12:17:29\tCompleted 3153 to KZ113600: 432.5089067933879\n", - "12:17:29\tCompleted 3204 to KZ551600: 2278.7199994184703\n", - "12:17:29\tCompleted 3215 to KZ394800: 1445.4906334472137\n", - "12:17:29\tCompleted 3157 to KZ552200: 609.6503401234881\n", - "12:17:29\tCompleted 3142 to KZ434400: 1270.1833164761633\n", - "12:17:29\tCompleted 3209 to KZ395200: 2175.548415864323\n", - "12:17:30\tCompleted 3200 to KZ111810: 2967.75884796386612:17:30\tCompleted 3171 to KZ614800: 3732.2880345642834\n", - "\n", - "12:17:30\tCompleted 3169 to KZ396800: 1435.533271111191\n", - "12:17:30\tCompleted 3151 to KZ791310: 2136.949878778271\n", - "12:17:30\tCompleted 3159 to KZ276200: 3100.4379907774596\n", - "12:17:30\tCompleted 3140 to KZ233600: 3166.54058982621\n", - "12:17:30\tCompleted 3203 to KZ392400: 1752.0187291227796\n", - "12:17:30\tCompleted 3155 to KZ352300: 2186.6049435120703\n", - "12:17:30\tCompleted 3163 to KZ391000: 1234.6208254987207\n", - "12:17:30\tCompleted 3216 to KZ593200: 2140.645104102904\n", - "12:17:30\tCompleted 3181 to KZ396800: 2778.8786736869033\n", - "12:17:31\tCompleted 3161 to KZ196000: 1552.5529351692894\n", - "12:17:31\tCompleted 3210 to KZ594600: 2238.6969570698607\n", - "12:17:31\tCompleted 3211 to KZ276000: 2233.6444129576957\n", - "12:17:31\tCompleted 3193 to KZ634400: 4360.611161947354\n", - "12:17:31\tCompleted 3141 to KZ634600: 4791.266482780244\n", - "12:17:31\tCompleted 3153 to KZ113800: 611.854931462288\n", - "12:17:31\tCompleted 3164 to KZ593400: 1905.8993111500758\n", - "12:17:31\tCompleted 3162 to KZ634800: 1761.3438800880517\n", - "12:17:31\tCompleted 3186 to KZ192600: 2055.385525127309\n", - "12:17:31\tCompleted 3157 to KZ554600: 704.9220639156898\n", - "12:17:31\tCompleted 3191 to KZ153200: 3948.025930450458\n", - "12:17:31\tCompleted 3208 to KZ632400: 4360.173706454425\n", - "12:17:31\tCompleted 3196 to KZ433200: 3407.766728401077\n", - "12:17:31\tCompleted 3175 to KZ311000: 2407.16794290082312:17:31\tCompleted 3168 to KZ313600: 2230.4644744657644\n", - "\n", - "12:17:31\tCompleted 3189 to KZ554800: 3485.597848899737\n", - "12:17:31\tCompleted 3147 to KZ634400: 1329.3915988223437\n", - "12:17:32\tCompleted 3187 to KZ314000: 2032.0448091881183\n", - "12:17:32\tCompleted 3174 to KZ751910: 4137.297135288749\n", - "12:17:32\tCompleted 3202 to KZ636400: 4564.51787790516512:17:32\tCompleted 3209 to KZ391000: 1987.1149270724582\n", - "\n", - "12:17:32\tCompleted 3145 to KZ153200: 2343.5333744753048\n", - "12:17:32\tCompleted 3207 to KZ194400: 4464.902204257264\n", - "12:17:32\tCompleted 3176 to KZ595600: 2178.418104620702\n", - "12:17:32\tCompleted 3142 to KZ431000: 1555.843871596945\n", - "12:17:32\tCompleted 3188 to KZ471800: 2798.3006010613376\n", - "12:17:32\tCompleted 3182 to KZ593600: 3117.9496372658396\n", - "12:17:32\tCompleted 3156 to KZ434400: 2086.1603796185027\n", - "12:17:33\tCompleted 3177 to KZ613600: 1937.4760595071086\n", - "12:17:33\tCompleted 3153 to KZ114500: 478.9769469163256\n", - "12:17:33\tCompleted 3155 to KZ352800: 1433.771781745622\n", - "12:17:33\tCompleted 3213 to KZ191600: 2175.800142865665\n", - "12:17:33\tCompleted 3185 to KZ114800: 1984.9026867949399\n", - "12:17:33\tCompleted 3215 to KZ395000: 1767.2063125686584\n", - "12:17:33\tCompleted 3154 to KZ196400: 1661.9563739263504\n", - "12:17:33\tCompleted 3140 to KZ633200: 1034.9551818340576\n", - "12:17:33\tCompleted 3170 to KZ711410: 2147.9833592952446\n", - "12:17:33\tCompleted 3143 to KZ614000: 2405.15225655635\n", - "12:17:33\tCompleted 3200 to KZ116600: 2786.5609497721744\n", - "12:17:33\tCompleted 3210 to KZ711110: 1486.92925065558\n", - "12:17:34\tCompleted 3192 to KZ196200: 3881.717103531837\n", - "12:17:34\tCompleted 3201 to KZ234200: 5043.617072746771\n", - "12:17:34\tCompleted 3179 to KZ156800: 1557.844267391277\n", - "12:17:34\tCompleted 3197 to KZ555600: 2859.279876093065\n", - "12:17:34\tCompleted 3214 to KZ634000: 3121.404834975747\n", - "12:17:34\tCompleted 3157 to KZ555600: 1050.2814425834674\n", - "12:17:34\tCompleted 3162 to KZ633400: 940.0591837023666\n", - "12:17:34\tCompleted 3216 to KZ595800: 2244.564714143279\n", - "12:17:34\tCompleted 3183 to KZ616400: 2448.1184884151025\n", - "12:17:34\tCompleted 3171 to KZ615400: 3728.693659645754\n", - "12:17:34\tCompleted 3148 to KZ433600: 1631.5393898107966\n", - "12:17:34\tCompleted 3153 to KZ114000: 425.91630071014816\n", - "12:17:34\tCompleted 3163 to KZ395400: 1277.9847204240345\n", - "12:17:34\tCompleted 3146 to KZ195800: 1825.000808741051\n", - "12:17:34\tCompleted 3164 to KZ594200: 2134.33363583384\n", - "12:17:35\tCompleted 3209 to KZ395400: 2025.4913112711176\n", - "12:17:35\tCompleted 3161 to KZ191000: 1427.8720767229443\n", - "12:17:35\tCompleted 3188 to KZ593200: 1038.4493434786293\n", - "12:17:35\tCompleted 3205 to KZ275800: 3402.1142641077163\n", - "12:17:35\tCompleted 3167 to KZ154200: 2603.0006975044726\n", - "12:17:35\tCompleted 3151 to KZ791510: 2147.0676547745393\n", - "12:17:35\tCompleted 3173 to KZ154000: 2340.777862018429\n", - "12:17:35\tCompleted 3169 to KZ394800: 1614.1878398092472\n", - "12:17:35\tCompleted 3165 to KZ275000: 2993.6252488995297\n", - "12:17:35\tCompleted 3181 to KZ394800: 2957.533242384964\n", - "12:17:35\tCompleted 3211 to KZ276200: 1953.0306262237748\n", - "12:17:35\tCompleted 3142 to KZ435200: 1646.6556649870074\n", - "12:17:36\tCompleted 3204 to KZ553200: 2397.667992825167\n", - "12:17:36\tCompleted 3180 to KZ196600: 2925.084586089076\n", - "12:17:36\tCompleted 3155 to KZ356400: 1626.6787294976582\n", - "12:17:36\tCompleted 3168 to KZ314000: 2088.821110317377\n", - "12:17:36\tCompleted 3157 to KZ551000: 684.7429349738705\n", - "12:17:36\tCompleted 3153 to KZ117000: 348.54864415675206\n", - "12:17:36\tCompleted 3193 to KZ313600: 3511.8795254121856\n", - "12:17:36\tCompleted 3185 to KZ111010: 1522.254811224989\n", - "12:17:36\tCompleted 3203 to KZ396200: 1560.4418150965614\n", - "12:17:36\tCompleted 3182 to KZ595200: 2654.305738991765\n", - "12:17:36\tCompleted 3210 to KZ711410: 1513.0417507390916\n", - "12:17:36\tCompleted 3215 to KZ395200: 1597.2133864326292\n", - "12:17:36\tCompleted 3176 to KZ596000: 2397.2138100538036\n", - "12:17:36\tCompleted 3196 to KZ431900: 2888.7228955058736\n", - "12:17:37\tCompleted 3156 to KZ431000: 1426.981948765\n", - "12:17:37\tCompleted 3154 to KZ196800: 1262.375362184701\n", - "12:17:37\tCompleted 3191 to KZ153400: 3531.697259820335\n", - "12:17:37\tCompleted 3162 to KZ633600: 975.0952759346546\n", - "12:17:37\tCompleted 3147 to KZ313600: 1684.8559943136506\n", - "12:17:37\tCompleted 3175 to KZ315000: 2819.8398170400383\n", - "12:17:37\tCompleted 3208 to KZ632800: 4110.400580949614\n", - "12:17:37\tCompleted 3200 to KZ115600: 2785.60399432166\n", - "12:17:37\tCompleted 3209 to KZ392000: 1822.3971853176513\n", - "12:17:37\tCompleted 3189 to KZ556400: 3424.0506497879132\n", - "12:17:37\tCompleted 3159 to KZ271000: 3118.1309461916753\n", - "12:17:37\tCompleted 3141 to KZ634400: 4312.984445692088\n", - "12:17:37\tCompleted 3216 to KZ593400: 2053.9519767911434\n", - "12:17:37\tCompleted 3177 to KZ614000: 1982.8348981796846\n", - "12:17:37\tCompleted 3145 to KZ153400: 1927.2047038451797\n", - "12:17:38\tCompleted 3153 to KZ114400: 474.78848426535137\n", - "12:17:38\tCompleted 3202 to KZ631000: 4093.5376038816294\n", - "12:17:38\tCompleted 3170 to KZ711210: 2145.3391287372215\n", - "12:17:38\tCompleted 3157 to KZ556000: 732.8643171818877\n", - "12:17:38\tCompleted 3143 to KZ613900: 2683.075528572786\n", - "12:17:38\tCompleted 3164 to KZ596600: 2235.2191534105928\n", - "12:17:38\tCompleted 3187 to KZ314800: 2531.332114062547\n", - "12:17:38\tCompleted 3171 to KZ615200: 3544.277228350207\n", - "12:17:38\tCompleted 3140 to KZ634800: 1755.9591037772013\n", - "12:17:38\tCompleted 3213 to KZ195200: 2113.5651660003973\n", - "12:17:38\tCompleted 3186 to KZ196600: 2238.7788015390915\n", - "12:17:38\tCompleted 3163 to KZ392000: 1394.9084155042738\n", - "12:17:38\tCompleted 3142 to KZ434800: 1568.2219007102822\n", - "12:17:39\tCompleted 3168 to KZ314800: 1528.8209977670715\n", - "12:17:39\tCompleted 3155 to KZ352400: 1385.1861396394027\n", - "12:17:39\tCompleted 3188 to KZ595800: 1409.2696863450822\n", - "12:17:39\tCompleted 3185 to KZ116000: 1491.085892347728\n", - "12:17:39\tCompleted 3151 to KZ791710: 2118.567715424253\n", - "12:17:39\tCompleted 3146 to KZ196000: 1454.0771038540252\n", - "12:17:39\tCompleted 3207 to KZ194600: 4475.419170261761\n", - "12:17:39\tCompleted 3161 to KZ196200: 1423.2382255361406\n", - "12:17:39\tCompleted 3210 to KZ711210: 1514.20351216599\n", - "12:17:39\tCompleted 3183 to KZ615600: 1744.2618010032486\n", - "12:17:39\tCompleted 3179 to KZ193200: 1715.5904154815528\n", - "12:17:39\tCompleted 3174 to KZ751510: 4125.813073187833\n", - "12:17:39\tCompleted 3197 to KZ551000: 2353.374936163238\n", - "12:17:39\tCompleted 3169 to KZ395000: 1542.1632495002134\n", - "12:17:40\tCompleted 3148 to KZ434000: 1793.2977580326651\n", - "12:17:40\tCompleted 3153 to KZ114600: 583.1875766527812\n", - "12:17:40\tCompleted 3215 to KZ391000: 1656.973556511366\n", - "12:17:40\tCompleted 3181 to KZ395000: 2885.5086520759173\n", - "12:17:40\tCompleted 3176 to KZ596200: 2001.9970761163486\n", - "12:17:40\tCompleted 3182 to KZ591000: 2771.2615831144767\n", - "12:17:40\tCompleted 3162 to KZ633800: 1194.6388450887666\n", - "12:17:40\tCompleted 3192 to KZ192600: 4155.06803135185\n", - "12:17:40\tCompleted 3211 to KZ271000: 1970.7235816380032\n", - "12:17:40\tCompleted 3209 to KZ395600: 2135.9633912986137\n", - "12:17:41\tCompleted 3157 to KZ556800: 933.5522420538298\n", - "12:17:41\tCompleted 3154 to KZ191600: 1314.3647682507096\n", - "12:17:41\tCompleted 3174 to KZ231000: 592.041953999083\n", - "12:17:41\tCompleted 3200 to KZ115200: 2391.1048002216467\n", - "12:17:41\tCompleted 3156 to KZ435200: 1503.2882549934154\n", - "12:17:41\tCompleted 3201 to KZ234600: 5158.787371184876\n", - "12:17:41\tCompleted 3164 to KZ595000: 2069.6591720983074\n", - "12:17:41\tCompleted 3214 to KZ635400: 3629.6407485474247\n", - "12:17:41\tCompleted 3216 to KZ594200: 2233.8097258546513\n", - "12:17:41\tCompleted 3167 to KZ156000: 2176.249929872693\n", - "12:17:41\tCompleted 3193 to KZ314000: 3294.3132607684956\n", - "12:17:41\tCompleted 3196 to KZ434600: 2922.3874659322514\n", - "12:17:41\tCompleted 3205 to KZ276000: 3817.9452898627515\n", - "12:17:41\tCompleted 3140 to KZ633400: 934.6744073915163\n", - "12:17:41\tCompleted 3142 to KZ433600: 1383.865428860131\n", - "12:17:42\tCompleted 3173 to KZ154200: 2643.4139009877513\n", - "12:17:42\tCompleted 3147 to KZ314000: 1543.2126301652643\n", - "12:17:42\tCompleted 3168 to KZ315400: 1751.487454690549\n", - "12:17:42\tCompleted 3163 to KZ395600: 1272.0617647953502\n", - "12:17:42\tCompleted 3210 to KZ711310: 1526.060871621922\n", - "12:17:42\tCompleted 3204 to KZ553600: 2229.641812037068\n", - "12:17:42\tCompleted 3188 to KZ593400: 1221.1306487497404\n", - "12:17:42\tCompleted 3175 to KZ314200: 2412.6431738361575\n", - "12:17:42\tCompleted 3174 to KZ234000: 487.9799875980034\n", - "12:17:42\tCompleted 3185 to KZ116400: 1613.4872401072473\n", - "12:17:42\tCompleted 3203 to KZ396600: 1568.3606558877607\n", - "12:17:42\tCompleted 3180 to KZ194200: 2553.1756479113474\n", - "12:17:42\tCompleted 3169 to KZ395200: 1074.1277644253435\n", - "12:17:42\tCompleted 3170 to KZ711310: 2135.5991880443357\n", - "12:17:42\tCompleted 3141 to KZ313600: 3512.4261783964857\n", - "12:17:43\tCompleted 3143 to KZ612000: 2551.786989601250312:17:43\tCompleted 3165 to KZ274800: 3518.5130567110227\n", - "\n", - "12:17:43\tCompleted 3177 to KZ613900: 2219.754895349402\n", - "12:17:43\tCompleted 3191 to KZ153600: 4314.296305010991\n", - "12:17:43\tCompleted 3146 to KZ191000: 1473.619089632394\n", - "12:17:43\tCompleted 3153 to KZ114800: 941.4231060060963\n", - "12:17:43\tCompleted 3157 to KZ554800: 938.2477300982854\n", - "12:17:43\tCompleted 3161 to KZ192600: 1483.2279208218183\n", - "12:17:43\tCompleted 3171 to KZ616400: 4245.898780545622\n", - "12:17:43\tCompleted 3183 to KZ615800: 1416.6025355899137\n", - "12:17:43\tCompleted 3151 to KZ611600: 2067.7423765715835\n", - "12:17:43\tCompleted 3208 to KZ636800: 4135.294162478233\n", - "12:17:43\tCompleted 3182 to KZ595600: 2642.7670694387966\n", - "12:17:43\tCompleted 3187 to KZ315400: 2218.5709953825954\n", - "12:17:43\tCompleted 3215 to KZ395400: 1695.3499407100255\n", - "12:17:44\tCompleted 3186 to KZ194200: 1740.7285437116338\n", - "12:17:44\tCompleted 3189 to KZ554200: 3593.895551641105\n", - "12:17:44\tCompleted 3181 to KZ395200: 2417.473167001083\n", - "12:17:44\tCompleted 3174 to KZ234200: 1094.7512464571157\n", - "12:17:44\tCompleted 3155 to KZ356000: 2303.87542892754\n", - "12:17:44\tCompleted 3209 to KZ395800: 2391.121503067336\n", - "12:17:44\tCompleted 3145 to KZ153600: 2709.8037490358597\n", - "12:17:44\tCompleted 3200 to KZ115400: 2373.964036745763\n", - "12:17:44\tCompleted 3140 to KZ633600: 935.3364881542213\n", - "12:17:44\tCompleted 3210 to KZ555200: 1131.85460255721\n", - "12:17:44\tCompleted 3162 to KZ634000: 1435.8189372235863\n", - "12:17:44\tCompleted 3164 to KZ593600: 2184.2077763826014\n", - "12:17:44\tCompleted 3179 to KZ193400: 1641.019677112299\n", - "12:17:45\tCompleted 3159 to KZ274000: 3781.8186361308817\n", - "12:17:45\tCompleted 3154 to KZ195200: 1335.4190973280063\n", - "12:17:45\tCompleted 3185 to KZ116800: 1401.0883864152215\n", - "12:17:45\tCompleted 3176 to KZ596400: 2867.9055666244362\n", - "12:17:45\tCompleted 3202 to KZ634600: 4552.267131347059\n", - "12:17:45\tCompleted 3188 to KZ594200: 1235.4587500816488\n", - "12:17:45\tCompleted 3153 to KZ111010: 478.77523043614497\n", - "12:17:45\tCompleted 3216 to KZ596600: 2334.6952434313976\n", - "12:17:45\tCompleted 3197 to KZ556000: 2401.4963183712516\n", - "12:17:45\tCompleted 3156 to KZ434800: 1418.311344918499\n", - "12:17:45\tCompleted 3142 to KZ434000: 2119.069122025333\n", - "12:17:45\tCompleted 3157 to KZ556400: 875.9816037897276\n", - "12:17:46\tCompleted 3207 to KZ194800: 4743.534822315766\n", - "12:17:46\tCompleted 3168 to KZ315600: 2024.9530723687667\n", - "12:17:46\tCompleted 3213 to KZ195000: 2565.1952695410414\n", - "12:17:46\tCompleted 3169 to KZ391000: 1269.8340289343175\n", - "12:17:46\tCompleted 3200 to KZ151000: 910.7826546396872\n", - "12:17:46\tCompleted 3174 to KZ234600: 1206.6050573096181\n", - "12:17:46\tCompleted 3177 to KZ612000: 1725.6265360151535\n", - "12:17:46\tCompleted 3147 to KZ314800: 1243.3316264576085\n", - "12:17:47\tCompleted 3163 to KZ395800: 1574.4458402018229\n", - "12:17:47\tCompleted 3215 to KZ392000: 1492.2558147565592\n", - "12:17:47\tCompleted 3196 to KZ434400: 3265.336864893977\n", - "12:17:47\tCompleted 3192 to KZ196600: 4200.783755407124\n", - "12:17:47\tCompleted 3209 to KZ392400: 1921.5978129974028\n", - "12:17:47\tCompleted 3143 to KZ614400: 2609.608328012582\n", - "12:17:47\tCompleted 3210 to KZ551600: 1189.8155061884365\n", - "12:17:47\tCompleted 3148 to KZ471000: 3618.223871231576\n", - "12:17:47\tCompleted 3153 to KZ116000: 447.6063115588844\n", - "12:17:47\tCompleted 3175 to KZ353200: 2528.0309102684137\n", - "12:17:47\tCompleted 3193 to KZ314800: 3793.600565642925\n", - "12:17:47\tCompleted 3155 to KZ354400: 2151.5092744852186\n", - "12:17:47\tCompleted 3167 to KZ154600: 2474.3873606178076\n", - "12:17:47\tCompleted 3201 to KZ234800: 4292.488747020381\n", - "12:17:47\tCompleted 3211 to KZ274000: 2624.3817653575184\n", - "12:17:47\tCompleted 3146 to KZ196200: 1468.9852384455917\n", - "12:17:47\tCompleted 3188 to KZ596600: 910.5365827797852\n", - "12:17:47\tCompleted 3182 to KZ596000: 2861.5627748718985\n", - "12:17:47\tCompleted 3154 to KZ195000: 1263.959606153411\n", - "12:17:48\tCompleted 3140 to KZ633800: 1189.2540687779162\n", - "12:17:48\tCompleted 3204 to KZ552200: 2240.203049038431\n", - "12:17:48\tCompleted 3173 to KZ156000: 2216.6631333559717\n", - "12:17:48\tCompleted 3179 to KZ193600: 1228.0327574264463\n", - "12:17:48\tCompleted 3203 to KZ394200: 2015.897150858188\n", - "12:17:48\tCompleted 3181 to KZ391000: 2613.179431510042\n", - "12:17:48\tCompleted 3200 to KZ153200: 847.6966590078304\n", - "12:17:48\tCompleted 3185 to KZ111810: 1421.5985973013806\n", - "12:17:48\tCompleted 3141 to KZ314000: 3294.859913752796\n", - "12:17:48\tCompleted 3189 to KZ791110: 2682.1610413517633\n", - "12:17:48\tCompleted 3174 to KZ234800: 816.8791863879717\n", - "12:17:48\tCompleted 3164 to KZ595200: 2181.6579094398317\n", - "12:17:48\tCompleted 3157 to KZ554200: 1084.9078908624192\n", - "12:17:48\tCompleted 3151 to KZ613600: 2121.9375132154005\n", - "12:17:48\tCompleted 3191 to KZ154000: 3835.642582607156\n", - "12:17:48\tCompleted 3205 to KZ276200: 3537.331503128847\n", - "12:17:48\tCompleted 3161 to KZ196600: 1742.3048774114334\n", - "12:17:48\tCompleted 3171 to KZ615600: 3856.339214769737\n", - "12:17:48\tCompleted 3183 to KZ612600: 1588.756269135824\n", - "12:17:48\tCompleted 3142 to KZ471000: 1631.6438148792863\n", - "12:17:48\tCompleted 3170 to KZ555200: 2879.4140472654794\n", - "12:17:49\tCompleted 3176 to KZ594600: 2096.4099950169825\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:17:49\tCompleted 3153 to KZ116400: 570.0076593184036\n", - "12:17:49\tCompleted 3186 to KZ751210: 1838.9467230201099\n", - "12:17:49\tCompleted 3216 to KZ595000: 2169.135262119115\n", - "12:17:49\tCompleted 3174 to KZ235200: 792.4373206162156\n", - "12:17:49\tCompleted 3165 to KZ275800: 2988.0958806994445\n", - "12:17:49\tCompleted 3180 to KZ751210: 2507.9752704961743\n", - "12:17:49\tCompleted 3162 to KZ635400: 1944.0548507952926\n", - "12:17:49\tCompleted 3145 to KZ154000: 2231.1500266320027\n", - "12:17:50\tCompleted 3169 to KZ395400: 1313.1979238596314\n", - "12:17:50\tCompleted 3187 to KZ315600: 2738.012508203236\n", - "12:17:50\tCompleted 3208 to KZ635800: 4584.79641017550612:17:50\tCompleted 3209 to KZ396200: 2361.626735507127\n", - "\n", - "12:17:50\tCompleted 3210 to KZ553200: 1482.0118118715925\n", - "12:17:50\tCompleted 3156 to KZ433600: 1618.1541084603998\n", - "12:17:50\tCompleted 3163 to KZ392400: 1300.632766228163\n", - "12:17:50\tCompleted 3153 to KZ116800: 357.60880562637794\n", - "12:17:50\tCompleted 3200 to KZ153400: 1541.137317205533\n", - "12:17:50\tCompleted 3174 to KZ235600: 448.91351002418685\n", - "12:17:50\tCompleted 3168 to KZ316000: 2350.054092473314\n", - "12:17:51\tCompleted 3182 to KZ596200: 2466.34604093445\n", - "12:17:51\tCompleted 3188 to KZ595000: 1274.759116456703912:17:51\tCompleted 3147 to KZ315400: 1205.878974538436\n", - "\n", - "12:17:51\tCompleted 3142 to KZ473600: 1165.233706197724\n", - "12:17:51\tCompleted 3155 to KZ351800: 2172.5439891282363\n", - "12:17:51\tCompleted 3215 to KZ395600: 1805.822020737529\n", - "12:17:51\tCompleted 3143 to KZ614600: 2399.259955481173\n", - "12:17:51\tCompleted 3177 to KZ614400: 2147.956219337249\n", - "12:17:51\tCompleted 3164 to KZ591000: 2071.873638192374\n", - "12:17:51\tCompleted 3140 to KZ634000: 1430.434160912736\n", - "12:17:51\tCompleted 3196 to KZ431000: 2607.0282825313693\n", - "12:17:51\tCompleted 3161 to KZ194200: 1244.2546195839682\n", - "12:17:52\tCompleted 3146 to KZ192600: 1528.974933731268\n", - "12:17:52\tCompleted 3197 to KZ556800: 2602.184243243189\n", - "12:17:52\tCompleted 3179 to KZ194000: 1422.0609378580386\n", - "12:17:52\tCompleted 3181 to KZ395400: 2656.5433264353546\n", - "12:17:52\tCompleted 3202 to KZ634400: 4073.9850942589155\n", - "12:17:52\tCompleted 3153 to KZ111810: 379.4728986495066\n", - "12:17:52\tCompleted 3214 to KZ635000: 3156.9739586357946\n", - "12:17:52\tCompleted 3200 to KZ153600: 758.2828278924824\n", - "12:17:52\tCompleted 3189 to KZ791310: 2659.8794923913633\n", - "12:17:52\tCompleted 3151 to KZ614000: 2167.2963518879724\n", - "12:17:52\tCompleted 3185 to KZ116600: 2081.4164936238035\n", - "12:17:52\tCompleted 3174 to KZ233600: 1046.873951232378\n", - "12:17:52\tCompleted 3157 to KZ791110: 1538.9946023410735\n", - "12:17:52\tCompleted 3183 to KZ616000: 1381.4978908358637\n", - "12:17:52\tCompleted 3154 to KZ194400: 1586.3951589930018\n", - "12:17:52\tCompleted 3207 to KZ195600: 4820.315390070978\n", - "12:17:52\tCompleted 3192 to KZ194200: 3828.8748172294027\n", - "12:17:53\tCompleted 3171 to KZ615800: 3623.515558051648\n", - "12:17:53\tCompleted 3176 to KZ711110: 2515.8882437176535\n", - "12:17:53\tCompleted 3210 to KZ553600: 1366.349198797717\n", - "12:17:53\tCompleted 3193 to KZ315400: 3480.8394469629734\n", - "12:17:53\tCompleted 3159 to KZ274200: 3889.134624290648\n", - "12:17:53\tCompleted 3216 to KZ593600: 2283.6838664034135\n", - "12:17:53\tCompleted 3175 to KZ353600: 3255.3321105283517\n", - "12:17:53\tCompleted 3201 to KZ235200: 4340.128594383748\n", - "12:17:53\tCompleted 3141 to KZ314800: 3794.1472186272254\n", - "12:17:53\tCompleted 3167 to KZ154800: 2357.5680408697813\n", - "12:17:53\tCompleted 3163 to KZ396200: 1109.0558522019448\n", - "12:17:53\tCompleted 3209 to KZ396600: 2273.33186765459\n", - "12:17:53\tCompleted 3203 to KZ394400: 2097.15824577628\n", - "12:17:53\tCompleted 3213 to KZ194400: 2382.9801960820964\n", - "12:17:53\tCompleted 3148 to KZ473600: 3199.249105208633\n", - "12:17:54\tCompleted 3169 to KZ392000: 1430.1216189398706\n", - "12:17:54\tCompleted 3204 to KZ554600: 2316.3084663231734\n", - "12:17:54\tCompleted 3162 to KZ635000: 1471.3880608836582\n", - "12:17:54\tCompleted 3142 to KZ474200: 1659.293209922833\n", - "12:17:54\tCompleted 3200 to KZ154000: 1020.8630766273976\n", - "12:17:54\tCompleted 3168 to KZ316600: 1898.8615534321195\n", - "12:17:54\tCompleted 3186 to KZ751110: 1846.5521051767892\n", - "12:17:54\tCompleted 3173 to KZ154600: 2514.8005641010864\n", - "12:17:54\tCompleted 3187 to KZ316000: 1911.7734303397428\n", - "12:17:54\tCompleted 3191 to KZ154200: 4138.278621576478\n", - "12:17:55\tCompleted 3188 to KZ593600: 1450.862538362012\n", - "12:17:55\tCompleted 3205 to KZ271000: 3555.024458543063\n", - "12:17:55\tCompleted 3155 to KZ393200: 2361.9542276839056\n", - "12:17:55\tCompleted 3164 to KZ595600: 2305.7612247142906\n", - "12:17:55\tCompleted 3211 to KZ274200: 2741.7272597369574\n", - "12:17:55\tCompleted 3161 to KZ751210: 1342.4727988924442\n", - "12:17:55\tCompleted 3185 to KZ115600: 1587.0248276419052\n", - "12:17:55\tCompleted 3210 to KZ552200: 1449.2248405498497\n", - "12:17:55\tCompleted 3196 to KZ435200: 2505.3341524704483\n", - "12:17:55\tCompleted 3200 to KZ154200: 843.8365474276378\n", - "12:17:55\tCompleted 3147 to KZ315600: 1332.3280434362844\n", - "12:17:55\tCompleted 3156 to KZ434000: 1779.912476682269\n", - "12:17:55\tCompleted 3180 to KZ751110: 2515.7326298090557\n", - "12:17:56\tCompleted 3177 to KZ614600: 1873.063916921844\n", - "12:17:56\tCompleted 3143 to KZ614800: 2880.8807608522643\n", - "12:17:56\tCompleted 3145 to KZ154200: 2533.786065601325\n", - "12:17:56\tCompleted 3209 to KZ394200: 1884.7931449185262\n", - "12:17:56\tCompleted 3182 to KZ596400: 3332.2545314425142\n", - "12:17:56\tCompleted 3153 to KZ116600: 1191.6274471781092\n", - "12:17:56\tCompleted 3215 to KZ395800: 1901.4356628129267\n", - "12:17:56\tCompleted 3170 to KZ551600: 2612.847325279952\n", - "12:17:56\tCompleted 3208 to KZ636200: 4253.70973237736\n", - "12:17:56\tCompleted 3189 to KZ791510: 2669.997268387631712:17:56\tCompleted 3181 to KZ392000: 2773.4670215155784\n", - "\n", - "12:17:56\tCompleted 3142 to KZ474600: 1336.4686491047626\n", - "12:17:56\tCompleted 3162 to KZ632200: 884.7505951809289\n", - "12:17:56\tCompleted 3157 to KZ791310: 1514.8717187831644\n", - "12:17:56\tCompleted 3171 to KZ612600: 3332.8955691661627\n", - "12:17:56\tCompleted 3202 to KZ313600: 3221.2496523205364\n", - "12:17:56\tCompleted 3154 to KZ194600: 1531.476001034027\n", - "12:17:56\tCompleted 3163 to KZ396600: 1116.974692993144\n", - "12:17:57\tCompleted 3165 to KZ276000: 3403.9269064544796\n", - "12:17:57\tCompleted 3146 to KZ196600: 1788.0518903208845\n", - "12:17:57\tCompleted 3216 to KZ595200: 2281.133999460639\n", - "12:17:57\tCompleted 3140 to KZ635400: 1938.6700744844422\n", - "12:17:57\tCompleted 3151 to KZ613900: 2404.2163490576936\n", - "12:17:57\tCompleted 3179 to KZ196400: 1707.5963666801645\n", - "12:17:57\tCompleted 3160 to KZ113200: 3376.796011548204\n", - "12:17:57\tCompleted 3176 to KZ711410: 2506.022464538627\n", - "12:17:57\tCompleted 3200 to KZ156000: 1089.9986183958126\n", - "12:17:57\tCompleted 3169 to KZ395600: 1307.274968230947\n", - "12:17:58\tCompleted 3183 to KZ613800: 1757.1116661682433\n", - "12:17:58\tCompleted 3197 to KZ554800: 2606.1608040908936\n", - "12:17:58\tCompleted 3153 to KZ115600: 543.5452468530613\n", - "12:17:58\tCompleted 3174 to KZ633200: 4352.881305046953\n", - "12:17:58\tCompleted 3193 to KZ315600: 4000.2809597836253\n", - "12:17:58\tCompleted 3164 to KZ596000: 1948.5762406612075\n", - "12:17:58\tCompleted 3141 to KZ315400: 3481.3860999472736\n", - "12:17:58\tCompleted 3210 to KZ554600: 1521.3099242156834\n", - "12:17:58\tCompleted 3175 to KZ351600: 2836.5643452559407\n", - "12:17:58\tCompleted 3209 to KZ394400: 1837.7955405804505\n", - "12:17:58\tCompleted 3192 to KZ751210: 3783.674439814216\n", - "12:17:58\tCompleted 3185 to KZ115200: 1780.5069421281673\n", - "12:17:58\tCompleted 3161 to KZ751110: 1350.0781810491235\n", - "12:17:59\tCompleted 3168 to KZ316200: 2382.269394565601\n", - "12:17:59\tCompleted 3207 to KZ195800: 4634.202262438129\n", - "12:17:59\tCompleted 3203 to KZ433200: 2450.551747066707\n", - "12:17:59\tCompleted 3155 to KZ393400: 2370.0564939926503\n", - "12:17:59\tCompleted 3188 to KZ595200: 1222.6656571285787\n", - "12:17:59\tCompleted 3215 to KZ392400: 1591.4564424363107\n", - "12:17:59\tCompleted 3182 to KZ594600: 2560.758959835069\n", - "12:17:59\tCompleted 3213 to KZ194600: 2393.497162086593\n", - "12:17:59\tCompleted 3200 to KZ154600: 1002.8837404619464\n", - "12:17:59\tCompleted 3201 to KZ235600: 4435.166360404199\n", - "12:17:59\tCompleted 3212 to KZ113200: 2015.5467510772542\n", - "12:17:59\tCompleted 3186 to KZ751310: 1848.0668238025505\n", - "12:17:59\tCompleted 3191 to KZ156000: 3711.5278539446986\n", - "12:17:59\tCompleted 3142 to KZ475000: 1706.797675854563\n", - "12:18:00\tCompleted 3167 to KZ155200: 2784.506703771534\n", - "12:18:00\tCompleted 3147 to KZ316000: 1410.6192740350145\n", - "12:18:00\tCompleted 3189 to KZ791710: 2641.4973290373455\n", - "12:18:00\tCompleted 3153 to KZ115200: 737.0273613393236\n", - "12:18:00\tCompleted 3196 to KZ434800: 2536.6604133867763\n", - "12:18:00\tCompleted 3179 to KZ196800: 1232.3316747606875\n", - "12:18:00\tCompleted 3177 to KZ614800: 2112.7739221795146\n", - "12:18:00\tCompleted 3146 to KZ194200: 1290.0016324934193\n", - "12:18:00\tCompleted 3173 to KZ154800: 2393.3876250537664\n", - "12:18:00\tCompleted 3181 to KZ395600: 2650.6203708066655\n", - "12:18:00\tCompleted 3204 to KZ555600: 2783.1745370337444\n", - "12:18:00\tCompleted 3157 to KZ791510: 1513.412243929414\n", - "12:18:00\tCompleted 3210 to KZ555600: 1236.5508496187288\n", - "12:18:00\tCompleted 3143 to KZ615400: 2622.0445279428127\n", - "12:18:01\tCompleted 3148 to KZ474200: 3645.873266275155\n", - "12:18:01\tCompleted 3202 to KZ314000: 3003.683387676846512:18:01\tCompleted 3140 to KZ635000: 1466.0032845728078\n", - "\n", - "12:18:01\tCompleted 3209 to KZ433200: 1509.0908444386519\n", - "12:18:01\tCompleted 3151 to KZ612000: 1910.0879897234504\n", - "12:18:01\tCompleted 3216 to KZ591000: 2171.3497282131816\n", - "12:18:01\tCompleted 3163 to KZ394200: 1565.8850717469024\n", - "12:18:01\tCompleted 3200 to KZ154800: 1025.628519103648\n", - "12:18:01\tCompleted 3187 to KZ316600: 2559.7642944237755\n", - "12:18:01\tCompleted 3160 to KZ113400: 3454.657048353542\n", - "12:18:02\tCompleted 3176 to KZ711210: 2503.378233980604\n", - "12:18:02\tCompleted 3205 to KZ274000: 4208.682642262563\n", - "12:18:02\tCompleted 3162 to KZ635200: 1736.9931086766862\n", - "12:18:02\tCompleted 3154 to KZ194800: 1664.4647030350884\n", - "12:18:02\tCompleted 3164 to KZ596200: 2335.575690332377\n", - "12:18:02\tCompleted 3171 to KZ616000: 3650.6547737842593\n", - "12:18:02\tCompleted 3214 to KZ632200: 2552.9106682685815\n", - "12:18:02\tCompleted 3161 to KZ751310: 1351.5928996748848\n", - "12:18:02\tCompleted 3180 to KZ751310: 2508.90420268431\n", - "12:18:02\tCompleted 3168 to KZ311000: 1987.68376469619\n", - "12:18:02\tCompleted 3169 to KZ395800: 1609.65904363742\n", - "12:18:02\tCompleted 3193 to KZ316000: 3174.0418819201436\n", - "12:18:02\tCompleted 3145 to KZ156000: 2107.0352979695454\n", - "12:18:02\tCompleted 3185 to KZ115400: 2001.0797139938231\n", - "12:18:02\tCompleted 3156 to KZ471000: 3611.8020461839506\n", - "12:18:02\tCompleted 3188 to KZ591000: 1275.9913495037374\n", - "12:18:03\tCompleted 3208 to KZ636400: 4670.824393068948\n", - "12:18:03\tCompleted 3210 to KZ551000: 1147.6862802724718\n", - "12:18:03\tCompleted 3200 to KZ155200: 647.6461547099957\n", - "12:18:03\tCompleted 3142 to KZ475200: 1717.6406366386113\n", - "12:18:03\tCompleted 3153 to KZ115400: 957.6001332049807\n", - "12:18:03\tCompleted 3155 to KZ391600: 2305.0010257434997\n", - "12:18:03\tCompleted 3175 to KZ354000: 2482.850015725043\n", - "12:18:03\tCompleted 3182 to KZ711110: 2980.2372085357315\n", - "12:18:03\tCompleted 3147 to KZ316600: 1256.802466312918\n", - "12:18:03\tCompleted 3140 to KZ632200: 868.3740759581159\n", - "12:18:03\tCompleted 3209 to KZ431900: 1638.142158735367\n", - "12:18:03\tCompleted 3165 to KZ276200: 3123.3131197205753\n", - "12:18:03\tCompleted 3170 to KZ553200: 2731.795318686649\n", - "12:18:04\tCompleted 3215 to KZ396200: 1872.072998716524\n", - "12:18:04\tCompleted 3189 to KZ611600: 2590.671990184682\n", - "12:18:04\tCompleted 3179 to KZ191600: 1284.321080826696\n", - "12:18:04\tCompleted 3197 to KZ556400: 2544.6136049790857\n", - "12:18:04\tCompleted 3141 to KZ315600: 4000.827612767925\n", - "12:18:04\tCompleted 3146 to KZ751210: 1388.2198118018953\n", - "12:18:04\tCompleted 3183 to KZ273200: 3563.243784740563\n", - "12:18:04\tCompleted 3203 to KZ431900: 1935.4475608488772\n", - "12:18:04\tCompleted 3212 to KZ113400: 1949.924621056902212:18:04\tCompleted 3164 to KZ596400: 1855.1741943957977\n", - "\n", - "12:18:04\tCompleted 3177 to KZ615400: 2109.1795472610056\n", - "12:18:05\tCompleted 3174 to KZ634800: 4896.738278258005\n", - "12:18:05\tCompleted 3157 to KZ791710: 1485.8933180156616\n", - "12:18:05\tCompleted 3196 to KZ433600: 2797.330593735896\n", - "12:18:05\tCompleted 3207 to KZ196000: 4820.983017827078\n", - "12:18:05\tCompleted 3216 to KZ595600: 2405.237314735102\n", - "12:18:05\tCompleted 3186 to KZ751410: 1863.7344428933104\n", - "12:18:05\tCompleted 3191 to KZ154600: 4009.6652846898132\n", - "12:18:05\tCompleted 3210 to KZ556000: 1188.982788603285\n", - "12:18:05\tCompleted 3143 to KZ615200: 2359.4611744445506\n", - "12:18:05\tCompleted 3188 to KZ595600: 1124.295198307615\n", - "12:18:05\tCompleted 3181 to KZ395800: 2953.00444621315\n", - "12:18:05\tCompleted 3160 to KZ113600: 3133.1741665137806\n", - "12:18:05\tCompleted 3200 to KZ156400: 1774.4001688821859\n", - "12:18:05\tCompleted 3176 to KZ711310: 2493.638293287718\n", - "12:18:05\tCompleted 3151 to KZ614400: 2332.4176730455406\n", - "12:18:06\tCompleted 3201 to KZ233600: 4439.46009824372\n", - "12:18:06\tCompleted 3163 to KZ394400: 1645.772282881665\n", - "12:18:06\tCompleted 3167 to KZ156400: 2564.544608900492\n", - "12:18:06\tCompleted 3161 to KZ751410: 1367.2605187656447\n", - "12:18:06\tCompleted 3169 to KZ392400: 1335.84596966376\n", - "12:18:06\tCompleted 3213 to KZ194800: 2661.612814140596\n", - "12:18:06\tCompleted 3168 to KZ315000: 2104.892580929823\n", - "12:18:06\tCompleted 3142 to KZ471800: 1547.2504164778697\n", - "12:18:06\tCompleted 3202 to KZ314800: 3502.970692551276\n", - "12:18:06\tCompleted 3209 to KZ434600: 1676.0416829855724\n", - "12:18:06\tCompleted 3162 to KZ632400: 1529.6501458702821\n", - "12:18:06\tCompleted 3173 to KZ155200: 2820.326287955519\n", - "12:18:06\tCompleted 3192 to KZ751110: 3791.4317991270973\n", - "12:18:07\tCompleted 3200 to KZ155600: 668.6527126485523\n", - "12:18:07\tCompleted 3187 to KZ316200: 2062.493562415254\n", - "12:18:07\tCompleted 3204 to KZ551000: 2315.295643888799\n", - "12:18:07\tCompleted 3201 to KZ633200: 584.0947566064177\n", - "12:18:07\tCompleted 3171 to KZ613800: 3798.908906803143\n", - "12:18:07\tCompleted 3154 to KZ195600: 1891.3896168239\n", - "12:18:07\tCompleted 3179 to KZ195200: 1305.3754099039927\n", - "12:18:07\tCompleted 3182 to KZ711410: 2970.371429356705\n", - "12:18:07\tCompleted 3148 to KZ474600: 3323.048705457073\n", - "12:18:07\tCompleted 3155 to KZ393600: 2342.518450788894\n", - "12:18:07\tCompleted 3210 to KZ556800: 1250.553747288032\n", - "12:18:07\tCompleted 3175 to KZ351000: 2446.886382524456\n", - "12:18:08\tCompleted 3146 to KZ751110: 1395.8251939585746\n", - "12:18:08\tCompleted 3185 to KZ151000: 3386.288291011969212:18:08\tCompleted 3193 to KZ316600: 3822.0327460041644\n", - "\n", - "12:18:08\tCompleted 3189 to KZ613600: 2644.8671268284916\n", - "12:18:08\tCompleted 3164 to KZ594600: 2314.8495214596414\n", - "12:18:08\tCompleted 3188 to KZ596000: 1212.7573028838194\n", - "12:18:08\tCompleted 3141 to KZ316000: 3174.588534904444\n", - "12:18:08\tCompleted 3177 to KZ615200: 1924.7631159654557\n", - "12:18:08\tCompleted 3140 to KZ635200: 1731.6083323658358\n", - "12:18:08\tCompleted 3171 to KZ273200: 738.5599305448143\n", - "12:18:08\tCompleted 3145 to KZ154600: 2405.17272871466\n", - "12:18:08\tCompleted 3205 to KZ274200: 4326.028136642063\n", - "12:18:08\tCompleted 3216 to KZ596000: 2048.052330682021\n", - "12:18:08\tCompleted 3147 to KZ316200: 1677.5011378398615\n", - "12:18:09\tCompleted 3209 to KZ434400: 1660.9925790952277\n", - "12:18:09\tCompleted 3180 to KZ751410: 2526.329181087949\n", - "12:18:09\tCompleted 3160 to KZ113800: 2981.3212882228063\n", - "12:18:09\tCompleted 3208 to KZ631000: 4199.844119045404\n", - "12:18:09\tCompleted 3215 to KZ396600: 1879.9918395077232\n", - "12:18:09\tCompleted 3212 to KZ113600: 1771.9249060428208\n", - "12:18:09\tCompleted 3157 to KZ611600: 1563.85460247459\n", - "12:18:09\tCompleted 3200 to KZ156800: 1589.3972383257076\n", - "12:18:09\tCompleted 3162 to KZ632800: 1102.7300716333693\n", - "12:18:09\tCompleted 3201 to KZ634800: 1068.5413480167122\n", - "12:18:09\tCompleted 3181 to KZ392400: 2679.191372239477\n", - "12:18:09\tCompleted 3203 to KZ434600: 1969.1121312752575\n", - "12:18:09\tCompleted 3196 to KZ434000: 2561.387844146397\n", - "12:18:09\tCompleted 3156 to KZ473600: 3192.827280161007412:18:09\tCompleted 3169 to KZ396200: 1144.2690556375417\n", - "\n", - "12:18:09\tCompleted 3142 to KZ593200: 1784.332326557823\n", - "12:18:10\tCompleted 3153 to KZ151000: 2342.808710223178\n", - "12:18:10\tCompleted 3168 to KZ314200: 1989.0979782585632\n", - "12:18:10\tCompleted 3151 to KZ614600: 2057.5253706301405\n", - "12:18:10\tCompleted 3171 to KZ274400: 758.9208439226378\n", - "12:18:10\tCompleted 3170 to KZ553600: 2682.798316921626\n", - "12:18:10\tCompleted 3161 to KZ751710: 1402.9764725959055\n", - "12:18:10\tCompleted 3191 to KZ154800: 3892.8459649417537\n", - "12:18:10\tCompleted 3197 to KZ554200: 2714.4585068322617\n", - "12:18:10\tCompleted 3210 to KZ554800: 1405.233716036321\n", - "12:18:10\tCompleted 3201 to KZ633400: 362.844707369091\n", - "12:18:10\tCompleted 3165 to KZ271000: 3141.006075134791\n", - "12:18:10\tCompleted 3164 to KZ711110: 1590.009737154406\n", - "12:18:10\tCompleted 3186 to KZ751710: 1899.4503967235712\n", - "12:18:11\tCompleted 3183 to KZ274400: 3493.3101847521116\n", - "12:18:11\tCompleted 3188 to KZ596200: 1042.643809195259\n", - "12:18:11\tCompleted 3179 to KZ195000: 1309.599598907225\n", - "12:18:11\tCompleted 3171 to KZ275400: 269.94977861874065\n", - "12:18:11\tCompleted 3174 to KZ633400: 4252.600530604399\n", - "12:18:11\tCompleted 3143 to KZ616400: 3332.053725340589\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:18:11\tCompleted 3202 to KZ315400: 3190.209573871324\n", - "12:18:11\tCompleted 3207 to KZ191000: 4512.593864934005\n", - "12:18:11\tCompleted 3182 to KZ711210: 2967.727198798682\n", - "12:18:11\tCompleted 3187 to KZ311000: 1923.0648227861388\n", - "12:18:11\tCompleted 3209 to KZ431000: 1998.6272504504484\n", - "12:18:11\tCompleted 3146 to KZ751310: 1397.339912584336\n", - "12:18:11\tCompleted 3215 to KZ394200: 1240.2905808152823\n", - "12:18:11\tCompleted 3175 to KZ352000: 2214.991125611102\n", - "12:18:11\tCompleted 3206 to KZ113200: 1706.798018718945\n", - "12:18:12\tCompleted 3163 to KZ433200: 2182.5089658640345\n", - "12:18:12\tCompleted 3176 to KZ555200: 3237.453152508862\n", - "12:18:12\tCompleted 3155 to KZ396400: 2563.9300974622556\n", - "12:18:12\tCompleted 3214 to KZ635200: 3422.5790064288085\n", - "12:18:12\tCompleted 3189 to KZ614000: 2690.225965501065\n", - "12:18:12\tCompleted 3201 to KZ633600: 876.7624695039491\n", - "12:18:12\tCompleted 3167 to KZ155600: 2536.4765774496273\n", - "12:18:12\tCompleted 3168 to KZ353200: 1278.7384881582138\n", - "12:18:12\tCompleted 3171 to KZ273600: 954.3060381451107\n", - "12:18:12\tCompleted 3212 to KZ113800: 1600.6777058730493\n", - "12:18:12\tCompleted 3193 to KZ316200: 3324.7620139956416\n", - "12:18:12\tCompleted 3154 to KZ195800: 1755.695217173871\n", - "12:18:12\tCompleted 3173 to KZ156400: 2524.131405417212\n", - "12:18:13\tCompleted 3162 to KZ636800: 1304.770601894106\n", - "12:18:13\tCompleted 3213 to KZ195600: 2738.3933818958008\n", - "12:18:13\tCompleted 3210 to KZ556400: 1332.1000752111247\n", - "12:18:13\tCompleted 3169 to KZ396600: 1152.187896428741\n", - "12:18:13\tCompleted 3164 to KZ711410: 1588.3430921090003\n", - "12:18:13\tCompleted 3147 to KZ311000: 1442.0752845440772\n", - "12:18:13\tCompleted 3157 to KZ613600: 1418.646863948638\n", - "12:18:13\tCompleted 3181 to KZ396200: 2487.6144582132724\n", - "12:18:13\tCompleted 3140 to KZ632400: 1524.2653695594317\n", - "12:18:13\tCompleted 3216 to KZ596200: 2435.0517803531875\n", - "12:18:13\tCompleted 3160 to KZ114500: 3414.8402100565622\n", - "12:18:13\tCompleted 3197 to KZ791110: 1374.8762334344244\n", - "12:18:13\tCompleted 3192 to KZ751310: 3784.6033720023515\n", - "12:18:13\tCompleted 3185 to KZ153200: 3436.4818984407166\n", - "12:18:14\tCompleted 3141 to KZ316600: 3822.5793989884646\n", - "12:18:14\tCompleted 3161 to KZ751810: 1356.8355403620042\n", - "12:18:14\tCompleted 3204 to KZ556000: 2363.4170260968126\n", - "12:18:14\tCompleted 3177 to KZ616400: 2626.3846681608584\n", - "12:18:14\tCompleted 3142 to KZ595800: 2114.211038480769\n", - "12:18:14\tCompleted 3171 to KZ276600: 1346.752834183529812:18:14\tCompleted 3206 to KZ113400: 1498.0189476167739\n", - "\n", - "12:18:14\tCompleted 3201 to KZ633800: 809.2620235761831\n", - "12:18:14\tCompleted 3215 to KZ394400: 1507.6541700193584\n", - "12:18:14\tCompleted 3145 to KZ154800: 2288.35340896664\n", - "12:18:14\tCompleted 3151 to KZ614800: 2297.2353758878116\n", - "12:18:14\tCompleted 3209 to KZ435200: 2089.4390438405103\n", - "12:18:15\tCompleted 3203 to KZ434400: 2312.061530236987\n", - "12:18:15\tCompleted 3148 to KZ475000: 3693.3777322068504\n", - "12:18:15\tCompleted 3168 to KZ353600: 1456.0003351255702\n", - "12:18:15\tCompleted 3170 to KZ552200: 2574.330374899913\n", - "12:18:15\tCompleted 3164 to KZ711210: 1601.826278548946\n", - "12:18:15\tCompleted 3180 to KZ751710: 2567.3172128568517\n", - "12:18:15\tCompleted 3182 to KZ711310: 2957.987258105796\n", - "12:18:15\tCompleted 3208 to KZ634600: 4658.57364651084\n", - "12:18:15\tCompleted 3179 to KZ194400: 1556.3514715689882\n", - "12:18:15\tCompleted 3188 to KZ596400: 1397.2970299204906\n", - "12:18:15\tCompleted 3171 to KZ275000: 1072.8532750589482\n", - "12:18:15\tCompleted 3215 to KZ433200: 640.7716686426647\n", - "12:18:15\tCompleted 3146 to KZ751410: 1413.0075316750958\n", - "12:18:15\tCompleted 3140 to KZ632800: 1097.3452953225192\n", - "12:18:16\tCompleted 3200 to KZ193200: 4479.194751901365\n", - "12:18:16\tCompleted 3210 to KZ554200: 1594.728113598561\n", - "12:18:16\tCompleted 3201 to KZ634000: 806.3467661417203\n", - "12:18:16\tCompleted 3191 to KZ155200: 4319.784627843521\n", - "12:18:16\tCompleted 3143 to KZ615600: 2844.486086179419\n", - "12:18:16\tCompleted 3197 to KZ791310: 1352.5946844740267\n", - "12:18:16\tCompleted 3163 to KZ431900: 1667.4047796462028\n", - "12:18:16\tCompleted 3174 to KZ633600: 4023.4251900159516\n", - "12:18:16\tCompleted 3155 to KZ394000: 2795.864946828077\n", - "12:18:16\tCompleted 3189 to KZ613900: 2927.145962670792\n", - "12:18:16\tCompleted 3160 to KZ114000: 3186.687700907388\n", - "12:18:16\tCompleted 3181 to KZ396600: 2495.5332990044617\n", - "12:18:17\tCompleted 3216 to KZ596400: 2055.9477724464437\n", - "12:18:17\tCompleted 3186 to KZ751810: 1853.3094644896698\n", - "12:18:17\tCompleted 3187 to KZ315000: 2335.7366969253576\n", - "12:18:17\tCompleted 3215 to KZ431900: 121.72783574744548\n", - "12:18:17\tCompleted 3171 to KZ274800: 420.87892926406596\n", - "12:18:17\tCompleted 3202 to KZ315600: 3709.6510866919757\n", - "12:18:17\tCompleted 3207 to KZ196200: 4278.186692142651\n", - "12:18:17\tCompleted 3175 to KZ354800: 2970.509396140558\n", - "12:18:17\tCompleted 3154 to KZ196000: 1528.9943565115605\n", - "12:18:17\tCompleted 3168 to KZ351600: 1193.9356807794745\n", - "12:18:17\tCompleted 3176 to KZ551600: 2970.8864305233346\n", - "12:18:17\tCompleted 3206 to KZ113600: 1773.2916766634107\n", - "12:18:17\tCompleted 3167 to KZ156800: 1798.9394259754642\n", - "12:18:17\tCompleted 3212 to KZ114500: 2064.057870682109\n", - "12:18:17\tCompleted 3156 to KZ474200: 3639.4514412275294\n", - "12:18:17\tCompleted 3196 to KZ471000: 4900.245414774541\n", - "12:18:17\tCompleted 3164 to KZ711310: 1607.0397779490684\n", - "12:18:17\tCompleted 3169 to KZ394200: 1601.098275182499512:18:17\tCompleted 3157 to KZ614000: 1547.0595264903768\n", - "\n", - "12:18:17\tCompleted 3162 to KZ635800: 1669.0581536915\n", - "12:18:17\tCompleted 3209 to KZ434800: 2011.005279563785512:18:17\tCompleted 3161 to KZ751910: 1357.7742219982267\n", - "\n", - "12:18:18\tCompleted 3183 to KZ275400: 4168.4986167091265\n", - "12:18:18\tCompleted 3201 to KZ635400: 1251.2523187239528\n", - "12:18:18\tCompleted 3147 to KZ315000: 1559.2841007777101\n", - "12:18:18\tCompleted 3193 to KZ311000: 3185.3332743665205\n", - "12:18:18\tCompleted 3215 to KZ434600: 155.39240617382558\n", - "12:18:18\tCompleted 3165 to KZ274000: 3804.6937650739974\n", - "12:18:18\tCompleted 3141 to KZ316200: 3325.308666979942\n", - "12:18:18\tCompleted 3153 to KZ153200: 2393.0023176519253\n", - "12:18:18\tCompleted 3142 to KZ593400: 2254.650259297702\n", - "12:18:18\tCompleted 3171 to KZ275800: 923.9063311532461\n", - "12:18:18\tCompleted 3188 to KZ594600: 1150.1194696131358\n", - "12:18:19\tCompleted 3185 to KZ153400: 3020.1532278105938\n", - "12:18:19\tCompleted 3173 to KZ155600: 2572.2961616336124\n", - "12:18:19\tCompleted 3213 to KZ195800: 2552.2802542629515\n", - "12:18:19\tCompleted 3177 to KZ615600: 2236.825102384965712:18:19\tCompleted 3210 to KZ791110: 1796.8889706566722\n", - "\n", - "12:18:19\tCompleted 3151 to KZ615400: 2293.6410009692886\n", - "12:18:19\tCompleted 3192 to KZ751410: 3802.0283504059908\n", - "12:18:19\tCompleted 3164 to KZ555200: 1028.0344828795573\n", - "12:18:19\tCompleted 3168 to KZ354000: 1141.3948590987634\n", - "12:18:19\tCompleted 3215 to KZ434400: 498.3418051355616\n", - "12:18:19\tCompleted 3197 to KZ791510: 1362.7124604702951\n", - "12:18:19\tCompleted 3201 to KZ635000: 725.9788913915041\n", - "12:18:19\tCompleted 3140 to KZ636800: 1299.3858255832556\n", - "12:18:20\tCompleted 3143 to KZ615800: 2300.5377725154167\n", - "12:18:20\tCompleted 3146 to KZ751710: 1448.7234855053566\n", - "12:18:20\tCompleted 3171 to KZ276000: 698.5773804341709\n", - "12:18:20\tCompleted 3203 to KZ431000: 1652.8830993834897\n", - "12:18:20\tCompleted 3179 to KZ194600: 1501.4323136100134\n", - "12:18:20\tCompleted 3189 to KZ612000: 2433.0176033365547\n", - "12:18:20\tCompleted 3214 to KZ632400: 3215.2360436224335\n", - "12:18:20\tCompleted 3204 to KZ556800: 2564.10495096875\n", - "12:18:20\tCompleted 3215 to KZ431000: 252.711242298468\n", - "12:18:20\tCompleted 3209 to KZ433600: 1826.6488077136344\n", - "12:18:20\tCompleted 3160 to KZ117000: 3207.3495125412046\n", - "12:18:20\tCompleted 3188 to KZ711110: 886.1576354865102\n", - "12:18:20\tCompleted 3155 to KZ396800: 2541.95740438849\n", - "12:18:21\tCompleted 3206 to KZ113800: 1952.6377013323108\n", - "12:18:21\tCompleted 3164 to KZ551600: 1166.114233362284\n", - "12:18:21\tCompleted 3145 to KZ155200: 2715.2920718683927\n", - "12:18:21\tCompleted 3182 to KZ555200: 3701.80211732694\n", - "12:18:21\tCompleted 3154 to KZ191000: 1404.313498065215\n", - "12:18:21\tCompleted 3170 to KZ554600: 2630.520713472605\n", - "12:18:21\tCompleted 3175 to KZ355200: 2272.011964145651\n", - "12:18:21\tCompleted 3187 to KZ314200: 1928.5400537214734\n", - "12:18:21\tCompleted 3171 to KZ276200: 781.2682138885247\n", - "12:18:21\tCompleted 3201 to KZ632200: 801.0194697980841\n", - "12:18:21\tCompleted 3212 to KZ114000: 1825.438440436431\n", - "12:18:21\tCompleted 3161 to KZ751510: 1350.2627480686822\n", - "12:18:21\tCompleted 3181 to KZ394200: 2944.4436777582027\n", - "12:18:21\tCompleted 3216 to KZ594600: 2414.3256114804526\n", - "12:18:21\tCompleted 3168 to KZ351000: 1178.7270556781716\n", - "12:18:21\tCompleted 3215 to KZ435200: 343.5230356885303\n", - "12:18:22\tCompleted 3202 to KZ316000: 2883.4120088284944\n", - "12:18:22\tCompleted 3186 to KZ751910: 1854.2481461258924\n", - "12:18:22\tCompleted 3208 to KZ634400: 4180.291609422687\n", - "12:18:22\tCompleted 3210 to KZ791310: 1753.3487387760636\n", - "12:18:22\tCompleted 3197 to KZ791710: 1334.2125211200064\n", - "12:18:22\tCompleted 3163 to KZ434600: 1701.0693500725831\n", - "12:18:22\tCompleted 3174 to KZ633800: 4324.010537496484\n", - "12:18:22\tCompleted 3167 to KZ193200: 1683.8952929341663\n", - "12:18:22\tCompleted 3148 to KZ475200: 3704.2206929909\n", - "12:18:22\tCompleted 3147 to KZ314200: 1443.4894981064504\n", - "12:18:22\tCompleted 3188 to KZ711410: 882.0908461807056\n", - "12:18:22\tCompleted 3171 to KZ271000: 739.9919117345032\n", - "12:18:22\tCompleted 3169 to KZ394400: 1680.9854863172618\n", - "12:18:22\tCompleted 3176 to KZ553200: 3089.8344239300313\n", - "12:18:22\tCompleted 3157 to KZ613900: 1823.8112256315706\n", - "12:18:22\tCompleted 3200 to KZ193400: 4477.590608067282\n", - "12:18:23\tCompleted 3164 to KZ553200: 1456.8668882315442\n", - "12:18:23\tCompleted 3162 to KZ636200: 1423.1861717932281\n", - "12:18:23\tCompleted 3142 to KZ594200: 1927.9921760271225\n", - "12:18:23\tCompleted 3207 to KZ192600: 4551.537619962699\n", - "12:18:23\tCompleted 3141 to KZ311000: 3185.8799273508207\n", - "12:18:23\tCompleted 3191 to KZ156400: 4158.9097219416935\n", - "12:18:23\tCompleted 3215 to KZ434800: 265.089271411805\n", - "12:18:23\tCompleted 3201 to KZ635200: 991.5839391845319\n", - "12:18:23\tCompleted 3180 to KZ751810: 2513.5610569338014\n", - "12:18:23\tCompleted 3177 to KZ615800: 2004.0014456668994\n", - "12:18:23\tCompleted 3147 to KZ353200: 118.80037191436128\n", - "12:18:24\tCompleted 3151 to KZ615200: 2109.2245696737446\n", - "12:18:24\tCompleted 3173 to KZ156800: 1758.5262224921842\n", - "12:18:24\tCompleted 3193 to KZ315000: 3598.0051485057356\n", - "12:18:24\tCompleted 3183 to KZ273600: 3336.4578756916603\n", - "12:18:24\tCompleted 3171 to KZ274000: 881.5748858256777\n", - "12:18:24\tCompleted 3206 to KZ114500: 1783.7599413768648\n", - "12:18:24\tCompleted 3196 to KZ473600: 4481.270648751518\n", - "12:18:24\tCompleted 3215 to KZ433600: 80.73279956165439\n", - "12:18:24\tCompleted 3189 to KZ614400: 2855.347286658639\n", - "12:18:24\tCompleted 3209 to KZ434000: 2561.852500878815\n", - "12:18:24\tCompleted 3146 to KZ751810: 1402.5825532714553\n", - "12:18:24\tCompleted 3188 to KZ711210: 864.9265147448739\n", - "12:18:24\tCompleted 3160 to KZ114400: 3129.8355768296055\n", - "12:18:24\tCompleted 3143 to KZ612600: 2555.667899136326\n", - "12:18:24\tCompleted 3140 to KZ635800: 1663.6733773806498\n", - "12:18:24\tCompleted 3201 to KZ632400: 860.5394970340307\n", - "12:18:24\tCompleted 3216 to KZ711110: 1662.5579050661777\n", - "12:18:24\tCompleted 3156 to KZ474600: 3316.6268804094475\n", - "12:18:25\tCompleted 3185 to KZ153600: 3802.7522730012483\n", - "12:18:25\tCompleted 3154 to KZ196200: 1399.6796468784116\n", - "12:18:25\tCompleted 3197 to KZ611600: 1283.3871822673298\n", - "12:18:25\tCompleted 3164 to KZ553600: 1386.2887358337266\n", - "12:18:25\tCompleted 3168 to KZ352000: 1629.5721888479302\n", - "12:18:25\tCompleted 3155 to KZ394800: 2720.6119730865457\n", - "12:18:25\tCompleted 3179 to KZ194800: 1710.1046957889025\n", - "12:18:25\tCompleted 3210 to KZ791510: 1730.4682392044106\n", - "12:18:25\tCompleted 3171 to KZ274200: 207.2373940935169\n", - "12:18:25\tCompleted 3192 to KZ751710: 3843.0163821748934\n", - "12:18:25\tCompleted 3182 to KZ551600: 3435.2353953414126\n", - "12:18:25\tCompleted 3213 to KZ196000: 2739.061009651843\n", - "12:18:25\tCompleted 3215 to KZ434000: 815.9364927268575\n", - "12:18:25\tCompleted 3165 to KZ274200: 3912.0097532337636\n", - "12:18:25\tCompleted 3175 to KZ355600: 2515.6575172407825\n", - "12:18:26\tCompleted 3187 to KZ353200: 2043.9277901537616\n", - "12:18:26\tCompleted 3147 to KZ353600: 830.5025823487953\n", - "12:18:26\tCompleted 3142 to KZ596600: 1680.2553089114583\n", - "12:18:26\tCompleted 3181 to KZ394400: 3024.3308888929555\n", - "12:18:26\tCompleted 3209 to KZ471000: 772.3682092927813\n", - "12:18:26\tCompleted 3157 to KZ612000: 1344.0684264555332\n", - "12:18:26\tCompleted 3188 to KZ711310: 852.8135210331108\n", - "12:18:26\tCompleted 3203 to KZ435200: 1681.769896617159\n", - "12:18:26\tCompleted 3201 to KZ632800: 858.4351584249569\n", - "12:18:26\tCompleted 3212 to KZ117000: 1871.8981091526682\n", - "12:18:26\tCompleted 3167 to KZ193400: 1452.104370143238\n", - "12:18:27\tCompleted 3153 to KZ153400: 1976.6736470218011\n", - "12:18:27\tCompleted 3172 to KZ113200: 668.5886612435402\n", - "12:18:27\tCompleted 3186 to KZ751510: 1846.7366721963479\n", - "12:18:27\tCompleted 3204 to KZ554800: 2568.800439013201\n", - "12:18:27\tCompleted 3166 to KZ113200: 392.2649986351782\n", - "12:18:27\tCompleted 3177 to KZ612600: 1713.3814567813888\n", - "12:18:27\tCompleted 3145 to KZ156400: 2554.417165966567\n", - "12:18:27\tCompleted 3208 to KZ313600: 3328.969161773353\n", - "12:18:27\tCompleted 3202 to KZ316600: 3531.4028729125152\n", - "12:18:27\tCompleted 3197 to KZ613600: 1337.5823189111518\n", - "12:18:27\tCompleted 3206 to KZ114000: 1766.699070580171\n", - "12:18:27\tCompleted 3209 to KZ473600: 305.9581006112194\n", - "12:18:27\tCompleted 3147 to KZ351600: 485.5315026020406\n", - "12:18:27\tCompleted 3170 to KZ555600: 3194.5515639664327\n", - "12:18:27\tCompleted 3168 to KZ354800: 954.6673711623944\n", - "12:18:27\tCompleted 3214 to KZ632800: 2788.315969385565\n", - "12:18:27\tCompleted 3216 to KZ711410: 1688.6704051496893\n", - "12:18:27\tCompleted 3164 to KZ552200: 1426.7412295269503\n", - "12:18:27\tCompleted 3141 to KZ315000: 3598.551801490036\n", - "12:18:28\tCompleted 3176 to KZ553600: 3040.8374221650083\n", - "12:18:28\tCompleted 3146 to KZ751910: 1403.5212349076778\n", - "12:18:28\tCompleted 3163 to KZ434400: 2044.0187490343176\n", - "12:18:28\tCompleted 3172 to KZ113400: 459.80959014136715\n", - "12:18:28\tCompleted 3140 to KZ636200: 1417.8013954823778\n", - "12:18:28\tCompleted 3201 to KZ636800: 788.707784845032712:18:28\tCompleted 3143 to KZ616000: 2265.4331277613683\n", - "\n", - "12:18:28\tCompleted 3189 to KZ614600: 2580.454984243233\n", - "12:18:28\tCompleted 3210 to KZ791710: 1728.692058887378\n", - "12:18:28\tCompleted 3166 to KZ113400: 183.48592753300505\n", - "12:18:28\tCompleted 3169 to KZ433200: 2154.95261667793\n", - "12:18:28\tCompleted 3174 to KZ634000: 4571.213335393528\n", - "12:18:28\tCompleted 3147 to KZ354000: 53.02629566734692\n", - "12:18:28\tCompleted 3193 to KZ314200: 3190.808505301855\n", - "12:18:28\tCompleted 3161 to KZ231000: 3162.9139663967753\n", - "12:18:28\tCompleted 3200 to KZ193600: 3898.292793307673\n", - "12:18:29\tCompleted 3209 to KZ474200: 800.0176043363356\n", - "12:18:29\tCompleted 3162 to KZ636400: 1663.1538837527046\n", - "12:18:29\tCompleted 3151 to KZ616400: 2810.8461218691527\n", - "12:18:29\tCompleted 3154 to KZ192600: 1459.6693421640891\n", - "12:18:29\tCompleted 3160 to KZ114600: 3735.904725802248\n", - "12:18:29\tCompleted 3180 to KZ751910: 2534.7019732842086\n", - "12:18:29\tCompleted 3155 to KZ395000: 2648.587382777504\n", - "12:18:29\tCompleted 3207 to KZ196600: 4597.253344017956\n", - "12:18:29\tCompleted 3142 to KZ595000: 1954.5761862559914\n", - "12:18:29\tCompleted 3166 to KZ113600: 458.7586565796415\n", - "12:18:30\tCompleted 3147 to KZ351000: 20.099494984295383\n", - "12:18:30\tCompleted 3167 to KZ193600: 1272.0213150568873\n", - "12:18:30\tCompleted 3185 to KZ154000: 3324.098550597414512:18:30\tCompleted 3164 to KZ554600: 1496.165000575635\n", - "\n", - "12:18:30\tCompleted 3148 to KZ471800: 3533.830472830174\n", - "12:18:30\tCompleted 3191 to KZ155600: 4071.7545015215997\n", - "12:18:30\tCompleted 3172 to KZ113600: 735.0823191880036\n", - "12:18:30\tCompleted 3209 to KZ474600: 477.19304351825747\n", - "12:18:30\tCompleted 3197 to KZ614000: 1382.9411575837278\n", - "12:18:30\tCompleted 3201 to KZ635800: 839.3342185605756\n", - "12:18:30\tCompleted 3212 to KZ114400: 1749.191994479857\n", - "12:18:30\tCompleted 3216 to KZ711210: 1689.8321665765877\n", - "12:18:30\tCompleted 3206 to KZ117000: 1689.331414026775\n", - "12:18:30\tCompleted 3179 to KZ195600: 1861.3459293998865\n", - "12:18:31\tCompleted 3183 to KZ276600: 3418.2831223906464\n", - "12:18:31\tCompleted 3173 to KZ193200: 1643.482089450886\n", - "12:18:31\tCompleted 3188 to KZ555200: 1616.0211733956785\n", - "12:18:31\tCompleted 3168 to KZ355200: 1618.7990770846875\n", - "12:18:31\tCompleted 3196 to KZ474200: 4927.8948098180845\n", - "12:18:31\tCompleted 3175 to KZ352100: 2987.3487651416194\n", - "12:18:31\tCompleted 3215 to KZ471000: 2227.341655056947\n", - "12:18:31\tCompleted 3147 to KZ352000: 469.6340726040775\n", - "12:18:31\tCompleted 3166 to KZ113800: 638.1046812485416\n", - "12:18:31\tCompleted 3182 to KZ553200: 3554.1833887481093\n", - "12:18:31\tCompleted 3181 to KZ433200: 3792.879767779984\n", - "12:18:31\tCompleted 3192 to KZ751810: 3789.26022625184312:18:31\tCompleted 3177 to KZ616000: 2031.1406613995057\n", - "\n", - "12:18:31\tCompleted 3156 to KZ475000: 3686.955907159225\n", - "12:18:31\tCompleted 3201 to KZ636200: 700.4171353303309\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:18:31\tCompleted 3213 to KZ191000: 2430.671856758825\n", - "12:18:32\tCompleted 3209 to KZ475000: 847.5220702680576\n", - "12:18:32\tCompleted 3210 to KZ611600: 1985.5525941625024\n", - "12:18:32\tCompleted 3164 to KZ555600: 1214.0672385958294\n", - "12:18:32\tCompleted 3187 to KZ353600: 2771.2289904137024\n", - "12:18:32\tCompleted 3148 to KZ593200: 651.2809885992014\n", - "12:18:32\tCompleted 3202 to KZ316200: 3034.1321409039924\n", - "12:18:32\tCompleted 3208 to KZ314000: 3111.402897129663\n", - "12:18:32\tCompleted 3163 to KZ431000: 1384.8403181808153\n", - "12:18:32\tCompleted 3141 to KZ314200: 3191.355158286155\n", - "12:18:32\tCompleted 3157 to KZ614400: 1750.3440250713736\n", - "12:18:32\tCompleted 3203 to KZ434800: 1644.2124955369886\n", - "12:18:32\tCompleted 3146 to KZ751510: 1396.0097609781333\n", - "12:18:32\tCompleted 3189 to KZ614800: 2820.164989500913\n", - "12:18:32\tCompleted 3172 to KZ113800: 914.4283438569037\n", - "12:18:32\tCompleted 3160 to KZ114800: 2682.3371546118897\n", - "12:18:33\tCompleted 3166 to KZ114500: 505.2266967025792\n", - "12:18:33\tCompleted 3170 to KZ551000: 2649.422969750281\n", - "12:18:33\tCompleted 3162 to KZ631000: 1369.3205584612742\n", - "12:18:33\tCompleted 3143 to KZ613800: 2641.046903093716\n", - "12:18:33\tCompleted 3147 to KZ354800: 540.308215749143\n", - "12:18:33\tCompleted 3145 to KZ155600: 2467.261945546486\n", - "12:18:33\tCompleted 3155 to KZ395200: 2180.5518977026645\n", - "12:18:33\tCompleted 3201 to KZ636400: 503.1596456562806\n", - "12:18:33\tCompleted 3176 to KZ552200: 2932.3694801432953\n", - "12:18:33\tCompleted 3204 to KZ556400: 2506.5343127046467\n", - "12:18:33\tCompleted 3186 to KZ231000: 2455.8405855745305\n", - "12:18:33\tCompleted 3193 to KZ353200: 3306.196241734127\n", - "12:18:33\tCompleted 3209 to KZ475200: 858.3650310521058\n", - "12:18:34\tCompleted 3140 to KZ636400: 1657.7691074418544\n", - "12:18:34\tCompleted 3164 to KZ551000: 1083.0867317830302\n", - "12:18:34\tCompleted 3197 to KZ613900: 1619.8611547534476\n", - "12:18:34\tCompleted 3168 to KZ355600: 1330.5440148452833\n", - "12:18:34\tCompleted 3206 to KZ114400: 1815.5712541353741\n", - "12:18:34\tCompleted 3167 to KZ194000: 1466.0494954884803\n", - "12:18:34\tCompleted 3169 to KZ431900: 1639.8484304600986\n", - "12:18:34\tCompleted 3216 to KZ711310: 1701.6895260325196\n", - "12:18:34\tCompleted 3142 to KZ593600: 2292.0111920801514\n", - "12:18:34\tCompleted 3166 to KZ114000: 452.1660504964018\n", - "12:18:34\tCompleted 3154 to KZ196600: 1718.7462987537044\n", - "12:18:34\tCompleted 3172 to KZ114500: 781.5503593109411\n", - "12:18:34\tCompleted 3148 to KZ595800: 755.2005986395786\n", - "12:18:35\tCompleted 3191 to KZ156800: 3469.765035349577\n", - "12:18:35\tCompleted 3200 to KZ194000: 3964.7801591529055\n", - "12:18:35\tCompleted 3214 to KZ636800: 2990.3564996462705\n", - "12:18:35\tCompleted 3173 to KZ193400: 1492.5175736265182\n", - "12:18:35\tCompleted 3209 to KZ471800: 687.9748108913705\n", - "12:18:35\tCompleted 3201 to KZ631000: 672.7214753017747\n", - "12:18:35\tCompleted 3188 to KZ551600: 1349.4544514101333\n", - "12:18:35\tCompleted 3210 to KZ613600: 1839.1800419245799\n", - "12:18:35\tCompleted 3166 to KZ117000: 374.7983939430057\n", - "12:18:35\tCompleted 3147 to KZ355200: 634.2155934972784\n", - "12:18:35\tCompleted 3174 to KZ635400: 5079.449248965262\n", - "12:18:35\tCompleted 3164 to KZ556000: 1122.5529839352148\n", - "12:18:35\tCompleted 3175 to KZ352200: 2473.706095403536\n", - "12:18:35\tCompleted 3207 to KZ194200: 4225.344405840197\n", - "12:18:36\tCompleted 3215 to KZ473600: 1808.3668890339716\n", - "12:18:36\tCompleted 3179 to KZ195800: 1725.6515297498574\n", - "12:18:36\tCompleted 3161 to KZ234000: 3371.5244437644633\n", - "12:18:36\tCompleted 3177 to KZ613800: 2179.394794418383\n", - "12:18:36\tCompleted 3197 to KZ612000: 1125.7327954191967\n", - "12:18:36\tCompleted 3153 to KZ153600: 2759.2726922124752\n", - "12:18:36\tCompleted 3160 to KZ111010: 3073.6466553898367\n", - "12:18:36\tCompleted 3141 to KZ353200: 3258.5695254788748\n", - "12:18:36\tCompleted 3148 to KZ593400: 564.5878612874384\n", - "12:18:36\tCompleted 3181 to KZ431900: 3295.599403489112\n", - "12:18:36\tCompleted 3180 to KZ751510: 2523.217911183293\n", - "12:18:36\tCompleted 3216 to KZ555200: 1307.4832569678026\n", - "12:18:36\tCompleted 3172 to KZ114000: 728.4897131047636\n", - "12:18:36\tCompleted 3157 to KZ614600: 1437.2885452325363\n", - "12:18:36\tCompleted 3163 to KZ435200: 1461.1466244092308\n", - "12:18:36\tCompleted 3191 to KZ193200: 1286.3660201967696\n", - "12:18:36\tCompleted 3151 to KZ615600: 2421.286556093263\n", - "12:18:36\tCompleted 3147 to KZ355600: 233.62642280707337\n", - "12:18:36\tCompleted 3189 to KZ615400: 2816.5706145823838\n", - "12:18:36\tCompleted 3212 to KZ114600: 2320.4558736770473\n", - "12:18:37\tCompleted 3168 to KZ352100: 1423.8041693155865\n", - "12:18:37\tCompleted 3166 to KZ114400: 501.038234051605\n", - "12:18:37\tCompleted 3202 to KZ311000: 2894.7034012748713\n", - "12:18:37\tCompleted 3182 to KZ553600: 3505.1863869830863\n", - "12:18:37\tCompleted 3185 to KZ154200: 3626.7345895667368\n", - "12:18:37\tCompleted 3187 to KZ351600: 2352.4612251412705\n", - "12:18:37\tCompleted 3206 to KZ114600: 1809.0061784586826\n", - "12:18:37\tCompleted 3164 to KZ556800: 1122.788008463182\n", - "12:18:37\tCompleted 3142 to KZ595200: 1828.3672938060704\n", - "12:18:37\tCompleted 3155 to KZ391000: 2376.2581622116286\n", - "12:18:37\tCompleted 3201 to KZ634600: 940.4061006020717\n", - "12:18:37\tCompleted 3213 to KZ196200: 2196.26468396751\n", - "12:18:37\tCompleted 3154 to KZ194200: 1220.6960409262392\n", - "12:18:37\tCompleted 3140 to KZ631000: 1363.9357821504238\n", - "12:18:38\tCompleted 3203 to KZ433600: 1844.0552590788895\n", - "12:18:38\tCompleted 3192 to KZ751910: 3810.4011426022503\n", - "12:18:38\tCompleted 3162 to KZ634600: 1770.1300357329967\n", - "12:18:38\tCompleted 3210 to KZ614000: 1786.0399950102578\n", - "12:18:38\tCompleted 3156 to KZ475200: 3697.798867943274\n", - "12:18:38\tCompleted 3196 to KZ474600: 4605.070248999996\n", - "12:18:38\tCompleted 3172 to KZ117000: 651.1220565513675\n", - "12:18:38\tCompleted 3177 to KZ273200: 1075.792329688726\n", - "12:18:38\tCompleted 3191 to KZ193400: 951.2173106870293\n", - "12:18:38\tCompleted 3208 to KZ314800: 3610.6902020040925\n", - "12:18:38\tCompleted 3145 to KZ156800: 1865.2724793744321\n", - "12:18:38\tCompleted 3173 to KZ193600: 1231.6081115736074\n", - "12:18:38\tCompleted 3148 to KZ594200: 744.4456103509499\n", - "12:18:38\tCompleted 3147 to KZ352100: 708.810262837327\n", - "12:18:38\tCompleted 3166 to KZ114600: 609.4373264390348\n", - "12:18:38\tCompleted 3170 to KZ556000: 2697.5443519582946\n", - "12:18:39\tCompleted 3201 to KZ634400: 532.5568411459897\n", - "12:18:39\tCompleted 3216 to KZ551600: 1365.4441605990341\n", - "12:18:39\tCompleted 3209 to KZ593200: 2599.087791556882\n", - "12:18:39\tCompleted 3176 to KZ554600: 2988.5598187159876\n", - "12:18:39\tCompleted 3183 to KZ275000: 3294.5978830649015\n", - "12:18:39\tCompleted 3169 to KZ434600: 1673.513000886479\n", - "12:18:39\tCompleted 3143 to KZ273200: 4305.379743358398\n", - "12:18:39\tCompleted 3167 to KZ196400: 1675.9012441327784\n", - "12:18:39\tCompleted 3175 to KZ352300: 1762.891176247546\n", - "12:18:39\tCompleted 3164 to KZ554800: 1352.3336624358076\n", - "12:18:39\tCompleted 3168 to KZ352200: 1226.083673369626\n", - "12:18:39\tCompleted 3188 to KZ553200: 1468.4024448168407\n", - "12:18:39\tCompleted 3147 to KZ352200: 64.47555704947987\n", - "12:18:39\tCompleted 3197 to KZ614400: 1548.0624787412994\n", - "12:18:40\tCompleted 3193 to KZ353600: 4033.497441994065\n", - "12:18:40\tCompleted 3146 to KZ231000: 3196.7716143852126\n", - "12:18:40\tCompleted 3204 to KZ554200: 2696.294293269889\n", - "12:18:40\tCompleted 3212 to KZ114800: 1422.3156070080386\n", - "12:18:40\tCompleted 3180 to KZ231000: 1415.2957111098071\n", - "12:18:40\tCompleted 3172 to KZ114400: 777.361896659967\n", - "12:18:40\tCompleted 3160 to KZ116000: 3240.4158500113317\n", - "12:18:40\tCompleted 3177 to KZ274400: 1053.791319996186\n", - "12:18:40\tCompleted 3191 to KZ193600: 1782.3116529990186\n", - "12:18:40\tCompleted 3179 to KZ196000: 1574.634349265375\n", - "12:18:40\tCompleted 3163 to KZ434800: 1376.1697143343142\n", - "12:18:40\tCompleted 3186 to KZ234000: 2664.4510629421957\n", - "12:18:41\tCompleted 3189 to KZ615200: 2632.154183286837\n", - "12:18:41\tCompleted 3154 to KZ751210: 1318.9142202347152\n", - "12:18:41\tCompleted 3148 to KZ596600: 845.331127927715\n", - "12:18:41\tCompleted 3142 to KZ591000: 1945.3231379287863\n", - "12:18:41\tCompleted 3166 to KZ114800: 967.6728557923499\n", - "12:18:41\tCompleted 3206 to KZ114800: 2282.205875876112\n", - "12:18:41\tCompleted 3164 to KZ556400: 1265.6702705430546\n", - "12:18:41\tCompleted 3157 to KZ614800: 1818.6010073192049\n", - "12:18:41\tCompleted 3155 to KZ395400: 2419.6220571369413\n", - "12:18:41\tCompleted 3162 to KZ634400: 1349.768048838572\n", - "12:18:41\tCompleted 3174 to KZ635000: 4606.782459053619\n", - "12:18:41\tCompleted 3181 to KZ434600: 3329.2639739154897\n", - "12:18:41\tCompleted 3210 to KZ613900: 2063.9632670267056\n", - "12:18:41\tCompleted 3207 to KZ751210: 4180.144028425015\n", - "12:18:41\tCompleted 3215 to KZ474200: 2254.9910501005024\n", - "12:18:41\tCompleted 3200 to KZ196400: 4397.934265828515\n", - "12:18:41\tCompleted 3141 to KZ353600: 3985.870725738813\n", - "12:18:41\tCompleted 3216 to KZ553200: 1657.6404662821901\n", - "12:18:41\tCompleted 3151 to KZ615800: 2188.4628993751853\n", - "12:18:42\tCompleted 3182 to KZ552200: 3396.7184449613733\n", - "12:18:42\tCompleted 3197 to KZ614600: 1273.1701763258873\n", - "12:18:42\tCompleted 3147 to KZ352300: 857.4249635162134\n", - "12:18:42\tCompleted 3202 to KZ315000: 3307.3752754140864\n", - "12:18:42\tCompleted 3173 to KZ194000: 1425.6362920051997\n", - "12:18:42\tCompleted 3172 to KZ114600: 885.7609890473966\n", - "12:18:42\tCompleted 3167 to KZ196800: 1276.3202323911291\n", - "12:18:42\tCompleted 3204 to KZ791110: 1296.5247004404353\n", - "12:18:42\tCompleted 3191 to KZ194000: 1637.8568841443498\n", - "12:18:42\tCompleted 3214 to KZ635800: 3354.6440514436545\n", - "12:18:42\tCompleted 3203 to KZ434000: 1823.5491549495887\n", - "12:18:43\tCompleted 3188 to KZ553600: 1245.9351385317714\n", - "12:18:43\tCompleted 3166 to KZ111010: 505.0249802223986\n", - "12:18:43\tCompleted 3148 to KZ595000: 679.7711466154163\n", - "12:18:43\tCompleted 3201 to KZ313600: 1647.7156000413675\n", - "12:18:43\tCompleted 3145 to KZ193200: 1694.952356234837\n", - "12:18:43\tCompleted 3208 to KZ315400: 3297.9290833241407\n", - "12:18:43\tCompleted 3140 to KZ634600: 1764.7452594221465\n", - "12:18:43\tCompleted 3147 to KZ352800: 91.59797974644664\n", - "12:18:43\tCompleted 3185 to KZ156000: 3199.983821934957\n", - "12:18:43\tCompleted 3187 to KZ354000: 1998.7468956103837\n", - "12:18:43\tCompleted 3209 to KZ595800: 2928.966503479811\n", - "12:18:43\tCompleted 3168 to KZ352300: 2006.0392578330532\n", - "12:18:44\tCompleted 3164 to KZ554200: 1541.8280599980476\n", - "12:18:44\tCompleted 3192 to KZ751510: 3798.9170805013346\n", - "12:18:44\tCompleted 3160 to KZ116400: 3010.4794186269082\n", - "12:18:44\tCompleted 3175 to KZ352800: 2474.389938544634\n", - "12:18:44\tCompleted 3177 to KZ275400: 1728.979751953208\n", - "12:18:44\tCompleted 3213 to KZ192600: 2469.615611787519\n", - "12:18:44\tCompleted 3153 to KZ154000: 2280.618969808623\n", - "12:18:44\tCompleted 3142 to KZ595600: 1816.8286242530887\n", - "12:18:44\tCompleted 3180 to KZ234000: 1623.9061884774667\n", - "12:18:44\tCompleted 3166 to KZ116000: 473.856061345138\n", - "12:18:44\tCompleted 3161 to KZ234200: 3822.470150285399\n", - "12:18:44\tCompleted 3216 to KZ553600: 1541.977853208312\n", - "12:18:44\tCompleted 3170 to KZ556800: 2898.232276830232\n", - "12:18:44\tCompleted 3154 to KZ751110: 1326.519602391394512:18:44\tCompleted 3212 to KZ111010: 1810.0695775747054\n", - "\n", - "12:18:44\tCompleted 3147 to KZ356400: 382.2388886531413\n", - "12:18:44\tCompleted 3206 to KZ111010: 1819.558000306168\n", - "12:18:44\tCompleted 3191 to KZ196400: 1378.9834131832897\n", - "12:18:44\tCompleted 3196 to KZ475000: 4975.39927574981712:18:44\tCompleted 3156 to KZ471800: 3527.4086477825485\n", - "\n", - "12:18:45\tCompleted 3179 to KZ191000: 1449.9534908190292\n", - "12:18:45\tCompleted 3143 to KZ274400: 4235.446143369947\n", - "12:18:45\tCompleted 3169 to KZ434400: 2016.4623998482134\n", - "12:18:45\tCompleted 3197 to KZ614800: 1512.880181583558\n", - "12:18:45\tCompleted 3192 to KZ231000: 117.5124446961047212:18:45\tCompleted 3210 to KZ612000: 1932.6747280551701\n", - "\n", - "12:18:45\tCompleted 3204 to KZ791310: 1274.2431514800376\n", - "12:18:45\tCompleted 3148 to KZ593600: 794.3197508997097\n", - "12:18:45\tCompleted 3163 to KZ433600: 1576.0124778762151\n", - "12:18:45\tCompleted 3176 to KZ555600: 3552.590669209815\n", - "12:18:45\tCompleted 3147 to KZ352400: 55.23097038856279\n", - "12:18:46\tCompleted 3155 to KZ392000: 2536.545752217165\n", - "12:18:46\tCompleted 3177 to KZ273600: 896.9390109357182\n", - "12:18:46\tCompleted 3188 to KZ552200: 1310.937501030086912:18:46\tCompleted 3151 to KZ612600: 1897.8429104896857\n", - "\n", - "12:18:46\tCompleted 3172 to KZ114800: 1243.996518400712\n", - "12:18:46\tCompleted 3166 to KZ116400: 596.2574091046573\n", - "12:18:46\tCompleted 3189 to KZ616400: 3333.7757354822515\n", - "12:18:46\tCompleted 3168 to KZ352800: 1253.2060960665929\n", - "12:18:46\tCompleted 3167 to KZ191600: 1328.3096384571377\n", - "12:18:46\tCompleted 3215 to KZ474600: 1932.166489282432\n", - "12:18:46\tCompleted 3183 to KZ274800: 3819.4856908763945\n", - "12:18:46\tCompleted 3192 to KZ234000: 373.96993691571845\n", - "12:18:46\tCompleted 3157 to KZ615400: 1709.5048894921406\n", - "12:18:46\tCompleted 3162 to KZ313600: 1667.4133535788476\n", - "12:18:46\tCompleted 3201 to KZ314000: 1506.072235892981\n", - "12:18:47\tCompleted 3156 to KZ593200: 644.8591635515755\n", - "12:18:47\tCompleted 3191 to KZ196800: 1549.157822924592\n", - "12:18:47\tCompleted 3145 to KZ193400: 1420.789233176701\n", - "12:18:47\tCompleted 3202 to KZ314200: 2900.1786322102057\n", - "12:18:47\tCompleted 3181 to KZ434400: 3672.213372877215\n", - "12:18:47\tCompleted 3174 to KZ632200: 3956.4627778198474\n", - "12:18:47\tCompleted 3193 to KZ351600: 3614.729676721672\n", - "12:18:47\tCompleted 3216 to KZ552200: 1624.8534949604473\n", - "12:18:47\tCompleted 3182 to KZ554600: 3452.9087835340656\n", - "12:18:47\tCompleted 3140 to KZ634400: 1344.3832725277216\n", - "12:18:47\tCompleted 3206 to KZ116000: 1788.389081428907\n", - "12:18:47\tCompleted 3200 to KZ196800: 3866.0926635873366\n", - "12:18:47\tCompleted 3141 to KZ351600: 3615.276329705972\n", - "12:18:47\tCompleted 3146 to KZ234000: 3405.3820917529006\n", - "12:18:47\tCompleted 3166 to KZ116800: 383.8585554126316\n", - "12:18:47\tCompleted 3148 to KZ595200: 791.7698839569458\n", - "12:18:48\tCompleted 3207 to KZ751110: 4187.901387737895\n", - "12:18:48\tCompleted 3209 to KZ593400: 3034.258810698552\n", - "12:18:48\tCompleted 3192 to KZ234200: 780.8430755876241\n", - "12:18:48\tCompleted 3177 to KZ276600: 978.7642576346944\n", - "12:18:48\tCompleted 3142 to KZ596000: 2035.6243296862053\n", - "12:18:48\tCompleted 3186 to KZ234200: 3115.396769463154\n", - "12:18:48\tCompleted 3173 to KZ196400: 1635.4880406494979\n", - "12:18:48\tCompleted 3187 to KZ351000: 1962.7832624097996\n", - "12:18:48\tCompleted 3172 to KZ111010: 781.3486428307604\n", - "12:18:48\tCompleted 3204 to KZ791510: 1284.360927476306\n", - "12:18:48\tCompleted 3160 to KZ116800: 3338.60903985166\n", - "12:18:48\tCompleted 3154 to KZ751310: 1328.034321017156\n", - "12:18:48\tCompleted 3197 to KZ615400: 1509.2858066650492\n", - "12:18:48\tCompleted 3147 to KZ356000: 1018.5213507394884\n", - "12:18:48\tCompleted 3208 to KZ315600: 3817.3705961447927\n", - "12:18:48\tCompleted 3212 to KZ116000: 1759.1585770124157\n", - "12:18:49\tCompleted 3210 to KZ614400: 1990.4960664665084\n", - "12:18:49\tCompleted 3166 to KZ111810: 405.7226484357602\n", - "12:18:49\tCompleted 3156 to KZ595800: 748.7787735919528\n", - "12:18:49\tCompleted 3191 to KZ191600: 1466.057366056749\n", - "12:18:49\tCompleted 3179 to KZ196200: 1369.635959454398\n", - "12:18:49\tCompleted 3168 to KZ356400: 1446.1130438186315\n", - "12:18:49\tCompleted 3201 to KZ314800: 946.0721233426754\n", - "12:18:49\tCompleted 3169 to KZ431000: 1357.2839689947111\n", - "12:18:49\tCompleted 3175 to KZ356400: 2574.80369387553\n", - "12:18:49\tCompleted 3185 to KZ154600: 3498.121252680072\n", - "12:18:49\tCompleted 3164 to KZ791110: 2628.1202362550193\n", - "12:18:49\tCompleted 3203 to KZ471000: 3933.42162881144\n", - "12:18:49\tCompleted 3214 to KZ636200: 3108.772069545387712:18:49\tCompleted 3148 to KZ591000: 681.9856127094837\n", - "\n", - "12:18:49\tCompleted 3177 to KZ275000: 803.5916119163085\n", - "12:18:49\tCompleted 3192 to KZ234600: 896.0133740257047\n", - "12:18:50\tCompleted 3155 to KZ395600: 2413.699101508252\n", - "12:18:50\tCompleted 3216 to KZ554600: 1696.938578626281\n", - "12:18:50\tCompleted 3167 to KZ195200: 1349.3639675344343\n", - "12:18:50\tCompleted 3180 to KZ234200: 2074.8518949984445\n", - "12:18:50\tCompleted 3170 to KZ554800: 2902.2088376779525\n", - "12:18:50\tCompleted 3145 to KZ193600: 1283.0783783575582\n", - "12:18:50\tCompleted 3172 to KZ116000: 750.1797239535\n", - "12:18:50\tCompleted 3206 to KZ116400: 1910.7904291884263\n", - "12:18:50\tCompleted 3213 to KZ196600: 2515.3313358427904\n", - "12:18:50\tCompleted 3204 to KZ791710: 1255.8609881260172\n", - "12:18:50\tCompleted 3157 to KZ615200: 1488.9877442761479\n", - "12:18:50\tCompleted 3188 to KZ554600: 1393.1139735318964\n", - "12:18:50\tCompleted 3156 to KZ593400: 558.1660362398126\n", - "12:18:51\tCompleted 3147 to KZ354400: 811.0054725623369\n", - "12:18:51\tCompleted 3189 to KZ615600: 2944.2161697063666\n", - "12:18:51\tCompleted 3151 to KZ616000: 2215.6021151077966\n", - "12:18:51\tCompleted 3192 to KZ234800: 373.06366332427433\n", - "12:18:51\tCompleted 3162 to KZ314000: 1525.7699894304612\n", - "12:18:51\tCompleted 3142 to KZ596200: 1640.4075957487353\n", - "12:18:51\tCompleted 3163 to KZ434000: 1737.7708460980853\n", - "12:18:51\tCompleted 3173 to KZ196800: 1235.9070289078486\n", - "12:18:51\tCompleted 3191 to KZ195200: 1543.3643311415576\n", - "12:18:51\tCompleted 3196 to KZ475200: 4986.242236533864\n", - "12:18:51\tCompleted 3197 to KZ615200: 1324.8693753694988\n", - "12:18:51\tCompleted 3176 to KZ551000: 3007.4620749936635\n", - "12:18:51\tCompleted 3168 to KZ352400: 1204.6204539603734\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:18:51\tCompleted 3209 to KZ594200: 2742.747641026181\n", - "12:18:52\tCompleted 3141 to KZ354000: 3213.388630935504\n", - "12:18:52\tCompleted 3161 to KZ234600: 3937.6404487234536\n", - "12:18:52\tCompleted 3193 to KZ354000: 3261.015347190756\n", - "12:18:52\tCompleted 3201 to KZ315400: 1168.738580266153\n", - "12:18:52\tCompleted 3166 to KZ116600: 1137.0739372441908\n", - "12:18:52\tCompleted 3181 to KZ431000: 3013.0349420237485\n", - "12:18:52\tCompleted 3143 to KZ275400: 4910.634575327013\n", - "12:18:52\tCompleted 3153 to KZ154200: 2583.2550087779455\n", - "12:18:52\tCompleted 3202 to KZ353200: 3019.5701740457384\n", - "12:18:52\tCompleted 3212 to KZ116400: 1651.1284338192368\n", - "12:18:52\tCompleted 3210 to KZ614600: 1780.1476939350732\n", - "12:18:52\tCompleted 3187 to KZ352000: 1730.8880054964145\n", - "12:18:52\tCompleted 3154 to KZ751410: 1343.7019401079158\n", - "12:18:52\tCompleted 3192 to KZ235200: 280.24132501330047\n", - "12:18:52\tCompleted 3148 to KZ595600: 915.8731992314059\n", - "12:18:52\tCompleted 3177 to KZ274800: 1379.96682612047\n", - "12:18:52\tCompleted 3215 to KZ475000: 2302.495516032221\n", - "12:18:52\tCompleted 3140 to KZ313600: 1733.1030074615203\n", - "12:18:52\tCompleted 3216 to KZ555600: 1412.179504029323\n", - "12:18:52\tCompleted 3172 to KZ116400: 872.581071713019\n", - "12:18:53\tCompleted 3204 to KZ611600: 1205.0356492733406\n", - "12:18:53\tCompleted 3156 to KZ594200: 738.0237853033241\n", - "12:18:53\tCompleted 3160 to KZ111810: 3378.139840898151\n", - "12:18:53\tCompleted 3191 to KZ195000: 1394.235768450782212:18:53\tCompleted 3182 to KZ555600: 4016.939634027893\n", - "\n", - "12:18:53\tCompleted 3200 to KZ191600: 3891.8906396474213\n", - "12:18:53\tCompleted 3147 to KZ351800: 832.040187205363\n", - "12:18:53\tCompleted 3208 to KZ316000: 2991.131518281311\n", - "12:18:53\tCompleted 3206 to KZ116800: 1698.3915754964005\n", - "12:18:53\tCompleted 3167 to KZ195000: 1277.904476359839\n", - "12:18:53\tCompleted 3192 to KZ235600: 172.3923632450617\n", - "12:18:53\tCompleted 3183 to KZ275800: 3289.0685148648163\n", - "12:18:53\tCompleted 3166 to KZ115600: 569.7949966393148\n", - "12:18:53\tCompleted 3207 to KZ751310: 4181.072960613148\n", - "12:18:53\tCompleted 3169 to KZ435200: 1433.5902752231266\n", - "12:18:53\tCompleted 3175 to KZ352400: 2424.6587489956114\n", - "12:18:54\tCompleted 3179 to KZ192600: 1505.3093349179032\n", - "12:18:54\tCompleted 3164 to KZ791310: 2584.580004374412\n", - "12:18:54\tCompleted 3177 to KZ275800: 849.5496501088649\n", - "12:18:54\tCompleted 3148 to KZ596000: 558.6882151783158\n", - "12:18:54\tCompleted 3162 to KZ314800: 1225.8889857228055\n", - "12:18:54\tCompleted 3155 to KZ395800: 2716.0831769147317\n", - "12:18:54\tCompleted 3172 to KZ116800: 660.1822180209937\n", - "12:18:54\tCompleted 3145 to KZ194000: 1477.1065587891512\n", - "12:18:54\tCompleted 3216 to KZ551000: 1323.3149346830694\n", - "12:18:54\tCompleted 3173 to KZ191600: 1287.8964349738571\n", - "12:18:55\tCompleted 3174 to KZ635200: 4872.3875068466605\n", - "12:18:55\tCompleted 3189 to KZ615800: 2711.3925129882778\n", - "12:18:55\tCompleted 3209 to KZ596600: 2495.010773910526\n", - "12:18:55\tCompleted 3192 to KZ233600: 555.7190631795422\n", - "12:18:55\tCompleted 3156 to KZ596600: 838.9093028800892\n", - "12:18:55\tCompleted 3185 to KZ154800: 3381.3019329320286\n", - "12:18:55\tCompleted 3201 to KZ315600: 1442.204197944371\n", - "12:18:55\tCompleted 3186 to KZ234600: 3230.5670679012087\n", - "12:18:55\tCompleted 3191 to KZ194400: 1772.1474178552994\n", - "12:18:55\tCompleted 3204 to KZ613600: 1259.2307859171626\n", - "12:18:55\tCompleted 3146 to KZ234200: 3856.3277982738364\n", - "12:18:55\tCompleted 3213 to KZ194200: 2143.4223976650683\n", - "12:18:55\tCompleted 3188 to KZ555600: 1799.467863528458\n", - "12:18:55\tCompleted 3166 to KZ115200: 763.2771111255772\n", - "12:18:56\tCompleted 3142 to KZ596400: 2509.474774726013\n", - "12:18:56\tCompleted 3203 to KZ473600: 3514.4468627884967\n", - "12:18:56\tCompleted 3151 to KZ613800: 2363.8562481266745\n", - "12:18:56\tCompleted 3141 to KZ351000: 3177.4249977349173\n", - "12:18:56\tCompleted 3168 to KZ356000: 2123.3097432485224\n", - "12:18:56\tCompleted 3172 to KZ111810: 682.0463110441223\n", - "12:18:56\tCompleted 3206 to KZ111810: 1718.9017863825595\n", - "12:18:56\tCompleted 3170 to KZ556400: 2840.6616385661287\n", - "12:18:56\tCompleted 3193 to KZ351000: 3225.0517139901694\n", - "12:18:56\tCompleted 3210 to KZ614800: 2261.7684993061794\n", - "12:18:56\tCompleted 3154 to KZ751710: 1379.4178939381766\n", - "12:18:56\tCompleted 3180 to KZ234600: 2190.022193436528\n", - "12:18:56\tCompleted 3147 to KZ393200: 1205.1036875353982\n", - "12:18:56\tCompleted 3177 to KZ276000: 1265.3806758639316\n", - "12:18:56\tCompleted 3197 to KZ616400: 2026.490927564902\n", - "12:18:56\tCompleted 3157 to KZ616400: 2330.80759017708\n", - "12:18:56\tCompleted 3160 to KZ116600: 3245.115311946001\n", - "12:18:57\tCompleted 3176 to KZ556000: 3055.583457201677\n", - "12:18:57\tCompleted 3212 to KZ116800: 1977.359779380709\n", - "12:18:57\tCompleted 3156 to KZ595000: 673.3493215677905\n", - "12:18:57\tCompleted 3175 to KZ356000: 1766.289078660982\n", - "12:18:57\tCompleted 3181 to KZ435200: 3069.1608007346417\n", - "12:18:57\tCompleted 3148 to KZ596200: 945.687664849494112:18:57\tCompleted 3214 to KZ636400: 3045.776494975616\n", - "\n", - "12:18:57\tCompleted 3216 to KZ556000: 1364.6114430138825\n", - "12:18:57\tCompleted 3191 to KZ194600: 1405.9482527295322\n", - "12:18:57\tCompleted 3162 to KZ315400: 1188.436333803633\n", - "12:18:57\tCompleted 3196 to KZ471800: 4815.852016373132\n", - "12:18:57\tCompleted 3169 to KZ434800: 1348.61336514821\n", - "12:18:58\tCompleted 3167 to KZ194400: 1600.3400291994299\n", - "12:18:58\tCompleted 3151 to KZ273200: 938.7806234487354\n", - "12:18:58\tCompleted 3140 to KZ314000: 1591.459643313134\n", - "12:18:58\tCompleted 3164 to KZ791510: 2561.699504802759312:18:58\tCompleted 3182 to KZ551000: 3471.8110398117415\n", - "\n", - "12:18:58\tCompleted 3202 to KZ353600: 3746.8713743056765\n", - "12:18:58\tCompleted 3166 to KZ115400: 983.8498829912343\n", - "12:18:58\tCompleted 3143 to KZ273600: 4078.5938343094717\n", - "12:18:58\tCompleted 3173 to KZ195200: 1308.9507640511538\n", - "12:18:58\tCompleted 3204 to KZ614000: 1304.5896245897386\n", - "12:18:58\tCompleted 3187 to KZ354800: 2486.4062760259017\n", - "12:18:58\tCompleted 3189 to KZ612600: 2420.7725241027924\n", - "12:18:58\tCompleted 3155 to KZ392400: 2442.2701029410637\n", - "12:18:58\tCompleted 3208 to KZ316600: 3639.1223823653318\n", - "12:18:58\tCompleted 3179 to KZ196600: 1688.7026113296909\n", - "12:18:58\tCompleted 3163 to KZ471000: 3622.419307714206\n", - "12:18:59\tCompleted 3177 to KZ276200: 984.7668891300078\n", - "12:18:59\tCompleted 3200 to KZ195200: 3829.6556627821537\n", - "12:18:59\tCompleted 3215 to KZ475200: 2313.33847681627\n", - "12:18:59\tCompleted 3209 to KZ595000: 2769.3316512550423\n", - "12:18:59\tCompleted 3142 to KZ594600: 1734.8205146493724\n", - "12:18:59\tCompleted 3156 to KZ593600: 787.8979258520839\n", - "12:18:59\tCompleted 3148 to KZ596400: 719.4826444492683\n", - "12:18:59\tCompleted 3153 to KZ156000: 2156.504241146166\n", - "12:18:59\tCompleted 3161 to KZ234800: 3071.3418245590697\n", - "12:18:59\tCompleted 3145 to KZ196400: 1686.9583074334494\n", - "12:18:59\tCompleted 3188 to KZ551000: 1386.0300958804692\n", - "12:18:59\tCompleted 3180 to KZ234800: 1323.7235692720562\n", - "12:18:59\tCompleted 3191 to KZ194800: 1560.9028569861305\n", - "12:18:59\tCompleted 3151 to KZ274400: 868.8470234602964\n", - "12:18:59\tCompleted 3216 to KZ556800: 1426.1824016986263\n", - "12:18:59\tCompleted 3168 to KZ354400: 1970.9435888061898\n", - "12:18:59\tCompleted 3206 to KZ116600: 2071.9917933331817\n", - "12:19:00\tCompleted 3147 to KZ393400: 1213.2059538441572\n", - "12:19:00\tCompleted 3207 to KZ751410: 4198.49793901679\n", - "12:19:00\tCompleted 3210 to KZ615400: 2002.9322663967316\n", - "12:19:00\tCompleted 3141 to KZ352000: 2993.703110061133\n", - "12:19:00\tCompleted 3172 to KZ116600: 1515.3878907596168\n", - "12:19:00\tCompleted 3154 to KZ751810: 1333.2769617042752\n", - "12:19:00\tCompleted 3201 to KZ316000: 1767.3052180489235\n", - "12:19:00\tCompleted 3197 to KZ615600: 1636.9313617890082\n", - "12:19:00\tCompleted 3193 to KZ352000: 2993.1564570768332\n", - "12:19:00\tCompleted 3183 to KZ276000: 3704.8995406198515\n", - "12:19:00\tCompleted 3160 to KZ115600: 3143.5634756667177\n", - "12:19:00\tCompleted 3177 to KZ271000: 1002.4598445442348\n", - "12:19:01\tCompleted 3185 to KZ155200: 3808.2405958337813\n", - "12:19:01\tCompleted 3213 to KZ751210: 2098.222020249889\n", - "12:19:01\tCompleted 3162 to KZ315600: 1314.8854027014813\n", - "12:19:01\tCompleted 3157 to KZ615600: 1529.1160940420561\n", - "12:19:01\tCompleted 3196 to KZ593200: 1933.3025321421453\n", - "12:19:01\tCompleted 3174 to KZ632400: 4665.04454404023\n", - "12:19:01\tCompleted 3156 to KZ595200: 785.34805890932\n", - "12:19:01\tCompleted 3140 to KZ314800: 1291.5786396054777\n", - "12:19:01\tCompleted 3186 to KZ234800: 2364.268443736802\n", - "12:19:01\tCompleted 3192 to KZ633200: 4074.1586815999785\n", - "12:19:01\tCompleted 3173 to KZ195000: 1237.4912728765585\n", - "12:19:01\tCompleted 3204 to KZ613900: 1541.5096217594585\n", - "12:19:01\tCompleted 3148 to KZ594600: 924.9614959767662\n", - "12:19:02\tCompleted 3181 to KZ434800: 3004.3643381772454\n", - "12:19:02\tCompleted 3191 to KZ195600: 1765.8618685194053\n", - "12:19:02\tCompleted 3179 to KZ194200: 1190.6523535022257\n", - "12:19:02\tCompleted 3170 to KZ554200: 3010.5065404193206\n", - "12:19:02\tCompleted 3169 to KZ433600: 1548.456128690111\n", - "12:19:02\tCompleted 3155 to KZ396200: 2250.693188914859\n", - "12:19:02\tCompleted 3172 to KZ115600: 846.1186592476766\n", - "12:19:02\tCompleted 3175 to KZ354400: 2553.5944014152083\n", - "12:19:02\tCompleted 3187 to KZ355200: 1787.9088440309552\n", - "12:19:02\tCompleted 3151 to KZ275400: 1544.0354554173184\n", - "12:19:02\tCompleted 3216 to KZ554800: 1580.8623704469187\n", - "12:19:02\tCompleted 3212 to KZ111810: 2016.8905804272038\n", - "12:19:02\tCompleted 3180 to KZ235200: 1371.3634166354568\n", - "12:19:02\tCompleted 3203 to KZ474200: 3961.0710238550187\n", - "12:19:02\tCompleted 3176 to KZ556800: 3256.2713820736144\n", - "12:19:02\tCompleted 3145 to KZ196800: 1287.3772956918\n", - "12:19:03\tCompleted 3206 to KZ115600: 1884.3280167230841\n", - "12:19:03\tCompleted 3147 to KZ391600: 1147.797917752644\n", - "12:19:03\tCompleted 3189 to KZ616000: 2738.531728720889\n", - "12:19:03\tCompleted 3148 to KZ711110: 173.19378956247277\n", - "12:19:03\tCompleted 3167 to KZ194600: 1545.420871240455\n", - "12:19:03\tCompleted 3210 to KZ615200: 1740.3489128984518\n", - "12:19:03\tCompleted 3146 to KZ234600: 3971.498096711891\n", - "12:19:03\tCompleted 3142 to KZ711110: 2200.49442391434\n", - "12:19:03\tCompleted 3208 to KZ316200: 3141.851650356809\n", - "12:19:03\tCompleted 3202 to KZ351600: 3328.103609033268\n", - "12:19:03\tCompleted 3156 to KZ591000: 675.5637876618579\n", - "12:19:03\tCompleted 3188 to KZ556000: 1434.1514780884863\n", - "12:19:03\tCompleted 3182 to KZ556000: 3519.932422019755\n", - "12:19:03\tCompleted 3197 to KZ615800: 1404.1077050709425\n", - "12:19:03\tCompleted 3160 to KZ115200: 2804.2912802698925\n", - "12:19:03\tCompleted 3201 to KZ316600: 1316.1126790077249\n", - "12:19:04\tCompleted 3168 to KZ351800: 1991.9783034492157\n", - "12:19:04\tCompleted 3204 to KZ612000: 1047.381262425207812:19:04\tCompleted 3143 to KZ276600: 4160.419081008457\n", - "\n", - "12:19:04\tCompleted 3151 to KZ273600: 711.9947143998285\n", - "12:19:04\tCompleted 3164 to KZ791710: 2559.923324485727\n", - "12:19:04\tCompleted 3209 to KZ593600: 3106.7666570792017\n", - "12:19:04\tCompleted 3148 to KZ711410: 199.30628964598452\n", - "12:19:04\tCompleted 3177 to KZ274000: 1615.2477254429957\n", - "12:19:04\tCompleted 3212 to KZ116600: 1058.5709580537393\n", - "12:19:04\tCompleted 3191 to KZ195800: 1828.0105957993733\n", - "12:19:04\tCompleted 3166 to KZ151000: 2369.0584600094307\n", - "12:19:04\tCompleted 3215 to KZ471800: 2142.9482566555334\n", - "12:19:04\tCompleted 3214 to KZ631000: 3054.9064562134336\n", - "12:19:05\tCompleted 3162 to KZ316000: 1383.5350028352373\n", - "12:19:05\tCompleted 3196 to KZ595800: 2037.2221421825225\n", - "12:19:05\tCompleted 3172 to KZ115200: 1039.6007737339394\n", - "12:19:05\tCompleted 3154 to KZ751910: 1334.2156433404978\n", - "12:19:05\tCompleted 3216 to KZ556400: 1507.7287296217223\n", - "12:19:05\tCompleted 3157 to KZ615800: 1543.4957133695882\n", - "12:19:05\tCompleted 3197 to KZ612600: 1113.487716185432\n", - "12:19:05\tCompleted 3151 to KZ276600: 793.8199610988046\n", - "12:19:05\tCompleted 3148 to KZ711210: 200.46805107288293\n", - "12:19:05\tCompleted 3163 to KZ473600: 3203.4445416912627\n", - "12:19:05\tCompleted 3193 to KZ354800: 3748.674727606271\n", - "12:19:05\tCompleted 3200 to KZ195000: 4275.784822099114\n", - "12:19:05\tCompleted 3207 to KZ751710: 4239.485970785693\n", - "12:19:05\tCompleted 3156 to KZ595600: 909.4513741837801\n", - "12:19:06\tCompleted 3175 to KZ351800: 1788.2759525583963\n", - "12:19:06\tCompleted 3180 to KZ235600: 1466.4011826558847\n", - "12:19:06\tCompleted 3155 to KZ396600: 2258.6120297060484\n", - "12:19:06\tCompleted 3179 to KZ751210: 1288.8705328107017\n", - "12:19:06\tCompleted 3141 to KZ354800: 3701.048011351019\n", - "12:19:06\tCompleted 3147 to KZ393600: 1185.667910640386\n", - "12:19:06\tCompleted 3170 to KZ791110: 2098.7720301300014\n", - "12:19:06\tCompleted 3153 to KZ154600: 2454.6416718912806\n", - "12:19:06\tCompleted 3140 to KZ315400: 1254.1259876863057\n", - "12:19:06\tCompleted 3145 to KZ191600: 1339.3667017578086\n", - "12:19:06\tCompleted 3206 to KZ115200: 2077.8101312093445\n", - "12:19:06\tCompleted 3191 to KZ196000: 1096.5471076014314\n", - "12:19:06\tCompleted 3213 to KZ751110: 2105.97937956277\n", - "12:19:06\tCompleted 3173 to KZ194400: 1559.9268257161493\n", - "12:19:06\tCompleted 3185 to KZ156400: 3647.3656899319676\n", - "12:19:06\tCompleted 3161 to KZ235200: 3118.9816719224373\n", - "12:19:06\tCompleted 3148 to KZ711310: 212.32541052881476\n", - "12:19:07\tCompleted 3151 to KZ275000: 670.1347217730655\n", - "12:19:07\tCompleted 3187 to KZ355600: 2031.5543971261145\n", - "12:19:07\tCompleted 3160 to KZ115400: 2832.5183989195916\n", - "12:19:07\tCompleted 3181 to KZ433600: 3204.2071017191342\n", - "12:19:07\tCompleted 3208 to KZ311000: 3002.422910727688\n", - "12:19:07\tCompleted 3174 to KZ632800: 4415.271418535405\n", - "12:19:07\tCompleted 3204 to KZ614400: 1469.7109457473102\n", - "12:19:07\tCompleted 3142 to KZ711410: 2190.6286447353136\n", - "12:19:07\tCompleted 3169 to KZ434000: 1710.2144969119813\n", - "12:19:07\tCompleted 3156 to KZ596000: 552.26639013069\n", - "12:19:07\tCompleted 3183 to KZ276200: 3424.28575388594712:19:07\tCompleted 3201 to KZ316200: 1799.5205201412145\n", - "\n", - "12:19:07\tCompleted 3210 to KZ616400: 2712.9414637945038\n", - "12:19:07\tCompleted 3209 to KZ595200: 2643.122758805127\n", - "12:19:07\tCompleted 3189 to KZ613800: 2886.785861739773\n", - "12:19:08\tCompleted 3196 to KZ593400: 1846.6094048303823\n", - "12:19:08\tCompleted 3188 to KZ556800: 1634.8394029604283\n", - "12:19:08\tCompleted 3186 to KZ235200: 2411.9082911001924\n", - "12:19:08\tCompleted 3216 to KZ554200: 1770.3567680091587\n", - "12:19:08\tCompleted 3197 to KZ616000: 1431.2469208035488\n", - "12:19:08\tCompleted 3168 to KZ393200: 2181.3885420048878\n", - "12:19:08\tCompleted 3177 to KZ274200: 1773.4635226432272\n", - "12:19:08\tCompleted 3162 to KZ316600: 1239.3598255781153\n", - "12:19:08\tCompleted 3191 to KZ191000: 1229.2139754788268\n", - "12:19:08\tCompleted 3164 to KZ611600: 2816.7838597608397\n", - "12:19:08\tCompleted 3202 to KZ354000: 2974.3892795023676\n", - "12:19:08\tCompleted 3167 to KZ194800: 1678.4095732415165\n", - "12:19:08\tCompleted 3172 to KZ115400: 1260.1735455995952\n", - "12:19:08\tCompleted 3176 to KZ554800: 3260.247942921335\n", - "12:19:08\tCompleted 3192 to KZ634800: 4618.015654811034\n", - "12:19:08\tCompleted 3160 to KZ151000: 1196.266071425615\n", - "12:19:08\tCompleted 3154 to KZ751510: 1326.7041694109532\n", - "12:19:09\tCompleted 3215 to KZ593200: 1812.4503752571547\n", - "12:19:09\tCompleted 3203 to KZ474600: 3638.246463036937\n", - "12:19:09\tCompleted 3175 to KZ393200: 1576.5145606780086\n", - "12:19:09\tCompleted 3189 to KZ273200: 480.38020491552993\n", - "12:19:09\tCompleted 3212 to KZ115600: 1834.7357267849943\n", - "12:19:09\tCompleted 3151 to KZ274800: 1195.0225295845805\n", - "12:19:09\tCompleted 3182 to KZ556800: 3720.6203468916924\n", - "12:19:09\tCompleted 3143 to KZ275000: 4036.733841682713\n", - "12:19:09\tCompleted 3180 to KZ233600: 1472.1631714559996\n", - "12:19:09\tCompleted 3157 to KZ612600: 1373.6105621746317\n", - "12:19:09\tCompleted 3204 to KZ614600: 1194.818643331898\n", - "12:19:10\tCompleted 3148 to KZ555200: 838.6530404431533\n", - "12:19:10\tCompleted 3179 to KZ751110: 1296.475914967381\n", - "12:19:10\tCompleted 3145 to KZ195200: 1360.4210308351053\n", - "12:19:10\tCompleted 3147 to KZ396400: 1407.0795573137673\n", - "12:19:10\tCompleted 3156 to KZ596200: 939.2658398018683\n", - "12:19:10\tCompleted 3206 to KZ115400: 2298.3829030749953\n", - "12:19:10\tCompleted 3146 to KZ234800: 3105.199472547507\n", - "12:19:10\tCompleted 3193 to KZ355200: 3050.177295611386\n", - "12:19:10\tCompleted 3160 to KZ153200: 1228.7409017746204\n", - "12:19:10\tCompleted 3201 to KZ311000: 1404.934890271794\n", - "12:19:10\tCompleted 3141 to KZ355200: 3050.723948595686\n", - "12:19:10\tCompleted 3191 to KZ196200: 1585.4319057407092\n", - "12:19:11\tCompleted 3155 to KZ394200: 2707.5224084597917\n", - "12:19:11\tCompleted 3189 to KZ274400: 756.6613601175638\n", - "12:19:11\tCompleted 3216 to KZ791110: 1600.0039670122876\n", - "12:19:11\tCompleted 3200 to KZ194400: 4099.070692863853\n", - "12:19:11\tCompleted 3151 to KZ275800: 664.6053535729752\n", - "12:19:11\tCompleted 3166 to KZ153200: 2419.252067438178\n", - "12:19:11\tCompleted 3173 to KZ194600: 1505.0076677571744\n", - "12:19:11\tCompleted 3140 to KZ315600: 1380.575056584154\n", - "12:19:11\tCompleted 3196 to KZ594200: 2026.4671538938937\n", - "12:19:11\tCompleted 3207 to KZ751810: 4185.729814862641\n", - "12:19:11\tCompleted 3142 to KZ711210: 2187.9844141772905\n", - "12:19:11\tCompleted 3210 to KZ615600: 2297.250166071624\n", - "12:19:11\tCompleted 3148 to KZ551600: 572.0863184576071\n", - "12:19:12\tCompleted 3213 to KZ751310: 2099.1509524380244\n", - "12:19:12\tCompleted 3175 to KZ393400: 1425.0486718195239\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:19:12\tCompleted 3209 to KZ591000: 2760.078602927839\n", - "12:19:12\tCompleted 3170 to KZ791310: 2076.4904811696024\n", - "12:19:12\tCompleted 3208 to KZ315000: 3415.094784866903\n", - "12:19:12\tCompleted 3197 to KZ613800: 1579.5010538224356\n", - "12:19:12\tCompleted 3185 to KZ155600: 3560.2104695118746\n", - "12:19:12\tCompleted 3156 to KZ596400: 713.0608194016423\n", - "12:19:12\tCompleted 3168 to KZ393400: 2189.490808313638\n", - "12:19:12\tCompleted 3212 to KZ115200: 1440.236532684956712:19:12\tCompleted 3214 to KZ634600: 3455.715933485136\n", - "\n", - "12:19:12\tCompleted 3178 to KZ113200: 3674.353197560586\n", - "12:19:12\tCompleted 3160 to KZ153400: 1834.6763506852778\n", - "12:19:12\tCompleted 3153 to KZ154800: 2337.8223521432556\n", - "12:19:12\tCompleted 3164 to KZ613600: 2670.411307522928\n", - "12:19:12\tCompleted 3187 to KZ352100: 2503.245645026949\n", - "12:19:12\tCompleted 3181 to KZ434000: 3125.2144924105905\n", - "12:19:12\tCompleted 3191 to KZ192600: 1269.8134701054944\n", - "12:19:12\tCompleted 3188 to KZ554800: 1639.5348910048829\n", - "12:19:12\tCompleted 3163 to KZ474200: 3650.0687027577846\n", - "12:19:13\tCompleted 3162 to KZ316200: 1650.4168666400842\n", - "12:19:13\tCompleted 3204 to KZ614800: 1434.5286485895688\n", - "12:19:13\tCompleted 3189 to KZ275400: 1117.7076199338276\n", - "12:19:13\tCompleted 3174 to KZ636800: 4440.165000064038\n", - "12:19:13\tCompleted 3161 to KZ235600: 3214.019437942842\n", - "12:19:13\tCompleted 3145 to KZ195000: 1288.96153966051\n", - "12:19:13\tCompleted 3216 to KZ791310: 1556.463735131679\n", - "12:19:13\tCompleted 3201 to KZ315000: 1522.143706505427\n", - "12:19:13\tCompleted 3202 to KZ351000: 2938.425646301781\n", - "12:19:14\tCompleted 3179 to KZ751310: 1297.9906335931423\n", - "12:19:14\tCompleted 3148 to KZ553200: 691.0343118643146\n", - "12:19:14\tCompleted 3151 to KZ276000: 1080.436379328043\n", - "12:19:14\tCompleted 3157 to KZ616000: 1558.2775696462627\n", - "12:19:14\tCompleted 3160 to KZ153600: 1492.972744930909\n", - "12:19:14\tCompleted 3215 to KZ595800: 2183.270718123607\n", - "12:19:14\tCompleted 3167 to KZ195600: 1905.334487030328\n", - "12:19:14\tCompleted 3156 to KZ594600: 918.5396709291404\n", - "12:19:14\tCompleted 3183 to KZ271000: 3441.978709300163\n", - "12:19:14\tCompleted 3186 to KZ235600: 2506.9460571205973\n", - "12:19:14\tCompleted 3193 to KZ355600: 3293.8228487064957\n", - "12:19:14\tCompleted 3172 to KZ151000: 2645.382122617778\n", - "12:19:14\tCompleted 3210 to KZ615800: 1681.425510969315\n", - "12:19:14\tCompleted 3196 to KZ596600: 2127.3526714706563\n", - "12:19:14\tCompleted 3189 to KZ273600: 760.1427915644784\n", - "12:19:15\tCompleted 3192 to KZ633400: 3973.8779071574377\n", - "12:19:15\tCompleted 3147 to KZ394000: 1639.0144066795938\n", - "12:19:15\tCompleted 3141 to KZ355600: 3246.1961324512436\n", - "12:19:15\tCompleted 3191 to KZ196600: 1693.7308117078148\n", - "12:19:15\tCompleted 3140 to KZ316000: 1425.4923203249652\n", - "12:19:15\tCompleted 3182 to KZ554800: 3724.596907739413\n", - "12:19:15\tCompleted 3169 to KZ471000: 3637.8224984226654\n", - "12:19:15\tCompleted 3155 to KZ394400: 2787.409619594542\n", - "12:19:15\tCompleted 3175 to KZ391600: 1684.2449150701002\n", - "12:19:15\tCompleted 3212 to KZ115400: 1423.0957692090537\n", - "12:19:15\tCompleted 3206 to KZ151000: 3683.591480093137\n", - "12:19:15\tCompleted 3148 to KZ553600: 407.7233784511559\n", - "12:19:15\tCompleted 3154 to KZ231000: 3126.3350776176358\n", - "12:19:15\tCompleted 3209 to KZ595600: 2631.58408925215812:19:15\tCompleted 3142 to KZ711310: 2178.244473484405\n", - "\n", - "12:19:15\tCompleted 3156 to KZ711110: 166.77196451484696\n", - "12:19:16\tCompleted 3203 to KZ475000: 4008.575489786714\n", - "12:19:16\tCompleted 3160 to KZ154000: 1308.835833193862\n", - "12:19:16\tCompleted 3151 to KZ276200: 799.8225925941182\n", - "12:19:16\tCompleted 3168 to KZ391600: 2124.4353400644873\n", - "12:19:16\tCompleted 3197 to KZ273200: 1698.0807853356894\n", - "12:19:16\tCompleted 3216 to KZ791510: 1533.583235560026\n", - "12:19:16\tCompleted 3180 to KZ633200: 2729.14559458873712:19:16\tCompleted 3208 to KZ314200: 3007.898141663022\n", - "\n", - "12:19:16\tCompleted 3173 to KZ194800: 1637.996369758236\n", - "12:19:16\tCompleted 3204 to KZ615400: 1430.9342736710603\n", - "12:19:16\tCompleted 3176 to KZ556400: 3198.700743809511\n", - "12:19:16\tCompleted 3201 to KZ314200: 1406.3491038341672\n", - "12:19:16\tCompleted 3178 to KZ113400: 3752.214234365924\n", - "12:19:16\tCompleted 3164 to KZ614000: 2617.2712606085993\n", - "12:19:17\tCompleted 3189 to KZ276600: 985.68214715634\n", - "12:19:17\tCompleted 3166 to KZ153400: 2002.9233968080546\n", - "12:19:17\tCompleted 3156 to KZ711410: 192.8844645983587\n", - "12:19:17\tCompleted 3162 to KZ311000: 1424.6326438092742\n", - "12:19:17\tCompleted 3148 to KZ552200: 533.5693680775607\n", - "12:19:17\tCompleted 3146 to KZ235200: 3152.839319910874612:19:17\tCompleted 3185 to KZ156800: 2928.476095636291\n", - "\n", - "12:19:17\tCompleted 3200 to KZ194600: 4109.5876588683495\n", - "12:19:17\tCompleted 3212 to KZ151000: 1010.8003173080238\n", - "12:19:17\tCompleted 3207 to KZ751910: 4206.870731213051\n", - "12:19:17\tCompleted 3188 to KZ556400: 1577.2687646963261\n", - "12:19:17\tCompleted 3179 to KZ751410: 1313.6582526839022\n", - "12:19:17\tCompleted 3213 to KZ751410: 2116.5759308416636\n", - "12:19:17\tCompleted 3160 to KZ154200: 938.6693109524907\n", - "12:19:17\tCompleted 3187 to KZ352200: 1989.6029752888799\n", - "12:19:17\tCompleted 3175 to KZ393600: 1389.461682127676\n", - "12:19:17\tCompleted 3191 to KZ194200: 1801.4267698380222\n", - "12:19:17\tCompleted 3202 to KZ352000: 2706.5303893884293\n", - "12:19:18\tCompleted 3170 to KZ791510: 2086.608257165869\n", - "12:19:18\tCompleted 3210 to KZ612600: 1936.555637590241\n", - "12:19:18\tCompleted 3151 to KZ271000: 817.5155480083451\n", - "12:19:18\tCompleted 3145 to KZ194400: 1611.3970925001008\n", - "12:19:18\tCompleted 3196 to KZ595000: 1961.79269015836\n", - "12:19:18\tCompleted 3156 to KZ711210: 194.0462260252571\n", - "12:19:18\tCompleted 3189 to KZ275000: 530.3518971324602\n", - "12:19:18\tCompleted 3143 to KZ274800: 4561.621649494258\n", - "12:19:18\tCompleted 3204 to KZ615200: 1246.5178423755096\n", - "12:19:19\tCompleted 3216 to KZ791710: 1531.8070552429933\n", - "12:19:19\tCompleted 3212 to KZ153200: 1015.2169007366732\n", - "12:19:19\tCompleted 3185 to KZ193200: 661.5950896485808\n", - "12:19:19\tCompleted 3153 to KZ155200: 2764.761015045008\n", - "12:19:19\tCompleted 3147 to KZ396800: 1385.1068642399973\n", - "12:19:19\tCompleted 3181 to KZ471000: 5000.9779137255755\n", - "12:19:19\tCompleted 3157 to KZ613800: 1781.7826001525098\n", - "12:19:19\tCompleted 3160 to KZ156000: 1381.4465012758083\n", - "12:19:19\tCompleted 3214 to KZ634400: 3035.3539465907197\n", - "12:19:19\tCompleted 3148 to KZ554600: 695.3652070366114\n", - "12:19:19\tCompleted 3140 to KZ316600: 1305.049479460788\n", - "12:19:19\tCompleted 3201 to KZ353200: 1370.5454905100253\n", - "12:19:19\tCompleted 3156 to KZ711310: 205.90358548118894\n", - "12:19:19\tCompleted 3209 to KZ596000: 2826.070739724096\n", - "12:19:19\tCompleted 3215 to KZ593400: 1995.1316805282663\n", - "12:19:19\tCompleted 3191 to KZ751210: 1546.721275110157\n", - "12:19:19\tCompleted 3197 to KZ274400: 1676.079775643154\n", - "12:19:20\tCompleted 3167 to KZ195800: 1769.640087380299\n", - "12:19:20\tCompleted 3174 to KZ635800: 4889.667247761345\n", - "12:19:20\tCompleted 3175 to KZ396400: 1223.29656004046\n", - "12:19:20\tCompleted 3161 to KZ233600: 3219.7814267429667\n", - "12:19:20\tCompleted 3178 to KZ113600: 3430.7313525261625\n", - "12:19:20\tCompleted 3163 to KZ474600: 3327.244141939703\n", - "12:19:20\tCompleted 3187 to KZ352300: 1278.7880561328466\n", - "12:19:20\tCompleted 3189 to KZ274800: 885.0915772382605\n", - "12:19:20\tCompleted 3168 to KZ393600: 2161.952765109872\n", - "12:19:20\tCompleted 3185 to KZ193400: 326.44638013884065\n", - "12:19:20\tCompleted 3212 to KZ153400: 904.6302432109676\n", - "12:19:20\tCompleted 3141 to KZ352100: 3766.0607495916506\n", - "12:19:20\tCompleted 3208 to KZ353200: 3125.876689209501\n", - "12:19:21\tCompleted 3192 to KZ633600: 3744.702566569008\n", - "12:19:21\tCompleted 3206 to KZ153200: 3733.785087521884\n", - "12:19:21\tCompleted 3160 to KZ154600: 1200.9211674000417\n", - "12:19:21\tCompleted 3182 to KZ556400: 3663.049708627589\n", - "12:19:21\tCompleted 3151 to KZ274000: 1481.2032379475531\n", - "12:19:21\tCompleted 3155 to KZ433200: 3555.9584984815633\n", - "12:19:21\tCompleted 3172 to KZ153200: 2695.575730046525\n", - "12:19:21\tCompleted 3186 to KZ233600: 2512.708045920722\n", - "12:19:21\tCompleted 3179 to KZ751710: 1349.374206514163\n", - "12:19:21\tCompleted 3210 to KZ616000: 1646.320866215265\n", - "12:19:21\tCompleted 3196 to KZ593600: 2076.3412944426536\n", - "12:19:21\tCompleted 3191 to KZ751110: 1540.322999446868\n", - "12:19:21\tCompleted 3193 to KZ352100: 3765.514096607351\n", - "12:19:21\tCompleted 3162 to KZ315000: 1541.841460042907\n", - "12:19:21\tCompleted 3164 to KZ613900: 2895.194532625035\n", - "12:19:21\tCompleted 3173 to KZ195600: 1864.9212835470476\n", - "12:19:21\tCompleted 3189 to KZ275800: 662.3141510103642\n", - "12:19:21\tCompleted 3188 to KZ554200: 1773.0998004786252\n", - "12:19:22\tCompleted 3216 to KZ611600: 1788.6675905181178\n", - "12:19:22\tCompleted 3183 to KZ274000: 4105.666399239369\n", - "12:19:22\tCompleted 3214 to KZ313600: 1509.9565683945834\n", - "12:19:22\tCompleted 3142 to KZ555200: 2922.0593327055485\n", - "12:19:22\tCompleted 3156 to KZ555200: 843.0134481070809\n", - "12:19:22\tCompleted 3148 to KZ555600: 961.2561034478459\n", - "12:19:22\tCompleted 3201 to KZ353600: 1321.0830940595433\n", - "12:19:22\tCompleted 3175 to KZ394000: 1290.9976863672478\n", - "12:19:22\tCompleted 3212 to KZ153600: 1194.24821758314\n", - "12:19:22\tCompleted 3203 to KZ475200: 4019.418450570763512:19:22\tCompleted 3154 to KZ234000: 3334.9455549853237\n", - "\n", - "12:19:22\tCompleted 3169 to KZ473600: 3218.847732399722\n", - "12:19:23\tCompleted 3209 to KZ596200: 2455.163060747811\n", - "12:19:23\tCompleted 3213 to KZ751710: 2157.5639626105663\n", - "12:19:23\tCompleted 3185 to KZ193600: 1151.540722450829\n", - "12:19:23\tCompleted 3160 to KZ154800: 1525.0531840982615\n", - "12:19:23\tCompleted 3161 to KZ633200: 1073.202346376627\n", - "12:19:23\tCompleted 3202 to KZ354800: 3462.0486599178826\n", - "12:19:23\tCompleted 3170 to KZ791710: 2058.1083178155827\n", - "12:19:23\tCompleted 3200 to KZ194800: 4377.703310922354\n", - "12:19:23\tCompleted 3166 to KZ153600: 2785.522441998726\n", - "12:19:23\tCompleted 3207 to KZ751510: 4195.386669112135\n", - "12:19:23\tCompleted 3145 to KZ194600: 1556.477934541126\n", - "12:19:23\tCompleted 3178 to KZ113800: 3278.878474235188\n", - "12:19:23\tCompleted 3204 to KZ616400: 1948.1393945709128\n", - "12:19:23\tCompleted 3189 to KZ276000: 931.1765998462404\n", - "12:19:23\tCompleted 3191 to KZ751310: 1546.8082808211066\n", - "12:19:23\tCompleted 3156 to KZ551600: 576.4467261215348\n", - "12:19:24\tCompleted 3180 to KZ634800: 3273.0025677997273\n", - "12:19:24\tCompleted 3176 to KZ554200: 3368.545645662703\n", - "12:19:24\tCompleted 3147 to KZ394800: 1563.7614329380535\n", - "12:19:24\tCompleted 3148 to KZ551000: 608.661962927943\n", - "12:19:24\tCompleted 3151 to KZ274200: 1588.5192261073378\n", - "12:19:24\tCompleted 3201 to KZ351600: 899.8102165226193\n", - "12:19:24\tCompleted 3146 to KZ235600: 3247.8770859312795\n", - "12:19:24\tCompleted 3214 to KZ314000: 1292.390303750894\n", - "12:19:24\tCompleted 3140 to KZ316200: 1692.3741841298122\n", - "12:19:24\tCompleted 3212 to KZ154000: 948.610576893474\n", - "12:19:24\tCompleted 3215 to KZ594200: 2009.4597818601735\n", - "12:19:24\tCompleted 3160 to KZ155200: 1012.1136184709943\n", - "12:19:24\tCompleted 3207 to KZ231000: 473.21552901242814\n", - "12:19:24\tCompleted 3168 to KZ396400: 2383.3644117832378\n", - "12:19:25\tCompleted 3167 to KZ196000: 1542.9392267179885\n", - "12:19:25\tCompleted 3216 to KZ613600: 1642.2950382801953\n", - "12:19:25\tCompleted 3185 to KZ194000: 1007.0859535961603\n", - "12:19:25\tCompleted 3210 to KZ613800: 2021.9346415476446\n", - "12:19:25\tCompleted 3187 to KZ352800: 1990.286818429979\n", - "12:19:25\tCompleted 3143 to KZ275800: 4031.2044734826277\n", - "12:19:25\tCompleted 3188 to KZ791110: 1225.0785240218017\n", - "12:19:25\tCompleted 3175 to KZ396800: 1422.4694871575907\n", - "12:19:25\tCompleted 3141 to KZ352200: 3204.244710613997\n", - "12:19:25\tCompleted 3196 to KZ595200: 2073.7914274998884\n", - "12:19:25\tCompleted 3189 to KZ276200: 760.202128030172212:19:25\tCompleted 3179 to KZ751810: 1303.2332742802616\n", - "\n", - "12:19:25\tCompleted 3197 to KZ275400: 2351.268207600171\n", - "12:19:25\tCompleted 3181 to KZ473600: 4582.003147702552\n", - "12:19:25\tCompleted 3164 to KZ612000: 2763.9059936534995\n", - "12:19:25\tCompleted 3162 to KZ314200: 1426.0468573716473\n", - "12:19:26\tCompleted 3156 to KZ553200: 695.3947195282423\n", - "12:19:26\tCompleted 3148 to KZ556000: 656.7833451359602\n", - "12:19:26\tCompleted 3206 to KZ153400: 3317.4564168917614\n", - "12:19:26\tCompleted 3157 to KZ273200: 3247.000082715643\n", - "12:19:26\tCompleted 3191 to KZ751410: 1553.818226926003\n", - "12:19:26\tCompleted 3207 to KZ234000: 558.223151052006\n", - "12:19:26\tCompleted 3155 to KZ431900: 3058.678134190697\n", - "12:19:26\tCompleted 3174 to KZ636200: 4558.580569963167\n", - "12:19:26\tCompleted 3152 to KZ113200: 1428.3543134274148\n", - "12:19:26\tCompleted 3153 to KZ156400: 2603.886109143189\n", - "12:19:26\tCompleted 3185 to KZ196400: 752.2090518608716\n", - "12:19:26\tCompleted 3212 to KZ154200: 1251.246615862795\n", - "12:19:26\tCompleted 3186 to KZ633200: 1870.723291100779\n", - "12:19:26\tCompleted 3172 to KZ153400: 2279.2470594164024\n", - "12:19:27\tCompleted 3182 to KZ554200: 3832.894610480781\n", - "12:19:27\tCompleted 3192 to KZ633800: 4045.2879140495174\n", - "12:19:27\tCompleted 3201 to KZ354000: 1233.2018614505748\n", - "12:19:27\tCompleted 3173 to KZ195800: 1729.2268838970185\n", - "12:19:27\tCompleted 3162 to KZ353200: 91.71610071458312\n", - "12:19:27\tCompleted 3189 to KZ271000: 726.1292745495728\n", - "12:19:27\tCompleted 3202 to KZ355200: 2763.5512279229915\n", - "12:19:27\tCompleted 3142 to KZ551600: 2655.4926107200213\n", - "12:19:27\tCompleted 3163 to KZ475000: 3697.57316868948\n", - "12:19:27\tCompleted 3204 to KZ615600: 1558.57982879501912:19:27\tCompleted 3156 to KZ553600: 422.05718799653584\n", - "\n", - "12:19:27\tCompleted 3170 to KZ611600: 2007.2829789629066\n", - "12:19:27\tCompleted 3193 to KZ352200: 3251.8714268692493\n", - "12:19:27\tCompleted 3207 to KZ234200: 670.4425524819927\n", - "12:19:27\tCompleted 3178 to KZ114500: 3712.3973960689436\n", - "12:19:27\tCompleted 3175 to KZ394800: 1165.5466149051322\n", - "12:19:28\tCompleted 3209 to KZ596400: 3250.425252365631\n", - "12:19:28\tCompleted 3216 to KZ614000: 1589.1549913658732\n", - "12:19:28\tCompleted 3160 to KZ156400: 2273.824833876799\n", - "12:19:28\tCompleted 3145 to KZ194800: 1689.4666365421874\n", - "12:19:28\tCompleted 3147 to KZ395000: 1491.7368426290197\n", - "12:19:28\tCompleted 3188 to KZ791310: 1202.796975061404\n", - "12:19:28\tCompleted 3212 to KZ156000: 824.4958482310035\n", - "12:19:28\tCompleted 3148 to KZ556800: 857.4712700079023\n", - "12:19:28\tCompleted 3161 to KZ634800: 1794.2062683197707\n", - "12:19:28\tCompleted 3213 to KZ751810: 2103.807806687516\n", - "12:19:28\tCompleted 3191 to KZ751710: 1585.8542965861468\n", - "12:19:28\tCompleted 3214 to KZ314800: 1791.677608625356\n", - "12:19:28\tCompleted 3196 to KZ591000: 1964.0071562524276\n", - "12:19:28\tCompleted 3176 to KZ791110: 2456.8111353733652\n", - "12:19:28\tCompleted 3215 to KZ596600: 1684.537614558311\n", - "12:19:28\tCompleted 3197 to KZ273600: 1519.2274665826856\n", - "12:19:28\tCompleted 3140 to KZ311000: 1490.322297691947\n", - "12:19:28\tCompleted 3141 to KZ352300: 2541.6031606975953\n", - "12:19:28\tCompleted 3185 to KZ196800: 918.3868923764024\n", - "12:19:29\tCompleted 3207 to KZ234600: 477.09708627378444\n", - "12:19:29\tCompleted 3156 to KZ552200: 537.9297757414882\n", - "12:19:29\tCompleted 3152 to KZ113400: 1446.8730725040377\n", - "12:19:29\tCompleted 3167 to KZ191000: 1418.2583682716431\n", - "12:19:29\tCompleted 3208 to KZ353600: 3853.177889469439\n", - "12:19:29\tCompleted 3179 to KZ751910: 1304.1719559164842\n", - "12:19:29\tCompleted 3162 to KZ353600: 813.0599416139921\n", - "12:19:29\tCompleted 3189 to KZ274000: 996.1297131619435\n", - "12:19:29\tCompleted 3166 to KZ154000: 2306.868719594876\n", - "12:19:29\tCompleted 3169 to KZ474200: 3665.471893466244\n", - "12:19:29\tCompleted 3201 to KZ351000: 1270.534058029983\n", - "12:19:29\tCompleted 3183 to KZ274200: 4212.982387399148\n", - "12:19:29\tCompleted 3154 to KZ234200: 3785.8912615062595\n", - "12:19:30\tCompleted 3168 to KZ394000: 2615.299261149059\n", - "12:19:30\tCompleted 3160 to KZ155600: 1256.818033875115\n", - "12:19:30\tCompleted 3200 to KZ195600: 4454.483878677578\n", - "12:19:30\tCompleted 3203 to KZ471800: 3849.028230410038\n", - "12:19:30\tCompleted 3204 to KZ615800: 1325.7561720769534\n", - "12:19:30\tCompleted 3187 to KZ356400: 2090.7005737608597\n", - "12:19:30\tCompleted 3164 to KZ614400: 2821.7273320648314\n", - "12:19:30\tCompleted 3207 to KZ234800: 769.5332519350941\n", - "12:19:30\tCompleted 3212 to KZ154600: 1122.633278976135\n", - "12:19:30\tCompleted 3191 to KZ751810: 1549.5656401339872\n", - "12:19:30\tCompleted 3185 to KZ191600: 835.2864355085595\n", - "12:19:30\tCompleted 3156 to KZ554600: 688.9433819889856\n", - "12:19:30\tCompleted 3175 to KZ395000: 1484.457939703437\n", - "12:19:30\tCompleted 3162 to KZ351600: 468.0888618672375\n", - "12:19:31\tCompleted 3210 to KZ273200: 4551.178686929649\n", - "12:19:31\tCompleted 3148 to KZ554800: 862.1667580523579\n", - "12:19:31\tCompleted 3161 to KZ633400: 972.9215719340857\n", - "12:19:31\tCompleted 3155 to KZ434600: 3092.342704617075\n", - "12:19:31\tCompleted 3147 to KZ395200: 1023.7013575541497\n", - "12:19:31\tCompleted 3182 to KZ791110: 2921.1601001914405\n", - "12:19:31\tCompleted 3214 to KZ315400: 1478.9164899453822\n", - "12:19:31\tCompleted 3170 to KZ613600: 2061.478115606729\n", - "12:19:31\tCompleted 3216 to KZ613900: 1867.0782633823208\n", - "12:19:31\tCompleted 3146 to KZ233600: 3253.63907473140412:19:31\tCompleted 3188 to KZ791510: 1212.9147510576724\n", - "\n", - "12:19:31\tCompleted 3143 to KZ276000: 4447.035499237703\n", - "12:19:31\tCompleted 3184 to KZ113200: 724.8189541503315\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:19:31\tCompleted 3206 to KZ153600: 4100.055462082401\n", - "12:19:31\tCompleted 3178 to KZ114000: 3484.2448869197697\n", - "12:19:31\tCompleted 3152 to KZ113600: 1580.970146510476\n", - "12:19:31\tCompleted 3180 to KZ633400: 2628.8648201461965\n", - "12:19:31\tCompleted 3207 to KZ235200: 676.7109136241198\n", - "12:19:32\tCompleted 3209 to KZ594600: 2549.5759796484313\n", - "12:19:32\tCompleted 3189 to KZ274200: 1208.2508927589595\n", - "12:19:32\tCompleted 3173 to KZ196000: 1502.5260232347082\n", - "12:19:32\tCompleted 3162 to KZ354000: 77.85371247458154\n", - "12:19:32\tCompleted 3202 to KZ355600: 3007.1967810181072\n", - "12:19:32\tCompleted 3197 to KZ276600: 1601.0527132816615\n", - "12:19:32\tCompleted 3193 to KZ352300: 2541.0565077132956\n", - "12:19:32\tCompleted 3212 to KZ154800: 957.6405899885342\n", - "12:19:32\tCompleted 3196 to KZ595600: 2197.89474277435\n", - "12:19:32\tCompleted 3204 to KZ612600: 1035.1361831914428\n", - "12:19:32\tCompleted 3142 to KZ553200: 2774.440604126718\n", - "12:19:32\tCompleted 3181 to KZ474200: 5028.627308769119\n", - "12:19:32\tCompleted 3201 to KZ352000: 1563.1788634240993\n", - "12:19:32\tCompleted 3191 to KZ751910: 1531.6906555943206\n", - "12:19:32\tCompleted 3185 to KZ195200: 912.593400593368\n", - "12:19:32\tCompleted 3174 to KZ636400: 4975.695230654758\n", - "12:19:33\tCompleted 3160 to KZ156800: 2047.9516004995673\n", - "12:19:33\tCompleted 3176 to KZ791310: 2434.5295864129653\n", - "12:19:33\tCompleted 3184 to KZ113400: 554.5314612175682\n", - "12:19:33\tCompleted 3172 to KZ153600: 3061.8461046070647\n", - "12:19:33\tCompleted 3162 to KZ351000: 10.65685424949238\n", - "12:19:33\tCompleted 3203 to KZ593200: 1106.8623879764482\n", - "12:19:33\tCompleted 3179 to KZ751510: 1296.6604819869397\n", - "12:19:33\tCompleted 3153 to KZ155600: 2516.7308887231015\n", - "12:19:33\tCompleted 3141 to KZ352800: 3204.928553755095\n", - "12:19:33\tCompleted 3207 to KZ235600: 315.3815113457019\n", - "12:19:33\tCompleted 3156 to KZ555600: 975.5899129932259\n", - "12:19:33\tCompleted 3186 to KZ634800: 2577.5749639921432\n", - "12:19:33\tCompleted 3192 to KZ634000: 4292.490711946561\n", - "12:19:33\tCompleted 3148 to KZ556400: 799.9006317438001\n", - "12:19:33\tCompleted 3145 to KZ195600: 1916.391550330999\n", - "12:19:33\tCompleted 3175 to KZ395200: 1562.6586724380136\n", - "12:19:33\tCompleted 3167 to KZ196200: 1413.6245170848397\n", - "12:19:33\tCompleted 3140 to KZ315000: 1607.5311139255798\n", - "12:19:34\tCompleted 3161 to KZ633600: 1007.957664166374\n", - "12:19:34\tCompleted 3215 to KZ595000: 2048.7601482352284\n", - "12:19:34\tCompleted 3213 to KZ751910: 2124.948723037923\n", - "12:19:34\tCompleted 3185 to KZ195000: 763.4648379025928\n", - "12:19:34\tCompleted 3168 to KZ396800: 2361.391718709472\n", - "12:19:34\tCompleted 3216 to KZ612000: 1735.7897244107855\n", - "12:19:34\tCompleted 3164 to KZ614600: 2611.3789595334224\n", - "12:19:34\tCompleted 3191 to KZ751510: 1532.2519316350024\n", - "12:19:34\tCompleted 3162 to KZ352000: 442.54980140429916\n", - "12:19:34\tCompleted 3146 to KZ633200: 947.4282698994762\n", - "12:19:34\tCompleted 3184 to KZ113600: 686.6594735371184\n", - "12:19:34\tCompleted 3147 to KZ391000: 1219.4076220631239\n", - "12:19:35\tCompleted 3201 to KZ354800: 1046.4743735142056\n", - "12:19:35\tCompleted 3163 to KZ475200: 3708.4161294735295\n", - "12:19:35\tCompleted 3157 to KZ274400: 3177.0664827271917\n", - "12:19:35\tCompleted 3207 to KZ233600: 952.1886517903614\n", - "12:19:35\tCompleted 3197 to KZ275000: 1425.8800675632726\n", - "12:19:35\tCompleted 3182 to KZ791310: 2898.8785512310405\n", - "12:19:35\tCompleted 3156 to KZ551000: 613.0223705918706\n", - "12:19:35\tCompleted 3152 to KZ113800: 1765.0867338801697\n", - "12:19:35\tCompleted 3204 to KZ616000: 1352.8953878095597\n", - "12:19:35\tCompleted 3170 to KZ614000: 2106.8369542793025\n", - "12:19:35\tCompleted 3196 to KZ596000: 1840.7097587212597\n", - "12:19:35\tCompleted 3187 to KZ352400: 1940.5556288809485\n", - "12:19:35\tCompleted 3178 to KZ117000: 3504.906698553586\n", - "12:19:35\tCompleted 3212 to KZ155200: 1384.5792528903114\n", - "12:19:35\tCompleted 3208 to KZ351600: 3434.410124197038\n", - "12:19:35\tCompleted 3188 to KZ791710: 1184.4148117073837\n", - "12:19:36\tCompleted 3200 to KZ195800: 4268.370751044724\n", - "12:19:36\tCompleted 3209 to KZ711110: 2898.4079294588482\n", - "12:19:36\tCompleted 3214 to KZ315600: 1998.3580027660148\n", - "12:19:36\tCompleted 3166 to KZ154200: 2609.504758564198312:19:36\tCompleted 3190 to KZ113200: 2816.6906319486097\n", - "\n", - "12:19:36\tCompleted 3173 to KZ191000: 1377.8451647883626\n", - "12:19:36\tCompleted 3162 to KZ354800: 560.6846657653712\n", - "12:19:36\tCompleted 3175 to KZ391000: 1374.2251836461446\n", - "12:19:36\tCompleted 3185 to KZ194400: 1141.3764873071107\n", - "12:19:36\tCompleted 3169 to KZ474600: 3342.6473326481623\n", - "12:19:36\tCompleted 3203 to KZ595800: 1210.7819980168254\n", - "12:19:36\tCompleted 3184 to KZ113800: 766.2775582931524\n", - "12:19:36\tCompleted 3155 to KZ434400: 3435.2921035788004\n", - "12:19:37\tCompleted 3154 to KZ234600: 3901.061559944314\n", - "12:19:37\tCompleted 3148 to KZ554200: 1049.398672904426\n", - "12:19:37\tCompleted 3161 to KZ633800: 1227.5012333204857\n", - "12:19:37\tCompleted 3210 to KZ274400: 4481.245086941215\n", - "12:19:37\tCompleted 3193 to KZ352800: 3252.555270010347\n", - "12:19:37\tCompleted 3156 to KZ556000: 661.1437527998878\n", - "12:19:37\tCompleted 3206 to KZ154000: 3621.401739678582\n", - "12:19:37\tCompleted 3176 to KZ791510: 2444.6473624092337\n", - "12:19:37\tCompleted 3143 to KZ276200: 4166.421712503762\n", - "12:19:37\tCompleted 3202 to KZ352100: 3478.888028918947\n", - "12:19:37\tCompleted 3216 to KZ614400: 1793.6110628221238\n", - "12:19:37\tCompleted 3152 to KZ114500: 1489.2741693941225\n", - "12:19:37\tCompleted 3212 to KZ156400: 963.8692525294709\n", - "12:19:37\tCompleted 3141 to KZ356400: 3353.515678325561\n", - "12:19:38\tCompleted 3167 to KZ192600: 1473.6142123705172\n", - "12:19:38\tCompleted 3185 to KZ194600: 775.1773221813426\n", - "12:19:38\tCompleted 3147 to KZ395400: 1262.7715169884377\n", - "12:19:38\tCompleted 3142 to KZ553600: 2725.443602361695\n", - "12:19:38\tCompleted 3162 to KZ355200: 611.5846096104196\n", - "12:19:38\tCompleted 3187 to KZ356000: 1282.1859585462828\n", - "12:19:38\tCompleted 3214 to KZ316000: 1172.1189249025185\n", - "12:19:38\tCompleted 3186 to KZ633400: 1770.442516658238\n", - "12:19:38\tCompleted 3180 to KZ633600: 2399.689479557752\n", - "12:19:38\tCompleted 3184 to KZ114500: 836.4631991284837\n", - "12:19:38\tCompleted 3201 to KZ355200: 1878.731665628923\n", - "12:19:38\tCompleted 3204 to KZ613800: 1501.1495208284464\n", - "12:19:38\tCompleted 3181 to KZ474600: 4705.80274795103\n", - "12:19:39\tCompleted 3172 to KZ154000: 2583.192382203223\n", - "12:19:39\tCompleted 3188 to KZ611600: 1133.589472854707\n", - "12:19:39\tCompleted 3140 to KZ314200: 1491.73651125432\n", - "12:19:39\tCompleted 3168 to KZ394800: 2540.046287407524\n", - "12:19:39\tCompleted 3174 to KZ631000: 4504.714956631212\n", - "12:19:39\tCompleted 3153 to KZ156800: 1863.8094836605535\n", - "12:19:39\tCompleted 3175 to KZ395400: 1412.601567844804\n", - "12:19:39\tCompleted 3178 to KZ114400: 3427.3927628419874\n", - "12:19:39\tCompleted 3213 to KZ751510: 2113.4646609370075\n", - "12:19:39\tCompleted 3203 to KZ593400: 1020.1692606646852\n", - "12:19:39\tCompleted 3196 to KZ596200: 2227.709208392433\n", - "12:19:39\tCompleted 3162 to KZ355600: 234.4406364648139\n", - "12:19:39\tCompleted 3164 to KZ614800: 3092.9997649045135\n", - "12:19:39\tCompleted 3182 to KZ791510: 2908.996327227309\n", - "12:19:39\tCompleted 3215 to KZ593600: 2224.863570140538\n", - "12:19:39\tCompleted 3156 to KZ556800: 861.8316776718299\n", - "12:19:39\tCompleted 3145 to KZ195800: 1780.69715068097\n", - "12:19:40\tCompleted 3197 to KZ274800: 2002.255281767434\n", - "12:19:40\tCompleted 3212 to KZ155600: 1136.5491265684025\n", - "12:19:40\tCompleted 3185 to KZ194800: 930.1319264379412\n", - "12:19:40\tCompleted 3170 to KZ613900: 2343.7569514490183\n", - "12:19:40\tCompleted 3216 to KZ614600: 1583.2626902906886\n", - "12:19:40\tCompleted 3140 to KZ353200: 157.7110397897008\n", - "12:19:40\tCompleted 3184 to KZ114000: 772.6061855609222\n", - "12:19:40\tCompleted 3152 to KZ114000: 1570.849474010112\n", - "12:19:40\tCompleted 3209 to KZ711410: 2888.5421502798217\n", - "12:19:40\tCompleted 3173 to KZ196200: 1373.2113136015591\n", - "12:19:40\tCompleted 3179 to KZ231000: 3005.8297700729254\n", - "12:19:40\tCompleted 3208 to KZ354000: 3080.69579466613\n", - "12:19:40\tCompleted 3191 to KZ231000: 4705.970065061886\n", - "12:19:41\tCompleted 3190 to KZ113400: 2894.5516687539475\n", - "12:19:41\tCompleted 3162 to KZ352100: 691.367622102523912:19:41\tCompleted 3192 to KZ635400: 4800.726625518291\n", - "\n", - "12:19:41\tCompleted 3161 to KZ634000: 1468.681325455305312:19:41\tCompleted 3212 to KZ156800: 638.5289707889848\n", - "\n", - "12:19:41\tCompleted 3146 to KZ634800: 1668.4321918426199\n", - "12:19:41\tCompleted 3207 to KZ633200: 4470.628270210811\n", - "12:19:41\tCompleted 3155 to KZ431000: 2776.113672725334\n", - "12:19:41\tCompleted 3175 to KZ392000: 1209.5074418913377\n", - "12:19:41\tCompleted 3148 to KZ791110: 1596.5144075421501\n", - "12:19:41\tCompleted 3201 to KZ355600: 1474.002778287112\n", - "12:19:41\tCompleted 3176 to KZ791710: 2416.1474230589474\n", - "12:19:41\tCompleted 3160 to KZ193200: 4937.749114075253\n", - "12:19:41\tCompleted 3188 to KZ613600: 1187.784609498529\n", - "12:19:42\tCompleted 3156 to KZ554800: 866.5271657162855\n", - "12:19:42\tCompleted 3184 to KZ117000: 695.238529007526\n", - "12:19:42\tCompleted 3185 to KZ195600: 1135.0909379712155\n", - "12:19:42\tCompleted 3193 to KZ356400: 3352.9690253412614\n", - "\n", - "12:19:42\tCompleted 3163 to KZ471800: 3538.02590931280412:19:42\tCompleted 3141 to KZ352400: 3155.1973642060725\n", - "12:19:42\tCompleted 3157 to KZ275400: 3852.254914684202\n", - "12:19:42\tCompleted 3202 to KZ352200: 2965.2453591808608\n", - "12:19:42\tCompleted 3162 to KZ352200: 40.46113438824452\n", - "12:19:42\tCompleted 3203 to KZ594200: 1200.0270097281968\n", - "12:19:42\tCompleted 3214 to KZ316600: 1820.1097889865694\n", - "12:19:42\tCompleted 3196 to KZ596400: 1848.6052004856826\n", - "12:19:42\tCompleted 3147 to KZ392000: 1379.695212068677\n", - "12:19:42\tCompleted 3206 to KZ154200: 3924.0377786479044\n", - "12:19:42\tCompleted 3200 to KZ196000: 4455.15150643366\n", - "12:19:42\tCompleted 3166 to KZ156000: 2182.7539909324187\n", - "12:19:43\tCompleted 3152 to KZ117000: 1493.481817456716\n", - "12:19:43\tCompleted 3140 to KZ353600: 878.7495954966649\n", - "12:19:43\tCompleted 3142 to KZ552200: 2616.975660339982\n", - "12:19:43\tCompleted 3213 to KZ231000: 1782.62154440583\n", - "12:19:43\tCompleted 3204 to KZ273200: 1753.834049983442\n", - "12:19:43\tCompleted 3154 to KZ234800: 3034.76293577993\n", - "12:19:43\tCompleted 3186 to KZ633600: 1704.2618757501405\n", - "12:19:43\tCompleted 3182 to KZ791710: 2880.4963878770227\n", - "12:19:43\tCompleted 3184 to KZ114400: 611.5542568467233\n", - "12:19:43\tCompleted 3187 to KZ354400: 2069.4912813005258\n", - "12:19:43\tCompleted 3167 to KZ196600: 1732.6911689601325\n", - "12:19:43\tCompleted 3168 to KZ395000: 2468.021697098486\n", - "12:19:43\tCompleted 3216 to KZ614800: 2064.883495661795\n", - "12:19:43\tCompleted 3164 to KZ615400: 2834.163531995062\n", - "12:19:43\tCompleted 3170 to KZ612000: 1849.6285921147735\n", - "12:19:43\tCompleted 3143 to KZ271000: 4184.114667917994\n", - "12:19:44\tCompleted 3201 to KZ352100: 1106.7478391949094\n", - "12:19:44\tCompleted 3169 to KZ475000: 3712.9763593979396\n", - "12:19:44\tCompleted 3210 to KZ275400: 5156.433518898265\n", - "12:19:44\tCompleted 3197 to KZ275800: 1471.8381057558327\n", - "12:19:44\tCompleted 3163 to KZ593200: 655.4764250818315\n", - "12:19:44\tCompleted 3215 to KZ595200: 1996.6666889071034\n", - "12:19:44\tCompleted 3156 to KZ556400: 804.2610394077277\n", - "12:19:44\tCompleted 3178 to KZ114600: 4033.4619118146297\n", - "12:19:44\tCompleted 3145 to KZ196000: 1553.9962900186592\n", - "12:19:44\tCompleted 3185 to KZ195800: 1197.2396652511864\n", - "12:19:44\tCompleted 3146 to KZ633400: 847.1474954569347\n", - "12:19:44\tCompleted 3175 to KZ395600: 1523.0736478723077\n", - "12:19:44\tCompleted 3140 to KZ351600: 533.7785157499102\n", - "12:19:44\tCompleted 3209 to KZ711210: 2885.8979197217986\n", - "12:19:44\tCompleted 3173 to KZ192600: 1433.2010088872366\n", - "12:19:44\tCompleted 3153 to KZ193200: 1666.489014192917\n", - "12:19:45\tCompleted 3162 to KZ352300: 830.340692316435\n", - "12:19:45\tCompleted 3214 to KZ316200: 1322.83905697803\n", - "12:19:45\tCompleted 3190 to KZ113600: 2573.068786914186\n", - "12:19:45\tCompleted 3188 to KZ614000: 1233.143448171105\n", - "12:19:45\tCompleted 3202 to KZ352300: 2254.4304400248916\n", - "12:19:45\tCompleted 3208 to KZ351000: 3044.7321614655434\n", - "12:19:45\tCompleted 3172 to KZ154200: 2885.8284211725454\n", - "12:19:45\tCompleted 3180 to KZ633800: 2700.274827038261312:19:45\tCompleted 3141 to KZ356000: 2545.001063111038\n", - "\n", - "12:19:45\tCompleted 3174 to KZ634600: 4963.444484096679\n", - "12:19:45\tCompleted 3181 to KZ475000: 5076.13177470085212:19:45\tCompleted 3185 to KZ196000: 471.77617705324263\n", - "\n", - "12:19:45\tCompleted 3140 to KZ354000: 67.64050903898514\n", - "12:19:45\tCompleted 3152 to KZ114400: 1628.020286683233\n", - "12:19:46\tCompleted 3184 to KZ114600: 957.9466533222667\n", - "12:19:46\tCompleted 3176 to KZ611600: 2365.3220842062824\n", - "12:19:46\tCompleted 3162 to KZ352800: 67.5835570852113\n", - "12:19:46\tCompleted 3147 to KZ395600: 1256.8485613597534\n", - "12:19:46\tCompleted 3187 to KZ351800: 1304.172832443697\n", - "12:19:46\tCompleted 3148 to KZ791310: 1572.391523984241\n", - "12:19:46\tCompleted 3163 to KZ595800: 759.3960351222088\n", - "12:19:46\tCompleted 3196 to KZ594600: 2206.983039519699\n", - "12:19:46\tCompleted 3203 to KZ596600: 1300.912527304962\n", - "12:19:46\tCompleted 3201 to KZ352200: 1317.8906757214374\n", - "12:19:46\tCompleted 3167 to KZ194200: 1234.6409111326673\n", - "12:19:47\tCompleted 3155 to KZ435200: 2852.4199789537406\n", - "12:19:47\tCompleted 3191 to KZ234000: 4914.580542429539\n", - "12:19:47\tCompleted 3193 to KZ352400: 3202.8240804613247\n", - "12:19:47\tCompleted 3156 to KZ554200: 1053.7590805683535\n", - "12:19:47\tCompleted 3214 to KZ311000: 1183.4103173489145\n", - "12:19:47\tCompleted 3140 to KZ351000: 68.346508132164712:19:47\tCompleted 3216 to KZ615400: 1806.047262752347\n", - "\n", - "12:19:47\tCompleted 3161 to KZ635400: 1976.9172390270116\n", - "12:19:47\tCompleted 3185 to KZ191000: 598.4430449306373\n", - "12:19:47\tCompleted 3182 to KZ611600: 2829.671049024359\n", - "12:19:47\tCompleted 3162 to KZ356400: 355.15461745336313\n", - "12:19:47\tCompleted 3204 to KZ274400: 1690.9627374701531\n", - "12:19:47\tCompleted 3178 to KZ114800: 2979.8943406242715\n", - "12:19:47\tCompleted 3146 to KZ633600: 923.4401283151108\n", - "12:19:47\tCompleted 3179 to KZ234000: 3214.4402474406133\n", - "12:19:47\tCompleted 3168 to KZ395200: 1999.9862120236407\n", - "12:19:48\tCompleted 3163 to KZ593400: 568.7832977700685\n", - "12:19:48\tCompleted 3206 to KZ156000: 3497.287011016125\n", - "12:19:48\tCompleted 3192 to KZ635000: 4328.05983560662\n", - "12:19:48\tCompleted 3164 to KZ615200: 2571.5801784968\n", - "12:19:48\tCompleted 3142 to KZ554600: 2673.1659989126742\n", - "12:19:48\tCompleted 3213 to KZ234000: 1991.232021773489\n", - "12:19:48\tCompleted 3175 to KZ395800: 1778.231759641022\n", - "12:19:48\tCompleted 3212 to KZ193200: 2751.204760182965\n", - "12:19:48\tCompleted 3170 to KZ614400: 2271.9582754368653\n", - "12:19:48\tCompleted 3162 to KZ352400: 56.04518404630331\n", - "12:19:48\tCompleted 3190 to KZ113800: 2401.82158674442\n", - "12:19:48\tCompleted 3152 to KZ114600: 1514.5204064759403\n", - "12:19:48\tCompleted 3184 to KZ114800: 1025.6786263521979\n", - "12:19:48\tCompleted 3145 to KZ191000: 1429.315431572314\n", - "12:19:48\tCompleted 3153 to KZ193400: 1391.677963272045\n", - "12:19:48\tCompleted 3186 to KZ633800: 2004.847223230669\n", - "12:19:48\tCompleted 3200 to KZ191000: 4146.762353540587\n", - "12:19:48\tCompleted 3140 to KZ352000: 484.50711889402885\n", - "12:19:48\tCompleted 3157 to KZ273600: 3020.2141736667404\n", - "12:19:48\tCompleted 3207 to KZ634800: 5014.485243421864\n", - "12:19:49\tCompleted 3196 to KZ711110: 1455.2153331054164\n", - "12:19:49\tCompleted 3209 to KZ711310: 2876.157979028913\n", - "12:19:49\tCompleted 3185 to KZ196200: 954.6609751925197\n", - "12:19:49\tCompleted 3188 to KZ613900: 1470.063445340825\n", - "12:19:49\tCompleted 3197 to KZ276000: 1887.6691315108997\n", - "12:19:49\tCompleted 3166 to KZ154600: 2480.8914216775333\n", - "12:19:49\tCompleted 3187 to KZ393200: 1378.773232366542\n", - "12:19:49\tCompleted 3160 to KZ193400: 4887.971601001617\n", - "12:19:49\tCompleted 3215 to KZ591000: 2049.992381282262\n", - "12:19:50\tCompleted 3210 to KZ273600: 4324.392777880726\n", - "12:19:50\tCompleted 3208 to KZ352000: 2812.836904552199\n", - "12:19:50\tCompleted 3203 to KZ595000: 1135.352545992663\n", - "12:19:50\tCompleted 3173 to KZ196600: 1692.277965476852\n", - "12:19:50\tCompleted 3176 to KZ613600: 2419.5172208500935\n", - "12:19:50\tCompleted 3154 to KZ235200: 3082.4027831432977\n", - "12:19:50\tCompleted 3202 to KZ352800: 2965.9292023219587\n", - "12:19:50\tCompleted 3163 to KZ594200: 748.64104683358\n", - "12:19:50\tCompleted 3216 to KZ615200: 1543.4639092540672\n", - "12:19:50\tCompleted 3141 to KZ354400: 3332.3063858652395\n", - "12:19:50\tCompleted 3214 to KZ315000: 1596.0821914881353\n", - "12:19:50\tCompleted 3167 to KZ751210: 1332.8590904411433\n", - "12:19:50\tCompleted 3184 to KZ111010: 825.465115286919\n", - "12:19:50\tCompleted 3193 to KZ356000: 2544.4544101267384\n", - "12:19:50\tCompleted 3201 to KZ352300: 1950.9697543362352\n", - "12:19:50\tCompleted 3147 to KZ395800: 1559.2326367662263\n", - "12:19:50\tCompleted 3140 to KZ354800: 555.2998894545209\n", - "12:19:50\tCompleted 3175 to KZ392400: 1308.7080695710893\n", - "12:19:51\tCompleted 3185 to KZ192600: 639.042539557305\n", - "12:19:51\tCompleted 3148 to KZ791510: 1570.9320491304907\n", - "12:19:51\tCompleted 3162 to KZ356000: 991.43707953971\n", - "12:19:51\tCompleted 3187 to KZ393400: 940.9455517048166\n", - "12:19:51\tCompleted 3178 to KZ111010: 3371.203841402218\n", - "12:19:51\tCompleted 3188 to KZ612000: 975.935086006574\n", - "12:19:51\tCompleted 3172 to KZ156000: 2459.077653540766\n", - "12:19:51\tCompleted 3161 to KZ635000: 1504.2504491153773\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:19:51\tCompleted 3146 to KZ633800: 1101.7271568433348\n", - "12:19:51\tCompleted 3169 to KZ475200: 3723.819320181989\n", - "12:19:51\tCompleted 3196 to KZ711410: 1481.327833188928\n", - "12:19:51\tCompleted 3184 to KZ116000: 561.9446671899703\n", - "12:19:51\tCompleted 3174 to KZ634400: 4485.1624470085235\n", - "12:19:51\tCompleted 3182 to KZ613600: 2883.866185668169\n", - "12:19:51\tCompleted 3156 to KZ791110: 1583.129126191754\n", - "12:19:52\tCompleted 3168 to KZ391000: 2195.6924765326107\n", - "12:19:52\tCompleted 3152 to KZ114800: 2086.35627930606\n", - "12:19:52\tCompleted 3170 to KZ614600: 1997.065973021464\n", - "12:19:52\tCompleted 3153 to KZ193600: 1257.987000662696\n", - "12:19:52\tCompleted 3214 to KZ314200: 1188.8855482842491\n", - "12:19:52\tCompleted 3143 to KZ274000: 4847.802357857237\n", - "12:19:52\tCompleted 3181 to KZ475200: 5086.974735484899\n", - "12:19:52\tCompleted 3190 to KZ114500: 2865.2017515534503\n", - "12:19:52\tCompleted 3140 to KZ355200: 605.0666396725517\n", - "12:19:52\tCompleted 3163 to KZ596600: 849.5265644103451\n", - "12:19:52\tCompleted 3155 to KZ434800: 2767.4430688788307\n", - "12:19:52\tCompleted 3145 to KZ196200: 1424.6815803855106\n", - "12:19:52\tCompleted 3180 to KZ634000: 2947.4776249352767\n", - "12:19:53\tCompleted 3185 to KZ196600: 1062.9598811596281\n", - "12:19:53\tCompleted 3173 to KZ194200: 1194.2277076493867\n", - "12:19:53\tCompleted 3197 to KZ276200: 1607.0553447769744\n", - "12:19:53\tCompleted 3191 to KZ234200: 5365.526248950547\n", - "12:19:53\tCompleted 3203 to KZ593600: 1249.9011502769565\n", - "12:19:53\tCompleted 3162 to KZ354400: 783.9212013625587\n", - "12:19:53\tCompleted 3187 to KZ391600: 1200.141794955393\n", - "12:19:53\tCompleted 3164 to KZ616400: 3544.172729392839\n", - "12:19:53\tCompleted 3184 to KZ116400: 910.5226263034291\n", - "12:19:53\tCompleted 3141 to KZ351800: 2566.9879370084427\n", - "12:19:53\tCompleted 3201 to KZ352800: 1345.0130984184043\n", - "12:19:53\tCompleted 3167 to KZ751110: 1340.4644725978226\n", - "12:19:54\tCompleted 3215 to KZ595600: 1898.2962300861398\n", - "12:19:54\tCompleted 3161 to KZ632200: 917.6129834126482\n", - "12:19:54\tCompleted 3175 to KZ396200: 1748.7369920808228\n", - "12:19:54\tCompleted 3140 to KZ355600: 199.77237831721004\n", - "12:19:54\tCompleted 3213 to KZ234200: 2442.1777282944704\n", - "12:19:54\tCompleted 3147 to KZ392400: 1285.4195627925662\n", - "12:19:54\tCompleted 3176 to KZ614000: 2464.8760595226668\n", - "12:19:54\tCompleted 3142 to KZ555600: 3237.1968494065018\n", - "12:19:54\tCompleted 3196 to KZ711210: 1482.4895946158265\n", - "12:19:54\tCompleted 3209 to KZ555200: 3619.9728382500566\n", - "12:19:54\tCompleted 3204 to KZ275400: 2366.15116942717\n", - "12:19:54\tCompleted 3200 to KZ196200: 3912.3551807492663\n", - "12:19:54\tCompleted 3163 to KZ595000: 683.9665830980465\n", - "12:19:54\tCompleted 3202 to KZ356400: 3066.3429576528574\n", - "12:19:54\tCompleted 3216 to KZ616400: 2516.056460150119\n", - "12:19:54\tCompleted 3178 to KZ116000: 3537.9730360237136\n", - "12:19:54\tCompleted 3186 to KZ634000: 2252.0500211276903\n", - "12:19:55\tCompleted 3188 to KZ614400: 1398.2647693286767\n", - "12:19:55\tCompleted 3152 to KZ111010: 1623.708403736109\n", - "12:19:55\tCompleted 3206 to KZ154600: 3795.4244417612394\n", - "12:19:55\tCompleted 3166 to KZ154800: 2364.0721019295065\n", - "12:19:55\tCompleted 3212 to KZ193400: 2956.0936371983912:19:55\tCompleted 3207 to KZ633400: 4370.34749576826612:19:55\tCompleted 3208 to KZ354800: 3568.355175081645\n", - "\n", - "\n", - "12:19:55\tCompleted 3184 to KZ116800: 704.2986904771523\n", - "12:19:55\tCompleted 3192 to KZ632200: 3677.740154372904\n", - "12:19:55\tCompleted 3179 to KZ234200: 3665.385953961549\n", - "12:19:55\tCompleted 3160 to KZ193600: 4356.84715548152\n", - "12:19:55\tCompleted 3193 to KZ354400: 3331.7597328809397\n", - "12:19:55\tCompleted 3185 to KZ194200: 1170.655839289832612:19:55\tCompleted 3148 to KZ791710: 1543.4131232167383\n", - "\n", - "12:19:55\tCompleted 3162 to KZ351800: 804.9559160055846\n", - "12:19:55\tCompleted 3157 to KZ276600: 3102.0394203657265\n", - "12:19:55\tCompleted 3187 to KZ393600: 1081.6305204917592\n", - "12:19:56\tCompleted 3214 to KZ353200: 1667.2802596394235\n", - "12:19:56\tCompleted 3210 to KZ276600: 4406.218024579693\n", - "12:19:56\tCompleted 3146 to KZ634000: 1342.9072489781545\n", - "12:19:56\tCompleted 3140 to KZ352100: 757.0572759851966\n", - "12:19:56\tCompleted 3156 to KZ791310: 1559.006242633845\n", - "12:19:56\tCompleted 3168 to KZ395400: 2239.0563714579234\n", - "12:19:56\tCompleted 3141 to KZ393200: 2190.2112164339612:19:56\tCompleted 3153 to KZ194000: 1452.0151810942887\n", - "\n", - "12:19:56\tCompleted 3182 to KZ614000: 2929.225024340742\n", - "12:19:56\tCompleted 3201 to KZ356400: 1298.9681291475836\n", - "12:19:56\tCompleted 3154 to KZ235600: 3177.440549163702612:19:56\tCompleted 3174 to KZ313600: 3684.6041797128937\n", - "\n", - "12:19:56\tCompleted 3190 to KZ114000: 2626.5823213077933\n", - "12:19:56\tCompleted 3173 to KZ751210: 1292.4458869578627\n", - "12:19:57\tCompleted 3163 to KZ593600: 798.5151873823398\n", - "12:19:57\tCompleted 3170 to KZ614800: 2236.7759782791345\n", - "12:19:57\tCompleted 3145 to KZ192600: 1484.6712756711881\n", - "12:19:57\tCompleted 3197 to KZ271000: 1624.7483001912028\n", - "12:19:57\tCompleted 3184 to KZ111810: 726.1627835002809\n", - "12:19:57\tCompleted 3147 to KZ396200: 1093.8426487663482\n", - "12:19:57\tCompleted 3203 to KZ595200: 1247.3512833341927\n", - "12:19:57\tCompleted 3175 to KZ396600: 1660.4421242282917\n", - "12:19:57\tCompleted 3196 to KZ711310: 1494.3469540717583\n", - "12:19:57\tCompleted 3140 to KZ352200: 103.3862249248194\n", - "12:19:57\tCompleted 3167 to KZ751310: 1341.979191223584\n", - "12:19:57\tCompleted 3172 to KZ154600: 2757.2150842858805\n", - "12:19:57\tCompleted 3188 to KZ614600: 1123.3724669132646\n", - "12:19:57\tCompleted 3152 to KZ116000: 1600.838113976766\n", - "12:19:57\tCompleted 3155 to KZ433600: 2967.2858324207195\n", - "12:19:57\tCompleted 3187 to KZ396400: 1044.7262063431613\n", - "12:19:58\tCompleted 3185 to KZ751210: 915.9503445619673\n", - "12:19:58\tCompleted 3204 to KZ273600: 1534.1104284096846\n", - "12:19:58\tCompleted 3178 to KZ116400: 3308.03660463929\n", - "12:19:58\tCompleted 3216 to KZ615600: 2100.3651624272393\n", - "12:19:58\tCompleted 3184 to KZ116600: 726.8928695106431\n", - "12:19:58\tCompleted 3169 to KZ471800: 3553.4291000212634\n", - "12:19:58\tCompleted 3193 to KZ351800: 2566.441284024143\n", - "12:19:58\tCompleted 3164 to KZ615600: 3128.4814316699685\n", - "12:19:59\tCompleted 3162 to KZ393200: 1205.9179011931387\n", - "12:19:59\tCompleted 3196 to KZ555200: 1100.1406850070466\n", - "12:19:59\tCompleted 3202 to KZ352400: 2916.198012772936\n", - "12:19:59\tCompleted 3208 to KZ355200: 2869.8577430867585\n", - "12:19:59\tCompleted 3163 to KZ595200: 795.965320439576\n", - "12:19:59\tCompleted 3141 to KZ393400: 2203.760656269581\n", - "12:19:59\tCompleted 3161 to KZ635200: 1769.8554969084053\n", - "12:19:59\tCompleted 3142 to KZ551000: 2692.06825519035\n", - "12:19:59\tCompleted 3215 to KZ596000: 1986.7583346623458\n", - "12:19:59\tCompleted 3175 to KZ394200: 1271.9034014922154\n", - "12:19:59\tCompleted 3201 to KZ352400: 1296.4274563121849\n", - "12:19:59\tCompleted 3181 to KZ471800: 4916.584515324166\n", - "12:19:59\tCompleted 3185 to KZ751110: 909.5520688986783\n", - "12:20:00\tCompleted 3187 to KZ394000: 1112.427332669949\n", - "12:20:00\tCompleted 3191 to KZ234600: 5480.696547388652\n", - "12:20:00\tCompleted 3209 to KZ551600: 3353.4061162645294\n", - "12:20:00\tCompleted 3140 to KZ352300: 872.2980098061647\n", - "12:20:00\tCompleted 3173 to KZ751110: 1300.051269114542\n", - "12:20:00\tCompleted 3147 to KZ396600: 1101.7614895575473\n", - "12:20:00\tCompleted 3148 to KZ611600: 1621.3744076756666\n", - "12:20:00\tCompleted 3176 to KZ613900: 2701.7960566923925\n", - "12:20:00\tCompleted 3180 to KZ635400: 3455.7135385069546\n", - "12:20:00\tCompleted 3213 to KZ234600: 2557.3480267325326\n", - "12:20:00\tCompleted 3203 to KZ591000: 1137.5670120867305\n", - "12:20:00\tCompleted 3190 to KZ117000: 2673.041990024016\n", - "12:20:00\tCompleted 3212 to KZ193600: 2170.302801589286\n", - "12:20:00\tCompleted 3156 to KZ791510: 1557.5467677800946\n", - "12:20:00\tCompleted 3182 to KZ613900: 3166.145021510469\n", - "12:20:00\tCompleted 3184 to KZ115600: 890.2351317038352\n", - "12:20:00\tCompleted 3169 to KZ593200: 690.6896285174284\n", - "12:20:00\tCompleted 3206 to KZ154800: 3678.6051220131817\n", - "12:20:00\tCompleted 3152 to KZ116400: 1714.9408326183673\n", - "12:20:01\tCompleted 3200 to KZ192600: 4185.706108569281\n", - "12:20:01\tCompleted 3168 to KZ392000: 2355.980066538147\n", - "12:20:01\tCompleted 3174 to KZ314000: 3467.037915069204\n", - "12:20:01\tCompleted 3167 to KZ751410: 1357.6468103143438\n", - "12:20:01\tCompleted 3216 to KZ615800: 1484.5405073249303\n", - "12:20:01\tCompleted 3140 to KZ352800: 104.10473103149937\n", - "12:20:01\tCompleted 3196 to KZ551600: 1158.1015886382731\n", - "12:20:01\tCompleted 3163 to KZ591000: 686.1810491921138\n", - "12:20:01\tCompleted 3160 to KZ194000: 4423.334521326763\n", - "12:20:01\tCompleted 3188 to KZ614800: 1363.0824721709353\n", - "12:20:01\tCompleted 3166 to KZ155200: 2791.010764831259\n", - "12:20:01\tCompleted 3175 to KZ394400: 1224.905797154137\n", - "12:20:01\tCompleted 3146 to KZ635400: 1851.1431625498608\n", - "12:20:01\tCompleted 3186 to KZ635400: 2760.2859346993705\n", - "12:20:01\tCompleted 3153 to KZ196400: 1661.8669297385868\n", - "12:20:02\tCompleted 3185 to KZ751310: 916.0373502729169\n", - "12:20:02\tCompleted 3143 to KZ274200: 4955.11834601705212:20:02\tCompleted 3204 to KZ276600: 1615.9356751086605\n", - "\n", - "12:20:02\tCompleted 3170 to KZ615400: 2233.1816033606165\n", - "12:20:02\tCompleted 3193 to KZ393200: 2354.6798921437617\n", - "12:20:02\tCompleted 3145 to KZ196600: 1743.7482322608034\n", - "12:20:02\tCompleted 3162 to KZ393400: 1214.0201675018977\n", - "12:20:02\tCompleted 3210 to KZ275000: 4282.532785253966\n", - "12:20:02\tCompleted 3187 to KZ396800: 1243.899133460295\n", - "12:20:02\tCompleted 3192 to KZ635200: 4593.664883399661\n", - "12:20:02\tCompleted 3141 to KZ391600: 2462.956899520146\n", - "12:20:02\tCompleted 3155 to KZ434000: 2922.978940486267\n", - "12:20:02\tCompleted 3197 to KZ274000: 2237.536181089963\n", - "12:20:02\tCompleted 3184 to KZ115200: 931.1588563770533\n", - "12:20:02\tCompleted 3140 to KZ356400: 421.14955652848107\n", - "12:20:02\tCompleted 3202 to KZ356000: 2257.8283424383344\n", - "12:20:02\tCompleted 3214 to KZ353600: 2350.151900079195\n", - "12:20:02\tCompleted 3207 to KZ633600: 4141.172155179802\n", - "12:20:03\tCompleted 3181 to KZ593200: 2034.0350310931829\n", - "12:20:03\tCompleted 3164 to KZ615800: 2512.656776567666\n", - "12:20:03\tCompleted 3178 to KZ116800: 3636.1662258640417\n", - "12:20:03\tCompleted 3169 to KZ595800: 794.6092385578057\n", - "12:20:03\tCompleted 3157 to KZ275000: 2978.3541810399815\n", - "12:20:03\tCompleted 3179 to KZ234600: 3780.5562523996036\n", - "12:20:03\tCompleted 3154 to KZ233600: 3183.202537963827\n", - "12:20:03\tCompleted 3172 to KZ154800: 2640.395764537845\n", - "12:20:03\tCompleted 3144 to KZ113200: 343.0112696123164\n", - "12:20:03\tCompleted 3152 to KZ116800: 1502.5419789263415\n", - "12:20:04\tCompleted 3173 to KZ751310: 1301.5659877403034\n", - "12:20:04\tCompleted 3208 to KZ355600: 3113.5032961818697\n", - "12:20:04\tCompleted 3213 to KZ234800: 1691.0494025680784\n", - "12:20:04\tCompleted 3201 to KZ356000: 2112.066141559509\n", - "12:20:04\tCompleted 3185 to KZ751410: 923.0472963778134\n", - "12:20:04\tCompleted 3215 to KZ596200: 1816.6448409737832\n", - "12:20:04\tCompleted 3196 to KZ553200: 1450.297894321429\n", - "12:20:04\tCompleted 3175 to KZ433200: 1326.9059681732688\n", - "12:20:04\tCompleted 3182 to KZ612000: 2672.016662176232\n", - "12:20:04\tCompleted 3163 to KZ595600: 920.0686357140361\n", - "12:20:04\tCompleted 3140 to KZ352400: 43.234018715767746\n", - "12:20:04\tCompleted 3216 to KZ612600: 1739.6706339458565\n", - "12:20:04\tCompleted 3190 to KZ114400: 2550.3358753512193\n", - "12:20:04\tCompleted 3187 to KZ394800: 986.9762612078334\n", - "12:20:04\tCompleted 3142 to KZ556000: 2740.1896373983636\n", - "12:20:04\tCompleted 3176 to KZ612000: 2207.6676973581566\n", - "12:20:04\tCompleted 3161 to KZ632400: 1562.5125341020012\n", - "12:20:04\tCompleted 3203 to KZ595600: 1371.454598608653\n", - "12:20:04\tCompleted 3147 to KZ394200: 1550.6718683113058\n", - "12:20:04\tCompleted 3167 to KZ751710: 1393.3627641446046\n", - "12:20:04\tCompleted 3144 to KZ113400: 134.23219851014383\n", - "12:20:05\tCompleted 3148 to KZ613600: 1476.1666691497146\n", - "12:20:05\tCompleted 3169 to KZ593400: 603.9965012056655\n", - "12:20:05\tCompleted 3184 to KZ115400: 1019.7872156779619\n", - "12:20:05\tCompleted 3156 to KZ791710: 1530.0278418663422\n", - "12:20:05\tCompleted 3193 to KZ393400: 2203.214003285281\n", - "12:20:05\tCompleted 3188 to KZ615400: 1359.488097252426\n", - "12:20:05\tCompleted 3209 to KZ553200: 3472.354109671226\n", - "12:20:05\tCompleted 3141 to KZ393600: 2003.1583378836285\n", - "12:20:05\tCompleted 3191 to KZ234800: 4614.397923224122\n", - "12:20:05\tCompleted 3153 to KZ196800: 1262.2859179969375\n", - "12:20:05\tCompleted 3162 to KZ391600: 1148.6121314103843\n", - "12:20:05\tCompleted 3168 to KZ395600: 2233.1334158292343\n", - "12:20:06\tCompleted 3145 to KZ194200: 1245.6979744333382\n", - "12:20:06\tCompleted 3181 to KZ595800: 2137.9546411335605\n", - "12:20:06\tCompleted 3163 to KZ596000: 562.8836516609459\n", - "12:20:06\tCompleted 3185 to KZ751710: 955.083366037957\n", - "12:20:06\tCompleted 3154 to KZ633200: 1039.841072965014\n", - "12:20:06\tCompleted 3212 to KZ194000: 2236.7901674345376\n", - "12:20:06\tCompleted 3170 to KZ615200: 2048.7651720650756\n", - "12:20:06\tCompleted 3206 to KZ155200: 4105.543784914935\n", - "12:20:06\tCompleted 3146 to KZ635000: 1378.4763726382264\n", - "12:20:06\tCompleted 3175 to KZ431900: 1232.2091727605252\n", - "12:20:06\tCompleted 3174 to KZ314800: 3966.3252199436333\n", - "12:20:06\tCompleted 3196 to KZ553600: 1334.635281247554\n", - "12:20:06\tCompleted 3152 to KZ111810: 1424.4160143998172\n", - "12:20:06\tCompleted 3144 to KZ113600: 409.5049275567798\n", - "12:20:06\tCompleted 3204 to KZ275000: 1481.6333322110252\n", - "12:20:07\tCompleted 3216 to KZ616000: 1449.4358625708803\n", - "12:20:07\tCompleted 3203 to KZ596000: 1014.269614555562712:20:07\tCompleted 3178 to KZ111810: 3675.6970269105327\n", - "\n", - "12:20:07\tCompleted 3140 to KZ356000: 1033.3943970294397\n", - "12:20:07\tCompleted 3187 to KZ395000: 1305.8875860061412\n", - "12:20:07\tCompleted 3200 to KZ196600: 4231.421832624556\n", - "12:20:07\tCompleted 3173 to KZ751410: 1317.2336068310633\n", - "12:20:07\tCompleted 3169 to KZ594200: 783.854250269177\n", - "12:20:07\tCompleted 3164 to KZ612600: 2767.7869031885753\n", - "12:20:07\tCompleted 3213 to KZ235200: 1738.6892499314797\n", - "12:20:07\tCompleted 3214 to KZ351600: 1930.2899473671798\n", - "12:20:07\tCompleted 3161 to KZ632800: 1135.5924598650886\n", - "12:20:07\tCompleted 3141 to KZ396400: 1836.9932157964124\n", - "12:20:07\tCompleted 3202 to KZ354400: 3045.133665192536\n", - "12:20:08\tCompleted 3185 to KZ751810: 918.7947095857976\n", - "12:20:08\tCompleted 3201 to KZ354400: 1904.550263382359\n", - "12:20:08\tCompleted 3160 to KZ196400: 4856.488628002403\n", - "12:20:08\tCompleted 3186 to KZ635000: 2287.619144787753\n", - "12:20:08\tCompleted 3167 to KZ751810: 1347.2218319107033\n", - "12:20:08\tCompleted 3166 to KZ156400: 2574.8611566516624\n", - "12:20:08\tCompleted 3193 to KZ391600: 2462.410246535846\n", - "12:20:08\tCompleted 3144 to KZ113800: 588.85095222568\n", - "12:20:08\tCompleted 3188 to KZ615200: 1175.0716659568761\n", - "12:20:08\tCompleted 3182 to KZ614400: 3094.346345498316\n", - "12:20:08\tCompleted 3162 to KZ393600: 1186.4821242981266\n", - "12:20:08\tCompleted 3146 to KZ632200: 791.838906935497\n", - "12:20:08\tCompleted 3197 to KZ274200: 2395.751978290178\n", - "12:20:08\tCompleted 3196 to KZ552200: 1417.5109229996863\n", - "12:20:09\tCompleted 3175 to KZ434600: 1270.1086970107306\n", - "12:20:09\tCompleted 3181 to KZ593400: 1900.1812658678207\n", - "12:20:09\tCompleted 3153 to KZ191600: 1314.275324062946\n", - "12:20:09\tCompleted 3176 to KZ614400: 2629.9973806802395\n", - "12:20:09\tCompleted 3210 to KZ274800: 4807.42059306551\n", - "12:20:09\tCompleted 3190 to KZ114600: 3175.799346202653412:20:09\tCompleted 3145 to KZ751210: 1343.9161537418142\n", - "\n", - "12:20:09\tCompleted 3163 to KZ596200: 949.8831013321243\n", - "12:20:09\tCompleted 3140 to KZ354400: 825.8785188522883\n", - "12:20:09\tCompleted 3179 to KZ234800: 2914.2576282352197\n", - "12:20:09\tCompleted 3192 to KZ632400: 4386.321920593263\n", - "12:20:09\tCompleted 3147 to KZ394400: 1630.5590794460682\n", - "12:20:09\tCompleted 3208 to KZ352100: 3585.1945440827167\n", - "12:20:09\tCompleted 3207 to KZ633800: 4441.757502660354\n", - "12:20:09\tCompleted 3187 to KZ395200: 1254.8275108020966\n", - "12:20:09\tCompleted 3148 to KZ614000: 1604.5793316914535\n", - "12:20:09\tCompleted 3142 to KZ556800: 2940.877562270301\n", - "12:20:09\tCompleted 3156 to KZ611600: 1607.9891263252705\n", - "12:20:09\tCompleted 3155 to KZ471000: 4764.056644427143\n", - "12:20:09\tCompleted 3185 to KZ751910: 900.9197250461309\n", - "12:20:10\tCompleted 3172 to KZ155200: 3067.3344274395977\n", - "12:20:10\tCompleted 3215 to KZ596400: 2171.2980616990158\n", - "12:20:10\tCompleted 3169 to KZ596600: 884.7397678459421\n", - "12:20:10\tCompleted 3216 to KZ613800: 1825.04963790326\n", - "12:20:10\tCompleted 3157 to KZ274800: 3503.2419888514746\n", - "12:20:10\tCompleted 3144 to KZ114500: 455.9729676797175\n", - "12:20:10\tCompleted 3168 to KZ395800: 2535.517491235714\n", - "12:20:10\tCompleted 3141 to KZ394000: 1904.6943421232002\n", - "12:20:11\tCompleted 3180 to KZ635000: 2983.0467485953245\n", - "12:20:11\tCompleted 3209 to KZ553600: 3423.357107906203\n", - "12:20:11\tCompleted 3154 to KZ634800: 1760.8449949081578\n", - "12:20:11\tCompleted 3202 to KZ351800: 2279.815216335739\n", - "12:20:11\tCompleted 3178 to KZ116600: 3542.672497958379\n", - "12:20:11\tCompleted 3184 to KZ151000: 2149.364892232825\n", - "12:20:11\tCompleted 3174 to KZ315400: 3653.5641012636816\n", - "12:20:11\tCompleted 3161 to KZ636800: 1337.63299012582512:20:11\tCompleted 3152 to KZ116600: 2496.538437831248\n", - "\n", - "12:20:11\tCompleted 3164 to KZ616000: 2477.5521318136175\n", - "12:20:11\tCompleted 3203 to KZ596200: 1401.2690642267403\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:20:11\tCompleted 3175 to KZ434400: 1307.0337093548249\n", - "12:20:11\tCompleted 3196 to KZ554600: 1489.59600666552\n", - "12:20:11\tCompleted 3173 to KZ751710: 1352.949560661324\n", - "12:20:11\tCompleted 3191 to KZ235200: 4662.037770587524\n", - "12:20:11\tCompleted 3170 to KZ616400: 2750.3867242604774\n", - "12:20:11\tCompleted 3201 to KZ351800: 1925.5849780253848\n", - "12:20:11\tCompleted 3163 to KZ596400: 723.6780809318983\n", - "12:20:11\tCompleted 3144 to KZ114000: 402.91232147354003\n", - "12:20:12\tCompleted 3206 to KZ156400: 3944.668879013121\n", - "12:20:12\tCompleted 3185 to KZ751510: 901.4810010868127\n", - "12:20:12\tCompleted 3214 to KZ354000: 1763.4396102268088\n", - "12:20:12\tCompleted 3140 to KZ351800: 846.9132334953143\n", - "12:20:12\tCompleted 3213 to KZ235600: 1833.7270159519076\n", - "12:20:12\tCompleted 3193 to KZ393600: 2167.627013593433\n", - "12:20:12\tCompleted 3167 to KZ751910: 1348.1605135469258\n", - "12:20:12\tCompleted 3169 to KZ595000: 719.1797865336434\n", - "12:20:12\tCompleted 3187 to KZ391000: 1195.6548299488488\n", - "12:20:12\tCompleted 3162 to KZ396400: 1407.8937709715078\n", - "12:20:12\tCompleted 3190 to KZ114800: 2223.459487879426\n", - "12:20:12\tCompleted 3181 to KZ594200: 2127.199652844931\n", - "12:20:12\tCompleted 3145 to KZ751110: 1351.5215358984935\n", - "12:20:12\tCompleted 3186 to KZ632200: 1637.2994635540358\n", - "12:20:12\tCompleted 3182 to KZ614600: 2819.45404308291\n", - "12:20:13\tCompleted 3141 to KZ396800: 2036.1661429135431\n", - "12:20:13\tCompleted 3153 to KZ195200: 1335.3296531402427\n", - "12:20:13\tCompleted 3212 to KZ196400: 2669.9442741101147\n", - "12:20:13\tCompleted 3200 to KZ194200: 3859.512894446832\n", - "12:20:13\tCompleted 3144 to KZ117000: 325.54466492014393\n", - "12:20:13\tCompleted 3199 to KZ113200: 2984.7379154796663\n", - "12:20:13\tCompleted 3204 to KZ274800: 2017.138243594433\n", - "12:20:13\tCompleted 3176 to KZ614600: 2355.105078264835\n", - "12:20:13\tCompleted 3196 to KZ555600: 1204.8369320685654\n", - "12:20:13\tCompleted 3146 to KZ635200: 1644.0814204312544\n", - "12:20:14\tCompleted 3154 to KZ633400: 939.5602985224726\n", - "12:20:14\tCompleted 3202 to KZ393200: 2068.0538244553663\n", - "12:20:14\tCompleted 3188 to KZ616400: 1876.6932181522793\n", - "12:20:14\tCompleted 3156 to KZ613600: 1462.7813877993185\n", - "12:20:14\tCompleted 3152 to KZ115600: 1688.4784201530251\n", - "12:20:14\tCompleted 3208 to KZ352200: 3071.5518743446232\n", - "12:20:14\tCompleted 3203 to KZ596400: 1175.0640438265143\n", - "12:20:14\tCompleted 3160 to KZ196800: 4324.647025761179\n", - "12:20:14\tCompleted 3163 to KZ594600: 929.1569324593963\n", - "12:20:14\tCompleted 3144 to KZ114400: 451.7845050287433\n", - "12:20:14\tCompleted 3187 to KZ395400: 1234.0312141475083\n", - "12:20:14\tCompleted 3169 to KZ593600: 833.7283908179368\n", - "12:20:14\tCompleted 3210 to KZ275800: 4277.003417053867\n", - "12:20:14\tCompleted 3175 to KZ431000: 1592.6942644756066\n", - "12:20:15\tCompleted 3178 to KZ115600: 3441.1206616790996\n", - "12:20:15\tCompleted 3193 to KZ396400: 2001.4618915062254\n", - "12:20:15\tCompleted 3215 to KZ594600: 1924.1205013916606\n", - "12:20:15\tCompleted 3166 to KZ155600: 2542.9806385093525\n", - "12:20:15\tCompleted 3168 to KZ392400: 2261.704417262046\n", - "12:20:15\tCompleted 3141 to KZ394800: 1779.2432706610846\n", - "12:20:15\tCompleted 3173 to KZ751810: 1306.8086284274227\n", - "12:20:15\tCompleted 3140 to KZ393200: 1175.9547337106715\n", - "12:20:15\tCompleted 3196 to KZ551000: 1115.9723627223084\n", - "12:20:15\tCompleted 3142 to KZ554800: 2944.8541231180216\n", - "12:20:15\tCompleted 3214 to KZ351000: 1697.414324876973\n", - "12:20:15\tCompleted 3209 to KZ552200: 3314.88916588449\n", - "12:20:15\tCompleted 3164 to KZ613800: 2853.1659071459653\n", - "12:20:15\tCompleted 3155 to KZ473600: 4345.081878404119\n", - "12:20:16\tCompleted 3167 to KZ751510: 1340.6490396173813\n", - "12:20:16\tCompleted 3163 to KZ711110: 177.38922604510287\n", - "12:20:16\tCompleted 3148 to KZ613900: 1881.3310308326475\n", - "12:20:16\tCompleted 3181 to KZ596600: 2228.0851704216834\n", - "12:20:16\tCompleted 3161 to KZ635800: 1701.9205419232192\n", - "12:20:16\tCompleted 3213 to KZ233600: 1691.2156916509894\n", - "12:20:16\tCompleted 3216 to KZ273200: 4526.548583203842\n", - "12:20:16\tCompleted 3145 to KZ751310: 1353.036254524255\n", - "12:20:16\tCompleted 3190 to KZ111010: 2611.2134584460578\n", - "12:20:16\tCompleted 3170 to KZ615600: 2360.82715848458612:20:16\tCompleted 3144 to KZ114600: 560.1835974161731\n", - "\n", - "12:20:16\tCompleted 3201 to KZ393200: 2450.342493088806312:20:16\tCompleted 3207 to KZ634000: 4688.960300557386\n", - "\n", - "12:20:16\tCompleted 3154 to KZ633600: 971.8886744808112\n", - "12:20:16\tCompleted 3192 to KZ632800: 4136.548795088449\n", - "12:20:16\tCompleted 3172 to KZ156400: 2906.459521537784\n", - "12:20:16\tCompleted 3187 to KZ392000: 1030.937088194042\n", - "12:20:16\tCompleted 3179 to KZ235200: 2961.8974755985873\n", - "12:20:16\tCompleted 3202 to KZ393400: 1916.58793559687712:20:16\tCompleted 3174 to KZ315600: 4173.0056140843335\n", - "\n", - "12:20:16\tCompleted 3204 to KZ275800: 1486.7210675828317\n", - "12:20:16\tCompleted 3153 to KZ195000: 1263.8701619656474\n", - "12:20:17\tCompleted 3169 to KZ595200: 831.1785238751729\n", - "12:20:17\tCompleted 3206 to KZ155600: 3857.5136585930277\n", - "12:20:17\tCompleted 3163 to KZ711410: 203.50172612861462\n", - "12:20:17\tCompleted 3162 to KZ394000: 1639.828620337334312:20:17\tCompleted 3184 to KZ153200: 2153.7814756614684\n", - "\n", - "12:20:17\tCompleted 3196 to KZ556000: 1157.2688710531215\n", - "12:20:17\tCompleted 3146 to KZ632400: 1436.7384576248503\n", - "12:20:17\tCompleted 3208 to KZ352300: 2360.7369551886613\n", - "12:20:17\tCompleted 3152 to KZ115200: 1881.9605346392873\n", - "12:20:17\tCompleted 3182 to KZ614800: 3059.1640483405904\n", - "12:20:17\tCompleted 3147 to KZ433200: 2233.2785184857353\n", - "12:20:17\tCompleted 3193 to KZ394000: 2069.1630178330133\n", - "12:20:17\tCompleted 3180 to KZ632200: 2332.727067361641\n", - "12:20:17\tCompleted 3199 to KZ113400: 3062.598952285004\n", - "12:20:18\tCompleted 3176 to KZ614800: 2594.8150835225138\n", - "12:20:18\tCompleted 3141 to KZ395000: 2098.1545954593885\n", - "12:20:18\tCompleted 3214 to KZ352000: 1308.7167277222966\n", - "12:20:18\tCompleted 3188 to KZ615600: 1487.1336523763855\n", - "12:20:18\tCompleted 3185 to KZ231000: 4194.42603305208\n", - "12:20:18\tCompleted 3178 to KZ115200: 3101.8484662822743\n", - "12:20:18\tCompleted 3175 to KZ435200: 1683.506057865669\n", - "12:20:18\tCompleted 3203 to KZ594600: 1380.5428953540134\n", - "12:20:18\tCompleted 3156 to KZ614000: 1591.1940503410574\n", - "12:20:18\tCompleted 3200 to KZ751210: 3814.3125170316453\n", - "12:20:18\tCompleted 3212 to KZ196800: 2138.1026718689677\n", - "12:20:18\tCompleted 3163 to KZ711210: 204.66348755551303\n", - "12:20:19\tCompleted 3215 to KZ711110: 1660.1586672650353\n", - "12:20:19\tCompleted 3169 to KZ591000: 721.3942526277108\n", - "12:20:19\tCompleted 3173 to KZ751910: 1307.7473100636453\n", - "12:20:19\tCompleted 3181 to KZ595000: 2062.525189109397\n", - "12:20:19\tCompleted 3144 to KZ114800: 918.4191267694881\n", - "12:20:19\tCompleted 3157 to KZ275800: 2972.8248128398964\n", - "12:20:19\tCompleted 3196 to KZ556800: 1218.8398297378696\n", - "12:20:19\tCompleted 3168 to KZ396200: 2070.12750323584\n", - "12:20:19\tCompleted 3191 to KZ235600: 4757.075536607975\n", - "12:20:19\tCompleted 3140 to KZ393400: 1184.0570000194305\n", - "12:20:19\tCompleted 3187 to KZ395600: 1344.503294175012\n", - "12:20:19\tCompleted 3203 to KZ711110: 628.7751889397199\n", - "12:20:20\tCompleted 3186 to KZ635200: 2553.224192580767\n", - "12:20:20\tCompleted 3154 to KZ633800: 1194.1399599088727\n", - "12:20:20\tCompleted 3163 to KZ711310: 216.52084701144486\n", - "12:20:20\tCompleted 3148 to KZ612000: 1401.5882316566099\n", - "12:20:20\tCompleted 3145 to KZ751410: 1368.7038736150148\n", - "12:20:20\tCompleted 3202 to KZ391600: 2175.7841788474516\n", - "12:20:20\tCompleted 3161 to KZ636200: 1456.0485600249472\n", - "12:20:20\tCompleted 3190 to KZ116000: 2660.9161485329455\n", - "12:20:20\tCompleted 3146 to KZ632800: 1009.8183833879375\n", - "12:20:20\tCompleted 3166 to KZ156800: 1809.255973726634\n", - "12:20:20\tCompleted 3209 to KZ554600: 3371.0795044571823\n", - "12:20:20\tCompleted 3170 to KZ615800: 2128.003501766515\n", - "12:20:20\tCompleted 3141 to KZ395200: 2176.3553281939617\n", - "12:20:20\tCompleted 3160 to KZ191600: 4350.445001821271\n", - "12:20:20\tCompleted 3144 to KZ111010: 455.77125119953683\n", - "12:20:20\tCompleted 3193 to KZ396800: 2200.634818623346\n", - "12:20:21\tCompleted 3162 to KZ396800: 1385.9210778977379\n", - "12:20:21\tCompleted 3210 to KZ276000: 4692.834442808971\n", - "12:20:21\tCompleted 3201 to KZ393400: 2445.91852738259912:20:21\tCompleted 3203 to KZ711410: 654.8876890232316\n", - "\n", - "12:20:21\tCompleted 3152 to KZ115400: 2102.533306504943\n", - "12:20:21\tCompleted 3188 to KZ615800: 1254.3099956583198\n", - "12:20:21\tCompleted 3142 to KZ556400: 2883.3069240061977\n", - "12:20:21\tCompleted 3175 to KZ434800: 1605.0722935889437\n", - "12:20:21\tCompleted 3169 to KZ595600: 955.281839149633\n", - "12:20:21\tCompleted 3204 to KZ276000: 1902.5520933378987\n", - "12:20:21\tCompleted 3178 to KZ115400: 3130.0755849319767\n", - "12:20:21\tCompleted 3174 to KZ316000: 3346.766536220852\n", - "12:20:21\tCompleted 3196 to KZ554800: 1373.5197984861577\n", - "12:20:22\tCompleted 3208 to KZ352800: 3072.235717485721\n", - "12:20:22\tCompleted 3182 to KZ615400: 3055.569673422061\n", - "12:20:22\tCompleted 3215 to KZ711410: 1656.0918779592307\n", - "12:20:22\tCompleted 3144 to KZ116000: 424.6023323222763\n", - "12:20:22\tCompleted 3155 to KZ474200: 4791.706039470686\n", - "12:20:22\tCompleted 3153 to KZ194400: 1586.3057148052383\n", - "12:20:22\tCompleted 3164 to KZ273200: 4627.331251319434\n", - "12:20:22\tCompleted 3216 to KZ274400: 4463.677270690583\n", - "12:20:22\tCompleted 3206 to KZ156800: 3225.779284717452\n", - "12:20:22\tCompleted 3167 to KZ231000: 3170.6921409898273\n", - "12:20:22\tCompleted 3176 to KZ615400: 2591.2207086039857\n", - "12:20:22\tCompleted 3147 to KZ431900: 1718.1743322679035\n", - "12:20:22\tCompleted 3203 to KZ711210: 656.04945045013\n", - "12:20:22\tCompleted 3202 to KZ393600: 1881.0009459050336\n", - "12:20:22\tCompleted 3181 to KZ593600: 2177.073793393691\n", - "12:20:22\tCompleted 3163 to KZ555200: 883.783505768328\n", - "12:20:22\tCompleted 3199 to KZ113600: 2741.1160704452427\n", - "12:20:23\tCompleted 3192 to KZ636800: 4161.442376617071\n", - "12:20:23\tCompleted 3173 to KZ751510: 1300.2358361341007\n", - "12:20:23\tCompleted 3187 to KZ395800: 1448.9453633751527\n", - "12:20:23\tCompleted 3184 to KZ153400: 1883.2417879311527\n", - "12:20:23\tCompleted 3172 to KZ155600: 2819.304301117691\n", - "12:20:23\tCompleted 3141 to KZ391000: 1987.921839402097\n", - "12:20:23\tCompleted 3169 to KZ596000: 598.0968550965429\n", - "12:20:23\tCompleted 3168 to KZ396600: 2078.046344027037\n", - "12:20:23\tCompleted 3213 to KZ633200: 2888.2250549645382\n", - "12:20:23\tCompleted 3188 to KZ612600: 963.6900067728093\n", - "12:20:23\tCompleted 3179 to KZ235600: 3056.935241618992\n", - "12:20:23\tCompleted 3146 to KZ636800: 1211.8589136486742\n", - "12:20:23\tCompleted 3190 to KZ116400: 2452.2723146906023\n", - "12:20:23\tCompleted 3178 to KZ151000: 1493.8232574380163\n", - "12:20:23\tCompleted 3140 to KZ391600: 1118.648963927917\n", - "12:20:23\tCompleted 3206 to KZ193200: 572.8882788319197\n", - "12:20:23\tCompleted 3156 to KZ613900: 1867.9457494822511\n", - "12:20:24\tCompleted 3154 to KZ634000: 1435.3200520436924\n", - "12:20:24\tCompleted 3145 to KZ751710: 1404.4198274452756\n", - "12:20:24\tCompleted 3144 to KZ116400: 547.0036800817954\n", - "12:20:24\tCompleted 3175 to KZ433600: 1420.7158217387926\n", - "12:20:24\tCompleted 3193 to KZ394800: 1943.7119463708975\n", - "12:20:24\tCompleted 3214 to KZ354800: 2246.2705635175957\n", - "12:20:24\tCompleted 3203 to KZ711310: 667.9068099060619\n", - "12:20:24\tCompleted 3212 to KZ191600: 2163.9006479290533\n", - "12:20:24\tCompleted 3196 to KZ556400: 1300.3861576609613\n", - "12:20:24\tCompleted 3170 to KZ612600: 1837.3835128810088\n", - "12:20:24\tCompleted 3185 to KZ234000: 4403.036510419781\n", - "12:20:24\tCompleted 3200 to KZ751110: 3822.0698763445266\n", - "12:20:24\tCompleted 3163 to KZ551600: 617.2167837827819\n", - "12:20:25\tCompleted 3206 to KZ193400: 313.08877201749414\n", - "12:20:25\tCompleted 3187 to KZ392400: 1130.1377158737935\n", - "12:20:25\tCompleted 3204 to KZ276200: 1621.9383066039734\n", - "12:20:25\tCompleted 3162 to KZ394800: 1564.575646595794\n", - "12:20:25\tCompleted 3144 to KZ116800: 334.60482638976987\n", - "12:20:25\tCompleted 3191 to KZ233600: 4762.837525408085\n", - "12:20:25\tCompleted 3178 to KZ153200: 1526.2980877870216\n", - "12:20:25\tCompleted 3161 to KZ636400: 1696.0162719844238\n", - "12:20:25\tCompleted 3201 to KZ391600: 2301.7890243980896\n", - "12:20:25\tCompleted 3166 to KZ193200: 1711.1516420487444\n", - "12:20:25\tCompleted 3202 to KZ396400: 1714.8358238178175\n", - "12:20:25\tCompleted 3182 to KZ615200: 2871.153242126514\n", - "12:20:25\tCompleted 3207 to KZ635400: 5197.196214129121\n", - "12:20:25\tCompleted 3215 to KZ711210: 1638.9275465233989\n", - "12:20:26\tCompleted 3141 to KZ395400: 2026.2982236007565\n", - "12:20:26\tCompleted 3169 to KZ596200: 985.0963047677212\n", - "12:20:26\tCompleted 3148 to KZ614400: 1807.8638302724503\n", - "12:20:26\tCompleted 3186 to KZ632400: 2345.881229774377\n", - "12:20:26\tCompleted 3160 to KZ195200: 4288.210024955992\n", - "12:20:26\tCompleted 3176 to KZ615200: 2406.804277308439\n", - "12:20:26\tCompleted 3180 to KZ635200: 3248.6517963883384\n", - "12:20:26\tCompleted 3157 to KZ276000: 3388.6558385949315\n", - "12:20:26\tCompleted 3153 to KZ194600: 1531.3865568462634\n", - "12:20:26\tCompleted 3152 to KZ151000: 3487.741883523085\n", - "12:20:26\tCompleted 3209 to KZ555600: 3935.11035495101\n", - "12:20:26\tCompleted 3208 to KZ356400: 3172.649472816627\n", - "12:20:27\tCompleted 3206 to KZ193600: 1142.1160221602067\n", - "12:20:27\tCompleted 3181 to KZ595200: 2174.523926450922\n", - "12:20:27\tCompleted 3163 to KZ553200: 736.1647771894894\n", - "12:20:27\tCompleted 3144 to KZ111810: 356.46891941289846\n", - "12:20:27\tCompleted 3188 to KZ616000: 1281.4492113909262\n", - "12:20:27\tCompleted 3191 to KZ633200: 976.8519424979168\n", - "12:20:27\tCompleted 3142 to KZ554200: 3053.1518258593896\n", - "12:20:27\tCompleted 3174 to KZ316600: 3994.7574003048726\n", - "12:20:27\tCompleted 3210 to KZ276200: 4412.220656075025\n", - "12:20:27\tCompleted 3196 to KZ554200: 1563.0141960483977\n", - "12:20:27\tCompleted 3199 to KZ113800: 2569.8688702754766\n", - "12:20:27\tCompleted 3214 to KZ355200: 1530.8904496843493\n", - "12:20:27\tCompleted 3178 to KZ153400: 2132.233536697677\n", - "12:20:27\tCompleted 3140 to KZ393600: 1156.5189568156593\n", - "12:20:27\tCompleted 3193 to KZ395000: 2262.6232711691987\n", - "12:20:27\tCompleted 3147 to KZ434600: 1751.838902694284\n", - "12:20:28\tCompleted 3156 to KZ612000: 1388.2029503062138\n", - "12:20:28\tCompleted 3145 to KZ751810: 1358.2788952113742\n", - "12:20:28\tCompleted 3175 to KZ434000: 2155.9195149039947\n", - "12:20:28\tCompleted 3203 to KZ555200: 1289.8297464838258\n", - "12:20:28\tCompleted 3164 to KZ274400: 4557.397651331\n", - "12:20:28\tCompleted 3172 to KZ156800: 2187.5699272420734\n", - "12:20:28\tCompleted 3168 to KZ394200: 2526.9567227807793\n", - "12:20:28\tCompleted 3191 to KZ634800: 783.0874419338983\n", - "12:20:28\tCompleted 3169 to KZ596400: 758.891284367495\n", - "12:20:28\tCompleted 3155 to KZ474600: 4468.881478652597\n", - "12:20:28\tCompleted 3141 to KZ392000: 1823.2040976472902\n", - "12:20:28\tCompleted 3146 to KZ635800: 1576.146465446068\n", - "12:20:28\tCompleted 3163 to KZ553600: 463.25029038573723\n", - "12:20:28\tCompleted 3187 to KZ396200: 1555.5842143275554\n", - "12:20:28\tCompleted 3190 to KZ116800: 2778.5036602520654\n", - "12:20:28\tCompleted 3202 to KZ394000: 1782.5369501446053\n", - "12:20:28\tCompleted 3206 to KZ194000: 997.661253305538\n", - "12:20:29\tCompleted 3170 to KZ616000: 2155.1427174991227\n", - "12:20:29\tCompleted 3204 to KZ271000: 1639.6312620182018\n", - "12:20:29\tCompleted 3167 to KZ234000: 3379.3026183575153\n", - "12:20:29\tCompleted 3212 to KZ195200: 2101.665671063786\n", - "12:20:29\tCompleted 3178 to KZ153600: 1674.1330478061377\n", - "12:20:29\tCompleted 3161 to KZ631000: 1402.1829466929933\n", - "12:20:29\tCompleted 3215 to KZ711310: 1626.8145528116358\n", - "12:20:29\tCompleted 3184 to KZ153600: 2517.6555049825547\n", - "12:20:29\tCompleted 3162 to KZ395000: 1492.5510562867603\n", - "12:20:29\tCompleted 3192 to KZ635800: 4610.94462431434612:20:29\tCompleted 3173 to KZ231000: 3206.5117251738125\n", - "\n", - "12:20:29\tCompleted 3216 to KZ275400: 5138.865702647633\n", - "12:20:30\tCompleted 3191 to KZ633400: 803.9807821112603\n", - "12:20:30\tCompleted 3201 to KZ393600: 2430.9067161937955\n", - "12:20:30\tCompleted 3154 to KZ635400: 1943.5559656153987\n", - "12:20:30\tCompleted 3166 to KZ193400: 1465.074218657939\n", - "12:20:30\tCompleted 3148 to KZ614600: 1494.808350433613\n", - "12:20:30\tCompleted 3206 to KZ196400: 665.5056718184414\n", - "12:20:30\tCompleted 3163 to KZ552200: 578.6998334027354\n", - "12:20:30\tCompleted 3203 to KZ551600: 1029.8697383285196\n", - "12:20:30\tCompleted 3179 to KZ233600: 3062.6972304191167\n", - "12:20:30\tCompleted 3175 to KZ471000: 1385.098612862265\n", - "12:20:30\tCompleted 3200 to KZ751310: 3815.241449219781\n", - "12:20:31\tCompleted 3181 to KZ591000: 2064.7396552034643\n", - "12:20:31\tCompleted 3169 to KZ594600: 964.3701358949933\n", - "12:20:31\tCompleted 3188 to KZ613800: 1429.7033444098129\n", - "12:20:31\tCompleted 3185 to KZ234200: 4853.98221694074112:20:31\tCompleted 3141 to KZ395600: 2136.7703036282523\n", - "\n", - "12:20:31\tCompleted 3178 to KZ154000: 1606.3930192062633\n", - "12:20:31\tCompleted 3142 to KZ791110: 2189.5906848096433\n", - "12:20:31\tCompleted 3182 to KZ616400: 3572.7747943219283\n", - "12:20:31\tCompleted 3196 to KZ791110: 2004.5529675811015\n", - "12:20:31\tCompleted 3144 to KZ116600: 1224.0585223553676\n", - "12:20:31\tCompleted 3191 to KZ633600: 947.7903913490371\n", - "12:20:31\tCompleted 3186 to KZ632800: 1933.1134045892406\n", - "12:20:31\tCompleted 3145 to KZ751910: 1359.2175768475968\n", - "12:20:31\tCompleted 3153 to KZ194800: 1664.3752588473249\n", - "12:20:31\tCompleted 3176 to KZ616400: 3108.4258295038517\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:20:31\tCompleted 3193 to KZ395200: 2340.8240039037637\n", - "12:20:31\tCompleted 3174 to KZ316200: 3497.4866682963498\n", - "12:20:31\tCompleted 3202 to KZ396800: 1914.0087509349482\n", - "12:20:32\tCompleted 3213 to KZ634800: 3609.228976907641512:20:32\tCompleted 3187 to KZ396600: 1481.871770530996\n", - "\n", - "12:20:32\tCompleted 3172 to KZ193200: 1340.8813664545985\n", - "12:20:32\tCompleted 3206 to KZ196800: 908.9621920857802\n", - "12:20:32\tCompleted 3209 to KZ551000: 3389.981760734858\n", - "12:20:32\tCompleted 3214 to KZ355600: 1888.0395309449432\n", - "12:20:32\tCompleted 3146 to KZ636200: 1330.2744835477963\n", - "12:20:32\tCompleted 3169 to KZ711110: 212.6024294806998\n", - "12:20:32\tCompleted 3163 to KZ554600: 699.5606435192415\n", - "12:20:32\tCompleted 3208 to KZ352400: 3022.5045279366987\n", - "12:20:32\tCompleted 3160 to KZ195000: 4734.339184272978\n", - "12:20:32\tCompleted 3140 to KZ396400: 1377.9306034890405\n", - "12:20:32\tCompleted 3152 to KZ153200: 3537.935490951832412:20:32\tCompleted 3162 to KZ395200: 1024.5155712118903\n", - "\n", - "12:20:32\tCompleted 3175 to KZ473600: 918.688504180704\n", - "12:20:32\tCompleted 3199 to KZ114500: 3033.249035084507\n", - "12:20:32\tCompleted 3191 to KZ633800: 823.8934338996636\n", - "12:20:33\tCompleted 3156 to KZ614400: 1794.4785489220542\n", - "12:20:33\tCompleted 3178 to KZ154200: 1236.226496964892\n", - "12:20:33\tCompleted 3210 to KZ271000: 4429.913611489262\n", - "12:20:33\tCompleted 3190 to KZ111810: 2818.0344612985564\n", - "12:20:33\tCompleted 3144 to KZ115600: 520.5412676164531\n", - "12:20:33\tCompleted 3206 to KZ191600: 825.8617352179373\n", - "12:20:33\tCompleted 3157 to KZ276200: 3108.042051861027\n", - "12:20:33\tCompleted 3187 to KZ394200: 787.8002813775087\n", - "12:20:33\tCompleted 3147 to KZ434400: 2094.7883016560186\n", - "12:20:33\tCompleted 3180 to KZ632400: 3041.3088335819634\n", - "12:20:33\tCompleted 3166 to KZ193600: 1299.2776641714659\n", - "12:20:33\tCompleted 3169 to KZ711410: 238.71492956421156\n", - "12:20:34\tCompleted 3170 to KZ613800: 2303.396850517999\n", - "12:20:34\tCompleted 3203 to KZ553200: 1170.8228180227477\n", - "12:20:34\tCompleted 3191 to KZ634000: 720.3716615176982\n", - "12:20:34\tCompleted 3141 to KZ395800: 2391.928415396975\n", - "12:20:34\tCompleted 3154 to KZ635000: 1470.8891757037643\n", - "12:20:34\tCompleted 3172 to KZ193400: 1066.070315533719\n", - "12:20:34\tCompleted 3161 to KZ634600: 1802.992423964716\n", - "12:20:34\tCompleted 3155 to KZ475000: 4839.210505402419\n", - "12:20:34\tCompleted 3201 to KZ396400: 2652.3183628671563\n", - "12:20:34\tCompleted 3179 to KZ633200: 1320.6471008913707\n", - "12:20:34\tCompleted 3202 to KZ394800: 1657.085878682489712:20:34\tCompleted 3178 to KZ156000: 1679.0036872882094\n", - "\n", - "12:20:35\tCompleted 3145 to KZ751510: 1351.7061029180522\n", - "12:20:35\tCompleted 3168 to KZ394400: 2606.8439339155243\n", - "12:20:35\tCompleted 3164 to KZ275400: 5232.58608328805\n", - "12:20:35\tCompleted 3181 to KZ595600: 2298.627241725381\n", - "12:20:35\tCompleted 3207 to KZ635000: 4724.529424217478\n", - "12:20:35\tCompleted 3206 to KZ195200: 903.1687003027457\n", - "12:20:35\tCompleted 3196 to KZ791310: 1961.0127357004928\n", - "12:20:35\tCompleted 3169 to KZ711210: 239.87669099110997\n", - "12:20:35\tCompleted 3163 to KZ555600: 1016.7830153824273\n", - "12:20:35\tCompleted 3193 to KZ391000: 2152.3905151119034\n", - "12:20:35\tCompleted 3191 to KZ635400: 460.89358546733115\n", - "12:20:35\tCompleted 3204 to KZ274000: 2293.289445737716\n", - "12:20:35\tCompleted 3142 to KZ791310: 2167.3091358492434\n", - "12:20:35\tCompleted 3148 to KZ614800: 1876.1208125202816\n", - "12:20:35\tCompleted 3187 to KZ394400: 1046.3354434568382\n", - "12:20:35\tCompleted 3175 to KZ474200: 1412.748007905815\n", - "12:20:36\tCompleted 3216 to KZ273600: 4306.824961630091\n", - "12:20:36\tCompleted 3170 to KZ273200: 951.247127790914612:20:36\tCompleted 3144 to KZ115200: 714.0233821027155\n", - "\n", - "12:20:36\tCompleted 3203 to KZ553600: 883.9042731004943\n", - "12:20:36\tCompleted 3182 to KZ615600: 3183.215228546044\n", - "12:20:36\tCompleted 3208 to KZ356000: 2364.134857602104\n", - "12:20:36\tCompleted 3174 to KZ311000: 3358.057928667228712:20:36\tCompleted 3176 to KZ615600: 2718.8662637279676\n", - "\n", - "12:20:36\tCompleted 3215 to KZ555200: 2390.0222051741835\n", - "12:20:36\tCompleted 3162 to KZ391000: 1220.2218357208644\n", - "12:20:36\tCompleted 3192 to KZ636200: 4279.8579465161965\n", - "12:20:36\tCompleted 3169 to KZ711310: 251.7340504470418\n", - "12:20:36\tCompleted 3206 to KZ195000: 754.0401376119705\n", - "12:20:36\tCompleted 3178 to KZ154600: 1498.478353412443\n", - "12:20:36\tCompleted 3214 to KZ352100: 1844.7924129909145\n", - "12:20:36\tCompleted 3184 to KZ154000: 2087.1751518182737\n", - "12:20:36\tCompleted 3146 to KZ636400: 1570.2421955072728\n", - "12:20:36\tCompleted 3191 to KZ635000: 452.5320912281815\n", - "12:20:36\tCompleted 3199 to KZ114000: 2794.62960483885\n", - "12:20:36\tCompleted 3156 to KZ614600: 1481.423069083217\n", - "12:20:37\tCompleted 3167 to KZ234200: 3830.248324878451\n", - "12:20:37\tCompleted 3200 to KZ751410: 3832.66642762342\n", - "12:20:37\tCompleted 3173 to KZ234000: 3415.122202541500412:20:37\tCompleted 3153 to KZ195600: 1891.3001726361365\n", - "\n", - "12:20:37\tCompleted 3186 to KZ636800: 2121.001685798214\n", - "12:20:37\tCompleted 3154 to KZ632200: 884.251710001035\n", - "12:20:37\tCompleted 3190 to KZ116600: 2636.83656310686\n", - "12:20:37\tCompleted 3209 to KZ556000: 3438.1031429428717\n", - "12:20:37\tCompleted 3163 to KZ551000: 653.7924282531178\n", - "12:20:37\tCompleted 3187 to KZ433200: 850.9069244594209\n", - "12:20:37\tCompleted 3141 to KZ392400: 1922.4047253270417\n", - "12:20:37\tCompleted 3172 to KZ193600: 1304.9971554849844\n", - "12:20:37\tCompleted 3147 to KZ431000: 1435.609870802516\n", - "12:20:37\tCompleted 3170 to KZ274400: 928.828351050041\n", - "12:20:38\tCompleted 3202 to KZ395000: 1975.997203480794512:20:38\tCompleted 3175 to KZ474600: 1089.9234470877416\n", - "\n", - "12:20:38\tCompleted 3152 to KZ153400: 3121.6068203217096\n", - "12:20:38\tCompleted 3212 to KZ195000: 2553.29577460443\n", - "12:20:38\tCompleted 3181 to KZ596000: 1941.4422576722973\n", - "12:20:38\tCompleted 3191 to KZ632200: 959.9816012231303\n", - "12:20:38\tCompleted 3188 to KZ273200: 2609.611392103868\n", - "12:20:38\tCompleted 3166 to KZ194000: 1493.3058446030589\n", - "12:20:38\tCompleted 3185 to KZ234600: 4969.152515378846\n", - "12:20:38\tCompleted 3178 to KZ154800: 1822.6103701106626\n", - "12:20:38\tCompleted 3206 to KZ194400: 1131.9517870164887\n", - "12:20:38\tCompleted 3160 to KZ194400: 4557.6250550377345\n", - "12:20:38\tCompleted 3161 to KZ634400: 1382.630437070291\n", - "12:20:38\tCompleted 3144 to KZ115400: 934.5961539683725\n", - "12:20:38\tCompleted 3196 to KZ791510: 1938.1322361288398\n", - "12:20:39\tCompleted 3203 to KZ552200: 1013.3578742359938\n", - "12:20:39\tCompleted 3169 to KZ555200: 918.9967092039246\n", - "12:20:39\tCompleted 3187 to KZ431900: 748.1060526458181\n", - "12:20:39\tCompleted 3140 to KZ394000: 1609.865452854867\n", - "12:20:39\tCompleted 3201 to KZ394000: 2884.2532122329776\n", - "12:20:39\tCompleted 3191 to KZ635200: 220.09150064501125\n", - "12:20:39\tCompleted 3193 to KZ395400: 2190.766899310561712:20:39\tCompleted 3213 to KZ633400: 2787.944280521998\n", - "\n", - "12:20:39\tCompleted 3210 to KZ274000: 5093.601301428489\n", - "12:20:39\tCompleted 3163 to KZ556000: 701.913810461135\n", - "12:20:39\tCompleted 3142 to KZ791510: 2177.4269118455118\n", - "12:20:39\tCompleted 3162 to KZ395400: 1263.5857306461783\n", - "12:20:39\tCompleted 3146 to KZ631000: 1276.4088702158424\n", - "12:20:40\tCompleted 3206 to KZ194600: 765.7526218907203\n", - "12:20:40\tCompleted 3178 to KZ155200: 1262.4242607912638\n", - "12:20:40\tCompleted 3157 to KZ271000: 3125.735007275243\n", - "12:20:40\tCompleted 3176 to KZ615800: 2486.0426070098797\n", - "12:20:40\tCompleted 3182 to KZ615800: 2950.391571827955\n", - "12:20:40\tCompleted 3214 to KZ352200: 1675.2208343681407\n", - "12:20:40\tCompleted 3168 to KZ433200: 3375.3928128025486\n", - "12:20:40\tCompleted 3180 to KZ632800: 2791.535708077208\n", - "12:20:40\tCompleted 3179 to KZ634800: 2041.6510228345146\n", - "12:20:40\tCompleted 3187 to KZ434600: 786.0055768960236\n", - "12:20:40\tCompleted 3191 to KZ632400: 765.6933246458267\n", - "12:20:40\tCompleted 3175 to KZ475000: 1460.2524738375419\n", - "12:20:40\tCompleted 3169 to KZ551600: 652.4299872183785\n", - "12:20:41\tCompleted 3199 to KZ117000: 2841.0892735550724\n", - "12:20:41\tCompleted 3141 to KZ396200: 2362.433647836766\n", - "12:20:41\tCompleted 3155 to KZ475200: 4850.053466186466\n", - "12:20:41\tCompleted 3208 to KZ354400: 3151.4401803563055\n", - "12:20:41\tCompleted 3170 to KZ275400: 1604.016783007063\n", - "12:20:41\tCompleted 3164 to KZ273600: 4400.545342270517\n", - "12:20:41\tCompleted 3202 to KZ395200: 2054.197936215371\n", - "12:20:41\tCompleted 3148 to KZ615400: 1767.0246946932173\n", - "12:20:41\tCompleted 3190 to KZ115600: 2635.8796076563503\n", - "12:20:41\tCompleted 3174 to KZ315000: 3770.729802806444\n", - "12:20:41\tCompleted 3206 to KZ194800: 920.7072261473189\n", - "12:20:41\tCompleted 3207 to KZ632200: 4074.2097429836954\n", - "12:20:41\tCompleted 3145 to KZ231000: 3101.477509086686\n", - "12:20:41\tCompleted 3204 to KZ274200: 2410.6349401171765\n", - "12:20:41\tCompleted 3172 to KZ194000: 1499.0253359165774\n", - "12:20:41\tCompleted 3181 to KZ596200: 2328.4417073434665\n", - "12:20:42\tCompleted 3214 to KZ352300: 914.1969911522094\n", - "12:20:42\tCompleted 3203 to KZ554600: 1150.946606413858\n", - "12:20:42\tCompleted 3156 to KZ614800: 1862.7355311698855\n", - "12:20:42\tCompleted 3147 to KZ435200: 1511.9161770309315\n", - "12:20:42\tCompleted 3153 to KZ195800: 1755.6057729861075\n", - "12:20:42\tCompleted 3163 to KZ556800: 902.601735333077\n", - "12:20:42\tCompleted 3215 to KZ551600: 2123.455483188656\n", - "12:20:42\tCompleted 3154 to KZ635200: 1736.4942234967923\n", - "12:20:42\tCompleted 3196 to KZ791710: 1936.3560558118072\n", - "12:20:42\tCompleted 3191 to KZ632800: 1193.5456206742215\n", - "12:20:42\tCompleted 3216 to KZ276600: 4388.650208329061\n", - "12:20:42\tCompleted 3178 to KZ156400: 2571.3820198892\n", - "12:20:42\tCompleted 3187 to KZ434400: 822.9305892401192\n", - "12:20:42\tCompleted 3169 to KZ553200: 771.3779806250859\n", - "12:20:42\tCompleted 3170 to KZ273600: 771.9760419895731\n", - "12:20:43\tCompleted 3184 to KZ154200: 2389.8111907875923\n", - "12:20:43\tCompleted 3193 to KZ392000: 1987.672773357103\n", - "12:20:43\tCompleted 3200 to KZ751710: 3873.6544593923227\n", - "12:20:43\tCompleted 3192 to KZ636400: 4696.972607207786\n", - "12:20:43\tCompleted 3209 to KZ556800: 3638.791067814809\n", - "12:20:43\tCompleted 3206 to KZ195600: 1125.6662376805932\n", - "12:20:43\tCompleted 3162 to KZ392000: 1380.5094257264175\n", - "12:20:43\tCompleted 3161 to KZ313600: 1702.2542699769397\n", - "12:20:43\tCompleted 3140 to KZ396800: 1355.957910415270612:20:43\tCompleted 3205 to KZ113200: 829.3782712763746\n", - "\n", - "12:20:43\tCompleted 3142 to KZ791710: 2148.9269724952255\n", - "12:20:43\tCompleted 3186 to KZ635800: 2499.441486647354\n", - "12:20:43\tCompleted 3191 to KZ636800: 702.7326802210106\n", - "12:20:43\tCompleted 3152 to KZ153600: 3904.2058655123574\n", - "12:20:43\tCompleted 3175 to KZ475200: 1471.0954346215901\n", - "12:20:43\tCompleted 3166 to KZ196400: 1703.1575932473563\n", - "12:20:43\tCompleted 3176 to KZ612600: 2195.4226181243944\n", - "12:20:44\tCompleted 3182 to KZ612600: 2659.7715829424696\n", - "12:20:44\tCompleted 3201 to KZ396800: 2630.3456697933907\n", - "12:20:44\tCompleted 3202 to KZ391000: 1865.7644474235021\n", - "12:20:44\tCompleted 3179 to KZ633400: 1220.3663264488293\n", - "12:20:44\tCompleted 3167 to KZ234600: 3945.4186233165055\n", - "12:20:44\tCompleted 3208 to KZ351800: 2386.1217314995088\n", - "12:20:44\tCompleted 3178 to KZ155600: 1493.522074477587\n", - "12:20:44\tCompleted 3169 to KZ553600: 498.4634938213337\n", - "12:20:44\tCompleted 3141 to KZ396600: 2274.1387799842287\n", - "12:20:44\tCompleted 3160 to KZ194600: 4568.142021042231\n", - "12:20:44\tCompleted 3185 to KZ234800: 4102.853891214369\n", - "12:20:44\tCompleted 3170 to KZ276600: 853.8012886885493\n", - "12:20:44\tCompleted 3163 to KZ554800: 907.2972233775326\n", - "12:20:44\tCompleted 3199 to KZ114400: 2718.383158882276\n", - "12:20:44\tCompleted 3187 to KZ431000: 1108.5911443608995\n", - "12:20:44\tCompleted 3181 to KZ596400: 1849.4561491135426\n", - "12:20:44\tCompleted 3212 to KZ194400: 2371.080701145485\n", - "12:20:45\tCompleted 3190 to KZ115200: 2241.380413556337\n", - "12:20:45\tCompleted 3146 to KZ634600: 1677.218347487564912:20:45\tCompleted 3191 to KZ635800: 372.3444341975313\n", - "\n", - "12:20:45\tCompleted 3188 to KZ274400: 2546.7400795905633\n", - "12:20:45\tCompleted 3205 to KZ113400: 620.5992001742017\n", - "12:20:45\tCompleted 3214 to KZ352800: 1649.4508688619985\n", - "12:20:45\tCompleted 3203 to KZ555600: 1202.9685983387174\n", - "12:20:45\tCompleted 3174 to KZ314200: 3363.533159602563\n", - "12:20:45\tCompleted 3206 to KZ195800: 1187.814964960564\n", - "12:20:45\tCompleted 3144 to KZ151000: 2319.80473098657\n", - "12:20:45\tCompleted 3172 to KZ196400: 1424.5043509367724\n", - "12:20:45\tCompleted 3147 to KZ434800: 1426.939266956015\n", - "12:20:45\tCompleted 3168 to KZ431900: 2878.112448511683\n", - "12:20:46\tCompleted 3173 to KZ234200: 3866.0679090624362\n", - "12:20:46\tCompleted 3170 to KZ275000: 679.0464100184973\n", - "12:20:46\tCompleted 3210 to KZ274200: 5200.917289588304\n", - "12:20:46\tCompleted 3196 to KZ611600: 2193.2165910869257\n", - "12:20:46\tCompleted 3191 to KZ636200: 607.0254831697162\n", - "12:20:46\tCompleted 3148 to KZ615200: 1546.5075494772245\n", - "12:20:46\tCompleted 3153 to KZ196000: 1525.532947976739312:20:46\tCompleted 3169 to KZ552200: 613.913036838332\n", - "\n", - "12:20:46\tCompleted 3156 to KZ615400: 1753.6394133428212\n", - "12:20:46\tCompleted 3193 to KZ395600: 2301.2389793380503\n", - "12:20:46\tCompleted 3175 to KZ471800: 1300.7052144608488\n", - "12:20:46\tCompleted 3154 to KZ632400: 1529.1512606903882\n", - "12:20:46\tCompleted 3162 to KZ395600: 1257.662775017494\n", - "12:20:47\tCompleted 3213 to KZ633600: 2782.1722795321357\n", - "12:20:47\tCompleted 3206 to KZ196000: 383.0693662365817\n", - "12:20:47\tCompleted 3157 to KZ274000: 3789.4226972144493\n", - "12:20:47\tCompleted 3163 to KZ556400: 845.0310970689749\n", - "12:20:47\tCompleted 3178 to KZ156800: 2345.5087865119517\n", - "12:20:47\tCompleted 3187 to KZ435200: 1199.4029377509619\n", - "12:20:47\tCompleted 3155 to KZ471800: 4679.663246025733\n", - "12:20:47\tCompleted 3202 to KZ395400: 1904.1408316221616\n", - "12:20:47\tCompleted 3164 to KZ276600: 4482.370588969481\n", - "12:20:47\tCompleted 3205 to KZ113600: 895.871929220838\n", - "12:20:47\tCompleted 3142 to KZ611600: 2098.1016336425578\n", - "12:20:47\tCompleted 3166 to KZ196800: 1303.5765815057077\n", - "12:20:47\tCompleted 3208 to KZ393200: 2174.360339619138\n", - "12:20:47\tCompleted 3161 to KZ314000: 1560.6109058285533\n", - "12:20:48\tCompleted 3215 to KZ553200: 2242.4034765953597\n", - "12:20:48\tCompleted 3180 to KZ636800: 2816.4292896058005\n", - "12:20:48\tCompleted 3140 to KZ394800: 1534.6124791133268\n", - "12:20:48\tCompleted 3179 to KZ633600: 1255.402418681118\n", - "12:20:48\tCompleted 3206 to KZ191000: 589.018344640015\n", - "12:20:48\tCompleted 3141 to KZ394200: 2050.615385942281\n", - "12:20:48\tCompleted 3191 to KZ636400: 1201.2373870449715\n", - "12:20:48\tCompleted 3203 to KZ551000: 1066.4453827988555\n", - "12:20:48\tCompleted 3182 to KZ616000: 2977.5307875605663\n", - "12:20:48\tCompleted 3170 to KZ274800: 1255.003857174325\n", - "12:20:48\tCompleted 3216 to KZ275000: 4254.347865431403\n", - "12:20:48\tCompleted 3145 to KZ234000: 3310.087986454374\n", - "12:20:48\tCompleted 3190 to KZ115400: 2224.239650080449\n", - "12:20:48\tCompleted 3176 to KZ616000: 2513.181822742491\n", - "12:20:48\tCompleted 3181 to KZ594600: 2307.71553847073212:20:48\tCompleted 3146 to KZ634400: 1256.8563605931402\n", - "\n", - "12:20:48\tCompleted 3169 to KZ554600: 734.7738469548384\n", - "12:20:48\tCompleted 3200 to KZ751810: 3819.8983034692724\n", - "12:20:49\tCompleted 3214 to KZ356400: 1668.5292959867447\n", - "12:20:49\tCompleted 3207 to KZ635200: 4990.134472010519\n", - "12:20:49\tCompleted 3172 to KZ196800: 1309.2960728192263\n", - "12:20:49\tCompleted 3184 to KZ156000: 1963.0604231558075\n", - "12:20:49\tCompleted 3187 to KZ434800: 1120.9691734742366\n", - "12:20:49\tCompleted 3152 to KZ154000: 3425.5521431085303\n", - "12:20:49\tCompleted 3191 to KZ631000: 584.4819046313689\n", - "12:20:49\tCompleted 3201 to KZ394800: 2809.0002384914474\n", - "12:20:49\tCompleted 3186 to KZ636200: 2239.4172556973335\n", - "12:20:49\tCompleted 3202 to KZ392000: 1701.0467056686953\n", - "12:20:49\tCompleted 3199 to KZ114600: 3343.84662973371\n", - "12:20:49\tCompleted 3154 to KZ632800: 1102.2311864534754\n", - "12:20:49\tCompleted 3196 to KZ613600: 2046.8440388490092\n", - "12:20:49\tCompleted 3206 to KZ196200: 945.2362749018974\n", - "12:20:49\tCompleted 3192 to KZ631000: 4225.992333184241\n", - "12:20:50\tCompleted 3174 to KZ353200: 3430.747526795279\n", - "12:20:50\tCompleted 3209 to KZ554800: 3642.7676286625297\n", - "12:20:50\tCompleted 3190 to KZ151000: 761.0582679743635\n", - "12:20:50\tCompleted 3170 to KZ275800: 724.5866811627197\n", - "12:20:50\tCompleted 3163 to KZ554200: 1079.546470465971\n", - "12:20:50\tCompleted 3155 to KZ593200: 1797.1137617947554\n", - "12:20:50\tCompleted 3205 to KZ113800: 1075.217953889738\n", - "12:20:50\tCompleted 3147 to KZ433600: 1626.782030497916\n", - "12:20:50\tCompleted 3211 to KZ113200: 1948.7929024333198\n", - "12:20:50\tCompleted 3193 to KZ395800: 2556.397091106783\n", - "12:20:50\tCompleted 3141 to KZ394400: 1838.6024529100894\n", - "12:20:50\tCompleted 3208 to KZ393400: 2022.8944507606504\n", - "12:20:50\tCompleted 3191 to KZ634600: 49.621425397193995\n", - "12:20:50\tCompleted 3175 to KZ593200: 1986.198048130599\n", - "12:20:50\tCompleted 3181 to KZ711110: 1582.8757541654957\n", - "12:20:50\tCompleted 3185 to KZ235200: 4150.493738577737\n", - "12:20:51\tCompleted 3156 to KZ615200: 1533.1222681268284\n", - "12:20:51\tCompleted 3168 to KZ434600: 2911.777018938061\n", - "12:20:51\tCompleted 3160 to KZ194800: 4836.257673096236\n", - "12:20:51\tCompleted 3161 to KZ314800: 1260.7299021208973\n", - "12:20:51\tCompleted 3153 to KZ191000: 1404.2240538774515\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:20:51\tCompleted 3206 to KZ192600: 629.6178392666827\n", - "12:20:51\tCompleted 3212 to KZ194600: 2381.5976671499816\n", - "12:20:51\tCompleted 3203 to KZ556000: 1114.5667650068726\n", - "12:20:51\tCompleted 3167 to KZ234800: 3079.1199991521216\n", - "12:20:51\tCompleted 3169 to KZ555600: 1051.996218818023912:20:51\tCompleted 3166 to KZ191600: 1355.5659875717163\n", - "\n", - "12:20:51\tCompleted 3187 to KZ433600: 936.6127016240856\n", - "12:20:51\tCompleted 3142 to KZ613600: 2152.2967702863716\n", - "12:20:51\tCompleted 3162 to KZ395800: 1560.0468504239668\n", - "12:20:51\tCompleted 3190 to KZ153200: 697.9722723425067\n", - "12:20:52\tCompleted 3140 to KZ395000: 1462.587888804293\n", - "12:20:52\tCompleted 3191 to KZ634400: 618.9902896698986\n", - "12:20:52\tCompleted 3179 to KZ633800: 1474.9459878352295\n", - "12:20:52\tCompleted 3202 to KZ395600: 2014.6129116496652\n", - "12:20:52\tCompleted 3205 to KZ114500: 942.3399693437755\n", - "12:20:52\tCompleted 3172 to KZ191600: 1361.2854788852349\n", - "12:20:52\tCompleted 3188 to KZ275400: 3221.9285115475736\n", - "12:20:52\tCompleted 3199 to KZ114800: 2391.5067714104825\n", - "12:20:52\tCompleted 3214 to KZ352400: 1733.7163630774014\n", - "12:20:52\tCompleted 3148 to KZ616400: 2388.3273953781563\n", - "12:20:53\tCompleted 3144 to KZ153200: 2369.9983384153174\n", - "12:20:53\tCompleted 3176 to KZ613800: 2661.4359557613734\n", - "12:20:53\tCompleted 3215 to KZ553600: 2010.2970830137708\n", - "12:20:53\tCompleted 3181 to KZ711410: 1581.20910912009\n", - "12:20:53\tCompleted 3206 to KZ196600: 1053.535180869006\n", - "12:20:53\tCompleted 3154 to KZ636800: 1304.271716714212\n", - "12:20:53\tCompleted 3169 to KZ551000: 689.0056316887144\n", - "12:20:53\tCompleted 3196 to KZ614000: 1993.70399193468712:20:53\tCompleted 3170 to KZ276000: 1140.4177069177865\n", - "\n", - "12:20:53\tCompleted 3141 to KZ433200: 2136.415654592247\n", - "12:20:53\tCompleted 3182 to KZ613800: 3125.78492057945\n", - "12:20:53\tCompleted 3146 to KZ313600: 1748.0012828863908\n", - "12:20:53\tCompleted 3155 to KZ595800: 1901.0333718351326\n", - "12:20:53\tCompleted 3193 to KZ392400: 2086.8734010368516\n", - "12:20:53\tCompleted 3164 to KZ275000: 4358.685349643751\n", - "12:20:53\tCompleted 3208 to KZ391600: 2282.0906940112186\n", - "12:20:54\tCompleted 3190 to KZ153400: 1391.412930540212\n", - "12:20:54\tCompleted 3157 to KZ274200: 3896.7386853742155\n", - "12:20:54\tCompleted 3161 to KZ315400: 1223.27725020172512:20:54\tCompleted 3173 to KZ234600: 3981.2382075004907\n", - "\n", - "12:20:54\tCompleted 3211 to KZ113400: 1824.526136199383\n", - "12:20:54\tCompleted 3178 to KZ193200: 5235.30630008767\n", - "12:20:54\tCompleted 3213 to KZ633800: 3042.5239419083796\n", - "12:20:54\tCompleted 3182 to KZ273200: 157.11519776895622\n", - "12:20:54\tCompleted 3200 to KZ751910: 3841.0392198196796\n", - "12:20:54\tCompleted 3205 to KZ114000: 889.279323137598\n", - "12:20:54\tCompleted 3176 to KZ273200: 592.9653818603942\n", - "12:20:54\tCompleted 3216 to KZ274800: 4789.852776814878\n", - "12:20:54\tCompleted 3214 to KZ356000: 1075.293378375484\n", - "12:20:54\tCompleted 3163 to KZ791110: 1540.987495607570312:20:54\tCompleted 3201 to KZ395000: 2736.9756481824047\n", - "\n", - "12:20:55\tCompleted 3140 to KZ395200: 994.552403729423\n", - "12:20:55\tCompleted 3203 to KZ556800: 1315.2546898788146\n", - "12:20:55\tCompleted 3175 to KZ595800: 2316.0767600535305\n", - "12:20:55\tCompleted 3187 to KZ434000: 1671.8163947892872\n", - "12:20:55\tCompleted 3166 to KZ195200: 1376.620316649013\n", - "12:20:55\tCompleted 3206 to KZ194200: 1161.2311389992103\n", - "12:20:55\tCompleted 3169 to KZ556000: 737.1270138967316\n", - "12:20:55\tCompleted 3162 to KZ392400: 1286.2337764503068\n", - "12:20:55\tCompleted 3190 to KZ153600: 606.8010819142779\n", - "12:20:55\tCompleted 3181 to KZ711210: 1594.6922955600357\n", - "12:20:55\tCompleted 3174 to KZ353600: 4158.048727055217\n", - "12:20:55\tCompleted 3159 to KZ113200: 366.86144263884046\n", - "12:20:55\tCompleted 3152 to KZ154200: 3728.1881820778526\n", - "12:20:55\tCompleted 3184 to KZ154600: 2261.1978539009274\n", - "12:20:55\tCompleted 3147 to KZ434000: 1788.5403987197847\n", - "12:20:55\tCompleted 3145 to KZ234200: 3761.03369297531\n", - "12:20:55\tCompleted 3170 to KZ276200: 859.8039201838627\n", - "12:20:55\tCompleted 3142 to KZ614000: 2197.655608958945\n", - "12:20:55\tCompleted 3182 to KZ274400: 430.29340907315986\n", - "12:20:56\tCompleted 3202 to KZ395800: 2269.77102341838\n", - "12:20:56\tCompleted 3141 to KZ431900: 2010.9211572105955\n", - "12:20:56\tCompleted 3207 to KZ632400: 4782.7915092040885\n", - "12:20:56\tCompleted 3153 to KZ196200: 1399.590202690648\n", - "12:20:56\tCompleted 3155 to KZ593400: 1661.8440588627386\n", - "12:20:56\tCompleted 3176 to KZ274400: 639.9048192532567\n", - "12:20:56\tCompleted 3191 to KZ313600: 2539.3287023709804\n", - "12:20:56\tCompleted 3208 to KZ393600: 1987.3074610688059\n", - "12:20:56\tCompleted 3199 to KZ111010: 2779.2607419771143\n", - "12:20:56\tCompleted 3205 to KZ117000: 811.9116665842018\n", - "12:20:56\tCompleted 3168 to KZ434400: 3254.726417899786\n", - "12:20:56\tCompleted 3159 to KZ113400: 158.0823715366675\n", - "12:20:56\tCompleted 3172 to KZ195200: 1382.3398079625315\n", - "12:20:56\tCompleted 3180 to KZ635800: 3265.931537303008\n", - "12:20:56\tCompleted 3186 to KZ636400: 2451.0204640620695\n", - "12:20:56\tCompleted 3206 to KZ751210: 906.5256442713451\n", - "12:20:57\tCompleted 3185 to KZ235600: 4245.531504598169\n", - "12:20:57\tCompleted 3156 to KZ616400: 2374.9421140277605\n", - "12:20:57\tCompleted 3190 to KZ154000: 871.138689962074\n", - "12:20:57\tCompleted 3192 to KZ634600: 4684.72186064968\n", - "12:20:57\tCompleted 3193 to KZ396200: 2526.9023235465675\n", - "12:20:57\tCompleted 3182 to KZ275400: 789.0639331308137\n", - "12:20:57\tCompleted 3196 to KZ613900: 2271.6272639511276\n", - "12:20:57\tCompleted 3181 to KZ711310: 1599.9057949601581\n", - "12:20:57\tCompleted 3161 to KZ315600: 1349.7263190995734\n", - "12:20:57\tCompleted 3160 to KZ195600: 4913.038240851448\n", - "12:20:57\tCompleted 3159 to KZ113600: 433.3551005833038\n", - "12:20:58\tCompleted 3211 to KZ113600: 1758.4748985020447\n", - "12:20:58\tCompleted 3209 to KZ556400: 3581.220429550706\n", - "12:20:58\tCompleted 3169 to KZ556800: 937.8149387686736\n", - "12:20:58\tCompleted 3154 to KZ635800: 1668.559268511606\n", - "12:20:58\tCompleted 3179 to KZ634000: 1716.1260799700492\n", - "12:20:58\tCompleted 3140 to KZ391000: 1190.2586682383971\n", - "12:20:58\tCompleted 3167 to KZ235200: 3126.7598465154892\n", - "12:20:58\tCompleted 3212 to KZ194800: 2649.7133192039846\n", - "12:20:58\tCompleted 3162 to KZ396200: 1094.6568624240888\n", - "12:20:58\tCompleted 3170 to KZ271000: 877.4968755980897\n", - "12:20:58\tCompleted 3215 to KZ552200: 2084.9385328086123\n", - "12:20:58\tCompleted 3214 to KZ354400: 1647.320003526408\n", - "12:20:58\tCompleted 3146 to KZ314000: 1606.3579187380044\n", - "12:20:58\tCompleted 3206 to KZ751110: 900.127368608056\n", - "12:20:58\tCompleted 3141 to KZ434600: 2048.8206814608006\n", - "12:20:58\tCompleted 3166 to KZ195000: 1305.160825474417\n", - "12:20:58\tCompleted 3176 to KZ275400: 1253.9986843865559\n", - "12:20:58\tCompleted 3205 to KZ114400: 938.1515066928014\n", - "12:20:58\tCompleted 3187 to KZ471000: 1646.9880222205768\n", - "12:20:58\tCompleted 3190 to KZ154200: 694.112160762313612:20:58\tCompleted 3148 to KZ615600: 1586.635899243133\n", - "\n", - "12:20:58\tCompleted 3182 to KZ273600: 609.9749451401846\n", - "12:20:58\tCompleted 3203 to KZ554800: 1319.9501779232692\n", - "12:20:59\tCompleted 3181 to KZ555200: 1022.3164375973023\n", - "12:20:59\tCompleted 3202 to KZ392400: 1800.2473333484468\n", - "12:20:59\tCompleted 3208 to KZ396400: 1821.1423389815898\n", - "12:20:59\tCompleted 3188 to KZ273600: 2389.887770530112\n", - "12:20:59\tCompleted 3155 to KZ594200: 1890.2783835465038\n", - "12:20:59\tCompleted 3144 to KZ153400: 1953.6696677851928\n", - "12:20:59\tCompleted 3159 to KZ113800: 612.701125252204\n", - "12:20:59\tCompleted 3201 to KZ395200: 2268.940163107566\n", - "12:20:59\tCompleted 3163 to KZ791310: 1516.8646120496612\n", - "12:20:59\tCompleted 3191 to KZ314000: 2397.6853382225922\n", - "12:21:00\tCompleted 3176 to KZ273600: 550.555558519994\n", - "12:21:00\tCompleted 3214 to KZ351800: 889.3980012789859\n", - "12:21:00\tCompleted 3206 to KZ751310: 906.6126499822947\n", - "12:21:00\tCompleted 3175 to KZ593400: 2421.369067272282312:21:00\tCompleted 3172 to KZ195000: 1304.4560527866588\n", - "\n", - "12:21:00\tCompleted 3199 to KZ116000: 2828.963432064002\n", - "12:21:00\tCompleted 3200 to KZ751510: 3829.555157718764\n", - "12:21:00\tCompleted 3174 to KZ351600: 3787.454331022387\n", - "12:21:00\tCompleted 3182 to KZ276600: 891.6877208004863\n", - "12:21:00\tCompleted 3142 to KZ613900: 2434.575606128667\n", - "12:21:00\tCompleted 3169 to KZ554800: 942.5104268131292\n", - "12:21:00\tCompleted 3164 to KZ274800: 4883.573157455295\n", - "12:21:00\tCompleted 3181 to KZ551600: 1160.197912176627\n", - "12:21:01\tCompleted 3152 to KZ156000: 3301.437414446073\n", - "12:21:01\tCompleted 3153 to KZ192600: 1459.5798979763256\n", - "12:21:01\tCompleted 3190 to KZ156000: 940.2742317304892\n", - "12:21:01\tCompleted 3187 to KZ473600: 1228.013256197592712:21:01\tCompleted 3193 to KZ396600: 2438.6074556940266\n", - "\n", - "12:21:01\tCompleted 3159 to KZ114500: 479.8231407062415\n", - "12:21:01\tCompleted 3141 to KZ434400: 2085.7456938048954\n", - "12:21:01\tCompleted 3168 to KZ431000: 2595.5479870463196\n", - "12:21:01\tCompleted 3216 to KZ275800: 4259.4356008032355\n", - "12:21:01\tCompleted 3205 to KZ114600: 1046.550599080231\n", - "12:21:01\tCompleted 3173 to KZ234800: 3114.939583336107\n", - "12:21:01\tCompleted 3196 to KZ612000: 2140.3387249795933\n", - "12:21:01\tCompleted 3140 to KZ395400: 1233.622563163711\n", - "12:21:01\tCompleted 3178 to KZ193400: 5185.528787014042\n", - "12:21:01\tCompleted 3170 to KZ274000: 1490.7025235451883\n", - "12:21:01\tCompleted 3162 to KZ396600: 1102.5757032152878\n", - "12:21:01\tCompleted 3200 to KZ231000: 107.38401761904228\n", - "12:21:01\tCompleted 3211 to KZ113800: 1771.6564213261718\n", - "12:21:01\tCompleted 3156 to KZ615600: 1573.2506178927367\n", - "12:21:01\tCompleted 3206 to KZ751410: 913.6225960871911\n", - "12:21:01\tCompleted 3184 to KZ154800: 2096.205164913338\n", - "12:21:01\tCompleted 3176 to KZ276600: 739.8590663422057\n", - "12:21:02\tCompleted 3182 to KZ275000: 470.88011511066003\n", - "12:21:02\tCompleted 3213 to KZ634000: 3283.704034043191\n", - "12:21:02\tCompleted 3161 to KZ316000: 1364.7639349756885\n", - "12:21:02\tCompleted 3146 to KZ314800: 1306.4769150303482\n", - "12:21:02\tCompleted 3154 to KZ636200: 1422.6872866133342\n", - "12:21:02\tCompleted 3191 to KZ314800: 1837.6852256723014\n", - "12:21:02\tCompleted 3202 to KZ396200: 2240.276255858176\n", - "12:21:02\tCompleted 3208 to KZ394000: 1888.8434653083775\n", - "12:21:02\tCompleted 3159 to KZ114000: 426.76249450006407\n", - "12:21:02\tCompleted 3200 to KZ234000: 306.7754058903772\n", - "12:21:03\tCompleted 3176 to KZ275000: 320.76466408797563\n", - "12:21:03\tCompleted 3203 to KZ556400: 1257.6840516147124\n", - "12:21:03\tCompleted 3147 to KZ471000: 3607.2061042786104\n", - "12:21:03\tCompleted 3181 to KZ553200: 1451.148842949289\n", - "12:21:03\tCompleted 3145 to KZ234600: 3876.203991413364312:21:03\tCompleted 3190 to KZ154600: 853.1593537966228\n", - "\n", - "12:21:03\tCompleted 3155 to KZ596600: 1991.1639011232692\n", - "12:21:03\tCompleted 3169 to KZ556400: 880.2443005045715\n", - "12:21:03\tCompleted 3185 to KZ233600: 4251.293493398267\n", - "12:21:03\tCompleted 3206 to KZ751710: 945.6586657473348\n", - "12:21:03\tCompleted 3182 to KZ274800: 558.7236261938564\n", - "12:21:03\tCompleted 3192 to KZ634400: 4206.4398235615245\n", - "12:21:03\tCompleted 3166 to KZ194400: 1627.5963783140085\n", - "12:21:03\tCompleted 3148 to KZ615800: 1601.0155185706649\n", - "12:21:03\tCompleted 3214 to KZ393200: 1720.5665621131202\n", - "12:21:04\tCompleted 3186 to KZ631000: 2185.5516423653794\n", - "12:21:04\tCompleted 3199 to KZ116400: 2620.319598221659\n", - "12:21:04\tCompleted 3163 to KZ791510: 1515.4051371959108\n", - "12:21:04\tCompleted 3209 to KZ554200: 3751.0653314038977\n", - "12:21:04\tCompleted 3180 to KZ636200: 2934.8448595049176\n", - "12:21:04\tCompleted 3175 to KZ594200: 2129.8578975998985\n", - "12:21:04\tCompleted 3159 to KZ117000: 349.39483794666796\n", - "12:21:04\tCompleted 3160 to KZ195800: 4726.925113218599\n", - "12:21:04\tCompleted 3215 to KZ554600: 2167.1150053104184\n", - "12:21:04\tCompleted 3142 to KZ612000: 1940.447246794425\n", - "12:21:04\tCompleted 3200 to KZ234200: 703.4257091256196\n", - "12:21:04\tCompleted 3193 to KZ394200: 2050.0687329579814\n", - "12:21:04\tCompleted 3207 to KZ632800: 4533.018383699264\n", - "12:21:04\tCompleted 3185 to KZ633200: 346.08101194972755\n", - "12:21:04\tCompleted 3201 to KZ391000: 2464.6464276165293\n", - "12:21:04\tCompleted 3179 to KZ635400: 2224.3619935417532\n", - "12:21:04\tCompleted 3176 to KZ274800: 965.8389039637443\n", - "12:21:04\tCompleted 3181 to KZ553600: 1379.154752844816812:21:04\tCompleted 3190 to KZ154800: 875.9041324383244\n", - "\n", - "12:21:04\tCompleted 3174 to KZ354000: 3385.5666322519082\n", - "12:21:05\tCompleted 3182 to KZ275800: 524.1814214776587\n", - "12:21:05\tCompleted 3170 to KZ274200: 1648.5005536970823\n", - "12:21:05\tCompleted 3187 to KZ474200: 1674.6374172641235\n", - "12:21:05\tCompleted 3141 to KZ431000: 2371.406248925655\n", - "12:21:05\tCompleted 3172 to KZ194400: 1633.315869627527\n", - "12:21:05\tCompleted 3206 to KZ751810: 909.3700092951754\n", - "12:21:05\tCompleted 3167 to KZ235600: 3221.797612535894\n", - "12:21:05\tCompleted 3191 to KZ315400: 2060.3516825957786\n", - "12:21:05\tCompleted 3159 to KZ114400: 475.6346780552673\n", - "12:21:05\tCompleted 3161 to KZ316600: 1274.2007419762074\n", - "12:21:05\tCompleted 3196 to KZ614400: 2198.160063390924\n", - "12:21:05\tCompleted 3208 to KZ396800: 2020.3152660987205\n", - "12:21:05\tCompleted 3212 to KZ195600: 2726.4938869591892\n", - "12:21:05\tCompleted 3202 to KZ396600: 2151.981388005643\n", - "12:21:05\tCompleted 3146 to KZ315400: 1269.0242631111762\n", - "12:21:05\tCompleted 3200 to KZ234600: 818.5960075637006\n", - "12:21:06\tCompleted 3188 to KZ276600: 2471.713017229098\n", - "12:21:06\tCompleted 3153 to KZ196600: 1718.6568545659409\n", - "12:21:06\tCompleted 3140 to KZ392000: 1350.5462582439502\n", - "12:21:06\tCompleted 3176 to KZ275800: 452.72691796587964\n", - "12:21:06\tCompleted 3214 to KZ393400: 1282.738881451395\n", - "12:21:06\tCompleted 3205 to KZ114800: 1404.7861284335463\n", - "12:21:06\tCompleted 3190 to KZ155200: 497.9217680446716\n", - "12:21:06\tCompleted 3156 to KZ615800: 1587.630237220268812:21:06\tCompleted 3168 to KZ435200: 2671.8542932747264\n", - "\n", - "12:21:06\tCompleted 3155 to KZ595000: 1825.6039198109702\n", - "12:21:06\tCompleted 3162 to KZ394200: 1551.4860819690464\n", - "12:21:06\tCompleted 3152 to KZ154600: 3599.5748451911877\n", - "12:21:06\tCompleted 3182 to KZ276000: 604.8086488018363\n", - "12:21:06\tCompleted 3185 to KZ634800: 810.87074911053\n", - "12:21:06\tCompleted 3206 to KZ751910: 891.4950247555087\n", - "12:21:07\tCompleted 3169 to KZ554200: 1114.7596739015676\n", - "12:21:07\tCompleted 3200 to KZ234800: 403.70174054170775\n", - "12:21:07\tCompleted 3181 to KZ552200: 1419.60724653804\n", - "12:21:07\tCompleted 3144 to KZ153600: 2736.2687129758706\n", - "12:21:07\tCompleted 3154 to KZ636400: 1662.6549985728107\n", - "12:21:07\tCompleted 3159 to KZ114600: 584.033770442697\n", - "12:21:07\tCompleted 3164 to KZ275800: 4353.155981443652\n", - "12:21:07\tCompleted 3211 to KZ114500: 2060.4371474114696\n", - "12:21:07\tCompleted 3203 to KZ554200: 1509.4445754855092\n", - "12:21:07\tCompleted 3178 to KZ193600: 4654.404341493934\n", - "12:21:07\tCompleted 3193 to KZ394400: 2003.0711286199023\n", - "12:21:07\tCompleted 3148 to KZ612600: 1431.1303673757084\n", - "12:21:07\tCompleted 3187 to KZ474600: 1351.812856446053\n", - "12:21:07\tCompleted 3182 to KZ276200: 436.93712088359877\n", - "12:21:07\tCompleted 3176 to KZ276000: 851.4941751210038\n", - "12:21:07\tCompleted 3185 to KZ633400: 173.2098515630717\n", - "12:21:07\tCompleted 3216 to KZ276000: 4675.266626558339\n", - "12:21:08\tCompleted 3175 to KZ596600: 1882.1210304842343\n", - "12:21:08\tCompleted 3199 to KZ116800: 2946.550943783122\n", - "12:21:08\tCompleted 3209 to KZ791110: 2632.3740636631\n", - "12:21:08\tCompleted 3200 to KZ235200: 310.87940223073366\n", - "12:21:08\tCompleted 3163 to KZ791710: 1487.8862112821585\n", - "12:21:08\tCompleted 3173 to KZ235200: 3162.5794306994744\n", - "12:21:08\tCompleted 3202 to KZ394200: 1763.4426652695686\n", - "12:21:08\tCompleted 3206 to KZ751510: 892.0563007961905\n", - "12:21:08\tCompleted 3141 to KZ435200: 2462.2180423157065\n", - "12:21:08\tCompleted 3166 to KZ194600: 1572.6772203550336\n", - "12:21:08\tCompleted 3208 to KZ394800: 1763.392393846262\n", - "12:21:08\tCompleted 3184 to KZ155200: 2523.1438278150986\n", - "12:21:08\tCompleted 3205 to KZ111010: 942.1382528635947\n", - "12:21:08\tCompleted 3192 to KZ313600: 3357.7081870263996\n", - "12:21:09\tCompleted 3182 to KZ271000: 402.8642674029991\n", - "12:21:09\tCompleted 3214 to KZ391600: 1387.089749721084\n", - "12:21:09\tCompleted 3191 to KZ315600: 2333.817300273992\n", - "12:21:09\tCompleted 3190 to KZ156400: 1624.675782216863\n", - "12:21:09\tCompleted 3140 to KZ395600: 1227.6996075350266\n", - "12:21:09\tCompleted 3201 to KZ395400: 2508.010322541842\n", - "12:21:09\tCompleted 3153 to KZ194200: 1220.606596738475712:21:09\tCompleted 3142 to KZ614400: 2362.776930116514\n", - "\n", - "12:21:09\tCompleted 3172 to KZ194600: 1447.4726212572457\n", - "12:21:09\tCompleted 3176 to KZ276200: 570.8803883870785\n", - "12:21:09\tCompleted 3196 to KZ614600: 1987.8116908595025\n", - "12:21:09\tCompleted 3146 to KZ315600: 1395.4733320090245\n", - "12:21:09\tCompleted 3174 to KZ351000: 3349.6029990513216\n", - "12:21:09\tCompleted 3181 to KZ554600: 1490.44695529338\n", - "12:21:09\tCompleted 3171 to KZ113200: 3631.4525878038703\n", - "12:21:09\tCompleted 3185 to KZ633600: 638.7487248472593\n", - "12:21:09\tCompleted 3145 to KZ234800: 3009.9053672489804\n", - "12:21:09\tCompleted 3200 to KZ235600: 97.87489168102776\n", - "12:21:09\tCompleted 3147 to KZ473600: 3188.231338255667\n", - "12:21:10\tCompleted 3213 to KZ635400: 3791.9399476148687\n", - "12:21:10\tCompleted 3159 to KZ114800: 942.2692997960122\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:21:10\tCompleted 3155 to KZ593600: 1940.152524095264\n", - "12:21:10\tCompleted 3179 to KZ635000: 1751.6952036301211\n", - "12:21:10\tCompleted 3190 to KZ155600: 518.9283259832287\n", - "12:21:10\tCompleted 3161 to KZ316200: 1631.6457987805354\n", - "12:21:10\tCompleted 3156 to KZ612600: 1417.7450860253123\n", - "12:21:10\tCompleted 3182 to KZ274000: 667.4860263589286\n", - "12:21:10\tCompleted 3160 to KZ196000: 4913.705868607548\n", - "12:21:10\tCompleted 3193 to KZ433200: 2035.5646910936161\n", - "12:21:10\tCompleted 3205 to KZ116000: 910.9693339863344\n", - "12:21:11\tCompleted 3168 to KZ434800: 2586.8773831998164\n", - "12:21:11\tCompleted 3176 to KZ271000: 588.5733438013054\n", - "12:21:11\tCompleted 3154 to KZ631000: 1368.8216732813803\n", - "12:21:11\tCompleted 3200 to KZ233600: 586.3571403969753\n", - "12:21:11\tCompleted 3186 to KZ634600: 2600.5133686888353\n", - "12:21:11\tCompleted 3185 to KZ633800: 551.591424670000712:21:11\tCompleted 3180 to KZ636400: 3351.9595201965053\n", - "\n", - "12:21:11\tCompleted 3162 to KZ394400: 1631.3732931038087\n", - "12:21:11\tCompleted 3181 to KZ555600: 1206.9332556069191\n", - "12:21:11\tCompleted 3202 to KZ394400: 1716.4450609314945\n", - "12:21:11\tCompleted 3203 to KZ791110: 1266.7142783842735\n", - "12:21:11\tCompleted 3187 to KZ475000: 1722.1418831958536\n", - "12:21:11\tCompleted 3141 to KZ434800: 2383.7842780389888\n", - "12:21:11\tCompleted 3211 to KZ114000: 1868.5195078583379\n", - "12:21:11\tCompleted 3152 to KZ154800: 3482.7555254431377\n", - "12:21:11\tCompleted 3208 to KZ395000: 2082.303718644566\n", - "12:21:11\tCompleted 3159 to KZ111010: 479.62142422606087\n", - "12:21:12\tCompleted 3148 to KZ616000: 1597.9269635872363\n", - "12:21:12\tCompleted 3214 to KZ393600: 1423.4238502383373\n", - "12:21:12\tCompleted 3175 to KZ595000: 2156.4419078287624\n", - "12:21:12\tCompleted 3215 to KZ555600: 2563.8298080104573\n", - "12:21:12\tCompleted 3182 to KZ274200: 879.6072059559497\n", - "12:21:12\tCompleted 3169 to KZ791110: 1513.4311464214663\n", - "12:21:12\tCompleted 3209 to KZ791310: 2610.0925147027\n", - "12:21:12\tCompleted 3212 to KZ195800: 2540.38075932634\n", - "12:21:12\tCompleted 3167 to KZ233600: 3227.5596013360187\n", - "12:21:12\tCompleted 3163 to KZ611600: 1565.8474957410867\n", - "12:21:12\tCompleted 3207 to KZ636800: 4557.911965227897\n", - "12:21:12\tCompleted 3185 to KZ634000: 548.6761672355382\n", - "12:21:12\tCompleted 3199 to KZ111810: 2986.081744829613\n", - "12:21:12\tCompleted 3153 to KZ751210: 1318.8247760469517\n", - "12:21:12\tCompleted 3192 to KZ314000: 3140.1419223827097\n", - "12:21:13\tCompleted 3181 to KZ551000: 1077.368686500775\n", - "12:21:13\tCompleted 3188 to KZ275000: 2337.41067433146\n", - "12:21:13\tCompleted 3176 to KZ274000: 1132.420777614671\n", - "12:21:13\tCompleted 3190 to KZ156800: 1439.672851660384\n", - "12:21:13\tCompleted 3159 to KZ116000: 448.4525053488003\n", - "12:21:13\tCompleted 3142 to KZ614600: 2087.884627701113\n", - "12:21:13\tCompleted 3164 to KZ276000: 4768.987007198756\n", - "12:21:13\tCompleted 3174 to KZ352000: 3165.881111377548\n", - "12:21:13\tCompleted 3155 to KZ595200: 1937.6026571525\n", - "12:21:13\tCompleted 3205 to KZ116400: 1033.3706817458533\n", - "12:21:13\tCompleted 3179 to KZ632200: 1165.057737927392\n", - "12:21:13\tCompleted 3144 to KZ154000: 2257.6149905720154\n", - "12:21:13\tCompleted 3191 to KZ316000: 2658.9183203785265\n", - "12:21:13\tCompleted 3178 to KZ194000: 4720.89170733918\n", - "12:21:13\tCompleted 3193 to KZ431900: 2010.3745042262956\n", - "12:21:13\tCompleted 3196 to KZ614800: 2469.4324962306\n", - "12:21:13\tCompleted 3183 to KZ113200: 690.7092057473451\n", - "12:21:14\tCompleted 3171 to KZ113400: 3709.313624609208\n", - "12:21:14\tCompleted 3146 to KZ316000: 1475.075118157728\n", - "12:21:14\tCompleted 3161 to KZ311000: 1459.4735602073663\n", - "12:21:14\tCompleted 3202 to KZ433200: 1590.693316837907\n", - "12:21:14\tCompleted 3172 to KZ194800: 1602.427225513844\n", - "12:21:14\tCompleted 3216 to KZ276200: 4394.652839824393\n", - "12:21:14\tCompleted 3201 to KZ392000: 2624.9340176220658\n", - "12:21:14\tCompleted 3166 to KZ194800: 1705.6659223560944\n", - "12:21:14\tCompleted 3214 to KZ396400: 1395.3479632144858\n", - "12:21:14\tCompleted 3156 to KZ616000: 1583.5931540418562\n", - "12:21:14\tCompleted 3203 to KZ791310: 1223.1740465036648\n", - "12:21:14\tCompleted 3185 to KZ635400: 993.5817198177713\n", - "12:21:14\tCompleted 3208 to KZ395200: 2160.5044513791395\n", - "12:21:14\tCompleted 3159 to KZ116400: 570.8538531083195\n", - "12:21:14\tCompleted 3181 to KZ556000: 1116.8349386529596\n", - "12:21:14\tCompleted 3206 to KZ231000: 4491.729222133275\n", - "12:21:15\tCompleted 3187 to KZ475200: 1732.9848439799018\n", - "12:21:15\tCompleted 3141 to KZ433600: 2199.427806188853\n", - "12:21:15\tCompleted 3184 to KZ156400: 2226.9489452767607\n", - "12:21:15\tCompleted 3140 to KZ395800: 1530.0836829414995\n", - "12:21:15\tCompleted 3183 to KZ113400: 481.9301346451721\n", - "12:21:15\tCompleted 3173 to KZ235600: 3257.6171967198793\n", - "12:21:15\tCompleted 3205 to KZ116800: 820.9718280538281\n", - "12:21:15\tCompleted 3211 to KZ117000: 1919.212477290515212:21:15\tCompleted 3167 to KZ633200: 1079.310520893385\n", - "\n", - "12:21:15\tCompleted 3145 to KZ235200: 3057.545214612348\n", - "12:21:15\tCompleted 3176 to KZ274200: 1344.5419572116878\n", - "12:21:15\tCompleted 3154 to KZ634600: 1769.6311505531028\n", - "12:21:16\tCompleted 3159 to KZ116800: 358.45499941629384\n", - "12:21:16\tCompleted 3185 to KZ635000: 468.3082924853217\n", - "12:21:16\tCompleted 3168 to KZ433600: 2786.7201467417053\n", - "12:21:16\tCompleted 3155 to KZ591000: 1827.8183859050378\n", - "12:21:16\tCompleted 3209 to KZ791510: 2620.2102906989685\n", - "12:21:16\tCompleted 3186 to KZ634400: 2165.9991327426783\n", - "12:21:16\tCompleted 3181 to KZ556800: 1117.0699631809268\n", - "12:21:16\tCompleted 3193 to KZ434600: 2048.274028476501\n", - "12:21:16\tCompleted 3202 to KZ431900: 1719.7446311346223\n", - "12:21:16\tCompleted 3163 to KZ613600: 1420.6397572151348\n", - "12:21:16\tCompleted 3199 to KZ116600: 2804.8838466379198\n", - "12:21:16\tCompleted 3153 to KZ751110: 1326.430158203631\n", - "12:21:16\tCompleted 3162 to KZ433200: 2206.1942472859564\n", - "12:21:16\tCompleted 3169 to KZ791310: 1489.3082628635573\n", - "12:21:16\tCompleted 3175 to KZ593600: 2493.8769136529218\n", - "12:21:17\tCompleted 3191 to KZ316600: 2207.7257813373494\n", - "12:21:17\tCompleted 3160 to KZ191000: 4605.316715714475\n", - "12:21:17\tCompleted 3183 to KZ113600: 757.2028636918085\n", - "12:21:17\tCompleted 3200 to KZ633200: 4104.796758817411\n", - "12:21:17\tCompleted 3214 to KZ394000: 1463.0490895412736\n", - "12:21:17\tCompleted 3159 to KZ111810: 380.3190924394225\n", - "12:21:17\tCompleted 3152 to KZ155200: 3909.6941883448903\n", - "12:21:17\tCompleted 3185 to KZ632200: 563.0057251413939\n", - "12:21:17\tCompleted 3205 to KZ111810: 842.8359210769567\n", - "12:21:17\tCompleted 3171 to KZ113600: 3387.8307427694467\n", - "12:21:17\tCompleted 3146 to KZ316600: 1319.9477548856585\n", - "12:21:17\tCompleted 3148 to KZ613800: 1839.3024053535864\n", - "12:21:17\tCompleted 3208 to KZ391000: 1972.0709625872744\n", - "12:21:17\tCompleted 3142 to KZ614800: 2327.594632958786\n", - "12:21:18\tCompleted 3147 to KZ474200: 3634.855499322189\n", - "12:21:18\tCompleted 3213 to KZ635000: 3319.2731577032387\n", - "12:21:18\tCompleted 3203 to KZ791510: 1200.2935469320119\n", - "12:21:18\tCompleted 3215 to KZ551000: 2160.031127658985\n", - "12:21:18\tCompleted 3187 to KZ471800: 1562.5946238191602\n", - "12:21:18\tCompleted 3174 to KZ354800: 3873.226012667423\n", - "12:21:18\tCompleted 3181 to KZ554800: 1346.6156171535524\n", - "12:21:18\tCompleted 3196 to KZ615400: 2210.596263321154312:21:18\tCompleted 3161 to KZ315000: 1576.6823764409992\n", - "\n", - "12:21:18\tCompleted 3180 to KZ631000: 2880.9792461729635\n", - "12:21:18\tCompleted 3140 to KZ392400: 1256.2706089678395\n", - "12:21:18\tCompleted 3192 to KZ314800: 3639.4292272571392\n", - "12:21:18\tCompleted 3201 to KZ395600: 2502.087366913153\n", - "12:21:19\tCompleted 3211 to KZ114400: 1683.3696818116496\n", - "12:21:19\tCompleted 3179 to KZ635200: 2017.3002514231491\n", - "12:21:19\tCompleted 3202 to KZ434600: 1757.6441553848276\n", - "12:21:19\tCompleted 3185 to KZ635200: 733.9133402783494\n", - "12:21:19\tCompleted 3183 to KZ113800: 936.5488883607086\n", - "12:21:19\tCompleted 3154 to KZ634400: 1349.269163658678\n", - "12:21:19\tCompleted 3172 to KZ195600: 1807.3862370471188\n", - "12:21:19\tCompleted 3164 to KZ276200: 4488.3732204648095\n", - "12:21:20\tCompleted 3193 to KZ434400: 2085.1990408205957\n", - "12:21:20\tCompleted 3155 to KZ595600: 2061.70597242696\n", - "12:21:20\tCompleted 3144 to KZ154200: 2560.2510295413376\n", - "12:21:20\tCompleted 3156 to KZ613800: 1825.9171240031903\n", - "12:21:20\tCompleted 3177 to KZ113200: 2060.11184465864412:21:20\tCompleted 3190 to KZ193200: 4329.470365236026\n", - "\n", - "12:21:20\tCompleted 3166 to KZ195600: 1932.5908361449067\n", - "12:21:20\tCompleted 3178 to KZ196400: 5154.04581401482\n", - "12:21:20\tCompleted 3141 to KZ434000: 2934.6314993540136\n", - "12:21:20\tCompleted 3209 to KZ791710: 2591.7103513486823\n", - "12:21:20\tCompleted 3208 to KZ395400: 2010.4473467859339\n", - "12:21:20\tCompleted 3214 to KZ396800: 1594.5208903316166\n", - "12:21:20\tCompleted 3199 to KZ115600: 2803.92689118740712:21:20\tCompleted 3181 to KZ556400: 1259.9522252607994\n", - "\n", - "12:21:20\tCompleted 3188 to KZ274800: 2872.915585714846\n", - "12:21:20\tCompleted 3159 to KZ116600: 1185.5137387268085\n", - "12:21:20\tCompleted 3175 to KZ595200: 2030.2330153788464\n", - "12:21:20\tCompleted 3207 to KZ635800: 5007.414212925203\n", - "12:21:20\tCompleted 3212 to KZ196000: 2727.1615147152315\n", - "12:21:21\tCompleted 3191 to KZ316200: 2691.133622470812\n", - "12:21:21\tCompleted 3171 to KZ113800: 3235.9778644784724\n", - "12:21:21\tCompleted 3206 to KZ234000: 4700.339699500954\n", - "12:21:21\tCompleted 3168 to KZ434000: 2847.491620983131\n", - "12:21:21\tCompleted 3167 to KZ634800: 1800.3144428365288\n", - "12:21:21\tCompleted 3205 to KZ116600: 1243.7095396857471\n", - "12:21:21\tCompleted 3169 to KZ791510: 1487.8487880098069\n", - "12:21:21\tCompleted 3185 to KZ632400: 602.8688981278485\n", - "12:21:21\tCompleted 3216 to KZ271000: 4412.34579523863\n", - "12:21:21\tCompleted 3153 to KZ751310: 1327.9448768293923\n", - "12:21:21\tCompleted 3187 to KZ593200: 1553.5782430248905\n", - "12:21:21\tCompleted 3183 to KZ114500: 803.670903814746\n", - "12:21:21\tCompleted 3184 to KZ155600: 2275.113701493192\n", - "12:21:21\tCompleted 3163 to KZ614000: 1549.0524197568736\n", - "12:21:21\tCompleted 3203 to KZ791710: 1198.5173666149792\n", - "12:21:21\tCompleted 3162 to KZ431900: 1691.0900610681251\n", - "12:21:21\tCompleted 3186 to KZ313600: 1757.1506301532256\n", - "12:21:22\tCompleted 3159 to KZ115600: 544.3914406429772\n", - "12:21:22\tCompleted 3174 to KZ355200: 3222.90194991209\n", - "12:21:22\tCompleted 3145 to KZ235600: 3152.582980632753\n", - "12:21:22\tCompleted 3140 to KZ396200: 1064.6936949416215\n", - "12:21:22\tCompleted 3142 to KZ615400: 2324.0002580402606\n", - "12:21:22\tCompleted 3196 to KZ615200: 1948.012909822881\n", - "12:21:22\tCompleted 3161 to KZ314200: 1460.8877737697394\n", - "12:21:22\tCompleted 3202 to KZ434400: 1742.595051494483\n", - "12:21:22\tCompleted 3155 to KZ596000: 1704.5209883738698\n", - "12:21:22\tCompleted 3173 to KZ233600: 3263.379185520004\n", - "12:21:22\tCompleted 3185 to KZ632800: 620.4214137682668\n", - "12:21:23\tCompleted 3181 to KZ554200: 1536.1100147157924\n", - "12:21:23\tCompleted 3146 to KZ316200: 1741.956981962575\n", - "12:21:23\tCompleted 3141 to KZ471000: 1626.6596483251533\n", - "12:21:23\tCompleted 3152 to KZ156400: 3748.819282443077\n", - "12:21:23\tCompleted 3160 to KZ196200: 4370.909542923121\n", - "12:21:23\tCompleted 3214 to KZ394800: 1334.7936637560178\n", - "12:21:23\tCompleted 3161 to KZ353200: 72.94503285503396\n", - "12:21:23\tCompleted 3183 to KZ114000: 750.6102576085685\n", - "12:21:23\tCompleted 3193 to KZ431000: 2370.8595959413547\n", - "12:21:23\tCompleted 3208 to KZ392000: 1807.3532208324675\n", - "12:21:23\tCompleted 3167 to KZ633400: 979.0297464508437\n", - "12:21:23\tCompleted 3192 to KZ315400: 3326.6681085771875\n", - "12:21:24\tCompleted 3205 to KZ115600: 1006.908269280511\n", - "12:21:24\tCompleted 3199 to KZ115200: 2409.4276970873934\n", - "12:21:24\tCompleted 3201 to KZ395800: 2804.4714423196333\n", - "12:21:24\tCompleted 3147 to KZ474600: 3312.0309385041073\n", - "12:21:24\tCompleted 3209 to KZ611600: 2540.8850124960186\n", - "12:21:24\tCompleted 3215 to KZ556000: 2208.1525098669986\n", - "12:21:24\tCompleted 3154 to KZ313600: 1678.6956913192107\n", - "12:21:24\tCompleted 3159 to KZ115200: 737.8735551292395\n", - "12:21:24\tCompleted 3185 to KZ636800: 531.0371859388505\n", - "12:21:24\tCompleted 3211 to KZ114600: 2195.057388819528\n", - "12:21:24\tCompleted 3172 to KZ195800: 1802.6159278083962\n", - "12:21:24\tCompleted 3148 to KZ273200: 3237.4432258365646\n", - "12:21:24\tCompleted 3175 to KZ591000: 2147.188859501559\n", - "12:21:24\tCompleted 3200 to KZ634800: 4648.653732028469\n", - "12:21:24\tCompleted 3191 to KZ311000: 2296.54799260140712:21:24\tCompleted 3177 to KZ113400: 2137.9728814639925\n", - "\n", - "12:21:24\tCompleted 3213 to KZ632200: 2715.2098673360315\n", - "12:21:24\tCompleted 3179 to KZ632400: 1809.957288616745\n", - "12:21:25\tCompleted 3141 to KZ473600: 1160.2495396435909\n", - "12:21:25\tCompleted 3183 to KZ117000: 673.2426010551724\n", - "12:21:25\tCompleted 3140 to KZ396600: 1072.6125357328206\n", - "12:21:25\tCompleted 3171 to KZ114500: 3669.496786312228\n", - "12:21:25\tCompleted 3161 to KZ353600: 847.9008580120844\n", - "12:21:25\tCompleted 3185 to KZ635800: 579.3204739038858\n", - "12:21:25\tCompleted 3202 to KZ431000: 2080.2297228497036\n", - "12:21:25\tCompleted 3169 to KZ791710: 1460.3298620960545\n", - "12:21:25\tCompleted 3187 to KZ595800: 1925.590259644406\n", - "12:21:25\tCompleted 3173 to KZ633200: 1119.7237243766651\n", - "12:21:26\tCompleted 3164 to KZ271000: 4506.066175879047\n", - "12:21:26\tCompleted 3166 to KZ195800: 1796.8964364948777\n", - "12:21:26\tCompleted 3184 to KZ156800: 1461.3437623517316\n", - "12:21:26\tCompleted 3186 to KZ314000: 1539.5843655095364\n", - "12:21:26\tCompleted 3155 to KZ596200: 2091.5204380450473\n", - "12:21:26\tCompleted 3180 to KZ634600: 3339.708773638326\n", - "12:21:26\tCompleted 3174 to KZ355600: 3418.374133767648\n", - "12:21:26\tCompleted 3203 to KZ611600: 1455.377901890103712:21:26\tCompleted 3178 to KZ196800: 4622.204211773596\n", - "\n", - "12:21:26\tCompleted 3162 to KZ434600: 1724.7546314945055\n", - "12:21:26\tCompleted 3153 to KZ751410: 1343.6124959201522\n", - "12:21:26\tCompleted 3142 to KZ615200: 2139.583826744717\n", - "12:21:26\tCompleted 3144 to KZ156000: 2133.500261909558\n", - "12:21:26\tCompleted 3214 to KZ395000: 1656.5093428774628\n", - "12:21:26\tCompleted 3167 to KZ633600: 1014.065838683132\n", - "12:21:26\tCompleted 3185 to KZ636200: 442.74653642414864\n", - "12:21:26\tCompleted 3159 to KZ115400: 958.4463269948966\n", - "12:21:27\tCompleted 3208 to KZ395600: 2120.9194268134315\n", - "12:21:27\tCompleted 3181 to KZ791110: 2568.3796158452988\n", - "12:21:27\tCompleted 3161 to KZ351600: 502.92977826532973\n", - "12:21:27\tCompleted 3190 to KZ193400: 4327.866221401948\n", - "12:21:27\tCompleted 3163 to KZ613900: 1825.8041188980676\n", - "12:21:27\tCompleted 3146 to KZ311000: 1505.220573116817412:21:27\tCompleted 3212 to KZ191000: 2418.7723618222135\n", - "\n", - "12:21:27\tCompleted 3196 to KZ616400: 2920.6054607189244\n", - "12:21:27\tCompleted 3193 to KZ435200: 2461.6713893314063\n", - "12:21:27\tCompleted 3172 to KZ196000: 1199.9253002384207\n", - "12:21:27\tCompleted 3199 to KZ115400: 2392.28693361151\n", - "12:21:27\tCompleted 3207 to KZ636200: 4676.327535127026\n", - "12:21:27\tCompleted 3183 to KZ114400: 799.4824411637719\n", - "12:21:27\tCompleted 3211 to KZ114800: 1607.7628291594035\n", - "12:21:27\tCompleted 3205 to KZ115200: 1200.3903837667738\n", - "12:21:27\tCompleted 3141 to KZ474200: 1654.3090433687\n", - "12:21:27\tCompleted 3168 to KZ471000: 4583.490958748099\n", - "12:21:27\tCompleted 3206 to KZ234200: 5151.285406021935\n", - "12:21:28\tCompleted 3188 to KZ275800: 2342.49840970326812:21:28\tCompleted 3156 to KZ273200: 3231.021400788939\n", - "\n", - "12:21:28\tCompleted 3209 to KZ613600: 2595.0801491398283\n", - "12:21:28\tCompleted 3161 to KZ354000: 110.71610070630055\n", - "12:21:28\tCompleted 3216 to KZ274000: 5066.003978958133\n", - "12:21:28\tCompleted 3185 to KZ636400: 576.4664564967832\n", - "12:21:28\tCompleted 3154 to KZ314000: 1537.0523271708244\n", - "12:21:28\tCompleted 3177 to KZ113600: 1816.4899996242102\n", - "12:21:28\tCompleted 3191 to KZ315000: 2413.7568088350477\n", - "12:21:28\tCompleted 3145 to KZ233600: 3158.3449694328774\n", - "12:21:28\tCompleted 3152 to KZ155600: 3661.6640620229837\n", - "12:21:28\tCompleted 3201 to KZ392400: 2530.6583683459644\n", - "12:21:28\tCompleted 3175 to KZ595600: 2018.6943458258647\n", - "12:21:28\tCompleted 3202 to KZ435200: 2171.0415162397576\n", - "12:21:28\tCompleted 3155 to KZ596400: 1611.1189421084605\n", - "12:21:29\tCompleted 3171 to KZ114000: 3441.344277163054\n", - "12:21:29\tCompleted 3199 to KZ151000: 929.1055515054351\n", - "12:21:29\tCompleted 3161 to KZ351000: 44.69081535646525\n", - "12:21:29\tCompleted 3160 to KZ192600: 4644.260470743169\n", - "12:21:29\tCompleted 3179 to KZ632800: 1383.0372143798322\n", - "12:21:29\tCompleted 3185 to KZ631000: 415.05087639559247\n", - "12:21:29\tCompleted 3141 to KZ474600: 1331.4844825506295\n", - "12:21:30\tCompleted 3183 to KZ114600: 907.8815335512015\n", - "12:21:30\tCompleted 3169 to KZ611600: 1538.2911465549828\n", - "12:21:30\tCompleted 3214 to KZ395200: 1596.6208405486748\n", - "12:21:30\tCompleted 3203 to KZ613600: 1309.0053496521812\n", - "12:21:30\tCompleted 3208 to KZ395800: 2376.0775385821526\n", - "12:21:30\tCompleted 3140 to KZ394200: 1521.522914486579\n", - "12:21:30\tCompleted 3187 to KZ593400: 1937.26594715761\n", - "12:21:30\tCompleted 3167 to KZ633800: 1233.6094078372437\n", - "12:21:30\tCompleted 3161 to KZ352000: 423.77873354474985\n", - "12:21:30\tCompleted 3193 to KZ434800: 2383.2376250546886\n", - "12:21:30\tCompleted 3172 to KZ191000: 1270.7383440065403\n", - "12:21:30\tCompleted 3215 to KZ556800: 2408.840434738936\n", - "12:21:30\tCompleted 3147 to KZ475000: 3682.3599652538846\n", - "12:21:30\tCompleted 3148 to KZ274400: 3167.509625848113\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:21:30\tCompleted 3163 to KZ612000: 1346.06131972203\n", - "12:21:30\tCompleted 3200 to KZ633400: 4004.5159843748693\n", - "12:21:30\tCompleted 3199 to KZ153200: 866.0195558735783\n", - "12:21:31\tCompleted 3181 to KZ791310: 2524.839383964691512:21:31\tCompleted 3166 to KZ196000: 1570.1955758325666\n", - "\n", - "12:21:31\tCompleted 3185 to KZ634600: 680.3923559453823\n", - "12:21:31\tCompleted 3153 to KZ751710: 1379.328449750413\n", - "12:21:31\tCompleted 3186 to KZ314800: 1757.2038262485628\n", - "12:21:31\tCompleted 3192 to KZ315600: 3846.1096213978394\n", - "12:21:31\tCompleted 3173 to KZ634800: 1840.727646319809\n", - "12:21:31\tCompleted 3145 to KZ633200: 1047.995383926848\n", - "12:21:31\tCompleted 3196 to KZ615600: 2504.914162996048\n", - "12:21:31\tCompleted 3146 to KZ315000: 1622.4293893504503\n", - "12:21:31\tCompleted 3154 to KZ314800: 1237.1713234631686\n", - "12:21:31\tCompleted 3184 to KZ193200: 1875.8757147788237\n", - "12:21:32\tCompleted 3205 to KZ115400: 1420.9631556324296\n", - "12:21:32\tCompleted 3174 to KZ352100: 3938.238750908066\n", - "12:21:32\tCompleted 3202 to KZ434800: 2092.6077519630394\n", - "12:21:32\tCompleted 3162 to KZ434400: 2067.70403045624\n", - "12:21:32\tCompleted 3191 to KZ314200: 2297.96220616378\n", - "12:21:32\tCompleted 3209 to KZ614000: 2640.4389878124016\n", - "12:21:32\tCompleted 3142 to KZ616400: 2841.205378940126\n", - "12:21:32\tCompleted 3164 to KZ274000: 5169.753865818274\n", - "12:21:32\tCompleted 3161 to KZ354800: 593.5470539970903\n", - "12:21:32\tCompleted 3211 to KZ111010: 1995.5167997260703\n", - "12:21:32\tCompleted 3155 to KZ594600: 2070.794269172319\n", - "12:21:32\tCompleted 3178 to KZ191600: 4648.002187833688\n", - "12:21:32\tCompleted 3185 to KZ634400: 274.8862422398073\n", - "12:21:32\tCompleted 3213 to KZ635200: 3584.8782054962526\n", - "12:21:32\tCompleted 3141 to KZ475000: 1701.81350930043\n", - "12:21:32\tCompleted 3208 to KZ392400: 1906.553848512219\n", - "12:21:32\tCompleted 3180 to KZ634400: 2861.4267365502496\n", - "12:21:32\tCompleted 3159 to KZ151000: 2343.654904013094\n", - "12:21:32\tCompleted 3212 to KZ196200: 2184.3651890308984\n", - "12:21:32\tCompleted 3175 to KZ596000: 2213.1809962978346\n", - "12:21:33\tCompleted 3144 to KZ154600: 2431.6376926546727\n", - "12:21:33\tCompleted 3177 to KZ113800: 1645.2427994544387\n", - "12:21:33\tCompleted 3201 to KZ396200: 2339.08145431976\n", - "12:21:33\tCompleted 3199 to KZ153400: 1559.4602140712802\n", - "12:21:33\tCompleted 3214 to KZ391000: 1546.2765868201705\n", - "12:21:33\tCompleted 3171 to KZ117000: 3462.0060887968702\n", - "12:21:33\tCompleted 3190 to KZ193600: 3748.5684066423587\n", - "12:21:33\tCompleted 3203 to KZ614000: 1255.865302737859\n", - "12:21:33\tCompleted 3152 to KZ156800: 3059.674595850961\n", - "12:21:33\tCompleted 3169 to KZ613600: 1393.0834080290308\n", - "12:21:34\tCompleted 3183 to KZ114800: 1266.1170629045168\n", - "12:21:34\tCompleted 3161 to KZ355200: 585.0183143194188\n", - "12:21:34\tCompleted 3193 to KZ433600: 2198.881153204553\n", - "12:21:34\tCompleted 3172 to KZ196200: 1446.6003575129369\n", - "12:21:34\tCompleted 3168 to KZ473600: 4164.516192725089\n", - "12:21:34\tCompleted 3173 to KZ633400: 1019.44294993412412:21:34\tCompleted 3187 to KZ594200: 1750.5876496279093\n", - "\n", - "12:21:34\tCompleted 3207 to KZ636400: 5093.442195818625\n", - "12:21:34\tCompleted 3179 to KZ636800: 1585.0777446405689\n", - "12:21:34\tCompleted 3216 to KZ274200: 5183.349473337672\n", - "12:21:34\tCompleted 3191 to KZ353200: 1811.681565252194812:21:34\tCompleted 3196 to KZ615800: 1889.0895078937442\n", - "\n", - "12:21:34\tCompleted 3202 to KZ433600: 1908.2512801128896\n", - "12:21:34\tCompleted 3167 to KZ634000: 1474.7894999720634\n", - "12:21:34\tCompleted 3199 to KZ153600: 776.6057247582302\n", - "12:21:34\tCompleted 3206 to KZ234600: 5266.455704460041\n", - "12:21:34\tCompleted 3154 to KZ315400: 1199.7186715439962\n", - "12:21:35\tCompleted 3155 to KZ711110: 1345.9544848670682\n", - "12:21:35\tCompleted 3156 to KZ274400: 3161.0878008004875\n", - "12:21:35\tCompleted 3181 to KZ791510: 2501.9588843930387\n", - "12:21:35\tCompleted 3161 to KZ355600: 257.71830589911013\n", - "12:21:35\tCompleted 3141 to KZ475200: 1712.6564700844783\n", - "12:21:35\tCompleted 3152 to KZ193200: 1079.888606731292812:21:35\tCompleted 3140 to KZ394400: 1601.4101256213414\n", - "\n", - "12:21:35\tCompleted 3188 to KZ276000: 2758.329435458303\n", - "12:21:35\tCompleted 3160 to KZ196600: 4689.976194798426\n", - "12:21:35\tCompleted 3208 to KZ396200: 2346.5827710219437\n", - "12:21:35\tCompleted 3153 to KZ751810: 1333.187517516511712:21:35\tCompleted 3166 to KZ191000: 1445.514717386221\n", - "12:21:35\tCompleted 3146 to KZ314200: 1506.6347866791905\n", - "\n", - "12:21:35\tCompleted 3163 to KZ614400: 1752.3369183378704\n", - "12:21:35\tCompleted 3183 to KZ111010: 803.4691873345653\n", - "12:21:36\tCompleted 3211 to KZ116000: 1633.7600921548965\n", - "12:21:36\tCompleted 3185 to KZ313600: 1908.5577718228037\n", - "12:21:36\tCompleted 3162 to KZ431000: 1408.5255996027377\n", - "12:21:36\tCompleted 3192 to KZ316000: 3019.8705435343577\n", - "12:21:36\tCompleted 3186 to KZ315400: 1719.7511743293908\n", - "12:21:36\tCompleted 3209 to KZ613900: 2877.3589849821287\n", - "12:21:36\tCompleted 3200 to KZ633600: 3775.3406437864396\n", - "12:21:36\tCompleted 3174 to KZ352200: 3376.4227119304014\n", - "12:21:36\tCompleted 3199 to KZ154000: 1039.1859734931454\n", - "12:21:36\tCompleted 3145 to KZ634800: 1768.9993058699918\n", - "12:21:36\tCompleted 3171 to KZ114400: 3384.4921530852716\n", - "12:21:36\tCompleted 3214 to KZ395400: 1584.65297101883\n", - "12:21:36\tCompleted 3152 to KZ193400: 744.739897221553\n", - "12:21:37\tCompleted 3146 to KZ353200: 183.25621603707702\n", - "12:21:37\tCompleted 3175 to KZ596200: 1842.2733173215115\n", - "12:21:37\tCompleted 3173 to KZ633600: 1054.479042166412212:21:37\tCompleted 3191 to KZ353600: 1821.4631814791885\n", - "\n", - "12:21:37\tCompleted 3161 to KZ352100: 726.2085385006161\n", - "12:21:37\tCompleted 3155 to KZ711410: 1344.2878398216626\n", - "12:21:37\tCompleted 3142 to KZ615600: 2451.645813164237\n", - "12:21:37\tCompleted 3201 to KZ396600: 2347.000295110949\n", - "12:21:37\tCompleted 3184 to KZ193400: 1801.30497640957\n", - "12:21:37\tCompleted 3187 to KZ596600: 1425.6654823260467\n", - "12:21:37\tCompleted 3148 to KZ275400: 3842.6980578051234\n", - "12:21:37\tCompleted 3141 to KZ471800: 1542.2662499237367\n", - "12:21:37\tCompleted 3183 to KZ116000: 772.3002684573049\n", - "12:21:37\tCompleted 3217 to KZ113200: 1905.829616691892\n", - "12:21:37\tCompleted 3203 to KZ613900: 1533.7885747543066\n", - "12:21:38\tCompleted 3169 to KZ614000: 1521.4960705707697\n", - "12:21:38\tCompleted 3147 to KZ475200: 3693.202926037934\n", - "12:21:38\tCompleted 3199 to KZ154200: 862.1594442933858\n", - "12:21:38\tCompleted 3161 to KZ352200: 7.448645114898682\n", - "12:21:38\tCompleted 3172 to KZ192600: 1311.3378386332079\n", - "12:21:38\tCompleted 3205 to KZ151000: 2780.5484163644815\n", - "12:21:38\tCompleted 3178 to KZ195200: 4585.767210968409\n", - "12:21:38\tCompleted 3196 to KZ612600: 2144.2196345146613\n", - "12:21:38\tCompleted 3202 to KZ434000: 2643.4549732780642\n", - "12:21:38\tCompleted 3180 to KZ313600: 2082.0090177083457\n", - "12:21:38\tCompleted 3208 to KZ396600: 2258.287903169408\n", - "12:21:38\tCompleted 3154 to KZ315600: 1326.1677404418444\n", - "12:21:38\tCompleted 3193 to KZ434000: 2934.0848463697134\n", - "12:21:38\tCompleted 3164 to KZ274200: 5277.069853978089\n", - "12:21:39\tCompleted 3159 to KZ153200: 2393.8485114418413\n", - "12:21:39\tCompleted 3181 to KZ791710: 2500.1827040760063\n", - "12:21:39\tCompleted 3144 to KZ154800: 2314.81837290665112:21:39\tCompleted 3191 to KZ351600: 1559.3985271330928\n", - "\n", - "12:21:39\tCompleted 3145 to KZ633400: 947.7146094843067\n", - "12:21:39\tCompleted 3212 to KZ192600: 2457.7161168509074\n", - "12:21:39\tCompleted 3177 to KZ114500: 2108.6229642634958\n", - "12:21:39\tCompleted 3214 to KZ392000: 1381.5588450653636\n", - "12:21:39\tCompleted 3152 to KZ193600: 1566.6626666582886\n", - "12:21:39\tCompleted 3155 to KZ711210: 1357.7710262616083\n", - "12:21:39\tCompleted 3153 to KZ751910: 1334.1261991527342\n", - "12:21:39\tCompleted 3185 to KZ314000: 1766.9144076744174\n", - "12:21:39\tCompleted 3209 to KZ612000: 2383.2306256478914\n", - "12:21:39\tCompleted 3190 to KZ194000: 3815.05577248759112:21:39\tCompleted 3146 to KZ353600: 893.6478709215354\n", - "\n", - "12:21:39\tCompleted 3166 to KZ196200: 1440.8808661994183\n", - "12:21:40\tCompleted 3174 to KZ352300: 2713.7811620140105\n", - "12:21:40\tCompleted 3211 to KZ116400: 1836.5756559706017\n", - "12:21:40\tCompleted 3215 to KZ554800: 2413.535922783387\n", - "12:21:40\tCompleted 3199 to KZ156000: 1108.3215152615605\n", - "12:21:40\tCompleted 3183 to KZ116400: 894.7016162168239\n", - "12:21:40\tCompleted 3167 to KZ635400: 1983.0254135437697\n", - "12:21:40\tCompleted 3213 to KZ632400: 3377.5352426898776\n", - "12:21:40\tCompleted 3165 to KZ113200: 389.73657158195755\n", - "12:21:40\tCompleted 3161 to KZ352300: 811.5696244568858\n", - "12:21:40\tCompleted 3163 to KZ614600: 1439.2814384990331\n", - "12:21:40\tCompleted 3202 to KZ471000: 893.8421918648183\n", - "12:21:40\tCompleted 3179 to KZ635800: 1949.3652964379628\n", - "12:21:40\tCompleted 3162 to KZ435200: 1484.831905831153\n", - "12:21:40\tCompleted 3206 to KZ234800: 4400.1570802955375\n", - "12:21:40\tCompleted 3207 to KZ631000: 4622.46192179507\n", - "12:21:41\tCompleted 3217 to KZ113400: 1697.0505455897207\n", - "12:21:41\tCompleted 3173 to KZ633800: 1274.02261132052412:21:41\tCompleted 3193 to KZ471000: 1343.2579311920433\n", - "\n", - "12:21:41\tCompleted 3168 to KZ474200: 4611.140353791642\n", - "12:21:41\tCompleted 3208 to KZ394200: 1869.749180433342\n", - "12:21:41\tCompleted 3146 to KZ351600: 548.6767911747808\n", - "12:21:41\tCompleted 3160 to KZ194200: 4318.0672566206695\n", - "12:21:41\tCompleted 3140 to KZ433200: 2248.1515647756864\n", - "12:21:41\tCompleted 3161 to KZ352800: 33.15685424949238\n", - "12:21:41\tCompleted 3171 to KZ114600: 3990.561302057914\n", - "12:21:41\tCompleted 3186 to KZ315600: 1846.200243227239\n", - "12:21:41\tCompleted 3187 to KZ595000: 1789.8880160029644\n", - "12:21:41\tCompleted 3191 to KZ354000: 1674.3379361927443\n", - "12:21:41\tCompleted 3142 to KZ615800: 2218.822156446158\n", - "12:21:41\tCompleted 3141 to KZ593200: 2599.8947038865213\n", - "12:21:41\tCompleted 3165 to KZ113400: 180.95750047978441\n", - "12:21:41\tCompleted 3202 to KZ473600: 427.4320831832566\n", - "12:21:41\tCompleted 3155 to KZ711310: 1362.9845256617307\n", - "12:21:41\tCompleted 3145 to KZ633600: 970.4056301387062\n", - "12:21:41\tCompleted 3203 to KZ612000: 1402.5000357827714\n", - "12:21:41\tCompleted 3183 to KZ116800: 682.3027625247986\n", - "12:21:42\tCompleted 3199 to KZ154600: 1021.2066373276944\n", - "12:21:42\tCompleted 3152 to KZ194000: 1422.2078978036197\n", - "12:21:42\tCompleted 3188 to KZ276200: 2477.7156487243988\n", - "12:21:42\tCompleted 3196 to KZ616000: 1853.9848631396942\n", - "12:21:42\tCompleted 3184 to KZ193600: 1388.318056723718\n", - "12:21:42\tCompleted 3200 to KZ633800: 4075.925991266949\n", - "12:21:42\tCompleted 3201 to KZ394200: 2795.910673864691\n", - "12:21:42\tCompleted 3175 to KZ596400: 2637.535508939361\n", - "12:21:42\tCompleted 3185 to KZ314800: 1206.9142951241117\n", - "12:21:42\tCompleted 3146 to KZ354000: 45.91258697762729\n", - "12:21:42\tCompleted 3156 to KZ275400: 3836.276232757498\n", - "12:21:42\tCompleted 3154 to KZ316000: 1389.4469869259854\n", - "12:21:42\tCompleted 3161 to KZ356400: 336.3835495938138\n", - "12:21:43\tCompleted 3193 to KZ473600: 876.847822510482\n", - "12:21:43\tCompleted 3153 to KZ751510: 1326.6147252231897\n", - "12:21:43\tCompleted 3172 to KZ196600: 1735.2551802355283\n", - "12:21:43\tCompleted 3165 to KZ113600: 456.2302295264209\n", - "12:21:43\tCompleted 3192 to KZ316600: 3667.8614076183785\n", - "12:21:43\tCompleted 3214 to KZ395600: 1695.1250510463335\n", - "12:21:43\tCompleted 3169 to KZ613900: 1798.2477697119637\n", - "12:21:43\tCompleted 3180 to KZ314000: 1864.4427530646562\n", - "12:21:43\tCompleted 3155 to KZ555200: 783.9792305922202\n", - "12:21:43\tCompleted 3181 to KZ611600: 2757.043239351119\n", - "12:21:43\tCompleted 3146 to KZ351000: 83.24478355703509\n", - "12:21:43\tCompleted 3202 to KZ474200: 921.4915869083725\n", - "12:21:43\tCompleted 3161 to KZ352400: 79.32285348059953\n", - "12:21:43\tCompleted 3183 to KZ111810: 704.1668555479272\n", - "12:21:44\tCompleted 3152 to KZ196400: 1167.3309960683298\n", - "12:21:44\tCompleted 3199 to KZ154800: 1043.9514159693958\n", - "12:21:44\tCompleted 3191 to KZ351000: 1711.6701327721526\n", - "12:21:44\tCompleted 3209 to KZ614400: 2805.5603089699757\n", - "12:21:44\tCompleted 3208 to KZ394400: 1822.7515760952667\n", - "12:21:44\tCompleted 3166 to KZ192600: 1500.870561485095\n", - "12:21:44\tCompleted 3177 to KZ114000: 1870.0035340178204\n", - "12:21:44\tCompleted 3174 to KZ352800: 3377.1065550714993\n", - "12:21:44\tCompleted 3162 to KZ434800: 1399.8549957562366\n", - "12:21:44\tCompleted 3159 to KZ153400: 1977.519840811717\n", - "12:21:44\tCompleted 3211 to KZ116800: 1892.6888519396493\n", - "12:21:44\tCompleted 3205 to KZ153200: 2784.9649997931065\n", - "12:21:44\tCompleted 3167 to KZ635000: 1510.3586236321353\n", - "12:21:44\tCompleted 3171 to KZ114800: 2936.9937308675558\n", - "12:21:44\tCompleted 3148 to KZ273600: 3010.657316787662\n", - "12:21:44\tCompleted 3217 to KZ113600: 1972.3232746363576\n", - "12:21:44\tCompleted 3178 to KZ195000: 5031.896370285406\n", - "12:21:45\tCompleted 3147 to KZ471800: 3522.8127058772084\n", - "12:21:45\tCompleted 3202 to KZ474600: 598.6670260902944\n", - "12:21:45\tCompleted 3155 to KZ551600: 922.058981074947\n", - "12:21:45\tCompleted 3165 to KZ113800: 635.5762541953211\n", - "12:21:45\tCompleted 3142 to KZ612600: 1928.202167560660212:21:45\tCompleted 3199 to KZ155200: 665.9690515757437\n", - "\n", - "12:21:45\tCompleted 3193 to KZ474200: 1370.9073262355942\n", - "12:21:45\tCompleted 3185 to KZ315400: 1429.5807520475892\n", - "12:21:45\tCompleted 3146 to KZ352000: 534.0899167267934\n", - "12:21:45\tCompleted 3145 to KZ633800: 1202.2942708707067\n", - "12:21:45\tCompleted 3173 to KZ634000: 1515.2027034553437\n", - "12:21:45\tCompleted 3163 to KZ614800: 1820.5939005857017\n", - "12:21:46\tCompleted 3179 to KZ636200: 1703.493314539691\n", - "12:21:46\tCompleted 3152 to KZ196800: 1333.508836583862\n", - "12:21:46\tCompleted 3186 to KZ316000: 1391.73124020273\n", - "12:21:46\tCompleted 3144 to KZ155200: 2741.7570358084035\n", - "12:21:46\tCompleted 3154 to KZ316600: 1250.6421633184782\n", - "12:21:46\tCompleted 3212 to KZ196600: 2503.431840906179\n", - "12:21:46\tCompleted 3196 to KZ613800: 2229.5986384720577\n", - "12:21:46\tCompleted 3175 to KZ594600: 1936.6862362221484\n", - "12:21:46\tCompleted 3141 to KZ595800: 2929.77341580945\n", - "12:21:46\tCompleted 3203 to KZ614400: 1460.3213741941097\n", - "12:21:46\tCompleted 3190 to KZ196400: 4248.209879163174\n", - "12:21:46\tCompleted 3172 to KZ194200: 1267.6167515607644\n", - "12:21:46\tCompleted 3208 to KZ433200: 1698.4128262907295\n", - "12:21:46\tCompleted 3140 to KZ431900: 1733.047378557855\n", - "12:21:46\tCompleted 3161 to KZ356000: 972.6660116801608\n", - "12:21:46\tCompleted 3187 to KZ593600: 2060.1079793252316\n", - "12:21:46\tCompleted 3201 to KZ394400: 2875.797884999443\n", - "12:21:47\tCompleted 3147 to KZ593200: 640.2632216462348\n", - "12:21:47\tCompleted 3206 to KZ235200: 4447.796927658913\n", - "12:21:47\tCompleted 3165 to KZ114500: 502.69826964935856\n", - "12:21:47\tCompleted 3184 to KZ194000: 1582.346237155311\n", - "12:21:47\tCompleted 3168 to KZ474600: 4288.3157929735535\n", - "12:21:47\tCompleted 3160 to KZ751210: 4272.866879205485\n", - "12:21:47\tCompleted 3155 to KZ553200: 1212.811635944207\n", - "12:21:47\tCompleted 3146 to KZ354800: 467.7729775199393\n", - "12:21:47\tCompleted 3202 to KZ475000: 968.9960528400946\n", - "12:21:47\tCompleted 3214 to KZ395800: 1790.7386931217309\n", - "12:21:47\tCompleted 3191 to KZ352000: 2162.515265941901\n", - "12:21:47\tCompleted 3169 to KZ612000: 1318.504970535926\n", - "12:21:47\tCompleted 3167 to KZ632200: 923.7211579294062\n", - "12:21:47\tCompleted 3209 to KZ614600: 2530.6680065545697\n", - "12:21:47\tCompleted 3193 to KZ474600: 1048.0827654175198\n", - "12:21:47\tCompleted 3213 to KZ632800: 2950.615168453009\n", - "12:21:48\tCompleted 3207 to KZ634600: 5081.191449260537\n", - "12:21:48\tCompleted 3199 to KZ156400: 1792.723065747934\n", - "12:21:48\tCompleted 3152 to KZ191600: 1250.408379716019\n", - "12:21:48\tCompleted 3181 to KZ613600: 2610.6706871132074\n", - "12:21:48\tCompleted 3183 to KZ116600: 1356.567057437209\n", - "12:21:48\tCompleted 3192 to KZ316200: 3170.5906756098557\n", - "12:21:48\tCompleted 3177 to KZ117000: 1916.4632027340576\n", - "12:21:48\tCompleted 3200 to KZ634000: 4323.128789163995\n", - "12:21:48\tCompleted 3217 to KZ113800: 2151.669299305253\n", - "12:21:48\tCompleted 3165 to KZ114000: 449.63762344318116\n", - "12:21:48\tCompleted 3161 to KZ354400: 765.1501335030094\n", - "12:21:48\tCompleted 3147 to KZ595800: 744.1828316866121\n", - "12:21:48\tCompleted 3215 to KZ556400: 2351.2697964748327\n", - "12:21:49\tCompleted 3156 to KZ273600: 3004.235491740036\n", - "12:21:49\tCompleted 3162 to KZ433600: 1599.6977592981375\n", - "12:21:49\tCompleted 3188 to KZ271000: 2495.4086041386145\n", - "12:21:49\tCompleted 3185 to KZ315600: 1703.046369725807\n", - "12:21:49\tCompleted 3155 to KZ553600: 1142.2334835463912\n", - "12:21:49\tCompleted 3174 to KZ356400: 3525.6936796419764\n", - "12:21:49\tCompleted 3171 to KZ111010: 3328.3032316455024\n", - "12:21:49\tCompleted 3191 to KZ354800: 1487.6104482563744\n", - "12:21:49\tCompleted 3208 to KZ431900: 1827.4641405874447\n", - "12:21:49\tCompleted 3145 to KZ634000: 1443.4743630055264\n", - "12:21:49\tCompleted 3153 to KZ231000: 3150.9464522633016\n", - "12:21:49\tCompleted 3142 to KZ616000: 2245.961372178769\n", - "12:21:49\tCompleted 3211 to KZ111810: 1950.1367317832694\n", - "12:21:49\tCompleted 3199 to KZ155600: 686.9756095143002\n", - "12:21:49\tCompleted 3166 to KZ196600: 1759.947518074711\n", - "12:21:49\tCompleted 3180 to KZ314800: 2363.7300579390976\n", - "12:21:49\tCompleted 3203 to KZ614600: 1249.9730016626745\n", - "12:21:49\tCompleted 3202 to KZ475200: 979.8390136241428\n", - "12:21:49\tCompleted 3146 to KZ355200: 692.165124577755\n", - "12:21:50\tCompleted 3165 to KZ117000: 372.26996688978505\n", - "12:21:50\tCompleted 3193 to KZ475000: 1418.41179216732\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:21:50\tCompleted 3141 to KZ593400: 3070.212636626391\n", - "12:21:50\tCompleted 3172 to KZ751210: 1365.8349308692405\n", - "12:21:50\tCompleted 3183 to KZ115600: 868.2392037514816\n", - "12:21:50\tCompleted 3147 to KZ593400: 553.5700943344718\n", - "12:21:50\tCompleted 3186 to KZ316600: 1770.674666103873\n", - "12:21:50\tCompleted 3152 to KZ195200: 1327.7153448008276\n", - "12:21:50\tCompleted 3159 to KZ153600: 2760.118886002391\n", - "12:21:50\tCompleted 3205 to KZ153400: 2440.036669449226\n", - "12:21:50\tCompleted 3214 to KZ392400: 1480.759472745115\n", - "12:21:50\tCompleted 3187 to KZ595200: 1737.7945566748392\n", - "12:21:51\tCompleted 3161 to KZ351800: 786.1848481460354\n", - "12:21:51\tCompleted 3175 to KZ711110: 2285.5181860325783\n", - "12:21:51\tCompleted 3154 to KZ316200: 1656.3288507308323\n", - "12:21:51\tCompleted 3146 to KZ355600: 286.7135038141644\n", - "12:21:51\tCompleted 3163 to KZ615400: 1711.4977827586374\n", - "12:21:51\tCompleted 3211 to KZ116600: 933.1724731962202\n", - "12:21:51\tCompleted 3178 to KZ194400: 4855.182241050152\n", - "12:21:51\tCompleted 3212 to KZ194200: 2131.5229027284568\n", - "12:21:51\tCompleted 3155 to KZ552200: 1182.6859772396128\n", - "12:21:51\tCompleted 3209 to KZ614800: 2770.37801181225\n", - "12:21:51\tCompleted 3202 to KZ471800: 809.4487934634075\n", - "12:21:51\tCompleted 3165 to KZ114400: 498.50980699838436\n", - "12:21:51\tCompleted 3140 to KZ434600: 1766.7119489842353\n", - "12:21:51\tCompleted 3179 to KZ636400: 1900.9442738526704\n", - "12:21:51\tCompleted 3173 to KZ635400: 2023.43861702705\n", - "12:21:52\tCompleted 3208 to KZ434600: 1865.36366483765\n", - "12:21:52\tCompleted 3181 to KZ614000: 2557.5306401988787\n", - "12:21:52\tCompleted 3217 to KZ114500: 1982.7915393498122\n", - "12:21:52\tCompleted 3199 to KZ156800: 1607.7201351914555\n", - "12:21:52\tCompleted 3177 to KZ114400: 1793.7570880612463\n", - "12:21:52\tCompleted 3201 to KZ433200: 3111.121630813464\n", - "12:21:52\tCompleted 3196 to KZ273200: 4519.464769379487\n", - "12:21:52\tCompleted 3191 to KZ355200: 2209.6622043723537\n", - "12:21:52\tCompleted 3144 to KZ156400: 2580.882129906581\n", - "12:21:52\tCompleted 3184 to KZ196400: 1867.8816659774347\n", - "12:21:52\tCompleted 3147 to KZ594200: 733.4278433979833\n", - "12:21:52\tCompleted 3193 to KZ475200: 1429.2547529513683\n", - "12:21:52\tCompleted 3190 to KZ196800: 3716.3682769220222\n", - "12:21:52\tCompleted 3169 to KZ614400: 1724.7805691517665\n", - "12:21:53\tCompleted 3192 to KZ311000: 3031.161935980734612:21:53\tCompleted 3160 to KZ751110: 4280.624238518365\n", - "\n", - "12:21:53\tCompleted 3185 to KZ316000: 2028.1473898303598\n", - "12:21:53\tCompleted 3152 to KZ195000: 1178.586782110052\n", - "12:21:53\tCompleted 3167 to KZ635200: 1775.9636714251633\n", - "12:21:53\tCompleted 3166 to KZ194200: 1261.8972602472459\n", - "12:21:53\tCompleted 3171 to KZ116000: 3495.072426266998\n", - "12:21:53\tCompleted 3206 to KZ235600: 4542.834693679363\n", - "12:21:53\tCompleted 3148 to KZ276600: 3092.482563486648\n", - "12:21:53\tCompleted 3174 to KZ352400: 3327.375365522477\n", - "12:21:53\tCompleted 3165 to KZ114600: 606.9088993858142\n", - "12:21:53\tCompleted 3146 to KZ352100: 771.9555514100672\n", - "12:21:53\tCompleted 3155 to KZ554600: 1252.1097482882979\n", - "12:21:53\tCompleted 3141 to KZ594200: 2743.55455335582\n", - "12:21:53\tCompleted 3183 to KZ115200: 1061.7213182377443\n", - "12:21:54\tCompleted 3142 to KZ613800: 2394.215505197648\n", - "12:21:54\tCompleted 3162 to KZ434000: 1761.4561275200074\n", - "12:21:54\tCompleted 3161 to KZ393200: 1229.1955706274355\n", - "12:21:54\tCompleted 3168 to KZ475000: 4658.644819723375\n", - "12:21:54\tCompleted 3208 to KZ434400: 1850.3145609473054\n", - "12:21:54\tCompleted 3207 to KZ634400: 4602.909412172382\n", - "12:21:54\tCompleted 3203 to KZ614800: 1731.593807033781\n", - "12:21:54\tCompleted 3172 to KZ751110: 1373.4403130259197\n", - "12:21:54\tCompleted 3191 to KZ355600: 1915.1388530292816\n", - "12:21:54\tCompleted 3213 to KZ636800: 3152.6556987137146\n", - "12:21:54\tCompleted 3146 to KZ352200: 130.60140124848942\n", - "12:21:54\tCompleted 3202 to KZ593200: 2477.737311907931\n", - "12:21:55\tCompleted 3214 to KZ396200: 1897.3775440741335\n", - "12:21:55\tCompleted 3186 to KZ316200: 1570.0331187366723\n", - "12:21:55\tCompleted 3145 to KZ635400: 1951.7102765772327\n", - "12:21:55\tCompleted 3147 to KZ596600: 834.3133609747484\n", - "12:21:55\tCompleted 3187 to KZ591000: 1791.120249049998\n", - "12:21:55\tCompleted 3193 to KZ471800: 1258.864532790628\n", - "12:21:55\tCompleted 3209 to KZ615400: 2766.7836368937205\n", - "12:21:55\tCompleted 3154 to KZ311000: 1435.9149815496373\n", - "12:21:55\tCompleted 3175 to KZ711410: 2275.652406853552\n", - "12:21:55\tCompleted 3155 to KZ555600: 970.0119863084919\n", - "12:21:55\tCompleted 3200 to KZ635400: 4831.364702735726\n", - "12:21:55\tCompleted 3163 to KZ615200: 1490.9806375426447\n", - "12:21:55\tCompleted 3156 to KZ276600: 3086.0607384390223\n", - "12:21:55\tCompleted 3173 to KZ635000: 1550.7718271154156\n", - "12:21:56\tCompleted 3142 to KZ273200: 884.5697541065676\n", - "12:21:56\tCompleted 3152 to KZ194400: 1556.4984315145693\n", - "12:21:56\tCompleted 3184 to KZ196800: 1392.6169740579599\n", - "12:21:56\tCompleted 3217 to KZ114000: 1965.730668553118\n", - "12:21:56\tCompleted 3185 to KZ316600: 1576.9548507891598\n", - "12:21:56\tCompleted 3171 to KZ116400: 3265.1359948825743\n", - "12:21:56\tCompleted 3165 to KZ114800: 965.1444287391292\n", - "12:21:56\tCompleted 3179 to KZ631000: 1649.6277012077371\n", - "12:21:56\tCompleted 3211 to KZ115600: 2020.1829489363593\n", - "12:21:56\tCompleted 3188 to KZ274000: 3149.066787858143512:21:56\tCompleted 3166 to KZ751210: 1360.1154395557219\n", - "\n", - "12:21:56\tCompleted 3212 to KZ751210: 2086.3225253132773\n", - "12:21:56\tCompleted 3180 to KZ315400: 2050.9689392591445\n", - "12:21:56\tCompleted 3205 to KZ153600: 3148.8390291142036\n", - "12:21:56\tCompleted 3215 to KZ554200: 2547.100832257134\n", - "12:21:56\tCompleted 3159 to KZ154000: 2281.465163598539\n", - "12:21:56\tCompleted 3153 to KZ234000: 3359.5569296309895\n", - "12:21:57\tCompleted 3174 to KZ356000: 2717.1790644274533\n", - "12:21:57\tCompleted 3191 to KZ352100: 1789.267015669204712:21:57\tCompleted 3169 to KZ614600: 1411.7250893129292\n", - "\n", - "12:21:57\tCompleted 3147 to KZ595000: 668.7533796624498\n", - "12:21:57\tCompleted 3208 to KZ431000: 2187.949232302522\n", - "12:21:57\tCompleted 3141 to KZ596600: 2495.817686240165\n", - "12:21:57\tCompleted 3155 to KZ551000: 839.0314794956931\n", - "12:21:57\tCompleted 3201 to KZ431900: 2592.0777979182603\n", - "12:21:57\tCompleted 3178 to KZ194600: 4865.6992070546485\n", - "12:21:57\tCompleted 3146 to KZ352300: 921.8808076389294\n", - "12:21:57\tCompleted 3142 to KZ274400: 814.6361541181287\n", - "12:21:57\tCompleted 3196 to KZ274400: 4449.531169391053\n", - "12:21:57\tCompleted 3167 to KZ632400: 1568.6207086187592\n", - "12:21:57\tCompleted 3161 to KZ393400: 1237.2978369361942\n", - "12:21:57\tCompleted 3165 to KZ111010: 502.49655316917796\n", - "12:21:58\tCompleted 3199 to KZ193200: 4497.517648767113\n", - "12:21:58\tCompleted 3181 to KZ613900: 2835.4539122153146\n", - "12:21:58\tCompleted 3152 to KZ194600: 1190.2992663888022\n", - "12:21:58\tCompleted 3183 to KZ115400: 1282.2940901034\n", - "12:21:58\tCompleted 3144 to KZ155600: 2493.726909486497\n", - "12:21:58\tCompleted 3209 to KZ615200: 2582.3672055981738\n", - "12:21:58\tCompleted 3140 to KZ434400: 2109.66134794597\n", - "12:21:58\tCompleted 3173 to KZ632200: 964.1343614126864\n", - "12:21:58\tCompleted 3177 to KZ114600: 2419.220558912702\n", - "12:21:58\tCompleted 3203 to KZ615400: 1472.757574124333\n", - "12:21:58\tCompleted 3214 to KZ396600: 1832.4935274023176\n", - "12:21:58\tCompleted 3206 to KZ233600: 4548.596682479474\n", - "12:21:58\tCompleted 3215 to KZ791110: 886.458055511176\n", - "12:21:58\tCompleted 3190 to KZ191600: 3742.166252982107\n", - "12:21:58\tCompleted 3146 to KZ352800: 157.72382394545627\n", - "12:21:59\tCompleted 3155 to KZ556000: 878.4977316478777\n", - "12:21:59\tCompleted 3187 to KZ595600: 1639.4240978538755\n", - "12:21:59\tCompleted 3172 to KZ751310: 1374.955031651681\n", - "12:21:59\tCompleted 3192 to KZ315000: 3443.8338101199497\n", - "12:21:59\tCompleted 3191 to KZ352200: 1759.026750463607\n", - "12:21:59\tCompleted 3160 to KZ751310: 4273.795811393618\n", - "12:21:59\tCompleted 3145 to KZ635000: 1479.0434866655983\n", - "12:21:59\tCompleted 3202 to KZ595800: 2807.61602383086\n", - "12:21:59\tCompleted 3186 to KZ311000: 1430.6043791075567\n", - "12:21:59\tCompleted 3147 to KZ593600: 783.3019839467431\n", - "12:21:59\tCompleted 3165 to KZ116000: 471.3276342919174\n", - "12:21:59\tCompleted 3175 to KZ711210: 2273.0081762955288\n", - "12:21:59\tCompleted 3193 to KZ593200: 2764.363379596323\n", - "12:21:59\tCompleted 3206 to KZ633200: 643.3842010309065\n", - "12:21:59\tCompleted 3171 to KZ116800: 3593.265616107326\n", - "12:22:00\tCompleted 3184 to KZ191600: 1444.6063801239684\n", - "12:22:00\tCompleted 3211 to KZ115200: 1625.6837548363217\n", - "12:22:00\tCompleted 3154 to KZ315000: 1553.1237977832702\n", - "12:22:00\tCompleted 3185 to KZ316200: 2060.362691922651\n", - "12:22:00\tCompleted 3208 to KZ435200: 2278.761025692573612:22:00\tCompleted 3215 to KZ791310: 864.1765065507776\n", - "\n", - "12:22:00\tCompleted 3166 to KZ751110: 1367.7208217124012\n", - "12:22:00\tCompleted 3207 to KZ313600: 3754.1777756371907\n", - "12:22:00\tCompleted 3146 to KZ356400: 446.6947327758573\n", - "12:22:00\tCompleted 3214 to KZ394200: 1129.5936111240865\n", - "12:22:00\tCompleted 3142 to KZ275400: 1489.8245860751508\n", - "12:22:00\tCompleted 3155 to KZ556800: 878.7327561758451\n", - "12:22:00\tCompleted 3152 to KZ194800: 1345.2538706454002\n", - "12:22:00\tCompleted 3217 to KZ117000: 1888.363011999722\n", - "12:22:00\tCompleted 3167 to KZ632800: 1141.7006343818466\n", - "12:22:01\tCompleted 3148 to KZ275000: 2968.797324160903\n", - "12:22:01\tCompleted 3141 to KZ595000: 2770.138563584681\n", - "12:22:01\tCompleted 3161 to KZ391600: 1143.0822927532759\n", - "12:22:01\tCompleted 3165 to KZ116400: 593.7289820514367\n", - "12:22:01\tCompleted 3203 to KZ615200: 1210.174220626053\n", - "12:22:01\tCompleted 3162 to KZ471000: 3608.020317936351\n", - "12:22:01\tCompleted 3168 to KZ475200: 4669.487780507422\n", - "12:22:01\tCompleted 3146 to KZ352400: 109.1381818392369512:22:01\tCompleted 3174 to KZ354400: 3504.4843871816547\n", - "\n", - "12:22:01\tCompleted 3177 to KZ114800: 1466.880700589428\n", - "12:22:01\tCompleted 3206 to KZ634800: 1112.0526178481489\n", - "12:22:01\tCompleted 3200 to KZ635000: 4358.697912824058\n", - "12:22:01\tCompleted 3212 to KZ751110: 2094.0798846261587\n", - "12:22:01\tCompleted 3145 to KZ632200: 892.406020962869\n", - "12:22:01\tCompleted 3215 to KZ791510: 874.2942825470462\n", - "12:22:02\tCompleted 3213 to KZ635800: 3516.9432505110985\n", - "12:22:02\tCompleted 3179 to KZ634600: 2050.43717847946\n", - "12:22:02\tCompleted 3147 to KZ595200: 780.7521170039793\n", - "12:22:02\tCompleted 3142 to KZ273600: 657.7838450576609\n", - "12:22:02\tCompleted 3201 to KZ434600: 2625.742368344638\n", - "12:22:02\tCompleted 3140 to KZ431000: 1450.4829170924675\n", - "12:22:02\tCompleted 3205 to KZ154000: 2718.3586759499267\n", - "12:22:02\tCompleted 3163 to KZ616400: 2332.800483443577\n", - "12:22:02\tCompleted 3155 to KZ554800: 1108.2784101484717\n", - "12:22:02\tCompleted 3156 to KZ275000: 2962.3754991132773\n", - "12:22:02\tCompleted 3165 to KZ116800: 381.33012835941093\n", - "12:22:02\tCompleted 3209 to KZ616400: 3283.988757793588\n", - "12:22:02\tCompleted 3208 to KZ434800: 2200.327261415856\n", - "12:22:03\tCompleted 3214 to KZ394400: 1396.9572003281628\n", - "12:22:03\tCompleted 3187 to KZ596000: 1729.0778761831432\n", - "12:22:03\tCompleted 3206 to KZ633400: 470.51304064425\n", - "12:22:03\tCompleted 3191 to KZ352300: 2550.3061568540193\n", - "12:22:03\tCompleted 3185 to KZ311000: 1665.7770620532303\n", - "12:22:03\tCompleted 3172 to KZ751410: 1390.622650742441\n", - "12:22:03\tCompleted 3159 to KZ154200: 2584.1012025678615\n", - "12:22:03\tCompleted 3152 to KZ195600: 1550.2128821786753\n", - "12:22:03\tCompleted 3169 to KZ614800: 1793.0375513995978\n", - "12:22:03\tCompleted 3215 to KZ791710: 845.7943431967575\n", - "12:22:03\tCompleted 3181 to KZ612000: 2704.165373243779\n", - "12:22:03\tCompleted 3171 to KZ111810: 3632.796417153817\n", - "12:22:03\tCompleted 3188 to KZ274200: 3266.412282237587\n", - "12:22:03\tCompleted 3173 to KZ635200: 1816.3768749084436\n", - "12:22:03\tCompleted 3144 to KZ156800: 1891.7374433144455\n", - "12:22:03\tCompleted 3175 to KZ711310: 2263.268235602643\n", - "12:22:03\tCompleted 3192 to KZ314200: 3036.637166916069\n", - "12:22:03\tCompleted 3142 to KZ276600: 739.609091756637\n", - "12:22:03\tCompleted 3180 to KZ315600: 2570.410452079774\n", - "12:22:03\tCompleted 3166 to KZ751310: 1369.2355403381625\n", - "12:22:04\tCompleted 3178 to KZ194800: 5133.814859108654\n", - "12:22:04\tCompleted 3202 to KZ593400: 2912.908331049607\n", - "12:22:04\tCompleted 3147 to KZ591000: 670.9678457565171\n", - "12:22:04\tCompleted 3199 to KZ193400: 4495.913504933032\n", - "12:22:04\tCompleted 3184 to KZ195200: 1465.660709201265\n", - "12:22:04\tCompleted 3211 to KZ115400: 1608.5429913604187\n", - "12:22:04\tCompleted 3154 to KZ314200: 1437.3291951120104\n", - "12:22:04\tCompleted 3165 to KZ111810: 403.1942213825396\n", - "12:22:04\tCompleted 3161 to KZ393600: 1209.7597937324233\n", - "12:22:04\tCompleted 3155 to KZ556400: 1021.6150182557176\n", - "12:22:04\tCompleted 3214 to KZ433200: 530.0746989514691\n", - "12:22:04\tCompleted 3167 to KZ636800: 1343.741164642583\n", - "12:22:04\tCompleted 3186 to KZ315000: 1843.2762532467775\n", - "12:22:04\tCompleted 3190 to KZ195200: 3679.9312761168394\n", - "12:22:04\tCompleted 3153 to KZ234200: 3810.5026361519253\n", - "12:22:04\tCompleted 3174 to KZ351800: 2739.165938324858\n", - "12:22:05\tCompleted 3206 to KZ633600: 936.051913928437912:22:05\tCompleted 3146 to KZ356000: 1082.9771948622038\n", - "\n", - "12:22:05\tCompleted 3142 to KZ275000: 615.9238524308979\n", - "12:22:05\tCompleted 3215 to KZ611600: 794.9690043440809\n", - "12:22:05\tCompleted 3207 to KZ314000: 3536.611510993501\n", - "12:22:05\tCompleted 3217 to KZ114400: 2014.602852108321\n", - "12:22:05\tCompleted 3154 to KZ353200: 97.62808480533133\n", - "12:22:05\tCompleted 3214 to KZ431900: 4.41421356237309512:22:05\tCompleted 3191 to KZ352800: 1786.1491731605738\n", - "\n", - "12:22:05\tCompleted 3193 to KZ595800: 3094.2420915192515\n", - "12:22:05\tCompleted 3183 to KZ151000: 2667.5026671215815\n", - "12:22:05\tCompleted 3208 to KZ433600: 2015.970789565712\n", - "12:22:06\tCompleted 3160 to KZ751410: 4291.22078979726\n", - "12:22:06\tCompleted 3141 to KZ593600: 3107.5735694088403\n", - "12:22:06\tCompleted 3196 to KZ275400: 5124.7196013481025\n", - "12:22:06\tCompleted 3187 to KZ596200: 1557.7727087415187\n", - "12:22:06\tCompleted 3152 to KZ195800: 1612.3616094586432\n", - "12:22:06\tCompleted 3177 to KZ111010: 1854.6346711560948\n", - "12:22:06\tCompleted 3155 to KZ554200: 1297.7728077107104\n", - "12:22:06\tCompleted 3206 to KZ633800: 852.7732934076198\n", - "12:22:06\tCompleted 3185 to KZ315000: 1782.9858782868632\n", - "12:22:06\tCompleted 3145 to KZ635200: 1744.6485344586263\n", - "12:22:06\tCompleted 3214 to KZ434600: 39.452795795510774\n", - "12:22:06\tCompleted 3211 to KZ151000: 1196.247539459389\n", - "12:22:07\tCompleted 3215 to KZ613600: 849.1641409879029\n", - "12:22:07\tCompleted 3147 to KZ595600: 904.8554322784394\n", - "12:22:07\tCompleted 3140 to KZ435200: 1526.789223320883\n", - "12:22:07\tCompleted 3203 to KZ616400: 2182.766771522105\n", - "12:22:07\tCompleted 3179 to KZ634400: 1630.0751915850349\n", - "12:22:07\tCompleted 3212 to KZ751310: 2087.251457501413\n", - "12:22:07\tCompleted 3163 to KZ615600: 1531.1089873085532\n", - "12:22:07\tCompleted 3172 to KZ751710: 1426.3386045727018\n", - "12:22:07\tCompleted 3146 to KZ354400: 875.4613166850528\n", - "12:22:07\tCompleted 3142 to KZ274800: 1140.8116602424127\n", - "12:22:07\tCompleted 3209 to KZ615600: 2894.4291920177034\n", - "12:22:07\tCompleted 3154 to KZ353600: 824.3422793543554\n", - "12:22:07\tCompleted 3171 to KZ116600: 3499.771888201666\n", - "12:22:07\tCompleted 3200 to KZ632200: 3708.3782315903354\n", - "12:22:07\tCompleted 3201 to KZ434400: 2968.6917673063635\n", - "12:22:07\tCompleted 3165 to KZ116600: 1126.5597236579758\n", - "12:22:07\tCompleted 3152 to KZ196000: 890.069694135955\n", - "12:22:07\tCompleted 3174 to KZ393200: 2362.389217750363\n", - "12:22:07\tCompleted 3166 to KZ751410: 1384.9031594289224\n", - "12:22:08\tCompleted 3189 to KZ113200: 2767.5029119800433\n", - "12:22:08\tCompleted 3214 to KZ434400: 387.64483544436547\n", - "12:22:08\tCompleted 3162 to KZ473600: 3189.045551913408\n", - "12:22:08\tCompleted 3181 to KZ614400: 2761.986711655111\n", - "12:22:08\tCompleted 3206 to KZ634000: 849.858035973157\n", - "12:22:08\tCompleted 3202 to KZ594200: 2621.39716137723\n", - "12:22:08\tCompleted 3148 to KZ274800: 3493.685131972396\n", - "12:22:08\tCompleted 3180 to KZ316000: 1744.1713742162808\n", - "12:22:08\tCompleted 3186 to KZ314200: 1436.0796100428913\n", - "12:22:08\tCompleted 3161 to KZ396400: 1431.1714404058046\n", - "12:22:08\tCompleted 3169 to KZ615400: 1683.9414335725335\n", - "12:22:08\tCompleted 3147 to KZ596000: 547.6704482253492\n", - "12:22:08\tCompleted 3215 to KZ614000: 894.522979660479\n", - "12:22:08\tCompleted 3184 to KZ195000: 1469.8848982044954\n", - "12:22:08\tCompleted 3168 to KZ471800: 4499.0975603466895\n", - "12:22:08\tCompleted 3173 to KZ632400: 1609.0339121020395\n", - "12:22:08\tCompleted 3142 to KZ275800: 610.3944842308075\n", - "12:22:08\tCompleted 3205 to KZ154200: 3020.994714919249\n", - "12:22:09\tCompleted 3159 to KZ156000: 2157.350434936082\n", - "12:22:09\tCompleted 3144 to KZ193200: 1666.503732937888\n", - "12:22:09\tCompleted 3214 to KZ431000: 368.9366389236753\n", - "12:22:09\tCompleted 3154 to KZ351600: 479.37119960760066\n", - "12:22:09\tCompleted 3191 to KZ356400: 1963.5474989412546\n", - "12:22:09\tCompleted 3165 to KZ115600: 567.2665695860942\n", - "12:22:09\tCompleted 3211 to KZ153200: 1200.6641228880383\n", - "12:22:09\tCompleted 3208 to KZ434000: 2751.1744827308808\n", - "12:22:09\tCompleted 3213 to KZ636200: 3271.071268612832\n", - "12:22:09\tCompleted 3167 to KZ635800: 1708.0287164399772\n", - "12:22:09\tCompleted 3156 to KZ274800: 3487.2633069247704\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:22:09\tCompleted 3152 to KZ191000: 1013.5649891380966\n", - "12:22:09\tCompleted 3192 to KZ353200: 3152.0249033483356\n", - "12:22:09\tCompleted 3175 to KZ555200: 3007.0830948237867\n", - "12:22:09\tCompleted 3185 to KZ314200: 1667.1912756156034\n", - "12:22:09\tCompleted 3141 to KZ595200: 2643.9296711347656\n", - "12:22:10\tCompleted 3146 to KZ351800: 896.496031328079\n", - "12:22:10\tCompleted 3199 to KZ193600: 3916.6156901734184\n", - "12:22:10\tCompleted 3214 to KZ435200: 459.7484323137376\n", - "12:22:10\tCompleted 3186 to KZ353200: 812.0776948430672\n", - "12:22:10\tCompleted 3206 to KZ635400: 1294.763588555389312:22:10\tCompleted 3154 to KZ354000: 74.64711102073815\n", - "\n", - "12:22:10\tCompleted 3155 to KZ791110: 2366.1440639209754\n", - "12:22:10\tCompleted 3217 to KZ114600: 2008.03777643163\n", - "12:22:10\tCompleted 3207 to KZ314800: 4035.8988158679304\n", - "12:22:10\tCompleted 3174 to KZ393400: 2375.938657585985\n", - "12:22:10\tCompleted 3215 to KZ613900: 1131.442976830199\n", - "12:22:10\tCompleted 3193 to KZ593400: 3199.5343987379956\n", - "12:22:11\tCompleted 3142 to KZ276000: 1026.2255099858758\n", - "12:22:11\tCompleted 3171 to KZ115600: 3398.220051922384\n", - "12:22:11\tCompleted 3140 to KZ434800: 1441.8123132459664\n", - "12:22:11\tCompleted 3209 to KZ615800: 2661.6055352996145\n", - "12:22:11\tCompleted 3208 to KZ471000: 964.3901103030839\n", - "12:22:11\tCompleted 3177 to KZ116000: 1904.3373612429773\n", - "12:22:11\tCompleted 3190 to KZ195000: 4126.06043543377912:22:11\tCompleted 3172 to KZ751810: 1380.1976723388004\n", - "\n", - "12:22:11\tCompleted 3214 to KZ434800: 381.3146680370123\n", - "12:22:11\tCompleted 3178 to KZ195600: 5210.595426863865\n", - "12:22:11\tCompleted 3202 to KZ596600: 2373.660294261575\n", - "12:22:11\tCompleted 3145 to KZ632400: 1537.3055716522222\n", - "12:22:11\tCompleted 3187 to KZ596400: 2153.432388824687\n", - "12:22:11\tCompleted 3165 to KZ115200: 760.7486840723566\n", - "12:22:11\tCompleted 3211 to KZ153400: 1090.0774653623323\n", - "12:22:11\tCompleted 3154 to KZ351000: 16.19949500813724\n", - "12:22:11\tCompleted 3203 to KZ615600: 1622.5160581959888\n", - "12:22:11\tCompleted 3147 to KZ596200: 934.6698978965276\n", - "12:22:12\tCompleted 3206 to KZ635000: 769.4901612229407\n", - "12:22:12\tCompleted 3181 to KZ614600: 2551.638339123702\n", - "12:22:12\tCompleted 3179 to KZ313600: 1606.1453158867462\n", - "12:22:12\tCompleted 3173 to KZ632800: 1182.113837865127\n", - "12:22:12\tCompleted 3168 to KZ593200: 1616.5480761157266\n", - "12:22:12\tCompleted 3166 to KZ751710: 1420.6191132591832\n", - "12:22:12\tCompleted 3163 to KZ615800: 1545.488606636085\n", - "12:22:12\tCompleted 3201 to KZ431000: 2310.383184943756\n", - "12:22:12\tCompleted 3153 to KZ234600: 3925.67293458998\n", - "12:22:12\tCompleted 3185 to KZ353200: 1180.9106347040058\n", - "12:22:12\tCompleted 3215 to KZ612000: 637.3146174959478\n", - "12:22:12\tCompleted 3196 to KZ273600: 4292.6788603305595\n", - "12:22:12\tCompleted 3142 to KZ276200: 745.6117232519505\n", - "12:22:12\tCompleted 3208 to KZ473600: 417.86798251228026\n", - "12:22:12\tCompleted 3214 to KZ433600: 196.95819618686127\n", - "12:22:12\tCompleted 3152 to KZ196200: 1369.7829193999792\n", - "12:22:12\tCompleted 3191 to KZ352400: 1737.5635310543544\n", - "12:22:12\tCompleted 3183 to KZ153200: 2717.696274550329\n", - "12:22:12\tCompleted 3189 to KZ113400: 2845.363948785381\n", - "12:22:12\tCompleted 3212 to KZ751410: 2104.676435905052\n", - "12:22:13\tCompleted 3154 to KZ352000: 448.4617854950474\n", - "12:22:13\tCompleted 3169 to KZ615200: 1463.4242883565407\n", - "12:22:13\tCompleted 3206 to KZ632200: 860.3089142225729\n", - "12:22:13\tCompleted 3161 to KZ394000: 1663.106289771631\n", - "12:22:13\tCompleted 3141 to KZ591000: 2760.8855152574774\n", - "12:22:13\tCompleted 3144 to KZ193400: 1391.6926820170158\n", - "12:22:13\tCompleted 3146 to KZ393200: 1263.0532186158748\n", - "12:22:13\tCompleted 3174 to KZ391600: 2635.13490083655\n", - "12:22:13\tCompleted 3184 to KZ194400: 1716.6367708662606\n", - "12:22:14\tCompleted 3142 to KZ271000: 763.3046786661774\n", - "12:22:14\tCompleted 3167 to KZ636200: 1462.1567345417052\n", - "12:22:14\tCompleted 3147 to KZ596400: 708.4648774963016\n", - "12:22:14\tCompleted 3160 to KZ751710: 4332.208821566163\n", - "12:22:14\tCompleted 3214 to KZ434000: 932.1618893520648\n", - "12:22:14\tCompleted 3171 to KZ115200: 3058.9478565255586\n", - "12:22:14\tCompleted 3215 to KZ614400: 1059.6443008180502\n", - "12:22:14\tCompleted 3165 to KZ115400: 981.3214559380136\n", - "12:22:14\tCompleted 3208 to KZ474200: 992.0395053466382\n", - "12:22:14\tCompleted 3200 to KZ635200: 4624.302960617099\n", - "12:22:14\tCompleted 3209 to KZ612600: 2370.985546414129\n", - "12:22:14\tCompleted 3152 to KZ192600: 1054.1644837647643\n", - "12:22:14\tCompleted 3211 to KZ153600: 1382.4812262198116\n", - "12:22:14\tCompleted 3185 to KZ353600: 1190.6922509310061\n", - "12:22:14\tCompleted 3203 to KZ615800: 1151.2508186969162\n", - "12:22:14\tCompleted 3186 to KZ353600: 1494.9493352828383\n", - "12:22:14\tCompleted 3145 to KZ632800: 1110.3854974153096\n", - "12:22:14\tCompleted 3180 to KZ316600: 2392.162238300323\n", - "12:22:14\tCompleted 3155 to KZ791310: 2322.603832040368\n", - "12:22:15\tCompleted 3205 to KZ156000: 2594.2439472874694\n", - "12:22:15\tCompleted 3154 to KZ354800: 560.1857805854773\n", - "12:22:15\tCompleted 3177 to KZ116400: 1695.6935274006262\n", - "12:22:15\tCompleted 3175 to KZ551600: 2740.5163728382595\n", - "12:22:15\tCompleted 3172 to KZ751910: 1381.136353975023\n", - "12:22:15\tCompleted 3187 to KZ594600: 1665.2483691593964\n", - "12:22:15\tCompleted 3202 to KZ595000: 2647.9811716060954\n", - "12:22:15\tCompleted 3206 to KZ635200: 1035.0952090159685\n", - "12:22:15\tCompleted 3159 to KZ154600: 2455.4878656811966\n", - "12:22:15\tCompleted 3217 to KZ114800: 2481.2374738490516\n", - "12:22:15\tCompleted 3207 to KZ315400: 3723.1376971879786\n", - "12:22:15\tCompleted 3162 to KZ474200: 3635.66971297993\n", - "12:22:15\tCompleted 3168 to KZ595800: 1720.4676861561038\n", - "12:22:15\tCompleted 3215 to KZ614600: 784.7519984026384\n", - "12:22:15\tCompleted 3208 to KZ474600: 669.21494452856\n", - "12:22:15\tCompleted 3148 to KZ275800: 2963.267955960817712:22:15\tCompleted 3193 to KZ594200: 2908.0232290656218\n", - "\n", - "12:22:15\tCompleted 3163 to KZ612600: 1375.6034554411285\n", - "12:22:16\tCompleted 3199 to KZ194000: 3983.103056018651\n", - "12:22:16\tCompleted 3179 to KZ314000: 1387.744022592941312:22:16\tCompleted 3173 to KZ636800: 1384.1543681258634\n", - "\n", - "12:22:16\tCompleted 3211 to KZ154000: 1134.0577990448387\n", - "12:22:16\tCompleted 3140 to KZ433600: 1641.6550767878673\n", - "12:22:16\tCompleted 3147 to KZ594600: 913.9437290237996\n", - "12:22:16\tCompleted 3191 to KZ356000: 2711.4025440772866\n", - "12:22:16\tCompleted 3189 to KZ113600: 2523.881066945619812:22:16\tCompleted 3142 to KZ274000: 1426.9923686053858\n", - "\n", - "12:22:16\tCompleted 3192 to KZ353600: 3879.3261036082736\n", - "12:22:16\tCompleted 3141 to KZ595600: 2632.391001581797\n", - "12:22:16\tCompleted 3201 to KZ435200: 2208.689054882835\n", - "12:22:16\tCompleted 3154 to KZ355200: 617.4965937011679\n", - "12:22:16\tCompleted 3181 to KZ614800: 3033.259144494793\n", - "12:22:16\tCompleted 3185 to KZ351600: 928.6275965849105\n", - "12:22:16\tCompleted 3166 to KZ751810: 1374.4781810252819\n", - "12:22:17\tCompleted 3213 to KZ636400: 3208.0756940430597\n", - "12:22:17\tCompleted 3174 to KZ393600: 2175.336339200035\n", - "12:22:17\tCompleted 3206 to KZ632400: 904.0507668654674\n", - "12:22:17\tCompleted 3156 to KZ275800: 2956.846130913192\n", - "12:22:17\tCompleted 3152 to KZ196600: 1478.0818253670848\n", - "12:22:17\tCompleted 3146 to KZ393400: 1271.1554849246338\n", - "12:22:17\tCompleted 3186 to KZ351600: 1075.0873825708238\n", - "12:22:17\tCompleted 3144 to KZ193600: 1293.7859904167099\n", - "12:22:17\tCompleted 3161 to KZ396800: 1409.1987473320346\n", - "12:22:17\tCompleted 3171 to KZ115400: 3087.1749751752636\n", - "12:22:17\tCompleted 3208 to KZ475000: 1039.5439712783602\n", - "12:22:17\tCompleted 3215 to KZ614800: 1024.4620036603105\n", - "12:22:17\tCompleted 3190 to KZ194400: 3949.3463061985385\n", - "12:22:17\tCompleted 3147 to KZ711110: 162.17602260950622\n", - "12:22:18\tCompleted 3154 to KZ355600: 221.13941711996574\n", - "12:22:18\tCompleted 3178 to KZ195800: 5024.482299231016\n", - "12:22:18\tCompleted 3145 to KZ636800: 1312.426027676046\n", - "12:22:18\tCompleted 3196 to KZ276600: 4374.50410702953\n", - "12:22:18\tCompleted 3212 to KZ751710: 2145.6644676739547\n", - "12:22:18\tCompleted 3209 to KZ616000: 2688.744751032226\n", - "12:22:18\tCompleted 3203 to KZ612600: 1406.3809453178424\n", - "12:22:18\tCompleted 3168 to KZ593400: 1482.6943108903642\n", - "12:22:18\tCompleted 3206 to KZ632800: 917.7246028494455\n", - "12:22:19\tCompleted 3185 to KZ354000: 1043.5670056445551\n", - "12:22:19\tCompleted 3171 to KZ151000: 1450.9226476812987\n", - "12:22:19\tCompleted 3147 to KZ711410: 188.28852269301797\n", - "12:22:19\tCompleted 3169 to KZ616400: 2305.244134257473\n", - "12:22:19\tCompleted 3172 to KZ751510: 1373.6248800454784\n", - "12:22:19\tCompleted 3217 to KZ111010: 2018.5895982791149\n", - "12:22:19\tCompleted 3211 to KZ154200: 1436.6938380141598\n", - "12:22:19\tCompleted 3186 to KZ354000: 908.2370454304527\n", - "12:22:19\tCompleted 3184 to KZ194600: 1661.7176129072857\n", - "12:22:19\tCompleted 3187 to KZ711110: 1801.415065917892\n", - "12:22:19\tCompleted 3180 to KZ316200: 1894.8915062917922\n", - "12:22:19\tCompleted 3174 to KZ396400: 2009.1712171128277\n", - "12:22:19\tCompleted 3183 to KZ153400: 2301.367603920206\n", - "12:22:19\tCompleted 3177 to KZ116800: 2021.9248729620983\n", - "12:22:19\tCompleted 3142 to KZ274200: 1534.30835676517\n", - "12:22:19\tCompleted 3167 to KZ636400: 1702.1244465011819\n", - "12:22:19\tCompleted 3208 to KZ475200: 1050.3869320624085\n", - "12:22:19\tCompleted 3215 to KZ615400: 1020.8676287418\n", - "12:22:19\tCompleted 3214 to KZ471000: 2116.6446853657576\n", - "12:22:20\tCompleted 3189 to KZ113800: 2352.6338667758537\n", - "12:22:20\tCompleted 3154 to KZ352100: 702.649959842887\n", - "12:22:20\tCompleted 3202 to KZ593600: 2985.4161774302547\n", - "12:22:20\tCompleted 3152 to KZ194200: 1585.7777834972921\n", - "12:22:20\tCompleted 3193 to KZ596600: 2660.2863619499667\n", - "12:22:20\tCompleted 3146 to KZ391600: 1205.74744883312\n", - "12:22:20\tCompleted 3155 to KZ791510: 2299.7233324687154\n", - "12:22:20\tCompleted 3163 to KZ616000: 1560.2704629127595\n", - "12:22:20\tCompleted 3206 to KZ636800: 832.2190546764695\n", - "12:22:20\tCompleted 3165 to KZ151000: 2366.5300329562097\n", - "12:22:20\tCompleted 3147 to KZ711210: 189.45028411991638\n", - "12:22:20\tCompleted 3179 to KZ314800: 1207.1276360391557\n", - "12:22:20\tCompleted 3141 to KZ596000: 2851.1867070148987\n", - "12:22:20\tCompleted 3191 to KZ354400: 2503.886665900155\n", - "12:22:20\tCompleted 3201 to KZ434800: 2240.015315799163\n", - "12:22:20\tCompleted 3171 to KZ153200: 1483.397478030304\n", - "12:22:21\tCompleted 3153 to KZ234800: 3059.374310425596\n", - "12:22:21\tCompleted 3166 to KZ751910: 1375.4168626615044\n", - "12:22:21\tCompleted 3175 to KZ553200: 2859.464366244956\n", - "12:22:21\tCompleted 3154 to KZ352200: 43.303269940449894\n", - "12:22:21\tCompleted 3186 to KZ351000: 842.211760080617\n", - "12:22:21\tCompleted 3207 to KZ315600: 4242.579210008631\n", - "12:22:21\tCompleted 3211 to KZ156000: 1009.9430703823683\n", - "12:22:21\tCompleted 3208 to KZ471800: 879.99671190167312:22:21\tCompleted 3185 to KZ351000: 1080.8992022239636\n", - "\n", - "12:22:21\tCompleted 3181 to KZ615400: 2774.4229115853414\n", - "12:22:21\tCompleted 3215 to KZ615200: 836.4511974462499\n", - "12:22:21\tCompleted 3203 to KZ616000: 1116.1461739428662\n", - "12:22:21\tCompleted 3147 to KZ711310: 201.3076435758482\n", - "12:22:21\tCompleted 3200 to KZ632400: 4416.959997810697\n", - "12:22:21\tCompleted 3192 to KZ351600: 3460.5583383358735\n", - "12:22:21\tCompleted 3159 to KZ154800: 2338.668545933171\n", - "12:22:21\tCompleted 3205 to KZ154600: 2892.381378032584\n", - "12:22:21\tCompleted 3206 to KZ635800: 873.673915516758512:22:21\tCompleted 3140 to KZ434000: 1803.4134450097354\n", - "\n", - "12:22:22\tCompleted 3173 to KZ635800: 1748.4419199232575\n", - "12:22:22\tCompleted 3161 to KZ394800: 1587.8533160300908\n", - "12:22:22\tCompleted 3174 to KZ394000: 2076.872343439615\n", - "12:22:22\tCompleted 3144 to KZ194000: 1487.8141708483029\n", - "12:22:22\tCompleted 3143 to KZ113200: 1350.2510556437194\n", - "12:22:22\tCompleted 3160 to KZ751810: 4278.452665643112\n", - "12:22:22\tCompleted 3152 to KZ751210: 1331.072288769427\n", - "12:22:22\tCompleted 3186 to KZ352000: 453.51416292594047\n", - "12:22:22\tCompleted 3168 to KZ594200: 1709.712697867475\n", - "12:22:22\tCompleted 3199 to KZ196400: 4416.257162694264\n", - "12:22:22\tCompleted 3171 to KZ153400: 2089.3329269409614\n", - "12:22:23\tCompleted 3217 to KZ116000: 1987.420679401854\n", - "12:22:23\tCompleted 3148 to KZ276000: 3379.098981715853\n", - "12:22:23\tCompleted 3206 to KZ636200: 743.9284051617676\n", - "12:22:23\tCompleted 3169 to KZ615600: 1503.5526381224493\n", - "12:22:23\tCompleted 3145 to KZ635800: 1676.7135794734402\n", - "12:22:23\tCompleted 3146 to KZ393600: 1243.6174417208626\n", - "12:22:23\tCompleted 3209 to KZ613800: 2836.9988840511096\n", - "12:22:23\tCompleted 3154 to KZ352300: 836.2526764071833\n", - "12:22:23\tCompleted 3141 to KZ596200: 2455.96997307745\n", - "12:22:23\tCompleted 3214 to KZ473600: 1697.6699193427785\n", - "12:22:23\tCompleted 3179 to KZ315400: 1169.6749841199826\n", - "12:22:23\tCompleted 3180 to KZ311000: 1755.4627666626768\n", - "12:22:23\tCompleted 3211 to KZ154600: 1308.080501127512:22:23\tCompleted 3202 to KZ595200: 2521.77227915618\n", - "\n", - "12:22:23\tCompleted 3187 to KZ711410: 1791.5492867388639\n", - "12:22:24\tCompleted 3177 to KZ111810: 2061.455674008592\n", - "12:22:24\tCompleted 3193 to KZ595000: 2934.607239294479\n", - "12:22:24\tCompleted 3196 to KZ275000: 4250.8188677038015\n", - "12:22:24\tCompleted 3167 to KZ631000: 1408.2911212097513\n", - "12:22:24\tCompleted 3212 to KZ751810: 2091.9083117509044\n", - "12:22:24\tCompleted 3189 to KZ114500: 2816.01403158488412:22:24\tCompleted 3147 to KZ555200: 836.6423804621083\n", - "\n", - "12:22:24\tCompleted 3162 to KZ474600: 3312.845152161848\n", - "12:22:24\tCompleted 3185 to KZ352000: 1531.7443353937222\n", - "12:22:24\tCompleted 3155 to KZ791710: 2297.947152151683\n", - "12:22:24\tCompleted 3171 to KZ153600: 1677.2919401845327\n", - "12:22:24\tCompleted 3190 to KZ194600: 3959.863272203035\n", - "12:22:24\tCompleted 3206 to KZ636400: 553.1713339255541\n", - "12:22:24\tCompleted 3156 to KZ276000: 3372.6771566682273\n", - "12:22:24\tCompleted 3154 to KZ352800: 70.42569263741667\n", - "12:22:24\tCompleted 3215 to KZ616400: 1538.072749641653\n", - "12:22:24\tCompleted 3143 to KZ113400: 1368.7698147203423\n", - "12:22:24\tCompleted 3191 to KZ351800: 2524.921380543172\n", - "12:22:24\tCompleted 3213 to KZ631000: 3217.2056552808776\n", - "12:22:25\tCompleted 3166 to KZ751510: 1367.9053887319599\n", - "12:22:25\tCompleted 3209 to KZ273200: 756.8843171147698\n", - "12:22:25\tCompleted 3152 to KZ751110: 1324.6740131061379\n", - "12:22:25\tCompleted 3174 to KZ396800: 2208.3441442299472\n", - "12:22:25\tCompleted 3207 to KZ316000: 3416.340132145149\n", - "12:22:25\tCompleted 3208 to KZ593200: 2584.043827071699\n", - "12:22:25\tCompleted 3201 to KZ433600: 2500.6854961482827\n", - "12:22:25\tCompleted 3172 to KZ231000: 3453.51986465789112:22:25\tCompleted 3178 to KZ196000: 5211.263054619965\n", - "\n", - "12:22:25\tCompleted 3163 to KZ613800: 1783.7754934190066\n", - "12:22:25\tCompleted 3184 to KZ194800: 1870.3899950861728\n", - "12:22:25\tCompleted 3181 to KZ615200: 2511.8395580870792\n", - "12:22:25\tCompleted 3206 to KZ631000: 716.2327451332114\n", - "12:22:26\tCompleted 3203 to KZ613800: 1491.7599492752458\n", - "12:22:26\tCompleted 3192 to KZ354000: 3106.8440088049647\n", - "12:22:26\tCompleted 3211 to KZ154800: 1143.0878121398987\n", - "12:22:26\tCompleted 3147 to KZ551600: 570.0756584765622\n", - "12:22:26\tCompleted 3154 to KZ356400: 361.0666015441114\n", - "12:22:26\tCompleted 3165 to KZ153200: 2416.723640384957\n", - "12:22:26\tCompleted 3171 to KZ154000: 1563.4924094495457\n", - "12:22:26\tCompleted 3185 to KZ354800: 856.8395177081863\n", - "12:22:26\tCompleted 3173 to KZ636200: 1502.5699380249855\n", - "12:22:26\tCompleted 3175 to KZ553600: 2810.467364479933\n", - "12:22:26\tCompleted 3186 to KZ354800: 1391.0679987212425\n", - "12:22:26\tCompleted 3183 to KZ153600: 3083.966649110868\n", - "12:22:27\tCompleted 3215 to KZ615600: 1148.5131838657605\n", - "12:22:27\tCompleted 3217 to KZ116400: 2109.8220271613695\n", - "12:22:27\tCompleted 3161 to KZ395000: 1515.828725721057\n", - "12:22:27\tCompleted 3146 to KZ396400: 1465.029088394244\n", - "12:22:27\tCompleted 3168 to KZ596600: 1810.5982154442404\n", - "12:22:27\tCompleted 3169 to KZ615800: 1517.932257449981\n", - "12:22:27\tCompleted 3209 to KZ274400: 1033.1654723168037\n", - "12:22:27\tCompleted 3153 to KZ235200: 3107.0141577889635\n", - "12:22:27\tCompleted 3154 to KZ352400: 42.74396470145511\n", - "12:22:27\tCompleted 3145 to KZ636200: 1430.8415975751682\n", - "12:22:27\tCompleted 3143 to KZ113600: 1502.8668887267806\n", - "12:22:27\tCompleted 3152 to KZ751310: 1331.1592944803765\n", - "12:22:27\tCompleted 3202 to KZ591000: 2638.728123278892\n", - "12:22:27\tCompleted 3144 to KZ196400: 1697.6659194926008\n", - "12:22:27\tCompleted 3179 to KZ315600: 1296.1240530178309\n", - "12:22:27\tCompleted 3206 to KZ634600: 974.7457975582546\n", - "12:22:27\tCompleted 3174 to KZ394800: 1951.4212719774998\n", - "12:22:27\tCompleted 3171 to KZ154200: 1193.3258872081744\n", - "12:22:27\tCompleted 3177 to KZ116600: 1880.2577758168957\n", - "12:22:27\tCompleted 3160 to KZ751910: 4299.593581993521\n", - "12:22:28\tCompleted 3200 to KZ632800: 4167.186872305881\n", - "12:22:28\tCompleted 3189 to KZ114000: 2577.394601339227\n", - "12:22:28\tCompleted 3205 to KZ154800: 2727.388689044984\n", - "12:22:28\tCompleted 3147 to KZ553200: 689.0236518832697\n", - "12:22:28\tCompleted 3186 to KZ355200: 615.2792449697674\n", - "12:22:28\tCompleted 3187 to KZ711210: 1788.90505618084\n", - "12:22:28\tCompleted 3159 to KZ155200: 2765.6072088349238\n", - "12:22:28\tCompleted 3141 to KZ596400: 3325.037152054702\n", - "12:22:28\tCompleted 3199 to KZ196800: 3884.415560453082\n", - "12:22:28\tCompleted 3215 to KZ615800: 915.6895271476935\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:22:28\tCompleted 3140 to KZ471000: 3578.0571504538857\n", - "12:22:28\tCompleted 3193 to KZ593600: 3272.042245118638\n", - "12:22:29\tCompleted 3191 to KZ393200: 2772.2516692925296\n", - "12:22:29\tCompleted 3206 to KZ634400: 576.0681109774264\n", - "12:22:29\tCompleted 3155 to KZ611600: 2554.807687426796\n", - "12:22:29\tCompleted 3208 to KZ595800: 2913.9225389946278\n", - "12:22:29\tCompleted 3180 to KZ315000: 2168.1346408018976\n", - "12:22:29\tCompleted 3214 to KZ474200: 2144.2940804093096\n", - "12:22:29\tCompleted 3209 to KZ275400: 1394.2117321330675\n", - "12:22:29\tCompleted 3211 to KZ155200: 1570.0264750416763\n", - "12:22:29\tCompleted 3201 to KZ434000: 2264.742746558771\n", - "12:22:29\tCompleted 3212 to KZ751910: 2113.0492281013117\n", - "12:22:29\tCompleted 3171 to KZ156000: 1636.1030775314919\n", - "12:22:29\tCompleted 3147 to KZ553600: 420.5601318705243\n", - "12:22:29\tCompleted 3185 to KZ355200: 1689.8195432446832\n", - "12:22:29\tCompleted 3148 to KZ276200: 3098.4851949819486\n", - "12:22:29\tCompleted 3167 to KZ634600: 1809.100598481474\n", - "12:22:30\tCompleted 3215 to KZ612600: 625.0695382621831\n", - "12:22:30\tCompleted 3161 to KZ395200: 1047.793240646187\n", - "12:22:30\tCompleted 3152 to KZ751410: 1338.169240585273\n", - "12:22:30\tCompleted 3154 to KZ356000: 997.3490636304583\n", - "12:22:30\tCompleted 3168 to KZ595000: 1645.0382341319414\n", - "12:22:30\tCompleted 3196 to KZ274800: 4775.706675515347\n", - "12:22:30\tCompleted 3143 to KZ113800: 1686.9834760964743\n", - "12:22:30\tCompleted 3174 to KZ395000: 2270.3325967758\n", - "12:22:30\tCompleted 3217 to KZ116800: 1897.4231734693474\n", - "12:22:30\tCompleted 3192 to KZ351000: 3070.880375604378\n", - "12:22:30\tCompleted 3207 to KZ316600: 4064.3309962291696\n", - "12:22:31\tCompleted 3169 to KZ612600: 1348.0471062550246\n", - "12:22:31\tCompleted 3186 to KZ355600: 1032.8369661485872\n", - "12:22:31\tCompleted 3179 to KZ316000: 1102.097708579634\n", - "12:22:31\tCompleted 3181 to KZ616400: 3484.4321089831183\n", - "12:22:31\tCompleted 3190 to KZ194800: 4227.978924257039\n", - "12:22:31\tCompleted 3171 to KZ154600: 1455.5777436557255\n", - "12:22:31\tCompleted 3144 to KZ196800: 1298.0849077509517\n", - "12:22:31\tCompleted 3209 to KZ273600: 1036.2072069727353\n", - "12:22:31\tCompleted 3184 to KZ195600: 2021.6312286971588\n", - "12:22:31\tCompleted 3202 to KZ595600: 2510.233609603207\n", - "12:22:31\tCompleted 3147 to KZ552200: 531.5587080965157\n", - "12:22:31\tCompleted 3178 to KZ191000: 4902.873901726893\n", - "12:22:31\tCompleted 3215 to KZ616000: 942.8287428803\n", - "12:22:31\tCompleted 3211 to KZ156400: 1149.316474680836\n", - "12:22:31\tCompleted 3156 to KZ276200: 3092.063369934323\n", - "12:22:31\tCompleted 3177 to KZ115600: 1879.3008203663837\n", - "12:22:31\tCompleted 3162 to KZ475000: 3683.1741789116254\n", - "12:22:31\tCompleted 3165 to KZ153400: 2000.394969754834\n", - "12:22:31\tCompleted 3189 to KZ117000: 2623.8542700554494\n", - "12:22:31\tCompleted 3141 to KZ594600: 2550.38289197807\n", - "12:22:32\tCompleted 3146 to KZ394000: 1696.9639377600704\n", - "12:22:32\tCompleted 3173 to KZ636400: 1742.5376499844622\n", - "12:22:32\tCompleted 3175 to KZ552200: 2701.99942245822\n", - "12:22:32\tCompleted 3166 to KZ231000: 3177.1962020495525\n", - "12:22:32\tCompleted 3172 to KZ234000: 3662.130342025579\n", - "12:22:32\tCompleted 3185 to KZ355600: 1284.3679224810924\n", - "12:22:32\tCompleted 3163 to KZ273200: 3241.6386623191947\n", - "12:22:32\tCompleted 3145 to KZ636400: 1670.8093095346449\n", - "12:22:32\tCompleted 3206 to KZ313600: 1899.1330715321815\n", - "12:22:32\tCompleted 3154 to KZ354400: 789.833185453307\n", - "12:22:32\tCompleted 3203 to KZ273200: 3660.3390214524907\n", - "12:22:32\tCompleted 3193 to KZ595200: 2808.3983468445635\n", - "12:22:32\tCompleted 3187 to KZ711310: 1779.1651154879546\n", - "12:22:33\tCompleted 3152 to KZ751710: 1370.2053102454167\n", - "12:22:33\tCompleted 3171 to KZ154800: 1779.709760353945\n", - "12:22:33\tCompleted 3143 to KZ114500: 1411.170911610427\n", - "12:22:33\tCompleted 3183 to KZ154000: 2605.3129267070267\n", - "12:22:33\tCompleted 3191 to KZ393400: 2780.353935601271\n", - "12:22:33\tCompleted 3161 to KZ391000: 1243.4995051551612\n", - "12:22:33\tCompleted 3213 to KZ634600: 3618.01513255258\n", - "12:22:33\tCompleted 3209 to KZ276600: 1261.7465625645964\n", - "12:22:33\tCompleted 3214 to KZ474600: 1821.4695195912388\n", - "12:22:33\tCompleted 3147 to KZ554600: 684.3474400836448\n", - "12:22:33\tCompleted 3174 to KZ395200: 2348.533329510366\n", - "12:22:33\tCompleted 3215 to KZ613800: 1091.0828758991863\n", - "12:22:33\tCompleted 3155 to KZ613600: 2408.435135188883\n", - "12:22:33\tCompleted 3160 to KZ751510: 4288.109519892605\n", - "12:22:33\tCompleted 3208 to KZ593400: 3019.2148462133696\n", - "12:22:33\tCompleted 3168 to KZ593600: 1759.5868384162352\n", - "12:22:33\tCompleted 3180 to KZ314200: 1760.9379975980114\n", - "12:22:34\tCompleted 3217 to KZ111810: 1917.9333843555069\n", - "12:22:34\tCompleted 3167 to KZ634400: 1388.738611587049\n", - "12:22:34\tCompleted 3211 to KZ155600: 1321.9963487197674\n", - "12:22:34\tCompleted 3153 to KZ235600: 3202.051923809368412:22:34\tCompleted 3200 to KZ636800: 4192.0804538345055\n", - "\n", - "12:22:34\tCompleted 3186 to KZ352100: 1225.8718024565019\n", - "12:22:34\tCompleted 3171 to KZ155200: 1265.5831531696588\n", - "12:22:34\tCompleted 3154 to KZ351800: 810.867900096333\n", - "12:22:34\tCompleted 3179 to KZ316600: 1220.5984758944646\n", - "12:22:34\tCompleted 3185 to KZ352100: 1158.4960851210224\n", - "12:22:34\tCompleted 3177 to KZ115200: 1484.8016262663461\n", - "12:22:35\tCompleted 3205 to KZ155200: 3154.3273519467366\n", - "12:22:35\tCompleted 3192 to KZ352000: 2838.9851186910346\n", - "12:22:35\tCompleted 3159 to KZ156400: 2604.7323029331046\n", - "12:22:35\tCompleted 3212 to KZ751510: 2101.565166000396\n", - "12:22:35\tCompleted 3160 to KZ231000: 874.1849263997346\n", - "12:22:35\tCompleted 3207 to KZ316200: 3567.060264220647\n", - "12:22:35\tCompleted 3209 to KZ275000: 806.416312540717112:22:35\tCompleted 3169 to KZ616000: 1532.7141137266556\n", - "\n", - "12:22:35\tCompleted 3144 to KZ191600: 1350.0743138169603\n", - "12:22:35\tCompleted 3202 to KZ596000: 2704.7202600751507\n", - "12:22:35\tCompleted 3206 to KZ314000: 1757.4897073837951\n", - "12:22:35\tCompleted 3140 to KZ473600: 3159.0823844309425\n", - "12:22:35\tCompleted 3152 to KZ751810: 1333.9166537932572\n", - "12:22:35\tCompleted 3201 to KZ471000: 4697.691617227775\n", - "12:22:35\tCompleted 3211 to KZ156800: 823.9761929403496\n", - "12:22:35\tCompleted 3189 to KZ114400: 2501.148155382653\n", - "12:22:35\tCompleted 3143 to KZ114000: 1492.7462162264167\n", - "12:22:35\tCompleted 3186 to KZ352200: 820.0182695717846\n", - "12:22:36\tCompleted 3146 to KZ396800: 1443.056395320474\n", - "12:22:36\tCompleted 3199 to KZ191600: 3910.2135365131667\n", - "12:22:36\tCompleted 3196 to KZ275800: 4245.289499503705\n", - "12:22:36\tCompleted 3141 to KZ711110: 3016.0568012430394\n", - "12:22:36\tCompleted 3181 to KZ615600: 3068.74081126025\n", - "12:22:36\tCompleted 3174 to KZ391000: 2160.0998407185048\n", - "12:22:36\tCompleted 3145 to KZ631000: 1376.9759842432143\n", - "12:22:36\tCompleted 3148 to KZ271000: 3116.1781503961643\n", - "12:22:36\tCompleted 3147 to KZ555600: 974.0928568672143\n", - "12:22:36\tCompleted 3160 to KZ234000: 775.6407269516214\n", - "12:22:36\tCompleted 3173 to KZ631000: 1448.7043246930316\n", - "12:22:36\tCompleted 3217 to KZ116600: 1660.6851374869607\n", - "12:22:36\tCompleted 3171 to KZ156400: 2528.481410132483\n", - "12:22:37\tCompleted 3161 to KZ395400: 1286.863400080475\n", - "12:22:37\tCompleted 3184 to KZ195800: 1885.9368290471298\n", - "12:22:37\tCompleted 3193 to KZ591000: 2925.3541909672754\n", - "12:22:37\tCompleted 3185 to KZ352200: 1128.255819915418\n", - "12:22:37\tCompleted 3186 to KZ352300: 1.4142135623730951\n", - "12:22:37\tCompleted 3209 to KZ274800: 1161.5956894375001\n", - "12:22:37\tCompleted 3168 to KZ595200: 1757.036971473471\n", - "12:22:37\tCompleted 3191 to KZ391600: 2715.2984673521214\n", - "12:22:37\tCompleted 3178 to KZ196200: 4668.466728935538\n", - "12:22:37\tCompleted 3175 to KZ554600: 2758.1897610309125\n", - "12:22:37\tCompleted 3155 to KZ614000: 2355.2950882745554\n", - "12:22:37\tCompleted 3208 to KZ594200: 2727.703676540998\n", - "12:22:37\tCompleted 3206 to KZ314800: 1197.4895948334895\n", - "12:22:37\tCompleted 3177 to KZ115400: 1467.6608627904432\n", - "12:22:37\tCompleted 3154 to KZ393200: 1192.6166818482905\n", - "12:22:38\tCompleted 3143 to KZ117000: 1415.3785596730206\n", - "12:22:38\tCompleted 3152 to KZ751910: 1316.0416692535905\n", - "12:22:38\tCompleted 3160 to KZ234200: 1382.4119858107324\n", - "12:22:38\tCompleted 3165 to KZ153600: 2782.994014945506\n", - "12:22:38\tCompleted 3147 to KZ551000: 606.6513029468981\n", - "12:22:38\tCompleted 3180 to KZ353200: 1807.0118163370835\n", - "12:22:38\tCompleted 3171 to KZ155600: 1496.680966855982\n", - "12:22:38\tCompleted 3187 to KZ555200: 2522.979974709117\n", - "12:22:38\tCompleted 3156 to KZ271000: 3109.7563253485387\n", - "12:22:38\tCompleted 3162 to KZ475200: 3694.017139695675\n", - "12:22:38\tCompleted 3202 to KZ596200: 2333.81258109886\n", - "12:22:38\tCompleted 3179 to KZ316200: 1368.9795723844807\n", - "12:22:38\tCompleted 3174 to KZ395400: 2198.476224917163\n", - "12:22:39\tCompleted 3214 to KZ475000: 2191.798546341037\n", - "12:22:39\tCompleted 3144 to KZ195200: 1371.128642894257\n", - "12:22:39\tCompleted 3209 to KZ275800: 938.3785664186211\n", - "12:22:39\tCompleted 3190 to KZ195600: 4304.759492012243\n", - "12:22:39\tCompleted 3186 to KZ352800: 794.2483040656424\n", - "12:22:39\tCompleted 3177 to KZ151000: 254.61607860537296\n", - "12:22:39\tCompleted 3212 to KZ231000: 1770.764690108654\n", - "12:22:39\tCompleted 3166 to KZ234000: 3385.8066794172405\n", - "12:22:39\tCompleted 3203 to KZ274400: 3597.467708939215\n", - "12:22:39\tCompleted 3163 to KZ274400: 3171.705062330743\n", - "12:22:39\tCompleted 3167 to KZ313600: 1692.6405615256388\n", - "12:22:39\tCompleted 3172 to KZ234200: 4113.076048546514\n", - "12:22:39\tCompleted 3207 to KZ311000: 3427.6315245915257\n", - "12:22:39\tCompleted 3160 to KZ234600: 1081.540905126952\n", - "12:22:40\tCompleted 3183 to KZ154200: 2907.948965676349\n", - "12:22:40\tCompleted 3215 to KZ273200: 2164.102524014261\n", - "12:22:40\tCompleted 3147 to KZ556000: 654.7726851549153\n", - "12:22:40\tCompleted 3141 to KZ711410: 3006.191022064013\n", - "12:22:40\tCompleted 3192 to KZ354800: 3594.5033892204797\n", - "12:22:40\tCompleted 3177 to KZ153200: 191.5300829735162\n", - "12:22:40\tCompleted 3206 to KZ315400: 1420.156051756967\n", - "12:22:40\tCompleted 3181 to KZ615800: 2452.9161561579454\n", - "12:22:40\tCompleted 3146 to KZ394800: 1621.7109640185301\n", - "12:22:40\tCompleted 3168 to KZ591000: 1647.252700226009\n", - "12:22:40\tCompleted 3169 to KZ613800: 1756.2191442329026\n", - "12:22:40\tCompleted 3185 to KZ352300: 1919.535226305858\n", - "12:22:40\tCompleted 3189 to KZ114600: 3126.611626234087\n", - "12:22:40\tCompleted 3171 to KZ156800: 2302.6081767552387\n", - "12:22:40\tCompleted 3143 to KZ114400: 1549.9170288995376\n", - "12:22:40\tCompleted 3217 to KZ115600: 2083.3596146960313\n", - "12:22:40\tCompleted 3161 to KZ392000: 1403.7870951607142\n", - "12:22:40\tCompleted 3200 to KZ635800: 4641.582701531784\n", - "12:22:41\tCompleted 3152 to KZ751510: 1316.6029452942723\n", - "12:22:41\tCompleted 3153 to KZ233600: 3207.813912609493\n", - "12:22:41\tCompleted 3193 to KZ595600: 2796.8596772915985\n", - "12:22:41\tCompleted 3154 to KZ393400: 1200.718948157049512:22:41\tCompleted 3159 to KZ155600: 2517.57708251301712:22:41\tCompleted 3213 to KZ634400: 3197.653145658164\n", - "\n", - "\n", - "12:22:41\tCompleted 3186 to KZ356400: 813.3267311903887\n", - "12:22:41\tCompleted 3174 to KZ392000: 1995.3820989637054\n", - "12:22:41\tCompleted 3208 to KZ596600: 2479.966809425343\n", - "12:22:41\tCompleted 3160 to KZ234800: 1096.7464230300131\n", - "12:22:41\tCompleted 3209 to KZ276000: 1207.680712045479\n", - "12:22:41\tCompleted 3205 to KZ156400: 2858.132469408452\n", - "12:22:41\tCompleted 3201 to KZ473600: 4278.7168512047465\n", - "12:22:41\tCompleted 3191 to KZ393600: 2752.8158923975247\n", - "12:22:41\tCompleted 3145 to KZ634600: 1777.78546151493712:22:41\tCompleted 3155 to KZ613900: 2633.2183602909913\n", - "\n", - "12:22:41\tCompleted 3199 to KZ195200: 3847.978559647899\n", - "12:22:42\tCompleted 3211 to KZ193200: 2625.806275325454\n", - "12:22:42\tCompleted 3177 to KZ153400: 692.2805642782847\n", - "12:22:42\tCompleted 3196 to KZ276000: 4661.120525258809\n", - "12:22:42\tCompleted 3173 to KZ634600: 1849.5138019647543\n", - "12:22:42\tCompleted 3147 to KZ556800: 855.4606100268574\n", - "12:22:42\tCompleted 3179 to KZ311000: 1289.64069540142\n", - "12:22:42\tCompleted 3184 to KZ196000: 1734.919648562646\n", - "12:22:42\tCompleted 3144 to KZ195000: 1299.6691517196614\n", - "12:22:42\tCompleted 3185 to KZ352800: 1155.3782426123848\n", - "12:22:43\tCompleted 3160 to KZ235200: 1072.3045572582569\n", - "12:22:43\tCompleted 3140 to KZ474200: 3605.7065454974645\n", - "12:22:43\tCompleted 3186 to KZ352400: 878.5137982810454\n", - "12:22:43\tCompleted 3177 to KZ153600: 566.0878784786805\n", - "12:22:43\tCompleted 3209 to KZ276200: 1036.706240229412\n", - "12:22:43\tCompleted 3187 to KZ551600: 2256.4132527235897\n", - "12:22:43\tCompleted 3143 to KZ114600: 1436.4171486922448\n", - "12:22:43\tCompleted 3206 to KZ315600: 1693.6216694351847\n", - "12:22:43\tCompleted 3202 to KZ596400: 3129.074772716686\n", - "12:22:43\tCompleted 3154 to KZ391600: 1135.310912065536\n", - "12:22:43\tCompleted 3148 to KZ274000: 3779.8658403353706\n", - "12:22:43\tCompleted 3174 to KZ395600: 2308.9483049446517\n", - "12:22:43\tCompleted 3141 to KZ711210: 3003.54679150599\n", - "12:22:44\tCompleted 3153 to KZ633200: 1018.8841140221922\n", - "12:22:44\tCompleted 3178 to KZ192600: 4941.8176567555865\n", - "12:22:44\tCompleted 3167 to KZ314000: 1550.9971973772524\n", - "12:22:44\tCompleted 3168 to KZ595600: 1881.1402867479312\n", - "12:22:44\tCompleted 3161 to KZ395600: 1280.9404444517907\n", - "12:22:44\tCompleted 3192 to KZ355200: 2896.0059572255946\n", - "12:22:44\tCompleted 3175 to KZ555600: 3322.22061152474\n", - "12:22:44\tCompleted 3189 to KZ114800: 2174.271767910862\n", - "12:22:44\tCompleted 3165 to KZ154000: 2304.340292541655\n", - "12:22:44\tCompleted 3212 to KZ234000: 1979.3751674763128\n", - "12:22:44\tCompleted 3160 to KZ235600: 736.5742493778049\n", - "12:22:44\tCompleted 3207 to KZ315000: 3840.303398730741\n", - "12:22:44\tCompleted 3147 to KZ554800: 860.156098071313\n", - "12:22:44\tCompleted 3217 to KZ115200: 2276.8417291822825\n", - "12:22:44\tCompleted 3186 to KZ356000: 159.68217366090138\n", - "12:22:44\tCompleted 3214 to KZ475200: 2202.6415071250835\n", - "12:22:45\tCompleted 3177 to KZ154000: 364.6965005930834\n", - "12:22:45\tCompleted 3146 to KZ395000: 1549.6863737094964\n", - "12:22:45\tCompleted 3181 to KZ612600: 2708.0462827788547\n", - "12:22:45\tCompleted 3213 to KZ313600: 1672.255767462037\n", - "12:22:45\tCompleted 3180 to KZ353600: 2534.313016597046\n", - "12:22:45\tCompleted 3162 to KZ471800: 3523.626919534949\n", - "12:22:45\tCompleted 3208 to KZ595000: 2754.28768676986\n", - "12:22:45\tCompleted 3145 to KZ634400: 1357.423474620512\n", - "12:22:45\tCompleted 3156 to KZ274000: 3773.444015287745\n", - "12:22:45\tCompleted 3209 to KZ271000: 1002.6333867488127\n", - "12:22:45\tCompleted 3185 to KZ356400: 1332.7765683930725\n", - "12:22:45\tCompleted 3193 to KZ596000: 2991.346327763539\n", - "12:22:45\tCompleted 3215 to KZ274400: 2101.2312115009763\n", - "12:22:46\tCompleted 3183 to KZ156000: 2481.1981980445694\n", - "12:22:46\tCompleted 3190 to KZ195800: 4118.646364379394\n", - "12:22:46\tCompleted 3160 to KZ233600: 1326.7411878744178\n", - "12:22:46\tCompleted 3163 to KZ275400: 3846.8934942877536\n", - "12:22:46\tCompleted 3155 to KZ612000: 2501.9298213194547\n", - "12:22:46\tCompleted 3191 to KZ396400: 2974.2275390708796\n", - "12:22:46\tCompleted 3172 to KZ234600: 4228.246346984569\n", - "12:22:46\tCompleted 3177 to KZ154200: 468.4301009203917\n", - "12:22:46\tCompleted 3147 to KZ556400: 797.8899717627552\n", - "12:22:46\tCompleted 3186 to KZ354400: 792.1174387300517\n", - "12:22:46\tCompleted 3166 to KZ234200: 3836.7523859381763\n", - "12:22:46\tCompleted 3154 to KZ393600: 1173.1809049532783\n", - "12:22:46\tCompleted 3203 to KZ275400: 4272.65614089623\n", - "12:22:47\tCompleted 3168 to KZ596000: 1523.955302694841\n", - "12:22:47\tCompleted 3173 to KZ634400: 1429.1518150703293\n", - "12:22:47\tCompleted 3174 to KZ395800: 2564.106416713385\n", - "12:22:47\tCompleted 3171 to KZ193200: 5192.405690330948\n", - "12:22:47\tCompleted 3143 to KZ114800: 2008.2530215223644\n", - "12:22:47\tCompleted 3179 to KZ315000: 1523.0801103592567\n", - "12:22:47\tCompleted 3206 to KZ316000: 2018.7226895397375\n", - "12:22:47\tCompleted 3169 to KZ273200: 3276.85186575479\n", - "12:22:47\tCompleted 3200 to KZ636200: 4310.496023733631\n", - "12:22:47\tCompleted 3167 to KZ314800: 1251.1161936695967\n", - "12:22:47\tCompleted 3162 to KZ593200: 641.0774353039753\n", - "12:22:47\tCompleted 3159 to KZ156800: 1857.6957752092524\n", - "12:22:47\tCompleted 3141 to KZ711310: 2993.806850813104\n", - "12:22:47\tCompleted 3144 to KZ194400: 1622.1047045592525\n", - "12:22:47\tCompleted 3184 to KZ191000: 1610.2387901162995\n", - "12:22:47\tCompleted 3146 to KZ395200: 1081.6508886346264\n", - "12:22:47\tCompleted 3177 to KZ156000: 261.09447015976946\n", - "12:22:47\tCompleted 3201 to KZ474200: 4725.3410122713185\n", - "12:22:48\tCompleted 3186 to KZ351800: 26.798989873223338\n", - "12:22:48\tCompleted 3205 to KZ155600: 2906.29722562483\n", - "12:22:48\tCompleted 3202 to KZ594600: 2428.2254999994843\n", - "12:22:48\tCompleted 3152 to KZ231000: 4295.879625563206\n", - "12:22:48\tCompleted 3185 to KZ352400: 1106.7926005061652\n", - "12:22:48\tCompleted 3213 to KZ314000: 1454.6895028183476\n", - "12:22:48\tCompleted 3196 to KZ276200: 4380.506738524862\n", - "12:22:48\tCompleted 3209 to KZ274000: 1272.633825361182\n", - "12:22:48\tCompleted 3199 to KZ195000: 4294.1077189648595\n", - "12:22:48\tCompleted 3192 to KZ355600: 3139.6515103207043\n", - "12:22:48\tCompleted 3211 to KZ193400: 2830.695152340879\n", - "12:22:48\tCompleted 3207 to KZ314200: 3433.10675552686\n", - "12:22:48\tCompleted 3153 to KZ634800: 1739.8880359653358\n", - "12:22:48\tCompleted 3161 to KZ395800: 1583.3245198582633\n", - "12:22:48\tCompleted 3189 to KZ111010: 2562.0257384774914\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:22:49\tCompleted 3217 to KZ115400: 2497.4145010479333\n", - "12:22:49\tCompleted 3181 to KZ616000: 2417.811511403897\n", - "12:22:49\tCompleted 3187 to KZ553200: 2375.3612461302864\n", - "12:22:49\tCompleted 3193 to KZ596200: 2620.4386487872516\n", - "12:22:49\tCompleted 3147 to KZ554200: 1047.388012923381\n", - "12:22:49\tCompleted 3177 to KZ154600: 346.71716442763227\n", - "12:22:49\tCompleted 3174 to KZ392400: 2094.582726643453\n", - "12:22:49\tCompleted 3162 to KZ595800: 744.9970453443526\n", - "12:22:49\tCompleted 3208 to KZ593600: 3091.7226925940195\n", - "12:22:49\tCompleted 3175 to KZ551000: 2777.0920173085883\n", - "12:22:50\tCompleted 3180 to KZ351600: 2115.545251324615\n", - "12:22:50\tCompleted 3214 to KZ471800: 2032.251286964346\n", - "12:22:50\tCompleted 3143 to KZ111010: 1545.6051459524135\n", - "12:22:50\tCompleted 3206 to KZ316600: 1567.5301504985375\n", - "12:22:50\tCompleted 3145 to KZ313600: 1703.6976248263097\n", - "12:22:50\tCompleted 3154 to KZ396400: 1394.5925516266595\n", - "12:22:50\tCompleted 3177 to KZ154800: 133.9537722253777\n", - "12:22:50\tCompleted 3148 to KZ274200: 3887.181828495137\n", - "12:22:50\tCompleted 3167 to KZ315400: 1213.6635417504242\n", - "12:22:50\tCompleted 3186 to KZ393200: 1087.9642423076853\n", - "12:22:50\tCompleted 3168 to KZ596200: 1910.9547523660185\n", - "12:22:50\tCompleted 3165 to KZ154200: 2606.976331510977\n", - "12:22:51\tCompleted 3178 to KZ196600: 4987.5333808108435\n", - "12:22:51\tCompleted 3153 to KZ633400: 918.6033395796508\n", - "12:22:51\tCompleted 3212 to KZ234200: 2430.320873997294\n", - "12:22:51\tCompleted 3140 to KZ474600: 3282.8819846793826\n", - "12:22:51\tCompleted 3179 to KZ314200: 1289.5193750578603\n", - "12:22:51\tCompleted 3162 to KZ593400: 554.3843079922124\n", - "12:22:51\tCompleted 3209 to KZ274200: 1484.7550049581998\n", - "12:22:51\tCompleted 3146 to KZ391000: 1277.3571531436005\n", - "12:22:51\tCompleted 3191 to KZ394000: 3206.162388436701\n", - "12:22:51\tCompleted 3185 to KZ356000: 2080.631613529132\n", - "12:22:52\tCompleted 3160 to KZ633200: 4515.177751751741\n", - "12:22:52\tCompleted 3155 to KZ614400: 2559.7511597307875\n", - "12:22:52\tCompleted 3174 to KZ396200: 2534.611649153169\n", - "12:22:52\tCompleted 3186 to KZ393400: 604.3732841447305\n", - "12:22:52\tCompleted 3172 to KZ234800: 3361.9477228201854\n", - "12:22:52\tCompleted 3161 to KZ392400: 1309.5114458846035\n", - "12:22:52\tCompleted 3159 to KZ193200: 1656.3107261070365\n", - "12:22:52\tCompleted 3202 to KZ711110: 2777.057449809903\n", - "12:22:52\tCompleted 3177 to KZ155200: 560.8924351271562\n", - "12:22:52\tCompleted 3143 to KZ116000: 1522.7348561930705\n", - "12:22:52\tCompleted 3179 to KZ353200: 262.0015046336591\n", - "12:22:52\tCompleted 3173 to KZ313600: 1652.2273580423584\n", - "12:22:52\tCompleted 3184 to KZ196200: 1529.9212587516704\n", - "12:22:52\tCompleted 3144 to KZ194600: 1567.1855466002776\n", - "12:22:52\tCompleted 3183 to KZ154600: 2779.335628789684\n", - "12:22:52\tCompleted 3141 to KZ555200: 3737.621710034248\n", - "12:22:53\tCompleted 3203 to KZ273600: 3440.6153998787636\n", - "12:22:53\tCompleted 3156 to KZ274200: 3880.7600034475113\n", - "12:22:53\tCompleted 3171 to KZ193400: 5142.62817725732\n", - "12:22:53\tCompleted 3190 to KZ196000: 4305.427119768315\n", - "12:22:53\tCompleted 3208 to KZ595200: 2628.078794319945\n", - "12:22:53\tCompleted 3186 to KZ391600: 471.47854500650055\n", - "12:22:53\tCompleted 3162 to KZ594200: 734.2420570557239\n", - "12:22:53\tCompleted 3163 to KZ273600: 3014.852753270292\n", - "12:22:53\tCompleted 3206 to KZ316200: 2050.9379916320286\n", - "12:22:53\tCompleted 3211 to KZ193600: 2044.9043167317693\n", - "12:22:53\tCompleted 3207 to KZ353200: 3548.494491959127\n", - "12:22:53\tCompleted 3169 to KZ274400: 3206.9182657663387\n", - "12:22:53\tCompleted 3168 to KZ596400: 1431.9691941360861\n", - "12:22:53\tCompleted 3192 to KZ352100: 3611.3427582215522\n", - "12:22:53\tCompleted 3147 to KZ791110: 1591.757048229269712:22:53\tCompleted 3201 to KZ474600: 4402.51645145323\n", - "\n", - "12:22:53\tCompleted 3200 to KZ636400: 4727.610684425222\n", - "12:22:53\tCompleted 3153 to KZ633600: 958.3998394520246\n", - "12:22:53\tCompleted 3193 to KZ596400: 3415.7008404050744\n", - "12:22:53\tCompleted 3199 to KZ194400: 4117.393589729601\n", - "12:22:53\tCompleted 3213 to KZ314800: 1953.9768076928096\n", - "12:22:53\tCompleted 3189 to KZ116000: 2611.728428564379\n", - "12:22:54\tCompleted 3215 to KZ275400: 2776.4196434579644\n", - "12:22:54\tCompleted 3181 to KZ613800: 2793.4252867362447\n", - "12:22:54\tCompleted 3214 to KZ593200: 1895.371572771469\n", - "12:22:54\tCompleted 3205 to KZ156800: 2092.5272864834287\n", - "12:22:54\tCompleted 3217 to KZ151000: 3585.8844716857625\n", - "12:22:54\tCompleted 3145 to KZ314000: 1562.0542606779234\n", - "12:22:54\tCompleted 3177 to KZ156400: 868.0969949268584\n", - "12:22:54\tCompleted 3157 to KZ113200: 374.46550372240813\n", - "12:22:54\tCompleted 3180 to KZ354000: 1761.830921793705612:22:54\tCompleted 3187 to KZ553600: 2326.3642443652634\n", - "\n", - "12:22:54\tCompleted 3210 to KZ113200: 1678.6441079364347\n", - "12:22:54\tCompleted 3196 to KZ271000: 4398.199693939099\n", - "12:22:54\tCompleted 3152 to KZ234000: 4504.490102930899\n", - "12:22:55\tCompleted 3151 to KZ113200: 2244.1769531274517\n", - "12:22:55\tCompleted 3174 to KZ396600: 2446.316781300628\n", - "12:22:55\tCompleted 3167 to KZ315600: 1340.1126106482725\n", - "12:22:55\tCompleted 3179 to KZ353600: 944.8731450734309\n", - "12:22:55\tCompleted 3186 to KZ393600: 942.0225765011113\n", - "12:22:55\tCompleted 3143 to KZ116400: 1636.8375748346718\n", - "12:22:55\tCompleted 3161 to KZ396200: 1117.9345318583853\n", - "12:22:55\tCompleted 3146 to KZ395400: 1320.7210480689143\n", - "12:22:55\tCompleted 3154 to KZ394000: 1626.527400992486\n", - "12:22:55\tCompleted 3166 to KZ234600: 3951.922684376231\n", - "12:22:55\tCompleted 3175 to KZ556000: 2825.213399516602\n", - "12:22:55\tCompleted 3177 to KZ155600: 312.8623088052452\n", - "12:22:55\tCompleted 3185 to KZ354400: 1873.1157353519818\n", - "12:22:55\tCompleted 3157 to KZ113400: 165.68643262023505\n", - "12:22:55\tCompleted 3162 to KZ596600: 835.127574632489\n", - "12:22:56\tCompleted 3159 to KZ193400: 1405.9981692995664\n", - "12:22:56\tCompleted 3191 to KZ396800: 2952.254845997114\n", - "12:22:56\tCompleted 3206 to KZ311000: 1656.352361762608\n", - "12:22:56\tCompleted 3202 to KZ711410: 2767.1916706308766\n", - "12:22:56\tCompleted 3155 to KZ614600: 2349.4027871993785\n", - "12:22:56\tCompleted 3179 to KZ351600: 525.0111923614154\n", - "12:22:57\tCompleted 3153 to KZ633800: 1173.1830009660507\n", - "12:22:57\tCompleted 3178 to KZ194200: 4615.624442633102\n", - "12:22:57\tCompleted 3165 to KZ156000: 2180.2255638791976\n", - "12:22:57\tCompleted 3177 to KZ156800: 683.0940643703742\n", - "12:22:57\tCompleted 3210 to KZ113400: 1469.8650368342635\n", - "12:22:57\tCompleted 3157 to KZ113600: 440.95916166687147\n", - "12:22:57\tCompleted 3193 to KZ594600: 2714.851567687868\n", - "12:22:57\tCompleted 3168 to KZ594600: 1890.2285834932916\n", - "12:22:57\tCompleted 3173 to KZ314000: 1510.583993893972\n", - "12:22:57\tCompleted 3189 to KZ116400: 2403.084594722036\n", - "12:22:57\tCompleted 3213 to KZ315400: 1641.2156890128358\n", - "12:22:57\tCompleted 3174 to KZ394200: 2222.7933872586977\n", - "12:22:57\tCompleted 3208 to KZ591000: 2745.0346384426566\n", - "12:22:57\tCompleted 3205 to KZ193200: 1189.9790739818277\n", - "12:22:57\tCompleted 3162 to KZ595000: 669.5675933201903\n", - "12:22:57\tCompleted 3184 to KZ192600: 1665.5946342151735\n", - "12:22:57\tCompleted 3145 to KZ314800: 1262.1732569702674\n", - "12:22:57\tCompleted 3143 to KZ116800: 1424.438721142646\n", - "12:22:57\tCompleted 3212 to KZ234600: 2545.4911724353565\n", - "12:22:58\tCompleted 3179 to KZ354000: 358.1608552210445\n", - "12:22:58\tCompleted 3140 to KZ475000: 3653.21101142916\n", - "12:22:58\tCompleted 3141 to KZ551600: 3471.0549880487206\n", - "12:22:58\tCompleted 3186 to KZ396400: 1181.854842565073\n", - "12:22:58\tCompleted 3161 to KZ396600: 1125.853372649584612:22:58\tCompleted 3160 to KZ634800: 5059.034724962797\n", - "\n", - "12:22:58\tCompleted 3144 to KZ194800: 1700.1742486013388\n", - "12:22:58\tCompleted 3147 to KZ791310: 1567.6341646713606\n", - "12:22:58\tCompleted 3180 to KZ351000: 1725.8672885931214\n", - "12:22:58\tCompleted 3172 to KZ235200: 3409.587570183553\n", - "12:22:58\tCompleted 3171 to KZ193600: 4611.503731737213\n", - "12:22:59\tCompleted 3192 to KZ352200: 3097.700088483458\n", - "12:22:59\tCompleted 3167 to KZ316000: 1343.1928671638227\n", - "12:22:59\tCompleted 3157 to KZ113800: 620.3051863357716\n", - "12:22:59\tCompleted 3185 to KZ351800: 1894.1504499950076\n", - "12:22:59\tCompleted 3179 to KZ351000: 292.1355698712088\n", - "12:22:59\tCompleted 3211 to KZ194000: 2111.391682577027\n", - "12:22:59\tCompleted 3206 to KZ315000: 1773.561177996241\n", - "12:22:59\tCompleted 3215 to KZ273600: 1944.3789024405105\n", - "12:22:59\tCompleted 3168 to KZ711110: 1165.3887991880395\n", - "12:22:59\tCompleted 3151 to KZ113400: 2322.0379899327895\n", - "12:22:59\tCompleted 3154 to KZ396800: 1372.6198585528896\n", - "12:22:59\tCompleted 3217 to KZ153200: 3590.3010551143875\n", - "12:22:59\tCompleted 3199 to KZ194600: 4127.910555734096\n", - "12:22:59\tCompleted 3203 to KZ276600: 3522.4406465777497\n", - "12:22:59\tCompleted 3214 to KZ595800: 2267.3835893909763\n", - "12:22:59\tCompleted 3187 to KZ552200: 2217.8963023435504\n", - "12:22:59\tCompleted 3159 to KZ193600: 1244.436748229758\n", - "12:23:00\tCompleted 3163 to KZ276600: 3096.677999969278\n", - "12:23:00\tCompleted 3183 to KZ154800: 2662.516309041648\n", - "12:23:00\tCompleted 3162 to KZ593600: 784.1161976044837\n", - "12:23:00\tCompleted 3190 to KZ191000: 3997.037966875267\n", - "12:23:00\tCompleted 3174 to KZ394400: 2010.7804542265046\n", - "12:23:00\tCompleted 3143 to KZ111810: 1346.3127566161218\n", - "12:23:00\tCompleted 3210 to KZ113600: 1745.1377658809004\n", - "12:23:00\tCompleted 3179 to KZ352000: 161.11250714869516\n", - "12:23:00\tCompleted 3205 to KZ193400: 1115.4083356125734\n", - "12:23:00\tCompleted 3202 to KZ711210: 2764.5474400728535\n", - "12:23:00\tCompleted 3201 to KZ475000: 4772.845478203051\n", - "12:23:00\tCompleted 3157 to KZ114500: 487.42720178980915\n", - "12:23:00\tCompleted 3181 to KZ273200: 4620.197268330524\n", - "12:23:00\tCompleted 3146 to KZ392000: 1437.6447431491536\n", - "12:23:00\tCompleted 3153 to KZ634000: 1414.3630931008704\n", - "12:23:01\tCompleted 3173 to KZ314800: 1210.7029901863168\n", - "12:23:01\tCompleted 3193 to KZ711110: 3063.6835174982916\n", - "12:23:01\tCompleted 3169 to KZ275400: 3882.106697723349\n", - "12:23:01\tCompleted 3208 to KZ595600: 2616.5401247669747\n", - "12:23:01\tCompleted 3196 to KZ274000: 5061.887383878327\n", - "12:23:01\tCompleted 3191 to KZ394800: 3130.9094146951766\n", - "12:23:01\tCompleted 3207 to KZ353600: 4275.795692219065\n", - "12:23:01\tCompleted 3189 to KZ116800: 2729.315940283499\n", - "12:23:01\tCompleted 3145 to KZ315400: 1224.7206050510952\n", - "12:23:01\tCompleted 3155 to KZ614800: 2831.0235925704696\n", - "12:23:01\tCompleted 3168 to KZ711410: 1163.7221541426338\n", - "12:23:02\tCompleted 3212 to KZ234800: 1679.1925482709023\n", - "12:23:02\tCompleted 3175 to KZ556800: 3025.9013243885393\n", - "12:23:02\tCompleted 3200 to KZ631000: 4256.630410401675\n", - "12:23:02\tCompleted 3157 to KZ114000: 434.36655558363174\n", - "12:23:02\tCompleted 3162 to KZ595200: 781.5663306617198\n", - "12:23:02\tCompleted 3206 to KZ314200: 1657.7665753249812\n", - "12:23:02\tCompleted 3180 to KZ352000: 1493.972031679737312:23:02\tCompleted 3205 to KZ193600: 794.7909870192345\n", - "\n", - "12:23:02\tCompleted 3152 to KZ234200: 4955.435809451867\n", - "12:23:02\tCompleted 3167 to KZ316600: 1264.587033524906512:23:02\tCompleted 3179 to KZ354800: 840.9918085118342\n", - "\n", - "12:23:02\tCompleted 3192 to KZ352300: 2386.885169327497\n", - "12:23:02\tCompleted 3186 to KZ394000: 1431.8186240236687\n", - "12:23:02\tCompleted 3161 to KZ394200: 1574.763751403343\n", - "12:23:02\tCompleted 3166 to KZ234800: 3085.624060211847\n", - "12:23:03\tCompleted 3178 to KZ751210: 4570.424065217902\n", - "12:23:03\tCompleted 3147 to KZ791510: 1566.1746898176102\n", - "12:23:03\tCompleted 3141 to KZ553200: 3590.0029814554173\n", - "12:23:03\tCompleted 3174 to KZ433200: 2308.5936559086617\n", - "12:23:03\tCompleted 3185 to KZ393200: 2260.707637282798\n", - "12:23:03\tCompleted 3165 to KZ154600: 2478.3629946243123\n", - "12:23:03\tCompleted 3157 to KZ117000: 356.99889903023563\n", - "12:23:03\tCompleted 3184 to KZ196600: 1848.9879106269632\n", - "12:23:03\tCompleted 3213 to KZ315600: 2160.6572018334678\n", - "12:23:03\tCompleted 3210 to KZ113800: 1924.4837905498005\n", - "12:23:03\tCompleted 3151 to KZ113600: 2000.555108093026\n", - "12:23:03\tCompleted 3179 to KZ355200: 476.66530935352\n", - "12:23:04\tCompleted 3162 to KZ591000: 671.7820594142577\n", - "12:23:04\tCompleted 3168 to KZ711210: 1177.2053405825795\n", - "12:23:04\tCompleted 3202 to KZ711310: 2754.807499379968\n", - "12:23:04\tCompleted 3154 to KZ394800: 1551.2744272509458\n", - "12:23:04\tCompleted 3159 to KZ194000: 1438.4649286613505\n", - "12:23:04\tCompleted 3206 to KZ353200: 1478.2138237851846\n", - "12:23:04\tCompleted 3173 to KZ315400: 1173.250338267144\n", - "12:23:04\tCompleted 3171 to KZ194000: 4677.991097582459\n", - "12:23:04\tCompleted 3160 to KZ633400: 4414.896977309198\n", - "12:23:04\tCompleted 3208 to KZ596000: 2811.026775238913\n", - "12:23:04\tCompleted 3217 to KZ153400: 3479.714397588709\n", - "12:23:04\tCompleted 3177 to KZ193200: 3572.8915779460726\n", - "12:23:04\tCompleted 3144 to KZ195600: 1927.0991623901507\n", - "12:23:04\tCompleted 3214 to KZ593400: 2111.357077153469\n", - "12:23:04\tCompleted 3205 to KZ194000: 988.8191674508242\n", - "12:23:04\tCompleted 3189 to KZ111810: 2768.84674132999\n", - "12:23:04\tCompleted 3193 to KZ711410: 3053.817738319265\n", - "12:23:04\tCompleted 3146 to KZ395600: 1314.79809244023\n", - "12:23:04\tCompleted 3143 to KZ116600: 2456.7913426133828\n", - "12:23:04\tCompleted 3157 to KZ114400: 483.23873913883494\n", - "12:23:05\tCompleted 3215 to KZ276600: 2026.2041491394864\n", - "12:23:05\tCompleted 3145 to KZ315600: 1351.1696739489435\n", - "12:23:05\tCompleted 3179 to KZ355600: 500.26971172656397\n", - "12:23:05\tCompleted 3172 to KZ235600: 3504.625336203958\n", - "12:23:05\tCompleted 3140 to KZ475200: 3664.0539722132094\n", - "12:23:05\tCompleted 3187 to KZ554600: 2274.0866409162277\n", - "12:23:05\tCompleted 3211 to KZ196400: 2544.5457892526038\n", - "12:23:05\tCompleted 3203 to KZ275000: 3388.138303680081\n", - "12:23:05\tCompleted 3174 to KZ431900: 2183.099158527006\n", - "12:23:05\tCompleted 3155 to KZ615400: 2572.187359661018\n", - "12:23:05\tCompleted 3186 to KZ396800: 1223.558826793385\n", - "12:23:05\tCompleted 3199 to KZ194800: 4396.026207788099\n", - "12:23:06\tCompleted 3191 to KZ395000: 3058.884824386128\n", - "12:23:06\tCompleted 3212 to KZ235200: 1726.8323956343036\n", - "12:23:06\tCompleted 3213 to KZ316000: 1334.4181239699722\n", - "12:23:06\tCompleted 3207 to KZ351600: 3857.0279269466887\n", - "12:23:06\tCompleted 3162 to KZ595600: 905.6696459361799\n", - "12:23:06\tCompleted 3153 to KZ635400: 1922.5990066725767\n", - "12:23:06\tCompleted 3168 to KZ711310: 1182.418839982702\n", - "12:23:06\tCompleted 3190 to KZ196200: 3762.630794083952\n", - "12:23:06\tCompleted 3183 to KZ155200: 3089.454971943401\n", - "12:23:06\tCompleted 3157 to KZ114600: 591.6378315262648\n", - "12:23:06\tCompleted 3163 to KZ275000: 2972.992760643533\n", - "12:23:06\tCompleted 3179 to KZ352100: 675.7956122470937\n", - "12:23:07\tCompleted 3201 to KZ475200: 4783.68843898709812:23:07\tCompleted 3210 to KZ114500: 1755.6060305943547\n", - "\n", - "12:23:07\tCompleted 3206 to KZ353600: 1487.9954400121844\n", - "12:23:07\tCompleted 3151 to KZ113800: 1829.7042531627358\n", - "12:23:07\tCompleted 3181 to KZ274400: 4550.26366834209\n", - "12:23:07\tCompleted 3192 to KZ352800: 3098.3839316245558\n", - "12:23:07\tCompleted 3167 to KZ316200: 1610.0747309686697\n", - "12:23:07\tCompleted 3196 to KZ274200: 5169.203372038141\n", - "12:23:07\tCompleted 3147 to KZ791710: 1538.6557639038579\n", - "12:23:07\tCompleted 3143 to KZ115600: 1610.3751623693297\n", - "12:23:07\tCompleted 3161 to KZ394400: 1654.6509625381054\n", - "12:23:07\tCompleted 3184 to KZ194200: 1350.937652799498\n", - "12:23:07\tCompleted 3185 to KZ393400: 2268.809903591546\n", - "12:23:07\tCompleted 3208 to KZ596200: 2440.119096262628\n", - "12:23:07\tCompleted 3205 to KZ196400: 1181.9850251804369\n", - "12:23:07\tCompleted 3141 to KZ553600: 3541.0059796903943\n", - "12:23:08\tCompleted 3173 to KZ315600: 1299.699407164992\n", - "12:23:08\tCompleted 3168 to KZ555200: 604.829482619846\n", - "12:23:08\tCompleted 3175 to KZ554800: 3029.8778852362598\n", - "12:23:08\tCompleted 3162 to KZ596000: 548.4846618830898\n", - "12:23:08\tCompleted 3169 to KZ273600: 3050.0659567058874\n", - "12:23:08\tCompleted 3179 to KZ352200: 269.94207936237643\n", - "12:23:08\tCompleted 3174 to KZ434600: 2220.99868277721\n", - "12:23:08\tCompleted 3180 to KZ354800: 2249.4903022092385\n", - "12:23:08\tCompleted 3154 to KZ395000: 1479.249836941912\n", - "12:23:08\tCompleted 3200 to KZ634600: 4715.359937867118\n", - "12:23:08\tCompleted 3189 to KZ116600: 2587.648843138296\n", - "12:23:08\tCompleted 3193 to KZ711210: 3051.173507761242\n", - "12:23:09\tCompleted 3145 to KZ316000: 1413.5277047590114\n", - "12:23:09\tCompleted 3178 to KZ751110: 4578.181424530782\n", - "12:23:09\tCompleted 3206 to KZ351600: 1225.9307856660887\n", - "12:23:09\tCompleted 3186 to KZ394800: 1245.5895871627306\n", - "12:23:09\tCompleted 3205 to KZ196800: 799.0899043534735\n", - "12:23:09\tCompleted 3179 to KZ352300: 548.9033980608315\n", - "12:23:09\tCompleted 3168 to KZ551600: 742.7109571991709\n", - "12:23:09\tCompleted 3165 to KZ154800: 2361.5436748762863\n", - "12:23:09\tCompleted 3157 to KZ114800: 949.8733608795799\n", - "12:23:09\tCompleted 3191 to KZ395200: 2590.8493393112954\n", - "12:23:09\tCompleted 3214 to KZ594200: 2092.3809793744877\n", - "12:23:10\tCompleted 3155 to KZ615200: 2309.604006162756\n", - "12:23:10\tCompleted 3217 to KZ153600: 3772.118158446233312:23:10\tCompleted 3146 to KZ395800: 1617.182167846703\n", - "\n", - "12:23:10\tCompleted 3211 to KZ196800: 2012.70418701145212:23:10\tCompleted 3159 to KZ196400: 1648.3166773056487\n", - "\n", - "12:23:10\tCompleted 3202 to KZ555200: 3498.6223586011115\n", - "12:23:10\tCompleted 3210 to KZ114000: 1738.5451597976607\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:23:10\tCompleted 3160 to KZ633600: 4185.721636720733\n", - "12:23:10\tCompleted 3212 to KZ235600: 1821.8701616547314\n", - "12:23:10\tCompleted 3144 to KZ195800: 1791.4047627401217\n", - "12:23:10\tCompleted 3153 to KZ635000: 1449.9322167609423\n", - "12:23:10\tCompleted 3215 to KZ275000: 1891.9018062418513\n", - "12:23:10\tCompleted 3152 to KZ234600: 5070.606107889972\n", - "12:23:10\tCompleted 3143 to KZ115200: 1803.8572768555919\n", - "12:23:10\tCompleted 3179 to KZ352800: 261.68104964361936\n", - "12:23:10\tCompleted 3162 to KZ596200: 935.4841115542681\n", - "12:23:10\tCompleted 3174 to KZ434400: 2257.9236951213093\n", - "12:23:11\tCompleted 3207 to KZ354000: 3503.3135974157562\n", - "12:23:11\tCompleted 3154 to KZ395200: 1011.214351867042\n", - "12:23:11\tCompleted 3166 to KZ235200: 3133.2639075752145\n", - "12:23:11\tCompleted 3171 to KZ196400: 5111.145204258099\n", - "12:23:11\tCompleted 3213 to KZ316600: 1982.408988054023\n", - "12:23:11\tCompleted 3206 to KZ354000: 1340.870194725734\n", - "12:23:11\tCompleted 3167 to KZ311000: 1449.8598517560654\n", - "12:23:11\tCompleted 3205 to KZ191600: 851.0793104194819\n", - "12:23:11\tCompleted 3173 to KZ316000: 1302.7796636805426\n", - "12:23:11\tCompleted 3157 to KZ111010: 487.22548530962854\n", - "12:23:11\tCompleted 3151 to KZ114500: 2282.2211516358298\n", - "12:23:11\tCompleted 3185 to KZ391600: 2203.4018675000375\n", - "12:23:11\tCompleted 3184 to KZ751210: 1449.155832107974\n", - "12:23:11\tCompleted 3168 to KZ553200: 1033.661887971833\n", - "12:23:11\tCompleted 3179 to KZ356400: 263.2505409809803\n", - "12:23:12\tCompleted 3197 to KZ113200: 1888.0658671711908\n", - "12:23:12\tCompleted 3177 to KZ193400: 3571.28743411197312:23:12\tCompleted 3147 to KZ611600: 1616.6170483627861\n", - "\n", - "12:23:12\tCompleted 3192 to KZ356400: 3198.7976869554627\n", - "12:23:12\tCompleted 3187 to KZ555600: 2838.11749141007\n", - "12:23:12\tCompleted 3203 to KZ274800: 3923.643215063498\n", - "12:23:12\tCompleted 3172 to KZ233600: 3510.3873250040824\n", - "12:23:12\tCompleted 3189 to KZ115600: 2586.691887687784\n", - "12:23:12\tCompleted 3199 to KZ195600: 4472.806775543326\n", - "12:23:12\tCompleted 3145 to KZ316600: 1275.6440968255774\n", - "12:23:12\tCompleted 3141 to KZ552200: 3432.538037668681\n", - "12:23:12\tCompleted 3180 to KZ355200: 1550.9928702142815\n", - "12:23:12\tCompleted 3140 to KZ471800: 3493.6637520524837\n", - "12:23:12\tCompleted 3208 to KZ596400: 3235.3812878804483\n", - "12:23:12\tCompleted 3162 to KZ596400: 709.2790911540421\n", - "12:23:12\tCompleted 3186 to KZ395000: 1330.1888051824074\n", - "12:23:12\tCompleted 3153 to KZ632200: 863.2947510582133\n", - "12:23:13\tCompleted 3190 to KZ192600: 4035.981721903961\n", - "12:23:13\tCompleted 3210 to KZ117000: 1661.1775032442647\n", - "12:23:13\tCompleted 3157 to KZ116000: 456.05656643236796\n", - "12:23:13\tCompleted 3179 to KZ352400: 328.437608071637312:23:13\tCompleted 3193 to KZ711310: 3041.4335670683563\n", - "\n", - "12:23:13\tCompleted 3161 to KZ433200: 2187.4231794264074\n", - "12:23:13\tCompleted 3206 to KZ351000: 1378.2023913051423\n", - "12:23:13\tCompleted 3205 to KZ195200: 872.1336394967783\n", - "12:23:13\tCompleted 3159 to KZ196800: 1248.7356655639994\n", - "12:23:13\tCompleted 3214 to KZ596600: 1767.458812072625\n", - "12:23:13\tCompleted 3146 to KZ392400: 1343.3690938730429\n", - "12:23:13\tCompleted 3175 to KZ556400: 2968.330686124436\n", - "12:23:13\tCompleted 3168 to KZ553600: 961.6677978673636\n", - "12:23:13\tCompleted 3174 to KZ431000: 2543.58425024206312:23:13\tCompleted 3181 to KZ275400: 5225.45210029914\n", - "\n", - "12:23:14\tCompleted 3172 to KZ633200: 693.2764662838663\n", - "12:23:14\tCompleted 3201 to KZ471800: 4613.298218826366\n", - "12:23:14\tCompleted 3191 to KZ391000: 2786.5556038202526\n", - "12:23:14\tCompleted 3213 to KZ316200: 1485.1382560454836\n", - "12:23:14\tCompleted 3163 to KZ274800: 3497.880568455026\n", - "12:23:14\tCompleted 3143 to KZ115400: 2024.4300487212477\n", - "12:23:14\tCompleted 3212 to KZ233600: 1701.7009730252278\n", - "12:23:14\tCompleted 3154 to KZ391000: 1206.9206163760161\n", - "12:23:14\tCompleted 3140 to KZ593200: 611.114267821508112:23:14\tCompleted 3186 to KZ395200: 797.8275783432533\n", - "\n", - "12:23:14\tCompleted 3200 to KZ634400: 4237.077900778962\n", - "12:23:14\tCompleted 3157 to KZ116400: 578.4579141918872\n", - "12:23:14\tCompleted 3178 to KZ751310: 4571.352997406036\n", - "12:23:14\tCompleted 3173 to KZ316600: 1224.173830041626\n", - "12:23:15\tCompleted 3211 to KZ191600: 2038.5021630715407\n", - "12:23:15\tCompleted 3183 to KZ156400: 2794.3542768446873\n", - "12:23:15\tCompleted 3144 to KZ196000: 1525.5476667217101\n", - "12:23:15\tCompleted 3202 to KZ551600: 3232.0556366155843\n", - "12:23:15\tCompleted 3179 to KZ356000: 709.9997852841065\n", - "12:23:15\tCompleted 3205 to KZ195000: 783.9882574074971\n", - "12:23:15\tCompleted 3155 to KZ616400: 3282.1965570587945\n", - "12:23:15\tCompleted 3217 to KZ154000: 3523.6947312712077\n", - "12:23:15\tCompleted 3189 to KZ115200: 2192.1926935877705\n", - "12:23:15\tCompleted 3162 to KZ594600: 914.7579426815402\n", - "12:23:15\tCompleted 3185 to KZ393600: 2241.2718603877834\n", - "12:23:15\tCompleted 3151 to KZ114000: 2054.0686424866362\n", - "12:23:15\tCompleted 3168 to KZ552200: 1002.1202915605841\n", - "12:23:15\tCompleted 3207 to KZ351000: 3467.3499642151696\n", - "12:23:16\tCompleted 3208 to KZ594600: 2534.532015163249\n", - "12:23:16\tCompleted 3169 to KZ276600: 3131.8912034048735\n", - "12:23:16\tCompleted 3210 to KZ114400: 1787.4173433528638\n", - "12:23:16\tCompleted 3167 to KZ315000: 1567.0686679896983\n", - "12:23:16\tCompleted 3184 to KZ751110: 1456.7612142646533\n", - "12:23:16\tCompleted 3147 to KZ613600: 1471.4093098368342\n", - "12:23:16\tCompleted 3165 to KZ155200: 2788.48233777803912:23:16\tCompleted 3157 to KZ116800: 366.0590604998615\n", - "\n", - "12:23:16\tCompleted 3197 to KZ113400: 1965.926903976551\n", - "12:23:16\tCompleted 3140 to KZ595800: 715.0338778618853\n", - "12:23:16\tCompleted 3179 to KZ354400: 502.48390710695475\n", - "12:23:16\tCompleted 3162 to KZ711110: 162.99023626724676\n", - "12:23:16\tCompleted 3160 to KZ633800: 4486.306984201285\n", - "12:23:16\tCompleted 3206 to KZ352000: 1829.047524474901\n", - "12:23:16\tCompleted 3171 to KZ196800: 4579.303602016875\n", - "12:23:16\tCompleted 3213 to KZ311000: 1345.7095164163682\n", - "12:23:16\tCompleted 3192 to KZ352400: 3048.6527420755333\n", - "12:23:17\tCompleted 3174 to KZ435200: 2634.3960436321145\n", - "12:23:17\tCompleted 3146 to KZ396200: 1151.7921798468246\n", - "12:23:17\tCompleted 3186 to KZ391000: 1052.2257749996058\n", - "12:23:17\tCompleted 3145 to KZ316200: 1680.4095685638583\n", - "12:23:17\tCompleted 3159 to KZ191600: 1300.725071630008\n", - "12:23:17\tCompleted 3215 to KZ274800: 2427.406717625237\n", - "12:23:17\tCompleted 3152 to KZ234800: 4204.307483725479\n", - "12:23:17\tCompleted 3141 to KZ554600: 3488.7283762413736\n", - "12:23:17\tCompleted 3180 to KZ355600: 1794.6384233094363\n", - "12:23:17\tCompleted 3205 to KZ194400: 1123.1097011617753\n", - "12:23:17\tCompleted 3157 to KZ111810: 387.92315352299016\n", - "12:23:17\tCompleted 3187 to KZ551000: 2292.9888971939185\n", - "12:23:17\tCompleted 3191 to KZ395400: 2829.9194987455653\n", - "12:23:17\tCompleted 3162 to KZ711410: 189.1027363507585\n", - "12:23:18\tCompleted 3168 to KZ554600: 1072.9600003159235\n", - "12:23:18\tCompleted 3201 to KZ593200: 1885.50202719966\n", - "12:23:18\tCompleted 3154 to KZ395400: 1250.2845113013312:23:18\tCompleted 3203 to KZ275800: 3393.2260390519195\n", - "\n", - "12:23:18\tCompleted 3179 to KZ351800: 523.5186217499811\n", - "12:23:18\tCompleted 3153 to KZ635200: 1715.5372645539703\n", - "12:23:18\tCompleted 3161 to KZ431900: 1672.3189932085759\n", - "12:23:18\tCompleted 3140 to KZ593400: 524.4211405097451\n", - "12:23:18\tCompleted 3193 to KZ555200: 3785.2484262895\n", - "12:23:18\tCompleted 3172 to KZ634800: 1414.28038822701\n", - "12:23:18\tCompleted 3166 to KZ235600: 3228.3016735956194\n", - "12:23:18\tCompleted 3177 to KZ193600: 2991.989619352405512:23:18\tCompleted 3189 to KZ115400: 2175.051930111881\n", - "\n", - "12:23:18\tCompleted 3144 to KZ191000: 1440.0230436314655\n", - "12:23:18\tCompleted 3199 to KZ195800: 4286.693647910472\n", - "12:23:18\tCompleted 3214 to KZ595000: 2131.6813457495346\n", - "12:23:18\tCompleted 3206 to KZ354800: 1154.1427067893644\n", - "12:23:19\tCompleted 3190 to KZ196600: 4081.6974459592325\n", - "12:23:19\tCompleted 3210 to KZ114600: 1780.8522676761725\n", - "12:23:19\tCompleted 3173 to KZ316200: 1569.6615274853896\n", - "12:23:19\tCompleted 3162 to KZ711210: 190.2644977776569\n", - "12:23:19\tCompleted 3175 to KZ554200: 3138.175587977628\n", - "12:23:19\tCompleted 3181 to KZ273600: 4393.411359281607\n", - "12:23:19\tCompleted 3200 to KZ313600: 3388.346264243829\n", - "12:23:19\tCompleted 3211 to KZ195200: 1976.2671862062673\n", - "12:23:19\tCompleted 3186 to KZ395400: 1100.0933280326844\n", - "12:23:19\tCompleted 3168 to KZ555600: 789.446300629463\n", - "12:23:19\tCompleted 3172 to KZ633400: 592.9956918413249\n", - "12:23:20\tCompleted 3143 to KZ151000: 3409.638625739393\n", - "12:23:20\tCompleted 3207 to KZ352000: 3235.45470730185\n", - "12:23:20\tCompleted 3155 to KZ615600: 2866.505259335926\n", - "12:23:20\tCompleted 3151 to KZ117000: 2074.730454120472\n", - "12:23:20\tCompleted 3174 to KZ434800: 2555.9622793553967\n", - "12:23:20\tCompleted 3185 to KZ396400: 2462.683507061148\n", - "12:23:20\tCompleted 3184 to KZ751310: 1458.2759328904147\n", - "12:23:20\tCompleted 3192 to KZ356000: 2390.2830717409397\n", - "12:23:20\tCompleted 3189 to KZ151000: 711.8705480057957\n", - "12:23:20\tCompleted 3167 to KZ314200: 1451.2740653184385\n", - "12:23:20\tCompleted 3197 to KZ113600: 1644.4440221367574\n", - "12:23:20\tCompleted 3208 to KZ711110: 2883.3639649736656\n", - "12:23:20\tCompleted 3213 to KZ315000: 1758.381390555589\n", - "12:23:20\tCompleted 3205 to KZ194600: 1068.190543202799\n", - "12:23:20\tCompleted 3146 to KZ396600: 1159.711020638024\n", - "12:23:20\tCompleted 3178 to KZ751410: 4588.777975809678\n", - "12:23:20\tCompleted 3140 to KZ594200: 704.2788895732566\n", - "12:23:20\tCompleted 3162 to KZ711310: 202.12185723358874\n", - "12:23:20\tCompleted 3202 to KZ553200: 3351.003630022281\n", - "12:23:20\tCompleted 3157 to KZ116600: 1141.4213504760169\n", - "12:23:21\tCompleted 3147 to KZ614000: 1599.821972378573\n", - "12:23:21\tCompleted 3159 to KZ195200: 1321.7794007073046\n", - "12:23:21\tCompleted 3163 to KZ275800: 2967.463392443448\n", - "12:23:21\tCompleted 3217 to KZ154200: 3826.33077024053\n", - "12:23:21\tCompleted 3168 to KZ551000: 659.8817315233189\n", - "12:23:21\tCompleted 3167 to KZ353200: 51.37396504316849\n", - "12:23:21\tCompleted 3145 to KZ311000: 1460.9169150567363\n", - "12:23:21\tCompleted 3172 to KZ633600: 711.3254531229452\n", - "12:23:21\tCompleted 3154 to KZ392000: 1367.2082063815692\n", - "12:23:21\tCompleted 3201 to KZ595800: 1989.4216372400372\n", - "12:23:22\tCompleted 3189 to KZ153200: 648.7845523739389\n", - "12:23:22\tCompleted 3191 to KZ392000: 2946.843193825789\n", - "12:23:22\tCompleted 3215 to KZ275800: 1896.9895416136576\n", - "12:23:22\tCompleted 3157 to KZ115600: 551.9955017265448\n", - "12:23:22\tCompleted 3165 to KZ156400: 2564.3469430654472\n", - "12:23:22\tCompleted 3206 to KZ355200: 1987.1227323258622\n", - "12:23:22\tCompleted 3171 to KZ191600: 4605.101578076967\n", - "12:23:22\tCompleted 3144 to KZ196200: 1435.3891924446623\n", - "12:23:22\tCompleted 3153 to KZ632400: 1508.1943017475662\n", - "12:23:22\tCompleted 3162 to KZ555200: 861.4697972693431\n", - "12:23:22\tCompleted 3212 to KZ633200: 2876.3255600279267\n", - "12:23:22\tCompleted 3140 to KZ596600: 805.1644071500217\n", - "12:23:22\tCompleted 3179 to KZ393200: 1421.1415778348469\n", - "12:23:23\tCompleted 3187 to KZ556000: 2341.110279401932\n", - "12:23:23\tCompleted 3213 to KZ314200: 1351.1847473517028\n", - "12:23:23\tCompleted 3183 to KZ155600: 2841.424845621494\n", - "12:23:23\tCompleted 3210 to KZ114800: 2254.051965093603\n", - "12:23:23\tCompleted 3161 to KZ434600: 1705.9835636349562\n", - "12:23:23\tCompleted 3173 to KZ311000: 1409.44664827278512:23:23\tCompleted 3168 to KZ556000: 699.3479836755034\n", - "12:23:23\tCompleted 3174 to KZ433600: 2371.605807505261\n", - "\n", - "12:23:23\tCompleted 3169 to KZ275000: 3008.2059640791285\n", - "12:23:23\tCompleted 3152 to KZ235200: 4251.947331088846\n", - "12:23:23\tCompleted 3172 to KZ633800: 847.5753532277249\n", - "12:23:23\tCompleted 3205 to KZ194800: 1184.4933542891745\n", - "12:23:23\tCompleted 3197 to KZ113800: 1473.196821966986\n", - "12:23:23\tCompleted 3175 to KZ791110: 2226.441077688301\n", - "12:23:23\tCompleted 3167 to KZ353600: 838.2871495607834\n", - "12:23:23\tCompleted 3186 to KZ392000: 1170.4994294127519\n", - "12:23:24\tCompleted 3200 to KZ314000: 3170.779999600139\n", - "12:23:24\tCompleted 3155 to KZ615800: 2250.680604233622\n", - "12:23:24\tCompleted 3180 to KZ352100: 2266.32967121028\n", - "12:23:24\tCompleted 3159 to KZ195000: 1250.3199095327093\n", - "12:23:24\tCompleted 3189 to KZ153400: 1342.225210571644\n", - "12:23:24\tCompleted 3208 to KZ711410: 2873.498185794639\n", - "12:23:24\tCompleted 3151 to KZ114400: 1978.2185417695434\n", - "12:23:24\tCompleted 3157 to KZ115200: 745.4776162128072\n", - "12:23:24\tCompleted 3162 to KZ551600: 594.903075283797\n", - "12:23:24\tCompleted 3140 to KZ595000: 639.604425837723\n", - "12:23:24\tCompleted 3160 to KZ634000: 4733.509782098319\n", - "12:23:24\tCompleted 3177 to KZ194000: 3058.4769851976453\n", - "12:23:24\tCompleted 3193 to KZ551600: 3518.6817043039728\n", - "12:23:24\tCompleted 3185 to KZ394000: 2694.618356426969\n", - "12:23:24\tCompleted 3184 to KZ751410: 1473.9435519811746\n", - "12:23:24\tCompleted 3141 to KZ555600: 4052.759226735201\n", - "12:23:25\tCompleted 3190 to KZ194200: 3709.7885077815176\n", - "12:23:25\tCompleted 3168 to KZ556800: 699.5830082034709\n", - "12:23:25\tCompleted 3146 to KZ394200: 1608.6213993917825\n", - "12:23:25\tCompleted 3214 to KZ593600: 2341.0889667657434\n", - "12:23:25\tCompleted 3203 to KZ276000: 3809.0570648069547\n", - "12:23:25\tCompleted 3166 to KZ233600: 3234.063662395744\n", - "12:23:25\tCompleted 3201 to KZ593400: 1798.808899887897\n", - "12:23:25\tCompleted 3154 to KZ395600: 1244.3615556726456\n", - "12:23:25\tCompleted 3199 to KZ196000: 4473.474403299409\n", - "12:23:25\tCompleted 3143 to KZ153200: 3459.83223316814\n", - "12:23:25\tCompleted 3167 to KZ351600: 493.31606981402865\n", - "12:23:25\tCompleted 3192 to KZ354400: 3177.588394495141\n", - "12:23:25\tCompleted 3206 to KZ355600: 1581.6711115622713\n", - "12:23:25\tCompleted 3189 to KZ153600: 587.1238129709438\n", - "12:23:25\tCompleted 3211 to KZ195000: 2427.897289746919\n", - "12:23:25\tCompleted 3207 to KZ354800: 3990.9729778312712\n", - "12:23:25\tCompleted 3179 to KZ393400: 1043.8521711072306\n", - "12:23:25\tCompleted 3202 to KZ553600: 3302.006628257258\n", - "12:23:26\tCompleted 3181 to KZ276600: 4475.236605980571\n", - "12:23:26\tCompleted 3145 to KZ315000: 1578.1257312903692\n", - "12:23:26\tCompleted 3178 to KZ751710: 4629.766007578581\n", - "12:23:26\tCompleted 3147 to KZ613900: 1876.573671519767\n", - "12:23:26\tCompleted 3162 to KZ553200: 713.8510686905046\n", - "12:23:26\tCompleted 3172 to KZ634000: 1088.7554453625446\n", - "12:23:26\tCompleted 3210 to KZ111010: 1791.4040895236576\n", - "12:23:26\tCompleted 3191 to KZ395600: 2823.996543116876\n", - "12:23:26\tCompleted 3217 to KZ156000: 3399.5800026087504\n", - "12:23:26\tCompleted 3153 to KZ632800: 1081.2742275106536\n", - "12:23:26\tCompleted 3167 to KZ354000: 116.82427522305862\n", - "12:23:27\tCompleted 3168 to KZ554800: 929.1286621760974\n", - "12:23:27\tCompleted 3174 to KZ434000: 3106.8095006704216\n", - "12:23:27\tCompleted 3144 to KZ192600: 1495.3788877303396\n", - "12:23:27\tCompleted 3157 to KZ115400: 966.0503880784643\n", - "12:23:27\tCompleted 3213 to KZ353200: 1829.5794587068774\n", - "12:23:27\tCompleted 3186 to KZ395600: 1180.450480335564\n", - "12:23:27\tCompleted 3189 to KZ154000: 821.9509699935062\n", - "12:23:27\tCompleted 3205 to KZ195600: 1428.1041589926722\n", - "12:23:27\tCompleted 3140 to KZ593600: 754.1530301220164\n", - "12:23:27\tCompleted 3173 to KZ315000: 1526.655464506418\n", - "12:23:27\tCompleted 3163 to KZ276000: 3383.294418198483\n", - "12:23:28\tCompleted 3162 to KZ553600: 440.9365818867524\n", - "12:23:28\tCompleted 3179 to KZ391600: 899.722668122703\n", - "12:23:28\tCompleted 3167 to KZ351000: 50.79898987322332\n", - "12:23:28\tCompleted 3175 to KZ791310: 2204.159528727901\n", - "12:23:28\tCompleted 3166 to KZ633200: 1092.2803694080858\n", - "12:23:28\tCompleted 3180 to KZ352200: 1752.6870014722017\n", - "12:23:28\tCompleted 3206 to KZ352100: 1451.2333978752522\n", - "12:23:28\tCompleted 3183 to KZ156800: 2028.7490939196598\n", - "12:23:28\tCompleted 3165 to KZ155600: 2540.4522114561323\n", - "12:23:28\tCompleted 3197 to KZ114500: 1936.5769867760455\n", - "12:23:28\tCompleted 3192 to KZ351800: 2412.269945638344312:23:28\tCompleted 3171 to KZ195200: 4542.866601211687\n", - "\n", - "12:23:28\tCompleted 3155 to KZ612600: 2505.8107308545314\n", - "12:23:28\tCompleted 3168 to KZ556400: 842.4652702833433\n", - "12:23:28\tCompleted 3161 to KZ434400: 2048.9329625966907\n", - "12:23:28\tCompleted 3215 to KZ276000: 2312.820567368716\n", - "12:23:28\tCompleted 3159 to KZ194400: 1572.7554623723001\n", - "12:23:28\tCompleted 3151 to KZ114600: 2603.2856673814954\n", - "12:23:29\tCompleted 3208 to KZ711210: 2870.853955236616\n", - "12:23:29\tCompleted 3201 to KZ594200: 1978.6666489514084\n", - "12:23:29\tCompleted 3189 to KZ154200: 644.9244407937459\n", - "12:23:29\tCompleted 3187 to KZ556800: 2541.7982042738695\n", - "12:23:29\tCompleted 3184 to KZ751710: 1509.6595058114353\n", - "12:23:29\tCompleted 3174 to KZ471000: 1680.2414808590768\n", - "12:23:29\tCompleted 3152 to KZ235600: 4346.985097109295\n", - "12:23:29\tCompleted 3146 to KZ394400: 1688.5086105265448\n", - "12:23:29\tCompleted 3185 to KZ396800: 2440.710813987382\n", - "12:23:29\tCompleted 3162 to KZ552200: 556.3861249037506\n", - "12:23:29\tCompleted 3167 to KZ352000: 402.2076657328842\n", - "12:23:29\tCompleted 3207 to KZ355200: 3292.475545836386\n", - "12:23:30\tCompleted 3154 to KZ395800: 1546.7456310791185\n", - "12:23:30\tCompleted 3210 to KZ116000: 1760.2351706463967\n", - "12:23:30\tCompleted 3200 to KZ314800: 3670.0673044745686\n", - "12:23:30\tCompleted 3169 to KZ274800: 3533.0937718906216\n", - "12:23:30\tCompleted 3147 to KZ612000: 1396.8308723437294\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:23:30\tCompleted 3190 to KZ751210: 3664.588130366331\n", - "12:23:30\tCompleted 3212 to KZ634800: 3597.32948197103\n", - "12:23:30\tCompleted 3145 to KZ314200: 1462.3311286191094\n", - "12:23:30\tCompleted 3143 to KZ153400: 3043.5035625380174\n", - "12:23:30\tCompleted 3214 to KZ595200: 2079.587886421417412:23:30\tCompleted 3140 to KZ595200: 751.6031631792525\n", - "\n", - "12:23:30\tCompleted 3180 to KZ352300: 1041.8720823161693\n", - "12:23:30\tCompleted 3168 to KZ554200: 1118.623059738337\n", - "12:23:30\tCompleted 3206 to KZ352200: 1425.5590089965967\n", - "12:23:30\tCompleted 3172 to KZ635400: 1596.991358934251\n", - "12:23:31\tCompleted 3193 to KZ553200: 3637.6296977106695\n", - "12:23:31\tCompleted 3202 to KZ552200: 3193.538686235545\n", - "12:23:31\tCompleted 3189 to KZ156000: 891.0865117619214\n", - "12:23:31\tCompleted 3160 to KZ635400: 5241.7456956700535\n", - "12:23:31\tCompleted 3174 to KZ473600: 1213.8313721775141\n", - "12:23:31\tCompleted 3205 to KZ195800: 1292.4097593426432\n", - "12:23:31\tCompleted 3191 to KZ395800: 3126.3806185233625\n", - "12:23:31\tCompleted 3167 to KZ354800: 599.6552285138484\n", - "12:23:31\tCompleted 3162 to KZ554600: 685.1616537413853\n", - "12:23:31\tCompleted 3153 to KZ636800: 1283.31475777139\n", - "12:23:31\tCompleted 3186 to KZ395800: 1206.9974218415944\n", - "12:23:31\tCompleted 3145 to KZ353200: 122.04301260148057\n", - "12:23:31\tCompleted 3177 to KZ196400: 3491.6310918732224\n", - "12:23:32\tCompleted 3141 to KZ551000: 3507.6306325190494\n", - "12:23:32\tCompleted 3181 to KZ275000: 4351.55136665484\n", - "12:23:32\tCompleted 3179 to KZ393600: 1370.2666996173136\n", - "12:23:32\tCompleted 3192 to KZ393200: 2200.5085537579725\n", - "12:23:32\tCompleted 3178 to KZ751810: 4576.009851655529\n", - "12:23:32\tCompleted 3151 to KZ114800: 1549.7180961911167\n", - "12:23:32\tCompleted 3175 to KZ791510: 2214.2773047241694\n", - "12:23:32\tCompleted 3203 to KZ276200: 3528.4432780730504\n", - "12:23:32\tCompleted 3211 to KZ194400: 2245.6822162879753\n", - "12:23:32\tCompleted 3199 to KZ191000: 4165.085250406336\n", - "12:23:32\tCompleted 3173 to KZ314200: 1410.8608618351582\n", - "12:23:32\tCompleted 3197 to KZ114000: 1697.9575565303676\n", - "12:23:32\tCompleted 3144 to KZ196600: 1754.455844319955\n", - "12:23:32\tCompleted 3161 to KZ431000: 1389.7545317431884\n", - "12:23:32\tCompleted 3140 to KZ591000: 641.8188919317904\n", - "12:23:32\tCompleted 3155 to KZ616000: 2215.5759594795736\n", - "12:23:32\tCompleted 3183 to KZ193200: 1456.7041927324337\n", - "12:23:32\tCompleted 3217 to KZ154600: 3697.717433353865\n", - "12:23:33\tCompleted 3189 to KZ154600: 803.971633828055\n", - "12:23:33\tCompleted 3167 to KZ355200: 587.986943680006312:23:33\tCompleted 3201 to KZ596600: 2079.5521665281735\n", - "\n", - "12:23:33\tCompleted 3208 to KZ711310: 2861.1140145437303\n", - "12:23:33\tCompleted 3159 to KZ194600: 1517.8363044133253\n", - "12:23:33\tCompleted 3210 to KZ116400: 1882.636518405916\n", - "12:23:33\tCompleted 3213 to KZ353600: 2512.45109914664\n", - "12:23:33\tCompleted 3174 to KZ474200: 1707.8908759026235\n", - "12:23:33\tCompleted 3154 to KZ392400: 1272.9325571054585\n", - "12:23:33\tCompleted 3157 to KZ151000: 2351.2589650966615\n", - "12:23:33\tCompleted 3173 to KZ353200: 61.078128118954\n", - "12:23:33\tCompleted 3172 to KZ635000: 1124.3245690226165\n", - "12:23:33\tCompleted 3166 to KZ634800: 1813.2842913512297\n", - "12:23:33\tCompleted 3184 to KZ751810: 1463.518573577534\n", - "12:23:34\tCompleted 3205 to KZ196000: 1049.02300776565\n", - "12:23:34\tCompleted 3145 to KZ353600: 849.3442128614544\n", - "12:23:34\tCompleted 3185 to KZ394800: 2619.365382685435\n", - "12:23:34\tCompleted 3162 to KZ555600: 994.4693068834424\n", - "12:23:34\tCompleted 3186 to KZ392400: 1117.0235022143588\n", - "12:23:34\tCompleted 3167 to KZ355600: 265.4964804921622\n", - "12:23:34\tCompleted 3207 to KZ355600: 3536.121098931496\n", - "12:23:34\tCompleted 3171 to KZ195000: 4988.99576052868212:23:34\tCompleted 3206 to KZ352300: 2216.8384153870243\n", - "\n", - "12:23:34\tCompleted 3189 to KZ154800: 826.7164124697566\n", - "12:23:34\tCompleted 3163 to KZ276200: 3102.6806314645787\n", - "12:23:34\tCompleted 3192 to KZ393400: 2049.042664899487\n", - "12:23:34\tCompleted 3200 to KZ315400: 3357.306185794617\n", - "12:23:34\tCompleted 3180 to KZ352800: 1753.3708446133007\n", - "12:23:35\tCompleted 3140 to KZ595600: 875.7064784537126\n", - "12:23:35\tCompleted 3172 to KZ632200: 574.3385928810446\n", - "12:23:35\tCompleted 3168 to KZ791110: 2290.656744417839\n", - "12:23:35\tCompleted 3187 to KZ554800: 2545.774765121575\n", - "12:23:35\tCompleted 3165 to KZ156800: 1798.7417601404188\n", - "12:23:35\tCompleted 3174 to KZ474600: 1385.066315084553\n", - "12:23:35\tCompleted 3215 to KZ276200: 2032.206780634799312:23:35\tCompleted 3147 to KZ614400: 1803.1064709595698\n", - "\n", - "12:23:35\tCompleted 3191 to KZ392400: 2852.5675445496877\n", - "12:23:35\tCompleted 3145 to KZ351600: 504.3731331146996\n", - "12:23:35\tCompleted 3146 to KZ433200: 2297.7343626084507\n", - "12:23:35\tCompleted 3189 to KZ155200: 448.7340480761038\n", - "12:23:35\tCompleted 3151 to KZ111010: 1941.0275969690977\n", - "12:23:35\tCompleted 3173 to KZ353600: 797.873946077503\n", - "12:23:35\tCompleted 3144 to KZ194200: 1256.4055864924899\n", - "12:23:36\tCompleted 3193 to KZ553600: 3588.6326959456464\n", - "12:23:36\tCompleted 3162 to KZ551000: 631.4787197541328\n", - "12:23:36\tCompleted 3190 to KZ751110: 3672.3454896792123\n", - "12:23:36\tCompleted 3183 to KZ193400: 1259.7698463640813\n", - "12:23:36\tCompleted 3202 to KZ554600: 3249.729024808237\n", - "12:23:36\tCompleted 3205 to KZ191000: 924.3421493193011\n", - "12:23:36\tCompleted 3167 to KZ352100: 716.5948300493151\n", - "12:23:36\tCompleted 3197 to KZ117000: 1744.4172252466049\n", - "12:23:36\tCompleted 3154 to KZ396200: 1081.3556430792405\n", - "12:23:36\tCompleted 3210 to KZ116800: 1670.2376647138901\n", - "12:23:36\tCompleted 3143 to KZ153600: 3826.102607728671\n", - "12:23:36\tCompleted 3153 to KZ635800: 1647.6023095687842\n", - "12:23:36\tCompleted 3152 to KZ233600: 4352.747085909396\n", - "12:23:36\tCompleted 3166 to KZ633400: 991.9995949655447\n", - "12:23:36\tCompleted 3169 to KZ275800: 3002.6765958790434\n", - "12:23:36\tCompleted 3161 to KZ435200: 1466.0608379716039\n", - "12:23:36\tCompleted 3175 to KZ791710: 2185.777365373883\n", - "12:23:36\tCompleted 3186 to KZ396200: 1072.6871906271483\n", - "12:23:36\tCompleted 3201 to KZ595000: 1913.9921852158748\n", - "12:23:36\tCompleted 3140 to KZ596000: 518.5214944006225\n", - "12:23:36\tCompleted 3145 to KZ354000: 80.68071113177542\n", - "12:23:37\tCompleted 3206 to KZ352800: 1452.6814316935636\n", - "12:23:37\tCompleted 3214 to KZ591000: 2132.9135787965683\n", - "12:23:37\tCompleted 3173 to KZ351600: 452.9028663307483\n", - "12:23:37\tCompleted 3179 to KZ396400: 1610.0989656812753\n", - "12:23:37\tCompleted 3155 to KZ613800: 2591.1897348119214\n", - "12:23:37\tCompleted 3167 to KZ352200: 28.605499364391065\n", - "12:23:37\tCompleted 3174 to KZ475000: 1755.3953418343535\n", - "12:23:37\tCompleted 3162 to KZ556000: 679.60010196215\n", - "12:23:37\tCompleted 3212 to KZ633400: 2776.0447855853863\n", - "12:23:37\tCompleted 3160 to KZ635000: 4769.078905758411\n", - "12:23:37\tCompleted 3145 to KZ351000: 40.89848485751871\n", - "12:23:38\tCompleted 3141 to KZ556000: 3555.752014727063\n", - "12:23:38\tCompleted 3192 to KZ391600: 2308.2389081500546\n", - "12:23:38\tCompleted 3159 to KZ194800: 1650.8250064143867\n", - "12:23:38\tCompleted 3199 to KZ196200: 3930.6780776150117\n", - "12:23:38\tCompleted 3211 to KZ194600: 2256.1991822924706\n", - "12:23:38\tCompleted 3217 to KZ154800: 3532.72474436626512:23:38\tCompleted 3152 to KZ633200: 651.3821688572847\n", - "\n", - "12:23:38\tCompleted 3184 to KZ751910: 1464.4572552137565\n", - "12:23:38\tCompleted 3189 to KZ156400: 1575.488062248297\n", - "12:23:38\tCompleted 3173 to KZ354000: 157.23747870633878\n", - "12:23:38\tCompleted 3205 to KZ196200: 936.3941890471837\n", - "12:23:38\tCompleted 3177 to KZ196800: 2959.7894896320763\n", - "12:23:38\tCompleted 3178 to KZ751910: 4597.1507680059385\n", - "12:23:38\tCompleted 3203 to KZ271000: 3546.136233487266\n", - "12:23:38\tCompleted 3181 to KZ274800: 4876.439174466384\n", - "12:23:39\tCompleted 3213 to KZ351600: 2092.589146434631\n", - "12:23:39\tCompleted 3183 to KZ193600: 1051.254478856434\n", - "12:23:39\tCompleted 3208 to KZ555200: 3604.928873764874\n", - "12:23:39\tCompleted 3185 to KZ395000: 2547.340792376396\n", - "12:23:39\tCompleted 3172 to KZ635200: 1389.9296168156445\n", - "12:23:39\tCompleted 3145 to KZ352000: 472.5425033280744\n", - "12:23:39\tCompleted 3168 to KZ791310: 2247.1165125372318\n", - "12:23:39\tCompleted 3154 to KZ396600: 1089.2744838704396\n", - "12:23:39\tCompleted 3180 to KZ356400: 1853.7845999441854\n", - "12:23:39\tCompleted 3147 to KZ614600: 1490.0509911207325\n", - "12:23:39\tCompleted 3210 to KZ111810: 1690.7478756000494\n", - "12:23:39\tCompleted 3173 to KZ351000: 91.21219335650343\n", - "12:23:39\tCompleted 3152 to KZ634800: 392.57723202781756\n", - "12:23:39\tCompleted 3167 to KZ352300: 789.9985566450201\n", - "12:23:39\tCompleted 3207 to KZ352100: 4007.8123468323674\n", - "12:23:39\tCompleted 3166 to KZ633600: 1027.0356871978329\n", - "12:23:39\tCompleted 3174 to KZ475200: 1766.2383026184018\n", - "12:23:39\tCompleted 3140 to KZ596200: 905.5209440718008\n", - "12:23:39\tCompleted 3206 to KZ356400: 1630.0797574742505\n", - "12:23:39\tCompleted 3197 to KZ114400: 1621.7111105737936\n", - "12:23:39\tCompleted 3191 to KZ396200: 2660.99063052348312:23:39\tCompleted 3157 to KZ153200: 2401.452572525409\n", - "\n", - "12:23:40\tCompleted 3144 to KZ751210: 1354.6237658009659\n", - "12:23:40\tCompleted 3189 to KZ155600: 469.74060601466095\n", - "12:23:40\tCompleted 3186 to KZ396600: 1080.6060314183474\n", - "12:23:40\tCompleted 3151 to KZ116000: 2088.798814951274\n", - "12:23:40\tCompleted 3162 to KZ556800: 880.2880268340921\n", - "12:23:40\tCompleted 3153 to KZ636200: 1401.7303276705122\n", - "12:23:40\tCompleted 3171 to KZ194400: 4812.28163129343\n", - "12:23:40\tCompleted 3161 to KZ434800: 1381.0839278966873\n", - "12:23:40\tCompleted 3200 to KZ315600: 3876.7476986152683\n", - "12:23:40\tCompleted 3165 to KZ193200: 1721.4244342211628\n", - "12:23:40\tCompleted 3167 to KZ352800: 45.64396467761323\n", - "12:23:40\tCompleted 3201 to KZ593600: 2028.5407895001686\n", - "12:23:41\tCompleted 3173 to KZ352000: 361.794462249604\n", - "12:23:41\tCompleted 3193 to KZ552200: 3480.1647539239334\n", - "12:23:41\tCompleted 3146 to KZ431900: 1782.6301763906195\n", - "12:23:41\tCompleted 3145 to KZ354800: 568.3400915473113\n", - "12:23:41\tCompleted 3192 to KZ393600: 2013.455675207642\n", - "12:23:41\tCompleted 3175 to KZ611600: 2134.952026521217\n", - "12:23:41\tCompleted 3163 to KZ271000: 3120.3735868787944\n", - "12:23:41\tCompleted 3152 to KZ633400: 588.3317957705301\n", - "12:23:41\tCompleted 3187 to KZ556400: 2484.227566009766\n", - "12:23:41\tCompleted 3214 to KZ595600: 1981.217427600454\n", - "12:23:41\tCompleted 3205 to KZ192600: 979.6979934181752\n", - "12:23:41\tCompleted 3174 to KZ471800: 1595.8480824576602\n", - "12:23:41\tCompleted 3140 to KZ596400: 679.3159236715749\n", - "12:23:42\tCompleted 3143 to KZ154000: 3347.448885324838\n", - "12:23:42\tCompleted 3206 to KZ352400: 1404.0957895873441\n", - "12:23:42\tCompleted 3215 to KZ271000: 2049.899736049028\n", - "12:23:42\tCompleted 3167 to KZ356400: 314.8124817819483\n", - "12:23:42\tCompleted 3190 to KZ751310: 3665.5170625544665\n", - "12:23:42\tCompleted 3202 to KZ555600: 3813.759875302064812:23:42\tCompleted 3172 to KZ632400: 1182.58665400924\n", - "\n", - "12:23:42\tCompleted 3189 to KZ156800: 1390.4851316918162\n", - "12:23:42\tCompleted 3186 to KZ394200: 1029.995073559824512:23:42\tCompleted 3183 to KZ194000: 1245.2826592880242\n", - "\n", - "12:23:42\tCompleted 3162 to KZ554800: 884.9835148785477\n", - "12:23:42\tCompleted 3145 to KZ355200: 596.8710192792184\n", - "12:23:42\tCompleted 3173 to KZ354800: 640.0684319971288\n", - "12:23:42\tCompleted 3210 to KZ116600: 1909.555422505584\n", - "12:23:43\tCompleted 3185 to KZ395200: 2079.305307301554\n", - "12:23:43\tCompleted 3152 to KZ633600: 536.2840141437432\n", - "12:23:43\tCompleted 3160 to KZ632200: 4118.759224524624\n", - "12:23:43\tCompleted 3167 to KZ352400: 87.10102807365156\n", - "12:23:43\tCompleted 3192 to KZ396400: 1847.2905531204258\n", - "12:23:43\tCompleted 3159 to KZ195600: 1877.7499202031984\n", - "12:23:43\tCompleted 3155 to KZ273200: 4383.275999032091\n", - "12:23:43\tCompleted 3169 to KZ276000: 3418.5076216340785\n", - "12:23:43\tCompleted 3168 to KZ791510: 2224.236012965579\n", - "12:23:43\tCompleted 3179 to KZ394000: 1855.0522969790425\n", - "12:23:43\tCompleted 3180 to KZ352400: 1703.6396550642703\n", - "12:23:43\tCompleted 3184 to KZ751510: 1456.94578128421212:23:43\tCompleted 3154 to KZ394200: 1538.184862624198\n", - "\n", - "12:23:43\tCompleted 3141 to KZ556800: 3756.4399395990004\n", - "12:23:43\tCompleted 3145 to KZ355600: 196.28184858901355\n", - "12:23:43\tCompleted 3151 to KZ116400: 1877.860360206153\n", - "12:23:44\tCompleted 3166 to KZ633800: 1246.5792563519447\n", - "12:23:44\tCompleted 3217 to KZ155200: 3959.6634072680176\n", - "12:23:44\tCompleted 3208 to KZ551600: 3338.3621517793467\n", - "12:23:44\tCompleted 3213 to KZ354000: 1925.7388092942626\n", - "12:23:44\tCompleted 3144 to KZ751110: 1362.2291479576452\n", - "12:23:44\tCompleted 3207 to KZ352200: 3494.1696770942494\n", - "12:23:44\tCompleted 3172 to KZ632800: 755.6665797723279\n", - "12:23:44\tCompleted 3140 to KZ594600: 884.7947751990729\n", - "12:23:44\tCompleted 3199 to KZ192600: 4204.02900543503\n", - "12:23:44\tCompleted 3211 to KZ194800: 2524.3148343464736\n", - "12:23:44\tCompleted 3191 to KZ396600: 2668.9094713146724\n", - "12:23:44\tCompleted 3152 to KZ633800: 307.1512267268491\n", - "12:23:44\tCompleted 3147 to KZ614800: 1871.363453207401\n", - "12:23:44\tCompleted 3178 to KZ751510: 4585.666705905022\n", - "12:23:45\tCompleted 3173 to KZ355200: 627.2285742880329\n", - "12:23:45\tCompleted 3174 to KZ593200: 2772.072705202924\n", - "12:23:45\tCompleted 3165 to KZ193400: 1475.3470108303572\n", - "12:23:45\tCompleted 3161 to KZ433600: 1580.9266914385883\n", - "12:23:45\tCompleted 3201 to KZ595200: 2025.9909225574045\n", - "12:23:45\tCompleted 3177 to KZ191600: 2985.587465692161\n", - "12:23:45\tCompleted 3200 to KZ316000: 3050.508620751787\n", - "12:23:45\tCompleted 3197 to KZ114600: 2247.174581425258\n", - "12:23:45\tCompleted 3157 to KZ153400: 1985.1239018952847\n", - "12:23:45\tCompleted 3153 to KZ636400: 1641.698039629989\n", - "12:23:45\tCompleted 3212 to KZ633600: 2770.2727845955246\n", - "12:23:45\tCompleted 3203 to KZ274000: 4199.7944172067655\n", - "12:23:45\tCompleted 3181 to KZ275800: 4346.021998454742\n", - "12:23:45\tCompleted 3140 to KZ711110: 133.02706878477946\n", - "12:23:45\tCompleted 3193 to KZ554600: 3536.3550924966257\n", - "12:23:45\tCompleted 3162 to KZ556400: 822.7173885699899\n", - "12:23:45\tCompleted 3145 to KZ352100: 727.651893349986\n", - "12:23:46\tCompleted 3206 to KZ356000: 2377.9348026102916\n", - "12:23:46\tCompleted 3210 to KZ115600: 1856.1741059405738\n", - "12:23:46\tCompleted 3146 to KZ434600: 1816.2947468169998\n", - "12:23:46\tCompleted 3205 to KZ196600: 1255.4608409224766\n", - "12:23:46\tCompleted 3152 to KZ634000: 134.42529079226162\n", - "12:23:46\tCompleted 3192 to KZ394000: 1914.9916794472135\n", - "12:23:46\tCompleted 3175 to KZ613600: 2189.1471631650293\n", - "12:23:46\tCompleted 3167 to KZ356000: 951.0949438682951\n", - "12:23:46\tCompleted 3173 to KZ355600: 305.9096839754428\n", - "12:23:46\tCompleted 3178 to KZ231000: 1053.0694935163551\n", - "12:23:46\tCompleted 3172 to KZ636800: 957.7071100330639\n", - "12:23:46\tCompleted 3214 to KZ596000: 2070.8712059297204\n", - "12:23:46\tCompleted 3145 to KZ352200: 67.71819773659914\n", - "12:23:46\tCompleted 3180 to KZ356000: 1045.269984729609\n", - "12:23:47\tCompleted 3171 to KZ194600: 4822.798597297927\n", - "12:23:47\tCompleted 3140 to KZ711410: 159.1395688682912\n", - "12:23:47\tCompleted 3187 to KZ554200: 2654.072467862943\n", - "12:23:47\tCompleted 3202 to KZ551000: 3268.631281085913\n", - "12:23:47\tCompleted 3183 to KZ196400: 1448.7101439310443\n", - "12:23:47\tCompleted 3143 to KZ154200: 3650.0849242941604\n", - "12:23:47\tCompleted 3185 to KZ391000: 2275.0115718105208\n", - "12:23:47\tCompleted 3207 to KZ352300: 2783.354757938312\n", - "12:23:47\tCompleted 3152 to KZ635400: 575.288202735059\n", - "12:23:47\tCompleted 3168 to KZ791710: 2222.4598326485466\n", - "12:23:47\tCompleted 3178 to KZ234000: 949.0075271152755\n", - "12:23:47\tCompleted 3186 to KZ394400: 1423.363296790143\n", - "12:23:48\tCompleted 3205 to KZ194200: 757.4105830950123\n", - "12:23:48\tCompleted 3154 to KZ394400: 1618.072073758960412:23:48\tCompleted 3140 to KZ711210: 160.30133029518962\n", - "\n", - "12:23:48\tCompleted 3197 to KZ114800: 1294.8347231019752\n", - "12:23:48\tCompleted 3159 to KZ195800: 1742.0555205531693\n", - "12:23:48\tCompleted 3173 to KZ352100: 676.1816265660347\n", - "12:23:48\tCompleted 3144 to KZ751310: 1363.7438665834065\n", - "12:23:48\tCompleted 3167 to KZ354400: 743.5790656911437\n", - "12:23:48\tCompleted 3165 to KZ193600: 1309.550456343884\n", - "12:23:48\tCompleted 3163 to KZ274000: 3784.061276818001\n", - "12:23:48\tCompleted 3151 to KZ116800: 2205.9899814309115\n", - "12:23:48\tCompleted 3174 to KZ595800: 3101.951417125853\n", - "12:23:48\tCompleted 3190 to KZ751410: 3682.9420409581057\n", - "12:23:48\tCompleted 3192 to KZ396800: 2046.4634802375565\n", - "12:23:48\tCompleted 3166 to KZ634000: 1487.7593484867643\n", - "12:23:48\tCompleted 3152 to KZ635000: 268.14780198615995\n", - "12:23:49\tCompleted 3141 to KZ554800: 3760.416500446721\n", - "12:23:49\tCompleted 3189 to KZ193200: 4280.282645267461\n", - "12:23:49\tCompleted 3153 to KZ631000: 1347.8647143385583\n", - "12:23:49\tCompleted 3201 to KZ591000: 1916.2066513099423\n", - "12:23:49\tCompleted 3213 to KZ351000: 1859.713523944427\n", - "12:23:49\tCompleted 3208 to KZ553200: 3457.3101451860434\n", - "12:23:49\tCompleted 3145 to KZ352300: 860.3333942402103\n", - "12:23:49\tCompleted 3140 to KZ711310: 172.15868975112144\n", - "12:23:49\tCompleted 3162 to KZ554200: 1065.1474806881147\n", - "12:23:49\tCompleted 3179 to KZ396800: 1601.144754539446\n", - "12:23:49\tCompleted 3155 to KZ274400: 4313.342399043654\n", - "12:23:49\tCompleted 3206 to KZ354400: 2170.4189244331606\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:23:49\tCompleted 3173 to KZ352200: 69.018702847671212:23:49\tCompleted 3178 to KZ234200: 1355.7133761746406\n", - "\n", - "12:23:49\tCompleted 3147 to KZ615400: 1762.2673353803368\n", - "12:23:49\tCompleted 3210 to KZ115200: 2049.6562204268357\n", - "12:23:49\tCompleted 3217 to KZ156400: 3538.953406907251\n", - "12:23:50\tCompleted 3172 to KZ635800: 1321.994661830458\n", - "12:23:50\tCompleted 3169 to KZ276200: 3137.893834900174\n", - "12:23:50\tCompleted 3160 to KZ635200: 5034.683953551452\n", - "12:23:50\tCompleted 3191 to KZ394200: 3117.8198500684125\n", - "12:23:50\tCompleted 3161 to KZ434000: 1742.6850596604586\n", - "12:23:50\tCompleted 3205 to KZ751210: 855.6287624034877\n", - "12:23:50\tCompleted 3183 to KZ196800: 1055.553396190673\n", - "12:23:50\tCompleted 3145 to KZ352800: 92.14011546554497\n", - "12:23:50\tCompleted 3152 to KZ632200: 549.8911617244911\n", - "12:23:50\tCompleted 3215 to KZ274000: 2703.55791976854312:23:50\tCompleted 3200 to KZ316600: 3698.499484835808\n", - "\n", - "12:23:50\tCompleted 3167 to KZ351800: 764.6137803341697\n", - "12:23:50\tCompleted 3214 to KZ596200: 1899.566038488097\n", - "12:23:50\tCompleted 3211 to KZ195600: 2601.0954021016787\n", - "12:23:50\tCompleted 3199 to KZ196600: 4249.744729490303\n", - "12:23:51\tCompleted 3187 to KZ791110: 1742.3379575736071\n", - "12:23:51\tCompleted 3178 to KZ234600: 747.4430986333011\n", - "12:23:51\tCompleted 3177 to KZ195200: 2923.3524888268935\n", - "12:23:51\tCompleted 3193 to KZ555600: 4100.385942990453\n", - "12:23:51\tCompleted 3140 to KZ555200: 821.7110094889098\n", - "12:23:51\tCompleted 3192 to KZ394800: 1789.540607985098\n", - "12:23:51\tCompleted 3185 to KZ395400: 2318.3754667358335\n", - "12:23:51\tCompleted 3157 to KZ153600: 2767.7229470859575\n", - "12:23:51\tCompleted 3186 to KZ433200: 1374.767768531900912:23:51\tCompleted 3175 to KZ614000: 2234.5060018376025\n", - "\n", - "12:23:51\tCompleted 3184 to KZ231000: 2909.329265033392\n", - "12:23:51\tCompleted 3145 to KZ356400: 385.48152934026064\n", - "12:23:51\tCompleted 3146 to KZ434400: 2159.244145778735\n", - "12:23:51\tCompleted 3173 to KZ352300: 749.5853531617399\n", - "12:23:52\tCompleted 3152 to KZ635200: 410.0975107675437\n", - "12:23:52\tCompleted 3197 to KZ111010: 1682.588693668642\n", - "12:23:52\tCompleted 3202 to KZ556000: 3316.7526632939266\n", - "12:23:52\tCompleted 3207 to KZ352800: 3494.8535202353473\n", - "12:23:52\tCompleted 3168 to KZ611600: 2479.3203679236594\n", - "12:23:52\tCompleted 3205 to KZ751110: 863.2341445601666\n", - "12:23:52\tCompleted 3144 to KZ751410: 1379.4114856741664\n", - "12:23:52\tCompleted 3181 to KZ276000: 4761.853024209846\n", - "12:23:52\tCompleted 3203 to KZ274200: 4317.139911586265\n", - "12:23:52\tCompleted 3143 to KZ156000: 3223.334156662381\n", - "12:23:52\tCompleted 3178 to KZ234800: 1277.9067259052433\n", - "12:23:52\tCompleted 3145 to KZ352400: 20.535533905932738\n", - "12:23:52\tCompleted 3172 to KZ636200: 1076.1226799321864\n", - "12:23:52\tCompleted 3174 to KZ593400: 3242.390637942794\n", - "12:23:53\tCompleted 3173 to KZ352800: 84.88559528563957\n", - "12:23:53\tCompleted 3165 to KZ194000: 1503.578636775477\n", - "12:23:53\tCompleted 3140 to KZ551600: 555.1442875033637\n", - "12:23:53\tCompleted 3152 to KZ632400: 184.575381045136\n", - "12:23:53\tCompleted 3180 to KZ354400: 1832.5753074838487\n", - "12:23:53\tCompleted 3159 to KZ196000: 1515.3546598908588\n", - "12:23:53\tCompleted 3206 to KZ351800: 2191.453639076177\n", - "12:23:53\tCompleted 3151 to KZ111810: 2245.5207824773984\n", - "12:23:53\tCompleted 3210 to KZ115400: 2270.2289922924865\n", - "12:23:53\tCompleted 3213 to KZ352000: 1471.0159267897504\n", - "12:23:53\tCompleted 3186 to KZ431900: 919.7437951075432\n", - "12:23:53\tCompleted 3183 to KZ191600: 1107.5428022566816\n", - "12:23:53\tCompleted 3171 to KZ194800: 5090.914249351932\n", - "12:23:53\tCompleted 3212 to KZ633800: 3030.624446971768\n", - "12:23:53\tCompleted 3154 to KZ433200: 2212.106231376705\n", - "12:23:53\tCompleted 3201 to KZ595600: 2150.0942378318655\n", - "12:23:54\tCompleted 3208 to KZ553600: 3408.3131434210204\n", - "12:23:54\tCompleted 3167 to KZ393200: 1236.973745220487712:23:54\tCompleted 3178 to KZ235200: 1253.4648601334861\n", - "\n", - "12:23:54\tCompleted 3173 to KZ356400: 274.3992782986679\n", - "12:23:54\tCompleted 3153 to KZ634600: 1748.674191610281\n", - "12:23:54\tCompleted 3205 to KZ751310: 864.7488631859279\n", - "12:23:54\tCompleted 3141 to KZ556400: 3698.869301334897\n", - "12:23:54\tCompleted 3162 to KZ791110: 1564.6727770294924\n", - "12:23:54\tCompleted 3147 to KZ615200: 1541.750190164344\n", - "12:23:54\tCompleted 3192 to KZ395000: 2108.451932783402\n", - "12:23:54\tCompleted 3187 to KZ791310: 1720.0564086132094\n", - "12:23:55\tCompleted 3217 to KZ155600: 3711.633280946111\n", - "12:23:55\tCompleted 3179 to KZ394800: 1673.8337102789328\n", - "12:23:55\tCompleted 3152 to KZ632800: 783.4551811755822\n", - "12:23:55\tCompleted 3140 to KZ553200: 674.0922809100712\n", - "12:23:55\tCompleted 3166 to KZ635400: 1995.9952620584706\n", - "12:23:55\tCompleted 3191 to KZ394400: 3197.70706120316612:23:55\tCompleted 3189 to KZ193400: 4278.6785014333755\n", - "\n", - "12:23:55\tCompleted 3200 to KZ316200: 3201.228752827285\n", - "12:23:55\tCompleted 3145 to KZ356000: 1021.4297814634853\n", - "12:23:55\tCompleted 3173 to KZ352400: 127.51423155693166\n", - "12:23:55\tCompleted 3178 to KZ235600: 909.9410495414589\n", - "12:23:55\tCompleted 3197 to KZ116000: 1723.9033315455142\n", - "12:23:55\tCompleted 3186 to KZ434600: 953.4083655339235\n", - "12:23:55\tCompleted 3180 to KZ351800: 1067.2568586270197\n", - "12:23:56\tCompleted 3185 to KZ392000: 2435.299161816057\n", - "12:23:56\tCompleted 3190 to KZ751710: 3723.9300727270083\n", - "12:23:56\tCompleted 3163 to KZ274200: 3891.377264977767\n", - "12:23:56\tCompleted 3146 to KZ431000: 1500.065714925232\n", - "12:23:56\tCompleted 3174 to KZ594200: 2915.732554672223\n", - "12:23:56\tCompleted 3193 to KZ551000: 3555.2573487743016\n", - "12:23:56\tCompleted 3144 to KZ751710: 1415.1274395044272\n", - "12:23:56\tCompleted 3214 to KZ596400: 2287.523458324217\n", - "12:23:56\tCompleted 3152 to KZ636800: 116.78630949557382\n", - "12:23:56\tCompleted 3183 to KZ195200: 1128.5971313339783\n", - "12:23:56\tCompleted 3199 to KZ194200: 3877.8357913125774\n", - "12:23:56\tCompleted 3211 to KZ195800: 2414.9822744688295\n", - "12:23:56\tCompleted 3205 to KZ751410: 880.4164822766878\n", - "12:23:56\tCompleted 3172 to KZ636400: 1316.0903918916626\n", - "12:23:56\tCompleted 3175 to KZ613900: 2471.425999007326\n", - "12:23:56\tCompleted 3161 to KZ471000: 3631.297987370645\n", - "12:23:56\tCompleted 3140 to KZ553600: 435.55180557590216\n", - "12:23:56\tCompleted 3168 to KZ613600: 2332.947815685746\n", - "12:23:56\tCompleted 3155 to KZ275400: 4988.530831000707\n", - "12:23:56\tCompleted 3160 to KZ632400: 4827.340990745021\n", - "12:23:57\tCompleted 3159 to KZ191000: 1390.6738014445134\n", - "12:23:57\tCompleted 3204 to KZ113200: 1869.9016536088177\n", - "12:23:57\tCompleted 3178 to KZ233600: 1507.90149074964512:23:57\tCompleted 3201 to KZ596000: 1792.9092537787744\n", - "\n", - "12:23:57\tCompleted 3169 to KZ271000: 3155.58679031439\n", - "12:23:57\tCompleted 3167 to KZ393400: 1245.0760115292464\n", - "12:23:57\tCompleted 3157 to KZ154000: 2289.069224682107\n", - "12:23:57\tCompleted 3207 to KZ356400: 3595.267275566278\n", - "12:23:57\tCompleted 3206 to KZ393200: 2558.010826363958\n", - "12:23:57\tCompleted 3202 to KZ556800: 3517.440588165864\n", - "12:23:57\tCompleted 3145 to KZ354400: 813.913903286334\n", - "12:23:57\tCompleted 3151 to KZ116600: 2064.7192295251925\n", - "12:23:58\tCompleted 3143 to KZ154600: 3521.4715874074955\n", - "12:23:58\tCompleted 3152 to KZ635800: 653.0610357178011\n", - "12:23:58\tCompleted 3192 to KZ395200: 2186.6526655179755\n", - "12:23:58\tCompleted 3173 to KZ356000: 910.6817403850149\n", - "12:23:58\tCompleted 3177 to KZ195000: 3369.481648143816\n", - "12:23:58\tCompleted 3153 to KZ634400: 1328.312204715856\n", - "12:23:58\tCompleted 3154 to KZ431900: 1697.0020451588734\n", - "12:23:58\tCompleted 3140 to KZ552200: 516.6273371233171\n", - "12:23:58\tCompleted 3181 to KZ276200: 4481.239237475899\n", - "12:23:58\tCompleted 3187 to KZ791510: 1730.1741846094778\n", - "12:23:58\tCompleted 3205 to KZ751710: 916.1324361069486\n", - "12:23:58\tCompleted 3184 to KZ234000: 3117.93974240108\n", - "12:23:58\tCompleted 3208 to KZ552200: 3299.8452013993074\n", - "12:23:58\tCompleted 3183 to KZ195000: 1050.713376158105\n", - "12:23:58\tCompleted 3210 to KZ151000: 3655.437569310628\n", - "12:23:58\tCompleted 3197 to KZ116400: 1523.6475499131734\n", - "12:23:59\tCompleted 3164 to KZ113200: 1672.2025636047476\n", - "12:23:59\tCompleted 3162 to KZ791310: 1540.5498934715833\n", - "12:23:59\tCompleted 3180 to KZ393200: 1141.8572585498657\n", - "12:23:59\tCompleted 3165 to KZ196400: 1713.4303854197744\n", - "12:23:59\tCompleted 3152 to KZ636200: 66.74887905691381\n", - "12:23:59\tCompleted 3174 to KZ596600: 2667.995687556568\n", - "12:23:59\tCompleted 3166 to KZ635000: 1523.3284721468362\n", - "12:23:59\tCompleted 3186 to KZ434400: 1296.3577644956579\n", - "12:23:59\tCompleted 3200 to KZ311000: 3061.800013198164\n", - "12:23:59\tCompleted 3141 to KZ554200: 3868.714203188089\n", - "12:23:59\tCompleted 3172 to KZ631000: 1022.2570666002324\n", - "12:23:59\tCompleted 3171 to KZ195600: 5167.6948171071435\n", - "12:23:59\tCompleted 3144 to KZ751810: 1368.9865072705259\n", - "12:24:00\tCompleted 3173 to KZ354400: 703.1658622078636\n", - "12:24:00\tCompleted 3145 to KZ351800: 834.9486179293599\n", - "12:24:00\tCompleted 3167 to KZ391600: 1140.817826706892\n", - "12:24:00\tCompleted 3185 to KZ395600: 2312.4525111071443\n", - "12:24:00\tCompleted 3175 to KZ612000: 1977.2976396730865\n", - "12:24:00\tCompleted 3140 to KZ554600: 655.198486258918\n", - "12:24:00\tCompleted 3213 to KZ354800: 2408.56976258504\n", - "12:24:00\tCompleted 3147 to KZ616400: 2383.5700360652763\n", - "12:24:00\tCompleted 3217 to KZ156800: 3173.710665848244\n", - "12:24:00\tCompleted 3180 to KZ393400: 704.029577888139\n", - "12:24:00\tCompleted 3205 to KZ751810: 869.9915038730472\n", - "12:24:00\tCompleted 3159 to KZ196200: 1386.03995025771\n", - "12:24:00\tCompleted 3189 to KZ193600: 3699.3806866737946\n", - "12:24:01\tCompleted 3192 to KZ391000: 1998.2191767261104\n", - "12:24:01\tCompleted 3186 to KZ431000: 637.1793336421557\n", - "12:24:01\tCompleted 3214 to KZ594600: 2007.0416989059747\n", - "12:24:01\tCompleted 3152 to KZ636400: 994.7599735794946\n", - "12:24:01\tCompleted 3212 to KZ634000: 3271.8045391065793\n", - "12:24:01\tCompleted 3193 to KZ556000: 3603.378730982315\n", - "12:24:01\tCompleted 3168 to KZ614000: 2279.807768771419\n", - "12:24:01\tCompleted 3204 to KZ113400: 1902.6442493241534\n", - "12:24:01\tCompleted 3179 to KZ395000: 1707.7747329284684\n", - "12:24:01\tCompleted 3146 to KZ435200: 1576.3720211536474\n", - "12:24:01\tCompleted 3164 to KZ113400: 1690.7213226813706\n", - "12:24:01\tCompleted 3191 to KZ433200: 3926.159711823512\n", - "12:24:01\tCompleted 3215 to KZ274200: 2820.903414147978\n", - "12:24:01\tCompleted 3217 to KZ193200: 175.4933980014269\n", - "12:24:01\tCompleted 3201 to KZ596200: 2179.9087034499494\n", - "12:24:02\tCompleted 3207 to KZ352400: 3445.122330686325\n", - "12:24:02\tCompleted 3206 to KZ393400: 2566.113092672699\n", - "12:24:02\tCompleted 3151 to KZ115600: 2010.9444172459812:24:02\tCompleted 3190 to KZ751810: 3670.173916803958\n", - "\n", - "12:24:02\tCompleted 3199 to KZ751210: 3832.6354138973907\n", - "12:24:02\tCompleted 3173 to KZ351800: 724.2005768508895\n", - "12:24:02\tCompleted 3166 to KZ632200: 936.6910064441072\n", - "12:24:02\tCompleted 3152 to KZ631000: 8.242640687119284\n", - "12:24:02\tCompleted 3187 to KZ791710: 1701.674245259189\n", - "12:24:02\tCompleted 3186 to KZ435200: 713.4856398705712\n", - "12:24:02\tCompleted 3161 to KZ473600: 3212.323221347701712:24:02\tCompleted 3145 to KZ393200: 1167.759113317338\n", - "\n", - "12:24:02\tCompleted 3174 to KZ595000: 2942.3165649010803\n", - "12:24:03\tCompleted 3165 to KZ196800: 1313.8493736781259\n", - "12:24:03\tCompleted 3202 to KZ554800: 3521.4171490135845\n", - "12:24:03\tCompleted 3205 to KZ751910: 870.9301855092696\n", - "12:24:03\tCompleted 3217 to KZ193400: 377.8379099453534\n", - "12:24:03\tCompleted 3180 to KZ391600: 963.2258211387151\n", - "12:24:03\tCompleted 3197 to KZ116800: 1849.8788954746456\n", - "12:24:03\tCompleted 3140 to KZ555600: 989.0845305725921\n", - "12:24:03\tCompleted 3211 to KZ196000: 2601.7630298577205\n", - "12:24:03\tCompleted 3183 to KZ194400: 1379.5731929989738\n", - "12:24:03\tCompleted 3143 to KZ154800: 3404.6522676594514\n", - "12:24:03\tCompleted 3155 to KZ273600: 4156.490089983162\n", - "12:24:03\tCompleted 3162 to KZ791510: 1539.090418617833\n", - "12:24:03\tCompleted 3178 to KZ633200: 4812.734937764165\n", - "12:24:03\tCompleted 3208 to KZ554600: 3356.0355399719997\n", - "12:24:03\tCompleted 3157 to KZ154200: 2591.705263651429\n", - "12:24:03\tCompleted 3154 to KZ434600: 1730.6666155852538\n", - "12:24:03\tCompleted 3152 to KZ634600: 605.4256604988992\n", - "12:24:03\tCompleted 3141 to KZ791110: 3005.1530621382985\n", - "12:24:03\tCompleted 3160 to KZ632800: 4577.567865240194\n", - "12:24:03\tCompleted 3153 to KZ313600: 1678.6062471314472\n", - "12:24:03\tCompleted 3167 to KZ393600: 1217.5379683254753\n", - "12:24:04\tCompleted 3144 to KZ751910: 1369.9251889067484\n", - "12:24:04\tCompleted 3210 to KZ153200: 3705.6311767393754\n", - "12:24:04\tCompleted 3186 to KZ434800: 628.5087297956545\n", - "12:24:04\tCompleted 3172 to KZ634600: 1423.0665438719548\n", - "12:24:04\tCompleted 3192 to KZ395400: 2036.5955609247699\n", - "12:24:04\tCompleted 3217 to KZ193600: 730.8093663139856\n", - "12:24:04\tCompleted 3164 to KZ113600: 1824.818396687809\n", - "12:24:04\tCompleted 3213 to KZ355200: 1693.189648751803\n", - "12:24:04\tCompleted 3200 to KZ315000: 3474.471887337379\n", - "12:24:04\tCompleted 3214 to KZ711110: 1776.3840638902427\n", - "12:24:04\tCompleted 3185 to KZ395800: 2614.836586513623\n", - "12:24:04\tCompleted 3179 to KZ395200: 1226.0717014594557\n", - "12:24:04\tCompleted 3181 to KZ271000: 4498.932192890136\n", - "12:24:04\tCompleted 3180 to KZ393600: 844.7145466750817\n", - "12:24:04\tCompleted 3140 to KZ551000: 591.7199319736995\n", - "12:24:05\tCompleted 3175 to KZ614400: 2399.627322995173\n", - "12:24:05\tCompleted 3205 to KZ751510: 863.4187115797255\n", - "12:24:05\tCompleted 3159 to KZ192600: 1446.0296455433875\n", - "12:24:05\tCompleted 3204 to KZ113600: 1626.2798085743843\n", - "12:24:05\tCompleted 3177 to KZ194400: 3192.7675189085926\n", - "12:24:05\tCompleted 3169 to KZ274000: 3819.2744802535963\n", - "12:24:05\tCompleted 3152 to KZ634400: 261.1064874967061\n", - "12:24:05\tCompleted 3216 to KZ113200: 1854.2727623470323\n", - "12:24:05\tCompleted 3151 to KZ115200: 1669.2630799746432\n", - "12:24:05\tCompleted 3207 to KZ356000: 2786.752660351755\n", - "12:24:05\tCompleted 3217 to KZ194000: 586.3545974593175\n", - "12:24:05\tCompleted 3201 to KZ596400: 1849.1835843938672\n", - "12:24:05\tCompleted 3173 to KZ393200: 1277.3869487037682\n", - "12:24:05\tCompleted 3186 to KZ433600: 828.3514933375556\n", - "12:24:06\tCompleted 3147 to KZ615600: 1581.8785399302526\n", - "12:24:06\tCompleted 3145 to KZ393400: 1175.8613796260972\n", - "12:24:06\tCompleted 3171 to KZ195800: 4981.581689474295\n", - "12:24:06\tCompleted 3206 to KZ391600: 2500.7050565812165\n", - "12:24:06\tCompleted 3187 to KZ611600: 1650.8489064065125\n", - "12:24:06\tCompleted 3146 to KZ434800: 1491.395111078731\n", - "12:24:06\tCompleted 3184 to KZ234200: 3568.8854489220157\n", - "12:24:06\tCompleted 3189 to KZ194000: 3765.868052519027\n", - "12:24:06\tCompleted 3193 to KZ556800: 3804.0666558542525\n", - "12:24:06\tCompleted 3217 to KZ196400: 258.1990159722203\n", - "12:24:06\tCompleted 3191 to KZ431900: 3411.0555256056327\n", - "12:24:06\tCompleted 3172 to KZ634400: 1002.7045569775307\n", - "12:24:06\tCompleted 3140 to KZ556000: 639.8413141817167\n", - "12:24:06\tCompleted 3180 to KZ396400: 860.5278081350338\n", - "12:24:06\tCompleted 3165 to KZ191600: 1365.8387797441344\n", - "12:24:07\tCompleted 3183 to KZ194600: 1324.654035039999\n", - "12:24:07\tCompleted 3168 to KZ613900: 2557.731040787855\n", - "12:24:07\tCompleted 3174 to KZ593600: 3279.7515707252396\n", - "12:24:07\tCompleted 3192 to KZ392000: 1833.5014349713035\n", - "12:24:07\tCompleted 3166 to KZ635200: 1788.9335199398643\n", - "12:24:07\tCompleted 3199 to KZ751110: 3840.392773210272\n", - "12:24:07\tCompleted 3197 to KZ111810: 1889.4096965211404\n", - "12:24:07\tCompleted 3167 to KZ396400: 1438.9496149988568\n", - "12:24:07\tCompleted 3164 to KZ113800: 2008.9349840575026\n", - "12:24:07\tCompleted 3217 to KZ196800: 497.6555362395597\n", - "12:24:07\tCompleted 3141 to KZ791310: 2982.8715131778986\n", - "12:24:07\tCompleted 3190 to KZ751910: 3691.314833154365312:24:07\tCompleted 3162 to KZ791710: 1511.5714927040806\n", - "\n", - "12:24:08\tCompleted 3144 to KZ751510: 1362.4137149772039\n", - "12:24:08\tCompleted 3202 to KZ556400: 3459.8699499017607\n", - "12:24:08\tCompleted 3214 to KZ711410: 1772.317274584438\n", - "12:24:08\tCompleted 3216 to KZ113400: 1645.493691244861\n", - "12:24:08\tCompleted 3153 to KZ314000: 1536.9628829830608\n", - "12:24:08\tCompleted 3204 to KZ113800: 1455.0326084046128\n", - "12:24:08\tCompleted 3212 to KZ635400: 3780.040452678257\n", - "12:24:08\tCompleted 3175 to KZ614600: 2124.7350205797707\n", - "12:24:08\tCompleted 3186 to KZ434000: 1179.3559511107067\n", - "12:24:08\tCompleted 3151 to KZ115400: 1652.122316498740212:24:08\tCompleted 3211 to KZ191000: 2293.3738769647025\n", - "\n", - "12:24:08\tCompleted 3200 to KZ314200: 3067.2752441334983\n", - "12:24:09\tCompleted 3145 to KZ391600: 1110.453343534584\n", - "12:24:09\tCompleted 3217 to KZ191600: 414.55507937171666\n", - "12:24:09\tCompleted 3143 to KZ155200: 3831.590930561204\n", - "12:24:09\tCompleted 3179 to KZ391000: 1435.4455123625726\n", - "12:24:09\tCompleted 3210 to KZ153400: 3289.3025061092526\n", - "12:24:09\tCompleted 3185 to KZ392400: 2341.023512539956\n", - "12:24:09\tCompleted 3180 to KZ394000: 953.6537036712334\n", - "12:24:09\tCompleted 3173 to KZ393400: 1244.534126208139\n", - "12:24:09\tCompleted 3155 to KZ276600: 4238.315336682143\n", - "12:24:09\tCompleted 3161 to KZ474200: 3658.9473824142237\n", - "12:24:09\tCompleted 3140 to KZ556800: 840.5292390536588\n", - "12:24:09\tCompleted 3208 to KZ555600: 3920.066390465827\n", - "12:24:09\tCompleted 3213 to KZ355600: 2050.3387300123973\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:24:09\tCompleted 3154 to KZ434400: 2073.6160145469885\n", - "12:24:09\tCompleted 3157 to KZ156000: 2164.9544960196495\n", - "12:24:09\tCompleted 3187 to KZ613600: 1705.0440430503345\n", - "12:24:10\tCompleted 3152 to KZ313600: 2323.6797160302644\n", - "12:24:10\tCompleted 3197 to KZ116600: 1280.3640352209388\n", - "12:24:10\tCompleted 3217 to KZ195200: 491.86204445652515\n", - "12:24:10\tCompleted 3159 to KZ196600: 1705.1066021330028\n", - "12:24:10\tCompleted 3178 to KZ634800: 5356.591910975238\n", - "12:24:10\tCompleted 3151 to KZ151000: 69.61147909888543\n", - "12:24:10\tCompleted 3174 to KZ595200: 2816.107672451165\n", - "12:24:10\tCompleted 3164 to KZ114500: 1733.1224195714553\n", - "12:24:10\tCompleted 3201 to KZ594600: 2159.182534577218\n", - "12:24:10\tCompleted 3192 to KZ395600: 2147.0676409522644\n", - "12:24:11\tCompleted 3217 to KZ195000: 342.7334817657497\n", - "12:24:11\tCompleted 3160 to KZ636800: 4602.46144676883\n", - "12:24:11\tCompleted 3207 to KZ354400: 3574.0579831059563\n", - "12:24:11\tCompleted 3147 to KZ615800: 1596.2581592577844\n", - "12:24:11\tCompleted 3183 to KZ194800: 1451.2184730397823\n", - "12:24:11\tCompleted 3181 to KZ274000: 5162.619882829364\n", - "12:24:11\tCompleted 3151 to KZ153200: 7.414213562373095\n", - "12:24:11\tCompleted 3193 to KZ554800: 3808.043216701973\n", - "12:24:11\tCompleted 3165 to KZ195200: 1386.893108821431\n", - "12:24:11\tCompleted 3141 to KZ791510: 2992.989289174167\n", - "12:24:11\tCompleted 3214 to KZ711210: 1755.1529431486063\n", - "12:24:11\tCompleted 3206 to KZ393600: 2538.575049468951\n", - "12:24:11\tCompleted 3205 to KZ231000: 3540.51278916503\n", - "12:24:11\tCompleted 3146 to KZ433600: 1691.2378746206318\n", - "12:24:12\tCompleted 3216 to KZ113600: 1920.766420291498\n", - "12:24:12\tCompleted 3177 to KZ194600: 3203.284484913089312:24:12\tCompleted 3171 to KZ196000: 5168.362444863244\n", - "\n", - "12:24:12\tCompleted 3180 to KZ396800: 1065.337384002048\n", - "12:24:12\tCompleted 3145 to KZ393600: 1148.323336422326\n", - "12:24:12\tCompleted 3140 to KZ554800: 845.2247270981144\n", - "12:24:12\tCompleted 3172 to KZ313600: 1725.616401953736\n", - "12:24:12\tCompleted 3217 to KZ194400: 720.645131170271412:24:12\tCompleted 3189 to KZ196400: 4199.022159194605\n", - "\n", - "12:24:12\tCompleted 3191 to KZ434600: 3444.7200960320106\n", - "12:24:12\tCompleted 3173 to KZ391600: 1100.4046232236117\n", - "12:24:12\tCompleted 3153 to KZ314800: 1237.081879275405\n", - "12:24:12\tCompleted 3168 to KZ612000: 2426.44250181632\n", - "12:24:12\tCompleted 3167 to KZ394000: 1670.8844643646833\n", - "12:24:12\tCompleted 3204 to KZ114500: 1918.4127732136724\n", - "12:24:13\tCompleted 3199 to KZ751310: 3833.5643460855263\n", - "12:24:13\tCompleted 3200 to KZ353200: 3182.662980565767\n", - "12:24:13\tCompleted 3166 to KZ632400: 1581.5905571334602\n", - "12:24:13\tCompleted 3151 to KZ153400: 702.057292264481\n", - "12:24:13\tCompleted 3159 to KZ194200: 1207.0563443055376\n", - "12:24:13\tCompleted 3162 to KZ611600: 1589.5327771630089\n", - "12:24:13\tCompleted 3202 to KZ554200: 3629.7148517549526\n", - "12:24:13\tCompleted 3179 to KZ395400: 1478.8094072878864\n", - "12:24:13\tCompleted 3175 to KZ614800: 2364.4450258374472\n", - "12:24:13\tCompleted 3217 to KZ194600: 354.44596604449976\n", - "12:24:13\tCompleted 3184 to KZ234600: 3684.05574736007\n", - "12:24:13\tCompleted 3164 to KZ114000: 1814.697724187445\n", - "12:24:13\tCompleted 3190 to KZ751510: 3679.8307710534496\n", - "12:24:13\tCompleted 3154 to KZ431000: 1414.437583693486\n", - "12:24:13\tCompleted 3211 to KZ196200: 2058.966704173388\n", - "12:24:13\tCompleted 3197 to KZ115600: 1707.254842878931\n", - "12:24:13\tCompleted 3187 to KZ614000: 1750.4028817229105\n", - "12:24:13\tCompleted 3169 to KZ274200: 3926.5904684133625\n", - "12:24:13\tCompleted 3201 to KZ711110: 1407.4148281629311\n", - "12:24:13\tCompleted 3174 to KZ591000: 2933.0635165738768\n", - "12:24:14\tCompleted 3180 to KZ394800: 756.0843601927621\n", - "12:24:14\tCompleted 3208 to KZ551000: 3374.9377962496756\n", - "12:24:14\tCompleted 3143 to KZ156400: 3670.7160246593903\n", - "12:24:14\tCompleted 3213 to KZ352100: 2007.0916120583681\n", - "12:24:14\tCompleted 3217 to KZ194800: 509.40057030109807\n", - "12:24:14\tCompleted 3152 to KZ314000: 2182.036351881873\n", - "12:24:14\tCompleted 3151 to KZ153600: 653.708711753412\n", - "12:24:14\tCompleted 3190 to KZ231000: 190.8848714454311412:24:14\tCompleted 3192 to KZ395800: 2402.2257527209886\n", - "\n", - "12:24:14\tCompleted 3207 to KZ351800: 2808.7395342491595\n", - "12:24:14\tCompleted 3144 to KZ231000: 3127.942473026697\n", - "12:24:15\tCompleted 3140 to KZ556400: 782.9586007895566\n", - "12:24:15\tCompleted 3147 to KZ612600: 1426.373008062828\n", - "12:24:15\tCompleted 3214 to KZ711310: 1743.0399494368432\n", - "12:24:15\tCompleted 3141 to KZ791710: 2964.4893498238807\n", - "12:24:15\tCompleted 3185 to KZ396200: 2149.4465985137526\n", - "12:24:15\tCompleted 3165 to KZ195000: 1315.433617646835\n", - "12:24:15\tCompleted 3155 to KZ275000: 4114.630097356399\n", - "12:24:15\tCompleted 3216 to KZ113800: 2100.112444960394\n", - "12:24:15\tCompleted 3186 to KZ471000: 2857.6376502766357\n", - "12:24:15\tCompleted 3183 to KZ195600: 1684.567650829872\n", - "12:24:15\tCompleted 3212 to KZ635000: 3307.373662766627\n", - "12:24:16\tCompleted 3217 to KZ195600: 714.3595818343728\n", - "12:24:16\tCompleted 3173 to KZ393600: 1257.95117180875612:24:16\tCompleted 3145 to KZ396400: 1369.734983095707\n", - "\n", - "12:24:16\tCompleted 3190 to KZ234000: 443.56791666216543\n", - "12:24:16\tCompleted 3161 to KZ474600: 3336.122821596142\n", - "12:24:16\tCompleted 3166 to KZ632800: 1154.6704828965476\n", - "12:24:16\tCompleted 3151 to KZ154000: 179.69190108659552\n", - "12:24:16\tCompleted 3157 to KZ154600: 2463.091926764764\n", - "12:24:16\tCompleted 3197 to KZ115200: 1312.7556487788934\n", - "12:24:16\tCompleted 3153 to KZ315400: 1199.6292273562326\n", - "12:24:16\tCompleted 3204 to KZ114000: 1679.7933429679945\n", - "12:24:16\tCompleted 3164 to KZ117000: 1737.3300676340489\n", - "12:24:16\tCompleted 3210 to KZ153600: 4020.9884434648307\n", - "12:24:16\tCompleted 3178 to KZ633400: 4712.454163321622\n", - "12:24:16\tCompleted 3159 to KZ751210: 1305.2745236140136\n", - "12:24:16\tCompleted 3193 to KZ556400: 3746.496017590149\n", - "12:24:16\tCompleted 3202 to KZ791110: 2713.976536062349\n", - "12:24:17\tCompleted 3180 to KZ395000: 1132.0093935377404\n", - "12:24:17\tCompleted 3201 to KZ711410: 1433.5273282464427\n", - "12:24:17\tCompleted 3174 to KZ595600: 2804.5690028982\n", - "12:24:17\tCompleted 3172 to KZ314000: 1583.9730378053496\n", - "12:24:17\tCompleted 3162 to KZ613600: 1444.3250386370569\n", - "12:24:17\tCompleted 3151 to KZ154200: 283.48580438450193\n", - "12:24:17\tCompleted 3167 to KZ396800: 1416.9769219250868\n", - "12:24:17\tCompleted 3217 to KZ195800: 776.5083091143435\n", - "12:24:17\tCompleted 3190 to KZ234200: 850.4410553340709\n", - "12:24:17\tCompleted 3191 to KZ434400: 3787.669494993736\n", - "12:24:17\tCompleted 3154 to KZ435200: 1490.7438899219014\n", - "12:24:17\tCompleted 3175 to KZ615400: 2360.8506509189183\n", - "12:24:17\tCompleted 3171 to KZ191000: 4859.973291970171\n", - "12:24:17\tCompleted 3189 to KZ196800: 3667.180556953458\n", - "12:24:17\tCompleted 3206 to KZ396400: 2759.986696142308\n", - "12:24:17\tCompleted 3146 to KZ434000: 1852.996242842498\n", - "12:24:18\tCompleted 3168 to KZ614400: 2484.263840227651\n", - "12:24:18\tCompleted 3140 to KZ554200: 1032.4566419501825\n", - "12:24:18\tCompleted 3192 to KZ392400: 1932.702062651055\n", - "12:24:18\tCompleted 3179 to KZ392000: 1595.7331023681256\n", - "12:24:18\tCompleted 3187 to KZ613900: 1987.3228788926306\n", - "12:24:18\tCompleted 3207 to KZ393200: 2596.9781423687655\n", - "12:24:18\tCompleted 3152 to KZ314800: 1622.0362393315713\n", - "12:24:18\tCompleted 3181 to KZ274200: 5269.9358709891785\n", - "12:24:18\tCompleted 3197 to KZ115400: 1295.6148853029904\n", - "12:24:18\tCompleted 3205 to KZ234000: 3749.123266532718\n", - "12:24:18\tCompleted 3151 to KZ156000: 248.8274428550113\n", - "12:24:18\tCompleted 3200 to KZ353600: 3909.964180825705\n", - "12:24:18\tCompleted 3199 to KZ751410: 3850.9893244891655\n", - "12:24:18\tCompleted 3213 to KZ352200: 1837.5200334355945\n", - "12:24:18\tCompleted 3170 to KZ113200: 2184.1139007582588\n", - "12:24:19\tCompleted 3217 to KZ196000: 240.8086269783326\n", - "12:24:19\tCompleted 3141 to KZ611600: 2913.664010971217\n", - "12:24:19\tCompleted 3147 to KZ616000: 1594.4801598243314\n", - "12:24:19\tCompleted 3160 to KZ635800: 5051.963694466136\n", - "12:24:19\tCompleted 3216 to KZ114500: 1931.2346850049523\n", - "12:24:19\tCompleted 3164 to KZ114400: 1871.8685368605659\n", - "12:24:19\tCompleted 3211 to KZ192600: 2332.3176319933964\n", - "12:24:19\tCompleted 3208 to KZ556000: 3423.059178457689\n", - "12:24:19\tCompleted 3190 to KZ234600: 965.6113537721516\n", - "12:24:19\tCompleted 3180 to KZ395200: 1017.9115369854192\n", - "12:24:19\tCompleted 3143 to KZ155600: 3583.5608042392973\n", - "12:24:19\tCompleted 3166 to KZ636800: 1356.711013157284\n", - "12:24:19\tCompleted 3177 to KZ194800: 3471.4001369670923\n", - "12:24:20\tCompleted 3185 to KZ396600: 2157.365439304942\n", - "12:24:20\tCompleted 3151 to KZ154600: 161.7125649211442\n", - "12:24:20\tCompleted 3217 to KZ191000: 177.71168879379428\n", - "12:24:20\tCompleted 3197 to KZ151000: 876.904534252341\n", - "12:24:20\tCompleted 3201 to KZ711210: 1434.6890896733412\n", - "12:24:20\tCompleted 3204 to KZ117000: 1726.2530116842318\n", - "12:24:20\tCompleted 3159 to KZ751110: 1312.8799057706929\n", - "12:24:20\tCompleted 3145 to KZ394000: 1601.6698324615336\n", - "12:24:20\tCompleted 3174 to KZ596000: 3023.3647083313017\n", - "12:24:20\tCompleted 3184 to KZ234800: 2817.7571231956863\n", - "12:24:20\tCompleted 3183 to KZ195800: 1548.873251179843\n", - "12:24:20\tCompleted 3153 to KZ315600: 1326.078296254081\n", - "12:24:20\tCompleted 3202 to KZ791310: 2691.694987101949\n", - "12:24:20\tCompleted 3190 to KZ234800: 253.9773538763841\n", - "12:24:20\tCompleted 3213 to KZ352300: 1076.496190219663\n", - "12:24:21\tCompleted 3165 to KZ194400: 1637.8691704864266\n", - "12:24:21\tCompleted 3217 to KZ196200: 533.9296190556769\n", - "12:24:21\tCompleted 3172 to KZ314800: 1284.0920340976934\n", - "12:24:21\tCompleted 3187 to KZ612000: 1493.1945195583794\n", - "12:24:21\tCompleted 3151 to KZ154800: 303.7867988566114\n", - "12:24:21\tCompleted 3214 to KZ555200: 2506.2476017993863\n", - "12:24:21\tCompleted 3197 to KZ153200: 813.8185386204842\n", - "12:24:21\tCompleted 3154 to KZ434800: 1405.766979846985\n", - "12:24:21\tCompleted 3173 to KZ396400: 1479.3628184821373\n", - "12:24:21\tCompleted 3162 to KZ614000: 1572.7377011787958\n", - "12:24:21\tCompleted 3157 to KZ154800: 2346.2726070167378\n", - "12:24:21\tCompleted 3207 to KZ393400: 2445.51225351028112:24:21\tCompleted 3175 to KZ615200: 2176.4342196233747\n", - "\n", - "12:24:21\tCompleted 3144 to KZ234000: 3336.552950394385\n", - "12:24:21\tCompleted 3190 to KZ235200: 159.39765625252963\n", - "12:24:21\tCompleted 3210 to KZ154000: 3593.2478288960733\n", - "12:24:22\tCompleted 3192 to KZ396200: 2372.7309851607783\n", - "12:24:22\tCompleted 3178 to KZ633600: 4483.278822733165\n", - "12:24:22\tCompleted 3186 to KZ473600: 2438.6628842536925\n", - "12:24:22\tCompleted 3193 to KZ554200: 3916.340919443341\n", - "12:24:22\tCompleted 3180 to KZ391000: 1001.5451621715462\n", - "12:24:22\tCompleted 3212 to KZ632200: 2703.3103723994204\n", - "12:24:22\tCompleted 3217 to KZ192600: 218.31118342046193\n", - "12:24:22\tCompleted 3164 to KZ114600: 1758.368656653273\n", - "12:24:22\tCompleted 3152 to KZ315400: 1844.7026962550487\n", - "12:24:22\tCompleted 3191 to KZ431000: 3128.4910641402694\n", - "12:24:22\tCompleted 3167 to KZ394800: 1595.6314906231428\n", - "12:24:22\tCompleted 3179 to KZ395600: 1472.886451659202\n", - "12:24:22\tCompleted 3161 to KZ475000: 3706.451848345919\n", - "12:24:22\tCompleted 3197 to KZ153400: 777.1493593049045\n", - "12:24:22\tCompleted 3182 to KZ113200: 3006.501970819719\n", - "12:24:22\tCompleted 3151 to KZ155200: 483.93873387435707\n", - "12:24:23\tCompleted 3190 to KZ235600: 241.99034299150867\n", - "12:24:23\tCompleted 3141 to KZ613600: 2967.859147615027\n", - "12:24:23\tCompleted 3189 to KZ191600: 3692.978533013543\n", - "12:24:23\tCompleted 3168 to KZ614600: 2273.915467696242\n", - "12:24:23\tCompleted 3200 to KZ351600: 3491.1964155533046\n", - "12:24:23\tCompleted 3216 to KZ114000: 1914.1738142082584\n", - "12:24:23\tCompleted 3155 to KZ274800: 4639.5179051679515\n", - "12:24:23\tCompleted 3174 to KZ596200: 2628.147974393853\n", - "12:24:23\tCompleted 3171 to KZ196200: 4625.566119178817\n", - "12:24:23\tCompleted 3204 to KZ114400: 1603.5468970114205\n", - "12:24:23\tCompleted 3217 to KZ196600: 642.228525022785212:24:23\tCompleted 3201 to KZ711310: 1446.546449129273\n", - "\n", - "12:24:23\tCompleted 3140 to KZ791110: 1606.6300945192204\n", - "12:24:24\tCompleted 3159 to KZ751310: 1314.3946243964542\n", - "12:24:24\tCompleted 3206 to KZ394000: 2991.9215455081294\n", - "12:24:24\tCompleted 3170 to KZ113400: 2261.9749375635965\n", - "12:24:24\tCompleted 3145 to KZ396800: 1347.7622900219371\n", - "12:24:24\tCompleted 3190 to KZ233600: 434.87539441877084\n", - "12:24:24\tCompleted 3208 to KZ556800: 3623.7471033296265\n", - "12:24:24\tCompleted 3199 to KZ751710: 3891.977356258068\n", - "12:24:24\tCompleted 3183 to KZ196000: 1315.748126516256\n", - "12:24:24\tCompleted 3147 to KZ613800: 1834.545046040706\n", - "12:24:24\tCompleted 3197 to KZ153600: 1057.1977124720702\n", - "12:24:24\tCompleted 3143 to KZ156800: 2981.5713380672746\n", - "12:24:24\tCompleted 3166 to KZ635800: 1720.9985649546782\n", - "12:24:24\tCompleted 3180 to KZ395400: 1049.4127152046246\n", - "12:24:24\tCompleted 3202 to KZ791510: 2701.8127630982176\n", - "12:24:24\tCompleted 3172 to KZ315400: 1246.6393821785214\n", - "12:24:25\tCompleted 3151 to KZ156400: 1052.5584486351554\n", - "12:24:25\tCompleted 3217 to KZ194200: 749.9244831529903\n", - "12:24:25\tCompleted 3153 to KZ316000: 1408.0629248489106\n", - "12:24:25\tCompleted 3213 to KZ352800: 1811.7500679294524\n", - "12:24:25\tCompleted 3207 to KZ391600: 2704.708496760846\n", - "12:24:25\tCompleted 3192 to KZ396600: 2284.4361173082407\n", - "12:24:25\tCompleted 3211 to KZ196600: 2378.0333560486683\n", - "12:24:25\tCompleted 3187 to KZ614400: 1915.524202880482\n", - "12:24:25\tCompleted 3201 to KZ555200: 1100.7190689152312\n", - "12:24:25\tCompleted 3205 to KZ234200: 4200.068973053653\n", - "12:24:25\tCompleted 3197 to KZ154000: 821.1296929874109\n", - "12:24:26\tCompleted 3193 to KZ791110: 3004.6064091539984\n", - "12:24:26\tCompleted 3154 to KZ433600: 1605.6097433888858\n", - "12:24:26\tCompleted 3217 to KZ751210: 495.2189884251245\n", - "12:24:26\tCompleted 3146 to KZ471000: 3665.1556353590812:24:26\tCompleted 3164 to KZ114800: 2330.204529483383\n", - "\n", - "12:24:26\tCompleted 3185 to KZ394200: 2606.2758180586875\n", - "12:24:26\tCompleted 3151 to KZ155600: 247.18716459252306\n", - "12:24:26\tCompleted 3165 to KZ194600: 1582.9500125274517\n", - "12:24:26\tCompleted 3216 to KZ117000: 1836.8061576548623\n", - "12:24:26\tCompleted 3152 to KZ315600: 2118.1683139332663\n", - "12:24:26\tCompleted 3160 to KZ636200: 4720.877016667959\n", - "12:24:26\tCompleted 3167 to KZ395000: 1523.6069003141092\n", - "12:24:26\tCompleted 3143 to KZ193200: 1112.0178529517325\n", - "12:24:26\tCompleted 3182 to KZ113400: 3084.363007625057\n", - "12:24:26\tCompleted 3214 to KZ551600: 2239.680879813859\n", - "12:24:27\tCompleted 3175 to KZ616400: 2878.0557718187856\n", - "12:24:27\tCompleted 3180 to KZ392000: 867.178317532909\n", - "12:24:27\tCompleted 3141 to KZ614000: 3013.2179862876\n", - "12:24:27\tCompleted 3179 to KZ395800: 1635.2415449577945\n", - "12:24:27\tCompleted 3183 to KZ191000: 1191.067268069909\n", - "12:24:27\tCompleted 3162 to KZ613900: 1849.4894003199895\n", - "12:24:27\tCompleted 3173 to KZ394000: 1711.2976678479638\n", - "12:24:27\tCompleted 3191 to KZ435200: 3100.302157212394\n", - "12:24:27\tCompleted 3217 to KZ751110: 488.82071276183547\n", - "12:24:27\tCompleted 3159 to KZ751410: 1330.0622434872141\n", - "12:24:27\tCompleted 3200 to KZ354000: 3137.4820860223963\n", - "12:24:27\tCompleted 3197 to KZ154200: 1090.7185565673594\n", - "12:24:27\tCompleted 3177 to KZ195600: 3548.180704722297\n", - "12:24:28\tCompleted 3174 to KZ596400: 3497.215153371105\n", - "12:24:28\tCompleted 3157 to KZ155200: 2773.2112699184904\n", - "12:24:28\tCompleted 3178 to KZ633800: 4783.8641702137165\n", - "12:24:28\tCompleted 3151 to KZ156800: 867.5555180786711\n", - "12:24:28\tCompleted 3210 to KZ154200: 3895.8838678653956\n", - "12:24:28\tCompleted 3201 to KZ551600: 1158.6799725464577\n", - "12:24:28\tCompleted 3170 to KZ113600: 1940.4920557238304\n", - "12:24:28\tCompleted 3168 to KZ614800: 2755.5362730673332\n", - "12:24:28\tCompleted 3145 to KZ394800: 1526.4168587199936\n", - "12:24:28\tCompleted 3143 to KZ193400: 776.8691434419925\n", - "12:24:28\tCompleted 3192 to KZ394200: 1895.8973945721787\n", - "12:24:28\tCompleted 3207 to KZ393600: 2409.9252638184444\n", - "12:24:28\tCompleted 3217 to KZ751310: 495.3059941360741\n", - "12:24:28\tCompleted 3144 to KZ234200: 3787.4986569153207\n", - "12:24:28\tCompleted 3202 to KZ791710: 2673.3128237479314\n", - "12:24:28\tCompleted 3140 to KZ791310: 1582.5072109613113\n", - "12:24:28\tCompleted 3189 to KZ195200: 3630.7435561482753\n", - "12:24:28\tCompleted 3153 to KZ316600: 1250.5527191307146\n", - "12:24:29\tCompleted 3172 to KZ315600: 1373.08845107637\n", - "12:24:29\tCompleted 3204 to KZ114600: 2209.095289150818\n", - "12:24:29\tCompleted 3197 to KZ156000: 697.0149643249404\n", - "12:24:29\tCompleted 3213 to KZ356400: 1830.8284950541986\n", - "12:24:29\tCompleted 3206 to KZ396800: 2738.0140030685425\n", - "12:24:29\tCompleted 3166 to KZ636200: 1475.1265830564062\n", - "12:24:29\tCompleted 3164 to KZ111010: 1867.5566539134418\n", - "12:24:29\tCompleted 3187 to KZ614600: 1640.63190046507\n", - "12:24:29\tCompleted 3161 to KZ475200: 3717.294809129968612:24:29\tCompleted 3212 to KZ635200: 3572.978710559641\n", - "\n", - "12:24:29\tCompleted 3167 to KZ395200: 1055.571415239239\n", - "12:24:29\tCompleted 3186 to KZ474200: 2885.2870453202145\n", - "12:24:29\tCompleted 3155 to KZ275800: 4109.100729156315\n", - "12:24:29\tCompleted 3180 to KZ395600: 1129.7698675075042\n", - "12:24:29\tCompleted 3208 to KZ554800: 3627.723664177347\n", - "12:24:29\tCompleted 3193 to KZ791310: 2982.3248601935984\n", - "12:24:29\tCompleted 3171 to KZ192600: 4898.917046998865\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:24:29\tCompleted 3199 to KZ751810: 3838.221200335018\n", - "12:24:30\tCompleted 3217 to KZ751410: 502.31594024097063\n", - "12:24:30\tCompleted 3216 to KZ114400: 1963.0459977634614\n", - "12:24:30\tCompleted 3184 to KZ235200: 2865.396970559054\n", - "12:24:30\tCompleted 3182 to KZ113600: 2762.8801257852956\n", - "12:24:30\tCompleted 3190 to KZ633200: 3955.0723721521003\n", - "12:24:30\tCompleted 3211 to KZ194200: 2006.1244178709376\n", - "12:24:30\tCompleted 3183 to KZ196200: 1192.8576808843836\n", - "12:24:30\tCompleted 3162 to KZ612000: 1369.7466011439521\n", - "12:24:31\tCompleted 3159 to KZ751710: 1365.778197317475\n", - "12:24:31\tCompleted 3201 to KZ553200: 1450.8762782296137\n", - "12:24:31\tCompleted 3197 to KZ154600: 969.0056200746003\n", - "12:24:31\tCompleted 3147 to KZ273200: 3226.4254588835984\n", - "12:24:31\tCompleted 3207 to KZ396400: 2243.760141731228\n", - "12:24:31\tCompleted 3154 to KZ434000: 1767.3681116107555\n", - "12:24:31\tCompleted 3143 to KZ193600: 1598.7919128787278\n", - "12:24:31\tCompleted 3217 to KZ751710: 534.3520099011142\n", - "12:24:31\tCompleted 3152 to KZ316000: 2443.269334037809\n", - "12:24:31\tCompleted 3174 to KZ594600: 2722.560893294469\n", - "12:24:31\tCompleted 3192 to KZ394400: 1848.8997902341027\n", - "12:24:31\tCompleted 3179 to KZ392400: 1501.457453092015\n", - "12:24:31\tCompleted 3204 to KZ114800: 1276.670509539602\n", - "12:24:32\tCompleted 3141 to KZ613900: 3250.137983457327\n", - "12:24:32\tCompleted 3170 to KZ113800: 1769.2448555540589\n", - "12:24:32\tCompleted 3185 to KZ394400: 2686.1630291934343\n", - "12:24:32\tCompleted 3165 to KZ194800: 1715.9387145285125\n", - "12:24:32\tCompleted 3175 to KZ615600: 2488.496206042897\n", - "12:24:32\tCompleted 3191 to KZ434800: 3119.8204602937662\n", - "12:24:32\tCompleted 3200 to KZ351000: 3101.5184528218097\n", - "12:24:32\tCompleted 3173 to KZ396800: 1457.3901254083673\n", - "12:24:32\tCompleted 3180 to KZ395800: 1212.0293895584784\n", - "12:24:32\tCompleted 3197 to KZ154800: 756.2422278723452\n", - "12:24:32\tCompleted 3217 to KZ751810: 498.0633534489548\n", - "12:24:32\tCompleted 3145 to KZ395000: 1454.3922684109596\n", - "12:24:32\tCompleted 3202 to KZ611600: 2622.4874848952677\n", - "12:24:32\tCompleted 3164 to KZ116000: 1844.6863641540988\n", - "12:24:33\tCompleted 3167 to KZ391000: 1251.2776797482134\n", - "12:24:33\tCompleted 3168 to KZ615400: 2496.7000401578816\n", - "12:24:33\tCompleted 3205 to KZ234600: 4315.239271491708\n", - "12:24:33\tCompleted 3140 to KZ791510: 1581.047736107561\n", - "12:24:33\tCompleted 3146 to KZ473600: 3246.1808693361368\n", - "12:24:33\tCompleted 3187 to KZ614800: 1880.3419057227406\n", - "12:24:33\tCompleted 3201 to KZ553600: 1293.0787212187408\n", - "12:24:33\tCompleted 3214 to KZ553200: 2358.6288732205558\n", - "12:24:33\tCompleted 3217 to KZ751910: 480.1883689092881\n", - "12:24:33\tCompleted 3193 to KZ791510: 2992.442636189867\n", - "12:24:33\tCompleted 3172 to KZ316000: 1700.6466043580565\n", - "12:24:33\tCompleted 3213 to KZ352400: 1896.0155621448553\n", - "12:24:33\tCompleted 3153 to KZ316200: 1674.9447886537575\n", - "12:24:33\tCompleted 3210 to KZ156000: 3469.133100233616\n", - "12:24:33\tCompleted 3143 to KZ194000: 1454.337144024059\n", - "12:24:34\tCompleted 3206 to KZ394800: 2916.668571766603\n", - "12:24:34\tCompleted 3182 to KZ113800: 2591.6329256155295\n", - "12:24:34\tCompleted 3183 to KZ192600: 1246.423112168783\n", - "12:24:34\tCompleted 3160 to KZ636400: 5137.991677359557\n", - "12:24:34\tCompleted 3207 to KZ394000: 2311.46126805802\n", - "12:24:34\tCompleted 3192 to KZ433200: 1881.3933527078138\n", - "12:24:34\tCompleted 3157 to KZ156400: 2579.208569883488\n", - "12:24:34\tCompleted 3216 to KZ114600: 1956.48092208677\n", - "12:24:34\tCompleted 3178 to KZ634000: 5031.06696811076\n", - "12:24:34\tCompleted 3166 to KZ636400: 1715.0942950158828\n", - "12:24:34\tCompleted 3159 to KZ751810: 1319.6372650835735\n", - "12:24:34\tCompleted 3180 to KZ392400: 951.5759664155466\n", - "12:24:34\tCompleted 3211 to KZ751210: 1960.9240404557597\n", - "12:24:35\tCompleted 3197 to KZ155200: 1183.1808907741224\n", - "12:24:35\tCompleted 3217 to KZ751510: 480.74964494996993\n", - "12:24:35\tCompleted 3208 to KZ556400: 3566.176465065523\n", - "12:24:35\tCompleted 3177 to KZ195800: 3362.0675770894477\n", - "12:24:35\tCompleted 3152 to KZ316600: 1992.076794996619412:24:35\tCompleted 3174 to KZ711110: 3188.234802559444\n", - "\n", - "12:24:35\tCompleted 3179 to KZ396200: 1309.8805390657967\n", - "12:24:35\tCompleted 3141 to KZ612000: 2756.00962412309\n", - "12:24:35\tCompleted 3204 to KZ111010: 1664.424480106269\n", - "12:24:35\tCompleted 3151 to KZ193200: 3757.353031654362\n", - "12:24:35\tCompleted 3199 to KZ751910: 3859.362116685425\n", - "12:24:35\tCompleted 3145 to KZ395200: 986.3567833360897\n", - "12:24:35\tCompleted 3162 to KZ614400: 1776.0221997597926\n", - "12:24:35\tCompleted 3189 to KZ195000: 4076.8727154652124\n", - "12:24:35\tCompleted 3213 to KZ356000: 1110.1341358819905\n", - "12:24:35\tCompleted 3143 to KZ196400: 1199.4602422887688\n", - "12:24:36\tCompleted 3186 to KZ474600: 2562.4624845021326\n", - "12:24:36\tCompleted 3171 to KZ196600: 4944.632771054122\n", - "12:24:36\tCompleted 3197 to KZ156400: 738.7046024393333\n", - "12:24:36\tCompleted 3175 to KZ615800: 2255.6725493248155\n", - "12:24:36\tCompleted 3201 to KZ552200: 1418.0893069078709\n", - "12:24:36\tCompleted 3200 to KZ352000: 2869.6231959084657\n", - "12:24:36\tCompleted 3161 to KZ471800: 3546.90458896924312:24:36\tCompleted 3155 to KZ276000: 4524.93175491141\n", - "\n", - "12:24:36\tCompleted 3164 to KZ116400: 1958.7890827957\n", - "12:24:36\tCompleted 3170 to KZ114500: 2232.625020363107\n", - "12:24:36\tCompleted 3144 to KZ234600: 3902.668955353375\n", - "12:24:36\tCompleted 3202 to KZ613600: 2676.6826215390774\n", - "12:24:37\tCompleted 3192 to KZ431900: 1856.2031658404928\n", - "12:24:37\tCompleted 3207 to KZ396800: 2442.9330688483496\n", - "12:24:37\tCompleted 3173 to KZ394800: 1636.0446941064235\n", - "12:24:37\tCompleted 3212 to KZ632400: 3365.635747753266\n", - "12:24:37\tCompleted 3191 to KZ433600: 3319.663223835655\n", - "12:24:37\tCompleted 3185 to KZ433200: 3295.3887812753565\n", - "12:24:37\tCompleted 3172 to KZ316600: 1297.5628739530036\n", - "12:24:37\tCompleted 3180 to KZ396200: 1318.668240510878\n", - "12:24:37\tCompleted 3184 to KZ235600: 2960.434736579459\n", - "12:24:37\tCompleted 3190 to KZ634800: 4498.929345363142\n", - "12:24:37\tCompleted 3147 to KZ274400: 3156.491858895147\n", - "12:24:37\tCompleted 3193 to KZ791710: 2963.9426968395805\n", - "12:24:37\tCompleted 3187 to KZ615400: 1876.747530804232\n", - "12:24:37\tCompleted 3168 to KZ615200: 2234.1166866596195\n", - "12:24:37\tCompleted 3159 to KZ751910: 1320.575946719796\n", - "12:24:37\tCompleted 3165 to KZ195600: 1942.8636283173248\n", - "12:24:37\tCompleted 3167 to KZ395400: 1294.6415746735272\n", - "12:24:37\tCompleted 3140 to KZ791710: 1553.5288101938086\n", - "12:24:38\tCompleted 3197 to KZ155600: 935.1507644522134\n", - "12:24:38\tCompleted 3153 to KZ311000: 1435.8255373618738\n", - "12:24:38\tCompleted 3166 to KZ631000: 1421.2609697244523\n", - "12:24:38\tCompleted 3143 to KZ196800: 1365.6380828043011\n", - "12:24:38\tCompleted 3183 to KZ196600: 1511.9243327596764\n", - "12:24:38\tCompleted 3182 to KZ114500: 3055.01309042456\n", - "12:24:38\tCompleted 3161 to KZ593200: 664.3551047382721\n", - "12:24:38\tCompleted 3216 to KZ114800: 2429.680619504193\n", - "12:24:38\tCompleted 3206 to KZ395000: 2844.6439814575565\n", - "12:24:39\tCompleted 3179 to KZ396600: 1317.799379856996\n", - "12:24:39\tCompleted 3145 to KZ391000: 1182.0630478450637\n", - "12:24:39\tCompleted 3197 to KZ156800: 511.04808688292155\n", - "12:24:39\tCompleted 3211 to KZ751110: 1968.6813997686404\n", - "12:24:39\tCompleted 3204 to KZ116000: 1647.7979924861863\n", - "12:24:39\tCompleted 3141 to KZ614400: 3178.339307445174\n", - "12:24:39\tCompleted 3210 to KZ154600: 3767.2705309787307\n", - "12:24:39\tCompleted 3174 to KZ711410: 3178.3690233804173\n", - "12:24:39\tCompleted 3164 to KZ116800: 1746.3902291036743\n", - "12:24:39\tCompleted 3207 to KZ394800: 2186.010196595911\n", - "12:24:39\tCompleted 3214 to KZ553600: 2126.522479638978\n", - "12:24:39\tCompleted 3192 to KZ434600: 1894.1026900906982\n", - "12:24:39\tCompleted 3201 to KZ554600: 1490.1743905737046\n", - "12:24:39\tCompleted 3205 to KZ234800: 3448.9406473273243\n", - "12:24:39\tCompleted 3152 to KZ316200: 2475.484636130093\n", - "12:24:40\tCompleted 3162 to KZ614600: 1462.9667199209553\n", - "12:24:40\tCompleted 3175 to KZ612600: 1965.0525604393217\n", - "12:24:40\tCompleted 3213 to KZ354400: 1809.619202593862\n", - "12:24:40\tCompleted 3157 to KZ155600: 2525.1811435965838\n", - "12:24:40\tCompleted 3154 to KZ471000: 3594.719098591504\n", - "12:24:40\tCompleted 3180 to KZ396600: 1267.1383438634882\n", - "12:24:40\tCompleted 3208 to KZ554200: 3736.021366918715\n", - "12:24:40\tCompleted 3161 to KZ595800: 768.2747147786492\n", - "12:24:40\tCompleted 3143 to KZ191600: 1282.5376259364582\n", - "12:24:40\tCompleted 3170 to KZ114000: 1994.0055901174405\n", - "12:24:40\tCompleted 3202 to KZ614000: 2722.0414602116507\n", - "12:24:40\tCompleted 3183 to KZ194200: 1013.874074932212\n", - "12:24:40\tCompleted 3199 to KZ751510: 3847.8780545845093\n", - "12:24:41\tCompleted 3160 to KZ631000: 4667.011403336003\n", - "12:24:41\tCompleted 3217 to KZ231000: 4345.84884448634\n", - "12:24:41\tCompleted 3193 to KZ611600: 2913.117357986917\n", - "12:24:41\tCompleted 3146 to KZ474200: 3692.8050304026588\n", - "12:24:41\tCompleted 3178 to KZ635400: 5539.302881682494\n", - "12:24:41\tCompleted 3159 to KZ751510: 1313.0644727902516\n", - "12:24:41\tCompleted 3187 to KZ615200: 1692.3310995086815\n", - "12:24:41\tCompleted 3200 to KZ354800: 3625.1414664379113\n", - "12:24:41\tCompleted 3171 to KZ194200: 4572.723832876381\n", - "12:24:41\tCompleted 3180 to KZ394200: 550.8843075608311\n", - "12:24:41\tCompleted 3213 to KZ351800: 1051.6972003464396\n", - "12:24:41\tCompleted 3189 to KZ194400: 3900.1585862299744\n", - "12:24:41\tCompleted 3173 to KZ395000: 1564.0201037973898\n", - "12:24:41\tCompleted 3191 to KZ434000: 3156.3558488883427\n", - "12:24:41\tCompleted 3182 to KZ114000: 2816.393660178903\n", - "12:24:42\tCompleted 3185 to KZ431900: 2780.2845950574842\n", - "12:24:42\tCompleted 3164 to KZ111810: 1668.26426457715\n", - "12:24:42\tCompleted 3199 to KZ231000: 125.70691448479003\n", - "12:24:42\tCompleted 3145 to KZ395400: 1225.4269427703775\n", - "12:24:42\tCompleted 3161 to KZ593400: 577.6619774265091\n", - "12:24:42\tCompleted 3167 to KZ392000: 1411.5652697537664\n", - "12:24:42\tCompleted 3151 to KZ193400: 3755.35254258077\n", - "12:24:42\tCompleted 3207 to KZ395000: 2504.921521394205\n", - "12:24:42\tCompleted 3172 to KZ316200: 1877.421322053583\n", - "12:24:42\tCompleted 3155 to KZ276200: 4244.317968177464\n", - "12:24:42\tCompleted 3192 to KZ434400: 1931.0277024347924\n", - "12:24:42\tCompleted 3201 to KZ555600: 1205.41531597675\n", - "12:24:42\tCompleted 3216 to KZ111010: 1967.0327439342552\n", - "12:24:42\tCompleted 3177 to KZ196000: 3548.848332478339\n", - "12:24:42\tCompleted 3143 to KZ195200: 1359.8445910212668\n", - "12:24:42\tCompleted 3141 to KZ614600: 2903.447005029768\n", - "12:24:43\tCompleted 3204 to KZ116400: 1505.483336350800312:24:43\tCompleted 3140 to KZ611600: 1631.4900946527368\n", - "\n", - "12:24:43\tCompleted 3153 to KZ315000: 1553.0343535955067\n", - "12:24:43\tCompleted 3179 to KZ394200: 1490.1023568218413\n", - "12:24:43\tCompleted 3206 to KZ395200: 2376.6084963827216\n", - "12:24:43\tCompleted 3199 to KZ234000: 320.2698756313788\n", - "12:24:43\tCompleted 3166 to KZ634600: 1822.070446996175\n", - "12:24:43\tCompleted 3152 to KZ311000: 2080.8990062606877\n", - "12:24:43\tCompleted 3174 to KZ711210: 3175.724792822394\n", - "12:24:43\tCompleted 3168 to KZ616400: 3206.7092375556585\n", - "12:24:43\tCompleted 3183 to KZ751210: 1112.0922542406872\n", - "12:24:43\tCompleted 3180 to KZ394400: 887.5618144581226\n", - "12:24:43\tCompleted 3186 to KZ475000: 2932.79151125191\n", - "12:24:43\tCompleted 3190 to KZ633400: 3854.791597709559512:24:43\tCompleted 3211 to KZ751310: 1961.8529726438942\n", - "\n", - "12:24:43\tCompleted 3165 to KZ195800: 1807.1692286672958\n", - "12:24:44\tCompleted 3175 to KZ616000: 2282.811765057427\n", - "12:24:44\tCompleted 3184 to KZ233600: 2966.1967253795833\n", - "12:24:44\tCompleted 3161 to KZ594200: 757.5197264900205\n", - "12:24:44\tCompleted 3208 to KZ791110: 2821.6960455151657\n", - "12:24:44\tCompleted 3212 to KZ632800: 2938.7156735163976\n", - "12:24:44\tCompleted 3199 to KZ234200: 712.0420043689367\n", - "12:24:44\tCompleted 3210 to KZ154800: 3650.451211230673\n", - "12:24:44\tCompleted 3173 to KZ395200: 1095.9846187225198\n", - "12:24:44\tCompleted 3143 to KZ195000: 1210.716028330491312:24:44\tCompleted 3147 to KZ275400: 3831.680290852157\n", - "\n", - "12:24:44\tCompleted 3193 to KZ613600: 2967.3124946307266\n", - "12:24:44\tCompleted 3201 to KZ551000: 1116.550746630493\n", - "12:24:45\tCompleted 3214 to KZ552200: 2201.1639294338192\n", - "12:24:45\tCompleted 3170 to KZ117000: 2040.4652588336778\n", - "12:24:45\tCompleted 3144 to KZ234800: 3036.3703311889913\n", - "12:24:45\tCompleted 3180 to KZ433200: 705.998493904012\n", - "12:24:45\tCompleted 3207 to KZ395200: 2583.1222541287752\n", - "12:24:45\tCompleted 3162 to KZ614800: 1844.2791820076238\n", - "12:24:45\tCompleted 3200 to KZ355200: 2926.644034443026\n", - "12:24:45\tCompleted 3202 to KZ613900: 2958.961457381378\n", - "12:24:45\tCompleted 3157 to KZ156800: 1813.6033869584599\n", - "12:24:45\tCompleted 3192 to KZ431000: 2216.6882575555687\n", - "12:24:45\tCompleted 3182 to KZ117000: 2862.8533288951253\n", - "12:24:45\tCompleted 3145 to KZ392000: 1342.3506378506167\n", - "12:24:45\tCompleted 3167 to KZ395600: 1288.7186190448429\n", - "12:24:46\tCompleted 3213 to KZ393200: 1578.497009539103\n", - "12:24:46\tCompleted 3216 to KZ116000: 1935.8638250569943\n", - "12:24:46\tCompleted 3205 to KZ235200: 3496.580494690692\n", - "12:24:46\tCompleted 3197 to KZ193200: 2972.9978373501567\n", - "12:24:46\tCompleted 3199 to KZ234600: 827.2123028070176\n", - "12:24:46\tCompleted 3164 to KZ116600: 2740.786688103932\n", - "12:24:46\tCompleted 3172 to KZ311000: 1482.8356921841626\n", - "12:24:46\tCompleted 3183 to KZ751110: 1119.6976363973665\n", - "12:24:46\tCompleted 3161 to KZ596600: 858.4052440667857\n", - "12:24:46\tCompleted 3141 to KZ614800: 3143.1570102874484\n", - "12:24:47\tCompleted 3166 to KZ634400: 1401.70846010175\n", - "12:24:47\tCompleted 3180 to KZ431900: 580.503996522356\n", - "12:24:47\tCompleted 3140 to KZ613600: 1486.282356126784912:24:47\tCompleted 3153 to KZ314200: 1437.239750924247\n", - "\n", - "12:24:47\tCompleted 3201 to KZ556000: 1157.8472549613061\n", - "12:24:47\tCompleted 3217 to KZ234000: 4554.45932185402812:24:47\tCompleted 3185 to KZ434600: 2813.949165483862\n", - "\n", - "12:24:47\tCompleted 3174 to KZ711310: 3165.9848521295085\n", - "12:24:47\tCompleted 3171 to KZ751210: 4527.523455461181\n", - "12:24:47\tCompleted 3199 to KZ234800: 422.0246374074557\n", - "12:24:47\tCompleted 3143 to KZ194400: 1588.6276777350085\n", - "12:24:47\tCompleted 3152 to KZ315000: 2198.1078224943226\n", - "12:24:47\tCompleted 3206 to KZ391000: 2572.314760891681\n", - "12:24:47\tCompleted 3204 to KZ116800: 1831.7146819122725\n", - "12:24:47\tCompleted 3178 to KZ635000: 5066.636091770852\n", - "12:24:47\tCompleted 3159 to KZ231000: 3151.792646053217\n", - "12:24:48\tCompleted 3173 to KZ391000: 1291.690883231494\n", - "12:24:48\tCompleted 3154 to KZ473600: 3175.74433256856112:24:48\tCompleted 3191 to KZ471000: 5174.354086035796\n", - "\n", - "12:24:48\tCompleted 3155 to KZ271000: 4262.010923591701\n", - "12:24:48\tCompleted 3165 to KZ196000: 1580.468368004985\n", - "12:24:48\tCompleted 3189 to KZ194600: 3910.675552234471\n", - "12:24:48\tCompleted 3187 to KZ616400: 2393.952651704085\n", - "12:24:48\tCompleted 3146 to KZ474600: 3369.980469584577\n", - "12:24:48\tCompleted 3153 to KZ353200: 116.24402272825724\n", - "12:24:48\tCompleted 3179 to KZ394400: 1846.5969697455168\n", - "12:24:48\tCompleted 3211 to KZ751410: 1979.2779510475348\n", - "12:24:48\tCompleted 3184 to KZ633200: 1480.9324001886425\n", - "12:24:48\tCompleted 3207 to KZ391000: 2394.688765336907\n", - "12:24:48\tCompleted 3213 to KZ393400: 1140.6693288773774\n", - "12:24:48\tCompleted 3151 to KZ193600: 3176.451073060696\n", - "12:24:48\tCompleted 3180 to KZ434600: 618.4035207725616\n", - "12:24:48\tCompleted 3193 to KZ614000: 3012.6713333033\n", - "12:24:48\tCompleted 3161 to KZ595000: 692.845262754487\n", - "12:24:48\tCompleted 3175 to KZ613800: 2431.065898076307\n", - "12:24:48\tCompleted 3199 to KZ235200: 329.2022990964815\n", - "12:24:48\tCompleted 3208 to KZ791310: 2799.4144965547657\n", - "12:24:48\tCompleted 3160 to KZ634600: 5125.74093080147\n", - "12:24:49\tCompleted 3145 to KZ395600: 1219.5039871416932\n", - "12:24:49\tCompleted 3192 to KZ435200: 2307.5000509456204\n", - "12:24:49\tCompleted 3202 to KZ612000: 2464.8330980471405\n", - "12:24:49\tCompleted 3168 to KZ615600: 2741.816656174081\n", - "12:24:49\tCompleted 3190 to KZ633600: 3625.61625712113\n", - "12:24:49\tCompleted 3182 to KZ114400: 2740.147214222329\n", - "12:24:49\tCompleted 3170 to KZ114400: 1917.7591441608665\n", - "12:24:49\tCompleted 3164 to KZ115600: 1932.326670330358\n", - "12:24:49\tCompleted 3183 to KZ751310: 1121.2123550231279\n", - "12:24:49\tCompleted 3143 to KZ194600: 1222.4285126092414\n", - "12:24:49\tCompleted 3201 to KZ556800: 1219.4182136460543\n", - "12:24:50\tCompleted 3199 to KZ235600: 111.36936142202931\n", - "12:24:50\tCompleted 3177 to KZ191000: 3240.459179585321\n", - "12:24:50\tCompleted 3162 to KZ615400: 1735.1830641805595\n", - "12:24:50\tCompleted 3180 to KZ434400: 655.3285331166572\n", - "12:24:50\tCompleted 3157 to KZ193200: 1716.458748853773\n", - "12:24:50\tCompleted 3200 to KZ355600: 3170.289587538136\n", - "12:24:50\tCompleted 3175 to KZ273200: 823.5780802326026\n", - "12:24:50\tCompleted 3167 to KZ395800: 1591.1026944513155\n", - "12:24:50\tCompleted 3216 to KZ116400: 2058.2651728165124\n", - "12:24:50\tCompleted 3210 to KZ155200: 4077.3898741324256\n", - "12:24:50\tCompleted 3161 to KZ593600: 807.3938670387803\n", - "12:24:50\tCompleted 3186 to KZ475200: 2943.6344720359593\n", - "12:24:50\tCompleted 3141 to KZ615400: 3139.562635368919\n", - "12:24:51\tCompleted 3153 to KZ353600: 824.2528351665917\n", - "12:24:51\tCompleted 3172 to KZ315000: 1600.0445084177954\n", - "12:24:51\tCompleted 3214 to KZ554600: 2283.340401935611\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:24:51\tCompleted 3147 to KZ273600: 2999.6395498346956\n", - "12:24:51\tCompleted 3199 to KZ233600: 604.6800372627232\n", - "12:24:51\tCompleted 3213 to KZ391600: 1399.8655721279538\n", - "12:24:51\tCompleted 3207 to KZ395400: 2433.0651495355655\n", - "12:24:51\tCompleted 3152 to KZ314200: 2082.313219823061\n", - "12:24:51\tCompleted 3143 to KZ194800: 1377.3831168658396\n", - "12:24:51\tCompleted 3212 to KZ636800: 3140.756203777103\n", - "12:24:51\tCompleted 3173 to KZ395400: 1335.0547781568077\n", - "12:24:51\tCompleted 3206 to KZ395400: 2615.678655816994\n", - "12:24:52\tCompleted 3140 to KZ614000: 1614.6950186685237\n", - "12:24:52\tCompleted 3166 to KZ313600: 1719.8969106402174\n", - "12:24:52\tCompleted 3180 to KZ431000: 940.9890882374376\n", - "12:24:52\tCompleted 3204 to KZ111810: 1871.2454829587673\n", - "12:24:52\tCompleted 3201 to KZ554800: 1374.0981823943423\n", - "12:24:52\tCompleted 3165 to KZ191000: 1455.7875095586392\n", - "12:24:52\tCompleted 3174 to KZ555200: 3909.799711350652\n", - "12:24:52\tCompleted 3144 to KZ235200: 3084.010178552359\n", - "12:24:52\tCompleted 3153 to KZ351600: 479.28175541983705\n", - "12:24:52\tCompleted 3175 to KZ274400: 870.5175176254664\n", - "12:24:52\tCompleted 3185 to KZ434400: 3156.8985644455875\n", - "12:24:52\tCompleted 3164 to KZ115200: 2125.8087848166165\n", - "12:24:52\tCompleted 3208 to KZ791510: 2809.532272551034\n", - "12:24:52\tCompleted 3187 to KZ615600: 2004.393085928191\n", - "12:24:52\tCompleted 3183 to KZ751410: 1136.8799741138878\n", - "12:24:52\tCompleted 3205 to KZ235600: 3591.618260711097\n", - "12:24:52\tCompleted 3192 to KZ434800: 2229.0662866689026\n", - "12:24:52\tCompleted 3211 to KZ751710: 2020.2659828164376\n", - "12:24:53\tCompleted 3145 to KZ395800: 1521.8880625481663\n", - "12:24:53\tCompleted 3171 to KZ751110: 4535.280814774061\n", - "12:24:53\tCompleted 3193 to KZ613900: 3249.591330473027\n", - "12:24:53\tCompleted 3178 to KZ632200: 4416.316410537065\n", - "12:24:53\tCompleted 3197 to KZ193400: 3177.8867143655816\n", - "12:24:53\tCompleted 3161 to KZ595200: 804.8440000960164\n", - "12:24:53\tCompleted 3202 to KZ614400: 2887.162781369225\n", - "12:24:53\tCompleted 3168 to KZ615800: 2175.1932847304856\n", - "12:24:53\tCompleted 3153 to KZ354000: 61.15827599195151\n", - "12:24:54\tCompleted 3207 to KZ392000: 2229.9710235821144\n", - "12:24:54\tCompleted 3217 to KZ234200: 5005.405028375\n", - "12:24:54\tCompleted 3152 to KZ353200: 1459.5111759472477\n", - "12:24:54\tCompleted 3157 to KZ193400: 1468.9459430947857\n", - "12:24:54\tCompleted 3143 to KZ195600: 1582.3421283991145\n", - "12:24:54\tCompleted 3216 to KZ116800: 1845.8663191244877\n", - "12:24:54\tCompleted 3159 to KZ234000: 3360.403123420905\n", - "12:24:54\tCompleted 3155 to KZ274000: 4925.698613530931\n", - "12:24:54\tCompleted 3141 to KZ615200: 2955.1462040733722\n", - "12:24:54\tCompleted 3213 to KZ393600: 1281.35429766432\n", - "12:24:54\tCompleted 3182 to KZ114600: 3365.610685073763\n", - "12:24:54\tCompleted 3179 to KZ433200: 1924.756953030354\n", - "12:24:54\tCompleted 3167 to KZ392400: 1317.2896204776557\n", - "12:24:54\tCompleted 3162 to KZ615200: 1514.6659189645668\n", - "12:24:54\tCompleted 3191 to KZ473600: 4755.379320012773\n", - "12:24:54\tCompleted 3154 to KZ474200: 3622.368493635083\n", - "12:24:54\tCompleted 3180 to KZ435200: 1031.8008816275\n", - "12:24:54\tCompleted 3204 to KZ116600: 1202.0125022269497\n", - "12:24:54\tCompleted 3184 to KZ634800: 2201.9363221317867\n", - "12:24:54\tCompleted 3201 to KZ556400: 1300.964541569146\n", - "12:24:54\tCompleted 3170 to KZ114600: 2543.2226150123024\n", - "12:24:55\tCompleted 3172 to KZ314200: 1484.2499057465357\n", - "12:24:55\tCompleted 3153 to KZ351000: 14.071067811865476\n", - "12:24:55\tCompleted 3189 to KZ194800: 4178.791204288475\n", - "12:24:55\tCompleted 3151 to KZ194000: 3242.9384389059346\n", - "12:24:55\tCompleted 3161 to KZ591000: 695.0597288485543\n", - "12:24:55\tCompleted 3160 to KZ634400: 4647.458893713315\n", - "12:24:55\tCompleted 3200 to KZ352100: 3641.9808354389834\n", - "12:24:55\tCompleted 3175 to KZ275400: 1484.6113827587637\n", - "12:24:55\tCompleted 3190 to KZ633800: 3926.2016046016392\n", - "12:24:56\tCompleted 3192 to KZ433600: 2044.7098148187602\n", - "12:24:56\tCompleted 3183 to KZ751710: 1172.5959279441486\n", - "12:24:56\tCompleted 3173 to KZ392000: 1451.978473237047\n", - "12:24:56\tCompleted 3146 to KZ475000: 3740.309496334354\n", - "12:24:56\tCompleted 3210 to KZ156400: 3787.8236919258484\n", - "12:24:56\tCompleted 3145 to KZ392400: 1248.074988574506\n", - "12:24:56\tCompleted 3206 to KZ392000: 2732.6023508972175\n", - "12:24:56\tCompleted 3172 to KZ353200: 440.0044663097775\n", - "12:24:56\tCompleted 3187 to KZ615800: 1771.5694292101252\n", - "12:24:56\tCompleted 3166 to KZ314000: 1578.253546491831\n", - "12:24:56\tCompleted 3208 to KZ791710: 2781.032333200748\n", - "12:24:56\tCompleted 3193 to KZ612000: 2755.4629711387897\n", - "12:24:56\tCompleted 3165 to KZ196200: 1451.1536583718364\n", - "12:24:56\tCompleted 3180 to KZ434800: 953.3671173507746\n", - "12:24:56\tCompleted 3153 to KZ352000: 467.07772341797346\n", - "12:24:56\tCompleted 3152 to KZ353600: 1605.8141951384646\n", - "12:24:56\tCompleted 3164 to KZ115400: 2346.3815566822673\n", - "12:24:56\tCompleted 3143 to KZ195800: 1644.4908556790824\n", - "12:24:57\tCompleted 3207 to KZ395600: 2543.537229563054\n", - "12:24:57\tCompleted 3175 to KZ273600: 717.5844735752654\n", - "12:24:57\tCompleted 3211 to KZ751810: 1966.5098268933866\n", - "12:24:57\tCompleted 3213 to KZ396400: 1253.2784106404683\n", - "12:24:57\tCompleted 3202 to KZ614600: 2612.270478953819\n", - "12:24:57\tCompleted 3185 to KZ431000: 2497.720133592121\n", - "12:24:57\tCompleted 3174 to KZ551600: 3643.232989365125\n", - "12:24:57\tCompleted 3157 to KZ193600: 1304.5847709764942\n", - "12:24:57\tCompleted 3199 to KZ633200: 4123.119655683157\n", - "12:24:57\tCompleted 3147 to KZ276600: 3081.4647965336817\n", - "12:24:57\tCompleted 3140 to KZ613900: 1891.4467178097177\n", - "12:24:57\tCompleted 3161 to KZ595600: 928.9473153704765\n", - "12:24:57\tCompleted 3182 to KZ114800: 2358.2387744477132\n", - "12:24:57\tCompleted 3167 to KZ396200: 1125.7127064514373\n", - "12:24:57\tCompleted 3214 to KZ555600: 2680.0552046356547\n", - "12:24:58\tCompleted 3216 to KZ111810: 1866.376530010647\n", - "12:24:58\tCompleted 3170 to KZ114800: 1590.8827566890482\n", - "12:24:58\tCompleted 3168 to KZ612600: 2430.323411351395\n", - "12:24:58\tCompleted 3172 to KZ353600: 727.4695737598036\n", - "12:24:58\tCompleted 3201 to KZ554200: 1563.5925799565823\n", - "12:24:58\tCompleted 3177 to KZ196200: 3006.052006794006\n", - "12:24:58\tCompleted 3153 to KZ354800: 539.2288216426554\n", - "12:24:58\tCompleted 3204 to KZ115600: 1689.0906293165579\n", - "12:24:58\tCompleted 3143 to KZ196000: 922.1989403563946\n", - "12:24:58\tCompleted 3180 to KZ433600: 769.0106455006236\n", - "12:24:58\tCompleted 3171 to KZ751310: 4528.452387649314\n", - "12:24:58\tCompleted 3197 to KZ193600: 2392.095878756484612:24:58\tCompleted 3175 to KZ276600: 799.4097202742415\n", - "\n", - "12:24:59\tCompleted 3179 to KZ431900: 1409.6527668125216\n", - "12:24:59\tCompleted 3184 to KZ633400: 1380.6516257461014\n", - "12:24:59\tCompleted 3152 to KZ351600: 1343.7495407923689\n", - "12:24:59\tCompleted 3141 to KZ616400: 3656.767756268787\n", - "12:24:59\tCompleted 3183 to KZ751810: 1126.4549957102472\n", - "12:24:59\tCompleted 3161 to KZ596000: 571.7623313173864\n", - "12:24:59\tCompleted 3144 to KZ235600: 3179.047944572763812:24:59\tCompleted 3172 to KZ351600: 519.7021819413014\n", - "\n", - "12:24:59\tCompleted 3187 to KZ612600: 1480.9494403246147\n", - "12:24:59\tCompleted 3212 to KZ635800: 3505.043755574487\n", - "12:24:59\tCompleted 3192 to KZ434000: 2779.9135079839275\n", - "12:24:59\tCompleted 3166 to KZ314800: 1278.3725427841746\n", - "12:25:00\tCompleted 3205 to KZ233600: 3597.3802495112213\n", - "12:25:00\tCompleted 3208 to KZ611600: 2730.206994348084\n", - "12:25:00\tCompleted 3145 to KZ396200: 1056.4980745482883\n", - "12:25:00\tCompleted 3153 to KZ355200: 636.112531624093712:25:00\tCompleted 3175 to KZ275000: 551.3773624601853\n", - "\n", - "12:25:00\tCompleted 3173 to KZ395600: 1329.1318225281234\n", - "12:25:00\tCompleted 3200 to KZ352200: 3128.3381657008895\n", - "12:25:00\tCompleted 3143 to KZ191000: 1045.694235358536\n", - "12:25:00\tCompleted 3160 to KZ313600: 3846.9006264176555\n", - "12:25:00\tCompleted 3217 to KZ234600: 5120.575326813106\n", - "12:25:00\tCompleted 3213 to KZ394000: 1320.979536967256\n", - "12:25:00\tCompleted 3178 to KZ635200: 5332.241139563893\n", - "12:25:00\tCompleted 3162 to KZ616400: 2356.485764865499\n", - "12:25:00\tCompleted 3206 to KZ395600: 2609.7557001883047\n", - "12:25:00\tCompleted 3172 to KZ354000: 302.6608372503272\n", - "12:25:00\tCompleted 3207 to KZ395800: 2798.695341331789\n", - "12:25:00\tCompleted 3155 to KZ274200: 5033.014601690746\n", - "12:25:01\tCompleted 3167 to KZ396600: 1133.6315472426365\n", - "12:25:01\tCompleted 3216 to KZ116600: 1712.6704188611996\n", - "12:25:01\tCompleted 3186 to KZ471800: 2773.2442518752337\n", - "12:25:01\tCompleted 3154 to KZ474600: 3299.54393281700112:25:01\tCompleted 3165 to KZ192600: 1511.1433536575132\n", - "\n", - "12:25:01\tCompleted 3159 to KZ234200: 3811.348829941841\n", - "12:25:01\tCompleted 3204 to KZ115200: 1294.5914352165203\n", - "12:25:01\tCompleted 3202 to KZ614800: 2851.980484211499\n", - "12:25:01\tCompleted 3152 to KZ354000: 1322.1675468877972\n", - "12:25:01\tCompleted 3211 to KZ751910: 1987.650743243795\n", - "12:25:01\tCompleted 3191 to KZ474200: 5202.0034810793395\n", - "12:25:01\tCompleted 3182 to KZ111010: 2749.548275225667\n", - "12:25:01\tCompleted 3153 to KZ355600: 245.7507917656346\n", - "12:25:01\tCompleted 3189 to KZ195600: 4255.571772043679\n", - "12:25:01\tCompleted 3185 to KZ435200: 2469.5312266642422\n", - "12:25:01\tCompleted 3157 to KZ194000: 1498.612951408087212:25:01\tCompleted 3161 to KZ596200: 958.7617809885649\n", - "\n", - "12:25:01\tCompleted 3193 to KZ614400: 3177.792654460874\n", - "12:25:02\tCompleted 3140 to KZ612000: 1411.7039186336801\n", - "12:25:02\tCompleted 3156 to KZ113200: 358.48682179570386\n", - "12:25:02\tCompleted 3210 to KZ155600: 3829.359747810519\n", - "12:25:02\tCompleted 3172 to KZ351000: 339.9930338297353\n", - "12:25:02\tCompleted 3192 to KZ471000: 1189.086592806241\n", - "12:25:02\tCompleted 3183 to KZ751910: 1127.3936773464698\n", - "12:25:02\tCompleted 3180 to KZ434000: 1504.2143386658252\n", - "12:25:02\tCompleted 3190 to KZ634000: 4173.404402498667\n", - "12:25:02\tCompleted 3205 to KZ633200: 1057.2278007536804\n", - "12:25:02\tCompleted 3175 to KZ274800: 1196.4516023359538\n", - "12:25:02\tCompleted 3201 to KZ791110: 1707.9078699934555\n", - "12:25:02\tCompleted 3151 to KZ196400: 3676.092545581512\n", - "12:25:02\tCompleted 3174 to KZ553200: 3762.1809827718216\n", - "12:25:02\tCompleted 3143 to KZ196200: 1401.9121656204184\n", - "12:25:02\tCompleted 3168 to KZ616000: 2140.088639976437\n", - "12:25:03\tCompleted 3164 to KZ151000: 3731.590133700408\n", - "12:25:03\tCompleted 3170 to KZ111010: 1978.636727255715\n", - "12:25:03\tCompleted 3166 to KZ315400: 1240.9198908650028\n", - "12:25:03\tCompleted 3156 to KZ113400: 149.707750693531\n", - "12:25:03\tCompleted 3179 to KZ434600: 1443.317337238902\n", - "12:25:03\tCompleted 3200 to KZ352300: 2417.523246544928\n", - "12:25:03\tCompleted 3214 to KZ551000: 2276.256524284188\n", - "12:25:03\tCompleted 3141 to KZ615600: 3267.20819049290212:25:03\tCompleted 3213 to KZ396800: 1452.451337757599\n", - "\n", - "12:25:03\tCompleted 3161 to KZ596400: 732.5567605883388\n", - "12:25:03\tCompleted 3186 to KZ593200: 1013.0645671677789\n", - "12:25:03\tCompleted 3207 to KZ392400: 2329.1716512618555\n", - "12:25:03\tCompleted 3199 to KZ634800: 4666.976628894218\n", - "12:25:03\tCompleted 3147 to KZ275000: 2957.7795572079367\n", - "12:25:03\tCompleted 3153 to KZ352100: 702.5605156551235\n", - "12:25:04\tCompleted 3152 to KZ351000: 1359.4997434672055\n", - "12:25:04\tCompleted 3192 to KZ473600: 722.6764841246797\n", - "12:25:04\tCompleted 3187 to KZ616000: 1798.7086449427316\n", - "12:25:04\tCompleted 3204 to KZ115400: 1277.4506717406173\n", - "12:25:04\tCompleted 3208 to KZ613600: 2784.402130991894\n", - "12:25:04\tCompleted 3172 to KZ352000: 790.8381669994939\n", - "12:25:04\tCompleted 3145 to KZ396600: 1064.416915339487\n", - "12:25:04\tCompleted 3175 to KZ275800: 670.1951127484122\n", - "12:25:04\tCompleted 3146 to KZ475200: 3751.1524571184036\n", - "12:25:04\tCompleted 3156 to KZ113600: 424.9804797401672\n", - "12:25:04\tCompleted 3197 to KZ194000: 2458.5832446017293\n", - "12:25:04\tCompleted 3143 to KZ192600: 1086.293729985203512:25:04\tCompleted 3171 to KZ751410: 4545.877366052956\n", - "\n", - "12:25:05\tCompleted 3216 to KZ115600: 2031.8027603511714\n", - "12:25:05\tCompleted 3162 to KZ615600: 1554.794268730475\n", - "12:25:05\tCompleted 3184 to KZ633600: 1407.7635642407847\n", - "12:25:05\tCompleted 3206 to KZ395800: 2912.1397755947887\n", - "12:25:05\tCompleted 3173 to KZ395800: 1631.5158979345963\n", - "12:25:05\tCompleted 3153 to KZ352200: 63.589207939669755\n", - "12:25:05\tCompleted 3182 to KZ116000: 2850.727487404055\n", - "12:25:05\tCompleted 3160 to KZ314000: 3629.3343617739656\n", - "12:25:05\tCompleted 3177 to KZ192600: 3279.402934614015\n", - "12:25:05\tCompleted 3172 to KZ354800: 215.03538746670296\n", - "12:25:05\tCompleted 3193 to KZ614600: 2902.900352045468\n", - "12:25:05\tCompleted 3204 to KZ151000: 865.1552198395874\n", - "12:25:06\tCompleted 3211 to KZ751510: 1976.166681142879\n", - "12:25:06\tCompleted 3183 to KZ751510: 1119.8822034169252\n", - "12:25:06\tCompleted 3202 to KZ615400: 2848.3861092929696\n", - "12:25:06\tCompleted 3213 to KZ394800: 1192.7241111820006\n", - "12:25:06\tCompleted 3167 to KZ394200: 1582.541925996395\n", - "12:25:06\tCompleted 3156 to KZ113800: 604.3265044090674\n", - "12:25:06\tCompleted 3157 to KZ196400: 1708.4647000523846\n", - "12:25:06\tCompleted 3175 to KZ276000: 1082.1068734932128\n", - "12:25:06\tCompleted 3161 to KZ594600: 938.0356121158368\n", - "12:25:06\tCompleted 3192 to KZ474200: 1216.735987849795\n", - "12:25:06\tCompleted 3185 to KZ434800: 2489.0495297456177\n", - "12:25:06\tCompleted 3144 to KZ233600: 3184.8099333728883\n", - "12:25:06\tCompleted 3217 to KZ234800: 4254.276702648611\n", - "12:25:07\tCompleted 3165 to KZ196600: 1770.2203102471292\n", - "12:25:07\tCompleted 3166 to KZ315600: 1367.3689597628509\n", - "12:25:07\tCompleted 3170 to KZ116000: 2028.3394173425975\n", - "12:25:07\tCompleted 3201 to KZ791310: 1664.3676381128469\n", - "12:25:07\tCompleted 3152 to KZ352000: 1810.344876636964\n", - "12:25:07\tCompleted 3207 to KZ396200: 2769.2005737715713\n", - "12:25:07\tCompleted 3143 to KZ196600: 1510.211071587524\n", - "12:25:07\tCompleted 3210 to KZ156800: 3155.108621288451\n", - "12:25:07\tCompleted 3212 to KZ636200: 3259.1717736762203\n", - "12:25:07\tCompleted 3204 to KZ153200: 869.5718032682366\n", - "12:25:07\tCompleted 3140 to KZ614400: 1817.9795172495205\n", - "12:25:07\tCompleted 3168 to KZ613800: 2515.702415308785\n", - "12:25:07\tCompleted 3141 to KZ615800: 3034.384533774813\n", - "12:25:07\tCompleted 3174 to KZ553600: 3713.1839810067986\n", - "12:25:07\tCompleted 3161 to KZ711110: 186.26790570154338\n", - "12:25:07\tCompleted 3205 to KZ634800: 1747.672895016052712:25:07\tCompleted 3186 to KZ595800: 1383.8849100342318\n", - "\n", - "12:25:07\tCompleted 3191 to KZ474600: 4879.178920261251\n", - "12:25:08\tCompleted 3200 to KZ352800: 3129.0220088419874\n", - "12:25:08\tCompleted 3172 to KZ355200: 948.9133748504554\n", - "12:25:08\tCompleted 3180 to KZ471000: 1883.67973208366\n", - "12:25:08\tCompleted 3153 to KZ352300: 854.8686143301094\n", - "12:25:08\tCompleted 3159 to KZ234600: 3926.5191283798954\n", - "12:25:08\tCompleted 3156 to KZ114500: 471.4485198631049\n", - "12:25:08\tCompleted 3208 to KZ614000: 2829.760969664467\n", - "12:25:08\tCompleted 3175 to KZ276200: 801.4930867592882\n", - "12:25:08\tCompleted 3154 to KZ475000: 3669.872959566778312:25:08\tCompleted 3189 to KZ195800: 4069.4586444108295\n", - "\n", - "12:25:08\tCompleted 3178 to KZ632400: 5124.898176757462\n", - "12:25:08\tCompleted 3187 to KZ613800: 1946.9627779616183\n", - "12:25:08\tCompleted 3192 to KZ474600: 893.9114270317175\n", - "12:25:08\tCompleted 3210 to KZ193200: 410.4519080043223\n", - "12:25:08\tCompleted 3179 to KZ434400: 1786.2667362006364\n", - "12:25:08\tCompleted 3204 to KZ153400: 758.9851457425311\n", - "12:25:09\tCompleted 3164 to KZ153200: 3781.7837411291553\n", - "12:25:09\tCompleted 3182 to KZ116400: 2642.083653561712\n", - "12:25:09\tCompleted 3151 to KZ196800: 3144.2509433403657\n", - "12:25:09\tCompleted 3161 to KZ711410: 212.38040578505513\n", - "12:25:09\tCompleted 3216 to KZ115200: 2225.284874837424\n", - "12:25:09\tCompleted 3153 to KZ352800: 90.71163063663653\n", - "12:25:09\tCompleted 3173 to KZ392400: 1357.7028239609363\n", - "12:25:09\tCompleted 3152 to KZ354800: 1135.4400589514278\n", - "12:25:09\tCompleted 3162 to KZ615800: 1569.1738880580072\n", - "12:25:09\tCompleted 3145 to KZ394200: 1513.3272940932459\n", - "12:25:09\tCompleted 3144 to KZ633200: 1018.898832767163\n", - "12:25:09\tCompleted 3172 to KZ355600: 543.4617540868647\n", - "12:25:09\tCompleted 3213 to KZ395000: 1514.4397903034453\n", - "12:25:09\tCompleted 3205 to KZ633400: 789.466795570783\n", - "12:25:09\tCompleted 3156 to KZ114000: 418.3878736569274\n", - "12:25:09\tCompleted 3202 to KZ615200: 2663.96967799742312:25:09\tCompleted 3210 to KZ193400: 150.65240118989678\n", - "\n", - "12:25:09\tCompleted 3199 to KZ633400: 4022.838881240616\n", - "12:25:10\tCompleted 3206 to KZ392400: 2638.326701621116\n", - "12:25:10\tCompleted 3214 to KZ556000: 2324.3779064922014\n", - "12:25:10\tCompleted 3157 to KZ196800: 1308.883688310736\n", - "12:25:10\tCompleted 3143 to KZ194200: 1617.9070297177313\n", - "12:25:10\tCompleted 3190 to KZ635400: 4681.6403160703985\n", - "12:25:10\tCompleted 3193 to KZ614800: 3142.6103573031482\n", - "12:25:10\tCompleted 3171 to KZ751710: 4586.865397821859\n", - "12:25:10\tCompleted 3161 to KZ711210: 213.54216721195354\n", - "12:25:10\tCompleted 3175 to KZ271000: 819.1860421735151\n", - "12:25:10\tCompleted 3153 to KZ356400: 378.11046181449757\n", - "12:25:10\tCompleted 3170 to KZ116400: 1819.6955835002464\n", - "12:25:10\tCompleted 3165 to KZ194200: 1272.170052419664\n", - "12:25:10\tCompleted 3147 to KZ274800: 3482.66736501943\n", - "12:25:10\tCompleted 3192 to KZ475000: 1264.2404537815178\n", - "12:25:10\tCompleted 3207 to KZ396600: 2680.9057059190304\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:25:10\tCompleted 3166 to KZ316000: 1353.5094149149922\n", - "12:25:11\tCompleted 3186 to KZ593400: 1195.74587243889\n", - "12:25:11\tCompleted 3204 to KZ153600: 1136.7172650937705\n", - "12:25:11\tCompleted 3201 to KZ791510: 1641.4871385411939\n", - "12:25:11\tCompleted 3184 to KZ633800: 1635.231287132501412:25:11\tCompleted 3160 to KZ314800: 4128.621666648395\n", - "\n", - "12:25:11\tCompleted 3156 to KZ117000: 341.0202171035313\n", - "12:25:11\tCompleted 3197 to KZ196400: 2891.7373512773065\n", - "12:25:11\tCompleted 3211 to KZ231000: 1956.2119122600188\n", - "12:25:11\tCompleted 3187 to KZ273200: 1312.302520690866\n", - "12:25:11\tCompleted 3172 to KZ352100: 749.5706704774124\n", - "12:25:11\tCompleted 3141 to KZ612600: 2743.7645448893277\n", - "12:25:11\tCompleted 3167 to KZ394400: 1662.4291371311576\n", - "12:25:11\tCompleted 3180 to KZ473600: 1464.7049660606758\n", - "12:25:11\tCompleted 3161 to KZ711310: 225.39952666788537\n", - "12:25:11\tCompleted 3153 to KZ352400: 67.35533934712403\n", - "12:25:11\tCompleted 3185 to KZ433600: 2688.8922932875066\n", - "12:25:12\tCompleted 3179 to KZ431000: 1127.088305347134\n", - "12:25:12\tCompleted 3140 to KZ614600: 1504.9240374106832\n", - "12:25:12\tCompleted 3146 to KZ471800: 3580.762236957678\n", - "12:25:12\tCompleted 3204 to KZ154000: 802.9654794250376\n", - "12:25:12\tCompleted 3143 to KZ751210: 1363.201534989866\n", - "12:25:12\tCompleted 3152 to KZ355200: 1799.5717648737211\n", - "12:25:12\tCompleted 3208 to KZ613900: 3066.6809668341944\n", - "12:25:12\tCompleted 3217 to KZ235200: 4301.916550011978\n", - "12:25:12\tCompleted 3210 to KZ193600: 979.6796513326088\n", - "12:25:12\tCompleted 3200 to KZ356400: 3229.435764172894\n", - "12:25:12\tCompleted 3174 to KZ552200: 3604.7160389850856\n", - "12:25:12\tCompleted 3173 to KZ396200: 1166.125909934718\n", - "12:25:12\tCompleted 3156 to KZ114400: 467.2600572121307\n", - "12:25:12\tCompleted 3172 to KZ352200: 387.3496515211898\n", - "12:25:13\tCompleted 3177 to KZ196600: 3325.1186586692866\n", - "12:25:13\tCompleted 3205 to KZ633600: 1204.749493211152\n", - "12:25:13\tCompleted 3183 to KZ231000: 3475.640409161694\n", - "12:25:13\tCompleted 3192 to KZ475200: 1275.083414565566\n", - "12:25:13\tCompleted 3182 to KZ116800: 2968.314999123175\n", - "12:25:13\tCompleted 3162 to KZ612600: 1399.2887368630506\n", - "12:25:13\tCompleted 3175 to KZ274000: 1363.033475986878\n", - "12:25:13\tCompleted 3213 to KZ395200: 1454.5512879746575\n", - "12:25:13\tCompleted 3207 to KZ394200: 2292.366983182995\n", - "12:25:13\tCompleted 3157 to KZ191600: 1360.8730943767446\n", - "12:25:13\tCompleted 3216 to KZ115400: 2445.857646703075\n", - "12:25:14\tCompleted 3206 to KZ396200: 2446.7497875949116\n", - "12:25:14\tCompleted 3187 to KZ274400: 1290.301510998329\n", - "12:25:14\tCompleted 3166 to KZ316600: 1291.8433826394848\n", - "12:25:14\tCompleted 3161 to KZ555200: 894.3321855010624\n", - "12:25:14\tCompleted 3145 to KZ394400: 1593.214505228008\n", - "12:25:14\tCompleted 3193 to KZ615400: 3139.015982384619\n", - "12:25:14\tCompleted 3210 to KZ194000: 835.2248824779406\n", - "12:25:14\tCompleted 3164 to KZ153400: 3365.4550704990324\n", - "12:25:14\tCompleted 3156 to KZ114600: 575.6591495995606\n", - "12:25:14\tCompleted 3146 to KZ593200: 698.2127527267115\n", - "12:25:14\tCompleted 3186 to KZ594200: 1210.0739737707984\n", - "12:25:14\tCompleted 3204 to KZ154200: 1105.6015183943584\n", - "12:25:14\tCompleted 3201 to KZ791710: 1639.7109582241612\n", - "12:25:14\tCompleted 3165 to KZ751210: 1370.38823172814\n", - "12:25:14\tCompleted 3191 to KZ475000: 5249.507947011072\n", - "12:25:14\tCompleted 3144 to KZ634800: 1739.9027547103067\n", - "12:25:14\tCompleted 3143 to KZ751110: 1356.803259326577\n", - "12:25:15\tCompleted 3212 to KZ636400: 3196.176199106448\n", - "12:25:15\tCompleted 3189 to KZ196000: 4256.239399799741\n", - "12:25:15\tCompleted 3153 to KZ356000: 1015.9650015533844\n", - "12:25:15\tCompleted 3178 to KZ632800: 4875.125051252618\n", - "12:25:15\tCompleted 3202 to KZ616400: 3365.5912301928374\n", - "12:25:15\tCompleted 3170 to KZ116800: 2145.926929061717\n", - "12:25:15\tCompleted 3199 to KZ633600: 3793.6635406521864\n", - "12:25:15\tCompleted 3152 to KZ355600: 1511.31670263431712:25:15\tCompleted 3179 to KZ435200: 1203.3946115755496\n", - "\n", - "12:25:15\tCompleted 3210 to KZ196400: 503.069300990844\n", - "12:25:15\tCompleted 3159 to KZ234800: 3060.2205042155115\n", - "12:25:15\tCompleted 3192 to KZ471800: 1104.6931944048301\n", - "12:25:15\tCompleted 3173 to KZ396600: 1174.0447507259173\n", - "12:25:15\tCompleted 3154 to KZ475200: 3680.7159203508277\n", - "12:25:15\tCompleted 3151 to KZ191600: 3170.0489194004504\n", - "12:25:15\tCompleted 3168 to KZ273200: 4202.710313353055\n", - "12:25:15\tCompleted 3204 to KZ156000: 678.8507507625671\n", - "12:25:16\tCompleted 3161 to KZ551600: 627.7654635155163\n", - "12:25:16\tCompleted 3141 to KZ616000: 3061.5237495074243\n", - "12:25:16\tCompleted 3208 to KZ612000: 2572.552607499957\n", - "12:25:16\tCompleted 3186 to KZ596600: 885.151806468935\n", - "12:25:16\tCompleted 3214 to KZ556800: 2525.065831364139\n", - "12:25:16\tCompleted 3185 to KZ434000: 2525.584918340191\n", - "12:25:16\tCompleted 3160 to KZ315400: 3815.8605479684434\n", - "12:25:16\tCompleted 3207 to KZ394400: 2245.3693788449086\n", - "12:25:16\tCompleted 3184 to KZ634000: 1876.411379267321\n", - "12:25:16\tCompleted 3210 to KZ196800: 746.5258212581828\n", - "12:25:16\tCompleted 3172 to KZ352300: 1178.6290579116298\n", - "12:25:16\tCompleted 3146 to KZ595800: 802.1323627670888\n", - "12:25:16\tCompleted 3190 to KZ635000: 4208.973526158722\n", - "12:25:16\tCompleted 3171 to KZ751810: 4533.109241898807\n", - "12:25:17\tCompleted 3156 to KZ114800: 933.8946789528756\n", - "12:25:17\tCompleted 3200 to KZ352400: 3079.290819292965\n", - "12:25:17\tCompleted 3213 to KZ391000: 1404.207034246153\n", - "12:25:17\tCompleted 3143 to KZ751310: 1363.288540700815712:25:17\tCompleted 3197 to KZ196800: 2359.8957490361604\n", - "\n", - "12:25:17\tCompleted 3180 to KZ474200: 1911.3291271272067\n", - "12:25:17\tCompleted 3147 to KZ275800: 2952.2501890078515\n", - "12:25:17\tCompleted 3175 to KZ274200: 1575.154655583896\n", - "12:25:17\tCompleted 3157 to KZ195200: 1381.9274234540412\n", - "12:25:17\tCompleted 3153 to KZ354400: 808.449123376232912:25:17\tCompleted 3174 to KZ554600: 3660.906377557778\n", - "\n", - "12:25:17\tCompleted 3144 to KZ633400: 918.6180583246215\n", - "12:25:17\tCompleted 3211 to KZ234000: 2164.8223896276777\n", - "12:25:17\tCompleted 3205 to KZ633800: 1211.526687697539\n", - "12:25:17\tCompleted 3182 to KZ111810: 3007.845800169666\n", - "12:25:17\tCompleted 3204 to KZ154600: 976.9881815076985\n", - "12:25:17\tCompleted 3193 to KZ615200: 2954.599551089072\n", - "12:25:17\tCompleted 3162 to KZ616000: 1577.0375190895284\n", - "12:25:18\tCompleted 3140 to KZ614800: 1886.2364994973518\n", - "12:25:18\tCompleted 3152 to KZ352100: 1573.6180293284808\n", - "12:25:18\tCompleted 3210 to KZ191600: 663.4253643903398\n", - "12:25:18\tCompleted 3206 to KZ396600: 2454.668628386101\n", - "12:25:18\tCompleted 3172 to KZ352800: 414.47207421815665\n", - "12:25:18\tCompleted 3167 to KZ433200: 2165.8521116145416\n", - "12:25:18\tCompleted 3201 to KZ611600: 1896.5714934992857\n", - "12:25:18\tCompleted 3161 to KZ553200: 746.7134569222237\n", - "12:25:18\tCompleted 3179 to KZ434800: 1118.417701500633\n", - "12:25:18\tCompleted 3146 to KZ593400: 611.5196254149486\n", - "12:25:18\tCompleted 3156 to KZ111010: 471.2468033829242\n", - "12:25:18\tCompleted 3217 to KZ235600: 4396.954316032428\n", - "12:25:18\tCompleted 3187 to KZ275400: 1965.489942955347\n", - "12:25:19\tCompleted 3166 to KZ316200: 1620.3912787198392\n", - "12:25:19\tCompleted 3204 to KZ154800: 811.9954925200976\n", - "12:25:19\tCompleted 3165 to KZ751110: 1377.9936138848193\n", - "12:25:19\tCompleted 3207 to KZ433200: 2277.8629413186272\n", - "12:25:19\tCompleted 3143 to KZ751410: 1370.2984868057122\n", - "12:25:19\tCompleted 3210 to KZ195200: 740.7323294751483\n", - "12:25:19\tCompleted 3202 to KZ615600: 2976.0316644169525\n", - "12:25:19\tCompleted 3153 to KZ351800: 829.483838019259\n", - "12:25:19\tCompleted 3186 to KZ595000: 1249.3743401458535\n", - "12:25:19\tCompleted 3192 to KZ593200: 2610.1920412105337\n", - "12:25:19\tCompleted 3216 to KZ151000: 3637.869753059996\n", - "12:25:19\tCompleted 3177 to KZ194200: 2953.2097204915644\n", - "12:25:19\tCompleted 3156 to KZ116000: 440.0778845056637\n", - "12:25:20\tCompleted 3161 to KZ553600: 473.798970118471612:25:20\tCompleted 3170 to KZ111810: 2185.4577301082054\n", - "\n", - "12:25:20\tCompleted 3144 to KZ633600: 947.4382128485603\n", - "12:25:20\tCompleted 3172 to KZ356400: 649.074458452824712:25:20\tCompleted 3145 to KZ433200: 2236.186949209732\n", - "\n", - "12:25:20\tCompleted 3183 to KZ234000: 3684.250886529382\n", - "12:25:20\tCompleted 3213 to KZ395400: 1442.5834184448124\n", - "12:25:20\tCompleted 3200 to KZ356000: 2420.921148958371\n", - "12:25:20\tCompleted 3152 to KZ352200: 1406.8563611586599\n", - "12:25:20\tCompleted 3189 to KZ191000: 3947.850246906703\n", - "12:25:20\tCompleted 3164 to KZ153600: 4148.054115689676\n", - "12:25:20\tCompleted 3141 to KZ613800: 3209.777882526308\n", - "12:25:20\tCompleted 3210 to KZ195000: 591.603766784373\n", - "12:25:20\tCompleted 3199 to KZ633800: 4094.248888132696\n", - "12:25:21\tCompleted 3146 to KZ594200: 791.3773744784601\n", - "12:25:21\tCompleted 3173 to KZ394200: 1622.9551294796759\n", - "12:25:21\tCompleted 3157 to KZ195000: 1310.467932279445212:25:21\tCompleted 3208 to KZ614400: 2994.8822908220413\n", - "\n", - "12:25:21\tCompleted 3187 to KZ273600: 1133.4492019378604\n", - "12:25:21\tCompleted 3191 to KZ475200: 5260.350907795119\n", - "12:25:21\tCompleted 3172 to KZ352400: 365.886432111937\n", - "12:25:21\tCompleted 3180 to KZ474600: 1588.5045663091362\n", - "12:25:21\tCompleted 3176 to KZ113200: 2542.153006001641\n", - "12:25:21\tCompleted 3178 to KZ636800: 4900.018632781271\n", - "12:25:21\tCompleted 3204 to KZ155200: 1238.934155421875\n", - "12:25:21\tCompleted 3182 to KZ116600: 2826.647901977973\n", - "12:25:21\tCompleted 3156 to KZ116400: 562.4792322651829\n", - "12:25:21\tCompleted 3161 to KZ552200: 589.2485131354698\n", - "12:25:21\tCompleted 3143 to KZ751710: 1402.334556465856\n", - "12:25:21\tCompleted 3171 to KZ751910: 4554.250158249217\n", - "12:25:22\tCompleted 3141 to KZ273200: 149.4289062679409\n", - "12:25:22\tCompleted 3205 to KZ634000: 1452.7067798323587\n", - "12:25:22\tCompleted 3207 to KZ431900: 2252.672754451303\n", - "12:25:22\tCompleted 3151 to KZ195200: 3107.81394253518312:25:22\tCompleted 3201 to KZ613600: 1750.1989412613632\n", - "\n", - "12:25:22\tCompleted 3159 to KZ235200: 3107.860351578879\n", - "12:25:22\tCompleted 3179 to KZ433600: 1318.260465042534\n", - "12:25:22\tCompleted 3154 to KZ471800: 3510.325700190102\n", - "12:25:22\tCompleted 3206 to KZ394200: 2903.5790071398405\n", - "12:25:22\tCompleted 3212 to KZ631000: 3205.306160344266\n", - "12:25:22\tCompleted 3210 to KZ194400: 969.5154161888944\n", - "12:25:22\tCompleted 3197 to KZ191600: 2385.693725096245\n", - "12:25:22\tCompleted 3214 to KZ554800: 2529.7613194085898\n", - "12:25:22\tCompleted 3193 to KZ616400: 3656.221103284486\n", - "12:25:22\tCompleted 3213 to KZ392000: 1239.489292491346\n", - "12:25:23\tCompleted 3204 to KZ156400: 818.2241550610338\n", - "12:25:23\tCompleted 3156 to KZ116800: 350.08037857315725\n", - "12:25:23\tCompleted 3144 to KZ633800: 1173.1977197110216\n", - "12:25:23\tCompleted 3202 to KZ615800: 2743.2080076988636\n", - "12:25:23\tCompleted 3190 to KZ632200: 3558.6538449250256\n", - "12:25:23\tCompleted 3160 to KZ315600: 4335.302060789095\n", - "12:25:23\tCompleted 3141 to KZ274400: 179.88626630285506\n", - "12:25:23\tCompleted 3168 to KZ274400: 4132.77671336459\n", - "12:25:23\tCompleted 3167 to KZ431900: 1650.7479253967103\n", - "12:25:23\tCompleted 3166 to KZ311000: 1477.116200870644\n", - "12:25:23\tCompleted 3184 to KZ635400: 2384.647292839017\n", - "12:25:23\tCompleted 3165 to KZ751310: 1379.5083325105807\n", - "12:25:23\tCompleted 3174 to KZ555600: 4224.9372280516045\n", - "12:25:23\tCompleted 3162 to KZ613800: 1807.4607748409287\n", - "12:25:23\tCompleted 3153 to KZ393200: 1217.2280564939597\n", - "12:25:23\tCompleted 3140 to KZ615400: 1777.1403816702875\n", - "12:25:23\tCompleted 3187 to KZ276600: 1215.2744486368365\n", - "12:25:24\tCompleted 3161 to KZ554600: 708.4393231756819\n", - "12:25:24\tCompleted 3210 to KZ194600: 603.3162510631229\n", - "12:25:24\tCompleted 3146 to KZ596600: 892.2628920552252\n", - "12:25:24\tCompleted 3217 to KZ233600: 4279.570913888322\n", - "12:25:24\tCompleted 3186 to KZ593600: 1425.4777620511613\n", - "12:25:24\tCompleted 3147 to KZ276000: 3368.0812147628867\n", - "12:25:24\tCompleted 3143 to KZ751810: 1366.0459000136964\n", - "12:25:24\tCompleted 3156 to KZ111810: 371.94447159628584\n", - "12:25:24\tCompleted 3154 to KZ593200: 627.7762159591271\n", - "12:25:24\tCompleted 3170 to KZ116600: 2004.2598319165156\n", - "12:25:24\tCompleted 3192 to KZ595800: 2940.0707531334624\n", - "12:25:24\tCompleted 3200 to KZ354400: 3208.226471712572\n", - "12:25:24\tCompleted 3208 to KZ614600: 2719.9899884066353\n", - "12:25:24\tCompleted 3204 to KZ155600: 990.9040290999658\n", - "12:25:24\tCompleted 3141 to KZ275400: 656.3547881015156\n", - "12:25:25\tCompleted 3152 to KZ352300: 2186.811945622075\n", - "12:25:25\tCompleted 3207 to KZ434600: 2290.572278701507\n", - "12:25:25\tCompleted 3172 to KZ356000: 1339.7254451349038\n", - "12:25:25\tCompleted 3210 to KZ194800: 758.2708553197211\n", - "12:25:25\tCompleted 3217 to KZ633200: 842.415799003853412:25:25\tCompleted 3211 to KZ234200: 2615.7680961486544\n", - "\n", - "12:25:25\tCompleted 3185 to KZ471000: 4662.810054026022\n", - "12:25:25\tCompleted 3145 to KZ431900: 1721.0827629919004\n", - "12:25:25\tCompleted 3216 to KZ153200: 3642.286336488621\n", - "12:25:25\tCompleted 3187 to KZ275000: 1040.101802918451\n", - "12:25:25\tCompleted 3201 to KZ614000: 1697.0588943470411\n", - "12:25:26\tCompleted 3157 to KZ194400: 1632.9034851190368\n", - "12:25:26\tCompleted 3204 to KZ156800: 492.88387332054833\n", - "12:25:26\tCompleted 3213 to KZ395600: 1553.055498472316\n", - "12:25:26\tCompleted 3177 to KZ751210: 2908.009343076385\n", - "12:25:26\tCompleted 3141 to KZ273600: 367.2815109642319\n", - "12:25:26\tCompleted 3176 to KZ113400: 2620.014042806979\n", - "12:25:26\tCompleted 3146 to KZ595000: 726.7029107429265\n", - "12:25:26\tCompleted 3182 to KZ115600: 2819.4650955025413\n", - "12:25:26\tCompleted 3173 to KZ394400: 1702.8423406144382\n", - "12:25:26\tCompleted 3164 to KZ154000: 3669.400393285853\n", - "12:25:26\tCompleted 3154 to KZ595800: 731.6958259995043\n", - "12:25:26\tCompleted 3179 to KZ434000: 1480.0188332644063\n", - "12:25:26\tCompleted 3161 to KZ555600: 1027.3316951151614\n", - "12:25:26\tCompleted 3202 to KZ612600: 2452.5880188133783\n", - "12:25:26\tCompleted 3144 to KZ634000: 1414.3778118458413\n", - "12:25:26\tCompleted 3199 to KZ634000: 4341.451686029743\n", - "12:25:27\tCompleted 3180 to KZ475000: 1958.8335930589367\n", - "12:25:27\tCompleted 3210 to KZ195600: 963.2298668529959\n", - "12:25:27\tCompleted 3193 to KZ615600: 3266.6615375086017\n", - "12:25:27\tCompleted 3143 to KZ751910: 1348.1709154740297\n", - "12:25:27\tCompleted 3206 to KZ394400: 2983.4662182745947\n", - "12:25:27\tCompleted 3186 to KZ595200: 1197.2808808177283\n", - "12:25:27\tCompleted 3205 to KZ635400: 1930.3838657232936\n", - "12:25:27\tCompleted 3153 to KZ393400: 1225.3303228027187\n", - "12:25:27\tCompleted 3152 to KZ352800: 1433.978783855626712:25:27\tCompleted 3156 to KZ116600: 1185.5558743266974\n", - "\n", - "12:25:27\tCompleted 3189 to KZ196200: 3713.443074115388\n", - "12:25:27\tCompleted 3217 to KZ634800: 1311.084215821095\n", - "12:25:27\tCompleted 3141 to KZ276600: 757.6218099066568\n", - "12:25:27\tCompleted 3165 to KZ751410: 1395.1759516013406\n", - "12:25:27\tCompleted 3171 to KZ751510: 4542.766096148301\n", - "12:25:27\tCompleted 3200 to KZ351800: 2442.9080228557755\n", - "12:25:27\tCompleted 3160 to KZ316000: 3509.0629829256136\n", - "12:25:27\tCompleted 3207 to KZ434400: 2327.4972910456054\n", - "12:25:28\tCompleted 3191 to KZ471800: 5089.960687634387\n", - "12:25:28\tCompleted 3166 to KZ315000: 1594.3250171042769\n", - "12:25:28\tCompleted 3197 to KZ195200: 2323.4587482309776\n", - "12:25:28\tCompleted 3154 to KZ593400: 541.0830886473641\n", - "12:25:28\tCompleted 3167 to KZ434600: 1684.4124958230907\n", - "12:25:28\tCompleted 3178 to KZ635800: 5349.520880478577\n", - "12:25:28\tCompleted 3172 to KZ354400: 1132.2095669577534\n", - "12:25:28\tCompleted 3183 to KZ234200: 4135.1965930503175\n", - "12:25:28\tCompleted 3174 to KZ551000: 3679.8086338354537\n", - "12:25:28\tCompleted 3161 to KZ551000: 664.3411079858522\n", - "12:25:28\tCompleted 3146 to KZ593600: 841.2515150272199\n", - "12:25:28\tCompleted 3159 to KZ235600: 3202.898117599284\n", - "12:25:28\tCompleted 3170 to KZ115600: 2003.302876466004\n", - "12:25:28\tCompleted 3140 to KZ615200: 1556.6232364542948\n", - "12:25:28\tCompleted 3141 to KZ275000: 483.7222507820748\n", - "12:25:29\tCompleted 3214 to KZ556400: 2467.4951931000355\n", - "12:25:29\tCompleted 3208 to KZ614800: 2959.6999936643156\n", - "12:25:29\tCompleted 3210 to KZ195800: 1025.3785941329666\n", - "12:25:29\tCompleted 3217 to KZ633400: 669.5446386171969\n", - "12:25:29\tCompleted 3151 to KZ195000: 3553.94310185210212:25:29\tCompleted 3187 to KZ274800: 1616.477017122609\n", - "\n", - "12:25:29\tCompleted 3184 to KZ635000: 1911.980502927393\n", - "12:25:29\tCompleted 3171 to KZ231000: 1056.22838589475\n", - "12:25:29\tCompleted 3156 to KZ115600: 536.0168197998405\n", - "12:25:29\tCompleted 3143 to KZ751510: 1348.7321915147115\n", - "12:25:29\tCompleted 3192 to KZ593400: 3045.3630603522042\n", - "12:25:29\tCompleted 3182 to KZ115200: 2431.1917524274463\n", - "12:25:30\tCompleted 3213 to KZ395800: 1648.6691405477136\n", - "12:25:30\tCompleted 3176 to KZ113600: 2298.5311609672176\n", - "12:25:30\tCompleted 3141 to KZ274800: 308.9022698611786\n", - "12:25:30\tCompleted 3190 to KZ635200: 4474.578573951763\n", - "12:25:30\tCompleted 3212 to KZ634600: 3606.1156376159684\n", - "12:25:30\tCompleted 3154 to KZ594200: 720.9408377108756\n", - "12:25:30\tCompleted 3210 to KZ196000: 220.6329954089841\n", - "12:25:30\tCompleted 3152 to KZ356400: 1626.8857316076628\n", - "12:25:30\tCompleted 3186 to KZ591000: 1250.606573192887\n", - "12:25:30\tCompleted 3153 to KZ391600: 1159.9222867112055\n", - "12:25:30\tCompleted 3162 to KZ273200: 3227.2396725413387\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:25:30\tCompleted 3171 to KZ234000: 952.1664194936706\n", - "12:25:30\tCompleted 3161 to KZ556000: 712.4624901938694\n", - "12:25:30\tCompleted 3145 to KZ434600: 1754.7473334182807\n", - "12:25:30\tCompleted 3168 to KZ275400: 4807.965145321671\n", - "12:25:30\tCompleted 3157 to KZ194600: 1577.9843271600619\n", - "12:25:30\tCompleted 3207 to KZ431000: 2613.15784616636\n", - "12:25:30\tCompleted 3200 to KZ393200: 2231.1466309754037\n", - "12:25:31\tCompleted 3146 to KZ595200: 838.701648084456\n", - "12:25:31\tCompleted 3216 to KZ153400: 3464.9311605198427\n", - "12:25:31\tCompleted 3202 to KZ616000: 2770.347223431475\n", - "12:25:31\tCompleted 3201 to KZ613900: 1974.9821663634887\n", - "12:25:31\tCompleted 3193 to KZ615800: 3033.837880790513\n", - "12:25:31\tCompleted 3217 to KZ633600: 1135.0835119013848\n", - "12:25:31\tCompleted 3205 to KZ635000: 1405.1104383908448\n", - "12:25:31\tCompleted 3191 to KZ593200: 2207.4112034033965\n", - "12:25:31\tCompleted 3141 to KZ275800: 334.7753068763724\n", - "12:25:31\tCompleted 3187 to KZ275800: 1086.0598411110075\n", - "12:25:31\tCompleted 3156 to KZ115200: 729.4989342861029\n", - "12:25:31\tCompleted 3210 to KZ191000: 426.5819738124175\n", - "12:25:31\tCompleted 3172 to KZ351800: 1153.2442816007795\n", - "12:25:31\tCompleted 3165 to KZ751710: 1430.8919054316013\n", - "12:25:32\tCompleted 3177 to KZ751110: 2915.7667023892664\n", - "12:25:32\tCompleted 3180 to KZ475200: 1969.676553842985\n", - "12:25:32\tCompleted 3185 to KZ473600: 4243.835288003001\n", - "12:25:32\tCompleted 3170 to KZ115200: 1608.8036823659663\n", - "12:25:32\tCompleted 3144 to KZ635400: 1922.6137254175476\n", - "12:25:32\tCompleted 3171 to KZ234200: 1508.8403059845712\n", - "12:25:32\tCompleted 3173 to KZ433200: 2125.4389081312615\n", - "12:25:32\tCompleted 3164 to KZ154200: 3972.0364322551754\n", - "12:25:32\tCompleted 3147 to KZ276200: 3087.4674280289823\n", - "12:25:32\tCompleted 3154 to KZ596600: 821.8263552876407\n", - "12:25:32\tCompleted 3141 to KZ276000: 354.40150603153154\n", - "12:25:32\tCompleted 3211 to KZ234600: 2730.938394586709\n", - "12:25:32\tCompleted 3166 to KZ314200: 1478.530414433017\n", - "12:25:32\tCompleted 3206 to KZ433200: 3362.53910230425\n", - "12:25:32\tCompleted 3152 to KZ352400: 1385.3931417494073\n", - "12:25:33\tCompleted 3146 to KZ591000: 728.9173768369939\n", - "12:25:33\tCompleted 3184 to KZ632200: 1325.3430372246619\n", - "12:25:33\tCompleted 3161 to KZ556800: 913.150415065811412:25:33\tCompleted 3217 to KZ633800: 1051.8048913805667\n", - "\n", - "12:25:33\tCompleted 3186 to KZ595600: 1098.9104219967646\n", - "12:25:33\tCompleted 3213 to KZ392400: 1338.6899201710976\n", - "12:25:33\tCompleted 3210 to KZ196200: 782.7999040743\n", - "12:25:33\tCompleted 3192 to KZ594200: 2753.8518906798326\n", - "12:25:33\tCompleted 3204 to KZ193200: 2894.6463043561703\n", - "12:25:33\tCompleted 3171 to KZ234600: 900.5700284432316\n", - "12:25:33\tCompleted 3208 to KZ615400: 2956.105618745786\n", - "12:25:33\tCompleted 3160 to KZ316600: 4157.053847009634\n", - "12:25:33\tCompleted 3176 to KZ113800: 2127.2839607974515\n", - "12:25:33\tCompleted 3182 to KZ115400: 2414.050988951563\n", - "12:25:33\tCompleted 3174 to KZ556000: 3727.930016043467312:25:33\tCompleted 3153 to KZ393600: 1197.7922795989475\n", - "\n", - "12:25:33\tCompleted 3207 to KZ435200: 2703.9696395564115\n", - "12:25:33\tCompleted 3141 to KZ276200: 194.2436867076458\n", - "12:25:33\tCompleted 3179 to KZ471000: 3407.6268347750897\n", - "12:25:33\tCompleted 3205 to KZ632200: 1062.2022256152693\n", - "12:25:34\tCompleted 3200 to KZ393400: 2079.6807421169187\n", - "12:25:34\tCompleted 3167 to KZ434400: 2027.3618947848252\n", - "12:25:34\tCompleted 3166 to KZ353200: 79.77579407320893\n", - "12:25:34\tCompleted 3154 to KZ595000: 656.266373975342\n", - "12:25:34\tCompleted 3199 to KZ635400: 4849.687599601475\n", - "12:25:34\tCompleted 3156 to KZ115400: 950.0717061517599\n", - "12:25:34\tCompleted 3187 to KZ276000: 1501.8908668660745\n", - "12:25:34\tCompleted 3189 to KZ192600: 3986.794001935397\n", - "12:25:34\tCompleted 3210 to KZ192600: 467.1814684390851\n", - "12:25:34\tCompleted 3191 to KZ595800: 2311.3308134437643\n", - "12:25:34\tCompleted 3193 to KZ612600: 2743.2178919050275\n", - "12:25:34\tCompleted 3178 to KZ636200: 5018.4342026804\n", - "12:25:35\tCompleted 3141 to KZ271000: 160.17083322704613\n", - "12:25:35\tCompleted 3217 to KZ634000: 1048.889633946104\n", - "12:25:35\tCompleted 3171 to KZ234800: 1281.0656182836385\n", - "12:25:35\tCompleted 3201 to KZ612000: 1843.6936273919534\n", - "12:25:35\tCompleted 3197 to KZ195000: 2775.0888517716216\n", - "12:25:35\tCompleted 3151 to KZ194400: 3377.228972616882\n", - "12:25:35\tCompleted 3140 to KZ616400: 2398.4430823552266\n", - "12:25:35\tCompleted 3161 to KZ554800: 917.845903110267\n", - "12:25:35\tCompleted 3182 to KZ151000: 872.1676912614255\n", - "12:25:35\tCompleted 3146 to KZ595600: 962.8049633589161\n", - "12:25:35\tCompleted 3170 to KZ115400: 1591.6629188900633\n", - "12:25:35\tCompleted 3143 to KZ231000: 4217.776367779508\n", - "12:25:35\tCompleted 3172 to KZ393200: 1519.801468888575\n", - "12:25:35\tCompleted 3159 to KZ233600: 3208.6601063994085\n", - "12:25:35\tCompleted 3157 to KZ194800: 1710.9730291611227\n", - "12:25:36\tCompleted 3202 to KZ613800: 2918.6013564503587\n", - "12:25:36\tCompleted 3141 to KZ274000: 593.5225706317511\n", - "12:25:36\tCompleted 3183 to KZ234600: 4250.366891488372\n", - "12:25:36\tCompleted 3144 to KZ635000: 1449.9469355059132\n", - "12:25:36\tCompleted 3154 to KZ593600: 770.8149782596354\n", - "12:25:36\tCompleted 3210 to KZ196600: 891.0988100414082\n", - "12:25:36\tCompleted 3171 to KZ235200: 1256.623752511881\n", - "12:25:36\tCompleted 3214 to KZ554200: 2663.3262288823266\n", - "12:25:36\tCompleted 3166 to KZ353600: 865.543498675362\n", - "12:25:36\tCompleted 3186 to KZ596000: 1187.372526572969\n", - "12:25:36\tCompleted 3207 to KZ434800: 2625.5358752796938\n", - "12:25:36\tCompleted 3190 to KZ632400: 4267.235611145367\n", - "12:25:36\tCompleted 3192 to KZ596600: 2506.1150235641776\n", - "12:25:36\tCompleted 3145 to KZ434400: 2097.696732380015412:25:36\tCompleted 3170 to KZ151000: 129.653109659228\n", - "\n", - "12:25:36\tCompleted 3152 to KZ356000: 2304.082431037544\n", - "12:25:36\tCompleted 3216 to KZ153600: 3824.103439820467\n", - "12:25:37\tCompleted 3180 to KZ471800: 1799.2863336822434\n", - "12:25:37\tCompleted 3211 to KZ234800: 1864.6397704222672\n", - "12:25:37\tCompleted 3187 to KZ276200: 1221.2770801321492\n", - "12:25:37\tCompleted 3165 to KZ751810: 1384.7509731977\n", - "12:25:37\tCompleted 3146 to KZ596000: 605.61997930582612:25:37\tCompleted 3202 to KZ273200: 635.5338374658118\n", - "\n", - "12:25:37\tCompleted 3200 to KZ391600: 2338.876985367486\n", - "12:25:37\tCompleted 3173 to KZ431900: 1610.33472191343\n", - "12:25:37\tCompleted 3213 to KZ396200: 1755.3079915001163\n", - "12:25:37\tCompleted 3182 to KZ153200: 887.7836112136342\n", - "12:25:37\tCompleted 3164 to KZ156000: 3545.285664623396\n", - "12:25:37\tCompleted 3217 to KZ635400: 1493.795186528336\n", - "12:25:37\tCompleted 3162 to KZ274400: 3157.306072552887\n", - "12:25:37\tCompleted 3153 to KZ396400: 1419.203926272328812:25:37\tCompleted 3141 to KZ274200: 702.3989663839407\n", - "\n", - "12:25:37\tCompleted 3191 to KZ593400: 2073.557438178035\n", - "12:25:37\tCompleted 3177 to KZ751310: 2908.9382752645206\n", - "12:25:37\tCompleted 3206 to KZ431900: 2843.495269409046\n", - "12:25:37\tCompleted 3171 to KZ235600: 913.099941919854\n", - "12:25:38\tCompleted 3170 to KZ153200: 66.56711402737147\n", - "12:25:38\tCompleted 3161 to KZ556400: 855.5797768017093\n", - "12:25:38\tCompleted 3214 to KZ791110: 1002.6834521363833\n", - "12:25:38\tCompleted 3212 to KZ634400: 3185.7536507215523\n", - "12:25:38\tCompleted 3167 to KZ431000: 1368.1834639313229\n", - "12:25:38\tCompleted 3208 to KZ615200: 2771.689187450239412:25:38\tCompleted 3160 to KZ316200: 3659.7831150011116\n", - "\n", - "12:25:38\tCompleted 3210 to KZ194200: 998.7947681716136\n", - "12:25:38\tCompleted 3166 to KZ351600: 520.5724189286071\n", - "12:25:38\tCompleted 3176 to KZ114500: 2590.664125606482\n", - "12:25:38\tCompleted 3154 to KZ595200: 768.2651113168715\n", - "12:25:38\tCompleted 3193 to KZ616000: 3060.977096523124\n", - "12:25:38\tCompleted 3205 to KZ635200: 1670.7154861838728\n", - "12:25:39\tCompleted 3147 to KZ271000: 3105.160383443198\n", - "12:25:39\tCompleted 3202 to KZ274400: 911.8149926678458\n", - "12:25:39\tCompleted 3201 to KZ614400: 1901.5149658032917\n", - "12:25:39\tCompleted 3186 to KZ596200: 1017.2590328844088\n", - "12:25:39\tCompleted 3174 to KZ556800: 3928.6179409154047\n", - "12:25:39\tCompleted 3217 to KZ635000: 968.5217591958876\n", - "12:25:39\tCompleted 3144 to KZ632200: 863.3094698031839\n", - "12:25:39\tCompleted 3170 to KZ153400: 758.8361993498222\n", - "12:25:39\tCompleted 3207 to KZ433600: 2441.179403429558\n", - "12:25:39\tCompleted 3168 to KZ273600: 3975.9244043041367\n", - "12:25:39\tCompleted 3159 to KZ633200: 1033.2043200497135\n", - "12:25:39\tCompleted 3166 to KZ354000: 129.7941237377596\n", - "12:25:39\tCompleted 3184 to KZ635200: 2177.5855507204146\n", - "12:25:39\tCompleted 3171 to KZ233600: 1511.06038312804\n", - "12:25:39\tCompleted 3185 to KZ474200: 4690.459449069565\n", - "12:25:39\tCompleted 3172 to KZ393400: 1527.903735197335\n", - "12:25:39\tCompleted 3214 to KZ791310: 980.4019031759849\n", - "12:25:39\tCompleted 3146 to KZ596200: 992.6194289770043\n", - "12:25:39\tCompleted 3210 to KZ751210: 744.0892734437476\n", - "12:25:40\tCompleted 3140 to KZ615600: 1596.7515862202033\n", - "12:25:40\tCompleted 3180 to KZ593200: 1316.662269208213\n", - "12:25:40\tCompleted 3187 to KZ271000: 1238.9700355463776\n", - "12:25:40\tCompleted 3182 to KZ153400: 1510.577970521088\n", - "12:25:40\tCompleted 3200 to KZ393600: 2044.093752425074\n", - "12:25:40\tCompleted 3156 to KZ151000: 2335.2802831699573\n", - "12:25:40\tCompleted 3166 to KZ351000: 63.76883838792428\n", - "12:25:40\tCompleted 3154 to KZ591000: 658.4808400694094\n", - "12:25:40\tCompleted 3199 to KZ635000: 4377.020809689809\n", - "12:25:40\tCompleted 3204 to KZ193400: 3099.535181371595\n", - "12:25:40\tCompleted 3152 to KZ354400: 2151.7162765952235\n", - "12:25:40\tCompleted 3192 to KZ595000: 2780.435900908693\n", - "12:25:40\tCompleted 3145 to KZ431000: 1438.518301526513\n", - "12:25:41\tCompleted 3217 to KZ632200: 1059.34051219552\n", - "12:25:41\tCompleted 3170 to KZ153600: 594.838654068323\n", - "12:25:41\tCompleted 3161 to KZ554200: 1088.4251501224114\n", - "12:25:41\tCompleted 3179 to KZ473600: 2988.6520687521465\n", - "12:25:41\tCompleted 3202 to KZ275400: 1272.8612524841092\n", - "12:25:41\tCompleted 3213 to KZ396600: 1690.4239748283\n", - "12:25:41\tCompleted 3189 to KZ196600: 4032.5097259906684\n", - "12:25:41\tCompleted 3191 to KZ594200: 2300.5758251551365\n", - "12:25:41\tCompleted 3210 to KZ751110: 737.6909977804586\n", - "12:25:41\tCompleted 3197 to KZ194400: 2592.8737783126767\n", - "12:25:41\tCompleted 3214 to KZ791510: 990.5196791722535\n", - "12:25:41\tCompleted 3211 to KZ235200: 1912.2796177856685\n", - "12:25:41\tCompleted 3157 to KZ195600: 1937.897942949935\n", - "12:25:41\tCompleted 3151 to KZ194600: 3387.7459386213786\n", - "12:25:41\tCompleted 3143 to KZ234000: 4426.386845147204\n", - "12:25:41\tCompleted 3166 to KZ352000: 412.5242134840538\n", - "12:25:41\tCompleted 3182 to KZ153600: 909.3922687432555\n", - "12:25:42\tCompleted 3146 to KZ596400: 766.4144085767781\n", - "12:25:42\tCompleted 3212 to KZ313600: 1660.3562725254253\n", - "12:25:42\tCompleted 3178 to KZ636400: 5435.5488633719815\n", - "12:25:42\tCompleted 3142 to KZ113200: 2226.759186198328\n", - "12:25:42\tCompleted 3167 to KZ435200: 1444.4897701597383\n", - "12:25:42\tCompleted 3170 to KZ154000: 239.73353164693847\n", - "12:25:42\tCompleted 3165 to KZ751910: 1385.6896548339225\n", - "12:25:42\tCompleted 3176 to KZ114000: 2352.044695360825\n", - "12:25:42\tCompleted 3173 to KZ434600: 1643.9992923398104\n", - "12:25:42\tCompleted 3201 to KZ614600: 1691.1665932718565\n", - "12:25:42\tCompleted 3210 to KZ751310: 744.1762791546972\n", - "12:25:42\tCompleted 3200 to KZ396400: 1877.9286303378578\n", - "12:25:42\tCompleted 3153 to KZ394000: 1651.1387756381553\n", - "12:25:42\tCompleted 3202 to KZ273600: 914.856727323777512:25:42\tCompleted 3160 to KZ311000: 3520.3543753719905\n", - "\n", - "12:25:43\tCompleted 3217 to KZ635200: 1234.1268069889154\n", - "12:25:43\tCompleted 3216 to KZ154000: 3575.6800126454414\n", - "12:25:43\tCompleted 3213 to KZ394200: 987.5240585500695\n", - "12:25:43\tCompleted 3214 to KZ791710: 962.0197398219648\n", - "12:25:43\tCompleted 3164 to KZ154600: 3843.4230953685105\n", - "12:25:43\tCompleted 3154 to KZ595600: 892.3684265913316\n", - "12:25:43\tCompleted 3186 to KZ596400: 1371.91225360964\n", - "12:25:43\tCompleted 3193 to KZ613800: 3209.231229542008\n", - "12:25:43\tCompleted 3207 to KZ434000: 3176.383096594718612:25:43\tCompleted 3183 to KZ234800: 3384.0682673239885\n", - "\n", - "12:25:43\tCompleted 3206 to KZ434600: 2877.159839835424\n", - "12:25:43\tCompleted 3170 to KZ154200: 343.46713197424657\n", - "12:25:43\tCompleted 3166 to KZ354800: 612.6250770285494\n", - "12:25:43\tCompleted 3208 to KZ616400: 3473.3107396456535\n", - "12:25:43\tCompleted 3182 to KZ154000: 984.7374530296725\n", - "12:25:43\tCompleted 3205 to KZ632400: 1539.6710440333702\n", - "12:25:44\tCompleted 3177 to KZ751410: 2926.36325366816\n", - "12:25:44\tCompleted 3172 to KZ391600: 1462.4956991058145\n", - "12:25:44\tCompleted 3180 to KZ595800: 1688.6742858277278\n", - "12:25:44\tCompleted 3210 to KZ751410: 751.1862252595937\n", - "12:25:44\tCompleted 3193 to KZ273200: 383.17690396126335\n", - "12:25:44\tCompleted 3187 to KZ274000: 1851.7579164451365\n", - "12:25:44\tCompleted 3214 to KZ611600: 911.1944009692882\n", - "12:25:44\tCompleted 3174 to KZ554800: 3932.594501763125\n", - "12:25:44\tCompleted 3146 to KZ594600: 971.8932601042764\n", - "12:25:44\tCompleted 3162 to KZ275400: 3832.4945045098975\n", - "12:25:44\tCompleted 3159 to KZ634800: 1754.2082419928572\n", - "12:25:44\tCompleted 3154 to KZ596000: 535.1834425382415\n", - "12:25:44\tCompleted 3217 to KZ632400: 1103.0823648384137\n", - "12:25:44\tCompleted 3190 to KZ632800: 4017.462485640571\n", - "12:25:44\tCompleted 3191 to KZ596600: 2401.4613427318864\n", - "12:25:45\tCompleted 3140 to KZ615800: 1611.1312055477351\n", - "12:25:45\tCompleted 3170 to KZ156000: 308.86907341535397\n", - "12:25:45\tCompleted 3152 to KZ351800: 2172.750991238241\n", - "12:25:45\tCompleted 3202 to KZ276600: 1140.3960829156388\n", - "12:25:45\tCompleted 3145 to KZ435200: 1514.8246077549284\n", - "12:25:45\tCompleted 3212 to KZ314000: 1442.790007881736\n", - "12:25:45\tCompleted 3182 to KZ154200: 677.016514990086\n", - "12:25:45\tCompleted 3166 to KZ355200: 559.342473962846512:25:45\tCompleted 3213 to KZ394400: 1254.8876477541455\n", - "\n", - "12:25:45\tCompleted 3161 to KZ791110: 1545.9017091699436\n", - "12:25:45\tCompleted 3200 to KZ394000: 1945.6297566646456\n", - "12:25:45\tCompleted 3207 to KZ471000: 1585.5561814170599\n", - "12:25:45\tCompleted 3192 to KZ593600: 3117.8709067328523\n", - "12:25:45\tCompleted 3193 to KZ274400: 651.4231347501276\n", - "12:25:45\tCompleted 3210 to KZ751710: 783.2222949197374\n", - "12:25:45\tCompleted 3184 to KZ632400: 1970.242587914017\n", - "12:25:46\tCompleted 3171 to KZ633200: 4769.834328007443\n", - "12:25:46\tCompleted 3186 to KZ594600: 1124.7346933022861\n", - "12:25:46\tCompleted 3147 to KZ274000: 3768.8480733824044\n", - "12:25:46\tCompleted 3146 to KZ711110: 220.1255536899829\n", - "12:25:46\tCompleted 3214 to KZ613600: 965.3895376131102\n", - "12:25:46\tCompleted 3167 to KZ434800: 1359.5128600848218\n", - "12:25:46\tCompleted 3170 to KZ154600: 221.7541954814872\n", - "12:25:46\tCompleted 3144 to KZ635200: 1715.5519832989412\n", - "12:25:46\tCompleted 3211 to KZ235600: 2007.317383806096412:25:46\tCompleted 3199 to KZ632200: 3726.701128456082\n", - "\n", - "12:25:46\tCompleted 3142 to KZ113400: 2304.6202230036656\n", - "12:25:46\tCompleted 3185 to KZ474600: 4367.634888251477\n", - "12:25:46\tCompleted 3165 to KZ751510: 1378.178180904378\n", - "12:25:46\tCompleted 3202 to KZ275000: 685.0658328917592\n", - "12:25:46\tCompleted 3166 to KZ355600: 272.0005415518879\n", - "12:25:46\tCompleted 3217 to KZ632800: 1116.7562008223924\n", - "12:25:46\tCompleted 3156 to KZ153200: 2385.4738905987047\n", - "12:25:46\tCompleted 3213 to KZ433200: 362.87722422072653\n", - "12:25:46\tCompleted 3153 to KZ396800: 1397.2312331985588\n", - "12:25:47\tCompleted 3157 to KZ195800: 1802.203543299906\n", - "12:25:47\tCompleted 3201 to KZ614800: 2172.787398642963\n", - "12:25:47\tCompleted 3176 to KZ117000: 2398.5043640770473\n", - "12:25:47\tCompleted 3205 to KZ632800: 1119.617914242142\n", - "12:25:47\tCompleted 3146 to KZ711410: 246.23805377349464\n", - "12:25:47\tCompleted 3168 to KZ276600: 4057.749651003123\n", - "12:25:47\tCompleted 3210 to KZ751810: 746.9336384675779\n", - "12:25:47\tCompleted 3189 to KZ194200: 3660.6007878129535\n", - "12:25:47\tCompleted 3193 to KZ275400: 1004.6758918548154\n", - "12:25:47\tCompleted 3170 to KZ154800: 243.32740124793457\n", - "12:25:47\tCompleted 3159 to KZ633400: 932.9235456071722\n", - "12:25:47\tCompleted 3154 to KZ596200: 922.1828922094198\n", - "12:25:47\tCompleted 3182 to KZ156000: 1057.3481211116184\n", - "12:25:47\tCompleted 3197 to KZ194600: 2603.3907443171734\n", - "12:25:47\tCompleted 3186 to KZ711110: 860.7728591756598\n", - "12:25:48\tCompleted 3207 to KZ473600: 1119.1460727354986\n", - "12:25:48\tCompleted 3213 to KZ431900: 170.75074627604744\n", - "12:25:48\tCompleted 3191 to KZ595000: 2235.9013614196\n", - "12:25:48\tCompleted 3214 to KZ614000: 1010.7483762856863\n", - "12:25:48\tCompleted 3208 to KZ615600: 3083.751173869769\n", - "12:25:48\tCompleted 3200 to KZ396800: 2077.1015574549883\n", - "12:25:48\tCompleted 3180 to KZ593400: 1700.349973340932\n", - "12:25:48\tCompleted 3143 to KZ234200: 4877.332551668169\n", - "12:25:48\tCompleted 3178 to KZ631000: 4964.568589348444\n", - "12:25:48\tCompleted 3146 to KZ711210: 247.39981520039305\n", - "12:25:48\tCompleted 3172 to KZ393600: 1500.3656919935627\n", - "12:25:48\tCompleted 3204 to KZ193600: 2313.7443457624954\n", - "12:25:48\tCompleted 3217 to KZ636800: 1031.2506526494162\n", - "12:25:48\tCompleted 3173 to KZ434400: 1986.9486913015448\n", - "12:25:48\tCompleted 3179 to KZ474200: 3435.2762298186685\n", - "12:25:48\tCompleted 3202 to KZ274800: 1040.2452097885423\n", - "12:25:48\tCompleted 3206 to KZ434400: 3220.1092387971494\n", - "12:25:48\tCompleted 3151 to KZ194800: 3655.8615906753816\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:25:48\tCompleted 3210 to KZ751910: 729.058653927911212:25:48\tCompleted 3164 to KZ154800: 3726.6037756204537\n", - "\n", - "12:25:48\tCompleted 3170 to KZ155200: 436.3472332293452\n", - "12:25:49\tCompleted 3166 to KZ352100: 743.8511791638936\n", - "12:25:49\tCompleted 3145 to KZ434800: 1429.8476976800118\n", - "12:25:49\tCompleted 3213 to KZ434600: 208.65027052625285\n", - "12:25:49\tCompleted 3216 to KZ154200: 3878.3160516147636\n", - "12:25:49\tCompleted 3140 to KZ612600: 1441.2460543527786\n", - "12:25:49\tCompleted 3193 to KZ273600: 836.0366513324916\n", - "12:25:49\tCompleted 3187 to KZ274200: 2009.9737136453662\n", - "12:25:49\tCompleted 3152 to KZ393200: 2362.1612297939105\n", - "12:25:49\tCompleted 3186 to KZ711410: 856.7060698698552\n", - "12:25:49\tCompleted 3160 to KZ315000: 3933.0262495112056\n", - "12:25:49\tCompleted 3182 to KZ154600: 876.8227872358555\n", - "12:25:49\tCompleted 3161 to KZ791310: 1521.7788256120346\n", - "12:25:49\tCompleted 3146 to KZ711310: 259.2571746563249\n", - "12:25:49\tCompleted 3154 to KZ596400: 695.9778718091939\n", - "12:25:49\tCompleted 3192 to KZ595200: 2654.2270084587776\n", - "12:25:50\tCompleted 3212 to KZ314800: 1942.077312756198\n", - "12:25:50\tCompleted 3174 to KZ556400: 3871.0473026513014\n", - "12:25:50\tCompleted 3159 to KZ633600: 970.8104997668556\n", - "12:25:50\tCompleted 3210 to KZ751510: 729.619929968593\n", - "12:25:50\tCompleted 3177 to KZ751710: 2967.3512854370624\n", - "12:25:50\tCompleted 3213 to KZ434400: 219.618933588877\n", - "12:25:50\tCompleted 3202 to KZ275800: 817.0280867696632\n", - "12:25:50\tCompleted 3217 to KZ635800: 1072.7055134897055\n", - "12:25:50\tCompleted 3166 to KZ352200: 40.98956144146514\n", - "12:25:50\tCompleted 3142 to KZ113600: 1983.1373411639015\n", - "12:25:50\tCompleted 3184 to KZ632800: 1543.322513677104\n", - "12:25:50\tCompleted 3201 to KZ615400: 1913.951165733515\n", - "12:25:50\tCompleted 3183 to KZ235200: 3431.708114687356\n", - "12:25:51\tCompleted 3167 to KZ433600: 1559.3556236267227\n", - "12:25:51\tCompleted 3207 to KZ474200: 1613.2055764606066\n", - "12:25:51\tCompleted 3211 to KZ233600: 1889.933981661903\n", - "12:25:51\tCompleted 3205 to KZ636800: 1321.6584445028784\n", - "12:25:51\tCompleted 3214 to KZ613900: 1247.668373455406\n", - "12:25:51\tCompleted 3186 to KZ711210: 839.5417384340235\n", - "12:25:51\tCompleted 3200 to KZ394800: 1820.17868520253\n", - "12:25:51\tCompleted 3170 to KZ156400: 992.0990510264786\n", - "12:25:51\tCompleted 3162 to KZ273600: 3000.453763492436\n", - "12:25:51\tCompleted 3176 to KZ114400: 2275.798249404251\n", - "12:25:51\tCompleted 3193 to KZ276600: 1117.7494269927936\n", - "12:25:51\tCompleted 3144 to KZ632400: 1508.209020492537\n", - "12:25:51\tCompleted 3157 to KZ196000: 1575.5026826375952\n", - "12:25:51\tCompleted 3182 to KZ154800: 1065.7154713094517\n", - "12:25:51\tCompleted 3188 to KZ113200: 1033.5652547562645\n", - "12:25:51\tCompleted 3213 to KZ431000: 531.2358379911288\n", - "12:25:51\tCompleted 3190 to KZ636800: 4042.3560671691853\n", - "12:25:51\tCompleted 3146 to KZ555200: 809.8146496497992\n", - "12:25:51\tCompleted 3153 to KZ394800: 1575.885801896615\n", - "12:25:52\tCompleted 3217 to KZ636200: 942.9600031347145\n", - "12:25:52\tCompleted 3191 to KZ593600: 2350.4499657039055\n", - "12:25:52\tCompleted 3154 to KZ594600: 901.4567233366919\n", - "12:25:52\tCompleted 3214 to KZ612000: 753.540014121155112:25:52\tCompleted 3156 to KZ153400: 1969.1452199685802\n", - "\n", - "12:25:52\tCompleted 3180 to KZ594200: 1513.6716758112318\n", - "12:25:52\tCompleted 3170 to KZ155600: 188.3171069074341212:25:52\tCompleted 3202 to KZ276000: 1086.3302323965215\n", - "\n", - "12:25:52\tCompleted 3193 to KZ275000: 696.9418213029676\n", - "12:25:52\tCompleted 3208 to KZ615800: 2850.92751715168\n", - "12:25:52\tCompleted 3171 to KZ634800: 5313.691301218521\n", - "12:25:52\tCompleted 3186 to KZ711310: 827.4287447222604\n", - "12:25:52\tCompleted 3173 to KZ431000: 1327.7702604480426\n", - "12:25:52\tCompleted 3207 to KZ474600: 1290.381015642536\n", - "12:25:53\tCompleted 3185 to KZ475000: 4737.963915001298\n", - "12:25:53\tCompleted 3166 to KZ352300: 800.3151043961898\n", - "12:25:53\tCompleted 3147 to KZ274200: 3876.1640615421707\n", - "12:25:53\tCompleted 3182 to KZ155200: 497.6834817283766\n", - "12:25:53\tCompleted 3159 to KZ633800: 1187.5032069935721\n", - "12:25:53\tCompleted 3189 to KZ751210: 3615.400410397767\n", - "12:25:53\tCompleted 3199 to KZ635200: 4642.62585748285\n", - "12:25:53\tCompleted 3172 to KZ396400: 1721.7773386669442\n", - "12:25:53\tCompleted 3206 to KZ431000: 2561.800656434542\n", - "12:25:53\tCompleted 3213 to KZ435200: 622.0476313811912\n", - "12:25:53\tCompleted 3154 to KZ711110: 149.68901692239845\n", - "12:25:53\tCompleted 3217 to KZ636400: 617.9204718534135\n", - "12:25:53\tCompleted 3152 to KZ393400: 2370.263496102655\n", - "12:25:53\tCompleted 3165 to KZ231000: 3174.6677749963324\n", - "12:25:53\tCompleted 3192 to KZ591000: 2771.1828525814894\n", - "12:25:53\tCompleted 3146 to KZ551600: 543.2479276642531\n", - "12:25:53\tCompleted 3145 to KZ433600: 1629.6904612219128\n", - "12:25:53\tCompleted 3140 to KZ616000: 1625.9130618244096\n", - "12:25:53\tCompleted 3142 to KZ113800: 1831.2844628729251\n", - "12:25:53\tCompleted 3161 to KZ791510: 1520.3193507582841\n", - "12:25:54\tCompleted 3188 to KZ113400: 918.9375758188539\n", - "12:25:54\tCompleted 3166 to KZ352800: 16.999494960453525\n", - "12:25:54\tCompleted 3201 to KZ615200: 1651.367812235235\n", - "12:25:54\tCompleted 3200 to KZ395000: 2139.090010000834\n", - "12:25:54\tCompleted 3193 to KZ274800: 779.8533518708242\n", - "12:25:54\tCompleted 3212 to KZ315400: 1629.316194076224\n", - "12:25:54\tCompleted 3170 to KZ156800: 807.0961204699943\n", - "12:25:54\tCompleted 3168 to KZ275000: 3934.064411677378\n", - "12:25:54\tCompleted 3148 to KZ113200: 364.9086468433297\n", - "12:25:54\tCompleted 3144 to KZ632800: 1081.2889462556243\n", - "12:25:54\tCompleted 3160 to KZ314200: 3525.829606307325\n", - "12:25:54\tCompleted 3214 to KZ614400: 1175.8696974432576\n", - "12:25:54\tCompleted 3213 to KZ434800: 543.6138671044658\n", - "12:25:54\tCompleted 3197 to KZ194800: 2871.5063963711764\n", - "12:25:54\tCompleted 3202 to KZ276200: 915.355760580454\n", - "12:25:54\tCompleted 3154 to KZ711410: 175.8015170059102\n", - "12:25:55\tCompleted 3143 to KZ234600: 4992.502850106274\n", - "12:25:55\tCompleted 3217 to KZ631000: 915.2643431061583\n", - "12:25:55\tCompleted 3174 to KZ554200: 4040.8922045044933\n", - "12:25:55\tCompleted 3204 to KZ194000: 2380.231711607743\n", - "12:25:55\tCompleted 3180 to KZ596600: 1188.7495085093692\n", - "12:25:55\tCompleted 3216 to KZ156000: 3451.565283982984\n", - "12:25:55\tCompleted 3157 to KZ191000: 1450.8218241912493\n", - "12:25:55\tCompleted 3166 to KZ356400: 343.35522716239717\n", - "12:25:55\tCompleted 3207 to KZ475000: 1660.7100423923366\n", - "12:25:55\tCompleted 3148 to KZ113400: 156.1295757411567\n", - "12:25:55\tCompleted 3193 to KZ275800: 750.2431276699656\n", - "12:25:55\tCompleted 3164 to KZ155200: 4153.542438522211\n", - "12:25:55\tCompleted 3191 to KZ595200: 2347.9000987611244\n", - "12:25:55\tCompleted 3205 to KZ635800: 1518.4657655599162\n", - "12:25:55\tCompleted 3213 to KZ433600: 359.2573952543149\n", - "12:25:56\tCompleted 3146 to KZ553200: 673.8768481220592\n", - "12:25:56\tCompleted 3154 to KZ711210: 176.9632784328086\n", - "12:25:56\tCompleted 3214 to KZ614600: 900.9773950278457\n", - "12:25:56\tCompleted 3182 to KZ156400: 1814.4871210879896\n", - "12:25:56\tCompleted 3178 to KZ634600: 5423.298116813911\n", - "12:25:56\tCompleted 3188 to KZ113600: 843.2472508249897\n", - "12:25:56\tCompleted 3208 to KZ612600: 2560.307528266195\n", - "12:25:56\tCompleted 3151 to KZ195600: 3732.6421584305863\n", - "12:25:56\tCompleted 3184 to KZ636800: 1745.3630439378408\n", - "12:25:56\tCompleted 3202 to KZ271000: 881.2829070998546\n", - "12:25:56\tCompleted 3210 to KZ231000: 4463.575311350762\n", - "12:25:56\tCompleted 3166 to KZ352400: 100.0708765883525\n", - "12:25:56\tCompleted 3177 to KZ751810: 2913.595129514012\n", - "12:25:56\tCompleted 3176 to KZ114600: 2901.261720255685\n", - "12:25:56\tCompleted 3153 to KZ395000: 1503.861211587581212:25:56\tCompleted 3179 to KZ474600: 3112.4516690005867\n", - "\n", - "12:25:56\tCompleted 3148 to KZ113600: 431.402304787793\n", - "12:25:57\tCompleted 3173 to KZ435200: 1404.076566676458\n", - "12:25:57\tCompleted 3186 to KZ555200: 1590.636397084828\n", - "12:25:57\tCompleted 3154 to KZ711310: 188.82063788874044\n", - "12:25:57\tCompleted 3193 to KZ276000: 825.9383744788041\n", - "12:25:57\tCompleted 3146 to KZ553600: 348.02489364132043\n", - "12:25:57\tCompleted 3159 to KZ634000: 1428.683299128391812:25:57\tCompleted 3217 to KZ634600: 1173.7773955312014\n", - "\n", - "12:25:57\tCompleted 3206 to KZ435200: 2460.106526373621\n", - "12:25:57\tCompleted 3162 to KZ276600: 3082.279010191422\n", - "12:25:57\tCompleted 3192 to KZ595600: 2642.6883389058094\n", - "12:25:57\tCompleted 3167 to KZ434000: 1721.1139918485928\n", - "12:25:57\tCompleted 3211 to KZ633200: 2750.9270751704157\n", - "12:25:57\tCompleted 3207 to KZ475200: 1671.553003176385\n", - "12:25:57\tCompleted 3182 to KZ155600: 728.781295414699\n", - "12:25:58\tCompleted 3214 to KZ614800: 1140.6874002855182\n", - "12:25:58\tCompleted 3213 to KZ434000: 1094.461088419518\n", - "12:25:58\tCompleted 3188 to KZ113800: 856.4287736491232\n", - "12:25:58\tCompleted 3152 to KZ391600: 2305.208027853505\n", - "12:25:58\tCompleted 3142 to KZ114500: 2264.8033847067068\n", - "12:25:58\tCompleted 3156 to KZ153600: 2751.7442651592555\n", - "12:25:58\tCompleted 3144 to KZ636800: 1283.329476516361\n", - "12:25:58\tCompleted 3161 to KZ791710: 1492.8004248445318\n", - "12:25:58\tCompleted 3193 to KZ276200: 662.9988270759055\n", - "12:25:58\tCompleted 3171 to KZ633400: 4669.5535535649005\n", - "12:25:58\tCompleted 3183 to KZ235600: 3526.745880707761\n", - "12:25:58\tCompleted 3200 to KZ395200: 2217.2907427354053\n", - "12:25:58\tCompleted 3146 to KZ552200: 475.85515081876724\n", - "12:25:58\tCompleted 3202 to KZ274000: 1151.2833457122247\n", - "12:25:58\tCompleted 3174 to KZ791110: 3177.3310634547065\n", - "12:25:59\tCompleted 3172 to KZ394000: 1953.7121880327707\n", - "12:25:59\tCompleted 3217 to KZ634400: 775.0997089503733\n", - "12:25:59\tCompleted 3180 to KZ595000: 1552.972042186287\n", - "12:25:59\tCompleted 3145 to KZ434000: 1791.448829443781512:25:59\tCompleted 3148 to KZ113800: 610.7483294566932\n", - "\n", - "12:25:59\tCompleted 3189 to KZ751110: 3623.157769710648\n", - "12:25:59\tCompleted 3166 to KZ356000: 961.4114916194648\n", - "12:25:59\tCompleted 3157 to KZ196200: 1446.1879730044466\n", - "12:25:59\tCompleted 3191 to KZ591000: 2238.1158275136668\n", - "12:25:59\tCompleted 3190 to KZ635800: 4491.8583148664475\n", - "12:25:59\tCompleted 3154 to KZ555200: 858.2631958154997\n", - "12:25:59\tCompleted 3193 to KZ271000: 628.9259735953061\n", - "12:25:59\tCompleted 3199 to KZ632400: 4435.282894676445\n", - "12:25:59\tCompleted 3160 to KZ353200: 3593.043973500052\n", - "12:25:59\tCompleted 3140 to KZ613800: 1849.4180923306567\n", - "12:25:59\tCompleted 3153 to KZ395200: 1035.8257265127113\n", - "12:26:00\tCompleted 3214 to KZ615400: 1137.0930253670072\n", - "12:26:00\tCompleted 3201 to KZ616400: 2623.9603631312866\n", - "12:26:00\tCompleted 3205 to KZ636200: 1379.548682329672\n", - "12:26:00\tCompleted 3207 to KZ471800: 1501.1627830156433\n", - "12:26:00\tCompleted 3212 to KZ315600: 2148.7577068968562\n", - "12:26:00\tCompleted 3208 to KZ616000: 2878.0667328842915\n", - "12:26:00\tCompleted 3185 to KZ475200: 4748.806875785345\n", - "12:26:00\tCompleted 3182 to KZ156800: 1629.4841905315113\n", - "12:26:00\tCompleted 3143 to KZ234800: 4126.204225941792\n", - "12:26:00\tCompleted 3176 to KZ114800: 1893.8898096296075\n", - "12:26:00\tCompleted 3186 to KZ551600: 1324.069675099283\n", - "12:26:00\tCompleted 3173 to KZ434800: 1319.0996566015415\n", - "12:26:00\tCompleted 3148 to KZ114500: 477.8703449107307\n", - "12:26:01\tCompleted 3146 to KZ554600: 742.2969711641215\n", - "12:26:01\tCompleted 3154 to KZ551600: 591.6964738299536\n", - "12:26:01\tCompleted 3165 to KZ234000: 3383.2782523640203\n", - "12:26:01\tCompleted 3193 to KZ274000: 883.0979850829304\n", - "12:26:01\tCompleted 3202 to KZ274200: 1363.4045253092415\n", - "12:26:01\tCompleted 3188 to KZ114500: 1145.209499734416\n", - "12:26:01\tCompleted 3166 to KZ354400: 753.8956134423132\n", - "12:26:01\tCompleted 3217 to KZ313600: 1487.826415685961\n", - "12:26:01\tCompleted 3214 to KZ615200: 952.6765940714572\n", - "12:26:01\tCompleted 3216 to KZ154600: 3749.7027147280987\n", - "12:26:01\tCompleted 3164 to KZ156400: 3992.667532620393\n", - "12:26:01\tCompleted 3206 to KZ434800: 2491.432787289949\n", - "12:26:01\tCompleted 3197 to KZ195600: 2948.286964126381\n", - "12:26:01\tCompleted 3204 to KZ196400: 2813.38581828332\n", - "12:26:01\tCompleted 3142 to KZ114000: 2036.6508755575117\n", - "12:26:01\tCompleted 3170 to KZ193200: 3696.893634045688\n", - "12:26:02\tCompleted 3192 to KZ596000: 2837.174989377748\n", - "12:26:02\tCompleted 3200 to KZ391000: 2028.8572539435424\n", - "12:26:02\tCompleted 3168 to KZ274800: 4458.952219488916\n", - "12:26:02\tCompleted 3161 to KZ611600: 1570.76170930346\n", - "12:26:02\tCompleted 3174 to KZ791310: 3155.0495144943065\n", - "12:26:02\tCompleted 3159 to KZ635400: 1936.9192127000981\n", - "12:26:02\tCompleted 3152 to KZ393600: 2342.725452898899\n", - "12:26:02\tCompleted 3178 to KZ634400: 4945.016079725756\n", - "12:26:02\tCompleted 3148 to KZ114000: 424.8096987045532\n", - "12:26:02\tCompleted 3210 to KZ234000: 4672.185788718444\n", - "12:26:02\tCompleted 3184 to KZ635800: 2109.6505957352347\n", - "12:26:02\tCompleted 3213 to KZ471000: 1949.447210635022\n", - "12:26:02\tCompleted 3154 to KZ553200: 710.6444672366612\n", - "12:26:02\tCompleted 3191 to KZ595600: 2472.003414035587\n", - "12:26:03\tCompleted 3212 to KZ316000: 1322.5186290333604\n", - "12:26:03\tCompleted 3177 to KZ751910: 2934.7360458644193\n", - "12:26:03\tCompleted 3144 to KZ635800: 1647.617028313755\n", - "12:26:03\tCompleted 3193 to KZ274200: 1095.219164679950212:26:03\tCompleted 3203 to KZ113200: 820.4900462205767\n", - "\n", - "12:26:03\tCompleted 3157 to KZ192600: 1506.1776682901234\n", - "12:26:03\tCompleted 3188 to KZ114000: 953.2918601812829\n", - "12:26:03\tCompleted 3151 to KZ195800: 3546.529030797737\n", - "12:26:03\tCompleted 3146 to KZ555600: 901.5576186380106\n", - "12:26:03\tCompleted 3156 to KZ154000: 2273.0905427554026\n", - "12:26:03\tCompleted 3171 to KZ633600: 4440.37821297644\n", - "12:26:03\tCompleted 3166 to KZ351800: 774.9303280853394\n", - "12:26:03\tCompleted 3153 to KZ391000: 1231.5319910216854\n", - "12:26:03\tCompleted 3162 to KZ275000: 2958.593770865677\n", - "12:26:03\tCompleted 3217 to KZ314000: 1346.1830515375746\n", - "12:26:03\tCompleted 3180 to KZ593600: 1823.1920055085536\n", - "12:26:03\tCompleted 3172 to KZ396800: 1699.8046455931742\n", - "12:26:04\tCompleted 3148 to KZ117000: 347.4420421511571\n", - "12:26:04\tCompleted 3205 to KZ636400: 1375.3329323529447\n", - "12:26:04\tCompleted 3207 to KZ593200: 3006.6616298213266\n", - "12:26:04\tCompleted 3176 to KZ111010: 2285.1993104075764\n", - "12:26:04\tCompleted 3179 to KZ475000: 3482.780695750364\n", - "12:26:04\tCompleted 3154 to KZ553600: 440.4376967068585\n", - "12:26:04\tCompleted 3203 to KZ113400: 611.7109751184038\n", - "12:26:04\tCompleted 3186 to KZ553200: 1443.0176685059903\n", - "12:26:04\tCompleted 3208 to KZ613800: 3026.320865903175\n", - "12:26:04\tCompleted 3189 to KZ751310: 3616.3293425859024\n", - "12:26:04\tCompleted 3201 to KZ615600: 2208.269065408407\n", - "12:26:04\tCompleted 3167 to KZ471000: 3639.0761619636964\n", - "12:26:05\tCompleted 3211 to KZ634800: 3471.930997113519\n", - "12:26:05\tCompleted 3200 to KZ395400: 2067.233638142202\n", - "12:26:05\tCompleted 3214 to KZ616400: 1654.2981462668606\n", - "12:26:05\tCompleted 3173 to KZ433600: 1518.9424201434424\n", - "12:26:05\tCompleted 3146 to KZ551000: 579.823572134589\n", - "12:26:05\tCompleted 3183 to KZ233600: 3532.5078695078855\n", - "12:26:05\tCompleted 3148 to KZ114400: 473.6818822597565\n", - "12:26:05\tCompleted 3217 to KZ314800: 786.1829389872688\n", - "12:26:05\tCompleted 3192 to KZ596200: 2466.2673104014625\n", - "12:26:05\tCompleted 3190 to KZ636200: 4160.771637068306\n", - "12:26:05\tCompleted 3191 to KZ596000: 2114.8184299825075\n", - "12:26:05\tCompleted 3142 to KZ117000: 2057.312687191349\n", - "12:26:05\tCompleted 3188 to KZ117000: 1003.9848296134592\n", - "12:26:05\tCompleted 3160 to KZ353600: 4320.34517375999\n", - "12:26:05\tCompleted 3213 to KZ473600: 1530.4724446120379\n", - "12:26:05\tCompleted 3199 to KZ632800: 4185.509769171627\n", - "12:26:05\tCompleted 3145 to KZ471000: 3569.8615300605534\n", - "12:26:06\tCompleted 3208 to KZ273200: 736.4426867468562\n", - "12:26:06\tCompleted 3196 to KZ113200: 1646.930190386271\n", - "12:26:06\tCompleted 3154 to KZ552200: 553.1795234499072\n", - "12:26:06\tCompleted 3161 to KZ613600: 1425.553970777508\n", - "12:26:06\tCompleted 3206 to KZ433600: 2752.1029676390685\n", - "12:26:06\tCompleted 3203 to KZ113600: 886.9837041650401\n", - "12:26:06\tCompleted 3174 to KZ791510: 3165.167290490575\n", - "12:26:06\tCompleted 3143 to KZ235200: 4173.844073305159\n", - "12:26:06\tCompleted 3185 to KZ471800: 4578.416655624613\n", - "12:26:06\tCompleted 3159 to KZ635000: 1464.2524227884637\n", - "12:26:06\tCompleted 3152 to KZ396400: 2564.1370995722605\n", - "12:26:06\tCompleted 3182 to KZ193200: 4519.281704107173\n", - "12:26:07\tCompleted 3140 to KZ273200: 3197.276505058872\n", - "12:26:07\tCompleted 3216 to KZ154800: 3584.7100257404986\n", - "12:26:07\tCompleted 3144 to KZ636200: 1401.745046415483\n", - "12:26:07\tCompleted 3146 to KZ556000: 627.9449543426061\n", - "12:26:07\tCompleted 3148 to KZ114600: 582.0809746471864\n", - "12:26:07\tCompleted 3217 to KZ315400: 1008.8493959107462\n", - "12:26:07\tCompleted 3164 to KZ155600: 3905.5123122002997\n", - "12:26:07\tCompleted 3178 to KZ313600: 4144.457812430034\n", - "12:26:07\tCompleted 3183 to KZ633200: 904.7272597726993\n", - "12:26:07\tCompleted 3204 to KZ196800: 2281.544216042174\n", - "12:26:07\tCompleted 3180 to KZ595200: 1500.8785828581617\n", - "12:26:07\tCompleted 3188 to KZ114400: 768.1420341345946\n", - "12:26:07\tCompleted 3153 to KZ395400: 1274.8958859469992\n", - "12:26:07\tCompleted 3200 to KZ392000: 1864.1395121887356\n", - "12:26:07\tCompleted 3208 to KZ274400: 1012.7238419488901\n", - "12:26:07\tCompleted 3186 to KZ553600: 1271.3199148426218\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:26:07\tCompleted 3205 to KZ631000: 1351.8530223011157\n", - "12:26:08\tCompleted 3214 to KZ615600: 1264.7385804909675\n", - "12:26:08\tCompleted 3201 to KZ615800: 1592.4444103060982\n", - "12:26:08\tCompleted 3154 to KZ554600: 671.860434396537\n", - "12:26:08\tCompleted 3165 to KZ234200: 3834.223958884956\n", - "12:26:08\tCompleted 3176 to KZ116000: 2386.378522585977\n", - "12:26:08\tCompleted 3197 to KZ195800: 2762.173836493532\n", - "12:26:08\tCompleted 3184 to KZ636200: 1863.778613836963\n", - "12:26:08\tCompleted 3157 to KZ196600: 1765.254624879739412:26:08\tCompleted 3207 to KZ595800: 3336.5403417442553\n", - "\n", - "12:26:08\tCompleted 3166 to KZ393200: 1243.4778062802134\n", - "12:26:08\tCompleted 3196 to KZ113400: 1438.1511192840999\n", - "12:26:08\tCompleted 3170 to KZ193400: 3695.2894902115772\n", - "12:26:08\tCompleted 3203 to KZ113800: 1066.3297288339402\n", - "12:26:09\tCompleted 3210 to KZ234200: 5123.131495239422\n", - "12:26:09\tCompleted 3177 to KZ751510: 2923.2519837635036\n", - "12:26:09\tCompleted 3212 to KZ316600: 1970.5094931174112\n", - "12:26:09\tCompleted 3168 to KZ275800: 3928.5350434772927\n", - "12:26:09\tCompleted 3172 to KZ394800: 1878.4592142912302\n", - "12:26:09\tCompleted 3217 to KZ315600: 1282.3150135889641\n", - "12:26:09\tCompleted 3171 to KZ633800: 4740.963560456992\n", - "12:26:09\tCompleted 3159 to KZ632200: 877.6149570857345\n", - "12:26:09\tCompleted 3191 to KZ596200: 2501.81787965368\n", - "12:26:09\tCompleted 3146 to KZ556800: 828.6328792145482\n", - "12:26:09\tCompleted 3214 to KZ615800: 1031.914923772901\n", - "12:26:09\tCompleted 3142 to KZ114400: 1979.7987514797328\n", - "12:26:09\tCompleted 3148 to KZ114800: 940.3165040005014\n", - "12:26:09\tCompleted 3156 to KZ154200: 2575.726581724725\n", - "12:26:10\tCompleted 3185 to KZ593200: 1695.8671713936403\n", - "12:26:10\tCompleted 3173 to KZ434000: 1680.7007883653127\n", - "12:26:10\tCompleted 3208 to KZ275400: 1373.7701017651539\n", - "12:26:10\tCompleted 3189 to KZ751410: 3633.7543209895416\n", - "12:26:10\tCompleted 3200 to KZ395600: 2177.705718169693\n", - "12:26:10\tCompleted 3206 to KZ434000: 2516.1602180495697\n", - "12:26:10\tCompleted 3213 to KZ474200: 1977.0966056785687\n", - "12:26:10\tCompleted 3203 to KZ114500: 933.4517442879776\n", - "12:26:10\tCompleted 3192 to KZ596400: 3261.529502019283\n", - "12:26:10\tCompleted 3162 to KZ274800: 3483.48157867717\n", - "12:26:10\tCompleted 3161 to KZ614000: 1553.966633319247\n", - "12:26:10\tCompleted 3188 to KZ114600: 1279.8297411424728\n", - "12:26:10\tCompleted 3154 to KZ555600: 993.9704217035485\n", - "12:26:10\tCompleted 3179 to KZ475200: 3493.6236565344134\n", - "12:26:11\tCompleted 3177 to KZ231000: 947.0778723454973\n", - "12:26:11\tCompleted 3174 to KZ791710: 3136.6673511402887\n", - "12:26:11\tCompleted 3214 to KZ612600: 741.2949348873904\n", - "12:26:11\tCompleted 3151 to KZ196000: 3733.3097861866286\n", - "12:26:11\tCompleted 3160 to KZ351600: 3949.750777727163\n", - "12:26:11\tCompleted 3148 to KZ111010: 477.66862843055003\n", - "12:26:11\tCompleted 3211 to KZ633400: 2650.6463007278753\n", - "12:26:11\tCompleted 3144 to KZ636400: 1641.7127583749598\n", - "12:26:11\tCompleted 3167 to KZ473600: 3220.1013959407533\n", - "12:26:11\tCompleted 3152 to KZ394000: 2796.0719489380817\n", - "12:26:11\tCompleted 3146 to KZ554800: 833.3283672590038\n", - "12:26:11\tCompleted 3180 to KZ591000: 1554.2042752333205\n", - "12:26:11\tCompleted 3157 to KZ194200: 1267.2043670522742\n", - "12:26:11\tCompleted 3176 to KZ116400: 2177.734688743634\n", - "12:26:12\tCompleted 3178 to KZ314000: 3926.891547786344\n", - "12:26:12\tCompleted 3208 to KZ273600: 1015.7655766048217\n", - "12:26:12\tCompleted 3217 to KZ316000: 1607.416033693517\n", - "12:26:12\tCompleted 3186 to KZ552200: 1285.5527247192365\n", - "12:26:12\tCompleted 3201 to KZ612600: 1847.5745369270244\n", - "12:26:12\tCompleted 3191 to KZ596400: 2022.832321423759\n", - "12:26:12\tCompleted 3190 to KZ636400: 4577.886297759887\n", - "12:26:12\tCompleted 3205 to KZ634600: 1619.537647601413\n", - "12:26:12\tCompleted 3188 to KZ114800: 719.3197845863926\n", - "12:26:12\tCompleted 3216 to KZ155200: 4011.6486886422513\n", - "12:26:12\tCompleted 3199 to KZ636800: 4210.403350700253\n", - "12:26:12\tCompleted 3183 to KZ634800: 1625.731181715843\n", - "12:26:12\tCompleted 3153 to KZ392000: 1391.8195810272384\n", - "12:26:12\tCompleted 3166 to KZ393400: 1251.5800725889721\n", - "12:26:12\tCompleted 3164 to KZ156800: 3303.522846028277\n", - "12:26:12\tCompleted 3148 to KZ116000: 446.4997095532895\n", - "12:26:12\tCompleted 3203 to KZ114000: 880.3910980818001\n", - "12:26:12\tCompleted 3196 to KZ113600: 1713.4238483307367\n", - "12:26:12\tCompleted 3145 to KZ473600: 3150.88676403761\n", - "12:26:12\tCompleted 3214 to KZ616000: 1059.0541395055072\n", - "12:26:13\tCompleted 3154 to KZ551000: 628.2721183002894\n", - "12:26:13\tCompleted 3212 to KZ316200: 1473.238761108872\n", - "12:26:13\tCompleted 3143 to KZ235600: 4268.881839325597\n", - "12:26:13\tCompleted 3207 to KZ593400: 3441.832648962996\n", - "12:26:13\tCompleted 3182 to KZ193400: 4517.677560273084\n", - "12:26:13\tCompleted 3204 to KZ191600: 2307.3421921022587\n", - "12:26:13\tCompleted 3177 to KZ234000: 1155.688349713157\n", - "12:26:13\tCompleted 3200 to KZ395800: 2432.8638299384206\n", - "12:26:13\tCompleted 3185 to KZ595800: 1799.7867814340175\n", - "12:26:14\tCompleted 3140 to KZ274400: 3127.3429050704203\n", - "12:26:14\tCompleted 3184 to KZ636400: 2061.229573149941\n", - "\n", - "12:26:14\tCompleted 3217 to KZ316600: 1156.223494652318312:26:14\tCompleted 3172 to KZ395000: 1806.4346239821966\n", - "12:26:14\tCompleted 3146 to KZ556400: 771.062240950446\n", - "12:26:14\tCompleted 3148 to KZ116400: 568.9010573128087\n", - "12:26:14\tCompleted 3208 to KZ276600: 1241.304932196683\n", - "12:26:14\tCompleted 3213 to KZ474600: 1654.2720448604982\n", - "12:26:14\tCompleted 3159 to KZ635200: 1729.8574705814917\n", - "12:26:14\tCompleted 3164 to KZ193200: 1324.1368570039936\n", - "12:26:14\tCompleted 3142 to KZ114600: 2585.8679004523715\n", - "12:26:14\tCompleted 3183 to KZ633400: 786.6952226716872\n", - "12:26:14\tCompleted 3174 to KZ611600: 3085.842012287625\n", - "12:26:14\tCompleted 3203 to KZ117000: 803.023441528404\n", - "12:26:14\tCompleted 3188 to KZ111010: 1105.8820813999969\n", - "12:26:15\tCompleted 3154 to KZ556000: 676.3935005083066\n", - "12:26:15\tCompleted 3170 to KZ193600: 3115.991675452022\n", - "12:26:15\tCompleted 3192 to KZ594600: 2560.680229302082\n", - "12:26:15\tCompleted 3214 to KZ613800: 1207.3082725243937\n", - "12:26:15\tCompleted 3180 to KZ595600: 1402.508124037198\n", - "12:26:15\tCompleted 3201 to KZ616000: 1557.3397655520482\n", - "12:26:15\tCompleted 3212 to KZ311000: 1333.8100214797564\n", - "12:26:15\tCompleted 3171 to KZ634000: 4988.166358354044\n", - "12:26:15\tCompleted 3148 to KZ116800: 356.50220362078306\n", - "12:26:15\tCompleted 3197 to KZ196000: 2948.9545918824233\n", - "12:26:15\tCompleted 3166 to KZ391600: 1117.4064523967036\n", - "12:26:15\tCompleted 3210 to KZ234600: 5238.301793677528\n", - "12:26:15\tCompleted 3156 to KZ156000: 2148.9758140929453\n", - "12:26:15\tCompleted 3205 to KZ634400: 1211.6883881453305\n", - "12:26:15\tCompleted 3157 to KZ751210: 1365.4225463607502\n", - "12:26:15\tCompleted 3208 to KZ275000: 785.9746821728035\n", - "12:26:15\tCompleted 3144 to KZ631000: 1347.8794330835292\n", - "12:26:15\tCompleted 3165 to KZ234600: 3949.3942573230106\n", - "12:26:16\tCompleted 3186 to KZ554600: 1367.7291972210467\n", - "12:26:16\tCompleted 3176 to KZ116800: 2503.966034305097\n", - "12:26:16\tCompleted 3152 to KZ396800: 2542.164406498495\n", - "12:26:16\tCompleted 3160 to KZ354000: 3547.863078956681\n", - "12:26:16\tCompleted 3191 to KZ594600: 2481.091710780938\n", - "12:26:16\tCompleted 3161 to KZ613900: 1830.718332460441\n", - "12:26:16\tCompleted 3164 to KZ193400: 988.9881474942533\n", - "12:26:16\tCompleted 3200 to KZ392400: 1963.340139868487\n", - "12:26:16\tCompleted 3189 to KZ751710: 3674.742352758444\n", - "12:26:16\tCompleted 3188 to KZ116000: 718.5324444778416\n", - "12:26:16\tCompleted 3168 to KZ276000: 4344.3660692323465\n", - "12:26:16\tCompleted 3183 to KZ633600: 929.4438657025382\n", - "12:26:16\tCompleted 3206 to KZ471000: 4949.109088718591\n", - "12:26:16\tCompleted 3196 to KZ113800: 1892.7698729996368\n", - "12:26:16\tCompleted 3207 to KZ594200: 3150.3214792906256\n", - "12:26:17\tCompleted 3148 to KZ111810: 378.36629664391165\n", - "12:26:17\tCompleted 3185 to KZ593400: 1609.1740440818774\n", - "12:26:17\tCompleted 3217 to KZ316200: 1639.631335785808\n", - "12:26:17\tCompleted 3173 to KZ471000: 3608.308789875997\n", - "12:26:17\tCompleted 3203 to KZ114400: 929.2632816370035\n", - "12:26:17\tCompleted 3177 to KZ234200: 1606.6340562341345\n", - "12:26:17\tCompleted 3162 to KZ275800: 2953.064402665592\n", - "12:26:17\tCompleted 3154 to KZ556800: 877.0814253802487\n", - "12:26:17\tCompleted 3142 to KZ114800: 1532.300329261992112:26:17\tCompleted 3146 to KZ554200: 1022.8227648212436\n", - "\n", - "12:26:17\tCompleted 3153 to KZ395600: 1268.9729303183149\n", - "12:26:17\tCompleted 3178 to KZ314800: 4426.178852660817\n", - "12:26:18\tCompleted 3172 to KZ395200: 1338.3991389073265\n", - "12:26:18\tCompleted 3211 to KZ633600: 2644.8742997380073\n", - "12:26:18\tCompleted 3151 to KZ191000: 3424.9206332936105\n", - "12:26:18\tCompleted 3208 to KZ274800: 1141.1540590695865\n", - "12:26:18\tCompleted 3179 to KZ471800: 3323.2334363736877\n", - "12:26:18\tCompleted 3216 to KZ156400: 3590.9386882814847\n", - "12:26:18\tCompleted 3188 to KZ116400: 946.9409376445284\n", - "12:26:18\tCompleted 3191 to KZ711110: 1756.2519264757127\n", - "12:26:18\tCompleted 3164 to KZ193600: 1810.9109169309888\n", - "12:26:18\tCompleted 3174 to KZ613600: 3140.037148931435\n", - "12:26:18\tCompleted 3143 to KZ233600: 4274.643828125692\n", - "12:26:18\tCompleted 3180 to KZ596000: 1492.161902366465\n", - "12:26:18\tCompleted 3204 to KZ195200: 2245.107215236991\n", - "12:26:19\tCompleted 3182 to KZ193600: 3938.379745513472\n", - "12:26:19\tCompleted 3166 to KZ393600: 1224.042029385201\n", - "12:26:19\tCompleted 3217 to KZ311000: 1245.0457059163875\n", - "12:26:19\tCompleted 3205 to KZ313600: 1215.410233487986\n", - "12:26:19\tCompleted 3192 to KZ711110: 2909.5121791125002\n", - "12:26:19\tCompleted 3203 to KZ114600: 1037.6623740244331\n", - "12:26:19\tCompleted 3161 to KZ612000: 1350.9755332844034\n", - "12:26:19\tCompleted 3157 to KZ751110: 1373.0279285174295\n", - "12:26:19\tCompleted 3154 to KZ554800: 881.7769134247043\n", - "12:26:19\tCompleted 3208 to KZ275800: 917.9369360507075\n", - "12:26:19\tCompleted 3145 to KZ474200: 3597.51092510413212:26:19\tCompleted 3184 to KZ631000: 1809.913000505009\n", - "\n", - "12:26:19\tCompleted 3201 to KZ613800: 1932.9535408844279\n", - "12:26:19\tCompleted 3199 to KZ635800: 4659.905598397534\n", - "12:26:19\tCompleted 3159 to KZ632400: 1522.5145077750876\n", - "12:26:19\tCompleted 3190 to KZ631000: 4106.906023736348\n", - "12:26:19\tCompleted 3167 to KZ474200: 3666.7255570072753\n", - "12:26:19\tCompleted 3212 to KZ315000: 1746.4818956189772\n", - "12:26:19\tCompleted 3200 to KZ396200: 2403.3690623782095\n", - "12:26:19\tCompleted 3183 to KZ633800: 1059.0261467165578\n", - "12:26:19\tCompleted 3196 to KZ114500: 1723.8921130441913\n", - "12:26:20\tCompleted 3143 to KZ633200: 573.2789110735894\n", - "12:26:20\tCompleted 3188 to KZ116800: 977.4612042625971\n", - "12:26:20\tCompleted 3213 to KZ475000: 2024.6010716102987\n", - "12:26:20\tCompleted 3214 to KZ273200: 2053.405554323072\n", - "12:26:20\tCompleted 3160 to KZ351000: 3511.8994457560943\n", - "12:26:20\tCompleted 3179 to KZ593200: 856.3011119456836\n", - "12:26:20\tCompleted 3207 to KZ596600: 2902.5846121749705\n", - "12:26:20\tCompleted 3152 to KZ394800: 2720.818975196551\n", - "12:26:20\tCompleted 3177 to KZ234600: 1721.8043546722163\n", - "12:26:20\tCompleted 3185 to KZ594200: 1789.0317931453887\n", - "12:26:20\tCompleted 3142 to KZ111010: 1923.609830039973\n", - "12:26:20\tCompleted 3186 to KZ555600: 1824.8526398393085\n", - "12:26:21\tCompleted 3176 to KZ111810: 2543.496835351588\n", - "12:26:21\tCompleted 3191 to KZ711410: 1754.585281430307\n", - "12:26:21\tCompleted 3164 to KZ194000: 1666.45614807632\n", - "12:26:21\tCompleted 3143 to KZ634800: 470.5219111299422\n", - "12:26:21\tCompleted 3148 to KZ116600: 1198.9411556770935\n", - "12:26:21\tCompleted 3156 to KZ154600: 2447.11324483806\n", - "12:26:21\tCompleted 3217 to KZ315000: 1362.2545221500204\n", - "12:26:21\tCompleted 3208 to KZ276000: 1187.239081677565\n", - "12:26:21\tCompleted 3144 to KZ634600: 1748.688910355252\n", - "12:26:21\tCompleted 3170 to KZ194000: 3182.4790412972607\n", - "12:26:21\tCompleted 3210 to KZ234800: 4372.003169513027\n", - "12:26:21\tCompleted 3140 to KZ275400: 3802.5313370274307\n", - "12:26:21\tCompleted 3154 to KZ556400: 819.5107871161465\n", - "12:26:21\tCompleted 3180 to KZ596200: 1320.8567349248415\n", - "12:26:21\tCompleted 3205 to KZ314000: 1073.766869339597\n", - "12:26:21\tCompleted 3172 to KZ391000: 1534.1054034163008\n", - "12:26:22\tCompleted 3189 to KZ751810: 3620.986196835394\n", - "12:26:22\tCompleted 3153 to KZ395800: 1571.3570057247878\n", - "12:26:22\tCompleted 3171 to KZ635400: 5496.402271925778\n", - "12:26:22\tCompleted 3197 to KZ191000: 2640.5654389894053\n", - "12:26:22\tCompleted 3174 to KZ614000: 3185.395987604008\n", - "12:26:22\tCompleted 3188 to KZ111810: 1034.909084106214\n", - "12:26:22\tCompleted 3143 to KZ633400: 620.4610419909695\n", - "12:26:22\tCompleted 3159 to KZ632800: 1095.594433538175\n", - "12:26:22\tCompleted 3165 to KZ234800: 3083.0956331586267\n", - "12:26:22\tCompleted 3177 to KZ234800: 855.5057305077491\n", - "12:26:22\tCompleted 3212 to KZ314200: 1339.285252415091\n", - "12:26:22\tCompleted 3179 to KZ595800: 960.220721986061\n", - "12:26:22\tCompleted 3196 to KZ114000: 1706.8312422474971\n", - "12:26:23\tCompleted 3178 to KZ315400: 4113.417733980821\n", - "12:26:23\tCompleted 3200 to KZ396600: 2315.074194525669\n", - "12:26:23\tCompleted 3157 to KZ751310: 1374.5426471431908\n", - "12:26:23\tCompleted 3164 to KZ196400: 1411.5792463410291\n", - "12:26:23\tCompleted 3148 to KZ115600: 542.4386448474663\n", - "12:26:23\tCompleted 3205 to KZ314800: 773.8858656319435\n", - "12:26:23\tCompleted 3166 to KZ396400: 1445.4536760585825\n", - "12:26:23\tCompleted 3203 to KZ114800: 1395.897903377748412:26:23\tCompleted 3208 to KZ276200: 1016.2646098614985\n", - "\n", - "12:26:23\tCompleted 3217 to KZ314200: 1246.4599194787606\n", - "12:26:23\tCompleted 3191 to KZ711210: 1768.0684678702528\n", - "12:26:23\tCompleted 3192 to KZ711410: 2899.6463999334737\n", - "12:26:23\tCompleted 3168 to KZ276200: 4063.7522824984235\n", - "12:26:23\tCompleted 3183 to KZ634000: 1300.2062388513775\n", - "12:26:23\tCompleted 3162 to KZ276000: 3368.895428420627\n", - "12:26:23\tCompleted 3143 to KZ633600: 458.18075636004795\n", - "12:26:24\tCompleted 3146 to KZ791110: 1656.212892351983\n", - "12:26:24\tCompleted 3173 to KZ473600: 3189.3340238530536\n", - "12:26:24\tCompleted 3186 to KZ551000: 1360.6453195696188\n", - "12:26:24\tCompleted 3160 to KZ352000: 3328.177558082324\n", - "12:26:24\tCompleted 3207 to KZ595000: 3176.9054895194827\n", - "12:26:24\tCompleted 3154 to KZ554200: 1051.8462613432664\n", - "12:26:24\tCompleted 3216 to KZ155600: 3763.6185623203446\n", - "12:26:24\tCompleted 3161 to KZ614400: 1757.2511319002438\n", - "12:26:24\tCompleted 3185 to KZ596600: 1889.917310722154\n", - "12:26:24\tCompleted 3142 to KZ116000: 2090.3790246614635\n", - "12:26:24\tCompleted 3179 to KZ593400: 769.6079846339206\n", - "12:26:24\tCompleted 3177 to KZ235200: 903.1455778711465\n", - "12:26:24\tCompleted 3211 to KZ633800: 2905.225962114257\n", - "12:26:24\tCompleted 3151 to KZ196200: 3190.5134605022954\n", - "12:26:25\tCompleted 3143 to KZ633800: 235.84380610578688\n", - "12:26:25\tCompleted 3182 to KZ194000: 4004.8671113587043\n", - "12:26:25\tCompleted 3176 to KZ116600: 2362.298937159897\n", - "12:26:25\tCompleted 3205 to KZ315400: 736.4332137127686\n", - "12:26:25\tCompleted 3188 to KZ116600: 1130.5663258083162\n", - "12:26:25\tCompleted 3213 to KZ475200: 2035.444032394347\n", - "12:26:25\tCompleted 3208 to KZ271000: 982.191756380899\n", - "12:26:25\tCompleted 3144 to KZ634400: 1328.326923460827\n", - "12:26:25\tCompleted 3152 to KZ395000: 2648.794384887509\n", - "12:26:25\tCompleted 3184 to KZ634600: 2210.722477776725\n", - "12:26:25\tCompleted 3204 to KZ195000: 2696.737318777635\n", - "12:26:25\tCompleted 3200 to KZ394200: 1926.5354717896118\n", - "12:26:25\tCompleted 3164 to KZ196800: 1577.7570868565622\n", - "12:26:25\tCompleted 3214 to KZ274400: 1990.5342418097835\n", - "12:26:25\tCompleted 3196 to KZ117000: 1629.463585694101\n", - "12:26:25\tCompleted 3203 to KZ111010: 933.2500278077969\n", - "12:26:25\tCompleted 3153 to KZ392400: 1297.5439317511277\n", - "12:26:26\tCompleted 3145 to KZ474600: 3274.6863642860503\n", - "12:26:26\tCompleted 3201 to KZ273200: 4471.6642644369995\n", - "12:26:26\tCompleted 3159 to KZ636800: 1297.6349637989115\n", - "12:26:26\tCompleted 3148 to KZ115200: 735.9207593337287\n", - "12:26:26\tCompleted 3143 to KZ634000: 169.23311171185685\n", - "12:26:26\tCompleted 3191 to KZ711310: 1773.2819672703752\n", - "12:26:26\tCompleted 3190 to KZ634600: 4565.635551201782\n", - "12:26:26\tCompleted 3199 to KZ636200: 4328.81892059938\n", - "12:26:26\tCompleted 3206 to KZ473600: 4530.134322695568\n", - "12:26:26\tCompleted 3167 to KZ474600: 3343.9009961891934\n", - "12:26:26\tCompleted 3157 to KZ751410: 1390.2102662339507\n", - "12:26:26\tCompleted 3174 to KZ613900: 3422.315984773735\n", - "12:26:26\tCompleted 3217 to KZ353200: 1605.0776219590775\n", - "12:26:27\tCompleted 3180 to KZ596400: 1916.5164150080088\n", - "12:26:27\tCompleted 3156 to KZ154800: 2330.293925090036\n", - "12:26:27\tCompleted 3212 to KZ353200: 1817.6799637702657\n", - "12:26:27\tCompleted 3177 to KZ235600: 998.1833438915746\n", - "12:26:27\tCompleted 3179 to KZ594200: 949.4657336974323\n", - "12:26:27\tCompleted 3205 to KZ315600: 862.8822826106169\n", - "12:26:27\tCompleted 3172 to KZ395400: 1577.4692983416146\n", - "12:26:27\tCompleted 3143 to KZ635400: 653.2328818371836\n", - "12:26:27\tCompleted 3208 to KZ274000: 1252.1921949932685\n", - "12:26:27\tCompleted 3164 to KZ191600: 1494.6566299887193\n", - "12:26:27\tCompleted 3192 to KZ711210: 2897.0021693754506\n", - "12:26:28\tCompleted 3186 to KZ556000: 1408.766701777636\n", - "12:26:28\tCompleted 3142 to KZ116400: 1860.4425932770284\n", - "12:26:28\tCompleted 3203 to KZ116000: 902.0811089305365\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:26:28\tCompleted 3189 to KZ751910: 3642.127113185801\n", - "12:26:28\tCompleted 3191 to KZ555200: 1195.6926099075154\n", - "12:26:28\tCompleted 3188 to KZ115600: 1130.5482306102858\n", - "12:26:28\tCompleted 3185 to KZ595000: 1724.357329409855\n", - "12:26:28\tCompleted 3210 to KZ235200: 4419.6430168764\n", - "12:26:28\tCompleted 3200 to KZ394400: 1879.5378674515348\n", - "12:26:28\tCompleted 3154 to KZ791110: 1570.5847611202405\n", - "12:26:28\tCompleted 3170 to KZ196400: 3615.63314797283812:26:28\tCompleted 3178 to KZ315600: 4632.859246801477\n", - "\n", - "12:26:28\tCompleted 3148 to KZ115400: 956.4935311993858\n", - "12:26:28\tCompleted 3153 to KZ396200: 1105.9670177249097\n", - "12:26:28\tCompleted 3143 to KZ635000: 343.535121584669\n", - "12:26:28\tCompleted 3140 to KZ273600: 2970.490596009969\n", - "12:26:29\tCompleted 3146 to KZ791310: 1632.09000879407412:26:29\tCompleted 3197 to KZ196200: 2406.15826619809\n", - "\n", - "12:26:29\tCompleted 3207 to KZ593600: 3514.34049534364212:26:29\tCompleted 3171 to KZ635000: 5023.735482014135\n", - "\n", - "12:26:29\tCompleted 3183 to KZ635400: 1808.4421524230838\n", - "12:26:29\tCompleted 3152 to KZ395200: 2180.75889981267\n", - "12:26:29\tCompleted 3165 to KZ235200: 3130.7354805219943\n", - "12:26:29\tCompleted 3166 to KZ394000: 1677.388525424409\n", - "12:26:29\tCompleted 3196 to KZ114400: 1755.7034258027002\n", - "12:26:29\tCompleted 3177 to KZ233600: 1003.9453326916907\n", - "12:26:29\tCompleted 3188 to KZ115200: 736.0490365102486\n", - "12:26:29\tCompleted 3213 to KZ471800: 1865.0538122336054\n", - "12:26:29\tCompleted 3176 to KZ115600: 2355.11613068445\n", - "12:26:29\tCompleted 3217 to KZ353600: 1534.8831362411338\n", - "12:26:29\tCompleted 3191 to KZ551600: 1333.574084486844\n", - "12:26:29\tCompleted 3160 to KZ354800: 4035.522459372196\n", - "12:26:30\tCompleted 3179 to KZ596600: 1050.3512512741972\n", - "12:26:30\tCompleted 3164 to KZ195200: 1571.9635950735278\n", - "12:26:30\tCompleted 3161 to KZ614600: 1444.1956520614065\n", - "12:26:30\tCompleted 3180 to KZ594600: 1428.3323953427189\n", - "12:26:30\tCompleted 3143 to KZ632200: 471.78790394079584\n", - "12:26:30\tCompleted 3205 to KZ316000: 1190.4404358923034\n", - "12:26:30\tCompleted 3208 to KZ274200: 1464.3133745902862\n", - "12:26:30\tCompleted 3162 to KZ276200: 3088.2816416867227\n", - "12:26:30\tCompleted 3168 to KZ271000: 4081.445237912639\n", - "12:26:30\tCompleted 3174 to KZ612000: 2928.187625439498\n", - "12:26:30\tCompleted 3157 to KZ751710: 1425.9262200642115\n", - "12:26:30\tCompleted 3216 to KZ156800: 3225.6959472224794\n", - "12:26:30\tCompleted 3144 to KZ313600: 1714.4052368854614\n", - "12:26:31\tCompleted 3184 to KZ634400: 1790.3604908823067\n", - "12:26:31\tCompleted 3159 to KZ635800: 1661.9225155963056\n", - "12:26:31\tCompleted 3203 to KZ116400: 1024.4824566900554\n", - "12:26:31\tCompleted 3188 to KZ115400: 713.4283739121566\n", - "12:26:31\tCompleted 3200 to KZ433200: 1912.031429925247\n", - "12:26:31\tCompleted 3151 to KZ192600: 3463.8643883223044\n", - "12:26:31\tCompleted 3143 to KZ635200: 485.4848303660528\n", - "12:26:31\tCompleted 3173 to KZ474200: 3635.9581849195756\n", - "12:26:31\tCompleted 3182 to KZ196400: 4438.021218034323\n", - "12:26:31\tCompleted 3216 to KZ193200: 216.8379722194868\n", - "12:26:31\tCompleted 3217 to KZ351600: 1113.6102587042096\n", - "12:26:32\tCompleted 3201 to KZ274400: 4401.730664448565\n", - "12:26:32\tCompleted 3192 to KZ711310: 2887.262228682565\n", - "12:26:32\tCompleted 3172 to KZ392000: 1694.3929934218538\n", - "12:26:32\tCompleted 3205 to KZ316600: 787.3567054872507\n", - "12:26:32\tCompleted 3185 to KZ593600: 1838.9059336941489\n", - "12:26:32\tCompleted 3142 to KZ116800: 2188.572214501787\n", - "12:26:32\tCompleted 3153 to KZ396600: 1113.8858585161088\n", - "12:26:32\tCompleted 3186 to KZ556800: 1609.454626649578\n", - "12:26:32\tCompleted 3164 to KZ195000: 1422.8350323827524\n", - "12:26:32\tCompleted 3211 to KZ634000: 3146.4060542490683\n", - "12:26:32\tCompleted 3179 to KZ595000: 884.7912699618987\n", - "12:26:32\tCompleted 3204 to KZ194400: 2514.5222453186902\n", - "12:26:32\tCompleted 3191 to KZ553200: 1624.5250152595054\n", - "12:26:32\tCompleted 3196 to KZ114600: 1749.138350126009\n", - "12:26:32\tCompleted 3143 to KZ632400: 262.52006014726027\n", - "12:26:33\tCompleted 3154 to KZ791310: 1546.4618775623314\n", - "12:26:33\tCompleted 3183 to KZ635000: 1335.775362511449412:26:33\tCompleted 3203 to KZ116800: 812.0836029980302\n", - "\n", - "12:26:33\tCompleted 3190 to KZ634400: 4087.3535141136344\n", - "12:26:33\tCompleted 3207 to KZ595200: 3050.6965970695674\n", - "12:26:33\tCompleted 3156 to KZ155200: 2757.2325879917885\n", - "12:26:33\tCompleted 3178 to KZ316000: 3806.620168937992\n", - "12:26:33\tCompleted 3216 to KZ193400: 326.28105560049363\n", - "12:26:33\tCompleted 3145 to KZ475000: 3645.0153910358276\n", - "12:26:33\tCompleted 3206 to KZ474200: 4976.758483762134\n", - "12:26:33\tCompleted 3214 to KZ275400: 2665.722673766778\n", - "12:26:33\tCompleted 3176 to KZ115200: 1966.8427876093647\n", - "12:26:33\tCompleted 3152 to KZ391000: 2376.4651643216334\n", - "12:26:33\tCompleted 3199 to KZ636400: 4745.933581290971\n", - "12:26:33\tCompleted 3200 to KZ431900: 1886.841243057926\n", - "12:26:34\tCompleted 3180 to KZ711110: 1564.4990921012138\n", - "12:26:34\tCompleted 3212 to KZ353600: 2500.55160421003\n", - "12:26:34\tCompleted 3167 to KZ475000: 3714.2300229389707\n", - "12:26:34\tCompleted 3160 to KZ355200: 3385.1983966168546\n", - "12:26:34\tCompleted 3189 to KZ751510: 3630.6430510848854\n", - "12:26:34\tCompleted 3157 to KZ751810: 1379.7852878303102\n", - "12:26:34\tCompleted 3146 to KZ791510: 1630.6305339403236\n", - "12:26:34\tCompleted 3143 to KZ632800: 705.3519233918869\n", - "12:26:34\tCompleted 3213 to KZ593200: 1753.3020201974514\n", - "12:26:34\tCompleted 3166 to KZ396800: 1423.4809829848125\n", - "12:26:34\tCompleted 3210 to KZ235600: 4514.68078289685\n", - "12:26:34\tCompleted 3209 to KZ113200: 2924.672691742836\n", - "12:26:34\tCompleted 3171 to KZ632200: 4373.415800780349\n", - "12:26:34\tCompleted 3148 to KZ151000: 2341.702108217583\n", - "12:26:34\tCompleted 3217 to KZ354000: 1539.901792698681\n", - "12:26:34\tCompleted 3216 to KZ193600: 782.7946476882245\n", - "12:26:35\tCompleted 3170 to KZ196800: 3083.7915457316917\n", - "12:26:35\tCompleted 3174 to KZ614400: 3350.517308761582\n", - "12:26:35\tCompleted 3191 to KZ553600: 1552.5309251550311\n", - "12:26:35\tCompleted 3159 to KZ636200: 1416.0505336980336\n", - "12:26:35\tCompleted 3203 to KZ111810: 833.9476960211588\n", - "12:26:35\tCompleted 3183 to KZ632200: 792.4570054606376\n", - "12:26:35\tCompleted 3179 to KZ593600: 999.3398742461918\n", - "12:26:35\tCompleted 3143 to KZ636800: 101.21351737083924\n", - "12:26:35\tCompleted 3164 to KZ194400: 1800.7466817872696\n", - "12:26:35\tCompleted 3189 to KZ231000: 240.8909680998412\n", - "12:26:35\tCompleted 3184 to KZ313600: 1447.3759544885568\n", - "12:26:35\tCompleted 3140 to KZ276600: 3052.315842708955\n", - "12:26:35\tCompleted 3144 to KZ314000: 1572.761872737075\n", - "12:26:35\tCompleted 3188 to KZ151000: 1720.9325619600288\n", - "12:26:36\tCompleted 3185 to KZ595200: 1836.3560667513848\n", - "12:26:36\tCompleted 3165 to KZ235600: 3225.773246542399\n", - "12:26:36\tCompleted 3197 to KZ192600: 2679.509194018099\n", - "12:26:36\tCompleted 3172 to KZ395600: 1571.5463427129303\n", - "12:26:36\tCompleted 3216 to KZ194000: 638.3398788335562\n", - "12:26:36\tCompleted 3205 to KZ316200: 1367.2151535878304\n", - "12:26:36\tCompleted 3161 to KZ614800: 1825.508114148075\n", - "12:26:36\tCompleted 3142 to KZ111810: 2228.1030155482745\n", - "12:26:36\tCompleted 3162 to KZ271000: 3105.9745971009384\n", - "12:26:36\tCompleted 3207 to KZ591000: 3167.652441192279\n", - "12:26:36\tCompleted 3200 to KZ434600: 1924.7407673081314\n", - "12:26:36\tCompleted 3177 to KZ633200: 3198.493584862145\n", - "12:26:36\tCompleted 3153 to KZ394200: 1562.7962372698673\n", - "12:26:36\tCompleted 3189 to KZ234000: 493.57401331657553\n", - "12:26:36\tCompleted 3196 to KZ114800: 2222.3380475434406\n", - "12:26:36\tCompleted 3186 to KZ554800: 1614.1501146940325\n", - "12:26:36\tCompleted 3143 to KZ635800: 685.1902819382407\n", - "12:26:37\tCompleted 3191 to KZ552200: 1592.983418848257\n", - "12:26:37\tCompleted 3176 to KZ115400: 1949.7020241334617\n", - "12:26:37\tCompleted 3154 to KZ791510: 1545.002402708581\n", - "12:26:37\tCompleted 3152 to KZ395400: 2419.829059246946\n", - "12:26:37\tCompleted 3192 to KZ555200: 3631.0770879037086\n", - "12:26:37\tCompleted 3217 to KZ351000: 1556.5286351271202\n", - "12:26:37\tCompleted 3216 to KZ196400: 306.1842973464587\n", - "12:26:37\tCompleted 3214 to KZ273600: 1833.681932749315\n", - "12:26:37\tCompleted 3151 to KZ196600: 3509.580112377576\n", - "12:26:37\tCompleted 3164 to KZ194600: 1434.5475166615024\n", - "12:26:37\tCompleted 3157 to KZ751910: 1380.7239694665327\n", - "12:26:37\tCompleted 3182 to KZ196800: 3906.1796157931353\n", - "12:26:37\tCompleted 3168 to KZ274000: 4745.132927851895\n", - "12:26:38\tCompleted 3179 to KZ595200: 996.7900073034282\n", - "12:26:38\tCompleted 3180 to KZ711410: 1554.6333129221857\n", - "12:26:38\tCompleted 3143 to KZ636200: 132.36420283511865\n", - "12:26:38\tCompleted 3203 to KZ116600: 1234.8213146299493\n", - "12:26:38\tCompleted 3190 to KZ313600: 3238.6218775785146\n", - "12:26:38\tCompleted 3201 to KZ275400: 5076.919096405615\n", - "12:26:38\tCompleted 3189 to KZ234200: 900.4471519884811\n", - "12:26:38\tCompleted 3176 to KZ151000: 407.8187264433099712:26:38\tCompleted 3174 to KZ614600: 3075.625006346176\n", - "\n", - "12:26:38\tCompleted 3160 to KZ355600: 3580.6705804724206\n", - "12:26:38\tCompleted 3216 to KZ196800: 549.6408176137983\n", - "12:26:38\tCompleted 3205 to KZ311000: 972.6295237184099\n", - "12:26:38\tCompleted 3204 to KZ194600: 2525.039211323187\n", - "12:26:38\tCompleted 3178 to KZ316600: 4454.611033022032\n", - "12:26:38\tCompleted 3184 to KZ314000: 1228.974661194752\n", - "12:26:39\tCompleted 3209 to KZ113400: 3002.5337285481737\n", - "12:26:39\tCompleted 3146 to KZ791710: 1603.1116080265713\n", - "12:26:39\tCompleted 3156 to KZ156400: 2596.357682089968\n", - "12:26:39\tCompleted 3200 to KZ434400: 1961.6657796522256\n", - "12:26:39\tCompleted 3206 to KZ474600: 4653.933922944046\n", - "12:26:39\tCompleted 3173 to KZ474600: 3313.1336241014938\n", - "12:26:39\tCompleted 3191 to KZ554600: 1663.8231276035963\n", - "12:26:39\tCompleted 3159 to KZ636400: 1656.0182456575103\n", - "12:26:39\tCompleted 3166 to KZ394800: 1602.1355516828685\n", - "12:26:39\tCompleted 3164 to KZ194800: 1589.5021209181007\n", - "12:26:39\tCompleted 3196 to KZ111010: 1759.690171973494\n", - "12:26:39\tCompleted 3185 to KZ591000: 1726.5717955039227\n", - "12:26:39\tCompleted 3211 to KZ635400: 3654.6419678207462\n", - "12:26:39\tCompleted 3145 to KZ475200: 3655.858351819877\n", - "12:26:40\tCompleted 3212 to KZ351600: 2080.68965149802\n", - "12:26:40\tCompleted 3213 to KZ595800: 2125.314036816967\n", - "12:26:40\tCompleted 3176 to KZ153200: 423.4346463955192\n", - "12:26:40\tCompleted 3143 to KZ636400: 1026.8892197999342\n", - "12:26:40\tCompleted 3144 to KZ314800: 1272.8808690294188\n", - "12:26:40\tCompleted 3199 to KZ631000: 4274.953307267425\n", - "12:26:40\tCompleted 3216 to KZ191600: 466.5403607459554\n", - "12:26:40\tCompleted 3148 to KZ153200: 2391.8957156463302\n", - "12:26:40\tCompleted 3188 to KZ153200: 1725.349145388678\n", - "12:26:40\tCompleted 3183 to KZ635200: 1601.3804103044774\n", - "12:26:40\tCompleted 3179 to KZ591000: 887.005736055966\n", - "12:26:40\tCompleted 3203 to KZ115600: 998.0200442247132\n", - "12:26:40\tCompleted 3189 to KZ234600: 1015.6174504265617\n", - "12:26:40\tCompleted 3142 to KZ116600: 2095.0784865961673\n", - "12:26:40\tCompleted 3170 to KZ191600: 3109.5895217917764\n", - "12:26:40\tCompleted 3217 to KZ352000: 1776.9789056056898\n", - "12:26:41\tCompleted 3172 to KZ395800: 1873.930418119403\n", - "12:26:41\tCompleted 3210 to KZ233600: 4520.442771696963\n", - "12:26:41\tCompleted 3186 to KZ556400: 1551.8839883854757\n", - "12:26:41\tCompleted 3171 to KZ635200: 5289.340529807177\n", - "12:26:41\tCompleted 3143 to KZ631000: 78.49858950316442\n", - "12:26:41\tCompleted 3161 to KZ615400: 1716.4119963210107\n", - "12:26:41\tCompleted 3152 to KZ392000: 2536.75275432717\n", - "12:26:41\tCompleted 3180 to KZ711210: 1551.9890823641617\n", - "12:26:41\tCompleted 3207 to KZ595600: 3039.1579275166023\n", - "12:26:41\tCompleted 3157 to KZ751510: 1373.2124955369882\n", - "12:26:41\tCompleted 3140 to KZ275000: 2928.63060338321\n", - "12:26:41\tCompleted 3216 to KZ195200: 543.8473258307639\n", - "12:26:41\tCompleted 3205 to KZ315000: 1089.8383399520435\n", - "12:26:41\tCompleted 3191 to KZ555600: 1380.3094279171328\n", - "12:26:41\tCompleted 3167 to KZ475200: 3725.07298372302\n", - "12:26:41\tCompleted 3154 to KZ791710: 1517.4834767948287\n", - "12:26:41\tCompleted 3153 to KZ394400: 1642.6834484046296\n", - "12:26:42\tCompleted 3189 to KZ234800: 204.78963390781666\n", - "12:26:42\tCompleted 3176 to KZ153400: 1046.2290057029727\n", - "12:26:42\tCompleted 3214 to KZ276600: 1915.5071794482908\n", - "12:26:42\tCompleted 3200 to KZ431000: 2247.326334772998\n", - "12:26:42\tCompleted 3164 to KZ195600: 1794.4611324513755\n", - "12:26:42\tCompleted 3192 to KZ551600: 3364.5103659181814\n", - "12:26:42\tCompleted 3165 to KZ233600: 3231.5352353425237\n", - "12:26:42\tCompleted 3210 to KZ633200: 615.2302902483964\n", - "12:26:42\tCompleted 3143 to KZ634600: 680.8129800974083\n", - "12:26:42\tCompleted 3197 to KZ196600: 2725.2249180733706\n", - "12:26:42\tCompleted 3174 to KZ614800: 3315.3350116038564\n", - "12:26:43\tCompleted 3209 to KZ113600: 2681.0508467084123\n", - "12:26:43\tCompleted 3196 to KZ116000: 1728.521253096233\n", - "12:26:43\tCompleted 3216 to KZ195000: 394.7187631399884\n", - "12:26:43\tCompleted 3217 to KZ354800: 1353.174304762311\n", - "12:26:43\tCompleted 3189 to KZ235200: 194.38293762676818\n", - "12:26:43\tCompleted 3184 to KZ314800: 1367.412935336427\n", - "12:26:43\tCompleted 3159 to KZ631000: 1362.1849203660797\n", - "12:26:43\tCompleted 3162 to KZ274000: 3769.6622870401447\n", - "12:26:43\tCompleted 3177 to KZ634800: 3742.3505580731608\n", - "12:26:43\tCompleted 3151 to KZ194200: 3137.671174199855\n", - "12:26:43\tCompleted 3190 to KZ314000: 3021.0556129348247\n", - "12:26:43\tCompleted 3191 to KZ551000: 1250.7448588109914\n", - "12:26:43\tCompleted 3143 to KZ634400: 293.2357337171456\n", - "12:26:43\tCompleted 3176 to KZ153600: 656.6593649668027\n", - "12:26:43\tCompleted 3179 to KZ595600: 1120.8933225778883\n", - "12:26:43\tCompleted 3178 to KZ316200: 3957.34030101349\n", - "12:26:43\tCompleted 3185 to KZ595600: 1960.459382025845\n", - "12:26:43\tCompleted 3144 to KZ315400: 1235.4282171102468\n", - "12:26:44\tCompleted 3203 to KZ115200: 1191.502158710976\n", - "12:26:44\tCompleted 3160 to KZ352100: 4100.535197612842\n", - "12:26:44\tCompleted 3201 to KZ273600: 4244.87835538807\n", - "12:26:44\tCompleted 3205 to KZ314200: 974.0437372807829\n", - "12:26:44\tCompleted 3189 to KZ235600: 291.99643964591877\n", - "12:26:44\tCompleted 3182 to KZ191600: 3931.97759185322\n", - "12:26:44\tCompleted 3142 to KZ115600: 1993.5266503168555\n", - "12:26:44\tCompleted 3166 to KZ395000: 1530.110961373835\n", - "12:26:44\tCompleted 3210 to KZ634800: 1083.8987070656387\n", - "12:26:44\tCompleted 3183 to KZ632400: 1394.0374474980733\n", - "12:26:44\tCompleted 3216 to KZ194400: 772.63041254451\n", - "12:26:45\tCompleted 3168 to KZ274200: 4852.44891601171\n", - "12:26:45\tCompleted 3212 to KZ354000: 1913.839314357651\n", - "12:26:45\tCompleted 3156 to KZ155600: 2509.202461669882\n", - "12:26:45\tCompleted 3180 to KZ711310: 1542.2491416712764\n", - "12:26:45\tCompleted 3172 to KZ392400: 1600.1173441457431\n", - "12:26:45\tCompleted 3164 to KZ195800: 1856.6098597313435\n", - "12:26:45\tCompleted 3188 to KZ153400: 1576.8829461653472\n", - "12:26:45\tCompleted 3189 to KZ233600: 415.502811416740112:26:45\tCompleted 3176 to KZ154000: 520.3884882115569\n", - "\n", - "12:26:45\tCompleted 3146 to KZ611600: 1681.0728924854996\n", - "12:26:45\tCompleted 3165 to KZ633200: 1102.5531615805041\n", - "12:26:45\tCompleted 3200 to KZ435200: 2338.1381281630497\n", - "12:26:45\tCompleted 3161 to KZ615200: 1495.894851105018\n", - "12:26:45\tCompleted 3186 to KZ554200: 1747.7150241677755\n", - "12:26:45\tCompleted 3152 to KZ395600: 2413.906103618257\n", - "12:26:45\tCompleted 3191 to KZ556000: 1290.21111096317612:26:45\tCompleted 3204 to KZ194800: 2793.15486337719\n", - "\n", - "12:26:45\tCompleted 3205 to KZ353200: 523.8942425942362\n", - "12:26:45\tCompleted 3206 to KZ475000: 5024.262949693867\n", - "12:26:45\tCompleted 3210 to KZ633400: 442.35912986173986\n", - "12:26:45\tCompleted 3207 to KZ596000: 3233.6445779885394\n", - "12:26:45\tCompleted 3179 to KZ596000: 763.7083385247981\n", - "12:26:46\tCompleted 3213 to KZ593400: 2136.9897243301643\n", - "12:26:46\tCompleted 3216 to KZ194600: 406.4312474187385\n", - "12:26:46\tCompleted 3154 to KZ611600: 1595.444761253757\n", - "12:26:46\tCompleted 3148 to KZ153400: 1975.567045016206\n", - "12:26:46\tCompleted 3214 to KZ275000: 1781.2048365506553\n", - "12:26:46\tCompleted 3169 to KZ113200: 404.31728676155666\n", - "12:26:46\tCompleted 3176 to KZ154200: 229.52490962790299\n", - "12:26:46\tCompleted 3209 to KZ113800: 2509.8036465386463\n", - "12:26:46\tCompleted 3145 to KZ471800: 3485.4681316591514\n", - "12:26:46\tCompleted 3217 to KZ355200: 2092.5317078105136\n", - "12:26:47\tCompleted 3205 to KZ353600: 454.9671666280778\n", - "12:26:47\tCompleted 3174 to KZ615400: 3311.740636685327\n", - "12:26:47\tCompleted 3211 to KZ635000: 3181.975177909116\n", - "12:26:47\tCompleted 3185 to KZ596000: 1603.2743979727547\n", - "12:26:47\tCompleted 3173 to KZ475000: 3683.462650851271\n", - "12:26:47\tCompleted 3170 to KZ195200: 3047.354544926509\n", - "12:26:47\tCompleted 3164 to KZ196000: 1134.3179444086554\n", - "12:26:47\tCompleted 3192 to KZ553200: 3483.458359324878\n", - "12:26:47\tCompleted 3183 to KZ632800: 967.1173732611608\n", - "12:26:47\tCompleted 3184 to KZ315400: 1329.960283417255\n", - "12:26:47\tCompleted 3196 to KZ116400: 1850.9226008557523\n", - "12:26:47\tCompleted 3166 to KZ395200: 1062.0754762989648\n", - "12:26:47\tCompleted 3142 to KZ115200: 1654.2544549200009\n", - "12:26:47\tCompleted 3216 to KZ194800: 561.3858516753367\n", - "12:26:47\tCompleted 3210 to KZ633600: 907.8980031459278\n", - "12:26:47\tCompleted 3171 to KZ632400: 5081.997567000746\n", - "12:26:47\tCompleted 3143 to KZ313600: 2355.8089622506996\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:26:47\tCompleted 3169 to KZ113400: 195.53821565938358\n", - "12:26:47\tCompleted 3191 to KZ556800: 1290.4461354911405\n", - "12:26:48\tCompleted 3199 to KZ634600: 4733.682834732868\n", - "12:26:48\tCompleted 3153 to KZ433200: 2230.722169299631\n", - "12:26:48\tCompleted 3203 to KZ115400: 1412.0749305766317\n", - "12:26:48\tCompleted 3176 to KZ156000: 592.9991562935031\n", - "12:26:48\tCompleted 3157 to KZ231000: 3159.396707136784\n", - "12:26:48\tCompleted 3205 to KZ351600: 33.694289091153856\n", - "12:26:48\tCompleted 3145 to KZ593200: 602.9186474281747\n", - "12:26:48\tCompleted 3159 to KZ634600: 1762.9943976378024\n", - "12:26:48\tCompleted 3140 to KZ274800: 3453.5184111947033\n", - "12:26:48\tCompleted 3160 to KZ352200: 3538.719158635174\n", - "12:26:48\tCompleted 3197 to KZ194200: 2353.315979895643512:26:48\tCompleted 3178 to KZ311000: 3817.9115613843687\n", - "\n", - "12:26:48\tCompleted 3200 to KZ434800: 2259.704363886332\n", - "12:26:48\tCompleted 3144 to KZ315600: 1361.877286008095\n", - "12:26:48\tCompleted 3186 to KZ791110: 1249.877513895025\n", - "12:26:49\tCompleted 3164 to KZ191000: 1257.813239410797\n", - "12:26:49\tCompleted 3172 to KZ396200: 1408.540430119525\n", - "12:26:49\tCompleted 3216 to KZ195600: 766.3448632086115\n", - "12:26:49\tCompleted 3207 to KZ596200: 2862.7368990122554\n", - "12:26:49\tCompleted 3179 to KZ596200: 1150.7077881959758\n", - "12:26:49\tCompleted 3169 to KZ113600: 470.81094470602005\n", - "12:26:49\tCompleted 3176 to KZ154600: 412.47382241773977\n", - "12:26:49\tCompleted 3210 to KZ633800: 824.6193826251097\n", - "12:26:49\tCompleted 3205 to KZ354000: 543.7136868626224\n", - "12:26:49\tCompleted 3190 to KZ314800: 3520.3429178092542\n", - "12:26:49\tCompleted 3217 to KZ355600: 1780.7027095352182\n", - "12:26:49\tCompleted 3151 to KZ751210: 3092.4707967846743\n", - "12:26:49\tCompleted 3212 to KZ351000: 1847.8140290078152\n", - "12:26:49\tCompleted 3167 to KZ471800: 3554.6827635622944\n", - "12:26:50\tCompleted 3156 to KZ156800: 1857.7379108091416\n", - "12:26:50\tCompleted 3191 to KZ554800: 1519.9917894637688\n", - "12:26:50\tCompleted 3154 to KZ613600: 1450.237022727805\n", - "12:26:50\tCompleted 3145 to KZ595800: 706.838257468552\n", - "12:26:50\tCompleted 3177 to KZ633400: 3098.2128104196045\n", - "12:26:50\tCompleted 3146 to KZ613600: 1535.8651539595476\n", - "12:26:50\tCompleted 3152 to KZ395800: 2716.290179024737\n", - "12:26:50\tCompleted 3174 to KZ615200: 3127.32420538978\n", - "12:26:50\tCompleted 3183 to KZ636800: 1169.1579035218972\n", - "12:26:50\tCompleted 3216 to KZ195800: 828.4935904885823\n", - "12:26:50\tCompleted 3185 to KZ596200: 1990.2738476439322\n", - "12:26:50\tCompleted 3162 to KZ274200: 3876.978275199911\n", - "12:26:50\tCompleted 3182 to KZ195200: 3869.7426149879525\n", - "12:26:50\tCompleted 3188 to KZ153600: 2089.2231747097594\n", - "12:26:50\tCompleted 3213 to KZ594200: 1950.3114268004701\n", - "12:26:50\tCompleted 3142 to KZ115400: 1682.4815735697148\n", - "12:26:51\tCompleted 3205 to KZ351000: 475.34525576227907\n", - "12:26:51\tCompleted 3210 to KZ634000: 821.7041251906469\n", - "12:26:51\tCompleted 3161 to KZ616400: 2337.7146970059503\n", - "12:26:51\tCompleted 3196 to KZ116800: 1638.5237471637265\n", - "12:26:51\tCompleted 3209 to KZ114500: 2973.1838113476765\n", - "12:26:51\tCompleted 3176 to KZ154800: 601.3665064913371\n", - "12:26:51\tCompleted 3201 to KZ276600: 4326.7036020870455\n", - "12:26:51\tCompleted 3165 to KZ634800: 1823.557083523648\n", - "12:26:51\tCompleted 3166 to KZ391000: 1257.781740807939\n", - "12:26:51\tCompleted 3169 to KZ113800: 650.156969374920212:26:51\tCompleted 3180 to KZ555200: 2286.0640008924524\n", - "\n", - "12:26:51\tCompleted 3200 to KZ433600: 2075.347892036193\n", - "12:26:51\tCompleted 3143 to KZ314000: 2214.1655981023114\n", - "12:26:51\tCompleted 3189 to KZ633200: 3905.8846521835335\n", - "12:26:51\tCompleted 3164 to KZ196200: 1614.0311696726794\n", - "12:26:51\tCompleted 3145 to KZ593400: 516.2255201164119\n", - "12:26:51\tCompleted 3217 to KZ352100: 1039.9267420290314\n", - "12:26:52\tCompleted 3167 to KZ593200: 672.1332793313242\n", - "12:26:52\tCompleted 3186 to KZ791310: 1227.5959649346273\n", - "12:26:52\tCompleted 3216 to KZ196000: 189.2517726334725\n", - "12:26:52\tCompleted 3163 to KZ113200: 369.1040833259598\n", - "12:26:52\tCompleted 3191 to KZ556400: 1433.3283975710158\n", - "12:26:52\tCompleted 3142 to KZ151000: 46.22924607569368\n", - "12:26:52\tCompleted 3184 to KZ315600: 1456.4093523151032\n", - "12:26:52\tCompleted 3179 to KZ596400: 945.774365804672\n", - "12:26:52\tCompleted 3148 to KZ153600: 2758.16609020688\n", - "12:26:52\tCompleted 3159 to KZ634400: 1342.6324107433775\n", - "12:26:52\tCompleted 3160 to KZ352300: 2876.0776087187865\n", - "12:26:52\tCompleted 3176 to KZ155200: 84.95888558102631\n", - "12:26:52\tCompleted 3206 to KZ475200: 5035.105910477914\n", - "12:26:52\tCompleted 3204 to KZ195600: 2869.9354311323946\n", - "12:26:52\tCompleted 3205 to KZ352000: 695.7955262408486\n", - "12:26:52\tCompleted 3214 to KZ274800: 2316.7097479340455\n", - "12:26:52\tCompleted 3192 to KZ553600: 3434.461357559855\n", - "12:26:53\tCompleted 3153 to KZ431900: 1715.6179830817996\n", - "12:26:53\tCompleted 3172 to KZ396600: 1416.4592709107242\n", - "12:26:53\tCompleted 3212 to KZ352000: 1459.1164318531387\n", - "12:26:53\tCompleted 3169 to KZ114500: 517.2789848289576\n", - "12:26:53\tCompleted 3163 to KZ113400: 160.32501222378676\n", - "12:26:53\tCompleted 3210 to KZ635400: 1266.6096777728792\n", - "12:26:53\tCompleted 3216 to KZ191000: 229.69697016803303\n", - "12:26:53\tCompleted 3142 to KZ153200: 70.73990629515717\n", - "12:26:53\tCompleted 3164 to KZ192600: 1298.4127340374646\n", - "12:26:53\tCompleted 3144 to KZ316000: 1440.494000026169\n", - "12:26:53\tCompleted 3145 to KZ594200: 696.0832691799233\n", - "12:26:53\tCompleted 3211 to KZ632200: 2577.911887541903\n", - "12:26:53\tCompleted 3185 to KZ596400: 1611.169839737177\n", - "12:26:53\tCompleted 3196 to KZ111810: 1659.033958049886\n", - "12:26:54\tCompleted 3165 to KZ633400: 1002.272387137963\n", - "12:26:54\tCompleted 3207 to KZ596400: 3657.9990906300745\n", - "12:26:54\tCompleted 3167 to KZ595800: 776.0528893717014\n", - "12:26:54\tCompleted 3203 to KZ151000: 2771.6601913086847\n", - "12:26:54\tCompleted 3205 to KZ354800: 710.5197305255084\n", - "12:26:54\tCompleted 3170 to KZ195000: 3493.4837042434306\n", - "12:26:54\tCompleted 3171 to KZ632800: 4832.224441495896\n", - "12:26:54\tCompleted 3143 to KZ314800: 1654.1654855520105\n", - "12:26:54\tCompleted 3199 to KZ634400: 4255.400797644713\n", - "12:26:54\tCompleted 3184 to KZ316000: 943.3283471814443\n", - "12:26:54\tCompleted 3213 to KZ596600: 1625.3892594986075\n", - "12:26:54\tCompleted 3197 to KZ751210: 2308.115602480469\n", - "12:26:54\tCompleted 3191 to KZ554200: 1709.486187026008812:26:54\tCompleted 3154 to KZ614000: 1578.6496852695439\n", - "\n", - "12:26:54\tCompleted 3217 to KZ352200: 1598.8537305460438\n", - "12:26:54\tCompleted 3176 to KZ156400: 1350.1381562698807\n", - "12:26:54\tCompleted 3152 to KZ392400: 2442.4771050510685\n", - "12:26:54\tCompleted 3156 to KZ193200: 1665.223719939703\n", - "12:26:54\tCompleted 3178 to KZ315000: 4230.583435523585\n", - "12:26:54\tCompleted 3163 to KZ113600: 435.5977412704231\n", - "12:26:55\tCompleted 3142 to KZ153400: 684.6395253353564\n", - "12:26:55\tCompleted 3216 to KZ196200: 585.914900429915612:26:55\tCompleted 3173 to KZ475200: 3694.3056116353205\n", - "\n", - "12:26:55\tCompleted 3169 to KZ114000: 464.2183386227803\n", - "12:26:55\tCompleted 3166 to KZ395400: 1301.145635733253\n", - "12:26:55\tCompleted 3190 to KZ315400: 3207.5817991293025\n", - "12:26:55\tCompleted 3183 to KZ635800: 1515.6941926608206\n", - "12:26:55\tCompleted 3209 to KZ114000: 2734.5643811020195\n", - "12:26:55\tCompleted 3210 to KZ635000: 741.3362504404306\n", - "12:26:55\tCompleted 3161 to KZ615600: 1536.0232008709265\n", - "12:26:55\tCompleted 3186 to KZ791510: 1237.7137409308957\n", - "12:26:55\tCompleted 3157 to KZ234000: 3368.0071845044718\n", - "12:26:55\tCompleted 3200 to KZ434000: 2810.551585201357\n", - "12:26:55\tCompleted 3188 to KZ154000: 1658.7428215454786\n", - "12:26:55\tCompleted 3140 to KZ275800: 2923.10123518312512:26:55\tCompleted 3146 to KZ614000: 1664.2778165012865\n", - "\n", - "12:26:55\tCompleted 3174 to KZ616400: 3828.9457575851948\n", - "12:26:56\tCompleted 3176 to KZ155600: 264.43233059658394\n", - "12:26:56\tCompleted 3145 to KZ596600: 796.968786756688512:26:56\tCompleted 3179 to KZ594600: 1129.9816193232487\n", - "\n", - "12:26:56\tCompleted 3167 to KZ593400: 585.4401520195612\n", - "12:26:56\tCompleted 3164 to KZ196600: 1722.330075639785\n", - "12:26:56\tCompleted 3151 to KZ751110: 3100.2281560975557\n", - "12:26:56\tCompleted 3216 to KZ192600: 270.2964647947007\n", - "12:26:56\tCompleted 3169 to KZ117000: 386.8506820693842\n", - "12:26:56\tCompleted 3177 to KZ633600: 2869.0374698311784\n", - "12:26:56\tCompleted 3142 to KZ153600: 713.7148085270312\n", - "12:26:56\tCompleted 3210 to KZ632200: 832.1550034400627\n", - "12:26:56\tCompleted 3205 to KZ355200: 1011.3483284456731\n", - "12:26:56\tCompleted 3163 to KZ113800: 614.9437659393233\n", - "12:26:57\tCompleted 3180 to KZ551600: 2019.4972789069193\n", - "12:26:57\tCompleted 3165 to KZ633600: 1037.3084793702515\n", - "12:26:57\tCompleted 3214 to KZ275800: 1786.292571922462\n", - "12:26:57\tCompleted 3179 to KZ711110: 418.3266112811633\n", - "12:26:57\tCompleted 3182 to KZ195000: 4315.871774304915\n", - "12:26:57\tCompleted 3144 to KZ316600: 1286.3517088847289\n", - "12:26:57\tCompleted 3201 to KZ275000: 4203.018362761309\n", - "12:26:57\tCompleted 3160 to KZ352800: 3539.403001776272\n", - "12:26:57\tCompleted 3216 to KZ196600: 694.213806397024\n", - "12:26:57\tCompleted 3159 to KZ313600: 1665.0559946985093\n", - "12:26:57\tCompleted 3196 to KZ116600: 2117.219419430012\n", - "12:26:57\tCompleted 3143 to KZ315400: 1876.831942475488\n", - "12:26:57\tCompleted 3185 to KZ594600: 1969.547678771205312:26:57\tCompleted 3207 to KZ594600: 2957.1498179128716\n", - "\n", - "12:26:57\tCompleted 3145 to KZ595000: 631.4088054443897\n", - "12:26:58\tCompleted 3142 to KZ154000: 158.7990078439401\n", - "12:26:58\tCompleted 3176 to KZ156800: 1165.1352257133965\n", - "12:26:58\tCompleted 3169 to KZ114400: 513.0905221779835\n", - "12:26:58\tCompleted 3200 to KZ471000: 1219.7246700236742\n", - "12:26:58\tCompleted 3217 to KZ352300: 2164.7697965178163\n", - "12:26:58\tCompleted 3167 to KZ594200: 765.2979010830727\n", - "12:26:58\tCompleted 3163 to KZ114500: 482.0657813933608\n", - "12:26:58\tCompleted 3148 to KZ154000: 2279.512367803028\n", - "12:26:58\tCompleted 3179 to KZ711410: 418.49941433527306\n", - "12:26:58\tCompleted 3189 to KZ634800: 4449.741625394573\n", - "12:26:58\tCompleted 3205 to KZ355600: 709.1138141930845\n", - "12:26:58\tCompleted 3210 to KZ635200: 1006.9412982334584\n", - "12:26:58\tCompleted 3184 to KZ316600: 1380.8837751917372\n", - "12:26:58\tCompleted 3191 to KZ791110: 2599.520972323051\n", - "12:26:58\tCompleted 3153 to KZ434600: 1749.28255350818\n", - "12:26:58\tCompleted 3186 to KZ791710: 1209.213801580607\n", - "12:26:58\tCompleted 3156 to KZ193400: 1394.254413504544112:26:58\tCompleted 3206 to KZ471800: 4864.715690317182\n", - "\n", - "12:26:59\tCompleted 3183 to KZ636200: 1287.5734734210193\n", - "12:26:59\tCompleted 3164 to KZ194200: 1830.0260337699924\n", - "12:26:59\tCompleted 3152 to KZ396200: 2250.900191024864\n", - "12:26:59\tCompleted 3192 to KZ552200: 3325.993415538142\n", - "12:26:59\tCompleted 3142 to KZ154200: 229.27493504233425\n", - "12:26:59\tCompleted 3216 to KZ194200: 801.9097645272291\n", - "12:26:59\tCompleted 3209 to KZ117000: 2781.024049818242\n", - "12:26:59\tCompleted 3172 to KZ394200: 1865.3696496644836\n", - "12:26:59\tCompleted 3166 to KZ392000: 1418.0693308134921\n", - "12:26:59\tCompleted 3204 to KZ195800: 2683.8223034995453\n", - "12:26:59\tCompleted 3199 to KZ313600: 3406.6691611095744\n", - "12:26:59\tCompleted 3213 to KZ595000: 1989.6117931755252\n", - "12:26:59\tCompleted 3205 to KZ352100: 239.36450201165943\n", - "12:26:59\tCompleted 3163 to KZ114000: 429.0051351871834\n", - "12:26:59\tCompleted 3178 to KZ314200: 3823.386792319703\n", - "12:26:59\tCompleted 3161 to KZ615800: 1550.4028201984584\n", - "12:27:00\tCompleted 3179 to KZ711210: 388.14502866885755\n", - "12:27:00\tCompleted 3200 to KZ473600: 753.314561342112912:27:00\tCompleted 3145 to KZ593600: 745.957409728683\n", - "\n", - "12:27:00\tCompleted 3169 to KZ114600: 621.4896145654134\n", - "12:27:00\tCompleted 3154 to KZ613900: 1855.4013844107378\n", - "12:27:00\tCompleted 3203 to KZ153200: 2776.0767747373097\n", - "12:27:00\tCompleted 3210 to KZ632400: 875.8968560829572\n", - "12:27:00\tCompleted 3212 to KZ354800: 2396.6702676484283\n", - "12:27:00\tCompleted 3185 to KZ711110: 1217.7799723569115\n", - "12:27:00\tCompleted 3197 to KZ751110: 2315.8729617933504\n", - "12:27:00\tCompleted 3174 to KZ615600: 3439.38619180931\n", - "12:27:00\tCompleted 3142 to KZ156000: 231.40967592588672\n", - "12:27:00\tCompleted 3165 to KZ633800: 1256.852048524363\n", - "12:27:00\tCompleted 3170 to KZ194400: 3316.769575008208\n", - "12:27:00\tCompleted 3216 to KZ751210: 547.2042697993633\n", - "12:27:01\tCompleted 3196 to KZ115600: 1824.460188390410212:27:01\tCompleted 3167 to KZ596600: 866.1834186598378\n", - "\n", - "12:27:01\tCompleted 3163 to KZ117000: 351.6374786337873\n", - "12:27:01\tCompleted 3205 to KZ352200: 517.6703511812026\n", - "12:27:01\tCompleted 3179 to KZ711310: 409.73741720744675\n", - "12:27:01\tCompleted 3164 to KZ751210: 1575.3205390421272\n", - "12:27:01\tCompleted 3217 to KZ352800: 1625.9761532430107\n", - "12:27:01\tCompleted 3188 to KZ154200: 1961.3788605147997\n", - "12:27:01\tCompleted 3190 to KZ315600: 3727.023311949954\n", - "12:27:01\tCompleted 3146 to KZ613900: 1941.0295156424802\n", - "12:27:01\tCompleted 3142 to KZ154600: 124.20291489998296\n", - "12:27:01\tCompleted 3143 to KZ315600: 2149.9913799198816\n", - "12:27:01\tCompleted 3207 to KZ711110: 3305.981767723292\n", - "12:27:02\tCompleted 3210 to KZ632800: 889.5706920669354\n", - "12:27:02\tCompleted 3200 to KZ474200: 1247.3740650672275\n", - "12:27:02\tCompleted 3186 to KZ611600: 1158.3884627279303\n", - "12:27:02\tCompleted 3216 to KZ751110: 540.8059941360742\n", - "12:27:02\tCompleted 3184 to KZ316200: 1210.2102109862913\n", - "12:27:02\tCompleted 3151 to KZ751310: 3093.39972897281\n", - "12:27:02\tCompleted 3206 to KZ593200: 1993.1703604748193\n", - "12:27:02\tCompleted 3145 to KZ595200: 743.4075427859192\n", - "12:27:02\tCompleted 3169 to KZ114800: 979.725143918728512:27:02\tCompleted 3180 to KZ553200: 2138.4452723136274\n", - "\n", - "12:27:02\tCompleted 3160 to KZ356400: 3687.9901263467523\n", - "12:27:02\tCompleted 3171 to KZ636800: 4857.118023024554512:27:02\tCompleted 3156 to KZ193600: 1253.3497420624244\n", - "\n", - "12:27:02\tCompleted 3185 to KZ711410: 1243.892472440423\n", - "12:27:02\tCompleted 3163 to KZ114400: 477.8773187423866\n", - "12:27:02\tCompleted 3214 to KZ276000: 2202.1235976775247\n", - "12:27:02\tCompleted 3177 to KZ633800: 3169.622817311688\n", - "12:27:02\tCompleted 3191 to KZ791310: 2555.9807404424437\n", - "12:27:02\tCompleted 3142 to KZ154800: 367.05218861879797\n", - "12:27:03\tCompleted 3209 to KZ114400: 2658.3179351454455\n", - "12:27:03\tCompleted 3167 to KZ595000: 700.6234373475392\n", - "12:27:03\tCompleted 3164 to KZ751110: 1568.9222633788381\n", - "12:27:03\tCompleted 3216 to KZ751310: 547.2912755103129\n", - "12:27:03\tCompleted 3144 to KZ316200: 1707.37586383101612:27:03\tCompleted 3166 to KZ395600: 1295.2226801045686\n", - "\n", - "12:27:03\tCompleted 3211 to KZ635200: 3447.58022570213\n", - "12:27:03\tCompleted 3210 to KZ636800: 804.0651438939593\n", - "12:27:03\tCompleted 3201 to KZ274800: 4727.90617057286\n", - "12:27:03\tCompleted 3173 to KZ471800: 3523.915391474595\n", - "12:27:03\tCompleted 3217 to KZ356400: 1436.6256192174303\n", - "12:27:03\tCompleted 3157 to KZ234200: 3818.9528910254076\n", - "12:27:03\tCompleted 3183 to KZ636400: 1509.7899227220253\n", - "12:27:03\tCompleted 3200 to KZ474600: 924.5495042491507\n", - "12:27:03\tCompleted 3152 to KZ396600: 2258.819031816053\n", - "12:27:04\tCompleted 3169 to KZ111010: 517.0772683487771\n", - "12:27:04\tCompleted 3205 to KZ352300: 1083.5864171529845\n", - "12:27:04\tCompleted 3199 to KZ314000: 3189.1028964658844\n", - "12:27:04\tCompleted 3161 to KZ612600: 1380.517669003501912:27:04\tCompleted 3154 to KZ612000: 1375.6585852347002\n", - "\n", - "12:27:04\tCompleted 3182 to KZ194400: 4139.1576450696575\n", - "12:27:04\tCompleted 3212 to KZ355200: 1681.2901538151912\n", - "12:27:04\tCompleted 3145 to KZ591000: 633.6232715384571\n", - "12:27:04\tCompleted 3153 to KZ434400: 2092.2319524699146\n", - "12:27:04\tCompleted 3142 to KZ155200: 429.72786453218936\n", - "12:27:04\tCompleted 3189 to KZ633400: 3805.603877740993\n", - "12:27:04\tCompleted 3165 to KZ634000: 1498.0321406591827\n", - "12:27:04\tCompleted 3174 to KZ615800: 3206.562535091221\n", - "12:27:04\tCompleted 3179 to KZ555200: 1141.7769400158056\n", - "12:27:04\tCompleted 3140 to KZ276000: 3338.93226093816\n", - "12:27:04\tCompleted 3172 to KZ394400: 1945.256860799245\n", - "12:27:04\tCompleted 3163 to KZ114600: 586.2764111298163\n", - "12:27:04\tCompleted 3148 to KZ154200: 2582.1484067723504\n", - "12:27:04\tCompleted 3178 to KZ353200: 3890.6011595124337\n", - "12:27:05\tCompleted 3159 to KZ314000: 1523.412630550123\n", - "12:27:05\tCompleted 3216 to KZ751410: 554.3012216152093\n", - "12:27:05\tCompleted 3210 to KZ635800: 845.5200047342483\n", - "12:27:05\tCompleted 3205 to KZ352800: 544.7927738781694\n", - "12:27:05\tCompleted 3167 to KZ593600: 815.172041631832512:27:05\tCompleted 3185 to KZ711210: 1245.0542338673215\n", - "\n", - "12:27:05\tCompleted 3186 to KZ613600: 1212.583599371752412:27:05\tCompleted 3184 to KZ311000: 1130.8713340032307\n", - "\n", - "12:27:05\tCompleted 3176 to KZ193200: 4054.9327392890564\n", - "12:27:05\tCompleted 3196 to KZ115200: 2017.9423028766723\n", - "12:27:05\tCompleted 3146 to KZ612000: 1461.2867164664428\n", - "12:27:05\tCompleted 3169 to KZ116000: 485.90834947151654\n", - "12:27:05\tCompleted 3207 to KZ711410: 3296.1159885442653\n", - "12:27:05\tCompleted 3173 to KZ593200: 712.5464828146048\n", - "12:27:05\tCompleted 3188 to KZ156000: 1534.628092883008\n", - "12:27:06\tCompleted 3164 to KZ751310: 1575.4075447530768\n", - "12:27:06\tCompleted 3200 to KZ475000: 1294.878530998951\n", - "12:27:06\tCompleted 3203 to KZ153400: 2431.1484443934287\n", - "12:27:06\tCompleted 3143 to KZ316000: 2475.398580258247\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:27:06\tCompleted 3197 to KZ751310: 2309.0445346686047\n", - "12:27:06\tCompleted 3190 to KZ316000: 2900.7842340864727\n", - "12:27:06\tCompleted 3213 to KZ593600: 2259.831756497792\n", - "12:27:06\tCompleted 3192 to KZ554600: 3382.1837541108343\n", - "12:27:06\tCompleted 3216 to KZ751710: 586.337291275353\n", - "12:27:06\tCompleted 3142 to KZ156400: 1115.8238383973421\n", - "12:27:06\tCompleted 3217 to KZ352400: 1603.127387560291\n", - "12:27:06\tCompleted 3204 to KZ196000: 2870.603058888437\n", - "12:27:06\tCompleted 3156 to KZ194000: 1447.377922494017\n", - "12:27:06\tCompleted 3205 to KZ356400: 431.5847919643328\n", - "12:27:06\tCompleted 3191 to KZ791510: 2533.100240870791\n", - "12:27:06\tCompleted 3145 to KZ595600: 867.5108580603793\n", - "12:27:06\tCompleted 3170 to KZ194600: 3327.2865410127047\n", - "12:27:06\tCompleted 3210 to KZ636200: 715.7744943792575\n", - "12:27:07\tCompleted 3179 to KZ551600: 875.2102180302603\n", - "12:27:07\tCompleted 3206 to KZ595800: 2097.0899705151965\n", - "12:27:07\tCompleted 3169 to KZ116400: 608.3096972310358\n", - "12:27:07\tCompleted 3180 to KZ553600: 2089.448270548599\n", - "12:27:07\tCompleted 3163 to KZ114800: 944.5119404831315\n", - "12:27:07\tCompleted 3183 to KZ631000: 1233.7078600890654\n", - "12:27:07\tCompleted 3142 to KZ155600: 307.19326136614234\n", - "12:27:07\tCompleted 3214 to KZ276200: 1921.5098109436037\n", - "12:27:07\tCompleted 3216 to KZ751810: 550.0486348231935\n", - "12:27:08\tCompleted 3167 to KZ595200: 812.6221746890686\n", - "12:27:08\tCompleted 3144 to KZ311000: 1471.624527115888\n", - "12:27:08\tCompleted 3173 to KZ595800: 816.4660928549822\n", - "12:27:08\tCompleted 3210 to KZ636400: 390.73496309795655\n", - "12:27:08\tCompleted 3205 to KZ352400: 530.718361774573\n", - "12:27:08\tCompleted 3159 to KZ314800: 1223.5316268424672\n", - "12:27:08\tCompleted 3209 to KZ114600: 3283.7814059968796\n", - "12:27:08\tCompleted 3164 to KZ751410: 1582.4174908579732\n", - "12:27:08\tCompleted 3185 to KZ711310: 1256.9115933232533\n", - "12:27:08\tCompleted 3145 to KZ596000: 510.3258740072892\n", - "12:27:08\tCompleted 3174 to KZ612600: 2915.9425462057357\n", - "12:27:08\tCompleted 3153 to KZ431000: 1433.0535216164121\n", - "12:27:08\tCompleted 3186 to KZ614000: 1257.942438044328412:27:08\tCompleted 3200 to KZ475200: 1305.7214917829992\n", - "\n", - "12:27:08\tCompleted 3151 to KZ751410: 3110.824707376449\n", - "12:27:08\tCompleted 3169 to KZ116800: 395.910843539010112:27:08\tCompleted 3160 to KZ352400: 3489.6718122272496\n", - "\n", - "12:27:08\tCompleted 3161 to KZ616000: 1565.1846764751328\n", - "12:27:08\tCompleted 3166 to KZ395800: 1597.6067555110412\n", - "12:27:09\tCompleted 3152 to KZ394200: 2707.7294105697965\n", - "12:27:09\tCompleted 3216 to KZ751910: 532.1736502835269\n", - "12:27:09\tCompleted 3163 to KZ111010: 481.8640649131802\n", - "12:27:09\tCompleted 3143 to KZ316600: 2024.2060412170586\n", - "12:27:09\tCompleted 3142 to KZ156800: 897.9147751496456\n", - "12:27:09\tCompleted 3179 to KZ553200: 994.1582114369678\n", - "12:27:09\tCompleted 3199 to KZ314800: 3688.390201340314\n", - "12:27:09\tCompleted 3177 to KZ634000: 3416.82561520871\n", - "12:27:09\tCompleted 3173 to KZ593400: 625.8533555028419\n", - "12:27:09\tCompleted 3201 to KZ275800: 4197.488994561218\n", - "12:27:09\tCompleted 3210 to KZ631000: 688.0788343507013\n", - "12:27:09\tCompleted 3167 to KZ591000: 702.8379034416065\n", - "12:27:09\tCompleted 3196 to KZ115400: 2238.5150747423245\n", - "12:27:10\tCompleted 3207 to KZ711210: 3293.471757986242\n", - "12:27:10\tCompleted 3154 to KZ614400: 1781.9341838505406\n", - "12:27:10\tCompleted 3171 to KZ635800: 5306.620270721861\n", - "12:27:10\tCompleted 3185 to KZ555200: 862.7053242585419\n", - "12:27:10\tCompleted 3169 to KZ111810: 417.77493656213875\n", - "12:27:10\tCompleted 3184 to KZ315000: 1539.4010725187204\n", - "12:27:10\tCompleted 3189 to KZ633600: 3576.4285371525634\n", - "12:27:10\tCompleted 3148 to KZ156000: 2155.397639140571\n", - "12:27:10\tCompleted 3216 to KZ751510: 532.7349263242087\n", - "12:27:10\tCompleted 3200 to KZ471800: 1135.3312716222626\n", - "12:27:10\tCompleted 3164 to KZ751710: 1614.453560518117\n", - "12:27:10\tCompleted 3182 to KZ194600: 4149.6746110741515\n", - "12:27:10\tCompleted 3165 to KZ635400: 2006.26805423088912:27:10\tCompleted 3163 to KZ116000: 450.6951460359196\n", - "\n", - "12:27:10\tCompleted 3145 to KZ596200: 897.3253236784675\n", - "12:27:10\tCompleted 3188 to KZ154600: 1832.7655236281398\n", - "12:27:10\tCompleted 3217 to KZ356000: 2325.8661837410837\n", - "12:27:11\tCompleted 3213 to KZ595200: 1937.5183338474\n", - "12:27:11\tCompleted 3178 to KZ353600: 4617.902359772405\n", - "12:27:11\tCompleted 3157 to KZ234600: 3934.123189463462\n", - "12:27:11\tCompleted 3191 to KZ791710: 2531.3240605537585\n", - "12:27:11\tCompleted 3212 to KZ355600: 2038.4392350757853\n", - "12:27:11\tCompleted 3209 to KZ114800: 2331.441547673652\n", - "12:27:11\tCompleted 3159 to KZ315400: 1186.0789749232947\n", - "12:27:11\tCompleted 3156 to KZ196400: 1657.229671138315\n", - "12:27:11\tCompleted 3172 to KZ433200: 2554.482612881145\n", - "12:27:11\tCompleted 3179 to KZ553600: 721.2437246332154\n", - "12:27:11\tCompleted 3146 to KZ614400: 1867.5623150822832\n", - "12:27:11\tCompleted 3205 to KZ356000: 1244.6828043762584\n", - "12:27:11\tCompleted 3206 to KZ593400: 1906.4772331630563\n", - "12:27:11\tCompleted 3210 to KZ634600: 946.5918867757445\n", - "12:27:12\tCompleted 3190 to KZ316600: 3548.7750981704935\n", - "12:27:12\tCompleted 3173 to KZ594200: 805.7111045663535\n", - "12:27:12\tCompleted 3211 to KZ632400: 3240.237262895755\n", - "12:27:12\tCompleted 3185 to KZ551600: 920.6662278897677\n", - "12:27:12\tCompleted 3214 to KZ271000: 1939.2027663578322\n", - "12:27:12\tCompleted 3197 to KZ751410: 2326.469513072244\n", - "12:27:12\tCompleted 3163 to KZ116400: 573.0964937954388\n", - "12:27:12\tCompleted 3176 to KZ193400: 4053.3285954549597\n", - "12:27:12\tCompleted 3167 to KZ595600: 936.7254899635287\n", - "12:27:12\tCompleted 3174 to KZ616000: 3233.7017508238323\n", - "12:27:12\tCompleted 3186 to KZ613900: 1494.8624352140484\n", - "12:27:12\tCompleted 3183 to KZ634600: 1616.766074702317412:27:12\tCompleted 3153 to KZ435200: 1509.3598278448276\n", - "\n", - "12:27:12\tCompleted 3203 to KZ153600: 3139.950804058407\n", - "12:27:12\tCompleted 3144 to KZ315000: 1588.8333433495209\n", - "12:27:12\tCompleted 3145 to KZ596400: 671.1203032782416\n", - "12:27:13\tCompleted 3164 to KZ751810: 1578.1649040659574\n", - "12:27:13\tCompleted 3180 to KZ552200: 1980.9803285268729\n", - "12:27:13\tCompleted 3140 to KZ276200: 3058.318474204256\n", - "12:27:13\tCompleted 3169 to KZ116600: 1115.8578945564097\n", - "12:27:13\tCompleted 3166 to KZ392400: 1323.7936815373814\n", - "12:27:13\tCompleted 3210 to KZ634400: 547.9142001949162\n", - "12:27:13\tCompleted 3160 to KZ356000: 2879.4755111322293\n", - "12:27:13\tCompleted 3192 to KZ555600: 3946.214604604662\n", - "12:27:13\tCompleted 3204 to KZ191000: 2562.213905995419\n", - "12:27:13\tCompleted 3184 to KZ314200: 1130.750013659671\n", - "12:27:13\tCompleted 3163 to KZ116800: 360.69764010341316\n", - "12:27:13\tCompleted 3179 to KZ552200: 836.6932676502138\n", - "12:27:13\tCompleted 3143 to KZ316200: 2507.613882350531\n", - "12:27:13\tCompleted 3152 to KZ394400: 2787.616621704547\n", - "12:27:13\tCompleted 3170 to KZ194800: 3595.4021930667077\n", - "12:27:13\tCompleted 3154 to KZ614600: 1468.8787040117033\n", - "12:27:14\tCompleted 3161 to KZ613800: 1788.68970698138\n", - "12:27:14\tCompleted 3207 to KZ711310: 3283.7318172933565\n", - "12:27:14\tCompleted 3205 to KZ354400: 1037.166926199108\n", - "12:27:14\tCompleted 3200 to KZ593200: 2640.830118427965\n", - "12:27:14\tCompleted 3167 to KZ596000: 579.5405059104386\n", - "12:27:14\tCompleted 3173 to KZ596600: 906.5966221431185\n", - "12:27:14\tCompleted 3156 to KZ196800: 1257.6486593966658\n", - "12:27:14\tCompleted 3217 to KZ354400: 2118.3503055639494\n", - "12:27:14\tCompleted 3159 to KZ315600: 1312.5280438211428\n", - "12:27:14\tCompleted 3199 to KZ315400: 3375.629082660362\n", - "12:27:14\tCompleted 3184 to KZ353200: 422.2868039309312\n", - "12:27:14\tCompleted 3185 to KZ553200: 1212.8625335729234\n", - "12:27:14\tCompleted 3186 to KZ612000: 1000.7340758797974\n", - "12:27:15\tCompleted 3163 to KZ111810: 382.5617331265418\n", - "12:27:15\tCompleted 3165 to KZ635000: 1533.6012643192546\n", - "12:27:15\tCompleted 3169 to KZ115600: 581.8472847656934\n", - "12:27:15\tCompleted 3206 to KZ594200: 2086.3349822265677\n", - "12:27:15\tCompleted 3145 to KZ594600: 876.5991548057395\n", - "12:27:15\tCompleted 3164 to KZ751910: 1560.289919526290812:27:15\tCompleted 3191 to KZ611600: 2788.1845958288714\n", - "\n", - "12:27:15\tCompleted 3209 to KZ111010: 2719.195518240284\n", - "12:27:15\tCompleted 3196 to KZ151000: 3623.7236517604656\n", - "12:27:15\tCompleted 3151 to KZ751710: 3151.8127391453518\n", - "12:27:15\tCompleted 3188 to KZ154800: 1667.7728346405383\n", - "12:27:16\tCompleted 3213 to KZ591000: 1990.8440262225588\n", - "12:27:16\tCompleted 3146 to KZ614600: 1554.506835243446\n", - "12:27:16\tCompleted 3183 to KZ634400: 1208.9168152462348\n", - "12:27:16\tCompleted 3179 to KZ554600: 928.4545222018048\n", - "12:27:16\tCompleted 3201 to KZ276000: 4613.3200203163215\n", - "12:27:16\tCompleted 3178 to KZ351600: 4247.307963739581\n", - "12:27:16\tCompleted 3210 to KZ313600: 1736.6967007045841\n", - "12:27:16\tCompleted 3145 to KZ711110: 124.83144839144619\n", - "12:27:16\tCompleted 3166 to KZ396200: 1132.2167675111632\n", - "12:27:16\tCompleted 3148 to KZ154600: 2453.5350698856855\n", - "12:27:16\tCompleted 3153 to KZ434800: 1424.382917769911\n", - "12:27:16\tCompleted 3173 to KZ595000: 741.0366408308199\n", - "12:27:16\tCompleted 3172 to KZ431900: 2039.3784266633202\n", - "12:27:16\tCompleted 3171 to KZ636200: 4975.5335929236835\n", - "12:27:17\tCompleted 3189 to KZ633800: 3877.013884633073\n", - "12:27:17\tCompleted 3190 to KZ316200: 3051.5043661619707\n", - "12:27:17\tCompleted 3142 to KZ193200: 3787.7122887253345\n", - "12:27:17\tCompleted 3212 to KZ352100: 1995.1921171217564\n", - "12:27:17\tCompleted 3144 to KZ314200: 1473.038740678261\n", - "12:27:17\tCompleted 3185 to KZ553600: 1097.1999204990502\n", - "12:27:17\tCompleted 3205 to KZ351800: 1058.201640842134\n", - "12:27:17\tCompleted 3169 to KZ115200: 775.3293992519558\n", - "12:27:17\tCompleted 3174 to KZ613800: 3381.955883842716\n", - "12:27:17\tCompleted 3167 to KZ596200: 966.5399555816169\n", - "12:27:17\tCompleted 3143 to KZ311000: 2113.028252481126\n", - "12:27:17\tCompleted 3177 to KZ635400: 3925.061528780388\n", - "12:27:17\tCompleted 3165 to KZ632200: 946.9637986165254\n", - "12:27:17\tCompleted 3145 to KZ711410: 150.94394847495792\n", - "12:27:17\tCompleted 3164 to KZ751510: 1560.8511955669726\n", - "12:27:17\tCompleted 3216 to KZ231000: 4397.834125860578\n", - "12:27:17\tCompleted 3182 to KZ194800: 4417.790263128157\n", - "12:27:18\tCompleted 3157 to KZ234800: 3067.824565299078\n", - "12:27:18\tCompleted 3184 to KZ353600: 1105.158444370703\n", - "12:27:18\tCompleted 3163 to KZ116600: 1143.414243742513712:27:18\tCompleted 3159 to KZ316000: 1401.94921639761\n", - "\n", - "12:27:18\tCompleted 3156 to KZ191600: 1309.6380654626744\n", - "12:27:18\tCompleted 3174 to KZ273200: 321.60690758435567\n", - "12:27:18\tCompleted 3186 to KZ614400: 1423.0637592019\n", - "12:27:18\tCompleted 3197 to KZ751710: 2367.4575448411465\n", - "12:27:18\tCompleted 3144 to KZ353200: 148.6750979055169\n", - "12:27:18\tCompleted 3200 to KZ595800: 2970.7088303508935\n", - "12:27:18\tCompleted 3217 to KZ351800: 2139.385020206969\n", - "12:27:18\tCompleted 3145 to KZ711210: 152.10570990185633\n", - "12:27:18\tCompleted 3192 to KZ551000: 3401.08601038851\n", - "12:27:18\tCompleted 3214 to KZ274000: 2592.860950077347\n", - "12:27:18\tCompleted 3154 to KZ614800: 1850.191166098372\n", - "12:27:19\tCompleted 3211 to KZ632800: 2813.3171886588866\n", - "12:27:19\tCompleted 3180 to KZ554600: 2037.1706670995668\n", - "12:27:19\tCompleted 3203 to KZ154000: 2709.47045089413\n", - "12:27:19\tCompleted 3160 to KZ354400: 3666.7808338864306\n", - "12:27:19\tCompleted 3173 to KZ593600: 855.5852451151131\n", - "12:27:19\tCompleted 3204 to KZ196200: 2327.8067332041037\n", - "12:27:19\tCompleted 3206 to KZ596600: 2187.2204998033235\n", - "12:27:19\tCompleted 3210 to KZ314000: 1595.0533365561978\n", - "12:27:19\tCompleted 3176 to KZ193600: 3474.0307806953956\n", - "12:27:19\tCompleted 3174 to KZ274400: 347.2358404945236\n", - "12:27:19\tCompleted 3209 to KZ116000: 2768.8982083271717\n", - "12:27:19\tCompleted 3184 to KZ351600: 685.2964916586877\n", - "12:27:19\tCompleted 3152 to KZ433200: 3556.165500591568\n", - "12:27:19\tCompleted 3167 to KZ596400: 740.334935181391\n", - "12:27:19\tCompleted 3185 to KZ552200: 1180.0755622511806\n", - "12:27:19\tCompleted 3169 to KZ115400: 995.9021711176129\n", - "12:27:19\tCompleted 3145 to KZ711310: 163.96306935778816\n", - "12:27:19\tCompleted 3166 to KZ396600: 1140.1356083023625\n", - "12:27:19\tCompleted 3163 to KZ115600: 546.6340813300965\n", - "12:27:19\tCompleted 3140 to KZ271000: 3076.0114296184715\n", - "12:27:19\tCompleted 3207 to KZ555200: 4027.5466765145\n", - "12:27:19\tCompleted 3191 to KZ613600: 2641.8120435909595\n", - "12:27:20\tCompleted 3179 to KZ555600: 1274.7764496299055\n", - "12:27:20\tCompleted 3199 to KZ315600: 3895.070595481014\n", - "12:27:20\tCompleted 3174 to KZ275400: 486.1353654189881\n", - "12:27:20\tCompleted 3170 to KZ195600: 3672.1827608219123\n", - "12:27:20\tCompleted 3183 to KZ313600: 1471.873725325183\n", - "12:27:20\tCompleted 3161 to KZ273200: 3250.5173419756347\n", - "12:27:21\tCompleted 3144 to KZ353600: 860.051824920606\n", - "12:27:21\tCompleted 3184 to KZ354000: 518.4461545183167\n", - "12:27:21\tCompleted 3178 to KZ354000: 3845.420264969063\n", - "12:27:21\tCompleted 3213 to KZ595600: 1839.1478750264364\n", - "12:27:21\tCompleted 3188 to KZ155200: 2094.711497542316\n", - "12:27:21\tCompleted 3196 to KZ153200: 3673.917259189213\n", - "12:27:21\tCompleted 3143 to KZ315000: 2230.237068714762\n", - "12:27:21\tCompleted 3210 to KZ314800: 1035.053224005892\n", - "12:27:21\tCompleted 3186 to KZ614600: 1148.1714567864879\n", - "12:27:21\tCompleted 3153 to KZ433600: 1624.225681311812\n", - "12:27:21\tCompleted 3159 to KZ316600: 1237.0024666977768\n", - "12:27:21\tCompleted 3146 to KZ614800: 1935.8192973301145\n", - "12:27:21\tCompleted 3190 to KZ311000: 2912.0756265328496\n", - "12:27:21\tCompleted 3156 to KZ195200: 1330.692394539971\n", - "12:27:21\tCompleted 3173 to KZ595200: 853.0353781723494\n", - "12:27:21\tCompleted 3151 to KZ751810: 3098.0565832223015\n", - "12:27:21\tCompleted 3212 to KZ352200: 1825.6205384989828\n", - "12:27:21\tCompleted 3174 to KZ273600: 539.4595122806463\n", - "12:27:21\tCompleted 3172 to KZ434600: 2073.0429970897003\n", - "12:27:22\tCompleted 3163 to KZ115200: 740.1161958163589\n", - "12:27:22\tCompleted 3145 to KZ555200: 856.7801514733947\n", - "12:27:22\tCompleted 3148 to KZ154800: 2336.7157501376605\n", - "12:27:22\tCompleted 3185 to KZ554600: 1252.1606459170143\n", - "12:27:22\tCompleted 3167 to KZ594600: 945.813786708889\n", - "12:27:22\tCompleted 3184 to KZ351000: 452.420869168481\n", - "12:27:22\tCompleted 3179 to KZ551000: 911.7858625005962\n", - "12:27:22\tCompleted 3201 to KZ276200: 4332.706233582375\n", - "12:27:22\tCompleted 3165 to KZ635200: 1799.2063121122826\n", - "12:27:22\tCompleted 3144 to KZ351600: 515.0807451738513\n", - "12:27:23\tCompleted 3200 to KZ593400: 3076.001137569636\n", - "12:27:23\tCompleted 3205 to KZ393200: 1680.5910789214095\n", - "12:27:23\tCompleted 3209 to KZ116400: 2560.2543744848285\n", - "12:27:23\tCompleted 3160 to KZ351800: 2901.462385029634\n", - "12:27:23\tCompleted 3206 to KZ595000: 2021.660518491034\n", - "12:27:23\tCompleted 3217 to KZ393200: 2757.042424336896\n", - "12:27:23\tCompleted 3174 to KZ276600: 929.7998112230721\n", - "12:27:23\tCompleted 3189 to KZ634000: 4124.21668253009612:27:23\tCompleted 3184 to KZ352000: 1.4142135623730951\n", - "\n", - "12:27:23\tCompleted 3167 to KZ711110: 194.04608029459553\n", - "12:27:23\tCompleted 3210 to KZ315400: 1257.7196809293696\n", - "12:27:23\tCompleted 3173 to KZ591000: 743.2511069248873\n", - "12:27:23\tCompleted 3212 to KZ352300: 1064.5966952830513\n", - "12:27:23\tCompleted 3192 to KZ556000: 3449.2073925965237\n", - "12:27:23\tCompleted 3145 to KZ551600: 590.2134294878485\n", - "12:27:23\tCompleted 3164 to KZ231000: 4539.72787574055712:27:23\tCompleted 3171 to KZ636400: 5392.64825361526\n", - "\n", - "12:27:23\tCompleted 3144 to KZ354000: 51.58415997209039\n", - "12:27:24\tCompleted 3191 to KZ614000: 2588.671996676631\n", - "12:27:24\tCompleted 3154 to KZ615400: 1741.0950482713076\n", - "12:27:24\tCompleted 3163 to KZ115400: 960.6889676820159\n", - "12:27:24\tCompleted 3157 to KZ235200: 3115.4644126624457\n", - "12:27:24\tCompleted 3143 to KZ314200: 2114.4424660434993\n", - "12:27:24\tCompleted 3177 to KZ635000: 3452.394738868758\n", - "12:27:24\tCompleted 3152 to KZ431900: 3058.885136300702\n", - "12:27:24\tCompleted 3185 to KZ555600: 967.401571320059912:27:24\tCompleted 3197 to KZ751810: 2313.70138891809612:27:24\tCompleted 3216 to KZ234000: 4606.444603228267\n", - "\n", - "\n", - "12:27:24\tCompleted 3183 to KZ314000: 1330.2303611767966\n", - "12:27:24\tCompleted 3182 to KZ195600: 4494.57083088338212:27:24\tCompleted 3167 to KZ711410: 220.15858037810727\n", - "\n", - "12:27:25\tCompleted 3207 to KZ551600: 3760.979954528973\n", - "12:27:25\tCompleted 3156 to KZ195000: 1259.2329033653757\n", - "12:27:25\tCompleted 3179 to KZ556000: 959.907244708613312:27:25\tCompleted 3174 to KZ275000: 655.90025209849\n", - "\n", - "12:27:25\tCompleted 3144 to KZ351000: 49.64873755610587\n", - "12:27:25\tCompleted 3142 to KZ193400: 3737.9347756516463\n", - "12:27:25\tCompleted 3186 to KZ614800: 1387.8814620441585\n", - "12:27:25\tCompleted 3199 to KZ316000: 3068.8315176175324\n", - "12:27:25\tCompleted 3180 to KZ555600: 2601.201517593399\n", - "12:27:25\tCompleted 3203 to KZ154200: 3012.106489863452\n", - "12:27:25\tCompleted 3169 to KZ151000: 2381.1107481358085\n", - "12:27:25\tCompleted 3178 to KZ351000: 3809.45663176847612:27:25\tCompleted 3204 to KZ192600: 2601.1576610241127\n", - "\n", - "12:27:25\tCompleted 3166 to KZ394200: 1589.0459870561208\n", - "12:27:26\tCompleted 3214 to KZ274200: 2710.2064444567864\n", - "12:27:26\tCompleted 3145 to KZ553200: 709.16142289455612:27:26\tCompleted 3176 to KZ194000: 3540.518146540629\n", - "\n", - "12:27:26\tCompleted 3167 to KZ711210: 221.32034180500568\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:27:26\tCompleted 3211 to KZ636800: 3015.35771891959212:27:26\tCompleted 3188 to KZ156400: 1798.5166150039558\n", - "\n", - "12:27:26\tCompleted 3213 to KZ596000: 1928.801653355704\n", - "12:27:26\tCompleted 3160 to KZ393200: 2524.6856644551294\n", - "12:27:26\tCompleted 3174 to KZ274800: 320.0695271777225\n", - "12:27:26\tCompleted 3159 to KZ316200: 1668.8310802024569\n", - "12:27:26\tCompleted 3146 to KZ615400: 1826.7231795030502\n", - "12:27:26\tCompleted 3173 to KZ595600: 977.1386934468095\n", - "12:27:26\tCompleted 3196 to KZ153400: 3257.58858855909\n", - "12:27:26\tCompleted 3184 to KZ354800: 1001.2771078091063\n", - "12:27:26\tCompleted 3210 to KZ315600: 1531.1852986075871\n", - "12:27:26\tCompleted 3185 to KZ551000: 878.5370019738028\n", - "12:27:26\tCompleted 3153 to KZ434000: 1785.9840495336807\n", - "12:27:27\tCompleted 3143 to KZ353200: 1381.407918163552\n", - "12:27:27\tCompleted 3140 to KZ274000: 3739.699119557678\n", - "12:27:27\tCompleted 3190 to KZ315000: 3324.7475006720647\n", - "12:27:27\tCompleted 3200 to KZ594200: 2784.489967897264\n", - "12:27:27\tCompleted 3144 to KZ352000: 499.50879859523326\n", - "12:27:27\tCompleted 3167 to KZ711310: 233.1777012609375\n", - "12:27:27\tCompleted 3206 to KZ593600: 2136.2091227753276\n", - "12:27:27\tCompleted 3145 to KZ553600: 448.5920076686925\n", - "12:27:27\tCompleted 3165 to KZ632400: 1591.863349305878512:27:27\tCompleted 3172 to KZ434400: 2415.9923960514247\n", - "\n", - "12:27:27\tCompleted 3161 to KZ274400: 3180.583741987183\n", - "12:27:27\tCompleted 3183 to KZ314800: 1030.3493574691433\n", - "12:27:27\tCompleted 3174 to KZ275800: 506.95330819278763\n", - "12:27:27\tCompleted 3170 to KZ195800: 3486.069633189063\n", - "12:27:27\tCompleted 3209 to KZ116800: 2886.4857200462916\n", - "12:27:27\tCompleted 3151 to KZ751910: 3119.1974995727087\n", - "12:27:28\tCompleted 3154 to KZ615200: 1520.577903055315\n", - "12:27:28\tCompleted 3184 to KZ355200: 484.07624399274647\n", - "12:27:28\tCompleted 3205 to KZ393400: 1578.5351901993747\n", - "12:27:28\tCompleted 3212 to KZ352800: 1799.8505729928406\n", - "12:27:28\tCompleted 3148 to KZ155200: 2763.654413039413\n", - "12:27:28\tCompleted 3173 to KZ596000: 619.9537093937194\n", - "12:27:28\tCompleted 3191 to KZ613900: 2866.59526869306712:27:28\tCompleted 3217 to KZ393400: 2659.7185695641897\n", - "\n", - "12:27:28\tCompleted 3179 to KZ556800: 1160.5951695805554\n", - "12:27:28\tCompleted 3201 to KZ271000: 4350.399188996612\n", - "12:27:28\tCompleted 3185 to KZ556000: 919.8335103046159\n", - "12:27:28\tCompleted 3174 to KZ276000: 521.7510802232\n", - "12:27:29\tCompleted 3144 to KZ354800: 539.2435403876261\n", - "12:27:29\tCompleted 3186 to KZ615400: 1384.2870871256496\n", - "12:27:29\tCompleted 3152 to KZ434600: 3092.54970672708\n", - "12:27:29\tCompleted 3160 to KZ393400: 2538.2351042907494\n", - "12:27:29\tCompleted 3143 to KZ353600: 1558.6697651309084\n", - "12:27:29\tCompleted 3145 to KZ552200: 551.6964791078021\n", - "12:27:29\tCompleted 3184 to KZ355600: 643.0460752364511\n", - "12:27:29\tCompleted 3207 to KZ553200: 3879.9279479356696\n", - "12:27:29\tCompleted 3167 to KZ555200: 900.4403600178205\n", - "12:27:30\tCompleted 3174 to KZ276200: 366.42168802406036\n", - "12:27:30\tCompleted 3178 to KZ352000: 3625.7347440947083\n", - "12:27:30\tCompleted 3183 to KZ315400: 992.8967055499684\n", - "12:27:30\tCompleted 3163 to KZ151000: 2345.897544700213\n", - "12:27:30\tCompleted 3164 to KZ234000: 4748.33835310823\n", - "12:27:30\tCompleted 3159 to KZ311000: 1422.275284928936\n", - "12:27:30\tCompleted 3210 to KZ316000: 1856.2863187121402\n", - "12:27:30\tCompleted 3215 to KZ113200: 1807.5662865347897\n", - "12:27:30\tCompleted 3177 to KZ632200: 2802.0750576350742\n", - "12:27:30\tCompleted 3213 to KZ596200: 1757.4964859140796\n", - "12:27:30\tCompleted 3200 to KZ596600: 2536.7531007816087\n", - "12:27:30\tCompleted 3180 to KZ551000: 2056.072923377255\n", - "12:27:30\tCompleted 3165 to KZ632800: 1164.943275068966\n", - "12:27:30\tCompleted 3156 to KZ194400: 1581.6684562049666\n", - "12:27:30\tCompleted 3185 to KZ556800: 981.4044689893658\n", - "12:27:30\tCompleted 3157 to KZ235600: 3210.5021786828506\n", - "12:27:30\tCompleted 3171 to KZ631000: 4921.667979591728\n", - "12:27:30\tCompleted 3144 to KZ355200: 623.3359832192318\n", - "12:27:31\tCompleted 3197 to KZ751910: 2334.8423052685034\n", - "12:27:31\tCompleted 3199 to KZ316600: 3716.8223817015532\n", - "12:27:31\tCompleted 3174 to KZ271000: 328.3069083063891\n", - "12:27:31\tCompleted 3142 to KZ193600: 3206.810330131667\n", - "12:27:31\tCompleted 3188 to KZ155600: 1846.681371220407\n", - "12:27:31\tCompleted 3173 to KZ596200: 1006.9531590648976\n", - "12:27:31\tCompleted 3146 to KZ615200: 1606.2060342870575\n", - "12:27:31\tCompleted 3166 to KZ394400: 1668.9331981908833\n", - "12:27:31\tCompleted 3192 to KZ556800: 3649.895317468461\n", - "12:27:31\tCompleted 3189 to KZ635400: 4632.45259610183\n", - "12:27:31\tCompleted 3184 to KZ352100: 836.080911544366\n", - "12:27:31\tCompleted 3206 to KZ595200: 2133.6592558325606\n", - "12:27:31\tCompleted 3167 to KZ551600: 633.8736380322744\n", - "12:27:31\tCompleted 3169 to KZ153200: 2431.304355564556\n", - "12:27:31\tCompleted 3179 to KZ554800: 1165.2906576250098\n", - "12:27:31\tCompleted 3143 to KZ351600: 1296.6051107848127\n", - "12:27:31\tCompleted 3182 to KZ195800: 4308.457703250529\n", - "12:27:31\tCompleted 3145 to KZ554600: 647.0028658655847\n", - "12:27:31\tCompleted 3216 to KZ234200: 5057.390309749238\n", - "12:27:31\tCompleted 3203 to KZ156000: 2585.3557222316726\n", - "12:27:32\tCompleted 3186 to KZ615200: 1199.8706558300994\n", - "12:27:32\tCompleted 3190 to KZ314200: 2917.550857468184\n", - "12:27:32\tCompleted 3172 to KZ431000: 1756.8139651979327\n", - "12:27:32\tCompleted 3174 to KZ274000: 421.6286313685691\n", - "12:27:32\tCompleted 3144 to KZ355600: 217.88436245564193\n", - "12:27:32\tCompleted 3209 to KZ111810: 2926.0165210927826\n", - "12:27:32\tCompleted 3205 to KZ391600: 1434.4056872148474\n", - "12:27:32\tCompleted 3212 to KZ356400: 1818.9290001175868\n", - "12:27:32\tCompleted 3160 to KZ391600: 2797.4313475413146\n", - "12:27:32\tCompleted 3204 to KZ196600: 2646.873385079384\n", - "12:27:32\tCompleted 3184 to KZ352200: 430.2273786596486\n", - "12:27:33\tCompleted 3211 to KZ635800: 3379.645270716976\n", - "12:27:33\tCompleted 3210 to KZ316600: 1405.09377967094\n", - "12:27:33\tCompleted 3188 to KZ156800: 1032.9114320789322\n", - "12:27:33\tCompleted 3176 to KZ196400: 3973.672253216206\n", - "12:27:33\tCompleted 3196 to KZ153600: 4040.1876337497315\n", - "12:27:33\tCompleted 3185 to KZ554800: 1136.084437737653\n", - "12:27:33\tCompleted 3217 to KZ391600: 2515.58906657968\n", - "12:27:33\tCompleted 3183 to KZ315600: 1119.345774447817\n", - "12:27:33\tCompleted 3174 to KZ274200: 576.678638244124\n", - "12:27:33\tCompleted 3191 to KZ612000: 2735.306729721531\n", - "12:27:33\tCompleted 3154 to KZ616400: 2362.3977489562467\n", - "12:27:33\tCompleted 3151 to KZ751510: 3107.713437471793\n", - "12:27:33\tCompleted 3143 to KZ354000: 1244.0642891041016\n", - "12:27:33\tCompleted 3173 to KZ596400: 780.7481386646714\n", - "12:27:33\tCompleted 3148 to KZ156400: 2602.779507137594\n", - "12:27:34\tCompleted 3167 to KZ553200: 752.8216314389819\n", - "12:27:34\tCompleted 3153 to KZ471000: 3619.330473237171\n", - "12:27:34\tCompleted 3165 to KZ636800: 1366.9838053297024\n", - "12:27:34\tCompleted 3215 to KZ113400: 1683.299520300853\n", - "12:27:34\tCompleted 3184 to KZ352300: 452.4028930212847\n", - "12:27:34\tCompleted 3159 to KZ315000: 1539.4841011625688\n", - "12:27:34\tCompleted 3170 to KZ196000: 3672.8503885779546\n", - "12:27:34\tCompleted 3161 to KZ275400: 3855.7721739441936\n", - "12:27:34\tCompleted 3200 to KZ595000: 2811.0739781261213\n", - "12:27:34\tCompleted 3207 to KZ553600: 3830.9309461706466\n", - "12:27:34\tCompleted 3152 to KZ434400: 3435.4991056888052\n", - "12:27:34\tCompleted 3144 to KZ352100: 738.3595054091377\n", - "12:27:34\tCompleted 3140 to KZ274200: 3847.015107717444\n", - "12:27:34\tCompleted 3179 to KZ556400: 1103.0245313164532\n", - "12:27:35\tCompleted 3160 to KZ393600: 2337.632785904808\n", - "12:27:35\tCompleted 3206 to KZ591000: 2023.8749845851016\n", - "12:27:35\tCompleted 3145 to KZ555600: 1002.1247326653825\n", - "12:27:35\tCompleted 3151 to KZ231000: 881.4027281327751\n", - "12:27:35\tCompleted 3156 to KZ194600: 1526.7492982459917\n", - "12:27:35\tCompleted 3184 to KZ352800: 404.4574131535064\n", - "12:27:35\tCompleted 3167 to KZ553600: 479.90714463522966\n", - "12:27:35\tCompleted 3180 to KZ556000: 2104.1943055852685\n", - "12:27:35\tCompleted 3163 to KZ153200: 2396.0911521289604\n", - "12:27:35\tCompleted 3201 to KZ274000: 5014.086878935839\n", - "12:27:35\tCompleted 3143 to KZ351000: 1281.3964856835098\n", - "12:27:35\tCompleted 3209 to KZ116600: 2537.8618654496327\n", - "12:27:35\tCompleted 3144 to KZ352200: 94.35028304063547\n", - "12:27:35\tCompleted 3199 to KZ316200: 3219.5516496930304\n", - "12:27:35\tCompleted 3178 to KZ354800: 4333.07964538459\n", - "12:27:36\tCompleted 3185 to KZ556400: 1062.9507969124556\n", - "12:27:36\tCompleted 3210 to KZ316200: 1888.5016208044312\n", - "12:27:36\tCompleted 3173 to KZ594600: 986.2269901921698\n", - "12:27:36\tCompleted 3197 to KZ751510: 2323.3582431675877\n", - "12:27:36\tCompleted 3184 to KZ356400: 423.5358402782527\n", - "12:27:36\tCompleted 3164 to KZ234200: 5199.284059629217\n", - "12:27:36\tCompleted 3145 to KZ551000: 626.7890739581844\n", - "12:27:36\tCompleted 3192 to KZ554800: 3653.8718783161817\n", - "12:27:37\tCompleted 3213 to KZ596400: 2353.156165997239\n", - "12:27:37\tCompleted 3157 to KZ233600: 3216.264167482975\n", - "12:27:37\tCompleted 3167 to KZ552200: 595.3566876522278\n", - "12:27:37\tCompleted 3142 to KZ194000: 3273.297695976907\n", - "12:27:37\tCompleted 3171 to KZ634600: 5380.39750705719512:27:37\tCompleted 3190 to KZ353200: 3032.938593900457412:27:37\tCompleted 3172 to KZ435200: 1833.1202714263482\n", - "\n", - "\n", - "12:27:37\tCompleted 3151 to KZ234000: 1090.0132055004347\n", - "12:27:37\tCompleted 3160 to KZ396400: 2171.4676638175915\n", - "12:27:37\tCompleted 3169 to KZ153400: 2014.9756849344333\n", - "12:27:37\tCompleted 3177 to KZ635200: 3717.999786661772\n", - "12:27:37\tCompleted 3186 to KZ616400: 1901.4922080255026\n", - "12:27:37\tCompleted 3175 to KZ113200: 2311.782948316566\n", - "12:27:37\tCompleted 3146 to KZ616400: 2448.0258801879895\n", - "12:27:37\tCompleted 3173 to KZ711110: 234.45928377787624\n", - "12:27:37\tCompleted 3212 to KZ352400: 1884.1160672082435\n", - "12:27:37\tCompleted 3217 to KZ393600: 2737.606647441891\n", - "12:27:37\tCompleted 3205 to KZ393600: 1661.155302026397\n", - "12:27:37\tCompleted 3203 to KZ154600: 2883.4931529767873\n", - "12:27:37\tCompleted 3191 to KZ614400: 2793.12806813286312:27:37\tCompleted 3183 to KZ316000: 1446.9039277295033\n", - "\n", - "12:27:37\tCompleted 3154 to KZ615600: 1560.7062528212234\n", - "12:27:37\tCompleted 3166 to KZ433200: 2176.1686593657114\n", - "12:27:38\tCompleted 3159 to KZ314200: 1423.689498491309\n", - "12:27:38\tCompleted 3184 to KZ352400: 488.7229073689095\n", - "12:27:38\tCompleted 3204 to KZ194200: 2274.9644469016625\n", - "12:27:38\tCompleted 3215 to KZ113600: 1617.2482826035146\n", - "12:27:38\tCompleted 3189 to KZ635000: 4159.785806190149\n", - "12:27:38\tCompleted 3144 to KZ352300: 887.2996895073692\n", - "12:27:38\tCompleted 3143 to KZ352000: 1732.2416188532684\n", - "12:27:38\tCompleted 3141 to KZ113200: 3042.321563527027\n", - "12:27:38\tCompleted 3196 to KZ154000: 3561.533911345911\n", - "12:27:38\tCompleted 3145 to KZ556000: 674.9104561662016\n", - "12:27:38\tCompleted 3165 to KZ635800: 1731.2713571270965\n", - "12:27:38\tCompleted 3152 to KZ431000: 2776.3206748353387\n", - "12:27:39\tCompleted 3200 to KZ593600: 3148.5089839502807\n", - "12:27:39\tCompleted 3179 to KZ554200: 1308.440349148534\n", - "12:27:39\tCompleted 3173 to KZ711410: 260.571783861388\n", - "12:27:39\tCompleted 3182 to KZ196000: 4495.238458639468\n", - "12:27:39\tCompleted 3210 to KZ311000: 1493.9159909350108\n", - "12:27:39\tCompleted 3206 to KZ595600: 2257.7625711070186\n", - "12:27:39\tCompleted 3167 to KZ554600: 716.2174977687341\n", - "12:27:39\tCompleted 3159 to KZ353200: 110.1303142769562\n", - "12:27:39\tCompleted 3188 to KZ193200: 2240.281829380105\n", - "12:27:39\tCompleted 3176 to KZ196800: 3441.83065097506\n", - "12:27:39\tCompleted 3207 to KZ552200: 3722.4630041489336\n", - "12:27:39\tCompleted 3185 to KZ554200: 1325.578835299892\n", - "12:27:39\tCompleted 3216 to KZ234600: 5172.560608187344\n", - "12:27:39\tCompleted 3144 to KZ352800: 121.47270573760225\n", - "12:27:39\tCompleted 3148 to KZ155600: 2515.6242867175065\n", - "12:27:39\tCompleted 3157 to KZ633200: 1096.1520938449326\n", - "12:27:39\tCompleted 3209 to KZ115600: 2743.8616674505765\n", - "12:27:39\tCompleted 3184 to KZ356000: 613.4992802445597\n", - "12:27:40\tCompleted 3156 to KZ194800: 1659.7380002470532\n", - "12:27:40\tCompleted 3212 to KZ356000: 1098.2772815848148\n", - "12:27:40\tCompleted 3160 to KZ394000: 2239.1687901443847\n", - "12:27:40\tCompleted 3170 to KZ191000: 3364.4612356849366\n", - "12:27:40\tCompleted 3151 to KZ234200: 1540.9589120214123\n", - "12:27:40\tCompleted 3178 to KZ355200: 3682.7555826292396\n", - "12:27:40\tCompleted 3173 to KZ711210: 261.7335452882864\n", - "12:27:40\tCompleted 3199 to KZ311000: 3080.1229100639093\n", - "12:27:40\tCompleted 3211 to KZ636200: 3133.7732888187093\n", - "12:27:40\tCompleted 3153 to KZ473600: 3200.355707214228\n", - "12:27:40\tCompleted 3197 to KZ231000: 1569.366327992465\n", - "12:27:40\tCompleted 3143 to KZ354800: 1057.3368011677326\n", - "12:27:40\tCompleted 3161 to KZ273600: 3023.731432926732\n", - "12:27:41\tCompleted 3183 to KZ316600: 1043.8201973244504\n", - "12:27:41\tCompleted 3163 to KZ153400: 1979.7624814988365\n", - "12:27:41\tCompleted 3184 to KZ354400: 343.7145457087669\n", - "12:27:41\tCompleted 3145 to KZ556800: 875.5983810381437\n", - "12:27:41\tCompleted 3159 to KZ353600: 810.7025827336537\n", - "12:27:41\tCompleted 3144 to KZ356400: 412.1136146442971\n", - "12:27:41\tCompleted 3180 to KZ556800: 2304.882230457206\n", - "12:27:41\tCompleted 3173 to KZ711310: 273.5909047442182\n", - "12:27:41\tCompleted 3213 to KZ594600: 1864.9721463319572\n", - "12:27:41\tCompleted 3215 to KZ113800: 1630.4298054276417\n", - "12:27:41\tCompleted 3186 to KZ615600: 1511.932642249609\n", - "12:27:41\tCompleted 3210 to KZ315000: 1611.1248071686437\n", - "12:27:41\tCompleted 3172 to KZ434800: 1748.1433613514316\n", - "12:27:42\tCompleted 3167 to KZ555600: 1033.4398696319197\n", - "12:27:42\tCompleted 3192 to KZ556400: 3592.32467920435812:27:42\tCompleted 3191 to KZ614600: 2582.779695601454\n", - "\n", - "12:27:42\tCompleted 3206 to KZ596000: 1900.5775870539337\n", - "12:27:42\tCompleted 3201 to KZ274200: 5121.402867095654\n", - "12:27:42\tCompleted 3146 to KZ615600: 1646.3343840529658\n", - "12:27:42\tCompleted 3154 to KZ615800: 1575.0858721487552\n", - "12:27:42\tCompleted 3175 to KZ113400: 2389.643985121904\n", - "12:27:42\tCompleted 3184 to KZ351800: 427.0181167104343\n", - "12:27:42\tCompleted 3141 to KZ113400: 3120.182600332365\n", - "12:27:42\tCompleted 3144 to KZ352400: 41.31370861819405\n", - "12:27:42\tCompleted 3200 to KZ595200: 2684.865085676206\n", - "12:27:42\tCompleted 3179 to KZ791110: 1283.2354827738889\n", - "12:27:42\tCompleted 3160 to KZ396800: 2370.6405909347136\n", - "12:27:42\tCompleted 3159 to KZ351600: 465.731502986899\n", - "12:27:43\tCompleted 3217 to KZ396400: 2959.018294115246\n", - "12:27:43\tCompleted 3209 to KZ115200: 2349.362473350563\n", - "12:27:43\tCompleted 3165 to KZ636200: 1485.3993752288245\n", - "12:27:43\tCompleted 3166 to KZ431900: 1661.0644731478799\n", - "12:27:43\tCompleted 3151 to KZ234600: 1656.129210459494\n", - "12:27:43\tCompleted 3143 to KZ355200: 1721.4685070900257\n", - "12:27:43\tCompleted 3152 to KZ435200: 2852.6269810637455\n", - "12:27:43\tCompleted 3205 to KZ396400: 1882.5669486997785\n", - "12:27:43\tCompleted 3142 to KZ196400: 3706.4518026524843\n", - "12:27:43\tCompleted 3169 to KZ153600: 2797.574730125104\n", - "12:27:43\tCompleted 3171 to KZ634400: 4902.11546996904\n", - "12:27:43\tCompleted 3145 to KZ554800: 880.2938690825993\n", - "12:27:43\tCompleted 3190 to KZ353600: 3760.2397941603954\n", - "12:27:43\tCompleted 3204 to KZ751210: 2229.7640694864826\n", - "12:27:44\tCompleted 3167 to KZ551000: 670.4492825026102\n", - "12:27:44\tCompleted 3159 to KZ354000: 73.56893630678246\n", - "12:27:44\tCompleted 3185 to KZ791110: 1968.7500417748918\n", - "12:27:44\tCompleted 3203 to KZ154800: 2718.500463989187\n", - "12:27:44\tCompleted 3207 to KZ554600: 3778.653342721626\n", - "12:27:44\tCompleted 3212 to KZ354400: 1797.7197076572502\n", - "12:27:44\tCompleted 3173 to KZ555200: 940.8535635011008\n", - "12:27:44\tCompleted 3189 to KZ632200: 3509.466124956459\n", - "12:27:44\tCompleted 3177 to KZ632400: 3510.656823855397\n", - "12:27:44\tCompleted 3197 to KZ234000: 1777.9768053601238\n", - "12:27:44\tCompleted 3196 to KZ154200: 3864.169950315233\n", - "12:27:44\tCompleted 3210 to KZ314200: 1495.3302044973839\n", - "12:27:44\tCompleted 3178 to KZ355600: 3878.2277664848025\n", - "12:27:45\tCompleted 3188 to KZ193400: 2165.711091010855\n", - "12:27:45\tCompleted 3164 to KZ234600: 5314.454358067323\n", - "12:27:45\tCompleted 3159 to KZ351000: 12.828427124746192\n", - "12:27:45\tCompleted 3148 to KZ156800: 1871.1231921595383\n", - "12:27:45\tCompleted 3157 to KZ634800: 1817.1560157880767\n", - "12:27:45\tCompleted 3151 to KZ234800: 789.8305862950267\n", - "12:27:45\tCompleted 3182 to KZ191000: 4186.849305746396\n", - "12:27:45\tCompleted 3186 to KZ615800: 1279.108985531543\n", - "12:27:45\tCompleted 3160 to KZ394800: 2113.7177186822746\n", - "12:27:45\tCompleted 3199 to KZ315000: 3492.7947842031244\n", - "12:27:45\tCompleted 3156 to KZ195600: 1886.6629140358648\n", - "12:27:45\tCompleted 3144 to KZ356000: 1048.396076730644\n", - "12:27:45\tCompleted 3143 to KZ355600: 1433.2134448506215\n", - "12:27:45\tCompleted 3176 to KZ191600: 3467.6286270351447\n", - "12:27:46\tCompleted 3175 to KZ113600: 2068.161103282143\n", - "12:27:46\tCompleted 3170 to KZ196200: 3130.0540628936214\n", - "12:27:46\tCompleted 3173 to KZ551600: 674.2868415155547\n", - "12:27:46\tCompleted 3145 to KZ556400: 818.0277427740415\n", - "12:27:46\tCompleted 3154 to KZ612600: 1405.2007209537987\n", - "12:27:46\tCompleted 3212 to KZ351800: 1039.7977054098278\n", - "12:27:46\tCompleted 3167 to KZ556000: 718.5706647106274\n", - "12:27:46\tCompleted 3179 to KZ791310: 1259.1125992159798\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:27:46\tCompleted 3141 to KZ113600: 2798.6997184926036\n", - "12:27:46\tCompleted 3202 to KZ113200: 2803.322212093891\n", - "12:27:46\tCompleted 3159 to KZ352000: 460.9640149666724\n", - "12:27:46\tCompleted 3209 to KZ115400: 2332.2217098746796\n", - "12:27:46\tCompleted 3213 to KZ711110: 1938.6832629576963\n", - "12:27:46\tCompleted 3200 to KZ591000: 2801.820929798918\n", - "12:27:46\tCompleted 3215 to KZ114500: 1919.2105315129397\n", - "12:27:46\tCompleted 3151 to KZ235200: 837.4704336584243\n", - "12:27:46\tCompleted 3206 to KZ596200: 2287.577036725104\n", - "12:27:46\tCompleted 3161 to KZ276600: 3105.556679625718\n", - "12:27:46\tCompleted 3216 to KZ234800: 4306.26198402285\n", - "12:27:47\tCompleted 3184 to KZ393200: 1419.7078603843406\n", - "12:27:47\tCompleted 3172 to KZ433600: 1947.9861248933325\n", - "12:27:47\tCompleted 3191 to KZ614800: 3064.400500972545\n", - "12:27:47\tCompleted 3211 to KZ636400: 3070.777714248937\n", - "12:27:47\tCompleted 3146 to KZ615800: 1660.7140033804978\n", - "12:27:47\tCompleted 3163 to KZ153600: 2762.36152668951\n", - "12:27:47\tCompleted 3186 to KZ612600: 988.4889966460327\n", - "12:27:47\tCompleted 3180 to KZ554800: 2308.8587913049164\n", - "12:27:47\tCompleted 3183 to KZ316200: 1623.67864542503\n", - "12:27:47\tCompleted 3192 to KZ554200: 3762.1695810575497\n", - "12:27:47\tCompleted 3210 to KZ353200: 1450.0599130026742\n", - "12:27:47\tCompleted 3157 to KZ633400: 995.8713194023915\n", - "12:27:47\tCompleted 3153 to KZ474200: 3646.97986828075\n", - "12:27:47\tCompleted 3185 to KZ791310: 1925.2098098942831\n", - "12:27:48\tCompleted 3159 to KZ354800: 553.5490276701768\n", - "12:27:48\tCompleted 3165 to KZ636400: 1725.3670871883012\n", - "12:27:48\tCompleted 3173 to KZ553200: 793.234834922262\n", - "12:27:48\tCompleted 3160 to KZ395000: 2432.6290434805687\n", - "12:27:48\tCompleted 3144 to KZ354400: 840.8801985534927\n", - "12:27:48\tCompleted 3152 to KZ434800: 2767.6500709888355\n", - "12:27:48\tCompleted 3143 to KZ352100: 1526.4735993209247\n", - "12:27:48\tCompleted 3209 to KZ151000: 869.0403277686015\n", - "12:27:48\tCompleted 3217 to KZ394000: 3190.9531434810674\n", - "12:27:48\tCompleted 3166 to KZ434600: 1694.7290435742602\n", - "12:27:48\tCompleted 3167 to KZ556800: 919.2585895825695\n", - "12:27:48\tCompleted 3145 to KZ554200: 1026.9886928123142\n", - "12:27:49\tCompleted 3171 to KZ313600: 4101.557202673321\n", - "12:27:49\tCompleted 3190 to KZ351600: 3341.472028887987\n", - "12:27:49\tCompleted 3151 to KZ235600: 932.5081996788524\n", - "12:27:49\tCompleted 3184 to KZ393400: 947.3516660676837\n", - "12:27:49\tCompleted 3205 to KZ394000: 2114.501798065605\n", - "12:27:49\tCompleted 3175 to KZ113800: 1896.9139031123718\n", - "12:27:49\tCompleted 3169 to KZ154000: 2318.9210077212538\n", - "12:27:49\tCompleted 3142 to KZ196800: 3174.610200411338\n", - "12:27:49\tCompleted 3204 to KZ751110: 2237.521428799364\n", - "12:27:49\tCompleted 3207 to KZ555600: 4342.684193215451\n", - "12:27:49\tCompleted 3159 to KZ355200: 629.9988231727926\n", - "12:27:49\tCompleted 3141 to KZ113800: 2646.846840201629\n", - "12:27:49\tCompleted 3148 to KZ193200: 1654.731654880036\n", - "12:27:49\tCompleted 3209 to KZ153200: 805.9543321367447\n", - "12:27:49\tCompleted 3173 to KZ553600: 520.3203481185099\n", - "12:27:50\tCompleted 3196 to KZ156000: 3437.4191826834535\n", - "12:27:50\tCompleted 3199 to KZ314200: 3085.5981409992437\n", - "12:27:50\tCompleted 3212 to KZ393200: 1566.6401552419268\n", - "12:27:50\tCompleted 3179 to KZ791510: 1257.6531243622294\n", - "12:27:50\tCompleted 3210 to KZ353600: 1459.8415292296743\n", - "12:27:50\tCompleted 3157 to KZ633600: 1028.3594911543923\n", - "12:27:50\tCompleted 3206 to KZ596400: 1908.4730288183562\n", - "12:27:50\tCompleted 3156 to KZ195800: 1750.9685143858358\n", - "12:27:50\tCompleted 3197 to KZ234200: 2228.9225118811028\n", - "12:27:50\tCompleted 3202 to KZ113400: 2881.1832488992286\n", - "12:27:50\tCompleted 3143 to KZ352200: 1328.7531033749642\n", - "12:27:50\tCompleted 3177 to KZ632800: 3260.8836983506158\n", - "12:27:50\tCompleted 3154 to KZ616000: 1588.3198568298915\n", - "12:27:50\tCompleted 3164 to KZ234800: 4448.155733902813\n", - "12:27:50\tCompleted 3203 to KZ155200: 3145.43912689094\n", - "12:27:50\tCompleted 3200 to KZ595600: 2673.3264161232405\n", - "12:27:50\tCompleted 3178 to KZ352100: 4398.092383625268\n", - "12:27:50\tCompleted 3144 to KZ351800: 861.9149131965188\n", - "12:27:50\tCompleted 3159 to KZ355600: 246.59698555555048\n", - "12:27:51\tCompleted 3215 to KZ114000: 1727.2928919598078\n", - "12:27:51\tCompleted 3160 to KZ395200: 2510.8297762151387\n", - "12:27:51\tCompleted 3186 to KZ616000: 1306.2482012641494\n", - "12:27:51\tCompleted 3189 to KZ635200: 4425.39085398319\n", - "12:27:51\tCompleted 3184 to KZ391600: 803.2221630831561\n", - "12:27:51\tCompleted 3183 to KZ311000: 1229.0930155556096\n", - "12:27:51\tCompleted 3146 to KZ612600: 1490.8288521855413\n", - "12:27:51\tCompleted 3182 to KZ196200: 3952.442132955065\n", - "12:27:51\tCompleted 3151 to KZ233600: 938.2701884789685\n", - "12:27:51\tCompleted 3185 to KZ791510: 1902.3293103226301\n", - "12:27:51\tCompleted 3167 to KZ554800: 923.9540776270251\n", - "12:27:51\tCompleted 3165 to KZ631000: 1431.5337618968706\n", - "12:27:51\tCompleted 3192 to KZ791110: 2850.4350707682124\n", - "12:27:51\tCompleted 3191 to KZ615400: 2805.5642680630936\n", - "12:27:52\tCompleted 3173 to KZ552200: 635.7698911355081\n", - "12:27:52\tCompleted 3213 to KZ711410: 1934.6164736518917\n", - "12:27:52\tCompleted 3172 to KZ434000: 2109.7444931151886\n", - "12:27:52\tCompleted 3210 to KZ351600: 1095.008214144416\n", - "12:27:52\tCompleted 3170 to KZ192600: 3403.4049907136305\n", - "12:27:52\tCompleted 3212 to KZ393400: 1128.8124745802013\n", - "12:27:52\tCompleted 3188 to KZ193600: 1752.7241713250035\n", - "12:27:52\tCompleted 3209 to KZ153400: 1499.3949903344487\n", - "12:27:52\tCompleted 3176 to KZ195200: 3405.393650169877\n", - "12:27:52\tCompleted 3159 to KZ352100: 689.0102632221855\n", - "12:27:53\tCompleted 3163 to KZ154000: 2283.7078042856583\n", - "12:27:53\tCompleted 3152 to KZ433600: 2967.4928345307244\n", - "12:27:53\tCompleted 3161 to KZ275000: 2981.871440299973\n", - "12:27:53\tCompleted 3157 to KZ633800: 1250.4509807887916\n", - "12:27:53\tCompleted 3180 to KZ556400: 2247.3115921931026\n", - "12:27:53\tCompleted 3160 to KZ391000: 2322.396287423271\n", - "12:27:53\tCompleted 3171 to KZ314000: 3883.990938029631\n", - "12:27:53\tCompleted 3145 to KZ791110: 1594.6654789532665\n", - "12:27:53\tCompleted 3148 to KZ193400: 1379.9206039591643\n", - "12:27:53\tCompleted 3216 to KZ235200: 4353.901831386216\n", - "12:27:53\tCompleted 3141 to KZ114500: 3080.365762035393\n", - "12:27:53\tCompleted 3179 to KZ791710: 1230.134198448477\n", - "12:27:53\tCompleted 3209 to KZ153600: 567.5808763669819\n", - "12:27:54\tCompleted 3159 to KZ352200: 58.8753479506176\n", - "12:27:54\tCompleted 3167 to KZ556400: 861.6879513184673\n", - "12:27:54\tCompleted 3202 to KZ113600: 2559.700367059467\n", - "12:27:54\tCompleted 3143 to KZ352300: 2108.708687838386\n", - "12:27:54\tCompleted 3144 to KZ393200: 1194.224077257351612:27:54\tCompleted 3206 to KZ594600: 2266.8508678523704\n", - "\n", - "12:27:54\tCompleted 3211 to KZ631000: 3079.907675486755\n", - "12:27:54\tCompleted 3217 to KZ396800: 2937.0456010414805\n", - "12:27:54\tCompleted 3173 to KZ554600: 756.6307012520149\n", - "12:27:54\tCompleted 3175 to KZ114500: 2360.2940679214066\n", - "12:27:54\tCompleted 3190 to KZ354000: 2987.7576993570865\n", - "12:27:54\tCompleted 3210 to KZ354000: 1312.7162839432237\n", - "12:27:54\tCompleted 3156 to KZ196000: 1524.2676537235252\n", - "12:27:54\tCompleted 3207 to KZ551000: 3797.5555989993018\n", - "12:27:54\tCompleted 3153 to KZ474600: 3324.155307462668\n", - "12:27:54\tCompleted 3184 to KZ393600: 1273.7661945777668\n", - "12:27:54\tCompleted 3215 to KZ117000: 1777.985861391985\n", - "12:27:55\tCompleted 3200 to KZ596000: 2867.8130665951794\n", - "12:27:55\tCompleted 3205 to KZ396800: 1860.5942556260086\n", - "12:27:55\tCompleted 3185 to KZ791710: 1900.5531300055975\n", - "12:27:55\tCompleted 3212 to KZ391600: 1388.0087178307776\n", - "12:27:55\tCompleted 3166 to KZ434400: 2037.6784425359947\n", - "12:27:55\tCompleted 3196 to KZ154600: 3735.556613428568\n", - "12:27:55\tCompleted 3178 to KZ352200: 3836.276344647556\n", - "12:27:55\tCompleted 3186 to KZ613800: 1454.5023342830361\n", - "12:27:55\tCompleted 3142 to KZ191600: 3200.408176471423\n", - "12:27:55\tCompleted 3192 to KZ791310: 2828.1535218078125\n", - "12:27:55\tCompleted 3199 to KZ353200: 3200.985877431514\n", - "12:27:55\tCompleted 3154 to KZ613800: 1813.3727589316768\n", - "12:27:55\tCompleted 3169 to KZ154200: 2621.557046690576\n", - "12:27:55\tCompleted 3209 to KZ154000: 979.120749756312\n", - "12:27:55\tCompleted 3183 to KZ315000: 1346.3018317892424\n", - "12:27:55\tCompleted 3197 to KZ234600: 2344.0928103191864\n", - "12:27:56\tCompleted 3191 to KZ615200: 2542.9809145648314\n", - "12:27:56\tCompleted 3160 to KZ395400: 2360.7726716219295\n", - "12:27:56\tCompleted 3159 to KZ352300: 848.7549058788082\n", - "12:27:56\tCompleted 3146 to KZ616000: 1657.6254483970715\n", - "12:27:56\tCompleted 3143 to KZ352800: 1355.875526071931\n", - "12:27:56\tCompleted 3213 to KZ711210: 1917.4521422160599\n", - "12:27:56\tCompleted 3203 to KZ156400: 2849.244244352655\n", - "12:27:56\tCompleted 3164 to KZ235200: 4495.795581266195\n", - "12:27:57\tCompleted 3148 to KZ193600: 1267.683551607804\n", - "12:27:57\tCompleted 3165 to KZ634600: 1832.3432391685933\n", - "12:27:57\tCompleted 3206 to KZ711110: 1515.0831614380904\n", - "12:27:57\tCompleted 3167 to KZ554200: 1096.2033247154634\n", - "12:27:57\tCompleted 3210 to KZ351000: 1350.048480522632\n", - "12:27:57\tCompleted 3173 to KZ555600: 1073.8530731152\n", - "12:27:57\tCompleted 3159 to KZ352800: 85.99777064758439\n", - "12:27:57\tCompleted 3144 to KZ393400: 1202.3263435661106\n", - "12:27:57\tCompleted 3157 to KZ634000: 1491.631072923611312:27:57\tCompleted 3141 to KZ114000: 2852.2132528862107\n", - "\n", - "12:27:57\tCompleted 3177 to KZ636800: 3285.777279879234\n", - "12:27:57\tCompleted 3189 to KZ632400: 4218.047891176793\n", - "12:27:57\tCompleted 3202 to KZ113800: 2388.453166889701\n", - "12:27:57\tCompleted 3212 to KZ393600: 1269.497443367144\n", - "12:27:57\tCompleted 3179 to KZ611600: 1308.0954829074078\n", - "12:27:57\tCompleted 3209 to KZ154200: 901.9653069862536\n", - "12:27:57\tCompleted 3204 to KZ751310: 2230.6930016746182\n", - "12:27:57\tCompleted 3182 to KZ192600: 4225.7930607750895\n", - "12:27:57\tCompleted 3151 to KZ633200: 3382.558693330942\n", - "12:27:58\tCompleted 3145 to KZ791310: 1570.5425953953575\n", - "12:27:58\tCompleted 3152 to KZ434000: 2940.7068625476236\n", - "12:27:58\tCompleted 3215 to KZ114400: 1542.1430659131195\n", - "12:27:58\tCompleted 3156 to KZ191000: 1399.5867952771798\n", - "12:27:58\tCompleted 3175 to KZ114000: 2121.6746376757496\n", - "12:27:58\tCompleted 3200 to KZ596200: 2496.9053876188937\n", - "12:27:58\tCompleted 3170 to KZ196600: 3449.120714768902\n", - "12:27:58\tCompleted 3160 to KZ392000: 2157.6785456684784\n", - "12:27:58\tCompleted 3159 to KZ356400: 364.5602093815595\n", - "12:27:58\tCompleted 3171 to KZ314800: 4383.278242904095\n", - "12:27:58\tCompleted 3178 to KZ352300: 3173.6347947311706\n", - "12:27:58\tCompleted 3143 to KZ356400: 1548.7824738239683\n", - "12:27:59\tCompleted 3190 to KZ351000: 2951.7940661565\n", - "12:27:59\tCompleted 3163 to KZ154200: 2586.3438432549806\n", - "12:27:59\tCompleted 3173 to KZ551000: 710.8624859858905\n", - "12:27:59\tCompleted 3166 to KZ431000: 1378.5000116824924\n", - "12:27:59\tCompleted 3197 to KZ234800: 1477.7941861547133\n", - "12:27:59\tCompleted 3184 to KZ396400: 1513.5984606417285\n", - "12:27:59\tCompleted 3176 to KZ195000: 3851.522809486804\n", - "12:27:59\tCompleted 3172 to KZ471000: 3921.903885631757\n", - "12:27:59\tCompleted 3185 to KZ611600: 2157.413665280719\n", - "12:27:59\tCompleted 3180 to KZ554200: 2417.1564940462845\n", - "12:27:59\tCompleted 3209 to KZ156000: 1048.2562915247272\n", - "12:27:59\tCompleted 3183 to KZ314200: 1230.5072291179827\n", - "12:27:59\tCompleted 3206 to KZ711410: 1541.195661521602\n", - "12:27:59\tCompleted 3192 to KZ791510: 2838.271297804081\n", - "12:27:59\tCompleted 3161 to KZ274800: 3506.759248111466\n", - "12:27:59\tCompleted 3217 to KZ394800: 3115.7001697395426\n", - "12:27:59\tCompleted 3159 to KZ352400: 68.20153313703992\n", - "12:27:59\tCompleted 3188 to KZ194000: 1946.7523517565965\n", - "12:28:00\tCompleted 3212 to KZ396400: 1241.4215563432922\n", - "12:28:00\tCompleted 3216 to KZ235600: 4448.9395974066665\n", - "12:28:00\tCompleted 3144 to KZ391600: 1136.9183074745972\n", - "12:28:00\tCompleted 3207 to KZ556000: 3845.6769812073153\n", - "12:28:00\tCompleted 3210 to KZ352000: 1758.376861045896\n", - "12:28:00\tCompleted 3179 to KZ613600: 1162.8877443814533\n", - "12:28:00\tCompleted 3205 to KZ394800: 2039.2488243240646\n", - "12:28:00\tCompleted 3148 to KZ194000: 1461.711732039397\n", - "12:28:00\tCompleted 3143 to KZ352400: 1307.2898839657116\n", - "12:28:01\tCompleted 3165 to KZ634400: 1411.9812522741684\n", - "12:28:01\tCompleted 3183 to KZ353200: 385.225177065206612:28:01\tCompleted 3196 to KZ154800: 3618.73729368051212:28:01\tCompleted 3173 to KZ556000: 758.9838681939077\n", - "\n", - "\n", - "12:28:01\tCompleted 3191 to KZ616400: 3515.5734654608705\n", - "12:28:01\tCompleted 3167 to KZ791110: 1524.3306413580779\n", - "12:28:01\tCompleted 3160 to KZ395600: 2471.244751649418\n", - "12:28:01\tCompleted 3141 to KZ117000: 2872.8750645200353\n", - "12:28:01\tCompleted 3209 to KZ154600: 961.1414135908608\n", - "12:28:01\tCompleted 3142 to KZ195200: 3138.1731996061553\n", - "12:28:01\tCompleted 3211 to KZ634600: 3480.7171527584574\n", - "12:28:01\tCompleted 3169 to KZ156000: 2194.8062790587965\n", - "12:28:01\tCompleted 3146 to KZ613800: 1899.0008901634194\n", - "12:28:01\tCompleted 3153 to KZ475000: 3694.4843342124454\n", - "12:28:01\tCompleted 3154 to KZ273200: 3213.9384531964906\n", - "12:28:02\tCompleted 3199 to KZ353600: 3928.287077691452\n", - "12:28:02\tCompleted 3156 to KZ196200: 1394.9529440903764\n", - "12:28:02\tCompleted 3175 to KZ117000: 2168.134306391978\n", - "12:28:02\tCompleted 3202 to KZ114500: 2851.8333316987314\n", - "12:28:02\tCompleted 3186 to KZ273200: 2584.555042917765\n", - "12:28:02\tCompleted 3145 to KZ791510: 1569.083120541607\n", - "12:28:02\tCompleted 3206 to KZ711210: 1542.3574229485005\n", - "12:28:02\tCompleted 3197 to KZ235200: 1525.4340335181146\n", - "12:28:02\tCompleted 3212 to KZ394000: 1309.12268267008\n", - "12:28:02\tCompleted 3159 to KZ356000: 1009.8512931020832\n", - "12:28:02\tCompleted 3183 to KZ353600: 473.72689713124976\n", - "12:28:02\tCompleted 3190 to KZ352000: 2719.898809243148\n", - "12:28:02\tCompleted 3210 to KZ354800: 1125.9887960068543\n", - "12:28:02\tCompleted 3157 to KZ635400: 1999.8669864953176\n", - "12:28:03\tCompleted 3166 to KZ435200: 1454.8063179109079\n", - "12:28:03\tCompleted 3203 to KZ155600: 2897.409000569033\n", - "12:28:03\tCompleted 3213 to KZ711310: 1905.3391485042969\n", - "12:28:03\tCompleted 3178 to KZ352800: 3836.960187788654\n", - "12:28:03\tCompleted 3209 to KZ154800: 983.8861922325624\n", - "12:28:03\tCompleted 3200 to KZ596400: 3292.1675792367146\n", - "12:28:03\tCompleted 3185 to KZ613600: 2011.0411130427995\n", - "12:28:03\tCompleted 3215 to KZ114600: 2053.8307729209982\n", - "12:28:03\tCompleted 3180 to KZ791110: 1574.735901450145\n", - "12:28:03\tCompleted 3144 to KZ393600: 1174.7883003623392\n", - "12:28:03\tCompleted 3164 to KZ235600: 4590.833347286645\n", - "12:28:03\tCompleted 3189 to KZ632800: 3968.2747656720044\n", - "12:28:03\tCompleted 3171 to KZ315400: 4070.5171242241086\n", - "12:28:03\tCompleted 3192 to KZ791710: 2809.7713584537946\n", - "12:28:03\tCompleted 3173 to KZ556800: 959.6717930658498\n", - "12:28:04\tCompleted 3183 to KZ351600: 265.95950531274764\n", - "12:28:04\tCompleted 3182 to KZ196600: 4271.508784830358\n", - "12:28:04\tCompleted 3184 to KZ394000: 1763.562242100324\n", - "12:28:04\tCompleted 3179 to KZ614000: 1291.3004069231922\n", - "12:28:04\tCompleted 3204 to KZ751410: 2248.1179800782575\n", - "12:28:04\tCompleted 3160 to KZ395800: 2726.402863418153\n", - "12:28:04\tCompleted 3163 to KZ156000: 2159.593075623201\n", - "12:28:04\tCompleted 3209 to KZ155200: 724.7984634843608\n", - "12:28:04\tCompleted 3170 to KZ194200: 3077.2117765911808\n", - "12:28:04\tCompleted 3143 to KZ356000: 2225.979173253854\n", - "12:28:04\tCompleted 3159 to KZ354400: 802.3354149249318\n", - "12:28:04\tCompleted 3177 to KZ635800: 3735.2795275764415\n", - "12:28:04\tCompleted 3152 to KZ471000: 4764.263646537148\n", - "12:28:04\tCompleted 3217 to KZ395000: 3043.6755794304945\n", - "12:28:05\tCompleted 3141 to KZ114400: 2795.3611288084285\n", - "12:28:05\tCompleted 3183 to KZ354000: 405.0446213335928\n", - "12:28:05\tCompleted 3151 to KZ634800: 3926.415666541954\n", - "12:28:05\tCompleted 3167 to KZ791310: 1500.2077578001688\n", - "12:28:05\tCompleted 3212 to KZ396800: 1440.594483460423\n", - "12:28:05\tCompleted 3176 to KZ194400: 3674.8086802515763\n", - "12:28:05\tCompleted 3148 to KZ196400: 1671.5634806836952\n", - "12:28:05\tCompleted 3191 to KZ615600: 3099.8821677380015\n", - "12:28:05\tCompleted 3175 to KZ114400: 2045.4281917191795\n", - "12:28:05\tCompleted 3216 to KZ233600: 4331.556195262556\n", - "12:28:05\tCompleted 3207 to KZ556800: 4046.3649060792527\n", - "12:28:06\tCompleted 3161 to KZ275800: 2976.342072099888\n", - "12:28:06\tCompleted 3197 to KZ235600: 1620.4717995385424\n", - "12:28:06\tCompleted 3188 to KZ196400: 2232.28778057872\n", - "12:28:06\tCompleted 3205 to KZ395000: 1967.224234015031\n", - "12:28:06\tCompleted 3206 to KZ711310: 1554.2147824044323\n", - "12:28:06\tCompleted 3156 to KZ192600: 1454.9426393760539\n", - "12:28:06\tCompleted 3215 to KZ114800: 1493.320816364918\n", - "12:28:06\tCompleted 3202 to KZ114000: 2613.2139014530744\n", - "12:28:06\tCompleted 3183 to KZ351000: 336.6761902332495\n", - "12:28:06\tCompleted 3165 to KZ313600: 1730.169702812635512:28:06\tCompleted 3210 to KZ355200: 1958.9688215433519\n", - "\n", - "12:28:06\tCompleted 3173 to KZ554800: 964.3672811103054\n", - "12:28:06\tCompleted 3172 to KZ473600: 3502.929119608814\n", - "12:28:06\tCompleted 3200 to KZ594600: 2591.3183065195103\n", - "12:28:06\tCompleted 3145 to KZ791710: 1541.5641946278547\n", - "12:28:06\tCompleted 3166 to KZ434800: 1369.8294078359913\n", - "12:28:06\tCompleted 3160 to KZ392400: 2256.8791733482194\n", - "12:28:06\tCompleted 3209 to KZ156400: 1514.9082861717068\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:28:06\tCompleted 3157 to KZ635000: 1527.2001965836832\n", - "12:28:07\tCompleted 3185 to KZ614000: 1957.9010661284774\n", - "12:28:07\tCompleted 3196 to KZ155200: 4045.6759565822645\n", - "12:28:07\tCompleted 3199 to KZ351600: 3509.519312419051\n", - "12:28:07\tCompleted 3180 to KZ791310: 1552.4543524897474\n", - "12:28:07\tCompleted 3216 to KZ633200: 790.8589446589937\n", - "12:28:07\tCompleted 3144 to KZ396400: 1396.1999470357207\n", - "12:28:07\tCompleted 3142 to KZ195000: 3584.3023589230734\n", - "12:28:07\tCompleted 3212 to KZ394800: 1180.8672568848244\n", - "12:28:07\tCompleted 3159 to KZ351800: 823.370129567957912:28:07\tCompleted 3178 to KZ356400: 3985.5473123591364\n", - "\n", - "12:28:08\tCompleted 3183 to KZ352000: 632.0173336770795\n", - "12:28:08\tCompleted 3143 to KZ354400: 2073.6130188115276\n", - "12:28:08\tCompleted 3169 to KZ154600: 2492.943709803911\n", - "12:28:08\tCompleted 3192 to KZ611600: 2758.946019601131\n", - "12:28:08\tCompleted 3209 to KZ155600: 626.9103857774667\n", - "12:28:08\tCompleted 3203 to KZ156800: 2083.639061427631\n", - "12:28:08\tCompleted 3154 to KZ274400: 3144.004853208039\n", - "12:28:08\tCompleted 3190 to KZ354800: 3475.4170797726015\n", - "12:28:08\tCompleted 3206 to KZ555200: 1160.0085133397201\n", - "12:28:08\tCompleted 3186 to KZ274400: 2521.6837304044593\n", - "12:28:08\tCompleted 3148 to KZ196800: 1271.982468942046\n", - "12:28:09\tCompleted 3146 to KZ273200: 3284.374989964073\n", - "12:28:09\tCompleted 3157 to KZ632200: 940.562730880954\n", - "12:28:09\tCompleted 3171 to KZ315600: 4589.95863704476312:28:09\tCompleted 3210 to KZ355600: 1553.517200779761\n", - "\n", - "12:28:09\tCompleted 3173 to KZ556400: 902.1011548017476\n", - "12:28:09\tCompleted 3184 to KZ396800: 1555.3024448700405\n", - "12:28:09\tCompleted 3211 to KZ634400: 3060.3551658640413\n", - "12:28:09\tCompleted 3197 to KZ233600: 1564.6504679141594\n", - "12:28:09\tCompleted 3183 to KZ354800: 435.2141030168935\n", - "12:28:09\tCompleted 3179 to KZ613900: 1568.0521060643862\n", - "12:28:09\tCompleted 3153 to KZ475200: 3705.327294996495\n", - "12:28:09\tCompleted 3191 to KZ615800: 2484.0575126356975\n", - "12:28:09\tCompleted 3160 to KZ396200: 2696.908095857935\n", - "12:28:09\tCompleted 3189 to KZ636800: 3993.168347200619\n", - "12:28:10\tCompleted 3216 to KZ634800: 1259.5273614762355\n", - "12:28:10\tCompleted 3164 to KZ233600: 4596.595336086755\n", - "12:28:10\tCompleted 3141 to KZ114600: 3401.430277781071\n", - "12:28:10\tCompleted 3213 to KZ555200: 2668.5468008668363\n", - "12:28:10\tCompleted 3182 to KZ194200: 3899.5998466526307\n", - "12:28:10\tCompleted 3175 to KZ114600: 2670.8916625706097\n", - "12:28:10\tCompleted 3202 to KZ117000: 2659.673570169297\n", - "12:28:10\tCompleted 3163 to KZ154600: 2457.7305063683157\n", - "12:28:10\tCompleted 3167 to KZ791510: 1498.7482829464184\n", - "12:28:10\tCompleted 3217 to KZ395200: 2575.6400943556614\n", - "12:28:10\tCompleted 3209 to KZ156800: 1547.654911454622\n", - "12:28:10\tCompleted 3200 to KZ711110: 2940.150256329932\n", - "12:28:10\tCompleted 3204 to KZ751710: 2289.10601184716\n", - "12:28:10\tCompleted 3188 to KZ196800: 1757.0230886592453\n", - "12:28:10\tCompleted 3215 to KZ111010: 1879.8831131785232\n", - "12:28:10\tCompleted 3170 to KZ751210: 3032.0113991760004\n", - "12:28:10\tCompleted 3205 to KZ395200: 1499.1887489401608\n", - "12:28:11\tCompleted 3156 to KZ196600: 1714.0195959656692\n", - "12:28:11\tCompleted 3165 to KZ314000: 1588.5263386642491\n", - "12:28:11\tCompleted 3159 to KZ393200: 1218.0742502838755\n", - "12:28:11\tCompleted 3212 to KZ395000: 1502.5829360062692\n", - "12:28:11\tCompleted 3145 to KZ611600: 1619.525479086783\n", - "12:28:11\tCompleted 3180 to KZ791510: 1562.5721284860158\n", - "12:28:11\tCompleted 3206 to KZ551600: 1217.9694169709467\n", - "12:28:11\tCompleted 3185 to KZ613900: 2235.8243381449197\n", - "12:28:11\tCompleted 3143 to KZ351800: 2094.6477334545507\n", - "12:28:11\tCompleted 3152 to KZ473600: 4345.288880514125\n", - "12:28:11\tCompleted 3216 to KZ633400: 617.9877842723372\n", - "12:28:11\tCompleted 3210 to KZ352100: 1288.7970270476546\n", - "12:28:11\tCompleted 3207 to KZ554800: 4050.341466926973\n", - "12:28:11\tCompleted 3203 to KZ193200: 1189.8370428113135\n", - "12:28:11\tCompleted 3166 to KZ433600: 1569.6721713778923\n", - "12:28:11\tCompleted 3164 to KZ633200: 895.2304190346175\n", - "12:28:12\tCompleted 3151 to KZ633400: 3282.2779188884015\n", - "12:28:12\tCompleted 3183 to KZ355200: 947.570135881904\n", - "12:28:12\tCompleted 3199 to KZ354000: 3155.804982888143\n", - "12:28:12\tCompleted 3148 to KZ191600: 1323.9718750080544\n", - "12:28:12\tCompleted 3178 to KZ352400: 3787.2289982396314\n", - "12:28:12\tCompleted 3173 to KZ554200: 1136.6165281987442\n", - "12:28:12\tCompleted 3176 to KZ194600: 3685.325646256073\n", - "12:28:12\tCompleted 3177 to KZ636200: 3404.192849778351\n", - "12:28:12\tCompleted 3179 to KZ612000: 1088.309306888351\n", - "12:28:12\tCompleted 3161 to KZ276000: 3392.173097854923\n", - "12:28:12\tCompleted 3144 to KZ394000: 1628.134796401547212:28:12\tCompleted 3196 to KZ156400: 3884.801050680451\n", - "\n", - "12:28:12\tCompleted 3192 to KZ613600: 2813.1411562449407\n", - "12:28:12\tCompleted 3160 to KZ396600: 2608.6132280053944\n", - "12:28:12\tCompleted 3164 to KZ634800: 216.4446238327271\n", - "12:28:12\tCompleted 3190 to KZ355200: 2776.9196477777105\n", - "12:28:13\tCompleted 3211 to KZ313600: 1534.9577876679061\n", - "12:28:13\tCompleted 3171 to KZ316000: 3763.719559181279\n", - "12:28:13\tCompleted 3175 to KZ114800: 1718.5518042473611\n", - "12:28:13\tCompleted 3141 to KZ114800: 2347.8627065907126\n", - "12:28:13\tCompleted 3215 to KZ116000: 1492.5334762563664\n", - "12:28:13\tCompleted 3183 to KZ355600: 570.4447486640549\n", - "12:28:13\tCompleted 3216 to KZ633600: 1083.526657556525\n", - "12:28:13\tCompleted 3142 to KZ194400: 3407.5882296878544\n", - "12:28:13\tCompleted 3157 to KZ635200: 1792.8052443767112\n", - "12:28:13\tCompleted 3191 to KZ612600: 2739.187639256607\n", - "12:28:13\tCompleted 3206 to KZ553200: 1510.1657226541026\n", - "12:28:13\tCompleted 3156 to KZ194200: 1215.969338138204\n", - "12:28:13\tCompleted 3172 to KZ474200: 3949.553280675336\n", - "12:28:14\tCompleted 3212 to KZ395200: 1442.6944336774814\n", - "12:28:14\tCompleted 3184 to KZ394800: 1577.33320523938612:28:14\tCompleted 3202 to KZ114400: 2536.9674554965004\n", - "\n", - "12:28:14\tCompleted 3210 to KZ352200: 1397.4050982140864\n", - "12:28:14\tCompleted 3164 to KZ633400: 832.5800460432305\n", - "12:28:14\tCompleted 3169 to KZ154800: 2376.1243900558843\n", - "12:28:14\tCompleted 3159 to KZ393400: 1226.1765165926345\n", - "12:28:14\tCompleted 3165 to KZ314800: 1288.645334956593\n", - "12:28:14\tCompleted 3200 to KZ711410: 2930.2844771509053\n", - "12:28:15\tCompleted 3160 to KZ394200: 2385.089833963463712:28:15\tCompleted 3154 to KZ275400: 3819.193285165049512:28:15\tCompleted 3183 to KZ352100: 495.82799384885914\n", - "\n", - "\n", - "12:28:15\tCompleted 3145 to KZ613600: 1474.317740560831\n", - "12:28:15\tCompleted 3143 to KZ393200: 2284.0579720102223\n", - "12:28:15\tCompleted 3185 to KZ612000: 2104.535799173387\n", - "12:28:15\tCompleted 3167 to KZ791710: 1471.229357032666\n", - "12:28:15\tCompleted 3217 to KZ391000: 2771.346358864619\n", - "12:28:15\tCompleted 3203 to KZ193400: 1115.266304442059\n", - "12:28:15\tCompleted 3188 to KZ191600: 1809.0124947252539\n", - "12:28:15\tCompleted 3178 to KZ356000: 3177.0326971446134\n", - "12:28:15\tCompleted 3216 to KZ633800: 1000.2480370357068\n", - "12:28:15\tCompleted 3180 to KZ791710: 1534.072189135727\n", - "12:28:15\tCompleted 3164 to KZ633600: 780.1322643210758\n", - "12:28:15\tCompleted 3148 to KZ195200: 1345.026204085351\n", - "12:28:15\tCompleted 3163 to KZ154800: 2340.91118662029\n", - "12:28:16\tCompleted 3197 to KZ633200: 2905.150527354505\n", - "12:28:16\tCompleted 3186 to KZ275400: 3196.8721623614697\n", - "12:28:16\tCompleted 3211 to KZ314000: 1317.3915230242167\n", - "12:28:16\tCompleted 3182 to KZ751210: 3854.399469237444\n", - "12:28:16\tCompleted 3205 to KZ391000: 1694.8950134491351\n", - "12:28:16\tCompleted 3199 to KZ351000: 3119.8413496875564\n", - "12:28:16\tCompleted 3146 to KZ274400: 3214.4413899756214\n", - "12:28:16\tCompleted 3206 to KZ553600: 1394.5031095802267\n", - "12:28:16\tCompleted 3213 to KZ551600: 2401.980078881309\n", - "12:28:16\tCompleted 3144 to KZ396800: 1374.2272539619507\n", - "12:28:16\tCompleted 3183 to KZ352200: 379.001285652173\n", - "12:28:16\tCompleted 3189 to KZ635800: 4442.670594897871\n", - "12:28:16\tCompleted 3192 to KZ614000: 2858.499994917514\n", - "12:28:16\tCompleted 3153 to KZ471800: 3534.937074835769\n", - "12:28:16\tCompleted 3175 to KZ111010: 2106.3057748140227\n", - "12:28:16\tCompleted 3173 to KZ791110: 1483.9174378747978\n", - "12:28:16\tCompleted 3212 to KZ391000: 1392.3501799489768\n", - "12:28:16\tCompleted 3209 to KZ193200: 4230.4956675787935\n", - "12:28:17\tCompleted 3166 to KZ434000: 1731.4305395997624\n", - "12:28:17\tCompleted 3141 to KZ111010: 2739.1722073686674\n", - "12:28:17\tCompleted 3164 to KZ633800: 550.5710498748032\n", - "12:28:17\tCompleted 3179 to KZ614400: 1494.584905504189\n", - "12:28:17\tCompleted 3207 to KZ556400: 3988.7942678151494\n", - "12:28:17\tCompleted 3159 to KZ391600: 1160.7684805011213\n", - "12:28:17\tCompleted 3215 to KZ116400: 1720.9419694230546\n", - "12:28:17\tCompleted 3156 to KZ751210: 1314.18751744668\n", - "12:28:17\tCompleted 3170 to KZ751110: 3039.7687584888818\n", - "12:28:17\tCompleted 3203 to KZ193600: 785.9027619634367\n", - "12:28:17\tCompleted 3216 to KZ634000: 997.332779601244\n", - "12:28:17\tCompleted 3190 to KZ355600: 3020.56520087282612:28:17\tCompleted 3160 to KZ394400: 2173.0769009312717\n", - "\n", - "12:28:17\tCompleted 3191 to KZ616000: 2448.952867881649\n", - "12:28:17\tCompleted 3204 to KZ751810: 2235.3498559241098\n", - "12:28:18\tCompleted 3157 to KZ632400: 1585.4622815703071\n", - "12:28:18\tCompleted 3151 to KZ633600: 3053.102578299972\n", - "12:28:18\tCompleted 3196 to KZ155600: 3797.645830260358\n", - "12:28:18\tCompleted 3165 to KZ315400: 1251.192683037421\n", - "12:28:18\tCompleted 3152 to KZ474200: 4791.91304158069112:28:18\tCompleted 3161 to KZ276200: 3111.5593111210187\n", - "\n", - "12:28:18\tCompleted 3171 to KZ316600: 4411.71042326531\n", - "12:28:18\tCompleted 3164 to KZ634000: 366.2351695587102\n", - "12:28:18\tCompleted 3206 to KZ552200: 1477.3787513323598\n", - "12:28:18\tCompleted 3153 to KZ593200: 652.3875906047963\n", - "12:28:18\tCompleted 3200 to KZ711210: 2927.6402465928822\n", - "12:28:19\tCompleted 3148 to KZ195000: 1273.5667129107558\n", - "12:28:19\tCompleted 3176 to KZ194800: 3953.441298310076\n", - "12:28:19\tCompleted 3210 to KZ352300: 2146.1677519580235\n", - "12:28:19\tCompleted 3184 to KZ395000: 1661.932423259063\n", - "12:28:19\tCompleted 3217 to KZ614400: 1741.6257814478852\n", - "12:28:19\tCompleted 3183 to KZ352300: 1019.8082245892155\n", - "12:28:19\tCompleted 3202 to KZ114600: 3162.4309263479345\n", - "12:28:19\tCompleted 3185 to KZ614400: 2162.357137584716\n", - "12:28:19\tCompleted 3145 to KZ614000: 1602.7304031025699\n", - "12:28:19\tCompleted 3180 to KZ611600: 1483.2468502830504\n", - "12:28:19\tCompleted 3203 to KZ194000: 979.9309423950264\n", - "12:28:19\tCompleted 3142 to KZ194600: 3418.105195692351\n", - "12:28:19\tCompleted 3216 to KZ635400: 1442.2383321834764\n", - "12:28:19\tCompleted 3164 to KZ635400: 368.0357894342571\n", - "12:28:19\tCompleted 3212 to KZ395400: 1430.7265641476363\n", - "12:28:19\tCompleted 3160 to KZ433200: 2470.8901026134336\n", - "12:28:20\tCompleted 3167 to KZ611600: 1549.1906414915943\n", - "12:28:20\tCompleted 3199 to KZ352000: 2887.946092774212\n", - "12:28:20\tCompleted 3188 to KZ195200: 1830.0668238025505\n", - "12:28:20\tCompleted 3179 to KZ614600: 1181.5294256653517\n", - "12:28:20\tCompleted 3159 to KZ393600: 1198.6384733888633\n", - "12:28:20\tCompleted 3177 to KZ636400: 3821.3075104699133\n", - "12:28:20\tCompleted 3217 to KZ395400: 2814.710253789932\n", - "12:28:20\tCompleted 3178 to KZ354400: 3964.3380198988148\n", - "12:28:20\tCompleted 3183 to KZ352800: 406.12370834913986\n", - "12:28:20\tCompleted 3175 to KZ116000: 2156.008464900906\n", - "12:28:20\tCompleted 3156 to KZ751110: 1321.7928996033593\n", - "12:28:20\tCompleted 3153 to KZ595800: 756.3072006451736\n", - "12:28:20\tCompleted 3157 to KZ632800: 1158.5422073333943\n", - "12:28:20\tCompleted 3211 to KZ314800: 1816.6788278986787\n", - "12:28:21\tCompleted 3141 to KZ116000: 2905.9414019901546\n", - "12:28:21\tCompleted 3206 to KZ554600: 1549.4638349981935\n", - "12:28:21\tCompleted 3144 to KZ394800: 1552.8818226600067\n", - "12:28:21\tCompleted 3173 to KZ791310: 1459.7945543168887\n", - "12:28:21\tCompleted 3164 to KZ635000: 314.83135897600397\n", - "12:28:21\tCompleted 3215 to KZ116800: 1751.4622360411192\n", - "12:28:21\tCompleted 3205 to KZ395400: 1738.258908374449\n", - "12:28:21\tCompleted 3154 to KZ273600: 2987.152544147588\n", - "12:28:21\tCompleted 3172 to KZ474600: 3626.728719857254\n", - "12:28:21\tCompleted 3169 to KZ155200: 2803.063052957637\n", - "12:28:21\tCompleted 3216 to KZ635000: 916.9649048510278\n", - "12:28:21\tCompleted 3182 to KZ751110: 3862.1568285503254\n", - "12:28:21\tCompleted 3191 to KZ613800: 2824.566643213997\n", - "12:28:21\tCompleted 3163 to KZ155200: 2767.849849522043\n", - "12:28:22\tCompleted 3183 to KZ356400: 395.5744225113906\n", - "12:28:22\tCompleted 3217 to KZ614600: 1531.27740891645\n", - "12:28:22\tCompleted 3192 to KZ613900: 3095.419992087241\n", - "12:28:22\tCompleted 3186 to KZ273600: 2364.831421344008\n", - "12:28:22\tCompleted 3160 to KZ431900: 2345.3956052317676\n", - "12:28:22\tCompleted 3184 to KZ395200: 1129.5711964199088\n", - "12:28:22\tCompleted 3165 to KZ315600: 1377.6417519352692\n", - "12:28:22\tCompleted 3212 to KZ392000: 1227.63243819417\n", - "12:28:22\tCompleted 3210 to KZ352800: 1424.5275209110532\n", - "12:28:22\tCompleted 3189 to KZ636200: 4111.583917099736\n", - "12:28:22\tCompleted 3203 to KZ196400: 1181.8429940099224\n", - "12:28:22\tCompleted 3213 to KZ553200: 2520.9280722880058\n", - "12:28:22\tCompleted 3153 to KZ593400: 565.6944632930333\n", - "12:28:22\tCompleted 3200 to KZ711310: 2917.9003058999965\n", - "12:28:22\tCompleted 3164 to KZ632200: 793.7394119018239\n", - "12:28:23\tCompleted 3197 to KZ634800: 3570.304580585718\n", - "12:28:23\tCompleted 3202 to KZ114800: 2210.091068024707\n", - "12:28:23\tCompleted 3209 to KZ193400: 4435.384544594254\n", - "12:28:23\tCompleted 3171 to KZ316200: 3914.4396912567768\n", - "12:28:23\tCompleted 3206 to KZ555600: 1264.704760401239\n", - "12:28:23\tCompleted 3190 to KZ352100: 3492.256448773666\n", - "12:28:23\tCompleted 3185 to KZ614600: 1952.0087650532928\n", - "12:28:23\tCompleted 3196 to KZ156800: 3165.9114563847816\n", - "12:28:23\tCompleted 3183 to KZ352400: 392.04929624554353\n", - "12:28:23\tCompleted 3216 to KZ632200: 1007.78365785066\n", - "12:28:23\tCompleted 3207 to KZ554200: 4158.639169668341\n", - "12:28:23\tCompleted 3180 to KZ613600: 1537.4419869268725\n", - "12:28:23\tCompleted 3170 to KZ751310: 3032.940331364136\n", - "12:28:23\tCompleted 3148 to KZ194400: 1596.0022657503466\n", - "12:28:23\tCompleted 3211 to KZ315400: 1503.9177092187049\n", - "12:28:24\tCompleted 3175 to KZ116400: 1947.3646310585593\n", - "12:28:24\tCompleted 3178 to KZ351800: 3199.019571042018\n", - "12:28:24\tCompleted 3146 to KZ275400: 3889.629821932632\n", - "12:28:24\tCompleted 3159 to KZ396400: 1420.0501200622446\n", - "12:28:24\tCompleted 3204 to KZ751910: 2256.490772274517\n", - "12:28:24\tCompleted 3167 to KZ613600: 1403.9829029656423\n", - "12:28:24\tCompleted 3156 to KZ751310: 1323.3076182291206\n", - "12:28:24\tCompleted 3164 to KZ635200: 413.07801938249906\n", - "12:28:24\tCompleted 3166 to KZ471000: 3645.5802230234212\n", - "12:28:24\tCompleted 3157 to KZ636800: 1360.582737594131\n", - "12:28:24\tCompleted 3196 to KZ193200: 618.1159049287519\n", - "12:28:24\tCompleted 3145 to KZ613900: 1879.4821022437638\n", - "12:28:24\tCompleted 3141 to KZ116400: 2676.004970605731\n", - "12:28:24\tCompleted 3161 to KZ271000: 3129.2522665352344\n", - "12:28:25\tCompleted 3160 to KZ434600: 2383.295129481972\n", - "12:28:25\tCompleted 3179 to KZ614800: 1562.8418877520228\n", - "12:28:25\tCompleted 3188 to KZ195000: 1834.2910128057804\n", - "12:28:25\tCompleted 3153 to KZ594200: 745.5522123565448\n", - "12:28:25\tCompleted 3203 to KZ196800: 790.2016792976756\n", - "12:28:25\tCompleted 3210 to KZ356400: 1494.1661267693803\n", - "12:28:25\tCompleted 3206 to KZ551000: 1175.840191054982\n", - "12:28:25\tCompleted 3152 to KZ474600: 4469.088480762603\n", - "12:28:25\tCompleted 3216 to KZ635200: 1182.5699526440555\n", - "12:28:25\tCompleted 3199 to KZ354800: 3643.464363303658\n", - "12:28:25\tCompleted 3151 to KZ633800: 3353.6879257804812\n", - "12:28:25\tCompleted 3217 to KZ614800: 2012.8982142875566\n", - "12:28:25\tCompleted 3164 to KZ632400: 253.28879420117727\n", - "12:28:25\tCompleted 3217 to KZ392000: 2931.6339488701556\n", - "12:28:25\tCompleted 3212 to KZ395600: 1541.1986441751399\n", - "12:28:25\tCompleted 3176 to KZ195600: 4030.2218660652807\n", - "12:28:25\tCompleted 3144 to KZ395000: 1480.8572323509732\n", - "12:28:25\tCompleted 3215 to KZ111810: 1808.9101158847393\n", - "12:28:26\tCompleted 3196 to KZ193400: 343.41013211834104\n", - "12:28:26\tCompleted 3142 to KZ194800: 3686.220847746354\n", - "12:28:26\tCompleted 3173 to KZ791510: 1458.3350794631383\n", - "12:28:26\tCompleted 3184 to KZ391000: 1383.9693930762614\n", - "12:28:26\tCompleted 3165 to KZ316000: 1342.9952013287773\n", - "12:28:26\tCompleted 3192 to KZ612000: 2601.291632753004\n", - "12:28:26\tCompleted 3183 to KZ356000: 1180.9046118124893\n", - "12:28:26\tCompleted 3178 to KZ393200: 2822.242850467511\n", - "12:28:27\tCompleted 3164 to KZ632800: 1027.3034313529151\n", - "12:28:27\tCompleted 3202 to KZ111010: 2597.845038591339\n", - "12:28:27\tCompleted 3203 to KZ191600: 842.191085363684\n", - "12:28:27\tCompleted 3215 to KZ116600: 791.94585729769\n", - "12:28:27\tCompleted 3182 to KZ751310: 3855.3284014255796\n", - "12:28:27\tCompleted 3206 to KZ556000: 1217.136699385795\n", - "12:28:27\tCompleted 3216 to KZ632400: 1051.5255104935538\n", - "12:28:27\tCompleted 3160 to KZ434400: 2420.22014182607\n", - "12:28:27\tCompleted 3205 to KZ392000: 1855.1826034546882\n", - "12:28:27\tCompleted 3171 to KZ311000: 3775.0109516276557\n", - "12:28:27\tCompleted 3177 to KZ631000: 3350.327236446397\n", - "12:28:27\tCompleted 3191 to KZ273200: 4793.573440640739\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:28:27\tCompleted 3190 to KZ352200: 2978.613779035579712:28:27\tCompleted 3163 to KZ156400: 2581.201463149985\n", - "\n", - "12:28:27\tCompleted 3153 to KZ596600: 846.4377299333099\n", - "12:28:27\tCompleted 3154 to KZ276600: 3068.977790846574\n", - "12:28:28\tCompleted 3148 to KZ194600: 1541.083107791371712:28:28\tCompleted 3180 to KZ614000: 1582.8008255994484\n", - "\n", - "12:28:28\tCompleted 3145 to KZ612000: 1399.739303067726312:28:28\tCompleted 3185 to KZ614800: 2433.6295704243935\n", - "\n", - "12:28:28\tCompleted 3175 to KZ116800: 2273.595976620023\n", - "12:28:28\tCompleted 3196 to KZ193600: 1187.3436482570387\n", - "12:28:28\tCompleted 3207 to KZ791110: 3246.9046593790035\n", - "12:28:28\tCompleted 3210 to KZ352400: 1375.9418788048338\n", - "12:28:28\tCompleted 3169 to KZ156400: 2553.6451139638807\n", - "12:28:28\tCompleted 3200 to KZ555200: 3661.71516512114\n", - "12:28:28\tCompleted 3211 to KZ315600: 2023.3592220393375\n", - "12:28:28\tCompleted 3217 to KZ615400: 1754.0619813781084\n", - "12:28:28\tCompleted 3159 to KZ394000: 1651.984969428071\n", - "12:28:28\tCompleted 3164 to KZ636800: 348.59618826202257\n", - "12:28:28\tCompleted 3213 to KZ553600: 2288.8216787064234\n", - "12:28:28\tCompleted 3144 to KZ395200: 1012.821747276103\n", - "12:28:28\tCompleted 3156 to KZ751410: 1338.9752373198805\n", - "12:28:29\tCompleted 3167 to KZ614000: 1532.3955655073812\n", - "12:28:29\tCompleted 3172 to KZ475000: 3997.0577466070313\n", - "12:28:29\tCompleted 3209 to KZ193600: 3649.5937089851313\n", - "12:28:29\tCompleted 3141 to KZ116800: 3004.134591830483\n", - "12:28:29\tCompleted 3183 to KZ354400: 973.388733635339\n", - "12:28:29\tCompleted 3157 to KZ635800: 1724.870289391525\n", - "12:28:29\tCompleted 3212 to KZ395800: 1636.8122862505375\n", - "12:28:29\tCompleted 3203 to KZ195200: 863.2454144409804\n", - "12:28:29\tCompleted 3179 to KZ615400: 1453.745769924956\n", - "12:28:29\tCompleted 3186 to KZ276600: 2446.656668042994\n", - "12:28:29\tCompleted 3216 to KZ632800: 1065.1993464775328\n", - "12:28:29\tCompleted 3206 to KZ556800: 1278.7076580705414\n", - "12:28:29\tCompleted 3189 to KZ636400: 4528.698577791315\n", - "12:28:29\tCompleted 3165 to KZ316600: 1302.1161748119032\n", - "12:28:29\tCompleted 3178 to KZ393400: 2835.7922903031345\n", - "12:28:30\tCompleted 3153 to KZ595000: 680.8777486210113\n", - "12:28:30\tCompleted 3199 to KZ355200: 2944.966931308773\n", - "12:28:30\tCompleted 3164 to KZ635800: 708.6814330403606\n", - "12:28:30\tCompleted 3197 to KZ633400: 2804.869752911964\n", - "12:28:30\tCompleted 3170 to KZ751410: 3050.365309767775\n", - "12:28:30\tCompleted 3196 to KZ194000: 1042.88887940237\n", - "12:28:30\tCompleted 3204 to KZ751510: 2245.0067101736013\n", - "12:28:30\tCompleted 3188 to KZ194400: 2081.042885467546\n", - "12:28:30\tCompleted 3160 to KZ431000: 2705.8806969468246\n", - "12:28:30\tCompleted 3184 to KZ395400: 1431.83694610934\n", - "12:28:30\tCompleted 3211 to KZ316000: 1197.1201441758412\n", - "12:28:31\tCompleted 3192 to KZ614400: 3023.621316075088\n", - "12:28:31\tCompleted 3217 to KZ395600: 2808.7872981612427\n", - "12:28:31\tCompleted 3164 to KZ636200: 297.20625156765\n", - "12:28:31\tCompleted 3203 to KZ195000: 783.8462262369827\n", - "12:28:31\tCompleted 3217 to KZ615200: 1491.4786278798285\n", - "12:28:31\tCompleted 3166 to KZ473600: 3226.605457000478\n", - "12:28:31\tCompleted 3146 to KZ273600: 3057.58908091517\n", - "12:28:31\tCompleted 3190 to KZ352300: 2267.7988598796105\n", - "12:28:31\tCompleted 3161 to KZ274000: 3792.939956474441\n", - "12:28:31\tCompleted 3196 to KZ196400: 710.7332979152735\n", - "12:28:31\tCompleted 3216 to KZ636800: 979.6937983045565\n", - "12:28:32\tCompleted 3202 to KZ116000: 2647.5477286782266\n", - "12:28:32\tCompleted 3173 to KZ791710: 1430.816153549386\n", - "12:28:32\tCompleted 3153 to KZ593600: 795.4263529053046\n", - "12:28:32\tCompleted 3206 to KZ554800: 1433.3876268188312\n", - "12:28:32\tCompleted 3175 to KZ111810: 2313.1267776665127\n", - "12:28:32\tCompleted 3212 to KZ392400: 1326.8330658739214\n", - "12:28:32\tCompleted 3207 to KZ791310: 3224.6231104186036\n", - "12:28:32\tCompleted 3183 to KZ351800: 994.4234482783651\n", - "12:28:32\tCompleted 3159 to KZ396800: 1398.0774269884746\n", - "12:28:32\tCompleted 3144 to KZ391000: 1208.528011785077312:28:32\tCompleted 3152 to KZ475000: 4839.417507512424\n", - "\n", - "12:28:32\tCompleted 3156 to KZ751710: 1374.6911911501413\n", - "12:28:32\tCompleted 3215 to KZ115600: 1904.5492623888122\n", - "12:28:32\tCompleted 3185 to KZ615400: 2174.7933375149464\n", - "12:28:32\tCompleted 3151 to KZ634000: 3600.8907236775035\n", - "12:28:32\tCompleted 3176 to KZ195800: 3844.1087384324314\n", - "12:28:32\tCompleted 3164 to KZ636400: 1239.008223852196\n", - "12:28:32\tCompleted 3148 to KZ194800: 1674.0718097924332\n", - "12:28:33\tCompleted 3180 to KZ613900: 1819.7208227691683\n", - "12:28:33\tCompleted 3171 to KZ315000: 4187.682825766871\n", - "12:28:33\tCompleted 3210 to KZ356000: 2307.264139181291\n", - "12:28:33\tCompleted 3145 to KZ614400: 1806.0149016835667\n", - "12:28:33\tCompleted 3141 to KZ111810: 3043.665392876974\n", - "12:28:33\tCompleted 3179 to KZ615200: 1233.2286247089633\n", - "12:28:33\tCompleted 3178 to KZ391600: 3094.9885335536997\n", - "12:28:33\tCompleted 3205 to KZ395600: 1732.3359527457646\n", - "12:28:33\tCompleted 3196 to KZ196800: 954.1898181826122\n", - "12:28:33\tCompleted 3142 to KZ195600: 3763.0014155015588\n", - "12:28:33\tCompleted 3200 to KZ551600: 3395.148443135613\n", - "12:28:33\tCompleted 3163 to KZ155600: 2519.819723200136\n", - "12:28:33\tCompleted 3216 to KZ635800: 1021.1486591448455\n", - "12:28:33\tCompleted 3154 to KZ275000: 2945.292551520829\n", - "12:28:34\tCompleted 3164 to KZ631000: 251.31931808456534\n", - "12:28:34\tCompleted 3160 to KZ435200: 2796.6924903368763\n", - "12:28:34\tCompleted 3165 to KZ316200: 1609.8770651336242\n", - "12:28:34\tCompleted 3182 to KZ751410: 3872.753379829219\n", - "12:28:34\tCompleted 3204 to KZ231000: 1625.1195926402172\n", - "12:28:34\tCompleted 3206 to KZ556400: 1360.2539859936348\n", - "12:28:34\tCompleted 3153 to KZ595200: 792.8764859625408\n", - "12:28:34\tCompleted 3191 to KZ274400: 4723.639840652305\n", - "12:28:34\tCompleted 3211 to KZ316600: 1845.111008259892\n", - "12:28:34\tCompleted 3177 to KZ634600: 3809.0567639117594\n", - "12:28:34\tCompleted 3203 to KZ194400: 1114.2214761059777\n", - "12:28:34\tCompleted 3209 to KZ194000: 3716.081074830364\n", - "12:28:35\tCompleted 3196 to KZ191600: 871.0893613147692\n", - "12:28:35\tCompleted 3167 to KZ613900: 1809.1472646485752\n", - "12:28:35\tCompleted 3192 to KZ614600: 2748.729013659682\n", - "12:28:35\tCompleted 3157 to KZ636200: 1478.9983074932532\n", - "12:28:35\tCompleted 3199 to KZ355600: 3188.6124844038827\n", - "12:28:35\tCompleted 3216 to KZ636200: 891.4031487898546\n", - "12:28:35\tCompleted 3184 to KZ392000: 1502.2430474894072\n", - "12:28:35\tCompleted 3186 to KZ275000: 2312.3543251453575\n", - "12:28:35\tCompleted 3164 to KZ634600: 608.4061691138546\n", - "12:28:35\tCompleted 3215 to KZ115200: 1510.0500682887746\n", - "12:28:35\tCompleted 3180 to KZ612000: 1325.5924634349174\n", - "12:28:35\tCompleted 3175 to KZ116600: 2131.9288794748263\n", - "12:28:35\tCompleted 3178 to KZ393600: 2635.1899719171897\n", - "12:28:35\tCompleted 3144 to KZ395400: 1251.8919067103911\n", - "12:28:35\tCompleted 3188 to KZ194600: 2026.1237275085712\n", - "12:28:36\tCompleted 3169 to KZ155600: 2555.0329266357303\n", - "12:28:36\tCompleted 3217 to KZ616400: 2464.0711787758805\n", - "12:28:36\tCompleted 3156 to KZ751810: 1328.55025891624\n", - "12:28:36\tCompleted 3207 to KZ791510: 3234.740886414872\n", - "12:28:36\tCompleted 3189 to KZ631000: 4057.718303767782\n", - "12:28:36\tCompleted 3170 to KZ751710: 3091.353341536678\n", - "12:28:36\tCompleted 3217 to KZ395800: 3111.1713735677286\n", - "12:28:36\tCompleted 3190 to KZ352800: 2979.2976221766776\n", - "12:28:36\tCompleted 3185 to KZ615200: 1912.2099840166713\n", - "12:28:36\tCompleted 3153 to KZ591000: 683.0922147150786\n", - "12:28:36\tCompleted 3213 to KZ552200: 2363.4631285012697\n", - "12:28:36\tCompleted 3159 to KZ394800: 1576.7319956865308\n", - "12:28:36\tCompleted 3196 to KZ195200: 948.3963263995777\n", - "12:28:36\tCompleted 3212 to KZ396200: 1743.4511372029401\n", - "12:28:36\tCompleted 3145 to KZ614600: 1492.9594218447294\n", - "12:28:37\tCompleted 3216 to KZ636400: 566.3636175085537\n", - "12:28:37\tCompleted 3211 to KZ316200: 1347.8402762513526\n", - "12:28:37\tCompleted 3173 to KZ611600: 1508.7774380083142\n", - "12:28:37\tCompleted 3210 to KZ354400: 2099.748261004155\n", - "12:28:37\tCompleted 3202 to KZ116400: 2438.9038948358834\n", - "12:28:37\tCompleted 3164 to KZ634400: 505.3547377694067\n", - "12:28:37\tCompleted 3141 to KZ116600: 2910.640863924831\n", - "12:28:37\tCompleted 3206 to KZ554200: 1622.8820243810712\n", - "12:28:37\tCompleted 3183 to KZ393200: 1541.92201339238\n", - "12:28:37\tCompleted 3160 to KZ434800: 2718.2587260601586\n", - "12:28:37\tCompleted 3171 to KZ314200: 3780.48618256299\n", - "12:28:37\tCompleted 3197 to KZ633600: 2696.991492343736\n", - "12:28:38\tCompleted 3203 to KZ194600: 1059.3023181470012\n", - "12:28:38\tCompleted 3148 to KZ195600: 1900.9967235812449\n", - "12:28:38\tCompleted 3196 to KZ195000: 799.2677637088025\n", - "12:28:38\tCompleted 3215 to KZ115400: 1487.4294056906808\n", - "12:28:38\tCompleted 3163 to KZ156800: 1815.596280224957\n", - "12:28:38\tCompleted 3165 to KZ311000: 1487.388993043062\n", - "12:28:38\tCompleted 3178 to KZ396400: 2469.0248498299734\n", - "12:28:38\tCompleted 3216 to KZ631000: 863.7074887612985\n", - "12:28:38\tCompleted 3211 to KZ311000: 1208.4115366222372\n", - "12:28:38\tCompleted 3172 to KZ475200: 4007.9007073910807\n", - "12:28:39\tCompleted 3167 to KZ612000: 1329.4044654725376\n", - "12:28:39\tCompleted 3146 to KZ276600: 3139.4143276141563\n", - "12:28:39\tCompleted 3166 to KZ474200: 3673.229618067\n", - "12:28:39\tCompleted 3152 to KZ475200: 4850.260468296471\n", - "12:28:39\tCompleted 3200 to KZ553200: 3514.0964365423097\n", - "12:28:39\tCompleted 3153 to KZ595600: 916.9798012370009\n", - "12:28:39\tCompleted 3161 to KZ274200: 3900.255944634207\n", - "12:28:39\tCompleted 3156 to KZ751910: 1329.4889405524625\n", - "12:28:39\tCompleted 3204 to KZ234000: 1833.7300700078763\n", - "12:28:39\tCompleted 3205 to KZ395800: 2034.7200281522373\n", - "12:28:39\tCompleted 3142 to KZ195800: 3576.8882878687095\n", - "12:28:39\tCompleted 3192 to KZ614800: 2988.4390189173623\n", - "12:28:39\tCompleted 3179 to KZ616400: 2075.048470609898\n", - "12:28:39\tCompleted 3175 to KZ115600: 2130.9719240243153\n", - "12:28:40\tCompleted 3144 to KZ392000: 1368.8156017906304\n", - "12:28:40\tCompleted 3207 to KZ791710: 3206.2409470645857\n", - "12:28:40\tCompleted 3154 to KZ274800: 3470.180359332322\n", - "12:28:40\tCompleted 3217 to KZ615600: 2048.379881053\n", - "12:28:40\tCompleted 3151 to KZ635400: 4109.126637249181\n", - "12:28:40\tCompleted 3176 to KZ196000: 4030.889493821323\n", - "12:28:40\tCompleted 3206 to KZ791110: 1959.3253414842695\n", - "12:28:40\tCompleted 3196 to KZ194400: 1177.1794131133197\n", - "12:28:40\tCompleted 3184 to KZ395600: 1512.1940984122195\n", - "12:28:40\tCompleted 3180 to KZ614400: 1747.92214675702\n", - "12:28:40\tCompleted 3162 to KZ113200: 354.7050935481036\n", - "12:28:40\tCompleted 3159 to KZ395000: 1504.707405377497\n", - "12:28:40\tCompleted 3182 to KZ751710: 3913.7414115981214\n", - "12:28:40\tCompleted 3157 to KZ636400: 1718.9660194527296\n", - "12:28:40\tCompleted 3215 to KZ151000: 1275.4236938704134\n", - "12:28:40\tCompleted 3216 to KZ634600: 1122.2205411863415\n", - "12:28:40\tCompleted 3199 to KZ352100: 3660.3037323047297\n", - "12:28:40\tCompleted 3209 to KZ196400: 4149.235181505941\n", - "12:28:40\tCompleted 3210 to KZ351800: 2120.782975647176\n", - "12:28:40\tCompleted 3217 to KZ392400: 2837.358299594054\n", - "12:28:40\tCompleted 3212 to KZ396600: 1678.567120531124\n", - "12:28:41\tCompleted 3153 to KZ596000: 559.7948171839107\n", - "12:28:41\tCompleted 3141 to KZ115600: 2809.0890276455407\n", - "12:28:41\tCompleted 3178 to KZ394000: 2536.725976156765212:28:41\tCompleted 3203 to KZ194800: 1184.35132311866\n", - "\n", - "12:28:41\tCompleted 3173 to KZ613600: 1363.5696994823622\n", - "12:28:41\tCompleted 3160 to KZ433600: 2533.902254210023\n", - "12:28:41\tCompleted 3164 to KZ313600: 2567.927966302949\n", - "12:28:41\tCompleted 3190 to KZ356400: 3079.7113775075763\n", - "12:28:41\tCompleted 3188 to KZ194800: 2234.7961096874574\n", - "12:28:41\tCompleted 3211 to KZ315000: 1621.083410761458\n", - "12:28:41\tCompleted 3169 to KZ156800: 1788.0399310388527\n", - "12:28:41\tCompleted 3191 to KZ275400: 5398.828272609355\n", - "12:28:42\tCompleted 3162 to KZ113400: 145.92602244593093\n", - "12:28:42\tCompleted 3177 to KZ634400: 3330.774726823683\n", - "12:28:42\tCompleted 3186 to KZ274800: 2847.8592365287423\n", - "12:28:42\tCompleted 3196 to KZ194600: 810.9802479875523\n", - "12:28:42\tCompleted 3171 to KZ353200: 3847.700549755718\n", - "12:28:42\tCompleted 3216 to KZ634400: 723.5428546055134\n", - "12:28:42\tCompleted 3183 to KZ393400: 1514.7569976356087\n", - "12:28:42\tCompleted 3170 to KZ751810: 3037.5971856136275\n", - "12:28:42\tCompleted 3148 to KZ195800: 1765.3023239312158\n", - "12:28:42\tCompleted 3156 to KZ751510: 1321.977466622918\n", - "12:28:42\tCompleted 3212 to KZ394200: 975.6672042528934\n", - "12:28:42\tCompleted 3217 to KZ615800: 1432.5552259506917\n", - "12:28:42\tCompleted 3185 to KZ616400: 2884.8025349127183\n", - "12:28:43\tCompleted 3189 to KZ634600: 4516.447831233205\n", - "12:28:43\tCompleted 3202 to KZ116800: 2765.1352403973465\n", - "12:28:43\tCompleted 3163 to KZ193200: 1681.5249392845515\n", - "12:28:43\tCompleted 3145 to KZ614800: 1874.271883931398\n", - "12:28:43\tCompleted 3215 to KZ153200: 1279.840277299063\n", - "12:28:43\tCompleted 3153 to KZ596200: 946.7942668550891\n", - "12:28:43\tCompleted 3162 to KZ113600: 421.198751492567\n", - "12:28:43\tCompleted 3159 to KZ395200: 1036.6719203026273\n", - "12:28:43\tCompleted 3165 to KZ315000: 1604.597809276695\n", - "12:28:43\tCompleted 3207 to KZ611600: 3155.415608211922\n", - "12:28:43\tCompleted 3179 to KZ615600: 1273.3569744748727\n", - "12:28:43\tCompleted 3213 to KZ554600: 2445.639601003059\n", - "12:28:43\tCompleted 3144 to KZ395600: 1245.9689510817068\n", - "12:28:43\tCompleted 3211 to KZ314200: 1213.8867675575718\n", - "12:28:43\tCompleted 3196 to KZ194800: 965.9348522441509\n", - "12:28:43\tCompleted 3192 to KZ615400: 2984.844643998833\n", - "12:28:44\tCompleted 3206 to KZ791310: 1915.7851096036609\n", - "12:28:44\tCompleted 3178 to KZ396800: 2668.197776947095\n", - "12:28:44\tCompleted 3180 to KZ614600: 1473.029844341608\n", - "12:28:44\tCompleted 3141 to KZ115200: 2469.8168322487154\n", - "12:28:44\tCompleted 3175 to KZ115200: 1736.4727299242793\n", - "12:28:44\tCompleted 3200 to KZ553600: 3465.0994347772867\n", - "12:28:44\tCompleted 3157 to KZ631000: 1425.1326941612992\n", - "12:28:44\tCompleted 3197 to KZ633800: 2997.5768398242453\n", - "12:28:44\tCompleted 3167 to KZ614400: 1735.680064088378\n", - "12:28:45\tCompleted 3162 to KZ113800: 600.5447761614671\n", - "12:28:45\tCompleted 3205 to KZ392400: 1760.9069541785775\n", - "12:28:45\tCompleted 3216 to KZ313600: 1539.8116970601995\n", - "12:28:45\tCompleted 3164 to KZ314000: 2426.2846021545606\n", - "12:28:45\tCompleted 3153 to KZ596400: 720.5892464548631\n", - "12:28:45\tCompleted 3212 to KZ394400: 1243.0307934569691\n", - "12:28:45\tCompleted 3172 to KZ471800: 3837.510487230355\n", - "12:28:45\tCompleted 3152 to KZ471800: 4679.870248135739\n", - "12:28:45\tCompleted 3203 to KZ195600: 1419.2159339368743\n", - "12:28:45\tCompleted 3215 to KZ153400: 1169.2536197733566\n", - "12:28:45\tCompleted 3184 to KZ395800: 1538.7410399182477\n", - "12:28:45\tCompleted 3217 to KZ396200: 2645.7813855678496\n", - "12:28:45\tCompleted 3199 to KZ352200: 3146.6610625666362\n", - "12:28:45\tCompleted 3210 to KZ393200: 2529.85691558145\n", - "12:28:45\tCompleted 3160 to KZ434000: 3269.1059473751834\n", - "12:28:45\tCompleted 3204 to KZ234200: 2284.6757765288553\n", - "12:28:45\tCompleted 3217 to KZ612600: 1687.6853525716178\n", - "12:28:46\tCompleted 3196 to KZ195600: 1170.8938637774252\n", - "12:28:46\tCompleted 3146 to KZ275000: 3015.7290882884113\n", - "12:28:46\tCompleted 3142 to KZ196000: 3763.669043257601\n", - "12:28:46\tCompleted 3173 to KZ614000: 1491.9823620241011\n", - "12:28:46\tCompleted 3154 to KZ275800: 2939.763183320744\n", - "12:28:46\tCompleted 3190 to KZ352400: 2929.566432627655\n", - "12:28:46\tCompleted 3162 to KZ114500: 467.6667916155047\n", - "12:28:46\tCompleted 3212 to KZ433200: 373.36250559496506\n", - "12:28:46\tCompleted 3169 to KZ193200: 1672.9957979975545\n", - "12:28:46\tCompleted 3178 to KZ394800: 2411.2749046946565\n", - "12:28:46\tCompleted 3159 to KZ391000: 1232.3781848116012\n", - "12:28:47\tCompleted 3166 to KZ474600: 3350.405057248918\n", - "12:28:47\tCompleted 3183 to KZ391600: 1370.6274946510814\n", - "12:28:47\tCompleted 3151 to KZ635000: 3636.4598473375513\n", - "12:28:47\tCompleted 3148 to KZ196000: 1513.7755886638583\n", - "12:28:47\tCompleted 3182 to KZ751810: 3859.98525567507112:28:47\tCompleted 3206 to KZ791510: 1892.904610032008\n", - "\n", - "12:28:47\tCompleted 3209 to KZ196800: 3617.393579264795\n", - "12:28:47\tCompleted 3163 to KZ193400: 1435.4475158937455\n", - "12:28:47\tCompleted 3177 to KZ313600: 2482.0430902885687\n", - "12:28:47\tCompleted 3211 to KZ353200: 1692.2814789127465\n", - "12:28:47\tCompleted 3207 to KZ613600: 3209.610744855732\n", - "12:28:47\tCompleted 3185 to KZ615600: 2469.1112371898425\n", - "12:28:47\tCompleted 3176 to KZ191000: 3722.500340928305\n", - "12:28:47\tCompleted 3192 to KZ615200: 2800.428212703286\n", - "12:28:47\tCompleted 3172 to KZ593200: 954.9610029994117\n", - "12:28:47\tCompleted 3165 to KZ314200: 1488.8032066054352\n", - "12:28:47\tCompleted 3179 to KZ615800: 1287.7365938024036\n", - "12:28:47\tCompleted 3212 to KZ431900: 158.85125133943572\n", - "12:28:48\tCompleted 3162 to KZ114000: 414.6061454093272\n", - "12:28:48\tCompleted 3216 to KZ314000: 1398.1683329118132\n", - "12:28:48\tCompleted 3196 to KZ195800: 1233.042591057396\n", - "12:28:48\tCompleted 3164 to KZ314800: 1866.2844896042716\n", - "12:28:48\tCompleted 3153 to KZ594600: 926.0680979823611\n", - "12:28:48\tCompleted 3160 to KZ471000: 1960.1087175011191\n", - "12:28:48\tCompleted 3171 to KZ353600: 4575.001750015679\n", - "12:28:48\tCompleted 3188 to KZ195600: 2386.0373432984406\n", - "12:28:48\tCompleted 3217 to KZ616000: 1397.4505811966417\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:28:48\tCompleted 3145 to KZ615400: 1765.1757661043337\n", - "12:28:48\tCompleted 3215 to KZ153600: 1461.6573806308356\n", - "12:28:48\tCompleted 3191 to KZ273600: 4566.787531591822\n", - "12:28:48\tCompleted 3175 to KZ115400: 1719.3319664483763\n", - "12:28:48\tCompleted 3141 to KZ115400: 2498.043950898423\n", - "12:28:48\tCompleted 3170 to KZ751910: 3058.7381019640347\n", - "12:28:48\tCompleted 3152 to KZ593200: 1797.3207639047603\n", - "12:28:48\tCompleted 3180 to KZ614800: 1712.7398495992786\n", - "12:28:48\tCompleted 3202 to KZ111810: 2804.6660414438375\n", - "12:28:49\tCompleted 3165 to KZ353200: 89.46279980800034\n", - "12:28:49\tCompleted 3203 to KZ195800: 1283.521534286845\n", - "12:28:49\tCompleted 3212 to KZ434600: 196.75077558964114\n", - "12:28:49\tCompleted 3199 to KZ352300: 2435.8461434106744\n", - "12:28:49\tCompleted 3144 to KZ395800: 1548.3530264881795\n", - "12:28:49\tCompleted 3196 to KZ196000: 428.2969923334137\n", - "12:28:49\tCompleted 3162 to KZ117000: 337.2384888559311\n", - "12:28:49\tCompleted 3178 to KZ395000: 2730.18622949295\n", - "12:28:49\tCompleted 3216 to KZ314800: 838.1682203615076\n", - "12:28:49\tCompleted 3153 to KZ711110: 174.30039156806765\n", - "12:28:49\tCompleted 3200 to KZ552200: 3356.6314927555736\n", - "12:28:49\tCompleted 3156 to KZ231000: 3143.418025210082\n", - "12:28:49\tCompleted 3167 to KZ614600: 1422.6245842495407\n", - "12:28:49\tCompleted 3186 to KZ275800: 2317.442060517164\n", - "12:28:50\tCompleted 3160 to KZ473600: 1493.6986088195565\n", - "12:28:50\tCompleted 3175 to KZ151000: 256.1505843422867\n", - "12:28:50\tCompleted 3190 to KZ356000: 2271.1967622930533\n", - "12:28:50\tCompleted 3217 to KZ396600: 2653.700226359039\n", - "12:28:50\tCompleted 3159 to KZ395400: 1275.74207973691512:28:50\tCompleted 3184 to KZ392400: 1448.7671202910144\n", - "\n", - "12:28:50\tCompleted 3141 to KZ151000: 861.791623404425\n", - "12:28:50\tCompleted 3212 to KZ434400: 230.93264208786178\n", - "12:28:50\tCompleted 3172 to KZ595800: 1058.880613039789\n", - "12:28:50\tCompleted 3210 to KZ393400: 2537.959181890190412:28:50\tCompleted 3157 to KZ634600: 1825.9421714330217\n", - "\n", - "12:28:50\tCompleted 3206 to KZ791710: 1891.1284297149753\n", - "12:28:50\tCompleted 3205 to KZ396200: 1569.3300401523593\n", - "12:28:50\tCompleted 3196 to KZ191000: 634.245970736847\n", - "12:28:50\tCompleted 3215 to KZ154000: 1213.2339534558632\n", - "12:28:50\tCompleted 3153 to KZ711410: 200.4128916515794\n", - "12:28:50\tCompleted 3162 to KZ114400: 463.4783289645305\n", - "12:28:51\tCompleted 3189 to KZ634400: 4038.165794145068\n", - "12:28:51\tCompleted 3163 to KZ193600: 1269.6509614072725\n", - "12:28:51\tCompleted 3185 to KZ615800: 1853.2865820875345\n", - "12:28:51\tCompleted 3169 to KZ193400: 1470.6607193293419\n", - "12:28:51\tCompleted 3175 to KZ153200: 193.06458871042994\n", - "12:28:51\tCompleted 3179 to KZ612600: 1117.8514426074496\n", - "12:28:51\tCompleted 3207 to KZ614000: 3254.969583528305\n", - "12:28:51\tCompleted 3148 to KZ191000: 1413.9206048225599\n", - "12:28:51\tCompleted 3213 to KZ555600: 2842.3544037030997\n", - "12:28:51\tCompleted 3165 to KZ353600: 875.8162908477802\n", - "12:28:51\tCompleted 3212 to KZ431000: 519.3363430545172\n", - "12:28:51\tCompleted 3216 to KZ315400: 1060.834677284985\n", - "12:28:51\tCompleted 3203 to KZ196000: 1048.8809765951355\n", - "12:28:51\tCompleted 3164 to KZ315400: 2088.9509465277474\n", - "12:28:51\tCompleted 3217 to KZ613800: 1773.0643565290213\n", - "12:28:52\tCompleted 3160 to KZ474200: 1987.758112544666\n", - "12:28:52\tCompleted 3153 to KZ711210: 201.5746530784778\n", - "12:28:52\tCompleted 3152 to KZ595800: 1901.2403739451374\n", - "12:28:52\tCompleted 3173 to KZ613900: 1768.734061165295\n", - "12:28:52\tCompleted 3141 to KZ153200: 894.2664537534297\n", - "12:28:52\tCompleted 3183 to KZ393600: 1522.4862364973676\n", - "12:28:52\tCompleted 3162 to KZ114600: 571.8774213519603\n", - "12:28:52\tCompleted 3178 to KZ395200: 2808.3869622275206\n", - "12:28:52\tCompleted 3196 to KZ196200: 990.4639009987294\n", - "12:28:52\tCompleted 3142 to KZ191000: 3455.279890364583\n", - "12:28:52\tCompleted 3204 to KZ234600: 2399.8460749669316\n", - "12:28:52\tCompleted 3209 to KZ191600: 3643.1915553248796\n", - "12:28:52\tCompleted 3145 to KZ615200: 1544.658620888341\n", - "12:28:52\tCompleted 3177 to KZ314000: 2264.4768256448824\n", - "12:28:52\tCompleted 3172 to KZ593400: 868.2678756876487\n", - "12:28:53\tCompleted 3197 to KZ634000: 3244.7796377212676\n", - "12:28:53\tCompleted 3144 to KZ392400: 1274.5399525145197\n", - "12:28:53\tCompleted 3212 to KZ435200: 610.1481364445796\n", - "12:28:53\tCompleted 3171 to KZ351600: 4204.407353982857\n", - "12:28:53\tCompleted 3154 to KZ276000: 3355.594209075779\n", - "12:28:53\tCompleted 3165 to KZ351600: 530.8452111010255\n", - "12:28:53\tCompleted 3153 to KZ711310: 213.43201253440964\n", - "12:28:53\tCompleted 3175 to KZ153400: 886.5052469081354\n", - "12:28:53\tCompleted 3182 to KZ751910: 3881.1261720254784\n", - "12:28:53\tCompleted 3192 to KZ616400: 3502.0497648987002\n", - "12:28:53\tCompleted 3151 to KZ632200: 2986.1401661038676\n", - "12:28:53\tCompleted 3202 to KZ116600: 2619.4643378488818\n", - "12:28:53\tCompleted 3180 to KZ615400: 1709.14547468077\n", - "12:28:53\tCompleted 3211 to KZ353600: 2375.1531193525175\n", - "12:28:53\tCompleted 3146 to KZ274800: 3540.6168960999044\n", - "12:28:53\tCompleted 3215 to KZ154200: 1515.8699924251844\n", - "12:28:53\tCompleted 3199 to KZ352800: 3147.344905707734\n", - "12:28:54\tCompleted 3203 to KZ191000: 924.2001181487867\n", - "12:28:54\tCompleted 3216 to KZ315600: 1334.300294963203\n", - "12:28:54\tCompleted 3196 to KZ192600: 674.8454653635147\n", - "12:28:54\tCompleted 3160 to KZ474600: 1664.9335517265954\n", - "12:28:54\tCompleted 3212 to KZ434800: 531.7143721678542\n", - "12:28:54\tCompleted 3206 to KZ611600: 2147.9889649900974\n", - "12:28:54\tCompleted 3159 to KZ392000: 1392.6657748171542\n", - "12:28:54\tCompleted 3165 to KZ354000: 140.0669159101779\n", - "12:28:54\tCompleted 3166 to KZ475000: 3720.7340839986955\n", - "12:28:54\tCompleted 3184 to KZ396200: 1404.4308087038035\n", - "12:28:54\tCompleted 3141 to KZ153400: 1500.2019026640876\n", - "12:28:54\tCompleted 3200 to KZ554600: 3412.821831328266\n", - "12:28:54\tCompleted 3188 to KZ195800: 2250.3429436484053\n", - "12:28:54\tCompleted 3157 to KZ634400: 1405.580184538597\n", - "12:28:54\tCompleted 3175 to KZ153600: 467.16960651001\n", - "12:28:54\tCompleted 3191 to KZ276600: 4648.612778290786\n", - "12:28:55\tCompleted 3178 to KZ391000: 2619.9534734356525\n", - "12:28:55\tCompleted 3169 to KZ193600: 1261.121820120275712:28:55\tCompleted 3210 to KZ391600: 2472.551145798706\n", - "\n", - "12:28:55\tCompleted 3176 to KZ196200: 3488.09316813699\n", - "12:28:55\tCompleted 3185 to KZ612600: 2108.416708708455\n", - "12:28:55\tCompleted 3190 to KZ354400: 3058.5020850472547\n", - "12:28:55\tCompleted 3170 to KZ751510: 3047.254039863119\n", - "12:28:55\tCompleted 3163 to KZ194000: 1463.6791418388652\n", - "12:28:55\tCompleted 3205 to KZ396600: 1577.2488809435586\n", - "12:28:55\tCompleted 3179 to KZ616000: 1302.518450079078\n", - "12:28:55\tCompleted 3217 to KZ394200: 3102.6106051127786\n", - "12:28:55\tCompleted 3148 to KZ196200: 1409.2867536357564\n", - "12:28:55\tCompleted 3152 to KZ593400: 1662.0510609727432\n", - "12:28:55\tCompleted 3164 to KZ315600: 2362.4165642059597\n", - "12:28:55\tCompleted 3165 to KZ351000: 74.0416305603425812:28:55\tCompleted 3212 to KZ433600: 347.3579003177032\n", - "\n", - "12:28:55\tCompleted 3162 to KZ114800: 930.1129507052754\n", - "12:28:55\tCompleted 3153 to KZ555200: 844.774360786713\n", - "12:28:56\tCompleted 3167 to KZ614800: 1803.9370463362093\n", - "12:28:56\tCompleted 3196 to KZ196600: 1098.7628069658379\n", - "12:28:56\tCompleted 3207 to KZ613900: 3491.889580698032\n", - "12:28:56\tCompleted 3173 to KZ612000: 1288.9912619892575\n", - "12:28:56\tCompleted 3215 to KZ156000: 1089.1192247933927\n", - "12:28:56\tCompleted 3172 to KZ594200: 1048.1256247511603\n", - "12:28:56\tCompleted 3175 to KZ154000: 366.2310063299971\n", - "12:28:56\tCompleted 3144 to KZ396200: 1082.9630384883017\n", - "12:28:56\tCompleted 3203 to KZ196200: 927.5059639913858\n", - "12:28:56\tCompleted 3141 to KZ153600: 1159.5236757549483\n", - "12:28:56\tCompleted 3156 to KZ234000: 3352.02850257777\n", - "12:28:56\tCompleted 3160 to KZ475000: 2035.262578476396\n", - "12:28:57\tCompleted 3189 to KZ313600: 3189.4341576099505\n", - "12:28:57\tCompleted 3170 to KZ231000: 822.5326704476862\n", - "12:28:57\tCompleted 3216 to KZ316000: 1659.4013150677558\n", - "12:28:57\tCompleted 3165 to KZ352000: 402.0099998978388\n", - "12:28:57\tCompleted 3162 to KZ111010: 467.465075135324\n", - "12:28:57\tCompleted 3175 to KZ154200: 289.07556355993887\n", - "12:28:57\tCompleted 3186 to KZ276000: 2733.273086272199\n", - "12:28:57\tCompleted 3212 to KZ434000: 1082.5615934829066\n", - "12:28:57\tCompleted 3178 to KZ395400: 2658.329857634311\n", - "12:28:57\tCompleted 3180 to KZ615200: 1524.7290433852195\n", - "12:28:57\tCompleted 3153 to KZ551600: 578.2076388011669\n", - "12:28:57\tCompleted 3204 to KZ234800: 1533.5474508024658\n", - "12:28:57\tCompleted 3171 to KZ354000: 3802.519655212347\n", - "12:28:57\tCompleted 3213 to KZ551000: 2438.555723351638\n", - "12:28:57\tCompleted 3206 to KZ613600: 2001.6164127521772\n", - "12:28:58\tCompleted 3159 to KZ395600: 1269.8191241082307\n", - "12:28:58\tCompleted 3202 to KZ115600: 2622.5111878016314\n", - "12:28:58\tCompleted 3209 to KZ195200: 3580.956578459612\n", - "12:28:58\tCompleted 3196 to KZ194200: 1206.4587650960423\n", - "12:28:58\tCompleted 3192 to KZ615600: 3112.4901991228157\n", - "12:28:58\tCompleted 3217 to KZ273200: 4474.563301829603\n", - "12:28:58\tCompleted 3211 to KZ351600: 1955.291166640502812:28:58\tCompleted 3203 to KZ192600: 979.5559622476608\n", - "\n", - "12:28:58\tCompleted 3190 to KZ351800: 2293.183636190458\n", - "12:28:58\tCompleted 3184 to KZ396600: 1412.3496494950027\n", - "12:28:58\tCompleted 3141 to KZ154000: 974.3613851726719\n", - "12:28:58\tCompleted 3177 to KZ314800: 2763.764130519308312:28:58\tCompleted 3162 to KZ116000: 436.2961562580635\n", - "\n", - "12:28:58\tCompleted 3215 to KZ154600: 1387.2566555385245\n", - "12:28:58\tCompleted 3175 to KZ156000: 435.3665480984124\n", - "12:28:58\tCompleted 3185 to KZ616000: 1818.1819373334845\n", - "12:28:59\tCompleted 3152 to KZ594200: 1890.4853856565087\n", - "12:28:59\tCompleted 3199 to KZ356400: 3247.75866103864\n", - "12:28:59\tCompleted 3165 to KZ354800: 622.8978692009678\n", - "12:28:59\tCompleted 3172 to KZ596600: 1149.0111423279254\n", - "12:28:59\tCompleted 3216 to KZ316600: 1208.208776026557\n", - "12:28:59\tCompleted 3144 to KZ396600: 1090.8818792795007\n", - "12:28:59\tCompleted 3170 to KZ234000: 1031.1431478153459\n", - "12:28:59\tCompleted 3160 to KZ475200: 2046.1055392604442\n", - "12:28:59\tCompleted 3145 to KZ616400: 2386.4784667892727\n", - "12:28:59\tCompleted 3183 to KZ396400: 1743.897883170749\n", - "12:28:59\tCompleted 3210 to KZ393600: 2510.42113868644212:28:59\tCompleted 3169 to KZ194000: 1455.1500005518685\n", - "\n", - "12:28:59\tCompleted 3182 to KZ751510: 3869.6421099245626\n", - "12:28:59\tCompleted 3153 to KZ553200: 697.1556322078743\n", - "12:28:59\tCompleted 3207 to KZ612000: 2997.761221363795\n", - "12:28:59\tCompleted 3148 to KZ192600: 1469.276448921434\n", - "12:28:59\tCompleted 3179 to KZ613800: 1526.0234805853252\n", - "12:28:59\tCompleted 3178 to KZ392000: 2455.2357316808598\n", - "12:29:00\tCompleted 3142 to KZ196200: 3220.872717573268\n", - "12:29:00\tCompleted 3196 to KZ751210: 951.753270368177\n", - "12:29:00\tCompleted 3163 to KZ196400: 1673.5308904831634\n", - "12:29:00\tCompleted 3141 to KZ154200: 604.1948629313007\n", - "12:29:00\tCompleted 3157 to KZ313600: 1725.2040174452457\n", - "12:29:00\tCompleted 3175 to KZ154600: 348.251670164546\n", - "12:29:00\tCompleted 3154 to KZ276200: 3074.9804223418746\n", - "12:29:00\tCompleted 3200 to KZ555600: 3976.8526818220935\n", - "12:29:00\tCompleted 3162 to KZ116400: 558.6975040175827\n", - "12:29:00\tCompleted 3164 to KZ316000: 2687.5175843104935\n", - "12:29:00\tCompleted 3205 to KZ394200: 2024.7853759139855\n", - "12:29:00\tCompleted 3165 to KZ355200: 548.8282603766315\n", - "12:29:00\tCompleted 3197 to KZ635400: 3753.0155512929455\n", - "12:29:00\tCompleted 3151 to KZ635200: 3902.064895130565\n", - "12:29:00\tCompleted 3188 to KZ196000: 2099.325763163929\n", - "12:29:00\tCompleted 3146 to KZ275800: 3010.199720088326\n", - "12:29:01\tCompleted 3191 to KZ275000: 4524.927538965056\n", - "12:29:01\tCompleted 3182 to KZ231000: 288.4571415305274\n", - "12:29:01\tCompleted 3217 to KZ394400: 3182.4978162475327\n", - "12:29:01\tCompleted 3215 to KZ154800: 1222.2639665509234\n", - "12:29:01\tCompleted 3153 to KZ553600: 419.4807377640366312:29:01\tCompleted 3167 to KZ615400: 1694.840928509145\n", - "\n", - "12:29:01\tCompleted 3206 to KZ614000: 1948.4763658378552\n", - "12:29:01\tCompleted 3160 to KZ471800: 1875.7153190997026\n", - "12:29:01\tCompleted 3173 to KZ614400: 1695.266860605098\n", - "12:29:01\tCompleted 3175 to KZ154800: 370.99644880624766\n", - "12:29:01\tCompleted 3196 to KZ751110: 945.354994704888\n", - "12:29:01\tCompleted 3166 to KZ475200: 3731.577044782745\n", - "12:29:01\tCompleted 3141 to KZ156000: 1046.972053254618\n", - "12:29:01\tCompleted 3162 to KZ116800: 346.29865032555705\n", - "12:29:01\tCompleted 3165 to KZ355600: 269.4721144986673\n", - "12:29:01\tCompleted 3190 to KZ393200: 2081.4222443100853\n", - "12:29:02\tCompleted 3202 to KZ115200: 2228.011993701618\n", - "12:29:02\tCompleted 3203 to KZ196600: 1246.5726158666785\n", - "12:29:02\tCompleted 3211 to KZ354000: 1788.4408295001317\n", - "12:29:02\tCompleted 3189 to KZ314000: 2971.8678929662606\n", - "12:29:02\tCompleted 3170 to KZ234200: 1482.088854336324\n", - "12:29:02\tCompleted 3182 to KZ234000: 207.9266506290833\n", - "12:29:02\tCompleted 3171 to KZ351000: 3766.5560220117604\n", - "12:29:02\tCompleted 3216 to KZ316200: 1691.6166171600466\n", - "12:29:02\tCompleted 3204 to KZ235200: 1581.1872981658669\n", - "12:29:02\tCompleted 3152 to KZ596600: 1991.370903233274\n", - "12:29:02\tCompleted 3212 to KZ471000: 1959.9324920092604\n", - "12:29:02\tCompleted 3172 to KZ595000: 983.4511610156268\n", - "12:29:02\tCompleted 3192 to KZ615800: 2879.666542404727\n", - "12:29:02\tCompleted 3178 to KZ395600: 2768.8019376617995\n", - "12:29:02\tCompleted 3184 to KZ394200: 1393.6018517822945\n", - "12:29:02\tCompleted 3176 to KZ192600: 3761.444095956999\n", - "12:29:03\tCompleted 3162 to KZ111810: 368.16274334868564\n", - "12:29:03\tCompleted 3153 to KZ552200: 539.6906884211204\n", - "12:29:03\tCompleted 3175 to KZ155200: 308.67818567103274\n", - "12:29:03\tCompleted 3185 to KZ613800: 2193.79571266585\n", - "12:29:03\tCompleted 3196 to KZ751310: 951.8402760791266\n", - "12:29:03\tCompleted 3159 to KZ395800: 1572.2031995147036\n", - "12:29:03\tCompleted 3163 to KZ196800: 1273.949878741514\n", - "12:29:03\tCompleted 3199 to KZ352400: 3097.6137161587117\n", - "12:29:03\tCompleted 3141 to KZ154600: 866.4467193788549\n", - "12:29:03\tCompleted 3180 to KZ616400: 2226.3505955806227\n", - "12:29:03\tCompleted 3144 to KZ394200: 1539.7922580332593\n", - "12:29:04\tCompleted 3203 to KZ194200: 748.5223580392144\n", - "12:29:04\tCompleted 3186 to KZ276200: 2452.659299538295\n", - "12:29:04\tCompleted 3207 to KZ614400: 3420.090904685879\n", - "12:29:04\tCompleted 3164 to KZ316600: 2236.325045269319\n", - "12:29:04\tCompleted 3145 to KZ615600: 1584.7869706542494\n", - "12:29:04\tCompleted 3182 to KZ234200: 801.487754379804512:29:04\tCompleted 3165 to KZ352100: 754.1239713363119\n", - "\n", - "12:29:04\tCompleted 3209 to KZ195000: 4032.586682000256\n", - "12:29:04\tCompleted 3217 to KZ274400: 4411.691989316347\n", - "12:29:04\tCompleted 3157 to KZ314000: 1583.5606532968593\n", - "12:29:04\tCompleted 3177 to KZ315400: 2451.0030118393565\n", - "12:29:04\tCompleted 3213 to KZ556000: 2486.6771055596514\n", - "12:29:04\tCompleted 3215 to KZ155200: 1649.202629452701\n", - "12:29:04\tCompleted 3169 to KZ196400: 1665.0017491961667\n", - "12:29:04\tCompleted 3210 to KZ396400: 2731.8327853598\n", - "12:29:04\tCompleted 3216 to KZ311000: 1297.0309872906262\n", - "12:29:04\tCompleted 3148 to KZ196600: 1728.3534055110492\n", - "12:29:04\tCompleted 3190 to KZ393400: 1929.9563554515967\n", - "12:29:05\tCompleted 3160 to KZ593200: 2934.3691519076906\n", - "12:29:05\tCompleted 3196 to KZ751410: 958.8502221840231\n", - "12:29:05\tCompleted 3153 to KZ554600: 696.4718090422062\n", - "12:29:05\tCompleted 3175 to KZ156400: 1119.768098584792\n", - "12:29:05\tCompleted 3165 to KZ352200: 46.84814005151035\n", - "12:29:05\tCompleted 3141 to KZ154800: 1190.5787360770705\n", - "12:29:05\tCompleted 3206 to KZ613900: 2226.3996378542984\n", - "12:29:05\tCompleted 3183 to KZ394000: 1975.8327325365756\n", - "12:29:05\tCompleted 3156 to KZ234200: 3802.9742090987056\n", - "12:29:05\tCompleted 3200 to KZ551000: 3431.724087605942\n", - "12:29:05\tCompleted 3170 to KZ234600: 1597.259152774405\n", - "12:29:05\tCompleted 3178 to KZ395800: 3023.9600494305346\n", - "12:29:05\tCompleted 3152 to KZ595000: 1825.810921920975\n", - "12:29:05\tCompleted 3203 to KZ751210: 846.7405373476898\n", - "12:29:05\tCompleted 3173 to KZ614600: 1382.2113807662606\n", - "12:29:05\tCompleted 3182 to KZ234600: 916.6580528178852\n", - "12:29:06\tCompleted 3212 to KZ473600: 1540.9577259862763\n", - "12:29:06\tCompleted 3142 to KZ192600: 3494.223645393277\n", - "12:29:06\tCompleted 3162 to KZ116600: 1167.0995251644358\n", - "12:29:06\tCompleted 3202 to KZ115400: 2210.8712302257295\n", - "12:29:06\tCompleted 3175 to KZ155600: 60.648059349121965\n", - "12:29:06\tCompleted 3167 to KZ615200: 1474.3237832931522\n", - "12:29:06\tCompleted 3188 to KZ191000: 1974.6449047175845\n", - "12:29:06\tCompleted 3217 to KZ433200: 2951.232446458072\n", - "12:29:06\tCompleted 3172 to KZ593600: 1097.9997652999202\n", - "12:29:06\tCompleted 3154 to KZ271000: 3092.6733777560903\n", - "12:29:06\tCompleted 3192 to KZ612600: 2589.0465535192416\n", - "12:29:06\tCompleted 3159 to KZ392400: 1298.3901255410435\n", - "12:29:06\tCompleted 3205 to KZ394400: 2106.0464708320783\n", - "12:29:06\tCompleted 3199 to KZ356000: 2439.244045824117\n", - "12:29:06\tCompleted 3211 to KZ351000: 1722.415544150296\n", - "12:29:06\tCompleted 3204 to KZ235600: 1676.2250641862947\n", - "12:29:06\tCompleted 3141 to KZ155200: 677.6391704498043\n", - "12:29:06\tCompleted 3196 to KZ751710: 990.8862918441667\n", - "12:29:06\tCompleted 3163 to KZ191600: 1325.9392848075227\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:29:07\tCompleted 3215 to KZ156400: 1228.4926290918604\n", - "12:29:07\tCompleted 3179 to KZ273200: 3134.544227416183\n", - "12:29:07\tCompleted 3170 to KZ234800: 730.9605286099379\n", - "12:29:07\tCompleted 3182 to KZ234800: 513.1659468423549\n", - "12:29:07\tCompleted 3216 to KZ315000: 1414.239803524259\n", - "12:29:07\tCompleted 3165 to KZ352300: 789.8008908099747\n", - "12:29:07\tCompleted 3171 to KZ352000: 3582.8341343379952\n", - "12:29:07\tCompleted 3162 to KZ115600: 532.2350915522403\n", - "12:29:07\tCompleted 3189 to KZ314800: 3471.15519784069\n", - "12:29:07\tCompleted 3151 to KZ632400: 3694.72193232419\n", - "12:29:07\tCompleted 3148 to KZ194200: 1230.303147683584\n", - "12:29:08\tCompleted 3153 to KZ555600: 973.0134627607266\n", - "12:29:08\tCompleted 3207 to KZ614600: 3145.198602270473\n", - "12:29:08\tCompleted 3157 to KZ314800: 1283.679649589203\n", - "12:29:08\tCompleted 3190 to KZ391600: 2189.1525987021705\n", - "12:29:08\tCompleted 3203 to KZ751110: 854.3459195043687\n", - "12:29:08\tCompleted 3202 to KZ151000: 747.6898481196439\n", - "12:29:08\tCompleted 3184 to KZ394400: 1755.1069148667984\n", - "12:29:08\tCompleted 3178 to KZ392400: 2554.436359360601\n", - "12:29:08\tCompleted 3191 to KZ274800: 5049.8153467766\n", - "12:29:08\tCompleted 3197 to KZ635000: 3280.3487613813154\n", - "12:29:08\tCompleted 3146 to KZ276000: 3426.0307458433613\n", - "12:29:08\tCompleted 3175 to KZ156800: 934.7651680283072\n", - "12:29:08\tCompleted 3182 to KZ235200: 488.72408107059755\n", - "12:29:08\tCompleted 3164 to KZ316200: 2719.7328864027804\n", - "12:29:08\tCompleted 3180 to KZ615600: 1836.7910298047289\n", - "12:29:08\tCompleted 3169 to KZ196800: 1265.4207374545174\n", - "12:29:08\tCompleted 3165 to KZ352800: 6.242640687119285\n", - "12:29:08\tCompleted 3145 to KZ615800: 1599.1665899817813\n", - "12:29:08\tCompleted 3196 to KZ751810: 954.5976353920073\n", - "12:29:08\tCompleted 3166 to KZ471800: 3561.1868246220192\n", - "12:29:09\tCompleted 3170 to KZ235200: 778.6003759733354\n", - "12:29:09\tCompleted 3160 to KZ595800: 3264.2478638306193\n", - "12:29:09\tCompleted 3206 to KZ612000: 2095.111098882766\n", - "12:29:09\tCompleted 3152 to KZ593600: 1940.3595262052688\n", - "12:29:09\tCompleted 3172 to KZ595200: 1095.4498983571561\n", - "12:29:09\tCompleted 3159 to KZ396200: 1106.8132115148255\n", - "12:29:09\tCompleted 3144 to KZ394400: 1619.6794691680216\n", - "12:29:09\tCompleted 3176 to KZ196600: 3807.1598200122703\n", - "12:29:09\tCompleted 3182 to KZ235600: 155.65001794687504\n", - "12:29:09\tCompleted 3211 to KZ352000: 1333.717946995619512:29:09\tCompleted 3162 to KZ115200: 725.7172060385027\n", - "\n", - "12:29:09\tCompleted 3202 to KZ153200: 684.6038524877871\n", - "12:29:09\tCompleted 3153 to KZ551000: 614.7832832715028\n", - "12:29:09\tCompleted 3141 to KZ156400: 1939.3503858556087\n", - "12:29:09\tCompleted 3210 to KZ394000: 2963.767634725621\n", - "12:29:10\tCompleted 3215 to KZ155600: 1401.1725031307922\n", - "12:29:10\tCompleted 3185 to KZ273200: 4282.02940863097212:29:10\tCompleted 3203 to KZ751310: 855.86063813013\n", - "\n", - "12:29:10\tCompleted 3165 to KZ356400: 353.6280193348155\n", - "12:29:10\tCompleted 3216 to KZ314200: 1298.4452008529993\n", - "12:29:10\tCompleted 3196 to KZ751910: 936.7226508523406\n", - "12:29:10\tCompleted 3186 to KZ271000: 2470.3522549525105\n", - "12:29:10\tCompleted 3163 to KZ195200: 1346.9936138848193\n", - "12:29:10\tCompleted 3209 to KZ194400: 3850.371608541311\n", - "12:29:10\tCompleted 3166 to KZ593200: 678.63734039105\n", - "12:29:10\tCompleted 3217 to KZ275400: 5086.880421273397\n", - "12:29:11\tCompleted 3190 to KZ393600: 1894.369365759753\n", - "12:29:11\tCompleted 3204 to KZ233600: 1644.1700205358584\n", - "12:29:11\tCompleted 3212 to KZ474200: 1987.5818870528071\n", - "12:29:11\tCompleted 3183 to KZ396800: 1721.9251900969791\n", - "12:29:11\tCompleted 3157 to KZ315400: 1246.226997670031\n", - "12:29:11\tCompleted 3170 to KZ235600: 873.6381419937635\n", - "12:29:11\tCompleted 3148 to KZ751210: 1328.52132699206\n", - "12:29:11\tCompleted 3217 to KZ431900: 2432.1886135628683\n", - "12:29:11\tCompleted 3200 to KZ556000: 3479.8454698139553\n", - "12:29:11\tCompleted 3213 to KZ556800: 2687.365030431589\n", - "12:29:11\tCompleted 3178 to KZ396200: 2994.4652818703166\n", - "12:29:11\tCompleted 3165 to KZ352400: 110.34366876077081\n", - "12:29:11\tCompleted 3192 to KZ616000: 2906.805758137338\n", - "12:29:11\tCompleted 3182 to KZ233600: 743.1607116867601\n", - "12:29:11\tCompleted 3188 to KZ196200: 1894.3273733529559\n", - "12:29:11\tCompleted 3215 to KZ156800: 903.1523473513741\n", - "12:29:11\tCompleted 3177 to KZ315600: 2970.444524660001\n", - "12:29:11\tCompleted 3199 to KZ354400: 3226.5493685783185\n", - "12:29:11\tCompleted 3141 to KZ155600: 922.343585853925\n", - "12:29:12\tCompleted 3153 to KZ556000: 662.90466547952\n", - "12:29:12\tCompleted 3203 to KZ751410: 871.5282572208899\n", - "12:29:12\tCompleted 3142 to KZ196600: 3539.9393694485484\n", - "12:29:12\tCompleted 3162 to KZ115400: 946.2899779041597\n", - "12:29:12\tCompleted 3196 to KZ751510: 937.2839268930225\n", - "12:29:12\tCompleted 3164 to KZ311000: 2325.147256533375\n", - "12:29:12\tCompleted 3159 to KZ396600: 1114.7320523060246\n", - "12:29:12\tCompleted 3145 to KZ612600: 1429.281438786824812:29:12\tCompleted 3172 to KZ591000: 985.6656271096941\n", - "\n", - "12:29:12\tCompleted 3205 to KZ433200: 2459.4399721225036\n", - "12:29:12\tCompleted 3169 to KZ191600: 1317.410143520526\n", - "12:29:12\tCompleted 3167 to KZ616400: 2316.1436291940845\n", - "12:29:12\tCompleted 3202 to KZ153400: 1378.0445106854927\n", - "12:29:12\tCompleted 3207 to KZ614800: 3384.9086075281534\n", - "12:29:12\tCompleted 3180 to KZ615800: 1603.9673730866632\n", - "12:29:13\tCompleted 3173 to KZ614800: 1763.5238428529292\n", - "12:29:13\tCompleted 3166 to KZ595800: 782.5569504314271\n", - "12:29:13\tCompleted 3189 to KZ315400: 3158.3940791607383\n", - "12:29:13\tCompleted 3170 to KZ233600: 879.4001307938796\n", - "12:29:13\tCompleted 3206 to KZ614400: 2152.9324372940946\n", - "12:29:13\tCompleted 3156 to KZ234600: 3918.14450753676\n", - "12:29:13\tCompleted 3154 to KZ274000: 3756.3610676952967\n", - "12:29:13\tCompleted 3190 to KZ396400: 1728.204243672537\n", - "12:29:13\tCompleted 3216 to KZ353200: 1625.6885674132718\n", - "12:29:14\tCompleted 3163 to KZ195000: 1275.534122710224\n", - "12:29:14\tCompleted 3184 to KZ433200: 1828.2564479908085\n", - "12:29:14\tCompleted 3203 to KZ751710: 907.2442110511507\n", - "12:29:14\tCompleted 3171 to KZ354800: 4290.179035627868\n", - "12:29:14\tCompleted 3179 to KZ274400: 3071.6729149028947\n", - "12:29:14\tCompleted 3165 to KZ356000: 950.8972780332497\n", - "12:29:14\tCompleted 3202 to KZ153600: 449.66349188488255\n", - "12:29:14\tCompleted 3178 to KZ396600: 2906.170414017776\n", - "12:29:14\tCompleted 3148 to KZ751110: 1336.1267091487393\n", - "12:29:14\tCompleted 3166 to KZ593400: 591.9442130792869\n", - "12:29:14\tCompleted 3151 to KZ632800: 3444.9488068194128\n", - "12:29:14\tCompleted 3157 to KZ315600: 1372.6760665678794\n", - "12:29:14\tCompleted 3199 to KZ351800: 2461.230919721522\n", - "12:29:14\tCompleted 3153 to KZ556800: 863.592590351462\n", - "12:29:15\tCompleted 3197 to KZ632200: 2630.0290801476317\n", - "12:29:15\tCompleted 3217 to KZ434600: 2465.853183989246\n", - "12:29:15\tCompleted 3211 to KZ354800: 2271.2717827909173\n", - "12:29:15\tCompleted 3212 to KZ474600: 1664.7573262347366\n", - "12:29:15\tCompleted 3191 to KZ275800: 4519.398170764957\n", - "12:29:15\tCompleted 3160 to KZ593400: 3404.6870846475604\n", - "12:29:15\tCompleted 3146 to KZ276200: 3145.416959109457\n", - "12:29:15\tCompleted 3176 to KZ194200: 3435.2508818345545\n", - "12:29:16\tCompleted 3203 to KZ751810: 861.1032788172494\n", - "12:29:16\tCompleted 3144 to KZ433200: 2263.153244476891\n", - "12:29:16\tCompleted 3209 to KZ194600: 3860.888574545808\n", - "12:29:16\tCompleted 3180 to KZ612600: 1313.3473842011526\n", - "12:29:16\tCompleted 3164 to KZ315000: 2442.356072767016\n", - "12:29:16\tCompleted 3202 to KZ154000: 857.7702701073543\n", - "12:29:16\tCompleted 3206 to KZ614600: 1942.5840647626706\n", - "12:29:16\tCompleted 3192 to KZ613800: 3055.059891156222\n", - "12:29:16\tCompleted 3172 to KZ595600: 1219.5532136316162\n", - "12:29:16\tCompleted 3219 to KZ151000: 3461.780604528521\n", - "12:29:16\tCompleted 3200 to KZ556800: 3680.5333946858927\n", - "12:29:16\tCompleted 3165 to KZ354400: 743.3813998560983\n", - "12:29:16\tCompleted 3175 to KZ193200: 3824.562681603992\n", - "12:29:16\tCompleted 3169 to KZ195200: 1338.4644725978226\n", - "12:29:16\tCompleted 3177 to KZ316000: 2144.205446796517\n", - "12:29:16\tCompleted 3190 to KZ394000: 1795.9053699993246\n", - "12:29:16\tCompleted 3183 to KZ394800: 1900.579758795035\n", - "12:29:16\tCompleted 3166 to KZ594200: 771.8019621427984\n", - "12:29:16\tCompleted 3217 to KZ273600: 4254.839680255853\n", - "12:29:16\tCompleted 3159 to KZ394200: 1563.6424310597831\n", - "12:29:16\tCompleted 3188 to KZ192600: 2030.0007488164586\n", - "12:29:16\tCompleted 3216 to KZ353600: 1586.868417615372412:29:16\tCompleted 3210 to KZ396800: 2709.860092286034\n", - "\n", - "12:29:17\tCompleted 3167 to KZ615600: 1514.4521330590608\n", - "12:29:17\tCompleted 3145 to KZ616000: 1613.3217903369905\n", - "12:29:17\tCompleted 3178 to KZ394200: 2682.6470199758487\n", - "12:29:17\tCompleted 3185 to KZ274400: 4212.095808642518\n", - "12:29:17\tCompleted 3153 to KZ554800: 868.2880783959176\n", - "12:29:17\tCompleted 3207 to KZ615400: 3381.314232609624\n", - "12:29:17\tCompleted 3192 to KZ273200: 420.0720879121994\n", - "12:29:17\tCompleted 3162 to KZ151000: 2331.498554922357\n", - "12:29:17\tCompleted 3199 to KZ393200: 2249.469527841149\n", - "12:29:17\tCompleted 3203 to KZ751910: 862.0419604534717\n", - "12:29:17\tCompleted 3186 to KZ274000: 3124.0104386720404\n", - "12:29:18\tCompleted 3182 to KZ633200: 4144.8837110232112:29:18\tCompleted 3211 to KZ355200: 1555.891668957672\n", - "\n", - "12:29:18\tCompleted 3184 to KZ431900: 1313.152261772975\n", - "12:29:18\tCompleted 3205 to KZ431900: 1944.3357859046748\n", - "12:29:18\tCompleted 3196 to KZ231000: 4431.8613938005965\n", - "12:29:18\tCompleted 3157 to KZ316000: 1357.8568281468183\n", - "12:29:18\tCompleted 3142 to KZ194200: 3168.030431270826\n", - "12:29:18\tCompleted 3202 to KZ154200: 780.614827337296112:29:18\tCompleted 3215 to KZ193200: 2484.5796594269355\n", - "\n", - "12:29:18\tCompleted 3213 to KZ554800: 2692.0605184760398\n", - "12:29:18\tCompleted 3148 to KZ751310: 1337.6414277745007\n", - "12:29:18\tCompleted 3171 to KZ355200: 3639.8549728725266\n", - "12:29:18\tCompleted 3204 to KZ633200: 2829.0451882951816\n", - "12:29:18\tCompleted 3163 to KZ194400: 1597.9696755498148\n", - "12:29:18\tCompleted 3189 to KZ315600: 3677.83559198139\n", - "12:29:18\tCompleted 3165 to KZ351800: 764.4161144991243\n", - "12:29:18\tCompleted 3173 to KZ615400: 1654.427725025865\n", - "12:29:19\tCompleted 3192 to KZ274400: 693.1218721393406\n", - "12:29:19\tCompleted 3216 to KZ351600: 1165.5955400784483\n", - "12:29:19\tCompleted 3172 to KZ596000: 862.3682295785262\n", - "12:29:19\tCompleted 3166 to KZ596600: 872.6874797195636\n", - "12:29:19\tCompleted 3190 to KZ396800: 1927.3771707896676\n", - "12:29:19\tCompleted 3153 to KZ556400: 806.0219520873599\n", - "12:29:19\tCompleted 3217 to KZ434400: 2808.8025829509716\n", - "12:29:19\tCompleted 3160 to KZ594200: 3078.0290013769895\n", - "12:29:19\tCompleted 3156 to KZ234800: 3051.845883372376\n", - "12:29:19\tCompleted 3203 to KZ751510: 854.5304865239276\n", - "12:29:20\tCompleted 3178 to KZ394400: 2470.63408694366\n", - "12:29:20\tCompleted 3220 to KZ234200: 2741.846793823486\n", - "12:29:20\tCompleted 3170 to KZ633200: 3322.4956409617494\n", - "12:29:20\tCompleted 3164 to KZ314200: 2326.5614700957485\n", - "12:29:20\tCompleted 3202 to KZ156000: 926.9058118757696\n", - "12:29:20\tCompleted 3169 to KZ195000: 1267.0049814232273\n", - "12:29:20\tCompleted 3180 to KZ616000: 1631.1065888192695\n", - "12:29:20\tCompleted 3206 to KZ614800: 2424.204870133772\n", - "12:29:20\tCompleted 3199 to KZ393400: 2098.0036389826646\n", - "12:29:21\tCompleted 3212 to KZ475000: 2035.0863529845371\n", - "12:29:21\tCompleted 3192 to KZ275400: 1051.8923961969945\n", - "12:29:21\tCompleted 3144 to KZ431900: 1748.0490582590594\n", - "12:29:21\tCompleted 3166 to KZ595000: 707.1274984072649\n", - "12:29:21\tCompleted 3154 to KZ274200: 3863.677055855063\n", - "12:29:21\tCompleted 3200 to KZ554800: 3684.5099555336133\n", - "12:29:21\tCompleted 3157 to KZ316600: 1297.1504894445134\n", - "12:29:21\tCompleted 3210 to KZ394800: 2888.514660984094\n", - "12:29:21\tCompleted 3167 to KZ615800: 1528.8317523865926\n", - "12:29:21\tCompleted 3191 to KZ276000: 4935.229196520061\n", - "12:29:21\tCompleted 3179 to KZ275400: 3746.861346859905\n", - "12:29:21\tCompleted 3216 to KZ354000: 1488.3449383538214\n", - "12:29:21\tCompleted 3209 to KZ194800: 4129.004226599811\n", - "12:29:22\tCompleted 3184 to KZ434600: 1346.8168321993553\n", - "12:29:22\tCompleted 3159 to KZ394400: 1643.5296421945454\n", - "12:29:22\tCompleted 3148 to KZ751410: 1353.3090468652606\n", - "12:29:22\tCompleted 3176 to KZ751210: 3390.0505044193687\n", - "12:29:22\tCompleted 3202 to KZ154600: 839.7909339419032\n", - "12:29:22\tCompleted 3211 to KZ355600: 1913.040750218266\n", - "12:29:22\tCompleted 3146 to KZ271000: 3163.1099145236726\n", - "12:29:22\tCompleted 3183 to KZ395000: 1828.5551684860015\n", - "12:29:22\tCompleted 3165 to KZ393200: 1240.9493792269927\n", - "12:29:22\tCompleted 3190 to KZ394800: 1670.454298537209\n", - "12:29:22\tCompleted 3219 to KZ153200: 3466.197187957146\n", - "12:29:22\tCompleted 3197 to KZ635200: 3545.9538091743293\n", - "12:29:22\tCompleted 3172 to KZ596200: 1249.3676792497035\n", - "12:29:22\tCompleted 3163 to KZ194600: 1543.05051759084\n", - "12:29:22\tCompleted 3178 to KZ433200: 2768.447288625812\n", - "12:29:22\tCompleted 3192 to KZ273600: 872.9318352834276\n", - "12:29:22\tCompleted 3151 to KZ636800: 3469.8423883480273\n", - "12:29:22\tCompleted 3145 to KZ613800: 1837.4534767647028\n", - "12:29:23\tCompleted 3171 to KZ355600: 3835.3271567280867\n", - "12:29:23\tCompleted 3153 to KZ554200: 1055.5199932479857\n", - "12:29:23\tCompleted 3164 to KZ353200: 1703.3594261245805\n", - "12:29:23\tCompleted 3207 to KZ615200: 3196.8978013140772\n", - "12:29:23\tCompleted 3189 to KZ316000: 2851.5965141179086\n", - "12:29:23\tCompleted 3175 to KZ193400: 3822.9585377698845\n", - "12:29:23\tCompleted 3173 to KZ615200: 1433.9105798098722\n", - "12:29:23\tCompleted 3162 to KZ153200: 2381.6921623511043\n", - "12:29:23\tCompleted 3217 to KZ431000: 2150.494000588364\n", - "12:29:23\tCompleted 3188 to KZ196600: 2213.3940252282428\n", - "12:29:23\tCompleted 3166 to KZ593600: 821.6761026915583\n", - "12:29:23\tCompleted 3177 to KZ316600: 2792.1963108805403\n", - "12:29:23\tCompleted 3160 to KZ596600: 2830.2921342613345\n", - "12:29:23\tCompleted 3205 to KZ434600: 1978.0003563310552\n", - "12:29:23\tCompleted 3185 to KZ275400: 4887.284240599588\n", - "12:29:24\tCompleted 3202 to KZ154800: 862.5357125836048\n", - "12:29:24\tCompleted 3217 to KZ276600: 4336.664926954827\n", - "12:29:24\tCompleted 3155 to KZ113200: 1428.14731131741\n", - "12:29:24\tCompleted 3206 to KZ615400: 2165.368637224325\n", - "12:29:24\tCompleted 3142 to KZ751210: 3122.830053855647\n", - "12:29:24\tCompleted 3196 to KZ234000: 4640.471871168282\n", - "12:29:24\tCompleted 3199 to KZ391600: 2357.199882233233\n", - "12:29:24\tCompleted 3192 to KZ276600: 1149.7153649395605\n", - "12:29:24\tCompleted 3180 to KZ613800: 1779.3607218381562\n", - "12:29:24\tCompleted 3216 to KZ351000: 1525.6771349332296\n", - "12:29:24\tCompleted 3213 to KZ556400: 2629.7943921674855\n", - "12:29:24\tCompleted 3186 to KZ274200: 3241.355933051483\n", - "12:29:25\tCompleted 3169 to KZ194400: 1589.4405342628181\n", - "12:29:25\tCompleted 3182 to KZ634800: 4688.740684234273\n", - "12:29:25\tCompleted 3178 to KZ431900: 2642.952791244146\n", - "12:29:25\tCompleted 3202 to KZ155200: 603.4479838354029\n", - "12:29:25\tCompleted 3190 to KZ395000: 1989.3656233355139\n", - "12:29:25\tCompleted 3148 to KZ751710: 1389.0250006955214\n", - "12:29:25\tCompleted 3172 to KZ596400: 1023.1626588494785\n", - "12:29:25\tCompleted 3215 to KZ193400: 2689.4685364423603\n", - "12:29:25\tCompleted 3165 to KZ393400: 1249.051645535751512:29:25\tCompleted 3167 to KZ612600: 1358.946601191636\n", - "\n", - "12:29:25\tCompleted 3221 to KZ355200: 1405.690683739564\n", - "12:29:25\tCompleted 3164 to KZ353600: 1850.062445411159\n", - "12:29:26\tCompleted 3166 to KZ595200: 819.126235748794312:29:26\tCompleted 3157 to KZ316200: 1624.7386919516653\n", - "\n", - "12:29:26\tCompleted 3211 to KZ352100: 1869.7936322642372\n", - "12:29:26\tCompleted 3192 to KZ275000: 694.385114915681\n", - "12:29:26\tCompleted 3156 to KZ235200: 3099.485730735744\n", - "12:29:26\tCompleted 3210 to KZ395000: 2816.490070675048\n", - "12:29:26\tCompleted 3204 to KZ634800: 3532.225288311279\n", - "12:29:26\tCompleted 3212 to KZ475200: 2045.9293137685854\n", - "12:29:26\tCompleted 3183 to KZ395200: 1360.519683411131412:29:26\tCompleted 3203 to KZ231000: 3531.6245641092332\n", - "\n", - "12:29:26\tCompleted 3217 to KZ435200: 2048.799870527437\n", - "12:29:26\tCompleted 3144 to KZ434600: 1781.7136286854397\n", - "12:29:26\tCompleted 3200 to KZ556400: 3622.9627564217894\n", - "12:29:27\tCompleted 3184 to KZ434400: 1689.7662311610898\n", - "12:29:27\tCompleted 3155 to KZ113400: 1446.6660703940329\n", - "12:29:27\tCompleted 3159 to KZ433200: 2224.6084608483297\n", - "12:29:27\tCompleted 3199 to KZ393600: 2062.4166492908203\n", - "12:29:27\tCompleted 3206 to KZ615200: 1902.785283726049\n", - "12:29:27\tCompleted 3163 to KZ194800: 1676.0392195919014\n", - "12:29:27\tCompleted 3170 to KZ634800: 3866.352614172761\n", - "12:29:27\tCompleted 3160 to KZ595000: 3104.6130116058466\n", - "12:29:27\tCompleted 3153 to KZ791110: 1589.2006990431657\n", - "12:29:27\tCompleted 3220 to KZ234600: 2857.0170922615407\n", - "12:29:27\tCompleted 3192 to KZ274800: 821.5520892600372\n", - "12:29:28\tCompleted 3178 to KZ434600: 2680.8523154943512:29:28\tCompleted 3202 to KZ156400: 1596.5107585709613\n", - "\n", - "12:29:28\tCompleted 3164 to KZ351600: 1587.9977910650632\n", - "12:29:28\tCompleted 3166 to KZ591000: 709.3419645013322\n", - "12:29:28\tCompleted 3191 to KZ276200: 4654.6154097861145\n", - "12:29:28\tCompleted 3176 to KZ751110: 3397.80786373225\n", - "12:29:28\tCompleted 3216 to KZ352000: 1828.9641869799284\n", - "12:29:28\tCompleted 3219 to KZ153400: 3294.961347565475\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:29:28\tCompleted 3190 to KZ395200: 2067.56635607009\n", - "12:29:28\tCompleted 3188 to KZ194200: 1715.3437674007835\n", - "12:29:28\tCompleted 3209 to KZ195600: 4205.784794355016\n", - "12:29:28\tCompleted 3180 to KZ273200: 1544.0101684530323\n", - "12:29:28\tCompleted 3189 to KZ316600: 3499.5873782019294\n", - "12:29:28\tCompleted 3171 to KZ352100: 4355.191773868551\n", - "12:29:28\tCompleted 3162 to KZ153400: 1965.3634917209802\n", - "12:29:29\tCompleted 3148 to KZ751810: 1342.88406846162\n", - "12:29:29\tCompleted 3172 to KZ594600: 1228.6415103769766\n", - "12:29:29\tCompleted 3175 to KZ193600: 3243.660723010325\n", - "12:29:29\tCompleted 3165 to KZ391600: 1106.8922388104886\n", - "12:29:29\tCompleted 3177 to KZ316200: 2294.9255788720284\n", - "12:29:29\tCompleted 3187 to KZ113200: 1827.6798282018694\n", - "12:29:29\tCompleted 3146 to KZ274000: 3826.797604462879\n", - "12:29:29\tCompleted 3179 to KZ273600: 2914.8206058424435\n", - "12:29:29\tCompleted 3173 to KZ616400: 2275.7304257108044\n", - "12:29:29\tCompleted 3169 to KZ194600: 1534.5213763038432\n", - "12:29:29\tCompleted 3192 to KZ275800: 787.1383116209016\n", - "12:29:29\tCompleted 3202 to KZ155600: 505.5599061285091\n", - "12:29:29\tCompleted 3205 to KZ434400: 2320.949755292784\n", - "12:29:29\tCompleted 3221 to KZ355600: 1762.839765000158\n", - "12:29:29\tCompleted 3211 to KZ352200: 1700.2220536414636\n", - "12:29:29\tCompleted 3185 to KZ273600: 4055.243499582048\n", - "12:29:29\tCompleted 3207 to KZ616400: 3898.5193535094913\n", - "12:29:30\tCompleted 3142 to KZ751110: 3130.587413168528\n", - "12:29:30\tCompleted 3184 to KZ431000: 1030.5878003075875\n", - "12:29:30\tCompleted 3151 to KZ635800: 3919.344636045235\n", - "12:29:30\tCompleted 3217 to KZ275000: 4202.362584057164\n", - "12:29:30\tCompleted 3199 to KZ396400: 1896.251527203605\n", - "12:29:30\tCompleted 3155 to KZ113600: 1580.7631444004712\n", - "12:29:30\tCompleted 3157 to KZ311000: 1482.4233076756723\n", - "12:29:30\tCompleted 3197 to KZ632400: 3338.6108463679543\n", - "12:29:30\tCompleted 3217 to KZ434800: 2080.126131443771\n", - "12:29:30\tCompleted 3172 to KZ711110: 476.8738039626834\n", - "12:29:30\tCompleted 3215 to KZ193600: 1903.6777008332394\n", - "12:29:30\tCompleted 3196 to KZ234200: 5091.417577689257\n", - "12:29:30\tCompleted 3210 to KZ395200: 2348.454585600213\n", - "12:29:30\tCompleted 3164 to KZ354000: 1566.01579706513\n", - "12:29:30\tCompleted 3167 to KZ616000: 1543.613608663267\n", - "12:29:31\tCompleted 3216 to KZ354800: 1301.6174504174514\n", - "12:29:31\tCompleted 3166 to KZ595600: 943.2295510232544\n", - "12:29:31\tCompleted 3178 to KZ434400: 2717.7773278384484\n", - "12:29:31\tCompleted 3182 to KZ633400: 4044.602936580669\n", - "12:29:31\tCompleted 3211 to KZ352300: 939.1982104255322\n", - "12:29:31\tCompleted 3192 to KZ276000: 867.6371118680171\n", - "12:29:31\tCompleted 3212 to KZ471800: 1875.5390936078438\n", - "12:29:31\tCompleted 3190 to KZ391000: 1879.1328672782215\n", - "12:29:31\tCompleted 3183 to KZ391000: 1556.2259479201057\n", - "12:29:31\tCompleted 3172 to KZ711410: 502.9863040461951\n", - "12:29:32\tCompleted 3160 to KZ593600: 3442.048017430006\n", - "12:29:32\tCompleted 3180 to KZ274400: 1481.138855939743\n", - "12:29:32\tCompleted 3206 to KZ616400: 2875.37783462209612:29:32\tCompleted 3213 to KZ554200: 2825.6254279497743\n", - "\n", - "12:29:32\tCompleted 3200 to KZ554200: 3792.807658274981312:29:32\tCompleted 3165 to KZ393600: 1221.5136023319803\n", - "\n", - "12:29:32\tCompleted 3202 to KZ156800: 1426.3044318056643\n", - "12:29:32\tCompleted 3153 to KZ791310: 1565.0778154852567\n", - "12:29:32\tCompleted 3159 to KZ431900: 1709.5042746304985\n", - "12:29:32\tCompleted 3148 to KZ751910: 1343.8227500978426\n", - "12:29:32\tCompleted 3192 to KZ276200: 699.8940110268416\n", - "12:29:32\tCompleted 3163 to KZ195600: 1902.964133380713\n", - "12:29:32\tCompleted 3199 to KZ394000: 1963.9526535303928\n", - "12:29:32\tCompleted 3164 to KZ351000: 1603.3479936445383\n", - "12:29:32\tCompleted 3166 to KZ596000: 586.0445669701643\n", - "12:29:33\tCompleted 3156 to KZ235600: 3194.5234967561487\n", - "12:29:33\tCompleted 3184 to KZ435200: 1106.894106536003\n", - "12:29:33\tCompleted 3189 to KZ316200: 3002.3166461934065\n", - "12:29:33\tCompleted 3221 to KZ352100: 1718.159551879271\n", - "12:29:33\tCompleted 3171 to KZ352200: 3793.3757348908402\n", - "12:29:33\tCompleted 3172 to KZ711210: 504.14806547309354\n", - "12:29:33\tCompleted 3220 to KZ234800: 1990.7184680971086\n", - "12:29:33\tCompleted 3144 to KZ434400: 2124.6630276471747\n", - "12:29:33\tCompleted 3155 to KZ113800: 1764.8797317701649\n", - "12:29:33\tCompleted 3204 to KZ633400: 2728.764413852641\n", - "12:29:33\tCompleted 3187 to KZ113400: 1905.5408650072297\n", - "12:29:33\tCompleted 3203 to KZ234000: 3740.235041476921\n", - "12:29:33\tCompleted 3188 to KZ751210: 1813.5619467092595\n", - "12:29:34\tCompleted 3192 to KZ271000: 665.8211575462421\n", - "12:29:34\tCompleted 3173 to KZ615600: 1474.0389295757807\n", - "12:29:34\tCompleted 3219 to KZ153600: 3648.014291288992\n", - "12:29:34\tCompleted 3177 to KZ311000: 2155.4968392429037\n", - "12:29:34\tCompleted 3178 to KZ431000: 3003.437882959203\n", - "12:29:34\tCompleted 3176 to KZ751310: 3390.9794366075043\n", - "12:29:34\tCompleted 3190 to KZ395400: 1917.509251476881\n", - "12:29:34\tCompleted 3213 to KZ791110: 1164.9826512038364\n", - "12:29:34\tCompleted 3217 to KZ433600: 2340.7963117928907\n", - "12:29:34\tCompleted 3172 to KZ711310: 516.0054249290254\n", - "12:29:34\tCompleted 3169 to KZ194800: 1667.5100783049047\n", - "12:29:34\tCompleted 3211 to KZ352800: 1674.4520881353214\n", - "12:29:34\tCompleted 3157 to KZ315000: 1599.6321239093052\n", - "12:29:34\tCompleted 3205 to KZ431000: 1661.7713244392874\n", - "12:29:34\tCompleted 3162 to KZ153600: 2747.9625369116557\n", - "12:29:34\tCompleted 3209 to KZ195800: 4019.6716667221663\n", - "12:29:34\tCompleted 3175 to KZ194000: 3310.1480888555648\n", - "12:29:34\tCompleted 3207 to KZ615600: 3508.959787733607\n", - "12:29:35\tCompleted 3191 to KZ271000: 4672.308365200352\n", - "12:29:35\tCompleted 3210 to KZ391000: 2544.1608501091728\n", - "12:29:35\tCompleted 3216 to KZ355200: 2134.5974759539495\n", - "12:29:35\tCompleted 3170 to KZ633400: 3222.2148665192085\n", - "12:29:35\tCompleted 3142 to KZ751310: 3123.7589860437824\n", - "12:29:35\tCompleted 3212 to KZ593200: 1741.4451659002752\n", - "12:29:35\tCompleted 3160 to KZ595200: 2978.4041191559313\n", - "12:29:35\tCompleted 3184 to KZ434800: 1021.9171964610863\n", - "12:29:35\tCompleted 3166 to KZ596200: 973.0440166413428\n", - "12:29:35\tCompleted 3199 to KZ396800: 2095.4244543207346\n", - "12:29:35\tCompleted 3155 to KZ114500: 1489.0671672841177\n", - "12:29:35\tCompleted 3192 to KZ274000: 930.3144894251101\n", - "12:29:36\tCompleted 3164 to KZ352000: 2054.1931268142966\n", - "12:29:36\tCompleted 3215 to KZ194000: 1970.1650666784988\n", - "12:29:36\tCompleted 3148 to KZ751510: 1336.311276168298\n", - "12:29:36\tCompleted 3221 to KZ352200: 1550.0210684233555\n", - "12:29:36\tCompleted 3165 to KZ396400: 1442.9252490053618\n", - "12:29:36\tCompleted 3185 to KZ276600: 4137.068746281034\n", - "12:29:36\tCompleted 3171 to KZ352300: 3130.7341849744575\n", - "12:29:36\tCompleted 3179 to KZ276600: 2996.6458525414296\n", - "12:29:36\tCompleted 3200 to KZ791110: 2881.0731479856418\n", - "12:29:36\tCompleted 3172 to KZ555200: 775.8876511373502\n", - "12:29:36\tCompleted 3183 to KZ395400: 1599.5898428454195\n", - "12:29:36\tCompleted 3213 to KZ791310: 1142.7011022434388\n", - "12:29:36\tCompleted 3167 to KZ613800: 1767.1186391695142\n", - "12:29:36\tCompleted 3206 to KZ615600: 2459.6865368992217\n", - "12:29:36\tCompleted 3146 to KZ274200: 3934.1135926226452\n", - "12:29:36\tCompleted 3187 to KZ113600: 1584.057983167436\n", - "12:29:36\tCompleted 3217 to KZ274800: 4737.8674954406415\n", - "12:29:37\tCompleted 3182 to KZ633600: 3815.4275959922393\n", - "12:29:37\tCompleted 3190 to KZ392000: 1714.4151255234146\n", - "12:29:37\tCompleted 3196 to KZ234600: 5206.5878761273625\n", - "12:29:37\tCompleted 3151 to KZ636200: 3588.2579582471444\n", - "12:29:37\tCompleted 3221 to KZ352300: 788.9972252074242\n", - "12:29:37\tCompleted 3163 to KZ195800: 1767.269733730684\n", - "12:29:37\tCompleted 3180 to KZ275400: 2156.327287896761\n", - "12:29:37\tCompleted 3144 to KZ431000: 1465.484596793672\n", - "12:29:37\tCompleted 3189 to KZ311000: 2862.8879065642855\n", - "12:29:37\tCompleted 3166 to KZ596400: 746.8389962411167\n", - "12:29:37\tCompleted 3164 to KZ354800: 1379.2883091287601\n", - "12:29:38\tCompleted 3192 to KZ274200: 1142.435669022128\n", - "12:29:38\tCompleted 3172 to KZ551600: 509.3209291518042\n", - "12:29:38\tCompleted 3211 to KZ356400: 1693.5305152600677\n", - "12:29:38\tCompleted 3147 to KZ113200: 353.89087989036307\n", - "12:29:38\tCompleted 3153 to KZ791510: 1563.6183406315063\n", - "12:29:38\tCompleted 3178 to KZ435200: 3094.2496763492545\n", - "12:29:38\tCompleted 3199 to KZ394800: 1838.5015820682772\n", - "12:29:38\tCompleted 3197 to KZ632800: 2967.5406408429753\n", - "12:29:38\tCompleted 3155 to KZ114000: 1570.6424719001072\n", - "12:29:38\tCompleted 3217 to KZ434000: 2104.853562203364\n", - "12:29:38\tCompleted 3213 to KZ791510: 1152.8188782397071\n", - "12:29:38\tCompleted 3173 to KZ615800: 1488.4185489033125\n", - "12:29:38\tCompleted 3216 to KZ355600: 1729.1458551903586\n", - "12:29:38\tCompleted 3157 to KZ314200: 1483.8375212380454\n", - "12:29:39\tCompleted 3188 to KZ751110: 1821.1673288659388\n", - "12:29:39\tCompleted 3220 to KZ235200: 2038.3583154605099\n", - "12:29:39\tCompleted 3207 to KZ615800: 3276.136131015518\n", - "12:29:39\tCompleted 3147 to KZ113400: 145.1118087881904\n", - "12:29:39\tCompleted 3156 to KZ233600: 3200.285485556273\n", - "12:29:39\tCompleted 3184 to KZ433600: 1221.7599600029873\n", - "12:29:39\tCompleted 3202 to KZ193200: 4312.098139978048\n", - "12:29:39\tCompleted 3159 to KZ434600: 1743.1688450568788\n", - "12:29:39\tCompleted 3205 to KZ435200: 1690.658121672957\n", - "12:29:39\tCompleted 3160 to KZ591000: 3095.359963278643\n", - "12:29:39\tCompleted 3210 to KZ395400: 2587.5247450344855\n", - "12:29:39\tCompleted 3187 to KZ113800: 1412.8107829976645\n", - "12:29:39\tCompleted 3206 to KZ615800: 1843.8618817969123\n", - "12:29:39\tCompleted 3177 to KZ315000: 2568.1687133821188\n", - "12:29:39\tCompleted 3219 to KZ154000: 3399.5908641139663\n", - "12:29:40\tCompleted 3157 to KZ353200: 93.95762675018365\n", - "12:29:40\tCompleted 3204 to KZ633600: 2658.912200069297\n", - "12:29:40\tCompleted 3190 to KZ395600: 2027.9813315043846\n", - "12:29:40\tCompleted 3166 to KZ594600: 952.3178477686147\n", - "12:29:40\tCompleted 3172 to KZ553200: 726.4453727654748\n", - "12:29:40\tCompleted 3221 to KZ352800: 1524.2511029172133\n", - "12:29:40\tCompleted 3200 to KZ791310: 2858.791599025242\n", - "12:29:40\tCompleted 3169 to KZ195600: 1894.4349920937163\n", - "12:29:40\tCompleted 3203 to KZ234200: 4191.180747997857\n", - "12:29:40\tCompleted 3171 to KZ352800: 3794.059578031938\n", - "12:29:40\tCompleted 3176 to KZ751410: 3408.4044150111436\n", - "12:29:40\tCompleted 3213 to KZ791710: 1124.3189388894184\n", - "12:29:40\tCompleted 3147 to KZ113600: 420.38453783482646\n", - "12:29:40\tCompleted 3162 to KZ154000: 2269.3088145078023\n", - "12:29:40\tCompleted 3216 to KZ352100: 1091.9120234032703\n", - "12:29:41\tCompleted 3209 to KZ196000: 4206.452422111068\n", - "12:29:41\tCompleted 3155 to KZ117000: 1493.2748153467112\n", - "12:29:41\tCompleted 3212 to KZ595800: 2113.457182519791\n", - "12:29:41\tCompleted 3142 to KZ751410: 3141.1839644474217\n", - "12:29:41\tCompleted 3180 to KZ273600: 1324.2865468792745\n", - "12:29:41\tCompleted 3199 to KZ395000: 2157.412906866581\n", - "12:29:41\tCompleted 3178 to KZ434800: 3015.815912072537\n", - "12:29:41\tCompleted 3164 to KZ355200: 2043.420015051054\n", - "12:29:41\tCompleted 3166 to KZ711110: 200.55014135432128\n", - "12:29:41\tCompleted 3175 to KZ196400: 3743.302195531142\n", - "12:29:41\tCompleted 3211 to KZ352400: 1758.7175823507243\n", - "12:29:41\tCompleted 3183 to KZ392000: 1716.5135379256587\n", - "12:29:41\tCompleted 3172 to KZ553600: 363.35546392377915\n", - "12:29:41\tCompleted 3170 to KZ633600: 2993.039525930779\n", - "12:29:42\tCompleted 3165 to KZ394000: 1674.8600983711883\n", - "12:29:42\tCompleted 3163 to KZ196000: 1540.568873068373712:29:42\tCompleted 3185 to KZ275000: 4013.3835069552892\n", - "\n", - "12:29:42\tCompleted 3156 to KZ633200: 1021.4605642546913\n", - "12:29:42\tCompleted 3191 to KZ274000: 5335.996055139579\n", - "12:29:42\tCompleted 3144 to KZ435200: 1541.7909030220874\n", - "12:29:42\tCompleted 3157 to KZ353600: 870.8506054803903\n", - "12:29:42\tCompleted 3148 to KZ231000: 3149.8398502577065\n", - "12:29:42\tCompleted 3215 to KZ196400: 2403.319173354085312:29:42\tCompleted 3193 to KZ113200: 3089.9482797822793\n", - "\n", - "12:29:42\tCompleted 3173 to KZ612600: 1318.533397708356\n", - "12:29:42\tCompleted 3147 to KZ113800: 599.7305625037266\n", - "12:29:42\tCompleted 3213 to KZ611600: 1073.4936000367418\n", - "12:29:42\tCompleted 3189 to KZ315000: 3275.5597807035006\n", - "12:29:42\tCompleted 3166 to KZ711410: 226.66264143783303\n", - "12:29:42\tCompleted 3207 to KZ612600: 2985.5161421300327\n", - "12:29:42\tCompleted 3196 to KZ234800: 4340.289251962865\n", - "12:29:42\tCompleted 3217 to KZ275800: 4207.450319428999\n", - "12:29:43\tCompleted 3172 to KZ552200: 542.9550642409\n", - "12:29:43\tCompleted 3160 to KZ595600: 2966.8654496029662\n", - "12:29:43\tCompleted 3184 to KZ434000: 1321.2494718662178\n", - "12:29:43\tCompleted 3206 to KZ612600: 2098.992008417834\n", - "12:29:43\tCompleted 3179 to KZ275000: 2862.3435096437734\n", - "12:29:43\tCompleted 3182 to KZ633800: 4116.012943472749\n", - "12:29:43\tCompleted 3211 to KZ356000: 1100.2945976488063\n", - "12:29:43\tCompleted 3221 to KZ356400: 1543.3295300419595\n", - "12:29:43\tCompleted 3153 to KZ791710: 1536.099414717754\n", - "12:29:43\tCompleted 3190 to KZ395800: 2283.1394432730995\n", - "12:29:43\tCompleted 3167 to KZ273200: 3258.2955165686867\n", - "12:29:43\tCompleted 3187 to KZ114500: 1876.1909478067241\n", - "12:29:44\tCompleted 3166 to KZ711210: 227.82440286473144\n", - "12:29:44\tCompleted 3157 to KZ351600: 525.8795257336355\n", - "12:29:44\tCompleted 3147 to KZ114500: 466.85257795776414\n", - "12:29:44\tCompleted 3180 to KZ276600: 1406.1117935782504\n", - "12:29:44\tCompleted 3188 to KZ751310: 1822.6820474917001\n", - "12:29:44\tCompleted 3155 to KZ114400: 1627.8132845732282\n", - "12:29:44\tCompleted 3199 to KZ395200: 2235.613639601151\n", - "12:29:44\tCompleted 3178 to KZ433600: 2831.459440222401\n", - "12:29:44\tCompleted 3177 to KZ314200: 2160.972070178238\n", - "12:29:44\tCompleted 3217 to KZ471000: 4537.802432872353\n", - "12:29:44\tCompleted 3164 to KZ355600: 1755.1649528116498\n", - "12:29:44\tCompleted 3220 to KZ235600: 2133.396081480928\n", - "12:29:44\tCompleted 3216 to KZ352200: 1573.033752624684\n", - "12:29:44\tCompleted 3200 to KZ791510: 2868.90937502151\n", - "12:29:44\tCompleted 3210 to KZ392000: 2704.4484401147092\n", - "12:29:44\tCompleted 3205 to KZ434800: 1653.1007205927863\n", - "12:29:44\tCompleted 3213 to KZ613600: 1127.6887366805638\n", - "12:29:45\tCompleted 3151 to KZ636400: 4005.3726189387103\n", - "12:29:45\tCompleted 3166 to KZ711310: 239.68176232066327\n", - "12:29:45\tCompleted 3157 to KZ354000: 133.66584817460637\n", - "12:29:45\tCompleted 3171 to KZ356400: 3942.6467026024234\n", - "12:29:45\tCompleted 3197 to KZ636800: 3113.7313023917914\n", - "12:29:45\tCompleted 3172 to KZ554600: 912.6491498011696\n", - "12:29:45\tCompleted 3147 to KZ114000: 413.7919317515867\n", - "12:29:45\tCompleted 3165 to KZ396800: 1420.9525559315919\n", - "12:29:46\tCompleted 3163 to KZ191000: 1415.888014622028\n", - "12:29:46\tCompleted 3157 to KZ351000: 67.64056282477107\n", - "12:29:46\tCompleted 3169 to KZ195800: 1758.7405924436873\n", - "12:29:46\tCompleted 3183 to KZ395600: 1593.6668872167352\n", - "12:29:46\tCompleted 3219 to KZ154200: 3702.2269030832886\n", - "12:29:46\tCompleted 3206 to KZ616000: 1808.7572370428622\n", - "12:29:46\tCompleted 3144 to KZ434800: 1456.8139929471708\n", - "12:29:46\tCompleted 3160 to KZ596000: 3185.661155036068\n", - "12:29:46\tCompleted 3162 to KZ154200: 2571.9448534771245\n", - "12:29:46\tCompleted 3202 to KZ193400: 4314.497801547225\n", - "12:29:46\tCompleted 3176 to KZ751710: 3449.392446780046\n", - "12:29:46\tCompleted 3209 to KZ191000: 3898.0632692180397\n", - "12:29:46\tCompleted 3221 to KZ352400: 1608.5165971326162\n", - "12:29:46\tCompleted 3212 to KZ593400: 2125.1328700329896\n", - "12:29:46\tCompleted 3213 to KZ614000: 1173.0475753531398\n", - "12:29:46\tCompleted 3199 to KZ391000: 2047.1801508092897\n", - "12:29:46\tCompleted 3207 to KZ616000: 3303.2753467481293\n", - "12:29:47\tCompleted 3211 to KZ354400: 1672.321222799731\n", - "12:29:47\tCompleted 3190 to KZ392400: 1813.6157532031662\n", - "12:29:47\tCompleted 3156 to KZ634800: 1742.464486197835\n", - "12:29:47\tCompleted 3142 to KZ751710: 3182.171996216324312:29:47\tCompleted 3155 to KZ114600: 1514.3134043659354\n", - "\n", - "12:29:47\tCompleted 3147 to KZ117000: 336.42427519819057\n", - "12:29:47\tCompleted 3172 to KZ555600: 717.801412523844\n", - "12:29:47\tCompleted 3180 to KZ275000: 1271.8094506806149\n", - "12:29:47\tCompleted 3193 to KZ113400: 3167.809316587617\n", - "12:29:47\tCompleted 3173 to KZ616000: 1503.200405179987\n", - "12:29:47\tCompleted 3189 to KZ314200: 2868.36313749962\n", - "12:29:47\tCompleted 3215 to KZ196800: 1871.4775711129219\n", - "12:29:47\tCompleted 3157 to KZ352000: 416.87162671587976\n", - "12:29:47\tCompleted 3175 to KZ196800: 3211.460593289996\n", - "12:29:47\tCompleted 3204 to KZ633800: 2959.4975475498063\n", - "12:29:47\tCompleted 3166 to KZ555200: 913.4102085325214\n", - "12:29:47\tCompleted 3164 to KZ352100: 1817.8662796011752\n", - "12:29:47\tCompleted 3203 to KZ234600: 4306.351046435911512:29:47\tCompleted 3159 to KZ434400: 2086.1182440186135\n", - "\n", - "12:29:48\tCompleted 3187 to KZ114000: 1637.5715175610462\n", - "12:29:48\tCompleted 3170 to KZ633800: 3293.6248734112883\n", - "12:29:48\tCompleted 3185 to KZ274800: 4538.271314766833\n", - "12:29:48\tCompleted 3153 to KZ611600: 1614.0606991766822\n", - "12:29:48\tCompleted 3221 to KZ356000: 950.0936124306992\n", - "12:29:48\tCompleted 3178 to KZ434000: 3566.6631333875616\n", - "12:29:48\tCompleted 3200 to KZ791710: 2840.409435671224\n", - "12:29:48\tCompleted 3211 to KZ351800: 914.3992205523087\n", - "12:29:48\tCompleted 3147 to KZ114400: 462.66411530678994\n", - "12:29:49\tCompleted 3172 to KZ551000: 545.89657362214\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:29:49\tCompleted 3196 to KZ235200: 4387.929099326235\n", - "12:29:49\tCompleted 3217 to KZ276000: 4623.281345184103\n", - "12:29:49\tCompleted 3157 to KZ354800: 616.4968014653963\n", - "12:29:49\tCompleted 3148 to KZ234000: 3358.4503276253945\n", - "12:29:49\tCompleted 3191 to KZ274200: 5443.312043299394\n", - "12:29:49\tCompleted 3166 to KZ551600: 646.8434865469753\n", - "12:29:49\tCompleted 3156 to KZ633400: 921.1797898121499\n", - "12:29:49\tCompleted 3188 to KZ751410: 1838.34966658246\n", - "12:29:49\tCompleted 3182 to KZ634000: 4363.215741369798\n", - "12:29:49\tCompleted 3216 to KZ352300: 2216.7550778920518\n", - "12:29:49\tCompleted 3220 to KZ233600: 2016.0126793367435\n", - "12:29:49\tCompleted 3177 to KZ353200: 2276.3598066105023\n", - "12:29:49\tCompleted 3213 to KZ613900: 1409.9675725228597\n", - "12:29:49\tCompleted 3163 to KZ196200: 1411.2541634352247\n", - "12:29:49\tCompleted 3171 to KZ352400: 3744.3283884829157\n", - "12:29:49\tCompleted 3199 to KZ395400: 2085.5565350079482\n", - "12:29:50\tCompleted 3205 to KZ433600: 1852.9434841346872\n", - "12:29:50\tCompleted 3160 to KZ596200: 2790.4444210986194\n", - "12:29:50\tCompleted 3190 to KZ396200: 2253.6446757128942\n", - "12:29:50\tCompleted 3210 to KZ395600: 2581.6017894057964\n", - "12:29:50\tCompleted 3164 to KZ352200: 1650.7046113359927\n", - "12:29:50\tCompleted 3179 to KZ274800: 3397.8484210271777\n", - "12:29:50\tCompleted 3206 to KZ613800: 2184.3710123752285\n", - "12:29:50\tCompleted 3172 to KZ556000: 594.0179558301571\n", - "12:29:50\tCompleted 3157 to KZ355200: 563.6898871946725\n", - "12:29:50\tCompleted 3155 to KZ114800: 2086.1492771960548\n", - "12:29:50\tCompleted 3178 to KZ471000: 2141.269020376342\n", - "12:29:50\tCompleted 3167 to KZ274400: 3188.361916580235\n", - "12:29:50\tCompleted 3147 to KZ114600: 571.0632076942197\n", - "12:29:50\tCompleted 3217 to KZ473600: 4118.827666849351\n", - "12:29:51\tCompleted 3169 to KZ196000: 1532.0397317813768\n", - "12:29:51\tCompleted 3184 to KZ471000: 3311.1263297355445\n", - "12:29:51\tCompleted 3193 to KZ113600: 2846.3264347478557\n", - "12:29:51\tCompleted 3151 to KZ631000: 3534.3923449151903\n", - "12:29:51\tCompleted 3165 to KZ394800: 1599.6071246296478\n", - "12:29:51\tCompleted 3213 to KZ612000: 915.8392131886087\n", - "12:29:51\tCompleted 3221 to KZ354400: 1522.1202375816229\n", - "12:29:51\tCompleted 3166 to KZ553200: 765.7914799536828\n", - "12:29:51\tCompleted 3187 to KZ117000: 1684.0311862772835\n", - "12:29:51\tCompleted 3144 to KZ433600: 1656.6567564890718\n", - "12:29:51\tCompleted 3212 to KZ594200: 1938.454572503294\n", - "12:29:51\tCompleted 3207 to KZ613800: 3451.529479767013\n", - "12:29:51\tCompleted 3157 to KZ355600: 254.20104663911803\n", - "12:29:51\tCompleted 3183 to KZ395800: 1896.0509626232079\n", - "12:29:51\tCompleted 3159 to KZ431000: 1426.939813165111\n", - "12:29:51\tCompleted 3219 to KZ156000: 3275.476135451509\n", - "12:29:52\tCompleted 3215 to KZ191600: 1897.2755471730106\n", - "12:29:52\tCompleted 3189 to KZ353200: 2983.750873931891\n", - "12:29:52\tCompleted 3156 to KZ633600: 956.6389267723924\n", - "12:29:52\tCompleted 3180 to KZ274800: 1807.314362064023\n", - "12:29:52\tCompleted 3178 to KZ473600: 1674.8589116947837\n", - "12:29:52\tCompleted 3209 to KZ196200: 3663.6560964267246\n", - "12:29:52\tCompleted 3172 to KZ556800: 794.7058807020992\n", - "12:29:52\tCompleted 3200 to KZ611600: 2789.5840968185603\n", - "12:29:52\tCompleted 3199 to KZ392000: 1882.4624090544828\n", - "12:29:52\tCompleted 3202 to KZ193600: 3731.196181384380512:29:52\tCompleted 3162 to KZ156000: 2145.194085845345\n", - "\n", - "12:29:52\tCompleted 3216 to KZ352800: 1600.1561753216508\n", - "12:29:52\tCompleted 3197 to KZ635800: 3533.8687229010648\n", - "12:29:53\tCompleted 3221 to KZ351800: 764.1982353342007\n", - "12:29:53\tCompleted 3173 to KZ613800: 1726.70543568623412:29:53\tCompleted 3166 to KZ553600: 492.8769931499306\n", - "\n", - "12:29:53\tCompleted 3153 to KZ613600: 1468.8529606507302\n", - "12:29:53\tCompleted 3176 to KZ751810: 3395.636290856996\n", - "12:29:53\tCompleted 3207 to KZ273200: 625.4751541862803\n", - "12:29:53\tCompleted 3171 to KZ356000: 3134.1320873879004\n", - "12:29:53\tCompleted 3190 to KZ396600: 2165.3498078603616\n", - "12:29:53\tCompleted 3155 to KZ111010: 1623.501401626104\n", - "12:29:53\tCompleted 3211 to KZ393200: 1752.0873773932915\n", - "12:29:53\tCompleted 3175 to KZ191600: 3237.2585693500805\n", - "12:29:53\tCompleted 3163 to KZ192600: 1471.2438587209022\n", - "12:29:53\tCompleted 3147 to KZ114800: 929.2987370475348\n", - "12:29:53\tCompleted 3222 to KZ474600: 315.85688664752587\n", - "12:29:53\tCompleted 3192 to KZ113200: 2935.776941396488\n", - "12:29:53\tCompleted 3157 to KZ352100: 749.158285968922\n", - "12:29:54\tCompleted 3213 to KZ614400: 1338.1688965107114\n", - "12:29:54\tCompleted 3164 to KZ352300: 2430.6601957994008\n", - "12:29:54\tCompleted 3185 to KZ275800: 4007.854138755204\n", - "12:29:54\tCompleted 3172 to KZ554800: 799.4013687465548\n", - "12:29:54\tCompleted 3207 to KZ274400: 893.7213849751446\n", - "12:29:54\tCompleted 3203 to KZ234800: 3440.0524222715276\n", - "12:29:54\tCompleted 3178 to KZ474200: 2168.918415419893\n", - "12:29:54\tCompleted 3187 to KZ114400: 1561.3250716044722\n", - "12:29:54\tCompleted 3193 to KZ113800: 2675.0792345780897\n", - "12:29:54\tCompleted 3217 to KZ276200: 4342.667558450156\n", - "12:29:54\tCompleted 3169 to KZ191000: 1407.3588733350314\n", - "12:29:54\tCompleted 3166 to KZ552200: 608.3265361669289\n", - "12:29:54\tCompleted 3188 to KZ751710: 1874.0656204127208\n", - "12:29:55\tCompleted 3160 to KZ596400: 3659.5116000758712\n", - "12:29:55\tCompleted 3210 to KZ395800: 2883.98586481228\n", - "12:29:55\tCompleted 3157 to KZ352200: 31.60549936439106\n", - "12:29:55\tCompleted 3142 to KZ751810: 3128.415840293274\n", - "12:29:55\tCompleted 3196 to KZ235600: 4482.966865346685\n", - "12:29:55\tCompleted 3205 to KZ434000: 1832.4373800053866\n", - "12:29:55\tCompleted 3199 to KZ395600: 2196.0286150354377\n", - "12:29:55\tCompleted 3180 to KZ275800: 1276.8971860524216\n", - "12:29:55\tCompleted 3222 to KZ475000: 686.1859133973262\n", - "12:29:55\tCompleted 3216 to KZ356400: 1488.6109005916692\n", - "12:29:55\tCompleted 3147 to KZ111010: 466.6508614775835\n", - "12:29:55\tCompleted 3204 to KZ634000: 3206.7003454468286\n", - "12:29:55\tCompleted 3207 to KZ275400: 888.6566232623103\n", - "12:29:55\tCompleted 3190 to KZ394200: 1776.8110851242882\n", - "12:29:56\tCompleted 3148 to KZ234200: 3809.3960341463303\n", - "12:29:56\tCompleted 3211 to KZ393400: 1314.2596967315662\n", - "12:29:56\tCompleted 3155 to KZ116000: 1600.631111866761\n", - "12:29:56\tCompleted 3213 to KZ614600: 1063.2765940952993\n", - "12:29:56\tCompleted 3165 to KZ395000: 1527.5825343206143\n", - "12:29:56\tCompleted 3172 to KZ556400: 737.135242437997\n", - "12:29:56\tCompleted 3212 to KZ596600: 1613.5324052014314\n", - "12:29:56\tCompleted 3170 to KZ634000: 3540.8276713083105\n", - "12:29:56\tCompleted 3220 to KZ633200: 2611.8317254819326\n", - "12:29:56\tCompleted 3215 to KZ195200: 1835.0405703077372\n", - "12:29:56\tCompleted 3159 to KZ435200: 1503.2461193935264\n", - "12:29:56\tCompleted 3164 to KZ352800: 1677.8270340329595\n", - "12:29:56\tCompleted 3206 to KZ273200: 4579.332597712159\n", - "12:29:56\tCompleted 3182 to KZ635400: 4871.45165494153\n", - "12:29:56\tCompleted 3200 to KZ613600: 2843.77923346237\n", - "12:29:56\tCompleted 3183 to KZ392400: 1622.237888649548\n", - "12:29:56\tCompleted 3178 to KZ474600: 1846.0938546018226\n", - "12:29:56\tCompleted 3177 to KZ353600: 3003.6610068704404\n", - "12:29:57\tCompleted 3166 to KZ554600: 722.7215588284598\n", - "12:29:57\tCompleted 3217 to KZ474200: 4565.451827915899\n", - "12:29:57\tCompleted 3222 to KZ475200: 697.0288741813744\n", - "12:29:57\tCompleted 3147 to KZ116000: 435.48194260032295\n", - "12:29:57\tCompleted 3144 to KZ434000: 1818.4151247109392\n", - "12:29:57\tCompleted 3207 to KZ273600: 1078.3349015575086\n", - "12:29:57\tCompleted 3157 to KZ352300: 804.6625176280156\n", - "12:29:57\tCompleted 3179 to KZ275800: 2867.4312450155994\n", - "12:29:57\tCompleted 3153 to KZ614000: 1597.265623192469\n", - "12:29:58\tCompleted 3189 to KZ353600: 3711.052074191829\n", - "12:29:58\tCompleted 3184 to KZ473600: 2892.1515637126013\n", - "12:29:58\tCompleted 3160 to KZ594600: 2884.8573399992356\n", - "12:29:58\tCompleted 3171 to KZ354400: 3921.4374101421017\n", - "12:29:58\tCompleted 3209 to KZ192600: 3937.0070242467336\n", - "12:29:58\tCompleted 3219 to KZ154600: 3573.6135661966237\n", - "12:29:58\tCompleted 3162 to KZ154600: 2443.3315165904596\n", - "12:29:58\tCompleted 3151 to KZ634600: 3993.1218723805528\n", - "12:29:58\tCompleted 3216 to KZ352400: 1551.5705332154314\n", - "12:29:58\tCompleted 3222 to KZ471800: 526.638654020639\n", - "12:29:58\tCompleted 3199 to KZ395800: 2451.1867268041674\n", - "12:29:58\tCompleted 3192 to KZ113400: 3013.6379782018257\n", - "12:29:58\tCompleted 3169 to KZ196200: 1402.725022148228\n", - "12:29:58\tCompleted 3163 to KZ196600: 1730.3208153105174\n", - "12:29:58\tCompleted 3155 to KZ116400: 1714.7338305083624\n", - "12:29:58\tCompleted 3213 to KZ614800: 1302.9865993529702\n", - "12:29:58\tCompleted 3172 to KZ554200: 988.895766308794612:29:58\tCompleted 3157 to KZ352800: 11.82842712474619\n", - "\n", - "12:29:59\tCompleted 3175 to KZ195200: 3175.023592484813\n", - "12:29:59\tCompleted 3147 to KZ116400: 557.8832903598421\n", - "12:29:59\tCompleted 3190 to KZ394400: 1729.8134807862139\n", - "12:29:59\tCompleted 3178 to KZ475000: 2216.4228813516197\n", - "12:29:59\tCompleted 3193 to KZ114500: 3138.45939938712\n", - "12:29:59\tCompleted 3165 to KZ395200: 1059.5470492457441\n", - "12:29:59\tCompleted 3176 to KZ751910: 3416.777207207403\n", - "12:29:59\tCompleted 3202 to KZ194000: 3797.683547229613\n", - "12:29:59\tCompleted 3164 to KZ356400: 1870.7339817849954\n", - "12:29:59\tCompleted 3187 to KZ114600: 2186.788542455937\n", - "12:29:59\tCompleted 3180 to KZ276000: 1692.7282118074886\n", - "12:29:59\tCompleted 3210 to KZ392400: 2610.172790838608\n", - "12:29:59\tCompleted 3207 to KZ276600: 1360.0476772178101\n", - "12:29:59\tCompleted 3211 to KZ391600: 1412.090968994407\n", - "12:29:59\tCompleted 3197 to KZ636200: 3232.1468722909085\n", - "12:29:59\tCompleted 3188 to KZ751810: 1827.9246881788195\n", - "12:29:59\tCompleted 3221 to KZ393200: 1876.924400569196\n", - "12:30:00\tCompleted 3166 to KZ555600: 1046.4097181466207\n", - "12:30:00\tCompleted 3157 to KZ356400: 357.39614348896373\n", - "12:30:00\tCompleted 3185 to KZ276000: 4423.685164510274\n", - "12:30:00\tCompleted 3147 to KZ116800: 345.4844366678165\n", - "12:30:00\tCompleted 3159 to KZ434800: 1418.2692093186112:30:00\tCompleted 3167 to KZ275400: 3863.5503485372456\n", - "\n", - "12:30:00\tCompleted 3173 to KZ273200: 3298.7087200519654\n", - "12:30:00\tCompleted 3217 to KZ271000: 4360.360513864393\n", - "12:30:01\tCompleted 3183 to KZ396200: 1430.6609746233298\n", - "12:30:01\tCompleted 3199 to KZ392400: 1981.6630367342343\n", - "12:30:01\tCompleted 3196 to KZ233600: 4488.728854146798\n", - "12:30:01\tCompleted 3142 to KZ751910: 3149.556756643681\n", - "12:30:01\tCompleted 3203 to KZ235200: 3487.692269634895\n", - "12:30:01\tCompleted 3207 to KZ275000: 939.2400715279847\n", - "12:30:01\tCompleted 3157 to KZ352400: 102.27260094890536\n", - "12:30:01\tCompleted 3213 to KZ615400: 1299.3922244344608\n", - "12:30:01\tCompleted 3200 to KZ614000: 2889.1380721349433\n", - "12:30:01\tCompleted 3178 to KZ475200: 2227.265842135665\n", - "12:30:01\tCompleted 3147 to KZ111810: 367.3485296909451\n", - "12:30:01\tCompleted 3171 to KZ351800: 3156.118961285305\n", - "12:30:01\tCompleted 3164 to KZ352400: 1629.24139192674\n", - "12:30:01\tCompleted 3163 to KZ194200: 1232.2705574830522\n", - "12:30:01\tCompleted 3190 to KZ433200: 1760.549683947043\n", - "12:30:02\tCompleted 3212 to KZ595000: 1977.754938878349\n", - "12:30:02\tCompleted 3155 to KZ116800: 1502.3349768163366\n", - "12:30:02\tCompleted 3166 to KZ551000: 683.4191310173112\n", - "12:30:02\tCompleted 3187 to KZ114800: 1234.4486841326539\n", - "12:30:02\tCompleted 3160 to KZ711110: 3350.5312492642165\n", - "12:30:02\tCompleted 3165 to KZ391000: 1255.2533137547184\n", - "12:30:02\tCompleted 3206 to KZ274400: 4509.398997723725\n", - "12:30:02\tCompleted 3148 to KZ234600: 3924.566332584385\n", - "12:30:02\tCompleted 3169 to KZ192600: 1462.7147174339054\n", - "12:30:02\tCompleted 3222 to KZ593200: 2615.896954580725\n", - "12:30:02\tCompleted 3221 to KZ393400: 1394.7847229145243\n", - "12:30:02\tCompleted 3196 to KZ633200: 583.5163726982331\n", - "12:30:02\tCompleted 3192 to KZ113600: 2692.1550963620643\n", - "12:30:02\tCompleted 3177 to KZ351600: 2584.893241598025\n", - "12:30:02\tCompleted 3205 to KZ471000: 3942.3098538672366\n", - "12:30:03\tCompleted 3215 to KZ195000: 2286.6706738484004\n", - "12:30:03\tCompleted 3216 to KZ356000: 2377.851465115319\n", - "12:30:03\tCompleted 3207 to KZ274800: 1022.1516020958412\n", - "12:30:03\tCompleted 3211 to KZ393600: 1454.9446655185086\n", - "12:30:03\tCompleted 3180 to KZ276200: 1412.1144250735633\n", - "12:30:03\tCompleted 3193 to KZ114000: 2899.839969141463\n", - "12:30:03\tCompleted 3217 to KZ474600: 4242.627267097808\n", - "12:30:03\tCompleted 3182 to KZ635000: 4398.7848650298665\n", - "12:30:03\tCompleted 3153 to KZ613900: 1874.017322333663\n", - "12:30:03\tCompleted 3213 to KZ615200: 1114.9757931389108\n", - "12:30:03\tCompleted 3189 to KZ351600: 3292.284308919421\n", - "12:30:03\tCompleted 3170 to KZ635400: 4049.0635848799884\n", - "12:30:04\tCompleted 3219 to KZ154800: 3408.6208772090235\n", - "12:30:04\tCompleted 3204 to KZ635400: 3714.9362590185065\n", - "12:30:04\tCompleted 3172 to KZ791110: 1785.808671905824\n", - "12:30:04\tCompleted 3166 to KZ556000: 731.5405132253284\n", - "12:30:04\tCompleted 3162 to KZ154800: 2326.512196842436\n", - "12:30:04\tCompleted 3178 to KZ471800: 2056.8756219749284\n", - "12:30:04\tCompleted 3210 to KZ396200: 2418.5958768124033\n", - "12:30:04\tCompleted 3196 to KZ634800: 1052.1847895154754\n", - "12:30:04\tCompleted 3199 to KZ396200: 2421.691959243955\n", - "12:30:04\tCompleted 3209 to KZ196600: 3982.722748302005\n", - "12:30:04\tCompleted 3190 to KZ431900: 1737.1168563926024\n", - "12:30:04\tCompleted 3207 to KZ275800: 992.5413778949826\n", - "12:30:04\tCompleted 3171 to KZ393200: 2779.342240710795\n", - "12:30:04\tCompleted 3157 to KZ356000: 965.7589048512906\n", - "12:30:04\tCompleted 3151 to KZ634400: 3514.8398352924764\n", - "12:30:04\tCompleted 3188 to KZ751910: 1828.863369815042\n", - "12:30:04\tCompleted 3220 to KZ634800: 3332.835647425036\n", - "12:30:05\tCompleted 3221 to KZ391600: 1261.8899837762988\n", - "12:30:05\tCompleted 3155 to KZ111810: 1424.2090122898123\n", - "12:30:05\tCompleted 3144 to KZ471000: 3596.3264940005647\n", - "12:30:05\tCompleted 3175 to KZ195000: 3621.152751801732\n", - "12:30:05\tCompleted 3159 to KZ433600: 1618.1119728605108\n", - "12:30:05\tCompleted 3183 to KZ396600: 1438.579815414529\n", - "12:30:05\tCompleted 3163 to KZ751210: 1330.4887367915283\n", - "12:30:05\tCompleted 3176 to KZ751510: 3405.293145106487412:30:05\tCompleted 3179 to KZ276000: 3283.2622707706346\n", - "\n", - "12:30:05\tCompleted 3187 to KZ111010: 1622.2026546993206\n", - "12:30:05\tCompleted 3147 to KZ116600: 1194.183796364213\n", - "12:30:05\tCompleted 3223 to KZ612000: 535.5193720937792\n", - "12:30:05\tCompleted 3211 to KZ396400: 1426.8687784946571\n", - "12:30:05\tCompleted 3184 to KZ474200: 3338.7757247791233\n", - "12:30:05\tCompleted 3164 to KZ356000: 2547.930681214871\n", - "12:30:05\tCompleted 3196 to KZ633400: 410.6452123115766\n", - "12:30:06\tCompleted 3165 to KZ395400: 1298.6172086800323\n", - "12:30:06\tCompleted 3207 to KZ276000: 1068.2366247038212\n", - "12:30:06\tCompleted 3160 to KZ711410: 3340.66547008519\n", - "12:30:06\tCompleted 3180 to KZ271000: 1429.8073804877918\n", - "12:30:06\tCompleted 3202 to KZ196400: 4230.837653905193\n", - "12:30:06\tCompleted 3185 to KZ276200: 4143.071377776337\n", - "12:30:06\tCompleted 3200 to KZ613900: 3126.0580693046704\n", - "12:30:06\tCompleted 3192 to KZ113800: 2520.9078961922983\n", - "12:30:06\tCompleted 3142 to KZ751510: 3138.0726945427655\n", - "12:30:07\tCompleted 3176 to KZ231000: 654.3005497045879\n", - "12:30:07\tCompleted 3217 to KZ274000: 5014.018697583894\n", - "12:30:07\tCompleted 3166 to KZ556800: 932.2284380972704\n", - "12:30:07\tCompleted 3157 to KZ354400: 758.2430266741393\n", - "12:30:07\tCompleted 3216 to KZ354400: 2170.335586938188\n", - "12:30:07\tCompleted 3147 to KZ115600: 531.4208778944998\n", - "12:30:07\tCompleted 3193 to KZ117000: 2946.2996378576854\n", - "12:30:07\tCompleted 3197 to KZ636400: 3417.96927627364\n", - "12:30:07\tCompleted 3222 to KZ595800: 2987.9089712002187\n", - "12:30:07\tCompleted 3223 to KZ614400: 957.8490554158818\n", - "12:30:07\tCompleted 3171 to KZ393400: 2792.8916805464214\n", - "12:30:07\tCompleted 3196 to KZ633600: 876.1840855957645\n", - "12:30:07\tCompleted 3190 to KZ434600: 1775.0163806428077\n", - "12:30:07\tCompleted 3153 to KZ612000: 1394.2745231576255\n", - "12:30:07\tCompleted 3199 to KZ396600: 2333.397091391414\n", - "12:30:07\tCompleted 3178 to KZ593200: 3231.926337920072\n", - "12:30:07\tCompleted 3207 to KZ276200: 905.2970773009225\n", - "12:30:08\tCompleted 3169 to KZ196600: 1721.7916740235207\n", - "12:30:08\tCompleted 3213 to KZ616400: 1816.597345334314\n", - "12:30:08\tCompleted 3167 to KZ273600: 3031.509607519784\n", - "12:30:08\tCompleted 3173 to KZ274400: 3228.775120063514\n", - "12:30:08\tCompleted 3212 to KZ593600: 2247.9749022006163\n", - "12:30:08\tCompleted 3221 to KZ393600: 1579.781688694413\n", - "12:30:08\tCompleted 3177 to KZ354000: 2231.1789120671315\n", - "12:30:08\tCompleted 3203 to KZ235600: 3582.7300356553\n", - "12:30:08\tCompleted 3215 to KZ194400: 2104.455600389448\n", - "12:30:08\tCompleted 3189 to KZ354000: 2938.56997938852\n", - "12:30:08\tCompleted 3148 to KZ234800: 3058.267708420001\n", - "12:30:08\tCompleted 3223 to KZ614600: 682.9567530004698\n", - "12:30:08\tCompleted 3142 to KZ231000: 941.4088249063944\n", - "12:30:08\tCompleted 3176 to KZ234000: 672.8614018848253\n", - "12:30:08\tCompleted 3210 to KZ396600: 2426.5147176035925\n", - "12:30:08\tCompleted 3211 to KZ394000: 1494.5699048214449\n", - "12:30:09\tCompleted 3196 to KZ633800: 792.9054650749464\n", - "12:30:09\tCompleted 3206 to KZ275400: 5184.587429680775\n", - "12:30:09\tCompleted 3147 to KZ115200: 724.9029923807622\n", - "12:30:09\tCompleted 3207 to KZ271000: 871.2242238203231\n", - "12:30:09\tCompleted 3172 to KZ791310: 1742.2684400252153\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:30:09\tCompleted 3163 to KZ751110: 1338.0941189482076\n", - "12:30:09\tCompleted 3155 to KZ116600: 2478.8105157698897\n", - "12:30:09\tCompleted 3182 to KZ632200: 3748.465183796135\n", - "12:30:09\tCompleted 3187 to KZ116000: 1671.9053447862032\n", - "12:30:09\tCompleted 3166 to KZ554800: 936.923926141726\n", - "12:30:10\tCompleted 3165 to KZ392000: 1415.5409037602715\n", - "12:30:10\tCompleted 3205 to KZ473600: 3523.3350878442934\n", - "12:30:10\tCompleted 3199 to KZ394200: 1944.858368655359812:30:10\tCompleted 3151 to KZ313600: 2666.504543996858\n", - "\n", - "12:30:10\tCompleted 3217 to KZ475000: 4612.956293847629\n", - "12:30:10\tCompleted 3209 to KZ194200: 3610.8138101242903\n", - "12:30:10\tCompleted 3188 to KZ751510: 1821.3518958854975\n", - "12:30:10\tCompleted 3219 to KZ155200: 3835.559540110776\n", - "12:30:10\tCompleted 3200 to KZ612000: 2631.929709970433\n", - "12:30:10\tCompleted 3223 to KZ614800: 922.6667582581422\n", - "12:30:10\tCompleted 3196 to KZ634000: 789.9902076404836\n", - "12:30:10\tCompleted 3160 to KZ711210: 3338.021239527167\n", - "12:30:10\tCompleted 3190 to KZ434400: 1811.941392986902\n", - "12:30:10\tCompleted 3142 to KZ234000: 1051.7725164597196\n", - "12:30:10\tCompleted 3170 to KZ635000: 3576.3967949683583\n", - "12:30:10\tCompleted 3226 to KZ115400: 2335.477992359287\n", - "12:30:10\tCompleted 3171 to KZ391600: 3052.0879237969866\n", - "12:30:11\tCompleted 3159 to KZ434000: 1779.87034108238\n", - "12:30:11\tCompleted 3193 to KZ114400: 2823.593523184889\n", - "12:30:11\tCompleted 3213 to KZ615600: 1427.0377795584207\n", - "12:30:11\tCompleted 3183 to KZ394200: 1887.4901941682886\n", - "12:30:11\tCompleted 3169 to KZ194200: 1223.7414161960555\n", - "12:30:11\tCompleted 3207 to KZ274000: 1125.396235307947\n", - "12:30:11\tCompleted 3216 to KZ351800: 2191.3703015812043\n", - "12:30:11\tCompleted 3176 to KZ234200: 1265.283418339019\n", - "12:30:11\tCompleted 3192 to KZ114500: 2984.2880610013285\n", - "12:30:11\tCompleted 3204 to KZ635000: 3242.2694691068764\n", - "12:30:11\tCompleted 3221 to KZ396400: 1551.7058016705616\n", - "12:30:11\tCompleted 3222 to KZ593400: 2999.584658713418\n", - "12:30:12\tCompleted 3223 to KZ615400: 919.0723833396314\n", - "12:30:12\tCompleted 3147 to KZ115400: 945.4757642464192\n", - "12:30:12\tCompleted 3178 to KZ595800: 3561.8050498430007\n", - "12:30:12\tCompleted 3180 to KZ274000: 2083.465564207304\n", - "12:30:12\tCompleted 3175 to KZ194400: 3444.438622566512\n", - "12:30:12\tCompleted 3211 to KZ396800: 1626.0417056117878\n", - "12:30:12\tCompleted 3220 to KZ633400: 2511.550951039392\n", - "12:30:12\tCompleted 3144 to KZ473600: 3177.3517279776215\n", - "12:30:12\tCompleted 3166 to KZ556400: 874.6577998331683\n", - "12:30:12\tCompleted 3155 to KZ115600: 1688.2714180430203\n", - "12:30:12\tCompleted 3196 to KZ635400: 1234.895760222716\n", - "12:30:12\tCompleted 3185 to KZ271000: 4160.764333190565\n", - "12:30:12\tCompleted 3199 to KZ394400: 1897.860764317282\n", - "12:30:12\tCompleted 3207 to KZ274200: 1010.4931126553013\n", - "12:30:13\tCompleted 3202 to KZ196800: 3698.996051664044\n", - "12:30:13\tCompleted 3153 to KZ614400: 1800.550121773466\n", - "12:30:13\tCompleted 3189 to KZ351000: 2902.6063461879335\n", - "12:30:13\tCompleted 3187 to KZ116400: 1463.26151094385212:30:13\tCompleted 3212 to KZ595200: 1925.661479550224\n", - "\n", - "12:30:13\tCompleted 3184 to KZ474600: 3015.9511639610414\n", - "12:30:13\tCompleted 3177 to KZ351000: 2195.215278866545\n", - "12:30:13\tCompleted 3163 to KZ751310: 1339.608837573969\n", - "12:30:13\tCompleted 3179 to KZ276200: 3002.64848403673\n", - "12:30:13\tCompleted 3213 to KZ615800: 1194.2141228403545\n", - "12:30:13\tCompleted 3223 to KZ615200: 734.6559520440813\n", - "12:30:13\tCompleted 3171 to KZ393600: 2592.289362160474\n", - "12:30:13\tCompleted 3165 to KZ395600: 1292.694253051348\n", - "12:30:13\tCompleted 3217 to KZ274200: 5131.364191963436\n", - "12:30:13\tCompleted 3196 to KZ635000: 709.6223328902673\n", - "12:30:13\tCompleted 3210 to KZ394200: 2875.4250963573318\n", - "12:30:14\tCompleted 3142 to KZ234200: 1600.9650087950315\n", - "12:30:14\tCompleted 3176 to KZ234600: 1380.4537167770993\n", - "12:30:14\tCompleted 3190 to KZ431000: 2097.6019481076837\n", - "12:30:14\tCompleted 3160 to KZ711310: 3328.281298834281\n", - "12:30:14\tCompleted 3172 to KZ791510: 1719.3879404535624\n", - "12:30:14\tCompleted 3197 to KZ631000: 3178.2812589589544\n", - "12:30:14\tCompleted 3215 to KZ194600: 2114.9725663939525\n", - "12:30:14\tCompleted 3148 to KZ235200: 3105.9075557833685\n", - "12:30:14\tCompleted 3200 to KZ614400: 3054.2593932925174\n", - "12:30:14\tCompleted 3227 to KZ234000: 4371.504530907754\n", - "12:30:14\tCompleted 3206 to KZ273600: 4352.546688663242\n", - "12:30:14\tCompleted 3151 to KZ314000: 2448.938279353167\n", - "12:30:14\tCompleted 3169 to KZ751210: 1321.9595955045315\n", - "12:30:14\tCompleted 3213 to KZ612600: 903.594133954844\n", - "12:30:15\tCompleted 3211 to KZ394800: 1366.3144790361891\n", - "12:30:15\tCompleted 3203 to KZ233600: 3588.4920244554246\n", - "12:30:15\tCompleted 3176 to KZ234800: 372.6787826794167\n", - "12:30:15\tCompleted 3196 to KZ632200: 800.4410858898995\n", - "12:30:15\tCompleted 3192 to KZ114000: 2745.6686307556715\n", - "12:30:15\tCompleted 3221 to KZ394000: 1619.4069279973494\n", - "12:30:15\tCompleted 3166 to KZ554200: 1102.707385775189\n", - "12:30:15\tCompleted 3199 to KZ433200: 1930.3543267909947\n", - "12:30:15\tCompleted 3155 to KZ115200: 1881.7535325292824\n", - "12:30:16\tCompleted 3219 to KZ156400: 3414.8495397500096\n", - "12:30:16\tCompleted 3209 to KZ751210: 3565.6134327091036\n", - "12:30:16\tCompleted 3173 to KZ275400: 3903.9635520205243\n", - "12:30:16\tCompleted 3167 to KZ276600: 3113.33485421877\n", - "12:30:16\tCompleted 3171 to KZ396400: 2426.1242400732576\n", - "12:30:16\tCompleted 3193 to KZ114600: 3449.056994036323\n", - "12:30:16\tCompleted 3216 to KZ393200: 2705.485569992037\n", - "12:30:16\tCompleted 3222 to KZ594200: 2812.9063611837396\n", - "12:30:16\tCompleted 3226 to KZ151000: 3419.215929047796\n", - "12:30:16\tCompleted 3178 to KZ593400: 3702.244270659942\n", - "12:30:16\tCompleted 3223 to KZ616400: 1436.2775042394846\n", - "12:30:16\tCompleted 3183 to KZ394400: 1967.37740530305\n", - "12:30:16\tCompleted 3163 to KZ751410: 1355.2764566647288\n", - "12:30:16\tCompleted 3176 to KZ235200: 610.3682552302373\n", - "12:30:16\tCompleted 3217 to KZ475200: 4623.799254631676\n", - "12:30:16\tCompleted 3188 to KZ231000: 2480.896934760632\n", - "12:30:16\tCompleted 3189 to KZ352000: 2670.7110892745823\n", - "12:30:17\tCompleted 3196 to KZ635200: 975.2273806832951\n", - "12:30:17\tCompleted 3182 to KZ635200: 4664.389912822908\n", - "12:30:17\tCompleted 3208 to KZ113200: 2909.6287272576533\n", - "12:30:17\tCompleted 3142 to KZ234600: 1716.1353072331133\n", - "12:30:17\tCompleted 3177 to KZ352000: 1963.320021953187\n", - "12:30:17\tCompleted 3153 to KZ614600: 1487.4946419346286\n", - "12:30:17\tCompleted 3187 to KZ116800: 1789.4928565053242\n", - "12:30:17\tCompleted 3213 to KZ616000: 1221.3533385729609\n", - "12:30:17\tCompleted 3170 to KZ632200: 2926.0771137346746\n", - "12:30:17\tCompleted 3190 to KZ435200: 2188.4137414977354\n", - "12:30:17\tCompleted 3180 to KZ274200: 2200.8110585867803\n", - "12:30:17\tCompleted 3205 to KZ474200: 3969.9592489108154\n", - "12:30:18\tCompleted 3199 to KZ431900: 1905.164139923674\n", - "12:30:18\tCompleted 3159 to KZ471000: 3620.1766670270868\n", - "12:30:18\tCompleted 3147 to KZ151000: 2330.6843412646167\n", - "12:30:18\tCompleted 3218 to KZ113200: 2847.467064258071\n", - "12:30:18\tCompleted 3203 to KZ633200: 1048.9709464803461\n", - "12:30:18\tCompleted 3165 to KZ395800: 1595.0783284578206\n", - "12:30:18\tCompleted 3212 to KZ591000: 1978.9871719253827\n", - "12:30:18\tCompleted 3196 to KZ632400: 844.182938532794\n", - "12:30:18\tCompleted 3171 to KZ394000: 2493.8253664000495\n", - "12:30:18\tCompleted 3176 to KZ235600: 619.4456819060911\n", - "12:30:18\tCompleted 3223 to KZ615600: 1046.7179384635922\n", - "12:30:18\tCompleted 3210 to KZ394400: 2955.3123074920863\n", - "12:30:18\tCompleted 3169 to KZ751110: 1329.5649776612108\n", - "12:30:18\tCompleted 3211 to KZ395000: 1688.030158157634\n", - "12:30:18\tCompleted 3185 to KZ274000: 4824.452023129812\n", - "12:30:18\tCompleted 3142 to KZ234800: 751.5898972543114\n", - "12:30:18\tCompleted 3175 to KZ194600: 3454.955588571009\n", - "12:30:19\tCompleted 3220 to KZ633600: 2505.7789500495205\n", - "12:30:19\tCompleted 3221 to KZ396800: 1750.8787287876924\n", - "12:30:19\tCompleted 3155 to KZ115400: 2102.3263043949382\n", - "12:30:19\tCompleted 3160 to KZ555200: 4072.096158055425\n", - "12:30:19\tCompleted 3172 to KZ791710: 1717.6117601365297\n", - "12:30:19\tCompleted 3193 to KZ114800: 2496.7171357130956\n", - "12:30:19\tCompleted 3192 to KZ117000: 2792.128299471894\n", - "12:30:19\tCompleted 3222 to KZ596600: 2487.9841938818945\n", - "12:30:19\tCompleted 3200 to KZ614600: 2779.3670908771114\n", - "12:30:19\tCompleted 3181 to KZ113200: 1665.0685806158374\n", - "12:30:20\tCompleted 3196 to KZ632800: 857.8567745167722\n", - "12:30:20\tCompleted 3204 to KZ632200: 2591.9497878731927\n", - "12:30:20\tCompleted 3178 to KZ594200: 3375.586187389371\n", - "12:30:20\tCompleted 3176 to KZ233600: 830.0626456962323\n", - "12:30:20\tCompleted 3223 to KZ615800: 813.894281745525\n", - "12:30:20\tCompleted 3142 to KZ235200: 897.4765304320437\n", - "12:30:20\tCompleted 3166 to KZ791110: 1534.6471891092474\n", - "12:30:20\tCompleted 3213 to KZ613800: 1369.6074715918476\n", - "12:30:20\tCompleted 3199 to KZ434600: 1943.0636641738793\n", - "12:30:20\tCompleted 3144 to KZ474200: 3623.9758890441435\n", - "12:30:20\tCompleted 3179 to KZ271000: 3020.341439450946\n", - "12:30:20\tCompleted 3206 to KZ276600: 4434.371935362206\n", - "12:30:20\tCompleted 3151 to KZ314800: 2948.2255842275977\n", - "12:30:20\tCompleted 3148 to KZ235600: 3200.9453218037734\n", - "12:30:20\tCompleted 3190 to KZ434800: 2109.9799772210176\n", - "12:30:20\tCompleted 3163 to KZ751710: 1390.9924104949896\n", - "12:30:21\tCompleted 3184 to KZ475000: 3386.2801907108187\n", - "12:30:21\tCompleted 3209 to KZ751110: 3573.370792021985\n", - "12:30:21\tCompleted 3171 to KZ396800: 2625.2971671903792\n", - "12:30:21\tCompleted 3197 to KZ634600: 3634.940604942546\n", - "12:30:21\tCompleted 3202 to KZ191600: 3724.7940277241287\n", - "12:30:21\tCompleted 3227 to KZ234200: 4822.450237428709\n", - "12:30:21\tCompleted 3187 to KZ111810: 1829.023657551819\n", - "12:30:21\tCompleted 3208 to KZ113400: 2987.489764062991\n", - "12:30:21\tCompleted 3215 to KZ194800: 2383.088218447955\n", - "12:30:21\tCompleted 3196 to KZ636800: 772.351226343796\n", - "12:30:21\tCompleted 3223 to KZ612600: 523.2742928600145\n", - "12:30:21\tCompleted 3211 to KZ395200: 1628.141655828846\n", - "12:30:21\tCompleted 3219 to KZ155600: 3587.5294137888695\n", - "12:30:21\tCompleted 3165 to KZ392400: 1321.2652544841608\n", - "12:30:22\tCompleted 3216 to KZ393400: 2711.7038509384256\n", - "12:30:22\tCompleted 3221 to KZ394800: 1491.1515022120936\n", - "12:30:22\tCompleted 3181 to KZ113400: 1683.5873396924603\n", - "12:30:22\tCompleted 3226 to KZ153200: 3423.632512476421\n", - "12:30:22\tCompleted 3142 to KZ235600: 992.5142964524717\n", - "12:30:22\tCompleted 3169 to KZ751310: 1331.0796962869722\n", - "12:30:22\tCompleted 3189 to KZ354800: 3426.229359804035\n", - "12:30:22\tCompleted 3218 to KZ113400: 2925.3281010634087\n", - "12:30:22\tCompleted 3212 to KZ595600: 1827.2910207292603\n", - "12:30:22\tCompleted 3153 to KZ614800: 1868.8071040212972\n", - "12:30:23\tCompleted 3196 to KZ635800: 813.806087184085\n", - "12:30:23\tCompleted 3167 to KZ275000: 2989.649614893025\n", - "12:30:23\tCompleted 3173 to KZ273600: 3071.9228110030626\n", - "12:30:23\tCompleted 3177 to KZ354800: 2718.8382924826465\n", - "12:30:23\tCompleted 3192 to KZ114400: 2669.4221847990975\n", - "12:30:23\tCompleted 3193 to KZ111010: 2884.4711062797273\n", - "12:30:23\tCompleted 3183 to KZ433200: 2395.661779558736\n", - "12:30:23\tCompleted 3223 to KZ616000: 841.0334974781314\n", - "12:30:23\tCompleted 3171 to KZ394800: 2368.3742949379407\n", - "12:30:23\tCompleted 3178 to KZ596600: 3127.849320273716\n", - "12:30:23\tCompleted 3188 to KZ234000: 2689.5074121282987\n", - "12:30:23\tCompleted 3190 to KZ433600: 1925.6235053708697\n", - "12:30:23\tCompleted 3210 to KZ433200: 3200.1027314766693\n", - "12:30:23\tCompleted 3203 to KZ634800: 1739.4160407427185\n", - "12:30:23\tCompleted 3199 to KZ434400: 1979.9886765179735\n", - "12:30:23\tCompleted 3222 to KZ595000: 2852.2067275587806\n", - "12:30:23\tCompleted 3147 to KZ153200: 2380.877948693364\n", - "12:30:24\tCompleted 3217 to KZ471800: 4453.409034470944\n", - "12:30:24\tCompleted 3160 to KZ551600: 3805.5294360698977\n", - "12:30:24\tCompleted 3182 to KZ632400: 4457.0469500165\n", - "12:30:24\tCompleted 3196 to KZ636200: 684.0605768290942\n", - "12:30:24\tCompleted 3142 to KZ233600: 998.2762852525879\n", - "12:30:24\tCompleted 3172 to KZ611600: 1937.8211427581898\n", - "12:30:24\tCompleted 3159 to KZ473600: 3201.2019010041436\n", - "12:30:24\tCompleted 3155 to KZ151000: 3487.53488141308\n", - "12:30:24\tCompleted 3170 to KZ635200: 3842.0018427613722\n", - "12:30:24\tCompleted 3200 to KZ614800: 3019.0770961347916\n", - "12:30:24\tCompleted 3211 to KZ391000: 1577.7974021003417\n", - "12:30:24\tCompleted 3205 to KZ474600: 3647.1346880927335\n", - "12:30:24\tCompleted 3187 to KZ116600: 1647.8257593601215\n", - "12:30:25\tCompleted 3165 to KZ396200: 1129.6883404579426\n", - "12:30:25\tCompleted 3223 to KZ613800: 989.287630497018\n", - "12:30:25\tCompleted 3166 to KZ791310: 1510.5243055513383\n", - "12:30:25\tCompleted 3208 to KZ113600: 2666.0068822232297\n", - "12:30:25\tCompleted 3175 to KZ194800: 3723.071240625012\n", - "12:30:25\tCompleted 3203 to KZ633400: 781.2099412974487\n", - "12:30:25\tCompleted 3213 to KZ273200: 1911.3360017490545\n", - "12:30:25\tCompleted 3185 to KZ274200: 4931.768011289627\n", - "12:30:25\tCompleted 3181 to KZ113600: 1817.6844136988987\n", - "12:30:25\tCompleted 3196 to KZ636400: 593.4302084762836\n", - "12:30:25\tCompleted 3171 to KZ395000: 2687.2856197362344\n", - "12:30:26\tCompleted 3163 to KZ751810: 1344.8514782610882\n", - "12:30:26\tCompleted 3169 to KZ751410: 1346.747315377732\n", - "12:30:26\tCompleted 3220 to KZ633800: 2766.130612425774\n", - "12:30:26\tCompleted 3151 to KZ315400: 2635.464465547646\n", - "12:30:26\tCompleted 3189 to KZ355200: 2727.7319278091463\n", - "12:30:26\tCompleted 3176 to KZ633200: 3680.534746205132\n", - "12:30:26\tCompleted 3206 to KZ275000: 4310.686696036476\n", - "12:30:26\tCompleted 3209 to KZ751310: 3566.54236489723912:30:26\tCompleted 3218 to KZ113600: 2603.8452192236473\n", - "\n", - "12:30:26\tCompleted 3221 to KZ395000: 1812.8671813335386\n", - "12:30:26\tCompleted 3196 to KZ631000: 656.364916800538\n", - "12:30:26\tCompleted 3193 to KZ116000: 2934.173796366615\n", - "12:30:27\tCompleted 3212 to KZ596000: 1916.944799058528\n", - "12:30:27\tCompleted 3216 to KZ391600: 2567.574347953916\n", - "12:30:27\tCompleted 3178 to KZ595000: 3402.170197618228\n", - "12:30:27\tCompleted 3177 to KZ355200: 2020.340860487729312:30:27\tCompleted 3148 to KZ233600: 3206.707310603898\n", - "\n", - "12:30:27\tCompleted 3219 to KZ156800: 2947.4519645997016\n", - "12:30:27\tCompleted 3199 to KZ431000: 2265.6492316387435\n", - "12:30:27\tCompleted 3190 to KZ434000: 2660.8271985360425\n", - "12:30:27\tCompleted 3186 to KZ113200: 1008.1804784454142\n", - "12:30:27\tCompleted 3217 to KZ593200: 2192.201958447763\n", - "12:30:27\tCompleted 3215 to KZ195600: 2459.8687862031543\n", - "12:30:27\tCompleted 3197 to KZ634400: 3158.7287493362405\n", - "12:30:27\tCompleted 3210 to KZ431900: 2681.0588985814657\n", - "12:30:28\tCompleted 3144 to KZ474600: 3301.1513282260617\n", - "12:30:28\tCompleted 3204 to KZ635200: 3507.8745168998903\n", - "12:30:28\tCompleted 3227 to KZ234600: 4937.620535866815\n", - "12:30:28\tCompleted 3226 to KZ153400: 3313.0458549507425\n", - "12:30:28\tCompleted 3184 to KZ475200: 3397.123151494868\n", - "12:30:28\tCompleted 3211 to KZ395400: 1616.1737862990012\n", - "12:30:28\tCompleted 3192 to KZ114600: 3294.885655650531612:30:28\tCompleted 3202 to KZ195200: 3662.559050858861\n", - "\n", - "12:30:28\tCompleted 3165 to KZ396600: 1137.6071812491418\n", - "12:30:28\tCompleted 3187 to KZ115600: 1646.8688039096096\n", - "12:30:28\tCompleted 3183 to KZ431900: 1880.5575933409057\n", - "12:30:28\tCompleted 3203 to KZ633600: 1196.4926389378181\n", - "12:30:28\tCompleted 3153 to KZ615400: 1759.7109861942329\n", - "12:30:28\tCompleted 3222 to KZ593600: 3122.4266908810414\n", - "12:30:28\tCompleted 3171 to KZ395200: 2765.486352470805\n", - "12:30:28\tCompleted 3196 to KZ634600: 914.8779692255811\n", - "12:30:28\tCompleted 3219 to KZ193200: 403.2302739400961\n", - "12:30:28\tCompleted 3208 to KZ113800: 2494.7596820534636\n", - "12:30:29\tCompleted 3200 to KZ615400: 3015.4827212162622\n", - "12:30:29\tCompleted 3160 to KZ553200: 3924.4774294765944\n", - "12:30:29\tCompleted 3166 to KZ791510: 1509.064830697588\n", - "12:30:29\tCompleted 3181 to KZ113800: 2001.8010010685923\n", - "12:30:29\tCompleted 3190 to KZ471000: 1068.2429240454705\n", - "12:30:29\tCompleted 3172 to KZ613600: 1792.6134042322378\n", - "12:30:29\tCompleted 3148 to KZ633200: 1007.1267547093114\n", - "12:30:29\tCompleted 3213 to KZ274400: 1848.4646892357657\n", - "12:30:29\tCompleted 3155 to KZ153200: 3537.728488841827\n", - "12:30:29\tCompleted 3186 to KZ113400: 944.3223521297042\n", - "12:30:29\tCompleted 3169 to KZ751710: 1382.4632692079929\n", - "12:30:29\tCompleted 3173 to KZ276600: 3153.7480577020488\n", - "12:30:29\tCompleted 3163 to KZ751910: 1345.7901598973108\n", - "12:30:30\tCompleted 3218 to KZ113800: 2432.598019053881\n", - "12:30:30\tCompleted 3147 to KZ153400: 1964.5492780632396\n", - "12:30:30\tCompleted 3221 to KZ395200: 1588.2390171130512\n", - "12:30:30\tCompleted 3167 to KZ274800: 3514.53742270451812:30:30\tCompleted 3196 to KZ634400: 516.200282644753\n", - "\n", - "12:30:30\tCompleted 3142 to KZ633200: 3365.140926401818\n", - "12:30:30\tCompleted 3219 to KZ193400: 608.1191509555368\n", - "12:30:30\tCompleted 3188 to KZ234200: 3140.453118649256\n", - "12:30:30\tCompleted 3193 to KZ116400: 2725.529962524272\n", - "12:30:30\tCompleted 3182 to KZ632800: 4207.27382451168\n", - "12:30:30\tCompleted 3179 to KZ274000: 3673.999623170458\n", - "12:30:30\tCompleted 3223 to KZ273200: 2264.527920687151\n", - "12:30:30\tCompleted 3211 to KZ392000: 1413.0796603455349\n", - "12:30:31\tCompleted 3190 to KZ473600: 601.8328153639086\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:30:31\tCompleted 3199 to KZ435200: 2356.461025028795\n", - "12:30:31\tCompleted 3171 to KZ391000: 2577.052863678937\n", - "12:30:31\tCompleted 3187 to KZ115200: 1252.369609809572\n", - "12:30:31\tCompleted 3212 to KZ596200: 1745.6396316169034\n", - "12:30:31\tCompleted 3189 to KZ355600: 2971.3774809042598\n", - "12:30:31\tCompleted 3186 to KZ113600: 817.8624745141393\n", - "12:30:31\tCompleted 3192 to KZ114800: 2342.545797327304\n", - "12:30:31\tCompleted 3170 to KZ632400: 3634.6588799549972\n", - "12:30:31\tCompleted 3159 to KZ474200: 3647.8260620706656\n", - "12:30:31\tCompleted 3219 to KZ193600: 606.7054991567361\n", - "12:30:31\tCompleted 3203 to KZ633800: 1203.2698334242048\n", - "12:30:31\tCompleted 3205 to KZ475000: 4017.463714842511\n", - "12:30:32\tCompleted 3178 to KZ593600: 3739.6052034423874\n", - "12:30:32\tCompleted 3181 to KZ114500: 1725.988436582545\n", - "12:30:32\tCompleted 3217 to KZ595800: 2296.121568488132\n", - "12:30:32\tCompleted 3175 to KZ195600: 3799.8518083802164\n", - "12:30:32\tCompleted 3177 to KZ355600: 2263.986413582871\n", - "12:30:32\tCompleted 3216 to KZ393600: 2686.0497930970323\n", - "12:30:32\tCompleted 3151 to KZ315600: 3154.905978368292\n", - "12:30:32\tCompleted 3210 to KZ434600: 2714.7234690078435\n", - "12:30:32\tCompleted 3197 to KZ313600: 1882.149349692625\n", - "12:30:32\tCompleted 3200 to KZ615200: 2831.0662899207155\n", - "12:30:32\tCompleted 3209 to KZ751410: 3583.9673433008784\n", - "12:30:32\tCompleted 3222 to KZ595200: 2800.1132682306657\n", - "12:30:33\tCompleted 3206 to KZ274800: 4835.57450384802\n", - "12:30:33\tCompleted 3219 to KZ194000: 462.2507303020679\n", - "12:30:33\tCompleted 3165 to KZ394200: 1586.5175600029002\n", - "12:30:33\tCompleted 3208 to KZ114500: 2958.139846862494\n", - "12:30:33\tCompleted 3190 to KZ474200: 1095.8923190890246\n", - "12:30:33\tCompleted 3163 to KZ751510: 1338.2786859677663\n", - "12:30:33\tCompleted 3166 to KZ791710: 1481.5459047838356\n", - "12:30:33\tCompleted 3186 to KZ113800: 831.0439973382729\n", - "12:30:33\tCompleted 3220 to KZ634000: 3007.3107045605852\n", - "12:30:33\tCompleted 3169 to KZ751810: 1336.3223369740915\n", - "12:30:33\tCompleted 3196 to KZ313600: 1944.3606976290134\n", - "12:30:33\tCompleted 3171 to KZ395400: 2615.429247877595\n", - "12:30:33\tCompleted 3153 to KZ615200: 1539.1938409782401\n", - "12:30:33\tCompleted 3227 to KZ234800: 4071.3219117023436\n", - "12:30:33\tCompleted 3176 to KZ634800: 4224.391719416144\n", - "12:30:33\tCompleted 3221 to KZ391000: 1702.6344252762462\n", - "12:30:33\tCompleted 3183 to KZ434600: 1914.222163767286\n", - "12:30:33\tCompleted 3226 to KZ153600: 3605.449615808267\n", - "12:30:34\tCompleted 3211 to KZ395600: 1726.6458663265048\n", - "12:30:34\tCompleted 3160 to KZ553600: 3875.4804277115713\n", - "12:30:34\tCompleted 3187 to KZ115400: 1235.228846333669\n", - "12:30:34\tCompleted 3199 to KZ434800: 2278.0272607520774\n", - "12:30:34\tCompleted 3148 to KZ634800: 1728.1306766524551\n", - "12:30:34\tCompleted 3219 to KZ196400: 321.96978786724327\n", - "12:30:34\tCompleted 3215 to KZ195800: 2273.755658570305\n", - "12:30:34\tCompleted 3218 to KZ114500: 2895.9781838629115\n", - "12:30:34\tCompleted 3172 to KZ614000: 1774.9596962594096\n", - "12:30:34\tCompleted 3155 to KZ153400: 3121.3998182117043\n", - "12:30:34\tCompleted 3181 to KZ114000: 1807.5637411985347\n", - "12:30:35\tCompleted 3190 to KZ474600: 773.0677582709465\n", - "12:30:35\tCompleted 3193 to KZ116800: 3051.761308085735\n", - "12:30:35\tCompleted 3192 to KZ111010: 2730.299767893936\n", - "12:30:35\tCompleted 3187 to KZ151000: 491.1262696075156\n", - "12:30:35\tCompleted 3178 to KZ595200: 3275.961305168312712:30:35\tCompleted 3219 to KZ196800: 373.5516690823101\n", - "\n", - "12:30:35\tCompleted 3202 to KZ195000: 4112.692015579059\n", - "12:30:35\tCompleted 3184 to KZ471800: 3226.7329313341424\n", - "12:30:35\tCompleted 3203 to KZ634000: 1444.4499255590245\n", - "12:30:35\tCompleted 3144 to KZ475000: 3671.480354975839\n", - "12:30:35\tCompleted 3217 to KZ593400: 2105.508831135999\n", - "12:30:36\tCompleted 3171 to KZ392000: 2412.335121924144\n", - "12:30:36\tCompleted 3204 to KZ632400: 3300.5315540935153\n", - "12:30:36\tCompleted 3186 to KZ114500: 1119.8247234235655\n", - "12:30:36\tCompleted 3197 to KZ314000: 1664.5830850489356\n", - "12:30:36\tCompleted 3223 to KZ274400: 2201.6566081738565\n", - "12:30:36\tCompleted 3213 to KZ275400: 2523.653121192775\n", - "12:30:36\tCompleted 3189 to KZ352100: 3443.0687288051\n", - "12:30:36\tCompleted 3187 to KZ153200: 428.0402739756588\n", - "12:30:36\tCompleted 3219 to KZ191600: 290.4512122144671\n", - "12:30:36\tCompleted 3196 to KZ314000: 1802.717333480627\n", - "12:30:36\tCompleted 3148 to KZ633400: 906.84598026677\n", - "12:30:36\tCompleted 3173 to KZ275000: 3030.0628183763038\n", - "12:30:36\tCompleted 3147 to KZ153600: 2747.1483232539154\n", - "12:30:37\tCompleted 3199 to KZ433600: 2093.6707889019413\n", - "12:30:37\tCompleted 3208 to KZ114000: 2719.520416616837\n", - "12:30:37\tCompleted 3182 to KZ636800: 4232.167406040308\n", - "12:30:37\tCompleted 3167 to KZ275800: 2984.12024669294\n", - "12:30:37\tCompleted 3169 to KZ751910: 1337.261018610314\n", - "12:30:37\tCompleted 3190 to KZ475000: 1143.3967850207466\n", - "12:30:37\tCompleted 3212 to KZ596400: 2341.2993117000633\n", - "12:30:37\tCompleted 3142 to KZ634800: 3908.99789961283\n", - "12:30:37\tCompleted 3151 to KZ316000: 2328.66690050481\n", - "12:30:37\tCompleted 3181 to KZ117000: 1730.1960846451386\n", - "12:30:37\tCompleted 3222 to KZ591000: 2853.4389606058144\n", - "12:30:37\tCompleted 3221 to KZ395400: 1741.0108094749057\n", - "12:30:37\tCompleted 3210 to KZ434400: 3057.672867969569\n", - "12:30:37\tCompleted 3216 to KZ396400: 2907.461439770387\n", - "12:30:37\tCompleted 3188 to KZ234600: 3255.6234170873104\n", - "12:30:37\tCompleted 3200 to KZ616400: 3532.68784211613\n", - "12:30:37\tCompleted 3159 to KZ474600: 3325.0015012525837\n", - "12:30:37\tCompleted 3219 to KZ195200: 367.7581772992756\n", - "12:30:38\tCompleted 3211 to KZ395800: 1822.2595084019022\n", - "12:30:38\tCompleted 3170 to KZ632800: 3384.88575445022\n", - "12:30:38\tCompleted 3186 to KZ114000: 927.9070838704325\n", - "12:30:38\tCompleted 3187 to KZ153400: 707.9348932108367\n", - "12:30:38\tCompleted 3166 to KZ611600: 1559.5071892427638\n", - "12:30:38\tCompleted 3177 to KZ352100: 2735.6776614837036\n", - "12:30:38\tCompleted 3184 to KZ593200: 999.0774754555703\n", - "12:30:38\tCompleted 3218 to KZ114000: 2657.3587536172545\n", - "12:30:38\tCompleted 3160 to KZ552200: 3767.0124856898583\n", - "12:30:38\tCompleted 3206 to KZ275800: 4305.157327836378\n", - "12:30:38\tCompleted 3179 to KZ274200: 3791.3451175499185\n", - "12:30:38\tCompleted 3165 to KZ394400: 1666.4047711376627\n", - "12:30:38\tCompleted 3209 to KZ751710: 3624.955375069781\n", - "12:30:38\tCompleted 3171 to KZ395600: 2725.9013279050837\n", - "12:30:39\tCompleted 3196 to KZ314800: 1242.7172209303214\n", - "12:30:39\tCompleted 3219 to KZ195000: 116.47478051719344\n", - "12:30:39\tCompleted 3178 to KZ591000: 3392.9171492910245\n", - "12:30:39\tCompleted 3192 to KZ116000: 2780.0024579808237\n", - "12:30:39\tCompleted 3205 to KZ475200: 4028.3066756265603\n", - "12:30:39\tCompleted 3148 to KZ633600: 952.2785191084648\n", - "12:30:39\tCompleted 3175 to KZ195800: 3613.738680747367\n", - "12:30:39\tCompleted 3190 to KZ475200: 1154.239745804795\n", - "12:30:39\tCompleted 3193 to KZ111810: 3091.292109132226\n", - "12:30:39\tCompleted 3183 to KZ434400: 2257.171562729019\n", - "12:30:39\tCompleted 3163 to KZ231000: 3154.0352867403362\n", - "12:30:39\tCompleted 3227 to KZ235200: 4118.961759065711\n", - "12:30:39\tCompleted 3226 to KZ154000: 3357.0261886332414\n", - "12:30:39\tCompleted 3153 to KZ616400: 2381.0136868791724\n", - "12:30:39\tCompleted 3217 to KZ594200: 2285.3665801995044\n", - "12:30:40\tCompleted 3172 to KZ613900: 2052.8829682758574\n", - "12:30:40\tCompleted 3187 to KZ153600: 791.9143032967496\n", - "12:30:40\tCompleted 3213 to KZ273600: 1691.6123801752972\n", - "12:30:40\tCompleted 3186 to KZ117000: 978.6000533026088\n", - "12:30:40\tCompleted 3181 to KZ114400: 1864.7345538716556\n", - "12:30:40\tCompleted 3176 to KZ633400: 3580.253971762591\n", - "12:30:40\tCompleted 3219 to KZ194400: 596.5412640130219\n", - "12:30:40\tCompleted 3221 to KZ392000: 1537.9166835214394\n", - "12:30:40\tCompleted 3199 to KZ434000: 2828.8744820671022\n", - "12:30:40\tCompleted 3203 to KZ635400: 1922.1270114499594\n", - "12:30:41\tCompleted 3155 to KZ153600: 3903.9988634023525\n", - "12:30:41\tCompleted 3215 to KZ196000: 2460.536413959202\n", - "12:30:41\tCompleted 3208 to KZ117000: 2765.9800853330594\n", - "12:30:41\tCompleted 3211 to KZ392400: 1512.2802880252864\n", - "12:30:41\tCompleted 3169 to KZ751510: 1329.7495446807695\n", - "12:30:41\tCompleted 3189 to KZ352200: 2929.4260590670133\n", - "12:30:41\tCompleted 3190 to KZ471800: 983.8495256440596\n", - "12:30:41\tCompleted 3197 to KZ314800: 2163.8703899233924\n", - "12:30:41\tCompleted 3196 to KZ315400: 1465.3836778537989\n", - "12:30:41\tCompleted 3212 to KZ594600: 1853.115292034781\n", - "12:30:41\tCompleted 3220 to KZ635400: 3515.546618132263\n", - "12:30:41\tCompleted 3222 to KZ595600: 2701.7428094097163\n", - "12:30:41\tCompleted 3186 to KZ114400: 742.7572578237442\n", - "12:30:41\tCompleted 3171 to KZ395800: 2981.059439673819\n", - "12:30:41\tCompleted 3210 to KZ431000: 2399.3642856069614\n", - "12:30:41\tCompleted 3187 to KZ154000: 601.2066915952261\n", - "12:30:41\tCompleted 3219 to KZ194600: 230.3420988872502\n", - "12:30:41\tCompleted 3184 to KZ595800: 1102.9970854959477\n", - "12:30:42\tCompleted 3200 to KZ615600: 3143.128276340245\n", - "12:30:42\tCompleted 3166 to KZ613600: 1414.2994507168119\n", - "12:30:42\tCompleted 3218 to KZ117000: 2703.818422333477\n", - "12:30:42\tCompleted 3148 to KZ633800: 1161.42564165317\n", - "12:30:42\tCompleted 3180 to KZ113200: 1590.7638543851913\n", - "12:30:42\tCompleted 3178 to KZ595600: 3264.4226356153476\n", - "12:30:42\tCompleted 3202 to KZ194400: 3931.9740809405603\n", - "12:30:43\tCompleted 3142 to KZ633400: 3264.8601519592776\n", - "12:30:43\tCompleted 3219 to KZ194800: 337.7864432229186512:30:43\tCompleted 3144 to KZ475200: 3682.3233157598884\n", - "\n", - "12:30:43\tCompleted 3223 to KZ275400: 2876.845040130854\n", - "12:30:43\tCompleted 3199 to KZ471000: 1238.0475668894221\n", - "12:30:43\tCompleted 3192 to KZ116400: 2571.3586241384805\n", - "12:30:43\tCompleted 3147 to KZ154000: 2268.494600850062\n", - "12:30:43\tCompleted 3187 to KZ154200: 704.9402919225342\n", - "12:30:43\tCompleted 3151 to KZ316600: 2976.657764588831\n", - "12:30:43\tCompleted 3160 to KZ554600: 3823.2028242625506\n", - "12:30:43\tCompleted 3181 to KZ114600: 1751.234673664362812:30:43\tCompleted 3204 to KZ632800: 2891.4353017836524\n", - "\n", - "12:30:43\tCompleted 3216 to KZ394000: 3139.3962891362085\n", - "12:30:43\tCompleted 3177 to KZ352200: 2222.0349917456247\n", - "12:30:43\tCompleted 3193 to KZ116600: 2910.094210940531\n", - "12:30:43\tCompleted 3182 to KZ635800: 4681.669653737592\n", - "12:30:44\tCompleted 3209 to KZ751810: 3571.1992191467307\n", - "12:30:44\tCompleted 3173 to KZ274800: 3554.950626187797\n", - "12:30:44\tCompleted 3213 to KZ276600: 1773.437626874273\n", - "12:30:44\tCompleted 3188 to KZ234800: 2389.324792922905\n", - "12:30:44\tCompleted 3184 to KZ593400: 912.3843481438073\n", - "12:30:44\tCompleted 3217 to KZ596600: 2386.252097776253\n", - "12:30:44\tCompleted 3196 to KZ315600: 1738.8492955320166\n", - "12:30:44\tCompleted 3167 to KZ276000: 3399.951272447975\n", - "12:30:44\tCompleted 3183 to KZ431000: 1597.9931318755182\n", - "12:30:44\tCompleted 3171 to KZ392400: 2511.535749603885\n", - "12:30:44\tCompleted 3219 to KZ195600: 590.2557146771233\n", - "12:30:44\tCompleted 3187 to KZ156000: 497.7193799307253\n", - "12:30:44\tCompleted 3221 to KZ395600: 1851.4828895024093\n", - "12:30:44\tCompleted 3159 to KZ475000: 3695.330528002361\n", - "12:30:44\tCompleted 3153 to KZ615600: 1579.3221907441487\n", - "12:30:44\tCompleted 3199 to KZ473600: 771.6374582078608\n", - "12:30:44\tCompleted 3208 to KZ114400: 2643.273970660263\n", - "12:30:44\tCompleted 3189 to KZ352300: 2218.6111399110446\n", - "12:30:44\tCompleted 3206 to KZ276000: 4720.988353591481\n", - "12:30:44\tCompleted 3172 to KZ612000: 1718.034966739133\n", - "12:30:45\tCompleted 3190 to KZ593200: 2491.1057317626496\n", - "12:30:45\tCompleted 3165 to KZ433200: 2165.654445779496\n", - "12:30:45\tCompleted 3203 to KZ635000: 1396.8535841175105\n", - "12:30:45\tCompleted 3228 to KZ354800: 1387.7752463534637\n", - "12:30:45\tCompleted 3170 to KZ636800: 3409.7793359788343\n", - "12:30:45\tCompleted 3211 to KZ396200: 1928.8983593543048\n", - "12:30:45\tCompleted 3186 to KZ114600: 1254.4449648316224\n", - "12:30:45\tCompleted 3175 to KZ196000: 3800.5194361362587\n", - "12:30:45\tCompleted 3222 to KZ596000: 2791.3965877389614\n", - "12:30:46\tCompleted 3178 to KZ596000: 3483.2183410484495\n", - "12:30:46\tCompleted 3227 to KZ235600: 4213.9995250861375\n", - "12:30:46\tCompleted 3176 to KZ633600: 3351.0786311741613\n", - "12:30:46\tCompleted 3210 to KZ435200: 2297.6701555460404\n", - "12:30:46\tCompleted 3212 to KZ711110: 1926.7837680210846\n", - "12:30:46\tCompleted 3218 to KZ114400: 2581.1123076606805\n", - "12:30:46\tCompleted 3180 to KZ113400: 1668.6248911905516\n", - "12:30:46\tCompleted 3187 to KZ154600: 583.2273554297749\n", - "12:30:46\tCompleted 3155 to KZ154000: 3425.345140998525\n", - "12:30:46\tCompleted 3197 to KZ315400: 1851.1092712434238\n", - "12:30:46\tCompleted 3205 to KZ471800: 3857.9164554658346\n", - "12:30:46\tCompleted 3163 to KZ234000: 3362.645764108024\n", - "12:30:46\tCompleted 3166 to KZ614000: 1542.7121132585507\n", - "12:30:46\tCompleted 3219 to KZ195800: 677.8798817988618\n", - "12:30:46\tCompleted 3200 to KZ615800: 2910.304619622156\n", - "12:30:46\tCompleted 3226 to KZ154200: 3659.6622276025637\n", - "12:30:47\tCompleted 3177 to KZ352300: 1511.2200725896191\n", - "12:30:47\tCompleted 3184 to KZ594200: 1092.2420972073187\n", - "12:30:47\tCompleted 3181 to KZ114800: 2323.070546494473\n", - "12:30:47\tCompleted 3192 to KZ116800: 2897.589969699943612:30:47\tCompleted 3215 to KZ191000: 2152.147261066184\n", - "\n", - "12:30:47\tCompleted 3199 to KZ474200: 1265.6969619329752\n", - "12:30:47\tCompleted 3186 to KZ114800: 693.9350082755424\n", - "12:30:47\tCompleted 3187 to KZ154800: 370.46396322751957\n", - "12:30:47\tCompleted 3203 to KZ632200: 1053.9453713419352\n", - "12:30:47\tCompleted 3171 to KZ396200: 2951.564672113601\n", - "12:30:47\tCompleted 3193 to KZ115600: 2909.13725549002\n", - "12:30:47\tCompleted 3213 to KZ275000: 1639.1352839766378\n", - "12:30:48\tCompleted 3219 to KZ196000: 379.1870284723768\n", - "12:30:48\tCompleted 3196 to KZ316000: 2063.9503156365695\n", - "12:30:48\tCompleted 3169 to KZ231000: 3189.2484901759303\n", - "12:30:48\tCompleted 3216 to KZ396800: 2885.4887466966215\n", - "12:30:48\tCompleted 3151 to KZ316200: 2479.387032580313\n", - "12:30:48\tCompleted 3223 to KZ273600: 2044.8042991134016\n", - "12:30:48\tCompleted 3142 to KZ633600: 3035.684811370848\n", - "12:30:48\tCompleted 3217 to KZ595000: 2220.692116463968\n", - "12:30:48\tCompleted 3202 to KZ194600: 3942.491046945057\n", - "12:30:49\tCompleted 3199 to KZ474600: 942.8724011148986\n", - "12:30:49\tCompleted 3178 to KZ596200: 3088.00160711100112:30:49\tCompleted 3183 to KZ435200: 1674.2994381039337\n", - "\n", - "12:30:49\tCompleted 3219 to KZ191000: 64.32691200610677\n", - "12:30:49\tCompleted 3221 to KZ395800: 1947.0965315778067\n", - "12:30:49\tCompleted 3180 to KZ113600: 1347.142009350758\n", - "12:30:49\tCompleted 3205 to KZ593200: 1115.750613032246\n", - "12:30:49\tCompleted 3187 to KZ155200: 797.4026261292989\n", - "12:30:49\tCompleted 3153 to KZ615800: 1593.7018100716805\n", - "12:30:49\tCompleted 3228 to KZ355200: 1944.833727921015\n", - "12:30:49\tCompleted 3220 to KZ635000: 3042.879828220633\n", - "12:30:49\tCompleted 3147 to KZ154200: 2571.130639819384\n", - "12:30:49\tCompleted 3222 to KZ596200: 2620.09142029737\n", - "12:30:49\tCompleted 3211 to KZ396600: 1864.0143426824889\n", - "12:30:49\tCompleted 3160 to KZ555600: 4387.233674756382\n", - "12:30:49\tCompleted 3181 to KZ111010: 1860.4226709245315\n", - "12:30:50\tCompleted 3186 to KZ111010: 1080.4973050891465\n", - "12:30:50\tCompleted 3208 to KZ114600: 3268.737441511697\n", - "12:30:50\tCompleted 3144 to KZ471800: 3511.9330955991627\n", - "12:30:50\tCompleted 3189 to KZ352800: 2930.109902208111\n", - "12:30:50\tCompleted 3209 to KZ751910: 3592.340135497138\n", - "12:30:50\tCompleted 3184 to KZ596600: 1121.376972498201\n", - "12:30:50\tCompleted 3172 to KZ614400: 1979.4157677156602\n", - "12:30:50\tCompleted 3210 to KZ434800: 2328.9964164623684\n", - "12:30:50\tCompleted 3190 to KZ595800: 2820.9844436855783\n", - "12:30:50\tCompleted 3200 to KZ612600: 2619.684630736671\n", - "12:30:50\tCompleted 3219 to KZ196200: 409.8257518984273\n", - "12:30:50\tCompleted 3188 to KZ235200: 2436.964640286294\n", - "12:30:50\tCompleted 3187 to KZ156400: 631.5436581265243\n", - "12:30:50\tCompleted 3165 to KZ431900: 1650.550259561665\n", - "12:30:50\tCompleted 3204 to KZ636800: 3075.6520101173523\n", - "12:30:51\tCompleted 3173 to KZ275800: 3024.5334501762186\n", - "12:30:51\tCompleted 3212 to KZ711410: 1922.71697871528\n", - "12:30:51\tCompleted 3167 to KZ276200: 3119.3374857140707\n", - "12:30:51\tCompleted 3171 to KZ396600: 2863.26980426106\n", - "12:30:51\tCompleted 3193 to KZ115200: 2514.6380613900064\n", - "12:30:51\tCompleted 3182 to KZ636200: 4350.5829759394355\n", - "12:30:51\tCompleted 3199 to KZ475000: 1313.2014278646989\n", - "12:30:51\tCompleted 3218 to KZ114600: 3206.5757785121145\n", - "12:30:51\tCompleted 3192 to KZ111810: 2937.1207707464346\n", - "12:30:51\tCompleted 3206 to KZ276200: 4440.374566857535\n", - "12:30:51\tCompleted 3196 to KZ316600: 1612.7577765953695\n", - "12:30:51\tCompleted 3175 to KZ191000: 3492.1302832432407\n", - "12:30:51\tCompleted 3186 to KZ116000: 693.147668166991312:30:51\tCompleted 3159 to KZ475200: 3706.1734887864104\n", - "\n", - "12:30:51\tCompleted 3155 to KZ154200: 3727.9811799678473\n", - "12:30:51\tCompleted 3211 to KZ394200: 1161.1144264042575\n", - "12:30:51\tCompleted 3177 to KZ352800: 2222.7188348867226\n", - "12:30:51\tCompleted 3219 to KZ192600: 119.68275610498056\n", - "12:30:52\tCompleted 3226 to KZ156000: 3232.911459970784\n", - "12:30:52\tCompleted 3144 to KZ593200: 629.3836113681882\n", - "12:30:52\tCompleted 3187 to KZ155600: 549.3724998073878\n", - "12:30:52\tCompleted 3227 to KZ233600: 4096.61612294206\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:30:52\tCompleted 3166 to KZ613900: 1819.4638123997445\n", - "12:30:52\tCompleted 3180 to KZ113800: 1175.8948091809864\n", - "12:30:52\tCompleted 3170 to KZ635800: 3859.281583676042\n", - "12:30:52\tCompleted 3215 to KZ196200: 1917.7400882748582\n", - "12:30:52\tCompleted 3221 to KZ392400: 1637.117311201191\n", - "12:30:52\tCompleted 3197 to KZ315600: 2370.5507840640553\n", - "12:30:52\tCompleted 3228 to KZ355600: 1642.5992136684272\n", - "12:30:52\tCompleted 3181 to KZ116000: 1837.5523811651885\n", - "12:30:52\tCompleted 3176 to KZ633800: 3651.6639786546707\n", - "12:30:52\tCompleted 3203 to KZ635200: 1662.4586319105385\n", - "12:30:53\tCompleted 3217 to KZ593600: 2335.240720748273\n", - "12:30:53\tCompleted 3205 to KZ595800: 1219.6702230726232\n", - "12:30:53\tCompleted 3208 to KZ114800: 2316.3975831884695\n", - "12:30:53\tCompleted 3184 to KZ595000: 1027.5676334717853\n", - "12:30:53\tCompleted 3151 to KZ311000: 2339.958292951193\n", - "12:30:53\tCompleted 3219 to KZ196600: 543.6000977073033\n", - "12:30:53\tCompleted 3153 to KZ612600: 1423.816658876724\n", - "12:30:53\tCompleted 3187 to KZ156800: 450.6620479136\n", - "12:30:53\tCompleted 3199 to KZ475200: 1324.0443886487471\n", - "12:30:53\tCompleted 3171 to KZ394200: 2639.7464102191357\n", - "12:30:53\tCompleted 3213 to KZ274800: 2174.6401953600407\n", - "12:30:53\tCompleted 3186 to KZ116400: 921.5561613336781\n", - "12:30:53\tCompleted 3163 to KZ234200: 3813.59147062896\n", - "12:30:53\tCompleted 3227 to KZ633200: 929.1304056611589\n", - "12:30:54\tCompleted 3216 to KZ394800: 3064.143315394684\n", - "12:30:54\tCompleted 3144 to KZ595800: 733.3032214085654\n", - "12:30:54\tCompleted 3178 to KZ596400: 3957.0687860882526\n", - "12:30:54\tCompleted 3200 to KZ616000: 2937.4438353547675\n", - "12:30:54\tCompleted 3228 to KZ352100: 882.2876366425786\n", - "12:30:54\tCompleted 3211 to KZ394400: 1428.478015608334\n", - "12:30:54\tCompleted 3193 to KZ115400: 2497.497297914123\n", - "12:30:54\tCompleted 3218 to KZ114800: 2254.235920188887\n", - "12:30:54\tCompleted 3219 to KZ194200: 625.8206159957409\n", - "12:30:54\tCompleted 3142 to KZ633800: 3336.2701588513573\n", - "12:30:54\tCompleted 3160 to KZ551000: 3842.1050805402265\n", - "12:30:54\tCompleted 3210 to KZ433600: 2589.666596811488\n", - "12:30:55\tCompleted 3183 to KZ434800: 1589.3225280290171\n", - "12:30:55\tCompleted 3190 to KZ593400: 2926.276750904326\n", - "12:30:55\tCompleted 3222 to KZ596400: 3215.7511003804966\n", - "12:30:55\tCompleted 3196 to KZ316200: 2096.1656177288605\n", - "12:30:55\tCompleted 3172 to KZ614600: 1769.067395184225\n", - "12:30:55\tCompleted 3199 to KZ471800: 1153.65416848801\n", - "12:30:55\tCompleted 3189 to KZ356400: 3030.5236575390104\n", - "12:30:55\tCompleted 3205 to KZ593400: 1029.057485720483\n", - "12:30:55\tCompleted 3181 to KZ116400: 1951.6550998067898\n", - "12:30:55\tCompleted 3147 to KZ156000: 2144.3798721876046\n", - "12:30:55\tCompleted 3209 to KZ751510: 3580.856073396222\n", - "12:30:55\tCompleted 3192 to KZ116600: 2755.922872554745\n", - "12:30:55\tCompleted 3202 to KZ194800: 4210.6066989990595\n", - "12:30:55\tCompleted 3223 to KZ276600: 2126.6295458123777\n", - "12:30:55\tCompleted 3220 to KZ632200: 2438.8165378534163\n", - "12:30:55\tCompleted 3166 to KZ612000: 1339.7210132237071\n", - "12:30:55\tCompleted 3144 to KZ593400: 542.6904840564252\n", - "12:30:55\tCompleted 3212 to KZ711210: 1905.5526472794481\n", - "12:30:55\tCompleted 3197 to KZ316000: 1544.3117062005601\n", - "12:30:55\tCompleted 3186 to KZ116800: 952.0764279517467\n", - "12:30:55\tCompleted 3211 to KZ433200: 561.5955142316403\n", - "12:30:56\tCompleted 3171 to KZ394400: 2427.733477186944\n", - "12:30:56\tCompleted 3219 to KZ751210: 371.11512126787494\n", - "12:30:56\tCompleted 3165 to KZ434600: 1684.2148299880453\n", - "12:30:56\tCompleted 3227 to KZ634800: 1413.5769970714528\n", - "12:30:56\tCompleted 3184 to KZ593600: 1142.1162377560788\n", - "12:30:56\tCompleted 3180 to KZ114500: 1639.274973990046\n", - "12:30:56\tCompleted 3209 to KZ231000: 487.7473531796962\n", - "12:30:56\tCompleted 3193 to KZ151000: 1034.3159158080566\n", - "12:30:56\tCompleted 3155 to KZ156000: 3301.2304123360677\n", - "12:30:56\tCompleted 3177 to KZ356400: 2323.132590217614\n", - "12:30:56\tCompleted 3169 to KZ234000: 3397.8589675436183\n", - "12:30:57\tCompleted 3221 to KZ396200: 1863.0986293969459\n", - "12:30:57\tCompleted 3208 to KZ111010: 2704.1515537551013\n", - "12:30:57\tCompleted 3228 to KZ352200: 1451.1557506565453\n", - "12:30:57\tCompleted 3211 to KZ431900: 44.40487752583278\n", - "12:30:57\tCompleted 3206 to KZ271000: 4458.067522271772\n", - "12:30:57\tCompleted 3203 to KZ632400: 1531.414189760036\n", - "12:30:57\tCompleted 3219 to KZ751110: 364.7168456045859\n", - "12:30:57\tCompleted 3188 to KZ235600: 2532.002406306699\n", - "12:30:57\tCompleted 3213 to KZ275800: 1644.2230193484443\n", - "12:30:57\tCompleted 3178 to KZ594600: 3182.414526011617\n", - "12:30:57\tCompleted 3226 to KZ154600: 3531.048890715899\n", - "12:30:57\tCompleted 3227 to KZ633400: 707.8803564238323\n", - "12:30:58\tCompleted 3186 to KZ111810: 1009.5243077953636\n", - "12:30:58\tCompleted 3159 to KZ471800: 3535.7832686256847\n", - "12:30:58\tCompleted 3196 to KZ311000: 1701.57998785944\n", - "12:30:58\tCompleted 3181 to KZ116800: 1739.256246114764\n", - "12:30:58\tCompleted 3144 to KZ594200: 722.548233119936612:30:58\tCompleted 3167 to KZ271000: 3137.0304411282864\n", - "\n", - "12:30:58\tCompleted 3209 to KZ234000: 740.4303983964306\n", - "12:30:58\tCompleted 3217 to KZ595200: 2332.690853805492\n", - "12:30:58\tCompleted 3153 to KZ616000: 1588.230412642128\n", - "12:30:58\tCompleted 3173 to KZ276000: 3440.3644759312538\n", - "12:30:58\tCompleted 3171 to KZ433200: 2725.5466788690987\n", - "12:30:58\tCompleted 3200 to KZ613800: 3085.6979683736513\n", - "12:30:58\tCompleted 3211 to KZ434600: 78.75229082748987\n", - "12:30:58\tCompleted 3182 to KZ636400: 4767.697636631024\n", - "12:30:58\tCompleted 3218 to KZ111010: 2641.989890755519\n", - "12:30:58\tCompleted 3193 to KZ153200: 971.229920176199812:30:58\tCompleted 3219 to KZ751310: 371.20212697882454\n", - "\n", - "12:30:58\tCompleted 3205 to KZ594200: 1208.9152347839945\n", - "12:30:58\tCompleted 3199 to KZ593200: 2659.1530152937103\n", - "12:30:58\tCompleted 3175 to KZ196200: 3257.7231104519255\n", - "12:30:59\tCompleted 3204 to KZ635800: 3457.763383841742\n", - "12:30:59\tCompleted 3222 to KZ594600: 2727.5670807152355\n", - "12:30:59\tCompleted 3151 to KZ315000: 2752.630167090408\n", - "12:30:59\tCompleted 3190 to KZ594200: 2634.7655812319485\n", - "12:30:59\tCompleted 3210 to KZ434000: 2353.723847221987\n", - "12:30:59\tCompleted 3215 to KZ192600: 2191.091016094878\n", - "12:30:59\tCompleted 3216 to KZ395000: 2992.1187250856356\n", - "12:30:59\tCompleted 3176 to KZ634000: 3898.866776551693\n", - "12:30:59\tCompleted 3189 to KZ352400: 2880.3787126590887\n", - "12:30:59\tCompleted 3192 to KZ115600: 2754.9659171042285\n", - "12:30:59\tCompleted 3184 to KZ595200: 1139.5663708133147\n", - "12:30:59\tCompleted 3170 to KZ636200: 3528.194905877951412:30:59\tCompleted 3200 to KZ273200: 365.05583619708153\n", - "\n", - "12:30:59\tCompleted 3227 to KZ633600: 1221.7981185586898\n", - "12:30:59\tCompleted 3160 to KZ556000: 3890.22646274824\n", - "12:30:59\tCompleted 3159 to KZ593200: 653.2337843947122\n", - "12:31:00\tCompleted 3180 to KZ114000: 1400.655543744368\n", - "12:31:00\tCompleted 3219 to KZ751410: 378.21207308372107\n", - "12:31:00\tCompleted 3211 to KZ434400: 419.1656507245368\n", - "12:31:00\tCompleted 3209 to KZ234200: 1147.303537068335\n", - "12:31:00\tCompleted 3203 to KZ632800: 1111.3610599688077\n", - "12:31:00\tCompleted 3187 to KZ193200: 3340.4595614893115\n", - "12:31:00\tCompleted 3181 to KZ111810: 1661.1302815882398\n", - "12:31:00\tCompleted 3183 to KZ433600: 1789.165291570918\n", - "12:31:00\tCompleted 3144 to KZ596600: 823.4337506967017\n", - "12:31:00\tCompleted 3223 to KZ275000: 1992.3272029147422\n", - "12:31:00\tCompleted 3172 to KZ614800: 2192.5675476028046\n", - "12:31:00\tCompleted 3212 to KZ711310: 1893.4396535676851\n", - "12:31:01\tCompleted 3163 to KZ234600: 3928.7617690670145\n", - "12:31:01\tCompleted 3193 to KZ153400: 1664.6705783739005\n", - "12:31:01\tCompleted 3219 to KZ751710: 410.24814274386466\n", - "12:31:01\tCompleted 3186 to KZ116600: 1155.3653156815394\n", - "12:31:01\tCompleted 3142 to KZ634000: 3583.4729567483796\n", - "12:31:01\tCompleted 3208 to KZ116000: 2753.854243841989\n", - "12:31:01\tCompleted 3221 to KZ396600: 1871.0174701881451\n", - "12:31:01\tCompleted 3228 to KZ352300: 2017.071816628327\n", - "12:31:01\tCompleted 3200 to KZ274400: 638.1056204242227\n", - "12:31:01\tCompleted 3211 to KZ431000: 393.93785819699804\n", - "12:31:01\tCompleted 3171 to KZ431900: 2600.052181487433\n", - "12:31:01\tCompleted 3166 to KZ614400: 1745.9966118395475\n", - "12:31:01\tCompleted 3178 to KZ711110: 3648.0884352765984\n", - "12:31:01\tCompleted 3177 to KZ352400: 2172.9876453377\n", - "12:31:01\tCompleted 3227 to KZ633800: 1154.2976726309237\n", - "12:31:01\tCompleted 3196 to KZ315000: 1818.788804093073\n", - "12:31:01\tCompleted 3155 to KZ154600: 3599.3678430811824\n", - "12:31:02\tCompleted 3159 to KZ595800: 757.1533944350895\n", - "12:31:02\tCompleted 3165 to KZ434400: 2027.1642289497797\n", - "12:31:02\tCompleted 3147 to KZ154600: 2442.5173029327193\n", - "12:31:02\tCompleted 3219 to KZ751810: 373.9594862917052\n", - "12:31:02\tCompleted 3184 to KZ591000: 1029.7820995658526\n", - "12:31:02\tCompleted 3218 to KZ116000: 2691.6925808424066\n", - "12:31:02\tCompleted 3202 to KZ195600: 4287.387266754265\n", - "12:31:02\tCompleted 3144 to KZ595000: 657.8737693844031\n", - "12:31:02\tCompleted 3209 to KZ234600: 1262.4738355064148\n", - "12:31:02\tCompleted 3217 to KZ591000: 2222.9065825580346\n", - "12:31:02\tCompleted 3211 to KZ435200: 484.7496515870604\n", - "12:31:02\tCompleted 3205 to KZ596600: 1309.8007523607598\n", - "12:31:03\tCompleted 3213 to KZ276000: 2060.0540451035113\n", - "12:31:03\tCompleted 3193 to KZ153600: 881.8160890608518\n", - "12:31:03\tCompleted 3197 to KZ316600: 2192.3025702846107\n", - "12:31:03\tCompleted 3200 to KZ275400: 995.5263969182038\n", - "12:31:03\tCompleted 3189 to KZ356000: 2222.0090423244874\n", - "12:31:03\tCompleted 3199 to KZ595800: 2989.031727216639\n", - "12:31:03\tCompleted 3226 to KZ154800: 3366.0562017282987\n", - "12:31:03\tCompleted 3192 to KZ115200: 2360.466723004215\n", - "12:31:03\tCompleted 3222 to KZ711110: 2863.733777473714\n", - "12:31:03\tCompleted 3219 to KZ751910: 356.08450175203853\n", - "12:31:03\tCompleted 3180 to KZ117000: 1447.1152124606053\n", - "12:31:03\tCompleted 3220 to KZ635200: 3308.484876013647\n", - "12:31:03\tCompleted 3151 to KZ314200: 2345.4335238865274\n", - "12:31:03\tCompleted 3190 to KZ596600: 2387.0287141162935\n", - "12:31:03\tCompleted 3221 to KZ394200: 1285.9514495801623\n", - "12:31:03\tCompleted 3159 to KZ593400: 566.5406570829492\n", - "12:31:04\tCompleted 3211 to KZ434800: 406.3158873103351\n", - "12:31:04\tCompleted 3228 to KZ352800: 1478.278173353512\n", - "12:31:04\tCompleted 3227 to KZ634000: 1151.3824151964604\n", - "12:31:04\tCompleted 3206 to KZ274000: 5121.755212210999\n", - "12:31:04\tCompleted 3209 to KZ234800: 480.854049316073\n", - "12:31:04\tCompleted 3171 to KZ434600: 2637.951705737637\n", - "12:31:04\tCompleted 3186 to KZ115600: 1105.1634542994354\n", - "12:31:04\tCompleted 3216 to KZ395200: 2524.083240010803\n", - "12:31:04\tCompleted 3169 to KZ234200: 3848.804674064554\n", - "12:31:04\tCompleted 3203 to KZ636800: 1313.4015902295441\n", - "12:31:04\tCompleted 3181 to KZ116600: 2681.04606769421412:31:04\tCompleted 3177 to KZ356000: 1514.6179750030553\n", - "\n", - "12:31:04\tCompleted 3219 to KZ751510: 356.64577779272037\n", - "12:31:04\tCompleted 3208 to KZ116400: 2545.210409999646\n", - "12:31:04\tCompleted 3144 to KZ593600: 772.4223736686964\n", - "12:31:04\tCompleted 3193 to KZ154000: 1144.396337795767\n", - "12:31:05\tCompleted 3188 to KZ233600: 2537.7643951068235\n", - "12:31:05\tCompleted 3175 to KZ192600: 3531.0740382719346\n", - "12:31:05\tCompleted 3200 to KZ273600: 817.9155835683098\n", - "12:31:05\tCompleted 3182 to KZ631000: 4296.71736260748\n", - "12:31:05\tCompleted 3211 to KZ433600: 221.959415460184\n", - "12:31:05\tCompleted 3173 to KZ276200: 3159.7506891973494\n", - "12:31:05\tCompleted 3230 to KZ613900: 1689.939157995868\n", - "12:31:05\tCompleted 3160 to KZ556800: 4090.9143876201774\n", - "12:31:05\tCompleted 3209 to KZ235200: 424.4611481135706\n", - "12:31:05\tCompleted 3165 to KZ431000: 1367.9857980962774\n", - "12:31:05\tCompleted 3166 to KZ614600: 1432.941132000710212:31:05\tCompleted 3159 to KZ594200: 746.3984061464607\n", - "\n", - "12:31:05\tCompleted 3205 to KZ595000: 1144.2407710484608\n", - "12:31:05\tCompleted 3204 to KZ636200: 3194.067580016469512:31:05\tCompleted 3196 to KZ314200: 1702.9942014218132\n", - "\n", - "12:31:05\tCompleted 3186 to KZ115200: 710.6642601993983\n", - "12:31:05\tCompleted 3167 to KZ274000: 3800.718131067493\n", - "12:31:05\tCompleted 3178 to KZ711410: 3638.222656097572\n", - "12:31:06\tCompleted 3210 to KZ471000: 4786.672717890992\n", - "12:31:06\tCompleted 3215 to KZ196600: 2236.806740150144\n", - "12:31:06\tCompleted 3184 to KZ595600: 1263.6696860877748\n", - "12:31:06\tCompleted 3218 to KZ116400: 2483.0487470000635\n", - "12:31:06\tCompleted 3183 to KZ434000: 1950.9236597927807\n", - "12:31:06\tCompleted 3221 to KZ394400: 1553.3150387842386\n", - "12:31:06\tCompleted 3180 to KZ114400: 1324.409097787794\n", - "12:31:06\tCompleted 3228 to KZ356400: 1278.9865138309774\n", - "12:31:06\tCompleted 3193 to KZ154200: 903.0782211823935\n", - "12:31:06\tCompleted 3192 to KZ115400: 2343.3259595283316\n", - "12:31:07\tCompleted 3227 to KZ635400: 1596.2879677786937\n", - "12:31:07\tCompleted 3211 to KZ434000: 957.1631086253876\n", - "12:31:07\tCompleted 3229 to KZ474200: 4376.690182743972\n", - "12:31:07\tCompleted 3170 to KZ636400: 3945.3095665695173\n", - "12:31:07\tCompleted 3171 to KZ434400: 2674.8767180817354\n", - "12:31:07\tCompleted 3209 to KZ235600: 538.8528247257735\n", - "12:31:07\tCompleted 3187 to KZ193400: 3338.8554176552284\n", - "12:31:07\tCompleted 3200 to KZ276600: 1099.6283592286118\n", - "12:31:07\tCompleted 3144 to KZ595200: 769.8725067259326\n", - "12:31:07\tCompleted 3155 to KZ154800: 3482.54852333313312:31:07\tCompleted 3213 to KZ276200: 1779.44025836958612:31:07\tCompleted 3163 to KZ234800: 3062.4631449026306\n", - "\n", - "\n", - "12:31:07\tCompleted 3223 to KZ274800: 2527.8321142981267\n", - "12:31:07\tCompleted 3176 to KZ635400: 4407.102690123391\n", - "12:31:07\tCompleted 3186 to KZ115400: 688.0435976013064\n", - "12:31:07\tCompleted 3222 to KZ711410: 2853.8679982946874\n", - "12:31:07\tCompleted 3197 to KZ316200: 1695.0318382760715\n", - "12:31:07\tCompleted 3217 to KZ595600: 2456.794169079955\n", - "12:31:07\tCompleted 3181 to KZ115600: 1925.1926873414477\n", - "12:31:07\tCompleted 3221 to KZ433200: 686.4325374075447\n", - "12:31:08\tCompleted 3147 to KZ154800: 2325.6979831846957\n", - "12:31:08\tCompleted 3199 to KZ593400: 3094.3240344353826\n", - "12:31:08\tCompleted 3189 to KZ354400: 3009.3143650786888\n", - "12:31:08\tCompleted 3230 to KZ612000: 1558.6506190243326\n", - "12:31:08\tCompleted 3209 to KZ233600: 247.51953234917949\n", - "12:31:08\tCompleted 3190 to KZ595000: 2661.349591460814\n", - "12:31:08\tCompleted 3193 to KZ156000: 1213.5318795641824\n", - "12:31:08\tCompleted 3151 to KZ353200: 2460.4249150792994\n", - "12:31:08\tCompleted 3200 to KZ275000: 678.8207535387858\n", - "12:31:08\tCompleted 3196 to KZ353200: 1418.3459954525106\n", - "12:31:08\tCompleted 3227 to KZ635000: 1071.01454044624512:31:08\tCompleted 3184 to KZ596000: 906.4847020346848\n", - "\n", - "12:31:08\tCompleted 3192 to KZ151000: 880.144577422254\n", - "12:31:08\tCompleted 3212 to KZ555200: 2656.6473059302252\n", - "12:31:09\tCompleted 3172 to KZ615400: 1991.8519676458834\n", - "12:31:09\tCompleted 3226 to KZ155200: 3792.9948646300513\n", - "12:31:09\tCompleted 3159 to KZ596600: 847.2839237232258\n", - "12:31:09\tCompleted 3202 to KZ195800: 4101.274139121415\n", - "12:31:09\tCompleted 3228 to KZ352400: 1464.2037612499157\n", - "12:31:09\tCompleted 3221 to KZ431900: 167.38870451232543\n", - "12:31:09\tCompleted 3165 to KZ435200: 1444.292104324693\n", - "12:31:09\tCompleted 3208 to KZ116800: 2871.441755561109\n", - "12:31:09\tCompleted 3203 to KZ635800: 1510.208911286582\n", - "12:31:09\tCompleted 3177 to KZ354400: 2301.9232977572983\n", - "12:31:09\tCompleted 3216 to KZ391000: 2719.78950451976\n", - "12:31:09\tCompleted 3205 to KZ593600: 1258.7893753327544\n", - "12:31:10\tCompleted 3188 to KZ633200: 1845.338514789928712:31:10\tCompleted 3200 to KZ274800: 766.5358375449193\n", - "\n", - "12:31:10\tCompleted 3171 to KZ431000: 2960.53727320249\n", - "12:31:10\tCompleted 3218 to KZ116800: 2809.2800925615265\n", - "12:31:10\tCompleted 3192 to KZ153200: 817.0585817903972\n", - "12:31:10\tCompleted 3221 to KZ434600: 201.0532749387055\n", - "12:31:10\tCompleted 3193 to KZ154600: 1101.7454061316353\n", - "12:31:10\tCompleted 3178 to KZ711210: 3635.578425539549\n", - "12:31:10\tCompleted 3227 to KZ632200: 1146.0551188528236\n", - "12:31:10\tCompleted 3220 to KZ632400: 3101.141913207272\n", - "12:31:10\tCompleted 3219 to KZ231000: 4221.744977329081\n", - "12:31:11\tCompleted 3197 to KZ311000: 1555.6030986469561\n", - "12:31:11\tCompleted 3215 to KZ194200: 1864.8978019724077\n", - "12:31:11\tCompleted 3230 to KZ614400: 1616.471957435671\n", - "12:31:11\tCompleted 3206 to KZ274200: 5229.071200370814\n", - "12:31:11\tCompleted 3175 to KZ196600: 3576.789762327206\n", - "12:31:11\tCompleted 3196 to KZ353600: 1428.127611679511\n", - "12:31:11\tCompleted 3160 to KZ554800: 4094.890948467898\n", - "12:31:11\tCompleted 3181 to KZ115200: 2118.6748018277067\n", - "12:31:11\tCompleted 3159 to KZ595000: 681.723942410927212:31:11\tCompleted 3169 to KZ234600: 3963.9749725026086\n", - "\n", - "12:31:11\tCompleted 3200 to KZ275800: 732.1220599057839\n", - "12:31:11\tCompleted 3221 to KZ434400: 544.0026739004414\n", - "12:31:11\tCompleted 3180 to KZ114600: 1949.8725686392588\n", - "12:31:11\tCompleted 3217 to KZ596000: 2099.609185026876\n", - "12:31:11\tCompleted 3213 to KZ271000: 1797.1332137838144\n", - "12:31:11\tCompleted 3189 to KZ351800: 2243.995916221892\n", - "12:31:11\tCompleted 3166 to KZ614800: 1814.2535940873788\n", - "12:31:12\tCompleted 3199 to KZ594200: 2802.812864763009\n", - "12:31:12\tCompleted 3222 to KZ711210: 2851.2237677366643\n", - "12:31:12\tCompleted 3211 to KZ471000: 2148.165500645928\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:31:12\tCompleted 3193 to KZ154800: 1149.1617802720173\n", - "12:31:12\tCompleted 3184 to KZ596200: 1293.4841517058621\n", - "12:31:12\tCompleted 3210 to KZ473600: 4367.697951867969\n", - "12:31:12\tCompleted 3186 to KZ151000: 1695.8762127739249\n", - "12:31:12\tCompleted 3234 to KZ115200: 2165.9093044453552\n", - "12:31:12\tCompleted 3192 to KZ153400: 1510.499239988101\n", - "12:31:12\tCompleted 3165 to KZ434800: 1359.3151942497764\n", - "12:31:12\tCompleted 3177 to KZ351800: 1536.6048489004695\n", - "12:31:12\tCompleted 3227 to KZ635200: 1336.619588239273\n", - "12:31:12\tCompleted 3173 to KZ271000: 3177.443644611565\n", - "12:31:12\tCompleted 3182 to KZ634600: 4755.446890072926\n", - "12:31:12\tCompleted 3221 to KZ431000: 243.73687297889006\n", - "12:31:13\tCompleted 3229 to KZ474600: 4053.8656219258796\n", - "12:31:13\tCompleted 3204 to KZ636400: 3339.6177432796535\n", - "12:31:13\tCompleted 3196 to KZ351600: 1166.0629573334152\n", - "12:31:13\tCompleted 3228 to KZ356000: 2178.1682038515964\n", - "12:31:13\tCompleted 3187 to KZ193600: 2759.5576028956407\n", - "12:31:13\tCompleted 3171 to KZ435200: 3051.3490665925415\n", - "12:31:13\tCompleted 3155 to KZ155200: 3909.4871862348855\n", - "12:31:13\tCompleted 3200 to KZ276000: 812.6208601528992\n", - "12:31:13\tCompleted 3205 to KZ595200: 1256.2395083899905\n", - "12:31:13\tCompleted 3230 to KZ614600: 1406.1235849042357\n", - "12:31:13\tCompleted 3170 to KZ631000: 3474.3292925459973\n", - "12:31:13\tCompleted 3223 to KZ275800: 1997.4149382865487\n", - "12:31:13\tCompleted 3190 to KZ593600: 2998.784597284973\n", - "12:31:13\tCompleted 3203 to KZ636200: 1371.2918280563376\n", - "12:31:14\tCompleted 3180 to KZ114800: 997.5327103159765\n", - "12:31:14\tCompleted 3221 to KZ435200: 324.91435188108767\n", - "12:31:14\tCompleted 3193 to KZ155200: 722.6061006241574\n", - "12:31:14\tCompleted 3192 to KZ153600: 727.6447506750492\n", - "12:31:14\tCompleted 3167 to KZ274200: 3908.034119227259\n", - "12:31:14\tCompleted 3208 to KZ111810: 2910.9725566076\n", - "12:31:14\tCompleted 3147 to KZ155200: 2752.6366460864483\n", - "12:31:14\tCompleted 3151 to KZ353600: 3187.7261153392374\n", - "12:31:14\tCompleted 3183 to KZ471000: 3878.531661303472\n", - "12:31:14\tCompleted 3218 to KZ111810: 2848.8108936080175\n", - "12:31:14\tCompleted 3163 to KZ235200: 3110.102992265998\n", - "12:31:14\tCompleted 3226 to KZ156400: 3372.2848642692848\n", - "12:31:14\tCompleted 3200 to KZ276200: 644.8777593117237\n", - "12:31:14\tCompleted 3209 to KZ633200: 4063.0544319463265\n", - "12:31:15\tCompleted 3178 to KZ711310: 3625.838484846663\n", - "12:31:15\tCompleted 3189 to KZ393200: 2032.2345243415175\n", - "12:31:15\tCompleted 3216 to KZ395400: 2763.153399445073\n", - "12:31:15\tCompleted 3199 to KZ596600: 2555.075997647354\n", - "12:31:15\tCompleted 3227 to KZ632400: 1205.5751460887702\n", - "12:31:15\tCompleted 3181 to KZ115400: 2339.2475736933575\n", - "12:31:15\tCompleted 3172 to KZ615200: 1729.2686141476036\n", - "12:31:15\tCompleted 3207 to KZ113200: 3332.2465300072795\n", - "12:31:15\tCompleted 3221 to KZ434800: 254.681806925368812:31:15\tCompleted 3196 to KZ354000: 1281.0023663930601\n", - "\n", - "12:31:15\tCompleted 3215 to KZ751210: 1819.6974245572296\n", - "12:31:15\tCompleted 3212 to KZ551600: 2390.080583944698\n", - "12:31:15\tCompleted 3177 to KZ393200: 1382.289878048161\n", - "12:31:15\tCompleted 3184 to KZ596400: 1088.550729314559\n", - "12:31:15\tCompleted 3211 to KZ473600: 1729.1907346229489\n", - "12:31:16\tCompleted 3202 to KZ196000: 4288.054894510333\n", - "12:31:16\tCompleted 3197 to KZ315000: 1968.274972786177\n", - "12:31:16\tCompleted 3222 to KZ711310: 2841.4838270437785\n", - "12:31:16\tCompleted 3176 to KZ635000: 3934.435900211741\n", - "12:31:16\tCompleted 3171 to KZ434800: 2972.9153023158237\n", - "12:31:16\tCompleted 3221 to KZ433600: 130.77356754409394\n", - "12:31:16\tCompleted 3217 to KZ596200: 2486.6086346980464\n", - "12:31:16\tCompleted 3200 to KZ271000: 610.8049058311243\n", - "12:31:16\tCompleted 3205 to KZ591000: 1146.4552371425284\n", - "12:31:16\tCompleted 3188 to KZ634800: 2566.342436733052\n", - "12:31:16\tCompleted 3168 to KZ113200: 1247.581625638381212:31:16\tCompleted 3175 to KZ194200: 3204.880824149484\n", - "\n", - "12:31:16\tCompleted 3193 to KZ156400: 1897.9334300505557\n", - "12:31:17\tCompleted 3230 to KZ614800: 1887.7443902753423\n", - "12:31:17\tCompleted 3227 to KZ632800: 1203.470807479698\n", - "12:31:17\tCompleted 3186 to KZ153200: 1700.292796202574\n", - "12:31:17\tCompleted 3160 to KZ556400: 4033.343749356074\n", - "12:31:17\tCompleted 3196 to KZ351000: 1318.3345629724683\n", - "12:31:17\tCompleted 3180 to KZ111010: 1385.2866808826425\n", - "12:31:17\tCompleted 3236 to KZ352000: 1819.5730623672782\n", - "12:31:17\tCompleted 3203 to KZ636400: 1375.1909011824303\n", - "12:31:17\tCompleted 3228 to KZ354400: 1970.6523256744508\n", - "12:31:17\tCompleted 3189 to KZ393400: 1880.768635483029\n", - "12:31:17\tCompleted 3221 to KZ434000: 805.5290282404213\n", - "12:31:17\tCompleted 3219 to KZ234000: 4430.355454696776\n", - "12:31:17\tCompleted 3190 to KZ595200: 2535.1406990108985\n", - "12:31:17\tCompleted 3234 to KZ115400: 2386.482076311006\n", - "12:31:17\tCompleted 3220 to KZ632800: 2674.2218389704035\n", - "12:31:17\tCompleted 3208 to KZ116600: 2727.1838473016983\n", - "12:31:17\tCompleted 3166 to KZ615400: 1705.1574762603145\n", - "12:31:17\tCompleted 3177 to KZ393400: 1173.3775681615907\n", - "12:31:18\tCompleted 3169 to KZ234800: 3097.6763483382247\n", - "12:31:18\tCompleted 3165 to KZ433600: 1559.1579577916773\n", - "12:31:18\tCompleted 3218 to KZ116600: 2391.1825628284087\n", - "12:31:18\tCompleted 3200 to KZ274000: 873.9484901463188\n", - "12:31:18\tCompleted 3193 to KZ155600: 792.1859738169218\n", - "12:31:18\tCompleted 3199 to KZ595000: 2829.3968749918663\n", - "12:31:18\tCompleted 3171 to KZ433600: 2788.558830465688\n", - "12:31:18\tCompleted 3213 to KZ274000: 2450.7913975033293\n", - "12:31:19\tCompleted 3227 to KZ636800: 1133.7434338997737\n", - "12:31:19\tCompleted 3207 to KZ113400: 3410.1075668126173\n", - "12:31:19\tCompleted 3235 to KZ231000: 4248.410109832072\n", - "12:31:19\tCompleted 3197 to KZ314200: 1561.0783295822907\n", - "12:31:19\tCompleted 3168 to KZ113400: 1266.100384715004\n", - "12:31:19\tCompleted 3210 to KZ474200: 4814.322112934536\n", - "12:31:19\tCompleted 3184 to KZ594600: 1272.7579828331352\n", - "12:31:19\tCompleted 3215 to KZ751110: 1827.4547838701103\n", - "12:31:19\tCompleted 3230 to KZ615400: 1628.908157365894\n", - "12:31:19\tCompleted 3182 to KZ634400: 4277.164852984771\n", - "12:31:19\tCompleted 3229 to KZ475000: 4424.19464867568612:31:19\tCompleted 3187 to KZ194000: 2826.044968740884\n", - "\n", - "12:31:20\tCompleted 3226 to KZ155600: 3544.964738308144712:31:20\tCompleted 3217 to KZ596400: 2107.5046267913035\n", - "\n", - "12:31:20\tCompleted 3204 to KZ631000: 3140.2019666845154\n", - "12:31:20\tCompleted 3223 to KZ276000: 2413.2459640415964\n", - "12:31:20\tCompleted 3196 to KZ352000: 1769.179696142227\n", - "12:31:20\tCompleted 3189 to KZ391600: 2139.964878733604\n", - "12:31:20\tCompleted 3151 to KZ351600: 2769.3546953063105\n", - "12:31:20\tCompleted 3236 to KZ354800: 1672.949190147424\n", - "12:31:20\tCompleted 3170 to KZ634600: 3933.05882001136\n", - "12:31:20\tCompleted 3216 to KZ392000: 2880.0770945252966\n", - "12:31:20\tCompleted 3177 to KZ391600: 1432.573811412167\n", - "12:31:20\tCompleted 3180 to KZ116000: 1434.989370969525\n", - "12:31:20\tCompleted 3172 to KZ616400: 2701.861165043656\n", - "12:31:20\tCompleted 3193 to KZ156800: 1712.930499494077112:31:20\tCompleted 3147 to KZ156400: 2591.7617401846273\n", - "\n", - "12:31:20\tCompleted 3163 to KZ235600: 3205.140758286403\n", - "12:31:20\tCompleted 3200 to KZ274200: 1086.0696697433389\n", - "12:31:21\tCompleted 3178 to KZ555200: 4369.65334406784312:31:21\tCompleted 3237 to KZ473600: 2202.1214631753974\n", - "\n", - "12:31:21\tCompleted 3184 to KZ711110: 561.1029747910503\n", - "12:31:21\tCompleted 3205 to KZ595600: 1380.3428236644506\n", - "12:31:21\tCompleted 3211 to KZ474200: 2175.8148956894797\n", - "12:31:21\tCompleted 3186 to KZ153400: 1551.498169854497\n", - "12:31:21\tCompleted 3227 to KZ635800: 1184.3698676153167\n", - "12:31:21\tCompleted 3173 to KZ274000: 3841.1313345507715\n", - "12:31:21\tCompleted 3209 to KZ634800: 4606.9114051573815\n", - "12:31:21\tCompleted 3181 to KZ151000: 3724.456150711498\n", - "12:31:21\tCompleted 3228 to KZ351800: 1991.6870403174767\n", - "12:31:21\tCompleted 3203 to KZ631000: 1343.5961680277815\n", - "12:31:21\tCompleted 3188 to KZ633400: 1745.0577403473876\n", - "12:31:21\tCompleted 3222 to KZ555200: 3585.2986862649223\n", - "12:31:22\tCompleted 3183 to KZ473600: 3459.556895280529\n", - "12:31:22\tCompleted 3230 to KZ615200: 1366.3248038676143\n", - "12:31:22\tCompleted 3190 to KZ591000: 2652.0965431336103\n", - "12:31:22\tCompleted 3208 to KZ115600: 2728.817702965394\n", - "12:31:22\tCompleted 3168 to KZ113600: 1400.1974587214424\n", - "12:31:22\tCompleted 3218 to KZ115600: 2666.6560399658115\n", - "12:31:22\tCompleted 3175 to KZ751210: 3159.6804467343045\n", - "12:31:22\tCompleted 3166 to KZ615200: 1484.6403310443218\n", - "12:31:22\tCompleted 3202 to KZ191000: 3979.665741617289\n", - "12:31:22\tCompleted 3212 to KZ553200: 2509.0285773513947\n", - "12:31:22\tCompleted 3176 to KZ632200: 3284.116218978057\n", - "12:31:22\tCompleted 3196 to KZ354800: 1094.274878456691\n", - "12:31:23\tCompleted 3207 to KZ113600: 3088.624684972856\n", - "12:31:23\tCompleted 3171 to KZ434000: 3523.7625236308486\n", - "12:31:23\tCompleted 3184 to KZ711410: 561.2757778451601\n", - "12:31:23\tCompleted 3221 to KZ471000: 2273.0025238218213\n", - "12:31:23\tCompleted 3177 to KZ393600: 1195.236999497826\n", - "12:31:23\tCompleted 3180 to KZ116400: 1226.3455371271739\n", - "12:31:23\tCompleted 3199 to KZ593600: 3166.8318808160257\n", - "12:31:23\tCompleted 3238 to KZ614000: 1407.074121087882312:31:23\tCompleted 3227 to KZ636200: 1045.4527843850722\n", - "\n", - "12:31:23\tCompleted 3165 to KZ434000: 1720.9163260135474\n", - "12:31:23\tCompleted 3234 to KZ151000: 3312.353778931706\n", - "12:31:24\tCompleted 3197 to KZ353200: 1846.5049310968448\n", - "12:31:24\tCompleted 3189 to KZ393600: 1845.181645791185\n", - "12:31:24\tCompleted 3205 to KZ596000: 1023.1578396113606\n", - "12:31:24\tCompleted 3184 to KZ711210: 530.9213921787446\n", - "12:31:24\tCompleted 3215 to KZ751310: 1820.626356745364\n", - "12:31:24\tCompleted 3219 to KZ234200: 4881.3011612177415\n", - "12:31:24\tCompleted 3169 to KZ235200: 3145.3161957015923\n", - "12:31:24\tCompleted 3160 to KZ554200: 4203.188651209266\n", - "12:31:25\tCompleted 3182 to KZ313600: 3428.4332164496277\n", - "12:31:25\tCompleted 3220 to KZ636800: 2876.262369231109\n", - "12:31:25\tCompleted 3227 to KZ636400: 802.866936505062112:31:25\tCompleted 3168 to KZ113800: 1584.314046091136\n", - "\n", - "12:31:25\tCompleted 3217 to KZ594600: 2465.8824658253056\n", - "12:31:25\tCompleted 3201 to KZ113200: 1599.1296854437858\n", - "12:31:25\tCompleted 3171 to KZ471000: 2144.4279127547366\n", - "12:31:25\tCompleted 3235 to KZ234000: 4457.020587199768\n", - "12:31:25\tCompleted 3151 to KZ354000: 2415.2440205359285\n", - "12:31:25\tCompleted 3223 to KZ276200: 2132.63217730769\n", - "12:31:25\tCompleted 3218 to KZ115200: 2272.156845865798\n", - "12:31:25\tCompleted 3177 to KZ396400: 1029.0718774106092\n", - "12:31:25\tCompleted 3208 to KZ115200: 2334.3185088653804\n", - "12:31:25\tCompleted 3213 to KZ274200: 2568.1368918827816\n", - "12:31:25\tCompleted 3211 to KZ474600: 1852.9903348714092\n", - "12:31:25\tCompleted 3226 to KZ156800: 3007.0421232102794\n", - "12:31:25\tCompleted 3190 to KZ595600: 2523.6020294579253\n", - "12:31:25\tCompleted 3236 to KZ355200: 2135.125864572102\n", - "12:31:25\tCompleted 3184 to KZ711310: 552.5137807173337\n", - "12:31:26\tCompleted 3230 to KZ616400: 2338.9173547636665\n", - "12:31:26\tCompleted 3187 to KZ196400: 3259.1990754164613\n", - "12:31:26\tCompleted 3188 to KZ633600: 1729.6466520609908\n", - "12:31:26\tCompleted 3207 to KZ113800: 2917.37748480309\n", - "12:31:26\tCompleted 3196 to KZ355200: 1927.2549039931882\n", - "12:31:26\tCompleted 3216 to KZ395600: 2757.2304438163837\n", - "12:31:26\tCompleted 3228 to KZ393200: 2614.076478396724\n", - "12:31:26\tCompleted 3178 to KZ551600: 4103.086622082279\n", - "12:31:26\tCompleted 3203 to KZ634600: 1611.2807933280787\n", - "12:31:26\tCompleted 3229 to KZ475200: 4435.037609459733\n", - "12:31:26\tCompleted 3189 to KZ396400: 1679.016523703969\n", - "12:31:26\tCompleted 3238 to KZ613900: 1684.9973931043298\n", - "12:31:26\tCompleted 3210 to KZ474600: 4491.497552116447\n", - "12:31:27\tCompleted 3227 to KZ631000: 1017.7571243565159\n", - "12:31:27\tCompleted 3199 to KZ595200: 2703.187982541951\n", - "12:31:27\tCompleted 3226 to KZ193200: 339.4577776129947\n", - "12:31:27\tCompleted 3172 to KZ615600: 1903.082634325656\n", - "12:31:27\tCompleted 3170 to KZ634400: 3454.7767829232835\n", - "12:31:27\tCompleted 3171 to KZ473600: 1678.0178040731787\n", - "12:31:27\tCompleted 3180 to KZ116800: 1552.576882688646\n", - "12:31:27\tCompleted 3222 to KZ551600: 3318.731964279395\n", - "12:31:27\tCompleted 3163 to KZ233600: 3210.9027470865276\n", - "12:31:27\tCompleted 3181 to KZ153200: 3774.6497581402455\n", - "12:31:27\tCompleted 3204 to KZ634600: 3558.835265883223\n", - "12:31:27\tCompleted 3221 to KZ473600: 1854.027757798849\n", - "12:31:27\tCompleted 3186 to KZ153600: 2064.166825523655\n", - "12:31:27\tCompleted 3193 to KZ193200: 4602.728013069745\n", - "12:31:28\tCompleted 3205 to KZ596200: 1410.157289282538\n", - "12:31:28\tCompleted 3177 to KZ394000: 1096.7730037373972\n", - "12:31:28\tCompleted 3201 to KZ113400: 1390.3506143416146\n", - "12:31:28\tCompleted 3175 to KZ751110: 3167.437806047186\n", - "12:31:28\tCompleted 3209 to KZ633400: 3962.7736575037857\n", - "12:31:28\tCompleted 3212 to KZ553600: 2276.9221837698124\n", - "12:31:28\tCompleted 3168 to KZ114500: 1308.5014816050889\n", - "12:31:28\tCompleted 3217 to KZ711110: 1714.1147594110373\n", - "12:31:28\tCompleted 3166 to KZ616400: 2326.460176945254\n", - "12:31:28\tCompleted 3226 to KZ193400: 544.3466546284353\n", - "12:31:28\tCompleted 3237 to KZ474200: 2648.7456242419203\n", - "12:31:29\tCompleted 3208 to KZ115400: 2317.177745389497\n", - "12:31:29\tCompleted 3183 to KZ474200: 3906.181056347051\n", - "12:31:29\tCompleted 3160 to KZ791110: 3339.6275101594683\n", - "12:31:29\tCompleted 3227 to KZ634600: 1285.4417496568128\n", - "12:31:29\tCompleted 3238 to KZ612000: 1553.7088541327946\n", - "12:31:29\tCompleted 3218 to KZ115400: 2255.0160823899137\n", - "12:31:29\tCompleted 3171 to KZ474200: 2172.077307798288\n", - "12:31:29\tCompleted 3182 to KZ314000: 3210.866951805938\n", - "12:31:29\tCompleted 3196 to KZ355600: 1521.8032832295974\n", - "12:31:29\tCompleted 3234 to KZ153200: 3316.770362360331\n", - "12:31:29\tCompleted 3184 to KZ555200: 1294.1380855754724\n", - "12:31:29\tCompleted 3236 to KZ355600: 1908.5750304973456\n", - "12:31:29\tCompleted 3189 to KZ394000: 1746.7176500307567\n", - "12:31:29\tCompleted 3230 to KZ615600: 1923.226057040786\n", - "12:31:29\tCompleted 3176 to KZ635200: 4200.040948004767\n", - "12:31:29\tCompleted 3190 to KZ596000: 2718.088679929869612:31:29\tCompleted 3226 to KZ193600: 564.14082367601\n", - "\n", - "12:31:29\tCompleted 3202 to KZ196200: 3745.2585688259737\n", - "12:31:29\tCompleted 3173 to KZ274200: 3948.4473227105377\n", - "12:31:30\tCompleted 3214 to KZ113200: 1923.791683159997\n", - "12:31:30\tCompleted 3151 to KZ351000: 2379.280387335342\n", - "12:31:30\tCompleted 3163 to KZ633200: 1062.6536666438926\n", - "12:31:30\tCompleted 3203 to KZ634400: 1203.4315338719962\n", - "12:31:30\tCompleted 3215 to KZ751410: 1838.0513351490047\n", - "12:31:30\tCompleted 3208 to KZ151000: 853.9963632834174\n", - "12:31:30\tCompleted 3197 to KZ353600: 2529.3765715366058\n", - "12:31:30\tCompleted 3177 to KZ396800: 1228.244804527743\n", - "12:31:30\tCompleted 3227 to KZ634400: 877.5924902007308\n", - "12:31:30\tCompleted 3228 to KZ393400: 2512.0205896746916\n", - "12:31:31\tCompleted 3226 to KZ194000: 419.6860548213416\n", - "12:31:31\tCompleted 3240 to KZ115600: 1644.4324183437336\n", - "12:31:31\tCompleted 3236 to KZ352100: 1000.338344900626\n", - "12:31:31\tCompleted 3218 to KZ151000: 1017.0750091587716\n", - "12:31:31\tCompleted 3205 to KZ596400: 1183.9522688823122\n", - "12:31:31\tCompleted 3199 to KZ591000: 2820.143826664663\n", - "12:31:31\tCompleted 3207 to KZ114500: 3380.75764961212\n", - "12:31:31\tCompleted 3180 to KZ111810: 1592.1076837351409\n", - "12:31:31\tCompleted 3171 to KZ474600: 1849.2527469802176\n", - "12:31:31\tCompleted 3165 to KZ471000: 3643.051795970201\n", - "12:31:31\tCompleted 3211 to KZ475000: 2223.319361621205\n", - "12:31:31\tCompleted 3168 to KZ114000: 1390.0767862210785\n", - "12:31:31\tCompleted 3201 to KZ113600: 1665.6233433882514\n", - "12:31:31\tCompleted 3230 to KZ615800: 1307.4014019384774\n", - "12:31:31\tCompleted 3217 to KZ711410: 1740.227259494549\n", - "12:31:31\tCompleted 3188 to KZ633800: 1999.6374017337876\n", - "12:31:32\tCompleted 3216 to KZ395800: 3059.6145192228712:31:32\tCompleted 3238 to KZ614400: 1611.53019254413312:31:32\tCompleted 3196 to KZ352100: 1395.9314458695271\n", - "\n", - "\n", - "12:31:32\tCompleted 3219 to KZ234600: 4996.471459655847\n", - "12:31:32\tCompleted 3178 to KZ553200: 4222.034615488977\n", - "12:31:32\tCompleted 3208 to KZ153200: 790.9103676515606\n", - "12:31:32\tCompleted 3184 to KZ551600: 1027.571363589927212:31:32\tCompleted 3235 to KZ234200: 4907.966293720732\n", - "\n", - "12:31:32\tCompleted 3226 to KZ196400: 258.197291540142\n", - "12:31:32\tCompleted 3186 to KZ154000: 1633.6864723593746\n", - "12:31:32\tCompleted 3187 to KZ196800: 2727.357473175315\n", - "12:31:32\tCompleted 3223 to KZ271000: 2150.3251327219077\n", - "12:31:32\tCompleted 3170 to KZ313600: 2606.045146388184\n", - "12:31:32\tCompleted 3189 to KZ396800: 1878.1894508210996\n", - "12:31:32\tCompleted 3222 to KZ553200: 3437.6799576860917\n", - "12:31:32\tCompleted 3181 to KZ153400: 3358.3210875101227\n", - "12:31:32\tCompleted 3218 to KZ153200: 953.9890135269148\n", - "12:31:32\tCompleted 3220 to KZ635800: 3240.549921028493\n", - "12:31:33\tCompleted 3177 to KZ394800: 971.3219322752815\n", - "12:31:33\tCompleted 3160 to KZ791310: 3317.3459611990684\n", - "12:31:33\tCompleted 3169 to KZ235600: 3240.353961721997\n", - "12:31:33\tCompleted 3190 to KZ596200: 2347.1810009535784\n", - "12:31:33\tCompleted 3166 to KZ615600: 1524.76868081023\n", - "12:31:33\tCompleted 3203 to KZ313600: 1206.5220084321882\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:31:33\tCompleted 3171 to KZ475000: 2219.581773730014\n", - "12:31:33\tCompleted 3229 to KZ471800: 4264.6473892990025\n", - "12:31:33\tCompleted 3227 to KZ313600: 1304.8716247396887\n", - "12:31:33\tCompleted 3226 to KZ196800: 330.98699360158383\n", - "12:31:33\tCompleted 3175 to KZ751310: 3160.60937892244\n", - "12:31:33\tCompleted 3210 to KZ475000: 4861.826578866268\n", - "12:31:34\tCompleted 3168 to KZ117000: 1312.7091296676824\n", - "12:31:34\tCompleted 3209 to KZ633600: 3733.598316915356\n", - "12:31:34\tCompleted 3236 to KZ352200: 1717.1315674854636\n", - "12:31:34\tCompleted 3214 to KZ113400: 1799.52491692606\n", - "12:31:34\tCompleted 3238 to KZ614600: 1401.1818200126977\n", - "12:31:34\tCompleted 3230 to KZ612600: 1562.5315285594036\n", - "12:31:34\tCompleted 3151 to KZ352000: 2147.781475661471\n", - "12:31:34\tCompleted 3208 to KZ153400: 1484.351025849265\n", - "12:31:34\tCompleted 3217 to KZ711210: 1741.3890209214474\n", - "12:31:34\tCompleted 3180 to KZ116600: 1480.2237032366595\n", - "12:31:34\tCompleted 3199 to KZ595600: 2691.649312988986\n", - "12:31:34\tCompleted 3212 to KZ552200: 2351.5636335646586\n", - "12:31:34\tCompleted 3207 to KZ114000: 3142.138219366463\n", - "12:31:34\tCompleted 3196 to KZ352200: 1365.6911806639228\n", - "12:31:34\tCompleted 3193 to KZ193400: 4601.123869235651\n", - "12:31:34\tCompleted 3215 to KZ751710: 1879.0393669179075\n", - "12:31:34\tCompleted 3221 to KZ474200: 2300.65191886538\n", - "12:31:34\tCompleted 3226 to KZ191600: 247.8865367337408\n", - "12:31:34\tCompleted 3240 to KZ115200: 1681.699288767458512:31:34\tCompleted 3174 to KZ113200: 3214.4995648434315\n", - "\n", - "12:31:35\tCompleted 3237 to KZ474600: 2325.9210634238384\n", - "12:31:35\tCompleted 3205 to KZ594600: 1389.431120409811\n", - "12:31:35\tCompleted 3189 to KZ394800: 1621.266578568641\n", - "12:31:35\tCompleted 3241 to KZ751510: 1363.8034490648154\n", - "12:31:35\tCompleted 3234 to KZ153400: 3206.1837048346524\n", - "12:31:35\tCompleted 3204 to KZ634400: 3120.6494570618015\n", - "12:31:35\tCompleted 3182 to KZ314800: 3710.1542566803673\n", - "12:31:35\tCompleted 3184 to KZ553200: 1146.5193569966345\n", - "12:31:35\tCompleted 3163 to KZ634800: 1783.6575885870363\n", - "12:31:35\tCompleted 3201 to KZ113800: 1844.9693680571515\n", - "12:31:35\tCompleted 3228 to KZ391600: 2367.891086690182\n", - "12:31:35\tCompleted 3218 to KZ153400: 1647.4296717246157\n", - "12:31:35\tCompleted 3227 to KZ314000: 1163.2282605913024\n", - "12:31:35\tCompleted 3171 to KZ475200: 2230.4247345140598\n", - "12:31:35\tCompleted 3177 to KZ395000: 1290.2332570735894\n", - "12:31:35\tCompleted 3208 to KZ153600: 557.3830013377064\n", - "12:31:36\tCompleted 3183 to KZ474600: 3583.356495528969\n", - "12:31:36\tCompleted 3226 to KZ195200: 325.1935018185493\n", - "12:31:36\tCompleted 3202 to KZ192600: 4018.6094966459827\n", - "12:31:36\tCompleted 3203 to KZ314000: 1064.878644283799\n", - "12:31:36\tCompleted 3205 to KZ711110: 637.6634139955178\n", - "12:31:36\tCompleted 3230 to KZ616000: 1272.2967571844274\n", - "12:31:36\tCompleted 3197 to KZ351600: 2109.5146188245963\n", - "12:31:36\tCompleted 3176 to KZ632400: 3992.6979851983797\n", - "12:31:36\tCompleted 3216 to KZ392400: 2785.8014452491952\n", - "12:31:36\tCompleted 3211 to KZ475200: 2234.1623224052514\n", - "12:31:37\tCompleted 3168 to KZ114400: 1447.2475988941994\n", - "12:31:37\tCompleted 3227 to KZ314800: 603.2281480409966\n", - "12:31:37\tCompleted 3218 to KZ153600: 617.2807896443695\n", - "12:31:37\tCompleted 3242 to KZ351000: 1304.6682169479734\n", - "12:31:37\tCompleted 3160 to KZ791510: 3327.4637371953368\n", - "12:31:37\tCompleted 3226 to KZ195000: 176.0649391277738\n", - "12:31:37\tCompleted 3178 to KZ553600: 4173.037613723955\n", - "12:31:37\tCompleted 3238 to KZ614800: 1882.8026253838043\n", - "12:31:37\tCompleted 3171 to KZ471800: 2060.034514353323\n", - "12:31:37\tCompleted 3184 to KZ553600: 881.5290239304875\n", - "12:31:37\tCompleted 3217 to KZ711310: 1753.2463803773792\n", - "12:31:37\tCompleted 3170 to KZ314000: 2388.4788817444933\n", - "12:31:37\tCompleted 3229 to KZ593200: 2023.0909332976664\n", - "12:31:37\tCompleted 3208 to KZ154000: 964.0767852711278\n", - "12:31:37\tCompleted 3222 to KZ553600: 3388.6829559210687\n", - "12:31:37\tCompleted 3188 to KZ634000: 2240.8174938685997\n", - "12:31:37\tCompleted 3205 to KZ711410: 663.775914079029512:31:37\tCompleted 3166 to KZ615800: 1539.1483001377621\n", - "\n", - "12:31:38\tCompleted 3163 to KZ633400: 962.3728922013513\n", - "12:31:38\tCompleted 3203 to KZ314800: 764.9976405761457\n", - "12:31:38\tCompleted 3180 to KZ115600: 1409.9528300929314\n", - "12:31:38\tCompleted 3189 to KZ395000: 1940.1779033669459\n", - "12:31:38\tCompleted 3214 to KZ113600: 1733.473679228722\n", - "12:31:38\tCompleted 3190 to KZ596400: 3142.443192571405\n", - "12:31:38\tCompleted 3236 to KZ352300: 2207.363953279402\n", - "12:31:38\tCompleted 3207 to KZ117000: 3188.5978880826856\n", - "12:31:38\tCompleted 3227 to KZ315400: 825.8946049644741\n", - "12:31:38\tCompleted 3187 to KZ191600: 2753.1554492354\n", - "12:31:38\tCompleted 3199 to KZ596000: 2886.135963460926\n", - "12:31:38\tCompleted 3226 to KZ194400: 553.9765885322958\n", - "12:31:38\tCompleted 3177 to KZ395200: 1368.4339898081635\n", - "12:31:38\tCompleted 3219 to KZ234800: 4130.172835491364\n", - "12:31:39\tCompleted 3235 to KZ234600: 5023.136592158838\n", - "12:31:39\tCompleted 3218 to KZ154000: 1127.155431146482\n", - "12:31:39\tCompleted 3201 to KZ114500: 1712.0913835111862\n", - "12:31:39\tCompleted 3205 to KZ711210: 664.9376755059279\n", - "12:31:39\tCompleted 3175 to KZ751410: 3178.0343573260793\n", - "12:31:39\tCompleted 3181 to KZ153600: 4140.920132700766\n", - "12:31:39\tCompleted 3240 to KZ115400: 1732.4007184253283\n", - "12:31:39\tCompleted 3230 to KZ613800: 1647.910532516807\n", - "12:31:39\tCompleted 3174 to KZ113400: 3292.3606016487693\n", - "12:31:39\tCompleted 3165 to KZ473600: 3224.077029947258\n", - "12:31:39\tCompleted 3215 to KZ751810: 1825.2832109948565\n", - "12:31:39\tCompleted 3204 to KZ313600: 1803.7978166986359\n", - "12:31:39\tCompleted 3208 to KZ154200: 886.9213425010695\n", - "12:31:39\tCompleted 3168 to KZ114600: 1333.7477186869066\n", - "12:31:39\tCompleted 3246 to KZ116600: 308.4018201360782\n", - "12:31:39\tCompleted 3203 to KZ315400: 727.5449886569708\n", - "12:31:40\tCompleted 3226 to KZ194600: 187.7774234065239\n", - "12:31:40\tCompleted 3223 to KZ274000: 2803.9833164414295\n", - "12:31:40\tCompleted 3217 to KZ555200: 1359.0401113126625\n", - "12:31:40\tCompleted 3180 to KZ115200: 1015.4536359928941\n", - "12:31:40\tCompleted 3238 to KZ615400: 1623.966392474356\n", - "12:31:40\tCompleted 3242 to KZ352000: 1449.4348072487146\n", - "12:31:40\tCompleted 3184 to KZ552200: 989.0544132098806\n", - "12:31:40\tCompleted 3228 to KZ393600: 2594.640701501718\n", - "12:31:40\tCompleted 3227 to KZ315600: 1099.3602226426924\n", - "12:31:40\tCompleted 3151 to KZ354800: 2902.9034009514435\n", - "12:31:40\tCompleted 3182 to KZ315400: 3397.393138000415512:31:40\tCompleted 3193 to KZ193600: 4021.8260544760296\n", - "\n", - "12:31:40\tCompleted 3209 to KZ633800: 4034.1836643958654\n", - "12:31:40\tCompleted 3169 to KZ233600: 3246.1159505221217\n", - "12:31:40\tCompleted 3205 to KZ711310: 676.7950349618598\n", - "12:31:41\tCompleted 3220 to KZ636200: 2994.677939130226\n", - "12:31:41\tCompleted 3218 to KZ154200: 1049.9999883764237\n", - "12:31:41\tCompleted 3171 to KZ593200: 3189.0257281633562\n", - "12:31:41\tCompleted 3177 to KZ391000: 1180.000501016297\n", - "12:31:41\tCompleted 3226 to KZ194800: 342.73202766312266\n", - "12:31:41\tCompleted 3236 to KZ352800: 1744.2539901824305\n", - "12:31:41\tCompleted 3212 to KZ554600: 2433.7401060664483\n", - "12:31:41\tCompleted 3216 to KZ396200: 2594.2245312229907\n", - "12:31:41\tCompleted 3234 to KZ153600: 3498.587465692177\n", - "12:31:41\tCompleted 3160 to KZ791710: 3298.9637978450505\n", - "12:31:41\tCompleted 3221 to KZ474600: 1977.8273580473094\n", - "12:31:41\tCompleted 3189 to KZ395200: 2018.3786361015225\n", - "12:31:41\tCompleted 3203 to KZ315600: 853.994057554819\n", - "12:31:41\tCompleted 3211 to KZ471800: 2063.7721022445144\n", - "12:31:41\tCompleted 3190 to KZ594600: 2441.593919854203\n", - "12:31:41\tCompleted 3208 to KZ156000: 1033.212327039543\n", - "12:31:41\tCompleted 3243 to KZ471000: 4345.71342781103\n", - "12:31:42\tCompleted 3197 to KZ354000: 1942.66428168423\n", - "12:31:42\tCompleted 3207 to KZ114400: 3065.89177340988912:31:42\tCompleted 3241 to KZ231000: 2508.5678284103205\n", - "\n", - "12:31:42\tCompleted 3199 to KZ596200: 2515.228284484639\n", - "12:31:42\tCompleted 3244 to KZ613600: 3058.211325993815\n", - "12:31:42\tCompleted 3237 to KZ475000: 2696.2500901736157\n", - "12:31:42\tCompleted 3178 to KZ552200: 4064.56967170224\n", - "12:31:42\tCompleted 3229 to KZ595800: 2127.010543338044\n", - "12:31:42\tCompleted 3238 to KZ615200: 1361.3830389760763\n", - "12:31:42\tCompleted 3180 to KZ115400: 998.3128725169942\n", - "12:31:42\tCompleted 3217 to KZ551600: 1417.001014943894\n", - "12:31:42\tCompleted 3226 to KZ195600: 547.691039196397\n", - "12:31:42\tCompleted 3227 to KZ316000: 1424.4612427472448\n", - "12:31:42\tCompleted 3218 to KZ156000: 1196.2909729148976\n", - "12:31:42\tCompleted 3214 to KZ113800: 1746.6552020528488\n", - "12:31:43\tCompleted 3201 to KZ114000: 1659.0307373050118\n", - "12:31:43\tCompleted 3202 to KZ196600: 4064.3252207012542\n", - "12:31:43\tCompleted 3236 to KZ356400: 1397.037222089025\n", - "12:31:43\tCompleted 3184 to KZ554600: 1071.2308857116916\n", - "12:31:43\tCompleted 3176 to KZ632800: 3742.9248596936022\n", - "12:31:43\tCompleted 3174 to KZ113600: 2970.877719809008\n", - "12:31:43\tCompleted 3183 to KZ475000: 3953.6855222787462\n", - "12:31:43\tCompleted 3208 to KZ154600: 946.0974491056767\n", - "12:31:43\tCompleted 3168 to KZ114800: 1905.5835915170262\n", - "12:31:43\tCompleted 3204 to KZ314000: 1586.2315520549464\n", - "12:31:44\tCompleted 3242 to KZ354800: 1544.9995459606926\n", - "12:31:44\tCompleted 3177 to KZ395400: 1218.3768852149565\n", - "12:31:44\tCompleted 3222 to KZ552200: 3280.2150138993557\n", - "12:31:44\tCompleted 3170 to KZ314800: 2887.7661866189237\n", - "12:31:44\tCompleted 3180 to KZ151000: 655.3313383091773\n", - "12:31:44\tCompleted 3187 to KZ195200: 2690.9204723701323\n", - "12:31:44\tCompleted 3169 to KZ633200: 1097.866870079489\n", - "12:31:44\tCompleted 3226 to KZ195800: 614.9358125965059\n", - "12:31:44\tCompleted 3188 to KZ635400: 2749.0534074402794\n", - "12:31:44\tCompleted 3227 to KZ316600: 973.2687037060463\n", - "12:31:44\tCompleted 3235 to KZ234800: 4156.837967994353\n", - "12:31:44\tCompleted 3218 to KZ154600: 1109.176094981031\n", - "12:31:44\tCompleted 3189 to KZ391000: 1829.9451473096535\n", - "12:31:44\tCompleted 3203 to KZ316000: 1181.5522108365055\n", - "12:31:45\tCompleted 3205 to KZ555200: 1298.0866007571599\n", - "12:31:45\tCompleted 3175 to KZ751710: 3219.022389094982\n", - "12:31:45\tCompleted 3171 to KZ595800: 3518.904440086285\n", - "12:31:45\tCompleted 3246 to KZ115600: 1841.8059427444882\n", - "12:31:45\tCompleted 3151 to KZ355200: 2204.8023141960216\n", - "12:31:45\tCompleted 3181 to KZ154000: 3662.2664102969434\n", - "12:31:45\tCompleted 3228 to KZ396400: 2816.052348175074\n", - "12:31:45\tCompleted 3215 to KZ751910: 1846.4241273452649\n", - "12:31:45\tCompleted 3160 to KZ611600: 3248.138458992387\n", - "12:31:45\tCompleted 3230 to KZ273200: 4349.409477817386\n", - "12:31:45\tCompleted 3180 to KZ153200: 659.7479217378265\n", - "12:31:45\tCompleted 3226 to KZ196000: 315.41453214527496\n", - "12:31:45\tCompleted 3208 to KZ154800: 968.8422277473783\n", - "12:31:45\tCompleted 3240 to KZ151000: 1954.9915075813099\n", - "12:31:45\tCompleted 3219 to KZ235200: 4177.812682854732\n", - "12:31:45\tCompleted 3211 to KZ593200: 1926.8923880516402\n", - "12:31:45\tCompleted 3217 to KZ553200: 1709.19732062705\n", - "12:31:46\tCompleted 3244 to KZ614000: 3103.5701646663883\n", - "12:31:46\tCompleted 3236 to KZ352400: 1730.179578078834\n", - "12:31:46\tCompleted 3216 to KZ396600: 2602.14337201418\n", - "12:31:46\tCompleted 3190 to KZ711110: 2790.425869664622\n", - "12:31:46\tCompleted 3177 to KZ392000: 1015.2827592614901\n", - "12:31:46\tCompleted 3182 to KZ315600: 3916.8346508210675\n", - "12:31:46\tCompleted 3201 to KZ117000: 1581.6630807516158\n", - "12:31:46\tCompleted 3168 to KZ111010: 1442.9357159470753\n", - "12:31:46\tCompleted 3203 to KZ316600: 778.4684804314529\n", - "12:31:46\tCompleted 3229 to KZ593400: 1936.3978059859035\n", - "12:31:46\tCompleted 3197 to KZ351000: 1876.6389963343943\n", - "12:31:46\tCompleted 3218 to KZ154800: 1127.4401893545198\n", - "12:31:47\tCompleted 3226 to KZ191000: 14.081118657775324\n", - "12:31:47\tCompleted 3238 to KZ616400: 2333.9755898721282\n", - "12:31:47\tCompleted 3180 to KZ153400: 549.161264212121\n", - "12:31:47\tCompleted 3207 to KZ114600: 3691.355244261323\n", - "12:31:47\tCompleted 3199 to KZ596400: 3310.4904761024613\n", - "12:31:47\tCompleted 3174 to KZ113800: 2819.0248415180336\n", - "12:31:47\tCompleted 3193 to KZ194000: 4088.313420321262\n", - "12:31:47\tCompleted 3223 to KZ274200: 2921.3288108208676\n", - "12:31:47\tCompleted 3209 to KZ634000: 4281.386462292907\n", - "12:31:47\tCompleted 3227 to KZ316200: 1456.6765448395358\n", - "12:31:47\tCompleted 3208 to KZ155200: 704.3568331164472\n", - "12:31:47\tCompleted 3178 to KZ554600: 4120.760010274933\n", - "12:31:47\tCompleted 3234 to KZ154000: 3250.1640385171513\n", - "12:31:47\tCompleted 3242 to KZ355200: 1764.9876094535384\n", - "12:31:47\tCompleted 3189 to KZ395400: 1868.321531508313\n", - "12:31:47\tCompleted 3165 to KZ474200: 3670.70119101378\n", - "12:31:47\tCompleted 3221 to KZ475000: 2348.1563847970956\n", - "12:31:47\tCompleted 3205 to KZ551600: 1038.1265926018539\n", - "12:31:47\tCompleted 3184 to KZ555600: 1435.0617489271758\n", - "12:31:48\tCompleted 3218 to KZ155200: 872.8331448745313\n", - "12:31:48\tCompleted 3226 to KZ196200: 367.261076417701\n", - "12:31:48\tCompleted 3243 to KZ473600: 3926.738661788059\n", - "12:31:48\tCompleted 3212 to KZ555600: 2830.4549087664886\n", - "12:31:48\tCompleted 3214 to KZ114500: 2035.4359281381471\n", - "12:31:48\tCompleted 3217 to KZ553600: 1593.5347075531695\n", - "12:31:48\tCompleted 3222 to KZ554600: 3336.405352472048\n", - "12:31:48\tCompleted 3227 to KZ311000: 1062.0909149701154\n", - "12:31:49\tCompleted 3177 to KZ395600: 1328.84896524246\n", - "12:31:49\tCompleted 3220 to KZ636400: 2930.2492693935983\n", - "12:31:49\tCompleted 3180 to KZ153600: 1023.6219510589176\n", - "12:31:49\tCompleted 3171 to KZ593400: 3659.343660903226\n", - "12:31:49\tCompleted 3168 to KZ116000: 1420.0654261877323\n", - "12:31:49\tCompleted 3226 to KZ192600: 56.73868690262528\n", - "12:31:49\tCompleted 3204 to KZ314800: 2085.5188569294087\n", - "12:31:49\tCompleted 3241 to KZ234000: 2717.178305777989\n", - "12:31:49\tCompleted 3197 to KZ352000: 1487.9413991797178\n", - "12:31:49\tCompleted 3160 to KZ613600: 3302.3335956361966\n", - "12:31:49\tCompleted 3170 to KZ315400: 2575.005067938972\n", - "12:31:49\tCompleted 3202 to KZ194200: 3692.4162825235394\n", - "12:31:49\tCompleted 3201 to KZ114400: 1707.9029208602149\n", - "12:31:49\tCompleted 3236 to KZ356000: 2368.460340502669\n", - "12:31:49\tCompleted 3218 to KZ156400: 1368.2289835504687\n", - "12:31:50\tCompleted 3237 to KZ475200: 2707.093050957665\n", - "12:31:50\tCompleted 3244 to KZ613900: 3340.4901618361155\n", - "12:31:50\tCompleted 3176 to KZ636800: 3767.8184412222167\n", - "12:31:50\tCompleted 3151 to KZ355600: 2448.051522051668\n", - "12:31:50\tCompleted 3207 to KZ114800: 2739.015385938095712:31:50\tCompleted 3208 to KZ156400: 1704.2302680237838\n", - "\n", - "12:31:50\tCompleted 3235 to KZ235200: 4204.477815357721\n", - "12:31:50\tCompleted 3169 to KZ634800: 1818.870792022633\n", - "12:31:50\tCompleted 3238 to KZ615600: 1918.2842921492477\n", - "12:31:50\tCompleted 3187 to KZ195000: 3137.0496316870617\n", - "12:31:50\tCompleted 3242 to KZ355600: 1538.436775378779\n", - "12:31:50\tCompleted 3189 to KZ392000: 1665.2274055548467\n", - "12:31:50\tCompleted 3246 to KZ115200: 1879.0728131682133\n", - "12:31:50\tCompleted 3184 to KZ551000: 1064.147008060263\n", - "12:31:50\tCompleted 3190 to KZ711410: 2780.5600904855955\n", - "12:31:50\tCompleted 3175 to KZ751810: 3165.2662331719316\n", - "12:31:50\tCompleted 3224 to KZ113200: 1668.528400445503\n", - "12:31:50\tCompleted 3180 to KZ154000: 593.1415978946276\n", - "12:31:50\tCompleted 3203 to KZ316200: 1358.3269285320325\n", - "12:31:50\tCompleted 3205 to KZ553200: 1179.7110430785456\n", - "12:31:50\tCompleted 3199 to KZ594600: 2609.6412033852553\n", - "12:31:50\tCompleted 3226 to KZ196600: 480.6560285049476\n", - "12:31:50\tCompleted 3183 to KZ475200: 3964.5284830627957\n", - "12:31:51\tCompleted 3181 to KZ154200: 3964.9024492662656\n", - "12:31:51\tCompleted 3216 to KZ394200: 3051.05375076792\n", - "12:31:51\tCompleted 3229 to KZ594200: 2116.255555049415\n", - "12:31:51\tCompleted 3182 to KZ316000: 3090.59557295758612:31:51\tCompleted 3188 to KZ635000: 2276.386617528663\n", - "\n", - "12:31:51\tCompleted 3227 to KZ315000: 1179.299731203749\n", - "12:31:51\tCompleted 3211 to KZ595800: 2298.9044046711438\n", - "12:31:51\tCompleted 3218 to KZ155600: 774.9450671676368\n", - "12:31:51\tCompleted 3240 to KZ153200: 1959.408091009959\n", - "12:31:51\tCompleted 3230 to KZ274400: 4286.538165304123\n", - "12:31:51\tCompleted 3208 to KZ155600: 611.8664212922826\n", - "12:31:51\tCompleted 3215 to KZ751510: 1834.940065244349\n", - "12:31:52\tCompleted 3247 to KZ751910: 49.12564886475711\n", - "12:31:52\tCompleted 3228 to KZ394000: 3047.987197540895\n", - "12:31:52\tCompleted 3174 to KZ114500: 3252.543763351796\n", - "12:31:52\tCompleted 3217 to KZ552200: 1676.4103493053071\n", - "12:31:52\tCompleted 3226 to KZ194200: 583.2559405150146\n", - "12:31:52\tCompleted 3242 to KZ352100: 630.2000897820606\n", - "12:31:52\tCompleted 3168 to KZ116400: 1534.1681448293336\n", - "12:31:52\tCompleted 3177 to KZ395800: 1584.0070770111724\n", - "12:31:52\tCompleted 3238 to KZ615800: 1302.4596370469394\n", - "12:31:52\tCompleted 3219 to KZ235600: 4272.85044887517\n", - "12:31:52\tCompleted 3180 to KZ154200: 895.7776368639485\n", - "12:31:53\tCompleted 3227 to KZ314200: 1063.5051285324885\n", - "12:31:53\tCompleted 3205 to KZ553600: 892.161127373828512:31:53\tCompleted 3214 to KZ114000: 1843.5182885850152\n", - "\n", - "12:31:53\tCompleted 3171 to KZ594200: 3332.685577632655\n", - "12:31:53\tCompleted 3247 to KZ751510: 49.68692490543893\n", - "12:31:53\tCompleted 3203 to KZ311000: 963.741298662612\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:31:53\tCompleted 3244 to KZ612000: 2846.361802501878\n", - "12:31:53\tCompleted 3201 to KZ114600: 1749.7167340341937\n", - "12:31:53\tCompleted 3226 to KZ751210: 328.55044578714865\n", - "12:31:53\tCompleted 3236 to KZ354400: 2160.9444623255376\n", - "12:31:53\tCompleted 3221 to KZ475200: 2358.999345581145\n", - "12:31:53\tCompleted 3160 to KZ614000: 3347.69243430877\n", - "12:31:53\tCompleted 3189 to KZ395600: 1978.7936115358166\n", - "12:31:53\tCompleted 3184 to KZ556000: 1112.2683902682802\n", - "12:31:53\tCompleted 3224 to KZ113400: 1544.2616342115648\n", - "12:31:53\tCompleted 3218 to KZ156800: 1470.449283969849\n", - "12:31:53\tCompleted 3234 to KZ154200: 3552.8000774864736\n", - "12:31:54\tCompleted 3204 to KZ315400: 1772.7577382494346\n", - "12:31:54\tCompleted 3207 to KZ111010: 3126.7693565047275\n", - "12:31:54\tCompleted 3193 to KZ196400: 4521.467526996896\n", - "12:31:54\tCompleted 3209 to KZ635400: 4789.622375864638\n", - "12:31:54\tCompleted 3208 to KZ156800: 1532.6109469694377\n", - "12:31:54\tCompleted 3178 to KZ555600: 4684.790860768817\n", - "12:31:54\tCompleted 3190 to KZ711210: 2777.9158599275725\n", - "12:31:54\tCompleted 3177 to KZ392400: 1114.4833869412416\n", - "12:31:54\tCompleted 3165 to KZ474600: 3347.876630195698\n", - "12:31:54\tCompleted 3168 to KZ116800: 1321.7692911373078\n", - "12:31:54\tCompleted 3222 to KZ555600: 3900.4362029658755\n", - "12:31:54\tCompleted 3226 to KZ751110: 322.1521701238596\n", - "12:31:55\tCompleted 3242 to KZ352200: 1346.993312366897\n", - "12:31:55\tCompleted 3217 to KZ554600: 1748.4954329711409\n", - "12:31:55\tCompleted 3199 to KZ711110: 2958.4731531956786\n", - "12:31:55\tCompleted 3238 to KZ612600: 1557.5897636678656\n", - "12:31:55\tCompleted 3243 to KZ474200: 4373.362822854591\n", - "12:31:55\tCompleted 3205 to KZ552200: 1022.2460992917917\n", - "12:31:55\tCompleted 3212 to KZ551000: 2426.656228415027\n", - "12:31:55\tCompleted 3227 to KZ353200: 1437.827203570617\n", - "12:31:55\tCompleted 3229 to KZ596600: 2217.1410726261674\n", - "12:31:55\tCompleted 3248 to KZ354000: 1397.6687332331437\n", - "12:31:55\tCompleted 3246 to KZ115400: 1909.7068330726033\n", - "12:31:55\tCompleted 3203 to KZ315000: 1080.9501148962459\n", - "12:31:55\tCompleted 3174 to KZ114000: 3024.391254202615\n", - "12:31:55\tCompleted 3188 to KZ632200: 1662.6842398648862\n", - "12:31:55\tCompleted 3170 to KZ315600: 3094.4465807596175\n", - "12:31:56\tCompleted 3240 to KZ153400: 1848.8214334842528\n", - "12:31:56\tCompleted 3151 to KZ352100: 2920.1391151919893\n", - "12:31:56\tCompleted 3197 to KZ354800: 2425.495234975006\n", - "12:31:56\tCompleted 3175 to KZ751910: 3186.407149522339\n", - "12:31:56\tCompleted 3226 to KZ751310: 328.63745149809824\n", - "12:31:56\tCompleted 3216 to KZ394400: 3130.9409619026737\n", - "12:31:56\tCompleted 3235 to KZ235600: 4299.51558137816\n", - "12:31:56\tCompleted 3202 to KZ751210: 3647.2159051083527\n", - "12:31:56\tCompleted 3228 to KZ396800: 2794.079655101308\n", - "12:31:56\tCompleted 3181 to KZ156000: 3538.151681634486\n", - "12:31:56\tCompleted 3187 to KZ194400: 2960.3355024518314\n", - "12:31:56\tCompleted 3224 to KZ113600: 1478.2103965142278\n", - "12:31:56\tCompleted 3249 to KZ434000: 3040.4615997941587\n", - "12:31:56\tCompleted 3215 to KZ231000: 2035.3880666710436\n", - "12:31:56\tCompleted 3182 to KZ316600: 3738.5864370416066\n", - "12:31:57\tCompleted 3220 to KZ631000: 2940.812325798272\n", - "12:31:57\tCompleted 3211 to KZ593400: 2136.35829642679\n", - "12:31:57\tCompleted 3189 to KZ395800: 2233.9517233045312\n", - "12:31:57\tCompleted 3168 to KZ111810: 1243.6433266107836\n", - "12:31:57\tCompleted 3176 to KZ635800: 4217.320688919424\n", - "12:31:57\tCompleted 3241 to KZ234200: 3168.1240122989443\n", - "12:31:57\tCompleted 3238 to KZ616000: 1267.3549922928894\n", - "12:31:57\tCompleted 3244 to KZ614400: 3268.6914858239625\n", - "12:31:57\tCompleted 3184 to KZ556800: 1312.9563151402222\n", - "12:31:57\tCompleted 3201 to KZ114800: 2174.5375426009564\n", - "12:31:57\tCompleted 3236 to KZ351800: 2181.9791769685544\n", - "12:31:57\tCompleted 3237 to KZ471800: 2536.7028307969395\n", - "12:31:57\tCompleted 3226 to KZ751410: 335.6473976029948\n", - "12:31:57\tCompleted 3207 to KZ116000: 3176.4720465916153\n", - "12:31:57\tCompleted 3217 to KZ555600: 1463.7363583741828\n", - "12:31:57\tCompleted 3214 to KZ117000: 1894.2112580171924\n", - "12:31:57\tCompleted 3203 to KZ314200: 965.155512224985\n", - "12:31:58\tCompleted 3177 to KZ396200: 1554.5123094509752\n", - "12:31:58\tCompleted 3183 to KZ471800: 3794.13826290207\n", - "12:31:58\tCompleted 3227 to KZ353600: 1367.6327178526735\n", - "12:31:58\tCompleted 3248 to KZ351000: 1329.3003021328004\n", - "12:31:58\tCompleted 3249 to KZ471000: 8.266905000034798\n", - "12:31:58\tCompleted 3160 to KZ613900: 3584.612431478497\n", - "12:31:58\tCompleted 3205 to KZ554600: 1159.834831469656\n", - "12:31:58\tCompleted 3190 to KZ711310: 2768.1759192346867\n", - "12:31:59\tCompleted 3226 to KZ751710: 367.68346726313837\n", - "12:31:59\tCompleted 3230 to KZ275400: 4961.72659726118\n", - "12:31:59\tCompleted 3219 to KZ233600: 4155.46704673108\n", - "12:31:59\tCompleted 3242 to KZ352300: 1837.2256981608505\n", - "12:31:59\tCompleted 3203 to KZ353200: 515.0060175384383\n", - "12:31:59\tCompleted 3221 to KZ471800: 2188.609125420411\n", - "12:31:59\tCompleted 3234 to KZ156000: 3126.049309854694\n", - "12:31:59\tCompleted 3229 to KZ595000: 2051.581091313881\n", - "12:31:59\tCompleted 3249 to KZ473600: 832.0025421851883\n", - "12:31:59\tCompleted 3174 to KZ117000: 3045.0530658364382\n", - "12:31:59\tCompleted 3227 to KZ351600: 946.3598403157492\n", - "12:31:59\tCompleted 3204 to KZ315600: 2292.199251070067\n", - "12:31:59\tCompleted 3193 to KZ196800: 3989.625924755693\n", - "12:31:59\tCompleted 3199 to KZ711410: 2948.607374016652\n", - "12:31:59\tCompleted 3224 to KZ113800: 1491.3919193383535\n", - "12:32:00\tCompleted 3247 to KZ231000: 3914.786124441811\n", - "12:32:00\tCompleted 3238 to KZ613800: 1642.968767625269\n", - "12:32:00\tCompleted 3189 to KZ392400: 1764.4280332345982\n", - "12:32:00\tCompleted 3217 to KZ551000: 1374.8717890279293\n", - "12:32:00\tCompleted 3218 to KZ193200: 4083.816364957567\n", - "12:32:00\tCompleted 3170 to KZ316000: 2268.207502896136\n", - "12:32:00\tCompleted 3222 to KZ551000: 3355.307608749724\n", - "12:32:00\tCompleted 3226 to KZ751810: 331.3948108109789\n", - "12:32:00\tCompleted 3183 to KZ593200: 977.0815475032166\n", - "12:32:00\tCompleted 3197 to KZ355200: 1646.0349083482897\n", - "12:32:00\tCompleted 3203 to KZ353600: 446.7103123547435\n", - "12:32:00\tCompleted 3178 to KZ551000: 4139.662266552618\n", - "12:32:00\tCompleted 3248 to KZ352000: 1474.0668924335416\n", - "12:32:00\tCompleted 3249 to KZ474200: 486.13014891338275\n", - "12:32:00\tCompleted 3208 to KZ193200: 4419.8176494308755\n", - "12:32:00\tCompleted 3151 to KZ352200: 2406.1001002144217\n", - "12:32:00\tCompleted 3246 to KZ151000: 2132.2976222285824\n", - "12:32:00\tCompleted 3244 to KZ614600: 2993.7991834085565\n", - "12:32:00\tCompleted 3219 to KZ633200: 974.4651820196931\n", - "12:32:00\tCompleted 3177 to KZ396600: 1466.217441598444\n", - "12:32:01\tCompleted 3209 to KZ635000: 4316.955585952966\n", - "12:32:01\tCompleted 3201 to KZ111010: 1711.8896670310087\n", - "12:32:01\tCompleted 3207 to KZ116400: 2967.828212749272\n", - "12:32:01\tCompleted 3214 to KZ114400: 1658.3684625383269\n", - "12:32:01\tCompleted 3182 to KZ316200: 3241.3157050330838\n", - "12:32:01\tCompleted 3237 to KZ593200: 1771.6084484223418\n", - "12:32:01\tCompleted 3168 to KZ116600: 2354.1219126080446\n", - "12:32:01\tCompleted 3205 to KZ555600: 1211.2254526120514\n", - "12:32:01\tCompleted 3184 to KZ554800: 1317.6518031846767\n", - "12:32:01\tCompleted 3226 to KZ751910: 313.51982627131224\n", - "12:32:01\tCompleted 3228 to KZ394800: 2972.73422379937\n", - "12:32:01\tCompleted 3212 to KZ556000: 2474.7776106230403\n", - "12:32:01\tCompleted 3175 to KZ751510: 3174.923087421423\n", - "12:32:02\tCompleted 3240 to KZ153600: 2141.225194341722\n", - "12:32:02\tCompleted 3249 to KZ474600: 438.1350612405783\n", - "12:32:02\tCompleted 3203 to KZ351600: 25.43743481781962\n", - "12:32:02\tCompleted 3242 to KZ352800: 1374.115735063864\n", - "12:32:02\tCompleted 3165 to KZ475000: 3718.2056569454753\n", - "12:32:02\tCompleted 3243 to KZ474600: 4050.538262036499\n", - "12:32:02\tCompleted 3181 to KZ154600: 3836.2891123796007\n", - "12:32:02\tCompleted 3160 to KZ612000: 3090.4840721442597\n", - "12:32:02\tCompleted 3227 to KZ354000: 1457.646647839003\n", - "12:32:02\tCompleted 3216 to KZ433200: 3003.2177278323056\n", - "12:32:02\tCompleted 3211 to KZ594200: 2123.901794654659\n", - "12:32:02\tCompleted 3204 to KZ316000: 1465.960173206571\n", - "12:32:02\tCompleted 3236 to KZ393200: 2880.0522952256315\n", - "12:32:02\tCompleted 3202 to KZ751110: 3654.973264421234\n", - "12:32:02\tCompleted 3188 to KZ635200: 2541.991665321677\n", - "12:32:02\tCompleted 3177 to KZ394200: 1020.2322978342828\n", - "12:32:03\tCompleted 3217 to KZ556000: 1416.1682973587424\n", - "12:32:03\tCompleted 3235 to KZ233600: 4182.132179234069\n", - "12:32:03\tCompleted 3183 to KZ595800: 1081.001157543594\n", - "12:32:03\tCompleted 3226 to KZ751510: 314.0811023119941\n", - "12:32:03\tCompleted 3187 to KZ194600: 2970.852468456328\n", - "12:32:03\tCompleted 3174 to KZ114400: 2967.539130124833\n", - "12:32:03\tCompleted 3249 to KZ475000: 115.12137551575765\n", - "12:32:03\tCompleted 3175 to KZ231000: 694.8636228893731\n", - "12:32:03\tCompleted 3219 to KZ634800: 1458.911773429987\n", - "12:32:03\tCompleted 3203 to KZ354000: 534.8254618068245\n", - "12:32:03\tCompleted 3221 to KZ593200: 1803.4760059375767\n", - "12:32:03\tCompleted 3248 to KZ354800: 1569.6316311455196\n", - "12:32:03\tCompleted 3229 to KZ593600: 2166.1296955981747\n", - "12:32:03\tCompleted 3176 to KZ636200: 3886.234011121334\n", - "12:32:04\tCompleted 3189 to KZ396200: 2204.4569557443283\n", - "12:32:04\tCompleted 3224 to KZ114500: 1780.172645423653\n", - "12:32:04\tCompleted 3151 to KZ352300: 1695.6815262979121\n", - "12:32:04\tCompleted 3220 to KZ634600: 3341.6218030699742\n", - "12:32:04\tCompleted 3242 to KZ356400: 1026.8989669704613\n", - "12:32:04\tCompleted 3199 to KZ711210: 2945.963143458629\n", - "12:32:04\tCompleted 3190 to KZ555200: 3511.9907784558304\n", - "12:32:04\tCompleted 3249 to KZ475200: 228.94963552555194\n", - "12:32:04\tCompleted 3205 to KZ551000: 1074.7022370721897\n", - "12:32:04\tCompleted 3201 to KZ116000: 1680.7207481537478\n", - "12:32:04\tCompleted 3168 to KZ115600: 1507.7057323639915\n", - "12:32:04\tCompleted 3227 to KZ351000: 1389.2782167386597\n", - "12:32:04\tCompleted 3235 to KZ633200: 1218.1151575844726\n", - "12:32:04\tCompleted 3244 to KZ614800: 3233.5091886662367\n", - "12:32:05\tCompleted 3203 to KZ351000: 466.45703070648125\n", - "12:32:05\tCompleted 3177 to KZ394400: 1030.6811145242864\n", - "12:32:05\tCompleted 3230 to KZ273600: 4129.685856243638\n", - "12:32:05\tCompleted 3219 to KZ633400: 753.2151327823665\n", - "12:32:05\tCompleted 3175 to KZ234000: 903.4741002570337\n", - "12:32:05\tCompleted 3215 to KZ234000: 2243.9985440386977\n", - "12:32:05\tCompleted 3170 to KZ316600: 2916.1983669801566\n", - "12:32:05\tCompleted 3222 to KZ556000: 3403.4289909577374\n", - "12:32:05\tCompleted 3234 to KZ154600: 3424.1867405998087\n", - "12:32:05\tCompleted 3217 to KZ556800: 1477.7392560434862\n", - "12:32:05\tCompleted 3207 to KZ116800: 3294.059558310735\n", - "12:32:05\tCompleted 3249 to KZ471800: 214.7592065060674\n", - "12:32:05\tCompleted 3184 to KZ556400: 1255.38567687612\n", - "12:32:06\tCompleted 3246 to KZ153200: 2136.7142056572275\n", - "12:32:06\tCompleted 3238 to KZ273200: 4344.467712925848\n", - "12:32:06\tCompleted 3241 to KZ234600: 3283.294310736999\n", - "12:32:06\tCompleted 3240 to KZ154000: 1892.8017671667596\n", - "12:32:06\tCompleted 3218 to KZ193400: 4288.7052419730135\n", - "12:32:06\tCompleted 3211 to KZ596600: 1798.9796273527963\n", - "12:32:06\tCompleted 3197 to KZ355600: 2067.2642024023644\n", - "12:32:06\tCompleted 3182 to KZ311000: 3101.8869654039627\n", - "12:32:06\tCompleted 3203 to KZ352000: 686.9073011850509\n", - "12:32:06\tCompleted 3247 to KZ234000: 4123.396601809499\n", - "12:32:06\tCompleted 3193 to KZ191600: 4015.423900815778\n", - "12:32:06\tCompleted 3160 to KZ614400: 3512.813755466344\n", - "12:32:06\tCompleted 3250 to KZ611600: 3017.1757348941073\n", - "12:32:06\tCompleted 3216 to KZ431900: 2484.173894937102\n", - "12:32:07\tCompleted 3209 to KZ632200: 3666.635904719252\n", - "12:32:07\tCompleted 3242 to KZ352400: 1360.0413229602675\n", - "12:32:07\tCompleted 3228 to KZ395000: 2900.709633490322\n", - "12:32:07\tCompleted 3219 to KZ633600: 1267.1328949172241\n", - "12:32:07\tCompleted 3214 to KZ114600: 2170.0561695462056\n", - "12:32:07\tCompleted 3237 to KZ595800: 2116.1937118142228\n", - "12:32:07\tCompleted 3205 to KZ556000: 1122.823619280207\n", - "12:32:07\tCompleted 3177 to KZ433200: 1075.2348645153386\n", - "12:32:07\tCompleted 3208 to KZ193400: 4420.804316711008\n", - "12:32:07\tCompleted 3224 to KZ114000: 1588.255005870521\n", - "12:32:07\tCompleted 3189 to KZ396600: 2116.1620878917965\n", - "12:32:07\tCompleted 3236 to KZ393400: 2702.312726325776\n", - "12:32:07\tCompleted 3235 to KZ634800: 1702.5617489947672\n", - "12:32:07\tCompleted 3181 to KZ154800: 3719.469792631544\n", - "12:32:07\tCompleted 3229 to KZ595200: 2163.579828655406\n", - "12:32:08\tCompleted 3175 to KZ234200: 1354.419806778011\n", - "12:32:08\tCompleted 3168 to KZ115200: 1701.1878468502537\n", - "12:32:08\tCompleted 3248 to KZ355200: 1789.619694638365412:32:08\tCompleted 3203 to KZ354800: 702.2628762521742\n", - "\n", - "12:32:08\tCompleted 3204 to KZ316600: 2113.9510372906216\n", - "12:32:08\tCompleted 3227 to KZ352000: 1609.7284872172293\n", - "12:32:08\tCompleted 3174 to KZ114600: 3573.608279097475\n", - "12:32:08\tCompleted 3201 to KZ116400: 1803.122095913267\n", - "12:32:08\tCompleted 3202 to KZ751310: 3648.1448372964883\n", - "12:32:08\tCompleted 3199 to KZ711310: 2936.2232027657433\n", - "12:32:08\tCompleted 3217 to KZ554800: 1632.4192247917786\n", - "12:32:08\tCompleted 3165 to KZ475200: 3729.0486177295247\n", - "12:32:09\tCompleted 3178 to KZ556000: 4187.783648760639\n", - "12:32:09\tCompleted 3244 to KZ615400: 3229.9148137477073\n", - "12:32:09\tCompleted 3221 to KZ595800: 2174.2963488040295\n", - "12:32:09\tCompleted 3219 to KZ633800: 1199.6324489894578\n", - "12:32:09\tCompleted 3235 to KZ633400: 996.8651083471462\n", - "12:32:09\tCompleted 3188 to KZ632400: 2334.6487025152865\n", - "12:32:09\tCompleted 3177 to KZ431900: 980.5380691025921\n", - "12:32:09\tCompleted 3243 to KZ475000: 4420.867288786306\n", - "12:32:09\tCompleted 3151 to KZ352800: 2406.7839433555196\n", - "12:32:09\tCompleted 3212 to KZ556800: 2675.4655354949778\n", - "12:32:09\tCompleted 3249 to KZ593200: 3198.6538806176677\n", - "12:32:09\tCompleted 3190 to KZ551600: 3245.424056470303\n", - "12:32:10\tCompleted 3207 to KZ111810: 3333.590359357226\n", - "12:32:10\tCompleted 3184 to KZ554200: 1451.2167126584202\n", - "12:32:10\tCompleted 3187 to KZ194800: 3238.968120510331\n", - "12:32:10\tCompleted 3189 to KZ394200: 1727.6233651557204\n", - "12:32:10\tCompleted 3203 to KZ355200: 1002.4601033898754\n", - "12:32:10\tCompleted 3170 to KZ316200: 2418.9276349716392\n", - "12:32:10\tCompleted 3214 to KZ114800: 1576.2420138792322\n", - "12:32:10\tCompleted 3246 to KZ153400: 2026.1275481315279\n", - "12:32:10\tCompleted 3227 to KZ354800: 1391.5100225689464\n", - "12:32:10\tCompleted 3175 to KZ234600: 1469.5901052160916\n", - "12:32:10\tCompleted 3250 to KZ613600: 3071.370871537917\n", - "12:32:10\tCompleted 3160 to KZ614600: 3237.921453050938\n", - "12:32:10\tCompleted 3226 to KZ231000: 4179.180301848347\n", - "12:32:10\tCompleted 3176 to KZ636400: 4303.348671812897\n", - "12:32:11\tCompleted 3219 to KZ634000: 1196.7171915549948\n", - "12:32:11\tCompleted 3222 to KZ556800: 3604.116915829675\n", - "12:32:11\tCompleted 3220 to KZ634400: 2921.259816175558\n", - "12:32:11\tCompleted 3234 to KZ154800: 3259.1940516122086\n", - "12:32:11\tCompleted 3205 to KZ556800: 1323.5115441521489\n", - "12:32:11\tCompleted 3230 to KZ276600: 4211.51110294262\n", - "12:32:11\tCompleted 3217 to KZ556400: 1559.2855839665822\n", - "12:32:11\tCompleted 3224 to KZ117000: 1638.9479753026983\n", - "12:32:11\tCompleted 3235 to KZ633600: 1510.782870482004\n", - "12:32:11\tCompleted 3242 to KZ356000: 1998.3220853841244\n", - "12:32:11\tCompleted 3248 to KZ355600: 1563.068860563606\n", - "12:32:11\tCompleted 3228 to KZ395200: 2432.6741484154886\n", - "12:32:11\tCompleted 3177 to KZ434600: 1018.4375933527976\n", - "12:32:11\tCompleted 3174 to KZ114800: 2520.040707907117\n", - "12:32:11\tCompleted 3216 to KZ434600: 2517.8384653634812:32:11\tCompleted 3201 to KZ116800: 1590.7232422212412\n", - "\n", - "12:32:11\tCompleted 3229 to KZ591000: 2053.7955574079483\n", - "12:32:11\tCompleted 3211 to KZ595000: 2163.2021610297024\n", - "12:32:11\tCompleted 3203 to KZ355600: 700.2255891372866\n", - "12:32:12\tCompleted 3236 to KZ391600: 2558.1832233412665\n", - "12:32:12\tCompleted 3182 to KZ315000: 3514.558839543178\n", - "12:32:12\tCompleted 3175 to KZ234800: 603.2914810516257\n", - "12:32:12\tCompleted 3218 to KZ193600: 3502.9144063639073\n", - "12:32:12\tCompleted 3168 to KZ115400: 1921.7606187159095\n", - "12:32:12\tCompleted 3197 to KZ352100: 2216.985194288938\n", - "12:32:12\tCompleted 3240 to KZ154200: 2195.437806136079\n", - "12:32:12\tCompleted 3237 to KZ593400: 1925.5809744620824\n", - "12:32:12\tCompleted 3244 to KZ615200: 3045.4983824521605\n", - "12:32:12\tCompleted 3193 to KZ195200: 3953.1889239505103\n", - "12:32:12\tCompleted 3215 to KZ234200: 2694.9442505596726\n", - "12:32:12\tCompleted 3238 to KZ274400: 4281.596400412584\n", - "12:32:12\tCompleted 3204 to KZ316200: 1616.6803052820824\n", - "12:32:12\tCompleted 3248 to KZ352100: 654.8321749668877\n", - "12:32:13\tCompleted 3189 to KZ394400: 1680.6257608176459\n", - "12:32:13\tCompleted 3241 to KZ234800: 2416.9956865725953\n", - "12:32:13\tCompleted 3203 to KZ352100: 230.4762769558616\n", - "12:32:13\tCompleted 3184 to KZ791110: 1124.4661213756992\n", - "12:32:13\tCompleted 3208 to KZ193600: 3838.915690837197\n", - "12:32:13\tCompleted 3181 to KZ155200: 4146.4084555333\n", - "12:32:13\tCompleted 3235 to KZ633800: 1443.2824245542379\n", - "12:32:13\tCompleted 3175 to KZ235200: 650.9313284150226\n", - "12:32:13\tCompleted 3247 to KZ234200: 4574.342308330435\n", - "12:32:13\tCompleted 3177 to KZ434400: 1055.3626056968933\n", - "12:32:13\tCompleted 3207 to KZ116600: 3152.392461165536\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:32:13\tCompleted 3209 to KZ635200: 4582.560633746008\n", - "12:32:13\tCompleted 3221 to KZ593400: 1986.1573112086885\n", - "12:32:13\tCompleted 3224 to KZ114400: 1403.1051798238327\n", - "12:32:14\tCompleted 3199 to KZ555200: 3680.038061986887\n", - "12:32:14\tCompleted 3249 to KZ595800: 3570.6658972371615\n", - "12:32:14\tCompleted 3202 to KZ751410: 3665.5698157001275\n", - "12:32:14\tCompleted 3227 to KZ355200: 1925.281289422053\n", - "12:32:14\tCompleted 3188 to KZ632800: 1907.7286282783903\n", - "12:32:14\tCompleted 3250 to KZ614000: 3116.7297102104903\n", - "12:32:14\tCompleted 3217 to KZ554200: 1821.9136223540186\n", - "12:32:14\tCompleted 3219 to KZ635400: 1641.622744137228\n", - "12:32:14\tCompleted 3178 to KZ556800: 4388.471573632586\n", - "12:32:14\tCompleted 3151 to KZ356400: 2507.5940439258998\n", - "12:32:14\tCompleted 3201 to KZ111810: 1612.58733524437\n", - "12:32:14\tCompleted 3160 to KZ614800: 3477.631458308618\n", - "12:32:14\tCompleted 3220 to KZ313600: 1394.4293428125554\n", - "12:32:14\tCompleted 3170 to KZ311000: 2279.498895342519\n", - "12:32:15\tCompleted 3242 to KZ354400: 1790.8062072069742\n", - "12:32:15\tCompleted 3175 to KZ235600: 745.9690944354504\n", - "12:32:15\tCompleted 3174 to KZ111010: 2911.3502086850704\n", - "12:32:15\tCompleted 3205 to KZ554800: 1328.2070321966034\n", - "12:32:15\tCompleted 3190 to KZ553200: 3364.372049877\n", - "12:32:15\tCompleted 3248 to KZ352200: 1371.625397551724\n", - "12:32:15\tCompleted 3214 to KZ111010: 1963.995984445899\n", - "12:32:15\tCompleted 3235 to KZ634000: 1440.3671671197749\n", - "12:32:15\tCompleted 3229 to KZ595600: 2287.683143929865\n", - "12:32:15\tCompleted 3243 to KZ475200: 4431.710249570353\n", - "12:32:15\tCompleted 3165 to KZ471800: 3558.658397568799\n", - "12:32:16\tCompleted 3189 to KZ433200: 1741.1771009450126\n", - "12:32:16\tCompleted 3177 to KZ431000: 1341.0231608176737\n", - "12:32:16\tCompleted 3246 to KZ153600: 2318.531308988997\n", - "12:32:16\tCompleted 3184 to KZ791310: 1100.3432378177902\n", - "12:32:16\tCompleted 3182 to KZ314200: 3107.362196339297\n", - "12:32:16\tCompleted 3222 to KZ554800: 3608.093476677395312:32:16\tCompleted 3228 to KZ391000: 2628.380412924447\n", - "\n", - "12:32:16\tCompleted 3212 to KZ554800: 2680.161023539428712:32:16\tCompleted 3175 to KZ233600: 751.7310832355666\n", - "\n", - "12:32:16\tCompleted 3204 to KZ311000: 1477.251565652967\n", - "12:32:16\tCompleted 3240 to KZ156000: 1768.6870385042891\n", - "12:32:16\tCompleted 3236 to KZ393600: 2860.616518330626612:32:16\tCompleted 3187 to KZ195600: 3315.7486882655357\n", - "\n", - "12:32:16\tCompleted 3226 to KZ234000: 4387.79077921605\n", - "12:32:16\tCompleted 3197 to KZ352200: 1854.445505825562\n", - "12:32:16\tCompleted 3219 to KZ635000: 1116.3493168047792\n", - "12:32:16\tCompleted 3230 to KZ275000: 4077.2087600449527\n", - "12:32:16\tCompleted 3216 to KZ434400: 2860.787864325205\n", - "12:32:17\tCompleted 3253 to KZ111810: 1801.8879744527264\n", - "12:32:17\tCompleted 3217 to KZ791110: 1548.01868563804912:32:17\tCompleted 3220 to KZ314000: 1176.863078168866\n", - "\n", - "12:32:17\tCompleted 3176 to KZ631000: 3832.3683977893797\n", - "12:32:17\tCompleted 3227 to KZ355600: 1623.0467751694653\n", - "12:32:17\tCompleted 3165 to KZ593200: 676.1089133378293\n", - "12:32:17\tCompleted 3234 to KZ155200: 3686.132714513961\n", - "12:32:17\tCompleted 3207 to KZ115600: 3151.43550571502\n", - "12:32:17\tCompleted 3218 to KZ194000: 3569.40177220914\n", - "12:32:17\tCompleted 3244 to KZ616400: 3747.119934647575\n", - "12:32:18\tCompleted 3237 to KZ594200: 1968.6178550253605\n", - "12:32:18\tCompleted 3168 to KZ151000: 3306.969195734058\n", - "12:32:18\tCompleted 3181 to KZ156400: 3985.533549631483\n", - "12:32:18\tCompleted 3250 to KZ613900: 3353.6497073802175\n", - "12:32:18\tCompleted 3235 to KZ635400: 1885.272719702008\n", - "12:32:18\tCompleted 3197 to KZ352300: 1035.8414498161499\n", - "12:32:18\tCompleted 3193 to KZ195000: 4399.318083267484\n", - "12:32:18\tCompleted 3201 to KZ116600: 1820.5743218423672\n", - "12:32:18\tCompleted 3151 to KZ352400: 2357.052753806497\n", - "12:32:18\tCompleted 3249 to KZ593400: 3582.3415847503607\n", - "12:32:18\tCompleted 3208 to KZ194000: 3905.4030566824295\n", - "12:32:18\tCompleted 3160 to KZ615400: 3474.037083390089\n", - "12:32:19\tCompleted 3189 to KZ431900: 1687.9291364240346\n", - "12:32:19\tCompleted 3227 to KZ352100: 856.9719510827593\n", - "12:32:19\tCompleted 3219 to KZ632200: 1191.389895211357\n", - "12:32:19\tCompleted 3205 to KZ556400: 1265.9409058880467\n", - "12:32:19\tCompleted 3177 to KZ435200: 1431.834954207736\n", - "12:32:19\tCompleted 3221 to KZ594200: 2000.4854125405955\n", - "12:32:19\tCompleted 3174 to KZ116000: 3078.119403306559\n", - "12:32:19\tCompleted 3214 to KZ116000: 1608.7588728815738\n", - "12:32:19\tCompleted 3184 to KZ791510: 1098.8837629640398\n", - "12:32:19\tCompleted 3229 to KZ596000: 1930.4981598767808\n", - "12:32:19\tCompleted 3242 to KZ351800: 1811.84092185\n", - "12:32:19\tCompleted 3224 to KZ114600: 1914.7928868317115\n", - "12:32:19\tCompleted 3253 to KZ116600: 1315.2514534665836\n", - "12:32:19\tCompleted 3241 to KZ235200: 2464.6355339359825\n", - "12:32:19\tCompleted 3238 to KZ275400: 4956.7848323696435\n", - "12:32:19\tCompleted 3188 to KZ636800: 2109.7691585391235\n", - "12:32:19\tCompleted 3248 to KZ352300: 1861.8577833456775\n", - "12:32:19\tCompleted 3211 to KZ593600: 2366.0901860390636\n", - "12:32:19\tCompleted 3165 to KZ595800: 780.0285233782065\n", - "12:32:20\tCompleted 3217 to KZ791310: 1504.4784537574403\n", - "12:32:20\tCompleted 3170 to KZ315000: 2692.170769481734\n", - "12:32:20\tCompleted 3202 to KZ751710: 3706.55784746903\n", - "12:32:20\tCompleted 3235 to KZ635000: 1359.9992923695593\n", - "12:32:20\tCompleted 3215 to KZ234600: 2810.114548997727\n", - "12:32:20\tCompleted 3178 to KZ554800: 4392.448134480309\n", - "12:32:20\tCompleted 3247 to KZ234600: 4689.512606768539\n", - "12:32:20\tCompleted 3246 to KZ154000: 2070.1078818140318\n", - "12:32:20\tCompleted 3209 to KZ632400: 4375.217670939609\n", - "12:32:20\tCompleted 3207 to KZ115200: 2756.9363116150066\n", - "12:32:21\tCompleted 3182 to KZ353200: 3222.749932771567\n", - "12:32:21\tCompleted 3199 to KZ551600: 3413.4713400013597\n", - "12:32:21\tCompleted 3228 to KZ395400: 2671.7443078497595\n", - "12:32:21\tCompleted 3190 to KZ553600: 3315.375048111977\n", - "12:32:21\tCompleted 3216 to KZ431000: 2202.4792819625977\n", - "12:32:21\tCompleted 3165 to KZ593400: 589.4157860260663\n", - "12:32:21\tCompleted 3227 to KZ352200: 1431.6033121575833\n", - "12:32:21\tCompleted 3204 to KZ315000: 1889.9234397921878\n", - "12:32:21\tCompleted 3189 to KZ434600: 1725.82866067424\n", - "12:32:21\tCompleted 3219 to KZ635200: 1381.9543645978072\n", - "12:32:21\tCompleted 3220 to KZ314800: 1676.150383043328\n", - "12:32:21\tCompleted 3236 to KZ396400: 3082.0281650039815\n", - "12:32:21\tCompleted 3237 to KZ596600: 1643.695687723498\n", - "12:32:21\tCompleted 3250 to KZ612000: 2859.52134804598\n", - "12:32:21\tCompleted 3224 to KZ114800: 1354.28293027563\n", - "12:32:22\tCompleted 3222 to KZ556400: 3546.5462775655715\n", - "12:32:22\tCompleted 3151 to KZ356000: 1699.0794287113483\n", - "12:32:22\tCompleted 3244 to KZ615600: 3357.56036887169\n", - "12:32:22\tCompleted 3240 to KZ154600: 2066.824469249421\n", - "12:32:22\tCompleted 3177 to KZ434800: 1353.4011899310108\n", - "12:32:22\tCompleted 3201 to KZ115600: 1776.6596834479249\n", - "12:32:22\tCompleted 3184 to KZ791710: 1071.3648370502874\n", - "12:32:22\tCompleted 3248 to KZ352800: 1398.747820248691\n", - "12:32:22\tCompleted 3221 to KZ596600: 1675.563245238732912:32:22\tCompleted 3235 to KZ632200: 1435.039870776136\n", - "\n", - "12:32:22\tCompleted 3217 to KZ791510: 1481.5979541857873\n", - "12:32:22\tCompleted 3243 to KZ471800: 4261.3200294096205\n", - "12:32:22\tCompleted 3249 to KZ594200: 3395.6632872206824\n", - "12:32:22\tCompleted 3175 to KZ633200: 3450.1646885200566\n", - "12:32:22\tCompleted 3197 to KZ352800: 1828.6755403194197\n", - "12:32:22\tCompleted 3174 to KZ116400: 2848.1829719221355\n", - "12:32:23\tCompleted 3253 to KZ115600: 1965.9603226562813\n", - "12:32:23\tCompleted 3160 to KZ615200: 3289.620652094542\n", - "12:32:23\tCompleted 3187 to KZ195800: 3129.6355606326865\n", - "12:32:23\tCompleted 3212 to KZ556400: 2617.8948972308744\n", - "12:32:23\tCompleted 3234 to KZ156400: 3265.4227141531946\n", - "12:32:23\tCompleted 3165 to KZ594200: 769.2735350895778\n", - "12:32:23\tCompleted 3226 to KZ234200: 4838.736485737008\n", - "12:32:23\tCompleted 3230 to KZ274800: 4612.713671428425\n", - "12:32:23\tCompleted 3229 to KZ596200: 2317.49760954795\n", - "12:32:23\tCompleted 3214 to KZ116400: 1805.0548406904304\n", - "12:32:23\tCompleted 3219 to KZ632400: 1250.9099224473046\n", - "12:32:23\tCompleted 3205 to KZ554200: 1517.7014297588435\n", - "12:32:23\tCompleted 3207 to KZ115400: 2739.795548139123\n", - "12:32:23\tCompleted 3218 to KZ196400: 4002.555878884717\n", - "12:32:24\tCompleted 3248 to KZ356400: 1051.5310521552883\n", - "12:32:24\tCompleted 3181 to KZ155600: 3898.37832921139\n", - "12:32:24\tCompleted 3168 to KZ153200: 3357.162803162805\n", - "12:32:24\tCompleted 3189 to KZ434400: 1762.7536730183342\n", - "12:32:24\tCompleted 3177 to KZ433600: 1169.0447180808596\n", - "12:32:24\tCompleted 3242 to KZ393200: 2509.9140401070836\n", - "12:32:24\tCompleted 3176 to KZ634600: 4291.09792525476\n", - "12:32:24\tCompleted 3220 to KZ315400: 1363.3892643633542\n", - "12:32:24\tCompleted 3211 to KZ595200: 2111.1087017015875\n", - "12:32:24\tCompleted 3170 to KZ314200: 2284.9741262778534\n", - "12:32:24\tCompleted 3235 to KZ635200: 1625.6043401625873\n", - "12:32:25\tCompleted 3204 to KZ314200: 1482.7267965883016\n", - "12:32:25\tCompleted 3227 to KZ352300: 1997.5193781293651\n", - "12:32:25\tCompleted 3216 to KZ435200: 2100.7851519016745\n", - "12:32:25\tCompleted 3193 to KZ194400: 4222.603954032225\n", - "12:32:25\tCompleted 3217 to KZ791710: 1479.8217738687547\n", - "12:32:25\tCompleted 3184 to KZ611600: 1149.3261215092186\n", - "12:32:25\tCompleted 3215 to KZ234800: 1943.815924833292\n", - "12:32:25\tCompleted 3207 to KZ151000: 1276.6141660330734\n", - "12:32:25\tCompleted 3228 to KZ392000: 2788.6680029299832\n", - "12:32:25\tCompleted 3224 to KZ111010: 1740.845227089235\n", - "12:32:25\tCompleted 3165 to KZ596600: 870.159052666343\n", - "12:32:25\tCompleted 3208 to KZ196400: 4338.557163358026\n", - "12:32:25\tCompleted 3188 to KZ635800: 2474.056710336505\n", - "12:32:25\tCompleted 3244 to KZ615800: 3124.7367121536013\n", - "12:32:25\tCompleted 3250 to KZ614400: 3281.8510313680645\n", - "12:32:26\tCompleted 3241 to KZ235600: 2559.6732999563874\n", - "12:32:26\tCompleted 3201 to KZ115200: 1970.141797934187\n", - "12:32:26\tCompleted 3219 to KZ632800: 1248.8055838382322\n", - "12:32:26\tCompleted 3178 to KZ556400: 4330.900935368485\n", - "12:32:26\tCompleted 3238 to KZ273600: 4124.744091352101\n", - "12:32:26\tCompleted 3190 to KZ552200: 3206.907106090264\n", - "12:32:26\tCompleted 3249 to KZ596600: 3070.7411199188373\n", - "12:32:26\tCompleted 3202 to KZ751810: 3652.80169154598\n", - "12:32:26\tCompleted 3235 to KZ632400: 1494.5598980120847\n", - "12:32:26\tCompleted 3151 to KZ354400: 2486.3847514655777\n", - "12:32:26\tCompleted 3248 to KZ352400: 1384.6734081450945\n", - "12:32:26\tCompleted 3182 to KZ353600: 3950.051133031505\n", - "12:32:26\tCompleted 3240 to KZ154800: 1901.8317802618194\n", - "12:32:27\tCompleted 3243 to KZ593200: 2228.147345367087\n", - "12:32:27\tCompleted 3236 to KZ394000: 3313.9630143698027\n", - "12:32:27\tCompleted 3209 to KZ632800: 4125.444545434797\n", - "12:32:27\tCompleted 3197 to KZ356400: 1847.753967444166\n", - "12:32:27\tCompleted 3174 to KZ116800: 3176.312593146887\n", - "12:32:27\tCompleted 3247 to KZ234800: 3823.2139826041052\n", - "12:32:27\tCompleted 3246 to KZ154200: 2372.74392078335\n", - "12:32:27\tCompleted 3207 to KZ153200: 1213.5281704012166\n", - "12:32:27\tCompleted 3221 to KZ595000: 2039.7857789156506\n", - "12:32:27\tCompleted 3199 to KZ553200: 3532.4193334080564\n", - "12:32:27\tCompleted 3253 to KZ115200: 2159.4424371425375\n", - "12:32:27\tCompleted 3237 to KZ595000: 2007.9182214004156\n", - "12:32:27\tCompleted 3222 to KZ554200: 3716.3911794187634\n", - "12:32:27\tCompleted 3229 to KZ596400: 2091.292589147730312:32:27\tCompleted 3255 to KZ351600: 885.2462750684277\n", - "\n", - "12:32:27\tCompleted 3205 to KZ791110: 1275.6025034400714\n", - "12:32:27\tCompleted 3189 to KZ431000: 2048.414228139116\n", - "12:32:27\tCompleted 3227 to KZ352800: 1458.7257348545502\n", - "12:32:27\tCompleted 3184 to KZ613600: 1004.1183829832638\n", - "12:32:28\tCompleted 3224 to KZ116000: 1353.4955901670796\n", - "12:32:28\tCompleted 3214 to KZ116800: 1867.6876326663266\n", - "12:32:28\tCompleted 3160 to KZ616400: 3991.242204289956\n", - "12:32:28\tCompleted 3219 to KZ636800: 1179.078210258308\n", - "12:32:28\tCompleted 3177 to KZ434000: 1904.2484112460613\n", - "12:32:28\tCompleted 3217 to KZ611600: 1736.6823091438791\n", - "12:32:28\tCompleted 3235 to KZ632800: 1492.4555594030119\n", - "12:32:29\tCompleted 3218 to KZ196800: 3470.714276643571\n", - "12:32:29\tCompleted 3244 to KZ612600: 2834.116723268116\n", - "12:32:29\tCompleted 3216 to KZ434800: 2132.1114128180047\n", - "12:32:29\tCompleted 3230 to KZ275800: 4082.296495416791\n", - "12:32:29\tCompleted 3234 to KZ155600: 3438.1025881920546\n", - "12:32:29\tCompleted 3250 to KZ614600: 3006.9587289526585\n", - "12:32:29\tCompleted 3181 to KZ156800: 3296.388863039367\n", - "12:32:29\tCompleted 3254 to KZ751810: 3947.702979002753\n", - "12:32:29\tCompleted 3168 to KZ153400: 2940.8341325326824\n", - "12:32:29\tCompleted 3187 to KZ196000: 3316.416316021578\n", - "12:32:29\tCompleted 3204 to KZ353200: 1770.3995920375169\n", - "12:32:29\tCompleted 3242 to KZ393400: 2332.174471207215\n", - "12:32:29\tCompleted 3170 to KZ353200: 2400.3618627101064\n", - "12:32:29\tCompleted 3227 to KZ356400: 1253.6708282711581\n", - "12:32:30\tCompleted 3201 to KZ115400: 2190.7145697998426\n", - "12:32:30\tCompleted 3255 to KZ354000: 1394.0457930299315\n", - "12:32:30\tCompleted 3151 to KZ351800: 1721.0663026087625\n", - "12:32:30\tCompleted 3228 to KZ395600: 2665.8213522210704\n", - "12:32:30\tCompleted 3226 to KZ234600: 4953.906784175113\n", - "12:32:30\tCompleted 3212 to KZ554200: 2813.7259330131637\n", - "12:32:30\tCompleted 3219 to KZ635800: 1229.7046439738508\n", - "12:32:30\tCompleted 3189 to KZ435200: 2139.226021529173\n", - "12:32:30\tCompleted 3220 to KZ315600: 1882.830777183987\n", - "12:32:30\tCompleted 3215 to KZ235200: 1991.4557721966933\n", - "12:32:30\tCompleted 3235 to KZ636800: 1422.728185823088\n", - "12:32:31\tCompleted 3184 to KZ614000: 1132.5310455250026\n", - "12:32:31\tCompleted 3176 to KZ634400: 3812.815888166666\n", - "12:32:31\tCompleted 3248 to KZ356000: 2022.9541705689514\n", - "12:32:31\tCompleted 3205 to KZ791310: 1232.0622715594627\n", - "12:32:31\tCompleted 3174 to KZ111810: 3215.843394193378\n", - "12:32:31\tCompleted 3181 to KZ193200: 1264.396236594268912:32:31\tCompleted 3243 to KZ595800: 2332.066955407453\n", - "\n", - "12:32:31\tCompleted 3217 to KZ613600: 1590.3097569059566\n", - "12:32:31\tCompleted 3222 to KZ791110: 2528.226236541508\n", - "12:32:31\tCompleted 3190 to KZ554600: 3263.097444662956\n", - "12:32:31\tCompleted 3211 to KZ591000: 2164.434394076736\n", - "12:32:31\tCompleted 3246 to KZ156000: 1945.9931531515642\n", - "12:32:31\tCompleted 3224 to KZ116400: 1581.9040833337665\n", - "12:32:31\tCompleted 3249 to KZ595000: 3434.9636535957234\n", - "12:32:31\tCompleted 3197 to KZ352400: 1912.9410345348226\n", - "12:32:31\tCompleted 3208 to KZ196800: 3806.7155611168605\n", - "12:32:31\tCompleted 3256 to KZ433600: 2008.1052684596507\n", - "12:32:31\tCompleted 3257 to KZ791710: 220.74114353919686\n", - "12:32:31\tCompleted 3178 to KZ554200: 4500.745837221673\n", - "12:32:32\tCompleted 3177 to KZ471000: 1637.3128623183893\n", - "12:32:32\tCompleted 3193 to KZ194600: 4233.120920036724\n", - "12:32:32\tCompleted 3182 to KZ351600: 3531.283367759106\n", - "12:32:32\tCompleted 3229 to KZ594600: 2296.7714406752157\n", - "12:32:32\tCompleted 3253 to KZ115400: 2380.0152090081883\n", - "12:32:32\tCompleted 3236 to KZ396800: 3060.055471930216\n", - "12:32:32\tCompleted 3227 to KZ352400: 1444.6513227509538\n", - "12:32:32\tCompleted 3219 to KZ636200: 1090.7875607436063\n", - "12:32:32\tCompleted 3199 to KZ553600: 3483.4223316430334\n", - "12:32:32\tCompleted 3241 to KZ233600: 2442.2898978122244\n", - "12:32:32\tCompleted 3212 to KZ791110: 1153.0831562672247\n", - "12:32:32\tCompleted 3238 to KZ276600: 4206.569338051083\n", - "12:32:33\tCompleted 3244 to KZ616000: 3151.8759278862126\n", - "12:32:33\tCompleted 3160 to KZ615600: 3601.6826385140716\n", - "12:32:33\tCompleted 3181 to KZ193400: 929.2475270845289\n", - "12:32:33\tCompleted 3220 to KZ316000: 1056.591699320491\n", - "12:32:33\tCompleted 3202 to KZ751910: 3673.942607896387\n", - "12:32:33\tCompleted 3255 to KZ351000: 1325.6773619295882\n", - "12:32:33\tCompleted 3257 to KZ611600: 370.163758756276\n", - "12:32:33\tCompleted 3221 to KZ593600: 2215.88920082096\n", - "12:32:33\tCompleted 3188 to KZ636200: 2228.1847284382425\n", - "12:32:33\tCompleted 3237 to KZ593600: 2155.312864074354\n", - "12:32:33\tCompleted 3235 to KZ635800: 1473.3546195386307\n", - "12:32:33\tCompleted 3214 to KZ111810: 1925.1355125099467\n", - "12:32:33\tCompleted 3240 to KZ155200: 2328.770443163593\n", - "12:32:33\tCompleted 3209 to KZ636800: 4150.338126963417\n", - "12:32:33\tCompleted 3197 to KZ356000: 1039.2393522295897\n", - "12:32:33\tCompleted 3216 to KZ433600: 2392.7815931671244\n", - "12:32:33\tCompleted 3250 to KZ614800: 3246.6687342103387\n", - "12:32:34\tCompleted 3189 to KZ434800: 2060.792257252453\n", - "12:32:34\tCompleted 3219 to KZ636400: 848.201712863596\n", - "12:32:34\tCompleted 3217 to KZ614000: 1537.1697099916346\n", - "12:32:34\tCompleted 3247 to KZ235200: 3870.853829967473\n", - "12:32:34\tCompleted 3257 to KZ613600: 153.4946894721732\n", - "12:32:34\tCompleted 3177 to KZ473600: 1170.902753636827\n", - "12:32:34\tCompleted 3218 to KZ191600: 3496.5122527036556\n", - "12:32:34\tCompleted 3242 to KZ391600: 2188.0449682227054\n", - "12:32:34\tCompleted 3222 to KZ791310: 2505.944687581108\n", - "12:32:34\tCompleted 3212 to KZ791310: 1130.801607306827\n", - "12:32:34\tCompleted 3234 to KZ156800: 2940.0824324126916\n", - "12:32:34\tCompleted 3205 to KZ791510: 1209.1817719878097\n", - "12:32:34\tCompleted 3254 to KZ751910: 3968.8438953531604\n", - "12:32:35\tCompleted 3248 to KZ354400: 1815.4382923918013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:32:35\tCompleted 3214 to KZ116600: 908.1712539228973\n", - "12:32:35\tCompleted 3184 to KZ613900: 1409.2827446661965\n", - "12:32:35\tCompleted 3228 to KZ395800: 2968.2054276275558\n", - "12:32:35\tCompleted 3224 to KZ116800: 1612.4243499518325\n", - "12:32:35\tCompleted 3229 to KZ711110: 1545.0037342609376\n", - "12:32:35\tCompleted 3174 to KZ116600: 3082.818865241239\n", - "12:32:35\tCompleted 3243 to KZ593400: 2141.4542180553203\n", - "12:32:35\tCompleted 3256 to KZ434000: 1772.1625188701064\n", - "12:32:35\tCompleted 3168 to KZ153600: 3723.43317772334\n", - "12:32:35\tCompleted 3257 to KZ614000: 281.90735201391226\n", - "12:32:35\tCompleted 3187 to KZ191000: 3008.02716312856\n", - "12:32:35\tCompleted 3235 to KZ636200: 1334.437536308386412:32:35\tCompleted 3230 to KZ276000: 4498.127521171879\n", - "\n", - "12:32:35\tCompleted 3178 to KZ791110: 3637.1846961718466\n", - "12:32:35\tCompleted 3219 to KZ631000: 1063.09190071505\n", - "12:32:36\tCompleted 3255 to KZ352000: 1470.4439522303294\n", - "12:32:36\tCompleted 3181 to KZ193600: 1751.1702965212644\n", - "12:32:36\tCompleted 3201 to KZ151000: 3575.9231468179814\n", - "12:32:36\tCompleted 3204 to KZ353600: 2453.2712324772856\n", - "12:32:36\tCompleted 3234 to KZ193200: 451.3507934481707\n", - "12:32:36\tCompleted 3211 to KZ595600: 2012.7382428806252\n", - "12:32:36\tCompleted 3226 to KZ234800: 4087.608160010639\n", - "12:32:36\tCompleted 3176 to KZ313600: 2964.0842516315524\n", - "12:32:36\tCompleted 3249 to KZ593600: 3705.183616917984\n", - "12:32:36\tCompleted 3170 to KZ353600: 3127.6630629700444\n", - "12:32:36\tCompleted 3246 to KZ154600: 2244.130583896685\n", - "12:32:37\tCompleted 3257 to KZ613900: 558.6590511551066\n", - "12:32:37\tCompleted 3227 to KZ356000: 2158.615765352637\n", - "12:32:37\tCompleted 3189 to KZ433600: 1876.435785402302\n", - "12:32:37\tCompleted 3244 to KZ613800: 3300.1300609050963\n", - "12:32:37\tCompleted 3160 to KZ615800: 3368.858981795983\n", - "12:32:37\tCompleted 3182 to KZ354000: 3177.569038228196\n", - "12:32:37\tCompleted 3212 to KZ791510: 1140.9193833030954\n", - "12:32:37\tCompleted 3235 to KZ636400: 1091.8516884283758\n", - "12:32:37\tCompleted 3236 to KZ394800: 3238.7100406282784\n", - "12:32:37\tCompleted 3234 to KZ193400: 656.2396704636116\n", - "12:32:37\tCompleted 3217 to KZ613900: 1815.0929820080821\n", - "12:32:37\tCompleted 3184 to KZ612000: 929.5399454901624\n", - "12:32:37\tCompleted 3208 to KZ191600: 3832.513537176945\n", - "12:32:37\tCompleted 3220 to KZ316600: 1704.5825634045416\n", - "12:32:37\tCompleted 3199 to KZ552200: 3374.9543896213204\n", - "12:32:37\tCompleted 3250 to KZ615400: 3243.0743592918093\n", - "12:32:38\tCompleted 3215 to KZ235600: 2086.493538217116\n", - "12:32:38\tCompleted 3177 to KZ474200: 1664.962257361936\n", - "12:32:38\tCompleted 3257 to KZ612000: 234.96378780172498\n", - "12:32:38\tCompleted 3221 to KZ595200: 1987.6923195875254\n", - "12:32:38\tCompleted 3197 to KZ354400: 1826.5446749838293\n", - "12:32:38\tCompleted 3219 to KZ634600: 1330.7765260153476\n", - "12:32:38\tCompleted 3253 to KZ151000: 3240.450787665413\n", - "12:32:38\tCompleted 3222 to KZ791510: 2516.062463577376512:32:38\tCompleted 3205 to KZ791710: 1207.405591670777\n", - "\n", - "12:32:38\tCompleted 3181 to KZ194000: 1606.7155276665956\n", - "12:32:38\tCompleted 3216 to KZ434000: 2156.838843577603\n", - "12:32:38\tCompleted 3229 to KZ711410: 1571.1162343444491\n", - "12:32:38\tCompleted 3190 to KZ555600: 3827.1282951567837\n", - "12:32:38\tCompleted 3237 to KZ595200: 1955.8247620722905\n", - "12:32:38\tCompleted 3240 to KZ156400: 1908.0604428027505\n", - "12:32:38\tCompleted 3244 to KZ273200: 1511.340138104303\n", - "12:32:39\tCompleted 3238 to KZ275000: 4072.2669951534153\n", - "12:32:39\tCompleted 3193 to KZ194800: 4501.236572090729\n", - "12:32:39\tCompleted 3234 to KZ193600: 457.27867355990884\n", - "12:32:39\tCompleted 3235 to KZ631000: 1306.741876279830212:32:39\tCompleted 3255 to KZ354800: 1566.0086909423073\n", - "\n", - "12:32:39\tCompleted 3248 to KZ351800: 1836.473007034827\n", - "12:32:39\tCompleted 3257 to KZ614400: 485.1918505949089\n", - "12:32:39\tCompleted 3212 to KZ791710: 1112.4194439528067\n", - "12:32:39\tCompleted 3243 to KZ594200: 2321.311967118825\n", - "12:32:39\tCompleted 3241 to KZ633200: 2536.264960903782\n", - "12:32:39\tCompleted 3174 to KZ115600: 2981.267028961945\n", - "12:32:39\tCompleted 3254 to KZ751510: 3957.3598332522447\n", - "12:32:39\tCompleted 3219 to KZ634400: 922.927266559265\n", - "12:32:39\tCompleted 3178 to KZ791310: 3614.9031472114466\n", - "12:32:40\tCompleted 3242 to KZ393600: 2490.4782632120755\n", - "12:32:40\tCompleted 3228 to KZ392400: 2694.392353653882\n", - "12:32:40\tCompleted 3188 to KZ636400: 2425.6356877512208\n", - "12:32:40\tCompleted 3220 to KZ316200: 1207.3118313960022\n", - "12:32:40\tCompleted 3197 to KZ351800: 1061.2262261270002\n", - "12:32:40\tCompleted 3234 to KZ194000: 312.82390470524035\n", - "12:32:40\tCompleted 3214 to KZ115600: 1988.662133656188\n", - "12:32:40\tCompleted 3227 to KZ354400: 1951.099887175489\n", - "12:32:40\tCompleted 3181 to KZ196400: 1351.8386259313047\n", - "12:32:40\tCompleted 3224 to KZ111810: 1669.8722297954525\n", - "12:32:40\tCompleted 3218 to KZ195200: 3434.277275838388\n", - "12:32:40\tCompleted 3257 to KZ614600: 172.13637075607153\n", - "12:32:40\tCompleted 3217 to KZ612000: 1683.804443036547\n", - "12:32:40\tCompleted 3209 to KZ635800: 4599.84037466069212:32:40\tCompleted 3189 to KZ434000: 2611.6394785674784\n", - "\n", - "12:32:40\tCompleted 3177 to KZ474600: 1342.1376965438656\n", - "12:32:40\tCompleted 3244 to KZ274400: 1787.621293306337\n", - "12:32:41\tCompleted 3247 to KZ235600: 3965.8915959878777\n", - "12:32:41\tCompleted 3202 to KZ751510: 3662.4585457954713\n", - "12:32:41\tCompleted 3160 to KZ612600: 3078.2389929104975\n", - "12:32:41\tCompleted 3168 to KZ154000: 3244.779455319503\n", - "12:32:41\tCompleted 3212 to KZ611600: 1061.59410510013\n", - "12:32:41\tCompleted 3249 to KZ595200: 3382.8701942676084\n", - "12:32:41\tCompleted 3234 to KZ196400: 370.09030737531793\n", - "12:32:41\tCompleted 3246 to KZ154800: 2079.137894909095\n", - "12:32:41\tCompleted 3254 to KZ231000: 1155.5757571712634\n", - "12:32:41\tCompleted 3250 to KZ615200: 3058.6579279962625\n", - "12:32:41\tCompleted 3187 to KZ196200: 2773.619990337245\n", - "12:32:41\tCompleted 3182 to KZ351000: 3141.6054050276093\n", - "12:32:41\tCompleted 3230 to KZ276200: 4217.513734437933\n", - "12:32:41\tCompleted 3204 to KZ351600: 2033.409279765273112:32:41\tCompleted 3229 to KZ711210: 1572.2779957713476\n", - "\n", - "12:32:41\tCompleted 3184 to KZ614400: 1335.8155441059994\n", - "12:32:41\tCompleted 3235 to KZ634600: 1574.4265015801275\n", - "12:32:41\tCompleted 3201 to KZ153200: 3626.1167542467288\n", - "12:32:41\tCompleted 3176 to KZ314000: 2746.5179869878625\n", - "12:32:42\tCompleted 3211 to KZ596000: 2102.3920212098874\n", - "12:32:42\tCompleted 3222 to KZ791710: 2487.5625242270903\n", - "12:32:42\tCompleted 3257 to KZ614800: 624.910163600892712:32:42\tCompleted 3224 to KZ116600: 652.907971208402\n", - "\n", - "12:32:42\tCompleted 3219 to KZ313600: 1363.7225485287113\n", - "12:32:42\tCompleted 3220 to KZ311000: 1067.8830917668865\n", - "12:32:42\tCompleted 3236 to KZ395000: 3166.68545031923\n", - "12:32:42\tCompleted 3170 to KZ351600: 2708.895297697639312:32:42\tCompleted 3205 to KZ611600: 1464.2661269459015\n", - "\n", - "12:32:42\tCompleted 3181 to KZ196800: 1518.0164664468377\n", - "12:32:42\tCompleted 3234 to KZ196800: 224.1248434854825\n", - "12:32:42\tCompleted 3256 to KZ471000: 4205.111389539075\n", - "12:32:42\tCompleted 3202 to KZ231000: 366.3968735307387\n", - "12:32:42\tCompleted 3255 to KZ355200: 1785.9967544351532\n", - "12:32:43\tCompleted 3226 to KZ235200: 4135.248007374006\n", - "12:32:43\tCompleted 3221 to KZ591000: 2041.01801196268412:32:43\tCompleted 3189 to KZ471000: 1048.8703410434398\n", - "\n", - "12:32:43\tCompleted 3260 to KZ751710: 351.7589463143034412:32:43\tCompleted 3199 to KZ554600: 3431.1447281940127\n", - "\n", - "12:32:43\tCompleted 3254 to KZ234000: 1408.2588023879969\n", - "12:32:43\tCompleted 3174 to KZ115200: 2641.9948335651197\n", - "12:32:43\tCompleted 3212 to KZ613600: 1115.789241743952\n", - "12:32:43\tCompleted 3257 to KZ615400: 444.3527150156771\n", - "12:32:43\tCompleted 3215 to KZ233600: 1969.1101360729272\n", - "12:32:43\tCompleted 3244 to KZ275400: 2148.667553122593\n", - "12:32:43\tCompleted 3208 to KZ195200: 3770.2785603116777\n", - "12:32:43\tCompleted 3190 to KZ551000: 3281.999700940632\n", - "12:32:43\tCompleted 3214 to KZ115200: 1594.1629395561504\n", - "12:32:43\tCompleted 3197 to KZ393200: 1439.1592713358637\n", - "12:32:44\tCompleted 3234 to KZ191600: 141.0243866176395\n", - "12:32:44\tCompleted 3235 to KZ634400: 1166.577242124045\n", - "12:32:44\tCompleted 3227 to KZ351800: 1972.1346018185147\n", - "12:32:44\tCompleted 3178 to KZ791510: 3625.020923207715\n", - "12:32:44\tCompleted 3228 to KZ396200: 2502.8154396276773\n", - "12:32:44\tCompleted 3237 to KZ591000: 2009.1504544474492\n", - "12:32:44\tCompleted 3202 to KZ234000: 619.0799187474731\n", - "12:32:44\tCompleted 3260 to KZ751810: 315.470289862144\n", - "12:32:44\tCompleted 3219 to KZ314000: 1222.079184380325\n", - "12:32:44\tCompleted 3243 to KZ596600: 2422.1974846955754\n", - "12:32:44\tCompleted 3257 to KZ615200: 223.83556979968304\n", - "12:32:44\tCompleted 3177 to KZ475000: 1712.466723293666\n", - "12:32:44\tCompleted 3189 to KZ473600: 582.460232361878\n", - "12:32:44\tCompleted 3229 to KZ711310: 1584.1353552272794\n", - "12:32:44\tCompleted 3184 to KZ614600: 1022.7600642671622\n", - "12:32:44\tCompleted 3253 to KZ153200: 3244.867371094038\n", - "12:32:44\tCompleted 3259 to KZ116800: 1732.367027180105\n", - "12:32:44\tCompleted 3181 to KZ191600: 1434.9160095789948\n", - "12:32:45\tCompleted 3234 to KZ195200: 218.331351702448\n", - "12:32:45\tCompleted 3216 to KZ471000: 4589.787714246595\n", - "12:32:45\tCompleted 3222 to KZ611600: 2436.7371853744266\n", - "12:32:45\tCompleted 3254 to KZ234200: 1815.131941059901\n", - "12:32:45\tCompleted 3244 to KZ273600: 1790.663027962262\n", - "12:32:45\tCompleted 3212 to KZ614000: 1161.148080416528\n", - "12:32:45\tCompleted 3220 to KZ315000: 1480.5549659061073\n", - "12:32:45\tCompleted 3260 to KZ751910: 297.5953053224773\n", - "12:32:45\tCompleted 3193 to KZ195600: 4578.017139845947\n", - "12:32:45\tCompleted 3238 to KZ274800: 4607.771906536888\n", - "12:32:45\tCompleted 3197 to KZ393400: 1001.331590674138\n", - "12:32:45\tCompleted 3182 to KZ352000: 2909.710148114267\n", - "12:32:46\tCompleted 3242 to KZ396400: 2711.8899098854336\n", - "12:32:46\tCompleted 3255 to KZ355600: 1559.4459203603938\n", - "12:32:46\tCompleted 3249 to KZ591000: 3436.195886642757\n", - "12:32:46\tCompleted 3219 to KZ314800: 662.0790718300192\n", - "12:32:46\tCompleted 3235 to KZ313600: 1390.3876810317008\n", - "12:32:46\tCompleted 3204 to KZ354000: 1866.558942624902\n", - "12:32:46\tCompleted 3188 to KZ631000: 2174.3191151062883\n", - "12:32:46\tCompleted 3257 to KZ616400: 1107.3531858696715\n", - "12:32:46\tCompleted 3211 to KZ596200: 1931.0868537682686\n", - "12:32:46\tCompleted 3224 to KZ115600: 1765.511376299524\n", - "12:32:46\tCompleted 3234 to KZ195000: 253.4418078696365\n", - "12:32:46\tCompleted 3202 to KZ234200: 1025.9530574193784\n", - "12:32:46\tCompleted 3205 to KZ613600: 1317.893574707979\n", - "12:32:46\tCompleted 3248 to KZ393200: 2534.546125291909\n", - "12:32:46\tCompleted 3240 to KZ155600: 2080.740316841688\n", - "12:32:46\tCompleted 3174 to KZ115400: 2670.221952214827\n", - "12:32:46\tCompleted 3218 to KZ195000: 3885.907379379032\n", - "12:32:46\tCompleted 3189 to KZ474200: 1076.5197360869938\n", - "12:32:47\tCompleted 3181 to KZ195200: 1512.2229746638034\n", - "12:32:47\tCompleted 3250 to KZ616400: 3760.279480191677\n", - "12:32:47\tCompleted 3168 to KZ154200: 3547.4154942888254\n", - "12:32:47\tCompleted 3236 to KZ395200: 2698.649965244397\n", - "12:32:47\tCompleted 3170 to KZ354000: 2355.1809681667355\n", - "12:32:47\tCompleted 3260 to KZ751510: 298.15658136315915\n", - "12:32:47\tCompleted 3214 to KZ115400: 1577.0221760802474\n", - "12:32:47\tCompleted 3229 to KZ555200: 1450.7615722433002\n", - "12:32:47\tCompleted 3255 to KZ352100: 651.2092347636755\n", - "12:32:47\tCompleted 3254 to KZ234600: 1930.3022394979828\n", - "12:32:47\tCompleted 3246 to KZ155200: 2506.0765578108576\n", - "12:32:47\tCompleted 3221 to KZ595600: 1889.3218607665617\n", - "12:32:47\tCompleted 3209 to KZ636200: 4268.753696862544\n", - "12:32:47\tCompleted 3201 to KZ153400: 3209.788083616606\n", - "12:32:47\tCompleted 3230 to KZ271000: 4235.20668985217\n", - "12:32:47\tCompleted 3257 to KZ615600: 679.2179886674819\n", - "12:32:47\tCompleted 3176 to KZ314800: 3245.805291862292\n", - "12:32:48\tCompleted 3234 to KZ194400: 447.1144384161944\n", - "12:32:48\tCompleted 3244 to KZ276600: 2016.2023835541233\n", - "12:32:48\tCompleted 3241 to KZ634800: 3069.124542737251\n", - "12:32:48\tCompleted 3219 to KZ315400: 884.7455287534966\n", - "12:32:48\tCompleted 3235 to KZ314000: 1248.7443168833145\n", - "12:32:48\tCompleted 3178 to KZ791710: 3596.5209838574287\n", - "12:32:48\tCompleted 3247 to KZ233600: 3848.508193843822\n", - "12:32:48\tCompleted 3259 to KZ111810: 1754.2311202032338\n", - "12:32:48\tCompleted 3177 to KZ475200: 1723.3096840777143\n", - "12:32:48\tCompleted 3220 to KZ314200: 1073.3583227022211\n", - "12:32:48\tCompleted 3212 to KZ613900: 1398.0680775862481\n", - "12:32:48\tCompleted 3174 to KZ151000: 1033.96962472084\n", - "12:32:48\tCompleted 3187 to KZ192600: 3046.970918157254\n", - "12:32:48\tCompleted 3197 to KZ391600: 1260.5278339247143\n", - "12:32:48\tCompleted 3227 to KZ393200: 2594.524039897764\n", - "12:32:48\tCompleted 3189 to KZ474600: 753.6951752689158\n", - "12:32:48\tCompleted 3228 to KZ396600: 2510.7342804188665\n", - "12:32:48\tCompleted 3243 to KZ595000: 2256.637503383288712:32:48\tCompleted 3222 to KZ613600: 2490.9323220182364\n", - "\n", - "12:32:49\tCompleted 3181 to KZ195000: 1363.094411973028\n", - "12:32:49\tCompleted 3257 to KZ615800: 278.3435388931235\n", - "12:32:49\tCompleted 3237 to KZ595600: 1857.4543032513268\n", - "12:32:49\tCompleted 3234 to KZ194600: 76.67263260330381\n", - "12:32:49\tCompleted 3184 to KZ614800: 1404.0725263538336\n", - "12:32:49\tCompleted 3254 to KZ234800: 1148.6824533076401\n", - "12:32:49\tCompleted 3224 to KZ115200: 1371.0121821994865\n", - "12:32:49\tCompleted 3190 to KZ556000: 3330.1210831486455\n", - "12:32:49\tCompleted 3202 to KZ234600: 1141.1233558574581\n", - "12:32:49\tCompleted 3235 to KZ314800: 688.7442043330088\n", - "12:32:49\tCompleted 3199 to KZ555600: 3995.1755786878402\n", - "12:32:49\tCompleted 3214 to KZ151000: 1164.7267241792179\n", - "12:32:49\tCompleted 3244 to KZ275000: 1560.8721335302441\n", - "12:32:49\tCompleted 3256 to KZ473600: 3786.13662351612\n", - "12:32:49\tCompleted 3226 to KZ235600: 4230.285773394436\n", - "12:32:50\tCompleted 3219 to KZ315600: 1158.211146431715\n", - "12:32:50\tCompleted 3255 to KZ352200: 1368.0024573485118\n", - "12:32:50\tCompleted 3247 to KZ633200: 1175.6882339102203\n", - "12:32:50\tCompleted 3249 to KZ595600: 3284.499735446659\n", - "12:32:50\tCompleted 3212 to KZ612000: 903.9397182519971\n", - "12:32:50\tCompleted 3257 to KZ612600: 249.44562055022547\n", - "12:32:50\tCompleted 3208 to KZ195000: 4218.998530742844\n", - "12:32:50\tCompleted 3174 to KZ153200: 1066.444455069845\n", - "12:32:50\tCompleted 3229 to KZ551600: 1508.7224758745317\n", - "12:32:50\tCompleted 3259 to KZ116600: 1267.594599217091\n", - "12:32:50\tCompleted 3205 to KZ614000: 1264.753527793657\n", - "12:32:50\tCompleted 3234 to KZ194800: 349.85935246917313\n", - "12:32:50\tCompleted 3261 to KZ353600: 1414.5902878157124\n", - "12:32:51\tCompleted 3254 to KZ235200: 1092.2895521051382\n", - "12:32:51\tCompleted 3197 to KZ393600: 1142.0165594610808\n", - "12:32:51\tCompleted 3253 to KZ153400: 3134.2807135683593\n", - "12:32:51\tCompleted 3235 to KZ315400: 911.4106612564863\n", - "12:32:51\tCompleted 3202 to KZ234800: 359.503569667115\n", - "12:32:51\tCompleted 3215 to KZ633200: 2609.7004592718954\n", - "12:32:51\tCompleted 3177 to KZ471800: 1552.9194639169727\n", - "12:32:51\tCompleted 3240 to KZ156800: 1582.72016106227\n", - "12:32:51\tCompleted 3250 to KZ615600: 3370.719914415792\n", - "12:32:51\tCompleted 3189 to KZ475000: 1124.024202018716\n", - "12:32:51\tCompleted 3181 to KZ194400: 1741.0060613775452\n", - "12:32:51\tCompleted 3216 to KZ473600: 4170.8129482235845\n", - "12:32:51\tCompleted 3257 to KZ616000: 293.12539516979814\n", - "12:32:51\tCompleted 3224 to KZ115400: 1348.3915196013927\n", - "12:32:51\tCompleted 3234 to KZ195600: 436.58624839317645\n", - "12:32:51\tCompleted 3214 to KZ153200: 1169.143307607867\n", - "12:32:52\tCompleted 3182 to KZ354800: 3665.228418643711\n", - "12:32:52\tCompleted 3170 to KZ351000: 2319.217334966149\n", - "12:32:52\tCompleted 3236 to KZ391000: 2894.3562297533545\n", - "12:32:52\tCompleted 3242 to KZ394000: 2943.824759251255\n", - "12:32:52\tCompleted 3238 to KZ275800: 4077.3547305252537\n", - "12:32:52\tCompleted 3244 to KZ274800: 1916.0515104270335\n", - "12:32:52\tCompleted 3204 to KZ351000: 1800.5336572750664\n", - "12:32:52\tCompleted 3193 to KZ195800: 4391.904012213097\n", - "12:32:52\tCompleted 3246 to KZ156400: 2085.366557450026\n", - "12:32:52\tCompleted 3254 to KZ235600: 1206.681228717341\n", - "12:32:52\tCompleted 3248 to KZ393400: 2356.806556392042\n", - "12:32:52\tCompleted 3261 to KZ351600: 989.3804358392612\n", - "12:32:52\tCompleted 3174 to KZ153400: 1672.3799039805028\n", - "12:32:52\tCompleted 3221 to KZ596000: 1977.7839653427677\n", - "12:32:52\tCompleted 3218 to KZ194400: 3703.692305920087\n", - "12:32:52\tCompleted 3235 to KZ315600: 1250.312402898185612:32:52\tCompleted 3222 to KZ614000: 2536.2911606908096\n", - "\n", - "12:32:52\tCompleted 3178 to KZ611600: 3545.695645004765\n", - "12:32:52\tCompleted 3220 to KZ353200: 1553.186129224254\n", - "12:32:52\tCompleted 3211 to KZ596400: 2312.5246775975393\n", - "12:32:53\tCompleted 3219 to KZ316000: 1483.3121665362673\n", - "12:32:53\tCompleted 3168 to KZ156000: 3120.664726657046\n", - "12:32:53\tCompleted 3197 to KZ396400: 1113.940672437229\n", - "12:32:53\tCompleted 3212 to KZ614400: 1326.2694015741\n", - "12:32:53\tCompleted 3257 to KZ613800: 516.630425676045\n", - "12:32:53\tCompleted 3188 to KZ634600: 2575.1285923779865\n", - "12:32:53\tCompleted 3184 to KZ615400: 1294.9764085267664\n", - "12:32:53\tCompleted 3176 to KZ315400: 2933.0441731823403\n", - "12:32:53\tCompleted 3234 to KZ195800: 574.5064612552785\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:32:53\tCompleted 3254 to KZ233600: 915.347936340747\n", - "12:32:53\tCompleted 3247 to KZ634800: 1660.134825320515\n", - "12:32:53\tCompleted 3260 to KZ231000: 4163.255780899512\n", - "12:32:54\tCompleted 3189 to KZ475200: 1134.8671628027644\n", - "12:32:54\tCompleted 3181 to KZ194600: 1374.806896251778\n", - "12:32:54\tCompleted 3214 to KZ153400: 1058.556650082161\n", - "12:32:54\tCompleted 3255 to KZ352300: 1858.2348431424653\n", - "12:32:54\tCompleted 3229 to KZ553200: 1800.9187815576877\n", - "12:32:54\tCompleted 3243 to KZ593600: 2371.186107667594\n", - "12:32:54\tCompleted 3228 to KZ394200: 2958.2707753892905\n", - "12:32:54\tCompleted 3227 to KZ393400: 2492.4681511757294\n", - "12:32:54\tCompleted 3244 to KZ275800: 1692.8343874081484\n", - "12:32:54\tCompleted 3174 to KZ153600: 1213.1055082888706\n", - "12:32:54\tCompleted 3259 to KZ115600: 1918.3034684067886\n", - "12:32:54\tCompleted 3224 to KZ151000: 1413.0917312304239\n", - "12:32:54\tCompleted 3241 to KZ633400: 2336.9024880665643\n", - "12:32:54\tCompleted 3230 to KZ274000: 4888.86487357167812:32:54\tCompleted 3209 to KZ636400: 4675.46710650231\n", - "\n", - "12:32:54\tCompleted 3219 to KZ316600: 1032.119627495069\n", - "12:32:54\tCompleted 3249 to KZ596000: 3374.1535137759042\n", - "12:32:54\tCompleted 3199 to KZ551000: 3450.0469844716886\n", - "12:32:55\tCompleted 3261 to KZ354000: 1498.179953800765\n", - "12:32:55\tCompleted 3212 to KZ614600: 1051.3770991586875\n", - "12:32:55\tCompleted 3234 to KZ196000: 427.3075479804515\n", - "12:32:55\tCompleted 3187 to KZ196600: 3092.6866422125254\n", - "12:32:55\tCompleted 3262 to KZ434800: 1750.6777287976342\n", - "12:32:55\tCompleted 3205 to KZ613900: 1542.6767998101047\n", - "12:32:55\tCompleted 3235 to KZ316000: 1509.9772990392569\n", - "12:32:55\tCompleted 3190 to KZ556800: 3530.809008020583\n", - "12:32:55\tCompleted 3177 to KZ593200: 1786.0102594816647\n", - "12:32:55\tCompleted 3237 to KZ596000: 1919.6813283529598\n", - "12:32:55\tCompleted 3197 to KZ394000: 1181.6417987640168\n", - "12:32:55\tCompleted 3247 to KZ633400: 954.4381846728941\n", - "12:32:55\tCompleted 3204 to KZ352000: 1411.83606012039\n", - "12:32:55\tCompleted 3250 to KZ615800: 3137.8962576977033\n", - "12:32:56\tCompleted 3189 to KZ471800: 964.4769426420289\n", - "12:32:56\tCompleted 3170 to KZ352000: 2087.322078052802\n", - "12:32:56\tCompleted 3226 to KZ233600: 4112.902371250356\n", - "12:32:56\tCompleted 3234 to KZ191000: 118.91839508740685\n", - "12:32:56\tCompleted 3184 to KZ615200: 1074.4592633107736\n", - "12:32:56\tCompleted 3181 to KZ194800: 1529.7615005083762\n", - "12:32:56\tCompleted 3174 to KZ154000: 1146.539386489087\n", - "12:32:56\tCompleted 3240 to KZ193200: 1834.3836273563911\n", - "12:32:56\tCompleted 3256 to KZ474200: 4232.760784582642\n", - "12:32:56\tCompleted 3214 to KZ153600: 1350.9604109396403\n", - "12:32:56\tCompleted 3244 to KZ276000: 1962.136533035012\n", - "12:32:56\tCompleted 3182 to KZ355200: 2966.730986648826\n", - "12:32:57\tCompleted 3235 to KZ316600: 1058.7847599980585\n", - "12:32:57\tCompleted 3253 to KZ153600: 3426.6844744258838\n", - "12:32:57\tCompleted 3208 to KZ194400: 4039.693590393377\n", - "12:32:57\tCompleted 3255 to KZ352800: 1395.1248800454787\n", - "12:32:57\tCompleted 3222 to KZ613900: 2773.211157860537\n", - "12:32:57\tCompleted 3236 to KZ395400: 2937.720124678667\n", - "12:32:57\tCompleted 3224 to KZ153200: 1417.508314659073\n", - "12:32:57\tCompleted 3261 to KZ351000: 1429.8115227004216\n", - "12:32:57\tCompleted 3178 to KZ613600: 3599.890781648575\n", - "12:32:57\tCompleted 3229 to KZ553600: 1643.1212245468155\n", - "12:32:57\tCompleted 3234 to KZ196200: 260.3989263015998\n", - "12:32:57\tCompleted 3246 to KZ155600: 2258.046431488951\n", - "12:32:57\tCompleted 3219 to KZ316200: 1515.5274686285584\n", - "12:32:57\tCompleted 3221 to KZ596200: 1807.670471654205\n", - "12:32:57\tCompleted 3248 to KZ391600: 2212.677053407532\n", - "12:32:57\tCompleted 3211 to KZ594600: 2038.562514186146\n", - "12:32:58\tCompleted 3174 to KZ154200: 776.3728642477159\n", - "12:32:58\tCompleted 3212 to KZ614800: 1291.087104416359\n", - "12:32:58\tCompleted 3197 to KZ396800: 1313.1135995543614\n", - "12:32:58\tCompleted 3227 to KZ391600: 2348.33864819122\n", - "12:32:58\tCompleted 3226 to KZ633200: 910.6926856925913\n", - "12:32:58\tCompleted 3247 to KZ633600: 1468.3559468077517\n", - "12:32:58\tCompleted 3243 to KZ595200: 2368.636240724813\n", - "12:32:58\tCompleted 3218 to KZ194600: 3714.209271924584\n", - "12:32:58\tCompleted 3228 to KZ394400: 3039.5318703073604\n", - "12:32:58\tCompleted 3255 to KZ356400: 1047.908111952076\n", - "12:32:58\tCompleted 3263 to KZ791510: 1076.5074159159176\n", - "12:32:58\tCompleted 3249 to KZ596200: 3202.8483463343127\n", - "12:32:58\tCompleted 3238 to KZ276000: 4493.185756280341\n", - "12:32:58\tCompleted 3234 to KZ192600: 157.8621501161008\n", - "12:32:58\tCompleted 3244 to KZ276200: 1791.1620612189427\n", - "12:32:59\tCompleted 3215 to KZ634800: 3330.704381214998\n", - "12:32:59\tCompleted 3214 to KZ154000: 1102.5369837646674\n", - "12:32:59\tCompleted 3259 to KZ115200: 2111.785582893048\n", - "12:32:59\tCompleted 3181 to KZ195600: 1734.72051204165112:32:59\tCompleted 3235 to KZ316200: 1542.192601131548\n", - "\n", - "12:32:59\tCompleted 3250 to KZ612600: 2847.276268812218\n", - "12:32:59\tCompleted 3216 to KZ474200: 4617.437109290138\n", - "12:32:59\tCompleted 3254 to KZ633200: 4509.031866938856\n", - "12:32:59\tCompleted 3188 to KZ634400: 2154.766605483588\n", - "12:32:59\tCompleted 3224 to KZ153400: 1306.9216571333668\n", - "12:32:59\tCompleted 3242 to KZ396800: 2689.917216811668\n", - "12:32:59\tCompleted 3168 to KZ154600: 3418.8021574021604\n", - "12:32:59\tCompleted 3219 to KZ311000: 1120.941838759138\n", - "12:32:59\tCompleted 3189 to KZ593200: 2441.9180117940837\n", - "12:32:59\tCompleted 3174 to KZ156000: 1219.1500545710333\n", - "12:32:59\tCompleted 3261 to KZ352000: 1574.5781130011628\n", - "12:33:00\tCompleted 3197 to KZ394800: 1053.3863729787613\n", - "12:33:00\tCompleted 3193 to KZ196000: 4578.684767602041\n", - "12:33:00\tCompleted 3176 to KZ315600: 3452.485686002991\n", - "12:33:00\tCompleted 3205 to KZ612000: 1411.3882608385693\n", - "12:33:00\tCompleted 3222 to KZ612000: 2279.0827985262995\n", - "12:33:00\tCompleted 3237 to KZ596200: 1775.8029141389702\n", - "12:33:00\tCompleted 3234 to KZ196600: 446.3360133926898\n", - "12:33:00\tCompleted 3199 to KZ556000: 3498.168366679702\n", - "12:33:00\tCompleted 3177 to KZ595800: 2121.852077423697\n", - "12:33:00\tCompleted 3220 to KZ353600: 2236.057769664025\n", - "12:33:00\tCompleted 3235 to KZ311000: 1147.6069712621274\n", - "12:33:00\tCompleted 3263 to KZ791710: 1074.731235598885\n", - "12:33:00\tCompleted 3212 to KZ615400: 1287.492729497849\n", - "12:33:00\tCompleted 3187 to KZ194200: 2720.7777040347996\n", - "12:33:00\tCompleted 3262 to KZ433600: 2011.34790914677\n", - "12:33:00\tCompleted 3226 to KZ634800: 1395.1392771028852\n", - "12:33:01\tCompleted 3246 to KZ156800: 1760.0262757095452\n", - "12:33:01\tCompleted 3229 to KZ552200: 1768.1318102359448\n", - "12:33:01\tCompleted 3247 to KZ633800: 1400.8555008799856\n", - "12:33:01\tCompleted 3244 to KZ271000: 1757.089207738345\n", - "12:33:01\tCompleted 3209 to KZ631000: 4214.888083530588\n", - "12:33:01\tCompleted 3257 to KZ273200: 3032.457170181592\n", - "12:33:01\tCompleted 3255 to KZ352400: 1381.0504679418823\n", - "12:33:01\tCompleted 3260 to KZ234000: 4371.866258267216\n", - "12:33:01\tCompleted 3190 to KZ554800: 3534.7855688683035\n", - "12:33:01\tCompleted 3211 to KZ711110: 1801.3852831635654\n", - "12:33:01\tCompleted 3178 to KZ614000: 3645.249620321148\n", - "12:33:01\tCompleted 3241 to KZ633600: 2463.0961249559223\n", - "12:33:01\tCompleted 3214 to KZ154200: 1405.1730227339888\n", - "12:33:01\tCompleted 3234 to KZ194200: 476.3937903989133\n", - "12:33:02\tCompleted 3204 to KZ354800: 2349.389895915683\n", - "12:33:02\tCompleted 3182 to KZ355600: 3210.3765397439356\n", - "12:33:02\tCompleted 3181 to KZ195800: 1796.869239321619\n", - "12:33:02\tCompleted 3219 to KZ315000: 1238.1506549927715\n", - "12:33:02\tCompleted 3266 to KZ751410: 1210.2372836414622\n", - "12:33:02\tCompleted 3224 to KZ153600: 1599.325417990845\n", - "12:33:02\tCompleted 3170 to KZ354800: 2842.8403485822505\n", - "12:33:02\tCompleted 3227 to KZ393600: 2575.088263002757\n", - "12:33:02\tCompleted 3261 to KZ354800: 1670.1428517131408\n", - "12:33:02\tCompleted 3226 to KZ633400: 689.4426364552647\n", - "12:33:02\tCompleted 3197 to KZ395000: 1375.1020521002076\n", - "12:33:02\tCompleted 3253 to KZ154000: 3178.261047250858\n", - "12:33:02\tCompleted 3235 to KZ315000: 1264.8157874957612\n", - "12:33:02\tCompleted 3240 to KZ193400: 2039.2725043718317\n", - "12:33:02\tCompleted 3212 to KZ615200: 1103.076298202299\n", - "12:33:02\tCompleted 3243 to KZ591000: 2258.8519694773554\n", - "12:33:03\tCompleted 3221 to KZ596400: 2162.3236923794384\n", - "12:33:03\tCompleted 3230 to KZ274200: 5006.210367951219\n", - "12:33:03\tCompleted 3263 to KZ611600: 1331.5917708740094\n", - "12:33:03\tCompleted 3267 to KZ353200: 1369.1706094053798\n", - "12:33:03\tCompleted 3248 to KZ393600: 2515.1103483969014\n", - "12:33:03\tCompleted 3250 to KZ616000: 3165.0354734303146\n", - "12:33:03\tCompleted 3234 to KZ751210: 221.68829567104737\n", - "12:33:03\tCompleted 3228 to KZ433200: 2793.5933410716284\n", - "12:33:03\tCompleted 3256 to KZ474600: 3909.93622376456\n", - "12:33:03\tCompleted 3214 to KZ156000: 978.422255102197\n", - "12:33:03\tCompleted 3244 to KZ274000: 2027.0896463507072\n", - "12:33:03\tCompleted 3259 to KZ115400: 2332.3583547586986\n", - "12:33:03\tCompleted 3208 to KZ194600: 4050.2105563978735\n", - "12:33:03\tCompleted 3249 to KZ596400: 3798.5080264174394\n", - "12:33:03\tCompleted 3236 to KZ392000: 3054.643819758891\n", - "12:33:03\tCompleted 3222 to KZ614400: 2701.412481848384\n", - "12:33:03\tCompleted 3181 to KZ196000: 1074.577323998931\n", - "12:33:04\tCompleted 3265 to KZ116400: 1921.9374537473846\n", - "12:33:04\tCompleted 3247 to KZ634000: 1397.9402434455226\n", - "12:33:04\tCompleted 3246 to KZ193200: 1633.6739593168284\n", - "12:33:04\tCompleted 3218 to KZ194800: 3982.324923978587\n", - "12:33:04\tCompleted 3188 to KZ313600: 1732.3516402800024\n", - "12:33:04\tCompleted 3266 to KZ751710: 1251.225315410365\n", - "12:33:04\tCompleted 3219 to KZ314200: 1122.356052321511\n", - "12:33:04\tCompleted 3235 to KZ314200: 1149.0211848245006\n", - "12:33:04\tCompleted 3234 to KZ751110: 215.2900200077583\n", - "12:33:04\tCompleted 3226 to KZ633600: 1203.3603985901223\n", - "12:33:05\tCompleted 3242 to KZ394800: 2868.5717855097273\n", - "12:33:05\tCompleted 3263 to KZ613600: 1185.219218636087812:33:05\tCompleted 3229 to KZ554600: 1840.2168939017786\n", - "\n", - "12:33:05\tCompleted 3176 to KZ316000: 2626.2466081395096\n", - "12:33:05\tCompleted 3224 to KZ154000: 1350.9019908158737\n", - "12:33:05\tCompleted 3205 to KZ614400: 1469.2095992499076\n", - "12:33:05\tCompleted 3197 to KZ395200: 1315.2135497714182\n", - "12:33:05\tCompleted 3240 to KZ193600: 1222.7601392708743\n", - "12:33:05\tCompleted 3262 to KZ434000: 1775.4051595572257\n", - "12:33:05\tCompleted 3211 to KZ711410: 1797.3184938577608\n", - "12:33:05\tCompleted 3177 to KZ593400: 2169.6979636143737\n", - "12:33:05\tCompleted 3254 to KZ634800: 5052.888840149911\n", - "12:33:05\tCompleted 3215 to KZ633400: 2509.4196848293545\n", - "12:33:05\tCompleted 3181 to KZ191000: 1198.0726190010726\n", - "12:33:05\tCompleted 3204 to KZ355200: 1569.9295692889618\n", - "12:33:05\tCompleted 3216 to KZ474600: 4294.61254847205\n", - "12:33:05\tCompleted 3238 to KZ276200: 4212.571969546394\n", - "12:33:06\tCompleted 3214 to KZ154600: 1276.5596858473289\n", - "12:33:06\tCompleted 3234 to KZ751310: 221.77530138199694\n", - "12:33:06\tCompleted 3261 to KZ355200: 1890.1309152059866\n", - "12:33:06\tCompleted 3244 to KZ274200: 2239.2108259477236\n", - "12:33:06\tCompleted 3220 to KZ351600: 1816.1958169520103\n", - "12:33:06\tCompleted 3266 to KZ751810: 1197.469159487314\n", - "12:33:06\tCompleted 3193 to KZ191000: 4270.295614708968\n", - "12:33:06\tCompleted 3233 to KZ113200: 1596.6039267237807\n", - "12:33:06\tCompleted 3178 to KZ613900: 3882.169617490875\n", - "12:33:06\tCompleted 3187 to KZ751210: 2675.577326619624\n", - "12:33:06\tCompleted 3237 to KZ596400: 2101.747355632832\n", - "12:33:06\tCompleted 3263 to KZ614000: 1132.0791717217653\n", - "12:33:06\tCompleted 3226 to KZ633800: 1135.8599526623561\n", - "12:33:06\tCompleted 3267 to KZ353600: 1831.5262861081253\n", - "12:33:07\tCompleted 3255 to KZ356000: 2019.3312303657392\n", - "12:33:07\tCompleted 3170 to KZ355200: 2144.3429165873495\n", - "12:33:07\tCompleted 3243 to KZ595600: 2492.7395559992756\n", - "12:33:07\tCompleted 3234 to KZ751410: 228.78524748689347\n", - "12:33:07\tCompleted 3222 to KZ614600: 2426.520179432978\n", - "12:33:07\tCompleted 3265 to KZ116800: 1709.5386000553588\n", - "12:33:07\tCompleted 3199 to KZ556800: 3698.8562915516395\n", - "12:33:07\tCompleted 3219 to KZ353200: 1378.818920710521\n", - "12:33:07\tCompleted 3197 to KZ391000: 1264.8692960429153\n", - "12:33:07\tCompleted 3235 to KZ353200: 1730.9412453361242\n", - "12:33:07\tCompleted 3190 to KZ556400: 3473.2383697564796\n", - "12:33:07\tCompleted 3227 to KZ396400: 2796.499909676114\n", - "12:33:07\tCompleted 3250 to KZ613800: 3313.2896064491983\n", - "12:33:07\tCompleted 3249 to KZ594600: 3310.3240067521783\n", - "12:33:07\tCompleted 3240 to KZ194000: 1319.969034607933\n", - "12:33:07\tCompleted 3221 to KZ594600: 1915.1461320720825\n", - "12:33:07\tCompleted 3228 to KZ431900: 2274.5495081764248\n", - "12:33:07\tCompleted 3182 to KZ352100: 3682.067787644785\n", - "12:33:08\tCompleted 3181 to KZ196200: 1554.290549262955\n", - "12:33:08\tCompleted 3229 to KZ555600: 1555.4578193048205\n", - "12:33:08\tCompleted 3246 to KZ193400: 1838.562836332269\n", - "12:33:08\tCompleted 3214 to KZ154800: 1111.5669968597276\n", - "12:33:08\tCompleted 3212 to KZ616400: 1804.6978503977025\n", - "12:33:08\tCompleted 3247 to KZ635400: 1842.8457960277558\n", - "12:33:08\tCompleted 3260 to KZ234200: 4822.811964788171\n", - "12:33:08\tCompleted 3234 to KZ751710: 260.8213171470371\n", - "12:33:08\tCompleted 3266 to KZ751910: 1218.6100758377224\n", - "12:33:08\tCompleted 3188 to KZ314000: 1514.785375636313\n", - "12:33:08\tCompleted 3236 to KZ395600: 2931.797169049978\n", - "12:33:08\tCompleted 3253 to KZ154200: 3480.8970862201804\n", - "12:33:08\tCompleted 3224 to KZ154200: 1653.5380297851948\n", - "12:33:09\tCompleted 3205 to KZ614600: 1258.8612267184724\n", - "12:33:09\tCompleted 3226 to KZ634000: 1132.944695227893\n", - "12:33:09\tCompleted 3241 to KZ633800: 2690.563847847623\n", - "12:33:09\tCompleted 3248 to KZ396400: 2736.521995070259\n", - "12:33:09\tCompleted 3261 to KZ355600: 1663.5800811312272\n", - "12:33:09\tCompleted 3268 to KZ435200: 1571.0651532782488\n", - "12:33:09\tCompleted 3259 to KZ151000: 3192.793933415922\n", - "12:33:09\tCompleted 3267 to KZ351600: 1406.316434131674\n", - "12:33:09\tCompleted 3263 to KZ613900: 1410.0024437382128\n", - "12:33:09\tCompleted 3250 to KZ273200: 1524.4996836484056\n", - "12:33:09\tCompleted 3233 to KZ113400: 1472.3371604898427\n", - "12:33:09\tCompleted 3257 to KZ274400: 2969.585857668297\n", - "12:33:09\tCompleted 3181 to KZ192600: 1238.6721136277401\n", - "12:33:10\tCompleted 3220 to KZ354000: 1649.3454798116393\n", - "12:33:10\tCompleted 3246 to KZ193600: 1138.497567379615\n", - "12:33:10\tCompleted 3269 to KZ791310: 2999.887190885288\n", - "12:33:10\tCompleted 3234 to KZ751810: 224.53266069487762\n", - "12:33:10\tCompleted 3219 to KZ353600: 1308.6244349925773\n", - "12:33:10\tCompleted 3211 to KZ711210: 1780.154162421929\n", - "12:33:10\tCompleted 3256 to KZ475000: 4280.26525051434712:33:10\tCompleted 3245 to KZ113200: 1578.9989968475275\n", - "\n", - "12:33:10\tCompleted 3197 to KZ395400: 1303.2456802415747\n", - "12:33:10\tCompleted 3235 to KZ353600: 1667.1710236194574\n", - "12:33:10\tCompleted 3209 to KZ634600: 4673.617610996026\n", - "12:33:10\tCompleted 3218 to KZ195600: 4059.1054917337915\n", - "12:33:10\tCompleted 3261 to KZ352100: 755.3433955345089\n", - "12:33:10\tCompleted 3208 to KZ194800: 4318.3262084518765\n", - "12:33:10\tCompleted 3178 to KZ612000: 3388.041258156638\n", - "12:33:10\tCompleted 3266 to KZ751510: 1207.1260137368065\n", - "12:33:10\tCompleted 3265 to KZ111810: 1731.4026930784876\n", - "12:33:10\tCompleted 3222 to KZ614800: 2666.230184690658\n", - "12:33:10\tCompleted 3204 to KZ355600: 1991.1588633430365\n", - "12:33:10\tCompleted 3247 to KZ635000: 1317.572368695307\n", - "12:33:11\tCompleted 3242 to KZ395000: 2796.547195200682\n", - "12:33:11\tCompleted 3255 to KZ354400: 1811.815352188589\n", - "12:33:11\tCompleted 3221 to KZ711110: 1651.1842979454575\n", - "12:33:11\tCompleted 3234 to KZ751910: 206.65767615521094\n", - "12:33:11\tCompleted 3229 to KZ551000: 1466.593249958567\n", - "12:33:11\tCompleted 3176 to KZ316600: 3274.2374722235304\n", - "12:33:11\tCompleted 3224 to KZ156000: 1226.7872621534032\n", - "12:33:11\tCompleted 3243 to KZ596000: 2135.5545719461957\n", - "12:33:11\tCompleted 3254 to KZ633400: 4408.751092496312\n", - "12:33:11\tCompleted 3214 to KZ155200: 1538.505659761505\n", - "12:33:11\tCompleted 3212 to KZ615600: 1415.1382846218096\n", - "12:33:11\tCompleted 3263 to KZ612000: 1278.7139047666772\n", - "12:33:11\tCompleted 3219 to KZ351600: 887.3515574556532\n", - "12:33:11\tCompleted 3250 to KZ274400: 1800.7808388504397\n", - "12:33:11\tCompleted 3246 to KZ194000: 1119.2593665683703\n", - "12:33:11\tCompleted 3267 to KZ354000: 1465.329959992765\n", - "12:33:11\tCompleted 3170 to KZ355600: 2387.988469682475\n", - "12:33:11\tCompleted 3228 to KZ434600: 2308.2140786028026\n", - "12:33:12\tCompleted 3237 to KZ594600: 1883.2785745568476\n", - "12:33:12\tCompleted 3226 to KZ635400: 1577.8502478101261\n", - "12:33:12\tCompleted 3235 to KZ351600: 1241.961171643006\n", - "12:33:12\tCompleted 3249 to KZ711110: 3446.4907035106567\n", - "12:33:12\tCompleted 3233 to KZ113600: 1406.2859227925055\n", - "12:33:12\tCompleted 3268 to KZ434800: 1602.3914141945843\n", - "12:33:12\tCompleted 3238 to KZ271000: 4230.264924960631\n", - "12:33:12\tCompleted 3193 to KZ196200: 4035.888441917623\n", - "12:33:12\tCompleted 3234 to KZ751510: 207.21895219589277\n", - "12:33:12\tCompleted 3197 to KZ392000: 1100.1515542881084\n", - "12:33:12\tCompleted 3187 to KZ751110: 2683.334685932505\n", - "12:33:12\tCompleted 3262 to KZ471000: 4208.354030226195\n", - "12:33:13\tCompleted 3182 to KZ352200: 3168.425117906689\n", - "12:33:13\tCompleted 3245 to KZ113400: 1408.711503914764\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:33:13\tCompleted 3181 to KZ196600: 1662.5894552300606\n", - "12:33:13\tCompleted 3271 to KZ116000: 1782.3112322537122\n", - "12:33:13\tCompleted 3265 to KZ116600: 1244.7661720923447\n", - "12:33:13\tCompleted 3227 to KZ394000: 3028.434759041935\n", - "12:33:13\tCompleted 3215 to KZ633600: 2503.647683839483\n", - "12:33:13\tCompleted 3220 to KZ351000: 1583.3201944618036\n", - "12:33:13\tCompleted 3247 to KZ632200: 1392.6129471018837\n", - "12:33:13\tCompleted 3188 to KZ314800: 1731.8190499377124\n", - "12:33:13\tCompleted 3240 to KZ196400: 1753.1231412835366\n", - "12:33:13\tCompleted 3214 to KZ156400: 1117.795659400664412:33:13\tCompleted 3199 to KZ554800: 3702.83285239936\n", - "\n", - "12:33:13\tCompleted 3190 to KZ554200: 3643.0832716096716\n", - "12:33:13\tCompleted 3261 to KZ352200: 1472.1366181193453\n", - "12:33:13\tCompleted 3226 to KZ635000: 1052.5768204776775\n", - "12:33:13\tCompleted 3212 to KZ615800: 1182.3146279037428\n", - "12:33:13\tCompleted 3229 to KZ556000: 1507.88975828938\n", - "12:33:14\tCompleted 3269 to KZ791510: 3010.0049668815564\n", - "12:33:14\tCompleted 3263 to KZ614400: 1336.535243178016\n", - "12:33:14\tCompleted 3236 to KZ395800: 3234.1812444564644\n", - "12:33:14\tCompleted 3219 to KZ354000: 1398.638364978907\n", - "12:33:14\tCompleted 3267 to KZ351000: 1399.3046746429293\n", - "12:33:14\tCompleted 3221 to KZ711410: 1647.117508639653\n", - "12:33:14\tCompleted 3246 to KZ196400: 1552.4134732439738\n", - "12:33:14\tCompleted 3224 to KZ154600: 1524.9246928985349\n", - "12:33:14\tCompleted 3250 to KZ275400: 2161.8270986666957\n", - "12:33:14\tCompleted 3211 to KZ711310: 1768.041168710166\n", - "12:33:14\tCompleted 3253 to KZ156000: 3054.146318588401\n", - "12:33:15\tCompleted 3255 to KZ351800: 1832.8500668316149\n", - "12:33:15\tCompleted 3178 to KZ614400: 3810.370941478722\n", - "12:33:15\tCompleted 3222 to KZ615400: 2662.6358097721286\n", - "12:33:15\tCompleted 3220 to KZ352000: 1194.622597307127\n", - "12:33:15\tCompleted 3212 to KZ612600: 891.6946390182324\n", - "12:33:15\tCompleted 3235 to KZ354000: 1750.7606896045102\n", - "12:33:15\tCompleted 3259 to KZ153200: 3197.210516844547\n", - "12:33:15\tCompleted 3240 to KZ196800: 1221.2815390423561\n", - "12:33:15\tCompleted 3248 to KZ394000: 2968.4568444360802\n", - "12:33:15\tCompleted 3260 to KZ234600: 4937.982263226277\n", - "12:33:15\tCompleted 3197 to KZ395600: 1413.7177602690783\n", - "12:33:15\tCompleted 3237 to KZ711110: 1574.2996011093248\n", - "12:33:15\tCompleted 3233 to KZ113800: 1419.4674456166317\n", - "12:33:15\tCompleted 3263 to KZ614600: 1126.1868706465802\n", - "12:33:15\tCompleted 3226 to KZ632200: 1127.6173988842565\n", - "12:33:16\tCompleted 3242 to KZ395200: 2328.511710125846\n", - "12:33:16\tCompleted 3267 to KZ352000: 949.2269512249553\n", - "12:33:16\tCompleted 3214 to KZ155600: 1290.4755334395961\n", - "12:33:16\tCompleted 3243 to KZ596200: 2522.5540216173704\n", - "12:33:16\tCompleted 3246 to KZ196800: 1020.5718710027937\n", - "12:33:16\tCompleted 3204 to KZ352100: 2138.633661294959\n", - "12:33:16\tCompleted 3245 to KZ113600: 1537.1826619848218\n", - "12:33:16\tCompleted 3181 to KZ194200: 1770.285413360268\n", - "12:33:16\tCompleted 3247 to KZ635200: 1583.177416488335\n", - "12:33:16\tCompleted 3241 to KZ634000: 2806.9299608622687\n", - "12:33:16\tCompleted 3249 to KZ711410: 3436.62492433163\n", - "12:33:16\tCompleted 3176 to KZ316200: 2776.9667402150085\n", - "12:33:16\tCompleted 3219 to KZ351000: 1330.2699338785637\n", - "12:33:16\tCompleted 3268 to KZ433600: 1863.06159454372\n", - "12:33:16\tCompleted 3218 to KZ195800: 3872.9923641009423\n", - "12:33:16\tCompleted 3182 to KZ352300: 2457.6101987507295\n", - "12:33:16\tCompleted 3229 to KZ556800: 1569.4607169741255\n", - "12:33:16\tCompleted 3228 to KZ434400: 2651.163477564528\n", - "12:33:16\tCompleted 3250 to KZ273600: 1803.8225735063647\n", - "12:33:17\tCompleted 3265 to KZ115600: 1895.4750412820424\n", - "12:33:17\tCompleted 3271 to KZ116400: 1904.7125800132314\n", - "12:33:17\tCompleted 3224 to KZ154800: 1359.9320039109334\n", - "12:33:17\tCompleted 3208 to KZ195600: 4395.106776207092\n", - "12:33:17\tCompleted 3170 to KZ352100: 2859.679717583318\n", - "12:33:17\tCompleted 3256 to KZ475200: 4291.108211298401\n", - "12:33:17\tCompleted 3257 to KZ275400: 3644.7742896253076\n", - "12:33:17\tCompleted 3254 to KZ633600: 4179.575751907848\n", - "12:33:17\tCompleted 3269 to KZ791710: 2981.50502753127\n", - "12:33:17\tCompleted 3214 to KZ156800: 792.4553776601783\n", - "12:33:17\tCompleted 3209 to KZ634400: 4195.335573907871\n", - "12:33:17\tCompleted 3246 to KZ191600: 1046.3698470628822\n", - "12:33:17\tCompleted 3212 to KZ616000: 1209.4538436363491\n", - "12:33:17\tCompleted 3221 to KZ711210: 1629.953177203821\n", - "12:33:17\tCompleted 3240 to KZ191600: 1247.079515102445\n", - "12:33:18\tCompleted 3266 to KZ231000: 2673.4414140477143\n", - "12:33:18\tCompleted 3188 to KZ315400: 1694.3663980185404\n", - "12:33:18\tCompleted 3226 to KZ635200: 1318.1818682707055\n", - "12:33:18\tCompleted 3261 to KZ352300: 1962.3690039132987\n", - "12:33:18\tCompleted 3227 to KZ396800: 2774.5272166023483\n", - "12:33:18\tCompleted 3235 to KZ351000: 1682.3922585041669\n", - "12:33:18\tCompleted 3193 to KZ192600: 4309.239369737662\n", - "12:33:18\tCompleted 3237 to KZ711410: 1574.4724041634345\n", - "12:33:18\tCompleted 3263 to KZ614800: 1607.8076760176868\n", - "12:33:18\tCompleted 3178 to KZ614600: 3535.478639063316\n", - "12:33:18\tCompleted 3190 to KZ791110: 2731.3487613203274\n", - "12:33:18\tCompleted 3238 to KZ274000: 4883.923108680141\n", - "12:33:19\tCompleted 3222 to KZ615200: 2478.219378476582\n", - "12:33:19\tCompleted 3181 to KZ751210: 1515.5799186324027\n", - "12:33:19\tCompleted 3250 to KZ276600: 2029.361929098226\n", - "12:33:19\tCompleted 3199 to KZ556400: 3641.28565328753612:33:19\tCompleted 3247 to KZ632400: 1452.1329743378324\n", - "\n", - "12:33:19\tCompleted 3236 to KZ392400: 2960.3681704827895\n", - "12:33:19\tCompleted 3234 to KZ231000: 4072.3181517322546\n", - "12:33:19\tCompleted 3187 to KZ751310: 2676.5062588077594\n", - "12:33:19\tCompleted 3197 to KZ395800: 1509.3314023444743\n", - "12:33:19\tCompleted 3262 to KZ473600: 3789.3792642032395\n", - "12:33:19\tCompleted 3246 to KZ195200: 984.134870197609\n", - "12:33:19\tCompleted 3219 to KZ352000: 1550.7202043571333\n", - "12:33:19\tCompleted 3245 to KZ113800: 1616.8007467408559\n", - "12:33:19\tCompleted 3233 to KZ114500: 1708.2481717019307\n", - "12:33:20\tCompleted 3268 to KZ434000: 1627.1188449541758\n", - "12:33:20\tCompleted 3240 to KZ195200: 1184.8445382371715\n", - "12:33:20\tCompleted 3255 to KZ393200: 2530.9231850886968\n", - "12:33:20\tCompleted 3229 to KZ554800: 1724.1406857224163\n", - "12:33:20\tCompleted 3243 to KZ596400: 2296.3490012171483\n", - "12:33:20\tCompleted 3204 to KZ352200: 1778.340166766234\n", - "12:33:20\tCompleted 3226 to KZ632400: 1187.1374261202027\n", - "12:33:20\tCompleted 3271 to KZ116800: 1692.3137263212056\n", - "12:33:20\tCompleted 3228 to KZ431000: 1992.8548952019148\n", - "12:33:20\tCompleted 3212 to KZ613800: 1357.707976655236\n", - "12:33:20\tCompleted 3215 to KZ633800: 2763.9993462157363\n", - "12:33:20\tCompleted 3220 to KZ354800: 2132.1764331024287\n", - "12:33:21\tCompleted 3221 to KZ711310: 1617.840183492058\n", - "12:33:21\tCompleted 3267 to KZ354800: 1948.160913283555\n", - "12:33:21\tCompleted 3249 to KZ711210: 3433.980693773607\n", - "12:33:21\tCompleted 3250 to KZ275000: 1574.0316790743468\n", - "12:33:21\tCompleted 3248 to KZ396800: 2714.5493019964933\n", - "12:33:21\tCompleted 3269 to KZ611600: 2930.6796886786065\n", - "12:33:21\tCompleted 3263 to KZ615400: 1348.971443108239\n", - "12:33:21\tCompleted 3176 to KZ311000: 2637.5380005858874\n", - "12:33:21\tCompleted 3265 to KZ115200: 2088.957155768302\n", - "12:33:21\tCompleted 3253 to KZ154600: 3352.2837493335155\n", - "12:33:21\tCompleted 3259 to KZ153400: 3086.623859318868\n", - "12:33:21\tCompleted 3235 to KZ352000: 1827.1588488049051\n", - "12:33:21\tCompleted 3242 to KZ391000: 2524.2179746348065\n", - "12:33:21\tCompleted 3197 to KZ392400: 1199.35218196786\n", - "12:33:21\tCompleted 3261 to KZ352800: 1499.259040816312\n", - "12:33:21\tCompleted 3247 to KZ632800: 1450.0286357287596\n", - "12:33:22\tCompleted 3170 to KZ352200: 2346.0370478452287\n", - "12:33:22\tCompleted 3246 to KZ195000: 1435.764973738294\n", - "12:33:22\tCompleted 3260 to KZ234800: 4071.68363906180512:33:22\tCompleted 3182 to KZ352800: 3169.108961047787\n", - "\n", - "12:33:22\tCompleted 3204 to KZ352300: 959.736110756822\n", - "12:33:22\tCompleted 3219 to KZ354800: 1436.8447989274807\n", - "12:33:22\tCompleted 3237 to KZ711210: 1544.118018497019\n", - "12:33:22\tCompleted 3181 to KZ751110: 1509.1816429691137\n", - "12:33:22\tCompleted 3226 to KZ632800: 1185.0330875111304\n", - "12:33:22\tCompleted 3224 to KZ155200: 1786.870666812711\n", - "12:33:22\tCompleted 3211 to KZ555200: 2531.248821072708\n", - "12:33:23\tCompleted 3233 to KZ114000: 1516.3305321487987\n", - "12:33:23\tCompleted 3240 to KZ195000: 1636.4746417778567\n", - "12:33:23\tCompleted 3245 to KZ114500: 1690.6432418256775\n", - "12:33:23\tCompleted 3218 to KZ196000: 4059.773119489834\n", - "12:33:23\tCompleted 3263 to KZ615200: 1086.3880896099588\n", - "12:33:23\tCompleted 3250 to KZ274800: 1929.2110559711361\n", - "12:33:23\tCompleted 3208 to KZ195800: 4208.993648574242\n", - "12:33:23\tCompleted 3229 to KZ556400: 1651.0070448972199\n", - "12:33:23\tCompleted 3188 to KZ315600: 1820.8154669163887\n", - "12:33:23\tCompleted 3267 to KZ355200: 1427.3031952177016\n", - "12:33:23\tCompleted 3178 to KZ614800: 3775.1886443209964\n", - "12:33:23\tCompleted 3190 to KZ791310: 2709.0672123599275\n", - "12:33:23\tCompleted 3254 to KZ633800: 4480.1610993884\n", - "12:33:23\tCompleted 3220 to KZ355200: 1416.7963192691798\n", - "12:33:23\tCompleted 3272 to KZ751310: 172.51444573942808\n", - "12:33:23\tCompleted 3261 to KZ356400: 1152.0422727229095\n", - "12:33:23\tCompleted 3227 to KZ394800: 2953.1817853004086\n", - "12:33:23\tCompleted 3222 to KZ616400: 3179.840930671996\n", - "12:33:23\tCompleted 3236 to KZ396200: 2768.791256456585\n", - "12:33:24\tCompleted 3209 to KZ313600: 3139.6471799212873\n", - "12:33:24\tCompleted 3271 to KZ111810: 1714.1778193443345\n", - "12:33:24\tCompleted 3246 to KZ194400: 1253.54990027932\n", - "12:33:24\tCompleted 3247 to KZ636800: 1380.3012621488358\n", - "12:33:24\tCompleted 3235 to KZ354800: 1680.4947744922604\n", - "12:33:24\tCompleted 3226 to KZ636800: 1115.3057139312061\n", - "12:33:24\tCompleted 3193 to KZ196600: 4354.955093792924\n", - "12:33:24\tCompleted 3241 to KZ635400: 3251.8355134444782\n", - "12:33:24\tCompleted 3228 to KZ435200: 1891.1607651409843\n", - "12:33:24\tCompleted 3256 to KZ471800: 4120.717991137667\n", - "12:33:24\tCompleted 3181 to KZ751310: 1515.6669243433523\n", - "12:33:25\tCompleted 3214 to KZ193200: 2600.805056052133\n", - "12:33:25\tCompleted 3272 to KZ751410: 179.5243918443246\n", - "12:33:25\tCompleted 3243 to KZ594600: 2501.8278527446264\n", - "12:33:25\tCompleted 3224 to KZ156400: 1366.1606664518708\n", - "12:33:25\tCompleted 3250 to KZ275800: 1705.993932952251\n", - "12:33:25\tCompleted 3170 to KZ352300: 1635.2221286892375\n", - "12:33:25\tCompleted 3269 to KZ613600: 2984.874825322416\n", - "12:33:25\tCompleted 3199 to KZ554200: 3811.130555140728\n", - "12:33:25\tCompleted 3238 to KZ274200: 5001.268603059682\n", - "12:33:25\tCompleted 3249 to KZ711310: 3424.2407530807213\n", - "12:33:25\tCompleted 3197 to KZ396200: 1615.970253296877\n", - "12:33:25\tCompleted 3219 to KZ355200: 1866.2730065619571\n", - "12:33:25\tCompleted 3212 to KZ273200: 1899.4791474518784\n", - "12:33:25\tCompleted 3187 to KZ751410: 2693.9312372113986\n", - "12:33:25\tCompleted 3237 to KZ711310: 1565.7104070356081\n", - "12:33:25\tCompleted 3255 to KZ393400: 2353.1836161888295\n", - "12:33:25\tCompleted 3240 to KZ194400: 1454.2595683188827\n", - "12:33:25\tCompleted 3262 to KZ474200: 4236.0034252697615\n", - "12:33:26\tCompleted 3266 to KZ234000: 2882.051891415395\n", - "12:33:26\tCompleted 3261 to KZ352400: 1485.1846287127157\n", - "12:33:26\tCompleted 3272 to KZ751710: 211.56046150446824\n", - "12:33:26\tCompleted 3268 to KZ471000: 4060.0677156231395\n", - "12:33:26\tCompleted 3204 to KZ352800: 1752.5702012600918\n", - "12:33:26\tCompleted 3271 to KZ116600: 1227.5412983581919\n", - "12:33:26\tCompleted 3267 to KZ355600: 1589.9298807108994\n", - "12:33:26\tCompleted 3246 to KZ194600: 1264.0668662838264\n", - "12:33:26\tCompleted 3233 to KZ117000: 1567.023501580976\n", - "12:33:26\tCompleted 3247 to KZ635800: 1430.9276958643784\n", - "12:33:26\tCompleted 3245 to KZ114000: 1626.7862282581189\n", - "12:33:26\tCompleted 3257 to KZ273600: 2812.73354860784612:33:26\tCompleted 3226 to KZ635800: 1165.9321476467492\n", - "\n", - "12:33:26\tCompleted 3229 to KZ554200: 1913.6350832846563\n", - "12:33:26\tCompleted 3234 to KZ234000: 4280.928629099949\n", - "12:33:26\tCompleted 3242 to KZ395400: 2567.5818695601192\n", - "12:33:27\tCompleted 3265 to KZ115400: 2309.529927633953\n", - "12:33:27\tCompleted 3176 to KZ315000: 3050.2098747251025\n", - "12:33:27\tCompleted 3188 to KZ316000: 1366.3464638918804\n", - "12:33:27\tCompleted 3248 to KZ394800: 2893.203870694553\n", - "12:33:27\tCompleted 3181 to KZ751410: 1522.6768704482488\n", - "12:33:27\tCompleted 3272 to KZ751810: 175.27180505230876\n", - "12:33:27\tCompleted 3221 to KZ555200: 2381.0478358546065\n", - "12:33:27\tCompleted 3253 to KZ154800: 3187.2910603459154\n", - "12:33:27\tCompleted 3259 to KZ153600: 3379.0276201763927\n", - "12:33:27\tCompleted 3250 to KZ276000: 1975.2960785791147\n", - "12:33:27\tCompleted 3263 to KZ616400: 2058.980640506011\n", - "12:33:28\tCompleted 3220 to KZ355600: 1773.9454005297737\n", - "12:33:28\tCompleted 3235 to KZ355200: 2142.711651009729\n", - "12:33:28\tCompleted 3228 to KZ434800: 1922.487026057319812:33:28\tCompleted 3222 to KZ615600: 2790.281364896112\n", - "\n", - "12:33:28\tCompleted 3224 to KZ155600: 1538.8405404908021\n", - "12:33:28\tCompleted 3243 to KZ711110: 1750.0601463303617\n", - "12:33:28\tCompleted 3267 to KZ352100: 1172.2793938269208\n", - "12:33:28\tCompleted 3211 to KZ551600: 2264.6820990871806\n", - "12:33:28\tCompleted 3215 to KZ634000: 3005.1794383505476\n", - "12:33:28\tCompleted 3190 to KZ791510: 2719.184988356196\n", - "12:33:28\tCompleted 3178 to KZ615400: 3771.594269402467\n", - "12:33:28\tCompleted 3236 to KZ396600: 2776.7100972477742\n", - "12:33:28\tCompleted 3272 to KZ751910: 157.39682051264208\n", - "12:33:28\tCompleted 3240 to KZ194600: 1464.7765343233891\n", - "12:33:28\tCompleted 3226 to KZ636200: 1027.0150644165046\n", - "12:33:28\tCompleted 3219 to KZ355600: 1564.0384923093693\n", - "12:33:28\tCompleted 3260 to KZ235200: 4119.323486425173\n", - "12:33:28\tCompleted 3256 to KZ593200: 2087.5453070951353\n", - "12:33:29\tCompleted 3233 to KZ114400: 1331.1807061021104\n", - "12:33:29\tCompleted 3227 to KZ395000: 2881.1571949913623\n", - "12:33:29\tCompleted 3209 to KZ314000: 2922.0809152775973\n", - "12:33:29\tCompleted 3269 to KZ614000: 3030.2336639949895\n", - "12:33:29\tCompleted 3247 to KZ636200: 1292.010612634134\n", - "12:33:29\tCompleted 3218 to KZ191000: 3751.3839665968158\n", - "12:33:29\tCompleted 3246 to KZ194800: 1532.1825183378296\n", - "12:33:29\tCompleted 3197 to KZ396600: 1551.0862366250624\n", - "12:33:29\tCompleted 3245 to KZ117000: 1549.4185717047228\n", - "12:33:29\tCompleted 3181 to KZ751710: 1554.7129401083926\n", - "12:33:29\tCompleted 3229 to KZ791110: 1359.2570404661262\n", - "12:33:30\tCompleted 3250 to KZ276200: 1804.3216067630453\n", - "12:33:30\tCompleted 3239 to KZ113200: 3296.059506301761\n", - "12:33:30\tCompleted 3254 to KZ634000: 4727.363897285433\n", - "12:33:30\tCompleted 3272 to KZ751510: 157.9580965533239\n", - "12:33:30\tCompleted 3271 to KZ115600: 1878.2501675478893\n", - "12:33:30\tCompleted 3170 to KZ352800: 2346.7208909863266\n", - "12:33:30\tCompleted 3255 to KZ391600: 2209.05411320432\n", - "12:33:30\tCompleted 3208 to KZ196000: 4395.774403963171\n", - "12:33:30\tCompleted 3224 to KZ156800: 1040.8203847113841\n", - "12:33:30\tCompleted 3212 to KZ274400: 1836.607834938589612:33:30\tCompleted 3193 to KZ194200: 3983.0461556151886\n", - "\n", - "12:33:30\tCompleted 3199 to KZ791110: 2899.396044851387\n", - "12:33:30\tCompleted 3226 to KZ636400: 784.4292165364944\n", - "12:33:30\tCompleted 3219 to KZ352100: 915.822874871782\n", - "12:33:30\tCompleted 3267 to KZ352200: 1377.111184134097\n", - "12:33:31\tCompleted 3263 to KZ615600: 1643.2893427831302\n", - "12:33:31\tCompleted 3235 to KZ355600: 1916.1608169349724\n", - "12:33:31\tCompleted 3247 to KZ636400: 1049.4247647541235\n", - "12:33:31\tCompleted 3197 to KZ394200: 848.1863203468301\n", - "12:33:31\tCompleted 3243 to KZ711410: 1776.1726464138733\n", - "12:33:31\tCompleted 3241 to KZ635000: 2726.562086112058\n", - "12:33:31\tCompleted 3204 to KZ356400: 1771.648628384838\n", - "12:33:31\tCompleted 3188 to KZ316600: 1745.2898897930227\n", - "12:33:31\tCompleted 3250 to KZ271000: 1770.2487532824478\n", - "12:33:31\tCompleted 3176 to KZ314200: 2643.0132315212218\n", - "12:33:31\tCompleted 3187 to KZ751710: 2734.9192689803012\n", - "12:33:32\tCompleted 3228 to KZ433600: 2183.157206406447\n", - "12:33:32\tCompleted 3249 to KZ555200: 4168.0556123018705\n", - "12:33:32\tCompleted 3222 to KZ615800: 2557.4577081780226\n", - "12:33:32\tCompleted 3181 to KZ751810: 1518.424283656233\n", - "12:33:32\tCompleted 3261 to KZ356000: 2123.4653911365726\n", - "12:33:32\tCompleted 3242 to KZ392000: 2684.505564640343\n", - "12:33:32\tCompleted 3267 to KZ352300: 1019.5323515192446\n", - "12:33:32\tCompleted 3237 to KZ555200: 2307.334711893734\n", - "12:33:32\tCompleted 3246 to KZ195600: 1608.9630860930392\n", - "12:33:32\tCompleted 3229 to KZ791310: 1315.7168085855176\n", - "12:33:32\tCompleted 3262 to KZ474600: 3913.1788644516796\n", - "12:33:32\tCompleted 3214 to KZ193400: 2805.6939330675577\n", - "12:33:32\tCompleted 3226 to KZ631000: 999.3194043879483\n", - "12:33:32\tCompleted 3235 to KZ352100: 1007.9241313382529\n", - "12:33:32\tCompleted 3190 to KZ791710: 2690.6850490059096\n", - "12:33:32\tCompleted 3220 to KZ352100: 1729.2651874088867\n", - "12:33:32\tCompleted 3263 to KZ615800: 1027.464687680822412:33:32\tCompleted 3245 to KZ114400: 1462.0774452944268\n", - "\n", - "12:33:32\tCompleted 3178 to KZ615200: 3587.1778381069203\n", - "12:33:33\tCompleted 3221 to KZ551600: 2114.4811138690793\n", - "12:33:33\tCompleted 3240 to KZ194800: 1732.8921863773924\n", - "12:33:33\tCompleted 3219 to KZ352200: 1372.5950292974874\n", - "12:33:33\tCompleted 3248 to KZ395000: 2821.1792803855074\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:33:33\tCompleted 3247 to KZ631000: 1264.314952605578\n", - "12:33:33\tCompleted 3227 to KZ395200: 2413.1217099165274\n", - "12:33:33\tCompleted 3265 to KZ151000: 3169.965506291177\n", - "12:33:33\tCompleted 3256 to KZ595800: 2191.464917135511\n", - "12:33:33\tCompleted 3268 to KZ473600: 3641.0929496001963\n", - "12:33:33\tCompleted 3197 to KZ394400: 1115.549909550906\n", - "12:33:34\tCompleted 3253 to KZ155200: 3614.229723247668\n", - "12:33:34\tCompleted 3233 to KZ114600: 1842.8684131099892\n", - "12:33:34\tCompleted 3259 to KZ154000: 3130.604193001367\n", - "12:33:34\tCompleted 3269 to KZ613900: 3267.1536611647166\n", - "12:33:34\tCompleted 3250 to KZ274000: 2040.2491918948099\n", - "12:33:34\tCompleted 3266 to KZ234200: 3332.997597936338\n", - "12:33:34\tCompleted 3236 to KZ394200: 3148.562912040375\n", - "12:33:34\tCompleted 3234 to KZ234200: 4731.874335620904\n", - "12:33:34\tCompleted 3239 to KZ113400: 3373.9205431070986\n", - "12:33:34\tCompleted 3211 to KZ553200: 2383.6300924938773\n", - "12:33:34\tCompleted 3181 to KZ751910: 1500.5492991165663\n", - "12:33:34\tCompleted 3229 to KZ791510: 1292.8363090138646\n", - "12:33:34\tCompleted 3267 to KZ352800: 1351.3412186279547\n", - "12:33:34\tCompleted 3246 to KZ195800: 1422.849958460189\n", - "12:33:34\tCompleted 3243 to KZ711210: 1777.3344078407717\n", - "12:33:34\tCompleted 3226 to KZ634600: 1267.0040296882453\n", - "12:33:34\tCompleted 3257 to KZ276600: 2894.558795306832\n", - "12:33:35\tCompleted 3199 to KZ791310: 2877.114495890987\n", - "12:33:35\tCompleted 3209 to KZ314800: 3421.368220152027\n", - "12:33:35\tCompleted 3197 to KZ433200: 506.13882588829085\n", - "12:33:35\tCompleted 3263 to KZ612600: 1282.594814301748\n", - "12:33:35\tCompleted 3271 to KZ115200: 2071.7322820341496\n", - "12:33:35\tCompleted 3222 to KZ612600: 2266.8377192925373\n", - "12:33:35\tCompleted 3218 to KZ196200: 3516.9767938055006\n", - "12:33:35\tCompleted 3255 to KZ393600: 2511.487408193689\n", - "12:33:35\tCompleted 3204 to KZ352400: 1836.8356954754947\n", - "12:33:35\tCompleted 3188 to KZ316200: 1545.2341288634489\n", - "12:33:36\tCompleted 3247 to KZ634600: 1531.9995779058752\n", - "12:33:36\tCompleted 3193 to KZ751210: 3937.845778200002\n", - "12:33:36\tCompleted 3260 to KZ235600: 4214.361252445599\n", - "12:33:36\tCompleted 3228 to KZ434000: 1947.2144568169113\n", - "12:33:36\tCompleted 3235 to KZ352200: 1724.7173539230905\n", - "12:33:36\tCompleted 3220 to KZ352200: 1561.1267039529712\n", - "12:33:36\tCompleted 3233 to KZ114800: 1282.3584565539077\n", - "12:33:36\tCompleted 3224 to KZ193200: 2345.5417733376626\n", - "12:33:36\tCompleted 3197 to KZ431900: 380.6443285066354\n", - "12:33:36\tCompleted 3208 to KZ191000: 4087.3852510701054\n", - "12:33:36\tCompleted 3226 to KZ634400: 859.1547702321633\n", - "12:33:36\tCompleted 3254 to KZ635400: 5235.5998108571675\n", - "12:33:36\tCompleted 3190 to KZ611600: 2639.859710153246\n", - "12:33:36\tCompleted 3176 to KZ353200: 2758.400967953489\n", - "12:33:36\tCompleted 3170 to KZ356400: 2447.1346463172285\n", - "12:33:36\tCompleted 3272 to KZ231000: 4023.0572960896916\n", - "12:33:36\tCompleted 3250 to KZ274200: 2252.3703714918242\n", - "12:33:36\tCompleted 3215 to KZ635400: 3513.4153519222255\n", - "12:33:36\tCompleted 3263 to KZ616000: 992.360042926771912:33:36\tCompleted 3181 to KZ751510: 1501.1105751572481\n", - "\n", - "12:33:36\tCompleted 3229 to KZ791710: 1291.060128696832\n", - "12:33:37\tCompleted 3219 to KZ352300: 1938.5110952692692\n", - "12:33:37\tCompleted 3212 to KZ275400: 2511.796266895599\n", - "12:33:37\tCompleted 3240 to KZ195600: 1809.672754132602\n", - "12:33:37\tCompleted 3267 to KZ356400: 1370.419645752701\n", - "12:33:37\tCompleted 3269 to KZ612000: 2773.0253018304793\n", - "12:33:37\tCompleted 3214 to KZ193600: 2019.9030974584466\n", - "12:33:37\tCompleted 3245 to KZ114600: 1812.1266960194632\n", - "12:33:37\tCompleted 3249 to KZ551600: 3901.488890316338\n", - "12:33:37\tCompleted 3256 to KZ593400: 2000.852179783373\n", - "12:33:37\tCompleted 3204 to KZ356000: 963.1340131702617\n", - "12:33:37\tCompleted 3261 to KZ354400: 1915.9495129594225\n", - "12:33:37\tCompleted 3237 to KZ551600: 2040.767989908202\n", - "12:33:37\tCompleted 3246 to KZ196000: 1609.6307138491093\n", - "12:33:37\tCompleted 3220 to KZ352300: 800.1028607370399\n", - "12:33:38\tCompleted 3197 to KZ434600: 418.5438527568408612:33:38\tCompleted 3227 to KZ391000: 2608.827974425487\n", - "\n", - "12:33:38\tCompleted 3242 to KZ395600: 2561.65891393143\n", - "12:33:38\tCompleted 3247 to KZ634400: 1124.1503184497926\n", - "12:33:38\tCompleted 3243 to KZ711310: 1789.1917672967036\n", - "12:33:38\tCompleted 3187 to KZ751810: 2681.163113057251\n", - "12:33:38\tCompleted 3239 to KZ113600: 3052.4376612673373\n", - "12:33:38\tCompleted 3221 to KZ553200: 2233.429107275783\n", - "12:33:38\tCompleted 3241 to KZ632200: 2380.6755979398226\n", - "12:33:39\tCompleted 3248 to KZ395200: 2353.143795310672\n", - "12:33:39\tCompleted 3178 to KZ616400: 4288.799390302334\n", - "12:33:39\tCompleted 3222 to KZ616000: 2584.596923910634\n", - "12:33:39\tCompleted 3226 to KZ313600: 1321.157873047985\n", - "12:33:39\tCompleted 3265 to KZ153200: 3174.382089719802\n", - "12:33:39\tCompleted 3262 to KZ475000: 4283.507891201467\n", - "12:33:39\tCompleted 3197 to KZ434400: 455.4688651009367\n", - "12:33:39\tCompleted 3211 to KZ553600: 2151.523698912301\n", - "12:33:39\tCompleted 3199 to KZ791510: 2887.2322718872556\n", - "12:33:39\tCompleted 3188 to KZ311000: 1405.8053892343335\n", - "12:33:39\tCompleted 3236 to KZ394400: 3305.507687136268\n", - "12:33:39\tCompleted 3219 to KZ352800: 1399.7174519944542\n", - "12:33:39\tCompleted 3271 to KZ115400: 2292.305053899801\n", - "12:33:39\tCompleted 3246 to KZ191000: 1301.2415609560642\n", - "12:33:40\tCompleted 3263 to KZ613800: 1367.973818259152\n", - "12:33:40\tCompleted 3251 to KZ113200: 1428.915723970565\n", - "12:33:40\tCompleted 3247 to KZ313600: 1056.7636956414326\n", - "12:33:40\tCompleted 3233 to KZ111010: 1668.9207533675128\n", - "12:33:40\tCompleted 3267 to KZ352400: 1435.6067128433576\n", - "12:33:40\tCompleted 3253 to KZ156400: 3193.5197228869015\n", - "12:33:40\tCompleted 3229 to KZ611600: 1547.9206639719564\n", - "12:33:40\tCompleted 3209 to KZ315400: 3108.607101472075\n", - "12:33:40\tCompleted 3268 to KZ474200: 4087.7171106667183\n", - "12:33:40\tCompleted 3240 to KZ195800: 1623.5596264997519\n", - "12:33:40\tCompleted 3259 to KZ154200: 3433.2402319706894\n", - "12:33:40\tCompleted 3190 to KZ613600: 2694.0548467970557\n", - "12:33:41\tCompleted 3220 to KZ352800: 1535.356738446829\n", - "12:33:41\tCompleted 3197 to KZ431000: 741.1294202217169\n", - "12:33:41\tCompleted 3234 to KZ234600: 4847.04463405901\n", - "12:33:41\tCompleted 3255 to KZ396400: 2732.8990548670467\n", - "12:33:41\tCompleted 3273 to KZ314200: 763.5645420339504\n", - "12:33:41\tCompleted 3212 to KZ273600: 1679.755525878121\n", - "12:33:41\tCompleted 3218 to KZ192600: 3790.3277216255096\n", - "12:33:41\tCompleted 3235 to KZ352300: 2214.9497397170285\n", - "12:33:41\tCompleted 3226 to KZ314000: 1179.5145088995987\n", - "12:33:41\tCompleted 3246 to KZ196200: 1066.8343881647297\n", - "12:33:41\tCompleted 3243 to KZ555200: 1787.010746827848\n", - "12:33:41\tCompleted 3269 to KZ614400: 3195.3549851525636\n", - "12:33:41\tCompleted 3266 to KZ234600: 3448.1678963743925\n", - "12:33:41\tCompleted 3257 to KZ275000: 2760.2564524091827\n", - "12:33:41\tCompleted 3193 to KZ751110: 3945.603137512883\n", - "12:33:41\tCompleted 3247 to KZ314000: 915.1203314930433\n", - "12:33:42\tCompleted 3245 to KZ114800: 1817.7246325757908\n", - "12:33:42\tCompleted 3228 to KZ471000: 4380.1633274858805\n", - "12:33:42\tCompleted 3267 to KZ356000: 1180.6287387425184\n", - "12:33:42\tCompleted 3204 to KZ354400: 1750.4393359245014\n", - "12:33:42\tCompleted 3219 to KZ356400: 1286.5094700806176\n", - "12:33:42\tCompleted 3261 to KZ351800: 1936.9842276024483\n", - "12:33:42\tCompleted 3233 to KZ116000: 1281.5711164453573\n", - "12:33:42\tCompleted 3251 to KZ113400: 1220.1366528683939\n", - "12:33:42\tCompleted 3256 to KZ594200: 2180.709928846882\n", - "12:33:42\tCompleted 3227 to KZ395400: 2652.1918693507996\n", - "12:33:42\tCompleted 3197 to KZ435200: 831.9412136117793\n", - "12:33:42\tCompleted 3239 to KZ113800: 2881.190461097571\n", - "12:33:42\tCompleted 3170 to KZ352400: 2296.989701437304\n", - "12:33:42\tCompleted 3208 to KZ196200: 3852.9780782787902\n", - "12:33:42\tCompleted 3176 to KZ353600: 3485.702168213427\n", - "12:33:42\tCompleted 3226 to KZ314800: 619.5143963492931\n", - "12:33:42\tCompleted 3224 to KZ193400: 2550.4306503530875\n", - "12:33:43\tCompleted 3254 to KZ635000: 4762.933020945525\n", - "12:33:43\tCompleted 3229 to KZ613600: 1401.548111734034\n", - "12:33:43\tCompleted 3221 to KZ553600: 2001.322713694192812:33:43\tCompleted 3222 to KZ613800: 2732.8510569295177\n", - "\n", - "12:33:43\tCompleted 3260 to KZ233600: 4096.977850301521\n", - "12:33:43\tCompleted 3247 to KZ314800: 355.12021894273755\n", - "12:33:43\tCompleted 3249 to KZ553200: 4020.4368837230345\n", - "12:33:43\tCompleted 3246 to KZ192600: 1340.185315984758\n", - "12:33:43\tCompleted 3214 to KZ194000: 2086.390463303705\n", - "12:33:43\tCompleted 3199 to KZ791710: 2858.7323325369694\n", - "12:33:43\tCompleted 3272 to KZ234000: 4231.66777345738\n", - "12:33:44\tCompleted 3197 to KZ434800: 753.5074493350539\n", - "12:33:44\tCompleted 3267 to KZ354400: 1193.372323416928\n", - "12:33:44\tCompleted 3273 to KZ353200: 1334.3413198713172\n", - "12:33:44\tCompleted 3237 to KZ553200: 2159.7159833149112:33:44\tCompleted 3248 to KZ391000: 2548.850059819632\n", - "\n", - "12:33:44\tCompleted 3242 to KZ395800: 2864.0429893379132\n", - "12:33:44\tCompleted 3204 to KZ351800: 985.1208870676724\n", - "12:33:44\tCompleted 3236 to KZ433200: 2846.2079253661927\n", - "12:33:44\tCompleted 3181 to KZ231000: 4532.5938927516445\n", - "12:33:44\tCompleted 3220 to KZ356400: 1554.4351655715752\n", - "12:33:44\tCompleted 3235 to KZ352800: 1751.8397766200574\n", - "12:33:44\tCompleted 3226 to KZ315400: 842.1808532727704\n", - "12:33:44\tCompleted 3188 to KZ315000: 1818.4772633735543\n", - "12:33:44\tCompleted 3187 to KZ751910: 2702.304029407658\n", - "12:33:44\tCompleted 3247 to KZ315400: 577.786675866215\n", - "12:33:44\tCompleted 3219 to KZ352400: 1385.6430398908578\n", - "12:33:44\tCompleted 3190 to KZ614000: 2739.413685469629\n", - "12:33:44\tCompleted 3243 to KZ551600: 1844.9716504590795\n", - "12:33:44\tCompleted 3222 to KZ273200: 944.0611341286715\n", - "12:33:44\tCompleted 3211 to KZ552200: 2226.1651487071413\n", - "12:33:45\tCompleted 3265 to KZ153400: 3063.7954321941234\n", - "12:33:45\tCompleted 3240 to KZ196000: 1810.340381888672\n", - "12:33:45\tCompleted 3269 to KZ614600: 2920.4626827371576\n", - "12:33:45\tCompleted 3212 to KZ276600: 1761.580772577097\n", - "12:33:45\tCompleted 3251 to KZ113600: 1495.4093819150307\n", - "12:33:45\tCompleted 3260 to KZ633200: 1292.0307996143977\n", - "12:33:45\tCompleted 3233 to KZ116400: 1509.9796096120442\n", - "12:33:45\tCompleted 3271 to KZ151000: 3152.7406325570246\n", - "12:33:45\tCompleted 3229 to KZ614000: 1348.4080648197119\n", - "12:33:45\tCompleted 3197 to KZ433600: 569.1509774849029\n", - "12:33:46\tCompleted 3245 to KZ111010: 1679.6451579841157\n", - "12:33:46\tCompleted 3267 to KZ351800: 994.7333616460211\n", - "12:33:46\tCompleted 3262 to KZ475200: 4294.350851985521\n", - "12:33:46\tCompleted 3246 to KZ196600: 1385.9010400400225\n", - "12:33:46\tCompleted 3215 to KZ635000: 3040.748562010595412:33:46\tCompleted 3274 to KZ431000: 1711.275846357693\n", - "\n", - "12:33:46\tCompleted 3247 to KZ315600: 884.9091477939254\n", - "12:33:46\tCompleted 3209 to KZ315600: 3628.048614292727\n", - "12:33:46\tCompleted 3235 to KZ356400: 1404.6230085266518\n", - "12:33:46\tCompleted 3263 to KZ273200: 4069.4727635597287\n", - "12:33:46\tCompleted 3273 to KZ353600: 1270.5710981546506\n", - "12:33:46\tCompleted 3255 to KZ394000: 2964.833904232868\n", - "12:33:46\tCompleted 3226 to KZ315600: 1115.6464709509887\n", - "12:33:47\tCompleted 3222 to KZ274400: 1220.3422893307054\n", - "12:33:47\tCompleted 3253 to KZ155600: 3366.1995969257614\n", - "12:33:47\tCompleted 3241 to KZ635200: 2992.1671339050718\n", - "12:33:47\tCompleted 3239 to KZ114500: 3344.5706259066014\n", - "12:33:47\tCompleted 3224 to KZ193600: 1764.6398147439513\n", - "12:33:47\tCompleted 3268 to KZ474600: 3764.8925498486365\n", - "12:33:47\tCompleted 3234 to KZ234800: 3980.746009894549\n", - "12:33:47\tCompleted 3204 to KZ393200: 1420.9950577734903\n", - "12:33:47\tCompleted 3218 to KZ196600: 3836.043445680781\n", - "12:33:47\tCompleted 3259 to KZ156000: 3006.48946433891\n", - "12:33:47\tCompleted 3228 to KZ473600: 3961.1885614629073\n", - "12:33:47\tCompleted 3256 to KZ596600: 2281.5954464236333\n", - "12:33:47\tCompleted 3176 to KZ351600: 3066.9344029410126\n", - "12:33:47\tCompleted 3246 to KZ194200: 1021.3443533122585\n", - "12:33:48\tCompleted 3227 to KZ392000: 2769.1155644310234\n", - "12:33:48\tCompleted 3240 to KZ191000: 1501.951228995627\n", - "12:33:48\tCompleted 3220 to KZ352400: 1619.622232662232\n", - "12:33:48\tCompleted 3199 to KZ611600: 2807.9069936843057\n", - "12:33:48\tCompleted 3193 to KZ751310: 3938.7747103881375\n", - "12:33:48\tCompleted 3266 to KZ234800: 2581.8692722100013\n", - "12:33:48\tCompleted 3261 to KZ393200: 2635.0573458595222\n", - "12:33:48\tCompleted 3245 to KZ116000: 1412.4678556376737\n", - "12:33:48\tCompleted 3273 to KZ351600: 845.3612461781994\n", - "12:33:48\tCompleted 3221 to KZ552200: 2075.9641634890345\n", - "12:33:48\tCompleted 3260 to KZ634800: 1776.4773910246922\n", - "12:33:48\tCompleted 3247 to KZ316000: 1176.3533136489857\n", - "12:33:48\tCompleted 3236 to KZ431900: 2327.164092470989\n", - "12:33:48\tCompleted 3254 to KZ632200: 4112.613339711738\n", - "12:33:48\tCompleted 3229 to KZ613900: 1626.3313368361594\n", - "12:33:48\tCompleted 3188 to KZ314200: 1411.280620169668\n", - "12:33:48\tCompleted 3197 to KZ434000: 1304.354670650105\n", - "12:33:48\tCompleted 3208 to KZ192600: 4126.329006098802\n", - "12:33:49\tCompleted 3233 to KZ116800: 1540.4998762301102\n", - "12:33:49\tCompleted 3212 to KZ275000: 1627.2784296794616\n", - "12:33:49\tCompleted 3269 to KZ614800: 3160.172687994838\n", - "12:33:49\tCompleted 3243 to KZ553200: 2137.1679561422357\n", - "12:33:49\tCompleted 3190 to KZ613900: 2976.333682639356\n", - "12:33:49\tCompleted 3251 to KZ113800: 1674.7554065839308\n", - "12:33:49\tCompleted 3204 to KZ393400: 983.1673771117648\n", - "12:33:49\tCompleted 3222 to KZ275400: 1581.388549146968\n", - "12:33:49\tCompleted 3274 to KZ435200: 1609.5817162967624\n", - "12:33:49\tCompleted 3219 to KZ356000: 2099.607482492543\n", - "12:33:49\tCompleted 3226 to KZ316000: 1440.747491055541\n", - "12:33:49\tCompleted 3246 to KZ751210: 968.7917244471014\n", - "12:33:49\tCompleted 3235 to KZ352400: 1737.765364516461\n", - "12:33:49\tCompleted 3220 to KZ356000: 961.1992479603149\n", - "12:33:49\tCompleted 3249 to KZ553600: 3971.4398819580115\n", - "12:33:50\tCompleted 3247 to KZ316600: 725.1607746077872\n", - "12:33:50\tCompleted 3248 to KZ395400: 2592.2139547449447\n", - "12:33:50\tCompleted 3260 to KZ633400: 1070.7807503770714\n", - "12:33:50\tCompleted 3237 to KZ553600: 1894.7256502487603\n", - "12:33:50\tCompleted 3242 to KZ392400: 2590.229915364241612:33:50\tCompleted 3214 to KZ196400: 2519.5445699792826\n", - "\n", - "12:33:50\tCompleted 3188 to KZ353200: 786.6929185322168\n", - "12:33:50\tCompleted 3240 to KZ196200: 1267.5440562042925\n", - "12:33:50\tCompleted 3273 to KZ354000: 1354.1607641397031\n", - "12:33:50\tCompleted 3272 to KZ234200: 4682.613479978334\n", - "12:33:50\tCompleted 3257 to KZ274800: 3295.76136379258\n", - "12:33:51\tCompleted 3209 to KZ316000: 2801.8095364292453\n", - "12:33:51\tCompleted 3187 to KZ751510: 2690.8199673067425\n", - "12:33:51\tCompleted 3271 to KZ153200: 3157.1572159856496\n", - "12:33:51\tCompleted 3246 to KZ751110: 976.5490837599821\n", - "12:33:51\tCompleted 3239 to KZ114000: 3105.9511956609444\n", - "12:33:51\tCompleted 3222 to KZ273600: 1223.384023986636\n", - "12:33:51\tCompleted 3181 to KZ234000: 4741.20437011932\n", - "12:33:51\tCompleted 3211 to KZ554600: 2308.341621208933\n", - "12:33:51\tCompleted 3226 to KZ316600: 989.5549520143427\n", - "12:33:51\tCompleted 3229 to KZ612000: 1495.0427978646242\n", - "12:33:51\tCompleted 3224 to KZ194000: 1831.1271805892109\n", - "12:33:51\tCompleted 3267 to KZ393200: 2108.910807389303\n", - "12:33:52\tCompleted 3265 to KZ153600: 3356.199193051648\n", - "12:33:52\tCompleted 3204 to KZ391600: 1242.3636203623412\n", - "12:33:52\tCompleted 3256 to KZ595000: 2116.0354651113466\n", - "12:33:52\tCompleted 3245 to KZ116400: 1761.0458147511326\n", - "12:33:52\tCompleted 3199 to KZ613600: 2862.1021303281154\n", - "12:33:52\tCompleted 3236 to KZ434600: 2360.828662897367\n", - "12:33:52\tCompleted 3247 to KZ316200: 1208.568615741277\n", - "12:33:52\tCompleted 3233 to KZ111810: 1597.9477560737303\n", - "12:33:52\tCompleted 3218 to KZ194200: 3464.1345075030663\n", - "12:33:52\tCompleted 3255 to KZ396800: 2710.926361793281\n", - "12:33:52\tCompleted 3251 to KZ114500: 1541.8774220379655\n", - "12:33:52\tCompleted 3263 to KZ274400: 4006.601451046453\n", - "12:33:52\tCompleted 3273 to KZ351000: 1285.7923330393598\n", - "12:33:52\tCompleted 3246 to KZ751310: 969.7206566352359\n", - "12:33:52\tCompleted 3260 to KZ633600: 1584.698512511929\n", - "12:33:53\tCompleted 3269 to KZ615400: 3156.5783130763084\n", - "12:33:53\tCompleted 3253 to KZ156800: 2868.1794411463984\n", - "12:33:53\tCompleted 3274 to KZ434800: 1640.9079772130979\n", - "12:33:53\tCompleted 3190 to KZ612000: 2482.205323305119\n", - "12:33:53\tCompleted 3234 to KZ235200: 4028.3858572579165\n", - "12:33:53\tCompleted 3243 to KZ553600: 1979.3703991313646\n", - "12:33:53\tCompleted 3227 to KZ395600: 2646.2689137221105\n", - "12:33:53\tCompleted 3220 to KZ354400: 1533.2258731112386\n", - "12:33:53\tCompleted 3215 to KZ632200: 2436.6852716433787\n", - "12:33:53\tCompleted 3262 to KZ471800: 4123.960631824788\n", - "12:33:53\tCompleted 3176 to KZ354000: 2713.220073410118\n", - "12:33:53\tCompleted 3197 to KZ471000: 1822.8819868981898\n", - "12:33:53\tCompleted 3187 to KZ231000: 1183.5880633476395\n", - "12:33:53\tCompleted 3235 to KZ356000: 2376.046126940296\n", - "12:33:53\tCompleted 3219 to KZ354400: 1892.091604315393\n", - "12:33:53\tCompleted 3240 to KZ192600: 1540.8949840243208\n", - "12:33:53\tCompleted 3222 to KZ276600: 1448.923379578498\n", - "12:33:53\tCompleted 3221 to KZ554600: 2158.140635990842\n", - "12:33:54\tCompleted 3261 to KZ393400: 2457.317776959663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:33:54\tCompleted 3228 to KZ474200: 4407.812722529442\n", - "12:33:54\tCompleted 3233 to KZ116600: 575.4129350719886\n", - "12:33:54\tCompleted 3204 to KZ393600: 1123.8523458987074\n", - "12:33:54\tCompleted 3268 to KZ475000: 4135.221576598414\n", - "12:33:54\tCompleted 3212 to KZ274800: 2162.7833410628646\n", - "12:33:54\tCompleted 3247 to KZ311000: 813.9829858718563\n", - "12:33:54\tCompleted 3259 to KZ154600: 3304.6268950840245\n", - "12:33:54\tCompleted 3226 to KZ316200: 1472.9627931478321\n", - "12:33:54\tCompleted 3246 to KZ751410: 987.1456350388764\n", - "12:33:54\tCompleted 3193 to KZ751410: 3956.1996887917767\n", - "12:33:54\tCompleted 3188 to KZ353600: 1469.5645589719882\n", - "12:33:54\tCompleted 3266 to KZ235200: 2629.509119573376\n", - "12:33:54\tCompleted 3253 to KZ193200: 755.3355061873986\n", - "12:33:54\tCompleted 3220 to KZ351800: 775.3038708638164\n", - "12:33:54\tCompleted 3229 to KZ614400: 1552.8641362759624\n", - "12:33:55\tCompleted 3241 to KZ632400: 2861.122691754573\n", - "12:33:55\tCompleted 3214 to KZ196800: 1987.7029677381292\n", - "12:33:55\tCompleted 3245 to KZ116800: 1558.4787331743482\n", - "12:33:55\tCompleted 3267 to KZ393400: 1625.3198492263446\n", - "12:33:55\tCompleted 3249 to KZ552200: 3862.9719399362984\n", - "12:33:55\tCompleted 3254 to KZ635200: 5028.538068738566\n", - "12:33:55\tCompleted 3248 to KZ392000: 2709.1376498251684\n", - "12:33:55\tCompleted 3208 to KZ196600: 4172.044730154075\n", - "12:33:55\tCompleted 3273 to KZ352000: 1430.558923340101\n", - "12:33:55\tCompleted 3239 to KZ117000: 3152.410864377167\n", - "12:33:55\tCompleted 3260 to KZ633800: 1517.198066584163\n", - "12:33:55\tCompleted 3242 to KZ396200: 2398.653001338037\n", - "12:33:55\tCompleted 3222 to KZ275000: 993.5931295546187\n", - "12:33:55\tCompleted 3251 to KZ114000: 1488.8167758317911\n", - "12:33:56\tCompleted 3204 to KZ396400: 1095.7764588748557\n", - "12:33:56\tCompleted 3247 to KZ315000: 931.1918021054901\n", - "12:33:56\tCompleted 3246 to KZ751710: 1028.1336668077793\n", - "12:33:56\tCompleted 3253 to KZ193400: 960.2243832028389\n", - "12:33:56\tCompleted 3269 to KZ615200: 2972.1618817807616\n", - "12:33:56\tCompleted 3226 to KZ311000: 1078.3771632784117\n", - "12:33:56\tCompleted 3271 to KZ153400: 3046.570558459971\n", - "12:33:56\tCompleted 3187 to KZ234000: 1392.1985407152997\n", - "12:33:56\tCompleted 3199 to KZ614000: 2907.4609690006887\n", - "12:33:56\tCompleted 3197 to KZ473600: 1403.9072208752057\n", - "12:33:56\tCompleted 3256 to KZ593600: 2230.5840693956443\n", - "12:33:57\tCompleted 3209 to KZ316600: 3449.800400513266\n", - "12:33:57\tCompleted 3188 to KZ351600: 1049.7026062599732\n", - "12:33:57\tCompleted 3274 to KZ433600: 1901.5781575622336\n", - "12:33:57\tCompleted 3240 to KZ196600: 1586.6107080795853\n", - "12:33:57\tCompleted 3236 to KZ434400: 2703.7780618590923\n", - "12:33:57\tCompleted 3237 to KZ552200: 2002.2510395281556\n", - "12:33:57\tCompleted 3229 to KZ614600: 1342.5157637445272\n", - "12:33:57\tCompleted 3262 to KZ593200: 2090.7879477822544\n", - "12:33:57\tCompleted 3243 to KZ552200: 2104.3809848204924\n", - "12:33:57\tCompleted 3235 to KZ354400: 2168.5302487631648\n", - "12:33:57\tCompleted 3219 to KZ351800: 1913.1263189584188\n", - "12:33:57\tCompleted 3246 to KZ751810: 974.3775108847283\n", - "12:33:57\tCompleted 3247 to KZ314200: 815.3971994342293\n", - "12:33:57\tCompleted 3272 to KZ234600: 4797.783778416439\n", - "12:33:57\tCompleted 3218 to KZ751210: 3418.9341300878796\n", - "12:33:57\tCompleted 3253 to KZ193600: 517.6557385608106\n", - "12:33:58\tCompleted 3222 to KZ274800: 1348.7725064514018\n", - "12:33:58\tCompleted 3211 to KZ555600: 2705.056423908976712:33:58\tCompleted 3260 to KZ634000: 1514.2828091497\n", - "\n", - "12:33:58\tCompleted 3267 to KZ391600: 1492.425110088119\n", - "12:33:58\tCompleted 3245 to KZ111810: 1580.342826197477\n", - "12:33:58\tCompleted 3176 to KZ351000: 2677.2564402095313\n", - "12:33:58\tCompleted 3204 to KZ394000: 1163.4775852016435\n", - "12:33:58\tCompleted 3190 to KZ614400: 2904.535006627203\n", - "12:33:58\tCompleted 3273 to KZ354800: 1526.123662052079\n", - "12:33:58\tCompleted 3227 to KZ395800: 2948.6529891285945\n", - "12:33:58\tCompleted 3255 to KZ394800: 2889.580930491341\n", - "12:33:58\tCompleted 3188 to KZ354000: 882.8522691196023\n", - "12:33:58\tCompleted 3251 to KZ117000: 1411.449119278395\n", - "12:33:58\tCompleted 3181 to KZ234200: 5192.150076640305\n", - "12:33:58\tCompleted 3261 to KZ391600: 2313.1882739751536\n", - "12:33:59\tCompleted 3233 to KZ115600: 1693.5869025778018\n", - "12:33:59\tCompleted 3212 to KZ275800: 1632.3661650512681\n", - "12:33:59\tCompleted 3240 to KZ194200: 1183.9802404100417\n", - "12:33:59\tCompleted 3253 to KZ194000: 18.899494936611667\n", - "12:33:59\tCompleted 3245 to KZ116600: 211.0110517926216\n", - "12:33:59\tCompleted 3246 to KZ751910: 995.5184272351366\n", - "12:33:59\tCompleted 3239 to KZ114400: 3029.7047497043704\n", - "12:33:59\tCompleted 3220 to KZ393200: 1878.1660750681326\n", - "12:33:59\tCompleted 3224 to KZ196400: 2264.281287264812\n", - "12:33:59\tCompleted 3226 to KZ315000: 1195.5859795120452\n", - "12:33:59\tCompleted 3222 to KZ275800: 1125.5553834325224\n", - "12:33:59\tCompleted 3263 to KZ275400: 4681.789883003508\n", - "12:34:00\tCompleted 3257 to KZ275800: 2765.344187781002\n", - "12:34:00\tCompleted 3247 to KZ353200: 1365.5379902318628\n", - "12:34:00\tCompleted 3234 to KZ235600: 4123.423623278329\n", - "12:34:00\tCompleted 3274 to KZ434000: 1665.6354079726893\n", - "12:34:00\tCompleted 3188 to KZ351000: 816.8269837697666\n", - "12:34:00\tCompleted 3265 to KZ154000: 3107.7757658766222\n", - "12:34:00\tCompleted 3253 to KZ196400: 674.0750201145463\n", - "12:34:00\tCompleted 3259 to KZ154800: 3139.6342060964244\n", - "12:34:00\tCompleted 3248 to KZ395600: 2586.2909991162555\n", - "12:34:00\tCompleted 3249 to KZ554600: 3919.1622785089908\n", - "12:34:00\tCompleted 3228 to KZ474600: 4084.9881617113474\n", - "12:34:00\tCompleted 3236 to KZ431000: 2045.469479496481\n", - "12:34:00\tCompleted 3242 to KZ396600: 2406.5718421292263\n", - "12:34:00\tCompleted 3268 to KZ475200: 4146.064537382463\n", - "12:34:01\tCompleted 3214 to KZ191600: 2013.50094379821812:34:01\tCompleted 3246 to KZ751510: 984.0343651342207\n", - "\n", - "12:34:01\tCompleted 3204 to KZ396800: 1294.9493859919883\n", - "12:34:01\tCompleted 3193 to KZ751710: 3997.1877205606793\n", - "12:34:01\tCompleted 3187 to KZ234200: 1843.1442472362771\n", - "12:34:01\tCompleted 3229 to KZ614800: 1824.1365691156338\n", - "12:34:01\tCompleted 3240 to KZ751210: 1169.50139248666412:34:01\tCompleted 3235 to KZ351800: 2189.564963406181\n", - "\n", - "12:34:01\tCompleted 3197 to KZ474200: 1850.5313819417365\n", - "12:34:01\tCompleted 3253 to KZ196800: 251.13185080129537\n", - "12:34:01\tCompleted 3243 to KZ554600: 2176.466068486324\n", - "12:34:01\tCompleted 3188 to KZ352000: 428.12938661509014\n", - "12:34:01\tCompleted 3209 to KZ316200: 2952.5296685047433\n", - "12:34:01\tCompleted 3215 to KZ635200: 3306.3536098036093\n", - "12:34:01\tCompleted 3269 to KZ616400: 3673.7834339761757\n", - "12:34:01\tCompleted 3266 to KZ235600: 2724.546885593781\n", - "12:34:01\tCompleted 3262 to KZ595800: 2194.70755782263\n", - "12:34:01\tCompleted 3199 to KZ613900: 3144.380966170416\n", - "12:34:01\tCompleted 3251 to KZ114400: 1537.6889593869942\n", - "12:34:01\tCompleted 3254 to KZ632400: 4821.195105932135\n", - "12:34:01\tCompleted 3233 to KZ115200: 1299.0877084777642\n", - "12:34:02\tCompleted 3226 to KZ314200: 1079.7913768407848\n", - "12:34:02\tCompleted 3241 to KZ632800: 2598.6550743922526\n", - "12:34:02\tCompleted 3273 to KZ355200: 1746.1117255449249\n", - "12:34:02\tCompleted 3176 to KZ352000: 2445.3611832961737\n", - "12:34:02\tCompleted 3222 to KZ276000: 1394.8575290593803\n", - "12:34:02\tCompleted 3220 to KZ393400: 1405.89035844414\n", - "12:34:02\tCompleted 3256 to KZ595200: 2228.034202452871\n", - "12:34:02\tCompleted 3247 to KZ353600: 1301.7677685151962\n", - "12:34:02\tCompleted 3260 to KZ635400: 1959.1883617319331\n", - "12:34:02\tCompleted 3221 to KZ555600: 2554.855438690879\n", - "12:34:02\tCompleted 3190 to KZ614600: 2629.642704211797\n", - "12:34:02\tCompleted 3253 to KZ191600: 168.0313939334524\n", - "12:34:03\tCompleted 3208 to KZ194200: 3800.135791976356\n", - "12:34:03\tCompleted 3219 to KZ393200: 2535.515757037672\n", - "12:34:03\tCompleted 3267 to KZ393600: 1962.9691415827294\n", - "12:34:03\tCompleted 3271 to KZ153600: 3338.9743193174954\n", - "12:34:03\tCompleted 3204 to KZ394800: 1035.222159416388\n", - "12:34:03\tCompleted 3245 to KZ115600: 1744.415174401032\n", - "12:34:03\tCompleted 3218 to KZ751110: 3426.691489400761\n", - "12:34:03\tCompleted 3227 to KZ392400: 2674.839915154922\n", - "12:34:03\tCompleted 3237 to KZ554600: 2084.4275120299653\n", - "12:34:03\tCompleted 3240 to KZ751110: 1177.2587517995446\n", - "12:34:03\tCompleted 3253 to KZ195200: 146.42836043614804\n", - "12:34:03\tCompleted 3224 to KZ196800: 1732.439685023634\n", - "12:34:04\tCompleted 3247 to KZ351600: 876.5579165387448\n", - "12:34:04\tCompleted 3236 to KZ435200: 1943.7753494355504\n", - "12:34:04\tCompleted 3222 to KZ276200: 1223.8830572433112\n", - "12:34:04\tCompleted 3212 to KZ276000: 2048.197190806335\n", - "12:34:04\tCompleted 3261 to KZ393600: 2615.621568964517312:34:04\tCompleted 3272 to KZ234800: 3931.485154251986\n", - "\n", - "12:34:04\tCompleted 3255 to KZ395000: 2817.556340182295\n", - "12:34:04\tCompleted 3211 to KZ551000: 2301.2577435575095\n", - "12:34:04\tCompleted 3260 to KZ635000: 1433.9149343994843\n", - "12:34:04\tCompleted 3233 to KZ115400: 1276.4670458796704\n", - "12:34:04\tCompleted 3220 to KZ391600: 1272.9956193059145\n", - "12:34:04\tCompleted 3239 to KZ114600: 3655.1682205558045\n", - "12:34:04\tCompleted 3229 to KZ615400: 1565.3003362061856\n", - "12:34:05\tCompleted 3197 to KZ474600: 1527.706821123666\n", - "12:34:05\tCompleted 3226 to KZ353200: 1438.4090793211014\n", - "12:34:05\tCompleted 3253 to KZ195000: 557.4265206088643\n", - "12:34:05\tCompleted 3273 to KZ355600: 1519.5608914701654\n", - "12:34:05\tCompleted 3188 to KZ354800: 1365.683222410392\n", - "12:34:05\tCompleted 3214 to KZ195200: 1951.2659669329446\n", - "12:34:05\tCompleted 3243 to KZ555600: 1891.7069938893683\n", - "12:34:05\tCompleted 3199 to KZ612000: 2650.2526068361785\n", - "12:34:05\tCompleted 3251 to KZ114600: 1646.088051774424\n", - "12:34:05\tCompleted 3187 to KZ234600: 1958.314545674359\n", - "12:34:05\tCompleted 3240 to KZ751310: 1170.4303246747984\n", - "12:34:05\tCompleted 3181 to KZ234600: 5307.3203750784105\n", - "12:34:05\tCompleted 3209 to KZ311000: 2813.1009288756222\n", - "12:34:06\tCompleted 3262 to KZ593400: 2004.0948204704923\n", - "12:34:06\tCompleted 3263 to KZ273600: 3849.7491419860016\n", - "12:34:06\tCompleted 3204 to KZ395000: 1356.9378385378345\n", - "12:34:06\tCompleted 3242 to KZ394200: 2778.424656921814\n", - "12:34:06\tCompleted 3235 to KZ393200: 2887.6380816632577\n", - "12:34:06\tCompleted 3256 to KZ591000: 2118.2499312054133\n", - "12:34:06\tCompleted 3234 to KZ233600: 4006.0402211342657\n", - "12:34:06\tCompleted 3222 to KZ271000: 1189.8102037627136\n", - "12:34:06\tCompleted 3253 to KZ194400: 202.9814933988262\n", - "12:34:06\tCompleted 3269 to KZ615600: 3284.2238682002912\n", - "12:34:06\tCompleted 3248 to KZ395800: 2888.675074522739\n", - "12:34:06\tCompleted 3273 to KZ352100: 611.3242058734471\n", - "12:34:06\tCompleted 3249 to KZ555600: 4483.193129002838\n", - "12:34:06\tCompleted 3247 to KZ354000: 1385.3574345002487\n", - "12:34:06\tCompleted 3188 to KZ355200: 640.6640212806178\n", - "12:34:07\tCompleted 3245 to KZ115200: 1781.6820448247568\n", - "12:34:07\tCompleted 3228 to KZ475000: 4455.317188461157\n", - "12:34:07\tCompleted 3193 to KZ751810: 3943.431564637629\n", - "12:34:07\tCompleted 3190 to KZ614800: 2869.3527094694773\n", - "12:34:07\tCompleted 3274 to KZ471000: 4098.584278641651\n", - "12:34:07\tCompleted 3229 to KZ615200: 1302.7169827079058\n", - "12:34:07\tCompleted 3236 to KZ434800: 1975.101610351886\n", - "12:34:07\tCompleted 3253 to KZ194600: 320.3515772145007\n", - "12:34:07\tCompleted 3226 to KZ353600: 1368.214593603158\n", - "12:34:07\tCompleted 3265 to KZ154200: 3410.4118048459445\n", - "12:34:07\tCompleted 3220 to KZ393600: 1581.0233631933497\n", - "12:34:07\tCompleted 3246 to KZ231000: 2892.261995029151\n", - "12:34:07\tCompleted 3233 to KZ151000: 1490.5867673668374\n", - "12:34:07\tCompleted 3187 to KZ234800: 1092.015921509892\n", - "12:34:07\tCompleted 3219 to KZ393400: 2433.4598683156337\n", - "12:34:07\tCompleted 3260 to KZ632200: 1508.955512806061\n", - "12:34:07\tCompleted 3234 to KZ633200: 1022.5857015277678\n", - "12:34:07\tCompleted 3176 to KZ354800: 3200.879453825633\n", - "12:34:08\tCompleted 3254 to KZ632800: 4571.421980427309\n", - "12:34:08\tCompleted 3240 to KZ751410: 1187.855303078439\n", - "12:34:08\tCompleted 3257 to KZ276000: 3181.175213536037\n", - "12:34:08\tCompleted 3227 to KZ396200: 2483.2630011287174\n", - "12:34:08\tCompleted 3268 to KZ471800: 3975.6743172217375\n", - "12:34:08\tCompleted 3224 to KZ191600: 1758.2376610837227\n", - "12:34:08\tCompleted 3239 to KZ114800: 2702.828362232577\n", - "12:34:08\tCompleted 3212 to KZ276200: 1767.5834040724098\n", - "12:34:08\tCompleted 3267 to KZ396400: 2121.443038111646\n", - "12:34:08\tCompleted 3222 to KZ274000: 1459.8106423750821\n", - "12:34:08\tCompleted 3271 to KZ154000: 3090.55089214247\n", - "12:34:08\tCompleted 3218 to KZ751310: 3419.86306227601512:34:08\tCompleted 3273 to KZ352200: 1328.1174284582835\n", - "\n", - "12:34:09\tCompleted 3204 to KZ395200: 1297.049336209045\n", - "12:34:09\tCompleted 3188 to KZ355600: 1007.4521898377368\n", - "12:34:09\tCompleted 3208 to KZ751210: 3754.935414561169\n", - "12:34:09\tCompleted 3253 to KZ194800: 653.8440652084003\n", - "12:34:09\tCompleted 3259 to KZ155200: 3566.572868998177\n", - "12:34:09\tCompleted 3255 to KZ395200: 2349.5208551074597\n", - "12:34:09\tCompleted 3247 to KZ351000: 1316.9890033999054\n", - "12:34:09\tCompleted 3221 to KZ551000: 2151.056758339408\n", - "12:34:09\tCompleted 3266 to KZ233600: 2607.163483449631\n", - "12:34:09\tCompleted 3215 to KZ632400: 3099.0106469972343\n", - "12:34:09\tCompleted 3197 to KZ475000: 1898.0358478734665\n", - "12:34:09\tCompleted 3226 to KZ351600: 946.9417160662337\n", - "12:34:09\tCompleted 3241 to KZ636800: 2789.290979565578\n", - "12:34:09\tCompleted 3261 to KZ396400: 2837.033215637872\n", - "12:34:09\tCompleted 3243 to KZ551000: 1802.8424245431147\n", - "12:34:10\tCompleted 3199 to KZ614400: 3072.582290158263\n", - "12:34:10\tCompleted 3187 to KZ235200: 1139.6557688732892\n", - "12:34:10\tCompleted 3251 to KZ114800: 2004.3235811277389\n", - "12:34:10\tCompleted 3237 to KZ555600: 2448.258375245447\n", - "12:34:10\tCompleted 3240 to KZ751710: 1228.8433348473418\n", - "12:34:10\tCompleted 3262 to KZ594200: 2183.952569534001\n", - "12:34:10\tCompleted 3211 to KZ556000: 2349.379125765523\n", - "12:34:10\tCompleted 3253 to KZ195600: 493.47184367881664\n", - "12:34:10\tCompleted 3269 to KZ615800: 3051.4002114822024\n", - "12:34:10\tCompleted 3272 to KZ235200: 3979.1250016153535\n", - "12:34:10\tCompleted 3234 to KZ634800: 1507.0322929380618\n", - "12:34:10\tCompleted 3245 to KZ115400: 1811.8332219015535\n", - "12:34:10\tCompleted 3220 to KZ396400: 1552.947476169498\n", - "12:34:10\tCompleted 3209 to KZ315000: 3225.7728030148373\n", - "12:34:11\tCompleted 3236 to KZ433600: 2235.771790701011512:34:11\tCompleted 3235 to KZ393400: 2709.8985127634023\n", - "\n", - "12:34:11\tCompleted 3233 to KZ153200: 1495.0033507954865\n", - "12:34:11\tCompleted 3204 to KZ391000: 1246.7050824805422\n", - "12:34:11\tCompleted 3260 to KZ635200: 1699.5199821925123\n", - "12:34:11\tCompleted 3190 to KZ615400: 2865.758334550948\n", - "12:34:11\tCompleted 3256 to KZ595600: 2352.1375177273326\n", - "12:34:11\tCompleted 3222 to KZ274200: 1671.9318219721004\n", - "12:34:11\tCompleted 3229 to KZ616400: 2275.309533603958\n", - "12:34:11\tCompleted 3214 to KZ195000: 2402.896070473598\n", - "12:34:11\tCompleted 3188 to KZ352100: 1200.4870261456515\n", - "12:34:12\tCompleted 3248 to KZ392400: 2614.862000549067\n", - "12:34:12\tCompleted 3226 to KZ354000: 1458.2285235894874\n", - "12:34:12\tCompleted 3249 to KZ551000: 3938.0645347866666\n", - "12:34:12\tCompleted 3268 to KZ593200: 1931.3583505049496\n", - "12:34:12\tCompleted 3247 to KZ352000: 1461.7555937006466\n", - "12:34:12\tCompleted 3253 to KZ195800: 307.68714317071283\n", - "12:34:12\tCompleted 3176 to KZ355200: 2502.382021830731\n", - "12:34:12\tCompleted 3224 to KZ195200: 1696.0026842184493\n", - "12:34:12\tCompleted 3242 to KZ394400: 2935.36943201772\n", - "12:34:12\tCompleted 3219 to KZ391600: 2289.33036533112412:34:12\tCompleted 3240 to KZ751810: 1175.0871789242908\n", - "\n", - "12:34:12\tCompleted 3181 to KZ234800: 4441.021750913903\n", - "12:34:12\tCompleted 3187 to KZ235600: 1234.693534893717\n", - "12:34:12\tCompleted 3234 to KZ633400: 801.3356522904412\n", - "12:34:12\tCompleted 3193 to KZ751910: 3964.572480988036\n", - "12:34:12\tCompleted 3239 to KZ111010: 3090.582332799209\n", - "12:34:12\tCompleted 3263 to KZ276600: 3931.5743886849878\n", - "12:34:13\tCompleted 3273 to KZ352300: 1818.349814252237\n", - "12:34:13\tCompleted 3243 to KZ556000: 1844.1389328739278\n", - "12:34:13\tCompleted 3228 to KZ475200: 4466.160149245204\n", - "12:34:13\tCompleted 3188 to KZ352200: 794.6334932609342\n", - "12:34:13\tCompleted 3227 to KZ396600: 2491.181841919906712:34:13\tCompleted 3251 to KZ111010: 1541.675705557788\n", - "\n", - "12:34:13\tCompleted 3253 to KZ196000: 731.2922607196793\n", - "12:34:13\tCompleted 3204 to KZ395400: 1285.0814666792016\n", - "12:34:14\tCompleted 3260 to KZ632400: 1568.4755400420097\n", - "12:34:14\tCompleted 3233 to KZ153400: 1384.4166932697804\n", - "12:34:14\tCompleted 3212 to KZ271000: 1785.2763594866383\n", - "12:34:14\tCompleted 3199 to KZ614600: 2797.689987742857\n", - "12:34:14\tCompleted 3218 to KZ751410: 3437.2880406796544\n", - "12:34:14\tCompleted 3269 to KZ612600: 2760.780222596717\n", - "12:34:14\tCompleted 3254 to KZ636800: 4596.315561955944\n", - "12:34:14\tCompleted 3220 to KZ394000: 1620.6486024962858\n", - "12:34:14\tCompleted 3197 to KZ475200: 1908.8788086575148\n", - "12:34:14\tCompleted 3267 to KZ394000: 2229.9033172009563\n", - "12:34:14\tCompleted 3240 to KZ751910: 1196.2280952746992\n", - "12:34:14\tCompleted 3188 to KZ352300: 23.970562748477146\n", - "12:34:14\tCompleted 3255 to KZ391000: 2545.2271196164197\n", - "12:34:14\tCompleted 3265 to KZ156000: 2983.661037214165\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:34:14\tCompleted 3226 to KZ351000: 1389.860092489144\n", - "12:34:14\tCompleted 3262 to KZ596600: 2284.8380871107524\n", - "12:34:15\tCompleted 3253 to KZ191000: 422.9031078266344\n", - "12:34:15\tCompleted 3246 to KZ234000: 3100.872472396839\n", - "12:34:15\tCompleted 3209 to KZ314200: 2818.5761598109566\n", - "12:34:15\tCompleted 3234 to KZ633600: 1315.2534144252988\n", - "12:34:15\tCompleted 3236 to KZ434000: 1999.8290411114774\n", - "12:34:15\tCompleted 3271 to KZ154200: 3393.186931111792\n", - "12:34:15\tCompleted 3247 to KZ354800: 1557.3203324126243\n", - "12:34:15\tCompleted 3274 to KZ473600: 3679.6095126187074\n", - "12:34:15\tCompleted 3208 to KZ751110: 3762.6927738740505\n", - "12:34:15\tCompleted 3273 to KZ352800: 1355.2398511552503\n", - "12:34:15\tCompleted 3256 to KZ596000: 1994.9525336742504\n", - "12:34:15\tCompleted 3235 to KZ391600: 2565.7690097788927\n", - "12:34:15\tCompleted 3229 to KZ615600: 1859.6182358810772\n", - "12:34:15\tCompleted 3259 to KZ156400: 3145.8628686374104\n", - "12:34:15\tCompleted 3275 to KZ791110: 2997.5504678293346\n", - "12:34:15\tCompleted 3221 to KZ556000: 2199.1781405474217\n", - "12:34:15\tCompleted 3261 to KZ394000: 3068.9680650036935\n", - "12:34:15\tCompleted 3223 to KZ113200: 1705.7710411326223\n", - "12:34:16\tCompleted 3253 to KZ196200: 48.656854249492376\n", - "12:34:16\tCompleted 3204 to KZ392000: 1081.9873407257353\n", - "12:34:16\tCompleted 3237 to KZ551000: 2077.3436343785356\n", - "12:34:16\tCompleted 3266 to KZ633200: 2408.091584508297\n", - "12:34:16\tCompleted 3245 to KZ151000: 2034.4240110575352\n", - "12:34:16\tCompleted 3260 to KZ632800: 1566.371201432937\n", - "12:34:16\tCompleted 3277 to KZ111010: 1804.1919857319529\n", - "12:34:16\tCompleted 3243 to KZ556800: 1905.709891558674812:34:16\tCompleted 3251 to KZ116000: 1510.506786680527\n", - "\n", - "12:34:16\tCompleted 3268 to KZ595800: 2035.2779605453268\n", - "12:34:16\tCompleted 3211 to KZ556800: 2550.0670506374604\n", - "12:34:16\tCompleted 3279 to KZ751110: 1213.797943813242\n", - "12:34:16\tCompleted 3240 to KZ751510: 1184.7440331737832\n", - "12:34:16\tCompleted 3215 to KZ632800: 2672.090572760366\n", - "12:34:17\tCompleted 3176 to KZ355600: 2746.0275749258576\n", - "12:34:17\tCompleted 3257 to KZ276200: 2900.5614268021327\n", - "12:34:17\tCompleted 3248 to KZ396200: 2423.2850865228625\n", - "12:34:17\tCompleted 3253 to KZ192600: 461.8468628553283\n", - "12:34:17\tCompleted 3273 to KZ356400: 1008.0230830618477\n", - "12:34:17\tCompleted 3239 to KZ116000: 3140.2850228860966\n", - "12:34:17\tCompleted 3234 to KZ633800: 1247.7529684975325\n", - "12:34:17\tCompleted 3241 to KZ635800: 2839.9174132811427\n", - "12:34:17\tCompleted 3249 to KZ556000: 3986.18591699468\n", - "12:34:17\tCompleted 3233 to KZ153600: 1676.8204541272567\n", - "12:34:17\tCompleted 3242 to KZ433200: 2540.9200077735045\n", - "12:34:18\tCompleted 3214 to KZ194400: 2220.6809970146555\n", - "12:34:18\tCompleted 3229 to KZ615800: 1243.793580778769\n", - "12:34:18\tCompleted 3226 to KZ352000: 1610.3103629677137\n", - "12:34:18\tCompleted 3224 to KZ195000: 2147.6327877591248\n", - "12:34:18\tCompleted 3220 to KZ396800: 1752.1204032866287\n", - "12:34:18\tCompleted 3269 to KZ616000: 3078.5394272148137\n", - "12:34:18\tCompleted 3253 to KZ196600: 270.7382247505462\n", - "12:34:18\tCompleted 3227 to KZ394200: 2938.718336890328412:34:18\tCompleted 3193 to KZ751510: 3953.088418887120512:34:18\tCompleted 3197 to KZ471800: 1738.4885884967732\n", - "\n", - "\n", - "12:34:18\tCompleted 3199 to KZ614800: 3037.399993000537\n", - "12:34:18\tCompleted 3272 to KZ235600: 4074.1627676357584\n", - "12:34:18\tCompleted 3260 to KZ636800: 1496.6438278530131\n", - "12:34:18\tCompleted 3279 to KZ751310: 1206.9695166884958\n", - "12:34:18\tCompleted 3247 to KZ355200: 1777.3083959054704\n", - "12:34:19\tCompleted 3204 to KZ395600: 1395.5535467067052\n", - "12:34:19\tCompleted 3262 to KZ595000: 2119.2781057984657\n", - "12:34:19\tCompleted 3223 to KZ113400: 1581.5042748986843\n", - "12:34:19\tCompleted 3228 to KZ471800: 4295.769929084477\n", - "12:34:19\tCompleted 3218 to KZ751710: 3478.276072448557\n", - "12:34:19\tCompleted 3275 to KZ791310: 2975.2689188689346\n", - "12:34:19\tCompleted 3277 to KZ116000: 1773.023066854692\n", - "12:34:19\tCompleted 3263 to KZ275000: 3797.2720457873193\n", - "12:34:19\tCompleted 3193 to KZ231000: 230.9172787874111612:34:19\tCompleted 3234 to KZ634000: 1244.8377110630695\n", - "\n", - "12:34:19\tCompleted 3253 to KZ194200: 469.9269230960947\n", - "12:34:19\tCompleted 3209 to KZ353200: 3140.9206536946836\n", - "12:34:19\tCompleted 3219 to KZ393600: 2516.0799801426647\n", - "12:34:19\tCompleted 3273 to KZ352400: 1341.165439051654\n", - "12:34:20\tCompleted 3281 to KZ315000: 889.2105106915167\n", - "12:34:20\tCompleted 3243 to KZ554800: 2060.389860306964\n", - "12:34:20\tCompleted 3256 to KZ596200: 2381.9519833454187\n", - "12:34:20\tCompleted 3235 to KZ393600: 2868.2023047682533\n", - "12:34:20\tCompleted 3255 to KZ395400: 2588.5910145417324\n", - "12:34:20\tCompleted 3251 to KZ116400: 1632.908134440046312:34:20\tCompleted 3267 to KZ396800: 2244.505391874989\n", - "\n", - "12:34:20\tCompleted 3233 to KZ154000: 1428.3970269522872\n", - "12:34:20\tCompleted 3254 to KZ635800: 5045.81780965325\n", - "12:34:20\tCompleted 3268 to KZ593400: 1844.6652231931866\n", - "12:34:20\tCompleted 3279 to KZ751410: 1224.3944950921364\n", - "12:34:20\tCompleted 3193 to KZ234000: 315.92490082698885\n", - "12:34:20\tCompleted 3265 to KZ154600: 3281.7984679592796\n", - "12:34:20\tCompleted 3239 to KZ116400: 2931.6411890437535\n", - "12:34:21\tCompleted 3229 to KZ612600: 1498.923707399695\n", - "12:34:21\tCompleted 3226 to KZ354800: 1373.0723026003789\n", - "12:34:21\tCompleted 3253 to KZ751210: 149.7853044047474\n", - "12:34:21\tCompleted 3181 to KZ235200: 4488.661598277283\n", - "12:34:21\tCompleted 3271 to KZ156000: 2966.4361634800125\n", - "12:34:21\tCompleted 3260 to KZ635800: 1547.2702615685557\n", - "12:34:21\tCompleted 3220 to KZ394800: 1492.3931767110303\n", - "12:34:21\tCompleted 3281 to KZ314200: 482.0138674876297\n", - "12:34:21\tCompleted 3261 to KZ396800: 2815.0605225641066\n", - "12:34:21\tCompleted 3245 to KZ153200: 2038.8405944861843\n", - "12:34:21\tCompleted 3236 to KZ471000: 4432.777911780451\n", - "12:34:21\tCompleted 3212 to KZ274000: 2438.934543206153\n", - "12:34:21\tCompleted 3208 to KZ751310: 3755.864346749305\n", - "12:34:21\tCompleted 3221 to KZ556800: 2399.866065419359\n", - "12:34:22\tCompleted 3247 to KZ355600: 1550.757561830711\n", - "12:34:22\tCompleted 3223 to KZ113600: 1515.4530372013471\n", - "12:34:22\tCompleted 3242 to KZ431900: 2021.8761748782983\n", - "12:34:22\tCompleted 3193 to KZ234200: 576.0296015780903\n", - "12:34:22\tCompleted 3248 to KZ396600: 2431.2039273140517\n", - "12:34:22\tCompleted 3237 to KZ556000: 2125.465016586549\n", - "12:34:22\tCompleted 3259 to KZ155600: 3318.5427426762703\n", - "12:34:22\tCompleted 3204 to KZ395800: 1491.167188782101\n", - "12:34:22\tCompleted 3269 to KZ613800: 3226.7935602336975\n", - "12:34:22\tCompleted 3253 to KZ751110: 143.38702874145832\n", - "12:34:22\tCompleted 3274 to KZ474200: 4126.233673685229\n", - "12:34:22\tCompleted 3279 to KZ751710: 1265.3825268610392\n", - "12:34:22\tCompleted 3176 to KZ352100: 3217.7188228266914\n", - "12:34:23\tCompleted 3246 to KZ234200: 3551.8181789177747\n", - "12:34:23\tCompleted 3234 to KZ635400: 1689.7432636453027\n", - "12:34:23\tCompleted 3224 to KZ194400: 1965.4177143001605\n", - "12:34:23\tCompleted 3247 to KZ352100: 642.5208762339926\n", - "12:34:23\tCompleted 3251 to KZ116800: 1420.5092807480205\n", - "12:34:23\tCompleted 3275 to KZ791510: 2985.386694865203\n", - "12:34:23\tCompleted 3260 to KZ636200: 1408.3531783383114\n", - "12:34:23\tCompleted 3211 to KZ554800: 2554.7625386819113\n", - "12:34:23\tCompleted 3249 to KZ556800: 4186.873841866624\n", - "12:34:23\tCompleted 3281 to KZ353200: 1364.3523373413414\n", - "12:34:23\tCompleted 3227 to KZ394400: 3019.9794318084005\n", - "12:34:23\tCompleted 3262 to KZ593600: 2233.826710082764\n", - "12:34:23\tCompleted 3193 to KZ234600: 691.1999000161709\n", - "12:34:23\tCompleted 3243 to KZ556400: 1987.2562194817676\n", - "12:34:23\tCompleted 3228 to KZ593200: 2049.2360125075897\n", - "12:34:23\tCompleted 3229 to KZ616000: 1208.688936024719\n", - "12:34:23\tCompleted 3277 to KZ116400: 1895.4244146142112\n", - "12:34:23\tCompleted 3253 to KZ751310: 149.87231011569696\n", - "12:34:24\tCompleted 3266 to KZ634800: 2912.447107409242\n", - "12:34:24\tCompleted 3215 to KZ636800: 2874.1311030210713\n", - "12:34:24\tCompleted 3269 to KZ273200: 1438.0036374329015\n", - "12:34:24\tCompleted 3240 to KZ231000: 2714.9558803818886\n", - "12:34:24\tCompleted 3214 to KZ194600: 2231.1979630191495\n", - "12:34:24\tCompleted 3287 to KZ434400: 2359.3828906967738\n", - "12:34:24\tCompleted 3257 to KZ271000: 2918.2543822163484\n", - "12:34:24\tCompleted 3204 to KZ392400: 1181.1879684054868\n", - "12:34:24\tCompleted 3279 to KZ751810: 1211.626370937988212:34:24\tCompleted 3218 to KZ751810: 3424.5199165255067\n", - "\n", - "12:34:24\tCompleted 3273 to KZ356000: 1979.4462014755109\n", - "12:34:24\tCompleted 3256 to KZ596400: 2155.7469629452\n", - "12:34:25\tCompleted 3233 to KZ154200: 1731.0330659216083\n", - "12:34:25\tCompleted 3241 to KZ636200: 2701.0003300508865\n", - "12:34:25\tCompleted 3268 to KZ594200: 2024.522972256698\n", - "12:34:25\tCompleted 3193 to KZ234800: 527.2350017100774\n", - "12:34:25\tCompleted 3260 to KZ636400: 1165.767330458301\n", - "12:34:25\tCompleted 3219 to KZ396400: 2737.491626816022\n", - "12:34:25\tCompleted 3235 to KZ396400: 3089.6139514416077\n", - "12:34:25\tCompleted 3272 to KZ233600: 3956.7793654917027\n", - "12:34:25\tCompleted 3223 to KZ113800: 1528.634560025473\n", - "12:34:25\tCompleted 3253 to KZ751410: 156.8822562205935\n", - "12:34:25\tCompleted 3234 to KZ635000: 1164.4698363128539\n", - "12:34:25\tCompleted 3239 to KZ116800: 3257.8725346052165\n", - "12:34:25\tCompleted 3226 to KZ355200: 1925.8631651725375\n", - "12:34:25\tCompleted 3247 to KZ352200: 1359.314098818829\n", - "12:34:26\tCompleted 3267 to KZ394800: 2016.9995901693808\n", - "12:34:26\tCompleted 3255 to KZ392000: 2705.514709621956\n", - "12:34:26\tCompleted 3251 to KZ111810: 1442.3733737711493\n", - "12:34:26\tCompleted 3245 to KZ153400: 1928.253936960478\n", - "12:34:26\tCompleted 3220 to KZ395000: 1814.108855832475\n", - "12:34:26\tCompleted 3269 to KZ274400: 1714.2847926349357\n", - "12:34:26\tCompleted 3193 to KZ235200: 434.4126633991031\n", - "12:34:26\tCompleted 3279 to KZ751910: 1232.7672872883966\n", - "12:34:26\tCompleted 3253 to KZ751710: 188.91832588073717\n", - "12:34:26\tCompleted 3275 to KZ791710: 2956.886755514917\n", - "12:34:26\tCompleted 3242 to KZ434600: 2055.5407453046782\n", - "12:34:26\tCompleted 3229 to KZ613800: 1584.3027113570986\n", - "12:34:26\tCompleted 3254 to KZ636200: 4714.731131855073\n", - "12:34:27\tCompleted 3263 to KZ274800: 4332.7769571707695\n", - "12:34:27\tCompleted 3277 to KZ116800: 1683.0255609221854\n", - "12:34:27\tCompleted 3265 to KZ154800: 3116.8057789716795\n", - "12:34:27\tCompleted 3272 to KZ633200: 1349.2125498907265\n", - "12:34:27\tCompleted 3260 to KZ631000: 1380.6575183097552\n", - "12:34:27\tCompleted 3234 to KZ632200: 1239.5104147194309\n", - "12:34:27\tCompleted 3236 to KZ473600: 4013.8031457574716\n", - "12:34:27\tCompleted 3208 to KZ751410: 3773.289325152944\n", - "12:34:27\tCompleted 3233 to KZ156000: 1304.2822982898167\n", - "12:34:27\tCompleted 3209 to KZ353600: 3868.2218539546216\n", - "12:34:27\tCompleted 3262 to KZ595200: 2231.27684313999\n", - "12:34:27\tCompleted 3248 to KZ394200: 2803.0567421066407\n", - "12:34:27\tCompleted 3228 to KZ595800: 2153.1556225479662\n", - "12:34:27\tCompleted 3176 to KZ352200: 2704.076153088611\n", - "12:34:27\tCompleted 3251 to KZ116600: 752.4011418437364\n", - "12:34:27\tCompleted 3261 to KZ394800: 2993.715091262169\n", - "12:34:27\tCompleted 3253 to KZ751810: 152.62966942857764\n", - "12:34:28\tCompleted 3221 to KZ554800: 2404.56155346381\n", - "12:34:28\tCompleted 3204 to KZ396200: 1597.8060397345037\n", - "12:34:28\tCompleted 3271 to KZ154600: 3264.573594225127\n", - "12:34:28\tCompleted 3281 to KZ353600: 1882.893191132002\n", - "12:34:28\tCompleted 3273 to KZ354400: 1771.9303232983607\n", - "12:34:28\tCompleted 3224 to KZ194600: 1975.934680304667\n", - "12:34:28\tCompleted 3237 to KZ556800: 2326.1529414584866\n", - "12:34:28\tCompleted 3227 to KZ433200: 2768.2776555118103\n", - "12:34:28\tCompleted 3226 to KZ355600: 1623.6286509199497\n", - "12:34:28\tCompleted 3279 to KZ751510: 1221.2832251874806\n", - "12:34:28\tCompleted 3287 to KZ431000: 1701.074308334138\n", - "12:34:28\tCompleted 3243 to KZ554200: 2249.8842578692033\n", - "12:34:28\tCompleted 3259 to KZ156800: 2820.5225868969073\n", - "12:34:28\tCompleted 3274 to KZ474600: 3803.4091128671475\n", - "12:34:29\tCompleted 3247 to KZ352300: 1849.5464846127825\n", - "12:34:29\tCompleted 3269 to KZ275400: 2075.3310524511917\n", - "12:34:29\tCompleted 3212 to KZ274200: 2556.2800375856054\n", - "12:34:29\tCompleted 3268 to KZ596600: 2125.4084898334604\n", - "12:34:29\tCompleted 3253 to KZ751910: 134.754684888911\n", - "12:34:29\tCompleted 3211 to KZ556400: 2492.496412373357\n", - "12:34:29\tCompleted 3239 to KZ111810: 3297.4033356517075\n", - "12:34:29\tCompleted 3223 to KZ114500: 1817.4152861107723\n", - "12:34:29\tCompleted 3220 to KZ395200: 1599.344652642667\n", - "12:34:30\tCompleted 3218 to KZ751910: 3445.660832875914\n", - "12:34:30\tCompleted 3249 to KZ554800: 4190.85040271434\n", - "12:34:30\tCompleted 3266 to KZ633400: 2180.2250527385654\n", - "12:34:30\tCompleted 3234 to KZ635200: 1430.074884105882\n", - "12:34:30\tCompleted 3259 to KZ193200: 707.6786519379061\n", - "12:34:30\tCompleted 3226 to KZ352100: 873.2581993910558\n", - "12:34:30\tCompleted 3246 to KZ234600: 3666.988477355829\n", - "12:34:30\tCompleted 3256 to KZ594600: 2361.2258144726834\n", - "12:34:30\tCompleted 3277 to KZ111810: 1704.8896539453142\n", - "12:34:30\tCompleted 3181 to KZ235600: 4583.699364297733\n", - "12:34:30\tCompleted 3260 to KZ634600: 1648.3421436100525\n", - "12:34:30\tCompleted 3275 to KZ611600: 2906.061416662253\n", - "12:34:30\tCompleted 3235 to KZ394000: 3321.548800807429\n", - "12:34:30\tCompleted 3253 to KZ751510: 135.3159609295928\n", - "12:34:30\tCompleted 3219 to KZ394000: 2969.426476181843\n", - "12:34:30\tCompleted 3243 to KZ791110: 1355.9296805767453\n", - "12:34:31\tCompleted 3214 to KZ194800: 2499.3136150731525\n", - "12:34:31\tCompleted 3269 to KZ273600: 1717.3265272908595\n", - "12:34:31\tCompleted 3176 to KZ352300: 1993.2612339326317\n", - "12:34:31\tCompleted 3255 to KZ395600: 2582.6680589130433\n", - "12:34:31\tCompleted 3251 to KZ115600: 1606.4457219747042\n", - "12:34:31\tCompleted 3233 to KZ154600: 1602.4197290349484\n", - "12:34:31\tCompleted 3272 to KZ634800: 1833.6591413010208\n", - "12:34:31\tCompleted 3247 to KZ352800: 1386.436521515796\n", - "12:34:31\tCompleted 3287 to KZ435200: 1599.3801782732075\n", - "12:34:31\tCompleted 3240 to KZ234000: 2923.5663577495743\n", - "12:34:31\tCompleted 3228 to KZ593400: 1962.5428851958266\n", - "12:34:32\tCompleted 3259 to KZ193400: 912.5675289533465\n", - "12:34:32\tCompleted 3273 to KZ351800: 1792.9650379413865\n", - "12:34:32\tCompleted 3281 to KZ351600: 1457.6833391555506\n", - "12:34:32\tCompleted 3245 to KZ153600: 2220.6576978179473\n", - "12:34:32\tCompleted 3241 to KZ636400: 2458.414482170914\n", - "12:34:32\tCompleted 3242 to KZ434400: 2398.490144266404\n", - "12:34:32\tCompleted 3277 to KZ116600: 1218.2531329591716\n", - "12:34:32\tCompleted 3260 to KZ634400: 1240.49288415397\n", - "12:34:32\tCompleted 3204 to KZ396600: 1532.9220230626893\n", - "12:34:32\tCompleted 3234 to KZ632400: 1299.0304419553793\n", - "12:34:32\tCompleted 3257 to KZ274000: 3571.9125659358674\n", - "12:34:32\tCompleted 3243 to KZ791310: 1312.3894486961367\n", - "12:34:32\tCompleted 3288 to KZ554200: 2239.000218132496\n", - "12:34:32\tCompleted 3227 to KZ431900: 2249.2338226166066\n", - "12:34:32\tCompleted 3267 to KZ395000: 2351.135370264003\n", - "12:34:33\tCompleted 3239 to KZ116600: 2839.7750048720977\n", - "12:34:33\tCompleted 3256 to KZ711110: 1609.458108058407\n", - "12:34:33\tCompleted 3259 to KZ193600: 469.9988843113182\n", - "12:34:33\tCompleted 3223 to KZ114000: 1625.4976465576403\n", - "12:34:33\tCompleted 3265 to KZ155200: 3543.744441873432\n", - "12:34:33\tCompleted 3229 to KZ273200: 4285.801656657678\n", - "12:34:33\tCompleted 3254 to KZ636400: 5051.970866358386\n", - "12:34:33\tCompleted 3262 to KZ591000: 2121.4925718925324\n", - "12:34:33\tCompleted 3263 to KZ275800: 3802.359781159157612:34:33\tCompleted 3272 to KZ633400: 1127.9625006533997\n", - "\n", - "12:34:33\tCompleted 3269 to KZ276600: 1942.8658828827208\n", - "12:34:33\tCompleted 3247 to KZ356400: 1039.2197534223933\n", - "12:34:33\tCompleted 3215 to KZ635800: 3238.4186548184553\n", - "12:34:33\tCompleted 3248 to KZ394400: 2960.0015172025455\n", - "12:34:33\tCompleted 3226 to KZ352200: 1432.1851879080677\n", - "12:34:33\tCompleted 3220 to KZ391000: 1703.8760997751826\n", - "12:34:33\tCompleted 3268 to KZ595000: 1959.8485085211644\n", - "12:34:33\tCompleted 3261 to KZ395000: 2921.6905009531206\n", - "12:34:33\tCompleted 3208 to KZ751710: 3814.2773569218466\n", - "12:34:33\tCompleted 3204 to KZ394200: 830.0221067844569\n", - "12:34:34\tCompleted 3260 to KZ313600: 1305.2333520991501\n", - "12:34:34\tCompleted 3275 to KZ613600: 2960.256553306063\n", - "12:34:34\tCompleted 3213 to KZ113200: 2027.4036053744303\n", - "12:34:34\tCompleted 3236 to KZ474200: 4460.42730682401\n", - "12:34:34\tCompleted 3224 to KZ194800: 2244.05033235867\n", - "12:34:34\tCompleted 3221 to KZ556400: 2342.2954271552558\n", - "12:34:34\tCompleted 3243 to KZ791510: 1289.5089491244837\n", - "12:34:34\tCompleted 3259 to KZ194000: 51.424978403640516\n", - "12:34:34\tCompleted 3288 to KZ791110: 1135.516982133011\n", - "12:34:34\tCompleted 3233 to KZ154800: 1437.427040047347\n", - "12:34:34\tCompleted 3237 to KZ554800: 2330.8484295029375\n", - "12:34:34\tCompleted 3234 to KZ632800: 1296.9261033463067\n", - "12:34:34\tCompleted 3209 to KZ351600: 3449.4540886822215\n", - "12:34:35\tCompleted 3271 to KZ154800: 3099.580905237527\n", - "12:34:35\tCompleted 3269 to KZ275000: 1487.5356328588416\n", - "12:34:35\tCompleted 3287 to KZ434800: 1630.706439189543\n", - "12:34:35\tCompleted 3279 to KZ231000: 2658.5492784239855\n", - "12:34:35\tCompleted 3281 to KZ354000: 1460.5116879287266\n", - "12:34:35\tCompleted 3235 to KZ396800: 3067.641258367842\n", - "12:34:35\tCompleted 3251 to KZ115200: 1799.9278364609663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:34:35\tCompleted 3259 to KZ196400: 626.4181658650538\n", - "12:34:35\tCompleted 3260 to KZ314000: 1163.5899879507638\n", - "12:34:35\tCompleted 3277 to KZ115600: 1868.962002148869\n", - "12:34:35\tCompleted 3176 to KZ352800: 2704.759996229709\n", - "12:34:36\tCompleted 3242 to KZ431000: 1740.18156190377\n", - "12:34:36\tCompleted 3211 to KZ554200: 2688.327448155648\n", - "12:34:36\tCompleted 3274 to KZ475000: 4173.73813961692512:34:36\tCompleted 3256 to KZ711410: 1635.5706081419187\n", - "\n", - "12:34:36\tCompleted 3288 to KZ791310: 1091.9767502524023\n", - "12:34:36\tCompleted 3204 to KZ394400: 1097.3856959885327\n", - "12:34:36\tCompleted 3228 to KZ594200: 2142.400634259336\n", - "12:34:36\tCompleted 3219 to KZ396800: 2715.518933742256\n", - "12:34:36\tCompleted 3243 to KZ791710: 1287.732768807451\n", - "12:34:36\tCompleted 3247 to KZ352400: 1372.3621094121995\n", - "12:34:36\tCompleted 3266 to KZ633600: 2334.9227485604374\n", - "12:34:36\tCompleted 3255 to KZ395800: 2885.052134319527\n", - "12:34:36\tCompleted 3272 to KZ633600: 1641.8802627882578\n", - "12:34:36\tCompleted 3181 to KZ233600: 4589.46135309784312:34:36\tCompleted 3245 to KZ154000: 1972.234270642985\n", - "\n", - "12:34:36\tCompleted 3234 to KZ636800: 1227.1987297663827\n", - "12:34:36\tCompleted 3223 to KZ117000: 1676.1906159898176\n", - "12:34:36\tCompleted 3259 to KZ196800: 203.47499655180295\n", - "12:34:37\tCompleted 3246 to KZ234800: 2800.689853191445312:34:37\tCompleted 3267 to KZ395200: 1818.7741434248715\n", - "\n", - "12:34:37\tCompleted 3239 to KZ115600: 3115.248482009501512:34:37\tCompleted 3273 to KZ393200: 2491.0381561984714\n", - "\n", - "12:34:37\tCompleted 3260 to KZ314800: 603.5898754004581\n", - "12:34:37\tCompleted 3220 to KZ395400: 1742.2524839738421\n", - "12:34:37\tCompleted 3227 to KZ434600: 2282.8983930429845\n", - "12:34:37\tCompleted 3269 to KZ274800: 1842.715009755632\n", - "12:34:37\tCompleted 3204 to KZ433200: 427.787292894302\n", - "12:34:37\tCompleted 3218 to KZ751510: 3434.176770774998\n", - "12:34:37\tCompleted 3211 to KZ791110: 1027.684671409706\n", - "12:34:37\tCompleted 3249 to KZ556400: 4129.303203602514\n", - "12:34:38\tCompleted 3268 to KZ593600: 2074.397112805458\n", - "12:34:38\tCompleted 3288 to KZ791510: 1069.0962506807493\n", - "12:34:38\tCompleted 3259 to KZ191600: 120.37453968395995\n", - "12:34:38\tCompleted 3262 to KZ595600: 2355.3801584144517\n", - "12:34:38\tCompleted 3275 to KZ614000: 3005.615391978636\n", - "12:34:38\tCompleted 3281 to KZ351000: 1394.4864025788909\n", - "12:34:38\tCompleted 3248 to KZ433200: 2516.7234890311306\n", - "12:34:38\tCompleted 3213 to KZ113400: 1961.824115993514\n", - "12:34:38\tCompleted 3204 to KZ431900: 302.2927955126463\n", - "12:34:38\tCompleted 3256 to KZ711210: 1636.7323695688171\n", - "12:34:38\tCompleted 3243 to KZ611600: 1544.5933040825755\n", - "12:34:39\tCompleted 3226 to KZ352300: 1998.1012538798495\n", - "12:34:39\tCompleted 3260 to KZ315400: 826.2563323239355\n", - "12:34:39\tCompleted 3265 to KZ156400: 3123.0344415126656\n", - "12:34:39\tCompleted 3261 to KZ395200: 2453.655015878288\n", - "12:34:39\tCompleted 3240 to KZ234200: 3374.5120642705124\n", - "12:34:39\tCompleted 3287 to KZ433600: 1891.3766195386788\n", - "12:34:39\tCompleted 3269 to KZ275800: 1619.4978867367458\n", - "12:34:39\tCompleted 3218 to KZ231000: 635.7820345698663\n", - "12:34:39\tCompleted 3259 to KZ195200: 98.77150618665569\n", - "12:34:39\tCompleted 3234 to KZ635800: 1277.8251634819255\n", - "12:34:39\tCompleted 3229 to KZ274400: 4222.930344144403\n", - "12:34:39\tCompleted 3211 to KZ791310: 1005.4031224493077\n", - "12:34:39\tCompleted 3208 to KZ751810: 3760.5212009987963\n", - "12:34:39\tCompleted 3241 to KZ631000: 2673.304670022329\n", - "12:34:39\tCompleted 3272 to KZ633800: 1574.3798168604915\n", - "12:34:39\tCompleted 3242 to KZ435200: 1638.4874318428394\n", - "12:34:39\tCompleted 3223 to KZ114400: 1440.347820510952\n", - "12:34:39\tCompleted 3253 to KZ231000: 4000.4151604659614\n", - "12:34:39\tCompleted 3288 to KZ791710: 1067.3200703637167\n", - "12:34:39\tCompleted 3254 to KZ631000: 4660.865518523117\n", - "12:34:39\tCompleted 3209 to KZ354000: 3095.7397591513127\n", - "12:34:40\tCompleted 3204 to KZ434600: 340.19231976285175\n", - "12:34:40\tCompleted 3214 to KZ195600: 2576.0941828283567\n", - "12:34:40\tCompleted 3277 to KZ115200: 2062.4441166351303\n", - "12:34:40\tCompleted 3233 to KZ155200: 1864.3657029491246\n", - "12:34:40\tCompleted 3220 to KZ392000: 1539.1583580203758\n", - "12:34:40\tCompleted 3257 to KZ274200: 3689.258060315321\n", - "12:34:40\tCompleted 3281 to KZ352000: 944.4086791609169\n", - "12:34:40\tCompleted 3251 to KZ115400: 2020.5006083266221\n", - "12:34:40\tCompleted 3263 to KZ276000: 4218.190806914205\n", - "12:34:40\tCompleted 3237 to KZ556400: 2268.5823031943833\n", - "12:34:40\tCompleted 3176 to KZ356400: 2805.173751560602\n", - "12:34:40\tCompleted 3239 to KZ115200: 2720.749287909488\n", - "12:34:40\tCompleted 3236 to KZ474600: 4137.602746005912\n", - "12:34:40\tCompleted 3228 to KZ596600: 2243.2861518360887\n", - "12:34:40\tCompleted 3260 to KZ315600: 1165.158073965635\n", - "12:34:40\tCompleted 3259 to KZ195000: 509.7696663593717\n", - "12:34:40\tCompleted 3224 to KZ195600: 2320.8309001138764\n", - "12:34:41\tCompleted 3218 to KZ234000: 888.4650797866005\n", - "12:34:41\tCompleted 3204 to KZ434400: 377.11733210694723\n", - "12:34:41\tCompleted 3235 to KZ394800: 3246.295827065905\n", - "12:34:41\tCompleted 3243 to KZ613600: 1398.220751844653\n", - "12:34:41\tCompleted 3221 to KZ554200: 2538.1264629375573\n", - "12:34:41\tCompleted 3271 to KZ155200: 3526.5195681392797\n", - "12:34:41\tCompleted 3211 to KZ791510: 1015.5208984455763\n", - "12:34:41\tCompleted 3293 to KZ114800: 1695.028167924141\n", - "12:34:41\tCompleted 3269 to KZ276000: 1888.8000323636106\n", - "12:34:41\tCompleted 3234 to KZ636200: 1138.908080251681\n", - "12:34:41\tCompleted 3247 to KZ356000: 2010.6428718360564\n", - "12:34:42\tCompleted 3255 to KZ392400: 2611.239060345855\n", - "12:34:42\tCompleted 3288 to KZ611600: 1324.1806056388411\n", - "12:34:42\tCompleted 3226 to KZ352800: 1459.3076106050346\n", - "12:34:42\tCompleted 3219 to KZ394800: 2894.1735024403165\n", - "12:34:42\tCompleted 3227 to KZ434400: 2625.8477920047112:34:42\tCompleted 3256 to KZ711310: 1648.589729024749\n", - "\n", - "12:34:42\tCompleted 3294 to KZ751210: 31.690054349793026\n", - "12:34:42\tCompleted 3259 to KZ194400: 246.0972400982387\n", - "12:34:42\tCompleted 3272 to KZ634000: 1571.4645594260285\n", - "12:34:42\tCompleted 3262 to KZ596000: 1998.1951743613697\n", - "12:34:42\tCompleted 3215 to KZ636200: 2992.5466729201885\n", - "12:34:42\tCompleted 3268 to KZ595200: 2071.847245862693\n", - "12:34:42\tCompleted 3274 to KZ475200: 4184.581100400976\n", - "12:34:42\tCompleted 3204 to KZ431000: 662.7778872277278\n", - "12:34:42\tCompleted 3248 to KZ431900: 1997.6796561359236\n", - "12:34:42\tCompleted 3279 to KZ234000: 2867.159755791664\n", - "12:34:42\tCompleted 3287 to KZ434000: 1655.4338699491345\n", - "12:34:42\tCompleted 3213 to KZ113600: 1783.781760339997\n", - "12:34:43\tCompleted 3273 to KZ393400: 2313.2985872986037\n", - "12:34:43\tCompleted 3221 to KZ791110: 876.0505910247398\n", - "12:34:43\tCompleted 3211 to KZ791710: 987.0209590952876\n", - "12:34:43\tCompleted 3260 to KZ316000: 1424.8229701067062\n", - "12:34:43\tCompleted 3242 to KZ434800: 1669.813692759175\n", - "12:34:43\tCompleted 3267 to KZ391000: 2073.1723400812234\n", - "12:34:43\tCompleted 3233 to KZ156400: 1443.6557025882844\n", - "12:34:43\tCompleted 3294 to KZ751110: 39.77766955350553\n", - "12:34:43\tCompleted 3234 to KZ636400: 896.3222323716707\n", - "12:34:43\tCompleted 3258 to KZ113200: 1757.1876839650229\n", - "12:34:43\tCompleted 3245 to KZ154200: 2274.8703096123018\n", - "12:34:43\tCompleted 3218 to KZ234200: 1295.3382184585041\n", - "12:34:43\tCompleted 3243 to KZ614000: 1345.080704930331\n", - "12:34:43\tCompleted 3269 to KZ276200: 1717.8255605475413\n", - "12:34:43\tCompleted 3259 to KZ194600: 338.071558904904\n", - "12:34:44\tCompleted 3275 to KZ613900: 3242.5353891483633\n", - "12:34:44\tCompleted 3246 to KZ235200: 2848.329700554813\n", - "12:34:44\tCompleted 3266 to KZ633800: 2562.390471452138\n", - "12:34:44\tCompleted 3288 to KZ613600: 1177.80805340092\n", - "12:34:44\tCompleted 3204 to KZ435200: 753.5896806177901\n", - "12:34:44\tCompleted 3226 to KZ356400: 1269.9570765794547\n", - "12:34:44\tCompleted 3221 to KZ791310: 853.7690420643414\n", - "12:34:44\tCompleted 3220 to KZ395600: 1852.7245640013457\n", - "12:34:44\tCompleted 3294 to KZ751310: 36.80904048071461\n", - "12:34:44\tCompleted 3260 to KZ316600: 973.6304310655078\n", - "12:34:44\tCompleted 3211 to KZ611600: 936.195620242611\n", - "12:34:45\tCompleted 3239 to KZ115400: 2703.6085244336045\n", - "12:34:45\tCompleted 3259 to KZ194800: 606.1872109589078\n", - "12:34:45\tCompleted 3228 to KZ595000: 2077.726170523803\n", - "12:34:45\tCompleted 3209 to KZ351000: 3059.77612595072612:34:45\tCompleted 3223 to KZ114600: 1952.0355275188308\n", - "\n", - "12:34:45\tCompleted 3277 to KZ115400: 2283.016888500781\n", - "12:34:45\tCompleted 3265 to KZ155600: 3295.7143155515255\n", - "12:34:45\tCompleted 3208 to KZ751910: 3781.6621173492035\n", - "12:34:45\tCompleted 3247 to KZ354400: 1803.1269936589063\n", - "12:34:45\tCompleted 3234 to KZ631000: 1111.2124202231248\n", - "12:34:45\tCompleted 3261 to KZ391000: 2649.361280387245\n", - "12:34:45\tCompleted 3293 to KZ111010: 1784.0768428227257\n", - "12:34:45\tCompleted 3256 to KZ555200: 1855.9373672629206\n", - "12:34:45\tCompleted 3204 to KZ434800: 675.1559163410648\n", - "12:34:45\tCompleted 3294 to KZ751410: 54.234018884355116\n", - "12:34:45\tCompleted 3218 to KZ234600: 1410.5085168965848\n", - "12:34:46\tCompleted 3227 to KZ431000: 1967.539209642095612:34:46\tCompleted 3249 to KZ554200: 4299.148105455712\n", - "\n", - "12:34:46\tCompleted 3269 to KZ271000: 1683.7527070669437\n", - "12:34:46\tCompleted 3272 to KZ635400: 2016.3701120082617\n", - "12:34:46\tCompleted 3221 to KZ791510: 863.88681806061\n", - "12:34:46\tCompleted 3288 to KZ614000: 1124.6680064865968\n", - "12:34:46\tCompleted 3258 to KZ113400: 1548.4086128628517\n", - "12:34:46\tCompleted 3243 to KZ613900: 1623.0039769467787\n", - "12:34:46\tCompleted 3229 to KZ275400: 4898.118776101471\n", - "12:34:46\tCompleted 3213 to KZ113800: 1612.5345601702254\n", - "12:34:46\tCompleted 3259 to KZ195600: 541.9571250530553\n", - "12:34:46\tCompleted 3281 to KZ354800: 1943.3426412195165\n", - "12:34:46\tCompleted 3251 to KZ151000: 2689.0431167774036\n", - "12:34:46\tCompleted 3211 to KZ613600: 990.390756886433\n", - "12:34:46\tCompleted 3224 to KZ195800: 2134.717772481026\n", - "12:34:46\tCompleted 3235 to KZ395000: 3174.271236756856\n", - "12:34:46\tCompleted 3268 to KZ591000: 1962.062974615232\n", - "12:34:47\tCompleted 3204 to KZ433600: 490.7994444909138\n", - "12:34:47\tCompleted 3254 to KZ634600: 5119.595045988584\n", - "12:34:47\tCompleted 3239 to KZ151000: 1462.2781113266035\n", - "12:34:47\tCompleted 3294 to KZ751710: 92.67596110028741\n", - "12:34:47\tCompleted 3240 to KZ234600: 3489.682362708567\n", - "12:34:47\tCompleted 3214 to KZ195800: 2389.9810551955075\n", - "12:34:47\tCompleted 3248 to KZ434600: 2031.344226562304\n", - "12:34:47\tCompleted 3218 to KZ234800: 628.8887307062435\n", - "12:34:47\tCompleted 3260 to KZ316200: 1457.0382721989972\n", - "12:34:47\tCompleted 3242 to KZ433600: 1930.4838731083107\n", - "12:34:47\tCompleted 3236 to KZ475000: 4507.931772755727\n", - "12:34:47\tCompleted 3255 to KZ396200: 2419.6621463196512:34:47\tCompleted 3233 to KZ155600: 1616.3355766272157\n", - "\n", - "12:34:47\tCompleted 3262 to KZ596200: 2385.194624032538\n", - "12:34:47\tCompleted 3275 to KZ612000: 2748.407029814126\n", - "12:34:47\tCompleted 3237 to KZ554200: 2464.4133389766816\n", - "12:34:47\tCompleted 3263 to KZ276200: 3937.5770201802884\n", - "12:34:47\tCompleted 3226 to KZ352400: 1445.2331985014382\n", - "12:34:47\tCompleted 3219 to KZ395000: 2822.14891213127\n", - "12:34:47\tCompleted 3253 to KZ234000: 4209.025637833649\n", - "12:34:47\tCompleted 3259 to KZ195800: 355.8439974202054\n", - "12:34:47\tCompleted 3241 to KZ634600: 2940.989295322624\n", - "12:34:47\tCompleted 3221 to KZ791710: 835.3868787103213\n", - "12:34:47\tCompleted 3234 to KZ634600: 1378.8970455234223\n", - "12:34:48\tCompleted 3245 to KZ156000: 1848.1195419805144\n", - "12:34:48\tCompleted 3223 to KZ114800: 1391.5255709627495\n", - "12:34:48\tCompleted 3273 to KZ391600: 2169.169084314094\n", - "12:34:48\tCompleted 3294 to KZ751810: 41.465894730206976\n", - "12:34:48\tCompleted 3269 to KZ274000: 1953.7531456793058\n", - "12:34:48\tCompleted 3288 to KZ613900: 1402.5912785030444\n", - "12:34:48\tCompleted 3272 to KZ635000: 1491.0966846758129\n", - "12:34:48\tCompleted 3211 to KZ614000: 1035.749595559009\n", - "12:34:48\tCompleted 3293 to KZ116000: 1516.8995404762838\n", - "12:34:48\tCompleted 3218 to KZ235200: 572.4958295037407\n", - "12:34:49\tCompleted 3239 to KZ153200: 1399.1921156947467\n", - "12:34:49\tCompleted 3243 to KZ612000: 1491.7154379752433\n", - "12:34:49\tCompleted 3237 to KZ791110: 493.1904869376386\n", - "12:34:49\tCompleted 3260 to KZ311000: 1062.4526423295767\n", - "12:34:49\tCompleted 3247 to KZ351800: 1824.161708301932\n", - "12:34:49\tCompleted 3271 to KZ156400: 3105.809567778513\n", - "12:34:49\tCompleted 3204 to KZ434000: 1226.0031376561171\n", - "12:34:49\tCompleted 3228 to KZ593600: 2192.274774808098\n", - "12:34:49\tCompleted 3221 to KZ611600: 784.5615398576447\n", - "12:34:49\tCompleted 3267 to KZ395400: 2121.0398931142995\n", - "12:34:49\tCompleted 3294 to KZ751910: 49.171067835707326\n", - "12:34:49\tCompleted 3281 to KZ355200: 1422.484923153663\n", - "12:34:49\tCompleted 3259 to KZ196000: 683.6354064701869\n", - "12:34:49\tCompleted 3209 to KZ352000: 2827.8808690373826\n", - "12:34:49\tCompleted 3256 to KZ551600: 1913.8982708941521\n", - "12:34:49\tCompleted 3233 to KZ156800: 1118.3154208477977\n", - "12:34:49\tCompleted 3227 to KZ435200: 1865.84507958116512:34:49\tCompleted 3234 to KZ634400: 971.0477860673398\n", - "\n", - "12:34:50\tCompleted 3258 to KZ113600: 1823.6813419094885\n", - "12:34:50\tCompleted 3274 to KZ471800: 4014.1908802402486\n", - "12:34:50\tCompleted 3220 to KZ395800: 1948.3382060767433\n", - "12:34:50\tCompleted 3218 to KZ235600: 686.8875061159436\n", - "12:34:50\tCompleted 3287 to KZ471000: 4088.3827406180962\n", - "12:34:50\tCompleted 3279 to KZ234200: 3318.1054623126092\n", - "12:34:50\tCompleted 3237 to KZ791310: 470.9089379772403\n", - "12:34:50\tCompleted 3249 to KZ791110: 3110.9831625784436\n", - "12:34:50\tCompleted 3265 to KZ156800: 2797.6941597721625\n", - "12:34:50\tCompleted 3215 to KZ636400: 2929.5510983504187\n", - "12:34:50\tCompleted 3288 to KZ612000: 1271.302739531509\n", - "12:34:50\tCompleted 3294 to KZ751510: 40.4137085228266\n", - "12:34:50\tCompleted 3211 to KZ613900: 1272.6695927287285\n", - "12:34:50\tCompleted 3269 to KZ274200: 2165.8743252763243\n", - "12:34:51\tCompleted 3221 to KZ613600: 838.7566765014667\n", - "12:34:51\tCompleted 3259 to KZ191000: 375.24625357714194\n", - "12:34:51\tCompleted 3272 to KZ632200: 1566.1372630823898\n", - "12:34:51\tCompleted 3260 to KZ315000: 1179.6614585632103\n", - "12:34:51\tCompleted 3242 to KZ434000: 1694.5411235187664\n", - "12:34:51\tCompleted 3218 to KZ233600: 395.55421373934894\n", - "12:34:51\tCompleted 3246 to KZ235600: 2943.367466575218\n", - "12:34:51\tCompleted 3277 to KZ151000: 3143.4524671580048\n", - "12:34:51\tCompleted 3243 to KZ614400: 1549.5367763865816\n", - "12:34:51\tCompleted 3235 to KZ395200: 2706.235751682024\n", - "12:34:51\tCompleted 3261 to KZ395400: 2692.725175312558\n", - "12:34:51\tCompleted 3237 to KZ791510: 481.02671397350883\n", - "12:34:51\tCompleted 3208 to KZ751510: 3770.178055248288\n", - "12:34:51\tCompleted 3239 to KZ153400: 2092.6327738924474\n", - "12:34:51\tCompleted 3234 to KZ313600: 1214.2957229318865\n", - "12:34:52\tCompleted 3226 to KZ356000: 2159.1976411031214\n", - "12:34:52\tCompleted 3268 to KZ595600: 2195.9505611371546\n", - "12:34:52\tCompleted 3211 to KZ612000: 778.5412333944779\n", - "12:34:52\tCompleted 3213 to KZ114500: 2075.9147249792845\n", - "12:34:52\tCompleted 3259 to KZ196200: 2.414213562373095\n", - "12:34:52\tCompleted 3265 to KZ193200: 684.8502248131597\n", - "12:34:52\tCompleted 3219 to KZ395200: 2354.1134270564353\n", - "12:34:52\tCompleted 3223 to KZ111010: 1778.0878677763546\n", - "12:34:52\tCompleted 3248 to KZ434400: 2374.2936255240312:34:52\tCompleted 3221 to KZ614000: 884.1155151740428\n", - "\n", - "12:34:52\tCompleted 3262 to KZ596400: 2158.9896036323194\n", - "12:34:52\tCompleted 3266 to KZ634000: 2650.25252553426\n", - "12:34:52\tCompleted 3260 to KZ314200: 1063.8668558919499\n", - "12:34:52\tCompleted 3229 to KZ273600: 4066.07803508393\n", - "12:34:53\tCompleted 3237 to KZ791710: 452.5267746232201\n", - "12:34:53\tCompleted 3255 to KZ396600: 2427.5809871108395\n", - "12:34:53\tCompleted 3288 to KZ614400: 1329.1240779428474\n", - "12:34:53\tCompleted 3208 to KZ231000: 467.30572281178274\n", - "12:34:53\tCompleted 3281 to KZ355600: 1585.111608646861\n", - "12:34:53\tCompleted 3224 to KZ196000: 2321.498527869929\n", - "12:34:53\tCompleted 3251 to KZ153200: 2693.4597002060286\n", - "12:34:53\tCompleted 3227 to KZ434800: 1897.1713404975005\n", - "12:34:53\tCompleted 3228 to KZ595200: 2189.724907865327\n", - "12:34:53\tCompleted 3275 to KZ614400: 3170.7367131362103\n", - "12:34:53\tCompleted 3259 to KZ192600: 414.1900086058358\n", - "12:34:53\tCompleted 3293 to KZ116400: 1865.4774995897428\n", - "12:34:53\tCompleted 3243 to KZ614600: 1339.1884038551464\n", - "12:34:53\tCompleted 3239 to KZ153600: 1064.0194257181342\n", - "12:34:53\tCompleted 3234 to KZ314000: 1072.6523587834974\n", - "12:34:53\tCompleted 3245 to KZ154600: 2146.2569727256378\n", - "12:34:53\tCompleted 3220 to KZ392400: 1638.3589857001273\n", - "12:34:54\tCompleted 3254 to KZ634400: 4641.313008900429\n", - "12:34:54\tCompleted 3256 to KZ553200: 2151.505737141435\n", - "12:34:54\tCompleted 3270 to KZ113200: 1674.1928630700934\n", - "12:34:54\tCompleted 3236 to KZ475200: 4518.774733539774\n", - "12:34:54\tCompleted 3204 to KZ471000: 1902.4015395198896\n", - "12:34:54\tCompleted 3273 to KZ393600: 2471.602379303462412:34:54\tCompleted 3272 to KZ635200: 1756.7017324688409\n", - "\n", - "12:34:54\tCompleted 3258 to KZ113800: 2003.0273665783886\n", - "12:34:54\tCompleted 3240 to KZ234800: 2623.3837385441807\n", - "12:34:54\tCompleted 3211 to KZ614400: 1200.8709167165803\n", - "12:34:54\tCompleted 3214 to KZ196000: 2576.7618105843994\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:34:54\tCompleted 3237 to KZ611600: 401.7014357705437\n", - "12:34:54\tCompleted 3265 to KZ193400: 889.7391018286003\n", - "12:34:54\tCompleted 3249 to KZ791310: 3088.7016136180437\n", - "12:34:54\tCompleted 3274 to KZ593200: 1981.0181961977185\n", - "12:34:54\tCompleted 3263 to KZ271000: 3955.269975594504\n", - "12:34:54\tCompleted 3221 to KZ613900: 1121.0355123437628\n", - "12:34:54\tCompleted 3208 to KZ234000: 719.9887680285171\n", - "12:34:54\tCompleted 3259 to KZ196600: 318.89507900003866\n", - "12:34:55\tCompleted 3247 to KZ393200: 2522.234826559015\n", - "12:34:55\tCompleted 3234 to KZ314800: 512.6522462331918\n", - "12:34:55\tCompleted 3288 to KZ614600: 1118.775705411412\n", - "12:34:55\tCompleted 3223 to KZ116000: 1390.738230854199\n", - "12:34:55\tCompleted 3281 to KZ352100: 1223.6462988507974\n", - "12:34:55\tCompleted 3241 to KZ634400: 2533.1400358665583\n", - "12:34:55\tCompleted 3209 to KZ354800: 3583.3991395668277\n", - "12:34:55\tCompleted 3267 to KZ392000: 2128.0935475095207\n", - "12:34:55\tCompleted 3271 to KZ155600: 3278.489441817373\n", - "12:34:55\tCompleted 3260 to KZ353200: 1645.786916403573\n", - "12:34:55\tCompleted 3221 to KZ612000: 626.9071530095116\n", - "12:34:55\tCompleted 3239 to KZ154000: 1572.358533314314\n", - "12:34:56\tCompleted 3265 to KZ193600: 447.1704571865719\n", - "12:34:56\tCompleted 3233 to KZ193200: 2268.0467372012517\n", - "12:34:56\tCompleted 3237 to KZ613600: 455.8965724143655\n", - "12:34:56\tCompleted 3259 to KZ194200: 422.27006884660204\n", - "12:34:56\tCompleted 3248 to KZ431000: 1715.9850431613952\n", - "12:34:56\tCompleted 3268 to KZ596000: 1838.765577084064\n", - "12:34:56\tCompleted 3295 to KZ311000: 819.1479164256947\n", - "12:34:56\tCompleted 3226 to KZ354400: 1951.6817629259733\n", - "12:34:56\tCompleted 3253 to KZ234200: 4659.971344354598\n", - "12:34:56\tCompleted 3234 to KZ315400: 735.3187031566691\n", - "12:34:56\tCompleted 3208 to KZ234200: 1126.8619067004217\n", - "12:34:56\tCompleted 3213 to KZ114000: 1837.295294733607\n", - "12:34:57\tCompleted 3243 to KZ614800: 1820.809209226253\n", - "12:34:57\tCompleted 3270 to KZ113400: 1465.4137919679222\n", - "12:34:57\tCompleted 3272 to KZ632400: 1625.6572903183383\n", - "12:34:57\tCompleted 3265 to KZ194000: 74.45584412271569\n", - "12:34:57\tCompleted 3293 to KZ116800: 1662.910418012958212:34:57\tCompleted 3241 to KZ313600: 922.5945555898455\n", - "\n", - "12:34:57\tCompleted 3259 to KZ751210: 102.1284501552549\n", - "12:34:57\tCompleted 3287 to KZ473600: 3669.407974595153\n", - "12:34:57\tCompleted 3204 to KZ473600: 1483.4267734969055\n", - "12:34:57\tCompleted 3277 to KZ153200: 3147.86905058663\n", - "12:34:57\tCompleted 3228 to KZ591000: 2079.9406366178696\n", - "12:34:57\tCompleted 3262 to KZ594600: 2364.4684551598025\n", - "12:34:57\tCompleted 3219 to KZ391000: 2549.819691565395\n", - "12:34:57\tCompleted 3261 to KZ392000: 2809.6488703927816\n", - "12:34:57\tCompleted 3227 to KZ433600: 2157.841520846629\n", - "12:34:57\tCompleted 3235 to KZ391000: 2901.9420161909807\n", - "12:34:57\tCompleted 3237 to KZ614000: 501.25541108694165\n", - "12:34:57\tCompleted 3221 to KZ614400: 1049.236836331614\n", - "12:34:57\tCompleted 3218 to KZ633200: 3985.848804461561\n", - "12:34:57\tCompleted 3275 to KZ614600: 2895.8444107208043\n", - "12:34:57\tCompleted 3239 to KZ154200: 1495.2030905442537\n", - "12:34:57\tCompleted 3279 to KZ234600: 3433.2757607506637\n", - "12:34:57\tCompleted 3294 to KZ231000: 3835.053615072329\n", - "12:34:57\tCompleted 3295 to KZ315000: 936.3567326593285\n", - "12:34:58\tCompleted 3246 to KZ233600: 2825.9840644310857\n", - "12:34:58\tCompleted 3258 to KZ114500: 1870.1493820324233\n", - "12:34:58\tCompleted 3256 to KZ553600: 1869.1126756862022\n", - "12:34:58\tCompleted 3288 to KZ614800: 1600.3965107825186\n", - "12:34:58\tCompleted 3281 to KZ352200: 1372.2929120700585\n", - "12:34:58\tCompleted 3249 to KZ791510: 3098.819389614312\n", - "12:34:58\tCompleted 3260 to KZ353600: 1582.0166946869062\n", - "12:34:58\tCompleted 3223 to KZ116400: 1619.14672402088612:34:58\tCompleted 3234 to KZ315600: 1008.7843208348872\n", - "\n", - "12:34:58\tCompleted 3224 to KZ191000: 2013.1093749769047\n", - "12:34:58\tCompleted 3242 to KZ471000: 4127.489994187731\n", - "12:34:58\tCompleted 3254 to KZ313600: 3516.1509397773098\n", - "12:34:58\tCompleted 3220 to KZ396200: 1874.2042649265616\n", - "12:34:58\tCompleted 3259 to KZ751110: 95.73017449196588\n", - "12:34:58\tCompleted 3265 to KZ196400: 603.5897387403076\n", - "12:34:58\tCompleted 3208 to KZ234600: 1242.0322051385015\n", - "12:34:59\tCompleted 3255 to KZ394200: 2799.4338019034285\n", - "12:34:59\tCompleted 3245 to KZ154800: 1981.2642837380447\n", - "12:34:59\tCompleted 3274 to KZ595800: 2084.9378062380956\n", - "12:34:59\tCompleted 3241 to KZ314000: 705.0282909461531\n", - "12:34:59\tCompleted 3248 to KZ435200: 1614.2909131004646\n", - "12:34:59\tCompleted 3221 to KZ614600: 774.3445339162022\n", - "12:34:59\tCompleted 3237 to KZ613900: 738.1754082566621\n", - "12:34:59\tCompleted 3251 to KZ153400: 2582.87304268035\n", - "12:34:59\tCompleted 3215 to KZ631000: 2938.6810595882343\n", - "12:35:00\tCompleted 3265 to KZ196800: 180.64656942705668\n", - "12:35:00\tCompleted 3259 to KZ751310: 102.21545586620444\n", - "12:35:00\tCompleted 3243 to KZ615400: 1561.9729763168048\n", - "12:35:00\tCompleted 3295 to KZ314200: 820.5621299880677\n", - "12:35:00\tCompleted 3229 to KZ276600: 4147.903281782916\n", - "12:35:00\tCompleted 3272 to KZ632800: 1623.5529517092657\n", - "12:35:00\tCompleted 3281 to KZ352300: 952.6515289928878\n", - "12:35:00\tCompleted 3247 to KZ393400: 2344.495257659147\n", - "12:35:00\tCompleted 3236 to KZ471800: 4348.384513379046\n", - "12:35:00\tCompleted 3273 to KZ396400: 2693.0140259768214\n", - "12:35:00\tCompleted 3266 to KZ635400: 3095.1580781164694\n", - "12:35:00\tCompleted 3239 to KZ156000: 1641.4940750827288\n", - "12:35:00\tCompleted 3260 to KZ351600: 1156.806842710455\n", - "12:35:00\tCompleted 3209 to KZ355200: 2884.901707571942612:35:00\tCompleted 3226 to KZ351800: 1972.7164775689992\n", - "\n", - "12:35:00\tCompleted 3288 to KZ615400: 1341.5602778730706\n", - "12:35:00\tCompleted 3296 to KZ434600: 851.2785531360379\n", - "12:35:00\tCompleted 3237 to KZ612000: 244.04704892241043\n", - "12:35:00\tCompleted 3262 to KZ711110: 1612.7007487455264\n", - "12:35:00\tCompleted 3270 to KZ113600: 1740.686521014559\n", - "12:35:01\tCompleted 3221 to KZ614800: 1014.054539173874412:35:01\tCompleted 3234 to KZ316000: 1333.8853409394399\n", - "\n", - "12:35:01\tCompleted 3265 to KZ191600: 97.5461125592138\n", - "12:35:01\tCompleted 3227 to KZ434000: 1921.898771257092\n", - "12:35:01\tCompleted 3259 to KZ751410: 109.2254019711011412:35:01\tCompleted 3214 to KZ191000: 2268.3726576913814\n", - "\n", - "12:35:01\tCompleted 3268 to KZ596200: 2225.765026755237\n", - "12:35:01\tCompleted 3293 to KZ111810: 1684.77451103608712:35:01\tCompleted 3241 to KZ314800: 1204.315595820615\n", - "\n", - "12:35:01\tCompleted 3271 to KZ156800: 2780.46928603801\n", - "12:35:01\tCompleted 3240 to KZ235200: 2671.0235859075506\n", - "12:35:01\tCompleted 3213 to KZ117000: 1883.7549634498444\n", - "12:35:01\tCompleted 3228 to KZ595600: 2313.8282231397866\n", - "12:35:01\tCompleted 3258 to KZ114000: 1817.088735826249\n", - "12:35:01\tCompleted 3223 to KZ116800: 1649.6669906389518\n", - "12:35:02\tCompleted 3233 to KZ193400: 2472.9356142166766\n", - "12:35:02\tCompleted 3243 to KZ615200: 1299.389622818525\n", - "12:35:02\tCompleted 3237 to KZ614400: 666.3767322445133\n", - "12:35:02\tCompleted 3204 to KZ474200: 1930.0509345634364\n", - "12:35:02\tCompleted 3267 to KZ395600: 2201.397045417168\n", - "12:35:02\tCompleted 3265 to KZ195200: 75.94307906190951\n", - "12:35:02\tCompleted 3288 to KZ615200: 1078.9769243747905\n", - "12:35:02\tCompleted 3259 to KZ751710: 141.26147163124466\n", - "12:35:02\tCompleted 3249 to KZ791710: 3070.31945026402612:35:02\tCompleted 3263 to KZ274000: 4608.928159314016\n", - "\n", - "12:35:02\tCompleted 3239 to KZ154600: 1554.3791971488629\n", - "12:35:02\tCompleted 3275 to KZ614800: 3135.5544159784845\n", - "12:35:02\tCompleted 3234 to KZ316600: 882.6928018982414\n", - "12:35:02\tCompleted 3296 to KZ434400: 1194.227952097773\n", - "12:35:02\tCompleted 3295 to KZ353200: 1402.4821904996912:35:02\tCompleted 3293 to KZ116600: 315.4427366312318\n", - "\n", - "12:35:02\tCompleted 3221 to KZ615400: 1010.4601642553638\n", - "12:35:02\tCompleted 3272 to KZ636800: 1553.8255781293417\n", - "12:35:02\tCompleted 3224 to KZ196200: 1778.7022021855703\n", - "12:35:02\tCompleted 3281 to KZ352800: 1346.5229465639163\n", - "12:35:02\tCompleted 3271 to KZ193200: 667.6253510790068\n", - "12:35:02\tCompleted 3235 to KZ395400: 2945.3059111162934\n", - "12:35:02\tCompleted 3256 to KZ552200: 1994.0407933546808\n", - "12:35:02\tCompleted 3248 to KZ434800: 1645.6171740168002\n", - "12:35:02\tCompleted 3254 to KZ314000: 3298.58467513362\n", - "12:35:03\tCompleted 3241 to KZ315400: 891.5544771406411\n", - "12:35:03\tCompleted 3277 to KZ153400: 3037.282393060951\n", - "12:35:03\tCompleted 3219 to KZ395400: 2593.1835864907075\n", - "12:35:03\tCompleted 3237 to KZ614600: 391.484429829101\n", - "12:35:03\tCompleted 3220 to KZ396600: 1882.1231057177608\n", - "12:35:03\tCompleted 3274 to KZ593400: 1894.3250688859555\n", - "12:35:03\tCompleted 3262 to KZ711410: 1638.813248829038\n", - "12:35:03\tCompleted 3246 to KZ633200: 2204.908867396412\n", - "12:35:04\tCompleted 3265 to KZ195000: 486.9412392346254\n", - "12:35:04\tCompleted 3260 to KZ354000: 1665.606360671959\n", - "12:35:04\tCompleted 3261 to KZ395600: 2686.8022196838688\n", - "12:35:04\tCompleted 3259 to KZ751810: 104.97281517908516\n", - "12:35:04\tCompleted 3296 to KZ431000: 535.9193697351293\n", - "12:35:04\tCompleted 3236 to KZ593200: 2315.2118293364983\n", - "12:35:04\tCompleted 3221 to KZ615200: 826.0437329598137\n", - "12:35:04\tCompleted 3271 to KZ193400: 872.5142280944473\n", - "12:35:04\tCompleted 3239 to KZ154800: 1574.1788254282822\n", - "12:35:04\tCompleted 3255 to KZ394400: 2956.3785769993333\n", - "12:35:04\tCompleted 3247 to KZ391600: 2200.365754674637\n", - "12:35:05\tCompleted 3237 to KZ614800: 631.1944350867736\n", - "12:35:05\tCompleted 3258 to KZ117000: 1739.7210792728529\n", - "12:35:05\tCompleted 3218 to KZ634800: 4529.705777672608\n", - "12:35:05\tCompleted 3287 to KZ474200: 4116.032135661675\n", - "12:35:05\tCompleted 3279 to KZ234800: 2566.9771365862703\n", - "12:35:05\tCompleted 3265 to KZ194400: 222.44038584874644\n", - "12:35:05\tCompleted 3259 to KZ751910: 87.0978306394186\n", - "12:35:05\tCompleted 3295 to KZ353600: 1338.7119687830234\n", - "12:35:05\tCompleted 3270 to KZ113800: 1920.0325456834591\n", - "12:35:05\tCompleted 3234 to KZ316200: 1366.100643031731\n", - "12:35:05\tCompleted 3228 to KZ596000: 1956.643239086704\n", - "12:35:05\tCompleted 3294 to KZ234000: 4043.664092440017\n", - "12:35:05\tCompleted 3296 to KZ435200: 434.2252396741988\n", - "12:35:05\tCompleted 3268 to KZ596400: 1999.5600063550135\n", - "12:35:05\tCompleted 3281 to KZ356400: 1365.6013736886625\n", - "12:35:05\tCompleted 3245 to KZ155200: 2408.2029466398158\n", - "12:35:06\tCompleted 3242 to KZ473600: 3708.5152281647834\n", - "12:35:06\tCompleted 3220 to KZ394200: 1287.1931240790989\n", - "12:35:06\tCompleted 3272 to KZ635800: 1604.452011844884312:35:06\tCompleted 3213 to KZ114400: 1761.048848777033\n", - "\n", - "12:35:06\tCompleted 3223 to KZ111810: 1707.114870482571912:35:06\tCompleted 3209 to KZ355600: 3128.5472606670523\n", - "\n", - "12:35:06\tCompleted 3233 to KZ193600: 1687.1447786075378\n", - "12:35:06\tCompleted 3251 to KZ153600: 2875.276803537855\n", - "12:35:06\tCompleted 3241 to KZ315600: 1502.3503186537123\n", - "12:35:06\tCompleted 3204 to KZ474600: 1607.226373745366\n", - "12:35:06\tCompleted 3249 to KZ611600: 3019.494111411362\n", - "12:35:06\tCompleted 3271 to KZ193600: 429.94558345241893\n", - "12:35:06\tCompleted 3259 to KZ751510: 87.65910668010042\n", - "12:35:06\tCompleted 3265 to KZ194600: 315.24313178015774\n", - "12:35:06\tCompleted 3243 to KZ616400: 2271.9821737145767\n", - "12:35:06\tCompleted 3273 to KZ394000: 2924.9488753426426\n", - "12:35:06\tCompleted 3229 to KZ275000: 4013.6009388852476\n", - "12:35:06\tCompleted 3237 to KZ615400: 627.600060168263212:35:06\tCompleted 3262 to KZ711210: 1639.9750102559365\n", - "\n", - "12:35:06\tCompleted 3296 to KZ434800: 465.5515005905341\n", - "12:35:06\tCompleted 3288 to KZ616400: 2051.569475270842312:35:06\tCompleted 3295 to KZ351600: 913.5021168065722\n", - "\n", - "12:35:07\tCompleted 3239 to KZ155200: 1318.036247042358412:35:07\tCompleted 3260 to KZ351000: 1597.2379295716157\n", - "\n", - "12:35:07\tCompleted 3234 to KZ311000: 971.5150131623104\n", - "12:35:07\tCompleted 3275 to KZ615400: 3131.960041059955\n", - "12:35:07\tCompleted 3226 to KZ393200: 2595.1059156482484\n", - "12:35:07\tCompleted 3253 to KZ234600: 4775.141642792703\n", - "12:35:07\tCompleted 3256 to KZ554600: 2131.6295255325435\n", - "12:35:07\tCompleted 3223 to KZ116600: 690.1506118955215\n", - "12:35:07\tCompleted 3221 to KZ616400: 1527.665285155217\n", - "12:35:07\tCompleted 3271 to KZ194000: 92.87005768508877\n", - "12:35:07\tCompleted 3227 to KZ471000: 4354.8476419260605\n", - "12:35:07\tCompleted 3293 to KZ115600: 1848.8468592396418\n", - "12:35:07\tCompleted 3241 to KZ316000: 676.1112407902154\n", - "12:35:07\tCompleted 3265 to KZ194800: 583.3587838341615\n", - "12:35:07\tCompleted 3248 to KZ433600: 1906.287354365936\n", - "12:35:08\tCompleted 3237 to KZ615200: 443.1836288727125\n", - "12:35:08\tCompleted 3219 to KZ392000: 2710.1072815709313\n", - "12:35:08\tCompleted 3296 to KZ433600: 726.2216809396699\n", - "12:35:08\tCompleted 3215 to KZ634600: 3339.4905368599366\n", - "12:35:08\tCompleted 3214 to KZ196200: 2033.9654849000656\n", - "12:35:08\tCompleted 3266 to KZ635000: 2569.884650784049\n", - "12:35:08\tCompleted 3240 to KZ235600: 2766.0613519279555\n", - "12:35:08\tCompleted 3281 to KZ352400: 1430.7884407793192\n", - "12:35:08\tCompleted 3235 to KZ392000: 3062.229606196517\n", - "12:35:08\tCompleted 3258 to KZ114400: 1865.960919381452\n", - "12:35:08\tCompleted 3272 to KZ636200: 1465.53492861464\n", - "12:35:08\tCompleted 3224 to KZ192600: 2052.0531300055986\n", - "12:35:08\tCompleted 3236 to KZ595800: 2419.1314393768644\n", - "12:35:08\tCompleted 3254 to KZ314800: 3797.8719800080494\n", - "12:35:09\tCompleted 3271 to KZ196400: 586.3648650061546\n", - "12:35:09\tCompleted 3220 to KZ394400: 1554.556713283175\n", - "12:35:09\tCompleted 3234 to KZ315000: 1088.723829395944\n", - "12:35:09\tCompleted 3265 to KZ195600: 565.6139793025477\n", - "12:35:09\tCompleted 3296 to KZ434000: 490.27893135012715\n", - "12:35:09\tCompleted 3262 to KZ711310: 1651.8323697118683\n", - "12:35:09\tCompleted 3270 to KZ114500: 1787.154561137493812:35:09\tCompleted 3295 to KZ354000: 1422.301634768076\n", - "\n", - "12:35:09\tCompleted 3260 to KZ352000: 1742.0045198723544\n", - "12:35:09\tCompleted 3241 to KZ316600: 1236.458821597182\n", - "12:35:09\tCompleted 3243 to KZ615600: 1856.2908759916966\n", - "12:35:09\tCompleted 3221 to KZ615600: 1138.1057193793245\n", - "12:35:09\tCompleted 3288 to KZ615600: 1635.8781775479622\n", - "12:35:09\tCompleted 3261 to KZ395800: 2989.186295090355\n", - "12:35:09\tCompleted 3228 to KZ596200: 2343.642688757873\n", - "12:35:09\tCompleted 3277 to KZ153600: 3329.6861539184756\n", - "12:35:10\tCompleted 3239 to KZ156400: 1816.8214255941941\n", - "12:35:10\tCompleted 3249 to KZ613600: 3073.689248055172\n", - "12:35:10\tCompleted 3255 to KZ433200: 2500.8239940945195\n", - "12:35:10\tCompleted 3274 to KZ594200: 2074.182817949467\n", - "12:35:10\tCompleted 3247 to KZ393600: 2502.7990496640073\n", - "12:35:10\tCompleted 3267 to KZ395800: 2227.943986923210612:35:10\tCompleted 3237 to KZ616400: 1144.8051810681163\n", - "\n", - "12:35:10\tCompleted 3271 to KZ196800: 163.42169569290363\n", - "12:35:10\tCompleted 3268 to KZ594600: 2205.0388578825036\n", - "12:35:10\tCompleted 3220 to KZ433200: 687.6742119064814\n", - "12:35:10\tCompleted 3281 to KZ356000: 1113.747916216162\n", - "12:35:10\tCompleted 3265 to KZ195800: 379.5008516696979\n", - "12:35:10\tCompleted 3263 to KZ274200: 4726.273653693564\n", - "12:35:10\tCompleted 3272 to KZ636400: 1222.94908073463\n", - "12:35:10\tCompleted 3246 to KZ634800: 2689.355458806675\n", - "12:35:10\tCompleted 3233 to KZ194000: 1753.632144452797\n", - "12:35:10\tCompleted 3204 to KZ475000: 1977.5554004951664\n", - "12:35:11\tCompleted 3298 to KZ556400: 1974.5727143496758\n", - "12:35:11\tCompleted 3234 to KZ314200: 972.9292267246834\n", - "12:35:11\tCompleted 3256 to KZ555600: 1960.633614324441\n", - "12:35:11\tCompleted 3241 to KZ316200: 735.4770441732891\n", - "12:35:11\tCompleted 3288 to KZ615800: 1020.0535224456544\n", - "12:35:11\tCompleted 3221 to KZ615800: 905.2820626612573\n", - "12:35:11\tCompleted 3275 to KZ615200: 2947.5436097644083\n", - "12:35:11\tCompleted 3248 to KZ434000: 1670.3446047763916\n", - "12:35:11\tCompleted 3245 to KZ156400: 1987.492946278976\n", - "12:35:11\tCompleted 3243 to KZ615800: 1240.466220889388\n", - "12:35:11\tCompleted 3220 to KZ431900: 168.63037901126216\n", - "12:35:11\tCompleted 3287 to KZ474600: 3793.207574843593\n", - "12:35:11\tCompleted 3218 to KZ633400: 3885.5680300190206\n", - "12:35:11\tCompleted 3271 to KZ191600: 80.32123882506089\n", - "12:35:11\tCompleted 3293 to KZ115200: 1711.7574198479974\n", - "12:35:11\tCompleted 3295 to KZ351000: 1353.9332036677326\n", - "12:35:12\tCompleted 3237 to KZ615600: 756.0740424169697\n", - "12:35:12\tCompleted 3265 to KZ196000: 660.8069793454406\n", - "12:35:12\tCompleted 3239 to KZ155600: 1220.1481693354688\n", - "12:35:12\tCompleted 3226 to KZ393400: 2493.050026926214\n", - "12:35:12\tCompleted 3279 to KZ235200: 2614.6169839496474\n", - "12:35:12\tCompleted 3223 to KZ115600: 1802.7540169866436\n", - "12:35:12\tCompleted 3258 to KZ114600: 1974.3600117688818\n", - "12:35:12\tCompleted 3241 to KZ311000: 596.0483045441736\n", - "12:35:12\tCompleted 3260 to KZ354800: 1754.4104165221856\n", - "12:35:12\tCompleted 3221 to KZ612600: 614.6620737757469\n", - "12:35:12\tCompleted 3236 to KZ593400: 2228.5187020247295\n", - "12:35:12\tCompleted 3281 to KZ354400: 1188.5540513528897\n", - "12:35:12\tCompleted 3273 to KZ396800: 2671.0413329030557\n", - "12:35:12\tCompleted 3242 to KZ474200: 4155.139389231305\n", - "12:35:12\tCompleted 3220 to KZ434600: 202.29494943764223\n", - "12:35:12\tCompleted 3259 to KZ231000: 3952.7583062164704\n", - "12:35:12\tCompleted 3262 to KZ555200: 1859.18000795004\n", - "12:35:12\tCompleted 3213 to KZ114600: 2332.3553686136593\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:35:13\tCompleted 3251 to KZ154000: 2626.853376362849\n", - "12:35:13\tCompleted 3219 to KZ395600: 2587.2606308620184\n", - "12:35:13\tCompleted 3271 to KZ195200: 58.718205327756614\n", - "12:35:13\tCompleted 3268 to KZ711110: 1453.2711514682208\n", - "12:35:13\tCompleted 3272 to KZ631000: 1437.8392685860838\n", - "12:35:13\tCompleted 3265 to KZ191000: 352.4178264523957\n", - "12:35:13\tCompleted 3294 to KZ234200: 4494.6097989609525\n", - "12:35:13\tCompleted 3270 to KZ114000: 1734.093914931319412:35:13\tCompleted 3229 to KZ274800: 4549.105850268716\n", - "\n", - "12:35:13\tCompleted 3288 to KZ612600: 1275.1836490665798\n", - "12:35:13\tCompleted 3237 to KZ615800: 522.4219585741561\n", - "12:35:13\tCompleted 3254 to KZ315400: 3485.1108613280976\n", - "12:35:13\tCompleted 3235 to KZ395600: 2939.3829554876042\n", - "12:35:13\tCompleted 3227 to KZ473600: 3935.872875903089\n", - "12:35:14\tCompleted 3249 to KZ614000: 3119.048086727745\n", - "12:35:14\tCompleted 3243 to KZ612600: 1495.5963475103142\n", - "12:35:14\tCompleted 3220 to KZ434400: 545.2443483993782\n", - "12:35:14\tCompleted 3264 to KZ113200: 1655.482202802946\n", - "12:35:14\tCompleted 3255 to KZ431900: 1981.7801611993118\n", - "12:35:14\tCompleted 3234 to KZ353200: 1489.4131632728245\n", - "12:35:14\tCompleted 3221 to KZ616000: 932.4212783938638\n", - "12:35:14\tCompleted 3228 to KZ596400: 2117.437668357653412:35:14\tCompleted 3281 to KZ351800: 927.8525391196644\n", - "\n", - "12:35:14\tCompleted 3253 to KZ234800: 3908.843018628256\n", - "12:35:14\tCompleted 3265 to KZ196200: 23.48528137423857\n", - "12:35:14\tCompleted 3241 to KZ315000: 1008.7201786833953\n", - "12:35:14\tCompleted 3256 to KZ551000: 1871.7690449781874\n", - "12:35:14\tCompleted 3295 to KZ352000: 1498.699793968474\n", - "12:35:14\tCompleted 3224 to KZ196600: 2097.7688540608624\n", - "12:35:14\tCompleted 3239 to KZ156800: 1919.041726013574\n", - "12:35:14\tCompleted 3271 to KZ195000: 469.7163655004725\n", - "12:35:14\tCompleted 3237 to KZ612600: 231.80196968864576\n", - "12:35:15\tCompleted 3266 to KZ632200: 2252.5022215443273\n", - "12:35:15\tCompleted 3261 to KZ392400: 2715.3732211166803\n", - "12:35:15\tCompleted 3240 to KZ233600: 2648.677949783811\n", - "12:35:15\tCompleted 3223 to KZ115200: 1408.254822886606\n", - "12:35:15\tCompleted 3293 to KZ115400: 1689.1367572499037\n", - "12:35:15\tCompleted 3220 to KZ431000: 254.84250850850574\n", - "12:35:15\tCompleted 3247 to KZ396400: 2724.210696337365\n", - "12:35:15\tCompleted 3246 to KZ633400: 1957.1334041359853\n", - "12:35:15\tCompleted 3288 to KZ616000: 984.9488776916038\n", - "12:35:15\tCompleted 3215 to KZ634400: 2919.1285499655205\n", - "12:35:15\tCompleted 3265 to KZ192600: 391.36158148108956\n", - "12:35:15\tCompleted 3267 to KZ392400: 2137.9700672959693\n", - "12:35:15\tCompleted 3243 to KZ616000: 1205.361576135338\n", - "12:35:15\tCompleted 3241 to KZ314200: 601.5235354795083\n", - "12:35:15\tCompleted 3298 to KZ554200: 2237.2007527371115\n", - "12:35:15\tCompleted 3277 to KZ154000: 3081.26272674345\n", - "12:35:16\tCompleted 3268 to KZ711410: 1479.3836515517323\n", - "12:35:16\tCompleted 3271 to KZ194400: 226.25104602052625\n", - "12:35:16\tCompleted 3204 to KZ475200: 1988.398361279214712:35:16\tCompleted 3221 to KZ613800: 1080.6754114127502\n", - "\n", - "12:35:16\tCompleted 3213 to KZ114800: 1434.1724613052147\n", - "12:35:16\tCompleted 3272 to KZ634600: 1705.523893886381\n", - "12:35:16\tCompleted 3237 to KZ616000: 549.5611743067625\n", - "12:35:16\tCompleted 3220 to KZ435200: 336.0199874107034\n", - "12:35:16\tCompleted 3262 to KZ551600: 1917.1409115812714\n", - "12:35:16\tCompleted 3214 to KZ192600: 2307.3164127200753\n", - "12:35:16\tCompleted 3274 to KZ596600: 2175.068335526224512:35:16\tCompleted 3275 to KZ616400: 3649.1651619598224\n", - "\n", - "12:35:16\tCompleted 3226 to KZ391600: 2348.9205239417042\n", - "12:35:16\tCompleted 3296 to KZ471000: 2923.2278020190984\n", - "12:35:16\tCompleted 3260 to KZ355200: 2057.5573220771785\n", - "12:35:16\tCompleted 3236 to KZ594200: 2408.3764510882365\n", - "12:35:17\tCompleted 3270 to KZ117000: 1656.7262583779234\n", - "12:35:17\tCompleted 3264 to KZ113400: 1446.703131700774712:35:17\tCompleted 3265 to KZ196600: 342.55193324953115\n", - "\n", - "12:35:17\tCompleted 3234 to KZ353600: 1425.642941556158\n", - "12:35:17\tCompleted 3233 to KZ196400: 2186.7862511284006\n", - "12:35:17\tCompleted 3271 to KZ194600: 298.0182580460048\n", - "12:35:17\tCompleted 3295 to KZ354800: 1594.2645326804518\n", - "12:35:17\tCompleted 3218 to KZ633600: 3656.392689430591\n", - "12:35:17\tCompleted 3258 to KZ114800: 2332.5955411221867\n", - "12:35:17\tCompleted 3223 to KZ115400: 1385.6341602885122\n", - "12:35:17\tCompleted 3220 to KZ434800: 265.7874424549845\n", - "12:35:17\tCompleted 3298 to KZ791110: 1040.4157398768634\n", - "12:35:17\tCompleted 3245 to KZ155600: 2160.172820317909\n", - "12:35:18\tCompleted 3288 to KZ613800: 1360.5626530239836\n", - "12:35:18\tCompleted 3237 to KZ613800: 697.8153073256494\n", - "12:35:18\tCompleted 3219 to KZ395800: 2889.6447062685024\n", - "12:35:18\tCompleted 3265 to KZ194200: 399.4416417218557\n", - "12:35:18\tCompleted 3255 to KZ434600: 2015.4447316256922\n", - "12:35:18\tCompleted 3249 to KZ613900: 3355.9680838974723\n", - "12:35:18\tCompleted 3272 to KZ634400: 1297.674634430298512:35:18\tCompleted 3243 to KZ613800: 1580.9753514677177\n", - "\n", - "12:35:18\tCompleted 3241 to KZ353200: 1477.6193646461\n", - "12:35:18\tCompleted 3215 to KZ313600: 1393.731171769376\n", - "12:35:18\tCompleted 3228 to KZ594600: 2322.9165198851374\n", - "12:35:18\tCompleted 3248 to KZ471000: 4103.293475445353\n", - "12:35:18\tCompleted 3254 to KZ315600: 4004.552374148749\n", - "12:35:18\tCompleted 3234 to KZ351600: 1000.4330895797067\n", - "12:35:18\tCompleted 3271 to KZ194800: 566.1339101000085\n", - "12:35:18\tCompleted 3287 to KZ475000: 4163.5366015933705\n", - "12:35:18\tCompleted 3256 to KZ556000: 1913.0655533090005\n", - "12:35:18\tCompleted 3220 to KZ433600: 132.01524204303064\n", - "12:35:18\tCompleted 3235 to KZ395800: 3241.767030894091\n", - "12:35:19\tCompleted 3273 to KZ394800: 2849.695901601114\n", - "12:35:19\tCompleted 3224 to KZ194200: 1725.8599158831196\n", - "12:35:19\tCompleted 3279 to KZ235600: 2709.6547499700523\n", - "12:35:19\tCompleted 3268 to KZ711210: 1480.5454129786308\n", - "12:35:19\tCompleted 3242 to KZ474600: 3832.3148284132235\n", - "12:35:19\tCompleted 3265 to KZ751210: 79.30002303050873\n", - "12:35:19\tCompleted 3251 to KZ154200: 2929.48941533217112:35:19\tCompleted 3298 to KZ791310: 996.8755079962544\n", - "\n", - "12:35:19\tCompleted 3259 to KZ234000: 4161.368783584158\n", - "12:35:19\tCompleted 3293 to KZ151000: 1911.727546405885\n", - "12:35:20\tCompleted 3223 to KZ151000: 1375.8490905433046\n", - "12:35:20\tCompleted 3272 to KZ313600: 1165.034867289317812:35:20\tCompleted 3281 to KZ393200: 2042.0299848629468\n", - "\n", - "12:35:20\tCompleted 3229 to KZ275800: 4018.688674257086\n", - "12:35:20\tCompleted 3213 to KZ111010: 1821.926431871881512:35:20\tCompleted 3271 to KZ195600: 584.0281928649208\n", - "12:35:20\tCompleted 3220 to KZ434000: 816.634663770037\n", - "\n", - "12:35:20\tCompleted 3260 to KZ355600: 1831.0064880024213\n", - "12:35:20\tCompleted 3261 to KZ396200: 2523.7963070904757\n", - "12:35:20\tCompleted 3270 to KZ114400: 1782.9660984865225\n", - "12:35:20\tCompleted 3227 to KZ474200: 4382.497036969622\n", - "12:35:20\tCompleted 3264 to KZ113600: 1721.9758607474116\n", - "12:35:20\tCompleted 3294 to KZ234600: 4609.780097399048\n", - "12:35:20\tCompleted 3274 to KZ595000: 2009.5083542139332\n", - "12:35:20\tCompleted 3265 to KZ751110: 72.90174736721971\n", - "12:35:20\tCompleted 3258 to KZ111010: 1869.9476655522458\n", - "12:35:20\tCompleted 3295 to KZ355200: 1814.252596173298\n", - "12:35:21\tCompleted 3262 to KZ553200: 2154.748377828554\n", - "12:35:21\tCompleted 3275 to KZ615600: 3259.605596183938\n", - "12:35:21\tCompleted 3239 to KZ193200: 4532.4088070012995\n", - "12:35:21\tCompleted 3236 to KZ596600: 2509.2619686649873\n", - "12:35:21\tCompleted 3215 to KZ314000: 1176.1649071256868\n", - "12:35:21\tCompleted 3245 to KZ156800: 1662.1526645384954\n", - "12:35:21\tCompleted 3246 to KZ633600: 2359.3343752814135\n", - "12:35:21\tCompleted 3240 to KZ633200: 2235.129686828532\n", - "12:35:21\tCompleted 3298 to KZ791510: 973.9950084246015\n", - "12:35:21\tCompleted 3226 to KZ393600: 2575.6701387532416\n", - "12:35:21\tCompleted 3228 to KZ711110: 1571.1488134708607\n", - "12:35:21\tCompleted 3271 to KZ195800: 397.9150652320711\n", - "12:35:21\tCompleted 3221 to KZ273200: 2209.7633927791403\n", - "12:35:21\tCompleted 3253 to KZ235200: 3956.482865991623412:35:21\tCompleted 3260 to KZ352100: 922.7698024057021\n", - "\n", - "12:35:21\tCompleted 3233 to KZ196800: 1654.9446488872202\n", - "12:35:21\tCompleted 3234 to KZ354000: 1509.2326075412104\n", - "12:35:22\tCompleted 3249 to KZ612000: 2861.839724563235\n", - "12:35:22\tCompleted 3268 to KZ711310: 1492.4027724345626\n", - "12:35:22\tCompleted 3272 to KZ314000: 1023.391503140928512:35:22\tCompleted 3277 to KZ154200: 3383.8987657127723\n", - "\n", - "12:35:22\tCompleted 3306 to KZ114600: 1913.4855887333385\n", - "12:35:22\tCompleted 3265 to KZ751310: 79.38702874145827\n", - "12:35:22\tCompleted 3267 to KZ396200: 2093.633755708766\n", - "12:35:22\tCompleted 3247 to KZ394000: 2956.145545703186\n", - "12:35:22\tCompleted 3266 to KZ635200: 2835.489698577063\n", - "12:35:22\tCompleted 3254 to KZ316000: 3178.313296285268\n", - "12:35:22\tCompleted 3256 to KZ556800: 1974.6365119937475\n", - "12:35:22\tCompleted 3224 to KZ751210: 1680.6595384679417\n", - "12:35:22\tCompleted 3271 to KZ196000: 643.5821056112877\n", - "12:35:22\tCompleted 3223 to KZ153200: 1380.265673971954\n", - "12:35:23\tCompleted 3298 to KZ791710: 972.2188281075689\n", - "12:35:23\tCompleted 3255 to KZ434400: 2358.394130587419\n", - "12:35:23\tCompleted 3219 to KZ392400: 2615.83163229483\n", - "12:35:23\tCompleted 3281 to KZ393400: 1558.439026699988\n", - "12:35:23\tCompleted 3265 to KZ751410: 86.39697484635496\n", - "12:35:23\tCompleted 3272 to KZ314800: 463.3913905906229\n", - "12:35:23\tCompleted 3296 to KZ473600: 2504.253035996155\n", - "12:35:23\tCompleted 3295 to KZ355600: 1587.7017620985382\n", - "12:35:24\tCompleted 3271 to KZ191000: 335.19295271824274\n", - "12:35:24\tCompleted 3241 to KZ353600: 2002.4028591238805\n", - "12:35:24\tCompleted 3218 to KZ633800: 3956.9780369111004\n", - "12:35:24\tCompleted 3213 to KZ116000: 1771.0580719490274\n", - "12:35:24\tCompleted 3270 to KZ114600: 1891.3651908739523\n", - "12:35:24\tCompleted 3235 to KZ392400: 2967.9539569204157\n", - "12:35:24\tCompleted 3262 to KZ553600: 1872.3553163733216\n", - "12:35:24\tCompleted 3258 to KZ116000: 1838.7787466749849\n", - "12:35:24\tCompleted 3264 to KZ113800: 1901.3218854163117\n", - "12:35:24\tCompleted 3288 to KZ273200: 4062.0615983245607\n", - "12:35:24\tCompleted 3260 to KZ352200: 1639.5630249905394\n", - "12:35:24\tCompleted 3293 to KZ153200: 1916.144129834534212:35:24\tCompleted 3228 to KZ711410: 1597.2613135543722\n", - "\n", - "12:35:24\tCompleted 3234 to KZ351000: 1440.8641764408671\n", - "12:35:24\tCompleted 3265 to KZ751710: 118.4330445064985\n", - "12:35:24\tCompleted 3214 to KZ196600: 2353.032136775346312:35:24\tCompleted 3237 to KZ273200: 2557.8570981556895\n", - "\n", - "12:35:24\tCompleted 3273 to KZ395000: 2777.6713112920697\n", - "12:35:24\tCompleted 3245 to KZ193200: 1731.144017144969\n", - "12:35:25\tCompleted 3272 to KZ315400: 686.0578475141002\n", - "12:35:25\tCompleted 3275 to KZ615800: 3026.781939465849\n", - "12:35:25\tCompleted 3295 to KZ352100: 679.4650765018199\n", - "12:35:25\tCompleted 3236 to KZ595000: 2343.7019873527\n", - "12:35:25\tCompleted 3215 to KZ314800: 1675.4522120001486\n", - "12:35:25\tCompleted 3298 to KZ611600: 1229.0793633826934\n", - "12:35:25\tCompleted 3223 to KZ153400: 1269.6790164462477\n", - "12:35:25\tCompleted 3268 to KZ555200: 1741.0008002954928\n", - "12:35:25\tCompleted 3306 to KZ114800: 1680.1127349692358\n", - "12:35:25\tCompleted 3271 to KZ196200: 41.89949493661166\n", - "12:35:25\tCompleted 3251 to KZ156000: 2502.7386477003915\n", - "12:35:25\tCompleted 3243 to KZ273200: 4282.474296768297\n", - "12:35:25\tCompleted 3279 to KZ233600: 2592.2713478258993\n", - "12:35:26\tCompleted 3255 to KZ431000: 1700.0855482247835\n", - "12:35:26\tCompleted 3220 to KZ471000: 2274.2441983207577\n", - "12:35:26\tCompleted 3265 to KZ751810: 82.14438805433899\n", - "12:35:26\tCompleted 3261 to KZ396600: 2531.715147881665\n", - "12:35:26\tCompleted 3233 to KZ191600: 1680.742624947309\n", - "12:35:26\tCompleted 3281 to KZ391600: 1425.5442875617625\n", - "12:35:26\tCompleted 3287 to KZ475200: 4174.37956237742\n", - "12:35:26\tCompleted 3249 to KZ614400: 3284.1694078853193\n", - "12:35:26\tCompleted 3248 to KZ473600: 3684.3187094224095\n", - "12:35:26\tCompleted 3227 to KZ474600: 4059.6724761515293\n", - "12:35:26\tCompleted 3242 to KZ475000: 4202.643855163003\n", - "12:35:26\tCompleted 3274 to KZ593600: 2124.056958498227\n", - "12:35:26\tCompleted 3224 to KZ751110: 1688.416897780822412:35:26\tCompleted 3226 to KZ396400: 2797.0817854265983\n", - "\n", - "12:35:26\tCompleted 3229 to KZ276000: 4434.519700012159\n", - "12:35:26\tCompleted 3271 to KZ192600: 374.1367077469366\n", - "12:35:27\tCompleted 3272 to KZ315600: 1024.9595891557997\n", - "12:35:27\tCompleted 3221 to KZ274400: 2146.892080265852\n", - "12:35:27\tCompleted 3219 to KZ396200: 2424.2547182686253\n", - "12:35:27\tCompleted 3265 to KZ751910: 64.26940351467243\n", - "12:35:27\tCompleted 3295 to KZ352200: 1396.2582990866563\n", - "12:35:27\tCompleted 3247 to KZ396800: 2702.2380032635992\n", - "12:35:27\tCompleted 3228 to KZ711210: 1598.4230749812707\n", - "12:35:27\tCompleted 3298 to KZ613600: 1082.706811144773\n", - "12:35:27\tCompleted 3241 to KZ351600: 1577.1930071474292\n", - "12:35:27\tCompleted 3256 to KZ554800: 2129.3164807420367\n", - "12:35:27\tCompleted 3239 to KZ193400: 4737.2976840167585\n", - "12:35:27\tCompleted 3254 to KZ316600: 3826.3041603692886\n", - "12:35:27\tCompleted 3234 to KZ352000: 1585.6307667416079\n", - "12:35:27\tCompleted 3213 to KZ116400: 1662.985288116413\n", - "12:35:27\tCompleted 3259 to KZ234200: 4612.314490105098\n", - "12:35:27\tCompleted 3240 to KZ634800: 2890.0651268462193\n", - "12:35:27\tCompleted 3262 to KZ552200: 1997.2834340418\n", - "12:35:27\tCompleted 3294 to KZ234800: 3743.4814732346235\n", - "12:35:28\tCompleted 3246 to KZ633800: 2379.1932962627175\n", - "12:35:28\tCompleted 3264 to KZ114500: 1768.4439008703464\n", - "12:35:28\tCompleted 3258 to KZ116400: 1961.180094434504\n", - "12:35:28\tCompleted 3271 to KZ196600: 360.9661468119043\n", - "12:35:28\tCompleted 3267 to KZ396600: 2101.5525964999615\n", - "12:35:28\tCompleted 3223 to KZ153600: 1562.0827773037256\n", - "12:35:28\tCompleted 3215 to KZ315400: 1362.6910933201748\n", - "12:35:28\tCompleted 3275 to KZ612600: 2736.1619505803637\n", - "12:35:28\tCompleted 3265 to KZ751510: 64.83067955535425\n", - "12:35:28\tCompleted 3277 to KZ156000: 2957.1479980809927\n", - "12:35:28\tCompleted 3268 to KZ551600: 1798.9617039267243\n", - "12:35:28\tCompleted 3255 to KZ435200: 1598.391418163853\n", - "12:35:29\tCompleted 3306 to KZ111010: 1781.004050697991\n", - "12:35:29\tCompleted 3270 to KZ114800: 2249.600720227262\n", - "12:35:29\tCompleted 3260 to KZ352300: 2129.795410784483\n", - "12:35:29\tCompleted 3293 to KZ153400: 1805.557472308828\n", - "12:35:29\tCompleted 3235 to KZ396200: 2776.377042894211\n", - "12:35:29\tCompleted 3272 to KZ316000: 1284.624485296871\n", - "12:35:29\tCompleted 3253 to KZ235600: 4051.5206320120283\n", - "12:35:29\tCompleted 3298 to KZ614000: 1029.566764230449\n", - "12:35:29\tCompleted 3236 to KZ593600: 2458.2505916370033\n", - "12:35:29\tCompleted 3245 to KZ193400: 1936.0328941604096\n", - "12:35:29\tCompleted 3271 to KZ194200: 382.21676798770267\n", - "12:35:29\tCompleted 3273 to KZ395200: 2309.635826217233\n", - "12:35:29\tCompleted 3266 to KZ632400: 2704.4452564265644\n", - "12:35:29\tCompleted 3233 to KZ195200: 1618.5076480820355\n", - "12:35:30\tCompleted 3214 to KZ194200: 1981.1231985976149\n", - "12:35:30\tCompleted 3228 to KZ711310: 1610.2804344372025\n", - "12:35:30\tCompleted 3218 to KZ634000: 4204.180834808131\n", - "12:35:30\tCompleted 3234 to KZ354800: 1484.9653184355554\n", - "12:35:30\tCompleted 3249 to KZ614600: 3009.2771054699133\n", - "12:35:30\tCompleted 3220 to KZ473600: 1855.2694322977857\n", - "12:35:30\tCompleted 3241 to KZ354000: 1573.7787152334852\n", - "12:35:30\tCompleted 3288 to KZ274400: 3999.190285811285\n", - "12:35:30\tCompleted 3296 to KZ474200: 2950.877197062677\n", - "12:35:31\tCompleted 3223 to KZ154000: 1313.6593501287543\n", - "12:35:31\tCompleted 3271 to KZ751210: 62.07514929635583\n", - "12:35:31\tCompleted 3258 to KZ116800: 1748.7812407424783\n", - "12:35:31\tCompleted 3272 to KZ316600: 833.4319462556726\n", - "12:35:31\tCompleted 3264 to KZ114000: 1715.383254664172\n", - "12:35:31\tCompleted 3295 to KZ352300: 1886.49068488061\n", - "12:35:31\tCompleted 3281 to KZ393600: 1896.088319056373\n", - "12:35:31\tCompleted 3237 to KZ274400: 2494.9857856423846\n", - "12:35:31\tCompleted 3245 to KZ193600: 1235.9676252077545\n", - "12:35:31\tCompleted 3251 to KZ154600: 2800.876078445506\n", - "12:35:31\tCompleted 3219 to KZ396600: 2432.1735590598146\n", - "12:35:31\tCompleted 3274 to KZ595200: 2121.5070915554597\n", - "12:35:31\tCompleted 3226 to KZ394000: 3029.0166347924196\n", - "12:35:31\tCompleted 3224 to KZ751310: 1681.5884706560762\n", - "12:35:31\tCompleted 3255 to KZ434800: 1629.7176790801884\n", - "12:35:31\tCompleted 3275 to KZ616000: 3053.921155198460412:35:31\tCompleted 3298 to KZ613900: 1307.4900362468964\n", - "\n", - "12:35:31\tCompleted 3306 to KZ116000: 1513.8267483515492\n", - "12:35:31\tCompleted 3254 to KZ316200: 3329.033428360766\n", - "12:35:31\tCompleted 3260 to KZ352800: 1666.6854476875062\n", - "12:35:32\tCompleted 3256 to KZ556400: 2056.1828399168403\n", - "12:35:32\tCompleted 3267 to KZ394200: 1735.805076661842\n", - "12:35:32\tCompleted 3279 to KZ633200: 2420.628694888734\n", - "12:35:32\tCompleted 3261 to KZ394200: 2903.567962674262\n", - "12:35:32\tCompleted 3271 to KZ751110: 55.67687363306681\n", - "12:35:32\tCompleted 3262 to KZ554600: 2134.8721662196626\n", - "12:35:32\tCompleted 3270 to KZ111010: 1786.9528446573163\n", - "12:35:32\tCompleted 3213 to KZ116800: 1989.216633677885\n", - "12:35:32\tCompleted 3240 to KZ633400: 2041.395976027245\n", - "12:35:32\tCompleted 3268 to KZ553200: 1995.3187805512482\n", - "12:35:32\tCompleted 3227 to KZ475000: 4430.001502901337\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:35:32\tCompleted 3243 to KZ274400: 4219.602984255021\n", - "12:35:32\tCompleted 3228 to KZ555200: 1442.0199417544836\n", - "12:35:33\tCompleted 3229 to KZ276200: 4153.9059132782195\n", - "12:35:33\tCompleted 3247 to KZ394800: 2880.892571961659\n", - "12:35:33\tCompleted 3239 to KZ193600: 3951.5068484075964\n", - "12:35:33\tCompleted 3248 to KZ474200: 4130.9428704889315\n", - "12:35:33\tCompleted 3215 to KZ315600: 1882.1326061408076\n", - "12:35:33\tCompleted 3271 to KZ751310: 62.162155007305365\n", - "12:35:33\tCompleted 3272 to KZ316200: 1316.839787389162\n", - "12:35:33\tCompleted 3241 to KZ351000: 1507.7534298836495\n", - "12:35:33\tCompleted 3287 to KZ471800: 4003.9893422166942\n", - "12:35:33\tCompleted 3242 to KZ475200: 4213.486815947055\n", - "12:35:33\tCompleted 3260 to KZ356400: 1319.468679594101\n", - "12:35:33\tCompleted 3245 to KZ194000: 1216.729424396511\n", - "12:35:33\tCompleted 3295 to KZ352800: 1423.3807217836231\n", - "12:35:33\tCompleted 3234 to KZ355200: 1901.1835689464317\n", - "12:35:33\tCompleted 3298 to KZ612000: 1176.2014972753611\n", - "12:35:34\tCompleted 3246 to KZ634000: 2427.1608769316927\n", - "12:35:34\tCompleted 3235 to KZ396600: 2784.295883685400412:35:34\tCompleted 3236 to KZ595200: 2455.7007246942244\n", - "\n", - "12:35:34\tCompleted 3249 to KZ614800: 3248.9871107275935\n", - "12:35:34\tCompleted 3221 to KZ275400: 2822.0805122228435\n", - "12:35:34\tCompleted 3258 to KZ111810: 1770.6453337656071\n", - "12:35:34\tCompleted 3264 to KZ117000: 1638.015598110776\n", - "12:35:34\tCompleted 3271 to KZ751410: 69.17210111220207\n", - "12:35:34\tCompleted 3223 to KZ154200: 1616.2953890980755\n", - "12:35:34\tCompleted 3293 to KZ153600: 2097.9612331662975\n", - "12:35:34\tCompleted 3294 to KZ235200: 3791.12132059799112:35:34\tCompleted 3214 to KZ751210: 1935.922821182437\n", - "\n", - "12:35:34\tCompleted 3272 to KZ311000: 922.2541575197415\n", - "12:35:35\tCompleted 3277 to KZ154600: 3255.2854288261074\n", - "12:35:35\tCompleted 3215 to KZ316000: 1055.8935282773114\n", - "12:35:35\tCompleted 3259 to KZ234600: 4727.484788543204\n", - "12:35:35\tCompleted 3241 to KZ352000: 1057.6757064656754\n", - "12:35:35\tCompleted 3228 to KZ551600: 1499.9808453857152\n", - "12:35:35\tCompleted 3295 to KZ356400: 1076.1639536902208\n", - "12:35:35\tCompleted 3262 to KZ555600: 1963.876255011560312:35:35\tCompleted 3271 to KZ751710: 101.2081707723456\n", - "\n", - "12:35:35\tCompleted 3255 to KZ433600: 1890.3878594293242\n", - "12:35:35\tCompleted 3233 to KZ195000: 2070.1377516227203\n", - "12:35:35\tCompleted 3274 to KZ591000: 2011.7228203080008\n", - "12:35:35\tCompleted 3306 to KZ116400: 1862.4047074650082\n", - "12:35:36\tCompleted 3298 to KZ614400: 1234.0228356866994\n", - "12:35:36\tCompleted 3270 to KZ116000: 1755.7839257800554\n", - "12:35:36\tCompleted 3275 to KZ613800: 3202.175288217344\n", - "12:35:36\tCompleted 3224 to KZ751410: 1699.0134490597168\n", - "12:35:36\tCompleted 3254 to KZ311000: 3189.6046887316447\n", - "12:35:36\tCompleted 3265 to KZ231000: 3929.9298790917255\n", - "12:35:36\tCompleted 3253 to KZ233600: 3934.1372298679726\n", - "12:35:36\tCompleted 3258 to KZ116600: 1284.008812779464\n", - "12:35:36\tCompleted 3273 to KZ391000: 2505.3420907261943\n", - "12:35:36\tCompleted 3260 to KZ352400: 1652.6110355839098\n", - "12:35:36\tCompleted 3268 to KZ553600: 1712.9257190960159\n", - "12:35:36\tCompleted 3219 to KZ394200: 2879.7100540302326\n", - "12:35:36\tCompleted 3272 to KZ315000: 1039.4629737533753\n", - "12:35:36\tCompleted 3281 to KZ396400: 2054.562215585297\n", - "12:35:36\tCompleted 3220 to KZ474200: 2301.8935933643165\n", - "12:35:36\tCompleted 3256 to KZ554200: 2318.81087830427\n", - "12:35:36\tCompleted 3223 to KZ156000: 1189.5446214662838\n", - "12:35:36\tCompleted 3271 to KZ751810: 64.9195143201861\n", - "12:35:37\tCompleted 3234 to KZ355600: 1674.6327348716727\n", - "12:35:37\tCompleted 3226 to KZ396800: 2775.1090923528327\n", - "12:35:37\tCompleted 3245 to KZ196400: 1649.8835310721145\n", - "12:35:37\tCompleted 3218 to KZ635400: 4712.416748379865\n", - "12:35:37\tCompleted 3266 to KZ632800: 2470.4816979967677\n", - "12:35:37\tCompleted 3298 to KZ614600: 1023.6744631552642\n", - "12:35:37\tCompleted 3287 to KZ593200: 1970.9493627758443\n", - "12:35:37\tCompleted 3267 to KZ394400: 2163.811427987842\n", - "12:35:37\tCompleted 3213 to KZ111810: 2028.74743472438\n", - "12:35:37\tCompleted 3261 to KZ394400: 3060.5127377701588\n", - "12:35:37\tCompleted 3275 to KZ273200: 1413.3853654165464\n", - "12:35:37\tCompleted 3296 to KZ474600: 2628.0526362445953\n", - "12:35:37\tCompleted 3251 to KZ154800: 2635.883389457906\n", - "12:35:38\tCompleted 3295 to KZ352400: 1409.3063096800267\n", - "12:35:38\tCompleted 3249 to KZ615400: 3245.392735809064\n", - "12:35:38\tCompleted 3240 to KZ633600: 2161.9608508806764\n", - "12:35:38\tCompleted 3236 to KZ591000: 2345.916453446767\n", - "12:35:38\tCompleted 3271 to KZ751910: 47.04452978051953\n", - "12:35:38\tCompleted 3288 to KZ275400: 4674.378717768338\n", - "12:35:38\tCompleted 3272 to KZ314200: 923.6683710821145\n", - "12:35:38\tCompleted 3264 to KZ114400: 1764.255438219375\n", - "12:35:38\tCompleted 3247 to KZ395000: 2808.8679816526133\n", - "12:35:38\tCompleted 3253 to KZ633200: 1326.5704142669954\n", - "12:35:38\tCompleted 3256 to KZ791110: 1215.3276423047912\n", - "12:35:38\tCompleted 3234 to KZ352100: 766.3960492749544\n", - "12:35:38\tCompleted 3293 to KZ154000: 1849.5378059913348\n", - "12:35:38\tCompleted 3228 to KZ553200: 1792.1771510688711\n", - "12:35:38\tCompleted 3239 to KZ194000: 4017.994214252829\n", - "12:35:38\tCompleted 3255 to KZ434000: 1654.44510983978\n", - "12:35:39\tCompleted 3245 to KZ196800: 1118.041928830934\n", - "12:35:39\tCompleted 3279 to KZ634800: 2926.604318859916\n", - "12:35:39\tCompleted 3227 to KZ475200: 4440.844463685384\n", - "12:35:39\tCompleted 3262 to KZ551000: 1875.0116856653067\n", - "12:35:39\tCompleted 3215 to KZ316600: 1703.8843923613622\n", - "12:35:39\tCompleted 3237 to KZ275400: 3170.174217599395\n", - "12:35:39\tCompleted 3221 to KZ273600: 1990.0397712053905\n", - "12:35:39\tCompleted 3271 to KZ751510: 47.60580582120135\n", - "12:35:39\tCompleted 3306 to KZ116800: 1659.8376258882236\n", - "12:35:39\tCompleted 3229 to KZ271000: 4171.598868692449\n", - "12:35:39\tCompleted 3223 to KZ154600: 1487.6820522114156\n", - "12:35:39\tCompleted 3213 to KZ116600: 1070.4704529903509\n", - "12:35:39\tCompleted 3243 to KZ275400: 4894.79141621209\n", - "12:35:39\tCompleted 3267 to KZ433200: 1296.9289266111548\n", - "12:35:39\tCompleted 3248 to KZ474600: 3808.1183096708496\n", - "12:35:40\tCompleted 3275 to KZ274400: 1689.6665206185805\n", - "12:35:40\tCompleted 3242 to KZ471800: 4043.0965957863245\n", - "12:35:40\tCompleted 3258 to KZ115600: 1934.717681969162\n", - "12:35:40\tCompleted 3256 to KZ791310: 1171.7874104241826\n", - "12:35:40\tCompleted 3224 to KZ751710: 1740.0014808286196\n", - "12:35:40\tCompleted 3270 to KZ116400: 1878.1852735395746\n", - "12:35:40\tCompleted 3277 to KZ154800: 3090.2927398385073\n", - "12:35:40\tCompleted 3233 to KZ194400: 1887.9226781637467\n", - "12:35:40\tCompleted 3298 to KZ614800: 1505.2952685263708\n", - "12:35:40\tCompleted 3268 to KZ552200: 1837.8538367644944\n", - "12:35:40\tCompleted 3241 to KZ354800: 2056.609668524275\n", - "12:35:40\tCompleted 3272 to KZ353200: 1505.5884315937371\n", - "12:35:40\tCompleted 3246 to KZ635400: 2872.066429513902\n", - "12:35:40\tCompleted 3254 to KZ315000: 3602.27656287086\n", - "12:35:40\tCompleted 3260 to KZ356000: 2290.8917980077504\n", - "12:35:40\tCompleted 3245 to KZ191600: 1143.8399048910228\n", - "12:35:41\tCompleted 3274 to KZ595600: 2245.610406829919\n", - "12:35:41\tCompleted 3235 to KZ394200: 3156.1486984780013\n", - "12:35:41\tCompleted 3234 to KZ352200: 1483.1892718597908\n", - "12:35:41\tCompleted 3267 to KZ431900: 777.885093715936\n", - "12:35:41\tCompleted 3215 to KZ316200: 1206.6136603528228\n", - "12:35:41\tCompleted 3249 to KZ615200: 3060.9763045135173\n", - "12:35:41\tCompleted 3220 to KZ474600: 1979.069032546246\n", - "12:35:41\tCompleted 3214 to KZ751110: 1943.6801804953177\n", - "12:35:41\tCompleted 3219 to KZ394400: 2960.9711489483084\n", - "12:35:41\tCompleted 3253 to KZ634800: 1811.0170056772897\n", - "12:35:41\tCompleted 3294 to KZ235600: 3886.159086618396\n", - "12:35:41\tCompleted 3228 to KZ553600: 1634.3795940579985\n", - "12:35:42\tCompleted 3223 to KZ154800: 1322.6893632238143\n", - "12:35:42\tCompleted 3273 to KZ395400: 2548.705985651507\n", - "12:35:42\tCompleted 3256 to KZ791510: 1148.9069108525296\n", - "12:35:42\tCompleted 3287 to KZ595800: 2074.8689728162217\n", - "12:35:42\tCompleted 3295 to KZ356000: 2047.5870721038839\n", - "12:35:42\tCompleted 3264 to KZ114600: 1872.6545306068049\n", - "12:35:42\tCompleted 3281 to KZ394000: 2163.022494674603\n", - "12:35:42\tCompleted 3226 to KZ394800: 2953.7636610508935\n", - "12:35:42\tCompleted 3275 to KZ275400: 2050.7127804348365\n", - "12:35:42\tCompleted 3245 to KZ195200: 1081.6049280257494\n", - "12:35:42\tCompleted 3236 to KZ595600: 2579.804039968687\n", - "12:35:42\tCompleted 3262 to KZ556000: 1916.3081939961198\n", - "12:35:42\tCompleted 3261 to KZ433200: 2601.2129760000958\n", - "12:35:42\tCompleted 3306 to KZ111810: 1681.7017189113524\n", - "12:35:43\tCompleted 3272 to KZ353600: 1441.8182098770703\n", - "12:35:43\tCompleted 3298 to KZ615400: 1246.4590356169226\n", - "12:35:43\tCompleted 3241 to KZ355200: 1453.2483138221996\n", - "12:35:43\tCompleted 3247 to KZ395200: 2340.83249657777812:35:43\tCompleted 3267 to KZ434600: 811.5496641423164\n", - "\n", - "12:35:43\tCompleted 3253 to KZ633400: 1105.3203650296687\n", - "12:35:43\tCompleted 3259 to KZ234800: 3861.1861643787647\n", - "12:35:43\tCompleted 3265 to KZ234000: 4138.5403564594135\n", - "12:35:43\tCompleted 3256 to KZ791710: 1147.130730535497\n", - "12:35:43\tCompleted 3215 to KZ311000: 1067.1849207237071\n", - "12:35:43\tCompleted 3270 to KZ116800: 1665.7864198475488\n", - "12:35:43\tCompleted 3218 to KZ635000: 4239.749958468191\n", - "12:35:44\tCompleted 3224 to KZ751810: 1686.2453249055686\n", - "12:35:44\tCompleted 3213 to KZ115600: 1846.5925810821705\n", - "12:35:44\tCompleted 3306 to KZ116600: 312.36994450649723\n", - "12:35:44\tCompleted 3258 to KZ115200: 2128.1997964554203\n", - "12:35:44\tCompleted 3221 to KZ276600: 2071.865017904366\n", - "12:35:44\tCompleted 3293 to KZ154200: 2152.173844960654\n", - "12:35:44\tCompleted 3288 to KZ273600: 3842.3379767508336\n", - "12:35:44\tCompleted 3279 to KZ633400: 2194.382264189238\n", - "12:35:44\tCompleted 3242 to KZ593200: 1945.0735742179413\n", - "12:35:44\tCompleted 3268 to KZ554600: 1975.442568942358\n", - "12:35:44\tCompleted 3240 to KZ633800: 2389.4285737723753\n", - "12:35:44\tCompleted 3251 to KZ155200: 3062.8220523596588\n", - "12:35:44\tCompleted 3260 to KZ354400: 2083.375919830614\n", - "12:35:44\tCompleted 3272 to KZ351600: 1016.608357900619212:35:44\tCompleted 3275 to KZ273600: 1692.708255274505\n", - "\n", - "12:35:44\tCompleted 3298 to KZ615200: 983.8756821186428\n", - "12:35:44\tCompleted 3274 to KZ596000: 1888.4254227768329\n", - "12:35:44\tCompleted 3266 to KZ636800: 2632.613544237569\n", - "12:35:44\tCompleted 3296 to KZ475000: 2998.3816629943726\n", - "12:35:44\tCompleted 3254 to KZ314200: 3195.079919666979\n", - "12:35:45\tCompleted 3239 to KZ196400: 4451.14832092845\n", - "12:35:45\tCompleted 3267 to KZ434400: 1154.4990631040519\n", - "12:35:45\tCompleted 3228 to KZ552200: 1759.3901797471283\n", - "12:35:45\tCompleted 3255 to KZ471000: 4087.3939805087416\n", - "12:35:45\tCompleted 3234 to KZ352300: 1973.4216576537438\n", - "12:35:45\tCompleted 3227 to KZ471800: 4270.454243524653\n", - "12:35:45\tCompleted 3233 to KZ194600: 1898.4396441682532\n", - "12:35:45\tCompleted 3237 to KZ273600: 2338.1334765819333\n", - "12:35:45\tCompleted 3295 to KZ354400: 1840.0711939267337\n", - "12:35:45\tCompleted 3245 to KZ195000: 1533.2350315664346\n", - "12:35:45\tCompleted 3256 to KZ611600: 1403.9912658106214\n", - "12:35:46\tCompleted 3229 to KZ274000: 4825.257052411971\n", - "12:35:46\tCompleted 3287 to KZ593400: 1884.2562354640813\n", - "12:35:46\tCompleted 3243 to KZ273600: 4062.7506751945493\n", - "12:35:46\tCompleted 3271 to KZ231000: 3912.705005357573\n", - "12:35:46\tCompleted 3253 to KZ633600: 1619.2381271645268\n", - "12:35:46\tCompleted 3223 to KZ155200: 1749.628026125592\n", - "12:35:46\tCompleted 3262 to KZ556800: 1977.8791526808668\n", - "12:35:46\tCompleted 3236 to KZ596000: 2222.619055915607\n", - "12:35:46\tCompleted 3249 to KZ616400: 3762.5978567089314\n", - "12:35:46\tCompleted 3277 to KZ155200: 3517.23140274026\n", - "12:35:46\tCompleted 3241 to KZ355600: 1698.3786359516196\n", - "12:35:46\tCompleted 3246 to KZ635000: 2346.793002181482\n", - "12:35:46\tCompleted 3267 to KZ431000: 496.1904807414079\n", - "12:35:46\tCompleted 3215 to KZ315000: 1479.856794862928\n", - "12:35:46\tCompleted 3248 to KZ475000: 4178.447336420628\n", - "12:35:47\tCompleted 3264 to KZ114800: 2230.8900599601157\n", - "12:35:47\tCompleted 3235 to KZ394400: 3313.0934735738942\n", - "12:35:47\tCompleted 3272 to KZ354000: 1525.407875862123\n", - "12:35:47\tCompleted 3275 to KZ276600: 1918.2476108663664\n", - "12:35:47\tCompleted 3213 to KZ115200: 1452.0933869821329\n", - "12:35:47\tCompleted 3270 to KZ111810: 1687.650512870677612:35:47\tCompleted 3261 to KZ431900: 2082.169143104892\n", - "\n", - "12:35:47\tCompleted 3226 to KZ395000: 2881.7390707418467\n", - "12:35:47\tCompleted 3214 to KZ751310: 1936.8517533705715\n", - "12:35:47\tCompleted 3273 to KZ392000: 2665.629680731731\n", - "12:35:47\tCompleted 3220 to KZ475000: 2349.398059296032\n", - "12:35:47\tCompleted 3256 to KZ613600: 1257.6187135726989\n", - "12:35:47\tCompleted 3306 to KZ115600: 1845.7740671149072\n", - "12:35:48\tCompleted 3247 to KZ391000: 2536.538761086738\n", - "12:35:48\tCompleted 3267 to KZ435200: 394.49635068047735\n", - "12:35:48\tCompleted 3268 to KZ555600: 1845.6970473570132\n", - "12:35:48\tCompleted 3234 to KZ352800: 1510.3116945567576\n", - "12:35:48\tCompleted 3293 to KZ156000: 1725.4230773288643\n", - "12:35:48\tCompleted 3281 to KZ396800: 2177.6245693486403\n", - "12:35:48\tCompleted 3245 to KZ194400: 1351.0199581074605\n", - "12:35:48\tCompleted 3258 to KZ115400: 2348.772568321071\n", - "12:35:48\tCompleted 3260 to KZ351800: 2104.4106344736356\n", - "12:35:48\tCompleted 3219 to KZ433200: 2827.1285793008306\n", - "12:35:48\tCompleted 3215 to KZ314200: 1072.6601516590417\n", - "12:35:48\tCompleted 3228 to KZ554600: 1831.475263412962\n", - "12:35:48\tCompleted 3223 to KZ156400: 1328.9180257647515\n", - "12:35:48\tCompleted 3224 to KZ751910: 1707.386241255977\n", - "12:35:48\tCompleted 3294 to KZ233600: 3768.7756844743403\n", - "12:35:49\tCompleted 3295 to KZ351800: 1861.105908569759512:35:49\tCompleted 3241 to KZ352100: 1343.155966842676\n", - "\n", - "12:35:49\tCompleted 3253 to KZ633800: 1551.7376812367604\n", - "12:35:49\tCompleted 3221 to KZ275000: 1937.5626750067313\n", - "12:35:49\tCompleted 3275 to KZ275000: 1462.9173608424871\n", - "12:35:49\tCompleted 3267 to KZ434800: 425.82261159681264\n", - "12:35:49\tCompleted 3242 to KZ595800: 2048.9931842583183\n", - "12:35:49\tCompleted 3298 to KZ616400: 1956.4682330146948\n", - "12:35:49\tCompleted 3270 to KZ116600: 1201.2160249515966\n", - "12:35:49\tCompleted 3274 to KZ596200: 2275.424872448004\n", - "12:35:49\tCompleted 3218 to KZ632200: 3589.4302772344868\n", - "12:35:49\tCompleted 3254 to KZ353200: 3565.8348796753103\n", - "12:35:49\tCompleted 3272 to KZ351000: 1457.0394447617798\n", - "12:35:49\tCompleted 3256 to KZ614000: 1204.4786666583768\n", - "12:35:50\tCompleted 3213 to KZ115400: 1434.9526235062299\n", - "12:35:50\tCompleted 3234 to KZ356400: 1163.0949264633546\n", - "12:35:50\tCompleted 3239 to KZ196800: 3919.30671868726\n", - "12:35:50\tCompleted 3279 to KZ633600: 2347.459858940873\n", - "12:35:50\tCompleted 3227 to KZ593200: 2029.6835740086276\n", - "12:35:50\tCompleted 3259 to KZ235200: 3908.8260117421323\n", - "12:35:50\tCompleted 3287 to KZ594200: 2064.1139845275925\n", - "12:35:50\tCompleted 3267 to KZ433600: 686.492791945948412:35:50\tCompleted 3264 to KZ111010: 1768.2421843901689\n", - "\n", - "12:35:50\tCompleted 3251 to KZ156400: 2642.112051998883\n", - "12:35:50\tCompleted 3249 to KZ615600: 3373.038290933047\n", - "12:35:50\tCompleted 3236 to KZ596200: 2609.618505586782\n", - "12:35:50\tCompleted 3262 to KZ554800: 2132.55912142915612:35:50\tCompleted 3245 to KZ194600: 1361.536924111967\n", - "\n", - "12:35:50\tCompleted 3265 to KZ234200: 4589.486062980351\n", - "12:35:50\tCompleted 3294 to KZ633200: 1256.0762266227568\n", - "12:35:51\tCompleted 3288 to KZ276600: 3924.1632234498197\n", - "12:35:51\tCompleted 3233 to KZ194800: 2166.555296222256412:35:51\tCompleted 3240 to KZ634000: 2627.870544971237\n", - "\n", - "12:35:51\tCompleted 3275 to KZ274800: 1818.096737739277\n", - "12:35:51\tCompleted 3228 to KZ555600: 1546.716188816004\n", - "12:35:51\tCompleted 3223 to KZ155600: 1501.597899803683\n", - "12:35:51\tCompleted 3268 to KZ551000: 1756.8324780107596\n", - "12:35:51\tCompleted 3306 to KZ115200: 1696.841986893092312:35:51\tCompleted 3253 to KZ634000: 1548.8224238022974\n", - "\n", - "12:35:51\tCompleted 3215 to KZ353200: 1551.0548630142164\n", - "12:35:51\tCompleted 3261 to KZ434600: 2115.83371353127\n", - "12:35:51\tCompleted 3241 to KZ352200: 1485.559939374817\n", - "12:35:51\tCompleted 3277 to KZ156400: 3096.5214023794933\n", - "12:35:51\tCompleted 3255 to KZ473600: 3668.4192144857984\n", - "12:35:51\tCompleted 3267 to KZ434000: 450.55004235640575\n", - "12:35:52\tCompleted 3213 to KZ151000: 1022.6571716051999\n", - "12:35:52\tCompleted 3235 to KZ433200: 2853.7937118038194\n", - "12:35:52\tCompleted 3246 to KZ632200: 2229.8688341804645\n", - "12:35:52\tCompleted 3298 to KZ615600: 1540.7769352918142\n", - "12:35:52\tCompleted 3266 to KZ635800: 2683.239977953134\n", - "12:35:52\tCompleted 3272 to KZ352000: 1601.8060350625199\n", - "12:35:52\tCompleted 3226 to KZ395200: 2413.7035856670122\n", - "12:35:52\tCompleted 3237 to KZ276600: 2419.9587232809195\n", - "12:35:52\tCompleted 3256 to KZ613900: 1482.4019386748244\n", - "12:35:52\tCompleted 3224 to KZ751510: 1695.902179155061\n", - "12:35:52\tCompleted 3214 to KZ751410: 1954.276731774212\n", - "12:35:52\tCompleted 3296 to KZ475200: 3009.224623778422\n", - "12:35:52\tCompleted 3243 to KZ276600: 4144.575921893535\n", - "12:35:52\tCompleted 3273 to KZ395600: 2542.783030022818\n", - "12:35:53\tCompleted 3234 to KZ352400: 1496.2372824531612\n", - "12:35:53\tCompleted 3275 to KZ275800: 1594.8796147203914\n", - "12:35:53\tCompleted 3223 to KZ156800: 1003.577744024265\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:35:53\tCompleted 3241 to KZ352300: 836.5548552900599\n", - "12:35:53\tCompleted 3242 to KZ593400: 1858.3804469061783\n", - "12:35:53\tCompleted 3219 to KZ431900: 2308.084746405627\n", - "12:35:53\tCompleted 3293 to KZ154600: 2023.560508073996\n", - "12:35:53\tCompleted 3270 to KZ115600: 1851.7228610742325\n", - "12:35:53\tCompleted 3260 to KZ393200: 2802.4837527307127\n", - "12:35:53\tCompleted 3247 to KZ395400: 2579.9026560120506\n", - "12:35:53\tCompleted 3248 to KZ475200: 4189.290297204679\n", - "12:35:53\tCompleted 3298 to KZ615800: 924.9522801895065\n", - "12:35:53\tCompleted 3307 to KZ194200: 314.67802570494075\n", - "12:35:53\tCompleted 3274 to KZ596400: 2049.2198520477823\n", - "12:35:53\tCompleted 3295 to KZ393200: 2559.179026826839\n", - "12:35:54\tCompleted 3228 to KZ551000: 1457.8516194697504\n", - "12:35:54\tCompleted 3264 to KZ116000: 1737.073265512908\n", - "12:35:54\tCompleted 3245 to KZ194800: 1629.6525761659702\n", - "12:35:54\tCompleted 3220 to KZ475200: 2360.2410200800814\n", - "12:35:54\tCompleted 3256 to KZ612000: 1351.1133997032891\n", - "12:35:54\tCompleted 3294 to KZ634800: 1740.5228180330514\n", - "12:35:54\tCompleted 3229 to KZ274200: 4942.60254679151\n", - "12:35:54\tCompleted 3236 to KZ596400: 2383.413485186562\n", - "12:35:54\tCompleted 3258 to KZ151000: 3209.2081469782947\n", - "12:35:54\tCompleted 3249 to KZ615800: 3140.214634214958\n", - "12:35:55\tCompleted 3306 to KZ115400: 1674.2213242949986\n", - "12:35:55\tCompleted 3307 to KZ751210: 21.85918850981416\n", - "12:35:55\tCompleted 3254 to KZ353600: 4248.706520115056\n", - "12:35:55\tCompleted 3227 to KZ595800: 2133.603184049005\n", - "12:35:55\tCompleted 3262 to KZ556400: 2059.42548060396\n", - "12:35:55\tCompleted 3272 to KZ354800: 1697.3707737744987\n", - "12:35:55\tCompleted 3221 to KZ274800: 2473.067586390116\n", - "12:35:55\tCompleted 3253 to KZ635400: 1993.7279763845306\n", - "12:35:55\tCompleted 3275 to KZ276000: 1864.1817603472555\n", - "12:35:55\tCompleted 3287 to KZ596600: 2164.9995021043514\n", - "12:35:55\tCompleted 3281 to KZ394800: 1950.118767643026\n", - "12:35:55\tCompleted 3268 to KZ556000: 1798.1289863415727\n", - "12:35:55\tCompleted 3241 to KZ352800: 1459.789973868675\n", - "12:35:55\tCompleted 3298 to KZ612600: 1180.082406810432\n", - "12:35:56\tCompleted 3235 to KZ431900: 2334.749878908615812:35:56\tCompleted 3218 to KZ635200: 4505.355006261232\n", - "\n", - "12:35:56\tCompleted 3294 to KZ633400: 1034.8261773854304\n", - "12:35:56\tCompleted 3271 to KZ234000: 4121.315482725261\n", - "12:35:56\tCompleted 3239 to KZ191600: 3945.1046947473446\n", - "12:35:56\tCompleted 3307 to KZ751110: 30.5740118050632\n", - "12:35:56\tCompleted 3261 to KZ434400: 2458.7831124929953\n", - "12:35:56\tCompleted 3256 to KZ614400: 1408.9347381146274\n", - "12:35:56\tCompleted 3234 to KZ356000: 2134.518044877017\n", - "12:35:56\tCompleted 3228 to KZ556000: 1499.1481278005635\n", - "12:35:56\tCompleted 3251 to KZ155600: 2814.791926037752\n", - "12:35:57\tCompleted 3279 to KZ633800: 2574.927581832575\n", - "12:35:57\tCompleted 3259 to KZ235600: 4003.863777762537\n", - "12:35:57\tCompleted 3298 to KZ616000: 889.8476354354559\n", - "12:35:57\tCompleted 3226 to KZ391000: 2609.4098501759713\n", - "12:35:57\tCompleted 3214 to KZ751710: 1995.264763543115\n", - "12:35:57\tCompleted 3242 to KZ594200: 2038.2381959696897\n", - "12:35:57\tCompleted 3270 to KZ115200: 2045.2049755604946\n", - "12:35:57\tCompleted 3275 to KZ276200: 1693.2072885311861\n", - "12:35:57\tCompleted 3233 to KZ195600: 2243.3358639774656\n", - "12:35:57\tCompleted 3245 to KZ195600: 1706.4331439211799\n", - "12:35:57\tCompleted 3293 to KZ154800: 1858.5678190863946\n", - "12:35:57\tCompleted 3253 to KZ635000: 1468.4545490520818\n", - "12:35:57\tCompleted 3307 to KZ751310: 24.685281421922287\n", - "12:35:57\tCompleted 3277 to KZ155600: 3269.2012764183532\n", - "12:35:57\tCompleted 3264 to KZ116400: 1859.4746132724272\n", - "12:35:57\tCompleted 3215 to KZ353600: 2233.9265034539876\n", - "12:35:57\tCompleted 3249 to KZ612600: 2849.5946453294728\n", - "12:35:58\tCompleted 3241 to KZ356400: 1478.8684009934211\n", - "12:35:58\tCompleted 3288 to KZ275000: 3789.8608805521512\n", - "12:35:58\tCompleted 3265 to KZ234600: 4704.656361418457\n", - "12:35:58\tCompleted 3230 to KZ113200: 1795.3489521259542\n", - "12:35:58\tCompleted 3219 to KZ434600: 2341.7493168320048\n", - "12:35:58\tCompleted 3260 to KZ393400: 2624.7441838308546\n", - "12:35:58\tCompleted 3273 to KZ395800: 2845.1671054293\n", - "12:35:58\tCompleted 3224 to KZ231000: 2173.0561040310486\n", - "12:35:58\tCompleted 3255 to KZ474200: 4115.043375552321\n", - "12:35:58\tCompleted 3274 to KZ594600: 2254.69870357527\n", - "12:35:58\tCompleted 3295 to KZ393400: 2381.4394579269742\n", - "12:35:58\tCompleted 3256 to KZ614600: 1198.5863655831922\n", - "12:35:58\tCompleted 3237 to KZ275000: 2285.6563803832837\n", - "12:35:58\tCompleted 3246 to KZ635200: 2612.3980499744957\n", - "12:35:58\tCompleted 3240 to KZ635400: 3072.7760975534466\n", - "12:35:58\tCompleted 3267 to KZ471000: 2883.498913025377\n", - "12:35:58\tCompleted 3272 to KZ355200: 1917.3588372673437\n", - "12:35:58\tCompleted 3247 to KZ392000: 2696.8263510922743\n", - "12:35:59\tCompleted 3294 to KZ633600: 1548.7439395202882\n", - "12:35:59\tCompleted 3243 to KZ275000: 4010.273578995867\n", - "12:35:59\tCompleted 3307 to KZ751410: 42.11025982556281\n", - "12:35:59\tCompleted 3306 to KZ151000: 1896.81211345098\n", - "12:35:59\tCompleted 3266 to KZ636200: 2544.3228947228777\n", - "12:35:59\tCompleted 3227 to KZ593400: 1942.9904466968646\n", - "12:35:59\tCompleted 3268 to KZ556800: 1859.6999450263197\n", - "12:35:59\tCompleted 3236 to KZ594600: 2588.892336714038\n", - "12:35:59\tCompleted 3287 to KZ595000: 1999.439520792059\n", - "12:35:59\tCompleted 3223 to KZ193200: 2382.784414024778\n", - "12:35:59\tCompleted 3275 to KZ271000: 1659.1344350505885\n", - "12:35:59\tCompleted 3228 to KZ556800: 1560.7190864853085\n", - "12:35:59\tCompleted 3298 to KZ613800: 1265.4614107678356\n", - "12:35:59\tCompleted 3296 to KZ471800: 2838.8344036176964\n", - "12:35:59\tCompleted 3261 to KZ431000: 1800.4745301303635\n", - "12:36:00\tCompleted 3253 to KZ632200: 1543.4951274586588\n", - "12:36:00\tCompleted 3262 to KZ554200: 2322.053518991389\n", - "12:36:00\tCompleted 3307 to KZ751710: 83.0982915944656\n", - "12:36:00\tCompleted 3221 to KZ275800: 1942.6504103785376\n", - "12:36:00\tCompleted 3220 to KZ471800: 2189.850799919348\n", - "12:36:00\tCompleted 3254 to KZ351600: 3828.84456740304\n", - "12:36:00\tCompleted 3235 to KZ434600: 2368.4144493349936\n", - "12:36:00\tCompleted 3248 to KZ471800: 4018.9000770439507\n", - "12:36:00\tCompleted 3234 to KZ354400: 1927.0021666998675\n", - "12:36:00\tCompleted 3245 to KZ195800: 1520.3200162883297\n", - "12:36:00\tCompleted 3258 to KZ153200: 3213.6247304069198\n", - "12:36:00\tCompleted 3241 to KZ352400: 1544.0554680840778\n", - "12:36:01\tCompleted 3264 to KZ116800: 1647.0757595804014\n", - "12:36:01\tCompleted 3256 to KZ614800: 1680.2071709542988\n", - "12:36:01\tCompleted 3230 to KZ113400: 1586.569881023783\n", - "12:36:01\tCompleted 3307 to KZ751810: 29.34213567141467\n", - "12:36:01\tCompleted 3274 to KZ711110: 1502.9309971609896\n", - "12:36:01\tCompleted 3239 to KZ195200: 3882.869717882077\n", - "12:36:01\tCompleted 3249 to KZ616000: 3167.3538499475694\n", - "12:36:01\tCompleted 3242 to KZ596600: 2139.1237135464517\n", - "12:36:01\tCompleted 3294 to KZ633800: 1481.243493592522\n", - "12:36:02\tCompleted 3214 to KZ751810: 1941.508607620064\n", - "12:36:02\tCompleted 3272 to KZ355600: 1690.8080031925854\n", - "12:36:02\tCompleted 3275 to KZ274000: 1929.1348736629507\n", - "12:36:02\tCompleted 3262 to KZ791110: 1218.5702829919105\n", - "12:36:02\tCompleted 3236 to KZ711110: 1837.124630299779\n", - "12:36:02\tCompleted 3215 to KZ351600: 1814.0645507419727\n", - "12:36:02\tCompleted 3241 to KZ356000: 997.6512425133349\n", - "12:36:02\tCompleted 3226 to KZ395400: 2652.773745101284\n", - "12:36:02\tCompleted 3218 to KZ632400: 4298.0120434548335\n", - "12:36:02\tCompleted 3270 to KZ115400: 2265.7777474261457\n", - "12:36:02\tCompleted 3307 to KZ751910: 48.63797288342584\n", - "12:36:02\tCompleted 3260 to KZ391600: 2480.614680846345\n", - "12:36:02\tCompleted 3251 to KZ156800: 2316.771770258389\n", - "12:36:02\tCompleted 3261 to KZ435200: 1698.780400069433\n", - "12:36:02\tCompleted 3228 to KZ554800: 1715.3990552335997\n", - "12:36:02\tCompleted 3295 to KZ391600: 2237.3099549424646\n", - "12:36:02\tCompleted 3233 to KZ195800: 2057.222736344616\n", - "12:36:03\tCompleted 3253 to KZ635200: 1734.0595968451098\n", - "12:36:03\tCompleted 3277 to KZ156800: 2771.1811206389903\n", - "12:36:03\tCompleted 3219 to KZ434400: 2684.69871579373\n", - "12:36:03\tCompleted 3306 to KZ153200: 1901.228696879629\n", - "12:36:03\tCompleted 3227 to KZ594200: 2122.848195760376\n", - "12:36:03\tCompleted 3259 to KZ233600: 3886.4803756184815\n", - "12:36:03\tCompleted 3293 to KZ155200: 2285.506481988169\n", - "12:36:03\tCompleted 3256 to KZ615400: 1421.3709380448506\n", - "12:36:03\tCompleted 3268 to KZ554800: 2014.379913774609\n", - "12:36:03\tCompleted 3279 to KZ634000: 2664.4097369849337\n", - "12:36:03\tCompleted 3272 to KZ352100: 782.571317595867\n", - "12:36:03\tCompleted 3307 to KZ751510: 37.15391078250991\n", - "12:36:03\tCompleted 3262 to KZ791310: 1175.0300511113019\n", - "12:36:03\tCompleted 3273 to KZ392400: 2571.3540314556294\n", - "12:36:04\tCompleted 3274 to KZ711410: 1529.0434972445012\n", - "12:36:04\tCompleted 3281 to KZ395000: 2284.2545477376543\n", - "12:36:04\tCompleted 3247 to KZ395600: 2573.9797003833614\n", - "12:36:04\tCompleted 3287 to KZ593600: 2113.9881250763524\n", - "12:36:04\tCompleted 3296 to KZ593200: 2024.7923129860853\n", - "12:36:04\tCompleted 3220 to KZ593200: 1814.5816414671924\n", - "12:36:04\tCompleted 3264 to KZ111810: 1668.9398526035302\n", - "12:36:04\tCompleted 3241 to KZ354400: 1301.8210786576485\n", - "12:36:04\tCompleted 3245 to KZ196000: 1707.10077167725\n", - "12:36:04\tCompleted 3224 to KZ234000: 2381.666581398703\n", - "12:36:04\tCompleted 3277 to KZ193200: 658.3371856799865\n", - "12:36:04\tCompleted 3234 to KZ351800: 1948.0368813428934\n", - "12:36:04\tCompleted 3251 to KZ193200: 1081.5744498915658\n", - "12:36:04\tCompleted 3275 to KZ274200: 2141.256053259969\n", - "12:36:04\tCompleted 3254 to KZ354000: 3541.717194143797\n", - "12:36:04\tCompleted 3294 to KZ634000: 1478.328236158059\n", - "12:36:04\tCompleted 3235 to KZ434400: 2711.363848296719\n", - "12:36:04\tCompleted 3271 to KZ234200: 4572.261189246197\n", - "12:36:04\tCompleted 3246 to KZ632400: 2481.353607823997\n", - "12:36:05\tCompleted 3255 to KZ474600: 3792.2188147342385\n", - "12:36:05\tCompleted 3230 to KZ113600: 1861.8426100704198\n", - "12:36:05\tCompleted 3265 to KZ234800: 3838.35773725402\n", - "12:36:05\tCompleted 3248 to KZ593200: 1969.7056594027683\n", - "12:36:05\tCompleted 3256 to KZ615200: 1158.7875845465708\n", - "12:36:05\tCompleted 3267 to KZ473600: 2464.524147002434\n", - "12:36:05\tCompleted 3236 to KZ711410: 1863.2371303832906\n", - "12:36:05\tCompleted 3288 to KZ274800: 4325.3657919356\n", - "12:36:05\tCompleted 3243 to KZ274800: 4545.7784903793345\n", - "12:36:05\tCompleted 3262 to KZ791510: 1152.1495515396489\n", - "12:36:05\tCompleted 3228 to KZ556400: 1642.2654144084033\n", - "12:36:05\tCompleted 3259 to KZ633200: 1278.9135600175027\n", - "12:36:05\tCompleted 3261 to KZ434800: 1730.1066609857685\n", - "12:36:05\tCompleted 3266 to KZ636400: 2301.737046842916\n", - "12:36:05\tCompleted 3241 to KZ351800: 811.7558654168364\n", - "12:36:06\tCompleted 3253 to KZ632400: 1603.0151546946072\n", - "12:36:06\tCompleted 3240 to KZ635000: 2547.502670221026\n", - "12:36:06\tCompleted 3215 to KZ354000: 1647.2142136016016\n", - "12:36:06\tCompleted 3277 to KZ193400: 863.2260626954269\n", - "12:36:06\tCompleted 3221 to KZ276000: 2358.481436133592\n", - "12:36:06\tCompleted 3237 to KZ274800: 2821.1612917666675\n", - "12:36:06\tCompleted 3272 to KZ352200: 1499.3645401807034\n", - "12:36:06\tCompleted 3249 to KZ613800: 3315.607982966453\n", - "12:36:06\tCompleted 3242 to KZ595000: 1973.563732234156\n", - "12:36:06\tCompleted 3258 to KZ153400: 3103.038072881241\n", - "12:36:06\tCompleted 3264 to KZ116600: 1193.4466142916428\n", - "12:36:06\tCompleted 3223 to KZ193400: 2587.673291040203\n", - "12:36:06\tCompleted 3298 to KZ273200: 3966.960356068417\n", - "12:36:06\tCompleted 3306 to KZ153400: 1790.6420393539229\n", - "12:36:06\tCompleted 3274 to KZ711210: 1530.2052586713996\n", - "12:36:07\tCompleted 3226 to KZ392000: 2769.697440181508\n", - "12:36:07\tCompleted 3245 to KZ191000: 1398.7116187842048\n", - "12:36:07\tCompleted 3219 to KZ431000: 2026.390133431118\n", - "12:36:07\tCompleted 3262 to KZ791710: 1150.3733712226162\n", - "12:36:07\tCompleted 3239 to KZ195000: 4334.499821422764\n", - "12:36:07\tCompleted 3214 to KZ751910: 1962.6495239704723\n", - "12:36:07\tCompleted 3277 to KZ193600: 420.6574180533986\n", - "12:36:07\tCompleted 3251 to KZ193400: 1286.463326907006\n", - "12:36:07\tCompleted 3227 to KZ596600: 2223.733713337128\n", - "12:36:07\tCompleted 3293 to KZ156400: 1864.7964816273256\n", - "12:36:07\tCompleted 3295 to KZ393600: 2539.743249931832\n", - "12:36:07\tCompleted 3260 to KZ393600: 2783.0479758357073\n", - "12:36:08\tCompleted 3249 to KZ273200: 1526.8180601656604\n", - "12:36:08\tCompleted 3236 to KZ711210: 1864.398891810189\n", - "12:36:08\tCompleted 3276 to KZ113200: 1629.7847894280687\n", - "12:36:08\tCompleted 3277 to KZ194000: 109.77334996378569\n", - "12:36:08\tCompleted 3251 to KZ193600: 575.5252657580935\n", - "12:36:08\tCompleted 3230 to KZ113800: 2041.18863473932\n", - "12:36:08\tCompleted 3235 to KZ431000: 2053.0552659341074\n", - "12:36:08\tCompleted 3281 to KZ395200: 1751.893320898515\n", - "12:36:08\tCompleted 3287 to KZ595200: 2111.438258133586\n", - "12:36:08\tCompleted 3253 to KZ632800: 1600.9108160855346\n", - "12:36:08\tCompleted 3270 to KZ151000: 3126.415359150431\n", - "12:36:08\tCompleted 3218 to KZ632800: 4048.238917950032\n", - "12:36:09\tCompleted 3245 to KZ196200: 1164.3044459928703\n", - "12:36:09\tCompleted 3259 to KZ634800: 1763.3601514277973\n", - "12:36:09\tCompleted 3233 to KZ196000: 2244.0034917335224\n", - "12:36:09\tCompleted 3268 to KZ556400: 1941.2462729494125\n", - "12:36:09\tCompleted 3294 to KZ635400: 1923.2337887402923\n", - "12:36:09\tCompleted 3273 to KZ396200: 2379.777117429425\n", - "12:36:09\tCompleted 3296 to KZ595800: 2128.711923026463\n", - "12:36:09\tCompleted 3228 to KZ554200: 1904.8934527958397\n", - "12:36:09\tCompleted 3215 to KZ351000: 1581.188928251766\n", - "12:36:09\tCompleted 3262 to KZ611600: 1407.2339064977407\n", - "12:36:09\tCompleted 3254 to KZ351000: 3505.7535609432102\n", - "12:36:09\tCompleted 3247 to KZ395800: 2876.363775789845\n", - "12:36:09\tCompleted 3256 to KZ616400: 2131.3801354426228\n", - "12:36:09\tCompleted 3220 to KZ595800: 2185.4019843336446\n", - "12:36:09\tCompleted 3277 to KZ196400: 577.0766996071343\n", - "12:36:09\tCompleted 3261 to KZ433600: 1990.7768413349042\n", - "12:36:09\tCompleted 3234 to KZ393200: 2646.1099995999675\n", - "12:36:09\tCompleted 3249 to KZ274400: 1803.0992153676946\n", - "12:36:10\tCompleted 3251 to KZ194000: 567.1598571431077\n", - "12:36:10\tCompleted 3272 to KZ352300: 1989.5969259746557\n", - "12:36:10\tCompleted 3274 to KZ711310: 1542.0626181273315\n", - "12:36:10\tCompleted 3307 to KZ231000: 3838.2445745916148\n", - "12:36:10\tCompleted 3246 to KZ632800: 2287.2845228073443\n", - "12:36:10\tCompleted 3264 to KZ115600: 1833.012200807085\n", - "12:36:10\tCompleted 3241 to KZ393200: 1925.9333111601188\n", - "12:36:10\tCompleted 3219 to KZ435200: 1924.6960033701876\n", - "12:36:10\tCompleted 3223 to KZ193600: 1801.8824554310709\n", - "12:36:10\tCompleted 3242 to KZ593600: 2088.11233651845\n", - "12:36:11\tCompleted 3276 to KZ113400: 1421.0057183258975\n", - "12:36:11\tCompleted 3259 to KZ633400: 1057.6635107801765\n", - "12:36:11\tCompleted 3279 to KZ635400: 3109.3152895671433\n", - "12:36:11\tCompleted 3248 to KZ595800: 2073.6252694431455\n", - "12:36:11\tCompleted 3277 to KZ196800: 154.1335302938833\n", - "12:36:11\tCompleted 3255 to KZ475000: 4162.547841484016\n", - "12:36:11\tCompleted 3262 to KZ613600: 1260.8613542598182\n", - "12:36:11\tCompleted 3236 to KZ711310: 1876.256251266121\n", - "12:36:11\tCompleted 3253 to KZ636800: 1531.1834425056106\n", - "12:36:11\tCompleted 3221 to KZ276200: 2077.867649399679\n", - "12:36:11\tCompleted 3226 to KZ395600: 2646.850789472595\n", - "12:36:11\tCompleted 3245 to KZ192600: 1437.6553738128987\n", - "12:36:11\tCompleted 3306 to KZ153600: 2083.045800211393\n", - "12:36:11\tCompleted 3215 to KZ352000: 1192.4913310970894\n", - "12:36:11\tCompleted 3288 to KZ275800: 3794.9486159239896\n", - "12:36:11\tCompleted 3294 to KZ635000: 1397.9603614078435\n", - "12:36:11\tCompleted 3235 to KZ435200: 1951.361135873177\n", - "12:36:11\tCompleted 3251 to KZ196400: 1000.3139638187134\n", - "12:36:12\tCompleted 3230 to KZ114500: 1908.3106501933546\n", - "12:36:12\tCompleted 3224 to KZ234200: 2832.612287919672312:36:12\tCompleted 3228 to KZ791110: 1390.379580251596\n", - "\n", - "12:36:12\tCompleted 3265 to KZ235200: 3885.9975846173875\n", - "12:36:12\tCompleted 3277 to KZ191600: 71.03307342604057\n", - "12:36:12\tCompleted 3227 to KZ595000: 2058.173732024842\n", - "12:36:12\tCompleted 3249 to KZ275400: 2164.1454751839506\n", - "12:36:12\tCompleted 3240 to KZ632200: 2079.540323864556712:36:12\tCompleted 3214 to KZ751510: 1951.1654618695563\n", - "\n", - "12:36:12\tCompleted 3258 to KZ153600: 3395.4418337387656\n", - "12:36:12\tCompleted 3237 to KZ275800: 2290.7441157550893\n", - "12:36:12\tCompleted 3267 to KZ474200: 2911.148308068956\n", - "12:36:12\tCompleted 3266 to KZ631000: 2516.62723469432\n", - "12:36:12\tCompleted 3256 to KZ615600: 1715.6888377197422\n", - "12:36:12\tCompleted 3287 to KZ591000: 2001.653986886126612:36:12\tCompleted 3261 to KZ434000: 1754.83409174536\n", - "\n", - "12:36:12\tCompleted 3272 to KZ352800: 1526.4869628776703\n", - "12:36:12\tCompleted 3239 to KZ194400: 4152.284747963784\n", - "12:36:13\tCompleted 3293 to KZ155600: 2037.4763556662633\n", - "12:36:13\tCompleted 3251 to KZ196800: 468.4723615775312\n", - "12:36:13\tCompleted 3295 to KZ396400: 2761.154896605189\n", - "12:36:13\tCompleted 3271 to KZ234600: 4687.431487684301\n", - "12:36:13\tCompleted 3241 to KZ393400: 1442.34235299716\n", - "12:36:13\tCompleted 3260 to KZ396400: 3004.4596225090627\n", - "12:36:13\tCompleted 3262 to KZ614000: 1207.721307345496112:36:13\tCompleted 3277 to KZ195200: 49.43003992873631\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:36:13\tCompleted 3296 to KZ593400: 1938.0991856743224\n", - "12:36:13\tCompleted 3298 to KZ274400: 3904.089043555141\n", - "12:36:13\tCompleted 3254 to KZ352000: 3207.271347758201\n", - "12:36:13\tCompleted 3259 to KZ633600: 1571.581272915034\n", - "12:36:14\tCompleted 3274 to KZ555200: 1749.4102563655033\n", - "12:36:14\tCompleted 3253 to KZ635800: 1581.8098762211532\n", - "12:36:14\tCompleted 3243 to KZ275800: 4015.3613143677053\n", - "12:36:14\tCompleted 3251 to KZ191600: 494.2703376376197\n", - "12:36:14\tCompleted 3245 to KZ196600: 1483.3710978681631\n", - "12:36:14\tCompleted 3233 to KZ191000: 1935.614338840491\n", - "12:36:14\tCompleted 3294 to KZ632200: 1473.0009398144202\n", - "12:36:14\tCompleted 3236 to KZ555200: 1727.1938855484418\n", - "12:36:14\tCompleted 3249 to KZ273600: 1806.1409500236196\n", - "12:36:14\tCompleted 3256 to KZ615800: 1099.864182617434\n", - "12:36:14\tCompleted 3272 to KZ356400: 1179.2701947842666\n", - "12:36:14\tCompleted 3277 to KZ195000: 460.4282001014521\n", - "12:36:14\tCompleted 3276 to KZ113600: 1696.2784473725344\n", - "12:36:14\tCompleted 3273 to KZ396600: 2387.695958220614\n", - "12:36:14\tCompleted 3281 to KZ391000: 2006.2915175548676\n", - "12:36:14\tCompleted 3228 to KZ791310: 1346.8393483709874\n", - "12:36:14\tCompleted 3219 to KZ434800: 1956.022264286523\n", - "12:36:14\tCompleted 3220 to KZ593400: 1997.2629467383042\n", - "12:36:15\tCompleted 3234 to KZ393400: 2468.370430700108\n", - "12:36:15\tCompleted 3247 to KZ392400: 2602.550701816173\n", - "12:36:15\tCompleted 3235 to KZ434800: 1982.6873967895126\n", - "12:36:15\tCompleted 3218 to KZ636800: 4073.1324994786464\n", - "12:36:15\tCompleted 3270 to KZ153200: 3130.831942579056\n", - "12:36:15\tCompleted 3268 to KZ554200: 2203.874311336849\n", - "12:36:15\tCompleted 3241 to KZ391600: 1309.4476138589346\n", - "12:36:15\tCompleted 3242 to KZ595200: 2085.5624695756833\n", - "12:36:15\tCompleted 3230 to KZ114000: 1855.2500039871802\n", - "12:36:15\tCompleted 3264 to KZ115200: 2026.4943152933472\n", - "12:36:15\tCompleted 3248 to KZ593400: 1883.0125320910054\n", - "12:36:15\tCompleted 3251 to KZ195200: 432.03536077234634\n", - "12:36:15\tCompleted 3223 to KZ194000: 1868.3698212763304\n", - "12:36:15\tCompleted 3277 to KZ194400: 240.71145370829552\n", - "12:36:15\tCompleted 3306 to KZ154000: 1834.6223730364297\n", - "12:36:15\tCompleted 3293 to KZ156800: 1539.4561998868453\n", - "12:36:16\tCompleted 3262 to KZ613900: 1485.644579361944\n", - "12:36:16\tCompleted 3245 to KZ194200: 1118.8144111403985\n", - "12:36:16\tCompleted 3259 to KZ633800: 1504.080826987268\n", - "12:36:16\tCompleted 3253 to KZ636200: 1442.892792990909\n", - "12:36:16\tCompleted 3256 to KZ612600: 1354.99430923836\n", - "12:36:16\tCompleted 3249 to KZ276600: 2031.6803056154808\n", - "12:36:16\tCompleted 3227 to KZ593600: 2172.7223363091357\n", - "12:36:16\tCompleted 3226 to KZ395800: 2949.2348648790794\n", - "12:36:16\tCompleted 3277 to KZ194600: 288.7300926469844\n", - "12:36:17\tCompleted 3228 to KZ791510: 1323.958848799334412:36:17\tCompleted 3246 to KZ636800: 2409.521895635002\n", - "\n", - "12:36:17\tCompleted 3272 to KZ352400: 1512.412550774074\n", - "12:36:17\tCompleted 3221 to KZ271000: 2095.5606048139034\n", - "12:36:17\tCompleted 3268 to KZ791110: 1070.2839683888606\n", - "12:36:17\tCompleted 3251 to KZ195000: 883.6654643130316\n", - "12:36:17\tCompleted 3214 to KZ231000: 1924.6910969798475\n", - "12:36:17\tCompleted 3307 to KZ234000: 4046.8550519593027\n", - "12:36:17\tCompleted 3236 to KZ551600: 1785.1547891796733\n", - "12:36:17\tCompleted 3287 to KZ595600: 2235.541573408046\n", - "12:36:17\tCompleted 3294 to KZ635200: 1663.5654092008715\n", - "12:36:17\tCompleted 3245 to KZ751210: 1066.2617822752418\n", - "12:36:17\tCompleted 3274 to KZ551600: 1807.3711599967348\n", - "12:36:17\tCompleted 3255 to KZ475200: 4173.390802268066\n", - "12:36:17\tCompleted 3279 to KZ635000: 2584.041862234723\n", - "12:36:18\tCompleted 3256 to KZ616000: 1064.759537863384\n", - "12:36:18\tCompleted 3249 to KZ275000: 1576.3500555916016\n", - "12:36:18\tCompleted 3262 to KZ612000: 1354.3560403904085\n", - "12:36:18\tCompleted 3253 to KZ636400: 1200.3069451108986\n", - "12:36:18\tCompleted 3277 to KZ194800: 556.8457447009881\n", - "12:36:18\tCompleted 3260 to KZ394000: 3236.394471874884\n", - "12:36:18\tCompleted 3258 to KZ154000: 3147.01840656374\n", - "12:36:18\tCompleted 3296 to KZ594200: 2117.9569347378338\n", - "12:36:18\tCompleted 3276 to KZ113800: 1875.6244720414345\n", - "12:36:18\tCompleted 3259 to KZ634000: 1501.165569552805\n", - "12:36:18\tCompleted 3233 to KZ196200: 1701.2071660491565\n", - "12:36:18\tCompleted 3288 to KZ276000: 4210.779641679034\n", - "12:36:19\tCompleted 3265 to KZ235600: 3981.0353506377924\n", - "12:36:19\tCompleted 3239 to KZ194600: 4162.801713968277\n", - "12:36:19\tCompleted 3251 to KZ194400: 701.4503908540618\n", - "12:36:19\tCompleted 3267 to KZ474600: 2588.323747250874\n", - "12:36:19\tCompleted 3295 to KZ394000: 2993.0897459710104\n", - "12:36:19\tCompleted 3230 to KZ117000: 1777.8823474337842\n", - "12:36:19\tCompleted 3235 to KZ433600: 2243.357577138638\n", - "12:36:19\tCompleted 3254 to KZ354800: 4029.376574559312\n", - "12:36:19\tCompleted 3241 to KZ393600: 1779.991645353545\n", - "12:36:19\tCompleted 3234 to KZ391600: 2324.2409277155984\n", - "12:36:19\tCompleted 3268 to KZ791310: 1026.743736508252\n", - "12:36:19\tCompleted 3293 to KZ193200: 1853.6404817489347\n", - "12:36:19\tCompleted 3228 to KZ791710: 1322.1826684823018\n", - "12:36:19\tCompleted 3242 to KZ591000: 1975.7781983282237\n", - "12:36:19\tCompleted 3219 to KZ433600: 2216.6924446356493\n", - "12:36:19\tCompleted 3277 to KZ195600: 599.4770694884544\n", - "12:36:19\tCompleted 3245 to KZ751110: 1074.0191415881225\n", - "12:36:19\tCompleted 3248 to KZ594200: 2062.8702811545168\n", - "12:36:20\tCompleted 3266 to KZ634600: 2784.311859994615\n", - "12:36:20\tCompleted 3237 to KZ276000: 2706.5751415101245\n", - "12:36:20\tCompleted 3273 to KZ394200: 2759.5487730132027\n", - "12:36:20\tCompleted 3256 to KZ613800: 1440.3733131957636\n", - "12:36:20\tCompleted 3298 to KZ275400: 4579.277475512175\n", - "12:36:20\tCompleted 3220 to KZ594200: 2011.5910480702112\n", - "12:36:20\tCompleted 3253 to KZ631000: 1415.1971329623527\n", - "12:36:20\tCompleted 3247 to KZ396200: 2410.9737877899684\n", - "12:36:20\tCompleted 3251 to KZ194600: 711.9673568585638\n", - "12:36:20\tCompleted 3294 to KZ632400: 1532.5209670503689\n", - "12:36:20\tCompleted 3215 to KZ354800: 2130.0451668923915\n", - "12:36:20\tCompleted 3262 to KZ614400: 1412.1773788017467\n", - "12:36:20\tCompleted 3224 to KZ234600: 2947.782586357727\n", - "12:36:20\tCompleted 3271 to KZ234800: 3821.1328635198674\n", - "12:36:20\tCompleted 3240 to KZ635200: 2813.10771801404\n", - "12:36:20\tCompleted 3277 to KZ195800: 413.3639418556046\n", - "12:36:21\tCompleted 3264 to KZ115400: 2247.067087158999\n", - "12:36:21\tCompleted 3249 to KZ274800: 1931.529432488391\n", - "12:36:21\tCompleted 3281 to KZ395400: 2054.159070587946\n", - "12:36:21\tCompleted 3236 to KZ553200: 2077.351094862829\n", - "12:36:21\tCompleted 3270 to KZ153400: 3020.2452850533773\n", - "12:36:21\tCompleted 3287 to KZ596000: 1878.3565893549587\n", - "12:36:21\tCompleted 3268 to KZ791510: 1003.8632369365988\n", - "12:36:21\tCompleted 3272 to KZ356000: 2150.693313197927\n", - "12:36:21\tCompleted 3227 to KZ595200: 2170.172469366367\n", - "12:36:21\tCompleted 3306 to KZ154200: 2137.2584120057495\n", - "12:36:21\tCompleted 3261 to KZ471000: 4187.782962414329\n", - "12:36:21\tCompleted 3245 to KZ751310: 1067.1907144633763\n", - "12:36:21\tCompleted 3226 to KZ392400: 2675.4217909054064\n", - "12:36:21\tCompleted 3223 to KZ196400: 2301.523927951928\n", - "12:36:22\tCompleted 3277 to KZ196000: 634.2939402122673\n", - "12:36:22\tCompleted 3274 to KZ553200: 2044.978626244017\n", - "12:36:22\tCompleted 3251 to KZ194800: 980.0830089125676\n", - "12:36:22\tCompleted 3218 to KZ635800: 4522.634747175916\n", - "12:36:22\tCompleted 3228 to KZ611600: 1579.0432037574262\n", - "12:36:22\tCompleted 3243 to KZ276000: 4431.192340122777\n", - "12:36:22\tCompleted 3262 to KZ614600: 1201.8290062703115\n", - "12:36:22\tCompleted 3259 to KZ635400: 1946.071122135038212:36:22\tCompleted 3276 to KZ114500: 1742.7464874954692\n", - "\n", - "12:36:22\tCompleted 3235 to KZ434000: 2007.414827549104\n", - "12:36:22\tCompleted 3249 to KZ275800: 1708.3123094695059\n", - "12:36:22\tCompleted 3268 to KZ791710: 1002.087056619566312:36:23\tCompleted 3230 to KZ114400: 1904.1221875423832\n", - "\n", - "12:36:23\tCompleted 3214 to KZ234000: 2133.301574347506\n", - "12:36:23\tCompleted 3245 to KZ751410: 1084.6156928670168\n", - "12:36:23\tCompleted 3296 to KZ596600: 1945.8272605442746\n", - "12:36:23\tCompleted 3215 to KZ355200: 1414.6650530591419\n", - "12:36:23\tCompleted 3277 to KZ191000: 325.90478731922235\n", - "12:36:23\tCompleted 3294 to KZ632800: 1530.416628441296\n", - "12:36:23\tCompleted 3219 to KZ434000: 1980.7496950461145\n", - "12:36:23\tCompleted 3254 to KZ355200: 3330.8791425644267\n", - "12:36:23\tCompleted 3246 to KZ635800: 2460.1483293505603\n", - "12:36:23\tCompleted 3253 to KZ634600: 1682.88175826265\n", - "12:36:23\tCompleted 3220 to KZ596600: 1686.6688807683486\n", - "12:36:24\tCompleted 3221 to KZ274000: 2749.21878853342\n", - "12:36:24\tCompleted 3241 to KZ396400: 1938.4655418824727\n", - "12:36:24\tCompleted 3233 to KZ192600: 1974.5580938691849\n", - "12:36:24\tCompleted 3234 to KZ393600: 2626.6742227049626\n", - "12:36:24\tCompleted 3279 to KZ632200: 2265.0393319247646\n", - "12:36:24\tCompleted 3251 to KZ195600: 1056.8635766677764\n", - "12:36:24\tCompleted 3260 to KZ396800: 2982.486929435297\n", - "12:36:24\tCompleted 3255 to KZ471800: 4003.0005821073396\n", - "12:36:24\tCompleted 3295 to KZ396800: 2739.1822035314235\n", - "12:36:24\tCompleted 3242 to KZ595600: 2209.665784850146\n", - "12:36:24\tCompleted 3277 to KZ196200: 57.348371560145196\n", - "12:36:24\tCompleted 3236 to KZ553600: 1919.5535378519587\n", - "12:36:24\tCompleted 3258 to KZ154200: 3449.6544455330622\n", - "12:36:24\tCompleted 3307 to KZ234200: 4497.800758480238\n", - "12:36:24\tCompleted 3306 to KZ156000: 1710.5076443739592\n", - "12:36:24\tCompleted 3272 to KZ354400: 1943.1774350207795\n", - "12:36:25\tCompleted 3245 to KZ751710: 1125.6037246359197\n", - "12:36:25\tCompleted 3228 to KZ613600: 1432.6706515195037\n", - "12:36:25\tCompleted 3293 to KZ193400: 2058.5293587643755\n", - "12:36:25\tCompleted 3259 to KZ635000: 1420.7976948025894\n", - "12:36:25\tCompleted 3308 to KZ316200: 584.2258511777873\n", - "12:36:25\tCompleted 3249 to KZ276000: 1977.6144550963695\n", - "12:36:25\tCompleted 3248 to KZ596600: 2163.7557987312757\n", - "12:36:25\tCompleted 3268 to KZ611600: 1258.9475918946907\n", - "12:36:25\tCompleted 3262 to KZ614800: 1683.4498116414181\n", - "12:36:25\tCompleted 3239 to KZ194800: 4430.917366022283\n", - "12:36:25\tCompleted 3265 to KZ233600: 3863.6519484937367\n", - "12:36:25\tCompleted 3227 to KZ591000: 2060.3881981189093\n", - "12:36:25\tCompleted 3277 to KZ192600: 364.84854234791624\n", - "12:36:25\tCompleted 3288 to KZ276200: 3930.1658549451204\n", - "12:36:25\tCompleted 3247 to KZ396600: 2418.8926285811576\n", - "12:36:25\tCompleted 3253 to KZ634400: 1275.0324988065674\n", - "12:36:25\tCompleted 3274 to KZ553600: 1762.585564788785\n", - "12:36:25\tCompleted 3224 to KZ234800: 2081.483962193302\n", - "12:36:26\tCompleted 3287 to KZ596200: 2265.356039026131\n", - "12:36:26\tCompleted 3223 to KZ196800: 1769.6823257107535\n", - "12:36:26\tCompleted 3276 to KZ114000: 1689.6858412892948\n", - "12:36:26\tCompleted 3251 to KZ195800: 870.7504490349265\n", - "12:36:26\tCompleted 3294 to KZ636800: 1460.6892548613723\n", - "12:36:26\tCompleted 3273 to KZ394400: 2916.493548109108\n", - "12:36:26\tCompleted 3226 to KZ396200: 2483.844876879202\n", - "12:36:26\tCompleted 3308 to KZ311000: 428.0526409442801\n", - "12:36:26\tCompleted 3267 to KZ475000: 2958.6527740006513\n", - "12:36:26\tCompleted 3230 to KZ114600: 2012.521279929813\n", - "12:36:26\tCompleted 3277 to KZ196600: 376.4150234354379\n", - "12:36:26\tCompleted 3245 to KZ751810: 1071.8475687128687\n", - "12:36:26\tCompleted 3298 to KZ273600: 3747.2367344946897\n", - "12:36:26\tCompleted 3268 to KZ613600: 1112.5750396567703\n", - "12:36:27\tCompleted 3266 to KZ634400: 2376.4626005385494\n", - "12:36:27\tCompleted 3237 to KZ276200: 2425.9613547762212:36:27\tCompleted 3256 to KZ273200: 4141.872258496345\n", - "\n", - "12:36:27\tCompleted 3249 to KZ276200: 1806.6399832803002\n", - "12:36:27\tCompleted 3264 to KZ151000: 3118.645948490478\n", - "12:36:27\tCompleted 3228 to KZ614000: 1379.5306046051817\n", - "12:36:27\tCompleted 3240 to KZ632400: 2682.0632758635415\n", - "12:36:27\tCompleted 3262 to KZ615400: 1424.61357873197\n", - "12:36:27\tCompleted 3253 to KZ313600: 1142.3927316655868\n", - "12:36:27\tCompleted 3259 to KZ632200: 1495.838273209166112:36:27\tCompleted 3265 to KZ633200: 1256.0851328927563\n", - "\n", - "12:36:27\tCompleted 3281 to KZ392000: 2061.2127249831715\n", - "12:36:27\tCompleted 3296 to KZ595000: 2053.282471002312:36:27\tCompleted 3277 to KZ194200: 372.9286025886823\n", - "\n", - "12:36:27\tCompleted 3254 to KZ355600: 3574.5246956595365\n", - "12:36:27\tCompleted 3270 to KZ153600: 3312.649045910902\n", - "12:36:27\tCompleted 3293 to KZ193600: 1358.4640898117198\n", - "12:36:28\tCompleted 3308 to KZ315000: 840.7245150835017\n", - "12:36:28\tCompleted 3261 to KZ473600: 3768.8081963913746\n", - "12:36:28\tCompleted 3242 to KZ596000: 1852.4808007970557\n", - "12:36:28\tCompleted 3255 to KZ593200: 1966.082719199556\n", - "12:36:28\tCompleted 3236 to KZ552200: 2044.5641235410865\n", - "12:36:28\tCompleted 3251 to KZ196000: 1057.5312044238467\n", - "12:36:28\tCompleted 3271 to KZ235200: 3868.772710883235\n", - "12:36:28\tCompleted 3218 to KZ636200: 4191.54806937777\n", - "12:36:28\tCompleted 3266 to KZ313600: 760.0176253252249\n", - "12:36:28\tCompleted 3245 to KZ751910: 1092.988485063277\n", - "12:36:28\tCompleted 3268 to KZ614000: 1059.4349927424462\n", - "12:36:28\tCompleted 3235 to KZ471000: 4440.363698218079\n", - "12:36:28\tCompleted 3272 to KZ351800: 1964.2121496638053\n", - "12:36:29\tCompleted 3249 to KZ271000: 1772.5671297997026\n", - "12:36:29\tCompleted 3277 to KZ751210: 52.78698389733554\n", - "12:36:29\tCompleted 3220 to KZ595000: 2050.891414445266\n", - "12:36:29\tCompleted 3243 to KZ276200: 4150.578553388838\n", - "12:36:29\tCompleted 3233 to KZ196600: 2020.2738179244493\n", - "12:36:29\tCompleted 3308 to KZ314200: 433.5278718796148\n", - "12:36:29\tCompleted 3246 to KZ636200: 2321.2312461203105\n", - "12:36:29\tCompleted 3262 to KZ615200: 1162.03022523369\n", - "12:36:29\tCompleted 3253 to KZ314000: 1000.7493675171975\n", - "12:36:29\tCompleted 3241 to KZ394000: 2046.9258209717752\n", - "12:36:29\tCompleted 3294 to KZ635800: 1511.315688576915\n", - "12:36:29\tCompleted 3295 to KZ394800: 2917.836772229484\n", - "12:36:29\tCompleted 3274 to KZ552200: 1887.5136824572633\n", - "12:36:29\tCompleted 3227 to KZ595600: 2294.275784640826\n", - "12:36:29\tCompleted 3219 to KZ471000: 4413.698565715086\n", - "12:36:29\tCompleted 3260 to KZ394800: 3161.141498133359\n", - "12:36:29\tCompleted 3276 to KZ117000: 1612.3181847358987\n", - "12:36:30\tCompleted 3234 to KZ396400: 2848.085869378317512:36:30\tCompleted 3248 to KZ595000: 1998.195817418983\n", - "\n", - "12:36:30\tCompleted 3251 to KZ191000: 749.1420515308017\n", - "12:36:30\tCompleted 3258 to KZ156000: 3022.9036779012827\n", - "12:36:30\tCompleted 3266 to KZ314000: 541.616332031417\n", - "12:36:30\tCompleted 3277 to KZ751110: 46.38870823404652\n", - "12:36:30\tCompleted 3287 to KZ596400: 2039.1510186259081\n", - "12:36:30\tCompleted 3223 to KZ191600: 1795.4803017708423\n", - "12:36:30\tCompleted 3228 to KZ613900: 1657.4538766216294\n", - "12:36:30\tCompleted 3293 to KZ194000: 1339.2258890004766\n", - "12:36:30\tCompleted 3245 to KZ751510: 1081.504422962361\n", - "12:36:30\tCompleted 3226 to KZ396600: 2491.763717670391\n", - "12:36:30\tCompleted 3230 to KZ114800: 2370.7568092831166\n", - "12:36:30\tCompleted 3306 to KZ154600: 2008.645075119091\n", - "12:36:30\tCompleted 3247 to KZ394200: 2790.745443373745712:36:30\tCompleted 3214 to KZ234200: 2584.247280868487\n", - "\n", - "12:36:30\tCompleted 3259 to KZ635200: 1686.4027425956174\n", - "12:36:31\tCompleted 3253 to KZ314800: 440.74925496689184\n", - "12:36:31\tCompleted 3268 to KZ613900: 1337.358264758894\n", - "12:36:31\tCompleted 3249 to KZ274000: 2042.5675684120647\n", - "12:36:31\tCompleted 3277 to KZ751310: 52.87398960828507\n", - "12:36:31\tCompleted 3265 to KZ634800: 1740.5317243030509\n", - "12:36:31\tCompleted 3251 to KZ196200: 514.7348787394671\n", - "12:36:31\tCompleted 3224 to KZ235200: 2129.1238095567032\n", - "12:36:31\tCompleted 3308 to KZ353200: 1390.1193469631799\n", - "12:36:31\tCompleted 3288 to KZ271000: 3947.858810359336\n", - "12:36:31\tCompleted 3239 to KZ195600: 4507.6979337775065\n", - "12:36:32\tCompleted 3266 to KZ314800: 1047.6381604926062\n", - "12:36:32\tCompleted 3294 to KZ636200: 1372.3986053466706\n", - "12:36:32\tCompleted 3273 to KZ433200: 2468.33706901329612:36:32\tCompleted 3236 to KZ554600: 2116.64920720692\n", - "\n", - "12:36:32\tCompleted 3253 to KZ315400: 663.4157118903692\n", - "12:36:32\tCompleted 3242 to KZ596200: 2239.4802504682284\n", - "12:36:32\tCompleted 3277 to KZ751410: 59.88393571318177\n", - "12:36:32\tCompleted 3307 to KZ234600: 4612.9710569183335\n", - "12:36:33\tCompleted 3279 to KZ635200: 2849.646910027737\n", - "12:36:33\tCompleted 3268 to KZ612000: 1206.0697257873585\n", - "12:36:33\tCompleted 3251 to KZ192600: 788.0858065594956\n", - "12:36:33\tCompleted 3240 to KZ632800: 2297.5198003170026\n", - "12:36:33\tCompleted 3296 to KZ593600: 2167.8310752865937\n", - "12:36:33\tCompleted 3254 to KZ352100: 3850.986784373606\n", - "12:36:33\tCompleted 3265 to KZ633400: 1034.83508365543\n", - "12:36:33\tCompleted 3262 to KZ616400: 2134.6227761297423\n", - "12:36:33\tCompleted 3298 to KZ276600: 3829.061981193676\n", - "12:36:33\tCompleted 3259 to KZ632400: 1555.3583004451148\n", - "12:36:33\tCompleted 3249 to KZ274200: 2254.6887480090786\n", - "12:36:33\tCompleted 3281 to KZ395600: 2134.5162228908184\n", - "12:36:33\tCompleted 3233 to KZ194200: 1648.364879746706\n", - "12:36:33\tCompleted 3228 to KZ612000: 1526.165337650094\n", - "12:36:33\tCompleted 3267 to KZ475200: 2969.4957347847007\n", - "12:36:33\tCompleted 3256 to KZ274400: 4079.0009459830617\n", - "12:36:33\tCompleted 3266 to KZ315400: 734.8770418126322\n", - "12:36:33\tCompleted 3221 to KZ274200: 2866.564282912857\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:36:33\tCompleted 3274 to KZ554600: 2025.102414635127\n", - "12:36:33\tCompleted 3227 to KZ596000: 1937.090800587742\n", - "12:36:33\tCompleted 3264 to KZ153200: 3123.062531919103\n", - "12:36:33\tCompleted 3277 to KZ751710: 91.92000537332531\n", - "12:36:34\tCompleted 3276 to KZ114400: 1738.5580248444978\n", - "12:36:34\tCompleted 3253 to KZ315600: 1002.3174535320686\n", - "12:36:34\tCompleted 3255 to KZ595800: 2070.0023292399333\n", - "12:36:34\tCompleted 3272 to KZ393200: 2662.28526792088\n", - "12:36:34\tCompleted 3294 to KZ636400: 1129.81275746666\n", - "12:36:34\tCompleted 3261 to KZ474200: 4215.432357457897\n", - "12:36:34\tCompleted 3246 to KZ636400: 2078.64539824033\n", - "12:36:34\tCompleted 3230 to KZ111010: 1908.10893371317712:36:34\tCompleted 3270 to KZ154000: 3064.225618735876\n", - "\n", - "12:36:34\tCompleted 3241 to KZ396800: 2061.527895645818712:36:34\tCompleted 3220 to KZ593600: 2226.9948363505755\n", - "\n", - "12:36:34\tCompleted 3287 to KZ594600: 2244.629870153396\n", - "12:36:34\tCompleted 3251 to KZ196600: 833.8015306147599\n", - "12:36:34\tCompleted 3223 to KZ195200: 1733.2453249055689\n", - "12:36:35\tCompleted 3277 to KZ751810: 55.631348921165795\n", - "12:36:35\tCompleted 3248 to KZ593600: 2112.7444217032767\n", - "12:36:35\tCompleted 3268 to KZ614400: 1263.8910641986968\n", - "12:36:35\tCompleted 3306 to KZ154800: 1843.6523861314895\n", - "12:36:35\tCompleted 3311 to KZ431900: 1636.0861547513298\n", - "12:36:35\tCompleted 3235 to KZ473600: 4021.3889321950983\n", - "12:36:35\tCompleted 3295 to KZ395000: 2845.8121819204375\n", - "12:36:35\tCompleted 3218 to KZ636400: 4528.7878038810695\n", - "12:36:35\tCompleted 3236 to KZ555600: 1831.8901326099622\n", - "12:36:35\tCompleted 3293 to KZ196400: 1772.3799956760802\n", - "12:36:35\tCompleted 3260 to KZ395000: 3089.116907824311\n", - "12:36:35\tCompleted 3271 to KZ235600: 3963.81047690364\n", - "12:36:35\tCompleted 3258 to KZ154600: 3321.0411086463973\n", - "12:36:35\tCompleted 3308 to KZ353600: 1834.407195523987\n", - "12:36:35\tCompleted 3243 to KZ271000: 4168.271508803067\n", - "12:36:35\tCompleted 3266 to KZ315600: 1357.73837797026\n", - "12:36:35\tCompleted 3226 to KZ394200: 2939.300212640813\n", - "12:36:35\tCompleted 3234 to KZ394000: 3080.020718744139\n", - "12:36:36\tCompleted 3277 to KZ751910: 37.7563643814992312:36:36\tCompleted 3259 to KZ632800: 1553.253961836042\n", - "\n", - "12:36:36\tCompleted 3251 to KZ194200: 469.2448438869961\n", - "12:36:36\tCompleted 3265 to KZ633600: 1548.7528457902877\n", - "12:36:36\tCompleted 3253 to KZ316000: 1261.9823496731399\n", - "12:36:36\tCompleted 3228 to KZ614400: 1583.9866760614323\n", - "12:36:36\tCompleted 3237 to KZ271000: 2443.654310190436\n", - "12:36:36\tCompleted 3262 to KZ615600: 1718.9314784068617\n", - "12:36:36\tCompleted 3273 to KZ431900: 1949.293236118086\n", - "12:36:36\tCompleted 3247 to KZ394400: 2947.6902184696514\n", - "12:36:36\tCompleted 3219 to KZ473600: 3994.7237996921094\n", - "12:36:36\tCompleted 3268 to KZ614600: 1053.5426916672616\n", - "12:36:37\tCompleted 3242 to KZ596400: 2013.2752300680052\n", - "12:36:37\tCompleted 3294 to KZ631000: 1344.7029453181144\n", - "12:36:37\tCompleted 3233 to KZ751210: 1603.164502331528\n", - "12:36:37\tCompleted 3266 to KZ316000: 542.6746173338627\n", - "12:36:37\tCompleted 3277 to KZ751510: 38.31764042218106\n", - "12:36:37\tCompleted 3251 to KZ751210: 416.69221502183876\n", - "12:36:37\tCompleted 3274 to KZ555600: 1854.1065034270237\n", - "12:36:37\tCompleted 3287 to KZ711110: 1492.8621637391154\n", - "12:36:37\tCompleted 3293 to KZ196800: 1240.5383934348997\n", - "12:36:37\tCompleted 3253 to KZ316600: 810.7898106319415\n", - "12:36:37\tCompleted 3224 to KZ235600: 2224.1615755771154\n", - "12:36:37\tCompleted 3239 to KZ195800: 4321.584806144657\n", - "12:36:37\tCompleted 3230 to KZ116000: 1876.9400148359161\n", - "12:36:38\tCompleted 3254 to KZ352200: 3532.57327382229\n", - "12:36:38\tCompleted 3250 to KZ113200: 3470.4370892773895\n", - "12:36:38\tCompleted 3262 to KZ615800: 1103.1068233045532\n", - "12:36:38\tCompleted 3227 to KZ596200: 2324.090250258911\n", - "12:36:38\tCompleted 3276 to KZ114600: 1846.9571172319277\n", - "12:36:38\tCompleted 3245 to KZ231000: 2794.388383858109\n", - "12:36:38\tCompleted 3308 to KZ351600: 1409.1973435475356\n", - "12:36:38\tCompleted 3236 to KZ551000: 1743.0255632637086\n", - "12:36:38\tCompleted 3265 to KZ633800: 1481.2523998625215\n", - "12:36:38\tCompleted 3288 to KZ274000: 4601.516994078846\n", - "12:36:38\tCompleted 3296 to KZ595200: 2165.281208343825\n", - "12:36:38\tCompleted 3259 to KZ636800: 1483.5265882561182\n", - "12:36:38\tCompleted 3251 to KZ751110: 424.44957433471944\n", - "12:36:38\tCompleted 3266 to KZ316600: 1079.7813862691733\n", - "12:36:38\tCompleted 3222 to KZ113200: 2889.9985397577016\n", - "12:36:38\tCompleted 3228 to KZ614600: 1373.638303529997\n", - "12:36:39\tCompleted 3255 to KZ593400: 1879.3895918877931\n", - "12:36:39\tCompleted 3241 to KZ394800: 1834.0220939402018\n", - "12:36:39\tCompleted 3307 to KZ234800: 3746.672432753909\n", - "12:36:39\tCompleted 3272 to KZ393400: 2484.54569902102\n", - "12:36:39\tCompleted 3240 to KZ636800: 2499.5603305777104\n", - "12:36:39\tCompleted 3281 to KZ395800: 2161.0631643968545\n", - "12:36:39\tCompleted 3311 to KZ434600: 1669.7507251777101\n", - "12:36:39\tCompleted 3248 to KZ595200: 2110.1945547605096\n", - "12:36:39\tCompleted 3293 to KZ191600: 1266.3363694949885\n", - "12:36:39\tCompleted 3220 to KZ595200: 1998.797955117141\n", - "12:36:39\tCompleted 3264 to KZ153400: 3012.4758743934244\n", - "12:36:39\tCompleted 3253 to KZ316200: 1294.197651765431\n", - "12:36:39\tCompleted 3298 to KZ275000: 3694.7596382960073\n", - "12:36:40\tCompleted 3246 to KZ631000: 2293.535586091753\n", - "12:36:40\tCompleted 3268 to KZ614800: 1535.1634970383682\n", - "12:36:40\tCompleted 3251 to KZ751310: 417.62114720997323\n", - "12:36:40\tCompleted 3266 to KZ316200: 572.065085258553\n", - "12:36:40\tCompleted 3295 to KZ395200: 2377.7766968456026\n", - "12:36:40\tCompleted 3279 to KZ632400: 2718.6024678772383\n", - "12:36:40\tCompleted 3262 to KZ612600: 1358.2369499254794\n", - "12:36:40\tCompleted 3287 to KZ711410: 1518.974663822627\n", - "12:36:40\tCompleted 3223 to KZ195000: 2184.8754284462407\n", - "12:36:40\tCompleted 3260 to KZ395200: 2621.081422749478\n", - "12:36:40\tCompleted 3254 to KZ352300: 2755.1713983946634\n", - "12:36:40\tCompleted 3294 to KZ634600: 1612.3875706184117\n", - "12:36:40\tCompleted 3233 to KZ751110: 1610.9218616444086\n", - "12:36:40\tCompleted 3261 to KZ474600: 3892.6077966398148\n", - "12:36:41\tCompleted 3308 to KZ354000: 1486.278697550565\n", - "12:36:41\tCompleted 3274 to KZ551000: 1765.24193408077\n", - "12:36:41\tCompleted 3273 to KZ434600: 1982.9578065444664\n", - "12:36:41\tCompleted 3256 to KZ275400: 4754.189377940136\n", - "12:36:41\tCompleted 3270 to KZ154200: 3366.8616577051985\n", - "12:36:41\tCompleted 3306 to KZ155200: 2270.5910490332644\n", - "12:36:41\tCompleted 3234 to KZ396800: 2826.113176304552\n", - "12:36:41\tCompleted 3267 to KZ471800: 2799.105514623975\n", - "12:36:41\tCompleted 3251 to KZ751410: 435.046125613613812:36:41\tCompleted 3258 to KZ154800: 3156.0484196587972\n", - "\n", - "12:36:41\tCompleted 3247 to KZ433200: 2520.169726413572\n", - "12:36:41\tCompleted 3259 to KZ635800: 1534.1530219716608\n", - "12:36:41\tCompleted 3265 to KZ634000: 1478.3371424280585\n", - "12:36:41\tCompleted 3253 to KZ311000: 899.6120218960104\n", - "12:36:41\tCompleted 3236 to KZ556000: 1784.322071594521712:36:41\tCompleted 3235 to KZ474200: 4468.013093261638\n", - "12:36:41\tCompleted 3293 to KZ195200: 1204.101392629715\n", - "\n", - "12:36:41\tCompleted 3266 to KZ311000: 443.51300483989576\n", - "12:36:41\tCompleted 3218 to KZ631000: 4137.682456045814\n", - "12:36:41\tCompleted 3230 to KZ116400: 1999.3413625954354\n", - "12:36:41\tCompleted 3262 to KZ616000: 1068.0021785505032\n", - "12:36:42\tCompleted 3227 to KZ596400: 2097.8852298586917\n", - "12:36:42\tCompleted 3268 to KZ615400: 1276.32726412892\n", - "12:36:42\tCompleted 3242 to KZ594600: 2218.7540815954944\n", - "12:36:42\tCompleted 3228 to KZ614800: 1855.2591089011037\n", - "12:36:42\tCompleted 3250 to KZ113400: 3548.2981260827273\n", - "12:36:42\tCompleted 3251 to KZ751710: 476.03415738251664\n", - "12:36:42\tCompleted 3271 to KZ233600: 3846.4270747595842\n", - "12:36:42\tCompleted 3243 to KZ274000: 4821.92969252259\n", - "12:36:43\tCompleted 3219 to KZ474200: 4441.347960758646\n", - "12:36:43\tCompleted 3294 to KZ634400: 1204.5383111623291\n", - "12:36:43\tCompleted 3308 to KZ351000: 1420.2534122007294\n", - "12:36:43\tCompleted 3296 to KZ591000: 2055.496937096367\n", - "12:36:43\tCompleted 3287 to KZ711210: 1520.1364252495255\n", - "12:36:43\tCompleted 3266 to KZ315000: 852.0427433553864\n", - "12:36:43\tCompleted 3222 to KZ113400: 2967.8595765630394\n", - "12:36:43\tCompleted 3224 to KZ233600: 2106.778173432937\n", - "12:36:43\tCompleted 3255 to KZ594200: 2059.2473409513045\n", - "12:36:43\tCompleted 3253 to KZ315000: 1016.8208381296442\n", - "12:36:43\tCompleted 3276 to KZ114800: 2205.1926465852384\n", - "12:36:43\tCompleted 3277 to KZ231000: 3903.4168399585533\n", - "12:36:43\tCompleted 3226 to KZ394400: 3020.561307558885\n", - "12:36:43\tCompleted 3259 to KZ636200: 1395.2359387414165\n", - "12:36:44\tCompleted 3262 to KZ613800: 1443.6159538828829\n", - "12:36:44\tCompleted 3251 to KZ751810: 422.27800145946566\n", - "12:36:44\tCompleted 3268 to KZ615200: 1013.7439106306401\n", - "12:36:44\tCompleted 3239 to KZ196000: 4508.365561533595\n", - "12:36:44\tCompleted 3248 to KZ591000: 2000.4102835130507\n", - "12:36:44\tCompleted 3274 to KZ556000: 1806.5384424115832\n", - "12:36:44\tCompleted 3233 to KZ751310: 1604.0934345196624\n", - "12:36:44\tCompleted 3272 to KZ391600: 2340.4161960365104\n", - "12:36:44\tCompleted 3308 to KZ352000: 970.1756887827555\n", - "12:36:44\tCompleted 3236 to KZ556800: 1845.8930302792687\n", - "12:36:44\tCompleted 3241 to KZ395000: 2168.157874034834\n", - "12:36:44\tCompleted 3281 to KZ392400: 2071.089244769619\n", - "12:36:44\tCompleted 3266 to KZ314200: 443.3916844963361\n", - "12:36:44\tCompleted 3242 to KZ711110: 1466.9863751812125\n", - "12:36:44\tCompleted 3220 to KZ591000: 2052.1236474922994\n", - "12:36:44\tCompleted 3253 to KZ314200: 901.0262354583834\n", - "12:36:44\tCompleted 3293 to KZ195000: 1655.7314961704003\n", - "12:36:44\tCompleted 3271 to KZ633200: 1238.8602591586034\n", - "12:36:45\tCompleted 3306 to KZ156400: 1849.8810486724205\n", - "12:36:45\tCompleted 3228 to KZ615400: 1596.4228759916555\n", - "12:36:45\tCompleted 3294 to KZ313600: 977.0311862719477\n", - "12:36:45\tCompleted 3295 to KZ391000: 2573.482961354562\n", - "12:36:45\tCompleted 3230 to KZ116800: 1786.9425089034096\n", - "12:36:45\tCompleted 3251 to KZ751910: 443.418917809874\n", - "12:36:45\tCompleted 3254 to KZ352800: 3533.257116963388\n", - "12:36:45\tCompleted 3260 to KZ391000: 2816.7876872584357\n", - "12:36:45\tCompleted 3259 to KZ636400: 1152.650090861406\n", - "12:36:45\tCompleted 3311 to KZ434400: 2012.7001241394446\n", - "12:36:45\tCompleted 3223 to KZ194400: 2002.66035498728\n", - "12:36:45\tCompleted 3247 to KZ431900: 2001.1258935183648\n", - "12:36:45\tCompleted 3267 to KZ593200: 1945.9612809300193\n", - "12:36:45\tCompleted 3265 to KZ635400: 1923.2426950102918\n", - "12:36:46\tCompleted 3288 to KZ274200: 4718.862488458394\n", - "12:36:46\tCompleted 3240 to KZ635800: 2660.857997390111\n", - "12:36:46\tCompleted 3237 to KZ274000: 3097.312493909965\n", - "12:36:46\tCompleted 3287 to KZ711310: 1531.9937847054573\n", - "12:36:46\tCompleted 3307 to KZ235200: 3794.3122801172767\n", - "12:36:46\tCompleted 3227 to KZ594600: 2303.364081386177\n", - "12:36:46\tCompleted 3245 to KZ234000: 3002.998861225797\n", - "12:36:46\tCompleted 3251 to KZ751510: 431.9348557089581\n", - "12:36:46\tCompleted 3279 to KZ632800: 2483.0188083772046\n", - "12:36:46\tCompleted 3273 to KZ434400: 2325.9072055061956\n", - "12:36:46\tCompleted 3294 to KZ314000: 835.3878221235583\n", - "12:36:46\tCompleted 3298 to KZ274800: 4230.264549679435\n", - "12:36:46\tCompleted 3246 to KZ634600: 2561.2202113920416\n", - "12:36:46\tCompleted 3258 to KZ155200: 3582.98708256055\n", - "12:36:47\tCompleted 3264 to KZ153600: 3304.879635250949\n", - "12:36:47\tCompleted 3270 to KZ156000: 2940.110890073419\n", - "12:36:47\tCompleted 3222 to KZ113600: 2646.376694723278\n", - "12:36:47\tCompleted 3253 to KZ353200: 1482.9462959700058\n", - "12:36:47\tCompleted 3276 to KZ111010: 1742.5447710152916\n", - "12:36:47\tCompleted 3266 to KZ353200: 1349.4459882506046\n", - "12:36:47\tCompleted 3228 to KZ615200: 1333.8395224933756\n", - "12:36:47\tCompleted 3261 to KZ475000: 4262.936823389598\n", - "12:36:47\tCompleted 3256 to KZ273600: 3922.1486369226104\n", - "12:36:47\tCompleted 3235 to KZ474600: 4145.188532443539\n", - "12:36:47\tCompleted 3293 to KZ194400: 1473.5164227114262\n", - "12:36:47\tCompleted 3268 to KZ616400: 1986.3364615266921\n", - "12:36:47\tCompleted 3274 to KZ556800: 1868.1094010963302\n", - "12:36:47\tCompleted 3242 to KZ711410: 1493.098875264724\n", - "12:36:47\tCompleted 3255 to KZ596600: 2160.132858528064\n", - "12:36:47\tCompleted 3259 to KZ631000: 1367.5402787128603\n", - "12:36:47\tCompleted 3250 to KZ113600: 3226.815244242966\n", - "12:36:48\tCompleted 3241 to KZ395200: 1635.796647195687\n", - "12:36:48\tCompleted 3294 to KZ314800: 275.3877095732526\n", - "12:36:48\tCompleted 3296 to KZ595600: 2159.5858760721035\n", - "12:36:48\tCompleted 3236 to KZ554800: 2000.572999027558\n", - "12:36:48\tCompleted 3265 to KZ635000: 1397.969267677843\n", - "12:36:48\tCompleted 3234 to KZ394800: 3004.7677450026144\n", - "12:36:48\tCompleted 3271 to KZ634800: 1723.30685056889812:36:48\tCompleted 3230 to KZ111810: 1808.8066019265384\n", - "12:36:48\tCompleted 3233 to KZ751410: 1621.518412923303\n", - "\n", - "12:36:48\tCompleted 3218 to KZ634600: 4596.411983511251\n", - "12:36:48\tCompleted 3311 to KZ431000: 1354.3915417768014\n", - "12:36:48\tCompleted 3219 to KZ474600: 4118.52339994055\n", - "12:36:49\tCompleted 3220 to KZ595600: 1900.4274962961774\n", - "12:36:49\tCompleted 3248 to KZ595600: 2234.2978700349704\n", - "12:36:49\tCompleted 3294 to KZ315400: 498.05416649673\n", - "12:36:49\tCompleted 3253 to KZ353600: 1419.1760742533393\n", - "12:36:49\tCompleted 3306 to KZ155600: 2022.5609227113582\n", - "12:36:49\tCompleted 3290 to KZ113200: 1670.8436759751878\n", - "12:36:49\tCompleted 3308 to KZ354800: 1969.109650841355\n", - "12:36:49\tCompleted 3227 to KZ711110: 1551.5963749718987\n", - "12:36:49\tCompleted 3281 to KZ396200: 2026.7529331824096\n", - "12:36:49\tCompleted 3287 to KZ555200: 1740.4373919164307\n", - "12:36:49\tCompleted 3271 to KZ633400: 1017.6102099212771\n", - "12:36:49\tCompleted 3243 to KZ274200: 4939.275186902129\n", - "12:36:49\tCompleted 3272 to KZ393600: 2642.8494910258746\n", - "12:36:50\tCompleted 3273 to KZ431000: 1667.5986231435577\n", - "12:36:50\tCompleted 3247 to KZ434600: 2034.7904639447452\n", - "12:36:50\tCompleted 3293 to KZ194600: 1484.0333887159327\n", - "12:36:50\tCompleted 3262 to KZ273200: 4145.114899183466\n", - "12:36:50\tCompleted 3254 to KZ356400: 3567.083916022629\n", - "12:36:50\tCompleted 3295 to KZ395400: 2616.846856279875\n", - "12:36:50\tCompleted 3277 to KZ234000: 4112.027317326241\n", - "12:36:50\tCompleted 3224 to KZ633200: 2470.6625731826166\n", - "12:36:50\tCompleted 3239 to KZ191000: 4199.976408640522\n", - "12:36:50\tCompleted 3260 to KZ395400: 2860.151582183748412:36:50\tCompleted 3259 to KZ634600: 1635.2249040131576\n", - "\n", - "12:36:50\tCompleted 3226 to KZ433200: 2784.5639038201057\n", - "12:36:50\tCompleted 3265 to KZ632200: 1473.0098460844197\n", - "12:36:50\tCompleted 3276 to KZ116000: 1711.3758521380307\n", - "12:36:50\tCompleted 3242 to KZ711210: 1494.2606366916225\n", - "12:36:50\tCompleted 3267 to KZ595800: 2049.8808909703966\n", - "12:36:50\tCompleted 3223 to KZ194600: 2013.1773209917865\n", - "12:36:50\tCompleted 3222 to KZ113800: 2475.129494553512\n", - "12:36:50\tCompleted 3294 to KZ315600: 854.9442054408671\n", - "12:36:51\tCompleted 3268 to KZ615600: 1570.6451638038113\n", - "12:36:51\tCompleted 3253 to KZ351600: 993.9662222768881\n", - "12:36:51\tCompleted 3230 to KZ116600: 1535.5313134747464\n", - "12:36:51\tCompleted 3311 to KZ435200: 1252.6974117158709\n", - "12:36:51\tCompleted 3236 to KZ556400: 1927.4393582023615\n", - "12:36:51\tCompleted 3308 to KZ355200: 1448.2519327755017\n", - "12:36:51\tCompleted 3246 to KZ634400: 2153.3709519359822\n", - "12:36:51\tCompleted 3228 to KZ616400: 2306.4320733894274\n", - "12:36:52\tCompleted 3290 to KZ113400: 1500.5561830424244\n", - "12:36:52\tCompleted 3274 to KZ554800: 2022.7893698446194\n", - "12:36:52\tCompleted 3255 to KZ595000: 1994.5728772157709\n", - "12:36:52\tCompleted 3306 to KZ156800: 1524.5407669319402\n", - "12:36:52\tCompleted 3241 to KZ391000: 1890.1948438520396\n", - "12:36:52\tCompleted 3227 to KZ711410: 1577.7088750554103\n", - "12:36:52\tCompleted 3259 to KZ634400: 1227.375644557075\n", - "12:36:52\tCompleted 3233 to KZ751710: 1662.5064446922058\n", - "12:36:52\tCompleted 3271 to KZ633600: 1531.5279720561348\n", - "12:36:52\tCompleted 3298 to KZ275800: 3699.8473736678457\n", - "12:36:52\tCompleted 3268 to KZ615800: 954.8205087015039\n", - "12:36:52\tCompleted 3294 to KZ316000: 1096.620804279500612:36:52\tCompleted 3296 to KZ596000: 1932.1995395651998\n", - "\n", - "12:36:52\tCompleted 3250 to KZ113800: 3055.5680440732\n", - "12:36:52\tCompleted 3266 to KZ353600: 1845.7254237958716\n", - "12:36:53\tCompleted 3258 to KZ156400: 3162.2770821997833\n", - "12:36:53\tCompleted 3273 to KZ435200: 1565.9044930826271\n", - "12:36:53\tCompleted 3246 to KZ313600: 536.9259767226391\n", - "12:36:53\tCompleted 3253 to KZ354000: 1502.7657402383918\n", - "12:36:53\tCompleted 3240 to KZ636200: 2521.940914159855\n", - "12:36:53\tCompleted 3279 to KZ636800: 2646.770755688243\n", - "12:36:53\tCompleted 3287 to KZ551600: 1798.3982955476622\n", - "12:36:53\tCompleted 3248 to KZ596000: 1877.1128859818828\n", - "12:36:53\tCompleted 3264 to KZ154000: 3056.4562080759233\n", - "12:36:53\tCompleted 3270 to KZ154600: 3238.2483208185336\n", - "12:36:53\tCompleted 3242 to KZ711310: 1506.1179961475543\n", - "12:36:53\tCompleted 3251 to KZ231000: 3449.007489577952\n", - "12:36:53\tCompleted 3307 to KZ235600: 3889.3500461376816\n", - "12:36:53\tCompleted 3293 to KZ194800: 1752.149040769936\n", - "12:36:53\tCompleted 3234 to KZ395000: 2932.743154693566\n", - "12:36:53\tCompleted 3311 to KZ434800: 1284.0236726322064\n", - "12:36:53\tCompleted 3265 to KZ635200: 1663.574315470871\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:36:54\tCompleted 3246 to KZ314000: 318.5246834288313\n", - "12:36:54\tCompleted 3244 to KZ113200: 3457.277543733287\n", - "12:36:54\tCompleted 3237 to KZ274200: 3214.6579882894084\n", - "12:36:54\tCompleted 3294 to KZ316600: 645.4282652383022\n", - "12:36:54\tCompleted 3235 to KZ475000: 4515.517559193355\n", - "12:36:54\tCompleted 3256 to KZ276600: 4003.9738836215965\n", - "12:36:54\tCompleted 3220 to KZ596000: 1988.8896008723834\n", - "12:36:54\tCompleted 3245 to KZ234200: 3453.944567746733\n", - "12:36:54\tCompleted 3259 to KZ313600: 1094.7358774160941\n", - "12:36:54\tCompleted 3261 to KZ475200: 4273.779784173654\n", - "12:36:54\tCompleted 3218 to KZ634400: 4118.129946423096\n", - "12:36:54\tCompleted 3230 to KZ115600: 1972.8789501300932\n", - "12:36:54\tCompleted 3254 to KZ352400: 3483.5259274143655\n", - "12:36:54\tCompleted 3268 to KZ612600: 1209.9506353224294\n", - "12:36:54\tCompleted 3276 to KZ116400: 1833.77719989755\n", - "12:36:54\tCompleted 3236 to KZ554200: 2190.0673965897977\n", - "12:36:54\tCompleted 3290 to KZ113600: 1629.0273411124824\n", - "12:36:54\tCompleted 3281 to KZ396600: 2034.6717739736089\n", - "12:36:54\tCompleted 3308 to KZ355600: 1610.8786182686995\n", - "12:36:55\tCompleted 3247 to KZ434400: 2377.7398629064714\n", - "12:36:55\tCompleted 3267 to KZ593400: 1859.2681536182563\n", - "12:36:55\tCompleted 3271 to KZ633800: 1464.0275261283687\n", - "12:36:55\tCompleted 3266 to KZ351600: 1420.5155718194203\n", - "12:36:55\tCompleted 3272 to KZ396400: 2864.26113769923\n", - "12:36:55\tCompleted 3222 to KZ114500: 2938.509659362542\n", - "12:36:55\tCompleted 3228 to KZ615600: 1890.7407756665473\n", - "12:36:55\tCompleted 3246 to KZ314800: 824.5465118900204\n", - "12:36:55\tCompleted 3219 to KZ475000: 4488.852426690362\n", - "12:36:55\tCompleted 3227 to KZ711210: 1578.8706364823088\n", - "12:36:55\tCompleted 3295 to KZ392000: 2733.7705513600986\n", - "12:36:55\tCompleted 3253 to KZ351000: 1434.3973091380485\n", - "12:36:55\tCompleted 3274 to KZ556400: 1949.655729019423\n", - "12:36:55\tCompleted 3226 to KZ431900: 2265.520070924902\n", - "12:36:56\tCompleted 3233 to KZ751810: 1608.750288769154812:36:56\tCompleted 3259 to KZ314000: 953.0925132677048\n", - "\n", - "12:36:56\tCompleted 3294 to KZ316200: 1128.8361063717919\n", - "12:36:56\tCompleted 3260 to KZ392000: 2977.075277263972\n", - "12:36:56\tCompleted 3239 to KZ196200: 3965.5692358491897\n", - "12:36:56\tCompleted 3268 to KZ616000: 919.7158639474533\n", - "12:36:56\tCompleted 3273 to KZ434800: 1597.2307539989627\n", - "12:36:56\tCompleted 3306 to KZ193200: 1862.0628125309092\n", - "12:36:56\tCompleted 3255 to KZ593600: 2109.1214815000644\n", - "12:36:56\tCompleted 3223 to KZ194800: 2281.2929730457895\n", - "12:36:56\tCompleted 3265 to KZ632400: 1532.5298733203683\n", - "12:36:56\tCompleted 3236 to KZ791110: 1442.9941645461622\n", - "12:36:57\tCompleted 3308 to KZ352100: 1175.1603032427824\n", - "12:36:57\tCompleted 3246 to KZ315400: 511.78539321004644\n", - "12:36:57\tCompleted 3242 to KZ555200: 1670.9206919552287\n", - "12:36:57\tCompleted 3277 to KZ234200: 4562.973023847177\n", - "12:36:57\tCompleted 3311 to KZ433600: 1544.6938529813422\n", - "12:36:57\tCompleted 3262 to KZ274400: 4082.2435866701812\n", - "12:36:57\tCompleted 3294 to KZ311000: 734.2504765023713\n", - "12:36:57\tCompleted 3259 to KZ314800: 393.0924007173992\n", - "12:36:57\tCompleted 3241 to KZ395400: 1938.0623968851182\n", - "12:36:57\tCompleted 3254 to KZ356000: 2758.569300808106\n", - "12:36:57\tCompleted 3271 to KZ634000: 1461.1122686939057\n", - "12:36:57\tCompleted 3266 to KZ354000: 1445.6053388379898\n", - "12:36:57\tCompleted 3287 to KZ553200: 2034.909792822143\n", - "12:36:57\tCompleted 3238 to KZ113200: 2003.7684197687681\n", - "12:36:58\tCompleted 3224 to KZ634800: 3191.66649512572\n", - "12:36:58\tCompleted 3228 to KZ615800: 1274.916120564238812:36:58\tCompleted 3293 to KZ195600: 1828.9296085251456\n", - "\n", - "12:36:58\tCompleted 3296 to KZ596200: 2077.9344869597467\n", - "12:36:58\tCompleted 3276 to KZ116800: 1621.3783462055242\n", - "12:36:58\tCompleted 3253 to KZ352000: 1579.1638994387895\n", - "12:36:58\tCompleted 3290 to KZ113800: 1708.6454258685164\n", - "12:36:58\tCompleted 3281 to KZ394200: 1668.9242541354872\n", - "12:36:58\tCompleted 3248 to KZ596200: 2264.1123356530547\n", - "12:36:58\tCompleted 3247 to KZ431000: 1719.4312805438365\n", - "12:36:58\tCompleted 3220 to KZ596200: 1818.7761071838208\n", - "12:36:58\tCompleted 3227 to KZ711310: 1590.7279959382406\n", - "12:36:58\tCompleted 3268 to KZ613800: 1295.329639279833\n", - "12:36:58\tCompleted 3250 to KZ114500: 3518.94820888223\n", - "12:36:58\tCompleted 3246 to KZ315600: 1134.6467293676735\n", - "12:36:59\tCompleted 3244 to KZ113400: 3535.138580538625\n", - "12:36:59\tCompleted 3230 to KZ115200: 2166.361064616349\n", - "12:36:59\tCompleted 3259 to KZ315400: 615.7588576408765\n", - "12:36:59\tCompleted 3258 to KZ155600: 3334.956956238643\n", - "12:36:59\tCompleted 3218 to KZ313600: 2992.9678773000633\n", - "12:36:59\tCompleted 3294 to KZ315000: 851.4592927360051\n", - "12:36:59\tCompleted 3265 to KZ632800: 1530.4255347112955\n", - "12:36:59\tCompleted 3270 to KZ154800: 3073.2556318309335\n", - "12:36:59\tCompleted 3308 to KZ352200: 1398.059921691897\n", - "12:36:59\tCompleted 3236 to KZ791310: 1399.4539326655536\n", - "12:36:59\tCompleted 3222 to KZ114000: 2699.890229116885\n", - "12:36:59\tCompleted 3279 to KZ635800: 2697.3971894038077\n", - "12:36:59\tCompleted 3240 to KZ636400: 2279.355066279892512:36:59\tCompleted 3234 to KZ395200: 2464.7076696187332\n", - "\n", - "12:36:59\tCompleted 3298 to KZ276000: 4115.678399422881\n", - "12:36:59\tCompleted 3246 to KZ316000: 353.7494731211401\n", - "12:37:00\tCompleted 3264 to KZ154200: 3359.0922470452456\n", - "12:37:00\tCompleted 3267 to KZ594200: 2039.1259026817677\n", - "12:37:00\tCompleted 3266 to KZ351000: 1379.5800534881541\n", - "12:37:00\tCompleted 3233 to KZ751910: 1629.8912051195632\n", - "12:37:00\tCompleted 3311 to KZ434000: 1308.751103391798\n", - "12:37:00\tCompleted 3307 to KZ233600: 3771.966643993626\n", - "12:37:00\tCompleted 3259 to KZ315600: 954.660599282576\n", - "12:37:00\tCompleted 3273 to KZ433600: 1857.9009343480984\n", - "12:37:00\tCompleted 3228 to KZ612600: 1530.046247185165\n", - "12:37:00\tCompleted 3235 to KZ475200: 4526.360519977402\n", - "12:37:00\tCompleted 3274 to KZ554200: 2212.283767406859\n", - "12:37:00\tCompleted 3251 to KZ234000: 3657.61796694564\n", - "12:37:00\tCompleted 3242 to KZ551600: 1728.8815955864602\n", - "12:37:00\tCompleted 3294 to KZ314200: 735.6646900647443\n", - "12:37:01\tCompleted 3295 to KZ395600: 2610.9239006511857\n", - "12:37:01\tCompleted 3256 to KZ275000: 3869.671540723928\n", - "12:37:01\tCompleted 3227 to KZ555200: 1445.7547179699661\n", - "12:37:01\tCompleted 3308 to KZ352300: 1001.3789460146996\n", - "12:37:01\tCompleted 3246 to KZ316600: 856.6897376665875\n", - "12:37:01\tCompleted 3255 to KZ595200: 2106.5716145572974\n", - "12:37:01\tCompleted 3253 to KZ354800: 1674.7286381507677\n", - "12:37:01\tCompleted 3226 to KZ434600: 2299.18464135128\n", - "12:37:01\tCompleted 3287 to KZ553600: 1752.5167313669106\n", - "12:37:01\tCompleted 3238 to KZ113400: 1794.989348666597\n", - "12:37:01\tCompleted 3261 to KZ471800: 4103.389564012918\n", - "12:37:01\tCompleted 3272 to KZ394000: 3096.195987065051\n", - "12:37:01\tCompleted 3293 to KZ195800: 1642.8164808922954\n", - "12:37:01\tCompleted 3247 to KZ435200: 1617.737150482906\n", - "12:37:01\tCompleted 3260 to KZ395600: 2854.2286265550592\n", - "12:37:01\tCompleted 3276 to KZ111810: 1643.242439228653\n", - "12:37:01\tCompleted 3266 to KZ352000: 929.5023300701803\n", - "12:37:01\tCompleted 3271 to KZ635400: 1906.0178212761389\n", - "12:37:02\tCompleted 3290 to KZ114500: 1782.4879209533378\n", - "12:37:02\tCompleted 3265 to KZ636800: 1460.6981611313718\n", - "12:37:02\tCompleted 3254 to KZ354400: 3545.8746235623075\n", - "12:37:02\tCompleted 3236 to KZ791510: 1376.5734330939006\n", - "12:37:02\tCompleted 3246 to KZ316200: 348.9734366559674\n", - "12:37:02\tCompleted 3228 to KZ616000: 1239.8114758101888\n", - "12:37:02\tCompleted 3306 to KZ193400: 2066.9516895463512:37:02\tCompleted 3219 to KZ475200: 4499.6953874744095\n", - "\n", - "12:37:02\tCompleted 3223 to KZ195600: 2358.0735408009923\n", - "12:37:02\tCompleted 3241 to KZ392000: 1945.1160512803478\n", - "12:37:02\tCompleted 3307 to KZ633200: 1258.028413044714\n", - "12:37:02\tCompleted 3274 to KZ791110: 1108.8005314073741\n", - "12:37:02\tCompleted 3239 to KZ192600: 4238.920163669216\n", - "12:37:02\tCompleted 3259 to KZ316000: 1214.3254954236472\n", - "12:37:03\tCompleted 3248 to KZ596400: 2037.9073152528322\n", - "12:37:03\tCompleted 3245 to KZ234600: 3569.1148661847874\n", - "12:37:03\tCompleted 3296 to KZ596400: 2114.265566845072\n", - "12:37:03\tCompleted 3244 to KZ113600: 3213.6556986988635\n", - "12:37:03\tCompleted 3218 to KZ314000: 2775.4016126563733\n", - "12:37:03\tCompleted 3294 to KZ353200: 1335.5730478788043\n", - "12:37:03\tCompleted 3230 to KZ115400: 2386.9338364819996\n", - "12:37:03\tCompleted 3246 to KZ311000: 220.42135623730996\n", - "12:37:03\tCompleted 3250 to KZ114000: 3280.328778636573\n", - "12:37:03\tCompleted 3276 to KZ116600: 1167.2793525212742\n", - "12:37:03\tCompleted 3222 to KZ117000: 2746.349897833107712:37:03\tCompleted 3277 to KZ234600: 4678.143322285278\n", - "\n", - "12:37:03\tCompleted 3308 to KZ352800: 1372.2899561857548\n", - "12:37:03\tCompleted 3273 to KZ434000: 1621.9581847585541\n", - "12:37:04\tCompleted 3227 to KZ551600: 1503.7156216011977\n", - "12:37:04\tCompleted 3220 to KZ596400: 2173.429327909054\n", - "12:37:04\tCompleted 3233 to KZ751510: 1618.4071430186473\n", - "12:37:04\tCompleted 3259 to KZ316600: 763.1329563824488\n", - "12:37:04\tCompleted 3271 to KZ635000: 1380.74439394369\n", - "12:37:04\tCompleted 3258 to KZ156800: 2836.93680045928\n", - "12:37:04\tCompleted 3262 to KZ275400: 4757.432018627256\n", - "12:37:04\tCompleted 3267 to KZ596600: 1906.098371550553\n", - "12:37:04\tCompleted 3247 to KZ434800: 1649.0634113992414\n", - "12:37:04\tCompleted 3274 to KZ791310: 1065.2602995267655\n", - "12:37:04\tCompleted 3236 to KZ791710: 1374.797252776868\n", - "12:37:04\tCompleted 3246 to KZ315000: 628.9510947528005\n", - "12:37:05\tCompleted 3306 to KZ193600: 1366.8864205936943\n", - "12:37:05\tCompleted 3265 to KZ635800: 1511.3245948469144\n", - "12:37:05\tCompleted 3234 to KZ391000: 2660.4139341276905\n", - "12:37:05\tCompleted 3242 to KZ553200: 2009.03400426424\n", - "12:37:05\tCompleted 3253 to KZ355200: 1894.7167016436133\n", - "12:37:05\tCompleted 3238 to KZ113600: 2070.262077713232\n", - "12:37:05\tCompleted 3287 to KZ552200: 1877.44484903538912:37:05\tCompleted 3268 to KZ273200: 3996.828584580414\n", - "\n", - "12:37:05\tCompleted 3224 to KZ633400: 2370.3817987400766\n", - "12:37:05\tCompleted 3290 to KZ114000: 1718.6309073857792\n", - "12:37:05\tCompleted 3261 to KZ593200: 2070.216879970389\n", - "12:37:05\tCompleted 3294 to KZ353600: 1271.8028261621378\n", - "12:37:05\tCompleted 3258 to KZ193200: 724.0928655002792\n", - "12:37:05\tCompleted 3254 to KZ351800: 2780.556174705511\n", - "12:37:05\tCompleted 3228 to KZ613800: 1615.4252511425684\n", - "12:37:06\tCompleted 3293 to KZ196000: 1829.5972362812156\n", - "12:37:06\tCompleted 3240 to KZ631000: 2494.2452541312973\n", - "12:37:06\tCompleted 3255 to KZ591000: 1996.7873433098384\n", - "12:37:06\tCompleted 3264 to KZ156000: 2932.341479413466\n", - "12:37:06\tCompleted 3259 to KZ316200: 1246.5407975159383\n", - "12:37:06\tCompleted 3246 to KZ314200: 220.30003589375028\n", - "12:37:06\tCompleted 3270 to KZ155200: 3500.194294732686\n", - "12:37:06\tCompleted 3279 to KZ636200: 2558.4801061735516\n", - "12:37:06\tCompleted 3307 to KZ634800: 1742.4750044550085\n", - "12:37:06\tCompleted 3298 to KZ276200: 3835.0646126889765\n", - "12:37:06\tCompleted 3281 to KZ394400: 2096.9306054614913\n", - "12:37:06\tCompleted 3274 to KZ791510: 1042.3797999551123\n", - "12:37:06\tCompleted 3266 to KZ354800: 1928.4362921287798\n", - "12:37:06\tCompleted 3295 to KZ395800: 2913.3079760576697\n", - "12:37:06\tCompleted 3244 to KZ113800: 3042.4084985290974\n", - "12:37:06\tCompleted 3271 to KZ632200: 1455.7849723502668\n", - "12:37:06\tCompleted 3226 to KZ434400: 2642.1340403130052\n", - "12:37:06\tCompleted 3308 to KZ356400: 1391.368383310501\n", - "12:37:07\tCompleted 3272 to KZ396800: 2842.2884446254643\n", - "12:37:07\tCompleted 3294 to KZ351600: 846.5929741856866\n", - "12:37:07\tCompleted 3260 to KZ395800: 3156.612701961545\n", - "12:37:07\tCompleted 3235 to KZ471800: 4355.970299816674\n", - "12:37:07\tCompleted 3258 to KZ193400: 928.9817425157196\n", - "12:37:07\tCompleted 3276 to KZ115600: 1807.3147874322078\n", - "12:37:07\tCompleted 3227 to KZ553200: 1795.9119272843536\n", - "12:37:07\tCompleted 3306 to KZ194000: 1347.6482197824512\n", - "12:37:07\tCompleted 3259 to KZ311000: 851.955167646517812:37:07\tCompleted 3265 to KZ636200: 1372.40751161667\n", - "\n", - "12:37:07\tCompleted 3222 to KZ114400: 2623.643783160311\n", - "12:37:07\tCompleted 3241 to KZ395600: 2018.4195491879977\n", - "12:37:07\tCompleted 3248 to KZ594600: 2243.3861667803203\n", - "12:37:07\tCompleted 3236 to KZ611600: 1631.6577880519924\n", - "12:37:08\tCompleted 3256 to KZ274800: 4405.176452107381\n", - "12:37:08\tCompleted 3253 to KZ355600: 1668.165867568854\n", - "12:37:08\tCompleted 3250 to KZ117000: 3326.7884473527956\n", - "12:37:08\tCompleted 3307 to KZ633400: 1036.7783638073874\n", - "12:37:08\tCompleted 3246 to KZ353200: 1373.8576149715839\n", - "12:37:08\tCompleted 3274 to KZ791710: 1040.6036196380799\n", - "12:37:08\tCompleted 3223 to KZ195800: 2171.960413168144\n", - "12:37:08\tCompleted 3218 to KZ314800: 3274.688917530803\n", - "12:37:08\tCompleted 3258 to KZ193600: 486.41309787369136\n", - "12:37:08\tCompleted 3290 to KZ117000: 1641.2632508323832\n", - "12:37:08\tCompleted 3242 to KZ553600: 1726.6409428090078\n", - "12:37:08\tCompleted 3281 to KZ433200: 1230.0481040847985\n", - "12:37:08\tCompleted 3220 to KZ594600: 1926.2517676016982\n", - "12:37:08\tCompleted 3293 to KZ191000: 1521.2080833881705\n", - "12:37:08\tCompleted 3266 to KZ355200: 1407.578574062926512:37:08\tCompleted 3247 to KZ433600: 1909.7335917483772\n", - "\n", - "12:37:09\tCompleted 3296 to KZ594600: 2185.4101473776227\n", - "12:37:09\tCompleted 3230 to KZ151000: 3460.730647673556\n", - "12:37:09\tCompleted 3239 to KZ196600: 4284.635887724485\n", - "12:37:09\tCompleted 3254 to KZ393200: 2857.232708095841\n", - "12:37:09\tCompleted 3238 to KZ113800: 2249.6081023821253\n", - "12:37:09\tCompleted 3259 to KZ315000: 969.1639838801516\n", - "12:37:09\tCompleted 3219 to KZ471800: 4329.305167313682\n", - "12:37:09\tCompleted 3251 to KZ234200: 4108.563673466576\n", - "12:37:09\tCompleted 3308 to KZ352400: 1456.5554504011577\n", - "12:37:09\tCompleted 3294 to KZ354000: 1355.3924921471903\n", - "12:37:09\tCompleted 3253 to KZ352100: 759.9291819721358\n", - "12:37:09\tCompleted 3267 to KZ595000: 1974.451438946234\n", - "12:37:09\tCompleted 3287 to KZ554600: 2015.0335812132528\n", - "12:37:09\tCompleted 3265 to KZ636400: 1129.8216637366597\n", - "12:37:09\tCompleted 3258 to KZ194000: 35.01076484126743\n", - "12:37:09\tCompleted 3271 to KZ635200: 1646.349441736718\n", - "12:37:09\tCompleted 3311 to KZ471000: 3741.6999740607707\n", - "12:37:10\tCompleted 3245 to KZ234800: 2702.8162420204035\n", - "12:37:10\tCompleted 3281 to KZ431900: 711.0042711895793\n", - "12:37:10\tCompleted 3261 to KZ595800: 2174.136490010766\n", - "12:37:10\tCompleted 3274 to KZ611600: 1297.4641549132043\n", - "12:37:10\tCompleted 3233 to KZ231000: 2250.5511401674567\n", - "12:37:10\tCompleted 3227 to KZ553600: 1638.1143702734812\n", - "12:37:10\tCompleted 3248 to KZ711110: 1491.6184603660395\n", - "12:37:10\tCompleted 3273 to KZ471000: 4054.907055427518\n", - "12:37:10\tCompleted 3259 to KZ314200: 853.3693812088908\n", - "12:37:10\tCompleted 3255 to KZ595600: 2230.674929831759\n", - "12:37:11\tCompleted 3258 to KZ196400: 642.832379427427\n", - "12:37:11\tCompleted 3244 to KZ114500: 3505.7886633381277\n", - "12:37:11\tCompleted 3307 to KZ633600: 1550.6961259422453\n", - "12:37:11\tCompleted 3293 to KZ196200: 1286.800910596836\n", - "12:37:11\tCompleted 3246 to KZ353600: 1622.6337751932858\n", - "12:37:11\tCompleted 3236 to KZ613600: 1485.28523581407\n", - "12:37:11\tCompleted 3226 to KZ431000: 1983.8254579503919\n", - "12:37:11\tCompleted 3262 to KZ273600: 3925.39127760973\n", - "12:37:11\tCompleted 3224 to KZ633600: 2364.609797750205\n", - "12:37:11\tCompleted 3308 to KZ356000: 1162.4753332379735\n", - "12:37:11\tCompleted 3234 to KZ395400: 2703.777829053003\n", - "12:37:11\tCompleted 3306 to KZ196400: 1780.8023264580547\n", - "12:37:11\tCompleted 3295 to KZ392400: 2639.494902083997\n", - "12:37:11\tCompleted 3276 to KZ115200: 2000.79690191847\n", - "12:37:11\tCompleted 3277 to KZ234800: 3811.8446981208476\n", - "12:37:11\tCompleted 3294 to KZ351000: 1287.024061046847\n", - "12:37:11\tCompleted 3290 to KZ114400: 1553.9221244220873\n", - "12:37:11\tCompleted 3235 to KZ593200: 2322.7976157741246\n", - "12:37:11\tCompleted 3254 to KZ393400: 2483.9158502383216\n", - "12:37:11\tCompleted 3281 to KZ434600: 744.6688416159596\n", - "12:37:12\tCompleted 3253 to KZ352200: 1476.7224045569722\n", - "12:37:12\tCompleted 3279 to KZ636400: 2315.8942582935897\n", - "12:37:12\tCompleted 3296 to KZ711110: 1586.8178123215648\n", - "12:37:12\tCompleted 3265 to KZ631000: 1344.7118515881139\n", - "12:37:12\tCompleted 3266 to KZ355600: 1570.2052595561242\n", - "12:37:12\tCompleted 3258 to KZ196800: 219.88921011417605\n", - "12:37:12\tCompleted 3268 to KZ274400: 3933.957272067138\n", - "12:37:12\tCompleted 3270 to KZ156400: 3079.4842943719195\n", - "12:37:12\tCompleted 3247 to KZ434000: 1673.790842158833\n", - "12:37:12\tCompleted 3242 to KZ552200: 1851.5690604774861\n", - "12:37:12\tCompleted 3274 to KZ613600: 1151.0916026752839\n", - "12:37:12\tCompleted 3264 to KZ154600: 3230.4789101585807\n", - "12:37:12\tCompleted 3260 to KZ392400: 2882.7996279878707\n", - "12:37:12\tCompleted 3271 to KZ632400: 1515.3049995862154\n", - "12:37:12\tCompleted 3218 to KZ315400: 2961.927798850851\n", - "12:37:12\tCompleted 3272 to KZ394800: 3020.9430133235264\n", - "12:37:12\tCompleted 3246 to KZ351600: 1197.4239232168345\n", - "12:37:13\tCompleted 3250 to KZ114400: 3204.082332679999\n", - "12:37:13\tCompleted 3259 to KZ353200: 1435.2894417205132\n", - "12:37:13\tCompleted 3228 to KZ273200: 4316.924196443146\n", - "12:37:13\tCompleted 3220 to KZ711110: 1662.2899334750732\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:37:13\tCompleted 3240 to KZ634600: 2761.9298794315923\n", - "12:37:13\tCompleted 3241 to KZ395800: 2044.9664906940259\n", - "12:37:13\tCompleted 3298 to KZ271000: 3852.757568103192\n", - "12:37:13\tCompleted 3308 to KZ354400: 1214.3210609747287\n", - "12:37:13\tCompleted 3248 to KZ711410: 1517.730960449551\n", - "12:37:13\tCompleted 3258 to KZ191600: 136.78875324633304\n", - "12:37:13\tCompleted 3236 to KZ614000: 1432.1451888997478\n", - "12:37:13\tCompleted 3281 to KZ434400: 1087.6182405776954\n", - "12:37:13\tCompleted 3287 to KZ555600: 1845.133638977951\n", - "12:37:13\tCompleted 3227 to KZ552200: 1763.1249559626108\n", - "12:37:13\tCompleted 3306 to KZ196800: 1248.9607242168743\n", - "12:37:13\tCompleted 3219 to KZ593200: 1970.6752911485316\n", - "12:37:14\tCompleted 3307 to KZ633800: 1483.1956800144792\n", - "12:37:14\tCompleted 3238 to KZ114500: 2116.730117836168\n", - "12:37:14\tCompleted 3293 to KZ192600: 1560.1518384168644\n", - "12:37:14\tCompleted 3222 to KZ114600: 3249.107254011745\n", - "12:37:14\tCompleted 3266 to KZ352100: 1186.478531514667\n", - "12:37:14\tCompleted 3274 to KZ614000: 1097.9515557609598\n", - "12:37:14\tCompleted 3294 to KZ352000: 1431.7906513475882\n", - "12:37:14\tCompleted 3261 to KZ593400: 1983.5237526586266\n", - "12:37:14\tCompleted 3255 to KZ596000: 1873.4899457786705\n", - "12:37:14\tCompleted 3258 to KZ195200: 115.1857197490287812:37:14\tCompleted 3223 to KZ196000: 2358.7411685570446\n", - "\n", - "12:37:15\tCompleted 3226 to KZ435200: 1882.1313278894613\n", - "12:37:15\tCompleted 3308 to KZ351800: 976.5799561414761\n", - "12:37:15\tCompleted 3254 to KZ391600: 2743.11209348888712:37:15\tCompleted 3281 to KZ431000: 429.3096582150511\n", - "\n", - "12:37:15\tCompleted 3239 to KZ194200: 3912.7269495467553\n", - "12:37:15\tCompleted 3296 to KZ711410: 1586.9906153756745\n", - "12:37:15\tCompleted 3244 to KZ114000: 3267.1692330924707\n", - "12:37:15\tCompleted 3265 to KZ634600: 1612.3964768884111\n", - "12:37:15\tCompleted 3259 to KZ353600: 1371.5192200038466\n", - "12:37:15\tCompleted 3246 to KZ354000: 1470.016965558969\n", - "12:37:15\tCompleted 3230 to KZ153200: 3465.147231102181\n", - "12:37:15\tCompleted 3267 to KZ593600: 2089.000043230528\n", - "12:37:15\tCompleted 3271 to KZ632800: 1513.2006609771427\n", - "12:37:15\tCompleted 3235 to KZ595800: 2426.7172258144906\n", - "12:37:15\tCompleted 3306 to KZ191600: 1274.758700276963\n", - "12:37:16\tCompleted 3253 to KZ352300: 1966.9547903509254\n", - "12:37:16\tCompleted 3258 to KZ195000: 526.183879921745\n", - "12:37:16\tCompleted 3281 to KZ435200: 327.6155281541205\n", - "12:37:16\tCompleted 3248 to KZ711210: 1518.8927218764495\n", - "12:37:16\tCompleted 3276 to KZ115400: 2221.369673784124\n", - "12:37:16\tCompleted 3290 to KZ114600: 1903.9713751471236\n", - "12:37:16\tCompleted 3256 to KZ275800: 3874.7592760957664\n", - "12:37:16\tCompleted 3236 to KZ613900: 1710.0684609161956\n", - "12:37:16\tCompleted 3220 to KZ711410: 1658.2231441692686\n", - "12:37:16\tCompleted 3295 to KZ396200: 2447.9179880577926\n", - "12:37:16\tCompleted 3266 to KZ352200: 1357.3865629793218\n", - "12:37:16\tCompleted 3233 to KZ234000: 2459.1616175351123\n", - "12:37:16\tCompleted 3274 to KZ613900: 1375.8748277774073\n", - "12:37:16\tCompleted 3307 to KZ634000: 1480.2804225800162\n", - "12:37:16\tCompleted 3227 to KZ554600: 1835.2100396284445\n", - "12:37:17\tCompleted 3259 to KZ351600: 946.3093680273954\n", - "12:37:17\tCompleted 3251 to KZ234600: 4223.73397190463\n", - "12:37:17\tCompleted 3273 to KZ473600: 3635.932289404575\n", - "12:37:17\tCompleted 3234 to KZ392000: 2820.701524133227\n", - "12:37:17\tCompleted 3293 to KZ196600: 1605.8675624721288\n", - "12:37:17\tCompleted 3258 to KZ194400: 235.16555554742573\n", - "12:37:17\tCompleted 3242 to KZ554600: 1989.1577926553498\n", - "12:37:17\tCompleted 3265 to KZ634400: 1204.5472174323286\n", - "12:37:17\tCompleted 3294 to KZ354800: 1527.3553900595662\n", - "12:37:17\tCompleted 3222 to KZ114800: 2296.767395688518\n", - "12:37:17\tCompleted 3287 to KZ551000: 1756.2690696316974\n", - "12:37:17\tCompleted 3281 to KZ434800: 358.94178907045585\n", - "12:37:17\tCompleted 3246 to KZ351000: 1403.9916802091334\n", - "12:37:17\tCompleted 3296 to KZ711210: 1556.636229709259\n", - "12:37:17\tCompleted 3254 to KZ393600: 2624.6008190252483\n", - "12:37:17\tCompleted 3238 to KZ114000: 2063.669471629994\n", - "12:37:17\tCompleted 3260 to KZ396200: 2691.222713961666\n", - "12:37:17\tCompleted 3306 to KZ195200: 1212.5237234116896\n", - "12:37:17\tCompleted 3245 to KZ235200: 2750.456089383771\n", - "12:37:17\tCompleted 3277 to KZ235200: 3859.4845454842152\n", - "12:37:18\tCompleted 3219 to KZ595800: 2074.594901188909\n", - "12:37:18\tCompleted 3218 to KZ315600: 3481.3693116715026\n", - "12:37:18\tCompleted 3311 to KZ473600: 3322.7252080378275\n", - "12:37:18\tCompleted 3262 to KZ276600: 4007.216524308716\n", - "12:37:18\tCompleted 3270 to KZ155600: 3252.1641684107794\n", - "12:37:18\tCompleted 3271 to KZ636800: 1443.4732873972189\n", - "12:37:18\tCompleted 3279 to KZ631000: 2530.784446144994\n", - "12:37:18\tCompleted 3264 to KZ154800: 3065.4862211709806\n", - "12:37:18\tCompleted 3241 to KZ392400: 1954.9925710667926\n", - "12:37:18\tCompleted 3258 to KZ194600: 349.5711732690331\n", - "12:37:18\tCompleted 3266 to KZ352300: 1001.4284409274694\n", - "12:37:18\tCompleted 3272 to KZ395000: 2948.9184230144783\n", - "12:37:18\tCompleted 3226 to KZ434800: 1913.4575888057968\n", - "12:37:18\tCompleted 3250 to KZ114600: 3829.545803531433\n", - "12:37:18\tCompleted 3253 to KZ352800: 1503.844827253939\n", - "12:37:18\tCompleted 3274 to KZ612000: 1244.586288805872\n", - "12:37:18\tCompleted 3281 to KZ433600: 619.6119694195917\n", - "12:37:19\tCompleted 3247 to KZ471000: 4106.739712827794\n", - "12:37:19\tCompleted 3236 to KZ612000: 1578.7799219446601\n", - "12:37:19\tCompleted 3261 to KZ594200: 2163.381501722136\n", - "12:37:19\tCompleted 3246 to KZ352000: 953.9139567911595\n", - "12:37:19\tCompleted 3265 to KZ313600: 1071.907450291348\n", - "12:37:19\tCompleted 3293 to KZ194200: 1241.3108757443636\n", - "12:37:19\tCompleted 3248 to KZ711310: 1530.7500813323813\n", - "12:37:19\tCompleted 3228 to KZ274400: 4254.052883929877\n", - "12:37:19\tCompleted 3240 to KZ634400: 2354.0806199755266\n", - "12:37:19\tCompleted 3244 to KZ117000: 3313.628901808693\n", - "12:37:19\tCompleted 3268 to KZ275400: 4609.1457040241785\n", - "12:37:19\tCompleted 3290 to KZ114800: 1681.2813642582978\n", - "12:37:19\tCompleted 3259 to KZ354000: 1455.1088859888991\n", - "12:37:19\tCompleted 3235 to KZ593400: 2236.104488462356\n", - "12:37:19\tCompleted 3220 to KZ711210: 1641.0588127334368\n", - "12:37:20\tCompleted 3258 to KZ194800: 622.6014245212809\n", - "12:37:20\tCompleted 3227 to KZ555600: 1550.4509650314865\n", - "12:37:20\tCompleted 3223 to KZ191000: 2050.3520156640243\n", - "12:37:20\tCompleted 3255 to KZ596200: 2260.4893954498425\n", - "12:37:20\tCompleted 3281 to KZ434000: 383.6692198300496\n", - "12:37:20\tCompleted 3239 to KZ751210: 3867.5265721315686\n", - "12:37:20\tCompleted 3296 to KZ711310: 1578.228618247848\n", - "12:37:20\tCompleted 3253 to KZ356400: 1156.6280591605362\n", - "12:37:20\tCompleted 3254 to KZ396400: 2504.0147074583037\n", - "12:37:20\tCompleted 3308 to KZ393200: 2090.757401884758\n", - "12:37:20\tCompleted 3267 to KZ595200: 2086.450176287761\n", - "12:37:20\tCompleted 3265 to KZ314000: 930.2640861429586\n", - "12:37:21\tCompleted 3230 to KZ153400: 3354.560573576502512:37:21\tCompleted 3240 to KZ313600: 737.6356447622017\n", - "\n", - "12:37:21\tCompleted 3298 to KZ274000: 4506.41575182269412:37:21\tCompleted 3294 to KZ355200: 1747.343453552412\n", - "\n", - "12:37:21\tCompleted 3271 to KZ635800: 1494.0997211127617\n", - "12:37:21\tCompleted 3274 to KZ614400: 1302.4076272172103\n", - "12:37:21\tCompleted 3266 to KZ352800: 1331.6165974731796\n", - "12:37:21\tCompleted 3307 to KZ635400: 1925.1859751622494\n", - "12:37:21\tCompleted 3293 to KZ751210: 1188.7582468792075\n", - "12:37:21\tCompleted 3222 to KZ111010: 2684.5213662551496\n", - "12:37:21\tCompleted 3306 to KZ195000: 1664.1538269523749\n", - "12:37:21\tCompleted 3236 to KZ614400: 1636.6012603559984\n", - "12:37:21\tCompleted 3258 to KZ195600: 525.9843329521625\n", - "12:37:21\tCompleted 3295 to KZ396600: 2455.836828848982\n", - "12:37:21\tCompleted 3287 to KZ556000: 1797.5655779625106\n", - "12:37:21\tCompleted 3242 to KZ555600: 1775.616939016749\n", - "12:37:21\tCompleted 3218 to KZ316000: 2655.1302338080213\n", - "12:37:22\tCompleted 3219 to KZ593400: 1883.9821638367687\n", - "12:37:22\tCompleted 3224 to KZ633800: 2624.961460126458\n", - "12:37:22\tCompleted 3238 to KZ117000: 1986.3018150765981\n", - "12:37:22\tCompleted 3265 to KZ314800: 370.263973592653\n", - "12:37:22\tCompleted 3259 to KZ351000: 1386.740454888555912:37:22\tCompleted 3240 to KZ314000: 519.2343514683937\n", - "\n", - "12:37:22\tCompleted 3234 to KZ395600: 2697.854873424314\n", - "12:37:22\tCompleted 3276 to KZ151000: 3092.47868672011\n", - "12:37:22\tCompleted 3246 to KZ354800: 1878.1863390907142\n", - "12:37:22\tCompleted 3250 to KZ114800: 2877.205945208206\n", - "12:37:22\tCompleted 3258 to KZ195800: 339.8712053193126\n", - "12:37:23\tCompleted 3227 to KZ551000: 1461.586395685233\n", - "12:37:23\tCompleted 3253 to KZ352400: 1489.7704151503426\n", - "12:37:23\tCompleted 3248 to KZ555200: 1704.6238449519215\n", - "12:37:23\tCompleted 3226 to KZ433600: 2174.1277691549244\n", - "12:37:23\tCompleted 3274 to KZ614600: 1092.0592546857752\n", - "12:37:23\tCompleted 3220 to KZ711310: 1628.9458190216737\n", - "12:37:23\tCompleted 3293 to KZ751110: 1196.5156061920882\n", - "12:37:23\tCompleted 3260 to KZ396600: 2699.1415547528554\n", - "12:37:23\tCompleted 3235 to KZ594200: 2415.9622375258627\n", - "12:37:23\tCompleted 3233 to KZ234200: 2910.1073240560804\n", - "12:37:23\tCompleted 3265 to KZ315400: 592.9304305161303\n", - "12:37:23\tCompleted 3271 to KZ636200: 1355.1826378825172\n", - "12:37:23\tCompleted 3241 to KZ396200: 1910.6562594795816\n", - "12:37:23\tCompleted 3266 to KZ356400: 1350.6950245979258\n", - "12:37:23\tCompleted 3290 to KZ111010: 1771.489837111776\n", - "12:37:23\tCompleted 3307 to KZ635000: 1399.9125478298006\n", - "12:37:24\tCompleted 3272 to KZ395200: 2480.882937939645\n", - "12:37:24\tCompleted 3244 to KZ114400: 3190.922787135896712:37:24\tCompleted 3256 to KZ276000: 4290.590301850815\n", - "\n", - "12:37:24\tCompleted 3308 to KZ393400: 1607.1664437217996\n", - "12:37:24\tCompleted 3251 to KZ234800: 3357.4353477402465\n", - "12:37:24\tCompleted 3270 to KZ156800: 2754.1440126314164\n", - "12:37:24\tCompleted 3273 to KZ474200: 4082.556450471097\n", - "12:37:24\tCompleted 3236 to KZ614600: 1426.2528878245632\n", - "12:37:24\tCompleted 3240 to KZ314800: 1025.256179929583\n", - "12:37:24\tCompleted 3223 to KZ196200: 1815.9448428726898\n", - "12:37:24\tCompleted 3306 to KZ194400: 1481.9387534934008\n", - "12:37:24\tCompleted 3294 to KZ355600: 1520.7926194776526\n", - "12:37:24\tCompleted 3258 to KZ196000: 700.04962003256\n", - "12:37:24\tCompleted 3261 to KZ596600: 2264.267019298888\n", - "12:37:24\tCompleted 3279 to KZ634600: 2798.469071445289\n", - "12:37:24\tCompleted 3246 to KZ355200: 1431.9902007839057\n", - "12:37:24\tCompleted 3262 to KZ275000: 3872.9141814110476\n", - "12:37:24\tCompleted 3254 to KZ394000: 2571.7158337850956\n", - "12:37:25\tCompleted 3222 to KZ116000: 2734.2240563420373\n", - "12:37:25\tCompleted 3265 to KZ315600: 931.8321721578296\n", - "12:37:25\tCompleted 3247 to KZ473600: 3687.7649468048508\n", - "12:37:25\tCompleted 3264 to KZ155200: 3492.424884072733\n", - "12:37:25\tCompleted 3259 to KZ352000: 1531.5070451892973\n", - "12:37:25\tCompleted 3255 to KZ596400: 2034.28437504962\n", - "12:37:25\tCompleted 3245 to KZ235600: 2845.493855404176\n", - "12:37:25\tCompleted 3242 to KZ551000: 1686.7523696704955\n", - "12:37:25\tCompleted 3271 to KZ636400: 1112.5967900025069\n", - "12:37:25\tCompleted 3287 to KZ556800: 1859.1365366472576\n", - "12:37:25\tCompleted 3293 to KZ751310: 1189.687179067342\n", - "12:37:25\tCompleted 3270 to KZ193200: 635.3477198751227\n", - "12:37:25\tCompleted 3227 to KZ556000: 1502.882904016046\n", - "12:37:25\tCompleted 3258 to KZ191000: 391.6604671395151\n", - "12:37:25\tCompleted 3228 to KZ275400: 4929.24131588694\n", - "12:37:26\tCompleted 3294 to KZ352100: 612.5559338809343\n", - "12:37:26\tCompleted 3240 to KZ315400: 712.495061249609\n", - "12:37:26\tCompleted 3239 to KZ751110: 3875.28393144445\n", - "12:37:26\tCompleted 3267 to KZ591000: 1976.6659050403016\n", - "12:37:26\tCompleted 3277 to KZ235600: 3954.52231150462\n", - "12:37:26\tCompleted 3219 to KZ594200: 2063.83991290028\n", - "12:37:26\tCompleted 3274 to KZ614800: 1573.6800600568818\n", - "12:37:26\tCompleted 3268 to KZ273600: 3777.104963006687\n", - "12:37:26\tCompleted 3238 to KZ114400: 2112.541655185196\n", - "12:37:26\tCompleted 3266 to KZ352400: 1415.8820916885825\n", - "12:37:26\tCompleted 3296 to KZ555200: 2319.852923105972\n", - "12:37:26\tCompleted 3308 to KZ391600: 1474.271704583574\n", - "12:37:26\tCompleted 3295 to KZ394200: 2827.689643641573\n", - "12:37:26\tCompleted 3311 to KZ474200: 3769.3493691043495\n", - "12:37:26\tCompleted 3248 to KZ551600: 1762.584748583153\n", - "12:37:26\tCompleted 3250 to KZ111010: 3264.9599157748376\n", - "12:37:27\tCompleted 3290 to KZ116000: 1504.3125347653342\n", - "12:37:27\tCompleted 3265 to KZ316000: 1191.497068298901\n", - "12:37:27\tCompleted 3258 to KZ196200: 17.414213562373096\n", - "12:37:27\tCompleted 3218 to KZ316600: 3303.121097892042\n", - "12:37:27\tCompleted 3226 to KZ434000: 1938.1850195653883\n", - "12:37:27\tCompleted 3307 to KZ632200: 1474.9531262363773\n", - "12:37:27\tCompleted 3230 to KZ153600: 3646.964334434027\n", - "12:37:27\tCompleted 3270 to KZ193400: 840.2365968905631\n", - "12:37:27\tCompleted 3306 to KZ194600: 1492.4557194979072\n", - "12:37:27\tCompleted 3253 to KZ356000: 2128.0511775741993\n", - "12:37:27\tCompleted 3246 to KZ355600: 1594.6168862771035\n", - "12:37:27\tCompleted 3235 to KZ596600: 2516.847755102614\n", - "12:37:27\tCompleted 3271 to KZ631000: 1327.486977853961\n", - "12:37:28\tCompleted 3293 to KZ751410: 1207.1121574709825\n", - "12:37:28\tCompleted 3281 to KZ471000: 2816.618090499021\n", - "12:37:28\tCompleted 3259 to KZ354800: 1627.071783901275\n", - "12:37:28\tCompleted 3241 to KZ396600: 1918.575100270781\n", - "12:37:28\tCompleted 3254 to KZ396800: 2703.1876345754254\n", - "12:37:28\tCompleted 3240 to KZ315600: 1201.2150445784412\n", - "12:37:28\tCompleted 3258 to KZ192600: 430.604222168209\n", - "12:37:28\tCompleted 3234 to KZ395800: 3000.2389488308004\n", - "12:37:28\tCompleted 3298 to KZ274200: 4623.761246202229\n", - "12:37:28\tCompleted 3266 to KZ356000: 1162.5248281507434\n", - "12:37:28\tCompleted 3236 to KZ614800: 1907.8736931956698\n", - "12:37:28\tCompleted 3265 to KZ316600: 740.3045292577026\n", - "12:37:28\tCompleted 3260 to KZ394200: 3070.994369545453512:37:28\tCompleted 3222 to KZ116400: 2525.580222499694\n", - "\n", - "12:37:28\tCompleted 3270 to KZ193600: 397.6679522485349\n", - "12:37:28\tCompleted 3227 to KZ556800: 1564.4538627007912\n", - "12:37:28\tCompleted 3294 to KZ352200: 1329.3491564657706\n", - "12:37:28\tCompleted 3274 to KZ615400: 1314.8438271474336\n", - "12:37:29\tCompleted 3242 to KZ556000: 1728.0488780013086\n", - "12:37:29\tCompleted 3276 to KZ153200: 3096.895270148735\n", - "12:37:29\tCompleted 3244 to KZ114600: 3816.3862579873307\n", - "12:37:29\tCompleted 3261 to KZ595000: 2098.7070379866013\n", - "12:37:29\tCompleted 3246 to KZ352100: 963.3868829120813\n", - "12:37:29\tCompleted 3224 to KZ634000: 2866.141552261269\n", - "12:37:29\tCompleted 3272 to KZ391000: 2676.589202448603\n", - "12:37:29\tCompleted 3258 to KZ196600: 302.9222868991459\n", - "12:37:29\tCompleted 3240 to KZ316000: 374.97596671494546\n", - "12:37:29\tCompleted 3287 to KZ554800: 2013.8165053955468\n", - "12:37:29\tCompleted 3270 to KZ194000: 123.75591046642349\n", - "12:37:29\tCompleted 3223 to KZ192600: 2089.295770692717\n", - "12:37:29\tCompleted 3220 to KZ555200: 2392.153471384221\n", - "12:37:30\tCompleted 3266 to KZ354400: 1173.6477022621532\n", - "12:37:30\tCompleted 3238 to KZ114600: 2220.9407475726266\n", - "12:37:30\tCompleted 3219 to KZ596600: 2164.725430477039\n", - "12:37:30\tCompleted 3233 to KZ234600: 3025.277622494135\n", - "12:37:30\tCompleted 3293 to KZ751710: 1248.1001892398854\n", - "12:37:30\tCompleted 3307 to KZ635200: 1665.5175956228286\n", - "12:37:30\tCompleted 3255 to KZ594600: 2239.763226577108\n", - "12:37:30\tCompleted 3265 to KZ316200: 1223.712370391192\n", - "12:37:30\tCompleted 3258 to KZ194200: 438.68428240897526\n", - "12:37:30\tCompleted 3279 to KZ634400: 2390.6198119892233\n", - "12:37:30\tCompleted 3271 to KZ634600: 1595.1716031542585\n", - "12:37:30\tCompleted 3274 to KZ615200: 1052.2604736491537\n", - "12:37:31\tCompleted 3250 to KZ116000: 3314.6626058617253\n", - "12:37:31\tCompleted 3306 to KZ194800: 1760.5713715519105\n", - "12:37:31\tCompleted 3253 to KZ354400: 1920.5352993970491\n", - "12:37:31\tCompleted 3241 to KZ394200: 1552.827580432663\n", - "12:37:31\tCompleted 3273 to KZ474600: 3759.731889653015\n", - "12:37:31\tCompleted 3248 to KZ553200: 2033.666089449067\n", - "12:37:31\tCompleted 3308 to KZ393600: 1944.8157360781845\n", - "12:37:31\tCompleted 3251 to KZ235200: 3405.075195103614\n", - "12:37:31\tCompleted 3270 to KZ196400: 554.0872338022705\n", - "12:37:31\tCompleted 3290 to KZ116400: 1852.8904938787932\n", - "12:37:31\tCompleted 3256 to KZ276200: 4009.976515116897\n", - "12:37:31\tCompleted 3296 to KZ551600: 2053.286201120442\n", - "12:37:31\tCompleted 3218 to KZ316200: 2805.8503658835193\n", - "12:37:31\tCompleted 3236 to KZ615400: 1649.0374602862216\n", - "12:37:31\tCompleted 3240 to KZ316600: 1022.966830798996\n", - "12:37:31\tCompleted 3254 to KZ394800: 2446.264762322987\n", - "12:37:31\tCompleted 3239 to KZ751310: 3868.4555043197042\n", - "12:37:31\tCompleted 3246 to KZ352200: 1381.798189700301\n", - "12:37:31\tCompleted 3267 to KZ595600: 2119.8569870783817\n", - "12:37:31\tCompleted 3235 to KZ595000: 2351.2877737903264\n", - "12:37:31\tCompleted 3259 to KZ355200: 1847.059847394121\n", - "12:37:32\tCompleted 3227 to KZ554800: 1719.1338314490822\n", - "12:37:32\tCompleted 3266 to KZ351800: 976.6294510542459\n", - "12:37:32\tCompleted 3228 to KZ273600: 4097.200574869397\n", - "12:37:32\tCompleted 3258 to KZ751210: 118.54266371762799\n", - "12:37:32\tCompleted 3264 to KZ156400: 3071.7148837119666\n", - "12:37:32\tCompleted 3262 to KZ274800: 4408.419092794501\n", - "12:37:32\tCompleted 3265 to KZ311000: 829.1267405217716\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:37:32\tCompleted 3277 to KZ233600: 3837.1389093605644\n", - "12:37:32\tCompleted 3245 to KZ233600: 2728.110453260036\n", - "12:37:32\tCompleted 3279 to KZ313600: 774.1748367758992\n", - "12:37:32\tCompleted 3295 to KZ394400: 2984.6344187374757\n", - "12:37:32\tCompleted 3247 to KZ474200: 4134.389107871373\n", - "12:37:32\tCompleted 3294 to KZ352300: 1819.581542259724\n", - "12:37:32\tCompleted 3244 to KZ114800: 2864.0463996641033\n", - "12:37:32\tCompleted 3271 to KZ634400: 1187.3223436981757\n", - "12:37:32\tCompleted 3270 to KZ196800: 131.1440644890197\n", - "12:37:33\tCompleted 3293 to KZ751810: 1194.3440333168344\n", - "12:37:33\tCompleted 3230 to KZ154000: 3398.5409072590014\n", - "12:37:33\tCompleted 3240 to KZ316200: 549.6831046955298\n", - "12:37:33\tCompleted 3242 to KZ556800: 1789.6198366860556\n", - "12:37:33\tCompleted 3302 to KZ113200: 3382.1519124040524\n", - "12:37:33\tCompleted 3222 to KZ116800: 2851.8115680611572\n", - "12:37:33\tCompleted 3258 to KZ751110: 112.14438805433898\n", - "12:37:33\tCompleted 3234 to KZ392400: 2726.4258748571256\n", - "12:37:33\tCompleted 3246 to KZ352300: 1220.2490219089248\n", - "12:37:33\tCompleted 3255 to KZ711110: 1487.9955201628272\n", - "12:37:33\tCompleted 3311 to KZ474600: 3446.524808286267712:37:33\tCompleted 3279 to KZ314000: 555.7735434820913\n", - "\n", - "12:37:33\tCompleted 3265 to KZ315000: 946.3355567554054\n", - "12:37:34\tCompleted 3277 to KZ633200: 1229.5720937595831\n", - "12:37:34\tCompleted 3270 to KZ191600: 48.04360762117701\n", - "12:37:34\tCompleted 3287 to KZ556400: 1940.6828645703504\n", - "12:37:34\tCompleted 3268 to KZ276600: 3858.930209705673\n", - "12:37:34\tCompleted 3236 to KZ615200: 1386.4541067879418\n", - "12:37:34\tCompleted 3261 to KZ593600: 2213.255642270898\n", - "12:37:34\tCompleted 3240 to KZ311000: 421.1310242768725\n", - "12:37:34\tCompleted 3258 to KZ751310: 118.62966942857753\n", - "12:37:34\tCompleted 3307 to KZ632400: 1534.473153472326\n", - "12:37:34\tCompleted 3271 to KZ313600: 1054.682576557195\n", - "12:37:34\tCompleted 3254 to KZ395000: 2765.1760871212805\n", - "12:37:34\tCompleted 3238 to KZ114800: 2579.1762769259235\n", - "12:37:34\tCompleted 3248 to KZ553600: 1751.2730279938348\n", - "12:37:34\tCompleted 3272 to KZ395400: 2719.953097373915612:37:34\tCompleted 3290 to KZ116800: 1650.3234123020086\n", - "\n", - "12:37:34\tCompleted 3260 to KZ394400: 3227.9391446413492\n", - "12:37:35\tCompleted 3259 to KZ355600: 1620.5090133193614\n", - "12:37:35\tCompleted 3281 to KZ473600: 2397.643324476078\n", - "12:37:35\tCompleted 3293 to KZ751910: 1215.4849496672427\n", - "12:37:35\tCompleted 3223 to KZ196600: 2135.01149474798\n", - "12:37:35\tCompleted 3227 to KZ556400: 1646.0001906238858\n", - "12:37:35\tCompleted 3253 to KZ351800: 1941.570014040075\n", - "12:37:35\tCompleted 3226 to KZ471000: 4371.133890234357\n", - "12:37:35\tCompleted 3250 to KZ116400: 3106.018772019382\n", - "12:37:35\tCompleted 3294 to KZ352800: 1356.4715791627375\n", - "12:37:35\tCompleted 3276 to KZ153400: 2986.3086126230564\n", - "12:37:35\tCompleted 3265 to KZ314200: 830.5409540841446\n", - "12:37:35\tCompleted 3279 to KZ314800: 1061.7953719432803\n", - "12:37:35\tCompleted 3270 to KZ195200: 32.39293192116151\n", - "12:37:35\tCompleted 3218 to KZ311000: 2666.4216262543982\n", - "12:37:35\tCompleted 3220 to KZ551600: 2125.586749398694\n", - "12:37:35\tCompleted 3274 to KZ616400: 2024.8530245452057\n", - "12:37:35\tCompleted 3219 to KZ595000: 1999.1654491647464\n", - "12:37:35\tCompleted 3258 to KZ751410: 125.63961553347423\n", - "12:37:35\tCompleted 3306 to KZ195600: 1837.3519393071201\n", - "12:37:35\tCompleted 3246 to KZ352800: 1356.0282241941588\n", - "12:37:36\tCompleted 3235 to KZ593600: 2465.836378074629\n", - "12:37:36\tCompleted 3240 to KZ315000: 829.6607627923631\n", - "12:37:36\tCompleted 3271 to KZ314000: 913.0392124088056\n", - "12:37:36\tCompleted 3267 to KZ596000: 1853.3685075091337\n", - "12:37:36\tCompleted 3233 to KZ234800: 2158.9789983297155\n", - "12:37:36\tCompleted 3259 to KZ352100: 712.2723277226431\n", - "12:37:36\tCompleted 3224 to KZ635400: 3374.377465832947\n", - "12:37:36\tCompleted 3255 to KZ711410: 1514.1080202463388\n", - "12:37:36\tCompleted 3241 to KZ394400: 1980.8339317586644\n", - "12:37:36\tCompleted 3270 to KZ195000: 437.43873429658834\n", - "12:37:36\tCompleted 3279 to KZ315400: 749.0342532633065\n", - "12:37:37\tCompleted 3244 to KZ111010: 3251.800370230735\n", - "12:37:37\tCompleted 3294 to KZ356400: 1009.2548110693349\n", - "12:37:37\tCompleted 3296 to KZ553200: 2172.2341945271496\n", - "12:37:37\tCompleted 3258 to KZ751710: 157.6756851936178\n", - "12:37:37\tCompleted 3271 to KZ314800: 353.0390998585\n", - "12:37:37\tCompleted 3307 to KZ632800: 1532.3688148632532\n", - "12:37:37\tCompleted 3240 to KZ314200: 421.00970393331284\n", - "12:37:37\tCompleted 3293 to KZ751510: 1204.0008875663268\n", - "12:37:37\tCompleted 3277 to KZ634800: 1714.0186851698777\n", - "12:37:37\tCompleted 3308 to KZ396400: 2103.289632607104\n", - "12:37:37\tCompleted 3222 to KZ111810: 2891.342369107648\n", - "12:37:37\tCompleted 3239 to KZ751410: 3885.8804827233434\n", - "12:37:37\tCompleted 3266 to KZ393200: 2090.806896797528\n", - "12:37:37\tCompleted 3295 to KZ433200: 2525.33465696741\n", - "12:37:37\tCompleted 3254 to KZ395200: 2797.797809335579\n", - "12:37:38\tCompleted 3290 to KZ111810: 1672.1875053251374\n", - "12:37:38\tCompleted 3242 to KZ554800: 1944.2998054343448\n", - "12:37:38\tCompleted 3273 to KZ475000: 4130.060916402793\n", - "12:37:38\tCompleted 3265 to KZ353200: 1412.461014595767\n", - "12:37:38\tCompleted 3228 to KZ276600: 4179.025821568383\n", - "12:37:38\tCompleted 3270 to KZ194400: 258.0464441773764\n", - "12:37:38\tCompleted 3246 to KZ356400: 1360.0857601004802\n", - "12:37:38\tCompleted 3302 to KZ113400: 3460.01294920939\n", - "12:37:38\tCompleted 3234 to KZ396200: 2534.848960830921\n", - "12:37:38\tCompleted 3258 to KZ751810: 121.38702874145825\n", - "12:37:38\tCompleted 3245 to KZ633200: 2302.378925224541\n", - "12:37:38\tCompleted 3251 to KZ235600: 3500.112961124019\n", - "12:37:38\tCompleted 3238 to KZ111010: 2116.5284013559867\n", - "12:37:38\tCompleted 3271 to KZ315400: 575.7055567819773\n", - "12:37:38\tCompleted 3262 to KZ275800: 3878.001916782886\n", - "12:37:38\tCompleted 3241 to KZ433200: 1113.951430381971\n", - "12:37:38\tCompleted 3247 to KZ474600: 3811.564547053291\n", - "12:37:38\tCompleted 3230 to KZ154200: 3701.1769462283237\n", - "12:37:38\tCompleted 3227 to KZ554200: 1908.6282290113222\n", - "12:37:39\tCompleted 3290 to KZ116600: 302.8557309202822\n", - "12:37:39\tCompleted 3306 to KZ195800: 1651.23881167427\n", - "12:37:39\tCompleted 3236 to KZ616400: 2359.0466576839935\n", - "12:37:39\tCompleted 3264 to KZ155600: 3244.3947577508266\n", - "12:37:39\tCompleted 3259 to KZ352200: 1429.0655503074795\n", - "12:37:39\tCompleted 3279 to KZ315600: 1371.8955894209341\n", - "12:37:39\tCompleted 3261 to KZ595200: 2210.7057753281256\n", - "12:37:39\tCompleted 3256 to KZ271000: 4027.669470531113\n", - "12:37:39\tCompleted 3223 to KZ194200: 1763.1025565702391\n", - "12:37:39\tCompleted 3248 to KZ552200: 1876.2011456623131\n", - "12:37:39\tCompleted 3240 to KZ353200: 1176.4840905708293\n", - "12:37:39\tCompleted 3255 to KZ711210: 1515.2697816732373\n", - "12:37:39\tCompleted 3270 to KZ194600: 265.74062684212066\n", - "12:37:39\tCompleted 3258 to KZ751910: 103.5120442017917\n", - "12:37:39\tCompleted 3294 to KZ352400: 1342.397167059141\n", - "12:37:39\tCompleted 3287 to KZ554200: 2203.3109029577868\n", - "12:37:39\tCompleted 3277 to KZ633400: 1008.3220445222568\n", - "12:37:40\tCompleted 3235 to KZ595200: 2463.2865111318506\n", - "12:37:40\tCompleted 3218 to KZ315000: 3079.0935003936133\n", - "12:37:40\tCompleted 3219 to KZ593600: 2113.71405344904\n", - "12:37:40\tCompleted 3274 to KZ615600: 1609.1617268223251\n", - "12:37:40\tCompleted 3250 to KZ116800: 3432.250117580845\n", - "12:37:40\tCompleted 3241 to KZ431900: 594.9075974867513\n", - "12:37:40\tCompleted 3268 to KZ275000: 3724.6278668080045\n", - "12:37:40\tCompleted 3260 to KZ433200: 2768.6393828712717\n", - "12:37:40\tCompleted 3271 to KZ315600: 914.6072984236766\n", - "12:37:40\tCompleted 3279 to KZ316000: 556.8318287845369\n", - "12:37:40\tCompleted 3246 to KZ352400: 1440.2937184095617\n", - "12:37:40\tCompleted 3272 to KZ392000: 2836.8767924541394\n", - "12:37:40\tCompleted 3265 to KZ353600: 1348.6907928791002\n", - "12:37:40\tCompleted 3270 to KZ194800: 533.8562788961244\n", - "12:37:40\tCompleted 3258 to KZ751510: 104.07332024247351\n", - "12:37:40\tCompleted 3307 to KZ636800: 1462.6414412833294\n", - "12:37:40\tCompleted 3266 to KZ393400: 1607.2159386345695\n", - "12:37:41\tCompleted 3222 to KZ116600: 2433.714038328041\n", - "12:37:41\tCompleted 3254 to KZ391000: 2654.943331063983\n", - "12:37:41\tCompleted 3253 to KZ393200: 2639.643132297149\n", - "12:37:41\tCompleted 3220 to KZ553200: 2244.534742805397\n", - "12:37:41\tCompleted 3226 to KZ473600: 3952.1591242113846\n", - "12:37:41\tCompleted 3311 to KZ475000: 3816.853835036045\n", - "12:37:41\tCompleted 3227 to KZ791110: 1365.0638946917768\n", - "12:37:41\tCompleted 3244 to KZ116000: 3301.503060317623\n", - "12:37:41\tCompleted 3296 to KZ553600: 1907.2438614610003\n", - "12:37:41\tCompleted 3267 to KZ596200: 2038.2055979660254\n", - "12:37:42\tCompleted 3287 to KZ791110: 1098.5989933838193\n", - "12:37:42\tCompleted 3295 to KZ431900: 2006.2908240722031\n", - "12:37:42\tCompleted 3241 to KZ434600: 628.5721679131317\n", - "12:37:42\tCompleted 3276 to KZ153600: 3278.712373480581\n", - "12:37:42\tCompleted 3233 to KZ235200: 2206.6188456931163\n", - "12:37:42\tCompleted 3279 to KZ316600: 1093.9385977198474\n", - "12:37:42\tCompleted 3242 to KZ556400: 1871.1661646091484\n", - "12:37:42\tCompleted 3271 to KZ316000: 1174.2721945647481\n", - "12:37:42\tCompleted 3255 to KZ711310: 1527.12714112916912:37:42\tCompleted 3265 to KZ351600: 923.4809409026491\n", - "\n", - "12:37:42\tCompleted 3270 to KZ195600: 613.4596299910922\n", - "12:37:42\tCompleted 3274 to KZ615800: 993.3370717200174\n", - "12:37:42\tCompleted 3302 to KZ113600: 3138.530067369629\n", - "12:37:42\tCompleted 3238 to KZ116000: 2085.3594824787297\n", - "12:37:42\tCompleted 3277 to KZ633600: 1522.2398066571145\n", - "12:37:42\tCompleted 3236 to KZ615600: 1943.355359961113\n", - "12:37:42\tCompleted 3246 to KZ356000: 1381.3454091321987\n", - "12:37:43\tCompleted 3290 to KZ115600: 1836.2598535286922\n", - "12:37:43\tCompleted 3306 to KZ196000: 1838.0195670631902\n", - "12:37:43\tCompleted 3239 to KZ751710: 3926.868514492246\n", - "12:37:43\tCompleted 3240 to KZ353600: 1706.8963470845456\n", - "12:37:43\tCompleted 3223 to KZ751210: 1717.9021791550613\n", - "12:37:43\tCompleted 3259 to KZ352300: 1919.2979361014332\n", - "12:37:43\tCompleted 3234 to KZ396600: 2542.7678016221103\n", - "12:37:43\tCompleted 3261 to KZ591000: 2100.921504080668\n", - "12:37:43\tCompleted 3281 to KZ474200: 2844.2674855426\n", - "12:37:43\tCompleted 3279 to KZ316200: 586.2222967092273\n", - "12:37:43\tCompleted 3270 to KZ195800: 427.3465023582424\n", - "12:37:43\tCompleted 3308 to KZ394000: 2211.7499116964136\n", - "12:37:43\tCompleted 3266 to KZ391600: 1474.321199496344\n", - "12:37:43\tCompleted 3241 to KZ434400: 971.5215668748674\n", - "12:37:43\tCompleted 3271 to KZ316600: 723.0796555235496\n", - "12:37:44\tCompleted 3287 to KZ791310: 1055.0587615032107\n", - "12:37:44\tCompleted 3294 to KZ356000: 1980.67792948299812:37:44\tCompleted 3227 to KZ791310: 1321.5236628111682\n", - "\n", - "12:37:44\tCompleted 3230 to KZ156000: 3274.426178596544\n", - "12:37:44\tCompleted 3219 to KZ595200: 2111.164186506273\n", - "12:37:44\tCompleted 3248 to KZ554600: 2013.7898778401768\n", - "12:37:44\tCompleted 3254 to KZ395400: 2693.3197152626412\n", - "12:37:44\tCompleted 3235 to KZ591000: 2353.502239884393\n", - "12:37:44\tCompleted 3218 to KZ314200: 2671.8968571897326\n", - "12:37:44\tCompleted 3224 to KZ635000: 2901.710675921317\n", - "12:37:44\tCompleted 3228 to KZ275000: 4044.7234786707154\n", - "12:37:44\tCompleted 3274 to KZ612600: 1248.467198340943\n", - "12:37:44\tCompleted 3307 to KZ635800: 1513.26787499887212:37:44\tCompleted 3236 to KZ615800: 1327.530704858805\n", - "\n", - "12:37:44\tCompleted 3246 to KZ354400: 1198.0593289831324\n", - "12:37:44\tCompleted 3264 to KZ156800: 2746.3746019714636\n", - "12:37:45\tCompleted 3241 to KZ431000: 313.21298451222316\n", - "12:37:45\tCompleted 3279 to KZ311000: 457.1545746438082\n", - "12:37:45\tCompleted 3265 to KZ354000: 1432.280458864153\n", - "12:37:45\tCompleted 3222 to KZ115600: 2709.187515465442\n", - "12:37:45\tCompleted 3270 to KZ196000: 611.3044744074035\n", - "12:37:45\tCompleted 3260 to KZ431900: 2249.595549976068\n", - "12:37:45\tCompleted 3250 to KZ111810: 3471.780918627336\n", - "12:37:45\tCompleted 3273 to KZ475200: 4140.903877186842\n", - "12:37:45\tCompleted 3293 to KZ231000: 2671.69191920647\n", - "12:37:45\tCompleted 3247 to KZ475000: 4181.893573803069\n", - "12:37:45\tCompleted 3277 to KZ633800: 1454.7393607293484\n", - "12:37:45\tCompleted 3244 to KZ116400: 3092.8592264752797\n", - "12:37:45\tCompleted 3287 to KZ791510: 1032.1782619315577\n", - "12:37:45\tCompleted 3271 to KZ316200: 1206.487496657039212:37:45\tCompleted 3240 to KZ351600: 1281.6864951080943\n", - "\n", - "12:37:45\tCompleted 3255 to KZ555200: 1713.769934360146412:37:45\tCompleted 3251 to KZ233600: 3382.7295589799437\n", - "\n", - "12:37:46\tCompleted 3259 to KZ352800: 1456.1879730044463\n", - "12:37:46\tCompleted 3245 to KZ634800: 2786.8255166348044\n", - "12:37:46\tCompleted 3241 to KZ435200: 211.51885445129255\n", - "12:37:46\tCompleted 3220 to KZ553600: 2012.4283492238085\n", - "12:37:46\tCompleted 3295 to KZ434600: 2039.9553944985835\n", - "12:37:46\tCompleted 3264 to KZ193200: 642.5252847829827\n", - "12:37:46\tCompleted 3270 to KZ191000: 302.915321514358612:37:46\tCompleted 3274 to KZ616000: 958.2324269659669\n", - "\n", - "12:37:46\tCompleted 3253 to KZ393400: 2461.90356339729\n", - "12:37:46\tCompleted 3272 to KZ395600: 2714.0301417452265\n", - "12:37:46\tCompleted 3302 to KZ113800: 2967.282867199862712:37:46\tCompleted 3227 to KZ791510: 1298.6431632395152\n", - "\n", - "12:37:46\tCompleted 3306 to KZ191000: 1529.630414170145\n", - "12:37:46\tCompleted 3262 to KZ276000: 4293.832942537934\n", - "12:37:46\tCompleted 3279 to KZ315000: 866.1999548060606\n", - "12:37:46\tCompleted 3246 to KZ351800: 1195.4500320357013\n", - "12:37:46\tCompleted 3290 to KZ115200: 1698.0106161821543\n", - "12:37:46\tCompleted 3296 to KZ552200: 2014.7692507403956\n", - "12:37:47\tCompleted 3242 to KZ554200: 2133.7942029965848\n", - "12:37:47\tCompleted 3238 to KZ116400: 2207.7608302382405\n", - "12:37:47\tCompleted 3254 to KZ392000: 2490.22558930919\n", - "12:37:47\tCompleted 3258 to KZ231000: 3969.1725197788433\n", - "12:37:47\tCompleted 3267 to KZ596400: 2035.4345347890057\n", - "12:37:47\tCompleted 3241 to KZ434800: 242.84511536762787\n", - "12:37:47\tCompleted 3271 to KZ311000: 811.9018667876186\n", - "12:37:47\tCompleted 3265 to KZ351000: 1363.9120277638096\n", - "12:37:47\tCompleted 3236 to KZ612600: 1582.660831479731\n", - "12:37:47\tCompleted 3223 to KZ751110: 1725.659538467942\n", - "12:37:47\tCompleted 3270 to KZ196200: 71.33093206278299\n", - "12:37:47\tCompleted 3287 to KZ791710: 1030.402081614525\n", - "12:37:47\tCompleted 3259 to KZ356400: 1108.971204911044\n", - "12:37:47\tCompleted 3268 to KZ274800: 4260.132778191439\n", - "12:37:47\tCompleted 3279 to KZ314200: 457.54889594701035\n", - "12:37:47\tCompleted 3307 to KZ636200: 1374.3507917686277\n", - "12:37:47\tCompleted 3248 to KZ555600: 1809.3200920134418\n", - "12:37:48\tCompleted 3240 to KZ354000: 1272.6434411582145\n", - "12:37:48\tCompleted 3226 to KZ474200: 4398.783285277918\n", - "12:37:48\tCompleted 3256 to KZ274000: 4681.327654250635\n", - "12:37:48\tCompleted 3222 to KZ115200: 2314.6883213654287\n", - "12:37:48\tCompleted 3277 to KZ634000: 1451.8241032948854\n", - "12:37:48\tCompleted 3264 to KZ193400: 847.414161798423\n", - "12:37:48\tCompleted 3294 to KZ354400: 1773.1620513058479\n", - "12:37:48\tCompleted 3219 to KZ591000: 2001.379915258814\n", - "12:37:48\tCompleted 3261 to KZ595600: 2334.8090906025864\n", - "12:37:48\tCompleted 3276 to KZ154000: 3030.2889463055553\n", - "12:37:48\tCompleted 3250 to KZ116600: 3014.1525878477214\n", - "12:37:48\tCompleted 3241 to KZ433600: 503.5152957167637\n", - "12:37:48\tCompleted 3274 to KZ613800: 1333.8462022983465\n", - "12:37:48\tCompleted 3235 to KZ595600: 2587.389826406313\n", - "12:37:48\tCompleted 3227 to KZ791710: 1296.8669829224825\n", - "12:37:48\tCompleted 3311 to KZ475200: 3827.6967958200944\n", - "12:37:48\tCompleted 3306 to KZ196200: 1295.2232413788106\n", - "12:37:48\tCompleted 3270 to KZ192600: 341.8590765430525\n", - "12:37:49\tCompleted 3218 to KZ353200: 3042.6518171980324\n", - "12:37:49\tCompleted 3266 to KZ393600: 1944.8652309909544\n", - "12:37:49\tCompleted 3242 to KZ791110: 1137.706246953451\n", - "12:37:49\tCompleted 3271 to KZ315000: 929.1106830212524\n", - "12:37:49\tCompleted 3236 to KZ616000: 1292.426060104755\n", - "12:37:49\tCompleted 3239 to KZ751810: 3873.1123585691957\n", - "12:37:49\tCompleted 3234 to KZ394200: 2914.620616414707\n", - "12:37:49\tCompleted 3264 to KZ193600: 404.8455171563947\n", - "12:37:49\tCompleted 3255 to KZ551600: 1771.730837991378\n", - "12:37:49\tCompleted 3260 to KZ434600: 2283.260120402446\n", - "12:37:49\tCompleted 3230 to KZ154600: 3572.563609341659\n", - "12:37:49\tCompleted 3287 to KZ611600: 1287.2626168896495\n", - "12:37:49\tCompleted 3279 to KZ353200: 1361.983098631042\n", - "12:37:50\tCompleted 3251 to KZ633200: 1652.8093579711547\n", - "12:37:50\tCompleted 3241 to KZ434000: 344.3194722663764\n", - "12:37:50\tCompleted 3308 to KZ396800: 2226.351986370445\n", - "12:37:50\tCompleted 3240 to KZ351000: 1206.6181558083788\n", - "12:37:50\tCompleted 3244 to KZ116800: 3419.0905720367427\n", - "12:37:50\tCompleted 3233 to KZ235600: 2301.6566117135235\n", - "12:37:50\tCompleted 3307 to KZ636400: 1131.7649438886172\n", - "12:37:50\tCompleted 3270 to KZ196600: 390.39758393807574\n", - "12:37:50\tCompleted 3254 to KZ395600: 2803.79179529013\n", - "12:37:50\tCompleted 3259 to KZ352400: 1442.11356090085\n", - "12:37:50\tCompleted 3290 to KZ115400: 1675.3899535840605\n", - "12:37:50\tCompleted 3265 to KZ352000: 1508.6786180645508\n", - "12:37:50\tCompleted 3224 to KZ632200: 2297.6473855540967\n", - "12:37:50\tCompleted 3281 to KZ474600: 2521.442924724518\n", - "12:37:50\tCompleted 3271 to KZ314200: 813.3160803499916\n", - "12:37:50\tCompleted 3228 to KZ274800: 4580.228390054185\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:37:50\tCompleted 3264 to KZ194000: 140.2061955284651\n", - "12:37:51\tCompleted 3242 to KZ791310: 1094.1660150728424\n", - "12:37:51\tCompleted 3295 to KZ434400: 2382.9047934603095\n", - "12:37:51\tCompleted 3238 to KZ116800: 1995.3619765462236\n", - "12:37:51\tCompleted 3220 to KZ552200: 2087.06979901865\n", - "12:37:51\tCompleted 3253 to KZ391600: 2317.7740604127803\n", - "12:37:51\tCompleted 3227 to KZ611600: 1553.727518197607\n", - "12:37:51\tCompleted 3222 to KZ115400: 2297.5475578895453\n", - "12:37:51\tCompleted 3302 to KZ114500: 3430.663032008893\n", - "12:37:51\tCompleted 3223 to KZ751310: 1718.8311113431957\n", - "12:37:51\tCompleted 3270 to KZ194200: 355.68946151404566\n", - "12:37:51\tCompleted 3287 to KZ613600: 1140.890064651729\n", - "12:37:51\tCompleted 3277 to KZ635400: 1896.7296558771186\n", - "12:37:51\tCompleted 3240 to KZ352000: 756.5404323904048\n", - "12:37:51\tCompleted 3306 to KZ192600: 1568.574169198839\n", - "12:37:51\tCompleted 3248 to KZ551000: 1720.4555226671882\n", - "12:37:51\tCompleted 3247 to KZ475200: 4192.73653458712\n", - "12:37:51\tCompleted 3296 to KZ554600: 2096.9457232422055\n", - "12:37:51\tCompleted 3245 to KZ633400: 2054.603461964126\n", - "12:37:52\tCompleted 3236 to KZ613800: 1668.0398354371346\n", - "12:37:52\tCompleted 3264 to KZ196400: 561.2647987101304\n", - "12:37:52\tCompleted 3294 to KZ351800: 1794.1967659488737\n", - "12:37:52\tCompleted 3246 to KZ393200: 2309.627477778971\n", - "12:37:52\tCompleted 3235 to KZ596000: 2230.2048423532333\n", - "12:37:52\tCompleted 3261 to KZ596000: 1977.624106549504\n", - "12:37:52\tCompleted 3219 to KZ595600: 2235.2675017807337\n", - "12:37:52\tCompleted 3272 to KZ395800: 3016.4142171517124\n", - "12:37:52\tCompleted 3273 to KZ471800: 3970.513657026116\n", - "12:37:52\tCompleted 3270 to KZ751210: 35.74987588976076\n", - "12:37:52\tCompleted 3250 to KZ115600: 3289.62606498513\n", - "12:37:52\tCompleted 3242 to KZ791510: 1071.2855155011894\n", - "12:37:53\tCompleted 3307 to KZ631000: 1346.6551317400715\n", - "12:37:53\tCompleted 3267 to KZ594600: 2145.681258383902\n", - "12:37:53\tCompleted 3222 to KZ151000: 1056.2171447825028\n", - "12:37:53\tCompleted 3262 to KZ276200: 4013.2191558040167\n", - "12:37:53\tCompleted 3271 to KZ353200: 1395.2361408616139\n", - "12:37:53\tCompleted 3264 to KZ196800: 129.45249502058724\n", - "12:37:53\tCompleted 3293 to KZ234000: 2880.3023965741504\n", - "12:37:53\tCompleted 3258 to KZ234000: 4177.782997146531\n", - "12:37:53\tCompleted 3265 to KZ354800: 1604.2433567765286\n", - "12:37:53\tCompleted 3287 to KZ614000: 1087.750017737405\n", - "12:37:53\tCompleted 3268 to KZ275800: 3729.715602179843\n", - "12:37:53\tCompleted 3255 to KZ553200: 2030.0431492458547\n", - "12:37:53\tCompleted 3226 to KZ474600: 4075.9587244598247\n", - "12:37:53\tCompleted 3279 to KZ353600: 1859.8826352465458\n", - "12:37:54\tCompleted 3227 to KZ613600: 1407.3549659596845\n", - "12:37:54\tCompleted 3277 to KZ635000: 1371.4562285446698\n", - "12:37:54\tCompleted 3254 to KZ395800: 2991.9156619086457\n", - "12:37:54\tCompleted 3270 to KZ751110: 29.351600226471735\n", - "12:37:54\tCompleted 3295 to KZ431000: 1724.5962110976748\n", - "12:37:54\tCompleted 3259 to KZ356000: 2080.394323324707\n", - "12:37:54\tCompleted 3306 to KZ196600: 1614.2898932541034\n", - "12:37:54\tCompleted 3264 to KZ191600: 55.2211725290368\n", - "12:37:54\tCompleted 3290 to KZ151000: 1897.980742740042\n", - "12:37:54\tCompleted 3238 to KZ111810: 2017.2260695693524\n", - "12:37:54\tCompleted 3242 to KZ791710: 1069.5093351841567\n", - "12:37:54\tCompleted 3244 to KZ111810: 3458.6213730832337\n", - "12:37:54\tCompleted 3230 to KZ154800: 3407.5709203540587\n", - "12:37:54\tCompleted 3266 to KZ396400: 2103.339127519874\n", - "12:37:54\tCompleted 3260 to KZ434400: 2626.2095193641712\n", - "12:37:54\tCompleted 3222 to KZ153200: 993.131149150646\n", - "12:37:55\tCompleted 3251 to KZ634800: 2137.255949381449\n", - "12:37:55\tCompleted 3308 to KZ394800: 1998.8461846648365\n", - "12:37:55\tCompleted 3240 to KZ354800: 1755.4743944490044\n", - "12:37:55\tCompleted 3270 to KZ751310: 35.8368816007103\n", - "12:37:55\tCompleted 3248 to KZ556000: 1761.7520309980014\n", - "12:37:55\tCompleted 3234 to KZ394400: 3071.565391510604\n", - "12:37:55\tCompleted 3218 to KZ353600: 3725.523457637778\n", - "12:37:55\tCompleted 3256 to KZ274200: 4798.673148630175\n", - "12:37:55\tCompleted 3223 to KZ751410: 1736.2560897468363\n", - "12:37:55\tCompleted 3276 to KZ154200: 3332.9249852748776\n", - "12:37:55\tCompleted 3302 to KZ114000: 3192.043601763236\n", - "12:37:55\tCompleted 3271 to KZ353600: 1331.4659191449473\n", - "12:37:56\tCompleted 3264 to KZ195200: 41.33980786471795\n", - "12:37:56\tCompleted 3246 to KZ393400: 1826.0365196160249\n", - "12:37:56\tCompleted 3287 to KZ613900: 1365.6732897538525\n", - "12:37:56\tCompleted 3267 to KZ711110: 1507.9867802654987\n", - "12:37:56\tCompleted 3219 to KZ596000: 1878.082517727646\n", - "12:37:56\tCompleted 3250 to KZ115200: 2895.1268708851167\n", - "12:37:56\tCompleted 3279 to KZ351600: 1434.6727832700944\n", - "12:37:56\tCompleted 3311 to KZ471800: 3657.3065756593687\n", - "12:37:56\tCompleted 3239 to KZ751910: 3894.253274919603\n", - "12:37:56\tCompleted 3227 to KZ614000: 1354.2149190453624\n", - "12:37:56\tCompleted 3307 to KZ634600: 1614.3397570403688\n", - "12:37:56\tCompleted 3270 to KZ751410: 42.84682770560697\n", - "12:37:56\tCompleted 3220 to KZ554600: 2169.246271520456\n", - "12:37:56\tCompleted 3253 to KZ393600: 2620.207355402144\n", - "12:37:56\tCompleted 3277 to KZ632200: 1446.4968069512465\n", - "12:37:56\tCompleted 3233 to KZ233600: 2184.2732095693477\n", - "12:37:56\tCompleted 3306 to KZ194200: 1249.733206526338\n", - "12:37:56\tCompleted 3228 to KZ275800: 4049.8112140425537\n", - "12:37:57\tCompleted 3254 to KZ392400: 2589.426216988931\n", - "12:37:57\tCompleted 3274 to KZ273200: 4035.345147598925\n", - "12:37:57\tCompleted 3240 to KZ355200: 1234.616676383151\n", - "12:37:57\tCompleted 3242 to KZ611600: 1326.3698704592812\n", - "12:37:57\tCompleted 3235 to KZ596200: 2617.204292024408\n", - "12:37:57\tCompleted 3238 to KZ116600: 1530.5895485832084\n", - "12:37:57\tCompleted 3264 to KZ195000: 444.61629920444824\n", - "12:37:57\tCompleted 3271 to KZ351600: 906.2560671684961\n", - "12:37:57\tCompleted 3273 to KZ593200: 1926.1976903093278\n", - "12:37:57\tCompleted 3295 to KZ435200: 1622.9020810367442\n", - "12:37:57\tCompleted 3265 to KZ355200: 1824.2314202693747\n", - "12:37:57\tCompleted 3222 to KZ153400: 1686.5718073483467\n", - "12:37:57\tCompleted 3296 to KZ555600: 2460.7765864576872\n", - "12:37:57\tCompleted 3247 to KZ471800: 4022.346314426392\n", - "12:37:57\tCompleted 3255 to KZ553600: 1747.6500877906226\n", - "12:37:57\tCompleted 3241 to KZ471000: 2700.5214167962044\n", - "12:37:57\tCompleted 3261 to KZ596200: 2364.623556220672\n", - "12:37:58\tCompleted 3270 to KZ751710: 74.8828973657505\n", - "12:37:58\tCompleted 3294 to KZ393200: 2492.2698842059585\n", - "12:37:58\tCompleted 3251 to KZ633400: 1394.1611025144634\n", - "12:37:58\tCompleted 3224 to KZ635200: 3167.315723714331\n", - "12:37:58\tCompleted 3272 to KZ392400: 2742.601143178038\n", - "12:37:58\tCompleted 3281 to KZ475000: 2891.7719514742953\n", - "12:37:58\tCompleted 3287 to KZ612000: 1234.3847507823173\n", - "12:37:58\tCompleted 3244 to KZ116600: 3000.9930423036194\n", - "12:37:58\tCompleted 3245 to KZ633600: 2261.9436069379694\n", - "12:37:58\tCompleted 3290 to KZ153200: 1902.397326168691\n", - "12:37:58\tCompleted 3260 to KZ431000: 1967.900937001557\n", - "12:37:58\tCompleted 3306 to KZ751210: 1197.180577661182\n", - "12:37:58\tCompleted 3259 to KZ354400: 1872.878445147557\n", - "12:37:58\tCompleted 3264 to KZ194400: 274.49672923941813\n", - "12:37:59\tCompleted 3279 to KZ354000: 1458.142449218427112:37:59\tCompleted 3236 to KZ273200: 4369.538780737715\n", - "\n", - "12:37:59\tCompleted 3307 to KZ634400: 1206.4904975842862\n", - "12:37:59\tCompleted 3222 to KZ153600: 657.9584591740334\n", - "12:37:59\tCompleted 3262 to KZ271000: 4030.9121112182324\n", - "12:37:59\tCompleted 3257 to KZ113200: 1690.638607154317\n", - "12:37:59\tCompleted 3267 to KZ711410: 1508.1595833196084\n", - "12:37:59\tCompleted 3270 to KZ751810: 38.59424091359101\n", - "12:37:59\tCompleted 3246 to KZ391600: 1693.1417804777993\n", - "12:37:59\tCompleted 3240 to KZ355600: 1397.243361876349\n", - "12:37:59\tCompleted 3227 to KZ613900: 1632.1381910618112:37:59\tCompleted 3242 to KZ613600: 1179.99731822136\n", - "\n", - "12:37:59\tCompleted 3226 to KZ475000: 4446.287751209633\n", - "12:38:00\tCompleted 3250 to KZ115400: 2877.986107409233\n", - "12:38:00\tCompleted 3277 to KZ635200: 1637.0612763376978\n", - "12:38:00\tCompleted 3264 to KZ194600: 272.91819174998056\n", - "12:38:00\tCompleted 3268 to KZ276000: 4145.5466279348775\n", - "12:38:00\tCompleted 3271 to KZ354000: 1415.0555851299998\n", - "12:38:00\tCompleted 3223 to KZ751710: 1777.2441215157392\n", - "12:38:00\tCompleted 3302 to KZ117000: 3238.5032704794585\n", - "12:38:00\tCompleted 3230 to KZ155200: 3834.5095832558113\n", - "12:38:00\tCompleted 3248 to KZ556800: 1823.3229896827484\n", - "12:38:00\tCompleted 3306 to KZ751110: 1204.9379369740627\n", - "12:38:00\tCompleted 3258 to KZ234200: 4628.728703667473\n", - "12:38:00\tCompleted 3311 to KZ593200: 1827.4696025580974\n", - "12:38:00\tCompleted 3270 to KZ751910: 20.719256373924434\n", - "12:38:00\tCompleted 3295 to KZ434800: 1654.2283419530797\n", - "12:38:00\tCompleted 3265 to KZ355600: 1597.6805861946152\n", - "12:38:00\tCompleted 3234 to KZ433200: 2677.7017537040156\n", - "12:38:00\tCompleted 3254 to KZ396200: 3029.455139498647\n", - "12:38:00\tCompleted 3307 to KZ313600: 980.2221457912332\n", - "12:38:01\tCompleted 3287 to KZ614400: 1292.2060891936555\n", - "12:38:01\tCompleted 3240 to KZ352100: 1047.649454803341\n", - "12:38:01\tCompleted 3266 to KZ394000: 2211.7994066091833\n", - "12:38:01\tCompleted 3222 to KZ154000: 1166.2975667702133\n", - "12:38:01\tCompleted 3218 to KZ351600: 3305.661504925762\n", - "12:38:01\tCompleted 3279 to KZ351000: 1392.1171638685914\n", - "12:38:01\tCompleted 3238 to KZ115600: 2181.2984177729013\n", - "12:38:01\tCompleted 3255 to KZ552200: 1872.578205459101\n", - "12:38:01\tCompleted 3242 to KZ614000: 1126.857271307037\n", - "12:38:01\tCompleted 3264 to KZ194800: 541.0338438039844\n", - "12:38:01\tCompleted 3247 to KZ593200: 1957.3943606698733\n", - "12:38:01\tCompleted 3260 to KZ435200: 1866.2068069406264\n", - "12:38:01\tCompleted 3250 to KZ151000: 1636.6556943022422\n", - "12:38:01\tCompleted 3293 to KZ234200: 3331.248103095094\n", - "12:38:01\tCompleted 3267 to KZ711210: 1477.8051976531929\n", - "12:38:01\tCompleted 3270 to KZ751510: 21.28053241460625612:38:01\tCompleted 3235 to KZ596400: 2390.999271624189\n", - "\n", - "12:38:01\tCompleted 3276 to KZ156000: 2906.174217643098\n", - "12:38:02\tCompleted 3261 to KZ596400: 2138.4185358204536\n", - "12:38:02\tCompleted 3239 to KZ751510: 3882.7692128186873\n", - "12:38:02\tCompleted 3253 to KZ396400: 2841.61900207549912:38:02\tCompleted 3306 to KZ751310: 1198.1095098493165\n", - "\n", - "12:38:02\tCompleted 3273 to KZ595800: 2030.117300349705\n", - "12:38:02\tCompleted 3244 to KZ115600: 3276.4665194410277\n", - "12:38:02\tCompleted 3219 to KZ596200: 2265.081967398818\n", - "12:38:02\tCompleted 3265 to KZ352100: 689.4439005978968\n", - "12:38:02\tCompleted 3296 to KZ551000: 2089.8618455907736\n", - "12:38:02\tCompleted 3259 to KZ351800: 1893.9131597905828\n", - "12:38:02\tCompleted 3290 to KZ153400: 1791.8106686429849\n", - "12:38:02\tCompleted 3307 to KZ314000: 838.5787816428438\n", - "12:38:02\tCompleted 3227 to KZ612000: 1500.8496520902747\n", - "12:38:02\tCompleted 3257 to KZ113400: 1520.3511142215536\n", - "12:38:02\tCompleted 3251 to KZ633600: 1809.4438001548306\n", - "12:38:02\tCompleted 3277 to KZ632400: 1506.0168341871952\n", - "12:38:02\tCompleted 3279 to KZ352000: 942.0394404506175\n", - "12:38:03\tCompleted 3222 to KZ154200: 1089.142124000155\n", - "12:38:03\tCompleted 3240 to KZ352200: 1184.4246652995464\n", - "12:38:03\tCompleted 3271 to KZ351000: 1346.6871540296565\n", - "12:38:03\tCompleted 3264 to KZ195600: 629.909915053134\n", - "12:38:03\tCompleted 3308 to KZ395000: 2332.981964759459\n", - "12:38:03\tCompleted 3220 to KZ555600: 2565.961074220495\n", - "12:38:03\tCompleted 3287 to KZ614600: 1081.8577166622204\n", - "12:38:03\tCompleted 3239 to KZ231000: 1080.9851367376982\n", - "12:38:03\tCompleted 3233 to KZ633200: 2398.73809946089912:38:03\tCompleted 3250 to KZ153200: 1573.5696986703854\n", - "\n", - "12:38:03\tCompleted 3228 to KZ276000: 4465.642239797633\n", - "12:38:03\tCompleted 3294 to KZ393400: 2314.5303153060904\n", - "12:38:04\tCompleted 3272 to KZ396200: 2551.0242291518334\n", - "12:38:04\tCompleted 3223 to KZ751810: 1723.4879655926882\n", - "12:38:04\tCompleted 3307 to KZ314800: 278.578669092538\n", - "12:38:04\tCompleted 3241 to KZ473600: 2281.5466507732613\n", - "12:38:04\tCompleted 3302 to KZ114400: 3115.797155806662\n", - "12:38:04\tCompleted 3306 to KZ751410: 1215.534488252957\n", - "12:38:04\tCompleted 3242 to KZ613900: 1404.7805433234846\n", - "12:38:04\tCompleted 3254 to KZ396600: 2941.160271646106\n", - "12:38:04\tCompleted 3264 to KZ195800: 443.79678742028403\n", - "12:38:04\tCompleted 3240 to KZ352300: 1042.9429072616497\n", - "12:38:04\tCompleted 3246 to KZ393600: 2163.685811972398\n", - "12:38:05\tCompleted 3267 to KZ711310: 1499.397586191782\n", - "12:38:05\tCompleted 3222 to KZ156000: 1235.4331085386284\n", - "12:38:05\tCompleted 3260 to KZ434800: 1897.533067856962\n", - "12:38:05\tCompleted 3265 to KZ352200: 1406.237123182733312:38:05\tCompleted 3239 to KZ234000: 1333.6681819544315\n", - "\n", - "12:38:05\tCompleted 3311 to KZ595800: 1931.3892125984746\n", - "12:38:05\tCompleted 3227 to KZ614400: 1558.67099050161312:38:05\tCompleted 3307 to KZ315400: 501.2451260160154\n", - "\n", - "12:38:05\tCompleted 3247 to KZ595800: 2061.3139707102505\n", - "12:38:05\tCompleted 3274 to KZ274400: 3972.473835085649\n", - "12:38:05\tCompleted 3236 to KZ274400: 4306.667468224456\n", - "12:38:05\tCompleted 3248 to KZ554800: 1978.0029584310375\n", - "12:38:05\tCompleted 3234 to KZ431900: 2158.657920808812\n", - "12:38:05\tCompleted 3255 to KZ554600: 2010.1669376369646\n", - "12:38:05\tCompleted 3230 to KZ156400: 3413.7995828950448\n", - "12:38:05\tCompleted 3244 to KZ115200: 2881.967325341014\n", - "12:38:05\tCompleted 3224 to KZ632400: 2959.972760907956\n", - "12:38:05\tCompleted 3262 to KZ274000: 4684.570294937755\n", - "12:38:05\tCompleted 3218 to KZ354000: 3018.5341316665476\n", - "12:38:06\tCompleted 3245 to KZ633800: 2476.663354090847\n", - "12:38:06\tCompleted 3264 to KZ196000: 618.4820393152635\n", - "12:38:06\tCompleted 3295 to KZ433600: 1914.8985223022155\n", - "12:38:06\tCompleted 3277 to KZ632800: 1503.9124955781224\n", - "12:38:06\tCompleted 3306 to KZ751710: 1256.52252002186\n", - "12:38:06\tCompleted 3281 to KZ475200: 2902.6149122583447\n", - "12:38:06\tCompleted 3226 to KZ475200: 4457.13071199368\n", - "12:38:06\tCompleted 3250 to KZ153400: 2267.0103568680756\n", - "12:38:06\tCompleted 3268 to KZ276200: 3864.9328412009736\n", - "12:38:06\tCompleted 3238 to KZ115200: 2374.7805322591544\n", - "12:38:06\tCompleted 3235 to KZ594600: 2596.478123151664\n", - "12:38:06\tCompleted 3242 to KZ612000: 1273.492004351949\n", - "12:38:06\tCompleted 3271 to KZ352000: 1491.4537443303977\n", - "12:38:06\tCompleted 3257 to KZ113600: 1648.8222722916114\n", - "12:38:06\tCompleted 3273 to KZ593400: 1839.5045629975648\n", - "12:38:06\tCompleted 3254 to KZ394200: 2330.770579911036\n", - "12:38:06\tCompleted 3240 to KZ352800: 1158.6546997934042\n", - "12:38:06\tCompleted 3287 to KZ614800: 1563.478522033327\n", - "12:38:07\tCompleted 3222 to KZ154600: 1148.3182306047622\n", - "12:38:07\tCompleted 3239 to KZ234200: 1740.5413206263352\n", - "12:38:07\tCompleted 3279 to KZ354800: 1940.973402509217\n", - "12:38:07\tCompleted 3307 to KZ315600: 866.2584189793984\n", - "12:38:07\tCompleted 3261 to KZ594600: 2343.897387347937\n", - "12:38:07\tCompleted 3264 to KZ191000: 310.0928864222185\n", - "12:38:07\tCompleted 3258 to KZ234600: 4743.899002105579\n", - "12:38:07\tCompleted 3251 to KZ633800: 1816.2209946412195\n", - "12:38:07\tCompleted 3308 to KZ395200: 1800.6207379203265\n", - "12:38:07\tCompleted 3219 to KZ596400: 2038.8769469985955\n", - "12:38:07\tCompleted 3296 to KZ556000: 2137.983227798787\n", - "12:38:07\tCompleted 3290 to KZ153600: 2084.2144295004546\n", - "12:38:07\tCompleted 3250 to KZ153600: 1238.3970086937675\n", - "12:38:07\tCompleted 3259 to KZ393200: 2591.9862780476606\n", - "12:38:07\tCompleted 3227 to KZ614600: 1348.3226179701778\n", - "12:38:07\tCompleted 3306 to KZ751810: 1202.766364098809\n", - "12:38:08\tCompleted 3266 to KZ396800: 2226.401481283215\n", - "12:38:08\tCompleted 3223 to KZ751910: 1744.6288819430965\n", - "12:38:08\tCompleted 3253 to KZ394000: 3073.55385144132\n", - "12:38:08\tCompleted 3264 to KZ196200: 87.78121712482455\n", - "12:38:08\tCompleted 3276 to KZ154600: 3204.3116483882127\n", - "12:38:08\tCompleted 3240 to KZ356400: 1177.7331269181504\n", - "12:38:08\tCompleted 3220 to KZ551000: 2162.1623938690227\n", - "12:38:08\tCompleted 3242 to KZ614400: 1331.3133427632877\n", - "12:38:08\tCompleted 3247 to KZ593400: 1870.7012333581104\n", - "12:38:08\tCompleted 3222 to KZ154800: 1168.1178588841835\n", - "12:38:09\tCompleted 3311 to KZ593400: 1740.776475246334512:38:09\tCompleted 3244 to KZ115400: 2864.8265618651308\n", - "\n", - "12:38:09\tCompleted 3302 to KZ114600: 3741.260626658096\n", - "12:38:09\tCompleted 3260 to KZ433600: 2158.2032482060904\n", - "12:38:09\tCompleted 3255 to KZ555600: 1818.4661814216668\n", - "12:38:09\tCompleted 3277 to KZ636800: 1434.1851219981986\n", - "12:38:09\tCompleted 3270 to KZ231000: 3886.3797319509795\n", - "12:38:09\tCompleted 3307 to KZ316000: 1099.8117637987862\n", - "12:38:09\tCompleted 3265 to KZ352300: 1896.4695089766867\n", - "12:38:09\tCompleted 3239 to KZ234600: 1855.711619064417\n", - "12:38:09\tCompleted 3294 to KZ391600: 2170.400812321581\n", - "12:38:09\tCompleted 3287 to KZ615400: 1304.6422891238788\n", - "12:38:09\tCompleted 3279 to KZ355200: 1420.1156844433635\n", - "12:38:09\tCompleted 3254 to KZ394400: 2505.6239445719903\n", - "12:38:09\tCompleted 3235 to KZ711110: 1844.710416737406\n", - "12:38:09\tCompleted 3272 to KZ396600: 2558.9430699430227\n", - "12:38:09\tCompleted 3228 to KZ276200: 4185.028453063688\n", - "12:38:10\tCompleted 3261 to KZ711110: 1592.1296809336607\n", - "12:38:10\tCompleted 3264 to KZ192600: 349.0366414509124\n", - "12:38:10\tCompleted 3293 to KZ234600: 3446.4184015331484\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:38:10\tCompleted 3250 to KZ154000: 1746.7361162899526\n", - "12:38:10\tCompleted 3295 to KZ434000: 1678.9557727126712\n", - "12:38:10\tCompleted 3248 to KZ556400: 1904.8693176058412\n", - "12:38:10\tCompleted 3306 to KZ751910: 1223.9072804492173\n", - "12:38:10\tCompleted 3271 to KZ354800: 1587.0184830423757\n", - "12:38:10\tCompleted 3234 to KZ434600: 2192.32249123519\n", - "12:38:10\tCompleted 3222 to KZ155200: 911.9752804982625\n", - "12:38:10\tCompleted 3218 to KZ351000: 2982.570498465961\n", - "12:38:10\tCompleted 3246 to KZ396400: 2322.1597085013045\n", - "12:38:10\tCompleted 3242 to KZ614600: 1120.9649702318522\n", - "12:38:10\tCompleted 3239 to KZ234800: 1074.091832874075\n", - "12:38:10\tCompleted 3257 to KZ113800: 1728.4403570476454\n", - "12:38:10\tCompleted 3244 to KZ151000: 1623.4961487581393\n", - "12:38:10\tCompleted 3307 to KZ316600: 648.6192247575875\n", - "12:38:11\tCompleted 3240 to KZ352400: 1242.920194008807112:38:11\tCompleted 3233 to KZ634800: 3119.742021404002\n", - "\n", - "12:38:11\tCompleted 3287 to KZ615200: 1042.058935625599\n", - "12:38:11\tCompleted 3227 to KZ614800: 1829.9434233412844\n", - "12:38:11\tCompleted 3238 to KZ115400: 2595.353304124805\n", - "12:38:11\tCompleted 3264 to KZ196600: 406.8478690001173\n", - "12:38:11\tCompleted 3273 to KZ594200: 2019.3623120610762\n", - "12:38:11\tCompleted 3230 to KZ155600: 3586.4794569339047\n", - "12:38:11\tCompleted 3254 to KZ433200: 1885.5946042947046\n", - "12:38:11\tCompleted 3219 to KZ594600: 2244.355798526083\n", - "12:38:11\tCompleted 3241 to KZ474200: 2728.1708118397833\n", - "12:38:11\tCompleted 3267 to KZ555200: 2241.02189104991\n", - "12:38:11\tCompleted 3250 to KZ154200: 1669.5806735198923\n", - "12:38:12\tCompleted 3290 to KZ154000: 1835.7910023254917\n", - "12:38:12\tCompleted 3223 to KZ751510: 1733.1448198421806\n", - "12:38:12\tCompleted 3239 to KZ235200: 1017.6989316715725\n", - "12:38:12\tCompleted 3224 to KZ632800: 2533.0526866710875\n", - "12:38:12\tCompleted 3265 to KZ352800: 1433.3595458797001\n", - "12:38:12\tCompleted 3277 to KZ635800: 1484.8115557137412\n", - "12:38:12\tCompleted 3306 to KZ751510: 1212.4232183483014\n", - "12:38:12\tCompleted 3236 to KZ275400: 4981.855900181509\n", - "12:38:12\tCompleted 3251 to KZ634000: 1875.061367506457\n", - "12:38:12\tCompleted 3279 to KZ355600: 1582.7423699365615\n", - "12:38:12\tCompleted 3226 to KZ471800: 4286.740491832952\n", - "12:38:12\tCompleted 3260 to KZ434000: 1922.2604986165534\n", - "12:38:12\tCompleted 3244 to KZ153200: 1560.4101531262825\n", - "12:38:12\tCompleted 3264 to KZ194200: 336.9788012468983\n", - "12:38:12\tCompleted 3262 to KZ274200: 4801.915789317295\n", - "12:38:12\tCompleted 3255 to KZ551000: 1729.6016120754132\n", - "12:38:12\tCompleted 3259 to KZ393400: 2414.2467091477974\n", - "12:38:12\tCompleted 3261 to KZ711410: 1618.2421810171722\n", - "12:38:12\tCompleted 3308 to KZ391000: 2055.018934576679\n", - "12:38:12\tCompleted 3268 to KZ271000: 3882.6257966151893\n", - "12:38:12\tCompleted 3222 to KZ156400: 1410.7604590501037\n", - "12:38:13\tCompleted 3247 to KZ594200: 2050.5589824216217\n", - "12:38:13\tCompleted 3307 to KZ316200: 1132.0270658910772\n", - "12:38:13\tCompleted 3240 to KZ356000: 1204.0392944849236\n", - "12:38:13\tCompleted 3281 to KZ471800: 2732.224692097619\n", - "12:38:13\tCompleted 3245 to KZ634000: 2524.630934759822\n", - "12:38:13\tCompleted 3302 to KZ114800: 2788.9207683348686\n", - "12:38:13\tCompleted 3296 to KZ556800: 2338.6711526707245\n", - "12:38:13\tCompleted 3266 to KZ394800: 1998.8956795776064\n", - "12:38:13\tCompleted 3311 to KZ594200: 1920.6342243098459\n", - "12:38:13\tCompleted 3258 to KZ234800: 3877.6003779411376\n", - "12:38:13\tCompleted 3264 to KZ751210: 37.827060132268144\n", - "12:38:13\tCompleted 3250 to KZ156000: 1815.8716580583675\n", - "12:38:13\tCompleted 3235 to KZ711410: 1870.8229168209175\n", - "12:38:13\tCompleted 3239 to KZ235600: 1132.090608283775\n", - "12:38:13\tCompleted 3254 to KZ431900: 2014.6459185914198\n", - "12:38:14\tCompleted 3265 to KZ356400: 1086.1427777862975\n", - "12:38:14\tCompleted 3242 to KZ614800: 1602.5857756029586\n", - "12:38:14\tCompleted 3227 to KZ615400: 1571.1071904318362\n", - "12:38:14\tCompleted 3277 to KZ636200: 1345.8944724834969\n", - "12:38:14\tCompleted 3279 to KZ352100: 1200.6357429653413\n", - "12:38:14\tCompleted 3222 to KZ155600: 814.087202791368\n", - "12:38:14\tCompleted 3271 to KZ355200: 1807.0065465352216\n", - "12:38:14\tCompleted 3219 to KZ711110: 1492.5880921118028\n", - "12:38:14\tCompleted 3218 to KZ352000: 2684.088285280923\n", - "12:38:14\tCompleted 3257 to KZ114500: 1802.282852132467\n", - "12:38:14\tCompleted 3220 to KZ556000: 2210.2837760770362\n", - "12:38:14\tCompleted 3307 to KZ311000: 737.4414360216567\n", - "12:38:15\tCompleted 3264 to KZ751110: 37.14949493661167\n", - "12:38:15\tCompleted 3274 to KZ275400: 4647.6622670427\n", - "12:38:15\tCompleted 3240 to KZ354400: 1000.6858045823775\n", - "12:38:15\tCompleted 3294 to KZ393600: 2472.834107310949\n", - "12:38:15\tCompleted 3248 to KZ554200: 2167.497355993278\n", - "12:38:15\tCompleted 3276 to KZ154800: 3039.3189594006126\n", - "12:38:15\tCompleted 3244 to KZ153400: 2253.8508113239736\n", - "12:38:15\tCompleted 3287 to KZ616400: 2014.651486521651\n", - "12:38:15\tCompleted 3272 to KZ394200: 2930.795884735619\n", - "12:38:15\tCompleted 3239 to KZ233600: 840.7573159071811\n", - "12:38:15\tCompleted 3253 to KZ396800: 2819.6463090017332\n", - "12:38:15\tCompleted 3261 to KZ711210: 1619.4039424440707\n", - "12:38:15\tCompleted 3250 to KZ154600: 1728.7567801245016\n", - "12:38:15\tCompleted 3234 to KZ434400: 2535.271890196915\n", - "12:38:15\tCompleted 3228 to KZ271000: 4202.721408477923\n", - "12:38:16\tCompleted 3277 to KZ636400: 1103.3086246034864\n", - "12:38:16\tCompleted 3254 to KZ434600: 2052.5454428416247\n", - "12:38:16\tCompleted 3264 to KZ751310: 41.12462125014247\n", - "12:38:16\tCompleted 3227 to KZ615200: 1308.5238369335564\n", - "12:38:16\tCompleted 3273 to KZ596600: 2120.2478296378385\n", - "12:38:16\tCompleted 3226 to KZ593200: 2030.265449759112\n", - "12:38:16\tCompleted 3265 to KZ352400: 1419.2851337761037\n", - "12:38:16\tCompleted 3279 to KZ352200: 1369.923673359759\n", - "12:38:16\tCompleted 3263 to KZ113200: 1728.7734704026495\n", - "12:38:16\tCompleted 3255 to KZ556000: 1770.8981204062263\n", - "12:38:16\tCompleted 3267 to KZ551600: 1974.455169064376\n", - "12:38:16\tCompleted 3295 to KZ471000: 4111.904643381633\n", - "12:38:16\tCompleted 3242 to KZ615400: 1343.7495426935109\n", - "12:38:16\tCompleted 3307 to KZ315000: 854.650252255290512:38:16\tCompleted 3230 to KZ156800: 3058.49796733299312:38:16\tCompleted 3270 to KZ234000: 4094.9902093186674\n", - "\n", - "\n", - "12:38:16\tCompleted 3244 to KZ153600: 1225.2374631496648\n", - "12:38:16\tCompleted 3246 to KZ394000: 2430.6199875906213\n", - "12:38:16\tCompleted 3222 to KZ156800: 1512.9807594694842\n", - "12:38:17\tCompleted 3293 to KZ234800: 2580.119777368757\n", - "12:38:17\tCompleted 3233 to KZ633400: 2298.4573250183616\n", - "12:38:17\tCompleted 3219 to KZ711410: 1518.7005921953144\n", - "12:38:17\tCompleted 3248 to KZ791110: 1113.5097282110764\n", - "12:38:17\tCompleted 3240 to KZ351800: 1018.1439173884263\n", - "12:38:17\tCompleted 3264 to KZ751410: 51.793703649163405\n", - "12:38:17\tCompleted 3238 to KZ151000: 3455.788882782019\n", - "12:38:17\tCompleted 3290 to KZ154200: 2138.4270412948113\n", - "12:38:17\tCompleted 3223 to KZ231000: 2135.813463343933\n", - "12:38:17\tCompleted 3271 to KZ355600: 1580.455712460462\n", - "12:38:17\tCompleted 3235 to KZ711210: 1871.984678247816\n", - "12:38:17\tCompleted 3247 to KZ596600: 2151.444499998382\n", - "12:38:17\tCompleted 3250 to KZ154800: 1748.556408403917\n", - "12:38:17\tCompleted 3259 to KZ391600: 2270.117206163288\n", - "12:38:18\tCompleted 3230 to KZ193200: 386.6460027403179\n", - "12:38:18\tCompleted 3279 to KZ352300: 986.5363053037383\n", - "12:38:18\tCompleted 3251 to KZ635400: 2319.966920088683\n", - "12:38:18\tCompleted 3277 to KZ631000: 1318.1988124549407\n", - "12:38:18\tCompleted 3281 to KZ593200: 1941.1430088659808\n", - "12:38:18\tCompleted 3308 to KZ395400: 2102.8864876097555\n", - "12:38:18\tCompleted 3254 to KZ434400: 2037.4963389512804\n", - "12:38:18\tCompleted 3302 to KZ111010: 3176.6747389015004\n", - "12:38:18\tCompleted 3311 to KZ596600: 2021.5197418866112\n", - "12:38:18\tCompleted 3236 to KZ273600: 4149.815159163965\n", - "12:38:18\tCompleted 3257 to KZ114000: 1738.4258385649084\n", - "12:38:18\tCompleted 3307 to KZ314200: 738.8556495840297\n", - "12:38:18\tCompleted 3264 to KZ751710: 83.82977330930694\n", - "12:38:18\tCompleted 3287 to KZ615600: 1598.9601887987703\n", - "12:38:18\tCompleted 3241 to KZ474600: 2405.3462510217014\n", - "12:38:18\tCompleted 3242 to KZ615200: 1081.1661891952306\n", - "12:38:18\tCompleted 3306 to KZ231000: 2656.7764862515673\n", - "12:38:19\tCompleted 3261 to KZ711310: 1631.2613019000025\n", - "12:38:19\tCompleted 3263 to KZ113400: 1519.9943993004783\n", - "12:38:19\tCompleted 3296 to KZ554800: 2343.3666407151754\n", - "12:38:19\tCompleted 3244 to KZ154000: 1733.5765707458497\n", - "12:38:19\tCompleted 3230 to KZ193400: 591.534879755758712:38:19\tCompleted 3248 to KZ791310: 1069.9694963304678\n", - "\n", - "12:38:19\tCompleted 3271 to KZ352100: 672.2190268637438\n", - "12:38:19\tCompleted 3268 to KZ274000: 4536.283980334693\n", - "12:38:19\tCompleted 3250 to KZ155200: 1492.413830017994\n", - "12:38:19\tCompleted 3234 to KZ431000: 1876.9633078342906\n", - "12:38:19\tCompleted 3264 to KZ751810: 46.23883486019927\n", - "12:38:20\tCompleted 3255 to KZ556800: 1832.4690790909733\n", - "12:38:20\tCompleted 3258 to KZ235200: 3925.240225304505\n", - "12:38:20\tCompleted 3219 to KZ711210: 1519.8623536222128\n", - "12:38:20\tCompleted 3279 to KZ352800: 1344.1537078536169\n", - "12:38:20\tCompleted 3218 to KZ354800: 3506.1935120820626\n", - "12:38:20\tCompleted 3224 to KZ636800: 2735.093216931793\n", - "12:38:20\tCompleted 3266 to KZ395000: 2333.031459672229\n", - "12:38:20\tCompleted 3287 to KZ615800: 983.1355336964626\n", - "12:38:20\tCompleted 3273 to KZ595000: 1954.6878483255425\n", - "12:38:20\tCompleted 3230 to KZ193600: 605.6555423017714\n", - "12:38:20\tCompleted 3227 to KZ616400: 2281.1163878296084\n", - "12:38:20\tCompleted 3235 to KZ711310: 1883.8420377037478\n", - "12:38:20\tCompleted 3226 to KZ595800: 2134.1850597994894\n", - "12:38:20\tCompleted 3294 to KZ396400: 2694.2457539843085\n", - "12:38:20\tCompleted 3244 to KZ154200: 1656.4211279757894\n", - "12:38:20\tCompleted 3264 to KZ751910: 29.666132317480873\n", - "12:38:20\tCompleted 3307 to KZ353200: 1346.8872614173356\n", - "12:38:21\tCompleted 3265 to KZ356000: 2057.5658961999607\n", - "12:38:21\tCompleted 3248 to KZ791510: 1047.0889967588146\n", - "12:38:21\tCompleted 3277 to KZ634600: 1585.883437755238\n", - "12:38:21\tCompleted 3254 to KZ431000: 2375.131010306479\n", - "12:38:21\tCompleted 3220 to KZ556800: 2410.9717009489736\n", - "12:38:21\tCompleted 3290 to KZ156000: 1711.6762736630212\n", - "12:38:21\tCompleted 3272 to KZ394400: 3087.7406598315165\n", - "12:38:21\tCompleted 3239 to KZ633200: 4434.44124650529\n", - "12:38:21\tCompleted 3276 to KZ155200: 3466.2576223023652\n", - "12:38:21\tCompleted 3257 to KZ117000: 1661.0581820115124\n", - "12:38:21\tCompleted 3250 to KZ156400: 1991.199008569829\n", - "12:38:21\tCompleted 3253 to KZ394800: 2998.300877699796\n", - "12:38:21\tCompleted 3245 to KZ635400: 2969.5364873420317\n", - "12:38:22\tCompleted 3247 to KZ595000: 1985.884518686088\n", - "12:38:22\tCompleted 3274 to KZ273600: 3815.621526025198\n", - "12:38:22\tCompleted 3271 to KZ352200: 1389.0122494485802\n", - "12:38:22\tCompleted 3230 to KZ194000: 461.2007734471032\n", - "12:38:22\tCompleted 3264 to KZ751510: 30.227408358162695\n", - "12:38:22\tCompleted 3279 to KZ356400: 1363.232134978363\n", - "12:38:22\tCompleted 3261 to KZ555200: 1838.6089401381744\n", - "12:38:22\tCompleted 3267 to KZ553200: 2093.4031624710833\n", - "12:38:22\tCompleted 3260 to KZ471000: 4355.209369285522\n", - "12:38:22\tCompleted 3251 to KZ635000: 1794.6934927562413\n", - "12:38:22\tCompleted 3228 to KZ274000: 4856.379592197441\n", - "12:38:22\tCompleted 3311 to KZ595000: 1855.9597605743122\n", - "12:38:22\tCompleted 3302 to KZ116000: 3226.377428988388\n", - "12:38:22\tCompleted 3287 to KZ612600: 1238.2656603173882\n", - "12:38:23\tCompleted 3222 to KZ193200: 4126.3478404572\n", - "12:38:23\tCompleted 3246 to KZ396800: 2445.222062264648\n", - "12:38:23\tCompleted 3277 to KZ634400: 1178.034178299155412:38:23\tCompleted 3219 to KZ711310: 1531.7197130781447\n", - "\n", - "12:38:23\tCompleted 3259 to KZ393600: 2572.5505011526534\n", - "12:38:23\tCompleted 3248 to KZ791710: 1045.3128164417822\n", - "12:38:23\tCompleted 3307 to KZ353600: 1283.117039700669\n", - "12:38:23\tCompleted 3233 to KZ633600: 2292.6853240284922\n", - "12:38:23\tCompleted 3234 to KZ435200: 1775.26917777336\n", - "12:38:23\tCompleted 3238 to KZ153200: 3460.205466210644\n", - "12:38:23\tCompleted 3230 to KZ196400: 301.53486364650297\n", - "12:38:23\tCompleted 3244 to KZ156000: 1802.7121125142646\n", - "12:38:23\tCompleted 3250 to KZ155600: 1394.5257523111075\n", - "12:38:23\tCompleted 3223 to KZ234000: 2344.4239407115847\n", - "12:38:23\tCompleted 3235 to KZ555200: 1734.7394698932785\n", - "12:38:23\tCompleted 3263 to KZ113600: 1795.2671283471152\n", - "12:38:23\tCompleted 3254 to KZ435200: 2465.9428036965305\n", - "12:38:23\tCompleted 3281 to KZ595800: 2045.062618906358\n", - "12:38:24\tCompleted 3270 to KZ234200: 4545.935915839603\n", - "12:38:24\tCompleted 3308 to KZ392000: 2109.940142004979\n", - "12:38:24\tCompleted 3255 to KZ554800: 1987.1490478392625\n", - "12:38:24\tCompleted 3266 to KZ395200: 1800.6702328330964\n", - "12:38:24\tCompleted 3293 to KZ235200: 2627.759624732132\n", - "12:38:24\tCompleted 3236 to KZ276600: 4231.640405862947\n", - "12:38:24\tCompleted 3287 to KZ616000: 948.030888942412\n", - "12:38:24\tCompleted 3218 to KZ355200: 2807.696080087173\n", - "12:38:24\tCompleted 3279 to KZ352400: 1428.4192020690198\n", - "12:38:24\tCompleted 3296 to KZ556400: 2281.100514406621\n", - "12:38:24\tCompleted 3226 to KZ593400: 1943.572322447349\n", - "12:38:24\tCompleted 3227 to KZ615600: 1865.4250901067278\n", - "12:38:24\tCompleted 3277 to KZ313600: 1045.3944111581748\n", - "12:38:24\tCompleted 3242 to KZ616400: 2053.7587400912826\n", - "12:38:24\tCompleted 3257 to KZ114400: 1573.7170556012163\n", - "12:38:24\tCompleted 3230 to KZ196800: 372.5017122273454\n", - "12:38:24\tCompleted 3265 to KZ354400: 1850.0500180228105\n", - "12:38:25\tCompleted 3295 to KZ473600: 3692.929877358689\n", - "12:38:25\tCompleted 3307 to KZ351600: 857.9071877242178\n", - "12:38:25\tCompleted 3273 to KZ593600: 2069.2364526098363\n", - "12:38:25\tCompleted 3240 to KZ393200: 2132.3213631317085\n", - "12:38:25\tCompleted 3219 to KZ555200: 1491.0894943284995\n", - "12:38:25\tCompleted 3244 to KZ154600: 1715.5972345803987\n", - "12:38:25\tCompleted 3251 to KZ632200: 1666.8965325589463\n", - "12:38:26\tCompleted 3248 to KZ611600: 1302.1733517169066\n", - "12:38:26\tCompleted 3230 to KZ191600: 289.4012553595024\n", - "12:38:26\tCompleted 3290 to KZ154600: 2009.813704408153\n", - "12:38:26\tCompleted 3250 to KZ156800: 2093.4193089892087\n", - "12:38:26\tCompleted 3271 to KZ352300: 1879.2446352425336\n", - "12:38:26\tCompleted 3306 to KZ234000: 2865.3869636192458\n", - "12:38:26\tCompleted 3277 to KZ314000: 903.7510470097853\n", - "12:38:26\tCompleted 3261 to KZ551600: 1896.569843769406\n", - "12:38:26\tCompleted 3279 to KZ356000: 1147.6326925270123\n", - "12:38:26\tCompleted 3268 to KZ274200: 4653.629474714233\n", - "12:38:26\tCompleted 3247 to KZ593600: 2100.4331229703816\n", - "12:38:26\tCompleted 3272 to KZ433200: 2628.4408980614526\n", - "12:38:26\tCompleted 3241 to KZ475000: 2775.6752777714787\n", - "12:38:26\tCompleted 3254 to KZ434800: 2387.50903941981312:38:26\tCompleted 3267 to KZ553600: 1828.4128294049342\n", - "\n", - "12:38:26\tCompleted 3258 to KZ235600: 4020.27799132491\n", - "12:38:26\tCompleted 3235 to KZ551600: 1792.70037352451\n", - "12:38:26\tCompleted 3294 to KZ394000: 2926.18060335013\n", - "12:38:26\tCompleted 3302 to KZ116400: 3017.733595146045\n", - "12:38:27\tCompleted 3287 to KZ613800: 1323.6446642747917\n", - "12:38:27\tCompleted 3234 to KZ434800: 1806.5954386896956\n", - "12:38:27\tCompleted 3311 to KZ593600: 1970.508364858606\n", - "12:38:27\tCompleted 3230 to KZ195200: 366.7082204443109\n", - "12:38:27\tCompleted 3307 to KZ354000: 1366.7067056857215\n", - "12:38:27\tCompleted 3220 to KZ554800: 2415.6671889934246\n", - "12:38:27\tCompleted 3277 to KZ314800: 343.75093445947965\n", - "12:38:27\tCompleted 3224 to KZ635800: 3099.3807687291774\n", - "12:38:27\tCompleted 3227 to KZ615800: 1249.6004350044195\n", - "12:38:27\tCompleted 3263 to KZ113800: 1974.6131530160153\n", - "12:38:27\tCompleted 3253 to KZ395000: 2926.2762873907473\n", - "12:38:27\tCompleted 3244 to KZ154800: 1735.3968628598143\n", - "12:38:27\tCompleted 3276 to KZ156400: 3045.5476219415987\n", - "12:38:28\tCompleted 3248 to KZ613600: 1155.8007994789864\n", - "12:38:28\tCompleted 3279 to KZ354400: 1186.1848126425905\n", - "12:38:28\tCompleted 3255 to KZ556400: 1914.015407014066\n", - "12:38:28\tCompleted 3239 to KZ634800: 4978.298219716343\n", - "12:38:28\tCompleted 3246 to KZ394800: 2217.716260559043\n", - "12:38:28\tCompleted 3281 to KZ593400: 1854.4498815542179\n", - "12:38:28\tCompleted 3219 to KZ551600: 1549.050397959731\n", - "12:38:28\tCompleted 3230 to KZ195000: 227.52078325048993\n", - "12:38:28\tCompleted 3242 to KZ615600: 1638.067442368402\n", - "12:38:28\tCompleted 3274 to KZ276600: 3897.446772724184\n", - "12:38:28\tCompleted 3277 to KZ315400: 566.417391382957\n", - "12:38:28\tCompleted 3259 to KZ396400: 2793.9621478260106\n", - "12:38:28\tCompleted 3271 to KZ352800: 1416.134672145547\n", - "12:38:28\tCompleted 3226 to KZ594200: 2123.43007151086\n", - "12:38:28\tCompleted 3254 to KZ433600: 2203.152567569677\n", - "12:38:28\tCompleted 3245 to KZ635000: 2444.2630600096113\n", - "12:38:29\tCompleted 3265 to KZ351800: 1871.0847326658363\n", - "12:38:29\tCompleted 3238 to KZ153400: 3349.618808684965\n", - "12:38:29\tCompleted 3260 to KZ473600: 3936.2346032625505\n", - "12:38:29\tCompleted 3228 to KZ274200: 4973.725086576979\n", - "12:38:29\tCompleted 3257 to KZ114600: 1923.7663063262528\n", - "12:38:29\tCompleted 3222 to KZ193400: 4331.236717472649\n", - "12:38:29\tCompleted 3279 to KZ351800: 961.7373154305149\n", - "12:38:29\tCompleted 3233 to KZ633800: 2553.0369864047412:38:29\tCompleted 3307 to KZ351000: 1298.3382745853783\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:38:29\tCompleted 3244 to KZ155200: 1479.2542844738914\n", - "12:38:29\tCompleted 3230 to KZ194400: 566.4486441782551\n", - "12:38:29\tCompleted 3266 to KZ391000: 2055.0684294894486\n", - "12:38:29\tCompleted 3273 to KZ595200: 2066.686585667071\n", - "12:38:29\tCompleted 3248 to KZ614000: 1102.6607525646623\n", - "12:38:29\tCompleted 3235 to KZ553200: 2084.8966792076662\n", - "12:38:29\tCompleted 3290 to KZ154800: 1844.8210154205515\n", - "12:38:30\tCompleted 3240 to KZ393400: 1648.7304049687498\n", - "12:38:30\tCompleted 3223 to KZ234200: 2795.369647232557\n", - "12:38:30\tCompleted 3277 to KZ315600: 905.3191330246563\n", - "12:38:30\tCompleted 3236 to KZ275000: 4097.338062965279\n", - "12:38:30\tCompleted 3308 to KZ395600: 2183.243639912624\n", - "12:38:30\tCompleted 3242 to KZ615800: 1022.2427872660944\n", - "12:38:30\tCompleted 3227 to KZ612600: 1504.7305616253457\n", - "12:38:30\tCompleted 3271 to KZ356400: 1068.9179040521444\n", - "12:38:30\tCompleted 3263 to KZ114500: 1841.7351684700512:38:30\tCompleted 3230 to KZ194600: 214.71529133266566\n", - "\n", - "12:38:30\tCompleted 3269 to KZ113200: 3383.941043061885\n", - "12:38:30\tCompleted 3218 to KZ355600: 3051.3416331822873\n", - "12:38:30\tCompleted 3261 to KZ553200: 2134.1773100166884\n", - "12:38:30\tCompleted 3264 to KZ231000: 3878.6103212910266\n", - "12:38:30\tCompleted 3272 to KZ431900: 2109.397065166249\n", - "12:38:30\tCompleted 3247 to KZ595200: 2097.8832560276146\n", - "12:38:31\tCompleted 3296 to KZ554200: 2476.931550188921\n", - "12:38:31\tCompleted 3251 to KZ635200: 2060.298540549269\n", - "12:38:31\tCompleted 3267 to KZ552200: 1935.938218684329512:38:31\tCompleted 3234 to KZ433600: 2067.2656190388316\n", - "\n", - "12:38:31\tCompleted 3270 to KZ234600: 4661.1062142777\n", - "12:38:31\tCompleted 3302 to KZ116800: 3343.964940707508\n", - "12:38:31\tCompleted 3219 to KZ553200: 1841.246703642887\n", - "12:38:31\tCompleted 3295 to KZ474200: 4139.554038425211\n", - "12:38:31\tCompleted 3230 to KZ194800: 384.2467462888841\n", - "12:38:32\tCompleted 3311 to KZ595200: 1967.958497915842\n", - "12:38:32\tCompleted 3244 to KZ156400: 1978.0394630257265\n", - "12:38:32\tCompleted 3254 to KZ434000: 2938.3562607348376\n", - "12:38:32\tCompleted 3296 to KZ791110: 261.676490108576\n", - "12:38:32\tCompleted 3277 to KZ316000: 1164.9840291657279\n", - "12:38:32\tCompleted 3293 to KZ235600: 2722.797390752537\n", - "12:38:32\tCompleted 3307 to KZ352000: 1443.1048648861195\n", - "12:38:32\tCompleted 3294 to KZ396800: 2672.273060910543\n", - "12:38:32\tCompleted 3258 to KZ233600: 3902.8945891808544\n", - "12:38:32\tCompleted 3248 to KZ613900: 1380.5840245811098\n", - "12:38:32\tCompleted 3227 to KZ616000: 1214.495790250369512:38:32\tCompleted 3229 to KZ113200: 1736.7185915417922\n", - "\n", - "12:38:32\tCompleted 3226 to KZ596600: 2224.3155890876124\n", - "12:38:32\tCompleted 3242 to KZ612600: 1277.37291388702\n", - "12:38:33\tCompleted 3230 to KZ195600: 555.2618977646547\n", - "12:38:33\tCompleted 3250 to KZ193200: 4706.786389976951\n", - "12:38:33\tCompleted 3253 to KZ395200: 2458.2408023159146\n", - "12:38:33\tCompleted 3271 to KZ352400: 1402.0602600419506\n", - "12:38:33\tCompleted 3255 to KZ554200: 2176.6434454015025\n", - "12:38:33\tCompleted 3296 to KZ791310: 239.39494114817788\n", - "12:38:33\tCompleted 3277 to KZ316600: 713.7914901245293\n", - "12:38:33\tCompleted 3254 to KZ471000: 121.93560597396667\n", - "12:38:33\tCompleted 3239 to KZ633400: 4334.160472062741\n", - "12:38:33\tCompleted 3263 to KZ114000: 1788.6745222638756\n", - "12:38:33\tCompleted 3306 to KZ234200: 3316.332670140191\n", - "12:38:33\tCompleted 3244 to KZ155600: 1381.3662067670045\n", - "12:38:33\tCompleted 3235 to KZ553600: 1927.0991221967952\n", - "12:38:34\tCompleted 3281 to KZ594200: 2034.3076306177293\n", - "12:38:34\tCompleted 3257 to KZ114800: 1927.0789615560257\n", - "12:38:34\tCompleted 3224 to KZ636200: 2853.50878683091\n", - "12:38:34\tCompleted 3279 to KZ393200: 2075.914761173797\n", - "12:38:34\tCompleted 3240 to KZ391600: 1515.8356658305242\n", - "12:38:34\tCompleted 3273 to KZ591000: 1956.90231441961\n", - "12:38:34\tCompleted 3230 to KZ195800: 607.3753003823001\n", - "12:38:34\tCompleted 3246 to KZ395000: 2551.852040653662\n", - "12:38:34\tCompleted 3274 to KZ275000: 3763.1444298265155\n", - "12:38:34\tCompleted 3241 to KZ475200: 2786.518238555528\n", - "12:38:34\tCompleted 3287 to KZ273200: 4025.1436095753706\n", - "12:38:34\tCompleted 3258 to KZ633200: 1295.3277735798758\n", - "12:38:34\tCompleted 3296 to KZ791510: 249.51271714444636\n", - "12:38:34\tCompleted 3276 to KZ155600: 3218.2274959804586\n", - "12:38:34\tCompleted 3247 to KZ591000: 1988.0989847801557\n", - "12:38:34\tCompleted 3265 to KZ393200: 2569.1578509229157\n", - "12:38:34\tCompleted 3259 to KZ394000: 3025.896997191832\n", - "12:38:34\tCompleted 3269 to KZ113400: 3461.802079867223\n", - "12:38:34\tCompleted 3219 to KZ553600: 1683.4491466320155\n", - "12:38:34\tCompleted 3248 to KZ612000: 1249.2954856095744\n", - "12:38:34\tCompleted 3242 to KZ616000: 987.1381425120438\n", - "12:38:34\tCompleted 3245 to KZ632200: 2179.5230799218502\n", - "12:38:35\tCompleted 3254 to KZ473600: 729.8972031258605\n", - "12:38:35\tCompleted 3272 to KZ434600: 2143.061635592626812:38:35\tCompleted 3261 to KZ553600: 1851.784248561456\n", - "\n", - "12:38:35\tCompleted 3234 to KZ434000: 1831.322869449287\n", - "12:38:35\tCompleted 3222 to KZ193600: 3545.44588186354\n", - "12:38:35\tCompleted 3229 to KZ113400: 1527.939520439621\n", - "12:38:35\tCompleted 3277 to KZ316200: 1197.199331258019\n", - "12:38:35\tCompleted 3230 to KZ196000: 362.6027572725985\n", - "12:38:35\tCompleted 3307 to KZ354800: 1538.6696035980974\n", - "12:38:35\tCompleted 3266 to KZ395400: 2102.935982522525\n", - "12:38:35\tCompleted 3255 to KZ791110: 1097.6102332744647\n", - "12:38:35\tCompleted 3296 to KZ791710: 221.0127777941576\n", - "12:38:36\tCompleted 3238 to KZ153600: 3642.0225695424897\n", - "12:38:36\tCompleted 3290 to KZ155200: 2271.759678322326\n", - "12:38:36\tCompleted 3254 to KZ474200: 374.3710039317676\n", - "12:38:36\tCompleted 3311 to KZ591000: 1858.1742266683798\n", - "12:38:36\tCompleted 3218 to KZ352100: 3327.8037218963595\n", - "12:38:36\tCompleted 3244 to KZ156800: 2080.2597634451063\n", - "12:38:36\tCompleted 3302 to KZ111810: 3383.495741753999\n", - "12:38:36\tCompleted 3236 to KZ274800: 4632.84297434875412:38:36\tCompleted 3251 to KZ632400: 1929.2540983987667\n", - "\n", - "12:38:36\tCompleted 3260 to KZ474200: 4382.858764329083\n", - "12:38:36\tCompleted 3267 to KZ554600: 2018.1146911861392\n", - "12:38:36\tCompleted 3263 to KZ117000: 1711.306865710479512:38:36\tCompleted 3233 to KZ634000: 2794.2170785395515\n", - "12:38:36\tCompleted 3230 to KZ191000: 65.536962780491\n", - "\n", - "12:38:36\tCompleted 3308 to KZ395800: 2209.7905814186656\n", - "12:38:36\tCompleted 3220 to KZ556400: 2353.4010626848703\n", - "12:38:36\tCompleted 3296 to KZ611600: 261.14887479827007\n", - "12:38:37\tCompleted 3277 to KZ311000: 802.6137013885983\n", - "12:38:37\tCompleted 3223 to KZ234600: 2910.5399456706114\n", - "12:38:37\tCompleted 3279 to KZ393400: 1592.3238030108384\n", - "12:38:37\tCompleted 3226 to KZ595000: 2058.7556077753266\n", - "12:38:37\tCompleted 3248 to KZ614400: 1307.1168240209129\n", - "12:38:37\tCompleted 3227 to KZ613800: 1590.1095655827492\n", - "12:38:37\tCompleted 3235 to KZ552200: 2052.109707885923\n", - "12:38:37\tCompleted 3242 to KZ613800: 1362.7519178444238\n", - "12:38:37\tCompleted 3295 to KZ474600: 3816.729477607129\n", - "12:38:37\tCompleted 3257 to KZ111010: 1791.2847682909053\n", - "12:38:37\tCompleted 3254 to KZ474600: 336.0297221812505\n", - "12:38:37\tCompleted 3255 to KZ791310: 1054.070001393856\n", - "12:38:38\tCompleted 3258 to KZ634800: 1779.7743649901704\n", - "12:38:38\tCompleted 3271 to KZ356000: 2040.3410224658076\n", - "12:38:38\tCompleted 3230 to KZ196200: 408.7757950434626\n", - "12:38:38\tCompleted 3219 to KZ552200: 1808.4597323211442\n", - "12:38:38\tCompleted 3296 to KZ613600: 224.38257558530302\n", - "12:38:38\tCompleted 3270 to KZ234800: 3794.807590113274\n", - "12:38:38\tCompleted 3294 to KZ394800: 2850.92762960860112:38:38\tCompleted 3253 to KZ391000: 2653.947066824872\n", - "\n", - "12:38:38\tCompleted 3277 to KZ315000: 919.8225176222321\n", - "12:38:39\tCompleted 3229 to KZ113600: 1803.2122494862579\n", - "12:38:39\tCompleted 3269 to KZ113600: 3140.3191980274614\n", - "12:38:39\tCompleted 3248 to KZ614600: 1096.7684514894775\n", - "12:38:39\tCompleted 3254 to KZ475000: 179.59876310476612:38:39\tCompleted 3264 to KZ234000: 4087.2207986587146\n", - "\n", - "12:38:39\tCompleted 3281 to KZ596600: 1839.2175490241966\n", - "12:38:39\tCompleted 3246 to KZ395200: 2019.4908138145518\n", - "12:38:39\tCompleted 3307 to KZ355200: 1758.6576670909433\n", - "12:38:39\tCompleted 3273 to KZ595600: 2190.789900941533\n", - "12:38:39\tCompleted 3230 to KZ192600: 4.414213562373095\n", - "12:38:39\tCompleted 3239 to KZ633600: 4104.985131474281\n", - "12:38:39\tCompleted 3247 to KZ595600: 2221.9865713020768\n", - "12:38:39\tCompleted 3258 to KZ633400: 1074.0777243425496\n", - "12:38:39\tCompleted 3296 to KZ614000: 269.7414142578792\n", - "12:38:39\tCompleted 3255 to KZ791510: 1031.189501822203\n", - "12:38:39\tCompleted 3293 to KZ233600: 2605.4139886083863\n", - "12:38:39\tCompleted 3279 to KZ391600: 1459.429063872613\n", - "12:38:39\tCompleted 3261 to KZ552200: 1976.7123662299343\n", - "12:38:39\tCompleted 3265 to KZ393400: 2391.4182820230512\n", - "12:38:39\tCompleted 3250 to KZ193400: 4911.67526699241\n", - "12:38:40\tCompleted 3302 to KZ116600: 2925.8674109743874\n", - "12:38:40\tCompleted 3276 to KZ156800: 2720.2073402010956\n", - "12:38:40\tCompleted 3277 to KZ314200: 804.0279149509713\n", - "12:38:40\tCompleted 3251 to KZ632800: 1724.3122211858222\n", - "12:38:40\tCompleted 3254 to KZ475200: 344.30167391671546\n", - "12:38:40\tCompleted 3257 to KZ116000: 1524.1074659444632\n", - "12:38:40\tCompleted 3259 to KZ396800: 2771.989454752245\n", - "12:38:40\tCompleted 3230 to KZ196600: 473.0955162907417\n", - "12:38:40\tCompleted 3263 to KZ114400: 1837.5467058190786\n", - "12:38:40\tCompleted 3290 to KZ156400: 1851.0496779614828\n", - "12:38:40\tCompleted 3222 to KZ194000: 3611.933247708772\n", - "12:38:40\tCompleted 3296 to KZ613900: 531.748138449938\n", - "12:38:40\tCompleted 3272 to KZ434400: 2486.011034554352\n", - "12:38:41\tCompleted 3240 to KZ393600: 1986.3796973251347\n", - "12:38:41\tCompleted 3224 to KZ636400: 2790.513212261146\n", - "12:38:41\tCompleted 3235 to KZ554600: 2124.194791551756\n", - "12:38:41\tCompleted 3254 to KZ471800: 111.24270221157163\n", - "12:38:41\tCompleted 3274 to KZ274800: 4298.64934120996\n", - "12:38:41\tCompleted 3287 to KZ274400: 3962.272297062095\n", - "12:38:41\tCompleted 3311 to KZ595600: 2092.0618131903025\n", - "12:38:41\tCompleted 3241 to KZ471800: 2616.1280183948024\n", - "12:38:41\tCompleted 3255 to KZ791710: 1029.4133215051704\n", - "12:38:41\tCompleted 3276 to KZ193200: 669.2126477189558\n", - "12:38:41\tCompleted 3266 to KZ392000: 2109.989636917749\n", - "12:38:41\tCompleted 3226 to KZ593600: 2173.3042120596206\n", - "12:38:42\tCompleted 3271 to KZ354400: 1832.8251442886574\n", - "12:38:42\tCompleted 3296 to KZ612000: 100.38788628171676\n", - "12:38:42\tCompleted 3230 to KZ194200: 624.7706591407762\n", - "12:38:42\tCompleted 3307 to KZ355600: 1532.1068330161838\n", - "12:38:42\tCompleted 3277 to KZ353200: 1385.9479754625936\n", - "12:38:42\tCompleted 3218 to KZ352200: 3009.390211345041\n", - "12:38:42\tCompleted 3245 to KZ635200: 2709.868107802625\n", - "12:38:42\tCompleted 3308 to KZ392400: 2119.8166617914258\n", - "12:38:42\tCompleted 3258 to KZ633600: 1587.9954864774072\n", - "12:38:42\tCompleted 3219 to KZ554600: 1880.544815986978\n", - "12:38:42\tCompleted 3248 to KZ614800: 1578.389256860584\n", - "12:38:42\tCompleted 3223 to KZ234800: 2044.2413215061829\n", - "12:38:42\tCompleted 3229 to KZ113800: 1982.558274155158\n", - "12:38:42\tCompleted 3234 to KZ471000: 4264.271740118256\n", - "12:38:42\tCompleted 3269 to KZ113800: 2969.0719978576954\n", - "12:38:42\tCompleted 3260 to KZ474600: 4060.0342035109907\n", - "12:38:42\tCompleted 3267 to KZ555600: 2381.945554401621\n", - "12:38:42\tCompleted 3236 to KZ275800: 4102.425798337118\n", - "12:38:43\tCompleted 3247 to KZ596000: 1864.8015872489877\n", - "12:38:43\tCompleted 3276 to KZ193400: 874.1015247343963\n", - "12:38:43\tCompleted 3238 to KZ154000: 3393.599142367464\n", - "12:38:43\tCompleted 3273 to KZ596000: 1833.6049168884422\n", - "12:38:43\tCompleted 3244 to KZ193200: 4693.626844432849\n", - "12:38:43\tCompleted 3230 to KZ751210: 370.06516441291024\n", - "12:38:43\tCompleted 3296 to KZ614400: 458.28093788974024\n", - "12:38:43\tCompleted 3255 to KZ611600: 1286.2738567802949\n", - "12:38:43\tCompleted 3307 to KZ352100: 623.8701474194655\n", - "12:38:43\tCompleted 3281 to KZ595000: 1969.6331668821956\n", - "12:38:43\tCompleted 3302 to KZ115600: 3201.340888111793\n", - "12:38:43\tCompleted 3233 to KZ635400: 3302.452992111229412:38:43\tCompleted 3253 to KZ395400: 2697.3109617501846\n", - "\n", - "12:38:44\tCompleted 3279 to KZ393600: 1929.9730953672233\n", - "12:38:44\tCompleted 3295 to KZ475000: 4187.058504356907\n", - "12:38:44\tCompleted 3306 to KZ234600: 3431.5029685782456\n", - "12:38:44\tCompleted 3257 to KZ116400: 1872.6854250579222\n", - "12:38:44\tCompleted 3242 to KZ273200: 4064.250863145001\n", - "12:38:44\tCompleted 3246 to KZ391000: 2273.889010470882\n", - "12:38:44\tCompleted 3227 to KZ273200: 4291.608510883328\n", - "12:38:44\tCompleted 3277 to KZ353600: 1322.177753745927\n", - "12:38:44\tCompleted 3276 to KZ193600: 422.039081080785\n", - "12:38:44\tCompleted 3272 to KZ431000: 1827.7024521917217\n", - "12:38:44\tCompleted 3294 to KZ395000: 2778.903039299557\n", - "12:38:44\tCompleted 3251 to KZ636800: 1857.4223862097701\n", - "12:38:44\tCompleted 3263 to KZ114600: 1945.9457982065085\n", - "12:38:44\tCompleted 3296 to KZ614600: 159.97043300003853\n", - "12:38:44\tCompleted 3248 to KZ615400: 1319.553023951136\n", - "12:38:44\tCompleted 3230 to KZ751110: 363.6668887496212\n", - "12:38:44\tCompleted 3258 to KZ633800: 1520.495040549641\n", - "12:38:45\tCompleted 3265 to KZ391600: 2247.2887790385416\n", - "12:38:45\tCompleted 3254 to KZ593200: 3096.5485415583435\n", - "12:38:45\tCompleted 3261 to KZ554600: 2114.301098407798\n", - "12:38:45\tCompleted 3220 to KZ554200: 2549.2320984671715\n", - "12:38:45\tCompleted 3311 to KZ596000: 1734.8768291372119\n", - "12:38:45\tCompleted 3235 to KZ555600: 1839.4357169547989\n", - "12:38:45\tCompleted 3219 to KZ555600: 1595.78574139002\n", - "12:38:45\tCompleted 3255 to KZ613600: 1139.9013045423744\n", - "12:38:45\tCompleted 3239 to KZ633800: 4405.570478954829\n", - "12:38:45\tCompleted 3250 to KZ193600: 4125.884431383222\n", - "12:38:45\tCompleted 3270 to KZ235200: 3842.4474374766414\n", - "12:38:45\tCompleted 3290 to KZ155600: 2023.7295520004202\n", - "12:38:45\tCompleted 3276 to KZ194000: 163.52492928287643\n", - "12:38:46\tCompleted 3277 to KZ351600: 896.9679017694757\n", - "12:38:46\tCompleted 3226 to KZ595200: 2170.7543451168513\n", - "12:38:46\tCompleted 3230 to KZ751310: 370.15217012385983\n", - "12:38:46\tCompleted 3229 to KZ114500: 1849.6802896091926\n", - "12:38:46\tCompleted 3271 to KZ351800: 1853.8598589316832\n", - "12:38:46\tCompleted 3218 to KZ352300: 2231.9883359173855\n", - "12:38:46\tCompleted 3296 to KZ614800: 515.8952796428866\n", - "12:38:46\tCompleted 3259 to KZ394800: 2950.644023450305\n", - "12:38:46\tCompleted 3307 to KZ352200: 1340.663370004302\n", - "12:38:46\tCompleted 3293 to KZ633200: 2424.8753898284954\n", - "12:38:46\tCompleted 3220 to KZ791110: 887.1562265543554\n", - "12:38:46\tCompleted 3264 to KZ234200: 4538.16650517965\n", - "12:38:46\tCompleted 3248 to KZ615200: 1056.969670452856\n", - "12:38:47\tCompleted 3302 to KZ115200: 2806.8416940117795\n", - "12:38:47\tCompleted 3230 to KZ751410: 377.16211622875636\n", - "12:38:47\tCompleted 3269 to KZ114500: 3432.4521626667256\n", - "12:38:47\tCompleted 3257 to KZ116800: 1670.1183434811378\n", - "12:38:47\tCompleted 3276 to KZ196400: 587.9521616461036\n", - "12:38:47\tCompleted 3296 to KZ615400: 415.2625129705703\n", - "12:38:47\tCompleted 3241 to KZ593200: 1851.0336360202125\n", - "12:38:47\tCompleted 3223 to KZ235200: 2091.881168869584\n", - "12:38:47\tCompleted 3224 to KZ631000: 2799.643173498956\n", - "12:38:47\tCompleted 3308 to KZ396200: 2075.480350204221\n", - "12:38:47\tCompleted 3272 to KZ435200: 1726.0083221307912\n", - "12:38:47\tCompleted 3247 to KZ596200: 2251.80103692016\n", - "12:38:47\tCompleted 3274 to KZ275800: 3768.232165198354\n", - "12:38:47\tCompleted 3258 to KZ634000: 1517.579783115178\n", - "12:38:47\tCompleted 3266 to KZ395600: 2183.2931348253937\n", - "12:38:48\tCompleted 3222 to KZ196400: 4045.087354384349\n", - "12:38:48\tCompleted 3255 to KZ614000: 1086.7612576280503\n", - "12:38:48\tCompleted 3220 to KZ791310: 864.874677593957\n", - "12:38:48\tCompleted 3219 to KZ551000: 1506.9211720437663\n", - "12:38:48\tCompleted 3277 to KZ354000: 1405.7674197309796\n", - "12:38:48\tCompleted 3267 to KZ551000: 2011.0308135347118\n", - "12:38:48\tCompleted 3276 to KZ196800: 120.00381898723934\n", - "12:38:48\tCompleted 3230 to KZ751710: 409.19818588889996\n", - "12:38:48\tCompleted 3296 to KZ615200: 211.66963204365004\n", - "12:38:48\tCompleted 3287 to KZ275400: 4637.4607290191425\n", - "12:38:48\tCompleted 3290 to KZ156800: 1525.7093962210022\n", - "12:38:48\tCompleted 3273 to KZ596200: 2220.6043665596153\n", - "12:38:48\tCompleted 3235 to KZ551000: 1750.5711476085453\n", - "12:38:49\tCompleted 3240 to KZ396400: 2144.853593854047\n", - "12:38:49\tCompleted 3234 to KZ473600: 3845.2969740952944\n", - "12:38:49\tCompleted 3279 to KZ396400: 2088.4469918961445\n", - "12:38:49\tCompleted 3236 to KZ276000: 4518.256824092212\n", - "12:38:49\tCompleted 3251 to KZ635800: 1908.0488199253127\n", - "12:38:49\tCompleted 3254 to KZ595800: 3468.5605581778373\n", - "12:38:49\tCompleted 3229 to KZ114000: 1796.6196434030182\n", - "12:38:49\tCompleted 3245 to KZ632400: 2578.8236656521267\n", - "12:38:49\tCompleted 3260 to KZ475000: 4430.363230260798\n", - "12:38:49\tCompleted 3263 to KZ114800: 2304.1813275598147\n", - "12:38:49\tCompleted 3276 to KZ191600: 81.90853546500996\n", - "12:38:49\tCompleted 3281 to KZ593600: 2084.1817711664894\n", - "12:38:49\tCompleted 3230 to KZ751810: 372.9095294367405\n", - "12:38:49\tCompleted 3253 to KZ392000: 2814.2346568304083\n", - "12:38:49\tCompleted 3261 to KZ555600: 1943.3051871996947\n", - "12:38:49\tCompleted 3220 to KZ791510: 874.9924535902256\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:38:49\tCompleted 3238 to KZ154200: 3696.2351813367864\n", - "12:38:49\tCompleted 3294 to KZ395200: 2310.8675542247197\n", - "12:38:50\tCompleted 3246 to KZ395400: 2321.756563503958\n", - "12:38:50\tCompleted 3226 to KZ591000: 2060.9700738693937\n", - "12:38:50\tCompleted 3244 to KZ193400: 4898.515721448308\n", - "12:38:50\tCompleted 3227 to KZ274400: 4228.737198370054\n", - "12:38:50\tCompleted 3307 to KZ352300: 1830.8957557982553\n", - "12:38:50\tCompleted 3302 to KZ115400: 2789.700930535896\n", - "12:38:50\tCompleted 3277 to KZ351000: 1337.3989886306363\n", - "12:38:50\tCompleted 3257 to KZ111810: 1691.9824365042666\n", - "12:38:50\tCompleted 3265 to KZ393600: 2549.7220740279085\n", - "12:38:50\tCompleted 3311 to KZ596200: 2121.876278808389\n", - "12:38:50\tCompleted 3242 to KZ274400: 4001.379550631725\n", - "12:38:50\tCompleted 3296 to KZ616400: 1028.1018625007603\n", - "12:38:50\tCompleted 3306 to KZ234800: 2565.204344413852\n", - "12:38:50\tCompleted 3255 to KZ613900: 1364.6845296444978\n", - "12:38:50\tCompleted 3230 to KZ751910: 355.03454489707383\n", - "12:38:51\tCompleted 3276 to KZ195200: 46.77544020108993\n", - "12:38:51\tCompleted 3233 to KZ635000: 2829.7862021995993\n", - "12:38:51\tCompleted 3269 to KZ114000: 3193.8327324210686\n", - "12:38:51\tCompleted 3272 to KZ434800: 1757.3345830471267\n", - "12:38:51\tCompleted 3219 to KZ556000: 1548.2176803745795\n", - "12:38:51\tCompleted 3295 to KZ475200: 4197.901465140959\n", - "12:38:51\tCompleted 3220 to KZ791710: 846.4925142399369\n", - "12:38:51\tCompleted 3250 to KZ194000: 4192.3717972284585\n", - "12:38:51\tCompleted 3218 to KZ352800: 3010.0740544861387\n", - "12:38:51\tCompleted 3248 to KZ616400: 2029.562221348908\n", - "12:38:51\tCompleted 3257 to KZ116600: 322.65066209941136\n", - "12:38:51\tCompleted 3271 to KZ393200: 2551.9329771887637\n", - "12:38:51\tCompleted 3235 to KZ556000: 1791.8676559393584\n", - "12:38:51\tCompleted 3239 to KZ634000: 4652.773276851865\n", - "12:38:52\tCompleted 3258 to KZ635400: 1962.4853356974113\n", - "12:38:52\tCompleted 3259 to KZ395000: 2878.619433141259\n", - "12:38:52\tCompleted 3302 to KZ151000: 1548.3705174289028\n", - "12:38:52\tCompleted 3276 to KZ195000: 471.3036621404215\n", - "12:38:52\tCompleted 3247 to KZ596400: 2025.5960165199372\n", - "12:38:52\tCompleted 3230 to KZ751510: 355.59582093775566\n", - "12:38:52\tCompleted 3296 to KZ615600: 739.1131731940105\n", - "12:38:52\tCompleted 3229 to KZ117000: 1719.2519868496222\n", - "12:38:52\tCompleted 3290 to KZ193200: 1867.013779441125\n", - "12:38:52\tCompleted 3270 to KZ235600: 3937.4852034970463\n", - "12:38:52\tCompleted 3220 to KZ611600: 795.6671753872604\n", - "12:38:52\tCompleted 3307 to KZ352800: 1367.7857927012687\n", - "12:38:53\tCompleted 3277 to KZ352000: 1482.1655789313775\n", - "12:38:53\tCompleted 3308 to KZ396600: 2083.399190995418\n", - "12:38:53\tCompleted 3251 to KZ636200: 1769.1317366950684\n", - "12:38:53\tCompleted 3263 to KZ111010: 1841.5334519898724\n", - "12:38:53\tCompleted 3276 to KZ194400: 297.8154629938295\n", - "12:38:53\tCompleted 3255 to KZ612000: 1233.3959906729626\n", - "12:38:53\tCompleted 3267 to KZ556000: 2059.152195742729\n", - "12:38:53\tCompleted 3261 to KZ551000: 1854.4406178534412\n", - "12:38:53\tCompleted 3273 to KZ596400: 1994.3993461593916\n", - "12:38:53\tCompleted 3296 to KZ615800: 290.9079617450937\n", - "12:38:53\tCompleted 3222 to KZ196800: 3513.245752143203\n", - "12:38:53\tCompleted 3254 to KZ593400: 3480.2362456910364\n", - "12:38:53\tCompleted 3223 to KZ235600: 2186.91893489\n", - "12:38:53\tCompleted 3302 to KZ153200: 1485.284521797046\n", - "12:38:54\tCompleted 3293 to KZ634800: 2909.3219812387624\n", - "12:38:54\tCompleted 3266 to KZ395800: 2209.8400763314357\n", - "12:38:54\tCompleted 3264 to KZ234600: 4653.336803617747\n", - "12:38:54\tCompleted 3220 to KZ613600: 849.8623120310823\n", - "12:38:54\tCompleted 3226 to KZ595600: 2294.85766039131\n", - "12:38:54\tCompleted 3307 to KZ356400: 1020.5690246078661\n", - "12:38:54\tCompleted 3276 to KZ194600: 299.60555468595385\n", - "12:38:54\tCompleted 3258 to KZ635000: 1437.2119083649625\n", - "12:38:54\tCompleted 3219 to KZ556800: 1609.7886390593255\n", - "12:38:54\tCompleted 3248 to KZ615600: 1613.8709236260277\n", - "12:38:54\tCompleted 3235 to KZ556800: 1853.4386146241054\n", - "12:38:54\tCompleted 3279 to KZ394000: 2196.9072709854536\n", - "12:38:54\tCompleted 3311 to KZ596400: 1895.6712584081613\n", - "12:38:54\tCompleted 3296 to KZ612600: 73.11072171837965\n", - "12:38:55\tCompleted 3274 to KZ276000: 4184.063190953394\n", - "12:38:55\tCompleted 3272 to KZ433600: 2018.0047633962624\n", - "12:38:55\tCompleted 3281 to KZ595200: 2081.6319042237233\n", - "12:38:55\tCompleted 3253 to KZ395600: 2691.3880061214954\n", - "12:38:55\tCompleted 3294 to KZ391000: 2506.5738187336815\n", - "12:38:55\tCompleted 3287 to KZ273600: 3805.4199880016436\n", - "12:38:55\tCompleted 3224 to KZ634600: 3200.452650770658712:38:55\tCompleted 3241 to KZ595800: 2158.329646211116\n", - "\n", - "12:38:55\tCompleted 3257 to KZ115600: 1856.0547847078215\n", - "12:38:55\tCompleted 3255 to KZ614400: 1291.217329084301\n", - "12:38:55\tCompleted 3277 to KZ354800: 1577.7303176433552\n", - "12:38:55\tCompleted 3238 to KZ156000: 3269.484413705007\n", - "12:38:55\tCompleted 3240 to KZ394000: 2253.3138729433585\n", - "12:38:55\tCompleted 3276 to KZ194800: 567.7212067399576\n", - "12:38:55\tCompleted 3245 to KZ632800: 2384.7545806354765\n", - "12:38:55\tCompleted 3246 to KZ392000: 2328.8102178991794\n", - "12:38:55\tCompleted 3220 to KZ614000: 895.2211507036584\n", - "12:38:55\tCompleted 3234 to KZ474200: 4291.921135161819\n", - "12:38:56\tCompleted 3229 to KZ114400: 1845.4918269582213\n", - "12:38:56\tCompleted 3244 to KZ193600: 4112.7248858391185\n", - "12:38:56\tCompleted 3236 to KZ276200: 4237.643037358265\n", - "12:38:56\tCompleted 3269 to KZ117000: 3240.29240113729112:38:56\tCompleted 3296 to KZ616000: 318.0471774777002\n", - "\n", - "12:38:56\tCompleted 3302 to KZ153400: 2178.7251799947408\n", - "12:38:56\tCompleted 3260 to KZ475200: 4441.206191044846\n", - "12:38:56\tCompleted 3248 to KZ615800: 998.0462685237197\n", - "12:38:56\tCompleted 3265 to KZ396400: 2771.1337207012657\n", - "12:38:56\tCompleted 3308 to KZ394200: 1717.6516711572976\n", - "12:38:56\tCompleted 3251 to KZ636400: 1526.5458888150674\n", - "12:38:56\tCompleted 3271 to KZ393400: 2374.193408288898\n", - "12:38:56\tCompleted 3307 to KZ352400: 1353.7113805976724\n", - "12:38:56\tCompleted 3263 to KZ116000: 1810.3645331126115\n", - "12:38:56\tCompleted 3259 to KZ395200: 2410.583948066424\n", - "12:38:57\tCompleted 3227 to KZ275400: 4903.9256303271212:38:57\tCompleted 3258 to KZ632200: 1512.2524867715392\n", - "\n", - "12:38:57\tCompleted 3233 to KZ632200: 2225.722911832383\n", - "12:38:57\tCompleted 3247 to KZ594600: 2231.0748680474258\n", - "12:38:57\tCompleted 3276 to KZ195600: 653.2286488075451\n", - "12:38:57\tCompleted 3261 to KZ556000: 1895.7371261842543\n", - "12:38:57\tCompleted 3218 to KZ356400: 3043.9008535453513\n", - "12:38:57\tCompleted 3296 to KZ613800: 489.71951297087634\n", - "12:38:57\tCompleted 3255 to KZ614600: 1080.8689565528657\n", - "12:38:57\tCompleted 3254 to KZ594200: 3293.557948161358\n", - "12:38:57\tCompleted 3290 to KZ193400: 2071.9026564565656\n", - "12:38:57\tCompleted 3250 to KZ196400: 4625.525903904101\n", - "12:38:57\tCompleted 3302 to KZ153600: 1150.1118318204317\n", - "12:38:58\tCompleted 3242 to KZ275400: 4676.567982588779\n", - "12:38:58\tCompleted 3220 to KZ613900: 1132.1411478733787\n", - "12:38:58\tCompleted 3219 to KZ554800: 1764.4686078076156\n", - "12:38:58\tCompleted 3306 to KZ235200: 2612.8441917772293\n", - "12:38:58\tCompleted 3235 to KZ554800: 2008.1185833723946\n", - "12:38:58\tCompleted 3272 to KZ434000: 1782.0620138067181\n", - "12:38:58\tCompleted 3226 to KZ596000: 1937.6726763382264\n", - "12:38:58\tCompleted 3248 to KZ612600: 1253.1763951446453\n", - "12:38:58\tCompleted 3273 to KZ594600: 2199.8781976868822\n", - "12:38:58\tCompleted 3276 to KZ195800: 467.1155211746953\n", - "12:38:58\tCompleted 3230 to KZ231000: 4220.695020474115\n", - "12:38:59\tCompleted 3222 to KZ191600: 3539.0437282032876\n", - "12:38:59\tCompleted 3277 to KZ355200: 1797.7183811362013\n", - "12:38:59\tCompleted 3223 to KZ233600: 2069.5355327458174\n", - "12:38:59\tCompleted 3239 to KZ635400: 5161.0091904236\n", - "12:38:59\tCompleted 3220 to KZ612000: 638.0127885391272\n", - "12:38:59\tCompleted 3270 to KZ233600: 3820.1018013529906\n", - "12:38:59\tCompleted 3267 to KZ556800: 2259.840120614663\n", - "12:38:59\tCompleted 3257 to KZ115200: 1893.3216551315463\n", - "12:38:59\tCompleted 3293 to KZ633400: 2177.099926568086\n", - "12:38:59\tCompleted 3311 to KZ594600: 2101.15010993566\n", - "12:38:59\tCompleted 3302 to KZ154000: 1658.4509394166132\n", - "12:38:59\tCompleted 3247 to KZ711110: 1479.3071616331445\n", - "12:38:59\tCompleted 3229 to KZ114600: 1953.8909193456511\n", - "12:38:59\tCompleted 3295 to KZ471800: 4027.51124498023\n", - "12:38:59\tCompleted 3276 to KZ196000: 645.1694022512368\n", - "12:39:00\tCompleted 3266 to KZ392400: 2119.8661567041954\n", - "12:39:00\tCompleted 3269 to KZ114400: 3117.5862864644946\n", - "12:39:00\tCompleted 3258 to KZ635200: 1702.8169561579905\n", - "12:39:00\tCompleted 3281 to KZ591000: 1971.8476329762632\n", - "12:39:00\tCompleted 3248 to KZ616000: 962.9416237696691\n", - "12:39:00\tCompleted 3290 to KZ193600: 1371.8373875039101\n", - "12:39:00\tCompleted 3251 to KZ631000: 1741.4360766665122\n", - "12:39:00\tCompleted 3253 to KZ395800: 2993.7720815279818\n", - "12:39:00\tCompleted 3264 to KZ234800: 3787.038179453321\n", - "12:39:00\tCompleted 3294 to KZ395400: 2549.937713658994\n", - "12:39:00\tCompleted 3263 to KZ116400: 1932.7658808721308\n", - "12:39:00\tCompleted 3279 to KZ396800: 2211.5093456594864\n", - "12:39:01\tCompleted 3255 to KZ614800: 1562.4897619239723\n", - "12:39:01\tCompleted 3307 to KZ356000: 1991.9921430215293\n", - "12:39:01\tCompleted 3261 to KZ556800: 1957.3080848690013\n", - "12:39:01\tCompleted 3254 to KZ596600: 2968.635780859513\n", - "12:39:01\tCompleted 3276 to KZ191000: 336.7802493581918\n", - "12:39:01\tCompleted 3273 to KZ711110: 1448.110491272599\n", - "12:39:01\tCompleted 3241 to KZ593400: 1967.7169088589765\n", - "12:39:01\tCompleted 3220 to KZ614400: 1060.3424718612298\n", - "12:39:01\tCompleted 3235 to KZ556400: 1934.9849425471982\n", - "12:39:01\tCompleted 3274 to KZ276200: 3903.4494042194847\n", - "12:39:01\tCompleted 3302 to KZ154200: 1581.295496646553\n", - "12:39:01\tCompleted 3238 to KZ154600: 3567.6218444501214\n", - "12:39:01\tCompleted 3246 to KZ395600: 2402.113715806827\n", - "12:39:01\tCompleted 3271 to KZ391600: 2230.0639053043883\n", - "12:39:01\tCompleted 3270 to KZ633200: 1206.5826279547193\n", - "12:39:01\tCompleted 3219 to KZ556400: 1691.334966982419212:39:01\tCompleted 3287 to KZ276600: 3887.2452347006297\n", - "\n", - "12:39:01\tCompleted 3244 to KZ194000: 4179.212251684356\n", - "12:39:01\tCompleted 3277 to KZ355600: 1571.1675470614418\n", - "12:39:01\tCompleted 3236 to KZ271000: 4255.335992772502\n", - "12:39:01\tCompleted 3308 to KZ394400: 2145.6580224832987\n", - "12:39:02\tCompleted 3259 to KZ391000: 2606.2902125753835\n", - "12:39:02\tCompleted 3240 to KZ396800: 2267.9159476173922\n", - "12:39:02\tCompleted 3234 to KZ474600: 3969.0965743437346\n", - "12:39:02\tCompleted 3311 to KZ711110: 1349.3824035213686\n", - "12:39:02\tCompleted 3276 to KZ196200: 111.09995087923582\n", - "12:39:02\tCompleted 3260 to KZ471800: 4270.815970884115\n", - "12:39:02\tCompleted 3290 to KZ194000: 1352.599186692667\n", - "12:39:02\tCompleted 3224 to KZ634400: 2780.090663876242\n", - "12:39:02\tCompleted 3265 to KZ394000: 3003.068570067087\n", - "12:39:02\tCompleted 3218 to KZ352400: 2960.3428649371162\n", - "12:39:02\tCompleted 3247 to KZ711410: 1505.419661716656\n", - "12:39:02\tCompleted 3220 to KZ614600: 785.4501694458178\n", - "12:39:02\tCompleted 3258 to KZ632400: 1571.7725140074879\n", - "12:39:03\tCompleted 3227 to KZ273600: 4071.8848893095796\n", - "12:39:03\tCompleted 3226 to KZ596200: 2324.6721260093955\n", - "12:39:03\tCompleted 3248 to KZ613800: 1338.555399102049\n", - "12:39:03\tCompleted 3245 to KZ636800: 2506.9919534631313\n", - "12:39:03\tCompleted 3277 to KZ352100: 662.9308614647234\n", - "12:39:03\tCompleted 3250 to KZ196800: 4093.6843016628836\n", - "12:39:03\tCompleted 3302 to KZ156000: 1727.586481185028\n", - "12:39:03\tCompleted 3255 to KZ615400: 1303.653529014524\n", - "12:39:03\tCompleted 3276 to KZ192600: 375.72400438688567\n", - "12:39:03\tCompleted 3257 to KZ115400: 1921.1875508817884\n", - "12:39:03\tCompleted 3308 to KZ433200: 1278.7755211066099\n", - "12:39:04\tCompleted 3263 to KZ116800: 1720.367027180105\n", - "12:39:04\tCompleted 3295 to KZ593200: 1994.3385609377005\n", - "12:39:04\tCompleted 3229 to KZ114800: 2312.126448698957\n", - "12:39:04\tCompleted 3273 to KZ711410: 1474.2229913561105\n", - "12:39:04\tCompleted 3242 to KZ273600: 3844.527241571274\n", - "12:39:04\tCompleted 3233 to KZ635200: 3095.391249992613\n", - "12:39:04\tCompleted 3222 to KZ195200: 3476.80875133802\n", - "12:39:04\tCompleted 3220 to KZ614800: 1025.1601747034902\n", - "12:39:04\tCompleted 3224 to KZ313600: 1254.6932856800902\n", - "12:39:04\tCompleted 3276 to KZ196600: 430.1666027545286\n", - "12:39:05\tCompleted 3307 to KZ354400: 1784.476264844379\n", - "12:39:05\tCompleted 3311 to KZ711410: 1375.4949036048802\n", - "12:39:05\tCompleted 3269 to KZ114600: 3743.0497573159287\n", - "12:39:05\tCompleted 3281 to KZ595600: 2052.9761645520257\n", - "12:39:05\tCompleted 3302 to KZ154600: 1640.4716032511622\n", - "12:39:05\tCompleted 3270 to KZ634800: 1691.029219365014\n", - "12:39:05\tCompleted 3255 to KZ615200: 1041.0701755162443\n", - "12:39:05\tCompleted 3254 to KZ595000: 3332.858314536399\n", - "12:39:05\tCompleted 3251 to KZ634600: 2009.120701966809512:39:05\tCompleted 3308 to KZ431900: 759.7316882113911\n", - "\n", - "12:39:05\tCompleted 3306 to KZ235600: 2707.881957797634\n", - "12:39:05\tCompleted 3267 to KZ554800: 2264.535608659117812:39:05\tCompleted 3219 to KZ554200: 1953.9630053698556\n", - "\n", - "12:39:05\tCompleted 3279 to KZ394800: 1984.0035439538756\n", - "12:39:05\tCompleted 3296 to KZ273200: 2859.98867097646\n", - "12:39:05\tCompleted 3266 to KZ396200: 2075.529845116991\n", - "12:39:05\tCompleted 3272 to KZ471000: 4215.010884475687\n", - "12:39:05\tCompleted 3223 to KZ633200: 2507.905213869733\n", - "12:39:05\tCompleted 3277 to KZ352200: 1379.72408404956\n", - "12:39:05\tCompleted 3293 to KZ633600: 2366.375291776567\n", - "12:39:05\tCompleted 3247 to KZ711210: 1506.5814231435545\n", - "12:39:05\tCompleted 3253 to KZ392400: 2719.959007554307\n", - "12:39:06\tCompleted 3258 to KZ632800: 1569.668175398415\n", - "12:39:06\tCompleted 3235 to KZ554200: 2197.612980934635\n", - "12:39:06\tCompleted 3230 to KZ234000: 4429.305497841811\n", - "12:39:06\tCompleted 3239 to KZ635000: 4688.342400511957\n", - "12:39:06\tCompleted 3276 to KZ194200: 311.281387872021\n", - "12:39:06\tCompleted 3218 to KZ356000: 2235.3862383308283\n", - "12:39:06\tCompleted 3261 to KZ554800: 2111.9880536172905\n", - "12:39:06\tCompleted 3220 to KZ615400: 1021.5657997849794\n", - "12:39:06\tCompleted 3294 to KZ392000: 2666.861408739218\n", - "12:39:06\tCompleted 3290 to KZ196400: 1785.7532933682705\n", - "12:39:06\tCompleted 3260 to KZ593200: 2237.6432868415795\n", - "12:39:06\tCompleted 3224 to KZ314000: 1037.1270210363987\n", - "12:39:07\tCompleted 3302 to KZ154800: 1660.271231530581\n", - "12:39:07\tCompleted 3264 to KZ235200: 3834.6780268166885\n", - "12:39:07\tCompleted 3270 to KZ633400: 985.332578717393\n", - "12:39:07\tCompleted 3241 to KZ594200: 2048.043042623231\n", - "12:39:07\tCompleted 3226 to KZ596400: 2098.467105609176\n", - "12:39:07\tCompleted 3308 to KZ434600: 793.3962586377714\n", - "12:39:07\tCompleted 3271 to KZ393600: 2532.4972002937566\n", - "12:39:07\tCompleted 3273 to KZ711210: 1475.384752783009\n", - "12:39:07\tCompleted 3263 to KZ111810: 1742.2311202032338\n", - "12:39:07\tCompleted 3276 to KZ751210: 30.2705631077994\n", - "12:39:07\tCompleted 3240 to KZ394800: 2040.410145911785\n", - "12:39:08\tCompleted 3229 to KZ111010: 1849.478573129015\n", - "12:39:08\tCompleted 3244 to KZ196400: 4612.366358359999\n", - "12:39:08\tCompleted 3311 to KZ711210: 1376.6566650317786\n", - "12:39:08\tCompleted 3238 to KZ154800: 3402.6291554625213\n", - "12:39:08\tCompleted 3287 to KZ275000: 3752.942891802961\n", - "12:39:08\tCompleted 3246 to KZ395800: 2428.660657312891\n", - "12:39:08\tCompleted 3259 to KZ395400: 2649.654107500696\n", - "12:39:08\tCompleted 3220 to KZ615200: 837.1493684894293\n", - "12:39:08\tCompleted 3274 to KZ271000: 3921.1423596337004\n", - "12:39:08\tCompleted 3235 to KZ791110: 1450.5799509837889\n", - "12:39:08\tCompleted 3219 to KZ791110: 1423.9148184807993\n", - "12:39:08\tCompleted 3258 to KZ636800: 1499.9408018184913\n", - "12:39:08\tCompleted 3302 to KZ155200: 1404.128653144656\n", - "12:39:08\tCompleted 3265 to KZ396800: 2749.1610276275\n", - "12:39:08\tCompleted 3295 to KZ595800: 2098.258170978078\n", - "12:39:08\tCompleted 3257 to KZ151000: 2143.778340037767\n", - "12:39:08\tCompleted 3236 to KZ274000: 4908.994176492006\n", - "12:39:08\tCompleted 3250 to KZ191600: 4119.482277722969\n", - "12:39:08\tCompleted 3276 to KZ751110: 37.87594526447828\n", - "12:39:08\tCompleted 3290 to KZ196800: 1253.91169112709\n", - "12:39:09\tCompleted 3247 to KZ711310: 1518.4387825994863\n", - "12:39:09\tCompleted 3269 to KZ114800: 2790.7098989927013\n", - "12:39:09\tCompleted 3307 to KZ351800: 1805.510979487405\n", - "12:39:09\tCompleted 3227 to KZ276600: 4153.710136008565\n", - "12:39:09\tCompleted 3251 to KZ634400: 1601.271442510727\n", - "12:39:09\tCompleted 3308 to KZ434400: 1136.3456575995071\n", - "12:39:09\tCompleted 3281 to KZ596000: 1848.5502354450953\n", - "12:39:09\tCompleted 3255 to KZ616400: 2013.6627264122963\n", - "12:39:09\tCompleted 3234 to KZ475000: 4339.425601093532\n", - "12:39:09\tCompleted 3263 to KZ116600: 1255.594599217091\n", - "12:39:10\tCompleted 3277 to KZ352300: 1869.9564698435133\n", - "12:39:10\tCompleted 3224 to KZ314800: 1536.4143259108607\n", - "12:39:10\tCompleted 3276 to KZ751310: 39.39066389023972\n", - "12:39:10\tCompleted 3270 to KZ633600: 1499.2503408522507\n", - "12:39:10\tCompleted 3273 to KZ711310: 1487.2421122389408\n", - "12:39:10\tCompleted 3245 to KZ635800: 2557.618387178695\n", - "12:39:10\tCompleted 3253 to KZ396200: 2528.382093528102412:39:10\tCompleted 3254 to KZ593600: 3603.07827785866\n", - "\n", - "12:39:10\tCompleted 3235 to KZ791310: 1407.0397191031802\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:39:10\tCompleted 3311 to KZ711310: 1388.5140244877105\n", - "12:39:10\tCompleted 3308 to KZ431000: 478.0370752368629\n", - "12:39:10\tCompleted 3251 to KZ313600: 590.9850607775423\n", - "12:39:10\tCompleted 3222 to KZ195000: 3928.438854878664\n", - "12:39:11\tCompleted 3290 to KZ191600: 1279.7096671871789\n", - "12:39:11\tCompleted 3242 to KZ276600: 3926.35248827026\n", - "12:39:11\tCompleted 3248 to KZ273200: 4040.054344402627\n", - "12:39:11\tCompleted 3219 to KZ791310: 1380.3745866001907\n", - "12:39:11\tCompleted 3276 to KZ751410: 55.0582829809995112:39:11\tCompleted 3302 to KZ156400: 1902.9138316964916\n", - "\n", - "12:39:11\tCompleted 3220 to KZ616400: 1538.7709206848326\n", - "12:39:11\tCompleted 3241 to KZ596600: 1723.1208753213687\n", - "12:39:11\tCompleted 3229 to KZ116000: 1818.3096542517542\n", - "12:39:11\tCompleted 3261 to KZ556400: 2038.854412792094\n", - "12:39:11\tCompleted 3258 to KZ635800: 1550.567235534034\n", - "12:39:11\tCompleted 3226 to KZ594600: 2303.9459571366615\n", - "12:39:11\tCompleted 3266 to KZ396600: 2083.448685908188\n", - "12:39:11\tCompleted 3233 to KZ632400: 2888.048287186238\n", - "12:39:12\tCompleted 3308 to KZ435200: 376.34294517593236\n", - "12:39:12\tCompleted 3251 to KZ314000: 449.3416966291529\n", - "12:39:12\tCompleted 3267 to KZ556400: 2202.269482350563\n", - "12:39:12\tCompleted 3224 to KZ315400: 1223.653207230887\n", - "12:39:12\tCompleted 3218 to KZ354400: 3022.6915610850297\n", - "12:39:12\tCompleted 3294 to KZ395600: 2544.014758030305\n", - "12:39:12\tCompleted 3239 to KZ632200: 4038.0227192781767\n", - "12:39:12\tCompleted 3277 to KZ352800: 1406.8465067465268\n", - "12:39:12\tCompleted 3247 to KZ555200: 1692.3125462190262\n", - "12:39:12\tCompleted 3272 to KZ473600: 3796.0361184527314\n", - "12:39:12\tCompleted 3295 to KZ593400: 1907.6454336259376\n", - "12:39:12\tCompleted 3306 to KZ233600: 2590.498555653481\n", - "12:39:12\tCompleted 3255 to KZ615600: 1597.9714286894157\n", - "12:39:12\tCompleted 3276 to KZ751710: 90.77423681126017\n", - "12:39:12\tCompleted 3293 to KZ633800: 2593.843014668269\n", - "12:39:12\tCompleted 3270 to KZ633800: 1431.7498949244846\n", - "12:39:12\tCompleted 3260 to KZ595800: 2341.562896881946\n", - "12:39:13\tCompleted 3235 to KZ791510: 1384.1592195315272\n", - "12:39:13\tCompleted 3290 to KZ195200: 1217.4746903219054\n", - "12:39:13\tCompleted 3296 to KZ274400: 2797.117358463157\n", - "12:39:13\tCompleted 3302 to KZ155600: 1306.240575437768\n", - "12:39:13\tCompleted 3308 to KZ434800: 407.66920609226764\n", - "12:39:13\tCompleted 3259 to KZ392000: 2766.57780258092\n", - "12:39:13\tCompleted 3264 to KZ235600: 3929.7157928370934\n", - "12:39:13\tCompleted 3271 to KZ396400: 2753.9088469671137\n", - "12:39:13\tCompleted 3257 to KZ153200: 2148.194923466411\n", - "12:39:13\tCompleted 3251 to KZ314800: 272.44700246475776\n", - "12:39:13\tCompleted 3244 to KZ196800: 4080.5247561187816\n", - "12:39:13\tCompleted 3220 to KZ615600: 1149.2113549089402\n", - "12:39:13\tCompleted 3223 to KZ634800: 3228.9091358128358\n", - "12:39:13\tCompleted 3263 to KZ115600: 1906.3034684067886\n", - "12:39:13\tCompleted 3269 to KZ111010: 3178.463869559333\n", - "12:39:14\tCompleted 3219 to KZ791510: 1357.4940870285377\n", - "12:39:14\tCompleted 3276 to KZ751810: 44.633304577359\n", - "12:39:14\tCompleted 3258 to KZ636200: 1411.6501523037896\n", - "12:39:14\tCompleted 3250 to KZ195200: 4057.247300857701\n", - "12:39:14\tCompleted 3246 to KZ392400: 2338.686737685628\n", - "12:39:14\tCompleted 3273 to KZ555200: 1747.9378060302843\n", - "12:39:14\tCompleted 3230 to KZ234200: 4880.251204362776\n", - "12:39:14\tCompleted 3279 to KZ395000: 2318.1393240485004\n", - "12:39:14\tCompleted 3240 to KZ395000: 2374.5459260064063\n", - "12:39:14\tCompleted 3277 to KZ356400: 1059.6297386531242\n", - "12:39:14\tCompleted 3281 to KZ596200: 1971.3247754396689\n", - "12:39:14\tCompleted 3307 to KZ393200: 2503.5840977444886\n", - "12:39:14\tCompleted 3238 to KZ155200: 3829.567818364274\n", - "12:39:14\tCompleted 3308 to KZ433600: 668.3393864414035\n", - "12:39:14\tCompleted 3251 to KZ315400: 112.00804100232483\n", - "12:39:14\tCompleted 3255 to KZ615800: 982.146773587108\n", - "12:39:14\tCompleted 3265 to KZ394800: 2927.8155963255604\n", - "12:39:15\tCompleted 3254 to KZ595200: 3280.764855208284\n", - "12:39:15\tCompleted 3287 to KZ274800: 4288.447803186403\n", - "12:39:15\tCompleted 3226 to KZ711110: 1552.1782507223832\n", - "12:39:15\tCompleted 3276 to KZ751910: 45.63594734132192\n", - "12:39:15\tCompleted 3220 to KZ615800: 916.3876981908729\n", - "12:39:15\tCompleted 3266 to KZ394200: 1717.7011660700675\n", - "12:39:15\tCompleted 3229 to KZ116400: 1940.7110020112734\n", - "12:39:15\tCompleted 3235 to KZ791710: 1382.3830392144946\n", - "12:39:15\tCompleted 3270 to KZ634000: 1428.8346374900216\n", - "12:39:15\tCompleted 3311 to KZ555200: 2014.9624445324935\n", - "12:39:15\tCompleted 3227 to KZ275000: 4019.4077931108973\n", - "12:39:15\tCompleted 3253 to KZ396600: 2536.3009343192916\n", - "12:39:15\tCompleted 3274 to KZ274000: 4574.800543353208\n", - "12:39:16\tCompleted 3236 to KZ274200: 5026.339670871548\n", - "12:39:16\tCompleted 3218 to KZ351800: 2257.373112228233\n", - "12:39:16\tCompleted 3251 to KZ315600: 586.882542633708\n", - "12:39:16\tCompleted 3258 to KZ636400: 1169.064304423779\n", - "12:39:16\tCompleted 3308 to KZ434000: 432.3966368518608\n", - "12:39:16\tCompleted 3276 to KZ751510: 38.12447341177776\n", - "12:39:16\tCompleted 3247 to KZ551600: 1750.2734498502577\n", - "12:39:16\tCompleted 3302 to KZ156800: 2005.1341321158714\n", - "12:39:16\tCompleted 3261 to KZ554200: 2301.4824511795255\n", - "12:39:16\tCompleted 3220 to KZ612600: 625.7677093053625\n", - "12:39:16\tCompleted 3234 to KZ475200: 4350.268561877582\n", - "12:39:17\tCompleted 3224 to KZ315600: 1743.0947200515195\n", - "12:39:17\tCompleted 3290 to KZ195000: 1669.1047938625907\n", - "12:39:17\tCompleted 3277 to KZ352400: 1392.7720946429304\n", - "12:39:17\tCompleted 3219 to KZ791710: 1355.717906711505\n", - "12:39:17\tCompleted 3255 to KZ612600: 1237.2769002080336\n", - "12:39:17\tCompleted 3222 to KZ194400: 3746.223781419719\n", - "12:39:17\tCompleted 3242 to KZ275000: 3792.0501453725915\n", - "12:39:17\tCompleted 3245 to KZ636200: 2418.70130394844\n", - "12:39:17\tCompleted 3251 to KZ316000: 699.1320380502923\n", - "12:39:17\tCompleted 3295 to KZ594200: 2087.503182689448712:39:17\tCompleted 3241 to KZ595000: 2082.9001941869533\n", - "\n", - "12:39:17\tCompleted 3248 to KZ274400: 3977.1830318893512\n", - "12:39:18\tCompleted 3257 to KZ153400: 2037.608265940713\n", - "12:39:18\tCompleted 3273 to KZ551600: 1805.8987096615158\n", - "12:39:18\tCompleted 3294 to KZ395800: 2846.398833436787\n", - "12:39:18\tCompleted 3261 to KZ791110: 1197.9992151800448\n", - "12:39:18\tCompleted 3267 to KZ554200: 2398.100518132858\n", - "12:39:18\tCompleted 3220 to KZ616000: 943.5269139234794\n", - "12:39:18\tCompleted 3263 to KZ115200: 2099.785582893048\n", - "12:39:18\tCompleted 3235 to KZ611600: 1639.243574489619\n", - "12:39:18\tCompleted 3226 to KZ711410: 1578.2907508058947\n", - "12:39:18\tCompleted 3260 to KZ593400: 2150.9501595298125\n", - "12:39:18\tCompleted 3259 to KZ395600: 2643.731151872007\n", - "12:39:18\tCompleted 3269 to KZ116000: 3228.166559646221\n", - "12:39:18\tCompleted 3224 to KZ316000: 916.855642188023412:39:18\tCompleted 3258 to KZ631000: 1383.9544922752334\n", - "\n", - "12:39:18\tCompleted 3251 to KZ316600: 293.7174360450648\n", - "12:39:18\tCompleted 3233 to KZ632800: 2461.1282129493698\n", - "12:39:18\tCompleted 3244 to KZ191600: 4106.322732178867\n", - "12:39:19\tCompleted 3255 to KZ616000: 947.0421288330574\n", - "12:39:19\tCompleted 3229 to KZ116800: 1728.3121483192476\n", - "12:39:19\tCompleted 3279 to KZ395200: 1785.7780972093653\n", - "12:39:19\tCompleted 3271 to KZ394000: 2985.843696332935\n", - "12:39:19\tCompleted 3293 to KZ634000: 2647.12739936378\n", - "12:39:19\tCompleted 3272 to KZ474200: 4242.660279519254\n", - "12:39:19\tCompleted 3240 to KZ395200: 1842.1846991672767\n", - "12:39:19\tCompleted 3254 to KZ591000: 3334.090547583433\n", - "12:39:19\tCompleted 3218 to KZ393200: 2337.4389854944775\n", - "12:39:19\tCompleted 3270 to KZ635400: 1873.7401900722548\n", - "12:39:19\tCompleted 3307 to KZ393400: 2325.8445288446205\n", - "12:39:19\tCompleted 3267 to KZ791110: 291.3514685122167\n", - "12:39:19\tCompleted 3281 to KZ596400: 2030.6162627249673\n", - "12:39:19\tCompleted 3290 to KZ194400: 1486.8897204036166\n", - "12:39:19\tCompleted 3264 to KZ233600: 3812.3323906930377\n", - "12:39:20\tCompleted 3237 to KZ113200: 1738.015580468605812:39:20\tCompleted 3239 to KZ635200: 4953.947448304998\n", - "\n", - "12:39:20\tCompleted 3251 to KZ316200: 742.7899808773866\n", - "12:39:20\tCompleted 3238 to KZ156400: 3408.8578180035074\n", - "12:39:20\tCompleted 3250 to KZ195000: 4508.87740439841612:39:20\tCompleted 3311 to KZ551600: 1755.0024363771888\n", - "\n", - "12:39:20\tCompleted 3261 to KZ791310: 1154.458983299436\n", - "12:39:20\tCompleted 3265 to KZ395000: 2855.791006016514\n", - "12:39:20\tCompleted 3246 to KZ396200: 2294.3504260984323\n", - "12:39:20\tCompleted 3219 to KZ611600: 1612.5784419866295\n", - "12:39:20\tCompleted 3223 to KZ633400: 2407.624439427192\n", - "12:39:20\tCompleted 3220 to KZ613800: 1091.781046942366\n", - "12:39:21\tCompleted 3247 to KZ553200: 2021.354790716172\n", - "12:39:21\tCompleted 3267 to KZ791310: 269.06991955181854\n", - "12:39:21\tCompleted 3235 to KZ613600: 1492.8710222516966\n", - "12:39:21\tCompleted 3306 to KZ633200: 2433.29772061047\n", - "12:39:21\tCompleted 3266 to KZ394400: 2145.7075173960684\n", - "12:39:21\tCompleted 3287 to KZ275800: 3758.0306271747995\n", - "12:39:21\tCompleted 3253 to KZ394200: 2908.153749111889\n", - "12:39:21\tCompleted 3277 to KZ356000: 2031.0528570667873\n", - "12:39:21\tCompleted 3251 to KZ311000: 348.20435100796595\n", - "12:39:21\tCompleted 3255 to KZ613800: 1322.655904165437\n", - "12:39:21\tCompleted 3296 to KZ275400: 3472.3057904201673\n", - "12:39:22\tCompleted 3270 to KZ635000: 1348.466762739806\n", - "12:39:22\tCompleted 3264 to KZ633200: 1213.7601928625793\n", - "12:39:22\tCompleted 3261 to KZ791510: 1131.5784837277831\n", - "12:39:22\tCompleted 3226 to KZ711210: 1579.4525122327932\n", - "12:39:22\tCompleted 3267 to KZ791510: 279.187695548087\n", - "12:39:22\tCompleted 3224 to KZ316600: 1564.846506272074\n", - "12:39:22\tCompleted 3295 to KZ596600: 2188.3887002662045\n", - "12:39:22\tCompleted 3230 to KZ234600: 4995.421502800881\n", - "12:39:22\tCompleted 3258 to KZ634600: 1651.6391175755307\n", - "12:39:22\tCompleted 3273 to KZ553200: 1990.1581203556264\n", - "12:39:22\tCompleted 3229 to KZ111810: 1750.1762413423764\n", - "12:39:22\tCompleted 3227 to KZ274800: 4554.912704494365\n", - "12:39:22\tCompleted 3251 to KZ315000: 465.4131672415995\n", - "12:39:22\tCompleted 3218 to KZ393400: 1960.7327877610617\n", - "12:39:22\tCompleted 3290 to KZ194600: 1497.406686408123\n", - "12:39:23\tCompleted 3276 to KZ231000: 3852.4430595206586\n", - "12:39:23\tCompleted 3237 to KZ113400: 1567.7280875358424\n", - "12:39:23\tCompleted 3269 to KZ116400: 3019.5227258038776\n", - "12:39:23\tCompleted 3266 to KZ433200: 1278.8250160193797\n", - "12:39:23\tCompleted 3235 to KZ614000: 1439.7309753373745\n", - "12:39:23\tCompleted 3234 to KZ471800: 4179.87834171685\n", - "12:39:23\tCompleted 3267 to KZ791710: 250.68775619779828\n", - "12:39:23\tCompleted 3219 to KZ613600: 1466.205889748707\n", - "12:39:23\tCompleted 3222 to KZ194600: 3756.740747424216\n", - "12:39:23\tCompleted 3241 to KZ593600: 2197.4487984712478\n", - "12:39:23\tCompleted 3254 to KZ595600: 3182.394396387335\n", - "12:39:23\tCompleted 3274 to KZ274200: 4692.146037732754\n", - "12:39:23\tCompleted 3294 to KZ392400: 2572.5857594631166\n", - "12:39:23\tCompleted 3302 to KZ193200: 4618.5012131036065\n", - "12:39:23\tCompleted 3260 to KZ594200: 2330.807908593318\n", - "12:39:23\tCompleted 3245 to KZ636400: 2176.1154560684704\n", - "12:39:23\tCompleted 3261 to KZ791710: 1129.8023034107505\n", - "12:39:23\tCompleted 3251 to KZ314200: 349.61856457033906\n", - "12:39:24\tCompleted 3263 to KZ115400: 2320.3583547586986\n", - "12:39:24\tCompleted 3257 to KZ153600: 2330.0120267981824\n", - "12:39:24\tCompleted 3224 to KZ316200: 1067.5757742635346\n", - "12:39:24\tCompleted 3307 to KZ391600: 2181.715025860111\n", - "12:39:24\tCompleted 3247 to KZ553600: 1738.9617292609396\n", - "12:39:24\tCompleted 3270 to KZ632200: 1423.5073411463827\n", - "12:39:24\tCompleted 3267 to KZ611600: 229.9964356300419\n", - "12:39:24\tCompleted 3279 to KZ391000: 2040.176293865718\n", - "12:39:24\tCompleted 3311 to KZ553200: 1891.430032604396\n", - "12:39:24\tCompleted 3242 to KZ274800: 4327.555056756041\n", - "12:39:24\tCompleted 3266 to KZ431900: 759.781183124160912:39:24\tCompleted 3259 to KZ395800: 2946.115227278491\n", - "\n", - "12:39:24\tCompleted 3244 to KZ195200: 4044.087755313599\n", - "12:39:24\tCompleted 3258 to KZ634400: 1243.7898581194481\n", - "12:39:24\tCompleted 3271 to KZ396800: 2731.936153893348\n", - "12:39:25\tCompleted 3229 to KZ116600: 1471.923492315038\n", - "12:39:25\tCompleted 3277 to KZ354400: 1823.536978889637\n", - "12:39:25\tCompleted 3248 to KZ275400: 4652.371463846402\n", - "12:39:25\tCompleted 3240 to KZ391000: 2096.5828958236266\n", - "12:39:25\tCompleted 3281 to KZ594600: 2078.800435857546\n", - "12:39:25\tCompleted 3226 to KZ711310: 1591.309871688725\n", - "12:39:25\tCompleted 3265 to KZ395200: 2387.755520941679\n", - "12:39:25\tCompleted 3273 to KZ553600: 1707.7650589003943\n", - "12:39:25\tCompleted 3264 to KZ634800: 1698.2067842728738\n", - "12:39:25\tCompleted 3267 to KZ613600: 254.0575539889437\n", - "12:39:25\tCompleted 3219 to KZ614000: 1413.065842834385\n", - "12:39:26\tCompleted 3224 to KZ311000: 928.1470346344192\n", - "12:39:26\tCompleted 3235 to KZ613900: 1717.6542473538223\n", - "12:39:26\tCompleted 3237 to KZ113600: 1576.4063557687018\n", - "12:39:26\tCompleted 3218 to KZ391600: 2219.92903101163312:39:26\tCompleted 3272 to KZ474600: 3919.8357187011716\n", - "\n", - "12:39:26\tCompleted 3246 to KZ396600: 2302.2692668896216\n", - "12:39:26\tCompleted 3251 to KZ353200: 1123.4316952884287\n", - "12:39:26\tCompleted 3266 to KZ434600: 793.4457535505412\n", - "12:39:26\tCompleted 3261 to KZ611600: 1386.662838685875\n", - "12:39:26\tCompleted 3295 to KZ595000: 2022.8287189539153\n", - "12:39:26\tCompleted 3290 to KZ194800: 1765.5223384621263\n", - "12:39:26\tCompleted 3250 to KZ194400: 4326.66233093943\n", - "12:39:26\tCompleted 3220 to KZ273200: 2211.005067278076712:39:26\tCompleted 3258 to KZ313600: 1111.1500909784672\n", - "\n", - "12:39:26\tCompleted 3308 to KZ471000: 2865.345507520832\n", - "12:39:27\tCompleted 3239 to KZ632400: 4746.604485498568\n", - "12:39:27\tCompleted 3267 to KZ614000: 299.4163926615199\n", - "12:39:27\tCompleted 3223 to KZ633600: 2401.85243843732412:39:27\tCompleted 3233 to KZ636800: 2663.1687432100753\n", - "\n", - "12:39:27\tCompleted 3238 to KZ155600: 3581.5376920423673\n", - "12:39:27\tCompleted 3254 to KZ596000: 3272.04817471658\n", - "12:39:27\tCompleted 3311 to KZ553600: 1609.036971149163712:39:27\tCompleted 3270 to KZ635200: 1614.071810532834\n", - "\n", - "12:39:27\tCompleted 3234 to KZ593200: 2081.2695337108344\n", - "12:39:27\tCompleted 3253 to KZ394400: 3065.0985242077854\n", - "12:39:27\tCompleted 3264 to KZ633400: 992.5101436252529\n", - "12:39:27\tCompleted 3293 to KZ635400: 3092.0329519459897\n", - "12:39:27\tCompleted 3269 to KZ116800: 3345.7540713653407\n", - "12:39:27\tCompleted 3266 to KZ434400: 1136.3951525122768\n", - "12:39:28\tCompleted 3281 to KZ711110: 1503.1685082014603\n", - "12:39:28\tCompleted 3251 to KZ353600: 1059.6614735717621\n", - "12:39:28\tCompleted 3261 to KZ613600: 1240.2902864479524\n", - "12:39:28\tCompleted 3226 to KZ555200: 1427.316998001399\n", - "12:39:28\tCompleted 3247 to KZ552200: 1863.8898469294181\n", - "12:39:28\tCompleted 3275 to KZ113200: 3359.322771045532\n", - "12:39:28\tCompleted 3224 to KZ315000: 1340.81890877364\n", - "12:39:28\tCompleted 3235 to KZ612000: 1586.3657083822868\n", - "12:39:28\tCompleted 3287 to KZ276000: 4173.86165292984\n", - "12:39:28\tCompleted 3260 to KZ596600: 2431.693426170068\n", - "12:39:28\tCompleted 3277 to KZ351800: 1844.571693532663\n", - "12:39:28\tCompleted 3255 to KZ273200: 4024.154849466016\n", - "12:39:28\tCompleted 3267 to KZ613900: 553.3236218692833\n", - "12:39:28\tCompleted 3227 to KZ275800: 4024.4955284827356\n", - "12:39:28\tCompleted 3258 to KZ314000: 969.5067268300779\n", - "12:39:28\tCompleted 3294 to KZ396200: 2381.008845436912\n", - "12:39:28\tCompleted 3229 to KZ115600: 1914.2485895459313\n", - "12:39:28\tCompleted 3306 to KZ634800: 2917.7443120207367\n", - "12:39:29\tCompleted 3230 to KZ234800: 4129.122878636399\n", - "12:39:29\tCompleted 3266 to KZ431000: 478.08657014963273\n", - "12:39:29\tCompleted 3218 to KZ393600: 2101.417756547998\n", - "12:39:29\tCompleted 3296 to KZ273600: 2640.2650494027057\n", - "12:39:29\tCompleted 3219 to KZ613900: 1690.9891148508325\n", - "12:39:29\tCompleted 3237 to KZ113800: 1589.5878785928287\n", - "12:39:29\tCompleted 3307 to KZ393600: 2484.1483208494806\n", - "12:39:29\tCompleted 3273 to KZ552200: 1832.6931765688726\n", - "12:39:29\tCompleted 3257 to KZ154000: 2081.588599623216\n", - "12:39:29\tCompleted 3222 to KZ194800: 4024.856399478219\n", - "12:39:29\tCompleted 3251 to KZ351600: 634.4516215953108\n", - "12:39:29\tCompleted 3279 to KZ395400: 2088.0438468987954\n", - "12:39:29\tCompleted 3267 to KZ612000: 20.21248920182026\n", - "12:39:30\tCompleted 3258 to KZ314800: 409.5066142797723\n", - "12:39:30\tCompleted 3224 to KZ314200: 933.622265569754\n", - "12:39:30\tCompleted 3276 to KZ234000: 4061.0535368883466\n", - "12:39:30\tCompleted 3261 to KZ614000: 1187.1502395336304\n", - "12:39:30\tCompleted 3263 to KZ151000: 3180.7939334159228\n", - "12:39:30\tCompleted 3270 to KZ632400: 1483.0273683823314\n", - "12:39:30\tCompleted 3241 to KZ595200: 2035.2499496701612\n", - "12:39:30\tCompleted 3246 to KZ394200: 1936.5217470515133\n", - "12:39:30\tCompleted 3266 to KZ435200: 376.3924400887022\n", - "12:39:30\tCompleted 3245 to KZ631000: 2391.0056439198825\n", - "12:39:30\tCompleted 3271 to KZ394800: 2910.590722591408412:39:30\tCompleted 3290 to KZ195600: 1842.302906217336\n", - "\n", - "12:39:30\tCompleted 3259 to KZ392400: 2672.3021533048186\n", - "12:39:31\tCompleted 3264 to KZ633600: 1506.4279057601107\n", - "12:39:31\tCompleted 3265 to KZ391000: 2583.4617854506387\n", - "12:39:31\tCompleted 3240 to KZ395400: 2144.4504488567027\n", - "12:39:31\tCompleted 3281 to KZ711410: 1503.34131125557\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:39:31\tCompleted 3254 to KZ596200: 3100.7430072749885\n", - "12:39:31\tCompleted 3235 to KZ614400: 1644.187046793625\n", - "12:39:31\tCompleted 3226 to KZ551600: 1485.2779016326306\n", - "12:39:31\tCompleted 3267 to KZ614400: 479.85642130908553\n", - "12:39:31\tCompleted 3311 to KZ552200: 1733.965088817642312:39:31\tCompleted 3295 to KZ593600: 2137.3773232382086\n", - "\n", - "12:39:31\tCompleted 3302 to KZ193400: 4823.3900901190655\n", - "12:39:31\tCompleted 3242 to KZ275800: 3797.13788074443\n", - "12:39:31\tCompleted 3258 to KZ315400: 632.1730712032496\n", - "12:39:31\tCompleted 3266 to KZ434800: 407.7187010050375\n", - "12:39:31\tCompleted 3251 to KZ354000: 1143.2511395568147\n", - "12:39:31\tCompleted 3248 to KZ273600: 3820.3307228289\n", - "12:39:32\tCompleted 3234 to KZ595800: 2185.189143751211\n", - "12:39:32\tCompleted 3244 to KZ195000: 4495.717858854314\n", - "12:39:32\tCompleted 3218 to KZ396400: 1984.2209848569405\n", - "12:39:32\tCompleted 3269 to KZ111810: 3385.2848724118317\n", - "12:39:32\tCompleted 3267 to KZ614600: 189.6454114036792\n", - "12:39:32\tCompleted 3219 to KZ612000: 1559.7005758792973\n", - "12:39:32\tCompleted 3220 to KZ274400: 2148.1337547647886\n", - "12:39:32\tCompleted 3224 to KZ353200: 1412.0169769249283\n", - "12:39:32\tCompleted 3261 to KZ613900: 1465.0735115500781\n", - "12:39:32\tCompleted 3247 to KZ554600: 2001.4785791072818\n", - "12:39:32\tCompleted 3238 to KZ156800: 3083.5175362630043\n", - "12:39:33\tCompleted 3270 to KZ632800: 1480.9230297732586\n", - "12:39:33\tCompleted 3275 to KZ113400: 3437.18380785087\n", - "12:39:33\tCompleted 3250 to KZ194600: 4337.179296943929\n", - "12:39:33\tCompleted 3266 to KZ433600: 668.3888813541732\n", - "12:39:33\tCompleted 3260 to KZ595000: 2266.133444857782\n", - "12:39:33\tCompleted 3229 to KZ115200: 2107.7307040321907\n", - "12:39:33\tCompleted 3253 to KZ433200: 2605.7987624377224\n", - "12:39:33\tCompleted 3277 to KZ393200: 2542.644811789744\n", - "12:39:33\tCompleted 3258 to KZ315600: 971.0748128449492\n", - "12:39:33\tCompleted 3267 to KZ614800: 484.7428404746584\n", - "12:39:33\tCompleted 3251 to KZ351000: 1074.8827084564714\n", - "12:39:33\tCompleted 3264 to KZ633800: 1438.9274598323445\n", - "12:39:33\tCompleted 3281 to KZ711210: 1472.9869255891545\n", - "12:39:33\tCompleted 3290 to KZ195800: 1656.1897785844858\n", - "12:39:33\tCompleted 3223 to KZ633800: 2662.204100813574\n", - "12:39:34\tCompleted 3235 to KZ614600: 1433.83867426219\n", - "12:39:34\tCompleted 3294 to KZ396600: 2388.9276862281013\n", - "12:39:34\tCompleted 3238 to KZ193200: 627.4415625545669\n", - "12:39:34\tCompleted 3272 to KZ475000: 4290.16474545096\n", - "12:39:34\tCompleted 3237 to KZ114500: 1849.6598254467558\n", - "12:39:34\tCompleted 3239 to KZ632800: 4496.831359993743\n", - "12:39:34\tCompleted 3226 to KZ553200: 1777.4742073157865\n", - "12:39:34\tCompleted 3266 to KZ434000: 432.4461317646307\n", - "12:39:34\tCompleted 3279 to KZ392000: 2095.0975012940194\n", - "12:39:34\tCompleted 3261 to KZ612000: 1333.784972578543\n", - "12:39:34\tCompleted 3233 to KZ635800: 3027.4562950074624\n", - "12:39:34\tCompleted 3255 to KZ274400: 3961.28353695274\n", - "12:39:35\tCompleted 3293 to KZ635000: 2566.7595246135693\n", - "12:39:35\tCompleted 3273 to KZ554600: 1970.2819087467362\n", - "12:39:35\tCompleted 3267 to KZ615400: 436.8379963899156\n", - "12:39:35\tCompleted 3227 to KZ276000: 4440.32655423781\n", - "12:39:35\tCompleted 3307 to KZ396400: 2705.5599675228386\n", - "12:39:35\tCompleted 3241 to KZ591000: 2085.11466028102\n", - "12:39:35\tCompleted 3218 to KZ394000: 2051.9221111837282\n", - "12:39:35\tCompleted 3230 to KZ235200: 4176.762725999766\n", - "12:39:35\tCompleted 3287 to KZ276200: 3893.2478661959303\n", - "12:39:35\tCompleted 3238 to KZ193400: 832.3304395700073\n", - "12:39:35\tCompleted 3308 to KZ473600: 2446.370741497889\n", - "12:39:35\tCompleted 3222 to KZ195600: 4101.636967233424\n", - "12:39:35\tCompleted 3254 to KZ596400: 3696.402687358115\n", - "12:39:35\tCompleted 3269 to KZ116600: 2927.6565416322205\n", - "12:39:35\tCompleted 3311 to KZ554600: 1871.553820995506\n", - "12:39:35\tCompleted 3258 to KZ316000: 1230.7397089860203\n", - "12:39:35\tCompleted 3306 to KZ633400: 2185.5222573500596\n", - "12:39:35\tCompleted 3219 to KZ614400: 1617.5219142906356\n", - "12:39:35\tCompleted 3270 to KZ636800: 1411.1956561933348\n", - "12:39:35\tCompleted 3259 to KZ396200: 2480.725239278614\n", - "12:39:36\tCompleted 3257 to KZ154200: 2384.2246385925346\n", - "12:39:36\tCompleted 3263 to KZ153200: 3185.210516844548\n", - "12:39:36\tCompleted 3246 to KZ394400: 2364.528098377516\n", - "12:39:36\tCompleted 3251 to KZ352000: 1219.6492987572124\n", - "12:39:36\tCompleted 3271 to KZ395000: 2838.566132282362\n", - "12:39:36\tCompleted 3296 to KZ276600: 2722.090296101692\n", - "12:39:36\tCompleted 3281 to KZ711310: 1494.5793141277436\n", - "12:39:36\tCompleted 3234 to KZ593400: 1994.576406399072\n", - "12:39:36\tCompleted 3264 to KZ634000: 1436.0122023978815\n", - "12:39:36\tCompleted 3267 to KZ615200: 241.3446104472907\n", - "12:39:36\tCompleted 3240 to KZ392000: 2151.504103251922\n", - "12:39:36\tCompleted 3265 to KZ395400: 2626.8256803759514\n", - "12:39:36\tCompleted 3247 to KZ555600: 1797.0087932805466\n", - "12:39:37\tCompleted 3261 to KZ614400: 1391.606310989881\n", - "12:39:37\tCompleted 3238 to KZ193600: 714.3563610364481\n", - "12:39:37\tCompleted 3275 to KZ113600: 3115.7009260111085\n", - "12:39:37\tCompleted 3295 to KZ595200: 2134.8274562954416\n", - "12:39:37\tCompleted 3276 to KZ234200: 4511.999243409282\n", - "12:39:37\tCompleted 3226 to KZ553600: 1619.6766503049137\n", - "12:39:37\tCompleted 3258 to KZ316600: 779.5471699448219\n", - "12:39:37\tCompleted 3260 to KZ593600: 2380.6820491420867\n", - "12:39:37\tCompleted 3253 to KZ431900: 2086.7549295425188\n", - "12:39:37\tCompleted 3235 to KZ614800: 1915.4594796332965\n", - "12:39:37\tCompleted 3245 to KZ634600: 2658.690269220176\n", - "12:39:38\tCompleted 3290 to KZ196000: 1842.970533973406\n", - "12:39:38\tCompleted 3229 to KZ115400: 2328.3034758978415\n", - "12:39:38\tCompleted 3237 to KZ114000: 1686.450965124995\n", - "12:39:38\tCompleted 3238 to KZ194000: 229.13403666264284\n", - "12:39:38\tCompleted 3242 to KZ276000: 4212.9689064994745\n", - "12:39:38\tCompleted 3302 to KZ193600: 4037.599254509886\n", - "12:39:38\tCompleted 3244 to KZ194400: 4313.502785395324\n", - "12:39:38\tCompleted 3277 to KZ393400: 2364.9052428898776\n", - "12:39:38\tCompleted 3224 to KZ353600: 2094.8886173646993\n", - "12:39:38\tCompleted 3267 to KZ616400: 996.949423332532\n", - "12:39:38\tCompleted 3248 to KZ276600: 3902.155969527886\n", - "12:39:38\tCompleted 3270 to KZ635800: 1461.8220899088774\n", - "12:39:38\tCompleted 3219 to KZ614600: 1407.1735417592004\n", - "12:39:38\tCompleted 3261 to KZ614600: 1181.2579384584458\n", - "12:39:38\tCompleted 3246 to KZ433200: 1497.645597000835\n", - "12:39:38\tCompleted 3273 to KZ555600: 1852.6340530918046\n", - "12:39:38\tCompleted 3218 to KZ396800: 2183.3939119740617\n", - "12:39:39\tCompleted 3251 to KZ354800: 1315.2140374691921\n", - "12:39:39\tCompleted 3250 to KZ194800: 4605.294948997935\n", - "12:39:39\tCompleted 3238 to KZ196400: 546.1810764817147\n", - "12:39:39\tCompleted 3220 to KZ275400: 2823.32218672178\n", - "12:39:39\tCompleted 3294 to KZ394200: 2760.7805010206894\n", - "12:39:39\tCompleted 3258 to KZ316200: 1262.9550110783114\n", - "12:39:39\tCompleted 3254 to KZ594600: 3208.218667692854\n", - "12:39:40\tCompleted 3241 to KZ595600: 1936.8794908491975\n", - "12:39:40\tCompleted 3267 to KZ615600: 660.2821411379444\n", - "12:39:40\tCompleted 3311 to KZ555600: 1928.1012963873875\n", - "12:39:40\tCompleted 3247 to KZ551000: 1708.144223934293\n", - "12:39:40\tCompleted 3257 to KZ156000: 1957.4738709607493\n", - "12:39:40\tCompleted 3269 to KZ115600: 3203.1300187696256\n", - "12:39:40\tCompleted 3279 to KZ395600: 2168.400999201664\n", - "12:39:40\tCompleted 3264 to KZ635400: 1880.9177549801148\n", - "12:39:40\tCompleted 3246 to KZ431900: 978.6017641056163\n", - "12:39:40\tCompleted 3238 to KZ196800: 466.4699459179201\n", - "12:39:40\tCompleted 3259 to KZ396600: 2488.6440800698033\n", - "12:39:40\tCompleted 3275 to KZ113800: 2944.4537258413425\n", - "12:39:40\tCompleted 3234 to KZ594200: 2174.4341554625817\n", - "12:39:40\tCompleted 3270 to KZ636200: 1322.905006678633\n", - "12:39:40\tCompleted 3290 to KZ191000: 1534.5813810803609\n", - "12:39:40\tCompleted 3293 to KZ632200: 2283.9547647604604\n", - "12:39:41\tCompleted 3307 to KZ394000: 2937.49481688866\n", - "12:39:41\tCompleted 3235 to KZ615400: 1656.6232467238483\n", - "12:39:41\tCompleted 3226 to KZ552200: 1744.6872359940437\n", - "12:39:41\tCompleted 3239 to KZ636800: 4521.724941522376\n", - "12:39:41\tCompleted 3223 to KZ634000: 2903.384192948385\n", - "12:39:41\tCompleted 3271 to KZ395200: 2370.530647207527\n", - "12:39:41\tCompleted 3267 to KZ615800: 320.58294014873434\n", - "12:39:41\tCompleted 3258 to KZ311000: 868.3693812088909\n", - "12:39:41\tCompleted 3272 to KZ475200: 4301.007706235014\n", - "12:39:41\tCompleted 3295 to KZ591000: 2025.043185047983\n", - "12:39:41\tCompleted 3261 to KZ614800: 1662.8787438295524\n", - "12:39:41\tCompleted 3237 to KZ117000: 1708.4351553258011\n", - "12:39:41\tCompleted 3238 to KZ191600: 383.36948905007705\n", - "12:39:41\tCompleted 3266 to KZ471000: 2865.3950024336023\n", - "12:39:41\tCompleted 3227 to KZ276200: 4159.712767503869\n", - "12:39:41\tCompleted 3218 to KZ394800: 1926.4710397216127\n", - "12:39:42\tCompleted 3253 to KZ434600: 2120.4194999688966\n", - "12:39:42\tCompleted 3287 to KZ271000: 3910.940821610146\n", - "12:39:42\tCompleted 3260 to KZ595200: 2378.132182199306\n", - "12:39:42\tCompleted 3246 to KZ434600: 1012.2663345319967\n", - "12:39:42\tCompleted 3233 to KZ636200: 2781.5843131091924\n", - "12:39:42\tCompleted 3265 to KZ392000: 2743.749375456175\n", - "12:39:42\tCompleted 3251 to KZ355200: 1535.2021009620362\n", - "12:39:42\tCompleted 3230 to KZ235600: 4271.800492020204\n", - "12:39:42\tCompleted 3255 to KZ275400: 4636.471968909788\n", - "12:39:42\tCompleted 3263 to KZ153400: 3074.623859318869\n", - "12:39:42\tCompleted 3222 to KZ195800: 3915.5238396005743\n", - "12:39:42\tCompleted 3273 to KZ551000: 1763.769483745551\n", - "12:39:42\tCompleted 3267 to KZ612600: 40.476659571474414\n", - "12:39:42\tCompleted 3224 to KZ351600: 1675.0266646526845\n", - "12:39:42\tCompleted 3281 to KZ555200: 2236.2036189858727\n", - "12:39:42\tCompleted 3219 to KZ614800: 1888.794347130307\n", - "12:39:42\tCompleted 3264 to KZ635000: 1355.644327647666\n", - "12:39:42\tCompleted 3270 to KZ636400: 1080.3191587986225\n", - "12:39:42\tCompleted 3306 to KZ633600: 2363.302499651832\n", - "12:39:43\tCompleted 3238 to KZ195200: 361.7664555527728\n", - "12:39:43\tCompleted 3277 to KZ391600: 2220.775739905368\n", - "12:39:43\tCompleted 3290 to KZ196200: 1300.1742082890264\n", - "12:39:43\tCompleted 3258 to KZ315000: 985.5781974425247\n", - "12:39:43\tCompleted 3240 to KZ395600: 2224.8076011595713\n", - "12:39:43\tCompleted 3308 to KZ474200: 2892.994902564411\n", - "12:39:43\tCompleted 3296 to KZ275000: 2587.7879532040506\n", - "12:39:43\tCompleted 3269 to KZ115200: 2808.630824669612\n", - "12:39:43\tCompleted 3235 to KZ615200: 1394.0398932255684\n", - "12:39:43\tCompleted 3311 to KZ551000: 1791.5780808475247\n", - "12:39:43\tCompleted 3261 to KZ615400: 1404.0425109201042\n", - "12:39:43\tCompleted 3245 to KZ634400: 2250.8410097641117\n", - "12:39:43\tCompleted 3229 to KZ151000: 3397.122826513851\n", - "12:39:44\tCompleted 3247 to KZ556000: 1749.4407322651061\n", - "12:39:44\tCompleted 3246 to KZ434400: 1355.21573349373112:39:44\tCompleted 3267 to KZ616000: 347.7221558813408\n", - "\n", - "12:39:44\tCompleted 3254 to KZ711110: 3344.3853644513324\n", - "12:39:44\tCompleted 3244 to KZ194600: 4324.019751399827\n", - "12:39:44\tCompleted 3238 to KZ195000: 468.3163430647391\n", - "12:39:44\tCompleted 3237 to KZ114400: 1501.3011390783067\n", - "12:39:44\tCompleted 3220 to KZ273600: 1991.281445704327\n", - "12:39:44\tCompleted 3226 to KZ554600: 1816.7723196598774\n", - "12:39:44\tCompleted 3251 to KZ355600: 1308.651266887277\n", - "12:39:44\tCompleted 3242 to KZ276200: 3932.3551197655606\n", - "12:39:44\tCompleted 3241 to KZ596000: 1961.8172627498539\n", - "12:39:44\tCompleted 3258 to KZ314200: 869.7835947712639\n", - "12:39:44\tCompleted 3276 to KZ234600: 4627.169541847377\n", - "12:39:45\tCompleted 3270 to KZ631000: 1295.209346650077\n", - "12:39:45\tCompleted 3248 to KZ275000: 3767.8536266302176\n", - "12:39:45\tCompleted 3218 to KZ395000: 2245.382364519915\n", - "12:39:45\tCompleted 3294 to KZ394400: 2917.725276116595\n", - "12:39:45\tCompleted 3245 to KZ313600: 634.3960345507796\n", - "12:39:45\tCompleted 3224 to KZ354000: 1508.1763275123135\n", - "12:39:45\tCompleted 3234 to KZ596600: 2275.319673039333\n", - "12:39:45\tCompleted 3267 to KZ613800: 511.2949963902216\n", - "12:39:45\tCompleted 3246 to KZ431000: 696.907151131088\n", - "12:39:45\tCompleted 3264 to KZ632200: 1430.6849060542427\n", - "12:39:45\tCompleted 3238 to KZ194400: 280.88912323795995\n", - "12:39:45\tCompleted 3275 to KZ114500: 3407.8338906503727\n", - "12:39:45\tCompleted 3261 to KZ615200: 1141.4591574218243\n", - "12:39:45\tCompleted 3302 to KZ194000: 4104.0866203551195\n", - "12:39:45\tCompleted 3250 to KZ195600: 4682.075516753143\n", - "12:39:46\tCompleted 3251 to KZ352100: 400.4145812905582\n", - "12:39:46\tCompleted 3219 to KZ615400: 1629.9581142208588\n", - "12:39:46\tCompleted 3295 to KZ595600: 2258.9307715699\n", - "12:39:46\tCompleted 3273 to KZ556000: 1805.0659920763642\n", - "12:39:46\tCompleted 3290 to KZ192600: 1573.5251361090548\n", - "12:39:46\tCompleted 3307 to KZ396800: 2683.587274449073\n", - "12:39:46\tCompleted 3257 to KZ154600: 2255.6113017058697\n", - "12:39:46\tCompleted 3260 to KZ591000: 2268.3479109518485\n", - "12:39:46\tCompleted 3246 to KZ435200: 595.2130210701575\n", - "12:39:46\tCompleted 3269 to KZ115400: 2791.4900611937287\n", - "12:39:46\tCompleted 3238 to KZ194600: 230.79142762992194\n", - "12:39:46\tCompleted 3271 to KZ391000: 2566.2369117164867\n", - "12:39:46\tCompleted 3245 to KZ314000: 415.9947412569717\n", - "12:39:47\tCompleted 3253 to KZ434400: 2463.368898930622\n", - "12:39:47\tCompleted 3279 to KZ395800: 2194.9479407077047\n", - "12:39:47\tCompleted 3258 to KZ353200: 1451.7036552828865\n", - "12:39:47\tCompleted 3277 to KZ393600: 2523.2090348947368\n", - "12:39:47\tCompleted 3247 to KZ556800: 1811.0116909498531\n", - "12:39:47\tCompleted 3226 to KZ555600: 1532.0132450629194\n", - "12:39:47\tCompleted 3281 to KZ551600: 1969.6368970003375\n", - "12:39:47\tCompleted 3254 to KZ711410: 3334.519585272306\n", - "12:39:47\tCompleted 3311 to KZ556000: 1839.6994630555419\n", - "12:39:48\tCompleted 3246 to KZ434800: 626.5392819864927\n", - "12:39:48\tCompleted 3238 to KZ194800: 606.108612820966\n", - "12:39:48\tCompleted 3265 to KZ395600: 2620.902724747262312:39:48\tCompleted 3239 to KZ635800: 4971.227189219682\n", - "\n", - "12:39:48\tCompleted 3224 to KZ351000: 1442.1510421624778\n", - "12:39:48\tCompleted 3270 to KZ634600: 1562.8939719503742\n", - "12:39:48\tCompleted 3251 to KZ352200: 1117.207803875395\n", - "12:39:48\tCompleted 3223 to KZ635400: 3411.620106520063\n", - "12:39:48\tCompleted 3227 to KZ271000: 4177.405722918101\n", - "12:39:48\tCompleted 3272 to KZ471800: 4130.61748607428\n", - "12:39:48\tCompleted 3218 to KZ395200: 2274.614746858329\n", - "12:39:48\tCompleted 3259 to KZ394200: 2860.4968948623964\n", - "12:39:48\tCompleted 3245 to KZ314800: 922.0165697181608\n", - "12:39:48\tCompleted 3269 to KZ151000: 1550.1596480867356\n", - "12:39:48\tCompleted 3293 to KZ635200: 2832.364572406583\n", - "12:39:48\tCompleted 3219 to KZ615200: 1367.374760722579\n", - "12:39:48\tCompleted 3222 to KZ196000: 4102.304594989466\n", - "12:39:48\tCompleted 3241 to KZ596200: 1855.228101736841\n", - "12:39:48\tCompleted 3266 to KZ473600: 2446.420236410659\n", - "12:39:48\tCompleted 3264 to KZ635200: 1621.249375440694\n", - "12:39:48\tCompleted 3255 to KZ273600: 3804.431227892289\n", - "12:39:48\tCompleted 3263 to KZ153600: 3367.0276201763936\n", - "12:39:48\tCompleted 3229 to KZ153200: 3401.539409942476\n", - "12:39:48\tCompleted 3235 to KZ616400: 2366.63244412162\n", - "12:39:48\tCompleted 3233 to KZ636400: 2713.018176124735\n", - "12:39:49\tCompleted 3237 to KZ114600: 1971.1432796405416\n", - "12:39:49\tCompleted 3230 to KZ233600: 4154.417089876116\n", - "12:39:49\tCompleted 3287 to KZ274000: 4564.599005329653\n", - "12:39:49\tCompleted 3238 to KZ195600: 282.52075422545755\n", - "12:39:49\tCompleted 3275 to KZ114000: 3169.2144604047157\n", - "12:39:49\tCompleted 3246 to KZ433600: 887.2094623356287\n", - "12:39:49\tCompleted 3258 to KZ353600: 1387.9334335662197\n", - "12:39:49\tCompleted 3290 to KZ196600: 1619.2408601643192\n", - "12:39:49\tCompleted 3220 to KZ276600: 2073.106692403303\n", - "12:39:49\tCompleted 3234 to KZ595000: 2109.7596917270466\n", - "12:39:49\tCompleted 3261 to KZ616400: 2114.0517083178765\n", - "12:39:49\tCompleted 3224 to KZ352000: 1053.4534450078013\n", - "12:39:50\tCompleted 3295 to KZ596000: 1901.745787516815\n", - "12:39:50\tCompleted 3245 to KZ315400: 609.2554510381868\n", - "12:39:50\tCompleted 3270 to KZ634400: 1155.0447124942916\n", - "12:39:50\tCompleted 3253 to KZ431000: 1805.0603165679906\n", - "12:39:50\tCompleted 3308 to KZ474600: 2570.170341746329\n", - "12:39:50\tCompleted 3226 to KZ551000: 1443.1486757166658\n", - "12:39:50\tCompleted 3238 to KZ195800: 321.81577944200495\n", - "12:39:50\tCompleted 3273 to KZ556800: 1866.6369507611112\n", - "12:39:50\tCompleted 3269 to KZ153200: 1487.0736524548788\n", - "12:39:50\tCompleted 3260 to KZ595600: 2502.2354974737686\n", - "12:39:50\tCompleted 3294 to KZ433200: 2440.43721704409\n", - "12:39:51\tCompleted 3246 to KZ434000: 651.2667127460862\n", - "12:39:51\tCompleted 3244 to KZ194800: 4592.135403453833\n", - "12:39:51\tCompleted 3230 to KZ633200: 957.8809108199148\n", - "12:39:51\tCompleted 3306 to KZ633800: 2590.7702225435346\n", - "12:39:51\tCompleted 3242 to KZ271000: 3950.0480751797763\n", - "12:39:51\tCompleted 3257 to KZ154800: 2090.61861271828\n", - "12:39:51\tCompleted 3258 to KZ351600: 962.7235815897686\n", - "12:39:51\tCompleted 3218 to KZ391000: 2135.149608462619\n", - "12:39:51\tCompleted 3251 to KZ352300: 1607.4401896693482\n", - "12:39:51\tCompleted 3247 to KZ554800: 1965.6916596981423\n", - "12:39:51\tCompleted 3254 to KZ711210: 3331.875354714283\n", - "12:39:51\tCompleted 3240 to KZ395800: 2251.354542665616\n", - "12:39:51\tCompleted 3264 to KZ632400: 1490.2049332901913\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:39:51\tCompleted 3237 to KZ114800: 1452.478889530105\n", - "12:39:52\tCompleted 3290 to KZ194200: 1254.684173436554\n", - "12:39:52\tCompleted 3270 to KZ313600: 1028.3573031505998\n", - "12:39:52\tCompleted 3238 to KZ196000: 603.3983170868478\n", - "12:39:52\tCompleted 3276 to KZ234800: 3760.870917682953\n", - "12:39:52\tCompleted 3245 to KZ315600: 1232.116787195814\n", - "12:39:52\tCompleted 3250 to KZ195800: 4495.962389120295\n", - "12:39:52\tCompleted 3307 to KZ394800: 2862.2418431471324\n", - "12:39:52\tCompleted 3277 to KZ396400: 2744.620681568094\n", - "12:39:52\tCompleted 3302 to KZ196400: 4537.240727030757\n", - "12:39:52\tCompleted 3271 to KZ395400: 2609.6008066417994\n", - "12:39:52\tCompleted 3279 to KZ392400: 2104.9740210804666\n", - "12:39:52\tCompleted 3248 to KZ274800: 4303.358538013663\n", - "12:39:52\tCompleted 3296 to KZ274800: 3123.29286458744\n", - "12:39:52\tCompleted 3235 to KZ615600: 1950.94114639874\n", - "12:39:52\tCompleted 3261 to KZ615600: 1698.360410594996\n", - "12:39:53\tCompleted 3272 to KZ593200: 2097.444802031747\n", - "12:39:53\tCompleted 3267 to KZ273200: 2820.2597819827392\n", - "12:39:53\tCompleted 3311 to KZ556800: 2040.3873879274838\n", - "12:39:53\tCompleted 3269 to KZ153400: 2180.5143106525734\n", - "12:39:53\tCompleted 3238 to KZ191000: 306.3325225947399\n", - "12:39:53\tCompleted 3219 to KZ616400: 2339.967311618631\n", - "12:39:53\tCompleted 3226 to KZ556000: 1484.445184047479\n", - "12:39:53\tCompleted 3253 to KZ435200: 1703.36618650706\n", - "12:39:53\tCompleted 3230 to KZ634800: 1442.3275022302087\n", - "12:39:53\tCompleted 3245 to KZ316000: 421.62115066588143\n", - "12:39:53\tCompleted 3270 to KZ314000: 886.7139390022105\n", - "12:39:53\tCompleted 3281 to KZ553200: 2088.584890407045\n", - "12:39:53\tCompleted 3275 to KZ117000: 3215.6741291209382\n", - "12:39:54\tCompleted 3251 to KZ352800: 1144.3302265723619\n", - "12:39:54\tCompleted 3290 to KZ751210: 1202.1315445713979\n", - "12:39:54\tCompleted 3265 to KZ395800: 2923.2868001537463\n", - "12:39:54\tCompleted 3229 to KZ153400: 3290.9527524167975\n", - "12:39:54\tCompleted 3222 to KZ191000: 3793.915442096448\n", - "12:39:54\tCompleted 3295 to KZ596200: 2288.7452371879854\n", - "12:39:54\tCompleted 3238 to KZ196200: 263.9949493661168\n", - "12:39:54\tCompleted 3261 to KZ615800: 1082.5357554926875\n", - "12:39:54\tCompleted 3260 to KZ596000: 2145.0505134206887\n", - "12:39:54\tCompleted 3258 to KZ354000: 1471.5230995512725\n", - "12:39:54\tCompleted 3234 to KZ593600: 2224.3082960113434\n", - "12:39:54\tCompleted 3218 to KZ395400: 2173.5259926612775\n", - "12:39:54\tCompleted 3235 to KZ615800: 1335.1164912964316\n", - "12:39:54\tCompleted 3264 to KZ632800: 1488.1005946811185\n", - "12:39:54\tCompleted 3269 to KZ153600: 1151.9009624782645\n", - "12:39:54\tCompleted 3239 to KZ636200: 4640.140511421505\n", - "12:39:54\tCompleted 3230 to KZ633400: 736.6308615825882\n", - "12:39:55\tCompleted 3270 to KZ314800: 326.7138264519048\n", - "12:39:55\tCompleted 3224 to KZ354800: 1991.0072808031034\n", - "12:39:55\tCompleted 3263 to KZ154000: 3118.604193001368\n", - "12:39:55\tCompleted 3294 to KZ431900: 1921.3933841488797\n", - "12:39:55\tCompleted 3227 to KZ274000: 4831.063906637621\n", - "12:39:55\tCompleted 3223 to KZ635000: 2938.953316608433\n", - "12:39:55\tCompleted 3220 to KZ275000: 1938.804349505668\n", - "12:39:55\tCompleted 3245 to KZ316600: 954.1597954947279\n", - "12:39:55\tCompleted 3273 to KZ554800: 2021.3169195094003\n", - "12:39:55\tCompleted 3247 to KZ556400: 1892.558018872946\n", - "12:39:55\tCompleted 3238 to KZ192600: 289.97373450266815\n", - "12:39:55\tCompleted 3251 to KZ356400: 797.1134584789589\n", - "12:39:55\tCompleted 3290 to KZ751110: 1209.8889038842785\n", - "12:39:56\tCompleted 3233 to KZ631000: 2727.7186997772383\n", - "12:39:56\tCompleted 3254 to KZ711310: 3322.135414021397\n", - "12:39:56\tCompleted 3237 to KZ111010: 1838.661741605194\n", - "12:39:56\tCompleted 3259 to KZ394400: 3017.441669958297\n", - "12:39:56\tCompleted 3270 to KZ315400: 549.3802833753822\n", - "12:39:56\tCompleted 3253 to KZ434800: 1734.6924474233956\n", - "12:39:56\tCompleted 3261 to KZ612600: 1337.6658821136136\n", - "12:39:56\tCompleted 3226 to KZ556800: 1546.0161427322237\n", - "12:39:56\tCompleted 3287 to KZ274200: 4681.944499709197\n", - "12:39:56\tCompleted 3241 to KZ596400: 2143.883290029726\n", - "12:39:56\tCompleted 3245 to KZ316200: 446.44349448410765\n", - "12:39:56\tCompleted 3255 to KZ276600: 3886.256474591275\n", - "12:39:56\tCompleted 3238 to KZ196600: 189.79457393664995\n", - "12:39:56\tCompleted 3269 to KZ154000: 1660.240070074446\n", - "12:39:56\tCompleted 3266 to KZ474200: 2893.044397477181\n", - "12:39:57\tCompleted 3230 to KZ633600: 1250.548623717446\n", - "12:39:57\tCompleted 3219 to KZ615600: 1924.2760138957503\n", - "12:39:57\tCompleted 3264 to KZ636800: 1418.3732211011948\n", - "12:39:57\tCompleted 3279 to KZ396200: 2060.63770949326\n", - "12:39:57\tCompleted 3258 to KZ351000: 1403.1546684509292\n", - "12:39:57\tCompleted 3275 to KZ114400: 3092.9680144481417\n", - "12:39:57\tCompleted 3290 to KZ751310: 1203.0604767595323\n", - "12:39:57\tCompleted 3244 to KZ195600: 4668.91597120904\n", - "12:39:57\tCompleted 3235 to KZ612600: 1590.2466179173578\n", - "12:39:57\tCompleted 3224 to KZ355200: 1275.6271669698551\n", - "12:39:57\tCompleted 3246 to KZ471000: 3084.215583415057\n", - "12:39:57\tCompleted 3306 to KZ634000: 2655.5497301457544\n", - "12:39:57\tCompleted 3272 to KZ595800: 2201.3644120721215\n", - "12:39:57\tCompleted 3245 to KZ311000: 317.8914140654504\n", - "12:39:57\tCompleted 3277 to KZ394000: 2976.555530933915\n", - "12:39:57\tCompleted 3218 to KZ392000: 1970.4318667078182\n", - "12:39:57\tCompleted 3251 to KZ352400: 1130.2558144687655\n", - "12:39:58\tCompleted 3281 to KZ553600: 1823.5945573408958\n", - "12:39:58\tCompleted 3238 to KZ194200: 685.2650182127194\n", - "12:39:58\tCompleted 3311 to KZ554800: 2045.0828759719384\n", - "12:39:58\tCompleted 3242 to KZ274000: 4603.706258899288\n", - "12:39:58\tCompleted 3257 to KZ155200: 2517.5572756200413\n", - "12:39:58\tCompleted 3270 to KZ315600: 888.0799919500197\n", - "12:39:58\tCompleted 3261 to KZ616000: 1047.431110738637512:39:58\tCompleted 3308 to KZ475000: 2940.4993684961064\n", - "\n", - "12:39:58\tCompleted 3302 to KZ196800: 4005.3991247895497\n", - "12:39:58\tCompleted 3271 to KZ392000: 2726.524501722023\n", - "12:39:58\tCompleted 3250 to KZ196000: 4682.743144509246\n", - "12:39:58\tCompleted 3269 to KZ154200: 1583.0846273043858\n", - "12:39:58\tCompleted 3295 to KZ596400: 2062.540216787764\n", - "12:39:58\tCompleted 3307 to KZ395000: 2790.217252838087\n", - "12:39:59\tCompleted 3230 to KZ633800: 1183.0481777896796\n", - "12:39:59\tCompleted 3237 to KZ116000: 1451.6915494215536\n", - "12:39:59\tCompleted 3293 to KZ632400: 2701.3201302560847\n", - "12:39:59\tCompleted 3296 to KZ275800: 2592.8756885758617\n", - "12:39:59\tCompleted 3276 to KZ235200: 3808.5107650463206\n", - "12:39:59\tCompleted 3219 to KZ615800: 1308.451358793442\n", - "12:39:59\tCompleted 3248 to KZ275800: 3772.941362002056\n", - "12:39:59\tCompleted 3294 to KZ434600: 1955.05795457526\n", - "12:39:59\tCompleted 3238 to KZ751210: 365.12339952137216\n", - "12:39:59\tCompleted 3222 to KZ196200: 3559.5082693051327\n", - "12:39:59\tCompleted 3234 to KZ595200: 2221.758429068571\n", - "12:39:59\tCompleted 3245 to KZ315000: 726.421152580941\n", - "12:39:59\tCompleted 3265 to KZ392400: 2649.4737261800738\n", - "12:39:59\tCompleted 3260 to KZ596200: 2532.049963091863\n", - "12:39:59\tCompleted 3235 to KZ616000: 1300.0118465423816\n", - "12:40:00\tCompleted 3273 to KZ556400: 1948.183278684204\n", - "12:40:00\tCompleted 3229 to KZ153600: 3583.356513274322\n", - "12:40:00\tCompleted 3240 to KZ392400: 2161.3806230383725\n", - "12:40:00\tCompleted 3290 to KZ751410: 1220.485455163173\n", - "12:40:00\tCompleted 3226 to KZ554800: 1700.6961114805151\n", - "12:40:00\tCompleted 3264 to KZ635800: 1468.9996548167373\n", - "12:40:00\tCompleted 3288 to KZ113200: 1721.3623051674813\n", - "12:40:00\tCompleted 3270 to KZ316000: 1147.946921158153\n", - "12:40:00\tCompleted 3267 to KZ274400: 2757.3884694694366\n", - "12:40:00\tCompleted 3269 to KZ156000: 1729.375611842861\n", - "12:40:00\tCompleted 3238 to KZ751110: 358.7251238580831\n", - "12:40:01\tCompleted 3261 to KZ613800: 1423.0448860710171\n", - "12:40:01\tCompleted 3230 to KZ634000: 1180.1329203552164\n", - "12:40:01\tCompleted 3253 to KZ433600: 1995.3626277725314\n", - "12:40:01\tCompleted 3247 to KZ554200: 2155.1860572603823\n", - "12:40:01\tCompleted 3258 to KZ352000: 1547.9212587516704\n", - "12:40:01\tCompleted 3245 to KZ314200: 317.77009372189076\n", - "12:40:01\tCompleted 3263 to KZ154200: 3421.2402319706903\n", - "12:40:01\tCompleted 3223 to KZ632200: 2334.8900262412126\n", - "12:40:01\tCompleted 3224 to KZ355600: 1632.776248230448\n", - "12:40:01\tCompleted 3218 to KZ395600: 2283.998072688766\n", - "12:40:01\tCompleted 3239 to KZ636400: 4977.3802459248145\n", - "12:40:01\tCompleted 3220 to KZ274800: 2474.3092608890524\n", - "12:40:01\tCompleted 3238 to KZ751310: 365.21040523232176\n", - "12:40:01\tCompleted 3227 to KZ274200: 4948.409401017159\n", - "12:40:02\tCompleted 3270 to KZ316600: 696.7543821169545\n", - "12:40:02\tCompleted 3272 to KZ593400: 2010.7516747199847\n", - "12:40:02\tCompleted 3251 to KZ356000: 1768.5365768926222\n", - "12:40:02\tCompleted 3219 to KZ612600: 1563.5814854143682\n", - "12:40:02\tCompleted 3241 to KZ594600: 1962.7037621547183\n", - "12:40:02\tCompleted 3290 to KZ751710: 1261.4734869320757\n", - "12:40:02\tCompleted 3254 to KZ555200: 4065.950273242541\n", - "12:40:02\tCompleted 3279 to KZ396600: 2068.5565502844574\n", - "12:40:02\tCompleted 3235 to KZ613800: 1675.6256218747612\n", - "12:40:02\tCompleted 3269 to KZ154600: 1642.260733908995\n", - "12:40:02\tCompleted 3264 to KZ636200: 1330.082571586493\n", - "12:40:02\tCompleted 3281 to KZ552200: 1931.119946620291\n", - "12:40:02\tCompleted 3288 to KZ113400: 1512.58323406531\n", - "12:40:03\tCompleted 3238 to KZ751410: 372.220351337218312:40:03\tCompleted 3255 to KZ275000: 3751.9541316936065\n", - "\n", - "12:40:03\tCompleted 3275 to KZ114600: 3718.431485299576\n", - "12:40:03\tCompleted 3311 to KZ556400: 1982.8167496633816\n", - "12:40:03\tCompleted 3237 to KZ116400: 1680.1000425882416\n", - "12:40:03\tCompleted 3247 to KZ791110: 1116.9559655935177\n", - "12:40:03\tCompleted 3277 to KZ396800: 2722.6479884943283\n", - "12:40:03\tCompleted 3257 to KZ156400: 2096.847275259211\n", - "12:40:03\tCompleted 3226 to KZ556400: 1627.5624706553187\n", - "12:40:03\tCompleted 3233 to KZ634600: 3128.5281770489437\n", - "12:40:03\tCompleted 3295 to KZ594600: 2268.0190683152514\n", - "12:40:03\tCompleted 3245 to KZ353200: 1276.4668466281273\n", - "12:40:03\tCompleted 3307 to KZ395200: 2322.181767763251\n", - "12:40:04\tCompleted 3260 to KZ596400: 2305.8449426916413\n", - "12:40:04\tCompleted 3266 to KZ474600: 2570.219836659099\n", - "12:40:04\tCompleted 3234 to KZ591000: 2111.9741578211133\n", - "12:40:04\tCompleted 3230 to KZ635400: 1625.0384729374496\n", - "12:40:04\tCompleted 3244 to KZ195800: 4482.802843576192\n", - "12:40:04\tCompleted 3270 to KZ316200: 1180.1622232504442\n", - "12:40:04\tCompleted 3271 to KZ395600: 2603.6778510131103\n", - "12:40:04\tCompleted 3253 to KZ434000: 1759.419878182987\n", - "12:40:04\tCompleted 3302 to KZ191600: 4031.1971008496344\n", - "12:40:04\tCompleted 3238 to KZ751710: 404.256420997361912:40:04\tCompleted 3290 to KZ751810: 1207.7173310090247\n", - "\n", - "12:40:04\tCompleted 3219 to KZ616000: 1273.346714039392\n", - "12:40:04\tCompleted 3294 to KZ434400: 2298.0073535369897\n", - "12:40:04\tCompleted 3269 to KZ154800: 1662.0603621884138\n", - "12:40:04\tCompleted 3264 to KZ636400: 1087.4967237064825\n", - "12:40:04\tCompleted 3246 to KZ473600: 2665.240817392114\n", - "12:40:04\tCompleted 3259 to KZ433200: 2558.1419081882314\n", - "12:40:05\tCompleted 3258 to KZ354800: 1643.4859974636481\n", - "12:40:05\tCompleted 3265 to KZ396200: 2457.896812153869\n", - "12:40:05\tCompleted 3224 to KZ352100: 1589.5291302764192\n", - "12:40:05\tCompleted 3247 to KZ791310: 1073.415733712909\n", - "12:40:05\tCompleted 3228 to KZ113200: 1762.8636707517153\n", - "12:40:05\tCompleted 3218 to KZ395800: 2468.732599431397\n", - "12:40:05\tCompleted 3251 to KZ354400: 1561.020698715472\n", - "12:40:05\tCompleted 3229 to KZ154000: 3334.9330860992964\n", - "12:40:05\tCompleted 3273 to KZ554200: 2210.81131707164\n", - "12:40:05\tCompleted 3242 to KZ274200: 4721.051753278835\n", - "12:40:05\tCompleted 3238 to KZ751810: 367.96776454520244\n", - "12:40:05\tCompleted 3241 to KZ711110: 1616.435535506219\n", - "12:40:05\tCompleted 3270 to KZ311000: 785.5765933810235\n", - "12:40:05\tCompleted 3250 to KZ191000: 4374.3539916161735\n", - "12:40:05\tCompleted 3306 to KZ635400: 3100.455282727964\n", - "12:40:05\tCompleted 3222 to KZ192600: 3832.8591971251417\n", - "12:40:05\tCompleted 3293 to KZ632800: 2501.9342412128985\n", - "12:40:06\tCompleted 3230 to KZ635000: 1099.765045605001\n", - "12:40:06\tCompleted 3279 to KZ394200: 1702.8090304463367\n", - "12:40:06\tCompleted 3276 to KZ235600: 3903.5485310667254\n", - "12:40:06\tCompleted 3275 to KZ114800: 2766.0916269763484\n", - "12:40:06\tCompleted 3290 to KZ751910: 1228.858247359433\n", - "12:40:06\tCompleted 3269 to KZ155200: 1405.9177838024889\n", - "12:40:06\tCompleted 3248 to KZ276000: 4188.772387757097\n", - "12:40:06\tCompleted 3308 to KZ475200: 2951.342329280156\n", - "12:40:06\tCompleted 3288 to KZ113600: 1787.855963111947\n", - "12:40:06\tCompleted 3295 to KZ711110: 1516.2513619009717\n", - "12:40:06\tCompleted 3238 to KZ751910: 350.09278000553576\n", - "12:40:06\tCompleted 3296 to KZ276000: 3008.706714330897\n", - "12:40:06\tCompleted 3272 to KZ594200: 2190.6094237834936\n", - "12:40:06\tCompleted 3240 to KZ396200: 2117.044311451171\n", - "12:40:07\tCompleted 3237 to KZ116800: 1710.6203092063065\n", - "12:40:07\tCompleted 3247 to KZ791510: 1050.5352341412558\n", - "12:40:07\tCompleted 3263 to KZ156000: 2994.4894643389107\n", - "12:40:07\tCompleted 3264 to KZ631000: 1302.3869115579369\n", - "12:40:07\tCompleted 3270 to KZ315000: 902.7854096146573\n", - "12:40:07\tCompleted 3220 to KZ275800: 1943.8920848774742\n", - "12:40:07\tCompleted 3245 to KZ353600: 1720.1038330214262\n", - "12:40:07\tCompleted 3226 to KZ554200: 1890.1905090427551\n", - "12:40:07\tCompleted 3273 to KZ791110: 1065.123308193239\n", - "12:40:07\tCompleted 3261 to KZ273200: 4124.543831371597\n", - "12:40:07\tCompleted 3294 to KZ431000: 1639.6987711743514\n", - "12:40:07\tCompleted 3254 to KZ551600: 3799.3835512570136\n", - "12:40:07\tCompleted 3238 to KZ751510: 350.6540560462176\n", - "12:40:08\tCompleted 3219 to KZ613800: 1648.9604893717717\n", - "12:40:08\tCompleted 3239 to KZ631000: 4586.274898089549\n", - "12:40:08\tCompleted 3224 to KZ352200: 1419.9575516536454\n", - "12:40:08\tCompleted 3281 to KZ554600: 2013.2964191221008\n", - "12:40:08\tCompleted 3230 to KZ632200: 1174.805624011579\n", - "12:40:08\tCompleted 3311 to KZ554200: 2234.5772735341775\n", - "12:40:08\tCompleted 3228 to KZ113400: 1554.084599649544\n", - "12:40:08\tCompleted 3290 to KZ751510: 1217.3741852585172\n", - "12:40:08\tCompleted 3260 to KZ594600: 2511.3237942191195\n", - "12:40:08\tCompleted 3267 to KZ275400: 3432.576901426447\n", - "12:40:08\tCompleted 3234 to KZ595600: 2345.861744343032\n", - "12:40:08\tCompleted 3218 to KZ392400: 2069.6324943875675\n", - "12:40:08\tCompleted 3251 to KZ351800: 1582.0554133584978\n", - "12:40:08\tCompleted 3270 to KZ314200: 786.9908069433965\n", - "12:40:08\tCompleted 3269 to KZ156400: 1904.7029623543247\n", - "12:40:08\tCompleted 3241 to KZ711410: 1616.6083385603285\n", - "12:40:09\tCompleted 3247 to KZ791710: 1048.7590538242234\n", - "12:40:09\tCompleted 3277 to KZ394800: 2901.3025571923886\n", - "12:40:09\tCompleted 3243 to KZ113200: 1941.7750036112163\n", - "12:40:09\tCompleted 3223 to KZ635200: 3204.558364401447\n", - "12:40:09\tCompleted 3295 to KZ711410: 1542.3638619844833\n", - "12:40:09\tCompleted 3257 to KZ155600: 2269.5271492981346\n", - "12:40:09\tCompleted 3258 to KZ355200: 1863.4740609564942\n", - "12:40:09\tCompleted 3224 to KZ352300: 658.9337084377141\n", - "12:40:09\tCompleted 3307 to KZ391000: 2517.8880322722116\n", - "12:40:09\tCompleted 3273 to KZ791310: 1021.58307631263\n", - "12:40:09\tCompleted 3302 to KZ195200: 3968.962123984367\n", - "12:40:09\tCompleted 3311 to KZ791110: 751.916226826483\n", - "12:40:09\tCompleted 3255 to KZ274800: 4287.459043077049\n", - "12:40:10\tCompleted 3264 to KZ634600: 1570.0715368582341\n", - "12:40:10\tCompleted 3245 to KZ351600: 1294.893981044975\n", - "12:40:10\tCompleted 3271 to KZ395800: 2906.0619264195943\n", - "12:40:10\tCompleted 3226 to KZ791110: 1381.350143000073\n", - "12:40:10\tCompleted 3275 to KZ111010: 3153.84559754298\n", - "12:40:10\tCompleted 3269 to KZ155600: 1308.029706095601\n", - "12:40:10\tCompleted 3259 to KZ431900: 2039.0980752930263\n", - "12:40:10\tCompleted 3235 to KZ273200: 4377.124567175341\n", - "12:40:10\tCompleted 3288 to KZ113800: 1967.201987780847\n", - "12:40:10\tCompleted 3265 to KZ396600: 2465.8156529450584\n", - "12:40:10\tCompleted 3230 to KZ635200: 1365.370093398029\n", - "12:40:10\tCompleted 3233 to KZ634400: 2708.1661901545244\n", - "12:40:10\tCompleted 3294 to KZ435200: 1538.0046411134208\n", - "12:40:10\tCompleted 3253 to KZ471000: 4192.368748851955\n", - "12:40:11\tCompleted 3260 to KZ711110: 1759.5560878048548\n", - "12:40:11\tCompleted 3250 to KZ196200: 4139.946818824817\n", - "12:40:11\tCompleted 3270 to KZ353200: 1368.708834387957\n", - "12:40:11\tCompleted 3229 to KZ154200: 3637.5691250686186\n", - "12:40:11\tCompleted 3237 to KZ111810: 1739.3594098185554\n", - "12:40:11\tCompleted 3311 to KZ791310: 708.3759949458739\n", - "12:40:11\tCompleted 3247 to KZ611600: 1305.6195890993479\n", - "12:40:11\tCompleted 3266 to KZ475000: 2940.5488634088765\n", - "12:40:11\tCompleted 3273 to KZ791510: 998.7025767409771\n", - "12:40:11\tCompleted 3279 to KZ394400: 2130.815381772339\n", - "12:40:11\tCompleted 3228 to KZ113600: 1829.357328696181\n", - "12:40:11\tCompleted 3295 to KZ711210: 1543.5256234113817\n", - "12:40:11\tCompleted 3243 to KZ113400: 1732.9959325090451\n", - "12:40:11\tCompleted 3246 to KZ474200: 3111.864978458636\n", - "12:40:11\tCompleted 3272 to KZ596600: 2291.494941360244\n", - "12:40:12\tCompleted 3222 to KZ196600: 3878.574921180413\n", - "12:40:12\tCompleted 3264 to KZ634400: 1162.2222774021516\n", - "12:40:12\tCompleted 3241 to KZ711210: 1586.253952893913\n", - "12:40:12\tCompleted 3218 to KZ396200: 2509.6614168972833\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:40:12\tCompleted 3224 to KZ352800: 1394.1875861475032\n", - "12:40:12\tCompleted 3244 to KZ196000: 4669.583598965144\n", - "12:40:12\tCompleted 3226 to KZ791310: 1337.8099111194645\n", - "12:40:12\tCompleted 3257 to KZ156800: 1771.5069935187303\n", - "12:40:12\tCompleted 3258 to KZ355600: 1636.9232268817348\n", - "12:40:12\tCompleted 3237 to KZ116600: 399.5067158488992\n", - "12:40:12\tCompleted 3234 to KZ596000: 1988.6767602899495\n", - "12:40:12\tCompleted 3245 to KZ354000: 1372.626197215512512:40:12\tCompleted 3306 to KZ635000: 2575.1818553955436\n", - "\n", - "12:40:12\tCompleted 3293 to KZ636800: 2629.4884180670892\n", - "12:40:12\tCompleted 3311 to KZ791510: 685.4954953742209\n", - "12:40:12\tCompleted 3230 to KZ632400: 1234.3256512475261\n", - "12:40:12\tCompleted 3263 to KZ154600: 3292.6268950840254\n", - "12:40:12\tCompleted 3276 to KZ233600: 3786.1651289226697\n", - "12:40:13\tCompleted 3269 to KZ156800: 2006.9232627737044\n", - "12:40:13\tCompleted 3233 to KZ313600: 1177.1982495436773\n", - "12:40:13\tCompleted 3247 to KZ613600: 1159.2470368614274\n", - "12:40:13\tCompleted 3248 to KZ276200: 3908.1586010231867\n", - "12:40:13\tCompleted 3273 to KZ791710: 996.9263964239445\n", - "12:40:13\tCompleted 3270 to KZ353600: 1304.9386126712902\n", - "12:40:13\tCompleted 3254 to KZ553200: 3918.3315446637102\n", - "12:40:13\tCompleted 3264 to KZ313600: 1020.5878924906461\n", - "12:40:13\tCompleted 3279 to KZ433200: 1263.932880395648712:40:13\tCompleted 3296 to KZ276200: 2728.0929275969925\n", - "\n", - "12:40:13\tCompleted 3260 to KZ711410: 1785.6685878883663\n", - "12:40:13\tCompleted 3288 to KZ114500: 1834.3240032348817\n", - "12:40:13\tCompleted 3308 to KZ471800: 2780.95210911943\n", - "12:40:13\tCompleted 3240 to KZ396600: 2124.963152242363\n", - "12:40:14\tCompleted 3294 to KZ434800: 1569.3309020297563\n", - "12:40:14\tCompleted 3220 to KZ276000: 2359.7231106325285\n", - "12:40:14\tCompleted 3261 to KZ274400: 4061.6725188583164\n", - "12:40:14\tCompleted 3258 to KZ352100: 728.6865412850163\n", - "12:40:14\tCompleted 3251 to KZ393200: 2280.128531615597\n", - "12:40:14\tCompleted 3311 to KZ791710: 683.7193150571884\n", - "12:40:14\tCompleted 3275 to KZ116000: 3203.548287629868\n", - "12:40:14\tCompleted 3277 to KZ395000: 2829.2779668833423\n", - "12:40:14\tCompleted 3295 to KZ711310: 1555.3829828673136\n", - "12:40:14\tCompleted 3281 to KZ555600: 2377.1272823375825\n", - "12:40:14\tCompleted 3239 to KZ634600: 5045.0044255550165\n", - "12:40:14\tCompleted 3230 to KZ632800: 1232.2213126384538\n", - "12:40:14\tCompleted 3233 to KZ314000: 959.6319848999852\n", - "12:40:14\tCompleted 3224 to KZ356400: 1413.2660132722494\n", - "12:40:15\tCompleted 3238 to KZ231000: 4215.753255582577\n", - "12:40:15\tCompleted 3279 to KZ431900: 744.8890475004298\n", - "12:40:15\tCompleted 3307 to KZ395400: 2561.2519271975243\n", - "12:40:15\tCompleted 3243 to KZ113600: 2008.268661555682\n", - "12:40:15\tCompleted 3247 to KZ614000: 1106.1069899471036\n", - "12:40:15\tCompleted 3264 to KZ314000: 878.9445283422567\n", - "12:40:15\tCompleted 3290 to KZ231000: 2657.945115540629\n", - "12:40:15\tCompleted 3270 to KZ351600: 879.7287606948391\n", - "12:40:15\tCompleted 3267 to KZ273600: 2600.5361604089853\n", - "12:40:15\tCompleted 3245 to KZ351000: 1306.6009118656768\n", - "12:40:15\tCompleted 3241 to KZ711310: 1607.8463414325022\n", - "12:40:15\tCompleted 3276 to KZ633200: 1240.4475557985525\n", - "12:40:15\tCompleted 3218 to KZ396600: 2421.3665490447424\n", - "12:40:15\tCompleted 3302 to KZ195000: 4420.592227525071\n", - "12:40:15\tCompleted 3226 to KZ791510: 1314.9294115478115\n", - "12:40:15\tCompleted 3228 to KZ113800: 2008.703353365081\n", - "12:40:15\tCompleted 3273 to KZ611600: 1253.7869316990689\n", - "12:40:15\tCompleted 3257 to KZ193200: 1643.18085709452\n", - "12:40:16\tCompleted 3219 to KZ273200: 4350.459434672351\n", - "12:40:16\tCompleted 3259 to KZ434600: 2072.7626457194065\n", - "12:40:16\tCompleted 3271 to KZ392400: 2632.248852445922\n", - "12:40:16\tCompleted 3311 to KZ611600: 940.5798503323127\n", - "12:40:16\tCompleted 3264 to KZ314800: 318.9444157919511\n", - "12:40:16\tCompleted 3265 to KZ394200: 2837.66846773765\n", - "12:40:16\tCompleted 3279 to KZ434600: 778.5536179268101\n", - "12:40:16\tCompleted 3260 to KZ711210: 1786.8303493152648\n", - "12:40:16\tCompleted 3255 to KZ275800: 3757.041867065445\n", - "12:40:16\tCompleted 3223 to KZ632400: 2997.215401595072\n", - "12:40:16\tCompleted 3250 to KZ192600: 4413.297746644867\n", - "12:40:16\tCompleted 3230 to KZ636800: 1162.4939390585296\n", - "12:40:16\tCompleted 3253 to KZ473600: 3773.3939828290013\n", - "12:40:16\tCompleted 3272 to KZ595000: 2125.9349600479572\n", - "12:40:16\tCompleted 3229 to KZ156000: 3210.818357436839\n", - "12:40:17\tCompleted 3258 to KZ352200: 1445.4797638698528\n", - "12:40:17\tCompleted 3288 to KZ114000: 1781.2633570287073\n", - "12:40:17\tCompleted 3245 to KZ352000: 856.523188447703\n", - "12:40:17\tCompleted 3264 to KZ315400: 541.6108727154284\n", - "12:40:17\tCompleted 3233 to KZ314800: 1458.919289774447\n", - "12:40:17\tCompleted 3222 to KZ194200: 3506.665983002699\n", - "12:40:17\tCompleted 3224 to KZ352400: 1478.4530803629061\n", - "12:40:17\tCompleted 3273 to KZ613600: 1107.4143794611484\n", - "12:40:17\tCompleted 3240 to KZ394200: 1759.2156324042462\n", - "12:40:17\tCompleted 3311 to KZ613600: 794.2072980943924\n", - "12:40:17\tCompleted 3270 to KZ354000: 1388.528278656343\n", - "12:40:18\tCompleted 3247 to KZ613900: 1384.030261963551\n", - "12:40:18\tCompleted 3295 to KZ555200: 1762.7306211054854\n", - "12:40:18\tCompleted 3218 to KZ394200: 1807.5875174337532\n", - "12:40:18\tCompleted 3234 to KZ596200: 2375.676209961118\n", - "12:40:18\tCompleted 3275 to KZ116400: 2994.9044537875247\n", - "12:40:18\tCompleted 3226 to KZ791710: 1313.1532312307788\n", - "12:40:18\tCompleted 3235 to KZ274400: 4314.253254662084\n", - "12:40:18\tCompleted 3308 to KZ593200: 1966.9100184878193\n", - "12:40:18\tCompleted 3294 to KZ433600: 1830.001082378892\n", - "12:40:18\tCompleted 3279 to KZ434400: 1121.5030168885457\n", - "12:40:18\tCompleted 3237 to KZ115600: 1863.7073355539992\n", - "12:40:18\tCompleted 3230 to KZ635800: 1213.1203727740726\n", - "12:40:18\tCompleted 3254 to KZ553600: 3869.3345428986872\n", - "12:40:18\tCompleted 3306 to KZ632200: 2280.881972635726\n", - "12:40:19\tCompleted 3264 to KZ315600: 869.3693316828724\n", - "12:40:19\tCompleted 3243 to KZ113800: 2187.614686224575\n", - "12:40:19\tCompleted 3293 to KZ635800: 2680.114851782654\n", - "12:40:19\tCompleted 3276 to KZ634800: 1724.894147208847\n", - "12:40:19\tCompleted 3220 to KZ276200: 2079.109323898616\n", - "12:40:19\tCompleted 3228 to KZ114500: 1875.8253688191157\n", - "12:40:19\tCompleted 3260 to KZ711310: 1798.6877087711966\n", - "12:40:19\tCompleted 3311 to KZ614000: 741.0672511800685\n", - "12:40:19\tCompleted 3224 to KZ356000: 820.0300956609891\n", - "12:40:19\tCompleted 3246 to KZ474600: 2789.040417640554\n", - "12:40:19\tCompleted 3277 to KZ395200: 2361.2424818085074\n", - "12:40:19\tCompleted 3273 to KZ614000: 1054.2743325468246\n", - "12:40:19\tCompleted 3269 to KZ193200: 4620.29034376144\n", - "12:40:19\tCompleted 3263 to KZ154800: 3127.6342060964253\n", - "12:40:19\tCompleted 3266 to KZ475200: 2951.391824192926\n", - "12:40:19\tCompleted 3251 to KZ393400: 2102.388962715732\n", - "12:40:19\tCompleted 3279 to KZ431000: 463.1944345259016\n", - "12:40:19\tCompleted 3233 to KZ315400: 1146.1581710944731\n", - "12:40:20\tCompleted 3288 to KZ117000: 1703.8957004753113\n", - "12:40:20\tCompleted 3270 to KZ351000: 1320.1598475559997\n", - "12:40:20\tCompleted 3296 to KZ271000: 2745.785883011208\n", - "12:40:20\tCompleted 3230 to KZ636200: 1074.2032895438279\n", - "12:40:20\tCompleted 3244 to KZ191000: 4361.1944460720715\n", - "12:40:20\tCompleted 3281 to KZ551000: 2006.2125414706734\n", - "12:40:20\tCompleted 3247 to KZ612000: 1252.7417229920156\n", - "12:40:20\tCompleted 3261 to KZ275400: 4736.860950815387\n", - "12:40:20\tCompleted 3264 to KZ316000: 1140.1775104981991\n", - "12:40:20\tCompleted 3257 to KZ193400: 1848.0697341099606\n", - "12:40:20\tCompleted 3307 to KZ392000: 2678.175622277748\n", - "12:40:20\tCompleted 3248 to KZ271000: 3925.8515564374025\n", - "12:40:21\tCompleted 3218 to KZ394400: 1985.8302219706175\n", - "12:40:21\tCompleted 3276 to KZ633400: 1019.1975065612262\n", - "12:40:21\tCompleted 3279 to KZ435200: 361.50030446497107\n", - "12:40:21\tCompleted 3258 to KZ352300: 1935.7121496638063\n", - "12:40:21\tCompleted 3302 to KZ194400: 4238.377154066083\n", - "12:40:21\tCompleted 3239 to KZ634400: 4566.722388466861\n", - "12:40:21\tCompleted 3226 to KZ611600: 1570.0137665059033\n", - "12:40:21\tCompleted 3311 to KZ613900: 1018.9905231965166\n", - "12:40:21\tCompleted 3272 to KZ593600: 2240.4835643322563\n", - "12:40:21\tCompleted 3294 to KZ434000: 1594.0583327893478\n", - "12:40:21\tCompleted 3295 to KZ551600: 1820.691524736717\n", - "12:40:21\tCompleted 3237 to KZ115200: 1469.2081414539616\n", - "12:40:21\tCompleted 3241 to KZ555200: 2349.470646290623\n", - "12:40:21\tCompleted 3271 to KZ396200: 2440.671938419717\n", - "12:40:21\tCompleted 3230 to KZ636400: 831.6174416638178\n", - "12:40:22\tCompleted 3238 to KZ234000: 4424.363732950274\n", - "12:40:22\tCompleted 3219 to KZ274400: 4287.588122159089\n", - "12:40:22\tCompleted 3264 to KZ316600: 688.9849714570007\n", - "12:40:22\tCompleted 3273 to KZ613900: 1332.197604563272\n", - "12:40:22\tCompleted 3260 to KZ555200: 1808.6551119232035\n", - "12:40:22\tCompleted 3267 to KZ276600: 2682.3614071079714\n", - "12:40:22\tCompleted 3259 to KZ434400: 2415.712044681131\n", - "12:40:22\tCompleted 3279 to KZ434800: 392.82656538130635\n", - "12:40:22\tCompleted 3265 to KZ394400: 2994.6132428335522\n", - "12:40:22\tCompleted 3250 to KZ196600: 4459.013470700122\n", - "12:40:22\tCompleted 3224 to KZ354400: 1392.0567208119128\n", - "12:40:22\tCompleted 3290 to KZ234000: 2866.5555929083075\n", - "12:40:22\tCompleted 3275 to KZ116800: 3321.135799348988\n", - "12:40:22\tCompleted 3257 to KZ193600: 1148.0044651573064\n", - "12:40:22\tCompleted 3247 to KZ614400: 1310.563061403354112:40:22\tCompleted 3243 to KZ114500: 2054.7367016786166\n", - "\n", - "12:40:22\tCompleted 3234 to KZ596400: 2149.4711895608993\n", - "12:40:22\tCompleted 3245 to KZ354800: 1855.457150506302512:40:22\tCompleted 3228 to KZ114000: 1822.7647226129413\n", - "\n", - "12:40:23\tCompleted 3229 to KZ154600: 3508.9557881819537\n", - "12:40:23\tCompleted 3270 to KZ352000: 1464.926437856741\n", - "12:40:23\tCompleted 3218 to KZ433200: 1362.4115418174144\n", - "12:40:23\tCompleted 3308 to KZ595800: 2070.8296285281967\n", - "12:40:23\tCompleted 3311 to KZ612000: 887.7019842249806\n", - "12:40:23\tCompleted 3255 to KZ276000: 4172.872892820485\n", - "12:40:23\tCompleted 3240 to KZ394400: 2187.221983730246\n", - "12:40:23\tCompleted 3223 to KZ632800: 2570.2953273582034\n", - "12:40:23\tCompleted 3230 to KZ631000: 1046.5076295152717\n", - "12:40:23\tCompleted 3253 to KZ474200: 4220.018143895523\n", - "12:40:23\tCompleted 3279 to KZ433600: 653.4967457304422\n", - "12:40:23\tCompleted 3224 to KZ351800: 634.1347185644906\n", - "12:40:24\tCompleted 3233 to KZ315600: 1665.599683915106212:40:24\tCompleted 3288 to KZ114400: 1830.1355405839104\n", - "\n", - "12:40:24\tCompleted 3254 to KZ552200: 3760.866600876974\n", - "12:40:24\tCompleted 3226 to KZ613600: 1423.6412142679808\n", - "12:40:24\tCompleted 3264 to KZ316200: 1172.3928125904904\n", - "12:40:24\tCompleted 3273 to KZ612000: 1200.9090655917366\n", - "12:40:24\tCompleted 3276 to KZ633600: 1533.1152686960838\n", - "12:40:24\tCompleted 3257 to KZ194000: 1128.7662643460617\n", - "12:40:24\tCompleted 3237 to KZ115400: 1446.5874788558679\n", - "12:40:24\tCompleted 3258 to KZ352800: 1472.6021865668197\n", - "12:40:24\tCompleted 3277 to KZ391000: 2556.948746317467\n", - "12:40:24\tCompleted 3220 to KZ271000: 2096.80227931284\n", - "12:40:24\tCompleted 3251 to KZ391600: 1958.2594597312093\n", - "12:40:25\tCompleted 3247 to KZ614600: 1100.2146888719187\n", - "12:40:25\tCompleted 3279 to KZ434000: 417.55399614089964\n", - "12:40:25\tCompleted 3222 to KZ751210: 3461.4656055875116\n", - "12:40:25\tCompleted 3311 to KZ614400: 945.5233226363189\n", - "12:40:25\tCompleted 3260 to KZ551600: 1866.616015554435\n", - "12:40:25\tCompleted 3218 to KZ431900: 1491.4628561141296\n", - "12:40:25\tCompleted 3245 to KZ355200: 1334.5994324404492\n", - "12:40:25\tCompleted 3240 to KZ433200: 1320.33948235356\n", - "12:40:25\tCompleted 3281 to KZ556000: 2054.3339236786906\n", - "12:40:25\tCompleted 3233 to KZ316000: 839.3606060516099\n", - "12:40:25\tCompleted 3306 to KZ635200: 2840.7869031885575\n", - "12:40:25\tCompleted 3230 to KZ634600: 1314.1922548155692\n", - "12:40:25\tCompleted 3293 to KZ636200: 2541.197768552398\n", - "12:40:26\tCompleted 3264 to KZ311000: 777.8071827210697\n", - "12:40:26\tCompleted 3243 to KZ114000: 2001.676055472442412:40:26\tCompleted 3239 to KZ313600: 3441.560319343752312:40:26\tCompleted 3295 to KZ553200: 2058.298990983999\n", - "\n", - "\n", - "12:40:26\tCompleted 3269 to KZ193400: 4825.1792207768995\n", - "12:40:26\tCompleted 3270 to KZ354800: 1560.4911765687186\n", - "12:40:26\tCompleted 3228 to KZ117000: 1745.3970660595453\n", - "12:40:26\tCompleted 3226 to KZ614000: 1370.5011673536587\n", - "12:40:26\tCompleted 3244 to KZ196200: 4126.787273280714\n", - "12:40:26\tCompleted 3272 to KZ595200: 2237.9336973894815\n", - "12:40:26\tCompleted 3259 to KZ431000: 1757.403462318498\n", - "12:40:26\tCompleted 3307 to KZ395600: 2555.328971568835\n", - "12:40:26\tCompleted 3311 to KZ614600: 735.1749501048837\n", - "12:40:26\tCompleted 3273 to KZ614400: 1258.7304040030751\n", - "12:40:26\tCompleted 3275 to KZ111810: 3360.666600395479\n", - "12:40:26\tCompleted 3235 to KZ275400: 4989.441686619138\n", - "12:40:26\tCompleted 3258 to KZ356400: 1125.385418473417\n", - "12:40:26\tCompleted 3302 to KZ194600: 4248.89412007058512:40:26\tCompleted 3246 to KZ475000: 3159.3694443903314\n", - "\n", - "12:40:27\tCompleted 3257 to KZ196400: 1561.9203710216655\n", - "12:40:27\tCompleted 3261 to KZ273600: 3904.820209797865\n", - "12:40:27\tCompleted 3271 to KZ396600: 2448.5907792109065\n", - "12:40:27\tCompleted 3241 to KZ551600: 2082.9039243050956\n", - "12:40:27\tCompleted 3263 to KZ155200: 3554.572868998178\n", - "12:40:27\tCompleted 3240 to KZ431900: 801.2956494583412\n", - "12:40:27\tCompleted 3308 to KZ593400: 1880.2168911760564\n", - "12:40:27\tCompleted 3230 to KZ634400: 906.3429953594867\n", - "12:40:27\tCompleted 3276 to KZ633800: 1465.6148227683177\n", - "12:40:27\tCompleted 3250 to KZ194200: 4087.104532522379\n", - "12:40:27\tCompleted 3234 to KZ594600: 2354.950041088383\n", - "12:40:27\tCompleted 3288 to KZ114600: 1938.5346329713402\n", - "12:40:27\tCompleted 3266 to KZ471800: 2781.0016040322002\n", - "12:40:27\tCompleted 3264 to KZ315000: 895.0159989547035\n", - "12:40:28\tCompleted 3218 to KZ434600: 1529.362380364335\n", - "12:40:28\tCompleted 3224 to KZ393200: 1748.31216430777312:40:28\tCompleted 3296 to KZ274000: 3399.4440667307354\n", - "\n", - "12:40:28\tCompleted 3248 to KZ274000: 4579.509740156911\n", - "12:40:28\tCompleted 3237 to KZ151000: 1669.178268011849\n", - "12:40:28\tCompleted 3265 to KZ433200: 2535.3134810634865\n", - "12:40:28\tCompleted 3229 to KZ154800: 3343.9630991943536\n", - "12:40:28\tCompleted 3257 to KZ196800: 1030.0787687804852\n", - "12:40:28\tCompleted 3267 to KZ275000: 2548.05906421033\n", - "12:40:28\tCompleted 3233 to KZ316600: 1487.3514701356605\n", - "12:40:28\tCompleted 3294 to KZ471000: 4027.0072034583122\n", - "12:40:28\tCompleted 3245 to KZ355600: 1497.2261179336472\n", - "12:40:28\tCompleted 3240 to KZ434600: 834.9602198847216\n", - "12:40:28\tCompleted 3273 to KZ614600: 1048.38203147164\n", - "12:40:29\tCompleted 3247 to KZ614800: 1581.8354942430253\n", - "12:40:29\tCompleted 3260 to KZ553200: 2158.812321237591\n", - "12:40:29\tCompleted 3219 to KZ275400: 4962.776554116145\n", - "12:40:29\tCompleted 3311 to KZ614800: 1216.795755475992\n", - "12:40:29\tCompleted 3243 to KZ117000: 1924.3083989190463\n", - "12:40:29\tCompleted 3264 to KZ314200: 779.2213962834427\n", - "12:40:29\tCompleted 3295 to KZ553600: 1775.905929528767\n", - "12:40:29\tCompleted 3254 to KZ554600: 3817.0569394496665\n", - "12:40:29\tCompleted 3238 to KZ234200: 4875.309439471238\n", - "12:40:29\tCompleted 3226 to KZ613900: 1648.4244393701063\n", - "12:40:29\tCompleted 3277 to KZ395400: 2600.3126412427796\n", - "12:40:29\tCompleted 3253 to KZ474600: 3897.1935830774414\n", - "12:40:29\tCompleted 3258 to KZ352400: 1458.5277744632233\n", - "12:40:29\tCompleted 3259 to KZ435200: 1655.7093322575674\n", - "12:40:30\tCompleted 3230 to KZ313600: 1362.6725916737466\n", - "12:40:30\tCompleted 3255 to KZ276200: 3892.2591060865757\n", - "12:40:30\tCompleted 3239 to KZ314000: 3223.9940547000624\n", - "12:40:30\tCompleted 3290 to KZ234200: 3317.501299429253\n", - "12:40:30\tCompleted 3275 to KZ116600: 2903.038269615867\n", - "12:40:30\tCompleted 3228 to KZ114400: 1871.6369061681444\n", - "12:40:30\tCompleted 3257 to KZ191600: 1055.8767448405738\n", - "12:40:30\tCompleted 3270 to KZ355200: 1780.4792400615647\n", - "12:40:30\tCompleted 3224 to KZ393400: 1264.7212061448151\n", - "12:40:30\tCompleted 3223 to KZ636800: 2772.335857618909\n", - "12:40:30\tCompleted 3276 to KZ634000: 1462.6995653338547\n", - "12:40:30\tCompleted 3218 to KZ434400: 1514.3132764739903\n", - "12:40:30\tCompleted 3251 to KZ393600: 2260.6927547205814\n", - "12:40:30\tCompleted 3245 to KZ352100: 1060.8569407402217\n", - "12:40:30\tCompleted 3234 to KZ711110: 1603.1823346741062\n", - "12:40:30\tCompleted 3233 to KZ316200: 990.0807381271212\n", - "12:40:31\tCompleted 3240 to KZ434400: 1177.9096188464573\n", - "12:40:31\tCompleted 3311 to KZ615400: 957.9595225665422\n", - "12:40:31\tCompleted 3222 to KZ751110: 3469.222964900393\n", - "12:40:31\tCompleted 3272 to KZ591000: 2128.149426142024\n", - "12:40:31\tCompleted 3247 to KZ615400: 1322.9992613335774\n", - "12:40:31\tCompleted 3269 to KZ193600: 4039.388385167719\n", - "12:40:31\tCompleted 3281 to KZ556800: 2255.021848550625\n", - "12:40:31\tCompleted 3293 to KZ636400: 2298.611920672436\n", - "12:40:31\tCompleted 3237 to KZ153200: 1673.5948514404981\n", - "12:40:32\tCompleted 3220 to KZ274000: 2750.4604630323565\n", - "12:40:32\tCompleted 3257 to KZ195200: 993.6417679753005\n", - "12:40:32\tCompleted 3264 to KZ353200: 1349.9981741208096\n", - "12:40:32\tCompleted 3273 to KZ614800: 1530.0028368427463\n", - "12:40:32\tCompleted 3230 to KZ314000: 1221.0292275253603\n", - "12:40:32\tCompleted 3279 to KZ471000: 2850.5028668098707\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:40:32\tCompleted 3226 to KZ612000: 1517.135900398571\n", - "12:40:32\tCompleted 3240 to KZ431000: 519.6010364838131\n", - "12:40:32\tCompleted 3233 to KZ311000: 850.6519984980056\n", - "12:40:32\tCompleted 3308 to KZ594200: 2060.0746402395675\n", - "12:40:32\tCompleted 3224 to KZ391600: 1131.8264670065887\n", - "12:40:32\tCompleted 3260 to KZ553600: 2001.0147642267204\n", - "12:40:32\tCompleted 3266 to KZ593200: 1926.23665977524412:40:32\tCompleted 3311 to KZ615200: 695.3761690682622\n", - "\n", - "12:40:32\tCompleted 3244 to KZ192600: 4400.138201100765\n", - "12:40:32\tCompleted 3241 to KZ553200: 2201.851917711801\n", - "12:40:32\tCompleted 3263 to KZ156400: 3133.8628686374113\n", - "12:40:33\tCompleted 3243 to KZ114400: 2050.5482390276456\n", - "12:40:33\tCompleted 3250 to KZ751210: 4041.9041551071923\n", - "12:40:33\tCompleted 3306 to KZ632400: 2709.74246103805912:40:33\tCompleted 3265 to KZ431900: 2016.2696481682801\n", - "\n", - "12:40:33\tCompleted 3302 to KZ194800: 4517.00977212459\n", - "12:40:33\tCompleted 3245 to KZ352200: 1284.4074213568445\n", - "12:40:33\tCompleted 3271 to KZ394200: 2820.443594003497\n", - "12:40:33\tCompleted 3307 to KZ395800: 2857.7130469753183\n", - "12:40:33\tCompleted 3261 to KZ276600: 3986.6454564968512\n", - "12:40:33\tCompleted 3247 to KZ615200: 1060.4159078352973\n", - "12:40:33\tCompleted 3295 to KZ552200: 1900.8340471972454\n", - "12:40:33\tCompleted 3230 to KZ314800: 661.0291149750545\n", - "12:40:33\tCompleted 3288 to KZ114800: 2296.770162324647\n", - "12:40:33\tCompleted 3240 to KZ435200: 417.90690642288257\n", - "12:40:33\tCompleted 3270 to KZ355600: 1553.9284059868053\n", - "12:40:33\tCompleted 3246 to KZ475200: 3170.212405174381\n", - "12:40:34\tCompleted 3228 to KZ114600: 1980.0359985555742\n", - "12:40:34\tCompleted 3218 to KZ431000: 1851.947947829211\n", - "12:40:34\tCompleted 3234 to KZ711410: 1629.2948347576178\n", - "12:40:34\tCompleted 3235 to KZ273600: 4157.400945601593\n", - "12:40:34\tCompleted 3257 to KZ195000: 1445.2718715159856\n", - "12:40:34\tCompleted 3273 to KZ615400: 1271.1666039332983\n", - "12:40:34\tCompleted 3259 to KZ434800: 1687.035593173903\n", - "12:40:34\tCompleted 3229 to KZ155200: 3770.9017620961063\n", - "12:40:34\tCompleted 3258 to KZ356000: 2096.80853688708\n", - "12:40:34\tCompleted 3233 to KZ315000: 1263.3238726372267\n", - "12:40:34\tCompleted 3264 to KZ353600: 1286.22795240414312:40:34\tCompleted 3240 to KZ434800: 449.23316733921786\n", - "12:40:34\tCompleted 3237 to KZ153400: 1563.008193914792\n", - "\n", - "12:40:35\tCompleted 3230 to KZ315400: 883.695571898532\n", - "12:40:35\tCompleted 3275 to KZ115600: 3178.5117467532727\n", - "12:40:35\tCompleted 3239 to KZ314800: 3723.281359574492\n", - "12:40:35\tCompleted 3226 to KZ614400: 1574.9572388099093\n", - "12:40:35\tCompleted 3277 to KZ392000: 2717.2363363230033\n", - "12:40:35\tCompleted 3270 to KZ352100: 645.6917203900869\n", - "12:40:35\tCompleted 3245 to KZ352300: 1122.375410737875\n", - "12:40:35\tCompleted 3276 to KZ635400: 1907.605117916088\n", - "12:40:35\tCompleted 3254 to KZ555600: 4381.087789943497\n", - "12:40:35\tCompleted 3294 to KZ473600: 3608.032437435369\n", - "12:40:35\tCompleted 3296 to KZ274200: 3516.789561110181\n", - "12:40:36\tCompleted 3224 to KZ393600: 1602.370498501199\n", - "12:40:36\tCompleted 3240 to KZ433600: 709.9033476883536\n", - "12:40:36\tCompleted 3248 to KZ274200: 4696.855234536457\n", - "12:40:36\tCompleted 3311 to KZ616400: 1667.9687199643142\n", - "12:40:36\tCompleted 3260 to KZ552200: 2126.025349915848\n", - "12:40:36\tCompleted 3273 to KZ615200: 1008.5832504350184\n", - "12:40:36\tCompleted 3272 to KZ595600: 2362.037012663944\n", - "12:40:36\tCompleted 3257 to KZ194400: 1263.0567980570113\n", - "12:40:36\tCompleted 3264 to KZ351600: 861.0181004276918\n", - "12:40:36\tCompleted 3255 to KZ271000: 3909.9520615007914\n", - "12:40:36\tCompleted 3219 to KZ273600: 4130.735813098603\n", - "12:40:36\tCompleted 3233 to KZ314200: 856.1272294333403\n", - "12:40:36\tCompleted 3251 to KZ396400: 2482.104401393947\n", - "12:40:36\tCompleted 3308 to KZ596600: 1887.9449660460082\n", - "12:40:36\tCompleted 3269 to KZ194000: 4105.875751012953\n", - "12:40:36\tCompleted 3243 to KZ114600: 2158.9473314150755\n", - "12:40:37\tCompleted 3218 to KZ435200: 1942.7597412192733\n", - "12:40:37\tCompleted 3253 to KZ475000: 4267.522609827227\n", - "12:40:37\tCompleted 3230 to KZ315600: 1157.1611895767503\n", - "12:40:37\tCompleted 3241 to KZ553600: 1936.8615846456544\n", - "12:40:37\tCompleted 3288 to KZ111010: 1834.1222867547042\n", - "12:40:37\tCompleted 3240 to KZ434000: 565.3149267912495\n", - "12:40:37\tCompleted 3267 to KZ274800: 3083.5639755937195\n", - "12:40:37\tCompleted 3245 to KZ352800: 1258.6374558507025\n", - "12:40:37\tCompleted 3234 to KZ711210: 1630.4565961845162\n", - "12:40:37\tCompleted 3226 to KZ614600: 1364.608866278474112:40:37\tCompleted 3295 to KZ554600: 2038.422779375109\n", - "\n", - "12:40:37\tCompleted 3265 to KZ434600: 2049.9342185946603\n", - "12:40:37\tCompleted 3238 to KZ234600: 4990.479737909343\n", - "12:40:37\tCompleted 3222 to KZ751310: 3462.394537775647\n", - "12:40:37\tCompleted 3290 to KZ234600: 3432.6715978673074\n", - "12:40:38\tCompleted 3281 to KZ554800: 2259.71733659508\n", - "12:40:38\tCompleted 3266 to KZ595800: 2030.1562698156213\n", - "12:40:38\tCompleted 3276 to KZ635000: 1382.331690583639\n", - "12:40:38\tCompleted 3275 to KZ115200: 2784.0125526532593\n", - "12:40:38\tCompleted 3228 to KZ114800: 2338.271527908879\n", - "12:40:38\tCompleted 3250 to KZ751110: 4049.6615144200737\n", - "12:40:38\tCompleted 3270 to KZ352200: 1362.4849429749233\n", - "12:40:38\tCompleted 3257 to KZ194600: 1273.573764061518\n", - "12:40:38\tCompleted 3293 to KZ631000: 2513.502108523840412:40:38\tCompleted 3247 to KZ616400: 2033.0084587313493\n", - "\n", - "12:40:38\tCompleted 3279 to KZ473600: 2431.5281007869276\n", - "12:40:38\tCompleted 3311 to KZ615600: 1252.2774222414348\n", - "12:40:38\tCompleted 3220 to KZ274200: 2867.8059574117933\n", - "12:40:38\tCompleted 3264 to KZ354000: 1369.8176183891956\n", - "12:40:38\tCompleted 3263 to KZ155600: 3306.5427426762712\n", - "12:40:38\tCompleted 3258 to KZ354400: 1889.29265870993\n", - "12:40:38\tCompleted 3298 to KZ113200: 1644.5428629747257\n", - "12:40:39\tCompleted 3259 to KZ433600: 1947.7057735230387\n", - "12:40:39\tCompleted 3307 to KZ392400: 2583.8999730016467\n", - "12:40:39\tCompleted 3223 to KZ635800: 3136.623409416293\n", - "12:40:39\tCompleted 3244 to KZ196600: 4445.853925156019\n", - "12:40:39\tCompleted 3233 to KZ353200: 1340.0925032032062\n", - "12:40:39\tCompleted 3302 to KZ195600: 4593.790339879804\n", - "12:40:39\tCompleted 3271 to KZ394400: 2977.3883690994003\n", - "12:40:39\tCompleted 3224 to KZ396400: 1643.7129702656916\n", - "12:40:39\tCompleted 3237 to KZ153600: 1855.4119547722655\n", - "12:40:39\tCompleted 3218 to KZ434800: 1864.325976942548\n", - "12:40:39\tCompleted 3239 to KZ315400: 3410.52024089454\n", - "12:40:39\tCompleted 3261 to KZ275000: 3852.3431135991827\n", - "12:40:39\tCompleted 3245 to KZ356400: 1277.7158829754485\n", - "12:40:39\tCompleted 3230 to KZ316000: 1482.2622096813027\n", - "12:40:40\tCompleted 3306 to KZ632800: 2498.861449088164\n", - "12:40:40\tCompleted 3311 to KZ615800: 636.452767139126\n", - "12:40:40\tCompleted 3277 to KZ395600: 2594.3896856140905\n", - "12:40:40\tCompleted 3260 to KZ554600: 2198.110433581679\n", - "12:40:40\tCompleted 3229 to KZ156400: 3350.1917617353397\n", - "12:40:40\tCompleted 3272 to KZ596000: 2004.8520286108621\n", - "12:40:40\tCompleted 3273 to KZ616400: 1981.1758013310703\n", - "12:40:40\tCompleted 3288 to KZ116000: 1802.9533678774433\n", - "12:40:40\tCompleted 3234 to KZ711310: 1642.313955640448\n", - "12:40:40\tCompleted 3276 to KZ632200: 1457.3722689902158\n", - "12:40:40\tCompleted 3249 to KZ113200: 3472.7554657946444\n", - "12:40:40\tCompleted 3254 to KZ551000: 3835.9591957273424\n", - "12:40:41\tCompleted 3246 to KZ471800: 2999.822185013655\n", - "12:40:41\tCompleted 3264 to KZ351000: 1301.4491872888523\n", - "12:40:41\tCompleted 3226 to KZ614800: 1846.2296716495807\n", - "12:40:41\tCompleted 3298 to KZ113400: 1435.7637918725545\n", - "12:40:41\tCompleted 3275 to KZ115400: 2766.871789177376\n", - "12:40:41\tCompleted 3257 to KZ194800: 1541.6894161155212\n", - "12:40:41\tCompleted 3295 to KZ555600: 1867.4268681670058\n", - "12:40:41\tCompleted 3230 to KZ316600: 1031.069670640104\n", - "12:40:41\tCompleted 3308 to KZ595000: 1995.400176504034\n", - "12:40:41\tCompleted 3311 to KZ612600: 891.5828937600515\n", - "12:40:41\tCompleted 3235 to KZ276600: 4239.2261923005735\n", - "12:40:42\tCompleted 3218 to KZ433600: 1679.969505092397\n", - "12:40:42\tCompleted 3245 to KZ352400: 1342.9029500661052\n", - "12:40:42\tCompleted 3228 to KZ111010: 1875.6236523389382\n", - "12:40:42\tCompleted 3266 to KZ593400: 1839.5435324634811\n", - "12:40:42\tCompleted 3241 to KZ552200: 2044.3869739250497\n", - "12:40:42\tCompleted 3219 to KZ276600: 4212.56105979758512:40:42\tCompleted 3259 to KZ434000: 1711.7630239334944\n", - "\n", - "12:40:42\tCompleted 3258 to KZ351800: 1910.3273733529559\n", - "12:40:42\tCompleted 3221 to KZ113200: 1798.5919172152119\n", - "12:40:42\tCompleted 3265 to KZ434400: 2392.883617556386\n", - "12:40:42\tCompleted 3294 to KZ474200: 4054.656598501891\n", - "12:40:42\tCompleted 3255 to KZ274000: 4563.610245220299\n", - "12:40:42\tCompleted 3247 to KZ615600: 1617.317161008469\n", - "12:40:43\tCompleted 3237 to KZ154000: 1606.9885275972988\n", - "12:40:43\tCompleted 3270 to KZ352300: 1852.7173287688768\n", - "12:40:43\tCompleted 3275 to KZ151000: 1525.5413760703802\n", - "12:40:43\tCompleted 3311 to KZ616000: 601.3481223850754\n", - "12:40:43\tCompleted 3251 to KZ394000: 2714.039250759768\n", - "12:40:43\tCompleted 3269 to KZ196400: 4539.029857688591\n", - "12:40:43\tCompleted 3243 to KZ114800: 2517.182860768376\n", - "12:40:43\tCompleted 3260 to KZ555600: 1913.351358984724\n", - "12:40:43\tCompleted 3264 to KZ352000: 1446.2157775895935\n", - "12:40:43\tCompleted 3222 to KZ751410: 3479.8195161792864\n", - "12:40:43\tCompleted 3267 to KZ275800: 2553.1467995821413\n", - "12:40:43\tCompleted 3226 to KZ615400: 1587.3934387401325\n", - "12:40:44\tCompleted 3250 to KZ751310: 4042.833087295328\n", - "12:40:44\tCompleted 3224 to KZ394000: 1711.4140965924794\n", - "12:40:44\tCompleted 3263 to KZ156800: 2808.5225868969083\n", - "12:40:44\tCompleted 3234 to KZ555200: 1539.2100138365734\n", - "12:40:44\tCompleted 3240 to KZ471000: 2906.9094687677825\n", - "12:40:44\tCompleted 3257 to KZ195600: 1618.4699838707306\n", - "12:40:44\tCompleted 3290 to KZ234800: 2566.372973702914\n", - "12:40:44\tCompleted 3245 to KZ356000: 1283.471797961149\n", - "12:40:44\tCompleted 3273 to KZ615600: 1565.48450360819\n", - "12:40:44\tCompleted 3276 to KZ635200: 1647.936738376667\n", - "12:40:44\tCompleted 3281 to KZ556400: 2197.4512102865247\n", - "12:40:44\tCompleted 3307 to KZ396200: 2392.323058975442\n", - "12:40:44\tCompleted 3298 to KZ113600: 1711.0365209191914\n", - "12:40:44\tCompleted 3288 to KZ116400: 1925.3547156369625\n", - "12:40:44\tCompleted 3238 to KZ234800: 4124.181113744862\n", - "12:40:44\tCompleted 3275 to KZ153200: 1462.4553804385234\n", - "12:40:44\tCompleted 3271 to KZ433200: 2518.088607329334\n", - "12:40:44\tCompleted 3239 to KZ315600: 3929.961753715192\n", - "12:40:44\tCompleted 3233 to KZ353600: 2022.9641436429772\n", - "12:40:44\tCompleted 3295 to KZ551000: 1778.5622988207522\n", - "12:40:44\tCompleted 3244 to KZ194200: 4073.944986978277\n", - "12:40:45\tCompleted 3247 to KZ615800: 1001.492505906161\n", - "12:40:45\tCompleted 3230 to KZ316200: 1514.4775117735937\n", - "12:40:45\tCompleted 3253 to KZ475200: 4278.365570611281\n", - "12:40:45\tCompleted 3246 to KZ593200: 1950.6482864962234\n", - "12:40:45\tCompleted 3311 to KZ613800: 976.961897717455\n", - "12:40:45\tCompleted 3263 to KZ193200: 695.6786519379059\n", - "12:40:45\tCompleted 3293 to KZ634600: 2781.1867338241354\n", - "12:40:45\tCompleted 3228 to KZ116000: 1844.4547334616773\n", - "12:40:45\tCompleted 3218 to KZ434000: 2415.173198257591\n", - "12:40:45\tCompleted 3279 to KZ474200: 2878.1522618534495\n", - "12:40:45\tCompleted 3272 to KZ596200: 2391.8514782820303\n", - "12:40:46\tCompleted 3270 to KZ352800: 1389.6073656718902\n", - "12:40:46\tCompleted 3249 to KZ113400: 3550.616502599982\n", - "12:40:46\tCompleted 3221 to KZ113400: 1674.3251509812749\n", - "12:40:46\tCompleted 3277 to KZ395800: 2896.7737610205745\n", - "12:40:46\tCompleted 3254 to KZ556000: 3884.080577935356\n", - "12:40:46\tCompleted 3265 to KZ431000: 1734.5750351937518\n", - "12:40:46\tCompleted 3273 to KZ615800: 949.6598485058821\n", - "12:40:46\tCompleted 3261 to KZ274800: 4387.848024982636\n", - "12:40:46\tCompleted 3306 to KZ636800: 2637.9107488490636\n", - "\n", - "12:40:46\tCompleted 3245 to KZ354400: 1100.66856063967612:40:46\tCompleted 3264 to KZ354800: 1541.7805163015714\n", - "12:40:46\tCompleted 3226 to KZ615200: 1324.8100852418527\n", - "12:40:46\tCompleted 3223 to KZ636200: 2890.751427518026\n", - "12:40:46\tCompleted 3260 to KZ551000: 1824.4867896384703\n", - "12:40:46\tCompleted 3229 to KZ155600: 3522.8716357741996\n", - "12:40:46\tCompleted 3257 to KZ195800: 1432.3568562378805\n", - "12:40:46\tCompleted 3302 to KZ195800: 4407.677212246956\n", - "12:40:46\tCompleted 3263 to KZ193400: 900.5675289533464\n", - "12:40:47\tCompleted 3218 to KZ471000: 626.7351007969387\n", - "12:40:47\tCompleted 3275 to KZ153400: 2155.89603863622\n", - "12:40:47\tCompleted 3308 to KZ593600: 2109.9487807883274\n", - "12:40:47\tCompleted 3243 to KZ111010: 2054.5349851984392\n", - "12:40:47\tCompleted 3234 to KZ551600: 1597.1709174678049\n", - "12:40:47\tCompleted 3276 to KZ632400: 1516.8922962261645\n", - "12:40:47\tCompleted 3230 to KZ311000: 1119.8918819041733\n", - "12:40:47\tCompleted 3266 to KZ594200: 2019.4012815269925\n", - "12:40:47\tCompleted 3270 to KZ356400: 1042.3905975784876\n", - "12:40:47\tCompleted 3247 to KZ612600: 1256.6226325270866\n", - "12:40:47\tCompleted 3263 to KZ193600: 457.99888431131814\n", - "12:40:48\tCompleted 3241 to KZ554600: 2126.5634464268583\n", - "12:40:48\tCompleted 3237 to KZ154200: 1909.62456656662\n", - "12:40:48\tCompleted 3218 to KZ473600: 210.10348052446318\n", - "12:40:48\tCompleted 3298 to KZ113800: 1890.3825455880915\n", - "12:40:48\tCompleted 3288 to KZ116800: 1712.9558619449367\n", - "12:40:48\tCompleted 3275 to KZ153600: 1127.2826904619103\n", - "12:40:48\tCompleted 3219 to KZ275000: 4078.2587168999175\n", - "12:40:48\tCompleted 3269 to KZ196800: 4007.1882554473827\n", - "12:40:48\tCompleted 3295 to KZ556000: 1819.8588071515653\n", - "12:40:48\tCompleted 3245 to KZ351800: 1097.5764208646515\n", - "12:40:48\tCompleted 3239 to KZ316000: 3103.7226758517104\n", - "12:40:48\tCompleted 3258 to KZ393200: 2608.40049161003212:40:48\tCompleted 3233 to KZ351600: 1603.1021909309625\n", - "\n", - "12:40:48\tCompleted 3224 to KZ396800: 1842.8858973828223\n", - "12:40:48\tCompleted 3273 to KZ612600: 1204.7899751268078\n", - "12:40:49\tCompleted 3263 to KZ194000: 64.21320343559641\n", - "12:40:49\tCompleted 3271 to KZ431900: 1999.044774434127\n", - "12:40:49\tCompleted 3235 to KZ275000: 4104.923849402906\n", - "12:40:49\tCompleted 3222 to KZ751710: 3520.807547948189\n", - "12:40:49\tCompleted 3228 to KZ116400: 1966.8560812211965\n", - "12:40:49\tCompleted 3257 to KZ196000: 1619.137611626801\n", - "12:40:49\tCompleted 3218 to KZ474200: 654.384495840492\n", - "12:40:49\tCompleted 3255 to KZ274200: 4680.955739599843\n", - "12:40:49\tCompleted 3221 to KZ113600: 1608.2739132839367\n", - "12:40:49\tCompleted 3265 to KZ435200: 1632.8809051328212\n", - "12:40:49\tCompleted 3260 to KZ556000: 1865.7832979692835\n", - "12:40:49\tCompleted 3259 to KZ471000: 4144.711894602461\n", - "12:40:49\tCompleted 3294 to KZ474600: 3731.832037683809\n", - "12:40:49\tCompleted 3264 to KZ355200: 1761.7685797944173\n", - "12:40:49\tCompleted 3307 to KZ396600: 2400.2418997666314\n", - "12:40:49\tCompleted 3251 to KZ396800: 2460.131708320181\n", - "12:40:49\tCompleted 3247 to KZ616000: 966.3878611521104\n", - "12:40:50\tCompleted 3250 to KZ751410: 4060.258065698967\n", - "12:40:50\tCompleted 3246 to KZ595800: 2054.5678965366005\n", - "12:40:50\tCompleted 3275 to KZ154000: 1635.6217980580907\n", - "12:40:50\tCompleted 3230 to KZ315000: 1237.1006981378068\n", - "12:40:50\tCompleted 3240 to KZ473600: 2487.9347027448393\n", - "12:40:50\tCompleted 3276 to KZ632800: 1514.7879576170917\n", - "12:40:50\tCompleted 3270 to KZ352400: 1375.5329535682938\n", - "12:40:50\tCompleted 3244 to KZ751210: 4028.7446095630903\n", - "12:40:50\tCompleted 3290 to KZ235200: 2614.012821066291\n", - "12:40:50\tCompleted 3281 to KZ554200: 2393.2822460688194\n", - "12:40:50\tCompleted 3272 to KZ596400: 2165.646457881812\n", - "12:40:50\tCompleted 3273 to KZ616000: 914.5552037518315\n", - "12:40:50\tCompleted 3249 to KZ113600: 3229.1336207602208\n", - "12:40:50\tCompleted 3263 to KZ196400: 614.4181658650538\n", - "12:40:50\tCompleted 3243 to KZ116000: 2023.3660663211783\n", - "12:40:50\tCompleted 3218 to KZ474600: 331.55993502241466\n", - "12:40:50\tCompleted 3226 to KZ616400: 2297.4026361379047\n", - "12:40:50\tCompleted 3237 to KZ156000: 1482.8737989348283\n", - "12:40:51\tCompleted 3298 to KZ114500: 1757.5045610421262\n", - "12:40:51\tCompleted 3234 to KZ553200: 1889.3672231509609\n", - "12:40:51\tCompleted 3277 to KZ392400: 2622.960687046902\n", - "12:40:51\tCompleted 3288 to KZ111810: 1734.8199549680655\n", - "12:40:51\tCompleted 3267 to KZ276000: 2968.9778253371765\n", - "12:40:51\tCompleted 3238 to KZ235200: 4171.820961108229\n", - "12:40:51\tCompleted 3229 to KZ156800: 2999.867606748834\n", - "12:40:51\tCompleted 3257 to KZ191000: 1310.7484587337558\n", - "12:40:51\tCompleted 3263 to KZ196800: 191.4749965518029\n", - "12:40:51\tCompleted 3275 to KZ154200: 1558.4663552880304\n", - "12:40:51\tCompleted 3233 to KZ354000: 1436.2518537905914\n", - "12:40:51\tCompleted 3253 to KZ471800: 4107.975350450545\n", - "12:40:52\tCompleted 3281 to KZ791110: 295.81177133976365\n", - "12:40:52\tCompleted 3295 to KZ556800: 1881.4297658363123\n", - "12:40:52\tCompleted 3218 to KZ475000: 701.888961772214912:40:52\tCompleted 3254 to KZ556800: 4084.7685028072933\n", - "\n", - "12:40:52\tCompleted 3266 to KZ596600: 1887.994460958778\n", - "12:40:52\tCompleted 3279 to KZ474600: 2555.3277010353677\n", - "12:40:52\tCompleted 3224 to KZ394800: 1583.1586708072216\n", - "12:40:52\tCompleted 3230 to KZ314200: 1121.3060954665464\n", - "12:40:52\tCompleted 3308 to KZ595200: 2107.398913845561\n", - "12:40:52\tCompleted 3256 to KZ113200: 1801.1729653392617\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:40:52\tCompleted 3261 to KZ275800: 3857.430848971021\n", - "12:40:52\tCompleted 3263 to KZ191600: 108.37453968395995\n", - "12:40:52\tCompleted 3221 to KZ113800: 1621.4554361080636\n", - "12:40:52\tCompleted 3228 to KZ116800: 1754.4572275291707\n", - "12:40:52\tCompleted 3247 to KZ613800: 1342.0016364844903\n", - "12:40:52\tCompleted 3229 to KZ193200: 362.9023518548965\n", - "12:40:52\tCompleted 3265 to KZ434800: 1664.2071660491567\n", - "12:40:53\tCompleted 3293 to KZ634400: 2373.3374743680697\n", - "12:40:53\tCompleted 3302 to KZ196000: 4594.457967635902\n", - "12:40:53\tCompleted 3273 to KZ613800: 1290.1689790842113\n", - "12:40:53\tCompleted 3260 to KZ556800: 1927.3542566540305\n", - "12:40:53\tCompleted 3281 to KZ791310: 273.53022237936545\n", - "12:40:53\tCompleted 3276 to KZ636800: 1445.060584037168\n", - "12:40:53\tCompleted 3306 to KZ635800: 2688.5371825646284\n", - "12:40:53\tCompleted 3264 to KZ355600: 1535.2177457196578\n", - "12:40:53\tCompleted 3257 to KZ196200: 1076.341285942421\n", - "12:40:53\tCompleted 3271 to KZ434600: 2032.7093448605074\n", - "12:40:53\tCompleted 3239 to KZ316600: 3751.713539935731\n", - "12:40:53\tCompleted 3218 to KZ475200: 712.731922556263\n", - "12:40:53\tCompleted 3275 to KZ156000: 1704.7573398265056\n", - "12:40:53\tCompleted 3263 to KZ195200: 86.77150618665569\n", - "12:40:54\tCompleted 3223 to KZ636400: 2827.7558529482612\n", - "12:40:54\tCompleted 3246 to KZ593400: 1863.9551591844604\n", - "12:40:54\tCompleted 3288 to KZ116600: 1248.1834339819227\n", - "12:40:54\tCompleted 3258 to KZ393400: 2430.660922710171\n", - "12:40:54\tCompleted 3229 to KZ193400: 567.7912288703372\n", - "12:40:54\tCompleted 3269 to KZ191600: 4032.9862315074674\n", - "12:40:54\tCompleted 3311 to KZ273200: 3678.460843018056\n", - "12:40:54\tCompleted 3241 to KZ555600: 2490.394309642341\n", - "12:40:54\tCompleted 3226 to KZ615600: 1881.711338415024\n", - "12:40:54\tCompleted 3293 to KZ313600: 756.8924991547452\n", - "12:40:54\tCompleted 3233 to KZ351000: 1370.2265684407557\n", - "12:40:54\tCompleted 3281 to KZ791510: 283.6479983756339\n", - "12:40:54\tCompleted 3245 to KZ393200: 2211.7538666079304\n", - "12:40:54\tCompleted 3249 to KZ113800: 3057.8864205904547\n", - "12:40:54\tCompleted 3219 to KZ274800: 4613.76362828339\n", - "12:40:54\tCompleted 3298 to KZ114000: 1704.4439148359518\n", - "12:40:54\tCompleted 3243 to KZ116400: 2145.7674140806935\n", - "12:40:55\tCompleted 3222 to KZ751810: 3467.0513920251387\n", - "12:40:55\tCompleted 3263 to KZ195000: 497.769666359371612:40:55\tCompleted 3264 to KZ352100: 626.9810601229395\n", - "\n", - "12:40:55\tCompleted 3218 to KZ471800: 542.3417023955277\n", - "12:40:55\tCompleted 3237 to KZ154600: 1781.01122967996\n", - "12:40:55\tCompleted 3256 to KZ113400: 1592.3938942370905\n", - "12:40:55\tCompleted 3270 to KZ356000: 2013.8137159921507\n", - "12:40:55\tCompleted 3234 to KZ553600: 1731.5696661400902\n", - "12:40:55\tCompleted 3307 to KZ394200: 2772.0947145592195\n", - "12:40:55\tCompleted 3257 to KZ192600: 1349.6922137624497\n", - "12:40:55\tCompleted 3293 to KZ314000: 538.491205860937312:40:55\tCompleted 3272 to KZ594600: 2371.125309409295\n", - "\n", - "12:40:55\tCompleted 3230 to KZ353200: 1489.8649234438178\n", - "12:40:55\tCompleted 3229 to KZ193600: 542.0477211420632\n", - "12:40:55\tCompleted 3281 to KZ791710: 255.1480590253452\n", - "12:40:56\tCompleted 3250 to KZ751710: 4101.24609746787\n", - "12:40:56\tCompleted 3295 to KZ554800: 2036.1097345846015\n", - "12:40:56\tCompleted 3253 to KZ593200: 2074.8026664080157\n", - "12:40:56\tCompleted 3275 to KZ154600: 1617.6424618926396\n", - "12:40:56\tCompleted 3276 to KZ635800: 1495.6870177527105\n", - "12:40:56\tCompleted 3228 to KZ111810: 1776.3213205522995\n", - "12:40:56\tCompleted 3277 to KZ396200: 2431.3837730206974\n", - "12:40:56\tCompleted 3233 to KZ352000: 981.5289712860791\n", - "12:40:56\tCompleted 3263 to KZ194400: 233.26881297349257\n", - "12:40:56\tCompleted 3251 to KZ394800: 2638.7862770182332\n", - "12:40:56\tCompleted 3244 to KZ751110: 4036.501968875971712:40:56\tCompleted 3259 to KZ473600: 3725.73712857951\n", - "\n", - "12:40:56\tCompleted 3226 to KZ615800: 1265.8866833127158\n", - "12:40:56\tCompleted 3294 to KZ475000: 4102.161064433587\n", - "12:40:57\tCompleted 3260 to KZ554800: 2082.03422540232\n", - "12:40:57\tCompleted 3266 to KZ595000: 1954.7268177914589\n", - "12:40:57\tCompleted 3265 to KZ433600: 1924.8773463982925\n", - "12:40:57\tCompleted 3229 to KZ194000: 397.59295228739467\n", - "12:40:57\tCompleted 3281 to KZ611600: 223.37978381051457\n", - "12:40:57\tCompleted 3240 to KZ474200: 2934.5588638113613\n", - "12:40:57\tCompleted 3290 to KZ235600: 2709.050587086696\n", - "12:40:57\tCompleted 3293 to KZ314800: 1044.5130343221265\n", - "12:40:57\tCompleted 3264 to KZ352200: 1343.774282707776\n", - "12:40:57\tCompleted 3235 to KZ274800: 4640.428760786383\n", - "12:40:57\tCompleted 3263 to KZ194600: 326.07155890490395\n", - "12:40:57\tCompleted 3308 to KZ591000: 1997.6146425981017\n", - "12:40:57\tCompleted 3254 to KZ554800: 4088.745063655014\n", - "12:40:57\tCompleted 3288 to KZ115600: 1898.8923031716204\n", - "12:40:57\tCompleted 3257 to KZ196600: 1395.407937817714\n", - "12:40:58\tCompleted 3221 to KZ114500: 1910.236162193362\n", - "12:40:58\tCompleted 3243 to KZ116800: 1933.3685603886718\n", - "12:40:58\tCompleted 3298 to KZ117000: 1627.0762582825557\n", - "12:40:58\tCompleted 3245 to KZ393400: 1728.162908444975\n", - "12:40:58\tCompleted 3275 to KZ154800: 1637.442090172059112:40:58\tCompleted 3239 to KZ316200: 3254.4428079272084\n", - "\n", - "12:40:58\tCompleted 3272 to KZ711110: 1619.3576029950189\n", - "12:40:58\tCompleted 3230 to KZ353600: 1419.670437725874\n", - "12:40:58\tCompleted 3229 to KZ196400: 281.6418657820436\n", - "12:40:58\tCompleted 3238 to KZ235600: 4266.858727128666\n", - "12:40:58\tCompleted 3276 to KZ636200: 1356.7699345224662\n", - "12:40:58\tCompleted 3224 to KZ395000: 1904.8743499286686\n", - "12:40:58\tCompleted 3237 to KZ154800: 1616.0185406923586\n", - "12:40:58\tCompleted 3258 to KZ391600: 2286.531419725661\n", - "12:40:58\tCompleted 3246 to KZ594200: 2043.812908247971812:40:58\tCompleted 3281 to KZ613600: 258.5178568164906\n", - "\n", - "12:40:58\tCompleted 3293 to KZ315400: 731.7519156421525\n", - "12:40:58\tCompleted 3271 to KZ434400: 2375.6587438222336\n", - "12:40:58\tCompleted 3249 to KZ114500: 3521.266585399485\n", - "12:40:59\tCompleted 3263 to KZ194800: 594.1872109589077\n", - "12:40:59\tCompleted 3218 to KZ593200: 2573.3654790810942\n", - "12:40:59\tCompleted 3267 to KZ276200: 2688.364038603272\n", - "12:40:59\tCompleted 3302 to KZ191000: 4286.068814742829\n", - "12:40:59\tCompleted 3228 to KZ116600: 1503.0460321005078\n", - "12:40:59\tCompleted 3234 to KZ552200: 1856.580251829218\n", - "12:40:59\tCompleted 3256 to KZ113600: 1867.6666232837274\n", - "12:40:59\tCompleted 3257 to KZ194200: 1030.85125108995\n", - "12:40:59\tCompleted 3229 to KZ196800: 308.8938910676369\n", - "12:40:59\tCompleted 3226 to KZ612600: 1521.016809933642\n", - "12:40:59\tCompleted 3241 to KZ551000: 2119.4795687754245\n", - "12:40:59\tCompleted 3261 to KZ276000: 4273.261874726069\n", - "12:41:00\tCompleted 3270 to KZ354400: 1806.2978378150005\n", - "12:41:00\tCompleted 3295 to KZ556400: 1962.976093759405\n", - "12:41:00\tCompleted 3279 to KZ475000: 2925.656727785145\n", - "12:41:00\tCompleted 3273 to KZ273200: 3991.6679243847925\n", - "12:41:00\tCompleted 3275 to KZ155200: 1381.2995117861344\n", - "12:41:00\tCompleted 3281 to KZ614000: 303.8766954890668\n", - "12:41:00\tCompleted 3269 to KZ195200: 3970.7512546422\n", - "12:41:00\tCompleted 3263 to KZ195600: 554.7855521778015\n", - "12:41:00\tCompleted 3276 to KZ636400: 1114.1840866424557\n", - "12:41:00\tCompleted 3230 to KZ351600: 998.3975601889499\n", - "12:41:00\tCompleted 3306 to KZ636200: 2549.6200993343723\n", - "12:41:00\tCompleted 3265 to KZ434000: 1688.9345968087482\n", - "12:41:00\tCompleted 3260 to KZ556400: 2008.9005845771233\n", - "12:41:00\tCompleted 3253 to KZ595800: 2178.722276448392\n", - "12:41:00\tCompleted 3222 to KZ751910: 3488.192308375546\n", - "12:41:00\tCompleted 3229 to KZ191600: 225.7934341997939\n", - "12:41:00\tCompleted 3247 to KZ273200: 4043.5005817850683\n", - "12:41:01\tCompleted 3293 to KZ315600: 1354.6132517997803\n", - "12:41:01\tCompleted 3257 to KZ751210: 978.2986222247929\n", - "12:41:01\tCompleted 3250 to KZ751810: 4047.4899415448194\n", - "12:41:01\tCompleted 3264 to KZ352300: 1834.0066685017293\n", - "12:41:01\tCompleted 3272 to KZ711410: 1645.4701030785304\n", - "12:41:01\tCompleted 3307 to KZ394400: 2929.039489655125\n", - "12:41:01\tCompleted 3219 to KZ275800: 4083.346452271756\n", - "12:41:01\tCompleted 3245 to KZ391600: 1595.2681693067495\n", - "12:41:01\tCompleted 3311 to KZ274400: 3615.58953050478\n", - "12:41:01\tCompleted 3223 to KZ631000: 2836.885814186072\n", - "12:41:01\tCompleted 3224 to KZ395200: 1458.1755003433411\n", - "12:41:01\tCompleted 3281 to KZ613900: 546.7069700497558\n", - "12:41:01\tCompleted 3243 to KZ111810: 1955.2326534118006\n", - "12:41:01\tCompleted 3277 to KZ396600: 2439.3026138118867\n", - "12:41:01\tCompleted 3263 to KZ195800: 368.67242454495164\n", - "12:41:01\tCompleted 3244 to KZ751310: 4029.673541751226\n", - "12:41:01\tCompleted 3233 to KZ354800: 1919.0828070813814\n", - "12:41:02\tCompleted 3221 to KZ114000: 1718.31852264023\n", - "12:41:02\tCompleted 3298 to KZ114400: 1753.3160983911548\n", - "12:41:02\tCompleted 3288 to KZ115200: 2092.37441765788\n", - "12:41:02\tCompleted 3251 to KZ395000: 2566.761686709195\n", - "12:41:02\tCompleted 3229 to KZ195200: 303.10039928460236\n", - "12:41:02\tCompleted 3271 to KZ431000: 1717.3501614595987\n", - "12:41:02\tCompleted 3226 to KZ616000: 1230.7820385586658\n", - "12:41:02\tCompleted 3293 to KZ316000: 539.549491163383\n", - "12:41:02\tCompleted 3266 to KZ593600: 2069.2754220757524\n", - "12:41:02\tCompleted 3275 to KZ156400: 1880.084690337970412:41:02\tCompleted 3239 to KZ311000: 3115.0140682980873\n", - "\n", - "12:41:02\tCompleted 3276 to KZ631000: 1329.07427449391\n", - "12:41:02\tCompleted 3257 to KZ751110: 986.0559815376736\n", - "12:41:03\tCompleted 3228 to KZ115600: 1940.3936687558544\n", - "12:41:03\tCompleted 3249 to KZ114000: 3282.647155153828\n", - "12:41:03\tCompleted 3281 to KZ612000: 46.66833332453596\n", - "12:41:03\tCompleted 3256 to KZ113800: 2047.0126479526275\n", - "12:41:03\tCompleted 3229 to KZ195000: 168.8904226663282\n", - "12:41:03\tCompleted 3308 to KZ595600: 2101.7035815738373\n", - "12:41:03\tCompleted 3259 to KZ474200: 4172.361289646033\n", - "12:41:03\tCompleted 3234 to KZ554600: 1928.6653354950517\n", - "12:41:03\tCompleted 3263 to KZ196000: 671.6354064701868\n", - "12:41:03\tCompleted 3294 to KZ475200: 4113.004025217636\n", - "12:41:03\tCompleted 3230 to KZ354000: 1509.6843677122038\n", - "12:41:03\tCompleted 3264 to KZ352800: 1370.8967054047428\n", - "12:41:03\tCompleted 3258 to KZ393600: 2588.964714715026\n", - "12:41:03\tCompleted 3246 to KZ596600: 2069.290929289361\n", - "12:41:03\tCompleted 3254 to KZ556400: 4027.19786454319\n", - "12:41:03\tCompleted 3218 to KZ595800: 2945.377495700588\n", - "12:41:03\tCompleted 3237 to KZ155200: 2042.957203594136212:41:03\tCompleted 3272 to KZ711210: 1646.631864505429\n", - "\n", - "12:41:04\tCompleted 3235 to KZ275800: 4110.011584774745\n", - "12:41:04\tCompleted 3275 to KZ155600: 1283.4114340792455\n", - "12:41:04\tCompleted 3293 to KZ316600: 1076.6562600986936\n", - "12:41:04\tCompleted 3257 to KZ751310: 979.2275544129274\n", - "12:41:04\tCompleted 3233 to KZ355200: 1203.7026932481328\n", - "12:41:04\tCompleted 3243 to KZ116600: 1468.596132425657\n", - "12:41:04\tCompleted 3281 to KZ614400: 473.23976948955817\n", - "12:41:04\tCompleted 3238 to KZ233600: 4149.475324984578\n", - "12:41:04\tCompleted 3290 to KZ233600: 2591.6671849425434\n", - "12:41:04\tCompleted 3270 to KZ351800: 1827.3325524580264\n", - "12:41:04\tCompleted 3229 to KZ194400: 531.8834859983488\n", - "12:41:04\tCompleted 3263 to KZ191000: 363.2462535771419\n", - "12:41:04\tCompleted 3253 to KZ593400: 1988.1095390962535\n", - "12:41:04\tCompleted 3240 to KZ474600: 2611.7343029932795\n", - "12:41:04\tCompleted 3260 to KZ554200: 2271.528622964558\n", - "12:41:04\tCompleted 3295 to KZ554200: 2225.604132146841\n", - "12:41:04\tCompleted 3302 to KZ196200: 4051.6616419514794\n", - "12:41:05\tCompleted 3271 to KZ435200: 1615.6560313986681\n", - "12:41:05\tCompleted 3241 to KZ556000: 2167.600950983438\n", - "12:41:05\tCompleted 3264 to KZ356400: 1023.6799373113402\n", - "12:41:05\tCompleted 3226 to KZ613800: 1606.3958138910455\n", - "12:41:05\tCompleted 3293 to KZ316200: 568.9399590880734\n", - "12:41:05\tCompleted 3224 to KZ391000: 1712.5736969996938\n", - "12:41:05\tCompleted 3276 to KZ634600: 1596.7588997942073\n", - "12:41:05\tCompleted 3229 to KZ194600: 165.68432087257708\n", - "12:41:05\tCompleted 3281 to KZ614600: 194.1057142312261\n", - "12:41:05\tCompleted 3298 to KZ114600: 1861.7151907785847\n", - "12:41:05\tCompleted 3257 to KZ751410: 996.6525328165679\n", - "12:41:05\tCompleted 3263 to KZ196200: 12.65685424949238\n", - "12:41:06\tCompleted 3307 to KZ433200: 2443.6281765633757\n", - "12:41:06\tCompleted 3230 to KZ351000: 1441.3159366118605\n", - "12:41:06\tCompleted 3221 to KZ117000: 1769.0114920724072\n", - "12:41:06\tCompleted 3272 to KZ711310: 1658.4892239613607\n", - "12:41:06\tCompleted 3245 to KZ393600: 2065.8122008013593\n", - "12:41:06\tCompleted 3238 to KZ633200: 1198.6764706341635\n", - "12:41:06\tCompleted 3275 to KZ156800: 1982.3049907573502\n", - "12:41:06\tCompleted 3267 to KZ271000: 2706.056994017488\n", - "12:41:06\tCompleted 3222 to KZ751510: 3476.7082462746303\n", - "12:41:06\tCompleted 3269 to KZ195000: 4422.38135818290512:41:06\tCompleted 3295 to KZ791110: 1122.120896147356\n", - "\n", - "12:41:06\tCompleted 3273 to KZ274400: 3928.7966118715167\n", - "12:41:06\tCompleted 3261 to KZ276200: 3992.648087992152\n", - "12:41:06\tCompleted 3293 to KZ311000: 440.38787866941607\n", - "12:41:06\tCompleted 3229 to KZ194800: 319.247251328430612:41:06\tCompleted 3306 to KZ636400: 2307.0342514544104\n", - "\n", - "12:41:06\tCompleted 3228 to KZ115200: 2133.875783242113\n", - "12:41:07\tCompleted 3256 to KZ114500: 1914.1346634066622\n", - "12:41:07\tCompleted 3260 to KZ791110: 1365.4256220512382\n", - "12:41:07\tCompleted 3265 to KZ471000: 4121.883467477713\n", - "12:41:07\tCompleted 3237 to KZ156400: 1622.247203233293\n", - "12:41:07\tCompleted 3281 to KZ614800: 478.12618865513105\n", - "12:41:07\tCompleted 3288 to KZ115400: 2312.9471895235306\n", - "12:41:07\tCompleted 3250 to KZ751910: 4068.6308578952267\n", - "12:41:07\tCompleted 3249 to KZ117000: 3329.1068238700504\n", - "12:41:07\tCompleted 3263 to KZ192600: 402.19000860583577\n", - "12:41:07\tCompleted 3234 to KZ555600: 1643.9062608980937\n", - "12:41:07\tCompleted 3266 to KZ595200: 2066.7255551329877\n", - "12:41:07\tCompleted 3251 to KZ395200: 2098.726201634352\n", - "12:41:07\tCompleted 3257 to KZ751710: 1037.6405645854707\n", - "12:41:07\tCompleted 3233 to KZ355600: 1560.8517745087258\n", - "12:41:07\tCompleted 3222 to KZ231000: 674.9241701935975\n", - "12:41:07\tCompleted 3279 to KZ475200: 2936.4996885691944\n", - "12:41:07\tCompleted 3308 to KZ596000: 1874.3172450669338\n", - "12:41:07\tCompleted 3276 to KZ634400: 1188.9096403381247\n", - "12:41:08\tCompleted 3244 to KZ751410: 4047.098520154865\n", - "12:41:08\tCompleted 3277 to KZ394200: 2811.155428604476612:41:08\tCompleted 3246 to KZ595000: 1979.1384445124381\n", - "\n", - "12:41:08\tCompleted 3264 to KZ352400: 1356.8222933011464\n", - "12:41:08\tCompleted 3229 to KZ195600: 525.5979366624501\n", - "12:41:08\tCompleted 3219 to KZ276000: 4499.177478026845\n", - "12:41:08\tCompleted 3295 to KZ791310: 1078.5806642667474\n", - "12:41:08\tCompleted 3271 to KZ434800: 1646.9822923150036\n", - "12:41:08\tCompleted 3239 to KZ315000: 3527.6859424373024\n", - "12:41:08\tCompleted 3293 to KZ315000: 848.917617184906712:41:08\tCompleted 3281 to KZ615400: 430.2213445703882\n", - "\n", - "12:41:08\tCompleted 3263 to KZ196600: 331.7235061247849\n", - "12:41:08\tCompleted 3247 to KZ274400: 3980.6292692717925\n", - "12:41:08\tCompleted 3243 to KZ115600: 2119.3050016153534\n", - "12:41:08\tCompleted 3311 to KZ275400: 4290.777962461795\n", - "12:41:08\tCompleted 3218 to KZ593400: 2957.053183213787\n", - "12:41:09\tCompleted 3221 to KZ114400: 1533.1686965935417\n", - "12:41:09\tCompleted 3230 to KZ352000: 1661.76620709043\n", - "12:41:09\tCompleted 3260 to KZ791310: 1321.8853901706295\n", - "12:41:09\tCompleted 3223 to KZ634600: 3237.695291457774\n", - "12:41:09\tCompleted 3238 to KZ634800: 1683.123062044458\n", - "12:41:09\tCompleted 3258 to KZ396400: 2810.376361388382\n", - "12:41:09\tCompleted 3253 to KZ594200: 2167.9672881597626\n", - "12:41:09\tCompleted 3222 to KZ234000: 927.6072154103318\n", - "12:41:09\tCompleted 3229 to KZ195800: 627.6108342167074\n", - "12:41:09\tCompleted 3257 to KZ751810: 983.8844086624198\n", - "12:41:09\tCompleted 3254 to KZ554200: 4197.042766396382\n", - "12:41:09\tCompleted 3281 to KZ615200: 245.80491327483762\n", - "12:41:09\tCompleted 3276 to KZ313600: 994.4206307202775\n", - "12:41:09\tCompleted 3272 to KZ555200: 1865.8368621995323\n", - "12:41:09\tCompleted 3263 to KZ194200: 410.270068846602\n", - "12:41:09\tCompleted 3293 to KZ314200: 440.2665583258564\n", - "12:41:10\tCompleted 3294 to KZ471800: 3942.61380505691\n", - "12:41:10\tCompleted 3224 to KZ395400: 1760.4412500327724\n", - "12:41:10\tCompleted 3295 to KZ791510: 1055.7001646950946\n", - "12:41:10\tCompleted 3307 to KZ431900: 1924.5843436681653\n", - "12:41:10\tCompleted 3298 to KZ114800: 2219.950720131895\n", - "12:41:10\tCompleted 3256 to KZ114000: 1861.0740172004878\n", - "12:41:10\tCompleted 3270 to KZ393200: 2525.4056707151085\n", - "12:41:10\tCompleted 3259 to KZ474600: 3849.5367288279504\n", - "12:41:10\tCompleted 3229 to KZ196000: 338.8591063871769\n", - "12:41:10\tCompleted 3235 to KZ276000: 4525.84261052984\n", - "12:41:10\tCompleted 3238 to KZ633400: 977.4264213968372\n", - "12:41:11\tCompleted 3263 to KZ751210: 90.1284501552549\n", - "12:41:11\tCompleted 3257 to KZ751910: 1005.0253250128281\n", - "12:41:11\tCompleted 3234 to KZ551000: 1555.0416915518401\n", - "12:41:11\tCompleted 3260 to KZ791510: 1299.0048905989765\n", - "12:41:11\tCompleted 3237 to KZ155600: 1794.9270772722273\n", - "12:41:11\tCompleted 3290 to KZ633200: 2426.957122013479\n", - "12:41:11\tCompleted 3249 to KZ114400: 3206.400709197254\n", - "12:41:11\tCompleted 3233 to KZ352100: 1512.0340941400057\n", - "12:41:11\tCompleted 3281 to KZ616400: 990.3327715130047\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:41:11\tCompleted 3302 to KZ192600: 4325.012569771523\n", - "12:41:11\tCompleted 3228 to KZ115400: 2354.4485551077637\n", - "12:41:11\tCompleted 3276 to KZ314000: 852.777266571888\n", - "12:41:11\tCompleted 3222 to KZ234200: 1334.4803540822354\n", - "12:41:11\tCompleted 3230 to KZ354800: 1420.2605277277025\n", - "12:41:11\tCompleted 3295 to KZ791710: 1053.9239843780617\n", - "12:41:11\tCompleted 3241 to KZ556800: 2368.2888758553754\n", - "12:41:11\tCompleted 3240 to KZ475000: 2982.063329743057\n", - "12:41:12\tCompleted 3229 to KZ191000: 30.469953494132746\n", - "12:41:12\tCompleted 3263 to KZ751110: 83.73017449196588\n", - "12:41:12\tCompleted 3226 to KZ273200: 4307.894759191623\n", - "12:41:12\tCompleted 3271 to KZ433600: 1907.6524726641394\n", - "12:41:12\tCompleted 3293 to KZ353200: 1380.8985314667375\n", - "12:41:12\tCompleted 3266 to KZ591000: 1956.9412838855264\n", - "12:41:12\tCompleted 3245 to KZ396400: 2224.286097330269\n", - "12:41:12\tCompleted 3257 to KZ751510: 993.5412629119122\n", - "12:41:12\tCompleted 3269 to KZ194400: 4240.166284723916\n", - "12:41:12\tCompleted 3264 to KZ356000: 1995.1030557250033\n", - "12:41:12\tCompleted 3239 to KZ314200: 3120.4892992334217\n", - "12:41:12\tCompleted 3250 to KZ751510: 4057.146795794311\n", - "12:41:12\tCompleted 3275 to KZ193200: 4595.67207174508\n", - "12:41:12\tCompleted 3281 to KZ615600: 655.4638690739059\n", - "12:41:12\tCompleted 3243 to KZ115200: 2312.787116101607\n", - "12:41:12\tCompleted 3260 to KZ791710: 1297.228710281944\n", - "12:41:13\tCompleted 3218 to KZ594200: 2770.374885684109\n", - "12:41:13\tCompleted 3276 to KZ314800: 292.7771540215823\n", - "12:41:13\tCompleted 3246 to KZ593600: 2093.6870487967317\n", - "12:41:13\tCompleted 3238 to KZ633600: 1491.3441835316949\n", - "12:41:13\tCompleted 3251 to KZ391000: 2294.4324661433197\n", - "12:41:13\tCompleted 3229 to KZ196200: 345.1679738837541\n", - "12:41:13\tCompleted 3237 to KZ156800: 1296.9069214928093\n", - "12:41:13\tCompleted 3308 to KZ596200: 2020.052192461480412:41:13\tCompleted 3306 to KZ631000: 2521.9244393058148\n", - "\n", - "12:41:13\tCompleted 3254 to KZ791110: 3008.8778235191226\n", - "12:41:13\tCompleted 3288 to KZ151000: 3173.3827681807547\n", - "12:41:13\tCompleted 3263 to KZ751310: 90.21545586620444\n", - "12:41:13\tCompleted 3272 to KZ551600: 1923.7977658307639\n", - "12:41:13\tCompleted 3265 to KZ473600: 3702.908701454765412:41:13\tCompleted 3256 to KZ117000: 1783.7063606470917\n", - "\n", - "12:41:13\tCompleted 3244 to KZ751710: 4088.0865519237677\n", - "12:41:13\tCompleted 3233 to KZ352200: 1348.0330779319233\n", - "12:41:13\tCompleted 3261 to KZ271000: 4010.3410434063676\n", - "12:41:13\tCompleted 3224 to KZ392000: 1629.9238521165694\n", - "12:41:13\tCompleted 3298 to KZ111010: 1757.3028445619486\n", - "12:41:14\tCompleted 3277 to KZ394400: 2968.1002037003805\n", - "12:41:14\tCompleted 3273 to KZ275400: 4603.985043828557\n", - "12:41:14\tCompleted 3222 to KZ234600: 1449.6506525203163\n", - "12:41:14\tCompleted 3281 to KZ615800: 325.04324297628125\n", - "12:41:14\tCompleted 3250 to KZ231000: 1255.362719713336212:41:14\tCompleted 3295 to KZ611600: 1310.7845196531862\n", - "\n", - "12:41:14\tCompleted 3253 to KZ596600: 2268.8528057365147\n", - "12:41:14\tCompleted 3229 to KZ192600: 69.4137085228266\n", - "12:41:14\tCompleted 3234 to KZ556000: 1596.3381998826533\n", - "12:41:14\tCompleted 3276 to KZ315400: 515.4436109450597\n", - "12:41:14\tCompleted 3294 to KZ593200: 1927.429418316815\n", - "12:41:14\tCompleted 3307 to KZ434600: 1958.2489140945456\n", - "12:41:14\tCompleted 3219 to KZ276200: 4218.5636912928985\n", - "12:41:14\tCompleted 3267 to KZ274000: 3359.7151777370145\n", - "12:41:14\tCompleted 3221 to KZ114600: 2044.8564036014204\n", - "12:41:14\tCompleted 3263 to KZ751410: 97.22540197110114\n", - "12:41:15\tCompleted 3281 to KZ612600: 34.423254090771415\n", - "12:41:15\tCompleted 3233 to KZ352300: 587.0092347159919\n", - "12:41:15\tCompleted 3260 to KZ611600: 1554.0892455570684\n", - "12:41:15\tCompleted 3238 to KZ633800: 1423.8437376039287\n", - "12:41:15\tCompleted 3222 to KZ234800: 668.0308663299746\n", - "12:41:15\tCompleted 3229 to KZ196600: 493.331050125149\n", - "12:41:15\tCompleted 3258 to KZ394000: 3042.3112107542033\n", - "12:41:15\tCompleted 3311 to KZ273600: 3458.737221444329\n", - "12:41:15\tCompleted 3271 to KZ434000: 1671.709723074595\n", - "12:41:16\tCompleted 3276 to KZ315600: 843.6719183079952\n", - "12:41:16\tCompleted 3270 to KZ393400: 2347.666101815241\n", - "12:41:16\tCompleted 3230 to KZ355200: 1977.3190092952539\n", - "12:41:16\tCompleted 3250 to KZ234000: 1508.0457649300697\n", - "12:41:16\tCompleted 3279 to KZ471800: 2766.1094684084687\n", - "12:41:16\tCompleted 3295 to KZ613600: 1164.4119674152657\n", - "12:41:16\tCompleted 3263 to KZ751710: 129.26147163124466\n", - "12:41:16\tCompleted 3281 to KZ616000: 352.18245870888774\n", - "12:41:16\tCompleted 3247 to KZ275400: 4655.817701228842\n", - "12:41:16\tCompleted 3264 to KZ354400: 1787.5871775478531\n", - "12:41:16\tCompleted 3293 to KZ353600: 1842.600297625392\n", - "12:41:16\tCompleted 3223 to KZ634400: 2817.333304563358\n", - "12:41:16\tCompleted 3218 to KZ596600: 2445.452718382264\n", - "12:41:16\tCompleted 3254 to KZ791310: 2986.5962745587226\n", - "12:41:16\tCompleted 3249 to KZ114600: 3831.864180048688\n", - "12:41:16\tCompleted 3229 to KZ194200: 561.1628379810677\n", - "12:41:16\tCompleted 3222 to KZ235200: 611.637965127472\n", - "12:41:17\tCompleted 3235 to KZ276200: 4245.228823795894\n", - "12:41:17\tCompleted 3256 to KZ114400: 1909.9462007556908\n", - "12:41:17\tCompleted 3263 to KZ751810: 92.97281517908516\n", - "12:41:17\tCompleted 3281 to KZ613800: 504.67834457069426\n", - "12:41:17\tCompleted 3298 to KZ116000: 1726.1339256846877\n", - "12:41:17\tCompleted 3260 to KZ613600: 1407.7166933191459\n", - "12:41:17\tCompleted 3238 to KZ634000: 1420.9284801694657\n", - "12:41:17\tCompleted 3302 to KZ196600: 4370.728293826783\n", - "12:41:17\tCompleted 3234 to KZ556800: 1657.9091585674003\n", - "12:41:17\tCompleted 3228 to KZ151000: 3428.245366299319\n", - "12:41:17\tCompleted 3243 to KZ115400: 2533.3598879672577\n", - "12:41:17\tCompleted 3239 to KZ353200: 3491.2442592417456\n", - "12:41:17\tCompleted 3259 to KZ475000: 4219.865755577732\n", - "12:41:17\tCompleted 3221 to KZ114800: 1484.34644704534\n", - "12:41:17\tCompleted 3233 to KZ352800: 1322.2631124257812\n", - "12:41:17\tCompleted 3266 to KZ595600: 2101.753076486607\n", - "12:41:18\tCompleted 3295 to KZ614000: 1111.271920500941912:41:18\tCompleted 3253 to KZ595000: 2103.292824424228\n", - "\n", - "12:41:18\tCompleted 3272 to KZ553200: 2161.4052320780465\n", - "12:41:18\tCompleted 3276 to KZ316000: 1114.0102487278305\n", - "12:41:18\tCompleted 3229 to KZ751210: 306.4573432532017\n", - "12:41:18\tCompleted 3308 to KZ596400: 2056.383272346806\n", - "12:41:18\tCompleted 3222 to KZ235600: 726.0296417396748\n", - "12:41:18\tCompleted 3246 to KZ595200: 2091.137181853965\n", - "12:41:18\tCompleted 3269 to KZ194600: 4250.683250728419\n", - "12:41:18\tCompleted 3263 to KZ751910: 75.097830639418612:41:18\tCompleted 3290 to KZ634800: 2922.6952789309526\n", - "\n", - "12:41:18\tCompleted 3293 to KZ351600: 1417.3904456489406\n", - "12:41:18\tCompleted 3245 to KZ394000: 2332.7463764195777\n", - "12:41:18\tCompleted 3244 to KZ751810: 4034.3303960007174\n", - "12:41:18\tCompleted 3250 to KZ234200: 1914.9189036019739\n", - "12:41:19\tCompleted 3237 to KZ193200: 2091.3120908534192\n", - "12:41:19\tCompleted 3226 to KZ274400: 4245.023446678352\n", - "12:41:19\tCompleted 3294 to KZ595800: 2031.349028357192\n", - "12:41:19\tCompleted 3241 to KZ554800: 2372.9843638998263\n", - "12:41:19\tCompleted 3223 to KZ313600: 1291.9359263672077\n", - "12:41:19\tCompleted 3224 to KZ395600: 1840.7984023356519\n", - "12:41:19\tCompleted 3251 to KZ395400: 2337.7963610686325\n", - "12:41:19\tCompleted 3288 to KZ153200: 3177.7993516093798\n", - "12:41:19\tCompleted 3240 to KZ475200: 2992.906290527106\n", - "12:41:19\tCompleted 3275 to KZ193400: 4800.560948760539\n", - "12:41:19\tCompleted 3260 to KZ614000: 1354.5766464048238\n", - "12:41:19\tCompleted 3277 to KZ433200: 2508.8004419303143\n", - "12:41:19\tCompleted 3229 to KZ751110: 300.0590675899127\n", - "12:41:19\tCompleted 3230 to KZ355600: 1675.084495042666\n", - "12:41:19\tCompleted 3276 to KZ316600: 662.8177096866318\n", - "12:41:19\tCompleted 3257 to KZ231000: 2903.7427128383347\n", - "12:41:19\tCompleted 3307 to KZ434400: 2301.1983130562753\n", - "12:41:19\tCompleted 3222 to KZ233600: 434.69634936308046\n", - "12:41:19\tCompleted 3263 to KZ751510: 75.65910668010042\n", - "12:41:20\tCompleted 3249 to KZ114800: 2879.5243217254606\n", - "12:41:20\tCompleted 3264 to KZ351800: 1808.621892190879\n", - "12:41:20\tCompleted 3306 to KZ634600: 2789.6090646061098\n", - "12:41:20\tCompleted 3295 to KZ613900: 1389.1951925173896\n", - "12:41:20\tCompleted 3265 to KZ474200: 4149.532862521288\n", - "12:41:20\tCompleted 3233 to KZ356400: 1341.3415395505274\n", - "12:41:20\tCompleted 3254 to KZ791510: 2996.714050554991\n", - "12:41:20\tCompleted 3261 to KZ274000: 4663.999227125887\n", - "12:41:20\tCompleted 3238 to KZ635400: 1865.834032751699\n", - "12:41:20\tCompleted 3229 to KZ751310: 306.5443489641513\n", - "12:41:20\tCompleted 3270 to KZ391600: 2203.5365988307312\n", - "12:41:20\tCompleted 3273 to KZ273600: 3771.9443028110654\n", - "12:41:21\tCompleted 3256 to KZ114600: 2018.3452931431207\n", - "12:41:21\tCompleted 3258 to KZ396800: 2788.4036683146164\n", - "12:41:21\tCompleted 3293 to KZ354000: 1477.0578820541227\n", - "12:41:21\tCompleted 3218 to KZ595000: 2809.67525205915\n", - "12:41:21\tCompleted 3279 to KZ593200: 1938.7737701556814\n", - "12:41:21\tCompleted 3219 to KZ271000: 4236.256646707136\n", - "12:41:21\tCompleted 3223 to KZ314000: 1074.3696617235182\n", - "12:41:21\tCompleted 3298 to KZ116400: 1848.535273444207\n", - "12:41:21\tCompleted 3230 to KZ352100: 914.7729180168174\n", - "12:41:21\tCompleted 3250 to KZ234600: 2030.0892020400556\n", - "12:41:21\tCompleted 3234 to KZ554800: 1812.5891273156894\n", - "12:41:21\tCompleted 3272 to KZ553600: 1879.012170622814\n", - "12:41:21\tCompleted 3276 to KZ316200: 1146.2255508201215\n", - "12:41:22\tCompleted 3260 to KZ613900: 1632.4999184212713\n", - "12:41:22\tCompleted 3229 to KZ751410: 313.55429506904784\n", - "12:41:22\tCompleted 3253 to KZ593600: 2217.8414287085247\n", - "12:41:22\tCompleted 3266 to KZ596000: 1833.6438863543585\n", - "12:41:22\tCompleted 3267 to KZ274200: 3477.0606721164604\n", - "12:41:22\tCompleted 3221 to KZ111010: 1870.9087438589452\n", - "12:41:22\tCompleted 3238 to KZ635000: 1340.5606054192501\n", - "12:41:22\tCompleted 3311 to KZ276600: 3540.562468143315\n", - "12:41:22\tCompleted 3295 to KZ612000: 1257.906653545854\n", - "12:41:22\tCompleted 3247 to KZ273600: 3823.7769602113412\n", - "12:41:22\tCompleted 3271 to KZ471000: 4104.658593743557\n", - "12:41:22\tCompleted 3246 to KZ591000: 1981.3529106065057\n", - "12:41:23\tCompleted 3302 to KZ194200: 3998.819355649045\n", - "12:41:23\tCompleted 3294 to KZ593400: 1840.736291005052\n", - "12:41:23\tCompleted 3229 to KZ751710: 345.59036472919144\n", - "12:41:23\tCompleted 3276 to KZ311000: 751.639920950701\n", - "12:41:23\tCompleted 3243 to KZ151000: 3393.7954666244705\n", - "12:41:23\tCompleted 3233 to KZ352400: 1406.528606641184\n", - "12:41:23\tCompleted 3250 to KZ234800: 1248.4694158497111\n", - "12:41:23\tCompleted 3307 to KZ431000: 1642.889730693637\n", - "12:41:23\tCompleted 3293 to KZ351000: 1411.032596704287\n", - "12:41:23\tCompleted 3228 to KZ153200: 3432.661949727944\n", - "12:41:23\tCompleted 3277 to KZ431900: 1989.756609035107\n", - "12:41:23\tCompleted 3239 to KZ353600: 4174.115899681491\n", - "12:41:23\tCompleted 3308 to KZ594600: 2127.527852879357\n", - "12:41:24\tCompleted 3230 to KZ352200: 1483.641032030784112:41:24\tCompleted 3235 to KZ271000: 4262.921779210131\n", - "\n", - "12:41:24\tCompleted 3244 to KZ751910: 4055.4713123511247\n", - "12:41:24\tCompleted 3290 to KZ633400: 2190.473224260275\n", - "12:41:24\tCompleted 3260 to KZ612000: 1501.2113794497361\n", - "12:41:24\tCompleted 3254 to KZ791710: 2968.2141112047047\n", - "12:41:24\tCompleted 3259 to KZ475200: 4230.708716361784\n", - "12:41:24\tCompleted 3229 to KZ751810: 309.301708277032\n", - "12:41:24\tCompleted 3249 to KZ111010: 3267.2782922920924\n", - "12:41:24\tCompleted 3281 to KZ273200: 2753.378959456383\n", - "12:41:24\tCompleted 3224 to KZ395800: 1867.34534384168\n", - "12:41:24\tCompleted 3269 to KZ194800: 4518.798902782424\n", - "12:41:24\tCompleted 3276 to KZ315000: 868.8487371843348\n", - "12:41:24\tCompleted 3298 to KZ116800: 1636.1364197521812\n", - "12:41:24\tCompleted 3238 to KZ632200: 1415.6011838258269\n", - "12:41:24\tCompleted 3250 to KZ235200: 1192.076514647211\n", - "12:41:25\tCompleted 3233 to KZ356000: 748.1056219392668\n", - "12:41:25\tCompleted 3234 to KZ556400: 1739.455486490493\n", - "12:41:25\tCompleted 3264 to KZ393200: 2506.6950104479624\n", - "12:41:25\tCompleted 3223 to KZ314800: 1573.6569665979803\n", - "12:41:25\tCompleted 3288 to KZ153400: 3067.212694083701\n", - "12:41:25\tCompleted 3293 to KZ352000: 960.9548732863132\n", - "12:41:25\tCompleted 3295 to KZ614400: 1315.7279919571924\n", - "12:41:25\tCompleted 3237 to KZ193400: 2296.2009678688473\n", - "12:41:25\tCompleted 3272 to KZ552200: 2003.9402882912925\n", - "12:41:25\tCompleted 3245 to KZ396800: 2347.348451093609\n", - "12:41:25\tCompleted 3268 to KZ113200: 1644.986008749075412:41:25\tCompleted 3221 to KZ116000: 1483.5591069367886\n", - "\n", - "12:41:25\tCompleted 3241 to KZ556400: 2310.718237591272\n", - "12:41:25\tCompleted 3229 to KZ751910: 291.4267237373653\n", - "12:41:25\tCompleted 3275 to KZ193600: 4014.770113151366\n", - "12:41:25\tCompleted 3256 to KZ114800: 2376.580822496424\n", - "12:41:26\tCompleted 3251 to KZ392000: 2454.720056148856\n", - "12:41:26\tCompleted 3263 to KZ231000: 3940.758306216471312:41:26\tCompleted 3226 to KZ275400: 4920.211878635417\n", - "\n", - "12:41:26\tCompleted 3276 to KZ314200: 753.054134513074\n", - "12:41:26\tCompleted 3253 to KZ595200: 2215.2915617657522\n", - "12:41:26\tCompleted 3270 to KZ393600: 2505.9698938201013\n", - "12:41:26\tCompleted 3222 to KZ633200: 4028.3802799611917\n", - "12:41:26\tCompleted 3218 to KZ593600: 3079.895215381410712:41:26\tCompleted 3307 to KZ435200: 1541.1956006327064\n", - "\n", - "12:41:26\tCompleted 3308 to KZ711110: 1528.9355178232988\n", - "12:41:26\tCompleted 3240 to KZ471800: 2822.5160703663805\n", - "12:41:26\tCompleted 3257 to KZ234000: 3112.3531902060226\n", - "12:41:26\tCompleted 3279 to KZ595800: 2042.6933801960586\n", - "12:41:26\tCompleted 3260 to KZ614400: 1559.0327178610744\n", - "12:41:26\tCompleted 3306 to KZ634400: 2381.759805150044\n", - "12:41:26\tCompleted 3250 to KZ235600: 1306.4681912594137\n", - "12:41:26\tCompleted 3258 to KZ394800: 2967.0582370126776\n", - "12:41:27\tCompleted 3229 to KZ751510: 291.98799977804714\n", - "12:41:27\tCompleted 3265 to KZ474600: 3826.7083017032055\n", - "12:41:27\tCompleted 3261 to KZ274200: 4781.34472150543\n", - "12:41:27\tCompleted 3266 to KZ596200: 2020.10168737425\n", - "12:41:27\tCompleted 3223 to KZ315400: 1260.8958479180064\n", - "12:41:27\tCompleted 3238 to KZ635200: 1606.1656532122781\n", - "12:41:27\tCompleted 3294 to KZ594200: 2020.5940400685633\n", - "12:41:27\tCompleted 3233 to KZ354400: 1320.1322470901905\n", - "12:41:27\tCompleted 3295 to KZ614600: 1105.379619425757\n", - "12:41:27\tCompleted 3254 to KZ611600: 2917.388772352041\n", - "12:41:27\tCompleted 3273 to KZ276600: 3853.7695495100515\n", - "12:41:28\tCompleted 3306 to KZ313600: 771.2143248733315\n", - "12:41:28\tCompleted 3277 to KZ434600: 2023.4211794614873\n", - "12:41:28\tCompleted 3237 to KZ193600: 1511.2385593844483\n", - "12:41:28\tCompleted 3219 to KZ274000: 4889.914830426643\n", - "12:41:28\tCompleted 3298 to KZ111810: 1658.00051277531\n", - "12:41:28\tCompleted 3302 to KZ751210: 3953.6189782338583\n", - "12:41:28\tCompleted 3260 to KZ614600: 1348.6843453296392\n", - "12:41:28\tCompleted 3250 to KZ233600: 1015.1348988828198\n", - "12:41:28\tCompleted 3246 to KZ595600: 2215.2404971284277\n", - "12:41:28\tCompleted 3230 to KZ352300: 2049.5570980025655\n", - "12:41:28\tCompleted 3224 to KZ392400: 1729.1244797963209\n", - "12:41:28\tCompleted 3276 to KZ353200: 1324.3007607459324\n", - "12:41:28\tCompleted 3249 to KZ116000: 3316.98098237898\n", - "12:41:28\tCompleted 3233 to KZ351800: 562.2102448427684\n", - "12:41:29\tCompleted 3268 to KZ113400: 1436.2069376469042\n", - "12:41:29\tCompleted 3234 to KZ554200: 2002.0835248779294\n", - "12:41:29\tCompleted 3244 to KZ751510: 4043.987250250209\n", - "12:41:29\tCompleted 3308 to KZ711410: 1529.1083208774085\n", - "12:41:29\tCompleted 3239 to KZ351600: 3754.2539469694752\n", - "12:41:29\tCompleted 3228 to KZ153400: 3322.0752922022652\n", - "12:41:29\tCompleted 3264 to KZ393400: 2328.9554415480943\n", - "12:41:29\tCompleted 3307 to KZ434800: 1572.521861549042\n", - "12:41:29\tCompleted 3247 to KZ276600: 3905.6022069103274\n", - "12:41:29\tCompleted 3306 to KZ314000: 555.7333415085102\n", - "12:41:29\tCompleted 3256 to KZ111010: 1913.9329469264846\n", - "12:41:29\tCompleted 3272 to KZ554600: 2141.529020469155\n", - "12:41:29\tCompleted 3293 to KZ354800: 1959.8888353449126\n", - "12:41:29\tCompleted 3271 to KZ473600: 3685.683827720613\n", - "12:41:29\tCompleted 3311 to KZ275000: 3406.2601252456466\n", - "12:41:29\tCompleted 3238 to KZ632400: 1475.1212110617755\n", - "12:41:29\tCompleted 3221 to KZ116400: 1711.9676001034766\n", - "12:41:30\tCompleted 3262 to KZ113200: 1804.415606026381\n", - "12:41:30\tCompleted 3253 to KZ591000: 2105.5072905182947\n", - "12:41:30\tCompleted 3298 to KZ116600: 1153.082191725775\n", - "12:41:30\tCompleted 3279 to KZ593400: 1852.0806428439184\n", - "12:41:30\tCompleted 3244 to KZ231000: 1242.2031741692333\n", - "12:41:30\tCompleted 3288 to KZ153600: 3359.6164549412256\n", - "12:41:30\tCompleted 3290 to KZ633600: 2353.788286065618\n", - "12:41:30\tCompleted 3243 to KZ153200: 3398.2120500530955\n", - "12:41:30\tCompleted 3281 to KZ274400: 2690.50764694308\n", - "12:41:30\tCompleted 3276 to KZ353600: 1260.5305390292658\n", - "12:41:30\tCompleted 3240 to KZ593200: 1753.2747620954688\n", - "12:41:30\tCompleted 3235 to KZ274000: 4916.579962929634\n", - "12:41:30\tCompleted 3245 to KZ394800: 2119.8426493880074\n", - "12:41:31\tCompleted 3259 to KZ471800: 4060.3184962010514\n", - "12:41:31\tCompleted 3237 to KZ194000: 1576.8974981049614\n", - "12:41:31\tCompleted 3295 to KZ614800: 1587.0004247968636\n", - "12:41:31\tCompleted 3254 to KZ613600: 2971.583908995851\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:41:31\tCompleted 3218 to KZ595200: 2757.581792731035\n", - "12:41:31\tCompleted 3260 to KZ614800: 1830.3051507007458\n", - "12:41:31\tCompleted 3230 to KZ352800: 1510.763454727751\n", - "12:41:31\tCompleted 3234 to KZ791110: 1274.4879928839719\n", - "12:41:31\tCompleted 3306 to KZ314800: 1052.935365104101\n", - "12:41:31\tCompleted 3269 to KZ195600: 4595.579470537638\n", - "12:41:31\tCompleted 3223 to KZ315600: 1780.337360738639\n", - "12:41:31\tCompleted 3308 to KZ711210: 1498.753935210993\n", - "12:41:31\tCompleted 3270 to KZ396400: 2727.3815404934585\n", - "12:41:32\tCompleted 3244 to KZ234000: 1494.8862193859668\n", - "12:41:32\tCompleted 3294 to KZ596600: 2121.4795576453257\n", - "12:41:32\tCompleted 3238 to KZ632800: 1473.0168724527027\n", - "12:41:32\tCompleted 3293 to KZ355200: 1439.0311172790593\n", - "12:41:32\tCompleted 3276 to KZ351600: 835.3206870528146\n", - "12:41:32\tCompleted 3246 to KZ596000: 1858.0555130753378\n", - "12:41:32\tCompleted 3275 to KZ194000: 4081.2574789965984\n", - "12:41:32\tCompleted 3266 to KZ596400: 2015.7099136342306\n", - "12:41:32\tCompleted 3251 to KZ395600: 2331.8734054399433\n", - "12:41:32\tCompleted 3241 to KZ554200: 2506.5492733735737\n", - "12:41:32\tCompleted 3224 to KZ396200: 1733.0351126272358\n", - "12:41:32\tCompleted 3233 to KZ393200: 1676.3876905860507\n", - "12:41:32\tCompleted 3262 to KZ113400: 1595.6365349242099\n", - "12:41:32\tCompleted 3249 to KZ116400: 3108.337148536637\n", - "12:41:32\tCompleted 3306 to KZ315400: 740.1742464241271\n", - "12:41:32\tCompleted 3258 to KZ395000: 2895.0336467036304\n", - "12:41:33\tCompleted 3277 to KZ434400: 2366.370578423214\n", - "12:41:33\tCompleted 3226 to KZ273600: 4088.171137617875\n", - "12:41:33\tCompleted 3256 to KZ116000: 1882.7640280492237\n", - "12:41:33\tCompleted 3229 to KZ231000: 4157.087199314399\n", - "12:41:33\tCompleted 3222 to KZ634800: 4572.237253172246\n", - "12:41:33\tCompleted 3302 to KZ751110: 3961.3763375467397\n", - "12:41:33\tCompleted 3263 to KZ234000: 4149.368783584159\n", - "12:41:33\tCompleted 3223 to KZ316000: 954.0982828751428\n", - "12:41:33\tCompleted 3260 to KZ615400: 1571.4689177912976\n", - "12:41:33\tCompleted 3268 to KZ113600: 1711.479666693541\n", - "12:41:33\tCompleted 3230 to KZ356400: 1311.4717952052163\n", - "12:41:33\tCompleted 3272 to KZ555600: 1970.533109261052712:41:33\tCompleted 3307 to KZ433600: 1833.1920418981776\n", - "\n", - "12:41:33\tCompleted 3295 to KZ615400: 1328.1641918874157\n", - "12:41:33\tCompleted 3257 to KZ234200: 3563.2988967269584\n", - "12:41:33\tCompleted 3264 to KZ391600: 2184.8259385635847\n", - "12:41:33\tCompleted 3234 to KZ791310: 1230.9477610033632\n", - "12:41:33\tCompleted 3241 to KZ791110: 415.32143933164235\n", - "12:41:33\tCompleted 3239 to KZ354000: 3467.1265737102376\n", - "12:41:34\tCompleted 3244 to KZ234200: 1901.759358057871\n", - "12:41:34\tCompleted 3221 to KZ116800: 1742.4878667215414\n", - "12:41:34\tCompleted 3238 to KZ636800: 1403.289498872779\n", - "12:41:34\tCompleted 3265 to KZ475000: 4197.037328452985\n", - "12:41:34\tCompleted 3298 to KZ115600: 1822.0728609788648\n", - "12:41:34\tCompleted 3308 to KZ711310: 1520.346323749582\n", - "12:41:34\tCompleted 3253 to KZ595600: 2339.394877040213\n", - "12:41:34\tCompleted 3273 to KZ275000: 3719.467206612383\n", - "12:41:34\tCompleted 3276 to KZ354000: 1344.1202050143183\n", - "12:41:34\tCompleted 3233 to KZ393400: 1192.796732423093\n", - "12:41:34\tCompleted 3254 to KZ614000: 3016.942747668424\n", - "12:41:34\tCompleted 3219 to KZ274200: 5007.260324806184\n", - "12:41:35\tCompleted 3306 to KZ315600: 1371.8553874473532\n", - "12:41:35\tCompleted 3241 to KZ791310: 393.0398903712441\n", - "12:41:35\tCompleted 3259 to KZ593200: 2027.1458121585238\n", - "12:41:35\tCompleted 3240 to KZ595800: 1857.194372135846\n", - "12:41:35\tCompleted 3228 to KZ153600: 3614.4790530597897\n", - "12:41:35\tCompleted 3279 to KZ594200: 2031.9383919074298\n", - "12:41:35\tCompleted 3293 to KZ355600: 1601.6578027722571\n", - "12:41:35\tCompleted 3218 to KZ591000: 2810.9074851061837\n", - "12:41:35\tCompleted 3260 to KZ615200: 1308.8855642930178\n", - "12:41:35\tCompleted 3247 to KZ275000: 3771.299864012659\n", - "12:41:36\tCompleted 3288 to KZ154000: 3111.1930277662\n", - "12:41:36\tCompleted 3234 to KZ791510: 1208.0672614317102\n", - "12:41:36\tCompleted 3295 to KZ615200: 1065.5808383891356\n", - "12:41:36\tCompleted 3262 to KZ113600: 1870.9092639708467\n", - "12:41:36\tCompleted 3230 to KZ352400: 1496.6890426241546\n", - "12:41:36\tCompleted 3244 to KZ234600: 2016.9296564959527\n", - "12:41:36\tCompleted 3306 to KZ316000: 556.7916268109559\n", - "12:41:36\tCompleted 3241 to KZ791510: 403.1576663675126\n", - "12:41:36\tCompleted 3294 to KZ595000: 1955.9195763330297\n", - "12:41:36\tCompleted 3237 to KZ196400: 2010.051604780565\n", - "12:41:36\tCompleted 3277 to KZ431000: 1708.0619960605786\n", - "12:41:36\tCompleted 3238 to KZ635800: 1453.9159325883218\n", - "12:41:36\tCompleted 3224 to KZ396600: 1740.953953418435\n", - "12:41:36\tCompleted 3250 to KZ633200: 4608.818829480942\n", - "12:41:36\tCompleted 3233 to KZ391600: 1059.9019932848664\n", - "12:41:36\tCompleted 3271 to KZ474200: 4132.307988787135\n", - "12:41:37\tCompleted 3307 to KZ434000: 1597.2492923086334\n", - "12:41:37\tCompleted 3276 to KZ351000: 1275.751773913975\n", - "12:41:37\tCompleted 3311 to KZ274800: 3941.765036629063\n", - "12:41:37\tCompleted 3290 to KZ633800: 2581.2560089573203\n", - "12:41:37\tCompleted 3223 to KZ316600: 1602.089146959193612:41:37\tCompleted 3293 to KZ352100: 1183.3534053441874\n", - "\n", - "12:41:37\tCompleted 3243 to KZ153400: 3287.625392527417\n", - "12:41:37\tCompleted 3272 to KZ551000: 1881.668539914799\n", - "12:41:37\tCompleted 3249 to KZ116800: 3434.5684940981\n", - "12:41:37\tCompleted 3244 to KZ234800: 1235.3098703056085\n", - "12:41:37\tCompleted 3241 to KZ791710: 374.65772701722386\n", - "12:41:37\tCompleted 3235 to KZ274200: 5033.925457309177\n", - "12:41:37\tCompleted 3245 to KZ395000: 2453.978429482623\n", - "12:41:37\tCompleted 3306 to KZ316600: 1085.0785908806681\n", - "12:41:37\tCompleted 3269 to KZ195800: 4409.46634290479\n", - "12:41:38\tCompleted 3246 to KZ596200: 2238.922268355699\n", - "12:41:38\tCompleted 3281 to KZ275400: 3365.6960789000905\n", - "12:41:38\tCompleted 3221 to KZ111810: 1799.9357465651615\n", - "12:41:38\tCompleted 3270 to KZ394000: 2959.3163898592798\n", - "12:41:38\tCompleted 3253 to KZ596000: 1982.2098929871308\n", - "12:41:38\tCompleted 3275 to KZ196400: 4514.41158567223\n", - "12:41:38\tCompleted 3239 to KZ351000: 3431.162940509651\n", - "12:41:38\tCompleted 3302 to KZ751310: 3954.547910421994\n", - "12:41:38\tCompleted 3258 to KZ395200: 2426.9981616287964\n", - "12:41:38\tCompleted 3234 to KZ791710: 1206.2910811146776\n", - "12:41:38\tCompleted 3238 to KZ636200: 1314.9988493580772\n", - "12:41:38\tCompleted 3256 to KZ116400: 2005.165375808743\n", - "12:41:38\tCompleted 3264 to KZ393600: 2487.259233552955\n", - "12:41:38\tCompleted 3266 to KZ594600: 2127.577347792127\n", - "12:41:38\tCompleted 3241 to KZ611600: 323.35198388359936\n", - "12:41:39\tCompleted 3259 to KZ595800: 2131.065422198901\n", - "12:41:39\tCompleted 3260 to KZ616400: 2281.4781151890697\n", - "12:41:39\tCompleted 3268 to KZ113800: 1890.8256913624411\n", - "12:41:39\tCompleted 3240 to KZ593400: 1666.5816347837058\n", - "12:41:39\tCompleted 3254 to KZ613900: 3253.8627448381512\n", - "12:41:39\tCompleted 3306 to KZ316200: 586.1820947356463\n", - "12:41:39\tCompleted 3218 to KZ595600: 2659.2113339100856\n", - "12:41:39\tCompleted 3237 to KZ196800: 1478.2100025393845\n", - "12:41:39\tCompleted 3298 to KZ115200: 2015.554975465127\n", - "12:41:39\tCompleted 3251 to KZ395800: 2634.25748084642\n", - "12:41:39\tCompleted 3223 to KZ316200: 1104.8184149506542\n", - "12:41:39\tCompleted 3226 to KZ276600: 4169.996384316861\n", - "12:41:39\tCompleted 3220 to KZ113200: 1809.6975527448276\n", - "12:41:39\tCompleted 3244 to KZ235200: 1178.9169691031082\n", - "12:41:39\tCompleted 3293 to KZ352200: 1388.8391061954546\n", - "12:41:39\tCompleted 3277 to KZ435200: 1606.367865999648\n", - "12:41:39\tCompleted 3221 to KZ116600: 781.5383928112539\n", - "12:41:39\tCompleted 3276 to KZ352000: 1420.5183642147163\n", - "12:41:39\tCompleted 3224 to KZ394200: 1375.2064335803213\n", - "12:41:39\tCompleted 3229 to KZ234000: 4365.697676682104\n", - "12:41:39\tCompleted 3279 to KZ596600: 1873.102325335047\n", - "12:41:40\tCompleted 3308 to KZ555200: 2261.97062860771\n", - "12:41:40\tCompleted 3262 to KZ113800: 2050.255288639747\n", - "12:41:40\tCompleted 3222 to KZ633400: 3928.0995055186513\n", - "12:41:40\tCompleted 3241 to KZ613600: 378.02752480836926\n", - "12:41:40\tCompleted 3238 to KZ636400: 1072.4130014780667\n", - "12:41:40\tCompleted 3263 to KZ234200: 4600.314490105097\n", - "12:41:40\tCompleted 3233 to KZ393600: 1530.4460247794768\n", - "12:41:40\tCompleted 3230 to KZ356000: 2210.653485225833\n", - "12:41:40\tCompleted 3306 to KZ311000: 444.66807382765955\n", - "12:41:41\tCompleted 3294 to KZ593600: 2070.4681806173235\n", - "12:41:41\tCompleted 3244 to KZ235600: 1293.3086457153108\n", - "12:41:41\tCompleted 3295 to KZ616400: 2038.1733892851876\n", - "12:41:41\tCompleted 3228 to KZ154000: 3366.055625884764\n", - "12:41:41\tCompleted 3223 to KZ311000: 965.3896753215387\n", - "12:41:41\tCompleted 3272 to KZ556000: 1922.9650482456123\n", - "12:41:41\tCompleted 3293 to KZ352300: 999.6789460862251\n", - "12:41:41\tCompleted 3236 to KZ113200: 2028.8394875806337\n", - "12:41:41\tCompleted 3266 to KZ711110: 1488.2621591107236\n", - "12:41:41\tCompleted 3234 to KZ611600: 1463.15161638980212:41:41\tCompleted 3257 to KZ234600: 3678.469195165013\n", - "\n", - "12:41:41\tCompleted 3241 to KZ614000: 423.3863634809454\n", - "12:41:41\tCompleted 3265 to KZ475200: 4207.880289237037\n", - "12:41:42\tCompleted 3249 to KZ111810: 3474.099295144591\n", - "12:41:42\tCompleted 3238 to KZ631000: 1287.303189329521\n", - "12:41:42\tCompleted 3256 to KZ116800: 1792.7665221167172\n", - "12:41:42\tCompleted 3273 to KZ274800: 4254.972117995815\n", - "12:41:42\tCompleted 3237 to KZ191600: 1504.0079785994733\n", - "12:41:42\tCompleted 3288 to KZ154200: 3413.8290667355222\n", - "12:41:42\tCompleted 3260 to KZ615600: 1865.7868174661892\n", - "12:41:42\tCompleted 3244 to KZ233600: 1001.9753533387169\n", - "12:41:42\tCompleted 3306 to KZ315000: 857.3399479668813\n", - "12:41:42\tCompleted 3239 to KZ352000: 3132.6807273246363\n", - "12:41:42\tCompleted 3254 to KZ612000: 2759.734385503914\n", - "12:41:42\tCompleted 3276 to KZ354800: 1516.0831029266942\n", - "12:41:42\tCompleted 3245 to KZ395200: 1921.617202643502\n", - "12:41:42\tCompleted 3277 to KZ434800: 1637.6941269159836\n", - "12:41:42\tCompleted 3253 to KZ596200: 2369.209342658299\n", - "12:41:42\tCompleted 3246 to KZ596400: 2040.1215403552098\n", - "12:41:43\tCompleted 3259 to KZ593400: 1940.4526848467608\n", - "12:41:43\tCompleted 3241 to KZ613900: 659.8259563697178\n", - "12:41:43\tCompleted 3293 to KZ352800: 1363.0691406893125\n", - "12:41:43\tCompleted 3243 to KZ153600: 3580.0291533849413\n", - "12:41:43\tCompleted 3268 to KZ114500: 1757.9477068164758\n", - "12:41:43\tCompleted 3306 to KZ314200: 450.14330476299426\n", - "12:41:43\tCompleted 3234 to KZ613600: 1316.7790641518795\n", - "12:41:43\tCompleted 3258 to KZ391000: 2622.704426137755\n", - "12:41:43\tCompleted 3275 to KZ196800: 3982.5699834310294\n", - "12:41:43\tCompleted 3224 to KZ394400: 1645.3222073793686\n", - "12:41:43\tCompleted 3302 to KZ751410: 3971.972888825633\n", - "12:41:43\tCompleted 3220 to KZ113400: 1685.430786510890612:41:43\tCompleted 3290 to KZ634000: 2660.5006970559702\n", - "\n", - "12:41:43\tCompleted 3270 to KZ396800: 2705.408847419693\n", - "12:41:43\tCompleted 3250 to KZ634800: 5152.675802692003\n", - "12:41:43\tCompleted 3230 to KZ354400: 2003.1376070486897\n", - "12:41:43\tCompleted 3262 to KZ114500: 1917.3773040937815\n", - "12:41:44\tCompleted 3223 to KZ315000: 1378.0615494607596\n", - "12:41:44\tCompleted 3260 to KZ615800: 1249.962162363881\n", - "12:41:44\tCompleted 3264 to KZ396400: 2708.6708802263124\n", - "12:41:44\tCompleted 3240 to KZ594200: 1846.4393838472172\n", - "12:41:44\tCompleted 3307 to KZ471000: 4030.198162977598\n", - "12:41:44\tCompleted 3271 to KZ474600: 3809.483427969053\n", - "12:41:44\tCompleted 3295 to KZ615600: 1622.482091562307\n", - "12:41:44\tCompleted 3311 to KZ275800: 3411.347860617485\n", - "12:41:44\tCompleted 3218 to KZ596000: 2748.8651122393308\n", - "12:41:44\tCompleted 3269 to KZ196000: 4596.247098293736\n", - "12:41:44\tCompleted 3266 to KZ711410: 1488.4349621648332\n", - "12:41:44\tCompleted 3241 to KZ612000: 166.17800131641417\n", - "12:41:44\tCompleted 3236 to KZ113400: 1820.0604164784625\n", - "12:41:44\tCompleted 3233 to KZ396400: 1688.919921308411\n", - "12:41:44\tCompleted 3247 to KZ274800: 4306.804775396105\n", - "12:41:44\tCompleted 3237 to KZ195200: 1441.7730017341999\n", - "12:41:44\tCompleted 3298 to KZ115400: 2236.1277473307796\n", - "12:41:45\tCompleted 3238 to KZ634600: 1554.9878146298186\n", - "12:41:45\tCompleted 3251 to KZ392400: 2360.444406872755\n", - "12:41:45\tCompleted 3281 to KZ273600: 2533.655337882629\n", - "12:41:45\tCompleted 3279 to KZ595000: 1967.2639281718962\n", - "12:41:45\tCompleted 3308 to KZ551600: 1995.403906622176\n", - "12:41:45\tCompleted 3256 to KZ111810: 1814.630615139846\n", - "12:41:45\tCompleted 3224 to KZ433200: 778.4397060026753\n", - "12:41:45\tCompleted 3272 to KZ556800: 1984.5360069303592\n", - "12:41:45\tCompleted 3221 to KZ115600: 1895.5748930692341\n", - "12:41:45\tCompleted 3249 to KZ116600: 3016.470964364976\n", - "12:41:45\tCompleted 3294 to KZ595200: 2067.9183136745582\n", - "12:41:45\tCompleted 3241 to KZ614400: 588.0272803575689\n", - "12:41:45\tCompleted 3226 to KZ275000: 4035.6940414191927\n", - "12:41:46\tCompleted 3234 to KZ614000: 1263.6390172375575\n", - "12:41:46\tCompleted 3276 to KZ355200: 1736.0711664195412:41:46\tCompleted 3293 to KZ356400: 1382.1475678140587\n", - "\n", - "12:41:46\tCompleted 3223 to KZ314200: 970.8649062568734\n", - "12:41:46\tCompleted 3295 to KZ615800: 1006.6574364599994\n", - "12:41:46\tCompleted 3222 to KZ633600: 3698.9241649302217\n", - "12:41:46\tCompleted 3254 to KZ614400: 3182.064068825998\n", - "12:41:46\tCompleted 3224 to KZ431900: 259.3958731074558\n", - "12:41:46\tCompleted 3260 to KZ612600: 1505.092288984807\n", - "12:41:46\tCompleted 3277 to KZ433600: 1898.3643072651194\n", - "12:41:46\tCompleted 3306 to KZ353200: 1377.8257393420029\n", - "12:41:46\tCompleted 3238 to KZ634400: 1147.1385551737358\n", - "12:41:46\tCompleted 3266 to KZ711210: 1458.0805764984177\n", - "12:41:47\tCompleted 3253 to KZ596400: 2143.0043222580803\n", - "12:41:47\tCompleted 3229 to KZ234200: 4816.64338320305912:41:47\tCompleted 3259 to KZ594200: 2120.310433910272\n", - "\n", - "12:41:47\tCompleted 3241 to KZ614600: 313.61538222310475\n", - "12:41:47\tCompleted 3263 to KZ234600: 4715.484788543204\n", - "12:41:47\tCompleted 3220 to KZ113600: 1619.3795488135524\n", - "12:41:47\tCompleted 3256 to KZ116600: 1327.994094153703\n", - "12:41:47\tCompleted 3268 to KZ114000: 1704.8870606103014\n", - "12:41:47\tCompleted 3228 to KZ154200: 3668.6916648540864\n", - "12:41:47\tCompleted 3239 to KZ354800: 3954.7859541257526\n", - "12:41:47\tCompleted 3224 to KZ434600: 293.0604435338359\n", - "12:41:47\tCompleted 3262 to KZ114000: 1864.316657887607\n", - "12:41:48\tCompleted 3245 to KZ391000: 2176.0153992998435\n", - "12:41:48\tCompleted 3295 to KZ612600: 1261.7875630809249\n", - "12:41:48\tCompleted 3230 to KZ351800: 2024.1723216917155\n", - "12:41:48\tCompleted 3260 to KZ616000: 1214.857517609831\n", - "12:41:48\tCompleted 3288 to KZ156000: 2987.0782991037427\n", - "12:41:48\tCompleted 3241 to KZ614800: 552.8449831998292\n", - "12:41:48\tCompleted 3221 to KZ115200: 1501.0756989691965\n", - "12:41:48\tCompleted 3236 to KZ113600: 2095.3331455250946\n", - "12:41:48\tCompleted 3293 to KZ352400: 1447.3346349047154\n", - "12:41:48\tCompleted 3246 to KZ594600: 2224.3287938737762\n", - "12:41:48\tCompleted 3273 to KZ275800: 3724.5549419842214\n", - "12:41:48\tCompleted 3257 to KZ234800: 2812.170571000629\n", - "12:41:48\tCompleted 3276 to KZ355600: 1509.5203323447806\n", - "12:41:48\tCompleted 3244 to KZ633200: 4595.659283936839\n", - "12:41:48\tCompleted 3234 to KZ613900: 1541.5622892540052\n", - "12:41:48\tCompleted 3238 to KZ313600: 1357.7308267822086\n", - "12:41:48\tCompleted 3258 to KZ395400: 2666.0683210630677\n", - "12:41:48\tCompleted 3218 to KZ596200: 2577.5599447977393\n", - "12:41:49\tCompleted 3224 to KZ434400: 636.0098424955717\n", - "12:41:49\tCompleted 3223 to KZ353200: 1449.2596176120478\n", - "12:41:49\tCompleted 3270 to KZ394800: 2884.063416117753\n", - "12:41:49\tCompleted 3240 to KZ596600: 1871.9174048886064\n", - "12:41:49\tCompleted 3249 to KZ115600: 3291.944441502385\n", - "12:41:49\tCompleted 3233 to KZ394000: 1788.909132728893\n", - "12:41:49\tCompleted 3272 to KZ554800: 2139.2159756786486\n", - "12:41:49\tCompleted 3266 to KZ711310: 1479.6729650370069\n", - "12:41:49\tCompleted 3265 to KZ471800: 4037.4900690763066\n", - "12:41:49\tCompleted 3294 to KZ591000: 1958.1340424270973\n", - "12:41:49\tCompleted 3243 to KZ154000: 3331.6057262099157\n", - "12:41:49\tCompleted 3241 to KZ615400: 549.731012562267\n", - "12:41:49\tCompleted 3237 to KZ195000: 1893.403105274885\n", - "12:41:50\tCompleted 3264 to KZ394000: 2940.6057295921337\n", - "12:41:50\tCompleted 3277 to KZ434000: 1662.421557675575\n", - "12:41:50\tCompleted 3275 to KZ191600: 4008.367959491114\n", - "12:41:50\tCompleted 3254 to KZ614600: 2907.171766410592\n", - "12:41:50\tCompleted 3295 to KZ616000: 971.5527917059488\n", - "12:41:50\tCompleted 3276 to KZ352100: 601.2836467480623\n", - "12:41:50\tCompleted 3224 to KZ431000: 113.6733562091802\n", - "12:41:50\tCompleted 3293 to KZ356000: 1160.775333309499\n", - "12:41:50\tCompleted 3307 to KZ473600: 3611.2233969546546\n", - "12:41:50\tCompleted 3250 to KZ633400: 4508.5380550384\n", - "12:41:50\tCompleted 3238 to KZ314000: 1216.0874626338223\n", - "12:41:50\tCompleted 3220 to KZ113800: 1632.5610716376793\n", - "12:41:50\tCompleted 3268 to KZ117000: 1627.5194040569054\n", - "12:41:50\tCompleted 3260 to KZ613800: 1590.4712929422105\n", - "12:41:50\tCompleted 3269 to KZ191000: 4287.857945400663\n", - "12:41:51\tCompleted 3279 to KZ593600: 2081.8125324561897\n", - "12:41:51\tCompleted 3308 to KZ553200: 2114.3519000288834\n", - "12:41:51\tCompleted 3241 to KZ615200: 365.3145812667163\n", - "12:41:51\tCompleted 3298 to KZ151000: 3078.281525924611\n", - "12:41:51\tCompleted 3256 to KZ115600: 1978.7029633434008\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:41:51\tCompleted 3247 to KZ275800: 3776.387599384497\n", - "12:41:51\tCompleted 3221 to KZ115400: 1478.4550363711028\n", - "12:41:51\tCompleted 3290 to KZ635400: 3105.40624963818\n", - "12:41:51\tCompleted 3271 to KZ475000: 4179.812454718831\n", - "12:41:51\tCompleted 3262 to KZ117000: 1786.949001334211\n", - "12:41:51\tCompleted 3251 to KZ396200: 2168.8674928465502\n", - "12:41:51\tCompleted 3234 to KZ612000: 1410.2737502824698\n", - "12:41:51\tCompleted 3224 to KZ435200: 204.48514959924208\n", - "12:41:51\tCompleted 3311 to KZ276000: 3827.17888637252\n", - "12:41:52\tCompleted 3253 to KZ594600: 2348.483173785564\n", - "12:41:52\tCompleted 3259 to KZ596600: 2221.195951487024\n", - "12:41:52\tCompleted 3238 to KZ314800: 656.0873500835165\n", - "12:41:52\tCompleted 3302 to KZ751710: 4012.9609205945358\n", - "12:41:52\tCompleted 3293 to KZ354400: 1205.1002454782863\n", - "12:41:52\tCompleted 3246 to KZ711110: 1512.6737858317028\n", - "12:41:52\tCompleted 3239 to KZ355200: 3256.288522130867512:41:52\tCompleted 3306 to KZ353600: 1851.0226284073665\n", - "\n", - "12:41:52\tCompleted 3276 to KZ352200: 1318.0768693328987\n", - "12:41:52\tCompleted 3281 to KZ276600: 2615.480584581615\n", - "12:41:52\tCompleted 3226 to KZ274800: 4571.198952802662\n", - "12:41:52\tCompleted 3295 to KZ613800: 1347.1665670383286\n", - "12:41:52\tCompleted 3224 to KZ434800: 126.05138532251704\n", - "12:41:52\tCompleted 3222 to KZ633800: 3999.509512410731\n", - "12:41:52\tCompleted 3236 to KZ113800: 2274.6791701939874\n", - "12:41:52\tCompleted 3241 to KZ616400: 1066.455729181172\n", - "12:41:52\tCompleted 3249 to KZ115200: 2897.4452474023715\n", - "12:41:53\tCompleted 3230 to KZ393200: 2646.5617597709606\n", - "12:41:53\tCompleted 3228 to KZ156000: 3241.940897222307\n", - "12:41:53\tCompleted 3238 to KZ315400: 878.753807006994\n", - "12:41:53\tCompleted 3218 to KZ596400: 3173.219624880866\n", - "12:41:53\tCompleted 3263 to KZ234800: 3849.1861643787656\n", - "12:41:53\tCompleted 3234 to KZ614400: 1468.095088693808\n", - "12:41:54\tCompleted 3224 to KZ433600: 168.0035713374681\n", - "12:41:54\tCompleted 3221 to KZ151000: 1321.084562635293412:41:54\tCompleted 3293 to KZ351800: 974.8799562130016\n", - "\n", - "12:41:54\tCompleted 3237 to KZ194400: 1711.188031815911\n", - "12:41:54\tCompleted 3240 to KZ595000: 1781.7649201116835\n", - "12:41:54\tCompleted 3272 to KZ556400: 2066.0823348534523\n", - "12:41:54\tCompleted 3254 to KZ614800: 3146.8817716682724\n", - "12:41:54\tCompleted 3268 to KZ114400: 1753.7592441655045\n", - "12:41:54\tCompleted 3258 to KZ392000: 2782.9920161432915\n", - "12:41:54\tCompleted 3288 to KZ154600: 3285.2157298488573\n", - "12:41:54\tCompleted 3253 to KZ711110: 1596.7154673712876\n", - "12:41:54\tCompleted 3241 to KZ615600: 768.7308963786647\n", - "12:41:54\tCompleted 3262 to KZ114400: 1913.1888414428101\n", - "12:41:54\tCompleted 3265 to KZ593200: 2004.3173850337776\n", - "12:41:54\tCompleted 3245 to KZ395400: 2223.8829523329196\n", - "12:41:55\tCompleted 3233 to KZ396800: 1811.982275071750612:41:55\tCompleted 3306 to KZ351600: 1425.8127764309152\n", - "\n", - "12:41:55\tCompleted 3308 to KZ553600: 1849.3615669627343\n", - "12:41:55\tCompleted 3294 to KZ595600: 2192.0216289490195\n", - "12:41:55\tCompleted 3223 to KZ353600: 2132.131258051819\n", - "12:41:55\tCompleted 3224 to KZ434000: 676.8986066375695\n", - "12:41:55\tCompleted 3238 to KZ315600: 1217.6555486486936\n", - "12:41:55\tCompleted 3229 to KZ234600: 4931.813681641164\n", - "12:41:55\tCompleted 3244 to KZ634800: 5139.516257147899\n", - "12:41:55\tCompleted 3275 to KZ195200: 3946.1329826258466\n", - "12:41:55\tCompleted 3220 to KZ114500: 1921.3417977229776\n", - "12:41:55\tCompleted 3270 to KZ395000: 2812.038825808707\n", - "12:41:55\tCompleted 3266 to KZ555200: 2221.297269895138\n", - "12:41:55\tCompleted 3264 to KZ396800: 2686.698187152547\n", - "12:41:55\tCompleted 3241 to KZ615800: 444.55291096815995\n", - "12:41:55\tCompleted 3246 to KZ711410: 1512.8465888858125\n", - "12:41:55\tCompleted 3276 to KZ352300: 1808.3092551268521\n", - "12:41:55\tCompleted 3273 to KZ276000: 4140.385967739256\n", - "12:41:55\tCompleted 3243 to KZ154200: 3634.241765179238\n", - "12:41:56\tCompleted 3249 to KZ115400: 2880.304483926488\n", - "12:41:56\tCompleted 3257 to KZ235200: 2859.8104183639966\n", - "12:41:56\tCompleted 3234 to KZ614600: 1257.7467161623729\n", - "12:41:56\tCompleted 3259 to KZ595000: 2055.6359701747383\n", - "12:41:56\tCompleted 3256 to KZ115200: 2172.1850778296553\n", - "12:41:56\tCompleted 3279 to KZ595200: 2079.262665513424\n", - "12:41:56\tCompleted 3251 to KZ396600: 2176.7863336377395\n", - "12:41:56\tCompleted 3221 to KZ153200: 1325.501146063943\n", - "12:41:56\tCompleted 3250 to KZ633600: 4279.362714449931\n", - "12:41:56\tCompleted 3236 to KZ114500: 2141.801185648034\n", - "12:41:56\tCompleted 3241 to KZ612600: 153.9329220826495\n", - "12:41:56\tCompleted 3269 to KZ196200: 4053.4507726093125\n", - "12:41:57\tCompleted 3307 to KZ474200: 4057.8475580211766\n", - "12:41:57\tCompleted 3260 to KZ273200: 4291.970238242789\n", - "12:41:57\tCompleted 3277 to KZ471000: 4095.3704283445363\n", - "12:41:57\tCompleted 3253 to KZ711410: 1622.8279674547991\n", - "12:41:57\tCompleted 3239 to KZ355600: 3499.9340752259773\n", - "12:41:57\tCompleted 3306 to KZ354000: 1473.985089929388\n", - "12:41:57\tCompleted 3238 to KZ316000: 1477.3204447897647\n", - "12:41:58\tCompleted 3249 to KZ151000: 1638.974070819497\n", - "12:41:58\tCompleted 3298 to KZ153200: 3082.698109353236\n", - "12:41:58\tCompleted 3271 to KZ475200: 4190.6554155028825\n", - "12:41:58\tCompleted 3241 to KZ616000: 471.6921267007664\n", - "12:41:58\tCompleted 3230 to KZ393400: 2544.50587104893\n", - "12:41:58\tCompleted 3218 to KZ594600: 2685.035605215605\n", - "12:41:58\tCompleted 3254 to KZ615400: 3143.287396749743\n", - "12:41:58\tCompleted 3237 to KZ194600: 1721.7049978204175\n", - "12:41:58\tCompleted 3276 to KZ352800: 1345.1992920298655\n", - "12:41:58\tCompleted 3262 to KZ114600: 2021.58793383024\n", - "12:41:58\tCompleted 3311 to KZ276200: 3546.565099638615712:41:58\tCompleted 3290 to KZ635000: 2580.1328223057594\n", - "\n", - "12:41:58\tCompleted 3268 to KZ114600: 1862.1583365529343\n", - "12:41:58\tCompleted 3302 to KZ751810: 3959.2047646714855\n", - "12:41:58\tCompleted 3233 to KZ394800: 1584.47647336614\n", - "12:41:58\tCompleted 3221 to KZ153400: 1214.9144885382368\n", - "12:41:58\tCompleted 3281 to KZ275000: 2481.1782416839737\n", - "12:41:58\tCompleted 3246 to KZ711210: 1482.492203219397\n", - "12:41:58\tCompleted 3294 to KZ596000: 1834.8366448959293\n", - "12:41:59\tCompleted 3226 to KZ275800: 4040.781776791031\n", - "12:41:59\tCompleted 3240 to KZ593600: 1896.3135243959773\n", - "12:41:59\tCompleted 3265 to KZ595800: 2108.236995074155\n", - "12:41:59\tCompleted 3238 to KZ316600: 1026.1279057485663\n", - "12:41:59\tCompleted 3293 to KZ393200: 2089.0574019562837\n", - "12:41:59\tCompleted 3241 to KZ613800: 619.465855438705\n", - "12:41:59\tCompleted 3228 to KZ154600: 3540.0783279674215\n", - "12:41:59\tCompleted 3258 to KZ395600: 2660.1453654343786\n", - "12:41:59\tCompleted 3223 to KZ351600: 1712.269305339804\n", - "12:41:59\tCompleted 3249 to KZ153200: 1575.8880751876402\n", - "12:41:59\tCompleted 3272 to KZ554200: 2328.7103732408805\n", - "12:41:59\tCompleted 3222 to KZ634000: 4246.712310307768\n", - "12:41:59\tCompleted 3308 to KZ552200: 1956.8869562421296\n", - "12:41:59\tCompleted 3234 to KZ614800: 1739.3675215334795\n", - "12:41:59\tCompleted 3276 to KZ356400: 997.9825239364629\n", - "12:41:59\tCompleted 3220 to KZ114000: 1729.4241581698457\n", - "12:42:00\tCompleted 3295 to KZ273200: 4048.6655123389064\n", - "12:42:00\tCompleted 3306 to KZ351000: 1407.9598045795524\n", - "12:42:00\tCompleted 3253 to KZ711210: 1623.9897288816976\n", - "12:42:00\tCompleted 3288 to KZ154800: 3120.2230408612572\n", - "12:42:00\tCompleted 3266 to KZ551600: 1954.7305479096008\n", - "12:42:00\tCompleted 3259 to KZ593600: 2170.1845744590323\n", - "12:42:00\tCompleted 3247 to KZ276000: 4192.218625139539\n", - "12:42:00\tCompleted 3236 to KZ114000: 2088.7405394418574\n", - "12:42:00\tCompleted 3263 to KZ235200: 3896.8260117421332\n", - "12:42:00\tCompleted 3245 to KZ392000: 2230.936606728144\n", - "12:42:01\tCompleted 3256 to KZ115400: 2392.757849695306\n", - "12:42:01\tCompleted 3264 to KZ394800: 2865.3527558506066\n", - "12:42:01\tCompleted 3279 to KZ591000: 1969.4783942659637\n", - "12:42:01\tCompleted 3243 to KZ156000: 3207.4909975474584\n", - "12:42:01\tCompleted 3254 to KZ615200: 2958.8709654541963\n", - "12:42:01\tCompleted 3275 to KZ195000: 4397.763086166545\n", - "12:42:01\tCompleted 3244 to KZ633400: 4495.378509494296\n", - "12:42:01\tCompleted 3306 to KZ352000: 957.8820811615785\n", - "12:42:01\tCompleted 3221 to KZ153600: 1507.3182493957154\n", - "12:42:01\tCompleted 3246 to KZ711310: 1504.0845917579861\n", - "12:42:01\tCompleted 3229 to KZ234800: 4065.515057476694\n", - "12:42:01\tCompleted 3238 to KZ316200: 1509.5357468820557\n", - "12:42:01\tCompleted 3270 to KZ395200: 2344.003340733872\n", - "12:42:01\tCompleted 3224 to KZ471000: 2365.009692416945\n", - "12:42:01\tCompleted 3272 to KZ791110: 1225.227137241403\n", - "12:42:02\tCompleted 3276 to KZ352400: 1331.1248799262692\n", - "12:42:02\tCompleted 3293 to KZ393400: 1605.4664437933252\n", - "12:42:02\tCompleted 3273 to KZ276200: 3859.772181005352\n", - "12:42:02\tCompleted 3249 to KZ153400: 2269.3287333853305\n", - "12:42:02\tCompleted 3251 to KZ394200: 2493.2672416003606\n", - "12:42:02\tCompleted 3218 to KZ711110: 2821.202301974083\n", - "12:42:02\tCompleted 3230 to KZ391600: 2400.3763680644206\n", - "12:42:02\tCompleted 3239 to KZ352100: 3776.3961639400486\n", - "12:42:02\tCompleted 3268 to KZ114800: 2220.393865906245\n", - "12:42:03\tCompleted 3234 to KZ615400: 1480.5312886240313\n", - "12:42:03\tCompleted 3237 to KZ194800: 1989.8206498744207\n", - "12:42:03\tCompleted 3250 to KZ633800: 4579.948061930483\n", - "12:42:03\tCompleted 3253 to KZ711310: 1635.8470883376294\n", - "12:42:03\tCompleted 3223 to KZ354000: 1545.418968199433\n", - "12:42:03\tCompleted 3269 to KZ192600: 4326.801700429357\n", - "12:42:03\tCompleted 3257 to KZ235600: 2954.8481843844015\n", - "12:42:03\tCompleted 3262 to KZ114800: 2379.8234631835435\n", - "12:42:03\tCompleted 3307 to KZ474600: 3735.0229972030947\n", - "12:42:03\tCompleted 3260 to KZ274400: 4229.098925729515\n", - "12:42:03\tCompleted 3277 to KZ473600: 3676.395662321593\n", - "12:42:03\tCompleted 3238 to KZ311000: 1114.9501170126352\n", - "12:42:03\tCompleted 3265 to KZ593400: 1917.6242577220146\n", - "12:42:03\tCompleted 3233 to KZ395000: 1918.612253460773\n", - "12:42:03\tCompleted 3236 to KZ117000: 2011.3728828884637\n", - "12:42:03\tCompleted 3221 to KZ154000: 1258.8948222207432\n", - "12:42:03\tCompleted 3302 to KZ751910: 3980.3456810218927\n", - "12:42:03\tCompleted 3272 to KZ791310: 1181.6869053607943\n", - "12:42:04\tCompleted 3249 to KZ153600: 1240.7153852110223\n", - "12:42:04\tCompleted 3298 to KZ153400: 2972.111451827557\n", - "12:42:04\tCompleted 3290 to KZ632200: 2271.367759049511\n", - "12:42:04\tCompleted 3220 to KZ117000: 1780.117127602023\n", - "12:42:04\tCompleted 3294 to KZ596200: 2221.836094567103\n", - "12:42:04\tCompleted 3259 to KZ595200: 2167.634707516263\n", - "12:42:04\tCompleted 3240 to KZ595200: 1893.7636574532132\n", - "12:42:04\tCompleted 3293 to KZ391600: 1472.5717046550997\n", - "12:42:04\tCompleted 3308 to KZ554600: 2039.0634287439393\n", - "12:42:05\tCompleted 3228 to KZ154800: 3375.0856389798214\n", - "12:42:05\tCompleted 3271 to KZ471800: 4020.265195342154\n", - "12:42:05\tCompleted 3234 to KZ615200: 1217.9479351257514\n", - "12:42:05\tCompleted 3238 to KZ315000: 1232.1589332462688\n", - "12:42:05\tCompleted 3226 to KZ276000: 4456.6128025461085\n", - "12:42:05\tCompleted 3272 to KZ791510: 1158.8064057891413\n", - "12:42:05\tCompleted 3311 to KZ271000: 3564.2580550528314\n", - "12:42:05\tCompleted 3266 to KZ553200: 2073.678541316308\n", - "12:42:05\tCompleted 3223 to KZ351000: 1479.3936828495973\n", - "12:42:06\tCompleted 3258 to KZ395800: 2962.529440840863612:42:06\tCompleted 3281 to KZ274800: 3016.683153067363\n", - "\n", - "12:42:06\tCompleted 3279 to KZ595600: 2086.860940862876\n", - "12:42:06\tCompleted 3222 to KZ635400: 4754.948223879503\n", - "12:42:06\tCompleted 3233 to KZ395200: 1386.2510266216188\n", - "12:42:06\tCompleted 3254 to KZ616400: 3660.492517649611\n", - "12:42:06\tCompleted 3268 to KZ111010: 1757.7459903362983\n", - "12:42:06\tCompleted 3249 to KZ154000: 1749.0544928072075\n", - "12:42:06\tCompleted 3295 to KZ274400: 3985.7941998256306\n", - "12:42:06\tCompleted 3253 to KZ555200: 1843.1947265758013\n", - "12:42:06\tCompleted 3288 to KZ155200: 3547.16170376301\n", - "12:42:06\tCompleted 3262 to KZ111010: 1917.175587613604\n", - "12:42:06\tCompleted 3218 to KZ711410: 2811.3365227950567\n", - "12:42:06\tCompleted 3224 to KZ473600: 1946.0349263939763\n", - "12:42:06\tCompleted 3306 to KZ354800: 1956.816043220178\n", - "12:42:06\tCompleted 3244 to KZ633600: 4266.203168905828\n", - "12:42:06\tCompleted 3264 to KZ395000: 2793.328165541561\n", - "12:42:06\tCompleted 3221 to KZ154200: 1561.5308611900643\n", - "12:42:06\tCompleted 3246 to KZ555200: 2245.708896616114\n", - "12:42:06\tCompleted 3263 to KZ235600: 3991.863777762538\n", - "12:42:07\tCompleted 3276 to KZ356000: 1969.405642350126\n", - "12:42:07\tCompleted 3220 to KZ114400: 1544.2743321231574\n", - "12:42:07\tCompleted 3256 to KZ151000: 3253.1934283525316\n", - "12:42:07\tCompleted 3245 to KZ395600: 2304.240104635788\n", - "12:42:07\tCompleted 3243 to KZ154600: 3505.628428292573\n", - "12:42:07\tCompleted 3238 to KZ314200: 1116.3643305750084\n", - "12:42:07\tCompleted 3247 to KZ276200: 3911.604838405628\n", - "12:42:07\tCompleted 3230 to KZ393600: 2627.1259828759557\n", - "12:42:07\tCompleted 3239 to KZ352200: 3457.982653388731\n", - "12:42:07\tCompleted 3270 to KZ391000: 2539.7096052428315\n", - "12:42:07\tCompleted 3275 to KZ194400: 4215.548012707561\n", - "12:42:07\tCompleted 3272 to KZ791710: 1157.0302254721087\n", - "12:42:07\tCompleted 3229 to KZ235200: 4113.154904840061\n", - "12:42:07\tCompleted 3236 to KZ114400: 2137.612722997058\n", - "12:42:08\tCompleted 3223 to KZ352000: 1090.6960856949208\n", - "12:42:08\tCompleted 3249 to KZ154200: 1671.8990500371472\n", - "12:42:08\tCompleted 3259 to KZ591000: 2057.8504362688054\n", - "12:42:08\tCompleted 3265 to KZ594200: 2097.4820067855258\n", - "12:42:08\tCompleted 3237 to KZ195600: 2066.6012176296304\n", - "12:42:09\tCompleted 3293 to KZ393600: 1943.11573614971\n", - "12:42:09\tCompleted 3294 to KZ596400: 1995.6310741668788\n", - "12:42:09\tCompleted 3302 to KZ751510: 3968.861618920977\n", - "12:42:09\tCompleted 3221 to KZ156000: 1134.7800935582727\n", - "12:42:09\tCompleted 3306 to KZ355200: 1435.9583251543247\n", - "12:42:09\tCompleted 3251 to KZ394400: 2705.5839235262333\n", - "12:42:09\tCompleted 3269 to KZ196600: 4372.517424484617\n", - "12:42:09\tCompleted 3240 to KZ591000: 1783.979386205751\n", - "12:42:09\tCompleted 3273 to KZ271000: 3877.465136419568\n", - "12:42:09\tCompleted 3268 to KZ116000: 1726.5770714590374\n", - "12:42:09\tCompleted 3241 to KZ273200: 2637.2822857535584\n", - "12:42:09\tCompleted 3253 to KZ551600: 1901.1556302070328\n", - "12:42:09\tCompleted 3271 to KZ593200: 1987.0925112996244\n", - "12:42:09\tCompleted 3250 to KZ634000: 4827.150859827526\n", - "12:42:09\tCompleted 3262 to KZ116000: 1886.006668736343\n", - "12:42:09\tCompleted 3298 to KZ153600: 3264.5152126850817\n", - "12:42:09\tCompleted 3260 to KZ275400: 4904.287357686582\n", - "12:42:09\tCompleted 3272 to KZ611600: 1413.8907607472331\n", - "12:42:10\tCompleted 3234 to KZ616400: 2190.540486021803\n", - "12:42:10\tCompleted 3266 to KZ553600: 1808.688208250159\n", - "12:42:10\tCompleted 3233 to KZ391000: 1640.6492232779715\n", - "12:42:10\tCompleted 3277 to KZ474200: 4123.019823388115\n", - "12:42:10\tCompleted 3238 to KZ353200: 1698.2843910866318\n", - "12:42:10\tCompleted 3279 to KZ596000: 1846.1809967347958\n", - "12:42:10\tCompleted 3249 to KZ156000: 1818.1900345756223\n", - "12:42:10\tCompleted 3254 to KZ615600: 3270.932951873726\n", - "12:42:10\tCompleted 3302 to KZ231000: 1167.0775428399968\n", - "12:42:10\tCompleted 3239 to KZ352300: 2680.5807779610986\n", - "12:42:10\tCompleted 3276 to KZ354400: 1761.889764172976\n", - "12:42:10\tCompleted 3308 to KZ555600: 2402.894291959421\n", - "12:42:10\tCompleted 3307 to KZ475000: 4105.352023952872\n", - "12:42:11\tCompleted 3218 to KZ711210: 2808.6922922370336\n", - "12:42:11\tCompleted 3246 to KZ551600: 1979.14217463058\n", - "12:42:11\tCompleted 3228 to KZ155200: 3802.024301881574\n", - "12:42:11\tCompleted 3226 to KZ276200: 4175.999015812165\n", - "12:42:11\tCompleted 3258 to KZ392400: 2688.71636686719\n", - "12:42:11\tCompleted 3221 to KZ154600: 1432.9175243034044\n", - "12:42:11\tCompleted 3264 to KZ395200: 2325.2926804667254\n", - "12:42:12\tCompleted 3288 to KZ156400: 3126.4517034022433\n", - "12:42:12\tCompleted 3272 to KZ613600: 1267.5182085093106\n", - "12:42:12\tCompleted 3306 to KZ355600: 1598.5850106475225\n", - "12:42:12\tCompleted 3281 to KZ275800: 2486.265977055785\n", - "12:42:12\tCompleted 3249 to KZ154600: 1731.0751566417564\n", - "12:42:12\tCompleted 3302 to KZ234000: 1419.7605880567303\n", - "12:42:12\tCompleted 3222 to KZ635000: 4282.28143396782712:42:12\tCompleted 3257 to KZ233600: 2837.464782240271\n", - "\n", - "12:42:12\tCompleted 3244 to KZ633800: 4566.788516386379\n", - "12:42:12\tCompleted 3243 to KZ154800: 3340.635739304973\n", - "12:42:12\tCompleted 3220 to KZ114600: 2055.9620391310364\n", - "12:42:12\tCompleted 3236 to KZ114600: 2246.0118153844924\n", - "12:42:12\tCompleted 3238 to KZ353600: 1634.514169369965\n", - "12:42:12\tCompleted 3230 to KZ396400: 2848.5376295493106\n", - "12:42:12\tCompleted 3259 to KZ595600: 2291.738022790722\n", - "12:42:13\tCompleted 3237 to KZ195800: 1880.4880899967802\n", - "12:42:13\tCompleted 3270 to KZ395400: 2583.073500168144\n", - "12:42:13\tCompleted 3224 to KZ474200: 2392.659087460507\n", - "12:42:13\tCompleted 3268 to KZ116400: 1848.978419218556612:42:13\tCompleted 3223 to KZ354800: 2028.249921490223\n", - "\n", - "12:42:13\tCompleted 3295 to KZ275400: 4660.982631782682\n", - "12:42:13\tCompleted 3311 to KZ274000: 4217.916238772331\n", - "12:42:13\tCompleted 3290 to KZ635200: 2845.7378700987733\n", - "12:42:13\tCompleted 3245 to KZ395800: 2330.7870461418415\n", - "12:42:13\tCompleted 3263 to KZ233600: 3874.4803756184824\n", - "12:42:13\tCompleted 3262 to KZ116400: 2008.4080164958623\n", - "12:42:13\tCompleted 3256 to KZ153200: 3257.6100117811566\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:42:13\tCompleted 3234 to KZ615600: 1774.849188298923\n", - "12:42:13\tCompleted 3275 to KZ194600: 4226.064978712058\n", - "12:42:13\tCompleted 3253 to KZ553200: 2138.7630964543155\n", - "12:42:13\tCompleted 3221 to KZ154800: 1267.9248353158034\n", - "12:42:13\tCompleted 3229 to KZ235600: 4208.192670860487\n", - "12:42:13\tCompleted 3272 to KZ614000: 1214.3781615949886\n", - "12:42:14\tCompleted 3254 to KZ615800: 3038.109295155637\n", - "12:42:14\tCompleted 3233 to KZ395400: 1688.51677631105\n", - "12:42:14\tCompleted 3247 to KZ271000: 3929.2977938198437\n", - "12:42:14\tCompleted 3249 to KZ154800: 1750.8747849211718\n", - "12:42:14\tCompleted 3293 to KZ396400: 2101.5896326786296\n", - "12:42:14\tCompleted 3294 to KZ594600: 2201.109925694369\n", - "12:42:14\tCompleted 3271 to KZ595800: 2091.0121213400016\n", - "12:42:14\tCompleted 3265 to KZ596600: 2198.36752436228\n", - "12:42:14\tCompleted 3306 to KZ352100: 1191.775736126162\n", - "12:42:14\tCompleted 3240 to KZ595600: 2017.8669727276733\n", - "12:42:14\tCompleted 3269 to KZ194200: 4000.608486306878\n", - "12:42:14\tCompleted 3302 to KZ234200: 1826.6337267286344\n", - "12:42:14\tCompleted 3251 to KZ433200: 2054.3910915496936\n", - "12:42:14\tCompleted 3276 to KZ351800: 1782.9244788160017\n", - "12:42:14\tCompleted 3266 to KZ552200: 1916.2135975295544\n", - "12:42:14\tCompleted 3238 to KZ351600: 1209.3043173935137\n", - "12:42:14\tCompleted 3279 to KZ596200: 2005.209551750519\n", - "12:42:15\tCompleted 3218 to KZ711310: 2798.952351544148\n", - "12:42:15\tCompleted 3263 to KZ633200: 1266.9135600175025\n", - "12:42:15\tCompleted 3220 to KZ114800: 1495.4520825749557\n", - "12:42:15\tCompleted 3239 to KZ352800: 3458.6664965298287\n", - "12:42:15\tCompleted 3223 to KZ355200: 1312.8698076569744\n", - "12:42:15\tCompleted 3308 to KZ551000: 2031.9795510925119\n", - "12:42:15\tCompleted 3234 to KZ615800: 1159.0245331966146\n", - "12:42:15\tCompleted 3249 to KZ155200: 1494.732206535249\n", - "12:42:15\tCompleted 3298 to KZ154000: 3016.091785510056\n", - "12:42:15\tCompleted 3246 to KZ553200: 2098.0901680372876\n", - "12:42:16\tCompleted 3260 to KZ273600: 4072.246616669041\n", - "12:42:16\tCompleted 3268 to KZ116800: 1636.5795655265308\n", - "12:42:16\tCompleted 3264 to KZ391000: 2520.9989449756854\n", - "12:42:16\tCompleted 3250 to KZ635400: 5335.38677339926\n", - "12:42:16\tCompleted 3259 to KZ596000: 1934.5530387376382\n", - "12:42:16\tCompleted 3262 to KZ116800: 1796.0091628038365\n", - "12:42:16\tCompleted 3272 to KZ613900: 1492.3014336114363\n", - "12:42:16\tCompleted 3302 to KZ234600: 1941.8040251667162\n", - "12:42:16\tCompleted 3277 to KZ474600: 3800.1952625700333\n", - "12:42:16\tCompleted 3306 to KZ352200: 1385.76631407072\n", - "12:42:17\tCompleted 3228 to KZ156400: 3381.3143015208075\n", - "12:42:17\tCompleted 3294 to KZ711110: 1449.342219280086\n", - "12:42:17\tCompleted 3273 to KZ274000: 4531.123320139072\n", - "12:42:17\tCompleted 3254 to KZ612600: 2747.4893062701517\n", - "12:42:17\tCompleted 3258 to KZ396200: 2497.1394528409855\n", - "12:42:17\tCompleted 3221 to KZ155200: 1694.863498217581\n", - "12:42:17\tCompleted 3253 to KZ553600: 1856.370034999083\n", - "12:42:17\tCompleted 3236 to KZ114800: 2604.2473447377874\n", - "12:42:17\tCompleted 3241 to KZ274400: 2574.4109732402535\n", - "12:42:17\tCompleted 3238 to KZ354000: 1718.1038353550177\n", - "12:42:17\tCompleted 3251 to KZ431900: 1535.3472586544744\n", - "12:42:18\tCompleted 3226 to KZ271000: 4193.691971226399\n", - "12:42:18\tCompleted 3249 to KZ156400: 1993.517385087084\n", - "12:42:18\tCompleted 3233 to KZ392000: 1695.570430706286\n", - "12:42:18\tCompleted 3288 to KZ155600: 3299.131577441103\n", - "12:42:18\tCompleted 3302 to KZ234800: 1160.184238976373\n", - "12:42:18\tCompleted 3230 to KZ394000: 3080.472478915132\n", - "12:42:18\tCompleted 3222 to KZ632200: 3631.9617527341175\n", - "12:42:18\tCompleted 3237 to KZ196000: 2067.2688453857\n", - "12:42:18\tCompleted 3307 to KZ475200: 4116.1949847369215\n", - "12:42:18\tCompleted 3234 to KZ612600: 1414.1546598175407\n", - "12:42:18\tCompleted 3240 to KZ596000: 1660.6819886745832\n", - "12:42:18\tCompleted 3257 to KZ633200: 2214.415765174103\n", - "12:42:18\tCompleted 3263 to KZ634800: 1751.360151427797\n", - "12:42:18\tCompleted 3224 to KZ474600: 2069.8345266424367\n", - "12:42:18\tCompleted 3271 to KZ593400: 1900.3993839878615\n", - "12:42:18\tCompleted 3306 to KZ352300: 984.76351313132\n", - "12:42:18\tCompleted 3265 to KZ595000: 2032.807543049992312:42:18\tCompleted 3243 to KZ155200: 3767.5744022067256\n", - "\n", - "12:42:18\tCompleted 3244 to KZ634000: 4813.991314283421\n", - "12:42:18\tCompleted 3272 to KZ612000: 1361.0128946399009\n", - "12:42:19\tCompleted 3281 to KZ276000: 2902.09700281082\n", - "12:42:19\tCompleted 3223 to KZ355600: 1670.0188889175674\n", - "12:42:19\tCompleted 3256 to KZ153400: 3147.023354255478\n", - "12:42:19\tCompleted 3270 to KZ392000: 2699.997195248368\n", - "12:42:19\tCompleted 3245 to KZ392400: 2240.8131265145894\n", - "12:42:19\tCompleted 3268 to KZ111810: 1658.4436585496596\n", - "12:42:19\tCompleted 3221 to KZ156400: 1274.1534978567406\n", - "12:42:19\tCompleted 3295 to KZ273600: 3828.9418907651793\n", - "12:42:19\tCompleted 3269 to KZ751210: 3955.4081088916914\n", - "12:42:19\tCompleted 3302 to KZ235200: 1103.791337773871912:42:19\tCompleted 3246 to KZ553600: 1833.0998349711383\n", - "\n", - "12:42:19\tCompleted 3249 to KZ155600: 1396.8441288283623\n", - "12:42:19\tCompleted 3293 to KZ394000: 2210.0499117679396\n", - "12:42:19\tCompleted 3266 to KZ554600: 1998.390070031364\n", - "12:42:19\tCompleted 3279 to KZ596400: 2028.2470240146679\n", - "12:42:19\tCompleted 3275 to KZ194800: 4494.180630766064\n", - "12:42:19\tCompleted 3262 to KZ111810: 1817.8732558269653\n", - "12:42:19\tCompleted 3229 to KZ233600: 4090.8092687164108\n", - "12:42:19\tCompleted 3294 to KZ711410: 1475.4547193635976\n", - "12:42:20\tCompleted 3220 to KZ111010: 1882.0143793885609\n", - "12:42:20\tCompleted 3263 to KZ633400: 1045.6635107801762\n", - "12:42:20\tCompleted 3234 to KZ616000: 1123.9198884425646\n", - "12:42:20\tCompleted 3276 to KZ393200: 2480.9975970730875\n", - "12:42:20\tCompleted 3239 to KZ356400: 3492.4932955890645\n", - "12:42:20\tCompleted 3238 to KZ351000: 1649.7354042546744\n", - "12:42:20\tCompleted 3254 to KZ616000: 3065.2485108882483\n", - "12:42:20\tCompleted 3253 to KZ552200: 1981.298152667561212:42:20\tCompleted 3247 to KZ274000: 4582.955977539353\n", - "\n", - "12:42:20\tCompleted 3218 to KZ555200: 3542.7672107652916\n", - "12:42:20\tCompleted 3259 to KZ596200: 2321.552488408807\n", - "12:42:20\tCompleted 3236 to KZ111010: 2141.59946916785\n", - "12:42:21\tCompleted 3308 to KZ556000: 2080.1009333005263\n", - "12:42:21\tCompleted 3302 to KZ235600: 1218.1830143860743\n", - "12:42:21\tCompleted 3311 to KZ274200: 4335.261733151832\n", - "12:42:21\tCompleted 3290 to KZ632400: 2714.693427948275\n", - "12:42:21\tCompleted 3272 to KZ614400: 1418.8342330512392\n", - "12:42:21\tCompleted 3251 to KZ434600: 1569.0118290808548\n", - "12:42:21\tCompleted 3229 to KZ633200: 934.1372599344932\n", - "12:42:21\tCompleted 3306 to KZ352800: 1359.9963485645778\n", - "12:42:21\tCompleted 3268 to KZ116600: 1182.950420237772\n", - "12:42:21\tCompleted 3264 to KZ395400: 2564.362839900998\n", - "12:42:21\tCompleted 3262 to KZ116600: 1331.2367348408222\n", - "12:42:22\tCompleted 3298 to KZ154200: 3318.7278244793783\n", - "12:42:22\tCompleted 3260 to KZ276600: 4154.071863368027\n", - "12:42:22\tCompleted 3249 to KZ156800: 2095.737685506464\n", - "12:42:22\tCompleted 3237 to KZ191000: 1758.8796924926553\n", - "12:42:22\tCompleted 3221 to KZ155600: 1446.8333718956721\n", - "12:42:22\tCompleted 3294 to KZ711210: 1476.616480790496\n", - "12:42:22\tCompleted 3258 to KZ396600: 2505.058293632175\n", - "12:42:22\tCompleted 3233 to KZ395600: 1768.8739286139296\n", - "12:42:22\tCompleted 3302 to KZ233600: 926.8497220094804\n", - "12:42:22\tCompleted 3228 to KZ155600: 3553.9941755596674\n", - "12:42:22\tCompleted 3250 to KZ635000: 4862.719983487617\n", - "12:42:23\tCompleted 3271 to KZ594200: 2080.257133051373\n", - "12:42:23\tCompleted 3234 to KZ613800: 1499.5336637749442\n", - "12:42:23\tCompleted 3265 to KZ593600: 2147.3561473342857\n", - "12:42:23\tCompleted 3220 to KZ116000: 1494.6647424664043\n", - "12:42:23\tCompleted 3272 to KZ614600: 1208.485860519804\n", - "12:42:23\tCompleted 3263 to KZ633600: 1559.5812729150339\n", - "12:42:23\tCompleted 3230 to KZ396800: 2826.564936475545\n", - "12:42:23\tCompleted 3223 to KZ352100: 1626.7717709635388\n", - "12:42:23\tCompleted 3288 to KZ156800: 2801.11142166174\n", - "12:42:23\tCompleted 3246 to KZ552200: 1940.6252242505336\n", - "12:42:23\tCompleted 3229 to KZ634800: 1418.583851344787\n", - "12:42:23\tCompleted 3306 to KZ356400: 1379.074775689324\n", - "12:42:24\tCompleted 3221 to KZ156800: 948.8132161162541\n", - "12:42:24\tCompleted 3270 to KZ395600: 2577.150544539455\n", - "12:42:24\tCompleted 3243 to KZ156400: 3346.864401845959\n", - "12:42:24\tCompleted 3273 to KZ274200: 4648.468814518609\n", - "12:42:24\tCompleted 3312 to KZ113200: 1666.4423579113375\n", - "12:42:24\tCompleted 3245 to KZ396200: 2196.4768149273914\n", - "12:42:24\tCompleted 3238 to KZ352000: 1794.501994555413\n", - "12:42:24\tCompleted 3222 to KZ635200: 4547.886481760868\n", - "12:42:24\tCompleted 3240 to KZ596200: 2047.6814383457609\n", - "12:42:24\tCompleted 3294 to KZ711310: 1488.473840246428\n", - "12:42:24\tCompleted 3288 to KZ193200: 688.2674867027379\n", - "12:42:24\tCompleted 3279 to KZ594600: 2112.6852121683955\n", - "12:42:24\tCompleted 3259 to KZ596400: 2095.347468008588\n", - "12:42:24\tCompleted 3236 to KZ116000: 2110.430550290594\n", - "12:42:24\tCompleted 3277 to KZ475000: 4170.524289319811\n", - "12:42:24\tCompleted 3253 to KZ554600: 2118.8868848454244\n", - "12:42:24\tCompleted 3224 to KZ475000: 2440.1635533922195\n", - "12:42:25\tCompleted 3269 to KZ751110: 3963.165468204573\n", - "12:42:25\tCompleted 3268 to KZ115600: 1822.516006753214512:42:25\tCompleted 3276 to KZ393400: 2303.25802817322\n", - "\n", - "12:42:25\tCompleted 3229 to KZ633400: 712.8872106971666\n", - "12:42:25\tCompleted 3226 to KZ274000: 4847.350154945917\n", - "12:42:25\tCompleted 3241 to KZ275400: 3249.599405197264\n", - "12:42:25\tCompleted 3293 to KZ396800: 2224.651986441971\n", - "12:42:25\tCompleted 3257 to KZ634800: 2698.8623565843654\n", - "12:42:25\tCompleted 3237 to KZ196200: 1524.4725197013208\n", - "12:42:25\tCompleted 3262 to KZ115600: 1981.9456040305201\n", - "12:42:25\tCompleted 3239 to KZ352400: 3408.935306980806\n", - "12:42:25\tCompleted 3244 to KZ635400: 5322.227227855155\n", - "12:42:25\tCompleted 3266 to KZ555600: 2362.220933246846\n", - "12:42:25\tCompleted 3256 to KZ153600: 3439.4271151130024\n", - "12:42:25\tCompleted 3281 to KZ276200: 2621.4832160769156\n", - "12:42:25\tCompleted 3251 to KZ434400: 1911.9612280425893\n", - "12:42:25\tCompleted 3263 to KZ633800: 1492.0808269872678\n", - "12:42:26\tCompleted 3295 to KZ276600: 3910.7671374641654\n", - "12:42:26\tCompleted 3272 to KZ614800: 1690.1066658909106\n", - "12:42:26\tCompleted 3288 to KZ193400: 893.1563637181782\n", - "12:42:26\tCompleted 3223 to KZ352200: 1457.200192340765\n", - "12:42:26\tCompleted 3254 to KZ613800: 3213.502643907132\n", - "12:42:26\tCompleted 3306 to KZ352400: 1444.2618427799807\n", - "12:42:26\tCompleted 3307 to KZ471800: 3945.804764576196\n", - "12:42:26\tCompleted 3275 to KZ195600: 4570.961198521281\n", - "12:42:26\tCompleted 3218 to KZ551600: 3276.2004887797643\n", - "12:42:26\tCompleted 3264 to KZ392000: 2681.286534981222\n", - "12:42:27\tCompleted 3308 to KZ556800: 2280.788858172463\n", - "12:42:27\tCompleted 3220 to KZ116400: 1723.0732356330923\n", - "12:42:27\tCompleted 3312 to KZ113400: 1457.6632868091663\n", - "12:42:27\tCompleted 3233 to KZ395800: 1795.4208701199577\n", - "12:42:27\tCompleted 3288 to KZ193600: 450.58771907615\n", - "12:42:27\tCompleted 3274 to KZ113200: 1694.6458544418442\n", - "12:42:27\tCompleted 3223 to KZ352300: 696.1763491248336\n", - "12:42:27\tCompleted 3279 to KZ711110: 1500.7992694911609\n", - "12:42:27\tCompleted 3229 to KZ633600: 1226.804972832024\n", - "12:42:27\tCompleted 3260 to KZ275000: 4019.7695204703587\n", - "12:42:27\tCompleted 3238 to KZ354800: 1661.0560875419515\n", - "12:42:27\tCompleted 3298 to KZ156000: 2891.977056847598812:42:27\tCompleted 3271 to KZ596600: 2181.1426506281296\n", - "\n", - "12:42:28\tCompleted 3228 to KZ156800: 3026.0126859587563\n", - "12:42:28\tCompleted 3254 to KZ273200: 1424.7127211063353\n", - "12:42:28\tCompleted 3306 to KZ356000: 1145.859900354594\n", - "12:42:28\tCompleted 3272 to KZ615400: 1431.2704329814624\n", - "12:42:28\tCompleted 3251 to KZ431000: 1253.652645679946\n", - "12:42:28\tCompleted 3253 to KZ555600: 1947.8909736373216\n", - "12:42:28\tCompleted 3258 to KZ394200: 2876.9111084247697\n", - "12:42:28\tCompleted 3246 to KZ554600: 2022.8016967523433\n", - "12:42:28\tCompleted 3302 to KZ633200: 4520.53365260759\n", - "12:42:28\tCompleted 3294 to KZ555200: 1772.7005389315627\n", - "12:42:28\tCompleted 3239 to KZ356000: 2683.9786803745415\n", - "12:42:28\tCompleted 3247 to KZ274200: 4700.301471918899\n", - "12:42:28\tCompleted 3263 to KZ634000: 1489.1655695528048\n", - "12:42:28\tCompleted 3288 to KZ194000: 86.98132758974455\n", - "12:42:28\tCompleted 3290 to KZ632800: 2489.34723550195\n", - "12:42:28\tCompleted 3230 to KZ394800: 3005.2195051736076\n", - "12:42:29\tCompleted 3250 to KZ632200: 4212.400302253831\n", - "12:42:29\tCompleted 3236 to KZ116400: 2232.831898050103\n", - "12:42:29\tCompleted 3265 to KZ595200: 2144.8062803915186\n", - "12:42:29\tCompleted 3228 to KZ193200: 354.1607213660794\n", - "12:42:29\tCompleted 3259 to KZ594600: 2300.8263195360732\n", - "12:42:29\tCompleted 3249 to KZ193200: 4709.104766494206\n", - "12:42:29\tCompleted 3240 to KZ596400: 1842.7480159544552\n", - "12:42:29\tCompleted 3262 to KZ115200: 2175.4277185167743\n", - "12:42:29\tCompleted 3234 to KZ273200: 4201.032609075526\n", - "12:42:29\tCompleted 3229 to KZ633800: 1159.304526904258\n", - "12:42:29\tCompleted 3293 to KZ394800: 1997.146184736362\n", - "12:42:29\tCompleted 3276 to KZ391600: 2159.1285251887102\n", - "12:42:29\tCompleted 3257 to KZ633400: 1966.6403019136767\n", - "12:42:29\tCompleted 3237 to KZ192600: 1797.8234475213492\n", - "12:42:30\tCompleted 3243 to KZ155600: 3519.544275884819\n", - "12:42:30\tCompleted 3288 to KZ196400: 607.0070006298855\n", - "12:42:30\tCompleted 3272 to KZ615200: 1168.6870794831825\n", - "12:42:30\tCompleted 3270 to KZ395800: 2879.534619945939\n", - "12:42:30\tCompleted 3268 to KZ115200: 2015.9981212394766\n", - "12:42:30\tCompleted 3274 to KZ113400: 1485.866783339673\n", - "12:42:30\tCompleted 3306 to KZ354400: 1202.0274533535514\n", - "12:42:30\tCompleted 3254 to KZ274400: 1700.9938763083694\n", - "12:42:30\tCompleted 3279 to KZ711410: 1500.9720725452705\n", - "12:42:30\tCompleted 3269 to KZ751310: 3956.337041079827\n", - "12:42:30\tCompleted 3223 to KZ352800: 1431.4302268346228\n", - "12:42:30\tCompleted 3228 to KZ193400: 559.0495983815201\n", - "12:42:30\tCompleted 3245 to KZ396600: 2204.3956557185807\n", - "12:42:30\tCompleted 3221 to KZ193200: 2474.1721949405\n", - "12:42:30\tCompleted 3251 to KZ435200: 1151.9585156190155\n", - "12:42:30\tCompleted 3220 to KZ116800: 1753.5935022511571\n", - "12:42:31\tCompleted 3307 to KZ593200: 1938.7436318553462\n", - "12:42:31\tCompleted 3312 to KZ113600: 1732.9360158558031\n", - "12:42:31\tCompleted 3266 to KZ551000: 1991.3061923799366\n", - "12:42:31\tCompleted 3222 to KZ632400: 4340.5435189544705\n", - "12:42:31\tCompleted 3288 to KZ196800: 184.06383131663475\n", - "12:42:31\tCompleted 3233 to KZ392400: 1705.4469504927245\n", - "12:42:31\tCompleted 3256 to KZ154000: 3191.003687937977\n", - "12:42:31\tCompleted 3229 to KZ634000: 1156.3892694697947\n", - "12:42:31\tCompleted 3248 to KZ113200: 1683.333317646894\n", - "12:42:31\tCompleted 3306 to KZ351800: 959.9645232580965\n", - "12:42:31\tCompleted 3224 to KZ475200: 2451.006514176269\n", - "12:42:31\tCompleted 3253 to KZ551000: 1859.026404291068\n", - "12:42:31\tCompleted 3244 to KZ635000: 4849.560437943513\n", - "12:42:31\tCompleted 3259 to KZ711110: 1549.05861312179512:42:31\tCompleted 3241 to KZ273600: 2417.5586641798022\n", - "\n", - "12:42:32\tCompleted 3218 to KZ553200: 3395.148482186461\n", - "12:42:32\tCompleted 3264 to KZ395600: 2558.439884272309\n", - "12:42:32\tCompleted 3228 to KZ193600: 573.1702609275328\n", - "12:42:32\tCompleted 3238 to KZ355200: 2110.054796760237\n", - "12:42:32\tCompleted 3295 to KZ275000: 3776.464794566497\n", - "12:42:32\tCompleted 3263 to KZ635400: 1934.071122135038\n", - "12:42:32\tCompleted 3288 to KZ191600: 100.96337444879181\n", - "12:42:32\tCompleted 3294 to KZ551600: 1830.6614425627943\n", - "12:42:32\tCompleted 3281 to KZ271000: 2639.1761714911313\n", - "12:42:32\tCompleted 3236 to KZ116800: 2020.433044358089\n", - "12:42:32\tCompleted 3254 to KZ275400: 2062.0401361246254\n", - "12:42:33\tCompleted 3279 to KZ711210: 1470.617686878855\n", - "12:42:33\tCompleted 3271 to KZ595000: 2015.5826693158392\n", - "12:42:33\tCompleted 3277 to KZ475200: 4181.367250103862\n", - "12:42:33\tCompleted 3239 to KZ354400: 3471.284003128743\n", - "12:42:33\tCompleted 3308 to KZ554800: 2285.4843462169156\n", - "12:42:33\tCompleted 3251 to KZ434800: 1183.284776535351\n", - "12:42:33\tCompleted 3228 to KZ194000: 428.7154920728645\n", - "12:42:33\tCompleted 3288 to KZ195200: 79.36034095148753\n", - "12:42:33\tCompleted 3274 to KZ113600: 1761.13951238631\n", - "12:42:33\tCompleted 3223 to KZ356400: 1450.508653959369\n", - "12:42:33\tCompleted 3298 to KZ154600: 3190.1144875927134\n", - "12:42:34\tCompleted 3265 to KZ591000: 2035.02200914406\n", - "12:42:34\tCompleted 3226 to KZ274200: 4964.695649325456\n", - "12:42:34\tCompleted 3230 to KZ395000: 2933.194914864559\n", - "12:42:34\tCompleted 3258 to KZ394400: 3033.8558835206686\n", - "12:42:34\tCompleted 3248 to KZ113400: 1474.554246544723\n", - "12:42:34\tCompleted 3272 to KZ616400: 2141.2796303792347\n", - "12:42:34\tCompleted 3263 to KZ635000: 1408.7976948025891\n", - "12:42:34\tCompleted 3275 to KZ195800: 4384.848070888433\n", - "12:42:34\tCompleted 3237 to KZ196600: 1843.539171576613612:42:34\tCompleted 3240 to KZ594600: 2026.9552694730337\n", - "\n", - "12:42:34\tCompleted 3220 to KZ111810: 1811.0413820947772\n", - "12:42:34\tCompleted 3229 to KZ635400: 1601.294822052028\n", - "12:42:34\tCompleted 3228 to KZ196400: 272.9002352932266\n", - "12:42:34\tCompleted 3246 to KZ555600: 2378.892061177254\n", - "12:42:34\tCompleted 3260 to KZ274800: 4555.274431853827\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:42:34\tCompleted 3259 to KZ711410: 1575.1711132053065\n", - "12:42:34\tCompleted 3245 to KZ394200: 1838.6481358804683\n", - "12:42:34\tCompleted 3312 to KZ113800: 1912.2820405247032\n", - "12:42:34\tCompleted 3288 to KZ195000: 490.3585011242034\n", - "12:42:34\tCompleted 3254 to KZ273600: 1704.0356109642937\n", - "12:42:35\tCompleted 3276 to KZ393600: 2461.5618201780776\n", - "12:42:35\tCompleted 3268 to KZ115400: 2236.570893105129\n", - "12:42:35\tCompleted 3262 to KZ115400: 2396.000490382425\n", - "12:42:35\tCompleted 3302 to KZ634800: 5064.390625818646\n", - "12:42:35\tCompleted 3243 to KZ156800: 3021.524120105456\n", - "12:42:35\tCompleted 3269 to KZ751410: 3973.7620194834662\n", - "12:42:35\tCompleted 3270 to KZ392400: 2605.7215459722665\n", - "12:42:35\tCompleted 3250 to KZ635200: 5128.325031280659\n", - "12:42:35\tCompleted 3307 to KZ595800: 2042.6632418957233\n", - "12:42:35\tCompleted 3233 to KZ396200: 1661.1106389055135\n", - "12:42:35\tCompleted 3253 to KZ556000: 1900.322912621881212:42:35\tCompleted 3279 to KZ711310: 1492.2100754174442\n", - "\n", - "12:42:35\tCompleted 3228 to KZ196800: 340.0164308531067\n", - "12:42:36\tCompleted 3220 to KZ116600: 792.6440283408696\n", - "12:42:36\tCompleted 3238 to KZ355600: 1883.50396268548\n", - "12:42:36\tCompleted 3249 to KZ193400: 4913.993643509665\n", - "12:42:36\tCompleted 3288 to KZ194400: 205.1266773497617612:42:36\tCompleted 3266 to KZ556000: 2039.4275745879538\n", - "\n", - "12:42:36\tCompleted 3293 to KZ395000: 2331.281964830985\n", - "12:42:36\tCompleted 3236 to KZ111810: 2042.297137381218\n", - "12:42:36\tCompleted 3290 to KZ636800: 2642.8617157592794\n", - "12:42:36\tCompleted 3239 to KZ351800: 2705.965554271946\n", - "12:42:36\tCompleted 3257 to KZ633600: 2373.5832172447467\n", - "12:42:36\tCompleted 3234 to KZ274400: 4138.161296562239\n", - "12:42:36\tCompleted 3229 to KZ635000: 1076.0213947195793\n", - "12:42:36\tCompleted 3218 to KZ553600: 3346.151480421438\n", - "12:42:36\tCompleted 3243 to KZ193200: 699.1515264394454\n", - "12:42:36\tCompleted 3251 to KZ433600: 1443.9549568844868\n", - "12:42:36\tCompleted 3240 to KZ711110: 1315.3002614309482\n", - "12:42:36\tCompleted 3263 to KZ632200: 1483.838273209166\n", - "12:42:36\tCompleted 3223 to KZ352400: 1515.6957210500257\n", - "12:42:37\tCompleted 3306 to KZ393200: 2074.141969001379\n", - "12:42:37\tCompleted 3294 to KZ553200: 1991.3898483631135\n", - "12:42:37\tCompleted 3228 to KZ191600: 256.9159739852637\n", - "12:42:37\tCompleted 3248 to KZ113600: 1749.8269755913598\n", - "12:42:37\tCompleted 3256 to KZ154200: 3493.639726907299\n", - "12:42:37\tCompleted 3288 to KZ194600: 318.66039366973575\n", - "12:42:37\tCompleted 3272 to KZ615600: 1725.5883326563542\n", - "12:42:37\tCompleted 3254 to KZ276600: 1929.574966556155\n", - "12:42:37\tCompleted 3237 to KZ194200: 1472.4586605236166\n", - "12:42:37\tCompleted 3238 to KZ352100: 975.2672770887606\n", - "12:42:37\tCompleted 3264 to KZ395800: 2860.8239596787926\n", - "12:42:37\tCompleted 3271 to KZ593600: 2130.1312736001328\n", - "12:42:37\tCompleted 3244 to KZ632200: 4199.240756709726\n", - "12:42:37\tCompleted 3274 to KZ113800: 1940.48553705521\n", - "12:42:38\tCompleted 3227 to KZ113200: 1743.3112322527534\n", - "12:42:38\tCompleted 3259 to KZ711210: 1576.332874632205\n", - "12:42:38\tCompleted 3224 to KZ471800: 2280.616294015538612:42:38\tCompleted 3222 to KZ632800: 4090.7703934496626\n", - "\n", - "12:42:38\tCompleted 3228 to KZ195200: 334.2229390700722\n", - "12:42:38\tCompleted 3243 to KZ193400: 904.0404034548858\n", - "12:42:38\tCompleted 3223 to KZ356000: 857.2727363481085\n", - "12:42:38\tCompleted 3312 to KZ114500: 1779.404055978738\n", - "12:42:38\tCompleted 3229 to KZ632200: 1151.061973126157712:42:38\tCompleted 3288 to KZ194800: 586.7760457237396\n", - "12:42:38\tCompleted 3230 to KZ395200: 2465.1594297897263\n", - "\n", - "12:42:38\tCompleted 3236 to KZ116600: 1555.6606163950737\n", - "12:42:39\tCompleted 3272 to KZ615800: 1109.763677554045712:42:39\tCompleted 3240 to KZ711410: 1315.4730644850579\n", - "\n", - "12:42:39\tCompleted 3251 to KZ434000: 1208.0122072949441\n", - "12:42:39\tCompleted 3254 to KZ275000: 1474.2447165322758\n", - "12:42:39\tCompleted 3308 to KZ556400: 2223.2182199083604\n", - "12:42:39\tCompleted 3253 to KZ556800: 1961.893871306628212:42:39\tCompleted 3221 to KZ193400: 2679.061071955925\n", - "12:42:39\tCompleted 3307 to KZ593400: 1852.0505045435832\n", - "\n", - "12:42:39\tCompleted 3298 to KZ154800: 3025.1217986051133\n", - "12:42:39\tCompleted 3258 to KZ433200: 2574.5561217506042\n", - "12:42:39\tCompleted 3239 to KZ393200: 2782.642087662281\n", - "12:42:39\tCompleted 3228 to KZ195000: 195.03550187625112\n", - "12:42:39\tCompleted 3265 to KZ595600: 2268.909595665976\n", - "12:42:39\tCompleted 3243 to KZ193600: 671.000417519884\n", - "12:42:39\tCompleted 3295 to KZ274800: 4311.969705949944\n", - "12:42:39\tCompleted 3263 to KZ635200: 1674.4027425956172\n", - "12:42:39\tCompleted 3233 to KZ396600: 1669.0294796967128\n", - "12:42:40\tCompleted 3306 to KZ393400: 1590.55101083842\n", - "12:42:40\tCompleted 3293 to KZ395200: 1798.920737991852\n", - "12:42:40\tCompleted 3288 to KZ195600: 583.7561149262788\n", - "12:42:40\tCompleted 3246 to KZ551000: 2015.717819100916\n", - "12:42:40\tCompleted 3241 to KZ276600: 2499.3839108787884\n", - "12:42:40\tCompleted 3281 to KZ274000: 3292.8343552106585\n", - "12:42:40\tCompleted 3277 to KZ471800: 4010.9770299431343\n", - "12:42:40\tCompleted 3238 to KZ352200: 1692.060499673598\n", - "12:42:40\tCompleted 3294 to KZ553600: 1708.9967869078814\n", - "12:42:40\tCompleted 3220 to KZ115600: 1906.6805285988498\n", - "12:42:40\tCompleted 3237 to KZ751210: 1426.4298559836923\n", - "12:42:40\tCompleted 3270 to KZ396200: 2414.144631946062\n", - "12:42:40\tCompleted 3276 to KZ396400: 2682.9734668514375\n", - "12:42:40\tCompleted 3275 to KZ196000: 4571.628826277375\n", - "12:42:40\tCompleted 3259 to KZ711310: 1588.1902340881368\n", - "12:42:41\tCompleted 3269 to KZ751710: 4014.750051252369\n", - "12:42:41\tCompleted 3268 to KZ151000: 3108.149754436608\n", - "12:42:41\tCompleted 3228 to KZ194400: 554.1699644264473\n", - "12:42:41\tCompleted 3260 to KZ275800: 4024.85725584219712:42:41\tCompleted 3245 to KZ394400: 2266.6544872064696\n", - "\n", - "12:42:41\tCompleted 3243 to KZ194000: 167.1406205050916\n", - "12:42:41\tCompleted 3272 to KZ612600: 1364.8938041749718\n", - "12:42:41\tCompleted 3262 to KZ151000: 3256.436069039651\n", - "12:42:41\tCompleted 3248 to KZ113800: 1929.1730002602599\n", - "12:42:41\tCompleted 3240 to KZ711210: 1285.1186788186424\n", - "12:42:41\tCompleted 3288 to KZ195800: 397.2826843705146\n", - "12:42:41\tCompleted 3229 to KZ635200: 1341.6264425126074\n", - "12:42:41\tCompleted 3302 to KZ633400: 4420.252878165047\n", - "12:42:41\tCompleted 3274 to KZ114500: 1807.6075525092447\n", - "12:42:41\tCompleted 3254 to KZ274800: 1829.4240934290658\n", - "12:42:41\tCompleted 3227 to KZ113400: 1534.5321611505822\n", - "12:42:42\tCompleted 3218 to KZ552200: 3237.683538399725\n", - "12:42:42\tCompleted 3250 to KZ632400: 4920.982068474228\n", - "12:42:42\tCompleted 3279 to KZ555200: 2233.8343802755735\n", - "12:42:42\tCompleted 3228 to KZ194600: 196.8068606580468\n", - "12:42:42\tCompleted 3249 to KZ193600: 4128.202807900477\n", - "12:42:42\tCompleted 3223 to KZ354400: 1429.2993614990323\n", - "12:42:42\tCompleted 3312 to KZ114000: 1726.3434097725635\n", - "12:42:42\tCompleted 3224 to KZ593200: 1673.4124891678666\n", - "12:42:42\tCompleted 3243 to KZ196400: 617.891040366593112:42:42\tCompleted 3271 to KZ595200: 2127.5814066573657\n", - "\n", - "12:42:42\tCompleted 3306 to KZ391600: 1457.6562717001946\n", - "12:42:42\tCompleted 3288 to KZ196000: 664.2242412350187\n", - "12:42:42\tCompleted 3264 to KZ392400: 2587.0108857051205\n", - "12:42:42\tCompleted 3239 to KZ393400: 2409.3252298047623\n", - "12:42:42\tCompleted 3266 to KZ556800: 2240.1154994598887\n", - "12:42:42\tCompleted 3233 to KZ394200: 1303.281959858601\n", - "12:42:42\tCompleted 3272 to KZ616000: 1074.6590327999957\n", - "12:42:42\tCompleted 3257 to KZ633800: 2388.700194040408\n", - "12:42:43\tCompleted 3236 to KZ115600: 2206.369485584765\n", - "12:42:43\tCompleted 3263 to KZ632400: 1543.3583004451145\n", - "12:42:43\tCompleted 3237 to KZ751110: 1434.187215296573\n", - "12:42:43\tCompleted 3256 to KZ156000: 3066.8889592755195\n", - "12:42:43\tCompleted 3228 to KZ194800: 351.76146491464556\n", - "12:42:43\tCompleted 3253 to KZ554800: 2116.573840054917\n", - "12:42:43\tCompleted 3254 to KZ275800: 1606.20697041018\n", - "12:42:43\tCompleted 3229 to KZ632400: 1210.5820003621045\n", - "12:42:43\tCompleted 3245 to KZ433200: 1399.7719858297853\n", - "12:42:43\tCompleted 3240 to KZ711310: 1306.7110673572315\n", - "12:42:43\tCompleted 3243 to KZ196800: 404.47652976036886\n", - "12:42:43\tCompleted 3288 to KZ191000: 355.8350883419737\n", - "12:42:43\tCompleted 3223 to KZ351800: 671.3773592516101\n", - "12:42:43\tCompleted 3220 to KZ115200: 1512.1813344988122\n", - "12:42:43\tCompleted 3234 to KZ275400: 4813.349728519319\n", - "12:42:43\tCompleted 3258 to KZ431900: 2055.5122888554\n", - "12:42:43\tCompleted 3307 to KZ594200: 2031.9082536070946\n", - "12:42:44\tCompleted 3230 to KZ391000: 2660.8656942986836\n", - "12:42:44\tCompleted 3265 to KZ596000: 1911.724611612892\n", - "12:42:44\tCompleted 3221 to KZ193600: 1893.2702363468031\n", - "12:42:44\tCompleted 3244 to KZ635200: 5115.165485736554\n", - "12:42:44\tCompleted 3294 to KZ552200: 1833.9249045763597\n", - "12:42:44\tCompleted 3259 to KZ555200: 1795.5378723263086\n", - "12:42:44\tCompleted 3290 to KZ635800: 2693.4881494748442\n", - "12:42:44\tCompleted 3228 to KZ195600: 542.9832180128469\n", - "12:42:44\tCompleted 3222 to KZ636800: 4115.663974978279\n", - "12:42:44\tCompleted 3248 to KZ114500: 1796.2950157142945\n", - "12:42:45\tCompleted 3288 to KZ196200: 41.62741699796952\n", - "12:42:45\tCompleted 3243 to KZ191600: 321.3760728925258\n", - "12:42:45\tCompleted 3238 to KZ352300: 2182.2928854675383\n", - "12:42:45\tCompleted 3246 to KZ556000: 2063.8392013089324\n", - "12:42:45\tCompleted 3277 to KZ593200: 1977.8043459006042\n", - "12:42:45\tCompleted 3245 to KZ431900: 880.7281529345664\n", - "12:42:45\tCompleted 3272 to KZ613800: 1450.2728081323753\n", - "12:42:45\tCompleted 3293 to KZ391000: 2053.3189346482045\n", - "12:42:45\tCompleted 3274 to KZ114000: 1754.5469063030703\n", - "12:42:45\tCompleted 3237 to KZ751310: 1427.3587881718267\n", - "12:42:45\tCompleted 3254 to KZ276000: 1875.5091160370444\n", - "12:42:45\tCompleted 3263 to KZ632800: 1541.2539618360418\n", - "12:42:45\tCompleted 3312 to KZ117000: 1648.9757532191675\n", - "12:42:45\tCompleted 3229 to KZ632800: 1208.4776617530322\n", - "12:42:45\tCompleted 3239 to KZ391600: 2668.5214730553275\n", - "12:42:45\tCompleted 3270 to KZ396600: 2422.0634727372512\n", - "12:42:46\tCompleted 3228 to KZ195800: 595.0966206304923\n", - "12:42:46\tCompleted 3227 to KZ113600: 1809.804890197219\n", - "12:42:46\tCompleted 3243 to KZ195200: 299.7730393952216\n", - "12:42:46\tCompleted 3298 to KZ155200: 3452.060461506866\n", - "12:42:46\tCompleted 3288 to KZ192600: 394.7788433706676\n", - "12:42:46\tCompleted 3308 to KZ554200: 2419.049255690657\n", - "12:42:46\tCompleted 3220 to KZ115400: 1489.5606719007185\n", - "12:42:46\tCompleted 3241 to KZ275000: 2365.081567981149\n", - "12:42:46\tCompleted 3245 to KZ434600: 914.3927233609468\n", - "12:42:46\tCompleted 3295 to KZ275800: 3781.552529938335312:42:46\tCompleted 3251 to KZ471000: 3640.9610779639156\n", - "\n", - "12:42:46\tCompleted 3279 to KZ551600: 1967.267658290038\n", - "12:42:46\tCompleted 3271 to KZ591000: 2017.7971354099068\n", - "12:42:46\tCompleted 3275 to KZ191000: 4263.2396733843025\n", - "12:42:46\tCompleted 3269 to KZ751810: 3960.9938953293185\n", - "12:42:46\tCompleted 3276 to KZ394000: 2914.9083162172587\n", - "12:42:47\tCompleted 3268 to KZ153200: 3112.566337865233\n", - "12:42:47\tCompleted 3218 to KZ554600: 3293.8738769724173\n", - "12:42:47\tCompleted 3236 to KZ115200: 2399.8516000710183\n", - "12:42:47\tCompleted 3253 to KZ556400: 2043.440199229721\n", - "12:42:47\tCompleted 3228 to KZ196000: 330.1174758983598\n", - "12:42:47\tCompleted 3288 to KZ196600: 360.3337659503478\n", - "12:42:47\tCompleted 3308 to KZ791110: 247.32577573174868\n", - "12:42:47\tCompleted 3243 to KZ195000: 540.0263069496176\n", - "12:42:47\tCompleted 3306 to KZ393600: 1928.200303194805\n", - "12:42:47\tCompleted 3302 to KZ633600: 4191.0775375765825\n", - "12:42:47\tCompleted 3264 to KZ396200: 2395.433971678916\n", - "12:42:47\tCompleted 3254 to KZ276200: 1704.534644220975\n", - "12:42:47\tCompleted 3224 to KZ595800: 2044.2328320343204\n", - "12:42:47\tCompleted 3229 to KZ636800: 1138.750288173108\n", - "12:42:48\tCompleted 3281 to KZ274200: 3410.179849590104\n", - "12:42:48\tCompleted 3260 to KZ276000: 4440.688281597271\n", - "12:42:48\tCompleted 3238 to KZ352800: 1719.182922370565\n", - "12:42:48\tCompleted 3258 to KZ434600: 2089.176859281779\n", - "12:42:48\tCompleted 3233 to KZ394400: 1722.8172435157821\n", - "12:42:48\tCompleted 3262 to KZ153200: 3260.852652468276\n", - "12:42:48\tCompleted 3248 to KZ114000: 1743.2343695081202\n", - "12:42:48\tCompleted 3274 to KZ117000: 1677.1792497496742\n", - "12:42:48\tCompleted 3223 to KZ393200: 1785.5548049948925\n", - "12:42:48\tCompleted 3250 to KZ632800: 4671.208942969395\n", - "12:42:48\tCompleted 3259 to KZ551600: 1853.4987759575401\n", - "12:42:48\tCompleted 3237 to KZ751410: 1444.7837665754673\n", - "12:42:48\tCompleted 3228 to KZ191000: 33.05168140625247\n", - "12:42:48\tCompleted 3243 to KZ194400: 222.51246385891469\n", - "12:42:48\tCompleted 3288 to KZ194200: 402.85890361143373\n", - "12:42:48\tCompleted 3307 to KZ596600: 2132.7937711838567\n", - "12:42:48\tCompleted 3263 to KZ636800: 1471.526588256118\n", - "12:42:48\tCompleted 3220 to KZ151000: 1322.32623713423\n", - "12:42:48\tCompleted 3308 to KZ791310: 225.04422677135054\n", - "12:42:48\tCompleted 3245 to KZ434400: 1257.3421223226812\n", - "12:42:48\tCompleted 3240 to KZ555200: 2048.3353722153706\n", - "12:42:48\tCompleted 3239 to KZ393600: 2550.010198591689\n", - "12:42:49\tCompleted 3266 to KZ554800: 2244.810987504345\n", - "12:42:49\tCompleted 3249 to KZ194000: 4194.690173745713\n", - "12:42:49\tCompleted 3294 to KZ554600: 1971.5136367542234\n", - "12:42:49\tCompleted 3256 to KZ154600: 3365.026390020634\n", - "12:42:49\tCompleted 3265 to KZ596200: 2298.724061284062\n", - "12:42:49\tCompleted 3312 to KZ114400: 1775.2155933277666\n", - "12:42:49\tCompleted 3221 to KZ194000: 1959.7576021920627\n", - "12:42:49\tCompleted 3257 to KZ634000: 2436.667774709383\n", - "12:42:49\tCompleted 3228 to KZ196200: 376.2905136692239\n", - "12:42:49\tCompleted 3230 to KZ395400: 2704.2295892239963\n", - "12:42:49\tCompleted 3254 to KZ271000: 1670.4617907403774\n", - "12:42:49\tCompleted 3233 to KZ433200: 855.9347421390888\n", - "12:42:49\tCompleted 3243 to KZ194600: 298.11438585153473\n", - "12:42:49\tCompleted 3227 to KZ113800: 1989.1509148661191\n", - "12:42:50\tCompleted 3288 to KZ751210: 82.71728492008675\n", - "12:42:50\tCompleted 3308 to KZ791510: 235.16200276761901\n", - "12:42:50\tCompleted 3277 to KZ595800: 2081.7239559409813\n", - "12:42:50\tCompleted 3245 to KZ431000: 599.0335399600381\n", - "12:42:50\tCompleted 3229 to KZ635800: 1189.376721888651\n", - "12:42:50\tCompleted 3234 to KZ273600: 3981.308987501785\n", - "12:42:50\tCompleted 3238 to KZ356400: 1371.9661542771596\n", - "12:42:50\tCompleted 3223 to KZ393400: 1301.9638468319347\n", - "12:42:50\tCompleted 3293 to KZ395400: 2101.186487681281\n", - "12:42:51\tCompleted 3244 to KZ632400: 4907.822522930123\n", - "12:42:51\tCompleted 3233 to KZ431900: 336.8909092438693\n", - "12:42:51\tCompleted 3228 to KZ192600: 36.89949493661166\n", - "12:42:51\tCompleted 3220 to KZ153200: 1326.7428205628796\n", - "12:42:51\tCompleted 3288 to KZ751110: 76.31900925679773\n", - "12:42:51\tCompleted 3308 to KZ791710: 206.66206341733027\n", - "12:42:51\tCompleted 3246 to KZ556800: 2264.527126180867\n", - "12:42:51\tCompleted 3243 to KZ194800: 673.4315710425788\n", - "12:42:51\tCompleted 3287 to KZ113200: 1684.57702101997\n", - "12:42:51\tCompleted 3248 to KZ117000: 1665.866712954724\n", - "12:42:51\tCompleted 3237 to KZ751710: 1485.7717983443702\n", - "12:42:51\tCompleted 3245 to KZ435200: 497.3394098991077\n", - "12:42:51\tCompleted 3263 to KZ635800: 1522.1530219716608\n", - "12:42:51\tCompleted 3271 to KZ595600: 2251.6847219318247\n", - "12:42:51\tCompleted 3239 to KZ396400: 2429.4240870247436\n", - "12:42:52\tCompleted 3236 to KZ115400: 2620.424371936669\n", - "12:42:52\tCompleted 3272 to KZ273200: 4151.771753432959\n", - "12:42:52\tCompleted 3274 to KZ114400: 1803.4190898582733\n", - "12:42:52\tCompleted 3253 to KZ554200: 2306.0682376171517\n", - "12:42:52\tCompleted 3298 to KZ156400: 3031.3504611460994\n", - "12:42:52\tCompleted 3222 to KZ635800: 4565.1662226755525\n", - "12:42:52\tCompleted 3270 to KZ394200: 2793.91628752984\n", - "12:42:52\tCompleted 3229 to KZ636200: 1050.4596386584064\n", - "12:42:52\tCompleted 3290 to KZ636200: 2554.571066244588\n", - "12:42:52\tCompleted 3269 to KZ751910: 3982.1348116797258\n", - "12:42:52\tCompleted 3233 to KZ434600: 370.5554796702495\n", - "12:42:52\tCompleted 3308 to KZ611600: 203.2665803000036512:42:52\tCompleted 3288 to KZ751310: 82.80429063103628\n", - "\n", - "12:42:52\tCompleted 3275 to KZ196200: 4028.832500592959\n", - "12:42:52\tCompleted 3254 to KZ274000: 1940.4622293527395\n", - "12:42:52\tCompleted 3276 to KZ396800: 2661.000773777672\n", - "12:42:52\tCompleted 3243 to KZ195600: 349.84371244707023\n", - "12:42:52\tCompleted 3228 to KZ196600: 460.81683653893396\n", - "12:42:52\tCompleted 3259 to KZ553200: 2091.1062422048226\n", - "12:42:52\tCompleted 3279 to KZ553200: 2086.215651696745\n", - "12:42:52\tCompleted 3245 to KZ434800: 528.6656708154429\n", - "12:42:52\tCompleted 3268 to KZ153400: 3001.9796803395543\n", - "12:42:52\tCompleted 3264 to KZ396600: 2403.352812470105\n", - "12:42:53\tCompleted 3306 to KZ396400: 2086.674199723727\n", - "12:42:53\tCompleted 3224 to KZ593400: 1856.0937944389796\n", - "12:42:53\tCompleted 3258 to KZ434400: 2432.126258243504\n", - "12:42:53\tCompleted 3223 to KZ391600: 1169.0691076937082\n", - "12:42:53\tCompleted 3294 to KZ555600: 1877.396785993083\n", - "12:42:53\tCompleted 3220 to KZ153400: 1216.1561630371732\n", - "12:42:53\tCompleted 3218 to KZ555600: 3857.904727466245\n", - "12:42:53\tCompleted 3307 to KZ595000: 1967.233789871561\n", - "12:42:53\tCompleted 3240 to KZ551600: 1781.7686502298254\n", - "12:42:53\tCompleted 3288 to KZ751410: 89.81423673593298\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:42:53\tCompleted 3308 to KZ613600: 210.03186120847562\n", - "12:42:53\tCompleted 3251 to KZ473600: 3221.9863119409724\n", - "12:42:53\tCompleted 3302 to KZ633800: 4491.662885057134\n", - "12:42:53\tCompleted 3312 to KZ114600: 1883.6146857151964\n", - "12:42:53\tCompleted 3227 to KZ114500: 1856.2729303201538\n", - "12:42:53\tCompleted 3253 to KZ791110: 1202.5850016176719\n", - "12:42:53\tCompleted 3262 to KZ153400: 3150.2659949425974\n", - "12:42:53\tCompleted 3263 to KZ636200: 1383.2359387414162\n", - "12:42:54\tCompleted 3287 to KZ113400: 1475.7979499177989\n", - "12:42:54\tCompleted 3233 to KZ434400: 713.5048786319852\n", - "12:42:54\tCompleted 3295 to KZ276000: 4197.383555693377\n", - "12:42:54\tCompleted 3238 to KZ352400: 1705.1085102669686\n", - "12:42:54\tCompleted 3243 to KZ195800: 265.25972610121755\n", - "12:42:54\tCompleted 3229 to KZ636400: 807.8737907783964\n", - "12:42:54\tCompleted 3237 to KZ751810: 1432.0156424213192\n", - "12:42:54\tCompleted 3245 to KZ433600: 789.3358511645788\n", - "12:42:54\tCompleted 3228 to KZ194200: 592.2853777665375\n", - "12:42:54\tCompleted 3241 to KZ274800: 2900.5864793645364\n", - "12:42:54\tCompleted 3260 to KZ276200: 4160.07449486333\n", - "12:42:54\tCompleted 3239 to KZ394000: 2497.1252133515354\n", - "12:42:54\tCompleted 3265 to KZ596400: 2072.519040883841\n", - "12:42:54\tCompleted 3308 to KZ614000: 255.39069988105183\n", - "12:42:54\tCompleted 3250 to KZ636800: 4696.1025244980365\n", - "12:42:54\tCompleted 3277 to KZ593400: 1891.1112185888412\n", - "12:42:54\tCompleted 3288 to KZ751710: 121.85030639607653\n", - "12:42:55\tCompleted 3266 to KZ556400: 2182.54486119579\n", - "12:42:55\tCompleted 3248 to KZ114400: 1792.1065530633232\n", - "12:42:55\tCompleted 3233 to KZ431000: 57.95954299302414\n", - "12:42:55\tCompleted 3254 to KZ274200: 2152.583408949758\n", - "12:42:55\tCompleted 3271 to KZ596000: 1894.4997378787389\n", - "12:42:55\tCompleted 3243 to KZ196000: 675.1082809717262\n", - "12:42:55\tCompleted 3249 to KZ196400: 4627.844280421356\n", - "12:42:55\tCompleted 3253 to KZ791310: 1159.044769737063212:42:55\tCompleted 3245 to KZ434000: 553.3931015750362\n", - "\n", - "12:42:55\tCompleted 3228 to KZ751210: 337.57988303867154\n", - "12:42:55\tCompleted 3230 to KZ392000: 2821.15328430422\n", - "12:42:55\tCompleted 3263 to KZ636400: 1140.650090861406\n", - "12:42:55\tCompleted 3274 to KZ114600: 1911.8181822457032\n", - "12:42:56\tCompleted 3256 to KZ154800: 3200.033701033034\n", - "12:42:56\tCompleted 3229 to KZ631000: 1022.7639786298502\n", - "12:42:56\tCompleted 3288 to KZ751810: 85.561649943917\n", - "12:42:56\tCompleted 3308 to KZ613900: 517.3974240731104\n", - "12:42:56\tCompleted 3220 to KZ153600: 1508.559923894652\n", - "12:42:56\tCompleted 3293 to KZ392000: 2108.2401420765045\n", - "12:42:56\tCompleted 3259 to KZ553600: 1808.7131807495903\n", - "12:42:56\tCompleted 3221 to KZ196400: 2392.91170886765\n", - "12:42:56\tCompleted 3258 to KZ431000: 1773.817675880871\n", - "12:42:56\tCompleted 3233 to KZ435200: 127.57589990045582\n", - "12:42:56\tCompleted 3243 to KZ191000: 378.0424864796183\n", - "12:42:56\tCompleted 3234 to KZ276600: 4063.134234200771\n", - "12:42:56\tCompleted 3294 to KZ551000: 1788.5322166468295\n", - "12:42:57\tCompleted 3228 to KZ751110: 331.1816073753825\n", - "12:42:57\tCompleted 3257 to KZ635400: 2881.5733272915927\n", - "12:42:57\tCompleted 3288 to KZ751910: 67.68666540425046\n", - "12:42:57\tCompleted 3308 to KZ612000: 42.50559178345078\n", - "12:42:57\tCompleted 3237 to KZ751910: 1453.1565587717275\n", - "12:42:57\tCompleted 3279 to KZ553600: 1821.2253186305963\n", - "12:42:57\tCompleted 3227 to KZ114000: 1803.2122841139794\n", - "12:42:57\tCompleted 3223 to KZ393600: 1634.5462166024236\n", - "12:42:57\tCompleted 3253 to KZ791510: 1136.1642701654102\n", - "12:42:57\tCompleted 3246 to KZ554800: 2269.222614225321\n", - "12:42:57\tCompleted 3287 to KZ113600: 1751.0706789644357\n", - "12:42:57\tCompleted 3233 to KZ434800: 48.5563491861040412:42:57\tCompleted 3243 to KZ196200: 202.0015332085656\n", - "\n", - "12:42:57\tCompleted 3239 to KZ396800: 2628.597014141865\n", - "12:42:58\tCompleted 3238 to KZ356000: 2343.3892726908057\n", - "12:42:58\tCompleted 3276 to KZ394800: 2839.6553424757294\n", - "12:42:58\tCompleted 3228 to KZ751310: 337.66688874962114\n", - "12:42:58\tCompleted 3263 to KZ631000: 1355.54027871286\n", - "12:42:58\tCompleted 3240 to KZ553200: 1900.7166436365328\n", - "12:42:58\tCompleted 3270 to KZ394400: 2950.861062625745\n", - "12:42:58\tCompleted 3229 to KZ634600: 1290.4486039301473\n", - "12:42:58\tCompleted 3288 to KZ751510: 68.24794144493227\n", - "12:42:58\tCompleted 3224 to KZ594200: 1870.4218957708854\n", - "12:42:58\tCompleted 3275 to KZ192600: 4302.183428412996\n", - "12:42:58\tCompleted 3298 to KZ155600: 3204.0303351849593\n", - "12:42:58\tCompleted 3272 to KZ274400: 4088.900440919673\n", - "12:42:58\tCompleted 3264 to KZ394200: 2775.2056272626933\n", - "12:42:58\tCompleted 3220 to KZ154000: 1260.1364967196798\n", - "12:42:58\tCompleted 3236 to KZ151000: 3480.8599505938832\n", - "12:42:58\tCompleted 3255 to KZ113200: 1679.7103774436819\n", - "12:42:58\tCompleted 3308 to KZ614400: 443.9302235129128\n", - "12:42:58\tCompleted 3269 to KZ751510: 3970.65074957881\n", - "12:42:58\tCompleted 3218 to KZ551000: 3312.776133250093\n", - "12:42:59\tCompleted 3243 to KZ192600: 361.68369838754654\n", - "12:42:59\tCompleted 3248 to KZ114600: 1900.505645450753\n", - "12:42:59\tCompleted 3233 to KZ433600: 245.4986074738816\n", - "12:42:59\tCompleted 3312 to KZ114800: 2241.8502150685063\n", - "12:42:59\tCompleted 3307 to KZ593600: 2081.782394155854512:42:59\tCompleted 3253 to KZ791710: 1134.3880898483776\n", - "\n", - "12:42:59\tCompleted 3268 to KZ153600: 3294.383441197079\n", - "12:42:59\tCompleted 3290 to KZ636400: 2311.9852183646262\n", - "12:42:59\tCompleted 3306 to KZ394000: 2195.1344788130355\n", - "12:42:59\tCompleted 3265 to KZ594600: 2277.9978924113284\n", - "12:42:59\tCompleted 3258 to KZ435200: 1672.1235458199405\n", - "12:42:59\tCompleted 3222 to KZ636200: 4234.079544877408\n", - "12:42:59\tCompleted 3228 to KZ751410: 344.67683485451767\n", - "12:42:59\tCompleted 3277 to KZ594200: 2070.9689676523526\n", - "12:43:00\tCompleted 3308 to KZ614600: 145.61971862321118\n", - "12:43:00\tCompleted 3262 to KZ153600: 3442.669755800122\n", - "12:43:00\tCompleted 3229 to KZ634400: 882.5993444740651\n", - "12:43:00\tCompleted 3243 to KZ196600: 137.08927823862894\n", - "12:43:00\tCompleted 3244 to KZ632800: 4658.049397425291\n", - "12:43:00\tCompleted 3271 to KZ596200: 2281.4991875499095\n", - "12:43:00\tCompleted 3269 to KZ231000: 1168.8666734978299\n", - "12:43:00\tCompleted 3251 to KZ474200: 3668.6104730074944\n", - "12:43:00\tCompleted 3233 to KZ434000: 599.403570501156\n", - "12:43:00\tCompleted 3239 to KZ394800: 2371.6741418894267\n", - "12:43:00\tCompleted 3302 to KZ634000: 4738.865682954169\n", - "12:43:00\tCompleted 3294 to KZ556000: 1829.8287249776427\n", - "12:43:00\tCompleted 3228 to KZ751710: 376.71290451466126\n", - "12:43:00\tCompleted 3274 to KZ114800: 2270.0537115990114\n", - "12:43:00\tCompleted 3227 to KZ117000: 1725.8446275605834\n", - "12:43:01\tCompleted 3230 to KZ395600: 2698.306633595307\n", - "12:43:01\tCompleted 3223 to KZ396400: 1606.4703295785725\n", - "12:43:01\tCompleted 3260 to KZ271000: 4177.767450277562\n", - "12:43:01\tCompleted 3266 to KZ554200: 2378.37589697808312:43:01\tCompleted 3249 to KZ196800: 4096.002678180138\n", - "\n", - "12:43:01\tCompleted 3237 to KZ751510: 1441.6724966708116\n", - "12:43:01\tCompleted 3295 to KZ276200: 3916.769768959466\n", - "12:43:01\tCompleted 3263 to KZ634600: 1623.2249040131576\n", - "12:43:01\tCompleted 3241 to KZ275800: 2370.169303352958\n", - "12:43:01\tCompleted 3243 to KZ194200: 623.271602055168212:43:01\tCompleted 3308 to KZ614800: 458.01298514462\n", - "\n", - "12:43:01\tCompleted 3255 to KZ113400: 1470.9313063415107\n", - "12:43:01\tCompleted 3253 to KZ611600: 1391.248625123502\n", - "12:43:01\tCompleted 3240 to KZ553600: 1635.7263105703837\n", - "12:43:01\tCompleted 3287 to KZ113800: 1930.4167036333358\n", - "12:43:02\tCompleted 3259 to KZ552200: 1933.641298418068612:43:02\tCompleted 3228 to KZ751810: 340.4242480625018\n", - "\n", - "12:43:02\tCompleted 3221 to KZ196800: 1861.0701066264858\n", - "12:43:02\tCompleted 3269 to KZ234000: 1421.5497187145634\n", - "12:43:02\tCompleted 3238 to KZ354400: 2135.8733945136723\n", - "12:43:02\tCompleted 3250 to KZ635800: 5145.604772195343\n", - "12:43:02\tCompleted 3256 to KZ155200: 3626.9723639347867\n", - "12:43:02\tCompleted 3293 to KZ395600: 2181.5436399841496\n", - "12:43:02\tCompleted 3265 to KZ711110: 1526.2301859970487\n", - "12:43:02\tCompleted 3220 to KZ154200: 1562.772535689001\n", - "12:43:02\tCompleted 3266 to KZ791110: 291.6985247114482\n", - "12:43:02\tCompleted 3229 to KZ313600: 1299.0647705140382\n", - "12:43:02\tCompleted 3224 to KZ596600: 1545.4997284690228\n", - "12:43:02\tCompleted 3245 to KZ471000: 2986.3419722440076\n", - "12:43:02\tCompleted 3258 to KZ434800: 1703.449806736276\n", - "12:43:02\tCompleted 3308 to KZ615400: 400.91179859374284\n", - "12:43:02\tCompleted 3243 to KZ751210: 303.12998336382094\n", - "12:43:03\tCompleted 3279 to KZ552200: 1928.7507079099917\n", - "12:43:03\tCompleted 3228 to KZ751910: 322.54926352283513\n", - "12:43:03\tCompleted 3312 to KZ111010: 1779.2023394985604\n", - "12:43:03\tCompleted 3234 to KZ275000: 3928.8318913031026\n", - "12:43:03\tCompleted 3246 to KZ556400: 2206.9564879167665\n", - "12:43:03\tCompleted 3257 to KZ635000: 2356.2998999591723\n", - "12:43:03\tCompleted 3263 to KZ634400: 1215.3756445570748\n", - "12:43:03\tCompleted 3266 to KZ791310: 269.4169757510501\n", - "12:43:03\tCompleted 3239 to KZ395000: 2690.5854666877203\n", - "12:43:03\tCompleted 3253 to KZ613600: 1244.8760728855796\n", - "12:43:03\tCompleted 3270 to KZ433200: 2491.7633339227405\n", - "12:43:03\tCompleted 3276 to KZ395000: 2767.630752166686\n", - "12:43:04\tCompleted 3308 to KZ615200: 197.3189176668227\n", - "12:43:04\tCompleted 3277 to KZ596600: 2171.8544852291107\n", - "12:43:04\tCompleted 3307 to KZ595200: 2079.232527213089\n", - "12:43:04\tCompleted 3243 to KZ751110: 296.7317077005319\n", - "12:43:04\tCompleted 3269 to KZ234200: 1828.4228573864675\n", - "12:43:04\tCompleted 3228 to KZ751510: 323.11053956351697\n", - "12:43:04\tCompleted 3236 to KZ153200: 3485.276534022508312:43:04\tCompleted 3220 to KZ156000: 1136.0217680572093\n", - "\n", - "12:43:04\tCompleted 3229 to KZ314000: 1157.4214063656518\n", - "12:43:04\tCompleted 3298 to KZ156800: 2706.0101794055963\n", - "12:43:04\tCompleted 3275 to KZ196600: 4347.89915246826\n", - "12:43:04\tCompleted 3264 to KZ394400: 2932.150402358599\n", - "12:43:04\tCompleted 3223 to KZ394000: 1674.1714559053603\n", - "12:43:04\tCompleted 3271 to KZ596400: 2055.2941671496883\n", - "12:43:04\tCompleted 3227 to KZ114400: 1852.0844676691825\n", - "12:43:04\tCompleted 3294 to KZ556800: 1891.3996836623896\n", - "12:43:04\tCompleted 3266 to KZ791510: 279.5347517473185\n", - "12:43:05\tCompleted 3288 to KZ231000: 3933.3471409813033\n", - "12:43:05\tCompleted 3218 to KZ556000: 3360.8975154581067\n", - "12:43:05\tCompleted 3263 to KZ313600: 1082.7358774160941\n", - "12:43:05\tCompleted 3265 to KZ711410: 1552.3426860805603\n", - "12:43:05\tCompleted 3243 to KZ751310: 303.21698907477054\n", - "12:43:05\tCompleted 3255 to KZ113600: 1746.2040353881475\n", - "12:43:05\tCompleted 3268 to KZ154000: 3045.960014022053\n", - "12:43:05\tCompleted 3253 to KZ614000: 1191.7360259712575\n", - "12:43:05\tCompleted 3308 to KZ616400: 970.2195680024938\n", - "12:43:05\tCompleted 3306 to KZ396800: 2209.7365534870682\n", - "12:43:05\tCompleted 3287 to KZ114500: 1797.5387190873705\n", - "12:43:05\tCompleted 3240 to KZ552200: 1743.251699849779\n", - "12:43:05\tCompleted 3272 to KZ275400: 4764.088872876749\n", - "12:43:05\tCompleted 3248 to KZ114800: 2258.74117480406212:43:05\tCompleted 3229 to KZ314800: 597.4212938153461\n", - "\n", - "12:43:06\tCompleted 3262 to KZ154000: 3194.2463286250963\n", - "12:43:06\tCompleted 3274 to KZ111010: 1807.4058360290671\n", - "12:43:06\tCompleted 3298 to KZ193200: 686.4680213073536\n", - "12:43:06\tCompleted 3266 to KZ791710: 251.03481239702978\n", - "12:43:06\tCompleted 3238 to KZ351800: 2156.908109156691\n", - "12:43:06\tCompleted 3312 to KZ116000: 1748.0334206212995\n", - "12:43:06\tCompleted 3259 to KZ554600: 2071.2300305959325\n", - "12:43:06\tCompleted 3222 to KZ636400: 4571.319279380705\n", - "12:43:06\tCompleted 3243 to KZ751410: 310.22693517966707\n", - "12:43:06\tCompleted 3230 to KZ395800: 3000.6907090017935\n", - "12:43:06\tCompleted 3269 to KZ234600: 1943.5931558245493\n", - "12:43:06\tCompleted 3263 to KZ314000: 941.0925132677048\n", - "12:43:06\tCompleted 3249 to KZ191600: 4121.8006542402245\n", - "12:43:06\tCompleted 3308 to KZ615600: 681.2308786957448\n", - "12:43:06\tCompleted 3258 to KZ433600: 1964.1199870854118\n", - "12:43:06\tCompleted 3290 to KZ631000: 2526.8754062160306\n", - "12:43:07\tCompleted 3244 to KZ636800: 4682.942978953932\n", - "12:43:07\tCompleted 3233 to KZ471000: 2442.5047285533487\n", - "12:43:07\tCompleted 3221 to KZ191600: 1886.8680826865746\n", - "12:43:07\tCompleted 3239 to KZ395200: 2723.20718890202\n", - "12:43:07\tCompleted 3229 to KZ315400: 820.0877507388235\n", - "12:43:07\tCompleted 3266 to KZ611600: 224.35038955758702\n", - "12:43:07\tCompleted 3251 to KZ474600: 3345.785912189412612:43:07\tCompleted 3295 to KZ271000: 3934.462724373682\n", - "\n", - "12:43:07\tCompleted 3220 to KZ154600: 1434.159198802341\n", - "12:43:07\tCompleted 3302 to KZ635400: 5247.101596525903\n", - "12:43:07\tCompleted 3243 to KZ751710: 342.26300483981066\n", - "12:43:07\tCompleted 3253 to KZ613900: 1469.6592979877053\n", - "12:43:07\tCompleted 3237 to KZ231000: 2429.142640812457\n", - "12:43:07\tCompleted 3279 to KZ554600: 2010.9271804118014\n", - "12:43:07\tCompleted 3265 to KZ711210: 1553.5044475074587\n", - "12:43:07\tCompleted 3298 to KZ193400: 891.356898322794\n", - "12:43:08\tCompleted 3293 to KZ395800: 2208.090581490191\n", - "12:43:08\tCompleted 3260 to KZ274000: 4831.4256339970825\n", - "12:43:08\tCompleted 3308 to KZ615800: 276.55724736826636\n", - "12:43:08\tCompleted 3269 to KZ234800: 1161.973369634206\n", - "12:43:08\tCompleted 3263 to KZ314800: 381.0924007173992\n", - "12:43:08\tCompleted 3277 to KZ595000: 2006.294503916819\n", - "12:43:08\tCompleted 3307 to KZ591000: 1969.4482559656285\n", - "12:43:08\tCompleted 3266 to KZ613600: 254.40461018817518\n", - "12:43:08\tCompleted 3224 to KZ595000: 1909.7222621459405\n", - "12:43:08\tCompleted 3270 to KZ431900: 1972.719501027532\n", - "12:43:08\tCompleted 3256 to KZ156400: 3206.26236357402\n", - "12:43:08\tCompleted 3276 to KZ395200: 2299.595267091848\n", - "12:43:08\tCompleted 3243 to KZ751810: 305.9743483876512\n", - "12:43:08\tCompleted 3241 to KZ276000: 2786.0003291079934\n", - "12:43:09\tCompleted 3257 to KZ632200: 2239.375731958156\n", - "12:43:09\tCompleted 3246 to KZ554200: 2402.7875236990617\n", - "12:43:09\tCompleted 3308 to KZ612600: 15.228427220113621\n", - "12:43:09\tCompleted 3223 to KZ396800: 1805.6432566957033\n", - "12:43:09\tCompleted 3294 to KZ554800: 2046.0796524106788\n", - "12:43:09\tCompleted 3250 to KZ636200: 4814.518094397165\n", - "12:43:09\tCompleted 3298 to KZ193600: 436.797154627442\n", - "12:43:09\tCompleted 3227 to KZ114600: 1960.4835600566123\n", - "12:43:09\tCompleted 3255 to KZ113800: 1925.5500600570476\n", - "12:43:09\tCompleted 3271 to KZ594600: 2260.7730186771755\n", - "12:43:09\tCompleted 3229 to KZ315600: 1093.5533684170418\n", - "12:43:09\tCompleted 3264 to KZ433200: 2483.9939232627876\n", - "12:43:09\tCompleted 3269 to KZ235200: 1105.5804684317047\n", - "12:43:09\tCompleted 3266 to KZ614000: 299.763448860751412:43:09\tCompleted 3253 to KZ612000: 1338.3707590161698\n", - "\n", - "12:43:09\tCompleted 3245 to KZ473600: 2567.3672062210644\n", - "12:43:09\tCompleted 3263 to KZ315400: 603.7588576408765\n", - "12:43:09\tCompleted 3287 to KZ114000: 1744.478072881196\n", - "12:43:09\tCompleted 3234 to KZ274800: 4464.336802686564\n", - "12:43:09\tCompleted 3259 to KZ555600: 1900.23411938782912:43:09\tCompleted 3243 to KZ751910: 288.09936384798453\n", - "\n", - "12:43:09\tCompleted 3258 to KZ434000: 1728.1772374958675\n", - "12:43:10\tCompleted 3220 to KZ154800: 1269.16650981474\n", - "12:43:10\tCompleted 3274 to KZ116000: 1776.2369171518062\n", - "12:43:10\tCompleted 3312 to KZ116400: 1870.4347683808187\n", - "12:43:10\tCompleted 3236 to KZ153400: 3374.6898764968296\n", - "12:43:10\tCompleted 3308 to KZ616000: 303.69646310087285\n", - "12:43:10\tCompleted 3246 to KZ791110: 307.298271987325\n", - "12:43:10\tCompleted 3248 to KZ111010: 1796.093299234117\n", - "12:43:10\tCompleted 3240 to KZ554600: 1825.428172351588712:43:10\tCompleted 3298 to KZ194000: 172.05342855889552\n", - "\n", - "12:43:10\tCompleted 3239 to KZ391000: 2580.3527106304227\n", - "12:43:10\tCompleted 3275 to KZ194200: 3975.990214290525\n", - "12:43:10\tCompleted 3306 to KZ394800: 1982.2307517814575\n", - "12:43:10\tCompleted 3265 to KZ711310: 1565.3618069633906\n", - "12:43:11\tCompleted 3243 to KZ751510: 288.66063988866637\n", - "12:43:11\tCompleted 3228 to KZ231000: 4188.2097390998715\n", - "12:43:11\tCompleted 3218 to KZ556800: 3561.585440330044\n", - "12:43:11\tCompleted 3266 to KZ613900: 547.6775757968284\n", - "12:43:11\tCompleted 3269 to KZ235600: 1219.9721450439074\n", - "12:43:11\tCompleted 3263 to KZ315600: 942.660599282576\n", - "12:43:11\tCompleted 3308 to KZ613800: 475.3687985940489\n", - "12:43:11\tCompleted 3288 to KZ234000: 4141.957618348992\n", - "12:43:11\tCompleted 3238 to KZ393200: 2854.981227413768\n", - "12:43:11\tCompleted 3253 to KZ614400: 1396.192097427508\n", - "12:43:11\tCompleted 3221 to KZ195200: 1824.6331058213011\n", - "12:43:11\tCompleted 3262 to KZ154200: 3496.8823675944186\n", - "12:43:11\tCompleted 3230 to KZ392400: 2726.8776350281187\n", - "12:43:12\tCompleted 3246 to KZ791310: 283.17538842941536\n", - "12:43:12\tCompleted 3271 to KZ711110: 1509.0053122628956\n", - "12:43:12\tCompleted 3249 to KZ195200: 4059.5656773749556\n", - "12:43:12\tCompleted 3272 to KZ273600: 3932.048131859222\n", - "12:43:12\tCompleted 3298 to KZ196400: 605.2075352345013\n", - "12:43:12\tCompleted 3266 to KZ612000: 2.35000002384185812:43:12\tCompleted 3229 to KZ316000: 1418.6543885215942\n", - "\n", - "12:43:12\tCompleted 3268 to KZ154200: 3348.5960529913755\n", - "12:43:12\tCompleted 3223 to KZ394800: 1545.916030120104\n", - "12:43:12\tCompleted 3293 to KZ392400: 2118.1166618629513\n", - "12:43:12\tCompleted 3287 to KZ117000: 1667.1104163278\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:43:12\tCompleted 3277 to KZ593600: 2120.8431082011125\n", - "12:43:13\tCompleted 3233 to KZ473600: 2023.529962530388\n", - "12:43:13\tCompleted 3246 to KZ791510: 281.71591357566507\n", - "12:43:13\tCompleted 3269 to KZ233600: 928.6388526673134\n", - "12:43:13\tCompleted 3259 to KZ551000: 1811.3695500415754\n", - "12:43:13\tCompleted 3255 to KZ114500: 1792.6720755110823\n", - "12:43:13\tCompleted 3294 to KZ556400: 1972.9460115854824\n", - "12:43:13\tCompleted 3298 to KZ196800: 134.7618925338962\n", - "12:43:13\tCompleted 3253 to KZ614600: 1185.843724896073\n", - "12:43:13\tCompleted 3307 to KZ595600: 2203.335842487551\n", - "12:43:13\tCompleted 3222 to KZ631000: 4180.213931545452\n", - "12:43:13\tCompleted 3266 to KZ614400: 474.2103752366306\n", - "12:43:13\tCompleted 3244 to KZ635800: 5132.445226651238\n", - "12:43:13\tCompleted 3263 to KZ316000: 1202.3254954236472\n", - "12:43:13\tCompleted 3312 to KZ116800: 1658.035914688793\n", - "12:43:13\tCompleted 3302 to KZ635000: 4774.43480661426\n", - "12:43:13\tCompleted 3220 to KZ155200: 1696.1051727165177\n", - "12:43:14\tCompleted 3239 to KZ395400: 2618.729094829081\n", - "12:43:14\tCompleted 3227 to KZ114800: 2318.7190894099176\n", - "12:43:14\tCompleted 3274 to KZ116400: 1898.6382649113255\n", - "12:43:14\tCompleted 3229 to KZ316600: 967.4618494803957\n", - "12:43:14\tCompleted 3264 to KZ431900: 1964.9500903675782\n", - "12:43:14\tCompleted 3265 to KZ555200: 1772.7094452015622\n", - "12:43:14\tCompleted 3251 to KZ475000: 3716.11493893919\n", - "12:43:14\tCompleted 3279 to KZ555600: 2374.7580436272833\n", - "12:43:14\tCompleted 3246 to KZ791710: 254.1969876619126\n", - "12:43:14\tCompleted 3270 to KZ434600: 2006.3840714539124\n", - "12:43:14\tCompleted 3260 to KZ274200: 4948.771128376621\n", - "12:43:14\tCompleted 3298 to KZ191600: 99.16390905340758\n", - "12:43:14\tCompleted 3266 to KZ614600: 189.9924676029107\n", - "12:43:14\tCompleted 3224 to KZ593600: 2085.825684051251\n", - "12:43:14\tCompleted 3237 to KZ234000: 2637.75311818012\n", - "12:43:14\tCompleted 3256 to KZ155600: 3378.94223761288\n", - "12:43:14\tCompleted 3271 to KZ711410: 1535.117812346407212:43:14\tCompleted 3248 to KZ116000: 1764.924380356856\n", - "\n", - "12:43:15\tCompleted 3295 to KZ274000: 4588.120908093191\n", - "12:43:15\tCompleted 3263 to KZ316600: 751.1329563824488\n", - "12:43:15\tCompleted 3276 to KZ391000: 2495.3015316008104\n", - "12:43:15\tCompleted 3290 to KZ634600: 2794.5600315163256\n", - "12:43:15\tCompleted 3257 to KZ635200: 2621.904947752186\n", - "12:43:15\tCompleted 3246 to KZ611600: 403.6196028789919\n", - "12:43:15\tCompleted 3241 to KZ276200: 2505.386542374089\n", - "12:43:15\tCompleted 3298 to KZ195200: 45.83919196601362\n", - "12:43:15\tCompleted 3266 to KZ614800: 479.0967944022035\n", - "12:43:16\tCompleted 3234 to KZ275800: 3933.919626674941\n", - "12:43:16\tCompleted 3253 to KZ614800: 1667.4645302671795\n", - "12:43:16\tCompleted 3220 to KZ156400: 1275.3951723556772\n", - "12:43:16\tCompleted 3236 to KZ153600: 3667.093637354354\n", - "12:43:16\tCompleted 3259 to KZ556000: 1852.6660583723885\n", - "12:43:16\tCompleted 3258 to KZ471000: 4161.126108164835\n", - "12:43:16\tCompleted 3238 to KZ393400: 2677.241658513913\n", - "12:43:16\tCompleted 3250 to KZ636400: 5151.757828900466\n", - "12:43:16\tCompleted 3243 to KZ231000: 4153.759839425018\n", - "12:43:16\tCompleted 3255 to KZ114000: 1739.611429304908\n", - "12:43:16\tCompleted 3287 to KZ114400: 1793.350256436399112:43:16\tCompleted 3239 to KZ392000: 2415.63496887563\n", - "\n", - "12:43:16\tCompleted 3246 to KZ613600: 186.950533594889\n", - "12:43:16\tCompleted 3275 to KZ751210: 3930.789836875338\n", - "12:43:16\tCompleted 3240 to KZ555600: 2189.2590355670704\n", - "12:43:17\tCompleted 3312 to KZ111810: 1679.9000077119217\n", - "12:43:17\tCompleted 3266 to KZ615400: 431.1919503174607\n", - "12:43:17\tCompleted 3263 to KZ316200: 1234.5407975159383\n", - "12:43:17\tCompleted 3230 to KZ396200: 2535.300721001914\n", - "12:43:17\tCompleted 3298 to KZ195000: 488.5590357288192\n", - "12:43:17\tCompleted 3245 to KZ474200: 3013.9913672875864\n", - "12:43:17\tCompleted 3261 to KZ113200: 1783.8445382145153\n", - "12:43:17\tCompleted 3229 to KZ316200: 1450.8696906138853\n", - "12:43:17\tCompleted 3277 to KZ595200: 2118.2932412583455\n", - "12:43:17\tCompleted 3218 to KZ554800: 3565.5620011777646\n", - "12:43:17\tCompleted 3274 to KZ116800: 1686.2394112192997\n", - "12:43:17\tCompleted 3307 to KZ596000: 1846.1508584344606\n", - "12:43:17\tCompleted 3271 to KZ711210: 1536.2795737733056\n", - "12:43:17\tCompleted 3306 to KZ395000: 2316.3665318760823\n", - "12:43:17\tCompleted 3293 to KZ396200: 2073.7803502757465\n", - "12:43:17\tCompleted 3262 to KZ156000: 3070.131599962639\n", - "12:43:17\tCompleted 3268 to KZ156000: 2921.845285359596\n", - "12:43:17\tCompleted 3223 to KZ395000: 1867.6317092415495\n", - "12:43:18\tCompleted 3221 to KZ195000: 2276.263209361965\n", - "12:43:18\tCompleted 3249 to KZ195000: 4511.195780915671\n", - "12:43:18\tCompleted 3265 to KZ551600: 1830.6703488327937\n", - "12:43:18\tCompleted 3288 to KZ234200: 4592.903324869928\n", - "12:43:18\tCompleted 3294 to KZ554200: 2235.574049972918\n", - "12:43:18\tCompleted 3264 to KZ434600: 1998.6146607939586\n", - "12:43:18\tCompleted 3266 to KZ615200: 241.6916666465222\n", - "12:43:18\tCompleted 3246 to KZ614000: 315.36319613662806\n", - "12:43:18\tCompleted 3228 to KZ234000: 4396.820216467574\n", - "12:43:18\tCompleted 3227 to KZ111010: 1856.0712138399763\n", - "12:43:18\tCompleted 3298 to KZ194400: 306.3439622698487\n", - "12:43:18\tCompleted 3220 to KZ155600: 1448.0750463946088\n", - "12:43:18\tCompleted 3272 to KZ276600: 4013.873378558208\n", - "12:43:18\tCompleted 3263 to KZ311000: 839.9551676465178\n", - "12:43:18\tCompleted 3308 to KZ273200: 2802.1063764781948\n", - "12:43:19\tCompleted 3253 to KZ615400: 1408.6282973577313\n", - "12:43:19\tCompleted 3302 to KZ632200: 4124.115125380474\n", - "12:43:19\tCompleted 3269 to KZ633200: 4522.322783265423\n", - "12:43:19\tCompleted 3312 to KZ116600: 1141.4950811546028\n", - "12:43:19\tCompleted 3229 to KZ311000: 1056.2840607444648\n", - "12:43:19\tCompleted 3244 to KZ636200: 4801.358548853061\n", - "12:43:19\tCompleted 3279 to KZ551000: 2003.843302760374\n", - "12:43:19\tCompleted 3248 to KZ116400: 1887.3257281163753\n", - "12:43:19\tCompleted 3246 to KZ613900: 592.1148952778223\n", - "12:43:20\tCompleted 3266 to KZ616400: 991.3033772600771\n", - "12:43:20\tCompleted 3294 to KZ791110: 1037.223456224033\n", - "12:43:20\tCompleted 3298 to KZ194600: 316.8609282743515\n", - "12:43:20\tCompleted 3224 to KZ595200: 1857.6288028178153\n", - "12:43:20\tCompleted 3259 to KZ556800: 1914.2370170571355\n", - "12:43:20\tCompleted 3271 to KZ711310: 1548.1369332292375\n", - "12:43:20\tCompleted 3239 to KZ395600: 2729.2011748565697\n", - "12:43:20\tCompleted 3220 to KZ156800: 950.0548906151907\n", - "12:43:20\tCompleted 3276 to KZ395400: 2538.665426526123\n", - "12:43:20\tCompleted 3233 to KZ474200: 2470.154123596919\n", - "12:43:20\tCompleted 3263 to KZ315000: 957.1639838801516\n", - "12:43:20\tCompleted 3256 to KZ156800: 2880.922081833517\n", - "12:43:20\tCompleted 3261 to KZ113400: 1575.065467112344\n", - "12:43:20\tCompleted 3287 to KZ114600: 1901.749348823829\n", - "12:43:20\tCompleted 3274 to KZ111810: 1708.1035042424285\n", - "12:43:20\tCompleted 3223 to KZ395200: 1495.4181410304607\n", - "12:43:20\tCompleted 3255 to KZ117000: 1662.2437727515119\n", - "12:43:21\tCompleted 3270 to KZ434400: 2349.33347041564\n", - "12:43:21\tCompleted 3222 to KZ634600: 4638.943459010887\n", - "12:43:21\tCompleted 3246 to KZ612000: 223.48306999254\n", - "12:43:21\tCompleted 3238 to KZ391600: 2533.1121555294035\n", - "12:43:21\tCompleted 3253 to KZ615200: 1146.0449438594515\n", - "12:43:21\tCompleted 3257 to KZ632400: 2490.8605056016877\n", - "12:43:21\tCompleted 3298 to KZ194800: 584.9765803283553\n", - "12:43:21\tCompleted 3266 to KZ615600: 640.5575199831693\n", - "12:43:21\tCompleted 3240 to KZ551000: 1818.3442947001613\n", - "12:43:21\tCompleted 3251 to KZ475200: 3726.9578997232393\n", - "12:43:21\tCompleted 3229 to KZ315000: 1173.4928769780984\n", - "12:43:21\tCompleted 3294 to KZ791310: 993.683224343424\n", - "12:43:22\tCompleted 3277 to KZ591000: 2008.5089700108865\n", - "12:43:22\tCompleted 3290 to KZ634400: 2386.71077206026\n", - "12:43:22\tCompleted 3263 to KZ314200: 841.3693812088908\n", - "12:43:22\tCompleted 3293 to KZ396600: 2081.6991910669435\n", - "12:43:22\tCompleted 3306 to KZ395200: 1784.005305036947\n", - "12:43:22\tCompleted 3256 to KZ193200: 768.0781468745179\n", - "12:43:22\tCompleted 3236 to KZ154000: 3418.6702101793285\n", - "12:43:22\tCompleted 3307 to KZ596200: 2233.1503081056335\n", - "12:43:22\tCompleted 3246 to KZ614400: 518.6476947176247\n", - "12:43:22\tCompleted 3243 to KZ234000: 4362.370316792723\n", - "12:43:22\tCompleted 3264 to KZ434400: 2341.564059755687\n", - "12:43:22\tCompleted 3265 to KZ553200: 2068.277815080076\n", - "12:43:22\tCompleted 3241 to KZ271000: 2523.0794977883047\n", - "12:43:22\tCompleted 3274 to KZ116600: 1221.4669832562859\n", - "12:43:22\tCompleted 3227 to KZ116000: 1824.9022949627154\n", - "12:43:22\tCompleted 3266 to KZ615800: 320.92999634796587\n", - "12:43:22\tCompleted 3312 to KZ115600: 1843.9723559154766\n", - "12:43:22\tCompleted 3298 to KZ195600: 661.7571480835643\n", - "12:43:22\tCompleted 3230 to KZ396600: 2543.219561793103412:43:22\tCompleted 3237 to KZ234200: 3088.698824701081\n", - "\n", - "12:43:23\tCompleted 3262 to KZ154600: 3368.2690307077537\n", - "12:43:23\tCompleted 3275 to KZ751110: 3938.5471961882195\n", - "12:43:23\tCompleted 3268 to KZ154600: 3219.9827161047106\n", - "12:43:23\tCompleted 3234 to KZ276000: 4349.750652429995\n", - "12:43:23\tCompleted 3295 to KZ274200: 4705.466402472738\n", - "12:43:23\tCompleted 3250 to KZ631000: 4760.65248106521\n", - "12:43:23\tCompleted 3259 to KZ554800: 2068.9169858054247\n", - "12:43:23\tCompleted 3290 to KZ313600: 774.4133147227134\n", - "12:43:23\tCompleted 3294 to KZ791510: 970.802724771771\n", - "12:43:23\tCompleted 3229 to KZ314200: 1057.698274306838\n", - "12:43:23\tCompleted 3248 to KZ116800: 1674.9268744243495\n", - "12:43:23\tCompleted 3246 to KZ614600: 205.5922148787874\n", - "12:43:23\tCompleted 3221 to KZ194400: 2094.0481359030123\n", - "12:43:23\tCompleted 3271 to KZ555200: 1755.4845714674093\n", - "12:43:24\tCompleted 3218 to KZ556400: 3504.014802065941\n", - "12:43:24\tCompleted 3266 to KZ612600: 34.106349257629624\n", - "12:43:24\tCompleted 3256 to KZ193400: 972.9670238899583\n", - "12:43:24\tCompleted 3239 to KZ395800: 2917.3250414750864\n", - "12:43:24\tCompleted 3288 to KZ234600: 4708.073623308035\n", - "12:43:24\tCompleted 3249 to KZ194400: 4328.980707456684\n", - "12:43:24\tCompleted 3298 to KZ195800: 475.6440204507144\n", - "12:43:24\tCompleted 3245 to KZ474600: 2691.1668064695045\n", - "12:43:24\tCompleted 3258 to KZ473600: 3742.151342141883\n", - "12:43:24\tCompleted 3255 to KZ114400: 1788.483612860111\n", - "12:43:24\tCompleted 3270 to KZ431000: 1691.0248880530037\n", - "12:43:24\tCompleted 3263 to KZ353200: 1423.2894417205132\n", - "12:43:25\tCompleted 3287 to KZ114800: 2259.984878177138\n", - "12:43:25\tCompleted 3279 to KZ556000: 2051.964684968391\n", - "12:43:25\tCompleted 3290 to KZ314000: 556.0120214289054\n", - "12:43:25\tCompleted 3266 to KZ616000: 348.06921208057236\n", - "12:43:25\tCompleted 3302 to KZ635200: 5040.039854407301\n", - "12:43:25\tCompleted 3308 to KZ274400: 2739.2350639648917\n", - "12:43:25\tCompleted 3293 to KZ394200: 1715.9516712288232\n", - "12:43:25\tCompleted 3246 to KZ614800: 658.3660077236086\n", - "12:43:25\tCompleted 3294 to KZ791710: 969.0265444547384\n", - "12:43:25\tCompleted 3223 to KZ391000: 1749.8163376868133\n", - "12:43:25\tCompleted 3261 to KZ113600: 1850.33819615898112:43:25\tCompleted 3256 to KZ193600: 530.39837924793\n", - "\n", - "12:43:25\tCompleted 3224 to KZ591000: 1910.954495192974\n", - "12:43:25\tCompleted 3264 to KZ431000: 1683.25547739305\n", - "12:43:25\tCompleted 3272 to KZ275000: 3879.5710356605396\n", - "12:43:25\tCompleted 3228 to KZ234200: 4847.765922988532\n", - "12:43:25\tCompleted 3244 to KZ636400: 5138.598283356364\n", - "12:43:26\tCompleted 3298 to KZ196000: 662.4247758396344\n", - "12:43:26\tCompleted 3276 to KZ392000: 2655.589121606347\n", - "12:43:26\tCompleted 3229 to KZ353200: 1431.2345628596559\n", - "12:43:26\tCompleted 3266 to KZ613800: 505.6489503177667\n", - "12:43:26\tCompleted 3256 to KZ194000: 21.795941546018394\n", - "12:43:26\tCompleted 3274 to KZ115600: 1872.1758524459833\n", - "12:43:26\tCompleted 3240 to KZ556000: 1866.4656769081785\n", - "12:43:26\tCompleted 3253 to KZ616400: 2118.637494755503\n", - "12:43:26\tCompleted 3233 to KZ474600: 2147.3295627788457\n", - "12:43:26\tCompleted 3246 to KZ615400: 477.80855913839304\n", - "12:43:26\tCompleted 3307 to KZ596400: 2006.94528770541\n", - "12:43:26\tCompleted 3277 to KZ595600: 2242.3965565328053\n", - "12:43:26\tCompleted 3290 to KZ314800: 1057.8863320143168\n", - "12:43:26\tCompleted 3265 to KZ553600: 1785.8847536248438\n", - "12:43:26\tCompleted 3296 to KZ113200: 1750.5337916808458\n", - "12:43:27\tCompleted 3257 to KZ632800: 2296.7914205850357\n", - "12:43:27\tCompleted 3227 to KZ116400: 1947.3036427222346\n", - "12:43:27\tCompleted 3238 to KZ393600: 2835.5454505187627\n", - "12:43:27\tCompleted 3298 to KZ191000: 354.03562294658946\n", - "12:43:27\tCompleted 3312 to KZ115200: 2037.4544704017387\n", - "12:43:27\tCompleted 3263 to KZ353600: 1359.5192200038466\n", - "12:43:27\tCompleted 3294 to KZ611600: 1225.8870797298628\n", - "12:43:27\tCompleted 3259 to KZ556400: 1995.7833449802283\n", - "12:43:27\tCompleted 3239 to KZ392400: 2514.835596555371\n", - "12:43:27\tCompleted 3248 to KZ111810: 1696.7909674474784\n", - "12:43:27\tCompleted 3271 to KZ551600: 1813.4454750986408\n", - "12:43:27\tCompleted 3269 to KZ634800: 5066.179756476478\n", - "12:43:27\tCompleted 3222 to KZ634400: 4160.661421922731\n", - "12:43:27\tCompleted 3256 to KZ196400: 686.8176608016656\n", - "12:43:28\tCompleted 3246 to KZ615200: 257.2914139223989\n", - "12:43:28\tCompleted 3220 to KZ193200: 2485.277830470115\n", - "12:43:28\tCompleted 3270 to KZ435200: 1589.3307579920731\n", - "12:43:28\tCompleted 3264 to KZ435200: 1581.5613473321193\n", - "12:43:28\tCompleted 3262 to KZ154800: 3203.2763417201536\n", - "12:43:28\tCompleted 3287 to KZ111010: 1797.337002607193\n", - "12:43:28\tCompleted 3236 to KZ154200: 3721.3062491486507\n", - "12:43:28\tCompleted 3298 to KZ196200: 119.6284501552549112:43:28\tCompleted 3290 to KZ315400: 745.125213334343\n", - "\n", - "12:43:28\tCompleted 3255 to KZ114600: 1896.8827052475408\n", - "12:43:28\tCompleted 3251 to KZ471800: 3556.567679562513612:43:28\tCompleted 3230 to KZ394200: 2990.756056763529\n", - "\n", - "12:43:28\tCompleted 3229 to KZ353600: 1361.0400771417123\n", - "12:43:28\tCompleted 3268 to KZ154800: 3054.9900271171105\n", - "12:43:28\tCompleted 3243 to KZ234200: 4813.316023313678\n", - "12:43:28\tCompleted 3275 to KZ751310: 3931.7187690634737\n", - "12:43:29\tCompleted 3306 to KZ391000: 2038.4035016932996\n", - "12:43:29\tCompleted 3263 to KZ351600: 934.3093680273954\n", - "12:43:29\tCompleted 3253 to KZ615600: 1702.946197032623\n", - "12:43:29\tCompleted 3256 to KZ196800: 263.8744914884147\n", - "12:43:29\tCompleted 3294 to KZ613600: 1079.5145274919423\n", - "12:43:29\tCompleted 3296 to KZ113400: 1580.2462987480824\n", - "12:43:29\tCompleted 3246 to KZ616400: 1140.8090299923874\n", - "12:43:29\tCompleted 3224 to KZ595600: 1759.2583439968516\n", - "12:43:29\tCompleted 3234 to KZ276200: 4069.1368656960717\n", - "12:43:29\tCompleted 3298 to KZ192600: 392.97937797528334\n", - "12:43:30\tCompleted 3248 to KZ116600: 1226.1761800599882\n", - "12:43:30\tCompleted 3249 to KZ194600: 4339.497673461185\n", - "12:43:30\tCompleted 3288 to KZ234800: 3841.7749991435976\n", - "12:43:30\tCompleted 3229 to KZ351600: 939.7671996047881\n", - "12:43:30\tCompleted 3256 to KZ191600: 180.77403462057174\n", - "12:43:30\tCompleted 3223 to KZ395400: 1795.7753373829166\n", - "12:43:30\tCompleted 3218 to KZ554200: 3673.8597039191327\n", - "12:43:30\tCompleted 3227 to KZ116800: 1734.9047890302088\n", - "12:43:30\tCompleted 3237 to KZ234600: 3203.8691231391354\n", - "12:43:30\tCompleted 3277 to KZ596000: 1885.2115724797186\n", - "12:43:30\tCompleted 3253 to KZ615800: 1087.1215419303146\n", - "12:43:30\tCompleted 3241 to KZ274000: 3176.7376815078337\n", - "12:43:30\tCompleted 3293 to KZ394400: 2143.9580225548243\n", - "12:43:30\tCompleted 3221 to KZ194600: 2104.5651019075167\n", - "12:43:30\tCompleted 3250 to KZ634600: 5219.382008530677\n", - "12:43:30\tCompleted 3274 to KZ115200: 2065.657966932244\n", - "12:43:30\tCompleted 3265 to KZ552200: 1910.8128712933224\n", - "12:43:31\tCompleted 3294 to KZ614000: 1026.3744805776184\n", - "12:43:31\tCompleted 3290 to KZ315600: 1372.1340673677485\n", - "12:43:31\tCompleted 3276 to KZ395600: 2532.742470897434\n", - "12:43:31\tCompleted 3261 to KZ113800: 2029.684220827881\n", - "12:43:31\tCompleted 3298 to KZ196600: 438.6951020305477\n", - "12:43:31\tCompleted 3246 to KZ615600: 664.9691467041488\n", - "12:43:31\tCompleted 3239 to KZ396200: 2954.864519065087\n", - "12:43:31\tCompleted 3302 to KZ632400: 4832.696891600871\n", - "12:43:31\tCompleted 3264 to KZ434800: 1612.8876082484549\n", - "12:43:31\tCompleted 3287 to KZ116000: 1766.168083729932\n", - "12:43:31\tCompleted 3270 to KZ434800: 1620.6570189084086\n", - "12:43:31\tCompleted 3307 to KZ594600: 2212.4241392328995\n", - "12:43:31\tCompleted 3259 to KZ554200: 2258.411383367664\n", - "12:43:31\tCompleted 3256 to KZ195200: 159.17100112326744\n", - "12:43:31\tCompleted 3271 to KZ553200: 2051.052941345923\n", - "12:43:32\tCompleted 3245 to KZ475000: 3061.495833219282\n", - "12:43:32\tCompleted 3263 to KZ354000: 1443.1088859888991\n", - "12:43:32\tCompleted 3279 to KZ556800: 2252.6526098403256\n", - "12:43:32\tCompleted 3312 to KZ115400: 2258.0272422673897\n", - "12:43:32\tCompleted 3244 to KZ631000: 4747.492935521105\n", - "12:43:32\tCompleted 3222 to KZ313600: 3035.4993527996953\n", - "12:43:32\tCompleted 3251 to KZ593200: 1715.2880657264393\n", - "12:43:32\tCompleted 3240 to KZ556800: 2067.1536017801204\n", - "12:43:32\tCompleted 3246 to KZ615800: 311.7993830158392\n", - "12:43:32\tCompleted 3272 to KZ274800: 4415.075947043993\n", - "12:43:32\tCompleted 3228 to KZ234600: 4962.9362214266375\n", - "12:43:32\tCompleted 3308 to KZ275400: 3414.423495921902\n", - "12:43:32\tCompleted 3290 to KZ316000: 557.0703067313511\n", - "12:43:32\tCompleted 3253 to KZ612600: 1342.2516685512408\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:43:32\tCompleted 3298 to KZ194200: 314.6793498384859\n", - "12:43:32\tCompleted 3229 to KZ354000: 1451.0540071280418\n", - "12:43:33\tCompleted 3296 to KZ113600: 1708.7174568181401\n", - "12:43:33\tCompleted 3293 to KZ433200: 1277.0755211781354\n", - "12:43:33\tCompleted 3257 to KZ636800: 2419.0287934126923\n", - "12:43:33\tCompleted 3258 to KZ474200: 4188.775503208405\n", - "12:43:33\tCompleted 3256 to KZ195000: 570.1691612959836\n", - "12:43:33\tCompleted 3255 to KZ114800: 2255.11823460085\n", - "12:43:33\tCompleted 3294 to KZ613900: 1304.2977525940662\n", - "12:43:33\tCompleted 3238 to KZ396400: 3056.957097192118\n", - "12:43:33\tCompleted 3259 to KZ791110: 1154.9281473681792\n", - "12:43:33\tCompleted 3236 to KZ156000: 3294.555481516871\n", - "12:43:33\tCompleted 3246 to KZ612600: 237.9649027410405\n", - "12:43:34\tCompleted 3298 to KZ751210: 28.43736305518247\n", - "12:43:34\tCompleted 3248 to KZ115600: 1860.8633156510332\n", - "12:43:34\tCompleted 3266 to KZ273200: 2802.1558713909644\n", - "12:43:34\tCompleted 3227 to KZ111810: 1756.768882053337612:43:34\tCompleted 3269 to KZ633400: 4422.04200882288\n", - "\n", - "12:43:34\tCompleted 3223 to KZ392000: 1592.6812114294503\n", - "12:43:34\tCompleted 3230 to KZ394400: 3072.017151681597\n", - "12:43:34\tCompleted 3253 to KZ616000: 1052.0168971762646\n", - "12:43:34\tCompleted 3290 to KZ316600: 1090.029557790884\n", - "12:43:34\tCompleted 3233 to KZ475000: 2517.658589528623\n", - "12:43:34\tCompleted 3262 to KZ155200: 3630.2150046219062\n", - "12:43:34\tCompleted 3275 to KZ751410: 3949.14374746711312:43:34\tCompleted 3263 to KZ351000: 1374.740454888555912:43:34\tCompleted 3307 to KZ711110: 1460.6564328186173\n", - "\n", - "\n", - "12:43:34\tCompleted 3293 to KZ431900: 758.0316882829165\n", - "12:43:34\tCompleted 3224 to KZ596000: 1847.720448573057612:43:34\tCompleted 3256 to KZ194400: 189.9104255869607\n", - "\n", - "12:43:34\tCompleted 3218 to KZ791110: 2485.694761041876\n", - "12:43:35\tCompleted 3268 to KZ155200: 3481.928690018863\n", - "12:43:35\tCompleted 3306 to KZ395400: 2086.2710547263773\n", - "12:43:35\tCompleted 3246 to KZ616000: 326.5812392925139\n", - "12:43:35\tCompleted 3265 to KZ554600: 2048.401603471186\n", - "12:43:35\tCompleted 3298 to KZ751110: 37.15218635043151\n", - "12:43:35\tCompleted 3271 to KZ553600: 1768.659879890691\n", - "12:43:35\tCompleted 3259 to KZ791310: 1111.3879154875706\n", - "12:43:35\tCompleted 3239 to KZ396600: 2866.569651212546\n", - "12:43:35\tCompleted 3229 to KZ351000: 1382.6855760276985\n", - "12:43:35\tCompleted 3287 to KZ116400: 1888.5694314894513\n", - "12:43:35\tCompleted 3264 to KZ433600: 1873.5577885975906\n", - "12:43:35\tCompleted 3294 to KZ612000: 1173.0092136225305\n", - "12:43:35\tCompleted 3220 to KZ193400: 2690.16670748554\n", - "12:43:35\tCompleted 3243 to KZ234600: 4928.486321751783\n", - "12:43:35\tCompleted 3274 to KZ115400: 2286.230738797896\n", - "12:43:36\tCompleted 3277 to KZ596200: 2272.21102215089\n", - "12:43:36\tCompleted 3293 to KZ434600: 791.6962587092969\n", - "12:43:36\tCompleted 3270 to KZ433600: 1881.3271992575444\n", - "12:43:36\tCompleted 3290 to KZ316200: 586.4607746560414\n", - "12:43:36\tCompleted 3256 to KZ194600: 332.6084316070443\n", - "12:43:36\tCompleted 3261 to KZ114500: 1896.8062362819157\n", - "12:43:36\tCompleted 3249 to KZ194800: 4607.61332551519\n", - "12:43:36\tCompleted 3246 to KZ613800: 550.0862697987608\n", - "12:43:36\tCompleted 3296 to KZ113800: 1788.3355415741742\n", - "12:43:36\tCompleted 3251 to KZ595800: 1819.2076757668165\n", - "12:43:36\tCompleted 3298 to KZ751310: 31.42497840364053\n", - "12:43:36\tCompleted 3253 to KZ613800: 1427.6306725086442\n", - "12:43:36\tCompleted 3288 to KZ235200: 3889.414846506965\n", - "12:43:36\tCompleted 3237 to KZ234800: 2337.5704989747264\n", - "12:43:36\tCompleted 3222 to KZ314000: 2817.9330881560054\n", - "12:43:36\tCompleted 3276 to KZ395800: 2835.1265463039153\n", - "12:43:36\tCompleted 3259 to KZ791510: 1088.5074159159176\n", - "12:43:37\tCompleted 3307 to KZ711410: 1486.7689329021289\n", - "12:43:37\tCompleted 3255 to KZ111010: 1792.4703590309048\n", - "12:43:37\tCompleted 3234 to KZ271000: 4086.8298211102874\n", - "12:43:37\tCompleted 3290 to KZ311000: 449.6190407378755\n", - "12:43:37\tCompleted 3227 to KZ116600: 1477.7303465406885\n", - "12:43:37\tCompleted 3293 to KZ434400: 1134.6456576710325\n", - "12:43:37\tCompleted 3302 to KZ632800: 4582.9237660960425\n", - "12:43:37\tCompleted 3256 to KZ194800: 666.5867058955196\n", - "12:43:37\tCompleted 3263 to KZ352000: 1519.507045189297\n", - "12:43:37\tCompleted 3294 to KZ614400: 1230.830552033869\n", - "12:43:37\tCompleted 3298 to KZ751410: 48.84995680728104\n", - "12:43:38\tCompleted 3279 to KZ554800: 2257.3480978847806\n", - "12:43:38\tCompleted 3239 to KZ394200: 2256.1799594774766\n", - "12:43:38\tCompleted 3250 to KZ634400: 4741.099971442522\n", - "12:43:38\tCompleted 3240 to KZ554800: 2071.849089824575\n", - "12:43:38\tCompleted 3264 to KZ434000: 1637.6150390080463\n", - "12:43:38\tCompleted 3229 to KZ352000: 1603.135846506268\n", - "12:43:38\tCompleted 3312 to KZ151000: 3066.6944153534396\n", - "12:43:38\tCompleted 3224 to KZ596200: 1677.6069548844948\n", - "12:43:38\tCompleted 3244 to KZ634600: 5206.222462986572\n", - "12:43:38\tCompleted 3259 to KZ791710: 1086.731235598885\n", - "12:43:38\tCompleted 3221 to KZ194800: 2372.6807539615197\n", - "12:43:38\tCompleted 3293 to KZ431000: 476.3370753083884\n", - "12:43:38\tCompleted 3241 to KZ274200: 3294.0831758872773\n", - "12:43:38\tCompleted 3257 to KZ635800: 2469.655227128251\n", - "12:43:38\tCompleted 3308 to KZ273600: 2582.3827549044404\n", - "12:43:38\tCompleted 3290 to KZ315000: 862.2909148770972\n", - "12:43:39\tCompleted 3218 to KZ791310: 2463.413212081476\n", - "12:43:39\tCompleted 3248 to KZ115200: 2054.345430137295\n", - "12:43:39\tCompleted 3271 to KZ552200: 1893.5879975591693\n", - "12:43:39\tCompleted 3272 to KZ275800: 3884.658771032378\n", - "12:43:39\tCompleted 3238 to KZ394000: 3288.8919465579393\n", - "12:43:39\tCompleted 3265 to KZ555600: 1877.4056922630825\n", - "12:43:39\tCompleted 3223 to KZ395600: 1878.0410430227714\n", - "12:43:39\tCompleted 3256 to KZ195600: 485.4718436788165\n", - "12:43:39\tCompleted 3228 to KZ234800: 4096.637597262162\n", - "12:43:39\tCompleted 3298 to KZ751710: 89.83798857618385\n", - "12:43:39\tCompleted 3270 to KZ434000: 1645.3844496680001\n", - "12:43:39\tCompleted 3245 to KZ475200: 3072.3387940033313\n", - "12:43:39\tCompleted 3287 to KZ116800: 1676.1705777974255\n", - "12:43:39\tCompleted 3258 to KZ474600: 3865.9509423903232\n", - "12:43:39\tCompleted 3294 to KZ614600: 1020.4821795024337\n", - "12:43:39\tCompleted 3236 to KZ154600: 3592.692912261986\n", - "12:43:40\tCompleted 3307 to KZ711210: 1487.9306943290273\n", - "12:43:40\tCompleted 3293 to KZ435200: 374.6429452474579\n", - "12:43:40\tCompleted 3262 to KZ156400: 3209.5050042611397\n", - "12:43:40\tCompleted 3251 to KZ593400: 1628.5949384146763\n", - "12:43:40\tCompleted 3277 to KZ596400: 2046.006001750668\n", - "12:43:40\tCompleted 3296 to KZ114500: 1862.1780366589958\n", - "12:43:40\tCompleted 3230 to KZ433200: 2826.0786224458657\n", - "12:43:40\tCompleted 3290 to KZ314200: 455.0942716732102\n", - "12:43:40\tCompleted 3261 to KZ114000: 1843.7455900757413\n", - "12:43:40\tCompleted 3269 to KZ633600: 4192.866668234416\n", - "12:43:40\tCompleted 3298 to KZ751810: 36.081832653132906\n", - "12:43:40\tCompleted 3256 to KZ195800: 294.61607535884724\n", - "12:43:40\tCompleted 3220 to KZ193600: 1904.3758718764188\n", - "12:43:40\tCompleted 3255 to KZ116000: 1761.3014401536439\n", - "12:43:41\tCompleted 3268 to KZ156400: 3061.2186896580965\n", - "12:43:41\tCompleted 3229 to KZ354800: 1396.5168768422807\n", - "12:43:41\tCompleted 3259 to KZ611600: 1343.5917708740094\n", - "12:43:41\tCompleted 3263 to KZ354800: 1615.071783901275\n", - "12:43:41\tCompleted 3227 to KZ115600: 1920.8412302568925\n", - "12:43:41\tCompleted 3306 to KZ392000: 2093.3247091216017\n", - "12:43:41\tCompleted 3293 to KZ434800: 405.96920616379316\n", - "12:43:41\tCompleted 3275 to KZ751710: 3990.1317792360155\n", - "12:43:41\tCompleted 3233 to KZ475200: 2528.5015503126724\n", - "12:43:41\tCompleted 3266 to KZ274400: 2739.2845588776613\n", - "12:43:41\tCompleted 3239 to KZ394400: 2431.03332413843\n", - "12:43:41\tCompleted 3243 to KZ234800: 4062.1876975873133\n", - "12:43:41\tCompleted 3274 to KZ151000: 3146.666317455119\n", - "12:43:42\tCompleted 3298 to KZ751910: 50.79777059990069\n", - "12:43:42\tCompleted 3222 to KZ314800: 3317.220393030435\n", - "12:43:42\tCompleted 3256 to KZ196000: 744.0349014067988\n", - "12:43:42\tCompleted 3242 to KZ113200: 1658.701232462067\n", - "12:43:42\tCompleted 3287 to KZ111810: 1698.0346708205543\n", - "12:43:42\tCompleted 3293 to KZ433600: 666.6393865129289\n", - "12:43:42\tCompleted 3265 to KZ551000: 1788.541122916829\n", - "12:43:42\tCompleted 3294 to KZ614800: 1502.1029848735402\n", - "12:43:42\tCompleted 3288 to KZ235600: 3984.45261252737\n", - "12:43:42\tCompleted 3276 to KZ392400: 2561.3134723302455\n", - "12:43:42\tCompleted 3290 to KZ353200: 1368.311525755788\n", - "12:43:42\tCompleted 3307 to KZ711310: 1499.7880537849592\n", - "12:43:42\tCompleted 3249 to KZ195600: 4684.393893270398\n", - "12:43:43\tCompleted 3253 to KZ273200: 4129.129617809224\n", - "12:43:43\tCompleted 3218 to KZ791510: 2473.5309880777445\n", - "12:43:43\tCompleted 3259 to KZ613600: 1197.2192186360874\n", - "12:43:43\tCompleted 3298 to KZ751510: 42.040411287019964\n", - "12:43:43\tCompleted 3250 to KZ313600: 3615.937902319376\n", - "12:43:43\tCompleted 3271 to KZ554600: 2031.176729737033\n", - "12:43:43\tCompleted 3237 to KZ235200: 2385.210346338119\n", - "12:43:43\tCompleted 3256 to KZ191000: 435.6457485137538\n", - "12:43:43\tCompleted 3302 to KZ636800: 4607.817347624679\n", - "12:43:43\tCompleted 3246 to KZ273200: 3020.9764523724084\n", - "12:43:43\tCompleted 3293 to KZ434000: 430.6966369233864\n", - "12:43:44\tCompleted 3261 to KZ117000: 1766.3779335223453\n", - "12:43:44\tCompleted 3257 to KZ636200: 2330.738143898001\n", - "12:43:44\tCompleted 3251 to KZ594200: 1808.4526874781877\n", - "12:43:44\tCompleted 3224 to KZ596400: 2032.260175609729\n", - "12:43:44\tCompleted 3239 to KZ433200: 1811.00398386114\n", - "12:43:44\tCompleted 3279 to KZ556400: 2195.0819715762254\n", - "12:43:44\tCompleted 3287 to KZ116600: 1211.265445232731\n", - "12:43:44\tCompleted 3296 to KZ114000: 1798.3210230914372\n", - "12:43:44\tCompleted 3264 to KZ471000: 4070.5639096770096\n", - "12:43:44\tCompleted 3244 to KZ634400: 4727.940425898417\n", - "12:43:44\tCompleted 3248 to KZ115400: 2274.9182020029452\n", - "12:43:44\tCompleted 3223 to KZ395800: 1904.5879845287996\n", - "12:43:44\tCompleted 3255 to KZ116400: 1883.702787913163\n", - "12:43:44\tCompleted 3238 to KZ396800: 3034.9844041183524\n", - "12:43:44\tCompleted 3240 to KZ556400: 2009.5829635160183\n", - "12:43:44\tCompleted 3312 to KZ153200: 3071.1109987820646\n", - "12:43:44\tCompleted 3234 to KZ274000: 4740.488004829817\n", - "12:43:44\tCompleted 3294 to KZ615400: 1243.2667519640922\n", - "12:43:45\tCompleted 3256 to KZ196200: 61.39949493661166\n", - "12:43:45\tCompleted 3229 to KZ355200: 1918.688648711092\n", - "12:43:45\tCompleted 3230 to KZ431900: 2307.034789550662\n", - "12:43:45\tCompleted 3242 to KZ113400: 1449.9221613598959\n", - "12:43:45\tCompleted 3263 to KZ355200: 1835.0598473941209\n", - "12:43:45\tCompleted 3308 to KZ276600: 2664.2080016034265\n", - "12:43:45\tCompleted 3259 to KZ614000: 1144.0791717217655\n", - "12:43:45\tCompleted 3277 to KZ594600: 2251.4848532781557\n", - "12:43:45\tCompleted 3262 to KZ155600: 3382.1848782999996\n", - "12:43:45\tCompleted 3236 to KZ154800: 3427.7002232743857\n", - "12:43:45\tCompleted 3272 to KZ276000: 4300.489796787428\n", - "12:43:45\tCompleted 3221 to KZ195600: 2449.461321716718\n", - "12:43:46\tCompleted 3228 to KZ235200: 4144.27744462553\n", - "12:43:46\tCompleted 3265 to KZ556000: 1829.837631247642\n", - "12:43:46\tCompleted 3256 to KZ192600: 474.5895035424477\n", - "12:43:46\tCompleted 3220 to KZ194000: 1970.8632377216782\n", - "12:43:46\tCompleted 3258 to KZ475000: 4236.279969140105\n", - "12:43:46\tCompleted 3270 to KZ471000: 4078.3333203369625\n", - "12:43:46\tCompleted 3227 to KZ115200: 2114.3233447431517\n", - "12:43:46\tCompleted 3294 to KZ615200: 980.6833984658123\n", - "12:43:46\tCompleted 3239 to KZ431900: 1940.055298157855\n", - "12:43:46\tCompleted 3307 to KZ555200: 1774.6527253535198\n", - "12:43:47\tCompleted 3218 to KZ791710: 2445.0310487274583\n", - "12:43:47\tCompleted 3222 to KZ315400: 3004.459274350483\n", - "12:43:47\tCompleted 3271 to KZ555600: 1860.1808185289296\n", - "12:43:47\tCompleted 3269 to KZ633800: 4493.452015714967\n", - "12:43:47\tCompleted 3245 to KZ471800: 2901.9485738426056\n", - "12:43:47\tCompleted 3275 to KZ751810: 3936.375623312965\n", - "12:43:47\tCompleted 3259 to KZ613900: 1422.0024437382133\n", - "12:43:47\tCompleted 3243 to KZ235200: 4109.827544950681\n", - "12:43:47\tCompleted 3290 to KZ353600: 1855.9735953175823\n", - "12:43:47\tCompleted 3276 to KZ396200: 2369.736558304041\n", - "12:43:47\tCompleted 3274 to KZ153200: 3151.082900883744\n", - "12:43:47\tCompleted 3256 to KZ196600: 257.66715693868065\n", - "12:43:47\tCompleted 3306 to KZ395600: 2166.628207029246\n", - "12:43:47\tCompleted 3296 to KZ117000: 1720.953366538041\n", - "12:43:48\tCompleted 3255 to KZ116800: 1671.3039342211373\n", - "12:43:48\tCompleted 3287 to KZ115600: 1862.1070190241091\n", - "12:43:48\tCompleted 3250 to KZ314000: 3398.371637675686\n", - "12:43:48\tCompleted 3229 to KZ355600: 1616.454134458504\n", - "12:43:48\tCompleted 3263 to KZ355600: 1608.5090133193614\n", - "12:43:48\tCompleted 3288 to KZ233600: 3867.0692103833144\n", - "12:43:48\tCompleted 3244 to KZ313600: 3602.778356775274\n", - "12:43:48\tCompleted 3277 to KZ711110: 1499.7171468638753\n", - "12:43:48\tCompleted 3233 to KZ471800: 2358.1113301519467\n", - "12:43:48\tCompleted 3251 to KZ596600: 1909.338205054953\n", - "12:43:48\tCompleted 3242 to KZ113600: 1725.1948904065327\n", - "12:43:48\tCompleted 3268 to KZ155600: 3233.8985636969564\n", - "12:43:48\tCompleted 3223 to KZ392400: 1691.8818391092018\n", - "12:43:48\tCompleted 3249 to KZ195800: 4498.280765637549\n", - "12:43:49\tCompleted 3261 to KZ114400: 1892.6177736309444\n", - "12:43:49\tCompleted 3253 to KZ274400: 4066.258305295943\n", - "12:43:49\tCompleted 3224 to KZ594600: 1785.0826153023725\n", - "12:43:49\tCompleted 3256 to KZ194200: 482.6695637832141\n", - "12:43:49\tCompleted 3266 to KZ275400: 3414.4729908346717\n", - "12:43:49\tCompleted 3259 to KZ612000: 1290.7139047666772\n", - "12:43:49\tCompleted 3257 to KZ636400: 2088.152296018022\n", - "12:43:49\tCompleted 3239 to KZ434600: 1977.9548224080604\n", - "12:43:49\tCompleted 3264 to KZ473600: 3651.5891436540664\n", - "12:43:49\tCompleted 3265 to KZ556800: 1891.408589932389\n", - "12:43:49\tCompleted 3263 to KZ352100: 700.2723277226431\n", - "12:43:50\tCompleted 3229 to KZ352100: 851.1650968571088\n", - "12:43:50\tCompleted 3302 to KZ635800: 5057.319595321986\n", - "12:43:50\tCompleted 3238 to KZ394800: 3213.6389728164145\n", - "12:43:50\tCompleted 3290 to KZ351600: 1430.763743341131\n", - "12:43:50\tCompleted 3288 to KZ633200: 1259.5023947823345\n", - "12:43:50\tCompleted 3298 to KZ231000: 3838.2458987251593\n", - "12:43:50\tCompleted 3262 to KZ156800: 2884.1647225206366\n", - "12:43:50\tCompleted 3237 to KZ235600: 2480.248112358524\n", - "12:43:50\tCompleted 3230 to KZ434600: 2340.69935997704\n", - "12:43:50\tCompleted 3293 to KZ471000: 2863.6455075923577\n", - "12:43:50\tCompleted 3279 to KZ554200: 2390.91300735852\n", - "12:43:50\tCompleted 3256 to KZ751210: 162.52794509186683\n", - "12:43:50\tCompleted 3312 to KZ153400: 2960.524341256386\n", - "12:43:50\tCompleted 3271 to KZ551000: 1771.316249182676\n", - "12:43:50\tCompleted 3240 to KZ554200: 2205.4139992983173\n", - "12:43:50\tCompleted 3248 to KZ151000: 3151.375514258821\n", - "12:43:50\tCompleted 3296 to KZ114400: 1633.612240127745\n", - "12:43:51\tCompleted 3307 to KZ551600: 1832.6136289847514\n", - "12:43:51\tCompleted 3308 to KZ275000: 2529.9056587057853\n", - "12:43:51\tCompleted 3246 to KZ274400: 2958.1051398591126\n", - "12:43:51\tCompleted 3245 to KZ593200: 1853.257518152767\n", - "12:43:51\tCompleted 3218 to KZ611600: 2394.2057098747946\n", - "12:43:51\tCompleted 3277 to KZ711410: 1525.829646947387\n", - "12:43:51\tCompleted 3234 to KZ274200: 4857.833499209358\n", - "12:43:51\tCompleted 3255 to KZ111810: 1693.168027244266\n", - "12:43:51\tCompleted 3259 to KZ614400: 1348.5352431780161\n", - "12:43:51\tCompleted 3227 to KZ115400: 2334.8961166088025\n", - "12:43:51\tCompleted 3279 to KZ791110: 276.4277094312768\n", - "12:43:51\tCompleted 3256 to KZ751110: 156.12966942857776\n", - "12:43:51\tCompleted 3262 to KZ193200: 771.3207875616372\n", - "12:43:51\tCompleted 3287 to KZ115200: 2055.5891335103706\n", - "12:43:52\tCompleted 3239 to KZ434400: 1962.9057185177157\n", - "12:43:52\tCompleted 3240 to KZ791110: 372.45117245232365\n", - "12:43:52\tCompleted 3294 to KZ616400: 1953.2759493618641\n", - "12:43:52\tCompleted 3272 to KZ276200: 4019.8760100535087\n", - "12:43:52\tCompleted 3244 to KZ314000: 3385.212092131584\n", - "12:43:52\tCompleted 3233 to KZ593200: 1601.4880154461443\n", - "12:43:52\tCompleted 3236 to KZ155200: 3854.6388861761384\n", - "12:43:52\tCompleted 3224 to KZ711110: 1521.1207811757486\n", - "12:43:52\tCompleted 3276 to KZ396600: 2377.65539909523\n", - "12:43:52\tCompleted 3221 to KZ195800: 2263.34819408387\n", - "12:43:52\tCompleted 3228 to KZ235600: 4239.31521064596\n", - "12:43:52\tCompleted 3229 to KZ352200: 1425.0106714466222\n", - "12:43:52\tCompleted 3242 to KZ113800: 1904.5409150754328\n", - "12:43:52\tCompleted 3222 to KZ315600: 3523.900787171135\n", - "12:43:52\tCompleted 3251 to KZ595000: 1743.778223742654\n", - "12:43:52\tCompleted 3263 to KZ352200: 1417.0655503074795\n", - "12:43:52\tCompleted 3279 to KZ791310: 254.14616047087867\n", - "12:43:52\tCompleted 3290 to KZ354000: 1464.4708763431731\n", - "12:43:53\tCompleted 3256 to KZ751310: 162.6149508028164\n", - "12:43:53\tCompleted 3243 to KZ235600: 4204.865310971106\n", - "12:43:53\tCompleted 3288 to KZ634800: 1743.948986192629\n", - "12:43:53\tCompleted 3220 to KZ196400: 2404.017344397265\n", - "12:43:53\tCompleted 3223 to KZ396200: 1770.2777533143553\n", - "12:43:53\tCompleted 3262 to KZ193400: 976.2096645770775\n", - "12:43:53\tCompleted 3261 to KZ114600: 2001.0168660183742\n", - "12:43:53\tCompleted 3259 to KZ614600: 1138.1868706465802\n", - "12:43:53\tCompleted 3240 to KZ791310: 348.3282888944141\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:43:53\tCompleted 3270 to KZ473600: 3659.3585543140193\n", - "12:43:53\tCompleted 3275 to KZ751910: 3957.5165396633724\n", - "12:43:53\tCompleted 3274 to KZ153400: 3040.4962433580654\n", - "12:43:53\tCompleted 3258 to KZ475200: 4247.122929924159\n", - "12:43:53\tCompleted 3255 to KZ116600: 1210.2766851233764\n", - "12:43:53\tCompleted 3250 to KZ314800: 3897.6589425501156\n", - "12:43:54\tCompleted 3265 to KZ554800: 2046.0885586806783\n", - "12:43:54\tCompleted 3279 to KZ791510: 264.2639364671471\n", - "12:43:54\tCompleted 3277 to KZ711210: 1526.9914083742854\n", - "12:43:54\tCompleted 3268 to KZ156800: 2735.8784079175934\n", - "12:43:54\tCompleted 3271 to KZ556000: 1812.6127575134892\n", - "12:43:54\tCompleted 3256 to KZ751410: 169.62489690771292\n", - "12:43:54\tCompleted 3239 to KZ431000: 2300.5403898729214\n", - "12:43:54\tCompleted 3306 to KZ395800: 2193.1751485352866\n", - "12:43:54\tCompleted 3262 to KZ193600: 533.6410199350493\n", - "12:43:54\tCompleted 3294 to KZ615600: 1537.5846516389836\n", - "12:43:55\tCompleted 3249 to KZ196000: 4685.061521026501\n", - "12:43:55\tCompleted 3240 to KZ791510: 346.8688140406637\n", - "12:43:55\tCompleted 3288 to KZ633400: 1038.2523455450082\n", - "12:43:55\tCompleted 3235 to KZ113200: 2036.4252740182606\n", - "12:43:55\tCompleted 3218 to KZ613600: 2448.4008465186043\n", - "12:43:55\tCompleted 3269 to KZ634000: 4740.654813612001\n", - "12:43:55\tCompleted 3307 to KZ553200: 2002.7040619016448\n", - "12:43:55\tCompleted 3296 to KZ114600: 1983.6614908527815\n", - "12:43:55\tCompleted 3279 to KZ791710: 235.7639971168584\n", - "12:43:55\tCompleted 3268 to KZ193200: 653.1415799070903\n", - "12:43:55\tCompleted 3238 to KZ395000: 3141.6143825073664\n", - "12:43:55\tCompleted 3224 to KZ711410: 1517.053991869944\n", - "12:43:55\tCompleted 3290 to KZ351000: 1398.4455909933374\n", - "12:43:55\tCompleted 3256 to KZ751710: 201.66096656785655\n", - "12:43:55\tCompleted 3253 to KZ275400: 4741.446737253014\n", - "12:43:55\tCompleted 3230 to KZ434400: 2683.6487589387652\n", - "12:43:56\tCompleted 3262 to KZ194000: 17.65685424949238\n", - "12:43:56\tCompleted 3266 to KZ273600: 2582.43224981721\n", - "12:43:56\tCompleted 3245 to KZ595800: 1957.1771281931442\n", - "12:43:56\tCompleted 3302 to KZ636200: 4726.232917523808\n", - "12:43:56\tCompleted 3259 to KZ614800: 1619.8076760176868\n", - "12:43:56\tCompleted 3240 to KZ791710: 319.3498881269113\n", - "12:43:56\tCompleted 3264 to KZ474200: 4098.213304720588\n", - "12:43:56\tCompleted 3229 to KZ352300: 1990.926737418404\n", - "12:43:56\tCompleted 3242 to KZ114500: 1771.6629305294675\n", - "12:43:56\tCompleted 3222 to KZ316000: 2697.661709307654\n", - "12:43:56\tCompleted 3294 to KZ615800: 921.759996536676\n", - "12:43:56\tCompleted 3293 to KZ473600: 2444.6707415694145\n", - "12:43:56\tCompleted 3287 to KZ115400: 2276.1619053760214\n", - "12:43:56\tCompleted 3279 to KZ611600: 209.07957427741562\n", - "12:43:56\tCompleted 3257 to KZ631000: 2303.0424838694435\n", - "12:43:56\tCompleted 3312 to KZ153600: 3252.9281021139104\n", - "12:43:57\tCompleted 3237 to KZ233600: 2362.864710214354\n", - "12:43:57\tCompleted 3248 to KZ153200: 3155.792097687446\n", - "12:43:57\tCompleted 3256 to KZ751810: 165.37231011569708\n", - "12:43:57\tCompleted 3277 to KZ711310: 1538.8487678302172\n", - "12:43:57\tCompleted 3262 to KZ196400: 690.060301488785\n", - "12:43:57\tCompleted 3298 to KZ234000: 4046.8563760928473\n", - "12:43:57\tCompleted 3268 to KZ193400: 858.0304569225308\n", - "12:43:57\tCompleted 3290 to KZ352000: 948.3678675753636\n", - "12:43:57\tCompleted 3251 to KZ593600: 1858.3268280269479\n", - "12:43:57\tCompleted 3244 to KZ314800: 3884.4993970060136\n", - "12:43:57\tCompleted 3239 to KZ435200: 2391.352183262973\n", - "12:43:57\tCompleted 3255 to KZ115600: 1857.240375447821\n", - "12:43:57\tCompleted 3263 to KZ352300: 1907.297936101433\n", - "12:43:57\tCompleted 3240 to KZ611600: 393.3915764342487\n", - "12:43:57\tCompleted 3227 to KZ151000: 3402.929680739501\n", - "12:43:58\tCompleted 3223 to KZ396600: 1778.1965941055546\n", - "12:43:58\tCompleted 3236 to KZ156400: 3433.928885815372\n", - "12:43:58\tCompleted 3279 to KZ613600: 239.13379490800384\n", - "12:43:58\tCompleted 3276 to KZ394200: 2749.508213887819\n", - "12:43:58\tCompleted 3235 to KZ113400: 1827.6462029160894\n", - "12:43:58\tCompleted 3256 to KZ751910: 147.4973255760304\n", - "12:43:58\tCompleted 3265 to KZ556400: 1972.9549178554819\n", - "12:43:58\tCompleted 3271 to KZ556800: 1874.1837161982362\n", - "12:43:58\tCompleted 3220 to KZ196800: 1872.1757421561013\n", - "12:43:58\tCompleted 3262 to KZ196800: 267.117132175534\n", - "12:43:58\tCompleted 3259 to KZ615400: 1360.9714431082393\n", - "12:43:58\tCompleted 3308 to KZ274800: 3065.4105700891746\n", - "12:43:58\tCompleted 3268 to KZ193600: 415.4618122805025\n", - "12:43:58\tCompleted 3272 to KZ271000: 4037.5689654677244\n", - "12:43:58\tCompleted 3288 to KZ633600: 1552.1701076798659\n", - "12:43:59\tCompleted 3224 to KZ711210: 1499.889660434112\n", - "12:43:59\tCompleted 3228 to KZ233600: 4121.931808501879\n", - "12:43:59\tCompleted 3246 to KZ275400: 3633.293571816123\n", - "12:43:59\tCompleted 3218 to KZ614000: 2493.7596851911776\n", - "12:43:59\tCompleted 3240 to KZ613600: 252.10343405988766\n", - "12:43:59\tCompleted 3294 to KZ612600: 1176.8901231576015\n", - "12:43:59\tCompleted 3296 to KZ114800: 1754.6104623508818\n", - "12:43:59\tCompleted 3261 to KZ114800: 2359.252395371678\n", - "12:43:59\tCompleted 3229 to KZ352800: 1452.133094143589\n", - "12:43:59\tCompleted 3250 to KZ315400: 3584.897823870164\n", - "12:43:59\tCompleted 3279 to KZ614000: 284.49263358058\n", - "12:43:59\tCompleted 3221 to KZ196000: 2450.1289494727666\n", - "12:43:59\tCompleted 3233 to KZ595800: 1972.308358312598\n", - "12:43:59\tCompleted 3307 to KZ553600: 1720.3110004464127\n", - "12:43:59\tCompleted 3243 to KZ233600: 4087.48190882703\n", - "12:43:59\tCompleted 3256 to KZ751510: 148.05860161671222\n", - "12:43:59\tCompleted 3262 to KZ191600: 184.01667530769103\n", - "12:43:59\tCompleted 3274 to KZ153600: 3332.90000421559\n", - "12:44:00\tCompleted 3268 to KZ194000: 149.4082770901997\n", - "12:44:00\tCompleted 3275 to KZ751510: 3946.0324775624567\n", - "12:44:00\tCompleted 3230 to KZ431000: 2025.3401765761535\n", - "12:44:00\tCompleted 3245 to KZ593400: 1766.564390841004\n", - "12:44:00\tCompleted 3239 to KZ434800: 2312.9184189862553\n", - "12:44:00\tCompleted 3259 to KZ615200: 1098.3880896099588\n", - "12:44:00\tCompleted 3242 to KZ114000: 1718.6022843232931\n", - "12:44:00\tCompleted 3263 to KZ352800: 1444.1879730044463\n", - "12:44:00\tCompleted 3238 to KZ395200: 2673.5788974325333\n", - "12:44:00\tCompleted 3258 to KZ471800: 4076.7327097634243\n", - "12:44:00\tCompleted 3240 to KZ614000: 380.5160966016267\n", - "12:44:00\tCompleted 3294 to KZ616000: 886.6553517826254\n", - "12:44:00\tCompleted 3223 to KZ394200: 1340.7159774881727\n", - "12:44:00\tCompleted 3228 to KZ633200: 925.3956294456761\n", - "12:44:00\tCompleted 3279 to KZ613900: 532.4067605166571\n", - "12:44:00\tCompleted 3277 to KZ555200: 1746.196406068389\n", - "12:44:00\tCompleted 3262 to KZ195200: 162.4136418103867\n", - "12:44:01\tCompleted 3268 to KZ196400: 571.8810938342381\n", - "12:44:01\tCompleted 3243 to KZ633200: 1270.386434519042\n", - "12:44:01\tCompleted 3249 to KZ191000: 4376.672368133429\n", - "12:44:01\tCompleted 3275 to KZ231000: 1144.2484014814745\n", - "12:44:01\tCompleted 3229 to KZ356400: 1247.863974045507612:44:01\tCompleted 3251 to KZ595200: 1855.7769610841838\n", - "\n", - "12:44:01\tCompleted 3244 to KZ315400: 3571.738278326062\n", - "12:44:02\tCompleted 3222 to KZ316600: 3345.6525733916747\n", - "12:44:02\tCompleted 3255 to KZ115200: 2050.722489934083\n", - "12:44:02\tCompleted 3235 to KZ113600: 2102.918931962721\n", - "12:44:02\tCompleted 3224 to KZ711310: 1487.776666722349\n", - "12:44:02\tCompleted 3240 to KZ613900: 657.267795742821\n", - "12:44:02\tCompleted 3262 to KZ195000: 573.4118019831029\n", - "12:44:02\tCompleted 3290 to KZ354800: 1947.301829633963\n", - "12:44:02\tCompleted 3279 to KZ612000: 14.369343451312647\n", - "12:44:02\tCompleted 3306 to KZ392400: 2103.201228908048\n", - "12:44:02\tCompleted 3253 to KZ273600: 3909.405996235492\n", - "12:44:02\tCompleted 3263 to KZ356400: 1096.9712049110437\n", - "12:44:02\tCompleted 3288 to KZ633800: 1484.6696617520997\n", - "12:44:02\tCompleted 3268 to KZ196800: 118.95630096671654\n", - "12:44:02\tCompleted 3269 to KZ635400: 5248.890727183735\n", - "12:44:02\tCompleted 3294 to KZ613800: 1262.2691271150052\n", - "12:44:02\tCompleted 3287 to KZ151000: 3136.4647794315647\n", - "12:44:03\tCompleted 3264 to KZ474600: 3775.3887439025066\n", - "12:44:03\tCompleted 3239 to KZ433600: 2128.5619471361197\n", - "12:44:03\tCompleted 3248 to KZ153400: 3045.2054401617675\n", - "12:44:03\tCompleted 3296 to KZ111010: 1851.17995281743412:44:03\tCompleted 3312 to KZ154000: 3004.504674938885\n", - "\n", - "12:44:03\tCompleted 3271 to KZ554800: 2028.8636849465254\n", - "12:44:03\tCompleted 3220 to KZ191600: 1897.97371821619\n", - "12:44:03\tCompleted 3228 to KZ634800: 1409.84222085597\n", - "12:44:03\tCompleted 3265 to KZ554200: 2235.5829562429176\n", - "12:44:03\tCompleted 3240 to KZ612000: 173.60540041519235\n", - "12:44:03\tCompleted 3262 to KZ194400: 188.32463914933382\n", - "12:44:03\tCompleted 3307 to KZ552200: 1845.239118114891\n", - "12:44:03\tCompleted 3266 to KZ276600: 2664.257496516196\n", - "12:44:03\tCompleted 3270 to KZ474200: 4105.982715380542\n", - "12:44:03\tCompleted 3268 to KZ191600: 65.8374676531445\n", - "12:44:03\tCompleted 3275 to KZ234000: 1396.931446698208\n", - "12:44:03\tCompleted 3279 to KZ614400: 458.93955995645933\n", - "12:44:03\tCompleted 3257 to KZ634600: 2570.7271091697326\n", - "12:44:03\tCompleted 3218 to KZ613900: 2730.6796823609047\n", - "12:44:03\tCompleted 3261 to KZ111010: 1896.6045198017382\n", - "12:44:03\tCompleted 3230 to KZ435200: 1923.646046515223\n", - "12:44:03\tCompleted 3242 to KZ117000: 1641.234627769897\n", - "12:44:04\tCompleted 3237 to KZ633200: 2494.1290265068924\n", - "12:44:04\tCompleted 3293 to KZ474200: 2891.2949026359365\n", - "12:44:04\tCompleted 3302 to KZ636400: 5063.4726520271215\n", - "12:44:04\tCompleted 3233 to KZ593400: 1784.169320717257312:44:04\tCompleted 3227 to KZ153200: 3407.346264168126\n", - "\n", - "12:44:04\tCompleted 3223 to KZ394400: 1608.0795666922495\n", - "12:44:04\tCompleted 3259 to KZ616400: 2070.980640506011\n", - "12:44:04\tCompleted 3276 to KZ394400: 2906.452988983724\n", - "12:44:04\tCompleted 3229 to KZ352400: 1438.0586820399926\n", - "12:44:04\tCompleted 3262 to KZ194600: 336.0794992758586\n", - "12:44:04\tCompleted 3243 to KZ634800: 1754.8330259293366\n", - "12:44:04\tCompleted 3228 to KZ633400: 704.1455802083495\n", - "12:44:04\tCompleted 3277 to KZ551600: 1804.1573096996206\n", - "12:44:04\tCompleted 3268 to KZ195200: 44.97005770893064\n", - "12:44:04\tCompleted 3263 to KZ352400: 1430.11356090085\n", - "12:44:04\tCompleted 3240 to KZ614400: 583.8005951826233\n", - "12:44:04\tCompleted 3245 to KZ594200: 1946.4221399045155\n", - "12:44:05\tCompleted 3279 to KZ614600: 174.72165232273932\n", - "12:44:05\tCompleted 3290 to KZ355200: 1426.4441115681097\n", - "12:44:05\tCompleted 3258 to KZ593200: 2043.560025720897\n", - "12:44:05\tCompleted 3298 to KZ234200: 4497.802082613783\n", - "12:44:05\tCompleted 3265 to KZ791110: 1132.099720243433\n", - "12:44:05\tCompleted 3288 to KZ634000: 1481.7544043176367\n", - "12:44:05\tCompleted 3251 to KZ591000: 1745.9926898367216\n", - "12:44:05\tCompleted 3308 to KZ275800: 2534.9933940775963\n", - "12:44:05\tCompleted 3274 to KZ154000: 3084.4765770405643\n", - "12:44:05\tCompleted 3250 to KZ315600: 4104.339336690815\n", - "12:44:06\tCompleted 3238 to KZ391000: 2869.285161941491\n", - "12:44:06\tCompleted 3223 to KZ433200: 741.1970653155558\n", - "12:44:06\tCompleted 3262 to KZ194800: 669.8293465826389\n", - "12:44:06\tCompleted 3235 to KZ113800: 2282.264956631614\n", - "12:44:06\tCompleted 3296 to KZ116000: 1584.002650470992\n", - "12:44:06\tCompleted 3272 to KZ274000: 4691.227149187248\n", - "12:44:06\tCompleted 3240 to KZ614600: 270.74511534378604\n", - "12:44:06\tCompleted 3275 to KZ234200: 1803.8045853701121\n", - "12:44:06\tCompleted 3243 to KZ633400: 1049.1363852817155\n", - "12:44:06\tCompleted 3236 to KZ155600: 3606.6087598542317\n", - "12:44:06\tCompleted 3268 to KZ195000: 455.23259432855605\n", - "12:44:06\tCompleted 3221 to KZ191000: 2141.7397965797486\n", - "12:44:06\tCompleted 3279 to KZ614800: 463.825979122032\n", - "12:44:06\tCompleted 3239 to KZ434000: 2863.76564030128\n", - "12:44:06\tCompleted 3222 to KZ316200: 2848.3818413831514\n", - "12:44:06\tCompleted 3218 to KZ612000: 2236.5513230266674\n", - "12:44:06\tCompleted 3265 to KZ791310: 1088.5594883628244\n", - "12:44:07\tCompleted 3246 to KZ273600: 2801.2528307986613\n", - "12:44:07\tCompleted 3255 to KZ115400: 2271.2952617997335\n", - "12:44:07\tCompleted 3228 to KZ633600: 1218.063342343207\n", - "12:44:07\tCompleted 3262 to KZ195600: 490.6718437265003\n", - "12:44:07\tCompleted 3223 to KZ431900: 222.1532324203364\n", - "12:44:07\tCompleted 3256 to KZ231000: 4013.15780115308\n", - "12:44:07\tCompleted 3271 to KZ556400: 1955.730044121329\n", - "12:44:07\tCompleted 3244 to KZ315600: 4091.1797911467133\n", - "12:44:07\tCompleted 3249 to KZ196200: 4142.265195342071\n", - "12:44:07\tCompleted 3268 to KZ194400: 283.6988108011528\n", - "12:44:07\tCompleted 3240 to KZ614800: 648.1379812788655\n", - "12:44:07\tCompleted 3230 to KZ434800: 1954.9723074315584\n", - "12:44:07\tCompleted 3259 to KZ615600: 1655.2893427831302\n", - "12:44:07\tCompleted 3307 to KZ554600: 1982.827850292754612:44:07\tCompleted 3239 to KZ471000: 184.97108587794992\n", - "\n", - "12:44:07\tCompleted 3261 to KZ116000: 1865.4356009244773\n", - "12:44:07\tCompleted 3242 to KZ114400: 1767.4744678784962\n", - "12:44:08\tCompleted 3279 to KZ615400: 415.9211350372894\n", - "12:44:08\tCompleted 3290 to KZ355600: 1589.0707970613075\n", - "12:44:08\tCompleted 3220 to KZ195200: 1835.7387413509166\n", - "12:44:08\tCompleted 3262 to KZ195800: 293.03028892122035\n", - "12:44:08\tCompleted 3223 to KZ434600: 255.81780284671646\n", - "12:44:08\tCompleted 3268 to KZ194600: 283.5344868740883\n", - "12:44:08\tCompleted 3265 to KZ791510: 1065.6789887911714\n", - "12:44:08\tCompleted 3243 to KZ633600: 1563.0541474165734\n", - "12:44:08\tCompleted 3275 to KZ234600: 1918.974883808194\n", - "12:44:08\tCompleted 3224 to KZ555200: 2250.9843190849056\n", - "12:44:09\tCompleted 3240 to KZ615400: 542.9614596033917\n", - "12:44:09\tCompleted 3229 to KZ356000: 2152.0231246416756\n", - "12:44:09\tCompleted 3306 to KZ396200: 2058.8649173208414\n", - "12:44:09\tCompleted 3239 to KZ473600: 655.3065826922946\n", - "12:44:09\tCompleted 3257 to KZ634400: 2162.8778497136727\n", - "12:44:09\tCompleted 3287 to KZ153200: 3140.8813628601897\n", - "12:44:09\tCompleted 3288 to KZ635400: 1926.65995689987\n", - "12:44:09\tCompleted 3248 to KZ153600: 3337.609201019292\n", - "12:44:09\tCompleted 3253 to KZ276600: 3991.231242934478\n", - "12:44:09\tCompleted 3277 to KZ553200: 2041.7647759469028\n", - "12:44:09\tCompleted 3233 to KZ594200: 1798.497422049163\n", - "12:44:09\tCompleted 3228 to KZ633800: 1150.562896415441\n", - "12:44:09\tCompleted 3245 to KZ596600: 1971.9001609459046\n", - "12:44:09\tCompleted 3279 to KZ615200: 226.42085136635083\n", - "12:44:09\tCompleted 3259 to KZ615800: 1039.4646876808226\n", - "12:44:09\tCompleted 3269 to KZ635000: 4776.223937272092\n", - "12:44:09\tCompleted 3312 to KZ154200: 3307.140713908207\n", - "12:44:09\tCompleted 3258 to KZ595800: 2147.4796357612745\n", - "12:44:09\tCompleted 3294 to KZ273200: 3963.7680724155866\n", - "12:44:09\tCompleted 3235 to KZ114500: 2149.386972085661\n", - "12:44:09\tCompleted 3223 to KZ434400: 598.7672018084523\n", - "12:44:09\tCompleted 3262 to KZ196000: 747.277542093918\n", - "12:44:10\tCompleted 3250 to KZ316000: 3278.100258827334\n", - "12:44:10\tCompleted 3290 to KZ352100: 1196.7267030363778\n", - "12:44:10\tCompleted 3263 to KZ356000: 2068.394323324707\n", - "12:44:10\tCompleted 3240 to KZ615200: 322.4443143873976\n", - "12:44:10\tCompleted 3268 to KZ194800: 551.650138928092\n", - "12:44:10\tCompleted 3227 to KZ153400: 3296.759606642447\n", - "12:44:10\tCompleted 3251 to KZ595600: 1979.8802763586439\n", - "12:44:10\tCompleted 3239 to KZ474200: 454.6864980994867\n", - "12:44:10\tCompleted 3265 to KZ791710: 1063.9028084741387\n", - "12:44:10\tCompleted 3257 to KZ313600: 546.4328745003306\n", - "12:44:10\tCompleted 3275 to KZ234800: 1137.3550976178515\n", - "12:44:10\tCompleted 3296 to KZ116400: 1932.580609584451\n", - "12:44:10\tCompleted 3266 to KZ275000: 2529.955153618555\n", - "12:44:10\tCompleted 3276 to KZ433200: 2457.8266614924196\n", - "12:44:11\tCompleted 3223 to KZ431000: 150.91599689629945\n", - "12:44:11\tCompleted 3262 to KZ191000: 438.88838920087306\n", - "12:44:11\tCompleted 3238 to KZ395400: 2912.6490568668037\n", - "12:44:11\tCompleted 3243 to KZ633800: 1495.5537014888073\n", - "12:44:11\tCompleted 3218 to KZ614400: 2658.8810063487517\n", - "12:44:11\tCompleted 3279 to KZ616400: 976.0325619799057\n", - "12:44:11\tCompleted 3222 to KZ311000: 2708.9531017540303\n", - "12:44:11\tCompleted 3221 to KZ196200: 1907.332623788422\n", - "12:44:11\tCompleted 3293 to KZ474600: 2568.4703418178547\n", - "12:44:11\tCompleted 3302 to KZ631000: 4672.367304191853\n", - "12:44:11\tCompleted 3228 to KZ634000: 1147.647638980978\n", - "12:44:11\tCompleted 3288 to KZ635000: 1401.3865295674211\n", - "12:44:11\tCompleted 3239 to KZ474600: 261.43910174768445\n", - "12:44:11\tCompleted 3259 to KZ612600: 1294.594814301748\n", - "12:44:11\tCompleted 3307 to KZ555600: 1879.3489724150402\n", - "12:44:11\tCompleted 3244 to KZ316000: 3264.940713283232\n", - "12:44:11\tCompleted 3257 to KZ314000: 350.3805276469144612:44:11\tCompleted 3237 to KZ634800: 3146.9935903432465\n", - "\n", - "12:44:11\tCompleted 3268 to KZ195600: 639.1119966148685\n", - "12:44:12\tCompleted 3274 to KZ154200: 3387.1126160098866\n", - "12:44:12\tCompleted 3223 to KZ435200: 241.7277902863615712:44:12\tCompleted 3242 to KZ114600: 1875.873560265926\n", - "\n", - "12:44:12\tCompleted 3270 to KZ474600: 3783.1581545624595\n", - "12:44:12\tCompleted 3261 to KZ116400: 1987.8369486839965\n", - "12:44:12\tCompleted 3271 to KZ554200: 2218.358082508765\n", - "12:44:12\tCompleted 3236 to KZ156800: 3108.588604074868712:44:12\tCompleted 3275 to KZ235200: 1080.9621964153494\n", - "\n", - "12:44:12\tCompleted 3240 to KZ616400: 1160.3445641367389\n", - "12:44:12\tCompleted 3264 to KZ475000: 4145.717770652283\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:44:12\tCompleted 3290 to KZ352200: 1376.252100484505\n", - "12:44:12\tCompleted 3230 to KZ433600: 2215.6424877806844\n", - "12:44:12\tCompleted 3262 to KZ196200: 64.64213562373095\n", - "12:44:12\tCompleted 3279 to KZ615600: 653.0946303636065\n", - "12:44:12\tCompleted 3298 to KZ234600: 4612.972381051879\n", - "12:44:12\tCompleted 3265 to KZ611600: 1320.7633437492632\n", - "12:44:12\tCompleted 3233 to KZ596600: 1473.5752547473005\n", - "12:44:12\tCompleted 3239 to KZ475000: 260.1249468532259\n", - "12:44:13\tCompleted 3277 to KZ553600: 1759.3717144916704\n", - "12:44:13\tCompleted 3272 to KZ274200: 4808.5726435667875\n", - "12:44:13\tCompleted 3229 to KZ354400: 1944.5072464645277\n", - "12:44:13\tCompleted 3235 to KZ114000: 2096.326325879484\n", - "12:44:13\tCompleted 3223 to KZ434800: 163.29402600963635\n", - "12:44:13\tCompleted 3268 to KZ195800: 452.9988689820186\n", - "12:44:13\tCompleted 3259 to KZ616000: 1004.3600429267719\n", - "12:44:13\tCompleted 3255 to KZ151000: 3135.47601932221\n", - "12:44:13\tCompleted 3245 to KZ595000: 1881.7476761689818\n", - "12:44:13\tCompleted 3257 to KZ314800: 834.0534096677119\n", - "12:44:13\tCompleted 3243 to KZ634000: 1492.6384440543443\n", - "12:44:13\tCompleted 3251 to KZ596000: 1622.6952923055537\n", - "12:44:13\tCompleted 3236 to KZ193200: 639.3346651600393\n", - "12:44:13\tCompleted 3262 to KZ192600: 477.83214422956695\n", - "12:44:13\tCompleted 3308 to KZ276000: 2950.8244198326315\n", - "12:44:13\tCompleted 3240 to KZ615600: 467.59562230339515\n", - "12:44:13\tCompleted 3258 to KZ593400: 1956.8668984091341\n", - "12:44:14\tCompleted 3271 to KZ791110: 1114.8748465092812:44:14\tCompleted 3275 to KZ235600: 1195.353873027552\n", - "\n", - "12:44:14\tCompleted 3279 to KZ615800: 305.65918106779446\n", - "12:44:14\tCompleted 3239 to KZ475200: 264.13948051252805\n", - "12:44:14\tCompleted 3296 to KZ116800: 1730.0135280076665\n", - "12:44:14\tCompleted 3290 to KZ352300: 985.9321424203821\n", - "12:44:14\tCompleted 3246 to KZ276600: 2883.0780774976474\n", - "12:44:14\tCompleted 3256 to KZ234000: 4221.768278520768\n", - "12:44:14\tCompleted 3288 to KZ632200: 1476.4271079739979\n", - "12:44:14\tCompleted 3249 to KZ192600: 4415.616123162123\n", - "12:44:14\tCompleted 3228 to KZ635400: 1592.553191563211\n", - "12:44:14\tCompleted 3265 to KZ613600: 1174.390791511342\n", - "12:44:14\tCompleted 3223 to KZ433600: 130.76093065034888\n", - "12:44:14\tCompleted 3218 to KZ614600: 2383.9887039333457\n", - "12:44:14\tCompleted 3257 to KZ315400: 521.2922909877379\n", - "12:44:14\tCompleted 3268 to KZ196000: 629.0983344393712\n", - "12:44:14\tCompleted 3262 to KZ196600: 256.08137050105375\n", - "12:44:15\tCompleted 3240 to KZ615800: 376.9522834808379\n", - "12:44:15\tCompleted 3279 to KZ612600: 18.83553397745831\n", - "12:44:15\tCompleted 3220 to KZ195000: 2287.36884489158\n", - "12:44:15\tCompleted 3236 to KZ193400: 844.2235421754798\n", - "12:44:15\tCompleted 3263 to KZ354400: 1860.8784451475567\n", - "12:44:15\tCompleted 3239 to KZ471800: 191.55819637929062\n", - "12:44:15\tCompleted 3307 to KZ551000: 1790.4844030687866\n", - "12:44:15\tCompleted 3275 to KZ233600: 904.020580650958\n", - "12:44:15\tCompleted 3269 to KZ632200: 4125.904256038306\n", - "12:44:15\tCompleted 3248 to KZ154000: 3089.1857738442664\n", - "12:44:15\tCompleted 3259 to KZ613800: 1379.9738182591523\n", - "12:44:15\tCompleted 3271 to KZ791310: 1071.3346146286713\n", - "12:44:15\tCompleted 3250 to KZ316600: 3926.091122911355\n", - "12:44:15\tCompleted 3306 to KZ396600: 2066.783758112039\n", - "12:44:15\tCompleted 3261 to KZ116800: 1775.4380949919707\n", - "12:44:15\tCompleted 3312 to KZ156000: 2880.3899462764275\n", - "12:44:15\tCompleted 3276 to KZ431900: 1938.7828285972096\n", - "12:44:16\tCompleted 3253 to KZ275000: 3856.9289000368094\n", - "12:44:16\tCompleted 3262 to KZ194200: 485.91220447033334\n", - "12:44:16\tCompleted 3268 to KZ191000: 320.70918154632625\n", - "12:44:16\tCompleted 3224 to KZ551600: 1984.41759709937212:44:16\tCompleted 3223 to KZ434000: 714.1412473246891\n", - "\n", - "12:44:16\tCompleted 3222 to KZ315000: 3121.6249758932454\n", - "12:44:16\tCompleted 3238 to KZ392000: 3029.5727519470274\n", - "12:44:16\tCompleted 3287 to KZ153400: 3030.294705334511\n", - "12:44:16\tCompleted 3279 to KZ616000: 332.79839680040095\n", - "12:44:16\tCompleted 3240 to KZ612600: 203.14753613429082\n", - "12:44:16\tCompleted 3236 to KZ193600: 739.927428848313612:44:16\tCompleted 3294 to KZ274400: 3900.89675990231112:44:16\tCompleted 3257 to KZ315600: 1159.3617420329224\n", - "\n", - "\n", - "12:44:16\tCompleted 3228 to KZ635000: 1067.2797642307623\n", - "12:44:16\tCompleted 3265 to KZ614000: 1121.2507445970189\n", - "12:44:16\tCompleted 3273 to KZ113200: 1639.8253485534535\n", - "12:44:16\tCompleted 3290 to KZ352800: 1350.4821349783629\n", - "12:44:17\tCompleted 3235 to KZ117000: 2018.9586693260906\n", - "12:44:17\tCompleted 3243 to KZ635400: 1937.5439966365775\n", - "12:44:17\tCompleted 3242 to KZ114800: 2234.1090896192363\n", - "12:44:17\tCompleted 3230 to KZ434000: 1979.69973819115\n", - "12:44:17\tCompleted 3277 to KZ552200: 1884.299832160149\n", - "12:44:17\tCompleted 3268 to KZ196200: 96.98329868655915\n", - "12:44:17\tCompleted 3262 to KZ751210: 165.7705857789861\n", - "12:44:17\tCompleted 3229 to KZ351800: 1965.5419611075536\n", - "12:44:17\tCompleted 3227 to KZ153600: 3589.1633674999716\n", - "12:44:17\tCompleted 3221 to KZ192600: 2180.6835516084425\n", - "12:44:17\tCompleted 3244 to KZ316600: 3912.931577367253\n", - "12:44:17\tCompleted 3271 to KZ791510: 1048.4541150570183\n", - "12:44:17\tCompleted 3288 to KZ635200: 1666.9915773604491\n", - "12:44:17\tCompleted 3240 to KZ616000: 391.73413975751254\n", - "12:44:17\tCompleted 3279 to KZ613800: 490.3781350375954\n", - "12:44:18\tCompleted 3236 to KZ194000: 254.20510447450832\n", - "12:44:18\tCompleted 3296 to KZ111810: 1751.8776210307954\n", - "12:44:18\tCompleted 3274 to KZ156000: 2960.361848378107\n", - "12:44:18\tCompleted 3257 to KZ316000: 385.60531733922335\n", - "12:44:18\tCompleted 3258 to KZ594200: 2136.724647472644\n", - "12:44:18\tCompleted 3262 to KZ751110: 159.37231011569702\n", - "12:44:18\tCompleted 3245 to KZ593600: 1996.2962804532756\n", - "12:44:18\tCompleted 3268 to KZ192600: 359.65293657502014\n", - "12:44:18\tCompleted 3228 to KZ632200: 1142.3203426373411\n", - "12:44:18\tCompleted 3237 to KZ633400: 2329.874396140805\n", - "12:44:18\tCompleted 3251 to KZ596200: 2009.6947419767312\n", - "12:44:18\tCompleted 3218 to KZ614800: 2623.698709191026\n", - "12:44:18\tCompleted 3293 to KZ475000: 2938.799368567632\n", - "12:44:18\tCompleted 3302 to KZ634600: 5131.09683165732\n", - "12:44:18\tCompleted 3266 to KZ274800: 3065.4600650019443\n", - "12:44:19\tCompleted 3233 to KZ595000: 1837.7977884242182\n", - "12:44:19\tCompleted 3290 to KZ356400: 1369.560562103109\n", - "12:44:19\tCompleted 3263 to KZ351800: 1881.9131597905825\n", - "12:44:19\tCompleted 3273 to KZ113400: 1431.0462774512823\n", - "12:44:19\tCompleted 3243 to KZ635000: 1412.2705693041287\n", - "12:44:19\tCompleted 3240 to KZ613800: 615.2391702637594\n", - "12:44:19\tCompleted 3307 to KZ556000: 1831.7809113995997\n", - "12:44:19\tCompleted 3296 to KZ116600: 382.54584662593993\n", - "12:44:19\tCompleted 3236 to KZ196400: 558.0741790871871\n", - "12:44:19\tCompleted 3271 to KZ791710: 1046.6779347399856\n", - "12:44:19\tCompleted 3265 to KZ613900: 1399.1740166134666\n", - "12:44:19\tCompleted 3264 to KZ475200: 4156.560731436333\n", - "12:44:19\tCompleted 3261 to KZ111810: 1797.3021880150995\n", - "12:44:19\tCompleted 3239 to KZ593200: 3021.957921124784\n", - "12:44:19\tCompleted 3262 to KZ751310: 165.85759148993566\n", - "12:44:19\tCompleted 3257 to KZ316600: 866.196635444279\n", - "12:44:19\tCompleted 3270 to KZ475000: 4153.487181312237\n", - "12:44:19\tCompleted 3255 to KZ153200: 3139.892602750835\n", - "12:44:20\tCompleted 3268 to KZ196600: 416.0499505618519\n", - "12:44:20\tCompleted 3298 to KZ234800: 3746.6737568874537\n", - "12:44:20\tCompleted 3250 to KZ316200: 3428.820390902832\n", - "12:44:20\tCompleted 3276 to KZ434600: 1972.44739902359\n", - "12:44:20\tCompleted 3306 to KZ394200: 1701.0362382739186\n", - "12:44:20\tCompleted 3288 to KZ632400: 1535.9471352099465\n", - "12:44:20\tCompleted 3235 to KZ114400: 2145.1985094346846\n", - "12:44:20\tCompleted 3236 to KZ196800: 491.54101372978556\n", - "12:44:20\tCompleted 3257 to KZ316200: 380.82928087405054\n", - "12:44:20\tCompleted 3262 to KZ751410: 172.86753759483219\n", - "12:44:21\tCompleted 3222 to KZ314200: 2714.4283326893647\n", - "12:44:21\tCompleted 3249 to KZ196600: 4461.331847217376\n", - "12:44:21\tCompleted 3220 to KZ194400: 2105.1537714326278\n", - "12:44:21\tCompleted 3238 to KZ395600: 2906.7261012381146\n", - "12:44:21\tCompleted 3228 to KZ635200: 1332.8848120237903\n", - "12:44:21\tCompleted 3308 to KZ276200: 2670.210633098727\n", - "12:44:21\tCompleted 3242 to KZ111010: 1771.46121404929\n", - "12:44:21\tCompleted 3268 to KZ194200: 326.48260719302755\n", - "12:44:21\tCompleted 3271 to KZ611600: 1303.53847001511\n", - "12:44:21\tCompleted 3243 to KZ632200: 1487.3111477107054\n", - "12:44:21\tCompleted 3290 to KZ352400: 1434.7476291937658\n", - "12:44:21\tCompleted 3265 to KZ612000: 1267.885477641931\n", - "12:44:21\tCompleted 3312 to KZ154600: 3178.527377021542\n", - "12:44:21\tCompleted 3261 to KZ116600: 1310.6656670289567\n", - "12:44:21\tCompleted 3262 to KZ751710: 204.9036072549758\n", - "12:44:22\tCompleted 3244 to KZ316200: 3415.66084535873\n", - "12:44:22\tCompleted 3257 to KZ311000: 229.9282540150015\n", - "12:44:22\tCompleted 3236 to KZ191600: 408.4405568619425\n", - "12:44:22\tCompleted 3277 to KZ554600: 2021.8885643380127\n", - "12:44:22\tCompleted 3256 to KZ234200: 4672.71398504172\n", - "12:44:22\tCompleted 3246 to KZ275000: 2748.775734599999\n", - "12:44:22\tCompleted 3275 to KZ633200: 4497.704511249067\n", - "12:44:22\tCompleted 3248 to KZ154200: 3391.8218128135886\n", - "12:44:22\tCompleted 3251 to KZ596400: 1783.4897215765031\n", - "12:44:22\tCompleted 3268 to KZ751210: 35.901933890262924\n", - "12:44:22\tCompleted 3259 to KZ273200: 4081.472763559728\n", - "12:44:22\tCompleted 3273 to KZ113600: 1706.3190064979192\n", - "12:44:22\tCompleted 3258 to KZ596600: 2237.6101650493965\n", - "12:44:22\tCompleted 3229 to KZ393200: 2587.9313991868034\n", - "12:44:22\tCompleted 3269 to KZ635200: 5041.828985065134\n", - "12:44:22\tCompleted 3253 to KZ274800: 4392.433811420263\n", - "12:44:23\tCompleted 3262 to KZ751810: 168.61495080281634\n", - "12:44:23\tCompleted 3218 to KZ615400: 2620.1043342724965\n", - "12:44:23\tCompleted 3227 to KZ154000: 3340.739940324946\n", - "12:44:23\tCompleted 3224 to KZ553200: 2103.3655905060796\n", - "12:44:23\tCompleted 3307 to KZ556800: 1893.3518700843467\n", - "12:44:23\tCompleted 3236 to KZ195200: 386.8375233646383\n", - "12:44:23\tCompleted 3245 to KZ595200: 1993.7464135105115\n", - "12:44:23\tCompleted 3288 to KZ632800: 1533.842796600873712:44:23\tCompleted 3228 to KZ632400: 1201.8403698732875\n", - "\n", - "12:44:23\tCompleted 3290 to KZ356000: 1147.028529643656\n", - "12:44:23\tCompleted 3257 to KZ315000: 638.457992530492\n", - "12:44:23\tCompleted 3223 to KZ471000: 2327.7670517298284\n", - "12:44:23\tCompleted 3221 to KZ196600: 2226.3992756637085\n", - "12:44:23\tCompleted 3271 to KZ613600: 1157.1659177771899\n", - "12:44:23\tCompleted 3294 to KZ275400: 4576.085191859346\n", - "12:44:23\tCompleted 3230 to KZ471000: 4412.6486088601205\n", - "12:44:23\tCompleted 3287 to KZ153600: 3322.6984661920355\n", - "12:44:23\tCompleted 3296 to KZ115600: 1915.9499692343502\n", - "12:44:23\tCompleted 3274 to KZ154600: 3258.4992791232216\n", - "12:44:24\tCompleted 3268 to KZ751110: 36.6563492099459\n", - "12:44:24\tCompleted 3250 to KZ311000: 3289.391651273711\n", - "12:44:24\tCompleted 3262 to KZ751910: 150.73996626314965\n", - "12:44:24\tCompleted 3265 to KZ614400: 1325.7068160532694\n", - "12:44:24\tCompleted 3243 to KZ635200: 1677.8756170971567\n", - "12:44:24\tCompleted 3239 to KZ595800: 3393.969937744278\n", - "12:44:24\tCompleted 3263 to KZ393200: 2579.9862780476615\n", - "12:44:24\tCompleted 3257 to KZ314200: 229.8069336714418\n", - "12:44:24\tCompleted 3235 to KZ114600: 2253.597601822119\n", - "12:44:24\tCompleted 3236 to KZ195000: 480.2094456702115\n", - "12:44:25\tCompleted 3242 to KZ116000: 1740.292295172029\n", - "12:44:25\tCompleted 3233 to KZ593600: 2013.9012103295288\n", - "12:44:25\tCompleted 3268 to KZ751310: 39.19949500813724\n", - "12:44:25\tCompleted 3302 to KZ634400: 4652.814794569164\n", - "12:44:25\tCompleted 3290 to KZ354400: 1192.5132397673367\n", - "12:44:25\tCompleted 3262 to KZ751510: 151.3012423038315\n", - "12:44:25\tCompleted 3228 to KZ632800: 1199.7360312642152\n", - "12:44:25\tCompleted 3279 to KZ273200: 2787.2637357672334\n", - "12:44:25\tCompleted 3261 to KZ115600: 1961.3745362186544\n", - "12:44:25\tCompleted 3271 to KZ614000: 1104.0258708628658\n", - "12:44:25\tCompleted 3266 to KZ275800: 2535.042888990366\n", - "12:44:25\tCompleted 3288 to KZ636800: 1464.11542302095\n", - "12:44:25\tCompleted 3237 to KZ633600: 2420.9601905590334\n", - "12:44:25\tCompleted 3236 to KZ194400: 305.9601910498256\n", - "12:44:26\tCompleted 3244 to KZ311000: 3276.232105729609\n", - "12:44:26\tCompleted 3265 to KZ614600: 1115.358443521834\n", - "12:44:26\tCompleted 3277 to KZ555600: 1850.8926531299094\n", - "12:44:26\tCompleted 3255 to KZ153400: 3029.3059452251564\n", - "12:44:26\tCompleted 3293 to KZ475200: 2949.6423293516814\n", - "12:44:26\tCompleted 3264 to KZ471800: 3986.1705112756076\n", - "12:44:26\tCompleted 3220 to KZ194600: 2115.6707374371317\n", - "12:44:26\tCompleted 3268 to KZ751410: 53.83868692646713\n", - "12:44:26\tCompleted 3222 to KZ353200: 3085.183292697666\n", - "12:44:26\tCompleted 3276 to KZ434400: 2315.396797985319\n", - "12:44:26\tCompleted 3249 to KZ194200: 4089.422909039634\n", - "12:44:26\tCompleted 3218 to KZ615200: 2435.6879029769498\n", - "12:44:26\tCompleted 3298 to KZ235200: 3794.3136042508213\n", - "12:44:26\tCompleted 3273 to KZ113800: 1885.6650311668193\n", - "12:44:26\tCompleted 3238 to KZ395800: 3209.1101766446004\n", - "12:44:26\tCompleted 3243 to KZ632400: 1546.831174946654\n", - "12:44:26\tCompleted 3290 to KZ351800: 961.1331525471586\n", - "12:44:26\tCompleted 3257 to KZ353200: 1388.106456934917\n", - "12:44:26\tCompleted 3258 to KZ595000: 2072.050183737111\n", - "12:44:26\tCompleted 3270 to KZ475200: 4164.330142096286\n", - "12:44:27\tCompleted 3240 to KZ273200: 2843.670337725144\n", - "12:44:27\tCompleted 3236 to KZ194600: 256.3624954417875\n", - "12:44:27\tCompleted 3228 to KZ636800: 1130.0086576842912\n", - "12:44:27\tCompleted 3268 to KZ751710: 87.61504834912972\n", - "12:44:27\tCompleted 3251 to KZ594600: 1988.9685731040042\n", - "12:44:27\tCompleted 3296 to KZ115200: 1771.3397142747383\n", - "12:44:27\tCompleted 3306 to KZ394400: 2129.0425895999215\n", - "12:44:27\tCompleted 3307 to KZ554800: 2048.031838832636\n", - "12:44:27\tCompleted 3221 to KZ194200: 1854.4903374859714\n", - "12:44:27\tCompleted 3229 to KZ393400: 2485.875510464768\n", - "12:44:27\tCompleted 3245 to KZ591000: 1883.9621422630494\n", - "12:44:28\tCompleted 3312 to KZ154800: 3013.534688033942\n", - "12:44:28\tCompleted 3224 to KZ553600: 1871.2591969244827\n", - "12:44:28\tCompleted 3271 to KZ613900: 1381.9491428793133\n", - "12:44:28\tCompleted 3288 to KZ635800: 1514.7418567364925\n", - "12:44:28\tCompleted 3308 to KZ271000: 2687.903588512943\n", - "12:44:28\tCompleted 3236 to KZ194800: 631.6796806328315\n", - "12:44:28\tCompleted 3268 to KZ751810: 44.31370861819404\n", - "12:44:28\tCompleted 3275 to KZ634800: 5041.56148446012\n", - "12:44:28\tCompleted 3223 to KZ473600: 1908.7922857068575\n", - "12:44:28\tCompleted 3239 to KZ593400: 3405.645625257477\n", - "12:44:28\tCompleted 3250 to KZ315000: 3702.063525412926\n", - "12:44:29\tCompleted 3256 to KZ234600: 4787.884283479825\n", - "12:44:29\tCompleted 3227 to KZ154200: 3643.3759792942683\n", - "12:44:29\tCompleted 3263 to KZ393400: 2402.246709147797412:44:29\tCompleted 3242 to KZ116400: 1862.6936429315483\n", - "\n", - "12:44:29\tCompleted 3248 to KZ156000: 2965.071045181809\n", - "12:44:29\tCompleted 3269 to KZ632400: 4834.486022258703\n", - "12:44:29\tCompleted 3243 to KZ632800: 1544.7268363375813\n", - "12:44:29\tCompleted 3265 to KZ614800: 1596.9792488929406\n", - "12:44:29\tCompleted 3259 to KZ274400: 4018.601451046452\n", - "12:44:29\tCompleted 3261 to KZ115200: 2154.8566507049113\n", - "12:44:29\tCompleted 3228 to KZ635800: 1180.635091399834\n", - "12:44:29\tCompleted 3235 to KZ114800: 2611.833131175414\n", - "12:44:29\tCompleted 3253 to KZ275800: 3862.0166354086477\n", - "12:44:29\tCompleted 3236 to KZ195600: 308.091822037323\n", - "12:44:29\tCompleted 3251 to KZ711110: 1237.2008666897104\n", - "12:44:29\tCompleted 3268 to KZ751910: 38.868213879215475\n", - "12:44:29\tCompleted 3277 to KZ551000: 1762.0280837836558\n", - "12:44:29\tCompleted 3230 to KZ473600: 3993.6738428371445\n", - "12:44:29\tCompleted 3257 to KZ353600: 1632.1406729709772\n", - "12:44:30\tCompleted 3246 to KZ274800: 3284.2806459833955\n", - "12:44:30\tCompleted 3276 to KZ431000: 1657.0882156226812\n", - "12:44:30\tCompleted 3306 to KZ433200: 1262.1600882232306\n", - "12:44:30\tCompleted 3274 to KZ154800: 3093.5065901356215\n", - "12:44:30\tCompleted 3302 to KZ313600: 3527.652725446042\n", - "12:44:30\tCompleted 3294 to KZ273600: 3744.0444508418595\n", - "12:44:30\tCompleted 3264 to KZ593200: 1941.8545445588202\n", - "12:44:30\tCompleted 3287 to KZ154000: 3074.27503901701\n", - "12:44:30\tCompleted 3233 to KZ595200: 1785.704329096093\n", - "12:44:30\tCompleted 3273 to KZ114500: 1752.787046620854\n", - "12:44:30\tCompleted 3288 to KZ636200: 1375.8247735062482\n", - "12:44:30\tCompleted 3271 to KZ612000: 1250.6606039077778\n", - "12:44:30\tCompleted 3236 to KZ195800: 346.8868472538706\n", - "12:44:31\tCompleted 3244 to KZ315000: 3688.903979868824\n", - "12:44:31\tCompleted 3296 to KZ115400: 1748.7190516766445\n", - "12:44:31\tCompleted 3268 to KZ751510: 33.31320345943829\n", - "12:44:31\tCompleted 3218 to KZ616400: 3137.3094551723643\n", - "12:44:31\tCompleted 3228 to KZ636200: 1041.7180081695894\n", - "12:44:31\tCompleted 3306 to KZ431900: 743.1162553280114\n", - "12:44:31\tCompleted 3265 to KZ615400: 1338.1430159834927\n", - "12:44:31\tCompleted 3258 to KZ593600: 2186.5987880214057\n", - "12:44:31\tCompleted 3243 to KZ636800: 1474.9994627576575\n", - "12:44:31\tCompleted 3221 to KZ751210: 1809.2899600707935\n", - "12:44:31\tCompleted 3307 to KZ556400: 1974.8981980074395\n", - "12:44:31\tCompleted 3238 to KZ392400: 2935.297102670926\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:44:32\tCompleted 3236 to KZ196000: 615.2914196923202\n", - "12:44:32\tCompleted 3257 to KZ351600: 1206.930820994526\n", - "12:44:32\tCompleted 3251 to KZ711410: 1263.313366773222\n", - "12:44:32\tCompleted 3249 to KZ751210: 4044.222531624447\n", - "12:44:32\tCompleted 3242 to KZ116800: 1650.2947892395225\n", - "12:44:32\tCompleted 3255 to KZ153600: 3321.709706082681\n", - "12:44:32\tCompleted 3279 to KZ274400: 2724.3924232539302\n", - "12:44:32\tCompleted 3229 to KZ391600: 2341.7460074802584\n", - "12:44:32\tCompleted 3220 to KZ194800: 2383.7863894911347\n", - "12:44:32\tCompleted 3262 to KZ231000: 4016.4004418401996\n", - "12:44:32\tCompleted 3222 to KZ353600: 3768.0549331374114\n", - "12:44:32\tCompleted 3290 to KZ393200: 2075.310598290441\n", - "12:44:32\tCompleted 3250 to KZ314200: 3294.8668822090453\n", - "12:44:32\tCompleted 3288 to KZ636400: 1133.2389256262377\n", - "12:44:32\tCompleted 3239 to KZ594200: 3218.967327727799\n", - "12:44:33\tCompleted 3228 to KZ636400: 799.1321602895792\n", - "12:44:33\tCompleted 3306 to KZ434600: 776.7808257543918\n", - "12:44:33\tCompleted 3298 to KZ235600: 3889.351370271226\n", - "12:44:33\tCompleted 3236 to KZ191000: 318.2256252002123\n", - "12:44:33\tCompleted 3237 to KZ633800: 2648.4279134507333\n", - "12:44:33\tCompleted 3266 to KZ276000: 2950.873914745401\n", - "12:44:33\tCompleted 3276 to KZ435200: 1555.3940855617507\n", - "12:44:33\tCompleted 3265 to KZ615200: 1075.5596624852126\n", - "12:44:33\tCompleted 3271 to KZ614400: 1308.4819423191163\n", - "12:44:33\tCompleted 3240 to KZ274400: 2780.7990252118416\n", - "12:44:33\tCompleted 3277 to KZ556000: 1803.324592114469\n", - "12:44:33\tCompleted 3224 to KZ552200: 1945.9006467193256\n", - "12:44:33\tCompleted 3293 to KZ471800: 2779.2521091909557\n", - "12:44:33\tCompleted 3235 to KZ111010: 2149.185255605476412:44:33\tCompleted 3270 to KZ471800: 3993.9399219355605\n", - "\n", - "12:44:33\tCompleted 3245 to KZ595600: 2117.8497287849723\n", - "12:44:33\tCompleted 3243 to KZ635800: 1525.6258964732\n", - "12:44:34\tCompleted 3263 to KZ391600: 2258.117206163288\n", - "12:44:34\tCompleted 3275 to KZ633400: 4397.423736806523\n", - "12:44:34\tCompleted 3236 to KZ196200: 289.0660171779823\n", - "12:44:34\tCompleted 3273 to KZ114000: 1699.7264004146796\n", - "12:44:34\tCompleted 3302 to KZ314000: 3310.086460802352\n", - "12:44:34\tCompleted 3312 to KZ155200: 3440.4733509356947\n", - "12:44:34\tCompleted 3251 to KZ711210: 1264.4751282001205\n", - "12:44:34\tCompleted 3228 to KZ631000: 1014.0223481410331\n", - "12:44:34\tCompleted 3227 to KZ156000: 3216.6252116624887\n", - "12:44:34\tCompleted 3306 to KZ434400: 1119.7302247161274\n", - "12:44:34\tCompleted 3257 to KZ354000: 1484.2658075223023\n", - "12:44:34\tCompleted 3244 to KZ314200: 3281.7073366649433\n", - "12:44:35\tCompleted 3288 to KZ631000: 1348.129113477692\n", - "12:44:35\tCompleted 3264 to KZ595800: 2045.7741545991973\n", - "12:44:35\tCompleted 3223 to KZ474200: 2355.416446773388\n", - "12:44:35\tCompleted 3218 to KZ615600: 2747.7498893964794\n", - "12:44:35\tCompleted 3256 to KZ234800: 3921.5856593153744\n", - "12:44:35\tCompleted 3233 to KZ591000: 1839.0300214712518\n", - "12:44:35\tCompleted 3261 to KZ115400: 2375.429422570562\n", - "12:44:35\tCompleted 3248 to KZ154600: 3263.2084759269237\n", - "12:44:35\tCompleted 3271 to KZ614600: 1098.133569787681\n", - "12:44:35\tCompleted 3269 to KZ632800: 4584.712896753876\n", - "12:44:35\tCompleted 3236 to KZ192600: 301.86683710814054\n", - "12:44:35\tCompleted 3290 to KZ393400: 1591.71964012748212:44:35\tCompleted 3230 to KZ474200: 4440.298003903681\n", - "\n", - "12:44:36\tCompleted 3243 to KZ636200: 1386.7088132429558\n", - "12:44:36\tCompleted 3276 to KZ434800: 1586.7203464780862\n", - "12:44:36\tCompleted 3239 to KZ596600: 2894.045160425954\n", - "12:44:36\tCompleted 3306 to KZ431000: 461.4216423534833\n", - "12:44:36\tCompleted 3258 to KZ595200: 2184.0489210786354\n", - "12:44:36\tCompleted 3221 to KZ751110: 1817.0473193836742\n", - "12:44:36\tCompleted 3274 to KZ155200: 3520.445253037374\n", - "12:44:36\tCompleted 3308 to KZ274000: 3341.56177223247\n", - "12:44:36\tCompleted 3259 to KZ275400: 4693.789883003511\n", - "12:44:36\tCompleted 3287 to KZ154200: 3376.911077986332\n", - "12:44:36\tCompleted 3242 to KZ111810: 1672.1588822626513\n", - "12:44:36\tCompleted 3307 to KZ554200: 2237.526236394875\n", - "12:44:36\tCompleted 3236 to KZ196600: 178.4306129059711\n", - "12:44:36\tCompleted 3228 to KZ634600: 1281.70697344133\n", - "12:44:36\tCompleted 3246 to KZ275800: 2753.8634699718173\n", - "12:44:36\tCompleted 3253 to KZ276000: 4277.84766116369612:44:37\tCompleted 3251 to KZ711310: 1276.3324876560523\n", - "\n", - "12:44:37\tCompleted 3277 to KZ556800: 1864.895550799216\n", - "12:44:37\tCompleted 3296 to KZ151000: 1971.3098408326262\n", - "12:44:37\tCompleted 3250 to KZ353200: 3665.62184221738\n", - "12:44:37\tCompleted 3257 to KZ351000: 1418.2405221724666\n", - "12:44:37\tCompleted 3238 to KZ396200: 2743.7201886447215\n", - "12:44:37\tCompleted 3294 to KZ276600: 3825.8696975408457\n", - "12:44:37\tCompleted 3243 to KZ636400: 1144.1229653629453\n", - "12:44:37\tCompleted 3306 to KZ435200: 359.7275122925528\n", - "12:44:37\tCompleted 3222 to KZ351600: 3348.1929804253955\n", - "12:44:37\tCompleted 3229 to KZ393600: 2568.4956222917963\n", - "12:44:37\tCompleted 3265 to KZ616400: 2048.1522133812646\n", - "12:44:37\tCompleted 3249 to KZ751110: 4051.9798909373285\n", - "12:44:37\tCompleted 3235 to KZ116000: 2118.01633672822\n", - "12:44:37\tCompleted 3273 to KZ117000: 1622.3587438612835\n", - "12:44:38\tCompleted 3270 to KZ593200: 1960.5652048259676\n", - "12:44:38\tCompleted 3268 to KZ231000: 3868.1141272371565\n", - "12:44:38\tCompleted 3288 to KZ634600: 1615.8137387779893\n", - "12:44:38\tCompleted 3236 to KZ194200: 710.3360860245848\n", - "12:44:38\tCompleted 3290 to KZ391600: 1458.8249009892565\n", - "12:44:38\tCompleted 3228 to KZ634400: 873.8577139852481\n", - "12:44:38\tCompleted 3293 to KZ593200: 1957.689202991377\n", - "12:44:38\tCompleted 3271 to KZ614800: 1579.7543751587875\n", - "12:44:38\tCompleted 3307 to KZ791110: 1040.4144157433184\n", - "12:44:38\tCompleted 3224 to KZ554600: 2028.0771192211353\n", - "12:44:38\tCompleted 3245 to KZ596000: 1760.6647447318815\n", - "12:44:38\tCompleted 3218 to KZ615800: 2514.9262326783905\n", - "12:44:39\tCompleted 3257 to KZ352000: 968.1627987544927\n", - "12:44:39\tCompleted 3263 to KZ393600: 2560.550501152654\n", - "12:44:39\tCompleted 3306 to KZ434800: 391.05377320888806\n", - "12:44:39\tCompleted 3220 to KZ195600: 2460.5669572463335\n", - "12:44:39\tCompleted 3264 to KZ593400: 1855.1614172470572\n", - "12:44:39\tCompleted 3233 to KZ595600: 1687.3338702751294\n", - "12:44:39\tCompleted 3236 to KZ751210: 390.19446733323764\n", - "12:44:39\tCompleted 3242 to KZ116600: 1250.3726988023627\n", - "12:44:39\tCompleted 3262 to KZ234000: 4225.010919207887\n", - "12:44:39\tCompleted 3243 to KZ631000: 1359.0131532143996\n", - "12:44:39\tCompleted 3302 to KZ314800: 3809.3737656767817\n", - "12:44:39\tCompleted 3298 to KZ233600: 3771.9679681271705\n", - "12:44:39\tCompleted 3275 to KZ633600: 4168.24839621805812:44:39\tCompleted 3279 to KZ275400: 3399.5808552109406\n", - "\n", - "12:44:39\tCompleted 3244 to KZ353200: 3652.462296673278\n", - "12:44:40\tCompleted 3223 to KZ474600: 2032.5918859553178\n", - "12:44:40\tCompleted 3276 to KZ433600: 1847.390526827222\n", - "12:44:40\tCompleted 3288 to KZ634400: 1207.9644793219068\n", - "12:44:40\tCompleted 3255 to KZ154000: 3073.2862789076553\n", - "12:44:40\tCompleted 3228 to KZ313600: 1330.187310299508\n", - "12:44:40\tCompleted 3307 to KZ791310: 996.8741838627094\n", - "12:44:40\tCompleted 3312 to KZ156400: 3019.76335057492812:44:40\tCompleted 3237 to KZ634000: 2884.799008468264\n", - "\n", - "12:44:40\tCompleted 3227 to KZ154600: 3514.7626424076034\n", - "12:44:40\tCompleted 3306 to KZ433600: 651.7239535580238\n", - "12:44:40\tCompleted 3236 to KZ751110: 383.7961916699486\n", - "12:44:40\tCompleted 3221 to KZ751310: 1810.218892258928\n", - "12:44:40\tCompleted 3266 to KZ276200: 2670.260128011497\n", - "12:44:40\tCompleted 3277 to KZ554800: 2019.575519547505\n", - "12:44:40\tCompleted 3239 to KZ595000: 3258.26769410284\n", - "12:44:40\tCompleted 3258 to KZ591000: 2074.264649831178\n", - "12:44:41\tCompleted 3265 to KZ615600: 1632.460915658384\n", - "12:44:41\tCompleted 3271 to KZ615400: 1320.9181422493396\n", - "12:44:41\tCompleted 3248 to KZ154800: 3098.2157869393236\n", - "12:44:41\tCompleted 3240 to KZ275400: 3455.987457168852\n", - "12:44:41\tCompleted 3296 to KZ153200: 1975.7264242612753\n", - "12:44:41\tCompleted 3236 to KZ751310: 390.28147304418724\n", - "12:44:41\tCompleted 3251 to KZ555200: 1902.7809077008371\n", - "12:44:41\tCompleted 3256 to KZ235200: 3969.225506678742\n", - "12:44:41\tCompleted 3230 to KZ474600: 4117.473443085585\n", - "12:44:41\tCompleted 3298 to KZ633200: 1257.7029293869502\n", - "12:44:41\tCompleted 3273 to KZ114400: 1748.5985839698826\n", - "12:44:41\tCompleted 3306 to KZ434000: 415.7812039684814\n", - "12:44:41\tCompleted 3288 to KZ313600: 1075.324712180926\n", - "12:44:42\tCompleted 3222 to KZ354000: 3061.0656071661783\n", - "12:44:42\tCompleted 3218 to KZ612600: 2224.306243792905\n", - "12:44:42\tCompleted 3269 to KZ636800: 4609.6064782825115\n", - "12:44:42\tCompleted 3235 to KZ116400: 2240.4176844877293\n", - "12:44:42\tCompleted 3243 to KZ634600: 1626.697778514697\n", - "12:44:42\tCompleted 3261 to KZ151000: 3235.8650012277863\n", - "12:44:42\tCompleted 3228 to KZ314000: 1188.5439461511216\n", - "12:44:42\tCompleted 3270 to KZ595800: 2064.484814866345\n", - "12:44:42\tCompleted 3307 to KZ791510: 973.9936842910564\n", - "12:44:42\tCompleted 3257 to KZ354800: 1887.6932368684056\n", - "12:44:42\tCompleted 3238 to KZ396600: 2751.6390294359107\n", - "12:44:42\tCompleted 3274 to KZ156400: 3099.7352526766076\n", - "12:44:42\tCompleted 3290 to KZ393600: 1929.368932483867\n", - "12:44:42\tCompleted 3236 to KZ751410: 397.29141914908377\n", - "12:44:42\tCompleted 3287 to KZ156000: 2950.1603103545526\n", - "12:44:43\tCompleted 3265 to KZ615800: 1016.6362605560763\n", - "12:44:43\tCompleted 3271 to KZ615200: 1058.3347887510595\n", - "12:44:43\tCompleted 3229 to KZ396400: 2789.9072689651534\n", - "12:44:43\tCompleted 3259 to KZ273600: 3861.7491419860007\n", - "12:44:43\tCompleted 3250 to KZ353600: 4348.493482657126\n", - "12:44:43\tCompleted 3293 to KZ595800: 2061.608813031754\n", - "12:44:43\tCompleted 3253 to KZ276200: 3997.2338744297786\n", - "12:44:43\tCompleted 3264 to KZ594200: 2035.0191663105686\n", - "12:44:43\tCompleted 3288 to KZ314000: 933.6813480325367\n", - "12:44:43\tCompleted 3249 to KZ751310: 4045.1514638125827\n", - "12:44:43\tCompleted 3228 to KZ314800: 628.543833600816\n", - "12:44:43\tCompleted 3276 to KZ434000: 1611.4477772376777\n", - "12:44:43\tCompleted 3242 to KZ115600: 1836.2312304662062\n", - "12:44:43\tCompleted 3246 to KZ276000: 3169.6944957268524\n", - "12:44:43\tCompleted 3233 to KZ596000: 1775.7959748513354\n", - "12:44:44\tCompleted 3236 to KZ751710: 429.32748880922736\n", - "12:44:44\tCompleted 3243 to KZ634400: 1218.8485190586143\n", - "12:44:44\tCompleted 3307 to KZ791710: 972.2175039740239\n", - "12:44:44\tCompleted 3302 to KZ315400: 3496.61264699683\n", - "12:44:44\tCompleted 3277 to KZ556400: 1946.4418787223087\n", - "12:44:44\tCompleted 3294 to KZ275000: 3691.567354643177\n", - "12:44:44\tCompleted 3308 to KZ274200: 3458.9072666119155\n", - "12:44:44\tCompleted 3288 to KZ314800: 373.681235482231\n", - "12:44:44\tCompleted 3268 to KZ234000: 4076.7246046048444\n", - "12:44:45\tCompleted 3221 to KZ751410: 1827.6438706625686\n", - "12:44:45\tCompleted 3263 to KZ396400: 2781.9621478260115\n", - "12:44:45\tCompleted 3265 to KZ612600: 1271.766387177002\n", - "12:44:45\tCompleted 3251 to KZ551600: 1642.8208995455325\n", - "12:44:45\tCompleted 3236 to KZ751810: 393.0388323570679\n", - "12:44:45\tCompleted 3257 to KZ355200: 1446.2390427472387\n", - "12:44:45\tCompleted 3220 to KZ195800: 2274.4538296134847\n", - "12:44:45\tCompleted 3298 to KZ634800: 1742.1495207972448\n", - "12:44:45\tCompleted 3296 to KZ153400: 1865.139766735569\n", - "12:44:45\tCompleted 3228 to KZ315400: 851.2102905242933\n", - "12:44:45\tCompleted 3239 to KZ593600: 3528.4876574251007\n", - "12:44:45\tCompleted 3245 to KZ596200: 2141.0486571846536\n", - "12:44:45\tCompleted 3244 to KZ353600: 4335.333937113024\n", - "12:44:45\tCompleted 3227 to KZ154800: 3349.769953420003312:44:45\tCompleted 3273 to KZ114600: 1856.9976763573125\n", - "\n", - "12:44:46\tCompleted 3258 to KZ595600: 2308.1522363530944\n", - "12:44:46\tCompleted 3235 to KZ116800: 2028.018830795716\n", - "12:44:46\tCompleted 3275 to KZ633800: 4468.833743698609\n", - "12:44:46\tCompleted 3243 to KZ313600: 1295.7374106246573\n", - "12:44:46\tCompleted 3288 to KZ315400: 596.3476924057084\n", - "12:44:46\tCompleted 3307 to KZ611600: 1229.0780392491483\n", - "12:44:46\tCompleted 3236 to KZ751910: 375.16384781740123\n", - "12:44:46\tCompleted 3224 to KZ555600: 2424.7919219211694\n", - "12:44:46\tCompleted 3279 to KZ273600: 2567.540114193479\n", - "12:44:46\tCompleted 3270 to KZ593400: 1873.8720775142046\n", - "12:44:46\tCompleted 3222 to KZ351000: 3025.1019739655917\n", - "12:44:46\tCompleted 3262 to KZ234200: 4675.95662572884\n", - "12:44:46\tCompleted 3223 to KZ475000: 2402.9209127051026\n", - "12:44:46\tCompleted 3312 to KZ155600: 3192.443224613788\n", - "12:44:46\tCompleted 3265 to KZ616000: 981.5316158020257\n", - "12:44:47\tCompleted 3298 to KZ633400: 1036.452880149624\n", - "12:44:47\tCompleted 3218 to KZ616000: 2542.065448411002\n", - "12:44:47\tCompleted 3228 to KZ315600: 1124.6759082025117\n", - "12:44:47\tCompleted 3293 to KZ593400: 1870.996075679614\n", - "12:44:47\tCompleted 3248 to KZ155200: 3525.1544498410763\n", - "12:44:47\tCompleted 3255 to KZ154200: 3375.9223178769776\n", - "12:44:47\tCompleted 3236 to KZ751510: 375.72512385808307\n", - "12:44:47\tCompleted 3288 to KZ315600: 935.2494340474077\n", - "12:44:47\tCompleted 3311 to KZ113200: 1541.0972608022232\n", - "12:44:47\tCompleted 3233 to KZ596200: 1605.6824811627725\n", - "12:44:47\tCompleted 3243 to KZ314000: 1154.094046476271\n", - "12:44:48\tCompleted 3266 to KZ271000: 2687.9530834257125\n", - "12:44:48\tCompleted 3307 to KZ613600: 1082.705487011228\n", - "12:44:48\tCompleted 3264 to KZ596600: 2135.9046838873305\n", - "12:44:48\tCompleted 3240 to KZ273600: 2623.9467161513903\n", - "12:44:48\tCompleted 3242 to KZ115200: 2029.7133449524683\n", - "12:44:48\tCompleted 3237 to KZ635400: 3329.704561050474\n", - "12:44:48\tCompleted 3230 to KZ475000: 4487.802469835397\n", - "12:44:48\tCompleted 3290 to KZ396400: 2087.8428290127886\n", - "12:44:48\tCompleted 3257 to KZ355600: 1608.8657282404367\n", - "12:44:48\tCompleted 3250 to KZ351600: 3928.63152994511\n", - "12:44:48\tCompleted 3271 to KZ616400: 2030.9273396471115\n", - "12:44:48\tCompleted 3256 to KZ235600: 4064.263272699147\n", - "12:44:48\tCompleted 3269 to KZ635800: 5059.108725979818\n", - "12:44:48\tCompleted 3229 to KZ394000: 3021.8421183309747\n", - "12:44:48\tCompleted 3238 to KZ394200: 3123.491844228512\n", - "12:44:48\tCompleted 3274 to KZ155600: 3272.4151267154675\n", - "12:44:48\tCompleted 3277 to KZ554200: 2209.069917109745\n", - "12:44:49\tCompleted 3265 to KZ613800: 1357.1453911344056\n", - "12:44:49\tCompleted 3243 to KZ314800: 594.0939339259653\n", - "12:44:49\tCompleted 3261 to KZ153200: 3240.2815846564113\n", - "12:44:49\tCompleted 3251 to KZ553200: 1779.248495772738\n", - "12:44:49\tCompleted 3249 to KZ751410: 4062.576442216222\n", - "12:44:49\tCompleted 3306 to KZ471000: 2848.7300746374526\n", - "12:44:49\tCompleted 3287 to KZ154600: 3248.2977410996673\n", - "12:44:49\tCompleted 3288 to KZ316000: 1194.914330188479\n", - "12:44:49\tCompleted 3302 to KZ315600: 4016.054159817482\n", - "12:44:49\tCompleted 3258 to KZ596000: 1950.9672523000115\n", - "12:44:49\tCompleted 3235 to KZ111810: 2049.8829238188446\n", - "12:44:49\tCompleted 3259 to KZ276600: 3943.574388684987\n", - "12:44:49\tCompleted 3257 to KZ352100: 972.8937806897728\n", - "12:44:49\tCompleted 3307 to KZ614000: 1029.565440096904\n", - "12:44:49\tCompleted 3221 to KZ751710: 1868.6319024314714\n", - "12:44:49\tCompleted 3228 to KZ316000: 1449.776928307064\n", - "12:44:49\tCompleted 3239 to KZ595200: 3206.174234774725\n", - "12:44:50\tCompleted 3253 to KZ271000: 4014.9268298439943\n", - "12:44:50\tCompleted 3311 to KZ113400: 1332.318189700052\n", - "12:44:50\tCompleted 3298 to KZ633600: 1550.3706422844816\n", - "12:44:50\tCompleted 3296 to KZ153600: 2157.5435275930386\n", - "12:44:50\tCompleted 3273 to KZ114800: 2215.233205710623\n", - "12:44:50\tCompleted 3222 to KZ352000: 2726.6197607805566\n", - "12:44:50\tCompleted 3245 to KZ596400: 1942.730772011753512:44:50\tCompleted 3244 to KZ351600: 3915.471984401008\n", - "\n", - "12:44:50\tCompleted 3277 to KZ791110: 1105.5866811102596\n", - "12:44:50\tCompleted 3276 to KZ471000: 4044.3966479066416\n", - "12:44:50\tCompleted 3243 to KZ315400: 816.7603908494426\n", - "12:44:50\tCompleted 3270 to KZ594200: 2053.729826577716\n", - "12:44:50\tCompleted 3263 to KZ394000: 3013.8969971918327\n", - "12:44:51\tCompleted 3288 to KZ316600: 743.7217911472807\n", - "12:44:51\tCompleted 3246 to KZ276200: 2889.080708992948\n", - "12:44:51\tCompleted 3218 to KZ613800: 2690.3195814298856\n", - "12:44:51\tCompleted 3294 to KZ274800: 4227.072266026605\n", - "12:44:51\tCompleted 3227 to KZ155200: 3776.708616321756\n", - "12:44:51\tCompleted 3228 to KZ316600: 998.5843892658656\n", - "12:44:51\tCompleted 3224 to KZ551000: 2020.9932415697078\n", - "12:44:51\tCompleted 3268 to KZ234200: 4527.67031112578\n", - "12:44:52\tCompleted 3257 to KZ352200: 1396.0470316636342\n", - "12:44:52\tCompleted 3264 to KZ595000: 1970.344702575035\n", - "12:44:52\tCompleted 3271 to KZ615600: 1615.2360419242311\n", - "12:44:52\tCompleted 3235 to KZ116600: 1563.2464028327006\n", - "12:44:52\tCompleted 3220 to KZ196000: 2461.2345850023817\n", - "12:44:52\tCompleted 3307 to KZ613900: 1307.4887121133513\n", - "12:44:52\tCompleted 3312 to KZ156800: 2694.423068834425\n", - "12:44:52\tCompleted 3277 to KZ791310: 1062.046449229651\n", - "12:44:52\tCompleted 3251 to KZ553600: 1496.8554343175074\n", - "12:44:52\tCompleted 3275 to KZ634000: 4716.036541595642\n", - "12:44:52\tCompleted 3243 to KZ315600: 1155.6621324911423\n", - "12:44:52\tCompleted 3242 to KZ115400: 2250.2861168181203\n", - "12:44:52\tCompleted 3288 to KZ316200: 1227.1296322807702\n", - "12:44:53\tCompleted 3293 to KZ594200: 2050.853824743125\n", - "12:44:53\tCompleted 3218 to KZ273200: 904.9189985049403\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:44:53\tCompleted 3250 to KZ354000: 3641.5041566858663\n", - "12:44:53\tCompleted 3248 to KZ156400: 3104.4444494803097\n", - "12:44:53\tCompleted 3298 to KZ633800: 1482.8701963567155\n", - "12:44:53\tCompleted 3279 to KZ276600: 2649.365360892465\n", - "12:44:53\tCompleted 3311 to KZ113600: 1607.5909187466889\n", - "12:44:53\tCompleted 3223 to KZ475200: 2413.763873489152\n", - "12:44:53\tCompleted 3255 to KZ156000: 2949.171550245198\n", - "12:44:53\tCompleted 3229 to KZ396800: 2767.934575891388\n", - "12:44:53\tCompleted 3302 to KZ316000: 3189.815081954\n", - "12:44:53\tCompleted 3262 to KZ234600: 4791.126924166945\n", - "12:44:53\tCompleted 3271 to KZ615800: 999.4113868219233\n", - "12:44:53\tCompleted 3290 to KZ394000: 2196.303108102097\n", - "12:44:53\tCompleted 3257 to KZ352300: 1231.7297397181098\n", - "12:44:53\tCompleted 3312 to KZ193200: 694.0243704934576\n", - "12:44:53\tCompleted 3273 to KZ111010: 1752.5853301406764\n", - "12:44:53\tCompleted 3236 to KZ231000: 4240.824323394444\n", - "12:44:54\tCompleted 3307 to KZ612000: 1176.200173141816\n", - "12:44:54\tCompleted 3221 to KZ751810: 1814.8757465084204\n", - "12:44:54\tCompleted 3239 to KZ591000: 3259.4999271498737\n", - "12:44:54\tCompleted 3288 to KZ311000: 832.5440024113497\n", - "12:44:54\tCompleted 3238 to KZ394400: 3280.4366193244045\n", - "12:44:54\tCompleted 3277 to KZ791510: 1039.165949657998\n", - "12:44:54\tCompleted 3228 to KZ316200: 1481.992230399355\n", - "12:44:54\tCompleted 3274 to KZ156800: 2774.3949709361045\n", - "12:44:54\tCompleted 3233 to KZ596400: 1960.3357018880067\n", - "12:44:54\tCompleted 3243 to KZ316000: 1415.3270286322133\n", - "12:44:54\tCompleted 3230 to KZ475200: 4498.64543061944412:44:54\tCompleted 3258 to KZ596200: 2337.9667019711806\n", - "\n", - "12:44:54\tCompleted 3296 to KZ154000: 1909.120100418076\n", - "12:44:54\tCompleted 3249 to KZ751710: 4103.564473985125\n", - "12:44:54\tCompleted 3269 to KZ636200: 4728.0220481816405\n", - "12:44:55\tCompleted 3256 to KZ233600: 3946.879870555091\n", - "12:44:55\tCompleted 3240 to KZ276600: 2705.7719628503764\n", - "12:44:55\tCompleted 3237 to KZ635000: 2804.4311337180534\n", - "12:44:55\tCompleted 3270 to KZ596600: 2154.6153441544757\n", - "12:44:55\tCompleted 3218 to KZ274400: 1181.2001537069743\n", - "12:44:55\tCompleted 3287 to KZ154800: 3083.305052112067\n", - "12:44:55\tCompleted 3261 to KZ153400: 3129.6949271307326\n", - "12:44:55\tCompleted 3244 to KZ354000: 3628.344611141764\n", - "12:44:55\tCompleted 3251 to KZ552200: 1621.783551985984\n", - "12:44:55\tCompleted 3235 to KZ115600: 2213.955272022391\n", - "12:44:55\tCompleted 3312 to KZ193400: 898.913247508898\n", - "12:44:55\tCompleted 3266 to KZ274000: 3341.611267145239712:44:55\tCompleted 3271 to KZ612600: 1254.5415134428488\n", - "\n", - "12:44:55\tCompleted 3288 to KZ315000: 949.7528186449834\n", - "12:44:55\tCompleted 3274 to KZ193200: 661.5510359771008\n", - "12:44:55\tCompleted 3243 to KZ316600: 964.1344895910149\n", - "12:44:56\tCompleted 3257 to KZ352800: 1370.277066157492\n", - "12:44:56\tCompleted 3263 to KZ396800: 2759.98945475224612:44:56\tCompleted 3277 to KZ791710: 1037.3897693409654\n", - "\n", - "12:44:56\tCompleted 3259 to KZ275000: 3809.2720457873183\n", - "12:44:56\tCompleted 3307 to KZ614400: 1234.0215115531544\n", - "12:44:56\tCompleted 3222 to KZ354800: 3548.7249875816933\n", - "12:44:56\tCompleted 3306 to KZ473600: 2429.7553086145094\n", - "12:44:56\tCompleted 3245 to KZ594600: 2126.9380255303267\n", - "12:44:56\tCompleted 3264 to KZ593600: 2084.8933068593287\n", - "12:44:56\tCompleted 3298 to KZ634000: 1479.9549389222525\n", - "12:44:56\tCompleted 3228 to KZ311000: 1087.4066005299346\n", - "12:44:56\tCompleted 3265 to KZ273200: 4058.644336434983\n", - "12:44:57\tCompleted 3227 to KZ156400: 3355.9986159609894\n", - "12:44:57\tCompleted 3253 to KZ274000: 4668.585013563515\n", - "12:44:57\tCompleted 3256 to KZ633200: 1339.3130549541147\n", - "12:44:57\tCompleted 3312 to KZ193600: 456.3446028668698\n", - "12:44:57\tCompleted 3224 to KZ556000: 2069.114623777724\n", - "12:44:57\tCompleted 3293 to KZ596600: 1886.2449661175337\n", - "12:44:57\tCompleted 3288 to KZ314200: 833.9582159737226\n", - "12:44:57\tCompleted 3271 to KZ616000: 964.3067420678727\n", - "12:44:57\tCompleted 3273 to KZ116000: 1721.4164112634155\n", - "12:44:57\tCompleted 3276 to KZ473600: 3625.4218818836985\n", - "12:44:57\tCompleted 3274 to KZ193400: 866.4399129925413\n", - "12:44:57\tCompleted 3311 to KZ113800: 1786.936943415589\n", - "12:44:57\tCompleted 3246 to KZ271000: 2906.773664407164\n", - "12:44:57\tCompleted 3294 to KZ275800: 3696.6550900150155\n", - "12:44:57\tCompleted 3307 to KZ614600: 1023.6731390217192\n", - "12:44:57\tCompleted 3250 to KZ351000: 3605.5405234852797\n", - "12:44:58\tCompleted 3218 to KZ275400: 1542.2464135232376\n", - "12:44:58\tCompleted 3277 to KZ611600: 1294.25030461609\n", - "12:44:58\tCompleted 3239 to KZ595600: 3107.8037759537756\n", - "12:44:58\tCompleted 3220 to KZ191000: 2152.8454321093636\n", - "12:44:58\tCompleted 3257 to KZ356400: 1369.5926578781718\n", - "12:44:58\tCompleted 3233 to KZ594600: 1713.1581415806502\n", - "12:44:58\tCompleted 3312 to KZ194000: 179.60977774499958\n", - "12:44:58\tCompleted 3243 to KZ316200: 1447.5423307245044\n", - "12:44:58\tCompleted 3228 to KZ315000: 1204.6154167635682\n", - "12:44:58\tCompleted 3221 to KZ751910: 1836.0166628588288\n", - "12:44:58\tCompleted 3274 to KZ193600: 423.87126835051305\n", - "12:44:58\tCompleted 3302 to KZ316600: 3837.805946038021\n", - "12:44:58\tCompleted 3229 to KZ394800: 2946.589144589448\n", - "12:44:59\tCompleted 3258 to KZ596400: 2111.761681570961\n", - "12:44:59\tCompleted 3268 to KZ234600: 4642.840609563876\n", - "12:44:59\tCompleted 3245 to KZ711110: 1415.2830174882465\n", - "12:44:59\tCompleted 3255 to KZ154600: 3247.3089809903126\n", - "12:44:59\tCompleted 3238 to KZ433200: 2821.136857554328312:44:59\tCompleted 3275 to KZ635400: 5224.272455167376\n", - "\n", - "12:44:59\tCompleted 3270 to KZ595000: 1989.0553628421824\n", - "12:44:59\tCompleted 3279 to KZ275000: 2515.063017994824\n", - "12:44:59\tCompleted 3251 to KZ554600: 1759.3722841638478\n", - "12:44:59\tCompleted 3248 to KZ155600: 3277.1243235191696\n", - "12:44:59\tCompleted 3288 to KZ353200: 1415.878276485345\n", - "12:44:59\tCompleted 3271 to KZ613800: 1339.9205174002525\n", - "12:44:59\tCompleted 3223 to KZ471800: 2243.3736533284196\n", - "12:44:59\tCompleted 3312 to KZ196400: 612.7638844206055\n", - "12:45:00\tCompleted 3274 to KZ194000: 103.68424155105056\n", - "12:45:00\tCompleted 3290 to KZ396800: 2210.90518277613\n", - "12:45:00\tCompleted 3262 to KZ234800: 3924.828300002494\n", - "12:45:00\tCompleted 3296 to KZ154200: 2211.7561393873943\n", - "12:45:00\tCompleted 3277 to KZ613600: 1147.8777523781696\n", - "12:45:00\tCompleted 3236 to KZ234000: 4449.434800762139\n", - "12:45:00\tCompleted 3242 to KZ151000: 3175.572033001195\n", - "12:45:00\tCompleted 3235 to KZ115200: 2407.437386508645\n", - "12:45:00\tCompleted 3249 to KZ751810: 4049.8083180620742\n", - "12:45:00\tCompleted 3244 to KZ351000: 3592.380977941177\n", - "12:45:00\tCompleted 3222 to KZ355200: 2850.2275555868055\n", - "12:45:00\tCompleted 3218 to KZ273600: 1184.241888362905\n", - "12:45:00\tCompleted 3243 to KZ311000: 1052.956700855084\n", - "12:45:00\tCompleted 3228 to KZ314200: 1088.8208140923077\n", - "12:45:00\tCompleted 3256 to KZ634800: 1823.759646364409\n", - "12:45:00\tCompleted 3298 to KZ635400: 1924.8604915044857\n", - "12:45:00\tCompleted 3257 to KZ352400: 1454.542560372895\n", - "12:45:00\tCompleted 3311 to KZ114500: 1654.0589588696237\n", - "12:45:01\tCompleted 3307 to KZ614800: 1505.2939443928258\n", - "12:45:01\tCompleted 3264 to KZ595200: 2082.343439916562612:45:01\tCompleted 3312 to KZ196800: 156.66138747050786\n", - "\n", - "12:45:01\tCompleted 3237 to KZ632200: 2338.539663542929\n", - "12:45:01\tCompleted 3274 to KZ196400: 580.2905499042487\n", - "12:45:01\tCompleted 3273 to KZ116400: 1843.8177590229348\n", - "12:45:01\tCompleted 3233 to KZ711110: 1449.1963074540263\n", - "12:45:01\tCompleted 3230 to KZ471800: 4328.255210458717\n", - "12:45:01\tCompleted 3269 to KZ636400: 5065.2617826849555\n", - "12:45:01\tCompleted 3287 to KZ155200: 3510.24371501382\n", - "12:45:01\tCompleted 3245 to KZ711410: 1415.4558205423562\n", - "12:45:02\tCompleted 3277 to KZ614000: 1094.7377054638455\n", - "12:45:02\tCompleted 3288 to KZ353600: 1352.1080547686784\n", - "12:45:02\tCompleted 3261 to KZ153600: 3422.098687988257\n", - "12:45:02\tCompleted 3312 to KZ191600: 106.72025823951161\n", - "12:45:02\tCompleted 3250 to KZ352000: 3307.058310300271\n", - "12:45:02\tCompleted 3293 to KZ595000: 1986.1793610075918\n", - "12:45:02\tCompleted 3256 to KZ633400: 1118.0630057167882\n", - "12:45:02\tCompleted 3239 to KZ596000: 3197.4575542830207\n", - "12:45:02\tCompleted 3274 to KZ196800: 157.34738059099774\n", - "12:45:02\tCompleted 3240 to KZ275000: 2571.4696199527343\n", - "12:45:02\tCompleted 3243 to KZ315000: 1170.1655170887175\n", - "12:45:02\tCompleted 3227 to KZ155600: 3528.6784899998493\n", - "12:45:02\tCompleted 3263 to KZ394800: 2938.6440234503057\n", - "12:45:02\tCompleted 3218 to KZ276600: 1409.7812439547668\n", - "12:45:02\tCompleted 3259 to KZ274800: 4344.7769571707695\n", - "12:45:03\tCompleted 3257 to KZ356000: 1392.8261269413838\n", - "12:45:03\tCompleted 3221 to KZ751510: 1824.5326007579129\n", - "12:45:03\tCompleted 3307 to KZ615400: 1246.4577114833776\n", - "12:45:03\tCompleted 3228 to KZ353200: 1457.379642069579\n", - "12:45:03\tCompleted 3302 to KZ316200: 3340.535214029498\n", - "12:45:03\tCompleted 3312 to KZ195200: 44.48528137423857\n", - "12:45:03\tCompleted 3296 to KZ156000: 1785.0053717556054\n", - "12:45:03\tCompleted 3298 to KZ635000: 1399.587064172037\n", - "12:45:03\tCompleted 3220 to KZ196200: 1918.4382593180376\n", - "12:45:03\tCompleted 3288 to KZ351600: 926.8982027922272\n", - "12:45:03\tCompleted 3274 to KZ191600: 74.246923723155\n", - "12:45:03\tCompleted 3223 to KZ593200: 1710.6551298549862\n", - "12:45:03\tCompleted 3224 to KZ556800: 2269.8025486496585\n", - "12:45:03\tCompleted 3265 to KZ274400: 3995.77302392170712:45:03\tCompleted 3238 to KZ431900: 2302.0930246591247\n", - "\n", - "12:45:03\tCompleted 3258 to KZ594600: 2317.240533098445\n", - "12:45:03\tCompleted 3251 to KZ555600: 1815.9197595557312\n", - "12:45:03\tCompleted 3306 to KZ474200: 2876.3794696810314\n", - "12:45:03\tCompleted 3270 to KZ593600: 2103.603967126476\n", - "12:45:03\tCompleted 3266 to KZ274200: 3458.956761524685\n", - "12:45:04\tCompleted 3311 to KZ114000: 1600.9983126634493\n", - "12:45:04\tCompleted 3244 to KZ352000: 3293.898764756169\n", - "12:45:04\tCompleted 3277 to KZ613900: 1372.660977480293\n", - "12:45:04\tCompleted 3229 to KZ395000: 2874.564554280402\n", - "12:45:04\tCompleted 3253 to KZ274200: 4785.930507943057\n", - "12:45:04\tCompleted 3233 to KZ711410: 1445.1295181482217\n", - "12:45:04\tCompleted 3245 to KZ711210: 1385.1014348759406\n", - "12:45:04\tCompleted 3276 to KZ474200: 4072.0460429502205\n", - "12:45:04\tCompleted 3290 to KZ394800: 1983.3993810705194\n", - "12:45:04\tCompleted 3312 to KZ195000: 496.11538491492325\n", - "12:45:04\tCompleted 3218 to KZ275000: 954.4509939308875\n", - "12:45:04\tCompleted 3274 to KZ195200: 52.64389022585075\n", - "12:45:04\tCompleted 3307 to KZ615200: 983.8743579850977\n", - "12:45:04\tCompleted 3243 to KZ314200: 1054.370914417457\n", - "12:45:05\tCompleted 3255 to KZ154800: 3082.3162920027125\n", - "12:45:05\tCompleted 3246 to KZ274000: 3560.4318481266837\n", - "12:45:05\tCompleted 3294 to KZ276000: 4112.486115770051\n", - "12:45:05\tCompleted 3235 to KZ115400: 2628.0101583742958\n", - "12:45:05\tCompleted 3222 to KZ355600: 3093.873108681918\n", - "12:45:05\tCompleted 3273 to KZ116800: 1631.418905330909\n", - "12:45:05\tCompleted 3257 to KZ354400: 1212.3081709464657\n", - "12:45:05\tCompleted 3264 to KZ591000: 1972.5591686691025\n", - "12:45:05\tCompleted 3248 to KZ156800: 2779.1041677398066\n", - "12:45:05\tCompleted 3230 to KZ593200: 2081.7212938818275\n", - "12:45:06\tCompleted 3268 to KZ234800: 3776.541985399451\n", - "12:45:06\tCompleted 3249 to KZ751910: 4070.9492344124815\n", - "12:45:06\tCompleted 3256 to KZ633600: 1631.980767851646\n", - "12:45:06\tCompleted 3277 to KZ612000: 1241.3724385087578\n", - "12:45:06\tCompleted 3228 to KZ353600: 1387.1851563516352\n", - "12:45:06\tCompleted 3275 to KZ635000: 4751.605665255734\n", - "12:45:06\tCompleted 3242 to KZ153200: 3179.98861642982\n", - "12:45:06\tCompleted 3239 to KZ596200: 3026.1523868414292\n", - "12:45:06\tCompleted 3274 to KZ195000: 463.64205039856654\n", - "12:45:06\tCompleted 3288 to KZ354000: 1435.697720753731\n", - "12:45:06\tCompleted 3312 to KZ194400: 313.9003114559528\n", - "12:45:06\tCompleted 3298 to KZ632200: 1474.6276425786136\n", - "12:45:06\tCompleted 3262 to KZ235200: 3972.4681473658616\n", - "12:45:06\tCompleted 3236 to KZ234200: 4900.380507283105\n", - "12:45:07\tCompleted 3218 to KZ274800: 1309.6303708276707\n", - "12:45:07\tCompleted 3311 to KZ117000: 1523.6306561100532\n", - "12:45:07\tCompleted 3257 to KZ351800: 1206.9307498448863\n", - "12:45:07\tCompleted 3233 to KZ711210: 1427.9651867123898\n", - "12:45:07\tCompleted 3258 to KZ711110: 1565.4728266841682\n", - "12:45:07\tCompleted 3271 to KZ273200: 4041.4194627008305\n", - "12:45:07\tCompleted 3302 to KZ311000: 3201.106474400377\n", - "12:45:07\tCompleted 3248 to KZ193200: 616.764624563519\n", - "12:45:07\tCompleted 3245 to KZ711310: 1406.6938234145298\n", - "12:45:07\tCompleted 3274 to KZ194400: 237.9747752620035\n", - "12:45:07\tCompleted 3312 to KZ194600: 324.4172774604556\n", - "12:45:07\tCompleted 3293 to KZ593600: 2100.7279652918855\n", - "12:45:07\tCompleted 3261 to KZ154000: 3173.6752608132315\n", - "12:45:07\tCompleted 3250 to KZ354800: 4129.163537101382\n", - "12:45:07\tCompleted 3269 to KZ631000: 4674.156434849685\n", - "12:45:08\tCompleted 3287 to KZ156400: 3089.5337146530533\n", - "12:45:08\tCompleted 3270 to KZ595200: 2101.054100183709\n", - "12:45:08\tCompleted 3228 to KZ351600: 965.912278814711\n", - "12:45:08\tCompleted 3243 to KZ353200: 1636.29097492908\n", - "12:45:08\tCompleted 3267 to KZ113200: 1671.7027596247797\n", - "12:45:08\tCompleted 3296 to KZ154600: 2083.142802500736\n", - "12:45:08\tCompleted 3277 to KZ614400: 1299.193776920096\n", - "12:45:08\tCompleted 3237 to KZ635200: 3070.0361815110673\n", - "12:45:08\tCompleted 3227 to KZ156800: 3006.4602474597955\n", - "12:45:08\tCompleted 3221 to KZ231000: 2081.048935435924\n", - "12:45:08\tCompleted 3251 to KZ551000: 1679.3965440158684\n", - "12:45:08\tCompleted 3263 to KZ395000: 2866.61943314126\n", - "12:45:08\tCompleted 3279 to KZ274800: 3050.567929378213\n", - "12:45:08\tCompleted 3288 to KZ351000: 1367.3292896533876\n", - "12:45:08\tCompleted 3254 to KZ113200: 3370.65012673532\n", - "12:45:08\tCompleted 3238 to KZ434600: 2335.7575950855025\n", - "12:45:08\tCompleted 3223 to KZ595800: 2081.47547272144\n", - "12:45:08\tCompleted 3218 to KZ275800: 1086.413247808791\n", - "12:45:08\tCompleted 3274 to KZ194600: 291.94394294409886\n", - "12:45:09\tCompleted 3273 to KZ111810: 1653.2829983540378\n", - "12:45:09\tCompleted 3220 to KZ192600: 2191.7891871380575\n", - "12:45:09\tCompleted 3312 to KZ194800: 592.5329295144593\n", - "12:45:09\tCompleted 3259 to KZ275800: 3814.3597811591567\n", - "12:45:09\tCompleted 3248 to KZ193400: 821.6535015789593\n", - "12:45:09\tCompleted 3307 to KZ616400: 1956.4669088811497\n", - "12:45:09\tCompleted 3224 to KZ554800: 2274.4980366941127\n", - "12:45:09\tCompleted 3298 to KZ635200: 1665.192111965065\n", - "12:45:09\tCompleted 3240 to KZ274800: 3106.9745313361245\n", - "12:45:09\tCompleted 3244 to KZ354800: 4116.003991557279\n", - "12:45:09\tCompleted 3227 to KZ193200: 357.8954975815622\n", - "12:45:09\tCompleted 3256 to KZ633800: 1564.4803219238797\n", - "12:45:09\tCompleted 3233 to KZ711310: 1415.8521930006268\n", - "12:45:10\tCompleted 3277 to KZ614600: 1088.8454043886609\n", - "12:45:10\tCompleted 3264 to KZ595600: 2206.446755191025\n", - "12:45:10\tCompleted 3229 to KZ395200: 2406.529069205567\n", - "12:45:10\tCompleted 3258 to KZ711410: 1591.5853267676798\n", - "12:45:10\tCompleted 3311 to KZ114400: 1649.8704962186523\n", - "12:45:10\tCompleted 3222 to KZ352100: 3370.335197395992\n", - "12:45:10\tCompleted 3230 to KZ595800: 2185.640903922204\n", - "12:45:10\tCompleted 3274 to KZ194800: 560.0595949981025\n", - "12:45:10\tCompleted 3290 to KZ395000: 2317.535161165144\n", - "12:45:10\tCompleted 3248 to KZ193600: 379.084856936931\n", - "12:45:10\tCompleted 3312 to KZ195600: 669.3134972696683\n", - "12:45:11\tCompleted 3255 to KZ155200: 3509.254954904465\n", - "12:45:11\tCompleted 3273 to KZ116600: 1177.7897600421504\n", - "12:45:11\tCompleted 3239 to KZ596400: 3621.812066924556\n", - "12:45:11\tCompleted 3267 to KZ113400: 1501.4152666920163\n", - "12:45:11\tCompleted 3243 to KZ353600: 1572.5207532124132\n", - "12:45:11\tCompleted 3227 to KZ193400: 562.784374597003\n", - "12:45:11\tCompleted 3288 to KZ352000: 1512.095879954129\n", - "12:45:11\tCompleted 3228 to KZ354000: 1477.199086337965\n", - "12:45:11\tCompleted 3218 to KZ276000: 1355.7153934356493\n", - "12:45:11\tCompleted 3242 to KZ153400: 3069.4019589041413\n", - "12:45:11\tCompleted 3235 to KZ151000: 3488.44573703151\n", - "12:45:11\tCompleted 3274 to KZ195600: 593.3879610757192\n", - "12:45:11\tCompleted 3265 to KZ275400: 4670.961455878761\n", - "12:45:11\tCompleted 3302 to KZ315000: 3613.778348539592\n", - "12:45:11\tCompleted 3275 to KZ632200: 4101.285984021949\n", - "12:45:12\tCompleted 3296 to KZ154800: 1918.1501135131357\n", - "12:45:12\tCompleted 3306 to KZ474600: 2553.5549088629496\n", - "12:45:12\tCompleted 3248 to KZ194000: 149.31961896540827\n", - "12:45:12\tCompleted 3249 to KZ751510: 4059.465172311565812:45:12\tCompleted 3250 to KZ355200: 3430.666105106496\n", - "\n", - "12:45:12\tCompleted 3270 to KZ591000: 1991.26982893625\n", - "12:45:12\tCompleted 3246 to KZ274200: 3677.7773425061364\n", - "12:45:12\tCompleted 3312 to KZ195800: 483.20036963681844\n", - "12:45:12\tCompleted 3276 to KZ474600: 3749.2214821321386\n", - "12:45:12\tCompleted 3277 to KZ614800: 1570.4662097597675\n", - "12:45:12\tCompleted 3227 to KZ193600: 547.8545753677138\n", - "12:45:12\tCompleted 3298 to KZ632400: 1534.1476698145623\n", - "12:45:12\tCompleted 3307 to KZ615600: 1540.7756111582692\n", - "12:45:12\tCompleted 3251 to KZ556000: 1727.5179262238855\n", - "12:45:12\tCompleted 3257 to KZ393200: 2321.1081955881546\n", - "12:45:12\tCompleted 3293 to KZ595200: 2098.1780983491185\n", - "12:45:12\tCompleted 3294 to KZ276200: 3831.8723290361463\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:45:13\tCompleted 3262 to KZ235600: 4067.5059133862665\n", - "12:45:13\tCompleted 3256 to KZ634000: 1561.5650644894167\n", - "12:45:13\tCompleted 3243 to KZ351600: 1147.3109012359619\n", - "12:45:13\tCompleted 3274 to KZ195800: 407.27483344286946\n", - "12:45:13\tCompleted 3236 to KZ234600: 5015.55080572121\n", - "12:45:13\tCompleted 3258 to KZ711210: 1592.7470881945783\n", - "12:45:13\tCompleted 3223 to KZ593400: 1893.3364351260989\n", - "12:45:13\tCompleted 3248 to KZ196400: 535.5041384906667\n", - "12:45:13\tCompleted 3254 to KZ113400: 3448.511163540658\n", - "12:45:13\tCompleted 3227 to KZ194000: 403.39980651304523\n", - "12:45:13\tCompleted 3218 to KZ276200: 1184.74092161958\n", - "12:45:13\tCompleted 3268 to KZ235200: 3824.1818327628184\n", - "12:45:13\tCompleted 3264 to KZ596000: 1849.2617711379346\n", - "12:45:13\tCompleted 3263 to KZ395200: 2398.5839480664245\n", - "12:45:13\tCompleted 3244 to KZ355200: 3417.5065595623937\n", - "12:45:13\tCompleted 3311 to KZ114600: 1758.2695886060822\n", - "12:45:13\tCompleted 3238 to KZ434400: 2678.706994047228\n", - "12:45:14\tCompleted 3312 to KZ196000: 669.9811250257385\n", - "12:45:14\tCompleted 3249 to KZ231000: 1257.6810962305913\n", - "12:45:14\tCompleted 3261 to KZ154200: 3476.3112997825538\n", - "12:45:14\tCompleted 3288 to KZ354800: 1607.6606186661068\n", - "12:45:14\tCompleted 3287 to KZ155600: 3262.213588691913\n", - "12:45:14\tCompleted 3307 to KZ615800: 924.9509560559615\n", - "12:45:14\tCompleted 3228 to KZ351000: 1408.8306552376216\n", - "12:45:14\tCompleted 3222 to KZ352200: 3051.9216868446715\n", - "12:45:14\tCompleted 3230 to KZ593400: 1995.0281665700654\n", - "12:45:14\tCompleted 3267 to KZ113600: 1629.8864247620743\n", - "12:45:14\tCompleted 3245 to KZ555200: 2148.3181282726673\n", - "12:45:14\tCompleted 3277 to KZ615400: 1311.6299768503193\n", - "12:45:14\tCompleted 3271 to KZ274400: 3978.548150187554712:45:14\tCompleted 3269 to KZ634600: 5132.885962315152\n", - "\n", - "12:45:14\tCompleted 3279 to KZ275800: 2520.150753366635\n", - "12:45:14\tCompleted 3248 to KZ196800: 112.56096917741597\n", - "12:45:14\tCompleted 3274 to KZ196000: 637.5077905093817\n", - "12:45:14\tCompleted 3224 to KZ556400: 2212.231910385558\n", - "12:45:14\tCompleted 3227 to KZ196400: 276.63501150870945\n", - "12:45:15\tCompleted 3237 to KZ632400: 2938.9917393605688\n", - "12:45:15\tCompleted 3290 to KZ395200: 1785.173934326009\n", - "12:45:15\tCompleted 3239 to KZ594600: 3133.628047259295\n", - "12:45:15\tCompleted 3273 to KZ115600: 1817.3553465575926\n", - "12:45:15\tCompleted 3312 to KZ191000: 361.5919721326935\n", - "12:45:15\tCompleted 3229 to KZ391000: 2602.2353337145264\n", - "12:45:15\tCompleted 3247 to KZ113200: 1671.022018913999\n", - "12:45:15\tCompleted 3233 to KZ555200: 2179.0598453631924\n", - "12:45:15\tCompleted 3249 to KZ234000: 1510.3641414473248\n", - "12:45:15\tCompleted 3298 to KZ632800: 1532.0433312054895\n", - "12:45:15\tCompleted 3259 to KZ276000: 4230.190806914205\n", - "12:45:15\tCompleted 3248 to KZ191600: 29.460512309573264\n", - "12:45:15\tCompleted 3220 to KZ196600: 2237.504911193323\n", - "12:45:16\tCompleted 3221 to KZ234000: 2289.6594128035754\n", - "12:45:16\tCompleted 3302 to KZ314200: 3206.5817053357114\n", - "12:45:16\tCompleted 3218 to KZ271000: 1150.6680681389823\n", - "12:45:16\tCompleted 3274 to KZ191000: 329.1186376163368\n", - "12:45:16\tCompleted 3227 to KZ196800: 314.70074529328747\n", - "12:45:16\tCompleted 3240 to KZ275800: 2576.5573553245463\n", - "12:45:16\tCompleted 3277 to KZ615200: 1049.0466233520392\n", - "12:45:16\tCompleted 3243 to KZ354000: 1656.110419197466\n", - "12:45:16\tCompleted 3307 to KZ612600: 1180.081082676887\n", - "12:45:16\tCompleted 3258 to KZ711310: 1604.60444765051\n", - "12:45:16\tCompleted 3255 to KZ156400: 3088.5449545436986\n", - "12:45:16\tCompleted 3312 to KZ196200: 127.18479934135894\n", - "12:45:16\tCompleted 3257 to KZ393400: 1837.51723742521\n", - "12:45:17\tCompleted 3270 to KZ595600: 2225.157415458171\n", - "12:45:17\tCompleted 3250 to KZ355600: 3674.311658201606\n", - "12:45:17\tCompleted 3274 to KZ196200: 51.25926314741007\n", - "12:45:17\tCompleted 3248 to KZ195200: 57.35308702955299\n", - "12:45:17\tCompleted 3256 to KZ635400: 2006.47061707165\n", - "12:45:17\tCompleted 3242 to KZ153600: 3361.805719761666\n", - "12:45:17\tCompleted 3254 to KZ113600: 3127.0282817008965\n", - "12:45:17\tCompleted 3251 to KZ556800: 1928.2058510958275\n", - "12:45:17\tCompleted 3222 to KZ352300: 2274.519811417019\n", - "12:45:17\tCompleted 3288 to KZ355200: 1827.6486821589529\n", - "12:45:17\tCompleted 3227 to KZ191600: 231.60028842544443\n", - "12:45:17\tCompleted 3293 to KZ591000: 1988.3938271016593\n", - "12:45:17\tCompleted 3238 to KZ431000: 2020.3984116846154\n", - "12:45:17\tCompleted 3296 to KZ155200: 2345.0887764149093\n", - "12:45:18\tCompleted 3312 to KZ192600: 400.5357271613874\n", - "12:45:18\tCompleted 3249 to KZ234200: 1917.237280119229\n", - "12:45:18\tCompleted 3307 to KZ616000: 889.8463113019109\n", - "12:45:18\tCompleted 3235 to KZ153200: 3492.862320460135\n", - "12:45:18\tCompleted 3228 to KZ352000: 1629.2809257161912\n", - "12:45:18\tCompleted 3267 to KZ113800: 1709.504509518108312:45:18\tCompleted 3247 to KZ113400: 1462.242947811828\n", - "\n", - "12:45:18\tCompleted 3223 to KZ594200: 1907.664536458005\n", - "12:45:18\tCompleted 3264 to KZ596200: 2236.2612208091073\n", - "12:45:18\tCompleted 3274 to KZ192600: 368.0623926450307\n", - "12:45:18\tCompleted 3311 to KZ114800: 2116.5051179593966\n", - "12:45:18\tCompleted 3244 to KZ355600: 3661.1521126575035\n", - "12:45:18\tCompleted 3248 to KZ195000: 418.8556389849845\n", - "12:45:18\tCompleted 3230 to KZ594200: 2174.8859156335748\n", - "12:45:18\tCompleted 3227 to KZ195200: 308.90725351025293\n", - "12:45:18\tCompleted 3298 to KZ636800: 1462.3159576255657\n", - "12:45:18\tCompleted 3275 to KZ635200: 5017.210713048775\n", - "12:45:19\tCompleted 3265 to KZ273600: 3838.920714861256\n", - "12:45:19\tCompleted 3218 to KZ274000: 1420.6685067513517\n", - "12:45:19\tCompleted 3263 to KZ391000: 2594.2902125753844\n", - "12:45:19\tCompleted 3262 to KZ233600: 3950.1225112422107\n", - "12:45:19\tCompleted 3312 to KZ196600: 446.25145121665173\n", - "12:45:19\tCompleted 3245 to KZ551600: 1881.7514062871237\n", - "12:45:19\tCompleted 3287 to KZ156800: 2764.19343291255\n", - "12:45:19\tCompleted 3243 to KZ351000: 1587.7419880971227\n", - "12:45:19\tCompleted 3276 to KZ475000: 4119.550508881916\n", - "12:45:19\tCompleted 3274 to KZ196600: 370.3259150227027\n", - "12:45:19\tCompleted 3273 to KZ115200: 2010.8374610438548\n", - "12:45:19\tCompleted 3248 to KZ194400: 283.61015267636134\n", - "12:45:19\tCompleted 3239 to KZ711110: 3269.794744017773\n", - "12:45:19\tCompleted 3236 to KZ234800: 4149.252181556726\n", - "12:45:20\tCompleted 3256 to KZ635000: 1481.1971897392011\n", - "12:45:20\tCompleted 3294 to KZ271000: 3849.565284450362\n", - "12:45:20\tCompleted 3227 to KZ195000: 175.48306337728937\n", - "12:45:20\tCompleted 3307 to KZ613800: 1265.4600866342905\n", - "12:45:20\tCompleted 3258 to KZ555200: 1811.9520858886817\n", - "12:45:20\tCompleted 3277 to KZ616400: 2021.6391742480914\n", - "12:45:20\tCompleted 3229 to KZ395400: 2645.599228639839\n", - "12:45:20\tCompleted 3261 to KZ156000: 3049.560532150774\n", - "12:45:20\tCompleted 3306 to KZ475000: 2923.883935612727\n", - "12:45:20\tCompleted 3290 to KZ391000: 2039.5721309823616\n", - "12:45:20\tCompleted 3268 to KZ235600: 3919.2195987832233\n", - "12:45:20\tCompleted 3257 to KZ391600: 1704.6224982869844\n", - "12:45:20\tCompleted 3312 to KZ194200: 303.0922392673138\n", - "12:45:20\tCompleted 3249 to KZ234600: 2032.4075785573107\n", - "12:45:20\tCompleted 3288 to KZ355600: 1601.0978480841932\n", - "12:45:20\tCompleted 3233 to KZ551600: 1912.4931233776497\n", - "12:45:20\tCompleted 3270 to KZ596000: 1867.972431405082\n", - "12:45:21\tCompleted 3302 to KZ353200: 3577.336665344043\n", - "12:45:21\tCompleted 3287 to KZ193200: 652.5781715280282\n", - "12:45:21\tCompleted 3220 to KZ194200: 1865.595973015587\n", - "12:45:21\tCompleted 3248 to KZ194600: 247.1575315305168\n", - "12:45:21\tCompleted 3274 to KZ194200: 376.14245288579673\n", - "12:45:21\tCompleted 3269 to KZ634400: 4654.603925226997\n", - "12:45:21\tCompleted 3224 to KZ554200: 2408.0629461678536\n", - "12:45:21\tCompleted 3254 to KZ113800: 2955.7810815311304\n", - "12:45:21\tCompleted 3247 to KZ113600: 1737.5156768584648\n", - "12:45:21\tCompleted 3262 to KZ633200: 1342.555695641234\n", - "12:45:21\tCompleted 3237 to KZ632800: 2556.519139995363\n", - "12:45:21\tCompleted 3238 to KZ435200: 1918.704281623685\n", - "12:45:21\tCompleted 3223 to KZ596600: 1582.7423691561423\n", - "12:45:21\tCompleted 3279 to KZ276000: 2935.98177912167\n", - "12:45:21\tCompleted 3312 to KZ751210: 29.142135623730955\n", - "12:45:21\tCompleted 3227 to KZ194400: 537.6903402239993\n", - "12:45:22\tCompleted 3298 to KZ635800: 1512.9423913411083\n", - "12:45:22\tCompleted 3218 to KZ274200: 1632.78968634837\n", - "12:45:22\tCompleted 3288 to KZ352100: 692.8611624874749\n", - "12:45:22\tCompleted 3249 to KZ234800: 1250.787792366966\n", - "12:45:22\tCompleted 3311 to KZ111010: 1653.8572423894461\n", - "12:45:22\tCompleted 3271 to KZ275400: 4653.736582144605\n", - "12:45:22\tCompleted 3222 to KZ352800: 3052.6055299857694\n", - "12:45:22\tCompleted 3250 to KZ352100: 3950.7737469156723\n", - "12:45:22\tCompleted 3274 to KZ751210: 56.000834194449965\n", - "12:45:22\tCompleted 3255 to KZ155600: 3261.2248285825585\n", - "12:45:22\tCompleted 3259 to KZ276200: 3949.5770201802875\n", - "12:45:22\tCompleted 3251 to KZ554800: 1932.901339140282\n", - "12:45:22\tCompleted 3296 to KZ156400: 1924.3787760540667\n", - "12:45:22\tCompleted 3287 to KZ193400: 857.4670485434685\n", - "12:45:22\tCompleted 3248 to KZ194800: 515.2731835845207\n", - "12:45:22\tCompleted 3243 to KZ352000: 1732.5085783978616\n", - "12:45:22\tCompleted 3224 to KZ791110: 747.420169421888\n", - "12:45:22\tCompleted 3256 to KZ632200: 1556.237768145778\n", - "12:45:22\tCompleted 3264 to KZ596400: 2010.056200408884\n", - "12:45:23\tCompleted 3312 to KZ751110: 36.89949493661166\n", - "12:45:23\tCompleted 3227 to KZ194600: 171.4911750982276\n", - "12:45:23\tCompleted 3230 to KZ596600: 2275.771433210326\n", - "12:45:23\tCompleted 3267 to KZ114500: 1783.3470046029297\n", - "12:45:23\tCompleted 3293 to KZ595600: 2100.003581645363\n", - "12:45:23\tCompleted 3242 to KZ154000: 3113.3822925866402\n", - "12:45:23\tCompleted 3274 to KZ751110: 49.602558531160945\n", - "12:45:23\tCompleted 3249 to KZ235200: 1194.3948911644661\n", - "12:45:23\tCompleted 3312 to KZ554800: 2055.2627043609764\n", - "12:45:23\tCompleted 3287 to KZ193600: 414.8984039014402\n", - "12:45:24\tCompleted 3258 to KZ551600: 1869.9129895199133\n", - "12:45:24\tCompleted 3224 to KZ791310: 725.1386204614896\n", - "12:45:24\tCompleted 3312 to KZ751310: 30.071067811865476\n", - "12:45:24\tCompleted 3248 to KZ195600: 607.0711473203899\n", - "12:45:24\tCompleted 3239 to KZ711410: 3259.9289648387467\n", - "12:45:24\tCompleted 3245 to KZ553200: 2000.699399693831\n", - "12:45:24\tCompleted 3277 to KZ615600: 1605.9478765252109\n", - "12:45:24\tCompleted 3240 to KZ276000: 2992.3883810795814\n", - "12:45:24\tCompleted 3244 to KZ352100: 3937.6142013715703\n", - "12:45:24\tCompleted 3227 to KZ194800: 325.8398920393917\n", - "12:45:24\tCompleted 3221 to KZ234200: 2740.60511932455\n", - "12:45:24\tCompleted 3288 to KZ352200: 1409.6543850723112\n", - "12:45:24\tCompleted 3298 to KZ636200: 1374.025308110864\n", - "12:45:24\tCompleted 3274 to KZ751310: 56.0878399053995\n", - "12:45:24\tCompleted 3238 to KZ434800: 1950.0305425400204\n", - "12:45:24\tCompleted 3263 to KZ395400: 2637.654107500697\n", - "12:45:24\tCompleted 3273 to KZ115400: 2231.4102329095076\n", - "12:45:25\tCompleted 3262 to KZ634800: 1827.0022870515284\n", - "12:45:25\tCompleted 3287 to KZ194000: 124.29042288060757\n", - "12:45:25\tCompleted 3235 to KZ153400: 3382.2756629344562\n", - "12:45:25\tCompleted 3249 to KZ235600: 1308.7865677766688\n", - "12:45:25\tCompleted 3247 to KZ113800: 1916.8617015273649\n", - "12:45:25\tCompleted 3312 to KZ751410: 46.776450687188884\n", - "12:45:25\tCompleted 3311 to KZ116000: 1622.6883235121852\n", - "12:45:25\tCompleted 3229 to KZ392000: 2762.522923720063\n", - "12:45:25\tCompleted 3219 to KZ113200: 1684.3029493926574\n", - "12:45:25\tCompleted 3224 to KZ791510: 735.2563964577582\n", - "12:45:25\tCompleted 3265 to KZ276600: 3920.745961560242\n", - "12:45:25\tCompleted 3270 to KZ596200: 2254.9718810762542\n", - "12:45:25\tCompleted 3256 to KZ635200: 1746.8022375322291\n", - "12:45:25\tCompleted 3220 to KZ751210: 1820.395595600409\n", - "12:45:25\tCompleted 3269 to KZ313600: 3529.441856103875\n", - "12:45:25\tCompleted 3243 to KZ354800: 1732.7660514268298\n", - "12:45:25\tCompleted 3233 to KZ553200: 2031.441116784357\n", - "12:45:26\tCompleted 3274 to KZ751410: 63.0977860102962\n", - "12:45:26\tCompleted 3248 to KZ195800: 452.9102108572272\n", - "12:45:26\tCompleted 3227 to KZ195600: 531.4047908881006\n", - "12:45:26\tCompleted 3257 to KZ393600: 2175.166529781582\n", - "12:45:26\tCompleted 3275 to KZ632400: 4809.867750242344\n", - "12:45:26\tCompleted 3254 to KZ114500: 3419.1612463401607\n", - "12:45:26\tCompleted 3287 to KZ196400: 571.3176854551759\n", - "12:45:26\tCompleted 3236 to KZ235200: 4196.892028920094\n", - "12:45:26\tCompleted 3249 to KZ233600: 1017.4532754000747\n", - "12:45:26\tCompleted 3277 to KZ615800: 990.123221422903\n", - "12:45:26\tCompleted 3312 to KZ751710: 88.4840779844088\n", - "12:45:26\tCompleted 3290 to KZ395400: 2087.439684015439\n", - "12:45:26\tCompleted 3262 to KZ633400: 1121.3056464039073\n", - "12:45:26\tCompleted 3223 to KZ595000: 1946.96490283306\n", - "12:45:26\tCompleted 3276 to KZ475200: 4130.393469665965\n", - "12:45:27\tCompleted 3274 to KZ751710: 95.13385567043974\n", - "12:45:27\tCompleted 3222 to KZ356400: 3086.432329044984712:45:27\tCompleted 3224 to KZ791710: 706.7564571074695\n", - "\n", - "12:45:27\tCompleted 3251 to KZ556400: 1870.6352128317253\n", - "12:45:27\tCompleted 3230 to KZ595000: 2110.2114518980397\n", - "12:45:27\tCompleted 3261 to KZ154600: 3347.697962895889\n", - "12:45:27\tCompleted 3302 to KZ353600: 4260.208305783788\n", - "12:45:27\tCompleted 3298 to KZ636400: 1131.4394602308535\n", - "12:45:27\tCompleted 3250 to KZ352200: 3632.3602363643595\n", - "12:45:27\tCompleted 3287 to KZ196800: 148.37451614192494\n", - "12:45:27\tCompleted 3267 to KZ114000: 1719.489991035371\n", - "12:45:27\tCompleted 3294 to KZ274000: 4503.223468169864\n", - "12:45:27\tCompleted 3227 to KZ195800: 624.692814708205\n", - "12:45:27\tCompleted 3307 to KZ273200: 3966.959031934872\n", - "12:45:27\tCompleted 3248 to KZ196000: 592.7213790957998\n", - "12:45:27\tCompleted 3296 to KZ155600: 2097.0586500930026\n", - "12:45:27\tCompleted 3268 to KZ233600: 3801.8361966391676\n", - "12:45:27\tCompleted 3312 to KZ751810: 34.72792206135785\n", - "12:45:27\tCompleted 3293 to KZ596000: 1865.0964295704914\n", - "12:45:27\tCompleted 3264 to KZ594600: 2215.5350519363733\n", - "12:45:28\tCompleted 3312 to KZ556400: 1982.1290635357798\n", - "12:45:28\tCompleted 3255 to KZ156800: 2763.2046728031955\n", - "12:45:28\tCompleted 3245 to KZ553600: 1735.7090666276818\n", - "12:45:28\tCompleted 3219 to KZ113400: 1475.5238782904862\n", - "12:45:28\tCompleted 3274 to KZ751810: 58.84519921828022\n", - "12:45:28\tCompleted 3306 to KZ475200: 2934.7268963967763\n", - "12:45:28\tCompleted 3224 to KZ611600: 655.931118254793\n", - "12:45:28\tCompleted 3288 to KZ352300: 1899.886770866265\n", - "12:45:28\tCompleted 3279 to KZ276200: 2655.3679923877658\n", - "12:45:28\tCompleted 3258 to KZ553200: 2107.520455767196\n", - "12:45:28\tCompleted 3287 to KZ191600: 65.27405927408222\n", - "12:45:28\tCompleted 3227 to KZ196000: 333.85225211384267\n", - "12:45:28\tCompleted 3237 to KZ636800: 2758.5596702560683\n", - "12:45:28\tCompleted 3248 to KZ191000: 284.3322262027548\n", - "12:45:28\tCompleted 3256 to KZ632400: 1615.7577953817265\n", - "12:45:29\tCompleted 3312 to KZ751910: 55.86883841176614\n", - "12:45:29\tCompleted 3277 to KZ612600: 1245.2533480438287\n", - "12:45:29\tCompleted 3247 to KZ114500: 1783.9837169813995\n", - "12:45:29\tCompleted 3239 to KZ711210: 3257.2847342807236\n", - "12:45:29\tCompleted 3311 to KZ116400: 1745.0896712717044\n", - "12:45:29\tCompleted 3244 to KZ352200: 3619.200690820257\n", - "12:45:29\tCompleted 3238 to KZ433600: 2210.700722889147\n", - "12:45:29\tCompleted 3255 to KZ193200: 625.9107139717437\n", - "12:45:29\tCompleted 3262 to KZ633600: 1635.2234085387654\n", - "12:45:29\tCompleted 3274 to KZ751910: 40.970214678613665\n", - "12:45:29\tCompleted 3259 to KZ271000: 3967.269975594503\n", - "12:45:29\tCompleted 3298 to KZ631000: 1346.3296480823078\n", - "12:45:29\tCompleted 3243 to KZ355200: 2048.0613806026854\n", - "12:45:29\tCompleted 3242 to KZ154200: 3416.0183315559625\n", - "12:45:30\tCompleted 3268 to KZ633200: 1224.376487986687\n", - "12:45:30\tCompleted 3224 to KZ613600: 710.1262548986149\n", - "12:45:30\tCompleted 3271 to KZ273600: 3821.6958411271034\n", - "12:45:30\tCompleted 3269 to KZ314000: 3311.875591460185\n", - "12:45:30\tCompleted 3227 to KZ191000: 25.463099220798505\n", - "12:45:30\tCompleted 3287 to KZ195200: 31.738686902625293\n", - "12:45:30\tCompleted 3270 to KZ596400: 2028.7668606760315\n", - "12:45:30\tCompleted 3248 to KZ196200: 96.89464056176772\n", - "12:45:30\tCompleted 3312 to KZ751510: 44.384776310850214\n", - "12:45:30\tCompleted 3296 to KZ156800: 1599.0384943135864\n", - "12:45:30\tCompleted 3254 to KZ114000: 3180.5418160945037\n", - "12:45:30\tCompleted 3250 to KZ352300: 2854.9583609367332\n", - "12:45:30\tCompleted 3233 to KZ553600: 1799.3347232027606\n", - "12:45:30\tCompleted 3277 to KZ616000: 955.0185766688525\n", - "12:45:30\tCompleted 3263 to KZ392000: 2754.577802580921\n", - "12:45:30\tCompleted 3274 to KZ751510: 41.53149071929548\n", - "12:45:30\tCompleted 3264 to KZ711110: 1463.7673455220913\n", - "12:45:31\tCompleted 3255 to KZ193400: 830.7995909871843\n", - "12:45:31\tCompleted 3267 to KZ117000: 1642.122334481975\n", - "12:45:31\tCompleted 3273 to KZ151000: 3102.9890942409866\n", - "12:45:31\tCompleted 3230 to KZ593600: 2224.760056182337\n", - "12:45:31\tCompleted 3288 to KZ352800: 1436.776807769278\n", - "12:45:31\tCompleted 3235 to KZ153600: 3674.6794237919808\n", - "12:45:31\tCompleted 3287 to KZ195000: 454.66918594949374\n", - "12:45:31\tCompleted 3224 to KZ614000: 755.48509357119112:45:31\tCompleted 3229 to KZ395600: 2639.67627301115\n", - "\n", - "12:45:31\tCompleted 3227 to KZ196200: 350.97482810940465\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:45:31\tCompleted 3220 to KZ751110: 1828.1529549132897\n", - "12:45:31\tCompleted 3240 to KZ276200: 2711.774594345677\n", - "12:45:31\tCompleted 3248 to KZ192600: 323.27598123144867\n", - "12:45:31\tCompleted 3222 to KZ352400: 3002.874340436747\n", - "12:45:31\tCompleted 3256 to KZ632800: 1613.653456772654\n", - "12:45:32\tCompleted 3311 to KZ116800: 1532.6908175796787\n", - "12:45:32\tCompleted 3290 to KZ392000: 2094.4933384106635\n", - "12:45:32\tCompleted 3219 to KZ113600: 1750.796607337123\n", - "12:45:32\tCompleted 3262 to KZ633800: 1567.722962610999\n", - "12:45:32\tCompleted 3221 to KZ234600: 2855.7754177626043\n", - "12:45:32\tCompleted 3258 to KZ553600: 1825.1273943119634\n", - "12:45:32\tCompleted 3302 to KZ351600: 3840.3463530717727\n", - "12:45:32\tCompleted 3257 to KZ396400: 2333.6404263104882\n", - "12:45:32\tCompleted 3255 to KZ193600: 388.230946345156\n", - "12:45:32\tCompleted 3251 to KZ554200: 2122.3957367025223\n", - "12:45:32\tCompleted 3247 to KZ114000: 1730.9230707752251\n", - "12:45:32\tCompleted 3287 to KZ194400: 258.58095659156044\n", - "12:45:32\tCompleted 3244 to KZ352300: 2841.7988153926312\n", - "12:45:32\tCompleted 3223 to KZ593600: 2123.06832473837\n", - "12:45:32\tCompleted 3238 to KZ434000: 1974.7579732996119\n", - "12:45:32\tCompleted 3265 to KZ275000: 3786.4436186625735\n", - "12:45:32\tCompleted 3298 to KZ634600: 1614.014273382605\n", - "12:45:32\tCompleted 3249 to KZ633200: 4611.137205998199\n", - "12:45:32\tCompleted 3227 to KZ192600: 66.49568901432421\n", - "12:45:33\tCompleted 3293 to KZ596200: 2018.352192533006\n", - "12:45:33\tCompleted 3277 to KZ613800: 1330.6323520012322\n", - "12:45:33\tCompleted 3245 to KZ552200: 1843.2344559070773\n", - "12:45:33\tCompleted 3248 to KZ196600: 415.9612924370605\n", - "12:45:33\tCompleted 3312 to KZ554200: 2244.7571019232155\n", - "12:45:33\tCompleted 3288 to KZ356400: 1089.5600396758757\n", - "12:45:33\tCompleted 3261 to KZ154800: 3182.7052739082887\n", - "12:45:33\tCompleted 3243 to KZ355600: 1821.5105465279282\n", - "12:45:33\tCompleted 3224 to KZ613900: 992.4050907409113\n", - "12:45:33\tCompleted 3236 to KZ235600: 4291.929794940533\n", - "12:45:33\tCompleted 3239 to KZ711310: 3247.544793587838\n", - "12:45:33\tCompleted 3276 to KZ471800: 3960.0032495052396\n", - "12:45:33\tCompleted 3255 to KZ194000: 133.42012402879658\n", - "12:45:33\tCompleted 3275 to KZ632800: 4560.09462473752\n", - "12:45:33\tCompleted 3264 to KZ711410: 1489.879845605603\n", - "12:45:33\tCompleted 3287 to KZ194600: 282.97107849502606\n", - "12:45:33\tCompleted 3267 to KZ114400: 1554.7812080716792\n", - "12:45:34\tCompleted 3251 to KZ791110: 651.1773307296277\n", - "12:45:34\tCompleted 3268 to KZ634800: 1708.8230793969815\n", - "12:45:34\tCompleted 3227 to KZ196600: 490.4130306166466\n", - "12:45:34\tCompleted 3248 to KZ194200: 364.82991609084655\n", - "12:45:34\tCompleted 3307 to KZ274400: 3904.0877194215964\n", - "12:45:34\tCompleted 3296 to KZ193200: 1859.7980940243572\n", - "12:45:34\tCompleted 3224 to KZ612000: 498.2767314066598\n", - "12:45:34\tCompleted 3294 to KZ274200: 4620.568962549399\n", - "12:45:34\tCompleted 3256 to KZ636800: 1543.92608319273\n", - "12:45:34\tCompleted 3262 to KZ634000: 1564.807705176536\n", - "12:45:34\tCompleted 3254 to KZ117000: 3227.001484810726\n", - "12:45:35\tCompleted 3255 to KZ196400: 544.6502278988917\n", - "12:45:35\tCompleted 3243 to KZ352100: 913.2738609312094\n", - "12:45:35\tCompleted 3312 to KZ791110: 1028.8286293056915\n", - "12:45:35\tCompleted 3298 to KZ634400: 1206.1650139265225\n", - "12:45:35\tCompleted 3270 to KZ594600: 2234.24571220352\n", - "12:45:35\tCompleted 3311 to KZ111810: 1554.5549106028075\n", - "12:45:35\tCompleted 3287 to KZ194800: 551.0867305490298\n", - "12:45:35\tCompleted 3251 to KZ791310: 607.6370988490186\n", - "12:45:35\tCompleted 3222 to KZ356000: 2277.9177138304617\n", - "12:45:35\tCompleted 3248 to KZ751210: 60.710030998152206\n", - "12:45:35\tCompleted 3269 to KZ314800: 3811.1628963346147\n", - "12:45:35\tCompleted 3230 to KZ595200: 2222.210189239564\n", - "12:45:35\tCompleted 3250 to KZ352800: 3633.0440795054574\n", - "12:45:35\tCompleted 3279 to KZ271000: 2673.0609478019815\n", - "12:45:35\tCompleted 3227 to KZ194200: 566.9696922067183\n", - "12:45:35\tCompleted 3288 to KZ352400: 1422.7023956656817\n", - "12:45:35\tCompleted 3268 to KZ633400: 1003.1264387493607\n", - "12:45:36\tCompleted 3220 to KZ751310: 1821.3245277885435\n", - "12:45:36\tCompleted 3258 to KZ552200: 1950.055511980442\n", - "12:45:36\tCompleted 3242 to KZ156000: 2989.267563924183\n", - "12:45:36\tCompleted 3263 to KZ395600: 2631.73115187200812:45:36\tCompleted 3247 to KZ117000: 1653.555414221829\n", - "\n", - "12:45:36\tCompleted 3255 to KZ196800: 121.70705858564092\n", - "12:45:36\tCompleted 3233 to KZ552200: 1873.9761729976033\n", - "12:45:36\tCompleted 3219 to KZ113800: 1930.1426320060232\n", - "12:45:36\tCompleted 3271 to KZ276600: 3903.5210878260896\n", - "12:45:36\tCompleted 3224 to KZ614400: 920.6064147287624\n", - "12:45:36\tCompleted 3251 to KZ791510: 584.7565992773656\n", - "12:45:36\tCompleted 3237 to KZ635800: 2917.786460887138\n", - "12:45:36\tCompleted 3298 to KZ313600: 980.2234699247782\n", - "12:45:36\tCompleted 3287 to KZ195600: 613.9941424052763\n", - "12:45:36\tCompleted 3235 to KZ154000: 3426.25599661695512:45:36\tCompleted 3248 to KZ751110: 54.311755334863186\n", - "\n", - "12:45:36\tCompleted 3264 to KZ711210: 1491.0416070325014\n", - "12:45:36\tCompleted 3312 to KZ231000: 3826.658788153988\n", - "12:45:36\tCompleted 3311 to KZ116600: 864.5826786753948\n", - "12:45:37\tCompleted 3312 to KZ791310: 985.2883974250824\n", - "12:45:37\tCompleted 3273 to KZ153200: 3107.4056776696116\n", - "12:45:37\tCompleted 3274 to KZ231000: 3906.6306902556676\n", - "12:45:37\tCompleted 3306 to KZ471800: 2764.3366762360506\n", - "12:45:37\tCompleted 3259 to KZ274000: 4620.928159314017\n", - "12:45:37\tCompleted 3302 to KZ354000: 3553.218979812529\n", - "12:45:37\tCompleted 3227 to KZ751210: 312.2641974788523\n", - "12:45:37\tCompleted 3256 to KZ635800: 1594.5525169082725\n", - "12:45:37\tCompleted 3229 to KZ395800: 2942.060348417634\n", - "12:45:37\tCompleted 3244 to KZ352800: 3619.884533961355\n", - "12:45:37\tCompleted 3276 to KZ593200: 1916.157131183943\n", - "12:45:37\tCompleted 3255 to KZ191600: 38.60660171779821\n", - "12:45:37\tCompleted 3223 to KZ595200: 1894.8714435049349\n", - "12:45:37\tCompleted 3221 to KZ234800: 1989.476793598172\n", - "12:45:38\tCompleted 3243 to KZ352200: 1630.0670835160463\n", - "12:45:38\tCompleted 3287 to KZ195800: 427.8810147724265\n", - "12:45:38\tCompleted 3251 to KZ791710: 582.980418960333\n", - "12:45:38\tCompleted 3245 to KZ554600: 1925.410928408887\n", - "12:45:38\tCompleted 3295 to KZ113200: 1707.966219181826312:45:38\tCompleted 3224 to KZ614600: 645.7141123133504\n", - "\n", - "12:45:38\tCompleted 3270 to KZ711110: 1482.4780057892388\n", - "12:45:38\tCompleted 3267 to KZ114600: 1904.8304587967154\n", - "12:45:38\tCompleted 3248 to KZ751310: 60.79703670910174\n", - "12:45:38\tCompleted 3298 to KZ314000: 838.5801057763888\n", - "12:45:38\tCompleted 3293 to KZ596400: 2047.1624568503635\n", - "12:45:38\tCompleted 3312 to KZ791510: 962.4078978534294\n", - "12:45:38\tCompleted 3290 to KZ395600: 2167.7968363183077\n", - "12:45:38\tCompleted 3227 to KZ751110: 305.86592181556324\n", - "12:45:38\tCompleted 3255 to KZ195200: 41.453592092941335\n", - "12:45:38\tCompleted 3262 to KZ635400: 2009.7132577587693\n", - "12:45:39\tCompleted 3268 to KZ633600: 1517.0442008842183\n", - "12:45:39\tCompleted 3254 to KZ114400: 3104.2953701379297\n", - "12:45:39\tCompleted 3248 to KZ751410: 67.80698281399845\n", - "12:45:39\tCompleted 3240 to KZ271000: 2729.467549759893\n", - "12:45:39\tCompleted 3239 to KZ555200: 3991.3596528089815\n", - "12:45:39\tCompleted 3298 to KZ314800: 278.5799932260831\n", - "12:45:39\tCompleted 3257 to KZ394000: 2442.100705399806\n", - "12:45:39\tCompleted 3287 to KZ196000: 628.534926060309\n", - "12:45:39\tCompleted 3236 to KZ233600: 4174.546392796442\n", - "12:45:39\tCompleted 3224 to KZ614800: 885.4241175710227\n", - "12:45:39\tCompleted 3247 to KZ114400: 1779.7952543304282\n", - "12:45:39\tCompleted 3219 to KZ114500: 1797.2646474600579\n", - "12:45:39\tCompleted 3251 to KZ611600: 839.8409542354574\n", - "12:45:40\tCompleted 3227 to KZ751310: 312.3512031898019\n", - "12:45:40\tCompleted 3264 to KZ711310: 1502.8989664884332\n", - "12:45:40\tCompleted 3256 to KZ636200: 1455.6354336780282\n", - "12:45:40\tCompleted 3222 to KZ354400: 3065.223036584663\n", - "12:45:40\tCompleted 3258 to KZ554600: 2087.644244158306\n", - "12:45:40\tCompleted 3265 to KZ274800: 4321.948530046022\n", - "12:45:40\tCompleted 3275 to KZ636800: 4584.988206266153\n", - "12:45:40\tCompleted 3230 to KZ591000: 2112.4259179921064\n", - "12:45:40\tCompleted 3255 to KZ195000: 428.0017283932095\n", - "12:45:40\tCompleted 3312 to KZ791710: 960.6317175363969\n", - "12:45:40\tCompleted 3288 to KZ356000: 2060.983158089539\n", - "12:45:40\tCompleted 3261 to KZ155200: 3609.6439368100414\n", - "12:45:40\tCompleted 3249 to KZ634800: 5154.994179209259\n", - "12:45:40\tCompleted 3296 to KZ193400: 2064.6869710397978\n", - "12:45:40\tCompleted 3277 to KZ273200: 4032.1312973018107\n", - "12:45:40\tCompleted 3269 to KZ315400: 3498.401777654663\n", - "12:45:40\tCompleted 3311 to KZ115600: 1718.627258806362312:45:40\tCompleted 3248 to KZ751710: 99.84305247414198\n", - "\n", - "12:45:41\tCompleted 3287 to KZ191000: 320.145773167264\n", - "12:45:41\tCompleted 3295 to KZ113400: 1499.1871480796551\n", - "12:45:41\tCompleted 3298 to KZ315400: 501.2464501495605\n", - "12:45:41\tCompleted 3250 to KZ356400: 3666.870878564699\n", - "12:45:41\tCompleted 3238 to KZ471000: 4407.706843968583\n", - "12:45:41\tCompleted 3270 to KZ711410: 1508.5905058727503\n", - "12:45:41\tCompleted 3220 to KZ751410: 1838.749506192184\n", - "12:45:41\tCompleted 3251 to KZ613600: 693.4684019975372\n", - "12:45:41\tCompleted 3262 to KZ635000: 1484.4398304263204\n", - "12:45:41\tCompleted 3224 to KZ615400: 881.8297426525123\n", - "12:45:41\tCompleted 3236 to KZ633200: 1210.569573239636\n", - "12:45:41\tCompleted 3255 to KZ194400: 267.71065773974954\n", - "12:45:41\tCompleted 3227 to KZ751410: 319.361149294698412:45:41\tCompleted 3268 to KZ633800: 1449.5437549564522\n", - "\n", - "12:45:41\tCompleted 3233 to KZ554600: 1956.152645499413\n", - "12:45:41\tCompleted 3307 to KZ275400: 4579.276151378631\n", - "12:45:42\tCompleted 3248 to KZ751810: 63.55439602198246\n", - "12:45:42\tCompleted 3267 to KZ114800: 1714.8815733571603\n", - "12:45:42\tCompleted 3256 to KZ636400: 1213.0495857980181\n", - "12:45:42\tCompleted 3287 to KZ196200: 71.86544447696707\n", - "12:45:42\tCompleted 3302 to KZ351000: 3517.2553466119425\n", - "12:45:42\tCompleted 3312 to KZ611600: 1217.4922528115212\n", - "12:45:42\tCompleted 3276 to KZ595800: 2020.0767412243201\n", - "12:45:42\tCompleted 3244 to KZ356400: 3653.711333020597\n", - "12:45:42\tCompleted 3243 to KZ352300: 2120.2994693099913\n", - "12:45:42\tCompleted 3263 to KZ395800: 2934.1152272784916\n", - "12:45:42\tCompleted 3242 to KZ154600: 3287.4049946692976\n", - "12:45:42\tCompleted 3223 to KZ591000: 1948.1971358800936\n", - "12:45:42\tCompleted 3229 to KZ392400: 2668.2472744439615\n", - "12:45:42\tCompleted 3224 to KZ615200: 697.4133113569619\n", - "12:45:43\tCompleted 3251 to KZ614000: 640.3283550832133\n", - "12:45:43\tCompleted 3298 to KZ315600: 858.4299918546521\n", - "12:45:43\tCompleted 3271 to KZ275000: 3769.218744928421\n", - "12:45:43\tCompleted 3255 to KZ194600: 256.3036209387418\n", - "12:45:43\tCompleted 3248 to KZ751910: 45.679411482315906\n", - "12:45:43\tCompleted 3227 to KZ751710: 351.397218954842\n", - "12:45:43\tCompleted 3273 to KZ153400: 2996.819020143933\n", - "12:45:43\tCompleted 3306 to KZ593200: 1954.6164108666424\n", - "12:45:43\tCompleted 3287 to KZ192600: 359.0895281959579\n", - "12:45:43\tCompleted 3235 to KZ154200: 3728.8920355862774\n", - "12:45:43\tCompleted 3222 to KZ351800: 2299.9045877278663\n", - "12:45:43\tCompleted 3264 to KZ555200: 1730.3845051713852\n", - "12:45:43\tCompleted 3296 to KZ193600: 1364.6217020871422\n", - "12:45:43\tCompleted 3219 to KZ114000: 1744.2040012538835\n", - "12:45:43\tCompleted 3279 to KZ274000: 3326.7191315215086\n", - "12:45:43\tCompleted 3247 to KZ114600: 1888.194346717858\n", - "12:45:43\tCompleted 3270 to KZ711210: 1509.7522672996488\n", - "12:45:44\tCompleted 3221 to KZ235200: 2037.1166409615732\n", - "12:45:44\tCompleted 3293 to KZ594600: 2125.8278529508825\n", - "12:45:44\tCompleted 3312 to KZ613600: 1071.1197005736008\n", - "12:45:44\tCompleted 3258 to KZ555600: 1916.648332950202\n", - "12:45:44\tCompleted 3254 to KZ114600: 3729.7588409893638\n", - "12:45:44\tCompleted 3288 to KZ354400: 1853.4672799123887\n", - "12:45:44\tCompleted 3262 to KZ632200: 1559.480408832897412:45:44\tCompleted 3274 to KZ234000: 4115.241167623355\n", - "\n", - "12:45:44\tCompleted 3268 to KZ634000: 1446.6284975219892\n", - "12:45:44\tCompleted 3248 to KZ751510: 46.240687522997725\n", - "12:45:44\tCompleted 3312 to KZ234000: 4035.269265521676\n", - "12:45:44\tCompleted 3256 to KZ631000: 1427.939773649472\n", - "12:45:44\tCompleted 3236 to KZ634800: 1695.0161646499305\n", - "12:45:44\tCompleted 3237 to KZ636200: 2778.869377656882\n", - "12:45:44\tCompleted 3227 to KZ751810: 315.10856250268256\n", - "12:45:44\tCompleted 3259 to KZ274200: 4738.273653693564\n", - "12:45:44\tCompleted 3287 to KZ196600: 390.9320963522598\n", - "12:45:44\tCompleted 3290 to KZ395800: 2194.3437778243483\n", - "12:45:44\tCompleted 3255 to KZ194800: 524.4192729927456\n", - "12:45:44\tCompleted 3251 to KZ613900: 918.2516270996613\n", - "12:45:45\tCompleted 3298 to KZ316000: 1099.8130879323312\n", - "12:45:45\tCompleted 3245 to KZ555600: 2289.2417916243685\n", - "12:45:45\tCompleted 3295 to KZ113600: 1774.459877126292\n", - "12:45:45\tCompleted 3239 to KZ551600: 3724.7929308234543\n", - "12:45:45\tCompleted 3311 to KZ115200: 1912.1093732926245\n", - "12:45:45\tCompleted 3230 to KZ595600: 2346.313504514025\n", - "12:45:45\tCompleted 3243 to KZ352800: 1657.1895062130131\n", - "12:45:45\tCompleted 3227 to KZ751910: 297.2335779630159\n", - "12:45:45\tCompleted 3296 to KZ194000: 1345.383501275899\n", - "12:45:45\tCompleted 3312 to KZ614000: 1017.979653659277\n", - "12:45:45\tCompleted 3224 to KZ616400: 1399.034863552365\n", - "12:45:46\tCompleted 3287 to KZ194200: 366.0736194639224\n", - "12:45:46\tCompleted 3236 to KZ633400: 989.3195240023097\n", - "12:45:46\tCompleted 3220 to KZ751710: 1879.737537961087\n", - "12:45:46\tCompleted 3250 to KZ352400: 3583.312889956435\n", - "12:45:46\tCompleted 3267 to KZ111010: 1772.34892076136812:45:46\tCompleted 3257 to KZ396800: 2456.702780073832\n", - "\n", - "12:45:46\tCompleted 3298 to KZ316600: 648.6205488911327\n", - "12:45:46\tCompleted 3276 to KZ593400: 1829.46400387218\n", - "12:45:46\tCompleted 3255 to KZ195600: 616.2172367286149\n", - "12:45:46\tCompleted 3269 to KZ315600: 4017.843290475315\n", - "12:45:46\tCompleted 3251 to KZ612000: 786.9630881281253\n", - "12:45:46\tCompleted 3302 to KZ352000: 3218.773133426934\n", - "12:45:46\tCompleted 3261 to KZ156400: 3188.933936449275\n", - "12:45:46\tCompleted 3227 to KZ751510: 297.7948540036977\n", - "12:45:46\tCompleted 3219 to KZ117000: 1666.8363447004874\n", - "12:45:46\tCompleted 3249 to KZ633400: 4510.856431555656\n", - "12:45:46\tCompleted 3293 to KZ711110: 1519.7147023268565\n", - "12:45:47\tCompleted 3270 to KZ711310: 1521.6096267555806\n", - "12:45:47\tCompleted 3265 to KZ275800: 3791.531354034412\n", - "12:45:47\tCompleted 3222 to KZ393200: 2376.5811211182054\n", - "12:45:47\tCompleted 3287 to KZ751210: 45.799296170895126\n", - "12:45:47\tCompleted 3243 to KZ356400: 1309.9727381196083\n", - "12:45:47\tCompleted 3223 to KZ595600: 1796.5009846839712\n", - "12:45:47\tCompleted 3264 to KZ551600: 1788.3454088026167\n", - "12:45:47\tCompleted 3275 to KZ635800: 5034.490453963459\n", - "12:45:47\tCompleted 3277 to KZ274400: 3969.259984788535\n", - "12:45:47\tCompleted 3262 to KZ635200: 1750.0448782193484\n", - "12:45:47\tCompleted 3244 to KZ352400: 3570.1533444123324\n", - "12:45:47\tCompleted 3258 to KZ551000: 1827.7837636039485\n", - "12:45:47\tCompleted 3224 to KZ615600: 1009.4752977764726\n", - "12:45:47\tCompleted 3255 to KZ195800: 437.01071592061555\n", - "12:45:47\tCompleted 3256 to KZ634600: 1695.6243989497693\n", - "12:45:47\tCompleted 3254 to KZ114800: 2777.4189826661363\n", - "12:45:47\tCompleted 3238 to KZ473600: 3988.732077945607\n", - "12:45:47\tCompleted 3240 to KZ274000: 3383.125733479419\n", - "12:45:47\tCompleted 3263 to KZ392400: 2660.3021533048195\n", - "12:45:48\tCompleted 3229 to KZ396200: 2476.670360417757\n", - "12:45:48\tCompleted 3288 to KZ351800: 1874.5019945554145\n", - "12:45:48\tCompleted 3312 to KZ613900: 1295.9029256757246\n", - "12:45:48\tCompleted 3251 to KZ614400: 844.7844265394637\n", - "12:45:48\tCompleted 3260 to KZ113200: 1951.2709450857094\n", - "12:45:48\tCompleted 3287 to KZ751110: 35.04163056034262\n", - "12:45:48\tCompleted 3268 to KZ635400: 1891.5340501042224\n", - "12:45:48\tCompleted 3233 to KZ555600: 2352.8674481994476\n", - "12:45:48\tCompleted 3298 to KZ316200: 1132.0283900246222\n", - "12:45:48\tCompleted 3236 to KZ633600: 1503.2372861371673\n", - "12:45:48\tCompleted 3307 to KZ273600: 3747.235410361145\n", - "12:45:48\tCompleted 3247 to KZ114800: 2246.429876071168\n", - "12:45:48\tCompleted 3267 to KZ116000: 1505.1716184149261\n", - "12:45:48\tCompleted 3242 to KZ154800: 3122.4123056816975\n", - "12:45:49\tCompleted 3306 to KZ595800: 2058.5360209070195\n", - "12:45:49\tCompleted 3255 to KZ196000: 601.8674685040247\n", - "12:45:49\tCompleted 3295 to KZ113800: 1953.805901795192\n", - "12:45:49\tCompleted 3235 to KZ156000: 3302.141267954498\n", - "12:45:49\tCompleted 3224 to KZ615800: 776.6516410584055\n", - "12:45:49\tCompleted 3296 to KZ196400: 1778.5376079515027\n", - "12:45:49\tCompleted 3230 to KZ596000: 1989.1285204609428\n", - "12:45:49\tCompleted 3250 to KZ356000: 2858.356263350176\n", - "12:45:49\tCompleted 3287 to KZ751310: 42.69848480983498\n", - "12:45:49\tCompleted 3251 to KZ614600: 634.4360540080283\n", - "12:45:49\tCompleted 3273 to KZ153600: 3289.2227810014574\n", - "12:45:49\tCompleted 3293 to KZ711410: 1519.887505380966\n", - "12:45:49\tCompleted 3243 to KZ352400: 1643.1150941094168\n", - "12:45:49\tCompleted 3256 to KZ634400: 1287.7751394936868\n", - "12:45:49\tCompleted 3312 to KZ612000: 1164.614386704189\n", - "12:45:49\tCompleted 3298 to KZ311000: 737.4427601552018\n", - "12:45:50\tCompleted 3245 to KZ551000: 1918.3270507574596\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:45:50\tCompleted 3222 to KZ393400: 2003.264263260697\n", - "12:45:50\tCompleted 3255 to KZ191000: 293.47831561097973\n", - "12:45:50\tCompleted 3262 to KZ632400: 1619.0004360688458\n", - "12:45:50\tCompleted 3311 to KZ115400: 2132.6821451582805\n", - "12:45:50\tCompleted 3271 to KZ274800: 4304.723656311867\n", - "12:45:50\tCompleted 3287 to KZ751410: 43.14762278537785\n", - "12:45:50\tCompleted 3236 to KZ633800: 1435.7368402094012\n", - "12:45:50\tCompleted 3244 to KZ356000: 2845.196717806074\n", - "12:45:50\tCompleted 3268 to KZ635000: 1366.2606227717736\n", - "12:45:50\tCompleted 3224 to KZ612600: 486.0316521728951\n", - "12:45:50\tCompleted 3269 to KZ316000: 3191.604212611833\n", - "12:45:50\tCompleted 3276 to KZ594200: 2009.3217529356914\n", - "12:45:50\tCompleted 3239 to KZ553200: 3843.740924230151\n", - "12:45:50\tCompleted 3220 to KZ751810: 1825.981382038036\n", - "12:45:50\tCompleted 3219 to KZ114400: 1793.0761848090865\n", - "12:45:51\tCompleted 3270 to KZ555200: 1723.2069402635252\n", - "12:45:51\tCompleted 3290 to KZ392400: 2104.3698581971103\n", - "12:45:51\tCompleted 3296 to KZ196800: 1246.6960057103222\n", - "12:45:51\tCompleted 3255 to KZ196200: 80.99514562515608\n", - "12:45:51\tCompleted 3258 to KZ556000: 1869.0802719347616\n", - "12:45:51\tCompleted 3260 to KZ113400: 1742.4918739835382\n", - "12:45:51\tCompleted 3237 to KZ636400: 2536.2835297769057\n", - "12:45:51\tCompleted 3254 to KZ111010: 3165.172953232768\n", - "12:45:51\tCompleted 3248 to KZ231000: 3911.3398870593696\n", - "12:45:51\tCompleted 3298 to KZ315000: 854.6515763888356\n", - "12:45:51\tCompleted 3251 to KZ614800: 1116.0568593791368\n", - "12:45:51\tCompleted 3279 to KZ274200: 3444.064625900954\n", - "12:45:51\tCompleted 3287 to KZ751710: 69.3580897417882912:45:51\tCompleted 3221 to KZ235600: 2132.1544069819915\n", - "\n", - "12:45:51\tCompleted 3274 to KZ234200: 4566.186874144291\n", - "12:45:51\tCompleted 3264 to KZ553200: 2005.8149746051188\n", - "12:45:51\tCompleted 3257 to KZ394800: 2229.1969783682266\n", - "12:45:51\tCompleted 3256 to KZ313600: 1155.135372352706\n", - "12:45:52\tCompleted 3302 to KZ354800: 4040.878360228044\n", - "12:45:52\tCompleted 3312 to KZ614400: 1222.435725115527512:45:52\tCompleted 3312 to KZ234200: 4486.214972042611\n", - "\n", - "12:45:52\tCompleted 3247 to KZ111010: 1783.782000501222\n", - "12:45:52\tCompleted 3223 to KZ596000: 1884.9630892601772\n", - "12:45:52\tCompleted 3293 to KZ711210: 1489.5331197145506\n", - "12:45:52\tCompleted 3255 to KZ192600: 332.4220706396736\n", - "12:45:52\tCompleted 3224 to KZ616000: 803.790856791012\n", - "12:45:52\tCompleted 3236 to KZ634000: 1432.8215827749382\n", - "12:45:52\tCompleted 3295 to KZ114500: 1820.9279172492268\n", - "12:45:52\tCompleted 3229 to KZ396600: 2484.589201208946\n", - "12:45:52\tCompleted 3287 to KZ751810: 41.35533905932737\n", - "12:45:52\tCompleted 3261 to KZ155600: 3361.6138104881347\n", - "12:45:53\tCompleted 3249 to KZ633600: 4281.681090967186\n", - "12:45:53\tCompleted 3263 to KZ396200: 2468.725239278615\n", - "12:45:53\tCompleted 3262 to KZ632800: 1616.8960974597733\n", - "12:45:53\tCompleted 3298 to KZ314200: 738.8569737175748\n", - "12:45:53\tCompleted 3267 to KZ116400: 1853.749577528385\n", - "12:45:53\tCompleted 3268 to KZ632200: 1441.3012011783503\n", - "12:45:53\tCompleted 3288 to KZ393200: 2572.5751128124934\n", - "12:45:53\tCompleted 3222 to KZ391600: 2262.4605065112655\n", - "12:45:53\tCompleted 3251 to KZ615400: 857.220626469687\n", - "12:45:53\tCompleted 3296 to KZ191600: 1272.493981770411\n", - "12:45:53\tCompleted 3227 to KZ231000: 4162.89405354005\n", - "12:45:53\tCompleted 3306 to KZ593400: 1867.9232835548794\n", - "12:45:53\tCompleted 3256 to KZ314000: 1013.4920082043168\n", - "12:45:53\tCompleted 3255 to KZ196600: 400.06179750044885\n", - "12:45:54\tCompleted 3287 to KZ751910: 16.313708498984763\n", - "12:45:54\tCompleted 3312 to KZ614600: 1012.0873525840922\n", - "12:45:54\tCompleted 3243 to KZ356000: 2281.3958565332587\n", - "12:45:54\tCompleted 3275 to KZ636200: 4703.403776165282\n", - "12:45:54\tCompleted 3230 to KZ596200: 2376.127970132111\n", - "12:45:54\tCompleted 3250 to KZ354400: 3645.6615861043774\n", - "12:45:54\tCompleted 3265 to KZ276000: 4207.362379789455\n", - "12:45:54\tCompleted 3238 to KZ474200: 4435.356239012143\n", - "12:45:54\tCompleted 3224 to KZ613800: 952.0449898098985\n", - "12:45:54\tCompleted 3260 to KZ113600: 2017.764603030175\n", - "12:45:54\tCompleted 3270 to KZ551600: 1781.1678438947567\n", - "12:45:54\tCompleted 3293 to KZ711310: 1511.1255082531397\n", - "12:45:54\tCompleted 3251 to KZ615200: 594.6372729714069\n", - "12:45:54\tCompleted 3277 to KZ275400: 4644.448416745585\n", - "12:45:55\tCompleted 3264 to KZ553600: 1723.4219131498867\n", - "12:45:55\tCompleted 3281 to KZ113200: 1666.8844875607413\n", - "12:45:55\tCompleted 3258 to KZ556800: 1930.6512306195086\n", - "12:45:55\tCompleted 3245 to KZ556000: 1966.4484329654767\n", - "12:45:55\tCompleted 3242 to KZ155200: 3549.35096858345\n", - "12:45:55\tCompleted 3255 to KZ194200: 361.20697588763426\n", - "12:45:55\tCompleted 3235 to KZ154600: 3600.2786986996125\n", - "12:45:55\tCompleted 3219 to KZ114600: 1901.4752771965163\n", - "12:45:55\tCompleted 3287 to KZ751510: 27.55634918610405\n", - "12:45:55\tCompleted 3256 to KZ314800: 453.4918956540112\n", - "12:45:55\tCompleted 3244 to KZ354400: 3632.5020405602754\n", - "12:45:55\tCompleted 3296 to KZ195200: 1210.2590049051375\n", - "12:45:55\tCompleted 3254 to KZ116000: 3214.875643319656\n", - "12:45:55\tCompleted 3307 to KZ276600: 3829.0606570601312\n", - "12:45:55\tCompleted 3276 to KZ596600: 2110.2072705124547\n", - "12:45:55\tCompleted 3298 to KZ353200: 1339.0588342925894\n", - "12:45:55\tCompleted 3273 to KZ154000: 3040.799353826432\n", - "12:45:55\tCompleted 3233 to KZ551000: 1949.0687678479856\n", - "12:45:55\tCompleted 3247 to KZ116000: 1752.613081623961\n", - "12:45:55\tCompleted 3262 to KZ636800: 1547.1687238798493\n", - "12:45:56\tCompleted 3220 to KZ751910: 1847.1222983884443\n", - "12:45:56\tCompleted 3240 to KZ274200: 3500.4712278588654\n", - "12:45:56\tCompleted 3236 to KZ635400: 1877.7271353571714\n", - "12:45:56\tCompleted 3269 to KZ316600: 3839.595076695854\n", - "12:45:56\tCompleted 3239 to KZ553600: 3794.743922465128\n", - "12:45:56\tCompleted 3255 to KZ751210: 44.81053606154058\n", - "12:45:56\tCompleted 3256 to KZ315400: 676.1583525774885\n", - "12:45:56\tCompleted 3311 to KZ151000: 2789.78201287425\n", - "12:45:56\tCompleted 3222 to KZ393600: 2143.9492320476315\n", - "12:45:56\tCompleted 3295 to KZ114000: 1767.8672710430524\n", - "12:45:56\tCompleted 3268 to KZ635200: 1631.8656705648016\n", - "12:45:56\tCompleted 3267 to KZ116800: 1651.1824959516005\n", - "12:45:57\tCompleted 3302 to KZ355200: 3342.380928233159\n", - "12:45:57\tCompleted 3271 to KZ275800: 3774.3064803002594\n", - "12:45:57\tCompleted 3223 to KZ596200: 1714.8495955716144\n", - "12:45:57\tCompleted 3312 to KZ614800: 1493.7081579551987\n", - "12:45:57\tCompleted 3290 to KZ396200: 2060.0335466099036\n", - "12:45:57\tCompleted 3221 to KZ233600: 2014.771004837807\n", - "12:45:57\tCompleted 3255 to KZ751110: 38.41226039825155\n", - "12:45:57\tCompleted 3298 to KZ353600: 1275.2886125759228\n", - "12:45:57\tCompleted 3250 to KZ351800: 2880.3431372475807\n", - "12:45:57\tCompleted 3251 to KZ616400: 1567.2298238674587\n", - "12:45:57\tCompleted 3243 to KZ354400: 2073.879978356121\n", - "12:45:58\tCompleted 3281 to KZ113400: 1496.596994627978\n", - "12:45:58\tCompleted 3263 to KZ396600: 2476.644080069804\n", - "12:45:58\tCompleted 3230 to KZ596400: 2149.9229497318925\n", - "12:45:58\tCompleted 3236 to KZ635000: 1352.4537080247226\n", - "12:45:58\tCompleted 3257 to KZ395000: 2563.332758462846\n", - "12:45:58\tCompleted 3244 to KZ351800: 2867.1835917034787\n", - "12:45:58\tCompleted 3256 to KZ315600: 1015.060094219188\n", - "12:45:58\tCompleted 3229 to KZ394200: 2932.125696179367\n", - "12:45:58\tCompleted 3261 to KZ156800: 2863.5936547087717\n", - "12:45:58\tCompleted 3264 to KZ552200: 1848.350030818365\n", - "12:45:58\tCompleted 3262 to KZ635800: 1597.7951575953919\n", - "12:45:58\tCompleted 3296 to KZ195000: 1661.8891084458228\n", - "12:45:58\tCompleted 3274 to KZ234600: 4681.357172582393\n", - "12:45:58\tCompleted 3260 to KZ113800: 2197.1106276990677\n", - "12:45:58\tCompleted 3237 to KZ631000: 2751.1737176283245\n", - "12:45:58\tCompleted 3254 to KZ116400: 3006.2318094773127\n", - "12:45:58\tCompleted 3306 to KZ594200: 2047.7810326183908\n", - "12:45:58\tCompleted 3258 to KZ554800: 2085.331199367798\n", - "12:45:58\tCompleted 3255 to KZ751310: 44.8975417724901\n", - "12:45:59\tCompleted 3249 to KZ633800: 4582.2664384477375\n", - "12:45:59\tCompleted 3312 to KZ234600: 4601.385270480706\n", - "12:45:59\tCompleted 3270 to KZ553200: 2024.5256348722662\n", - "12:45:59\tCompleted 3314 to KZ114400: 3215.0141653075957\n", - "12:45:59\tCompleted 3298 to KZ351600: 850.0787605994716\n", - "12:45:59\tCompleted 3248 to KZ234000: 4119.950364427057\n", - "12:45:59\tCompleted 3268 to KZ632400: 1500.821228414299\n", - "12:45:59\tCompleted 3276 to KZ595000: 1944.6472892001577\n", - "12:45:59\tCompleted 3312 to KZ615400: 1234.8719250457507\n", - "12:45:59\tCompleted 3295 to KZ117000: 1690.4996144896563\n", - "12:45:59\tCompleted 3288 to KZ393400: 2394.835543912629412:45:59\tCompleted 3219 to KZ114800: 2259.7108065498255\n", - "\n", - "12:45:59\tCompleted 3222 to KZ396400: 2023.3631204806716\n", - "12:45:59\tCompleted 3241 to KZ113200: 1780.1515148654998\n", - "12:45:59\tCompleted 3267 to KZ111810: 1673.0465889747293\n", - "12:45:59\tCompleted 3247 to KZ116400: 1875.0144293834803\n", - "12:45:59\tCompleted 3261 to KZ193200: 750.7497197497717\n", - "12:46:00\tCompleted 3255 to KZ751410: 51.90748787738679\n", - "12:46:00\tCompleted 3251 to KZ615600: 1140.0958854097767\n", - "12:46:00\tCompleted 3236 to KZ632200: 1427.4942864312993\n", - "12:46:00\tCompleted 3220 to KZ751510: 1835.6382362875283\n", - "12:46:00\tCompleted 3256 to KZ316000: 1274.7249903602592\n", - "12:46:00\tCompleted 3269 to KZ316200: 3342.324344687331\n", - "12:46:00\tCompleted 3245 to KZ556800: 2167.136357837414\n", - "12:46:00\tCompleted 3238 to KZ474600: 4112.531678194047\n", - "12:46:00\tCompleted 3275 to KZ636400: 5040.643510668595\n", - "12:46:00\tCompleted 3262 to KZ636200: 1458.8780743651475\n", - "12:46:01\tCompleted 3267 to KZ116600: 303.71481456987397\n", - "12:46:01\tCompleted 3293 to KZ555200: 2252.7498131112675\n", - "12:46:01\tCompleted 3250 to KZ393200: 2957.0196706379093\n", - "12:46:01\tCompleted 3312 to KZ615200: 972.2885715474707\n", - "12:46:01\tCompleted 3296 to KZ194400: 1479.6740349868487\n", - "12:46:01\tCompleted 3255 to KZ751710: 83.9435575375303212:46:01\tCompleted 3242 to KZ156400: 3128.6409682226836\n", - "\n", - "12:46:01\tCompleted 3281 to KZ113600: 1625.0681526980356\n", - "12:46:01\tCompleted 3251 to KZ615800: 535.7138710422707\n", - "12:46:01\tCompleted 3224 to KZ273200: 2301.77056137427\n", - "12:46:01\tCompleted 3233 to KZ556000: 1997.1901500560027\n", - "12:46:01\tCompleted 3261 to KZ193400: 955.63859676521212:46:01\tCompleted 3239 to KZ552200: 3686.275980443415\n", - "\n", - "12:46:01\tCompleted 3243 to KZ351800: 2094.914692999144\n", - "12:46:01\tCompleted 3298 to KZ354000: 1358.8782785609753\n", - "12:46:01\tCompleted 3244 to KZ393200: 2943.8601250938073\n", - "12:46:01\tCompleted 3273 to KZ154200: 3343.435392795754\n", - "12:46:01\tCompleted 3265 to KZ276200: 3926.7485930555426\n", - "12:46:01\tCompleted 3302 to KZ355600: 3586.026481328269\n", - "12:46:01\tCompleted 3277 to KZ273600: 3812.4076757280836\n", - "12:46:01\tCompleted 3287 to KZ231000: 3896.429152232113\n", - "12:46:01\tCompleted 3268 to KZ632800: 1498.7168898052262\n", - "12:46:01\tCompleted 3307 to KZ275000: 3694.7583141624627\n", - "12:46:02\tCompleted 3256 to KZ316600: 823.5324513190609\n", - "12:46:02\tCompleted 3230 to KZ594600: 2355.401801259376\n", - "12:46:02\tCompleted 3255 to KZ751810: 47.65490108537082\n", - "12:46:02\tCompleted 3270 to KZ553600: 1742.1325734170339\n", - "12:46:02\tCompleted 3290 to KZ396600: 2067.952387401101\n", - "12:46:02\tCompleted 3311 to KZ153200: 2794.198596302875\n", - "12:46:02\tCompleted 3260 to KZ114500: 2064.232643153109612:46:02\tCompleted 3222 to KZ394000: 2091.0642468074593\n", - "\n", - "12:46:02\tCompleted 3264 to KZ554600: 1985.9387629962287\n", - "12:46:02\tCompleted 3262 to KZ636400: 1216.2922264851375\n", - "12:46:02\tCompleted 3257 to KZ395200: 2030.9715316237368\n", - "12:46:02\tCompleted 3261 to KZ193600: 513.069952123183712:46:02\tCompleted 3241 to KZ113400: 1609.8640219327365\n", - "\n", - "12:46:03\tCompleted 3258 to KZ556400: 2012.1975585426014\n", - "12:46:03\tCompleted 3236 to KZ635200: 1618.0587558177506\n", - "12:46:03\tCompleted 3247 to KZ116800: 1662.6155756914545\n", - "12:46:03\tCompleted 3254 to KZ116800: 3332.4631550387758\n", - "12:46:03\tCompleted 3306 to KZ596600: 1871.3295331626286\n", - "12:46:03\tCompleted 3219 to KZ111010: 1797.0629309798803\n", - "12:46:03\tCompleted 3251 to KZ612600: 790.8439976631962\n", - "12:46:03\tCompleted 3295 to KZ114400: 1816.7394545982554\n", - "12:46:03\tCompleted 3263 to KZ394200: 2848.4968948623964\n", - "12:46:03\tCompleted 3223 to KZ596400: 2069.502816296848\n", - "12:46:03\tCompleted 3235 to KZ154800: 3435.2860097120124\n", - "12:46:03\tCompleted 3255 to KZ751910: 29.77991654570426\n", - "12:46:03\tCompleted 3229 to KZ394400: 3013.38679109744\n", - "12:46:03\tCompleted 3276 to KZ593600: 2059.1958934844515\n", - "12:46:03\tCompleted 3296 to KZ194600: 1490.1910009913552\n", - "12:46:03\tCompleted 3250 to KZ393400: 2583.702812780391\n", - "12:46:04\tCompleted 3298 to KZ351000: 1290.509847460632\n", - "12:46:04\tCompleted 3261 to KZ194000: 29.384776310850242\n", - "12:46:04\tCompleted 3271 to KZ276000: 4190.1375060553\n", - "12:46:04\tCompleted 3288 to KZ391600: 2250.70604092812\n", - "12:46:04\tCompleted 3256 to KZ316200: 1306.9402924525502\n", - "12:46:04\tCompleted 3269 to KZ311000: 3202.89560505821\n", - "12:46:04\tCompleted 3268 to KZ636800: 1428.9895162253024\n", - "12:46:04\tCompleted 3251 to KZ616000: 500.60922628822016\n", - "12:46:04\tCompleted 3221 to KZ633200: 2600.7260899523185\n", - "12:46:04\tCompleted 3244 to KZ393400: 2570.5432672362886\n", - "12:46:04\tCompleted 3255 to KZ751510: 30.341192586386082\n", - "12:46:04\tCompleted 3314 to KZ114600: 3840.4776361590298\n", - "12:46:05\tCompleted 3262 to KZ631000: 1431.1824143365914\n", - "12:46:05\tCompleted 3281 to KZ113800: 1704.6862374540697\n", - "12:46:05\tCompleted 3236 to KZ632400: 1487.014313667248\n", - "12:46:05\tCompleted 3312 to KZ616400: 1944.8811224435226\n", - "12:46:05\tCompleted 3274 to KZ234800: 3815.058548417962\n", - "12:46:05\tCompleted 3267 to KZ115600: 1837.118937178284\n", - "12:46:05\tCompleted 3261 to KZ196400: 669.4892336769194\n", - "12:46:05\tCompleted 3293 to KZ551600: 1986.1830911257337\n", - "12:46:05\tCompleted 3249 to KZ634000: 4829.469236344781\n", - "12:46:05\tCompleted 3312 to KZ234800: 3735.086646316282412:46:05\tCompleted 3222 to KZ396800: 2222.5360475977895\n", - "\n", - "12:46:05\tCompleted 3220 to KZ231000: 2082.29060993486\n", - "12:46:05\tCompleted 3248 to KZ234200: 4570.896070947993\n", - "12:46:06\tCompleted 3290 to KZ394200: 1702.2048675629806\n", - "12:46:06\tCompleted 3256 to KZ311000: 912.3546625831298\n", - "12:46:06\tCompleted 3241 to KZ113600: 1655.8315433665723\n", - "12:46:06\tCompleted 3237 to KZ634600: 3018.8583429286195\n", - "12:46:06\tCompleted 3270 to KZ552200: 1867.0606910855124\n", - "12:46:06\tCompleted 3260 to KZ114000: 2011.1719969469355\n", - "12:46:06\tCompleted 3298 to KZ352000: 1435.276437761373212:46:06\tCompleted 3251 to KZ613800: 876.2230016205998\n", - "\n", - "12:46:06\tCompleted 3230 to KZ711110: 1603.6340948450995\n", - "12:46:06\tCompleted 3245 to KZ554800: 2171.8318458818735\n", - "12:46:06\tCompleted 3264 to KZ555600: 1835.0807522329055\n", - "12:46:06\tCompleted 3243 to KZ393200: 2792.98781125622\n", - "12:46:06\tCompleted 3261 to KZ196800: 246.54606436366848\n", - "12:46:06\tCompleted 3239 to KZ554600: 3742.4663190161073\n", - "12:46:07\tCompleted 3247 to KZ111810: 1684.4796687145833\n", - "12:46:07\tCompleted 3268 to KZ635800: 1479.615949940845\n", - "12:46:07\tCompleted 3275 to KZ631000: 4649.538162833326\n", - "12:46:07\tCompleted 3250 to KZ391600: 2842.899056030956\n", - "12:46:07\tCompleted 3302 to KZ352100: 3862.4885700423383\n", - "12:46:07\tCompleted 3295 to KZ114600: 1925.1385469856853\n", - "12:46:07\tCompleted 3236 to KZ632800: 1484.9099750581752\n", - "12:46:07\tCompleted 3219 to KZ116000: 1765.8940121026194\n", - "12:46:07\tCompleted 3238 to KZ475000: 4482.860704943859\n", - "12:46:07\tCompleted 3254 to KZ111810: 3371.9939560852667\n", - "12:46:07\tCompleted 3262 to KZ634600: 1698.8670396368886\n", - "12:46:07\tCompleted 3258 to KZ554200: 2274.8255969300358\n", - "12:46:07\tCompleted 3242 to KZ155600: 3301.3208422615435\n", - "12:46:07\tCompleted 3273 to KZ156000: 2916.6846251639745\n", - "12:46:07\tCompleted 3256 to KZ315000: 1029.5634788167636\n", - "12:46:07\tCompleted 3261 to KZ191600: 163.44560749582547\n", - "12:46:08\tCompleted 3312 to KZ615600: 1529.189824720642\n", - "12:46:08\tCompleted 3233 to KZ556800: 2197.878074927939\n", - "12:46:08\tCompleted 3306 to KZ595000: 1983.1065688828571\n", - "12:46:08\tCompleted 3276 to KZ595200: 2056.646026541687\n", - "12:46:08\tCompleted 3244 to KZ391600: 2829.7395104868538\n", - "12:46:08\tCompleted 3311 to KZ153400: 2683.6119387771964\n", - "12:46:08\tCompleted 3296 to KZ194800: 1758.3066530453584\n", - "12:46:08\tCompleted 3287 to KZ234000: 4105.039629599802\n", - "12:46:08\tCompleted 3257 to KZ391000: 2285.3697282800663\n", - "12:46:08\tCompleted 3314 to KZ114800: 2888.1377778358024\n", - "12:46:08\tCompleted 3265 to KZ271000: 3944.4415484697583\n", - "12:46:08\tCompleted 3263 to KZ394400: 3005.441669958298\n", - "12:46:08\tCompleted 3224 to KZ274400: 2238.8992488609706\n", - "12:46:08\tCompleted 3261 to KZ195200: 141.84257399852115\n", - "12:46:09\tCompleted 3277 to KZ276600: 3894.2329224270698\n", - "12:46:09\tCompleted 3267 to KZ115200: 1731.6108252810168\n", - "12:46:09\tCompleted 3223 to KZ594600: 1822.325255989492\n", - "12:46:09\tCompleted 3307 to KZ274800: 4230.263225545891\n", - "12:46:09\tCompleted 3288 to KZ393600: 2553.1393359174863\n", - "12:46:09\tCompleted 3222 to KZ394800: 1965.6131753453437\n", - "12:46:09\tCompleted 3281 to KZ114500: 1778.528732538891312:46:09\tCompleted 3268 to KZ636200: 1340.6988667106007\n", - "\n", - "12:46:09\tCompleted 3229 to KZ433200: 2762.4708012861606\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:46:09\tCompleted 3262 to KZ634400: 1291.017780180806\n", - "12:46:09\tCompleted 3258 to KZ791110: 1171.3423609305523\n", - "12:46:09\tCompleted 3269 to KZ315000: 3615.567479197425\n", - "12:46:09\tCompleted 3256 to KZ314200: 913.7688761455028\n", - "12:46:09\tCompleted 3247 to KZ116600: 1229.6224174424294\n", - "12:46:09\tCompleted 3241 to KZ113800: 1669.0130661906994\n", - "12:46:09\tCompleted 3298 to KZ354800: 1530.8411764733512\n", - "12:46:09\tCompleted 3264 to KZ551000: 1746.216182886652\n", - "12:46:10\tCompleted 3230 to KZ711410: 1629.746594928611\n", - "12:46:10\tCompleted 3260 to KZ117000: 1933.8043403935394\n", - "12:46:10\tCompleted 3270 to KZ554600: 2004.64942326337612:46:10\tCompleted 3236 to KZ636800: 1415.1826014782514\n", - "\n", - "12:46:10\tCompleted 3312 to KZ615800: 913.3651696183344\n", - "12:46:10\tCompleted 3250 to KZ393600: 2724.3877815673177\n", - "12:46:10\tCompleted 3261 to KZ195000: 552.8407341712374\n", - "12:46:10\tCompleted 3235 to KZ155200: 3862.224672613765\n", - "12:46:10\tCompleted 3293 to KZ553200: 2105.131084532441\n", - "12:46:10\tCompleted 3271 to KZ276200: 3909.52371932139\n", - "12:46:10\tCompleted 3254 to KZ116600: 2914.365625305655\n", - "12:46:11\tCompleted 3268 to KZ636400: 1098.1130188305904\n", - "12:46:11\tCompleted 3243 to KZ393400: 2615.248242356362\n", - "12:46:11\tCompleted 3258 to KZ791310: 1127.802129049943712:46:11\tCompleted 3244 to KZ393600: 2711.2282360232152\n", - "\n", - "12:46:11\tCompleted 3262 to KZ313600: 1158.3780130398254\n", - "12:46:11\tCompleted 3261 to KZ194400: 215.1383476483185\n", - "12:46:11\tCompleted 3290 to KZ394400: 2130.2112188889832\n", - "12:46:11\tCompleted 3274 to KZ235200: 3862.6983957813295\n", - "12:46:11\tCompleted 3220 to KZ234000: 2290.9010873025118\n", - "12:46:12\tCompleted 3295 to KZ114800: 2283.374076338993\n", - "12:46:12\tCompleted 3245 to KZ556400: 2109.565719573315\n", - "12:46:12\tCompleted 3255 to KZ231000: 3895.4403921227586\n", - "12:46:12\tCompleted 3296 to KZ195600: 1835.087220800568\n", - "12:46:12\tCompleted 3221 to KZ634800: 3321.7300118954213\n", - "12:46:12\tCompleted 3219 to KZ116400: 1888.2953598621386\n", - "12:46:12\tCompleted 3276 to KZ591000: 1946.8617552942253\n", - "12:46:12\tCompleted 3236 to KZ635800: 1465.809035193794\n", - "12:46:12\tCompleted 3312 to KZ612600: 1168.4952962392601\n", - "12:46:12\tCompleted 3223 to KZ711110: 1558.3634218628679\n", - "12:46:12\tCompleted 3256 to KZ353200: 1495.6889366571254\n", - "12:46:12\tCompleted 3267 to KZ115400: 1708.990162682923\n", - "12:46:12\tCompleted 3222 to KZ395000: 2284.5245001436433\n", - "12:46:12\tCompleted 3312 to KZ235200: 3782.72649367965\n", - "12:46:12\tCompleted 3249 to KZ635400: 5337.705149916515\n", - "12:46:12\tCompleted 3261 to KZ194600: 329.5439653699259\n", - "12:46:13\tCompleted 3262 to KZ314000: 1016.7346488914361\n", - "12:46:13\tCompleted 3314 to KZ111010: 3275.891748402434\n", - "12:46:13\tCompleted 3281 to KZ114000: 1714.6717189713327\n", - "12:46:13\tCompleted 3250 to KZ396400: 2603.801670000372\n", - "12:46:13\tCompleted 3258 to KZ791510: 1104.9216294782907\n", - "12:46:13\tCompleted 3242 to KZ156800: 2803.3006864821805\n", - "12:46:13\tCompleted 3230 to KZ711210: 1630.9083563555096\n", - "12:46:13\tCompleted 3268 to KZ631000: 1313.0032066820445\n", - "12:46:13\tCompleted 3248 to KZ234600: 4686.066369386097\n", - "12:46:13\tCompleted 3237 to KZ634400: 2611.009083472554\n", - "12:46:13\tCompleted 3302 to KZ352200: 3544.0750594910223\n", - "12:46:13\tCompleted 3251 to KZ273200: 3577.7219469212096\n", - "12:46:13\tCompleted 3264 to KZ556000: 1787.512691217465\n", - "12:46:13\tCompleted 3260 to KZ114400: 2060.0441805021383\n", - "12:46:13\tCompleted 3315 to KZ196600: 482.00881076795105\n", - "12:46:13\tCompleted 3298 to KZ355200: 1750.829239966197\n", - "12:46:13\tCompleted 3239 to KZ555600: 4306.497169509933\n", - "12:46:13\tCompleted 3306 to KZ593600: 2097.6551731671507\n", - "12:46:13\tCompleted 3273 to KZ154600: 3214.822055909089\n", - "12:46:13\tCompleted 3269 to KZ314200: 3208.3708359935445\n", - "12:46:14\tCompleted 3263 to KZ433200: 2546.1419081882323\n", - "12:46:14\tCompleted 3290 to KZ433200: 1263.3287175122925\n", - "12:46:14\tCompleted 3270 to KZ555600: 1827.9031873250456\n", - "12:46:14\tCompleted 3311 to KZ153600: 2976.01569963471\n", - "12:46:14\tCompleted 3244 to KZ396400: 2590.64212445627\n", - "12:46:14\tCompleted 3229 to KZ431900: 2243.426968390957\n", - "12:46:14\tCompleted 3261 to KZ194800: 649.2582787707734\n", - "12:46:14\tCompleted 3312 to KZ616000: 878.2605248642839\n", - "12:46:14\tCompleted 3262 to KZ314800: 456.7345363411305\n", - "12:46:14\tCompleted 3288 to KZ396400: 2774.5509825908434\n", - "12:46:14\tCompleted 3236 to KZ636200: 1326.8919519635497\n", - "12:46:14\tCompleted 3257 to KZ395400: 2333.2372813131424\n", - "12:46:14\tCompleted 3275 to KZ634600: 5108.267690298793\n", - "12:46:14\tCompleted 3241 to KZ114500: 1891.7957598436499\n", - "12:46:14\tCompleted 3242 to KZ193200: 583.0614715668261\n", - "12:46:14\tCompleted 3293 to KZ553600: 1840.140751466292\n", - "12:46:15\tCompleted 3247 to KZ115600: 1848.5520169181382\n", - "12:46:15\tCompleted 3233 to KZ554800: 2202.573562972398\n", - "12:46:15\tCompleted 3258 to KZ791710: 1103.145449161258\n", - "12:46:15\tCompleted 3256 to KZ353600: 1431.9187149404586\n", - "12:46:15\tCompleted 3254 to KZ115600: 3189.8391024430607\n", - "12:46:15\tCompleted 3315 to KZ194200: 267.60695789307505\n", - "12:46:15\tCompleted 3307 to KZ275800: 3699.84604953430112:46:15\tCompleted 3296 to KZ195800: 1648.974093167718\n", - "\n", - "12:46:15\tCompleted 3237 to KZ313600: 1000.4636031958418\n", - "12:46:15\tCompleted 3287 to KZ234200: 4555.985336120737\n", - "12:46:15\tCompleted 3265 to KZ274000: 4598.099732189269\n", - "12:46:15\tCompleted 3295 to KZ111010: 1820.7262007690492\n", - "12:46:15\tCompleted 3223 to KZ711410: 1554.2966325570633\n", - "12:46:15\tCompleted 3219 to KZ116800: 1675.8965061701128\n", - "12:46:16\tCompleted 3261 to KZ195600: 505.9571250530552\n", - "12:46:16\tCompleted 3262 to KZ315400: 679.4009932646078\n", - "12:46:16\tCompleted 3236 to KZ636400: 1084.3061040835391\n", - "12:46:16\tCompleted 3235 to KZ156400: 3441.5146722529985\n", - "12:46:16\tCompleted 3290 to KZ431900: 744.2848846170735\n", - "12:46:16\tCompleted 3277 to KZ275000: 3759.9305795294013\n", - "12:46:16\tCompleted 3242 to KZ193400: 787.9503485822668\n", - "12:46:16\tCompleted 3243 to KZ391600: 2471.1187393718524\n", - "12:46:16\tCompleted 3222 to KZ395200: 2317.1462223579624\n", - "12:46:16\tCompleted 3315 to KZ751210: 64.89949517503022\n", - "12:46:16\tCompleted 3268 to KZ634600: 1580.6878319823418\n", - "12:46:16\tCompleted 3250 to KZ394000: 2671.5027963271637\n", - "12:46:16\tCompleted 3281 to KZ117000: 1637.3040624179366\n", - "12:46:16\tCompleted 3312 to KZ613800: 1253.8743001966636\n", - "12:46:16\tCompleted 3238 to KZ475200: 4493.703665727906\n", - "12:46:16\tCompleted 3276 to KZ595600: 2180.7493418161484\n", - "12:46:16\tCompleted 3230 to KZ711310: 1642.7657158114414\n", - "12:46:17\tCompleted 3237 to KZ314000: 782.8973385521493\n", - "12:46:17\tCompleted 3256 to KZ351600: 1006.7088629640075\n", - "12:46:17\tCompleted 3224 to KZ275400: 2914.0876808179737\n", - "12:46:17\tCompleted 3267 to KZ151000: 1931.5809518389046\n", - "12:46:17\tCompleted 3298 to KZ355600: 1524.2784058914376\n", - "12:46:17\tCompleted 3258 to KZ611600: 1360.0059844363825\n", - "12:46:17\tCompleted 3261 to KZ195800: 319.8439974202052\n", - "12:46:17\tCompleted 3262 to KZ315600: 1018.3027349063073\n", - "12:46:17\tCompleted 3244 to KZ394000: 2658.3432507830616\n", - "12:46:17\tCompleted 3264 to KZ556800: 1849.083649902212\n", - "12:46:17\tCompleted 3314 to KZ116000: 3325.594438489322\n", - "12:46:17\tCompleted 3242 to KZ193600: 345.3817039402382\n", - "12:46:17\tCompleted 3290 to KZ434600: 777.9494550434539\n", - "12:46:17\tCompleted 3302 to KZ352300: 2766.673184063396\n", - "12:46:17\tCompleted 3270 to KZ551000: 1739.038617978792\n", - "12:46:17\tCompleted 3236 to KZ631000: 1299.1962919349935\n", - "12:46:17\tCompleted 3315 to KZ751110: 72.65685448791095\n", - "12:46:18\tCompleted 3271 to KZ271000: 3927.216674735606\n", - "12:46:18\tCompleted 3245 to KZ554200: 2305.3967553556117\n", - "12:46:18\tCompleted 3274 to KZ235600: 3957.7361618017344\n", - "12:46:18\tCompleted 3254 to KZ115200: 2795.3399083430472\n", - "12:46:18\tCompleted 3268 to KZ634400: 1172.8385725262592\n", - "12:46:18\tCompleted 3298 to KZ352100: 616.0417202947193\n", - "12:46:18\tCompleted 3255 to KZ234000: 4104.0508694904465\n", - "12:46:18\tCompleted 3229 to KZ434600: 2277.091538817335\n", - "12:46:18\tCompleted 3296 to KZ196000: 1835.754848556638\n", - "12:46:19\tCompleted 3261 to KZ196000: 726.7064742820525\n", - "12:46:19\tCompleted 3237 to KZ314800: 1282.1846434266113\n", - "12:46:19\tCompleted 3241 to KZ114000: 1765.876152722865512:46:19\tCompleted 3242 to KZ194000: 176.04215877471987\n", - "\n", - "12:46:19\tCompleted 3249 to KZ635000: 4865.03836000487312:46:19\tCompleted 3315 to KZ751310: 65.82842736316476\n", - "\n", - "12:46:19\tCompleted 3306 to KZ595200: 2095.105306224384\n", - "12:46:19\tCompleted 3281 to KZ114400: 1549.9629360076406\n", - "12:46:19\tCompleted 3295 to KZ116000: 1789.5572818917883\n", - "12:46:19\tCompleted 3222 to KZ391000: 2174.291744086347\n", - "12:46:19\tCompleted 3260 to KZ114600: 2168.443272889568\n", - "12:46:19\tCompleted 3258 to KZ613600: 1213.63343219846\n", - "12:46:19\tCompleted 3262 to KZ316000: 1277.9676310473785\n", - "12:46:19\tCompleted 3263 to KZ431900: 2027.0980752930263\n", - "12:46:19\tCompleted 3245 to KZ791110: 268.52871936562417\n", - "12:46:19\tCompleted 3312 to KZ235600: 3877.764259700055\n", - "12:46:19\tCompleted 3293 to KZ552200: 1947.6661407456872\n", - "12:46:19\tCompleted 3223 to KZ711210: 1537.1323011212314\n", - "12:46:19\tCompleted 3247 to KZ115200: 2042.0341314044003\n", - "12:46:19\tCompleted 3221 to KZ633400: 2500.4453155097776\n", - "12:46:19\tCompleted 3290 to KZ434400: 1120.8988540051896\n", - "12:46:19\tCompleted 3219 to KZ111810: 1697.7605991932417\n", - "12:46:19\tCompleted 3250 to KZ396800: 2802.9745971174934\n", - "12:46:19\tCompleted 3239 to KZ551000: 3761.368575293783\n", - "12:46:20\tCompleted 3230 to KZ555200: 1474.5052231287216\n", - "12:46:20\tCompleted 3256 to KZ354000: 1515.508380925511312:46:20\tCompleted 3269 to KZ353200: 3579.125796001876\n", - "\n", - "12:46:20\tCompleted 3273 to KZ154800: 3049.829366921489\n", - "12:46:20\tCompleted 3236 to KZ634600: 1566.8809172352908\n", - "12:46:20\tCompleted 3251 to KZ274400: 3514.8506344079337\n", - "12:46:20\tCompleted 3315 to KZ751410: 83.25340576680527\n", - "12:46:20\tCompleted 3261 to KZ191000: 418.31732138900753\n", - "12:46:20\tCompleted 3288 to KZ394000: 3006.4858319566647\n", - "12:46:20\tCompleted 3268 to KZ313600: 1010.0916984367756\n", - "12:46:20\tCompleted 3245 to KZ791310: 244.40583580771482\n", - "12:46:20\tCompleted 3242 to KZ196400: 501.8009854939739\n", - "12:46:20\tCompleted 3276 to KZ596000: 1823.5643577630574\n", - "12:46:20\tCompleted 3237 to KZ315400: 969.4235247466373\n", - "12:46:20\tCompleted 3244 to KZ396800: 2789.8150515733914\n", - "12:46:21\tCompleted 3248 to KZ234800: 3819.767745221664\n", - "12:46:21\tCompleted 3311 to KZ154000: 2727.5922724596953\n", - "12:46:21\tCompleted 3258 to KZ614000: 1160.493385284138\n", - "12:46:21\tCompleted 3262 to KZ316600: 826.7750920061802\n", - "12:46:21\tCompleted 3298 to KZ352200: 1332.8349428795557\n", - "12:46:21\tCompleted 3257 to KZ392000: 2340.290935708363\n", - "12:46:21\tCompleted 3233 to KZ556400: 2140.3074366638412:46:21\tCompleted 3290 to KZ431000: 462.59027164254536\n", - "\n", - "12:46:21\tCompleted 3296 to KZ191000: 1527.365695663593\n", - "12:46:21\tCompleted 3267 to KZ153200: 1935.9975352675538\n", - "12:46:21\tCompleted 3243 to KZ393600: 2773.552034361215\n", - "12:46:21\tCompleted 3314 to KZ116400: 3116.9506046469787\n", - "12:46:21\tCompleted 3315 to KZ751710: 124.24143753570809\n", - "12:46:21\tCompleted 3236 to KZ634400: 1159.0316577792082\n", - "12:46:21\tCompleted 3261 to KZ196200: 44.071067811865476\n", - "12:46:21\tCompleted 3245 to KZ791510: 242.94636095396461\n", - "12:46:22\tCompleted 3254 to KZ115400: 2778.199144867164\n", - "12:46:22\tCompleted 3270 to KZ556000: 1780.3351263096051\n", - "12:46:22\tCompleted 3275 to KZ634400: 4629.985653210638\n", - "12:46:22\tCompleted 3264 to KZ554800: 2003.7636186505013\n", - "12:46:22\tCompleted 3235 to KZ155600: 3614.1945462918584\n", - "12:46:22\tCompleted 3307 to KZ276000: 4115.677075289336\n", - "12:46:22\tCompleted 3268 to KZ314000: 868.4483342883861\n", - "12:46:22\tCompleted 3242 to KZ196800: 87.92888399258892\n", - "12:46:22\tCompleted 3222 to KZ395400: 2212.6681282850054\n", - "12:46:22\tCompleted 3223 to KZ711310: 1525.0193074094684\n", - "12:46:22\tCompleted 3277 to KZ274800: 4295.435490912845\n", - "12:46:22\tCompleted 3265 to KZ274200: 4715.445226568816\n", - "12:46:22\tCompleted 3290 to KZ435200: 360.8961415816148\n", - "12:46:22\tCompleted 3250 to KZ394800: 2546.05172486505512:46:22\tCompleted 3224 to KZ273600: 2082.0469398005202\n", - "\n", - "12:46:22\tCompleted 3287 to KZ234600: 4671.15563455883712:46:22\tCompleted 3315 to KZ751810: 70.48528161265713\n", - "\n", - "12:46:23\tCompleted 3302 to KZ352800: 3544.75890263212\n", - "12:46:23\tCompleted 3245 to KZ791710: 215.42743504021206\n", - "12:46:23\tCompleted 3219 to KZ116600: 1536.581270329711\n", - "12:46:23\tCompleted 3295 to KZ116400: 1911.9586296513075\n", - "12:46:23\tCompleted 3241 to KZ117000: 1750.5710897226952\n", - "12:46:23\tCompleted 3256 to KZ351000: 1447.139949825168\n", - "12:46:23\tCompleted 3261 to KZ192600: 457.2610764177014\n", - "12:46:23\tCompleted 3258 to KZ613900: 1438.4166573005857\n", - "12:46:23\tCompleted 3268 to KZ314800: 308.4482217380804\n", - "12:46:23\tCompleted 3262 to KZ316200: 1310.1829331396696\n", - "12:46:23\tCompleted 3242 to KZ191600: 4.242640687119286\n", - "12:46:23\tCompleted 3296 to KZ196200: 1292.9585228722585\n", - "12:46:23\tCompleted 3254 to KZ151000: 1536.8687317601693\n", - "12:46:23\tCompleted 3230 to KZ551600: 1532.466126759953\n", - "12:46:23\tCompleted 3244 to KZ394800: 2532.892179320953\n", - "12:46:23\tCompleted 3281 to KZ114600: 1900.01218673267712:46:23\tCompleted 3229 to KZ434400: 2620.04093777906\n", - "\n", - "12:46:23\tCompleted 3237 to KZ315600: 1489.6934646920172\n", - "12:46:24\tCompleted 3312 to KZ273200: 3955.3732454972455\n", - "12:46:24\tCompleted 3306 to KZ591000: 1985.3210349769247\n", - "12:46:24\tCompleted 3245 to KZ611600: 329.61106762855866\n", - "12:46:24\tCompleted 3290 to KZ434800: 392.2224024979501\n", - "12:46:24\tCompleted 3236 to KZ313600: 1382.8018945940742\n", - "12:46:24\tCompleted 3315 to KZ751910: 91.62619796306542\n", - "12:46:24\tCompleted 3261 to KZ196600: 282.8950790000386\n", - "12:46:24\tCompleted 3260 to KZ114800: 2526.678802242868\n", - "12:46:24\tCompleted 3247 to KZ115400: 2262.606903270051\n", - "12:46:24\tCompleted 3242 to KZ195200: 81.54960577192765\n", - "12:46:24\tCompleted 3249 to KZ632200: 4214.718678771086\n", - "12:46:24\tCompleted 3268 to KZ315400: 531.1146786615578\n", - "12:46:25\tCompleted 3298 to KZ352300: 1823.067328673509\n", - "12:46:25\tCompleted 3293 to KZ554600: 2029.842613247497\n", - "12:46:25\tCompleted 3262 to KZ311000: 915.5973032702491\n", - "12:46:25\tCompleted 3263 to KZ434600: 2060.762645719406\n", - "12:46:25\tCompleted 3274 to KZ233600: 3840.3527596576787\n", - "12:46:25\tCompleted 3271 to KZ274000: 4580.874858455115\n", - "12:46:25\tCompleted 3237 to KZ316000: 663.4543868285205\n", - "12:46:25\tCompleted 3254 to KZ153200: 1473.7827361283125\n", - "12:46:25\tCompleted 3245 to KZ613600: 148.18098097318847\n", - "12:46:25\tCompleted 3267 to KZ153400: 1825.4108777418476\n", - "12:46:25\tCompleted 3258 to KZ612000: 1307.1281183290503\n", - "12:46:25\tCompleted 3238 to KZ471800: 4323.31344556718\n", - "12:46:25\tCompleted 3290 to KZ433600: 652.8925828470859\n", - "12:46:25\tCompleted 3222 to KZ392000: 2009.5740023315493\n", - "12:46:25\tCompleted 3315 to KZ751510: 80.1421358621495\n", - "12:46:25\tCompleted 3276 to KZ596200: 2210.5638074342314\n", - "12:46:25\tCompleted 3242 to KZ195000: 385.15248598829186\n", - "12:46:25\tCompleted 3270 to KZ556800: 1841.906084994352\n", - "12:46:25\tCompleted 3261 to KZ194200: 465.3411366584678\n", - "12:46:26\tCompleted 3255 to KZ234200: 4554.996576011382\n", - "12:46:26\tCompleted 3314 to KZ116800: 3443.181950208442\n", - "12:46:26\tCompleted 3264 to KZ556400: 1930.6299778253049\n", - "12:46:26\tCompleted 3288 to KZ396800: 2752.578289517078\n", - "12:46:26\tCompleted 3236 to KZ314000: 1241.1585304456878\n", - "12:46:26\tCompleted 3296 to KZ192600: 1566.3094506922869\n", - "12:46:26\tCompleted 3268 to KZ315600: 858.8731376290017\n", - "12:46:26\tCompleted 3295 to KZ116800: 1699.5597759592818\n", - "12:46:26\tCompleted 3239 to KZ556000: 3809.4899575017967\n", - "12:46:26\tCompleted 3241 to KZ114400: 1580.7263266761772\n", - "12:46:26\tCompleted 3221 to KZ633600: 2494.673314519906\n", - "12:46:26\tCompleted 3312 to KZ233600: 3760.380857555999212:46:26\tCompleted 3250 to KZ395000: 2864.9630496633486\n", - "\n", - "12:46:26\tCompleted 3262 to KZ315000: 1032.8061195038829\n", - "12:46:26\tCompleted 3256 to KZ352000: 1591.9065401259084\n", - "12:46:26\tCompleted 3245 to KZ614000: 276.5936435149274\n", - "12:46:26\tCompleted 3266 to KZ113200: 1651.9781384700045\n", - "12:46:26\tCompleted 3290 to KZ434000: 416.9498332575434\n", - "12:46:27\tCompleted 3243 to KZ396400: 2994.96368103457\n", - "12:46:27\tCompleted 3269 to KZ353600: 4261.99743644162112:46:27\tCompleted 3219 to KZ115600: 1861.8329473967965\n", - "\n", - "12:46:27\tCompleted 3261 to KZ751210: 145.19951796712044\n", - "12:46:27\tCompleted 3242 to KZ194400: 310.3326924856731\n", - "12:46:27\tCompleted 3274 to KZ633200: 1232.7859440566974\n", - "12:46:27\tCompleted 3281 to KZ114800: 1648.0007508308038\n", - "12:46:27\tCompleted 3244 to KZ395000: 2851.8035041192466\n", - "12:46:27\tCompleted 3230 to KZ553200: 1824.662432443109\n", - "12:46:27\tCompleted 3236 to KZ314800: 681.158417895382\n", - "12:46:27\tCompleted 3235 to KZ156800: 3116.1743905124954\n", - "12:46:27\tCompleted 3298 to KZ352800: 1359.9573655765225\n", - "12:46:27\tCompleted 3273 to KZ155200: 3476.7680298232417\n", - "12:46:27\tCompleted 3237 to KZ316600: 1311.445250912571\n", - "12:46:27\tCompleted 3275 to KZ313600: 3504.823584087522\n", - "12:46:27\tCompleted 3311 to KZ154200: 3030.2283114290176\n", - "12:46:27\tCompleted 3258 to KZ614400: 1364.9494567403885\n", - "12:46:27\tCompleted 3254 to KZ153400: 2167.2233943260085\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:46:27\tCompleted 3251 to KZ275400: 4190.039066364949\n", - "12:46:28\tCompleted 3257 to KZ395600: 2413.594433616011\n", - "12:46:28\tCompleted 3233 to KZ554200: 2336.1384724461354\n", - "12:46:28\tCompleted 3245 to KZ613900: 553.345342656121712:46:28\tCompleted 3268 to KZ316000: 1129.6813164443283\n", - "\n", - "12:46:28\tCompleted 3248 to KZ235200: 3867.4075925850316\n", - "12:46:28\tCompleted 3229 to KZ431000: 1961.73235541644512:46:28\tCompleted 3262 to KZ314200: 917.0115168326221\n", - "\n", - "12:46:28\tCompleted 3261 to KZ751110: 138.80124230383137\n", - "12:46:28\tCompleted 3242 to KZ194600: 213.45437853382407\n", - "12:46:28\tCompleted 3260 to KZ111010: 2064.0309266729314\n", - "12:46:28\tCompleted 3312 to KZ633200: 1265.2592785730542\n", - "12:46:28\tCompleted 3235 to KZ193200: 646.880249504876\n", - "12:46:28\tCompleted 3302 to KZ356400: 3578.585701691362\n", - "12:46:29\tCompleted 3236 to KZ315400: 903.8248748188594\n", - "12:46:29\tCompleted 3307 to KZ276200: 3835.063288555432\n", - "12:46:29\tCompleted 3222 to KZ395600: 2323.140208312494\n", - "12:46:29\tCompleted 3224 to KZ276600: 2163.8721864994973\n", - "12:46:29\tCompleted 3296 to KZ196600: 1612.0251747475513\n", - "12:46:29\tCompleted 3237 to KZ316200: 813.3460917792853\n", - "12:46:29\tCompleted 3245 to KZ612000: 125.6094588214902\n", - "12:46:29\tCompleted 3254 to KZ153600: 1138.6100461516987\n", - "12:46:29\tCompleted 3298 to KZ356400: 1012.7405974831199\n", - "12:46:29\tCompleted 3233 to KZ791110: 669.9251332854743\n", - "12:46:29\tCompleted 3261 to KZ751310: 145.28652367807\n", - "12:46:29\tCompleted 3287 to KZ234800: 3804.8570103944076\n", - "12:46:29\tCompleted 3223 to KZ555200: 2288.2269597720247\n", - "12:46:29\tCompleted 3306 to KZ595600: 2085.0881486904573\n", - "12:46:29\tCompleted 3268 to KZ316600: 678.4887774031299\n", - "12:46:29\tCompleted 3242 to KZ194800: 481.5700305878279\n", - "12:46:30\tCompleted 3295 to KZ111810: 1721.4238689824106\n", - "12:46:30\tCompleted 3258 to KZ614600: 1154.6010842089534\n", - "12:46:30\tCompleted 3270 to KZ554800: 1996.5860537426413\n", - "12:46:30\tCompleted 3263 to KZ434400: 2403.712044681132\n", - "12:46:30\tCompleted 3256 to KZ354800: 1687.471278837887\n", - "12:46:30\tCompleted 3250 to KZ395200: 2897.5847718776486\n", - "12:46:30\tCompleted 3266 to KZ113400: 1481.6906455372412\n", - "12:46:30\tCompleted 3235 to KZ193400: 851.7691265203164\n", - "12:46:30\tCompleted 3277 to KZ275800: 3765.0183149012396\n", - "12:46:30\tCompleted 3276 to KZ596400: 1984.3587870340068\n", - "12:46:30\tCompleted 3262 to KZ353200: 1498.9315773442447\n", - "12:46:30\tCompleted 3264 to KZ554200: 2193.2580162127415\n", - "12:46:30\tCompleted 3245 to KZ614400: 479.87814209592403\n", - "12:46:30\tCompleted 3314 to KZ111810: 3482.7127512549328\n", - "12:46:30\tCompleted 3244 to KZ395200: 2884.425226333546\n", - "12:46:30\tCompleted 3238 to KZ593200: 2290.140761524635\n", - "12:46:31\tCompleted 3236 to KZ315600: 1242.726616460559\n", - "12:46:31\tCompleted 3274 to KZ634800: 1717.232535466992\n", - "12:46:31\tCompleted 3261 to KZ751410: 152.2964697829666\n", - "12:46:31\tCompleted 3247 to KZ151000: 3154.8217516412624\n", - "12:46:31\tCompleted 3237 to KZ311000: 673.9173521501698\n", - "12:46:31\tCompleted 3296 to KZ194200: 1247.468488019786\n", - "12:46:31\tCompleted 3233 to KZ791310: 647.643584325076\n", - "12:46:31\tCompleted 3254 to KZ154000: 1646.9491537478798\n", - "12:46:31\tCompleted 3242 to KZ195600: 573.3679943236971\n", - "12:46:31\tCompleted 3281 to KZ111010: 1767.5306486973295\n", - "12:46:31\tCompleted 3267 to KZ153600: 2117.814638599317\n", - "12:46:31\tCompleted 3312 to KZ274400: 3892.5019329839697\n", - "12:46:31\tCompleted 3219 to KZ115200: 2055.315061883058\n", - "12:46:31\tCompleted 3235 to KZ193600: 747.5132152859405\n", - "12:46:31\tCompleted 3230 to KZ553600: 1666.8648754322373\n", - "12:46:31\tCompleted 3241 to KZ114600: 2013.2792140374356\n", - "12:46:31\tCompleted 3288 to KZ394800: 2931.232858215138\n", - "12:46:32\tCompleted 3298 to KZ352400: 1345.8829534729261\n", - "12:46:32\tCompleted 3245 to KZ614600: 166.8226622570867\n", - "12:46:32\tCompleted 3261 to KZ751710: 184.33253944311028\n", - "12:46:32\tCompleted 3295 to KZ116600: 1234.7873479962677\n", - "12:46:32\tCompleted 3249 to KZ635200: 5130.643407797914\n", - "12:46:32\tCompleted 3293 to KZ555600: 2393.6734764629787\n", - "12:46:32\tCompleted 3315 to KZ231000: 3791.1735067797517\n", - "12:46:32\tCompleted 3268 to KZ316200: 1161.8966185366198\n", - "12:46:32\tCompleted 3274 to KZ633400: 1011.5358948193712\n", - "12:46:32\tCompleted 3239 to KZ556800: 4010.177882373734\n", - "12:46:32\tCompleted 3243 to KZ394000: 3226.8985304003913\n", - "12:46:32\tCompleted 3264 to KZ791110: 1080.7801624427311\n", - "12:46:32\tCompleted 3242 to KZ195800: 479.63275066653875\n", - "12:46:32\tCompleted 3312 to KZ634800: 1749.7058699833487\n", - "12:46:32\tCompleted 3237 to KZ315000: 1086.5892262893915\n", - "12:46:32\tCompleted 3269 to KZ351600: 3842.1354837296058\n", - "12:46:32\tCompleted 3222 to KZ395800: 2511.26407493103\n", - "12:46:33\tCompleted 3235 to KZ194000: 261.79089091213524\n", - "12:46:33\tCompleted 3275 to KZ314000: 3287.257319443832\n", - "12:46:33\tCompleted 3262 to KZ353600: 1435.161355627578\n", - "12:46:33\tCompleted 3258 to KZ614800: 1636.22188958006\n", - "12:46:33\tCompleted 3260 to KZ116000: 2032.8620077956714\n", - "12:46:33\tCompleted 3296 to KZ751210: 1194.91585915463\n", - "12:46:33\tCompleted 3233 to KZ791510: 657.7613603213446\n", - "12:46:33\tCompleted 3229 to KZ435200: 1860.0382253555144\n", - "12:46:33\tCompleted 3236 to KZ316000: 1502.39151260163\n", - "12:46:33\tCompleted 3271 to KZ274200: 4698.220352834661\n", - "12:46:33\tCompleted 3254 to KZ154200: 1569.7937109778195\n", - "12:46:33\tCompleted 3250 to KZ391000: 2754.730293606051\n", - "12:46:33\tCompleted 3255 to KZ234600: 4670.166874449482\n", - "12:46:33\tCompleted 3261 to KZ751810: 148.0438829909507\n", - "12:46:33\tCompleted 3245 to KZ614800: 584.3574724731754\n", - "12:46:33\tCompleted 3263 to KZ431000: 1745.403462318498\n", - "12:46:34\tCompleted 3268 to KZ311000: 767.3109886671991\n", - "12:46:34\tCompleted 3221 to KZ633800: 2755.0249768961594\n", - "12:46:34\tCompleted 3311 to KZ156000: 2603.477543797238\n", - "12:46:34\tCompleted 3237 to KZ314200: 679.3925830855045\n", - "12:46:34\tCompleted 3235 to KZ196400: 565.6197634320238\n", - "12:46:34\tCompleted 3270 to KZ556400: 1923.452412917445\n", - "12:46:34\tCompleted 3281 to KZ116000: 1500.3533463508875\n", - "12:46:34\tCompleted 3302 to KZ352400: 3495.0277130830978\n", - "12:46:34\tCompleted 3244 to KZ391000: 2741.570748061949\n", - "12:46:34\tCompleted 3306 to KZ596000: 1862.0236374457568\n", - "12:46:34\tCompleted 3242 to KZ196000: 559.018226099107\n", - "12:46:34\tCompleted 3266 to KZ113600: 1610.1618036072991\n", - "12:46:34\tCompleted 3233 to KZ791710: 629.2614209710558\n", - "12:46:34\tCompleted 3314 to KZ116600: 3025.0844204753175\n", - "12:46:34\tCompleted 3312 to KZ633400: 1044.009229335728\n", - "12:46:34\tCompleted 3262 to KZ351600: 1009.9515036511267\n", - "12:46:34\tCompleted 3236 to KZ316600: 1051.1989735604316\n", - "12:46:34\tCompleted 3241 to KZ114800: 1531.9040771279758\n", - "12:46:34\tCompleted 3273 to KZ156400: 3056.058029462475\n", - "12:46:34\tCompleted 3261 to KZ751910: 130.16889845128406\n", - "12:46:34\tCompleted 3257 to KZ395800: 2440.1413751220757\n", - "12:46:35\tCompleted 3264 to KZ791310: 1037.2399305621225\n", - "12:46:35\tCompleted 3296 to KZ751110: 1202.6732184675107\n", - "12:46:35\tCompleted 3245 to KZ615400: 439.03900651669227\n", - "12:46:35\tCompleted 3251 to KZ273600: 3357.9983253474825\n", - "12:46:35\tCompleted 3248 to KZ235600: 3962.445358605436512:46:35\tCompleted 3258 to KZ615400: 1377.3856566706118\n", - "\n", - "12:46:35\tCompleted 3235 to KZ196800: 499.12680016741245\n", - "12:46:35\tCompleted 3256 to KZ355200: 1907.459342330732212:46:35\tCompleted 3290 to KZ471000: 2849.898703926515\n", - "\n", - "12:46:35\tCompleted 3224 to KZ275000: 2029.5698436018613\n", - "12:46:35\tCompleted 3223 to KZ551600: 2021.6602377864913\n", - "12:46:35\tCompleted 3254 to KZ156000: 1716.0846955162947\n", - "12:46:35\tCompleted 3276 to KZ594600: 2189.83763856149812:46:35\tCompleted 3238 to KZ595800: 2394.060371565001\n", - "\n", - "12:46:35\tCompleted 3268 to KZ315000: 884.5198049008329\n", - "12:46:35\tCompleted 3242 to KZ191000: 250.62907320606212\n", - "12:46:35\tCompleted 3222 to KZ392400: 2108.7746300112954\n", - "12:46:35\tCompleted 3274 to KZ633600: 1525.4536569542288\n", - "12:46:36\tCompleted 3261 to KZ751510: 130.7301744919659\n", - "12:46:36\tCompleted 3233 to KZ611600: 578.4360821183794\n", - "12:46:36\tCompleted 3219 to KZ115400: 2275.887833748709\n", - "12:46:36\tCompleted 3298 to KZ356000: 1984.163715896783\n", - "12:46:36\tCompleted 3287 to KZ235200: 3852.496857757775\n", - "12:46:36\tCompleted 3295 to KZ115600: 1885.4962171859654\n", - "12:46:36\tCompleted 3245 to KZ615200: 218.52186130069822\n", - "12:46:36\tCompleted 3307 to KZ271000: 3852.7562439696476\n", - "12:46:36\tCompleted 3230 to KZ552200: 1791.8754611213662\n", - "12:46:36\tCompleted 3264 to KZ791510: 1014.3594309904694\n", - "12:46:36\tCompleted 3296 to KZ751310: 1195.8447913427644\n", - "12:46:36\tCompleted 3250 to KZ395400: 2793.1066778047093\n", - "12:46:36\tCompleted 3263 to KZ435200: 1643.7093322575674\n", - "12:46:36\tCompleted 3235 to KZ191600: 416.0263432995694\n", - "12:46:36\tCompleted 3247 to KZ153200: 3159.2383350698874\n", - "12:46:37\tCompleted 3242 to KZ196200: 123.61718037107924\n", - "12:46:37\tCompleted 3236 to KZ316200: 1534.6068146939213\n", - "12:46:37\tCompleted 3262 to KZ354000: 1518.7510216126307\n", - "12:46:37\tCompleted 3268 to KZ314200: 768.7252022295721\n", - "12:46:37\tCompleted 3272 to KZ113200: 1811.0724602758735\n", - "12:46:37\tCompleted 3258 to KZ615200: 1114.802303172332\n", - "12:46:37\tCompleted 3260 to KZ116400: 2155.263355555186\n", - "12:46:37\tCompleted 3237 to KZ353200: 1435.4834302492059\n", - "12:46:37\tCompleted 3233 to KZ613600: 632.6312187622012\n", - "12:46:37\tCompleted 3244 to KZ395400: 2779.9471322606073\n", - "12:46:37\tCompleted 3269 to KZ354000: 3555.0081104703618\n", - "12:46:37\tCompleted 3267 to KZ154000: 1869.3912114243544\n", - "12:46:37\tCompleted 3254 to KZ154600: 1628.9698175824287\n", - "12:46:37\tCompleted 3318 to KZ316600: 757.6072776691835\n", - "12:46:37\tCompleted 3229 to KZ434800: 1891.36448627185\n", - "12:46:38\tCompleted 3288 to KZ395000: 2859.208267906092\n", - "12:46:38\tCompleted 3302 to KZ356000: 2770.071086476839\n", - "12:46:38\tCompleted 3312 to KZ633600: 1557.9269914705856\n", - "12:46:38\tCompleted 3277 to KZ276000: 4180.849340656279\n", - "12:46:38\tCompleted 3239 to KZ554800: 4014.1544432214546\n", - "12:46:38\tCompleted 3243 to KZ396800: 2972.9909879608044\n", - "12:46:38\tCompleted 3314 to KZ115600: 3300.5578976127267\n", - "12:46:38\tCompleted 3235 to KZ195200: 394.4233098022652\n", - "12:46:38\tCompleted 3281 to KZ116400: 1848.9313054643465\n", - "12:46:38\tCompleted 3264 to KZ791710: 1012.5832506734369\n", - "12:46:38\tCompleted 3293 to KZ551000: 2022.7587355960695\n", - "12:46:38\tCompleted 3296 to KZ751410: 1213.269769746405\n", - "12:46:38\tCompleted 3242 to KZ192600: 289.5728282347559512:46:38\tCompleted 3245 to KZ616400: 1096.5640553310486\n", - "\n", - "12:46:38\tCompleted 3275 to KZ314800: 3786.5446243182614\n", - "12:46:38\tCompleted 3266 to KZ113800: 1689.7798883633332\n", - "12:46:38\tCompleted 3312 to KZ275400: 4567.69036494100412:46:38\tCompleted 3241 to KZ111010: 1880.797676002088\n", - "\n", - "12:46:38\tCompleted 3256 to KZ355600: 1680.9085082559736\n", - "12:46:38\tCompleted 3236 to KZ311000: 1140.0211848245008\n", - "12:46:39\tCompleted 3276 to KZ711110: 1438.069932147214\n", - "12:46:39\tCompleted 3274 to KZ633800: 1457.9532110264627\n", - "12:46:39\tCompleted 3233 to KZ614000: 677.9900574347773\n", - "12:46:39\tCompleted 3270 to KZ554200: 2186.0804513048815\n", - "12:46:39\tCompleted 3318 to KZ316200: 391.9937470158016\n", - "12:46:39\tCompleted 3298 to KZ354400: 1776.647837719633\n", - "12:46:39\tCompleted 3262 to KZ351000: 1450.3825905122874\n", - "12:46:39\tCompleted 3263 to KZ434800: 1675.03559317390312:46:39\tCompleted 3268 to KZ353200: 1339.501980066939\n", - "\n", - "12:46:39\tCompleted 3250 to KZ392000: 2590.012551851258\n", - "12:46:39\tCompleted 3235 to KZ195000: 487.7550300150481\n", - "12:46:40\tCompleted 3222 to KZ396200: 2548.803552521011\n", - "12:46:40\tCompleted 3254 to KZ154800: 1648.7694458618478\n", - "12:46:40\tCompleted 3242 to KZ196600: 442.68383224637205\n", - "12:46:40\tCompleted 3249 to KZ632400: 4923.300444991483\n", - "12:46:40\tCompleted 3245 to KZ615600: 567.5783783606919\n", - "12:46:40\tCompleted 3255 to KZ234800: 3803.868250285053\n", - "12:46:40\tCompleted 3272 to KZ113400: 1602.2933891737023\n", - "12:46:40\tCompleted 3244 to KZ392000: 2576.853006307156\n", - "12:46:40\tCompleted 3256 to KZ352100: 772.6718226592552\n", - "12:46:40\tCompleted 3306 to KZ596200: 2003.436759578101\n", - "12:46:40\tCompleted 3296 to KZ751710: 1254.2578015153078\n", - "12:46:40\tCompleted 3311 to KZ154600: 2901.6149745423527\n", - "12:46:40\tCompleted 3318 to KZ311000: 121.33889623990605\n", - "12:46:40\tCompleted 3264 to KZ611600: 1269.4437859485613\n", - "12:46:40\tCompleted 3233 to KZ613900: 914.9100546044978\n", - "12:46:40\tCompleted 3238 to KZ593400: 2203.4476342128655\n", - "12:46:41\tCompleted 3236 to KZ315000: 1257.2300010581341\n", - "12:46:41\tCompleted 3221 to KZ634000: 2996.2050690309707\n", - "12:46:41\tCompleted 3290 to KZ473600: 2430.9239379035716\n", - "12:46:41\tCompleted 3235 to KZ194400: 313.54597748745255\n", - "12:46:41\tCompleted 3242 to KZ194200: 340.19783090601925\n", - "12:46:41\tCompleted 3312 to KZ633800: 1490.4265455428194\n", - "12:46:41\tCompleted 3248 to KZ233600: 3845.0619564613808\n", - "12:46:41\tCompleted 3257 to KZ392400: 2350.167455494812\n", - "12:46:41\tCompleted 3314 to KZ115200: 2906.0587035127132\n", - "12:46:41\tCompleted 3270 to KZ791110: 1088.549573102685\n", - "12:46:41\tCompleted 3241 to KZ116000: 1531.1167370194241\n", - "12:46:41\tCompleted 3223 to KZ553200: 2140.608231193199\n", - "12:46:41\tCompleted 3230 to KZ554600: 1863.9605447872\n", - "12:46:41\tCompleted 3281 to KZ116800: 1646.364223887562\n", - "12:46:41\tCompleted 3260 to KZ116800: 1942.8645018631648\n", - "12:46:41\tCompleted 3295 to KZ115200: 2078.9783316722255\n", - "12:46:41\tCompleted 3254 to KZ155200: 1392.626867475923\n", - "12:46:41\tCompleted 3261 to KZ231000: 3995.8293740283348\n", - "12:46:41\tCompleted 3245 to KZ615800: 273.0298303941387\n", - "12:46:41\tCompleted 3269 to KZ351000: 3519.044477269775\n", - "12:46:42\tCompleted 3233 to KZ612000: 420.7816952702462\n", - "12:46:42\tCompleted 3273 to KZ155600: 3228.737903501335\n", - "12:46:42\tCompleted 3274 to KZ634000: 1455.0379535919997\n", - "12:46:42\tCompleted 3268 to KZ353600: 1275.7317583502722\n", - "12:46:42\tCompleted 3242 to KZ751210: 84.90654974052684\n", - "12:46:42\tCompleted 3315 to KZ234000: 3999.7839841474397\n", - "12:46:42\tCompleted 3262 to KZ352000: 1595.1491808130274\n", - "12:46:42\tCompleted 3296 to KZ751810: 1200.5016455922569\n", - "12:46:42\tCompleted 3318 to KZ315000: 529.8686347553967\n", - "12:46:42\tCompleted 3258 to KZ616400: 2087.394854068384\n", - "12:46:42\tCompleted 3276 to KZ711410: 1464.1824322307257\n", - "12:46:42\tCompleted 3236 to KZ314200: 1141.4353983868739\n", - "12:46:42\tCompleted 3235 to KZ194600: 263.94828187941437\n", - "12:46:42\tCompleted 3247 to KZ153400: 3048.6516775442087\n", - "12:46:42\tCompleted 3229 to KZ433600: 2152.0346666209794\n", - "12:46:42\tCompleted 3256 to KZ352200: 1489.4650452440917\n", - "12:46:42\tCompleted 3237 to KZ353600: 1995.3747671981207\n", - "12:46:42\tCompleted 3224 to KZ274800: 2565.0747549852463\n", - "12:46:42\tCompleted 3250 to KZ395600: 2903.578757832198\n", - "12:46:43\tCompleted 3264 to KZ613600: 1123.0712337106409\n", - "12:46:43\tCompleted 3245 to KZ612600: 140.0912915699906\n", - "12:46:43\tCompleted 3298 to KZ351800: 1797.6825523626587\n", - "12:46:43\tCompleted 3251 to KZ276600: 3439.8235720464686\n", - "12:46:43\tCompleted 3270 to KZ791310: 1045.0093412220763\n", - "12:46:43\tCompleted 3288 to KZ395200: 2391.172782831257\n", - "12:46:43\tCompleted 3287 to KZ235600: 3947.53462377818\n", - "12:46:43\tCompleted 3248 to KZ633200: 1187.9995326431156\n", - "12:46:43\tCompleted 3302 to KZ354400: 3557.3764092310403\n", - "12:46:43\tCompleted 3239 to KZ556400: 3952.6072441096308\n", - "12:46:43\tCompleted 3242 to KZ751110: 78.50827407723783\n", - "12:46:43\tCompleted 3266 to KZ114500: 1763.6223834481546\n", - "12:46:43\tCompleted 3263 to KZ433600: 1935.7057735230387\n", - "12:46:43\tCompleted 3233 to KZ614400: 843.111378592348812:46:43\tCompleted 3268 to KZ351600: 850.5219063738211\n", - "\n", - "12:46:43\tCompleted 3318 to KZ314200: 121.21757589634642\n", - "12:46:44\tCompleted 3296 to KZ751910: 1221.6425619426652\n", - "12:46:44\tCompleted 3235 to KZ194800: 639.2654670704584\n", - "12:46:44\tCompleted 3222 to KZ396600: 2460.5086846684703\n", - "12:46:44\tCompleted 3244 to KZ395600: 2890.419212288096\n", - "12:46:44\tCompleted 3254 to KZ156400: 1891.4120460277588\n", - "12:46:44\tCompleted 3314 to KZ115400: 2888.91794003683\n", - "12:46:44\tCompleted 3312 to KZ634000: 1487.5112881083564\n", - "12:46:44\tCompleted 3243 to KZ394800: 3151.645556658867\n", - "12:46:44\tCompleted 3245 to KZ616000: 287.81168667081334\n", - "12:46:44\tCompleted 3242 to KZ751310: 84.99355545147638\n", - "12:46:44\tCompleted 3272 to KZ113600: 1877.5661182203391\n", - "12:46:44\tCompleted 3293 to KZ556000: 2070.8801178040853\n", - "12:46:44\tCompleted 3267 to KZ154200: 2172.027250393674\n", - "12:46:44\tCompleted 3277 to KZ276200: 3900.2355539223704\n", - "12:46:45\tCompleted 3241 to KZ116400: 1759.5252301861124\n", - "12:46:45\tCompleted 3281 to KZ111810: 1668.2283169106909\n", - "12:46:45\tCompleted 3233 to KZ614600: 568.2190761769367\n", - "12:46:45\tCompleted 3307 to KZ274000: 4506.414427689149\n", - "12:46:45\tCompleted 3236 to KZ353200: 1723.3554588984973\n", - "12:46:45\tCompleted 3264 to KZ614000: 1069.9311867963168\n", - "12:46:45\tCompleted 3270 to KZ791510: 1022.1288416504232\n", - "12:46:45\tCompleted 3235 to KZ195600: 315.6776084749499\n", - "12:46:45\tCompleted 3269 to KZ352000: 3220.562264084767\n", - "12:46:45\tCompleted 3230 to KZ555600: 1579.201470190242\n", - "12:46:45\tCompleted 3276 to KZ711210: 1465.3441936576241\n", - "12:46:45\tCompleted 3237 to KZ351600: 1570.1649152216694\n", - "12:46:45\tCompleted 3312 to KZ273600: 3735.6496239235184\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:46:45\tCompleted 3275 to KZ315400: 3473.7835056383096\n", - "12:46:45\tCompleted 3262 to KZ354800: 1690.7139195250063\n", - "12:46:45\tCompleted 3260 to KZ111810: 1964.7285948862936\n", - "12:46:45\tCompleted 3245 to KZ613800: 511.3167171770601\n", - "12:46:45\tCompleted 3242 to KZ751410: 92.0035015563731\n", - "12:46:45\tCompleted 3296 to KZ751510: 1210.1584998417493\n", - "12:46:46\tCompleted 3258 to KZ615600: 1671.7035563455036\n", - "12:46:46\tCompleted 3254 to KZ155600: 1294.7387897690346\n", - "12:46:46\tCompleted 3314 to KZ151000: 1647.587526929838812:46:46\tCompleted 3256 to KZ352300: 1979.6974310380442\n", - "\n", - "12:46:46\tCompleted 3281 to KZ116600: 298.89654250583555\n", - "12:46:46\tCompleted 3238 to KZ594200: 2383.305383276373\n", - "12:46:46\tCompleted 3248 to KZ634800: 1672.4461240534101\n", - "12:46:46\tCompleted 3223 to KZ553600: 1908.5018376116022\n", - "12:46:46\tCompleted 3263 to KZ434000: 1699.7630239334944\n", - "12:46:46\tCompleted 3274 to KZ635400: 1899.9435061742329\n", - "12:46:46\tCompleted 3250 to KZ395800: 3091.702624450715\n", - "\n", - "12:46:46\tCompleted 3229 to KZ434000: 1916.091917031441412:46:46\tCompleted 3235 to KZ195800: 354.47263369149755\n", - "12:46:46\tCompleted 3268 to KZ354000: 1359.321424335325\n", - "12:46:46\tCompleted 3306 to KZ596400: 2044.0896647256288\n", - "12:46:46\tCompleted 3233 to KZ614800: 807.9290814346092\n", - "12:46:47\tCompleted 3302 to KZ351800: 2792.0579603742435\n", - "12:46:47\tCompleted 3270 to KZ791710: 1020.3526613333906\n", - "12:46:47\tCompleted 3295 to KZ115400: 2299.5511035378763\n", - "12:46:47\tCompleted 3242 to KZ751710: 124.03957121651662\n", - "12:46:47\tCompleted 3311 to KZ154800: 2736.6222855547526\n", - "12:46:47\tCompleted 3222 to KZ394200: 1850.118992933388412:46:47\tCompleted 3318 to KZ353200: 1495.6389606035716\n", - "\n", - "12:46:47\tCompleted 3255 to KZ235200: 3851.5080976484205\n", - "12:46:47\tCompleted 3266 to KZ114000: 1699.765369880596\n", - "12:46:47\tCompleted 3290 to KZ474200: 2877.5480989700936\n", - "12:46:47\tCompleted 3249 to KZ632800: 4673.527319486651\n", - "12:46:47\tCompleted 3264 to KZ613900: 1347.8544588127645\n", - "12:46:47\tCompleted 3258 to KZ615800: 1055.878901243195\n", - "12:46:47\tCompleted 3314 to KZ153200: 1584.501531297982\n", - "12:46:47\tCompleted 3235 to KZ196000: 622.8370040371568\n", - "12:46:48\tCompleted 3244 to KZ395800: 3078.5430789066127\n", - "12:46:48\tCompleted 3236 to KZ353600: 1659.5852371818305\n", - "12:46:48\tCompleted 3261 to KZ234000: 4204.439851396022\n", - "12:46:48\tCompleted 3257 to KZ396200: 2305.8311439076165\n", - "12:46:48\tCompleted 3260 to KZ116600: 1478.09207390015\n", - "12:46:48\tCompleted 3298 to KZ393200: 2495.7556706197433\n", - "12:46:48\tCompleted 3248 to KZ633400: 966.7494834057892\n", - "12:46:48\tCompleted 3221 to KZ635400: 3504.4409826026485\n", - "12:46:48\tCompleted 3224 to KZ275800: 2034.657578973668\n", - "12:46:48\tCompleted 3233 to KZ615400: 804.3347065160988\n", - "12:46:48\tCompleted 3242 to KZ751810: 87.7509147643571\n", - "12:46:48\tCompleted 3241 to KZ116800: 1759.6312511923206\n", - "12:46:48\tCompleted 3247 to KZ153600: 3341.055438401733\n", - "12:46:48\tCompleted 3276 to KZ711310: 1477.201553113556\n", - "12:46:48\tCompleted 3254 to KZ156800: 1993.6323464471386\n", - "12:46:48\tCompleted 3273 to KZ156800: 2730.717747721972\n", - "12:46:48\tCompleted 3267 to KZ156000: 1745.276482761884\n", - "12:46:48\tCompleted 3230 to KZ551000: 1490.336900843988412:46:48\tCompleted 3256 to KZ352800: 1516.5874679410585\n", - "\n", - "12:46:48\tCompleted 3237 to KZ354000: 1531.642780836591\n", - "12:46:48\tCompleted 3272 to KZ113800: 2056.912142889239\n", - "12:46:49\tCompleted 3239 to KZ554200: 4122.452145962823\n", - "12:46:49\tCompleted 3268 to KZ351000: 1290.9529932349817\n", - "12:46:49\tCompleted 3312 to KZ635400: 1932.4168406905897\n", - "12:46:49\tCompleted 3274 to KZ635000: 1374.670078841784\n", - "12:46:49\tCompleted 3235 to KZ191000: 325.77120954504886\n", - "12:46:49\tCompleted 3288 to KZ391000: 2586.8790473402164\n", - "12:46:49\tCompleted 3270 to KZ611600: 1277.213196608515\n", - "12:46:49\tCompleted 3262 to KZ355200: 1910.7019830178513\n", - "12:46:49\tCompleted 3250 to KZ392400: 2689.2131795309992\n", - "12:46:49\tCompleted 3236 to KZ351600: 1234.3753852053792\n", - "12:46:49\tCompleted 3242 to KZ751910: 69.87593022469055\n", - "12:46:50\tCompleted 3258 to KZ612600: 1311.0090278641212\n", - "12:46:50\tCompleted 3233 to KZ615200: 619.9182752205483\n", - "12:46:50\tCompleted 3243 to KZ395000: 3079.6209663498184\n", - "12:46:50\tCompleted 3318 to KZ353600: 1523.551315195880812:46:50\tCompleted 3314 to KZ153400: 2277.9421894956718\n", - "\n", - "12:46:50\tCompleted 3235 to KZ196200: 296.6518036156092\n", - "12:46:50\tCompleted 3273 to KZ193200: 660.0785856418818\n", - "12:46:50\tCompleted 3264 to KZ612000: 1216.565919841229\n", - "12:46:50\tCompleted 3287 to KZ233600: 3830.1512216341243\n", - "12:46:50\tCompleted 3222 to KZ394400: 2024.9723575943485\n", - "12:46:50\tCompleted 3269 to KZ354800: 4042.6674908858768\n", - "12:46:50\tCompleted 3281 to KZ115600: 1832.3006651142457\n", - "12:46:50\tCompleted 3256 to KZ356400: 1169.370699847655\n", - "12:46:50\tCompleted 3302 to KZ393200: 2868.734493764574\n", - "12:46:50\tCompleted 3242 to KZ751510: 70.43720626537237\n", - "12:46:50\tCompleted 3266 to KZ117000: 1622.3977133271999\n", - "12:46:50\tCompleted 3244 to KZ392400: 2676.0536339868972\n", - "12:46:51\tCompleted 3275 to KZ315600: 3993.2250184589616\n", - "12:46:51\tCompleted 3248 to KZ633600: 1480.667245540647\n", - "12:46:51\tCompleted 3293 to KZ556800: 2271.5680426760205\n", - "12:46:51\tCompleted 3238 to KZ596600: 2484.1909008531234\n", - "12:46:51\tCompleted 3258 to KZ616000: 1020.774256489145\n", - "12:46:51\tCompleted 3270 to KZ613600: 1130.8406443705946\n", - "12:46:51\tCompleted 3312 to KZ635000: 1407.1434133581408\n", - "12:46:51\tCompleted 3251 to KZ275000: 3305.5212291488\n", - "12:46:51\tCompleted 3235 to KZ192600: 309.4124214529771\n", - "12:46:51\tCompleted 3268 to KZ352000: 1435.7195835357227\n", - "12:46:51\tCompleted 3314 to KZ153600: 1249.3288413213638\n", - "12:46:51\tCompleted 3273 to KZ193400: 864.9674626573222\n", - "12:46:52\tCompleted 3237 to KZ351000: 1465.6174954867554\n", - "12:46:52\tCompleted 3318 to KZ351600: 1098.3414632194294\n", - "12:46:52\tCompleted 3315 to KZ234200: 4450.729690668375\n", - "12:46:52\tCompleted 3223 to KZ552200: 1983.1432874064449\n", - "12:46:52\tCompleted 3260 to KZ115600: 2128.800943089846\n", - "12:46:52\tCompleted 3312 to KZ276600: 3817.4748706225046\n", - "12:46:52\tCompleted 3230 to KZ556000: 1531.6334091748015\n", - "12:46:52\tCompleted 3241 to KZ111810: 1781.4953442154494\n", - "12:46:52\tCompleted 3276 to KZ555200: 1757.0718681073583\n", - "12:46:52\tCompleted 3236 to KZ354000: 1743.1749031668833\n", - "12:46:52\tCompleted 3274 to KZ632200: 1449.710657248360812:46:52\tCompleted 3287 to KZ633200: 1223.813079607624812:46:52\tCompleted 3233 to KZ616400: 1321.5398274159515\n", - "12:46:52\tCompleted 3262 to KZ355600: 1684.151148943093\n", - "\n", - "\n", - "12:46:52\tCompleted 3239 to KZ791110: 2934.287203085565\n", - "12:46:52\tCompleted 3264 to KZ614400: 1274.3872582525673\n", - "12:46:52\tCompleted 3277 to KZ271000: 3917.928509336586\n", - "12:46:52\tCompleted 3272 to KZ114500: 1924.034158343274\n", - "12:46:52\tCompleted 3235 to KZ196600: 184.2389391529095\n", - "12:46:52\tCompleted 3222 to KZ433200: 1404.9430173170495\n", - "12:46:53\tCompleted 3307 to KZ274200: 4623.759922068685\n", - "12:46:53\tCompleted 3256 to KZ352400: 1502.5130558374622\n", - "12:46:53\tCompleted 3229 to KZ471000: 4349.04078770041\n", - "12:46:53\tCompleted 3250 to KZ396200: 3129.242102040715\n", - "12:46:53\tCompleted 3270 to KZ614000: 1077.7005974562705\n", - "12:46:53\tCompleted 3296 to KZ231000: 2731.2742136332026\n", - "12:46:53\tCompleted 3298 to KZ393400: 2318.01610171987512:46:53\tCompleted 3263 to KZ471000: 4132.711894602459\n", - "\n", - "12:46:53\tCompleted 3273 to KZ193600: 422.39881801529395\n", - "12:46:53\tCompleted 3302 to KZ393400: 2495.417635907054\n", - "12:46:53\tCompleted 3248 to KZ633800: 1413.1667996128808\n", - "12:46:53\tCompleted 3306 to KZ594600: 2110.9124199959774\n", - "12:46:53\tCompleted 3245 to KZ273200: 2923.1028412013666\n", - "12:46:53\tCompleted 3295 to KZ151000: 3159.9866821951005\n", - "12:46:53\tCompleted 3241 to KZ116600: 412.1635698105942\n", - "12:46:53\tCompleted 3237 to KZ352000: 1015.5397720687813\n", - "12:46:53\tCompleted 3314 to KZ154000: 1757.6679489175492\n", - "12:46:54\tCompleted 3258 to KZ613800: 1396.3880318215247\n", - "12:46:54\tCompleted 3266 to KZ114400: 1535.056586916904\n", - "12:46:54\tCompleted 3262 to KZ352100: 775.9144633463744\n", - "12:46:54\tCompleted 3281 to KZ115200: 1664.7300027546603\n", - "12:46:54\tCompleted 3257 to KZ396600: 2313.7499846988057\n", - "12:46:54\tCompleted 3235 to KZ194200: 717.9218724622117\n", - "12:46:54\tCompleted 3267 to KZ154600: 2043.4139135070156\n", - "12:46:54\tCompleted 3255 to KZ235600: 3946.5458636688254\n", - "12:46:54\tCompleted 3244 to KZ396200: 3116.082556496613\n", - "12:46:54\tCompleted 3268 to KZ354800: 1531.2843222477006\n", - "12:46:54\tCompleted 3312 to KZ632200: 1482.1839917647176\n", - "12:46:54\tCompleted 3233 to KZ615600: 931.9802616400592\n", - "12:46:54\tCompleted 3290 to KZ474600: 2554.7235381520118\n", - "12:46:54\tCompleted 3288 to KZ395400: 2630.242942265529\n", - "12:46:54\tCompleted 3311 to KZ155200: 3163.5609484565052\n", - "12:46:54\tCompleted 3264 to KZ614600: 1064.0388857211321\n", - "12:46:54\tCompleted 3273 to KZ194000: 152.97665364342922\n", - "12:46:54\tCompleted 3318 to KZ354000: 1591.7983111909568\n", - "12:46:54\tCompleted 3249 to KZ636800: 4698.420901015292\n", - "12:46:54\tCompleted 3247 to KZ154000: 3092.6320112267076\n", - "12:46:55\tCompleted 3254 to KZ193200: 4606.999427434871\n", - "12:46:55\tCompleted 3269 to KZ355200: 3344.1700588909916\n", - "12:46:55\tCompleted 3261 to KZ234200: 4655.38555791697\n", - "12:46:55\tCompleted 3243 to KZ395200: 2611.585481274986\n", - "12:46:55\tCompleted 3222 to KZ431900: 1533.9943316137646\n", - "12:46:55\tCompleted 3275 to KZ316000: 3166.98594059548\n", - "12:46:55\tCompleted 3224 to KZ276000: 2450.4886047287105\n", - "12:46:55\tCompleted 3230 to KZ556800: 1593.2043678595473\n", - "12:46:55\tCompleted 3235 to KZ751210: 397.78025377086453\n", - "12:46:55\tCompleted 3236 to KZ351000: 1674.80647206654\n", - "12:46:55\tCompleted 3270 to KZ613900: 1355.6238694727183\n", - "12:46:56\tCompleted 3314 to KZ154200: 1680.512506147489\n", - "12:46:56\tCompleted 3233 to KZ615800: 699.1566049219919\n", - "12:46:56\tCompleted 3274 to KZ635200: 1640.275126634812\n", - "12:46:56\tCompleted 3287 to KZ634800: 1708.2596710179193\n", - "12:46:56\tCompleted 3273 to KZ196400: 578.8180995690295\n", - "12:46:56\tCompleted 3221 to KZ635000: 3031.7741926910185\n", - "12:46:56\tCompleted 3272 to KZ114000: 1870.9735121370995\n", - "12:46:56\tCompleted 3306 to KZ711110: 1516.6419102021218\n", - "12:46:56\tCompleted 3276 to KZ551600: 1815.0327717385899\n", - "12:46:56\tCompleted 3248 to KZ634000: 1410.2515421784178\n", - "12:46:56\tCompleted 3262 to KZ352200: 1492.707685931211\n", - "12:46:56\tCompleted 3239 to KZ791310: 2912.005654125165\n", - "12:46:56\tCompleted 3308 to KZ113200: 1692.6514971825798\n", - "12:46:56\tCompleted 3302 to KZ391600: 2754.613879157619\n", - "12:46:56\tCompleted 3235 to KZ751110: 391.3819781075755\n", - "12:46:56\tCompleted 3260 to KZ115200: 2322.283057576099\n", - "12:46:56\tCompleted 3250 to KZ396600: 3040.947234188174\n", - "12:46:57\tCompleted 3233 to KZ612600: 408.5366160364815\n", - "12:46:57\tCompleted 3256 to KZ356000: 2140.7938182613166\n", - "12:46:57\tCompleted 3281 to KZ115400: 1642.1093401565665\n", - "12:46:57\tCompleted 3242 to KZ231000: 3935.5364058017435\n", - "12:46:57\tCompleted 3273 to KZ196800: 120.64183484880742\n", - "12:46:57\tCompleted 3293 to KZ554800: 2276.263530720474\n", - "12:46:57\tCompleted 3223 to KZ554600: 2065.3197599082546\n", - "12:46:57\tCompleted 3318 to KZ351000: 1525.7730258411211\n", - "12:46:57\tCompleted 3264 to KZ614800: 1545.6596910922387\n", - "12:46:57\tCompleted 3238 to KZ595000: 2318.6309195408367\n", - "12:46:57\tCompleted 3287 to KZ633400: 1002.5630303702984\n", - "12:46:57\tCompleted 3270 to KZ612000: 1224.3353305011829\n", - "12:46:58\tCompleted 3222 to KZ434600: 1571.8938558639712:46:58\tCompleted 3314 to KZ156000: 1826.803490685964\n", - "\n", - "12:46:58\tCompleted 3312 to KZ635200: 1672.7484611511688\n", - "12:46:58\tCompleted 3244 to KZ396600: 3027.787688644072\n", - "12:46:58\tCompleted 3268 to KZ355200: 1751.2723857405465\n", - "12:46:58\tCompleted 3235 to KZ751310: 397.86725948181413\n", - "12:46:58\tCompleted 3233 to KZ616000: 726.2958206545983\n", - "12:46:58\tCompleted 3312 to KZ275000: 3683.172527724836\n", - "12:46:58\tCompleted 3320 to KZ433200: 1979.0278655584389\n", - "12:46:58\tCompleted 3273 to KZ191600: 72.77447338793588\n", - "12:46:58\tCompleted 3266 to KZ114600: 1885.1058376419403\n", - "12:46:58\tCompleted 3257 to KZ394200: 1948.002464860698\n", - "12:46:58\tCompleted 3298 to KZ391600: 2173.8865987353656\n", - "12:46:58\tCompleted 3237 to KZ354800: 2014.473734127381\n", - "12:46:58\tCompleted 3267 to KZ154800: 1878.4212245194142\n", - "12:46:59\tCompleted 3241 to KZ115600: 1943.13252315187\n", - "12:46:59\tCompleted 3274 to KZ632400: 1509.2306844843094\n", - "12:46:59\tCompleted 3230 to KZ554800: 1747.8843366078377\n", - "12:46:59\tCompleted 3306 to KZ711410: 1516.8147132562315\n", - "12:46:59\tCompleted 3235 to KZ751410: 404.87720558671066\n", - "12:46:59\tCompleted 3318 to KZ352000: 1075.695302423147\n", - "12:46:59\tCompleted 3229 to KZ473600: 3930.0660216774395\n", - "12:46:59\tCompleted 3272 to KZ117000: 1793.6058555837035\n", - "12:46:59\tCompleted 3250 to KZ394200: 2430.5575424531053\n", - "12:46:59\tCompleted 3251 to KZ274800: 3841.0261405322167\n", - "12:46:59\tCompleted 3263 to KZ473600: 3713.737128579511\n", - "12:46:59\tCompleted 3273 to KZ195200: 39.22361107568207\n", - "12:46:59\tCompleted 3314 to KZ154600: 1739.6886127520982\n", - "12:46:59\tCompleted 3308 to KZ113400: 1522.3640042498164\n", - "12:46:59\tCompleted 3302 to KZ393600: 2636.1026046939805\n", - "12:47:00\tCompleted 3277 to KZ274000: 4571.586693056093\n", - "12:47:00\tCompleted 3264 to KZ615400: 1286.8234581827905\n", - "12:47:00\tCompleted 3315 to KZ234600: 4565.899989106468\n", - "12:47:00\tCompleted 3248 to KZ635400: 1855.157094760651\n", - "12:47:00\tCompleted 3288 to KZ392000: 2747.166637345753\n", - "12:47:00\tCompleted 3270 to KZ614400: 1282.1566689125211\n", - "12:47:00\tCompleted 3239 to KZ791510: 2922.1234301214336\n", - "12:47:00\tCompleted 3295 to KZ153200: 3164.4032656237255\n", - "12:47:00\tCompleted 3243 to KZ391000: 2807.291745783943\n", - "12:47:00\tCompleted 3233 to KZ613800: 874.549953673485\n", - "12:47:00\tCompleted 3262 to KZ352300: 1982.9400717251633\n", - "12:47:00\tCompleted 3269 to KZ355600: 3587.8156119861014\n", - "12:47:00\tCompleted 3222 to KZ434400: 1556.8447519736253\n", - "12:47:00\tCompleted 3247 to KZ154200: 3395.26805019603\n", - "12:47:00\tCompleted 3296 to KZ234000: 2939.8846910008906\n", - "12:47:00\tCompleted 3255 to KZ233600: 3829.1624615247697\n", - "12:47:00\tCompleted 3235 to KZ751710: 436.91327524685425\n", - "12:47:00\tCompleted 3287 to KZ633600: 1516.4807925051562\n", - "12:47:00\tCompleted 3244 to KZ394200: 2417.397996909003\n", - "12:47:00\tCompleted 3275 to KZ316600: 3814.9768046795007\n", - "12:47:00\tCompleted 3320 to KZ431900: 2108.0791798551522\n", - "12:47:00\tCompleted 3312 to KZ632400: 1541.7040190006662\n", - "12:47:00\tCompleted 3276 to KZ553200: 1980.1175612302416\n", - "12:47:01\tCompleted 3224 to KZ276200: 2169.874817994806\n", - "12:47:01\tCompleted 3268 to KZ355600: 1524.7215516657873\n", - "12:47:01\tCompleted 3258 to KZ273200: 4097.886977122101\n", - "12:47:01\tCompleted 3256 to KZ354400: 1933.277940084168\n", - "12:47:01\tCompleted 3273 to KZ195000: 462.16960006334745\n", - "12:47:01\tCompleted 3237 to KZ355200: 1373.8231262243291\n", - "12:47:01\tCompleted 3260 to KZ115400: 2542.85582944175\n", - "12:47:01\tCompleted 3281 to KZ151000: 1864.7001293125477\n", - "12:47:01\tCompleted 3314 to KZ154800: 1759.4882410315133\n", - "12:47:01\tCompleted 3241 to KZ115200: 1548.6333290518323\n", - "12:47:02\tCompleted 3274 to KZ632800: 1507.1263458752367\n", - "12:47:02\tCompleted 3270 to KZ614600: 1071.808296381086\n", - "12:47:02\tCompleted 3249 to KZ635800: 5147.923148712598\n", - "12:47:02\tCompleted 3311 to KZ156400: 2742.8509480957387\n", - "12:47:02\tCompleted 3235 to KZ751810: 400.6246187946948\n", - "12:47:02\tCompleted 3264 to KZ615200: 1024.2401046845107\n", - "12:47:02\tCompleted 3306 to KZ711210: 1486.460327589816\n", - "12:47:02\tCompleted 3290 to KZ475000: 2925.052564901789\n", - "12:47:02\tCompleted 3245 to KZ274400: 2860.2315286880644\n", - "12:47:02\tCompleted 3266 to KZ114800: 1696.7776627653852\n", - "12:47:02\tCompleted 3254 to KZ193400: 4811.88830445033\n", - "12:47:02\tCompleted 3250 to KZ394400: 2605.4109071140583\n", - "12:47:02\tCompleted 3261 to KZ234600: 4770.555856355076\n", - "12:47:02\tCompleted 3268 to KZ352100: 616.4848660690689\n", - "12:47:02\tCompleted 3273 to KZ194400: 287.26718735438226\n", - "12:47:02\tCompleted 3230 to KZ556400: 1674.7506957826413\n", - "12:47:02\tCompleted 3318 to KZ354800: 1779.1038790933092\n", - "12:47:02\tCompleted 3248 to KZ635000: 1329.8836674282022\n", - "12:47:02\tCompleted 3255 to KZ633200: 1197.1456220513405\n", - "12:47:03\tCompleted 3222 to KZ431000: 1894.479423328846\n", - "12:47:03\tCompleted 3262 to KZ352800: 1519.8301086281779\n", - "12:47:03\tCompleted 3221 to KZ632200: 2427.7109023238017\n", - "12:47:03\tCompleted 3302 to KZ396400: 2515.5164931270365\n", - "12:47:03\tCompleted 3308 to KZ113600: 1650.8351623198744\n", - "12:47:03\tCompleted 3235 to KZ751910: 382.7496342550281\n", - "12:47:03\tCompleted 3238 to KZ593600: 2433.17952382514\n", - "12:47:03\tCompleted 3314 to KZ155200: 1503.3456626455904\n", - "12:47:03\tCompleted 3321 to KZ556800: 1924.8253762998065\n", - "12:47:03\tCompleted 3239 to KZ791710: 2893.6234907711473\n", - "12:47:03\tCompleted 3272 to KZ114400: 1919.8456956923026\n", - "12:47:03\tCompleted 3244 to KZ394400: 2592.2513615699563\n", - "12:47:03\tCompleted 3273 to KZ194600: 290.47149260887977\n", - "12:47:04\tCompleted 3298 to KZ393600: 2476.3198937247344\n", - "12:47:04\tCompleted 3312 to KZ632800: 1539.5996803915934\n", - "12:47:04\tCompleted 3223 to KZ555600: 2462.034562608289\n", - "12:47:04\tCompleted 3293 to KZ556400: 2213.9974044119194\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:47:04\tCompleted 3320 to KZ434600: 2145.978704105356412:47:04\tCompleted 3287 to KZ633800: 1448.98034657739\n", - "\n", - "12:47:04\tCompleted 3242 to KZ234000: 4144.146883169431\n", - "12:47:04\tCompleted 3250 to KZ433200: 1985.3815668367747\n", - "12:47:04\tCompleted 3237 to KZ355600: 1656.2427015547255\n", - "12:47:04\tCompleted 3235 to KZ751510: 383.31091029570996\n", - "12:47:04\tCompleted 3274 to KZ636800: 1437.39897229531312:47:04\tCompleted 3276 to KZ553600: 1697.7244997750095\n", - "\n", - "12:47:04\tCompleted 3241 to KZ115400: 1526.0126664537386\n", - "12:47:05\tCompleted 3262 to KZ356400: 1172.6133405347741\n", - "12:47:05\tCompleted 3268 to KZ352200: 1333.2780886539053\n", - "12:47:05\tCompleted 3312 to KZ274800: 4218.677439108264\n", - "12:47:05\tCompleted 3269 to KZ352100: 3864.2777007001714\n", - "12:47:05\tCompleted 3248 to KZ632200: 1404.924245834779\n", - "12:47:05\tCompleted 3318 to KZ355200: 1553.7715464158932\n", - "12:47:05\tCompleted 3306 to KZ711310: 1508.052716128405\n", - "12:47:05\tCompleted 3257 to KZ394400: 2376.0088161867006\n", - "12:47:05\tCompleted 3267 to KZ155200: 2305.3598874211884\n", - "12:47:05\tCompleted 3256 to KZ351800: 1954.3126547271938\n", - "12:47:05\tCompleted 3273 to KZ194800: 558.5871446628835\n", - "12:47:05\tCompleted 3275 to KZ316200: 3317.706072670978\n", - "12:47:05\tCompleted 3314 to KZ156400: 2002.1308411974258\n", - "12:47:05\tCompleted 3270 to KZ614800: 1553.4291017521925\n", - "12:47:05\tCompleted 3222 to KZ435200: 1985.2912167189083\n", - "12:47:05\tCompleted 3288 to KZ395600: 2624.31998663684\n", - "12:47:05\tCompleted 3243 to KZ395400: 2850.6556407092557\n", - "12:47:06\tCompleted 3255 to KZ634800: 1681.592213461635\n", - "12:47:06\tCompleted 3263 to KZ474200: 4160.36128964603312:47:06\tCompleted 3302 to KZ394000: 2583.2176194538283\n", - "\n", - "12:47:06\tCompleted 3244 to KZ433200: 1972.2220212926723\n", - "12:47:06\tCompleted 3281 to KZ153200: 1869.1167127411968\n", - "12:47:06\tCompleted 3247 to KZ156000: 2968.5172825642503\n", - "12:47:06\tCompleted 3295 to KZ153400: 3053.816608098047\n", - "12:47:06\tCompleted 3266 to KZ111010: 1752.6242996065928\n", - "12:47:06\tCompleted 3230 to KZ554200: 1937.3787341700777\n", - "12:47:06\tCompleted 3250 to KZ431900: 2114.432881133488\n", - "12:47:06\tCompleted 3287 to KZ634000: 1446.065089142927\n", - "12:47:06\tCompleted 3239 to KZ611600: 2842.7981519184837\n", - "12:47:06\tCompleted 3273 to KZ195600: 642.680373168098\n", - "12:47:06\tCompleted 3277 to KZ274200: 4688.932187435639\n", - "12:47:07\tCompleted 3315 to KZ234800: 3699.601364942046\n", - "12:47:07\tCompleted 3312 to KZ636800: 1469.8723068116697\n", - "12:47:07\tCompleted 3264 to KZ616400: 1996.8326555805627\n", - "12:47:07\tCompleted 3233 to KZ273200: 2379.265597510682\n", - "12:47:07\tCompleted 3308 to KZ113800: 1730.4532470759084\n", - "12:47:07\tCompleted 3251 to KZ275800: 3310.6089645206384\n", - "12:47:07\tCompleted 3237 to KZ352100: 1336.1278749169162\n", - "12:47:07\tCompleted 3314 to KZ155600: 1405.457584938704\n", - "12:47:07\tCompleted 3262 to KZ352400: 1505.7556965245815\n", - "12:47:07\tCompleted 3320 to KZ434400: 2130.9296002150154\n", - "12:47:07\tCompleted 3224 to KZ271000: 2187.567773409022\n", - "12:47:07\tCompleted 3255 to KZ633400: 975.8955728140141\n", - "12:47:07\tCompleted 3274 to KZ635800: 1488.0254060108555\n", - "12:47:08\tCompleted 3248 to KZ635200: 1595.4887152212302\n", - "12:47:08\tCompleted 3272 to KZ114600: 2028.2447880797324\n", - "12:47:08\tCompleted 3260 to KZ151000: 3403.291408098962\n", - "12:47:08\tCompleted 3321 to KZ554800: 2079.5053450480955\n", - "12:47:08\tCompleted 3258 to KZ274400: 4035.015664608825\n", - "12:47:08\tCompleted 3273 to KZ195800: 456.5672455352481\n", - "12:47:08\tCompleted 3318 to KZ355600: 1716.3982319090912\n", - "12:47:08\tCompleted 3238 to KZ595200: 2430.629656882361\n", - "12:47:08\tCompleted 3270 to KZ615400: 1294.5928688427443\n", - "12:47:08\tCompleted 3254 to KZ193600: 4026.097468841154\n", - "12:47:08\tCompleted 3296 to KZ234200: 3390.8303975218264\n", - "12:47:08\tCompleted 3244 to KZ431900: 2101.273335589386\n", - "12:47:08\tCompleted 3222 to KZ434800: 1906.857452442183\n", - "12:47:08\tCompleted 3241 to KZ151000: 1748.6034556097197\n", - "12:47:08\tCompleted 3257 to KZ433200: 1509.1263148100202\n", - "12:47:08\tCompleted 3323 to KZ117000: 1770.4047765069674\n", - "12:47:08\tCompleted 3261 to KZ234800: 3904.257232190629\n", - "12:47:08\tCompleted 3276 to KZ552200: 1822.6526174434878\n", - "12:47:09\tCompleted 3298 to KZ396400: 2697.731540398093312:47:09\tCompleted 3250 to KZ434600: 2152.3324053836923\n", - "\n", - "12:47:09\tCompleted 3290 to KZ475200: 2935.8955256858385\n", - "12:47:09\tCompleted 3311 to KZ155600: 2915.5308221345986\n", - "12:47:09\tCompleted 3275 to KZ311000: 3178.277333041856812:47:09\tCompleted 3230 to KZ791110: 1422.8648616258347\n", - "\n", - "12:47:09\tCompleted 3266 to KZ116000: 1485.446997260151\n", - "12:47:09\tCompleted 3269 to KZ352200: 3545.864190148855\n", - "12:47:09\tCompleted 3302 to KZ396800: 2714.689420244158\n", - "12:47:09\tCompleted 3268 to KZ352300: 1823.5104744478585\n", - "12:47:09\tCompleted 3273 to KZ196000: 636.0353401741627\n", - "12:47:09\tCompleted 3249 to KZ636200: 4816.836470914421\n", - "12:47:09\tCompleted 3223 to KZ551000: 2058.235882256827\n", - "12:47:09\tCompleted 3237 to KZ352200: 1443.424004977923\n", - "12:47:09\tCompleted 3314 to KZ156800: 2104.3511416168058\n", - "12:47:09\tCompleted 3318 to KZ352100: 864.3044229146774\n", - "12:47:09\tCompleted 3281 to KZ153400: 1758.5300552154906\n", - "12:47:10\tCompleted 3312 to KZ635800: 1520.4987405272125\n", - "12:47:10\tCompleted 3267 to KZ156400: 1884.6498870603455\n", - "12:47:10\tCompleted 3274 to KZ636200: 1349.1083227806112\n", - "12:47:10\tCompleted 3279 to KZ113200: 1664.5152488504418\n", - "12:47:10\tCompleted 3264 to KZ615600: 1581.1413578576824\n", - "12:47:10\tCompleted 3256 to KZ393200: 2652.3857729842684\n", - "12:47:10\tCompleted 3239 to KZ613600: 2896.9932885622934\n", - "12:47:10\tCompleted 3270 to KZ615200: 1032.0095153444645\n", - "12:47:10\tCompleted 3255 to KZ633600: 1489.813334948872\n", - "12:47:10\tCompleted 3221 to KZ635200: 3297.3792404840324\n", - "12:47:10\tCompleted 3273 to KZ191000: 327.6461872811177\n", - "12:47:10\tCompleted 3257 to KZ431900: 990.0824819148013\n", - "12:47:10\tCompleted 3287 to KZ635400: 1890.9706417251602\n", - "12:47:10\tCompleted 3320 to KZ431000: 2468.5642715702093\n", - "12:47:10\tCompleted 3248 to KZ632400: 1464.4442730707276\n", - "12:47:10\tCompleted 3293 to KZ554200: 2409.828440194215\n", - "12:47:11\tCompleted 3245 to KZ275400: 3535.4199606450748\n", - "12:47:11\tCompleted 3308 to KZ114500: 1804.2957421607298\n", - "12:47:11\tCompleted 3237 to KZ352300: 757.1296676921891\n", - "12:47:11\tCompleted 3244 to KZ434600: 2139.1728598395903\n", - "12:47:11\tCompleted 3242 to KZ234200: 4595.092589690369\n", - "12:47:11\tCompleted 3312 to KZ275800: 3688.2602630966744\n", - "12:47:11\tCompleted 3250 to KZ434400: 2137.2833014933512\n", - "12:47:11\tCompleted 3273 to KZ196200: 100.55167523978865\n", - "12:47:11\tCompleted 3243 to KZ392000: 2967.5793357894795\n", - "12:47:11\tCompleted 3222 to KZ433600: 1722.500980592032\n", - "12:47:11\tCompleted 3306 to KZ555200: 2249.6770209865326\n", - "12:47:11\tCompleted 3323 to KZ114400: 1683.0636500966714\n", - "12:47:11\tCompleted 3274 to KZ636400: 1106.5224749006009\n", - "12:47:11\tCompleted 3262 to KZ356000: 2144.036458948435\n", - "12:47:11\tCompleted 3288 to KZ395800: 2926.704062043324\n", - "12:47:12\tCompleted 3264 to KZ615800: 965.3167027553744\n", - "12:47:12\tCompleted 3268 to KZ352800: 1360.4005113508722\n", - "12:47:12\tCompleted 3230 to KZ791310: 1379.324629745226\n", - "12:47:12\tCompleted 3293 to KZ791110: 268.2696358590837\n", - "12:47:12\tCompleted 3302 to KZ394800: 2457.7665479917196\n", - "12:47:12\tCompleted 3318 to KZ352200: 1503.5795353322887\n", - "12:47:12\tCompleted 3312 to KZ636200: 1381.581657296968\n", - "12:47:12\tCompleted 3263 to KZ474600: 3837.5367288279513\n", - "12:47:12\tCompleted 3321 to KZ556400: 2006.3717042228993\n", - "12:47:12\tCompleted 3295 to KZ153600: 3346.2203689555713\n", - "12:47:12\tCompleted 3257 to KZ434600: 1023.747052341181612:47:12\tCompleted 3272 to KZ114800: 2386.4803174330355\n", - "\n", - "12:47:12\tCompleted 3247 to KZ154600: 3266.654713309365\n", - "12:47:12\tCompleted 3279 to KZ113400: 1494.2277559176785\n", - "12:47:12\tCompleted 3255 to KZ633800: 1422.312889021105812:47:12\tCompleted 3269 to KZ352300: 2768.462314721229\n", - "\n", - "12:47:13\tCompleted 3241 to KZ153200: 1753.0200390383689\n", - "12:47:13\tCompleted 3273 to KZ192600: 366.5899423098116\n", - "12:47:13\tCompleted 3315 to KZ235200: 3747.2412123054137\n", - "12:47:13\tCompleted 3276 to KZ554600: 1960.2413496213514\n", - "12:47:13\tCompleted 3248 to KZ632800: 1462.3399344616548\n", - "12:47:13\tCompleted 3266 to KZ116400: 1834.02495637361\n", - "12:47:13\tCompleted 3293 to KZ791310: 245.9880868986855\n", - "12:47:13\tCompleted 3287 to KZ635000: 1365.6972143927114\n", - "12:47:13\tCompleted 3238 to KZ591000: 2320.8453856349033\n", - "12:47:13\tCompleted 3237 to KZ352800: 1417.6540394717808\n", - "12:47:13\tCompleted 3320 to KZ435200: 2559.376064960261\n", - "12:47:13\tCompleted 3239 to KZ614000: 2942.3521272348667\n", - "12:47:14\tCompleted 3244 to KZ434400: 2124.12375594924912:47:14\tCompleted 3250 to KZ431000: 2474.917972848545\n", - "\n", - "12:47:14\tCompleted 3318 to KZ352300: 1334.1701687135867\n", - "12:47:14\tCompleted 3275 to KZ315000: 3590.949207181072\n", - "12:47:14\tCompleted 3312 to KZ636400: 1138.995809416957612:47:14\tCompleted 3260 to KZ153200: 3407.70799152758712:47:14\tCompleted 3273 to KZ196600: 419.6183271150814\n", - "\n", - "\n", - "12:47:14\tCompleted 3268 to KZ356400: 1013.1837432574695\n", - "12:47:14\tCompleted 3274 to KZ631000: 1321.412662752055\n", - "12:47:14\tCompleted 3281 to KZ153600: 2050.933816072961\n", - "12:47:14\tCompleted 3264 to KZ612600: 1220.4468293763\n", - "12:47:14\tCompleted 3230 to KZ791510: 1356.444130173573\n", - "12:47:14\tCompleted 3308 to KZ114000: 1740.4387285931712\n", - "12:47:14\tCompleted 3251 to KZ276000: 3726.4399902756736\n", - "12:47:14\tCompleted 3293 to KZ791510: 256.105862894954\n", - "12:47:14\tCompleted 3233 to KZ274400: 2316.394284997377\n", - "12:47:14\tCompleted 3298 to KZ394000: 2929.6663897639146\n", - "12:47:14\tCompleted 3256 to KZ393400: 2474.646204084408512:47:14\tCompleted 3254 to KZ194000: 4092.5848346863863\n", - "\n", - "12:47:14\tCompleted 3224 to KZ274000: 2841.2259571285476\n", - "12:47:14\tCompleted 3257 to KZ434400: 1366.696451302916\n", - "12:47:15\tCompleted 3270 to KZ616400: 2004.6020662405165\n", - "12:47:15\tCompleted 3261 to KZ235200: 3951.8970795539967\n", - "12:47:15\tCompleted 3222 to KZ434000: 2457.704673757223\n", - "12:47:15\tCompleted 3223 to KZ556000: 2106.3572644648407\n", - "12:47:15\tCompleted 3311 to KZ156800: 2417.5106663552356\n", - "12:47:15\tCompleted 3258 to KZ275400: 4710.204096565889\n", - "12:47:15\tCompleted 3273 to KZ194200: 321.3219469974058\n", - "12:47:15\tCompleted 3302 to KZ395000: 2776.677872790013\n", - "12:47:15\tCompleted 3255 to KZ634000: 1419.3976315866428\n", - "12:47:15\tCompleted 3248 to KZ636800: 1392.612560881731\n", - "12:47:16\tCompleted 3290 to KZ471800: 2765.505305525113\n", - "12:47:16\tCompleted 3314 to KZ193200: 4717.718222604549\n", - "12:47:16\tCompleted 3296 to KZ234600: 3506.000695959881\n", - "12:47:16\tCompleted 3262 to KZ354400: 1936.520580771287\n", - "12:47:16\tCompleted 3293 to KZ791710: 227.60592354466525\n", - "12:47:16\tCompleted 3237 to KZ356400: 1436.732466596527\n", - "12:47:16\tCompleted 3279 to KZ113600: 1622.6989139877362\n", - "12:47:16\tCompleted 3287 to KZ632200: 1440.7377927992882\n", - "12:47:16\tCompleted 3264 to KZ616000: 930.2120580013238\n", - "12:47:16\tCompleted 3241 to KZ153400: 1642.4333815126627\n", - "12:47:16\tCompleted 3323 to KZ114600: 2033.1129008217079\n", - "12:47:16\tCompleted 3267 to KZ155600: 2057.329761099283\n", - "12:47:16\tCompleted 3320 to KZ434800: 2480.942300683543\n", - "12:47:16\tCompleted 3318 to KZ352800: 1477.8095698261466\n", - "12:47:16\tCompleted 3257 to KZ431000: 708.3878689402729\n", - "12:47:16\tCompleted 3266 to KZ116800: 1631.4578747968253\n", - "12:47:16\tCompleted 3312 to KZ631000: 1353.8859972684118\n", - "12:47:16\tCompleted 3273 to KZ751210: 30.155487257014336\n", - "12:47:16\tCompleted 3244 to KZ431000: 2461.758427304443\n", - "12:47:16\tCompleted 3249 to KZ636400: 5154.076205417721\n", - "12:47:16\tCompleted 3222 to KZ471000: 611.0320524220499\n", - "12:47:16\tCompleted 3250 to KZ435200: 2565.7297662385968\n", - "12:47:16\tCompleted 3272 to KZ111010: 1923.8324418630964\n", - "12:47:17\tCompleted 3268 to KZ352400: 1346.3260992472758\n", - "12:47:17\tCompleted 3306 to KZ551600: 1983.110299000999\n", - "12:47:17\tCompleted 3230 to KZ791710: 1354.6679498565404\n", - "12:47:17\tCompleted 3276 to KZ555600: 1861.7681151688787\n", - "12:47:17\tCompleted 3243 to KZ395600: 2844.7326850805666\n", - "12:47:17\tCompleted 3274 to KZ634600: 1589.097288052352312:47:17\tCompleted 3293 to KZ611600: 206.91460297690887\n", - "\n", - "12:47:17\tCompleted 3321 to KZ554200: 2268.999742610334\n", - "12:47:17\tCompleted 3311 to KZ193200: 977.862256535062\n", - "12:47:17\tCompleted 3269 to KZ352800: 3546.548033289953\n", - "12:47:17\tCompleted 3288 to KZ392400: 2652.8909880696515\n", - "12:47:18\tCompleted 3312 to KZ276000: 4104.09128885171\n", - "12:47:18\tCompleted 3239 to KZ613900: 3179.272124404594\n", - "12:47:18\tCompleted 3273 to KZ751110: 30.909902576697323\n", - "12:47:18\tCompleted 3257 to KZ435200: 606.693738879342512:47:18\tCompleted 3247 to KZ154800: 3101.662024321765\n", - "12:47:18\tCompleted 3222 to KZ473600: 249.245616148194\n", - "\n", - "12:47:18\tCompleted 3308 to KZ117000: 1663.0710720397751\n", - "12:47:18\tCompleted 3270 to KZ615600: 1588.9107685176361\n", - "12:47:18\tCompleted 3221 to KZ632400: 3090.0362776776574\n", - "12:47:18\tCompleted 3275 to KZ314200: 3183.75256397719112:47:18\tCompleted 3281 to KZ154000: 1802.5103888979975\n", - "\n", - "12:47:18\tCompleted 3318 to KZ356400: 1261.0033001030763\n", - "12:47:18\tCompleted 3295 to KZ154000: 3097.7969417805457\n", - "12:47:18\tCompleted 3248 to KZ635800: 1443.2389945972736\n", - "12:47:18\tCompleted 3238 to KZ595600: 2554.7329721568235\n", - "12:47:18\tCompleted 3293 to KZ613600: 230.97572133581065\n", - "12:47:18\tCompleted 3237 to KZ352400: 1501.9195336871837\n", - "12:47:18\tCompleted 3264 to KZ613800: 1305.8258333337035\n", - "12:47:19\tCompleted 3302 to KZ395200: 2809.2995950043114\n", - "12:47:19\tCompleted 3320 to KZ433600: 2296.5858288334075\n", - "12:47:19\tCompleted 3321 to KZ791110: 1009.3570564781214\n", - "12:47:19\tCompleted 3255 to KZ635400: 1864.303184168876\n", - "12:47:19\tCompleted 3273 to KZ751310: 33.45304837488865\n", - "12:47:19\tCompleted 3263 to KZ475000: 4207.865755577731\n", - "12:47:19\tCompleted 3245 to KZ273600: 2703.379219627613\n", - "12:47:19\tCompleted 3274 to KZ634400: 1181.2480285962697\n", - "12:47:19\tCompleted 3256 to KZ391600: 2330.516701099899\n", - "12:47:19\tCompleted 3257 to KZ434800: 638.0199997956777\n", - "12:47:19\tCompleted 3250 to KZ434800: 2487.296001961879\n", - "12:47:19\tCompleted 3267 to KZ156800: 1559.3096053198649\n", - "12:47:19\tCompleted 3244 to KZ435200: 2552.570220694494812:47:19\tCompleted 3279 to KZ113800: 1702.3169987437702\n", - "\n", - "12:47:19\tCompleted 3242 to KZ234600: 4710.262888128476\n", - "12:47:19\tCompleted 3311 to KZ193400: 1182.7511335505023\n", - "12:47:19\tCompleted 3222 to KZ474200: 638.6814474656034\n", - "12:47:19\tCompleted 3287 to KZ635200: 1631.3022621857394\n", - "12:47:19\tCompleted 3315 to KZ235600: 3842.2789783258186\n", - "12:47:20\tCompleted 3270 to KZ615800: 973.086113415328212:47:20\tCompleted 3262 to KZ351800: 1957.555295414313\n", - "\n", - "12:47:20\tCompleted 3293 to KZ614000: 276.33456000838686\n", - "12:47:20\tCompleted 3312 to KZ634600: 1621.5706225687093\n", - "12:47:20\tCompleted 3266 to KZ111810: 1653.3219678199541\n", - "12:47:20\tCompleted 3273 to KZ751410: 48.09224029321855\n", - "12:47:20\tCompleted 3298 to KZ396800: 2675.7588473243277\n", - "12:47:20\tCompleted 3237 to KZ356000: 918.226054915464\n", - "12:47:20\tCompleted 3290 to KZ593200: 1945.1021972804274\n", - "12:47:20\tCompleted 3260 to KZ153400: 3297.1213340019085\n", - "12:47:20\tCompleted 3230 to KZ611600: 1611.5284851316649\n", - "12:47:20\tCompleted 3272 to KZ116000: 1892.6635229858355\n", - "12:47:21\tCompleted 3248 to KZ636200: 1304.3219113670293\n", - "12:47:21\tCompleted 3321 to KZ791310: 965.8168245975123\n", - "12:47:21\tCompleted 3308 to KZ114400: 1575.7299456294793\n", - "12:47:21\tCompleted 3239 to KZ612000: 2685.1437650703565\n", - "12:47:21\tCompleted 3318 to KZ352400: 1562.0750640415495\n", - "12:47:21\tCompleted 3276 to KZ551000: 1772.9035458226251\n", - "12:47:21\tCompleted 3257 to KZ433600: 898.6901801448137\n", - "12:47:21\tCompleted 3323 to KZ114800: 2078.5330992173804\n", - "12:47:21\tCompleted 3274 to KZ313600: 1048.6082614552893\n", - "12:47:21\tCompleted 3311 to KZ193600: 587.4888285490912\n", - "12:47:21\tCompleted 3273 to KZ751710: 81.86860171588114\n", - "12:47:21\tCompleted 3223 to KZ556800: 2307.045189336778\n", - "12:47:21\tCompleted 3266 to KZ116600: 283.99019341509893\n", - "12:47:21\tCompleted 3293 to KZ613900: 530.2417892161502\n", - "12:47:21\tCompleted 3255 to KZ635000: 1339.0297568364272\n", - "12:47:21\tCompleted 3241 to KZ153600: 1934.8371423701356\n", - "12:47:21\tCompleted 3268 to KZ356000: 1984.6068616711325\n", - "12:47:21\tCompleted 3324 to KZ192600: 1184.8766581196562\n", - "12:47:21\tCompleted 3251 to KZ276200: 3445.8262035417692\n", - "12:47:22\tCompleted 3254 to KZ196400: 4525.738941362021\n", - "12:47:22\tCompleted 3250 to KZ433600: 2302.9395301117434\n", - "12:47:22\tCompleted 3261 to KZ235600: 4046.9348455744016\n", - "12:47:22\tCompleted 3269 to KZ356400: 3580.374832349195\n", - "12:47:22\tCompleted 3258 to KZ273600: 3878.1633555483736\n", - "12:47:22\tCompleted 3233 to KZ275400: 2991.5827169543873\n", - "12:47:22\tCompleted 3302 to KZ391000: 2666.445116732715612:47:22\tCompleted 3312 to KZ634400: 1213.7213631126265\n", - "\n", - "12:47:22\tCompleted 3270 to KZ612600: 1228.216240036253812:47:22\tCompleted 3224 to KZ274200: 2958.571451507987\n", - "\n", - "12:47:22\tCompleted 3321 to KZ791510: 942.9363250258593\n", - "12:47:22\tCompleted 3320 to KZ434000: 3031.789521998568\n", - "12:47:22\tCompleted 3237 to KZ354400: 1259.6851442607542\n", - "12:47:22\tCompleted 3257 to KZ434000: 662.7474305552712\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:47:22\tCompleted 3293 to KZ612000: 31.940411263178124\n", - "12:47:22\tCompleted 3273 to KZ751810: 38.56726198494546\n", - "12:47:22\tCompleted 3314 to KZ193400: 4922.607099620008\n", - "12:47:22\tCompleted 3244 to KZ434800: 2474.136456417777\n", - "12:47:22\tCompleted 3296 to KZ234800: 2639.702071795497\n", - "12:47:22\tCompleted 3311 to KZ194000: 463.44766378660415\n", - "12:47:22\tCompleted 3306 to KZ553200: 2102.0582924077066\n", - "12:47:22\tCompleted 3274 to KZ314000: 906.9648973068997\n", - "12:47:23\tCompleted 3275 to KZ353200: 3554.507523985522\n", - "12:47:23\tCompleted 3238 to KZ596000: 2197.5479881037436\n", - "12:47:23\tCompleted 3287 to KZ632400: 1500.2578200352368\n", - "12:47:23\tCompleted 3248 to KZ636400: 1061.7360634870186\n", - "12:47:23\tCompleted 3279 to KZ114500: 1776.1594938285918\n", - "12:47:23\tCompleted 3288 to KZ396200: 2461.314074043447\n", - "12:47:23\tCompleted 3318 to KZ356000: 1495.2665559368606\n", - "12:47:23\tCompleted 3281 to KZ154200: 2105.1464278673175\n", - "12:47:23\tCompleted 3230 to KZ613600: 1465.1559328937424\n", - "12:47:23\tCompleted 3324 to KZ196600: 1230.5923821749204\n", - "12:47:23\tCompleted 3243 to KZ395800: 3147.116760487053\n", - "12:47:24\tCompleted 3320 to KZ471000: 80.27098125784013\n", - "12:47:24\tCompleted 3249 to KZ631000: 4762.970857582465\n", - "12:47:24\tCompleted 3267 to KZ193200: 1842.566470231668\n", - "12:47:24\tCompleted 3273 to KZ751910: 35.08767170187476\n", - "12:47:24\tCompleted 3255 to KZ632200: 1414.070335243004\n", - "12:47:24\tCompleted 3247 to KZ155200: 3528.6006872235175\n", - "12:47:24\tCompleted 3312 to KZ313600: 968.6363593536062\n", - "12:47:24\tCompleted 3321 to KZ791710: 941.1601447088268\n", - "12:47:24\tCompleted 3293 to KZ614400: 456.7745886559526\n", - "12:47:24\tCompleted 3274 to KZ314800: 346.9647847565941\n", - "12:47:24\tCompleted 3256 to KZ393600: 2632.949996089263\n", - "12:47:24\tCompleted 3237 to KZ351800: 732.3306778189656\n", - "12:47:24\tCompleted 3270 to KZ616000: 937.9814686612776\n", - "12:47:24\tCompleted 3312 to KZ276200: 3823.477502117805\n", - "12:47:24\tCompleted 3221 to KZ632800: 2663.116203440789\n", - "12:47:24\tCompleted 3239 to KZ614400: 3107.473448392441\n", - "12:47:24\tCompleted 3311 to KZ196400: 896.6017704622097\n", - "12:47:25\tCompleted 3295 to KZ154200: 3400.432980749868\n", - "12:47:25\tCompleted 3250 to KZ434000: 3038.143223276904\n", - "12:47:25\tCompleted 3241 to KZ154000: 1686.4137151951695\n", - "12:47:25\tCompleted 3320 to KZ473600: 823.3304643895973\n", - "12:47:25\tCompleted 3273 to KZ751510: 27.566756826189707\n", - "12:47:25\tCompleted 3324 to KZ194200: 866.035695447156512:47:25\tCompleted 3272 to KZ116400: 2015.0648707453547\n", - "\n", - "12:47:25\tCompleted 3318 to KZ354400: 1319.8406746151202\n", - "12:47:25\tCompleted 3293 to KZ614600: 166.56357875054616\n", - "12:47:25\tCompleted 3276 to KZ556000: 1814.2000541534383\n", - "12:47:25\tCompleted 3244 to KZ433600: 2289.7799845676413\n", - "12:47:25\tCompleted 3302 to KZ395400: 2704.821500931374\n", - "12:47:25\tCompleted 3323 to KZ111010: 1900.6313627863603\n", - "12:47:25\tCompleted 3248 to KZ631000: 1276.6262513384731\n", - "12:47:25\tCompleted 3315 to KZ233600: 3724.8955761817633\n", - "12:47:25\tCompleted 3298 to KZ394800: 2854.413416022386\n", - "12:47:26\tCompleted 3262 to KZ393200: 2655.6284136713875\n", - "12:47:26\tCompleted 3274 to KZ315400: 569.6312416800714\n", - "12:47:26\tCompleted 3312 to KZ314000: 826.9929952052167\n", - "12:47:26\tCompleted 3226 to KZ113200: 1743.8931080032378\n", - "12:47:26\tCompleted 3242 to KZ234800: 3843.964263964038\n", - "12:47:26\tCompleted 3311 to KZ196800: 364.7601682210276\n", - "12:47:26\tCompleted 3263 to KZ475200: 4218.708716361784\n", - "12:47:26\tCompleted 3287 to KZ632800: 1498.153481426164\n", - "12:47:26\tCompleted 3321 to KZ611600: 1198.0206799839511\n", - "12:47:26\tCompleted 3250 to KZ471000: 22.180043911115618\n", - "12:47:26\tCompleted 3266 to KZ115600: 1817.394316023509\n", - "12:47:26\tCompleted 3230 to KZ614000: 1412.0158859794203\n", - "12:47:26\tCompleted 3264 to KZ273200: 4007.324778634284\n", - "12:47:26\tCompleted 3268 to KZ354400: 1777.0909834939823\n", - "12:47:26\tCompleted 3290 to KZ595800: 2049.0218073208043\n", - "12:47:26\tCompleted 3320 to KZ474200: 453.0742234823303\n", - "12:47:26\tCompleted 3324 to KZ751210: 813.4830665819994\n", - "12:47:27\tCompleted 3293 to KZ614800: 461.66100782152523\n", - "12:47:27\tCompleted 3308 to KZ114600: 1925.7791963545155\n", - "12:47:27\tCompleted 3279 to KZ114000: 1712.3024802610332\n", - "12:47:27\tCompleted 3312 to KZ314800: 266.99288265491106\n", - "12:47:27\tCompleted 3270 to KZ613800: 1313.5952439936573\n", - "12:47:27\tCompleted 3318 to KZ351800: 1309.3711788403632\n", - "12:47:27\tCompleted 3250 to KZ473600: 829.6841656679334\n", - "12:47:27\tCompleted 3255 to KZ635200: 1604.6348046294552\n", - "12:47:27\tCompleted 3311 to KZ191600: 390.5581442811161\n", - "12:47:27\tCompleted 3306 to KZ553600: 1837.0679593415573\n", - "12:47:27\tCompleted 3260 to KZ153600: 3589.525094859433\n", - "12:47:27\tCompleted 3274 to KZ315600: 908.5329833217708\n", - "12:47:27\tCompleted 3223 to KZ554800: 2311.740677381229\n", - "12:47:27\tCompleted 3245 to KZ276600: 2785.2044663265992\n", - "12:47:28\tCompleted 3320 to KZ474600: 429.4629834449873\n", - "12:47:28\tCompleted 3261 to KZ233600: 3929.55144343034612:47:28\tCompleted 3321 to KZ613600: 1051.6481277460307\n", - "\n", - "12:47:28\tCompleted 3315 to KZ633200: 1301.0166381243537\n", - "12:47:28\tCompleted 3238 to KZ596200: 2584.5474377749183\n", - "12:47:28\tCompleted 3314 to KZ193600: 4136.816264010819\n", - "12:47:28\tCompleted 3281 to KZ156000: 1678.395660235527\n", - "12:47:28\tCompleted 3254 to KZ196800: 3993.8973391208174\n", - "12:47:28\tCompleted 3293 to KZ615400: 413.75616373678264\n", - "12:47:28\tCompleted 3324 to KZ751110: 821.2404258948801\n", - "12:47:28\tCompleted 3239 to KZ614600: 2832.581145977035\n", - "12:47:28\tCompleted 3275 to KZ353600: 4237.37916442526712:47:28\tCompleted 3325 to KZ316000: 849.2836325908817\n", - "\n", - "12:47:28\tCompleted 3312 to KZ315400: 489.6593395783884\n", - "12:47:28\tCompleted 3250 to KZ474200: 462.6549181466354\n", - "12:47:28\tCompleted 3272 to KZ116800: 1802.666017053329\n", - "12:47:28\tCompleted 3233 to KZ273600: 2159.5419759369324\n", - "12:47:28\tCompleted 3311 to KZ195200: 328.3231674158427\n", - "12:47:28\tCompleted 3302 to KZ392000: 2501.727374977923\n", - "12:47:28\tCompleted 3323 to KZ116000: 1633.4540604399183\n", - "12:47:29\tCompleted 3269 to KZ352400: 3496.8168437409304\n", - "12:47:29\tCompleted 3287 to KZ636800: 1428.4261078462403\n", - "12:47:29\tCompleted 3226 to KZ113400: 1535.1140369010666\n", - "12:47:29\tCompleted 3320 to KZ475000: 172.3113900367377\n", - "12:47:29\tCompleted 3237 to KZ393200: 1846.508123562248\n", - "12:47:29\tCompleted 3244 to KZ434000: 3024.983677732802\n", - "12:47:29\tCompleted 3256 to KZ396400: 2854.3616427626184\n", - "12:47:29\tCompleted 3293 to KZ615200: 218.26277779415767\n", - "12:47:29\tCompleted 3248 to KZ634600: 1544.3108766387704\n", - "12:47:29\tCompleted 3288 to KZ396600: 2469.232914834636\n", - "12:47:29\tCompleted 3267 to KZ193400: 2047.4553472471086\n", - "12:47:29\tCompleted 3251 to KZ271000: 3463.519158955985\n", - "12:47:29\tCompleted 3258 to KZ276600: 3959.9886022473597\n", - "12:47:29\tCompleted 3274 to KZ316000: 1168.1978794628421\n", - "12:47:29\tCompleted 3321 to KZ614000: 998.5080808317069\n", - "12:47:29\tCompleted 3243 to KZ392400: 2873.303686513378\n", - "12:47:29\tCompleted 3250 to KZ474600: 435.8166847233234\n", - "12:47:29\tCompleted 3241 to KZ154200: 1989.0497541644907\n", - "12:47:29\tCompleted 3276 to KZ556800: 1875.7710128381852\n", - "12:47:29\tCompleted 3325 to KZ316600: 443.48202492238795\n", - "12:47:30\tCompleted 3324 to KZ751310: 814.4119987701339\n", - "12:47:30\tCompleted 3247 to KZ156400: 3107.89068686275112:47:30\tCompleted 3261 to KZ633200: 1321.9846278293685\n", - "\n", - "12:47:30\tCompleted 3255 to KZ632400: 1473.5903624789526\n", - "12:47:30\tCompleted 3266 to KZ115200: 1713.5069146892417\n", - "12:47:30\tCompleted 3312 to KZ315600: 880.3294867912639\n", - "12:47:30\tCompleted 3320 to KZ475200: 310.7005157369971\n", - "12:47:30\tCompleted 3279 to KZ117000: 1634.9348237076372\n", - "12:47:30\tCompleted 3311 to KZ195000: 779.953270956528\n", - "12:47:30\tCompleted 3244 to KZ471000: 18.59619419692185\n", - "12:47:30\tCompleted 3290 to KZ593400: 1858.4090699686644\n", - "12:47:30\tCompleted 3308 to KZ114800: 1696.7281678526153\n", - "12:47:30\tCompleted 3268 to KZ351800: 1798.1256981370082\n", - "12:47:31\tCompleted 3250 to KZ475000: 93.50299904618646\n", - "12:47:31\tCompleted 3295 to KZ156000: 2973.6822131180884\n", - "12:47:31\tCompleted 3293 to KZ616400: 973.867590679399\n", - "12:47:31\tCompleted 3312 to KZ271000: 3841.170457532021\n", - "12:47:31\tCompleted 3298 to KZ395000: 2782.3888257133417\n", - "12:47:31\tCompleted 3249 to KZ634600: 5221.700385047932\n", - "12:47:31\tCompleted 3324 to KZ751410: 831.8369771737745\n", - "12:47:31\tCompleted 3237 to KZ393400: 1362.9171653992896\n", - "12:47:31\tCompleted 3262 to KZ393400: 2477.8888447715276\n", - "12:47:31\tCompleted 3274 to KZ316600: 717.0053404216437\n", - "12:47:31\tCompleted 3320 to KZ471800: 181.70328107501493\n", - "12:47:31\tCompleted 3315 to KZ634800: 1785.4632295346482\n", - "12:47:31\tCompleted 3325 to KZ316200: 881.4989346831727\n", - "12:47:31\tCompleted 3221 to KZ636800: 2865.1567337014944\n", - "12:47:31\tCompleted 3296 to KZ235200: 2687.3419191588646\n", - "12:47:31\tCompleted 3244 to KZ473600: 816.5246201238305\n", - "12:47:31\tCompleted 3321 to KZ613900: 1276.4313528481546\n", - "12:47:32\tCompleted 3311 to KZ194400: 597.7381974975582\n", - "12:47:32\tCompleted 3287 to KZ635800: 1479.0525415617828\n", - "12:47:32\tCompleted 3269 to KZ356000: 2771.860217134672\n", - "12:47:32\tCompleted 3248 to KZ634400: 1136.4616171826879\n", - "12:47:32\tCompleted 3267 to KZ193600: 1347.3900782944531\n", - "12:47:32\tCompleted 3312 to KZ316000: 1088.225977361159\n", - "12:47:32\tCompleted 3250 to KZ475200: 250.10648989425357\n", - "12:47:32\tCompleted 3273 to KZ231000: 3862.953467041535\n", - "12:47:32\tCompleted 3238 to KZ596400: 2358.34241737469812:47:32\tCompleted 3272 to KZ111810: 1824.5301100764577\n", - "\n", - "12:47:32\tCompleted 3263 to KZ471800: 4048.3184962010523\n", - "12:47:32\tCompleted 3257 to KZ471000: 3095.6963012242422\n", - "12:47:32\tCompleted 3302 to KZ395600: 2815.2935809588625\n", - "12:47:32\tCompleted 3306 to KZ552200: 1944.5933486209526\n", - "12:47:32\tCompleted 3239 to KZ614800: 3072.291151234715\n", - "12:47:32\tCompleted 3293 to KZ615600: 672.0100631993024\n", - "12:47:32\tCompleted 3226 to KZ113600: 1810.3867659477035\n", - "12:47:32\tCompleted 3242 to KZ235200: 3891.6041113274055\n", - "12:47:32\tCompleted 3255 to KZ632800: 1471.4860238698798\n", - "12:47:33\tCompleted 3241 to KZ156000: 1562.298986532699\n", - "12:47:33\tCompleted 3325 to KZ311000: 486.9133048137522\n", - "12:47:33\tCompleted 3281 to KZ154600: 1976.5330909806587\n", - "12:47:33\tCompleted 3244 to KZ474200: 486.5825878448865\n", - "12:47:33\tCompleted 3324 to KZ751710: 872.8250089426773\n", - "12:47:33\tCompleted 3318 to KZ393200: 2423.5486245836246\n", - "12:47:33\tCompleted 3279 to KZ114400: 1547.5936972973411\n", - "12:47:33\tCompleted 3323 to KZ116400: 1982.0320195533773\n", - "12:47:33\tCompleted 3261 to KZ634800: 1806.4312192396628\n", - "12:47:33\tCompleted 3250 to KZ471800: 191.28397573932\n", - "12:47:33\tCompleted 3311 to KZ194600: 608.2551635020601\n", - "12:47:33\tCompleted 3312 to KZ316600: 637.033438319960612:47:33\tCompleted 3274 to KZ316200: 1200.4131815551332\n", - "\n", - "12:47:33\tCompleted 3315 to KZ633400: 1079.7665888870272\n", - "12:47:33\tCompleted 3237 to KZ391600: 1230.0224262610639\n", - "12:47:33\tCompleted 3264 to KZ274400: 3944.453466121008\n", - "12:47:34\tCompleted 3266 to KZ115400: 1690.886252091148\n", - "12:47:34\tCompleted 3321 to KZ612000: 1145.142813876619\n", - "12:47:34\tCompleted 3293 to KZ615800: 297.50110749560133\n", - "12:47:34\tCompleted 3248 to KZ313600: 1053.3174582589916\n", - "12:47:34\tCompleted 3287 to KZ636200: 1340.1354583315385\n", - "12:47:34\tCompleted 3223 to KZ556400: 2249.474551072675\n", - "12:47:34\tCompleted 3260 to KZ154000: 3341.1016676844074\n", - "12:47:34\tCompleted 3314 to KZ194000: 4203.303629856056\n", - "12:47:34\tCompleted 3244 to KZ474600: 422.6571391792205\n", - "12:47:34\tCompleted 3275 to KZ351600: 3817.5172117132515\n", - "12:47:34\tCompleted 3325 to KZ315000: 604.1221210473859\n", - "12:47:34\tCompleted 3267 to KZ194000: 1328.15187748321\n", - "12:47:34\tCompleted 3270 to KZ273200: 4015.094189294237\n", - "12:47:34\tCompleted 3324 to KZ751810: 819.0688530196263\n", - "12:47:34\tCompleted 3272 to KZ116600: 1337.8935890903147\n", - "12:47:34\tCompleted 3276 to KZ554800: 2030.4509815864744\n", - "12:47:34\tCompleted 3233 to KZ276600: 2241.3672226359113\n", - "12:47:34\tCompleted 3308 to KZ111010: 1793.297658319168\n", - "12:47:35\tCompleted 3311 to KZ194800: 876.3708155560639\n", - "12:47:35\tCompleted 3243 to KZ396200: 2681.7267724871735\n", - "12:47:35\tCompleted 3274 to KZ311000: 805.8275516857127\n", - "12:47:35\tCompleted 3261 to KZ633400: 1100.7345785920418\n", - "12:47:35\tCompleted 3256 to KZ394000: 3086.296492128439712:47:35\tCompleted 3255 to KZ636800: 1401.758650289956\n", - "\n", - "12:47:35\tCompleted 3288 to KZ394200: 2841.0857296272284\n", - "12:47:35\tCompleted 3320 to KZ593200: 3189.981802822077\n", - "12:47:35\tCompleted 3293 to KZ612600: 17.39482691834151\n", - "12:47:35\tCompleted 3312 to KZ316200: 1120.4412794534503\n", - "12:47:35\tCompleted 3325 to KZ314200: 488.327518376125312:47:35\tCompleted 3244 to KZ475000: 114.72528610753272\n", - "\n", - "12:47:35\tCompleted 3245 to KZ275000: 2650.902123428957\n", - "12:47:36\tCompleted 3290 to KZ594200: 2038.2668190321758\n", - "12:47:36\tCompleted 3321 to KZ614400: 1202.9641522879574\n", - "12:47:36\tCompleted 3248 to KZ314000: 911.674094110602\n", - "12:47:36\tCompleted 3287 to KZ636400: 1097.549610451528\n", - "12:47:36\tCompleted 3324 to KZ751910: 840.2097693700347\n", - "12:47:36\tCompleted 3298 to KZ395200: 2314.353340638505\n", - "12:47:36\tCompleted 3302 to KZ395800: 3003.417447577378\n", - "12:47:36\tCompleted 3254 to KZ191600: 4019.695315180902\n", - "12:47:36\tCompleted 3226 to KZ113800: 1989.7327906166036\n", - "12:47:36\tCompleted 3247 to KZ155600: 3280.570560901611\n", - "12:47:36\tCompleted 3281 to KZ154800: 1811.5404019930572\n", - "12:47:36\tCompleted 3268 to KZ393200: 2496.1988163940932\n", - "12:47:36\tCompleted 3262 to KZ391600: 2333.759341787018\n", - "12:47:36\tCompleted 3263 to KZ593200: 2015.1458121585238\n", - "12:47:36\tCompleted 3274 to KZ315000: 923.0363679193465\n", - "12:47:36\tCompleted 3269 to KZ354400: 3559.1655398888734\n", - "12:47:36\tCompleted 3293 to KZ616000: 324.6403232282078\n", - "12:47:36\tCompleted 3315 to KZ633600: 1593.684351021885\n", - "12:47:37\tCompleted 3311 to KZ195600: 953.1513833112729\n", - "12:47:37\tCompleted 3258 to KZ275000: 3825.686259349691\n", - "12:47:37\tCompleted 3323 to KZ116800: 1779.4649379765929\n", - "12:47:37\tCompleted 3244 to KZ475200: 239.2707033374174\n", - "12:47:37\tCompleted 3312 to KZ311000: 725.8556495840297\n", - "12:47:37\tCompleted 3239 to KZ615400: 3068.6967763161856\n", - "12:47:37\tCompleted 3248 to KZ314800: 351.67398156029634\n", - "12:47:37\tCompleted 3318 to KZ393400: 1939.9576664206868\n", - "12:47:37\tCompleted 3237 to KZ393600: 1700.5664577556743\n", - "12:47:37\tCompleted 3324 to KZ751510: 828.7257072691187\n", - "12:47:37\tCompleted 3251 to KZ274000: 4117.177342675484\n", - "12:47:37\tCompleted 3321 to KZ614600: 992.6157797565221\n", - "12:47:37\tCompleted 3241 to KZ154600: 1860.4364172778307\n", - "12:47:37\tCompleted 3238 to KZ594600: 2563.8212689021743\n", - "12:47:37\tCompleted 3255 to KZ635800: 1452.3850840054986\n", - "12:47:37\tCompleted 3295 to KZ154600: 3271.819643863203\n", - "12:47:37\tCompleted 3250 to KZ593200: 3196.335504100413\n", - "12:47:38\tCompleted 3306 to KZ554600: 2026.7698211227623\n", - "12:47:38\tCompleted 3325 to KZ353200: 1273.5832898290178\n", - "12:47:38\tCompleted 3308 to KZ116000: 1526.1203559727262\n", - "12:47:38\tCompleted 3312 to KZ274000: 4494.828641251522\n", - "12:47:38\tCompleted 3287 to KZ631000: 1312.4397983029824\n", - "12:47:38\tCompleted 3261 to KZ633600: 1614.6523407268999\n", - "12:47:38\tCompleted 3311 to KZ195800: 767.038255678423\n", - "12:47:38\tCompleted 3249 to KZ634400: 4743.418347959777\n", - "12:47:38\tCompleted 3293 to KZ613800: 488.2131637370887\n", - "12:47:38\tCompleted 3274 to KZ314200: 807.2417652480857\n", - "12:47:38\tCompleted 3244 to KZ471800: 215.21164543757118\n", - "12:47:38\tCompleted 3267 to KZ196400: 1761.3059841588135\n", - "12:47:38\tCompleted 3248 to KZ315400: 574.3404384837737\n", - "12:47:38\tCompleted 3266 to KZ151000: 1913.4770412471294\n", - "12:47:39\tCompleted 3302 to KZ392400: 2600.928002657664\n", - "12:47:39\tCompleted 3242 to KZ235600: 3986.6418773478104\n", - "12:47:39\tCompleted 3272 to KZ115600: 1988.6024582800126\n", - "12:47:39\tCompleted 3312 to KZ315000: 843.0644658176635\n", - "12:47:39\tCompleted 3279 to KZ114600: 1897.6429480223776\n", - "12:47:39\tCompleted 3276 to KZ556400: 1957.317340761278\n", - "12:47:39\tCompleted 3315 to KZ633800: 1526.183905094119\n", - "12:47:39\tCompleted 3320 to KZ595800: 3561.993819441571\n", - "12:47:39\tCompleted 3275 to KZ354000: 3530.389838454009\n", - "12:47:39\tCompleted 3296 to KZ235600: 2782.3796851792695\n", - "12:47:39\tCompleted 3257 to KZ473600: 2676.721535201299\n", - "12:47:39\tCompleted 3243 to KZ396600: 2689.645613278363\n", - "12:47:39\tCompleted 3221 to KZ635800: 3229.4442854988783\n", - "12:47:39\tCompleted 3255 to KZ636200: 1313.4680007752543\n", - "12:47:40\tCompleted 3269 to KZ351800: 2793.847091032076612:47:40\tCompleted 3226 to KZ114500: 1856.8548060706382\n", - "\n", - "12:47:40\tCompleted 3311 to KZ196000: 953.8190110673429\n", - "12:47:40\tCompleted 3321 to KZ614800: 1474.2365851276286\n", - "12:47:40\tCompleted 3233 to KZ275000: 2107.064879738275512:47:40\tCompleted 3325 to KZ353600: 1209.8130681123514\n", - "\n", - "12:47:40\tCompleted 3223 to KZ554200: 2445.3055868549714\n", - "12:47:40\tCompleted 3273 to KZ234000: 4071.563944409223\n", - "12:47:40\tCompleted 3248 to KZ315600: 897.220446526820612:47:40\tCompleted 3290 to KZ596600: 1872.4981624516906\n", - "\n", - "12:47:40\tCompleted 3314 to KZ196400: 4636.457736531699\n", - "12:47:40\tCompleted 3312 to KZ314200: 727.2698631464027\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:47:40\tCompleted 3318 to KZ391600: 1807.0629272824613\n", - "12:47:40\tCompleted 3267 to KZ196800: 1229.464381917633\n", - "12:47:40\tCompleted 3323 to KZ111810: 1801.3290309997217\n", - "12:47:41\tCompleted 3261 to KZ633800: 1547.1518947991335\n", - "12:47:41\tCompleted 3264 to KZ275400: 4619.641898078052\n", - "12:47:41\tCompleted 3260 to KZ154200: 3643.7377066537297\n", - "12:47:41\tCompleted 3256 to KZ396800: 2832.388949688853\n", - "12:47:41\tCompleted 3239 to KZ615200: 2884.280345020639\n", - "12:47:41\tCompleted 3274 to KZ353200: 1389.1618257597079\n", - "12:47:41\tCompleted 3263 to KZ595800: 2119.065422198901\n", - "12:47:41\tCompleted 3238 to KZ711110: 1812.0535624879135\n", - "12:47:41\tCompleted 3270 to KZ274400: 3952.222876780961\n", - "12:47:41\tCompleted 3241 to KZ154800: 1695.4437282902293\n", - "12:47:41\tCompleted 3268 to KZ393400: 2318.4592474942247\n", - "12:47:41\tCompleted 3311 to KZ191000: 645.429858174298\n", - "12:47:41\tCompleted 3298 to KZ391000: 2510.0596051474663\n", - "12:47:41\tCompleted 3237 to KZ396400: 1859.0403542846032\n", - "12:47:41\tCompleted 3255 to KZ636400: 1070.8821528952435\n", - "12:47:41\tCompleted 3223 to KZ791110: 784.6628101090074\n", - "12:47:41\tCompleted 3288 to KZ394400: 2998.03050472313\n", - "12:47:41\tCompleted 3325 to KZ351600: 784.6032161358999\n", - "12:47:42\tCompleted 3262 to KZ393600: 2636.1926367763826\n", - "12:47:42\tCompleted 3287 to KZ634600: 1580.1244236032796\n", - "12:47:42\tCompleted 3321 to KZ615400: 1215.4003522181806\n", - "12:47:42\tCompleted 3250 to KZ595800: 3568.3475207199067\n", - "12:47:42\tCompleted 3281 to KZ155200: 2238.4790648948324\n", - "12:47:42\tCompleted 3323 to KZ116600: 474.2718957918844\n", - "12:47:42\tCompleted 3248 to KZ316000: 1172.9070762665444\n", - "12:47:42\tCompleted 3315 to KZ634000: 1523.268647659656\n", - "12:47:42\tCompleted 3308 to KZ116400: 1874.6983150861852\n", - "12:47:42\tCompleted 3279 to KZ114800: 1681.8855271416542\n", - "12:47:42\tCompleted 3267 to KZ191600: 1255.2623579777219\n", - "12:47:42\tCompleted 3254 to KZ195200: 3957.4603383156345\n", - "12:47:43\tCompleted 3249 to KZ313600: 3618.256278836631\n", - "12:47:43\tCompleted 3312 to KZ353200: 1360.9583292292011\n", - "12:47:43\tCompleted 3223 to KZ791310: 762.381261148609\n", - "12:47:43\tCompleted 3311 to KZ196200: 411.0226853829636\n", - "12:47:43\tCompleted 3302 to KZ396200: 3040.9569251673797\n", - "12:47:43\tCompleted 3244 to KZ593200: 3183.1759585563104\n", - "12:47:43\tCompleted 3247 to KZ156800: 2782.550405122248\n", - "12:47:43\tCompleted 3274 to KZ353600: 1325.3916040430413\n", - "12:47:43\tCompleted 3272 to KZ115200: 2182.0845727662663\n", - "12:47:43\tCompleted 3261 to KZ634000: 1544.2366373646705\n", - "12:47:43\tCompleted 3266 to KZ153200: 1917.8936246757785\n", - "12:47:43\tCompleted 3269 to KZ393200: 2870.5236244224066\n", - "12:47:43\tCompleted 3255 to KZ631000: 1285.772340746698\n", - "12:47:43\tCompleted 3245 to KZ274800: 3186.4070348123473\n", - "12:47:43\tCompleted 3248 to KZ316600: 721.714537225346\n", - "12:47:43\tCompleted 3321 to KZ615200: 952.8169987199007\n", - "12:47:44\tCompleted 3295 to KZ154800: 3106.826954875603\n", - "12:47:44\tCompleted 3325 to KZ354000: 1293.4027340974037\n", - "12:47:44\tCompleted 3287 to KZ634400: 1172.275164147197\n", - "12:47:44\tCompleted 3226 to KZ114000: 1803.7941598644638\n", - "12:47:44\tCompleted 3276 to KZ554200: 2219.945379148714\n", - "12:47:44\tCompleted 3324 to KZ231000: 3062.409339701491\n", - "12:47:44\tCompleted 3223 to KZ791510: 772.4990371448777\n", - "12:47:44\tCompleted 3311 to KZ192600: 684.3736132029919\n", - "12:47:44\tCompleted 3258 to KZ274800: 4361.191170733145\n", - "12:47:44\tCompleted 3320 to KZ593400: 3573.66950695477\n", - "12:47:44\tCompleted 3238 to KZ711410: 1838.166062571425\n", - "12:47:44\tCompleted 3247 to KZ193200: 604.4533258306237\n", - "12:47:44\tCompleted 3306 to KZ555600: 2390.600684338244\n", - "12:47:44\tCompleted 3263 to KZ593400: 1928.4526848467608\n", - "12:47:44\tCompleted 3267 to KZ195200: 1193.0273811124484\n", - "12:47:44\tCompleted 3290 to KZ595000: 1973.5923552966422\n", - "12:47:45\tCompleted 3274 to KZ351600: 900.1817520665901\n", - "12:47:45\tCompleted 3251 to KZ274200: 4234.522837054974\n", - "12:47:45\tCompleted 3312 to KZ274200: 4612.174135631058\n", - "12:47:45\tCompleted 3242 to KZ233600: 3869.2584752037546\n", - "12:47:45\tCompleted 3312 to KZ353600: 1297.1881075125345\n", - "12:47:45\tCompleted 3311 to KZ196600: 730.0893372582564\n", - "12:47:45\tCompleted 3243 to KZ394200: 3061.498428070961\n", - "12:47:45\tCompleted 3239 to KZ616400: 3585.901897216053\n", - "12:47:45\tCompleted 3248 to KZ316200: 1205.1223783588357\n", - "12:47:45\tCompleted 3287 to KZ313600: 1038.4067234317345\n", - "12:47:46\tCompleted 3275 to KZ351000: 3494.4262052534223\n", - "12:47:46\tCompleted 3223 to KZ791710: 743.9990977945889\n", - "12:47:46\tCompleted 3256 to KZ394800: 3011.043518386915\n", - "12:47:46\tCompleted 3314 to KZ196800: 4104.61613429048\n", - "12:47:46\tCompleted 3315 to KZ635400: 1968.1742002418891\n", - "12:47:46\tCompleted 3308 to KZ116800: 1672.1312335094005\n", - "12:47:46\tCompleted 3293 to KZ273200: 2800.40637654972\n", - "12:47:46\tCompleted 3268 to KZ391600: 2174.329744509715\n", - "12:47:46\tCompleted 3276 to KZ791110: 1054.6129006723627\n", - "12:47:46\tCompleted 3279 to KZ111010: 1765.16140998703\n", - "12:47:46\tCompleted 3281 to KZ156400: 1817.7690645339885\n", - "12:47:46\tCompleted 3247 to KZ193400: 809.3422028460643\n", - "12:47:46\tCompleted 3255 to KZ634600: 1553.4569660469954\n", - "12:47:46\tCompleted 3325 to KZ351000: 1225.0343029970604\n", - "12:47:46\tCompleted 3302 to KZ396600: 2952.662057314839\n", - "12:47:46\tCompleted 3269 to KZ393400: 2497.2067665648865\n", - "12:47:46\tCompleted 3296 to KZ233600: 2664.996283035127\n", - "12:47:46\tCompleted 3298 to KZ395400: 2553.423500072779\n", - "12:47:46\tCompleted 3250 to KZ593400: 3580.023208233106\n", - "12:47:46\tCompleted 3237 to KZ394000: 1967.5006333739045\n", - "12:47:46\tCompleted 3312 to KZ351600: 871.9782555360833\n", - "12:47:47\tCompleted 3311 to KZ194200: 365.5326505304923\n", - "12:47:47\tCompleted 3261 to KZ635400: 1989.1421899469037\n", - "12:47:47\tCompleted 3260 to KZ156000: 3216.98693902195\n", - "12:47:47\tCompleted 3288 to KZ433200: 2538.7307429530642\n", - "12:47:47\tCompleted 3233 to KZ274800: 2642.56979112166\n", - "12:47:47\tCompleted 3323 to KZ115600: 1965.4013792032765\n", - "12:47:47\tCompleted 3221 to KZ636200: 2983.572303600611612:47:47\tCompleted 3249 to KZ314000: 3400.690014192941\n", - "\n", - "12:47:47\tCompleted 3242 to KZ633200: 1154.2963796464228\n", - "12:47:47\tCompleted 3223 to KZ611600: 693.1737589419124\n", - "12:47:47\tCompleted 3287 to KZ314000: 896.7633592833449\n", - "12:47:47\tCompleted 3248 to KZ311000: 810.536748489415\n", - "12:47:47\tCompleted 3226 to KZ117000: 1726.4265033110678\n", - "12:47:47\tCompleted 3238 to KZ711210: 1839.3278239983235\n", - "12:47:47\tCompleted 3266 to KZ153400: 1807.3069671500723\n", - "12:47:47\tCompleted 3274 to KZ354000: 1408.9812700280938\n", - "12:47:47\tCompleted 3247 to KZ193600: 366.77355820403585\n", - "12:47:47\tCompleted 3273 to KZ234200: 4522.509650930158\n", - "12:47:47\tCompleted 3257 to KZ474200: 3123.345696267821\n", - "12:47:47\tCompleted 3262 to KZ396400: 2857.6042834497375\n", - "12:47:48\tCompleted 3244 to KZ595800: 3555.1879751758042\n", - "12:47:48\tCompleted 3241 to KZ155200: 2122.3823911920067\n", - "12:47:48\tCompleted 3321 to KZ616400: 1925.4095496159525\n", - "12:47:48\tCompleted 3276 to KZ791310: 1011.0726687917537\n", - "12:47:48\tCompleted 3267 to KZ195000: 1644.6574846531337\n", - "12:47:48\tCompleted 3264 to KZ273600: 3787.601157060557\n", - "12:47:48\tCompleted 3311 to KZ751210: 312.98002166533513\n", - "12:47:48\tCompleted 3255 to KZ634400: 1145.6077065909128\n", - "12:47:48\tCompleted 3272 to KZ115400: 2402.657344631917\n", - "12:47:48\tCompleted 3318 to KZ393600: 2277.6069587770476\n", - "12:47:48\tCompleted 3270 to KZ275400: 4627.411308738007\n", - "12:47:48\tCompleted 3315 to KZ635000: 1442.9007729094403\n", - "12:47:48\tCompleted 3253 to KZ113200: 1788.4303246521422\n", - "12:47:48\tCompleted 3320 to KZ594200: 3386.9912094250917\n", - "12:47:48\tCompleted 3263 to KZ594200: 2108.3104339102724\n", - "12:47:48\tCompleted 3287 to KZ314800: 336.76324673303924\n", - "12:47:48\tCompleted 3223 to KZ613600: 747.3688955857343\n", - "12:47:48\tCompleted 3313 to KZ113200: 1712.2794192200956\n", - "12:47:49\tCompleted 3279 to KZ116000: 1497.984107640588\n", - "12:47:49\tCompleted 3254 to KZ195000: 4409.090441856336\n", - "12:47:49\tCompleted 3247 to KZ194000: 155.29187741478637\n", - "12:47:49\tCompleted 3248 to KZ315000: 927.7455647230488\n", - "12:47:49\tCompleted 3325 to KZ352000: 1369.8008932978014\n", - "12:47:49\tCompleted 3312 to KZ354000: 1380.777773497587\n", - "12:47:49\tCompleted 3302 to KZ394200: 2342.272365579768\n", - "12:47:49\tCompleted 3261 to KZ635000: 1463.868762614455\n", - "12:47:49\tCompleted 3239 to KZ615600: 3196.3423314401684\n", - "12:47:49\tCompleted 3308 to KZ111810: 1693.9953265325294\n", - "12:47:49\tCompleted 3311 to KZ751110: 320.7373809782158\n", - "12:47:49\tCompleted 3274 to KZ351000: 1340.6128389277505\n", - "12:47:50\tCompleted 3276 to KZ791510: 988.1921692201007\n", - "12:47:50\tCompleted 3269 to KZ391600: 2756.4030098154517\n", - "12:47:50\tCompleted 3290 to KZ593600: 2088.140959580936\n", - "12:47:50\tCompleted 3306 to KZ551000: 2019.685943471335\n", - "12:47:50\tCompleted 3287 to KZ315400: 559.4297036565166\n", - "12:47:50\tCompleted 3255 to KZ313600: 1037.4179633223798\n", - "12:47:50\tCompleted 3223 to KZ614000: 792.7277342583104\n", - "12:47:50\tCompleted 3247 to KZ196400: 523.1928397577715\n", - "12:47:50\tCompleted 3267 to KZ194400: 1462.4424111941596\n", - "12:47:50\tCompleted 3250 to KZ594200: 3393.3449107034276\n", - "12:47:50\tCompleted 3275 to KZ352000: 3195.9439920684126\n", - "12:47:50\tCompleted 3245 to KZ275800: 2655.989858800769\n", - "12:47:50\tCompleted 3321 to KZ615600: 1509.7182518930724\n", - "12:47:50\tCompleted 3295 to KZ155200: 3533.7656177773556\n", - "12:47:50\tCompleted 3242 to KZ634800: 1638.7429710567174\n", - "12:47:50\tCompleted 3248 to KZ314200: 811.950962051788\n", - "12:47:51\tCompleted 3308 to KZ116600: 324.66355212767417\n", - "12:47:51\tCompleted 3226 to KZ114400: 1852.6663434196669\n", - "12:47:51\tCompleted 3238 to KZ711310: 1851.1851834542554\n", - "12:47:51\tCompleted 3311 to KZ751310: 313.9089538534696\n", - "12:47:51\tCompleted 3281 to KZ155600: 1990.448938572926\n", - "12:47:51\tCompleted 3253 to KZ113400: 1579.651253549971\n", - "12:47:51\tCompleted 3258 to KZ275800: 3830.7739947215296\n", - "12:47:51\tCompleted 3241 to KZ156400: 1701.672390831162\n", - "12:47:51\tCompleted 3323 to KZ115200: 2002.6682496270014\n", - "12:47:51\tCompleted 3314 to KZ191600: 4130.414110350567\n", - "12:47:51\tCompleted 3315 to KZ632200: 1517.941351316017\n", - "12:47:51\tCompleted 3313 to KZ113400: 1541.9919262873323\n", - "12:47:51\tCompleted 3237 to KZ396800: 1982.102708047948\n", - "12:47:51\tCompleted 3288 to KZ431900: 2019.686910057858\n", - "12:47:51\tCompleted 3256 to KZ395000: 2939.018928077867\n", - "12:47:51\tCompleted 3247 to KZ196800: 100.24967044452093\n", - "12:47:51\tCompleted 3287 to KZ315600: 898.4641498998964\n", - "12:47:51\tCompleted 3243 to KZ394400: 3218.4432031668566\n", - "12:47:51\tCompleted 3324 to KZ234000: 3271.0198170691788\n", - "12:47:51\tCompleted 3268 to KZ393600: 2476.7630394990842\n", - "12:47:52\tCompleted 3312 to KZ351000: 1312.4093423972438\n", - "12:47:52\tCompleted 3261 to KZ632200: 1538.9093410210319\n", - "12:47:52\tCompleted 3276 to KZ791710: 986.4159889030682\n", - "12:47:52\tCompleted 3325 to KZ354800: 1465.3656320097793\n", - "12:47:52\tCompleted 3223 to KZ613900: 1029.6477314280305\n", - "12:47:52\tCompleted 3298 to KZ392000: 2670.3471951530028\n", - "12:47:52\tCompleted 3321 to KZ615800: 893.8935967907644\n", - "12:47:52\tCompleted 3311 to KZ751410: 331.3339322571102\n", - "12:47:52\tCompleted 3302 to KZ394400: 2517.125730240723\n", - "12:47:52\tCompleted 3320 to KZ596600: 3062.0690421232466\n", - "12:47:52\tCompleted 3249 to KZ314800: 3899.9773190673704\n", - "12:47:52\tCompleted 3255 to KZ314000: 895.7745991739903\n", - "12:47:52\tCompleted 3296 to KZ633200: 2431.0330021039185\n", - "12:47:52\tCompleted 3274 to KZ352000: 1485.3794292284917\n", - "12:47:52\tCompleted 3242 to KZ633400: 933.0463304090965\n", - "12:47:53\tCompleted 3269 to KZ393600: 2637.891735351813\n", - "12:47:53\tCompleted 3247 to KZ191600: 17.14921357667821\n", - "12:47:53\tCompleted 3244 to KZ593400: 3566.8636626890034\n", - "12:47:53\tCompleted 3233 to KZ275800: 2112.1526151100816\n", - "12:47:53\tCompleted 3267 to KZ194600: 1472.959377198666\n", - "12:47:53\tCompleted 3266 to KZ153600: 2099.710728007542\n", - "12:47:53\tCompleted 3263 to KZ596600: 2209.1959514870255\n", - "12:47:53\tCompleted 3248 to KZ353200: 1377.8492889647578\n", - "12:47:53\tCompleted 3311 to KZ751710: 372.321964026013\n", - "12:47:53\tCompleted 3239 to KZ615800: 2963.5186747220796\n", - "12:47:53\tCompleted 3260 to KZ154600: 3515.1243697670648\n", - "12:47:53\tCompleted 3281 to KZ156800: 1492.428782793508\n", - "12:47:54\tCompleted 3238 to KZ555200: 1715.3007829429694\n", - "12:47:54\tCompleted 3287 to KZ316000: 1157.9963414392873\n", - "12:47:54\tCompleted 3255 to KZ314800: 335.77448662368465\n", - "12:47:54\tCompleted 3247 to KZ195200: 60.79932441199419\n", - "12:47:54\tCompleted 3293 to KZ274400: 2737.5350640364168\n", - "12:47:54\tCompleted 3250 to KZ596600: 3068.4227434015825\n", - "12:47:54\tCompleted 3321 to KZ612600: 1149.0237234116898\n", - "12:47:54\tCompleted 3279 to KZ116400: 1846.562066754047\n", - "12:47:54\tCompleted 3312 to KZ352000: 1457.175932697985\n", - "12:47:54\tCompleted 3221 to KZ636400: 2919.1436338639833\n", - "12:47:54\tCompleted 3276 to KZ611600: 1243.2765241781926\n", - "12:47:54\tCompleted 3311 to KZ751810: 318.565808102962\n", - "12:47:54\tCompleted 3272 to KZ151000: 3263.092923289143\n", - "12:47:54\tCompleted 3226 to KZ114600: 1961.0654358070967\n", - "12:47:54\tCompleted 3253 to KZ113600: 1854.9239825966079\n", - "12:47:55\tCompleted 3313 to KZ113600: 1670.4630843573902\n", - "12:47:55\tCompleted 3262 to KZ394000: 3089.539132815559\n", - "12:47:55\tCompleted 3308 to KZ115600: 1858.0676747360842\n", - "12:47:55\tCompleted 3273 to KZ234600: 4637.679949368254\n", - "12:47:55\tCompleted 3302 to KZ433200: 1897.0963899634373\n", - "12:47:55\tCompleted 3290 to KZ595200: 2085.5910926381694\n", - "12:47:55\tCompleted 3264 to KZ276600: 3869.426403759543\n", - "12:47:55\tCompleted 3270 to KZ273600: 3795.37056772051\n", - "12:47:55\tCompleted 3254 to KZ194400: 4226.87536839735\n", - "12:47:55\tCompleted 3287 to KZ316600: 706.8038023980889\n", - "12:47:55\tCompleted 3261 to KZ635200: 1729.47381040748312:47:55\tCompleted 3315 to KZ635200: 1708.5058207024683\n", - "\n", - "12:47:55\tCompleted 3257 to KZ474600: 2800.521135449739\n", - "12:47:55\tCompleted 3255 to KZ315400: 558.440943547162\n", - "12:47:55\tCompleted 3247 to KZ195000: 406.54434025208946\n", - "12:47:55\tCompleted 3241 to KZ155600: 1874.352264870098\n", - "12:47:55\tCompleted 3237 to KZ394800: 1754.5969063423322\n", - "12:47:55\tCompleted 3269 to KZ396400: 2517.30562378486912:47:55\tCompleted 3274 to KZ354800: 1580.9441679404697\n", - "\n", - "12:47:55\tCompleted 3325 to KZ355200: 1685.353695502625212:47:55\tCompleted 3306 to KZ556000: 2067.8073256793514\n", - "\n", - "12:47:56\tCompleted 3248 to KZ353600: 1314.079067248091212:47:56\tCompleted 3321 to KZ616000: 858.7889520367138\n", - "\n", - "12:47:56\tCompleted 3311 to KZ751910: 339.7067244533704\n", - "12:47:56\tCompleted 3275 to KZ354800: 4018.049218869524\n", - "12:47:56\tCompleted 3276 to KZ613600: 1096.9039719402722\n", - "12:47:56\tCompleted 3323 to KZ115400: 2072.6416885431436\n", - "12:47:56\tCompleted 3242 to KZ633600: 1446.9640925439542\n", - "12:47:56\tCompleted 3256 to KZ395200: 2470.9834430030337\n", - "12:47:56\tCompleted 3288 to KZ434600: 2053.351480484238\n", - "12:47:56\tCompleted 3238 to KZ551600: 1773.261686574201\n", - "12:47:56\tCompleted 3247 to KZ194400: 289.58241112573944\n", - "12:47:56\tCompleted 3318 to KZ396400: 2436.080855305958\n", - "12:47:57\tCompleted 3320 to KZ595000: 3426.2915758001327\n", - "12:47:57\tCompleted 3239 to KZ612600: 2672.8986858365943\n", - "12:47:57\tCompleted 3255 to KZ315600: 893.5975063236083\n", - "12:47:57\tCompleted 3267 to KZ194800: 1741.0750292526693\n", - "12:47:57\tCompleted 3314 to KZ195200: 4068.179133485297\n", - "12:47:57\tCompleted 3311 to KZ751510: 328.22266235245445\n", - "12:47:57\tCompleted 3243 to KZ433200: 2759.14344139678\n", - "12:47:57\tCompleted 3249 to KZ315400: 3587.2162003874187\n", - "12:47:57\tCompleted 3287 to KZ316200: 1190.2116435315784\n", - "12:47:57\tCompleted 3279 to KZ116800: 1643.9949851772626\n", - "12:47:57\tCompleted 3295 to KZ156400: 3113.055617416589\n", - "12:47:57\tCompleted 3266 to KZ154000: 1851.2873008325791\n", - "12:47:57\tCompleted 3248 to KZ351600: 888.86921527164\n", - "12:47:57\tCompleted 3263 to KZ595000: 2043.6359701747385\n", - "12:47:57\tCompleted 3268 to KZ396400: 2698.174686172443\n", - "12:47:57\tCompleted 3298 to KZ395600: 2547.50054444409\n", - "12:47:57\tCompleted 3244 to KZ594200: 3380.185365159325\n", - "12:47:57\tCompleted 3302 to KZ431900: 2026.1477042601525\n", - "12:47:57\tCompleted 3247 to KZ194600: 234.84623279762167\n", - "12:47:58\tCompleted 3321 to KZ613800: 1234.4027273690936\n", - "12:47:58\tCompleted 3312 to KZ354800: 1552.740671409963\n", - "12:47:58\tCompleted 3281 to KZ193200: 1893.9333752555447\n", - "12:47:58\tCompleted 3241 to KZ156800: 1376.33210909068\n", - "12:47:58\tCompleted 3245 to KZ276000: 3071.8208845558042\n", - "12:47:58\tCompleted 3313 to KZ113800: 1750.0811691134243\n", - "12:47:58\tCompleted 3276 to KZ614000: 1043.763925025948\n", - "12:47:58\tCompleted 3258 to KZ276000: 4246.605020476578\n", - "12:47:58\tCompleted 3315 to KZ632400: 1577.4613785519657\n", - "12:47:58\tCompleted 3325 to KZ355600: 1458.802861427866\n", - "12:47:58\tCompleted 3261 to KZ632400: 1598.4293682569803\n", - "12:47:58\tCompleted 3250 to KZ595000: 3432.6452770784686\n", - "12:47:58\tCompleted 3269 to KZ394000: 2585.006750111661\n", - "12:47:58\tCompleted 3308 to KZ115200: 1713.4574197764719\n", - "12:47:59\tCompleted 3326 to KZ394400: 2302.8353095659327\n", - "12:47:59\tCompleted 3287 to KZ311000: 795.6260136621579\n", - "12:47:59\tCompleted 3255 to KZ316000: 1157.0075813299327\n", - "12:47:59\tCompleted 3324 to KZ234200: 3721.9655235901146\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:47:59\tCompleted 3247 to KZ194800: 502.9618848516254\n", - "12:47:59\tCompleted 3253 to KZ113800: 2034.270007265508\n", - "12:47:59\tCompleted 3274 to KZ355200: 1800.9322314333156\n", - "12:47:59\tCompleted 3226 to KZ114800: 2319.3009651604025\n", - "12:47:59\tCompleted 3325 to KZ352100: 550.5661758311476\n", - "12:47:59\tCompleted 3242 to KZ633800: 1379.463646616188\n", - "12:48:00\tCompleted 3260 to KZ154800: 3350.1316807794647\n", - "12:48:00\tCompleted 3290 to KZ591000: 1975.8068213907097\n", - "12:48:00\tCompleted 3296 to KZ634800: 2915.479593514185\n", - "12:48:00\tCompleted 3233 to KZ276000: 2527.9836408651167\n", - "12:48:00\tCompleted 3302 to KZ434600: 2064.0472285103574\n", - "12:48:00\tCompleted 3255 to KZ316600: 705.8150422887343\n", - "12:48:00\tCompleted 3238 to KZ553200: 2065.457992257356612:48:00\tCompleted 3262 to KZ396800: 2835.631590375972\n", - "\n", - "12:48:00\tCompleted 3247 to KZ195600: 594.7598485874947\n", - "12:48:00\tCompleted 3287 to KZ315000: 912.8348298957917\n", - "12:48:00\tCompleted 3276 to KZ613900: 1321.687197042395612:48:00\tCompleted 3272 to KZ153200: 3267.509506717768\n", - "\n", - "12:48:00\tCompleted 3239 to KZ616000: 2990.657890454691\n", - "12:48:00\tCompleted 3275 to KZ355200: 3319.5517868746388\n", - "12:48:01\tCompleted 3237 to KZ395000: 2088.732686436969\n", - "12:48:01\tCompleted 3279 to KZ111810: 1665.8590782003914\n", - "12:48:01\tCompleted 3261 to KZ632800: 1596.3250296479077\n", - "12:48:01\tCompleted 3243 to KZ431900: 2240.0996085015763\n", - "12:48:01\tCompleted 3244 to KZ596600: 3055.26319785748\n", - "12:48:01\tCompleted 3326 to KZ433200: 1435.9528081892488\n", - "12:48:01\tCompleted 3267 to KZ195600: 1817.855597007879\n", - "12:48:01\tCompleted 3254 to KZ194600: 4237.392334401849\n", - "12:48:01\tCompleted 3269 to KZ396800: 2716.4785509019907\n", - "12:48:01\tCompleted 3256 to KZ391000: 2666.6897075119914\n", - "12:48:01\tCompleted 3264 to KZ275000: 3735.1240608618746\n", - "12:48:01\tCompleted 3288 to KZ434400: 2396.300879445964\n", - "12:48:01\tCompleted 3270 to KZ276600: 3877.195814419496\n", - "12:48:01\tCompleted 3273 to KZ234800: 3771.3813252038294\n", - "12:48:01\tCompleted 3306 to KZ556800: 2268.495250551286\n", - "12:48:02\tCompleted 3221 to KZ631000: 2929.7066902686574\n", - "12:48:02\tCompleted 3320 to KZ593600: 3696.5115391223935\n", - "12:48:02\tCompleted 3325 to KZ352200: 1267.359398415984\n", - "12:48:02\tCompleted 3312 to KZ355200: 1772.7287349028088\n", - "12:48:02\tCompleted 3263 to KZ593600: 2158.1845744590323\n", - "12:48:02\tCompleted 3247 to KZ195800: 458.88246930660523\n", - "12:48:02\tCompleted 3327 to KZ556000: 2100.6962886060624\n", - "12:48:02\tCompleted 3313 to KZ114500: 1823.9236641982457\n", - "12:48:02\tCompleted 3279 to KZ116600: 296.5273037955361\n", - "12:48:02\tCompleted 3287 to KZ314200: 797.0402272245309\n", - "12:48:02\tCompleted 3308 to KZ115400: 1690.836757178378\n", - "12:48:02\tCompleted 3242 to KZ634000: 1376.548389181725\n", - "12:48:02\tCompleted 3315 to KZ632800: 1575.357039942893\n", - "12:48:02\tCompleted 3255 to KZ316200: 1189.2228834222237\n", - "12:48:02\tCompleted 3293 to KZ275400: 3412.723495993427\n", - "12:48:02\tCompleted 3274 to KZ355600: 1574.3813973585561\n", - "12:48:02\tCompleted 3302 to KZ434400: 2048.998124620013\n", - "12:48:02\tCompleted 3241 to KZ193200: 2013.4430432474232\n", - "12:48:02\tCompleted 3323 to KZ151000: 2295.2324776991145\n", - "12:48:03\tCompleted 3326 to KZ431900: 916.9089752940298\n", - "12:48:03\tCompleted 3276 to KZ612000: 1190.3986580708604\n", - "12:48:03\tCompleted 3318 to KZ394000: 2544.541134395275\n", - "12:48:03\tCompleted 3253 to KZ114500: 1901.3920227195426\n", - "12:48:03\tCompleted 3257 to KZ475000: 3170.8501621995165\n", - "12:48:03\tCompleted 3226 to KZ111010: 1856.6530895904607\n", - "12:48:03\tCompleted 3281 to KZ193400: 2098.8222522709852\n", - "12:48:03\tCompleted 3314 to KZ195000: 4519.809237026014\n", - "12:48:03\tCompleted 3247 to KZ196000: 580.4100803629046\n", - "12:48:03\tCompleted 3249 to KZ315600: 4106.657713208071\n", - "12:48:03\tCompleted 3266 to KZ154200: 2153.9233398018987\n", - "12:48:03\tCompleted 3250 to KZ593600: 3702.8652404007294\n", - "12:48:04\tCompleted 3255 to KZ311000: 794.6372535528033\n", - "12:48:04\tCompleted 3237 to KZ395200: 1556.3714595978163\n", - "12:48:04\tCompleted 3295 to KZ155600: 3285.735491455449\n", - "12:48:04\tCompleted 3238 to KZ553600: 1907.6604352464863\n", - "12:48:04\tCompleted 3274 to KZ352100: 666.1447117618378\n", - "12:48:04\tCompleted 3326 to KZ434600: 950.5735457204102\n", - "12:48:04\tCompleted 3261 to KZ636800: 1526.5976560679837\n", - "12:48:04\tCompleted 3298 to KZ395800: 2849.884619850572\n", - "12:48:04\tCompleted 3269 to KZ394800: 2459.555678649552\n", - "12:48:04\tCompleted 3321 to KZ273200: 3935.9016726696764\n", - "12:48:04\tCompleted 3287 to KZ353200: 1379.0929923378337\n", - "12:48:04\tCompleted 3239 to KZ613800: 3138.9120234735747\n", - "12:48:04\tCompleted 3268 to KZ394000: 2930.1095355382645\n", - "12:48:05\tCompleted 3267 to KZ195800: 1631.7424693750288\n", - "12:48:05\tCompleted 3302 to KZ431000: 2386.632795975211\n", - "12:48:05\tCompleted 3290 to KZ595600: 2086.2567779795195\n", - "12:48:05\tCompleted 3247 to KZ191000: 272.02092746985966\n", - "12:48:05\tCompleted 3312 to KZ355600: 1546.1779008280494\n", - "12:48:05\tCompleted 3243 to KZ434600: 2273.764178927954\n", - "12:48:05\tCompleted 3325 to KZ352300: 1757.5917842099373\n", - "12:48:05\tCompleted 3258 to KZ276200: 3965.9912337426604\n", - "12:48:05\tCompleted 3244 to KZ595000: 3419.485731534366\n", - "12:48:05\tCompleted 3276 to KZ614400: 1248.2199964821987\n", - "12:48:05\tCompleted 3315 to KZ636800: 1505.6296663629691\n", - "12:48:05\tCompleted 3255 to KZ315000: 911.846069786437\n", - "12:48:05\tCompleted 3296 to KZ633400: 2183.257538843508\n", - "12:48:05\tCompleted 3313 to KZ114000: 1760.066650630687\n", - "12:48:05\tCompleted 3275 to KZ355600: 3563.1973399697486\n", - "12:48:05\tCompleted 3281 to KZ193600: 1398.7569833183295\n", - "12:48:06\tCompleted 3260 to KZ155200: 3777.0703436812173\n", - "12:48:06\tCompleted 3320 to KZ595200: 3374.198116472018\n", - "12:48:06\tCompleted 3262 to KZ394800: 3014.2861590740345\n", - "12:48:06\tCompleted 3245 to KZ276200: 2791.2070978219\n", - "12:48:06\tCompleted 3288 to KZ431000: 1737.9922970833297\n", - "12:48:06\tCompleted 3242 to KZ635400: 1821.4539417639583\n", - "12:48:06\tCompleted 3239 to KZ273200: 1350.1221006727717\n", - "12:48:06\tCompleted 3279 to KZ115600: 1829.9314264039463\n", - "12:48:06\tCompleted 3324 to KZ234600: 3837.135822028169\n", - "12:48:06\tCompleted 3247 to KZ196200: 102.86689901114579\n", - "12:48:06\tCompleted 3263 to KZ595200: 2155.634707516265\n", - "12:48:06\tCompleted 3326 to KZ434400: 1293.5229446821447\n", - "12:48:06\tCompleted 3274 to KZ352200: 1382.9379343466742\n", - "12:48:06\tCompleted 3312 to KZ352100: 637.9412152313311\n", - "12:48:06\tCompleted 3233 to KZ276200: 2247.3698541312124\n", - "12:48:06\tCompleted 3287 to KZ353600: 1315.322770621167\n", - "12:48:07\tCompleted 3311 to KZ231000: 3549.746385674798612:48:07\tCompleted 3253 to KZ114000: 1848.3313765133682\n", - "\n", - "12:48:07\tCompleted 3255 to KZ314200: 796.0514671151763\n", - "12:48:07\tCompleted 3308 to KZ151000: 1913.4275463343597\n", - "12:48:07\tCompleted 3226 to KZ116000: 1825.4841707131998\n", - "12:48:07\tCompleted 3272 to KZ153400: 3156.9228491920894\n", - "12:48:07\tCompleted 3254 to KZ194800: 4505.507986455855\n", - "12:48:07\tCompleted 3276 to KZ614600: 1037.8716239507635\n", - "12:48:07\tCompleted 3325 to KZ352800: 1294.481821112951\n", - "12:48:07\tCompleted 3269 to KZ395000: 2778.467003447846\n", - "12:48:07\tCompleted 3261 to KZ635800: 1577.2240897835263\n", - "12:48:07\tCompleted 3266 to KZ156000: 1727.1725721701087\n", - "12:48:07\tCompleted 3256 to KZ395400: 2710.053602437304\n", - "12:48:07\tCompleted 3247 to KZ192600: 310.96468249855354\n", - "12:48:07\tCompleted 3302 to KZ435200: 2477.444589365263\n", - "12:48:08\tCompleted 3270 to KZ275000: 3742.8934715218275\n", - "12:48:08\tCompleted 3326 to KZ431000: 635.2143623195014\n", - "12:48:08\tCompleted 3238 to KZ552200: 2032.671020935614\n", - "12:48:08\tCompleted 3250 to KZ595200: 3380.5518177503536\n", - "12:48:08\tCompleted 3249 to KZ316000: 3280.418635344589\n", - "12:48:08\tCompleted 3281 to KZ194000: 1379.5187825070866\n", - "12:48:08\tCompleted 3241 to KZ193400: 2218.331920262856\n", - "12:48:08\tCompleted 3239 to KZ274400: 1626.4032558748058\n", - "12:48:08\tCompleted 3264 to KZ274800: 4270.628972245312\n", - "12:48:08\tCompleted 3327 to KZ556800: 2301.3842134779998\n", - "12:48:08\tCompleted 3315 to KZ635800: 1556.2561000785117\n", - "12:48:08\tCompleted 3287 to KZ351600: 890.1129186447158\n", - "12:48:08\tCompleted 3242 to KZ635000: 1296.1805144315094\n", - "12:48:08\tCompleted 3306 to KZ554800: 2273.1907385957397\n", - "12:48:09\tCompleted 3323 to KZ153200: 2299.649061127747712:48:09\tCompleted 3313 to KZ117000: 1682.698994077291\n", - "\n", - "12:48:09\tCompleted 3247 to KZ196600: 421.9335508864385\n", - "12:48:09\tCompleted 3293 to KZ273600: 2580.682754975965512:48:09\tCompleted 3325 to KZ356400: 947.2650530195482\n", - "\n", - "12:48:09\tCompleted 3290 to KZ596000: 1852.5094238595418\n", - "12:48:09\tCompleted 3312 to KZ352200: 1354.7344378161674\n", - "12:48:09\tCompleted 3273 to KZ235200: 3819.021172567197\n", - "12:48:09\tCompleted 3326 to KZ435200: 533.520232258571\n", - "12:48:09\tCompleted 3267 to KZ196000: 1818.523224763949\n", - "12:48:09\tCompleted 3237 to KZ391000: 1810.769656254169\n", - "12:48:09\tCompleted 3314 to KZ194400: 4337.594163567028\n", - "12:48:09\tCompleted 3255 to KZ353200: 1374.2263487615455\n", - "12:48:09\tCompleted 3318 to KZ396800: 2559.1432090692974\n", - "12:48:09\tCompleted 3279 to KZ115200: 1698.6147790655107\n", - "12:48:10\tCompleted 3244 to KZ593600: 3689.705694856627\n", - "12:48:10\tCompleted 3243 to KZ434400: 2616.7135778896795\n", - "12:48:10\tCompleted 3288 to KZ435200: 1636.2981670223992\n", - "12:48:10\tCompleted 3221 to KZ634600: 3330.5161675403597\n", - "12:48:10\tCompleted 3268 to KZ396800: 2676.2019930986776\n", - "12:48:10\tCompleted 3295 to KZ156800: 2787.715335676086\n", - "12:48:10\tCompleted 3320 to KZ591000: 3427.5238088471665\n", - "12:48:10\tCompleted 3261 to KZ636200: 1438.307006553282\n", - "12:48:10\tCompleted 3298 to KZ392400: 2576.0715458769014\n", - "12:48:10\tCompleted 3247 to KZ194200: 352.51861735795137\n", - "12:48:10\tCompleted 3253 to KZ117000: 1770.9637199599722\n", - "12:48:10\tCompleted 3257 to KZ475200: 3181.69312298356612:48:10\tCompleted 3326 to KZ434800: 564.8464931749062\n", - "\n", - "12:48:10\tCompleted 3274 to KZ352300: 1873.1703201406276\n", - "12:48:10\tCompleted 3302 to KZ434800: 2399.010825088545\n", - "12:48:10\tCompleted 3276 to KZ614800: 1519.49242932187\n", - "12:48:10\tCompleted 3287 to KZ354000: 1398.9124366062197\n", - "12:48:11\tCompleted 3242 to KZ632200: 1371.2210928380862\n", - "12:48:11\tCompleted 3269 to KZ395200: 2811.088725662144\n", - "12:48:11\tCompleted 3239 to KZ275400: 1987.4495156910618\n", - "12:48:11\tCompleted 3241 to KZ193600: 1518.266651310208\n", - "12:48:11\tCompleted 3275 to KZ352100: 3839.659428683818\n", - "12:48:11\tCompleted 3263 to KZ591000: 2045.850436268806\n", - "12:48:11\tCompleted 3226 to KZ116400: 1947.885518472719\n", - "12:48:11\tCompleted 3315 to KZ636200: 1417.3390168482674\n", - "12:48:11\tCompleted 3321 to KZ274400: 3873.0303601564005\n", - "12:48:11\tCompleted 3262 to KZ395000: 2942.261568764986\n", - "12:48:11\tCompleted 3325 to KZ352400: 1280.4074090093545\n", - "12:48:11\tCompleted 3247 to KZ751210: 64.15626838059342\n", - "12:48:11\tCompleted 3295 to KZ193200: 674.8714007170829\n", - "12:48:11\tCompleted 3260 to KZ156400: 3356.3603433204507\n", - "12:48:12\tCompleted 3296 to KZ633600: 2433.4784017712714\n", - "12:48:12\tCompleted 3238 to KZ554600: 2104.756104601448\n", - "12:48:12\tCompleted 3255 to KZ353600: 1310.456127044879\n", - "12:48:12\tCompleted 3281 to KZ196400: 1812.6728891826901\n", - "12:48:12\tCompleted 3261 to KZ636400: 1195.7211586732717\n", - "12:48:12\tCompleted 3326 to KZ433600: 825.5166735240422\n", - "12:48:12\tCompleted 3267 to KZ191000: 1510.1340718709039\n", - "12:48:12\tCompleted 3258 to KZ271000: 3983.684189156876\n", - "12:48:12\tCompleted 3250 to KZ591000: 3433.8775101255023\n", - "12:48:12\tCompleted 3308 to KZ153200: 1917.8441297630088\n", - "12:48:12\tCompleted 3313 to KZ114400: 1595.3578676669952\n", - "12:48:12\tCompleted 3247 to KZ751110: 57.75799271730439\n", - "12:48:12\tCompleted 3276 to KZ615400: 1260.6561964124219\n", - "12:48:13\tCompleted 3239 to KZ273600: 1629.444990530729\n", - "12:48:13\tCompleted 3266 to KZ154600: 2025.3100029152404\n", - "12:48:13\tCompleted 3287 to KZ351000: 1330.5440055058764\n", - "12:48:13\tCompleted 3302 to KZ433600: 2214.6543532384094\n", - "12:48:13\tCompleted 3288 to KZ434800: 1667.6244279387347\n", - "12:48:13\tCompleted 3312 to KZ352300: 1844.9668236101209\n", - "12:48:13\tCompleted 3256 to KZ392000: 2826.977297517528\n", - "12:48:13\tCompleted 3295 to KZ193400: 879.7602777325233\n", - "12:48:13\tCompleted 3274 to KZ352800: 1410.060357043641\n", - "12:48:13\tCompleted 3243 to KZ431000: 1958.40499552706412:48:13\tCompleted 3279 to KZ115400: 1675.994116467417\n", - "\n", - "12:48:13\tCompleted 3249 to KZ316600: 3928.4094994286097\n", - "12:48:13\tCompleted 3315 to KZ636400: 1174.753168968257\n", - "12:48:13\tCompleted 3233 to KZ271000: 2265.062809545428\n", - "12:48:13\tCompleted 3254 to KZ195600: 4582.288554211071\n", - "12:48:13\tCompleted 3326 to KZ434000: 589.5739239344996\n", - "12:48:13\tCompleted 3245 to KZ271000: 2808.9000532361156\n", - "12:48:13\tCompleted 3324 to KZ234800: 2970.837197863785\n", - "12:48:13\tCompleted 3269 to KZ391000: 2668.2342473905483\n", - "12:48:13\tCompleted 3247 to KZ751310: 64.24327409154294\n", - "12:48:14\tCompleted 3272 to KZ153600: 3449.326610049614\n", - "12:48:14\tCompleted 3241 to KZ194000: 1499.028450498965212:48:14\tCompleted 3281 to KZ196800: 1280.8312869415097\n", - "\n", - "12:48:14\tCompleted 3290 to KZ596200: 2004.6053888671627\n", - "12:48:14\tCompleted 3327 to KZ554800: 2306.0797015224507\n", - "12:48:14\tCompleted 3267 to KZ196200: 1275.7268990795694\n", - "12:48:14\tCompleted 3242 to KZ635200: 1561.7855622245374\n", - "12:48:14\tCompleted 3320 to KZ595600: 3275.827657651068412:48:14\tCompleted 3244 to KZ595200: 3367.392272206251\n", - "\n", - "12:48:14\tCompleted 3253 to KZ114400: 1897.2035600685713\n", - "12:48:14\tCompleted 3261 to KZ631000: 1410.6113465247258\n", - "12:48:14\tCompleted 3295 to KZ193600: 437.191633090495\n", - "12:48:14\tCompleted 3226 to KZ116800: 1735.4866647806932\n", - "12:48:14\tCompleted 3237 to KZ395400: 1858.6372092872475\n", - "12:48:14\tCompleted 3276 to KZ615200: 998.072842914142\n", - "12:48:14\tCompleted 3323 to KZ153400: 2189.062403602061\n", - "12:48:15\tCompleted 3264 to KZ275800: 3740.211796233713\n", - "12:48:15\tCompleted 3247 to KZ751410: 71.25322019643964\n", - "12:48:15\tCompleted 3270 to KZ274800: 4278.398382905267\n", - "12:48:15\tCompleted 3318 to KZ394800: 2331.637407363696\n", - "12:48:15\tCompleted 3238 to KZ555600: 1819.9970300044897\n", - "12:48:15\tCompleted 3274 to KZ356400: 1062.8435889502384\n", - "12:48:15\tCompleted 3239 to KZ276600: 1854.9843461225903\n", - "12:48:15\tCompleted 3298 to KZ396200: 2384.494631850697\n", - "12:48:15\tCompleted 3306 to KZ556400: 2210.9246122871855\n", - "12:48:15\tCompleted 3325 to KZ356000: 1918.6881714332112\n", - "12:48:15\tCompleted 3312 to KZ352800: 1381.8568605131343\n", - "12:48:15\tCompleted 3314 to KZ194600: 4348.111129571527\n", - "12:48:15\tCompleted 3287 to KZ352000: 1475.3105958066176\n", - "12:48:15\tCompleted 3295 to KZ194000: 111.32224398783657\n", - "12:48:16\tCompleted 3281 to KZ191600: 1306.6292630015985\n", - "12:48:16\tCompleted 3329 to KZ114000: 1811.5677212636874\n", - "12:48:16\tCompleted 3275 to KZ352200: 3521.245918132502\n", - "12:48:16\tCompleted 3311 to KZ234000: 3758.3568630424866\n", - "12:48:16\tCompleted 3263 to KZ595600: 2279.7380227907224\n", - "12:48:16\tCompleted 3268 to KZ394800: 2854.856561796736\n", - "12:48:16\tCompleted 3315 to KZ631000: 1389.6433568197112\n", - "12:48:16\tCompleted 3247 to KZ751710: 103.28928985658318\n", - "12:48:16\tCompleted 3250 to KZ595600: 3282.1813589294043\n", - "12:48:16\tCompleted 3273 to KZ235600: 3914.058938587602\n", - "12:48:16\tCompleted 3243 to KZ435200: 1856.7108654661336\n", - "12:48:16\tCompleted 3293 to KZ276600: 2662.508001674951612:48:16\tCompleted 3302 to KZ434000: 2949.85804640357\n", - "\n", - "12:48:16\tCompleted 3308 to KZ153400: 1807.2574722373026\n", - "12:48:17\tCompleted 3269 to KZ395400: 2706.6106315892066\n", - "12:48:17\tCompleted 3313 to KZ114600: 1945.4071183920314\n", - "12:48:17\tCompleted 3242 to KZ632400: 1430.7411200740348\n", - "12:48:17\tCompleted 3288 to KZ433600: 1928.2946082878705\n", - "12:48:17\tCompleted 3262 to KZ395200: 2474.2260836901532\n", - "12:48:17\tCompleted 3295 to KZ196400: 593.6109146442307\n", - "12:48:17\tCompleted 3239 to KZ275000: 1399.654096098711\n", - "12:48:17\tCompleted 3247 to KZ751810: 67.00063340442367\n", - "12:48:17\tCompleted 3267 to KZ192600: 1549.0778268995978\n", - "12:48:17\tCompleted 3261 to KZ634600: 1678.2959718250231\n", - "\n", - "12:48:17\tCompleted 3279 to KZ151000: 1898.584905623398312:48:17\tCompleted 3312 to KZ356400: 1034.6400924197317\n", - "12:48:17\tCompleted 3260 to KZ155600: 3529.0402173593106\n", - "12:48:17\tCompleted 3221 to KZ634400: 2910.1541806459436\n", - "12:48:17\tCompleted 3266 to KZ154800: 1860.317313927639\n", - "12:48:17\tCompleted 3302 to KZ471000: 214.66279984920334\n", - "12:48:17\tCompleted 3226 to KZ111810: 1757.350757803822\n", - "12:48:18\tCompleted 3281 to KZ195200: 1244.394286136325\n", - "12:48:18\tCompleted 3249 to KZ316200: 3431.138767420087\n", - "12:48:18\tCompleted 3274 to KZ352400: 1395.9859449400446\n", - "12:48:18\tCompleted 3321 to KZ275400: 4548.218792113433\n", - "12:48:18\tCompleted 3257 to KZ471800: 3011.30290282284\n", - "12:48:18\tCompleted 3295 to KZ196800: 170.66774533097973\n", - "12:48:18\tCompleted 3256 to KZ395600: 2704.130646808615\n", - "12:48:18\tCompleted 3238 to KZ551000: 1731.1324606582361\n", - "12:48:18\tCompleted 3320 to KZ596000: 3365.4814359803136\n", - "12:48:18\tCompleted 3241 to KZ196400: 1932.1825571745687\n", - "12:48:18\tCompleted 3287 to KZ354800: 1570.8753345185953\n", - "12:48:18\tCompleted 3244 to KZ591000: 3420.7179645814\n", - "12:48:18\tCompleted 3253 to KZ114600: 2005.6026524560011\n", - "12:48:19\tCompleted 3331 to KZ196200: 665.4729738322501\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:48:19\tCompleted 3296 to KZ633800: 2605.3174309702304\n", - "12:48:19\tCompleted 3290 to KZ596400: 2034.5754511394139\n", - "12:48:19\tCompleted 3237 to KZ392000: 1865.6908636824783\n", - "12:48:19\tCompleted 3276 to KZ616400: 1970.665393810194\n", - "12:48:19\tCompleted 3325 to KZ354400: 1711.172293256061\n", - "12:48:19\tCompleted 3275 to KZ352300: 2743.844042704875\n", - "12:48:19\tCompleted 3239 to KZ274800: 1754.8334729955022\n", - "12:48:19\tCompleted 3315 to KZ634600: 1657.3279821200085\n", - "12:48:19\tCompleted 3302 to KZ473600: 741.398988794594\n", - "12:48:19\tCompleted 3329 to KZ117000: 1734.2000647102914\n", - "12:48:19\tCompleted 3295 to KZ191600: 87.5672884631369\n", - "12:48:19\tCompleted 3261 to KZ634400: 1270.4467123689406\n", - "12:48:19\tCompleted 3327 to KZ556400: 2243.8135752138965\n", - "12:48:19\tCompleted 3242 to KZ632800: 1428.636781464962\n", - "12:48:19\tCompleted 3243 to KZ434800: 1888.037126382469\n", - "12:48:19\tCompleted 3269 to KZ392000: 2503.5165056357555\n", - "12:48:20\tCompleted 3263 to KZ596000: 1922.5530387376382\n", - "12:48:20\tCompleted 3258 to KZ274000: 4637.342372876392\n", - "12:48:20\tCompleted 3221 to KZ313600: 1383.3237072829412:48:20\tCompleted 3288 to KZ434000: 1692.3518586983262\n", - "\n", - "12:48:20\tCompleted 3254 to KZ195800: 4396.175426578223\n", - "12:48:20\tCompleted 3250 to KZ596000: 3371.8351372586494\n", - "12:48:20\tCompleted 3298 to KZ396600: 2392.413472641886\n", - "12:48:20\tCompleted 3302 to KZ474200: 270.904752168966112:48:20\tCompleted 3312 to KZ352400: 1367.782448409538\n", - "\n", - "12:48:20\tCompleted 3267 to KZ196600: 1594.7935509548622\n", - "12:48:20\tCompleted 3272 to KZ154000: 3200.9031828745883\n", - "12:48:20\tCompleted 3295 to KZ195200: 65.96425496583264\n", - "12:48:20\tCompleted 3331 to KZ192600: 938.8239016522786\n", - "12:48:20\tCompleted 3313 to KZ114800: 1716.3560898901317\n", - "12:48:20\tCompleted 3226 to KZ116600: 1494.0165948489848\n", - "12:48:20\tCompleted 3324 to KZ235200: 3018.4770452271528\n", - "12:48:20\tCompleted 3241 to KZ196800: 1400.3409549333883\n", - "12:48:21\tCompleted 3326 to KZ471000: 3022.522794603471\n", - "12:48:21\tCompleted 3239 to KZ275800: 1531.6163499766153\n", - "12:48:21\tCompleted 3302 to KZ474600: 348.11729428761083\n", - "12:48:21\tCompleted 3315 to KZ634400: 1249.478722663926\n", - "12:48:21\tCompleted 3323 to KZ153600: 2481.4661644595367\n", - "12:48:21\tCompleted 3238 to KZ556000: 1772.4289689890493\n", - "12:48:21\tCompleted 3270 to KZ275800: 3747.981206893666\n", - "12:48:21\tCompleted 3264 to KZ276000: 4156.04282198875\n", - "12:48:21\tCompleted 3261 to KZ313600: 1137.8069452279597\n", - "12:48:21\tCompleted 3268 to KZ395000: 2782.8319714876916\n", - "12:48:21\tCompleted 3245 to KZ274000: 3462.558236955642\n", - "12:48:21\tCompleted 3281 to KZ195000: 1696.024389677010312:48:21\tCompleted 3295 to KZ195000: 476.96241513854847\n", - "\n", - "12:48:22\tCompleted 3279 to KZ153200: 1903.0014890520474\n", - "12:48:22\tCompleted 3318 to KZ395000: 2665.7731874583114\n", - "12:48:22\tCompleted 3242 to KZ636800: 1358.9094078850383\n", - "12:48:22\tCompleted 3314 to KZ194800: 4616.226781625533\n", - "12:48:22\tCompleted 3320 to KZ596200: 3194.176268538722\n", - "12:48:22\tCompleted 3221 to KZ314000: 1165.7574426392505\n", - "12:48:22\tCompleted 3249 to KZ311000: 3291.710027790966\n", - "12:48:22\tCompleted 3276 to KZ615600: 1554.9740960873135\n", - "12:48:22\tCompleted 3287 to KZ355200: 1790.8633980114414\n", - "12:48:22\tCompleted 3331 to KZ196600: 984.5396257075429\n", - "12:48:22\tCompleted 3267 to KZ194200: 1230.236864227097\n", - "12:48:22\tCompleted 3302 to KZ475000: 272.32595698000256\n", - "12:48:22\tCompleted 3274 to KZ356000: 2034.2667073639016\n", - "12:48:22\tCompleted 3325 to KZ351800: 1732.2070078990869\n", - "12:48:22\tCompleted 3262 to KZ391000: 2669.9323481991105\n", - "12:48:22\tCompleted 3257 to KZ593200: 1964.8971284595566\n", - "12:48:22\tCompleted 3308 to KZ153600: 2099.661233094772\n", - "12:48:22\tCompleted 3244 to KZ595600: 3269.021813385302\n", - "12:48:22\tCompleted 3306 to KZ554200: 2406.7556480694802\n", - "12:48:22\tCompleted 3329 to KZ114400: 1758.8682315847586\n", - "12:48:23\tCompleted 3315 to KZ313600: 933.1510779793676\n", - "12:48:23\tCompleted 3241 to KZ191600: 1426.138930993477\n", - "12:48:23\tCompleted 3295 to KZ194400: 225.4675937478537\n", - "12:48:23\tCompleted 3269 to KZ395600: 2817.082711616695\n", - "12:48:23\tCompleted 3233 to KZ274000: 2918.720993264957\n", - "12:48:23\tCompleted 3273 to KZ233600: 3796.675536443546\n", - "12:48:23\tCompleted 3261 to KZ314000: 996.1635810795705\n", - "12:48:23\tCompleted 3260 to KZ156800: 3031.0200615799477\n", - "12:48:23\tCompleted 3239 to KZ276000: 1800.918495603480812:48:23\tCompleted 3293 to KZ275000: 2528.2056587773104\n", - "\n", - "12:48:23\tCompleted 3253 to KZ114800: 2363.838181809305\n", - "12:48:23\tCompleted 3302 to KZ475200: 442.589245832342\n", - "12:48:23\tCompleted 3331 to KZ194200: 619.982938979779\n", - "12:48:24\tCompleted 3237 to KZ395600: 1938.994361590127\n", - "12:48:24\tCompleted 3275 to KZ352800: 3521.9297612736\n", - "12:48:24\tCompleted 3276 to KZ615800: 939.1494409850058\n", - "12:48:24\tCompleted 3243 to KZ433600: 2148.7073067315987\n", - "12:48:24\tCompleted 3250 to KZ596200: 3200.529969817058\n", - "12:48:24\tCompleted 3306 to KZ791110: 263.9412086151282\n", - "12:48:24\tCompleted 3256 to KZ395800: 3006.514722215101\n", - "12:48:24\tCompleted 3311 to KZ234200: 4209.302569563422\n", - "12:48:24\tCompleted 3313 to KZ111010: 1812.925580356684\n", - "12:48:24\tCompleted 3266 to KZ155200: 2287.2559768294136\n", - "12:48:24\tCompleted 3226 to KZ115600: 1921.4231060073769\n", - "12:48:24\tCompleted 3295 to KZ194600: 305.2643076840808\n", - "12:48:24\tCompleted 3267 to KZ751210: 1177.6842353619409\n", - "12:48:24\tCompleted 3281 to KZ194400: 1513.8093162180362\n", - "12:48:24\tCompleted 3315 to KZ314000: 791.5077138309782\n", - "12:48:24\tCompleted 3242 to KZ635800: 1409.535841600581\n", - "12:48:24\tCompleted 3261 to KZ314800: 436.16346852926483\n", - "12:48:24\tCompleted 3290 to KZ594600: 2112.081049285039\n", - "12:48:24\tCompleted 3260 to KZ193200: 720.7958915348011\n", - "12:48:25\tCompleted 3263 to KZ596200: 2309.552488408807\n", - "12:48:25\tCompleted 3321 to KZ273600: 3716.1780510959493\n", - "12:48:25\tCompleted 3302 to KZ471800: 7.65685424949238\n", - "12:48:25\tCompleted 3238 to KZ556800: 1833.9999276737963\n", - "12:48:25\tCompleted 3331 to KZ751210: 567.4303101146218\n", - "12:48:25\tCompleted 3312 to KZ356000: 2006.0632108333948\n", - "12:48:25\tCompleted 3287 to KZ355600: 1564.31256393668212:48:25\tCompleted 3241 to KZ195200: 1363.9039541282036\n", - "\n", - "12:48:25\tCompleted 3306 to KZ791310: 241.65965965473\n", - "12:48:25\tCompleted 3273 to KZ633200: 1231.3134937214784\n", - "12:48:25\tCompleted 3296 to KZ634000: 2653.285011639203\n", - "12:48:25\tCompleted 3239 to KZ276200: 1629.9440237874114\n", - "12:48:25\tCompleted 3295 to KZ194800: 573.3799597380846\n", - "12:48:26\tCompleted 3315 to KZ314800: 231.50760128067247\n", - "12:48:26\tCompleted 3221 to KZ314800: 1665.0447475137125\n", - "12:48:26\tCompleted 3276 to KZ612600: 1194.2795676059313\n", - "12:48:26\tCompleted 3327 to KZ554200: 2495.574099084679\n", - "12:48:26\tCompleted 3298 to KZ394200: 2764.266287434474\n", - "12:48:26\tCompleted 3279 to KZ153400: 1792.4148315263412\n", - "12:48:26\tCompleted 3260 to KZ193400: 925.6847685502415\n", - "12:48:26\tCompleted 3261 to KZ315400: 658.8299254527421\n", - "12:48:26\tCompleted 3267 to KZ751110: 1185.4415946748215\n", - "12:48:26\tCompleted 3268 to KZ395200: 2314.796486412855\n", - "12:48:26\tCompleted 3274 to KZ354400: 1826.7508291867514\n", - "12:48:26\tCompleted 3331 to KZ751110: 575.1876694275024\n", - "12:48:26\tCompleted 3287 to KZ352100: 656.0758783399635\n", - "12:48:26\tCompleted 3254 to KZ196000: 4582.956181967166\n", - "12:48:26\tCompleted 3269 to KZ395800: 3005.2065782352106\n", - "12:48:27\tCompleted 3306 to KZ791510: 251.77743565099848\n", - "12:48:27\tCompleted 3272 to KZ154200: 3503.5392218439106\n", - "12:48:27\tCompleted 3288 to KZ471000: 4125.30072936729\n", - "12:48:27\tCompleted 3244 to KZ596000: 3358.675591714547\n", - "12:48:27\tCompleted 3313 to KZ116000: 1545.748278010242\n", - "12:48:27\tCompleted 3242 to KZ636200: 1270.6187583703365\n", - "12:48:27\tCompleted 3295 to KZ195600: 607.1973023488604\n", - "12:48:27\tCompleted 3318 to KZ395200: 2133.4119606192107\n", - "12:48:27\tCompleted 3329 to KZ114600: 1968.8389972063203\n", - "12:48:27\tCompleted 3320 to KZ596400: 3789.8359486218487\n", - "12:48:27\tCompleted 3281 to KZ194600: 1524.326282222542712:48:27\tCompleted 3315 to KZ315400: 454.1740582041499\n", - "\n", - "12:48:27\tCompleted 3323 to KZ154000: 2233.0427372845597\n", - "12:48:27\tCompleted 3327 to KZ791110: 310.09074681767873\n", - "12:48:27\tCompleted 3308 to KZ154000: 1851.2378059198095\n", - "12:48:27\tCompleted 3249 to KZ315000: 3704.38190193018112:48:27\tCompleted 3257 to KZ595800: 2068.8167384999338\n", - "\n", - "12:48:27\tCompleted 3243 to KZ434000: 1912.7645571420605\n", - "12:48:27\tCompleted 3290 to KZ711110: 1507.1276966159069\n", - "12:48:27\tCompleted 3276 to KZ616000: 904.0447962309552\n", - "12:48:27\tCompleted 3260 to KZ193600: 680.4963589943766\n", - "12:48:27\tCompleted 3239 to KZ271000: 1595.8711703068138\n", - "12:48:27\tCompleted 3324 to KZ235600: 3113.5148112475576\n", - "12:48:28\tCompleted 3331 to KZ751310: 568.3592423027562\n", - "12:48:28\tCompleted 3262 to KZ395400: 2713.296243124423\n", - "12:48:28\tCompleted 3261 to KZ315600: 997.7316670944417\n", - "12:48:28\tCompleted 3253 to KZ111010: 1901.190306239365\n", - "12:48:28\tCompleted 3306 to KZ791710: 223.27749630070974\n", - "12:48:28\tCompleted 3264 to KZ276200: 3875.4290352548437\n", - "12:48:28\tCompleted 3258 to KZ274200: 4754.687867255939\n", - "12:48:28\tCompleted 3267 to KZ751310: 1178.6131675500753\n", - "12:48:28\tCompleted 3325 to KZ393200: 2430.280126156176\n", - "12:48:28\tCompleted 3295 to KZ195800: 421.0841747160106\n", - "12:48:28\tCompleted 3226 to KZ115200: 2114.905220493636\n", - "12:48:28\tCompleted 3314 to KZ195600: 4693.007349380741\n", - "12:48:28\tCompleted 3238 to KZ554800: 1988.6798964220854\n", - "12:48:28\tCompleted 3221 to KZ315400: 1352.2836288337387\n", - "12:48:28\tCompleted 3302 to KZ593200: 3108.0503272270757\n", - "12:48:28\tCompleted 3270 to KZ276000: 4163.812232648705\n", - "12:48:28\tCompleted 3327 to KZ791310: 266.55051493706986\n", - "12:48:29\tCompleted 3275 to KZ356400: 3555.7565603328408\n", - "12:48:29\tCompleted 3260 to KZ194000: 165.78326116836897\n", - "12:48:29\tCompleted 3242 to KZ636400: 1028.0329104903258\n", - "12:48:29\tCompleted 3250 to KZ596400: 3796.1896499001846\n", - "12:48:29\tCompleted 3237 to KZ395800: 1965.5413030961552\n", - "12:48:29\tCompleted 3315 to KZ315600: 851.8898765321583\n", - "12:48:29\tCompleted 3266 to KZ156400: 1866.5459764685702\n", - "12:48:29\tCompleted 3326 to KZ473600: 2603.548028580528\n", - "12:48:29\tCompleted 3331 to KZ751410: 585.7842207063968\n", - "12:48:29\tCompleted 3273 to KZ634800: 1715.760085131773\n", - "12:48:29\tCompleted 3287 to KZ352200: 1372.8691009248\n", - "12:48:29\tCompleted 3306 to KZ611600: 193.0996753238107\n", - "12:48:29\tCompleted 3263 to KZ596400: 2083.3474680085874\n", - "12:48:29\tCompleted 3312 to KZ354400: 1798.5473326562446\n", - "12:48:29\tCompleted 3269 to KZ392400: 2602.7171333154965\n", - "12:48:30\tCompleted 3241 to KZ195000: 1815.5340576688889\n", - "12:48:30\tCompleted 3332 to KZ315600: 1277.6768792872565\n", - "12:48:30\tCompleted 3256 to KZ392400: 2732.7016482414265\n", - "12:48:30\tCompleted 3327 to KZ791510: 243.67001536541665\n", - "12:48:30\tCompleted 3295 to KZ196000: 650.8281552493637\n", - "12:48:30\tCompleted 3276 to KZ613800: 1279.6585715633348\n", - "12:48:30\tCompleted 3261 to KZ316000: 1257.396563235513\n", - "12:48:30\tCompleted 3260 to KZ196400: 639.5354054619488\n", - "12:48:30\tCompleted 3239 to KZ274000: 1865.871608919176\n", - "12:48:30\tCompleted 3267 to KZ751410: 1196.038145953716\n", - "12:48:30\tCompleted 3233 to KZ274200: 3036.0664876444007\n", - "12:48:30\tCompleted 3331 to KZ751710: 626.7722524752996\n", - "12:48:30\tCompleted 3306 to KZ613600: 226.64729409185514\n", - "12:48:31\tCompleted 3274 to KZ351800: 1847.7855438297772\n", - "12:48:31\tCompleted 3244 to KZ596200: 3187.3704242729555\n", - "12:48:31\tCompleted 3290 to KZ711410: 1507.3004996700165\n", - "12:48:31\tCompleted 3315 to KZ316000: 1052.7406959869206\n", - "12:48:31\tCompleted 3242 to KZ631000: 1242.9230983417804\n", - "12:48:31\tCompleted 3327 to KZ791710: 241.8938350483841\n", - "12:48:31\tCompleted 3332 to KZ316000: 568.3424022337044\n", - "12:48:31\tCompleted 3295 to KZ191000: 342.4390023563187\n", - "12:48:31\tCompleted 3293 to KZ274800: 3063.7105701606997\n", - "12:48:31\tCompleted 3279 to KZ153600: 2084.818592383811\n", - "12:48:31\tCompleted 3320 to KZ594600: 3301.6519289565877\n", - "12:48:31\tCompleted 3273 to KZ633400: 1010.0634444841521\n", - "12:48:31\tCompleted 3313 to KZ116400: 1894.326237123701\n", - "12:48:31\tCompleted 3281 to KZ194800: 1792.441934276546\n", - "12:48:31\tCompleted 3257 to KZ593400: 1878.2040011477936\n", - "12:48:31\tCompleted 3261 to KZ316600: 806.2040241943145\n", - "12:48:31\tCompleted 3321 to KZ276600: 3798.0032977949354\n", - "12:48:32\tCompleted 3260 to KZ196800: 413.97247123486164\n", - "12:48:32\tCompleted 3306 to KZ614000: 272.00613276443136\n", - "12:48:32\tCompleted 3253 to KZ116000: 1870.0213873621042\n", - "12:48:32\tCompleted 3268 to KZ391000: 2510.502750921816\n", - "12:48:32\tCompleted 3249 to KZ314200: 3297.1852587263\n", - "12:48:32\tCompleted 3331 to KZ751810: 573.0160965522487\n", - "12:48:32\tCompleted 3238 to KZ556400: 1915.546255596889\n", - "12:48:32\tCompleted 3298 to KZ394400: 2921.21106253038\n", - "12:48:32\tCompleted 3327 to KZ611600: 498.7543703235084\n", - "12:48:32\tCompleted 3315 to KZ316600: 601.5481569457219\n", - "12:48:32\tCompleted 3329 to KZ114800: 2149.509950131573\n", - "12:48:32\tCompleted 3295 to KZ196200: 65.06860442055117\n", - "12:48:32\tCompleted 3259 to KZ113200: 1740.7734704026495\n", - "12:48:32\tCompleted 3267 to KZ751710: 1237.0261777226187\n", - "12:48:33\tCompleted 3332 to KZ316600: 984.5117726986132\n", - "12:48:33\tCompleted 3239 to KZ274200: 2077.992788516194\n", - "12:48:33\tCompleted 3250 to KZ594600: 3308.0056302349235\n", - "12:48:33\tCompleted 3254 to KZ191000: 4274.567029074094\n", - "12:48:33\tCompleted 3260 to KZ191600: 330.8720143670186\n", - "12:48:33\tCompleted 3245 to KZ274200: 3579.903731335088\n", - "12:48:33\tCompleted 3241 to KZ194400: 1633.3189842099148\n", - "12:48:33\tCompleted 3296 to KZ635400: 3098.1905642214124\n", - "12:48:33\tCompleted 3318 to KZ391000: 2387.8101572755318\n", - "12:48:33\tCompleted 3306 to KZ613900: 516.4268615630521\n", - "12:48:33\tCompleted 3272 to KZ156000: 3076.788454212131\n", - "12:48:33\tCompleted 3237 to KZ392400: 1875.567383468922\n", - "12:48:33\tCompleted 3221 to KZ315600: 1871.7251416543713\n", - "12:48:33\tCompleted 3302 to KZ595800: 3480.0623438465695\n", - "12:48:33\tCompleted 3331 to KZ751910: 594.157012902657\n", - "12:48:33\tCompleted 3288 to KZ473600: 3706.325963344343\n", - "12:48:33\tCompleted 3275 to KZ352400: 3472.1985717245775\n", - "12:48:33\tCompleted 3261 to KZ316200: 1289.6118653278038\n", - "12:48:33\tCompleted 3327 to KZ613600: 319.17876971069904\n", - "12:48:33\tCompleted 3308 to KZ154200: 2153.873844889129\n", - "12:48:33\tCompleted 3287 to KZ352300: 1863.1014867187534\n", - "12:48:33\tCompleted 3312 to KZ351800: 1819.5820472992705\n", - "12:48:33\tCompleted 3311 to KZ234600: 4324.472868001477\n", - "12:48:34\tCompleted 3242 to KZ634600: 1510.6077236420779\n", - "12:48:34\tCompleted 3234 to KZ113200: 1794.8971919549608\n", - "12:48:34\tCompleted 3325 to KZ393400: 2252.540557256309\n", - "12:48:34\tCompleted 3295 to KZ192600: 381.3827573850126\n", - "12:48:34\tCompleted 3332 to KZ316200: 563.5663657685316\n", - "12:48:34\tCompleted 3260 to KZ195200: 309.26898086971437\n", - "12:48:34\tCompleted 3263 to KZ594600: 2288.8263195360737\n", - "12:48:34\tCompleted 3306 to KZ612000: 30.211984162273794\n", - "12:48:34\tCompleted 3290 to KZ711210: 1476.946114003601\n", - "12:48:34\tCompleted 3273 to KZ633600: 1523.9812066190098\n", - "12:48:34\tCompleted 3269 to KZ396200: 3042.7460558252124\n", - "12:48:34\tCompleted 3315 to KZ316200: 1084.955998079212\n", - "12:48:34\tCompleted 3267 to KZ751810: 1183.2700217995678\n", - "12:48:34\tCompleted 3314 to KZ195800: 4506.8942217478925\n", - "12:48:34\tCompleted 3266 to KZ155600: 2039.2258505075076\n", - "12:48:34\tCompleted 3323 to KZ154200: 2535.678776253882\n", - "12:48:34\tCompleted 3313 to KZ116800: 1691.7591555469164\n", - "12:48:35\tCompleted 3324 to KZ233600: 2996.131409103446\n", - "12:48:35\tCompleted 3327 to KZ614000: 299.2417711712643\n", - "12:48:35\tCompleted 3331 to KZ751510: 582.6729508017411\n", - "12:48:35\tCompleted 3262 to KZ392000: 2830.219938204647\n", - "12:48:35\tCompleted 3261 to KZ311000: 895.0262354583834\n", - "12:48:35\tCompleted 3256 to KZ396200: 2541.124734215222\n", - "12:48:35\tCompleted 3264 to KZ271000: 3893.1219906690594\n", - "12:48:35\tCompleted 3221 to KZ316000: 1045.486063790875\n", - "12:48:35\tCompleted 3332 to KZ311000: 344.1012556456047\n", - "12:48:35\tCompleted 3295 to KZ196600: 384.1352562958439\n", - "12:48:35\tCompleted 3259 to KZ113400: 1531.994399300478312:48:35\tCompleted 3279 to KZ154000: 1836.395165208848\n", - "12:48:35\tCompleted 3260 to KZ195000: 561.6706720449733\n", - "\n", - "12:48:35\tCompleted 3306 to KZ614400: 442.9596610028544\n", - "12:48:36\tCompleted 3242 to KZ634400: 1102.758464185995\n", - "12:48:36\tCompleted 3320 to KZ711110: 3437.81862571506612:48:36\tCompleted 3240 to KZ113200: 1479.0162407902292\n", - "\n", - "12:48:36\tCompleted 3281 to KZ195600: 1869.2225020317555\n", - "12:48:36\tCompleted 3329 to KZ111010: 1864.4266509896843\n", - "12:48:36\tCompleted 3253 to KZ116400: 1992.4227351216234\n", - "12:48:36\tCompleted 3315 to KZ311000: 690.3703682097912\n", - "12:48:36\tCompleted 3327 to KZ613900: 577.1650431877123\n", - "12:48:36\tCompleted 3244 to KZ596400: 3783.03010435608212:48:36\tCompleted 3241 to KZ194600: 1643.8359502144212\n", - "\n", - "12:48:36\tCompleted 3270 to KZ276200: 3883.1984459147966\n", - "12:48:36\tCompleted 3274 to KZ393200: 2545.858662086858\n", - "12:48:36\tCompleted 3287 to KZ352800: 1399.9915236217669\n", - "12:48:36\tCompleted 3326 to KZ474200: 3050.17218964705\n", - "12:48:36\tCompleted 3261 to KZ315000: 1012.2350516920172\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:48:36\tCompleted 3257 to KZ594200: 2058.061750211305\n", - "12:48:36\tCompleted 3334 to KZ394200: 2784.049420432221712:48:36\tCompleted 3295 to KZ194200: 389.46281762577877\n", - "\n", - "12:48:36\tCompleted 3238 to KZ554200: 2178.1742939843252\n", - "12:48:37\tCompleted 3267 to KZ751910: 1204.4109381499761\n", - "12:48:37\tCompleted 3246 to KZ113200: 1676.3897651909838\n", - "12:48:37\tCompleted 3260 to KZ194400: 187.53479425772528\n", - "12:48:37\tCompleted 3306 to KZ614600: 162.23515150659065\n", - "12:48:37\tCompleted 3234 to KZ113400: 1586.1181208527896\n", - "12:48:37\tCompleted 3263 to KZ711110: 1537.058613121795\n", - "12:48:37\tCompleted 3250 to KZ711110: 3444.172326993402\n", - "12:48:37\tCompleted 3249 to KZ353200: 3667.9402187346354\n", - "12:48:37\tCompleted 3332 to KZ315000: 756.7731297848263\n", - "12:48:37\tCompleted 3276 to KZ273200: 3981.157516863916\n", - "12:48:37\tCompleted 3275 to KZ356000: 2747.2419451183177\n", - "12:48:37\tCompleted 3298 to KZ433200: 2443.6295006969203\n", - "12:48:37\tCompleted 3273 to KZ633800: 1456.4807606912436\n", - "12:48:37\tCompleted 3327 to KZ612000: 412.67345584128736\n", - "12:48:38\tCompleted 3266 to KZ156800: 1541.2056947280896\n", - "12:48:38\tCompleted 3315 to KZ315000: 807.579184443425\n", - "12:48:38\tCompleted 3242 to KZ313600: 1077.5139770013661\n", - "12:48:38\tCompleted 3290 to KZ711310: 1498.5385025421901\n", - "12:48:38\tCompleted 3237 to KZ396200: 1831.231071881711\n", - "12:48:38\tCompleted 3308 to KZ156000: 1727.123077257339\n", - "12:48:38\tCompleted 3295 to KZ751210: 69.32119893443185\n", - "12:48:38\tCompleted 3268 to KZ395400: 2553.866645847129\n", - "12:48:38\tCompleted 3313 to KZ111810: 1713.6232485700452\n", - "12:48:38\tCompleted 3269 to KZ396600: 2954.4511879726715\n", - "12:48:38\tCompleted 3261 to KZ314200: 896.4404490207564\n", - "12:48:38\tCompleted 3260 to KZ194600: 319.75875094689064\n", - "12:48:38\tCompleted 3332 to KZ314200: 349.5764865809394\n", - "12:48:38\tCompleted 3321 to KZ275000: 3663.700954897267\n", - "12:48:38\tCompleted 3287 to KZ356400: 1052.7747555283643\n", - "12:48:38\tCompleted 3306 to KZ614800: 447.846080168427\n", - "12:48:38\tCompleted 3302 to KZ593400: 3491.7380313597687\n", - "12:48:39\tCompleted 3240 to KZ113400: 1308.7287478574658\n", - "12:48:39\tCompleted 3238 to KZ791110: 1417.9230967342967\n", - "12:48:39\tCompleted 3259 to KZ113600: 1807.2671283471152\n", - "12:48:39\tCompleted 3324 to KZ633200: 2049.6002095313156\n", - "12:48:39\tCompleted 3312 to KZ393200: 2517.6551655563535\n", - "12:48:39\tCompleted 3295 to KZ751110: 62.922923271142835\n", - "12:48:39\tCompleted 3327 to KZ614400: 503.6978426275147\n", - "12:48:39\tCompleted 3329 to KZ116000: 1709.258641928005512:48:39\tCompleted 3315 to KZ314200: 691.7845817721642\n", - "\n", - "12:48:39\tCompleted 3267 to KZ751510: 1192.9268760490602\n", - "12:48:39\tCompleted 3313 to KZ116600: 344.2914741651901\n", - "12:48:39\tCompleted 3221 to KZ316600: 1693.4769278749259\n", - "12:48:39\tCompleted 3254 to KZ196200: 4040.159856282747\n", - "12:48:39\tCompleted 3242 to KZ314000: 935.8706128529767\n", - "12:48:39\tCompleted 3296 to KZ635000: 2572.917136888992\n", - "12:48:39\tCompleted 3281 to KZ195800: 1683.1093743989054\n", - "12:48:39\tCompleted 3246 to KZ113400: 1506.1022722582204\n", - "12:48:39\tCompleted 3318 to KZ395400: 2435.677710308608\n", - "12:48:39\tCompleted 3260 to KZ194800: 695.0759361379347\n", - "12:48:39\tCompleted 3272 to KZ154600: 3374.9258849572457\n", - "12:48:40\tCompleted 3253 to KZ116800: 1780.0238814295976\n", - "12:48:40\tCompleted 3306 to KZ615400: 399.94123608368443\n", - "12:48:40\tCompleted 3293 to KZ275800: 2533.2933941491215\n", - "12:48:40\tCompleted 3263 to KZ711410: 1563.1711132053065\n", - "12:48:40\tCompleted 3323 to KZ156000: 2108.9280086221024\n", - "12:48:40\tCompleted 3325 to KZ391600: 2108.4110542717976\n", - "12:48:40\tCompleted 3295 to KZ751310: 69.40820464538139\n", - "12:48:40\tCompleted 3327 to KZ614600: 293.34947009607936\n", - "12:48:40\tCompleted 3273 to KZ634000: 1453.5655032567806\n", - "12:48:40\tCompleted 3262 to KZ395600: 2707.373287495734\n", - "12:48:40\tCompleted 3234 to KZ113600: 1861.3908498994265\n", - "12:48:40\tCompleted 3244 to KZ594600: 3294.846084690821\n", - "12:48:41\tCompleted 3256 to KZ396600: 2549.043575006411\n", - "12:48:41\tCompleted 3242 to KZ314800: 375.870500302671112:48:41\tCompleted 3260 to KZ195600: 371.4880775424261\n", - "\n", - "12:48:41\tCompleted 3261 to KZ353200: 1478.360509532379\n", - "12:48:41\tCompleted 3332 to KZ353200: 1454.290223118991\n", - "12:48:41\tCompleted 3320 to KZ711410: 3427.9528465360395\n", - "12:48:41\tCompleted 3269 to KZ394200: 2344.0614962376007\n", - "12:48:41\tCompleted 3238 to KZ791310: 1374.382864853688\n", - "12:48:41\tCompleted 3287 to KZ352400: 1385.9171115181705\n", - "12:48:41\tCompleted 3306 to KZ615200: 213.93435055020217\n", - "12:48:41\tCompleted 3288 to KZ474200: 4152.950124410865\n", - "12:48:41\tCompleted 3241 to KZ194800: 1911.9516022684245\n", - "12:48:41\tCompleted 3314 to KZ196000: 4693.674977136844\n", - "12:48:41\tCompleted 3279 to KZ154200: 2139.0312041781676\n", - "12:48:41\tCompleted 3315 to KZ353200: 1332.5187189700955\n", - "12:48:41\tCompleted 3221 to KZ316200: 1196.2061958663867\n", - "12:48:41\tCompleted 3240 to KZ113600: 1437.1999059275236\n", - "12:48:41\tCompleted 3250 to KZ711410: 3434.3065478143753\n", - "12:48:42\tCompleted 3295 to KZ751410: 76.41815075027809\n", - "12:48:42\tCompleted 3298 to KZ431900: 1924.5856678017103\n", - "12:48:42\tCompleted 3311 to KZ234800: 3458.174243837093\n", - "12:48:42\tCompleted 3257 to KZ596600: 2083.539771252694\n", - "12:48:42\tCompleted 3260 to KZ195800: 228.46145046177034\n", - "12:48:42\tCompleted 3331 to KZ231000: 3286.285332384268\n", - "12:48:42\tCompleted 3237 to KZ396600: 1839.1499126729102\n", - "12:48:42\tCompleted 3274 to KZ393400: 2368.119093186992\n", - "12:48:42\tCompleted 3242 to KZ315400: 598.5369572261484\n", - "12:48:42\tCompleted 3266 to KZ193200: 1856.7656079194144\n", - "12:48:42\tCompleted 3327 to KZ614800: 774.970275467187512:48:42\tCompleted 3275 to KZ354400: 3534.547267872519\n", - "\n", - "12:48:42\tCompleted 3306 to KZ616400: 960.0526630263007\n", - "12:48:42\tCompleted 3264 to KZ274000: 4546.780174388565\n", - "12:48:43\tCompleted 3246 to KZ113600: 1634.5734303282784\n", - "12:48:43\tCompleted 3302 to KZ594200: 3305.0597338300904\n", - "12:48:43\tCompleted 3238 to KZ791510: 1351.502365282035\n", - "12:48:43\tCompleted 3334 to KZ394400: 2988.712414877254\n", - "12:48:43\tCompleted 3295 to KZ751710: 103.27057887208298\n", - "12:48:43\tCompleted 3270 to KZ271000: 3900.8914013290123\n", - "12:48:43\tCompleted 3263 to KZ711210: 1564.332874632205\n", - "12:48:43\tCompleted 3313 to KZ115600: 1877.6955967736\n", - "12:48:43\tCompleted 3249 to KZ353600: 4350.8118591743805\n", - "12:48:43\tCompleted 3326 to KZ474600: 2727.347628828968\n", - "12:48:43\tCompleted 3329 to KZ116400: 1955.6590798719426\n", - "12:48:43\tCompleted 3260 to KZ196000: 696.752646067082\n", - "12:48:43\tCompleted 3259 to KZ113800: 1986.6131530160153\n", - "12:48:43\tCompleted 3221 to KZ311000: 1056.777456237271\n", - "12:48:44\tCompleted 3327 to KZ615400: 516.134042557738\n", - "12:48:44\tCompleted 3242 to KZ315600: 872.5883613419934\n", - "12:48:44\tCompleted 3269 to KZ394400: 2518.9148608985556\n", - "12:48:44\tCompleted 3315 to KZ353600: 1268.74849725342912:48:44\tCompleted 3306 to KZ615600: 668.9372710745678\n", - "\n", - "12:48:44\tCompleted 3276 to KZ274400: 3918.28620435064\n", - "12:48:44\tCompleted 3336 to KZ551000: 1849.2299711142211\n", - "12:48:44\tCompleted 3290 to KZ555200: 2240.162807400319\n", - "12:48:44\tCompleted 3281 to KZ196000: 1869.8901297878256\n", - "12:48:44\tCompleted 3295 to KZ751810: 72.16556395826211\n", - "12:48:44\tCompleted 3268 to KZ392000: 2670.7903409273526\n", - "12:48:44\tCompleted 3312 to KZ393400: 2339.9155966564854\n", - "12:48:44\tCompleted 3332 to KZ353600: 1750.4558102253116\n", - "12:48:44\tCompleted 3273 to KZ635400: 1898.4710558390138\n", - "12:48:44\tCompleted 3260 to KZ191000: 399.686851574974\n", - "12:48:44\tCompleted 3308 to KZ154600: 2025.2605080024707\n", - "12:48:45\tCompleted 3240 to KZ113800: 1516.8179906835576\n", - "12:48:45\tCompleted 3339 to KZ114500: 1835.2485540761247\n", - "12:48:45\tCompleted 3327 to KZ615200: 253.5506890594579412:48:45\tCompleted 3279 to KZ156000: 1712.2804365463776\n", - "\n", - "12:48:45\tCompleted 3238 to KZ791710: 1349.7261849650024\n", - "12:48:45\tCompleted 3306 to KZ615800: 293.17268025164583\n", - "12:48:45\tCompleted 3237 to KZ394200: 1473.4023928347933\n", - "12:48:45\tCompleted 3234 to KZ113800: 2040.7368745683266\n", - "12:48:45\tCompleted 3244 to KZ711110: 3431.0127814492994\n", - "12:48:45\tCompleted 3287 to KZ356000: 2024.1978739420274\n", - "12:48:45\tCompleted 3254 to KZ192600: 4313.5107841027875\n", - "12:48:45\tCompleted 3320 to KZ711210: 3425.3086159780164\n", - "12:48:45\tCompleted 3295 to KZ751910: 54.290579418595556\n", - "12:48:45\tCompleted 3315 to KZ351600: 843.5386452769777\n", - "12:48:45\tCompleted 3275 to KZ351800: 2769.2288190157224\n", - "12:48:46\tCompleted 3324 to KZ634800: 2534.046800941588\n", - "12:48:46\tCompleted 3272 to KZ154800: 3209.9331959696456\n", - "12:48:46\tCompleted 3260 to KZ196200: 211.49747468305839\n", - "12:48:46\tCompleted 3263 to KZ711310: 1576.1902340881368\n", - "12:48:46\tCompleted 3325 to KZ393600: 2410.844349261165\n", - "12:48:46\tCompleted 3242 to KZ316000: 1197.103595008919\n", - "12:48:46\tCompleted 3318 to KZ392000: 2442.7313647038327\n", - "12:48:46\tCompleted 3296 to KZ632200: 2351.0578747551685\n", - "12:48:46\tCompleted 3241 to KZ195600: 1988.7321700236341\n", - "12:48:46\tCompleted 3321 to KZ274800: 4199.205866280692\n", - "12:48:46\tCompleted 3298 to KZ434600: 1958.2502382280907\n", - "12:48:46\tCompleted 3306 to KZ612600: 2.8970563899663877\n", - "12:48:46\tCompleted 3302 to KZ596600: 2980.1375665282453\n", - "12:48:46\tCompleted 3269 to KZ433200: 1898.8855206212704\n", - "12:48:46\tCompleted 3256 to KZ394200: 2920.8963897990075\n", - "12:48:46\tCompleted 3262 to KZ395800: 3009.757362902220412:48:46\tCompleted 3221 to KZ315000: 1469.4493303764918\n", - "\n", - "12:48:46\tCompleted 3250 to KZ711210: 3431.6623172563523\n", - "12:48:46\tCompleted 3246 to KZ113800: 1714.1915150843124\n", - "12:48:46\tCompleted 3332 to KZ351600: 1325.2459582488602\n", - "12:48:47\tCompleted 3329 to KZ116800: 1743.2602261799168\n", - "12:48:47\tCompleted 3295 to KZ751510: 54.851855459277374\n", - "12:48:47\tCompleted 3273 to KZ635000: 1373.197628506565\n", - "12:48:47\tCompleted 3313 to KZ115200: 1733.0853418139882\n", - "12:48:47\tCompleted 3257 to KZ595000: 1993.3872864757714\n", - "12:48:47\tCompleted 3323 to KZ154600: 2407.065439367217\n", - "12:48:47\tCompleted 3281 to KZ191000: 1561.5009768947805\n", - "12:48:47\tCompleted 3327 to KZ616400: 1226.1432399555097\n", - "12:48:47\tCompleted 3260 to KZ192600: 383.3280634829023\n", - "12:48:47\tCompleted 3259 to KZ114500: 1853.73516847005\n", - "12:48:47\tCompleted 3314 to KZ191000: 4385.2858242437715\n", - "12:48:47\tCompleted 3267 to KZ231000: 2691.5453246394873\n", - "12:48:47\tCompleted 3274 to KZ391600: 2223.9895902024823\n", - "12:48:47\tCompleted 3242 to KZ316600: 745.9110559677207\n", - "12:48:47\tCompleted 3238 to KZ611600: 1606.5867202401269\n", - "12:48:47\tCompleted 3306 to KZ616000: 320.3118959842523\n", - "12:48:48\tCompleted 3288 to KZ474600: 3830.1255635927832\n", - "12:48:48\tCompleted 3266 to KZ193400: 2061.654484934855\n", - "12:48:48\tCompleted 3315 to KZ354000: 1352.3381632384815\n", - "12:48:48\tCompleted 3240 to KZ114500: 1590.6604857683792\n", - "12:48:48\tCompleted 3339 to KZ114000: 1782.1879078699503\n", - "12:48:48\tCompleted 3334 to KZ433200: 2345.17327038155\n", - "12:48:48\tCompleted 3221 to KZ314200: 1062.2526871726056\n", - "12:48:48\tCompleted 3260 to KZ196600: 108.74075006748762\n", - "12:48:48\tCompleted 3336 to KZ556000: 1897.3513533222383\n", - "12:48:48\tCompleted 3293 to KZ276000: 2949.1244199041566\n", - "12:48:49\tCompleted 3269 to KZ431900: 2027.9368349179856\n", - "12:48:49\tCompleted 3290 to KZ551600: 1973.596085414784\n", - "12:48:49\tCompleted 3275 to KZ393200: 2845.905352406053\n", - "12:48:49\tCompleted 3234 to KZ114500: 1907.8588900223613\n", - "12:48:49\tCompleted 3327 to KZ615600: 854.1595325528962\n", - "12:48:49\tCompleted 3308 to KZ154800: 1860.2678190148692\n", - "12:48:49\tCompleted 3312 to KZ391600: 2195.786093671976\n", - "12:48:49\tCompleted 3287 to KZ354400: 1816.6819957648772\n", - "12:48:49\tCompleted 3306 to KZ613800: 474.39823608399047\n", - "12:48:49\tCompleted 3263 to KZ555200: 1783.5378723263084\n", - "12:48:49\tCompleted 3324 to KZ633400: 1801.8247462708823\n", - "12:48:49\tCompleted 3281 to KZ196200: 1327.093804103446\n", - "12:48:49\tCompleted 3311 to KZ235200: 3505.8140912004606\n", - "12:48:49\tCompleted 3268 to KZ395600: 2547.9436902184398\n", - "12:48:49\tCompleted 3331 to KZ234000: 3494.8958097519558\n", - "12:48:50\tCompleted 3260 to KZ194200: 632.767543529661\n", - "12:48:50\tCompleted 3329 to KZ111810: 1765.1243192030456\n", - "12:48:50\tCompleted 3237 to KZ394400: 1901.408744160793712:48:50\tCompleted 3332 to KZ354000: 1550.4495737063762\n", - "\n", - "12:48:50\tCompleted 3273 to KZ632200: 1448.2382069131418\n", - "12:48:50\tCompleted 3244 to KZ711410: 3421.147002270273\n", - "12:48:50\tCompleted 3320 to KZ711310: 3415.5686752851307\n", - "12:48:50\tCompleted 3242 to KZ316200: 1229.3188971012103\n", - "12:48:50\tCompleted 3249 to KZ351600: 3930.949906462365\n", - "12:48:50\tCompleted 3315 to KZ351000: 1283.9697321381382\n", - "12:48:50\tCompleted 3266 to KZ193600: 1361.5892159821994\n", - "12:48:50\tCompleted 3241 to KZ195800: 1802.61904239078412:48:50\tCompleted 3264 to KZ274200: 4664.12566876810612:48:50\tCompleted 3238 to KZ613600: 1460.2141680022044\n", - "\n", - "\n", - "12:48:50\tCompleted 3313 to KZ115400: 1710.4646792158944\n", - "12:48:50\tCompleted 3279 to KZ154600: 2010.4178672915093\n", - "12:48:50\tCompleted 3327 to KZ615800: 194.62728713032155\n", - "12:48:50\tCompleted 3246 to KZ114500: 1788.0340101691338\n", - "12:48:50\tCompleted 3270 to KZ274000: 4554.549585048519\n", - "12:48:51\tCompleted 3302 to KZ595000: 3344.3601002051314\n", - "12:48:51\tCompleted 3250 to KZ711310: 3421.9223765634665\n", - "12:48:51\tCompleted 3240 to KZ114000: 1526.8034722008206\n", - "12:48:51\tCompleted 3269 to KZ434600: 2065.8363591681905\n", - "12:48:51\tCompleted 3329 to KZ116600: 550.076477279971412:48:51\tCompleted 3326 to KZ475000: 3097.6766555787453\n", - "\n", - "12:48:51\tCompleted 3260 to KZ751210: 312.6259248383137\n", - "12:48:51\tCompleted 3298 to KZ434400: 2301.19963718982\n", - "12:48:51\tCompleted 3221 to KZ353200: 1542.0804936946383\n", - "12:48:51\tCompleted 3339 to KZ117000: 1704.8202513165543\n", - "12:48:51\tCompleted 3276 to KZ275400: 4593.474636307677\n", - "12:48:52\tCompleted 3259 to KZ114000: 1800.6745222638756\n", - "12:48:52\tCompleted 3334 to KZ431900: 1826.1294374863357\n", - "12:48:52\tCompleted 3242 to KZ311000: 834.7332672317897\n", - "12:48:52\tCompleted 3237 to KZ433200: 1034.5262427841003\n", - "12:48:52\tCompleted 3327 to KZ612600: 427.15528858978786\n", - "12:48:52\tCompleted 3275 to KZ393400: 2472.5884945485336\n", - "12:48:52\tCompleted 3254 to KZ196600: 4359.22650815805\n", - "12:48:52\tCompleted 3325 to KZ396400: 2632.255995934526\n", - "12:48:52\tCompleted 3262 to KZ392400: 2735.9442889285456\n", - "12:48:52\tCompleted 3260 to KZ751110: 306.2276491750247\n", - "12:48:52\tCompleted 3342 to KZ191000: 868.3639995302707\n", - "12:48:52\tCompleted 3256 to KZ394400: 3077.841164894905\n", - "12:48:52\tCompleted 3332 to KZ351000: 1484.4242883565405\n", - "12:48:52\tCompleted 3257 to KZ593600: 2107.935890760065\n", - "12:48:52\tCompleted 3318 to KZ395600: 2516.0348626114765\n", - "12:48:52\tCompleted 3281 to KZ192600: 1600.4447319234744\n", - "12:48:52\tCompleted 3321 to KZ275800: 3668.7886902691052\n", - "12:48:52\tCompleted 3272 to KZ155200: 3636.871858871398\n", - "12:48:52\tCompleted 3266 to KZ194000: 1342.3510151709563\n", - "12:48:52\tCompleted 3234 to KZ114000: 1854.7982438161869\n", - "12:48:53\tCompleted 3315 to KZ352000: 1428.7363224388794\n", - "12:48:53\tCompleted 3287 to KZ351800: 1837.716710407903\n", - "12:48:53\tCompleted 3263 to KZ551600: 1841.49877595754\n", - "12:48:53\tCompleted 3323 to KZ154800: 2242.072750379625\n", - "12:48:53\tCompleted 3274 to KZ393600: 2526.4228851918506\n", - "12:48:53\tCompleted 3327 to KZ616000: 159.5226423762711\n", - "12:48:53\tCompleted 3237 to KZ431900: 515.4824098888807\n", - "12:48:53\tCompleted 3273 to KZ635200: 1638.802676299593\n", - "12:48:53\tCompleted 3296 to KZ635200: 2838.522184682006\n", - "12:48:53\tCompleted 3269 to KZ434400: 2050.7872552778463\n", - "12:48:53\tCompleted 3260 to KZ751310: 312.7129305492633\n", - "12:48:53\tCompleted 3336 to KZ556800: 2098.0392781941805\n", - "12:48:53\tCompleted 3342 to KZ196200: 633.9568267389361\n", - "12:48:54\tCompleted 3242 to KZ315000: 951.9420834654235\n", - "12:48:54\tCompleted 3332 to KZ352000: 1034.3465649385664\n", - "12:48:54\tCompleted 3240 to KZ117000: 1449.4358156474245\n", - "12:48:54\tCompleted 3295 to KZ231000: 3919.951054995649\n", - "12:48:54\tCompleted 3244 to KZ711210: 3418.50277171225\n", - "12:48:54\tCompleted 3298 to KZ431000: 1642.891054827182\n", - "12:48:54\tCompleted 3265 to KZ113200: 1717.9450432779033\n", - "12:48:54\tCompleted 3246 to KZ114000: 1724.1769966015752\n", - "12:48:54\tCompleted 3314 to KZ196200: 4150.8786514524145\n", - "12:48:54\tCompleted 3312 to KZ393600: 2498.2193886613454\n", - "12:48:54\tCompleted 3290 to KZ553200: 2092.5440788214914\n", - "12:48:54\tCompleted 3324 to KZ633600: 2217.1074439112454\n", - "12:48:54\tCompleted 3327 to KZ613800: 535.1364177086508\n", - "12:48:54\tCompleted 3279 to KZ154800: 1845.4251783039078\n", - "12:48:54\tCompleted 3237 to KZ434600: 549.146980315261\n", - "12:48:54\tCompleted 3339 to KZ114400: 1831.0600914251534\n", - "12:48:55\tCompleted 3288 to KZ475000: 4200.454590342562\n", - "12:48:55\tCompleted 3260 to KZ751410: 319.72287665415985\n", - "12:48:55\tCompleted 3275 to KZ391600: 2731.784737799099\n", - "12:48:55\tCompleted 3313 to KZ151000: 1933.0554683718758\n", - "12:48:55\tCompleted 3249 to KZ354000: 3643.822533203121\n", - "12:48:55\tCompleted 3329 to KZ115600: 1929.1966674066005\n", - "12:48:55\tCompleted 3268 to KZ395800: 2850.327765624922\n", - "12:48:55\tCompleted 3259 to KZ117000: 1723.3068657104795\n", - "12:48:55\tCompleted 3342 to KZ192600: 907.3077545589646\n", - "12:48:55\tCompleted 3242 to KZ314200: 836.1474807941627\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:48:55\tCompleted 3267 to KZ234000: 2900.1558020071698\n", - "12:48:55\tCompleted 3293 to KZ276200: 2668.5106331702523\n", - "12:48:55\tCompleted 3315 to KZ354800: 1524.3010611508573\n", - "12:48:55\tCompleted 3302 to KZ593600: 3614.580063527392\n", - "12:48:56\tCompleted 3241 to KZ196000: 1989.3997977797042\n", - "12:48:56\tCompleted 3308 to KZ155200: 2287.206481916644\n", - "12:48:56\tCompleted 3334 to KZ434600: 1859.794007912716\n", - "12:48:56\tCompleted 3269 to KZ431000: 2388.421926633044\n", - "12:48:56\tCompleted 3281 to KZ196600: 1646.1604559787388\n", - "12:48:56\tCompleted 3320 to KZ555200: 4159.383534506279\n", - "12:48:56\tCompleted 3240 to KZ114400: 1362.0946892371285\n", - "12:48:56\tCompleted 3234 to KZ117000: 1777.4305872627908\n", - "12:48:56\tCompleted 3311 to KZ235600: 3600.8518572208654\n", - "12:48:56\tCompleted 3343 to KZ315400: 313.81988109545205\n", - "12:48:56\tCompleted 3273 to KZ632400: 1507.7582341490904\n", - "12:48:56\tCompleted 3237 to KZ434400: 892.0963792769967\n", - "12:48:56\tCompleted 3250 to KZ555200: 4165.737235784615\n", - "12:48:56\tCompleted 3262 to KZ396200: 2544.367374902341\n", - "12:48:56\tCompleted 3306 to KZ273200: 2785.4909435948152\n", - "12:48:57\tCompleted 3266 to KZ196400: 1775.5051218465599\n", - "12:48:57\tCompleted 3263 to KZ553200: 2079.1062422048226\n", - "12:48:57\tCompleted 3265 to KZ113400: 1509.1659721757321\n", - "12:48:57\tCompleted 3298 to KZ435200: 1541.1969247662514\n", - "12:48:57\tCompleted 3342 to KZ196600: 953.0234786142289\n", - "12:48:57\tCompleted 3257 to KZ595200: 2105.386023817298\n", - "12:48:57\tCompleted 3221 to KZ353600: 2224.9521341344093\n", - "12:48:57\tCompleted 3331 to KZ234200: 3945.8415162728916\n", - "12:48:57\tCompleted 3237 to KZ431000: 233.78779691435244\n", - "12:48:57\tCompleted 3275 to KZ393600: 2613.2734633354603\n", - "12:48:57\tCompleted 3246 to KZ117000: 1646.8093400481791\n", - "12:48:57\tCompleted 3270 to KZ274200: 4671.895079428061\n", - "12:48:58\tCompleted 3325 to KZ394000: 2864.190845300347\n", - "12:48:58\tCompleted 3287 to KZ393200: 2535.7898286649847\n", - "12:48:58\tCompleted 3242 to KZ353200: 1353.2172037799307\n", - "12:48:58\tCompleted 3343 to KZ315600: 951.8893321406365\n", - "12:48:58\tCompleted 3254 to KZ194200: 3987.317569980313\n", - "12:48:58\tCompleted 3281 to KZ194200: 1281.6037692509735\n", - "12:48:58\tCompleted 3244 to KZ711310: 3408.762831019364\n", - "12:48:58\tCompleted 3290 to KZ553600: 1827.5537457553423\n", - "12:48:58\tCompleted 3339 to KZ114600: 1939.4591838125832\n", - "12:48:58\tCompleted 3342 to KZ194200: 588.4667918864651\n", - "12:48:58\tCompleted 3318 to KZ395800: 2542.581804117546\n", - "12:48:58\tCompleted 3332 to KZ354800: 2006.00837412274\n", - "12:48:58\tCompleted 3269 to KZ435200: 2479.233720023096\n", - "12:48:58\tCompleted 3326 to KZ475200: 3108.5196163627947\n", - "12:48:58\tCompleted 3256 to KZ433200: 2618.541403124841\n", - "12:48:58\tCompleted 3237 to KZ435200: 132.0936668534222\n", - "12:48:58\tCompleted 3266 to KZ196800: 1243.6635196053794\n", - "12:48:58\tCompleted 3336 to KZ554800: 2102.7347662386346\n", - "12:48:59\tCompleted 3276 to KZ273600: 3761.433895290189\n", - "12:48:59\tCompleted 3272 to KZ156400: 3216.1618585106316\n", - "12:48:59\tCompleted 3259 to KZ114400: 1849.5467058190786\n", - "12:48:59\tCompleted 3274 to KZ396400: 2747.834531865208\n", - "12:48:59\tCompleted 3241 to KZ191000: 1681.010644886659\n", - "12:48:59\tCompleted 3273 to KZ632800: 1505.6538955400176\n", - "12:48:59\tCompleted 3315 to KZ355200: 1744.2891246437032\n", - "12:48:59\tCompleted 3343 to KZ316000: 487.5418792711244\n", - "12:48:59\tCompleted 3313 to KZ153200: 1937.472051800525\n", - "12:49:00\tCompleted 3234 to KZ114400: 1903.67042737139\n", - "12:49:00\tCompleted 3329 to KZ115200: 2078.4728311150866\n", - "12:49:00\tCompleted 3237 to KZ434800: 163.4199277697571\n", - "12:49:00\tCompleted 3321 to KZ276000: 4084.6197160241404\n", - "12:49:00\tCompleted 3342 to KZ751210: 535.9141630213078\n", - "12:49:00\tCompleted 3249 to KZ351000: 3607.8589000025345\n", - "12:49:00\tCompleted 3324 to KZ633800: 2223.8846383976293\n", - "12:49:00\tCompleted 3240 to KZ114600: 1712.143939962165\n", - "12:49:00\tCompleted 3298 to KZ434800: 1572.523185682587\n", - "12:49:00\tCompleted 3281 to KZ751210: 1229.0511403858175\n", - "12:49:00\tCompleted 3296 to KZ632400: 2707.4777425315074\n", - "12:49:00\tCompleted 3308 to KZ156400: 1866.496481555800512:49:00\tCompleted 3242 to KZ353600: 1289.446982063264\n", - "\n", - "12:49:00\tCompleted 3314 to KZ192600: 4424.229579272465\n", - "12:49:00\tCompleted 3302 to KZ595200: 3292.2666408770165\n", - "12:49:00\tCompleted 3312 to KZ396400: 2719.6310353347035\n", - "12:49:00\tCompleted 3334 to KZ434400: 2202.7434068744515\n", - "12:49:00\tCompleted 3265 to KZ113600: 1784.438701222369\n", - "12:49:00\tCompleted 3323 to KZ155200: 2669.011413281378\n", - "12:49:00\tCompleted 3275 to KZ396400: 2492.687351768516\n", - "12:49:00\tCompleted 3263 to KZ553600: 1796.7131807495903\n", - "12:49:00\tCompleted 3246 to KZ114400: 1559.4682136378833\n", - "12:49:01\tCompleted 3343 to KZ316600: 658.7242255519931\n", - "12:49:01\tCompleted 3279 to KZ155200: 2272.3638412056825\n", - "12:49:01\tCompleted 3266 to KZ191600: 1269.4614956654682\n", - "12:49:01\tCompleted 3295 to KZ234000: 4128.561532363337\n", - "12:49:01\tCompleted 3237 to KZ433600: 424.090108118893\n", - "12:49:01\tCompleted 3271 to KZ113200: 1700.7201695437502\n", - "12:49:01\tCompleted 3268 to KZ392400: 2576.5146916512513\n", - "12:49:01\tCompleted 3342 to KZ751110: 543.6715223341885\n", - "12:49:01\tCompleted 3320 to KZ551600: 3892.816812520747\n", - "12:49:01\tCompleted 3332 to KZ355200: 1512.4228089313126\n", - "12:49:01\tCompleted 3288 to KZ475200: 4211.297551126615\n", - "12:49:01\tCompleted 3269 to KZ434800: 2400.799955746378\n", - "12:49:01\tCompleted 3241 to KZ196200: 1446.6034720953246\n", - "12:49:02\tCompleted 3242 to KZ351600: 864.2371300868128\n", - "12:49:02\tCompleted 3221 to KZ351600: 1805.0901814223946\n", - "12:49:02\tCompleted 3257 to KZ591000: 1995.601752569839\n", - "12:49:02\tCompleted 3273 to KZ636800: 1435.9265219600939\n", - "12:49:02\tCompleted 3315 to KZ355600: 1517.7382905689437\n", - "12:49:02\tCompleted 3343 to KZ316200: 406.48157155848935\n", - "12:49:02\tCompleted 3262 to KZ396600: 2552.2862156935303\n", - "12:49:02\tCompleted 3327 to KZ273200: 3210.1668382211333\n", - "12:49:02\tCompleted 3237 to KZ434000: 422.66892415332\n", - "12:49:02\tCompleted 3281 to KZ751110: 1236.8084996986981\n", - "12:49:02\tCompleted 3266 to KZ195200: 1207.2265188001948\n", - "12:49:03\tCompleted 3342 to KZ751310: 536.8430952094423\n", - "12:49:03\tCompleted 3250 to KZ551600: 3899.170513799083\n", - "12:49:03\tCompleted 3256 to KZ431900: 2099.4975702296374\n", - "12:49:03\tCompleted 3290 to KZ552200: 1935.0791350347376\n", - "12:49:03\tCompleted 3334 to KZ431000: 1544.4348245118074\n", - "12:49:03\tCompleted 3287 to KZ393400: 2358.0502597651175\n", - "12:49:03\tCompleted 3311 to KZ233600: 3483.468455076799\n", - "12:49:03\tCompleted 3343 to KZ311000: 18.313708498984763\n", - "12:49:03\tCompleted 3315 to KZ352100: 609.5016049722254\n", - "12:49:03\tCompleted 3275 to KZ394000: 2560.3884780953076\n", - "12:49:03\tCompleted 3259 to KZ114600: 1957.9457982065085\n", - "12:49:03\tCompleted 3336 to KZ556400: 2040.468639930078\n", - "12:49:03\tCompleted 3325 to KZ396800: 2610.28330286076\n", - "12:49:03\tCompleted 3339 to KZ114800: 2297.69471316589\n", - "12:49:03\tCompleted 3313 to KZ153400: 1826.8853942748187\n", - "12:49:04\tCompleted 3293 to KZ271000: 2686.203588584468\n", - "12:49:04\tCompleted 3249 to KZ352000: 3309.376686817526\n", - "12:49:04\tCompleted 3244 to KZ555200: 4152.577690240511\n", - "12:49:04\tCompleted 3271 to KZ113400: 1491.941098441579\n", - "12:49:04\tCompleted 3242 to KZ354000: 1373.0366480483167\n", - "12:49:04\tCompleted 3240 to KZ114800: 1738.2921290995655\n", - "12:49:04\tCompleted 3342 to KZ751410: 554.2680736130828\n", - "12:49:04\tCompleted 3267 to KZ234200: 3351.101508528111\n", - "12:49:04\tCompleted 3281 to KZ751310: 1229.980072573952\n", - "12:49:04\tCompleted 3329 to KZ115400: 2143.61853945734\n", - "12:49:04\tCompleted 3269 to KZ433600: 2216.4434838962425\n", - "12:49:04\tCompleted 3306 to KZ274400: 2722.619631081512\n", - "12:49:04\tCompleted 3331 to KZ234600: 4061.011814710946\n", - "12:49:04\tCompleted 3298 to KZ433600: 1833.1933660317227\n", - "12:49:04\tCompleted 3343 to KZ315000: 430.985582638206\n", - "12:49:04\tCompleted 3302 to KZ591000: 3345.592333252165\n", - "12:49:05\tCompleted 3265 to KZ113800: 1963.784725891269\n", - "12:49:05\tCompleted 3273 to KZ635800: 1486.5529556756367\n", - "12:49:05\tCompleted 3332 to KZ355600: 1675.0494944245106\n", - "12:49:05\tCompleted 3279 to KZ156400: 1851.6538408448391\n", - "12:49:05\tCompleted 3246 to KZ114600: 1909.5174643629196\n", - "12:49:05\tCompleted 3234 to KZ114600: 2012.0695197588198\n", - "12:49:05\tCompleted 3324 to KZ634000: 2271.852219066606\n", - "12:49:05\tCompleted 3241 to KZ192600: 1719.954399915353\n", - "12:49:05\tCompleted 3263 to KZ552200: 1921.6412984180686\n", - "12:49:05\tCompleted 3272 to KZ155600: 3388.8417325494916\n", - "12:49:05\tCompleted 3318 to KZ392400: 2452.6078844902777\n", - "12:49:05\tCompleted 3342 to KZ751710: 595.2561053819857\n", - "12:49:05\tCompleted 3334 to KZ435200: 1442.7406944508768\n", - "12:49:05\tCompleted 3221 to KZ354000: 1638.2398442820236\n", - "12:49:05\tCompleted 3326 to KZ471800: 2938.129396202069\n", - "12:49:05\tCompleted 3308 to KZ155600: 2039.176355594738\n", - "12:49:06\tCompleted 3315 to KZ352200: 1326.2948275570618\n", - "12:49:06\tCompleted 3274 to KZ394000: 2979.7693812310295\n", - "12:49:06\tCompleted 3343 to KZ314200: 23.78893943431946\n", - "12:49:06\tCompleted 3321 to KZ276200: 3804.005929290236\n", - "12:49:06\tCompleted 3323 to KZ156400: 2248.3014129205653\n", - "12:49:06\tCompleted 3254 to KZ751210: 3942.117192565126\n", - "12:49:06\tCompleted 3281 to KZ751410: 1247.4050509775925\n", - "12:49:06\tCompleted 3276 to KZ276600: 3843.259141989175\n", - "12:49:06\tCompleted 3311 to KZ633200: 1549.097164614653\n", - "12:49:06\tCompleted 3266 to KZ195000: 1658.85662234088\n", - "12:49:06\tCompleted 3312 to KZ394000: 2951.5658847005247\n", - "12:49:06\tCompleted 3275 to KZ396800: 2691.8602788856374\n", - "12:49:06\tCompleted 3320 to KZ553200: 4011.764805927444\n", - "12:49:06\tCompleted 3332 to KZ352100: 1091.208917944107\n", - "12:49:06\tCompleted 3268 to KZ396200: 2384.9377776250467\n", - "12:49:07\tCompleted 3296 to KZ632800: 2513.40865751486\n", - "12:49:07\tCompleted 3314 to KZ196600: 4469.94530332772\n", - "12:49:07\tCompleted 3342 to KZ751810: 541.4999494589347\n", - "12:49:07\tCompleted 3339 to KZ111010: 1835.0468375959472\n", - "12:49:07\tCompleted 3240 to KZ111010: 1579.6624019268174\n", - "12:49:07\tCompleted 3273 to KZ636200: 1347.6358724453921\n", - "12:49:07\tCompleted 3271 to KZ113600: 1767.2138274882159\n", - "12:49:07\tCompleted 3256 to KZ434600: 2133.1621406560153\n", - "12:49:07\tCompleted 3257 to KZ595600: 2229.4893390917596\n", - "12:49:07\tCompleted 3269 to KZ434000: 2951.647177061403\n", - "12:49:07\tCompleted 3287 to KZ391600: 2213.920756780608\n", - "12:49:08\tCompleted 3334 to KZ434800: 1474.0669553672124\n", - "12:49:08\tCompleted 3298 to KZ434000: 1597.2506164421784\n", - "12:49:08\tCompleted 3262 to KZ394200: 2924.1390304861266\n", - "12:49:08\tCompleted 3290 to KZ554600: 2017.2556075365474\n", - "12:49:08\tCompleted 3281 to KZ751710: 1288.3930827464953\n", - "12:49:08\tCompleted 3343 to KZ353200: 1488.438484795357\n", - "12:49:08\tCompleted 3342 to KZ751910: 562.640865809343\n", - "12:49:08\tCompleted 3295 to KZ234200: 4579.507238884273\n", - "12:49:08\tCompleted 3259 to KZ114800: 2316.1813275598142\n", - "12:49:08\tCompleted 3250 to KZ553200: 4018.1185072057797\n", - "12:49:08\tCompleted 3308 to KZ156800: 1541.15619981532\n", - "12:49:08\tCompleted 3288 to KZ471800: 4040.9073309658843\n", - "12:49:08\tCompleted 3265 to KZ114500: 1830.9067413453038\n", - "12:49:08\tCompleted 3302 to KZ595600: 3193.896182056067\n", - "12:49:08\tCompleted 3237 to KZ471000: 2621.0962291983415\n", - "12:49:09\tCompleted 3269 to KZ471000: 111.90746081371768\n", - "12:49:09\tCompleted 3313 to KZ153600: 2119.289155132288\n", - "12:49:09\tCompleted 3221 to KZ351000: 1572.2145589321879\n", - "12:49:09\tCompleted 3327 to KZ274400: 3147.2955257078515\n", - "12:49:09\tCompleted 3266 to KZ194400: 1476.641548881906\n", - "12:49:09\tCompleted 3275 to KZ394800: 2434.937406633199\n", - "12:49:09\tCompleted 3273 to KZ636400: 1105.0500245653818\n", - "12:49:09\tCompleted 3241 to KZ196600: 1765.6701239706174\n", - "12:49:09\tCompleted 3263 to KZ554600: 2059.2300305959325\n", - "12:49:09\tCompleted 3336 to KZ554200: 2292.229163800871\n", - "12:49:09\tCompleted 3246 to KZ114800: 1915.5982437468406\n", - "12:49:09\tCompleted 3244 to KZ551600: 3886.0109682549805\n", - "12:49:09\tCompleted 3342 to KZ751510: 551.1568037084271\n", - "12:49:09\tCompleted 3326 to KZ593200: 1957.8549928596674\n", - "12:49:09\tCompleted 3240 to KZ116000: 1312.4850995803754\n", - "12:49:09\tCompleted 3325 to KZ394800: 2788.937871558817\n", - "12:49:09\tCompleted 3249 to KZ354800: 4131.481913618636\n", - "12:49:10\tCompleted 3315 to KZ352300: 1816.5272133510152\n", - "12:49:10\tCompleted 3332 to KZ352200: 1462.2307978477081\n", - "12:49:10\tCompleted 3329 to KZ151000: 2366.2093286133095\n", - "12:49:10\tCompleted 3279 to KZ155600: 2024.3337148837766\n", - "12:49:10\tCompleted 3281 to KZ751810: 1234.6369268234444\n", - "12:49:10\tCompleted 3269 to KZ473600: 743.1881194524269\n", - "12:49:10\tCompleted 3339 to KZ116000: 1803.8779187186863\n", - "12:49:10\tCompleted 3343 to KZ353600: 1424.6682630786904\n", - "12:49:10\tCompleted 3336 to KZ791110: 481.6267464111829\n", - "12:49:11\tCompleted 3311 to KZ634800: 2033.5437560249475\n", - "12:49:11\tCompleted 3234 to KZ114800: 2370.3050491121235\n", - "12:49:11\tCompleted 3272 to KZ156800: 2890.8215767701286\n", - "12:49:11\tCompleted 3331 to KZ234800: 3194.71319054656212:49:11\tCompleted 3334 to KZ433600: 1734.7371357163481\n", - "\n", - "12:49:11\tCompleted 3257 to KZ596000: 1872.304355038671\n", - "12:49:11\tCompleted 3318 to KZ396200: 2408.2715729030865\n", - "12:49:11\tCompleted 3274 to KZ396800: 2725.8618387914426\n", - "12:49:11\tCompleted 3221 to KZ352000: 1183.5169617775114\n", - "12:49:11\tCompleted 3271 to KZ113800: 1946.559852157116\n", - "12:49:11\tCompleted 3269 to KZ474200: 375.57308549350216\n", - "12:49:11\tCompleted 3273 to KZ631000: 1319.940212416836\n", - "12:49:11\tCompleted 3268 to KZ396600: 2392.856618416236\n", - "12:49:11\tCompleted 3312 to KZ396800: 2697.658342260938\n", - "12:49:12\tCompleted 3266 to KZ194600: 1487.1585148864124\n", - "12:49:12\tCompleted 3320 to KZ553600: 3962.767804162421\n", - "12:49:12\tCompleted 3336 to KZ791310: 438.08651453057394\n", - "12:49:12\tCompleted 3324 to KZ635400: 2716.7577716488154\n", - "12:49:12\tCompleted 3332 to KZ352300: 1085.0889098995785\n", - "12:49:12\tCompleted 3259 to KZ111010: 1853.5334519898724\n", - "12:49:12\tCompleted 3241 to KZ194200: 1401.1134372428521\n", - "12:49:12\tCompleted 3265 to KZ114000: 1777.8460951391294\n", - "12:49:12\tCompleted 3323 to KZ155600: 2420.981286959471\n", - "12:49:12\tCompleted 3343 to KZ351600: 999.4584111022392\n", - "12:49:12\tCompleted 3281 to KZ751910: 1255.7778431738527\n", - "12:49:12\tCompleted 3315 to KZ352800: 1353.4172502540287\n", - "12:49:12\tCompleted 3321 to KZ271000: 3821.6988847044518\n", - "12:49:12\tCompleted 3314 to KZ194200: 4098.036365149976\n", - "12:49:12\tCompleted 3344 to KZ396600: 2524.330259255145\n", - "12:49:12\tCompleted 3267 to KZ234600: 3466.2718069661655\n", - "12:49:12\tCompleted 3272 to KZ193200: 777.9776418111296\n", - "12:49:12\tCompleted 3269 to KZ474600: 349.32063850781697\n", - "12:49:12\tCompleted 3287 to KZ393600: 2516.354051769977\n", - "12:49:12\tCompleted 3306 to KZ275400: 3397.8080630385225\n", - "12:49:12\tCompleted 3308 to KZ193200: 1845.4473796475297\n", - "12:49:13\tCompleted 3288 to KZ593200: 2007.7346469233555\n", - "12:49:13\tCompleted 3275 to KZ395000: 2753.8487314314925\n", - "12:49:13\tCompleted 3254 to KZ751110: 3949.8745518780074\n", - "12:49:13\tCompleted 3276 to KZ275000: 3708.9567990915066\n", - "12:49:13\tCompleted 3279 to KZ156800: 1526.3135591043585\n", - "12:49:13\tCompleted 3293 to KZ274000: 3339.861772303995\n", - "12:49:13\tCompleted 3313 to KZ154000: 1870.8657279573256\n", - "12:49:13\tCompleted 3311 to KZ633400: 1327.8471153773266\n", - "12:49:13\tCompleted 3336 to KZ791510: 415.2060149589208\n", - "12:49:13\tCompleted 3246 to KZ111010: 1777.035926327572\n", - "12:49:13\tCompleted 3263 to KZ555600: 1888.2341193878287\n", - "12:49:13\tCompleted 3262 to KZ394400: 3081.083805582024\n", - "12:49:13\tCompleted 3250 to KZ553600: 3969.1215054407567\n", - "12:49:13\tCompleted 3296 to KZ636800: 2635.646030342512\n", - "12:49:14\tCompleted 3334 to KZ434000: 1498.7943861268038\n", - "12:49:14\tCompleted 3345 to KZ555600: 2159.8554812507923\n", - "12:49:14\tCompleted 3269 to KZ475000: 169.570617944517\n", - "12:49:14\tCompleted 3240 to KZ116400: 1661.0630586938344\n", - "12:49:14\tCompleted 3272 to KZ193400: 982.86651882657\n", - "12:49:14\tCompleted 3256 to KZ434400: 2476.1115396177406\n", - "12:49:14\tCompleted 3281 to KZ751510: 1244.2937810729368\n", - "12:49:14\tCompleted 3315 to KZ356400: 1006.200482160626\n", - "12:49:14\tCompleted 3249 to KZ355200: 3432.984481623751\n", - "12:49:14\tCompleted 3241 to KZ751210: 1348.560808377696\n", - "12:49:14\tCompleted 3290 to KZ555600: 2381.08647075202912:49:14\tCompleted 3339 to KZ116400: 1926.2792664782055\n", - "\n", - "12:49:14\tCompleted 3326 to KZ595800: 2061.7746029000446\n", - "12:49:14\tCompleted 3336 to KZ791710: 413.42983464188825\n", - "12:49:14\tCompleted 3273 to KZ634600: 1587.6248377171335\n", - "12:49:14\tCompleted 3332 to KZ352800: 1436.460832341566\n", - "12:49:15\tCompleted 3302 to KZ596000: 3283.5499603853123\n", - "12:49:15\tCompleted 3343 to KZ354000: 1508.257929063743\n", - "12:49:15\tCompleted 3298 to KZ471000: 4030.1994871111424\n", - "12:49:15\tCompleted 3269 to KZ475200: 339.833906796856\n", - "12:49:15\tCompleted 3272 to KZ193600: 540.2978741845417\n", - "12:49:15\tCompleted 3265 to KZ117000: 1700.4784385857333\n", - "12:49:15\tCompleted 3271 to KZ114500: 1813.6818676111507\n", - "12:49:15\tCompleted 3259 to KZ116000: 1822.3645331126115\n", - "12:49:15\tCompleted 3244 to KZ553200: 4004.958961661677\n", - "12:49:15\tCompleted 3295 to KZ234600: 4694.677537322378\n", - "12:49:15\tCompleted 3266 to KZ194800: 1755.2741669404156\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:49:16\tCompleted 3234 to KZ111010: 1907.6571735421837\n", - "12:49:16\tCompleted 3325 to KZ395000: 2716.913281249774\n", - "12:49:16\tCompleted 3336 to KZ611600: 670.2903699170125\n", - "12:49:16\tCompleted 3246 to KZ116000: 1509.8586239811302\n", - "12:49:16\tCompleted 3241 to KZ751110: 1356.3181676905767\n", - "12:49:16\tCompleted 3323 to KZ156800: 1922.961131180085\n", - "12:49:16\tCompleted 3269 to KZ471800: 104.20214308618696\n", - "12:49:16\tCompleted 3275 to KZ395200: 2786.470453645791\n", - "12:49:16\tCompleted 3315 to KZ352400: 1339.3428381504323\n", - "12:49:16\tCompleted 3272 to KZ194000: 21.242640687119287\n", - "12:49:16\tCompleted 3324 to KZ635000: 2191.4843443163923\n", - "12:49:16\tCompleted 3320 to KZ552200: 3854.299862140708\n", - "12:49:16\tCompleted 3263 to KZ551000: 1799.3695500415752\n", - "12:49:16\tCompleted 3329 to KZ153200: 2370.6259120419377\n", - "12:49:16\tCompleted 3240 to KZ116800: 1458.49597711705\n", - "12:49:17\tCompleted 3273 to KZ634400: 1179.7755782610507\n", - "12:49:17\tCompleted 3257 to KZ596200: 2250.4029861648837\n", - "12:49:17\tCompleted 3332 to KZ356400: 1455.5392594663122\n", - "12:49:17\tCompleted 3343 to KZ351000: 1439.8894979633997\n", - "12:49:17\tCompleted 3327 to KZ275400: 3822.483957664862\n", - "12:49:17\tCompleted 3288 to KZ595800: 2111.6542569637327\n", - "12:49:17\tCompleted 3274 to KZ394800: 2904.516407489502412:49:17\tCompleted 3344 to KZ394200: 2158.5827394170433\n", - "\n", - "12:49:17\tCompleted 3268 to KZ394200: 2764.7094332088236\n", - "12:49:17\tCompleted 3311 to KZ633600: 1841.7648775121843\n", - "12:49:17\tCompleted 3336 to KZ613600: 523.9178176790924\n", - "12:49:17\tCompleted 3318 to KZ396600: 2416.190413694276\n", - "12:49:17\tCompleted 3256 to KZ431000: 1817.80295725511\n", - "12:49:18\tCompleted 3339 to KZ116800: 1713.8804127861797\n", - "12:49:18\tCompleted 3345 to KZ551000: 2023.3322657109295\n", - "12:49:18\tCompleted 3331 to KZ235200: 3242.3530379099298\n", - "12:49:18\tCompleted 3272 to KZ196400: 696.7171557382774\n", - "12:49:18\tCompleted 3279 to KZ193200: 1870.9228193700885\n", - "12:49:18\tCompleted 3314 to KZ751210: 4052.8359877347884\n", - "12:49:18\tCompleted 3342 to KZ231000: 3345.027973071382\n", - "12:49:18\tCompleted 3308 to KZ193400: 2050.3362566629703\n", - "12:49:18\tCompleted 3326 to KZ593400: 1871.1618655479044\n", - "12:49:18\tCompleted 3287 to KZ396400: 2737.7656984433347\n", - "12:49:18\tCompleted 3254 to KZ751310: 3943.0461247532617\n", - "12:49:18\tCompleted 3241 to KZ751310: 1349.4897405658305\n", - "12:49:18\tCompleted 3262 to KZ433200: 2621.7840438119606\n", - "12:49:18\tCompleted 3273 to KZ313600: 1004.9310382411538\n", - "12:49:18\tCompleted 3250 to KZ552200: 3860.6535634190436\n", - "12:49:18\tCompleted 3313 to KZ154200: 2173.501766926645\n", - "12:49:19\tCompleted 3323 to KZ193200: 1485.5777906535466\n", - "12:49:19\tCompleted 3336 to KZ614000: 470.7777707647687\n", - "12:49:19\tCompleted 3343 to KZ352000: 1138.8109264108298\n", - "12:49:19\tCompleted 3265 to KZ114400: 1826.7182786943324\n", - "12:49:19\tCompleted 3302 to KZ596200: 3112.2447929437208\n", - "12:49:19\tCompleted 3321 to KZ274000: 4475.357068423952\n", - "12:49:19\tCompleted 3272 to KZ196800: 273.7739864250264612:49:19\tCompleted 3249 to KZ355600: 3676.630034718860812:49:19\tCompleted 3221 to KZ354800: 2121.0707975728133\n", - "\n", - "\n", - "12:49:19\tCompleted 3312 to KZ394800: 2876.3129109589972\n", - "12:49:19\tCompleted 3275 to KZ391000: 2643.615975374195\n", - "12:49:19\tCompleted 3290 to KZ551000: 2010.17172988512\n", - "12:49:19\tCompleted 3240 to KZ111810: 1480.3600701401788\n", - "12:49:19\tCompleted 3332 to KZ352400: 1520.7263265569688\n", - "12:49:19\tCompleted 3267 to KZ234800: 2599.973182801776\n", - "12:49:19\tCompleted 3259 to KZ116400: 1944.7658808721308\n", - "12:49:19\tCompleted 3271 to KZ114000: 1760.6212214049763\n", - "12:49:20\tCompleted 3266 to KZ195600: 1832.0547346956253\n", - "12:49:20\tCompleted 3269 to KZ593200: 3109.8394578849084\n", - "12:49:20\tCompleted 3306 to KZ273600: 2565.767322021061\n", - "12:49:20\tCompleted 3234 to KZ116000: 1876.4882546649228\n", - "12:49:20\tCompleted 3273 to KZ314000: 863.2876740927644\n", - "12:49:20\tCompleted 3272 to KZ191600: 190.67352955718343\n", - "12:49:20\tCompleted 3334 to KZ471000: 3931.743256795772\n", - "12:49:20\tCompleted 3296 to KZ635800: 2686.272464058077\n", - "12:49:20\tCompleted 3246 to KZ116400: 1858.4365830945892\n", - "12:49:20\tCompleted 3336 to KZ613900: 748.7010427812166\n", - "12:49:20\tCompleted 3241 to KZ751410: 1366.914718969471\n", - "12:49:20\tCompleted 3263 to KZ556000: 1840.6660583723883\n", - "12:49:20\tCompleted 3308 to KZ193600: 1350.2709877103148\n", - "12:49:21\tCompleted 3315 to KZ356000: 1977.6236005742892\n", - "12:49:21\tCompleted 3244 to KZ553600: 3955.961959896654\n", - "12:49:21\tCompleted 3324 to KZ632200: 2074.5601763153645\n", - "12:49:21\tCompleted 3256 to KZ435200: 1716.1088271941794\n", - "12:49:21\tCompleted 3339 to KZ111810: 1735.7445058093085\n", - "12:49:21\tCompleted 3281 to KZ231000: 2624.664502113139\n", - "12:49:21\tCompleted 3240 to KZ116600: 111.02829573532465\n", - "12:49:21\tCompleted 3293 to KZ274200: 3457.2072666834406\n", - "12:49:21\tCompleted 3311 to KZ633800: 1774.2644315844182\n", - "12:49:21\tCompleted 3325 to KZ395200: 2248.8777961749356\n", - "12:49:21\tCompleted 3298 to KZ473600: 3611.224721088199\n", - "12:49:21\tCompleted 3332 to KZ356000: 1246.1852971228525\n", - "12:49:21\tCompleted 3276 to KZ274800: 4244.461710474936\n", - "12:49:22\tCompleted 3273 to KZ314800: 303.2875615424587\n", - "12:49:22\tCompleted 3272 to KZ195200: 169.07049605987913\n", - "12:49:22\tCompleted 3257 to KZ596400: 2054.370382318543\n", - "12:49:22\tCompleted 3320 to KZ554600: 3910.4902007134\n", - "12:49:22\tCompleted 3318 to KZ394200: 2050.4428938561723\n", - "12:49:22\tCompleted 3343 to KZ354800: 1680.220826976118812:49:22\tCompleted 3313 to KZ156000: 1746.750999294855\n", - "\n", - "12:49:22\tCompleted 3345 to KZ556000: 2071.4536479189455\n", - "12:49:22\tCompleted 3336 to KZ612000: 617.4125038096804\n", - "12:49:22\tCompleted 3329 to KZ153400: 2260.039254516254\n", - "12:49:22\tCompleted 3323 to KZ193400: 1690.4666676689872\n", - "12:49:22\tCompleted 3275 to KZ395400: 2681.9923595728533\n", - "12:49:22\tCompleted 3339 to KZ116600: 1053.669821898752\n", - "12:49:23\tCompleted 3288 to KZ593400: 1921.0415196115925\n", - "12:49:23\tCompleted 3348 to KZ196000: 1479.120540817684\n", - "12:49:23\tCompleted 3295 to KZ234800: 3828.3789131579433\n", - "12:49:23\tCompleted 3241 to KZ751710: 1407.902750738374\n", - "12:49:23\tCompleted 3349 to KZ314800: 891.1847807379725\n", - "12:49:23\tCompleted 3262 to KZ431900: 2102.740210916757\n", - "12:49:23\tCompleted 3279 to KZ193400: 2075.811696385529\n", - "12:49:23\tCompleted 3273 to KZ315400: 525.9540184659361\n", - "12:49:23\tCompleted 3308 to KZ194000: 1331.0327868990717\n", - "12:49:23\tCompleted 3265 to KZ114600: 1935.1173710817623\n", - "12:49:23\tCompleted 3326 to KZ594200: 2051.019614611416\n", - "12:49:23\tCompleted 3272 to KZ195000: 580.0686562325953\n", - "12:49:23\tCompleted 3344 to KZ394400: 2586.589090743038\n", - "12:49:23\tCompleted 3314 to KZ751110: 4060.59334704767\n", - "12:49:23\tCompleted 3268 to KZ394400: 2921.6542083047298\n", - "12:49:23\tCompleted 3274 to KZ395000: 2832.4918171804566\n", - "12:49:23\tCompleted 3336 to KZ614400: 675.233842221019\n", - "12:49:23\tCompleted 3347 to KZ113800: 2325.3136942132537\n", - "12:49:24\tCompleted 3266 to KZ195800: 1645.9416070627751\n", - "12:49:24\tCompleted 3271 to KZ117000: 1683.2535648515802\n", - "12:49:24\tCompleted 3250 to KZ554600: 3916.843901991736\n", - "12:49:24\tCompleted 3332 to KZ354400: 1278.4919371305393\n", - "12:49:24\tCompleted 3323 to KZ193600: 990.4013987163348\n", - "12:49:24\tCompleted 3256 to KZ434800: 1747.435088110515\n", - "12:49:24\tCompleted 3254 to KZ751410: 3960.471103156901\n", - "12:49:24\tCompleted 3331 to KZ235600: 3337.3908039303346\n", - "12:49:24\tCompleted 3315 to KZ354400: 1770.107722397139\n", - "\n", - "12:49:24\tCompleted 3269 to KZ595800: 3481.851474504402\n", - "12:49:24\tCompleted 3349 to KZ315400: 578.423662057998512:49:24\tCompleted 3246 to KZ116800: 1655.8695015178046\n", - "12:49:24\tCompleted 3327 to KZ273600: 2990.4432166474003\n", - "12:49:24\tCompleted 3263 to KZ556800: 1902.2370170571353\n", - "12:49:24\tCompleted 3234 to KZ116400: 1998.889602424442\n", - "12:49:24\tCompleted 3272 to KZ194400: 184.9814933988262\n", - "12:49:25\tCompleted 3302 to KZ596400: 3707.9044730268474\n", - "12:49:25\tCompleted 3287 to KZ394000: 2969.700547809156\n", - "12:49:25\tCompleted 3348 to KZ191000: 1170.731387924639\n", - "12:49:25\tCompleted 3273 to KZ315600: 853.71247743338\n", - "12:49:25\tCompleted 3336 to KZ614600: 464.88546968958354\n", - "12:49:25\tCompleted 3294 to KZ113200: 1641.0570765609407\n", - "12:49:25\tCompleted 3343 to KZ355200: 1616.887170403576\n", - "12:49:25\tCompleted 3249 to KZ352100: 3953.092123432927\n", - "12:49:25\tCompleted 3290 to KZ556000: 2058.2931120931366\n", - "12:49:25\tCompleted 3241 to KZ751810: 1354.146594815323\n", - "12:49:25\tCompleted 3279 to KZ193600: 1375.7464274328736\n", - "12:49:25\tCompleted 3275 to KZ392000: 2478.898233619402\n", - "12:49:25\tCompleted 3312 to KZ395000: 2804.288320649952\n", - "12:49:25\tCompleted 3311 to KZ634000: 1771.3491741499552\n", - "12:49:25\tCompleted 3321 to KZ274200: 4592.702562803486\n", - "12:49:26\tCompleted 3332 to KZ351800: 1060.289920026355\n", - "12:49:26\tCompleted 3272 to KZ194600: 342.73635352535103\n", - "12:49:26\tCompleted 3323 to KZ194000: 971.1631979050885\n", - "12:49:26\tCompleted 3342 to KZ234000: 3553.63845043907\n", - "12:49:26\tCompleted 3296 to KZ636200: 2547.3553808278207\n", - "12:49:26\tCompleted 3339 to KZ115600: 1899.8168540128634\n", - "12:49:26\tCompleted 3334 to KZ473600: 3512.768490772829\n", - "12:49:26\tCompleted 3349 to KZ315600: 1216.493113103183\n", - "12:49:26\tCompleted 3324 to KZ635200: 2457.089392109406\n", - "12:49:26\tCompleted 3348 to KZ196200: 936.3242151333045\n", - "12:49:26\tCompleted 3244 to KZ552200: 3847.494017874941\n", - "12:49:27\tCompleted 3313 to KZ154600: 2044.8884300399868\n", - "12:49:27\tCompleted 3336 to KZ614800: 946.5062750606917\n", - "12:49:27\tCompleted 3273 to KZ316000: 1124.520656248707\n", - "12:49:27\tCompleted 3345 to KZ556800: 2272.14157279088\n", - "12:49:27\tCompleted 3272 to KZ194800: 676.4862008321313\n", - "12:49:27\tCompleted 3347 to KZ114500: 2192.435709667303\n", - "12:49:27\tCompleted 3288 to KZ594200: 2100.899268675104\n", - "12:49:27\tCompleted 3320 to KZ555600: 4474.521051207246\n", - "12:49:27\tCompleted 3308 to KZ196400: 1764.1868935746752\n", - "12:49:27\tCompleted 3262 to KZ434600: 2136.404781343135\n", - "12:49:27\tCompleted 3279 to KZ194000: 1356.5082266216305\n", - "12:49:27\tCompleted 3344 to KZ433200: 1719.7065893663719\n", - "12:49:27\tCompleted 3267 to KZ235200: 2647.613030165149\n", - "12:49:27\tCompleted 3271 to KZ114400: 1809.4934049601793\n", - "12:49:27\tCompleted 3241 to KZ751910: 1375.2875111657313\n", - "12:49:27\tCompleted 3325 to KZ391000: 2444.5840606838988\n", - "12:49:27\tCompleted 3349 to KZ316000: 558.6144801723466\n", - "12:49:28\tCompleted 3246 to KZ111810: 1677.7335945409334\n", - "12:49:28\tCompleted 3326 to KZ596600: 2045.122253128647\n", - "12:49:28\tCompleted 3306 to KZ276600: 2647.592568720047\n", - "12:49:28\tCompleted 3294 to KZ113400: 1432.2780054587695\n", - "12:49:28\tCompleted 3257 to KZ594600: 2238.5776358371086\n", - "12:49:28\tCompleted 3343 to KZ355600: 1673.6580563942052\n", - "12:49:28\tCompleted 3329 to KZ153600: 2552.4430153737335\n", - "12:49:28\tCompleted 3265 to KZ114800: 2293.3529004350694\n", - "12:49:28\tCompleted 3323 to KZ196400: 1404.317304580692\n", - "12:49:28\tCompleted 3318 to KZ394400: 2478.4492451821698\n", - "12:49:28\tCompleted 3336 to KZ615400: 687.6700421512423\n", - "12:49:28\tCompleted 3348 to KZ192600: 1209.6751429533329\n", - "12:49:28\tCompleted 3266 to KZ196000: 1832.7223624516953\n", - "12:49:28\tCompleted 3272 to KZ195600: 496.5429114906821\n", - "12:49:28\tCompleted 3315 to KZ351800: 1791.1424370401649\n", - "12:49:28\tCompleted 3234 to KZ116800: 1786.4907487324163\n", - "12:49:28\tCompleted 3273 to KZ316600: 673.3281172075083\n", - "12:49:28\tCompleted 3322 to KZ113200: 1667.7979929351911\n", - "12:49:29\tCompleted 3314 to KZ751310: 4053.764919922924\n", - "12:49:29\tCompleted 3275 to KZ395600: 2792.464439600342\n", - "12:49:29\tCompleted 3263 to KZ554800: 2056.9169858054247\n", - "12:49:29\tCompleted 3281 to KZ234000: 2833.2749794808137\n", - "12:49:29\tCompleted 3269 to KZ593400: 3493.5271620176013\n", - "12:49:29\tCompleted 3268 to KZ433200: 2473.4977292089175\n", - "12:49:29\tCompleted 3349 to KZ316600: 923.3280065145395\n", - "12:49:29\tCompleted 3274 to KZ395200: 2364.456332105621\n", - "12:49:29\tCompleted 3302 to KZ594600: 3219.7204533615864\n", - "12:49:29\tCompleted 3276 to KZ275800: 3714.044534463345\n", - "12:49:29\tCompleted 3336 to KZ615200: 425.0866886529621\n", - "12:49:29\tCompleted 3308 to KZ196800: 1232.3452913334947\n", - "12:49:29\tCompleted 3323 to KZ196800: 872.4757023395119\n", - "12:49:30\tCompleted 3344 to KZ431900: 1200.662756471153\n", - "12:49:30\tCompleted 3343 to KZ352100: 765.4213707974869\n", - "12:49:30\tCompleted 3272 to KZ195800: 289.6871431707127\n", - "12:49:30\tCompleted 3250 to KZ555600: 4480.874752485583\n", - "12:49:30\tCompleted 3298 to KZ474200: 4057.848882154721\n", - "12:49:30\tCompleted 3249 to KZ352200: 3634.6786128816143\n", - "12:49:30\tCompleted 3254 to KZ751710: 4001.4591349258035\n", - "12:49:30\tCompleted 3350 to KZ396200: 2328.269621663694\n", - "12:49:30\tCompleted 3295 to KZ235200: 3876.018760521311\n", - "12:49:30\tCompleted 3347 to KZ114000: 2139.3750634611233\n", - "12:49:30\tCompleted 3339 to KZ115200: 2093.298968499123\n", - "12:49:30\tCompleted 3331 to KZ233600: 3220.007401786245\n", - "12:49:31\tCompleted 3348 to KZ196600: 1255.3908670085973\n", - "12:49:31\tCompleted 3349 to KZ316200: 553.838443707173712:49:31\tCompleted 3312 to KZ395200: 2336.252835575116\n", - "\n", - "12:49:31\tCompleted 3313 to KZ154800: 1879.8957410523853\n", - "12:49:31\tCompleted 3287 to KZ396800: 2715.793005369569\n", - "12:49:31\tCompleted 3273 to KZ316200: 1156.735958340998\n", - "12:49:31\tCompleted 3290 to KZ556800: 2258.9810369650713\n", - "12:49:31\tCompleted 3311 to KZ635400: 2216.254726732186\n", - "12:49:31\tCompleted 3322 to KZ113400: 1459.01892183302\n", - "12:49:31\tCompleted 3318 to KZ433200: 1611.566743805497\n", - "12:49:31\tCompleted 3327 to KZ276600: 3072.2684633463864\n", - "12:49:31\tCompleted 3257 to KZ711110: 1526.922627795036\n", - "12:49:31\tCompleted 3279 to KZ196400: 1789.662333297234\n", - "12:49:31\tCompleted 3323 to KZ191600: 898.2736783996005\n", - "12:49:31\tCompleted 3272 to KZ196000: 753.9343963434104\n", - "12:49:31\tCompleted 3266 to KZ191000: 1524.3332095586502\n", - "12:49:31\tCompleted 3294 to KZ113600: 1707.5507345054064\n", - "12:49:32\tCompleted 3332 to KZ393200: 2174.467365769636\n", - "12:49:32\tCompleted 3296 to KZ636400: 2304.7695329478584\n", - "12:49:32\tCompleted 3324 to KZ632400: 2326.0449499589104\n", - "12:49:32\tCompleted 3344 to KZ434600: 1234.3273268975333\n", - "12:49:32\tCompleted 3326 to KZ595000: 1986.3451508758822\n", - "12:49:32\tCompleted 3308 to KZ191600: 1258.1432673935835\n", - "12:49:32\tCompleted 3265 to KZ111010: 1830.7050248651262\n", - "12:49:32\tCompleted 3349 to KZ311000: 282.917489461531\n", - "12:49:32\tCompleted 3288 to KZ596600: 2201.784786251858\n", - "12:49:32\tCompleted 3244 to KZ554600: 3903.6843564476335\n", - "12:49:32\tCompleted 3348 to KZ194200: 890.8341802808333\n", - "12:49:32\tCompleted 3320 to KZ551000: 3929.392456991076\n", - "12:49:32\tCompleted 3271 to KZ114600: 1917.8924973476092\n", - "12:49:32\tCompleted 3345 to KZ554800: 2276.837060835334\n", - "12:49:32\tCompleted 3351 to KZ554600: 2151.8999906026193\n", - "12:49:32\tCompleted 3336 to KZ616400: 1397.6792395490138\n", - "12:49:32\tCompleted 3273 to KZ311000: 762.1503284715774\n", - "12:49:32\tCompleted 3353 to KZ113600: 1730.7609592419208\n", - "12:49:32\tCompleted 3343 to KZ352200: 1482.2145933823233\n", - "12:49:32\tCompleted 3234 to KZ111810: 1808.35484175554512:49:32\tCompleted 3275 to KZ395800: 2980.5883062188577\n", - "\n", - "12:49:32\tCompleted 3318 to KZ431900: 1092.5229109102781\n", - "12:49:33\tCompleted 3263 to KZ556400: 1983.783344980228\n", - "12:49:33\tCompleted 3272 to KZ191000: 445.5452434503655\n", - "12:49:33\tCompleted 3334 to KZ474200: 3959.392651839351\n", - "12:49:33\tCompleted 3269 to KZ594200: 3306.848864487923\n", - "12:49:33\tCompleted 3323 to KZ195200: 836.0387015343272\n", - "12:49:33\tCompleted 3354 to KZ195800: 1358.3926858699206\n", - "12:49:33\tCompleted 3262 to KZ434400: 2479.35418030486\n", - "12:49:33\tCompleted 3315 to KZ393200: 2489.21555529725\n", - "12:49:33\tCompleted 3279 to KZ196800: 1257.8207310560535\n", - "12:49:33\tCompleted 3347 to KZ117000: 2062.007406907731\n", - "12:49:33\tCompleted 3314 to KZ751410: 4071.1898983265633\n", - "12:49:34\tCompleted 3329 to KZ154000: 2304.0195881987547\n", - "12:49:34\tCompleted 3249 to KZ352300: 2857.2767374539885\n", - "12:49:34\tCompleted 3325 to KZ395400: 2487.9479556092115\n", - "12:49:34\tCompleted 3348 to KZ751210: 838.2815514156762\n", - "12:49:34\tCompleted 3268 to KZ431900: 1954.4538963137077\n", - "12:49:34\tCompleted 3266 to KZ196200: 1289.9260367673157\n", - "12:49:34\tCompleted 3308 to KZ195200: 1195.90829052831\n", - "12:49:34\tCompleted 3349 to KZ315000: 695.5893636007526\n", - "12:49:34\tCompleted 3272 to KZ196200: 71.29898987322333\n", - "12:49:34\tCompleted 3302 to KZ711110: 3355.8871501200647\n", - "12:49:34\tCompleted 3318 to KZ434600: 1126.1874813366585\n", - "12:49:34\tCompleted 3342 to KZ234200: 4004.5841569600057\n", - "12:49:34\tCompleted 3273 to KZ315000: 879.3591447052112\n", - "12:49:34\tCompleted 3331 to KZ633200: 1803.5474530639378\n", - "12:49:34\tCompleted 3257 to KZ711410: 1527.0954308491457\n", - "12:49:34\tCompleted 3344 to KZ434400: 1577.2767258592678\n", - "12:49:34\tCompleted 3336 to KZ615600: 1058.8985805212892\n", - "12:49:35\tCompleted 3322 to KZ113600: 1734.2916508796568\n", - "12:49:35\tCompleted 3311 to KZ635000: 1690.9812993997396\n", - "12:49:35\tCompleted 3274 to KZ391000: 2560.162596614581\n", - "12:49:35\tCompleted 3250 to KZ551000: 3935.746158269412\n", - "12:49:35\tCompleted 3343 to KZ352300: 1410.8764570461992\n", - "12:49:35\tCompleted 3275 to KZ392400: 2578.098861299143\n", - "12:49:35\tCompleted 3234 to KZ116600: 1387.1544447328836\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:49:35\tCompleted 3306 to KZ275000: 2513.290225822406\n", - "12:49:35\tCompleted 3323 to KZ195000: 1287.6688050750122\n", - "12:49:35\tCompleted 3279 to KZ191600: 1283.6187071161423\n", - "12:49:35\tCompleted 3272 to KZ192600: 484.4889984790594\n", - "12:49:35\tCompleted 3349 to KZ314200: 288.3927203968657\n", - "12:49:35\tCompleted 3348 to KZ751110: 846.0389107285569\n", - "12:49:35\tCompleted 3267 to KZ235600: 2742.650796185554\n", - "12:49:36\tCompleted 3336 to KZ615800: 366.163286723826\n", - "12:49:36\tCompleted 3355 to KZ314000: 285.1984857058786\n", - "12:49:36\tCompleted 3354 to KZ196000: 1545.173441258841\n", - "12:49:36\tCompleted 3344 to KZ431000: 918.9681434966247\n", - "12:49:36\tCompleted 3298 to KZ474600: 3735.0243213366393\n", - "12:49:36\tCompleted 3318 to KZ434400: 1469.136880298393\n", - "12:49:36\tCompleted 3265 to KZ116000: 1799.5361059878653\n", - "12:49:36\tCompleted 3290 to KZ554800: 2263.676525009526\n", - "12:49:36\tCompleted 3332 to KZ393400: 1690.8764076066786\n", - "12:49:36\tCompleted 3269 to KZ596600: 2981.926697186078\n", - "12:49:36\tCompleted 3324 to KZ632800: 2131.975864942241\n", - "12:49:36\tCompleted 3281 to KZ234200: 3284.2206860017627\n", - "12:49:36\tCompleted 3312 to KZ391000: 2531.9591000840765\n", - "12:49:37\tCompleted 3347 to KZ114400: 2188.2472470163243\n", - "12:49:37\tCompleted 3294 to KZ113800: 1886.8967591743065\n", - "12:49:37\tCompleted 3262 to KZ431000: 1821.0455979422293\n", - "12:49:37\tCompleted 3313 to KZ155200: 2306.83440395416\n", - "12:49:37\tCompleted 3263 to KZ554200: 2246.411383367664\n", - "12:49:37\tCompleted 3350 to KZ396600: 2336.1884624548834\n", - "12:49:37\tCompleted 3272 to KZ196600: 252.73822475054618\n", - "12:49:37\tCompleted 3353 to KZ113800: 1810.3790439979548\n", - "12:49:37\tCompleted 3276 to KZ276000: 4129.87556021838\n", - "12:49:37\tCompleted 3326 to KZ593600: 2100.8937551601757\n", - "12:49:37\tCompleted 3287 to KZ394800: 2894.447574067629\n", - "12:49:37\tCompleted 3348 to KZ751310: 839.2104836038106\n", - "12:49:37\tCompleted 3257 to KZ711210: 1496.7410451827302\n", - "12:49:37\tCompleted 3279 to KZ195200: 1221.383730250869\n", - "12:49:37\tCompleted 3288 to KZ595000: 2036.2248049395703\n", - "12:49:37\tCompleted 3355 to KZ314800: 747.2608121750058\n", - "12:49:37\tCompleted 3266 to KZ192600: 1563.276964587344\n", - "12:49:37\tCompleted 3336 to KZ612600: 621.2934133447513\n", - "12:49:37\tCompleted 3339 to KZ115400: 2313.87174036477412:49:37\tCompleted 3323 to KZ194400: 1105.45373161604\n", - "\n", - "12:49:37\tCompleted 3344 to KZ435200: 817.2740134356943\n", - "12:49:38\tCompleted 3320 to KZ556000: 3977.5138391990895\n", - "12:49:38\tCompleted 3351 to KZ555600: 2348.2916428841613\n", - "12:49:38\tCompleted 3315 to KZ393400: 2311.4759863973823\n", - "12:49:38\tCompleted 3271 to KZ114800: 2276.1280267009174\n", - "12:49:38\tCompleted 3308 to KZ195000: 1647.5383940689953\n", - "12:49:38\tCompleted 3318 to KZ431000: 810.8282979357499\n", - "12:49:38\tCompleted 3295 to KZ235600: 3971.056526541716\n", - "12:49:38\tCompleted 3327 to KZ275000: 2937.966120448724\n", - "12:49:38\tCompleted 3343 to KZ352800: 1509.3370160792902\n", - "12:49:38\tCompleted 3345 to KZ556400: 2214.5709345267796\n", - "12:49:38\tCompleted 3272 to KZ194200: 492.56905871982576\n", - "12:49:38\tCompleted 3296 to KZ631000: 2519.659720799263\n", - "12:49:39\tCompleted 3322 to KZ113800: 1913.637675548557\n", - "12:49:39\tCompleted 3349 to KZ353200: 1444.562301057633\n", - "12:49:39\tCompleted 3314 to KZ751710: 4112.177930095466\n", - "12:49:39\tCompleted 3275 to KZ396200: 3018.127783808859\n", - "12:49:39\tCompleted 3249 to KZ352800: 3635.362456022712\n", - "12:49:39\tCompleted 3354 to KZ191000: 1236.7842883657959\n", - "12:49:39\tCompleted 3268 to KZ434600: 1988.118466740088\n", - "12:49:39\tCompleted 3263 to KZ791110: 1142.9281473681792\n", - "12:49:39\tCompleted 3344 to KZ434800: 848.6002743520295\n", - "12:49:39\tCompleted 3355 to KZ315400: 434.4996934950318\n", - "12:49:39\tCompleted 3334 to KZ474600: 3636.568091021269\n", - "12:49:39\tCompleted 3244 to KZ555600: 4467.715206941478\n", - "12:49:39\tCompleted 3311 to KZ632200: 1766.021877806316312:49:39\tCompleted 3348 to KZ751410: 856.6354620074512\n", - "\n", - "12:49:39\tCompleted 3318 to KZ435200: 709.1341678748195\n", - "12:49:39\tCompleted 3336 to KZ616000: 331.0586419697753\n", - "12:49:39\tCompleted 3234 to KZ115600: 1972.4271899591\n", - "12:49:39\tCompleted 3302 to KZ711410: 3346.021370941038\n", - "12:49:39\tCompleted 3272 to KZ751210: 172.42744002847851\n", - "12:49:40\tCompleted 3332 to KZ391600: 1557.981668468453\n", - "12:49:40\tCompleted 3331 to KZ634800: 2287.9940444742288\n", - "12:49:40\tCompleted 3323 to KZ194600: 1115.9706976205446\n", - "12:49:40\tCompleted 3329 to KZ154200: 2606.655627168077\n", - "12:49:40\tCompleted 3250 to KZ556000: 3983.8675404774253\n", - "12:49:40\tCompleted 3343 to KZ356400: 1162.120247985887\n", - "12:49:40\tCompleted 3325 to KZ392000: 2604.8716506894352\n", - "12:49:40\tCompleted 3262 to KZ435200: 1719.3514678812987\n", - "12:49:40\tCompleted 3347 to KZ114600: 2296.6463394037614\n", - "12:49:41\tCompleted 3257 to KZ711310: 1518.3334337213194\n", - "12:49:41\tCompleted 3279 to KZ195000: 1673.0138337915541\n", - "12:49:41\tCompleted 3344 to KZ433600: 1109.2704547011654\n", - "12:49:41\tCompleted 3272 to KZ751110: 166.02916436518944\n", - "12:49:41\tCompleted 3269 to KZ595000: 3346.149230862964\n", - "12:49:41\tCompleted 3318 to KZ434800: 740.4604287911546\n", - "12:49:41\tCompleted 3336 to KZ613800: 706.6724173021552\n", - "12:49:41\tCompleted 3354 to KZ196200: 1002.3771155744613\n", - "12:49:41\tCompleted 3355 to KZ315600: 1072.5691445402163\n", - "12:49:41\tCompleted 3274 to KZ395400: 2603.526491539894\n", - "12:49:41\tCompleted 3263 to KZ791310: 1099.3879154875706\n", - "12:49:41\tCompleted 3308 to KZ194400: 1465.3233206100213\n", - "12:49:41\tCompleted 3294 to KZ114500: 1754.0187746283411\n", - "12:49:41\tCompleted 3313 to KZ156400: 1886.1244035933164\n", - "12:49:41\tCompleted 3348 to KZ751710: 897.623493776354\n", - "12:49:41\tCompleted 3350 to KZ394200: 1970.4409426167772\n", - "12:49:41\tCompleted 3353 to KZ114500: 1884.2215390827764\n", - "12:49:42\tCompleted 3266 to KZ196600: 1608.9926886426085\n", - "12:49:42\tCompleted 3324 to KZ636800: 2254.213237769915\n", - "12:49:42\tCompleted 3290 to KZ556400: 2201.4103987009707\n", - "12:49:42\tCompleted 3271 to KZ111010: 1813.4801511309731\n", - "12:49:42\tCompleted 3275 to KZ396600: 2929.832915956318\n", - "12:49:42\tCompleted 3322 to KZ114500: 1780.7596910025916\n", - "12:49:42\tCompleted 3323 to KZ194800: 1384.0863496745478\n", - "12:49:42\tCompleted 3351 to KZ551000: 2144.816112951185\n", - "12:49:42\tCompleted 3288 to KZ593600: 2150.773409223864\n", - "12:49:42\tCompleted 3349 to KZ353600: 1689.272044041238\n", - "12:49:42\tCompleted 3355 to KZ316000: 595.2719442023988\n", - "12:49:42\tCompleted 3312 to KZ395400: 2575.322995009389\n", - "12:49:42\tCompleted 3318 to KZ433600: 1001.1306091402906\n", - "12:49:43\tCompleted 3315 to KZ391600: 2167.3464834128727\n", - "12:49:43\tCompleted 3331 to KZ633400: 1555.7719898035045\n", - "12:49:43\tCompleted 3344 to KZ434000: 873.327705111623\n", - "12:49:43\tCompleted 3343 to KZ352400: 1495.2626039756938\n", - "12:49:43\tCompleted 3348 to KZ751810: 843.8673378533031\n", - "12:49:43\tCompleted 3342 to KZ234600: 4119.75445539806\n", - "12:49:43\tCompleted 3367 to KZ313600: 546.7088195025487\n", - "12:49:43\tCompleted 3279 to KZ194400: 1490.79876033258\n", - "12:49:43\tCompleted 3354 to KZ192600: 1275.7280433944898\n", - "12:49:43\tCompleted 3298 to KZ475000: 4105.353348086417\n", - "12:49:43\tCompleted 3356 to KZ392400: 2291.9525275079354\n", - "12:49:43\tCompleted 3287 to KZ395000: 2822.422983758583\n", - "12:49:43\tCompleted 3339 to KZ151000: 2978.869156097596\n", - "12:49:44\tCompleted 3320 to KZ556800: 4178.201764071031\n", - "12:49:44\tCompleted 3326 to KZ595200: 2098.343888217408712:49:44\tCompleted 3266 to KZ194200: 1244.4360019148432\n", - "\n", - "12:49:44\tCompleted 3306 to KZ274800: 3048.795137205795\n", - "12:49:44\tCompleted 3249 to KZ356400: 3669.1892550819543\n", - "12:49:44\tCompleted 3302 to KZ711210: 3343.377140383015\n", - "12:49:44\tCompleted 3355 to KZ316600: 779.4040379515728\n", - "12:49:44\tCompleted 3361 to KZ113400: 1638.460468589828\n", - "12:49:44\tCompleted 3308 to KZ194600: 1475.8402866145277\n", - "12:49:44\tCompleted 3345 to KZ554200: 2466.331458397562\n", - "12:49:44\tCompleted 3276 to KZ276200: 3849.2617734844757\n", - "12:49:44\tCompleted 3318 to KZ434000: 765.1878595507482\n", - "12:49:44\tCompleted 3311 to KZ635200: 1956.5863471927676\n", - "12:49:44\tCompleted 3357 to KZ552200: 2109.8940808969724\n", - "12:49:44\tCompleted 3268 to KZ434400: 2331.067865701817\n", - "12:49:44\tCompleted 3314 to KZ751810: 4058.4217741724156\n", - "12:49:44\tCompleted 3367 to KZ314000: 366.3675332641912\n", - "12:49:44\tCompleted 3348 to KZ751910: 865.0082542037114\n", - "12:49:44\tCompleted 3349 to KZ351600: 1264.0621920647866\n", - "12:49:45\tCompleted 3281 to KZ234600: 3399.390984439817\n", - "12:49:45\tCompleted 3267 to KZ233600: 2625.2673940414056\n", - "12:49:45\tCompleted 3275 to KZ394200: 2319.443224221248\n", - "12:49:45\tCompleted 3294 to KZ114000: 1700.9581284221667\n", - "12:49:45\tCompleted 3323 to KZ195600: 1460.8669174297575\n", - "12:49:45\tCompleted 3363 to KZ195600: 1673.9599333126182\n", - "12:49:45\tCompleted 3296 to KZ634600: 2787.344346099558\n", - "12:49:45\tCompleted 3332 to KZ393600: 2028.5256999630635\n", - "12:49:45\tCompleted 3345 to KZ791110: 306.3303391775931\n", - "12:49:45\tCompleted 3295 to KZ233600: 3853.67312439766\n", - "12:49:45\tCompleted 3327 to KZ274800: 3473.4710318321345\n", - "12:49:45\tCompleted 3244 to KZ551000: 3922.5866127253094\n", - "12:49:45\tCompleted 3329 to KZ156000: 2179.9048595362974\n", - "12:49:46\tCompleted 3354 to KZ196600: 1321.443767449754\n", - "12:49:46\tCompleted 3355 to KZ316200: 514.2116364897638\n", - "12:49:46\tCompleted 3279 to KZ194600: 1501.3157263370865\n", - "12:49:46\tCompleted 3322 to KZ114000: 1727.6990447964172\n", - "12:49:46\tCompleted 3250 to KZ556800: 4184.555465349369\n", - "12:49:46\tCompleted 3313 to KZ155600: 2058.804277632254\n", - "12:49:46\tCompleted 3353 to KZ114000: 1820.3645255152178\n", - "12:49:46\tCompleted 3269 to KZ593600: 3616.369194185225\n", - "12:49:46\tCompleted 3367 to KZ314800: 828.4298597333183\n", - "12:49:46\tCompleted 3266 to KZ751210: 1191.8833730496872\n", - "12:49:46\tCompleted 3345 to KZ791310: 262.7901072969842\n", - "12:49:46\tCompleted 3334 to KZ475000: 4006.8971177710464\n", - "12:49:46\tCompleted 3347 to KZ114800: 2654.881868757055\n", - "12:49:46\tCompleted 3348 to KZ751510: 853.5241921027955\n", - "12:49:46\tCompleted 3343 to KZ356000: 1571.9728442694732\n", - "12:49:46\tCompleted 3325 to KZ395600: 2482.0249999805224\n", - "12:49:47\tCompleted 3331 to KZ633600: 1971.054687443872\n", - "12:49:47\tCompleted 3274 to KZ392000: 2720.4501866201176\n", - "12:49:47\tCompleted 3355 to KZ311000: 138.99352089856427\n", - "12:49:47\tCompleted 3257 to KZ555200: 2259.9577385794473\n", - "12:49:47\tCompleted 3323 to KZ195800: 1274.7537897969073\n", - "12:49:47\tCompleted 3324 to KZ635800: 2304.8396714854694\n", - "12:49:47\tCompleted 3288 to KZ595200: 2148.223542281097\n", - "12:49:47\tCompleted 3354 to KZ194200: 956.8870807219901\n", - "12:49:47\tCompleted 3350 to KZ394400: 2398.447293942777\n", - "12:49:47\tCompleted 3295 to KZ633200: 1246.1063087966795\n", - "12:49:47\tCompleted 3345 to KZ791510: 239.909607725331\n", - "12:49:47\tCompleted 3351 to KZ556000: 2192.9374951591985\n", - "12:49:47\tCompleted 3367 to KZ315400: 515.6687410533443\n", - "12:49:47\tCompleted 3349 to KZ354000: 1540.7216516450183\n", - "12:49:47\tCompleted 3363 to KZ195800: 1487.846805679768\n", - "12:49:48\tCompleted 3315 to KZ393600: 2469.7797784022405\n", - "12:49:48\tCompleted 3268 to KZ431000: 1672.7592833391793\n", - "12:49:48\tCompleted 3266 to KZ751110: 1199.6407323625679\n", - "12:49:48\tCompleted 3275 to KZ394400: 2494.2965888822023\n", - "12:49:48\tCompleted 3294 to KZ117000: 1623.5904718687707\n", - "12:49:48\tCompleted 3361 to KZ113600: 1766.9316266598858\n", - "12:49:48\tCompleted 3290 to KZ554200: 2397.2414344832655\n", - "12:49:48\tCompleted 3308 to KZ194800: 1743.955938668531\n", - "12:49:48\tCompleted 3326 to KZ591000: 1988.559616969949712:49:48\tCompleted 3355 to KZ315000: 551.6653950377859\n", - "\n", - "12:49:48\tCompleted 3313 to KZ156800: 1560.784121852836\n", - "12:49:48\tCompleted 3312 to KZ392000: 2692.246690089613\n", - "12:49:48\tCompleted 3345 to KZ791710: 238.13342740829845\n", - "12:49:48\tCompleted 3302 to KZ711310: 3333.6371996901294\n", - "12:49:49\tCompleted 3336 to KZ273200: 3408.1713626027795\n", - "12:49:49\tCompleted 3311 to KZ632400: 1825.541905042265\n", - "12:49:49\tCompleted 3343 to KZ354400: 1382.956298602803\n", - "12:49:49\tCompleted 3322 to KZ117000: 1650.3313882430211\n", - "12:49:49\tCompleted 3354 to KZ751210: 904.334451856833\n", - "12:49:49\tCompleted 3367 to KZ315600: 1153.7381920985288\n", - "12:49:49\tCompleted 3287 to KZ395200: 2354.3874986837477\n", - "12:49:49\tCompleted 3249 to KZ352400: 3585.6312664736897\n", - "12:49:49\tCompleted 3279 to KZ194800: 1769.4313783910898\n", - "12:49:49\tCompleted 3357 to KZ554600: 2192.070553398775\n", - "12:49:49\tCompleted 3290 to KZ791110: 268.89217552534404\n", - "12:49:49\tCompleted 3353 to KZ117000: 1742.9968689618217\n", - "12:49:49\tCompleted 3371 to KZ395800: 2460.010213295424\n", - "12:49:49\tCompleted 3314 to KZ751910: 4079.562690522823\n", - "12:49:50\tCompleted 3356 to KZ396200: 2247.6162159207383\n", - "12:49:50\tCompleted 3355 to KZ314200: 144.468751833899\n", - "12:49:50\tCompleted 3323 to KZ196000: 1461.5345451858275\n", - "12:49:50\tCompleted 3350 to KZ433200: 1531.5647925660996\n", - "12:49:50\tCompleted 3349 to KZ351000: 1474.6963662951825\n", - "12:49:50\tCompleted 3345 to KZ611600: 494.99396268342275\n", - "12:49:50\tCompleted 3269 to KZ595200: 3294.055771534849\n", - "12:49:50\tCompleted 3339 to KZ153200: 2983.285739526221\n", - "12:49:50\tCompleted 3266 to KZ751310: 1192.8123052378216\n", - "12:49:50\tCompleted 3275 to KZ433200: 1874.2672486049162\n", - "12:49:50\tCompleted 3298 to KZ475200: 4116.196308870466\n", - "12:49:50\tCompleted 3344 to KZ471000: 3306.276575780594\n", - "12:49:50\tCompleted 3367 to KZ316000: 629.3815942474021\n", - "12:49:50\tCompleted 3347 to KZ111010: 2192.2339931871147\n", - "12:49:51\tCompleted 3342 to KZ234800: 3253.4558312336762\n", - "12:49:51\tCompleted 3290 to KZ791310: 246.6106265649459\n", - "12:49:51\tCompleted 3354 to KZ751110: 912.0918111697137\n", - "12:49:51\tCompleted 3363 to KZ196000: 1674.6275610686882\n", - "12:49:51\tCompleted 3296 to KZ634400: 2379.4950866434924\n", - "12:49:51\tCompleted 3332 to KZ396400: 2186.9995964919744\n", - "12:49:51\tCompleted 3295 to KZ634800: 1730.552900206974\n", - "12:49:51\tCompleted 3244 to KZ556000: 3970.707994933323\n", - "12:49:51\tCompleted 3343 to KZ351800: 1386.0774671729757\n", - "12:49:51\tCompleted 3331 to KZ633800: 1977.8318819302606\n", - "12:49:51\tCompleted 3345 to KZ613600: 353.57471116135054\n", - "12:49:51\tCompleted 3281 to KZ234800: 2533.09236027542\n", - "12:49:51\tCompleted 3318 to KZ471000: 3198.136730219719\n", - "12:49:51\tCompleted 3306 to KZ275800: 2518.377961194217\n", - "12:49:51\tCompleted 3350 to KZ431900: 1012.5209596708809\n", - "12:49:52\tCompleted 3349 to KZ352000: 1024.6186428772085\n", - "12:49:52\tCompleted 3329 to KZ154600: 2478.042290281412\n", - "12:49:52\tCompleted 3323 to KZ191000: 1153.1453922927824\n", - "12:49:52\tCompleted 3257 to KZ551600: 1993.3910165939133\n", - "12:49:52\tCompleted 3288 to KZ591000: 2038.4392710336379\n", - "12:49:52\tCompleted 3320 to KZ554800: 4182.178324918747\n", - "12:49:52\tCompleted 3290 to KZ791510: 256.72840256121435\n", - "12:49:52\tCompleted 3361 to KZ113800: 1846.5497114159198\n", - "12:49:52\tCompleted 3267 to KZ633200: 2413.8013783112287\n", - "12:49:52\tCompleted 3294 to KZ114400: 1749.8303119773698\n", - "12:49:52\tCompleted 3367 to KZ316600: 860.5730855098853\n", - "12:49:52\tCompleted 3345 to KZ614000: 295.48136353117866\n", - "12:49:52\tCompleted 3296 to KZ313600: 768.9496063667793\n", - "12:49:52\tCompleted 3313 to KZ193200: 1825.578036196217\n", - "12:49:52\tCompleted 3327 to KZ275800: 2943.0538558205562\n", - "12:49:52\tCompleted 3276 to KZ271000: 3866.9547288986914\n", - "12:49:52\tCompleted 3250 to KZ554800: 4188.532026197085\n", - "12:49:52\tCompleted 3322 to KZ114400: 1776.5712283516202\n", - "12:49:52\tCompleted 3249 to KZ356000: 2860.6746398674313\n", - "12:49:52\tCompleted 3308 to KZ195600: 1820.7365064237406\n", - "12:49:52\tCompleted 3355 to KZ353200: 1549.6411902437842\n", - "12:49:53\tCompleted 3354 to KZ751310: 905.2633840449674\n", - "12:49:53\tCompleted 3275 to KZ431900: 2003.3185629016314\n", - "12:49:53\tCompleted 3274 to KZ395600: 2597.6035359112047\n", - "12:49:53\tCompleted 3324 to KZ636200: 2165.9225882552237\n", - "12:49:53\tCompleted 3353 to KZ114400: 1655.6557425515257\n", - "12:49:53\tCompleted 3295 to KZ633400: 1024.856259559353\n", - "12:49:53\tCompleted 3372 to KZ553600: 1955.48980247911\n", - "12:49:53\tCompleted 3334 to KZ475200: 4017.740078555096\n", - "12:49:53\tCompleted 3290 to KZ791710: 228.22846321092564\n", - "12:49:53\tCompleted 3350 to KZ434600: 1046.185530097261\n", - "12:49:53\tCompleted 3325 to KZ395800: 2784.4090753870028\n", - "12:49:53\tCompleted 3323 to KZ196200: 918.7382195014479\n", - "12:49:53\tCompleted 3363 to KZ191000: 1366.2384081756431\n", - "12:49:53\tCompleted 3351 to KZ556800: 2393.625420031136\n", - "12:49:53\tCompleted 3279 to KZ195600: 1846.2119461462994\n", - "12:49:54\tCompleted 3345 to KZ613900: 573.4046355476268\n", - "12:49:54\tCompleted 3367 to KZ316200: 595.3806840480763\n", - "12:49:54\tCompleted 3315 to KZ396400: 2691.1914250756\n", - "12:49:54\tCompleted 3374 to KZ113200: 1856.5423878307613\n", - "12:49:54\tCompleted 3348 to KZ231000: 3016.8056640061773\n", - "12:49:54\tCompleted 3296 to KZ314000: 588.6083201284217\n", - "12:49:54\tCompleted 3290 to KZ611600: 201.54404037148285\n", - "12:49:54\tCompleted 3326 to KZ595600: 2222.447203491871\n", - "12:49:54\tCompleted 3311 to KZ632800: 1823.4375664331922\n", - "12:49:54\tCompleted 3312 to KZ395600: 2569.4000393807\n", - "12:49:54\tCompleted 3269 to KZ591000: 3347.381463909998\n", - "12:49:54\tCompleted 3347 to KZ116000: 2161.0650743098586\n", - "12:49:54\tCompleted 3354 to KZ751410: 922.688362448608\n", - "12:49:55\tCompleted 3314 to KZ751510: 4068.078628421907\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:49:55\tCompleted 3302 to KZ555200: 4077.452058911273\n", - "12:49:55\tCompleted 3345 to KZ612000: 448.5435135263763\n", - "12:49:55\tCompleted 3350 to KZ434400: 1389.1349290589956\n", - "12:49:55\tCompleted 3275 to KZ434600: 2041.2180871518367\n", - "12:49:55\tCompleted 3287 to KZ391000: 2550.0937631927077\n", - "12:49:55\tCompleted 3290 to KZ613600: 231.59826100207107\n", - "12:49:55\tCompleted 3367 to KZ311000: 220.16256845687684\n", - "12:49:55\tCompleted 3363 to KZ196200: 1131.8312353843087\n", - "12:49:55\tCompleted 3323 to KZ192600: 1192.0891473214763\n", - "12:49:55\tCompleted 3357 to KZ555600: 2312.263215711731\n", - "12:49:55\tCompleted 3349 to KZ354800: 1944.8246079386663\n", - "12:49:56\tCompleted 3355 to KZ353600: 1545.3480754782702\n", - "12:49:56\tCompleted 3296 to KZ314800: 1050.670646597549\n", - "12:49:56\tCompleted 3336 to KZ274400: 3345.3000500895023\n", - "12:49:56\tCompleted 3339 to KZ153400: 2872.699082000542\n", - "12:49:56\tCompleted 3322 to KZ114600: 1884.97032073905\n", - "12:49:56\tCompleted 3308 to KZ195800: 1634.6233787908905\n", - "12:49:56\tCompleted 3295 to KZ633600: 1538.774021694211\n", - "12:49:56\tCompleted 3354 to KZ751710: 963.6763942175108\n", - "12:49:56\tCompleted 3345 to KZ614400: 499.93743498742907\n", - "12:49:56\tCompleted 3294 to KZ114600: 1858.2294043647996\n", - "12:49:56\tCompleted 3361 to KZ114500: 1920.3922065007414\n", - "12:49:56\tCompleted 3314 to KZ231000: 1266.294552340933\n", - "12:49:56\tCompleted 3350 to KZ431000: 730.8263466963525\n", - "12:49:56\tCompleted 3290 to KZ614000: 276.9570996746472\n", - "12:49:56\tCompleted 3371 to KZ392400: 2370.036293668158\n", - "12:49:57\tCompleted 3344 to KZ473600: 2887.301809757651\n", - "12:49:57\tCompleted 3324 to KZ636400: 1923.3367403752286\n", - "12:49:57\tCompleted 3279 to KZ195800: 1660.0988185134493\n", - "12:49:57\tCompleted 3367 to KZ315000: 632.8344425960985\n", - "12:49:57\tCompleted 3374 to KZ113400: 1686.254894897998\n", - "12:49:57\tCompleted 3356 to KZ396600: 2255.5350567119276\n", - "12:49:57\tCompleted 3298 to KZ471800: 3945.8060887097404\n", - "12:49:57\tCompleted 3331 to KZ634000: 2025.79946259924\n", - "12:49:57\tCompleted 3313 to KZ193400: 2030.4669132116576\n", - "12:49:57\tCompleted 3288 to KZ595600: 2272.3268575555544\n", - "12:49:57\tCompleted 3329 to KZ154800: 2313.049601293815\n", - "12:49:57\tCompleted 3275 to KZ434400: 2026.168983261492\n", - "12:49:57\tCompleted 3257 to KZ553200: 2112.339010000621\n", - "12:49:57\tCompleted 3296 to KZ315400: 737.909527917575\n", - "12:49:57\tCompleted 3355 to KZ351600: 1120.1382235018189\n", - "12:49:58\tCompleted 3342 to KZ235200: 3301.095678597044\n", - "12:49:58\tCompleted 3345 to KZ614600: 289.5890624559937\n", - "12:49:58\tCompleted 3318 to KZ473600: 2779.16196419677612:49:58\tCompleted 3249 to KZ354400: 3647.9799626216327\n", - "\n", - "12:49:58\tCompleted 3281 to KZ235200: 2580.732207638801\n", - "12:49:58\tCompleted 3363 to KZ192600: 1405.182163204337\n", - "12:49:58\tCompleted 3320 to KZ556400: 4120.631125806924\n", - "12:49:58\tCompleted 3323 to KZ196600: 1237.8048713767407\n", - "12:49:58\tCompleted 3290 to KZ613900: 524.8712266107242\n", - "12:49:58\tCompleted 3244 to KZ556800: 4171.395919805263\n", - "12:49:58\tCompleted 3332 to KZ394000: 2295.459875581286\n", - "12:49:58\tCompleted 3350 to KZ435200: 629.1322166354221\n", - "12:49:58\tCompleted 3354 to KZ751810: 909.9202382944599\n", - "12:49:58\tCompleted 3353 to KZ114600: 2005.7049932765622\n", - "12:49:58\tCompleted 3347 to KZ116400: 2283.46642206936512:49:58\tCompleted 3269 to KZ595600: 3195.6853127138997\n", - "\n", - "12:49:58\tCompleted 3326 to KZ596000: 1865.2622194387818\n", - "12:49:58\tCompleted 3343 to KZ393200: 2500.2549129162335\n", - "12:49:58\tCompleted 3372 to KZ552200: 2063.0151917585054\n", - "12:49:58\tCompleted 3250 to KZ556400: 4126.98482708526\n", - "12:49:58\tCompleted 3367 to KZ314200: 225.63779939221158\n", - "12:49:58\tCompleted 3314 to KZ234000: 1518.9775975576665\n", - "12:49:59\tCompleted 3349 to KZ355200: 1502.6948868699546\n", - "12:49:59\tCompleted 3311 to KZ636800: 1753.7101928532684\n", - "12:49:59\tCompleted 3295 to KZ633800: 1471.2735757664448\n", - "12:49:59\tCompleted 3290 to KZ612000: 20.697770576058836\n", - "12:49:59\tCompleted 3274 to KZ395800: 2899.9876113176883\n", - "12:49:59\tCompleted 3306 to KZ276000: 2934.208986949252\n", - "12:49:59\tCompleted 3345 to KZ614800: 771.2098678271019\n", - "12:50:00\tCompleted 3351 to KZ554800: 2398.320908075587\n", - "12:50:00\tCompleted 3276 to KZ274000: 4520.612912618194\n", - "12:50:00\tCompleted 3313 to KZ193600: 1330.401644259002\n", - "12:50:00\tCompleted 3334 to KZ471800: 3847.34985839437\n", - "12:50:00\tCompleted 3296 to KZ315600: 1375.9789789627594\n", - "12:50:00\tCompleted 3350 to KZ434800: 660.4584775517573\n", - "12:50:00\tCompleted 3325 to KZ392400: 2510.596001413334\n", - "12:50:00\tCompleted 3267 to KZ634800: 2898.247969721496\n", - "12:50:00\tCompleted 3323 to KZ194200: 873.2481846489767\n", - "12:50:00\tCompleted 3275 to KZ431000: 2363.803654616691\n", - "12:50:00\tCompleted 3315 to KZ394000: 2923.126274441421\n", - "12:50:00\tCompleted 3312 to KZ395800: 2871.784114787183\n", - "12:50:00\tCompleted 3354 to KZ751910: 931.0611546448682\n", - "12:50:00\tCompleted 3361 to KZ114000: 1856.5351929331828\n", - "12:50:00\tCompleted 3302 to KZ551600: 3810.885336925746\n", - "12:50:00\tCompleted 3290 to KZ614400: 451.40402605052657\n", - "12:50:00\tCompleted 3355 to KZ354000: 1628.937741463323\n", - "12:50:00\tCompleted 3327 to KZ276000: 3358.8848815755914\n", - "12:50:00\tCompleted 3374 to KZ113600: 1814.7260529680557\n", - "12:50:01\tCompleted 3308 to KZ196000: 1821.4041341798106\n", - "12:50:01\tCompleted 3345 to KZ615400: 512.3736349176523\n", - "12:50:01\tCompleted 3287 to KZ395400: 2593.4576581180204\n", - "12:50:01\tCompleted 3322 to KZ114800: 2243.2058500923604\n", - "12:50:01\tCompleted 3363 to KZ196600: 1450.8978872596015\n", - "12:50:01\tCompleted 3314 to KZ234200: 1925.8507362295707\n", - "12:50:01\tCompleted 3357 to KZ551000: 2175.740000171857\n", - "12:50:01\tCompleted 3288 to KZ596000: 1915.14187350247\n", - "12:50:01\tCompleted 3249 to KZ351800: 2882.66151376483612:50:01\tCompleted 3279 to KZ196000: 1846.8795739023694\n", - "\n", - "12:50:01\tCompleted 3356 to KZ394200: 1889.7875368738164\n", - "12:50:01\tCompleted 3298 to KZ593200: 1930.9152047306\n", - "12:50:01\tCompleted 3296 to KZ316000: 595.2519513537651\n", - "12:50:01\tCompleted 3257 to KZ553600: 1847.3486769344715\n", - "12:50:01\tCompleted 3323 to KZ751210: 820.6955557838196\n", - "12:50:01\tCompleted 3350 to KZ433600: 921.1286579008932\n", - "12:50:02\tCompleted 3367 to KZ353200: 1515.329415132688812:50:02\tCompleted 3290 to KZ614600: 167.18611841680655\n", - "\n", - "12:50:02\tCompleted 3324 to KZ631000: 2138.226928226666\n", - "12:50:02\tCompleted 3295 to KZ634000: 1468.3583183319818\n", - "12:50:02\tCompleted 3347 to KZ116800: 2071.0675683773584\n", - "12:50:02\tCompleted 3345 to KZ615200: 249.7902814193723\n", - "12:50:02\tCompleted 3313 to KZ194000: 1311.163443447759\n", - "12:50:02\tCompleted 3354 to KZ751510: 919.5770925439523\n", - "12:50:02\tCompleted 3349 to KZ355600: 1665.3215723631527\n", - "12:50:02\tCompleted 3339 to KZ153600: 3165.102842858063\n", - "12:50:03\tCompleted 3269 to KZ596000: 3285.339091043145\n", - "12:50:03\tCompleted 3363 to KZ194200: 1086.341200531837\n", - "12:50:03\tCompleted 3353 to KZ114800: 1894.7628142719768\n", - "12:50:03\tCompleted 3275 to KZ435200: 2454.6154480067426\n", - "12:50:03\tCompleted 3311 to KZ635800: 1804.336626568811\n", - "12:50:03\tCompleted 3343 to KZ393400: 2016.6639547532993\n", - "12:50:03\tCompleted 3323 to KZ751110: 828.4529150967003\n", - "12:50:03\tCompleted 3314 to KZ234600: 2041.0210346676524\n", - "12:50:03\tCompleted 3290 to KZ614800: 456.2904452160992\n", - "12:50:03\tCompleted 3350 to KZ434000: 685.1859083113508\n", - "12:50:03\tCompleted 3296 to KZ316600: 1082.813872374116\n", - "12:50:03\tCompleted 3294 to KZ114800: 2216.46493371811\n", - "12:50:03\tCompleted 3355 to KZ351000: 1560.5693103629796\n", - "12:50:04\tCompleted 3348 to KZ234000: 3225.4161413738652\n", - "12:50:04\tCompleted 3331 to KZ635400: 2470.705015181456\n", - "12:50:04\tCompleted 3308 to KZ191000: 1513.0149812867655\n", - "12:50:04\tCompleted 3372 to KZ554600: 2145.1916642603137\n", - "12:50:04\tCompleted 3345 to KZ616400: 1222.3828323154244\n", - "12:50:04\tCompleted 3349 to KZ352100: 1030.0251517600334\n", - "12:50:04\tCompleted 3329 to KZ155200: 2739.988264195568\n", - "12:50:04\tCompleted 3361 to KZ117000: 1779.1675363797867\n", - "12:50:04\tCompleted 3244 to KZ554800: 4175.3724806529812:50:04\tCompleted 3279 to KZ191000: 1538.4904210093243\n", - "\n", - "12:50:04\tCompleted 3334 to KZ593200: 1998.416557077479\n", - "12:50:04\tCompleted 3344 to KZ474200: 3333.925970824173\n", - "12:50:04\tCompleted 3320 to KZ554200: 4290.47602766012\n", - "12:50:04\tCompleted 3326 to KZ596200: 2177.2294795441167\n", - "12:50:04\tCompleted 3322 to KZ111010: 1780.557974522414\n", - "12:50:04\tCompleted 3336 to KZ275400: 4020.4884820465127\n", - "12:50:04\tCompleted 3363 to KZ751210: 1033.7885716666801\n", - "12:50:04\tCompleted 3290 to KZ615400: 408.3856011313566\n", - "12:50:05\tCompleted 3314 to KZ234800: 1259.4012484773075\n", - "12:50:05\tCompleted 3323 to KZ751310: 821.6244879719541\n", - "12:50:05\tCompleted 3374 to KZ113800: 1894.3441377240897\n", - "12:50:05\tCompleted 3318 to KZ474200: 3225.786125263298\n", - "12:50:05\tCompleted 3249 to KZ393200: 2959.33804715516412:50:05\tCompleted 3332 to KZ396800: 2310.0619502553163\n", - "\n", - "12:50:05\tCompleted 3274 to KZ392400: 2626.1745373440162\n", - "12:50:05\tCompleted 3296 to KZ316200: 624.6424192784555\n", - "12:50:05\tCompleted 3281 to KZ235600: 2675.769973659206\n", - "12:50:05\tCompleted 3342 to KZ235600: 3396.1334446174487\n", - "12:50:05\tCompleted 3347 to KZ111810: 2092.931661400483\n", - "12:50:05\tCompleted 3355 to KZ352000: 1129.6975320633596\n", - "12:50:05\tCompleted 3250 to KZ554200: 4296.829728938456\n", - "12:50:05\tCompleted 3325 to KZ396200: 2319.0190873871293\n", - "12:50:05\tCompleted 3345 to KZ615600: 890.0295902379852\n", - "12:50:05\tCompleted 3313 to KZ196400: 1744.3175501233625\n", - "12:50:06\tCompleted 3351 to KZ556400: 2336.0547817670326\n", - "12:50:06\tCompleted 3298 to KZ595800: 2034.8348147709771\n", - "12:50:06\tCompleted 3367 to KZ353600: 1626.5171230365836\n", - "12:50:06\tCompleted 3275 to KZ434800: 2376.181683730025\n", - "12:50:06\tCompleted 3290 to KZ615200: 218.88531746041807\n", - "12:50:06\tCompleted 3371 to KZ396200: 2325.699982080963\n", - "12:50:06\tCompleted 3308 to KZ196200: 1278.607808495431\n", - "12:50:06\tCompleted 3267 to KZ633400: 2166.025915050821\n", - "12:50:06\tCompleted 3315 to KZ396800: 2669.2187320018343\n", - "12:50:06\tCompleted 3357 to KZ556000: 2223.8613823798705\n", - "12:50:06\tCompleted 3295 to KZ635400: 1913.263870914215\n", - "12:50:06\tCompleted 3279 to KZ196200: 1304.0832482179899\n", - "12:50:06\tCompleted 3257 to KZ552200: 1954.8740662138669\n", - "12:50:06\tCompleted 3312 to KZ392400: 2597.9710408135115\n", - "12:50:06\tCompleted 3363 to KZ751110: 1041.5459309795608\n", - "12:50:06\tCompleted 3345 to KZ615800: 190.8668794902359\n", - "12:50:06\tCompleted 3269 to KZ596200: 3114.0339236015534\n", - "12:50:06\tCompleted 3314 to KZ235200: 1203.0083472748079\n", - "12:50:07\tCompleted 3323 to KZ751410: 839.0494663755946\n", - "12:50:07\tCompleted 3288 to KZ596200: 2302.141323173639\n", - "12:50:07\tCompleted 3349 to KZ352200: 1452.5028757863502\n", - "12:50:07\tCompleted 3296 to KZ311000: 442.4033553211074\n", - "12:50:07\tCompleted 3287 to KZ392000: 2710.381353198244\n", - "12:50:07\tCompleted 3353 to KZ111010: 1873.2234552412147\n", - "12:50:07\tCompleted 3306 to KZ276200: 2653.5952002153476\n", - "12:50:07\tCompleted 3311 to KZ636200: 1665.4195433385667\n", - "12:50:07\tCompleted 3302 to KZ553200: 3929.8333303324425\n", - "12:50:07\tCompleted 3276 to KZ274200: 4637.95840699773\n", - "12:50:07\tCompleted 3347 to KZ116600: 1606.2951404143432\n", - "12:50:07\tCompleted 3327 to KZ276200: 3078.271094841687\n", - "12:50:07\tCompleted 3313 to KZ196800: 1212.475947882182\n", - "12:50:08\tCompleted 3343 to KZ391600: 1883.7692156150738\n", - "12:50:08\tCompleted 3290 to KZ616400: 968.4970280739731\n", - "12:50:08\tCompleted 3324 to KZ634600: 2405.911553526951\n", - "12:50:08\tCompleted 3345 to KZ612600: 445.99700611116157\n", - "12:50:08\tCompleted 3361 to KZ114400: 1691.826409969490712:50:08\tCompleted 3331 to KZ635000: 1945.4315878490245\n", - "\n", - "12:50:08\tCompleted 3314 to KZ235600: 1317.4000238870105\n", - "12:50:08\tCompleted 3339 to KZ154000: 2916.679415683041\n", - "12:50:08\tCompleted 3322 to KZ116000: 1749.3890556451531\n", - "12:50:08\tCompleted 3296 to KZ315000: 855.0752294603292\n", - "12:50:08\tCompleted 3367 to KZ351600: 1201.3072710601323\n", - "12:50:08\tCompleted 3249 to KZ393400: 2586.021189297646\n", - "12:50:08\tCompleted 3323 to KZ751710: 880.0374981444975\n", - "12:50:08\tCompleted 3363 to KZ751310: 1034.7175038548146\n", - "12:50:08\tCompleted 3294 to KZ111010: 1753.8170581481636\n", - "12:50:08\tCompleted 3356 to KZ394400: 2317.793888199819\n", - "12:50:09\tCompleted 3320 to KZ791110: 3102.311084782853\n", - "12:50:09\tCompleted 3275 to KZ433600: 2191.825211879889\n", - "12:50:09\tCompleted 3295 to KZ635000: 1387.9904435817662\n", - "12:50:09\tCompleted 3334 to KZ595800: 2102.3361671178563\n", - "12:50:09\tCompleted 3290 to KZ615600: 659.4230574883527\n", - "12:50:09\tCompleted 3349 to KZ352300: 1148.030035396533\n", - "12:50:09\tCompleted 3308 to KZ192600: 1551.9587363154594\n", - "12:50:09\tCompleted 3345 to KZ616000: 155.76223473618546\n", - "12:50:09\tCompleted 3374 to KZ114500: 1968.1866328089113\n", - "12:50:09\tCompleted 3298 to KZ593400: 1844.222077418837\n", - "12:50:09\tCompleted 3279 to KZ192600: 1577.4341760380182\n", - "12:50:09\tCompleted 3314 to KZ233600: 1026.0667315104165\n", - "12:50:09\tCompleted 3355 to KZ354800: 1800.9006393756986\n", - "12:50:09\tCompleted 3313 to KZ191600: 1238.2739239422708\n", - "12:50:10\tCompleted 3296 to KZ314200: 447.87858625644213\n", - "12:50:10\tCompleted 3329 to KZ156400: 2319.2782638347617\n", - "12:50:10\tCompleted 3353 to KZ116000: 1606.0461528947726\n", - "12:50:10\tCompleted 3326 to KZ596400: 2047.3282467186539\n", - "12:50:10\tCompleted 3311 to KZ636400: 1422.8336954585639\n", - "12:50:10\tCompleted 3323 to KZ751810: 826.2813422214465\n", - "12:50:10\tCompleted 3290 to KZ615800: 298.1236471618617\n", - "12:50:10\tCompleted 3363 to KZ751410: 1052.1424822584552\n", - "12:50:10\tCompleted 3345 to KZ613800: 531.3760100685652\n", - "12:50:11\tCompleted 3277 to KZ113200: 1691.43200414473\n", - "12:50:11\tCompleted 3347 to KZ115600: 2257.0040096040293\n", - "12:50:11\tCompleted 3244 to KZ556400: 4113.825281541157\n", - "12:50:11\tCompleted 3250 to KZ791110: 3108.664786061189\n", - "12:50:11\tCompleted 3269 to KZ596400: 3709.69360368468\n", - "12:50:11\tCompleted 3274 to KZ396200: 2434.5976233178117\n", - "12:50:11\tCompleted 3332 to KZ394800: 2082.556148549712\n", - "12:50:11\tCompleted 3290 to KZ612600: 11.300000071525574\n", - "12:50:11\tCompleted 3313 to KZ195200: 1176.0389470769974\n", - "12:50:11\tCompleted 3318 to KZ474600: 2902.961564445216\n", - "12:50:11\tCompleted 3372 to KZ555600: 2396.445762622483\n", - "12:50:11\tCompleted 3356 to KZ433200: 1450.911386823136\n", - "12:50:11\tCompleted 3350 to KZ471000: 3118.1347789803217\n", - "12:50:11\tCompleted 3351 to KZ554200: 2531.8858175493347\n", - "12:50:11\tCompleted 3344 to KZ474600: 3011.101410006091\n", - "12:50:11\tCompleted 3354 to KZ231000: 2949.381190642093\n", - "12:50:11\tCompleted 3249 to KZ391600: 2845.217432548211\n", - "12:50:11\tCompleted 3331 to KZ632200: 1828.5074198479874\n", - "12:50:11\tCompleted 3288 to KZ596400: 2075.9363027734194\n", - "12:50:11\tCompleted 3323 to KZ751910: 847.4222585718549\n", - "12:50:12\tCompleted 3325 to KZ396600: 2326.9379281783185\n", - "12:50:12\tCompleted 3295 to KZ632200: 1463.031021988343\n", - "12:50:12\tCompleted 3336 to KZ273600: 3188.447741029051\n", - "12:50:12\tCompleted 3275 to KZ434000: 2927.0289050450497\n", - "12:50:12\tCompleted 3349 to KZ352800: 1426.732910280208\n", - "12:50:12\tCompleted 3363 to KZ751710: 1093.130514027358\n", - "12:50:12\tCompleted 3324 to KZ634400: 1998.06229407088812:50:12\tCompleted 3312 to KZ396200: 2406.394126787307\n", - "\n", - "12:50:12\tCompleted 3257 to KZ554600: 2037.0505387156766\n", - "12:50:12\tCompleted 3296 to KZ353200: 1448.0016414614458\n", - "12:50:12\tCompleted 3322 to KZ116400: 1871.7904034046724\n", - "12:50:12\tCompleted 3308 to KZ196600: 1597.6744603707239\n", - "12:50:12\tCompleted 3367 to KZ354000: 1611.488765720074\n", - "12:50:12\tCompleted 3281 to KZ233600: 2558.3865715150496\n", - "12:50:12\tCompleted 3320 to KZ791310: 3080.029535822453\n", - "12:50:12\tCompleted 3290 to KZ616000: 325.26286289446824\n", - "12:50:13\tCompleted 3357 to KZ556800: 2424.549307251808\n", - "12:50:13\tCompleted 3334 to KZ593400: 1911.723429765716\n", - "12:50:13\tCompleted 3342 to KZ233600: 3278.7500424733644\n", - "12:50:13\tCompleted 3351 to KZ791110: 122.17052308339515\n", - "12:50:13\tCompleted 3279 to KZ196600: 1623.1499000932827\n", - "12:50:13\tCompleted 3294 to KZ116000: 1722.6481392709027\n", - "12:50:13\tCompleted 3361 to KZ114600: 2041.8756606945271\n", - "12:50:13\tCompleted 3355 to KZ355200: 1607.7737760561058\n", - "12:50:13\tCompleted 3267 to KZ633600: 2354.6473697152096\n", - "12:50:13\tCompleted 3287 to KZ395600: 2587.5347024893313\n", - "12:50:13\tCompleted 3275 to KZ471000: 237.2291996427987\n", - "12:50:13\tCompleted 3356 to KZ431900: 931.867553927917\n", - "12:50:13\tCompleted 3374 to KZ114000: 1904.3296192413527\n", - "12:50:13\tCompleted 3371 to KZ396600: 2333.618822872152\n", - "12:50:13\tCompleted 3302 to KZ553600: 3880.8363285674195\n", - "12:50:13\tCompleted 3324 to KZ313600: 381.61731885753653\n", - "12:50:13\tCompleted 3298 to KZ594200: 2024.0798264823484\n", - "12:50:13\tCompleted 3323 to KZ751510: 835.9381964709389\n", - "12:50:13\tCompleted 3311 to KZ631000: 1637.7238833100105\n", - "12:50:14\tCompleted 3277 to KZ113400: 1482.6529330425587\n", - "12:50:14\tCompleted 3348 to KZ234200: 3676.361847894801\n", - "12:50:14\tCompleted 3290 to KZ613800: 482.84260113166266\n", - "12:50:14\tCompleted 3351 to KZ791310: 78.630291202786312:50:14\tCompleted 3363 to KZ751810: 1039.374358104307\n", - "\n", - "12:50:14\tCompleted 3315 to KZ394800: 2847.8733006998923\n", - "12:50:14\tCompleted 3339 to KZ154200: 3219.3154546523633\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:50:14\tCompleted 3327 to KZ271000: 3095.9640502559027\n", - "12:50:14\tCompleted 3343 to KZ393600: 2354.3132471096546\n", - "12:50:14\tCompleted 3324 to KZ314000: 190.40740340164308\n", - "12:50:14\tCompleted 3313 to KZ195000: 1627.6690506176826\n", - "12:50:14\tCompleted 3308 to KZ194200: 1233.1177736429586\n", - "12:50:14\tCompleted 3353 to KZ116400: 1954.6241120082316\n", - "12:50:15\tCompleted 3275 to KZ473600: 718.5698474360715\n", - "12:50:15\tCompleted 3349 to KZ356400: 1426.7240289484323\n", - "12:50:15\tCompleted 3249 to KZ393600: 2726.7061580845725\n", - "12:50:15\tCompleted 3279 to KZ194200: 1258.5932133655174\n", - "12:50:15\tCompleted 3306 to KZ271000: 2671.2881556295633\n", - "12:50:15\tCompleted 3356 to KZ434600: 965.5321243542974\n", - "12:50:15\tCompleted 3269 to KZ594600: 3221.509584019419\n", - "12:50:15\tCompleted 3347 to KZ115200: 2450.486124090286\n", - "12:50:15\tCompleted 3351 to KZ791510: 55.74979163113319\n", - "12:50:15\tCompleted 3322 to KZ116800: 1659.3915497126466\n", - "12:50:15\tCompleted 3295 to KZ635200: 1653.5954913747942\n", - "12:50:16\tCompleted 3250 to KZ791310: 3086.383237100789\n", - "12:50:16\tCompleted 3314 to KZ633200: 4619.7506621085395\n", - "12:50:16\tCompleted 3363 to KZ751910: 1060.5152744547154\n", - "12:50:16\tCompleted 3326 to KZ594600: 2231.53550023722\n", - "12:50:16\tCompleted 3275 to KZ474200: 248.0756108104438\n", - "12:50:16\tCompleted 3324 to KZ314800: 669.2378540249184\n", - "12:50:16\tCompleted 3329 to KZ155600: 2491.958137873661\n", - "12:50:16\tCompleted 3367 to KZ351000: 1545.4634803702384\n", - "12:50:16\tCompleted 3320 to KZ791510: 3090.1473118187214\n", - "12:50:16\tCompleted 3361 to KZ114800: 1848.4172303119985\n", - "12:50:16\tCompleted 3351 to KZ791710: 53.97361131410065\n", - "12:50:16\tCompleted 3355 to KZ355600: 1770.4004615493038\n", - "12:50:16\tCompleted 3296 to KZ353600: 1848.7579099008144\n", - "12:50:17\tCompleted 3288 to KZ594600: 2281.4151543009057\n", - "12:50:17\tCompleted 3308 to KZ751210: 1180.565144777802512:50:17\tCompleted 3274 to KZ396600: 2442.516464109001\n", - "\n", - "12:50:17\tCompleted 3372 to KZ551000: 2138.1077866088795\n", - "12:50:17\tCompleted 3294 to KZ116400: 1845.049487030422\n", - "12:50:17\tCompleted 3356 to KZ434400: 1308.4815233160318\n", - "12:50:17\tCompleted 3279 to KZ751210: 1206.0405845003613\n", - "12:50:17\tCompleted 3374 to KZ117000: 1826.9619626879567\n", - "12:50:17\tCompleted 3313 to KZ194400: 1445.4539771587085\n", - "12:50:17\tCompleted 3244 to KZ554200: 4283.670183394352\n", - "12:50:17\tCompleted 3342 to KZ633200: 1772.0313059706239\n", - "12:50:17\tCompleted 3277 to KZ113600: 1757.925662089195612:50:17\tCompleted 3334 to KZ594200: 2091.581178829227\n", - "\n", - "12:50:17\tCompleted 3324 to KZ315400: 356.4767353449445\n", - "12:50:17\tCompleted 3275 to KZ474600: 325.2881529290885\n", - "12:50:17\tCompleted 3363 to KZ751510: 1049.0312123537994\n", - "12:50:18\tCompleted 3349 to KZ352400: 1510.9984044956109\n", - "12:50:18\tCompleted 3249 to KZ396400: 2606.1200465176266\n", - "12:50:18\tCompleted 3312 to KZ396600: 2414.312967578496\n", - "12:50:18\tCompleted 3332 to KZ395000: 2416.6919286443303\n", - "12:50:18\tCompleted 3325 to KZ394200: 2631.976195406147\n", - "12:50:18\tCompleted 3311 to KZ634600: 1905.4085086103078\n", - "12:50:18\tCompleted 3351 to KZ611600: 306.44236840509416\n", - "12:50:18\tCompleted 3371 to KZ394200: 1967.8713030340452\n", - "12:50:18\tCompleted 3331 to KZ635200: 2211.0366356420427\n", - "12:50:18\tCompleted 3355 to KZ352100: 886.1011831970667\n", - "12:50:18\tCompleted 3356 to KZ431000: 650.1729409533887\n", - "12:50:18\tCompleted 3353 to KZ116800: 1752.0570304314472\n", - "12:50:18\tCompleted 3298 to KZ596600: 2124.965344059111\n", - "12:50:18\tCompleted 3295 to KZ632400: 1522.5510492242915\n", - "12:50:18\tCompleted 3345 to KZ273200: 3232.874955369208212:50:18\tCompleted 3367 to KZ352000: 1095.3857569522643\n", - "\n", - "12:50:18\tCompleted 3302 to KZ552200: 3772.3683865457065\n", - "12:50:18\tCompleted 3275 to KZ475000: 294.8923567735979\n", - "12:50:19\tCompleted 3257 to KZ555600: 2388.398958954945\n", - "12:50:19\tCompleted 3326 to KZ711110: 1519.8804921951469\n", - "12:50:19\tCompleted 3287 to KZ395800: 2889.918777895815\n", - "12:50:19\tCompleted 3322 to KZ111810: 1681.2556427357754\n", - "12:50:19\tCompleted 3357 to KZ554800: 2429.244795296259\n", - "12:50:19\tCompleted 3344 to KZ475000: 3381.430436755868412:50:19\tCompleted 3308 to KZ751110: 1188.3225040906832\n", - "\n", - "12:50:19\tCompleted 3296 to KZ351600: 1423.548057924363\n", - "12:50:19\tCompleted 3351 to KZ613600: 174.7461616126705\n", - "12:50:19\tCompleted 3324 to KZ315600: 994.5461863901289\n", - "12:50:19\tCompleted 3350 to KZ473600: 2699.1600129573785\n", - "12:50:19\tCompleted 3313 to KZ194600: 1455.970943163215\n", - "12:50:19\tCompleted 3318 to KZ475000: 3273.2905911949933\n", - "12:50:19\tCompleted 3356 to KZ435200: 548.4788108924583\n", - "12:50:19\tCompleted 3288 to KZ711110: 1529.6474478866267\n", - "12:50:19\tCompleted 3250 to KZ791510: 3096.5010130970572\n", - "12:50:20\tCompleted 3336 to KZ276600: 3270.272987728037\n", - "12:50:20\tCompleted 3281 to KZ633200: 2422.9979335990324\n", - "12:50:20\tCompleted 3269 to KZ711110: 3357.6762807778973\n", - "12:50:20\tCompleted 3349 to KZ356000: 1309.126422619807\n", - "12:50:20\tCompleted 3275 to KZ475200: 465.1556456259373\n", - "12:50:20\tCompleted 3315 to KZ395000: 2775.8487103908483\n", - "12:50:20\tCompleted 3294 to KZ116800: 1632.6506333383961\n", - "12:50:20\tCompleted 3351 to KZ614000: 122.187528913642\n", - "12:50:20\tCompleted 3347 to KZ115400: 2671.058895955937\n", - "12:50:20\tCompleted 3374 to KZ114400: 1739.6208362776606\n", - "12:50:20\tCompleted 3329 to KZ156800: 1993.9379820942816\n", - "12:50:20\tCompleted 3320 to KZ791710: 3061.647372468435\n", - "12:50:20\tCompleted 3361 to KZ111010: 1909.3941226591796\n", - "12:50:20\tCompleted 3267 to KZ633800: 2582.115092606912\n", - "12:50:20\tCompleted 3339 to KZ156000: 2792.5646870205837\n", - "12:50:20\tCompleted 3375 to KZ194800: 1827.418575589507\n", - "12:50:20\tCompleted 3324 to KZ316000: 433.4528353120627\n", - "12:50:21\tCompleted 3311 to KZ634400: 1497.5592491542252\n", - "12:50:21\tCompleted 3249 to KZ394000: 2673.8211728444185\n", - "12:50:21\tCompleted 3244 to KZ791110: 3095.505240517087\n", - "12:50:21\tCompleted 3356 to KZ434800: 579.8050718087934\n", - "12:50:21\tCompleted 3343 to KZ396400: 2512.7871436385594\n", - "12:50:21\tCompleted 3355 to KZ352200: 1557.5817649725013\n", - "12:50:21\tCompleted 3308 to KZ751310: 1181.494076965937\n", - "12:50:21\tCompleted 3322 to KZ116600: 1184.7945761865822\n", - "12:50:21\tCompleted 3275 to KZ471800: 31.880108292580086\n", - "12:50:21\tCompleted 3295 to KZ632800: 1520.4467106152188\n", - "12:50:21\tCompleted 3326 to KZ711410: 1520.0532952492565\n", - "12:50:22\tCompleted 3351 to KZ613900: 398.93922805483624\n", - "12:50:22\tCompleted 3277 to KZ113800: 1937.2716867580957\n", - "12:50:22\tCompleted 3354 to KZ234000: 3157.991668009781\n", - "12:50:22\tCompleted 3332 to KZ395200: 1884.3307018052055\n", - "12:50:22\tCompleted 3334 to KZ596600: 2192.466696405982512:50:22\tCompleted 3349 to KZ354400: 1268.7640150691816\n", - "\n", - "12:50:22\tCompleted 3296 to KZ354000: 1544.160992048831\n", - "12:50:22\tCompleted 3324 to KZ316600: 701.3810798014854\n", - "12:50:22\tCompleted 3311 to KZ313600: 691.7239568743977\n", - "12:50:22\tCompleted 3353 to KZ111810: 1773.921123454576\n", - "12:50:22\tCompleted 3323 to KZ231000: 3055.196850499671\n", - "12:50:22\tCompleted 3356 to KZ433600: 840.4752521579294\n", - "12:50:22\tCompleted 3372 to KZ556000: 2186.229168816893\n", - "12:50:22\tCompleted 3327 to KZ274000: 3749.6222339754086\n", - "12:50:22\tCompleted 3314 to KZ634800: 5163.607635319602\n", - "12:50:22\tCompleted 3274 to KZ394200: 2814.369278901591\n", - "12:50:22\tCompleted 3288 to KZ711410: 1555.7599479701382\n", - "12:50:23\tCompleted 3290 to KZ273200: 2786.659572883877\n", - "12:50:23\tCompleted 3298 to KZ595000: 1959.4053627468147\n", - "12:50:23\tCompleted 3313 to KZ194800: 1724.0865952172182\n", - "12:50:23\tCompleted 3331 to KZ632400: 2079.9921934915496\n", - "12:50:23\tCompleted 3351 to KZ612000: 284.6380089934475\n", - "12:50:23\tCompleted 3329 to KZ193200: 1393.4526031272019\n", - "12:50:23\tCompleted 3342 to KZ634800: 2256.477897380916\n", - "12:50:23\tCompleted 3355 to KZ352300: 1290.1966446466195\n", - "12:50:23\tCompleted 3308 to KZ751410: 1198.9190553695776\n", - "12:50:23\tCompleted 3250 to KZ791710: 3068.001073746771\n", - "12:50:23\tCompleted 3311 to KZ314000: 550.0805927260083\n", - "12:50:23\tCompleted 3348 to KZ234600: 3791.5321463328555\n", - "12:50:23\tCompleted 3324 to KZ316200: 352.3925275994277\n", - "12:50:23\tCompleted 3361 to KZ116000: 1642.2168203127376\n", - "12:50:23\tCompleted 3257 to KZ551000: 2029.9666610642491\n", - "12:50:23\tCompleted 3306 to KZ274000: 3324.9463393490905\n", - "12:50:23\tCompleted 3353 to KZ116600: 404.58934904972074\n", - "12:50:23\tCompleted 3294 to KZ111810: 1654.514726361525\n", - "12:50:23\tCompleted 3349 to KZ351800: 1123.2310455233096\n", - "12:50:24\tCompleted 3302 to KZ554600: 3828.558725118399\n", - "12:50:24\tCompleted 3356 to KZ434000: 604.5325025683869\n", - "12:50:24\tCompleted 3312 to KZ394200: 2786.1657823710843\n", - "12:50:24\tCompleted 3269 to KZ711410: 3347.810501598871\n", - "12:50:24\tCompleted 3367 to KZ354800: 1882.069686934012\n", - "12:50:24\tCompleted 3326 to KZ711210: 1489.698909582841\n", - "12:50:24\tCompleted 3249 to KZ396800: 2805.2929736347483\n", - "12:50:24\tCompleted 3295 to KZ636800: 1450.719337035295\n", - "12:50:24\tCompleted 3320 to KZ611600: 3010.8220336157715\n", - "12:50:24\tCompleted 3325 to KZ394400: 2855.7355180668123\n", - "12:50:24\tCompleted 3351 to KZ614400: 325.4720274946386\n", - "12:50:24\tCompleted 3375 to KZ195600: 1904.1991433447167\n", - "12:50:24\tCompleted 3296 to KZ351000: 1478.1357066989954\n", - "12:50:24\tCompleted 3287 to KZ392400: 2616.1057039221428\n", - "12:50:24\tCompleted 3311 to KZ314800: 168.73480910825396\n", - "12:50:24\tCompleted 3324 to KZ311000: 65.11269837220806\n", - "12:50:25\tCompleted 3244 to KZ791310: 3073.223691556687\n", - "12:50:25\tCompleted 3357 to KZ556400: 2366.9786689877046\n", - "12:50:25\tCompleted 3275 to KZ593200: 3085.2211858685555\n", - "12:50:25\tCompleted 3322 to KZ115600: 1845.3279909393302\n", - "12:50:25\tCompleted 3315 to KZ395200: 2307.813225316011\n", - "12:50:25\tCompleted 3308 to KZ751710: 1239.9070871384804\n", - "12:50:25\tCompleted 3294 to KZ116600: 1149.8899080729443\n", - "12:50:25\tCompleted 3288 to KZ711210: 1556.9217093970367\n", - "12:50:25\tCompleted 3351 to KZ614600: 100.95290077494252\n", - "12:50:26\tCompleted 3345 to KZ274400: 3170.0036428559274\n", - "12:50:26\tCompleted 3311 to KZ315400: 212.74693709918006\n", - "12:50:26\tCompleted 3363 to KZ231000: 2841.252049092847\n", - "12:50:26\tCompleted 3374 to KZ114600: 2089.670087002697\n", - "12:50:26\tCompleted 3277 to KZ114500: 1804.3937022121304\n", - "12:50:26\tCompleted 3329 to KZ193400: 1598.3414801426425\n", - "12:50:26\tCompleted 3324 to KZ315000: 473.6424368876984\n", - "12:50:26\tCompleted 3355 to KZ352800: 1531.8117994663592\n", - "12:50:26\tCompleted 3334 to KZ595000: 2026.9067150936937\n", - "12:50:26\tCompleted 3342 to KZ633400: 1524.2558427101906\n", - "12:50:26\tCompleted 3296 to KZ352000: 1028.0579832810213\n", - "12:50:26\tCompleted 3347 to KZ151000: 3531.4944746131487\n", - "12:50:26\tCompleted 3350 to KZ474200: 3145.7841740239005\n", - "12:50:27\tCompleted 3326 to KZ711310: 1511.2912981214301\n", - "12:50:27\tCompleted 3313 to KZ195600: 1800.8671629724279\n", - "12:50:27\tCompleted 3371 to KZ394400: 2395.8776543600457\n", - "12:50:27\tCompleted 3318 to KZ475200: 3284.1335519790427\n", - "12:50:27\tCompleted 3339 to KZ154600: 3090.7021177656984\n", - "12:50:27\tCompleted 3311 to KZ315600: 699.0640794653666\n", - "12:50:27\tCompleted 3331 to KZ632800: 1885.9231084748633\n", - "12:50:27\tCompleted 3351 to KZ614800: 582.6582735487734\n", - "12:50:27\tCompleted 3344 to KZ475200: 3392.273397539918\n", - "12:50:27\tCompleted 3324 to KZ314200: 64.99137802864841\n", - "12:50:27\tCompleted 3298 to KZ593600: 2073.9539670311083\n", - "12:50:27\tCompleted 3332 to KZ391000: 2138.728898461550712:50:27\tCompleted 3295 to KZ635800: 1501.3457707508376\n", - "\n", - "12:50:27\tCompleted 3343 to KZ394000: 2621.247422727882\n", - "12:50:27\tCompleted 3375 to KZ195800: 1718.0860157118666\n", - "12:50:27\tCompleted 3367 to KZ355200: 1573.4620009450105\n", - "12:50:27\tCompleted 3249 to KZ394800: 2548.3701013823097\n", - "12:50:27\tCompleted 3281 to KZ634800: 2949.6148747453726\n", - "12:50:27\tCompleted 3308 to KZ751810: 1186.150931215429412:50:27\tCompleted 3329 to KZ193600: 898.2762111899901\n", - "\n", - "12:50:27\tCompleted 3361 to KZ116400: 1990.7947794261966\n", - "12:50:28\tCompleted 3336 to KZ275000: 3135.97064483037\n", - "12:50:28\tCompleted 3244 to KZ791510: 3083.3414675529552\n", - "12:50:28\tCompleted 3320 to KZ613600: 3065.0171702595812\n", - "12:50:28\tCompleted 3355 to KZ356400: 1282.8000603854655\n", - "12:50:28\tCompleted 3351 to KZ615400: 336.1951282738944\n", - "12:50:28\tCompleted 3269 to KZ711210: 3345.1662710408477\n", - "12:50:28\tCompleted 3311 to KZ316000: 811.3135748819508\n", - "12:50:28\tCompleted 3314 to KZ633400: 4519.469887665997\n", - "12:50:28\tCompleted 3288 to KZ711310: 1568.7790688529685\n", - "12:50:28\tCompleted 3353 to KZ115600: 1937.9934716581308\n", - "12:50:28\tCompleted 3267 to KZ634000: 2636.0533878465135\n", - "12:50:28\tCompleted 3257 to KZ556000: 2078.0880432722643\n", - "12:50:29\tCompleted 3376 to KZ634400: 2250.3939100860584\n", - "12:50:29\tCompleted 3274 to KZ394400: 2971.3140539974947\n", - "12:50:29\tCompleted 3294 to KZ115600: 1818.5870745650798\n", - "12:50:29\tCompleted 3329 to KZ194000: 879.0380103787438\n", - "12:50:29\tCompleted 3349 to KZ393200: 2237.4084912665858\n", - "12:50:29\tCompleted 3322 to KZ115200: 2038.8101054255924\n", - "12:50:29\tCompleted 3313 to KZ195800: 1614.7540353395777\n", - "12:50:29\tCompleted 3325 to KZ433200: 2193.10004535548\n", - "12:50:29\tCompleted 3372 to KZ556800: 2386.9170936888304\n", - "12:50:30\tCompleted 3302 to KZ555600: 4392.589575612232\n", - "12:50:30\tCompleted 3277 to KZ114000: 1751.333056005956\n", - "12:50:30\tCompleted 3287 to KZ396200: 2424.528789895938\n", - "12:50:30\tCompleted 3290 to KZ274400: 2723.788260370574\n", - "12:50:30\tCompleted 3351 to KZ615200: 65.63046532517444\n", - "12:50:30\tCompleted 3275 to KZ595800: 3457.2332024880493\n", - "12:50:30\tCompleted 3295 to KZ636200: 1362.4286875205933\n", - "12:50:30\tCompleted 3308 to KZ751910: 1207.2918475658378\n", - "12:50:30\tCompleted 3327 to KZ274200: 3866.9677283548754\n", - "12:50:30\tCompleted 3324 to KZ353200: 1504.6655406321925\n", - "12:50:30\tCompleted 3311 to KZ316600: 405.51196721345707\n", - "12:50:30\tCompleted 3376 to KZ313600: 639.8484298093382\n", - "12:50:30\tCompleted 3374 to KZ114800: 1952.8271937881773\n", - "12:50:30\tCompleted 3315 to KZ391000: 2503.519489824973\n", - "12:50:30\tCompleted 3312 to KZ394400: 2943.11055746699\n", - "12:50:30\tCompleted 3334 to KZ593600: 2141.455319377987\n", - "12:50:31\tCompleted 3249 to KZ395000: 2867.2814261806034\n", - "12:50:31\tCompleted 3323 to KZ234000: 3263.807327867359\n", - "12:50:31\tCompleted 3371 to KZ433200: 1528.995152983368\n", - "12:50:31\tCompleted 3296 to KZ354800: 2026.991945339621\n", - "12:50:31\tCompleted 3361 to KZ116800: 1788.2276978494122\n", - "12:50:31\tCompleted 3354 to KZ234200: 3608.9373745307166\n", - "12:50:31\tCompleted 3375 to KZ196000: 1904.8667711007868\n", - "12:50:31\tCompleted 3342 to KZ633600: 1939.538540350558\n", - "12:50:31\tCompleted 3356 to KZ471000: 3037.481373237358\n", - "12:50:31\tCompleted 3329 to KZ196400: 1312.1921170543474\n", - "12:50:31\tCompleted 3355 to KZ352400: 1615.9424163752738\n", - "12:50:31\tCompleted 3348 to KZ234800: 2925.2335221684716\n", - "12:50:31\tCompleted 3376 to KZ314000: 459.50714357098053\n", - "12:50:31\tCompleted 3311 to KZ316200: 843.5288769742418\n", - "12:50:31\tCompleted 3295 to KZ636400: 1119.8428396405827\n", - "12:50:32\tCompleted 3298 to KZ595200: 2071.404100088343\n", - "12:50:32\tCompleted 3357 to KZ554200: 2572.05638034549\n", - "12:50:32\tCompleted 3320 to KZ614000: 3110.3760089321545\n", - "12:50:32\tCompleted 3244 to KZ791710: 3054.841528202669\n", - "12:50:32\tCompleted 3351 to KZ616400: 1033.8312380370958\n", - "12:50:32\tCompleted 3347 to KZ153200: 3535.9110580417737\n", - "12:50:32\tCompleted 3367 to KZ355600: 1736.0886864382085\n", - "12:50:32\tCompleted 3331 to KZ636800: 2008.1604813025533\n", - "12:50:32\tCompleted 3308 to KZ751510: 1195.8077854649218\n", - "12:50:32\tCompleted 3324 to KZ353600: 1467.3251173281828\n", - "12:50:32\tCompleted 3269 to KZ711310: 3335.426330347962\n", - "12:50:32\tCompleted 3339 to KZ154800: 2925.7094287780983\n", - "12:50:33\tCompleted 3326 to KZ555200: 2252.9156029795577\n", - "12:50:33\tCompleted 3329 to KZ196800: 780.3505148131673\n", - "12:50:33\tCompleted 3376 to KZ314800: 921.5694700401077\n", - "12:50:33\tCompleted 3306 to KZ274200: 3442.291833728536\n", - "12:50:33\tCompleted 3357 to KZ791110: 157.86474029270255\n", - "12:50:33\tCompleted 3371 to KZ431900: 1009.951320088149\n", - "12:50:33\tCompleted 3353 to KZ115200: 1911.4920661958333\n", - "12:50:33\tCompleted 3311 to KZ311000: 448.9432471048213\n", - "12:50:33\tCompleted 3277 to KZ117000: 1673.96539945256\n", - "12:50:33\tCompleted 3288 to KZ555200: 1776.1267070911404\n", - "12:50:33\tCompleted 3349 to KZ393400: 1753.8175331036332\n", - "12:50:33\tCompleted 3332 to KZ395400: 2186.5964514946268\n", - "12:50:33\tCompleted 3328 to KZ113200: 1950.753997107532\n", - "12:50:33\tCompleted 3350 to KZ474600: 2822.9596132058186\n", - "12:50:33\tCompleted 3296 to KZ355200: 1506.1342272737675\n", - "12:50:33\tCompleted 3325 to KZ431900: 1674.0562124602607\n", - "12:50:33\tCompleted 3318 to KZ471800: 3113.743331818317\n", - "12:50:33\tCompleted 3345 to KZ275400: 3845.192074812938\n", - "12:50:33\tCompleted 3375 to KZ191000: 1596.4776182077417\n", - "12:50:33\tCompleted 3313 to KZ196000: 1801.534790728498\n", - "12:50:34\tCompleted 3351 to KZ615600: 794.0674405544263\n", - "12:50:34\tCompleted 3355 to KZ356000: 1451.2930318698934\n", - "12:50:34\tCompleted 3367 to KZ352100: 967.2702307553792\n", - "12:50:34\tCompleted 3363 to KZ234000: 3049.862526460535\n", - "12:50:34\tCompleted 3324 to KZ351600: 1042.1152653517315\n", - "12:50:34\tCompleted 3294 to KZ115200: 2012.069189051342\n", - "12:50:34\tCompleted 3295 to KZ631000: 1334.733027492037\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:50:34\tCompleted 3249 to KZ395200: 2899.9031483949034\n", - "12:50:34\tCompleted 3357 to KZ791310: 114.32450841209366\n", - "12:50:34\tCompleted 3322 to KZ115400: 2259.3828772912434\n", - "12:50:34\tCompleted 3343 to KZ396800: 2635.8494974019045\n", - "12:50:34\tCompleted 3344 to KZ471800: 3221.883177379192\n", - "12:50:34\tCompleted 3281 to KZ633400: 2217.3928200746914\n", - "12:50:34\tCompleted 3329 to KZ191600: 806.1484908732558\n", - "12:50:34\tCompleted 3311 to KZ315000: 566.152063338455\n", - "12:50:34\tCompleted 3376 to KZ315400: 608.8083513601338\n", - "12:50:34\tCompleted 3314 to KZ633600: 4290.2945470775285\n", - "12:50:35\tCompleted 3374 to KZ111010: 1957.1885489673496\n", - "12:50:35\tCompleted 3275 to KZ593400: 3468.9088900012484\n", - "12:50:35\tCompleted 3371 to KZ434600: 1043.6158905145294\n", - "12:50:35\tCompleted 3361 to KZ111810: 1810.091790872541\n", - "12:50:35\tCompleted 3287 to KZ396600: 2432.4476306871275\n", - "12:50:35\tCompleted 3351 to KZ615800: 79.5124458881976\n", - "12:50:35\tCompleted 3334 to KZ595200: 2138.90545243522\n", - "12:50:35\tCompleted 3244 to KZ611600: 3004.0161893500053\n", - "12:50:35\tCompleted 3257 to KZ556800: 2278.7759681442\n", - "12:50:35\tCompleted 3357 to KZ791510: 91.44400884044057\n", - "12:50:35\tCompleted 3342 to KZ633800: 1946.3157348369466\n", - "12:50:35\tCompleted 3274 to KZ433200: 2512.0142922274285\n", - "12:50:35\tCompleted 3311 to KZ314200: 450.3574606671944\n", - "12:50:36\tCompleted 3375 to KZ196200: 1362.0704454164072\n", - "12:50:36\tCompleted 3329 to KZ195200: 743.9135140079825\n", - "12:50:36\tCompleted 3320 to KZ613900: 3347.2960061018816\n", - "12:50:36\tCompleted 3336 to KZ274800: 3671.4755562137852\n", - "12:50:36\tCompleted 3355 to KZ354400: 1373.8429042553328\n", - "12:50:36\tCompleted 3361 to KZ116600: 440.7600164676856\n", - "12:50:36\tCompleted 3349 to KZ391600: 1620.9227939654077\n", - "12:50:36\tCompleted 3315 to KZ395400: 2546.8833847502856\n", - "12:50:36\tCompleted 3312 to KZ433200: 2432.042390125749\n", - "12:50:36\tCompleted 3376 to KZ315600: 1246.877802405318\n", - "12:50:36\tCompleted 3307 to KZ113200: 1652.371290099472\n", - "12:50:36\tCompleted 3351 to KZ612600: 257.3608444301102\n", - "12:50:36\tCompleted 3298 to KZ591000: 1961.6198288408823\n", - "12:50:36\tCompleted 3313 to KZ191000: 1493.1456378354528\n", - "12:50:36\tCompleted 3328 to KZ113400: 1741.9749260053609\n", - "12:50:36\tCompleted 3372 to KZ554800: 2391.6125817332813\n", - "12:50:36\tCompleted 3296 to KZ355600: 1668.7609127669655\n", - "12:50:36\tCompleted 3267 to KZ635400: 3080.958940428723\n", - "12:50:36\tCompleted 3277 to KZ114400: 1800.205239561159\n", - "12:50:37\tCompleted 3324 to KZ354000: 1550.9147833132356\n", - "12:50:37\tCompleted 3357 to KZ791710: 89.66782852340803\n", - "12:50:37\tCompleted 3367 to KZ352200: 1523.269989861406\n", - "12:50:37\tCompleted 3331 to KZ635800: 2058.786915018096\n", - "12:50:37\tCompleted 3325 to KZ434600: 1707.720782886641\n", - "12:50:37\tCompleted 3353 to KZ115400: 1888.8714035977396\n", - "12:50:37\tCompleted 3326 to KZ551600: 1986.348880994024\n", - "12:50:37\tCompleted 3249 to KZ391000: 2757.048670123306\n", - "12:50:37\tCompleted 3295 to KZ634600: 1602.4176527923344\n", - "12:50:37\tCompleted 3371 to KZ434400: 1386.5652894762638\n", - "12:50:37\tCompleted 3302 to KZ551000: 3847.4609813960747\n", - "12:50:38\tCompleted 3290 to KZ275400: 3398.9766923275843\n", - "12:50:38\tCompleted 3347 to KZ153400: 3425.324400516095\n", - "12:50:38\tCompleted 3288 to KZ551600: 1834.087610722372\n", - "12:50:38\tCompleted 3329 to KZ195000: 1195.5436175486675\n", - "12:50:38\tCompleted 3351 to KZ616000: 61.3226244770799\n", - "12:50:38\tCompleted 3311 to KZ353200: 1235.6132321200869\n", - "12:50:38\tCompleted 3374 to KZ116000: 1690.0112466209075\n", - "12:50:38\tCompleted 3355 to KZ351800: 1265.397654773396\n", - "12:50:38\tCompleted 3376 to KZ316000: 684.9619116626865\n", - "12:50:38\tCompleted 3357 to KZ611600: 346.5283637985324\n", - "12:50:38\tCompleted 3356 to KZ473600: 2618.506607214415\n", - "12:50:38\tCompleted 3375 to KZ192600: 1635.4213732364356\n", - "12:50:38\tCompleted 3269 to KZ555200: 4079.2411895691057\n", - "12:50:39\tCompleted 3296 to KZ352100: 1189.51101761961\n", - "12:50:39\tCompleted 3318 to KZ593200: 2072.4296321282104\n", - "12:50:39\tCompleted 3344 to KZ593200: 2064.7099311556785\n", - "12:50:39\tCompleted 3313 to KZ196200: 1258.7384650441184\n", - "12:50:39\tCompleted 3332 to KZ392000: 2193.6501058898493\n", - "12:50:39\tCompleted 3323 to KZ234200: 3714.753034388295\n", - "12:50:39\tCompleted 3294 to KZ115400: 2232.641960916995\n", - "12:50:39\tCompleted 3351 to KZ613800: 356.9106025757747\n", - "12:50:39\tCompleted 3348 to KZ235200: 2972.873369531839\n", - "12:50:39\tCompleted 3367 to KZ352300: 1250.372484883982\n", - "12:50:39\tCompleted 3371 to KZ431000: 728.2567071136207\n", - "12:50:39\tCompleted 3307 to KZ113400: 1443.5922189973007\n", - "12:50:39\tCompleted 3339 to KZ155200: 3352.648091679851\n", - "12:50:39\tCompleted 3334 to KZ591000: 2029.1211811877613\n", - "12:50:39\tCompleted 3320 to KZ612000: 2853.1676467676443\n", - "12:50:39\tCompleted 3295 to KZ634400: 1194.5683933362518\n", - "12:50:39\tCompleted 3357 to KZ613600: 214.91672440883156\n", - "12:50:39\tCompleted 3308 to KZ231000: 2673.3919191349446\n", - "12:50:39\tCompleted 3329 to KZ194400: 1013.3285440896976\n", - "12:50:39\tCompleted 3324 to KZ351000: 1482.5463522128923\n", - "12:50:40\tCompleted 3275 to KZ594200: 3282.23059247157\n", - "12:50:40\tCompleted 3376 to KZ316600: 953.7126958166748\n", - "12:50:40\tCompleted 3311 to KZ353600: 1171.8430104034205\n", - "12:50:40\tCompleted 3361 to KZ115600: 1974.1641390760958\n", - "12:50:40\tCompleted 3274 to KZ431900: 1992.9704593322213\n", - "12:50:40\tCompleted 3343 to KZ394800: 2408.343695696298\n", - "12:50:40\tCompleted 3328 to KZ113600: 2017.2476550519978\n", - "12:50:40\tCompleted 3342 to KZ634000: 1994.283315505926\n", - "12:50:40\tCompleted 3312 to KZ431900: 1912.998557230538412:50:40\tCompleted 3249 to KZ395400: 2795.425054321964\n", - "\n", - "12:50:40\tCompleted 3322 to KZ151000: 3109.9939103854176\n", - "12:50:40\tCompleted 3371 to KZ435200: 626.5625770526902\n", - "12:50:40\tCompleted 3354 to KZ234600: 3724.107672968771\n", - "12:50:40\tCompleted 3281 to KZ633600: 2349.829097651172\n", - "12:50:41\tCompleted 3357 to KZ614000: 157.8817461229494\n", - "12:50:41\tCompleted 3345 to KZ273600: 3013.151333795476\n", - "12:50:41\tCompleted 3277 to KZ114600: 1908.6043319485889\n", - "12:50:41\tCompleted 3314 to KZ633800: 4590.87989455808\n", - "12:50:41\tCompleted 3376 to KZ316200: 680.1858751975137\n", - "12:50:41\tCompleted 3350 to KZ475000: 3193.288639955596\n", - "12:50:41\tCompleted 3375 to KZ196600: 1681.1370972917\n", - "12:50:41\tCompleted 3257 to KZ554800: 2283.4714561886526\n", - "12:50:41\tCompleted 3296 to KZ352200: 1455.942216190163\n", - "12:50:41\tCompleted 3295 to KZ313600: 1061.9286261952711\n", - "12:50:41\tCompleted 3329 to KZ194600: 1023.8455100941999\n", - "12:50:41\tCompleted 3349 to KZ393600: 2091.4668254600147\n", - "12:50:41\tCompleted 3311 to KZ351600: 746.633158426969\n", - "12:50:41\tCompleted 3324 to KZ352000: 1084.721882451768\n", - "12:50:41\tCompleted 3313 to KZ192600: 1532.0893928641467\n", - "12:50:41\tCompleted 3298 to KZ595600: 2195.5074153628047\n", - "12:50:41\tCompleted 3331 to KZ636200: 1919.8698317878516\n", - "12:50:42\tCompleted 3315 to KZ392000: 2663.8070798305093\n", - "12:50:42\tCompleted 3325 to KZ434400: 2050.6701818483753\n", - "12:50:42\tCompleted 3367 to KZ352800: 1497.5000243552638\n", - "12:50:42\tCompleted 3371 to KZ434800: 657.8888379690254\n", - "12:50:42\tCompleted 3288 to KZ553200: 2071.695076969654\n", - "12:50:42\tCompleted 3357 to KZ613900: 434.6334452641438\n", - "12:50:42\tCompleted 3363 to KZ234200: 3500.8082329814706\n", - "12:50:42\tCompleted 3376 to KZ311000: 313.30217876366623\n", - "12:50:43\tCompleted 3372 to KZ556400: 2329.346455424727\n", - "12:50:43\tCompleted 3374 to KZ116400: 2038.5892057343665\n", - "12:50:43\tCompleted 3353 to KZ151000: 2111.46219275372\n", - "12:50:43\tCompleted 3326 to KZ553200: 2105.2968744007317\n", - "12:50:43\tCompleted 3375 to KZ194200: 1316.5804105639347\n", - "12:50:43\tCompleted 3275 to KZ596600: 2957.308425169725\n", - "12:50:43\tCompleted 3296 to KZ352300: 1059.261240512966\n", - "12:50:43\tCompleted 3295 to KZ314000: 920.2852620468817\n", - "12:50:43\tCompleted 3357 to KZ612000: 324.80857178960844\n", - "12:50:43\tCompleted 3287 to KZ394200: 2804.3004454797165\n", - "12:50:43\tCompleted 3371 to KZ433600: 918.5590183181614\n", - "12:50:43\tCompleted 3318 to KZ595800: 2176.3492421685874\n", - "12:50:43\tCompleted 3302 to KZ556000: 3895.582363604088\n", - "12:50:43\tCompleted 3347 to KZ153600: 3717.728161373619512:50:43\tCompleted 3307 to KZ113600: 1718.8649480439376\n", - "\n", - "12:50:44\tCompleted 3329 to KZ194800: 1291.9611621482036\n", - "12:50:44\tCompleted 3249 to KZ392000: 2592.330928368513\n", - "12:50:44\tCompleted 3336 to KZ275800: 3141.058380202207\n", - "12:50:44\tCompleted 3311 to KZ354000: 1255.4326763884728\n", - "12:50:44\tCompleted 3376 to KZ315000: 725.9740529028878\n", - "12:50:44\tCompleted 3320 to KZ614400: 3275.4973300897286\n", - "12:50:44\tCompleted 3344 to KZ595800: 2168.629541196055\n", - "12:50:44\tCompleted 3334 to KZ595600: 2263.0087677096785\n", - "12:50:44\tCompleted 3267 to KZ635000: 2555.6855130963027\n", - "12:50:44\tCompleted 3377 to KZ395600: 2473.4952091119717\n", - "12:50:44\tCompleted 3367 to KZ356400: 1363.9691079437782\n", - "12:50:44\tCompleted 3361 to KZ115200: 1865.146482235855\n", - "12:50:44\tCompleted 3328 to KZ113800: 2196.59367972089\n", - "12:50:44\tCompleted 3295 to KZ314800: 360.285149496576\n", - "12:50:44\tCompleted 3357 to KZ614400: 361.1662447039462\n", - "12:50:44\tCompleted 3313 to KZ196600: 1577.8051169194111\n", - "12:50:45\tCompleted 3290 to KZ273600: 2566.9359513101226\n", - "12:50:45\tCompleted 3355 to KZ393200: 2379.5751005166603\n", - "12:50:45\tCompleted 3274 to KZ434600: 2026.6350297586016\n", - "12:50:45\tCompleted 3332 to KZ395600: 2266.9536037974954\n", - "12:50:45\tCompleted 3325 to KZ431000: 1392.3615994857323\n", - "12:50:45\tCompleted 3331 to KZ636400: 1677.2839839078508\n", - "12:50:45\tCompleted 3375 to KZ751210: 1264.0277816987787\n", - "12:50:45\tCompleted 3312 to KZ434600: 1946.6631276569187\n", - "12:50:45\tCompleted 3339 to KZ156400: 2931.9380913190844\n", - "12:50:45\tCompleted 3376 to KZ314200: 318.77740969900094\n", - "12:50:45\tCompleted 3269 to KZ551600: 3812.6744675835785\n", - "12:50:45\tCompleted 3371 to KZ434000: 682.616268728619\n", - "12:50:45\tCompleted 3324 to KZ354800: 1722.8776812256112\n", - "12:50:45\tCompleted 3296 to KZ352800: 1430.1722506840208\n", - "12:50:45\tCompleted 3294 to KZ151000: 3075.0892422717807\n", - "12:50:45\tCompleted 3298 to KZ596000: 1838.3224313097144\n", - "12:50:46\tCompleted 3288 to KZ553600: 1789.302015514422\n", - "12:50:46\tCompleted 3357 to KZ614600: 141.12346357110334\n", - "12:50:46\tCompleted 3329 to KZ195600: 1368.7417299034128\n", - "12:50:46\tCompleted 3311 to KZ351000: 1187.0642452881295\n", - "12:50:46\tCompleted 3295 to KZ315400: 582.9516064200534\n", - "12:50:46\tCompleted 3356 to KZ474200: 3065.130768280937\n", - "12:50:46\tCompleted 3277 to KZ114800: 2266.8398613018976\n", - "12:50:46\tCompleted 3322 to KZ153200: 3114.4104938140426\n", - "12:50:46\tCompleted 3351 to KZ273200: 3044.238793688178\n", - "12:50:46\tCompleted 3326 to KZ553600: 1840.3065413345823\n", - "12:50:46\tCompleted 3374 to KZ116800: 1836.022124157582\n", - "12:50:46\tCompleted 3313 to KZ194200: 1213.2484301916459\n", - "12:50:46\tCompleted 3342 to KZ635400: 2439.1888680881443\n", - "12:50:46\tCompleted 3375 to KZ751110: 1271.7851410116593\n", - "12:50:47\tCompleted 3357 to KZ614800: 622.7442689422115\n", - "12:50:47\tCompleted 3367 to KZ352400: 1581.7655185706667\n", - "12:50:47\tCompleted 3325 to KZ435200: 1290.6674694248018\n", - "12:50:47\tCompleted 3257 to KZ556400: 2221.2053298800984\n", - "12:50:47\tCompleted 3281 to KZ633800: 2577.296820542874\n", - "12:50:47\tCompleted 3323 to KZ234600: 3829.9233328263495\n", - "12:50:47\tCompleted 3320 to KZ614600: 3000.6050276743226\n", - "12:50:47\tCompleted 3314 to KZ634000: 4838.082692455125\n", - "12:50:47\tCompleted 3349 to KZ396400: 2249.9407219889254\n", - "12:50:47\tCompleted 3295 to KZ315600: 921.8533480617527\n", - "12:50:47\tCompleted 3249 to KZ395600: 2905.8971343494527\n", - "12:50:47\tCompleted 3275 to KZ595000: 3321.530958846611\n", - "12:50:47\tCompleted 3329 to KZ195800: 1182.6286022705626\n", - "12:50:47\tCompleted 3343 to KZ395000: 2742.4794757909185\n", - "12:50:47\tCompleted 3318 to KZ593400: 1985.7365048164481\n", - "12:50:47\tCompleted 3345 to KZ276600: 3094.9765804944623\n", - "12:50:47\tCompleted 3376 to KZ353200: 1570.9097325479731\n", - "12:50:48\tCompleted 3308 to KZ234000: 2882.0023965026253\n", - "12:50:48\tCompleted 3296 to KZ356400: 1449.250677808767\n", - "12:50:48\tCompleted 3353 to KZ153200: 2115.878776182367\n", - "12:50:48\tCompleted 3361 to KZ115400: 1842.5258196377613\n", - "12:50:48\tCompleted 3307 to KZ113800: 1898.2109727128377\n", - "12:50:48\tCompleted 3328 to KZ114500: 2063.715695174932\n", - "12:50:48\tCompleted 3334 to KZ596000: 1905.8237836565934\n", - "12:50:48\tCompleted 3315 to KZ395600: 2540.9604291215965\n", - "12:50:48\tCompleted 3311 to KZ352000: 1331.8308355888707\n", - "12:50:48\tCompleted 3357 to KZ615400: 371.88934548320196\n", - "12:50:48\tCompleted 3375 to KZ751310: 1264.9567138869131\n", - "12:50:48\tCompleted 3313 to KZ751210: 1160.6958013264898\n", - "12:50:48\tCompleted 3324 to KZ355200: 1562.798126444514\n", - "12:50:49\tCompleted 3344 to KZ593400: 1978.0168038439153\n", - "12:50:49\tCompleted 3355 to KZ393400: 1895.9841423537196\n", - "12:50:49\tCompleted 3350 to KZ475200: 3204.1316007396454\n", - "12:50:49\tCompleted 3348 to KZ235600: 3067.911135552244\n", - "12:50:49\tCompleted 3354 to KZ234800: 2857.809048804387\n", - "12:50:49\tCompleted 3331 to KZ631000: 1892.1741717592954\n", - "12:50:49\tCompleted 3347 to KZ154000: 3469.304734198594\n", - "12:50:49\tCompleted 3367 to KZ356000: 1411.468872107256\n", - "12:50:49\tCompleted 3325 to KZ434800: 1321.9937303411373\n", - "12:50:49\tCompleted 3288 to KZ552200: 1914.2301331829003\n", - "12:50:49\tCompleted 3295 to KZ316000: 1181.518244202824\n", - "12:50:49\tCompleted 3357 to KZ615200: 101.32468253448182\n", - "12:50:49\tCompleted 3372 to KZ554200: 2525.177491207029\n", - "12:50:50\tCompleted 3287 to KZ394400: 2961.2452205756213\n", - "12:50:50\tCompleted 3274 to KZ434400: 2369.584428720328\n", - "12:50:50\tCompleted 3329 to KZ196000: 1369.4093576594828\n", - "12:50:50\tCompleted 3302 to KZ556800: 4096.270288476026\n", - "12:50:50\tCompleted 3312 to KZ434400: 2289.6125266186486\n", - "12:50:50\tCompleted 3298 to KZ596200: 2225.3218809808873\n", - "12:50:50\tCompleted 3375 to KZ751410: 1282.3816922905537\n", - "12:50:50\tCompleted 3269 to KZ553200: 3931.622460990275\n", - "12:50:50\tCompleted 3374 to KZ111810: 1857.886217180711\n", - "12:50:50\tCompleted 3376 to KZ353600: 1719.6567333433732\n", - "12:50:50\tCompleted 3313 to KZ751110: 1168.4531606393705\n", - "12:50:50\tCompleted 3296 to KZ352400: 1514.4377448994237\n", - "12:50:50\tCompleted 3267 to KZ632200: 2272.2268426991027\n", - "12:50:50\tCompleted 3326 to KZ552200: 1947.8319306139776\n", - "12:50:50\tCompleted 3377 to KZ395800: 2500.0421506180414\n", - "12:50:51\tCompleted 3372 to KZ791110: 69.54005775822071\n", - "12:50:51\tCompleted 3332 to KZ395800: 2293.500545303545\n", - "12:50:51\tCompleted 3320 to KZ614800: 3240.315032932003\n", - "12:50:51\tCompleted 3342 to KZ635000: 1913.9154407557105\n", - "12:50:51\tCompleted 3295 to KZ316600: 730.3257051616257\n", - "12:50:51\tCompleted 3363 to KZ234600: 3615.978531419525\n", - "12:50:51\tCompleted 3357 to KZ616400: 1073.917233430534\n", - "12:50:51\tCompleted 3249 to KZ395800: 3094.02100096797\n", - "12:50:51\tCompleted 3328 to KZ114000: 2010.6550489687581\n", - "12:50:51\tCompleted 3329 to KZ191000: 1061.0202047664377\n", - "12:50:51\tCompleted 3339 to KZ155600: 3104.6179653579443\n", - "12:50:51\tCompleted 3367 to KZ354400: 1339.5311291442374\n", - "12:50:51\tCompleted 3311 to KZ354800: 1427.3955743008485\n", - "12:50:51\tCompleted 3374 to KZ116600: 488.5544427758555\n", - "12:50:51\tCompleted 3294 to KZ153200: 3079.5058257004057\n", - "12:50:52\tCompleted 3375 to KZ751710: 1323.3697240594565\n", - "12:50:52\tCompleted 3290 to KZ276600: 2648.7611980091087\n", - "12:50:52\tCompleted 3372 to KZ791310: 27.6743424582667\n", - "12:50:52\tCompleted 3336 to KZ276000: 3556.889405957242\n", - "12:50:52\tCompleted 3307 to KZ114500: 1765.3329881668724\n", - "12:50:52\tCompleted 3324 to KZ355600: 1716.3149106436979\n", - "12:50:52\tCompleted 3313 to KZ751310: 1161.6247335146243\n", - "12:50:52\tCompleted 3322 to KZ153400: 3003.823836288364\n", - "12:50:52\tCompleted 3376 to KZ351600: 1294.4468813669218\n", - "12:50:52\tCompleted 3296 to KZ356000: 1220.35762773624\n", - "12:50:52\tCompleted 3355 to KZ391600: 1763.089403215494\n", - "12:50:52\tCompleted 3378 to KZ553200: 2318.0884798344237\n", - "12:50:52\tCompleted 3357 to KZ615600: 834.2380033505873\n", - "12:50:52\tCompleted 3318 to KZ594200: 2165.5942538799573\n", - "12:50:52\tCompleted 3353 to KZ153400: 2005.2921186566643\n", - "12:50:53\tCompleted 3325 to KZ433600: 1582.663910690273\n", - "12:50:53\tCompleted 3329 to KZ196200: 826.6130319751032\n", - "12:50:53\tCompleted 3361 to KZ151000: 2065.116608793742\n", - "12:50:53\tCompleted 3372 to KZ791510: 25.24308519616367\n", - "12:50:53\tCompleted 3343 to KZ395200: 2210.1182489518196\n", - "12:50:53\tCompleted 3295 to KZ316200: 1213.7335462951153\n", - "12:50:53\tCompleted 3356 to KZ474600: 2742.306207462855\n", - "12:50:53\tCompleted 3315 to KZ395800: 2843.3445045280782\n", - "12:50:53\tCompleted 3349 to KZ394000: 2358.4010010782335\n", - "12:50:53\tCompleted 3367 to KZ351800: 1225.5734950107585\n", - "12:50:53\tCompleted 3375 to KZ751810: 1269.6135681364055\n", - "12:50:53\tCompleted 3312 to KZ431000: 1631.30394425601\n", - "12:50:53\tCompleted 3344 to KZ594200: 2157.874552907425\n", - "12:50:54\tCompleted 3257 to KZ554200: 2417.0363656623945\n", - "12:50:54\tCompleted 3351 to KZ274400: 2981.3674811748833\n", - "12:50:54\tCompleted 3314 to KZ635400: 5346.318606026859\n", - "12:50:54\tCompleted 3357 to KZ615800: 61.9159992311072\n", - "12:50:54\tCompleted 3281 to KZ634000: 2687.420292870390312:50:54\tCompleted 3275 to KZ593600: 3591.750922168872\n", - "\n", - "12:50:54\tCompleted 3324 to KZ352100: 808.0782250469794\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:50:54\tCompleted 3288 to KZ554600: 2051.818865360764\n", - "12:50:54\tCompleted 3313 to KZ751410: 1179.0497119182648\n", - "12:50:54\tCompleted 3298 to KZ596400: 1999.1168605806638\n", - "12:50:54\tCompleted 3371 to KZ471000: 3115.56513939759\n", - "12:50:54\tCompleted 3296 to KZ354400: 1272.2033554729944\n", - "12:50:54\tCompleted 3372 to KZ791710: 5.028427172429906\n", - "12:50:54\tCompleted 3328 to KZ117000: 1933.287392415362\n", - "12:50:54\tCompleted 3334 to KZ596200: 2292.823233327764\n", - "12:50:54\tCompleted 3329 to KZ192600: 1099.9639597951316\n", - "12:50:55\tCompleted 3249 to KZ392400: 2691.531556048254\n", - "12:50:55\tCompleted 3323 to KZ234800: 2963.6247086619655\n", - "12:50:55\tCompleted 3342 to KZ632200: 1796.9912727546734\n", - "12:50:55\tCompleted 3331 to KZ634600: 2159.858797059588\n", - "12:50:55\tCompleted 3320 to KZ615400: 3236.7206580134734\n", - "12:50:55\tCompleted 3347 to KZ154200: 3771.940773167916\n", - "12:50:55\tCompleted 3257 to KZ791110: 273.842427864609\n", - "12:50:55\tCompleted 3376 to KZ354000: 1667.0690831353584\n", - "12:50:55\tCompleted 3269 to KZ553600: 3882.625459225252\n", - "12:50:55\tCompleted 3325 to KZ434000: 1346.7211611007288\n", - "12:50:55\tCompleted 3375 to KZ751910: 1290.754484486814\n", - "12:50:55\tCompleted 3326 to KZ554600: 2030.0084031157874\n", - "12:50:55\tCompleted 3357 to KZ612600: 297.5314072262712\n", - "12:50:55\tCompleted 3345 to KZ275000: 2960.674237596799\n", - "12:50:55\tCompleted 3287 to KZ433200: 2501.812754203874\n", - "12:50:56\tCompleted 3311 to KZ355200: 1647.3836377936946\n", - "12:50:56\tCompleted 3372 to KZ611600: 268.4014519593183\n", - "12:50:56\tCompleted 3350 to KZ471800: 3033.7413805789197\n", - "12:50:56\tCompleted 3381 to KZ194600: 1434.3806976631292\n", - "12:50:56\tCompleted 3374 to KZ115600: 2021.9585653842657\n", - "12:50:56\tCompleted 3302 to KZ554800: 4100.246849323746\n", - "12:50:56\tCompleted 3257 to KZ791310: 249.71954430669962\n", - "12:50:56\tCompleted 3296 to KZ351800: 1034.4622506397425\n", - "12:50:56\tCompleted 3313 to KZ751710: 1220.0377436871677\n", - "12:50:56\tCompleted 3312 to KZ435200: 1529.6098141950795\n", - "12:50:56\tCompleted 3308 to KZ234200: 3332.9481030235684\n", - "12:50:56\tCompleted 3307 to KZ114000: 1712.272341960698\n", - "12:50:56\tCompleted 3329 to KZ196600: 1145.679683850396\n", - "12:50:57\tCompleted 3378 to KZ553600: 2053.0981467682905\n", - "12:50:57\tCompleted 3332 to KZ392400: 2203.5266256762966\n", - "12:50:57\tCompleted 3357 to KZ616000: 27.83978164948661\n", - "12:50:57\tCompleted 3372 to KZ613600: 168.03783527036455\n", - "12:50:57\tCompleted 3324 to KZ352200: 1512.6061153609096\n", - "12:50:57\tCompleted 3257 to KZ791510: 248.2600694529494\n", - "12:50:57\tCompleted 3354 to KZ235200: 2905.448896167755\n", - "12:50:57\tCompleted 3375 to KZ751510: 1279.270422385898\n", - "12:50:57\tCompleted 3376 to KZ351000: 1601.0437977855227\n", - "12:50:57\tCompleted 3377 to KZ392400: 2410.068230990773\n", - "12:50:57\tCompleted 3348 to KZ233600: 2950.5277334081284\n", - "12:50:58\tCompleted 3328 to KZ114400: 2059.5272325239607\n", - "12:50:58\tCompleted 3361 to KZ153200: 2069.533192222392\n", - "12:50:58\tCompleted 3294 to KZ153400: 2968.919168174727\n", - "12:50:58\tCompleted 3339 to KZ156800: 2606.5978095785813\n", - "12:50:58\tCompleted 3318 to KZ596600: 2191.07227492134112:50:58\tCompleted 3357 to KZ613800: 392.60481978508227\n", - "\n", - "12:50:58\tCompleted 3288 to KZ555600: 1880.8229541526607\n", - "12:50:58\tCompleted 3355 to KZ393600: 2233.633434710084\n", - "12:50:58\tCompleted 3363 to KZ234800: 2749.679907255141\n", - "12:50:58\tCompleted 3313 to KZ751810: 1166.2815877641167\n", - "12:50:58\tCompleted 3372 to KZ614000: 69.55706358846759\n", - "12:50:58\tCompleted 3329 to KZ194200: 781.122997122632\n", - "12:50:58\tCompleted 3315 to KZ392400: 2569.531430554408\n", - "12:50:58\tCompleted 3275 to KZ595200: 3269.437499518496\n", - "12:50:58\tCompleted 3331 to KZ634400: 1752.0095376035101\n", - "12:50:58\tCompleted 3353 to KZ153600: 2297.6958795141336\n", - "12:50:58\tCompleted 3381 to KZ194800: 1702.4963497171325\n", - "12:50:58\tCompleted 3290 to KZ275000: 2514.4588551114675\n", - "12:50:58\tCompleted 3249 to KZ396200: 3131.56047855797\n", - "12:50:59\tCompleted 3320 to KZ615200: 3052.3042267179267\n", - "12:50:59\tCompleted 3267 to KZ635200: 2821.2905608893166\n", - "12:50:59\tCompleted 3322 to KZ153600: 3296.2275971458885\n", - "12:50:59\tCompleted 3298 to KZ594600: 2204.5957121081537\n", - "12:50:59\tCompleted 3311 to KZ355600: 1420.832803718935\n", - "12:50:59\tCompleted 3376 to KZ352000: 1150.9660743675486\n", - "12:50:59\tCompleted 3379 to KZ274200: 3742.3200010464557\n", - "12:50:59\tCompleted 3344 to KZ596600: 2258.7600704841766\n", - "12:50:59\tCompleted 3324 to KZ352300: 1390.3963665812848\n", - "12:50:59\tCompleted 3372 to KZ613900: 346.30876272966145\n", - "12:50:59\tCompleted 3349 to KZ396800: 2373.0030757522645\n", - "12:50:59\tCompleted 3339 to KZ193200: 937.0819573306076\n", - "12:50:59\tCompleted 3334 to KZ596400: 2066.6182129275426\n", - "12:51:00\tCompleted 3312 to KZ434800: 1560.936075111415\n", - "12:51:00\tCompleted 3331 to KZ313600: 428.26290358384296\n", - "12:51:00\tCompleted 3287 to KZ431900: 1982.7689213086664\n", - "12:51:00\tCompleted 3367 to KZ393200: 2339.75094075402512:51:00\tCompleted 3329 to KZ751210: 728.5703682574749\n", - "\n", - "12:51:00\tCompleted 3343 to KZ391000: 2464.516445608139\n", - "12:51:00\tCompleted 3307 to KZ117000: 1634.904685407302\n", - "12:51:00\tCompleted 3347 to KZ156000: 3345.1900055361366\n", - "12:51:00\tCompleted 3350 to KZ593200: 2090.4034345959926\n", - "12:51:00\tCompleted 3314 to KZ635000: 4873.651816115216\n", - "12:51:00\tCompleted 3342 to KZ635200: 2179.520488548732\n", - "12:51:00\tCompleted 3269 to KZ552200: 3774.157517203539\n", - "12:51:00\tCompleted 3313 to KZ751910: 1187.422504114525\n", - "12:51:00\tCompleted 3311 to KZ352100: 512.5961181222167\n", - "12:51:00\tCompleted 3372 to KZ612000: 252.58308803647708\n", - "12:51:01\tCompleted 3374 to KZ115200: 1969.5564457120338\n", - "12:51:01\tCompleted 3331 to KZ314000: 286.6195394354542\n", - "12:51:01\tCompleted 3336 to KZ276200: 3276.275619223338\n", - "12:51:01\tCompleted 3356 to KZ475000: 3112.6352342126324\n", - "12:51:01\tCompleted 3339 to KZ193400: 1141.970834346048\n", - "12:51:01\tCompleted 3381 to KZ195600: 1779.2769174723421\n", - "12:51:01\tCompleted 3296 to KZ393200: 2148.639696383024\n", - "12:51:01\tCompleted 3329 to KZ751110: 736.3277275703556\n", - "12:51:01\tCompleted 3288 to KZ551000: 1791.9583848064071\n", - "12:51:01\tCompleted 3281 to KZ635400: 3132.3258454526\n", - "12:51:01\tCompleted 3298 to KZ711110: 1452.828005693871\n", - "12:51:01\tCompleted 3372 to KZ614400: 272.841562169464\n", - "12:51:02\tCompleted 3326 to KZ555600: 2393.8392663312693\n", - "12:51:02\tCompleted 3328 to KZ114600: 2167.926324911391\n", - "12:51:02\tCompleted 3378 to KZ552200: 2160.623536047686\n", - "12:51:02\tCompleted 3324 to KZ352800: 1486.8361498547674\n", - "12:51:02\tCompleted 3323 to KZ235200: 3011.264556025333\n", - "12:51:02\tCompleted 3302 to KZ556400: 4038.6996502119223\n", - "12:51:02\tCompleted 3351 to KZ275400: 3656.5559131318937\n", - "12:51:02\tCompleted 3249 to KZ396600: 3043.265610705429\n", - "12:51:02\tCompleted 3331 to KZ314800: 423.18509755754076\n", - "12:51:02\tCompleted 3361 to KZ153400: 1958.9465346966858\n", - "12:51:02\tCompleted 3371 to KZ473600: 2696.590373374647\n", - "12:51:02\tCompleted 3325 to KZ471000: 3779.6700317697014\n", - "12:51:02\tCompleted 3332 to KZ396200: 2159.190314089099\n", - "12:51:02\tCompleted 3313 to KZ751510: 1175.9384420136091\n", - "12:51:02\tCompleted 3339 to KZ193600: 632.1430530284257\n", - "12:51:03\tCompleted 3311 to KZ352200: 1229.3893407070532\n", - "12:51:03\tCompleted 3380 to KZ113200: 1894.512950579238\n", - "12:51:03\tCompleted 3376 to KZ354800: 1975.2092972408016\n", - "12:51:03\tCompleted 3275 to KZ591000: 3322.763191893645\n", - "12:51:03\tCompleted 3372 to KZ614600: 66.09331172817646\n", - "12:51:03\tCompleted 3318 to KZ595000: 2100.9197901444227\n", - "12:51:03\tCompleted 3329 to KZ751310: 729.4993004456094\n", - "12:51:03\tCompleted 3377 to KZ396200: 2365.731919403581\n", - "12:51:03\tCompleted 3312 to KZ433600: 1821.6062554605508\n", - "12:51:03\tCompleted 3353 to KZ154000: 2049.272452339171\n", - "12:51:03\tCompleted 3331 to KZ315400: 110.42397887756707\n", - "12:51:03\tCompleted 3307 to KZ114400: 1761.144525515901\n", - "12:51:03\tCompleted 3367 to KZ393400: 1856.159982591082\n", - "12:51:03\tCompleted 3348 to KZ633200: 2074.39869436499212:51:03\tCompleted 3345 to KZ274800: 3496.1791489802104\n", - "\n", - "12:51:04\tCompleted 3381 to KZ195800: 1593.163789839492\n", - "12:51:04\tCompleted 3320 to KZ616400: 3753.9257789133408\n", - "12:51:04\tCompleted 3315 to KZ396200: 2377.9545165282034\n", - "12:51:04\tCompleted 3339 to KZ194000: 422.66736458214973\n", - "12:51:04\tCompleted 3324 to KZ356400: 1204.7771022353786\n", - "12:51:04\tCompleted 3298 to KZ711410: 1478.9405057773827\n", - "12:51:04\tCompleted 3344 to KZ595000: 2093.200089171891\n", - "12:51:04\tCompleted 3287 to KZ434600: 2016.4334917350468\n", - "12:51:04\tCompleted 3355 to KZ396400: 2392.1073312389944\n", - "12:51:04\tCompleted 3372 to KZ614800: 544.6173571029975\n", - "12:51:04\tCompleted 3308 to KZ234600: 3448.118401461623\n", - "12:51:04\tCompleted 3294 to KZ153600: 3261.3229290322515\n", - "12:51:04\tCompleted 3349 to KZ394800: 2145.4972740466637\n", - "12:51:05\tCompleted 3329 to KZ751410: 746.92427884925\n", - "12:51:05\tCompleted 3354 to KZ235600: 3000.4866621881597\n", - "12:51:05\tCompleted 3342 to KZ632400: 2048.4760463982357\n", - "12:51:05\tCompleted 3331 to KZ315600: 748.4934299227513\n", - "12:51:05\tCompleted 3296 to KZ393400: 1665.048738220066\n", - "12:51:05\tCompleted 3334 to KZ594600: 2272.09706445503\n", - "12:51:05\tCompleted 3322 to KZ154000: 3047.804169970863\n", - "12:51:05\tCompleted 3249 to KZ394200: 2432.87591897036\n", - "12:51:05\tCompleted 3363 to KZ235200: 2797.319754618509\n", - "12:51:05\tCompleted 3382 to KZ634600: 2685.0568780411054\n", - "12:51:05\tCompleted 3288 to KZ556000: 1833.2548931372203\n", - "12:51:05\tCompleted 3350 to KZ595800: 2194.323044636368\n", - "12:51:05\tCompleted 3374 to KZ115400: 1946.93578311394\n", - "12:51:05\tCompleted 3372 to KZ615400: 285.27776209968727\n", - "12:51:05\tCompleted 3357 to KZ273200: 3084.4093564843347\n", - "12:51:05\tCompleted 3269 to KZ554600: 3830.3478557762314\n", - "12:51:05\tCompleted 3376 to KZ355200: 1629.0423183602948\n", - "12:51:06\tCompleted 3314 to KZ632200: 4223.33213488143\n", - "12:51:06\tCompleted 3339 to KZ196400: 855.8214712577553\n", - "12:51:06\tCompleted 3347 to KZ154600: 3643.3274362812513\n", - "12:51:06\tCompleted 3267 to KZ632400: 2690.246118738818\n", - "12:51:06\tCompleted 3380 to KZ113400: 1724.2254576464745\n", - "12:51:06\tCompleted 3375 to KZ231000: 2864.1807724937557\n", - "12:51:06\tCompleted 3328 to KZ114800: 2526.1618542646906\n", - "12:51:06\tCompleted 3329 to KZ751710: 787.9123106181528\n", - "12:51:06\tCompleted 3290 to KZ274800: 3049.963766494857\n", - "12:51:06\tCompleted 3311 to KZ352300: 1719.6217265010066\n", - "12:51:06\tCompleted 3312 to KZ434000: 1585.6635058710065\n", - "12:51:06\tCompleted 3372 to KZ615200: 13.0\n", - "12:51:06\tCompleted 3343 to KZ395400: 2512.383998641215\n", - "12:51:06\tCompleted 3331 to KZ316000: 661.1281313963228\n", - "12:51:06\tCompleted 3324 to KZ352400: 1537.9194582251864\n", - "12:51:06\tCompleted 3367 to KZ391600: 1723.2652434528566\n", - "12:51:07\tCompleted 3298 to KZ711210: 1480.1022672042811\n", - "12:51:07\tCompleted 3339 to KZ196800: 335.5220044972531\n", - "12:51:07\tCompleted 3381 to KZ196000: 1779.9445452284122\n", - "12:51:07\tCompleted 3275 to KZ595600: 3171.067040697547\n", - "12:51:07\tCompleted 3334 to KZ711110: 1520.32935804075\n", - "12:51:07\tCompleted 3378 to KZ554600: 2242.8000085494814\n", - "12:51:07\tCompleted 3329 to KZ751810: 734.1561546951018\n", - "12:51:07\tCompleted 3296 to KZ391600: 1532.1539990818405\n", - "12:51:08\tCompleted 3331 to KZ316600: 455.3283233341078\n", - "12:51:08\tCompleted 3326 to KZ551000: 2022.92452546436\n", - "12:51:08\tCompleted 3302 to KZ554200: 4208.544552065115\n", - "12:51:08\tCompleted 3361 to KZ153600: 2251.3502955541553\n", - "12:51:08\tCompleted 3320 to KZ615600: 3364.3662131374563\n", - "12:51:08\tCompleted 3372 to KZ616400: 995.7903215913198\n", - "12:51:08\tCompleted 3249 to KZ394400: 2607.72928363131312:51:08\tCompleted 3332 to KZ396600: 2167.109154880288\n", - "\n", - "12:51:08\tCompleted 3318 to KZ593600: 2215.4683944287194\n", - "12:51:08\tCompleted 3339 to KZ191600: 349.77784507666166\n", - "12:51:08\tCompleted 3281 to KZ635000: 2607.0524181201795\n", - "12:51:08\tCompleted 3307 to KZ114600: 1869.5436179033309\n", - "12:51:09\tCompleted 3311 to KZ352800: 1256.51176340402\n", - "12:51:09\tCompleted 3356 to KZ475200: 3123.478194996682\n", - "12:51:09\tCompleted 3342 to KZ632800: 1854.4069613815493\n", - "12:51:09\tCompleted 3351 to KZ273600: 2824.515172114432\n", - "12:51:09\tCompleted 3377 to KZ396600: 2373.65076019477\n", - "12:51:09\tCompleted 3376 to KZ355600: 1791.6690038534928\n", - "12:51:09\tCompleted 3380 to KZ113600: 1852.6966157165323\n", - "12:51:09\tCompleted 3324 to KZ356000: 1551.4927538045588\n", - "12:51:09\tCompleted 3323 to KZ235600: 3106.302322045738\n", - "12:51:09\tCompleted 3329 to KZ751910: 755.2970710455102\n", - "12:51:09\tCompleted 3331 to KZ316200: 580.0678236836878\n", - "12:51:09\tCompleted 3381 to KZ191000: 1471.555392335367\n", - "12:51:09\tCompleted 3372 to KZ615600: 787.3591142121204\n", - "12:51:09\tCompleted 3315 to KZ396600: 2385.8733573193927\n", - "12:51:09\tCompleted 3339 to KZ195200: 287.5428682113883\n", - "12:51:10\tCompleted 3298 to KZ711310: 1491.959626660213\n", - "12:51:10\tCompleted 3350 to KZ593400: 2003.7103072842306\n", - "12:51:10\tCompleted 3334 to KZ711410: 1546.4418581242617\n", - "12:51:10\tCompleted 3353 to KZ154200: 2351.9084913084876\n", - "12:51:10\tCompleted 3336 to KZ271000: 3293.9685746375535\n", - "12:51:10\tCompleted 3313 to KZ231000: 2693.019841172458\n", - "12:51:10\tCompleted 3325 to KZ473600: 3360.695265746758\n", - "12:51:10\tCompleted 3328 to KZ111010: 2063.513978694754\n", - "12:51:10\tCompleted 3331 to KZ311000: 185.48219381426725\n", - "12:51:10\tCompleted 3249 to KZ433200: 1987.6999433540298\n", - "12:51:10\tCompleted 3311 to KZ356400: 909.2949953106174\n", - "12:51:10\tCompleted 3288 to KZ556800: 1894.8258518219673\n", - "12:51:10\tCompleted 3345 to KZ275800: 2965.761972968632\n", - "12:51:10\tCompleted 3372 to KZ615800: 66.63832979681094\n", - "12:51:10\tCompleted 3374 to KZ151000: 2169.526572269918\n", - "12:51:10\tCompleted 3294 to KZ154000: 3012.899501857226\n", - "12:51:10\tCompleted 3382 to KZ634400: 2277.2076185850406\n", - "12:51:10\tCompleted 3376 to KZ352100: 1060.4098410621687\n", - "12:51:11\tCompleted 3329 to KZ751510: 743.8130089445942\n", - "12:51:11\tCompleted 3344 to KZ593600: 2207.7486934561866\n", - "12:51:11\tCompleted 3371 to KZ474200: 3143.214534441169\n", - "12:51:11\tCompleted 3322 to KZ154200: 3350.440208940185\n", - "12:51:11\tCompleted 3324 to KZ354400: 1328.8672546437408\n", - "12:51:11\tCompleted 3339 to KZ195000: 739.1729717520735\n", - "12:51:11\tCompleted 3355 to KZ394000: 2500.5676103283104\n", - "12:51:11\tCompleted 3349 to KZ395000: 2479.6330541412785\n", - "12:51:11\tCompleted 3381 to KZ196200: 1237.1482195440326\n", - "12:51:11\tCompleted 3331 to KZ315000: 311.6313109806641\n", - "12:51:11\tCompleted 3320 to KZ615800: 3131.5425564193674\n", - "12:51:11\tCompleted 3275 to KZ596000: 3260.720819026792\n", - "12:51:11\tCompleted 3372 to KZ612600: 225.3059234731397\n", - "12:51:12\tCompleted 3308 to KZ234800: 2581.8197772972317\n", - "12:51:12\tCompleted 3302 to KZ791110: 3020.379609187855\n", - "12:51:12\tCompleted 3332 to KZ394200: 1801.3616350421732\n", - "12:51:12\tCompleted 3269 to KZ555600: 4394.378706270064\n", - "12:51:12\tCompleted 3367 to KZ393600: 2193.8092749474526\n", - "12:51:12\tCompleted 3354 to KZ233600: 2883.1032600440344\n", - "12:51:12\tCompleted 3383 to KZ392000: 2344.8000632948538\n", - "12:51:12\tCompleted 3382 to KZ313600: 666.6621383083232\n", - "12:51:12\tCompleted 3347 to KZ154800: 3478.334747293651\n", - "12:51:12\tCompleted 3348 to KZ634800: 2558.8452857752623\n", - "12:51:12\tCompleted 3361 to KZ154000: 2002.9268683791927\n", - "12:51:12\tCompleted 3296 to KZ393600: 2002.698030576451\n", - "12:51:12\tCompleted 3339 to KZ194400: 556.9578982931039\n", - "12:51:12\tCompleted 3334 to KZ711210: 1547.6036195511601\n", - "12:51:12\tCompleted 3267 to KZ632800: 2490.2063191515417\n", - "12:51:12\tCompleted 3331 to KZ314200: 186.89640737664033\n", - "12:51:13\tCompleted 3363 to KZ235600: 2892.3575206389137\n", - "12:51:13\tCompleted 3326 to KZ556000: 2071.045907672376\n", - "12:51:13\tCompleted 3311 to KZ352400: 1242.4373513004236\n", - "12:51:13\tCompleted 3249 to KZ431900: 2116.751257650743\n", - "12:51:13\tCompleted 3380 to KZ113800: 1932.3147004725663\n", - "12:51:13\tCompleted 3372 to KZ616000: 109.47674421540088\n", - "12:51:13\tCompleted 3290 to KZ275800: 2519.5465904832786\n", - "12:51:13\tCompleted 3357 to KZ274400: 3021.5380439710434\n", - "12:51:13\tCompleted 3377 to KZ394200: 2007.9032403566653\n", - "12:51:13\tCompleted 3324 to KZ351800: 1365.5973767080613\n", - "12:51:13\tCompleted 3343 to KZ392000: 2519.4376530364343\n", - "12:51:13\tCompleted 3376 to KZ352200: 1578.8503072766903\n", - "12:51:13\tCompleted 3382 to KZ314000: 486.32085206996544\n", - "12:51:13\tCompleted 3375 to KZ234000: 3072.7912498614437\n", - "12:51:13\tCompleted 3312 to KZ471000: 4018.612376539971\n", - "12:51:13\tCompleted 3314 to KZ635200: 5139.256863908257\n", - "12:51:13\tCompleted 3381 to KZ192600: 1510.499147364061\n", - "12:51:13\tCompleted 3339 to KZ194600: 567.4748642976057\n", - "12:51:14\tCompleted 3342 to KZ636800: 1976.6443342092393\n", - "12:51:14\tCompleted 3328 to KZ116000: 2032.345059817494\n", - "12:51:14\tCompleted 3318 to KZ595200: 2212.918527485947\n", - "12:51:14\tCompleted 3353 to KZ156000: 1925.1577236767007\n", - "12:51:14\tCompleted 3298 to KZ555200: 1774.3272416957561\n", - "12:51:14\tCompleted 3372 to KZ613800: 304.2801372506001\n", - "12:51:14\tCompleted 3281 to KZ632200: 2267.4085706350643\n", - "12:51:14\tCompleted 3378 to KZ555600: 2558.360499195114\n", - "12:51:15\tCompleted 3382 to KZ314800: 948.3831785390926\n", - "12:51:15\tCompleted 3350 to KZ594200: 2183.5680563477395\n", - "12:51:15\tCompleted 3334 to KZ711310: 1559.460979007092\n", - "12:51:15\tCompleted 3376 to KZ352300: 1274.3774668868732\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:51:15\tCompleted 3307 to KZ114800: 2227.7791472566414\n", - "12:51:15\tCompleted 3331 to KZ353200: 1285.0425825774716\n", - "12:51:15\tCompleted 3320 to KZ612600: 2840.922567533882\n", - "12:51:15\tCompleted 3339 to KZ194800: 835.5905163516095\n", - "12:51:15\tCompleted 3288 to KZ554800: 2049.505820570256\n", - "12:51:15\tCompleted 3315 to KZ394200: 2757.726172111981\n", - "12:51:15\tCompleted 3302 to KZ791310: 2998.098060227455\n", - "12:51:16\tCompleted 3356 to KZ471800: 2953.087974835956\n", - "12:51:16\tCompleted 3374 to KZ153200: 2173.94315569856\n", - "12:51:16\tCompleted 3249 to KZ434600: 2154.65078190094712:51:16\tCompleted 3275 to KZ596200: 3089.4156515852005\n", - "\n", - "12:51:16\tCompleted 3349 to KZ395200: 1947.27182730216\n", - "12:51:16\tCompleted 3381 to KZ196600: 1556.2148714193254\n", - "12:51:16\tCompleted 3351 to KZ276600: 2906.340418813418\n", - "12:51:16\tCompleted 3382 to KZ315400: 635.6220598591186\n", - "12:51:16\tCompleted 3323 to KZ233600: 2988.9189199016255\n", - "12:51:16\tCompleted 3322 to KZ156000: 2923.6894413084055\n", - "12:51:16\tCompleted 3344 to KZ595200: 2205.198826513415\n", - "12:51:16\tCompleted 3294 to KZ154200: 3315.535540826548\n", - "12:51:16\tCompleted 3339 to KZ195600: 912.3710841068184\n", - "12:51:16\tCompleted 3311 to KZ356000: 1880.7181137242806\n", - "12:51:17\tCompleted 3348 to KZ633400: 1826.62323110455912:51:17\tCompleted 3380 to KZ114500: 2006.157195557388\n", - "\n", - "12:51:17\tCompleted 3269 to KZ551000: 3849.2501120539073\n", - "12:51:17\tCompleted 3325 to KZ474200: 3807.31942681328\n", - "12:51:17\tCompleted 3331 to KZ353600: 1221.2723608608053\n", - "12:51:17\tCompleted 3313 to KZ234000: 2901.630318540141\n", - "12:51:17\tCompleted 3332 to KZ394400: 2229.367986368173\n", - "12:51:17\tCompleted 3296 to KZ396400: 2161.1719271053626\n", - "12:51:17\tCompleted 3381 to KZ194200: 1191.6581846915599\n", - "12:51:17\tCompleted 3354 to KZ633200: 2140.4515948061494\n", - "12:51:17\tCompleted 3345 to KZ276000: 3381.5929987236673\n", - "12:51:17\tCompleted 3367 to KZ396400: 2352.2831714763583\n", - "12:51:18\tCompleted 3329 to KZ231000: 3126.173701413861\n", - "12:51:18\tCompleted 3383 to KZ395600: 2418.103561202502\n", - "12:51:18\tCompleted 3328 to KZ116400: 2154.7464075770085\n", - "12:51:18\tCompleted 3382 to KZ315600: 1273.691510904303\n", - "12:51:18\tCompleted 3336 to KZ274000: 3947.6267583570548\n", - "12:51:18\tCompleted 3361 to KZ154200: 2305.5629073485093\n", - "12:51:18\tCompleted 3339 to KZ195800: 726.2579564739685\n", - "12:51:18\tCompleted 3298 to KZ551600: 1832.2881453269877\n", - "12:51:18\tCompleted 3355 to KZ396800: 2515.169685002334\n", - "12:51:18\tCompleted 3376 to KZ352800: 1553.080341770548\n", - "12:51:18\tCompleted 3347 to KZ155200: 3905.273410195404\n", - "12:51:18\tCompleted 3326 to KZ556800: 2271.733832544311\n", - "12:51:18\tCompleted 3331 to KZ351600: 796.0625088843539\n", - "12:51:18\tCompleted 3371 to KZ474600: 2820.389973623087\n", - "12:51:18\tCompleted 3342 to KZ635800: 2027.270767924782\n", - "12:51:18\tCompleted 3307 to KZ111010: 1765.1312716866948\n", - "12:51:19\tCompleted 3249 to KZ434400: 2139.6016780106065\n", - "12:51:19\tCompleted 3308 to KZ235200: 2629.4596246606066\n", - "12:51:19\tCompleted 3377 to KZ394400: 2435.9095916826636\n", - "12:51:19\tCompleted 3288 to KZ556400: 1976.37217974506\n", - "12:51:19\tCompleted 3382 to KZ316000: 713.5329794745522\n", - "12:51:19\tCompleted 3381 to KZ751210: 1139.105555826404\n", - "12:51:19\tCompleted 3334 to KZ555200: 2015.8701099071404\n", - "12:51:19\tCompleted 3320 to KZ616000: 3158.6817721519787\n", - "12:51:19\tCompleted 3332 to KZ433200: 1362.485484991489\n", - "12:51:19\tCompleted 3378 to KZ551000: 2235.7161308980553\n", - "12:51:19\tCompleted 3339 to KZ196000: 913.0387118628885\n", - "12:51:19\tCompleted 3343 to KZ395600: 2592.7411509440835\n", - "12:51:19\tCompleted 3350 to KZ596600: 2140.7342375054927\n", - "12:51:20\tCompleted 3324 to KZ393200: 2479.7748224513202\n", - "12:51:20\tCompleted 3267 to KZ636800: 2618.4144065498226\n", - "12:51:20\tCompleted 3353 to KZ154600: 2223.2951544218226\n", - "12:51:20\tCompleted 3302 to KZ791510: 3008.2158362237233\n", - "12:51:20\tCompleted 3314 to KZ632400: 4931.913901101827\n", - "12:51:20\tCompleted 3311 to KZ354400: 1673.2022355471304\n", - "12:51:20\tCompleted 3376 to KZ356400: 1457.1087182505676\n", - "12:51:20\tCompleted 3318 to KZ591000: 2103.1342562384893\n", - "12:51:20\tCompleted 3363 to KZ233600: 2774.9741184947766\n", - "12:51:20\tCompleted 3312 to KZ473600: 3599.637610517028\n", - "12:51:20\tCompleted 3357 to KZ275400: 3696.726475928054\n", - "12:51:20\tCompleted 3382 to KZ316600: 980.5264043156596\n", - "12:51:20\tCompleted 3356 to KZ593200: 2046.8377489169648\n", - "12:51:20\tCompleted 3275 to KZ596400: 3685.07533166832712:51:20\tCompleted 3331 to KZ354000: 1304.8620268458576\n", - "\n", - "12:51:21\tCompleted 3374 to KZ153400: 2063.3564981728646\n", - "12:51:21\tCompleted 3315 to KZ394400: 2914.6709472078865\n", - "12:51:21\tCompleted 3375 to KZ234200: 3523.7369563823795\n", - "12:51:21\tCompleted 3339 to KZ191000: 604.6495589698436\n", - "12:51:21\tCompleted 3344 to KZ591000: 2095.414555265957512:51:21\tCompleted 3349 to KZ391000: 2201.67002395849912:51:21\tCompleted 3332 to KZ431900: 843.4416520962701\n", - "\n", - "\n", - "12:51:21\tCompleted 3381 to KZ751110: 1146.8629151392847\n", - "12:51:21\tCompleted 3323 to KZ633200: 2056.8126987331357\n", - "12:51:21\tCompleted 3328 to KZ116800: 1942.3475538849875\n", - "12:51:21\tCompleted 3380 to KZ114000: 1942.3001819898293\n", - "12:51:21\tCompleted 3281 to KZ635200: 2872.6574659131934\n", - "12:51:21\tCompleted 3377 to KZ433200: 1569.0270903059886\n", - "12:51:21\tCompleted 3361 to KZ156000: 1878.8121397167222\n", - "12:51:22\tCompleted 3249 to KZ431000: 2477.2363493658\n", - "12:51:22\tCompleted 3382 to KZ316200: 708.7569430093794\n", - "12:51:22\tCompleted 3269 to KZ556000: 3897.371494261921\n", - "12:51:22\tCompleted 3298 to KZ553200: 1994.875634776898612:51:22\tCompleted 3339 to KZ196200: 370.24238617850915\n", - "\n", - "12:51:22\tCompleted 3294 to KZ156000: 2888.7847731947686\n", - "12:51:22\tCompleted 3381 to KZ751310: 1140.0344880145385\n", - "12:51:22\tCompleted 3331 to KZ351000: 1236.4935957455143\n", - "12:51:22\tCompleted 3332 to KZ434600: 877.1062225226505\n", - "12:51:22\tCompleted 3322 to KZ154600: 3221.82687205352\n", - "12:51:22\tCompleted 3376 to KZ352400: 1637.345835985951\n", - "12:51:22\tCompleted 3372 to KZ273200: 3012.183872731211\n", - "12:51:23\tCompleted 3307 to KZ116000: 1733.962352809434\n", - "12:51:23\tCompleted 3296 to KZ394000: 2269.6322061946744\n", - "12:51:23\tCompleted 3290 to KZ276000: 2935.3776162383137\n", - "12:51:23\tCompleted 3342 to KZ636200: 1888.3536846945376\n", - "12:51:23\tCompleted 3351 to KZ275000: 2772.0380759157683\n", - "12:51:23\tCompleted 3382 to KZ311000: 340.11588726265114\n", - "12:51:23\tCompleted 3377 to KZ431900: 1049.9832574107697\n", - "12:51:23\tCompleted 3320 to KZ613800: 3306.9359051708625\n", - "12:51:23\tCompleted 3302 to KZ791710: 2979.715896873437\n", - "12:51:23\tCompleted 3347 to KZ156400: 3484.5634098346372\n", - "12:51:23\tCompleted 3339 to KZ192600: 643.5933139985375\n", - "12:51:23\tCompleted 3383 to KZ395800: 2444.6505027085673\n", - "12:51:24\tCompleted 3348 to KZ633600: 2241.905928744922\n", - "12:51:24\tCompleted 3334 to KZ551600: 1925.9493908965703\n", - "12:51:24\tCompleted 3324 to KZ393400: 1996.183864288385\n", - "12:51:24\tCompleted 3311 to KZ351800: 1694.2369501901562\n", - "12:51:24\tCompleted 3355 to KZ394800: 2287.663883296733\n", - "12:51:24\tCompleted 3326 to KZ554800: 2276.4293205887648\n", - "12:51:24\tCompleted 3350 to KZ595000: 2118.893592612204\n", - "12:51:24\tCompleted 3325 to KZ474600: 3484.4948659951983\n", - "12:51:24\tCompleted 3345 to KZ276200: 3100.979211989763\n", - "12:51:24\tCompleted 3381 to KZ751410: 1157.459466418179\n", - "12:51:24\tCompleted 3275 to KZ594600: 3196.891312003066\n", - "12:51:24\tCompleted 3329 to KZ234000: 3334.784178781549\n", - "12:51:24\tCompleted 3313 to KZ234200: 3352.576025061082\n", - "12:51:24\tCompleted 3332 to KZ434400: 1220.0556214843848\n", - "12:51:24\tCompleted 3382 to KZ315000: 752.7877614018728\n", - "12:51:24\tCompleted 3354 to KZ634800: 2624.898186216414\n", - "12:51:24\tCompleted 3249 to KZ435200: 2568.0481427558516\n", - "12:51:24\tCompleted 3328 to KZ111810: 1964.2116469081163\n", - "12:51:24\tCompleted 3380 to KZ117000: 1864.9325254364333\n", - "12:51:25\tCompleted 3377 to KZ434600: 1083.64782783715\n", - "12:51:25\tCompleted 3376 to KZ356000: 1435.4738541101472\n", - "12:51:25\tCompleted 3331 to KZ352000: 1312.3971785360209\n", - "12:51:25\tCompleted 3320 to KZ273200: 1518.1459823700698\n", - "12:51:25\tCompleted 3339 to KZ196600: 689.3090380538019\n", - "12:51:25\tCompleted 3367 to KZ394000: 2460.7434505656756\n", - "12:51:25\tCompleted 3353 to KZ154800: 2058.302465434231\n", - "12:51:25\tCompleted 3378 to KZ556000: 2283.837513106069\n", - "12:51:25\tCompleted 3298 to KZ553600: 1712.4825733216665\n", - "12:51:26\tCompleted 3336 to KZ274200: 4064.972252736526\n", - "12:51:26\tCompleted 3382 to KZ314200: 345.59111819798585\n", - "12:51:26\tCompleted 3332 to KZ431000: 561.7470391217419\n", - "12:51:26\tCompleted 3339 to KZ194200: 419.8330690398556\n", - "12:51:26\tCompleted 3315 to KZ433200: 2396.557108751513\n", - "12:51:26\tCompleted 3381 to KZ751710: 1198.447498187082\n", - "12:51:26\tCompleted 3342 to KZ636400: 1645.7678368145368\n", - "12:51:26\tCompleted 3363 to KZ633200: 2269.9057146159835\n", - "12:51:26\tCompleted 3314 to KZ632800: 4682.140775596992\n", - "12:51:26\tCompleted 3384 to KZ551600: 2213.033126971794\n", - "12:51:26\tCompleted 3356 to KZ595800: 2150.7573589573417\n", - "12:51:26\tCompleted 3308 to KZ235600: 2724.4973906810114\n", - "12:51:26\tCompleted 3344 to KZ595600: 2329.3021417878754\n", - "12:51:26\tCompleted 3349 to KZ395400: 2249.537576991575\n", - "12:51:26\tCompleted 3328 to KZ116600: 1477.5751259219728\n", - "12:51:26\tCompleted 3343 to KZ395800: 2619.2880924501533\n", - "12:51:26\tCompleted 3376 to KZ354400: 1395.1114465595217\n", - "12:51:27\tCompleted 3320 to KZ274400: 1794.427137572104\n", - "12:51:27\tCompleted 3357 to KZ273600: 2864.685734910592\n", - "12:51:27\tCompleted 3307 to KZ116400: 1856.3637005689532\n", - "12:51:27\tCompleted 3339 to KZ751210: 272.1997224608807\n", - "12:51:27\tCompleted 3361 to KZ154600: 2176.9495704618444\n", - "12:51:27\tCompleted 3377 to KZ434400: 1426.5972267988845\n", - "12:51:27\tCompleted 3312 to KZ474200: 4046.26177158355\n", - "12:51:27\tCompleted 3324 to KZ391600: 1863.2891251501594\n", - "12:51:27\tCompleted 3269 to KZ556800: 4098.059419133858\n", - "12:51:27\tCompleted 3332 to KZ435200: 460.05290906081143\n", - "12:51:27\tCompleted 3331 to KZ354800: 1476.8249247582335\n", - "12:51:27\tCompleted 3302 to KZ611600: 2928.8905580207734\n", - "12:51:27\tCompleted 3374 to KZ153600: 2355.760259030334\n", - "12:51:27\tCompleted 3281 to KZ632400: 2741.613023762695\n", - "12:51:27\tCompleted 3267 to KZ635800: 2669.0408402653875\n", - "12:51:27\tCompleted 3318 to KZ595600: 2337.0218427604077\n", - "12:51:28\tCompleted 3249 to KZ434800: 2489.614378479134\n", - "12:51:28\tCompleted 3334 to KZ553200: 2062.3769871237773\n", - "12:51:28\tCompleted 3322 to KZ154800: 3056.83418306592\n", - "12:51:28\tCompleted 3323 to KZ634800: 2541.2592901434077\n", - "12:51:28\tCompleted 3375 to KZ234600: 3638.907254820434\n", - "12:51:28\tCompleted 3381 to KZ751810: 1144.691342264031\n", - "12:51:28\tCompleted 3371 to KZ475000: 3190.7190003728642\n", - "12:51:28\tCompleted 3339 to KZ751110: 279.9570817737614\n", - "12:51:28\tCompleted 3380 to KZ114400: 1777.5913990261372\n", - "12:51:28\tCompleted 3382 to KZ353200: 1599.4808003598378\n", - "12:51:28\tCompleted 3296 to KZ396800: 2284.2342808687067\n", - "12:51:28\tCompleted 3376 to KZ351800: 1249.5784770136497\n", - "12:51:28\tCompleted 3377 to KZ431000: 768.2886444362414\n", - "12:51:28\tCompleted 3275 to KZ711110: 3333.0580087615444\n", - "12:51:28\tCompleted 3354 to KZ633400: 1892.676131545715912:51:28\tCompleted 3332 to KZ434800: 491.3791699771467\n", - "\n", - "12:51:29\tCompleted 3294 to KZ154600: 3186.9222039398833\n", - "12:51:29\tCompleted 3320 to KZ275400: 2155.47339738836\n", - "12:51:29\tCompleted 3298 to KZ552200: 1837.410690990144812:51:29\tCompleted 3337 to KZ113200: 1716.3559769008343\n", - "\n", - "12:51:29\tCompleted 3339 to KZ751310: 273.1286546490152\n", - "12:51:29\tCompleted 3326 to KZ556400: 2214.16319428021\n", - "12:51:29\tCompleted 3347 to KZ155600: 3657.243283873497\n", - "12:51:29\tCompleted 3350 to KZ593600: 2233.442196896502\n", - "12:51:29\tCompleted 3290 to KZ276200: 2654.7638295044094\n", - "12:51:29\tCompleted 3311 to KZ393200: 2392.3100684472465\n", - "12:51:29\tCompleted 3383 to KZ392400: 2354.6765830813033\n", - "12:51:30\tCompleted 3315 to KZ431900: 1877.5132758562997\n", - "12:51:30\tCompleted 3348 to KZ633800: 2248.6831232313034\n", - "12:51:30\tCompleted 3381 to KZ751910: 1165.8322586144393\n", - "12:51:30\tCompleted 3332 to KZ433600: 752.0493503262825\n", - "12:51:30\tCompleted 3351 to KZ274800: 3307.5429872991663\n", - "12:51:30\tCompleted 3377 to KZ435200: 666.594514375311\n", - "12:51:30\tCompleted 3339 to KZ751410: 290.55363305265575\n", - "12:51:30\tCompleted 3344 to KZ596000: 1972.1171577347927\n", - "12:51:30\tCompleted 3307 to KZ116800: 1643.9648468769274\n", - "12:51:30\tCompleted 3342 to KZ631000: 1860.6580246659814\n", - "12:51:30\tCompleted 3249 to KZ433600: 2305.257906628998\n", - "12:51:30\tCompleted 3328 to KZ115600: 2128.2839951116684\n", - "12:51:30\tCompleted 3331 to KZ355200: 1696.8129882510793\n", - "12:51:31\tCompleted 3372 to KZ274400: 2949.312560217915\n", - "12:51:31\tCompleted 3356 to KZ593400: 1960.1446216052018\n", - "12:51:31\tCompleted 3334 to KZ553600: 1779.9839256685452\n", - "12:51:31\tCompleted 3355 to KZ395000: 2621.799663391348\n", - "12:51:31\tCompleted 3320 to KZ273600: 1797.4688722280289\n", - "12:51:31\tCompleted 3332 to KZ434000: 516.1066007367399\n", - "12:51:31\tCompleted 3329 to KZ234200: 3785.729885302485\n", - "12:51:31\tCompleted 3382 to KZ353600: 1746.470441842358\n", - "12:51:31\tCompleted 3302 to KZ613600: 2983.085694664583\n", - "12:51:31\tCompleted 3377 to KZ434800: 697.9207752916461\n", - "12:51:31\tCompleted 3381 to KZ751510: 1154.3481965135234\n", - "12:51:31\tCompleted 3323 to KZ633400: 1809.0372354727024\n", - "12:51:31\tCompleted 3378 to KZ556800: 2484.5254379780063\n", - "12:51:31\tCompleted 3337 to KZ113400: 1507.5769057986631\n", - "12:51:32\tCompleted 3339 to KZ751710: 331.5416648215586\n", - "12:51:32\tCompleted 3367 to KZ396800: 2475.3455252397025\n", - "12:51:32\tCompleted 3313 to KZ234600: 3467.7463234991365\n", - "12:51:32\tCompleted 3318 to KZ596000: 1979.8368587073255\n", - "12:51:32\tCompleted 3314 to KZ636800: 4707.034357125635\n", - "12:51:32\tCompleted 3384 to KZ553200: 2331.9811203784907\n", - "12:51:32\tCompleted 3296 to KZ394800: 2056.7284791631005\n", - "12:51:32\tCompleted 3374 to KZ154000: 2107.336831855366\n", - "12:51:32\tCompleted 3324 to KZ393600: 2333.8331566447423\n", - "12:51:33\tCompleted 3361 to KZ154800: 2011.9568814742524\n", - "12:51:33\tCompleted 3275 to KZ711410: 3323.192229582518\n", - "12:51:33\tCompleted 3269 to KZ554800: 4102.035979981579\n", - "12:51:33\tCompleted 3339 to KZ751810: 277.7855088985076\n", - "12:51:33\tCompleted 3377 to KZ433600: 958.5909556407821\n", - "12:51:33\tCompleted 3380 to KZ114600: 2127.6406497511734\n", - "12:51:33\tCompleted 3353 to KZ155200: 2485.241128335997\n", - "12:51:33\tCompleted 3331 to KZ355600: 1470.2621541763199\n", - "12:51:33\tCompleted 3298 to KZ554600: 1974.9994231680084\n", - "12:51:33\tCompleted 3343 to KZ392400: 2529.3141728228848\n", - "12:51:33\tCompleted 3320 to KZ276600: 2023.0082278198902\n", - "12:51:33\tCompleted 3357 to KZ276600: 2946.5109816095783\n", - "12:51:33\tCompleted 3349 to KZ392000: 2256.5912313868002\n", - "12:51:33\tCompleted 3382 to KZ351600: 1321.2605898659067\n", - "12:51:33\tCompleted 3325 to KZ475000: 3854.8238927449756\n", - "12:51:34\tCompleted 3315 to KZ434600: 1911.17784628268\n", - "12:51:34\tCompleted 3308 to KZ233600: 2607.1139885368607\n", - "12:51:34\tCompleted 3363 to KZ634800: 2754.352306026247\n", - "12:51:34\tCompleted 3345 to KZ271000: 3118.6721674039786\n", - "12:51:34\tCompleted 3312 to KZ474600: 3723.437210765468\n", - "12:51:34\tCompleted 3281 to KZ632800: 2485.3880470875033\n", - "12:51:34\tCompleted 3322 to KZ155200: 3483.7728459676728\n", - "12:51:34\tCompleted 3307 to KZ111810: 1665.8289399000562\n", - "12:51:34\tCompleted 3375 to KZ234800: 2772.60863065605\n", - "12:51:34\tCompleted 3339 to KZ751910: 298.92642524891596\n", - "12:51:34\tCompleted 3376 to KZ393200: 2363.755922756915\n", - "12:51:34\tCompleted 3377 to KZ434000: 722.6482060512396\n", - "12:51:34\tCompleted 3267 to KZ636200: 2530.123757035131312:51:34\tCompleted 3350 to KZ595200: 2230.892329953728\n", - "\n", - "12:51:35\tCompleted 3334 to KZ552200: 1904.9120433370238\n", - "12:51:35\tCompleted 3331 to KZ352100: 562.0254685796016\n", - "12:51:35\tCompleted 3354 to KZ633600: 2307.958829186079\n", - "12:51:35\tCompleted 3311 to KZ393400: 2214.570499547381\n", - "12:51:35\tCompleted 3383 to KZ396200: 2310.3402714941076\n", - "12:51:35\tCompleted 3347 to KZ156800: 3159.223128094134\n", - "12:51:35\tCompleted 3294 to KZ154800: 3021.929514952283\n", - "12:51:35\tCompleted 3302 to KZ614000: 3028.4445333371564\n", - "12:51:35\tCompleted 3320 to KZ275000: 1567.67797779601112:51:35\tCompleted 3337 to KZ113600: 1782.8496348453\n", - "\n", - "12:51:35\tCompleted 3326 to KZ554200: 2409.9942300625053\n", - "12:51:35\tCompleted 3339 to KZ751510: 287.442363148\n", - "12:51:35\tCompleted 3342 to KZ634600: 2128.342649966276\n", - "12:51:35\tCompleted 3328 to KZ115200: 2321.7661095979215\n", - "12:51:36\tCompleted 3348 to KZ634000: 2296.65070390028\n", - "12:51:36\tCompleted 3371 to KZ475200: 3201.5619611569136\n", - "12:51:36\tCompleted 3355 to KZ395200: 2089.4384365522455\n", - "12:51:36\tCompleted 3290 to KZ271000: 2672.456784918625\n", - "12:51:36\tCompleted 3307 to KZ116600: 1153.0808675922299\n", - "12:51:36\tCompleted 3347 to KZ193200: 932.9423128983653\n", - "12:51:36\tCompleted 3326 to KZ791110: 164.17266607252023\n", - "12:51:36\tCompleted 3356 to KZ594200: 2140.0023706687116\n", - "12:51:37\tCompleted 3384 to KZ553600: 2066.9907873123584\n", - "12:51:37\tCompleted 3331 to KZ352200: 1278.818691164438\n", - "12:51:37\tCompleted 3382 to KZ354000: 1695.640150947223\n", - "12:51:37\tCompleted 3380 to KZ114800: 1990.7977565366546\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:51:37\tCompleted 3351 to KZ275800: 2777.125811287588\n", - "12:51:37\tCompleted 3298 to KZ555600: 1879.0234887572765\n", - "12:51:37\tCompleted 3275 to KZ711210: 3320.547999024495\n", - "12:51:37\tCompleted 3367 to KZ394800: 2247.8397235340967\n", - "12:51:37\tCompleted 3323 to KZ633600: 2224.3199331130654\n", - "12:51:37\tCompleted 3320 to KZ274800: 1922.8573546928003\n", - "12:51:37\tCompleted 3376 to KZ393400: 1880.1649645939733\n", - "12:51:37\tCompleted 3344 to KZ596200: 2359.1166074059615\n", - "12:51:37\tCompleted 3326 to KZ791310: 141.89111711212192\n", - "12:51:37\tCompleted 3318 to KZ596200: 2352.8434151603556\n", - "12:51:38\tCompleted 3347 to KZ193400: 1137.8311899138055\n", - "12:51:38\tCompleted 3363 to KZ633400: 2022.13025135556412:51:38\tCompleted 3313 to KZ234800: 2601.4476993347475\n", - "\n", - "12:51:38\tCompleted 3378 to KZ554800: 2489.220926022457\n", - "12:51:38\tCompleted 3324 to KZ396400: 2492.3070531736475\n", - "12:51:38\tCompleted 3329 to KZ234600: 3900.9001837405394\n", - "12:51:38\tCompleted 3372 to KZ275400: 3624.500992174925\n", - "12:51:38\tCompleted 3269 to KZ556400: 4040.48878086975512:51:38\tCompleted 3296 to KZ395000: 2390.8642592577207\n", - "\n", - "12:51:39\tCompleted 3334 to KZ554600: 2042.5007755148874\n", - "12:51:39\tCompleted 3326 to KZ791510: 141.17731337181024\n", - "12:51:39\tCompleted 3374 to KZ154200: 2409.9728708246853\n", - "12:51:39\tCompleted 3314 to KZ635800: 5156.536604822942\n", - "12:51:39\tCompleted 3332 to KZ471000: 2949.0554714057116\n", - "12:51:39\tCompleted 3353 to KZ156400: 2064.5311279751622\n", - "12:51:39\tCompleted 3315 to KZ434400: 2254.1272452444136\n", - "12:51:39\tCompleted 3342 to KZ634400: 1720.4933905101961\n", - "12:51:39\tCompleted 3320 to KZ275800: 1699.6402316739152\n", - "12:51:39\tCompleted 3302 to KZ613900: 3265.3645305068835\n", - "12:51:39\tCompleted 3381 to KZ231000: 2956.891050244036\n", - "12:51:39\tCompleted 3350 to KZ591000: 2121.1080587062706\n", - "12:51:39\tCompleted 3343 to KZ396200: 2484.9778612356954\n", - "12:51:39\tCompleted 3311 to KZ391600: 2070.4409965628674\n", - "12:51:39\tCompleted 3382 to KZ351000: 1629.6148655973873\n", - "12:51:39\tCompleted 3347 to KZ193600: 808.6994255085699\n", - "12:51:39\tCompleted 3337 to KZ113800: 1962.1956595142\n", - "12:51:40\tCompleted 3349 to KZ395600: 2329.8947292944436\n", - "12:51:40\tCompleted 3383 to KZ396600: 2318.259112285297\n", - "12:51:40\tCompleted 3388 to KZ274000: 3645.103038941454\n", - "12:51:40\tCompleted 3326 to KZ791710: 113.65838745805783\n", - "12:51:40\tCompleted 3307 to KZ115600: 1829.901288103611\n", - "12:51:40\tCompleted 3357 to KZ275000: 2812.2086387119252\n", - "12:51:40\tCompleted 3331 to KZ352300: 1614.272359264084312:51:40\tCompleted 3308 to KZ633200: 2416.682287727091\n", - "\n", - "12:51:40\tCompleted 3328 to KZ115400: 2542.3388814635723\n", - "12:51:40\tCompleted 3342 to KZ313600: 487.0055442709625\n", - "12:51:40\tCompleted 3322 to KZ156400: 3063.062845606906\n", - "12:51:40\tCompleted 3376 to KZ391600: 1747.2702254557478\n", - "12:51:41\tCompleted 3354 to KZ633800: 2314.736023672454\n", - "12:51:41\tCompleted 3347 to KZ194000: 293.9863276825623\n", - "12:51:41\tCompleted 3298 to KZ551000: 1790.158919411023\n", - "12:51:41\tCompleted 3267 to KZ636400: 2287.5379091551695\n", - "12:51:41\tCompleted 3380 to KZ111010: 1995.1591117158262\n", - "12:51:41\tCompleted 3361 to KZ155200: 2438.8955443760215\n", - "12:51:41\tCompleted 3356 to KZ596600: 2060.080831762534\n", - "12:51:41\tCompleted 3325 to KZ475200: 3865.666853529025\n", - "12:51:41\tCompleted 3281 to KZ636800: 2669.7813115736994\n", - "12:51:41\tCompleted 3382 to KZ352000: 1179.5371421794132\n", - "12:51:41\tCompleted 3326 to KZ611600: 260.49399696418755\n", - "12:51:41\tCompleted 3320 to KZ276000: 1968.9423773007788\n", - "12:51:41\tCompleted 3377 to KZ471000: 3155.597076720211\n", - "12:51:41\tCompleted 3345 to KZ274000: 3772.3303511234835\n", - "12:51:41\tCompleted 3384 to KZ552200: 2174.5161765917537\n", - "12:51:42\tCompleted 3342 to KZ314000: 345.36218012257353\n", - "12:51:42\tCompleted 3375 to KZ235200: 2820.2484780194177\n", - "12:51:42\tCompleted 3275 to KZ711310: 3310.808058331609\n", - "12:51:42\tCompleted 3347 to KZ196400: 851.681826825513\n", - "12:51:42\tCompleted 3312 to KZ475000: 4093.7662375152454\n", - "12:51:42\tCompleted 3339 to KZ231000: 3738.8335288981443\n", - "12:51:42\tCompleted 3315 to KZ431000: 1595.8186628817714\n", - "12:51:42\tCompleted 3302 to KZ612000: 2771.236171172646\n", - "12:51:42\tCompleted 3318 to KZ596400: 2161.902885987198\n", - "12:51:42\tCompleted 3344 to KZ596400: 2132.9115870057426\n", - "12:51:42\tCompleted 3331 to KZ352800: 1305.9411138614048\n", - "12:51:42\tCompleted 3355 to KZ391000: 2343.8366332085684\n", - "12:51:43\tCompleted 3326 to KZ613600: 52.89599549195047\n", - "12:51:43\tCompleted 3323 to KZ633800: 2231.0971275994484\n", - "12:51:43\tCompleted 3296 to KZ395200: 1858.503032418593\n", - "12:51:43\tCompleted 3342 to KZ314800: 391.66895046422684\n", - "12:51:43\tCompleted 3374 to KZ156000: 1983.222103192901\n", - "12:51:43\tCompleted 3294 to KZ155200: 3448.868177854036\n", - "12:51:43\tCompleted 3334 to KZ555600: 2099.048250906769\n", - "12:51:43\tCompleted 3347 to KZ196800: 542.1755377490549\n", - "12:51:43\tCompleted 3337 to KZ114500: 1829.3176749682348\n", - "12:51:43\tCompleted 3348 to KZ635400: 2741.5562564824895\n", - "12:51:43\tCompleted 3320 to KZ276200: 1797.9679054847095\n", - "12:51:44\tCompleted 3383 to KZ394200: 1952.5115924471893\n", - "12:51:44\tCompleted 3290 to KZ274000: 3326.1149686381523\n", - "12:51:44\tCompleted 3326 to KZ614000: 172.23759022182327\n", - "12:51:44\tCompleted 3371 to KZ471800: 3031.171740996188\n", - "12:51:44\tCompleted 3331 to KZ356400: 958.7243457680022\n", - "12:51:44\tCompleted 3380 to KZ116000: 1727.981809369384\n", - "12:51:44\tCompleted 3367 to KZ395000: 2581.9755036287165\n", - "12:51:44\tCompleted 3342 to KZ315400: 79.79656187959756\n", - "12:51:44\tCompleted 3324 to KZ394000: 2600.767332262968\n", - "12:51:44\tCompleted 3347 to KZ191600: 459.07508088121193\n", - "12:51:45\tCompleted 3311 to KZ393600: 2372.8742915522357\n", - "12:51:45\tCompleted 3298 to KZ556000: 1831.455427741836\n", - "12:51:45\tCompleted 3351 to KZ276000: 3192.956837042623\n", - "12:51:45\tCompleted 3315 to KZ435200: 1494.1245328208408\n", - "12:51:45\tCompleted 3329 to KZ234800: 3034.6015595761555\n", - "12:51:45\tCompleted 3378 to KZ556400: 2426.954799713903\n", - "12:51:45\tCompleted 3269 to KZ554200: 4210.333682722947\n", - "12:51:45\tCompleted 3382 to KZ354800: 2002.0230057397864\n", - "12:51:45\tCompleted 3326 to KZ613900: 448.9892893630177\n", - "12:51:45\tCompleted 3307 to KZ115200: 2023.3834025898732\n", - "12:51:45\tCompleted 3363 to KZ633600: 2437.4129489959273\n", - "12:51:45\tCompleted 3376 to KZ393600: 2217.81425695034\n", - "12:51:45\tCompleted 3313 to KZ235200: 2649.08754669812\n", - "12:51:45\tCompleted 3332 to KZ473600: 2530.0807053827684\n", - "12:51:45\tCompleted 3320 to KZ271000: 1763.895052004112\n", - "12:51:45\tCompleted 3314 to KZ636200: 4825.449927024764\n", - "12:51:46\tCompleted 3356 to KZ595000: 2075.3279069331784\n", - "12:51:46\tCompleted 3353 to KZ155600: 2237.2110020140904\n", - "12:51:46\tCompleted 3372 to KZ273600: 2792.4602511574635\n", - "12:51:46\tCompleted 3350 to KZ595600: 2354.4928530333077\n", - "12:51:46\tCompleted 3342 to KZ315600: 716.9772828294374\n", - "12:51:46\tCompleted 3349 to KZ395800: 2356.4416708004997\n", - "12:51:46\tCompleted 3347 to KZ195200: 437.4720473839077\n", - "12:51:46\tCompleted 3328 to KZ151000: 3402.774460120785\n", - "12:51:46\tCompleted 3326 to KZ612000: 199.68287886608897\n", - "12:51:46\tCompleted 3331 to KZ352400: 1291.8667017578084\n", - "12:51:46\tCompleted 3354 to KZ634000: 2362.703604341432\n", - "12:51:46\tCompleted 3384 to KZ554600: 2256.6926490935475\n", - "12:51:46\tCompleted 3343 to KZ396600: 2492.8967020268847\n", - "12:51:46\tCompleted 3302 to KZ614400: 3193.5658544947305\n", - "12:51:47\tCompleted 3337 to KZ114000: 1776.2570287620604\n", - "12:51:47\tCompleted 3334 to KZ551000: 1962.5250353669062\n", - "12:51:47\tCompleted 3361 to KZ156400: 2018.1855440151835\n", - "12:51:47\tCompleted 3347 to KZ195000: 773.8170934085375\n", - "12:51:47\tCompleted 3342 to KZ316000: 719.8707720834421\n", - "12:51:47\tCompleted 3326 to KZ614400: 375.52208880282006\n", - "12:51:47\tCompleted 3381 to KZ234000: 3165.5015276117238\n", - "12:51:47\tCompleted 3275 to KZ555200: 4054.622917552753\n", - "12:51:47\tCompleted 3315 to KZ434800: 1525.450793737176412:51:47\tCompleted 3357 to KZ274800: 3347.7135500953264\n", - "\n", - "12:51:47\tCompleted 3318 to KZ594600: 2346.1101395057585\n", - "12:51:47\tCompleted 3320 to KZ274000: 2033.895490616474\n", - "12:51:48\tCompleted 3267 to KZ631000: 2502.428097006574\n", - "12:51:48\tCompleted 3296 to KZ391000: 2112.901229074941\n", - "12:51:48\tCompleted 3281 to KZ635800: 2720.4077452892643\n", - "12:51:48\tCompleted 3382 to KZ355200: 1657.6133861721594\n", - "12:51:48\tCompleted 3377 to KZ473600: 2736.622310697268\n", - "12:51:48\tCompleted 3308 to KZ634800: 2901.1288791373577\n", - "12:51:48\tCompleted 3325 to KZ471800: 3695.2766333682994\n", - "12:51:48\tCompleted 3344 to KZ594600: 2338.390438533226\n", - "12:51:48\tCompleted 3339 to KZ234000: 3947.4440062658323\n", - "12:51:48\tCompleted 3342 to KZ316600: 423.81217624079386\n", - "12:51:48\tCompleted 3326 to KZ614600: 62.466608963983134\n", - "12:51:48\tCompleted 3322 to KZ155600: 3235.742719645766\n", - "12:51:48\tCompleted 3367 to KZ395200: 2049.614276789609\n", - "12:51:48\tCompleted 3347 to KZ194400: 256.14089105518656\n", - "12:51:48\tCompleted 3298 to KZ556800: 1893.026386426583\n", - "12:51:49\tCompleted 3380 to KZ116400: 2076.5597684828413\n", - "12:51:49\tCompleted 3375 to KZ235600: 2915.2862440398226\n", - "12:51:49\tCompleted 3345 to KZ274200: 3889.6758455029512\n", - "12:51:49\tCompleted 3374 to KZ154600: 2281.3595339380204\n", - "12:51:49\tCompleted 3323 to KZ634000: 2279.0647082684254\n", - "12:51:49\tCompleted 3269 to KZ791110: 3022.168739845688\n", - "12:51:49\tCompleted 3371 to KZ593200: 2100.77694090682\n", - "12:51:49\tCompleted 3383 to KZ394400: 2380.5179437731913\n", - "12:51:49\tCompleted 3355 to KZ395400: 2391.7041862416445\n", - "12:51:49\tCompleted 3348 to KZ635000: 2216.2828291500673\n", - "12:51:49\tCompleted 3350 to KZ596000: 1997.810661175108\n", - "12:51:49\tCompleted 3353 to KZ156800: 1739.1908462346817\n", - "12:51:49\tCompleted 3331 to KZ356000: 1775.3687464873583\n", - "12:51:50\tCompleted 3326 to KZ614800: 515.2404018088041\n", - "12:51:50\tCompleted 3347 to KZ194600: 531.905172310454312:51:50\tCompleted 3342 to KZ316200: 638.8104643708072\n", - "\n", - "12:51:50\tCompleted 3388 to KZ274200: 3762.448533320913\n", - "12:51:50\tCompleted 3302 to KZ614600: 2918.6735520793245\n", - "12:51:50\tCompleted 3312 to KZ475200: 4104.609198299295\n", - "12:51:50\tCompleted 3318 to KZ711110: 1634.4551314636906\n", - "12:51:50\tCompleted 3337 to KZ117000: 1698.8893722086643\n", - "12:51:50\tCompleted 3320 to KZ274200: 2246.0166702134893\n", - "12:51:50\tCompleted 3307 to KZ115400: 2243.9561744555253\n", - "12:51:50\tCompleted 3311 to KZ396400: 2594.2859382255965\n", - "12:51:51\tCompleted 3290 to KZ274200: 3443.4604630175977\n", - "12:51:51\tCompleted 3315 to KZ433600: 1786.1209740863121\n", - "12:51:51\tCompleted 3294 to KZ156400: 3028.1581774932692\n", - "12:51:51\tCompleted 3334 to KZ556000: 2010.6464175749234\n", - "12:51:51\tCompleted 3326 to KZ615400: 334.68295322358813\n", - "12:51:51\tCompleted 3324 to KZ396800: 2615.369406936992\n", - "12:51:51\tCompleted 3351 to KZ276200: 2912.343050308719\n", - "12:51:51\tCompleted 3344 to KZ711110: 1586.6227321189494\n", - "12:51:51\tCompleted 3376 to KZ396400: 2376.288153479249\n", - "12:51:51\tCompleted 3342 to KZ311000: 244.22483450138657\n", - "12:51:51\tCompleted 3356 to KZ593600: 2189.876511217473\n", - "12:51:51\tCompleted 3349 to KZ392400: 2266.467751173245\n", - "12:51:51\tCompleted 3343 to KZ394200: 2127.14918218878112:51:51\tCompleted 3382 to KZ355600: 1820.2400716653574\n", - "\n", - "12:51:51\tCompleted 3347 to KZ194800: 907.2223575014983\n", - "12:51:51\tCompleted 3383 to KZ433200: 1513.6354423965115\n", - "12:51:51\tCompleted 3390 to KZ194400: 1569.794406130344\n", - "12:51:52\tCompleted 3328 to KZ153200: 3407.19104354941\n", - "12:51:52\tCompleted 3329 to KZ235200: 3082.241406939523\n", - "12:51:52\tCompleted 3313 to KZ235600: 2744.125312718525\n", - "12:51:52\tCompleted 3314 to KZ636400: 5162.689661528064\n", - "12:51:52\tCompleted 3326 to KZ615200: 114.1658080075942\n", - "12:51:52\tCompleted 3363 to KZ633800: 2444.190143482289\n", - "12:51:52\tCompleted 3346 to KZ113200: 1762.7695779260434\n", - "12:51:52\tCompleted 3298 to KZ554800: 2047.7063551748722\n", - "12:51:52\tCompleted 3275 to KZ551600: 3788.0561955672256\n", - "12:51:52\tCompleted 3342 to KZ315000: 370.37395166778333\n", - "12:51:52\tCompleted 3331 to KZ354400: 1556.542550727994\n", - "12:51:52\tCompleted 3378 to KZ554200: 2622.785835496197\n", - "12:51:52\tCompleted 3380 to KZ116800: 1873.9926869060587\n", - "12:51:53\tCompleted 3325 to KZ593200: 1865.4396602670283\n", - "12:51:53\tCompleted 3332 to KZ474200: 2976.7048664492904\n", - "12:51:53\tCompleted 3382 to KZ352100: 1087.2235495611535\n", - "12:51:53\tCompleted 3347 to KZ195600: 583.6344989059897\n", - "12:51:53\tCompleted 3353 to KZ193200: 1647.7570982519992\n", - "12:51:53\tCompleted 3383 to KZ431900: 994.5916095012926\n", - "12:51:53\tCompleted 3318 to KZ711410: 1634.6279345178002\n", - "12:51:53\tCompleted 3384 to KZ555600: 2510.996494779292\n", - "12:51:53\tCompleted 3296 to KZ395400: 2160.768782108017\n", - "12:51:53\tCompleted 3372 to KZ276600: 2874.2854978564496\n", - "12:51:53\tCompleted 3361 to KZ155600: 2190.865418054115\n", - "12:51:54\tCompleted 3378 to KZ791110: 164.54242600304346\n", - "12:51:54\tCompleted 3326 to KZ616400: 997.6834240775829\n", - "12:51:54\tCompleted 3342 to KZ314200: 245.63904806375965\n", - "12:51:54\tCompleted 3354 to KZ635400: 2807.6091569236414\n", - "12:51:54\tCompleted 3315 to KZ434000: 1550.1782244967678\n", - "12:51:54\tCompleted 3321 to KZ113200: 1653.4306697612735\n", - "12:51:54\tCompleted 3390 to KZ194600: 1580.3113721348504\n", - "12:51:54\tCompleted 3302 to KZ614800: 3158.3835573370047\n", - "12:51:54\tCompleted 3344 to KZ711410: 1612.735232202461\n", - "12:51:54\tCompleted 3389 to KZ113200: 1999.172644726334512:51:54\tCompleted 3337 to KZ114400: 1825.1292123172634\n", - "\n", - "12:51:54\tCompleted 3293 to KZ113200: 1683.4306816861374\n", - "12:51:54\tCompleted 3347 to KZ195800: 23.8890406154739612:51:54\tCompleted 3308 to KZ633400: 2168.9068244666823\n", - "\n", - "12:51:54\tCompleted 3374 to KZ154800: 2116.366844950431\n", - "12:51:54\tCompleted 3357 to KZ275800: 2817.296374083748\n", - "12:51:54\tCompleted 3281 to KZ636200: 2581.490662059008\n", - "12:51:55\tCompleted 3383 to KZ434600: 1028.256179927673\n", - "12:51:55\tCompleted 3350 to KZ596200: 2272.8414639209614\n", - "12:51:55\tCompleted 3378 to KZ791310: 174.8850202891249\n", - "12:51:55\tCompleted 3346 to KZ113400: 1592.48208499328\n", - "12:51:55\tCompleted 3371 to KZ595800: 2204.6965509471943\n", - "12:51:55\tCompleted 3326 to KZ615600: 672.1758530675928\n", - "12:51:55\tCompleted 3339 to KZ234200: 4398.38971278676812:51:55\tCompleted 3334 to KZ556800: 2134.569254637965\n", - "\n", - "12:51:55\tCompleted 3367 to KZ391000: 2304.012473445937\n", - "12:51:55\tCompleted 3331 to KZ351800: 1589.4733693908609\n", - "12:51:55\tCompleted 3348 to KZ632200: 2099.3586611490405\n", - "12:51:55\tCompleted 3322 to KZ156800: 2737.722563866403\n", - "12:51:55\tCompleted 3375 to KZ233600: 2797.9028418956873\n", - "12:51:55\tCompleted 3382 to KZ352200: 1607.421375088555\n", - "12:51:56\tCompleted 3347 to KZ196000: 908.899067430646112:51:56\tCompleted 3318 to KZ711210: 1604.2735488513847\n", - "\n", - "12:51:56\tCompleted 3267 to KZ634600: 2770.112722306869\n", - "12:51:56\tCompleted 3381 to KZ234200: 3616.4472341326596\n", - "12:51:56\tCompleted 3378 to KZ791510: 190.41234199808372\n", - "12:51:56\tCompleted 3355 to KZ392000: 2398.7578406368693\n", - "12:51:56\tCompleted 3342 to KZ353200: 1253.5264354841577\n", - "12:51:56\tCompleted 3326 to KZ615800: 171.26078281198426\n", - "12:51:56\tCompleted 3383 to KZ434400: 1371.2055788894074\n", - "12:51:56\tCompleted 3361 to KZ156800: 1692.8452622747031\n", - "12:51:56\tCompleted 3321 to KZ113400: 1444.6515986591023\n", - "12:51:56\tCompleted 3323 to KZ635400: 2723.970260850635\n", - "12:51:56\tCompleted 3356 to KZ595200: 2187.3266442747026\n", - "12:51:57\tCompleted 3380 to KZ111810: 1895.8567799291875\n", - "12:51:57\tCompleted 3324 to KZ394800: 2387.863605231386\n", - "12:51:57\tCompleted 3293 to KZ113400: 1513.143188753374\n", - "12:51:57\tCompleted 3347 to KZ191000: 611.8332729385381\n", - "12:51:57\tCompleted 3344 to KZ711210: 1613.8969936293595\n", - "12:51:57\tCompleted 3322 to KZ193200: 653.084464269826\n", - "12:51:57\tCompleted 3390 to KZ194800: 1848.4270241888537\n", - "12:51:57\tCompleted 3328 to KZ153400: 3296.6043860237314\n", - "12:51:57\tCompleted 3349 to KZ396200: 2222.1314395860472\n", - "12:51:57\tCompleted 3353 to KZ193400: 1852.6459752674398\n", - "12:51:57\tCompleted 3325 to KZ595800: 1969.3592703074055\n", - "12:51:57\tCompleted 3382 to KZ352300: 1302.948534698739\n", - "12:51:57\tCompleted 3326 to KZ612600: 172.4057143027516\n", - "12:51:57\tCompleted 3307 to KZ151000: 3078.2802017910662\n", - "12:51:57\tCompleted 3389 to KZ113400: 1828.8851517935711\n", - "12:51:57\tCompleted 3312 to KZ471800: 3934.218978138569\n", - "12:51:57\tCompleted 3311 to KZ394000: 2826.220787591418\n", - "12:51:57\tCompleted 3376 to KZ394000: 2484.7484325685646\n", - "12:51:58\tCompleted 3378 to KZ791710: 163.22844507162114\n", - "12:51:58\tCompleted 3275 to KZ553200: 3907.0041889739223\n", - "12:51:58\tCompleted 3383 to KZ431000: 712.8969965267643\n", - "12:51:58\tCompleted 3351 to KZ271000: 2930.036005722934512:51:58\tCompleted 3380 to KZ116600: 526.5250055243329\n", - "\n", - "12:51:58\tCompleted 3302 to KZ615400: 3154.7891824184753\n", - "12:51:58\tCompleted 3294 to KZ155600: 3200.838051532129\n", - "12:51:58\tCompleted 3314 to KZ631000: 4771.58431369280912:51:58\tCompleted 3347 to KZ196200: 339.7005411972517\n", - "\n", - "12:51:58\tCompleted 3313 to KZ233600: 2626.741910574377\n", - "12:51:58\tCompleted 3337 to KZ114600: 1933.5283047046933\n", - "12:51:58\tCompleted 3391 to KZ631000: 2492.3620113661873\n", - "12:51:58\tCompleted 3322 to KZ193400: 857.9733412852663\n", - "12:51:58\tCompleted 3296 to KZ392000: 2167.8224365032374\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:51:58\tCompleted 3377 to KZ474200: 3183.24647176379\n", - "12:51:58\tCompleted 3326 to KZ616000: 186.04263908865903\n", - "12:51:59\tCompleted 3343 to KZ394400: 2555.155533514777\n", - "12:51:59\tCompleted 3342 to KZ353600: 1189.756213767491312:51:59\tCompleted 3318 to KZ711310: 1625.8659373899739\n", - "\n", - "12:51:59\tCompleted 3384 to KZ551000: 2249.608771442123\n", - "12:51:59\tCompleted 3378 to KZ611600: 246.92460121370902\n", - "12:51:59\tCompleted 3346 to KZ113600: 1720.9532430633378\n", - "12:51:59\tCompleted 3353 to KZ193600: 1152.5807063147856\n", - "12:51:59\tCompleted 3363 to KZ634000: 2492.1577241512646\n", - "12:51:59\tCompleted 3347 to KZ192600: 595.4744848464665\n", - "12:51:59\tCompleted 3383 to KZ435200: 611.2028664658338\n", - "12:52:00\tCompleted 3321 to KZ113600: 1719.9243277057392\n", - "12:52:00\tCompleted 3334 to KZ554800: 2216.0298304913176\n", - "12:52:00\tCompleted 3344 to KZ711310: 1625.7543530852913\n", - "12:52:00\tCompleted 3329 to KZ235600: 3177.279172959928\n", - "12:52:00\tCompleted 3371 to KZ593400: 2014.0838135950578\n", - "12:52:00\tCompleted 3322 to KZ193600: 415.40469664323797\n", - "12:52:00\tCompleted 3350 to KZ596400: 2179.8766884549805\n", - "12:52:00\tCompleted 3326 to KZ613800: 406.96066388395616\n", - "12:52:00\tCompleted 3293 to KZ113600: 1641.614346823432\n", - "12:52:00\tCompleted 3382 to KZ352800: 1581.6514095824127\n", - "12:52:00\tCompleted 3315 to KZ471000: 3983.127095165735\n", - "12:52:00\tCompleted 3342 to KZ351600: 764.5463617910399\n", - "12:52:00\tCompleted 3361 to KZ193200: 1764.5296989624862\n", - "12:52:00\tCompleted 3332 to KZ474600: 2653.8803056312086\n", - "12:52:00\tCompleted 3390 to KZ195600: 1925.2075919440633\n", - "12:52:00\tCompleted 3378 to KZ613600: 265.64617955954594\n", - "12:52:01\tCompleted 3281 to KZ636400: 2338.904814179046\n", - "12:52:01\tCompleted 3347 to KZ196600: 290.0494079325892\n", - "12:52:01\tCompleted 3331 to KZ393200: 2441.739418904629\n", - "12:52:01\tCompleted 3383 to KZ434800: 642.529127382169\n", - "12:52:01\tCompleted 3353 to KZ194000: 1133.342505503541\n", - "12:52:01\tCompleted 3372 to KZ275000: 2739.9831549588016\n", - "12:52:01\tCompleted 3322 to KZ194000: 138.6698715213679\n", - "12:52:01\tCompleted 3325 to KZ593400: 1778.7465329552654\n", - "12:52:01\tCompleted 3389 to KZ113600: 1957.356309863629\n", - "12:52:01\tCompleted 3357 to KZ276000: 3233.1273998387833\n", - "12:52:02\tCompleted 3378 to KZ614000: 137.31950947666516\n", - "12:52:02\tCompleted 3375 to KZ633200: 2500.1449246480665\n", - "12:52:02\tCompleted 3347 to KZ194200: 760.9706100438542\n", - "12:52:02\tCompleted 3308 to KZ633600: 2375.596107273009212:52:02\tCompleted 3354 to KZ635000: 2282.335729591221\n", - "\n", - "12:52:02\tCompleted 3343 to KZ433200: 1688.2730321381096\n", - "12:52:02\tCompleted 3367 to KZ395400: 2351.880026479013\n", - "12:52:02\tCompleted 3356 to KZ591000: 2077.542373027245\n", - "12:52:02\tCompleted 3339 to KZ234600: 4513.560011224853\n", - "12:52:02\tCompleted 3312 to KZ593200: 1952.8146996672117\n", - "12:52:02\tCompleted 3302 to KZ615200: 2970.3727511229285\n", - "12:52:02\tCompleted 3267 to KZ634400: 2362.263462850803\n", - "12:52:02\tCompleted 3323 to KZ635000: 2198.696833518212\n", - "12:52:02\tCompleted 3349 to KZ396600: 2230.0502803772365\n", - "12:52:02\tCompleted 3383 to KZ433600: 903.199307731305\n", - "12:52:02\tCompleted 3348 to KZ635200: 2481.887876943081\n", - "12:52:03\tCompleted 3342 to KZ354000: 1273.3458797525436\n", - "12:52:03\tCompleted 3382 to KZ356400: 1483.9224267495524\n", - "12:52:03\tCompleted 3275 to KZ553600: 3858.0071872088993\n", - "12:52:03\tCompleted 3322 to KZ196400: 571.8239781969737\n", - "12:52:03\tCompleted 3328 to KZ153600: 3589.008146881256\n", - "12:52:03\tCompleted 3374 to KZ155200: 2543.30550785219\n", - "12:52:03\tCompleted 3347 to KZ751210: 440.82899135250705\n", - "12:52:03\tCompleted 3378 to KZ613900: 238.1355518554506\n", - "12:52:03\tCompleted 3346 to KZ113800: 1800.5713278193718\n", - "12:52:03\tCompleted 3380 to KZ115600: 2059.9291281327423\n", - "12:52:03\tCompleted 3355 to KZ395600: 2472.061338544513\n", - "12:52:03\tCompleted 3390 to KZ195800: 1739.0944643112132\n", - "12:52:03\tCompleted 3324 to KZ395000: 2721.999385326006\n", - "12:52:03\tCompleted 3376 to KZ396800: 2499.35050724259\n", - "12:52:04\tCompleted 3321 to KZ113800: 1899.2703523746393\n", - "12:52:04\tCompleted 3293 to KZ113800: 1721.232431579466\n", - "12:52:04\tCompleted 3343 to KZ431900: 1169.2291992428907\n", - "12:52:04\tCompleted 3383 to KZ434000: 635.7607208326897\n", - "12:52:04\tCompleted 3296 to KZ395600: 2241.1259344108857\n", - "12:52:04\tCompleted 3353 to KZ196400: 1566.4966121791447\n", - "12:52:04\tCompleted 3307 to KZ153200: 3082.6967852196913\n", - "12:52:04\tCompleted 3322 to KZ196800: 147.77661115965762\n", - "12:52:04\tCompleted 3267 to KZ313600: 745.8184876374786\n", - "12:52:04\tCompleted 3311 to KZ396800: 2572.313245151831\n", - "12:52:04\tCompleted 3347 to KZ751110: 434.430715689218\n", - "12:52:04\tCompleted 3378 to KZ612000: 307.43344533133205\n", - "12:52:04\tCompleted 3381 to KZ234600: 3731.617532570714\n", - "12:52:04\tCompleted 3384 to KZ556000: 2297.7301536501363\n", - "12:52:04\tCompleted 3313 to KZ633200: 2396.8129442757786\n", - "12:52:05\tCompleted 3334 to KZ556400: 2153.76370418276\n", - "12:52:05\tCompleted 3361 to KZ193400: 1969.4185759779268\n", - "12:52:05\tCompleted 3294 to KZ156800: 2702.817895752766\n", - "12:52:05\tCompleted 3391 to KZ634600: 2760.0466366664823\n", - "12:52:05\tCompleted 3342 to KZ351000: 1204.9774486522003\n", - "12:52:05\tCompleted 3314 to KZ634600: 5230.313841158276\n", - "12:52:05\tCompleted 3337 to KZ114800: 2291.7638340580006\n", - "12:52:05\tCompleted 3322 to KZ191600: 65.78035201588\n", - "12:52:05\tCompleted 3344 to KZ555200: 2252.2027731300686\n", - "12:52:05\tCompleted 3371 to KZ594200: 2193.941562658567\n", - "12:52:05\tCompleted 3347 to KZ751310: 440.91599706345664\n", - "12:52:05\tCompleted 3318 to KZ555200: 2366.67074932494812:52:05\tCompleted 3267 to KZ314000: 527.4171943436708\n", - "\n", - "12:52:05\tCompleted 3382 to KZ352400: 1665.9169037978156\n", - "12:52:05\tCompleted 3351 to KZ274000: 3583.694189442453\n", - "12:52:05\tCompleted 3353 to KZ196800: 1034.6550099379645\n", - "12:52:06\tCompleted 3389 to KZ113800: 2036.974394619663\n", - "12:52:06\tCompleted 3378 to KZ614400: 164.6683512952528\n", - "12:52:06\tCompleted 3343 to KZ434600: 1202.893769669271\n", - "12:52:06\tCompleted 3325 to KZ594200: 1958.6042820187768\n", - "12:52:06\tCompleted 3377 to KZ474600: 2860.421910945708\n", - "12:52:06\tCompleted 3349 to KZ394200: 1864.3027605391253\n", - "12:52:06\tCompleted 3331 to KZ393400: 2220.0598569711797\n", - "12:52:06\tCompleted 3322 to KZ195200: 11.82842712474619\n", - "12:52:06\tCompleted 3294 to KZ193200: 684.8413185431602\n", - "12:52:06\tCompleted 3315 to KZ473600: 3564.152329142792\n", - "12:52:06\tCompleted 3390 to KZ196000: 1925.8752197001334\n", - "12:52:07\tCompleted 3361 to KZ193600: 1269.3533070252713\n", - "12:52:07\tCompleted 3347 to KZ751410: 447.9259431683532\n", - "12:52:07\tCompleted 3329 to KZ233600: 3059.8957708158223\n", - "12:52:07\tCompleted 3312 to KZ595800: 2056.734309707589\n", - "12:52:07\tCompleted 3350 to KZ594600: 2364.0839419735407\n", - "12:52:07\tCompleted 3363 to KZ635400: 2937.063276733474\n", - "12:52:07\tCompleted 3378 to KZ614600: 151.96053056808685\n", - "12:52:07\tCompleted 3267 to KZ314800: 1033.4390228048599\n", - "12:52:07\tCompleted 3346 to KZ114500: 1874.4138229041935\n", - "12:52:07\tCompleted 3323 to KZ632200: 2081.7726655171846\n", - "12:52:07\tCompleted 3321 to KZ114500: 1766.392367828674\n", - "12:52:07\tCompleted 3353 to KZ191600: 1060.452985998053\n", - "12:52:07\tCompleted 3380 to KZ115200: 2007.527008460511\n", - "12:52:07\tCompleted 3342 to KZ352000: 1349.7440389529415\n", - "12:52:07\tCompleted 3382 to KZ356000: 1464.044921922013\n", - "12:52:07\tCompleted 3293 to KZ114500: 1795.0749266642874\n", - "12:52:07\tCompleted 3356 to KZ595600: 2273.839447290351\n", - "12:52:08\tCompleted 3322 to KZ195000: 455.1754786912915\n", - "12:52:08\tCompleted 3275 to KZ552200: 3749.539245187186\n", - "12:52:08\tCompleted 3281 to KZ631000: 2553.7950020304506\n", - "12:52:08\tCompleted 3332 to KZ475000: 3024.209332380986\n", - "12:52:08\tCompleted 3326 to KZ273200: 2959.283663560828\n", - "12:52:08\tCompleted 3347 to KZ751710: 479.96201282849677\n", - "12:52:08\tCompleted 3367 to KZ392000: 2358.9336808742332\n", - "12:52:08\tCompleted 3376 to KZ394800: 2271.8447055369875\n", - "12:52:08\tCompleted 3328 to KZ154000: 3340.5847197062303\n", - "12:52:08\tCompleted 3294 to KZ193400: 889.7301955586006\n", - "12:52:08\tCompleted 3374 to KZ156400: 2122.5955074913627\n", - "12:52:08\tCompleted 3324 to KZ395200: 2189.6381584869064\n", - "12:52:08\tCompleted 3378 to KZ614800: 544.0902538256942\n", - "12:52:08\tCompleted 3361 to KZ194000: 1250.1151062140282\n", - "12:52:09\tCompleted 3339 to KZ234800: 3647.2613870604387\n", - "12:52:09\tCompleted 3343 to KZ434400: 1545.8431686310055\n", - "12:52:09\tCompleted 3302 to KZ616400: 3671.9943033183426\n", - "12:52:09\tCompleted 3322 to KZ194400: 272.96040523232085\n", - "12:52:09\tCompleted 3267 to KZ315400: 720.6779041248859\n", - "12:52:09\tCompleted 3357 to KZ276200: 2952.513613104879\n", - "12:52:09\tCompleted 3390 to KZ191000: 1617.4860668070883\n", - "12:52:09\tCompleted 3308 to KZ633800: 2590.966716593404\n", - "12:52:09\tCompleted 3348 to KZ632400: 2350.8434347925845\n", - "12:52:09\tCompleted 3375 to KZ634800: 2984.5915160583336\n", - "12:52:09\tCompleted 3354 to KZ632200: 2165.411561590195\n", - "12:52:09\tCompleted 3353 to KZ195200: 998.2180091327796\n", - "12:52:09\tCompleted 3347 to KZ751810: 443.6733563763373\n", - "12:52:09\tCompleted 3294 to KZ193600: 433.3113682136569\n", - "12:52:09\tCompleted 3344 to KZ551600: 1992.2427649747697\n", - "12:52:10\tCompleted 3378 to KZ615400: 121.64992637608333\n", - "12:52:10\tCompleted 3382 to KZ354400: 1423.682514371386\n", - "12:52:10\tCompleted 3337 to KZ111010: 1829.1159584880572\n", - "12:52:10\tCompleted 3350 to KZ711110: 1652.428933931473\n", - "12:52:10\tCompleted 3322 to KZ194600: 283.47737123682384\n", - "12:52:10\tCompleted 3296 to KZ395800: 2267.6728759169323\n", - "12:52:10\tCompleted 3372 to KZ274800: 3275.4880663421977\n", - "12:52:10\tCompleted 3334 to KZ554200: 2405.524228053546\n", - "12:52:10\tCompleted 3391 to KZ634400: 2352.1973772104166\n", - "12:52:10\tCompleted 3389 to KZ114500: 2110.8168897044834\n", - "12:52:10\tCompleted 3343 to KZ431000: 887.5345862683623\n", - "12:52:10\tCompleted 3311 to KZ394800: 2750.9678138498875\n", - "12:52:10\tCompleted 3318 to KZ551600: 2100.923520262567\n", - "12:52:10\tCompleted 3355 to KZ395800: 2498.608280050583\n", - "12:52:10\tCompleted 3307 to KZ153400: 2972.1101276940126\n", - "12:52:10\tCompleted 3294 to KZ194000: 170.42672579470218\n", - "12:52:10\tCompleted 3342 to KZ354800: 1445.3087776649195\n", - "12:52:11\tCompleted 3371 to KZ596600: 2138.1645979227615\n", - "12:52:11\tCompleted 3325 to KZ596600: 2059.489799595542\n", - "12:52:11\tCompleted 3347 to KZ751910: 425.79837183667064\n", - "12:52:11\tCompleted 3346 to KZ114000: 1810.5568093366348\n", - "12:52:11\tCompleted 3321 to KZ114000: 1713.3317216224996\n", - "12:52:11\tCompleted 3378 to KZ615200: 153.88529932111356\n", - "12:52:11\tCompleted 3390 to KZ196200: 1383.0788940157538\n", - "12:52:11\tCompleted 3329 to KZ633200: 1964.687511206791\n", - "12:52:11\tCompleted 3312 to KZ593400: 1866.1215723554487\n", - "12:52:11\tCompleted 3293 to KZ114000: 1731.2179130967288\n", - "12:52:11\tCompleted 3331 to KZ391600: 2087.1651178329585\n", - "12:52:11\tCompleted 3383 to KZ471000: 3100.205428810734\n", - "12:52:11\tCompleted 3322 to KZ194800: 551.5930232908275\n", - "12:52:11\tCompleted 3267 to KZ315600: 1343.5392402825137\n", - "12:52:11\tCompleted 3384 to KZ556800: 2498.4180785220738\n", - "12:52:11\tCompleted 3361 to KZ196400: 1683.2692128896317\n", - "12:52:11\tCompleted 3382 to KZ351800: 1278.1495448255155\n", - "12:52:11\tCompleted 3391 to KZ313600: 741.6518969337035\n", - "12:52:12\tCompleted 3334 to KZ791110: 941.959509561489\n", - "12:52:12\tCompleted 3356 to KZ596000: 1954.2449754960792\n", - "12:52:12\tCompleted 3349 to KZ394400: 2292.3091118651278\n", - "12:52:12\tCompleted 3313 to KZ634800: 2881.2595356860456\n", - "12:52:12\tCompleted 3347 to KZ751510: 426.3596478773525\n", - "12:52:12\tCompleted 3343 to KZ435200: 785.8404562074319\n", - "12:52:12\tCompleted 3294 to KZ196400: 603.580832470308\n", - "12:52:12\tCompleted 3314 to KZ634400: 4752.03180407012\n", - "12:52:12\tCompleted 3380 to KZ115400: 1984.9063458624173\n", - "12:52:12\tCompleted 3353 to KZ195000: 1449.8481126734648\n", - "12:52:12\tCompleted 3378 to KZ616400: 897.5963288116376\n", - "12:52:13\tCompleted 3275 to KZ554600: 3805.7295837598786\n", - "12:52:13\tCompleted 3350 to KZ711410: 1652.6017369855826\n", - "12:52:13\tCompleted 3322 to KZ195600: 628.3735910460367\n", - "12:52:13\tCompleted 3391 to KZ314000: 561.3106106953458\n", - "12:52:13\tCompleted 3267 to KZ316000: 528.4754796461164\n", - "12:52:13\tCompleted 3302 to KZ615600: 3282.434737542458\n", - "12:52:13\tCompleted 3294 to KZ196800: 131.27610612011117\n", - "12:52:13\tCompleted 3361 to KZ196800: 1151.4276106484513\n", - "12:52:13\tCompleted 3351 to KZ274200: 3701.039683821907\n", - "12:52:13\tCompleted 3315 to KZ474200: 4010.776490209314\n", - "12:52:13\tCompleted 3334 to KZ791310: 898.4192776808799\n", - "12:52:13\tCompleted 3390 to KZ192600: 1656.4298218357821\n", - "12:52:13\tCompleted 3321 to KZ117000: 1635.9640650691035\n", - "12:52:14\tCompleted 3381 to KZ234800: 2865.31890840633\n", - "12:52:14\tCompleted 3343 to KZ434800: 817.1667171237671\n", - "12:52:14\tCompleted 3346 to KZ117000: 1733.1891527832388\n", - "12:52:14\tCompleted 3337 to KZ116000: 1797.9470396107963\n", - "12:52:14\tCompleted 3322 to KZ195800: 442.2604634131868\n", - "12:52:14\tCompleted 3377 to KZ475000: 3230.7509376954854\n", - "12:52:14\tCompleted 3363 to KZ635000: 2411.7898494010537\n", - "12:52:14\tCompleted 3378 to KZ615600: 884.9674585013017\n", - "12:52:14\tCompleted 3342 to KZ355200: 1665.2968411577654\n", - "12:52:14\tCompleted 3375 to KZ633400: 2252.369461387649\n", - "12:52:14\tCompleted 3349 to KZ433200: 1425.4266104884437\n", - "12:52:14\tCompleted 3391 to KZ314800: 1023.372937164473\n", - "12:52:14\tCompleted 3353 to KZ194400: 1267.6330392144905\n", - "12:52:14\tCompleted 3374 to KZ155600: 2295.2753815302835\n", - "12:52:14\tCompleted 3328 to KZ154200: 3643.2207586755526\n", - "12:52:14\tCompleted 3293 to KZ117000: 1653.850256543332812:52:14\tCompleted 3294 to KZ191600: 97.53720628921423\n", - "\n", - "12:52:14\tCompleted 3323 to KZ635200: 2464.3018813112258\n", - "12:52:15\tCompleted 3348 to KZ632800: 2156.7743497759175\n", - "12:52:15\tCompleted 3367 to KZ395600: 2432.2371787818815\n", - "12:52:15\tCompleted 3389 to KZ114000: 2046.959876136926\n", - "12:52:15\tCompleted 3281 to KZ634600: 2821.4796273307456\n", - "12:52:15\tCompleted 3325 to KZ595000: 1893.929818283243\n", - "12:52:15\tCompleted 3267 to KZ316600: 1065.582248581427\n", - "12:52:15\tCompleted 3324 to KZ391000: 2444.0363551432265\n", - "12:52:15\tCompleted 3361 to KZ191600: 1177.22558670854\n", - "12:52:15\tCompleted 3376 to KZ395000: 2605.980485631604\n", - "12:52:15\tCompleted 3334 to KZ791510: 875.5387781092269\n", - "12:52:15\tCompleted 3339 to KZ235200: 3694.9012344238063\n", - "12:52:15\tCompleted 3326 to KZ274400: 2896.412351047528\n", - "12:52:15\tCompleted 3318 to KZ553200: 2219.871513669271\n", - "12:52:16\tCompleted 3322 to KZ196000: 629.0412188021068\n", - "12:52:16\tCompleted 3296 to KZ392400: 2177.698956289687\n", - "12:52:16\tCompleted 3391 to KZ315400: 710.611818484499\n", - "12:52:16\tCompleted 3350 to KZ711210: 1622.2473513191671\n", - "12:52:16\tCompleted 3343 to KZ433600: 1077.836897472903\n", - "12:52:16\tCompleted 3378 to KZ615800: 219.5167316280298\n", - "12:52:16\tCompleted 3349 to KZ431900: 906.3827775932247\n", - "12:52:16\tCompleted 3312 to KZ594200: 2045.9793214189601\n", - "12:52:16\tCompleted 3332 to KZ475200: 3035.0522931650353\n", - "12:52:16\tCompleted 3344 to KZ553200: 2128.6703612019774\n", - "12:52:16\tCompleted 3357 to KZ271000: 2970.2065685190946\n", - "12:52:16\tCompleted 3371 to KZ595000: 2129.26709892303\n", - "12:52:16\tCompleted 3390 to KZ196600: 1702.1455458910466\n", - "12:52:16\tCompleted 3294 to KZ195200: 48.677164490117185\n", - "12:52:16\tCompleted 3267 to KZ316200: 557.8659475708068\n", - "12:52:17\tCompleted 3308 to KZ634000: 2638.9342972623754\n", - "12:52:17\tCompleted 3314 to KZ313600: 3626.869734946972\n", - "12:52:17\tCompleted 3311 to KZ395000: 2678.943223540845\n", - "12:52:17\tCompleted 3334 to KZ791710: 873.7625977921944\n", - "12:52:17\tCompleted 3329 to KZ634800: 2449.1341026170703\n", - "12:52:17\tCompleted 3302 to KZ615800: 3049.6110808243693\n", - "12:52:17\tCompleted 3361 to KZ195200: 1114.9906098432666\n", - "12:52:17\tCompleted 3322 to KZ191000: 320.6520659090618\n", - "12:52:17\tCompleted 3352 to KZ113200: 1829.344913338438\n", - "12:52:17\tCompleted 3321 to KZ114400: 1762.2039051777026\n", - "12:52:17\tCompleted 3346 to KZ114400: 1645.8480263729427\n", - "12:52:17\tCompleted 3331 to KZ393600: 2422.303642009618\n", - "12:52:17\tCompleted 3353 to KZ194600: 1278.1500052189972\n", - "12:52:17\tCompleted 3372 to KZ275800: 2745.0708903306195\n", - "12:52:17\tCompleted 3378 to KZ612600: 275.43567468374755\n", - "12:52:17\tCompleted 3349 to KZ434600: 940.047348019605\n", - "12:52:17\tCompleted 3307 to KZ153600: 3264.513888551537\n", - "12:52:17\tCompleted 3391 to KZ315600: 1348.6812695296833\n", - "12:52:17\tCompleted 3343 to KZ434000: 841.8941478833606\n", - "12:52:18\tCompleted 3342 to KZ355600: 1438.746007083006\n", - "12:52:18\tCompleted 3293 to KZ114400: 1566.509130133037\n", - "12:52:18\tCompleted 3355 to KZ392400: 2408.6343604233143\n", - "12:52:18\tCompleted 3380 to KZ151000: 2207.4971350183932\n", - "12:52:18\tCompleted 3267 to KZ311000: 429.3138671521495\n", - "12:52:18\tCompleted 3382 to KZ393200: 2392.326990568779\n", - "12:52:18\tCompleted 3294 to KZ195000: 486.9323329646258\n", - "12:52:18\tCompleted 3356 to KZ596200: 2192.1880581780038\n", - "12:52:18\tCompleted 3322 to KZ196200: 86.24489311772736\n", - "12:52:18\tCompleted 3390 to KZ194200: 1337.5888591632813\n", - "12:52:18\tCompleted 3275 to KZ555600: 4369.760434253707\n", - "12:52:18\tCompleted 3354 to KZ635200: 2547.94077738423512:52:18\tCompleted 3347 to KZ231000: 4291.458847413719\n", - "\n", - "12:52:19\tCompleted 3337 to KZ116400: 1920.3483873703155\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:52:19\tCompleted 3313 to KZ633400: 2149.0374810153708\n", - "12:52:19\tCompleted 3350 to KZ711310: 1643.8397398577563\n", - "12:52:19\tCompleted 3378 to KZ616000: 271.39148078803754\n", - "12:52:19\tCompleted 3391 to KZ316000: 788.5227380999324\n", - "12:52:19\tCompleted 3334 to KZ611600: 1130.6231330673186\n", - "12:52:19\tCompleted 3374 to KZ156800: 1797.255225750882\n", - "12:52:19\tCompleted 3384 to KZ554800: 2503.1135665665247\n", - "12:52:19\tCompleted 3342 to KZ352100: 530.5093214862876\n", - "12:52:19\tCompleted 3389 to KZ117000: 1969.5922195835299\n", - "12:52:19\tCompleted 3383 to KZ473600: 2681.2306627877906\n", - "12:52:19\tCompleted 3294 to KZ194400: 304.7172595056553\n", - "12:52:19\tCompleted 3322 to KZ192600: 359.59582093775566\n", - "12:52:19\tCompleted 3349 to KZ434400: 1282.9967469813396\n", - "12:52:19\tCompleted 3267 to KZ315000: 837.8436056676401\n", - "12:52:20\tCompleted 3361 to KZ195000: 1566.6207133839519\n", - "12:52:20\tCompleted 3378 to KZ613800: 196.1069263763889\n", - "12:52:20\tCompleted 3328 to KZ156000: 3216.469991043773\n", - "12:52:20\tCompleted 3318 to KZ553600: 1954.881180603126\n", - "12:52:20\tCompleted 3390 to KZ751210: 1285.036230298125212:52:20\tCompleted 3325 to KZ593600: 2008.4784225675369\n", - "\n", - "12:52:20\tCompleted 3329 to KZ633400: 1716.9120479463577\n", - "12:52:20\tCompleted 3353 to KZ194800: 1546.2656572730004\n", - "12:52:20\tCompleted 3391 to KZ316600: 1055.51616294104\n", - "12:52:20\tCompleted 3315 to KZ474600: 3687.951929391232\n", - "12:52:20\tCompleted 3334 to KZ613600: 984.2505808293984\n", - "12:52:20\tCompleted 3375 to KZ633600: 2614.3751190499715\n", - "12:52:20\tCompleted 3344 to KZ553600: 1846.2772997467446\n", - "12:52:20\tCompleted 3302 to KZ612600: 2758.991091938884\n", - "12:52:21\tCompleted 3294 to KZ194600: 315.2342255101582\n", - "12:52:21\tCompleted 3376 to KZ395200: 2073.6192587924997\n", - "12:52:21\tCompleted 3352 to KZ113400: 1659.0574204056745\n", - "12:52:21\tCompleted 3267 to KZ314200: 429.19254680858984\n", - "12:52:21\tCompleted 3322 to KZ196600: 405.3115449930201\n", - "12:52:21\tCompleted 3349 to KZ431000: 624.6881646186963\n", - "12:52:21\tCompleted 3296 to KZ396200: 2133.362644702487\n", - "12:52:21\tCompleted 3312 to KZ596600: 2146.864838995721\n", - "12:52:21\tCompleted 3314 to KZ314000: 3409.303470303282\n", - "12:52:21\tCompleted 3324 to KZ395400: 2491.9039081763026\n", - "12:52:21\tCompleted 3342 to KZ352200: 1247.302544071124\n", - "12:52:21\tCompleted 3367 to KZ395800: 2458.784120287948\n", - "12:52:21\tCompleted 3321 to KZ114600: 1870.6029975651325\n", - "12:52:21\tCompleted 3281 to KZ634400: 2413.63036787468\n", - "12:52:21\tCompleted 3382 to KZ393400: 1908.736032405839\n", - "12:52:22\tCompleted 3390 to KZ751110: 1292.793589611006\n", - "12:52:22\tCompleted 3348 to KZ636800: 2279.011722603589\n", - "12:52:22\tCompleted 3377 to KZ475200: 3241.59389847953512:52:22\tCompleted 3391 to KZ316200: 783.7467016347596\n", - "\n", - "12:52:22\tCompleted 3346 to KZ114600: 1995.8972770979792\n", - "12:52:22\tCompleted 3381 to KZ235200: 2912.9587557696977\n", - "12:52:22\tCompleted 3337 to KZ116800: 1707.9495336782898\n", - "12:52:22\tCompleted 3339 to KZ235600: 3789.939000444211\n", - "12:52:22\tCompleted 3361 to KZ194400: 1384.4056399249778\n", - "12:52:22\tCompleted 3323 to KZ632400: 2333.25743916073\n", - "12:52:22\tCompleted 3334 to KZ614000: 931.1105339150745\n", - "12:52:22\tCompleted 3374 to KZ193200: 1715.2116360926773\n", - "12:52:22\tCompleted 3363 to KZ632200: 2294.865681400038\n", - "12:52:22\tCompleted 3311 to KZ395200: 2210.9077384660063\n", - "12:52:22\tCompleted 3293 to KZ114600: 1916.5583808580732\n", - "12:52:22\tCompleted 3349 to KZ435200: 522.994034557766\n", - "12:52:22\tCompleted 3322 to KZ194200: 346.3917342992932\n", - "12:52:22\tCompleted 3294 to KZ194800: 583.3498775641619\n", - "12:52:22\tCompleted 3371 to KZ593600: 2243.815703207329\n", - "12:52:23\tCompleted 3389 to KZ114400: 1882.2510931732338\n", - "12:52:23\tCompleted 3390 to KZ751310: 1285.9651624862597\n", - "12:52:23\tCompleted 3281 to KZ313600: 803.0848875979669\n", - "12:52:23\tCompleted 3353 to KZ195600: 1623.0462250282098\n", - "12:52:23\tCompleted 3331 to KZ396400: 2643.715288682979\n", - "12:52:23\tCompleted 3391 to KZ311000: 415.1056458880315\n", - "12:52:23\tCompleted 3380 to KZ153200: 2211.9137184470324\n", - "12:52:23\tCompleted 3322 to KZ751210: 19.32842712474619\n", - "12:52:23\tCompleted 3357 to KZ274000: 3623.8647522386112:52:23\tCompleted 3356 to KZ596400: 2136.3110027759517\n", - "\n", - "12:52:23\tCompleted 3275 to KZ551000: 3824.6318400375544\n", - "12:52:24\tCompleted 3349 to KZ434800: 554.320295474101\n", - "12:52:24\tCompleted 3332 to KZ471800: 2864.6620730043096\n", - "12:52:24\tCompleted 3334 to KZ613900: 1209.033805931522\n", - "12:52:24\tCompleted 3307 to KZ154000: 3016.0904613765115\n", - "12:52:24\tCompleted 3326 to KZ275400: 3571.6007830045382\n", - "12:52:24\tCompleted 3294 to KZ195600: 660.1304453193709\n", - "12:52:24\tCompleted 3344 to KZ552200: 1971.205417415223\n", - "12:52:25\tCompleted 3342 to KZ352300: 1673.0149999512037\n", - "12:52:25\tCompleted 3322 to KZ751110: 8.485281374238571\n", - "12:52:25\tCompleted 3361 to KZ194600: 1394.9226059294842\n", - "12:52:25\tCompleted 3391 to KZ315000: 827.7775200272532\n", - "12:52:25\tCompleted 3329 to KZ633600: 2132.1947455867235\n", - "12:52:25\tCompleted 3318 to KZ552200: 2062.4065698825216\n", - "12:52:25\tCompleted 3390 to KZ751410: 1303.3901408899003\n", - "12:52:25\tCompleted 3325 to KZ595200: 2005.9285556247728\n", - "12:52:25\tCompleted 3350 to KZ555200: 2385.464044715876\n", - "12:52:25\tCompleted 3302 to KZ616000: 3076.7502965569806\n", - "12:52:25\tCompleted 3281 to KZ314000: 585.5186229542746\n", - "12:52:25\tCompleted 3346 to KZ114800: 1761.7623962206917\n", - "12:52:25\tCompleted 3355 to KZ396200: 2364.2980488361222\n", - "12:52:25\tCompleted 3382 to KZ391600: 1775.8412932676135\n", - "12:52:25\tCompleted 3354 to KZ632400: 2416.8963352337364\n", - "12:52:25\tCompleted 3343 to KZ471000: 3274.843018552332\n", - "12:52:25\tCompleted 3372 to KZ276000: 3160.9019160856546\n", - "12:52:25\tCompleted 3313 to KZ633600: 2395.224029310524\n", - "12:52:25\tCompleted 3349 to KZ433600: 814.990475823237\n", - "12:52:25\tCompleted 3347 to KZ234000: 4500.0693247814115\n", - "12:52:25\tCompleted 3352 to KZ113600: 1787.5285784757323\n", - "12:52:25\tCompleted 3312 to KZ595000: 1981.3048576834265\n", - "12:52:25\tCompleted 3384 to KZ556400: 2440.8474402579704\n", - "12:52:25\tCompleted 3353 to KZ195800: 1436.933097395359712:52:25\tCompleted 3337 to KZ111810: 1729.8136267014186\n", - "\n", - "12:52:26\tCompleted 3328 to KZ154600: 3514.6074217888877\n", - "12:52:26\tCompleted 3322 to KZ751310: 16.142135623730955\n", - "12:52:26\tCompleted 3294 to KZ195800: 474.01731768652104\n", - "12:52:26\tCompleted 3334 to KZ612000: 1077.7452669599866\n", - "12:52:26\tCompleted 3391 to KZ314200: 420.5808768233662\n", - "12:52:26\tCompleted 3296 to KZ396600: 2141.2814854936773\n", - "12:52:26\tCompleted 3376 to KZ391000: 2328.0174554488244\n", - "12:52:26\tCompleted 3308 to KZ635400: 3083.839849844585\n", - "12:52:27\tCompleted 3314 to KZ314800: 3908.5907751777117\n", - "12:52:27\tCompleted 3390 to KZ751710: 1344.3781726588031\n", - "12:52:27\tCompleted 3374 to KZ193400: 1920.1005131081179\n", - "12:52:27\tCompleted 3342 to KZ352800: 1274.4249667680908\n", - "12:52:27\tCompleted 3281 to KZ314800: 1084.8059278287365\n", - "12:52:27\tCompleted 3349 to KZ434000: 579.0477262336946\n", - "12:52:27\tCompleted 3315 to KZ475000: 4058.2809561410095\n", - "12:52:27\tCompleted 3322 to KZ751410: 21.980508853373802\n", - "12:52:27\tCompleted 3294 to KZ196000: 660.798073075441\n", - "12:52:27\tCompleted 3378 to KZ273200: 3061.9503776506726\n", - "12:52:27\tCompleted 3324 to KZ392000: 2498.9575625715224\n", - "12:52:27\tCompleted 3383 to KZ474200: 3127.8548238543126\n", - "12:52:28\tCompleted 3323 to KZ632800: 2139.188354144061\n", - "12:52:28\tCompleted 3321 to KZ114800: 2228.8385269184428\n", - "12:52:28\tCompleted 3361 to KZ194800: 1663.0382579834875\n", - "12:52:28\tCompleted 3337 to KZ116600: 1039.8413947740062\n", - "12:52:28\tCompleted 3334 to KZ614400: 1135.5666053713248\n", - "12:52:28\tCompleted 3389 to KZ114600: 2232.30034389827\n", - "12:52:28\tCompleted 3380 to KZ153400: 2101.327060921342\n", - "12:52:28\tCompleted 3348 to KZ635800: 2329.6381563191435\n", - "12:52:28\tCompleted 3322 to KZ751710: 54.47341776494528\n", - "12:52:28\tCompleted 3311 to KZ391000: 2406.6140029749695\n", - "12:52:28\tCompleted 3281 to KZ315400: 772.0448091487625\n", - "12:52:28\tCompleted 3391 to KZ353200: 1674.4705589852144\n", - "12:52:28\tCompleted 3294 to KZ191000: 352.40892018239606\n", - "12:52:28\tCompleted 3390 to KZ751810: 1290.6220167357521\n", - "12:52:28\tCompleted 3339 to KZ233600: 3672.55559830015212:52:28\tCompleted 3375 to KZ633800: 2674.4293535143734\n", - "\n", - "12:52:29\tCompleted 3342 to KZ356400: 927.2081986746882\n", - "12:52:29\tCompleted 3392 to KZ395400: 2474.1154566742025\n", - "12:52:29\tCompleted 3367 to KZ392400: 2368.8102006606828\n", - "12:52:29\tCompleted 3332 to KZ593200: 2031.0808946436305\n", - "12:52:29\tCompleted 3275 to KZ556000: 3872.753222245568\n", - "12:52:29\tCompleted 3325 to KZ591000: 1896.1442843773107\n", - "12:52:29\tCompleted 3393 to KZ555200: 2641.024697493303\n", - "12:52:29\tCompleted 3374 to KZ193600: 1220.0352441554633\n", - "12:52:29\tCompleted 3346 to KZ111010: 1863.4157390626317\n", - "12:52:29\tCompleted 3344 to KZ554600: 2108.794149593087\n", - "12:52:29\tCompleted 3371 to KZ595200: 2241.2658362645543\n", - "12:52:29\tCompleted 3334 to KZ614600: 925.2182328398897\n", - "12:52:29\tCompleted 3302 to KZ613800: 3225.0044295758644\n", - "12:52:29\tCompleted 3353 to KZ196000: 1623.71385278428\n", - "12:52:29\tCompleted 3322 to KZ751810: 17.72792206135786\n", - "12:52:30\tCompleted 3296 to KZ394200: 1775.5339656555616\n", - "12:52:30\tCompleted 3294 to KZ196200: 118.00174739106156\n", - "12:52:30\tCompleted 3329 to KZ633800: 2138.97194007311\n", - "12:52:30\tCompleted 3352 to KZ113800: 1867.1466632317663\n", - "12:52:30\tCompleted 3331 to KZ394000: 2824.6433249457523\n", - "12:52:30\tCompleted 3356 to KZ594600: 2299.6637185958703\n", - "12:52:30\tCompleted 3318 to KZ554600: 2144.5830423843295\n", - "12:52:30\tCompleted 3377 to KZ471800: 3071.203678318809\n", - "12:52:30\tCompleted 3381 to KZ235600: 3007.9965217901026\n", - "12:52:30\tCompleted 3390 to KZ751910: 1311.7629330861605\n", - "12:52:30\tCompleted 3350 to KZ551600: 2118.8973227303486\n", - "12:52:31\tCompleted 3312 to KZ593600: 2095.8534619677202\n", - "12:52:31\tCompleted 3322 to KZ751910: 10.484062100915931\n", - "12:52:31\tCompleted 3281 to KZ315600: 1389.0832913489533\n", - "12:52:31\tCompleted 3363 to KZ635200: 2677.3948971940677\n", - "12:52:31\tCompleted 3307 to KZ154200: 3318.7265003458338\n", - "12:52:31\tCompleted 3294 to KZ192600: 391.35267521108995\n", - "12:52:31\tCompleted 3382 to KZ393600: 2246.385324762203\n", - "12:52:31\tCompleted 3302 to KZ273200: 1436.2145067750685\n", - "12:52:31\tCompleted 3326 to KZ273600: 2739.5600419870766\n", - "12:52:31\tCompleted 3342 to KZ352400: 1260.3505546644944\n", - "12:52:31\tCompleted 3361 to KZ195600: 1739.8188257386971\n", - "12:52:31\tCompleted 3339 to KZ633200: 1508.3168654101999\n", - "12:52:31\tCompleted 3321 to KZ111010: 1766.1906513484964\n", - "12:52:31\tCompleted 3374 to KZ194000: 1200.7970433442192\n", - "12:52:31\tCompleted 3357 to KZ274200: 3741.2102466180672\n", - "12:52:31\tCompleted 3391 to KZ353600: 1821.4602004677383\n", - "12:52:31\tCompleted 3314 to KZ315400: 3595.82965649776\n", - "12:52:31\tCompleted 3353 to KZ191000: 1315.324699891235\n", - "12:52:32\tCompleted 3334 to KZ614800: 1406.8390382109963\n", - "12:52:32\tCompleted 3389 to KZ114800: 1955.2591569782244\n", - "12:52:32\tCompleted 3322 to KZ751510: 1.0\n", - "12:52:32\tCompleted 3355 to KZ396600: 2372.2168896273115\n", - "12:52:32\tCompleted 3354 to KZ632800: 2222.827250217075\n", - "12:52:32\tCompleted 3390 to KZ751510: 1300.2788709852446\n", - "12:52:32\tCompleted 3281 to KZ316000: 562.8442134854567\n", - "12:52:32\tCompleted 3337 to KZ115600: 1893.8859749049734\n", - "12:52:32\tCompleted 3346 to KZ116000: 1596.2384367161897\n", - "12:52:32\tCompleted 3376 to KZ395400: 2375.8850084819005\n", - "12:52:32\tCompleted 3294 to KZ196600: 437.06839926635433\n", - "12:52:32\tCompleted 3313 to KZ633800: 2571.0973731420922\n", - "12:52:32\tCompleted 3343 to KZ473600: 2855.868252529389\n", - "12:52:33\tCompleted 3347 to KZ234200: 4951.01503130238\n", - "12:52:33\tCompleted 3372 to KZ276200: 2880.2881293517503\n", - "12:52:33\tCompleted 3328 to KZ154800: 3349.6147328012876\n", - "12:52:33\tCompleted 3356 to KZ711110: 1608.8632482524442\n", - "12:52:33\tCompleted 3384 to KZ554200: 2636.678476040263\n", - "12:52:33\tCompleted 3302 to KZ274400: 1712.4956619771026\n", - "12:52:33\tCompleted 3323 to KZ636800: 2261.4257269717345\n", - "12:52:33\tCompleted 3353 to KZ196200: 1080.9175270999003\n", - "12:52:33\tCompleted 3334 to KZ615400: 1148.0028053015483\n", - "12:52:33\tCompleted 3348 to KZ636200: 2190.721073088898\n", - "12:52:33\tCompleted 3391 to KZ351600: 1396.250348491287\n", - "12:52:34\tCompleted 3361 to KZ195800: 1553.705698105847\n", - "12:52:34\tCompleted 3281 to KZ316600: 1116.9491536053033\n", - "12:52:34\tCompleted 3325 to KZ595600: 2130.0318708992336\n", - "12:52:34\tCompleted 3294 to KZ194200: 311.48706618565535\n", - "12:52:34\tCompleted 3311 to KZ395400: 2449.977897900282\n", - "12:52:34\tCompleted 3315 to KZ475200: 4069.123916925059\n", - "12:52:34\tCompleted 3352 to KZ114500: 1940.989158316588\n", - "12:52:34\tCompleted 3384 to KZ791110: 162.13534637864416\n", - "12:52:34\tCompleted 3324 to KZ395600: 2572.261060479171\n", - "12:52:34\tCompleted 3371 to KZ591000: 2131.4815650170967\n", - "12:52:34\tCompleted 3344 to KZ555600: 2165.3416249849683\n", - "12:52:34\tCompleted 3332 to KZ595800: 2135.0005046840083\n", - "12:52:34\tCompleted 3393 to KZ551600: 2374.4579755077757\n", - "12:52:34\tCompleted 3380 to KZ153600: 2393.7308217788113\n", - "12:52:34\tCompleted 3383 to KZ474600: 2805.0302630362307\n", - "12:52:34\tCompleted 3367 to KZ396200: 2324.473889073487\n", - "12:52:35\tCompleted 3377 to KZ593200: 2164.953452399814\n", - "12:52:35\tCompleted 3374 to KZ196400: 1633.9511500198228\n", - "12:52:35\tCompleted 3392 to KZ392000: 2481.169111069425\n", - "12:52:35\tCompleted 3358 to KZ113200: 1776.294451324717\n", - "12:52:35\tCompleted 3334 to KZ615200: 885.4194518032682\n", - "12:52:35\tCompleted 3275 to KZ556800: 4073.4411471175054\n", - "12:52:35\tCompleted 3321 to KZ116000: 1735.0217324712355\n", - "12:52:35\tCompleted 3329 to KZ634000: 2186.9395207420876\n", - "12:52:35\tCompleted 3308 to KZ635000: 2558.5664225121645\n", - "12:52:35\tCompleted 3312 to KZ595200: 2093.303595024953\n", - "12:52:35\tCompleted 3281 to KZ316200: 615.9673761814106\n", - "12:52:35\tCompleted 3378 to KZ274400: 2999.07906513738\n", - "12:52:35\tCompleted 3339 to KZ634800: 1992.7634568204944\n", - "12:52:35\tCompleted 3384 to KZ791310: 124.2471956510695\n", - "12:52:35\tCompleted 3296 to KZ394400: 2203.540316981561\n", - "12:52:35\tCompleted 3302 to KZ275400: 2073.5419217933586\n", - "12:52:36\tCompleted 3353 to KZ192600: 1354.268454919929\n", - "12:52:36\tCompleted 3356 to KZ711410: 1609.0360513065539\n", - "12:52:36\tCompleted 3389 to KZ111010: 2099.8188058629203\n", - "12:52:36\tCompleted 3342 to KZ356000: 1834.1113871744776\n", - "12:52:36\tCompleted 3318 to KZ555600: 2279.809601179849\n", - "12:52:36\tCompleted 3331 to KZ396800: 2621.7425956092134\n", - "12:52:36\tCompleted 3355 to KZ394200: 2006.4693697892064\n", - "12:52:36\tCompleted 3350 to KZ553200: 2237.8453161370517\n", - "12:52:36\tCompleted 3346 to KZ116400: 1944.8163958296486\n", - "12:52:36\tCompleted 3281 to KZ311000: 476.538636552295\n", - "12:52:36\tCompleted 3391 to KZ354000: 1770.6299095725997\n", - "12:52:36\tCompleted 3384 to KZ791510: 144.11766311053597\n", - "12:52:37\tCompleted 3374 to KZ196800: 1102.1095477786423\n", - "12:52:37\tCompleted 3349 to KZ471000: 3011.9965969026657\n", - "12:52:37\tCompleted 3382 to KZ396400: 2404.859221291113\n", - "12:52:37\tCompleted 3325 to KZ596000: 1772.8468868461428\n", - "12:52:37\tCompleted 3337 to KZ115200: 2087.3680893912333\n", - "12:52:37\tCompleted 3361 to KZ196000: 1740.4864534947671\n", - "12:52:37\tCompleted 3375 to KZ634000: 2722.3969341833513\n", - "12:52:37\tCompleted 3307 to KZ156000: 2891.975732714054\n", - "12:52:37\tCompleted 3314 to KZ315600: 4115.271169318412\n", - "12:52:37\tCompleted 3296 to KZ433200: 1336.6578156048763\n", - "12:52:37\tCompleted 3358 to KZ113400: 1606.0069583919537\n", - "12:52:37\tCompleted 3348 to KZ636400: 1948.1352252089052\n", - "12:52:38\tCompleted 3302 to KZ273600: 1715.5373966330267\n", - "12:52:38\tCompleted 3339 to KZ633400: 1287.0668161728736\n", - "12:52:38\tCompleted 3326 to KZ276600: 2821.3852886860627\n", - "12:52:38\tCompleted 3384 to KZ791710: 123.92209588551698\n", - "12:52:38\tCompleted 3352 to KZ114000: 1877.1321447490293\n", - "12:52:38\tCompleted 3381 to KZ233600: 2890.613119645978\n", - "12:52:38\tCompleted 3363 to KZ632400: 2546.350455043569\n", - "12:52:38\tCompleted 3353 to KZ196600: 1399.9841789751931\n", - "12:52:38\tCompleted 3376 to KZ392000: 2382.938662877124\n", - "12:52:38\tCompleted 3334 to KZ616400: 1858.01200269932\n", - "12:52:38\tCompleted 3322 to KZ231000: 3869.958283185966\n", - "12:52:38\tCompleted 3354 to KZ636800: 2345.064623044741\n", - "12:52:38\tCompleted 3374 to KZ191600: 1127.907523838731\n", - "12:52:38\tCompleted 3356 to KZ711210: 1578.6816656401384\n", - "12:52:39\tCompleted 3332 to KZ593400: 1944.3877673318675\n", - "12:52:39\tCompleted 3344 to KZ551000: 2028.8184094451055\n", - "12:52:39\tCompleted 3296 to KZ431900: 817.6139827096575\n", - "12:52:39\tCompleted 3328 to KZ155200: 3776.55339570304\n", - "12:52:39\tCompleted 3384 to KZ611600: 314.2434396731592\n", - "12:52:39\tCompleted 3390 to KZ231000: 2939.7282909212763\n", - "12:52:39\tCompleted 3323 to KZ635800: 2312.0521606872885\n", - "12:52:39\tCompleted 3396 to KZ195000: 1749.4441086595443\n", - "12:52:39\tCompleted 3389 to KZ116000: 1832.6415035164807\n", - "12:52:39\tCompleted 3313 to KZ634000: 2619.0649538110633\n", - "12:52:39\tCompleted 3391 to KZ351000: 1704.604624222764\n", - "12:52:39\tCompleted 3361 to KZ191000: 1432.097300601722\n", - "12:52:39\tCompleted 3347 to KZ234600: 5066.185329740485\n", - "12:52:39\tCompleted 3342 to KZ354400: 1615.2851914151108\n", - "12:52:39\tCompleted 3380 to KZ154000: 2145.3073946038385\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:52:39\tCompleted 3346 to KZ116800: 1742.2493142528642\n", - "12:52:40\tCompleted 3311 to KZ392000: 2566.901592980506\n", - "12:52:40\tCompleted 3312 to KZ591000: 1983.51932377749412:52:40\tCompleted 3321 to KZ116400: 1857.4230802307547\n", - "\n", - "12:52:40\tCompleted 3343 to KZ474200: 3302.492413595911\n", - "12:52:40\tCompleted 3353 to KZ194200: 1035.4274922474292\n", - "12:52:40\tCompleted 3393 to KZ553200: 2493.4059689144724\n", - "12:52:40\tCompleted 3377 to KZ595800: 2268.873062440186\n", - "12:52:40\tCompleted 3372 to KZ271000: 2897.981084765966\n", - "12:52:40\tCompleted 3302 to KZ276600: 1941.076752224888\n", - "12:52:40\tCompleted 3275 to KZ554800: 4077.417707965226\n", - "12:52:40\tCompleted 3374 to KZ195200: 1065.6725469734577\n", - "12:52:40\tCompleted 3371 to KZ595600: 2351.923213450576\n", - "12:52:40\tCompleted 3315 to KZ471800: 3898.733696764333\n", - "12:52:40\tCompleted 3350 to KZ553600: 1972.8549830709085\n", - "12:52:40\tCompleted 3324 to KZ395800: 2598.808001985241\n", - "12:52:40\tCompleted 3384 to KZ613600: 279.53882010361417\n", - "12:52:40\tCompleted 3334 to KZ615600: 1442.3207049764399\n", - "12:52:41\tCompleted 3358 to KZ113600: 1734.4781164620115\n", - "12:52:41\tCompleted 3318 to KZ551000: 2137.4991647328957\n", - "12:52:41\tCompleted 3339 to KZ633600: 1800.9845783077312\n", - "12:52:41\tCompleted 3396 to KZ194400: 1567.2290352005703\n", - "12:52:41\tCompleted 3391 to KZ352000: 1254.5269008047899\n", - "12:52:41\tCompleted 3367 to KZ396600: 2332.3927298646763\n", - "12:52:41\tCompleted 3352 to KZ117000: 1799.7644881956332\n", - "12:52:41\tCompleted 3392 to KZ395600: 2554.472608977071\n", - "12:52:41\tCompleted 3329 to KZ635400: 2631.8450733242976\n", - "12:52:41\tCompleted 3308 to KZ632200: 2293.175580256903\n", - "12:52:41\tCompleted 3353 to KZ751210: 982.874863382272\n", - "12:52:41\tCompleted 3361 to KZ196200: 1197.6901278103876\n", - "12:52:42\tCompleted 3314 to KZ316000: 3289.03209145493\n", - "12:52:42\tCompleted 3384 to KZ614000: 78.96625176280132\n", - "12:52:42\tCompleted 3334 to KZ615800: 826.4960498741319\n", - "12:52:42\tCompleted 3356 to KZ711310: 1600.2740541787275\n", - "12:52:42\tCompleted 3331 to KZ394800: 2611.7395979141734\n", - "12:52:42\tCompleted 3302 to KZ275000: 1485.7465022010088\n", - "12:52:42\tCompleted 3337 to KZ115400: 2307.940861256884\n", - "12:52:42\tCompleted 3342 to KZ351800: 1648.2160100779802\n", - "12:52:42\tCompleted 3383 to KZ475000: 3175.359289786008\n", - "12:52:43\tCompleted 3348 to KZ631000: 2163.0254130603403\n", - "12:52:43\tCompleted 3396 to KZ194600: 1577.7460012050767\n", - "12:52:43\tCompleted 3325 to KZ596200: 2159.846336517318\n", - "12:52:43\tCompleted 3384 to KZ613900: 231.02920271703027\n", - "12:52:43\tCompleted 3374 to KZ195000: 1517.302650514143\n", - "12:52:43\tCompleted 3349 to KZ473600: 2593.0218308797225\n", - "12:52:43\tCompleted 3353 to KZ751110: 990.6322226951527\n", - "12:52:43\tCompleted 3346 to KZ111810: 1764.113407275993\n", - "12:52:43\tCompleted 3378 to KZ275400: 3674.2674970943904\n", - "12:52:43\tCompleted 3344 to KZ556000: 2076.9397916531207\n", - "12:52:44\tCompleted 3334 to KZ612600: 1081.6261764950575\n", - "12:52:44\tCompleted 3389 to KZ116400: 2181.2194626299297\n", - "12:52:44\tCompleted 3394 to KZ271000: 3117.0632754342832\n", - "12:52:44\tCompleted 3354 to KZ635800: 2395.6910567602954\n", - "12:52:44\tCompleted 3358 to KZ113800: 1814.0962012180455\n", - "12:52:44\tCompleted 3381 to KZ633200: 2375.2226987756944\n", - "12:52:44\tCompleted 3339 to KZ633800: 1733.484132379965\n", - "12:52:44\tCompleted 3393 to KZ553600: 2228.4156358483406\n", - "12:52:44\tCompleted 3382 to KZ394000: 2513.3195003804294\n", - "12:52:44\tCompleted 3384 to KZ612000: 352.3429474204558612:52:44\tCompleted 3315 to KZ593200: 1924.375089408106\n", - "\n", - "12:52:44\tCompleted 3326 to KZ275000: 2687.0829457884183\n", - "12:52:44\tCompleted 3361 to KZ192600: 1471.041055630416\n", - "12:52:44\tCompleted 3307 to KZ154600: 3190.113163459169\n", - "12:52:44\tCompleted 3375 to KZ635400: 3167.302486765561\n", - "12:52:44\tCompleted 3323 to KZ636200: 2173.1350774570433\n", - "12:52:44\tCompleted 3302 to KZ274800: 1840.925879097799\n", - "12:52:44\tCompleted 3376 to KZ395600: 2456.242160784769\n", - "12:52:44\tCompleted 3355 to KZ394400: 2434.475721115205\n", - "12:52:44\tCompleted 3352 to KZ114400: 1712.4233617853372\n", - "12:52:44\tCompleted 3332 to KZ594200: 2124.2455163953787\n", - "12:52:44\tCompleted 3346 to KZ116600: 394.7816328711377\n", - "12:52:44\tCompleted 3321 to KZ116800: 1645.024226538729\n", - "12:52:44\tCompleted 3363 to KZ632800: 2352.2813700269185\n", - "12:52:45\tCompleted 3391 to KZ354800: 2077.0127643651667\n", - "12:52:45\tCompleted 3353 to KZ751310: 983.8037955704065\n", - "12:52:45\tCompleted 3322 to KZ234000: 4078.568760553654\n", - "12:52:45\tCompleted 3334 to KZ616000: 791.3914051200813\n", - "12:52:45\tCompleted 3328 to KZ156400: 3355.8433953422737\n", - "12:52:45\tCompleted 3377 to KZ593400: 2078.260325088052\n", - "12:52:45\tCompleted 3350 to KZ552200: 2080.380372350304\n", - "12:52:45\tCompleted 3318 to KZ556000: 2185.620546940909\n", - "12:52:45\tCompleted 3374 to KZ194400: 1335.0875770551688\n", - "12:52:45\tCompleted 3397 to KZ636400: 2360.0433095958983\n", - "12:52:45\tCompleted 3371 to KZ596000: 2008.1841674859352\n", - "12:52:45\tCompleted 3396 to KZ194800: 1845.86165325908\n", - "12:52:45\tCompleted 3347 to KZ234800: 4199.886705575992\n", - "12:52:45\tCompleted 3367 to KZ394200: 1966.6452100265699\n", - "12:52:45\tCompleted 3384 to KZ614400: 157.56200215683245\n", - "12:52:46\tCompleted 3312 to KZ595600: 2217.406910299416\n", - "12:52:46\tCompleted 3390 to KZ234000: 3148.3387682889643\n", - "12:52:46\tCompleted 3329 to KZ635000: 2106.5716459918754\n", - "12:52:46\tCompleted 3311 to KZ395600: 2444.054942271593\n", - "12:52:46\tCompleted 3380 to KZ154200: 2447.9434335731607\n", - "12:52:46\tCompleted 3324 to KZ392400: 2508.8340823579724\n", - "12:52:46\tCompleted 3302 to KZ275800: 1617.708756078913\n", - "12:52:46\tCompleted 3353 to KZ751410: 1001.228773974047\n", - "12:52:47\tCompleted 3314 to KZ316600: 3937.022955538951\n", - "12:52:47\tCompleted 3275 to KZ556400: 4015.870508853402\n", - "12:52:47\tCompleted 3313 to KZ635400: 3063.970506393273\n", - "12:52:47\tCompleted 3384 to KZ614600: 165.85317111215508\n", - "12:52:47\tCompleted 3334 to KZ613800: 1167.005180452461\n", - "12:52:47\tCompleted 3361 to KZ196600: 1516.7567796856804\n", - "12:52:47\tCompleted 3355 to KZ433200: 1567.5932197385298\n", - "12:52:47\tCompleted 3374 to KZ194600: 1345.6045430596753\n", - "12:52:47\tCompleted 3339 to KZ634000: 1730.568874945502\n", - "12:52:47\tCompleted 3389 to KZ116800: 1978.6523810531553\n", - "12:52:47\tCompleted 3358 to KZ114500: 1887.9386963028671\n", - "12:52:47\tCompleted 3391 to KZ355200: 1732.603144797536\n", - "12:52:48\tCompleted 3325 to KZ596400: 1933.6413161170922\n", - "12:52:48\tCompleted 3343 to KZ474600: 2979.667852777829\n", - "12:52:48\tCompleted 3384 to KZ614800: 611.4090922851442\n", - "12:52:48\tCompleted 3353 to KZ751710: 1042.2168057429499\n", - "12:52:48\tCompleted 3331 to KZ395000: 2728.3725739982274\n", - "12:52:48\tCompleted 3396 to KZ195600: 1922.642221014289612:52:48\tCompleted 3323 to KZ636400: 1930.5492295770487\n", - "\n", - "12:52:48\tCompleted 3346 to KZ115600: 1928.1857554795479\n", - "12:52:48\tCompleted 3342 to KZ393200: 2410.2232718113164\n", - "12:52:48\tCompleted 3372 to KZ274000: 3551.6392684854864\n", - "12:52:48\tCompleted 3356 to KZ555200: 2341.898359036849\n", - "12:52:48\tCompleted 3302 to KZ276000: 1887.0109017057775\n", - "12:52:48\tCompleted 3315 to KZ595800: 2028.2946994484832\n", - "12:52:48\tCompleted 3361 to KZ194200: 1152.2000929579149\n", - "12:52:48\tCompleted 3344 to KZ556800: 2277.6277165250563\n", - "12:52:49\tCompleted 3355 to KZ431900: 1048.549386843311\n", - "12:52:49\tCompleted 3321 to KZ111810: 1666.8883195618578\n", - "12:52:49\tCompleted 3308 to KZ635200: 2824.1714703051784\n", - "12:52:49\tCompleted 3392 to KZ395800: 2581.019550483141\n", - "12:52:49\tCompleted 3337 to KZ151000: 2965.0407289728505\n", - "12:52:49\tCompleted 3332 to KZ596600: 1971.6549299308872\n", - "12:52:49\tCompleted 3354 to KZ636200: 2256.7739735300497\n", - "12:52:49\tCompleted 3348 to KZ634600: 2430.710038360625\n", - "12:52:49\tCompleted 3384 to KZ615400: 169.99820208705603\n", - "12:52:49\tCompleted 3352 to KZ114600: 2062.4726125103734\n", - "12:52:50\tCompleted 3350 to KZ554600: 2162.5568448521108\n", - "12:52:50\tCompleted 3353 to KZ751810: 988.4606498198989\n", - "12:52:50\tCompleted 3393 to KZ552200: 2335.9410251277363\n", - "12:52:50\tCompleted 3374 to KZ194800: 1613.7201951136785\n", - "12:52:50\tCompleted 3361 to KZ751210: 1099.647464092759\n", - "12:52:50\tCompleted 3307 to KZ154800: 3025.1204744715687\n", - "12:52:50\tCompleted 3377 to KZ594200: 2258.118074151558\n", - "12:52:50\tCompleted 3380 to KZ156000: 2021.1926659413782\n", - "12:52:50\tCompleted 3382 to KZ396800: 2527.9215750544527\n", - "12:52:50\tCompleted 3384 to KZ615200: 115.36574669941297\n", - "12:52:50\tCompleted 3329 to KZ632200: 1989.6474779908406\n", - "12:52:50\tCompleted 3391 to KZ355600: 1895.229830290734\n", - "12:52:50\tCompleted 3302 to KZ276200: 1716.0364298897082\n", - "12:52:50\tCompleted 3349 to KZ474200: 3039.6459919462445\n", - "12:52:50\tCompleted 3378 to KZ273600: 2842.2267560769287\n", - "12:52:50\tCompleted 3355 to KZ434600: 1082.2139572696913\n", - "12:52:51\tCompleted 3328 to KZ155600: 3528.5232693811336\n", - "12:52:51\tCompleted 3375 to KZ635000: 2642.0290594331404\n", - "12:52:51\tCompleted 3396 to KZ195800: 1736.5290933814395\n", - "12:52:51\tCompleted 3321 to KZ116600: 1122.023508327033\n", - "12:52:51\tCompleted 3397 to KZ631000: 2574.933497447303\n", - "12:52:51\tCompleted 3358 to KZ114000: 1824.0816827353085\n", - "12:52:51\tCompleted 3312 to KZ596000: 1860.2219262463261\n", - "12:52:51\tCompleted 3314 to KZ316200: 3439.752223530428\n", - "12:52:51\tCompleted 3371 to KZ596200: 2270.2718243382296\n", - "12:52:51\tCompleted 3318 to KZ556800: 2386.3084718128466\n", - "12:52:51\tCompleted 3363 to KZ636800: 2474.5187428545737\n", - "12:52:51\tCompleted 3347 to KZ235200: 4247.526552939359\n", - "12:52:51\tCompleted 3389 to KZ111810: 2000.516474076284\n", - "12:52:51\tCompleted 3383 to KZ475200: 3186.2022505700575\n", - "12:52:51\tCompleted 3326 to KZ274800: 3222.587857171811\n", - "12:52:51\tCompleted 3376 to KZ395800: 2482.789102290839\n", - "12:52:51\tCompleted 3322 to KZ234200: 4529.514467074589\n", - "12:52:52\tCompleted 3339 to KZ635400: 2175.4744275277344\n", - "12:52:52\tCompleted 3353 to KZ751910: 1009.6015661703073\n", - "12:52:52\tCompleted 3381 to KZ634800: 2859.669290185961\n", - "12:52:52\tCompleted 3384 to KZ616400: 890.4899796732174\n", - "12:52:52\tCompleted 3346 to KZ115200: 1778.4916481445482\n", - "12:52:52\tCompleted 3311 to KZ395800: 2746.4390176780735\n", - "12:52:52\tCompleted 3391 to KZ352100: 1162.2133081865338\n", - "12:52:52\tCompleted 3361 to KZ751110: 1107.4048234056397\n", - "12:52:52\tCompleted 3394 to KZ274000: 3770.721459153788\n", - "12:52:52\tCompleted 3315 to KZ593400: 1837.681962096343\n", - "12:52:52\tCompleted 3367 to KZ394400: 2394.6515613525703\n", - "12:52:52\tCompleted 3302 to KZ271000: 1681.9635764091106\n", - "12:52:53\tCompleted 3325 to KZ594600: 2139.1201676445876\n", - "12:52:53\tCompleted 3275 to KZ554200: 4185.7154107065935\n", - "12:52:53\tCompleted 3324 to KZ396200: 2464.497770770782\n", - "12:52:53\tCompleted 3389 to KZ116600: 631.1846996714344\n", - "12:52:53\tCompleted 3390 to KZ234200: 3599.2844748099\n", - "12:52:53\tCompleted 3355 to KZ434400: 1425.1633562314257\n", - "12:52:53\tCompleted 3331 to KZ395200: 2260.337088923389\n", - "12:52:53\tCompleted 3313 to KZ635000: 2538.6970790608525\n", - "12:52:53\tCompleted 3374 to KZ195600: 1690.5007628688882\n", - "12:52:53\tCompleted 3384 to KZ615600: 898.8600990453699\n", - "12:52:53\tCompleted 3354 to KZ636400: 2014.1881256500621\n", - "12:52:53\tCompleted 3352 to KZ114800: 1962.7174393597888\n", - "12:52:53\tCompleted 3334 to KZ273200: 3868.50412575305\n", - "12:52:53\tCompleted 3323 to KZ631000: 2145.4394174284857\n", - "12:52:53\tCompleted 3353 to KZ751510: 998.1175040693913\n", - "12:52:53\tCompleted 3356 to KZ551600: 2075.3316370513216\n", - "12:52:54\tCompleted 3361 to KZ751310: 1100.5763962808935\n", - "12:52:54\tCompleted 3396 to KZ196000: 1923.3098487703596\n", - "12:52:54\tCompleted 3342 to KZ393400: 2232.4837029114506\n", - "12:52:54\tCompleted 3348 to KZ634400: 2022.8607789045645\n", - "12:52:54\tCompleted 3344 to KZ554800: 2282.3232045695095\n", - "12:52:54\tCompleted 3358 to KZ117000: 1746.7140261819125\n", - "12:52:54\tCompleted 3332 to KZ595000: 2059.571052659845\n", - "12:52:54\tCompleted 3391 to KZ352200: 1682.4111337139316\n", - "12:52:54\tCompleted 3339 to KZ635000: 1650.2010001952865\n", - "12:52:54\tCompleted 3384 to KZ615800: 161.16347391416554\n", - "12:52:55\tCompleted 3393 to KZ554600: 2418.1174976295274\n", - "12:52:55\tCompleted 3355 to KZ431000: 766.8547738687826\n", - "12:52:55\tCompleted 3321 to KZ115600: 1830.9606677654126\n", - "12:52:55\tCompleted 3302 to KZ274000: 1951.9640150214727\n", - "12:52:55\tCompleted 3367 to KZ433200: 1527.7690599758923\n", - "12:52:55\tCompleted 3325 to KZ711110: 1387.3524612302995\n", - "12:52:55\tCompleted 3314 to KZ311000: 3300.323483901307\n", - "12:52:55\tCompleted 3350 to KZ555600: 2339.0916428364776\n", - "12:52:55\tCompleted 3377 to KZ596600: 2178.1965352453803\n", - "12:52:55\tCompleted 3361 to KZ751410: 1118.001374684534\n", - "12:52:55\tCompleted 3392 to KZ392400: 2491.0456308558723\n", - "12:52:55\tCompleted 3346 to KZ115400: 1755.8709855464544\n", - "12:52:55\tCompleted 3348 to KZ313600: 412.3152986278249\n", - "12:52:56\tCompleted 3384 to KZ612600: 325.0657828571186\n", - "12:52:56\tCompleted 3396 to KZ191000: 1614.9206958773145\n", - "12:52:56\tCompleted 3374 to KZ195800: 1504.387635236038\n", - "12:52:56\tCompleted 3328 to KZ156800: 3030.5031136017706\n", - "12:52:56\tCompleted 3382 to KZ394800: 2300.4157733488514\n", - "12:52:56\tCompleted 3391 to KZ352300: 1344.016868743613712:52:56\tCompleted 3343 to KZ475000: 3349.9968795276063\n", - "\n", - "12:52:56\tCompleted 3329 to KZ635200: 2372.1766937848893\n", - "12:52:56\tCompleted 3337 to KZ153200: 2969.4573124014755\n", - "12:52:56\tCompleted 3355 to KZ435200: 665.1606438078521\n", - "12:52:56\tCompleted 3372 to KZ274200: 3668.9847628649386\n", - "12:52:56\tCompleted 3380 to KZ154600: 2319.330096686496\n", - "12:52:56\tCompleted 3315 to KZ594200: 2017.5397111598545\n", - "12:52:57\tCompleted 3308 to KZ632400: 2693.12702815468\n", - "12:52:57\tCompleted 3348 to KZ314000: 231.97401238946813\n", - "12:52:57\tCompleted 3367 to KZ431900: 1008.7252270806736\n", - "12:52:57\tCompleted 3371 to KZ596400: 2190.2501947658075\n", - "12:52:57\tCompleted 3312 to KZ596200: 2247.2213759174983\n", - "12:52:57\tCompleted 3384 to KZ616000: 233.7218849736181\n", - "12:52:57\tCompleted 3381 to KZ633400: 2127.447235515286\n", - "12:52:57\tCompleted 3375 to KZ632200: 2525.1048914321223\n", - "12:52:57\tCompleted 3361 to KZ751710: 1158.989406453437\n", - "12:52:57\tCompleted 3318 to KZ554800: 2391.0039598572976\n", - "12:52:57\tCompleted 3349 to KZ474600: 2716.8214311281627\n", - "12:52:57\tCompleted 3352 to KZ111010: 1929.9910744750262\n", - "12:52:57\tCompleted 3358 to KZ114400: 1659.3728997716164\n", - "12:52:57\tCompleted 3328 to KZ193200: 804.2222984059945\n", - "12:52:57\tCompleted 3307 to KZ155200: 3452.0591373733214\n", - "12:52:57\tCompleted 3311 to KZ392400: 2472.6259437044046\n", - "12:52:57\tCompleted 3396 to KZ196200: 1380.51352308598\n", - "12:52:57\tCompleted 3339 to KZ632200: 1725.2415786018632\n", - "12:52:57\tCompleted 3302 to KZ274200: 2164.085194618491\n", - "12:52:58\tCompleted 3389 to KZ115600: 2164.588822279835\n", - "12:52:58\tCompleted 3376 to KZ392400: 2392.8151826635703\n", - "12:52:58\tCompleted 3325 to KZ711410: 1413.464961313811\n", - "12:52:58\tCompleted 3397 to KZ634600: 2842.618122747598\n", - "12:52:58\tCompleted 3355 to KZ434800: 696.4869047241873\n", - "12:52:58\tCompleted 3384 to KZ613800: 189.00057723796857\n", - "12:52:58\tCompleted 3326 to KZ275800: 2692.1706811602326\n", - "12:52:58\tCompleted 3348 to KZ314800: 694.0363388585952\n", - "12:52:58\tCompleted 3378 to KZ276600: 2924.052002775915\n", - "12:52:58\tCompleted 3367 to KZ434600: 1042.38979750705412:52:58\tCompleted 3347 to KZ235600: 4342.564318959808\n", - "\n", - "12:52:58\tCompleted 3391 to KZ352800: 1656.6411682077894\n", - "12:52:58\tCompleted 3354 to KZ631000: 2229.078313501492\n", - "12:52:59\tCompleted 3363 to KZ635800: 2525.145176570136\n", - "12:52:59\tCompleted 3324 to KZ396600: 2472.4166115619714\n", - "12:52:59\tCompleted 3374 to KZ196000: 1691.1683906249582\n", - "12:52:59\tCompleted 3356 to KZ553200: 2194.2796304580274\n", - "12:52:59\tCompleted 3328 to KZ193400: 1009.111175421435\n", - "12:52:59\tCompleted 3313 to KZ632200: 2312.8035022944186\n", - "12:52:59\tCompleted 3342 to KZ391600: 2088.354199926938\n", - "12:52:59\tCompleted 3331 to KZ391000: 2456.043353432352\n", - "12:52:59\tCompleted 3361 to KZ751810: 1105.233250530386\n", - "12:52:59\tCompleted 3321 to KZ115200: 2024.4427822516748\n", - "12:52:59\tCompleted 3344 to KZ556400: 2220.0570782609548\n", - "12:52:59\tCompleted 3383 to KZ471800: 3015.812030409332\n", - "12:52:59\tCompleted 3355 to KZ433600: 957.1570850733233\n", - "12:52:59\tCompleted 3322 to KZ234600: 4644.684765512686\n", - "12:52:59\tCompleted 3348 to KZ315400: 381.2752201786213\n", - "12:53:00\tCompleted 3346 to KZ151000: 1978.461774702436\n", - "12:53:00\tCompleted 3396 to KZ192600: 1653.8644509060084\n", - "12:53:00\tCompleted 3373 to KZ113200: 1840.7666954572994\n", - "12:53:00\tCompleted 3332 to KZ593600: 2174.1196569441386\n", - "12:53:00\tCompleted 3377 to KZ595000: 2193.443610416022\n", - "12:53:00\tCompleted 3350 to KZ551000: 2155.4729672006774\n", - "12:53:00\tCompleted 3325 to KZ711210: 1414.626722740709512:53:00\tCompleted 3334 to KZ274400: 3805.6328132397744\n", - "\n", - "12:53:00\tCompleted 3323 to KZ634600: 2413.1240427287707\n", - "12:53:00\tCompleted 3314 to KZ315000: 3712.995358040522\n", - "12:53:00\tCompleted 3328 to KZ193600: 679.9794110161995\n", - "12:53:00\tCompleted 3352 to KZ116000: 1662.813772128584\n", - "12:53:01\tCompleted 3367 to KZ434400: 1385.3391964687883\n", - "12:53:01\tCompleted 3398 to KZ391000: 2482.896135919263\n", - "12:53:01\tCompleted 3391 to KZ356400: 1558.9121853749327\n", - "12:53:01\tCompleted 3390 to KZ234600: 3714.4547732479546\n", - "12:53:01\tCompleted 3394 to KZ274200: 3888.066953533256\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:53:01\tCompleted 3393 to KZ555600: 2672.42134331527\n", - "12:53:01\tCompleted 3306 to KZ113200: 1680.3578895614028\n", - "12:53:01\tCompleted 3355 to KZ434000: 721.2143354837808\n", - "12:53:01\tCompleted 3380 to KZ154800: 2154.3374076989085\n", - "12:53:01\tCompleted 3329 to KZ632400: 2241.1322516343926\n", - "12:53:01\tCompleted 3374 to KZ191000: 1382.779237731913\n", - "12:53:01\tCompleted 3312 to KZ596400: 2021.016355517275512:53:01\tCompleted 3389 to KZ115200: 1971.988408902081\n", - "\n", - "12:53:01\tCompleted 3348 to KZ315600: 1019.344671223805712:53:01\tCompleted 3392 to KZ396200: 2446.709319268683\n", - "\n", - "12:53:01\tCompleted 3315 to KZ596600: 2118.425228736617\n", - "12:53:01\tCompleted 3339 to KZ635200: 1915.8060479883145\n", - "12:53:01\tCompleted 3361 to KZ751910: 1126.3741668807943\n", - "12:53:01\tCompleted 3328 to KZ194000: 165.2663131901919\n", - "12:53:02\tCompleted 3353 to KZ231000: 2871.4265655542904\n", - "12:53:02\tCompleted 3358 to KZ114600: 2009.4221504966529\n", - "12:53:02\tCompleted 3396 to KZ196600: 1699.5801749612729\n", - "12:53:02\tCompleted 3367 to KZ431000: 727.0306141061452\n", - "12:53:02\tCompleted 3337 to KZ153400: 2858.870654875797\n", - "12:53:03\tCompleted 3397 to KZ634400: 2434.7688632915324\n", - "12:53:03\tCompleted 3325 to KZ711310: 1426.4840821966413\n", - "12:53:03\tCompleted 3348 to KZ316000: 542.0474708859881\n", - "12:53:03\tCompleted 3311 to KZ396200: 2281.0490296782\n", - "12:53:03\tCompleted 3328 to KZ196400: 722.9618123331422\n", - "12:53:03\tCompleted 3324 to KZ394200: 2106.6690917238675\n", - "12:53:03\tCompleted 3374 to KZ196200: 1148.3720649405786\n", - "12:53:03\tCompleted 3373 to KZ113400: 1670.479202524536\n", - "12:53:03\tCompleted 3318 to KZ556400: 2328.7378335487433\n", - "12:53:03\tCompleted 3391 to KZ352400: 1740.9066624231923\n", - "12:53:03\tCompleted 3382 to KZ395000: 2634.5515534434667\n", - "12:53:03\tCompleted 3307 to KZ156400: 3031.349137012555\n", - "12:53:03\tCompleted 3361 to KZ751510: 1114.8901047798784\n", - "12:53:04\tCompleted 3343 to KZ475200: 3360.8398403116557\n", - "12:53:04\tCompleted 3367 to KZ435200: 625.3364840452148\n", - "12:53:04\tCompleted 3375 to KZ635200: 2907.6341072261544\n", - "12:53:04\tCompleted 3381 to KZ633600: 2542.7299331556455\n", - "12:53:04\tCompleted 3396 to KZ194200: 1335.0234882335076\n", - "12:53:04\tCompleted 3308 to KZ632800: 2499.0579431380334\n", - "12:53:04\tCompleted 3306 to KZ113400: 1510.0703966286394\n", - "12:53:04\tCompleted 3321 to KZ115400: 2245.015554117327\n", - "12:53:04\tCompleted 3376 to KZ396200: 2348.478871076377\n", - "12:53:04\tCompleted 3397 to KZ313600: 824.2233830148194\n", - "12:53:04\tCompleted 3346 to KZ153200: 1982.8783581310852\n", - "12:53:04\tCompleted 3328 to KZ196800: 413.45552325668456\n", - "12:53:04\tCompleted 3348 to KZ316600: 726.1795646351623\n", - "12:53:04\tCompleted 3371 to KZ594600: 2374.457448284368\n", - "12:53:04\tCompleted 3356 to KZ553600: 1929.2892973918797\n", - "12:53:04\tCompleted 3349 to KZ475000: 3087.15045787794\n", - "12:53:04\tCompleted 3352 to KZ116400: 2011.391731242043\n", - "12:53:04\tCompleted 3347 to KZ233600: 4225.180916815708\n", - "12:53:05\tCompleted 3383 to KZ593200: 2249.7600981958635\n", - "12:53:05\tCompleted 3323 to KZ634400: 2005.274783272708\n", - "12:53:05\tCompleted 3339 to KZ632400: 1784.7616058378119\n", - "12:53:05\tCompleted 3395 to KZ113200: 2052.291352505817\n", - "12:53:05\tCompleted 3331 to KZ395400: 2499.4072483576647\n", - "12:53:05\tCompleted 3326 to KZ276000: 3108.0017069152677\n", - "12:53:05\tCompleted 3344 to KZ554200: 2471.8176021317377\n", - "12:53:05\tCompleted 3374 to KZ192600: 1421.722992760607\n", - "12:53:05\tCompleted 3367 to KZ434800: 656.66274496155\n", - "12:53:05\tCompleted 3329 to KZ632800: 2047.0631666177164\n", - "12:53:05\tCompleted 3389 to KZ115400: 1949.3677463039871\n", - "12:53:05\tCompleted 3354 to KZ634600: 2496.7629388017767\n", - "12:53:05\tCompleted 3391 to KZ356000: 1505.1132559668877\n", - "12:53:05\tCompleted 3342 to KZ393600: 2390.7874949163056\n", - "12:53:05\tCompleted 3350 to KZ556000: 2203.594349408691\n", - "12:53:05\tCompleted 3315 to KZ595000: 1952.8652474243208\n", - "12:53:05\tCompleted 3396 to KZ751210: 1282.4708593683515\n", - "12:53:05\tCompleted 3397 to KZ314000: 643.8820967764618\n", - "12:53:05\tCompleted 3358 to KZ114800: 1906.6326630012547\n", - "12:53:05\tCompleted 3328 to KZ191600: 330.3550663888415\n", - "12:53:05\tCompleted 3363 to KZ636200: 2386.2280933398824\n", - "12:53:06\tCompleted 3377 to KZ593600: 2307.992214700324\n", - "12:53:06\tCompleted 3348 to KZ316200: 460.9871631733531\n", - "12:53:06\tCompleted 3332 to KZ595200: 2171.5697900013697\n", - "12:53:06\tCompleted 3322 to KZ234800: 3778.3861413482605\n", - "12:53:06\tCompleted 3313 to KZ635200: 2804.3021268538664\n", - "12:53:06\tCompleted 3393 to KZ551000: 2411.0336199781045\n", - "12:53:06\tCompleted 3384 to KZ273200: 3111.943732115177\n", - "12:53:06\tCompleted 3323 to KZ313600: 388.8298080593567\n", - "12:53:06\tCompleted 3314 to KZ314200: 3305.7987148366415\n", - "12:53:06\tCompleted 3347 to KZ633200: 1504.1772209779576\n", - "12:53:06\tCompleted 3344 to KZ791110: 316.4928285463064\n", - "12:53:07\tCompleted 3334 to KZ275400: 4480.821245196796\n", - "12:53:07\tCompleted 3373 to KZ113600: 1798.9503605945938\n", - "12:53:07\tCompleted 3312 to KZ594600: 2226.4952070447644\n", - "12:53:07\tCompleted 3367 to KZ433600: 917.3329253106859\n", - "12:53:07\tCompleted 3348 to KZ311000: 85.76904758215395\n", - "12:53:07\tCompleted 3378 to KZ275000: 2789.749659878263\n", - "12:53:07\tCompleted 3328 to KZ195200: 308.7520328915373\n", - "12:53:07\tCompleted 3398 to KZ395400: 2530.763688952339\n", - "12:53:07\tCompleted 3323 to KZ314000: 197.61989260346334\n", - "12:53:07\tCompleted 3397 to KZ314800: 1105.944423245589\n", - "12:53:07\tCompleted 3390 to KZ234800: 2848.1561490835707\n", - "12:53:07\tCompleted 3306 to KZ113600: 1638.5415546986974\n", - "12:53:08\tCompleted 3396 to KZ751110: 1290.2282186812322\n", - "12:53:08\tCompleted 3325 to KZ555200: 2048.236909782997\n", - "12:53:08\tCompleted 3344 to KZ791310: 272.9525966656975\n", - "12:53:08\tCompleted 3374 to KZ196600: 1467.4387168158714\n", - "12:53:08\tCompleted 3392 to KZ396600: 2454.6281600598722\n", - "12:53:08\tCompleted 3391 to KZ354400: 1498.672272996763\n", - "12:53:08\tCompleted 3371 to KZ711110: 1662.8024402423002\n", - "12:53:08\tCompleted 3382 to KZ395200: 2102.190326604364\n", - "12:53:08\tCompleted 3339 to KZ632800: 1782.657267228739\n", - "12:53:08\tCompleted 3352 to KZ116800: 1808.8246496652587\n", - "12:53:08\tCompleted 3367 to KZ434000: 681.3901757211435\n", - "12:53:08\tCompleted 3395 to KZ113400: 1882.0038595730537\n", - "12:53:08\tCompleted 3348 to KZ315000: 498.4409217213754\n", - "12:53:08\tCompleted 3311 to KZ396600: 2288.9678704693893\n", - "12:53:08\tCompleted 3346 to KZ153400: 1872.291700605379\n", - "12:53:08\tCompleted 3328 to KZ195000: 645.0970789161668\n", - "12:53:09\tCompleted 3380 to KZ155200: 2581.276070600662512:53:09\tCompleted 3397 to KZ315400: 793.183304565615\n", - "\n", - "12:53:09\tCompleted 3344 to KZ791510: 250.0720970940443\n", - "12:53:09\tCompleted 3323 to KZ314800: 676.4503432267386\n", - "12:53:09\tCompleted 3324 to KZ394400: 2534.6754430498627\n", - "12:53:09\tCompleted 3356 to KZ552200: 2036.814686671275\n", - "12:53:09\tCompleted 3337 to KZ153600: 3151.2744157333177\n", - "12:53:09\tCompleted 3396 to KZ751310: 1283.399791556486\n", - "12:53:09\tCompleted 3391 to KZ351800: 1319.2178788703902\n", - "12:53:09\tCompleted 3374 to KZ194200: 1102.882030088107\n", - "12:53:09\tCompleted 3318 to KZ554200: 2524.568869331045\n", - "12:53:09\tCompleted 3348 to KZ314200: 91.24427851748862\n", - "12:53:09\tCompleted 3328 to KZ194400: 126.81498924738162\n", - "12:53:10\tCompleted 3347 to KZ634800: 1988.6238123882522\n", - "12:53:10\tCompleted 3376 to KZ396600: 2356.397711867566\n", - "12:53:10\tCompleted 3312 to KZ711110: 1474.7275006304828\n", - "12:53:10\tCompleted 3307 to KZ155600: 3204.0290110514147\n", - "12:53:10\tCompleted 3358 to KZ111010: 1876.9406124613054\n", - "12:53:10\tCompleted 3353 to KZ234000: 3080.0370429219784\n", - "12:53:10\tCompleted 3344 to KZ791710: 248.29591677701174\n", - "12:53:10\tCompleted 3354 to KZ634400: 2088.913679345721\n", - "12:53:10\tCompleted 3321 to KZ151000: 3047.2228425258704\n", - "12:53:10\tCompleted 3383 to KZ595800: 2353.6797082362305\n", - "12:53:10\tCompleted 3315 to KZ593600: 2067.4138517086144\n", - "12:53:10\tCompleted 3323 to KZ315400: 363.6892245467647\n", - "12:53:10\tCompleted 3397 to KZ315600: 1431.252755610799\n", - "12:53:10\tCompleted 3361 to KZ231000: 2825.080981594315\n", - "12:53:10\tCompleted 3332 to KZ591000: 2061.785518753912\n", - "12:53:11\tCompleted 3329 to KZ636800: 2169.3005394453967\n", - "12:53:11\tCompleted 3318 to KZ791110: 287.4737986964507\n", - "12:53:11\tCompleted 3355 to KZ471000: 3154.163206152752\n", - "12:53:11\tCompleted 3375 to KZ632400: 2776.589665075656\n", - "12:53:11\tCompleted 3328 to KZ194600: 403.18515781808395\n", - "12:53:11\tCompleted 3396 to KZ751410: 1300.8247699601266\n", - "12:53:11\tCompleted 3381 to KZ633800: 2549.507127642007\n", - "12:53:11\tCompleted 3339 to KZ636800: 1712.9298936488153\n", - "12:53:11\tCompleted 3306 to KZ113800: 1718.1596394547314\n", - "12:53:11\tCompleted 3343 to KZ471800: 3190.44962015093\n", - "12:53:11\tCompleted 3331 to KZ392000: 2616.3309434378884\n", - "12:53:11\tCompleted 3374 to KZ751210: 1050.32940122295\n", - "12:53:11\tCompleted 3325 to KZ551600: 1792.9724940861197\n", - "12:53:11\tCompleted 3371 to KZ711410: 1662.9752432964099\n", - "12:53:11\tCompleted 3373 to KZ113800: 1878.5684453506278\n", - "12:53:11\tCompleted 3363 to KZ636400: 2143.6422454599087\n", - "12:53:11\tCompleted 3354 to KZ313600: 478.36819906898194\n", - "12:53:11\tCompleted 3308 to KZ636800: 2621.2953159656845\n", - "12:53:11\tCompleted 3344 to KZ611600: 505.15645205213605\n", - "12:53:11\tCompleted 3347 to KZ633400: 1282.9271717406314\n", - "12:53:12\tCompleted 3389 to KZ151000: 2171.958535459965\n", - "12:53:12\tCompleted 3395 to KZ113600: 2010.4750176431114\n", - "12:53:12\tCompleted 3397 to KZ316000: 871.0942241810482\n", - "12:53:12\tCompleted 3318 to KZ791310: 254.33630108520572\n", - "12:53:12\tCompleted 3352 to KZ111810: 1830.6887426883875\n", - "12:53:12\tCompleted 3350 to KZ556800: 2404.282274280628412:53:12\tCompleted 3393 to KZ556000: 2459.155002186118\n", - "\n", - "12:53:12\tCompleted 3324 to KZ433200: 1667.7929416731952\n", - "12:53:12\tCompleted 3328 to KZ194800: 778.502343009128\n", - "12:53:12\tCompleted 3392 to KZ394200: 2088.88064022176812:53:12\tCompleted 3323 to KZ315600: 1001.7586755919491\n", - "\n", - "12:53:12\tCompleted 3342 to KZ396400: 2612.1991415896664\n", - "12:53:12\tCompleted 3326 to KZ276200: 2827.3879201813634\n", - "12:53:12\tCompleted 3349 to KZ475200: 3097.9934186619894\n", - "12:53:12\tCompleted 3396 to KZ751710: 1341.8128017290294\n", - "12:53:12\tCompleted 3314 to KZ353200: 3676.553674844977\n", - "12:53:13\tCompleted 3344 to KZ613600: 363.7372005300639\n", - "12:53:13\tCompleted 3348 to KZ353200: 1555.8938238785263\n", - "12:53:13\tCompleted 3358 to KZ116000: 1609.7633101148633\n", - "12:53:13\tCompleted 3322 to KZ235200: 3826.025988711628\n", - "12:53:13\tCompleted 3354 to KZ314000: 298.0269128306249\n", - "12:53:13\tCompleted 3318 to KZ791510: 252.8768262314555\n", - "12:53:13\tCompleted 3334 to KZ273600: 3648.780504179323\n", - "12:53:13\tCompleted 3312 to KZ711410: 1500.8400007139944\n", - "12:53:13\tCompleted 3374 to KZ751110: 1058.0867605358308\n", - "12:53:13\tCompleted 3352 to KZ116600: 461.3569682835319\n", - "12:53:13\tCompleted 3313 to KZ632400: 2673.257684703368\n", - "12:53:13\tCompleted 3397 to KZ316600: 1138.0876490221558\n", - "12:53:13\tCompleted 3328 to KZ195600: 454.9144844136194\n", - "12:53:13\tCompleted 3384 to KZ274400: 3049.072419601888\n", - "12:53:13\tCompleted 3323 to KZ316000: 426.2403461102424\n", - "12:53:14\tCompleted 3398 to KZ392000: 2537.8173433475577\n", - "12:53:14\tCompleted 3382 to KZ391000: 2356.588523260687\n", - "12:53:14\tCompleted 3377 to KZ595200: 2305.442347757546\n", - "12:53:14\tCompleted 3346 to KZ153600: 2164.6954614628485\n", - "12:53:14\tCompleted 3311 to KZ394200: 2594.0061376972158\n", - "12:53:14\tCompleted 3324 to KZ431900: 1148.7491087779763\n", - "12:53:14\tCompleted 3344 to KZ614000: 305.64385289989195\n", - "12:53:14\tCompleted 3339 to KZ635800: 1763.556327364358\n", - "12:53:14\tCompleted 3376 to KZ394200: 1990.6501920294606\n", - "12:53:14\tCompleted 3318 to KZ791710: 225.35790031770296\n", - "12:53:14\tCompleted 3356 to KZ554600: 2118.9911591730843\n", - "12:53:14\tCompleted 3396 to KZ751810: 1288.056645805978412:53:14\tCompleted 3347 to KZ633600: 1796.844933875489\n", - "\n", - "12:53:14\tCompleted 3380 to KZ156400: 2160.56607023984\n", - "12:53:14\tCompleted 3390 to KZ235200: 2895.7959964469383\n", - "12:53:14\tCompleted 3371 to KZ711210: 1632.6208576299944\n", - "12:53:15\tCompleted 3354 to KZ314800: 760.089239299752\n", - "12:53:15\tCompleted 3328 to KZ195800: 145.6409309060119\n", - "12:53:15\tCompleted 3397 to KZ316200: 866.3181877158753\n", - "12:53:15\tCompleted 3323 to KZ316600: 708.5935690033057\n", - "12:53:15\tCompleted 3315 to KZ595200: 2064.86398476585\n", - "12:53:15\tCompleted 3383 to KZ593400: 2163.0669708840956\n", - "12:53:15\tCompleted 3348 to KZ353600: 1492.1236021618595\n", - "12:53:15\tCompleted 3306 to KZ114500: 1792.0021345395528\n", - "12:53:15\tCompleted 3391 to KZ393200: 2433.395324613651\n", - "12:53:15\tCompleted 3374 to KZ751310: 1051.2583334110845\n", - "12:53:15\tCompleted 3344 to KZ613900: 583.56712491634\n", - "12:53:16\tCompleted 3378 to KZ274800: 3325.254571261663\n", - "12:53:16\tCompleted 3395 to KZ113800: 2090.0931023991416\n", - "12:53:16\tCompleted 3325 to KZ553200: 1929.400090313327\n", - "12:53:16\tCompleted 3337 to KZ154000: 2902.8509885582957\n", - "12:53:16\tCompleted 3324 to KZ434600: 1182.4136792043566\n", - "12:53:16\tCompleted 3318 to KZ611600: 436.10793258043566\n", - "12:53:16\tCompleted 3343 to KZ593200: 2080.294855233367\n", - "12:53:16\tCompleted 3307 to KZ156800: 2706.0088552720517\n", - "12:53:16\tCompleted 3397 to KZ311000: 497.67713196914747\n", - "12:53:16\tCompleted 3396 to KZ751910: 1309.1975621563868\n", - "12:53:16\tCompleted 3329 to KZ635800: 2219.9269731609493\n", - "12:53:16\tCompleted 3367 to KZ471000: 3114.3390463901146\n", - "12:53:16\tCompleted 3354 to KZ315400: 447.3281206197781\n", - "12:53:16\tCompleted 3312 to KZ711210: 1502.0017621408929\n", - "12:53:16\tCompleted 3328 to KZ196000: 780.1790529382754\n", - "12:53:16\tCompleted 3323 to KZ316200: 345.18003839760746\n", - "12:53:16\tCompleted 3373 to KZ114500: 1952.4109404354494\n", - "12:53:16\tCompleted 3332 to KZ595600: 2185.4135454587145\n", - "12:53:17\tCompleted 3321 to KZ153200: 3051.6394259544954\n", - "12:53:17\tCompleted 3344 to KZ612000: 460.3060027997222\n", - "12:53:17\tCompleted 3389 to KZ153200: 2176.3751188886067\n", - "12:53:17\tCompleted 3331 to KZ395600: 2493.4842927289756\n", - "12:53:17\tCompleted 3347 to KZ633800: 1729.3444879477229\n", - "12:53:17\tCompleted 3348 to KZ351600: 1066.9137501854082\n", - "12:53:17\tCompleted 3318 to KZ613600: 228.46729046876266\n", - "12:53:17\tCompleted 3339 to KZ636200: 1624.6392441341136\n", - "12:53:17\tCompleted 3328 to KZ191000: 483.1132584461675\n", - "12:53:17\tCompleted 3397 to KZ315000: 910.3490061083692\n", - "12:53:17\tCompleted 3374 to KZ751410: 1068.6833118147251\n", - "12:53:17\tCompleted 3323 to KZ311000: 72.3251875740283\n", - "12:53:17\tCompleted 3307 to KZ193200: 686.7935049651173\n", - "12:53:18\tCompleted 3358 to KZ116400: 1958.3412692283223\n", - "12:53:18\tCompleted 3371 to KZ711310: 1654.2132461685835\n", - "12:53:18\tCompleted 3396 to KZ751510: 1297.7135000554708\n", - "12:53:18\tCompleted 3352 to KZ115600: 1994.7610908919423\n", - "12:53:18\tCompleted 3346 to KZ154000: 1916.2720342878858\n", - "12:53:18\tCompleted 3354 to KZ315600: 1085.3975716649625\n", - "12:53:18\tCompleted 3344 to KZ614400: 510.09992435614237\n", - "12:53:18\tCompleted 3363 to KZ631000: 2358.532433311325\n", - "12:53:18\tCompleted 3350 to KZ554800: 2408.9777623250793\n", - "12:53:18\tCompleted 3393 to KZ556800: 2659.8429270580555\n", - "12:53:18\tCompleted 3318 to KZ614000: 291.63151134570154\n", - "12:53:18\tCompleted 3353 to KZ234200: 3530.982749442914\n", - "12:53:18\tCompleted 3361 to KZ234000: 3033.691458962003\n", - "12:53:18\tCompleted 3381 to KZ634000: 2597.4747083109787\n", - "12:53:19\tCompleted 3324 to KZ434400: 1525.363078166091\n", - "12:53:19\tCompleted 3397 to KZ314200: 503.1523629044822\n", - "12:53:19\tCompleted 3314 to KZ353600: 4359.425315284723\n", - "12:53:19\tCompleted 3328 to KZ196200: 210.98052670488133\n", - "12:53:19\tCompleted 3306 to KZ114000: 1728.1451209719942\n", - "12:53:19\tCompleted 3391 to KZ393400: 1949.8043664507138\n", - "12:53:19\tCompleted 3392 to KZ394400: 2516.886991547764\n", - "12:53:19\tCompleted 3325 to KZ553600: 1647.0070288580946\n", - "12:53:19\tCompleted 3375 to KZ632800: 2582.520580059003\n", - "12:53:19\tCompleted 3323 to KZ315000: 480.8549260895186\n", - "12:53:19\tCompleted 3312 to KZ711310: 1513.8591215968247\n", - "12:53:19\tCompleted 3315 to KZ591000: 1955.0797135183884\n", - "12:53:19\tCompleted 3347 to KZ634000: 1726.4292305132599\n", - "12:53:19\tCompleted 3374 to KZ751710: 1109.671343583628\n", - "12:53:19\tCompleted 3344 to KZ614600: 299.751551824707\n", - "12:53:19\tCompleted 3377 to KZ591000: 2195.6580765100884\n", - "12:53:19\tCompleted 3307 to KZ193400: 891.6823819805577\n", - "12:53:19\tCompleted 3354 to KZ316000: 608.100371327145\n", - "12:53:19\tCompleted 3339 to KZ636400: 1382.0533962541094\n", - "12:53:20\tCompleted 3308 to KZ635800: 2671.9217496812494\n", - "12:53:20\tCompleted 3382 to KZ395400: 2404.456076293763\n", - "12:53:20\tCompleted 3326 to KZ271000: 2845.080875595579\n", - "12:53:20\tCompleted 3313 to KZ632800: 2479.188599686722\n", - "12:53:20\tCompleted 3328 to KZ192600: 466.75447035409576\n", - "12:53:20\tCompleted 3348 to KZ354000: 1575.7132681469122\n", - "12:53:20\tCompleted 3322 to KZ235600: 3921.063754732033\n", - "12:53:20\tCompleted 3355 to KZ473600: 2735.188440129809\n", - "12:53:20\tCompleted 3311 to KZ394400: 2817.765460357883\n", - "12:53:20\tCompleted 3318 to KZ613900: 568.3832104868958\n", - "12:53:20\tCompleted 3323 to KZ314200: 72.20386723046867\n", - "12:53:20\tCompleted 3324 to KZ431000: 867.0544958034479\n", - "12:53:20\tCompleted 3342 to KZ394000: 2844.1339909554877\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:53:20\tCompleted 3380 to KZ155600: 2333.24594427875612:53:20\tCompleted 3373 to KZ114000: 1888.5539268678908\n", - "\n", - "12:53:20\tCompleted 3332 to KZ596000: 1938.488121222745\n", - "12:53:21\tCompleted 3329 to KZ636200: 2081.009889930705\n", - "12:53:21\tCompleted 3398 to KZ395600: 2611.120841255208\n", - "12:53:21\tCompleted 3349 to KZ471800: 2927.6031985012637\n", - "12:53:21\tCompleted 3307 to KZ193600: 444.6255817521882\n", - "12:53:21\tCompleted 3356 to KZ555600: 2424.929110489623\n", - "12:53:21\tCompleted 3344 to KZ614800: 781.3723571958152\n", - "12:53:21\tCompleted 3383 to KZ594200: 2342.9247199476026\n", - "12:53:21\tCompleted 3334 to KZ276600: 3730.605750878309\n", - "12:53:21\tCompleted 3328 to KZ196600: 187.92451625156122\n", - "12:53:21\tCompleted 3354 to KZ316600: 792.2324650763192\n", - "12:53:21\tCompleted 3397 to KZ353200: 1757.0420450663262\n", - "12:53:21\tCompleted 3395 to KZ114500: 2163.935597483965\n", - "12:53:21\tCompleted 3374 to KZ751810: 1055.915187660577\n", - "12:53:21\tCompleted 3376 to KZ394400: 2418.6565433554592\n", - "12:53:21\tCompleted 3389 to KZ153400: 2065.7884613629117\n", - "12:53:21\tCompleted 3358 to KZ116800: 1755.7741876515379\n", - "12:53:21\tCompleted 3392 to KZ433200: 1650.0044901710949\n", - "12:53:21\tCompleted 3318 to KZ612000: 342.4962914703793\n", - "12:53:22\tCompleted 3343 to KZ595800: 2184.2144652737434\n", - "12:53:22\tCompleted 3324 to KZ435200: 765.3603657425175\n", - "12:53:22\tCompleted 3391 to KZ391600: 1816.9096273124883\n", - "12:53:22\tCompleted 3384 to KZ275400: 3724.2608515588986\n", - "12:53:22\tCompleted 3390 to KZ235600: 2990.833762467343\n", - "12:53:22\tCompleted 3307 to KZ194000: 172.37891221665924\n", - "12:53:22\tCompleted 3344 to KZ615400: 522.5361242863656\n", - "12:53:22\tCompleted 3352 to KZ115200: 1979.4466912836454\n", - "12:53:22\tCompleted 3306 to KZ117000: 1650.7774644185981\n", - "12:53:22\tCompleted 3339 to KZ631000: 1596.9435841055574\n", - "12:53:23\tCompleted 3328 to KZ194200: 632.2505955514839\n", - "12:53:23\tCompleted 3354 to KZ316200: 527.04006361451\n", - "12:53:23\tCompleted 3348 to KZ351000: 1507.344837046569\n", - "12:53:23\tCompleted 3321 to KZ153400: 2941.0527684288168\n", - "12:53:23\tCompleted 3325 to KZ552200: 1771.9351465265731\n", - "12:53:23\tCompleted 3347 to KZ635400: 2171.3347830954926\n", - "12:53:23\tCompleted 3337 to KZ154200: 3205.487027527618\n", - "12:53:23\tCompleted 3323 to KZ353200: 1497.4530514303722\n", - "12:53:23\tCompleted 3392 to KZ431900: 1130.960657275876\n", - "12:53:23\tCompleted 3318 to KZ614400: 494.91600992669817\n", - "12:53:23\tCompleted 3374 to KZ751910: 1077.0561040109853\n", - "12:53:23\tCompleted 3344 to KZ615200: 259.95277078808556\n", - "12:53:23\tCompleted 3312 to KZ555200: 1781.88359088186\n", - "12:53:23\tCompleted 3331 to KZ395800: 2795.868368135456\n", - "12:53:23\tCompleted 3307 to KZ196400: 605.533018892265\n", - "12:53:23\tCompleted 3324 to KZ434800: 796.6866266588527\n", - "12:53:23\tCompleted 3367 to KZ473600: 2695.3642803671714\n", - "12:53:24\tCompleted 3376 to KZ433200: 1551.7740419787835\n", - "12:53:24\tCompleted 3378 to KZ275800: 2794.8373952500847\n", - "12:53:24\tCompleted 3346 to KZ154200: 2218.9080732572043\n", - "12:53:24\tCompleted 3315 to KZ595600: 2188.967300040311\n", - "12:53:24\tCompleted 3328 to KZ751210: 312.10897686013664\n", - "12:53:24\tCompleted 3354 to KZ311000: 151.82194802331054\n", - "12:53:24\tCompleted 3373 to KZ117000: 1811.1862703144948\n", - "12:53:24\tCompleted 3397 to KZ353600: 1904.0316865488544\n", - "12:53:24\tCompleted 3318 to KZ614600: 238.08054458023113\n", - "12:53:24\tCompleted 3380 to KZ156800: 1835.2257884993592\n", - "12:53:24\tCompleted 3329 to KZ636400: 1838.424042050704\n", - "12:53:24\tCompleted 3350 to KZ556400: 2346.711636016525\n", - "12:53:24\tCompleted 3314 to KZ351600: 3939.563362572707\n", - "12:53:24\tCompleted 3307 to KZ196800: 142.5903196586423612:53:24\tCompleted 3392 to KZ434600: 1164.6252277022563\n", - "\n", - "12:53:24\tCompleted 3348 to KZ352000: 1176.1428204198273\n", - "12:53:25\tCompleted 3374 to KZ751510: 1065.5720419100694\n", - "12:53:25\tCompleted 3396 to KZ231000: 3126.6407986676913\n", - "12:53:25\tCompleted 3393 to KZ554800: 2664.5384151025064\n", - "12:53:25\tCompleted 3347 to KZ635000: 1646.0613557630443\n", - "12:53:25\tCompleted 3324 to KZ433600: 1057.3568070079887\n", - "12:53:25\tCompleted 3395 to KZ114000: 2100.078583916406\n", - "12:53:25\tCompleted 3344 to KZ616400: 1232.5453216841374\n", - "12:53:25\tCompleted 3358 to KZ111810: 1777.6382806746667\n", - "12:53:25\tCompleted 3306 to KZ114400: 1563.4363380083023\n", - "12:53:25\tCompleted 3328 to KZ751110: 305.7107011968476\n", - "12:53:25\tCompleted 3311 to KZ433200: 2155.129987646549\n", - "12:53:25\tCompleted 3371 to KZ555200: 2395.837551026702\n", - "12:53:25\tCompleted 3376 to KZ431900: 1032.7302090835647\n", - "12:53:25\tCompleted 3349 to KZ593200: 2021.352972582272512:53:25\tCompleted 3354 to KZ315000: 564.4938221625322\n", - "\n", - "12:53:25\tCompleted 3323 to KZ353600: 1474.537606530003\n", - "12:53:26\tCompleted 3377 to KZ595600: 2391.955150773195\n", - "12:53:26\tCompleted 3307 to KZ191600: 99.48939271117129\n", - "12:53:26\tCompleted 3363 to KZ634600: 2626.217058611617\n", - "12:53:26\tCompleted 3375 to KZ636800: 2704.7579528866604\n", - "12:53:26\tCompleted 3332 to KZ596200: 2103.762156346359\n", - "12:53:26\tCompleted 3356 to KZ551000: 2111.9072815216505\n", - "12:53:26\tCompleted 3318 to KZ614800: 690.8543374250524\n", - "12:53:26\tCompleted 3343 to KZ593400: 1993.6017279216046\n", - "12:53:26\tCompleted 3382 to KZ392000: 2411.509730688988\n", - "12:53:26\tCompleted 3397 to KZ351600: 1478.821834572403\n", - "12:53:26\tCompleted 3313 to KZ636800: 2601.4259725143725\n", - "12:53:26\tCompleted 3339 to KZ634600: 1864.6282094058547\n", - "12:53:26\tCompleted 3361 to KZ234200: 3484.6371654829386\n", - "12:53:26\tCompleted 3322 to KZ233600: 3803.6803525879773\n", - "12:53:26\tCompleted 3352 to KZ115400: 1956.8260286855516\n", - "12:53:26\tCompleted 3381 to KZ635400: 3042.3802608931883\n", - "12:53:26\tCompleted 3358 to KZ116600: 408.3065062698112\n", - "12:53:26\tCompleted 3324 to KZ434000: 821.4140574184462\n", - "12:53:26\tCompleted 3383 to KZ596600: 2122.8048873359066\n", - "12:53:26\tCompleted 3392 to KZ434400: 1507.5746266639908\n", - "12:53:27\tCompleted 3344 to KZ615600: 901.792079511331\n", - "12:53:27\tCompleted 3328 to KZ751310: 312.19598257108623\n", - "12:53:27\tCompleted 3354 to KZ314200: 157.29717895864528\n", - "12:53:27\tCompleted 3342 to KZ396800: 2590.2264485159008\n", - "12:53:27\tCompleted 3389 to KZ153600: 2358.192222220381\n", - "12:53:27\tCompleted 3308 to KZ636200: 2533.004666450993\n", - "12:53:27\tCompleted 3326 to KZ274000: 3498.739059315103\n", - "12:53:27\tCompleted 3353 to KZ234600: 3646.1530478809686\n", - "12:53:27\tCompleted 3307 to KZ195200: 39.09949498429538\n", - "12:53:27\tCompleted 3334 to KZ275000: 3596.3034079806407\n", - "12:53:27\tCompleted 3325 to KZ554600: 1909.5238787044368\n", - "12:53:27\tCompleted 3323 to KZ351600: 1049.327754553551612:53:27\tCompleted 3373 to KZ114400: 1723.8451439041987\n", - "\n", - "12:53:27\tCompleted 3376 to KZ434600: 1066.394779509945\n", - "12:53:27\tCompleted 3398 to KZ395800: 2637.6677827612775\n", - "12:53:27\tCompleted 3318 to KZ615400: 489.79546037228425\n", - "12:53:27\tCompleted 3391 to KZ393600: 2287.4536588070737\n", - "12:53:27\tCompleted 3312 to KZ551600: 1839.8444945130916\n", - "12:53:28\tCompleted 3347 to KZ632200: 1721.101934169621\n", - "12:53:28\tCompleted 3380 to KZ193200: 1750.0106259659008\n", - "12:53:28\tCompleted 3346 to KZ156000: 1792.1573056254153\n", - "12:53:28\tCompleted 3344 to KZ615800: 201.0293688589492\n", - "12:53:28\tCompleted 3328 to KZ751410: 319.2059286759827612:53:28\tCompleted 3315 to KZ596000: 1831.7823159872205\n", - "\n", - "12:53:28\tCompleted 3348 to KZ354800: 1747.6761660592879\n", - "12:53:28\tCompleted 3392 to KZ431000: 849.2660443013476\n", - "12:53:28\tCompleted 3322 to KZ633200: 1224.3193723494226\n", - "12:53:29\tCompleted 3395 to KZ117000: 2022.7109273630124\n", - "12:53:29\tCompleted 3399 to KZ711310: 1916.156489289601\n", - "12:53:29\tCompleted 3339 to KZ634400: 1456.7789499497721\n", - "12:53:29\tCompleted 3318 to KZ615200: 231.23668459594728\n", - "12:53:29\tCompleted 3329 to KZ631000: 2053.3142299021483\n", - "12:53:29\tCompleted 3321 to KZ153600: 3233.4565292863417\n", - "12:53:29\tCompleted 3307 to KZ195000: 488.8845193865829\n", - "12:53:29\tCompleted 3384 to KZ273600: 2892.220110541437\n", - "12:53:29\tCompleted 3331 to KZ392400: 2522.055294161787\n", - "12:53:29\tCompleted 3344 to KZ612600: 456.15949547987486\n", - "12:53:29\tCompleted 3397 to KZ354000: 1853.2013956537114\n", - "12:53:29\tCompleted 3328 to KZ751710: 351.24199833612636\n", - "12:53:29\tCompleted 3337 to KZ156000: 2778.7362598958384\n", - "12:53:29\tCompleted 3354 to KZ353200: 1536.8127631190378\n", - "12:53:29\tCompleted 3390 to KZ233600: 2873.4503603232165\n", - "12:53:30\tCompleted 3392 to KZ435200: 747.5719142404172\n", - "12:53:30\tCompleted 3376 to KZ434400: 1409.3441784716795\n", - "12:53:30\tCompleted 3355 to KZ474200: 3181.812601196331\n", - "12:53:30\tCompleted 3307 to KZ194400: 306.66944592761246\n", - "12:53:30\tCompleted 3314 to KZ354000: 3652.435989313463\n", - "12:53:30\tCompleted 3339 to KZ313600: 880.8111000977552\n", - "12:53:30\tCompleted 3358 to KZ115600: 1941.7106288782215\n", - "12:53:30\tCompleted 3318 to KZ616400: 1171.40303781503612:53:30\tCompleted 3323 to KZ354000: 1558.127272515055712:53:30\tCompleted 3344 to KZ616000: 165.92472410489876\n", - "\n", - "\n", - "12:53:31\tCompleted 3328 to KZ751810: 314.9533418839669\n", - "12:53:31\tCompleted 3367 to KZ474200: 3141.9884414336934\n", - "12:53:31\tCompleted 3356 to KZ556000: 2160.028663729664\n", - "12:53:31\tCompleted 3343 to KZ594200: 2173.4594769851137\n", - "12:53:31\tCompleted 3332 to KZ596400: 2120.554148502617\n", - "12:53:31\tCompleted 3349 to KZ595800: 2125.2725826226512:53:31\tCompleted 3371 to KZ551600: 2129.2708290411747\n", - "\n", - "12:53:31\tCompleted 3392 to KZ434800: 778.8981751567524\n", - "12:53:31\tCompleted 3325 to KZ555600: 1966.0713540963184\n", - "12:53:31\tCompleted 3347 to KZ635200: 1911.6664035560723\n", - "12:53:31\tCompleted 3376 to KZ431000: 751.0355961090363\n", - "12:53:31\tCompleted 3307 to KZ194600: 317.1864119321152\n", - "12:53:31\tCompleted 3348 to KZ355200: 1654.2190644125735\n", - "12:53:31\tCompleted 3322 to KZ634800: 1708.7659637597171\n", - "12:53:32\tCompleted 3397 to KZ351000: 1787.1761103038757\n", - "12:53:32\tCompleted 3339 to KZ314000: 739.1677359493658\n", - "12:53:32\tCompleted 3344 to KZ613800: 541.538499437278512:53:32\tCompleted 3352 to KZ151000: 2179.4168178415293\n", - "\n", - "12:53:32\tCompleted 3393 to KZ556400: 2602.272288793952\n", - "12:53:32\tCompleted 3395 to KZ114400: 1935.3698009527163\n", - "12:53:32\tCompleted 3377 to KZ596000: 2072.36067897893\n", - "12:53:32\tCompleted 3380 to KZ193400: 1954.899502981341412:53:32\tCompleted 3375 to KZ635800: 2755.3843866022253\n", - "\n", - "12:53:32\tCompleted 3328 to KZ751910: 297.0783573443002312:53:32\tCompleted 3389 to KZ154000: 2109.768795045413\n", - "\n", - "12:53:32\tCompleted 3378 to KZ276000: 3210.66842100512\n", - "12:53:32\tCompleted 3382 to KZ395600: 2484.8132285966317\n", - "12:53:32\tCompleted 3373 to KZ114600: 2073.894394629235\n", - "12:53:32\tCompleted 3318 to KZ615600: 786.7504923361363\n", - "12:53:32\tCompleted 3363 to KZ634400: 2218.367799155554\n", - "12:53:32\tCompleted 3346 to KZ154600: 2090.2947363705453\n", - "12:53:32\tCompleted 3354 to KZ353600: 1558.1765026030164\n", - "12:53:32\tCompleted 3350 to KZ554200: 2542.542671798826\n", - "12:53:32\tCompleted 3313 to KZ635800: 2652.0524062299373\n", - "12:53:33\tCompleted 3383 to KZ595000: 2278.2502562120662\n", - "12:53:33\tCompleted 3392 to KZ433600: 1039.5683555058883\n", - "12:53:33\tCompleted 3376 to KZ435200: 649.3414660481059\n", - "12:53:33\tCompleted 3312 to KZ553200: 2016.7751297135103\n", - "12:53:33\tCompleted 3324 to KZ471000: 3254.3629280874175\n", - "12:53:33\tCompleted 3307 to KZ194800: 585.302063986119\n", - "12:53:33\tCompleted 3322 to KZ633400: 1003.0693231120962\n", - "12:53:33\tCompleted 3339 to KZ314800: 235.1394189527257\n", - "12:53:33\tCompleted 3328 to KZ751510: 297.63963338498206\n", - "12:53:33\tCompleted 3400 to KZ276200: 3106.994688690832\n", - "12:53:33\tCompleted 3381 to KZ635000: 2517.106833560768\n", - "12:53:33\tCompleted 3397 to KZ352000: 1337.0983868859016\n", - "12:53:33\tCompleted 3318 to KZ615800: 236.95014061092135\n", - "12:53:33\tCompleted 3315 to KZ596200: 2218.781765658394\n", - "12:53:33\tCompleted 3374 to KZ231000: 2929.4909450704836\n", - "12:53:33\tCompleted 3323 to KZ351000: 1489.7588414147124\n", - "12:53:34\tCompleted 3391 to KZ396400: 2445.9275553359835\n", - "12:53:34\tCompleted 3334 to KZ274800: 4131.808319364057\n", - "12:53:34\tCompleted 3396 to KZ234000: 3335.2512760353793\n", - "12:53:34\tCompleted 3350 to KZ791110: 131.86291123882023\n", - "12:53:34\tCompleted 3329 to KZ634600: 2320.998855202433\n", - "12:53:34\tCompleted 3363 to KZ313600: 607.8223188788296\n", - "12:53:34\tCompleted 3326 to KZ274200: 3616.0845536945517\n", - "12:53:34\tCompleted 3392 to KZ434000: 772.1297686072731\n", - "12:53:34\tCompleted 3376 to KZ434800: 680.667726964441\n", - "12:53:34\tCompleted 3398 to KZ392400: 2547.693863134009\n", - "12:53:34\tCompleted 3331 to KZ396200: 2330.4783801355825\n", - "12:53:34\tCompleted 3354 to KZ351600: 1132.966650626565\n", - "12:53:34\tCompleted 3380 to KZ193600: 1254.834234028686\n", - "12:53:34\tCompleted 3308 to KZ636400: 2290.418818571031\n", - "12:53:34\tCompleted 3321 to KZ154000: 2985.033102111315712:53:34\tCompleted 3347 to KZ632400: 1780.6219614055697\n", - "\n", - "12:53:34\tCompleted 3342 to KZ394800: 2670.4822386012925\n", - "12:53:34\tCompleted 3339 to KZ315400: 401.8340803225375\n", - "12:53:35\tCompleted 3361 to KZ234600: 3599.807463920993\n", - "12:53:35\tCompleted 3307 to KZ195600: 662.082631741328\n", - "12:53:35\tCompleted 3318 to KZ612600: 348.0196499190001\n", - "12:53:35\tCompleted 3399 to KZ555200: 2657.780794147712\n", - "12:53:35\tCompleted 3350 to KZ791310: 88.32267935821139\n", - "12:53:35\tCompleted 3358 to KZ115200: 1923.3619149251113\n", - "12:53:35\tCompleted 3314 to KZ351000: 3616.4723561128762\n", - "12:53:35\tCompleted 3363 to KZ314000: 427.48103264047194\n", - "12:53:35\tCompleted 3348 to KZ355600: 1741.1133954773745\n", - "12:53:35\tCompleted 3325 to KZ551000: 1829.5481385564556\n", - "12:53:36\tCompleted 3323 to KZ352000: 1077.5093932499476\n", - "12:53:36\tCompleted 3349 to KZ593400: 1934.6598452705095\n", - "12:53:36\tCompleted 3322 to KZ633600: 1516.987085246954\n", - "12:53:36\tCompleted 3376 to KZ433600: 941.337907313577\n", - "12:53:36\tCompleted 3353 to KZ234800: 2779.8544237165847\n", - "12:53:36\tCompleted 3318 to KZ616000: 201.8454958568709\n", - "12:53:36\tCompleted 3390 to KZ633200: 2521.153373247413\n", - "12:53:36\tCompleted 3307 to KZ195800: 475.9695041084781\n", - "12:53:36\tCompleted 3380 to KZ194000: 1235.5960332174427\n", - "12:53:36\tCompleted 3339 to KZ315600: 888.1512226887239\n", - "12:53:36\tCompleted 3343 to KZ596600: 2254.187898909018\n", - "12:53:36\tCompleted 3373 to KZ114800: 1947.5825760402236\n", - "12:53:36\tCompleted 3350 to KZ791510: 65.44217978655831\n", - "12:53:36\tCompleted 3346 to KZ154800: 1925.3020473829456\n", - "12:53:36\tCompleted 3395 to KZ114600: 2285.4190516777526\n", - "12:53:36\tCompleted 3337 to KZ154600: 3076.873690640953\n", - "12:53:36\tCompleted 3332 to KZ594600: 2211.2378167642337\n", - "12:53:37\tCompleted 3312 to KZ553600: 1734.3820682582782\n", - "12:53:37\tCompleted 3363 to KZ314800: 889.5433591095991\n", - "12:53:37\tCompleted 3348 to KZ352100: 832.8767098806561\n", - "12:53:37\tCompleted 3356 to KZ556800: 2360.7165886016014\n", - "12:53:37\tCompleted 3352 to KZ153200: 2183.8334012701707\n", - "12:53:37\tCompleted 3397 to KZ354800: 2159.5842504462826\n", - "12:53:37\tCompleted 3376 to KZ434000: 705.3951577240347\n", - "12:53:37\tCompleted 3384 to KZ276600: 2974.045357240423\n", - "12:53:37\tCompleted 3354 to KZ354000: 1632.972113706423\n", - "12:53:37\tCompleted 3318 to KZ613800: 526.3545850078342\n", - "12:53:37\tCompleted 3329 to KZ634400: 1913.1495957463633\n", - "12:53:37\tCompleted 3347 to KZ632800: 1778.5176227964969\n", - "12:53:37\tCompleted 3350 to KZ791710: 63.66599946952575\n", - "12:53:37\tCompleted 3327 to KZ113200: 1802.0940863527471\n", - "12:53:37\tCompleted 3371 to KZ553200: 2248.2188224478778\n", - "12:53:37\tCompleted 3377 to KZ596200: 2310.3037616608485\n", - "12:53:38\tCompleted 3307 to KZ196000: 662.7502594973981\n", - "12:53:38\tCompleted 3339 to KZ316000: 1000.4007181053082\n", - "12:53:38\tCompleted 3367 to KZ474600: 2819.1638806156116\n", - "12:53:38\tCompleted 3315 to KZ596400: 1992.57674525817\n", - "12:53:38\tCompleted 3322 to KZ633800: 1449.4866393191878\n", - "12:53:38\tCompleted 3363 to KZ315400: 576.7822404296252\n", - "12:53:38\tCompleted 3329 to KZ313600: 301.57568829719423\n", - "12:53:38\tCompleted 3355 to KZ474600: 2858.988040378249\n", - "12:53:38\tCompleted 3389 to KZ154200: 2412.4048340147324\n", - "12:53:38\tCompleted 3382 to KZ395800: 2511.3601701027014\n", - "12:53:38\tCompleted 3393 to KZ554200: 2798.103324576243\n", - "12:53:38\tCompleted 3383 to KZ593600: 2392.79886049637\n", - "12:53:39\tCompleted 3344 to KZ273200: 3243.0374447379204\n", - "12:53:39\tCompleted 3350 to KZ611600: 317.0992226545866\n", - "12:53:39\tCompleted 3307 to KZ191000: 354.36110660435315\n", - "12:53:39\tCompleted 3313 to KZ636200: 2513.135322999681\n", - "12:53:39\tCompleted 3358 to KZ115400: 1900.7412523270175\n", - "12:53:39\tCompleted 3323 to KZ354800: 1730.0901704274313\n", - "12:53:39\tCompleted 3339 to KZ316600: 594.5991104368144\n", - "12:53:39\tCompleted 3380 to KZ196400: 1668.7501398930463\n", - "12:53:39\tCompleted 3324 to KZ473600: 2835.3881620644743\n", - "12:53:39\tCompleted 3375 to KZ636200: 2616.467303371969\n", - "12:53:39\tCompleted 3325 to KZ556000: 1877.6695207644727\n", - "12:53:39\tCompleted 3332 to KZ711110: 1593.10639397911\n", - "12:53:39\tCompleted 3314 to KZ352000: 3317.990142927868\n", - "12:53:39\tCompleted 3329 to KZ314000: 128.2652677779122\n", - "12:53:40\tCompleted 3393 to KZ791110: 323.56019491463724\n", - "12:53:40\tCompleted 3398 to KZ396200: 2503.35755154682\n", - "12:53:40\tCompleted 3334 to KZ275800: 3601.391143352479\n", - "12:53:40\tCompleted 3397 to KZ355200: 1815.1746308786478\n", - "12:53:40\tCompleted 3381 to KZ632200: 2400.182665559756\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:53:40\tCompleted 3331 to KZ396600: 2338.3972209267718\n", - "12:53:40\tCompleted 3347 to KZ636800: 1708.790249216573\n", - "12:53:40\tCompleted 3350 to KZ613600: 185.4030158621629312:53:40\tCompleted 3354 to KZ351000: 1566.9468283565873\n", - "\n", - "12:53:40\tCompleted 3348 to KZ352200: 1549.6699324654926\n", - "12:53:40\tCompleted 3328 to KZ231000: 4162.738832921334\n", - "12:53:40\tCompleted 3378 to KZ276200: 2930.0546342712155\n", - "12:53:40\tCompleted 3307 to KZ196200: 119.95393381301862\n", - "12:53:40\tCompleted 3399 to KZ551600: 2391.214072162185\n", - "12:53:40\tCompleted 3391 to KZ394000: 2554.3878344253008\n", - "12:53:40\tCompleted 3363 to KZ315600: 1214.8516914748097\n", - "12:53:40\tCompleted 3395 to KZ114800: 2110.412981039815\n", - "12:53:40\tCompleted 3373 to KZ111010: 1941.4128565938877\n", - "12:53:40\tCompleted 3400 to KZ271000: 3124.6876441050476\n", - "12:53:40\tCompleted 3327 to KZ113400: 1593.315015250576\n", - "12:53:41\tCompleted 3321 to KZ154200: 3287.669141080638\n", - "12:53:41\tCompleted 3380 to KZ196800: 1136.9085376518658\n", - "12:53:41\tCompleted 3339 to KZ316200: 1032.6160201975995\n", - "12:53:41\tCompleted 3312 to KZ552200: 1859.3101859267565\n", - "12:53:41\tCompleted 3343 to KZ595000: 2108.785013249579\n", - "12:53:41\tCompleted 3322 to KZ634000: 1446.5713818847248\n", - "12:53:41\tCompleted 3393 to KZ791310: 285.6720441870626\n", - "12:53:41\tCompleted 3329 to KZ314800: 584.3251557003939\n", - "12:53:41\tCompleted 3342 to KZ395000: 2696.8564269049148\n", - "12:53:41\tCompleted 3352 to KZ153400: 2073.2467437444766\n", - "12:53:41\tCompleted 3349 to KZ594200: 2114.517594334021\n", - "12:53:42\tCompleted 3363 to KZ316000: 592.9335713797618\n", - "12:53:42\tCompleted 3308 to KZ631000: 2505.3090064224357\n", - "12:53:42\tCompleted 3350 to KZ614000: 131.8799170690671\n", - "12:53:42\tCompleted 3307 to KZ192600: 393.30486163304704\n", - "12:53:42\tCompleted 3323 to KZ355200: 1555.5856372426938\n", - "12:53:42\tCompleted 3374 to KZ234000: 3138.1014224381715\n", - "12:53:42\tCompleted 3392 to KZ471000: 3236.5744765853174\n", - "12:53:42\tCompleted 3361 to KZ234800: 2733.508839756609\n", - "12:53:42\tCompleted 3339 to KZ311000: 638.0303903281788\n", - "12:53:42\tCompleted 3371 to KZ553600: 1983.2284893817357\n", - "12:53:42\tCompleted 3346 to KZ155200: 2352.240710284719\n", - "12:53:42\tCompleted 3354 to KZ352000: 1116.8691049386132\n", - "12:53:42\tCompleted 3329 to KZ315400: 271.56403702042\n", - "12:53:42\tCompleted 3332 to KZ711410: 1593.2791970332196\n", - "12:53:42\tCompleted 3393 to KZ791510: 305.542511646529\n", - "12:53:42\tCompleted 3389 to KZ156000: 1985.654066382948\n", - "12:53:43\tCompleted 3380 to KZ191600: 1162.7065137119546\n", - "12:53:43\tCompleted 3315 to KZ594600: 2198.055596785661\n", - "12:53:43\tCompleted 3337 to KZ154800: 2911.881001653353\n", - "12:53:43\tCompleted 3350 to KZ613900: 408.6316162102614\n", - "12:53:43\tCompleted 3396 to KZ234200: 3786.196982556315\n", - "12:53:43\tCompleted 3377 to KZ596400: 2254.426706258799612:53:43\tCompleted 3348 to KZ352300: 1344.7926908859672\n", - "\n", - "12:53:43\tCompleted 3363 to KZ316600: 921.6865848861662\n", - "12:53:43\tCompleted 3397 to KZ355600: 1977.8013163718458\n", - "12:53:43\tCompleted 3356 to KZ554800: 2365.4120766460524\n", - "12:53:43\tCompleted 3390 to KZ634800: 3005.59996465768\n", - "12:53:43\tCompleted 3307 to KZ196600: 439.02058568831137\n", - "12:53:43\tCompleted 3347 to KZ635800: 1759.4166829321157\n", - "12:53:43\tCompleted 3373 to KZ116000: 1674.2355542474456\n", - "12:53:43\tCompleted 3353 to KZ235200: 2827.4942710799523\n", - "12:53:44\tCompleted 3339 to KZ315000: 755.2392065618126\n", - "12:53:44\tCompleted 3393 to KZ791710: 285.3469444215102\n", - "12:53:44\tCompleted 3327 to KZ113600: 1781.4891769800076\n", - "12:53:44\tCompleted 3358 to KZ151000: 2123.3320414829973\n", - "12:53:44\tCompleted 3329 to KZ315600: 909.6334880656046\n", - "12:53:44\tCompleted 3350 to KZ612000: 295.29486324293987\n", - "12:53:44\tCompleted 3380 to KZ195200: 1100.4715368466811\n", - "12:53:44\tCompleted 3384 to KZ275000: 2839.7430143427678\n", - "12:53:44\tCompleted 3383 to KZ595200: 2390.2489935535905\n", - "12:53:44\tCompleted 3363 to KZ316200: 588.157534914589\n", - "12:53:45\tCompleted 3382 to KZ392400: 2421.386250475433\n", - "12:53:45\tCompleted 3376 to KZ471000: 3138.344028393006\n", - "12:53:45\tCompleted 3395 to KZ111010: 2152.9375136423987\n", - "12:53:45\tCompleted 3397 to KZ352100: 1244.7847942676499\n", - "12:53:45\tCompleted 3318 to KZ273200: 3134.89759917705612:53:45\tCompleted 3313 to KZ636400: 2270.5494751197184\n", - "\n", - "12:53:45\tCompleted 3322 to KZ635400: 1891.476934466958\n", - "12:53:45\tCompleted 3393 to KZ611600: 403.6093780030909\n", - "12:53:45\tCompleted 3375 to KZ636400: 2373.8814554920073\n", - "12:53:45\tCompleted 3339 to KZ314200: 639.4446038905518\n", - "12:53:45\tCompleted 3332 to KZ711210: 1562.924811366804\n", - "12:53:45\tCompleted 3402 to KZ195200: 1281.5489286464913\n", - "12:53:45\tCompleted 3312 to KZ554600: 1996.8989181046202\n", - "12:53:45\tCompleted 3329 to KZ316000: 502.04492759832937\n", - "12:53:45\tCompleted 3350 to KZ614400: 335.1644156500638\n", - "12:53:45\tCompleted 3323 to KZ355600: 1718.2123227358918\n", - "12:53:45\tCompleted 3331 to KZ394200: 2330.545084406662\n", - "12:53:45\tCompleted 3325 to KZ556800: 2078.357445636415\n", - "12:53:45\tCompleted 3367 to KZ475000: 3189.492907365389\n", - "12:53:45\tCompleted 3315 to KZ711110: 1446.2878903713772\n", - "12:53:45\tCompleted 3344 to KZ274400: 3180.16613222464\n", - "12:53:46\tCompleted 3347 to KZ636200: 1620.4995997018714\n", - "12:53:46\tCompleted 3398 to KZ396600: 2511.2763923380094\n", - "12:53:46\tCompleted 3348 to KZ352800: 1576.7923551624594\n", - "12:53:46\tCompleted 3314 to KZ354800: 4140.095369728978\n", - "12:53:46\tCompleted 3354 to KZ354800: 1813.7290665004448\n", - "12:53:46\tCompleted 3363 to KZ311000: 281.27606783315764\n", - "12:53:46\tCompleted 3399 to KZ553200: 2510.1620655688816\n", - "12:53:46\tCompleted 3346 to KZ156400: 1931.5307099238767\n", - "12:53:46\tCompleted 3393 to KZ613600: 440.9636686396073\n", - "12:53:46\tCompleted 3343 to KZ593600: 2223.333617533876\n", - "12:53:47\tCompleted 3329 to KZ316600: 616.468381476961\n", - "12:53:47\tCompleted 3380 to KZ195000: 1552.1016403873664\n", - "12:53:47\tCompleted 3350 to KZ614600: 111.60975502443488\n", - "12:53:47\tCompleted 3349 to KZ596600: 2034.5960554278417\n", - "12:53:47\tCompleted 3334 to KZ276000: 4017.222169107514\n", - "12:53:47\tCompleted 3323 to KZ352100: 815.2907142487995\n", - "12:53:47\tCompleted 3371 to KZ552200: 2090.7538786611312\n", - "12:53:47\tCompleted 3381 to KZ635200: 2782.711881353782\n", - "12:53:47\tCompleted 3324 to KZ474200: 3282.0123231309963\n", - "12:53:47\tCompleted 3397 to KZ352200: 1764.9826197950433\n", - "12:53:47\tCompleted 3322 to KZ635000: 1366.2035071345092\n", - "12:53:47\tCompleted 3391 to KZ396800: 2568.989909099323512:53:47\tCompleted 3393 to KZ614000: 240.39110029879427\n", - "\n", - "12:53:47\tCompleted 3395 to KZ116000: 1885.7602112959632\n", - "12:53:47\tCompleted 3363 to KZ315000: 693.9479419723792\n", - "12:53:47\tCompleted 3342 to KZ395200: 2228.820941830076\n", - "12:53:47\tCompleted 3327 to KZ113800: 1861.1072617360417\n", - "12:53:48\tCompleted 3352 to KZ153600: 2365.6505046019456\n", - "12:53:48\tCompleted 3339 to KZ353200: 1416.802827326588\n", - "12:53:48\tCompleted 3402 to KZ195000: 1733.1790321871765\n", - "12:53:48\tCompleted 3329 to KZ316200: 420.9846198856943\n", - "12:53:48\tCompleted 3332 to KZ711310: 1584.5171999053932\n", - "12:53:48\tCompleted 3373 to KZ116400: 2022.8135133609046\n", - "12:53:48\tCompleted 3347 to KZ636400: 1377.913751821867\n", - "12:53:48\tCompleted 3389 to KZ154600: 2283.7914971280675\n", - "12:53:48\tCompleted 3355 to KZ475000: 3229.3170671280263\n", - "12:53:48\tCompleted 3378 to KZ271000: 2947.747589685431\n", - "12:53:48\tCompleted 3350 to KZ614800: 593.3151277982658\n", - "12:53:48\tCompleted 3348 to KZ356400: 1229.575587069055\n", - "12:53:48\tCompleted 3328 to KZ234000: 4371.349310289039\n", - "12:53:48\tCompleted 3315 to KZ711410: 1472.4003904548888\n", - "12:53:48\tCompleted 3400 to KZ274000: 3778.3458278245525\n", - "12:53:48\tCompleted 3358 to KZ153200: 2127.7486249116428\n", - "12:53:49\tCompleted 3390 to KZ633400: 2273.3779099869944\n", - "12:53:49\tCompleted 3393 to KZ613900: 235.47991687928084\n", - "12:53:49\tCompleted 3329 to KZ311000: 24.97056274847714612:53:49\tCompleted 3363 to KZ314200: 286.75129876849235\n", - "\n", - "12:53:49\tCompleted 3380 to KZ194400: 1369.8865669283923\n", - "12:53:49\tCompleted 3354 to KZ355200: 1594.9453489313594\n", - "12:53:49\tCompleted 3397 to KZ352300: 1422.34660198181\n", - "12:53:49\tCompleted 3321 to KZ156000: 2860.9183734488583\n", - "12:53:49\tCompleted 3350 to KZ615400: 345.8875164293196\n", - "12:53:49\tCompleted 3361 to KZ235200: 2781.148687119977\n", - "12:53:49\tCompleted 3312 to KZ555600: 1886.5798379433804\n", - "12:53:49\tCompleted 3383 to KZ591000: 2280.464722306133\n", - "12:53:49\tCompleted 3308 to KZ634600: 2772.9936317227307\n", - "12:53:50\tCompleted 3322 to KZ632200: 1441.244085541086\n", - "12:53:50\tCompleted 3392 to KZ473600: 2817.599710562374\n", - "12:53:50\tCompleted 3337 to KZ155200: 3338.8196645551056\n", - "12:53:50\tCompleted 3323 to KZ352200: 1505.3936261590893\n", - "12:53:50\tCompleted 3402 to KZ194400: 1550.9639587282024\n", - "12:53:50\tCompleted 3339 to KZ353600: 1353.0326056099213\n", - "12:53:50\tCompleted 3393 to KZ612000: 484.9302237513317\n", - "12:53:50\tCompleted 3329 to KZ315000: 388.7297385631739\n", - "12:53:50\tCompleted 3377 to KZ594600: 2417.779422078714\n", - "12:53:50\tCompleted 3325 to KZ554800: 2083.0529336808695\n", - "12:53:50\tCompleted 3398 to KZ394200: 2145.528872499907\n", - "12:53:50\tCompleted 3314 to KZ355200: 3441.5979377340927\n", - "12:53:50\tCompleted 3356 to KZ556400: 2303.145950337498\n", - "12:53:50\tCompleted 3399 to KZ553600: 2245.171732502748\n", - "12:53:50\tCompleted 3350 to KZ615200: 75.32285348059955\n", - "12:53:50\tCompleted 3396 to KZ234600: 3901.3672809943696\n", - "12:53:50\tCompleted 3382 to KZ396200: 2377.049938888241\n", - "12:53:51\tCompleted 3313 to KZ631000: 2485.4396629711237\n", - "12:53:51\tCompleted 3315 to KZ711210: 1473.5621518817873\n", - "12:53:51\tCompleted 3347 to KZ631000: 1592.8039396733152\n", - "12:53:51\tCompleted 3375 to KZ631000: 2588.7716433434116\n", - "12:53:51\tCompleted 3380 to KZ194600: 1380.4035329328988\n", - "12:53:51\tCompleted 3346 to KZ155600: 2104.210583962812512:53:51\tCompleted 3329 to KZ314200: 25.756349233787763\n", - "\n", - "12:53:51\tCompleted 3374 to KZ234200: 3589.0471289591073\n", - "12:53:51\tCompleted 3353 to KZ235600: 2922.5320371003572\n", - "12:53:51\tCompleted 3393 to KZ614400: 42.284271247461895\n", - "12:53:51\tCompleted 3348 to KZ352400: 1562.717943058863\n", - "12:53:51\tCompleted 3397 to KZ352800: 1739.2126542889011\n", - "12:53:51\tCompleted 3327 to KZ114500: 1915.0557844201476\n", - "12:53:51\tCompleted 3331 to KZ394400: 2758.551435732647\n", - "12:53:51\tCompleted 3363 to KZ353200: 1478.8813922650484\n", - "12:53:52\tCompleted 3339 to KZ351600: 927.82275363347\n", - "12:53:52\tCompleted 3343 to KZ595200: 2220.7837505911034\n", - "12:53:52\tCompleted 3373 to KZ116800: 1820.2464317841202\n", - "12:53:52\tCompleted 3376 to KZ473600: 2719.3692623700626\n", - "12:53:52\tCompleted 3395 to KZ116400: 2234.3381704094095\n", - "12:53:52\tCompleted 3349 to KZ595000: 2049.8431305984873\n", - "12:53:52\tCompleted 3350 to KZ616400: 1044.4880922865882\n", - "12:53:52\tCompleted 3384 to KZ274800: 3375.247925726171\n", - "12:53:52\tCompleted 3402 to KZ194600: 1561.480924732709\n", - "12:53:52\tCompleted 3323 to KZ352300: 1383.1838773794648\n", - "12:53:53\tCompleted 3318 to KZ274400: 3072.026286663768\n", - "12:53:53\tCompleted 3371 to KZ554600: 2172.9303511629364\n", - "12:53:53\tCompleted 3344 to KZ275400: 3855.3545641816504\n", - "12:53:53\tCompleted 3389 to KZ154800: 2118.7988081404783\n", - "12:53:53\tCompleted 3322 to KZ635200: 1631.8085549275372\n", - "12:53:53\tCompleted 3391 to KZ394800: 2341.484107393722\n", - "12:53:53\tCompleted 3393 to KZ614600: 327.278019648148212:53:53\tCompleted 3354 to KZ355600: 1757.5720344245574\n", - "\n", - "12:53:53\tCompleted 3358 to KZ153400: 2017.161967385942\n", - "12:53:53\tCompleted 3334 to KZ276200: 3736.60838237361\n", - "12:53:53\tCompleted 3312 to KZ551000: 1797.7152685971269\n", - "12:53:53\tCompleted 3377 to KZ711110: 1726.9789517352965\n", - "12:53:53\tCompleted 3367 to KZ475200: 3200.3358681494383\n", - "12:53:53\tCompleted 3352 to KZ154000: 2117.2270774269764\n", - "12:53:54\tCompleted 3329 to KZ353200: 1446.182640720325\n", - "12:53:54\tCompleted 3315 to KZ711310: 1485.419511337719\n", - "12:53:54\tCompleted 3397 to KZ356400: 1641.4836714560488\n", - "12:53:54\tCompleted 3350 to KZ615600: 804.7242948039187\n", - "12:53:54\tCompleted 3348 to KZ356000: 1505.8890781092412\n", - "12:53:54\tCompleted 3346 to KZ156800: 1606.1904281833963\n", - "12:53:54\tCompleted 3380 to KZ194800: 1648.519184986902\n", - "12:53:54\tCompleted 3381 to KZ632400: 2651.6674392032833\n", - "12:53:54\tCompleted 3347 to KZ634600: 1860.4885649736125\n", - "12:53:54\tCompleted 3339 to KZ354000: 1436.6222715949739\n", - "12:53:54\tCompleted 3332 to KZ555200: 2326.1415047635155\n", - "12:53:54\tCompleted 3393 to KZ614800: 679.6570542754506\n", - "12:53:54\tCompleted 3324 to KZ474600: 2959.1877623129144\n", - "12:53:54\tCompleted 3354 to KZ352100: 898.9296103218129\n", - "12:53:55\tCompleted 3342 to KZ391000: 2424.5272063390394\n", - "12:53:55\tCompleted 3323 to KZ352800: 1479.6236606529471\n", - "12:53:55\tCompleted 3325 to KZ556400: 2020.7868073723125\n", - "12:53:55\tCompleted 3363 to KZ353600: 1687.630622412864612:53:55\tCompleted 3399 to KZ552200: 2352.6971217821456\n", - "\n", - "12:53:55\tCompleted 3350 to KZ615800: 88.72260099658911\n", - "12:53:55\tCompleted 3383 to KZ595600: 2336.5635028637207\n", - "12:53:55\tCompleted 3373 to KZ111810: 1842.110524807249\n", - "12:53:55\tCompleted 3328 to KZ234200: 4822.295016809994\n", - "12:53:55\tCompleted 3395 to KZ116800: 2031.7710888326378\n", - "12:53:55\tCompleted 3402 to KZ194800: 1829.5965767867121\n", - "12:53:55\tCompleted 3314 to KZ355600: 3685.2434908292025\n", - "12:53:55\tCompleted 3327 to KZ114000: 1861.9951382139732\n", - "12:53:55\tCompleted 3390 to KZ633600: 2688.6606076273542\n", - "12:53:55\tCompleted 3393 to KZ615400: 280.17614204760537\n", - "12:53:56\tCompleted 3322 to KZ632400: 1500.7641127770346\n", - "12:53:56\tCompleted 3331 to KZ433200: 1891.668934355994712:53:56\tCompleted 3329 to KZ353600: 1382.4124190036582\n", - "\n", - "12:53:56\tCompleted 3377 to KZ711410: 1727.1517547894061\n", - "12:53:56\tCompleted 3382 to KZ396600: 2384.96877967943\n", - "12:53:56\tCompleted 3398 to KZ394400: 2573.5352238259024\n", - "12:53:56\tCompleted 3337 to KZ156400: 2918.109664194339\n", - "12:53:56\tCompleted 3397 to KZ352400: 1823.478148504304\n", - "12:53:56\tCompleted 3350 to KZ612600: 268.01769867960263\n", - "12:53:56\tCompleted 3373 to KZ116600: 472.7787504023935\n", - "12:53:56\tCompleted 3308 to KZ634400: 2365.144372266665\n", - "12:53:56\tCompleted 3347 to KZ634400: 1452.63930551753\n", - "12:53:56\tCompleted 3348 to KZ354400: 1420.2881926118005\n", - "12:53:56\tCompleted 3339 to KZ351000: 1368.2538404946306\n", - "12:53:57\tCompleted 3343 to KZ591000: 2110.999479343646\n", - "12:53:57\tCompleted 3400 to KZ274200: 3895.6913222040203\n", - "12:53:57\tCompleted 3393 to KZ615200: 276.79059523540604\n", - "12:53:57\tCompleted 3378 to KZ274000: 3601.405773404948\n", - "12:53:57\tCompleted 3355 to KZ475200: 3240.1600279120757\n", - "12:53:57\tCompleted 3356 to KZ554200: 2498.9769861197997\n", - "12:53:57\tCompleted 3323 to KZ356400: 1211.9895914371987\n", - "12:53:57\tCompleted 3363 to KZ351600: 1262.4207704364132\n", - "12:53:57\tCompleted 3312 to KZ556000: 1839.01177692794\n", - "12:53:57\tCompleted 3354 to KZ352200: 1544.753337847755\n", - "12:53:57\tCompleted 3315 to KZ555200: 1817.6409504331596\n", - "12:53:57\tCompleted 3380 to KZ195600: 1725.2997527421117\n", - "12:53:57\tCompleted 3396 to KZ234800: 3035.0686568299857\n", - "12:53:57\tCompleted 3361 to KZ235600: 2876.1864531403817\n", - "12:53:57\tCompleted 3350 to KZ616000: 52.12262442939618\n", - "12:53:57\tCompleted 3329 to KZ351600: 957.2025670272071\n", - "12:53:58\tCompleted 3349 to KZ593600: 2164.391734882781\n", - "12:53:58\tCompleted 3321 to KZ154600: 3159.055804193973\n", - "12:53:58\tCompleted 3313 to KZ634600: 2753.1242882714187\n", - "12:53:58\tCompleted 3346 to KZ193200: 1836.795193177889\n", - "12:53:58\tCompleted 3375 to KZ634600: 2856.4562686437066\n", - "12:53:58\tCompleted 3308 to KZ313600: 754.598891989952\n", - "12:53:58\tCompleted 3393 to KZ616400: 864.467082759786\n", - "12:53:58\tCompleted 3392 to KZ474200: 3264.223871628896\n", - "12:53:58\tCompleted 3356 to KZ791110: 78.017117866647\n", - "12:53:58\tCompleted 3322 to KZ632800: 1498.6597741679618\n", - "12:53:58\tCompleted 3397 to KZ356000: 1583.442989205084\n", - "12:53:58\tCompleted 3347 to KZ313600: 1433.4364186133434\n", - "12:53:58\tCompleted 3331 to KZ431900: 1372.6251014607758\n", - "12:53:58\tCompleted 3350 to KZ613800: 366.6029907311999\n", - "12:53:59\tCompleted 3402 to KZ195600: 1906.3771445419218\n", - "12:53:59\tCompleted 3398 to KZ433200: 1706.6527224492356\n", - "12:53:59\tCompleted 3339 to KZ352000: 1513.0204307953718\n", - "12:53:59\tCompleted 3348 to KZ351800: 1319.9937010127437\n", - "12:53:59\tCompleted 3327 to KZ117000: 1784.6274816605771\n", - "12:53:59\tCompleted 3354 to KZ352300: 1277.368217521873\n", - "12:53:59\tCompleted 3358 to KZ153600: 2309.5657282434113\n", - "12:53:59\tCompleted 3353 to KZ233600: 2805.1486349562224\n", - "12:53:59\tCompleted 3332 to KZ551600: 2059.5747827779874\n", - "12:53:59\tCompleted 3377 to KZ711210: 1696.7973691229906\n", - "12:53:59\tCompleted 3371 to KZ555600: 2374.7043412086864\n", - "12:53:59\tCompleted 3356 to KZ791310: 55.735568906248695\n", - "12:53:59\tCompleted 3391 to KZ395000: 2675.6198874883376\n", - "12:53:59\tCompleted 3308 to KZ314000: 553.777097950651312:53:59\tCompleted 3384 to KZ275800: 2844.830749714593\n", - "\n", - "12:53:59\tCompleted 3393 to KZ615600: 1060.284947581363\n", - "12:54:00\tCompleted 3383 to KZ596000: 2157.167324774973\n", - "12:54:00\tCompleted 3334 to KZ271000: 3754.3013377878256\n", - "12:54:00\tCompleted 3389 to KZ155200: 2545.737471042237\n", - "12:54:00\tCompleted 3352 to KZ154200: 2419.863116396297\n", - "12:54:00\tCompleted 3329 to KZ354000: 1466.002084988711\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:54:00\tCompleted 3344 to KZ273600: 3023.3138231641888\n", - "12:54:00\tCompleted 3380 to KZ195800: 1539.1866251092615\n", - "12:54:00\tCompleted 3395 to KZ111810: 2053.6351818557664\n", - "12:54:00\tCompleted 3363 to KZ354000: 1575.0407428524336\n", - "12:54:00\tCompleted 3323 to KZ352400: 1545.1319474270065\n", - "12:54:00\tCompleted 3347 to KZ314000: 1291.793054464957\n", - "12:54:00\tCompleted 3398 to KZ431900: 1187.6088895540167\n", - "12:54:00\tCompleted 3399 to KZ554600: 2434.8735942839353\n", - "12:54:00\tCompleted 3325 to KZ554200: 2272.5473312431072\n", - "12:54:00\tCompleted 3382 to KZ394200: 2019.2212598413255\n", - "12:54:00\tCompleted 3318 to KZ275400: 3747.2147186207785\n", - "12:54:00\tCompleted 3397 to KZ354400: 1581.2437590778748\n", - "12:54:00\tCompleted 3393 to KZ615800: 322.5883224501589\n", - "12:54:01\tCompleted 3356 to KZ791510: 65.49009827420178\n", - "12:54:01\tCompleted 3401 to KZ113200: 2071.855313752766\n", - "12:54:01\tCompleted 3322 to KZ636800: 1428.932400588038\n", - "12:54:01\tCompleted 3381 to KZ632800: 2457.5983541866367\n", - "12:54:01\tCompleted 3373 to KZ115600: 2006.1828730108039\n", - "12:54:01\tCompleted 3331 to KZ434600: 1406.2896718871561\n", - "12:54:01\tCompleted 3367 to KZ471800: 3029.9456479887126\n", - "12:54:01\tCompleted 3376 to KZ474200: 3165.9934234365846\n", - "12:54:01\tCompleted 3314 to KZ352100: 3961.7055795432684\n", - "12:54:01\tCompleted 3308 to KZ314800: 1036.3199322207215\n", - "12:54:01\tCompleted 3315 to KZ551600: 1851.9079232271977\n", - "12:54:01\tCompleted 3402 to KZ195800: 1720.2640169090716\n", - "12:54:01\tCompleted 3339 to KZ354800: 1608.5851695073495\n", - "12:54:01\tCompleted 3374 to KZ234600: 3704.217427397162\n", - "12:54:02\tCompleted 3324 to KZ475000: 3329.5167890626917\n", - "12:54:02\tCompleted 3312 to KZ556800: 1900.582735612687\n", - "12:54:02\tCompleted 3347 to KZ314800: 731.7929419146514\n", - "12:54:02\tCompleted 3395 to KZ116600: 684.3034074509193\n", - "12:54:02\tCompleted 3354 to KZ352800: 1518.9833723416127\n", - "12:54:02\tCompleted 3393 to KZ612600: 452.9324531037472\n", - "12:54:02\tCompleted 3356 to KZ791710: 36.99015892391321\n", - "12:54:02\tCompleted 3398 to KZ434600: 1221.273459980397\n", - "12:54:02\tCompleted 3325 to KZ791110: 789.8862845354139\n", - "12:54:02\tCompleted 3327 to KZ114400: 1706.3839602896126\n", - "12:54:02\tCompleted 3390 to KZ633800: 2695.437802113718\n", - "12:54:02\tCompleted 3328 to KZ234600: 4937.4653152481\n", - "12:54:02\tCompleted 3397 to KZ351800: 1397.5476121085865\n", - "12:54:02\tCompleted 3329 to KZ351000: 1397.6336538883677\n", - "12:54:02\tCompleted 3377 to KZ711310: 1718.3897576615798\n", - "12:54:02\tCompleted 3342 to KZ395400: 2467.891101264352\n", - "12:54:02\tCompleted 3308 to KZ315400: 723.5588135407476\n", - "12:54:03\tCompleted 3343 to KZ595600: 2344.887065865564\n", - "12:54:03\tCompleted 3346 to KZ193400: 2041.6840701933295\n", - "12:54:03\tCompleted 3363 to KZ351000: 1509.0154575025979\n", - "12:54:03\tCompleted 3337 to KZ155600: 3090.789538233199\n", - "12:54:03\tCompleted 3393 to KZ616000: 395.1467335096112\n", - "12:54:03\tCompleted 3356 to KZ611600: 231.8600304739959512:54:03\tCompleted 3347 to KZ315400: 954.4593988381288\n", - "\n", - "12:54:03\tCompleted 3349 to KZ595200: 2161.8418679400124\n", - "12:54:03\tCompleted 3323 to KZ356000: 1544.2802646027387\n", - "12:54:03\tCompleted 3322 to KZ635800: 1479.5588343035806\n", - "12:54:03\tCompleted 3325 to KZ791310: 746.3460526548048\n", - "12:54:03\tCompleted 3380 to KZ196000: 1725.9673804981817\n", - "12:54:03\tCompleted 3358 to KZ154000: 2061.142301068447\n", - "12:54:04\tCompleted 3401 to KZ113400: 1901.5678208200027\n", - "12:54:04\tCompleted 3354 to KZ356400: 1295.6284875102117\n", - "12:54:04\tCompleted 3375 to KZ634400: 2448.607009187641\n", - "12:54:04\tCompleted 3352 to KZ156000: 1993.1123487645127\n", - "12:54:04\tCompleted 3398 to KZ434400: 1564.2228589421316\n", - "12:54:04\tCompleted 3391 to KZ395200: 2143.2586606492373\n", - "12:54:04\tCompleted 3313 to KZ634400: 2345.275028815353\n", - "12:54:04\tCompleted 3393 to KZ613800: 40.48649340019211\n", - "12:54:04\tCompleted 3329 to KZ352000: 1153.3139747380349\n", - "12:54:04\tCompleted 3389 to KZ156400: 2125.02747068141\n", - "12:54:04\tCompleted 3356 to KZ613600: 141.83733018313436\n", - "12:54:04\tCompleted 3396 to KZ235200: 3082.7085041933533\n", - "12:54:04\tCompleted 3332 to KZ553200: 2178.5227761846945\n", - "12:54:04\tCompleted 3402 to KZ196000: 1907.0447722979918\n", - "12:54:04\tCompleted 3361 to KZ233600: 2758.803050996244\n", - "12:54:05\tCompleted 3383 to KZ596200: 2254.9121137513744\n", - "12:54:05\tCompleted 3363 to KZ352000: 1058.9377340846238\n", - "12:54:05\tCompleted 3331 to KZ434400: 1749.2390708488906\n", - "12:54:05\tCompleted 3347 to KZ315600: 1293.361140479828\n", - "12:54:05\tCompleted 3325 to KZ791510: 723.4655530831518\n", - "12:54:05\tCompleted 3308 to KZ315600: 1361.628264585932\n", - "12:54:05\tCompleted 3373 to KZ115200: 1964.31182796408\n", - "12:54:05\tCompleted 3371 to KZ551000: 2165.8464735115035\n", - "12:54:05\tCompleted 3339 to KZ355200: 1828.5732330001956\n", - "12:54:05\tCompleted 3346 to KZ193600: 1341.618801240674\n", - "12:54:05\tCompleted 3375 to KZ313600: 838.061528910928\n", - "12:54:05\tCompleted 3315 to KZ553200: 1988.3355194544047\n", - "12:54:05\tCompleted 3398 to KZ431000: 905.9142765794885\n", - "12:54:05\tCompleted 3378 to KZ274200: 3718.751267784404\n", - "12:54:05\tCompleted 3313 to KZ313600: 734.7295485386393\n", - "12:54:05\tCompleted 3314 to KZ352200: 3643.292068991956\n", - "12:54:06\tCompleted 3355 to KZ471800: 3069.7698077513512:54:06\tCompleted 3323 to KZ354400: 1321.6547654419207\n", - "\n", - "12:54:06\tCompleted 3350 to KZ273200: 3054.89564793766912:54:06\tCompleted 3367 to KZ593200: 2092.1200866573276\n", - "\n", - "12:54:06\tCompleted 3356 to KZ614000: 86.08204201594997\n", - "12:54:06\tCompleted 3380 to KZ191000: 1417.5782276051366\n", - "12:54:06\tCompleted 3353 to KZ633200: 2218.9920063315817\n", - "12:54:06\tCompleted 3322 to KZ636200: 1340.6417510733363\n", - "12:54:06\tCompleted 3395 to KZ115600: 2217.7075300593133\n", - "12:54:06\tCompleted 3321 to KZ154800: 2994.063115206373\n", - "12:54:06\tCompleted 3348 to KZ393200: 2434.171146756005\n", - "12:54:06\tCompleted 3392 to KZ474600: 2941.3993108108143\n", - "12:54:06\tCompleted 3308 to KZ316000: 554.83538325309712:54:06\tCompleted 3327 to KZ114600: 2019.266414156606\n", - "\n", - "12:54:06\tCompleted 3325 to KZ791710: 721.6893727661193\n", - "12:54:06\tCompleted 3375 to KZ314000: 657.7202426725704\n", - "12:54:06\tCompleted 3354 to KZ352400: 1603.2488665570156\n", - "12:54:06\tCompleted 3331 to KZ431000: 1090.9304884862474\n", - "12:54:07\tCompleted 3398 to KZ435200: 804.2201465185581\n", - "12:54:07\tCompleted 3334 to KZ274000: 4407.959521507325\n", - "12:54:07\tCompleted 3382 to KZ394400: 2447.227611167324\n", - "12:54:07\tCompleted 3313 to KZ314000: 554.3882623002817\n", - "12:54:07\tCompleted 3402 to KZ191000: 1598.6556194049467\n", - "12:54:07\tCompleted 3399 to KZ555600: 2689.1774399696787\n", - "12:54:07\tCompleted 3329 to KZ354800: 1637.9649829010866\n", - "12:54:07\tCompleted 3347 to KZ316000: 1553.0260366208995\n", - "12:54:07\tCompleted 3346 to KZ194000: 1322.3806004294308\n", - "12:54:07\tCompleted 3356 to KZ613900: 362.833741157144\n", - "12:54:07\tCompleted 3401 to KZ113600: 2030.0389788900604\n", - "12:54:07\tCompleted 3384 to KZ276000: 3260.661775469628\n", - "12:54:07\tCompleted 3343 to KZ596000: 1987.702081812482\n", - "12:54:07\tCompleted 3339 to KZ355600: 1602.0223989254362\n", - "12:54:08\tCompleted 3344 to KZ276600: 3105.139069863175\n", - "12:54:08\tCompleted 3322 to KZ636400: 1098.0559031933258\n", - "12:54:08\tCompleted 3380 to KZ196200: 1183.1710548138021\n", - "12:54:08\tCompleted 3381 to KZ636800: 2579.835727014288\n", - "12:54:08\tCompleted 3398 to KZ434800: 835.5464074348932\n", - "12:54:08\tCompleted 3375 to KZ314800: 1119.7825691416976\n", - "12:54:08\tCompleted 3349 to KZ591000: 2052.0575966925544\n", - "12:54:08\tCompleted 3323 to KZ351800: 1358.3848875062413\n", - "12:54:08\tCompleted 3318 to KZ273600: 2915.173977603317\n", - "12:54:08\tCompleted 3308 to KZ316600: 1068.4631579972886\n", - "12:54:08\tCompleted 3397 to KZ393200: 2511.7250578518433\n", - "12:54:08\tCompleted 3376 to KZ474600: 2843.1688626185028\n", - "12:54:08\tCompleted 3325 to KZ611600: 978.5499080412436\n", - "12:54:08\tCompleted 3331 to KZ435200: 989.236358425317\n", - "12:54:08\tCompleted 3356 to KZ612000: 214.64145749997616\n", - "12:54:08\tCompleted 3313 to KZ314800: 1016.4505887694088\n", - "12:54:08\tCompleted 3402 to KZ196200: 1364.2484466136123\n", - "12:54:08\tCompleted 3403 to KZ636200: 2630.9234791622266\n", - "12:54:09\tCompleted 3347 to KZ316600: 1101.8334975797009\n", - "12:54:09\tCompleted 3354 to KZ356000: 1438.464604745147\n", - "12:54:09\tCompleted 3377 to KZ555200: 2460.0140625196955\n", - "12:54:09\tCompleted 3315 to KZ553600: 1705.9424579991726\n", - "12:54:09\tCompleted 3339 to KZ352100: 693.7857133287177\n", - "12:54:09\tCompleted 3332 to KZ553600: 1913.5324431185454\n", - "12:54:09\tCompleted 3337 to KZ156800: 2592.769382453836\n", - "12:54:09\tCompleted 3379 to KZ113200: 1883.856096329746\n", - "12:54:09\tCompleted 3382 to KZ433200: 1580.3451097906493\n", - "12:54:09\tCompleted 3324 to KZ475200: 3340.359749846741\n", - "12:54:09\tCompleted 3373 to KZ115400: 1941.6911653659863\n", - "12:54:09\tCompleted 3375 to KZ315400: 807.0214504617237\n", - "12:54:09\tCompleted 3328 to KZ234800: 4071.166691083628\n", - "12:54:09\tCompleted 3314 to KZ352300: 2865.8901935643303\n", - "12:54:09\tCompleted 3342 to KZ392000: 2584.814796344576\n", - "12:54:10\tCompleted 3374 to KZ234800: 2837.918803232778\n", - "12:54:10\tCompleted 3358 to KZ154200: 2363.778340037765\n", - "12:54:10\tCompleted 3363 to KZ354800: 1943.183186310293\n", - "12:54:10\tCompleted 3398 to KZ433600: 1096.2165877840291\n", - "12:54:10\tCompleted 3356 to KZ614400: 289.366540596946512:54:10\tCompleted 3352 to KZ154600: 2291.249779509632\n", - "12:54:10\tCompleted 3389 to KZ155600: 2297.70734472033\n", - "\n", - "12:54:10\tCompleted 3391 to KZ391000: 2397.656857305558\n", - "12:54:10\tCompleted 3390 to KZ634000: 2743.405382782698\n", - "12:54:10\tCompleted 3313 to KZ315400: 703.6894700894348\n", - "12:54:10\tCompleted 3325 to KZ613600: 832.1773558033233\n", - "12:54:10\tCompleted 3331 to KZ434800: 1020.5626193416522\n", - "12:54:10\tCompleted 3329 to KZ355200: 1631.390218730781\n", - "12:54:10\tCompleted 3380 to KZ192600: 1456.5219826338305\n", - "12:54:10\tCompleted 3383 to KZ596400: 2339.2333520548477\n", - "12:54:10\tCompleted 3322 to KZ631000: 1312.9460910447801\n", - "12:54:10\tCompleted 3346 to KZ196400: 1755.5347071050344\n", - "12:54:11\tCompleted 3337 to KZ193200: 950.481957425975\n", - "12:54:11\tCompleted 3347 to KZ316200: 1585.2413387131905\n", - "12:54:11\tCompleted 3382 to KZ431900: 1061.3012768954304\n", - "12:54:11\tCompleted 3355 to KZ593200: 2126.431861768422\n", - "12:54:11\tCompleted 3402 to KZ192600: 1637.5993744336406\n", - "12:54:11\tCompleted 3354 to KZ354400: 1361.014477130586\n", - "12:54:11\tCompleted 3356 to KZ614600: 28.15168119167575\n", - "12:54:11\tCompleted 3398 to KZ434000: 828.778000885414\n", - "12:54:11\tCompleted 3371 to KZ556000: 2213.967855719517\n", - "12:54:11\tCompleted 3348 to KZ393400: 1950.5801885930673\n", - "12:54:11\tCompleted 3327 to KZ114800: 2104.7886295955873\n", - "12:54:11\tCompleted 3339 to KZ352200: 1410.5789359135542\n", - "12:54:11\tCompleted 3375 to KZ315600: 1445.090901506908\n", - "12:54:11\tCompleted 3367 to KZ595800: 2196.0396966977028\n", - "12:54:11\tCompleted 3361 to KZ633200: 2335.7646070420537\n", - "12:54:11\tCompleted 3395 to KZ115200: 2127.142232963665\n", - "12:54:11\tCompleted 3401 to KZ113800: 2109.65706364609\n", - "12:54:12\tCompleted 3397 to KZ393400: 2028.13409968891\n", - "12:54:12\tCompleted 3325 to KZ614000: 779.0373088889994\n", - "12:54:12\tCompleted 3393 to KZ273200: 3235.2054032277333\n", - "12:54:12\tCompleted 3331 to KZ433600: 1281.2327996907882\n", - "12:54:12\tCompleted 3313 to KZ315600: 1341.7589211346192\n", - "12:54:12\tCompleted 3347 to KZ311000: 1190.65570884377\n", - "12:54:12\tCompleted 3379 to KZ113400: 1713.5686033969826\n", - "12:54:12\tCompleted 3346 to KZ196800: 1223.693104863854\n", - "12:54:12\tCompleted 3363 to KZ355200: 1537.01397807737\n", - "12:54:12\tCompleted 3356 to KZ614800: 508.075935617675\n", - "12:54:12\tCompleted 3399 to KZ551000: 2427.78971663251412:54:12\tCompleted 3396 to KZ235600: 3177.746270213758\n", - "\n", - "12:54:12\tCompleted 3382 to KZ434600: 1094.9658473218108\n", - "12:54:13\tCompleted 3350 to KZ274400: 2992.0243354243757\n", - "12:54:13\tCompleted 3337 to KZ193400: 1155.3708344414154\n", - "12:54:13\tCompleted 3315 to KZ552200: 1830.8705756676509\n", - "12:54:13\tCompleted 3375 to KZ316000: 784.6483080239246\n", - "12:54:13\tCompleted 3380 to KZ196600: 1502.237706689095\n", - "12:54:13\tCompleted 3389 to KZ156800: 1799.687188940929\n", - "12:54:13\tCompleted 3329 to KZ355600: 1631.4022123191733\n", - "12:54:13\tCompleted 3354 to KZ351800: 1252.5692276486495\n", - "12:54:13\tCompleted 3325 to KZ613900: 1056.9605809054474\n", - "12:54:13\tCompleted 3322 to KZ634600: 1580.6307163450774\n", - "12:54:14\tCompleted 3313 to KZ316000: 571.09051309435312:54:14\tCompleted 3321 to KZ155200: 3421.0017781081256\n", - "\n", - "12:54:14\tCompleted 3356 to KZ615400: 269.8938053596729\n", - "12:54:14\tCompleted 3402 to KZ196600: 1683.31509848890512:54:14\tCompleted 3349 to KZ595600: 2248.3546709556613\n", - "\n", - "12:54:14\tCompleted 3358 to KZ156000: 1937.0275724059784\n", - "12:54:14\tCompleted 3334 to KZ274200: 4525.305015886854\n", - "12:54:14\tCompleted 3314 to KZ352800: 3643.975912133054\n", - "12:54:14\tCompleted 3377 to KZ551600: 2193.4473405341682\n", - "12:54:14\tCompleted 3337 to KZ193600: 645.5430531237931\n", - "12:54:14\tCompleted 3353 to KZ634800: 2703.4385977418438\n", - "12:54:14\tCompleted 3347 to KZ315000: 1307.8645250774034\n", - "12:54:14\tCompleted 3344 to KZ275000: 2970.836726965511\n", - "12:54:14\tCompleted 3331 to KZ434000: 1045.2900501012457\n", - "12:54:14\tCompleted 3332 to KZ552200: 2021.0578323979407\n", - "12:54:14\tCompleted 3343 to KZ596200: 2374.7015314836503\n", - "12:54:14\tCompleted 3403 to KZ636400: 2388.3376312822625\n", - "12:54:14\tCompleted 3346 to KZ191600: 1249.4910809239427\n", - "12:54:14\tCompleted 3352 to KZ154800: 2126.257090522043\n", - "12:54:14\tCompleted 3373 to KZ151000: 2164.2819545219645\n", - "12:54:14\tCompleted 3329 to KZ352100: 723.1655267224548\n", - "12:54:14\tCompleted 3382 to KZ434400: 1437.9152462835452\n", - "12:54:15\tCompleted 3375 to KZ316600: 1151.9257949182647\n", - "12:54:15\tCompleted 3380 to KZ194200: 1137.6810199613296\n", - "12:54:15\tCompleted 3323 to KZ393200: 2472.5623332495006\n", - "12:54:15\tCompleted 3356 to KZ615200: 28.010259801720963\n", - "12:54:15\tCompleted 3397 to KZ391600: 1895.2393605506845\n", - "12:54:15\tCompleted 3405 to KZ395200: 2247.694995605226\n", - "12:54:15\tCompleted 3348 to KZ391600: 1817.6854494548418\n", - "12:54:15\tCompleted 3339 to KZ352300: 1900.8113217075077\n", - "12:54:15\tCompleted 3392 to KZ475000: 3311.7283375605916\n", - "12:54:15\tCompleted 3325 to KZ612000: 925.6720419339115\n", - "12:54:15\tCompleted 3327 to KZ111010: 1914.85406793997\n", - "12:54:15\tCompleted 3384 to KZ276200: 2980.0479887357237\n", - "12:54:15\tCompleted 3318 to KZ276600: 2996.999224302303\n", - "12:54:15\tCompleted 3381 to KZ635800: 2630.4621607298527\n", - "12:54:15\tCompleted 3402 to KZ194200: 1318.7584117611398\n", - "12:54:15\tCompleted 3313 to KZ316600: 1048.5938145459759\n", - "12:54:15\tCompleted 3337 to KZ194000: 436.06736467751716\n", - "12:54:15\tCompleted 3328 to KZ235200: 4118.806538446996\n", - "12:54:16\tCompleted 3322 to KZ634400: 1172.7814568889949\n", - "12:54:16\tCompleted 3376 to KZ475000: 3213.49788936828\n", - "12:54:16\tCompleted 3347 to KZ314200: 1192.0699224061432\n", - "12:54:16\tCompleted 3342 to KZ395600: 2461.96814563566312:54:16\tCompleted 3401 to KZ114500: 2183.4995587309136\n", - "\n", - "12:54:16\tCompleted 3379 to KZ113600: 1842.0397614670403\n", - "12:54:16\tCompleted 3382 to KZ431000: 779.6066639209021\n", - "12:54:16\tCompleted 3375 to KZ316200: 779.8722715587518\n", - "12:54:16\tCompleted 3346 to KZ195200: 1187.2561040586693\n", - "12:54:16\tCompleted 3367 to KZ593400: 2005.4269593455654\n", - "12:54:16\tCompleted 3395 to KZ115400: 2104.5215703655786\n", - "12:54:16\tCompleted 3363 to KZ355600: 1699.640663570568\n", - "12:54:16\tCompleted 3383 to KZ594600: 2362.38777416924\n", - "12:54:16\tCompleted 3324 to KZ471800: 3169.9695296860154\n", - "12:54:17\tCompleted 3356 to KZ616400: 959.2489001059973\n", - "12:54:17\tCompleted 3380 to KZ751210: 1085.1283910961736\n", - "12:54:17\tCompleted 3313 to KZ316200: 600.4809810190434\n", - "12:54:17\tCompleted 3329 to KZ352200: 1439.9587493072913\n", - "12:54:17\tCompleted 3336 to KZ113200: 1598.7491510689197\n", - "12:54:17\tCompleted 3355 to KZ595800: 2230.351471808797\n", - "12:54:17\tCompleted 3315 to KZ554600: 1968.4593078455146\n", - "12:54:17\tCompleted 3390 to KZ635400: 3188.3109353649074\n", - "12:54:17\tCompleted 3389 to KZ193200: 1957.7066903683958\n", - "12:54:17\tCompleted 3339 to KZ352800: 1437.701358610521\n", - "12:54:17\tCompleted 3391 to KZ395400: 2445.524410338634\n", - "12:54:17\tCompleted 3322 to KZ313600: 1011.9358543855855\n", - "12:54:17\tCompleted 3337 to KZ196400: 869.2214713531228\n", - "12:54:17\tCompleted 3402 to KZ751210: 1266.2057828959837\n", - "12:54:17\tCompleted 3325 to KZ614400: 983.4933803452498\n", - "12:54:17\tCompleted 3375 to KZ311000: 511.5152778652561\n", - "12:54:18\tCompleted 3382 to KZ435200: 677.9125338599716\n", - "12:54:18\tCompleted 3363 to KZ352100: 1028.38373013166\n", - "12:54:18\tCompleted 3374 to KZ235200: 2885.5586505961455\n", - "12:54:18\tCompleted 3349 to KZ596000: 1928.760199161387\n", - "12:54:18\tCompleted 3398 to KZ471000: 3293.222708863458\n", - "12:54:18\tCompleted 3313 to KZ311000: 408.1832974929673\n", - "12:54:18\tCompleted 3327 to KZ116000: 1656.7743706328595\n", - "12:54:18\tCompleted 3371 to KZ556800: 2414.655780591454512:54:18\tCompleted 3356 to KZ615600: 761.1586091248901\n", - "\n", - "12:54:18\tCompleted 3380 to KZ751110: 1092.8857504090543\n", - "12:54:18\tCompleted 3347 to KZ353200: 1773.9899829177666\n", - "12:54:18\tCompleted 3399 to KZ556000: 2475.9110988405273\n", - "12:54:18\tCompleted 3337 to KZ196800: 348.9220045926205\n", - "12:54:19\tCompleted 3314 to KZ356400: 3677.802711192296\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:54:19\tCompleted 3325 to KZ614600: 773.1450078138146\n", - "12:54:19\tCompleted 3375 to KZ315000: 924.1871520044779\n", - "12:54:19\tCompleted 3353 to KZ633400: 1971.216543071156\n", - "12:54:19\tCompleted 3346 to KZ195000: 1638.8862075993545\n", - "12:54:19\tCompleted 3339 to KZ356400: 1090.4845905171185\n", - "12:54:19\tCompleted 3382 to KZ434800: 709.238794776306812:54:19\tCompleted 3393 to KZ274400: 3172.3340907144525\n", - "\n", - "12:54:19\tCompleted 3322 to KZ314000: 870.292490237196\n", - "12:54:19\tCompleted 3329 to KZ352300: 1454.1607282936611\n", - "12:54:19\tCompleted 3402 to KZ751110: 1273.9631422088644\n", - "12:54:19\tCompleted 3383 to KZ711110: 1811.7855975313475\n", - "12:54:19\tCompleted 3354 to KZ393200: 2366.746673391915\n", - "12:54:19\tCompleted 3361 to KZ634800: 2820.211198452319\n", - "12:54:19\tCompleted 3343 to KZ596400: 2148.4965110834314\n", - "12:54:19\tCompleted 3358 to KZ154600: 2235.1650031511\n", - "12:54:19\tCompleted 3336 to KZ113400: 1389.9700799667485\n", - "12:54:19\tCompleted 3323 to KZ393400: 1988.9713750865649\n", - "12:54:19\tCompleted 3356 to KZ615800: 106.88534287484906\n", - "12:54:19\tCompleted 3396 to KZ233600: 3060.3628680696524\n", - "12:54:20\tCompleted 3337 to KZ191600: 363.1778451720291\n", - "12:54:20\tCompleted 3313 to KZ315000: 820.855171632189\n", - "12:54:20\tCompleted 3373 to KZ153200: 2168.698537950607\n", - "12:54:20\tCompleted 3332 to KZ554600: 2103.2343048997504\n", - "12:54:20\tCompleted 3397 to KZ393600: 2365.7833920452645\n", - "12:54:20\tCompleted 3380 to KZ751310: 1086.057323284308\n", - "12:54:20\tCompleted 3377 to KZ553200: 2312.395333940866\n", - "12:54:20\tCompleted 3375 to KZ314200: 516.9905088005908\n", - "12:54:20\tCompleted 3379 to KZ113800: 1921.6578462230743\n", - "12:54:20\tCompleted 3350 to KZ275400: 3667.212767381386\n", - "12:54:21\tCompleted 3322 to KZ314800: 310.2923776868903\n", - "12:54:21\tCompleted 3347 to KZ353600: 1710.2197612010998\n", - "12:54:21\tCompleted 3363 to KZ352200: 1486.8219669937655\n", - "12:54:21\tCompleted 3382 to KZ433600: 969.9089751254428\n", - "12:54:21\tCompleted 3321 to KZ156400: 3000.291777747359\n", - "12:54:21\tCompleted 3356 to KZ612600: 187.36429293663878\n", - "12:54:21\tCompleted 3337 to KZ195200: 300.9428683067557\n", - "12:54:21\tCompleted 3324 to KZ593200: 2081.4562121568315\n", - "12:54:21\tCompleted 3402 to KZ751310: 1267.1347150841182\n", - "12:54:21\tCompleted 3315 to KZ555600: 1922.33719749468\n", - "12:54:21\tCompleted 3403 to KZ631000: 2603.227819133669\n", - "12:54:21\tCompleted 3405 to KZ391000: 2502.093192261544\n", - "12:54:21\tCompleted 3313 to KZ314200: 413.658528428302\n", - "12:54:21\tCompleted 3395 to KZ151000: 2327.1123595215495\n", - "12:54:21\tCompleted 3352 to KZ155200: 2553.195753423801\n", - "12:54:21\tCompleted 3401 to KZ114000: 2119.6425451633536\n", - "12:54:21\tCompleted 3346 to KZ194400: 1456.6711341403804\n", - "12:54:21\tCompleted 3344 to KZ274800: 3506.341638348923\n", - "12:54:21\tCompleted 3339 to KZ352400: 1423.6269465069247\n", - "12:54:22\tCompleted 3367 to KZ594200: 2185.2847084090745\n", - "12:54:22\tCompleted 3325 to KZ614800: 1254.7658131849223\n", - "12:54:22\tCompleted 3348 to KZ393600: 2288.2294809494274\n", - "12:54:22\tCompleted 3355 to KZ593400: 2039.7387344566607\n", - "12:54:22\tCompleted 3328 to KZ235600: 4213.844304467422\n", - "12:54:22\tCompleted 3380 to KZ751410: 1103.4823016879486\n", - "12:54:22\tCompleted 3322 to KZ315400: 532.958834610367712:54:22\tCompleted 3329 to KZ352800: 1467.0811720042582\n", - "\n", - "12:54:22\tCompleted 3382 to KZ434000: 733.9662255359002\n", - "12:54:22\tCompleted 3356 to KZ616000: 137.96009208254065\n", - "12:54:22\tCompleted 3383 to KZ711410: 1811.9584005854572\n", - "12:54:22\tCompleted 3337 to KZ195000: 752.572971847441\n", - "12:54:22\tCompleted 3347 to KZ351600: 1285.0099092246485\n", - "12:54:22\tCompleted 3318 to KZ275000: 2862.6968814046463\n", - "12:54:22\tCompleted 3389 to KZ193400: 2162.5955673838353\n", - "12:54:23\tCompleted 3402 to KZ751410: 1284.5596934877588\n", - "12:54:23\tCompleted 3363 to KZ352300: 1169.2390759726154\n", - "12:54:23\tCompleted 3375 to KZ353200: 1628.8983587401558\n", - "12:54:23\tCompleted 3327 to KZ116400: 2005.3523297463184\n", - "12:54:23\tCompleted 3331 to KZ471000: 3478.2389207702167\n", - "12:54:23\tCompleted 3381 to KZ636200: 2491.5450774995966\n", - "12:54:23\tCompleted 3314 to KZ352400: 3594.2447225840315\n", - "12:54:23\tCompleted 3336 to KZ113600: 1665.2428090133853\n", - "12:54:23\tCompleted 3391 to KZ392000: 2452.5780647338584\n", - "12:54:23\tCompleted 3384 to KZ271000: 2997.7409441499394\n", - "12:54:23\tCompleted 3342 to KZ395800: 2764.3522210421434\n", - "12:54:23\tCompleted 3376 to KZ475200: 3224.3408501523295\n", - "12:54:23\tCompleted 3356 to KZ613800: 320.8051156780826\n", - "12:54:23\tCompleted 3349 to KZ596200: 2166.7032818433117\n", - "12:54:23\tCompleted 3390 to KZ635000: 2663.037508032487\n", - "12:54:23\tCompleted 3354 to KZ393400: 1883.1557152289731\n", - "12:54:23\tCompleted 3313 to KZ353200: 1409.7472690006957\n", - "12:54:24\tCompleted 3322 to KZ315600: 881.6851218151174\n", - "12:54:24\tCompleted 3337 to KZ194400: 570.3578983884713\n", - "12:54:24\tCompleted 3323 to KZ391600: 1856.0766359483393\n", - "12:54:24\tCompleted 3325 to KZ615400: 995.9295802754731\n", - "12:54:24\tCompleted 3329 to KZ356400: 1119.8644039108556\n", - "12:54:24\tCompleted 3380 to KZ751710: 1144.4703334568514\n", - "12:54:24\tCompleted 3346 to KZ194600: 1467.188100144887\n", - "12:54:24\tCompleted 3392 to KZ475200: 3322.571298344641\n", - "12:54:24\tCompleted 3361 to KZ633400: 2087.9891437816414\n", - "12:54:24\tCompleted 3402 to KZ751710: 1325.5477252566616\n", - "12:54:24\tCompleted 3373 to KZ153400: 2058.111880424911\n", - "12:54:25\tCompleted 3379 to KZ114500: 1995.500341307896\n", - "12:54:25\tCompleted 3389 to KZ193600: 1462.5302984311807\n", - "12:54:25\tCompleted 3377 to KZ553600: 2047.405000874732\n", - "12:54:25\tCompleted 3315 to KZ551000: 1833.4726281484263\n", - "12:54:25\tCompleted 3398 to KZ473600: 2874.247942840515\n", - "12:54:25\tCompleted 3358 to KZ154800: 2070.172314163509\n", - "12:54:25\tCompleted 3399 to KZ556800: 2676.5990237124647\n", - "12:54:25\tCompleted 3371 to KZ554800: 2419.3512686359054\n", - "12:54:25\tCompleted 3337 to KZ194600: 580.8748643929731\n", - "12:54:25\tCompleted 3347 to KZ354000: 1793.8094271861526\n", - "12:54:25\tCompleted 3363 to KZ352800: 1461.0520014876233\n", - "12:54:25\tCompleted 3383 to KZ711210: 1781.6040149190417\n", - "12:54:25\tCompleted 3325 to KZ615200: 733.3462267771931\n", - "12:54:25\tCompleted 3353 to KZ633600: 2386.4992407115187\n", - "12:54:26\tCompleted 3324 to KZ595800: 2185.3758221972075\n", - "12:54:26\tCompleted 3396 to KZ633200: 2518.58800231764\n", - "12:54:26\tCompleted 3380 to KZ751810: 1090.7141775338005\n", - "12:54:26\tCompleted 3343 to KZ594600: 2353.975362610915\n", - "12:54:26\tCompleted 3339 to KZ356000: 2061.9077089307816\n", - "12:54:26\tCompleted 3352 to KZ156400: 2132.485753062974712:54:26\tCompleted 3322 to KZ316000: 1131.5254723931384\n", - "\n", - "12:54:26\tCompleted 3397 to KZ396400: 2524.2572885741683\n", - "12:54:26\tCompleted 3374 to KZ235600: 2980.5964166165504\n", - "12:54:26\tCompleted 3402 to KZ751810: 1271.7915693336106\n", - "12:54:26\tCompleted 3401 to KZ117000: 2042.2748886099614\n", - "12:54:26\tCompleted 3327 to KZ116800: 1793.6876431302026\n", - "12:54:26\tCompleted 3375 to KZ353600: 1917.869832444963\n", - "12:54:26\tCompleted 3314 to KZ356000: 2869.288095977773\n", - "12:54:26\tCompleted 3329 to KZ352400: 1453.0067599006618\n", - "12:54:26\tCompleted 3395 to KZ153200: 2331.52894295018\n", - "12:54:27\tCompleted 3393 to KZ275400: 3847.522522671463\n", - "12:54:27\tCompleted 3337 to KZ194800: 848.9905164469769\n", - "12:54:27\tCompleted 3367 to KZ596600: 2136.9385049152856\n", - "12:54:27\tCompleted 3354 to KZ391600: 1750.2609760907476\n", - "12:54:27\tCompleted 3332 to KZ555600: 2467.065168115232\n", - "12:54:27\tCompleted 3389 to KZ194000: 1443.2920976199377\n", - "12:54:27\tCompleted 3350 to KZ273600: 2835.1720263639245\n", - "12:54:27\tCompleted 3405 to KZ395400: 2549.96074529462\n", - "12:54:27\tCompleted 3321 to KZ155600: 3172.971651786219\n", - "12:54:27\tCompleted 3336 to KZ113800: 1844.5888336822854\n", - "12:54:27\tCompleted 3363 to KZ356400: 1425.082607320059\n", - "12:54:27\tCompleted 3322 to KZ316600: 680.3329333519398\n", - "12:54:27\tCompleted 3313 to KZ353600: 1814.5378520726742\n", - "12:54:27\tCompleted 3380 to KZ751910: 1111.8550938842088\n", - "12:54:27\tCompleted 3355 to KZ594200: 2219.5964835201694\n", - "12:54:28\tCompleted 3347 to KZ351000: 1725.4409960858093\n", - "12:54:28\tCompleted 3402 to KZ751910: 1292.932485684019\n", - "12:54:28\tCompleted 3346 to KZ194800: 1735.3037521988902\n", - "12:54:28\tCompleted 3328 to KZ233600: 4096.460902323344\n", - "12:54:28\tCompleted 3344 to KZ275800: 2975.9244623373447\n", - "12:54:28\tCompleted 3381 to KZ636400: 2248.9592296196324\n", - "12:54:28\tCompleted 3383 to KZ711310: 1803.1964034576308\n", - "12:54:28\tCompleted 3348 to KZ396400: 2446.703377478337\n", - "12:54:28\tCompleted 3403 to KZ634600: 2870.912444433964\n", - "12:54:28\tCompleted 3315 to KZ556000: 1874.7691364792395\n", - "12:54:28\tCompleted 3349 to KZ596400: 2110.826226441259\n", - "12:54:29\tCompleted 3325 to KZ616400: 1705.9387776732447\n", - "12:54:29\tCompleted 3379 to KZ114000: 1931.6433277403373\n", - "12:54:29\tCompleted 3375 to KZ351600: 1492.6599804685118\n", - "12:54:29\tCompleted 3337 to KZ195600: 925.7710842021859\n", - "12:54:29\tCompleted 3343 to KZ711110: 1602.2076561966387\n", - "12:54:29\tCompleted 3380 to KZ751510: 1100.371031783293\n", - "12:54:29\tCompleted 3329 to KZ356000: 1615.257115516935\n", - "12:54:29\tCompleted 3339 to KZ354400: 1854.3918307536314\n", - "12:54:29\tCompleted 3401 to KZ114400: 1954.9337621996654\n", - "12:54:29\tCompleted 3402 to KZ751510: 1281.448423583103\n", - "12:54:29\tCompleted 3377 to KZ552200: 2154.930390154127\n", - "12:54:29\tCompleted 3318 to KZ274800: 3398.201792788051\n", - "12:54:29\tCompleted 3331 to KZ473600: 3059.2641547472736\n", - "12:54:29\tCompleted 3342 to KZ392400: 2490.5391470684744\n", - "12:54:29\tCompleted 3391 to KZ395600: 2525.8815626415026\n", - "12:54:30\tCompleted 3322 to KZ316200: 1163.7407744854295\n", - "12:54:30\tCompleted 3382 to KZ471000: 3166.9150962048716\n", - "12:54:30\tCompleted 3313 to KZ351600: 1389.328000096223\n", - "12:54:30\tCompleted 3323 to KZ393600: 2326.6206674429222\n", - "12:54:30\tCompleted 3324 to KZ593400: 1994.763084845069\n", - "12:54:30\tCompleted 3327 to KZ111810: 1815.5517361533314\n", - "12:54:30\tCompleted 3363 to KZ352400: 1545.3174957030262\n", - "12:54:30\tCompleted 3376 to KZ471800: 3053.950629991604\n", - "12:54:30\tCompleted 3337 to KZ195800: 739.657956569336\n", - "12:54:31\tCompleted 3373 to KZ153600: 2350.5156412823803\n", - "12:54:31\tCompleted 3328 to KZ633200: 1375.457206485591\n", - "12:54:31\tCompleted 3347 to KZ352000: 1870.2075863865475\n", - "12:54:31\tCompleted 3356 to KZ273200: 2974.242242194714\n", - "12:54:31\tCompleted 3390 to KZ632200: 2546.11334003146712:54:31\tCompleted 3395 to KZ153400: 2220.942285424495\n", - "\n", - "12:54:31\tCompleted 3325 to KZ615600: 1290.247479950366\n", - "12:54:31\tCompleted 3384 to KZ274000: 3651.3991278694525\n", - "12:54:31\tCompleted 3399 to KZ554800: 2681.2945117569157\n", - "12:54:31\tCompleted 3389 to KZ196400: 1876.4462042955413\n", - "12:54:31\tCompleted 3322 to KZ311000: 769.155144616009\n", - "12:54:31\tCompleted 3327 to KZ116600: 497.5922059848256\n", - "12:54:31\tCompleted 3371 to KZ556400: 2357.085142327351\n", - "12:54:31\tCompleted 3358 to KZ155200: 2497.110977065273\n", - "12:54:31\tCompleted 3329 to KZ354400: 1397.4593469300078\n", - "12:54:31\tCompleted 3361 to KZ633600: 2491.6925716130127\n", - "12:54:31\tCompleted 3336 to KZ114500: 1711.7108491363201\n", - "12:54:32\tCompleted 3314 to KZ354400: 3656.5934187319745\n", - "12:54:32\tCompleted 3343 to KZ711410: 1628.3201562801503\n", - "12:54:32\tCompleted 3352 to KZ155600: 2305.165627101894\n", - "12:54:32\tCompleted 3346 to KZ195600: 1812.0843199540998\n", - "12:54:32\tCompleted 3379 to KZ117000: 1854.2756711869413\n", - "12:54:32\tCompleted 3363 to KZ356000: 1330.3354631958894\n", - "12:54:32\tCompleted 3398 to KZ474200: 3320.872103907037\n", - "12:54:32\tCompleted 3353 to KZ633800: 2393.2764351978867\n", - "12:54:32\tCompleted 3392 to KZ471800: 3152.1810781839154\n", - "12:54:32\tCompleted 3337 to KZ196000: 926.4387119582559\n", - "12:54:32\tCompleted 3325 to KZ615800: 674.4228248480568\n", - "12:54:32\tCompleted 3313 to KZ354000: 1505.906619588081\n", - "12:54:32\tCompleted 3367 to KZ595000: 2120.6102446735385\n", - "12:54:32\tCompleted 3315 to KZ556800: 1936.3400951639865\n", - "12:54:33\tCompleted 3375 to KZ354000: 1725.057709327541\n", - "12:54:33\tCompleted 3396 to KZ634800: 3003.0345937279067\n", - "12:54:33\tCompleted 3397 to KZ394000: 2632.717567663493\n", - "12:54:33\tCompleted 3322 to KZ315000: 886.3639608496428\n", - "12:54:33\tCompleted 3355 to KZ596600: 2176.7626646779213\n", - "12:54:33\tCompleted 3321 to KZ156800: 2674.951496006856\n", - "12:54:33\tCompleted 3339 to KZ351800: 1875.4265453966573\n", - "12:54:33\tCompleted 3389 to KZ196800: 1344.6046020543608\n", - "12:54:33\tCompleted 3354 to KZ393600: 2220.8050075853394\n", - "12:54:34\tCompleted 3332 to KZ551000: 2096.150427248317\n", - "12:54:34\tCompleted 3347 to KZ354800: 1965.7723250985282\n", - "12:54:34\tCompleted 3403 to KZ634400: 2463.0631849778983\n", - "12:54:34\tCompleted 3337 to KZ191000: 618.049559065211\n", - "12:54:34\tCompleted 3393 to KZ273600: 3015.481781654001\n", - "12:54:34\tCompleted 3401 to KZ114600: 2304.9830129247016\n", - "12:54:34\tCompleted 3325 to KZ612600: 929.5529514689824\n", - "12:54:34\tCompleted 3349 to KZ594600: 2274.1789422611805\n", - "12:54:34\tCompleted 3328 to KZ634800: 1859.9037978958856\n", - "12:54:34\tCompleted 3363 to KZ354400: 1303.0831062765972\n", - "12:54:34\tCompleted 3322 to KZ314200: 770.569358178382\n", - "12:54:34\tCompleted 3329 to KZ351800: 1429.3617384204376\n", - "12:54:34\tCompleted 3350 to KZ276600: 2916.9972730629106\n", - "12:54:34\tCompleted 3383 to KZ555200: 2544.8207083157436\n", - "12:54:34\tCompleted 3374 to KZ233600: 2863.213014472423\n", - "12:54:34\tCompleted 3321 to KZ193200: 718.2670111805771\n", - "12:54:35\tCompleted 3313 to KZ351000: 1439.8813342382452\n", - "12:54:35\tCompleted 3343 to KZ711210: 1629.4819177070488\n", - "12:54:35\tCompleted 3377 to KZ554600: 2237.106862655923\n", - "12:54:35\tCompleted 3381 to KZ631000: 2463.849417471039\n", - "12:54:35\tCompleted 3376 to KZ593200: 2147.70040407261\n", - "12:54:35\tCompleted 3403 to KZ313600: 852.5177047011854\n", - "12:54:35\tCompleted 3336 to KZ114000: 1658.6502029301457\n", - "12:54:35\tCompleted 3373 to KZ154000: 2102.092214107413\n", - "12:54:35\tCompleted 3405 to KZ392000: 2557.0143996898382\n", - "12:54:35\tCompleted 3352 to KZ156800: 1807.1454713224937\n", - "12:54:35\tCompleted 3337 to KZ196200: 383.6423862738766\n", - "12:54:35\tCompleted 3346 to KZ195800: 1625.9711923212496\n", - "12:54:35\tCompleted 3324 to KZ594200: 2174.6208339085783\n", - "12:54:35\tCompleted 3342 to KZ396200: 2298.96223304227\n", - "12:54:35\tCompleted 3327 to KZ115600: 1979.6240843568862\n", - "12:54:35\tCompleted 3348 to KZ394000: 2555.1636565676545\n", - "12:54:35\tCompleted 3389 to KZ191600: 1370.4025781144496\n", - "12:54:35\tCompleted 3325 to KZ616000: 639.3181800940063\n", - "12:54:35\tCompleted 3391 to KZ395800: 2552.4285041475723\n", - "12:54:36\tCompleted 3379 to KZ114400: 1766.9345447766452\n", - "12:54:36\tCompleted 3344 to KZ276000: 3391.75548809238\n", - "12:54:36\tCompleted 3375 to KZ351000: 1659.0324239777053\n", - "12:54:36\tCompleted 3314 to KZ351800: 2891.2749698751777\n", - "12:54:36\tCompleted 3328 to KZ633400: 1154.2071572482648\n", - "12:54:36\tCompleted 3358 to KZ156400: 2076.40097670444\n", - "12:54:36\tCompleted 3363 to KZ351800: 1144.440086099392\n", - "12:54:36\tCompleted 3321 to KZ193400: 923.1558881960175\n", - "12:54:36\tCompleted 3313 to KZ352000: 989.8036108202714\n", - "12:54:37\tCompleted 3382 to KZ473600: 2747.9403301819284\n", - "12:54:37\tCompleted 3403 to KZ314000: 672.1764184628278\n", - "12:54:37\tCompleted 3318 to KZ275800: 2867.784616776473\n", - "12:54:37\tCompleted 3315 to KZ554800: 2091.020063912276\n", - "12:54:37\tCompleted 3337 to KZ192600: 656.9933140939049\n", - "12:54:37\tCompleted 3349 to KZ711110: 1583.378471917752\n", - "12:54:37\tCompleted 3396 to KZ633400: 2270.812539057221\n", - "12:54:37\tCompleted 3322 to KZ353200: 1362.3139642530548\n", - "12:54:37\tCompleted 3399 to KZ556400: 2619.0283854483614\n", - "12:54:37\tCompleted 3347 to KZ355200: 2185.760388591369\n", - "12:54:37\tCompleted 3395 to KZ153600: 2513.3460462819726\n", - "12:54:37\tCompleted 3323 to KZ396400: 2485.094563971829\n", - "12:54:37\tCompleted 3325 to KZ613800: 1014.9319554263859\n", - "12:54:37\tCompleted 3389 to KZ195200: 1308.1676012491762\n", - "12:54:37\tCompleted 3331 to KZ474200: 3505.8883158137955\n", - "12:54:37\tCompleted 3375 to KZ352000: 1208.9547005597312\n", - "12:54:37\tCompleted 3402 to KZ231000: 3110.3757221953256\n", - "12:54:38\tCompleted 3352 to KZ193200: 1579.21668672656\n", - "12:54:38\tCompleted 3321 to KZ193600: 445.6849614139898\n", - "12:54:38\tCompleted 3390 to KZ635200: 2928.642555825501\n", - "12:54:38\tCompleted 3361 to KZ633800: 2510.0490359083633\n", - "12:54:38\tCompleted 3336 to KZ117000: 1581.2825463767497\n", - "12:54:38\tCompleted 3367 to KZ593600: 2235.158848957837\n", - "12:54:38\tCompleted 3356 to KZ274400: 2911.370929681415\n", - "12:54:38\tCompleted 3392 to KZ593200: 2284.094029688336\n", - "12:54:38\tCompleted 3343 to KZ711310: 1641.3392771629806\n", - "12:54:38\tCompleted 3401 to KZ114800: 2129.976942286763\n", - "12:54:38\tCompleted 3403 to KZ314800: 1134.238744931955\n", - "12:54:38\tCompleted 3337 to KZ196600: 702.7090381491694\n", - "12:54:38\tCompleted 3339 to KZ393200: 2573.4996636537367\n", - "12:54:38\tCompleted 3355 to KZ595000: 2154.922019784633\n", - "12:54:39\tCompleted 3380 to KZ231000: 2967.461507818956\n", - "12:54:39\tCompleted 3397 to KZ396800: 2647.3196423375143\n", - "12:54:39\tCompleted 3398 to KZ474600: 2998.047543088955\n", - "12:54:39\tCompleted 3321 to KZ194000: 203.8524184321189\n", - "12:54:39\tCompleted 3354 to KZ396400: 2379.2789041142487\n", - "12:54:39\tCompleted 3384 to KZ274200: 3768.744622248912\n", - "12:54:39\tCompleted 3322 to KZ353600: 1298.543742536388\n", - "12:54:39\tCompleted 3328 to KZ633600: 1668.1249193831225\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:54:39\tCompleted 3314 to KZ393200: 2967.9515032655054\n", - "12:54:39\tCompleted 3371 to KZ554200: 2552.916178109652\n", - "12:54:39\tCompleted 3327 to KZ115200: 2025.9885598199426\n", - "12:54:39\tCompleted 3346 to KZ196000: 1812.7519477101698\n", - "12:54:39\tCompleted 3403 to KZ315400: 821.477626251981\n", - "12:54:40\tCompleted 3337 to KZ194200: 426.2339166111423\n", - "12:54:40\tCompleted 3349 to KZ711410: 1583.5512749718616\n", - "12:54:40\tCompleted 3383 to KZ551600: 2278.2539863302163\n", - "12:54:40\tCompleted 3353 to KZ634000: 2441.2440158668614\n", - "12:54:40\tCompleted 3347 to KZ355600: 1959.2095545166148\n", - "12:54:40\tCompleted 3321 to KZ196400: 637.0065251077248\n", - "12:54:40\tCompleted 3324 to KZ596600: 2200.0988549499607\n", - "12:54:40\tCompleted 3389 to KZ195000: 1759.7977047898614\n", - "12:54:40\tCompleted 3332 to KZ556000: 2144.2718094563306\n", - "12:54:41\tCompleted 3371 to KZ791110: 105.77437243851453\n", - "12:54:41\tCompleted 3322 to KZ351600: 873.3338905599369\n", - "12:54:41\tCompleted 3337 to KZ751210: 285.59972255624814\n", - "12:54:41\tCompleted 3315 to KZ556400: 2017.886423087079312:54:41\tCompleted 3352 to KZ193400: 1784.1055637420006\n", - "\n", - "12:54:41\tCompleted 3374 to KZ633200: 2286.44654417225212:54:41\tCompleted 3393 to KZ276600: 3097.3070283529873\n", - "\n", - "12:54:41\tCompleted 3391 to KZ392400: 2462.454584520304\n", - "12:54:41\tCompleted 3329 to KZ393200: 2543.5391841636924\n", - "12:54:41\tCompleted 3313 to KZ354800: 1988.7375728788709\n", - "12:54:41\tCompleted 3379 to KZ114600: 2116.983795501682\n", - "12:54:41\tCompleted 3377 to KZ555600: 2471.889893061494\n", - "12:54:41\tCompleted 3347 to KZ352100: 1050.9728689198953\n", - "12:54:41\tCompleted 3328 to KZ633800: 1600.6244734553563\n", - "12:54:41\tCompleted 3336 to KZ114400: 1707.5223864853488\n", - "12:54:41\tCompleted 3403 to KZ315600: 1459.5470772971653\n", - "12:54:41\tCompleted 3342 to KZ396600: 2306.881073833459\n", - "12:54:41\tCompleted 3321 to KZ196800: 149.06391288281702\n", - "12:54:41\tCompleted 3358 to KZ155600: 2249.080850743366\n", - "12:54:41\tCompleted 3373 to KZ154200: 2404.728253076732\n", - "12:54:42\tCompleted 3395 to KZ154000: 2264.9226191069947\n", - "12:54:42\tCompleted 3337 to KZ751110: 293.3570818691288\n", - "12:54:42\tCompleted 3350 to KZ275000: 2782.6949301652594\n", - "12:54:42\tCompleted 3371 to KZ791310: 58.38561226755504\n", - "12:54:42\tCompleted 3346 to KZ191000: 1504.3627948171247\n", - "12:54:42\tCompleted 3314 to KZ393400: 2594.6346454079876\n", - "12:54:42\tCompleted 3375 to KZ354800: 2173.4223963423915\n", - "12:54:42\tCompleted 3405 to KZ395600: 2630.317897597489\n", - "12:54:42\tCompleted 3363 to KZ393200: 2258.6175318426654\n", - "12:54:42\tCompleted 3401 to KZ111010: 2172.501474889346\n", - "12:54:42\tCompleted 3376 to KZ595800: 2251.6200141129843\n", - "12:54:43\tCompleted 3344 to KZ276200: 3111.1417013584755\n", - "12:54:43\tCompleted 3388 to KZ113200: 1937.9060531847088\n", - "12:54:43\tCompleted 3381 to KZ634600: 2731.534042771334\n", - "12:54:43\tCompleted 3389 to KZ194400: 1577.5826313308874\n", - "12:54:43\tCompleted 3352 to KZ193600: 1084.0402947893472\n", - "12:54:43\tCompleted 3349 to KZ711210: 1553.1968893054461\n", - "12:54:43\tCompleted 3403 to KZ316000: 899.3885458674141\n", - "12:54:43\tCompleted 3321 to KZ191600: 130.96289892663088\n", - "12:54:43\tCompleted 3348 to KZ396800: 2569.7657312416773\n", - "12:54:43\tCompleted 3337 to KZ751310: 286.5286547443826\n", - "12:54:43\tCompleted 3322 to KZ354000: 1382.1334085214407\n", - "12:54:43\tCompleted 3371 to KZ791510: 31.186230851303858\n", - "12:54:43\tCompleted 3396 to KZ633600: 2686.0952366975807\n", - "12:54:43\tCompleted 3339 to KZ393400: 2395.7600947538717\n", - "12:54:43\tCompleted 3313 to KZ355200: 1467.8798548130176\n", - "12:54:43\tCompleted 3367 to KZ595200: 2232.608982015063\n", - "12:54:44\tCompleted 3399 to KZ554200: 2814.8594212306507\n", - "12:54:44\tCompleted 3347 to KZ352200: 1767.766091504733\n", - "12:54:44\tCompleted 3343 to KZ555200: 2267.787697207758\n", - "12:54:44\tCompleted 3328 to KZ634000: 1597.7092160208933\n", - "12:54:44\tCompleted 3318 to KZ276000: 3283.615642531508\n", - "12:54:44\tCompleted 3346 to KZ196200: 1269.9556220257903\n", - "12:54:44\tCompleted 3327 to KZ115400: 2098.897218921351\n", - "12:54:44\tCompleted 3397 to KZ394800: 2419.8138406319067\n", - "12:54:44\tCompleted 3392 to KZ595800: 2388.013639728702\n", - "12:54:44\tCompleted 3321 to KZ195200: 68.72792206135784\n", - "12:54:44\tCompleted 3382 to KZ474200: 3194.5644912484504\n", - "12:54:44\tCompleted 3325 to KZ273200: 3716.4309007269844\n", - "12:54:44\tCompleted 3352 to KZ194000: 1064.802093978102\n", - "12:54:44\tCompleted 3337 to KZ751410: 303.9536331480232\n", - "12:54:44\tCompleted 3323 to KZ394000: 2593.5548430611484\n", - "12:54:44\tCompleted 3355 to KZ593600: 2269.470624068931\n", - "12:54:44\tCompleted 3371 to KZ791710: 44.506096654409866\n", - "12:54:44\tCompleted 3331 to KZ474600: 3183.0637549957137\n", - "12:54:44\tCompleted 3403 to KZ316600: 1166.3819707085217\n", - "12:54:45\tCompleted 3324 to KZ595000: 2109.9463701730433\n", - "12:54:45\tCompleted 3375 to KZ355200: 1687.0309445524774\n", - "12:54:45\tCompleted 3358 to KZ156800: 1751.0606949639593\n", - "12:54:45\tCompleted 3389 to KZ194600: 1588.0995973353938\n", - "12:54:45\tCompleted 3361 to KZ634000: 2558.016616577336712:54:45\tCompleted 3336 to KZ114600: 1815.9214788727786\n", - "\n", - "12:54:45\tCompleted 3379 to KZ114800: 1980.1409022871621\n", - "12:54:45\tCompleted 3399 to KZ791110: 340.31629156904717\n", - "12:54:45\tCompleted 3354 to KZ394000: 2487.7391832035646\n", - "12:54:45\tCompleted 3337 to KZ751710: 344.941664916926\n", - "12:54:45\tCompleted 3314 to KZ391600: 2853.830888658553\n", - "12:54:45\tCompleted 3329 to KZ393400: 2059.9482260007608\n", - "12:54:45\tCompleted 3349 to KZ711310: 1574.7892778440353\n", - "12:54:45\tCompleted 3322 to KZ351000: 1313.7649774210975\n", - "12:54:46\tCompleted 3402 to KZ234000: 3318.9861995630135\n", - "12:54:46\tCompleted 3321 to KZ195000: 520.3580256020427\n", - "12:54:46\tCompleted 3371 to KZ611600: 308.5435875830493\n", - "12:54:46\tCompleted 3315 to KZ554200: 2280.514461474513\n", - "12:54:46\tCompleted 3363 to KZ393400: 1775.0265736797155\n", - "12:54:46\tCompleted 3401 to KZ116000: 1905.3241725429123\n", - "12:54:46\tCompleted 3390 to KZ632400: 2797.5981136750024\n", - "12:54:46\tCompleted 3388 to KZ113400: 1767.6185602519454\n", - "12:54:46\tCompleted 3373 to KZ156000: 1977.9774854449474\n", - "12:54:46\tCompleted 3403 to KZ316200: 894.6125094022412\n", - "12:54:46\tCompleted 3356 to KZ275400: 3586.5593616384253\n", - "12:54:46\tCompleted 3383 to KZ553200: 2397.201979736913\n", - "12:54:46\tCompleted 3398 to KZ475000: 3368.3765698387324\n", - "12:54:46\tCompleted 3313 to KZ355600: 1630.5065403062154\n", - "12:54:46\tCompleted 3391 to KZ396200: 2418.11827293311312:54:46\tCompleted 3399 to KZ791310: 302.42814084147255\n", - "\n", - "12:54:47\tCompleted 3337 to KZ751810: 291.18550899387503\n", - "12:54:47\tCompleted 3377 to KZ551000: 2230.022985004497\n", - "12:54:47\tCompleted 3371 to KZ613600: 195.77652217298998\n", - "12:54:47\tCompleted 3346 to KZ192600: 1543.3065498458186\n", - "12:54:47\tCompleted 3352 to KZ196400: 1497.9562006537055\n", - "12:54:47\tCompleted 3321 to KZ194400: 338.1429521430724\n", - "12:54:47\tCompleted 3403 to KZ311000: 525.9714536555134\n", - "12:54:47\tCompleted 3328 to KZ635400: 2042.6147686031265\n", - "12:54:47\tCompleted 3347 to KZ352300: 2257.998477298669\n", - "12:54:47\tCompleted 3332 to KZ556800: 2344.959734328268\n", - "12:54:48\tCompleted 3315 to KZ791110: 993.343347931453\n", - "12:54:48\tCompleted 3337 to KZ751910: 312.3264253442834\n", - "12:54:48\tCompleted 3399 to KZ791510: 322.29860830093895\n", - "12:54:48\tCompleted 3358 to KZ193200: 1635.3014630850944\n", - "12:54:48\tCompleted 3375 to KZ355600: 1849.6576300456754\n", - "12:54:48\tCompleted 3353 to KZ635400: 2886.149568449071\n", - "12:54:48\tCompleted 3371 to KZ614000: 88.17443009815507\n", - "12:54:48\tCompleted 3342 to KZ394200: 2389.2877250937813\n", - "12:54:48\tCompleted 3313 to KZ352100: 1155.2909597914697\n", - "12:54:48\tCompleted 3321 to KZ194600: 348.659918147575\n", - "12:54:48\tCompleted 3322 to KZ352000: 1458.5315677218387\n", - "12:54:48\tCompleted 3339 to KZ391600: 2251.630591769362\n", - "12:54:48\tCompleted 3395 to KZ154200: 2567.558658076317\n", - "12:54:48\tCompleted 3381 to KZ634400: 2323.6847833152683\n", - "12:54:48\tCompleted 3314 to KZ393600: 2735.3196141949143\n", - "12:54:49\tCompleted 3393 to KZ275000: 2963.004685455324\n", - "12:54:49\tCompleted 3343 to KZ551600: 2007.8276890524592\n", - "12:54:49\tCompleted 3403 to KZ315000: 938.6433277947351\n", - "12:54:49\tCompleted 3380 to KZ234000: 3176.071985186644\n", - "12:54:49\tCompleted 3367 to KZ591000: 2122.824710767605\n", - "12:54:49\tCompleted 3405 to KZ395800: 2656.8648391035586\n", - "12:54:49\tCompleted 3352 to KZ196800: 966.1145984125254\n", - "12:54:49\tCompleted 3363 to KZ391600: 1642.13183454149\n", - "12:54:49\tCompleted 3399 to KZ791710: 302.10304107592015\n", - "12:54:49\tCompleted 3348 to KZ394800: 2342.259929536075612:54:49\tCompleted 3389 to KZ194800: 1856.215249389397\n", - "\n", - "12:54:49\tCompleted 3376 to KZ593400: 2061.007276760849\n", - "12:54:49\tCompleted 3396 to KZ633800: 2692.872431183944612:54:49\tCompleted 3337 to KZ751510: 300.84236324336746\n", - "\n", - "12:54:49\tCompleted 3329 to KZ391600: 1927.0534868625357\n", - "12:54:49\tCompleted 3315 to KZ791310: 949.8031160508439\n", - "12:54:49\tCompleted 3379 to KZ111010: 1984.5022574663342\n", - "12:54:49\tCompleted 3371 to KZ613900: 366.0977021146029\n", - "12:54:49\tCompleted 3374 to KZ634800: 2770.89313558251512:54:49\tCompleted 3375 to KZ352100: 1258.6229401637586\n", - "\n", - "12:54:49\tCompleted 3350 to KZ274800: 3318.1998415486587\n", - "12:54:49\tCompleted 3346 to KZ196600: 1589.022273901083\n", - "12:54:50\tCompleted 3328 to KZ635000: 1517.3413412706777\n", - "12:54:50\tCompleted 3344 to KZ271000: 3128.8346567726912\n", - "12:54:50\tCompleted 3392 to KZ593400: 2197.400902376566\n", - "12:54:50\tCompleted 3321 to KZ194800: 616.7755702015788\n", - "12:54:50\tCompleted 3388 to KZ113600: 1896.0897183220031\n", - "12:54:50\tCompleted 3403 to KZ314200: 531.4466845908481\n", - "12:54:50\tCompleted 3324 to KZ593600: 2224.49497445734\n", - "12:54:50\tCompleted 3347 to KZ352800: 1794.8885142016998\n", - "12:54:50\tCompleted 3381 to KZ313600: 713.1393030385534\n", - "12:54:50\tCompleted 3336 to KZ114800: 2174.15700822609\n", - "12:54:50\tCompleted 3399 to KZ611600: 420.36547465750095\n", - "12:54:51\tCompleted 3313 to KZ352200: 1417.6878437294129\n", - "12:54:51\tCompleted 3355 to KZ595200: 2266.9207571261572\n", - "12:54:51\tCompleted 3397 to KZ395000: 2753.9496207265283\n", - "12:54:51\tCompleted 3401 to KZ116400: 2253.902131656357\n", - "12:54:51\tCompleted 3371 to KZ612000: 292.7252236602081\n", - "12:54:51\tCompleted 3315 to KZ791510: 926.9226164791909\n", - "12:54:51\tCompleted 3318 to KZ276200: 3003.0018557976036\n", - "12:54:51\tCompleted 3327 to KZ151000: 2321.4880080773214\n", - "12:54:51\tCompleted 3383 to KZ553600: 2132.211646670783\n", - "12:54:51\tCompleted 3352 to KZ191600: 991.912574472614\n", - "12:54:51\tCompleted 3349 to KZ555200: 2316.4135827021596\n", - "12:54:51\tCompleted 3381 to KZ314000: 532.7980168001958\n", - "12:54:51\tCompleted 3358 to KZ193400: 1840.190340100535\n", - "12:54:51\tCompleted 3323 to KZ396800: 2608.156917735172\n", - "12:54:51\tCompleted 3399 to KZ613600: 457.71976529401724\n", - "12:54:51\tCompleted 3322 to KZ354800: 1554.0963064338164\n", - "12:54:51\tCompleted 3314 to KZ396400: 2614.733502627968\n", - "12:54:52\tCompleted 3321 to KZ195600: 693.5561379567877\n", - "12:54:52\tCompleted 3346 to KZ194200: 1224.4655871733178\n", - "12:54:52\tCompleted 3354 to KZ396800: 2502.341257877589\n", - "12:54:52\tCompleted 3347 to KZ356400: 1447.6717461082942\n", - "12:54:52\tCompleted 3371 to KZ614400: 292.6305015544054\n", - "12:54:52\tCompleted 3331 to KZ475000: 3553.392781745491\n", - "12:54:52\tCompleted 3325 to KZ274400: 3653.5595882137086\n", - "12:54:52\tCompleted 3382 to KZ474600: 2871.7399304303685\n", - "12:54:52\tCompleted 3391 to KZ396600: 2426.0371137243023\n", - "12:54:52\tCompleted 3328 to KZ632200: 1592.3819196772545\n", - "12:54:52\tCompleted 3313 to KZ352300: 1021.0068680522159\n", - "12:54:52\tCompleted 3373 to KZ154600: 2276.114916190067\n", - "12:54:52\tCompleted 3390 to KZ632800: 2603.5290286583477\n", - "12:54:52\tCompleted 3375 to KZ352200: 1636.838933468873\n", - "12:54:52\tCompleted 3379 to KZ116000: 1717.3249551198921\n", - "12:54:52\tCompleted 3403 to KZ353200: 1785.3363667526912\n", - "12:54:53\tCompleted 3377 to KZ556000: 2278.1443672125106\n", - "12:54:53\tCompleted 3315 to KZ791710: 925.1464361621584\n", - "12:54:53\tCompleted 3399 to KZ614000: 257.14719695320423\n", - "12:54:53\tCompleted 3381 to KZ314800: 994.860343269323\n", - "12:54:53\tCompleted 3352 to KZ195200: 929.6775976073407\n", - "12:54:53\tCompleted 3371 to KZ614600: 106.23544735190735\n", - "12:54:53\tCompleted 3395 to KZ156000: 2140.8078904445374\n", - "12:54:53\tCompleted 3321 to KZ195800: 507.44301032393776\n", - "12:54:53\tCompleted 3358 to KZ193600: 1140.1250711478808\n", - "12:54:53\tCompleted 3398 to KZ475200: 3379.219530622782\n", - "12:54:53\tCompleted 3361 to KZ635400: 3002.9221691595462\n", - "12:54:54\tCompleted 3336 to KZ111010: 1711.5091326561426\n", - "12:54:54\tCompleted 3346 to KZ751210: 1171.9129583081617\n", - "12:54:54\tCompleted 3402 to KZ234200: 3769.9319060839493\n", - "12:54:54\tCompleted 3356 to KZ273600: 2754.5186206209637\n", - "12:54:54\tCompleted 3389 to KZ195600: 1932.9958171446067\n", - "12:54:54\tCompleted 3399 to KZ613900: 252.23601353369065\n", - "12:54:54\tCompleted 3339 to KZ393600: 2554.063886758729\n", - "12:54:54\tCompleted 3375 to KZ352300: 1192.1677993735261\n", - "12:54:54\tCompleted 3388 to KZ113800: 1975.7078030780372\n", - "12:54:54\tCompleted 3343 to KZ553200: 2144.2552852796666\n", - "12:54:54\tCompleted 3371 to KZ614800: 584.7594927267286\n", - "12:54:54\tCompleted 3381 to KZ315400: 682.0992245893491\n", - "12:54:54\tCompleted 3363 to KZ393600: 2112.6758660360956\n", - "12:54:54\tCompleted 3401 to KZ116800: 2051.335050079587\n", - "12:54:54\tCompleted 3405 to KZ392400: 2566.89091947629\n", - "12:54:54\tCompleted 3321 to KZ196000: 694.223765712857912:54:54\tCompleted 3353 to KZ635000: 2360.8761411166506\n", - "\n", - "12:54:54\tCompleted 3342 to KZ394400: 2817.294076419762\n", - "12:54:55\tCompleted 3314 to KZ394000: 2682.43462895476\n", - "12:54:55\tCompleted 3347 to KZ352400: 1780.8141020981034\n", - "12:54:55\tCompleted 3313 to KZ352800: 1391.9178782232707\n", - "12:54:55\tCompleted 3328 to KZ635200: 1782.9463890637057\n", - "12:54:55\tCompleted 3332 to KZ554800: 2349.655222372719\n", - "12:54:55\tCompleted 3358 to KZ194000: 1120.886870336636\n", - "12:54:55\tCompleted 3315 to KZ611600: 1182.0069714372828\n", - "12:54:55\tCompleted 3397 to KZ395200: 2221.5883938874294\n", - "12:54:55\tCompleted 3322 to KZ355200: 1774.0843699266625\n", - "12:54:55\tCompleted 3392 to KZ594200: 2377.258651440074\n", - "12:54:55\tCompleted 3352 to KZ195000: 1381.3077011480257\n", - "12:54:55\tCompleted 3329 to KZ393600: 2397.5975183571127\n", - "12:54:55\tCompleted 3399 to KZ612000: 501.68632040574164\n", - "12:54:55\tCompleted 3403 to KZ353600: 1932.3260082352203\n", - "12:54:55\tCompleted 3346 to KZ751110: 1179.6703176210424\n", - "12:54:55\tCompleted 3367 to KZ595600: 2350.6971204431006\n", - "12:54:56\tCompleted 3371 to KZ615400: 305.06670148462865\n", - "12:54:56\tCompleted 3321 to KZ191000: 385.83461281981295\n", - "12:54:56\tCompleted 3374 to KZ633400: 2038.671080911834\n", - "12:54:56\tCompleted 3391 to KZ394200: 2060.289593886199\n", - "12:54:56\tCompleted 3337 to KZ231000: 3725.005101773399\n", - "12:54:56\tCompleted 3393 to KZ274800: 3498.5095968387354\n", - "12:54:56\tCompleted 3396 to KZ634000: 2740.8400118529244\n", - "12:54:56\tCompleted 3324 to KZ595200: 2221.9451075145676\n", - "12:54:56\tCompleted 3375 to KZ352800: 1611.0689679627308\n", - "12:54:56\tCompleted 3381 to KZ315600: 1320.1686756345334\n", - "12:54:56\tCompleted 3349 to KZ551600: 2049.846860716629\n", - "12:54:56\tCompleted 3383 to KZ552200: 2239.737035950177\n", - "12:54:56\tCompleted 3327 to KZ153200: 2325.9045915059523\n", - "12:54:56\tCompleted 3399 to KZ614400: 44.39518395093588\n", - "12:54:57\tCompleted 3315 to KZ613600: 1035.6344191993624\n", - "12:54:57\tCompleted 3376 to KZ594200: 2240.8650258243565\n", - "12:54:57\tCompleted 3350 to KZ275800: 2787.7826655370804\n", - "12:54:57\tCompleted 3321 to KZ196200: 151.42744002847826\n", - "12:54:57\tCompleted 3371 to KZ615200: 53.14213562373094\n", - "12:54:57\tCompleted 3336 to KZ116000: 1680.3402137788817\n", - "12:54:57\tCompleted 3352 to KZ194400: 1199.0926276890516\n", - "12:54:57\tCompleted 3379 to KZ116400: 2065.902914233349\n", - "12:54:57\tCompleted 3313 to KZ356400: 1410.996305348017\n", - "12:54:57\tCompleted 3354 to KZ394800: 2274.835456171987\n", - "12:54:57\tCompleted 3389 to KZ195800: 1746.8826895117566\n", - "12:54:57\tCompleted 3355 to KZ591000: 2157.1364858786997\n", - "12:54:57\tCompleted 3373 to KZ154800: 2111.122227202478\n", - "12:54:57\tCompleted 3346 to KZ751310: 1172.8418904962962\n", - "12:54:57\tCompleted 3348 to KZ395000: 2676.3957096306913\n", - "12:54:57\tCompleted 3403 to KZ351600: 1507.116156258769\n", - "12:54:57\tCompleted 3328 to KZ632400: 1651.9019469132031\n", - "12:54:58\tCompleted 3323 to KZ394800: 2380.651116029567\n", - "12:54:58\tCompleted 3314 to KZ396800: 2813.9064297450896\n", - "12:54:58\tCompleted 3358 to KZ196400: 1554.0409770122399\n", - "12:54:58\tCompleted 3381 to KZ316000: 731.5632358200738\n", - "12:54:58\tCompleted 3399 to KZ614600: 344.0341163025581\n", - "12:54:58\tCompleted 3380 to KZ234200: 3627.0176917075796\n", - "12:54:58\tCompleted 3343 to KZ553600: 1861.862223824434\n", - "12:54:58\tCompleted 3401 to KZ111810: 2073.1991431027136\n", - "12:54:58\tCompleted 3321 to KZ192600: 424.77836784850683\n", - "12:54:58\tCompleted 3318 to KZ271000: 3020.6948112118193\n", - "12:54:58\tCompleted 3344 to KZ274000: 3782.4928404921957\n", - "12:54:58\tCompleted 3315 to KZ614000: 982.4943722850385\n", - "12:54:58\tCompleted 3388 to KZ114500: 2049.550298162859\n", - "12:54:58\tCompleted 3322 to KZ355600: 1547.533535851903\n", - "12:54:59\tCompleted 3371 to KZ616400: 1025.5584790707899\n", - "12:54:59\tCompleted 3395 to KZ154600: 2438.945321189652\n", - "12:54:59\tCompleted 3352 to KZ194600: 1209.609593693558\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:54:59\tCompleted 3375 to KZ356400: 1630.147395087477\n", - "12:54:59\tCompleted 3347 to KZ356000: 2419.0948645219364\n", - "12:54:59\tCompleted 3346 to KZ751410: 1190.2668688999368\n", - "12:54:59\tCompleted 3390 to KZ636800: 2725.766401486007\n", - "12:54:59\tCompleted 3377 to KZ556800: 2478.832292084448\n", - "12:54:59\tCompleted 3331 to KZ475200: 3564.2357425295404\n", - "12:54:59\tCompleted 3399 to KZ614800: 696.4131509298605\n", - "12:54:59\tCompleted 3339 to KZ396400: 2775.4755334320866\n", - "12:54:59\tCompleted 3321 to KZ196600: 470.49409190377105\n", - "12:54:59\tCompleted 3381 to KZ316600: 1027.0035690458901\n", - "12:55:00\tCompleted 3358 to KZ196800: 1022.1993747710596\n", - "12:55:00\tCompleted 3401 to KZ116600: 703.8673686978693\n", - "12:55:00\tCompleted 3342 to KZ433200: 1950.411575043114\n", - "12:55:00\tCompleted 3313 to KZ352400: 1476.1833724386736\n", - "12:55:00\tCompleted 3322 to KZ352100: 639.2968502551846\n", - "12:55:00\tCompleted 3367 to KZ596000: 1999.5273132364428\n", - "12:55:00\tCompleted 3325 to KZ275400: 4328.748020170724\n", - "12:55:00\tCompleted 3361 to KZ635000: 2477.648741827126\n", - "12:55:00\tCompleted 3328 to KZ632800: 1649.7976083041303\n", - "12:55:00\tCompleted 3382 to KZ475000: 3242.068957180146\n", - "12:55:00\tCompleted 3371 to KZ615600: 815.0978011147458\n", - "12:55:00\tCompleted 3403 to KZ354000: 1881.4957173400765\n", - "12:55:00\tCompleted 3315 to KZ613900: 1260.417644301486\n", - "12:55:00\tCompleted 3314 to KZ394800: 2556.983557492651\n", - "12:55:00\tCompleted 3392 to KZ596600: 2259.173935110478\n", - "12:55:00\tCompleted 3336 to KZ116400: 1802.741561538401\n", - "12:55:00\tCompleted 3324 to KZ591000: 2112.16083626711\n", - "12:55:00\tCompleted 3398 to KZ471800: 3208.829310462056\n", - "12:55:01\tCompleted 3399 to KZ615400: 296.9322387020153\n", - "12:55:01\tCompleted 3321 to KZ194200: 283.6206664397436\n", - "12:55:01\tCompleted 3381 to KZ316200: 726.7871993549008\n", - "12:55:01\tCompleted 3397 to KZ391000: 2475.9865905437487\n", - "12:55:01\tCompleted 3353 to KZ632200: 2243.951973115635\n", - "12:55:01\tCompleted 3405 to KZ396200: 2522.5546078891016\n", - "12:55:01\tCompleted 3379 to KZ116800: 1863.3358326565667\n", - "12:55:01\tCompleted 3363 to KZ396400: 2271.1497625650036\n", - "12:55:01\tCompleted 3346 to KZ751710: 1231.2549006688396\n", - "12:55:01\tCompleted 3389 to KZ196000: 1933.663444900676712:55:01\tCompleted 3356 to KZ276600: 2836.34386731995\n", - "\n", - "12:55:01\tCompleted 3352 to KZ194800: 1477.7252457475613\n", - "12:55:01\tCompleted 3358 to KZ191600: 1047.9973508311482\n", - "12:55:01\tCompleted 3371 to KZ615800: 26.09619407771256\n", - "12:55:01\tCompleted 3332 to KZ556400: 2287.3890960641647\n", - "12:55:02\tCompleted 3375 to KZ352400: 1695.3344621781337\n", - "12:55:02\tCompleted 3391 to KZ394400: 2488.2959452121954\n", - "12:55:02\tCompleted 3349 to KZ553200: 2168.794854123337\n", - "12:55:02\tCompleted 3383 to KZ554600: 2321.9135084519685\n", - "12:55:02\tCompleted 3313 to KZ356000: 1182.1032552754898\n", - "12:55:02\tCompleted 3321 to KZ751210: 53.384776310850214\n", - "12:55:02\tCompleted 3315 to KZ612000: 1129.1291053299506\n", - "12:55:02\tCompleted 3342 to KZ431900: 1431.3677421478951\n", - "12:55:02\tCompleted 3322 to KZ352200: 1356.090072840021\n", - "12:55:02\tCompleted 3399 to KZ615200: 293.546691889816\n", - "12:55:02\tCompleted 3381 to KZ311000: 386.5930519928815\n", - "12:55:02\tCompleted 3388 to KZ114000: 1985.6932845953002\n", - "12:55:02\tCompleted 3329 to KZ396400: 2556.071414886015\n", - "12:55:02\tCompleted 3343 to KZ552200: 1986.7903414929124\n", - "12:55:02\tCompleted 3328 to KZ636800: 1580.0702347242066\n", - "12:55:03\tCompleted 3393 to KZ275800: 2968.092420827157\n", - "12:55:03\tCompleted 3371 to KZ612600: 265.44805909687085\n", - "12:55:03\tCompleted 3348 to KZ395200: 2144.034482791591\n", - "12:55:03\tCompleted 3327 to KZ153400: 2215.3179339802673\n", - "12:55:03\tCompleted 3358 to KZ195200: 985.7623739658749\n", - "12:55:03\tCompleted 3376 to KZ596600: 2160.9434869181755\n", - "12:55:03\tCompleted 3347 to KZ354400: 2211.5789863448067\n", - "12:55:03\tCompleted 3402 to KZ234600: 3885.102204522004\n", - "12:55:03\tCompleted 3346 to KZ751810: 1177.4987447457886\n", - "12:55:03\tCompleted 3403 to KZ351000: 1815.4704319902407\n", - "12:55:03\tCompleted 3321 to KZ751110: 61.14213562373094\n", - "12:55:03\tCompleted 3395 to KZ154800: 2273.9526322020574\n", - "12:55:04\tCompleted 3396 to KZ635400: 3185.745564435134\n", - "12:55:04\tCompleted 3337 to KZ234000: 3933.615579141087\n", - "12:55:04\tCompleted 3375 to KZ356000: 1353.2641865968\n", - "12:55:04\tCompleted 3381 to KZ315000: 799.2649261321033\n", - "12:55:04\tCompleted 3336 to KZ116800: 1590.342707846375\n", - "12:55:04\tCompleted 3374 to KZ633600: 2453.953778552197\n", - "12:55:04\tCompleted 3399 to KZ616400: 881.2231794141959\n", - "12:55:04\tCompleted 3352 to KZ195600: 1554.505813502771\n", - "12:55:04\tCompleted 3389 to KZ191000: 1625.2742920076316\n", - "12:55:04\tCompleted 3314 to KZ395000: 2875.8948822909447\n", - "12:55:04\tCompleted 3371 to KZ616000: 108.48801392762743\n", - "12:55:04\tCompleted 3355 to KZ595600: 2390.5212802057363\n", - "12:55:04\tCompleted 3313 to KZ354400: 1233.948983012244\n", - "12:55:04\tCompleted 3350 to KZ276000: 3203.6136912921156\n", - "12:55:04\tCompleted 3401 to KZ115600: 2237.2714913062605\n", - "12:55:04\tCompleted 3391 to KZ433200: 1621.413443835524\n", - "12:55:04\tCompleted 3373 to KZ155200: 2538.060890104237\n", - "12:55:04\tCompleted 3315 to KZ614400: 1186.950443741289\n", - "12:55:04\tCompleted 3354 to KZ395000: 2608.9712362666032\n", - "12:55:05\tCompleted 3321 to KZ751310: 54.31370849898475\n", - "12:55:05\tCompleted 3381 to KZ314200: 392.0682829282162\n", - "12:55:05\tCompleted 3342 to KZ434600: 1465.0323125742755\n", - "12:55:05\tCompleted 3403 to KZ352000: 1365.3927085722667\n", - "12:55:05\tCompleted 3328 to KZ635800: 1630.6966684397491\n", - "12:55:05\tCompleted 3358 to KZ195000: 1437.39247750656\n", - "12:55:05\tCompleted 3323 to KZ395000: 2714.786896124186\n", - "12:55:05\tCompleted 3398 to KZ593200: 2340.7422619664694\n", - "12:55:05\tCompleted 3379 to KZ111810: 1885.1999256796955\n", - "12:55:05\tCompleted 3367 to KZ596200: 2269.0457313307543\n", - "12:55:05\tCompleted 3371 to KZ613800: 324.0690766355415\n", - "12:55:05\tCompleted 3346 to KZ751910: 1198.639661096197\n", - "12:55:06\tCompleted 3321 to KZ751410: 68.79655156499663\n", - "12:55:06\tCompleted 3377 to KZ554800: 2483.527780128899\n", - "12:55:06\tCompleted 3399 to KZ615600: 1077.0410442357731\n", - "12:55:06\tCompleted 3339 to KZ394000: 3007.410382797908\n", - "12:55:06\tCompleted 3313 to KZ351800: 996.2078781789924\n", - "12:55:06\tCompleted 3375 to KZ354400: 1453.1000727517041\n", - "12:55:06\tCompleted 3344 to KZ274200: 3899.838334871664\n", - "12:55:06\tCompleted 3391 to KZ431900: 1102.3696109403052\n", - "12:55:06\tCompleted 3322 to KZ352300: 1846.3224586339745\n", - "12:55:06\tCompleted 3392 to KZ595000: 2312.5841877045377\n", - "12:55:06\tCompleted 3349 to KZ553600: 1903.8045210571875\n", - "12:55:06\tCompleted 3389 to KZ196200: 1390.8671192162972\n", - "12:55:06\tCompleted 3388 to KZ117000: 1908.325628041904\n", - "12:55:06\tCompleted 3331 to KZ471800: 3393.8455223688147\n", - "12:55:06\tCompleted 3390 to KZ635800: 2776.392835201572\n", - "12:55:06\tCompleted 3315 to KZ614600: 976.6020712098536\n", - "12:55:06\tCompleted 3324 to KZ595600: 2346.048422789029\n", - "12:55:07\tCompleted 3361 to KZ632200: 2360.724573826112\n", - "12:55:07\tCompleted 3325 to KZ273600: 3496.7072791532573\n", - "12:55:07\tCompleted 3336 to KZ111810: 1612.206800869504\n", - "12:55:07\tCompleted 3352 to KZ195800: 1368.3926858699208\n", - "12:55:07\tCompleted 3397 to KZ395400: 2523.8541435768248\n", - "12:55:07\tCompleted 3379 to KZ116600: 515.8681512748403\n", - "12:55:07\tCompleted 3318 to KZ274000: 3674.352994931331\n", - "12:55:07\tCompleted 3347 to KZ351800: 2232.6137009878216\n", - "12:55:07\tCompleted 3321 to KZ751710: 111.66986456508685\n", - "12:55:07\tCompleted 3358 to KZ194400: 1255.1774040475857\n", - "12:55:07\tCompleted 3328 to KZ636200: 1491.7795852095048\n", - "12:55:07\tCompleted 3343 to KZ554600: 2124.379073670775\n", - "12:55:07\tCompleted 3405 to KZ396600: 2530.473448680291\n", - "12:55:07\tCompleted 3399 to KZ615800: 339.34441910456883\n", - "12:55:08\tCompleted 3346 to KZ751510: 1187.155598995281\n", - "12:55:08\tCompleted 3381 to KZ353200: 1617.5110567053587\n", - "12:55:08\tCompleted 3391 to KZ434600: 1136.0341813666855\n", - "12:55:08\tCompleted 3380 to KZ234600: 3742.187990145634\n", - "12:55:08\tCompleted 3375 to KZ351800: 1167.3688095003026\n", - "12:55:08\tCompleted 3314 to KZ395200: 2908.516604505245\n", - "12:55:08\tCompleted 3382 to KZ475200: 3252.9119179641953\n", - "12:55:08\tCompleted 3321 to KZ751810: 56.885281469606\n", - "12:55:08\tCompleted 3336 to KZ116600: 702.331253953218612:55:08\tCompleted 3356 to KZ275000: 2702.0415244223045\n", - "\n", - "12:55:08\tCompleted 3332 to KZ554200: 2483.220131846466\n", - "12:55:08\tCompleted 3383 to KZ555600: 2685.7443716674597\n", - "12:55:08\tCompleted 3401 to KZ115200: 2146.7061942106125\n", - "12:55:09\tCompleted 3355 to KZ596000: 2033.839088347538\n", - "12:55:09\tCompleted 3399 to KZ612600: 469.68854975815714\n", - "12:55:09\tCompleted 3322 to KZ352800: 1383.212495536988\n", - "12:55:09\tCompleted 3328 to KZ636400: 1249.1937373294952\n", - "12:55:09\tCompleted 3389 to KZ192600: 1664.2180470363255\n", - "12:55:09\tCompleted 3327 to KZ153600: 2507.721694837744512:55:09\tCompleted 3373 to KZ156400: 2117.350889743409\n", - "\n", - "12:55:09\tCompleted 3363 to KZ394000: 2379.6100416543145\n", - "12:55:09\tCompleted 3315 to KZ614800: 1458.2228765809602\n", - "12:55:09\tCompleted 3342 to KZ434400: 1807.98171153601\n", - "12:55:09\tCompleted 3352 to KZ196000: 1555.173441258841\n", - "12:55:09\tCompleted 3403 to KZ354800: 2187.8785721326485\n", - "12:55:09\tCompleted 3353 to KZ635200: 2626.4811889096645\n", - "12:55:09\tCompleted 3321 to KZ751910: 80.11147909888541\n", - "12:55:09\tCompleted 3348 to KZ391000: 2398.4326794479116\n", - "12:55:09\tCompleted 3376 to KZ595000: 2176.19056208882\n", - "12:55:09\tCompleted 3329 to KZ394000: 2664.531693975342\n", - "12:55:09\tCompleted 3391 to KZ434400: 1478.98358032842\n", - "12:55:10\tCompleted 3345 to KZ113200: 1772.8514456656278\n", - "12:55:10\tCompleted 3332 to KZ791110: 163.37439043307307\n", - "12:55:10\tCompleted 3358 to KZ194600: 1265.6943700520924\n", - "12:55:10\tCompleted 3388 to KZ114400: 1820.984501631608\n", - "12:55:10\tCompleted 3396 to KZ635000: 2660.4721371027135\n", - "12:55:10\tCompleted 3399 to KZ616000: 411.9028301640211\n", - "12:55:10\tCompleted 3354 to KZ395200: 2076.6100094275\n", - "12:55:10\tCompleted 3398 to KZ595800: 2444.6618720068354\n", - "12:55:10\tCompleted 3323 to KZ395200: 2182.4256692850868\n", - "12:55:11\tCompleted 3381 to KZ353600: 1792.9476065725885\n", - "12:55:11\tCompleted 3322 to KZ356400: 1035.995727443585312:55:11\tCompleted 3331 to KZ593200: 1876.8989530154822\n", - "\n", - "12:55:11\tCompleted 3321 to KZ751510: 68.62741699796949\n", - "12:55:11\tCompleted 3367 to KZ596400: 2181.593340516315\n", - "12:55:11\tCompleted 3332 to KZ791310: 141.0928414726747612:55:11\tCompleted 3395 to KZ155200: 2700.89129510381\n", - "\n", - "12:55:11\tCompleted 3391 to KZ431000: 820.6749979657768\n", - "12:55:11\tCompleted 3337 to KZ234200: 4384.561285662023\n", - "12:55:11\tCompleted 3379 to KZ115600: 2049.2722738832504\n", - "12:55:11\tCompleted 3314 to KZ391000: 2765.66212623364712:55:11\tCompleted 3405 to KZ394200: 2164.7259288421897\n", - "\n", - "12:55:11\tCompleted 3324 to KZ596000: 1988.8634387359464\n", - "12:55:11\tCompleted 3328 to KZ631000: 1464.0839251809487\n", - "12:55:11\tCompleted 3315 to KZ615400: 1199.3866436715123\n", - "12:55:11\tCompleted 3342 to KZ431000: 1149.6731291733668\n", - "12:55:11\tCompleted 3374 to KZ633800: 2460.730973038557\n", - "12:55:11\tCompleted 3349 to KZ552200: 2011.3299103365828\n", - "12:55:11\tCompleted 3352 to KZ191000: 1246.7842883657959\n", - "12:55:11\tCompleted 3399 to KZ613800: 28.32731393082046\n", - "12:55:11\tCompleted 3313 to KZ393200: 2110.3853239222744\n", - "12:55:12\tCompleted 3392 to KZ593600: 2427.132791988841\n", - "12:55:12\tCompleted 3350 to KZ276200: 2922.9999045582113\n", - "12:55:12\tCompleted 3393 to KZ276000: 3383.9234465821924\n", - "12:55:12\tCompleted 3389 to KZ196600: 1709.93377109159\n", - "12:55:12\tCompleted 3402 to KZ234800: 3018.80358035762\n", - "12:55:12\tCompleted 3339 to KZ396800: 2753.502840358321\n", - "12:55:12\tCompleted 3332 to KZ791510: 151.21061746894324\n", - "12:55:12\tCompleted 3336 to KZ115600: 1776.2791490730588\n", - "12:55:12\tCompleted 3403 to KZ355200: 1843.4689525650128\n", - "12:55:12\tCompleted 3391 to KZ435200: 718.9808679048464\n", - "12:55:12\tCompleted 3377 to KZ556400: 2421.2616538203447\n", - "12:55:12\tCompleted 3345 to KZ113400: 1564.0723745634566\n", - "12:55:12\tCompleted 3401 to KZ115400: 2124.085531612529\n", - "12:55:12\tCompleted 3381 to KZ351600: 1367.7377545961372\n", - "12:55:13\tCompleted 3397 to KZ392000: 2530.907797972043\n", - "12:55:13\tCompleted 3347 to KZ393200: 2930.686819244896\n", - "12:55:13\tCompleted 3358 to KZ194800: 1533.8100221060956\n", - "12:55:13\tCompleted 3343 to KZ555600: 2180.926549062658\n", - "12:55:13\tCompleted 3315 to KZ615200: 936.8032901732322\n", - "12:55:13\tCompleted 3375 to KZ393200: 2281.546255243574\n", - "12:55:13\tCompleted 3342 to KZ435200: 1047.9789991124362\n", - "12:55:13\tCompleted 3322 to KZ352400: 1369.1380834333916\n", - "12:55:13\tCompleted 3332 to KZ791710: 122.71067811865466\n", - "12:55:13\tCompleted 3390 to KZ636200: 2637.4757519713157\n", - "12:55:13\tCompleted 3352 to KZ196200: 1012.3771155744614\n", - "12:55:13\tCompleted 3389 to KZ194200: 1345.3770843638247\n", - "12:55:13\tCompleted 3371 to KZ273200: 3052.3260083549376\n", - "12:55:14\tCompleted 3383 to KZ551000: 2314.829630800545\n", - "12:55:14\tCompleted 3361 to KZ635200: 2743.2537896201397\n", - "12:55:14\tCompleted 3325 to KZ276600: 3578.5325258522435\n", - "12:55:14\tCompleted 3391 to KZ434800: 750.3071288211815\n", - "12:55:14\tCompleted 3328 to KZ634600: 1731.768550481246\n", - "12:55:14\tCompleted 3332 to KZ611600: 187.02667376642785\n", - "12:55:14\tCompleted 3355 to KZ596200: 2308.86989109339\n", - "12:55:14\tCompleted 3327 to KZ154000: 2259.2982676627666\n", - "12:55:14\tCompleted 3313 to KZ393400: 1626.794365759316\n", - "12:55:15\tCompleted 3314 to KZ395400: 2804.0385104323054\n", - "12:55:15\tCompleted 3342 to KZ434800: 1079.3052600287717\n", - "12:55:15\tCompleted 3318 to KZ274200: 3791.698489310792\n", - "12:55:15\tCompleted 3379 to KZ115200: 1996.8701542110186\n", - "12:55:15\tCompleted 3331 to KZ595800: 1980.8185630558594\n", - "12:55:15\tCompleted 3381 to KZ354000: 1713.670407292744\n", - "12:55:15\tCompleted 3389 to KZ751210: 1292.8244554986686\n", - "12:55:15\tCompleted 3373 to KZ155600: 2290.0307637823303\n", - "12:55:15\tCompleted 3346 to KZ231000: 2738.4261475030125\n", - "12:55:15\tCompleted 3376 to KZ593600: 2290.739166373119\n", - "12:55:15\tCompleted 3395 to KZ156400: 2280.1812947430008\n", - "12:55:15\tCompleted 3363 to KZ396800: 2394.2121163283455\n", - "12:55:15\tCompleted 3398 to KZ593400: 2254.0491346547005\n", - "12:55:15\tCompleted 3382 to KZ471800: 3082.5216978034696\n", - "12:55:15\tCompleted 3391 to KZ433600: 1010.9773091703175\n", - "12:55:15\tCompleted 3352 to KZ192600: 1285.7280433944898\n", - "12:55:15\tCompleted 3396 to KZ632200: 2543.5479691016935\n", - "12:55:15\tCompleted 3332 to KZ613600: 126.08047590980011\n", - "12:55:15\tCompleted 3403 to KZ355600: 2006.0956380582109\n", - "12:55:15\tCompleted 3358 to KZ195600: 1610.590589861305\n", - "12:55:16\tCompleted 3345 to KZ113600: 1817.3592346650967\n", - "12:55:16\tCompleted 3328 to KZ634400: 1323.9192910251634\n", - "12:55:16\tCompleted 3356 to KZ274800: 3237.546435805698\n", - "12:55:16\tCompleted 3375 to KZ393400: 1797.9552970806262\n", - "12:55:16\tCompleted 3329 to KZ396800: 2679.1337686493625\n", - "12:55:16\tCompleted 3388 to KZ114600: 2171.0337523566445\n", - "12:55:16\tCompleted 3380 to KZ234800: 2875.88936598125\n", - "12:55:16\tCompleted 3354 to KZ391000: 2331.0082060838236\n", - "12:55:16\tCompleted 3348 to KZ395400: 2446.3002324809877\n", - "12:55:16\tCompleted 3353 to KZ632400: 2495.436746759166\n", - "12:55:16\tCompleted 3349 to KZ554600: 2093.5063828383927\n", - "12:55:17\tCompleted 3405 to KZ394400: 2592.732280168185\n", - "12:55:17\tCompleted 3336 to KZ115200: 1969.761263559321\n", - "12:55:17\tCompleted 3332 to KZ614000: 171.43931458237608\n", - "12:55:17\tCompleted 3389 to KZ751110: 1300.5818148115493\n", - "12:55:17\tCompleted 3391 to KZ434000: 760.7872503696236\n", - "12:55:17\tCompleted 3392 to KZ595200: 2424.582925046062\n", - "12:55:17\tCompleted 3315 to KZ616400: 1909.3958410692842\n", - "12:55:17\tCompleted 3321 to KZ231000: 3807.187215326419\n", - "12:55:17\tCompleted 3403 to KZ352100: 1273.0791159540158\n", - "12:55:17\tCompleted 3367 to KZ594600: 2365.8005940348758\n", - "12:55:17\tCompleted 3324 to KZ596200: 2375.862888407115\n", - "12:55:17\tCompleted 3313 to KZ391600: 1493.8996266210904\n", - "12:55:17\tCompleted 3342 to KZ433600: 1339.975440377907512:55:17\tCompleted 3322 to KZ356000: 2007.4188458572485\n", - "\n", - "12:55:17\tCompleted 3343 to KZ551000: 2044.403333522795\n", - "12:55:17\tCompleted 3347 to KZ393400: 2752.94725034504\n", - "12:55:18\tCompleted 3401 to KZ151000: 2346.676320768499\n", - "12:55:18\tCompleted 3352 to KZ196600: 1331.4437674497542\n", - "12:55:18\tCompleted 3314 to KZ392000: 2600.9443844788543\n", - "12:55:18\tCompleted 3381 to KZ351000: 1647.6451219429082\n", - "12:55:18\tCompleted 3328 to KZ313600: 1304.716404120973\n", - "12:55:18\tCompleted 3358 to KZ195800: 1424.477462228455\n", - "12:55:18\tCompleted 3332 to KZ613900: 435.20461736063817\n", - "12:55:18\tCompleted 3374 to KZ634000: 2508.6985537075325\n", - "12:55:18\tCompleted 3339 to KZ394800: 2932.157409056381\n", - "12:55:18\tCompleted 3337 to KZ234600: 4499.731584100105\n", - "12:55:18\tCompleted 3389 to KZ751310: 1293.753387686803\n", - "12:55:19\tCompleted 3375 to KZ391600: 1665.0605579424007\n", - "12:55:19\tCompleted 3397 to KZ395600: 2604.2112958796934\n", - "12:55:19\tCompleted 3373 to KZ156800: 1792.0106080029284\n", - "12:55:19\tCompleted 3331 to KZ593400: 1790.2058257037193\n", - "12:55:19\tCompleted 3377 to KZ554200: 2617.0926896026385\n", - "12:55:19\tCompleted 3332 to KZ612000: 126.21555566832924\n", - "12:55:19\tCompleted 3323 to KZ391000: 2436.8238659414064\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:55:19\tCompleted 3379 to KZ115400: 1974.2494916129249\n", - "12:55:19\tCompleted 3342 to KZ434000: 1104.0326907883648\n", - "12:55:19\tCompleted 3405 to KZ433200: 1725.8497787915185\n", - "12:55:19\tCompleted 3383 to KZ556000: 2362.9510130085587\n", - "12:55:19\tCompleted 3390 to KZ636400: 2394.8899040913516\n", - "12:55:19\tCompleted 3393 to KZ276200: 3103.309659848288\n", - "12:55:19\tCompleted 3352 to KZ194200: 966.8870807219902\n", - "12:55:19\tCompleted 3381 to KZ352000: 1197.567398524934\n", - "12:55:19\tCompleted 3320 to KZ113200: 3464.0833879990537\n", - "12:55:19\tCompleted 3328 to KZ314000: 1163.0730399725867\n", - "12:55:20\tCompleted 3403 to KZ352200: 1793.2769414814084\n", - "12:55:20\tCompleted 3345 to KZ113800: 1896.9773194211307\n", - "12:55:20\tCompleted 3350 to KZ271000: 2940.692859972427\n", - "12:55:20\tCompleted 3382 to KZ593200: 2176.2714718844745\n", - "12:55:20\tCompleted 3325 to KZ275000: 3444.230182954575\n", - "12:55:20\tCompleted 3377 to KZ791110: 142.5495599410173\n", - "12:55:20\tCompleted 3315 to KZ615600: 1493.7045433464039\n", - "12:55:20\tCompleted 3388 to KZ114800: 2000.2694345616217\n", - "12:55:20\tCompleted 3367 to KZ711110: 1654.1455859928078\n", - "12:55:20\tCompleted 3395 to KZ155600: 2452.8611687819034\n", - "12:55:20\tCompleted 3332 to KZ614400: 361.73741680044054\n", - "12:55:20\tCompleted 3389 to KZ751410: 1311.1783660904437\n", - "12:55:20\tCompleted 3361 to KZ632400: 2612.209347469641\n", - "12:55:21\tCompleted 3358 to KZ196000: 1611.2582176173753\n", - "12:55:21\tCompleted 3402 to KZ235200: 3066.4434277209875\n", - "12:55:21\tCompleted 3405 to KZ431900: 1206.8059458962996\n", - "12:55:21\tCompleted 3363 to KZ394800: 2166.706314622742\n", - "12:55:21\tCompleted 3327 to KZ154200: 2561.934306632089\n", - "12:55:21\tCompleted 3322 to KZ354400: 1799.9029676800983\n", - "12:55:21\tCompleted 3398 to KZ594200: 2433.9068837182076\n", - "12:55:21\tCompleted 3376 to KZ595200: 2288.1892994303444\n", - "12:55:21\tCompleted 3328 to KZ314800: 603.072927422281\n", - "12:55:21\tCompleted 3352 to KZ751210: 914.3344518568331\n", - "12:55:21\tCompleted 3371 to KZ274400: 2989.454695841644\n", - "12:55:21\tCompleted 3377 to KZ791310: 104.66140921344264\n", - "12:55:21\tCompleted 3329 to KZ394800: 2451.6279669437536\n", - "12:55:21\tCompleted 3399 to KZ273200: 3251.961499882141\n", - "12:55:21\tCompleted 3336 to KZ115400: 2190.3340354249767\n", - "12:55:21\tCompleted 3332 to KZ614600: 61.66833332453596\n", - "12:55:22\tCompleted 3314 to KZ395600: 2914.510590459794\n", - "12:55:22\tCompleted 3403 to KZ352300: 1450.6409236681757\n", - "12:55:22\tCompleted 3315 to KZ615800: 877.8798882440959\n", - "12:55:22\tCompleted 3396 to KZ635200: 2926.0771848957274\n", - "12:55:22\tCompleted 3313 to KZ393600: 1964.4436581157008\n", - "12:55:22\tCompleted 3373 to KZ193200: 1651.2778699086036\n", - "12:55:22\tCompleted 3343 to KZ556000: 2092.5247157308086\n", - "12:55:22\tCompleted 3392 to KZ591000: 2314.7986537986044\n", - "12:55:22\tCompleted 3324 to KZ596400: 2170.929466015819\n", - "12:55:22\tCompleted 3355 to KZ596400: 2215.905115627409\n", - "12:55:22\tCompleted 3389 to KZ751710: 1352.1663978593465\n", - "12:55:22\tCompleted 3377 to KZ791510: 115.73269540758544\n", - "12:55:22\tCompleted 3405 to KZ434600: 1240.4705163226812:55:22\tCompleted 3346 to KZ234000: 2947.0366248707005\n", - "\n", - "12:55:22\tCompleted 3328 to KZ315400: 825.7393843457584\n", - "12:55:22\tCompleted 3358 to KZ191000: 1302.8690647243302\n", - "12:55:22\tCompleted 3347 to KZ391600: 2608.8177473605306\n", - "12:55:23\tCompleted 3352 to KZ751110: 922.0918111697138\n", - "12:55:23\tCompleted 3356 to KZ275800: 2707.1292597941197\n", - "12:55:23\tCompleted 3332 to KZ614800: 441.77307861104424\n", - "12:55:23\tCompleted 3401 to KZ153200: 2351.092904197129\n", - "12:55:23\tCompleted 3331 to KZ594200: 1970.0635747672306\n", - "12:55:23\tCompleted 3354 to KZ395400: 2378.8757591168996\n", - "12:55:23\tCompleted 3348 to KZ392000: 2453.353886876212\n", - "12:55:23\tCompleted 3367 to KZ711410: 1654.3183890469174\n", - "12:55:23\tCompleted 3345 to KZ114500: 1885.8131437330283\n", - "12:55:23\tCompleted 3349 to KZ555600: 2445.5303300252062\n", - "12:55:23\tCompleted 3321 to KZ234000: 4015.797692694107\n", - "12:55:23\tCompleted 3395 to KZ156800: 1954.8410130025206\n", - "12:55:23\tCompleted 3377 to KZ791710: 104.33630944789012\n", - "12:55:24\tCompleted 3315 to KZ612600: 1133.0100148650215\n", - "12:55:24\tCompleted 3389 to KZ751810: 1298.410241936295512:55:24\tCompleted 3403 to KZ352800: 1767.5069759752662\n", - "\n", - "12:55:24\tCompleted 3379 to KZ151000: 2196.8402807689017\n", - "12:55:24\tCompleted 3328 to KZ315600: 1164.6411259874578\n", - "12:55:24\tCompleted 3332 to KZ615400: 318.7189918812706\n", - "12:55:24\tCompleted 3358 to KZ196200: 1068.4618919329955\n", - "12:55:24\tCompleted 3339 to KZ395000: 2860.132818747335\n", - "12:55:24\tCompleted 3397 to KZ395800: 2630.758237385763\n", - "12:55:24\tCompleted 3388 to KZ111010: 2038.552214321297\n", - "12:55:24\tCompleted 3381 to KZ354800: 2048.500170470017\n", - "12:55:24\tCompleted 3352 to KZ751310: 915.2633840449676\n", - "12:55:24\tCompleted 3320 to KZ113400: 3541.944424804391512:55:24\tCompleted 3405 to KZ434400: 1583.4199152844144\n", - "\n", - "12:55:24\tCompleted 3375 to KZ393600: 2135.604589437003\n", - "12:55:24\tCompleted 3322 to KZ351800: 1820.9376823231241\n", - "12:55:25\tCompleted 3391 to KZ471000: 3207.983430249746\n", - "12:55:25\tCompleted 3380 to KZ235200: 2923.529213344618\n", - "12:55:25\tCompleted 3377 to KZ611600: 305.4689229000751\n", - "12:55:25\tCompleted 3353 to KZ632800: 2301.367661742515\n", - "12:55:25\tCompleted 3337 to KZ234800: 3633.4329599356934\n", - "12:55:25\tCompleted 3327 to KZ156000: 2135.1835390003093\n", - "12:55:25\tCompleted 3332 to KZ615200: 113.36753236814702\n", - "12:55:25\tCompleted 3315 to KZ616000: 842.7752434900453\n", - "12:55:25\tCompleted 3373 to KZ193400: 1856.1667469240442\n", - "12:55:25\tCompleted 3314 to KZ395800: 3102.6344570783117\n", - "12:55:25\tCompleted 3382 to KZ595800: 2280.1910819248455\n", - "12:55:26\tCompleted 3398 to KZ596600: 2315.8221673886155\n", - "12:55:26\tCompleted 3389 to KZ751910: 1319.5511582867039\n", - "12:55:26\tCompleted 3374 to KZ635400: 2953.604106289742\n", - "12:55:26\tCompleted 3405 to KZ431000: 925.1113329217712\n", - "12:55:26\tCompleted 3352 to KZ751410: 932.6883624486081\n", - "12:55:26\tCompleted 3376 to KZ591000: 2178.405028182887\n", - "12:55:26\tCompleted 3377 to KZ613600: 259.9530336659871\n", - "12:55:26\tCompleted 3390 to KZ631000: 2609.780091942758\n", - "12:55:26\tCompleted 3358 to KZ192600: 1341.812819753024\n", - "12:55:26\tCompleted 3367 to KZ711210: 1623.964003380502\n", - "12:55:26\tCompleted 3403 to KZ356400: 1669.7779931424147\n", - "12:55:26\tCompleted 3328 to KZ316000: 1424.306022128529\n", - "12:55:27\tCompleted 3395 to KZ193200: 1907.7890278924874\n", - "12:55:27\tCompleted 3342 to KZ471000: 3536.9815614573363\n", - "12:55:27\tCompleted 3393 to KZ271000: 3121.0026152625037\n", - "12:55:27\tCompleted 3383 to KZ556800: 2563.63893788049612:55:27\tCompleted 3345 to KZ114000: 1832.7524975268539\n", - "\n", - "12:55:27\tCompleted 3381 to KZ355200: 1675.6436425176803\n", - "12:55:27\tCompleted 3313 to KZ396400: 2122.9175546446168\n", - "12:55:27\tCompleted 3336 to KZ151000: 2519.492532458972\n", - "12:55:27\tCompleted 3377 to KZ614000: 40.35965004500316\n", - "12:55:27\tCompleted 3405 to KZ435200: 823.4172028608408\n", - "12:55:27\tCompleted 3329 to KZ395000: 2785.7637470383766\n", - "12:55:27\tCompleted 3373 to KZ193600: 1156.10147797139\n", - "12:55:27\tCompleted 3332 to KZ616400: 953.9796614689179\n", - "12:55:27\tCompleted 3324 to KZ594600: 2355.1367195343796\n", - "12:55:27\tCompleted 3331 to KZ596600: 2070.949092343996\n", - "12:55:27\tCompleted 3389 to KZ751510: 1308.067096185788\n", - "12:55:27\tCompleted 3388 to KZ116000: 1771.374911974855\n", - "12:55:27\tCompleted 3347 to KZ393600: 2911.2510423498943\n", - "12:55:27\tCompleted 3323 to KZ395400: 2484.6914189744825\n", - "12:55:27\tCompleted 3315 to KZ613800: 1218.3890188224252\n", - "12:55:28\tCompleted 3343 to KZ556800: 2293.212640602746\n", - "12:55:28\tCompleted 3352 to KZ751710: 973.676394217511\n", - "12:55:28\tCompleted 3361 to KZ632800: 2418.140262452993\n", - "12:55:28\tCompleted 3350 to KZ274000: 3594.351043691944\n", - "12:55:28\tCompleted 3363 to KZ395000: 2500.8420947173595\n", - "12:55:28\tCompleted 3401 to KZ153400: 2240.5062466714444\n", - "12:55:28\tCompleted 3392 to KZ595600: 2472.9325506383016\n", - "12:55:28\tCompleted 3328 to KZ316600: 973.1134830873307\n", - "12:55:28\tCompleted 3396 to KZ632400: 2795.032742745229\n", - "12:55:28\tCompleted 3358 to KZ196600: 1387.5285438082883\n", - "12:55:28\tCompleted 3320 to KZ113600: 3220.46154296463\n", - "12:55:28\tCompleted 3377 to KZ613900: 284.15550506348103\n", - "12:55:28\tCompleted 3349 to KZ551000: 2086.422505186961\n", - "12:55:28\tCompleted 3314 to KZ392400: 2700.1450121585954\n", - "12:55:28\tCompleted 3405 to KZ434800: 854.743463777176\n", - "12:55:29\tCompleted 3325 to KZ274800: 3979.7350943379915\n", - "12:55:29\tCompleted 3402 to KZ235600: 3161.4811937413924\n", - "12:55:29\tCompleted 3332 to KZ615600: 745.4017548515558\n", - "12:55:29\tCompleted 3373 to KZ194000: 1136.8632771601453\n", - "12:55:29\tCompleted 3399 to KZ274400: 3189.090187368862\n", - "12:55:29\tCompleted 3339 to KZ395200: 2392.0973336724996\n", - "12:55:29\tCompleted 3354 to KZ392000: 2385.9294135121236\n", - "12:55:29\tCompleted 3367 to KZ711310: 1645.556391919091\n", - "12:55:29\tCompleted 3379 to KZ153200: 2201.2568641975417\n", - "12:55:29\tCompleted 3346 to KZ234200: 3397.9823313916363\n", - "12:55:29\tCompleted 3352 to KZ751810: 919.92023829446\n", - "12:55:29\tCompleted 3358 to KZ194200: 1022.9718570805244\n", - "12:55:29\tCompleted 3403 to KZ352400: 1851.772470190669\n", - "12:55:30\tCompleted 3377 to KZ612000: 332.7571609828288\n", - "12:55:30\tCompleted 3375 to KZ396400: 2294.0784859659107\n", - "12:55:30\tCompleted 3397 to KZ392400: 2540.7843177584946\n", - "12:55:30\tCompleted 3345 to KZ117000: 1755.3848409734578\n", - "12:55:30\tCompleted 3355 to KZ594600: 2400.1123691459707\n", - "12:55:30\tCompleted 3332 to KZ615800: 192.6058620695905612:55:30\tCompleted 3382 to KZ593400: 2089.5783445727116\n", - "\n", - "12:55:30\tCompleted 3328 to KZ316200: 1456.5213242208201\n", - "12:55:30\tCompleted 3324 to KZ711110: 1643.4817114923114\n", - "12:55:30\tCompleted 3405 to KZ433600: 1115.413644126312\n", - "12:55:30\tCompleted 3348 to KZ395600: 2526.6573847838563\n", - "12:55:30\tCompleted 3371 to KZ275400: 3664.6431277986544\n", - "12:55:30\tCompleted 3381 to KZ355600: 1838.2703280108783\n", - "12:55:30\tCompleted 3321 to KZ234200: 4466.743399215043\n", - "12:55:31\tCompleted 3322 to KZ393200: 2519.0108005802067\n", - "12:55:31\tCompleted 3356 to KZ276000: 3122.960285549155\n", - "12:55:31\tCompleted 3395 to KZ193400: 2112.677904907928\n", - "12:55:31\tCompleted 3398 to KZ595000: 2369.232419982671\n", - "12:55:31\tCompleted 3377 to KZ614400: 210.68830450328355\n", - "12:55:31\tCompleted 3327 to KZ154600: 2433.320969745424\n", - "12:55:31\tCompleted 3352 to KZ751910: 941.0611546448683\n", - "12:55:31\tCompleted 3358 to KZ751210: 970.4192282153673\n", - "12:55:31\tCompleted 3332 to KZ612600: 98.93839110499214\n", - "12:55:32\tCompleted 3373 to KZ196400: 1570.0173838357491\n", - "12:55:32\tCompleted 3328 to KZ311000: 1061.9356943513997\n", - "12:55:32\tCompleted 3391 to KZ473600: 2789.008664226803\n", - "12:55:32\tCompleted 3405 to KZ434000: 847.9750572276968\n", - "12:55:32\tCompleted 3331 to KZ595000: 1905.389111031697\n", - "12:55:32\tCompleted 3403 to KZ356000: 1611.7373108914496\n", - "12:55:32\tCompleted 3320 to KZ113800: 3049.214342794864\n", - "12:55:32\tCompleted 3337 to KZ235200: 3681.07280729906112:55:32\tCompleted 3377 to KZ614600: 146.26738467452802\n", - "\n", - "12:55:32\tCompleted 3314 to KZ396200: 3140.173934668311\n", - "12:55:32\tCompleted 3376 to KZ595600: 2374.7021024459905\n", - "12:55:32\tCompleted 3381 to KZ352100: 1133.700714291384\n", - "12:55:32\tCompleted 3329 to KZ395200: 2253.4025201992786\n", - "12:55:32\tCompleted 3332 to KZ616000: 219.74507780219744\n", - "12:55:32\tCompleted 3313 to KZ394000: 2231.377833733927\n", - "12:55:33\tCompleted 3395 to KZ193600: 1412.6126359552723\n", - "12:55:33\tCompleted 3358 to KZ751110: 978.176587528248\n", - "12:55:33\tCompleted 3380 to KZ235600: 3018.5669793650227\n", - "12:55:33\tCompleted 3374 to KZ635000: 2428.3306789573217\n", - "12:55:33\tCompleted 3352 to KZ751510: 929.5770925439524\n", - "12:55:33\tCompleted 3390 to KZ634600: 2877.464717243053\n", - "12:55:33\tCompleted 3336 to KZ153200: 2523.9091158875985\n", - "12:55:33\tCompleted 3363 to KZ395200: 1968.4808678782424\n", - "12:55:33\tCompleted 3353 to KZ636800: 2423.6050345701706\n", - "12:55:33\tCompleted 3383 to KZ554800: 2568.334425924947\n", - "12:55:33\tCompleted 3373 to KZ196800: 1038.1757815945687\n", - "12:55:33\tCompleted 3324 to KZ711410: 1643.654514546421\n", - "12:55:33\tCompleted 3345 to KZ114400: 1742.2540179747016\n", - "12:55:33\tCompleted 3377 to KZ614800: 602.6345755120601\n", - "12:55:33\tCompleted 3328 to KZ315000: 1179.1445105850332\n", - "12:55:33\tCompleted 3388 to KZ116400: 2119.9528710883087\n", - "12:55:33\tCompleted 3392 to KZ596000: 2191.5012562674447\n", - "12:55:33\tCompleted 3349 to KZ556000: 2134.5438873949747\n", - "12:55:34\tCompleted 3396 to KZ632800: 2600.963657728574\n", - "12:55:34\tCompleted 3332 to KZ613800: 393.17599188157664\n", - "12:55:34\tCompleted 3343 to KZ554800: 2297.908128647198\n", - "12:55:34\tCompleted 3403 to KZ354400: 1609.5380807642398\n", - "12:55:34\tCompleted 3355 to KZ711110: 1688.4573611039032\n", - "12:55:34\tCompleted 3342 to KZ473600: 3118.006795434393\n", - "12:55:34\tCompleted 3379 to KZ153400: 2090.67020667185\n", - "12:55:34\tCompleted 3315 to KZ273200: 3919.887964123009\n", - "12:55:34\tCompleted 3347 to KZ396400: 3132.662689023246\n", - "12:55:34\tCompleted 3323 to KZ392000: 2491.7450733697037\n", - "12:55:34\tCompleted 3393 to KZ274000: 3774.6607989820086\n", - "12:55:34\tCompleted 3401 to KZ153600: 2532.9100075289225\n", - "12:55:34\tCompleted 3358 to KZ751310: 971.3481604035018\n", - "12:55:34\tCompleted 3339 to KZ391000: 2587.8035981814596\n", - "12:55:34\tCompleted 3377 to KZ615400: 223.12450443350687\n", - "12:55:35\tCompleted 3361 to KZ636800: 2540.37763528064612:55:35\tCompleted 3395 to KZ194000: 1393.3744351440293\n", - "\n", - "12:55:35\tCompleted 3381 to KZ352200: 1625.4516314340758\n", - "12:55:35\tCompleted 3328 to KZ314200: 1063.3499079137728\n", - "12:55:35\tCompleted 3389 to KZ231000: 2931.92290826053\n", - "12:55:35\tCompleted 3350 to KZ274200: 3711.6965380713996\n", - "12:55:35\tCompleted 3373 to KZ191600: 1063.9737576546574\n", - "12:55:35\tCompleted 3322 to KZ393400: 2341.271231680339\n", - "12:55:35\tCompleted 3375 to KZ394000: 2402.538765055223\n", - "12:55:36\tCompleted 3397 to KZ396200: 2496.448006171305\n", - "12:55:36\tCompleted 3403 to KZ351800: 1425.841933794952212:55:36\tCompleted 3354 to KZ395600: 2459.2329114197682\n", - "\n", - "12:55:36\tCompleted 3325 to KZ275800: 3449.3179183264133\n", - "12:55:36\tCompleted 3377 to KZ615200: 95.7799602617861\n", - "12:55:36\tCompleted 3382 to KZ594200: 2269.436093636217712:55:36\tCompleted 3314 to KZ396600: 3051.8790668157703\n", - "\n", - "12:55:36\tCompleted 3358 to KZ751410: 988.7731388071423\n", - "12:55:36\tCompleted 3331 to KZ593600: 2019.937715315990812:55:36\tCompleted 3324 to KZ711210: 1613.3001288800056\n", - "\n", - "12:55:36\tCompleted 3367 to KZ555200: 2387.1806967772104\n", - "12:55:36\tCompleted 3320 to KZ114500: 3512.5945076038943\n", - "12:55:36\tCompleted 3327 to KZ154800: 2268.32828075783\n", - "12:55:36\tCompleted 3398 to KZ593600: 2483.781024266973\n", - "12:55:36\tCompleted 3402 to KZ233600: 3044.097791597285\n", - "12:55:37\tCompleted 3381 to KZ352300: 1284.8780771238169\n", - "12:55:37\tCompleted 3373 to KZ195200: 1001.7387807893841\n", - "12:55:37\tCompleted 3399 to KZ275400: 3864.2786193258726\n", - "12:55:37\tCompleted 3376 to KZ596000: 2055.107630651727\n", - "12:55:37\tCompleted 3345 to KZ114600: 1990.0237734694867\n", - "12:55:37\tCompleted 3377 to KZ616400: 943.6162820196683\n", - "12:55:37\tCompleted 3328 to KZ353200: 1645.2699684253957\n", - "12:55:37\tCompleted 3348 to KZ395800: 2553.204326289926\n", - "12:55:37\tCompleted 3321 to KZ234600: 4581.913697653135\n", - "12:55:38\tCompleted 3388 to KZ116800: 1917.3857895115295\n", - "12:55:38\tCompleted 3395 to KZ196400: 1826.528541819633\n", - "12:55:38\tCompleted 3371 to KZ273600: 2832.6023867811928\n", - "12:55:38\tCompleted 3358 to KZ751710: 1029.761170576045\n", - "12:55:38\tCompleted 3346 to KZ234600: 3513.152629829691\n", - "12:55:38\tCompleted 3355 to KZ711410: 1688.6301641580128\n", - "12:55:38\tCompleted 3313 to KZ396800: 2245.9799084079605\n", - "12:55:38\tCompleted 3351 to KZ113200: 1805.4880590412615\n", - "12:55:38\tCompleted 3390 to KZ634400: 2469.6154577869875\n", - "12:55:38\tCompleted 3374 to KZ632200: 2311.4065109563057\n", - "12:55:38\tCompleted 3314 to KZ394200: 2441.489375080702\n", - "12:55:38\tCompleted 3356 to KZ276200: 2842.3464988152505\n", - "12:55:39\tCompleted 3377 to KZ615600: 879.2743126077429\n", - "12:55:39\tCompleted 3336 to KZ153400: 2413.3224583619185\n", - "12:55:39\tCompleted 3329 to KZ391000: 2507.800716855597\n", - "12:55:39\tCompleted 3363 to KZ391000: 2222.87906453458\n", - "12:55:39\tCompleted 3391 to KZ474200: 3235.632825293325\n", - "12:55:39\tCompleted 3324 to KZ711310: 1634.8925174185947\n", - "12:55:39\tCompleted 3401 to KZ154000: 2284.486580353944\n", - "12:55:39\tCompleted 3373 to KZ195000: 1453.3688843300692\n", - "12:55:39\tCompleted 3347 to KZ394000: 3364.5975383890673\n", - "12:55:39\tCompleted 3395 to KZ196800: 1294.6869395784524\n", - "12:55:39\tCompleted 3381 to KZ352800: 1599.6816659279336\n", - "12:55:39\tCompleted 3349 to KZ556800: 2335.231812266912\n", - "12:55:39\tCompleted 3405 to KZ471000: 3312.419765205741\n", - "12:55:39\tCompleted 3390 to KZ313600: 859.0699775102747\n", - "12:55:39\tCompleted 3343 to KZ556400: 2235.6420023386427\n", - "12:55:39\tCompleted 3358 to KZ751810: 976.0050146529942\n", - "12:55:40\tCompleted 3339 to KZ395400: 2631.1674931067723\n", - "12:55:40\tCompleted 3383 to KZ556400: 2506.068299616393\n", - "12:55:40\tCompleted 3377 to KZ615800: 122.05687219636722\n", - "12:55:40\tCompleted 3320 to KZ114000: 3273.9750773582373\n", - "12:55:40\tCompleted 3392 to KZ596200: 2391.281161525955\n", - "12:55:40\tCompleted 3352 to KZ231000: 2939.381190642094\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:55:40\tCompleted 3322 to KZ391600: 2197.1417286958294\n", - "12:55:40\tCompleted 3353 to KZ635800: 2474.2314682857304\n", - "12:55:40\tCompleted 3328 to KZ353600: 1581.499746708729\n", - "12:55:40\tCompleted 3379 to KZ153600: 2383.073967529319\n", - "12:55:40\tCompleted 3337 to KZ235600: 3776.110573319466\n", - "12:55:40\tCompleted 3396 to KZ636800: 2723.2010305562335\n", - "12:55:40\tCompleted 3331 to KZ595200: 2017.3878483732267\n", - "12:55:40\tCompleted 3380 to KZ233600: 2901.1835772209\n", - "12:55:41\tCompleted 3390 to KZ314000: 678.7286912719171\n", - "12:55:41\tCompleted 3373 to KZ194400: 1271.153810871095\n", - "12:55:41\tCompleted 3395 to KZ191600: 1320.4849156385412\n", - "12:55:41\tCompleted 3315 to KZ274400: 3857.0166516097333\n", - "12:55:41\tCompleted 3367 to KZ551600: 2120.613974791683\n", - "12:55:41\tCompleted 3382 to KZ596600: 2189.514554730041\n", - "12:55:41\tCompleted 3377 to KZ612600: 305.47999641949156\n", - "12:55:41\tCompleted 3358 to KZ751910: 997.1459310034026\n", - "12:55:41\tCompleted 3323 to KZ395600: 2565.048571277351\n", - "12:55:41\tCompleted 3332 to KZ273200: 2885.8163403630715\n", - "12:55:41\tCompleted 3314 to KZ394400: 2616.3427397416544\n", - "12:55:41\tCompleted 3351 to KZ113400: 1635.2005661084982\n", - "12:55:41\tCompleted 3361 to KZ635800: 2591.0040689962098\n", - "12:55:41\tCompleted 3375 to KZ396800: 2417.140839729253\n", - "12:55:41\tCompleted 3397 to KZ396600: 2504.3668469624945\n", - "12:55:42\tCompleted 3393 to KZ274200: 3892.0062933614763\n", - "12:55:42\tCompleted 3355 to KZ711210: 1658.2757784915973\n", - "12:55:42\tCompleted 3328 to KZ351600: 1156.2898947322776\n", - "12:55:42\tCompleted 3403 to KZ393200: 2540.019379538207\n", - "12:55:42\tCompleted 3354 to KZ395800: 2485.779852925838\n", - "12:55:42\tCompleted 3381 to KZ356400: 1530.3995914797829\n", - "12:55:42\tCompleted 3342 to KZ474200: 3564.630956500915\n", - "12:55:42\tCompleted 3388 to KZ111810: 1939.2498825346584\n", - "12:55:42\tCompleted 3377 to KZ616000: 205.67356578043512:55:42\tCompleted 3345 to KZ114800: 2127.496746743662\n", - "\n", - "12:55:42\tCompleted 3402 to KZ633200: 2502.3229258452716\n", - "12:55:42\tCompleted 3390 to KZ314800: 1140.7910177410442\n", - "12:55:42\tCompleted 3398 to KZ595200: 2481.2311573241955\n", - "12:55:42\tCompleted 3395 to KZ195200: 1258.2499387732678\n", - "12:55:43\tCompleted 3376 to KZ596200: 2293.050713333644\n", - "12:55:43\tCompleted 3358 to KZ751510: 985.6618689024866\n", - "12:55:43\tCompleted 3325 to KZ276000: 3865.1489440814485\n", - "12:55:43\tCompleted 3373 to KZ194600: 1281.6707768756016\n", - "12:55:43\tCompleted 3389 to KZ234000: 3140.533385628218\n", - "12:55:43\tCompleted 3313 to KZ394800: 2018.474106702352\n", - "12:55:43\tCompleted 3327 to KZ155200: 2695.2669436595825\n", - "12:55:43\tCompleted 3388 to KZ116600: 569.9181081298054\n", - "12:55:43\tCompleted 3377 to KZ613800: 242.12687958441967\n", - "12:55:43\tCompleted 3314 to KZ433200: 1996.3133994643715\n", - "12:55:44\tCompleted 3390 to KZ315400: 828.0298990610703\n", - "12:55:44\tCompleted 3348 to KZ392400: 2463.2304066626575\n", - "12:55:44\tCompleted 3320 to KZ117000: 3320.43474607446\n", - "12:55:44\tCompleted 3321 to KZ234800: 3715.6150734887133\n", - "12:55:44\tCompleted 3381 to KZ352400: 1683.9471601433365\n", - "12:55:44\tCompleted 3324 to KZ555200: 2310.44455145725\n", - "12:55:45\tCompleted 3351 to KZ113600: 1763.671724178556\n", - "12:55:45\tCompleted 3331 to KZ591000: 1907.6035771257646\n", - "12:55:45\tCompleted 3328 to KZ354000: 1665.0894126937817\n", - "12:55:45\tCompleted 3346 to KZ234800: 2646.854005665307\n", - "12:55:45\tCompleted 3363 to KZ395400: 2270.746617567656\n", - "12:55:45\tCompleted 3347 to KZ396800: 3110.6899959494804\n", - "12:55:45\tCompleted 3379 to KZ154000: 2134.650540354348\n", - "12:55:45\tCompleted 3401 to KZ154200: 2587.1226193232665\n", - "12:55:45\tCompleted 3395 to KZ195000: 1709.880042313953\n", - "12:55:45\tCompleted 3371 to KZ276600: 2914.427633480179\n", - "12:55:45\tCompleted 3322 to KZ393600: 2499.5750236851995\n", - "12:55:45\tCompleted 3329 to KZ395400: 2555.668269888673\n", - "12:55:45\tCompleted 3399 to KZ273600: 3032.237878308411\n", - "12:55:45\tCompleted 3374 to KZ635200: 2693.9357267503356\n", - "12:55:45\tCompleted 3394 to KZ113200: 2067.7662262399695\n", - "12:55:45\tCompleted 3373 to KZ194800: 1549.7864289296049\n", - "12:55:45\tCompleted 3356 to KZ271000: 2860.039454229466\n", - "12:55:45\tCompleted 3349 to KZ554800: 2339.927300311363\n", - "12:55:45\tCompleted 3336 to KZ153600: 2705.72621921941\n", - "12:55:45\tCompleted 3355 to KZ711310: 1679.8681670301864\n", - "12:55:45\tCompleted 3403 to KZ393400: 2056.428421375276\n", - "12:55:45\tCompleted 3339 to KZ392000: 2748.091188186996\n", - "12:55:45\tCompleted 3382 to KZ595000: 2204.7616299006813\n", - "12:55:45\tCompleted 3390 to KZ315600: 1466.0993501062546\n", - "12:55:46\tCompleted 3392 to KZ596400: 2373.5672835473197\n", - "12:55:46\tCompleted 3314 to KZ431900: 2125.364713761084\n", - "12:55:46\tCompleted 3343 to KZ554200: 2487.402526209426\n", - "12:55:46\tCompleted 3345 to KZ111010: 1885.6114272528507\n", - "12:55:46\tCompleted 3405 to KZ473600: 2893.444999182798\n", - "12:55:46\tCompleted 3397 to KZ394200: 2138.6193271243915\n", - "12:55:46\tCompleted 3383 to KZ554200: 2701.899335398684\n", - "12:55:46\tCompleted 3353 to KZ636200: 2335.3143850554793\n", - "12:55:46\tCompleted 3391 to KZ474600: 2912.808264475243\n", - "12:55:46\tCompleted 3375 to KZ394800: 2189.635038023649\n", - "12:55:46\tCompleted 3381 to KZ356000: 1445.9744643470908\n", - "12:55:47\tCompleted 3380 to KZ633200: 2321.2455340454703\n", - "12:55:47\tCompleted 3337 to KZ233600: 3658.7271711754065\n", - "12:55:47\tCompleted 3395 to KZ194400: 1527.664968854979\n", - "12:55:47\tCompleted 3396 to KZ635800: 2773.8274642717984\n", - "12:55:47\tCompleted 3390 to KZ316000: 860.1958264514535\n", - "12:55:47\tCompleted 3343 to KZ791110: 285.0592713180438\n", - "12:55:47\tCompleted 3352 to KZ234000: 3147.991668009782\n", - "12:55:47\tCompleted 3398 to KZ591000: 2371.446886076738\n", - "12:55:47\tCompleted 3367 to KZ553200: 2239.5619681983862\n", - "12:55:47\tCompleted 3383 to KZ791110: 353.3339089634406\n", - "12:55:47\tCompleted 3328 to KZ351000: 1596.7209815934384\n", - "12:55:47\tCompleted 3361 to KZ636200: 2452.0869857659545\n", - "12:55:48\tCompleted 3323 to KZ395800: 2591.595512783421\n", - "12:55:48\tCompleted 3388 to KZ115600: 2103.322230738213\n", - "12:55:48\tCompleted 3376 to KZ596400: 2237.1736579315966\n", - "12:55:48\tCompleted 3315 to KZ275400: 4532.2050835667615\n", - "12:55:48\tCompleted 3354 to KZ392400: 2395.8059332985695\n", - "12:55:48\tCompleted 3314 to KZ434600: 2163.2642380112884\n", - "12:55:48\tCompleted 3373 to KZ195600: 1626.5669966848143\n", - "12:55:48\tCompleted 3320 to KZ114400: 3197.7286314016633\n", - "12:55:48\tCompleted 3381 to KZ354400: 1441.7127707169072\n", - "12:55:48\tCompleted 3403 to KZ391600: 1923.5336822370502\n", - "12:55:48\tCompleted 3343 to KZ791310: 241.519039437435\n", - "12:55:48\tCompleted 3332 to KZ274400: 2822.9450278497698\n", - "12:55:48\tCompleted 3327 to KZ156400: 2274.5569432987727\n", - "12:55:49\tCompleted 3342 to KZ474600: 3241.806395682833\n", - "12:55:49\tCompleted 3383 to KZ791310: 342.7471708122323\n", - "12:55:49\tCompleted 3351 to KZ113800: 1843.28980893459\n", - "12:55:49\tCompleted 3390 to KZ316600: 1172.9342435176113\n", - "12:55:49\tCompleted 3345 to KZ116000: 1692.6444283179485\n", - "12:55:49\tCompleted 3395 to KZ194600: 1538.1819348594854\n", - "12:55:49\tCompleted 3313 to KZ395000: 2352.6098867969745\n", - "12:55:49\tCompleted 3402 to KZ634800: 2986.7695172555386\n", - "12:55:49\tCompleted 3401 to KZ156000: 2160.371851691487\n", - "12:55:49\tCompleted 3358 to KZ231000: 2883.2964142835663\n", - "12:55:49\tCompleted 3394 to KZ113400: 1897.4787333072059\n", - "12:55:49\tCompleted 3343 to KZ791510: 218.6385398657818\n", - "12:55:49\tCompleted 3331 to KZ595600: 2141.4911636476872\n", - "12:55:50\tCompleted 3337 to KZ633200: 1521.7168655055668\n", - "12:55:50\tCompleted 3383 to KZ791510: 356.7942795335871\n", - "12:55:50\tCompleted 3381 to KZ351800: 1260.0790872505934\n", - "12:55:50\tCompleted 3324 to KZ551600: 2050.484543301952\n", - "12:55:50\tCompleted 3348 to KZ396200: 2418.894095075467\n", - "12:55:50\tCompleted 3390 to KZ316200: 855.4197899862806\n", - "12:55:50\tCompleted 3389 to KZ234200: 3591.479092149154\n", - "12:55:50\tCompleted 3328 to KZ352000: 1741.4875718941773\n", - "12:55:50\tCompleted 3373 to KZ195800: 1440.4538690519641\n", - "12:55:50\tCompleted 3321 to KZ235200: 3763.254920852081\n", - "12:55:50\tCompleted 3379 to KZ154200: 2437.286579323669212:55:50\tCompleted 3343 to KZ791710: 216.86235954874923\n", - "\n", - "12:55:51\tCompleted 3314 to KZ434400: 2148.2151341209483\n", - "12:55:51\tCompleted 3377 to KZ273200: 3092.3579456775533\n", - "12:55:51\tCompleted 3322 to KZ396400: 2720.9866703585567\n", - "12:55:51\tCompleted 3347 to KZ394800: 3289.344564647546\n", - "12:55:51\tCompleted 3336 to KZ154000: 2457.3027920444174\n", - "12:55:51\tCompleted 3383 to KZ791710: 328.29434018329835\n", - "12:55:51\tCompleted 3363 to KZ392000: 2277.8002719628785\n", - "12:55:51\tCompleted 3353 to KZ636400: 2092.728537175501\n", - "12:55:51\tCompleted 3382 to KZ593600: 2319.310234184984\n", - "12:55:51\tCompleted 3390 to KZ311000: 532.5237264646028\n", - "12:55:51\tCompleted 3339 to KZ395600: 2625.244537478083\n", - "12:55:51\tCompleted 3374 to KZ632400: 2562.891284599837\n", - "12:55:52\tCompleted 3395 to KZ194800: 1806.2975869134887\n", - "12:55:52\tCompleted 3343 to KZ611600: 473.7228948238736\n", - "12:55:52\tCompleted 3349 to KZ556400: 2277.661174002809\n", - "12:55:52\tCompleted 3367 to KZ553600: 1974.5716351322433\n", - "12:55:52\tCompleted 3397 to KZ394400: 2566.625678450387612:55:52\tCompleted 3329 to KZ392000: 2562.72192428389\n", - "\n", - "12:55:52\tCompleted 3371 to KZ275000: 2780.125290582528\n", - "12:55:52\tCompleted 3346 to KZ235200: 2694.4938530286745\n", - "12:55:52\tCompleted 3388 to KZ115200: 2016.9986864854782\n", - "12:55:52\tCompleted 3325 to KZ276200: 3584.535157347544\n", - "12:55:52\tCompleted 3383 to KZ611600: 205.3702725434187\n", - "12:55:52\tCompleted 3375 to KZ395000: 2523.770818118267\n", - "12:55:52\tCompleted 3355 to KZ555200: 2388.4675096073374\n", - "12:55:53\tCompleted 3351 to KZ114500: 1917.1323040194115\n", - "12:55:53\tCompleted 3396 to KZ636200: 2634.910381041542\n", - "12:55:53\tCompleted 3390 to KZ315000: 945.1956006038245\n", - "12:55:53\tCompleted 3403 to KZ393600: 2394.0777137316272\n", - "12:55:53\tCompleted 3361 to KZ636400: 2209.5011378859876\n", - "12:55:53\tCompleted 3392 to KZ594600: 2498.756821943821\n", - "12:55:53\tCompleted 3343 to KZ613600: 332.30364330180134\n", - "12:55:53\tCompleted 3320 to KZ114600: 3823.1921022530973\n", - "12:55:53\tCompleted 3345 to KZ116400: 1976.843856135109\n", - "12:55:53\tCompleted 3398 to KZ595600: 2529.5807829164373\n", - "12:55:53\tCompleted 3313 to KZ395200: 1820.2486599578428\n", - "12:55:53\tCompleted 3331 to KZ596000: 1784.3061795945966\n", - "12:55:53\tCompleted 3356 to KZ274000: 3513.6976379489893\n", - "12:55:53\tCompleted 3328 to KZ354800: 1837.0523106061573\n", - "12:55:53\tCompleted 3373 to KZ196000: 1627.2346244408845\n", - "12:55:53\tCompleted 3405 to KZ474200: 3340.06916024932\n", - "12:55:53\tCompleted 3383 to KZ613600: 386.45744963109512:55:53\tCompleted 3314 to KZ431000: 2485.8498054761412\n", - "\n", - "12:55:53\tCompleted 3399 to KZ276600: 3114.063125007397\n", - "12:55:54\tCompleted 3337 to KZ634800: 2006.1634569158614\n", - "12:55:54\tCompleted 3391 to KZ475000: 3283.1372912250204\n", - "12:55:54\tCompleted 3394 to KZ113600: 2025.9498913772636\n", - "12:55:54\tCompleted 3380 to KZ634800: 2805.692125455734\n", - "12:55:54\tCompleted 3323 to KZ392400: 2501.6215931561524\n", - "12:55:54\tCompleted 3397 to KZ433200: 1699.7431770737203\n", - "12:55:54\tCompleted 3379 to KZ156000: 2010.535811691886\n", - "12:55:54\tCompleted 3390 to KZ314200: 537.9989573999375\n", - "12:55:54\tCompleted 3376 to KZ594600: 2400.5263737515097\n", - "12:55:54\tCompleted 3354 to KZ396200: 2351.46962171137712:55:54\tCompleted 3343 to KZ614000: 274.21029567162935\n", - "\n", - "12:55:55\tCompleted 3383 to KZ614000: 297.466226923964\n", - "12:55:55\tCompleted 3395 to KZ195600: 1883.0781546686983\n", - "12:55:55\tCompleted 3315 to KZ273600: 3700.164342549282\n", - "12:55:55\tCompleted 3327 to KZ155600: 2447.236817337676\n", - "12:55:55\tCompleted 3381 to KZ393200: 2374.2565329938584\n", - "12:55:55\tCompleted 3401 to KZ154600: 2458.5092824366016\n", - "12:55:55\tCompleted 3402 to KZ633400: 2254.5474625848537\n", - "12:55:55\tCompleted 3342 to KZ475000: 3612.1354224326105\n", - "12:55:55\tCompleted 3324 to KZ553200: 2186.9121395291586\n", - "12:55:55\tCompleted 3352 to KZ234200: 3598.937374530718\n", - "12:55:55\tCompleted 3373 to KZ191000: 1318.8454715478395\n", - "12:55:55\tCompleted 3397 to KZ431900: 1180.6993441785014\n", - "12:55:56\tCompleted 3383 to KZ613900: 260.4129078807192\n", - "12:55:56\tCompleted 3337 to KZ633400: 1300.4668162682406\n", - "12:55:56\tCompleted 3343 to KZ613900: 552.1335676880775\n", - "12:55:56\tCompleted 3388 to KZ115400: 1994.3780238873844\n", - "12:55:56\tCompleted 3348 to KZ396600: 2426.812935866656\n", - "12:55:56\tCompleted 3322 to KZ394000: 2952.92151972437812:55:56\tCompleted 3375 to KZ395200: 1991.4095912791531\n", - "\n", - "12:55:56\tCompleted 3332 to KZ275400: 3498.13345980678\n", - "12:55:56\tCompleted 3347 to KZ395000: 3217.3199743384944\n", - "12:55:56\tCompleted 3351 to KZ114000: 1853.275290451853\n", - "12:55:56\tCompleted 3345 to KZ116800: 1764.4450024430832\n", - "12:55:56\tCompleted 3320 to KZ114800: 2870.85224392987\n", - "12:55:56\tCompleted 3314 to KZ435200: 2576.661598866193\n", - "12:55:57\tCompleted 3358 to KZ234000: 3091.906891651254\n", - "12:55:57\tCompleted 3363 to KZ395600: 2351.1037698705245\n", - "12:55:57\tCompleted 3321 to KZ235600: 3858.292686872486\n", - "12:55:57\tCompleted 3390 to KZ353200: 1704.445877167681\n", - "12:55:57\tCompleted 3392 to KZ711110: 1846.1195290238222\n", - "12:55:57\tCompleted 3367 to KZ552200: 2082.097024411639\n", - "12:55:57\tCompleted 3373 to KZ196200: 1084.438298756504812:55:57\tCompleted 3383 to KZ612000: 325.35567149150313\n", - "\n", - "12:55:57\tCompleted 3343 to KZ612000: 450.6546788092282\n", - "12:55:57\tCompleted 3374 to KZ632800: 2368.8221995831864\n", - "12:55:57\tCompleted 3397 to KZ434600: 1214.3639146048818\n", - "12:55:57\tCompleted 3382 to KZ595200: 2316.7603672422056\n", - "12:55:57\tCompleted 3395 to KZ195800: 1696.9650270358482\n", - "12:55:57\tCompleted 3328 to KZ355200: 2057.0403740990014\n", - "12:55:57\tCompleted 3336 to KZ154200: 2759.9388310137397\n", - "12:55:57\tCompleted 3376 to KZ711110: 1709.725903408092\n", - "12:55:57\tCompleted 3355 to KZ551600: 2128.507501452037\n", - "12:55:58\tCompleted 3396 to KZ636400: 2392.3245331615776\n", - "12:55:58\tCompleted 3353 to KZ631000: 2307.6187250269218\n", - "12:55:58\tCompleted 3381 to KZ393400: 1890.665574830917\n", - "12:55:58\tCompleted 3394 to KZ113800: 2105.5679761332935\n", - "12:55:58\tCompleted 3398 to KZ596000: 2248.149488545578\n", - "12:55:58\tCompleted 3380 to KZ633400: 2073.4700707850566\n", - "12:55:58\tCompleted 3383 to KZ614400: 188.6142318685705\n", - "12:55:58\tCompleted 3329 to KZ395600: 2636.0254221915416\n", - "12:55:58\tCompleted 3377 to KZ274400: 3029.4866331642634\n", - "12:55:58\tCompleted 3403 to KZ396400: 2552.55161026053\n", - "12:55:58\tCompleted 3339 to KZ395800: 2927.628612884567\n", - "12:55:58\tCompleted 3313 to KZ391000: 2074.646856614195\n", - "12:55:59\tCompleted 3389 to KZ234600: 3706.6493905872085\n", - "12:55:59\tCompleted 3343 to KZ614400: 478.66636712787977\n", - "12:55:59\tCompleted 3346 to KZ235600: 2789.5316190490794\n", - "12:55:59\tCompleted 3373 to KZ192600: 1357.7892265765333\n", - "12:55:59\tCompleted 3349 to KZ554200: 2473.4922097851086\n", - "12:55:59\tCompleted 3327 to KZ156800: 1949.2166615582926\n", - "12:55:59\tCompleted 3371 to KZ274800: 3315.630201965927\n", - "12:55:59\tCompleted 3337 to KZ633600: 1814.3845784030982\n", - "12:55:59\tCompleted 3361 to KZ631000: 2424.391325737397\n", - "12:55:59\tCompleted 3325 to KZ271000: 3602.22811276176\n", - "12:55:59\tCompleted 3324 to KZ553600: 1904.5190780739265\n", - "12:55:59\tCompleted 3383 to KZ614600: 271.3776879550706\n", - "12:55:59\tCompleted 3397 to KZ434400: 1557.3133135666162\n", - "12:55:59\tCompleted 3401 to KZ154800: 2293.5165934490065\n", - "12:55:59\tCompleted 3379 to KZ154600: 2308.6732424370043\n", - "12:55:59\tCompleted 3314 to KZ434800: 2498.227834589475\n", - "12:56:00\tCompleted 3323 to KZ396200: 2457.2852815689625\n", - "12:56:00\tCompleted 3405 to KZ474600: 3017.244599431238\n", - "12:56:00\tCompleted 3331 to KZ596200: 2171.30562926577212:56:00\tCompleted 3345 to KZ111810: 1786.309095466212\n", - "\n", - "12:56:00\tCompleted 3343 to KZ614600: 268.3179945964446\n", - "12:56:00\tCompleted 3349 to KZ791110: 100.43326493611889\n", - "12:56:00\tCompleted 3395 to KZ196000: 1883.7457824247683\n", - "12:56:00\tCompleted 3348 to KZ394200: 2061.065416028552\n", - "12:56:00\tCompleted 3351 to KZ117000: 1775.9076338984569\n", - "12:56:00\tCompleted 3376 to KZ711410: 1709.8987064622017\n", - "12:56:00\tCompleted 3399 to KZ275000: 2979.7607821097317\n", - "12:56:00\tCompleted 3328 to KZ355600: 1830.489540024244\n", - "12:56:00\tCompleted 3320 to KZ111010: 3258.6062144965017\n", - "12:56:01\tCompleted 3354 to KZ396600: 2359.388462502566\n", - "12:56:01\tCompleted 3383 to KZ614800: 481.417948815778\n", - "12:56:01\tCompleted 3392 to KZ711410: 1846.2923320779319\n", - "12:56:01\tCompleted 3390 to KZ353600: 1938.8782810443097\n", - "12:56:01\tCompleted 3381 to KZ391600: 1757.7708356926914\n", - "12:56:01\tCompleted 3397 to KZ431000: 899.004731203973\n", - "12:56:01\tCompleted 3356 to KZ274200: 3631.043132328439\n", - "12:56:01\tCompleted 3373 to KZ196600: 1403.5049506317976\n", - "12:56:01\tCompleted 3388 to KZ151000: 2216.968813043359\n", - "12:56:01\tCompleted 3349 to KZ791310: 78.15171597572055\n", - "12:56:01\tCompleted 3375 to KZ391000: 2245.8077879354873\n", - "12:56:01\tCompleted 3345 to KZ116600: 533.4622636699146\n", - "12:56:01\tCompleted 3327 to KZ193200: 1443.8800200774879\n", - "12:56:01\tCompleted 3343 to KZ614800: 749.9387999675528\n", - "12:56:01\tCompleted 3347 to KZ395200: 2749.284489263665\n", - "12:56:02\tCompleted 3383 to KZ615400: 337.25126867277504\n", - "12:56:02\tCompleted 3391 to KZ475200: 3293.9802520090698\n", - "12:56:02\tCompleted 3322 to KZ396800: 2699.013977284791\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:56:02\tCompleted 3314 to KZ433600: 2313.8713627393395\n", - "12:56:02\tCompleted 3328 to KZ352100: 922.252854427525\n", - "12:56:02\tCompleted 3382 to KZ591000: 2206.976095994748\n", - "12:56:02\tCompleted 3315 to KZ276600: 3781.989589248268\n", - "12:56:02\tCompleted 3367 to KZ554600: 2164.2734969134453\n", - "12:56:02\tCompleted 3395 to KZ191000: 1575.3566295317232\n", - "12:56:02\tCompleted 3337 to KZ633800: 1746.884132475332\n", - "12:56:02\tCompleted 3397 to KZ435200: 797.3106011430426\n", - "12:56:02\tCompleted 3342 to KZ475200: 3622.97838321666\n", - "12:56:02\tCompleted 3394 to KZ114500: 2179.410471218117\n", - "12:56:02\tCompleted 3402 to KZ633600: 2669.830160225214\n", - "12:56:02\tCompleted 3373 to KZ194200: 1038.9482639040336\n", - "12:56:03\tCompleted 3349 to KZ791510: 88.26949197198904\n", - "12:56:03\tCompleted 3343 to KZ615400: 491.10256705810303\n", - "12:56:03\tCompleted 3363 to KZ395800: 2377.6507113765815\n", - "12:56:03\tCompleted 3390 to KZ351600: 1513.6684290678584\n", - "12:56:03\tCompleted 3383 to KZ615200: 318.95119443279077\n", - "12:56:03\tCompleted 3324 to KZ552200: 2029.447195742405\n", - "12:56:03\tCompleted 3355 to KZ553200: 2264.9350976792375\n", - "12:56:03\tCompleted 3351 to KZ114400: 1688.5665074881608\n", - "12:56:03\tCompleted 3398 to KZ596200: 2447.929393804091\n", - "12:56:03\tCompleted 3332 to KZ273600: 2666.0927187893185\n", - "12:56:03\tCompleted 3397 to KZ434800: 828.6368620593778\n", - "12:56:03\tCompleted 3352 to KZ234600: 3714.1076729687725\n", - "12:56:03\tCompleted 3321 to KZ233600: 3740.9092847284305\n", - "12:56:04\tCompleted 3336 to KZ156000: 2333.18806338196\n", - "12:56:04\tCompleted 3376 to KZ711210: 1679.5443207957862\n", - "12:56:04\tCompleted 3395 to KZ196200: 1340.9494567403888\n", - "12:56:04\tCompleted 3339 to KZ392400: 2653.8155389108947\n", - "12:56:04\tCompleted 3396 to KZ631000: 2607.2147210129847\n", - "12:56:04\tCompleted 3343 to KZ615200: 228.51921355982307\n", - "12:56:04\tCompleted 3380 to KZ633600: 2488.7527684254205\n", - "12:56:04\tCompleted 3349 to KZ791710: 59.76955262170046\n", - "12:56:04\tCompleted 3379 to KZ154800: 2143.680553449416512:56:04\tCompleted 3313 to KZ395400: 2122.514409647271\n", - "\n", - "12:56:04\tCompleted 3392 to KZ711210: 1815.9379464115164\n", - "12:56:04\tCompleted 3373 to KZ751210: 986.3956350388765\n", - "12:56:04\tCompleted 3383 to KZ616400: 669.8533408639535\n", - "12:56:04\tCompleted 3328 to KZ352200: 1639.046077012362\n", - "12:56:04\tCompleted 3331 to KZ596400: 1945.100608865546\n", - "12:56:04\tCompleted 3327 to KZ193400: 1648.7688970929285\n", - "12:56:04\tCompleted 3353 to KZ634600: 2575.303350327212\n", - "12:56:05\tCompleted 3403 to KZ394000: 2661.011889349857\n", - "12:56:05\tCompleted 3320 to KZ116000: 3308.3089045833894\n", - "12:56:05\tCompleted 3358 to KZ234200: 3542.85259817219\n", - "12:56:05\tCompleted 3329 to KZ395800: 2662.5723636976113\n", - "12:56:05\tCompleted 3357 to KZ113200: 1845.6586218374225\n", - "12:56:05\tCompleted 3374 to KZ636800: 2491.0595724108416\n", - "12:56:05\tCompleted 3354 to KZ394200: 1993.6409426644605\n", - "12:56:05\tCompleted 3397 to KZ433600: 1089.3070424085138\n", - "12:56:05\tCompleted 3349 to KZ611600: 209.20368126405\n", - "12:56:05\tCompleted 3337 to KZ634000: 1743.968875040869\n", - "12:56:05\tCompleted 3345 to KZ115600: 1950.381443669767\n", - "12:56:05\tCompleted 3346 to KZ233600: 2672.1482169049373\n", - "12:56:05\tCompleted 3314 to KZ434000: 3049.0750559045\n", - "12:56:06\tCompleted 3390 to KZ354000: 1800.6052277550662\n", - "12:56:06\tCompleted 3323 to KZ396600: 2465.204122360152\n", - "12:56:06\tCompleted 3381 to KZ393600: 2228.3148671872823\n", - "12:56:06\tCompleted 3373 to KZ751110: 994.1529943517572\n", - "12:56:06\tCompleted 3343 to KZ616400: 1201.111764455875\n", - "12:56:06\tCompleted 3321 to KZ633200: 1289.5019192601737\n", - "12:56:06\tCompleted 3383 to KZ615600: 964.0809584037977\n", - "12:56:06\tCompleted 3371 to KZ275800: 2785.2130259543487\n", - "12:56:06\tCompleted 3401 to KZ155200: 2720.455256350759\n", - "12:56:06\tCompleted 3377 to KZ275400: 3704.6750651212737\n", - "12:56:06\tCompleted 3395 to KZ192600: 1614.3003845604171\n", - "12:56:06\tCompleted 3327 to KZ193600: 948.703628140276\n", - "12:56:06\tCompleted 3361 to KZ634600: 2692.075951037691\n", - "12:56:06\tCompleted 3389 to KZ234800: 2840.3507664228246\n", - "12:56:06\tCompleted 3394 to KZ114000: 2115.553457650557\n", - "12:56:06\tCompleted 3314 to KZ471000: 94.67783550733249\n", - "12:56:06\tCompleted 3397 to KZ434000: 821.8684555098986\n", - "12:56:07\tCompleted 3376 to KZ711310: 1701.1367093343754\n", - "12:56:07\tCompleted 3388 to KZ153200: 2221.385396471998\n", - "12:56:07\tCompleted 3347 to KZ391000: 2944.99075377261912:56:07\tCompleted 3349 to KZ613600: 116.35255384844227\n", - "\n", - "12:56:07\tCompleted 3375 to KZ395400: 2293.6753409685634\n", - "12:56:07\tCompleted 3325 to KZ274000: 4255.88629648126\n", - "12:56:07\tCompleted 3348 to KZ394400: 2489.071767354549\n", - "12:56:07\tCompleted 3383 to KZ615800: 379.6634490753286\n", - "12:56:07\tCompleted 3343 to KZ615600: 892.140755520837\n", - "12:56:07\tCompleted 3355 to KZ553600: 1982.5420362240138\n", - "12:56:07\tCompleted 3322 to KZ394800: 2877.6685459828514\n", - "12:56:07\tCompleted 3327 to KZ194000: 929.4654273290297\n", - "12:56:08\tCompleted 3373 to KZ751310: 987.324567227011\n", - "12:56:08\tCompleted 3349 to KZ614000: 108.49818908542184\n", - "12:56:08\tCompleted 3314 to KZ473600: 840.6159982955301\n", - "12:56:08\tCompleted 3357 to KZ113400: 1675.3711289046591\n", - "12:56:08\tCompleted 3392 to KZ711310: 1837.5303349501055\n", - "12:56:08\tCompleted 3324 to KZ554600: 2153.60962241295\n", - "12:56:08\tCompleted 3351 to KZ114600: 2038.6157582131973\n", - "12:56:08\tCompleted 3382 to KZ595600: 2403.2731702578544\n", - "12:56:08\tCompleted 3390 to KZ351000: 1734.5799424052304\n", - "12:56:08\tCompleted 3328 to KZ352300: 2129.278462806306\n", - "12:56:08\tCompleted 3320 to KZ116400: 3099.6650707410463\n", - "12:56:08\tCompleted 3367 to KZ555600: 2382.7754090205517\n", - "12:56:08\tCompleted 3383 to KZ612600: 293.3579008439186\n", - "12:56:08\tCompleted 3343 to KZ615800: 169.5958116306866\n", - "12:56:08\tCompleted 3395 to KZ196600: 1660.0161086156816\n", - "12:56:09\tCompleted 3315 to KZ275000: 3647.6872463505997\n", - "12:56:09\tCompleted 3398 to KZ596400: 2430.2155158254523\n", - "12:56:09\tCompleted 3339 to KZ396200: 2462.23862488469\n", - "12:56:09\tCompleted 3405 to KZ475000: 3387.5736261810152\n", - "12:56:09\tCompleted 3363 to KZ392400: 2287.6767917493257\n", - "12:56:09\tCompleted 3314 to KZ474200: 470.359757388263112:56:09\tCompleted 3313 to KZ392000: 2129.5680640424916\n", - "\n", - "12:56:09\tCompleted 3349 to KZ613900: 385.249888226616\n", - "12:56:09\tCompleted 3321 to KZ634800: 1773.9485106704683\n", - "12:56:09\tCompleted 3402 to KZ633800: 2676.6073547115784\n", - "12:56:09\tCompleted 3391 to KZ471800: 3123.590031848344\n", - "12:56:09\tCompleted 3336 to KZ154600: 2631.3254941270748\n", - "12:56:09\tCompleted 3373 to KZ751410: 1004.7495456306516\n", - "12:56:09\tCompleted 3345 to KZ115200: 2061.8586175050305\n", - "12:56:10\tCompleted 3342 to KZ471800: 3452.5881630559343\n", - "12:56:10\tCompleted 3383 to KZ616000: 431.23016795292375\n", - "12:56:10\tCompleted 3343 to KZ612600: 424.72593825161243\n", - "12:56:10\tCompleted 3327 to KZ196400: 1362.6195340046334\n", - "12:56:10\tCompleted 3348 to KZ433200: 1622.1892659778775\n", - "12:56:10\tCompleted 3399 to KZ274800: 3515.265693493145\n", - "12:56:10\tCompleted 3390 to KZ352000: 1284.5022189872564\n", - "12:56:10\tCompleted 3395 to KZ194200: 1295.4594218879163\n", - "12:56:10\tCompleted 3353 to KZ634400: 2167.454090871151\n", - "12:56:10\tCompleted 3394 to KZ117000: 2038.1858010971646\n", - "12:56:10\tCompleted 3314 to KZ474600: 446.74851735092005\n", - "12:56:10\tCompleted 3349 to KZ612000: 189.15668116528386\n", - "12:56:10\tCompleted 3352 to KZ234800: 2847.8090488043886\n", - "12:56:10\tCompleted 3337 to KZ635400: 2188.8744276231005\n", - "12:56:11\tCompleted 3323 to KZ394200: 2099.456602522048\n", - "12:56:11\tCompleted 3401 to KZ156400: 2299.7452559899507\n", - "12:56:11\tCompleted 3332 to KZ276600: 2747.9179654883046\n", - "12:56:11\tCompleted 3380 to KZ633800: 2495.529962911778\n", - "12:56:11\tCompleted 3343 to KZ616000: 134.49116687663616\n", - "12:56:11\tCompleted 3321 to KZ633400: 1068.2518700228472\n", - "12:56:11\tCompleted 3383 to KZ613800: 220.05280694970662\n", - "12:56:11\tCompleted 3388 to KZ153400: 2110.7987389463087\n", - "12:56:11\tCompleted 3396 to KZ634600: 2874.8993463132797\n", - "12:56:11\tCompleted 3329 to KZ392400: 2572.598444070343\n", - "12:56:11\tCompleted 3379 to KZ155200: 2570.619216351172\n", - "12:56:11\tCompleted 3346 to KZ633200: 2408.0301012574505\n", - "12:56:11\tCompleted 3328 to KZ352800: 1666.168499709329\n", - "12:56:11\tCompleted 3314 to KZ475000: 186.71824428623003\n", - "12:56:11\tCompleted 3373 to KZ751710: 1045.7375773995545\n", - "12:56:11\tCompleted 3349 to KZ614400: 311.78268766641844\n", - "12:56:11\tCompleted 3403 to KZ396800: 2675.613964023877\n", - "12:56:12\tCompleted 3395 to KZ751210: 1242.9067930227602\n", - "12:56:12\tCompleted 3327 to KZ196800: 830.7779317634531\n", - "12:56:12\tCompleted 3353 to KZ313600: 556.9086105944215\n", - "12:56:12\tCompleted 3331 to KZ594600: 2150.579460393040312:56:12\tCompleted 3375 to KZ392000: 2300.7289953637855\n", - "\n", - "12:56:12\tCompleted 3348 to KZ431900: 1103.1454330826587\n", - "12:56:12\tCompleted 3381 to KZ396400: 2386.788763716192\n", - "12:56:12\tCompleted 3361 to KZ634400: 2284.2266915816263\n", - "12:56:12\tCompleted 3357 to KZ113600: 1803.842286974717\n", - "12:56:12\tCompleted 3351 to KZ114800: 1938.8605850626127\n", - "12:56:12\tCompleted 3343 to KZ613800: 510.10494220901586\n", - "12:56:12\tCompleted 3358 to KZ234600: 3658.0228966102445\n", - "12:56:12\tCompleted 3355 to KZ552200: 2107.4701538924924\n", - "12:56:12\tCompleted 3374 to KZ635800: 2541.686006126404\n", - "12:56:13\tCompleted 3382 to KZ596000: 2083.6786984635887\n", - "12:56:13\tCompleted 3314 to KZ475200: 325.1073699864895\n", - "12:56:13\tCompleted 3349 to KZ614600: 3.7142136338986687\n", - "12:56:13\tCompleted 3322 to KZ395000: 2805.643955673805\n", - "12:56:13\tCompleted 3320 to KZ116800: 3425.8964163025094\n", - "12:56:13\tCompleted 3347 to KZ395400: 2988.3546486979317\n", - "12:56:13\tCompleted 3376 to KZ555200: 2442.7610141924915\n", - "12:56:13\tCompleted 3377 to KZ273600: 2872.634324103812\n", - "12:56:13\tCompleted 3353 to KZ314000: 376.56732435606386\n", - "12:56:13\tCompleted 3327 to KZ191600: 856.5759078235417\n", - "12:56:13\tCompleted 3324 to KZ555600: 2223.583403312151\n", - "12:56:13\tCompleted 3395 to KZ751110: 1250.664152335641\n", - "12:56:13\tCompleted 3354 to KZ394400: 2421.6472939904593\n", - "12:56:13\tCompleted 3373 to KZ751810: 991.9814214765034\n", - "12:56:13\tCompleted 3367 to KZ551000: 2157.189619262012\n", - "12:56:13\tCompleted 3394 to KZ114400: 1950.8446746868685\n", - "12:56:13\tCompleted 3361 to KZ313600: 673.6812113049085\n", - "12:56:14\tCompleted 3321 to KZ633600: 1582.169632157705\n", - "12:56:14\tCompleted 3397 to KZ471000: 3286.313163487943\n", - "12:56:14\tCompleted 3328 to KZ356400: 1318.951731615924\n", - "12:56:14\tCompleted 3337 to KZ635000: 1663.6010002906535\n", - "12:56:14\tCompleted 3348 to KZ434600: 1136.810003509039\n", - "12:56:14\tCompleted 3345 to KZ115400: 2121.605336069427\n", - "12:56:14\tCompleted 3314 to KZ471800: 198.98881498094772\n", - "12:56:14\tCompleted 3342 to KZ593200: 1845.3828059221682\n", - "12:56:14\tCompleted 3389 to KZ235200: 2887.990613786192\n", - "12:56:14\tCompleted 3349 to KZ614800: 485.4195864077289\n", - "12:56:14\tCompleted 3371 to KZ276000: 3201.044051709384\n", - "12:56:14\tCompleted 3391 to KZ593200: 2251.261230509849\n", - "12:56:14\tCompleted 3339 to KZ396600: 2470.1574656758794\n", - "12:56:14\tCompleted 3390 to KZ354800: 2194.43084494173812:56:14\tCompleted 3327 to KZ195200: 794.3409309582684\n", - "\n", - "12:56:14\tCompleted 3353 to KZ314800: 838.629650825191\n", - "12:56:15\tCompleted 3313 to KZ395600: 2202.8715619501395\n", - "12:56:15\tCompleted 3361 to KZ314000: 493.33992506655085\n", - "12:56:15\tCompleted 3398 to KZ594600: 2555.4050542219566\n", - "12:56:15\tCompleted 3325 to KZ274200: 4373.231790860768\n", - "12:56:15\tCompleted 3395 to KZ751310: 1243.8357252108947\n", - "12:56:15\tCompleted 3336 to KZ154800: 2466.332805139476\n", - "12:56:15\tCompleted 3373 to KZ751910: 1013.1223378269118\n", - "12:56:15\tCompleted 3331 to KZ711110: 1398.8117539787534\n", - "12:56:15\tCompleted 3363 to KZ396200: 2243.340480162128\n", - "12:56:15\tCompleted 3349 to KZ615400: 270.94355208718673\n", - "12:56:16\tCompleted 3354 to KZ433200: 1554.7647926137834\n", - "12:56:16\tCompleted 3315 to KZ274800: 4183.192157734024\n", - "12:56:16\tCompleted 3396 to KZ634400: 2467.05008685721412:56:16\tCompleted 3353 to KZ315400: 525.868532145217\n", - "\n", - "12:56:16\tCompleted 3379 to KZ156400: 2149.9092159903475\n", - "12:56:16\tCompleted 3351 to KZ111010: 1906.1342201778498\n", - "12:56:16\tCompleted 3361 to KZ314800: 955.402251535678\n", - "12:56:16\tCompleted 3321 to KZ633800: 1514.669186229939\n", - "12:56:16\tCompleted 3401 to KZ155600: 2472.425130028852412:56:16\tCompleted 3402 to KZ634000: 2724.5749353805563\n", - "\n", - "12:56:16\tCompleted 3357 to KZ113800: 1883.460371730751\n", - "12:56:16\tCompleted 3395 to KZ751410: 1261.2607036145353\n", - "12:56:16\tCompleted 3348 to KZ434400: 1479.7594024707735\n", - "12:56:16\tCompleted 3327 to KZ195000: 1245.9710344989535\n", - "12:56:16\tCompleted 3328 to KZ352400: 1652.0940876057325\n", - "12:56:17\tCompleted 3349 to KZ615200: 50.42640687119283\n", - "12:56:17\tCompleted 3373 to KZ751510: 1001.6382757259959\n", - "12:56:17\tCompleted 3392 to KZ555200: 2579.1546398082173\n", - "12:56:17\tCompleted 3329 to KZ396200: 2491.618438278425\n", - "12:56:17\tCompleted 3388 to KZ153600: 2403.202499803778\n", - "12:56:17\tCompleted 3375 to KZ395600: 2374.032493271432\n", - "12:56:17\tCompleted 3322 to KZ395200: 2337.60847059897\n", - "12:56:17\tCompleted 3324 to KZ551000: 2087.0601877722834\n", - "12:56:17\tCompleted 3320 to KZ111810: 3465.4272173490003\n", - "12:56:17\tCompleted 3390 to KZ355200: 1762.578462980002512:56:17\tCompleted 3337 to KZ632200: 1738.6415786972302\n", - "\n", - "12:56:17\tCompleted 3352 to KZ235200: 2895.448896167756\n", - "12:56:17\tCompleted 3396 to KZ313600: 856.5046065805011\n", - "12:56:17\tCompleted 3354 to KZ431900: 1035.7209597185645\n", - "12:56:17\tCompleted 3355 to KZ554600: 2198.5852720245352\n", - "12:56:18\tCompleted 3405 to KZ475200: 3398.4165869650647\n", - "12:56:18\tCompleted 3398 to KZ711110: 1902.7677613019605\n", - "12:56:18\tCompleted 3361 to KZ315400: 642.6411328557041\n", - "12:56:18\tCompleted 3332 to KZ275000: 2613.615622590662\n", - "12:56:18\tCompleted 3399 to KZ275800: 2984.848517481567\n", - "12:56:18\tCompleted 3326 to KZ113200: 1683.5964715544278\n", - "12:56:18\tCompleted 3376 to KZ551600: 2176.1942922069643\n", - "12:56:18\tCompleted 3353 to KZ315600: 1163.9379831904016\n", - "12:56:18\tCompleted 3403 to KZ394800: 2448.1081623182686\n", - "12:56:18\tCompleted 3380 to KZ634000: 2543.497543580752\n", - "12:56:18\tCompleted 3314 to KZ593200: 3207.2673367280095\n", - "12:56:18\tCompleted 3383 to KZ273200: 3036.9662977680828\n", - "12:56:18\tCompleted 3323 to KZ394400: 2527.462953848043\n", - "12:56:18\tCompleted 3394 to KZ114600: 2300.8939254119045\n", - "12:56:18\tCompleted 3348 to KZ431000: 821.4508201081304\n", - "12:56:18\tCompleted 3382 to KZ596200: 2321.621781145508\n", - "12:56:18\tCompleted 3347 to KZ392000: 3105.2783437781554\n", - "12:56:18\tCompleted 3331 to KZ711410: 1424.924254062265\n", - "12:56:18\tCompleted 3346 to KZ634800: 2892.476692667717\n", - "12:56:18\tCompleted 3327 to KZ194400: 1063.7559610399821\n", - "12:56:18\tCompleted 3349 to KZ616400: 936.5925508960515\n", - "12:56:18\tCompleted 3395 to KZ751710: 1302.248735383438\n", - "12:56:18\tCompleted 3367 to KZ556000: 2205.3110014700255\n", - "12:56:19\tCompleted 3381 to KZ394000: 2495.249042805508\n", - "12:56:19\tCompleted 3396 to KZ314000: 676.1633203421435\n", - "12:56:19\tCompleted 3342 to KZ595800: 1949.3024159625454\n", - "12:56:19\tCompleted 3374 to KZ636200: 2402.7689228961503\n", - "12:56:19\tCompleted 3321 to KZ634000: 1511.753928795476\n", - "12:56:19\tCompleted 3358 to KZ234800: 2791.7242724458606\n", - "12:56:19\tCompleted 3353 to KZ316000: 584.0973229999399\n", - "12:56:19\tCompleted 3354 to KZ434600: 1069.3855301449448\n", - "12:56:19\tCompleted 3343 to KZ273200: 3211.60388750966\n", - "12:56:19\tCompleted 3351 to KZ116000: 1638.9569178314077\n", - "12:56:19\tCompleted 3348 to KZ435200: 719.7566900472\n", - "12:56:20\tCompleted 3349 to KZ615600: 735.6738327901978\n", - "12:56:20\tCompleted 3401 to KZ156800: 1974.4049742494706\n", - "12:56:20\tCompleted 3391 to KZ595800: 2355.1808405502165\n", - "12:56:20\tCompleted 3361 to KZ315600: 1280.7105839008884\n", - "12:56:20\tCompleted 3327 to KZ194600: 1074.2729270444859\n", - "12:56:20\tCompleted 3397 to KZ473600: 2867.3383974649996\n", - "12:56:20\tCompleted 3395 to KZ751810: 1248.492579460387\n", - "12:56:20\tCompleted 3396 to KZ314800: 1138.2256468112705\n", - "12:56:20\tCompleted 3313 to KZ395800: 2229.418503456182\n", - "12:56:20\tCompleted 3377 to KZ276600: 2954.459570802798\n", - "12:56:20\tCompleted 3353 to KZ316600: 870.7728766017581\n", - "12:56:21\tCompleted 3357 to KZ114500: 1957.3028668155725\n", - "12:56:21\tCompleted 3326 to KZ113400: 1513.3089786216644\n", - "12:56:21\tCompleted 3320 to KZ116600: 3007.7988865693856\n", - "12:56:21\tCompleted 3339 to KZ394200: 2783.0932809205738\n", - "12:56:21\tCompleted 3323 to KZ433200: 1660.5804524713749\n", - "12:56:21\tCompleted 3398 to KZ711410: 1902.940564356070112:56:21\tCompleted 3349 to KZ615800: 129.6647365726363\n", - "\n", - "12:56:21\tCompleted 3390 to KZ355600: 1925.2051484732006\n", - "12:56:21\tCompleted 3363 to KZ396600: 2251.2593209533175\n", - "12:56:21\tCompleted 3348 to KZ434800: 751.082950963535212:56:21\tCompleted 3337 to KZ635200: 1929.2060480836815\n", - "\n", - "12:56:21\tCompleted 3361 to KZ316000: 620.2679904179049\n", - "12:56:21\tCompleted 3328 to KZ356000: 2290.3748500295733\n", - "12:56:21\tCompleted 3331 to KZ711210: 1426.0860154891634\n", - "12:56:21\tCompleted 3396 to KZ315400: 825.4645281312967\n", - "12:56:21\tCompleted 3354 to KZ434400: 1412.3349291066793\n", - "12:56:21\tCompleted 3336 to KZ155200: 2893.2714680412287\n", - "12:56:22\tCompleted 3395 to KZ751910: 1269.6334958107955\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:56:22\tCompleted 3353 to KZ316200: 579.3212865347671\n", - "12:56:22\tCompleted 3379 to KZ155600: 2322.589090029265\n", - "12:56:22\tCompleted 3345 to KZ151000: 2344.1961252253973\n", - "12:56:22\tCompleted 3388 to KZ154000: 2154.7790726288044\n", - "12:56:22\tCompleted 3371 to KZ276200: 2920.4302649754795\n", - "12:56:22\tCompleted 3392 to KZ551600: 2312.58791782269\n", - "12:56:22\tCompleted 3389 to KZ235600: 2983.028379806597\n", - "12:56:22\tCompleted 3324 to KZ556000: 2135.181569980297\n", - "12:56:22\tCompleted 3349 to KZ612600: 161.87951660194648\n", - "12:56:22\tCompleted 3327 to KZ194800: 1342.3885790984891\n", - "12:56:22\tCompleted 3361 to KZ316600: 987.5454773122451\n", - "12:56:22\tCompleted 3315 to KZ275800: 3652.774981722438\n", - "12:56:22\tCompleted 3314 to KZ595800: 3579.2793533475033\n", - "12:56:22\tCompleted 3394 to KZ114800: 2125.8878547739664\n", - "12:56:22\tCompleted 3401 to KZ193200: 1927.3529891394376\n", - "12:56:23\tCompleted 3390 to KZ352100: 1279.6313887631052\n", - "12:56:23\tCompleted 3322 to KZ391000: 2533.3147351079297\n", - "12:56:23\tCompleted 3375 to KZ395800: 2400.579434777492\n", - "12:56:23\tCompleted 3348 to KZ433600: 1011.7531313126711\n", - "12:56:23\tCompleted 3323 to KZ431900: 1141.536619576156\n", - "12:56:23\tCompleted 3342 to KZ593400: 1758.6896786104053\n", - "12:56:23\tCompleted 3353 to KZ311000: 230.3623595487495\n", - "12:56:23\tCompleted 3321 to KZ635400: 1956.6594813777092\n", - "12:56:23\tCompleted 3354 to KZ431000: 754.0263467440362\n", - "12:56:23\tCompleted 3329 to KZ396600: 2499.537279069614\n", - "12:56:23\tCompleted 3382 to KZ596400: 2265.744725743459\n", - "12:56:23\tCompleted 3376 to KZ553200: 2295.1422856136637\n", - "12:56:23\tCompleted 3349 to KZ616000: 158.56131161812374\n", - "12:56:23\tCompleted 3347 to KZ395600: 2982.4316930692426\n", - "12:56:23\tCompleted 3346 to KZ633400: 2160.254637997042\n", - "12:56:23\tCompleted 3396 to KZ315600: 1463.533979176481\n", - "12:56:23\tCompleted 3326 to KZ113600: 1641.7801366917224\n", - "12:56:24\tCompleted 3361 to KZ316200: 615.491953952732\n", - "12:56:24\tCompleted 3395 to KZ751510: 1258.1494337098795\n", - "12:56:24\tCompleted 3351 to KZ116400: 1987.5348769448667\n", - "12:56:24\tCompleted 3398 to KZ711210: 1872.5861786896546\n", - "12:56:24\tCompleted 3348 to KZ434000: 775.8103817231287\n", - "12:56:24\tCompleted 3374 to KZ636400: 2160.1830750161785\n", - "12:56:24\tCompleted 3391 to KZ593400: 2164.568103198081\n", - "12:56:24\tCompleted 3355 to KZ555600: 2301.6063614622385\n", - "12:56:24\tCompleted 3353 to KZ315000: 643.0342336879711\n", - "12:56:24\tCompleted 3367 to KZ556800: 2405.998926341963\n", - "12:56:24\tCompleted 3331 to KZ711310: 1437.9433749450952\n", - "12:56:24\tCompleted 3337 to KZ632400: 1798.1616059331789\n", - "12:56:25\tCompleted 3327 to KZ195600: 1419.1691468536985\n", - "12:56:25\tCompleted 3357 to KZ114000: 1893.445853248014\n", - "12:56:25\tCompleted 3323 to KZ434600: 1175.2011900025364\n", - "12:56:25\tCompleted 3402 to KZ635400: 3169.480487962766\n", - "12:56:25\tCompleted 3349 to KZ613800: 343.22126274755453\n", - "12:56:25\tCompleted 3354 to KZ435200: 652.3322166831058\n", - "12:56:25\tCompleted 3396 to KZ316000: 903.3754477467298\n", - "12:56:25\tCompleted 3361 to KZ311000: 347.13496025923655\n", - "12:56:25\tCompleted 3320 to KZ115600: 3283.2723637067943\n", - "12:56:25\tCompleted 3383 to KZ274400: 2974.0949852547883\n", - "12:56:25\tCompleted 3332 to KZ274800: 3149.120533974052712:56:25\tCompleted 3363 to KZ394200: 1885.5118011152063\n", - "\n", - "12:56:25\tCompleted 3381 to KZ396800: 2509.851117479532\n", - "12:56:25\tCompleted 3379 to KZ156800: 1824.568934249867\n", - "12:56:25\tCompleted 3390 to KZ352200: 1712.386451896398\n", - "12:56:25\tCompleted 3399 to KZ276000: 3400.679543236602\n", - "12:56:25\tCompleted 3352 to KZ235600: 2990.486662188161\n", - "12:56:26\tCompleted 3405 to KZ471800: 3228.026366804339\n", - "12:56:26\tCompleted 3328 to KZ354400: 2082.8589718524368\n", - "12:56:26\tCompleted 3373 to KZ231000: 2924.2463273225303\n", - "12:56:26\tCompleted 3380 to KZ635400: 2988.4030961629614\n", - "12:56:26\tCompleted 3403 to KZ395000: 2782.243942412891\n", - "12:56:26\tCompleted 3313 to KZ392400: 2139.4445838289407\n", - "12:56:26\tCompleted 3353 to KZ314200: 235.83759048408425\n", - "12:56:26\tCompleted 3358 to KZ235200: 2839.364119809228\n", - "12:56:26\tCompleted 3361 to KZ315000: 759.8068343984582\n", - "12:56:26\tCompleted 3396 to KZ316600: 1170.3688725878376\n", - "12:56:26\tCompleted 3343 to KZ274400: 3148.732574996379\n", - "12:56:26\tCompleted 3354 to KZ434800: 683.658477599441\n", - "12:56:26\tCompleted 3401 to KZ193400: 2132.241866154878\n", - "12:56:26\tCompleted 3394 to KZ111010: 2168.412387376549\n", - "12:56:27\tCompleted 3327 to KZ195800: 1233.0560192208484\n", - "12:56:27\tCompleted 3398 to KZ711310: 1894.1785672282438\n", - "12:56:27\tCompleted 3390 to KZ352300: 1267.715317801055\n", - "12:56:27\tCompleted 3326 to KZ113800: 1721.3982214477564\n", - "12:56:27\tCompleted 3339 to KZ394400: 2998.955055564373\n", - "12:56:27\tCompleted 3314 to KZ593400: 3590.9550408607024\n", - "12:56:27\tCompleted 3321 to KZ635000: 1431.3860540452604\n", - "12:56:27\tCompleted 3396 to KZ316200: 898.599411281557\n", - "12:56:27\tCompleted 3361 to KZ314200: 352.61019119457126\n", - "12:56:27\tCompleted 3323 to KZ434400: 1518.1505889642708\n", - "12:56:27\tCompleted 3351 to KZ116800: 1784.9677953680823\n", - "12:56:27\tCompleted 3397 to KZ474200: 3313.9625585315216\n", - "12:56:28\tCompleted 3322 to KZ395400: 2576.6786300332424\n", - "12:56:28\tCompleted 3324 to KZ556800: 2335.869494852234312:56:28\tCompleted 3377 to KZ275000: 2820.15722790514412:56:28\tCompleted 3336 to KZ156400: 2472.5614676804385\n", - "\n", - "\n", - "12:56:28\tCompleted 3376 to KZ553600: 2030.1519525475276\n", - "12:56:28\tCompleted 3337 to KZ632800: 1796.057267324106\n", - "12:56:28\tCompleted 3375 to KZ392400: 2310.6055151502333\n", - "12:56:28\tCompleted 3388 to KZ154200: 2457.4151115981267\n", - "12:56:28\tCompleted 3379 to KZ193200: 1739.3537717164083\n", - "12:56:28\tCompleted 3354 to KZ433600: 944.328657948577\n", - "12:56:28\tCompleted 3401 to KZ193600: 1432.1765972022224\n", - "12:56:28\tCompleted 3320 to KZ115200: 2888.773169606781\n", - "12:56:28\tCompleted 3345 to KZ153200: 2348.6127086540273\n", - "12:56:28\tCompleted 3342 to KZ594200: 1938.5474276739167\n", - "12:56:28\tCompleted 3329 to KZ394200: 2170.4334534362424\n", - "12:56:28\tCompleted 3353 to KZ353200: 1470.0451438852265\n", - "12:56:28\tCompleted 3357 to KZ117000: 1816.0781966946179\n", - "12:56:29\tCompleted 3396 to KZ311000: 529.9583555348291\n", - "12:56:29\tCompleted 3392 to KZ553200: 2431.535911229387\n", - "12:56:29\tCompleted 3323 to KZ431000: 859.8420066016278\n", - "12:56:29\tCompleted 3347 to KZ395800: 3284.815768475732\n", - "12:56:29\tCompleted 3327 to KZ196000: 1419.8367746097688\n", - "12:56:29\tCompleted 3394 to KZ116000: 1901.2350850301154\n", - "12:56:29\tCompleted 3389 to KZ233600: 2865.64497766247\n", - "12:56:29\tCompleted 3371 to KZ271000: 2938.1232203896952\n", - "12:56:29\tCompleted 3355 to KZ551000: 2165.083145922366\n", - "12:56:30\tCompleted 3391 to KZ594200: 2344.4258522615887\n", - "12:56:30\tCompleted 3315 to KZ276000: 4068.606007477473\n", - "12:56:30\tCompleted 3354 to KZ434000: 708.3859083590345\n", - "12:56:30\tCompleted 3390 to KZ352800: 1686.616486390256\n", - "12:56:30\tCompleted 3346 to KZ633600: 2445.7141880164672\n", - "12:56:30\tCompleted 3382 to KZ594600: 2429.0974415633736\n", - "12:56:30\tCompleted 3328 to KZ351800: 2103.8936864954585\n", - "12:56:30\tCompleted 3401 to KZ194000: 1412.9383963909795\n", - "12:56:30\tCompleted 3361 to KZ353200: 1506.2158113031915\n", - "12:56:30\tCompleted 3396 to KZ315000: 942.6302296740508\n", - "12:56:30\tCompleted 3321 to KZ632200: 1506.4266324518371\n", - "12:56:30\tCompleted 3374 to KZ631000: 2375.073262867593\n", - "12:56:30\tCompleted 3381 to KZ394800: 2282.345315773930512:56:30\tCompleted 3403 to KZ395200: 2249.882715573793\n", - "\n", - "12:56:30\tCompleted 3323 to KZ435200: 758.1478765406973\n", - "12:56:31\tCompleted 3405 to KZ593200: 2359.93931830875\n", - "12:56:31\tCompleted 3331 to KZ555200: 2064.3917949898787\n", - "12:56:31\tCompleted 3326 to KZ114500: 1795.2407165325778\n", - "12:56:31\tCompleted 3327 to KZ191000: 1111.4476217167237\n", - "12:56:31\tCompleted 3367 to KZ554800: 2410.694414386414\n", - "12:56:31\tCompleted 3313 to KZ396200: 2095.1082722417373\n", - "12:56:31\tCompleted 3351 to KZ111810: 1806.8318883912111\n", - "12:56:31\tCompleted 3337 to KZ636800: 1726.3298937441823\n", - "12:56:31\tCompleted 3314 to KZ594200: 3404.276743331024\n", - "12:56:31\tCompleted 3320 to KZ115400: 2871.6324061308974\n", - "12:56:31\tCompleted 3363 to KZ394400: 2313.518152441209\n", - "12:56:31\tCompleted 3396 to KZ314200: 535.4335864701638\n", - "12:56:31\tCompleted 3353 to KZ353600: 1636.7169141284564\n", - "12:56:32\tCompleted 3402 to KZ635000: 2644.2070606303455\n", - "12:56:32\tCompleted 3349 to KZ273200: 2948.75746586002312:56:32\tCompleted 3357 to KZ114400: 1728.7370702843218\n", - "\n", - "12:56:32\tCompleted 3348 to KZ471000: 3208.7592523921\n", - "12:56:32\tCompleted 3388 to KZ156000: 2030.6643439663453\n", - "12:56:32\tCompleted 3352 to KZ233600: 2873.1032600440344\n", - "12:56:32\tCompleted 3339 to KZ433200: 2344.2171308699017\n", - "12:56:32\tCompleted 3379 to KZ193400: 1944.242648731849\n", - "12:56:32\tCompleted 3380 to KZ635000: 2463.129668830541\n", - "12:56:32\tCompleted 3323 to KZ434800: 789.4741374570325\n", - "12:56:32\tCompleted 3390 to KZ356400: 1676.330265951504\n", - "12:56:32\tCompleted 3332 to KZ275800: 2618.7033579624745\n", - "12:56:32\tCompleted 3327 to KZ196200: 877.0404489253891\n", - "12:56:32\tCompleted 3351 to KZ116600: 437.50011398635576\n", - "12:56:32\tCompleted 3401 to KZ196400: 1846.092503066583\n", - "12:56:32\tCompleted 3399 to KZ276200: 3120.0657565026977\n", - "12:56:32\tCompleted 3376 to KZ552200: 2137.677341826923\n", - "12:56:33\tCompleted 3395 to KZ231000: 3087.0767323221035\n", - "12:56:33\tCompleted 3383 to KZ275400: 3649.2834172117987\n", - "12:56:33\tCompleted 3322 to KZ392000: 2693.602325113466\n", - "12:56:33\tCompleted 3361 to KZ353600: 1753.4895148389435\n", - "12:56:33\tCompleted 3398 to KZ555200: 2635.802872086355\n", - "12:56:33\tCompleted 3358 to KZ235600: 2934.401885829633\n", - "12:56:33\tCompleted 3382 to KZ711110: 1738.2969712199567\n", - "12:56:33\tCompleted 3320 to KZ151000: 1630.301993023906\n", - "12:56:33\tCompleted 3375 to KZ396200: 2266.269203563037\n", - "12:56:33\tCompleted 3353 to KZ351600: 1211.5070621520051\n", - "12:56:34\tCompleted 3363 to KZ433200: 1446.6356510645257\n", - "12:56:34\tCompleted 3324 to KZ554800: 2340.5649828966853\n", - "12:56:34\tCompleted 3342 to KZ596600: 2039.43294525068212:56:34\tCompleted 3373 to KZ234000: 3132.8568046902183\n", - "\n", - "12:56:34\tCompleted 3379 to KZ193600: 1244.1773797791939\n", - "12:56:34\tCompleted 3323 to KZ433600: 1050.1443178061686\n", - "12:56:34\tCompleted 3321 to KZ635200: 1696.9911018382884\n", - "12:56:34\tCompleted 3396 to KZ353200: 1789.3232686320068\n", - "12:56:34\tCompleted 3347 to KZ392400: 3011.002694502054\n", - "12:56:34\tCompleted 3345 to KZ153400: 2238.0260511283427\n", - "12:56:34\tCompleted 3392 to KZ553600: 2166.5455781632577\n", - "12:56:34\tCompleted 3401 to KZ196800: 1314.2509008254026\n", - "12:56:34\tCompleted 3391 to KZ596600: 2230.5828887749103\n", - "12:56:34\tCompleted 3326 to KZ114000: 1731.3837029650192\n", - "12:56:34\tCompleted 3327 to KZ192600: 1150.3913767454176\n", - "12:56:34\tCompleted 3336 to KZ155600: 2645.241341719322\n", - "12:56:34\tCompleted 3343 to KZ275400: 3823.921006953389\n", - "12:56:35\tCompleted 3337 to KZ635800: 1776.956327459725\n", - "12:56:35\tCompleted 3394 to KZ116400: 2249.8130441435605\n", - "12:56:35\tCompleted 3314 to KZ596600: 3079.354576029179\n", - "12:56:35\tCompleted 3329 to KZ394400: 2598.4398047622367\n", - "12:56:35\tCompleted 3328 to KZ393200: 2801.966804752535\n", - "12:56:35\tCompleted 3320 to KZ153200: 1567.2159973920493\n", - "12:56:35\tCompleted 3363 to KZ431900: 927.5918181693069\n", - "12:56:35\tCompleted 3390 to KZ352400: 1770.8819806056588\n", - "12:56:35\tCompleted 3377 to KZ274800: 3355.6621392885463\n", - "12:56:35\tCompleted 3331 to KZ551600: 1804.4317868345738\n", - "12:56:35\tCompleted 3323 to KZ434000: 814.201568216626\n", - "12:56:35\tCompleted 3361 to KZ351600: 1328.2796628624922\n", - "12:56:36\tCompleted 3379 to KZ194000: 1224.9391789679503\n", - "12:56:36\tCompleted 3355 to KZ556000: 2213.2045281303795\n", - "12:56:36\tCompleted 3397 to KZ474600: 2991.1379977134397\n", - "12:56:36\tCompleted 3401 to KZ191600: 1340.0488768854914\n", - "12:56:36\tCompleted 3339 to KZ431900: 1825.1732979746873\n", - "12:56:36\tCompleted 3382 to KZ711410: 1738.4697742740664\n", - "12:56:36\tCompleted 3389 to KZ633200: 2528.941598447957\n", - "12:56:36\tCompleted 3405 to KZ595800: 2463.858928349116\n", - "12:56:36\tCompleted 3327 to KZ196600: 1196.1071008006818\n", - "12:56:36\tCompleted 3403 to KZ391000: 2504.280912230111412:56:36\tCompleted 3353 to KZ354000: 1566.2044944726117\n", - "\n", - "12:56:36\tCompleted 3313 to KZ396600: 2103.0271130329324\n", - "12:56:36\tCompleted 3351 to KZ115600: 1970.904236594766\n", - "12:56:36\tCompleted 3346 to KZ633800: 2582.3145301237637\n", - "12:56:36\tCompleted 3357 to KZ114600: 2078.7863210093583\n", - "12:56:37\tCompleted 3363 to KZ434600: 961.2563885956872\n", - "12:56:37\tCompleted 3367 to KZ556400: 2348.4282880778596\n", - "12:56:37\tCompleted 3315 to KZ276200: 3787.992220743569\n", - "12:56:37\tCompleted 3321 to KZ632400: 1565.9466596877858\n", - "12:56:37\tCompleted 3396 to KZ353600: 1936.312910114536\n", - "12:56:37\tCompleted 3354 to KZ471000: 3141.334779028006\n", - "12:56:37\tCompleted 3381 to KZ395000: 2616.481095868546\n", - "12:56:37\tCompleted 3326 to KZ117000: 1654.0160464116232\n", - "12:56:37\tCompleted 3352 to KZ633200: 2150.4515948061494\n", - "12:56:37\tCompleted 3388 to KZ154600: 2328.801774711462\n", - "12:56:37\tCompleted 3401 to KZ195200: 1277.813900020218\n", - "12:56:37\tCompleted 3374 to KZ634600: 2642.7578881678855\n", - "12:56:37\tCompleted 3376 to KZ554600: 2219.853814328721\n", - "12:56:37\tCompleted 3390 to KZ356000: 1428.811705024329\n", - "12:56:37\tCompleted 3337 to KZ636200: 1638.0392442294806\n", - "12:56:38\tCompleted 3320 to KZ153400: 2260.65665558974\n", - "12:56:38\tCompleted 3327 to KZ194200: 831.5504140729179\n", - "12:56:38\tCompleted 3394 to KZ116800: 2047.24596256679\n", - "12:56:38\tCompleted 3342 to KZ595000: 1873.872963938383\n", - "12:56:38\tCompleted 3361 to KZ354000: 1602.3751618905767\n", - "12:56:38\tCompleted 3329 to KZ433200: 1731.5573033855715\n", - "12:56:38\tCompleted 3375 to KZ396600: 2274.1880443542263\n", - "12:56:38\tCompleted 3371 to KZ274000: 3591.781404109213\n", - "12:56:38\tCompleted 3379 to KZ196400: 1658.0932856435538\n", - "12:56:38\tCompleted 3322 to KZ395600: 2570.7556744045532\n", - "12:56:38\tCompleted 3398 to KZ551600: 2369.2361501008277\n", - "12:56:39\tCompleted 3348 to KZ473600: 2789.7844863691566\n", - "12:56:39\tCompleted 3396 to KZ351600: 1511.1030581380846\n", - "12:56:39\tCompleted 3382 to KZ711210: 1708.1153886076509\n", - "12:56:39\tCompleted 3347 to KZ396200: 2819.4257804758495\n", - "12:56:39\tCompleted 3363 to KZ434400: 1304.2057875574217\n", - "12:56:39\tCompleted 3380 to KZ632200: 2346.205500829527\n", - "12:56:39\tCompleted 3349 to KZ274400: 2885.886153346723\n", - "12:56:39\tCompleted 3314 to KZ595000: 3443.577109706065\n", - "12:56:39\tCompleted 3324 to KZ556400: 2278.298856588131\n", - "12:56:39\tCompleted 3402 to KZ632200: 2527.2828926293273\n", - "12:56:39\tCompleted 3320 to KZ153600: 1232.0433074154314\n", - "12:56:39\tCompleted 3336 to KZ156800: 2147.221185939957\n", - "12:56:39\tCompleted 3383 to KZ273600: 2817.242676194337\n", - "12:56:39\tCompleted 3353 to KZ351000: 1500.179209122776\n", - "12:56:39\tCompleted 3391 to KZ595000: 2279.7513885260523\n", - "12:56:39\tCompleted 3332 to KZ276000: 3034.5343837175096\n", - "12:56:39\tCompleted 3401 to KZ195000: 1729.4440035609032\n", - "12:56:39\tCompleted 3339 to KZ434600: 1858.8378684010677\n", - "12:56:39\tCompleted 3327 to KZ751210: 778.9977852077608\n", - "12:56:40\tCompleted 3390 to KZ354400: 1528.6475911792293\n", - "12:56:40\tCompleted 3313 to KZ394200: 1737.279593194813\n", - "12:56:40\tCompleted 3337 to KZ636400: 1395.4533963494769\n", - "12:56:40\tCompleted 3399 to KZ271000: 3137.7587119169134\n", - "12:56:40\tCompleted 3392 to KZ552200: 2274.0709674426507\n", - "12:56:40\tCompleted 3331 to KZ553200: 1940.8593830617808\n", - "12:56:40\tCompleted 3379 to KZ196800: 1126.2516834023734\n", - "12:56:40\tCompleted 3326 to KZ114400: 1566.6749200013273\n", - "12:56:40\tCompleted 3328 to KZ393400: 2624.2272358526775\n", - "12:56:40\tCompleted 3363 to KZ431000: 645.8972051947785\n", - "12:56:40\tCompleted 3395 to KZ234000: 3295.6872096897914\n", - "12:56:40\tCompleted 3345 to KZ153600: 2530.4298119858204\n", - "12:56:40\tCompleted 3358 to KZ233600: 2817.0184836855\n", - "12:56:40\tCompleted 3329 to KZ431900: 1212.5134704903526\n", - "12:56:40\tCompleted 3351 to KZ115200: 1955.5898369864692\n", - "12:56:41\tCompleted 3361 to KZ351000: 1536.349876540741\n", - "12:56:41\tCompleted 3405 to KZ593400: 2273.24619099698\n", - "12:56:41\tCompleted 3321 to KZ632800: 1563.842321078713\n", - "12:56:41\tCompleted 3357 to KZ114800: 1979.0311478587737\n", - "12:56:41\tCompleted 3320 to KZ154000: 1740.3824150116166\n", - "12:56:41\tCompleted 3353 to KZ352000: 1050.101485704802\n", - "12:56:41\tCompleted 3327 to KZ751110: 786.7551445206415\n", - "12:56:41\tCompleted 3373 to KZ234200: 3583.802511211154\n", - "12:56:41\tCompleted 3390 to KZ351800: 1242.9163279278316\n", - "12:56:41\tCompleted 3401 to KZ194400: 1547.228930101929\n", - "12:56:41\tCompleted 3363 to KZ435200: 544.2030751338482\n", - "12:56:41\tCompleted 3343 to KZ273600: 2991.8802659359276\n", - "12:56:41\tCompleted 3336 to KZ193200: 1240.5350847936602\n", - "12:56:42\tCompleted 3382 to KZ711310: 1729.70777714624\n", - "12:56:42\tCompleted 3381 to KZ395200: 2084.119869029443\n", - "12:56:42\tCompleted 3394 to KZ111810: 2069.110055589917\n", - "12:56:42\tCompleted 3379 to KZ191600: 1152.0496594624622\n", - "12:56:42\tCompleted 3396 to KZ354000: 1885.482619219392\n", - "12:56:42\tCompleted 3375 to KZ394200: 1908.4405245161163\n", - "12:56:42\tCompleted 3388 to KZ154800: 2163.809085723875\n", - "12:56:42\tCompleted 3377 to KZ275800: 2825.244963276968\n", - "12:56:42\tCompleted 3403 to KZ395400: 2552.1484652631875\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:56:42\tCompleted 3355 to KZ556800: 2413.892453002317\n", - "12:56:42\tCompleted 3337 to KZ631000: 1610.3435842009244\n", - "12:56:42\tCompleted 3361 to KZ352000: 1086.272153122767\n", - "12:56:43\tCompleted 3342 to KZ593600: 1988.4215682226768\n", - "12:56:43\tCompleted 3374 to KZ634400: 2234.908628711822\n", - "12:56:43\tCompleted 3363 to KZ434800: 575.5293360501832\n", - "12:56:43\tCompleted 3327 to KZ751310: 779.9267173958953\n", - "12:56:43\tCompleted 3323 to KZ471000: 3247.1504388855974\n", - "12:56:43\tCompleted 3394 to KZ116600: 699.7782811850722\n", - "12:56:43\tCompleted 3329 to KZ434600: 1246.178040916733\n", - "12:56:43\tCompleted 3397 to KZ475000: 3361.467024463217\n", - "12:56:43\tCompleted 3346 to KZ634000: 2630.282110792735\n", - "12:56:43\tCompleted 3320 to KZ154200: 1663.2269722415563\n", - "12:56:43\tCompleted 3315 to KZ271000: 3805.6851761577846\n", - "12:56:43\tCompleted 3321 to KZ636800: 1494.1149474987892\n", - "12:56:43\tCompleted 3367 to KZ554200: 2544.2593238601607\n", - "12:56:43\tCompleted 3331 to KZ553600: 1658.4663216065487\n", - "12:56:43\tCompleted 3401 to KZ194600: 1557.7458961064356\n", - "12:56:44\tCompleted 3389 to KZ634800: 3013.3881898582235\n", - "12:56:44\tCompleted 3376 to KZ555600: 2475.9150193273413\n", - "12:56:44\tCompleted 3398 to KZ553200: 2488.184143507524412:56:44\tCompleted 3379 to KZ195200: 1089.8146825971887\n", - "\n", - "12:56:44\tCompleted 3314 to KZ593600: 3713.797073028326\n", - "12:56:44\tCompleted 3347 to KZ396600: 2827.3446212670387\n", - "12:56:44\tCompleted 3339 to KZ434400: 2201.787267362803\n", - "12:56:44\tCompleted 3352 to KZ634800: 2634.8981862164133\n", - "12:56:44\tCompleted 3354 to KZ473600: 2722.3600130050627\n", - "12:56:44\tCompleted 3374 to KZ313600: 624.3631484350997\n", - "12:56:44\tCompleted 3336 to KZ193400: 1445.4239618091008\n", - "12:56:44\tCompleted 3326 to KZ114600: 1916.7241707263636\n", - "12:56:44\tCompleted 3363 to KZ433600: 836.1995163993192\n", - "12:56:44\tCompleted 3396 to KZ351000: 1819.4573338695564\n", - "12:56:44\tCompleted 3322 to KZ395800: 2873.1397498110373\n", - "12:56:44\tCompleted 3367 to KZ791110: 106.98269849302372\n", - "12:56:45\tCompleted 3351 to KZ115400: 1932.9691743883754\n", - "12:56:45\tCompleted 3327 to KZ751410: 797.3516957995358\n", - "12:56:45\tCompleted 3357 to KZ111010: 1946.3047829740108\n", - "12:56:45\tCompleted 3328 to KZ391600: 2480.097732868168\n", - "12:56:45\tCompleted 3313 to KZ394400: 2165.285944520813\n", - "12:56:45\tCompleted 3374 to KZ314000: 444.02186219674195\n", - "12:56:45\tCompleted 3324 to KZ554200: 2530.059380458913412:56:45\tCompleted 3320 to KZ156000: 1809.5179567800315\n", - "\n", - "12:56:45\tCompleted 3367 to KZ791310: 60.069674416154676\n", - "12:56:45\tCompleted 3353 to KZ354800: 1892.2694780258848\n", - "12:56:46\tCompleted 3358 to KZ633200: 2206.5363711646783\n", - "12:56:46\tCompleted 3401 to KZ194800: 1825.8615481604388\n", - "12:56:46\tCompleted 3336 to KZ193600: 745.3586928564484\n", - "12:56:46\tCompleted 3345 to KZ154000: 2282.0063848108425\n", - "12:56:46\tCompleted 3348 to KZ474200: 3236.4086474356786\n", - "12:56:46\tCompleted 3363 to KZ434000: 600.2567668097768\n", - "12:56:46\tCompleted 3332 to KZ276200: 2753.9205969836053\n", - "12:56:46\tCompleted 3405 to KZ594200: 2453.103940060488\n", - "12:56:46\tCompleted 3391 to KZ593600: 2394.2999928103554\n", - "12:56:46\tCompleted 3383 to KZ276600: 2899.067922893323\n", - "12:56:46\tCompleted 3396 to KZ352000: 1369.3796104515823\n", - "12:56:46\tCompleted 3337 to KZ634600: 1878.0282095012217\n", - "12:56:46\tCompleted 3371 to KZ274200: 3709.126898488668\n", - "12:56:46\tCompleted 3321 to KZ635800: 1544.7413812143318\n", - "12:56:46\tCompleted 3392 to KZ554600: 2356.247439944442\n", - "12:56:46\tCompleted 3380 to KZ635200: 2728.734716623555\n", - "12:56:47\tCompleted 3327 to KZ751710: 838.3397275684387\n", - "12:56:47\tCompleted 3367 to KZ791510: 34.043085148479946\n", - "12:56:47\tCompleted 3329 to KZ434400: 1589.1274398784674\n", - "12:56:47\tCompleted 3379 to KZ195000: 1541.444786137874\n", - "12:56:47\tCompleted 3339 to KZ431000: 1543.478685000159\n", - "12:56:47\tCompleted 3324 to KZ791110: 343.6999965641487\n", - "12:56:47\tCompleted 3374 to KZ314800: 906.0841886658691\n", - "12:56:47\tCompleted 3382 to KZ555200: 2471.332082004355\n", - "12:56:47\tCompleted 3390 to KZ393200: 2357.0937736710976\n", - "12:56:47\tCompleted 3375 to KZ394400: 2336.4468758421176\n", - "12:56:47\tCompleted 3399 to KZ274000: 3791.4168956364165\n", - "12:56:47\tCompleted 3320 to KZ154600: 1722.4030788461655\n", - "12:56:47\tCompleted 3313 to KZ433200: 1298.403443144126\n", - "12:56:47\tCompleted 3342 to KZ595200: 1985.8717012799127\n", - "12:56:47\tCompleted 3349 to KZ275400: 3561.0745853037333\n", - "12:56:47\tCompleted 3381 to KZ391000: 2338.5180656857665\n", - "12:56:47\tCompleted 3336 to KZ194000: 726.1204920452022\n", - "12:56:48\tCompleted 3331 to KZ552200: 1783.394439275027\n", - "12:56:48\tCompleted 3357 to KZ116000: 1679.1274806275687\n", - "12:56:48\tCompleted 3395 to KZ234200: 3746.632916210727\n", - "12:56:48\tCompleted 3367 to KZ791710: 43.4634560149743\n", - "12:56:48\tCompleted 3394 to KZ115600: 2233.1824037934634\n", - "12:56:48\tCompleted 3326 to KZ114800: 1853.905454935254\n", - "12:56:48\tCompleted 3388 to KZ155200: 2590.747748625628\n", - "12:56:48\tCompleted 3361 to KZ354800: 2009.0420787363719\n", - "12:56:48\tCompleted 3352 to KZ633400: 1902.6761315457163\n", - "12:56:48\tCompleted 3324 to KZ791310: 301.0357963113085\n", - "12:56:48\tCompleted 3403 to KZ392000: 2559.202119658405\n", - "12:56:48\tCompleted 3402 to KZ635200: 2909.8121084233594\n", - "12:56:48\tCompleted 3327 to KZ751810: 784.5835716453877\n", - "12:56:48\tCompleted 3398 to KZ553600: 2223.1938104413935\n", - "12:56:48\tCompleted 3376 to KZ551000: 2212.76993667729312:56:48\tCompleted 3374 to KZ315400: 593.3230699858951\n", - "\n", - "12:56:48\tCompleted 3343 to KZ276600: 3073.7055126349137\n", - "12:56:48\tCompleted 3353 to KZ355200: 1528.177729697548\n", - "12:56:48\tCompleted 3314 to KZ595200: 3391.48365037795\n", - "12:56:48\tCompleted 3337 to KZ634400: 1470.1789500451391\n", - "12:56:49\tCompleted 3401 to KZ195600: 1902.6421159156484\n", - "12:56:49\tCompleted 3329 to KZ431000: 930.8188575158242\n", - "12:56:49\tCompleted 3313 to KZ431900: 779.3596102489072\n", - "12:56:49\tCompleted 3379 to KZ194400: 1359.2297126789\n", - "12:56:49\tCompleted 3389 to KZ633400: 2281.1661351875373\n", - "12:56:49\tCompleted 3373 to KZ234600: 3698.9728096492086\n", - "12:56:49\tCompleted 3321 to KZ636200: 1405.8242979840875\n", - "12:56:49\tCompleted 3367 to KZ611600: 307.5009469436138\n", - "12:56:49\tCompleted 3339 to KZ435200: 1441.7845549392284\n", - "12:56:49\tCompleted 3355 to KZ554800: 2418.587941046768\n", - "12:56:49\tCompleted 3324 to KZ791510: 278.1552967396554\n", - "12:56:49\tCompleted 3320 to KZ154800: 1742.202707125581\n", - "12:56:49\tCompleted 3377 to KZ276000: 3241.0759890320032\n", - "12:56:50\tCompleted 3375 to KZ433200: 1469.5643744654365\n", - "12:56:50\tCompleted 3327 to KZ751910: 805.724487995796\n", - "12:56:50\tCompleted 3336 to KZ196400: 1159.274598720807\n", - "12:56:50\tCompleted 3347 to KZ394200: 3199.197436059639\n", - "12:56:50\tCompleted 3351 to KZ151000: 2155.559963544353\n", - "12:56:50\tCompleted 3372 to KZ113200: 1798.7797326989555\n", - "12:56:50\tCompleted 3337 to KZ313600: 866.982672973009\n", - "12:56:50\tCompleted 3367 to KZ613600: 187.11966792349756\n", - "12:56:50\tCompleted 3313 to KZ434600: 813.0241806752875\n", - "12:56:50\tCompleted 3328 to KZ393600: 2782.53102785753\n", - "12:56:50\tCompleted 3396 to KZ354800: 2191.865474011964\n", - "12:56:50\tCompleted 3323 to KZ473600: 2828.175672862654\n", - "12:56:50\tCompleted 3374 to KZ315600: 1231.3925210310797\n", - "12:56:50\tCompleted 3329 to KZ435200: 829.1247274548938\n", - "12:56:51\tCompleted 3324 to KZ791710: 276.3791164226228\n", - "12:56:51\tCompleted 3390 to KZ393400: 1873.5028155081552\n", - "12:56:51\tCompleted 3401 to KZ195800: 1716.5289882827983\n", - "12:56:51\tCompleted 3361 to KZ355200: 1564.348397115513\n", - "12:56:51\tCompleted 3397 to KZ475200: 3372.3099852472665\n", - "12:56:51\tCompleted 3322 to KZ392400: 2599.3266758373647\n", - "12:56:51\tCompleted 3346 to KZ635400: 3075.1876633749443\n", - "12:56:51\tCompleted 3320 to KZ155200: 1486.0601287396582\n", - "12:56:51\tCompleted 3379 to KZ194600: 1369.7466786834063\n", - "12:56:51\tCompleted 3405 to KZ596600: 2335.019223730897\n", - "12:56:51\tCompleted 3367 to KZ614000: 92.0028572229012712:56:51\tCompleted 3375 to KZ431900: 950.5205415702177\n", - "\n", - "12:56:51\tCompleted 3321 to KZ636400: 1163.238450104077\n", - "12:56:51\tCompleted 3315 to KZ274000: 4459.3433598772845\n", - "12:56:51\tCompleted 3336 to KZ196800: 627.4329964796258\n", - "12:56:51\tCompleted 3327 to KZ751510: 794.2404258948801\n", - "12:56:51\tCompleted 3337 to KZ314000: 725.3393088246196\n", - "12:56:51\tCompleted 3326 to KZ111010: 1784.242632691016\n", - "12:56:52\tCompleted 3382 to KZ551600: 2204.765360018828\n", - "12:56:52\tCompleted 3374 to KZ316000: 668.0624167260748\n", - "12:56:52\tCompleted 3342 to KZ591000: 1876.0874300324506\n", - "12:56:52\tCompleted 3339 to KZ434800: 1473.110815855564\n", - "12:56:52\tCompleted 3353 to KZ355600: 1690.804415190746\n", - "12:56:52\tCompleted 3357 to KZ116400: 2027.7054397410277\n", - "12:56:52\tCompleted 3313 to KZ434400: 1155.9735796370232\n", - "12:56:52\tCompleted 3394 to KZ115200: 2142.617106697816\n", - "12:56:52\tCompleted 3324 to KZ611600: 492.3341304481337\n", - "12:56:52\tCompleted 3367 to KZ613900: 369.9261292393491\n", - "12:56:52\tCompleted 3391 to KZ595200: 2391.7501258675766\n", - "12:56:52\tCompleted 3383 to KZ275000: 2764.7655799956733\n", - "12:56:52\tCompleted 3329 to KZ434800: 860.450988371229\n", - "12:56:53\tCompleted 3331 to KZ554600: 1920.9831714528907\n", - "12:56:53\tCompleted 3354 to KZ474200: 3168.9841740715847\n", - "12:56:53\tCompleted 3337 to KZ314800: 236.3271389706714\n", - "12:56:53\tCompleted 3332 to KZ271000: 2771.613552397821\n", - "12:56:53\tCompleted 3375 to KZ434600: 984.185111996598\n", - "12:56:53\tCompleted 3345 to KZ154200: 2584.642423780165\n", - "12:56:53\tCompleted 3358 to KZ634800: 2690.9829625749408\n", - "12:56:53\tCompleted 3314 to KZ591000: 3444.809342753099\n", - "12:56:53\tCompleted 3372 to KZ113400: 1628.4922397661921\n", - "12:56:53\tCompleted 3396 to KZ355200: 1847.4558544443285\n", - "12:56:53\tCompleted 3374 to KZ316600: 938.2274144424362\n", - "12:56:53\tCompleted 3336 to KZ191600: 653.2309725397142\n", - "12:56:53\tCompleted 3398 to KZ552200: 2330.7191997207883\n", - "12:56:53\tCompleted 3381 to KZ395400: 2386.3856187188426\n", - "12:56:53\tCompleted 3324 to KZ613600: 284.6934883364607\n", - "12:56:53\tCompleted 3320 to KZ156400: 1984.845307291493\n", - "12:56:53\tCompleted 3313 to KZ431000: 497.66499727437906\n", - "12:56:53\tCompleted 3353 to KZ352100: 977.4700218472519\n", - "12:56:53\tCompleted 3367 to KZ612000: 291.49913065273256\n", - "12:56:54\tCompleted 3348 to KZ474600: 2913.5840866175968\n", - "12:56:54\tCompleted 3376 to KZ556000: 2260.8913188853066\n", - "12:56:54\tCompleted 3321 to KZ631000: 1378.1286379555313\n", - "12:56:54\tCompleted 3379 to KZ194800: 1637.8623307374096\n", - "12:56:54\tCompleted 3337 to KZ315400: 388.0056531977912\n", - "12:56:54\tCompleted 3380 to KZ632400: 2597.6902744730564\n", - "12:56:54\tCompleted 3390 to KZ391600: 1740.6080763699297\n", - "12:56:54\tCompleted 3388 to KZ156400: 2170.0377482648073\n", - "12:56:54\tCompleted 3361 to KZ355600: 1726.975082608711\n", - "12:56:54\tCompleted 3401 to KZ196000: 1903.3097436717185\n", - "12:56:54\tCompleted 3326 to KZ116000: 1517.0653303445742\n", - "12:56:55\tCompleted 3329 to KZ433600: 1121.121168720365\n", - "12:56:55\tCompleted 3374 to KZ316200: 663.286380260902\n", - "12:56:55\tCompleted 3403 to KZ395600: 2632.505617566056\n", - "12:56:55\tCompleted 3367 to KZ614400: 296.458928679151612:56:55\tCompleted 3343 to KZ275000: 2939.4031697372507\n", - "12:56:55\tCompleted 3324 to KZ614000: 333.727052545503\n", - "\n", - "12:56:55\tCompleted 3313 to KZ435200: 395.9708672134485\n", - "12:56:55\tCompleted 3375 to KZ434400: 1327.1345109583324\n", - "12:56:55\tCompleted 3336 to KZ195200: 590.9959956744409\n", - "12:56:55\tCompleted 3349 to KZ273600: 2729.0338442862717\n", - "12:56:55\tCompleted 3352 to KZ633600: 2317.958829186079\n", - "12:56:55\tCompleted 3392 to KZ555600: 2610.551285630187\n", - "12:56:55\tCompleted 3395 to KZ234600: 3861.8032146487817\n", - "12:56:55\tCompleted 3320 to KZ155600: 1388.1720510327714\n", - "12:56:55\tCompleted 3399 to KZ274200: 3908.762390015886\n", - "12:56:55\tCompleted 3357 to KZ116800: 1825.1383581642433\n", - "12:56:55\tCompleted 3337 to KZ315600: 874.3227955639776\n", - "12:56:56\tCompleted 3339 to KZ433600: 1733.7809962046997\n", - "12:56:56\tCompleted 3373 to KZ234800: 2832.6741854848246\n", - "12:56:56\tCompleted 3361 to KZ352100: 1094.242622557739\n", - "12:56:56\tCompleted 3363 to KZ471000: 3033.205637478748\n", - "12:56:56\tCompleted 3374 to KZ311000: 297.81689738942765\n", - "12:56:56\tCompleted 3347 to KZ394400: 3356.1422111555326\n", - "12:56:56\tCompleted 3351 to KZ153200: 2159.976546972997\n", - "12:56:56\tCompleted 3367 to KZ614600: 105.19280671247179\n", - "12:56:56\tCompleted 3328 to KZ396400: 3003.942674530885\n", - "12:56:56\tCompleted 3322 to KZ396200: 2407.74976181116\n", - "12:56:56\tCompleted 3313 to KZ434800: 427.2971281297838\n", - "12:56:56\tCompleted 3355 to KZ556400: 2356.3218147382136\n", - "12:56:56\tCompleted 3389 to KZ633600: 2682.1172548167483\n", - "12:56:56\tCompleted 3324 to KZ613900: 611.6503245619512\n", - "12:56:56\tCompleted 3353 to KZ352200: 1477.9857186139436\n", - "12:56:56\tCompleted 3329 to KZ434000: 885.1784191308225\n", - "12:56:56\tCompleted 3394 to KZ115400: 2119.996444099732\n", - "12:56:56\tCompleted 3375 to KZ431000: 668.8259285956893\n", - "12:56:57\tCompleted 3377 to KZ276200: 2960.462202298099\n", - "12:56:57\tCompleted 3396 to KZ355600: 2010.0825399375265\n", - "12:56:57\tCompleted 3372 to KZ113600: 1756.96339783625\n", - "12:56:57\tCompleted 3405 to KZ595000: 2388.429476324952\n", - "12:56:57\tCompleted 3382 to KZ553200: 2323.7133534255245\n", - "12:56:57\tCompleted 3401 to KZ191000: 1594.9205907786734\n", - "12:56:57\tCompleted 3331 to KZ555600: 1977.5306468447725\n", - "12:56:57\tCompleted 3321 to KZ634600: 1645.8132632558286\n", - "12:56:57\tCompleted 3379 to KZ195600: 1714.6428984926192\n", - "12:56:57\tCompleted 3358 to KZ633400: 1958.760907904251\n", - "12:56:57\tCompleted 3367 to KZ614800: 583.7168520872931\n", - "12:56:57\tCompleted 3314 to KZ595600: 3293.113191557001\n", - "12:56:57\tCompleted 3342 to KZ595600: 2109.9750165543733\n", - "12:56:57\tCompleted 3337 to KZ316000: 986.572290980562\n", - "12:56:57\tCompleted 3374 to KZ315000: 710.4887715286493\n", - "12:56:57\tCompleted 3313 to KZ433600: 687.9673084789196\n", - "12:56:57\tCompleted 3324 to KZ612000: 396.5656348501664\n", - "12:56:57\tCompleted 3336 to KZ195000: 1042.626099215126\n", - "12:56:58\tCompleted 3320 to KZ156800: 2087.065607710873\n", - "12:56:58\tCompleted 3391 to KZ591000: 2281.965854620119\n", - "12:56:58\tCompleted 3346 to KZ635000: 2549.914236042524\n", - "12:56:58\tCompleted 3375 to KZ435200: 567.1317985347589\n", - "12:56:58\tCompleted 3326 to KZ116400: 1865.6432894580332\n", - "12:56:58\tCompleted 3397 to KZ471800: 3201.919765086541\n", - "12:56:58\tCompleted 3339 to KZ434000: 1497.8382466151554\n", - "12:56:58\tCompleted 3361 to KZ352200: 1514.1563860319086\n", - "12:56:58\tCompleted 3345 to KZ156000: 2157.891656148385\n", - "12:56:58\tCompleted 3367 to KZ615400: 308.8951286093748\n", - "12:56:58\tCompleted 3402 to KZ632400: 2778.767666272861\n", - "12:56:58\tCompleted 3353 to KZ352300: 1199.413592434061\n", - "12:56:59\tCompleted 3396 to KZ352100: 1277.0660178333314\n", - "12:56:59\tCompleted 3323 to KZ474200: 3274.799833929176\n", - "12:56:59\tCompleted 3374 to KZ314200: 303.29212832476236\n", - "12:56:59\tCompleted 3401 to KZ196200: 1360.513417987339\n", - "12:56:59\tCompleted 3313 to KZ434000: 452.0245588893769\n", - "12:56:59\tCompleted 3337 to KZ316600: 580.7706833120682\n", - "12:56:59\tCompleted 3390 to KZ393600: 2211.1521078645233\n", - "12:56:59\tCompleted 3315 to KZ274200: 4576.688854256818\n", - "12:56:59\tCompleted 3324 to KZ614400: 538.1831240017534\n", - "12:56:59\tCompleted 3357 to KZ111810: 1847.0024511873721\n", - "12:56:59\tCompleted 3327 to KZ231000: 3081.452380877876\n", - "12:56:59\tCompleted 3400 to KZ113200: 2075.3905949107334\n", - "12:56:59\tCompleted 3367 to KZ615200: 52.38233776420496\n", - "12:56:59\tCompleted 3321 to KZ634400: 1237.964003799746\n", - "12:56:59\tCompleted 3398 to KZ554600: 2412.8956722225794\n", - "12:56:59\tCompleted 3375 to KZ434800: 598.4580594510941\n", - "12:56:59\tCompleted 3336 to KZ194400: 860.411025756156\n", - "12:57:00\tCompleted 3383 to KZ274800: 3300.2704913790712\n", - "12:57:00\tCompleted 3379 to KZ195800: 1528.529770859769\n", - "12:57:00\tCompleted 3361 to KZ352300: 1153.0680084740827\n", - "12:57:00\tCompleted 3376 to KZ556800: 2461.579243757244\n", - "12:57:00\tCompleted 3381 to KZ392000: 2393.439273114067\n", - "12:57:00\tCompleted 3332 to KZ274000: 3425.271736117347\n", - "12:57:00\tCompleted 3354 to KZ474600: 2846.159613253503\n", - "12:57:00\tCompleted 3324 to KZ614600: 294.30674244792914\n", - "12:57:00\tCompleted 3357 to KZ116600: 477.6706767825167\n", - "12:57:00\tCompleted 3380 to KZ632800: 2403.6211894564076\n", - "12:57:00\tCompleted 3337 to KZ316200: 1018.7875930728532\n", - "12:57:01\tCompleted 3388 to KZ155600: 2342.7176223037213\n", - "12:57:01\tCompleted 3372 to KZ113800: 1836.581482592284\n", - "12:57:01\tCompleted 3353 to KZ352800: 1452.2157531078014\n", - "12:57:01\tCompleted 3331 to KZ551000: 1841.0074313049097\n", - "12:57:01\tCompleted 3347 to KZ433200: 2896.842449385458\n", - "12:57:01\tCompleted 3375 to KZ433600: 859.1282398002301\n", - "12:57:01\tCompleted 3351 to KZ153400: 2049.3898894473\n", - "12:57:01\tCompleted 3401 to KZ192600: 1633.8643458073673\n", - "12:57:01\tCompleted 3342 to KZ596000: 1752.790032501282712:57:01\tCompleted 3322 to KZ396600: 2415.6686026023494\n", - "\n", - "12:57:01\tCompleted 3352 to KZ633800: 2324.7360236724535\n", - "12:57:01\tCompleted 3321 to KZ313600: 949.1647865260361\n", - "12:57:01\tCompleted 3367 to KZ616400: 1029.386906195536\n", - "12:57:01\tCompleted 3382 to KZ553600: 2058.723020359392\n", - "12:57:01\tCompleted 3326 to KZ116800: 1663.0762078812486\n", - "12:57:01\tCompleted 3336 to KZ194600: 870.9279917606583\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:57:01\tCompleted 3374 to KZ353200: 1554.0102376113614\n", - "12:57:01\tCompleted 3392 to KZ551000: 2349.163562293019\n", - "12:57:02\tCompleted 3403 to KZ395800: 2659.052559072126\n", - "12:57:02\tCompleted 3328 to KZ394000: 3235.8775238967064\n", - "12:57:02\tCompleted 3394 to KZ151000: 2342.587233255702\n", - "12:57:02\tCompleted 3314 to KZ596000: 3382.766969886246\n", - "12:57:02\tCompleted 3337 to KZ311000: 624.2019632034326\n", - "12:57:02\tCompleted 3396 to KZ352200: 1797.263843360724\n", - "12:57:02\tCompleted 3348 to KZ475000: 3283.913113367374\n", - "12:57:02\tCompleted 3343 to KZ274800: 3474.908081120662\n", - "12:57:02\tCompleted 3324 to KZ614800: 747.0805352927504\n", - "12:57:02\tCompleted 3361 to KZ352800: 1488.3864205257664\n", - "12:57:02\tCompleted 3395 to KZ234800: 2995.50459048439812:57:02\tCompleted 3375 to KZ434000: 591.6896529016146\n", - "\n", - "12:57:02\tCompleted 3400 to KZ113400: 1905.10310197797\n", - "12:57:02\tCompleted 3397 to KZ593200: 2333.832716590955\n", - "12:57:03\tCompleted 3321 to KZ314000: 807.5214223776467\n", - "12:57:03\tCompleted 3349 to KZ276600: 2810.859090985258\n", - "12:57:03\tCompleted 3379 to KZ196000: 1715.3105262486893\n", - "12:57:03\tCompleted 3367 to KZ615600: 806.4409468652534\n", - "12:57:03\tCompleted 3373 to KZ235200: 2880.3140328481923\n", - "12:57:03\tCompleted 3405 to KZ593600: 2502.9780806092535\n", - "12:57:03\tCompleted 3318 to KZ113200: 1798.1711108229715\n", - "12:57:03\tCompleted 3355 to KZ554200: 2578.5710989712506\n", - "12:57:03\tCompleted 3401 to KZ196600: 1679.5800698626317\n", - "12:57:03\tCompleted 3336 to KZ194800: 1139.0436438146621\n", - "12:57:03\tCompleted 3337 to KZ315000: 741.4107794370664\n", - "12:57:03\tCompleted 3324 to KZ615400: 546.0216582399822\n", - "12:57:03\tCompleted 3358 to KZ633600: 2374.043605544614\n", - "12:57:03\tCompleted 3353 to KZ356400: 1374.1688990356508\n", - "12:57:04\tCompleted 3389 to KZ633800: 2703.226027314261\n", - "12:57:04\tCompleted 3346 to KZ632200: 2363.2936610003662\n", - "12:57:04\tCompleted 3321 to KZ314800: 247.52130982734099\n", - "12:57:04\tCompleted 3363 to KZ473600: 2614.230871455805\n", - "12:57:04\tCompleted 3388 to KZ156800: 1844.6974665243263\n", - "12:57:04\tCompleted 3345 to KZ154600: 2456.0290868935\n", - "12:57:04\tCompleted 3367 to KZ615800: 34.167261889578036\n", - "12:57:04\tCompleted 3320 to KZ193200: 4700.4326886986155\n", - "12:57:04\tCompleted 3391 to KZ595600: 2444.341504302729\n", - "12:57:04\tCompleted 3377 to KZ271000: 2978.1551577123146\n", - "12:57:04\tCompleted 3396 to KZ352300: 1454.6278255474913\n", - "12:57:04\tCompleted 3355 to KZ791110: 164.37945891846394\n", - "12:57:04\tCompleted 3374 to KZ353600: 1704.1714519691345\n", - "12:57:05\tCompleted 3331 to KZ556000: 1889.1288135129269\n", - "12:57:05\tCompleted 3361 to KZ356400: 1490.9414997461379\n", - "12:57:05\tCompleted 3357 to KZ115600: 2011.074799390927\n", - "12:57:05\tCompleted 3390 to KZ396400: 2369.6260043934312\n", - "12:57:05\tCompleted 3324 to KZ615200: 287.46288246364526\n", - "12:57:05\tCompleted 3326 to KZ111810: 1684.9403009043774\n", - "12:57:05\tCompleted 3337 to KZ314200: 625.6161767658056\n", - "12:57:05\tCompleted 3379 to KZ191000: 1406.9213733556442\n", - "12:57:05\tCompleted 3347 to KZ431900: 2377.7986164902545\n", - "12:57:05\tCompleted 3401 to KZ194200: 1315.0233831348664\n", - "12:57:05\tCompleted 3402 to KZ632800: 2584.698581256208\n", - "12:57:05\tCompleted 3321 to KZ315400: 470.18776675081835\n", - "12:57:05\tCompleted 3372 to KZ114500: 1910.4239776771055\n", - "12:57:05\tCompleted 3367 to KZ612600: 264.2219660893953\n", - "12:57:05\tCompleted 3339 to KZ471000: 3930.7871172841237\n", - "12:57:05\tCompleted 3336 to KZ195600: 1215.824211569871\n", - "12:57:05\tCompleted 3355 to KZ791310: 120.83922703785508\n", - "12:57:05\tCompleted 3313 to KZ471000: 2884.9734295583485\n", - "12:57:06\tCompleted 3314 to KZ596200: 3211.4618024446545\n", - "12:57:06\tCompleted 3398 to KZ555600: 2667.1995179083224\n", - "12:57:06\tCompleted 3318 to KZ113400: 1627.8836178902081\n", - "12:57:06\tCompleted 3326 to KZ116600: 315.60852649952227\n", - "12:57:06\tCompleted 3376 to KZ554800: 2466.274731801695\n", - "12:57:06\tCompleted 3323 to KZ474600: 2951.9752731110943\n", - "12:57:06\tCompleted 3382 to KZ552200: 2166.2484096387875\n", - "12:57:06\tCompleted 3400 to KZ113600: 2033.5742600480278\n", - "12:57:06\tCompleted 3342 to KZ596200: 2139.7894821724585\n", - "12:57:06\tCompleted 3353 to KZ352400: 1536.4812473232043\n", - "12:57:06\tCompleted 3322 to KZ394200: 2787.521417394938\n", - "12:57:06\tCompleted 3381 to KZ395600: 2466.74277102171112:57:06\tCompleted 3367 to KZ616000: 101.60567645121913\n", - "\n", - "12:57:06\tCompleted 3327 to KZ234000: 3290.062858245564\n", - "12:57:06\tCompleted 3329 to KZ471000: 3318.1272897997937\n", - "12:57:06\tCompleted 3374 to KZ351600: 1278.9615999926832\n", - "12:57:06\tCompleted 3383 to KZ275800: 2769.853315367493\n", - "12:57:06\tCompleted 3379 to KZ196200: 1172.5142005643097\n", - "12:57:07\tCompleted 3401 to KZ751210: 1262.4707542697104\n", - "12:57:07\tCompleted 3394 to KZ153200: 2347.003816684332\n", - "12:57:07\tCompleted 3321 to KZ315600: 867.3177986411999\n", - "12:57:07\tCompleted 3355 to KZ791510: 97.95872746620199\n", - "12:57:07\tCompleted 3324 to KZ616400: 1227.629235682734\n", - "12:57:07\tCompleted 3380 to KZ636800: 2525.858562284061\n", - "12:57:07\tCompleted 3328 to KZ396800: 2981.9699814571195\n", - "12:57:07\tCompleted 3351 to KZ153600: 2341.7936503047695\n", - "12:57:07\tCompleted 3388 to KZ193200: 1793.4037285713732\n", - "12:57:07\tCompleted 3337 to KZ353200: 1410.871948218698\n", - "12:57:07\tCompleted 3396 to KZ352800: 1771.4938778545818\n", - "12:57:07\tCompleted 3336 to KZ195800: 1029.7110839370212\n", - "12:57:07\tCompleted 3367 to KZ613800: 327.8975037602877\n", - "12:57:07\tCompleted 3361 to KZ352400: 1572.6519147411693\n", - "12:57:08\tCompleted 3352 to KZ634000: 2372.703604341431\n", - "12:57:08\tCompleted 3403 to KZ392400: 2569.0786394448573\n", - "12:57:08\tCompleted 3392 to KZ556000: 2397.2849445010324\n", - "12:57:08\tCompleted 3397 to KZ595800: 2437.752326631321\n", - "12:57:08\tCompleted 3355 to KZ791710: 96.18254714916945\n", - "12:57:08\tCompleted 3354 to KZ475000: 3216.48864000328\n", - "12:57:08\tCompleted 3401 to KZ751110: 1270.228113582591\n", - "12:57:08\tCompleted 3332 to KZ274200: 3542.6172304967936\n", - "12:57:08\tCompleted 3321 to KZ316000: 1068.7544045335892\n", - "12:57:08\tCompleted 3324 to KZ615600: 838.0517115617753\n", - "12:57:09\tCompleted 3353 to KZ356000: 1360.509979657335\n", - "12:57:09\tCompleted 3379 to KZ192600: 1445.865128384338\n", - "12:57:09\tCompleted 3405 to KZ595200: 2500.428213666476\n", - "12:57:09\tCompleted 3391 to KZ596000: 2158.6684570889593\n", - "12:57:09\tCompleted 3331 to KZ556800: 2089.816738384869\n", - "12:57:09\tCompleted 3355 to KZ611600: 353.04308242429386\n", - "12:57:09\tCompleted 3372 to KZ114000: 1846.566964109547\n", - "12:57:09\tCompleted 3375 to KZ471000: 3056.1343608796587\n", - "12:57:09\tCompleted 3318 to KZ113600: 1756.354775960266\n", - "12:57:09\tCompleted 3347 to KZ434600: 2411.4631869166324\n", - "12:57:09\tCompleted 3374 to KZ354000: 1650.1695881987466\n", - "12:57:09\tCompleted 3336 to KZ196000: 1216.491839325941\n", - "12:57:09\tCompleted 3395 to KZ235200: 3043.1444378477654\n", - "12:57:09\tCompleted 3361 to KZ356000: 1314.1643956973567\n", - "12:57:10\tCompleted 3345 to KZ154800: 2291.036397905905\n", - "12:57:10\tCompleted 3358 to KZ633800: 2380.8208000309833\n", - "12:57:10\tCompleted 3326 to KZ115600: 1849.0126491079322\n", - "12:57:10\tCompleted 3324 to KZ615800: 229.1125685045602412:57:10\tCompleted 3400 to KZ113800: 2113.192344804058\n", - "\n", - "12:57:10\tCompleted 3321 to KZ316600: 617.5618654923907\n", - "12:57:10\tCompleted 3337 to KZ353600: 1347.1017265020314\n", - "12:57:10\tCompleted 3401 to KZ751310: 1263.3996864578448\n", - "12:57:10\tCompleted 3396 to KZ356400: 1673.7648950217304\n", - "12:57:10\tCompleted 3343 to KZ275800: 2944.4909051090835\n", - "12:57:10\tCompleted 3348 to KZ475200: 3294.7560741514235\n", - "12:57:10\tCompleted 3373 to KZ235600: 2975.351798868597\n", - "12:57:10\tCompleted 3349 to KZ275000: 2676.5567480876134\n", - "12:57:10\tCompleted 3355 to KZ613600: 221.43144303459297\n", - "12:57:10\tCompleted 3390 to KZ394000: 2478.086283482747\n", - "12:57:10\tCompleted 3353 to KZ354400: 1294.2468578967753\n", - "12:57:10\tCompleted 3357 to KZ115200: 1995.7603997826302\n", - "12:57:10\tCompleted 3320 to KZ193400: 4905.3215657140745\n", - "12:57:11\tCompleted 3346 to KZ635200: 2815.519283835538\n", - "12:57:11\tCompleted 3314 to KZ596400: 3807.121482527781\n", - "12:57:11\tCompleted 3379 to KZ196600: 1491.5808524396025\n", - "12:57:11\tCompleted 3389 to KZ634000: 2751.1936079832412\n", - "12:57:11\tCompleted 3382 to KZ554600: 2248.424882140582\n", - "12:57:11\tCompleted 3388 to KZ193400: 1998.2926055868138\n", - "12:57:11\tCompleted 3342 to KZ596400: 1913.584461772232\n", - "12:57:11\tCompleted 3334 to KZ113200: 1712.0442153216047\n", - "12:57:11\tCompleted 3337 to KZ351600: 921.8918745255802\n", - "12:57:11\tCompleted 3394 to KZ153400: 2236.4171591586473\n", - "12:57:11\tCompleted 3401 to KZ751410: 1280.8246648614854\n", - "12:57:11\tCompleted 3336 to KZ191000: 908.1026864328962\n", - "12:57:11\tCompleted 3363 to KZ474200: 3060.855032522327\n", - "12:57:11\tCompleted 3324 to KZ612600: 404.2458477866981\n", - "12:57:12\tCompleted 3361 to KZ354400: 1330.4175253147398\n", - "12:57:12\tCompleted 3355 to KZ614000: 164.39646474871086\n", - "12:57:12\tCompleted 3398 to KZ551000: 2405.8117945711565\n", - "12:57:12\tCompleted 3351 to KZ154000: 2093.370223129802\n", - "12:57:12\tCompleted 3322 to KZ394400: 2944.4661924908432\n", - "12:57:12\tCompleted 3339 to KZ473600: 3511.812351261180512:57:12\tCompleted 3377 to KZ274000: 3631.8133414318286\n", - "\n", - "12:57:12\tCompleted 3321 to KZ316200: 1100.9697066258802\n", - "12:57:12\tCompleted 3353 to KZ351800: 1174.6146025608375\n", - "12:57:12\tCompleted 3374 to KZ351000: 1584.144302848911\n", - "12:57:12\tCompleted 3376 to KZ556400: 2404.0086054931407\n", - "12:57:12\tCompleted 3397 to KZ593400: 2247.139589279186\n", - "12:57:12\tCompleted 3372 to KZ117000: 1769.1993075561509\n", - "12:57:12\tCompleted 3402 to KZ636800: 2706.9359540838655\n", - "12:57:12\tCompleted 3379 to KZ194200: 1127.0241657118377\n", - "12:57:13\tCompleted 3324 to KZ616000: 194.0079237505098\n", - "12:57:13\tCompleted 3318 to KZ113800: 1835.9728607163\n", - "12:57:13\tCompleted 3313 to KZ473600: 2465.9986635354053\n", - "12:57:13\tCompleted 3355 to KZ613900: 441.1481638899053\n", - "12:57:13\tCompleted 3381 to KZ395800: 2493.289712527781\n", - "12:57:13\tCompleted 3336 to KZ196200: 673.6955136415617\n", - "12:57:13\tCompleted 3388 to KZ193600: 1298.2273366341583\n", - "12:57:13\tCompleted 3361 to KZ351800: 1128.269018600859212:57:13\tCompleted 3401 to KZ751710: 1321.8126966303882\n", - "\n", - "12:57:13\tCompleted 3396 to KZ352400: 1855.7593720699847\n", - "12:57:13\tCompleted 3403 to KZ396200: 2524.742327857669\n", - "12:57:14\tCompleted 3334 to KZ113400: 1503.265144219433512:57:14\tCompleted 3337 to KZ354000: 1430.691392487084\n", - "12:57:14\tCompleted 3405 to KZ591000: 2390.6439424190185\n", - "\n", - "12:57:14\tCompleted 3321 to KZ311000: 706.3840767564596\n", - "12:57:14\tCompleted 3323 to KZ475000: 3322.3042998608717\n", - "12:57:14\tCompleted 3326 to KZ115200: 1870.6347068591106\n", - "12:57:14\tCompleted 3331 to KZ554800: 2094.512226429323\n", - "12:57:14\tCompleted 3355 to KZ612000: 331.3232904153699\n", - "12:57:14\tCompleted 3391 to KZ596200: 2362.6901151903826\n", - "12:57:14\tCompleted 3380 to KZ635800: 2576.484995999624\n", - "12:57:14\tCompleted 3347 to KZ434400: 2754.4125858783577\n", - "12:57:14\tCompleted 3327 to KZ234200: 3741.0085647664996\n", - "12:57:14\tCompleted 3383 to KZ276000: 3185.684341122528\n", - "12:57:14\tCompleted 3374 to KZ352000: 1134.0665794309368\n", - "12:57:14\tCompleted 3379 to KZ751210: 1074.4715368466811\n", - "12:57:14\tCompleted 3324 to KZ613800: 569.6216990828896\n", - "12:57:14\tCompleted 3392 to KZ556800: 2597.97286937297\n", - "12:57:15\tCompleted 3336 to KZ192600: 947.0464414615901\n", - "12:57:15\tCompleted 3400 to KZ114500: 2187.0348398888814\n", - "12:57:15\tCompleted 3388 to KZ194000: 1278.9891358229152\n", - "12:57:15\tCompleted 3401 to KZ751810: 1268.0565407073373\n", - "12:57:15\tCompleted 3314 to KZ594600: 3318.93746286252\n", - "12:57:15\tCompleted 3352 to KZ635400: 2817.6091569236405\n", - "12:57:15\tCompleted 3367 to KZ273200: 3051.0999153474622\n", - "12:57:15\tCompleted 3328 to KZ394800: 3160.6245501551816\n", - "12:57:15\tCompleted 3329 to KZ473600: 2899.1525237768506\n", - "12:57:15\tCompleted 3355 to KZ614400: 367.68096332970765\n", - "12:57:15\tCompleted 3396 to KZ356000: 1615.7242127707652\n", - "12:57:15\tCompleted 3321 to KZ315000: 823.5928929900934\n", - "12:57:16\tCompleted 3357 to KZ115400: 1973.1397371845364\n", - "12:57:16\tCompleted 3354 to KZ475200: 3227.3316007873295\n", - "12:57:16\tCompleted 3379 to KZ751110: 1082.2288961595618\n", - "12:57:16\tCompleted 3372 to KZ114400: 1681.8581811458548\n", - "12:57:16\tCompleted 3337 to KZ351000: 1362.3229613867406\n", - "12:57:16\tCompleted 3320 to KZ193600: 4119.530730104886\n", - "12:57:16\tCompleted 3375 to KZ473600: 2637.1595948567156\n", - "12:57:16\tCompleted 3355 to KZ614600: 147.6381821968648\n", - "12:57:16\tCompleted 3401 to KZ751910: 1289.1974570577456\n", - "12:57:16\tCompleted 3390 to KZ396800: 2492.688358156773\n", - "12:57:16\tCompleted 3318 to KZ114500: 1909.8153558011215\n", - "12:57:17\tCompleted 3394 to KZ153600: 2528.8209200161255\n", - "12:57:17\tCompleted 3336 to KZ196600: 992.7621655168545\n", - "12:57:17\tCompleted 3358 to KZ634000: 2428.7883806999585\n", - "12:57:17\tCompleted 3345 to KZ155200: 2717.9750608076574\n", - "12:57:17\tCompleted 3321 to KZ314200: 707.7982903188326\n", - "12:57:17\tCompleted 3342 to KZ594600: 2119.063313299728\n", - "12:57:17\tCompleted 3382 to KZ555600: 2502.728727826326\n", - "12:57:17\tCompleted 3326 to KZ115400: 1848.0140442610168\n", - "12:57:17\tCompleted 3373 to KZ233600: 2857.968396724469\n", - "12:57:17\tCompleted 3343 to KZ276000: 3360.3219308641187\n", - "12:57:17\tCompleted 3388 to KZ196400: 1712.1432424985187\n", - "12:57:17\tCompleted 3322 to KZ433200: 2475.341885157727\n", - "12:57:17\tCompleted 3347 to KZ431000: 2096.1040035157507\n", - "12:57:17\tCompleted 3379 to KZ751310: 1075.4004690348156\n", - "12:57:18\tCompleted 3396 to KZ354400: 1613.5249826435554\n", - "12:57:18\tCompleted 3346 to KZ632400: 2684.4748416850393\n", - "12:57:18\tCompleted 3348 to KZ471800: 3124.36585399069812:57:18\tCompleted 3397 to KZ594200: 2426.997338342693\n", - "\n", - "12:57:18\tCompleted 3334 to KZ113600: 1778.5378732660704\n", - "12:57:18\tCompleted 3355 to KZ614800: 629.258987567973\n", - "12:57:18\tCompleted 3349 to KZ274800: 3212.061659471006\n", - "12:57:18\tCompleted 3351 to KZ154200: 2396.0062620991207\n", - "12:57:18\tCompleted 3395 to KZ235600: 3138.1822038681703\n", - "12:57:18\tCompleted 3401 to KZ751510: 1277.7133949568297\n", - "12:57:18\tCompleted 3374 to KZ354800: 1959.724015866563\n", - "12:57:18\tCompleted 3336 to KZ194200: 628.2054787890906\n", - "12:57:18\tCompleted 3361 to KZ393200: 2242.4464643441347\n", - "12:57:18\tCompleted 3353 to KZ393200: 2288.7920483041084\n", - "12:57:18\tCompleted 3337 to KZ352000: 1507.0895516874818\n", - "12:57:19\tCompleted 3331 to KZ556400: 2032.2461001207666\n", - "12:57:19\tCompleted 3400 to KZ114000: 2123.177826321321\n", - "12:57:19\tCompleted 3339 to KZ474200: 3958.4365123277025\n", - "12:57:19\tCompleted 3376 to KZ554200: 2599.8396412754364\n", - "12:57:19\tCompleted 3388 to KZ196800: 1180.3016402573382\n", - "12:57:19\tCompleted 3363 to KZ474600: 2738.030471704245\n", - "12:57:19\tCompleted 3314 to KZ711110: 3455.1041596209984\n", - "12:57:19\tCompleted 3389 to KZ635400: 3196.099160565451\n", - "12:57:19\tCompleted 3355 to KZ615400: 378.40406410896344\n", - "12:57:19\tCompleted 3379 to KZ751410: 1092.8254474384562\n", - "12:57:19\tCompleted 3381 to KZ392400: 2403.3157929005124\n", - "12:57:19\tCompleted 3398 to KZ556000: 2453.93317677917\n", - "12:57:19\tCompleted 3403 to KZ396600: 2532.661168648858\n", - "12:57:19\tCompleted 3391 to KZ596400: 2340.7344843688334\n", - "12:57:19\tCompleted 3396 to KZ351800: 1429.8288356742678\n", - "12:57:19\tCompleted 3321 to KZ353200: 1347.9466410791372\n", - "12:57:19\tCompleted 3336 to KZ751210: 575.6528499239333\n", - "12:57:20\tCompleted 3342 to KZ711110: 1367.2956068854394\n", - "12:57:20\tCompleted 3405 to KZ595600: 2548.777839258719\n", - "12:57:20\tCompleted 3376 to KZ791110: 125.29651161381236\n", - "12:57:20\tCompleted 3377 to KZ274200: 3749.158835811287\n", - "12:57:20\tCompleted 3318 to KZ114000: 1845.958342233563\n", - "12:57:20\tCompleted 3355 to KZ615200: 107.83940116024324\n", - "12:57:20\tCompleted 3388 to KZ191600: 1206.09961631742712:57:20\tCompleted 3313 to KZ474200: 2912.6228246019273\n", - "\n", - "12:57:20\tCompleted 3380 to KZ636200: 2437.567912769369712:57:20\tCompleted 3352 to KZ635000: 2292.33572959122\n", - "\n", - "12:57:20\tCompleted 3347 to KZ435200: 1994.4098734548197\n", - "12:57:21\tCompleted 3372 to KZ114600: 2031.9074318708913\n", - "12:57:21\tCompleted 3402 to KZ635800: 2757.5623877994303\n", - "12:57:21\tCompleted 3374 to KZ355200: 1612.142823423683\n", - "12:57:21\tCompleted 3383 to KZ276200: 2905.070554388624\n", - "12:57:21\tCompleted 3376 to KZ791310: 87.4083608862377\n", - "12:57:21\tCompleted 3392 to KZ554800: 2602.668357417421\n", - "12:57:21\tCompleted 3394 to KZ154000: 2280.397492841147\n", - "12:57:21\tCompleted 3379 to KZ751710: 1133.81347920735912:57:21\tCompleted 3336 to KZ751110: 583.410209236814\n", - "\n", - "12:57:21\tCompleted 3337 to KZ354800: 1602.6542903994598\n", - "12:57:21\tCompleted 3361 to KZ393400: 1758.8555061811828\n", - "12:57:21\tCompleted 3328 to KZ395000: 3088.5999598461335\n", - "12:57:21\tCompleted 3322 to KZ431900: 1956.2980522625176\n", - "12:57:21\tCompleted 3323 to KZ475200: 3333.147260644921\n", - "12:57:21\tCompleted 3357 to KZ151000: 2195.7305263405133\n", - "12:57:21\tCompleted 3390 to KZ394800: 2265.1825564511696\n", - "12:57:22\tCompleted 3327 to KZ234600: 3856.178863204554\n", - "12:57:22\tCompleted 3320 to KZ194000: 4186.018095950121\n", - "12:57:22\tCompleted 3324 to KZ273200: 3191.1237970447482\n", - "12:57:22\tCompleted 3367 to KZ274400: 2988.2286028341687\n", - "12:57:22\tCompleted 3388 to KZ195200: 1143.8646394521536\n", - "12:57:22\tCompleted 3321 to KZ353600: 1284.1764193624706\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:57:22\tCompleted 3326 to KZ151000: 2070.6048334169977\n", - "12:57:22\tCompleted 3351 to KZ156000: 1969.2554944673363\n", - "12:57:22\tCompleted 3353 to KZ393400: 1805.201090141161\n", - "12:57:22\tCompleted 3342 to KZ711410: 1393.408106968951\n", - "12:57:22\tCompleted 3382 to KZ551000: 2241.3410044891566\n", - "12:57:22\tCompleted 3376 to KZ791510: 107.27882834570417\n", - "12:57:22\tCompleted 3400 to KZ117000: 2045.8101697679288\n", - "12:57:22\tCompleted 3355 to KZ616400: 1080.4319520562954\n", - "12:57:22\tCompleted 3373 to KZ633200: 2222.5127779881855\n", - "12:57:22\tCompleted 3336 to KZ751310: 576.581782112067812:57:22\tCompleted 3334 to KZ113800: 1957.8838979349705\n", - "\n", - "12:57:23\tCompleted 3397 to KZ596600: 2308.9126220131006\n", - "12:57:23\tCompleted 3345 to KZ156400: 2297.2650604468486\n", - "12:57:23\tCompleted 3348 to KZ593200: 2147.7501943165344\n", - "12:57:23\tCompleted 3379 to KZ751810: 1080.057323284308\n", - "12:57:23\tCompleted 3403 to KZ394200: 2166.913648810757\n", - "12:57:23\tCompleted 3375 to KZ474200: 3083.7837559232375\n", - "12:57:23\tCompleted 3376 to KZ791710: 87.08326112068518\n", - "12:57:23\tCompleted 3354 to KZ471800: 3056.941380626604\n", - "12:57:23\tCompleted 3314 to KZ711410: 3445.238380441972\n", - "12:57:23\tCompleted 3378 to KZ113200: 1896.3880769881362\n", - "12:57:24\tCompleted 3318 to KZ117000: 1768.5906856801669\n", - "12:57:24\tCompleted 3321 to KZ351600: 858.966567386019412:57:24\tCompleted 3329 to KZ474200: 3345.7766848433725\n", - "\n", - "12:57:24\tCompleted 3374 to KZ355600: 1774.769508916881\n", - "12:57:24\tCompleted 3355 to KZ615600: 840.7527219763488\n", - "12:57:24\tCompleted 3358 to KZ635400: 2873.693933282168\n", - "12:57:24\tCompleted 3343 to KZ276200: 3079.7081441302144\n", - "12:57:24\tCompleted 3331 to KZ554200: 2284.0066239915604\n", - "12:57:24\tCompleted 3405 to KZ596000: 2267.3465448878587\n", - "12:57:24\tCompleted 3347 to KZ434800: 2025.7361343711552\n", - "12:57:24\tCompleted 3336 to KZ751410: 594.0067605157084\n", - "12:57:24\tCompleted 3361 to KZ391600: 1625.9607670429573\n", - "12:57:24\tCompleted 3372 to KZ114800: 1906.805664105642\n", - "12:57:24\tCompleted 3388 to KZ195000: 1595.4947429928388\n", - "12:57:24\tCompleted 3346 to KZ632800: 2490.405756668393\n", - "12:57:25\tCompleted 3376 to KZ611600: 288.21587457287\n", - "12:57:25\tCompleted 3337 to KZ355200: 1822.6423538923057\n", - "12:57:25\tCompleted 3381 to KZ396200: 2358.9794813133203\n", - "12:57:25\tCompleted 3379 to KZ751910: 1101.1982396347164\n", - "12:57:25\tCompleted 3401 to KZ231000: 3106.6406935690525\n", - "12:57:25\tCompleted 3353 to KZ391600: 1672.3063510029356\n", - "12:57:25\tCompleted 3342 to KZ711210: 1394.5698683958494\n", - "12:57:25\tCompleted 3349 to KZ275800: 2681.6444834594276\n", - "12:57:25\tCompleted 3355 to KZ615800: 65.78797980366713\n", - "12:57:25\tCompleted 3395 to KZ233600: 3020.7988017240614\n", - "12:57:25\tCompleted 3331 to KZ791110: 488.4551735359291\n", - "12:57:25\tCompleted 3374 to KZ352100: 1044.92455968793\n", - "12:57:25\tCompleted 3380 to KZ636400: 2194.982064889402\n", - "12:57:25\tCompleted 3400 to KZ114400: 1958.4690433576327\n", - "12:57:25\tCompleted 3339 to KZ474600: 3635.6119515096207\n", - "12:57:25\tCompleted 3396 to KZ393200: 2544.006281417523\n", - "12:57:26\tCompleted 3322 to KZ434600: 1989.962622688898\n", - "12:57:26\tCompleted 3389 to KZ635000: 2670.8257332330304\n", - "12:57:26\tCompleted 3336 to KZ751710: 634.9947922846112\n", - "12:57:26\tCompleted 3376 to KZ613600: 242.69998533878203\n", - "12:57:26\tCompleted 3391 to KZ594600: 2470.165775608248\n", - "12:57:26\tCompleted 3352 to KZ632200: 2175.411561590196\n", - "12:57:26\tCompleted 3321 to KZ354000: 1367.7660853475231\n", - "12:57:26\tCompleted 3388 to KZ194400: 1413.2796695338648\n", - "12:57:26\tCompleted 3355 to KZ612600: 304.046125852032712:57:26\tCompleted 3363 to KZ475000: 3108.3594984540223\n", - "\n", - "12:57:26\tCompleted 3328 to KZ395200: 2620.5644747713004\n", - "12:57:26\tCompleted 3357 to KZ153200: 2200.1471097691538\n", - "12:57:27\tCompleted 3331 to KZ791310: 444.9149416553201\n", - "12:57:27\tCompleted 3318 to KZ114400: 1681.2495592698708\n", - "12:57:27\tCompleted 3379 to KZ751510: 1089.7141775338005\n", - "12:57:27\tCompleted 3378 to KZ113400: 1726.1005840553728\n", - "12:57:27\tCompleted 3326 to KZ153200: 2075.0214168456473\n", - "12:57:27\tCompleted 3376 to KZ614000: 42.127416997969526\n", - "12:57:27\tCompleted 3336 to KZ751810: 581.238636361560212:57:27\tCompleted 3334 to KZ114500: 1825.0059133890052\n", - "\n", - "12:57:27\tCompleted 3394 to KZ154200: 2583.0335318104694\n", - "12:57:27\tCompleted 3313 to KZ474600: 2589.7982637838454\n", - "12:57:27\tCompleted 3402 to KZ636200: 2618.645304569174\n", - "12:57:27\tCompleted 3382 to KZ556000: 2289.46238669717\n", - "12:57:27\tCompleted 3337 to KZ355600: 1596.0915198175462\n", - "12:57:27\tCompleted 3392 to KZ556400: 2540.4022311088665\n", - "12:57:28\tCompleted 3397 to KZ595000: 2362.322874607157\n", - "12:57:28\tCompleted 3351 to KZ154600: 2267.392925212456\n", - "12:57:28\tCompleted 3355 to KZ616000: 20.051556617530707\n", - "12:57:28\tCompleted 3314 to KZ711210: 3442.594149883949\n", - "12:57:28\tCompleted 3347 to KZ433600: 2286.40631472027712:57:28\tCompleted 3390 to KZ395000: 2599.318336545787\n", - "\n", - "12:57:28\tCompleted 3342 to KZ711310: 1406.4272278517813\n", - "12:57:28\tCompleted 3320 to KZ196400: 4619.172202625766\n", - "12:57:28\tCompleted 3331 to KZ791510: 422.03444208366693\n", - "12:57:28\tCompleted 3383 to KZ271000: 2922.7635098028395\n", - "12:57:28\tCompleted 3376 to KZ613900: 258.902456736276\n", - "12:57:28\tCompleted 3374 to KZ352200: 1561.9508123400785\n", - "12:57:28\tCompleted 3398 to KZ556800: 2654.6211016511074\n", - "12:57:28\tCompleted 3388 to KZ194600: 1423.7966355383712\n", - "12:57:28\tCompleted 3321 to KZ351000: 1299.3976542471798\n", - "12:57:28\tCompleted 3336 to KZ751910: 602.3795527119686\n", - "12:57:28\tCompleted 3348 to KZ595800: 2251.6698043569086\n", - "12:57:28\tCompleted 3354 to KZ593200: 2113.6034346436763\n", - "12:57:28\tCompleted 3372 to KZ111010: 1899.4258938355438\n", - "12:57:29\tCompleted 3327 to KZ234800: 2989.88023904017\n", - "12:57:29\tCompleted 3391 to KZ711110: 1813.2867298453334\n", - "12:57:29\tCompleted 3337 to KZ352100: 687.8548342208279\n", - "12:57:29\tCompleted 3323 to KZ471800: 3162.7570404841954\n", - "12:57:29\tCompleted 3355 to KZ613800: 399.11953841084375\n", - "12:57:29\tCompleted 3331 to KZ791710: 420.2582617666344\n", - "12:57:29\tCompleted 3361 to KZ393600: 2096.504798537564\n", - "12:57:29\tCompleted 3396 to KZ393400: 2060.415323254591\n", - "12:57:29\tCompleted 3373 to KZ634800: 2706.959369398448\n", - "12:57:29\tCompleted 3376 to KZ612000: 315.5041126556237\n", - "12:57:29\tCompleted 3324 to KZ274400: 3128.2524845314647\n", - "12:57:29\tCompleted 3345 to KZ155600: 2469.9449344857508\n", - "12:57:30\tCompleted 3405 to KZ596200: 2467.1264501463725\n", - "12:57:30\tCompleted 3367 to KZ275400: 3663.417034791179\n", - "12:57:30\tCompleted 3374 to KZ352300: 1257.4779719502615\n", - "12:57:30\tCompleted 3336 to KZ751510: 590.8954906110527\n", - "12:57:30\tCompleted 3375 to KZ474600: 2760.9591951051557\n", - "12:57:30\tCompleted 3403 to KZ394400: 2594.9200001367517\n", - "12:57:30\tCompleted 3353 to KZ393600: 2142.850382497537\n", - "12:57:30\tCompleted 3358 to KZ635000: 2348.4205059497476\n", - "12:57:30\tCompleted 3331 to KZ611600: 677.1187970417587\n", - "12:57:31\tCompleted 3376 to KZ614400: 185.4352561760784\n", - "12:57:31\tCompleted 3318 to KZ114600: 2031.2988099949073\n", - "12:57:31\tCompleted 3394 to KZ156000: 2156.28276417869\n", - "12:57:31\tCompleted 3381 to KZ396600: 2366.8983221045096\n", - "12:57:31\tCompleted 3322 to KZ434400: 2332.912021650626712:57:31\tCompleted 3347 to KZ434000: 2050.4635651307467\n", - "\n", - "12:57:31\tCompleted 3329 to KZ474600: 3022.9521240252907\n", - "12:57:31\tCompleted 3395 to KZ633200: 2479.0239359720485\n", - "12:57:31\tCompleted 3378 to KZ113600: 1854.5717421254305\n", - "12:57:31\tCompleted 3337 to KZ352200: 1404.6480568056643\n", - "12:57:31\tCompleted 3334 to KZ114000: 1771.9452671828308\n", - "12:57:31\tCompleted 3391 to KZ711410: 1813.459532899443\n", - "12:57:31\tCompleted 3328 to KZ391000: 2816.270739280258\n", - "12:57:31\tCompleted 3346 to KZ636800: 2612.643129496044\n", - "12:57:31\tCompleted 3372 to KZ116000: 1632.2485914891017\n", - "12:57:31\tCompleted 3380 to KZ631000: 2409.872252740812\n", - "12:57:31\tCompleted 3326 to KZ153400: 1964.4347593199416\n", - "12:57:31\tCompleted 3343 to KZ271000: 3097.40109954443\n", - "12:57:32\tCompleted 3357 to KZ153400: 2089.5604522434614\n", - "12:57:32\tCompleted 3388 to KZ194800: 1691.9122875923745\n", - "12:57:32\tCompleted 3331 to KZ613600: 530.7462448038385\n", - "12:57:32\tCompleted 3376 to KZ614600: 129.0143363473229\n", - "12:57:32\tCompleted 3400 to KZ114600: 2308.518294082669\n", - "12:57:32\tCompleted 3314 to KZ711310: 3432.854209191063\n", - "12:57:32\tCompleted 3321 to KZ352000: 1444.164244547921\n", - "12:57:32\tCompleted 3390 to KZ395200: 2066.95710970668212:57:32\tCompleted 3389 to KZ632200: 2553.90156523201\n", - "\n", - "12:57:32\tCompleted 3396 to KZ391600: 1927.5205841163659\n", - "12:57:32\tCompleted 3374 to KZ352800: 1536.1808468339364\n", - "12:57:32\tCompleted 3349 to KZ276000: 3097.475509214463\n", - "12:57:32\tCompleted 3403 to KZ433200: 1728.037498760086\n", - "12:57:32\tCompleted 3402 to KZ636400: 2376.059456689212\n", - "12:57:32\tCompleted 3342 to KZ555200: 2032.8756478965645\n", - "12:57:32\tCompleted 3351 to KZ154800: 2102.4002362248666\n", - "12:57:33\tCompleted 3401 to KZ234000: 3315.2511709367404\n", - "12:57:33\tCompleted 3348 to KZ593400: 2061.057067004773\n", - "12:57:33\tCompleted 3376 to KZ614800: 585.381527184855\n", - "12:57:33\tCompleted 3320 to KZ196800: 4087.330600384548\n", - "12:57:33\tCompleted 3397 to KZ593600: 2476.8714788914585\n", - "12:57:33\tCompleted 3331 to KZ614000: 477.6061978895149\n", - "12:57:33\tCompleted 3352 to KZ635200: 2557.940777384234\n", - "12:57:33\tCompleted 3354 to KZ595800: 2217.5230446840505\n", - "12:57:33\tCompleted 3323 to KZ593200: 2074.243722955011\n", - "12:57:34\tCompleted 3382 to KZ556800: 2490.1503115691075\n", - "12:57:34\tCompleted 3373 to KZ633400: 1974.7373147277603\n", - "12:57:34\tCompleted 3363 to KZ475200: 3119.2024592380717\n", - "12:57:34\tCompleted 3345 to KZ156800: 1971.9247787063687\n", - "12:57:34\tCompleted 3403 to KZ431900: 1208.9936658648671\n", - "12:57:34\tCompleted 3391 to KZ711210: 1783.1051472330275\n", - "12:57:34\tCompleted 3339 to KZ475000: 4005.940978259398\n", - "12:57:34\tCompleted 3322 to KZ431000: 1674.6034392879892\n", - "12:57:34\tCompleted 3376 to KZ615400: 197.87145610630182\n", - "12:57:34\tCompleted 3379 to KZ231000: 2956.8046535694652\n", - "12:57:34\tCompleted 3334 to KZ117000: 1694.5776106294347\n", - "12:57:34\tCompleted 3361 to KZ396400: 2254.978695066474\n", - "12:57:35\tCompleted 3313 to KZ475000: 2960.1272905336227\n", - "12:57:35\tCompleted 3374 to KZ356400: 1441.623436876329\n", - "12:57:35\tCompleted 3405 to KZ596400: 2449.4125721677324\n", - "12:57:35\tCompleted 3337 to KZ352300: 1894.8804425996177\n", - "12:57:35\tCompleted 3331 to KZ613900: 755.5294699059629\n", - "12:57:35\tCompleted 3381 to KZ394200: 2001.150802266404\n", - "12:57:35\tCompleted 3318 to KZ114800: 2029.5193905515025\n", - "12:57:35\tCompleted 3378 to KZ113800: 1934.1898268814646\n", - "12:57:35\tCompleted 3383 to KZ274000: 3576.421693522358\n", - "12:57:35\tCompleted 3376 to KZ615200: 78.52691193458116\n", - "12:57:35\tCompleted 3392 to KZ554200: 2736.233266891157\n", - "12:57:35\tCompleted 3398 to KZ554800: 2659.316589695558412:57:35\tCompleted 3321 to KZ354800: 1539.728983259899\n", - "\n", - "12:57:36\tCompleted 3327 to KZ235200: 3037.520086403538\n", - "12:57:36\tCompleted 3403 to KZ434600: 1242.6582362912475\n", - "12:57:36\tCompleted 3355 to KZ273200: 3090.9240751100947\n", - "12:57:36\tCompleted 3394 to KZ154600: 2454.4201949238045\n", - "12:57:36\tCompleted 3400 to KZ114800: 2133.512223444731\n", - "12:57:36\tCompleted 3358 to KZ632200: 2231.49633794873\n", - "12:57:36\tCompleted 3353 to KZ396400: 2301.324279026444\n", - "12:57:36\tCompleted 3388 to KZ195600: 1768.692855347584\n", - "12:57:36\tCompleted 3331 to KZ612000: 624.2409309344266\n", - "12:57:36\tCompleted 3342 to KZ551600: 1772.9156397412598\n", - "12:57:36\tCompleted 3328 to KZ395400: 2859.634634205571\n", - "12:57:36\tCompleted 3345 to KZ193200: 1414.6373793903686\n", - "12:57:37\tCompleted 3392 to KZ791110: 261.6901372295481\n", - "12:57:37\tCompleted 3367 to KZ273600: 2831.3762937737174\n", - "12:57:37\tCompleted 3376 to KZ616400: 918.3632336924633\n", - "12:57:37\tCompleted 3326 to KZ153600: 2256.838520177411\n", - "12:57:37\tCompleted 3337 to KZ352800: 1431.7704795026311\n", - "12:57:37\tCompleted 3391 to KZ711310: 1804.6975357716167\n", - "12:57:37\tCompleted 3336 to KZ231000: 3279.456905259522\n", - "12:57:37\tCompleted 3322 to KZ435200: 1572.9093092270587\n", - "12:57:37\tCompleted 3390 to KZ391000: 2321.3553063630075\n", - "12:57:37\tCompleted 3314 to KZ555200: 4176.669068412212\n", - "12:57:37\tCompleted 3357 to KZ153600: 2381.9642131009305\n", - "12:57:37\tCompleted 3374 to KZ352400: 1620.4463410493393\n", - "12:57:37\tCompleted 3372 to KZ116400: 1980.8265506025607\n", - "12:57:38\tCompleted 3403 to KZ434400: 1585.607635252982\n", - "12:57:38\tCompleted 3354 to KZ593400: 2026.9103073319143\n", - "12:57:38\tCompleted 3396 to KZ393600: 2398.0646156109424\n", - "12:57:38\tCompleted 3347 to KZ471000: 4483.412435799729\n", - "12:57:38\tCompleted 3324 to KZ275400: 3803.440916488475\n", - "12:57:38\tCompleted 3375 to KZ475000: 3131.288221854933\n", - "12:57:38\tCompleted 3392 to KZ791310: 223.80198650197363\n", - "12:57:38\tCompleted 3331 to KZ614400: 682.0622693457652\n", - "12:57:38\tCompleted 3376 to KZ615600: 862.0212642805378\n", - "12:57:38\tCompleted 3395 to KZ634800: 2963.470527382315\n", - "12:57:38\tCompleted 3329 to KZ475000: 3393.281150775068\n", - "12:57:38\tCompleted 3343 to KZ274000: 3751.0592832639354\n", - "12:57:38\tCompleted 3348 to KZ594200: 2240.9148160682807\n", - "12:57:38\tCompleted 3397 to KZ595200: 2474.321611948681\n", - "12:57:38\tCompleted 3380 to KZ634600: 2677.5568780411054\n", - "12:57:38\tCompleted 3334 to KZ114400: 1820.8174507380338\n", - "12:57:38\tCompleted 3346 to KZ635800: 2663.269563211609\n", - "12:57:39\tCompleted 3337 to KZ356400: 1084.5537114092285\n", - "12:57:39\tCompleted 3402 to KZ631000: 2590.9496445406166\n", - "12:57:39\tCompleted 3323 to KZ595800: 2178.1633329953875\n", - "12:57:39\tCompleted 3320 to KZ191600: 4113.128576444634\n", - "12:57:39\tCompleted 3403 to KZ431000: 927.2990528903388\n", - "12:57:39\tCompleted 3392 to KZ791510: 243.67245396144003\n", - "12:57:39\tCompleted 3378 to KZ114500: 2008.0323219662862\n", - "12:57:39\tCompleted 3318 to KZ111010: 1898.8172719595598\n", - "12:57:39\tCompleted 3321 to KZ355200: 1759.7170467527449\n", - "12:57:39\tCompleted 3388 to KZ195800: 1582.579727714734\n", - "12:57:39\tCompleted 3376 to KZ615800: 126.0819984622143\n", - "12:57:39\tCompleted 3345 to KZ193400: 1619.5262564058091\n", - "12:57:39\tCompleted 3351 to KZ155200: 2529.338899126627\n", - "12:57:39\tCompleted 3331 to KZ614600: 471.7138968143297\n", - "12:57:39\tCompleted 3389 to KZ635200: 2936.4307810260443\n", - "12:57:39\tCompleted 3373 to KZ633600: 2390.0200123681234\n", - "12:57:39\tCompleted 3374 to KZ356000: 1418.5743591735354\n", - "12:57:39\tCompleted 3349 to KZ276200: 2816.8617224805585\n", - "12:57:40\tCompleted 3382 to KZ554800: 2494.8457996135585\n", - "12:57:40\tCompleted 3322 to KZ434800: 1604.2355701433942\n", - "12:57:40\tCompleted 3401 to KZ234200: 3766.1968774576762\n", - "12:57:40\tCompleted 3392 to KZ791710: 223.47688673642116\n", - "12:57:40\tCompleted 3400 to KZ111010: 2176.036756047313\n", - "12:57:40\tCompleted 3403 to KZ435200: 825.6049228294083\n", - "12:57:40\tCompleted 3361 to KZ394000: 2363.438974155783\n", - "12:57:40\tCompleted 3405 to KZ594600: 2574.602110564238\n", - "12:57:40\tCompleted 3376 to KZ612600: 288.2269480922865\n", - "12:57:41\tCompleted 3381 to KZ394400: 2429.1571535924027\n", - "12:57:41\tCompleted 3342 to KZ553200: 1909.3432359684668\n", - "12:57:41\tCompleted 3352 to KZ632400: 2426.8963352337355\n", - "12:57:41\tCompleted 3394 to KZ154800: 2289.4275059362094\n", - "12:57:41\tCompleted 3345 to KZ193600: 919.4609874531567\n", - "12:57:41\tCompleted 3337 to KZ352400: 1417.6960673990347\n", - "12:57:41\tCompleted 3363 to KZ471800: 2948.812239077346\n", - "12:57:41\tCompleted 3326 to KZ154000: 2008.4150930024484\n", - "12:57:41\tCompleted 3331 to KZ614800: 953.3347021854379\n", - "12:57:41\tCompleted 3392 to KZ611600: 341.7393203180021\n", - "12:57:41\tCompleted 3339 to KZ475200: 4016.7839390434474\n", - "12:57:41\tCompleted 3374 to KZ354400: 1378.2119516229097\n", - "12:57:42\tCompleted 3376 to KZ616000: 196.88305020878607\n", - "12:57:42\tCompleted 3403 to KZ434800: 856.9311837457435\n", - "12:57:42\tCompleted 3372 to KZ116800: 1778.2594690257763\n", - "12:57:42\tCompleted 3321 to KZ355600: 1533.1662126779854\n", - "12:57:42\tCompleted 3328 to KZ392000: 2976.5583292857946\n", - "12:57:42\tCompleted 3318 to KZ116000: 1631.6399696131177\n", - "12:57:42\tCompleted 3388 to KZ196000: 1769.3604831036541\n", - "12:57:42\tCompleted 3357 to KZ154000: 2133.5407859259594\n", - "12:57:42\tCompleted 3379 to KZ234000: 3165.415130937153\n", - "12:57:42\tCompleted 3313 to KZ475200: 2970.970251317672\n", - "12:57:42\tCompleted 3398 to KZ556400: 2597.050463387004\n", - "12:57:42\tCompleted 3395 to KZ633400: 2231.248472711633\n", - "12:57:42\tCompleted 3353 to KZ394000: 2409.784558115758\n", - "12:57:43\tCompleted 3327 to KZ235600: 3132.5578524239427\n", - "12:57:43\tCompleted 3314 to KZ551600: 3910.1023464266796\n", - "12:57:43\tCompleted 3345 to KZ194000: 900.2227866419104\n", - "12:57:43\tCompleted 3392 to KZ613600: 379.0936109545183\n", - "12:57:43\tCompleted 3334 to KZ114600: 1929.2165431254637\n", - "12:57:43\tCompleted 3390 to KZ395400: 2369.2228593960835\n", - "12:57:43\tCompleted 3358 to KZ635200: 2614.0255537427615\n", - "12:57:43\tCompleted 3354 to KZ594200: 2206.768056395423\n", - "12:57:43\tCompleted 3383 to KZ274200: 3693.767187901812\n", - "12:57:43\tCompleted 3355 to KZ274400: 3028.0527625968048\n", - "12:57:43\tCompleted 3376 to KZ613800: 216.87383125721453\n", - "12:57:43\tCompleted 3331 to KZ615400: 694.4984692759886\n", - "12:57:43\tCompleted 3323 to KZ593400: 1987.5505956432487\n", - "12:57:43\tCompleted 3378 to KZ114000: 1944.1753083987276\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:57:43\tCompleted 3400 to KZ116000: 1908.8594537008796\n", - "12:57:43\tCompleted 3391 to KZ555200: 2546.321840629729\n", - "12:57:43\tCompleted 3403 to KZ433600: 1117.6013640948795\n", - "12:57:43\tCompleted 3381 to KZ433200: 1562.2746522157272\n", - "12:57:43\tCompleted 3374 to KZ351800: 1232.678982077038\n", - "12:57:43\tCompleted 3321 to KZ352100: 624.9295270812671\n", - "12:57:43\tCompleted 3396 to KZ396400: 2556.5385121398454\n", - "12:57:43\tCompleted 3397 to KZ591000: 2364.5373407012235\n", - "12:57:44\tCompleted 3367 to KZ276600: 2913.2015404727035\n", - "12:57:44\tCompleted 3347 to KZ473600: 4064.437669776737\n", - "12:57:44\tCompleted 3351 to KZ156400: 2108.6288987657977\n", - "12:57:44\tCompleted 3348 to KZ596600: 2231.358710917264\n", - "12:57:44\tCompleted 3392 to KZ614000: 178.52104261370522\n", - "12:57:44\tCompleted 3320 to KZ195200: 4050.893599579365\n", - "12:57:44\tCompleted 3322 to KZ433600: 1864.90575049253\n", - "12:57:44\tCompleted 3405 to KZ711110: 1921.9648176442427\n", - "12:57:44\tCompleted 3342 to KZ553600: 1626.9501745132347\n", - "12:57:44\tCompleted 3388 to KZ191000: 1460.971330210609\n", - "12:57:44\tCompleted 3331 to KZ615200: 431.91511577770825\n", - "12:57:45\tCompleted 3336 to KZ234000: 3488.06738262721\n", - "12:57:45\tCompleted 3403 to KZ434000: 850.1627771962643\n", - "12:57:45\tCompleted 3380 to KZ634400: 2269.7076185850415\n", - "12:57:45\tCompleted 3381 to KZ431900: 1043.2308193205083\n", - "12:57:45\tCompleted 3345 to KZ196400: 1333.376893317514\n", - "12:57:45\tCompleted 3375 to KZ475200: 3142.1311826389824\n", - "12:57:45\tCompleted 3346 to KZ636200: 2524.3524799813526\n", - "12:57:45\tCompleted 3324 to KZ273600: 2971.4001754710134\n", - "12:57:45\tCompleted 3392 to KZ613900: 173.6098591941921\n", - "12:57:46\tCompleted 3373 to KZ633800: 2396.797206854491\n", - "12:57:46\tCompleted 3337 to KZ356000: 2055.976829822892\n", - "12:57:46\tCompleted 3329 to KZ475200: 3404.1241115591174\n", - "12:57:46\tCompleted 3343 to KZ274200: 3868.4047776434027\n", - "12:57:46\tCompleted 3388 to KZ196200: 1226.5641574192746\n", - "12:57:46\tCompleted 3382 to KZ556400: 2432.5796733050042\n", - "12:57:46\tCompleted 3318 to KZ116400: 1980.2179287265767\n", - "12:57:46\tCompleted 3361 to KZ396800: 2378.041048829814\n", - "12:57:46\tCompleted 3402 to KZ634600: 2858.6342698409117\n", - "12:57:46\tCompleted 3321 to KZ352200: 1341.7227496661035\n", - "12:57:46\tCompleted 3372 to KZ111810: 1800.1235620489051\n", - "12:57:46\tCompleted 3363 to KZ593200: 2055.672063789688\n", - "12:57:46\tCompleted 3392 to KZ612000: 423.0601660662426\n", - "12:57:46\tCompleted 3384 to KZ113200: 1910.2807175322039\n", - "12:57:46\tCompleted 3380 to KZ313600: 659.162138308323\n", - "12:57:46\tCompleted 3352 to KZ632800: 2232.82725021707512:57:46\tCompleted 3345 to KZ196800: 801.5352910763338\n", - "\n", - "12:57:47\tCompleted 3381 to KZ434600: 1076.8953897468887\n", - "12:57:47\tCompleted 3389 to KZ632400: 2805.386338875546\n", - "12:57:47\tCompleted 3328 to KZ395600: 2853.7116785768817\n", - "12:57:47\tCompleted 3326 to KZ154200: 2311.0511319717652\n", - "12:57:47\tCompleted 3331 to KZ616400: 1404.50766667376\n", - "12:57:47\tCompleted 3394 to KZ155200: 2716.366168837962\n", - "12:57:47\tCompleted 3322 to KZ434000: 1628.9630009029856\n", - "12:57:47\tCompleted 3405 to KZ711410: 1922.1376206983523\n", - "12:57:47\tCompleted 3354 to KZ596600: 2163.934237553175\n", - "12:57:48\tCompleted 3372 to KZ116600: 430.79178764404986\n", - "12:57:48\tCompleted 3378 to KZ117000: 1866.8076518453315\n", - "12:57:48\tCompleted 3392 to KZ614400: 50.4558441227157\n", - "12:57:48\tCompleted 3339 to KZ471800: 3846.3937188827217\n", - "12:57:48\tCompleted 3388 to KZ192600: 1499.915085239303\n", - "12:57:48\tCompleted 3400 to KZ116400: 2257.437412814324\n", - "12:57:48\tCompleted 3380 to KZ314000: 478.8208520699654\n", - "12:57:48\tCompleted 3391 to KZ551600: 2279.755118644202\n", - "12:57:48\tCompleted 3342 to KZ552200: 1751.878292181713\n", - "12:57:48\tCompleted 3345 to KZ191600: 827.3332671364224\n", - "12:57:48\tCompleted 3314 to KZ553200: 4029.0503398333763\n", - "12:57:48\tCompleted 3334 to KZ114800: 2287.4520724787712\n", - "12:57:48\tCompleted 3349 to KZ271000: 2834.554677894774\n", - "12:57:48\tCompleted 3357 to KZ154200: 2436.176824895281\n", - "12:57:48\tCompleted 3395 to KZ633600: 2646.531170351993\n", - "12:57:48\tCompleted 3390 to KZ392000: 2376.276513791306\n", - "12:57:49\tCompleted 3381 to KZ434400: 1419.8447887086231\n", - "12:57:49\tCompleted 3323 to KZ594200: 2167.408344706758\n", - "12:57:49\tCompleted 3331 to KZ615600: 1065.7270076460354\n", - "12:57:49\tCompleted 3353 to KZ396800: 2424.3866327897867\n", - "12:57:49\tCompleted 3392 to KZ614600: 265.40796196305917\n", - "12:57:49\tCompleted 3344 to KZ113200: 1778.337589399804\n", - "12:57:49\tCompleted 3398 to KZ554200: 2792.88149916929512:57:49\tCompleted 3384 to KZ113400: 1739.9932245994405\n", - "\n", - "12:57:49\tCompleted 3401 to KZ234600: 3881.3671758957307\n", - "12:57:49\tCompleted 3358 to KZ632400: 2482.981111592263\n", - "12:57:49\tCompleted 3345 to KZ195200: 765.098290271149\n", - "12:57:49\tCompleted 3380 to KZ314800: 940.8831785390926\n", - "12:57:49\tCompleted 3318 to KZ116800: 1777.6508471497923\n", - "12:57:49\tCompleted 3351 to KZ155600: 2281.3087728047203\n", - "12:57:49\tCompleted 3313 to KZ471800: 2800.5800311569465\n", - "12:57:49\tCompleted 3397 to KZ595600: 2522.6712375409224\n", - "12:57:49\tCompleted 3337 to KZ354400: 1848.4609516457415\n", - "12:57:50\tCompleted 3327 to KZ233600: 3015.1744502798333\n", - "12:57:50\tCompleted 3396 to KZ394000: 2664.998791229172\n", - "12:57:50\tCompleted 3348 to KZ595000: 2176.2403523327444\n", - "12:57:50\tCompleted 3374 to KZ393200: 2346.8564278203044\n", - "12:57:50\tCompleted 3321 to KZ352300: 1831.955135460057\n", - "12:57:50\tCompleted 3381 to KZ431000: 761.53620634598\n", - "12:57:50\tCompleted 3320 to KZ195000: 4502.52370312008\n", - "12:57:50\tCompleted 3388 to KZ196600: 1545.6308092945674\n", - "12:57:50\tCompleted 3331 to KZ615800: 372.99171384857215\n", - "12:57:50\tCompleted 3379 to KZ234200: 3616.360837458089\n", - "12:57:50\tCompleted 3405 to KZ711210: 1891.7832350319368\n", - "12:57:50\tCompleted 3355 to KZ275400: 3703.241194553815\n", - "12:57:51\tCompleted 3367 to KZ275000: 2778.8991975750528\n", - "12:57:51\tCompleted 3380 to KZ315400: 628.1220598591186\n", - "12:57:51\tCompleted 3392 to KZ614800: 617.7869965903617\n", - "12:57:51\tCompleted 3378 to KZ114400: 1779.4665254350355\n", - "12:57:51\tCompleted 3398 to KZ791110: 318.3383695076892\n", - "12:57:51\tCompleted 3347 to KZ474200: 4511.06183084328\n", - "12:57:51\tCompleted 3346 to KZ636400: 2281.7666321013903\n", - "12:57:51\tCompleted 3381 to KZ435200: 659.8420762850495\n", - "12:57:51\tCompleted 3326 to KZ156000: 1884.300364339978\n", - "12:57:51\tCompleted 3345 to KZ195000: 1216.728393811834212:57:51\tCompleted 3400 to KZ116800: 2054.870331237554\n", - "\n", - "12:57:51\tCompleted 3376 to KZ273200: 3075.1048973503507\n", - "12:57:51\tCompleted 3402 to KZ634400: 2450.785010384846\n", - "12:57:51\tCompleted 3361 to KZ394800: 2150.535247124212\n", - "12:57:51\tCompleted 3331 to KZ612600: 628.1218404694976\n", - "12:57:52\tCompleted 3363 to KZ595800: 2159.5916738300643\n", - "12:57:52\tCompleted 3394 to KZ156400: 2295.6561684771536\n", - "12:57:52\tCompleted 3388 to KZ194200: 1181.074122566802\n", - "12:57:52\tCompleted 3398 to KZ791310: 280.45021878011465\n", - "12:57:52\tCompleted 3339 to KZ593200: 2008.6591977645985\n", - "12:57:52\tCompleted 3344 to KZ113400: 1569.5585182976329\n", - "12:57:52\tCompleted 3342 to KZ554600: 1889.4670243595767\n", - "12:57:52\tCompleted 3392 to KZ615400: 218.30608436251632\n", - "12:57:52\tCompleted 3375 to KZ471800: 2971.7409624782567\n", - "12:57:52\tCompleted 3373 to KZ634000: 2444.7647875234657\n", - "12:57:52\tCompleted 3380 to KZ315600: 1266.191510904303\n", - "12:57:52\tCompleted 3336 to KZ234200: 3939.013089148146\n", - "12:57:52\tCompleted 3334 to KZ111010: 1824.8041969088276\n", - "12:57:52\tCompleted 3354 to KZ595000: 2142.093592659886312:57:52\tCompleted 3382 to KZ554200: 2628.4107090872976\n", - "\n", - "12:57:53\tCompleted 3381 to KZ434800: 691.1683372013847\n", - "12:57:53\tCompleted 3328 to KZ395800: 3156.0957539833676\n", - "12:57:53\tCompleted 3372 to KZ115600: 1964.19591025246\n", - "12:57:53\tCompleted 3329 to KZ471800: 3233.7338913983917\n", - "12:57:53\tCompleted 3321 to KZ352800: 1368.8451723630703\n", - "12:57:53\tCompleted 3403 to KZ471000: 3314.6074851743083\n", - "12:57:53\tCompleted 3384 to KZ113600: 1868.4643826694983\n", - "12:57:53\tCompleted 3351 to KZ156800: 1783.2886170253173\n", - "12:57:53\tCompleted 3318 to KZ111810: 1799.5149401729211\n", - "12:57:53\tCompleted 3331 to KZ616000: 337.88706909452145\n", - "12:57:53\tCompleted 3324 to KZ276600: 3053.2254221699995\n", - "12:57:53\tCompleted 3398 to KZ791510: 300.320686239581\n", - "12:57:53\tCompleted 3389 to KZ632800: 2611.317253858890612:57:53\tCompleted 3402 to KZ313600: 840.2395301081332\n", - "\n", - "12:57:53\tCompleted 3352 to KZ636800: 2355.06462304474\n", - "12:57:53\tCompleted 3357 to KZ156000: 2009.4260572634976\n", - "12:57:53\tCompleted 3405 to KZ711310: 1913.375623570526\n", - "12:57:53\tCompleted 3374 to KZ393400: 1863.2654696573616\n", - "12:57:53\tCompleted 3323 to KZ596600: 2192.886365748141\n", - "12:57:53\tCompleted 3345 to KZ194400: 1034.5133203528637\n", - "12:57:53\tCompleted 3392 to KZ615200: 214.920537550317\n", - "12:57:54\tCompleted 3382 to KZ791110: 153.86757942567777\n", - "12:57:54\tCompleted 3388 to KZ751210: 1128.521493701646\n", - "12:57:54\tCompleted 3337 to KZ351800: 1869.4956662887673\n", - "12:57:54\tCompleted 3380 to KZ316000: 706.0329794745521\n", - "12:57:54\tCompleted 3391 to KZ553200: 2398.7031120508987\n", - "12:57:54\tCompleted 3381 to KZ433600: 951.8385175505207\n", - "12:57:54\tCompleted 3314 to KZ553600: 3980.0533380683532\n", - "12:57:54\tCompleted 3398 to KZ791710: 280.1251190145622\n", - "12:57:54\tCompleted 3318 to KZ116600: 430.18316576806575\n", - "12:57:54\tCompleted 3353 to KZ394800: 2196.8808310841823\n", - "12:57:54\tCompleted 3397 to KZ596000: 2241.2399431700637\n", - "12:57:54\tCompleted 3390 to KZ395600: 2449.580011698952\n", - "12:57:55\tCompleted 3313 to KZ593200: 1986.5379405253352\n", - "12:57:55\tCompleted 3402 to KZ314000: 659.8982438697756\n", - "12:57:55\tCompleted 3331 to KZ613800: 713.5008444269014\n", - "12:57:55\tCompleted 3321 to KZ356400: 1021.6284042696677\n", - "12:57:55\tCompleted 3382 to KZ791310: 115.97942869810313\n", - "12:57:55\tCompleted 3327 to KZ633200: 2015.114928157077\n", - "12:57:55\tCompleted 3392 to KZ616400: 802.5970250746973\n", - "12:57:55\tCompleted 3395 to KZ633800: 2653.3083648383567\n", - "12:57:55\tCompleted 3345 to KZ194600: 1045.0302863573665\n", - "12:57:55\tCompleted 3378 to KZ114600: 2129.515776160072\n", - "12:57:55\tCompleted 3344 to KZ113600: 1829.1217239384428\n", - "12:57:55\tCompleted 3381 to KZ434000: 701.6484587498268\n", - "12:57:55\tCompleted 3348 to KZ593600: 2290.788956617044\n", - "12:57:55\tCompleted 3398 to KZ611600: 398.387552596143\n", - "12:57:55\tCompleted 3400 to KZ111810: 2076.7344242606805\n", - "12:57:55\tCompleted 3380 to KZ316600: 973.0264043156596\n", - "12:57:56\tCompleted 3358 to KZ632800: 2288.91202657561\n", - "12:57:56\tCompleted 3388 to KZ751110: 1136.2788530145267\n", - "12:57:56\tCompleted 3322 to KZ471000: 4061.911871571949\n", - "12:57:56\tCompleted 3363 to KZ593400: 1968.978936477925\n", - "12:57:56\tCompleted 3382 to KZ791510: 135.84989615756962\n", - "12:57:56\tCompleted 3351 to KZ193200: 1603.0735410237362\n", - "12:57:56\tCompleted 3334 to KZ116000: 1793.6352780315667\n", - "12:57:56\tCompleted 3402 to KZ314800: 1121.9605703389027\n", - "12:57:56\tCompleted 3320 to KZ194400: 4320.308629661093\n", - "12:57:56\tCompleted 3339 to KZ595800: 2112.578807804976\n", - "12:57:56\tCompleted 3392 to KZ615600: 998.414889896274\n", - "12:57:56\tCompleted 3342 to KZ555600: 1946.0144997514585\n", - "12:57:57\tCompleted 3374 to KZ391600: 1730.370730519136\n", - "12:57:57\tCompleted 3398 to KZ613600: 435.7418432326593\n", - "12:57:57\tCompleted 3400 to KZ116600: 707.4026498558368\n", - "12:57:57\tCompleted 3349 to KZ274000: 3488.212861614298\n", - "12:57:57\tCompleted 3401 to KZ234800: 3015.068551731347\n", - "12:57:57\tCompleted 3396 to KZ396800: 2679.6008659031922\n", - "12:57:57\tCompleted 3326 to KZ154600: 2182.4377950851003\n", - "12:57:57\tCompleted 3380 to KZ316200: 701.2569430093793\n", - "12:57:57\tCompleted 3382 to KZ791710: 115.65432893255061\n", - "12:57:57\tCompleted 3329 to KZ593200: 2038.0390111583356\n", - "12:57:57\tCompleted 3345 to KZ194800: 1313.1459384113703\n", - "12:57:57\tCompleted 3394 to KZ155600: 2468.3360425160554\n", - "12:57:57\tCompleted 3347 to KZ474600: 4188.2372700251835\n", - "12:57:57\tCompleted 3388 to KZ751310: 1129.4504258897805\n", - "12:57:57\tCompleted 3402 to KZ315400: 809.199451658928812:57:57\tCompleted 3392 to KZ615800: 260.7182647650698\n", - "\n", - "12:57:57\tCompleted 3321 to KZ352400: 1354.770760259474\n", - "12:57:57\tCompleted 3375 to KZ593200: 2205.6890302647917\n", - "12:57:58\tCompleted 3328 to KZ392400: 2882.282680009693\n", - "12:57:58\tCompleted 3355 to KZ273600: 2871.2004535363535\n", - "12:57:58\tCompleted 3346 to KZ631000: 2496.656819952795\n", - "12:57:58\tCompleted 3384 to KZ113800: 1948.0824674255323\n", - "12:57:58\tCompleted 3354 to KZ593600: 2256.642196944185\n", - "12:57:58\tCompleted 3323 to KZ595000: 2102.7338809712232\n", - "12:57:58\tCompleted 3398 to KZ614000: 235.16927489184627\n", - "12:57:58\tCompleted 3372 to KZ115200: 1923.5349160294986\n", - "12:57:58\tCompleted 3380 to KZ311000: 332.6158872626511\n", - "12:57:58\tCompleted 3382 to KZ611600: 316.78694238473565\n", - "12:57:58\tCompleted 3379 to KZ234600: 3731.5311358961435\n", - "12:57:59\tCompleted 3318 to KZ115600: 1963.587288376476\n", - "12:57:59\tCompleted 3367 to KZ274800: 3314.4041089584516\n", - "12:57:59\tCompleted 3392 to KZ612600: 391.06239541865807\n", - "12:57:59\tCompleted 3391 to KZ553600: 2133.7127789847686\n", - "12:57:59\tCompleted 3376 to KZ274400: 3012.233584837059\n", - "12:57:59\tCompleted 3314 to KZ552200: 3871.58539604664\n", - "12:57:59\tCompleted 3398 to KZ613900: 230.25809147233286\n", - "12:57:59\tCompleted 3344 to KZ113800: 1908.7398086944768\n", - "12:57:59\tCompleted 3357 to KZ154600: 2307.563488008616\n", - "12:57:59\tCompleted 3402 to KZ315600: 1447.268902704113\n", - "12:57:59\tCompleted 3388 to KZ751410: 1146.875404293421\n", - "12:57:59\tCompleted 3337 to KZ393200: 2567.568784545847\n", - "12:57:59\tCompleted 3352 to KZ635800: 2405.6910567602954\n", - "12:58:00\tCompleted 3345 to KZ195600: 1389.9265061665792\n", - "12:58:00\tCompleted 3382 to KZ613600: 271.27105315064773\n", - "12:58:00\tCompleted 3405 to KZ555200: 2654.999928428637\n", - "12:58:00\tCompleted 3378 to KZ114800: 1956.5721690251094\n", - "12:58:00\tCompleted 3403 to KZ473600: 2895.632719151365\n", - "12:58:00\tCompleted 3351 to KZ193400: 1807.9624180391768\n", - "12:58:00\tCompleted 3397 to KZ596200: 2441.019848428576\n", - "12:58:00\tCompleted 3380 to KZ315000: 745.2877614018727\n", - "12:58:00\tCompleted 3336 to KZ234600: 4054.1833875862003\n", - "12:58:00\tCompleted 3313 to KZ595800: 2090.457550565712\n", - "12:58:00\tCompleted 3324 to KZ275000: 2918.923079272339\n", - "12:58:00\tCompleted 3392 to KZ616000: 333.27667582452216\n", - "12:58:00\tCompleted 3361 to KZ395000: 2484.671027218828\n", - "12:58:00\tCompleted 3373 to KZ635400: 2889.670340105675\n", - "12:58:00\tCompleted 3339 to KZ593400: 1921.9660704528355\n", - "12:58:00\tCompleted 3342 to KZ551000: 1809.4912842115957\n", - "12:58:00\tCompleted 3334 to KZ116400: 1916.036625791086\n", - "12:58:00\tCompleted 3398 to KZ612000: 479.70839834438374\n", - "12:58:01\tCompleted 3389 to KZ636800: 2733.5546266865504\n", - "12:58:01\tCompleted 3394 to KZ156800: 1970.3158867366735\n", - "12:58:01\tCompleted 3402 to KZ316000: 887.110371274362\n", - "12:58:01\tCompleted 3400 to KZ115600: 2240.8067724642274\n", - "12:58:01\tCompleted 3390 to KZ395800: 2476.126953205021\n", - "12:58:01\tCompleted 3382 to KZ614000: 70.69848480983495\n", - "12:58:01\tCompleted 3353 to KZ395000: 2531.0166111788008\n", - "12:58:01\tCompleted 3392 to KZ613800: 81.89441920385168\n", - "12:58:01\tCompleted 3348 to KZ595200: 2288.2390896742686\n", - "12:58:01\tCompleted 3388 to KZ751710: 1187.863436062324\n", - "12:58:01\tCompleted 3380 to KZ314200: 338.0911181979858\n", - "12:58:01\tCompleted 3327 to KZ634800: 2499.561519567352\n", - "12:58:01\tCompleted 3363 to KZ594200: 2148.8366855414347\n", - "12:58:01\tCompleted 3345 to KZ195800: 1203.813378533729\n", - "12:58:02\tCompleted 3351 to KZ193600: 1107.8971490865226\n", - "12:58:02\tCompleted 3374 to KZ393600: 2200.914762013731\n", - "12:58:02\tCompleted 3331 to KZ273200: 3414.9997897275252\n", - "12:58:02\tCompleted 3358 to KZ636800: 2411.1493994032676\n", - "12:58:02\tCompleted 3398 to KZ614400: 17.313708498984763\n", - "12:58:02\tCompleted 3396 to KZ394800: 2452.0950641975837\n", - "12:58:02\tCompleted 3326 to KZ154800: 2017.4451060975082\n", - "12:58:02\tCompleted 3384 to KZ114500: 2021.924962510354\n", - "12:58:02\tCompleted 3329 to KZ595800: 2141.958621198713\n", - "12:58:02\tCompleted 3395 to KZ634000: 2701.275945507333\n", - "12:58:02\tCompleted 3321 to KZ356000: 1993.0515226833309\n", - "12:58:02\tCompleted 3320 to KZ194600: 4330.825595665594\n", - "12:58:02\tCompleted 3402 to KZ316600: 1154.1037961154698\n", - "12:58:02\tCompleted 3382 to KZ613900: 234.74560248678372\n", - "12:58:02\tCompleted 3328 to KZ396200: 2690.7057659834886\n", - "12:58:02\tCompleted 3372 to KZ115400: 1900.9142534314049\n", - "12:58:03\tCompleted 3398 to KZ614600: 322.05619424120016\n", - "12:58:03\tCompleted 3388 to KZ751810: 1134.107280139273\n", - "12:58:03\tCompleted 3318 to KZ115200: 2000.8541588002008\n", - "12:58:03\tCompleted 3344 to KZ114500: 1891.2992874672045\n", - "12:58:03\tCompleted 3381 to KZ471000: 3148.8446386299497\n", - "12:58:03\tCompleted 3322 to KZ473600: 3642.937105549006\n", - "12:58:03\tCompleted 3354 to KZ595200: 2254.0923300014106\n", - "12:58:03\tCompleted 3378 to KZ111010: 1997.0342381247244\n", - "12:58:03\tCompleted 3334 to KZ116800: 1703.6377720990602\n", - "12:58:03\tCompleted 3351 to KZ194000: 1088.6589482752781\n", - "12:58:03\tCompleted 3323 to KZ593600: 2217.28248525552\n", - "12:58:04\tCompleted 3382 to KZ612000: 344.0751804674894\n", - "12:58:04\tCompleted 3402 to KZ316200: 882.3343348091892\n", - "12:58:04\tCompleted 3345 to KZ196000: 1390.5941339226495\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:58:04\tCompleted 3380 to KZ353200: 1591.980800359838\n", - "12:58:04\tCompleted 3394 to KZ193200: 1923.2639016266405\n", - "12:58:04\tCompleted 3347 to KZ475000: 4558.566296775005\n", - "12:58:04\tCompleted 3391 to KZ552200: 2241.2381682641626\n", - "12:58:04\tCompleted 3357 to KZ154800: 2142.570799021028\n", - "12:58:04\tCompleted 3398 to KZ614800: 674.4352288685027\n", - "12:58:04\tCompleted 3361 to KZ395200: 1952.3098003797097\n", - "12:58:04\tCompleted 3314 to KZ554600: 3927.7757346193325\n", - "12:58:04\tCompleted 3313 to KZ593400: 1899.8448132135723\n", - "12:58:04\tCompleted 3401 to KZ235200: 3062.7083990947144\n", - "12:58:04\tCompleted 3375 to KZ595800: 2309.60864030516\n", - "12:58:04\tCompleted 3400 to KZ115200: 2150.24147536858\n", - "12:58:05\tCompleted 3388 to KZ751910: 1155.2481964896813\n", - "12:58:05\tCompleted 3337 to KZ393400: 2389.829215645982\n", - "12:58:05\tCompleted 3327 to KZ633400: 1767.3394648966437\n", - "12:58:05\tCompleted 3349 to KZ274200: 3605.5583559937468\n", - "12:58:05\tCompleted 3382 to KZ614400: 161.2784019265859\n", - "12:58:05\tCompleted 3339 to KZ594200: 2101.823819516347\n", - "12:58:05\tCompleted 3402 to KZ311000: 513.6932790624612\n", - "12:58:05\tCompleted 3355 to KZ276600: 2953.0257002353396\n", - "12:58:05\tCompleted 3342 to KZ556000: 1857.6126664196129\n", - "12:58:05\tCompleted 3398 to KZ615400: 274.95431664065734\n", - "12:58:05\tCompleted 3397 to KZ596400: 2423.3059704499374\n", - "12:58:05\tCompleted 3345 to KZ191000: 1082.2049810296044\n", - "12:58:05\tCompleted 3346 to KZ634600: 2764.34144525309\n", - "12:58:05\tCompleted 3367 to KZ275800: 2783.9869329468734\n", - "12:58:06\tCompleted 3352 to KZ636200: 2266.773973530049\n", - "12:58:06\tCompleted 3379 to KZ234800: 2865.2325117317596\n", - "12:58:06\tCompleted 3353 to KZ395200: 1998.655384339688\n", - "12:58:06\tCompleted 3321 to KZ354400: 1785.5356445061807\n", - "12:58:06\tCompleted 3382 to KZ614600: 157.585404159188612:58:06\tCompleted 3373 to KZ635000: 2364.396912773255\n", - "\n", - "12:58:06\tCompleted 3351 to KZ196400: 1521.8130549508817\n", - "12:58:06\tCompleted 3405 to KZ551600: 2388.4332064431096\n", - "12:58:06\tCompleted 3329 to KZ593400: 1951.3458838465726\n", - "12:58:06\tCompleted 3388 to KZ751510: 1143.7641343887653\n", - "12:58:06\tCompleted 3348 to KZ591000: 2178.454818426811\n", - "12:58:06\tCompleted 3363 to KZ596600: 2055.805096003924\n", - "12:58:06\tCompleted 3398 to KZ615200: 271.568769828458\n", - "12:58:06\tCompleted 3402 to KZ315000: 926.3651532016829\n", - "12:58:06\tCompleted 3378 to KZ116000: 1729.8569357782824\n", - "12:58:06\tCompleted 3334 to KZ111810: 1725.501865122189\n", - "12:58:06\tCompleted 3390 to KZ392400: 2386.1530335777534\n", - "12:58:07\tCompleted 3344 to KZ114000: 1838.2386412610301\n", - "12:58:07\tCompleted 3380 to KZ353600: 1738.970441842358\n", - "12:58:07\tCompleted 3336 to KZ234800: 3187.8847634218164\n", - "12:58:07\tCompleted 3384 to KZ114000: 1958.0679489427953\n", - "12:58:07\tCompleted 3345 to KZ196200: 847.7978082382698\n", - "12:58:07\tCompleted 3318 to KZ115400: 2023.6279798772653\n", - "12:58:07\tCompleted 3403 to KZ474200: 3342.256880217887\n", - "12:58:07\tCompleted 3382 to KZ614800: 613.9525949967206\n", - "12:58:07\tCompleted 3328 to KZ396600: 2698.624606774678\n", - "12:58:08\tCompleted 3374 to KZ396400: 2359.388658542637612:58:08\tCompleted 3324 to KZ274800: 3454.4279906557476\n", - "\n", - "12:58:08\tCompleted 3402 to KZ314200: 519.168509997795912:58:08\tCompleted 3376 to KZ275400: 3687.4220167940693\n", - "\n", - "12:58:08\tCompleted 3351 to KZ196800: 989.971452709701612:58:08\tCompleted 3372 to KZ151000: 2123.5050425873847\n", - "\n", - "12:58:08\tCompleted 3389 to KZ635800: 2784.1810604021152\n", - "12:58:08\tCompleted 3398 to KZ616400: 859.2452573528379\n", - "12:58:08\tCompleted 3354 to KZ591000: 2144.308058753953\n", - "12:58:08\tCompleted 3394 to KZ193400: 2128.1527786420816\n", - "12:58:08\tCompleted 3358 to KZ635800: 2461.775833118826\n", - "12:58:08\tCompleted 3400 to KZ115400: 2127.6208127704963\n", - "12:58:08\tCompleted 3334 to KZ116600: 1054.6259614104004\n", - "12:58:08\tCompleted 3350 to KZ113200: 1816.144913290754\n", - "12:58:08\tCompleted 3382 to KZ615400: 173.71460185680948\n", - "12:58:09\tCompleted 3320 to KZ194800: 4598.941247719599\n", - "12:58:09\tCompleted 3331 to KZ274400: 3352.128477214248\n", - "12:58:09\tCompleted 3380 to KZ351600: 1313.7605898659067\n", - "12:58:09\tCompleted 3323 to KZ595200: 2214.7326183127475\n", - "12:58:09\tCompleted 3392 to KZ273200: 3173.3353455426495\n", - "12:58:09\tCompleted 3351 to KZ191600: 1015.7694287697901\n", - "12:58:09\tCompleted 3345 to KZ192600: 1121.1487360582983\n", - "12:58:09\tCompleted 3391 to KZ554600: 2323.414640765954\n", - "12:58:09\tCompleted 3375 to KZ593400: 2118.995902953028\n", - "12:58:09\tCompleted 3313 to KZ594200: 2079.7025622770834\n", - "12:58:09\tCompleted 3395 to KZ635400: 3146.1814980895424\n", - "12:58:09\tCompleted 3398 to KZ615600: 1055.063122174415\n", - "12:58:10\tCompleted 3321 to KZ351800: 1806.5703591492065\n", - "12:58:10\tCompleted 3382 to KZ615200: 107.0979797464466\n", - "12:58:10\tCompleted 3339 to KZ596600: 2202.7093370931007\n", - "12:58:10\tCompleted 3394 to KZ193600: 1428.0875096894254\n", - "12:58:10\tCompleted 3337 to KZ391600: 2245.6997126614724\n", - "12:58:10\tCompleted 3327 to KZ633600: 2182.622162537007\n", - "12:58:10\tCompleted 3352 to KZ636400: 2024.1881256500621\n", - "12:58:10\tCompleted 3361 to KZ391000: 2206.7079970360483\n", - "12:58:10\tCompleted 3381 to KZ473600: 2729.8698726070065\n", - "12:58:10\tCompleted 3322 to KZ474200: 4089.561266615528\n", - "12:58:10\tCompleted 3402 to KZ353200: 1773.0581921596395\n", - "12:58:10\tCompleted 3396 to KZ395000: 2786.2308442922063\n", - "12:58:10\tCompleted 3344 to KZ117000: 1760.870984707634\n", - "12:58:10\tCompleted 3326 to KZ155200: 2444.383768999277\n", - "12:58:10\tCompleted 3347 to KZ475200: 4569.409257559052\n", - "12:58:10\tCompleted 3314 to KZ555600: 4491.806585113181\n", - "12:58:10\tCompleted 3342 to KZ556800: 2058.300591291555\n", - "12:58:10\tCompleted 3398 to KZ615800: 317.36649704321087\n", - "12:58:11\tCompleted 3384 to KZ117000: 1880.7002923893992\n", - "12:58:11\tCompleted 3378 to KZ116400: 2078.4348948917395\n", - "12:58:11\tCompleted 3351 to KZ195200: 953.5344519045168\n", - "12:58:11\tCompleted 3382 to KZ616400: 894.2063794429708\n", - "12:58:11\tCompleted 3357 to KZ155200: 2569.509461922784\n", - "12:58:11\tCompleted 3397 to KZ594600: 2548.4955088464417\n", - "12:58:11\tCompleted 3363 to KZ595000: 2084.1622218059015\n", - "12:58:11\tCompleted 3346 to KZ634400: 2356.4921857970244\n", - "12:58:11\tCompleted 3373 to KZ632200: 2247.4727447722394\n", - "12:58:11\tCompleted 3329 to KZ594200: 2131.203632910083\n", - "12:58:11\tCompleted 3380 to KZ354000: 1688.1401509472232\n", - "12:58:11\tCompleted 3350 to KZ113400: 1645.8574203579906\n", - "12:58:12\tCompleted 3394 to KZ194000: 1408.8493088781825\n", - "12:58:12\tCompleted 3345 to KZ196600: 1166.8644601135625\n", - "12:58:12\tCompleted 3398 to KZ612600: 447.71062769679924\n", - "12:58:12\tCompleted 3401 to KZ235600: 3157.7461651151193\n", - "12:58:12\tCompleted 3353 to KZ391000: 2253.053580996021\n", - "12:58:12\tCompleted 3390 to KZ396200: 2341.8167219905595\n", - "12:58:12\tCompleted 3334 to KZ115600: 1889.5742133257438\n", - "12:58:12\tCompleted 3355 to KZ275000: 2818.7233573376852\n", - "12:58:12\tCompleted 3405 to KZ553200: 2507.3811998498063\n", - "12:58:12\tCompleted 3346 to KZ313600: 745.9467055203112\n", - "12:58:13\tCompleted 3382 to KZ615600: 890.5923320924036\n", - "12:58:13\tCompleted 3402 to KZ353600: 1920.0478336421681\n", - "12:58:13\tCompleted 3318 to KZ151000: 2246.218769033238\n", - "12:58:13\tCompleted 3400 to KZ151000: 2350.2116019264663\n", - "12:58:13\tCompleted 3398 to KZ616000: 389.92490810266315\n", - "12:58:13\tCompleted 3348 to KZ595600: 2412.342404948731\n", - "12:58:13\tCompleted 3379 to KZ235200: 2912.872359095127\n", - "12:58:13\tCompleted 3345 to KZ194200: 802.3077733857986\n", - "12:58:13\tCompleted 3351 to KZ195000: 1405.1645554452018\n", - "12:58:13\tCompleted 3328 to KZ394200: 3070.4774215672765\n", - "12:58:13\tCompleted 3372 to KZ153200: 2127.92162601603\n", - "12:58:13\tCompleted 3367 to KZ276000: 3199.8179587019085\n", - "12:58:13\tCompleted 3313 to KZ596600: 1907.5728880835245\n", - "12:58:13\tCompleted 3358 to KZ636200: 2322.8587498885763\n", - "12:58:13\tCompleted 3336 to KZ235200: 3235.524610785184\n", - "12:58:14\tCompleted 3388 to KZ231000: 2976.9331858439214\n", - "12:58:14\tCompleted 3384 to KZ114400: 1793.3591659791032\n", - "12:58:14\tCompleted 3323 to KZ591000: 2104.94834706529\n", - "12:58:14\tCompleted 3346 to KZ314000: 565.6054192819536\n", - "12:58:14\tCompleted 3374 to KZ394000: 2467.8489376319544\n", - "12:58:14\tCompleted 3344 to KZ114400: 1754.0165072480477\n", - "12:58:14\tCompleted 3382 to KZ615800: 152.89570696119915\n", - "12:58:14\tCompleted 3380 to KZ351000: 1622.1148655973875\n", - "12:58:14\tCompleted 3403 to KZ474600: 3019.4323193998052\n", - "12:58:14\tCompleted 3398 to KZ613800: 38.26700220588221\n", - "12:58:14\tCompleted 3339 to KZ595000: 2037.1493557808133\n", - "12:58:14\tCompleted 3354 to KZ595600: 2377.6928530809905\n", - "12:58:14\tCompleted 3397 to KZ711110: 1895.8582159264452\n", - "12:58:14\tCompleted 3394 to KZ196400: 1842.003415553786\n", - "12:58:14\tCompleted 3324 to KZ275800: 2924.0108146441694\n", - "12:58:14\tCompleted 3345 to KZ751210: 749.7551445206415\n", - "12:58:14\tCompleted 3378 to KZ116800: 1875.867813314957\n", - "12:58:14\tCompleted 3389 to KZ636200: 2645.263977171859\n", - "12:58:15\tCompleted 3375 to KZ594200: 2298.853652016532\n", - "12:58:15\tCompleted 3350 to KZ113600: 1774.3285784280483\n", - "12:58:15\tCompleted 3402 to KZ351600: 1494.8379816657168\n", - "12:58:15\tCompleted 3351 to KZ194400: 1222.9494819862277\n", - "12:58:15\tCompleted 3320 to KZ195600: 4675.721815474806\n", - "12:58:15\tCompleted 3342 to KZ554800: 2062.9960793360096\n", - "12:58:15\tCompleted 3327 to KZ633800: 2189.399357023393\n", - "12:58:15\tCompleted 3321 to KZ393200: 2504.64347740629\n", - "12:58:15\tCompleted 3396 to KZ395200: 2253.869617453109\n", - "12:58:15\tCompleted 3376 to KZ273600: 2855.3812757766077\n", - "12:58:15\tCompleted 3326 to KZ156400: 2023.6737686384395\n", - "12:58:15\tCompleted 3382 to KZ612600: 316.7980159041522\n", - "12:58:15\tCompleted 3314 to KZ551000: 3946.6779908970084\n", - "12:58:15\tCompleted 3352 to KZ631000: 2239.0783135014913\n", - "12:58:16\tCompleted 3361 to KZ395400: 2254.5755500691243\n", - "12:58:16\tCompleted 3346 to KZ314800: 1027.6677457510807\n", - "12:58:16\tCompleted 3380 to KZ352000: 1172.0371421794134\n", - "12:58:16\tCompleted 3395 to KZ635000: 2620.908070757122\n", - "12:58:16\tCompleted 3337 to KZ393600: 2548.1330076508398\n", - "12:58:16\tCompleted 3394 to KZ196800: 1310.1618133126055\n", - "12:58:16\tCompleted 3391 to KZ555600: 2577.7184864516994\n", - "12:58:16\tCompleted 3345 to KZ751110: 757.5125038335221\n", - "12:58:16\tCompleted 3357 to KZ156400: 2148.799461561959\n", - "12:58:16\tCompleted 3331 to KZ275400: 4027.3169091712584\n", - "12:58:16\tCompleted 3392 to KZ274400: 3110.46403302936512:58:16\tCompleted 3334 to KZ115200: 2083.056327812004\n", - "\n", - "12:58:16\tCompleted 3405 to KZ553600: 2242.390866783673\n", - "12:58:16\tCompleted 3363 to KZ593600: 2198.7108260901964\n", - "12:58:16\tCompleted 3322 to KZ474600: 3766.736705797446\n", - "12:58:17\tCompleted 3382 to KZ616000: 225.45411802065172\n", - "12:58:17\tCompleted 3351 to KZ194600: 1233.4664479907342\n", - "12:58:17\tCompleted 3346 to KZ315400: 714.9066270711068\n", - "12:58:17\tCompleted 3347 to KZ471800: 4399.01903739832\n", - "12:58:17\tCompleted 3397 to KZ711410: 1896.0310189805548\n", - "12:58:17\tCompleted 3348 to KZ596000: 2055.1574208956513\n", - "12:58:17\tCompleted 3345 to KZ751310: 750.6840767087759\n", - "12:58:17\tCompleted 3353 to KZ395400: 2300.921134029097\n", - "12:58:17\tCompleted 3381 to KZ474200: 3176.4940336735285\n", - "12:58:18\tCompleted 3394 to KZ191600: 1335.9597893726943\n", - "12:58:18\tCompleted 3390 to KZ396600: 2349.7355627817487\n", - "12:58:18\tCompleted 3372 to KZ153400: 2017.3349684903294\n", - "12:58:18\tCompleted 3402 to KZ354000: 1869.2175427470247\n", - "12:58:18\tCompleted 3344 to KZ114600: 1995.509917203663\n", - "12:58:18\tCompleted 3378 to KZ111810: 1897.7319063380858\n", - "12:58:18\tCompleted 3382 to KZ613800: 192.71697700772202\n", - "12:58:18\tCompleted 3400 to KZ153200: 2354.6281853550963\n", - "12:58:18\tCompleted 3313 to KZ595000: 2015.02809854155\n", - "12:58:18\tCompleted 3384 to KZ114600: 2143.4084167041397\n", - "12:58:18\tCompleted 3354 to KZ596000: 2021.0106612227917\n", - "12:58:18\tCompleted 3358 to KZ636400: 2080.2729020085962\n", - "12:58:18\tCompleted 3350 to KZ113800: 1853.9466631840824\n", - "12:58:19\tCompleted 3318 to KZ153200: 2250.635352461875\n", - "12:58:19\tCompleted 3373 to KZ635200: 2630.0019605662687\n", - "12:58:19\tCompleted 3339 to KZ593600: 2151.697960065107\n", - "12:58:19\tCompleted 3329 to KZ596600: 2232.0891504868355\n", - "12:58:19\tCompleted 3345 to KZ751410: 768.1090551124165\n", - "12:58:19\tCompleted 3401 to KZ233600: 3040.3627629710113\n", - "12:58:19\tCompleted 3323 to KZ595600: 2338.8359335872083\n", - "12:58:19\tCompleted 3375 to KZ596600: 2078.733819404835\n", - "12:58:19\tCompleted 3378 to KZ116600: 528.4001319332311\n", - "12:58:19\tCompleted 3328 to KZ394400: 3227.4221966631717\n", - "12:58:19\tCompleted 3394 to KZ195200: 1273.724812507421\n", - "12:58:19\tCompleted 3342 to KZ556400: 2000.7299530274527\n", - "12:58:19\tCompleted 3380 to KZ354800: 1994.5230057397864\n", - "12:58:19\tCompleted 3351 to KZ194800: 1501.5821000447374\n", - "12:58:19\tCompleted 3346 to KZ315600: 1352.976078116291\n", - "12:58:19\tCompleted 3355 to KZ274800: 3354.2282687210877\n", - "12:58:20\tCompleted 3389 to KZ636400: 2402.6781292918936\n", - "12:58:20\tCompleted 3379 to KZ235600: 3007.910125115532\n", - "12:58:20\tCompleted 3374 to KZ396800: 2482.451012305981\n", - "12:58:20\tCompleted 3336 to KZ235600: 3330.562376805589\n", - "12:58:20\tCompleted 3367 to KZ276200: 2919.204171968004\n", - "12:58:20\tCompleted 3402 to KZ351000: 1803.192257397189\n", - "12:58:20\tCompleted 3321 to KZ393400: 2326.903908506422\n", - "12:58:20\tCompleted 3345 to KZ751710: 809.0970868813193\n", - "12:58:20\tCompleted 3397 to KZ711210: 1865.6766333141393\n", - "12:58:21\tCompleted 3327 to KZ634000: 2237.36693769237\n", - "12:58:21\tCompleted 3314 to KZ556000: 3994.799373105022\n", - "12:58:21\tCompleted 3361 to KZ392000: 2261.6292044643487\n", - "12:58:21\tCompleted 3346 to KZ316000: 636.8459557196652\n", - "12:58:21\tCompleted 3405 to KZ552200: 2349.9162560630703\n", - "12:58:21\tCompleted 3320 to KZ195800: 4489.608687841957\n", - "12:58:21\tCompleted 3334 to KZ115400: 2303.6290996776547\n", - "12:58:21\tCompleted 3395 to KZ632200: 2503.9839027561056\n", - "12:58:21\tCompleted 3337 to KZ396400: 2769.544654324197\n", - "12:58:21\tCompleted 3391 to KZ551000: 2316.330763114531\n", - "12:58:21\tCompleted 3388 to KZ234000: 3185.5436632116093\n", - "12:58:21\tCompleted 3396 to KZ391000: 2508.2678141094266\n", - "12:58:21\tCompleted 3403 to KZ475000: 3389.7613461495826\n", - "12:58:22\tCompleted 3390 to KZ394200: 1983.9880429436428\n", - "12:58:22\tCompleted 3363 to KZ595200: 2196.1609591474257\n", - "12:58:22\tCompleted 3398 to KZ273200: 3229.9835778207853\n", - "12:58:22\tCompleted 3324 to KZ276000: 3339.8418403992046\n", - "12:58:22\tCompleted 3347 to KZ593200: 2365.846353355763\n", - "12:58:22\tCompleted 3357 to KZ155600: 2321.479335600877\n", - "12:58:22\tCompleted 3380 to KZ355200: 1650.1133861721596\n", - "12:58:22\tCompleted 3394 to KZ195000: 1725.3549160481061\n", - "12:58:22\tCompleted 3352 to KZ634600: 2506.762938801776712:58:22\tCompleted 3351 to KZ195600: 1578.362667799947\n", - "\n", - "12:58:22\tCompleted 3384 to KZ114800: 2006.5655234896212\n", - "12:58:22\tCompleted 3402 to KZ352000: 1353.114533979215\n", - "12:58:22\tCompleted 3345 to KZ751810: 755.3409309582684\n", - "12:58:22\tCompleted 3376 to KZ276600: 2937.206522475594\n", - "12:58:23\tCompleted 3400 to KZ153400: 2244.0415278294117\n", - "12:58:23\tCompleted 3350 to KZ114500: 1927.789158268904\n", - "12:58:23\tCompleted 3344 to KZ114800: 2137.6592361123744\n", - "12:58:23\tCompleted 3346 to KZ316600: 1059.8109715276478\n", - "12:58:23\tCompleted 3326 to KZ155600: 2196.3536426773703\n", - "12:58:23\tCompleted 3323 to KZ596000: 1981.650949534126\n", - "12:58:23\tCompleted 3378 to KZ115600: 2061.8042545416406\n", - "12:58:23\tCompleted 3348 to KZ596200: 2363.4659373327363\n", - "12:58:23\tCompleted 3353 to KZ392000: 2307.974788424319\n", - "12:58:23\tCompleted 3339 to KZ595200: 2149.1480931223396\n", - "12:58:23\tCompleted 3322 to KZ475000: 4137.065732547224\n", - "12:58:23\tCompleted 3329 to KZ595000: 2066.5291691745497\n", - "12:58:23\tCompleted 3331 to KZ273600: 3195.276168153797\n", - "12:58:23\tCompleted 3318 to KZ153400: 2140.048694936187\n", - "12:58:24\tCompleted 3372 to KZ153600: 2309.7387293477987\n", - "12:58:24\tCompleted 3313 to KZ593600: 2129.5767028258438\n", - "12:58:24\tCompleted 3397 to KZ711310: 1887.2690218527284\n", - "12:58:24\tCompleted 3345 to KZ751910: 776.4818473086767\n", - "12:58:24\tCompleted 3392 to KZ275400: 3785.6524649863754\n", - "12:58:24\tCompleted 3346 to KZ316200: 640.0222098912477\n", - "12:58:24\tCompleted 3342 to KZ554200: 2252.4904768982483\n", - "12:58:24\tCompleted 3394 to KZ194400: 1543.13984258913212:58:24\tCompleted 3381 to KZ474600: 2853.6694728554467\n", - "\n", - "12:58:24\tCompleted 3328 to KZ433200: 2768.1224348930946\n", - "12:58:24\tCompleted 3354 to KZ596200: 2296.041463968644\n", - "12:58:24\tCompleted 3375 to KZ595000: 2234.1791882809957\n", - "12:58:25\tCompleted 3351 to KZ195800: 1392.249540167097\n", - "12:58:25\tCompleted 3401 to KZ633200: 2498.587897218999\n", - "12:58:25\tCompleted 3358 to KZ631000: 2295.1630898600188\n", - "12:58:25\tCompleted 3380 to KZ355600: 1812.7400716653576\n", - "12:58:25\tCompleted 3373 to KZ632400: 2498.95751841577\n", - "12:58:25\tCompleted 3357 to KZ156800: 1823.4591798214785\n", - "12:58:25\tCompleted 3374 to KZ394800: 2254.945210600376\n", - "12:58:25\tCompleted 3346 to KZ311000: 419.4004544746392\n", - "12:58:25\tCompleted 3321 to KZ391600: 2182.7744055219123\n", - "12:58:26\tCompleted 3342 to KZ791110: 547.1978142230483\n", - "12:58:26\tCompleted 3345 to KZ751510: 764.9977852077608\n", - "12:58:26\tCompleted 3382 to KZ273200: 3103.6759651622124\n", - "12:58:26\tCompleted 3389 to KZ631000: 2617.5683171433016\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:58:26\tCompleted 3394 to KZ194600: 1553.6568085936385\n", - "12:58:26\tCompleted 3347 to KZ595800: 2469.76596339612912:58:26\tCompleted 3350 to KZ114000: 1863.9321447013454\n", - "\n", - "12:58:26\tCompleted 3405 to KZ554600: 2432.0927285648604\n", - "12:58:26\tCompleted 3344 to KZ111010: 1891.097570987027\n", - "12:58:26\tCompleted 3384 to KZ111010: 2010.9268786687921\n", - "12:58:26\tCompleted 3402 to KZ354800: 2175.6003975395965\n", - "12:58:26\tCompleted 3363 to KZ591000: 2086.376687899968\n", - "12:58:26\tCompleted 3314 to KZ556800: 4195.487297976968\n", - "12:58:26\tCompleted 3326 to KZ156800: 1698.333486897959\n", - "12:58:26\tCompleted 3361 to KZ395600: 2334.932702371993\n", - "12:58:27\tCompleted 3355 to KZ275800: 2823.8110927095095\n", - "12:58:27\tCompleted 3334 to KZ151000: 2979.825295609244\n", - "12:58:27\tCompleted 3379 to KZ233600: 2890.5267229714077\n", - "12:58:27\tCompleted 3378 to KZ115200: 1973.3014209489659\n", - "12:58:27\tCompleted 3342 to KZ791310: 503.6575823424394\n", - "12:58:27\tCompleted 3391 to KZ556000: 2364.4521453225443\n", - "12:58:27\tCompleted 3380 to KZ352100: 1079.7235495611535\n", - "12:58:27\tCompleted 3346 to KZ315000: 832.0723286138609\n", - "12:58:27\tCompleted 3390 to KZ394400: 2411.994394269642\n", - "12:58:27\tCompleted 3351 to KZ196000: 1579.030295556017\n", - "12:58:27\tCompleted 3396 to KZ395400: 2556.1353671425027\n", - "12:58:27\tCompleted 3352 to KZ634400: 2098.9136793457196\n", - "12:58:27\tCompleted 3336 to KZ233600: 3213.1789746614986\n", - "12:58:27\tCompleted 3320 to KZ196000: 4676.389443230911\n", - "12:58:28\tCompleted 3367 to KZ271000: 2936.89712738222\n", - "12:58:28\tCompleted 3337 to KZ394000: 3001.479503690018\n", - "12:58:28\tCompleted 3339 to KZ591000: 2039.3638218748808\n", - "12:58:28\tCompleted 3357 to KZ193200: 1567.0451138513063\n", - "12:58:28\tCompleted 3395 to KZ635200: 2886.513118550136\n", - "12:58:28\tCompleted 3372 to KZ154000: 2061.3153021728344\n", - "12:58:28\tCompleted 3327 to KZ635400: 2682.272490274579512:58:28\tCompleted 3400 to KZ153600: 2536.4452886868903\n", - "\n", - "12:58:28\tCompleted 3342 to KZ791510: 480.77708277078625\n", - "12:58:28\tCompleted 3346 to KZ314200: 424.8756854099739\n", - "12:58:28\tCompleted 3348 to KZ596400: 2215.9518501666\n", - "12:58:28\tCompleted 3328 to KZ431900: 2249.078601997891\n", - "12:58:29\tCompleted 3352 to KZ313600: 488.36819906898216\n", - "12:58:29\tCompleted 3329 to KZ593600: 2181.077773458844\n", - "12:58:29\tCompleted 3324 to KZ276200: 3059.2280536653\n", - "12:58:29\tCompleted 3323 to KZ596200: 2368.6503992052944\n", - "12:58:29\tCompleted 3394 to KZ194800: 1821.7724606476418\n", - "12:58:29\tCompleted 3403 to KZ475200: 3400.604306933632\n", - "12:58:29\tCompleted 3398 to KZ274400: 3167.1122653075045\n", - "12:58:29\tCompleted 3313 to KZ595200: 2127.0268358830763\n", - "12:58:29\tCompleted 3351 to KZ191000: 1270.641142662972\n", - "12:58:29\tCompleted 3376 to KZ275000: 2802.9041795779412\n", - "12:58:29\tCompleted 3384 to KZ116000: 1743.74957632235\n", - "12:58:29\tCompleted 3390 to KZ433200: 1545.1118928929657\n", - "12:58:29\tCompleted 3402 to KZ355200: 1831.190777971961\n", - "12:58:29\tCompleted 3342 to KZ791710: 479.0009024537537\n", - "12:58:29\tCompleted 3380 to KZ352200: 1599.9213750885551\n", - "12:58:30\tCompleted 3350 to KZ117000: 1786.5644881479493\n", - "12:58:30\tCompleted 3318 to KZ153600: 2432.452455793659\n", - "12:58:30\tCompleted 3388 to KZ234200: 3636.489369732545\n", - "12:58:30\tCompleted 3326 to KZ193200: 1713.0326427870964\n", - "12:58:30\tCompleted 3352 to KZ314000: 308.02691283062495\n", - "12:58:30\tCompleted 3347 to KZ593400: 2279.153226043994\n", - "12:58:30\tCompleted 3353 to KZ395600: 2381.278286331966\n", - "12:58:30\tCompleted 3344 to KZ116000: 1704.4069175912946\n", - "12:58:30\tCompleted 3375 to KZ593600: 2348.727792565301\n", - "12:58:30\tCompleted 3331 to KZ276600: 3277.101414852783\n", - "12:58:30\tCompleted 3378 to KZ115400: 1950.680758350872\n", - "12:58:31\tCompleted 3322 to KZ475200: 4147.908693331273\n", - "12:58:31\tCompleted 3390 to KZ431900: 1026.0680599977468\n", - "12:58:31\tCompleted 3373 to KZ632800: 2304.888433399119\n", - "12:58:31\tCompleted 3397 to KZ555200: 2628.89332671084\n", - "12:58:31\tCompleted 3346 to KZ353200: 1460.2374277066435\n", - "12:58:31\tCompleted 3321 to KZ393600: 2485.20770051128212:58:31\tCompleted 3351 to KZ196200: 1036.2339698716376\n", - "\n", - "12:58:31\tCompleted 3342 to KZ611600: 735.8614377288781\n", - "12:58:31\tCompleted 3336 to KZ633200: 1811.7699928732493\n", - "12:58:31\tCompleted 3401 to KZ634800: 2983.0344886292655\n", - "12:58:31\tCompleted 3380 to KZ352300: 1295.4485346987387\n", - "12:58:31\tCompleted 3358 to KZ634600: 2562.8477151603074\n", - "12:58:32\tCompleted 3357 to KZ193400: 1771.9339908667469\n", - "12:58:32\tCompleted 3352 to KZ314800: 770.0892392997521\n", - "12:58:32\tCompleted 3374 to KZ395000: 2589.08099069499512:58:32\tCompleted 3394 to KZ195600: 1898.5530284028514\n", - "\n", - "12:58:32\tCompleted 3392 to KZ273600: 2953.611723968914\n", - "12:58:32\tCompleted 3354 to KZ596400: 2203.0766885026637\n", - "12:58:32\tCompleted 3363 to KZ595600: 2269.5637115317413\n", - "12:58:32\tCompleted 3381 to KZ475000: 3223.998499605224\n", - "12:58:32\tCompleted 3314 to KZ554800: 4199.4638588246835\n", - "12:58:32\tCompleted 3361 to KZ395800: 2361.479643878049\n", - "12:58:32\tCompleted 3342 to KZ613600: 589.4888854909578\n", - "12:58:32\tCompleted 3390 to KZ434600: 1059.732630424127\n", - "12:58:33\tCompleted 3379 to KZ633200: 2310.588679795979\n", - "12:58:33\tCompleted 3400 to KZ154000: 2288.0218615119115\n", - "12:58:33\tCompleted 3334 to KZ153200: 2984.2418790378692\n", - "12:58:33\tCompleted 3352 to KZ315400: 457.32812061977813\n", - "12:58:33\tCompleted 3351 to KZ192600: 1309.584897691666\n", - "12:58:33\tCompleted 3345 to KZ231000: 3104.160498025951\n", - "12:58:33\tCompleted 3396 to KZ392000: 2563.1890215377202\n", - "12:58:33\tCompleted 3350 to KZ114400: 1699.2233617376532\n", - "12:58:33\tCompleted 3327 to KZ635000: 2156.999062942158\n", - "12:58:33\tCompleted 3402 to KZ355600: 1993.817463465159\n", - "12:58:33\tCompleted 3328 to KZ434600: 2282.743172424269\n", - "12:58:33\tCompleted 3339 to KZ595600: 2273.251408396797\n", - "12:58:33\tCompleted 3357 to KZ193600: 1071.8687219140936\n", - "12:58:33\tCompleted 3389 to KZ634600: 2885.2529424435966\n", - "12:58:33\tCompleted 3320 to KZ191000: 4368.000290337838\n", - "12:58:33\tCompleted 3337 to KZ396800: 2747.5719612504313\n", - "12:58:34\tCompleted 3384 to KZ116400: 2092.3275354358057\n", - "12:58:34\tCompleted 3313 to KZ591000: 2017.2425646356176\n", - "12:58:34\tCompleted 3342 to KZ614000: 536.3488385766342\n", - "12:58:34\tCompleted 3372 to KZ154200: 2363.951341142152\n", - "12:58:34\tCompleted 3391 to KZ556800: 2565.1400701944817\n", - "12:58:34\tCompleted 3380 to KZ352800: 1574.151409582413\n", - "12:58:34\tCompleted 3395 to KZ632400: 2755.4686763996374\n", - "12:58:34\tCompleted 3355 to KZ276000: 3239.6421184645446\n", - "12:58:34\tCompleted 3323 to KZ596400: 2163.7169768139984\n", - "12:58:34\tCompleted 3329 to KZ595200: 2178.527906516075\n", - "12:58:34\tCompleted 3405 to KZ555600: 2686.3965742506034\n", - "12:58:34\tCompleted 3390 to KZ434400: 1402.6820293858616\n", - "12:58:34\tCompleted 3394 to KZ195800: 1712.4399007700013\n", - "12:58:34\tCompleted 3347 to KZ594200: 2459.010975107501\n", - "12:58:34\tCompleted 3352 to KZ315600: 1095.3975716649627\n", - "12:58:35\tCompleted 3344 to KZ116400: 1982.329999869285312:58:35\tCompleted 3346 to KZ353600: 1825.7550090543461\n", - "\n", - "12:58:35\tCompleted 3382 to KZ274400: 3040.804652648923\n", - "12:58:35\tCompleted 3402 to KZ352100: 1260.8009413609636\n", - "12:58:35\tCompleted 3367 to KZ274000: 3590.5553111017375\n", - "12:58:35\tCompleted 3357 to KZ194000: 1052.6305211028482\n", - "12:58:35\tCompleted 3348 to KZ594600: 2421.430701694082\n", - "12:58:35\tCompleted 3326 to KZ193400: 1917.921519802537\n", - "12:58:35\tCompleted 3351 to KZ196600: 1355.3006217469303\n", - "12:58:35\tCompleted 3342 to KZ613900: 814.272110593082212:58:35\tCompleted 3318 to KZ154000: 2184.0290286186832\n", - "\n", - "12:58:35\tCompleted 3378 to KZ151000: 2173.27154750685\n", - "12:58:35\tCompleted 3324 to KZ271000: 3076.921009079516\n", - "12:58:36\tCompleted 3397 to KZ551600: 2362.326604725313\n", - "12:58:36\tCompleted 3375 to KZ595200: 2346.17792562252\n", - "12:58:36\tCompleted 3390 to KZ431000: 744.3734470232183\n", - "12:58:36\tCompleted 3352 to KZ316000: 618.100371327145\n", - "12:58:36\tCompleted 3401 to KZ633400: 2250.8124339585806\n", - "12:58:36\tCompleted 3321 to KZ396400: 2706.61934718464\n", - "12:58:36\tCompleted 3380 to KZ356400: 1476.4224267495524\n", - "12:58:36\tCompleted 3363 to KZ596000: 1963.0792903688023\n", - "12:58:36\tCompleted 3346 to KZ351600: 1400.5451570778948\n", - "12:58:36\tCompleted 3374 to KZ395200: 2056.719763855888212:58:36\tCompleted 3358 to KZ634400: 2154.998455704248\n", - "\n", - "12:58:37\tCompleted 3342 to KZ612000: 682.9835716215459\n", - "12:58:37\tCompleted 3403 to KZ471800: 3230.2140867729063\n", - "12:58:37\tCompleted 3351 to KZ194200: 990.7439350191663\n", - "12:58:37\tCompleted 3376 to KZ274800: 3338.409090961342\n", - "12:58:37\tCompleted 3326 to KZ193600: 1217.8562508498821\n", - "12:58:37\tCompleted 3353 to KZ395800: 2407.8252278380273\n", - "12:58:37\tCompleted 3398 to KZ275400: 3842.300697264515\n", - "12:58:37\tCompleted 3384 to KZ116800: 1889.7604538590247\n", - "12:58:37\tCompleted 3322 to KZ471800: 3977.518473170547\n", - "12:58:37\tCompleted 3373 to KZ636800: 2427.125806226775\n", - "12:58:37\tCompleted 3390 to KZ435200: 642.6793169622879\n", - "12:58:37\tCompleted 3336 to KZ634800: 2296.2165842835398\n", - "12:58:37\tCompleted 3394 to KZ196000: 1899.2206561589214\n", - "12:58:37\tCompleted 3327 to KZ632200: 2040.0748949411266\n", - "12:58:37\tCompleted 3352 to KZ316600: 802.2324650763192\n", - "12:58:37\tCompleted 3331 to KZ275000: 3142.799071955116\n", - "12:58:37\tCompleted 3339 to KZ596000: 1916.066424343713\n", - "12:58:37\tCompleted 3357 to KZ196400: 1485.7846277784517\n", - "12:58:38\tCompleted 3350 to KZ114600: 2049.2726124626897\n", - "12:58:38\tCompleted 3388 to KZ234600: 3751.6596681705996\n", - "12:58:38\tCompleted 3358 to KZ313600: 544.4529754275168\n", - "12:58:38\tCompleted 3361 to KZ392400: 2271.505724250794\n", - "12:58:38\tCompleted 3342 to KZ614400: 740.8049100328845\n", - "12:58:38\tCompleted 3372 to KZ156000: 1937.2005735103658\n", - "12:58:38\tCompleted 3344 to KZ116800: 1769.9311461772595\n", - "12:58:38\tCompleted 3328 to KZ434400: 2625.692571385994\n", - "12:58:38\tCompleted 3348 to KZ711110: 1669.662995279808\n", - "12:58:38\tCompleted 3402 to KZ352200: 1780.9987668883566\n", - "12:58:38\tCompleted 3400 to KZ154200: 2590.657900481234\n", - "12:58:38\tCompleted 3351 to KZ751210: 938.1913061540092\n", - "12:58:38\tCompleted 3314 to KZ556400: 4137.916659712856\n", - "12:58:39\tCompleted 3313 to KZ595600: 2121.331503611353\n", - "12:58:39\tCompleted 3390 to KZ434800: 674.0055778786231\n", - "12:58:39\tCompleted 3396 to KZ395600: 2636.4925194453713\n", - "12:58:39\tCompleted 3352 to KZ316200: 537.04006361451\n", - "12:58:39\tCompleted 3326 to KZ194000: 1198.6180500386383\n", - "12:58:39\tCompleted 3380 to KZ352400: 1658.4169037978158\n", - "12:58:39\tCompleted 3334 to KZ153400: 2873.6552215121906\n", - "12:58:39\tCompleted 3357 to KZ196800: 953.9430255372715\n", - "12:58:39\tCompleted 3320 to KZ196200: 4133.593117546479\n", - "12:58:39\tCompleted 3347 to KZ596600: 2559.896492684253\n", - "12:58:39\tCompleted 3358 to KZ314000: 364.11168918915916\n", - "12:58:39\tCompleted 3346 to KZ354000: 1556.3967782940288\n", - "12:58:39\tCompleted 3342 to KZ614600: 530.456537501449\n", - "12:58:39\tCompleted 3389 to KZ634400: 2477.403682987531\n", - "12:58:40\tCompleted 3405 to KZ551000: 2425.0088509134384\n", - "12:58:40\tCompleted 3381 to KZ475200: 3234.8414603892734\n", - "12:58:40\tCompleted 3394 to KZ191000: 1590.8315032658763\n", - "12:58:40\tCompleted 3345 to KZ234000: 3312.7709753936388\n", - "12:58:40\tCompleted 3379 to KZ634800: 2795.03527120624212:58:40\tCompleted 3337 to KZ394800: 2926.2265299484916\n", - "\n", - "12:58:40\tCompleted 3351 to KZ751110: 945.9486654668899\n", - "12:58:40\tCompleted 3390 to KZ433600: 934.675758227759\n", - "12:58:40\tCompleted 3352 to KZ311000: 161.82194802331057\n", - "12:58:40\tCompleted 3329 to KZ591000: 2068.7436352686173\n", - "12:58:40\tCompleted 3336 to KZ633400: 1563.994529612816\n", - "12:58:40\tCompleted 3391 to KZ554800: 2569.8355582389327\n", - "12:58:40\tCompleted 3395 to KZ632800: 2561.3995913829863\n", - "12:58:40\tCompleted 3402 to KZ352300: 1438.3627490751235\n", - "12:58:40\tCompleted 3378 to KZ153200: 2177.6881309354917\n", - "12:58:40\tCompleted 3323 to KZ594600: 2347.924230332559\n", - "12:58:40\tCompleted 3358 to KZ314800: 826.1740156582863\n", - "12:58:40\tCompleted 3354 to KZ594600: 2387.2839420212244\n", - "12:58:41\tCompleted 3357 to KZ191600: 979.7410015973601\n", - "12:58:41\tCompleted 3389 to KZ313600: 866.8582027108181\n", - "12:58:41\tCompleted 3384 to KZ111810: 1911.6245468821535\n", - "12:58:41\tCompleted 3375 to KZ591000: 2236.3936543750624\n", - "12:58:41\tCompleted 3397 to KZ553200: 2481.2745981320095\n", - "12:58:41\tCompleted 3380 to KZ356000: 1456.5449219220127\n", - "12:58:41\tCompleted 3322 to KZ593200: 1954.1703346910654\n", - "12:58:41\tCompleted 3342 to KZ614800: 1012.0773428725572\n", - "12:58:41\tCompleted 3390 to KZ434000: 667.237171329143712:58:41\tCompleted 3351 to KZ751310: 939.1202383421437\n", - "\n", - "12:58:41\tCompleted 3348 to KZ711410: 1695.7754953633196\n", - "12:58:41\tCompleted 3352 to KZ315000: 574.4938221625322\n", - "12:58:41\tCompleted 3403 to KZ593200: 2362.1270382773173\n", - "12:58:41\tCompleted 3394 to KZ196200: 1356.4243304745419\n", - "12:58:41\tCompleted 3346 to KZ351000: 1490.371492944193\n", - "12:58:42\tCompleted 3344 to KZ111810: 1791.7952392003883\n", - "12:58:42\tCompleted 3328 to KZ431000: 1967.3839890233799\n", - "12:58:42\tCompleted 3363 to KZ596200: 2187.9123224193936\n", - "12:58:42\tCompleted 3355 to KZ276200: 2959.0283317306403\n", - "12:58:42\tCompleted 3358 to KZ315400: 513.4128969783123\n", - "12:58:42\tCompleted 3389 to KZ314000: 686.5169164724605\n", - "12:58:42\tCompleted 3326 to KZ196400: 1631.7721567142419\n", - "12:58:42\tCompleted 3350 to KZ114800: 1949.5174393121051\n", - "12:58:42\tCompleted 3321 to KZ394000: 2938.5541965504613\n", - "12:58:42\tCompleted 3318 to KZ154200: 2486.6650675880055\n", - "12:58:42\tCompleted 3357 to KZ195200: 917.5060247320868\n", - "12:58:42\tCompleted 3400 to KZ156000: 2163.9071328494542\n", - "12:58:42\tCompleted 3384 to KZ116600: 542.2927724772993\n", - "12:58:42\tCompleted 3392 to KZ276600: 3035.4369706679\n", - "12:58:42\tCompleted 3339 to KZ596200: 2303.0658740148824\n", - "12:58:42\tCompleted 3352 to KZ314200: 167.2971789586453\n", - "12:58:43\tCompleted 3401 to KZ633600: 2666.0951315989414\n", - "12:58:43\tCompleted 3342 to KZ615400: 753.2411099631079\n", - "12:58:43\tCompleted 3374 to KZ391000: 2311.117960512215\n", - "12:58:43\tCompleted 3344 to KZ116600: 545.2247529432605\n", - "12:58:43\tCompleted 3351 to KZ751410: 956.5452167457843\n", - "12:58:43\tCompleted 3367 to KZ274200: 3707.9008054811925\n", - "12:58:43\tCompleted 3324 to KZ274000: 3730.5791927990235\n", - "12:58:43\tCompleted 3402 to KZ352800: 1755.2288013822144\n", - "12:58:43\tCompleted 3313 to KZ596000: 1893.9451671044496\n", - "12:58:43\tCompleted 3346 to KZ352000: 1040.293769526219\n", - "12:58:43\tCompleted 3353 to KZ392400: 2317.85130821076712:58:43\tCompleted 3380 to KZ354400: 1416.1825143713866\n", - "\n", - "12:58:43\tCompleted 3347 to KZ595000: 2394.3365113719647\n", - "12:58:43\tCompleted 3327 to KZ635200: 2422.604110735172\n", - "12:58:43\tCompleted 3389 to KZ314800: 1148.5792429415876\n", - "12:58:43\tCompleted 3323 to KZ711110: 1636.2692222904911\n", - "12:58:43\tCompleted 3382 to KZ275400: 3715.9930846059333\n", - "12:58:44\tCompleted 3372 to KZ154600: 2235.3380042554872\n", - "12:58:44\tCompleted 3361 to KZ396200: 2227.169412663596\n", - "12:58:44\tCompleted 3358 to KZ315600: 1151.4823480234968\n", - "12:58:44\tCompleted 3326 to KZ196800: 1099.9305544730614\n", - "12:58:44\tCompleted 3394 to KZ192600: 1629.7752582945702\n", - "12:58:44\tCompleted 3373 to KZ635800: 2477.7522399423347\n", - "12:58:44\tCompleted 3354 to KZ711110: 1675.6289339791567\n", - "12:58:44\tCompleted 3398 to KZ273600: 3010.259956247053\n", - "12:58:44\tCompleted 3376 to KZ275800: 2807.9919149497637\n", - "12:58:44\tCompleted 3342 to KZ615200: 490.65775646482757\n", - "12:58:44\tCompleted 3314 to KZ554200: 4307.761561566054\n", - "12:58:44\tCompleted 3348 to KZ711210: 1696.937256790218\n", - "12:58:44\tCompleted 3379 to KZ633400: 2062.8132165355646\n", - "12:58:44\tCompleted 3336 to KZ633600: 1979.2772272531834\n", - "12:58:45\tCompleted 3351 to KZ751710: 997.5332485146871\n", - "12:58:45\tCompleted 3357 to KZ195000: 1369.1361282727719\n", - "12:58:45\tCompleted 3389 to KZ315400: 835.8181242616137\n", - "12:58:45\tCompleted 3378 to KZ153400: 2067.1014734097967\n", - "12:58:45\tCompleted 3328 to KZ435200: 1865.6898589624493\n", - "12:58:45\tCompleted 3358 to KZ316000: 587.8144802200304\n", - "12:58:45\tCompleted 3331 to KZ274800: 3678.303983338531\n", - "12:58:45\tCompleted 3396 to KZ395800: 2663.039460951441\n", - "12:58:45\tCompleted 3380 to KZ351800: 1270.6495448255152\n", - "12:58:45\tCompleted 3352 to KZ353200: 1526.812763119038\n", - "12:58:45\tCompleted 3388 to KZ234800: 2885.3610440062157\n", - "12:58:45\tCompleted 3402 to KZ356400: 1657.4998185493625\n", - "12:58:45\tCompleted 3326 to KZ191600: 1125.7285305331502\n", - "12:58:45\tCompleted 3334 to KZ153600: 3166.0589823697114\n", - "12:58:46\tCompleted 3405 to KZ556000: 2473.130233121452\n", - "12:58:46\tCompleted 3320 to KZ192600: 4406.944045366532\n", - "12:58:46\tCompleted 3337 to KZ395000: 2854.2019396394453\n", - "12:58:46\tCompleted 3397 to KZ553600: 2216.284265065878\n", - "12:58:46\tCompleted 3394 to KZ196600: 1675.4909823498347\n", - "12:58:46\tCompleted 3350 to KZ111010: 1916.7910744273422\n", - "12:58:46\tCompleted 3391 to KZ556400: 2507.5694319303784\n", - "12:58:46\tCompleted 3351 to KZ751810: 943.7770925916361\n", - "12:58:46\tCompleted 3375 to KZ595600: 2292.4924349326493\n", - "12:58:46\tCompleted 3322 to KZ595800: 2058.0899447314423\n", - "12:58:46\tCompleted 3358 to KZ316600: 858.3172414348534\n", - "12:58:46\tCompleted 3323 to KZ711410: 1636.4420253446008\n", - "12:58:47\tCompleted 3403 to KZ595800: 2466.0466483176833\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:58:47\tCompleted 3357 to KZ194400: 1186.9210548137976\n", - "12:58:47\tCompleted 3329 to KZ595600: 2302.6312217905333\n", - "12:58:47\tCompleted 3395 to KZ636800: 2683.636964210642\n", - "12:58:47\tCompleted 3371 to KZ113200: 1826.5184196015812\n", - "12:58:47\tCompleted 3339 to KZ596400: 2076.860853614662\n", - "12:58:47\tCompleted 3363 to KZ596400: 2145.1453176486743\n", - "12:58:47\tCompleted 3389 to KZ315600: 1473.887575306798\n", - "12:58:47\tCompleted 3344 to KZ115600: 1955.8675874039432\n", - "12:58:47\tCompleted 3326 to KZ195200: 1063.4935536678768\n", - "12:58:47\tCompleted 3318 to KZ156000: 2059.914299956226\n", - "12:58:47\tCompleted 3342 to KZ616400: 1463.2503073608793\n", - "12:58:47\tCompleted 3354 to KZ711410: 1675.8017370332664\n", - "12:58:47\tCompleted 3345 to KZ234200: 3763.7166819145746\n", - "12:58:47\tCompleted 3381 to KZ471800: 3064.4512402285477\n", - "12:58:47\tCompleted 3384 to KZ115600: 2075.6968950857085\n", - "12:58:47\tCompleted 3321 to KZ396800: 2684.6466541108744\n", - "12:58:48\tCompleted 3394 to KZ194200: 1310.9342956220694\n", - "12:58:48\tCompleted 3348 to KZ711310: 1708.7946162461499\n", - "12:58:48\tCompleted 3400 to KZ154600: 2462.044563594569\n", - "12:58:48\tCompleted 3347 to KZ593600: 2508.8851156562664\n", - "12:58:48\tCompleted 3346 to KZ354800: 2039.2277315848187\n", - "12:58:48\tCompleted 3358 to KZ316200: 583.0384437548576\n", - "12:58:48\tCompleted 3351 to KZ751910: 964.9180089420445\n", - "12:58:48\tCompleted 3313 to KZ596200: 2039.6801144989968\n", - "12:58:48\tCompleted 3314 to KZ791110: 3119.596618688785\n", - "12:58:48\tCompleted 3402 to KZ352400: 1839.4942955976173\n", - "12:58:48\tCompleted 3372 to KZ154800: 2070.3453152678962\n", - "12:58:48\tCompleted 3328 to KZ434800: 1897.0161198787848\n", - "12:58:48\tCompleted 3352 to KZ353600: 1568.1765026030168\n", - "12:58:48\tCompleted 3389 to KZ316000: 852.3904437907069\n", - "12:58:48\tCompleted 3357 to KZ194600: 1197.4380208183043\n", - "12:58:49\tCompleted 3353 to KZ396200: 2273.5149966235713\n", - "12:58:49\tCompleted 3342 to KZ615600: 1124.4696483331547\n", - "12:58:49\tCompleted 3336 to KZ633800: 1986.054421739572\n", - "12:58:49\tCompleted 3358 to KZ311000: 217.9067243818448\n", - "12:58:49\tCompleted 3401 to KZ633800: 2672.872326085305\n", - "12:58:49\tCompleted 3390 to KZ471000: 3131.681879307188\n", - "12:58:49\tCompleted 3327 to KZ632400: 2291.5596685846745\n", - "12:58:49\tCompleted 3323 to KZ711210: 1606.0876396781853\n", - "12:58:49\tCompleted 3361 to KZ396600: 2235.0882534547854\n", - "12:58:49\tCompleted 3350 to KZ116000: 1649.6137720809002\n", - "12:58:49\tCompleted 3394 to KZ751210: 1258.3816667569133\n", - "12:58:49\tCompleted 3351 to KZ751510: 953.4339468411285\n", - "12:58:50\tCompleted 3371 to KZ113400: 1656.2309266688178\n", - "12:58:50\tCompleted 3326 to KZ195000: 1515.123657208562\n", - "12:58:50\tCompleted 3373 to KZ636200: 2338.8351567120835\n", - "12:58:50\tCompleted 3389 to KZ316600: 1180.7224687181547\n", - "12:58:50\tCompleted 3374 to KZ395400: 2358.9855135452913\n", - "12:58:50\tCompleted 3402 to KZ356000: 1599.4591362983974\n", - "12:58:50\tCompleted 3342 to KZ615800: 431.73435453569147\n", - "12:58:50\tCompleted 3358 to KZ315000: 630.5785985210664\n", - "12:58:50\tCompleted 3322 to KZ593400: 1867.4772073793024\n", - "12:58:50\tCompleted 3397 to KZ552200: 2323.8096543452734\n", - "12:58:50\tCompleted 3355 to KZ271000: 2976.72128714485612:58:50\tCompleted 3382 to KZ273600: 2883.9523435884716\n", - "\n", - "12:58:50\tCompleted 3352 to KZ351600: 1142.9666506265655\n", - "12:58:50\tCompleted 3346 to KZ355200: 1518.3700135189652\n", - "12:58:51\tCompleted 3324 to KZ274200: 3847.9246871784885\n", - "12:58:51\tCompleted 3354 to KZ711210: 1645.4473513668509\n", - "12:58:51\tCompleted 3379 to KZ633600: 2478.095914175928\n", - "12:58:51\tCompleted 3380 to KZ393200: 2384.8269905687794\n", - "12:58:51\tCompleted 3398 to KZ276600: 3092.085202946039312:58:51\tCompleted 3337 to KZ395200: 2386.1664545646104\n", - "\n", - "12:58:51\tCompleted 3396 to KZ392400: 2573.0655413241725\n", - "12:58:51\tCompleted 3375 to KZ596000: 2113.0962568439027\n", - "12:58:51\tCompleted 3357 to KZ194800: 1465.5536728723075\n", - "12:58:51\tCompleted 3384 to KZ115200: 2023.2947754134777\n", - "12:58:51\tCompleted 3403 to KZ593400: 2275.4339109655475\n", - "12:58:51\tCompleted 3334 to KZ154000: 2917.6355551946895\n", - "12:58:51\tCompleted 3344 to KZ115200: 2073.6211067783756\n", - "12:58:51\tCompleted 3389 to KZ316200: 847.614407325534\n", - "12:58:51\tCompleted 3394 to KZ751110: 1266.139026069794\n", - "12:58:51\tCompleted 3342 to KZ612600: 686.8644811566169\n", - "12:58:52\tCompleted 3326 to KZ194400: 1332.908583749588\n", - "12:58:52\tCompleted 3358 to KZ314200: 223.38195531717955\n", - "12:58:52\tCompleted 3400 to KZ154800: 2297.051874606974\n", - "12:58:52\tCompleted 3376 to KZ276000: 3223.822940704799\n", - "12:58:52\tCompleted 3314 to KZ791310: 3097.315069728385\n", - "12:58:52\tCompleted 3339 to KZ594600: 2282.339705142149\n", - "12:58:52\tCompleted 3347 to KZ595200: 2506.335248713489\n", - "12:58:52\tCompleted 3323 to KZ711310: 1627.6800282167744\n", - "12:58:52\tCompleted 3378 to KZ153600: 2359.505234267266\n", - "12:58:52\tCompleted 3381 to KZ593200: 2194.3017282299948\n", - "12:58:52\tCompleted 3405 to KZ556800: 2673.8181579933894\n", - "12:58:52\tCompleted 3320 to KZ196600: 4452.659769421784\n", - "12:58:52\tCompleted 3402 to KZ354400: 1597.2599061711878\n", - "12:58:52\tCompleted 3328 to KZ433600: 2157.6863002279133\n", - "12:58:52\tCompleted 3389 to KZ311000: 540.3119516651461\n", - "12:58:53\tCompleted 3329 to KZ596000: 1945.44623773745\n", - "12:58:53\tCompleted 3342 to KZ616000: 396.62970978164077\n", - "12:58:53\tCompleted 3392 to KZ275000: 2901.13462777024\n", - "12:58:53\tCompleted 3388 to KZ235200: 2933.0008913695833\n", - "12:58:53\tCompleted 3394 to KZ751310: 1259.3105989450478\n", - "12:58:53\tCompleted 3391 to KZ554200: 2703.4004677126695\n", - "12:58:53\tCompleted 3371 to KZ113600: 1784.7020847388756\n", - "12:58:53\tCompleted 3363 to KZ594600: 2295.3879828372606\n", - "12:58:53\tCompleted 3321 to KZ394800: 2863.3012228089337\n", - "12:58:53\tCompleted 3313 to KZ596400: 2076.0111943843217\n", - "12:58:53\tCompleted 3361 to KZ394200: 1869.3407336166745\n", - "12:58:53\tCompleted 3395 to KZ635800: 2734.263397926207\n", - "12:58:53\tCompleted 3318 to KZ154600: 2358.0517307013406\n", - "12:58:53\tCompleted 3331 to KZ275800: 3147.8868073269527\n", - "12:58:53\tCompleted 3336 to KZ634000: 2034.0220024085515\n", - "12:58:53\tCompleted 3352 to KZ354000: 1622.9721137064232\n", - "12:58:53\tCompleted 3348 to KZ555200: 2335.2430362909263\n", - "12:58:54\tCompleted 3357 to KZ195600: 1542.334240627517\n", - "12:58:54\tCompleted 3346 to KZ355600: 1680.9966990121632\n", - "12:58:54\tCompleted 3326 to KZ194600: 1343.4255497540944\n", - "12:58:54\tCompleted 3389 to KZ315000: 952.9838258043678\n", - "12:58:54\tCompleted 3327 to KZ632800: 2097.4905835680024\n", - "12:58:54\tCompleted 3342 to KZ613800: 772.2434851140207\n", - "12:58:54\tCompleted 3325 to KZ113200: 1579.067318511154\n", - "12:58:54\tCompleted 3402 to KZ351800: 1413.5637592019\n", - "12:58:54\tCompleted 3391 to KZ791110: 228.85733805105775\n", - "12:58:54\tCompleted 3358 to KZ353200: 1473.7623011053172\n", - "12:58:54\tCompleted 3354 to KZ711310: 1667.03973990544\n", - "12:58:54\tCompleted 3345 to KZ234600: 3878.886980352629\n", - "12:58:54\tCompleted 3380 to KZ393400: 1901.2360324058388\n", - "12:58:55\tCompleted 3394 to KZ751410: 1276.7355773486884\n", - "12:58:55\tCompleted 3339 to KZ711110: 1530.5719987278696\n", - "12:58:55\tCompleted 3373 to KZ636400: 2096.2493088321053\n", - "12:58:55\tCompleted 3322 to KZ594200: 2047.3349564428138\n", - "12:58:55\tCompleted 3353 to KZ396600: 2281.4338374147605\n", - "12:58:55\tCompleted 3372 to KZ155200: 2497.2839781696603\n", - "12:58:55\tCompleted 3384 to KZ115400: 2000.674112815384\n", - "12:58:55\tCompleted 3389 to KZ314200: 545.7871826004808\n", - "12:58:55\tCompleted 3350 to KZ116400: 1998.1917311943591\n", - "12:58:55\tCompleted 3391 to KZ791310: 190.96918732348325\n", - "12:58:55\tCompleted 3346 to KZ352100: 1166.5081167731416\n", - "12:58:56\tCompleted 3397 to KZ554600: 2405.986126847064512:58:56\tCompleted 3363 to KZ711110: 1617.6975631251673\n", - "\n", - "12:58:56\tCompleted 3314 to KZ791510: 3107.4328457246534\n", - "12:58:56\tCompleted 3375 to KZ596200: 2210.841045820303\n", - "12:58:56\tCompleted 3357 to KZ195800: 1356.2211129946668\n", - "12:58:56\tCompleted 3328 to KZ434000: 1921.7435506383763\n", - "12:58:56\tCompleted 3374 to KZ392000: 2366.0391679405125\n", - "12:58:56\tCompleted 3390 to KZ473600: 2712.7071132842448\n", - "12:58:56\tCompleted 3344 to KZ115400: 2131.7678254381403\n", - "12:58:56\tCompleted 3352 to KZ351000: 1556.9468283565875\n", - "12:58:56\tCompleted 3403 to KZ594200: 2455.291660029055512:58:56\tCompleted 3337 to KZ391000: 2581.87271907357\n", - "\n", - "12:58:56\tCompleted 3394 to KZ751710: 1317.7236091175912\n", - "12:58:57\tCompleted 3371 to KZ113800: 1864.3201694949096\n", - "12:58:57\tCompleted 3347 to KZ591000: 2396.5509774660313\n", - "12:58:57\tCompleted 3325 to KZ113400: 1370.288247408983\n", - "12:58:57\tCompleted 3396 to KZ396200: 2528.729229736985\n", - "12:58:57\tCompleted 3391 to KZ791510: 210.83965478294965\n", - "12:58:57\tCompleted 3378 to KZ154000: 2111.081807092298\n", - "12:58:57\tCompleted 3326 to KZ194800: 1611.5412018080976\n", - "12:58:57\tCompleted 3379 to KZ633800: 2484.873108662286\n", - "12:58:57\tCompleted 3401 to KZ634000: 2720.839906754283\n", - "12:58:57\tCompleted 3381 to KZ595800: 2298.2213382703635\n", - "12:58:57\tCompleted 3358 to KZ353600: 1624.2612789615516\n", - "12:58:57\tCompleted 3339 to KZ711410: 1556.6844988113812\n", - "12:58:57\tCompleted 3389 to KZ353200: 1696.6404945069346\n", - "12:58:58\tCompleted 3351 to KZ231000: 2915.5243363449204\n", - "12:58:58\tCompleted 3346 to KZ352200: 1468.1780024353607\n", - "12:58:58\tCompleted 3334 to KZ154200: 3220.2715941640117\n", - "12:58:58\tCompleted 3391 to KZ791710: 190.6440875579308\n", - "12:58:58\tCompleted 3348 to KZ551600: 2075.2830281356282\n", - "12:58:58\tCompleted 3380 to KZ391600: 1768.3412932676133\n", - "12:58:58\tCompleted 3323 to KZ555200: 2317.65704065907\n", - "12:58:58\tCompleted 3382 to KZ276600: 2965.7775902874578\n", - "12:58:58\tCompleted 3394 to KZ751810: 1263.9674531945402\n", - "12:58:58\tCompleted 3352 to KZ352000: 1106.8691049386134\n", - "12:58:58\tCompleted 3355 to KZ274000: 3630.37947086437\n", - "12:58:58\tCompleted 3405 to KZ554800: 2678.5136460378403\n", - "12:58:58\tCompleted 3398 to KZ275000: 2957.782860048376\n", - "12:58:58\tCompleted 3363 to KZ711410: 1617.870366179277\n", - "12:58:58\tCompleted 3321 to KZ395000: 2791.2766324998884\n", - "12:58:58\tCompleted 3313 to KZ594600: 2147.1557749168733\n", - "12:58:58\tCompleted 3400 to KZ155200: 2723.9905375087264\n", - "12:58:59\tCompleted 3318 to KZ154800: 2193.0590417137523\n", - "12:58:59\tCompleted 3357 to KZ196000: 1543.0018683835872\n", - "12:58:59\tCompleted 3329 to KZ596200: 2332.445687408619\n", - "12:58:59\tCompleted 3320 to KZ194200: 4080.750831244043\n", - "12:58:59\tCompleted 3361 to KZ394400: 2297.347084942677\n", - "12:58:59\tCompleted 3350 to KZ116800: 1795.6246496175747\n", - "12:58:59\tCompleted 3353 to KZ394200: 1915.6863175766507\n", - "12:58:59\tCompleted 3336 to KZ635400: 2478.927554990767\n", - "12:58:59\tCompleted 3391 to KZ611600: 329.7185227701293\n", - "12:58:59\tCompleted 3358 to KZ351600: 1199.0514269851003\n", - "12:58:59\tCompleted 3327 to KZ636800: 2219.727956395679\n", - "12:58:59\tCompleted 3322 to KZ596600: 2148.220474019575\n", - "12:58:59\tCompleted 3395 to KZ636200: 2595.3463146959507\n", - "12:58:59\tCompleted 3346 to KZ352300: 1066.4131743827759\n", - "12:59:00\tCompleted 3372 to KZ156400: 2076.5739778088273\n", - "12:59:00\tCompleted 3376 to KZ276200: 2943.2091539708945\n", - "12:59:00\tCompleted 3394 to KZ751910: 1285.1083695449486\n", - "12:59:00\tCompleted 3314 to KZ791710: 3078.932906374367\n", - "12:59:00\tCompleted 3402 to KZ393200: 2527.7412049451555\n", - "12:59:00\tCompleted 3325 to KZ113600: 1645.5609764556198\n", - "12:59:00\tCompleted 3339 to KZ711210: 1557.8462602382797\n", - "12:59:00\tCompleted 3384 to KZ151000: 2223.264901971358\n", - "12:59:00\tCompleted 3388 to KZ235600: 3028.038657389988\n", - "12:59:00\tCompleted 3373 to KZ631000: 2311.139496683526\n", - "12:59:00\tCompleted 3326 to KZ195600: 1688.3217695633073\n", - "12:59:00\tCompleted 3391 to KZ613600: 346.26081177602794\n", - "12:59:00\tCompleted 3357 to KZ191000: 1234.612715490542\n", - "12:59:00\tCompleted 3342 to KZ273200: 3473.7424304146393\n", - "12:59:01\tCompleted 3371 to KZ114500: 1938.1626645797312\n", - "12:59:01\tCompleted 3375 to KZ596400: 2295.1622841237754\n", - "12:59:01\tCompleted 3389 to KZ353600: 1946.666506244853\n", - "12:59:01\tCompleted 3403 to KZ596600: 2337.2069436994643\n", - "12:59:01\tCompleted 3354 to KZ555200: 2401.2959367320836\n", - "12:59:01\tCompleted 3313 to KZ711110: 1548.5634398608147\n", - "12:59:01\tCompleted 3381 to KZ593400: 2107.608600918231\n", - "12:59:01\tCompleted 3392 to KZ274800: 3436.639539153648\n", - "12:59:01\tCompleted 3361 to KZ433200: 1430.464583565993\n", - "12:59:01\tCompleted 3363 to KZ711210: 1587.5159805128615\n", - "12:59:01\tCompleted 3394 to KZ751510: 1273.6243074440326\n", - "12:59:01\tCompleted 3331 to KZ276000: 3563.717833081988\n", - "12:59:01\tCompleted 3391 to KZ614000: 145.68824343521484\n", - "12:59:02\tCompleted 3347 to KZ595600: 2630.4385639879515\n", - "12:59:02\tCompleted 3346 to KZ352800: 1442.4080369292185\n", - "12:59:02\tCompleted 3352 to KZ354800: 1823.7290665004452\n", - "12:59:02\tCompleted 3397 to KZ555600: 2660.2899725328075\n", - "12:59:02\tCompleted 3358 to KZ354000: 1569.9216516927024\n", - "12:59:02\tCompleted 3357 to KZ196200: 1000.2055426992075\n", - "12:59:02\tCompleted 3344 to KZ151000: 2354.35861459411\n", - "12:59:02\tCompleted 3345 to KZ234800: 3012.588356188245\n", - "12:59:02\tCompleted 3323 to KZ551600: 2057.697032503772\n", - "12:59:02\tCompleted 3337 to KZ395400: 2625.2366139988826\n", - "12:59:02\tCompleted 3396 to KZ396600: 2536.6480705281742\n", - "12:59:02\tCompleted 3374 to KZ395600: 2439.34266584816\n", - "12:59:02\tCompleted 3350 to KZ111810: 1817.4887426407035\n", - "12:59:03\tCompleted 3328 to KZ471000: 4354.69242130734412:59:03\tCompleted 3391 to KZ613900: 173.80092362307806\n", - "\n", - "12:59:03\tCompleted 3361 to KZ431900: 911.4207506707743\n", - "12:59:03\tCompleted 3339 to KZ711310: 1569.7036196942115\n", - "12:59:03\tCompleted 3348 to KZ553200: 2211.7106243628323\n", - "12:59:03\tCompleted 3326 to KZ195800: 1502.2086419304571\n", - "12:59:03\tCompleted 3378 to KZ154200: 2413.7178460616174\n", - "12:59:03\tCompleted 3380 to KZ393600: 2238.8853247622023\n", - "12:59:03\tCompleted 3389 to KZ351600: 1521.4566542684017\n", - "12:59:03\tCompleted 3336 to KZ635000: 1953.654127658336\n", - "12:59:03\tCompleted 3400 to KZ156400: 2303.280537147918\n", - "12:59:03\tCompleted 3402 to KZ393400: 2044.1502467822236\n", - "12:59:03\tCompleted 3321 to KZ395200: 2323.2411474250525\n", - "12:59:03\tCompleted 3334 to KZ156000: 2793.520826532232\n", - "12:59:03\tCompleted 3322 to KZ595000: 1982.6604927072801\n", - "12:59:04\tCompleted 3379 to KZ634000: 2532.84068933126\n", - "12:59:04\tCompleted 3391 to KZ612000: 390.2273668877522\n", - "12:59:04\tCompleted 3390 to KZ474200: 3159.3312743507668\n", - "12:59:04\tCompleted 3329 to KZ596400: 2106.2406670083997\n", - "12:59:04\tCompleted 3350 to KZ116600: 448.1569682358482\n", - "12:59:04\tCompleted 3314 to KZ611600: 3028.107567521703512:59:04\tCompleted 3325 to KZ113800: 1824.9070011245199\n", - "\n", - "12:59:04\tCompleted 3357 to KZ192600: 1273.556470519236\n", - "12:59:04\tCompleted 3361 to KZ434600: 945.085321097154612:59:04\tCompleted 3313 to KZ711410: 1548.7362429149243\n", - "\n", - "12:59:04\tCompleted 3346 to KZ356400: 1461.4864640539647\n", - "12:59:04\tCompleted 3371 to KZ114000: 1874.3056510121726\n", - "12:59:04\tCompleted 3363 to KZ711310: 1609.1083690514506\n", - "12:59:04\tCompleted 3320 to KZ751210: 4035.5504538288565\n", - "12:59:04\tCompleted 3358 to KZ351000: 1503.8963663428667\n", - "12:59:04\tCompleted 3405 to KZ556400: 2616.247519729286\n", - "12:59:04\tCompleted 3395 to KZ636400: 2352.760466815989\n", - "12:59:05\tCompleted 3327 to KZ635800: 2270.354390111233\n", - "12:59:05\tCompleted 3352 to KZ355200: 1584.9453489313596\n", - "12:59:05\tCompleted 3382 to KZ275000: 2831.475247389803\n", - "12:59:05\tCompleted 3401 to KZ635400: 3165.745459336493\n", - "12:59:05\tCompleted 3384 to KZ153200: 2227.6814853999963\n", - "12:59:05\tCompleted 3391 to KZ614400: 83.36437958772565\n", - "12:59:05\tCompleted 3372 to KZ155600: 2249.2538518477536\n", - "12:59:05\tCompleted 3351 to KZ234000: 3124.1348137126083\n", - "12:59:05\tCompleted 3353 to KZ394400: 2343.6926689026527\n", - "12:59:05\tCompleted 3318 to KZ155200: 2619.997704615505\n", - "12:59:06\tCompleted 3347 to KZ596000: 2273.2535799348716\n", - "12:59:06\tCompleted 3403 to KZ595000: 2390.617196293519\n", - "12:59:06\tCompleted 3358 to KZ352000: 1053.8186429248926\n", - "12:59:06\tCompleted 3389 to KZ354000: 1792.7998450943198\n", - "12:59:06\tCompleted 3398 to KZ274800: 3493.287771431787412:59:06\tCompleted 3391 to KZ614600: 232.57516278456885\n", - "\n", - "12:59:06\tCompleted 3396 to KZ394200: 2170.9005506900726\n", - "12:59:06\tCompleted 3326 to KZ196000: 1688.9893973193773\n", - "12:59:06\tCompleted 3355 to KZ274200: 3747.7249652438286\n", - "12:59:06\tCompleted 3361 to KZ434400: 1288.034720058889\n", - "12:59:06\tCompleted 3375 to KZ594600: 2318.3167062381685\n", - "12:59:06\tCompleted 3381 to KZ594200: 2287.4663499817357\n", - "12:59:06\tCompleted 3357 to KZ196600: 1319.2721945745002\n", - "12:59:07\tCompleted 3402 to KZ391600: 1911.255507643998\n", - "12:59:07\tCompleted 3339 to KZ555200: 2024.9411777190057\n", - "12:59:07\tCompleted 3313 to KZ711210: 1518.3818572485088\n", - "12:59:07\tCompleted 3348 to KZ553600: 1929.3175629076031\n", - "12:59:07\tCompleted 3336 to KZ632200: 1836.7299596572989\n", - "12:59:07\tCompleted 3346 to KZ352400: 1526.6735311446214\n", - "12:59:07\tCompleted 3373 to KZ634600: 2578.824121983816\n", - "12:59:07\tCompleted 3378 to KZ156000: 1986.967078429833\n", - "12:59:07\tCompleted 3325 to KZ114500: 1692.0290165785545\n", - "12:59:07\tCompleted 3354 to KZ551600: 2141.3359285767815\n", - "12:59:07\tCompleted 3397 to KZ551000: 2398.9022491956416\n", - "12:59:07\tCompleted 3323 to KZ553200: 2194.1246287309773\n", - "12:59:07\tCompleted 3391 to KZ614800: 626.8841753821142\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:59:07\tCompleted 3342 to KZ274400: 3410.871117901363\n", - "12:59:07\tCompleted 3314 to KZ613600: 3082.302704165513\n", - "12:59:08\tCompleted 3388 to KZ233600: 2910.655255245867\n", - "12:59:08\tCompleted 3371 to KZ117000: 1796.9379944587765\n", - "12:59:08\tCompleted 3361 to KZ431000: 629.7261376962459\n", - "12:59:08\tCompleted 3353 to KZ433200: 1476.8101675259716\n", - "12:59:08\tCompleted 3337 to KZ392000: 2742.1603090791064\n", - "12:59:08\tCompleted 3352 to KZ355600: 1747.5720344245576\n", - "12:59:08\tCompleted 3344 to KZ153200: 2358.7751980227395\n", - "12:59:08\tCompleted 3350 to KZ115600: 1981.5610908442584\n", - "12:59:08\tCompleted 3322 to KZ593600: 2097.209096991574\n", - "12:59:08\tCompleted 3357 to KZ194200: 954.7155078467363\n", - "12:59:08\tCompleted 3400 to KZ155600: 2475.96041118682\n", - "12:59:08\tCompleted 3394 to KZ231000: 3102.551606056255412:59:08\tCompleted 3392 to KZ275800: 2906.2223631420698\n", - "\n", - "12:59:08\tCompleted 3326 to KZ191000: 1380.6002444263322\n", - "12:59:08\tCompleted 3331 to KZ276200: 3283.1040463480836\n", - "12:59:09\tCompleted 3374 to KZ395800: 2465.8896073542273\n", - "12:59:09\tCompleted 3391 to KZ615400: 185.47328518402603\n", - "12:59:09\tCompleted 3372 to KZ156800: 1751.2336960683467\n", - "12:59:09\tCompleted 3389 to KZ351000: 1726.7745597444841\n", - "12:59:09\tCompleted 3321 to KZ391000: 2518.947411934013\n", - "12:59:09\tCompleted 3376 to KZ271000: 2960.90210938511\n", - "12:59:09\tCompleted 3380 to KZ396400: 2397.3592212911135\n", - "12:59:09\tCompleted 3328 to KZ473600: 3935.7176552843734\n", - "12:59:09\tCompleted 3361 to KZ435200: 528.0320076353155\n", - "12:59:09\tCompleted 3346 to KZ356000: 1227.5095616060498\n", - "12:59:09\tCompleted 3327 to KZ636200: 2131.4373068809878\n", - "12:59:09\tCompleted 3345 to KZ235200: 3060.2282035516128\n", - "12:59:09\tCompleted 3353 to KZ431900: 957.7663346307526\n", - "12:59:09\tCompleted 3384 to KZ153400: 2117.094827874308\n", - "12:59:09\tCompleted 3375 to KZ711110: 1767.7145296002748\n", - "12:59:09\tCompleted 3329 to KZ594600: 2311.719518535884\n", - "12:59:10\tCompleted 3356 to KZ113200: 1772.5792276117252\n", - "12:59:10\tCompleted 3352 to KZ352100: 908.929610321813\n", - "12:59:10\tCompleted 3358 to KZ354800: 1879.81384285898\n", - "12:59:10\tCompleted 3320 to KZ751110: 4043.30781314173812:59:10\tCompleted 3334 to KZ154600: 3091.658257277347\n", - "\n", - "12:59:10\tCompleted 3391 to KZ615200: 182.08773837182662\n", - "12:59:10\tCompleted 3357 to KZ751210: 902.1628789815792\n", - "12:59:10\tCompleted 3389 to KZ352000: 1276.69683632651\n", - "12:59:10\tCompleted 3325 to KZ114000: 1638.9683703723802\n", - "12:59:10\tCompleted 3361 to KZ434800: 559.3582685516507\n", - "12:59:10\tCompleted 3326 to KZ196200: 1146.1930716349978\n", - "12:59:10\tCompleted 3313 to KZ711310: 1539.974245787098\n", - "12:59:11\tCompleted 3390 to KZ474600: 2836.506713532685\n", - "12:59:11\tCompleted 3339 to KZ551600: 1936.1920315836899\n", - "12:59:11\tCompleted 3347 to KZ596200: 2660.2530296060463\n", - "12:59:11\tCompleted 3379 to KZ635400: 2977.7462419134695\n", - "12:59:11\tCompleted 3318 to KZ156400: 2199.2877042546875\n", - "12:59:11\tCompleted 3363 to KZ555200: 2350.732673909571\n", - "12:59:11\tCompleted 3353 to KZ434600: 991.4309050571329\n", - "12:59:11\tCompleted 3395 to KZ631000: 2567.650654667393\n", - "12:59:11\tCompleted 3371 to KZ114400: 1709.5968680484805\n", - "12:59:11\tCompleted 3348 to KZ552200: 2054.2456805760817\n", - "12:59:11\tCompleted 3346 to KZ354400: 1284.439141718192\n", - "12:59:11\tCompleted 3391 to KZ616400: 817.9492113536031\n", - "12:59:11\tCompleted 3381 to KZ596600: 2171.4440971551194\n", - "12:59:11\tCompleted 3401 to KZ635000: 2640.4720320040724\n", - "12:59:11\tCompleted 3314 to KZ614000: 3127.6615428380865\n", - "12:59:11\tCompleted 3403 to KZ593600: 2505.165800577821\n", - "12:59:11\tCompleted 3405 to KZ554200: 2812.078555511576\n", - "12:59:11\tCompleted 3323 to KZ553600: 1911.7315672757466\n", - "12:59:11\tCompleted 3400 to KZ156800: 1977.9402554074381\n", - "12:59:12\tCompleted 3402 to KZ393600: 2381.799539138576\n", - "12:59:12\tCompleted 3372 to KZ193200: 1651.2276607620577\n", - "12:59:12\tCompleted 3361 to KZ433600: 820.0284489007867\n", - "12:59:12\tCompleted 3396 to KZ394400: 2598.906902016067\n", - "12:59:12\tCompleted 3357 to KZ751110: 909.9202382944599\n", - "12:59:12\tCompleted 3352 to KZ352200: 1534.7533378477551\n", - "12:59:12\tCompleted 3373 to KZ634400: 2170.9748625277552\n", - "12:59:12\tCompleted 3329 to KZ711110: 1559.9518121216067\n", - "12:59:12\tCompleted 3336 to KZ635200: 2219.259175451354\n", - "12:59:12\tCompleted 3356 to KZ113400: 1602.291734678961812:59:12\tCompleted 3358 to KZ355200: 1531.894886917638812:59:12\tCompleted 3375 to KZ711410: 1767.8873326543844\n", - "\n", - "\n", - "12:59:12\tCompleted 3397 to KZ556000: 2447.023631403655\n", - "12:59:12\tCompleted 3405 to KZ791110: 337.535425849972\n", - "12:59:13\tCompleted 3322 to KZ595200: 2094.659230048807\n", - "12:59:13\tCompleted 3382 to KZ274800: 3366.98015877320612:59:13\tCompleted 3391 to KZ615600: 965.5820907177837\n", - "\n", - "12:59:13\tCompleted 3354 to KZ553200: 2261.045316184733\n", - "12:59:13\tCompleted 3346 to KZ351800: 1041.6141845095524\n", - "12:59:13\tCompleted 3353 to KZ434400: 1334.3803040188675\n", - "12:59:13\tCompleted 3378 to KZ154600: 2285.1045091749525\n", - "12:59:13\tCompleted 3337 to KZ395600: 2619.3136583701935\n", - "12:59:13\tCompleted 3350 to KZ115200: 1966.2466912359616\n", - "12:59:13\tCompleted 3327 to KZ636400: 1888.85145900099\n", - "12:59:13\tCompleted 3326 to KZ192600: 1419.543999455026\n", - "12:59:13\tCompleted 3325 to KZ117000: 1561.600713818984\n", - "12:59:13\tCompleted 3361 to KZ434000: 569.8383901000926\n", - "12:59:13\tCompleted 3351 to KZ234200: 3575.080520233544\n", - "12:59:13\tCompleted 3357 to KZ751310: 903.0918111697137\n", - "12:59:13\tCompleted 3398 to KZ275800: 2962.870595420209\n", - "12:59:13\tCompleted 3388 to KZ633200: 2364.638636650938\n", - "12:59:14\tCompleted 3405 to KZ791310: 299.6472751223974\n", - "12:59:14\tCompleted 3344 to KZ153400: 2248.1885404970553\n", - "12:59:14\tCompleted 3373 to KZ313600: 560.429382251026\n", - "12:59:14\tCompleted 3321 to KZ395400: 2562.3113068593257\n", - "12:59:14\tCompleted 3391 to KZ615800: 227.88546558657947\n", - "12:59:14\tCompleted 3353 to KZ431000: 676.0717216562242\n", - "12:59:14\tCompleted 3400 to KZ193200: 1930.8882702974051\n", - "12:59:14\tCompleted 3352 to KZ352300: 1267.368217521873\n", - "12:59:14\tCompleted 3374 to KZ392400: 2375.915687726961\n", - "12:59:14\tCompleted 3396 to KZ433200: 1732.0244006394016\n", - "12:59:15\tCompleted 3405 to KZ791510: 319.5177425818638\n", - "12:59:15\tCompleted 3342 to KZ275400: 4086.0595498583734\n", - "12:59:15\tCompleted 3347 to KZ596400: 2434.0480092058315\n", - "12:59:15\tCompleted 3373 to KZ314000: 380.0880960126684\n", - "12:59:15\tCompleted 3339 to KZ553200: 2072.6196278108973\n", - "12:59:15\tCompleted 3389 to KZ354800: 2202.2190701422815\n", - "12:59:15\tCompleted 3357 to KZ751410: 920.5167895733542\n", - "12:59:15\tCompleted 3329 to KZ711410: 1586.0643122051183\n", - "12:59:15\tCompleted 3380 to KZ394000: 2505.8195003804294\n", - "12:59:15\tCompleted 3314 to KZ613900: 3364.5815400078136\n", - "12:59:15\tCompleted 3375 to KZ711210: 1737.532946987969\n", - "12:59:15\tCompleted 3391 to KZ612600: 358.2295962401677\n", - "12:59:16\tCompleted 3326 to KZ196600: 1465.2597235102905\n", - "12:59:16\tCompleted 3320 to KZ751310: 4036.479386016992\n", - "12:59:16\tCompleted 3372 to KZ193400: 1856.1165377774983\n", - "12:59:16\tCompleted 3384 to KZ153600: 2409.498588731778\n", - "12:59:16\tCompleted 3394 to KZ234000: 3311.1620834239434\n", - "12:59:16\tCompleted 3353 to KZ435200: 574.3775915952939\n", - "12:59:16\tCompleted 3405 to KZ791710: 299.322175356845\n", - "12:59:16\tCompleted 3358 to KZ355600: 1694.5215724108368\n", - "12:59:16\tCompleted 3396 to KZ431900: 1212.9805677441827\n", - "12:59:16\tCompleted 3356 to KZ113600: 1730.7628927490196\n", - "12:59:16\tCompleted 3392 to KZ276000: 3322.053388897105\n", - "12:59:16\tCompleted 3371 to KZ114600: 2059.6461187735167\n", - "12:59:16\tCompleted 3345 to KZ235600: 3155.2659695720176\n", - "12:59:16\tCompleted 3325 to KZ114400: 1687.8405539275832\n", - "12:59:16\tCompleted 3363 to KZ551600: 2084.165951924044\n", - "12:59:16\tCompleted 3334 to KZ154800: 2926.6655682897467\n", - "12:59:16\tCompleted 3381 to KZ595000: 2222.7918862461993\n", - "12:59:16\tCompleted 3323 to KZ552200: 2036.659684944225\n", - "12:59:16\tCompleted 3331 to KZ271000: 3300.7970017622993\n", - "12:59:16\tCompleted 3373 to KZ314800: 842.1504224817955\n", - "12:59:16\tCompleted 3313 to KZ555200: 2281.598550645225\n", - "12:59:16\tCompleted 3391 to KZ616000: 300.4438766460318\n", - "12:59:17\tCompleted 3357 to KZ751710: 961.5048213422571\n", - "12:59:17\tCompleted 3348 to KZ554600: 2191.834412753938\n", - "12:59:17\tCompleted 3318 to KZ155600: 2371.9675782935983\n", - "12:59:17\tCompleted 3352 to KZ352800: 1508.983372341613\n", - "12:59:17\tCompleted 3402 to KZ396400: 2540.27343566748\n", - "12:59:17\tCompleted 3354 to KZ553600: 1995.37046334876\n", - "12:59:17\tCompleted 3379 to KZ635000: 2452.472814581049\n", - "12:59:17\tCompleted 3376 to KZ274000: 3614.560293104626\n", - "12:59:17\tCompleted 3353 to KZ434800: 605.703852511629\n", - "12:59:17\tCompleted 3405 to KZ611600: 417.58460893842573\n", - "12:59:17\tCompleted 3328 to KZ474200: 4382.341816350907\n", - "12:59:17\tCompleted 3403 to KZ595200: 2502.6159336350433\n", - "12:59:17\tCompleted 3350 to KZ115400: 1943.6260286378679\n", - "12:59:17\tCompleted 3326 to KZ194200: 1100.7030367825262\n", - "12:59:17\tCompleted 3322 to KZ591000: 1984.8749588013477\n", - "12:59:17\tCompleted 3358 to KZ352100: 965.0143866803472\n", - "12:59:17\tCompleted 3401 to KZ632200: 2523.5478640030537\n", - "12:59:17\tCompleted 3336 to KZ632400: 2088.2147333008606\n", - "12:59:17\tCompleted 3396 to KZ434600: 1246.645138170563\n", - "12:59:18\tCompleted 3372 to KZ193600: 1156.051268824844\n", - "12:59:18\tCompleted 3391 to KZ613800: 114.80295466886163\n", - "12:59:18\tCompleted 3378 to KZ154800: 2120.1118201873633\n", - "12:59:18\tCompleted 3327 to KZ631000: 2103.7416468524312:59:18\tCompleted 3373 to KZ315400: 529.3893038018216\n", - "\n", - "12:59:18\tCompleted 3389 to KZ355200: 1754.7730803192562\n", - "12:59:18\tCompleted 3329 to KZ711210: 1587.2260736320168\n", - "12:59:18\tCompleted 3390 to KZ475000: 3206.835740282462\n", - "12:59:18\tCompleted 3400 to KZ193400: 2135.777147312846\n", - "12:59:18\tCompleted 3395 to KZ634600: 2835.335279967688\n", - "12:59:18\tCompleted 3375 to KZ711310: 1759.125335526558\n", - "12:59:18\tCompleted 3339 to KZ553600: 1790.2265663556648\n", - "12:59:18\tCompleted 3314 to KZ612000: 2870.4531806735763\n", - "12:59:18\tCompleted 3405 to KZ613600: 454.93889957494207\n", - "12:59:18\tCompleted 3357 to KZ751810: 907.7486654192061\n", - "12:59:19\tCompleted 3353 to KZ433600: 866.3740328607649\n", - "12:59:19\tCompleted 3346 to KZ393200: 2155.791630252834\n", - "12:59:19\tCompleted 3397 to KZ556800: 2647.7115562755926\n", - "12:59:19\tCompleted 3352 to KZ356400: 1305.628487510212\n", - "12:59:19\tCompleted 3337 to KZ395800: 2921.6977337766775\n", - "12:59:19\tCompleted 3326 to KZ751210: 1048.1504079173692\n", - "12:59:19\tCompleted 3372 to KZ194000: 1136.8130680135994\n", - "12:59:19\tCompleted 3356 to KZ113800: 1810.3809775050536\n", - "12:59:19\tCompleted 3405 to KZ614000: 254.36633123412904\n", - "12:59:20\tCompleted 3347 to KZ594600: 2639.5268607333023\n", - "12:59:20\tCompleted 3396 to KZ434400: 1589.5945371322975\n", - "12:59:20\tCompleted 3373 to KZ315600: 1167.458754847006\n", - "12:59:20\tCompleted 3353 to KZ434000: 630.4312832712225\n", - "12:59:20\tCompleted 3325 to KZ114600: 1796.239646315013\n", - "\n", - "12:59:20\tCompleted 3400 to KZ193600: 1435.7118783601912:59:20\tCompleted 3358 to KZ352200: 1481.7028758340343\n", - "12:59:20\tCompleted 3357 to KZ751910: 928.8895817696144\n", - "12:59:20\tCompleted 3374 to KZ396200: 2331.5793761397663\n", - "12:59:20\tCompleted 3321 to KZ392000: 2679.2350019395494\n", - "12:59:20\tCompleted 3382 to KZ275800: 2836.5629827616276\n", - "12:59:20\tCompleted 3371 to KZ114800: 1946.9477997293734\n", - "12:59:20\tCompleted 3344 to KZ153600: 2540.592301354534\n", - "12:59:20\tCompleted 3318 to KZ156800: 1873.9474225142071\n", - "12:59:20\tCompleted 3405 to KZ613900: 249.4551478146155\n", - "12:59:21\tCompleted 3384 to KZ154000: 2161.0751615568033\n", - "12:59:21\tCompleted 3326 to KZ751110: 1055.9077672302499\n", - "12:59:21\tCompleted 3351 to KZ234600: 3690.2508186715986\n", - "12:59:21\tCompleted 3320 to KZ751410: 4053.9043644206313\n", - "12:59:21\tCompleted 3396 to KZ431000: 931.2859547696545\n", - "12:59:21\tCompleted 3323 to KZ554600: 2146.39713321113\n", - "12:59:21\tCompleted 3329 to KZ711310: 1599.0834330879486\n", - "12:59:21\tCompleted 3373 to KZ316000: 652.2867243526129\n", - "12:59:21\tCompleted 3342 to KZ273600: 3254.018808840912\n", - "12:59:21\tCompleted 3348 to KZ555600: 2248.3818881458274\n", - "12:59:21\tCompleted 3313 to KZ551600: 2015.0318286596919\n", - "12:59:21\tCompleted 3381 to KZ593600: 2337.3404905305047\n", - "12:59:21\tCompleted 3361 to KZ471000: 3017.034569980215\n", - "12:59:21\tCompleted 3380 to KZ396800: 2520.421575054452\n", - "12:59:21\tCompleted 3352 to KZ352400: 1593.2488665570158\n", - "12:59:22\tCompleted 3336 to KZ632800: 1894.1456482841747\n", - "12:59:22\tCompleted 3363 to KZ553200: 2203.1139453307496\n", - "12:59:22\tCompleted 3357 to KZ751510: 917.4055196686985\n", - "12:59:22\tCompleted 3398 to KZ276000: 3378.7016211752443\n", - "12:59:22\tCompleted 3400 to KZ194000: 1416.473677548947\n", - "12:59:22\tCompleted 3405 to KZ612000: 498.9054546866665\n", - "12:59:22\tCompleted 3354 to KZ552200: 2103.5803723979875\n", - "12:59:22\tCompleted 3389 to KZ355600: 1917.3997658124542\n", - "12:59:22\tCompleted 3339 to KZ552200: 1915.1546840241433\n", - "12:59:22\tCompleted 3388 to KZ634800: 2849.085228061204\n", - "12:59:22\tCompleted 3403 to KZ591000: 2392.8316623875858\n", - "12:59:22\tCompleted 3358 to KZ352300: 1211.283441163339\n", - "12:59:22\tCompleted 3346 to KZ393400: 1672.200672089876\n", - "12:59:22\tCompleted 3314 to KZ614400: 3292.7828639956606\n", - "12:59:22\tCompleted 3347 to KZ711110: 1887.7591543190483\n", - "12:59:22\tCompleted 3372 to KZ196400: 1569.9671746892031\n", - "12:59:22\tCompleted 3326 to KZ751310: 1049.0793401055037\n", - "12:59:22\tCompleted 3396 to KZ435200: 829.5918247087241\n", - "12:59:23\tCompleted 3322 to KZ595600: 2218.7625453232695\n", - "12:59:23\tCompleted 3373 to KZ316600: 874.2936482583626\n", - "12:59:23\tCompleted 3405 to KZ614400: 28.424978403640527\n", - "12:59:23\tCompleted 3392 to KZ276200: 3041.4396021632006\n", - "12:59:23\tCompleted 3379 to KZ632200: 2335.548646580035\n", - "12:59:23\tCompleted 3334 to KZ155200: 3353.6042311914994\n", - "12:59:23\tCompleted 3356 to KZ114500: 1884.2234725898752\n", - "12:59:23\tCompleted 3394 to KZ234200: 3762.107789944879\n", - "12:59:23\tCompleted 3345 to KZ233600: 3037.882567427909\n", - "12:59:23\tCompleted 3318 to KZ193200: 1534.5914993194244\n", - "12:59:23\tCompleted 3331 to KZ274000: 3954.4551854818005\n", - "12:59:23\tCompleted 3402 to KZ394000: 2648.7337147568055\n", - "12:59:24\tCompleted 3350 to KZ151000: 2166.2168177938456\n", - "12:59:24\tCompleted 3395 to KZ634400: 2427.4860205116224\n", - "12:59:24\tCompleted 3396 to KZ434800: 860.9180856250592\n", - "12:59:24\tCompleted 3389 to KZ352100: 1287.4196139636485\n", - "12:59:24\tCompleted 3352 to KZ356000: 1428.464604745147\n", - "12:59:24\tCompleted 3326 to KZ751410: 1066.5043185091442\n", - "12:59:24\tCompleted 3372 to KZ196800: 1038.125572448022712:59:24\tCompleted 3405 to KZ614600: 341.25325058348295\n", - "\n", - "12:59:24\tCompleted 3327 to KZ634600: 2371.426272152714\n", - "12:59:24\tCompleted 3373 to KZ316200: 609.1012467965536\n", - "12:59:24\tCompleted 3400 to KZ196400: 1849.6277842245506\n", - "12:59:24\tCompleted 3401 to KZ635200: 2906.0770797970863\n", - "12:59:25\tCompleted 3371 to KZ111010: 1927.1645807381694\n", - "12:59:25\tCompleted 3378 to KZ155200: 2547.050483089122\n", - "12:59:25\tCompleted 3375 to KZ555200: 2500.74964038467212:59:25\tCompleted 3358 to KZ352800: 1455.9329103278922\n", - "\n", - "12:59:25\tCompleted 3346 to KZ391600: 1539.3059329516504\n", - "12:59:25\tCompleted 3337 to KZ392400: 2647.884659803005\n", - "12:59:25\tCompleted 3325 to KZ114800: 2154.475175668326\n", - "12:59:25\tCompleted 3391 to KZ273200: 3144.7442992070814\n", - "12:59:25\tCompleted 3397 to KZ554800: 2652.4070443200435\n", - "12:59:25\tCompleted 3405 to KZ614800: 693.6322852107853\n", - "12:59:25\tCompleted 3395 to KZ313600: 816.9405402349098\n", - "12:59:25\tCompleted 3328 to KZ474600: 4059.5172555328136\n", - "12:59:25\tCompleted 3376 to KZ274200: 3731.905787484083\n", - "12:59:25\tCompleted 3396 to KZ433600: 1121.588265974195\n", - "12:59:25\tCompleted 3347 to KZ711410: 1913.87165440256\n", - "12:59:25\tCompleted 3390 to KZ475200: 3217.6787010665116\n", - "12:59:25\tCompleted 3363 to KZ553600: 1938.1236122646028\n", - "12:59:25\tCompleted 3372 to KZ191600: 1063.9235485081115\n", - "12:59:25\tCompleted 3373 to KZ311000: 233.88313120535406\n", - "12:59:26\tCompleted 3314 to KZ614600: 3017.8905615802546\n", - "12:59:26\tCompleted 3321 to KZ395600: 2556.3883512306365\n", - "12:59:26\tCompleted 3326 to KZ751710: 1107.492350278047\n", - "12:59:26\tCompleted 3348 to KZ551000: 2111.8586726059575\n", - "12:59:26\tCompleted 3344 to KZ154000: 2292.168874179555\n", - "12:59:26\tCompleted 3352 to KZ354400: 1351.0144771305866\n", - "12:59:26\tCompleted 3400 to KZ196800: 1317.7861819833702\n", - "12:59:26\tCompleted 3323 to KZ555600: 2230.795892513971\n", - "12:59:26\tCompleted 3405 to KZ615400: 294.15137298294013\n", - "12:59:26\tCompleted 3389 to KZ352200: 1704.5810692356517\n", - "12:59:26\tCompleted 3339 to KZ554600: 2052.743416202007\n", - "12:59:26\tCompleted 3336 to KZ636800: 2016.3830211118648\n", - "12:59:26\tCompleted 3320 to KZ751710: 4094.892396189534\n", - "12:59:27\tCompleted 3329 to KZ555200: 2225.531853132725712:59:27\tCompleted 3322 to KZ596000: 1861.5775612701798\n", - "\n", - "12:59:27\tCompleted 3395 to KZ314000: 636.5992539965522\n", - "12:59:27\tCompleted 3318 to KZ193400: 1739.480376334865\n", - "12:59:27\tCompleted 3396 to KZ434000: 854.14967907558\n", - "12:59:27\tCompleted 3373 to KZ315000: 646.5550053445756\n", - "12:59:27\tCompleted 3384 to KZ154200: 2463.7112005261256\n", - "12:59:27\tCompleted 3381 to KZ595200: 2334.7906235877235\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:59:27\tCompleted 3358 to KZ356400: 1361.7132638687463\n", - "12:59:27\tCompleted 3374 to KZ396600: 2339.4982169309556\n", - "12:59:27\tCompleted 3372 to KZ195200: 1001.6885716428382\n", - "12:59:27\tCompleted 3354 to KZ554600: 2185.756844899791\n", - "12:59:27\tCompleted 3353 to KZ471000: 3063.380153940194\n", - "12:59:27\tCompleted 3313 to KZ553200: 2133.9798220663997\n", - "12:59:27\tCompleted 3405 to KZ615200: 290.7658261707408\n", - "12:59:27\tCompleted 3388 to KZ633400: 2116.863173390528\n", - "12:59:27\tCompleted 3356 to KZ114000: 1820.3664590223166\n", - "12:59:28\tCompleted 3326 to KZ751810: 1053.736194354996\n", - "12:59:28\tCompleted 3371 to KZ116000: 1659.9872783917274\n", - "12:59:28\tCompleted 3403 to KZ595600: 2550.965559227286\n", - "12:59:28\tCompleted 3345 to KZ633200: 1985.8722874699577\n", - "12:59:28\tCompleted 3351 to KZ234800: 2823.9521945072147\n", - "12:59:28\tCompleted 3400 to KZ191600: 1343.58415804345912:59:28\tCompleted 3389 to KZ352300: 1259.9099351403086\n", - "\n", - "12:59:28\tCompleted 3352 to KZ351800: 1242.5692276486495\n", - "12:59:28\tCompleted 3373 to KZ314200: 239.3583621406888\n", - "12:59:28\tCompleted 3395 to KZ314800: 1098.6615804656792\n", - "12:59:28\tCompleted 3382 to KZ276000: 3252.394008516663\n", - "12:59:28\tCompleted 3380 to KZ394800: 2292.915773348852\n", - "12:59:28\tCompleted 3347 to KZ711210: 1915.0334158294584\n", - "12:59:28\tCompleted 3342 to KZ276600: 3335.844055539898\n", - "12:59:29\tCompleted 3327 to KZ634400: 1963.5770126966493\n", - "12:59:29\tCompleted 3405 to KZ616400: 878.4423136951206\n", - "12:59:29\tCompleted 3318 to KZ193600: 1039.4151073822127\n", - "12:59:29\tCompleted 3361 to KZ473600: 2598.059803957272\n", - "12:59:29\tCompleted 3325 to KZ111010: 1691.827300098377\n", - "12:59:29\tCompleted 3357 to KZ231000: 2955.6948991410773\n", - "12:59:29\tCompleted 3398 to KZ276200: 3098.08783444134\n", - "12:59:29\tCompleted 3326 to KZ751910: 1074.8771107054044\n", - "12:59:29\tCompleted 3350 to KZ153200: 2170.63340122248812:59:29\tCompleted 3378 to KZ156400: 2126.340482728295\n", - "\n", - "12:59:29\tCompleted 3334 to KZ156400: 2932.894230830733\n", - "12:59:29\tCompleted 3346 to KZ393600: 2009.8499644462609\n", - "12:59:29\tCompleted 3372 to KZ195000: 1453.3186751835233\n", - "12:59:29\tCompleted 3400 to KZ195200: 1281.3491811781855\n", - "12:59:29\tCompleted 3395 to KZ315400: 785.9004617857054\n", - "12:59:30\tCompleted 3314 to KZ614800: 3257.600566837935\n", - "12:59:30\tCompleted 3327 to KZ313600: 347.13203748329823\n", - "12:59:30\tCompleted 3337 to KZ396200: 2456.3077457768004\n", - "12:59:30\tCompleted 3363 to KZ552200: 2045.649001543998\n", - "12:59:30\tCompleted 3377 to KZ113200: 1890.6949310945774\n", - "12:59:30\tCompleted 3392 to KZ271000: 3059.1325575774163\n", - "12:59:30\tCompleted 3358 to KZ352400: 1540.198404543295\n", - "12:59:30\tCompleted 3375 to KZ551600: 2234.182918399145\n", - "12:59:30\tCompleted 3379 to KZ635200: 2718.077862374063\n", - "12:59:30\tCompleted 3405 to KZ615600: 1074.2601785166978\n", - "12:59:30\tCompleted 3402 to KZ396800: 2663.335789430826\n", - "12:59:30\tCompleted 3318 to KZ194000: 1020.1769065709664\n", - "12:59:31\tCompleted 3389 to KZ352800: 1678.8111037295096\n", - "12:59:31\tCompleted 3339 to KZ555600: 2109.290891593889\n", - "12:59:31\tCompleted 3356 to KZ117000: 1742.9988024689205\n", - "12:59:31\tCompleted 3323 to KZ551000: 2094.272676974102\n", - "12:59:31\tCompleted 3329 to KZ551600: 1965.571844977427\n", - "12:59:31\tCompleted 3373 to KZ353200: 1538.2345452378995\n", - "12:59:31\tCompleted 3327 to KZ314000: 155.92212202740455\n", - "12:59:31\tCompleted 3394 to KZ234600: 3877.2780883829337\n", - "12:59:31\tCompleted 3326 to KZ751510: 1063.3930486044885\n", - "12:59:31\tCompleted 3348 to KZ556000: 2159.980054813971\n", - "12:59:31\tCompleted 3384 to KZ156000: 2036.9604328943449\n", - "12:59:31\tCompleted 3374 to KZ394200: 1973.7506970928491\n", - "12:59:31\tCompleted 3336 to KZ635800: 2067.0094548274074\n", - "12:59:31\tCompleted 3313 to KZ553600: 1868.9894890002502\n", - "12:59:31\tCompleted 3405 to KZ615800: 336.56355338549366\n", - "12:59:31\tCompleted 3395 to KZ315600: 1423.9699128308896\n", - "12:59:31\tCompleted 3347 to KZ711310: 1926.8907752853902\n", - "12:59:31\tCompleted 3372 to KZ194400: 1271.103601724549\n", - "12:59:31\tCompleted 3322 to KZ596200: 2248.577010941352512:59:31\tCompleted 3401 to KZ632400: 2775.032637646588\n", - "\n", - "12:59:32\tCompleted 3321 to KZ395800: 2858.7724266371197\n", - "12:59:32\tCompleted 3331 to KZ274200: 4071.800679861272\n", - "12:59:32\tCompleted 3400 to KZ195000: 1732.9792847188708\n", - "12:59:32\tCompleted 3320 to KZ751810: 4041.1362402664836\n", - "12:59:32\tCompleted 3325 to KZ116000: 1660.658381221116\n", - "12:59:32\tCompleted 3403 to KZ596000: 2269.534264856426\n", - "12:59:32\tCompleted 3397 to KZ556400: 2590.1409180114892\n", - "12:59:32\tCompleted 3358 to KZ356000: 1372.3798283866129\n", - "12:59:32\tCompleted 3381 to KZ591000: 2225.006352340266\n", - "12:59:32\tCompleted 3371 to KZ116400: 2008.5652375051864\n", - "12:59:32\tCompleted 3327 to KZ314800: 634.7525726506798\n", - "12:59:32\tCompleted 3405 to KZ612600: 466.90768403908197\n", - "12:59:33\tCompleted 3395 to KZ316000: 863.8113814011386\n", - "12:59:33\tCompleted 3391 to KZ274400: 3081.8729866937947\n", - "12:59:33\tCompleted 3318 to KZ196400: 1453.33101324657\n", - "12:59:33\tCompleted 3344 to KZ154200: 2594.8049131488774\n", - "12:59:33\tCompleted 3377 to KZ113400: 1720.407438161814\n", - "12:59:33\tCompleted 3354 to KZ555600: 2314.4347885869847\n", - "12:59:33\tCompleted 3328 to KZ475000: 4429.84628228262\n", - "12:59:33\tCompleted 3389 to KZ356400: 1684.1184911520475\n", - "12:59:33\tCompleted 3390 to KZ471800: 3047.288480905786\n", - "12:59:33\tCompleted 3372 to KZ194600: 1281.6205677290557\n", - "12:59:34\tCompleted 3400 to KZ194400: 1550.7642112598967\n", - "12:59:34\tCompleted 3373 to KZ353600: 1640.2376857850609\n", - "12:59:34\tCompleted 3327 to KZ315400: 321.9914539707059\n", - "12:59:34\tCompleted 3405 to KZ616000: 409.12196444494595\n", - "12:59:34\tCompleted 3314 to KZ615400: 3254.0061919194054\n", - "12:59:34\tCompleted 3396 to KZ471000: 3318.594387053624\n", - "12:59:34\tCompleted 3345 to KZ634800: 2470.318878880235412:59:34\tCompleted 3352 to KZ393200: 2356.7466733919155\n", - "\n", - "12:59:34\tCompleted 3356 to KZ114400: 1655.6576760586245\n", - "12:59:34\tCompleted 3395 to KZ316600: 1130.8048062422463\n", - "12:59:34\tCompleted 3358 to KZ354400: 1297.9640151168658\n", - "12:59:34\tCompleted 3318 to KZ196800: 921.4894110053898\n", - "12:59:34\tCompleted 3350 to KZ153400: 2060.0467436967924\n", - "12:59:34\tCompleted 3346 to KZ396400: 2168.3238609751725\n", - "12:59:35\tCompleted 3388 to KZ633600: 2532.1458710308893\n", - "12:59:35\tCompleted 3347 to KZ555200: 2020.8015332867635\n", - "12:59:35\tCompleted 3363 to KZ554600: 2127.825474045807\n", - "12:59:35\tCompleted 3378 to KZ155600: 2299.020356767215\n", - "12:59:35\tCompleted 3405 to KZ613800: 71.95766650482226\n", - "12:59:35\tCompleted 3337 to KZ396600: 2464.2265865679897\n", - "12:59:35\tCompleted 3339 to KZ551000: 1972.7676760540257\n", - "12:59:35\tCompleted 3336 to KZ636200: 1928.092371597163\n", - "12:59:35\tCompleted 3342 to KZ275000: 3201.54171264223\n", - "12:59:35\tCompleted 3380 to KZ395000: 2627.051553443466\n", - "12:59:35\tCompleted 3329 to KZ553200: 2101.9994412046344\n", - "12:59:35\tCompleted 3325 to KZ116400: 1783.0597289806353\n", - "12:59:35\tCompleted 3402 to KZ394800: 2435.8299877252184\n", - "12:59:35\tCompleted 3351 to KZ235200: 2871.5920418705823\n", - "12:59:35\tCompleted 3353 to KZ473600: 2644.4053879172507\n", - "12:59:35\tCompleted 3382 to KZ276200: 2971.7802217827584\n", - "12:59:35\tCompleted 3373 to KZ351600: 1215.0278338086096\n", - "12:59:35\tCompleted 3395 to KZ316200: 859.0353449359658\n", - "12:59:35\tCompleted 3332 to KZ113200: 1756.822373338391\n", - "12:59:36\tCompleted 3371 to KZ116800: 1805.998155928402\n", - "12:59:36\tCompleted 3323 to KZ556000: 2142.3940591821156\n", - "12:59:36\tCompleted 3327 to KZ315600: 960.0609050158903\n", - "12:59:36\tCompleted 3400 to KZ194600: 1561.2811772644031\n", - "12:59:36\tCompleted 3389 to KZ352400: 1763.0765979449125\n", - "12:59:36\tCompleted 3375 to KZ553200: 2353.1309118058416\n", - "12:59:36\tCompleted 3313 to KZ552200: 1976.5148782796455\n", - "12:59:36\tCompleted 3318 to KZ191600: 947.2873870654784\n", - "12:59:36\tCompleted 3358 to KZ351800: 1186.4844512901154\n", - "12:59:36\tCompleted 3361 to KZ474200: 3044.683965023794\n", - "12:59:36\tCompleted 3322 to KZ596400: 2022.3719905411292\n", - "12:59:36\tCompleted 3372 to KZ194800: 1549.736219783059\n", - "12:59:36\tCompleted 3377 to KZ113600: 1848.8785962318718\n", - "12:59:36\tCompleted 3357 to KZ234000: 3164.305376508765\n", - "12:59:36\tCompleted 3384 to KZ154600: 2335.0978636394607\n", - "12:59:36\tCompleted 3398 to KZ271000: 3115.7807898555557\n", - "12:59:37\tCompleted 3379 to KZ632400: 2587.0334202235645\n", - "12:59:37\tCompleted 3395 to KZ311000: 490.3942891892379\n", - "12:59:37\tCompleted 3321 to KZ392400: 2584.959352663448\n", - "12:59:37\tCompleted 3374 to KZ394400: 2401.757048418849\n", - "12:59:37\tCompleted 3327 to KZ316000: 449.5606563031836\n", - "12:59:37\tCompleted 3348 to KZ556800: 2360.6679796859084\n", - "12:59:37\tCompleted 3345 to KZ633400: 1738.0968242095244\n", - "12:59:37\tCompleted 3352 to KZ393400: 1873.1557152289731\n", - "12:59:37\tCompleted 3403 to KZ596200: 2469.3141701149398\n", - "12:59:37\tCompleted 3392 to KZ274000: 3712.790741296925\n", - "12:59:37\tCompleted 3320 to KZ751910: 4062.277156616891\n", - "12:59:37\tCompleted 3318 to KZ195200: 885.052410200205\n", - "12:59:37\tCompleted 3314 to KZ615200: 3069.5897606238586\n", - "12:59:38\tCompleted 3347 to KZ551600: 2078.762436917995\n", - "12:59:38\tCompleted 3334 to KZ155600: 3105.5741048695927\n", - "12:59:38\tCompleted 3394 to KZ234800: 3010.9794642185498\n", - "12:59:38\tCompleted 3381 to KZ595600: 2385.2027126829344\n", - "12:59:38\tCompleted 3389 to KZ356000: 1421.0063223635825\n", - "12:59:38\tCompleted 3344 to KZ156000: 2168.054145517098\n", - "12:59:38\tCompleted 3390 to KZ593200: 2281.2365486923136\n", - "12:59:38\tCompleted 3401 to KZ632800: 2580.9635526299344\n", - "12:59:38\tCompleted 3332 to KZ113400: 1586.5348804056275\n", - "12:59:38\tCompleted 3325 to KZ116800: 1570.6608752886095\n", - "12:59:38\tCompleted 3395 to KZ315000: 903.0661633284595\n", - "12:59:38\tCompleted 3354 to KZ551000: 2177.9115730471103\n", - "12:59:38\tCompleted 3378 to KZ156800: 1801.000200987814\n", - "12:59:38\tCompleted 3336 to KZ636400: 1685.5065237171623\n", - "12:59:38\tCompleted 3397 to KZ554200: 2785.97195379378\n", - "12:59:38\tCompleted 3400 to KZ194800: 1829.3968293184064\n", - "12:59:38\tCompleted 3326 to KZ231000: 2830.5692062175704\n", - "12:59:38\tCompleted 3327 to KZ316600: 666.8957984272469\n", - "12:59:38\tCompleted 3356 to KZ114600: 2005.706926783661\n", - "12:59:39\tCompleted 3373 to KZ354000: 1634.3938958252847\n", - "12:59:39\tCompleted 3329 to KZ553600: 1819.6063797494019\n", - "12:59:39\tCompleted 3339 to KZ556000: 2020.889058262043\n", - "12:59:39\tCompleted 3374 to KZ433200: 1534.8745470421718\n", - "12:59:39\tCompleted 3372 to KZ195600: 1626.5167875382683\n", - "12:59:39\tCompleted 3371 to KZ111810: 1827.8622489515308\n", - "12:59:39\tCompleted 3397 to KZ791110: 311.42882413217365\n", - "12:59:40\tCompleted 3395 to KZ314200: 495.8695201245726\n", - "12:59:40\tCompleted 3328 to KZ475200: 4440.689243066668\n", - "12:59:40\tCompleted 3318 to KZ195000: 1336.68251374089\n", - "12:59:40\tCompleted 3380 to KZ395200: 2094.6903266043646\n", - "12:59:40\tCompleted 3327 to KZ316200: 368.5003485905486\n", - "12:59:40\tCompleted 3375 to KZ553600: 2088.1405787397102\n", - "12:59:40\tCompleted 3389 to KZ354400: 1520.8422085184832\n", - "12:59:40\tCompleted 3391 to KZ275400: 3757.061418650805\n", - "12:59:40\tCompleted 3396 to KZ473600: 2899.6196210306807\n", - "12:59:40\tCompleted 3377 to KZ113800: 1928.4966809879058\n", - "12:59:40\tCompleted 3337 to KZ394200: 2769.2648537958275\n", - "12:59:40\tCompleted 3346 to KZ394000: 2276.784140064484\n", - "12:59:41\tCompleted 3350 to KZ153600: 2352.450504554262\n", - "12:59:41\tCompleted 3374 to KZ431900: 1015.8307141469529\n", - "12:59:41\tCompleted 3397 to KZ791310: 273.54067340459903\n", - "12:59:41\tCompleted 3352 to KZ391600: 1740.2609760907476\n", - "12:59:41\tCompleted 3363 to KZ555600: 2443.888908396833\n", - "12:59:41\tCompleted 3371 to KZ116600: 458.53047454667524\n", - "12:59:41\tCompleted 3322 to KZ594600: 2227.850842068618\n", - "12:59:41\tCompleted 3325 to KZ111810: 1592.5249683117383\n", - "12:59:41\tCompleted 3327 to KZ311000: 30.62741699796953\n", - "12:59:41\tCompleted 3313 to KZ554600: 2058.691350781455\n", - "12:59:41\tCompleted 3373 to KZ351000: 1568.368610475449\n", - "12:59:41\tCompleted 3400 to KZ195600: 1906.177397073616\n", - "12:59:41\tCompleted 3384 to KZ154800: 2170.1051746518738\n", - "12:59:41\tCompleted 3389 to KZ351800: 1235.110945267085\n", - "12:59:42\tCompleted 3388 to KZ633800: 2538.923065517249\n", - "12:59:42\tCompleted 3318 to KZ194400: 1154.4674402819164\n", - "12:59:42\tCompleted 3347 to KZ553200: 2370.958742601133\n", - "12:59:42\tCompleted 3378 to KZ193200: 1813.1423973346944\n", - "12:59:42\tCompleted 3332 to KZ113600: 1715.0060384756853\n", - "12:59:42\tCompleted 3323 to KZ556800: 2343.081984054053\n", - "12:59:42\tCompleted 3397 to KZ791510: 293.41114086406543\n", - "12:59:42\tCompleted 3372 to KZ195800: 1440.4036599054182\n", - "12:59:42\tCompleted 3381 to KZ596000: 2101.7089548091076\n", - "12:59:42\tCompleted 3321 to KZ396200: 2393.3824386372435\n", - "12:59:42\tCompleted 3358 to KZ393200: 2300.6618970333852\n", - "12:59:42\tCompleted 3374 to KZ434600: 1049.495284573333312:59:42\tCompleted 3403 to KZ596400: 2451.6002921362997\n", - "\n", - "12:59:42\tCompleted 3405 to KZ273200: 3249.1806341630663\n", - "12:59:42\tCompleted 3342 to KZ274800: 3737.046624025646\n", - "12:59:42\tCompleted 3345 to KZ633600: 2153.379521849888\n", - "12:59:42\tCompleted 3395 to KZ353200: 1749.7592022864171\n", - "12:59:42\tCompleted 3402 to KZ395000: 2769.96576781984\n", - "12:59:42\tCompleted 3336 to KZ631000: 1900.3967115686069\n", - "12:59:42\tCompleted 3353 to KZ474200: 3091.0295489837727\n", - "12:59:43\tCompleted 3327 to KZ315000: 439.15715551345977\n", - "12:59:43\tCompleted 3314 to KZ616400: 3771.211312819273\n", - "12:59:43\tCompleted 3356 to KZ114800: 1868.8640335691414\n", - "12:59:43\tCompleted 3379 to KZ632800: 2392.9643352069156\n", - "12:59:43\tCompleted 3325 to KZ116600: 902.5527363843257\n", - "12:59:43\tCompleted 3329 to KZ552200: 1944.5344974178804\n", - "12:59:43\tCompleted 3320 to KZ751510: 4050.793094515975\n", - "12:59:43\tCompleted 3373 to KZ352000: 1118.290887057475\n", - "12:59:43\tCompleted 3348 to KZ554800: 2365.3634677303594\n", - "12:59:43\tCompleted 3382 to KZ271000: 2989.473177196974\n", - "12:59:43\tCompleted 3397 to KZ791710: 273.2155736390466\n", - "12:59:43\tCompleted 3334 to KZ156800: 2607.5539490902297\n", - "12:59:43\tCompleted 3361 to KZ474600: 2721.859404205712\n", - "12:59:44\tCompleted 3351 to KZ235600: 2966.629807890987\n", - "12:59:44\tCompleted 3390 to KZ595800: 2385.1561587326796\n", - "12:59:44\tCompleted 3354 to KZ556000: 2226.032955255124\n", - "12:59:44\tCompleted 3327 to KZ314200: 30.506096654409884\n", - "12:59:44\tCompleted 3322 to KZ711110: 1476.0831356543365\n", - "12:59:44\tCompleted 3318 to KZ194600: 1164.9844062864224\n", - "12:59:44\tCompleted 3400 to KZ195800: 1720.0642694407659\n", - "12:59:44\tCompleted 3374 to KZ434400: 1392.4446835350677\n", - "12:59:44\tCompleted 3339 to KZ556800: 2143.640322449829\n", - "12:59:44\tCompleted 3344 to KZ154600: 2466.1915762622125\n", - "12:59:44\tCompleted 3320 to KZ231000: 1249.0090184350001\n", - "12:59:44\tCompleted 3377 to KZ114500: 2002.3391760727275\n", - "12:59:44\tCompleted 3372 to KZ196000: 1627.1844152943386\n", - "12:59:44\tCompleted 3397 to KZ611600: 391.47800722062755\n", - "12:59:44\tCompleted 3398 to KZ274000: 3769.4389735750606\n", - "12:59:45\tCompleted 3357 to KZ234200: 3615.251083029701\n", - "12:59:45\tCompleted 3375 to KZ552200: 2195.6659680191055\n", - "12:59:45\tCompleted 3334 to KZ193200: 928.0108895187423\n", - "12:59:45\tCompleted 3392 to KZ274200: 3830.136235676389\n", - "12:59:45\tCompleted 3394 to KZ235200: 3058.6193115819174\n", - "12:59:45\tCompleted 3401 to KZ636800: 2703.2009254575923\n", - "12:59:45\tCompleted 3380 to KZ391000: 2349.0885232606865\n", - "12:59:45\tCompleted 3395 to KZ353600: 1896.7488437689447\n", - "12:59:45\tCompleted 3347 to KZ553600: 2147.4137219468435\n", - "12:59:45\tCompleted 3350 to KZ154000: 2104.027077379294\n", - "12:59:46\tCompleted 3332 to KZ113800: 1794.6241232317193\n", - "12:59:46\tCompleted 3374 to KZ431000: 734.1361011724246\n", - "12:59:46\tCompleted 3397 to KZ613600: 428.8322978571437\n", - "12:59:46\tCompleted 3358 to KZ393400: 1817.070938870439\n", - "12:59:46\tCompleted 3378 to KZ193400: 2018.031274350135\n", - "12:59:46\tCompleted 3326 to KZ234000: 3039.1796835852583\n", - "12:59:46\tCompleted 3352 to KZ393600: 2210.805007585341\n", - "12:59:46\tCompleted 3337 to KZ394400: 2993.0241764564835\n", - "12:59:46\tCompleted 3363 to KZ551000: 2120.7415963943727\n", - "12:59:46\tCompleted 3327 to KZ353200: 1496.6100576706108\n", - "12:59:46\tCompleted 3320 to KZ234000: 1501.6920636517336\n", - "12:59:46\tCompleted 3356 to KZ111010: 1873.2253887483134\n", - "12:59:46\tCompleted 3371 to KZ115600: 1991.9345971550856\n", - "12:59:46\tCompleted 3328 to KZ471800: 4270.299022905938\n", - "12:59:46\tCompleted 3325 to KZ115600: 1756.5973165152932\n", - "12:59:47\tCompleted 3346 to KZ396800: 2291.3862147385157\n", - "12:59:47\tCompleted 3372 to KZ191000: 1318.795262401293512:59:47\tCompleted 3314 to KZ615600: 3381.6517470433882\n", - "\n", - "12:59:47\tCompleted 3318 to KZ194800: 1433.1000583404257\n", - "12:59:47\tCompleted 3389 to KZ393200: 2349.2883910103515\n", - "12:59:47\tCompleted 3322 to KZ711410: 1502.195635737848\n", - "12:59:47\tCompleted 3334 to KZ193400: 1132.8997665341824\n", - "12:59:47\tCompleted 3400 to KZ196000: 1906.845024829686\n", - "12:59:47\tCompleted 3373 to KZ354800: 1895.7902496824893\n", - "12:59:47\tCompleted 3374 to KZ435200: 632.4419711114941\n", - "12:59:47\tCompleted 3397 to KZ614000: 228.25972951633068\n", - "12:59:47\tCompleted 3391 to KZ273600: 2925.0206776333434\n", - "12:59:47\tCompleted 3381 to KZ596200: 2303.551323570588\n", - "12:59:47\tCompleted 3321 to KZ396600: 2401.3012794284327\n", - "12:59:47\tCompleted 3395 to KZ351600: 1471.5389917924933\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:59:47\tCompleted 3323 to KZ554800: 2347.777472098504\n", - "12:59:47\tCompleted 3329 to KZ554600: 2082.1232295957443\n", - "12:59:48\tCompleted 3403 to KZ594600: 2576.7898305328054\n", - "12:59:48\tCompleted 3345 to KZ633800: 2160.1567163362756\n", - "12:59:48\tCompleted 3378 to KZ193600: 1317.9660053974794\n", - "12:59:48\tCompleted 3402 to KZ395200: 2237.6045409807416\n", - "12:59:48\tCompleted 3313 to KZ555600: 2422.522213996937\n", - "12:59:48\tCompleted 3336 to KZ634600: 2168.0813368688987\n", - "12:59:48\tCompleted 3384 to KZ155200: 2597.0438375536264\n", - "12:59:48\tCompleted 3334 to KZ193600: 623.0719852165603\n", - "12:59:48\tCompleted 3390 to KZ593400: 2194.5434213805443\n", - "12:59:48\tCompleted 3396 to KZ474200: 3346.2437820972027\n", - "12:59:48\tCompleted 3372 to KZ196200: 1084.3880896099588\n", - "12:59:48\tCompleted 3374 to KZ434800: 663.7682320278293\n", - "12:59:48\tCompleted 3397 to KZ613900: 223.34854609681733\n", - "12:59:48\tCompleted 3320 to KZ234200: 1908.5652023236378\n", - "12:59:48\tCompleted 3377 to KZ114000: 1938.4821625051688\n", - "12:59:48\tCompleted 3348 to KZ556400: 2303.097341421805\n", - "12:59:49\tCompleted 3393 to KZ113200: 2071.7055660681895\n", - "12:59:49\tCompleted 3327 to KZ353600: 1432.8398359539442\n", - "12:59:49\tCompleted 3342 to KZ275800: 3206.6294480140677\n", - "12:59:49\tCompleted 3405 to KZ274400: 3186.309321649787\n", - "12:59:49\tCompleted 3400 to KZ191000: 1598.455871936641\n", - "12:59:49\tCompleted 3379 to KZ636800: 2515.201708034569\n", - "12:59:49\tCompleted 3388 to KZ634000: 2586.8906461862216\n", - "12:59:49\tCompleted 3356 to KZ116000: 1606.0480864018714\n", - "12:59:49\tCompleted 3347 to KZ552200: 2272.3418396153193\n", - "12:59:49\tCompleted 3334 to KZ194000: 413.59629677028425\n", - "12:59:49\tCompleted 3358 to KZ391600: 1684.1761997322135\n", - "12:59:49\tCompleted 3318 to KZ195600: 1509.8806260956353\n", - "12:59:49\tCompleted 3339 to KZ554800: 2226.2724711784363\n", - "12:59:49\tCompleted 3322 to KZ711210: 1503.3573971647465\n", - "12:59:50\tCompleted 3397 to KZ612000: 472.7988529688681\n", - "12:59:50\tCompleted 3378 to KZ194000: 1298.7278045862363\n", - "12:59:50\tCompleted 3353 to KZ474600: 2768.204988165691\n", - "12:59:50\tCompleted 3373 to KZ355200: 1596.3671310502211\n", - "12:59:50\tCompleted 3354 to KZ556800: 2426.7208801270613\n", - "12:59:50\tCompleted 3374 to KZ433600: 924.4384123769653\n", - "12:59:50\tCompleted 3389 to KZ393400: 1865.6974328474087\n", - "12:59:50\tCompleted 3332 to KZ114500: 1868.466618316541\n", - "12:59:50\tCompleted 3344 to KZ154800: 2301.198887274617\n", - "12:59:50\tCompleted 3375 to KZ554600: 2277.8424405208975\n", - "12:59:50\tCompleted 3372 to KZ192600: 1357.7390174299874\n", - "12:59:50\tCompleted 3314 to KZ615800: 3148.8280903252994\n", - "12:59:50\tCompleted 3328 to KZ593200: 2237.126338863402\n", - "12:59:50\tCompleted 3395 to KZ354000: 1845.9185528738024\n", - "12:59:50\tCompleted 3327 to KZ351600: 1007.629983977493\n", - "12:59:51\tCompleted 3403 to KZ711110: 1924.1525376128102\n", - "12:59:51\tCompleted 3371 to KZ115200: 1963.67705165323\n", - "12:59:51\tCompleted 3334 to KZ196400: 846.7504034458899\n", - "12:59:51\tCompleted 3320 to KZ234600: 2023.7355007617195\n", - "12:59:51\tCompleted 3397 to KZ614400: 3.0\n", - "12:59:51\tCompleted 3351 to KZ233600: 2849.2464057468583\n", - "12:59:51\tCompleted 3400 to KZ196200: 1364.0486991453065\n", - "12:59:51\tCompleted 3325 to KZ115200: 1950.0794310015553\n", - "12:59:51\tCompleted 3337 to KZ433200: 2330.388703745156412:59:51\tCompleted 3380 to KZ395400: 2396.9560762937626\n", - "\n", - "12:59:51\tCompleted 3374 to KZ434000: 688.4956627874229\n", - "12:59:51\tCompleted 3361 to KZ475000: 3092.1884309554894\n", - "12:59:51\tCompleted 3336 to KZ634400: 1760.2320774128216\n", - "12:59:51\tCompleted 3318 to KZ195800: 1323.7674984627852\n", - "12:59:51\tCompleted 3363 to KZ556000: 2168.862978602386\n", - "12:59:52\tCompleted 3350 to KZ154200: 2406.663116348613\n", - "12:59:52\tCompleted 3346 to KZ394800: 2063.88041303291\n", - "12:59:52\tCompleted 3334 to KZ196800: 326.4509366853876\n", - "12:59:52\tCompleted 3377 to KZ117000: 1861.1145059517728\n", - "12:59:52\tCompleted 3397 to KZ614600: 315.1466488656846\n", - "12:59:52\tCompleted 3352 to KZ396400: 2369.278904114249\n", - "12:59:52\tCompleted 3322 to KZ711310: 1515.2147566206784\n", - "12:59:52\tCompleted 3389 to KZ391600: 1732.8026937091831\n", - "12:59:52\tCompleted 3320 to KZ234800: 1242.1157145713753\n", - "12:59:52\tCompleted 3381 to KZ596400: 2283.7749820889785\n", - "12:59:52\tCompleted 3372 to KZ196600: 1403.4547414852516\n", - "12:59:52\tCompleted 3336 to KZ313600: 421.43447645909674\n", - "12:59:52\tCompleted 3382 to KZ274000: 3643.1313609164877\n", - "12:59:53\tCompleted 3378 to KZ196400: 1731.8819112618398\n", - "12:59:53\tCompleted 3329 to KZ555600: 2138.670704987626\n", - "12:59:53\tCompleted 3398 to KZ274200: 3886.7844679545283\n", - "12:59:53\tCompleted 3323 to KZ556400: 2285.5113457899497\n", - "12:59:53\tCompleted 3393 to KZ113400: 1901.4180731354259\n", - "12:59:53\tCompleted 3357 to KZ234600: 3730.4213814677555\n", - "12:59:53\tCompleted 3321 to KZ394200: 2773.154094221021\n", - "12:59:53\tCompleted 3384 to KZ156400: 2176.3338371928066\n", - "12:59:53\tCompleted 3400 to KZ192600: 1637.399626965334812:59:53\tCompleted 3395 to KZ351000: 1779.8932675239666\n", - "\n", - "12:59:53\tCompleted 3345 to KZ634000: 2208.124297005253\n", - "12:59:53\tCompleted 3334 to KZ191600: 340.7067772647962\n", - "12:59:53\tCompleted 3327 to KZ354000: 1516.4295019389967\n", - "12:59:53\tCompleted 3313 to KZ551000: 2051.6074731300278\n", - "12:59:53\tCompleted 3373 to KZ355600: 1758.9938165434191\n", - "12:59:53\tCompleted 3397 to KZ614800: 667.5256834929871\n", - "12:59:53\tCompleted 3314 to KZ612600: 2858.208101439814\n", - "12:59:53\tCompleted 3401 to KZ635800: 2753.827359173157\n", - "12:59:53\tCompleted 3356 to KZ116400: 1954.6260455153304\n", - "12:59:53\tCompleted 3347 to KZ554600: 2409.9305717931643\n", - "12:59:54\tCompleted 3403 to KZ711410: 1924.3253406669198\n", - "12:59:54\tCompleted 3320 to KZ235200: 1185.722813368875\n", - "12:59:54\tCompleted 3336 to KZ314000: 279.79111231070806\n", - "12:59:54\tCompleted 3332 to KZ114000: 1804.6096047489823\n", - "12:59:54\tCompleted 3394 to KZ235600: 3153.6570776023223\n", - "12:59:54\tCompleted 3402 to KZ391000: 2492.0027376370604\n", - "12:59:54\tCompleted 3391 to KZ276600: 3006.8459243323296\n", - "12:59:54\tCompleted 3372 to KZ194200: 1038.8980547574877\n", - "12:59:54\tCompleted 3339 to KZ556400: 2164.0063448698797\n", - "12:59:54\tCompleted 3378 to KZ196800: 1200.0403090206594\n", - "12:59:54\tCompleted 3326 to KZ234200: 3490.125390106194\n", - "12:59:54\tCompleted 3318 to KZ196000: 1510.5482538517053\n", - "12:59:54\tCompleted 3337 to KZ431900: 1811.3448708499411\n", - "12:59:54\tCompleted 3334 to KZ195200: 278.4718003995228\n", - "12:59:54\tCompleted 3358 to KZ393600: 2154.720231226813\n", - "12:59:55\tCompleted 3397 to KZ615400: 268.0447712651418\n", - "12:59:55\tCompleted 3395 to KZ352000: 1329.8155441059926\n", - "12:59:55\tCompleted 3373 to KZ352100: 980.9907935038565\n", - "12:59:55\tCompleted 3390 to KZ594200: 2374.401170444052\n", - "12:59:55\tCompleted 3371 to KZ115400: 1941.0563890551362\n", - "12:59:55\tCompleted 3336 to KZ314800: 431.4076373668524\n", - "12:59:55\tCompleted 3396 to KZ474600: 3023.419221279121\n", - "12:59:55\tCompleted 3328 to KZ595800: 2341.045948903769\n", - "12:59:55\tCompleted 3348 to KZ554200: 2554.8578652925876\n", - "12:59:55\tCompleted 3320 to KZ235600: 1300.1144899810777\n", - "12:59:55\tCompleted 3400 to KZ196600: 1683.1153510205993\n", - "12:59:55\tCompleted 3377 to KZ114400: 1773.7733795414767\n", - "12:59:56\tCompleted 3379 to KZ635800: 2565.828141750133\n", - "12:59:56\tCompleted 3322 to KZ555200: 1740.9436846582284\n", - "12:59:56\tCompleted 3327 to KZ351000: 1448.0610708386534\n", - "12:59:56\tCompleted 3372 to KZ751210: 986.3454258923306\n", - "12:59:56\tCompleted 3397 to KZ615200: 264.65922445294245\n", - "12:59:56\tCompleted 3334 to KZ195000: 730.1019039402081\n", - "12:59:56\tCompleted 3378 to KZ191600: 1225.8382850807482\n", - "12:59:56\tCompleted 3354 to KZ554800: 2431.416368171512\n", - "12:59:56\tCompleted 3350 to KZ156000: 1979.9123487168288\n", - "12:59:56\tCompleted 3403 to KZ711210: 1893.9709550005043\n", - "12:59:56\tCompleted 3336 to KZ315400: 118.64651868687861\n", - "12:59:56\tCompleted 3348 to KZ791110: 218.97550515781188\n", - "12:59:56\tCompleted 3351 to KZ633200: 2174.3084491033237\n", - "12:59:56\tCompleted 3318 to KZ191000: 1202.1591009586602\n", - "12:59:56\tCompleted 3393 to KZ113600: 2029.889231205483612:59:56\tCompleted 3399 to KZ113200: 2088.461662722598\n", - "\n", - "12:59:57\tCompleted 3405 to KZ275400: 3861.4977536067972\n", - "12:59:57\tCompleted 3320 to KZ233600: 1008.7811976044837\n", - "12:59:57\tCompleted 3342 to KZ276000: 3622.460473769103\n", - "12:59:57\tCompleted 3388 to KZ635400: 3031.796198768431\n", - "12:59:57\tCompleted 3353 to KZ475000: 3138.534014915468\n", - "12:59:57\tCompleted 3389 to KZ393600: 2203.3467252037776\n", - "12:59:57\tCompleted 3325 to KZ115400: 2170.652202867211\n", - "12:59:57\tCompleted 3375 to KZ555600: 2641.6733037363897\n", - "12:59:57\tCompleted 3344 to KZ155200: 2728.1375501763696\n", - "12:59:57\tCompleted 3334 to KZ194400: 547.8868304812383\n", - "12:59:57\tCompleted 3356 to KZ116800: 1752.058963938546\n", - "12:59:57\tCompleted 3400 to KZ194200: 1318.558664292834\n", - "12:59:57\tCompleted 3347 to KZ555600: 2125.497780348284\n", - "12:59:57\tCompleted 3397 to KZ616400: 852.3357119773224\n", - "12:59:57\tCompleted 3314 to KZ616000: 3175.9673060579107\n", - "12:59:57\tCompleted 3348 to KZ791310: 175.43527327720312\n", - "12:59:57\tCompleted 3372 to KZ751110: 994.102785205211312:59:57\tCompleted 3380 to KZ392000: 2404.0097306889884\n", - "\n", - "12:59:58\tCompleted 3378 to KZ195200: 1163.6033082154747\n", - "12:59:58\tCompleted 3332 to KZ117000: 1727.2419481955862\n", - "12:59:58\tCompleted 3327 to KZ352000: 1100.8297034428888\n", - "12:59:58\tCompleted 3363 to KZ556800: 2369.5509034743236\n", - "12:59:58\tCompleted 3336 to KZ315600: 756.7159697320628\n", - "12:59:58\tCompleted 3318 to KZ196200: 967.7519281673258\n", - "12:59:58\tCompleted 3329 to KZ551000: 2002.1474894477628\n", - "12:59:58\tCompleted 3373 to KZ352200: 1546.1751199666166\n", - "12:59:58\tCompleted 3337 to KZ434600: 1845.0094412763215\n", - "12:59:58\tCompleted 3334 to KZ194600: 558.4037964857403\n", - "12:59:58\tCompleted 3346 to KZ395000: 2398.0161931275297\n", - "12:59:59\tCompleted 3348 to KZ791510: 152.55477370554993\n", - "12:59:59\tCompleted 3381 to KZ594600: 2411.0269839884536\n", - "12:59:59\tCompleted 3384 to KZ155600: 2349.0137112317198\n", - "12:59:59\tCompleted 3313 to KZ556000: 2099.7288553380413\n", - "12:59:59\tCompleted 3397 to KZ615600: 1048.1535767988994\n", - "12:59:59\tCompleted 3352 to KZ394000: 2477.739183203565\n", - "12:59:59\tCompleted 3328 to KZ593400: 2150.433211551635\n", - "12:59:59\tCompleted 3400 to KZ751210: 1266.006035427678\n", - "12:59:59\tCompleted 3361 to KZ475200: 3103.031391739539\n", - "12:59:59\tCompleted 3390 to KZ596600: 2154.2813378323576\n", - "12:59:59\tCompleted 3323 to KZ554200: 2526.3829601578454\n", - "12:59:59\tCompleted 3339 to KZ554200: 2415.7668687406644\n", - "12:59:59\tCompleted 3403 to KZ711310: 1915.5633435390935\n", - "12:59:59\tCompleted 3321 to KZ394400: 2930.0988693169265\n", - "12:59:59\tCompleted 3372 to KZ751310: 987.274358080465\n", - "12:59:59\tCompleted 3336 to KZ316000: 654.2997042715767\n", - "12:59:59\tCompleted 3395 to KZ354800: 2152.3014076663726\n", - "13:00:00\tCompleted 3374 to KZ471000: 3121.444533456394\n", - "13:00:00\tCompleted 3399 to KZ113400: 1918.1741697898353\n", - "13:00:00\tCompleted 3348 to KZ791710: 150.77859338851735\n", - "13:00:00\tCompleted 3322 to KZ551600: 1798.90458828946\n", - "13:00:00\tCompleted 3318 to KZ192600: 1241.1028559873541\n", - "13:00:00\tCompleted 3334 to KZ194800: 826.5194485397441\n", - "13:00:00\tCompleted 3397 to KZ615800: 310.4569516676953\n", - "13:00:00\tCompleted 3377 to KZ114600: 2123.8226302665134\n", - "13:00:00\tCompleted 3373 to KZ352300: 1252.2333542023077\n", - "13:00:00\tCompleted 3347 to KZ551000: 2036.6332110020303\n", - "13:00:00\tCompleted 3378 to KZ195000: 1615.23341175616\n", - "13:00:00\tCompleted 3393 to KZ113800: 2109.5073159615135\n", - "13:00:00\tCompleted 3371 to KZ151000: 2163.647178211114\n", - "13:00:00\tCompleted 3323 to KZ791110: 336.4875073623285\n", - "13:00:00\tCompleted 3336 to KZ316600: 463.5508631434194\n", - "13:00:01\tCompleted 3332 to KZ114400: 1639.9008217852902\n", - "13:00:01\tCompleted 3401 to KZ636200: 2614.910275942901\n", - "13:00:01\tCompleted 3402 to KZ395400: 2539.8702906701365\n", - "13:00:01\tCompleted 3400 to KZ751110: 1273.7633947405586\n", - "13:00:01\tCompleted 3356 to KZ111810: 1773.9230569616748\n", - "13:00:01\tCompleted 3339 to KZ791110: 941.0033700498406\n", - "13:00:01\tCompleted 3345 to KZ635400: 2653.0298495874626\n", - "13:00:01\tCompleted 3358 to KZ396400: 2313.1941277557203\n", - "13:00:01\tCompleted 3348 to KZ611600: 407.6391286636418\n", - "13:00:01\tCompleted 3391 to KZ275000: 2872.543581434672\n", - "13:00:01\tCompleted 3394 to KZ233600: 3036.2736754582143\n", - "13:00:01\tCompleted 3372 to KZ751410: 1004.6993364841056\n", - "13:00:01\tCompleted 3327 to KZ354800: 1688.3923998513726\n", - "13:00:01\tCompleted 3397 to KZ612600: 440.8010823212836\n", - "13:00:01\tCompleted 3357 to KZ234800: 2864.1227573033716\n", - "13:00:02\tCompleted 3379 to KZ636200: 2426.9110585198778\n", - "13:00:02\tCompleted 3314 to KZ613800: 3324.2214390767945\n", - "13:00:02\tCompleted 3334 to KZ195600: 903.3000162949529\n", - "13:00:02\tCompleted 3323 to KZ791310: 303.3500097510835\n", - "13:00:02\tCompleted 3381 to KZ711110: 1756.3272275654776\n", - "13:00:02\tCompleted 3336 to KZ316200: 573.2393965589417\n", - "13:00:02\tCompleted 3348 to KZ613600: 267.8767313910618\n", - "13:00:02\tCompleted 3318 to KZ196600: 1286.8185800426186\n", - "13:00:02\tCompleted 3395 to KZ355200: 1807.8917880987387\n", - "13:00:02\tCompleted 3356 to KZ116600: 404.5912825568195\n", - "13:00:02\tCompleted 3384 to KZ156800: 1850.9935554523258\n", - "13:00:02\tCompleted 3378 to KZ194400: 1433.018338297186\n", - "13:00:02\tCompleted 3382 to KZ274200: 3760.4768552959467\n", - "13:00:02\tCompleted 3339 to KZ791310: 897.4631381692315\n", - "13:00:02\tCompleted 3346 to KZ395200: 1865.6549662884029\n", - "13:00:02\tCompleted 3326 to KZ234600: 3605.2956885442486\n", - "13:00:02\tCompleted 3389 to KZ396400: 2361.8206217326847\n", - "13:00:02\tCompleted 3354 to KZ556400: 2369.150241862958\n", - "13:00:02\tCompleted 3400 to KZ751310: 1266.9349676158124\n", - "13:00:03\tCompleted 3397 to KZ616000: 383.0153627271476\n", - "13:00:03\tCompleted 3373 to KZ352800: 1520.405154460474513:00:03\tCompleted 3320 to KZ633200: 4602.465128202606\n", - "\n", - "13:00:03\tCompleted 3375 to KZ551000: 2270.7585628694737\n", - "13:00:03\tCompleted 3396 to KZ475000: 3393.748248028898\n", - "13:00:03\tCompleted 3323 to KZ791510: 285.36778594147574\n", - "13:00:03\tCompleted 3336 to KZ311000: 178.6537666895211\n", - "13:00:03\tCompleted 3329 to KZ556000: 2050.26887165578\n", - "13:00:03\tCompleted 3348 to KZ614000: 208.1265295113975413:00:03\tCompleted 3334 to KZ195800: 717.186888662103\n", - "\n", - "13:00:03\tCompleted 3372 to KZ751710: 1045.6873682530086\n", - "13:00:03\tCompleted 3337 to KZ434400: 2187.958840238057\n", - "13:00:03\tCompleted 3344 to KZ156400: 2307.427549815562\n", - "13:00:03\tCompleted 3399 to KZ113600: 2046.645327859893\n", - "13:00:03\tCompleted 3328 to KZ594200: 2330.290960615141\n", - "13:00:03\tCompleted 3318 to KZ194200: 922.2618933148545\n", - "13:00:03\tCompleted 3314 to KZ273200: 1535.431516276002\n", - "13:00:04\tCompleted 3405 to KZ273600: 3029.4570125893356\n", - "13:00:04\tCompleted 3350 to KZ154600: 2278.049779461948\n", - "13:00:04\tCompleted 3351 to KZ634800: 2658.755040513587\n", - "13:00:04\tCompleted 3397 to KZ613800: 56.338070017747675\n", - "13:00:04\tCompleted 3347 to KZ556000: 2077.929719332841\n", - "13:00:04\tCompleted 3388 to KZ635000: 2506.5227714360108\n", - "13:00:04\tCompleted 3363 to KZ554800: 2374.2463915187745\n", - "13:00:04\tCompleted 3400 to KZ751410: 1284.359946019453\n", - "13:00:04\tCompleted 3339 to KZ791510: 874.5826385975785\n", - "13:00:04\tCompleted 3323 to KZ791710: 274.37160898358076\n", - "13:00:04\tCompleted 3377 to KZ114800: 1986.979737051994\n", - "13:00:04\tCompleted 3322 to KZ553200: 2018.130764737364\n", - "13:00:04\tCompleted 3336 to KZ315000: 304.80288385591797\n", - "13:00:04\tCompleted 3325 to KZ151000: 2827.7520705831785\n", - "13:00:04\tCompleted 3353 to KZ475200: 3149.3769756995175\n", - "13:00:04\tCompleted 3348 to KZ613900: 486.04980152784566\n", - "13:00:04\tCompleted 3327 to KZ355200: 1578.905947435635\n", - "13:00:04\tCompleted 3321 to KZ433200: 2412.5708172981804\n", - "13:00:04\tCompleted 3378 to KZ194600: 1443.5353043016923\n", - "13:00:05\tCompleted 3390 to KZ595000: 2309.7267067085154\n", - "13:00:05\tCompleted 3372 to KZ751810: 991.9312123299575\n", - "13:00:05\tCompleted 3334 to KZ196000: 903.9676440510231\n", - "13:00:05\tCompleted 3380 to KZ395600: 2477.3132285966312\n", - "13:00:05\tCompleted 3381 to KZ711410: 1756.5000306195873\n", - "13:00:05\tCompleted 3373 to KZ356400: 1377.6896706922555\n", - "13:00:05\tCompleted 3342 to KZ276200: 3341.8466870351986\n", - "13:00:05\tCompleted 3393 to KZ114500: 2183.349811046337\n", - "13:00:05\tCompleted 3313 to KZ556800: 2300.416780209978713:00:05\tCompleted 3318 to KZ751210: 869.7092644496975\n", - "\n", - "13:00:05\tCompleted 3384 to KZ193200: 1765.7783929188672\n", - "13:00:05\tCompleted 3323 to KZ611600: 485.12164124631346\n", - "13:00:05\tCompleted 3314 to KZ274400: 1811.712671478036\n", - "13:00:05\tCompleted 3395 to KZ355600: 1970.5184735919368\n", - "13:00:06\tCompleted 3336 to KZ314200: 180.06798025189417\n", - "13:00:06\tCompleted 3348 to KZ612000: 385.9193366547178\n", - "13:00:06\tCompleted 3332 to KZ114600: 1989.9500725103267\n", - "13:00:06\tCompleted 3371 to KZ153200: 2168.063761639756613:00:06\tCompleted 3337 to KZ431000: 1529.6502578754128\n", - "\n", - "13:00:06\tCompleted 3339 to KZ791710: 872.8064582805459\n", - "13:00:06\tCompleted 3345 to KZ635000: 2127.7564222550413\n", - "13:00:06\tCompleted 3400 to KZ751710: 1325.3479777883558\n", - "13:00:06\tCompleted 3334 to KZ191000: 595.5784911579782\n", - "13:00:06\tCompleted 3352 to KZ396800: 2492.341257877591\n", - "13:00:06\tCompleted 3383 to KZ113200: 1975.5015768906285\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:00:06\tCompleted 3356 to KZ115600: 1937.9954051652296\n", - "13:00:06\tCompleted 3403 to KZ555200: 2657.1876483972046\n", - "13:00:06\tCompleted 3372 to KZ751910: 1013.0721286803658\n", - "13:00:06\tCompleted 3402 to KZ392000: 2546.923945065355\n", - "13:00:07\tCompleted 3401 to KZ636400: 2372.32442806293913:00:07\tCompleted 3361 to KZ471800: 2932.641171578813\n", - "\n", - "13:00:07\tCompleted 3323 to KZ613600: 277.48099913464046\n", - "13:00:07\tCompleted 3374 to KZ473600: 2702.4697674334507\n", - "13:00:07\tCompleted 3379 to KZ636400: 2184.32521063991\n", - "13:00:07\tCompleted 3394 to KZ633200: 2494.498809706202\n", - "13:00:07\tCompleted 3318 to KZ751110: 877.4666237625781\n", - "13:00:07\tCompleted 3348 to KZ614400: 412.58260096764803\n", - "13:00:07\tCompleted 3395 to KZ352100: 1237.5019514877401\n", - "13:00:07\tCompleted 3334 to KZ196200: 361.1713183666437\n", - "13:00:07\tCompleted 3358 to KZ394000: 2421.6544068450357\n", - "13:00:07\tCompleted 3347 to KZ556800: 2139.5006780175872\n", - "13:00:07\tCompleted 3400 to KZ751810: 1271.5918218653048\n", - "13:00:08\tCompleted 3327 to KZ355600: 1681.829629269459\n", - "13:00:08\tCompleted 3336 to KZ353200: 1293.2651223867833\n", - "13:00:08\tCompleted 3339 to KZ611600: 1129.6669935556702\n", - "13:00:08\tCompleted 3322 to KZ553600: 1735.7377032821316\n", - "13:00:08\tCompleted 3378 to KZ194800: 1711.6509563556956\n", - "13:00:08\tCompleted 3399 to KZ113800: 2126.263412615923\n", - "13:00:08\tCompleted 3381 to KZ711210: 1726.1456449531718\n", - "13:00:08\tCompleted 3323 to KZ614000: 340.64522001157934\n", - "13:00:08\tCompleted 3346 to KZ391000: 2120.05316294475\n", - "13:00:08\tCompleted 3372 to KZ751510: 1001.5880665794499\n", - "13:00:08\tCompleted 3373 to KZ352400: 1604.6706486758774\n", - "13:00:08\tCompleted 3314 to KZ275400: 2172.758931294292\n", - "13:00:08\tCompleted 3351 to KZ633400: 1926.532985842893\n", - "13:00:08\tCompleted 3328 to KZ596600: 2431.176478191891\n", - "13:00:08\tCompleted 3337 to KZ435200: 1427.9561278144822\n", - "13:00:08\tCompleted 3348 to KZ614600: 202.23422843621276\n", - "13:00:08\tCompleted 3318 to KZ751310: 870.6381966378319\n", - "13:00:09\tCompleted 3375 to KZ556000: 2318.8799450774873\n", - "13:00:09\tCompleted 3329 to KZ556800: 2250.9567965277147\n", - "13:00:09\tCompleted 3321 to KZ431900: 1893.526984402968\n", - "13:00:09\tCompleted 3334 to KZ192600: 634.5222461866721\n", - "13:00:09\tCompleted 3389 to KZ394000: 2470.280900822001\n", - "13:00:09\tCompleted 3377 to KZ111010: 1991.3410922311657\n", - "13:00:09\tCompleted 3391 to KZ274800: 3408.0484928180776\n", - "13:00:09\tCompleted 3350 to KZ154800: 2113.057090474359\n", - "13:00:09\tCompleted 3383 to KZ113400: 1805.2140839578651\n", - "13:00:09\tCompleted 3327 to KZ352100: 773.5929436727407\n", - "13:00:09\tCompleted 3354 to KZ554200: 2565.7426718465063\n", - "13:00:09\tCompleted 3323 to KZ613900: 617.3969191527736\n", - "13:00:09\tCompleted 3400 to KZ751910: 1292.7327382157132\n", - "13:00:09\tCompleted 3339 to KZ613600: 983.2944413177499\n", - "13:00:09\tCompleted 3393 to KZ114000: 2119.492797478777\n", - "13:00:09\tCompleted 3332 to KZ114800: 1780.4381317374944\n", - "13:00:09\tCompleted 3320 to KZ634800: 5146.322101413667\n", - "13:00:09\tCompleted 3384 to KZ193400: 1970.6672699343078\n", - "13:00:10\tCompleted 3348 to KZ614800: 683.85503380732113:00:10\tCompleted 3326 to KZ234800: 2738.9970643798647\n", - "\n", - "13:00:10\tCompleted 3357 to KZ235200: 2911.762604666739\n", - "13:00:10\tCompleted 3388 to KZ632200: 2389.598603434998\n", - "13:00:10\tCompleted 3344 to KZ155600: 2480.107423854463\n", - "13:00:10\tCompleted 3318 to KZ751410: 888.0631750414725\n", - "13:00:10\tCompleted 3334 to KZ196600: 680.2379702419364\n", - "13:00:10\tCompleted 3345 to KZ632200: 2010.8322542540072\n", - "13:00:10\tCompleted 3396 to KZ475200: 3404.591208812947613:00:10\tCompleted 3336 to KZ353600: 1229.4949006701167\n", - "\n", - "13:00:10\tCompleted 3373 to KZ356000: 1413.3297414255817\n", - "13:00:10\tCompleted 3314 to KZ273600: 1814.754406133961\n", - "13:00:10\tCompleted 3363 to KZ556400: 2311.9802652102203\n", - "13:00:10\tCompleted 3356 to KZ115200: 1885.593285492998\n", - "13:00:10\tCompleted 3371 to KZ153400: 2057.4771041140607\n", - "13:00:10\tCompleted 3354 to KZ791110: 151.55103179371775\n", - "13:00:10\tCompleted 3323 to KZ612000: 389.3531456483461\n", - "13:00:10\tCompleted 3395 to KZ352200: 1757.6997770151343\n", - "13:00:11\tCompleted 3390 to KZ593600: 2424.2753109928185\n", - "13:00:11\tCompleted 3400 to KZ751510: 1281.2486761147973\n", - "13:00:11\tCompleted 3325 to KZ153200: 2832.1686540118035\n", - "13:00:11\tCompleted 3337 to KZ434800: 1459.2823887308177\n", - "13:00:11\tCompleted 3339 to KZ614000: 930.1543944034261\n", - "13:00:11\tCompleted 3348 to KZ615400: 425.0188008978713\n", - "13:00:11\tCompleted 3334 to KZ194200: 410.76200122799014\n", - "13:00:11\tCompleted 3361 to KZ593200: 2083.0064828278305\n", - "13:00:11\tCompleted 3381 to KZ711310: 1747.738033491761\n", - "13:00:11\tCompleted 3378 to KZ195600: 1788.4315241109052\n", - "13:00:11\tCompleted 3397 to KZ273200: 3223.0740324452704\n", - "13:00:11\tCompleted 3313 to KZ554800: 2305.1122682544296\n", - "13:00:11\tCompleted 3405 to KZ276600: 3111.2822592883217\n", - "13:00:11\tCompleted 3322 to KZ552200: 1860.6658209506102\n", - "13:00:11\tCompleted 3318 to KZ751710: 929.0512068103753\n", - "13:00:12\tCompleted 3347 to KZ554800: 2294.180646765869\n", - "13:00:12\tCompleted 3384 to KZ193600: 1270.6020009816523\n", - "13:00:12\tCompleted 3354 to KZ791310: 108.0107999131089\n", - "13:00:12\tCompleted 3380 to KZ395800: 2503.860170102701\n", - "13:00:12\tCompleted 3403 to KZ551600: 2390.6209264116774\n", - "13:00:12\tCompleted 3336 to KZ351600: 804.2850486936654\n", - "13:00:12\tCompleted 3323 to KZ614400: 543.9297185925759\n", - "13:00:12\tCompleted 3327 to KZ352200: 1490.386166257577\n", - "13:00:12\tCompleted 3399 to KZ114500: 2200.1059077007467\n", - "13:00:12\tCompleted 3352 to KZ394800: 2264.8354561719875\n", - "13:00:12\tCompleted 3334 to KZ751210: 263.12865464901523\n", - "13:00:12\tCompleted 3348 to KZ615200: 162.4354473995912\n", - "13:00:12\tCompleted 3353 to KZ471800: 2978.986755538792\n", - "13:00:12\tCompleted 3342 to KZ271000: 3359.5396424494143\n", - "13:00:13\tCompleted 3402 to KZ395600: 2620.227442973005\n", - "13:00:13\tCompleted 3395 to KZ352300: 1415.0637592019002\n", - "13:00:13\tCompleted 3328 to KZ595000: 2265.6164968796047\n", - "13:00:13\tCompleted 3383 to KZ113600: 1933.6852420279229\n", - "13:00:13\tCompleted 3314 to KZ276600: 2040.2937617258224\n", - "13:00:13\tCompleted 3354 to KZ791510: 85.13030034145582\n", - "13:00:13\tCompleted 3321 to KZ434600: 1927.1915548293484\n", - "13:00:13\tCompleted 3373 to KZ354400: 1362.4362592494479\n", - "13:00:13\tCompleted 3377 to KZ116000: 1724.1637898847237\n", - "13:00:13\tCompleted 3401 to KZ631000: 2587.2146159143435\n", - "13:00:13\tCompleted 3318 to KZ751810: 875.2950508873244\n", - "13:00:13\tCompleted 3323 to KZ614600: 287.0942532461089\n", - "13:00:13\tCompleted 3346 to KZ395400: 2167.920715977826\n", - "13:00:13\tCompleted 3339 to KZ613900: 1208.0776664198736\n", - "13:00:13\tCompleted 3393 to KZ117000: 2042.1251409253846\n", - "13:00:13\tCompleted 3379 to KZ631000: 2399.2153984913202\n", - "13:00:13\tCompleted 3334 to KZ751110: 270.8860139618959\n", - "13:00:13\tCompleted 3358 to KZ396800: 2436.256481519063\n", - "13:00:14\tCompleted 3332 to KZ111010: 1857.4685344749792\n", - "13:00:14\tCompleted 3384 to KZ194000: 1251.3638001704091\n", - "13:00:14\tCompleted 3329 to KZ554800: 2255.6522845721697\n", - "13:00:14\tCompleted 3337 to KZ433600: 1719.9525690799535\n", - "13:00:14\tCompleted 3344 to KZ156800: 1982.087268075082\n", - "13:00:14\tCompleted 3354 to KZ791710: 83.35412002442327\n", - "13:00:14\tCompleted 3378 to KZ195800: 1602.318396478055\n", - "13:00:14\tCompleted 3336 to KZ354000: 1313.0845666551693\n", - "13:00:14\tCompleted 3348 to KZ616400: 1135.027998295643\n", - "13:00:14\tCompleted 3327 to KZ352300: 1409.4394077576721\n", - "13:00:14\tCompleted 3356 to KZ115400: 1862.9726228949041\n", - "13:00:14\tCompleted 3323 to KZ614800: 739.8680460909302\n", - "13:00:14\tCompleted 3374 to KZ474200: 3149.0939284999727\n", - "13:00:15\tCompleted 3318 to KZ751910: 896.4359672377327\n", - "13:00:15\tCompleted 3351 to KZ633600: 2341.815683483255713:00:15\tCompleted 3375 to KZ556800: 2519.5678699494247\n", - "\n", - "13:00:15\tCompleted 3314 to KZ275000: 1584.9635117019432\n", - "13:00:15\tCompleted 3334 to KZ751310: 264.0575868371497\n", - "13:00:15\tCompleted 3373 to KZ351800: 1227.4343643290842\n", - "13:00:15\tCompleted 3394 to KZ634800: 2978.9454011164685\n", - "13:00:15\tCompleted 3389 to KZ396800: 2484.8829754960275\n", - "13:00:15\tCompleted 3395 to KZ352800: 1731.929811508992\n", - "13:00:15\tCompleted 3339 to KZ612000: 1076.7891274483381\n", - "13:00:15\tCompleted 3347 to KZ556400: 2221.0470059406753\n", - "13:00:15\tCompleted 3354 to KZ611600: 340.21465529954753\n", - "13:00:15\tCompleted 3372 to KZ231000: 2883.4694153879536\n", - "13:00:16\tCompleted 3322 to KZ554600: 1998.2545531284738\n", - "13:00:16\tCompleted 3323 to KZ615400: 538.809169038162\n", - "13:00:16\tCompleted 3320 to KZ633400: 4502.1843537600635\n", - "13:00:16\tCompleted 3348 to KZ615600: 887.1980103328176\n", - "13:00:16\tCompleted 3334 to KZ751410: 281.4825652407903\n", - "13:00:16\tCompleted 3399 to KZ114000: 2136.248894133185\n", - "13:00:16\tCompleted 3336 to KZ351000: 1244.716135554826\n", - "13:00:16\tCompleted 3345 to KZ635200: 2393.3614700480553\n", - "13:00:16\tCompleted 3391 to KZ275800: 2877.6313168064994\n", - "13:00:16\tCompleted 3350 to KZ155200: 2539.995753376118\n", - "13:00:16\tCompleted 3325 to KZ153400: 2721.581996486125\n", - "13:00:16\tCompleted 3318 to KZ751510: 884.9519051368168\n", - "13:00:16\tCompleted 3390 to KZ595200: 2421.7254440500396\n", - "13:00:16\tCompleted 3393 to KZ114400: 1954.7840145150885\n", - "13:00:16\tCompleted 3344 to KZ193200: 1420.1235231245446\n", - "13:00:16\tCompleted 3337 to KZ434000: 1484.0098194904092\n", - "13:00:16\tCompleted 3354 to KZ613600: 208.6030159098467\n", - "13:00:16\tCompleted 3332 to KZ116000: 1590.291232128537\n", - "13:00:17\tCompleted 3384 to KZ196400: 1684.5179068460127\n", - "13:00:17\tCompleted 3383 to KZ113800: 2013.303326783957\n", - "13:00:17\tCompleted 3361 to KZ595800: 2186.926092868206\n", - "13:00:17\tCompleted 3371 to KZ153600: 2349.8808649715297\n", - "13:00:17\tCompleted 3323 to KZ615200: 280.250393261825\n", - "13:00:17\tCompleted 3327 to KZ352800: 1502.9439708458883\n", - "13:00:17\tCompleted 3348 to KZ615800: 103.51204547045505\n", - "13:00:17\tCompleted 3313 to KZ556400: 2242.8461419458754\n", - "13:00:17\tCompleted 3353 to KZ593200: 2046.835815409866\n", - "13:00:17\tCompleted 3326 to KZ235200: 2786.6369117432323\n", - "13:00:17\tCompleted 3314 to KZ274800: 1940.1428885987325\n", - "13:00:17\tCompleted 3388 to KZ635200: 2772.1278192290247\n", - "13:00:17\tCompleted 3339 to KZ614400: 1134.6104658596764\n", - "13:00:17\tCompleted 3328 to KZ593600: 2380.165101163909\n", - "13:00:17\tCompleted 3334 to KZ751710: 322.4705970096931\n", - "13:00:17\tCompleted 3363 to KZ554200: 2507.8113009925223\n", - "13:00:17\tCompleted 3395 to KZ356400: 1634.200828676139\n", - "13:00:18\tCompleted 3321 to KZ434400: 2270.14095379108\n", - "13:00:18\tCompleted 3381 to KZ555200: 2489.3623383498757\n", - "13:00:18\tCompleted 3357 to KZ235600: 3006.800370687144\n", - "13:00:18\tCompleted 3378 to KZ196000: 1789.0991518669753\n", - "13:00:18\tCompleted 3354 to KZ614000: 151.56803762396464\n", - "13:00:18\tCompleted 3380 to KZ392400: 2413.8862504754325\n", - "13:00:18\tCompleted 3403 to KZ553200: 2509.568919818374\n", - "13:00:18\tCompleted 3396 to KZ471800: 3234.200988652222\n", - "13:00:18\tCompleted 3400 to KZ231000: 3110.17597472702\n", - "13:00:18\tCompleted 3377 to KZ116400: 2072.7417489981813\n", - "13:00:18\tCompleted 3405 to KZ275000: 2976.979916390657\n", - "13:00:18\tCompleted 3348 to KZ612600: 358.6421720913806\n", - "13:00:18\tCompleted 3346 to KZ392000: 2174.9743703730473\n", - "13:00:18\tCompleted 3397 to KZ274400: 3160.202719931989\n", - "13:00:18\tCompleted 3336 to KZ352000: 1305.5687514112751\n", - "13:00:19\tCompleted 3384 to KZ196800: 1152.6763046048322\n", - "13:00:19\tCompleted 3363 to KZ791110: 87.60757220333477\n", - "13:00:19\tCompleted 3339 to KZ614600: 924.2620933282412\n", - "13:00:19\tCompleted 3402 to KZ395800: 2646.774384479075\n", - "13:00:19\tCompleted 3334 to KZ751810: 268.7144410866421\n", - "13:00:19\tCompleted 3352 to KZ395000: 2598.971236266605\n", - "13:00:19\tCompleted 3323 to KZ616400: 1220.4167464809136\n", - "13:00:19\tCompleted 3314 to KZ275800: 1716.9257655798474\n", - "13:00:19\tCompleted 3354 to KZ613900: 428.31973676515906\n", - "13:00:19\tCompleted 3327 to KZ356400: 1170.2918208611404\n", - "13:00:19\tCompleted 3358 to KZ394800: 2208.7506798134586\n", - "13:00:19\tCompleted 3394 to KZ633400: 2246.723346445784\n", - "13:00:19\tCompleted 3329 to KZ556400: 2193.3861582636146\n", - "13:00:19\tCompleted 3356 to KZ151000: 2085.563412050885\n", - "13:00:19\tCompleted 3348 to KZ616000: 68.40740071640454\n", - "13:00:20\tCompleted 3322 to KZ555600: 1845.6399317197488\n", - "13:00:20\tCompleted 3347 to KZ554200: 2483.67504432809713:00:20\tCompleted 3344 to KZ193400: 1625.0124001399852\n", - "\n", - "13:00:20\tCompleted 3399 to KZ117000: 2058.8812375797925\n", - "13:00:20\tCompleted 3363 to KZ791310: 67.13901762735433\n", - "13:00:20\tCompleted 3378 to KZ191000: 1480.7099989739302\n", - "13:00:20\tCompleted 3334 to KZ751910: 289.8553574370505\n", - "13:00:20\tCompleted 3342 to KZ274000: 4013.1978261689146\n", - "13:00:20\tCompleted 3384 to KZ191600: 1178.474280664921\n", - "13:00:20\tCompleted 3379 to KZ634600: 2666.9000237916143\n", - "13:00:20\tCompleted 3354 to KZ612000: 318.49486329062364\n", - "13:00:20\tCompleted 3323 to KZ615600: 830.839222359955\n", - "13:00:20\tCompleted 3395 to KZ352400: 1816.195305724395\n", - "13:00:20\tCompleted 3389 to KZ394800: 2257.377173790423\n", - "13:00:21\tCompleted 3348 to KZ613800: 444.0211760487841\n", - "13:00:21\tCompleted 3321 to KZ431000: 1611.8323714284397\n", - "13:00:21\tCompleted 3401 to KZ634600: 2854.8992412146386\n", - "13:00:21\tCompleted 3375 to KZ554800: 2524.2633579938756\n", - "13:00:21\tCompleted 3336 to KZ354800: 1485.04746456754513:00:21\tCompleted 3339 to KZ614800: 1405.8828986993478\n", - "\n", - "13:00:21\tCompleted 3332 to KZ116400: 1938.869191241996\n", - "13:00:21\tCompleted 3383 to KZ114500: 2087.145821868777\n", - "13:00:21\tCompleted 3363 to KZ791510: 77.25679362362281\n", - "13:00:21\tCompleted 3314 to KZ276000: 1986.227911206711\n", - "13:00:21\tCompleted 3373 to KZ393200: 2341.611810072351\n", - "13:00:21\tCompleted 3351 to KZ633800: 2348.592877969628\n", - "13:00:21\tCompleted 3350 to KZ156400: 2119.28575301529\n", - "13:00:21\tCompleted 3344 to KZ193600: 924.9471311873328\n", - "13:00:21\tCompleted 3377 to KZ116800: 1870.1746674213982\n", - "13:00:21\tCompleted 3334 to KZ751510: 278.37129533613455\n", - "13:00:21\tCompleted 3393 to KZ114600: 2304.8332652401245\n", - "13:00:21\tCompleted 3354 to KZ614400: 354.85253620496144\n", - "13:00:21\tCompleted 3347 to KZ791110: 1493.6286885654315\n", - "13:00:21\tCompleted 3323 to KZ615800: 236.3250577063806\n", - "13:00:21\tCompleted 3345 to KZ632400: 2262.3170278975576\n", - "13:00:22\tCompleted 3327 to KZ352400: 1503.4341768509476\n", - "13:00:22\tCompleted 3384 to KZ195200: 1116.2393037996476\n", - "13:00:22\tCompleted 3390 to KZ591000: 2311.941172802582\n", - "13:00:22\tCompleted 3328 to KZ595200: 2377.615234221129\n", - "13:00:22\tCompleted 3371 to KZ154000: 2101.4574377965623\n", - "13:00:22\tCompleted 3374 to KZ474600: 2826.269367681891\n", - "13:00:22\tCompleted 3320 to KZ633600: 4273.009013171595\n", - "13:00:22\tCompleted 3378 to KZ196200: 1246.3028261825957\n", - "13:00:22\tCompleted 3363 to KZ791710: 48.756854273334234\n", - "13:00:22\tCompleted 3403 to KZ553600: 2244.5785867522404\n", - "13:00:22\tCompleted 3361 to KZ593400: 1996.313355516068\n", - "13:00:22\tCompleted 3353 to KZ595800: 2150.755425450243\n", - "13:00:23\tCompleted 3396 to KZ593200: 2366.113940156632\n", - "13:00:23\tCompleted 3395 to KZ356000: 1576.1601464251742\n", - "13:00:23\tCompleted 3325 to KZ153600: 3013.9857573436407\n", - "13:00:23\tCompleted 3354 to KZ614600: 134.8097550721186\n", - "13:00:23\tCompleted 3323 to KZ612600: 397.0333585848779\n", - "13:00:23\tCompleted 3381 to KZ551600: 2222.7956163643485\n", - "13:00:23\tCompleted 3339 to KZ615400: 1147.046665789899613:00:23\tCompleted 3344 to KZ194000: 905.7089303760865\n", - "\n", - "13:00:23\tCompleted 3314 to KZ276200: 1815.2534393906417\n", - "13:00:23\tCompleted 3322 to KZ551000: 1756.7753623734952\n", - "13:00:23\tCompleted 3399 to KZ114400: 1971.540111169498\n", - "13:00:23\tCompleted 3363 to KZ611600: 216.02916480260444\n", - "13:00:23\tCompleted 3372 to KZ234000: 3092.0798927556416\n", - "13:00:23\tCompleted 3313 to KZ554200: 2438.6771777281724\n", - "13:00:23\tCompleted 3352 to KZ395200: 2066.6100094275\n", - "13:00:23\tCompleted 3347 to KZ791310: 1450.0884566848229\n", - "13:00:24\tCompleted 3321 to KZ435200: 1510.1382413675092\n", - "13:00:24\tCompleted 3337 to KZ471000: 3916.9586901593784\n", - "13:00:24\tCompleted 3380 to KZ396200: 2369.5499388882413\n", - "13:00:24\tCompleted 3346 to KZ395600: 2248.2778682806947\n", - "13:00:24\tCompleted 3318 to KZ231000: 3006.1831418337983\n", - "13:00:24\tCompleted 3323 to KZ616000: 201.22041295233015\n", - "13:00:24\tCompleted 3354 to KZ614800: 616.4305604432268\n", - "13:00:24\tCompleted 3388 to KZ632400: 2641.083377078526\n", - "13:00:24\tCompleted 3384 to KZ195000: 1567.8694073403328\n", - "13:00:24\tCompleted 3391 to KZ276000: 3293.4623425615346\n", - "13:00:24\tCompleted 3327 to KZ356000: 1570.535794980946\n", - "13:00:24\tCompleted 3378 to KZ192600: 1519.653754002624\n", - "13:00:24\tCompleted 3356 to KZ153200: 2089.97999547953313:00:24\tCompleted 3336 to KZ355200: 1705.0355280603908\n", - "\n", - "13:00:24\tCompleted 3363 to KZ613600: 150.67164505585743\n", - "13:00:24\tCompleted 3339 to KZ615200: 884.4633122916198\n", - "13:00:25\tCompleted 3402 to KZ392400: 2556.8004648518063\n", - "13:00:25\tCompleted 3326 to KZ235600: 2881.674677763637\n", - "13:00:25\tCompleted 3313 to KZ791110: 227.45643228043596\n", - "13:00:25\tCompleted 3332 to KZ116800: 1736.3021096652117\n", - "13:00:25\tCompleted 3395 to KZ354400: 1573.9609162979657\n", - "13:00:25\tCompleted 3373 to KZ393400: 1858.0208519094078\n", - "13:00:25\tCompleted 3344 to KZ196400: 1338.86303705169\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:00:25\tCompleted 3357 to KZ233600: 2889.4169685430193\n", - "13:00:25\tCompleted 3377 to KZ111810: 1892.038760444527\n", - "13:00:25\tCompleted 3383 to KZ114000: 2023.28880830122\n", - "13:00:25\tCompleted 3314 to KZ271000: 1781.180585910044\n", - "13:00:25\tCompleted 3393 to KZ114800: 2129.8271946021864\n", - "13:00:25\tCompleted 3323 to KZ613800: 575.3682936737121\n", - "13:00:25\tCompleted 3354 to KZ615400: 365.5756369842172\n", - "13:00:25\tCompleted 3379 to KZ634400: 2259.0507643355495\n", - "13:00:25\tCompleted 3329 to KZ554200: 2445.146682134398\n", - "13:00:25\tCompleted 3363 to KZ614000: 95.74823230198264\n", - "13:00:25\tCompleted 3347 to KZ791510: 1427.2079571131699\n", - "13:00:26\tCompleted 3358 to KZ395000: 2542.886459908077\n", - "13:00:26\tCompleted 3405 to KZ274800: 3512.48482777407\n", - "13:00:26\tCompleted 3394 to KZ633600: 2662.006044086145\n", - "13:00:26\tCompleted 3345 to KZ632800: 2068.247942880883\n", - "13:00:26\tCompleted 3313 to KZ791310: 205.17488332003782\n", - "13:00:26\tCompleted 3384 to KZ194400: 1385.6543338813588\n", - "13:00:26\tCompleted 3397 to KZ275400: 3835.3911518889995\n", - "13:00:26\tCompleted 3328 to KZ591000: 2267.8309629736714\n", - "13:00:26\tCompleted 3400 to KZ234000: 3318.786452094708\n", - "13:00:26\tCompleted 3354 to KZ615200: 95.01097403549706\n", - "13:00:26\tCompleted 3327 to KZ354400: 1344.975075634862\n", - "13:00:26\tCompleted 3321 to KZ434800: 1541.4645022838447\n", - "13:00:26\tCompleted 3395 to KZ351800: 1390.2647693286767\n", - "13:00:26\tCompleted 3401 to KZ634400: 2447.049981758573\n", - "13:00:26\tCompleted 3344 to KZ196800: 807.02143481051\n", - "13:00:26\tCompleted 3377 to KZ116600: 522.7069860396723\n", - "13:00:27\tCompleted 3363 to KZ613900: 353.3929291390485\n", - "13:00:27\tCompleted 3379 to KZ313600: 648.5052840588306\n", - "13:00:27\tCompleted 3378 to KZ196600: 1565.3694780578885\n", - "13:00:27\tCompleted 3329 to KZ791110: 328.3435425655059\n", - "13:00:27\tCompleted 3389 to KZ395000: 2591.5129538850415\n", - "13:00:27\tCompleted 3322 to KZ556000: 1798.0718707043084\n", - "13:00:27\tCompleted 3390 to KZ595600: 2368.039953360173\n", - "13:00:27\tCompleted 3353 to KZ593400: 1960.142688098103\n", - "13:00:27\tCompleted 3350 to KZ155600: 2291.9656270542114\n", - "13:00:27\tCompleted 3336 to KZ355600: 1478.4846939856316\n", - "13:00:27\tCompleted 3347 to KZ791710: 1425.4317767961372\n", - "13:00:27\tCompleted 3403 to KZ552200: 2352.103976031638\n", - "13:00:27\tCompleted 3375 to KZ556400: 2461.9972316853214\n", - "13:00:27\tCompleted 3313 to KZ791510: 215.2926593163063\n", - "13:00:27\tCompleted 3342 to KZ274200: 4130.543320548387\n", - "13:00:27\tCompleted 3314 to KZ274000: 2051.181024522406\n", - "13:00:28\tCompleted 3351 to KZ634000: 2396.560458638605\n", - "13:00:28\tCompleted 3401 to KZ313600: 836.50450148186\n", - "13:00:28\tCompleted 3396 to KZ595800: 2470.033550196998\n", - "13:00:28\tCompleted 3363 to KZ612000: 210.36572174136606\n", - "13:00:28\tCompleted 3354 to KZ616400: 1067.6035249315491\n", - "13:00:28\tCompleted 3379 to KZ314000: 468.16399782047296\n", - "13:00:28\tCompleted 3329 to KZ791310: 284.8033106848969\n", - "13:00:28\tCompleted 3384 to KZ194600: 1396.1712998858652\n", - "13:00:28\tCompleted 3344 to KZ191600: 832.8194108705985\n", - "13:00:28\tCompleted 3339 to KZ616400: 1857.0558631876715\n", - "13:00:28\tCompleted 3334 to KZ231000: 3739.7896684097927\n", - "13:00:28\tCompleted 3332 to KZ111810: 1758.1662026883405\n", - "13:00:28\tCompleted 3348 to KZ273200: 3145.5201213494347\n", - "13:00:28\tCompleted 3371 to KZ154200: 2404.0934767658814\n", - "13:00:28\tCompleted 3320 to KZ633800: 4573.594360652147\n", - "13:00:28\tCompleted 3399 to KZ114600: 2321.5893618945342\n", - "13:00:28\tCompleted 3373 to KZ391600: 1725.1261127711823\n", - "13:00:28\tCompleted 3336 to KZ352100: 570.2480083889131\n", - "13:00:29\tCompleted 3378 to KZ194200: 1200.812791330123\n", - "13:00:29\tCompleted 3381 to KZ553200: 2341.743609771045\n", - "13:00:29\tCompleted 3313 to KZ791710: 186.79271996601756\n", - "13:00:29\tCompleted 3356 to KZ153400: 1979.3933379538287\n", - "13:00:29\tCompleted 3327 to KZ351800: 1384.6404178844487\n", - "13:00:29\tCompleted 3325 to KZ154000: 2765.5623301686237\n", - "13:00:29\tCompleted 3352 to KZ391000: 2321.0082060838254\n", - "13:00:29\tCompleted 3383 to KZ117000: 1945.9211517478238\n", - "13:00:29\tCompleted 3363 to KZ614400: 279.925728578851\n", - "13:00:29\tCompleted 3329 to KZ791510: 261.9228111132438\n", - "13:00:29\tCompleted 3401 to KZ314000: 656.1632152435023\n", - "13:00:29\tCompleted 3354 to KZ615600: 827.9242948516024\n", - "13:00:29\tCompleted 3374 to KZ475000: 3196.598394431668\n", - "13:00:29\tCompleted 3332 to KZ116600: 388.83442828348524\n", - "13:00:29\tCompleted 3347 to KZ611600: 1682.2923120712617\n", - "13:00:30\tCompleted 3379 to KZ314800: 930.2263242896001\n", - "13:00:30\tCompleted 3344 to KZ195200: 770.5844340053252\n", - "13:00:30\tCompleted 3393 to KZ111010: 2172.351727204769\n", - "13:00:30\tCompleted 3361 to KZ594200: 2176.1711045795773\n", - "13:00:30\tCompleted 3313 to KZ611600: 222.89450233751978\n", - "13:00:30\tCompleted 3358 to KZ395200: 2010.525233068966\n", - "13:00:30\tCompleted 3314 to KZ274200: 2263.3022041194185\n", - "13:00:30\tCompleted 3380 to KZ396600: 2377.4687796794306\n", - "13:00:30\tCompleted 3378 to KZ751210: 1148.2601624649672\n", - "13:00:30\tCompleted 3346 to KZ395800: 2274.824809786742\n", - "13:00:30\tCompleted 3357 to KZ633200: 2138.280021930895\n", - "13:00:30\tCompleted 3402 to KZ396200: 2512.4641532646174\n", - "13:00:30\tCompleted 3321 to KZ433600: 1802.1346826329805\n", - "13:00:30\tCompleted 3339 to KZ615600: 1441.3645654647914\n", - "13:00:30\tCompleted 3363 to KZ614600: 36.98599606439882\n", - "13:00:30\tCompleted 3329 to KZ791710: 260.14663079621124\n", - "13:00:31\tCompleted 3388 to KZ632800: 2447.0142920618787\n", - "13:00:31\tCompleted 3350 to KZ156800: 1793.9454712748097\n", - "13:00:31\tCompleted 3337 to KZ473600: 3497.9839241364352\n", - "13:00:31\tCompleted 3354 to KZ615800: 69.38117972753804\n", - "13:00:31\tCompleted 3336 to KZ352200: 1287.0412309737496\n", - "13:00:31\tCompleted 3401 to KZ314800: 1118.2255417126294\n", - "13:00:31\tCompleted 3322 to KZ556800: 1859.6428293890554\n", - "13:00:31\tCompleted 3379 to KZ315400: 617.4652056096262\n", - "13:00:31\tCompleted 3328 to KZ595600: 2501.7185494955916\n", - "13:00:31\tCompleted 3384 to KZ194800: 1664.2869519398685\n", - "13:00:31\tCompleted 3377 to KZ115600: 2056.111108648082\n", - "13:00:31\tCompleted 3318 to KZ234000: 3214.7936192014863\n", - "13:00:31\tCompleted 3343 to KZ113200: 1793.9225134774933\n", - "13:00:31\tCompleted 3372 to KZ234200: 3543.0255992765774\n", - "13:00:31\tCompleted 3389 to KZ395200: 2059.1517270459353\n", - "13:00:31\tCompleted 3313 to KZ613600: 190.1625177571628513:00:31\tCompleted 3344 to KZ195000: 1222.2145375460102\n", - "\n", - "13:00:32\tCompleted 3347 to KZ613600: 1535.9197598333392\n", - "13:00:32\tCompleted 3363 to KZ614800: 492.24506994628337\n", - "13:00:32\tCompleted 3390 to KZ596000: 2188.6437752714223\n", - "13:00:32\tCompleted 3378 to KZ751110: 1156.0175217778478\n", - "13:00:32\tCompleted 3339 to KZ615800: 825.5399103624835\n", - "13:00:32\tCompleted 3391 to KZ276200: 3012.84855582763\n", - "13:00:32\tCompleted 3329 to KZ611600: 517.007166071335613:00:32\tCompleted 3354 to KZ612600: 291.2176987272864\n", - "\n", - "13:00:32\tCompleted 3326 to KZ233600: 2764.2912756194996\n", - "13:00:32\tCompleted 3399 to KZ114800: 2146.583291256595\n", - "13:00:32\tCompleted 3394 to KZ633800: 2668.7832385725083\n", - "13:00:32\tCompleted 3401 to KZ315400: 805.4644230326555\n", - "13:00:32\tCompleted 3345 to KZ636800: 2190.485315708562\n", - "13:00:33\tCompleted 3353 to KZ594200: 2140.000437161613\n", - "13:00:33\tCompleted 3371 to KZ156000: 1977.342709134097\n", - "13:00:33\tCompleted 3379 to KZ315600: 1255.5346566548105\n", - "13:00:33\tCompleted 3313 to KZ614000: 235.52135642973911\n", - "13:00:33\tCompleted 3403 to KZ554600: 2434.2804485334277\n", - "13:00:33\tCompleted 3393 to KZ116000: 1905.1744248583354\n", - "13:00:33\tCompleted 3323 to KZ273200: 3183.9113078429286\n", - "13:00:33\tCompleted 3395 to KZ393200: 2504.4422150719342\n", - "13:00:33\tCompleted 3381 to KZ553600: 2076.7532767049133\n", - "13:00:33\tCompleted 3396 to KZ593400: 2279.420812844863\n", - "13:00:33\tCompleted 3363 to KZ615400: 236.90730365968096\n", - "13:00:33\tCompleted 3383 to KZ114400: 1858.5800253375278\n", - "13:00:33\tCompleted 3354 to KZ616000: 27.465770179903807\n", - "13:00:33\tCompleted 3397 to KZ273600: 3003.350410871538\n", - "13:00:33\tCompleted 3405 to KZ275800: 2982.067651762491613:00:33\tCompleted 3329 to KZ613600: 371.6630410058449\n", - "\n", - "13:00:33\tCompleted 3347 to KZ614000: 1482.7797129190171\n", - "13:00:34\tCompleted 3344 to KZ194400: 1039.9994640870395\n", - "13:00:34\tCompleted 3321 to KZ434000: 1566.1919330434362\n", - "13:00:34\tCompleted 3339 to KZ612600: 1080.670036983409\n", - "13:00:34\tCompleted 3315 to KZ113200: 1638.0027476522318\n", - "13:00:34\tCompleted 3350 to KZ193200: 1593.8735409760525\n", - "13:00:34\tCompleted 3378 to KZ751310: 1149.1890946531016\n", - "13:00:34\tCompleted 3336 to KZ352300: 1607.4439321393381\n", - "13:00:34\tCompleted 3313 to KZ613900: 497.52808062179764\n", - "13:00:34\tCompleted 3343 to KZ113400: 1585.1434423753221\n", - "13:00:34\tCompleted 3373 to KZ393600: 2195.6701442657777\n", - "13:00:34\tCompleted 3375 to KZ554200: 2657.828267467613\n", - "13:00:34\tCompleted 3379 to KZ316000: 695.3761252250596\n", - "13:00:34\tCompleted 3380 to KZ394200: 2011.7212598413257\n", - "13:00:34\tCompleted 3332 to KZ115600: 1922.2385508918953\n", - "13:00:34\tCompleted 3401 to KZ315600: 1443.5338740778398\n", - "13:00:34\tCompleted 3363 to KZ615200: 39.41370852282661\n", - "13:00:35\tCompleted 3354 to KZ613800: 386.29111128609753\n", - "13:00:35\tCompleted 3384 to KZ195600: 1741.067519695078\n", - "13:00:35\tCompleted 3356 to KZ153600: 2271.797098811298\n", - "13:00:35\tCompleted 3327 to KZ393200: 2498.8178636277066\n", - "13:00:35\tCompleted 3329 to KZ614000: 317.4945669190914\n", - "13:00:35\tCompleted 3322 to KZ554800: 2014.3227981373445\n", - "13:00:35\tCompleted 3328 to KZ596000: 2144.5335654425116\n", - "13:00:35\tCompleted 3339 to KZ616000: 790.4352656084329\n", - "13:00:35\tCompleted 3313 to KZ612000: 62.13351382096677\n", - "13:00:35\tCompleted 3375 to KZ791110: 309.26284103236554\n", - "13:00:35\tCompleted 3400 to KZ234200: 3769.7321586156436\n", - "13:00:35\tCompleted 3344 to KZ194600: 1050.5164300915426\n", - "13:00:35\tCompleted 3334 to KZ234000: 3948.4001457774807\n", - "13:00:35\tCompleted 3379 to KZ316600: 962.3695500661672\n", - "13:00:36\tCompleted 3378 to KZ751410: 1166.614073056742213:00:36\tCompleted 3348 to KZ274400: 3082.6488088361484\n", - "\n", - "13:00:36\tCompleted 3401 to KZ316000: 883.3753426480887\n", - "13:00:36\tCompleted 3358 to KZ391000: 2264.9234297252974\n", - "13:00:36\tCompleted 3352 to KZ395400: 2368.8757591169015\n", - "13:00:36\tCompleted 3363 to KZ616400: 943.4180344346059\n", - "13:00:36\tCompleted 3377 to KZ115200: 2003.7089889758506\n", - "13:00:36\tCompleted 3320 to KZ634000: 4820.79715854919\n", - "13:00:36\tCompleted 3346 to KZ392400: 2184.850890159496\n", - "13:00:36\tCompleted 3347 to KZ613900: 1760.702984935464713:00:36\tCompleted 3361 to KZ596600: 2039.6340285053914\n", - "\n", - "13:00:36\tCompleted 3336 to KZ352800: 1314.1636536707165\n", - "13:00:36\tCompleted 3325 to KZ154200: 3068.198369137946\n", - "13:00:36\tCompleted 3315 to KZ113400: 1429.2236765500606\n", - "13:00:36\tCompleted 3402 to KZ396600: 2520.3829940558066\n", - "13:00:36\tCompleted 3313 to KZ614400: 424.0608800616\n", - "13:00:36\tCompleted 3375 to KZ791310: 302.60543560624376\n", - "13:00:36\tCompleted 3389 to KZ391000: 2313.549923702262\n", - "13:00:36\tCompleted 3329 to KZ613900: 595.4178389355394\n", - "13:00:37\tCompleted 3395 to KZ393400: 2020.8512569090003\n", - "13:00:37\tCompleted 3399 to KZ111010: 2189.1078238591763\n", - "13:00:37\tCompleted 3390 to KZ596200: 2286.3885642478267\n", - "13:00:37\tCompleted 3379 to KZ316200: 690.6000887598868\n", - "13:00:37\tCompleted 3351 to KZ635400: 2841.4660112208144\n", - "13:00:37\tCompleted 3393 to KZ116400: 2253.75238397178\n", - "13:00:37\tCompleted 3374 to KZ475200: 3207.4413552157175\n", - "13:00:37\tCompleted 3353 to KZ596600: 2085.9796124653694\n", - "13:00:37\tCompleted 3339 to KZ613800: 1166.0490409408126\n", - "13:00:37\tCompleted 3401 to KZ316600: 1150.3687674891964\n", - "13:00:37\tCompleted 3384 to KZ195800: 1554.95439206222813:00:37\tCompleted 3363 to KZ615600: 769.9929239976132\n", - "\n", - "13:00:37\tCompleted 3350 to KZ193400: 1798.762417991493\n", - "13:00:37\tCompleted 3378 to KZ751710: 1207.602104825645\n", - "13:00:37\tCompleted 3344 to KZ194800: 1318.6320821455463\n", - "13:00:37\tCompleted 3337 to KZ474200: 3944.608085202957\n", - "13:00:38\tCompleted 3343 to KZ113600: 1819.4703999479486\n", - "13:00:38\tCompleted 3388 to KZ636800: 2569.2516648895307\n", - "13:00:38\tCompleted 3329 to KZ612000: 465.15772713643315\n", - "13:00:38\tCompleted 3313 to KZ614600: 125.75037517189847\n", - "13:00:38\tCompleted 3381 to KZ552200: 2184.278665984308\n", - "13:00:38\tCompleted 3383 to KZ114600: 2208.6292760625643\n", - "13:00:38\tCompleted 3336 to KZ356400: 966.9468855773138\n", - "13:00:38\tCompleted 3332 to KZ115200: 1797.1673836613509\n", - "13:00:38\tCompleted 3375 to KZ791510: 312.72321160251227\n", - "13:00:38\tCompleted 3379 to KZ311000: 321.95903301315866\n", - "13:00:38\tCompleted 3357 to KZ634800: 2622.7266133411604\n", - "13:00:38\tCompleted 3363 to KZ615800: 118.65203822427007\n", - "13:00:38\tCompleted 3401 to KZ316200: 878.5993061829158\n", - "13:00:38\tCompleted 3326 to KZ633200: 2284.267550866671\n", - "13:00:38\tCompleted 3347 to KZ612000: 1629.4144459639294\n", - "13:00:38\tCompleted 3396 to KZ594200: 2459.27856190837\n", - "13:00:39\tCompleted 3394 to KZ634000: 2716.750819241486\n", - "13:00:39\tCompleted 3403 to KZ555600: 2688.584294219171\n", - "13:00:39\tCompleted 3371 to KZ154600: 2275.4801398792165\n", - "13:00:39\tCompleted 3350 to KZ193600: 1098.6971490388394\n", - "13:00:39\tCompleted 3329 to KZ614400: 521.9506383753419\n", - "13:00:39\tCompleted 3313 to KZ614800: 477.6409071821363\n", - "13:00:39\tCompleted 3391 to KZ271000: 3030.541511241846\n", - "13:00:39\tCompleted 3378 to KZ751810: 1153.845948902594\n", - "13:00:39\tCompleted 3327 to KZ393400: 2015.2269054647722\n", - "13:00:39\tCompleted 3375 to KZ791710: 284.2232722522235\n", - "13:00:39\tCompleted 3322 to KZ556400: 1941.1891573121482\n", - "13:00:39\tCompleted 3379 to KZ315000: 734.6309071523804\n", - "13:00:39\tCompleted 3318 to KZ234200: 3665.739325722422\n", - "13:00:39\tCompleted 3345 to KZ635800: 2241.1117494241157\n", - "13:00:39\tCompleted 3356 to KZ154000: 2023.3736716363355\n", - "13:00:40\tCompleted 3363 to KZ612600: 183.08855717802868\n", - "13:00:40\tCompleted 3328 to KZ596200: 2531.5330151136855\n", - "13:00:40\tCompleted 3323 to KZ274400: 3121.0399953296446\n", - "13:00:40\tCompleted 3401 to KZ311000: 509.958250436188\n", - "13:00:40\tCompleted 3399 to KZ116000: 1921.930521512745\n", - "13:00:40\tCompleted 3315 to KZ113600: 1704.4964055966975\n", - "13:00:40\tCompleted 3377 to KZ115400: 1981.0883263777569\n", - "13:00:40\tCompleted 3395 to KZ391600: 1887.9565177707748\n", - "13:00:40\tCompleted 3344 to KZ195600: 1395.4126499007555\n", - "13:00:40\tCompleted 3372 to KZ234600: 3658.195897714632\n", - "13:00:40\tCompleted 3380 to KZ394400: 2439.727611167324\n", - "13:00:40\tCompleted 3373 to KZ396400: 2354.144040794684\n", - "13:00:40\tCompleted 3336 to KZ352400: 1300.08924156712\n", - "13:00:40\tCompleted 3313 to KZ615400: 381.0424551424301\n", - "13:00:40\tCompleted 3393 to KZ116800: 2051.18530239501\n", - "13:00:40\tCompleted 3384 to KZ196000: 1741.7351474511481\n", - "13:00:40\tCompleted 3375 to KZ611600: 161.29920461234386\n", - "13:00:40\tCompleted 3329 to KZ614600: 311.60226584390654\n", - "13:00:41\tCompleted 3379 to KZ314200: 327.43426394849337\n", - "13:00:41\tCompleted 3397 to KZ276600: 3085.175657570524\n", - "13:00:41\tCompleted 3363 to KZ616000: 156.9198899897504\n", - "13:00:41\tCompleted 3405 to KZ276000: 3397.8986775175267\n", - "13:00:41\tCompleted 3402 to KZ394200: 2154.635474217705\n", - "13:00:41\tCompleted 3347 to KZ614400: 1687.2357843752677\n", - "13:00:41\tCompleted 3378 to KZ751910: 1174.9868652530024\n", - "13:00:41\tCompleted 3350 to KZ194000: 1079.4589482275944\n", - "13:00:41\tCompleted 3321 to KZ471000: 3999.1408037124024\n", - "13:00:41\tCompleted 3401 to KZ315000: 922.6301245754097\n", - "13:00:42\tCompleted 3343 to KZ113800: 1899.0884847039827\n", - "13:00:42\tCompleted 3346 to KZ396200: 2140.514578572297\n", - "13:00:42\tCompleted 3332 to KZ115400: 1774.546721063257\n", - "13:00:42\tCompleted 3313 to KZ615200: 177.44957421550998\n", - "13:00:42\tCompleted 3383 to KZ114800: 1931.588089142517\n", - "13:00:42\tCompleted 3353 to KZ595000: 2075.3259734260796\n", - "13:00:42\tCompleted 3375 to KZ613600: 342.3863817000202\n", - "13:00:42\tCompleted 3363 to KZ613800: 311.3643036599871\n", - "13:00:42\tCompleted 3354 to KZ273200: 3078.0956479853503\n", - "13:00:42\tCompleted 3390 to KZ596400: 2370.709802551298\n", - "13:00:42\tCompleted 3358 to KZ395400: 2312.7909827583735\n", - "13:00:42\tCompleted 3329 to KZ614800: 793.2230712150148\n", - "13:00:42\tCompleted 3344 to KZ195800: 1209.2995222679053\n", - "13:00:42\tCompleted 3357 to KZ633400: 1890.504558670462\n", - "13:00:42\tCompleted 3320 to KZ635400: 5329.033072120924\n", - "13:00:42\tCompleted 3384 to KZ191000: 1433.345994558103\n", - "13:00:43\tCompleted 3361 to KZ595000: 2111.496640844042\n", - "13:00:43\tCompleted 3401 to KZ314200: 515.4334813715227\n", - "13:00:43\tCompleted 3347 to KZ614600: 1476.8874118438325\n", - "13:00:43\tCompleted 3378 to KZ751510: 1163.5028031520865\n", - "13:00:43\tCompleted 3380 to KZ433200: 1572.845109790649\n", - "13:00:43\tCompleted 3325 to KZ156000: 2641.4476015061664\n", - "13:00:43\tCompleted 3379 to KZ353200: 1581.323946110346\n", - "13:00:43\tCompleted 3389 to KZ395400: 2361.417476735338\n", - "13:00:43\tCompleted 3381 to KZ554600: 2266.4551384861015\n", - "13:00:43\tCompleted 3348 to KZ275400: 3757.837240793159\n", - "13:00:43\tCompleted 3375 to KZ614000: 290.67373383509636\n", - "13:00:43\tCompleted 3352 to KZ392000: 2375.929413512124\n", - "13:00:43\tCompleted 3313 to KZ616400: 989.8474900400099\n", - "13:00:43\tCompleted 3327 to KZ391600: 1882.3321663265467\n", - "13:00:43\tCompleted 3396 to KZ596600: 2341.1938455787804\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:00:43\tCompleted 3329 to KZ615400: 534.3868383055651\n", - "13:00:44\tCompleted 3328 to KZ596400: 2305.327994713464\n", - "13:00:44\tCompleted 3393 to KZ111810: 2073.049395418137\n", - "13:00:44\tCompleted 3403 to KZ551000: 2427.196570882006\n", - "13:00:44\tCompleted 3315 to KZ113800: 1883.8424302655976\n", - "13:00:44\tCompleted 3350 to KZ196400: 1512.613054903198\n", - "13:00:44\tCompleted 3336 to KZ356000: 1768.540319362612\n", - "13:00:44\tCompleted 3384 to KZ196200: 1198.9388217667686\n", - "13:00:44\tCompleted 3380 to KZ431900: 1053.8012768954302\n", - "13:00:44\tCompleted 3374 to KZ471800: 3037.05113505499213:00:44\tCompleted 3351 to KZ635000: 2316.192583888394\n", - "\n", - "13:00:44\tCompleted 3399 to KZ116400: 2270.5084806261884\n", - "13:00:44\tCompleted 3337 to KZ474600: 3621.7835243848754\n", - "13:00:44\tCompleted 3339 to KZ273200: 3867.5479862414018\n", - "13:00:44\tCompleted 3400 to KZ234600: 3884.902457053698\n", - "13:00:44\tCompleted 3388 to KZ635800: 2619.8780986050947\n", - "13:00:44\tCompleted 3345 to KZ636200: 2102.194666193871\n", - "13:00:44\tCompleted 3322 to KZ554200: 2203.8171956995848\n", - "13:00:44\tCompleted 3375 to KZ613900: 301.2804222781497\n", - "13:00:44\tCompleted 3344 to KZ196000: 1396.0802776568255\n", - "13:00:45\tCompleted 3313 to KZ615600: 700.8588007332606\n", - "13:00:45\tCompleted 3329 to KZ615200: 271.8034848072851\n", - "13:00:45\tCompleted 3393 to KZ116600: 703.7176210132924\n", - "13:00:45\tCompleted 3334 to KZ234200: 4399.3458522984165\n", - "13:00:45\tCompleted 3401 to KZ353200: 1769.3231635333661\n", - "13:00:45\tCompleted 3356 to KZ154200: 2326.0097106056523\n", - "13:00:45\tCompleted 3395 to KZ393600: 2358.5005492653554\n", - "13:00:45\tCompleted 3371 to KZ154800: 2110.4874508916273\n", - "13:00:45\tCompleted 3377 to KZ151000: 2203.6791155337332\n", - "13:00:45\tCompleted 3343 to KZ114500: 1906.8842115448938\n", - "13:00:46\tCompleted 3347 to KZ614800: 1958.5082172149391\n", - "13:00:46\tCompleted 3394 to KZ635400: 3161.6563718236957\n", - "13:00:46\tCompleted 3380 to KZ434600: 1087.4658473218105\n", - "13:00:46\tCompleted 3383 to KZ111010: 2076.1477380272154\n", - "13:00:46\tCompleted 3350 to KZ196800: 980.7714526620179\n", - "13:00:46\tCompleted 3375 to KZ612000: 281.28460356042814\n", - "13:00:46\tCompleted 3313 to KZ615800: 256.68790391695364\n", - "13:00:46\tCompleted 3332 to KZ151000: 1997.137510219239\n", - "13:00:46\tCompleted 3379 to KZ353600: 1728.3135875928656\n", - "13:00:46\tCompleted 3326 to KZ634800: 2768.714142276934\n", - "13:00:46\tCompleted 3344 to KZ191000: 1087.6911247637804\n", - "13:00:46\tCompleted 3384 to KZ192600: 1472.289749586797\n", - "13:00:46\tCompleted 3322 to KZ791110: 1072.1281243376704\n", - "13:00:47\tCompleted 3391 to KZ274000: 3684.1996949613567\n", - "13:00:47\tCompleted 3402 to KZ394400: 2582.6418255437\n", - "13:00:47\tCompleted 3336 to KZ354400: 1549.7141236032483\n", - "13:00:47\tCompleted 3318 to KZ234600: 3780.909624160476613:00:47\tCompleted 3353 to KZ593600: 2189.874577710374513:00:47\tCompleted 3313 to KZ612600: 34.856349257629624\n", - "\n", - "\n", - "13:00:47\tCompleted 3373 to KZ394000: 2462.604319884001\n", - "13:00:47\tCompleted 3375 to KZ614400: 229.48174626600093\n", - "13:00:47\tCompleted 3329 to KZ616400: 1244.396035703337\n", - "13:00:47\tCompleted 3372 to KZ234800: 2791.897273550248\n", - "13:00:47\tCompleted 3390 to KZ594600: 2393.8642246656923\n", - "13:00:48\tCompleted 3346 to KZ396600: 2148.433419363487\n", - "13:00:48\tCompleted 3350 to KZ191600: 1006.5694287221064\n", - "13:00:48\tCompleted 3379 to KZ351600: 1303.1037356164143\n", - "13:00:48\tCompleted 3347 to KZ615400: 1699.671984305491\n", - "13:00:48\tCompleted 3321 to KZ473600: 3580.1660376894592\n", - "13:00:48\tCompleted 3315 to KZ114500: 1750.9644457196323\n", - "13:00:48\tCompleted 3380 to KZ434400: 1430.415246283545\n", - "13:00:48\tCompleted 3397 to KZ275000: 2950.873314672861\n", - "13:00:48\tCompleted 3405 to KZ276200: 3117.2848907836224\n", - "13:00:48\tCompleted 3344 to KZ196200: 853.283951972446\n", - "13:00:48\tCompleted 3357 to KZ633600: 2305.7872563108253\n", - "13:00:48\tCompleted 3399 to KZ116800: 2067.9413990494195\n", - "13:00:48\tCompleted 3313 to KZ616000: 283.8271196495601\n", - "13:00:48\tCompleted 3358 to KZ392000: 2319.844637153595\n", - "13:00:48\tCompleted 3322 to KZ791310: 1028.5878924570618\n", - "13:00:48\tCompleted 3389 to KZ392000: 2368.4711311305596\n", - "13:00:48\tCompleted 3345 to KZ636400: 1859.6088183138706\n", - "13:00:48\tCompleted 3361 to KZ593600: 2226.0452451283395\n", - "13:00:48\tCompleted 3401 to KZ353600: 1916.3128050158948\n", - "13:00:49\tCompleted 3375 to KZ614600: 227.30662002399575\n", - "13:00:49\tCompleted 3328 to KZ594600: 2510.8068462409424\n", - "13:00:49\tCompleted 3320 to KZ635000: 4856.366282209281\n", - "13:00:49\tCompleted 3383 to KZ116000: 1808.9704356807747\n", - "13:00:49\tCompleted 3384 to KZ196600: 1518.0054736420614\n", - "13:00:49\tCompleted 3396 to KZ595000: 2394.604098172834\n", - "13:00:49\tCompleted 3323 to KZ275400: 3796.228427286655\n", - "13:00:49\tCompleted 3403 to KZ556000: 2475.3179530900197\n", - "13:00:49\tCompleted 3402 to KZ433200: 1715.7593241670338\n", - "13:00:49\tCompleted 3380 to KZ431000: 772.106663920902\n", - "13:00:49\tCompleted 3327 to KZ393600: 2352.876197821128\n", - "13:00:49\tCompleted 3363 to KZ273200: 2969.9665064361043\n", - "13:00:49\tCompleted 3343 to KZ114000: 1853.8235653387194\n", - "13:00:49\tCompleted 3393 to KZ115600: 2237.1217436216834\n", - "13:00:49\tCompleted 3381 to KZ555600: 2549.205892556551\n", - "13:00:49\tCompleted 3374 to KZ593200: 2130.800909135999\n", - "13:00:49\tCompleted 3329 to KZ615600: 906.6438038480419\n", - "13:00:49\tCompleted 3356 to KZ156000: 1899.258942973865\n", - "13:00:49\tCompleted 3350 to KZ195200: 944.3344518568331\n", - "13:00:49\tCompleted 3354 to KZ274400: 3015.2243354720586\n", - "13:00:50\tCompleted 3347 to KZ615200: 1437.088630807211\n", - "13:00:50\tCompleted 3313 to KZ613800: 455.4994551427361\n", - "13:00:50\tCompleted 3352 to KZ395600: 2449.23291141977\n", - "13:00:50\tCompleted 3325 to KZ154600: 2939.585032251281\n", - "13:00:50\tCompleted 3344 to KZ192600: 1126.6348797924743\n", - "13:00:50\tCompleted 3375 to KZ614800: 437.346880884703\n", - "13:00:50\tCompleted 3336 to KZ351800: 1582.6449422661146\n", - "13:00:50\tCompleted 3322 to KZ791510: 1005.7073928854087\n", - "13:00:50\tCompleted 3348 to KZ273600: 2925.796499775697\n", - "13:00:50\tCompleted 3351 to KZ632200: 2199.2684158873717\n", - "13:00:50\tCompleted 3378 to KZ231000: 2933.235920307415\n", - "13:00:50\tCompleted 3390 to KZ711110: 1843.2620480278\n", - "13:00:50\tCompleted 3332 to KZ153200: 2001.554093647888\n", - "13:00:51\tCompleted 3380 to KZ435200: 670.4125338599715\n", - "13:00:51\tCompleted 3401 to KZ351600: 1491.1029530394435\n", - "13:00:51\tCompleted 3384 to KZ194200: 1153.4487869142959\n", - "13:00:51\tCompleted 3379 to KZ354000: 1677.4832966977312\n", - "13:00:51\tCompleted 3402 to KZ431900: 1196.715491271815\n", - "13:00:51\tCompleted 3329 to KZ615800: 212.88008287814867\n", - "13:00:51\tCompleted 3377 to KZ153200: 2208.0956989623724\n", - "13:00:51\tCompleted 3337 to KZ475000: 3992.1125511346527\n", - "13:00:51\tCompleted 3346 to KZ394200: 1782.6858995253713\n", - "13:00:51\tCompleted 3315 to KZ114000: 1697.90379951345813:00:51\tCompleted 3339 to KZ274400: 3804.676673728126\n", - "\n", - "13:00:51\tCompleted 3388 to KZ636200: 2480.9610153748395\n", - "13:00:51\tCompleted 3375 to KZ615400: 312.8870691722741\n", - "13:00:51\tCompleted 3328 to KZ711110: 1759.0391398266775\n", - "13:00:52\tCompleted 3326 to KZ633400: 2036.492087606253\n", - "13:00:52\tCompleted 3395 to KZ396400: 2516.9744457942597\n", - "13:00:52\tCompleted 3350 to KZ195000: 1395.964555397518\n", - "13:00:52\tCompleted 3322 to KZ791710: 1003.9312125683762\n", - "13:00:52\tCompleted 3380 to KZ434800: 701.7387947763067\n", - "13:00:52\tCompleted 3399 to KZ111810: 2089.8054920725444\n", - "13:00:52\tCompleted 3400 to KZ234800: 3018.603832889314\n", - "13:00:52\tCompleted 3394 to KZ635000: 2636.382944491275313:00:52\tCompleted 3344 to KZ196600: 1172.3506038477387\n", - "\n", - "13:00:52\tCompleted 3384 to KZ751210: 1100.89615804914\n", - "13:00:52\tCompleted 3402 to KZ434600: 1230.3800616981953\n", - "13:00:52\tCompleted 3329 to KZ612600: 468.0102094990744\n", - "13:00:52\tCompleted 3353 to KZ595200: 2187.324710767604\n", - "13:00:53\tCompleted 3375 to KZ615200: 274.88012650171595\n", - "13:00:53\tCompleted 3343 to KZ117000: 1776.4559087853233\n", - "13:00:53\tCompleted 3345 to KZ631000: 2074.4990061653134\n", - "13:00:53\tCompleted 3334 to KZ234600: 4514.516150736501\n", - "13:00:53\tCompleted 3399 to KZ116600: 720.4737176677024\n", - "13:00:53\tCompleted 3390 to KZ711410: 1843.4348510819095\n", - "13:00:53\tCompleted 3380 to KZ433600: 962.4089751254427\n", - "13:00:53\tCompleted 3379 to KZ351000: 1611.4580113478955\n", - "13:00:53\tCompleted 3344 to KZ194200: 807.7939171199747\n", - "13:00:53\tCompleted 3393 to KZ115200: 2146.556446526036\n", - "13:00:53\tCompleted 3383 to KZ116400: 2157.548394794225\n", - "13:00:54\tCompleted 3401 to KZ354000: 1865.4825141207514\n", - "13:00:54\tCompleted 3350 to KZ194400: 1213.749481938544\n", - "13:00:54\tCompleted 3347 to KZ616400: 2409.681181703263\n", - "13:00:54\tCompleted 3329 to KZ616000: 177.77543812409823\n", - "13:00:54\tCompleted 3322 to KZ611600: 1260.7917478435006\n", - "13:00:54\tCompleted 3384 to KZ751110: 1108.6535173620207\n", - "13:00:54\tCompleted 3375 to KZ616400: 707.910195089604\n", - "13:00:54\tCompleted 3389 to KZ395600: 2441.7746290382065\n", - "13:00:54\tCompleted 3402 to KZ434400: 1573.3294606599297\n", - "13:00:54\tCompleted 3396 to KZ593600: 2509.1527024571355\n", - "13:00:54\tCompleted 3391 to KZ274200: 3801.5451893408185\n", - "13:00:54\tCompleted 3318 to KZ234800: 2914.6109999960927\n", - "13:00:54\tCompleted 3358 to KZ395600: 2393.148135061242\n", - "13:00:54\tCompleted 3373 to KZ396800: 2477.2063945580276\n", - "13:00:54\tCompleted 3320 to KZ632200: 4206.046600975495\n", - "13:00:54\tCompleted 3321 to KZ474200: 4026.7901987559812\n", - "13:00:54\tCompleted 3361 to KZ595200: 2223.495378185566\n", - "13:00:54\tCompleted 3332 to KZ153400: 1890.9674361221819\n", - "13:00:54\tCompleted 3315 to KZ117000: 1620.5361429600619\n", - "13:00:55\tCompleted 3328 to KZ711410: 1785.151639910189\n", - "13:00:55\tCompleted 3380 to KZ434000: 726.4662255359002\n", - "13:00:55\tCompleted 3356 to KZ154600: 2197.3963737189874\n", - "13:00:55\tCompleted 3357 to KZ633800: 2312.5644507972006\n", - "13:00:55\tCompleted 3379 to KZ352000: 1161.3802879299215\n", - "13:00:55\tCompleted 3371 to KZ155200: 2537.426113793387\n", - "13:00:55\tCompleted 3381 to KZ551000: 2259.3712608346773\n", - "13:00:55\tCompleted 3374 to KZ595800: 2234.720519176374\n", - "13:00:55\tCompleted 3344 to KZ751210: 755.2412882548176\n", - "13:00:55\tCompleted 3397 to KZ274800: 3486.378226056272\n", - "13:00:55\tCompleted 3327 to KZ396400: 2511.3500943500326\n", - "13:00:55\tCompleted 3405 to KZ271000: 3134.977846197838\n", - "13:00:55\tCompleted 3403 to KZ556800: 2676.005877961957\n", - "13:00:55\tCompleted 3372 to KZ235200: 2839.5371209136156\n", - "13:00:55\tCompleted 3375 to KZ615600: 920.0098904727226\n", - "13:00:56\tCompleted 3329 to KZ613800: 553.3892134564779\n", - "13:00:56\tCompleted 3402 to KZ431000: 915.0208782972867\n", - "13:00:56\tCompleted 3384 to KZ751310: 1101.8250902372745\n", - "13:00:56\tCompleted 3350 to KZ194600: 1224.2664479430505\n", - "13:00:56\tCompleted 3323 to KZ273600: 2964.1876862691934\n", - "13:00:56\tCompleted 3336 to KZ393200: 2449.9619587139405\n", - "13:00:56\tCompleted 3325 to KZ154800: 2774.592343263681\n", - "13:00:56\tCompleted 3377 to KZ153400: 2097.5090414366814\n", - "13:00:56\tCompleted 3343 to KZ114400: 1744.3651832575536\n", - "13:00:56\tCompleted 3352 to KZ395800: 2475.7798529258394\n", - "13:00:56\tCompleted 3390 to KZ711210: 1813.080465415494\n", - "13:00:56\tCompleted 3322 to KZ613600: 1114.4191956055802\n", - "13:00:57\tCompleted 3313 to KZ273200: 2821.7342985157106\n", - "13:00:57\tCompleted 3344 to KZ751110: 762.9986475676983\n", - "13:00:57\tCompleted 3363 to KZ274400: 2907.095193922805\n", - "13:00:57\tCompleted 3346 to KZ394400: 2210.6922508513703\n", - "13:00:57\tCompleted 3375 to KZ615800: 354.1184562031596\n", - "13:00:57\tCompleted 3401 to KZ351000: 1799.4572287709157\n", - "13:00:57\tCompleted 3388 to KZ636400: 2238.3751674948744\n", - "13:00:57\tCompleted 3393 to KZ115400: 2123.935783927952\n", - "13:00:57\tCompleted 3402 to KZ435200: 813.3267482363563\n", - "13:00:57\tCompleted 3347 to KZ615600: 1993.9898839803825\n", - "13:00:57\tCompleted 3348 to KZ276600: 3007.6217464746833\n", - "13:00:57\tCompleted 3353 to KZ591000: 2077.5404395201463\n", - "13:00:57\tCompleted 3354 to KZ275400: 3690.412767429069\n", - "13:00:57\tCompleted 3384 to KZ751410: 1119.250068640915\n", - "13:00:58\tCompleted 3383 to KZ116800: 1954.9813132174493\n", - "13:00:58\tCompleted 3328 to KZ711210: 1786.3134013370875\n", - "13:00:58\tCompleted 3394 to KZ632200: 2519.458776490257\n", - "13:00:58\tCompleted 3337 to KZ475200: 4002.955511918702\n", - "13:00:58\tCompleted 3399 to KZ115600: 2253.87784027609113:00:58\tCompleted 3344 to KZ751310: 756.1702204429521\n", - "\n", - "13:00:58\tCompleted 3322 to KZ614000: 1061.279148691256\n", - "13:00:58\tCompleted 3375 to KZ612600: 249.28683291284364\n", - "13:00:58\tCompleted 3392 to KZ113200: 2009.8355083831032\n", - "13:00:58\tCompleted 3402 to KZ434800: 844.6530091526914\n", - "13:00:58\tCompleted 3339 to KZ275400: 4479.865105685148\n", - "13:00:58\tCompleted 3350 to KZ194800: 1492.3820999970537\n", - "13:00:58\tCompleted 3351 to KZ635200: 2581.797631681408\n", - "13:00:58\tCompleted 3315 to KZ114400: 1746.775983068661\n", - "13:00:58\tCompleted 3345 to KZ634600: 2342.183631465597\n", - "13:00:59\tCompleted 3400 to KZ235200: 3066.2436802526818\n", - "13:00:59\tCompleted 3401 to KZ352000: 1349.3795053529416\n", - "13:00:59\tCompleted 3347 to KZ615800: 1378.1652288780742\n", - "13:00:59\tCompleted 3326 to KZ633600: 2366.541081644857\n", - "13:00:59\tCompleted 3378 to KZ234000: 3141.846397675103\n", - "13:00:59\tCompleted 3379 to KZ354800: 1983.866151490294\n", - "13:00:59\tCompleted 3374 to KZ593400: 2044.107781824238\n", - "13:00:59\tCompleted 3395 to KZ394000: 2625.434724883583\n", - "13:00:59\tCompleted 3346 to KZ433200: 1343.8097494746862\n", - "13:00:59\tCompleted 3390 to KZ711310: 1834.6728539540832\n", - "13:00:59\tCompleted 3375 to KZ616000: 387.1591000218489\n", - "13:00:59\tCompleted 3384 to KZ751710: 1160.238100409818\n", - "13:00:59\tCompleted 3389 to KZ395800: 2468.3215705442744\n", - "13:01:00\tCompleted 3344 to KZ751410: 773.5951988465927\n", - "13:01:00\tCompleted 3402 to KZ433600: 1105.3231895018273\n", - "13:01:00\tCompleted 3381 to KZ556000: 2307.492643042691\n", - "13:01:00\tCompleted 3361 to KZ591000: 2113.7111069381085\n", - "13:01:00\tCompleted 3396 to KZ595200: 2506.602835514358\n", - "13:01:00\tCompleted 3343 to KZ114600: 2011.0948412813523\n", - "13:01:00\tCompleted 3332 to KZ153600: 2183.3711969796514\n", - "13:01:00\tCompleted 3356 to KZ154800: 2032.4036847313953\n", - "13:01:00\tCompleted 3371 to KZ156400: 2116.7161134325584\n", - "13:01:00\tCompleted 3328 to KZ711310: 1798.1707607930193\n", - "13:01:00\tCompleted 3346 to KZ431900: 824.7659165794673\n", - "13:01:00\tCompleted 3322 to KZ613900: 1339.2024207077036\n", - "13:01:00\tCompleted 3375 to KZ613800: 260.920321347137\n", - "13:01:00\tCompleted 3334 to KZ234800: 3648.217526572087\n", - "13:01:01\tCompleted 3373 to KZ394800: 2249.7005928524222\n", - "13:01:01\tCompleted 3358 to KZ395800: 2419.695076567305\n", - "13:01:01\tCompleted 3347 to KZ612600: 1633.2953554990004\n", - "13:01:01\tCompleted 3403 to KZ554800: 2680.701366006408\n", - "13:01:01\tCompleted 3357 to KZ634000: 2360.532031466178\n", - "13:01:01\tCompleted 3384 to KZ751810: 1106.48194448676713:01:01\tCompleted 3344 to KZ751710: 814.5832306154955\n", - "\n", - "13:01:01\tCompleted 3318 to KZ235200: 2962.2508473594603\n", - "13:01:01\tCompleted 3402 to KZ434000: 837.8846026032122\n", - "13:01:01\tCompleted 3336 to KZ393400: 2213.231429846433\n", - "13:01:01\tCompleted 3392 to KZ113400: 1839.5480154503398\n", - "13:01:01\tCompleted 3350 to KZ195600: 1569.1626677522634\n", - "13:01:01\tCompleted 3383 to KZ111810: 1976.845406240578\n", - "13:01:01\tCompleted 3320 to KZ635200: 5121.971330002322\n", - "13:01:01\tCompleted 3379 to KZ355200: 1639.4565319226676\n", - "13:01:02\tCompleted 3393 to KZ151000: 2346.5265730839224\n", - "13:01:02\tCompleted 3380 to KZ471000: 3159.4150962048716\n", - "13:01:02\tCompleted 3327 to KZ394000: 2619.8103734393553\n", - "13:01:02\tCompleted 3399 to KZ115200: 2163.3125431804447\n", - "13:01:02\tCompleted 3323 to KZ276600: 3046.0129329681795\n", - "13:01:02\tCompleted 3346 to KZ434600: 858.4304870058477\n", - "13:01:02\tCompleted 3377 to KZ153600: 2389.9128022941504\n", - "13:01:02\tCompleted 3397 to KZ275800: 2955.961050044694\n", - "13:01:02\tCompleted 3344 to KZ751810: 760.8270746924445\n", - "13:01:02\tCompleted 3352 to KZ392400: 2385.8059332985713\n", - "13:01:03\tCompleted 3383 to KZ116600: 607.5136318357271\n", - "13:01:03\tCompleted 3353 to KZ595600: 2299.738227993184\n", - "13:01:03\tCompleted 3315 to KZ114600: 1855.1750754560908\n", - "13:01:03\tCompleted 3401 to KZ354800: 2171.865368913323\n", - "13:01:03\tCompleted 3347 to KZ616000: 1343.0605841240242\n", - "13:01:03\tCompleted 3384 to KZ751910: 1127.6228608371753\n", - "13:01:03\tCompleted 3345 to KZ634400: 1934.33437200953\n", - "13:01:03\tCompleted 3322 to KZ612000: 1207.9138817361684\n", - "13:01:03\tCompleted 3372 to KZ235600: 2934.5748869340205\n", - "13:01:03\tCompleted 3325 to KZ155200: 3201.5310061654336\n", - "13:01:03\tCompleted 3321 to KZ474600: 3703.9656379378994\n", - "13:01:03\tCompleted 3388 to KZ631000: 2453.265355346282\n", - "13:01:03\tCompleted 3374 to KZ594200: 2223.965530887747\n", - "13:01:04\tCompleted 3328 to KZ555200: 1892.081518794397\n", - "13:01:04\tCompleted 3350 to KZ195800: 1383.0495401194132\n", - "13:01:04\tCompleted 3313 to KZ274400: 2758.8629860024075\n", - "13:01:04\tCompleted 3348 to KZ275000: 2873.3194035770252\n", - "13:01:04\tCompleted 3405 to KZ274000: 3788.6360299173416\n", - "13:01:04\tCompleted 3337 to KZ471800: 3832.5652917579764\n", - "13:01:04\tCompleted 3344 to KZ751910: 781.9679910428529\n", - "13:01:04\tCompleted 3363 to KZ275400: 3582.283625879815\n", - "13:01:04\tCompleted 3346 to KZ434400: 1201.3798859675826\n", - "13:01:04\tCompleted 3345 to KZ313600: 323.78889173279066\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:01:04\tCompleted 3379 to KZ355600: 1802.0832174158656\n", - "13:01:04\tCompleted 3343 to KZ114800: 2106.225678884114\n", - "13:01:04\tCompleted 3332 to KZ154000: 1934.9477698046887\n", - "13:01:04\tCompleted 3384 to KZ751510: 1116.1387987362593\n", - "13:01:05\tCompleted 3354 to KZ273600: 2858.3720264116073\n", - "13:01:05\tCompleted 3389 to KZ392400: 2378.3476509170077\n", - "13:01:05\tCompleted 3392 to KZ113600: 1968.0191735203975\n", - "13:01:05\tCompleted 3394 to KZ635200: 2901.9879922842892\n", - "13:01:05\tCompleted 3395 to KZ396800: 2640.0367995576053\n", - "13:01:05\tCompleted 3329 to KZ273200: 3254.8881587571186\n", - "13:01:05\tCompleted 3396 to KZ591000: 2396.8185642669005\n", - "13:01:05\tCompleted 3347 to KZ613800: 1718.6743594564039\n", - "13:01:05\tCompleted 3345 to KZ314000: 146.09369490265834\n", - "13:01:05\tCompleted 3344 to KZ751510: 770.4839289419369\n", - "13:01:05\tCompleted 3401 to KZ355200: 1827.4557493456878\n", - "13:01:05\tCompleted 3322 to KZ614400: 1265.7352201475067\n", - "13:01:05\tCompleted 3326 to KZ633800: 2458.551979732976\n", - "13:01:05\tCompleted 3399 to KZ115400: 2140.6918805823616\n", - "13:01:05\tCompleted 3346 to KZ431000: 543.0713036049392\n", - "13:01:06\tCompleted 3379 to KZ352100: 1069.066695311661\n", - "13:01:06\tCompleted 3361 to KZ595600: 2253.3926440332107\n", - "13:01:06\tCompleted 3381 to KZ556800: 2508.180567914628\n", - "13:01:06\tCompleted 3390 to KZ555200: 2576.297158812195\n", - "13:01:06\tCompleted 3339 to KZ273600: 3647.8243646676747\n", - "13:01:06\tCompleted 3400 to KZ235600: 3161.2814462730867\n", - "13:01:06\tCompleted 3351 to KZ632400: 2450.7531895309094\n", - "13:01:06\tCompleted 3350 to KZ196000: 1569.8302955083334\n", - "13:01:06\tCompleted 3336 to KZ391600: 2080.3366907082122\n", - "13:01:06\tCompleted 3371 to KZ155600: 2289.39598747148\n", - "13:01:07\tCompleted 3378 to KZ234200: 3592.792104196039\n", - "13:01:07\tCompleted 3356 to KZ155200: 2459.342347633163\n", - "13:01:07\tCompleted 3383 to KZ115600: 2140.91775444413\n", - "13:01:07\tCompleted 3345 to KZ314800: 605.5099319635605\n", - "13:01:07\tCompleted 3353 to KZ596000: 1954.2430419889804\n", - "13:01:07\tCompleted 3393 to KZ153200: 2350.9431565125524\n", - "13:01:07\tCompleted 3346 to KZ435200: 441.37717354400866\n", - "13:01:07\tCompleted 3334 to KZ235200: 3695.8573739354547\n", - "13:01:07\tCompleted 3358 to KZ392400: 2329.7211569400433\n", - "13:01:07\tCompleted 3377 to KZ154000: 2141.4893751191785\n", - "13:01:07\tCompleted 3322 to KZ614600: 1055.3868476160715\n", - "13:01:08\tCompleted 3328 to KZ551600: 1950.0424224256285\n", - "13:01:08\tCompleted 3374 to KZ596600: 2144.0439919815644\n", - "13:01:08\tCompleted 3315 to KZ114800: 2213.4106048094013\n", - "13:01:08\tCompleted 3403 to KZ556400: 2618.435239697854\n", - "13:01:08\tCompleted 3357 to KZ635400: 2805.4375840483876\n", - "13:01:08\tCompleted 3343 to KZ111010: 1906.6824950647162\n", - "13:01:08\tCompleted 3320 to KZ632400: 4914.628367195892\n", - "13:01:08\tCompleted 3345 to KZ315400: 292.74881328358657\n", - "13:01:08\tCompleted 3379 to KZ352200: 1589.2645208390632\n", - "13:01:08\tCompleted 3350 to KZ191000: 1261.4411426152883\n", - "13:01:08\tCompleted 3327 to KZ396800: 2634.412448113377613:01:08\tCompleted 3392 to KZ113800: 2047.6372582764316\n", - "\n", - "13:01:08\tCompleted 3346 to KZ434800: 472.70343446034394\n", - "13:01:08\tCompleted 3380 to KZ473600: 2740.4403301819284\n", - "13:01:08\tCompleted 3373 to KZ395000: 2583.8363729470416\n", - "13:01:08\tCompleted 3318 to KZ235600: 3057.288613379865\n", - "13:01:08\tCompleted 3375 to KZ273200: 2992.895229837013\n", - "13:01:09\tCompleted 3401 to KZ355600: 1990.0824348388858\n", - "13:01:09\tCompleted 3337 to KZ593200: 2002.7283186567086\n", - "13:01:09\tCompleted 3352 to KZ396200: 2341.4696217113774\n", - "13:01:09\tCompleted 3402 to KZ471000: 3302.3293105812563\n", - "13:01:09\tCompleted 3323 to KZ275000: 2911.710590070519\n", - "13:01:09\tCompleted 3325 to KZ156400: 2780.8210058046693\n", - "13:01:10\tCompleted 3389 to KZ396200: 2334.0113393298134\n", - "13:01:10\tCompleted 3345 to KZ315600: 930.8182643287711\n", - "13:01:10\tCompleted 3361 to KZ596000: 1990.413709406945413:01:10\tCompleted 3397 to KZ276000: 3371.792075799729\n", - "\n", - "13:01:10\tCompleted 3379 to KZ352300: 1284.7916804492463\n", - "13:01:10\tCompleted 3346 to KZ433600: 733.3736148094797\n", - "13:01:10\tCompleted 3388 to KZ634600: 2720.949980646576\n", - "13:01:10\tCompleted 3350 to KZ196200: 1027.0339698239538\n", - "13:01:10\tCompleted 3395 to KZ394800: 2412.530997851998\n", - "13:01:10\tCompleted 3399 to KZ151000: 2363.282669738332\n", - "13:01:10\tCompleted 3401 to KZ352100: 1257.0659127346903\n", - "13:01:10\tCompleted 3383 to KZ115200: 1948.317341066373513:01:10\tCompleted 3371 to KZ156800: 1791.375831692078\n", - "\n", - "13:01:10\tCompleted 3322 to KZ614800: 1537.007652987178\n", - "13:01:10\tCompleted 3372 to KZ233600: 2817.1914847898875\n", - "13:01:10\tCompleted 3332 to KZ154200: 2237.583808774007\n", - "13:01:11\tCompleted 3363 to KZ273600: 2750.2428848623535\n", - "13:01:11\tCompleted 3321 to KZ475000: 4074.2946646876767\n", - "13:01:11\tCompleted 3343 to KZ116000: 1694.7555936008005\n", - "13:01:11\tCompleted 3348 to KZ274800: 3408.8243149604314\n", - "13:01:11\tCompleted 3396 to KZ595600: 2554.952461106602\n", - "13:01:11\tCompleted 3393 to KZ153400: 2240.356498986868\n", - "13:01:11\tCompleted 3390 to KZ551600: 2309.7304368266678\n", - "13:01:11\tCompleted 3345 to KZ316000: 485.4307139882725\n", - "13:01:11\tCompleted 3346 to KZ434000: 497.43086521993706\n", - "13:01:11\tCompleted 3356 to KZ156400: 2038.6323472723266\n", - "13:01:11\tCompleted 3394 to KZ632400: 2770.9435501337907\n", - "13:01:11\tCompleted 3405 to KZ274200: 3905.9815242968107\n", - "13:01:11\tCompleted 3315 to KZ111010: 1750.762729239454813:01:11\tCompleted 3328 to KZ553200: 2242.238728108779\n", - "\n", - "13:01:11\tCompleted 3313 to KZ275400: 3434.051417959418\n", - "13:01:11\tCompleted 3354 to KZ276600: 2940.1972731105934\n", - "13:01:12\tCompleted 3347 to KZ273200: 4420.173304756987\n", - "13:01:12\tCompleted 3350 to KZ192600: 1300.3848976439822\n", - "13:01:12\tCompleted 3381 to KZ554800: 2512.876055959079\n", - "13:01:12\tCompleted 3326 to KZ634000: 2506.519560401952\n", - "13:01:12\tCompleted 3374 to KZ595000: 2159.29106715221\n", - "13:01:12\tCompleted 3344 to KZ231000: 3114.322987394663\n", - "13:01:12\tCompleted 3379 to KZ352800: 1563.494555332921\n", - "13:01:12\tCompleted 3353 to KZ596200: 2218.0868388808376\n", - "13:01:12\tCompleted 3329 to KZ274400: 3192.0168462438396\n", - "13:01:12\tCompleted 3336 to KZ393600: 2430.526181818929\n", - "13:01:12\tCompleted 3392 to KZ114500: 2121.4797533612523\n", - "13:01:12\tCompleted 3345 to KZ316600: 637.6531577401275\n", - "13:01:12\tCompleted 3322 to KZ615400: 1278.1714200777299\n", - "13:01:13\tCompleted 3351 to KZ632800: 2256.684104514252\n", - "13:01:13\tCompleted 3339 to KZ276600: 3729.649611366661\n", - "13:01:13\tCompleted 3384 to KZ231000: 2983.22927477192\n", - "13:01:13\tCompleted 3401 to KZ352200: 1777.2637382620833\n", - "13:01:13\tCompleted 3358 to KZ396200: 2285.384845352848\n", - "13:01:13\tCompleted 3373 to KZ395200: 2051.475146107935\n", - "13:01:13\tCompleted 3337 to KZ595800: 2106.6479286970857\n", - "13:01:13\tCompleted 3377 to KZ154200: 2444.1254140885007\n", - "13:01:13\tCompleted 3371 to KZ193200: 1629.486239348260813:01:13\tCompleted 3400 to KZ233600: 3043.898044128979\n", - "\n", - "13:01:14\tCompleted 3334 to KZ235600: 3790.8951399558596\n", - "13:01:14\tCompleted 3357 to KZ635000: 2280.1641567159672\n", - "13:01:14\tCompleted 3383 to KZ115400: 1925.6966784682797\n", - "13:01:14\tCompleted 3345 to KZ316200: 404.3704062756375\n", - "13:01:14\tCompleted 3332 to KZ156000: 1810.8330411422182\n", - "13:01:14\tCompleted 3379 to KZ356400: 1465.76557250006\n", - "13:01:14\tCompleted 3350 to KZ196600: 1346.1006216992466\n", - "13:01:14\tCompleted 3403 to KZ554200: 2814.266275480143\n", - "13:01:14\tCompleted 3327 to KZ394800: 2406.90664640777113:01:14\tCompleted 3322 to KZ615200: 1015.58806657945\n", - "\n", - "13:01:15\tCompleted 3378 to KZ234600: 3707.9624026340935\n", - "13:01:15\tCompleted 3389 to KZ396600: 2341.9301801210026\n", - "13:01:15\tCompleted 3401 to KZ352300: 1434.6277204488501\n", - "13:01:15\tCompleted 3320 to KZ632800: 4664.855241691059\n", - "13:01:15\tCompleted 3352 to KZ396600: 2349.3884625025667\n", - "13:01:15\tCompleted 3345 to KZ311000: 5.242640687119285\n", - "13:01:15\tCompleted 3328 to KZ553600: 2018.6937074544726\n", - "13:01:15\tCompleted 3361 to KZ596200: 2171.741254920861\n", - "13:01:15\tCompleted 3396 to KZ596000: 2273.5211667357407\n", - "13:01:15\tCompleted 3315 to KZ116000: 1719.5938103621938\n", - "13:01:15\tCompleted 3375 to KZ274400: 2930.0239173237155\n", - "13:01:15\tCompleted 3343 to KZ116400: 1997.9149239469746\n", - "13:01:15\tCompleted 3403 to KZ791110: 339.723145818539613:01:15\tCompleted 3388 to KZ634400: 2313.100721190511\n", - "\n", - "13:01:15\tCompleted 3399 to KZ153200: 2367.6992531669603\n", - "13:01:15\tCompleted 3380 to KZ474200: 3187.0644912484504\n", - "13:01:15\tCompleted 3402 to KZ473600: 2883.354544558313\n", - "13:01:16\tCompleted 3325 to KZ155600: 2953.500879843527\n", - "13:01:16\tCompleted 3318 to KZ233600: 2939.9052112357476\n", - "13:01:16\tCompleted 3350 to KZ194200: 981.5439349714826\n", - "13:01:16\tCompleted 3372 to KZ633200: 2222.4625688416395\n", - "13:01:16\tCompleted 3345 to KZ315000: 409.91451482634045\n", - "13:01:16\tCompleted 3323 to KZ274800: 3447.2155014539276\n", - "13:01:16\tCompleted 3393 to KZ153600: 2532.7602598443455\n", - "13:01:16\tCompleted 3403 to KZ791310: 301.834995090965\n", - "13:01:16\tCompleted 3392 to KZ114000: 2057.6227397936946\n", - "13:01:17\tCompleted 3356 to KZ155600: 2211.3122213112565\n", - "13:01:17\tCompleted 3371 to KZ193400: 1834.3751163637014\n", - "13:01:17\tCompleted 3388 to KZ313600: 702.5552409137956\n", - "13:01:17\tCompleted 3337 to KZ593400: 1916.0351913449456\n", - "13:01:17\tCompleted 3390 to KZ553200: 2428.6784302333645\n", - "13:01:17\tCompleted 3395 to KZ395000: 2746.6667779466193\n", - "13:01:17\tCompleted 3379 to KZ352400: 1647.7600495483239\n", - "13:01:17\tCompleted 3353 to KZ596400: 2136.309069268853\n", - "13:01:17\tCompleted 3401 to KZ352800: 1751.493772755941\n", - "13:01:17\tCompleted 3397 to KZ276200: 3091.1782890658246\n", - "13:01:17\tCompleted 3394 to KZ632800: 2576.874465117138\n", - "13:01:17\tCompleted 3345 to KZ314200: 14.071067811865477\n", - "13:01:17\tCompleted 3350 to KZ751210: 928.9913061063255\n", - "13:01:17\tCompleted 3321 to KZ475200: 4085.137625471726\n", - "13:01:17\tCompleted 3403 to KZ791510: 321.7054625504314\n", - "13:01:17\tCompleted 3377 to KZ156000: 2017.3746464567178\n", - "13:01:18\tCompleted 3363 to KZ276600: 2832.0681315613397\n", - "13:01:18\tCompleted 3374 to KZ593600: 2273.8396714365076\n", - "13:01:18\tCompleted 3346 to KZ471000: 2930.3797358889083\n", - "13:01:18\tCompleted 3348 to KZ275800: 2878.407138948853\n", - "13:01:18\tCompleted 3388 to KZ314000: 522.2139546754379\n", - "13:01:18\tCompleted 3381 to KZ556400: 2450.609929650525\n", - "13:01:18\tCompleted 3336 to KZ396400: 2651.9378284922905\n", - "13:01:18\tCompleted 3389 to KZ394200: 1976.1826602828962\n", - "13:01:18\tCompleted 3351 to KZ636800: 2378.921477341914\n", - "13:01:18\tCompleted 3313 to KZ273600: 2602.0106769419563\n", - "13:01:18\tCompleted 3383 to KZ151000: 2148.287467624258\n", - "13:01:18\tCompleted 3328 to KZ552200: 2143.621825122951\n", - "13:01:18\tCompleted 3357 to KZ632200: 2163.239988714942\n", - "13:01:18\tCompleted 3347 to KZ274400: 4357.301992243731\n", - "13:01:18\tCompleted 3400 to KZ633200: 2502.123178376966\n", - "13:01:19\tCompleted 3371 to KZ193600: 1134.3098474110473\n", - "13:01:19\tCompleted 3350 to KZ751110: 936.7486654192062\n", - "13:01:19\tCompleted 3354 to KZ275000: 2805.89493021294113:01:19\tCompleted 3403 to KZ791710: 301.5098953254126\n", - "\n", - "13:01:19\tCompleted 3343 to KZ116800: 1785.5160702549488\n", - "13:01:19\tCompleted 3373 to KZ391000: 2305.873342764262\n", - "13:01:19\tCompleted 3315 to KZ116400: 1841.995158121713\n", - "13:01:19\tCompleted 3332 to KZ154600: 2108.970471887346313:01:19\tCompleted 3326 to KZ635400: 2951.425112984161413:01:19\tCompleted 3379 to KZ356000: 1445.8880676725203\n", - "\n", - "\n", - "13:01:19\tCompleted 3352 to KZ394200: 1983.6409426644607\n", - "13:01:19\tCompleted 3388 to KZ314800: 984.2762811445651\n", - "13:01:19\tCompleted 3344 to KZ234000: 3322.933464762351\n", - "13:01:19\tCompleted 3401 to KZ356400: 1653.7647899230892\n", - "13:01:19\tCompleted 3339 to KZ275000: 3595.3472684689923\n", - "13:01:20\tCompleted 3399 to KZ153400: 2257.112595641277\n", - "13:01:20\tCompleted 3329 to KZ275400: 3867.20527820085\n", - "13:01:20\tCompleted 3403 to KZ611600: 419.77232890699327\n", - "13:01:20\tCompleted 3396 to KZ596200: 2473.301071994256\n", - "13:01:20\tCompleted 3356 to KZ156800: 1713.292065531846\n", - "13:01:20\tCompleted 3322 to KZ616400: 1988.180617475502\n", - "13:01:20\tCompleted 3361 to KZ596400: 2172.4797366868174\n", - "13:01:20\tCompleted 3345 to KZ353200: 1467.3674169834915\n", - "13:01:20\tCompleted 3350 to KZ751310: 929.92023829446\n", - "13:01:20\tCompleted 3392 to KZ117000: 1980.2550832402985\n", - "13:01:20\tCompleted 3318 to KZ633200: 2105.8264073990135\n", - "13:01:20\tCompleted 3334 to KZ233600: 3673.5117378118002\n", - "13:01:21\tCompleted 3384 to KZ234000: 3191.8397521396078\n", - "13:01:21\tCompleted 3358 to KZ396600: 2293.3036861440373\n", - "13:01:21\tCompleted 3327 to KZ395000: 2741.0424265023917\n", - "13:01:21\tCompleted 3371 to KZ194000: 1115.0716465998025\n", - "13:01:21\tCompleted 3388 to KZ315400: 671.5151624645912\n", - "13:01:21\tCompleted 3320 to KZ636800: 4689.7488232197\n", - "13:01:21\tCompleted 3325 to KZ156800: 2455.480724064164\n", - "13:01:21\tCompleted 3393 to KZ154000: 2284.3368326693676\n", - "13:01:21\tCompleted 3337 to KZ594200: 2095.892940408457\n", - "13:01:21\tCompleted 3403 to KZ613600: 457.12661954350966\n", - "13:01:21\tCompleted 3390 to KZ553600: 2163.6880971672354\n", - "13:01:21\tCompleted 3379 to KZ354400: 1405.5256601218946\n", - "13:01:21\tCompleted 3395 to KZ395200: 2214.3055511075204\n", - "13:01:22\tCompleted 3378 to KZ234800: 2841.6637784697095\n", - "13:01:22\tCompleted 3350 to KZ751410: 947.3452166981006\n", - "13:01:22\tCompleted 3403 to KZ614000: 256.55405120269666\n", - "13:01:22\tCompleted 3343 to KZ111810: 1807.3801632780776\n", - "13:01:22\tCompleted 3315 to KZ116800: 1629.5963044296873\n", - "13:01:22\tCompleted 3402 to KZ474200: 3329.978705624835\n", - "13:01:22\tCompleted 3401 to KZ352400: 1835.759266971344\n", - "13:01:22\tCompleted 3388 to KZ315600: 1309.5846135097754\n", - "13:01:22\tCompleted 3345 to KZ353600: 1403.5971952668249\n", - "13:01:22\tCompleted 3380 to KZ474600: 2864.2399304303685\n", - "13:01:22\tCompleted 3375 to KZ275400: 3605.212349280726\n", - "13:01:23\tCompleted 3325 to KZ193200: 960.3776893945997\n", - "13:01:23\tCompleted 3353 to KZ594600: 2320.516322787414\n", - "13:01:23\tCompleted 3374 to KZ595200: 2271.289804493734\n", - "13:01:23\tCompleted 3372 to KZ634800: 2706.909160251902\n", - "13:01:23\tCompleted 3356 to KZ193200: 1679.7110086291975\n", - "13:01:23\tCompleted 3383 to KZ153200: 2152.704051052902\n", - "13:01:23\tCompleted 3379 to KZ351800: 1259.9926905760228\n", - "13:01:23\tCompleted 3334 to KZ633200: 1499.2457975983345\n", - "13:01:23\tCompleted 3377 to KZ154600: 2315.512077201836\n", - "13:01:23\tCompleted 3403 to KZ613900: 251.64286778318305\n", - "13:01:23\tCompleted 3323 to KZ275800: 2916.7983254423493\n", - "13:01:23\tCompleted 3394 to KZ636800: 2699.1118379447953\n", - "13:01:23\tCompleted 3350 to KZ751710: 988.3332484670034\n", - "13:01:23\tCompleted 3343 to KZ116600: 535.5734289527664\n", - "13:01:23\tCompleted 3392 to KZ114400: 1892.9139568300025\n", - "13:01:24\tCompleted 3371 to KZ196400: 1548.2257532754063\n", - "13:01:24\tCompleted 3332 to KZ154800: 1943.9777828997485\n", - "13:01:24\tCompleted 3389 to KZ394400: 2404.1890116088957\n", - "13:01:24\tCompleted 3322 to KZ615600: 1572.4893197526214\n", - "13:01:24\tCompleted 3328 to KZ554600: 2281.2105573007966\n", - "13:01:24\tCompleted 3388 to KZ316000: 749.4260820800249\n", - "13:01:24\tCompleted 3321 to KZ471800: 3914.7474053110004\n", - "13:01:24\tCompleted 3397 to KZ271000: 3108.8712444800403\n", - "13:01:24\tCompleted 3346 to KZ473600: 2511.404969865965\n", - "13:01:24\tCompleted 3345 to KZ351600: 978.3873432903737\n", - "13:01:24\tCompleted 3336 to KZ394000: 2817.8148978210065\n", - "13:01:24\tCompleted 3363 to KZ275000: 2697.765788663695\n", - "13:01:24\tCompleted 3401 to KZ356000: 1595.724107672124\n", - "13:01:24\tCompleted 3403 to KZ612000: 501.09317465523407\n", - "13:01:25\tCompleted 3351 to KZ635800: 2429.5479110574697\n", - "13:01:25\tCompleted 3381 to KZ554200: 2646.440965432817\n", - "13:01:25\tCompleted 3358 to KZ394200: 1927.556166305928\n", - "13:01:25\tCompleted 3357 to KZ635200: 2545.769204508981\n", - "13:01:25\tCompleted 3325 to KZ193400: 1165.26656641004\n", - "13:01:25\tCompleted 3350 to KZ751810: 934.5770925439524\n", - "13:01:25\tCompleted 3373 to KZ395400: 2353.740895797338\n", - "13:01:25\tCompleted 3399 to KZ153600: 2549.516356498756\n", - "13:01:25\tCompleted 3388 to KZ316600: 1016.4195069211322\n", - "13:01:25\tCompleted 3348 to KZ276000: 3294.2381647038883\n", - "13:01:25\tCompleted 3313 to KZ276600: 2683.8359236409424\n", - "13:01:25\tCompleted 3396 to KZ596400: 2455.587194015615\n", - "13:01:25\tCompleted 3352 to KZ394400: 2411.6472939904597\n", - "13:01:25\tCompleted 3371 to KZ196800: 1016.3841510342261\n", - "13:01:25\tCompleted 3315 to KZ111810: 1651.460397452816\n", - "13:01:25\tCompleted 3322 to KZ615800: 956.6646646503137\n", - "13:01:25\tCompleted 3353 to KZ711110: 1608.8613147453455\n", - "13:01:26\tCompleted 3403 to KZ614400: 38.49137802864845\n", - "13:01:26\tCompleted 3389 to KZ433200: 1537.306510232219\n", - "13:01:26\tCompleted 3400 to KZ634800: 2986.569769787233\n", - "13:01:26\tCompleted 3381 to KZ791110: 188.19755593966664\n", - "13:01:26\tCompleted 3347 to KZ275400: 5032.490424200781\n", - "13:01:26\tCompleted 3390 to KZ552200: 2271.2134864466284\n", - "13:01:26\tCompleted 3337 to KZ596600: 2196.7784579852114\n", - "13:01:26\tCompleted 3361 to KZ594600: 2279.21691533873\n", - "13:01:26\tCompleted 3354 to KZ274800: 3341.3998415963415\n", - "13:01:26\tCompleted 3327 to KZ395200: 2208.681199663293\n", - "13:01:26\tCompleted 3325 to KZ193600: 570.0042614086286\n", - "13:01:26\tCompleted 3388 to KZ316200: 744.6500456148519\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:01:26\tCompleted 3401 to KZ354400: 1593.5248775449147\n", - "13:01:27\tCompleted 3339 to KZ274800: 4130.852179852409\n", - "13:01:27\tCompleted 3344 to KZ234200: 3773.8791712832867\n", - "13:01:27\tCompleted 3395 to KZ391000: 2468.7037477638396\n", - "13:01:27\tCompleted 3403 to KZ614600: 343.44097055205054\n", - "13:01:27\tCompleted 3334 to KZ634800: 1983.692389008629\n", - "13:01:27\tCompleted 3350 to KZ751910: 955.718008894360813:01:27\tCompleted 3329 to KZ273600: 3035.1645371833883\n", - "\n", - "13:01:27\tCompleted 3345 to KZ354000: 1487.1868612518774\n", - "13:01:27\tCompleted 3381 to KZ791310: 162.4565934283334\n", - "13:01:27\tCompleted 3393 to KZ154200: 2586.97287163869\n", - "13:01:27\tCompleted 3356 to KZ193400: 1884.599885644638\n", - "13:01:27\tCompleted 3383 to KZ153400: 2042.1173935272043\n", - "13:01:27\tCompleted 3371 to KZ191600: 1042.1821270943146\n", - "13:01:27\tCompleted 3389 to KZ431900: 1018.262677337\n", - "13:01:27\tCompleted 3372 to KZ633400: 1974.6871055812144\n", - "13:01:27\tCompleted 3315 to KZ116600: 1106.0097997803643\n", - "13:01:28\tCompleted 3318 to KZ634800: 2590.2729988092806\n", - "13:01:28\tCompleted 3325 to KZ194000: 445.9630966461417\n", - "13:01:28\tCompleted 3328 to KZ555600: 1996.7777658559173\n", - "13:01:28\tCompleted 3388 to KZ311000: 376.00898986812365\n", - "13:01:28\tCompleted 3377 to KZ154800: 2150.5193882142485\n", - "13:01:28\tCompleted 3343 to KZ115600: 1971.4525114816324\n", - "13:01:28\tCompleted 3320 to KZ635800: 5139.2510709170065\n", - "13:01:28\tCompleted 3322 to KZ612600: 1211.7947912712393\n", - "13:01:28\tCompleted 3326 to KZ635000: 2426.151685651741\n", - "13:01:28\tCompleted 3374 to KZ591000: 2161.5055332462766\n", - "13:01:28\tCompleted 3403 to KZ614800: 695.8200051793528\n", - "13:01:28\tCompleted 3352 to KZ433200: 1544.7647926137836\n", - "13:01:28\tCompleted 3381 to KZ791510: 182.32706088779986\n", - "13:01:28\tCompleted 3401 to KZ351800: 1409.8287305756267\n", - "13:01:28\tCompleted 3321 to KZ593200: 1939.8030115171478\n", - "13:01:28\tCompleted 3378 to KZ235200: 2889.303625833077\n", - "13:01:29\tCompleted 3350 to KZ751510: 944.2339467934448\n", - "13:01:29\tCompleted 3392 to KZ114600: 2242.9632075550385\n", - "13:01:29\tCompleted 3389 to KZ434600: 1051.9272477633804\n", - "13:01:29\tCompleted 3353 to KZ711410: 1609.034117799455\n", - "13:01:29\tCompleted 3371 to KZ195200: 979.9471502290413\n", - "13:01:29\tCompleted 3334 to KZ633400: 1277.9957483610083\n", - "13:01:29\tCompleted 3388 to KZ315000: 788.6808640073453\n", - "13:01:29\tCompleted 3361 to KZ711110: 1645.0319821633104\n", - "13:01:29\tCompleted 3379 to KZ393200: 2374.170136319288\n", - "13:01:29\tCompleted 3356 to KZ193600: 1184.5346166919837\n", - "13:01:29\tCompleted 3345 to KZ351000: 1418.8184301515341\n", - "13:01:29\tCompleted 3403 to KZ615400: 296.3390929515077\n", - "13:01:29\tCompleted 3325 to KZ196400: 879.1172033217474\n", - "13:01:29\tCompleted 3384 to KZ234200: 3642.7854586605436\n", - "13:01:29\tCompleted 3381 to KZ791710: 162.131493662781\n", - "13:01:29\tCompleted 3402 to KZ474600: 3007.1541448067533\n", - "13:01:30\tCompleted 3322 to KZ616000: 921.5600198962632\n", - "13:01:30\tCompleted 3375 to KZ273600: 2773.1716082632643\n", - "13:01:30\tCompleted 3352 to KZ431900: 1025.7209597185647\n", - "13:01:30\tCompleted 3399 to KZ154000: 2301.0929293237773\n", - "13:01:30\tCompleted 3332 to KZ155200: 2370.9164458015207\n", - "13:01:30\tCompleted 3388 to KZ314200: 381.48422080345836\n", - "13:01:30\tCompleted 3380 to KZ475000: 3234.568957180146\n", - "13:01:30\tCompleted 3400 to KZ633400: 2254.347715116548\n", - "13:01:30\tCompleted 3337 to KZ595000: 2031.2184766729233\n", - "13:01:30\tCompleted 3351 to KZ636200: 2290.6308278272227\n", - "13:01:31\tCompleted 3403 to KZ615200: 292.9535461393084\n", - "13:01:31\tCompleted 3325 to KZ196800: 347.27560108056514\n", - "13:01:31\tCompleted 3381 to KZ611600: 270.57973115033235\n", - "13:01:31\tCompleted 3389 to KZ434400: 1394.8766467251148\n", - "13:01:31\tCompleted 3373 to KZ392000: 2360.7945501925587\n", - "13:01:31\tCompleted 3357 to KZ632400: 2414.7247623584826\n", - "13:01:31\tCompleted 3371 to KZ195000: 1431.5772537697264\n", - "13:01:31\tCompleted 3345 to KZ352000: 1136.6997611279778\n", - "13:01:31\tCompleted 3356 to KZ194000: 1165.2964158807395\n", - "13:01:31\tCompleted 3323 to KZ276000: 3332.6293511973845\n", - "13:01:31\tCompleted 3394 to KZ635800: 2749.73827166036\n", - "13:01:31\tCompleted 3358 to KZ394400: 2355.5625176319304\n", - "13:01:31\tCompleted 3328 to KZ551000: 1907.9131965096637\n", - "13:01:31\tCompleted 3393 to KZ156000: 2160.2221040069103\n", - "13:01:31\tCompleted 3318 to KZ633400: 1858.0509441385802\n", - "13:01:31\tCompleted 3390 to KZ554600: 2353.3899589484195\n", - "13:01:31\tCompleted 3315 to KZ115600: 1815.532745656371\n", - "13:01:32\tCompleted 3352 to KZ434600: 1059.3855301449448\n", - "13:01:32\tCompleted 3353 to KZ711210: 1578.6797321330396\n", - "13:01:32\tCompleted 3336 to KZ396800: 2629.96513541852513:01:32\tCompleted 3396 to KZ594600: 2580.7767324121214\n", - "\n", - "13:01:32\tCompleted 3361 to KZ711410: 1645.20478521742\n", - "13:01:32\tCompleted 3381 to KZ613600: 289.30130949616927\n", - "13:01:32\tCompleted 3325 to KZ191600: 373.07357714065364\n", - "13:01:32\tCompleted 3403 to KZ616400: 880.6300336636881\n", - "13:01:32\tCompleted 3383 to KZ153600: 2334.5211543846735\n", - "13:01:32\tCompleted 3346 to KZ474200: 2958.029130932487\n", - "13:01:32\tCompleted 3397 to KZ274000: 3762.5294281995457\n", - "13:01:32\tCompleted 3334 to KZ633600: 1791.913510495866\n", - "13:01:32\tCompleted 3363 to KZ274800: 3233.2707000470878\n", - "13:01:32\tCompleted 3322 to KZ613800: 1297.1737952286428\n", - "13:01:32\tCompleted 3395 to KZ395400: 2516.5713007969157\n", - "13:01:32\tCompleted 3343 to KZ115200: 2063.969782787882\n", - "13:01:32\tCompleted 3313 to KZ275000: 2549.533580743301\n", - "13:01:33\tCompleted 3389 to KZ431000: 736.5680643624717\n", - "13:01:33\tCompleted 3327 to KZ391000: 2463.079396319612\n", - "13:01:33\tCompleted 3392 to KZ114800: 2067.9571369171003\n", - "13:01:33\tCompleted 3348 to KZ276200: 3013.624377969984\n", - "13:01:33\tCompleted 3347 to KZ273600: 4200.449683183234\n", - "13:01:33\tCompleted 3379 to KZ393400: 1890.5791781563464\n", - "13:01:33\tCompleted 3381 to KZ614000: 117.17564954006511\n", - "13:01:33\tCompleted 3321 to KZ595800: 2043.722621557525\n", - "13:01:33\tCompleted 3371 to KZ194400: 1249.3621803107521\n", - "13:01:33\tCompleted 3325 to KZ195200: 310.83860027538026\n", - "13:01:33\tCompleted 3388 to KZ353200: 1635.3739029653088\n", - "13:01:34\tCompleted 3354 to KZ275800: 2810.9826655847633\n", - "13:01:34\tCompleted 3403 to KZ615600: 1076.4478984852656\n", - "13:01:34\tCompleted 3401 to KZ393200: 2524.0061763188824\n", - "13:01:34\tCompleted 3339 to KZ275800: 3600.4350038408306\n", - "13:01:34\tCompleted 3377 to KZ155200: 2577.4580511160025\n", - "13:01:34\tCompleted 3344 to KZ234600: 3889.049469721341\n", - "13:01:34\tCompleted 3358 to KZ433200: 1488.6800162552493\n", - "13:01:34\tCompleted 3389 to KZ435200: 634.8739343015412\n", - "13:01:34\tCompleted 3352 to KZ434400: 1402.3349291066795\n", - "13:01:34\tCompleted 3374 to KZ595600: 2357.8026075093794\n", - "13:01:34\tCompleted 3381 to KZ613900: 217.99169191885053\n", - "13:01:34\tCompleted 3329 to KZ276600: 3116.9897838823745\n", - "13:01:34\tCompleted 3332 to KZ156400: 1950.2064454406795\n", - "13:01:34\tCompleted 3361 to KZ711210: 1614.8503995510046\n", - "13:01:34\tCompleted 3345 to KZ354800: 1659.1497591642533\n", - "13:01:34\tCompleted 3356 to KZ196400: 1598.450522556343\n", - "13:01:35\tCompleted 3353 to KZ711310: 1600.2721206716287\n", - "13:01:35\tCompleted 3403 to KZ615800: 338.75127335406125\n", - "13:01:35\tCompleted 3320 to KZ636200: 4808.164393118829\n", - "13:01:35\tCompleted 3325 to KZ195000: 762.4687038160656\n", - "13:01:35\tCompleted 3334 to KZ633800: 1724.4130645680998\n", - "13:01:35\tCompleted 3372 to KZ633600: 2389.9698032215774\n", - "13:01:35\tCompleted 3378 to KZ235600: 2984.341391853482\n", - "13:01:35\tCompleted 3396 to KZ711110: 1928.1394394921258\n", - "13:01:35\tCompleted 3371 to KZ194600: 1259.8791463152588\n", - "13:01:35\tCompleted 3328 to KZ556000: 1949.209704840477\n", - "13:01:35\tCompleted 3351 to KZ636400: 2048.044979947238\n", - "13:01:36\tCompleted 3352 to KZ431000: 744.0263467440362\n", - "13:01:36\tCompleted 3337 to KZ593600: 2145.767080957217\n", - "13:01:36\tCompleted 3381 to KZ612000: 331.0885752679553\n", - "13:01:36\tCompleted 3389 to KZ434800: 666.2001952178764\n", - "13:01:36\tCompleted 3326 to KZ632200: 2284.120554628751\n", - "13:01:36\tCompleted 3383 to KZ154000: 2086.0977272097066\n", - "13:01:36\tCompleted 3358 to KZ431900: 969.6361833600304\n", - "13:01:36\tCompleted 3403 to KZ612600: 469.09540400764956\n", - "13:01:36\tCompleted 3357 to KZ632800: 2220.6556773418206\n", - "13:01:36\tCompleted 3379 to KZ391600: 1757.6844390181209\n", - "13:01:36\tCompleted 3356 to KZ196800: 1066.6089203151625\n", - "13:01:36\tCompleted 3325 to KZ194400: 580.2536303570957\n", - "13:01:36\tCompleted 3315 to KZ115200: 2009.014860142633\n", - "13:01:37\tCompleted 3350 to KZ231000: 2926.1811905944114\n", - "13:01:37\tCompleted 3388 to KZ353600: 1782.3635444478305\n", - "13:01:37\tCompleted 3399 to KZ154200: 2603.7289682930996\n", - "13:01:37\tCompleted 3384 to KZ234600: 3757.955757098598\n", - "13:01:37\tCompleted 3373 to KZ395600: 2434.0980481002066\n", - "13:01:37\tCompleted 3381 to KZ614400: 144.52449135865263\n", - "13:01:37\tCompleted 3400 to KZ633600: 2669.6304127569083\n", - "13:01:37\tCompleted 3352 to KZ435200: 642.3322166831058\n", - "13:01:37\tCompleted 3403 to KZ616000: 411.30968441351354\n", - "13:01:37\tCompleted 3389 to KZ433600: 926.8703755670124\n", - "13:01:37\tCompleted 3361 to KZ711310: 1636.4427880895937\n", - "13:01:37\tCompleted 3393 to KZ154600: 2458.359534752025\n", - "13:01:37\tCompleted 3392 to KZ111010: 2110.481669519688\n", - "13:01:37\tCompleted 3358 to KZ434600: 1003.3007537864107\n", - "13:01:37\tCompleted 3321 to KZ593400: 1853.1098842053848\n", - "13:01:37\tCompleted 3318 to KZ633600: 2273.3336417789433\n", - "13:01:37\tCompleted 3345 to KZ355200: 1614.776005120724\n", - "13:01:38\tCompleted 3402 to KZ475000: 3377.4831715565306\n", - "13:01:38\tCompleted 3343 to KZ115400: 2100.334268209878\n", - "13:01:38\tCompleted 3325 to KZ194600: 590.7705963615977\n", - "13:01:38\tCompleted 3395 to KZ392000: 2523.6249551921346\n", - "13:01:38\tCompleted 3401 to KZ393400: 2040.415218155950213:01:38\tCompleted 3371 to KZ194800: 1527.994798369262\n", - "\n", - "13:01:38\tCompleted 3356 to KZ191600: 1092.4068963752513\n", - "13:01:38\tCompleted 3380 to KZ475200: 3245.4119179641953\n", - "13:01:38\tCompleted 3334 to KZ634000: 1721.4978071336368\n", - "13:01:38\tCompleted 3381 to KZ614600: 175.6156605047102\n", - "13:01:38\tCompleted 3377 to KZ156400: 2156.748050755179\n", - "13:01:38\tCompleted 3403 to KZ613800: 42.802536111814945\n", - "13:01:38\tCompleted 3394 to KZ636200: 2610.82118843010413:01:38\tCompleted 3336 to KZ394800: 2604.911170789427\n", - "\n", - "13:01:38\tCompleted 3396 to KZ711410: 1928.3122425462354\n", - "13:01:38\tCompleted 3389 to KZ434000: 659.4317886683971\n", - "13:01:38\tCompleted 3388 to KZ351600: 1357.1536924713791\n", - "13:01:39\tCompleted 3352 to KZ434800: 673.658477599441\n", - "13:01:39\tCompleted 3375 to KZ276600: 2854.9968549622504\n", - "13:01:39\tCompleted 3390 to KZ555600: 2695.13656702826\n", - "13:01:39\tCompleted 3328 to KZ556800: 2010.7806635252239\n", - "13:01:39\tCompleted 3327 to KZ395400: 2510.946949352688\n", - "13:01:39\tCompleted 3323 to KZ276200: 3052.01556446348\n", - "13:01:39\tCompleted 3381 to KZ614800: 567.7453837623175\n", - "13:01:39\tCompleted 3363 to KZ275800: 2702.8535240355095\n", - "13:01:39\tCompleted 3374 to KZ596000: 2038.2081357151153\n", - "13:01:39\tCompleted 3358 to KZ434400: 1346.2501527481452\n", - "13:01:40\tCompleted 3325 to KZ194800: 858.8862484156016\n", - "13:01:40\tCompleted 3347 to KZ276600: 4282.274929882213\n", - "13:01:40\tCompleted 3356 to KZ195200: 1030.17191950997813:01:40\tCompleted 3346 to KZ474600: 2635.204570114405\n", - "\n", - "13:01:40\tCompleted 3322 to KZ273200: 3998.6727405292236\n", - "13:01:40\tCompleted 3344 to KZ234800: 3022.7508455569573\n", - "13:01:40\tCompleted 3352 to KZ433600: 934.328657948577\n", - "13:01:40\tCompleted 3332 to KZ155600: 2122.886319479614\n", - "13:01:40\tCompleted 3337 to KZ595200: 2143.21721401445\n", - "13:01:40\tCompleted 3348 to KZ271000: 3031.3173333841996\n", - "13:01:40\tCompleted 3392 to KZ116000: 1843.3043671732494\n", - "13:01:41\tCompleted 3381 to KZ615400: 127.46464507337032\n", - "13:01:41\tCompleted 3345 to KZ355600: 1652.5869885823397\n", - "13:01:41\tCompleted 3399 to KZ156000: 2176.97820066132\n", - "13:01:41\tCompleted 3397 to KZ274200: 3879.874922579013\n", - "13:01:41\tCompleted 3371 to KZ195600: 1604.7753661244715\n", - "13:01:41\tCompleted 3358 to KZ431000: 687.941570385502\n", - "13:01:41\tCompleted 3372 to KZ633800: 2396.746997707945\n", - "13:01:41\tCompleted 3325 to KZ195600: 935.6668161708104\n", - "13:01:41\tCompleted 3313 to KZ274800: 3085.0384921266905\n", - "13:01:41\tCompleted 3388 to KZ354000: 1731.533253552694\n", - "13:01:41\tCompleted 3353 to KZ555200: 2341.89642552975\n", - "13:01:41\tCompleted 3401 to KZ391600: 1907.5204790177247\n", - "13:01:41\tCompleted 3383 to KZ154200: 2388.7337661790257\n", - "13:01:41\tCompleted 3329 to KZ275000: 2982.687440984709\n", - "13:01:41\tCompleted 3339 to KZ276000: 4016.266029595866\n", - "13:01:42\tCompleted 3315 to KZ115400: 2229.587632008286\n", - "13:01:42\tCompleted 3352 to KZ434000: 698.385908359034513:01:42\tCompleted 3354 to KZ276000: 3226.8136913397984\n", - "\n", - "13:01:42\tCompleted 3381 to KZ615200: 153.57514447667683\n", - "13:01:42\tCompleted 3378 to KZ233600: 2866.957989709355\n", - "13:01:42\tCompleted 3393 to KZ154800: 2293.36684576443\n", - "13:01:42\tCompleted 3320 to KZ636400: 5145.4041276221305\n", - "13:01:42\tCompleted 3379 to KZ393600: 2228.2284705127117\n", - "13:01:42\tCompleted 3345 to KZ352100: 744.3503029856214\n", - "13:01:42\tCompleted 3321 to KZ594200: 2032.9676332688962\n", - "13:01:42\tCompleted 3396 to KZ711210: 1897.95785687982\n", - "13:01:42\tCompleted 3358 to KZ435200: 586.2474403245717\n", - "13:01:42\tCompleted 3334 to KZ635400: 2166.4033597158696\n", - "13:01:42\tCompleted 3356 to KZ195000: 1481.8020230506631\n", - "13:01:43\tCompleted 3325 to KZ195800: 749.5536885379605\n", - "13:01:43\tCompleted 3357 to KZ636800: 2342.893050169487\n", - "13:01:43\tCompleted 3361 to KZ555200: 2378.0670929477133\n", - "13:01:43\tCompleted 3400 to KZ633800: 2676.4076072432727\n", - "13:01:43\tCompleted 3351 to KZ631000: 2262.935167798665\n", - "13:01:43\tCompleted 3381 to KZ616400: 877.4524688750377\n", - "13:01:43\tCompleted 3373 to KZ395800: 2460.6449896062736\n", - "13:01:43\tCompleted 3371 to KZ195800: 1418.6622384916213\n", - "13:01:43\tCompleted 3326 to KZ635200: 2691.75673344475513:01:43\tCompleted 3328 to KZ554800: 2165.460632273513\n", - "\n", - "13:01:43\tCompleted 3332 to KZ156800: 1624.8661637001992\n", - "13:01:43\tCompleted 3318 to KZ633800: 2280.110836265322\n", - "13:01:43\tCompleted 3343 to KZ151000: 2322.9250573658487\n", - "13:01:43\tCompleted 3394 to KZ636400: 2368.235340550142\n", - "13:01:44\tCompleted 3395 to KZ395600: 2596.9284530997843\n", - "13:01:44\tCompleted 3388 to KZ351000: 1665.5079682028584\n", - "13:01:44\tCompleted 3377 to KZ155600: 2329.427924794096\n", - "13:01:44\tCompleted 3358 to KZ434800: 617.5737012409068\n", - "13:01:44\tCompleted 3384 to KZ234800: 2891.657132934214\n", - "13:01:44\tCompleted 3390 to KZ551000: 2346.3060812969966\n", - "13:01:44\tCompleted 3350 to KZ234000: 3134.7916679620994\n", - "13:01:44\tCompleted 3398 to KZ113200: 2066.4837406612414\n", - "13:01:44\tCompleted 3356 to KZ194400: 1299.586949591689\n", - "13:01:44\tCompleted 3381 to KZ615600: 908.622588437925\n", - "13:01:45\tCompleted 3337 to KZ591000: 2033.432942766991\n", - "13:01:45\tCompleted 3336 to KZ395000: 2736.595113807539\n", - "13:01:45\tCompleted 3345 to KZ352200: 1461.1435255704578\n", - "13:01:45\tCompleted 3325 to KZ196000: 936.3344439268806\n", - "13:01:45\tCompleted 3383 to KZ156000: 1961.9829985472406\n", - "13:01:45\tCompleted 3392 to KZ116400: 2191.882326286698\n", - "13:01:45\tCompleted 3334 to KZ635000: 1641.1299323834212\n", - "13:01:45\tCompleted 3402 to KZ475200: 3388.32613234058\n", - "13:01:45\tCompleted 3388 to KZ352000: 1215.4302447848843\n", - "13:01:45\tCompleted 3358 to KZ433600: 878.2438815900427\n", - "13:01:45\tCompleted 3380 to KZ471800: 3075.0216978034696\n", - "13:01:46\tCompleted 3327 to KZ392000: 2518.0006037479075\n", - "13:01:46\tCompleted 3381 to KZ615800: 199.37287169142957\n", - "13:01:46\tCompleted 3375 to KZ275000: 2720.6945120646037\n", - "13:01:46\tCompleted 3396 to KZ711310: 1919.550245418409\n", - "13:01:46\tCompleted 3353 to KZ551600: 2075.329703544223\n", - "13:01:46\tCompleted 3371 to KZ196000: 1605.4429938805417\n", - "13:01:46\tCompleted 3389 to KZ471000: 3123.876496646441\n", - "13:01:46\tCompleted 3374 to KZ596200: 2276.151218397033\n", - "13:01:46\tCompleted 3325 to KZ191000: 627.9452910338357\n", - "13:01:46\tCompleted 3356 to KZ194600: 1310.1039155961955\n", - "13:01:46\tCompleted 3347 to KZ275000: 4147.972586984545\n", - "13:01:46\tCompleted 3399 to KZ154600: 2475.1156314064347\n", - "13:01:47\tCompleted 3332 to KZ193200: 1761.4959943488543\n", - "13:01:47\tCompleted 3323 to KZ271000: 3069.708519877696\n", - "13:01:47\tCompleted 3401 to KZ393600: 2378.0645105123035\n", - "13:01:47\tCompleted 3358 to KZ434000: 642.3011320005004\n", - "13:01:47\tCompleted 3381 to KZ612600: 299.0908046203708\n", - "13:01:47\tCompleted 3321 to KZ596600: 2133.853150845658\n", - "13:01:47\tCompleted 3377 to KZ156800: 1831.4077690146987\n", - "13:01:47\tCompleted 3363 to KZ276000: 3118.6845497905447\n", - "13:01:47\tCompleted 3328 to KZ556400: 2092.3269914483167\n", - "13:01:47\tCompleted 3345 to KZ352300: 1432.1475249057482\n", - "13:01:47\tCompleted 3403 to KZ273200: 3251.3683541316336\n", - "13:01:47\tCompleted 3344 to KZ235200: 3070.390692920325\n", - "13:01:47\tCompleted 3372 to KZ634000: 2444.7145783769197\n", - "13:01:47\tCompleted 3325 to KZ196200: 393.5381182425011\n", - "13:01:47\tCompleted 3378 to KZ633200: 2384.377305414257\n", - "13:01:48\tCompleted 3398 to KZ113400: 1896.196247728478\n", - "13:01:48\tCompleted 3379 to KZ396400: 2386.7023670416215\n", - "13:01:48\tCompleted 3348 to KZ274000: 3684.97551710371\n", - "13:01:48\tCompleted 3361 to KZ551600: 2111.500370962186\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:01:48\tCompleted 3339 to KZ276200: 3735.6522428619614\n", - "13:01:48\tCompleted 3381 to KZ616000: 271.9312827508821\n", - "13:01:48\tCompleted 3371 to KZ191000: 1297.0538409874966\n", - "13:01:48\tCompleted 3315 to KZ151000: 3031.209133979203\n", - "13:01:48\tCompleted 3334 to KZ632200: 1716.170510789998\n", - "13:01:48\tCompleted 3322 to KZ274400: 3935.8014280159477\n", - "13:01:48\tCompleted 3393 to KZ155200: 2720.3055086661825\n", - "13:01:48\tCompleted 3313 to KZ275800: 2554.621316115112\n", - "13:01:48\tCompleted 3320 to KZ631000: 4754.298779786874\n", - "13:01:48\tCompleted 3392 to KZ116800: 1989.315244709924\n", - "13:01:48\tCompleted 3354 to KZ276200: 2946.199904605894\n", - "13:01:48\tCompleted 3352 to KZ471000: 3131.334779028006\n", - "13:01:49\tCompleted 3325 to KZ192600: 666.8890460625296\n", - "13:01:49\tCompleted 3356 to KZ194800: 1578.2195676501988\n", - "13:01:49\tCompleted 3381 to KZ613800: 175.96306643978875\n", - "13:01:49\tCompleted 3329 to KZ274800: 3518.1923523681226\n", - "13:01:49\tCompleted 3357 to KZ635800: 2393.519483885042\n", - "13:01:49\tCompleted 3343 to KZ153200: 2327.341640794479\n", - "13:01:49\tCompleted 3373 to KZ392400: 2370.671069979008\n", - "13:01:49\tCompleted 3318 to KZ634000: 2328.0784169342983\n", - "13:01:49\tCompleted 3394 to KZ631000: 2583.1255284015465\n", - "13:01:49\tCompleted 3337 to KZ595600: 2267.3205292889074\n", - "13:01:50\tCompleted 3388 to KZ354800: 2037.9161083452589\n", - "13:01:50\tCompleted 3346 to KZ475000: 3005.5335968641825\n", - "13:01:50\tCompleted 3345 to KZ352800: 1488.2659482674246\n", - "13:01:50\tCompleted 3383 to KZ154600: 2260.1204292923608\n", - "13:01:50\tCompleted 3371 to KZ196200: 1062.646668196162\n", - "13:01:50\tCompleted 3380 to KZ593200: 2168.7714718844745\n", - "13:01:50\tCompleted 3326 to KZ632400: 2560.7122912942564\n", - "13:01:50\tCompleted 3400 to KZ634000: 2724.3751879122506\n", - "13:01:50\tCompleted 3351 to KZ634600: 2530.619793098951\n", - "13:01:50\tCompleted 3377 to KZ193200: 1726.6717912010688\n", - "13:01:50\tCompleted 3325 to KZ196600: 712.6047701177939\n", - "13:01:51\tCompleted 3395 to KZ395800: 2623.475394605854\n", - "13:01:51\tCompleted 3336 to KZ395200: 2268.5596287327\n", - "13:01:51\tCompleted 3390 to KZ556000: 2394.42746350501\n", - "13:01:51\tCompleted 3332 to KZ193400: 1966.384871364295\n", - "13:01:51\tCompleted 3353 to KZ553200: 2194.2776969509287\n", - "13:01:51\tCompleted 3384 to KZ235200: 2939.2969802975817\n", - "13:01:51\tCompleted 3321 to KZ595000: 1968.2931695333625\n", - "13:01:51\tCompleted 3399 to KZ154800: 2310.1229424188377\n", - "13:01:51\tCompleted 3398 to KZ113600: 2024.6674057985358\n", - "13:01:51\tCompleted 3345 to KZ356400: 1141.049180174022213:01:51\tCompleted 3328 to KZ554200: 2354.955029835743\n", - "\n", - "13:01:52\tCompleted 3325 to KZ194200: 348.0480833900297\n", - "13:01:52\tCompleted 3356 to KZ195600: 1655.0001354054084\n", - "13:01:52\tCompleted 3350 to KZ234200: 3585.737374483035\n", - "13:01:52\tCompleted 3371 to KZ192600: 1335.9975960161905\n", - "13:01:52\tCompleted 3374 to KZ596400: 2220.274162994986\n", - "13:01:52\tCompleted 3334 to KZ635200: 1906.7349801764492\n", - "13:01:52\tCompleted 3389 to KZ473600: 2704.9017306234978\n", - "13:01:52\tCompleted 3392 to KZ111810: 2011.1793377330528\n", - "13:01:52\tCompleted 3396 to KZ555200: 2661.1745502765198\n", - "13:01:52\tCompleted 3393 to KZ156400: 2299.5955083053736\n", - "13:01:52\tCompleted 3388 to KZ355200: 1693.5064887776305\n", - "13:01:52\tCompleted 3402 to KZ471800: 3217.9359121798543\n", - "13:01:52\tCompleted 3327 to KZ395600: 2591.3041016555567\n", - "13:01:53\tCompleted 3401 to KZ396400: 2536.538407041207\n", - "13:01:53\tCompleted 3332 to KZ193600: 1266.3196024116394\n", - "13:01:53\tCompleted 3325 to KZ751210: 295.4954545248727\n", - "13:01:53\tCompleted 3337 to KZ596000: 1910.135545235823\n", - "13:01:53\tCompleted 3363 to KZ276200: 2838.0707630566403\n", - "13:01:53\tCompleted 3375 to KZ274800: 3256.1994234479985\n", - "13:01:53\tCompleted 3392 to KZ116600: 641.8475633282034\n", - "13:01:53\tCompleted 3347 to KZ274800: 4683.477498368025\n", - "13:01:53\tCompleted 3361 to KZ553200: 2230.44836436889\n", - "13:01:53\tCompleted 3323 to KZ274000: 3723.366703597204\n", - "13:01:54\tCompleted 3383 to KZ154800: 2095.127740304771\n", - "13:01:54\tCompleted 3328 to KZ791110: 1364.908674073061\n", - "13:01:54\tCompleted 3371 to KZ196600: 1381.7133200714547\n", - "13:01:54\tCompleted 3315 to KZ153200: 3035.6257174078282\n", - "13:01:54\tCompleted 3343 to KZ153400: 2216.75498326879413:01:54\tCompleted 3377 to KZ193400: 1931.5606682165094\n", - "\n", - "13:01:54\tCompleted 3358 to KZ471000: 3075.2500026694715\n", - "13:01:54\tCompleted 3403 to KZ274400: 3188.497041618354\n", - "13:01:54\tCompleted 3345 to KZ352400: 1474.1915361638282\n", - "13:01:54\tCompleted 3325 to KZ751110: 303.25281383775337\n", - "13:01:54\tCompleted 3344 to KZ235600: 3165.42845894073\n", - "13:01:54\tCompleted 3380 to KZ595800: 2272.691081924846\n", - "13:01:54\tCompleted 3356 to KZ195800: 1468.8870077725583\n", - "13:01:54\tCompleted 3357 to KZ636200: 2254.602400654796\n", - "13:01:54\tCompleted 3378 to KZ634800: 2868.8238968245237\n", - "13:01:55\tCompleted 3373 to KZ396200: 2326.334758391813\n", - "13:01:55\tCompleted 3379 to KZ394000: 2495.162646130938\n", - "13:01:55\tCompleted 3353 to KZ553600: 1929.287363884781\n", - "13:01:55\tCompleted 3398 to KZ113800: 2104.2854905545655\n", - "13:01:55\tCompleted 3372 to KZ635400: 2889.6201309591293\n", - "13:01:55\tCompleted 3332 to KZ194000: 1247.0814016003962\n", - "13:01:55\tCompleted 3339 to KZ271000: 3753.345198276177\n", - "13:01:55\tCompleted 3351 to KZ634400: 2122.7705336428944\n", - "13:01:55\tCompleted 3334 to KZ632400: 1775.6905380259466\n", - "13:01:55\tCompleted 3348 to KZ274200: 3802.3210114831722\n", - "13:01:55\tCompleted 3352 to KZ473600: 2712.3600130050627\n", - "13:01:55\tCompleted 3326 to KZ632800: 2366.6432062776057\n", - "13:01:55\tCompleted 3325 to KZ751310: 296.42438671300715\n", - "13:01:55\tCompleted 3322 to KZ275400: 4610.989859972989\n", - "13:01:55\tCompleted 3381 to KZ273200: 3085.6055075872932\n", - "13:01:56\tCompleted 3371 to KZ194200: 1017.1566333436908\n", - "13:01:56\tCompleted 3328 to KZ791310: 1321.3684421924524\n", - "13:01:56\tCompleted 3354 to KZ271000: 2963.8928600201098\n", - "13:01:56\tCompleted 3388 to KZ355600: 1856.1331742708285\n", - "13:01:56\tCompleted 3313 to KZ276000: 2970.4523418701474\n", - "13:01:56\tCompleted 3321 to KZ593600: 2082.8417738176563\n", - "13:01:56\tCompleted 3377 to KZ193600: 1231.4953992638543\n", - "13:01:56\tCompleted 3329 to KZ275800: 2987.7751763565443\n", - "13:01:56\tCompleted 3394 to KZ634600: 2850.8101537018415\n", - "13:01:56\tCompleted 3320 to KZ634600: 5213.028307252341\n", - "13:01:56\tCompleted 3318 to KZ635400: 2772.983969516508\n", - "13:01:56\tCompleted 3351 to KZ313600: 512.2250533661586\n", - "13:01:56\tCompleted 3395 to KZ392400: 2533.5014749785855\n", - "13:01:57\tCompleted 3325 to KZ751410: 313.84936511664773\n", - "13:01:57\tCompleted 3393 to KZ155600: 2472.275382344276\n", - "13:01:57\tCompleted 3345 to KZ356000: 1593.2439121290222\n", - "13:01:57\tCompleted 3400 to KZ635400: 3169.28074049446\n", - "13:01:57\tCompleted 3337 to KZ596200: 2297.134994906993\n", - "13:01:57\tCompleted 3388 to KZ352100: 1123.116652166626\n", - "13:01:57\tCompleted 3371 to KZ751210: 964.6040044785337\n", - "13:01:57\tCompleted 3390 to KZ556800: 2595.1153883769475\n", - "13:01:57\tCompleted 3402 to KZ593200: 2349.848863684267\n", - "13:01:57\tCompleted 3361 to KZ553600: 1965.458031302746\n", - "13:01:57\tCompleted 3328 to KZ791510: 1298.4879426207995\n", - "13:01:57\tCompleted 3399 to KZ155200: 2737.0616053205904\n", - "13:01:58\tCompleted 3351 to KZ314000: 331.883767127801113:01:58\tCompleted 3374 to KZ594600: 2383.6268788148986\n", - "\n", - "13:01:58\tCompleted 3356 to KZ196000: 1655.6677631614784\n", - "13:01:58\tCompleted 3377 to KZ194000: 1212.2571984526107\n", - "13:01:58\tCompleted 3325 to KZ751710: 354.83739688555056\n", - "13:01:58\tCompleted 3392 to KZ115600: 2175.2516859366024\n", - "13:01:58\tCompleted 3396 to KZ551600: 2394.6078282909925\n", - "13:01:58\tCompleted 3380 to KZ593400: 2082.078344572712\n", - "13:01:58\tCompleted 3336 to KZ391000: 2464.2658932416634\n", - "13:01:58\tCompleted 3384 to KZ235600: 3034.3347463179866\n", - "13:01:58\tCompleted 3334 to KZ632800: 1773.5861994168738\n", - "13:01:58\tCompleted 3357 to KZ636400: 2012.0165527748084\n", - "13:01:58\tCompleted 3332 to KZ196400: 1680.2355082759998\n", - "13:01:58\tCompleted 3349 to KZ113200: 1747.094451277033\n", - "13:01:59\tCompleted 3398 to KZ114500: 2178.127985639389\n", - "13:01:59\tCompleted 3371 to KZ751110: 972.3613637914144\n", - "13:01:59\tCompleted 3389 to KZ474200: 3151.5258916900198\n", - "13:01:59\tCompleted 3351 to KZ314800: 793.9460935969282\n", - "13:01:59\tCompleted 3325 to KZ751810: 301.0812409624996\n", - "13:01:59\tCompleted 3378 to KZ633400: 2136.601842153849\n", - "13:01:59\tCompleted 3327 to KZ395800: 2617.8510431616264\n", - "13:01:59\tCompleted 3401 to KZ394000: 2644.9986861305324\n", - "13:01:59\tCompleted 3345 to KZ354400: 1380.8451333199507\n", - "13:01:59\tCompleted 3328 to KZ791710: 1296.7117623037668\n", - "13:01:59\tCompleted 3350 to KZ234600: 3700.9076729210897\n", - "13:02:00\tCompleted 3388 to KZ352200: 1643.31447769402613:02:00\tCompleted 3347 to KZ275800: 4153.060322356383\n", - "\n", - "13:02:00\tCompleted 3353 to KZ552200: 2036.8127531641762\n", - "13:02:00\tCompleted 3356 to KZ191000: 1347.2786102684333\n", - "13:02:00\tCompleted 3346 to KZ475200: 3016.376557648232\n", - "13:02:00\tCompleted 3383 to KZ155200: 2522.066403206532\n", - "13:02:00\tCompleted 3343 to KZ153600: 2509.1587441262714\n", - "13:02:00\tCompleted 3315 to KZ153400: 2925.0390598821496\n", - "13:02:00\tCompleted 3363 to KZ271000: 2855.763718470856\n", - "13:02:00\tCompleted 3375 to KZ275800: 2725.78224743642\n", - "13:02:00\tCompleted 3393 to KZ156800: 1974.2552265648937\n", - "13:02:00\tCompleted 3321 to KZ595200: 2080.29190687489\n", - "13:02:00\tCompleted 3325 to KZ751910: 322.22215731290794\n", - "13:02:00\tCompleted 3351 to KZ315400: 481.1849749169543\n", - "13:02:00\tCompleted 3377 to KZ196400: 1645.4113051282143\n", - "13:02:00\tCompleted 3373 to KZ396600: 2334.2535991830023\n", - "13:02:00\tCompleted 3332 to KZ196800: 1148.3939060348193\n", - "13:02:00\tCompleted 3371 to KZ751310: 965.5329366666682\n", - "13:02:00\tCompleted 3379 to KZ396800: 2509.7647208049616\n", - "13:02:00\tCompleted 3323 to KZ274200: 3840.7121979766684\n", - "13:02:00\tCompleted 3374 to KZ711110: 1692.8264084714804\n", - "13:02:01\tCompleted 3372 to KZ635000: 2364.346703626709\n", - "13:02:01\tCompleted 3344 to KZ233600: 3048.0450567966227\n", - "13:02:01\tCompleted 3358 to KZ473600: 2656.2752366465284\n", - "13:02:01\tCompleted 3403 to KZ275400: 3863.6854735753645\n", - "13:02:01\tCompleted 3337 to KZ596400: 2070.9299745067724\n", - "13:02:01\tCompleted 3334 to KZ636800: 1703.85882583695\n", - "13:02:01\tCompleted 3349 to KZ113400: 1576.8069583442696\n", - "13:02:01\tCompleted 3325 to KZ751510: 310.738095211992\n", - "13:02:01\tCompleted 3388 to KZ352300: 1304.9202127237058\n", - "13:02:02\tCompleted 3356 to KZ196200: 1112.8714374770989\n", - "13:02:02\tCompleted 3328 to KZ611600: 1553.5722975788913\n", - "13:02:02\tCompleted 3351 to KZ315600: 1119.2544259621388\n", - "13:02:02\tCompleted 3394 to KZ634400: 2442.9608942457758\n", - "13:02:02\tCompleted 3399 to KZ156400: 2316.351604959784\n", - "13:02:02\tCompleted 3392 to KZ115200: 2084.686388840955\n", - "13:02:02\tCompleted 3318 to KZ635000: 2247.7105421840865\n", - "13:02:02\tCompleted 3377 to KZ196800: 1113.5697028870338\n", - "13:02:02\tCompleted 3326 to KZ636800: 2488.880579105261\n", - "13:02:02\tCompleted 3371 to KZ751410: 982.9579150703088\n", - "13:02:02\tCompleted 3345 to KZ351800: 1407.3485350325248\n", - "13:02:02\tCompleted 3395 to KZ396200: 2489.165163391396\n", - "13:02:02\tCompleted 3361 to KZ552200: 2072.983420582141\n", - "13:02:02\tCompleted 3339 to KZ274000: 4407.003381995676\n", - "13:02:02\tCompleted 3402 to KZ595800: 2453.768473724633\n", - "13:02:02\tCompleted 3332 to KZ191600: 1174.1918820949081\n", - "13:02:02\tCompleted 3381 to KZ274400: 3022.734195074002\n", - "13:02:02\tCompleted 3398 to KZ114000: 2114.2709720718294\n", - "13:02:03\tCompleted 3322 to KZ273600: 3778.9491189554965\n", - "13:02:03\tCompleted 3313 to KZ276200: 2689.838555136243\n", - "13:02:03\tCompleted 3393 to KZ193200: 1927.2032414548607\n", - "13:02:03\tCompleted 3380 to KZ594200: 2261.936093636218\n", - "13:02:03\tCompleted 3400 to KZ635000: 2644.0073131620397\n", - "13:02:03\tCompleted 3351 to KZ316000: 617.0080879365751\n", - "13:02:03\tCompleted 3329 to KZ276000: 3403.6062021115795\n", - "13:02:03\tCompleted 3352 to KZ474200: 3158.9841740715847\n", - "13:02:03\tCompleted 3320 to KZ634400: 4734.746270164185\n", - "13:02:03\tCompleted 3394 to KZ313600: 832.4154139690628\n", - "13:02:03\tCompleted 3377 to KZ191600: 1139.3676789471226\n", - "13:02:03\tCompleted 3374 to KZ711410: 1692.9992115255913:02:03\tCompleted 3357 to KZ631000: 2226.9067406262384\n", - "\n", - "13:02:04\tCompleted 3383 to KZ156400: 2101.3564028457026\n", - "13:02:04\tCompleted 3354 to KZ274000: 3617.5510437396256\n", - "13:02:04\tCompleted 3371 to KZ751710: 1023.9459468392116\n", - "13:02:04\tCompleted 3328 to KZ613600: 1407.1997453409688\n", - "13:02:04\tCompleted 3356 to KZ192600: 1386.2223652971272\n", - "13:02:04\tCompleted 3324 to KZ113200: 1807.1976908515924\n", - "13:02:04\tCompleted 3334 to KZ635800: 1754.4852595524926\n", - "13:02:04\tCompleted 3390 to KZ554800: 2599.8108764213985\n", - "13:02:04\tCompleted 3373 to KZ394200: 1968.5060793448956\n", - "13:02:04\tCompleted 3336 to KZ395400: 2507.629788166976\n", - "13:02:04\tCompleted 3388 to KZ352800: 1617.5445121878838\n", - "13:02:04\tCompleted 3332 to KZ195200: 1111.9569052296347\n", - "13:02:04\tCompleted 3396 to KZ553200: 2513.555821697689\n", - "13:02:04\tCompleted 3353 to KZ554600: 2118.9892256659855\n", - "13:02:04\tCompleted 3349 to KZ113600: 1705.2781164143273\n", - "13:02:05\tCompleted 3351 to KZ316600: 826.0893193734953\n", - "13:02:05\tCompleted 3394 to KZ314000: 652.0741277307052\n", - "13:02:05\tCompleted 3377 to KZ195200: 1077.1327020818492\n", - "13:02:05\tCompleted 3344 to KZ633200: 1991.3584312041337\n", - "13:02:05\tCompleted 3401 to KZ396800: 2659.6007608045534\n", - "13:02:05\tCompleted 3343 to KZ154000: 2260.735316951294\n", - "13:02:05\tCompleted 3378 to KZ633600: 2551.884539794208\n", - "13:02:05\tCompleted 3384 to KZ233600: 2916.951344173867\n", - "13:02:05\tCompleted 3327 to KZ392400: 2527.877123534358\n", - "13:02:06\tCompleted 3321 to KZ591000: 1970.50763562743\n", - "13:02:06\tCompleted 3371 to KZ751810: 970.1897909161606\n", - "13:02:06\tCompleted 3351 to KZ316200: 560.8969179116862\n", - "13:02:06\tCompleted 3398 to KZ117000: 2036.9033155184368\n", - "13:02:06\tCompleted 3337 to KZ594600: 2276.408826034259\n", - "13:02:06\tCompleted 3389 to KZ474600: 2828.701330871938\n", - "13:02:06\tCompleted 3379 to KZ394800: 2282.25891909936\n", - "13:02:06\tCompleted 3356 to KZ196600: 1431.9380893523917\n", - "13:02:06\tCompleted 3392 to KZ115400: 2062.065726242863\n", - "13:02:06\tCompleted 3328 to KZ614000: 1354.0596984266467\n", - "13:02:06\tCompleted 3372 to KZ632200: 2247.4225356256934\n", - "13:02:06\tCompleted 3394 to KZ314800: 1114.1364541998323\n", - "13:02:06\tCompleted 3315 to KZ153600: 3217.4428207396745\n", - "13:02:06\tCompleted 3374 to KZ711210: 1662.6448258591745\n", - "13:02:07\tCompleted 3347 to KZ276000: 4568.891348111487\n", - "13:02:07\tCompleted 3393 to KZ193400: 2132.0921184703016\n", - "13:02:07\tCompleted 3334 to KZ636200: 1615.5681763222483\n", - "13:02:07\tCompleted 3351 to KZ311000: 185.67880232048674\n", - "13:02:07\tCompleted 3324 to KZ113400: 1627.8002966248148\n", - "13:02:07\tCompleted 3388 to KZ356400: 1519.8155293550249\n", - "13:02:07\tCompleted 3361 to KZ554600: 2155.159893083949\n", - "13:02:07\tCompleted 3350 to KZ234800: 2834.6090487567058\n", - "13:02:07\tCompleted 3377 to KZ195000: 1528.7628056225344\n", - "13:02:07\tCompleted 3402 to KZ593400: 2263.1557363724974\n", - "13:02:07\tCompleted 3332 to KZ195000: 1563.58700877032\n", - "13:02:07\tCompleted 3371 to KZ751910: 991.330707266569\n", - "13:02:07\tCompleted 3399 to KZ155600: 2489.0314789986837\n", - "13:02:07\tCompleted 3375 to KZ276000: 3141.6132731914554\n", - "13:02:07\tCompleted 3318 to KZ632200: 2130.78637418306\n", - "13:02:08\tCompleted 3363 to KZ274000: 3509.4219021903796\n", - "13:02:08\tCompleted 3395 to KZ396600: 2497.0840041825854\n", - "13:02:08\tCompleted 3325 to KZ231000: 3587.716443383727\n", - "13:02:08\tCompleted 3380 to KZ596600: 2182.014554730041\n", - "13:02:08\tCompleted 3349 to KZ113800: 1784.8962011703613\n", - "13:02:08\tCompleted 3394 to KZ315400: 801.3753355198584\n", - "13:02:08\tCompleted 3351 to KZ315000: 598.3506764597083\n", - "13:02:08\tCompleted 3356 to KZ194200: 1067.3814026246273\n", - "13:02:08\tCompleted 3346 to KZ471800: 2845.9863374875063\n", - "13:02:08\tCompleted 3403 to KZ273600: 3031.644732557903\n", - "13:02:08\tCompleted 3358 to KZ474200: 3102.8993977130503\n", - "13:02:08\tCompleted 3337 to KZ711110: 1524.6411196199797\n", - "13:02:08\tCompleted 3320 to KZ313600: 3609.5842010410413:02:08\tCompleted 3393 to KZ193600: 1432.0268495176456\n", - "\n", - "13:02:08\tCompleted 3400 to KZ632200: 2527.0831451610215\n", - "13:02:08\tCompleted 3326 to KZ635800: 2539.5070128208235\n", - "13:02:08\tCompleted 3396 to KZ553600: 2248.5654886315556\n", - "13:02:09\tCompleted 3383 to KZ155600: 2274.0362768846253\n", - "13:02:09\tCompleted 3334 to KZ636400: 1372.982328442244\n", - "13:02:09\tCompleted 3398 to KZ114400: 1949.5621891081407\n", - "13:02:09\tCompleted 3377 to KZ194400: 1346.5477321635603\n", - "13:02:09\tCompleted 3371 to KZ751510: 979.8466451656531\n", - "13:02:09\tCompleted 3328 to KZ613900: 1631.9829704430942\n", - "13:02:09\tCompleted 3351 to KZ314200: 191.15403325582147\n", - "13:02:09\tCompleted 3332 to KZ194400: 1381.3719353113459\n", - "13:02:10\tCompleted 3374 to KZ711310: 1684.2372143977636\n", - "13:02:10\tCompleted 3381 to KZ275400: 3697.9226270310123\n", - "13:02:10\tCompleted 3388 to KZ352400: 1701.810006403286713:02:10\tCompleted 3356 to KZ751210: 1014.8287737594703\n", - "\n", - "13:02:10\tCompleted 3313 to KZ271000: 2707.5315105504587\n", - "13:02:10\tCompleted 3373 to KZ394400: 2396.512430670896\n", - "13:02:10\tCompleted 3393 to KZ194000: 1412.7886487064027\n", - "13:02:10\tCompleted 3394 to KZ315600: 1439.4447865650425\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:02:10\tCompleted 3401 to KZ394800: 2432.0949590989453\n", - "13:02:10\tCompleted 3345 to KZ393200: 2521.525980775781\n", - "13:02:10\tCompleted 3353 to KZ555600: 2392.9752001124243\n", - "13:02:10\tCompleted 3339 to KZ274200: 4524.348876375206\n", - "13:02:10\tCompleted 3352 to KZ474600: 2836.15961325350313:02:10\tCompleted 3324 to KZ113600: 1765.3813559888868\n", - "\n", - "13:02:10\tCompleted 3336 to KZ392000: 2624.5534832472\n", - "13:02:10\tCompleted 3322 to KZ276600: 3860.7743656544826\n", - "13:02:11\tCompleted 3329 to KZ276200: 3122.992415377675\n", - "13:02:11\tCompleted 3377 to KZ194600: 1357.0646981680668\n", - "13:02:11\tCompleted 3399 to KZ156800: 1991.011323219304\n", - "13:02:11\tCompleted 3337 to KZ711410: 1550.7536197034913\n", - "13:02:11\tCompleted 3390 to KZ556400: 2537.544750112844\n", - "13:02:11\tCompleted 3344 to KZ634800: 2475.805022614411\n", - "13:02:11\tCompleted 3384 to KZ633200: 2337.013300998435\n", - "13:02:11\tCompleted 3321 to KZ595600: 2204.3952221493523\n", - "13:02:11\tCompleted 3334 to KZ631000: 1587.8725162936921\n", - "13:02:11\tCompleted 3378 to KZ633800: 2558.6617342805703\n", - "13:02:11\tCompleted 3392 to KZ151000: 2284.656515398835\n", - "13:02:11\tCompleted 3343 to KZ154200: 2563.371355920616\n", - "13:02:11\tCompleted 3383 to KZ156800: 1776.0161211052216\n", - "13:02:11\tCompleted 3328 to KZ612000: 1500.694431471559\n", - "13:02:11\tCompleted 3327 to KZ396200: 2483.5408119471685\n", - "13:02:12\tCompleted 3356 to KZ751110: 1022.586133072351\n", - "13:02:12\tCompleted 3394 to KZ316000: 879.2862551352915\n", - "13:02:12\tCompleted 3395 to KZ394200: 2131.336484344482\n", - "13:02:12\tCompleted 3332 to KZ194600: 1391.8889013158523\n", - "13:02:12\tCompleted 3349 to KZ114500: 1858.738696255183\n", - "13:02:12\tCompleted 3351 to KZ353200: 1502.9559088218616\n", - "13:02:12\tCompleted 3357 to KZ634600: 2494.5913659265234\n", - "13:02:12\tCompleted 3388 to KZ356000: 1466.0165999469798\n", - "13:02:12\tCompleted 3373 to KZ433200: 1529.6299292942183\n", - "13:02:12\tCompleted 3402 to KZ594200: 2443.0134854360053\n", - "13:02:12\tCompleted 3320 to KZ314000: 3392.0179363973502\n", - "13:02:13\tCompleted 3315 to KZ154000: 2969.0193935646485\n", - "13:02:13\tCompleted 3380 to KZ595000: 2197.261629900682\n", - "13:02:13\tCompleted 3393 to KZ196400: 1845.9427553820062\n", - "13:02:13\tCompleted 3372 to KZ635200: 2629.9517514197228\n", - "13:02:13\tCompleted 3396 to KZ552200: 2356.090877910953\n", - "13:02:13\tCompleted 3356 to KZ751310: 1015.7577059476048\n", - "13:02:13\tCompleted 3347 to KZ276200: 4288.27756137754\n", - "13:02:13\tCompleted 3337 to KZ711210: 1551.9153811303897\n", - "13:02:13\tCompleted 3379 to KZ395000: 2616.3946991939756\n", - "13:02:13\tCompleted 3389 to KZ475000: 3199.030357621715\n", - "13:02:13\tCompleted 3398 to KZ114600: 2299.611439833177\n", - "13:02:13\tCompleted 3342 to KZ113200: 1559.010464166294\n", - "13:02:13\tCompleted 3377 to KZ194800: 1625.18035022207\n", - "13:02:13\tCompleted 3354 to KZ274200: 3734.8965381190824\n", - "13:02:13\tCompleted 3394 to KZ316600: 1146.2796799763992\n", - "13:02:14\tCompleted 3361 to KZ555600: 2509.747800822911\n", - "13:02:14\tCompleted 3399 to KZ193200: 1943.9593381092707\n", - "13:02:14\tCompleted 3328 to KZ614400: 1558.5157698828973\n", - "13:02:14\tCompleted 3344 to KZ633400: 1743.5829679437004\n", - "13:02:14\tCompleted 3318 to KZ635200: 2513.3155899771004\n", - "13:02:14\tCompleted 3373 to KZ431900: 1010.5860963989993\n", - "13:02:14\tCompleted 3351 to KZ353600: 1592.0333569001934\n", - "13:02:14\tCompleted 3350 to KZ235200: 2882.2488961200734\n", - "13:02:14\tCompleted 3324 to KZ113800: 1844.9994407449208\n", - "13:02:14\tCompleted 3388 to KZ354400: 1459.5756169768572\n", - "13:02:14\tCompleted 3325 to KZ234000: 3796.326920751415\n", - "13:02:14\tCompleted 3393 to KZ196800: 1314.1011531408258\n", - "13:02:14\tCompleted 3375 to KZ276200: 2860.999486457551\n", - "13:02:15\tCompleted 3334 to KZ634600: 1855.5571415939894\n", - "13:02:15\tCompleted 3345 to KZ393400: 2037.9350226128483\n", - "13:02:15\tCompleted 3326 to KZ636200: 2400.5899295905697\n", - "13:02:15\tCompleted 3356 to KZ751410: 1033.1826843512454\n", - "13:02:15\tCompleted 3321 to KZ596000: 1847.2102380962622\n", - "13:02:15\tCompleted 3346 to KZ593200: 2037.028099231283\n", - "13:02:15\tCompleted 3394 to KZ316200: 874.5102186701187\n", - "13:02:15\tCompleted 3332 to KZ194800: 1660.0045533698556\n", - "13:02:15\tCompleted 3383 to KZ193200: 1972.9810844995807\n", - "13:02:15\tCompleted 3358 to KZ474600: 2780.0748368949685\n", - "13:02:15\tCompleted 3363 to KZ274200: 3626.7673965698286\n", - "13:02:15\tCompleted 3353 to KZ551000: 2111.9053480145517\n", - "13:02:15\tCompleted 3400 to KZ635200: 2909.6123609550536\n", - "13:02:15\tCompleted 3403 to KZ276600: 3113.469979256889\n", - "13:02:15\tCompleted 3342 to KZ113400: 1350.2313930641228\n", - "13:02:15\tCompleted 3328 to KZ614600: 1348.1673973514621\n", - "13:02:16\tCompleted 3373 to KZ434600: 1044.2506668253795\n", - "13:02:16\tCompleted 3349 to KZ114000: 1794.8816826876243\n", - "13:02:16\tCompleted 3337 to KZ711310: 1563.7727405863216\n", - "13:02:16\tCompleted 3388 to KZ351800: 1280.1212228504824\n", - "13:02:16\tCompleted 3377 to KZ195600: 1701.9609179772797\n", - "13:02:16\tCompleted 3351 to KZ351600: 1166.8235049237421\n", - "13:02:16\tCompleted 3371 to KZ231000: 2923.61155101168\n", - "13:02:16\tCompleted 3393 to KZ191600: 1339.8991292009146\n", - "13:02:16\tCompleted 3392 to KZ153200: 2289.0730988274686\n", - "13:02:16\tCompleted 3336 to KZ395600: 2501.706832538287\n", - "13:02:16\tCompleted 3343 to KZ156000: 2136.6205882888366\n", - "13:02:16\tCompleted 3394 to KZ311000: 505.86916292339083\n", - "13:02:16\tCompleted 3357 to KZ634400: 2086.742106470467\n", - "13:02:16\tCompleted 3401 to KZ395000: 2766.2307391935674\n", - "13:02:17\tCompleted 3355 to KZ113200: 1852.173340463184\n", - "13:02:17\tCompleted 3334 to KZ634400: 1447.7078821379068\n", - "13:02:17\tCompleted 3322 to KZ275000: 3726.472022756814\n", - "13:02:17\tCompleted 3356 to KZ751710: 1074.1707161201482\n", - "13:02:17\tCompleted 3374 to KZ555200: 2425.86151925588\n", - "13:02:17\tCompleted 3398 to KZ114800: 2124.605369195239\n", - "13:02:17\tCompleted 3381 to KZ273600: 2865.8818860135507\n", - "13:02:17\tCompleted 3313 to KZ274000: 3361.189694269986\n", - "13:02:17\tCompleted 3329 to KZ271000: 3140.685370791891\n", - "13:02:17\tCompleted 3378 to KZ634000: 2606.6293149495414\n", - "13:02:17\tCompleted 3327 to KZ396600: 2491.459652738358\n", - "13:02:17\tCompleted 3395 to KZ394400: 2559.3428356704776\n", - "13:02:17\tCompleted 3402 to KZ596600: 2324.928769106413\n", - "13:02:17\tCompleted 3390 to KZ554200: 2733.375785895135\n", - "13:02:18\tCompleted 3352 to KZ475000: 3206.48864000328\n", - "13:02:18\tCompleted 3373 to KZ434400: 1387.2000657871142\n", - "13:02:18\tCompleted 3357 to KZ313600: 476.19662619372815\n", - "13:02:18\tCompleted 3393 to KZ195200: 1277.6641523356411\n", - "13:02:18\tCompleted 3394 to KZ315000: 918.5410370626125\n", - "13:02:18\tCompleted 3399 to KZ193400: 2148.8482151247117\n", - "13:02:18\tCompleted 3396 to KZ554600: 2438.2673504127433\n", - "13:02:18\tCompleted 3379 to KZ395200: 2084.0334723548726\n", - "13:02:18\tCompleted 3334 to KZ313600: 881.7672396094036\n", - "13:02:18\tCompleted 3332 to KZ195600: 1736.7851211250652\n", - "13:02:18\tCompleted 3361 to KZ551000: 2148.076015432515\n", - "13:02:18\tCompleted 3384 to KZ634800: 2821.4598924086995\n", - "13:02:18\tCompleted 3342 to KZ113600: 1625.5041221107597\n", - "13:02:18\tCompleted 3345 to KZ391600: 1905.0402834746228\n", - "13:02:18\tCompleted 3377 to KZ195800: 1515.8477903444295\n", - "13:02:19\tCompleted 3328 to KZ614800: 1829.7882027225687\n", - "13:02:19\tCompleted 3324 to KZ114500: 1918.8419358297424\n", - "13:02:19\tCompleted 3315 to KZ154200: 3271.6554325339707\n", - "13:02:19\tCompleted 3390 to KZ791110: 346.275418627629\n", - "13:02:19\tCompleted 3351 to KZ354000: 1599.1152594092468\n", - "13:02:19\tCompleted 3356 to KZ751810: 1020.4145601970972\n", - "13:02:19\tCompleted 3344 to KZ633600: 2158.865665584064\n", - "13:02:19\tCompleted 3380 to KZ593600: 2311.810234184984\n", - "13:02:19\tCompleted 3367 to KZ113200: 1817.8615653520887\n", - "13:02:19\tCompleted 3320 to KZ314800: 3891.30524127178\n", - "13:02:19\tCompleted 3321 to KZ596200: 2234.209687767435\n", - "13:02:19\tCompleted 3372 to KZ632400: 2498.9073092692242\n", - "13:02:19\tCompleted 3357 to KZ314000: 295.85533995537105\n", - "13:02:19\tCompleted 3373 to KZ431000: 728.891483424471\n", - "13:02:19\tCompleted 3394 to KZ314200: 511.34439385872554\n", - "13:02:19\tCompleted 3349 to KZ117000: 1717.5140261342283\n", - "13:02:20\tCompleted 3383 to KZ193400: 2177.869961515018\n", - "13:02:20\tCompleted 3334 to KZ314000: 740.1238754610142\n", - "13:02:20\tCompleted 3355 to KZ113400: 1681.8858475304207\n", - "13:02:20\tCompleted 3395 to KZ433200: 1692.4603342938105\n", - "13:02:20\tCompleted 3399 to KZ193600: 1448.7829461720555\n", - "13:02:20\tCompleted 3347 to KZ271000: 4305.970516791777\n", - "13:02:20\tCompleted 3390 to KZ791310: 308.3872679000544\n", - "13:02:20\tCompleted 3318 to KZ632400: 2382.271147826603\n", - "13:02:20\tCompleted 3392 to KZ153400: 2178.4864413017817\n", - "13:02:20\tCompleted 3337 to KZ555200: 2038.3411778143727\n", - "13:02:21\tCompleted 3356 to KZ751910: 1041.5554765475056\n", - "13:02:21\tCompleted 3326 to KZ636400: 2158.004081710598\n", - "13:02:21\tCompleted 3401 to KZ395200: 2233.8695123544685\n", - "13:02:21\tCompleted 3353 to KZ556000: 2160.026730222565\n", - "13:02:21\tCompleted 3393 to KZ195000: 1729.2942558763264\n", - "13:02:21\tCompleted 3334 to KZ314800: 224.89677826560632\n", - "13:02:21\tCompleted 3373 to KZ435200: 627.1973533635405\n", - "13:02:21\tCompleted 3390 to KZ791510: 328.2577353595208\n", - "13:02:21\tCompleted 3346 to KZ595800: 2140.9477092716606\n", - "13:02:21\tCompleted 3328 to KZ615400: 1570.9519698131205\n", - "13:02:21\tCompleted 3375 to KZ271000: 2878.6924418717667\n", - "13:02:21\tCompleted 3357 to KZ314800: 757.9176664244982\n", - "13:02:21\tCompleted 3389 to KZ475200: 3209.8733184057646\n", - "13:02:21\tCompleted 3351 to KZ351000: 1533.0899740594111\n", - "13:02:21\tCompleted 3395 to KZ431900: 1173.4165013985917\n", - "13:02:21\tCompleted 3399 to KZ194000: 1429.5447453608126\n", - "13:02:21\tCompleted 3377 to KZ196000: 1702.6285457333497\n", - "13:02:22\tCompleted 3398 to KZ111010: 2167.1299017978213\n", - "13:02:22\tCompleted 3325 to KZ234200: 4247.27262727235\n", - "13:02:22\tCompleted 3383 to KZ193600: 1477.8046925623655\n", - "13:02:22\tCompleted 3332 to KZ195800: 1550.671993492215\n", - "13:02:22\tCompleted 3350 to KZ235600: 2977.2866621404783\n", - "13:02:22\tCompleted 3367 to KZ113400: 1647.5740724193254\n", - "13:02:22\tCompleted 3334 to KZ315400: 402.7902198341859\n", - "13:02:22\tCompleted 3356 to KZ751510: 1030.0714144465896\n", - "13:02:22\tCompleted 3327 to KZ394200: 2125.7121329002543\n", - "13:02:22\tCompleted 3324 to KZ114000: 1854.9849222621838\n", - "13:02:22\tCompleted 3400 to KZ632400: 2778.567918804555\n", - "13:02:22\tCompleted 3358 to KZ475000: 3150.403863644746\n", - "13:02:22\tCompleted 3390 to KZ791710: 308.062168134502\n", - "13:02:22\tCompleted 3402 to KZ595000: 2378.339021700469\n", - "13:02:22\tCompleted 3374 to KZ551600: 2159.294797270353\n", - "13:02:22\tCompleted 3342 to KZ113800: 1804.8501467796598\n", - "13:02:22\tCompleted 3373 to KZ434800: 658.5236142798757\n", - "13:02:22\tCompleted 3349 to KZ114400: 1630.1728997239322\n", - "13:02:23\tCompleted 3403 to KZ275000: 2979.167636359224\n", - "13:02:23\tCompleted 3394 to KZ353200: 1765.2340760205693\n", - "13:02:23\tCompleted 3384 to KZ633400: 2089.237837738023\n", - "13:02:23\tCompleted 3357 to KZ315400: 445.15654774452423\n", - "13:02:23\tCompleted 3393 to KZ194400: 1547.0791824173523\n", - "13:02:23\tCompleted 3343 to KZ154600: 2434.7580190339513\n", - "13:02:23\tCompleted 3395 to KZ434600: 1207.081071824972\n", - "13:02:23\tCompleted 3351 to KZ352000: 1083.012250641437\n", - "13:02:23\tCompleted 3328 to KZ615200: 1308.3686163148407\n", - "13:02:23\tCompleted 3355 to KZ113600: 1810.3570056004785\n", - "13:02:23\tCompleted 3388 to KZ393200: 2394.2986685937453\n", - "13:02:23\tCompleted 3336 to KZ395800: 2804.090907944767\n", - "13:02:24\tCompleted 3377 to KZ191000: 1394.2393928403046\n", - "13:02:24\tCompleted 3371 to KZ234000: 3132.222028379368\n", - "13:02:24\tCompleted 3321 to KZ596400: 2008.0046673672116\n", - "13:02:24\tCompleted 3390 to KZ611600: 236.84672303987276\n", - "13:02:24\tCompleted 3334 to KZ315600: 889.1073622003723\n", - "13:02:24\tCompleted 3322 to KZ274800: 4261.976934140249\n", - "13:02:24\tCompleted 3361 to KZ556000: 2196.1973976405284\n", - "13:02:24\tCompleted 3379 to KZ391000: 2338.431669011196\n", - "13:02:24\tCompleted 3373 to KZ433600: 919.1937946290117\n", - "13:02:24\tCompleted 3380 to KZ595200: 2309.260367242206\n", - "13:02:24\tCompleted 3337 to KZ551600: 1930.2611524758001\n", - "13:02:24\tCompleted 3320 to KZ315400: 3578.54412259182813:02:24\tCompleted 3344 to KZ633800: 2165.6428600704517\n", - "\n", - "13:02:24\tCompleted 3383 to KZ194000: 1458.5664917511226\n", - "13:02:24\tCompleted 3396 to KZ555600: 2692.5711960984863\n", - "13:02:24\tCompleted 3345 to KZ393600: 2375.584314969202\n", - "13:02:24\tCompleted 3381 to KZ276600: 2947.707132712537\n", - "13:02:24\tCompleted 3399 to KZ196400: 1862.6988520364162\n", - "13:02:24\tCompleted 3378 to KZ635400: 3051.534867531751\n", - "13:02:24\tCompleted 3357 to KZ315600: 1083.2259987897087\n", - "13:02:25\tCompleted 3398 to KZ116000: 1899.9525994513876\n", - "13:02:25\tCompleted 3313 to KZ274200: 3478.5351886494313\n", - "13:02:25\tCompleted 3329 to KZ274000: 3794.343554511394\n", - "13:02:25\tCompleted 3315 to KZ156000: 2844.904664902191\n", - "13:02:25\tCompleted 3393 to KZ194600: 1557.5961484218587\n", - "13:02:25\tCompleted 3390 to KZ613600: 417.93390012754907\n", - "13:02:25\tCompleted 3372 to KZ632800: 2304.838224252573\n", - "13:02:25\tCompleted 3334 to KZ316000: 1001.3568576169566\n", - "13:02:25\tCompleted 3373 to KZ434000: 683.2510450394692\n", - "13:02:25\tCompleted 3377 to KZ196200: 1159.8322200489702\n", - "13:02:25\tCompleted 3395 to KZ434400: 1550.0304707867065\n", - "13:02:25\tCompleted 3352 to KZ475200: 3217.3316007873295\n", - "13:02:26\tCompleted 3342 to KZ114500: 1671.9721622336945\n", - "13:02:26\tCompleted 3357 to KZ316000: 605.9287984518912\n", - "13:02:26\tCompleted 3324 to KZ117000: 1777.6172657087877\n", - "13:02:26\tCompleted 3332 to KZ196000: 1737.452748881135213:02:26\tCompleted 3318 to KZ632800: 2188.202062809939\n", - "\n", - "13:02:26\tCompleted 3367 to KZ113600: 1776.0452304893831\n", - "13:02:26\tCompleted 3399 to KZ196800: 1330.8572497952357\n", - "13:02:26\tCompleted 3394 to KZ353600: 1912.2237175030978\n", - "13:02:26\tCompleted 3401 to KZ391000: 2488.2677090107877\n", - "13:02:26\tCompleted 3390 to KZ614000: 263.10632401178606\n", - "13:02:26\tCompleted 3351 to KZ354800: 1847.5859207976218\n", - "13:02:26\tCompleted 3392 to KZ153600: 2470.890202159257\n", - "13:02:27\tCompleted 3349 to KZ114600: 1980.2221504489687\n", - "13:02:27\tCompleted 3334 to KZ316600: 594.9373339306557\n", - "13:02:27\tCompleted 3395 to KZ431000: 891.7218884240634\n", - "13:02:27\tCompleted 3388 to KZ393400: 1910.707710430806\n", - "13:02:27\tCompleted 3346 to KZ593400: 1950.33497191952\n", - "13:02:27\tCompleted 3357 to KZ316600: 790.0608922010653\n", - "13:02:27\tCompleted 3393 to KZ194800: 1825.711800475862\n", - "13:02:27\tCompleted 3347 to KZ274000: 4959.628700511278\n", - "13:02:27\tCompleted 3328 to KZ616400: 2280.9611672108927\n", - "13:02:27\tCompleted 3355 to KZ113800: 1889.9750903565125\n", - "13:02:27\tCompleted 3390 to KZ613900: 226.05300496854156\n", - "13:02:28\tCompleted 3400 to KZ632800: 2584.498833787902\n", - "13:02:28\tCompleted 3377 to KZ192600: 1433.1831478689985\n", - "13:02:28\tCompleted 3402 to KZ593600: 2492.8876259847707\n", - "13:02:28\tCompleted 3383 to KZ196400: 1891.7205984267262\n", - "13:02:28\tCompleted 3389 to KZ471800: 3039.483098245039\n", - "13:02:28\tCompleted 3399 to KZ191600: 1356.6552258553245\n", - "13:02:28\tCompleted 3321 to KZ594600: 2213.4835188947013\n", - "13:02:28\tCompleted 3353 to KZ556800: 2360.7146550945026\n", - "13:02:28\tCompleted 3337 to KZ553200: 2066.688748703007\n", - "13:02:28\tCompleted 3326 to KZ631000: 2372.894269562012\n", - "13:02:28\tCompleted 3343 to KZ154800: 2269.7653300463567\n", - "13:02:28\tCompleted 3374 to KZ553200: 2278.2427906770545\n", - "13:02:28\tCompleted 3395 to KZ435200: 790.027758363133\n", - "13:02:28\tCompleted 3394 to KZ351600: 1487.0138655266464\n", - "13:02:28\tCompleted 3357 to KZ316200: 524.8684907392562\n", - "13:02:29\tCompleted 3375 to KZ274000: 3532.3506255912885\n", - "13:02:29\tCompleted 3332 to KZ191000: 1429.0635959880901\n", - "13:02:29\tCompleted 3325 to KZ234600: 4362.442925710405\n", - "13:02:29\tCompleted 3334 to KZ316200: 1033.572159709248\n", - "13:02:29\tCompleted 3314 to KZ113200: 3481.368921904986\n", - "13:02:29\tCompleted 3327 to KZ394400: 2553.71848422625\n", - "13:02:29\tCompleted 3390 to KZ612000: 356.8321219879572\n", - "13:02:29\tCompleted 3351 to KZ355200: 1561.0884946341832\n", - "13:02:29\tCompleted 3380 to KZ591000: 2199.4760959947484\n", - "13:02:29\tCompleted 3324 to KZ114400: 1690.2761392984917\n", - "13:02:29\tCompleted 3342 to KZ114000: 1618.91151602752\n", - "13:02:29\tCompleted 3384 to KZ633600: 2504.5205353783863\n", - "13:02:29\tCompleted 3396 to KZ551000: 2431.1834727613214\n", - "13:02:29\tCompleted 3336 to KZ392400: 2530.2778339710985\n", - "13:02:30\tCompleted 3350 to KZ233600: 2859.9032599963507\n", - "13:02:30\tCompleted 3395 to KZ434800: 821.3540192794682\n", - "13:02:30\tCompleted 3399 to KZ195200: 1294.420248990051\n", - "13:02:30\tCompleted 3357 to KZ311000: 149.6503751480567\n", - "13:02:30\tCompleted 3356 to KZ231000: 2845.5277848514565\n", - "13:02:30\tCompleted 3358 to KZ475200: 3161.246824428795\n", - "13:02:30\tCompleted 3398 to KZ116400: 2248.5305585648325\n", - "13:02:30\tCompleted 3377 to KZ196600: 1478.898871924263\n", - "13:02:30\tCompleted 3403 to KZ274800: 3514.672547742637\n", - "13:02:30\tCompleted 3388 to KZ391600: 1777.8129712925804\n", - "13:02:30\tCompleted 3322 to KZ275800: 3731.5597581286524\n", - "13:02:30\tCompleted 3361 to KZ556800: 2396.885322512466\n", - "13:02:30\tCompleted 3379 to KZ395400: 2386.299222044272\n", - "13:02:30\tCompleted 3383 to KZ196800: 1359.8789961855457\n", - "13:02:30\tCompleted 3320 to KZ315600: 4097.98563541248\n", - "13:02:30\tCompleted 3367 to KZ113800: 1855.6633152454172\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:02:30\tCompleted 3390 to KZ614400: 154.2543289563926\n", - "13:02:30\tCompleted 3334 to KZ311000: 638.9865298398272\n", - "13:02:30\tCompleted 3393 to KZ195600: 1902.4923682310716\n", - "13:02:30\tCompleted 3349 to KZ114800: 1843.379257234449\n", - "13:02:30\tCompleted 3328 to KZ615600: 1865.269869488012\n", - "13:02:31\tCompleted 3332 to KZ196200: 1194.6564231967557\n", - "13:02:31\tCompleted 3321 to KZ711110: 1461.715812480419\n", - "13:02:31\tCompleted 3344 to KZ634000: 2213.6104407394287\n", - "13:02:31\tCompleted 3315 to KZ154600: 3143.042095647306\n", - "13:02:31\tCompleted 3357 to KZ315000: 562.3222492872783\n", - "13:02:31\tCompleted 3378 to KZ635000: 2526.2614401993305\n", - "13:02:31\tCompleted 3381 to KZ275000: 2813.4047898148838\n", - "13:02:31\tCompleted 3392 to KZ154000: 2222.46677498428\n", - "13:02:31\tCompleted 3345 to KZ396400: 2534.0582114981053\n", - "13:02:31\tCompleted 3395 to KZ433600: 1082.024199628604\n", - "13:02:31\tCompleted 3371 to KZ234200: 3583.167734900304\n", - "13:02:31\tCompleted 3390 to KZ614600: 302.85413845152465\n", - "13:02:31\tCompleted 3394 to KZ354000: 1861.3934266079546\n", - "13:02:31\tCompleted 3377 to KZ194200: 1114.3421851964983\n", - "13:02:32\tCompleted 3355 to KZ114500: 1963.8175854413341\n", - "13:02:32\tCompleted 3337 to KZ553600: 1784.295687247775\n", - "13:02:32\tCompleted 3334 to KZ315000: 756.195346073461\n", - "13:02:32\tCompleted 3372 to KZ636800: 2427.075597080229\n", - "13:02:32\tCompleted 3318 to KZ636800: 2310.4394356376074\n", - "13:02:32\tCompleted 3327 to KZ433200: 1686.8359828495825\n", - "13:02:32\tCompleted 3401 to KZ395400: 2536.135262043864\n", - "13:02:32\tCompleted 3328 to KZ615800: 1249.4452143857038\n", - "13:02:32\tCompleted 3357 to KZ314200: 155.12560608339143\n", - "13:02:32\tCompleted 3399 to KZ195000: 1746.050352530736313:02:32\tCompleted 3383 to KZ191600: 1385.6769722456345\n", - "\n", - "13:02:32\tCompleted 3351 to KZ355600: 1723.7151801273812\n", - "13:02:32\tCompleted 3342 to KZ117000: 1541.543859474124\n", - "13:02:33\tCompleted 3395 to KZ434000: 814.585612729989\n", - "13:02:33\tCompleted 3374 to KZ553600: 2013.2524576109158\n", - "13:02:33\tCompleted 3390 to KZ614800: 512.8943993122322\n", - "13:02:33\tCompleted 3393 to KZ195800: 1716.3792405982215\n", - "13:02:33\tCompleted 3377 to KZ751210: 1061.7895563313416\n", - "13:02:33\tCompleted 3321 to KZ711410: 1487.8283125639305\n", - "13:02:33\tCompleted 3334 to KZ314200: 640.4007434022002\n", - "13:02:33\tCompleted 3373 to KZ471000: 3116.1999157084406\n", - "13:02:33\tCompleted 3332 to KZ192600: 1468.007351016784\n", - "13:02:33\tCompleted 3314 to KZ113400: 3559.229958710324\n", - "13:02:33\tCompleted 3402 to KZ595200: 2490.337759041993\n", - "13:02:33\tCompleted 3346 to KZ594200: 2130.1927209830305\n", - "13:02:33\tCompleted 3389 to KZ593200: 2273.4311660315684\n", - "13:02:33\tCompleted 3352 to KZ471800: 3046.941380626604\n", - "13:02:33\tCompleted 3324 to KZ114600: 2040.3253900235281\n", - "13:02:33\tCompleted 3329 to KZ274200: 3911.6890488908634\n", - "13:02:34\tCompleted 3327 to KZ431900: 1167.7921499543636\n", - "13:02:34\tCompleted 3398 to KZ116800: 2045.9634769880622\n", - "13:02:34\tCompleted 3390 to KZ615400: 302.8913657605971\n", - "13:02:34\tCompleted 3400 to KZ636800: 2706.7362066155597\n", - "13:02:34\tCompleted 3320 to KZ316000: 3271.746557548998\n", - "13:02:34\tCompleted 3383 to KZ195200: 1323.441995380361\n", - "13:02:34\tCompleted 3347 to KZ274200: 5076.9741948908195\n", - "13:02:34\tCompleted 3396 to KZ556000: 2479.304854969335\n", - "13:02:34\tCompleted 3351 to KZ352100: 932.7864646189892\n", - "13:02:34\tCompleted 3394 to KZ351000: 1795.3681412581188\n", - "13:02:34\tCompleted 3367 to KZ114500: 1929.5058103302388\n", - "13:02:34\tCompleted 3349 to KZ111010: 1847.7406124136212\n", - "13:02:35\tCompleted 3328 to KZ612600: 1504.57534100663\n", - "13:02:35\tCompleted 3380 to KZ595600: 2395.773170257855\n", - "13:02:35\tCompleted 3377 to KZ751110: 1069.5469156442223\n", - "13:02:35\tCompleted 3399 to KZ194400: 1563.8352790717622\n", - "13:02:35\tCompleted 3325 to KZ234800: 3496.1443015460213\n", - "13:02:35\tCompleted 3388 to KZ393600: 2248.357002787169\n", - "13:02:35\tCompleted 3357 to KZ353200: 1543.1264716180226\n", - "13:02:35\tCompleted 3390 to KZ615200: 299.5058189483978\n", - "13:02:35\tCompleted 3353 to KZ554800: 2365.4101431389536\n", - "13:02:35\tCompleted 3337 to KZ552200: 1909.2238049162534\n", - "13:02:35\tCompleted 3343 to KZ155200: 2696.7039929481093\n", - "13:02:35\tCompleted 3355 to KZ114000: 1899.9605718737755\n", - "13:02:35\tCompleted 3334 to KZ353200: 1406.5601866394684\n", - "13:02:36\tCompleted 3327 to KZ434600: 1201.456720380744\n", - "13:02:36\tCompleted 3336 to KZ396200: 2338.700919944894\n", - "13:02:36\tCompleted 3321 to KZ711210: 1488.990073990829\n", - "13:02:36\tCompleted 3326 to KZ634600: 2640.578894862305\n", - "13:02:36\tCompleted 3342 to KZ114400: 1667.783699582723\n", - "13:02:36\tCompleted 3332 to KZ196600: 1513.7230750720485\n", - "13:02:36\tCompleted 3379 to KZ392000: 2393.3528764394964\n", - "13:02:36\tCompleted 3375 to KZ274200: 3649.6961199707393\n", - "13:02:36\tCompleted 3350 to KZ633200: 2165.108449055642\n", - "13:02:36\tCompleted 3394 to KZ352000: 1345.2904178401448\n", - "13:02:36\tCompleted 3393 to KZ196000: 1903.1599959871417\n", - "13:02:36\tCompleted 3361 to KZ554800: 2401.5808105569167\n", - "13:02:36\tCompleted 3331 to KZ113200: 1590.526611259608\n", - "13:02:36\tCompleted 3377 to KZ751310: 1062.718488519476\n", - "13:02:36\tCompleted 3322 to KZ276000: 4147.390783883688\n", - "13:02:36\tCompleted 3328 to KZ616000: 1214.3405696316538\n", - "13:02:36\tCompleted 3390 to KZ616400: 698.2541751695063\n", - "13:02:37\tCompleted 3358 to KZ471800: 2990.8566042680695\n", - "13:02:37\tCompleted 3383 to KZ195000: 1775.0720989210463\n", - "13:02:37\tCompleted 3384 to KZ633800: 2511.2977298647443\n", - "13:02:37\tCompleted 3378 to KZ632200: 2409.337272198319\n", - "13:02:37\tCompleted 3315 to KZ154800: 2978.0494066597057\n", - "13:02:37\tCompleted 3314 to KZ113600: 3237.7470768705625\n", - "13:02:37\tCompleted 3403 to KZ275800: 2984.255371731059\n", - "13:02:37\tCompleted 3349 to KZ116000: 1580.5633100671791\n", - "13:02:37\tCompleted 3374 to KZ552200: 2120.77784689031113:02:37\tCompleted 3399 to KZ194600: 1574.3522450762687\n", - "\n", - "13:02:37\tCompleted 3324 to KZ114800: 2085.7455884192004\n", - "13:02:37\tCompleted 3398 to KZ111810: 2067.8275700111894\n", - "13:02:38\tCompleted 3351 to KZ352200: 1510.8964835505788\n", - "13:02:38\tCompleted 3356 to KZ234000: 3054.1382622191445\n", - "13:02:38\tCompleted 3401 to KZ392000: 2543.188916439082\n", - "13:02:38\tCompleted 3332 to KZ194200: 1149.166388344283\n", - "13:02:38\tCompleted 3348 to KZ113200: 1861.3778525606626\n", - "13:02:38\tCompleted 3345 to KZ394000: 2642.5184905874307\n", - "13:02:38\tCompleted 3334 to KZ353600: 1342.7899649228016\n", - "13:02:38\tCompleted 3357 to KZ353600: 1556.0049297277626\n", - "13:02:38\tCompleted 3377 to KZ751410: 1080.1434669231166\n", - "13:02:38\tCompleted 3372 to KZ635800: 2477.7020307957887\n", - "13:02:38\tCompleted 3390 to KZ615600: 995.5574089002516\n", - "13:02:38\tCompleted 3346 to KZ596600: 1952.9791944140845\n", - "13:02:38\tCompleted 3393 to KZ191000: 1594.7708430940966\n", - "13:02:38\tCompleted 3344 to KZ635400: 2658.5159933216382\n", - "13:02:38\tCompleted 3392 to KZ154200: 2525.1028139536024\n", - "13:02:38\tCompleted 3327 to KZ434400: 1544.4061193424784\n", - "13:02:38\tCompleted 3352 to KZ593200: 2103.6034346436763\n", - "13:02:38\tCompleted 3402 to KZ591000: 2380.5534877945356\n", - "13:02:38\tCompleted 3318 to KZ635800: 2361.0658693531627\n", - "13:02:39\tCompleted 3367 to KZ114000: 1865.6487967626801\n", - "13:02:39\tCompleted 3381 to KZ274800: 3348.909701198285\n", - "13:02:39\tCompleted 3389 to KZ595800: 2377.3507760719344\n", - "13:02:39\tCompleted 3321 to KZ711310: 1500.8474334467608\n", - "13:02:39\tCompleted 3380 to KZ596000: 2076.17869846359\n", - "13:02:39\tCompleted 3331 to KZ113400: 1381.7475401574368\n", - "13:02:39\tCompleted 3355 to KZ117000: 1822.5929153203795\n", - "13:02:39\tCompleted 3383 to KZ194400: 1592.8570254620722\n", - "13:02:39\tCompleted 3398 to KZ116600: 698.4957956063444\n", - "13:02:39\tCompleted 3390 to KZ615800: 345.30354616315066\n", - "13:02:39\tCompleted 3328 to KZ613800: 1589.9543449640335\n", - "13:02:39\tCompleted 3332 to KZ751210: 1096.613759479127\n", - "13:02:39\tCompleted 3334 to KZ351600: 917.5801129463505\n", - "13:02:39\tCompleted 3377 to KZ751710: 1121.1314986920195\n", - "13:02:39\tCompleted 3395 to KZ471000: 3279.030320708033\n", - "13:02:40\tCompleted 3393 to KZ196200: 1360.363670302762\n", - "13:02:40\tCompleted 3376 to KZ113200: 1873.441882767373\n", - "13:02:40\tCompleted 3342 to KZ114600: 1776.182791970153\n", - "13:02:40\tCompleted 3337 to KZ554600: 2046.812537094117\n", - "13:02:40\tCompleted 3351 to KZ352300: 1243.5113632246969\n", - "13:02:40\tCompleted 3357 to KZ351600: 1130.7950777513113\n", - "13:02:40\tCompleted 3371 to KZ234600: 3698.3380333383584\n", - "13:02:40\tCompleted 3327 to KZ431000: 886.0975369798354\n", - "13:02:40\tCompleted 3320 to KZ316600: 3919.737421633019\n", - "13:02:40\tCompleted 3373 to KZ473600: 2697.2251496854974\n", - "13:02:40\tCompleted 3394 to KZ354800: 2167.776281400526\n", - "13:02:40\tCompleted 3390 to KZ612600: 324.8343513403727\n", - "13:02:41\tCompleted 3396 to KZ556800: 2679.9927798412723\n", - "13:02:41\tCompleted 3343 to KZ156400: 2275.993992587299513:02:41\tCompleted 3314 to KZ113800: 3066.4998767007964\n", - "\n", - "13:02:41\tCompleted 3388 to KZ396400: 2406.83089931608\n", - "13:02:41\tCompleted 3400 to KZ635800: 2757.3626403311246\n", - "13:02:41\tCompleted 3348 to KZ113400: 1652.5987814584914\n", - "13:02:41\tCompleted 3377 to KZ751810: 1067.3753427689685\n", - "13:02:41\tCompleted 3332 to KZ751110: 1104.3711187920078\n", - "13:02:41\tCompleted 3383 to KZ194600: 1603.3739914665787\n", - "13:02:41\tCompleted 3399 to KZ194800: 1842.467897130272\n", - "13:02:41\tCompleted 3353 to KZ556400: 2303.1440168303993\n", - "13:02:41\tCompleted 3324 to KZ111010: 1907.8438519881806\n", - "13:02:41\tCompleted 3327 to KZ435200: 784.4034069189049\n", - "13:02:41\tCompleted 3358 to KZ593200: 2050.552972629957\n", - "13:02:41\tCompleted 3349 to KZ116400: 1929.1412691806381\n", - "13:02:41\tCompleted 3326 to KZ634400: 2232.7296354062414\n", - "13:02:42\tCompleted 3325 to KZ235200: 3543.784148909389\n", - "13:02:42\tCompleted 3393 to KZ192600: 1633.7145981227904\n", - "13:02:42\tCompleted 3390 to KZ616000: 417.86195722260294\n", - "13:02:42\tCompleted 3334 to KZ354000: 1426.3796309078543\n", - "13:02:42\tCompleted 3367 to KZ117000: 1788.281140209284\n", - "13:02:42\tCompleted 3331 to KZ113600: 1657.0202692040737\n", - "13:02:42\tCompleted 3392 to KZ156000: 2098.352046321823\n", - "13:02:42\tCompleted 3355 to KZ114400: 1735.2517889100834\n", - "13:02:42\tCompleted 3336 to KZ396600: 2346.61976073608313:02:42\tCompleted 3379 to KZ395600: 2466.6563743471406\n", - "\n", - "13:02:42\tCompleted 3361 to KZ556400: 2339.3146842483625\n", - "13:02:42\tCompleted 3374 to KZ554600: 2202.954319392111813:02:42\tCompleted 3321 to KZ555200: 1806.1262315689796\n", - "\n", - "13:02:42\tCompleted 3351 to KZ352800: 1485.1265180444366\n", - "13:02:42\tCompleted 3377 to KZ751910: 1088.5162591193769\n", - "13:02:42\tCompleted 3376 to KZ113400: 1703.1543898346097\n", - "13:02:43\tCompleted 3332 to KZ751310: 1097.5426916672616\n", - "13:02:43\tCompleted 3344 to KZ635000: 2133.242565989217\n", - "13:02:43\tCompleted 3326 to KZ313600: 616.284660192906913:02:43\tCompleted 3394 to KZ355200: 1823.366661832891\n", - "\n", - "13:02:43\tCompleted 3357 to KZ354000: 1639.2858222054078\n", - "13:02:43\tCompleted 3390 to KZ613800: 185.69290403752873\n", - "13:02:43\tCompleted 3327 to KZ434800: 815.7296678352401\n", - "13:02:43\tCompleted 3389 to KZ593400: 2186.7380387197986\n", - "13:02:43\tCompleted 3322 to KZ276200: 3866.7769971497833\n", - "13:02:43\tCompleted 3315 to KZ155200: 3404.9880695614584\n", - "13:02:43\tCompleted 3350 to KZ634800: 2649.555040465904\n", - "13:02:44\tCompleted 3398 to KZ115600: 2231.899918214736\n", - "13:02:44\tCompleted 3352 to KZ595800: 2207.523044684051\n", - "13:02:44\tCompleted 3346 to KZ595000: 2065.5182572474973\n", - "13:02:44\tCompleted 3401 to KZ395600: 2616.4924143467324\n", - "13:02:44\tCompleted 3378 to KZ635200: 2791.8664879923444\n", - "13:02:44\tCompleted 3393 to KZ196600: 1679.430322178055\n", - "13:02:44\tCompleted 3372 to KZ636200: 2338.7849475655375\n", - "13:02:44\tCompleted 3334 to KZ351000: 1358.011199807511\n", - "13:02:44\tCompleted 3384 to KZ634000: 2559.265310533717\n", - "13:02:44\tCompleted 3326 to KZ314000: 425.0747447370128513:02:44\tCompleted 3380 to KZ596200: 2314.1217811455085\n", - "\n", - "13:02:44\tCompleted 3402 to KZ595600: 2538.6873846342346\n", - "13:02:44\tCompleted 3377 to KZ751510: 1077.032197018461\n", - "13:02:44\tCompleted 3318 to KZ636200: 2222.148786122916\n", - "13:02:44\tCompleted 3337 to KZ555600: 2103.360012485999\n", - "13:02:44\tCompleted 3324 to KZ116000: 1640.6665496417386\n", - "13:02:44\tCompleted 3320 to KZ316200: 3422.466689624496\n", - "13:02:44\tCompleted 3332 to KZ751410: 1114.9676700709022\n", - "13:02:44\tCompleted 3403 to KZ276000: 3400.086397486094\n", - "13:02:44\tCompleted 3351 to KZ356400: 1329.485341807388\n", - "13:02:44\tCompleted 3345 to KZ396800: 2657.1205652614517\n", - "13:02:45\tCompleted 3383 to KZ194800: 1871.489643520582\n", - "13:02:45\tCompleted 3349 to KZ116800: 1726.5741876038537\n", - "13:02:45\tCompleted 3327 to KZ433600: 1076.399848184376\n", - "13:02:45\tCompleted 3342 to KZ114800: 2134.4183213234664\n", - "13:02:45\tCompleted 3399 to KZ195600: 1919.2484648854816\n", - "13:02:45\tCompleted 3367 to KZ114400: 1700.940013798988\n", - "13:02:45\tCompleted 3314 to KZ114500: 3529.8800415098267\n", - "13:02:45\tCompleted 3348 to KZ113600: 1856.8022939569462\n", - "13:02:45\tCompleted 3393 to KZ194200: 1314.8736354502896\n", - "13:02:46\tCompleted 3326 to KZ314800: 903.9051953602882\n", - "13:02:46\tCompleted 3356 to KZ234200: 3505.0839687400803\n", - "13:02:46\tCompleted 3357 to KZ351000: 1571.226164612472\n", - "13:02:46\tCompleted 3376 to KZ113600: 1831.6255479046674\n", - "13:02:46\tCompleted 3381 to KZ275800: 2818.4925251867066\n", - "13:02:46\tCompleted 3331 to KZ113800: 1836.3662938729738\n", - "13:02:46\tCompleted 3321 to KZ551600: 1864.0871352002112\n", - "13:02:46\tCompleted 3394 to KZ355600: 1985.993347326089\n", - "13:02:46\tCompleted 3327 to KZ434000: 840.4570985948336\n", - "13:02:46\tCompleted 3328 to KZ273200: 4291.4532902646115\n", - "13:02:46\tCompleted 3334 to KZ352000: 1502.7777901082522\n", - "13:02:46\tCompleted 3332 to KZ751710: 1155.955701839805\n", - "13:02:46\tCompleted 3358 to KZ595800: 2154.4725826703334\n", - "13:02:46\tCompleted 3400 to KZ636200: 2618.4455571008684\n", - "13:02:47\tCompleted 3395 to KZ473600: 2860.0555546850896\n", - "13:02:47\tCompleted 3343 to KZ155600: 2448.6738666262027\n", - "13:02:47\tCompleted 3355 to KZ114600: 2085.30103963512\n", - "13:02:47\tCompleted 3393 to KZ751210: 1262.3210065851335\n", - "13:02:47\tCompleted 3326 to KZ315400: 591.1440766803142\n", - "13:02:47\tCompleted 3396 to KZ554800: 2684.6882678857232\n", - "13:02:47\tCompleted 3344 to KZ632200: 2016.3183979881833\n", - "13:02:47\tCompleted 3351 to KZ352400: 1569.3920122598395\n", - "13:02:47\tCompleted 3399 to KZ195800: 1733.1353372526314\n", - "13:02:47\tCompleted 3388 to KZ394000: 2515.291178405396\n", - "13:02:47\tCompleted 3373 to KZ474200: 3143.8493107520194\n", - "13:02:47\tCompleted 3357 to KZ352000: 1123.182813437598\n", - "13:02:47\tCompleted 3392 to KZ154600: 2396.4894770669375\n", - "13:02:47\tCompleted 3353 to KZ554200: 2498.975052612701\n", - "13:02:48\tCompleted 3352 to KZ593400: 2016.9103073319145\n", - "13:02:48\tCompleted 3349 to KZ111810: 1748.4382806269825\n", - "13:02:48\tCompleted 3394 to KZ352100: 1252.9768252218933\n", - "13:02:48\tCompleted 3350 to KZ633400: 1917.332985795209\n", - "13:02:48\tCompleted 3336 to KZ394200: 2323.716657281916\n", - "13:02:48\tCompleted 3325 to KZ235600: 3638.821914929794\n", - "13:02:48\tCompleted 3332 to KZ751810: 1102.199545916754\n", - "13:02:48\tCompleted 3337 to KZ551000: 1966.836796946136\n", - "13:02:48\tCompleted 3324 to KZ116400: 1989.2445087551976\n", - "13:02:48\tCompleted 3342 to KZ111010: 1671.770445753517\n", - "13:02:48\tCompleted 3383 to KZ195600: 1948.2702112757916\n", - "13:02:48\tCompleted 3402 to KZ596000: 2257.256090263376\n", - "13:02:48\tCompleted 3389 to KZ594200: 2366.5957877833066\n", - "13:02:48\tCompleted 3379 to KZ395800: 2493.203315853210413:02:48\tCompleted 3371 to KZ234800: 2832.0394091739745\n", - "\n", - "13:02:48\tCompleted 3318 to KZ636400: 1979.5629382429265\n", - "13:02:48\tCompleted 3398 to KZ115200: 2141.3346211190883\n", - "13:02:48\tCompleted 3393 to KZ751110: 1270.0783658980142\n", - "13:02:48\tCompleted 3320 to KZ311000: 3283.037949995375\n", - "13:02:49\tCompleted 3374 to KZ555600: 2460.429737953102613:02:49\tCompleted 3326 to KZ315600: 1229.2135277254988\n", - "\n", - "13:02:49\tCompleted 3353 to KZ791110: 88.49468289541048\n", - "13:02:49\tCompleted 3349 to KZ116600: 379.1065062221273\n", - "13:02:49\tCompleted 3372 to KZ636400: 2096.1990996855593\n", - "13:02:49\tCompleted 3380 to KZ596400: 2258.2447257434596\n", - "13:02:49\tCompleted 3334 to KZ354800: 1598.34252882023\n", - "13:02:49\tCompleted 3361 to KZ554200: 2535.1457200306645\n", - "13:02:49\tCompleted 3314 to KZ114000: 3291.2606112641697\n", - "13:02:49\tCompleted 3376 to KZ113800: 1911.2436326607015\n", - "13:02:49\tCompleted 3315 to KZ156400: 2984.278069200692\n", - "13:02:49\tCompleted 3348 to KZ113800: 1936.4203787129802\n", - "13:02:49\tCompleted 3331 to KZ114500: 1703.4883093270084\n", - "13:02:49\tCompleted 3322 to KZ271000: 3884.469952563999\n", - "13:02:50\tCompleted 3367 to KZ114600: 2050.9892645240243\n", - "13:02:50\tCompleted 3351 to KZ356000: 1404.6077504479708\n", - "13:02:50\tCompleted 3346 to KZ593600: 2180.0668615317913\n", - "13:02:50\tCompleted 3353 to KZ791310: 55.3571852841656\n", - "13:02:50\tCompleted 3326 to KZ316000: 495.1165004497414\n", - "13:02:50\tCompleted 3393 to KZ751310: 1263.249938773268\n", - "13:02:50\tCompleted 3332 to KZ751910: 1123.3404622671624\n", - "13:02:50\tCompleted 3401 to KZ395800: 2643.039355852802\n", - "13:02:50\tCompleted 3390 to KZ273200: 3068.4427482645337\n", - "13:02:50\tCompleted 3361 to KZ791110: 151.3251641611491\n", - "13:02:50\tCompleted 3394 to KZ352200: 1773.1746507492865\n", - "13:02:50\tCompleted 3399 to KZ196000: 1919.9160926415516\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:02:50\tCompleted 3345 to KZ394800: 2429.6147635558436\n", - "13:02:50\tCompleted 3321 to KZ553200: 2003.7634415634463\n", - "13:02:51\tCompleted 3358 to KZ593400: 1963.8598453181937\n", - "13:02:51\tCompleted 3378 to KZ632400: 2660.822045841846\n", - "13:02:51\tCompleted 3343 to KZ156800: 1950.6537108468196\n", - "13:02:51\tCompleted 3383 to KZ195800: 1762.1570836429414\n", - "13:02:51\tCompleted 3384 to KZ635400: 3004.1708631159267\n", - "13:02:51\tCompleted 3353 to KZ791510: 51.41425777288418\n", - "13:02:51\tCompleted 3403 to KZ276200: 3119.4726107521897\n", - "13:02:51\tCompleted 3357 to KZ354800: 1811.557493625191\n", - "13:02:51\tCompleted 3393 to KZ751410: 1280.6749171769086\n", - "13:02:51\tCompleted 3377 to KZ231000: 2963.643488334296\n", - "13:02:51\tCompleted 3326 to KZ316600: 936.0484211368553\n", - "13:02:51\tCompleted 3324 to KZ116800: 1786.6774271784132\n", - "13:02:52\tCompleted 3361 to KZ791310: 138.22511800022406\n", - "13:02:52\tCompleted 3342 to KZ116000: 1640.601526876256\n", - "13:02:52\tCompleted 3400 to KZ636400: 2375.859709220906\n", - "13:02:52\tCompleted 3355 to KZ114800: 1985.5458664845353\n", - "13:02:52\tCompleted 3351 to KZ354400: 1327.15762283341\n", - "13:02:52\tCompleted 3332 to KZ751510: 1111.8564001662464\n", - "13:02:52\tCompleted 3392 to KZ154800: 2231.496788079346\n", - "13:02:52\tCompleted 3394 to KZ352300: 1430.538632936053\n", - "13:02:52\tCompleted 3337 to KZ556000: 2014.9581791541532\n", - "13:02:52\tCompleted 3353 to KZ791710: 26.04680414437452\n", - "13:02:53\tCompleted 3399 to KZ191000: 1611.5269397485065\n", - "13:02:53\tCompleted 3331 to KZ114000: 1650.427663120834\n", - "13:02:53\tCompleted 3334 to KZ355200: 1818.330592313076\n", - "13:02:53\tCompleted 3349 to KZ115600: 1912.5106288305374\n", - "13:02:53\tCompleted 3326 to KZ316200: 490.34046398456854\n", - "13:02:53\tCompleted 3361 to KZ791510: 148.34289399649253\n", - "13:02:53\tCompleted 3328 to KZ274400: 4228.581977751338\n", - "13:02:53\tCompleted 3393 to KZ751710: 1321.6629489458114\n", - "13:02:53\tCompleted 3398 to KZ115400: 2118.713958521004\n", - "13:02:53\tCompleted 3396 to KZ556400: 2622.422141577169\n", - "13:02:53\tCompleted 3381 to KZ276000: 3234.323550941742\n", - "13:02:53\tCompleted 3327 to KZ471000: 3273.4059692638048\n", - "13:02:53\tCompleted 3314 to KZ117000: 3337.720279980392\n", - "13:02:53\tCompleted 3402 to KZ596200: 2457.0359955218883\n", - "13:02:53\tCompleted 3344 to KZ635200: 2398.847613782231\n", - "13:02:53\tCompleted 3389 to KZ596600: 2146.4759551716115\n", - "13:02:53\tCompleted 3352 to KZ594200: 2196.7680563954236\n", - "13:02:53\tCompleted 3320 to KZ315000: 3695.7098241345902\n", - "13:02:53\tCompleted 3353 to KZ611600: 262.3445976144585\n", - "13:02:53\tCompleted 3376 to KZ114500: 1985.086127745523\n", - "13:02:53\tCompleted 3348 to KZ114500: 1974.339550628063\n", - "13:02:54\tCompleted 3367 to KZ114800: 1945.7217067218978\n", - "13:02:54\tCompleted 3351 to KZ351800: 1218.7123733514734\n", - "13:02:54\tCompleted 3318 to KZ631000: 2194.453126094358613:02:54\tCompleted 3395 to KZ474200: 3306.6797157516116\n", - "\n", - "13:02:54\tCompleted 3321 to KZ553600: 1721.3703801082142\n", - "13:02:54\tCompleted 3361 to KZ791710: 119.84295464620396\n", - "13:02:54\tCompleted 3343 to KZ193200: 1435.708447202234\n", - "13:02:54\tCompleted 3326 to KZ311000: 299.78003970757777\n", - "13:02:54\tCompleted 3357 to KZ355200: 1601.2590574303442\n", - "13:02:54\tCompleted 3356 to KZ234600: 3620.254267178135\n", - "13:02:54\tCompleted 3388 to KZ396800: 2529.893253079419\n", - "13:02:54\tCompleted 3374 to KZ551000: 2195.8704417406816\n", - "13:02:54\tCompleted 3350 to KZ633600: 2332.615683435572\n", - "13:02:54\tCompleted 3336 to KZ394400: 2751.723008607901\n", - "13:02:54\tCompleted 3399 to KZ196200: 1377.119766957172\n", - "13:02:54\tCompleted 3379 to KZ392400: 2403.229396225942\n", - "13:02:55\tCompleted 3353 to KZ613600: 141.8353966760355713:02:55\tCompleted 3373 to KZ474600: 2821.0247499339375\n", - "\n", - "13:02:55\tCompleted 3325 to KZ233600: 3521.4385127857295\n", - "13:02:55\tCompleted 3383 to KZ196000: 1948.9378390318616\n", - "13:02:55\tCompleted 3393 to KZ751810: 1267.9067930227604\n", - "13:02:55\tCompleted 3324 to KZ111810: 1808.541520201542\n", - "13:02:55\tCompleted 3394 to KZ352800: 1747.4046852431443\n", - "13:02:55\tCompleted 3380 to KZ594600: 2421.597441563374\n", - "13:02:55\tCompleted 3361 to KZ611600: 145.38448589121498\n", - "13:02:55\tCompleted 3342 to KZ116400: 1763.0028746357752\n", - "13:02:55\tCompleted 3331 to KZ117000: 1573.060006567438\n", - "13:02:55\tCompleted 3326 to KZ315000: 708.3097782230683\n", - "13:02:55\tCompleted 3372 to KZ631000: 2311.08928753698\n", - "13:02:55\tCompleted 3346 to KZ595200: 2177.516994589022\n", - "13:02:56\tCompleted 3358 to KZ594200: 2143.7175943817033\n", - "13:02:56\tCompleted 3355 to KZ111010: 1952.8195015997724\n", - "13:02:56\tCompleted 3353 to KZ614000: 92.65239554466116\n", - "13:02:56\tCompleted 3371 to KZ235200: 2879.679256537342\n", - "13:02:56\tCompleted 3315 to KZ155600: 3156.9579432395517\n", - "13:02:56\tCompleted 3334 to KZ355600: 1591.7797582383166\n", - "13:02:56\tCompleted 3324 to KZ116600: 481.4843849937047\n", - "13:02:56\tCompleted 3322 to KZ274000: 4538.128136283503\n", - "13:02:56\tCompleted 3401 to KZ392400: 2553.0654362255336\n", - "13:02:56\tCompleted 3393 to KZ751910: 1289.0477093731688\n", - "13:02:56\tCompleted 3361 to KZ613600: 178.0060640940004\n", - "13:02:56\tCompleted 3399 to KZ192600: 1650.4706947772004\n", - "13:02:57\tCompleted 3326 to KZ314200: 299.6587193640181\n", - "13:02:57\tCompleted 3349 to KZ115200: 1860.1085091583054\n", - "13:02:57\tCompleted 3337 to KZ556800: 2157.0403225451937\n", - "13:02:57\tCompleted 3345 to KZ395000: 2763.7505436504657\n", - "13:02:57\tCompleted 3376 to KZ114000: 1921.2291141779644\n", - "13:02:57\tCompleted 3353 to KZ613900: 369.40409468585517\n", - "13:02:57\tCompleted 3378 to KZ632800: 2466.7529608252\n", - "13:02:57\tCompleted 3320 to KZ314200: 3288.5131809307095\n", - "13:02:57\tCompleted 3334 to KZ352100: 683.5430726415982\n", - "13:02:57\tCompleted 3394 to KZ356400: 1649.6757024102922\n", - "13:02:57\tCompleted 3348 to KZ114000: 1921.2789044218887\n", - "13:02:57\tCompleted 3383 to KZ191000: 1640.5486861388165\n", - "13:02:57\tCompleted 3325 to KZ633200: 1531.6125974741913\n", - "13:02:57\tCompleted 3321 to KZ552200: 1846.2984977766926\n", - "13:02:57\tCompleted 3343 to KZ193400: 1640.5973242176747\n", - "13:02:57\tCompleted 3384 to KZ635000: 2478.8974357835064\n", - "13:02:57\tCompleted 3357 to KZ355600: 1763.8857429235422\n", - "13:02:57\tCompleted 3390 to KZ274400: 3005.5714357512416\n", - "13:02:58\tCompleted 3336 to KZ433200: 1884.8405072312485\n", - "13:02:58\tCompleted 3361 to KZ614000: 132.73605696387966\n", - "13:02:58\tCompleted 3367 to KZ111010: 1918.507726488677\n", - "13:02:58\tCompleted 3353 to KZ612000: 240.5402382028118\n", - "13:02:58\tCompleted 3400 to KZ631000: 2590.749897072311\n", - "13:02:58\tCompleted 3352 to KZ596600: 2153.9342375531755\n", - "13:02:58\tCompleted 3380 to KZ711110: 1730.796971219957\n", - "13:02:58\tCompleted 3398 to KZ151000: 2341.3047476769743\n", - "13:02:58\tCompleted 3393 to KZ751510: 1277.5636472722529\n", - "13:02:58\tCompleted 3331 to KZ114400: 1699.299846676037\n", - "13:02:58\tCompleted 3355 to KZ116000: 1685.6421992533303\n", - "13:02:58\tCompleted 3402 to KZ596400: 2439.3221175432495\n", - "13:02:59\tCompleted 3389 to KZ595000: 2301.92132404777\n", - "13:02:59\tCompleted 3342 to KZ116800: 1550.6040209437494\n", - "13:02:59\tCompleted 3357 to KZ352100: 896.7580374465591\n", - "13:02:59\tCompleted 3403 to KZ271000: 3137.1655661664054\n", - "13:02:59\tCompleted 3399 to KZ196600: 1696.1864188324648\n", - "13:02:59\tCompleted 3326 to KZ353200: 1381.064321335028\n", - "13:02:59\tCompleted 3392 to KZ155200: 2658.4354509810987\n", - "13:02:59\tCompleted 3361 to KZ613900: 346.60115074034104\n", - "13:02:59\tCompleted 3332 to KZ231000: 2757.101883019814\n", - "13:02:59\tCompleted 3377 to KZ234000: 3172.253965701984\n", - "13:02:59\tCompleted 3343 to KZ193600: 940.5320552650222\n", - "13:02:59\tCompleted 3344 to KZ632400: 2267.803171631733\n", - "13:02:59\tCompleted 3353 to KZ614400: 295.93689412565766\n", - "13:02:59\tCompleted 3383 to KZ196200: 1406.141513347482\n", - "13:02:59\tCompleted 3388 to KZ394800: 2302.3874513738183\n", - "13:02:59\tCompleted 3334 to KZ352200: 1400.3362952264347\n", - "13:03:00\tCompleted 3328 to KZ275400: 4903.770409708404\n", - "13:03:00\tCompleted 3351 to KZ393200: 2332.8898190947407\n", - "13:03:00\tCompleted 3327 to KZ473600: 2854.4312032408616\n", - "13:03:00\tCompleted 3350 to KZ633800: 2339.3928779219445\n", - "13:03:00\tCompleted 3318 to KZ634600: 2462.13775139464413:03:00\tCompleted 3394 to KZ352400: 1831.6701794585472\n", - "\n", - "13:03:00\tCompleted 3336 to KZ431900: 1365.7966743360296\n", - "13:03:00\tCompleted 3374 to KZ556000: 2243.991823948695\n", - "13:03:00\tCompleted 3376 to KZ117000: 1843.8614576245684\n", - "13:03:00\tCompleted 3358 to KZ596600: 2097.849461194647\n", - "13:03:00\tCompleted 3396 to KZ554200: 2818.2531773594587\n", - "13:03:00\tCompleted 3379 to KZ396200: 2358.8930846387498\n", - "13:03:00\tCompleted 3324 to KZ115600: 1972.6138684050968\n", - "13:03:00\tCompleted 3361 to KZ612000: 199.27850661822114\n", - "13:03:01\tCompleted 3349 to KZ115400: 1837.4878465602117\n", - "13:03:01\tCompleted 3399 to KZ194200: 1331.6297321046995\n", - "13:03:01\tCompleted 3353 to KZ614600: 56.85512998430698\n", - "13:03:01\tCompleted 3348 to KZ117000: 1843.9112478684926\n", - "13:03:01\tCompleted 3343 to KZ194000: 921.2938544537759\n", - "13:03:01\tCompleted 3346 to KZ591000: 2067.732723341564513:03:01\tCompleted 3381 to KZ276200: 2953.7097642078375\n", - "\n", - "13:03:01\tCompleted 3315 to KZ156800: 2658.9377874601887\n", - "13:03:01\tCompleted 3380 to KZ711410: 1730.9697742740666\n", - "13:03:01\tCompleted 3395 to KZ474600: 2983.85515493353\n", - "13:03:01\tCompleted 3356 to KZ234800: 2753.955643013751\n", - "13:03:01\tCompleted 3367 to KZ116000: 1651.330424142235\n", - "13:03:01\tCompleted 3396 to KZ791110: 343.7100476978553\n", - "13:03:01\tCompleted 3321 to KZ554600: 1983.8872299545562\n", - "13:03:01\tCompleted 3357 to KZ352200: 1551.0670463467397\n", - "13:03:02\tCompleted 3361 to KZ614400: 273.1339501801436\n", - "13:03:02\tCompleted 3337 to KZ554800: 2220.3415920705474\n", - "13:03:02\tCompleted 3325 to KZ634800: 2016.0591888844858\n", - "13:03:02\tCompleted 3331 to KZ114600: 1807.698939063467\n", - "13:03:02\tCompleted 3342 to KZ111810: 1572.4681139668783\n", - "13:03:02\tCompleted 3394 to KZ356000: 1591.635020159327\n", - "13:03:02\tCompleted 3320 to KZ353200: 3659.2681409390443\n", - "13:03:02\tCompleted 3345 to KZ395200: 2231.3893168113673\n", - "13:03:02\tCompleted 3336 to KZ434600: 1399.46124476241\n", - "13:03:02\tCompleted 3373 to KZ475000: 3191.353776683715\n", - "13:03:02\tCompleted 3353 to KZ614800: 538.5605027581378\n", - "13:03:02\tCompleted 3326 to KZ353600: 1701.9924586635536\n", - "13:03:02\tCompleted 3399 to KZ751210: 1279.0771032395435\n", - "13:03:02\tCompleted 3315 to KZ193200: 729.7817300447571\n", - "13:03:02\tCompleted 3372 to KZ634600: 2578.77391283727\n", - "13:03:02\tCompleted 3383 to KZ192600: 1679.4924411675104\n", - "13:03:02\tCompleted 3396 to KZ791310: 305.8218969702807\n", - "13:03:03\tCompleted 3401 to KZ396200: 2508.7291246383443\n", - "13:03:03\tCompleted 3322 to KZ274200: 4655.473630663043\n", - "13:03:03\tCompleted 3355 to KZ116400: 2034.2201583667893\n", - "13:03:03\tCompleted 3371 to KZ235600: 2974.717022557747\n", - "13:03:03\tCompleted 3361 to KZ614600: 62.92630241797632\n", - "13:03:03\tCompleted 3398 to KZ153200: 2345.7213311056043\n", - "13:03:03\tCompleted 3376 to KZ114400: 1756.5203312142723\n", - "13:03:03\tCompleted 3343 to KZ196400: 1354.4479611293796\n", - "13:03:03\tCompleted 3352 to KZ595000: 2132.093592659887\n", - "13:03:03\tCompleted 3351 to KZ393400: 1849.298860931797\n", - "13:03:03\tCompleted 3342 to KZ116600: 767.9023217650841\n", - "13:03:03\tCompleted 3384 to KZ632200: 2361.973267782493\n", - "13:03:03\tCompleted 3357 to KZ352300: 1283.6819260208579\n", - "13:03:03\tCompleted 3380 to KZ711210: 1700.615388607651\n", - "13:03:04\tCompleted 3396 to KZ791510: 325.6923644297471\n", - "13:03:04\tCompleted 3353 to KZ615400: 301.34771521065585\n", - "13:03:04\tCompleted 3378 to KZ636800: 2588.9903336528505\n", - "13:03:04\tCompleted 3344 to KZ632800: 2073.734086615059\n", - "13:03:04\tCompleted 3334 to KZ352300: 1890.56868102038813:03:04\tCompleted 3315 to KZ193400: 934.6706070601974\n", - "\n", - "13:03:04\tCompleted 3394 to KZ354400: 1589.4357900321177\n", - "13:03:04\tCompleted 3325 to KZ633400: 1310.362548236865\n", - "13:03:04\tCompleted 3326 to KZ351600: 1276.7826066871023\n", - "13:03:04\tCompleted 3399 to KZ751110: 1286.8344625524242\n", - "13:03:04\tCompleted 3324 to KZ115200: 2009.8807388288217\n", - "13:03:04\tCompleted 3361 to KZ614800: 435.9353151125829\n", - "13:03:04\tCompleted 3318 to KZ634400: 2054.288491938586\n", - "13:03:04\tCompleted 3348 to KZ114400: 1781.697077266551\n", - "13:03:04\tCompleted 3402 to KZ594600: 2564.511655939754\n", - "13:03:04\tCompleted 3392 to KZ156400: 2237.7254506202853\n", - "13:03:04\tCompleted 3389 to KZ593600: 2416.4699283320733\n", - "13:03:04\tCompleted 3343 to KZ196800: 822.6063588881993\n", - "13:03:05\tCompleted 3400 to KZ634600: 2858.434522372606\n", - "13:03:05\tCompleted 3396 to KZ791710: 305.4967972047283\n", - "13:03:05\tCompleted 3353 to KZ615200: 32.25756879490709\n", - "13:03:05\tCompleted 3393 to KZ231000: 3106.490945884476\n", - "13:03:05\tCompleted 3358 to KZ595000: 2079.04313064617\n", - "13:03:05\tCompleted 3383 to KZ196600: 1725.2081652227748\n", - "13:03:05\tCompleted 3390 to KZ275400: 3680.759867708252\n", - "13:03:05\tCompleted 3367 to KZ116400: 1999.908383255694\n", - "13:03:05\tCompleted 3315 to KZ193600: 430.25703930494814\n", - "13:03:05\tCompleted 3321 to KZ555600: 1910.8224786305\n", - "13:03:05\tCompleted 3349 to KZ151000: 2060.0786357161933\n", - "13:03:05\tCompleted 3336 to KZ434400: 1742.4106437241444\n", - "13:03:05\tCompleted 3318 to KZ313600: 437.8435167252347\n", - "13:03:06\tCompleted 3361 to KZ615400: 230.11552526097356\n", - "13:03:06\tCompleted 3328 to KZ273600: 4071.729668690864\n", - "13:03:06\tCompleted 3399 to KZ751310: 1280.006035427678\n", - "13:03:06\tCompleted 3379 to KZ396600: 2366.811925429939\n", - "13:03:06\tCompleted 3396 to KZ611600: 423.759230786309\n", - "13:03:06\tCompleted 3343 to KZ191600: 848.4043349482879\n", - "13:03:06\tCompleted 3394 to KZ351800: 1405.7396430628296\n", - "13:03:06\tCompleted 3323 to KZ113200: 1799.985201649772\n", - "13:03:06\tCompleted 3374 to KZ556800: 2444.6797488206325\n", - "13:03:06\tCompleted 3357 to KZ352800: 1525.2970808405976\n", - "13:03:06\tCompleted 3350 to KZ634000: 2387.3604585909216\n", - "13:03:06\tCompleted 3337 to KZ556400: 2158.0754657619896\n", - "13:03:06\tCompleted 3355 to KZ116800: 1831.653076790005\n", - "13:03:06\tCompleted 3380 to KZ711310: 1722.2077771462402\n", - "13:03:06\tCompleted 3351 to KZ391600: 1716.4041217935714\n", - "13:03:06\tCompleted 3315 to KZ194000: 215.3671372962989\n", - "13:03:06\tCompleted 3403 to KZ274000: 3790.823749885909\n", - "13:03:06\tCompleted 3388 to KZ395000: 2636.523231468433\n", - "13:03:07\tCompleted 3326 to KZ354000: 1477.2236719224131\n", - "13:03:07\tCompleted 3327 to KZ474200: 3301.0553643073836\n", - "13:03:07\tCompleted 3342 to KZ115600: 1736.54046217043313:03:07\tCompleted 3334 to KZ352800: 1427.4587179234015\n", - "\n", - "13:03:07\tCompleted 3346 to KZ595600: 2166.7378099419134\n", - "13:03:07\tCompleted 3353 to KZ616400: 989.7334672464599\n", - "13:03:07\tCompleted 3361 to KZ615200: 110.49980889569633\n", - "13:03:07\tCompleted 3318 to KZ314000: 246.63360126934123\n", - "13:03:07\tCompleted 3331 to KZ114800: 2165.934468416779\n", - "13:03:07\tCompleted 3396 to KZ613600: 461.1135214228254\n", - "13:03:07\tCompleted 3332 to KZ234000: 2965.712360387502\n", - "13:03:07\tCompleted 3383 to KZ194200: 1360.6514784950095\n", - "13:03:07\tCompleted 3336 to KZ431000: 1084.1020613615012\n", - "13:03:07\tCompleted 3402 to KZ711110: 1911.8743630197584\n", - "13:03:07\tCompleted 3398 to KZ153400: 2235.1346735799198\n", - "13:03:07\tCompleted 3343 to KZ195200: 786.1693580830146\n", - "13:03:07\tCompleted 3399 to KZ751410: 1297.4310138313185\n", - "13:03:07\tCompleted 3376 to KZ114600: 2106.5695819393086\n", - "13:03:08\tCompleted 3325 to KZ633600: 1824.2803103717226\n", - "13:03:08\tCompleted 3377 to KZ234200: 3623.1996722229196\n", - "13:03:08\tCompleted 3372 to KZ634400: 2170.9246533812093\n", - "13:03:08\tCompleted 3320 to KZ353600: 4342.13978137879\n", - "13:03:08\tCompleted 3315 to KZ196400: 648.5212439719048\n", - "13:03:08\tCompleted 3381 to KZ271000: 2971.402719622053\n", - "13:03:08\tCompleted 3345 to KZ391000: 2485.787513467686\n", - "13:03:08\tCompleted 3357 to KZ356400: 1293.456914634958\n", - "13:03:08\tCompleted 3396 to KZ614000: 260.5409530820124\n", - "13:03:08\tCompleted 3318 to KZ314800: 725.4640518926165\n", - "13:03:08\tCompleted 3353 to KZ615600: 761.156675617791313:03:08\tCompleted 3361 to KZ616400: 872.7733555232163\n", - "\n", - "13:03:08\tCompleted 3356 to KZ235200: 2801.5954903771185\n", - "13:03:08\tCompleted 3367 to KZ116800: 1797.3413016789095\n", - "13:03:09\tCompleted 3324 to KZ115400: 2079.8541777449636\n", - "13:03:09\tCompleted 3334 to KZ356400: 1080.241949829999\n", - "13:03:09\tCompleted 3326 to KZ351000: 1411.1983865725774\n", - "13:03:09\tCompleted 3348 to KZ114600: 2078.5501803645216\n", - "13:03:09\tCompleted 3401 to KZ396600: 2516.6479654295335\n", - "13:03:09\tCompleted 3395 to KZ475000: 3354.184181683307\n", - "13:03:09\tCompleted 3383 to KZ751210: 1308.098849629853513:03:09\tCompleted 3323 to KZ113400: 1629.6977087170087\n", - "\n", - "13:03:09\tCompleted 3321 to KZ551000: 1821.9579092842464\n", - "13:03:09\tCompleted 3352 to KZ593600: 2246.642196944186\n", - "13:03:09\tCompleted 3399 to KZ751710: 1338.4190456002214\n", - "13:03:09\tCompleted 3336 to KZ435200: 982.407931300570813:03:09\tCompleted 3315 to KZ196800: 133.63599077377546\n", - "\n", - "13:03:09\tCompleted 3396 to KZ613900: 255.62976966249875\n", - "13:03:09\tCompleted 3372 to KZ313600: 560.3791731044801\n", - "13:03:09\tCompleted 3343 to KZ195000: 1237.7994616236997\n", - "13:03:09\tCompleted 3344 to KZ636800: 2195.97145944273813:03:09\tCompleted 3400 to KZ634400: 2450.58526291654\n", - "\n", - "13:03:10\tCompleted 3353 to KZ615800: 85.71194077712555\n", - "13:03:10\tCompleted 3379 to KZ394200: 2001.0644055918335\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:03:10\tCompleted 3318 to KZ315400: 412.70293321264256\n", - "13:03:10\tCompleted 3361 to KZ615600: 797.3273430357561\n", - "13:03:10\tCompleted 3371 to KZ233600: 2857.333620413619\n", - "13:03:10\tCompleted 3392 to KZ155600: 2410.405324659192\n", - "13:03:10\tCompleted 3355 to KZ111810: 1853.5171698131337\n", - "13:03:10\tCompleted 3349 to KZ153200: 2064.495219144843\n", - "13:03:10\tCompleted 3389 to KZ595200: 2413.9200613892945\n", - "13:03:10\tCompleted 3331 to KZ111010: 1703.286592846831\n", - "13:03:10\tCompleted 3373 to KZ475200: 3202.1967374677643\n", - "13:03:10\tCompleted 3315 to KZ191600: 142.47761779081088\n", - "13:03:10\tCompleted 3402 to KZ711410: 1912.047166073868\n", - "13:03:10\tCompleted 3326 to KZ352000: 961.1206631546036\n", - "13:03:10\tCompleted 3358 to KZ593600: 2193.591734930465\n", - "13:03:10\tCompleted 3396 to KZ612000: 505.0800765345498\n", - "13:03:10\tCompleted 3383 to KZ751110: 1315.8562089427342\n", - "13:03:11\tCompleted 3372 to KZ314000: 380.03788686612245\n", - "13:03:11\tCompleted 3384 to KZ635200: 2744.5024835765203\n", - "13:03:11\tCompleted 3378 to KZ635800: 2639.6167673684154\n", - "13:03:11\tCompleted 3399 to KZ751810: 1284.6628896771704\n", - "13:03:11\tCompleted 3334 to KZ352400: 1413.3843058198051\n", - "13:03:11\tCompleted 3400 to KZ313600: 840.0397826398274\n", - "13:03:11\tCompleted 3353 to KZ612600: 213.2630736394744\n", - "13:03:11\tCompleted 3361 to KZ615800: 189.73813859713988\n", - "13:03:11\tCompleted 3388 to KZ395200: 2104.1620046293315\n", - "13:03:11\tCompleted 3342 to KZ115200: 1930.0225766566953\n", - "13:03:11\tCompleted 3337 to KZ554200: 2409.8359896327756\n", - "13:03:11\tCompleted 3357 to KZ352400: 1609.5625750560005\n", - "13:03:11\tCompleted 3336 to KZ434800: 1013.734192216906\n", - "13:03:11\tCompleted 3343 to KZ194400: 1055.5843881647286\n", - "13:03:11\tCompleted 3355 to KZ116600: 484.18539540827817\n", - "13:03:11\tCompleted 3325 to KZ633800: 1756.7798644439565\n", - "13:03:11\tCompleted 3315 to KZ195200: 80.24264092553786\n", - "13:03:11\tCompleted 3318 to KZ315600: 1050.772384257827\n", - "13:03:11\tCompleted 3346 to KZ596000: 1944.4353258103974\n", - "13:03:12\tCompleted 3376 to KZ114800: 1969.726688724789\n", - "13:03:12\tCompleted 3394 to KZ393200: 2519.9170888060858\n", - "13:03:12\tCompleted 3396 to KZ614400: 54.86833337221966\n", - "13:03:12\tCompleted 3351 to KZ393600: 2186.948153288168\n", - "13:03:12\tCompleted 3367 to KZ111810: 1819.2053947020383\n", - "13:03:12\tCompleted 3353 to KZ616000: 106.00618170534233\n", - "13:03:12\tCompleted 3328 to KZ276600: 4153.55491538985\n", - "13:03:12\tCompleted 3374 to KZ554800: 2449.3752368650835\n", - "13:03:12\tCompleted 3400 to KZ314000: 659.6984964014698\n", - "13:03:12\tCompleted 3393 to KZ234000: 3315.10142325216413:03:12\tCompleted 3380 to KZ555200: 2463.8320820043555\n", - "\n", - "13:03:12\tCompleted 3372 to KZ314800: 842.1002133352496\n", - "13:03:12\tCompleted 3361 to KZ612600: 167.2807359706366\n", - "13:03:12\tCompleted 3390 to KZ273600: 2848.7191266907903\n", - "13:03:12\tCompleted 3383 to KZ751310: 1309.027781817988\n", - "13:03:12\tCompleted 3399 to KZ751910: 1305.8038060275787\n", - "13:03:13\tCompleted 3318 to KZ316000: 473.0540547284366\n", - "13:03:13\tCompleted 3323 to KZ113600: 1758.1688667870665\n", - "13:03:13\tCompleted 3337 to KZ791110: 927.1749429250943\n", - "13:03:13\tCompleted 3321 to KZ556000: 1863.2544176150595\n", - "13:03:13\tCompleted 3315 to KZ195000: 531.8727444662228\n", - "13:03:13\tCompleted 3320 to KZ351600: 3922.277828666774\n", - "13:03:13\tCompleted 3396 to KZ614600: 347.42787243136627\n", - "13:03:13\tCompleted 3353 to KZ613800: 327.37546920679375\n", - "13:03:13\tCompleted 3367 to KZ116600: 449.8736202971828\n", - "13:03:13\tCompleted 3348 to KZ114800: 2040.141912723883\n", - "13:03:13\tCompleted 3398 to KZ153600: 2527.5384344373974\n", - "13:03:13\tCompleted 3343 to KZ194600: 1066.101354169232\n", - "13:03:13\tCompleted 3402 to KZ711210: 1881.6927804074526\n", - "13:03:13\tCompleted 3336 to KZ433600: 1274.404372566042\n", - "13:03:13\tCompleted 3350 to KZ635400: 2832.266011173131\n", - "13:03:13\tCompleted 3331 to KZ116000: 1672.11767396957\n", - "13:03:13\tCompleted 3372 to KZ315400: 529.3390946552756\n", - "13:03:14\tCompleted 3361 to KZ616000: 222.7787824158293\n", - "13:03:14\tCompleted 3357 to KZ356000: 1444.7783132441318\n", - "13:03:14\tCompleted 3327 to KZ474600: 2978.2308034893017\n", - "13:03:14\tCompleted 3400 to KZ314800: 1121.760822870597\n", - "13:03:14\tCompleted 3392 to KZ156800: 1912.385168879805\n", - "13:03:14\tCompleted 3401 to KZ394200: 2150.9004455914314\n", - "13:03:14\tCompleted 3324 to KZ151000: 2302.4449669009346\n", - "13:03:14\tCompleted 3399 to KZ751510: 1294.3197439266628\n", - "13:03:14\tCompleted 3383 to KZ751410: 1326.4527602216285\n", - "13:03:14\tCompleted 3403 to KZ274200: 3908.169244265378\n", - "13:03:14\tCompleted 3349 to KZ153400: 1953.9085616191364\n", - "13:03:14\tCompleted 3315 to KZ194400: 349.6576710072525\n", - "13:03:14\tCompleted 3337 to KZ791310: 883.6347110444852\n", - "13:03:14\tCompleted 3396 to KZ614800: 699.8069070586686\n", - "13:03:14\tCompleted 3326 to KZ354800: 1957.545022560982\n", - "13:03:14\tCompleted 3352 to KZ595200: 2244.092330001411\n", - "13:03:15\tCompleted 3345 to KZ395400: 2533.655066500762\n", - "13:03:15\tCompleted 3325 to KZ634000: 1753.8646070094935\n", - "13:03:15\tCompleted 3332 to KZ234200: 3416.658066908438\n", - "13:03:15\tCompleted 3371 to KZ633200: 2200.721147427845\n", - "13:03:15\tCompleted 3361 to KZ613800: 304.5725252612797\n", - "13:03:15\tCompleted 3394 to KZ393400: 2036.3261306431532\n", - "13:03:15\tCompleted 3400 to KZ315400: 808.999704190623\n", - "13:03:15\tCompleted 3336 to KZ434000: 1038.4616229764995\n", - "13:03:15\tCompleted 3334 to KZ356000: 2051.665068243662\n", - "13:03:15\tCompleted 3344 to KZ635800: 2246.5978931582918\n", - "13:03:15\tCompleted 3379 to KZ394400: 2429.0707569178326\n", - "13:03:15\tCompleted 3372 to KZ315600: 1167.40854570046\n", - "13:03:15\tCompleted 3396 to KZ615400: 300.32599483082345\n", - "13:03:15\tCompleted 3315 to KZ194600: 360.174637011755\n", - "13:03:15\tCompleted 3376 to KZ111010: 1974.0880439039613\n", - "13:03:15\tCompleted 3389 to KZ591000: 2304.135790141837\n", - "13:03:16\tCompleted 3337 to KZ791510: 860.7542114728323\n", - "13:03:16\tCompleted 3343 to KZ194800: 1334.2170062232353\n", - "13:03:16\tCompleted 3357 to KZ354400: 1367.328185629571\n", - "13:03:16\tCompleted 3356 to KZ235600: 2896.6332563975234\n", - "13:03:16\tCompleted 3355 to KZ115600: 2017.5895180166885\n", - "13:03:16\tCompleted 3342 to KZ115400: 2150.5953485223513\n", - "13:03:16\tCompleted 3383 to KZ751710: 1367.4407919905314\n", - "13:03:16\tCompleted 3358 to KZ595200: 2191.0418679876943\n", - "13:03:16\tCompleted 3377 to KZ234600: 3738.36997066097413:03:16\tCompleted 3381 to KZ274000: 3625.0609033415685\n", - "\n", - "13:03:16\tCompleted 3402 to KZ711310: 1903.285168946041713:03:16\tCompleted 3323 to KZ113800: 1837.7869515431005\n", - "\n", - "13:03:16\tCompleted 3396 to KZ615200: 296.9404480186241\n", - "13:03:17\tCompleted 3372 to KZ316000: 610.2997615942691\n", - "13:03:17\tCompleted 3315 to KZ194800: 628.2902890657588\n", - "13:03:17\tCompleted 3388 to KZ391000: 2358.5602012856534\n", - "13:03:17\tCompleted 3346 to KZ596200: 2085.086420829556613:03:17\tCompleted 3326 to KZ355200: 1439.1969071473497\n", - "\n", - "13:03:17\tCompleted 3331 to KZ116400: 1794.5190217290892\n", - "13:03:17\tCompleted 3380 to KZ551600: 2197.2653600188282\n", - "13:03:17\tCompleted 3400 to KZ315600: 1447.0691552358073\n", - "13:03:17\tCompleted 3337 to KZ791710: 858.9780311557997\n", - "13:03:17\tCompleted 3367 to KZ115600: 1983.2777429055932\n", - "13:03:17\tCompleted 3378 to KZ636200: 2500.6996841381592\n", - "13:03:17\tCompleted 3395 to KZ475200: 3365.0271424673565\n", - "13:03:17\tCompleted 3384 to KZ632400: 2613.4580414260217\n", - "13:03:17\tCompleted 3348 to KZ111010: 1974.1378341478855\n", - "13:03:17\tCompleted 3351 to KZ396400: 2345.422049817074\n", - "13:03:18\tCompleted 3320 to KZ354000: 3635.1504554075304\n", - "13:03:18\tCompleted 3405 to KZ113200: 2085.680797003523\n", - "13:03:18\tCompleted 3373 to KZ471800: 3031.806517307038613:03:18\tCompleted 3396 to KZ616400: 884.6169355430039\n", - "\n", - "13:03:18\tCompleted 3379 to KZ433200: 1562.1882555411569\n", - "13:03:18\tCompleted 3383 to KZ751810: 1313.6846360674804\n", - "13:03:18\tCompleted 3392 to KZ193200: 1865.3331837697717\n", - "13:03:18\tCompleted 3394 to KZ391600: 1903.4313915049277\n", - "13:03:18\tCompleted 3357 to KZ351800: 1258.8829361476344\n", - "13:03:18\tCompleted 3398 to KZ154000: 2279.1150072624196\n", - "13:03:18\tCompleted 3343 to KZ195600: 1410.9975739784447\n", - "13:03:18\tCompleted 3372 to KZ316600: 874.2434391118167\n", - "13:03:18\tCompleted 3328 to KZ275000: 4019.2525724921816\n", - "13:03:18\tCompleted 3315 to KZ195600: 705.0708568209676\n", - "13:03:18\tCompleted 3400 to KZ316000: 886.9106238060562\n", - "13:03:19\tCompleted 3376 to KZ116000: 1706.9107415575193\n", - "13:03:19\tCompleted 3334 to KZ354400: 1844.149190066512\n", - "13:03:19\tCompleted 3350 to KZ635000: 2306.9925838407107\n", - "13:03:19\tCompleted 3337 to KZ611600: 1115.838566430924\n", - "13:03:19\tCompleted 3396 to KZ615600: 1080.4348003645812\n", - "13:03:19\tCompleted 3390 to KZ276600: 2930.5443733897764\n", - "13:03:19\tCompleted 3374 to KZ556400: 2387.1091105565292\n", - "13:03:19\tCompleted 3379 to KZ431900: 1043.144422645938\n", - "13:03:19\tCompleted 3325 to KZ635400: 2198.7701595917247\n", - "13:03:19\tCompleted 3372 to KZ316200: 605.5237251290962\n", - "13:03:19\tCompleted 3383 to KZ751910: 1334.8255524178887\n", - "13:03:19\tCompleted 3352 to KZ591000: 2134.3080587539534\n", - "13:03:19\tCompleted 3315 to KZ195800: 518.9577291881178\n", - "13:03:20\tCompleted 3344 to KZ636200: 2107.6808099280465\n", - "13:03:20\tCompleted 3331 to KZ116800: 1582.1201680370634\n", - "13:03:20\tCompleted 3323 to KZ114500: 1911.629446627922\n", - "13:03:20\tCompleted 3324 to KZ153200: 2306.8615503295673\n", - "13:03:20\tCompleted 3400 to KZ316600: 1153.904048647164\n", - "13:03:20\tCompleted 3401 to KZ394400: 2578.906796917427\n", - "13:03:20\tCompleted 3326 to KZ355600: 1601.8235926405475\n", - "13:03:20\tCompleted 3393 to KZ234200: 3766.0471297730996\n", - "13:03:20\tCompleted 3349 to KZ153600: 2246.312322476606\n", - "13:03:20\tCompleted 3396 to KZ615800: 342.738175233377\n", - "13:03:20\tCompleted 3355 to KZ115200: 2002.2751184083918\n", - "13:03:20\tCompleted 3345 to KZ392000: 2540.70872089598\n", - "13:03:20\tCompleted 3348 to KZ116000: 1732.087487609798\n", - "13:03:20\tCompleted 3358 to KZ591000: 2081.2575967402367\n", - "13:03:20\tCompleted 3343 to KZ195800: 1224.8844463455946\n", - "13:03:20\tCompleted 3372 to KZ311000: 233.8329220588081\n", - "13:03:20\tCompleted 3327 to KZ475000: 3348.559830239079\n", - "13:03:21\tCompleted 3337 to KZ613600: 969.4660141930037\n", - "13:03:21\tCompleted 3379 to KZ434600: 1076.8089930723183\n", - "13:03:21\tCompleted 3405 to KZ113400: 1915.3933040707602\n", - "13:03:21\tCompleted 3399 to KZ231000: 3123.2470425388838\n", - "13:03:21\tCompleted 3315 to KZ196000: 705.7384845770379\n", - "13:03:21\tCompleted 3400 to KZ316200: 882.1345873408833\n", - "13:03:21\tCompleted 3371 to KZ634800: 2685.167738838108\n", - "13:03:21\tCompleted 3396 to KZ612600: 473.0823058869653\n", - "13:03:21\tCompleted 3383 to KZ751510: 1323.3414903169728\n", - "13:03:21\tCompleted 3353 to KZ273200: 3000.141022897548\n", - "13:03:21\tCompleted 3342 to KZ151000: 2585.063600270833\n", - "13:03:21\tCompleted 3346 to KZ596400: 2126.5013530902697\n", - "13:03:22\tCompleted 3336 to KZ471000: 3471.4104936454705\n", - "13:03:22\tCompleted 3326 to KZ352100: 1042.7455663823491\n", - "13:03:22\tCompleted 3320 to KZ351000: 3599.186822206944\n", - "13:03:22\tCompleted 3367 to KZ115200: 1962.4509586457543\n", - "13:03:22\tCompleted 3372 to KZ315000: 646.5047961980297\n", - "13:03:22\tCompleted 3402 to KZ555200: 2644.9094738041526\n", - "13:03:22\tCompleted 3401 to KZ433200: 1712.0242955407605\n", - "13:03:22\tCompleted 3378 to KZ636400: 2258.1138362581955\n", - "13:03:22\tCompleted 3389 to KZ595600: 2360.2345706994265\n", - "13:03:22\tCompleted 3361 to KZ273200: 2953.7954389375723\n", - "13:03:22\tCompleted 3315 to KZ191000: 397.34933168399294\n", - "13:03:22\tCompleted 3325 to KZ635000: 1673.496732259278\n", - "13:03:22\tCompleted 3356 to KZ233600: 2779.2498542533867\n", - "13:03:22\tCompleted 3332 to KZ234600: 3531.8283653464923\n", - "13:03:22\tCompleted 3400 to KZ311000: 513.4935315941555\n", - "13:03:22\tCompleted 3388 to KZ395400: 2406.4277543187295\n", - "13:03:22\tCompleted 3337 to KZ614000: 916.3259672786799\n", - "13:03:22\tCompleted 3396 to KZ616000: 415.29658629282926\n", - "13:03:22\tCompleted 3377 to KZ234800: 2872.07134649659\n", - "13:03:22\tCompleted 3331 to KZ111810: 1603.9842610601922\n", - "13:03:23\tCompleted 3343 to KZ196000: 1411.665201734515\n", - "13:03:23\tCompleted 3394 to KZ393600: 2373.975422999507\n", - "13:03:23\tCompleted 3376 to KZ116400: 2055.488700670977\n", - "13:03:23\tCompleted 3372 to KZ314200: 239.30815299414283\n", - "13:03:23\tCompleted 3373 to KZ593200: 2115.025216762537613:03:23\tCompleted 3380 to KZ553200: 2316.213353425526\n", - "\n", - "13:03:23\tCompleted 3379 to KZ434400: 1419.7583920340528\n", - "13:03:23\tCompleted 3384 to KZ632800: 2419.388956409374\n", - "13:03:23\tCompleted 3344 to KZ636400: 1865.0949620480467\n", - "13:03:23\tCompleted 3315 to KZ196200: 162.94215889265826\n", - "13:03:23\tCompleted 3323 to KZ114000: 1847.7724330603635\n", - "13:03:23\tCompleted 3334 to KZ351800: 1865.1839047095377\n", - "13:03:23\tCompleted 3392 to KZ193400: 2070.2220607852123\n", - "13:03:23\tCompleted 3357 to KZ393200: 2373.0603818908994\n", - "13:03:23\tCompleted 3396 to KZ613800: 27.04263379907244\n", - "13:03:23\tCompleted 3401 to KZ431900: 1192.9804626455416\n", - "13:03:24\tCompleted 3400 to KZ315000: 926.1654057333772\n", - "13:03:24\tCompleted 3350 to KZ632200: 2190.068415839688\n", - "13:03:24\tCompleted 3351 to KZ394000: 2453.8823289063916\n", - "13:03:24\tCompleted 3326 to KZ352200: 1389.004896063745\n", - "13:03:24\tCompleted 3398 to KZ154200: 2581.751046231742\n", - "13:03:24\tCompleted 3331 to KZ116600: 709.1596810779648\n", - "13:03:24\tCompleted 3355 to KZ115400: 1979.654455810298\n", - "13:03:24\tCompleted 3348 to KZ116400: 2065.3702630301423\n", - "13:03:24\tCompleted 3337 to KZ613900: 1194.249239295127413:03:24\tCompleted 3405 to KZ113600: 2043.864462140818\n", - "\n", - "13:03:24\tCompleted 3379 to KZ431000: 761.4498096714095\n", - "13:03:24\tCompleted 3381 to KZ274200: 3742.4063977210258\n", - "13:03:24\tCompleted 3343 to KZ191000: 1103.27604884147\n", - "13:03:24\tCompleted 3315 to KZ192600: 436.2930867126868313:03:24\tCompleted 3328 to KZ274800: 4554.757483875649\n", - "\n", - "13:03:25\tCompleted 3400 to KZ314200: 518.9687625294902\n", - "13:03:25\tCompleted 3349 to KZ154000: 1997.8888953016433\n", - "13:03:25\tCompleted 3401 to KZ434600: 1226.645033071922\n", - "13:03:25\tCompleted 3352 to KZ595600: 2367.692853080991\n", - "13:03:25\tCompleted 3392 to KZ193600: 1370.1567918325568\n", - "13:03:25\tCompleted 3324 to KZ153400: 2196.27489280388\n", - "13:03:25\tCompleted 3371 to KZ633400: 1952.9456841674175\n", - "13:03:25\tCompleted 3395 to KZ471800: 3194.636922306631\n", - "13:03:25\tCompleted 3325 to KZ632200: 1748.5373106658546\n", - "13:03:25\tCompleted 3326 to KZ352300: 1158.5562330973382\n", - "13:03:25\tCompleted 3379 to KZ435200: 659.7556796104791\n", - "13:03:25\tCompleted 3372 to KZ353200: 1496.2475824795556\n", - "13:03:26\tCompleted 3358 to KZ595600: 2311.6080767224607\n", - "13:03:26\tCompleted 3376 to KZ116800: 1852.9216190941938\n", - "13:03:26\tCompleted 3320 to KZ352000: 3300.704609021935\n", - "13:03:26\tCompleted 3374 to KZ554200: 2582.940146338827\n", - "13:03:26\tCompleted 3390 to KZ275000: 2796.2420304921243\n", - "13:03:26\tCompleted 3367 to KZ115400: 1939.8302960476606\n", - "13:03:26\tCompleted 3343 to KZ196200: 868.8688760501353\n", - "13:03:26\tCompleted 3345 to KZ395600: 2614.0122188036307\n", - "13:03:26\tCompleted 3389 to KZ596000: 2180.838392610677\n", - "13:03:26\tCompleted 3402 to KZ551600: 2378.3427518186254\n", - "13:03:26\tCompleted 3346 to KZ594600: 2192.5620812474326\n", - "13:03:27\tCompleted 3401 to KZ434400: 1569.5944320336564\n", - "13:03:27\tCompleted 3392 to KZ194000: 1350.9185910213137\n", - "13:03:27\tCompleted 3337 to KZ612000: 1062.960700323592\n", - "13:03:27\tCompleted 3379 to KZ434800: 691.0819405268143\n", - "13:03:27\tCompleted 3331 to KZ115600: 1768.056609263747\n", - "13:03:27\tCompleted 3380 to KZ553600: 2051.2230203593926\n", - "13:03:27\tCompleted 3344 to KZ631000: 2079.985149899489\n", - "13:03:27\tCompleted 3374 to KZ791110: 108.3970166772007\n", - "13:03:27\tCompleted 3357 to KZ393400: 1889.469423727958\n", - "13:03:27\tCompleted 3327 to KZ475200: 3359.4027910231284\n", - "13:03:27\tCompleted 3342 to KZ153200: 2589.480183699458413:03:27\tCompleted 3400 to KZ353200: 1772.8584446913335\n", - "\n", - "13:03:27\tCompleted 3398 to KZ156000: 2155.0002785999623\n", - "13:03:27\tCompleted 3388 to KZ392000: 2413.481408713955\n", - "13:03:27\tCompleted 3378 to KZ631000: 2473.0040241096017\n", - "13:03:27\tCompleted 3336 to KZ473600: 3052.4357276225273\n", - "13:03:28\tCompleted 3326 to KZ352800: 1363.2349305576029\n", - "13:03:28\tCompleted 3343 to KZ192600: 1142.219803870163813:03:28\tCompleted 3348 to KZ116800: 1852.971409338118\n", - "13:03:28\tCompleted 3356 to KZ633200: 2250.9459167087766\n", - "\n", - "13:03:28\tCompleted 3393 to KZ234600: 3881.217428211154\n", - "13:03:28\tCompleted 3382 to KZ113200: 1902.0129505792377\n", - "13:03:28\tCompleted 3383 to KZ231000: 2908.2518404248253\n", - "13:03:28\tCompleted 3373 to KZ595800: 2218.9448268029123\n", - "13:03:28\tCompleted 3401 to KZ431000: 911.2858496710134\n", - "13:03:28\tCompleted 3374 to KZ791310: 70.50886594962607\n", - "13:03:28\tCompleted 3405 to KZ113800: 2123.482546896848\n", - "13:03:28\tCompleted 3372 to KZ353600: 1640.187476638515\n", - "13:03:28\tCompleted 3394 to KZ396400: 2532.4493195284103\n", - "13:03:28\tCompleted 3379 to KZ433600: 951.7521208759503\n", - "13:03:28\tCompleted 3376 to KZ111810: 1874.7857121173226\n", - "13:03:29\tCompleted 3384 to KZ636800: 2541.6263292370263\n", - "13:03:29\tCompleted 3337 to KZ614400: 1120.7820387349302\n", - "13:03:29\tCompleted 3325 to KZ635200: 1939.101780052306\n", - "13:03:29\tCompleted 3332 to KZ234800: 2665.5297411821084\n", - "13:03:29\tCompleted 3361 to KZ274400: 2890.924126424272\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:03:29\tCompleted 3358 to KZ596000: 1957.960199209071\n", - "13:03:29\tCompleted 3355 to KZ151000: 2202.2452449662746\n", - "13:03:29\tCompleted 3351 to KZ396800: 2468.48440358041813:03:29\tCompleted 3352 to KZ596000: 2011.010661222792\n", - "\n", - "13:03:29\tCompleted 3392 to KZ196400: 1784.072697696917213:03:29\tCompleted 3374 to KZ791510: 90.37933340909252\n", - "\n", - "13:03:29\tCompleted 3401 to KZ435200: 809.591719610082913:03:29\tCompleted 3377 to KZ235200: 2919.711193859958\n", - "\n", - "13:03:29\tCompleted 3346 to KZ711110: 1599.0535985667625\n", - "13:03:29\tCompleted 3353 to KZ274400: 2937.26971038425\n", - "13:03:29\tCompleted 3400 to KZ353600: 1919.8480861738624\n", - "13:03:29\tCompleted 3379 to KZ434000: 715.8093712864078\n", - "13:03:30\tCompleted 3343 to KZ196600: 1187.9355279254282\n", - "13:03:30\tCompleted 3334 to KZ393200: 2563.2570229666176\n", - "13:03:30\tCompleted 3396 to KZ273200: 3255.355256010949\n", - "13:03:30\tCompleted 3376 to KZ116600: 505.4539377124672\n", - "13:03:30\tCompleted 3326 to KZ356400: 1382.313357682349\n", - "13:03:30\tCompleted 3372 to KZ351600: 1214.9776246620636\n", - "13:03:30\tCompleted 3357 to KZ391600: 1756.5746845897324\n", - "13:03:30\tCompleted 3374 to KZ791710: 70.18376618407353\n", - "13:03:30\tCompleted 3350 to KZ635200: 2572.5976316337246\n", - "13:03:30\tCompleted 3337 to KZ614600: 910.433666203495\n", - "13:03:30\tCompleted 3395 to KZ593200: 2326.549873811047\n", - "13:03:30\tCompleted 3328 to KZ275800: 4024.34030786402\n", - "13:03:31\tCompleted 3392 to KZ196800: 1252.2310954557367\n", - "13:03:31\tCompleted 3331 to KZ115200: 1961.5387237500092\n", - "13:03:31\tCompleted 3399 to KZ234000: 3331.8575199065717\n", - "13:03:31\tCompleted 3367 to KZ151000: 2162.4210852036385\n", - "13:03:31\tCompleted 3371 to KZ633600: 2368.2283818077804\n", - "13:03:31\tCompleted 3382 to KZ113400: 1731.7254576464743\n", - "13:03:31\tCompleted 3320 to KZ354800: 4122.809835823045\n", - "13:03:31\tCompleted 3401 to KZ434800: 840.9179805264181\n", - "13:03:31\tCompleted 3349 to KZ154200: 2300.5249342709603\n", - "13:03:31\tCompleted 3402 to KZ553200: 2497.290745225322\n", - "13:03:31\tCompleted 3343 to KZ194200: 823.3788411976641\n", - "13:03:31\tCompleted 3400 to KZ351600: 1494.638234197411\n", - "13:03:31\tCompleted 3348 to KZ111810: 1874.8355023612469\n", - "13:03:31\tCompleted 3374 to KZ611600: 271.31637963625826\n", - "13:03:31\tCompleted 3389 to KZ596200: 2278.58318158708\n", - "13:03:32\tCompleted 3345 to KZ395800: 2640.5591603097005\n", - "13:03:32\tCompleted 3346 to KZ711410: 1599.2264016208721\n", - "13:03:32\tCompleted 3398 to KZ154600: 2453.137709345077\n", - "13:03:32\tCompleted 3373 to KZ593400: 2028.33208945077613:03:32\tCompleted 3380 to KZ552200: 2158.7484096387875\n", - "\n", - "13:03:32\tCompleted 3324 to KZ153600: 2488.678653661357\n", - "13:03:32\tCompleted 3325 to KZ632400: 1808.0573379018033\n", - "13:03:32\tCompleted 3392 to KZ191600: 1278.0290715158255\n", - "13:03:32\tCompleted 3405 to KZ114500: 2197.3250419816713\n", - "13:03:32\tCompleted 3401 to KZ433600: 1101.588160875554\n", - "13:03:32\tCompleted 3344 to KZ634600: 2347.669775199772\n", - "13:03:32\tCompleted 3348 to KZ116600: 530.630683764747\n", - "13:03:33\tCompleted 3374 to KZ613600: 225.80049040217028\n", - "13:03:33\tCompleted 3342 to KZ153400: 2478.8935261737793\n", - "13:03:33\tCompleted 3326 to KZ352400: 1447.5004247730058\n", - "13:03:33\tCompleted 3343 to KZ751210: 770.826212332507\n", - "13:03:33\tCompleted 3390 to KZ274800: 3331.7469418755245\n", - "13:03:33\tCompleted 3337 to KZ614800: 1392.0544715746016\n", - "13:03:33\tCompleted 3388 to KZ395600: 2486.784906621598\n", - "13:03:33\tCompleted 3372 to KZ354000: 1592.4069330669408\n", - "13:03:33\tCompleted 3327 to KZ471800: 3189.0125708624028\n", - "13:03:33\tCompleted 3376 to KZ115600: 2038.8580603208775\n", - "13:03:33\tCompleted 3358 to KZ596200: 2229.9566876101144\n", - "13:03:34\tCompleted 3400 to KZ354000: 1869.0177952787187\n", - "13:03:34\tCompleted 3392 to KZ195200: 1215.794094650552\n", - "13:03:34\tCompleted 3355 to KZ153200: 2206.6618283949138\n", - "13:03:34\tCompleted 3374 to KZ614000: 25.22792206135786\n", - "13:03:34\tCompleted 3401 to KZ434000: 834.1495739769389\n", - "13:03:34\tCompleted 3351 to KZ394800: 2240.9786018748123\n", - "13:03:34\tCompleted 3394 to KZ394000: 2640.9095986177354\n", - "13:03:34\tCompleted 3378 to KZ634600: 2740.6886494098967\n", - "13:03:34\tCompleted 3382 to KZ113600: 1860.196615716532\n", - "13:03:34\tCompleted 3352 to KZ596200: 2286.0414639686446\n", - "13:03:34\tCompleted 3343 to KZ751110: 778.5835716453877\n", - "13:03:34\tCompleted 3334 to KZ393400: 2385.5174540667526\n", - "13:03:34\tCompleted 3346 to KZ711210: 1568.8720159544566\n", - "13:03:34\tCompleted 3356 to KZ634800: 2735.3925081190396\n", - "13:03:34\tCompleted 3337 to KZ615400: 1133.2182386651536\n", - "13:03:34\tCompleted 3402 to KZ553600: 2232.3004121591903\n", - "13:03:34\tCompleted 3336 to KZ474200: 3499.0598886890493\n", - "13:03:35\tCompleted 3384 to KZ635800: 2592.2527629525903\n", - "13:03:35\tCompleted 3326 to KZ356000: 1319.6526203206122\n", - "13:03:35\tCompleted 3374 to KZ613900: 276.3877381105147\n", - "13:03:35\tCompleted 3357 to KZ393600: 2227.1187160843233\n", - "13:03:35\tCompleted 3325 to KZ632800: 1805.9529992927305\n", - "13:03:35\tCompleted 3349 to KZ156000: 1873.7741666391728\n", - "13:03:35\tCompleted 3331 to KZ115400: 2182.1114956156653\n", - "13:03:35\tCompleted 3383 to KZ234000: 3116.8623177925133\n", - "13:03:35\tCompleted 3395 to KZ595800: 2430.469483851413\n", - "13:03:35\tCompleted 3320 to KZ355200: 3424.3124038281603\n", - "13:03:35\tCompleted 3332 to KZ235200: 2713.169588545476\n", - "13:03:35\tCompleted 3372 to KZ351000: 1526.3816477171051\n", - "13:03:35\tCompleted 3393 to KZ234800: 3014.91880404677\n", - "13:03:36\tCompleted 3343 to KZ751310: 771.7551445206415\n", - "13:03:36\tCompleted 3398 to KZ154800: 2288.145020357482\n", - "13:03:36\tCompleted 3337 to KZ615200: 870.6348851668736\n", - "13:03:36\tCompleted 3392 to KZ195000: 1667.4241981912373\n", - "13:03:36\tCompleted 3400 to KZ351000: 1802.992509928883\n", - "13:03:36\tCompleted 3377 to KZ235600: 3014.7489598803627\n", - "13:03:36\tCompleted 3374 to KZ612000: 298.60461771901197\n", - "13:03:36\tCompleted 3344 to KZ634400: 1939.820515743706\n", - "13:03:36\tCompleted 3361 to KZ275400: 3566.1125583812823\n", - "13:03:36\tCompleted 3405 to KZ114000: 2133.46802841411\n", - "13:03:36\tCompleted 3367 to KZ153200: 2166.8376686322813\n", - "13:03:36\tCompleted 3371 to KZ633800: 2375.00557629415\n", - "13:03:36\tCompleted 3350 to KZ632400: 2441.553189483226\n", - "13:03:36\tCompleted 3376 to KZ115200: 1986.4559406486455\n", - "13:03:36\tCompleted 3348 to KZ115600: 2038.9078505648017\n", - "13:03:36\tCompleted 3326 to KZ354400: 1205.2660353465765\n", - "13:03:37\tCompleted 3328 to KZ276000: 4440.171333619094\n", - "13:03:37\tCompleted 3327 to KZ593200: 2088.4664281086207\n", - "13:03:37\tCompleted 3346 to KZ711310: 1590.4644044930458\n", - "13:03:37\tCompleted 3373 to KZ594200: 2208.189838514285\n", - "13:03:37\tCompleted 3380 to KZ554600: 2240.924882140583\n", - "13:03:37\tCompleted 3372 to KZ352000: 1076.303924299131\n", - "13:03:37\tCompleted 3389 to KZ596400: 2362.904419890552\n", - "13:03:37\tCompleted 3344 to KZ313600: 332.28264735922534\n", - "13:03:37\tCompleted 3345 to KZ392400: 2550.585240682432\n", - "13:03:37\tCompleted 3343 to KZ751410: 789.180122924282\n", - "13:03:37\tCompleted 3324 to KZ154000: 2240.25522648638\n", - "13:03:37\tCompleted 3400 to KZ352000: 1352.914786510909\n", - "13:03:37\tCompleted 3379 to KZ471000: 3148.758241955379\n", - "13:03:37\tCompleted 3374 to KZ614400: 202.92053755031714\n", - "13:03:38\tCompleted 3392 to KZ194400: 1485.2091247322633\n", - "13:03:38\tCompleted 3382 to KZ113800: 1939.814700472566\n", - "13:03:38\tCompleted 3358 to KZ596400: 2140.0262264889434\n", - "13:03:38\tCompleted 3325 to KZ636800: 1736.2256257128067\n", - "13:03:38\tCompleted 3396 to KZ274400: 3192.4839434976693\n", - "13:03:38\tCompleted 3356 to KZ633400: 2003.1704534483542\n", - "13:03:38\tCompleted 3355 to KZ153400: 2096.0751708692223\n", - "13:03:38\tCompleted 3344 to KZ314000: 155.2602426776695\n", - "13:03:38\tCompleted 3326 to KZ351800: 1133.7572432241147\n", - "13:03:38\tCompleted 3374 to KZ614600: 112.11484141071128\n", - "13:03:38\tCompleted 3402 to KZ552200: 2339.825801438586\n", - "13:03:38\tCompleted 3388 to KZ395800: 2513.331848127668\n", - "13:03:39\tCompleted 3353 to KZ275400: 3612.4581423412606\n", - "13:03:39\tCompleted 3343 to KZ751710: 830.1681546931849\n", - "13:03:39\tCompleted 3342 to KZ153600: 2771.297287031275613:03:39\tCompleted 3390 to KZ275800: 2801.3297658639462\n", - "\n", - "13:03:39\tCompleted 3399 to KZ234200: 3782.8032264275075\n", - "13:03:39\tCompleted 3352 to KZ596400: 2193.076688502664\n", - "13:03:39\tCompleted 3334 to KZ391600: 2241.387951082243\n", - "13:03:39\tCompleted 3378 to KZ634400: 2332.839389953831\n", - "13:03:39\tCompleted 3395 to KZ593400: 2239.8567464992775\n", - "13:03:39\tCompleted 3337 to KZ616400: 1843.2274360629253\n", - "13:03:39\tCompleted 3351 to KZ395000: 2575.114381969432\n", - "13:03:39\tCompleted 3392 to KZ194600: 1495.7260907367697\n", - "13:03:39\tCompleted 3394 to KZ396800: 2655.511673291757\n", - "13:03:40\tCompleted 3320 to KZ355600: 3667.95795692327\n", - "13:03:40\tCompleted 3376 to KZ115400: 1963.8352780505518\n", - "13:03:40\tCompleted 3405 to KZ117000: 2056.100371860718\n", - "13:03:40\tCompleted 3344 to KZ314800: 610.9960756977366\n", - "13:03:40\tCompleted 3374 to KZ614800: 568.4820322482434\n", - "13:03:40\tCompleted 3384 to KZ636200: 2453.335679722335\n", - "13:03:40\tCompleted 3331 to KZ151000: 2526.320959583718\n", - "13:03:40\tCompleted 3343 to KZ751810: 776.4119987701339\n", - "13:03:40\tCompleted 3378 to KZ313600: 722.2939096771166\n", - "13:03:40\tCompleted 3348 to KZ115200: 2056.871164647739\n", - "13:03:40\tCompleted 3336 to KZ474600: 3176.2353278709675\n", - "13:03:41\tCompleted 3372 to KZ354800: 1895.7400405359433\n", - "13:03:41\tCompleted 3400 to KZ354800: 2175.400650071291\n", - "13:03:41\tCompleted 3357 to KZ396400: 2385.592612613233\n", - "13:03:41\tCompleted 3349 to KZ154600: 2171.9115973842954\n", - "13:03:41\tCompleted 3367 to KZ153400: 2056.251011106585\n", - "13:03:41\tCompleted 3344 to KZ315400: 298.2349570177627\n", - "13:03:41\tCompleted 3374 to KZ615400: 215.3567374805405\n", - "13:03:41\tCompleted 3327 to KZ595800: 2192.386038148996\n", - "13:03:41\tCompleted 3325 to KZ635800: 1786.8520594283493\n", - "13:03:41\tCompleted 3398 to KZ155200: 2715.0836832592345\n", - "13:03:41\tCompleted 3373 to KZ596600: 2138.799374233611\n", - "13:03:41\tCompleted 3382 to KZ114500: 2013.6571955573877\n", - "13:03:41\tCompleted 3378 to KZ314000: 541.952623438759\n", - "13:03:42\tCompleted 3371 to KZ634000: 2422.973156963126\n", - "13:03:42\tCompleted 3343 to KZ751910: 797.5529151205423\n", - "13:03:42\tCompleted 3401 to KZ471000: 3298.5942819549828\n", - "13:03:42\tCompleted 3392 to KZ194800: 1763.841742790773\n", - "13:03:42\tCompleted 3337 to KZ615600: 1427.5361383400457\n", - "13:03:42\tCompleted 3374 to KZ615200: 61.62741699796951\n", - "13:03:42\tCompleted 3332 to KZ235600: 2808.207354565881\n", - "13:03:42\tCompleted 3350 to KZ632800: 2247.4841044665677\n", - "13:03:42\tCompleted 3383 to KZ234200: 3567.808024313449\n", - "13:03:42\tCompleted 3345 to KZ396200: 2506.248929095243\n", - "13:03:42\tCompleted 3393 to KZ235200: 3062.558651410138\n", - "13:03:42\tCompleted 3328 to KZ276200: 4159.557546885154\n", - "13:03:42\tCompleted 3389 to KZ594600: 2386.0588420049457\n", - "13:03:43\tCompleted 3346 to KZ555200: 2332.088709351168\n", - "13:03:43\tCompleted 3344 to KZ315600: 936.3044080629472\n", - "13:03:43\tCompleted 3377 to KZ233600: 2897.365557736239\n", - "13:03:43\tCompleted 3405 to KZ114400: 1968.759245450423\n", - "13:03:43\tCompleted 3402 to KZ554600: 2422.0022739403767\n", - "13:03:43\tCompleted 3400 to KZ355200: 1830.991030503655\n", - "13:03:43\tCompleted 3378 to KZ314800: 1004.0149499078861\n", - "13:03:43\tCompleted 3380 to KZ555600: 2495.228727826326\n", - "13:03:43\tCompleted 3337 to KZ615800: 811.7114832377373\n", - "13:03:43\tCompleted 3343 to KZ751510: 786.0688530196263\n", - "13:03:43\tCompleted 3355 to KZ153600: 2388.478931726692\n", - "13:03:43\tCompleted 3374 to KZ616400: 935.8485150667019\n", - "13:03:43\tCompleted 3372 to KZ355200: 1554.3801682918772\n", - "13:03:43\tCompleted 3351 to KZ395200: 2042.7531551303239\n", - "13:03:44\tCompleted 3342 to KZ154000: 2522.87385985627813:03:44\tCompleted 3361 to KZ273600: 2734.0718173638206\n", - "\n", - "13:03:44\tCompleted 3358 to KZ594600: 2324.2334800075046\n", - "13:03:44\tCompleted 3324 to KZ154200: 2542.891265455702\n", - "13:03:44\tCompleted 3356 to KZ633600: 2418.4531510887173\n", - "13:03:44\tCompleted 3344 to KZ316000: 497.1932032616184\n", - "13:03:44\tCompleted 3376 to KZ151000: 2186.426067206529\n", - "13:03:44\tCompleted 3348 to KZ115400: 2034.2505020496458\n", - "13:03:44\tCompleted 3394 to KZ394800: 2428.005871586148713:03:44\tCompleted 3352 to KZ594600: 2377.283942021225\n", - "\n", - "13:03:44\tCompleted 3388 to KZ392400: 2423.357928500399313:03:44\tCompleted 3334 to KZ393600: 2543.8212460716104\n", - "\n", - "13:03:44\tCompleted 3320 to KZ352100: 3944.4200456373364\n", - "13:03:44\tCompleted 3326 to KZ393200: 2247.93468896739\n", - "13:03:44\tCompleted 3378 to KZ315400: 691.2538312279122\n", - "13:03:44\tCompleted 3379 to KZ473600: 2729.78347593243613:03:44\tCompleted 3395 to KZ594200: 2419.714495562785\n", - "\n", - "13:03:44\tCompleted 3392 to KZ195600: 1840.6223105459826\n", - "13:03:44\tCompleted 3325 to KZ636200: 1647.934976198105\n", - "13:03:44\tCompleted 3396 to KZ275400: 3867.6723754546797\n", - "13:03:45\tCompleted 3384 to KZ636400: 2210.7498318423686\n", - "13:03:45\tCompleted 3337 to KZ612600: 1066.8416098586629\n", - "13:03:45\tCompleted 3327 to KZ593400: 2001.7733007968584\n", - "13:03:45\tCompleted 3374 to KZ615600: 845.1217693439261\n", - "13:03:45\tCompleted 3349 to KZ154800: 2006.918908396703\n", - "13:03:45\tCompleted 3382 to KZ114000: 1949.800181989829\n", - "13:03:45\tCompleted 3390 to KZ276000: 3217.1607916189814\n", - "13:03:45\tCompleted 3398 to KZ156400: 2294.3736828984256\n", - "13:03:45\tCompleted 3344 to KZ316600: 643.1393014743037\n", - "13:03:45\tCompleted 3389 to KZ711110: 1835.4566653670536\n", - "13:03:45\tCompleted 3331 to KZ153200: 2530.7375430123443\n", - "13:03:46\tCompleted 3400 to KZ355600: 1993.6177159968531\n", - "13:03:46\tCompleted 3353 to KZ273600: 2780.417401323799\n", - "13:03:46\tCompleted 3337 to KZ616000: 776.6068384836867\n", - "13:03:46\tCompleted 3374 to KZ615800: 110.59671708797575\n", - "13:03:46\tCompleted 3378 to KZ315600: 1329.3232822730965\n", - "13:03:46\tCompleted 3358 to KZ711110: 1612.5784719654362\n", - "13:03:46\tCompleted 3373 to KZ595000: 2143.515374778748\n", - "13:03:46\tCompleted 3392 to KZ195800: 1654.5091829131325\n", - "13:03:46\tCompleted 3336 to KZ475000: 3546.564354620745\n", - "13:03:46\tCompleted 3372 to KZ355600: 1717.0068537850752\n", - "13:03:47\tCompleted 3352 to KZ711110: 1665.628933979157\n", - "13:03:47\tCompleted 3325 to KZ636400: 1405.3491283181015\n", - "13:03:47\tCompleted 3344 to KZ316200: 416.13289554898336\n", - "13:03:47\tCompleted 3357 to KZ394000: 2494.0528917025495\n", - "13:03:47\tCompleted 3367 to KZ153600: 2348.6547719640544\n", - "13:03:47\tCompleted 3400 to KZ352100: 1260.6011938926579\n", - "13:03:47\tCompleted 3405 to KZ114600: 2318.808496175459\n", - "13:03:47\tCompleted 3355 to KZ154000: 2140.05550455172\n", - "13:03:47\tCompleted 3346 to KZ551600: 2065.5219873656397\n", - "13:03:47\tCompleted 3350 to KZ636800: 2369.7214772942307\n", - "13:03:47\tCompleted 3374 to KZ612600: 271.32745315567473\n", - "13:03:47\tCompleted 3378 to KZ316000: 707.9081058834504\n", - "13:03:48\tCompleted 3326 to KZ393400: 1764.3437308044383\n", - "13:03:48\tCompleted 3399 to KZ234600: 3897.973524865562\n", - "13:03:48\tCompleted 3377 to KZ633200: 2297.9066992806415\n", - "13:03:48\tCompleted 3337 to KZ613800: 1152.2206138160664\n", - "13:03:48\tCompleted 3345 to KZ396600: 2514.1677698864323\n", - "13:03:48\tCompleted 3344 to KZ311000: 17.005129960465126\n", - "13:03:48\tCompleted 3372 to KZ352100: 980.9405843573105\n", - "13:03:48\tCompleted 3380 to KZ551000: 2233.841004489157\n", - "13:03:48\tCompleted 3324 to KZ156000: 2116.1404978239225\n", - "13:03:48\tCompleted 3332 to KZ233600: 2690.82395242174\n", - "13:03:48\tCompleted 3328 to KZ271000: 4177.250502299385\n", - "13:03:48\tCompleted 3389 to KZ711410: 1835.629468421163213:03:48\tCompleted 3371 to KZ635400: 2867.8787095453354\n", - "\n", - "13:03:48\tCompleted 3376 to KZ153200: 2190.84265063517\n", - "13:03:48\tCompleted 3402 to KZ555600: 2676.3061196261197\n", - "13:03:48\tCompleted 3320 to KZ352200: 3626.0065350860236\n", - "13:03:49\tCompleted 3382 to KZ117000: 1872.432525436433\n", - "13:03:49\tCompleted 3348 to KZ151000: 2256.8412912056183\n", - "13:03:49\tCompleted 3358 to KZ711410: 1612.7512750195458\n", - "13:03:49\tCompleted 3351 to KZ391000: 2297.1513517866524\n", - "13:03:49\tCompleted 3374 to KZ616000: 179.98355527217433\n", - "13:03:49\tCompleted 3342 to KZ154200: 2825.5098988256004\n", - "13:03:49\tCompleted 3395 to KZ596600: 2301.6297792331916\n", - "13:03:49\tCompleted 3378 to KZ316600: 1036.158175684453213:03:49\tCompleted 3392 to KZ196000: 1841.2899383020526\n", - "\n", - "13:03:49\tCompleted 3393 to KZ235600: 3157.5964174305427\n", - "13:03:49\tCompleted 3344 to KZ315000: 415.4006585605166\n", - "13:03:49\tCompleted 3352 to KZ711410: 1665.8017370332666\n", - "13:03:49\tCompleted 3325 to KZ631000: 1620.2393161695488\n", - "13:03:49\tCompleted 3334 to KZ396400: 2765.2328927449676\n", - "13:03:49\tCompleted 3356 to KZ633800: 2425.230345575082\n", - "13:03:49\tCompleted 3327 to KZ594200: 2181.6310498603675\n", - "13:03:49\tCompleted 3400 to KZ352200: 1780.7990194200506\n", - "13:03:50\tCompleted 3401 to KZ473600: 2879.6195159320396\n", - "13:03:50\tCompleted 3394 to KZ395000: 2762.141651680771\n", - "13:03:50\tCompleted 3388 to KZ396200: 2379.0216169132073\n", - "13:03:50\tCompleted 3374 to KZ613800: 234.35911263145326\n", - "13:03:50\tCompleted 3383 to KZ234600: 3682.9783227515036\n", - "13:03:50\tCompleted 3398 to KZ155600: 2467.053556937328\n", - "13:03:50\tCompleted 3326 to KZ391600: 1631.4489916662128\n", - "13:03:50\tCompleted 3378 to KZ316200: 703.1320694182775\n", - "13:03:50\tCompleted 3343 to KZ231000: 3082.8894301664027\n", - "13:03:50\tCompleted 3331 to KZ153400: 2420.1508854866643\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:03:50\tCompleted 3344 to KZ314200: 26.41934352283822\n", - "13:03:51\tCompleted 3384 to KZ631000: 2425.6400196937775\n", - "13:03:51\tCompleted 3396 to KZ273600: 3035.631634437218\n", - "13:03:51\tCompleted 3372 to KZ352200: 1504.1881572082727\n", - "13:03:51\tCompleted 3405 to KZ114800: 2143.8024255375203\n", - "13:03:51\tCompleted 3392 to KZ191000: 1532.9007854090075\n", - "13:03:51\tCompleted 3389 to KZ711210: 1805.2750827547477\n", - "13:03:51\tCompleted 3349 to KZ155200: 2433.857571298472\n", - "13:03:51\tCompleted 3400 to KZ352300: 1438.1630016068177\n", - "13:03:51\tCompleted 3320 to KZ352300: 2848.6046596583974\n", - "13:03:51\tCompleted 3358 to KZ711210: 1582.3968893531303\n", - "13:03:51\tCompleted 3379 to KZ474200: 3176.407636998958\n", - "13:03:51\tCompleted 3367 to KZ154000: 2100.231344789087\n", - "13:03:51\tCompleted 3378 to KZ311000: 395.7476586314447\n", - "13:03:52\tCompleted 3373 to KZ593600: 2258.063979063047\n", - "13:03:52\tCompleted 3352 to KZ711210: 1635.447351366851\n", - "13:03:52\tCompleted 3382 to KZ114400: 1785.091399026137\n", - "13:03:52\tCompleted 3361 to KZ276600: 2815.8970640628067\n", - "13:03:52\tCompleted 3376 to KZ153400: 2080.2559931094765\n", - "13:03:52\tCompleted 3345 to KZ394200: 2148.4202500483298\n", - "13:03:52\tCompleted 3372 to KZ352300: 1211.4564422677263\n", - "13:03:52\tCompleted 3392 to KZ196200: 1298.493612617673\n", - "13:03:53\tCompleted 3402 to KZ551000: 2414.918396288954\n", - "13:03:53\tCompleted 3353 to KZ276600: 2862.242648022785\n", - "13:03:53\tCompleted 3355 to KZ154200: 2442.691543521042\n", - "13:03:53\tCompleted 3378 to KZ315000: 808.4195327706664\n", - "13:03:53\tCompleted 3336 to KZ475200: 3557.407315404794\n", - "13:03:53\tCompleted 3380 to KZ556000: 2281.9623866971706\n", - "13:03:53\tCompleted 3350 to KZ635800: 2420.3479110097874\n", - "13:03:53\tCompleted 3344 to KZ353200: 1472.8535607176677\n", - "13:03:53\tCompleted 3371 to KZ635000: 2342.605282212915\n", - "13:03:53\tCompleted 3398 to KZ156800: 1969.0334011579457\n", - "13:03:53\tCompleted 3390 to KZ276200: 2936.547004885077\n", - "13:03:53\tCompleted 3332 to KZ633200: 2332.730902428422\n", - "13:03:53\tCompleted 3357 to KZ396800: 2508.654966376573\n", - "13:03:53\tCompleted 3325 to KZ634600: 1887.923941469846\n", - "13:03:53\tCompleted 3348 to KZ153200: 2261.2578746342538\n", - "13:03:53\tCompleted 3400 to KZ352800: 1755.0290539139085\n", - "13:03:53\tCompleted 3324 to KZ154600: 2414.277928569037\n", - "13:03:53\tCompleted 3389 to KZ711310: 1826.8674712933368\n", - "13:03:54\tCompleted 3395 to KZ595000: 2355.0400318272486\n", - "13:03:54\tCompleted 3346 to KZ553200: 2184.469980772347\n", - "13:03:54\tCompleted 3358 to KZ711310: 1603.9892778917194\n", - "13:03:54\tCompleted 3394 to KZ395200: 2229.780424841672\n", - "13:03:54\tCompleted 3351 to KZ395400: 2345.0189048197285\n", - "13:03:54\tCompleted 3328 to KZ274000: 4830.908686018905\n", - "13:03:54\tCompleted 3378 to KZ314200: 401.22288956677943\n", - "13:03:54\tCompleted 3342 to KZ156000: 2398.759131193821\n", - "13:03:54\tCompleted 3392 to KZ192600: 1571.8445404377014\n", - "13:03:54\tCompleted 3327 to KZ596600: 2216.20667594108\n", - "13:03:54\tCompleted 3352 to KZ711310: 1657.0397399054402\n", - "13:03:54\tCompleted 3337 to KZ273200: 3853.7195591166565\n", - "13:03:54\tCompleted 3405 to KZ111010: 2186.326958140102\n", - "13:03:54\tCompleted 3377 to KZ634800: 2782.353290690905\n", - "13:03:55\tCompleted 3372 to KZ352800: 1478.4181917021306\n", - "13:03:55\tCompleted 3326 to KZ393600: 2101.993023160819\n", - "13:03:55\tCompleted 3356 to KZ634000: 2473.197926244057313:03:55\tCompleted 3334 to KZ394000: 2997.167742110789\n", - "\n", - "13:03:55\tCompleted 3344 to KZ353600: 1409.083339001001\n", - "13:03:55\tCompleted 3320 to KZ352800: 3626.6903782271215\n", - "13:03:55\tCompleted 3388 to KZ396600: 2386.9404577043965\n", - "13:03:55\tCompleted 3400 to KZ356400: 1657.3000710810568\n", - "13:03:56\tCompleted 3398 to KZ193200: 1921.9814160479127\n", - "13:03:56\tCompleted 3349 to KZ156400: 2013.147570937634\n", - "13:03:56\tCompleted 3399 to KZ234800: 3031.674900701178\n", - "13:03:56\tCompleted 3382 to KZ114600: 2135.1406497511734\n", - "13:03:56\tCompleted 3325 to KZ634400: 1480.0746820137635\n", - "13:03:56\tCompleted 3393 to KZ233600: 3040.2130152864343\n", - "13:03:56\tCompleted 3331 to KZ153600: 2712.554646344156\n", - "13:03:56\tCompleted 3355 to KZ156000: 2015.940775889259\n", - "13:03:56\tCompleted 3392 to KZ196600: 1617.5602644929659\n", - "13:03:57\tCompleted 3344 to KZ351600: 983.8734870245498\n", - "13:03:57\tCompleted 3372 to KZ356400: 1377.6394615457095\n", - "13:03:57\tCompleted 3383 to KZ234800: 2816.6796985871197\n", - "13:03:57\tCompleted 3384 to KZ634600: 2693.3246449940716\n", - "13:03:57\tCompleted 3378 to KZ353200: 1593.8559267687363\n", - "13:03:57\tCompleted 3373 to KZ595200: 2255.514112120272313:03:57\tCompleted 3401 to KZ474200: 3326.2436769985616\n", - "\n", - "13:03:57\tCompleted 3374 to KZ273200: 3058.205402413741\n", - "13:03:57\tCompleted 3343 to KZ234000: 3291.4999075340907\n", - "13:03:57\tCompleted 3367 to KZ154200: 2402.867383758406\n", - "13:03:57\tCompleted 3376 to KZ153600: 2372.6597539669456\n", - "13:03:57\tCompleted 3405 to KZ116000: 1919.1496557936698\n", - "13:03:57\tCompleted 3325 to KZ313600: 729.694014583328713:03:57\tCompleted 3402 to KZ556000: 2463.0397784969678\n", - "\n", - "13:03:57\tCompleted 3371 to KZ632200: 2225.6811142118963\n", - "13:03:57\tCompleted 3348 to KZ153400: 2150.671217108567\n", - "13:03:58\tCompleted 3345 to KZ394400: 2576.4266013743254\n", - "13:03:58\tCompleted 3392 to KZ194200: 1253.0035777652006\n", - "13:03:58\tCompleted 3400 to KZ352400: 1839.2945481293114\n", - "13:03:58\tCompleted 3346 to KZ553600: 1919.479647706198\n", - "13:03:58\tCompleted 3396 to KZ276600: 3117.456881136204\n", - "13:03:58\tCompleted 3379 to KZ474600: 2853.583076180876\n", - "13:03:58\tCompleted 3350 to KZ636200: 2281.4308277795394\n", - "13:03:58\tCompleted 3327 to KZ595000: 2116.9565861248316\n", - "13:03:58\tCompleted 3377 to KZ633400: 2050.1312360202255\n", - "13:03:59\tCompleted 3357 to KZ394800: 2281.1491646709715\n", - "13:03:59\tCompleted 3324 to KZ154800: 2249.285239581445\n", - "13:03:59\tCompleted 3398 to KZ193400: 2126.8702930633535\n", - "13:03:59\tCompleted 3358 to KZ555200: 2345.6135827498406\n", - "13:03:59\tCompleted 3336 to KZ471800: 3387.0170952440685\n", - "13:03:59\tCompleted 3325 to KZ314000: 588.0506504349391\n", - "13:03:59\tCompleted 3361 to KZ275000: 2681.594721165163\n", - "13:03:59\tCompleted 3351 to KZ392000: 2352.072559214949\n", - "13:03:59\tCompleted 3344 to KZ354000: 1492.6730049860537\n", - "13:03:59\tCompleted 3388 to KZ394200: 2021.1929378662924\n", - "13:03:59\tCompleted 3395 to KZ593600: 2469.5886361115504\n", - "13:03:59\tCompleted 3372 to KZ352400: 1562.683685917533513:03:59\tCompleted 3392 to KZ751210: 1200.4509489000445\n", - "\n", - "13:03:59\tCompleted 3394 to KZ391000: 2484.178621497991\n", - "13:03:59\tCompleted 3332 to KZ634800: 2817.177493838687\n", - "13:03:59\tCompleted 3352 to KZ555200: 2398.664044763558\n", - "13:03:59\tCompleted 3400 to KZ356000: 1599.2593888300917\n", - "13:03:59\tCompleted 3353 to KZ275000: 2727.9403051251384\n", - "13:03:59\tCompleted 3389 to KZ555200: 2568.491776151449\n", - "13:04:00\tCompleted 3342 to KZ154600: 2696.8965619389355\n", - "13:04:00\tCompleted 3382 to KZ114800: 1998.2977565366548\n", - "13:04:00\tCompleted 3378 to KZ353600: 1802.1022132111516\n", - "13:04:00\tCompleted 3325 to KZ314800: 152.07866909253772\n", - "13:04:00\tCompleted 3320 to KZ356400: 3660.517177286363\n", - "13:04:00\tCompleted 3380 to KZ556800: 2482.650311569108\n", - "13:04:00\tCompleted 3326 to KZ396400: 2260.4669196897285\n", - "13:04:00\tCompleted 3345 to KZ433200: 1709.5440999976586\n", - "13:04:00\tCompleted 3398 to KZ193600: 1426.8050241106976\n", - "13:04:01\tCompleted 3328 to KZ274200: 4948.254180398443\n", - "13:04:01\tCompleted 3392 to KZ751110: 1208.2083082129252\n", - "13:04:01\tCompleted 3334 to KZ396800: 2743.260199671202\n", - "13:04:01\tCompleted 3337 to KZ274400: 3790.8482466033806\n", - "13:04:01\tCompleted 3367 to KZ156000: 1976.1166161266215\n", - "13:04:01\tCompleted 3349 to KZ155600: 2185.8274449765654\n", - "13:04:01\tCompleted 3372 to KZ356000: 1372.5528294910002\n", - "13:04:01\tCompleted 3344 to KZ351000: 1424.3045738857104\n", - "13:04:01\tCompleted 3325 to KZ315400: 250.71699480811094\n", - "13:04:01\tCompleted 3331 to KZ154000: 2464.131219169163\n", - "13:04:01\tCompleted 3376 to KZ154000: 2124.236326791976\n", - "13:04:01\tCompleted 3356 to KZ635400: 2918.103478826267\n", - "13:04:01\tCompleted 3355 to KZ154600: 2314.0782066343772\n", - "13:04:01\tCompleted 3393 to KZ633200: 2498.438149534422\n", - "13:04:01\tCompleted 3373 to KZ591000: 2145.7298408728147\n", - "13:04:01\tCompleted 3405 to KZ116400: 2267.7276149071135\n", - "13:04:02\tCompleted 3378 to KZ351600: 1376.8923612347003\n", - "13:04:02\tCompleted 3384 to KZ634400: 2285.475385538007\n", - "13:04:02\tCompleted 3400 to KZ354400: 1597.060158702882\n", - "13:04:02\tCompleted 3399 to KZ235200: 3079.3147480645457\n", - "13:04:02\tCompleted 3345 to KZ431900: 1190.500267102439713:04:02\tCompleted 3398 to KZ194000: 1407.5668232994547\n", - "\n", - "13:04:02\tCompleted 3346 to KZ552200: 2027.0050369855933\n", - "13:04:02\tCompleted 3350 to KZ636400: 2038.8449798995546\n", - "13:04:02\tCompleted 3392 to KZ751310: 1201.379881088179\n", - "13:04:02\tCompleted 3325 to KZ315600: 737.0341371742973\n", - "13:04:02\tCompleted 3390 to KZ271000: 2954.2399602992928\n", - "13:04:03\tCompleted 3336 to KZ593200: 1885.121492824794\n", - "13:04:03\tCompleted 3402 to KZ556800: 2663.727703368905\n", - "13:04:03\tCompleted 3372 to KZ354400: 1320.4492964911044\n", - "13:04:03\tCompleted 3344 to KZ352000: 1148.462250401324\n", - "13:04:03\tCompleted 3348 to KZ153600: 2443.0749779660396\n", - "13:04:03\tCompleted 3327 to KZ593600: 2231.5051904091297\n", - "13:04:03\tCompleted 3371 to KZ635200: 2608.210330005929\n", - "13:04:03\tCompleted 3384 to KZ313600: 674.9299052612895\n", - "13:04:03\tCompleted 3383 to KZ235200: 2864.3195459504873\n", - "13:04:03\tCompleted 3358 to KZ551600: 2079.0468607643134\n", - "13:04:03\tCompleted 3374 to KZ274400: 2995.334089900448\n", - "13:04:03\tCompleted 3400 to KZ351800: 1413.3640117335942\n", - "13:04:03\tCompleted 3329 to KZ113200: 1751.6666694024614\n", - "13:04:04\tCompleted 3332 to KZ633400: 2084.9554391680094\n", - "13:04:04\tCompleted 3352 to KZ551600: 2132.097322778031\n", - "13:04:04\tCompleted 3349 to KZ156800: 1687.8072891971538\n", - "13:04:04\tCompleted 3392 to KZ751410: 1218.8048594918196\n", - "13:04:04\tCompleted 3389 to KZ551600: 2301.925054165921713:04:04\tCompleted 3401 to KZ474600: 3003.4191161804797\n", - "\n", - "13:04:04\tCompleted 3345 to KZ434600: 1224.16483752882\n", - "13:04:04\tCompleted 3320 to KZ352400: 3576.959188678099\n", - "13:04:04\tCompleted 3343 to KZ234200: 3742.4456140550265\n", - "13:04:04\tCompleted 3382 to KZ111010: 2002.659111715826\n", - "13:04:04\tCompleted 3395 to KZ595200: 2467.038769168773\n", - "13:04:04\tCompleted 3384 to KZ314000: 494.5886190229318\n", - "13:04:04\tCompleted 3377 to KZ633600: 2465.4139336605886\n", - "13:04:04\tCompleted 3372 to KZ351800: 1186.6574523945028\n", - "13:04:05\tCompleted 3388 to KZ394400: 2449.1992891922905\n", - "13:04:05\tCompleted 3351 to KZ395600: 2425.376057122597\n", - "13:04:05\tCompleted 3398 to KZ196400: 1840.7209299750582\n", - "13:04:05\tCompleted 3394 to KZ395400: 2532.046174531067\n", - "13:04:05\tCompleted 3378 to KZ354000: 1690.0152773561215\n", - "13:04:05\tCompleted 3324 to KZ155200: 2676.2239024831974\n", - "13:04:05\tCompleted 3379 to KZ475000: 3223.9121029306534\n", - "13:04:05\tCompleted 3392 to KZ751710: 1259.7928912607224\n", - "13:04:05\tCompleted 3357 to KZ395000: 2615.284944765587\n", - "13:04:05\tCompleted 3342 to KZ154800: 2531.903872951336\n", - "13:04:05\tCompleted 3355 to KZ154800: 2149.0855176467894\n", - "13:04:06\tCompleted 3405 to KZ116800: 2065.160533330344\n", - "13:04:06\tCompleted 3344 to KZ354800: 1664.6359028984293\n", - "13:04:06\tCompleted 3396 to KZ275000: 2983.1545382385393\n", - "13:04:06\tCompleted 3384 to KZ314800: 956.650945492059\n", - "13:04:06\tCompleted 3329 to KZ113400: 1542.8875983002902\n", - "13:04:06\tCompleted 3398 to KZ196800: 1308.8793277338777\n", - "13:04:06\tCompleted 3326 to KZ394000: 2368.927198779038\n", - "13:04:06\tCompleted 3334 to KZ394800: 2921.914768369262\n", - "13:04:06\tCompleted 3361 to KZ274800: 3217.099632548555\n", - "13:04:06\tCompleted 3345 to KZ434400: 1567.1142364905545\n", - "13:04:06\tCompleted 3367 to KZ154600: 2274.254046871741\n", - "13:04:06\tCompleted 3353 to KZ274800: 3263.445216508533\n", - "13:04:06\tCompleted 3376 to KZ154200: 2426.8723657612964\n", - "13:04:06\tCompleted 3380 to KZ554800: 2487.345799613559\n", - "13:04:07\tCompleted 3336 to KZ595800: 1989.041102865171\n", - "13:04:07\tCompleted 3356 to KZ635000: 2392.8300514938464\n", - "13:04:07\tCompleted 3349 to KZ193200: 1700.3122281647807\n", - "13:04:07\tCompleted 3382 to KZ116000: 1735.4818093693839\n", - "13:04:07\tCompleted 3392 to KZ751810: 1206.0367353376714\n", - "13:04:07\tCompleted 3388 to KZ433200: 1582.3167878156162\n", - "13:04:07\tCompleted 3346 to KZ554600: 2109.1815094874028\n", - "13:04:07\tCompleted 3331 to KZ154200: 2766.7672581384854\n", - "13:04:07\tCompleted 3384 to KZ315400: 643.8898268120851\n", - "13:04:07\tCompleted 3373 to KZ595600: 2352.557989761426\n", - "13:04:07\tCompleted 3320 to KZ356000: 2852.00256207184\n", - "13:04:07\tCompleted 3350 to KZ631000: 2253.735167750982\n", - "13:04:07\tCompleted 3378 to KZ351000: 1623.9899920062858\n", - "13:04:07\tCompleted 3337 to KZ275400: 4466.036678560401\n", - "13:04:07\tCompleted 3327 to KZ595200: 2228.955323466356\n", - "13:04:08\tCompleted 3348 to KZ154000: 2194.6515507910635\n", - "13:04:08\tCompleted 3398 to KZ191600: 1334.6773037939665\n", - "13:04:08\tCompleted 3393 to KZ634800: 2982.8847409446885\n", - "13:04:08\tCompleted 3345 to KZ431000: 908.8056541279115\n", - "13:04:08\tCompleted 3388 to KZ431900: 1063.2729549203973\n", - "13:04:08\tCompleted 3358 to KZ553200: 2197.9948541710187\n", - "13:04:08\tCompleted 3392 to KZ751910: 1227.1776516880798\n", - "13:04:08\tCompleted 3402 to KZ554800: 2668.423191413356\n", - "13:04:08\tCompleted 3344 to KZ355200: 1626.53849439407\n", - "13:04:08\tCompleted 3400 to KZ393200: 2527.54145747685\n", - "13:04:09\tCompleted 3371 to KZ632400: 2477.1658878554304\n", - "13:04:09\tCompleted 3352 to KZ553200: 2251.0453161847345\n", - "13:04:09\tCompleted 3384 to KZ315600: 1281.9592778572694\n", - "13:04:09\tCompleted 3399 to KZ235600: 3174.3525140849506\n", - "13:04:09\tCompleted 3395 to KZ591000: 2357.2544979213153\n", - "13:04:09\tCompleted 3378 to KZ352000: 1173.912268588311713:04:09\tCompleted 3389 to KZ553200: 2420.8730475726184\n", - "\n", - "13:04:09\tCompleted 3329 to KZ113600: 1818.160327346927\n", - "13:04:09\tCompleted 3398 to KZ195200: 1272.442326928693\n", - "13:04:09\tCompleted 3345 to KZ435200: 807.111524066981\n", - "13:04:09\tCompleted 3324 to KZ156400: 2255.5139021223854\n", - "13:04:09\tCompleted 3357 to KZ395200: 2082.923717926484\n", - "13:04:09\tCompleted 3388 to KZ434600: 1096.9375253467776\n", - "13:04:09\tCompleted 3383 to KZ235600: 2959.357311970892\n", - "13:04:10\tCompleted 3332 to KZ633600: 2439.76698342881513:04:10\tCompleted 3394 to KZ392000: 2539.099828926285\n", - "\n", - "13:04:10\tCompleted 3405 to KZ111810: 2087.0246263534696\n", - "13:04:10\tCompleted 3372 to KZ393200: 2300.8348981377726\n", - "13:04:10\tCompleted 3392 to KZ751510: 1215.6935895871638\n", - "13:04:10\tCompleted 3349 to KZ193400: 1905.2011051802212\n", - "13:04:10\tCompleted 3384 to KZ316000: 721.8007464275187\n", - "13:04:10\tCompleted 3367 to KZ154800: 2109.261357884152\n", - "13:04:10\tCompleted 3336 to KZ593400: 1798.428365513031\n", - "13:04:10\tCompleted 3376 to KZ156000: 2000.1215981295127\n", - "13:04:10\tCompleted 3377 to KZ633800: 2472.191128146947\n", - "13:04:10\tCompleted 3343 to KZ234600: 3857.615912493081\n", - "13:04:10\tCompleted 3351 to KZ395800: 2451.9229986286628\n", - "13:04:10\tCompleted 3382 to KZ116400: 2084.0597684828404\n", - "13:04:10\tCompleted 3374 to KZ275400: 3670.5225218574583\n", - "13:04:11\tCompleted 3401 to KZ475000: 3373.748142930257\n", - "13:04:11\tCompleted 3345 to KZ434800: 838.4377849833162\n", - "13:04:11\tCompleted 3373 to KZ596000: 2022.4324433416534\n", - "13:04:11\tCompleted 3405 to KZ116600: 717.6928519486272\n", - "13:04:11\tCompleted 3342 to KZ155200: 2958.8425358530885\n", - "13:04:11\tCompleted 3344 to KZ355600: 1658.073132316516\n", - "13:04:11\tCompleted 3388 to KZ434400: 1439.886924308512\n", - "13:04:11\tCompleted 3320 to KZ354400: 3639.3078848260416\n", - "13:04:11\tCompleted 3355 to KZ155200: 2576.024180548544\n", - "13:04:11\tCompleted 3398 to KZ195000: 1724.0724304693783\n", - "13:04:11\tCompleted 3334 to KZ395000: 2849.890178060216\n", - "13:04:11\tCompleted 3326 to KZ396800: 2383.529273453069\n", - "13:04:11\tCompleted 3384 to KZ316600: 988.7941712686261\n", - "13:04:11\tCompleted 3400 to KZ393400: 2043.9504993139178\n", - "13:04:11\tCompleted 3390 to KZ274000: 3607.898144018809\n", - "13:04:11\tCompleted 3393 to KZ633400: 2250.662686274004\n", - "13:04:11\tCompleted 3356 to KZ632200: 2275.905883492831\n", - "13:04:12\tCompleted 3379 to KZ475200: 3234.755063714703\n", - "13:04:12\tCompleted 3358 to KZ553600: 1933.0045211048716\n", - "13:04:12\tCompleted 3349 to KZ193600: 1205.1358362275666\n", - "13:04:12\tCompleted 3327 to KZ591000: 2119.1710522188982\n", - "13:04:12\tCompleted 3331 to KZ156000: 2340.016490506706\n", - "13:04:12\tCompleted 3352 to KZ553600: 1986.0549831185924\n", - "13:04:12\tCompleted 3345 to KZ433600: 1099.107965332452\n", - "13:04:13\tCompleted 3346 to KZ555600: 2473.0123727028845\n", - "13:04:13\tCompleted 3344 to KZ352100: 749.8364467197976\n", - "13:04:13\tCompleted 3396 to KZ274800: 3518.6594496219523\n", - "13:04:13\tCompleted 3329 to KZ113800: 1913.5915330311877\n", - "13:04:13\tCompleted 3361 to KZ275800: 2686.6824565369766\n", - "13:04:13\tCompleted 3384 to KZ316200: 717.0247099623458\n", - "13:04:13\tCompleted 3388 to KZ431000: 781.578341945869\n", - "13:04:13\tCompleted 3372 to KZ393400: 1817.2439399748264\n", - "13:04:13\tCompleted 3380 to KZ556400: 2425.0796733050047\n", - "13:04:13\tCompleted 3337 to KZ273600: 3633.9959375429294\n", - "13:04:13\tCompleted 3348 to KZ154200: 2497.287589760386\n", - "13:04:13\tCompleted 3350 to KZ634600: 2521.4197930512687\n", - "13:04:13\tCompleted 3398 to KZ194400: 1541.8573570104043\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:04:13\tCompleted 3389 to KZ553600: 2155.8827145064893\n", - "13:04:14\tCompleted 3402 to KZ556400: 2606.157065104802\n", - "13:04:14\tCompleted 3378 to KZ354800: 2057.6547771085798\n", - "13:04:14\tCompleted 3382 to KZ116800: 1881.4926869060585\n", - "13:04:14\tCompleted 3371 to KZ632800: 2283.0968028387765\n", - "13:04:14\tCompleted 3349 to KZ194000: 1185.8976354163226\n", - "13:04:14\tCompleted 3353 to KZ275800: 2733.028040496955\n", - "13:04:14\tCompleted 3345 to KZ434000: 863.1652157429097\n", - "13:04:14\tCompleted 3384 to KZ311000: 348.3836542156175\n", - "13:04:14\tCompleted 3336 to KZ594200: 1978.2861145765423\n", - "13:04:14\tCompleted 3388 to KZ435200: 679.8842118849386\n", - "13:04:14\tCompleted 3400 to KZ391600: 1911.0557601756923\n", - "13:04:14\tCompleted 3320 to KZ351800: 2873.989435969245\n", - "13:04:14\tCompleted 3395 to KZ595600: 2515.3883947610134\n", - "13:04:15\tCompleted 3344 to KZ352200: 1466.629669304634\n", - "13:04:15\tCompleted 3376 to KZ154600: 2298.2590288746314\n", - "13:04:15\tCompleted 3384 to KZ315000: 761.0555283548392\n", - "13:04:15\tCompleted 3357 to KZ391000: 2337.3219145828075\n", - "13:04:15\tCompleted 3398 to KZ194600: 1552.3743230149107\n", - "13:04:15\tCompleted 3324 to KZ155600: 2428.1937761612908\n", - "13:04:15\tCompleted 3399 to KZ233600: 3056.969111940845\n", - "13:04:15\tCompleted 3332 to KZ633800: 2507.0153312947314\n", - "13:04:15\tCompleted 3405 to KZ115600: 2251.0969745570164\n", - "13:04:15\tCompleted 3388 to KZ434800: 711.2104728012738\n", - "13:04:15\tCompleted 3394 to KZ395600: 2612.403326833936\n", - "13:04:16\tCompleted 3355 to KZ156400: 2155.3141801877205\n", - "13:04:16\tCompleted 3373 to KZ596200: 2270.90660064908\n", - "13:04:16\tCompleted 3358 to KZ552200: 2040.529910384267\n", - "13:04:16\tCompleted 3372 to KZ391600: 1684.3492008366009\n", - "13:04:16\tCompleted 3378 to KZ355200: 1651.9885125810579\n", - "13:04:16\tCompleted 3383 to KZ233600: 2841.9739098267623\n", - "13:04:16\tCompleted 3334 to KZ395200: 2381.854692985381\n", - "13:04:16\tCompleted 3351 to KZ392400: 2361.9490790013983\n", - "13:04:16\tCompleted 3377 to KZ634000: 2520.1587088159226\n", - "13:04:16\tCompleted 3384 to KZ314200: 353.85888515095223\n", - "13:04:16\tCompleted 3349 to KZ196400: 1619.0517420919261\n", - "13:04:16\tCompleted 3329 to KZ114500: 1864.6283674698618\n", - "13:04:16\tCompleted 3367 to KZ155200: 2536.2000207859114\n", - "13:04:16\tCompleted 3392 to KZ231000: 3044.620888199392\n", - "13:04:17\tCompleted 3326 to KZ394800: 2156.023471747467\n", - "13:04:17\tCompleted 3343 to KZ234800: 2991.317288328697\n", - "13:04:17\tCompleted 3352 to KZ552200: 2093.580372397988\n", - "13:04:17\tCompleted 3382 to KZ111810: 1903.3567799291873\n", - "13:04:17\tCompleted 3342 to KZ156400: 2538.1325354923038\n", - "13:04:17\tCompleted 3388 to KZ433600: 971.8806531504098\n", - "13:04:17\tCompleted 3374 to KZ273600: 2838.4817808399966\n", - "13:04:17\tCompleted 3346 to KZ551000: 2102.0976318359694\n", - "13:04:17\tCompleted 3344 to KZ352300: 1442.3100142744615\n", - "13:04:17\tCompleted 3327 to KZ595600: 2353.058638740818\n", - "13:04:17\tCompleted 3348 to KZ156000: 2070.536822128606\n", - "13:04:17\tCompleted 3401 to KZ475200: 3384.5911037143064\n", - "13:04:17\tCompleted 3398 to KZ194800: 1820.489975068914\n", - "13:04:17\tCompleted 3331 to KZ154600: 2638.1539212518205\n", - "13:04:18\tCompleted 3320 to KZ393200: 2950.6659693595734\n", - "13:04:18\tCompleted 3389 to KZ552200: 2263.4081037858823\n", - "13:04:18\tCompleted 3349 to KZ196800: 1087.2101398507457\n", - "13:04:18\tCompleted 3350 to KZ634400: 2113.570533595211\n", - "13:04:18\tCompleted 3382 to KZ116600: 534.025005524333\n", - "13:04:18\tCompleted 3336 to KZ596600: 2079.1716321533077\n", - "13:04:18\tCompleted 3356 to KZ635200: 2658.4350992868603\n", - "13:04:18\tCompleted 3388 to KZ434000: 721.690594349716\n", - "13:04:18\tCompleted 3395 to KZ596000: 2233.9571003901556\n", - "13:04:18\tCompleted 3379 to KZ471800: 3064.364843553977\n", - "13:04:18\tCompleted 3400 to KZ393600: 2381.5997916702704\n", - "13:04:18\tCompleted 3324 to KZ156800: 1930.1736203819053\n", - "13:04:19\tCompleted 3396 to KZ275800: 2988.242273610374\n", - "13:04:19\tCompleted 3376 to KZ154800: 2133.266339887043\n", - "13:04:19\tCompleted 3393 to KZ633600: 2665.9453839143644\n", - "13:04:19\tCompleted 3371 to KZ636800: 2405.334175666435\n", - "13:04:19\tCompleted 3378 to KZ355600: 1814.6151980742559\n", - "13:04:19\tCompleted 3350 to KZ313600: 503.0250533184748\n", - "13:04:19\tCompleted 3405 to KZ115200: 2160.53167746137\n", - "13:04:19\tCompleted 3361 to KZ276000: 3102.5134822920118\n", - "13:04:19\tCompleted 3402 to KZ554200: 2801.988100887092\n", - "13:04:19\tCompleted 3344 to KZ352800: 1493.7520920016009\n", - "13:04:19\tCompleted 3384 to KZ353200: 1607.748567312804\n", - "13:04:19\tCompleted 3349 to KZ191600: 1113.0081159108345\n", - "13:04:20\tCompleted 3337 to KZ276600: 3715.8211842419155\n", - "13:04:20\tCompleted 3345 to KZ471000: 3296.114086411881\n", - "13:04:20\tCompleted 3390 to KZ274200: 3725.2436383982654\n", - "13:04:20\tCompleted 3398 to KZ195600: 1897.2705428241236\n", - "13:04:20\tCompleted 3350 to KZ314000: 322.6837670801174\n", - "13:04:20\tCompleted 3358 to KZ554600: 2122.706382886076\n", - "13:04:20\tCompleted 3399 to KZ633200: 2515.1942461888316\n", - "13:04:20\tCompleted 3378 to KZ352100: 1142.855320929947\n", - "13:04:20\tCompleted 3402 to KZ791110: 327.44497122548745\n", - "13:04:20\tCompleted 3320 to KZ393400: 2577.349111502055\n", - "13:04:20\tCompleted 3372 to KZ393600: 2154.8932323312006\n", - "13:04:20\tCompleted 3373 to KZ596400: 2204.4984706215255\n", - "13:04:21\tCompleted 3357 to KZ395400: 2385.189467615883613:04:21\tCompleted 3324 to KZ193200: 1478.3653014517265\n", - "\n", - "13:04:21\tCompleted 3327 to KZ596000: 1995.8736546877358\n", - "13:04:21\tCompleted 3353 to KZ276000: 3148.85906625199\n", - "13:04:21\tCompleted 3367 to KZ156400: 2115.490020425083\n", - "13:04:21\tCompleted 3334 to KZ391000: 2577.5609574943405\n", - "13:04:21\tCompleted 3352 to KZ554600: 2175.7568448997927\n", - "13:04:21\tCompleted 3349 to KZ195200: 1050.773139045561\n", - "13:04:21\tCompleted 3394 to KZ395800: 2638.9502683400056\n", - "13:04:21\tCompleted 3344 to KZ356400: 1146.5353239081983\n", - "13:04:21\tCompleted 3355 to KZ155600: 2327.994054226637\n", - "13:04:21\tCompleted 3351 to KZ396200: 2317.6127674142026\n", - "13:04:21\tCompleted 3350 to KZ314800: 784.7460935492445\n", - "13:04:21\tCompleted 3402 to KZ791310: 289.55682049791284\n", - "13:04:21\tCompleted 3380 to KZ554200: 2620.9107090872985\n", - "13:04:21\tCompleted 3332 to KZ634000: 2554.9829119637047\n", - "13:04:22\tCompleted 3336 to KZ595000: 1913.6116508410087\n", - "13:04:22\tCompleted 3382 to KZ115600: 2067.4291281327423\n", - "13:04:22\tCompleted 3398 to KZ195800: 1711.1574151912735\n", - "13:04:22\tCompleted 3383 to KZ633200: 2544.2159925791416\n", - "13:04:22\tCompleted 3346 to KZ556000: 2150.219014043983\n", - "13:04:22\tCompleted 3348 to KZ154600: 2368.674252873721\n", - "13:04:22\tCompleted 3326 to KZ395000: 2490.159251842083\n", - "13:04:22\tCompleted 3342 to KZ155600: 2710.812409531182\n", - "13:04:22\tCompleted 3402 to KZ791510: 309.42728795737924\n", - "13:04:22\tCompleted 3405 to KZ115400: 2137.9110148632867\n", - "13:04:22\tCompleted 3350 to KZ315400: 471.98497486927056\n", - "13:04:22\tCompleted 3379 to KZ593200: 2158.1146176349826\n", - "13:04:23\tCompleted 3331 to KZ154800: 2473.161232264222\n", - "13:04:23\tCompleted 3380 to KZ791110: 146.3675794256778\n", - "13:04:23\tCompleted 3389 to KZ554600: 2345.584576287674\n", - "13:04:23\tCompleted 3377 to KZ635400: 2965.064261398132\n", - "13:04:23\tCompleted 3384 to KZ353600: 1754.7382087953245\n", - "13:04:23\tCompleted 3378 to KZ352200: 1601.7965014974534\n", - "13:04:23\tCompleted 3392 to KZ234000: 3253.23136556708\n", - "13:04:23\tCompleted 3395 to KZ596200: 2433.737005648667\n", - "13:04:23\tCompleted 3343 to KZ235200: 3038.9571356920646\n", - "13:04:23\tCompleted 3400 to KZ396400: 2540.0736881991743\n", - "13:04:23\tCompleted 3324 to KZ193400: 1683.254178467167\n", - "13:04:23\tCompleted 3344 to KZ352400: 1479.6776798980045\n", - "13:04:23\tCompleted 3349 to KZ195000: 1502.4032425862463\n", - "13:04:23\tCompleted 3402 to KZ791710: 289.23172073236043\n", - "13:04:24\tCompleted 3320 to KZ391600: 2836.5453547526204\n", - "13:04:24\tCompleted 3374 to KZ276600: 2920.3070275389828\n", - "13:04:24\tCompleted 3380 to KZ791310: 108.47942869810315\n", - "13:04:24\tCompleted 3391 to KZ113200: 1977.0027092046143\n", - "13:04:24\tCompleted 3350 to KZ315600: 1110.0544259144551\n", - "13:04:24\tCompleted 3401 to KZ471800: 3214.2008835535808\n", - "13:04:24\tCompleted 3355 to KZ156800: 1829.97389844724\n", - "13:04:24\tCompleted 3356 to KZ632400: 2527.390657136362\n", - "13:04:24\tCompleted 3398 to KZ196000: 1897.9381705801936\n", - "13:04:24\tCompleted 3402 to KZ611600: 407.4941543139412\n", - "13:04:25\tCompleted 3378 to KZ352300: 1261.2229471871935\n", - "13:04:25\tCompleted 3393 to KZ633800: 2672.7225784007283\n", - "13:04:25\tCompleted 3376 to KZ155200: 2560.2050027888\n", - "13:04:25\tCompleted 3388 to KZ471000: 3168.8867742298385\n", - "13:04:25\tCompleted 3324 to KZ193600: 983.1889095145146\n", - "13:04:25\tCompleted 3384 to KZ351600: 1329.5283568188731\n", - "13:04:25\tCompleted 3371 to KZ635800: 2455.9606093819925\n", - "13:04:25\tCompleted 3380 to KZ791510: 128.34989615756962\n", - "13:04:25\tCompleted 3358 to KZ555600: 2380.5195649455195\n", - "13:04:25\tCompleted 3396 to KZ276000: 3404.073299365409\n", - "13:04:25\tCompleted 3350 to KZ316000: 627.6649421860675\n", - "13:04:25\tCompleted 3349 to KZ194400: 1320.1881691272722\n", - "13:04:25\tCompleted 3345 to KZ473600: 2877.139320388938\n", - "13:04:25\tCompleted 3372 to KZ396400: 2313.3671288601076\n", - "13:04:25\tCompleted 3382 to KZ115200: 2015.0270084605113\n", - "13:04:26\tCompleted 3361 to KZ276200: 2821.899695558107413:04:26\tCompleted 3402 to KZ613600: 444.8484449504575\n", - "\n", - "13:04:26\tCompleted 3336 to KZ593600: 2028.1602551253025\n", - "13:04:26\tCompleted 3334 to KZ395400: 2620.9248524196532\n", - "13:04:26\tCompleted 3327 to KZ596200: 2382.873104358904\n", - "13:04:26\tCompleted 3337 to KZ275000: 3581.518841344247\n", - "13:04:26\tCompleted 3344 to KZ356000: 1603.4064014977355\n", - "13:04:26\tCompleted 3357 to KZ392000: 2392.243122011108\n", - "13:04:26\tCompleted 3380 to KZ791710: 108.15432893255063\n", - "13:04:26\tCompleted 3399 to KZ634800: 2999.6408375990986\n", - "13:04:26\tCompleted 3324 to KZ194000: 963.9507087032683\n", - "13:04:26\tCompleted 3398 to KZ191000: 1589.5490176871485\n", - "13:04:26\tCompleted 3367 to KZ155600: 2288.1698944640048\n", - "13:04:26\tCompleted 3326 to KZ395200: 1957.7980250029652\n", - "13:04:26\tCompleted 3373 to KZ594600: 2378.3822610669454\n", - "13:04:26\tCompleted 3320 to KZ393600: 2718.034080288982\n", - "13:04:26\tCompleted 3352 to KZ555600: 2324.434788586985\n", - "13:04:26\tCompleted 3351 to KZ396600: 2325.531608205392\n", - "13:04:27\tCompleted 3394 to KZ392400: 2548.976348712737\n", - "13:04:27\tCompleted 3402 to KZ614000: 244.27587660964448\n", - "13:04:27\tCompleted 3378 to KZ352800: 1576.0265359913112\n", - "13:04:27\tCompleted 3355 to KZ193200: 1556.3882596018138\n", - "13:04:27\tCompleted 3350 to KZ316600: 816.8893193258116\n", - "13:04:27\tCompleted 3348 to KZ154800: 2203.6815638861312\n", - "13:04:27\tCompleted 3380 to KZ611600: 309.28694238473565\n", - "13:04:27\tCompleted 3405 to KZ151000: 2360.5018040192567\n", - "13:04:27\tCompleted 3379 to KZ595800: 2262.034227675356\n", - "13:04:27\tCompleted 3353 to KZ276200: 2868.2452795180857\n", - "13:04:27\tCompleted 3349 to KZ194600: 1330.7051351317787\n", - "13:04:27\tCompleted 3342 to KZ156800: 2212.792253751817\n", - "13:04:27\tCompleted 3395 to KZ596400: 2416.0231276700288\n", - "13:04:28\tCompleted 3402 to KZ613900: 239.36469319013108\n", - "13:04:28\tCompleted 3346 to KZ556800: 2350.9069389159204\n", - "13:04:28\tCompleted 3391 to KZ113400: 1806.715216271851\n", - "13:04:28\tCompleted 3398 to KZ196200: 1355.141844895814\n", - "13:04:28\tCompleted 3344 to KZ354400: 1392.6076225932968\n", - "13:04:28\tCompleted 3377 to KZ635000: 2439.790834065712\n", - "13:04:28\tCompleted 3332 to KZ635400: 2999.8884645459143\n", - "13:04:28\tCompleted 3384 to KZ354000: 1703.9079179001892\n", - "13:04:28\tCompleted 3380 to KZ613600: 263.7710531506477\n", - "13:04:28\tCompleted 3350 to KZ316200: 551.6969178640024\n", - "13:04:28\tCompleted 3324 to KZ196400: 1397.104815378872\n", - "13:04:28\tCompleted 3331 to KZ155200: 2900.0998951659744\n", - "13:04:29\tCompleted 3383 to KZ634800: 3028.6625839894086\n", - "13:04:29\tCompleted 3402 to KZ612000: 488.8150000621819\n", - "13:04:29\tCompleted 3389 to KZ555600: 2702.9247922288023\n", - "13:04:29\tCompleted 3401 to KZ593200: 2346.113835057994\n", - "13:04:29\tCompleted 3378 to KZ356400: 1539.554198118346\n", - "13:04:29\tCompleted 3382 to KZ115400: 1992.4063458624175\n", - "13:04:29\tCompleted 3400 to KZ394000: 2648.5339672884998\n", - "13:04:29\tCompleted 3320 to KZ396400: 2597.447968722036\n", - "13:04:29\tCompleted 3342 to KZ193200: 1200.7963978910348\n", - "13:04:29\tCompleted 3380 to KZ614000: 63.198484809834966\n", - "13:04:29\tCompleted 3350 to KZ311000: 176.47880227280302\n", - "13:04:29\tCompleted 3367 to KZ156800: 1790.1497386846024\n", - "13:04:29\tCompleted 3358 to KZ551000: 2115.622505234642\n", - "13:04:30\tCompleted 3324 to KZ196800: 865.2632131376918\n", - "13:04:30\tCompleted 3343 to KZ235600: 3133.9949017124695\n", - "13:04:30\tCompleted 3336 to KZ595200: 2025.6103881825384\n", - "13:04:30\tCompleted 3349 to KZ194800: 1598.820787185782\n", - "13:04:30\tCompleted 3402 to KZ614400: 26.213203435596434\n", - "13:04:30\tCompleted 3376 to KZ156400: 2139.495002427974\n", - "13:04:30\tCompleted 3373 to KZ711110: 1677.0507160980185\n", - "13:04:30\tCompleted 3344 to KZ351800: 1417.511024401238\n", - "13:04:30\tCompleted 3398 to KZ192600: 1628.4927727158424\n", - "13:04:30\tCompleted 3355 to KZ193400: 1761.2771366172544\n", - "13:04:30\tCompleted 3399 to KZ633400: 2267.418782928413\n", - "13:04:30\tCompleted 3374 to KZ275000: 2786.0046846413316\n", - "13:04:30\tCompleted 3356 to KZ632800: 2333.3215721197116\n", - "13:04:30\tCompleted 3327 to KZ596400: 2156.668083958685\n", - "13:04:30\tCompleted 3393 to KZ634000: 2720.690159069706\n", - "13:04:30\tCompleted 3380 to KZ613900: 238.6598160491568\n", - "13:04:31\tCompleted 3371 to KZ636200: 2317.0435261517437\n", - "13:04:31\tCompleted 3351 to KZ394200: 1959.784088367285\n", - "13:04:31\tCompleted 3350 to KZ315000: 589.1506764120246\n", - "13:04:31\tCompleted 3392 to KZ234200: 3704.177072088016\n", - "13:04:31\tCompleted 3388 to KZ473600: 2749.9120082068953\n", - "13:04:31\tCompleted 3384 to KZ351000: 1637.8826325503535\n", - "13:04:31\tCompleted 3402 to KZ614600: 331.1627959589984\n", - "13:04:31\tCompleted 3324 to KZ191600: 891.0611891977803\n", - "13:04:31\tCompleted 3378 to KZ352400: 1660.2920302067141\n", - "13:04:31\tCompleted 3372 to KZ394000: 2421.827407949423\n", - "13:04:31\tCompleted 3352 to KZ551000: 2168.67296724836\n", - "13:04:31\tCompleted 3379 to KZ593400: 2071.4214903232205\n", - "13:04:31\tCompleted 3326 to KZ391000: 2212.1962216593033\n", - "13:04:31\tCompleted 3342 to KZ193400: 1405.6852749064753\n", - "13:04:31\tCompleted 3334 to KZ392000: 2737.848547499877\n", - "13:04:32\tCompleted 3380 to KZ612000: 336.57518046748936\n", - "13:04:32\tCompleted 3355 to KZ193600: 1061.2118676646014\n", - "13:04:32\tCompleted 3405 to KZ153200: 2364.9183874478854\n", - "13:04:32\tCompleted 3357 to KZ395600: 2465.546619918752\n", - "13:04:32\tCompleted 3391 to KZ113600: 1935.1863743419087\n", - "13:04:32\tCompleted 3396 to KZ276200: 3123.459512631505\n", - "13:04:32\tCompleted 3320 to KZ394000: 2665.149095048828\n", - "13:04:32\tCompleted 3345 to KZ474200: 3323.76348145546\n", - "13:04:32\tCompleted 3394 to KZ396200: 2504.6400371255477\n", - "13:04:32\tCompleted 3350 to KZ314200: 181.95403320813776\n", - "13:04:32\tCompleted 3361 to KZ271000: 2839.592650972323\n", - "13:04:32\tCompleted 3402 to KZ614800: 683.5418305863009\n", - "13:04:32\tCompleted 3398 to KZ196600: 1674.2084967711069\n", - "13:04:32\tCompleted 3337 to KZ274800: 4117.023752727663\n", - "13:04:32\tCompleted 3367 to KZ193200: 1637.5573071601264\n", - "13:04:32\tCompleted 3395 to KZ594600: 2541.2126660665326\n", - "13:04:32\tCompleted 3373 to KZ711410: 1677.2235191521281\n", - "13:04:33\tCompleted 3324 to KZ195200: 828.826212332507\n", - "13:04:33\tCompleted 3380 to KZ614400: 165.192615488959\n", - "13:04:33\tCompleted 3349 to KZ195600: 1675.6013549409915\n", - "13:04:33\tCompleted 3377 to KZ632200: 2322.866666064696\n", - "13:04:33\tCompleted 3342 to KZ193600: 705.6200059538229\n", - "13:04:33\tCompleted 3378 to KZ356000: 1422.3193344104675\n", - "13:04:33\tCompleted 3384 to KZ352000: 1187.8049091323794\n", - "13:04:33\tCompleted 3346 to KZ554800: 2355.6024269603713\n", - "13:04:33\tCompleted 3348 to KZ155200: 2630.620226787884\n", - "13:04:33\tCompleted 3355 to KZ194000: 1041.9736668533556\n", - "13:04:33\tCompleted 3402 to KZ615400: 284.0609183584556\n", - "13:04:33\tCompleted 3336 to KZ591000: 1915.8261169350762\n", - "13:04:34\tCompleted 3401 to KZ595800: 2450.03344509836\n", - "13:04:34\tCompleted 3380 to KZ614600: 150.08540415918856\n", - "13:04:34\tCompleted 3383 to KZ633400: 2296.4405293187224\n", - "13:04:34\tCompleted 3382 to KZ151000: 2214.997135018393\n", - "13:04:34\tCompleted 3398 to KZ194200: 1309.6518100433416\n", - "13:04:34\tCompleted 3331 to KZ156400: 2479.3898948051847\n", - "13:04:34\tCompleted 3342 to KZ194000: 686.3818051425767\n", - "13:04:34\tCompleted 3332 to KZ635000: 2474.615037213494\n", - "13:04:34\tCompleted 3358 to KZ556000: 2163.7438874426557\n", - "13:04:34\tCompleted 3353 to KZ271000: 2885.9382349323014\n", - "13:04:34\tCompleted 3324 to KZ195000: 1280.4563158731921\n", - "13:04:34\tCompleted 3389 to KZ551000: 2338.5006986362505\n", - "13:04:35\tCompleted 3378 to KZ354400: 1418.0576407802848\n", - "13:04:35\tCompleted 3400 to KZ396800: 2663.1360419625203\n", - "13:04:35\tCompleted 3402 to KZ615200: 280.67537154625626\n", - "13:04:35\tCompleted 3320 to KZ396800: 2796.620895839157613:04:35\tCompleted 3350 to KZ353200: 1513.612763071354\n", - "\n", - "13:04:35\tCompleted 3371 to KZ636400: 2074.4576782717627\n", - "13:04:35\tCompleted 3380 to KZ614800: 606.4525949967206\n", - "13:04:35\tCompleted 3376 to KZ155600: 2312.1748764668932\n", - "13:04:35\tCompleted 3395 to KZ711110: 1888.575373146536\n", - "13:04:35\tCompleted 3373 to KZ711210: 1646.8691334857126\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:04:35\tCompleted 3344 to KZ393200: 2531.6884701444937\n", - "13:04:35\tCompleted 3398 to KZ751210: 1257.0991811781855\n", - "13:04:35\tCompleted 3349 to KZ195800: 1489.4882273081414\n", - "13:04:36\tCompleted 3405 to KZ153400: 2254.331729922202\n", - "13:04:36\tCompleted 3367 to KZ193400: 1842.446184175567\n", - "13:04:36\tCompleted 3355 to KZ196400: 1475.1277735289593\n", - "13:04:36\tCompleted 3342 to KZ196400: 1119.5359118181823\n", - "13:04:36\tCompleted 3402 to KZ616400: 868.3518590706361\n", - "13:04:36\tCompleted 3324 to KZ194400: 1098.2412424142199\n", - "13:04:36\tCompleted 3327 to KZ594600: 2362.146935486169\n", - "13:04:36\tCompleted 3391 to KZ113800: 2014.8044590979428\n", - "13:04:36\tCompleted 3399 to KZ633600: 2682.701480568773\n", - "13:04:36\tCompleted 3352 to KZ556000: 2216.7943494563733\n", - "13:04:36\tCompleted 3380 to KZ615400: 177.62881541918256\n", - "13:04:36\tCompleted 3378 to KZ351800: 1236.42395731397\n", - "13:04:36\tCompleted 3356 to KZ636800: 2455.5589449473664\n", - "13:04:36\tCompleted 3351 to KZ394400: 2387.7904396932863\n", - "13:04:36\tCompleted 3379 to KZ594200: 2251.279239386728\n", - "13:04:36\tCompleted 3343 to KZ233600: 3016.61149956836\n", - "13:04:37\tCompleted 3398 to KZ751110: 1264.8565404910662\n", - "13:04:37\tCompleted 3372 to KZ396800: 2436.4294826234504\n", - "13:04:37\tCompleted 3326 to KZ395400: 2260.0637746923794\n", - "13:04:37\tCompleted 3402 to KZ615600: 1064.169723892213113:04:37\tCompleted 3342 to KZ196800: 587.6943095770001\n", - "\n", - "13:04:37\tCompleted 3357 to KZ395800: 2492.093561424822\n", - "13:04:37\tCompleted 3388 to KZ474200: 3196.5361692734173\n", - "13:04:37\tCompleted 3393 to KZ635400: 3165.5957116519157\n", - "13:04:37\tCompleted 3380 to KZ615200: 99.59797974644661\n", - "13:04:37\tCompleted 3401 to KZ593400: 2259.4207077462247\n", - "13:04:37\tCompleted 3367 to KZ193600: 1142.3809152229128\n", - "13:04:37\tCompleted 3384 to KZ354800: 2010.2907726927529\n", - "13:04:37\tCompleted 3355 to KZ196800: 943.2861712877791\n", - "13:04:38\tCompleted 3350 to KZ353600: 1582.8333568525095\n", - "13:04:38\tCompleted 3320 to KZ394800: 2539.698023586719\n", - "13:04:38\tCompleted 3395 to KZ711410: 1888.7481762006457\n", - "13:04:38\tCompleted 3394 to KZ396600: 2512.558877916737\n", - "13:04:38\tCompleted 3334 to KZ395600: 2615.001896790964\n", - "13:04:38\tCompleted 3376 to KZ156800: 1814.1547206874936\n", - "13:04:38\tCompleted 3374 to KZ274800: 3321.509596024731\n", - "13:04:38\tCompleted 3396 to KZ271000: 3141.1524680457205\n", - "13:04:38\tCompleted 3373 to KZ711310: 1668.4615220243018\n", - "13:04:38\tCompleted 3336 to KZ595600: 2149.713703456999\n", - "13:04:38\tCompleted 3398 to KZ751310: 1258.02811336632\n", - "13:04:38\tCompleted 3324 to KZ194600: 1108.7582084187245\n", - "13:04:38\tCompleted 3345 to KZ474600: 3000.938920637378\n", - "13:04:38\tCompleted 3327 to KZ711110: 1610.3792290718925\n", - "13:04:38\tCompleted 3348 to KZ156400: 2209.910226427068\n", - "13:04:38\tCompleted 3392 to KZ234600: 3819.3473705260703\n", - "13:04:38\tCompleted 3351 to KZ433200: 1520.9079383166072\n", - "13:04:38\tCompleted 3342 to KZ191600: 613.4922856370887\n", - "13:04:38\tCompleted 3402 to KZ615800: 326.4730987610091\n", - "13:04:39\tCompleted 3346 to KZ556400: 2293.336300651817\n", - "13:04:39\tCompleted 3400 to KZ394800: 2435.6302402569127\n", - "13:04:39\tCompleted 3377 to KZ635200: 2705.3958818587257\n", - "13:04:39\tCompleted 3380 to KZ616400: 898.120593005344\n", - "13:04:39\tCompleted 3361 to KZ274000: 3493.2508346918476\n", - "13:04:39\tCompleted 3331 to KZ155600: 2652.0697688440678\n", - "13:04:39\tCompleted 3382 to KZ153200: 2219.4137184470314\n", - "13:04:39\tCompleted 3337 to KZ275800: 3586.6065767160853\n", - "13:04:39\tCompleted 3367 to KZ194000: 1123.142714411668\n", - "13:04:39\tCompleted 3349 to KZ196000: 1676.2689826970616\n", - "13:04:39\tCompleted 3355 to KZ191600: 969.0841473478677\n", - "13:04:39\tCompleted 3398 to KZ751410: 1275.4530917699606\n", - "13:04:40\tCompleted 3344 to KZ393400: 2048.0975119815616\n", - "13:04:40\tCompleted 3350 to KZ351600: 1157.6235048760582\n", - "13:04:40\tCompleted 3332 to KZ632200: 2357.346456412714\n", - "13:04:40\tCompleted 3371 to KZ631000: 2289.347866123186\n", - "13:04:40\tCompleted 3342 to KZ195200: 551.2573087718154\n", - "13:04:40\tCompleted 3402 to KZ612600: 456.8172294145974\n", - "13:04:40\tCompleted 3351 to KZ431900: 1001.8641054213884\n", - "13:04:40\tCompleted 3389 to KZ556000: 2386.622080844264\n", - "13:04:40\tCompleted 3324 to KZ194800: 1376.8738604727278\n", - "13:04:40\tCompleted 3376 to KZ193200: 1730.696917466916\n", - "13:04:40\tCompleted 3384 to KZ355200: 1665.8811531251256\n", - "13:04:41\tCompleted 3395 to KZ711210: 1858.3937905342302\n", - "13:04:41\tCompleted 3327 to KZ711410: 1636.491729155404\n", - "13:04:41\tCompleted 3380 to KZ615600: 883.0923320924035\n", - "13:04:41\tCompleted 3343 to KZ633200: 2006.9433552818232\n", - "13:04:41\tCompleted 3355 to KZ195200: 906.8491704825943\n", - "13:04:41\tCompleted 3398 to KZ751710: 1316.4411235388634\n", - "13:04:41\tCompleted 3402 to KZ616000: 399.0315098204614\n", - "13:04:41\tCompleted 3336 to KZ596000: 1792.5287194039083\n", - "13:04:41\tCompleted 3320 to KZ395000: 2858.6093483850127\n", - "13:04:41\tCompleted 3379 to KZ596600: 2171.3577004805484\n", - "13:04:41\tCompleted 3391 to KZ114500: 2088.6469541827632\n", - "13:04:41\tCompleted 3349 to KZ191000: 1367.8798298040165\n", - "13:04:42\tCompleted 3351 to KZ434600: 1035.528675847769\n", - "13:04:42\tCompleted 3342 to KZ195000: 1002.8874123125006\n", - "13:04:42\tCompleted 3394 to KZ394200: 2146.8113580786344\n", - "13:04:42\tCompleted 3372 to KZ394800: 2208.923680917846\n", - "13:04:42\tCompleted 3378 to KZ393200: 2350.6014030572364\n", - "13:04:42\tCompleted 3399 to KZ633800: 2689.478675055137\n", - "13:04:42\tCompleted 3367 to KZ196400: 1556.2968210872718\n", - "13:04:42\tCompleted 3402 to KZ613800: 32.195934394016724\n", - "13:04:42\tCompleted 3380 to KZ615800: 145.3957069611991\n", - "13:04:42\tCompleted 3405 to KZ153600: 2546.7354907796807\n", - "13:04:42\tCompleted 3353 to KZ274000: 3539.596418651823\n", - "13:04:42\tCompleted 3398 to KZ751810: 1262.6849676158124\n", - "13:04:42\tCompleted 3401 to KZ594200: 2439.2784568097322\n", - "13:04:42\tCompleted 3383 to KZ633600: 2658.446186981043\n", - "13:04:42\tCompleted 3350 to KZ354000: 1609.7721136587393\n", - "13:04:42\tCompleted 3352 to KZ556800: 2417.4822743283107\n", - "13:04:42\tCompleted 3358 to KZ556800: 2364.431812314593\n", - "13:04:42\tCompleted 3324 to KZ195600: 1453.6544282279372\n", - "13:04:42\tCompleted 3355 to KZ195000: 1358.4792740232795\n", - "13:04:43\tCompleted 3342 to KZ194400: 820.6723388535305\n", - "13:04:43\tCompleted 3326 to KZ392000: 2267.1174290876033\n", - "13:04:43\tCompleted 3357 to KZ392400: 2402.1196417975534\n", - "13:04:43\tCompleted 3331 to KZ156800: 2154.0496130647025\n", - "13:04:43\tCompleted 3395 to KZ711310: 1879.9861790728194\n", - "13:04:43\tCompleted 3344 to KZ391600: 1915.202772843336\n", - "13:04:43\tCompleted 3380 to KZ612600: 309.2980159041521\n", - "13:04:43\tCompleted 3327 to KZ711210: 1629.4079498711264\n", - "13:04:43\tCompleted 3334 to KZ395800: 2917.385972197448\n", - "13:04:43\tCompleted 3367 to KZ196800: 1024.4552188460916\n", - "13:04:43\tCompleted 3349 to KZ196200: 1133.472657012682\n", - "13:04:43\tCompleted 3393 to KZ635000: 2640.3222843194953\n", - "13:04:43\tCompleted 3356 to KZ635800: 2506.1853786629267\n", - "13:04:43\tCompleted 3382 to KZ153400: 2108.827060921342\n", - "13:04:43\tCompleted 3376 to KZ193400: 1935.5857944823565\n", - "13:04:44\tCompleted 3348 to KZ155600: 2382.5901004659772\n", - "13:04:44\tCompleted 3351 to KZ434400: 1378.4780748095031\n", - "13:04:44\tCompleted 3384 to KZ355600: 1828.5078386183236\n", - "13:04:44\tCompleted 3373 to KZ555200: 2410.085826882419\n", - "13:04:44\tCompleted 3398 to KZ751910: 1283.8258839662208\n", - "13:04:44\tCompleted 3388 to KZ474600: 2873.7116084553354\n", - "13:04:44\tCompleted 3320 to KZ395200: 2891.2310705993127\n", - "13:04:44\tCompleted 3355 to KZ194400: 1176.2642005643056\n", - "13:04:44\tCompleted 3324 to KZ195800: 1267.541300595087\n", - "13:04:44\tCompleted 3342 to KZ194600: 831.1893048580328\n", - "13:04:44\tCompleted 3380 to KZ616000: 217.95411802065166\n", - "13:04:44\tCompleted 3396 to KZ274000: 3794.810651765224\n", - "13:04:44\tCompleted 3345 to KZ475000: 3371.2679473871553\n", - "13:04:45\tCompleted 3350 to KZ351000: 1543.7468283089036\n", - "13:04:45\tCompleted 3346 to KZ554200: 2489.167336434118\n", - "13:04:45\tCompleted 3391 to KZ114000: 2024.7899406152058\n", - "13:04:45\tCompleted 3392 to KZ234800: 2953.0487463616864\n", - "13:04:45\tCompleted 3351 to KZ431000: 720.1694924468601\n", - "13:04:45\tCompleted 3367 to KZ191600: 1050.2531949061802\n", - "13:04:45\tCompleted 3331 to KZ193200: 1232.3125449843487\n", - "13:04:45\tCompleted 3378 to KZ393400: 1867.0104448942936\n", - "13:04:45\tCompleted 3374 to KZ275800: 2791.0924200131526\n", - "13:04:45\tCompleted 3384 to KZ352100: 1095.49131651412\n", - "13:04:45\tCompleted 3376 to KZ193600: 1235.5205255297014\n", - "13:04:45\tCompleted 3398 to KZ751510: 1272.3418218653048\n", - "13:04:45\tCompleted 3349 to KZ192600: 1406.8235848327104\n", - "13:04:45\tCompleted 3377 to KZ632400: 2574.351439708227\n", - "13:04:46\tCompleted 3336 to KZ596200: 2179.5281690750835\n", - "13:04:46\tCompleted 3355 to KZ194600: 1186.7811665688118\n", - "13:04:46\tCompleted 3380 to KZ613800: 196.6311905700951313:04:46\tCompleted 3327 to KZ711310: 1649.5108500382344\n", - "\n", - "13:04:46\tCompleted 3371 to KZ634600: 2557.032491423474\n", - "13:04:46\tCompleted 3379 to KZ595000: 2186.6047756511916\n", - "13:04:46\tCompleted 3346 to KZ791110: 229.665784594715\n", - "13:04:46\tCompleted 3337 to KZ276000: 4002.4376024711205\n", - "13:04:46\tCompleted 3342 to KZ194800: 1099.304956912036713:04:46\tCompleted 3332 to KZ635200: 2740.220085006508\n", - "\n", - "13:04:46\tCompleted 3361 to KZ274200: 3610.5963290712957\n", - "13:04:46\tCompleted 3351 to KZ435200: 618.4753623859297\n", - "13:04:46\tCompleted 3367 to KZ195200: 988.0182180409068\n", - "13:04:46\tCompleted 3401 to KZ596600: 2321.1937404801397\n", - "13:04:46\tCompleted 3350 to KZ352000: 1093.6691048909295\n", - "13:04:46\tCompleted 3389 to KZ556800: 2587.3100057162014\n", - "13:04:46\tCompleted 3324 to KZ196000: 1454.3220559840074\n", - "13:04:47\tCompleted 3348 to KZ156800: 1884.5699446865876\n", - "13:04:47\tCompleted 3376 to KZ194000: 1216.2823247184579\n", - "13:04:47\tCompleted 3343 to KZ634800: 2491.3899466920993\n", - "13:04:47\tCompleted 3400 to KZ395000: 2769.7660203515343\n", - "13:04:47\tCompleted 3346 to KZ791310: 210.49061221562687\n", - "13:04:47\tCompleted 3320 to KZ391000: 2748.376592327715\n", - "13:04:47\tCompleted 3405 to KZ154000: 2298.312063604702\n", - "13:04:47\tCompleted 3331 to KZ193400: 1437.2014219997893\n", - "13:04:47\tCompleted 3351 to KZ434800: 649.8016233022648\n", - "13:04:48\tCompleted 3378 to KZ391600: 1734.115705756068\n", - "13:04:48\tCompleted 3384 to KZ352200: 1615.689142041521\n", - "13:04:48\tCompleted 3372 to KZ395000: 2543.0594610124645\n", - "13:04:48\tCompleted 3349 to KZ196600: 1452.5393088879748\n", - "13:04:48\tCompleted 3352 to KZ554800: 2422.1777623727617\n", - "13:04:48\tCompleted 3355 to KZ194800: 1454.896818622815\n", - "13:04:48\tCompleted 3394 to KZ394400: 2574.81770940463\n", - "13:04:48\tCompleted 3342 to KZ195600: 1176.0855246672454\n", - "13:04:48\tCompleted 3373 to KZ551600: 2143.519104896892\n", - "13:04:48\tCompleted 3324 to KZ191000: 1145.9329030909623\n", - "13:04:48\tCompleted 3334 to KZ392400: 2643.5728982237756\n", - "13:04:48\tCompleted 3346 to KZ791510: 220.60838821189535\n", - "13:04:48\tCompleted 3391 to KZ117000: 1947.4222840618097\n", - "13:04:48\tCompleted 3357 to KZ396200: 2357.7833302103613\n", - "13:04:48\tCompleted 3367 to KZ195000: 1439.648321581592\n", - "13:04:48\tCompleted 3358 to KZ554800: 2369.127300359044\n", - "13:04:48\tCompleted 3402 to KZ273200: 3239.090179538583\n", - "13:04:49\tCompleted 3344 to KZ393600: 2385.746804337914\n", - "13:04:49\tCompleted 3331 to KZ193600: 737.1361530471369\n", - "13:04:49\tCompleted 3326 to KZ395600: 2340.420926995248\n", - "13:04:49\tCompleted 3393 to KZ632200: 2523.398116318477\n", - "13:04:49\tCompleted 3351 to KZ433600: 910.4718036514008\n", - "13:04:49\tCompleted 3395 to KZ555200: 2621.610483930931\n", - "13:04:49\tCompleted 3356 to KZ636200: 2367.268295432675\n", - "13:04:49\tCompleted 3348 to KZ193200: 1503.1637862854031\n", - "13:04:49\tCompleted 3382 to KZ153600: 2401.2308217788113\n", - "13:04:49\tCompleted 3363 to KZ113200: 1781.4135424844483\n", - "13:04:49\tCompleted 3376 to KZ196400: 1649.4364313940614\n", - "13:04:49\tCompleted 3349 to KZ194200: 1087.9826221602104\n", - "13:04:49\tCompleted 3336 to KZ596400: 1953.3231486748577\n", - "13:04:49\tCompleted 3324 to KZ196200: 911.5257302996278\n", - "13:04:49\tCompleted 3353 to KZ274200: 3656.941913031274\n", - "13:04:49\tCompleted 3384 to KZ352300: 1311.2163016517054\n", - "13:04:49\tCompleted 3346 to KZ791710: 192.1084488616066\n", - "13:04:50\tCompleted 3342 to KZ195800: 989.9723970343955\n", - "13:04:50\tCompleted 3350 to KZ354800: 1838.385920749938\n", - "13:04:50\tCompleted 3320 to KZ395400: 2786.7529765263735\n", - "13:04:50\tCompleted 3331 to KZ194000: 717.8979522358907\n", - "13:04:50\tCompleted 3383 to KZ633800: 2718.500421445444\n", - "13:04:50\tCompleted 3367 to KZ194400: 1257.4332481226177\n", - "13:04:50\tCompleted 3343 to KZ633400: 1759.16789202139\n", - "13:04:50\tCompleted 3351 to KZ434000: 674.5290540618583\n", - "13:04:50\tCompleted 3371 to KZ634400: 2149.1832319674154\n", - "13:04:50\tCompleted 3355 to KZ195600: 1531.6773863780245\n", - "13:04:50\tCompleted 3388 to KZ475000: 3244.0406352051127\n", - "13:04:51\tCompleted 3394 to KZ433200: 1707.9352080279634\n", - "13:04:51\tCompleted 3377 to KZ632800: 2380.2823546915765\n", - "13:04:51\tCompleted 3346 to KZ611600: 111.17671695914684\n", - "13:04:51\tCompleted 3400 to KZ395200: 2237.4047935124363\n", - "13:04:51\tCompleted 3345 to KZ475200: 3382.1109081712048\n", - "13:04:51\tCompleted 3327 to KZ555200: 2275.9592700830117\n", - "13:04:51\tCompleted 3399 to KZ634000: 2737.4462557241163\n", - "13:04:51\tCompleted 3376 to KZ196800: 1117.594829152881\n", - "13:04:51\tCompleted 3401 to KZ595000: 2374.603993074196\n", - "13:04:51\tCompleted 3392 to KZ235200: 3000.688593725054\n", - "13:04:51\tCompleted 3379 to KZ593600: 2301.1533799354925\n", - "13:04:51\tCompleted 3349 to KZ751210: 1035.4299932950535\n", - "13:04:51\tCompleted 3391 to KZ114400: 1860.0811576515136\n", - "13:04:52\tCompleted 3398 to KZ231000: 3101.269120477528\n", - "13:04:52\tCompleted 3331 to KZ196400: 1151.0520589114958\n", - "13:04:52\tCompleted 3371 to KZ313600: 538.6377516906832\n", - "13:04:52\tCompleted 3384 to KZ352800: 1589.919176535379\n", - "13:04:52\tCompleted 3363 to KZ113400: 1611.126049551685\n", - "13:04:52\tCompleted 3367 to KZ194600: 1267.9502141271244\n", - "13:04:52\tCompleted 3396 to KZ274200: 3912.156146144693\n", - "13:04:52\tCompleted 3342 to KZ196000: 1176.7531524233157\n", - "13:04:52\tCompleted 3346 to KZ613600: 202.53632003251607\n", - "13:04:52\tCompleted 3372 to KZ395200: 2010.6982341733533\n", - "13:04:52\tCompleted 3389 to KZ554800: 2592.0054937606524\n", - "13:04:52\tCompleted 3378 to KZ393600: 2204.6597372506626\n", - "13:04:52\tCompleted 3374 to KZ276000: 3206.923445768188\n", - "13:04:52\tCompleted 3348 to KZ193400: 1708.052663300843713:04:52\tCompleted 3350 to KZ355200: 1571.7453488836757\n", - "\n", - "13:04:52\tCompleted 3337 to KZ276200: 3721.823815737216\n", - "13:04:52\tCompleted 3394 to KZ431900: 1188.8913751327445\n", - "13:04:52\tCompleted 3332 to KZ632400: 2609.1756428560093\n", - "13:04:52\tCompleted 3376 to KZ191600: 1143.3928052129697\n", - "13:04:52\tCompleted 3355 to KZ195800: 1345.5642587451744\n", - "13:04:52\tCompleted 3380 to KZ273200: 3096.1759651622133\n", - "13:04:53\tCompleted 3320 to KZ392000: 2583.6588505729223\n", - "13:04:53\tCompleted 3354 to KZ113200: 1839.3449133384377\n", - "13:04:53\tCompleted 3331 to KZ196800: 619.2104566703141\n", - "13:04:53\tCompleted 3349 to KZ751110: 1043.1873526079341\n", - "13:04:53\tCompleted 3371 to KZ314000: 358.29646545232566\n", - "13:04:53\tCompleted 3346 to KZ614000: 219.50865791278528\n", - "13:04:53\tCompleted 3373 to KZ553200: 2262.4670983035944\n", - "13:04:53\tCompleted 3334 to KZ396200: 2451.995984197571\n", - "13:04:53\tCompleted 3358 to KZ556400: 2306.86117405049\n", - "13:04:53\tCompleted 3352 to KZ556400: 2359.9116360642074\n", - "13:04:54\tCompleted 3395 to KZ551600: 2355.0437619454037\n", - "13:04:54\tCompleted 3356 to KZ636400: 2124.6824475526987\n", - "13:04:54\tCompleted 3384 to KZ356400: 1492.1901937025189\n", - "13:04:54\tCompleted 3348 to KZ193600: 1007.9873943481914\n", - "13:04:54\tCompleted 3376 to KZ195200: 1081.1578283476963\n", - "13:04:54\tCompleted 3394 to KZ434600: 1222.555945559125\n", - "13:04:54\tCompleted 3336 to KZ594600: 2158.802000202352\n", - "13:04:54\tCompleted 3367 to KZ194800: 1536.0658661811276\n", - "13:04:54\tCompleted 3382 to KZ154000: 2152.807394603838\n", - "13:04:54\tCompleted 3405 to KZ154200: 2600.9481025740242\n", - "13:04:54\tCompleted 3331 to KZ191600: 645.0084327304027\n", - "13:04:54\tCompleted 3357 to KZ396600: 2365.7021710015506\n", - "13:04:54\tCompleted 3344 to KZ396400: 2544.220700866818\n", - "13:04:54\tCompleted 3346 to KZ613900: 433.373751689247\n", - "13:04:54\tCompleted 3371 to KZ314800: 820.3587919214527\n", - "13:04:54\tCompleted 3343 to KZ633600: 2174.4505896617534\n", - "13:04:54\tCompleted 3326 to KZ395800: 2366.9678685013046\n", - "13:04:54\tCompleted 3327 to KZ551600: 2015.999261927713\n", - "13:04:55\tCompleted 3349 to KZ751310: 1036.358925483188\n", - "13:04:55\tCompleted 3402 to KZ274400: 3176.218867025302\n", - "13:04:55\tCompleted 3397 to KZ113200: 2059.574195285726\n", - "13:04:55\tCompleted 3355 to KZ196000: 1532.3450141340948\n", - "13:04:55\tCompleted 3393 to KZ635200: 2905.9273321125092\n", - "13:04:55\tCompleted 3363 to KZ113600: 1739.5972076217427\n", - "13:04:55\tCompleted 3350 to KZ355600: 1734.3720343768737\n", - "13:04:55\tCompleted 3331 to KZ195200: 582.7734558651293\n", - "13:04:55\tCompleted 3348 to KZ194000: 988.7491935369451\n", - "13:04:55\tCompleted 3346 to KZ612000: 112.62367252691442\n", - "13:04:55\tCompleted 3400 to KZ391000: 2491.8029901687546\n", - "13:04:55\tCompleted 3354 to KZ113400: 1669.0574204056743\n", - "13:04:55\tCompleted 3371 to KZ315400: 507.59767324147884\n", - "13:04:56\tCompleted 3376 to KZ195000: 1532.7879318883815\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:04:56\tCompleted 3320 to KZ395600: 2897.225056553862\n", - "13:04:56\tCompleted 3379 to KZ595200: 2298.603512992716\n", - "13:04:56\tCompleted 3391 to KZ114600: 2210.13040837655\n", - "13:04:56\tCompleted 3394 to KZ434400: 1565.5053445208594\n", - "13:04:56\tCompleted 3384 to KZ352400: 1674.1846707507818\n", - "13:04:56\tCompleted 3336 to KZ711110: 1407.034293788065\n", - "13:04:56\tCompleted 3351 to KZ471000: 3107.4779247308293\n", - "13:04:56\tCompleted 3401 to KZ593600: 2489.152597358497\n", - "13:04:56\tCompleted 3349 to KZ751410: 1053.7839038868285\n", - "13:04:56\tCompleted 3367 to KZ195600: 1612.846433936337\n", - "13:04:56\tCompleted 3350 to KZ352100: 923.5864645713054\n", - "13:04:56\tCompleted 3355 to KZ191000: 1223.9558612410497\n", - "13:04:56\tCompleted 3346 to KZ614400: 359.9065511290494\n", - "13:04:57\tCompleted 3377 to KZ636800: 2502.5197275192318\n", - "13:04:57\tCompleted 3383 to KZ634000: 2766.4680021144263\n", - "13:04:57\tCompleted 3331 to KZ195000: 1034.4035594058146\n", - "13:04:57\tCompleted 3345 to KZ471800: 3211.720688010479\n", - "13:04:57\tCompleted 3371 to KZ315600: 1145.6671242866632\n", - "13:04:57\tCompleted 3372 to KZ391000: 2265.096430829685\n", - "13:04:57\tCompleted 3373 to KZ553600: 1997.476765237454\n", - "13:04:57\tCompleted 3389 to KZ556400: 2529.739367452098\n", - "13:04:57\tCompleted 3348 to KZ196400: 1421.9033002125486\n", - "13:04:57\tCompleted 3378 to KZ396400: 2363.1336337795697\n", - "13:04:57\tCompleted 3394 to KZ431000: 907.1967621582163\n", - "13:04:57\tCompleted 3376 to KZ194400: 1350.5728584294075\n", - "13:04:57\tCompleted 3397 to KZ113400: 1889.2867023529627\n", - "13:04:57\tCompleted 3405 to KZ156000: 2174.1973349422447\n", - "13:04:58\tCompleted 3346 to KZ614600: 135.19179663337886\n", - "13:04:58\tCompleted 3398 to KZ234000: 3309.879597845216\n", - "13:04:58\tCompleted 3388 to KZ475200: 3254.883595989162\n", - "13:04:58\tCompleted 3355 to KZ196200: 989.5486884497151\n", - "13:04:58\tCompleted 3384 to KZ356000: 1472.3126888749794\n", - "13:04:58\tCompleted 3371 to KZ316000: 638.0384484968945\n", - "13:04:58\tCompleted 3349 to KZ751710: 1094.7719356557313\n", - "13:04:58\tCompleted 3354 to KZ113600: 1797.52857847573213:04:58\tCompleted 3367 to KZ195800: 1426.7333063034869\n", - "\n", - "13:04:58\tCompleted 3331 to KZ194400: 852.1884859468445\n", - "13:04:58\tCompleted 3332 to KZ632800: 2415.106557839361\n", - "13:04:58\tCompleted 3334 to KZ396600: 2459.9148249887603\n", - "13:04:58\tCompleted 3336 to KZ711410: 1433.1467938715766\n", - "13:04:58\tCompleted 3357 to KZ394200: 1999.954651163445\n", - "13:04:58\tCompleted 3394 to KZ435200: 805.5026320972859\n", - "13:04:58\tCompleted 3350 to KZ352200: 1521.5533378000712\n", - "13:04:58\tCompleted 3327 to KZ553200: 2152.4268581549204\n", - "13:04:59\tCompleted 3374 to KZ276200: 2926.3096590342834\n", - "13:04:59\tCompleted 3337 to KZ271000: 3739.516771151432\n", - "13:04:59\tCompleted 3363 to KZ113800: 1819.2152923777767\n", - "13:04:59\tCompleted 3346 to KZ614800: 365.9231218037635\n", - "13:04:59\tCompleted 3320 to KZ395800: 3085.3489231723793\n", - "13:04:59\tCompleted 3343 to KZ633800: 2181.2277841481396\n", - "13:04:59\tCompleted 3358 to KZ554200: 2502.6922098327914\n", - "13:04:59\tCompleted 3392 to KZ235600: 3095.726359745459\n", - "13:04:59\tCompleted 3399 to KZ635400: 3182.351808306326\n", - "13:04:59\tCompleted 3348 to KZ196800: 890.0616979713685\n", - "13:04:59\tCompleted 3376 to KZ194600: 1361.089824433914\n", - "13:04:59\tCompleted 3356 to KZ631000: 2339.5726354041176\n", - "13:04:59\tCompleted 3395 to KZ553200: 2473.9917553521004\n", - "13:04:59\tCompleted 3352 to KZ554200: 2555.742671846508\n", - "13:04:59\tCompleted 3391 to KZ114800: 2039.3660905815295\n", - "13:04:59\tCompleted 3371 to KZ316600: 852.5020176980198\n", - "13:04:59\tCompleted 3355 to KZ192600: 1262.8996162697435\n", - "13:05:00\tCompleted 3331 to KZ194600: 862.7054519513467\n", - "13:05:00\tCompleted 3326 to KZ392400: 2276.9939488740492\n", - "13:05:00\tCompleted 3394 to KZ434800: 836.828893013621\n", - "13:05:00\tCompleted 3384 to KZ354400: 1431.9502813243523\n", - "13:05:00\tCompleted 3382 to KZ154200: 2455.4434335731603\n", - "13:05:00\tCompleted 3346 to KZ615400: 316.8881262098794\n", - "13:05:00\tCompleted 3349 to KZ751810: 1041.0157797326804\n", - "13:05:00\tCompleted 3358 to KZ791110: 93.86280695419119\n", - "13:05:00\tCompleted 3350 to KZ352300: 1254.1682174741893\n", - "13:05:00\tCompleted 3379 to KZ591000: 2188.8192417452583\n", - "13:05:00\tCompleted 3400 to KZ395400: 2539.6705432018307\n", - "13:05:00\tCompleted 3352 to KZ791110: 141.55103179371778\n", - "13:05:00\tCompleted 3397 to KZ113600: 2017.7578604230205\n", - "13:05:00\tCompleted 3344 to KZ394000: 2652.6809799561433\n", - "13:05:01\tCompleted 3380 to KZ274400: 3033.3046526489234\n", - "13:05:01\tCompleted 3367 to KZ196000: 1613.5140616924073\n", - "13:05:01\tCompleted 3336 to KZ711210: 1434.308555298475\n", - "13:05:01\tCompleted 3348 to KZ191600: 915.8596740314571\n", - "13:05:01\tCompleted 3371 to KZ316200: 587.3096162362108\n", - "13:05:01\tCompleted 3346 to KZ615200: 182.76530311109903\n", - "13:05:01\tCompleted 3345 to KZ593200: 2059.223787421502\n", - "13:05:01\tCompleted 3393 to KZ632400: 2774.8828899620107\n", - "13:05:01\tCompleted 3358 to KZ791310: 59.517087910241024\n", - "13:05:01\tCompleted 3394 to KZ433600: 1097.499073362757\n", - "13:05:01\tCompleted 3320 to KZ392400: 2682.8594782526634\n", - "13:05:01\tCompleted 3352 to KZ791310: 98.01079991310891\n", - "13:05:01\tCompleted 3331 to KZ194800: 1130.8211040053507\n", - "13:05:01\tCompleted 3384 to KZ351800: 1286.417311778482\n", - "13:05:01\tCompleted 3355 to KZ196600: 1308.6153403250078\n", - "13:05:01\tCompleted 3354 to KZ113800: 1877.146663231766\n", - "13:05:01\tCompleted 3373 to KZ552200: 2105.0021545168493\n", - "13:05:02\tCompleted 3376 to KZ194800: 1629.2054764879172\n", - "13:05:02\tCompleted 3349 to KZ751910: 1062.1566960830887\n", - "13:05:02\tCompleted 3402 to KZ275400: 3851.4072989823126\n", - "13:05:02\tCompleted 3371 to KZ311000: 212.0915006450113\n", - "13:05:02\tCompleted 3351 to KZ473600: 2688.503158707886\n", - "13:05:02\tCompleted 3348 to KZ195200: 853.6246971661838\n", - "13:05:02\tCompleted 3358 to KZ791510: 46.28278260703535\n", - "13:05:02\tCompleted 3350 to KZ352800: 1495.783372293929\n", - "13:05:02\tCompleted 3346 to KZ616400: 878.1297046616367\n", - "13:05:02\tCompleted 3367 to KZ191000: 1305.1249087993622\n", - "13:05:02\tCompleted 3352 to KZ791510: 75.13030034145584\n", - "13:05:02\tCompleted 3372 to KZ395400: 2312.963983862761\n", - "13:05:02\tCompleted 3394 to KZ434000: 830.0604864641418\n", - "13:05:03\tCompleted 3377 to KZ635800: 2553.1461612347953\n", - "13:05:03\tCompleted 3405 to KZ154600: 2472.3347656873593\n", - "13:05:03\tCompleted 3363 to KZ114500: 1893.0577874625983\n", - "13:05:03\tCompleted 3391 to KZ111010: 2077.648870341201\n", - "13:05:03\tCompleted 3401 to KZ595200: 2486.60273041572\n", - "13:05:03\tCompleted 3378 to KZ394000: 2471.593912868886\n", - "13:05:03\tCompleted 3336 to KZ711310: 1446.165914754407\n", - "13:05:03\tCompleted 3355 to KZ194200: 944.0586535972438\n", - "13:05:03\tCompleted 3327 to KZ553600: 1870.0337966996879\n", - "13:05:03\tCompleted 3371 to KZ315000: 624.763374784233\n", - "13:05:03\tCompleted 3395 to KZ553600: 2209.00142228597\n", - "13:05:03\tCompleted 3382 to KZ156000: 2028.6926659413784\n", - "13:05:03\tCompleted 3358 to KZ791710: 28.512593895149735\n", - "13:05:03\tCompleted 3349 to KZ751510: 1050.6726339821728\n", - "13:05:03\tCompleted 3389 to KZ554200: 2725.5704032343892\n", - "13:05:03\tCompleted 3331 to KZ195600: 1207.6016717605594\n", - "13:05:03\tCompleted 3352 to KZ791710: 73.35412002442328\n", - "13:05:04\tCompleted 3346 to KZ615600: 751.3489594392082\n", - "13:05:04\tCompleted 3383 to KZ635400: 3211.373554696636\n", - "13:05:04\tCompleted 3397 to KZ113800: 2097.37594517905\n", - "13:05:04\tCompleted 3343 to KZ634000: 2229.195364817117\n", - "13:05:04\tCompleted 3332 to KZ636800: 2537.343930667014\n", - "13:05:04\tCompleted 3357 to KZ394400: 2427.961002489444\n", - "13:05:04\tCompleted 3367 to KZ196200: 1070.7177360080275\n", - "13:05:04\tCompleted 3350 to KZ356400: 1320.2853417597044\n", - "13:05:04\tCompleted 3371 to KZ314200: 217.56673158034604\n", - "13:05:04\tCompleted 3348 to KZ195000: 1305.2548007068688\n", - "13:05:04\tCompleted 3376 to KZ195600: 1705.9860442431268\n", - "13:05:04\tCompleted 3358 to KZ611600: 274.21444634373626\n", - "13:05:04\tCompleted 3389 to KZ791110: 354.06364382817236\n", - "13:05:04\tCompleted 3398 to KZ234200: 3760.8253043661516\n", - "13:05:04\tCompleted 3352 to KZ611600: 330.21465529954753\n", - "13:05:04\tCompleted 3355 to KZ751210: 891.5060247320868\n", - "13:05:04\tCompleted 3320 to KZ396200: 3122.888400762379\n", - "13:05:05\tCompleted 3346 to KZ615800: 262.00363281254266\n", - "13:05:05\tCompleted 3356 to KZ634600: 2607.257260704408\n", - "13:05:05\tCompleted 3331 to KZ195800: 1021.4885441277095\n", - "13:05:05\tCompleted 3392 to KZ233600: 2978.34295760134613:05:05\tCompleted 3337 to KZ274000: 4393.174954870931\n", - "\n", - "13:05:05\tCompleted 3326 to KZ396200: 2232.6576372868512\n", - "13:05:05\tCompleted 3354 to KZ114500: 1950.9891583165877\n", - "13:05:05\tCompleted 3374 to KZ271000: 2944.002614448499\n", - "13:05:05\tCompleted 3400 to KZ392000: 2546.724197597049\n", - "13:05:05\tCompleted 3388 to KZ471800: 3084.4933758284365\n", - "13:05:05\tCompleted 3345 to KZ595800: 2163.143397461879\n", - "13:05:05\tCompleted 3391 to KZ116000: 1810.4715679947606\n", - "13:05:05\tCompleted 3358 to KZ613600: 145.552553896126\n", - "13:05:06\tCompleted 3389 to KZ791310: 316.17549310059775\n", - "13:05:06\tCompleted 3373 to KZ554600: 2187.178627018652\n", - "13:05:06\tCompleted 3352 to KZ613600: 198.6030159098467\n", - "13:05:06\tCompleted 3344 to KZ396800: 2667.283054630164\n", - "13:05:06\tCompleted 3348 to KZ194400: 1123.039727247896\n", - "13:05:06\tCompleted 3357 to KZ433200: 1561.0785011127684\n", - "13:05:06\tCompleted 3367 to KZ192600: 1344.068663828056\n", - "13:05:06\tCompleted 3379 to KZ595600: 2385.1163160083634\n", - "13:05:06\tCompleted 3355 to KZ751110: 899.2633840449674\n", - "13:05:06\tCompleted 3346 to KZ612600: 80.62590187933004\n", - "13:05:06\tCompleted 3363 to KZ114000: 1829.2007738950397\n", - "13:05:06\tCompleted 3399 to KZ635000: 2657.0783809739055\n", - "13:05:06\tCompleted 3371 to KZ353200: 1523.9862693821813\n", - "13:05:06\tCompleted 3376 to KZ195800: 1519.8729166102767\n", - "13:05:06\tCompleted 3350 to KZ352400: 1580.048866509332\n", - "13:05:06\tCompleted 3358 to KZ614000: 97.74661261091741\n", - "13:05:07\tCompleted 3352 to KZ614000: 141.5680376239646\n", - "13:05:07\tCompleted 3384 to KZ393200: 2400.594757521744\n", - "13:05:07\tCompleted 3389 to KZ791510: 336.04596056006415\n", - "13:05:07\tCompleted 3331 to KZ196000: 1208.2692995166296\n", - "13:05:07\tCompleted 3393 to KZ632800: 2580.813804945358\n", - "13:05:07\tCompleted 3336 to KZ555200: 2072.61433479919\n", - "13:05:07\tCompleted 3397 to KZ114500: 2171.218440263874\n", - "13:05:07\tCompleted 3372 to KZ392000: 2320.0176382579825\n", - "13:05:07\tCompleted 3395 to KZ552200: 2316.5268115653644\n", - "13:05:07\tCompleted 3405 to KZ154800: 2307.342076699763\n", - "13:05:07\tCompleted 3348 to KZ194600: 1133.5566932524011\n", - "13:05:07\tCompleted 3357 to KZ431900: 1042.0346682175496\n", - "13:05:07\tCompleted 3346 to KZ616000: 295.044276631232\n", - "13:05:07\tCompleted 3355 to KZ751310: 892.4349569202212\n", - "13:05:07\tCompleted 3327 to KZ552200: 1994.9619143681662\n", - "13:05:07\tCompleted 3402 to KZ273600: 3019.366557964851\n", - "13:05:08\tCompleted 3320 to KZ396600: 3034.5935329098384\n", - "13:05:08\tCompleted 3358 to KZ613900: 374.4983117521115\n", - "13:05:08\tCompleted 3401 to KZ591000: 2376.8184591682625\n", - "13:05:08\tCompleted 3377 to KZ636200: 2414.2290780045405\n", - "13:05:08\tCompleted 3352 to KZ613900: 418.319736765159\n", - "13:05:08\tCompleted 3367 to KZ196600: 1389.7843878833203\n", - "13:05:08\tCompleted 3380 to KZ275400: 3708.4930846059337\n", - "13:05:08\tCompleted 3389 to KZ791710: 315.85039333504534\n", - "13:05:08\tCompleted 3378 to KZ396800: 2486.1959875429125\n", - "13:05:08\tCompleted 3382 to KZ154600: 2326.8300966864954\n", - "13:05:08\tCompleted 3351 to KZ474200: 3135.127319774408\n", - "13:05:08\tCompleted 3331 to KZ191000: 899.8801466235847\n", - "13:05:08\tCompleted 3346 to KZ613800: 391.34512621018547\n", - "13:05:09\tCompleted 3350 to KZ356000: 1415.2646046974633\n", - "13:05:09\tCompleted 3355 to KZ751410: 909.8599353238618\n", - "13:05:09\tCompleted 3358 to KZ612000: 252.41008693208957\n", - "13:05:09\tCompleted 3357 to KZ434600: 1075.69923864393\n", - "13:05:09\tCompleted 3371 to KZ353600: 1618.446055224718\n", - "13:05:09\tCompleted 3354 to KZ114000: 1887.132144749029\n", - "13:05:09\tCompleted 3389 to KZ611600: 229.04134037912607\n", - "13:05:09\tCompleted 3352 to KZ612000: 308.4948632906236\n", - "13:05:09\tCompleted 3376 to KZ196000: 1706.6536719991968\n", - "13:05:09\tCompleted 3394 to KZ471000: 3294.5051944421857\n", - "13:05:09\tCompleted 3363 to KZ117000: 1751.8331173416436\n", - "13:05:09\tCompleted 3383 to KZ635000: 2686.1001273642155\n", - "13:05:09\tCompleted 3367 to KZ194200: 1025.2277011555564\n", - "13:05:09\tCompleted 3345 to KZ593400: 1972.530660109739\n", - "13:05:09\tCompleted 3391 to KZ116400: 2159.0495271082104\n", - "13:05:09\tCompleted 3348 to KZ194800: 1401.6723453064044\n", - "13:05:10\tCompleted 3388 to KZ593200: 2212.1645744899447\n", - "13:05:10\tCompleted 3358 to KZ614400: 301.03111119191396\n", - "13:05:10\tCompleted 3332 to KZ635800: 2587.970364382578\n", - "13:05:10\tCompleted 3343 to KZ635400: 2674.1009173993266\n", - "13:05:10\tCompleted 3379 to KZ596000: 2065.5218442140995\n", - "13:05:10\tCompleted 3392 to KZ633200: 2436.568091849332\n", - "13:05:10\tCompleted 3389 to KZ613600: 410.12851746680235\n", - "13:05:10\tCompleted 3384 to KZ393400: 1917.0037993588055\n", - "13:05:10\tCompleted 3320 to KZ394200: 2424.2038411747694\n", - "13:05:10\tCompleted 3356 to KZ634400: 2199.408001248347\n", - "13:05:10\tCompleted 3355 to KZ751710: 950.8479670927646\n", - "13:05:10\tCompleted 3352 to KZ614400: 344.8525362049614\n", - "13:05:10\tCompleted 3349 to KZ231000: 2820.0430085167654\n", - "13:05:10\tCompleted 3336 to KZ551600: 1812.6543266438853\n", - "13:05:10\tCompleted 3397 to KZ114000: 2107.3614266963145\n", - "13:05:10\tCompleted 3400 to KZ395600: 2620.0276955046993\n", - "13:05:10\tCompleted 3326 to KZ396600: 2240.576478078040513:05:10\tCompleted 3367 to KZ751210: 972.6750722903993\n", - "\n", - "13:05:11\tCompleted 3357 to KZ434400: 1418.6486376056644\n", - "13:05:11\tCompleted 3350 to KZ354400: 1337.8144770829024\n", - "13:05:11\tCompleted 3373 to KZ555600: 2396.495971769029\n", - "13:05:11\tCompleted 3344 to KZ394800: 2439.7772529245563\n", - "13:05:11\tCompleted 3358 to KZ614600: 68.72497871358469\n", - "13:05:11\tCompleted 3376 to KZ191000: 1398.2645191061517\n", - "13:05:11\tCompleted 3371 to KZ351600: 1193.2362032482667\n", - "13:05:11\tCompleted 3398 to KZ234600: 3875.995602804206\n", - "13:05:11\tCompleted 3389 to KZ614000: 270.8945492123294\n", - "13:05:11\tCompleted 3356 to KZ313600: 588.8625209716198\n", - "13:05:11\tCompleted 3352 to KZ614600: 124.80975507211859\n", - "13:05:11\tCompleted 3395 to KZ554600: 2398.7032840671554\n", - "13:05:11\tCompleted 3348 to KZ195600: 1478.452913061614\n", - "13:05:11\tCompleted 3363 to KZ114400: 1664.4919909313476\n", - "13:05:12\tCompleted 3355 to KZ751810: 897.0918111697137\n", - "13:05:12\tCompleted 3327 to KZ554600: 2132.5506465460285\n", - "13:05:12\tCompleted 3367 to KZ751110: 980.43243160328\n", - "13:05:12\tCompleted 3358 to KZ614800: 550.4303514874155\n", - "13:05:12\tCompleted 3357 to KZ431000: 760.3400552430211\n", - "13:05:12\tCompleted 3389 to KZ613900: 233.84123016908487\n", - "13:05:12\tCompleted 3354 to KZ117000: 1809.764488195633\n", - "13:05:12\tCompleted 3337 to KZ274200: 4510.520449250459\n", - "13:05:12\tCompleted 3372 to KZ395600: 2393.3211361656295\n", - "13:05:12\tCompleted 3374 to KZ274000: 3597.6607981680163\n", - "13:05:12\tCompleted 3378 to KZ394800: 2258.690185837308\n", - "13:05:12\tCompleted 3350 to KZ351800: 1229.3692276009658\n", - "13:05:12\tCompleted 3391 to KZ116800: 1956.4824455314351\n", - "13:05:12\tCompleted 3401 to KZ595600: 2534.9523560079615\n", - "13:05:12\tCompleted 3356 to KZ314000: 408.5212347332622\n", - "13:05:13\tCompleted 3376 to KZ196200: 1163.8573463148173\n", - "13:05:13\tCompleted 3382 to KZ154800: 2161.8374076989085\n", - "13:05:13\tCompleted 3320 to KZ394400: 2599.0572058357225\n", - "13:05:13\tCompleted 3352 to KZ614800: 606.4305604432268\n", - "13:05:13\tCompleted 3384 to KZ391600: 1784.10906022058\n", - "13:05:13\tCompleted 3393 to KZ636800: 2703.0511777730153\n", - "13:05:13\tCompleted 3358 to KZ615400: 306.7158392694366\n", - "13:05:13\tCompleted 3357 to KZ435200: 658.6459251820907\n", - "13:05:13\tCompleted 3399 to KZ632200: 2540.154212972886\n", - "13:05:13\tCompleted 3377 to KZ636400: 2171.64323012457\n", - "13:05:13\tCompleted 3355 to KZ751910: 918.232727520122\n", - "13:05:13\tCompleted 3397 to KZ117000: 2029.9937701429214\n", - "13:05:13\tCompleted 3402 to KZ276600: 3101.191804663837\n", - "13:05:13\tCompleted 3389 to KZ612000: 349.0267393272105\n", - "13:05:13\tCompleted 3345 to KZ594200: 2152.3884091732484\n", - "13:05:13\tCompleted 3367 to KZ751310: 973.6040044785337\n", - "13:05:13\tCompleted 3348 to KZ195800: 1292.339785428764\n", - "13:05:13\tCompleted 3371 to KZ354000: 1620.1456199695665\n", - "13:05:14\tCompleted 3405 to KZ155200: 2734.2807396015155\n", - "13:05:14\tCompleted 3352 to KZ615400: 355.57563698421717\n", - "13:05:14\tCompleted 3356 to KZ314800: 870.5835612023893\n", - "13:05:14\tCompleted 3336 to KZ553200: 1949.0819228710925\n", - "13:05:14\tCompleted 3351 to KZ474600: 2812.302758956326\n", - "13:05:14\tCompleted 3358 to KZ615200: 37.625692853687795\n", - "13:05:14\tCompleted 3380 to KZ273600: 2876.452343588472\n", - "13:05:14\tCompleted 3357 to KZ434800: 689.9721860984258\n", - "13:05:14\tCompleted 3388 to KZ595800: 2316.0841845303125\n", - "13:05:14\tCompleted 3343 to KZ635000: 2148.8274900669053\n", - "13:05:14\tCompleted 3326 to KZ394200: 1874.8289582399298\n", - "13:05:14\tCompleted 3383 to KZ632200: 2569.1759593631928\n", - "13:05:14\tCompleted 3376 to KZ192600: 1437.2082741348456\n", - "13:05:14\tCompleted 3389 to KZ614400: 162.04255415693595\n", - "13:05:14\tCompleted 3355 to KZ751510: 906.7486654192061\n", - "13:05:15\tCompleted 3354 to KZ114400: 1722.423361785337\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:05:15\tCompleted 3379 to KZ596200: 2303.464926896017\n", - "13:05:15\tCompleted 3339 to KZ113200: 1722.2868560087243\n", - "13:05:15\tCompleted 3352 to KZ615200: 85.01097403549707\n", - "13:05:15\tCompleted 3367 to KZ751410: 991.0289828821743\n", - "13:05:15\tCompleted 3373 to KZ551000: 2180.0947493672206\n", - "13:05:15\tCompleted 3356 to KZ315400: 557.8224425224154\n", - "13:05:15\tCompleted 3346 to KZ273200: 2867.14060484627\n", - "13:05:15\tCompleted 3358 to KZ616400: 1001.6033159757377\n", - "13:05:15\tCompleted 3394 to KZ473600: 2875.5304284192425\n", - "13:05:15\tCompleted 3332 to KZ636200: 2449.0532811523226\n", - "13:05:15\tCompleted 3389 to KZ614600: 295.04875579077793\n", - "13:05:15\tCompleted 3363 to KZ114600: 2014.541241656384\n", - "13:05:15\tCompleted 3357 to KZ433600: 950.6423664475618\n", - "13:05:15\tCompleted 3400 to KZ395800: 2646.574637010769\n", - "13:05:15\tCompleted 3397 to KZ114400: 1942.6526437326254\n", - "13:05:16\tCompleted 3391 to KZ111810: 1978.346538554564\n", - "13:05:16\tCompleted 3392 to KZ634800: 2921.014683259599\n", - "13:05:16\tCompleted 3371 to KZ351000: 1554.1203346197308\n", - "13:05:16\tCompleted 3327 to KZ555600: 2189.098121937912\n", - "13:05:16\tCompleted 3352 to KZ616400: 1057.6035249315491\n", - "13:05:16\tCompleted 3344 to KZ395000: 2773.913033019178\n", - "13:05:16\tCompleted 3401 to KZ596000: 2253.521061637103\n", - "13:05:16\tCompleted 3376 to KZ196600: 1482.92399819011\n", - "13:05:16\tCompleted 3367 to KZ751710: 1032.0170146510773\n", - "13:05:16\tCompleted 3389 to KZ614800: 505.0890166514855\n", - "13:05:16\tCompleted 3358 to KZ615600: 764.8738328378818\n", - "13:05:16\tCompleted 3356 to KZ315600: 1195.8918935676\n", - "13:05:17\tCompleted 3336 to KZ553600: 1666.6888614158602\n", - "13:05:17\tCompleted 3357 to KZ434000: 714.6996168580193\n", - "13:05:17\tCompleted 3339 to KZ113400: 1513.507784906553\n", - "13:05:17\tCompleted 3391 to KZ116600: 609.0147641497131\n", - "13:05:17\tCompleted 3384 to KZ393600: 2254.6530917151686\n", - "13:05:17\tCompleted 3395 to KZ555600: 2653.0071297528984\n", - "13:05:17\tCompleted 3349 to KZ234000: 3028.6534858844534\n", - "13:05:17\tCompleted 3398 to KZ234800: 3009.696978639822\n", - "13:05:17\tCompleted 3371 to KZ352000: 1104.0426112017567\n", - "13:05:17\tCompleted 3372 to KZ395800: 2419.8680776716924\n", - "13:05:17\tCompleted 3389 to KZ615400: 310.6795909611405\n", - "13:05:17\tCompleted 3352 to KZ615600: 817.9242948516024\n", - "13:05:17\tCompleted 3358 to KZ615800: 76.32016235457638\n", - "13:05:17\tCompleted 3367 to KZ751810: 978.2608587280262\n", - "13:05:17\tCompleted 3350 to KZ393200: 2343.546673344232\n", - "13:05:17\tCompleted 3405 to KZ156400: 2313.5707392407085\n", - "13:05:17\tCompleted 3345 to KZ596600: 2252.076733626166\n", - "13:05:17\tCompleted 3376 to KZ194200: 1118.3673114623452\n", - "13:05:18\tCompleted 3356 to KZ316000: 584.0992565070387\n", - "13:05:18\tCompleted 3378 to KZ395000: 2592.8259659319265\n", - "13:05:18\tCompleted 3343 to KZ632200: 2031.9033220658728\n", - "13:05:18\tCompleted 3388 to KZ593400: 2125.4714471781804\n", - "13:05:18\tCompleted 3382 to KZ155200: 2588.7760706006616\n", - "13:05:18\tCompleted 3377 to KZ631000: 2386.533417975983\n", - "13:05:18\tCompleted 3352 to KZ615800: 79.03681470370776\n", - "13:05:18\tCompleted 3393 to KZ635800: 2753.67761148858\n", - "13:05:18\tCompleted 3358 to KZ612600: 225.1329223687522\n", - "13:05:18\tCompleted 3389 to KZ615200: 307.29404414894117\n", - "13:05:18\tCompleted 3363 to KZ114800: 1864.5882978105312\n", - "13:05:19\tCompleted 3402 to KZ275000: 2966.8894617661736\n", - "13:05:19\tCompleted 3367 to KZ751910: 999.4017750784345\n", - "13:05:19\tCompleted 3374 to KZ274200: 3715.0062925474717\n", - "13:05:19\tCompleted 3356 to KZ316600: 902.7267869789564\n", - "13:05:19\tCompleted 3376 to KZ751210: 1065.8146825971887\n", - "13:05:19\tCompleted 3379 to KZ596400: 2247.5878714939686\n", - "13:05:19\tCompleted 3373 to KZ556000: 2228.216131575234\n", - "13:05:19\tCompleted 3392 to KZ633400: 2188.7926285889216\n", - "13:05:19\tCompleted 3352 to KZ612600: 281.21769872728635\n", - "13:05:19\tCompleted 3397 to KZ114600: 2292.7018944576616\n", - "13:05:19\tCompleted 3358 to KZ616000: 93.55054653843773\n", - "13:05:19\tCompleted 3336 to KZ552200: 1791.6169790843387\n", - "13:05:19\tCompleted 3327 to KZ551000: 2052.574906398049\n", - "13:05:19\tCompleted 3339 to KZ113600: 1788.78051395319\n", - "13:05:20\tCompleted 3389 to KZ616400: 691.8244086519771\n", - "13:05:20\tCompleted 3354 to KZ114600: 2072.4726125103734\n", - "13:05:20\tCompleted 3399 to KZ635200: 2922.6834287669194\n", - "13:05:20\tCompleted 3380 to KZ276600: 2958.277590287458\n", - "13:05:20\tCompleted 3332 to KZ636400: 2206.4674332723557\n", - "13:05:20\tCompleted 3356 to KZ316200: 579.3232200418659\n", - "13:05:20\tCompleted 3344 to KZ395200: 2241.55180618008\n", - "13:05:20\tCompleted 3367 to KZ751510: 987.9177129775186\n", - "13:05:20\tCompleted 3351 to KZ475000: 3182.6317857061035\n", - "13:05:20\tCompleted 3371 to KZ354800: 1873.9986191221465\n", - "13:05:20\tCompleted 3400 to KZ392400: 2556.6007173835005\n", - "13:05:20\tCompleted 3391 to KZ115600: 2142.4188867581156\n", - "13:05:20\tCompleted 3401 to KZ596200: 2453.300966895615\n", - "13:05:20\tCompleted 3383 to KZ635200: 2951.7051751572294\n", - "13:05:20\tCompleted 3352 to KZ616000: 37.4657701799038\n", - "13:05:20\tCompleted 3376 to KZ751110: 1073.5720419100694\n", - "13:05:20\tCompleted 3358 to KZ613800: 332.46968627305006\n", - "13:05:20\tCompleted 3355 to KZ231000: 2962.2096177668373\n", - "13:05:20\tCompleted 3350 to KZ393400: 1859.9557151812894\n", - "13:05:21\tCompleted 3346 to KZ274400: 2804.269292332967\n", - "13:05:21\tCompleted 3389 to KZ615600: 987.752026239505\n", - "13:05:21\tCompleted 3356 to KZ311000: 262.3162699259479\n", - "13:05:21\tCompleted 3378 to KZ395200: 2060.4647390928203\n", - "13:05:21\tCompleted 3395 to KZ551000: 2391.6194064157326\n", - "13:05:21\tCompleted 3394 to KZ474200: 3322.1545894857645\n", - "13:05:21\tCompleted 3345 to KZ595000: 2087.713945437715\n", - "13:05:21\tCompleted 3352 to KZ613800: 376.2911112860975\n", - "13:05:21\tCompleted 3384 to KZ396400: 2413.126988244079\n", - "13:05:22\tCompleted 3363 to KZ111010: 1882.0597036210365\n", - "13:05:22\tCompleted 3376 to KZ751310: 1066.7436147853232\n", - "13:05:22\tCompleted 3389 to KZ615800: 353.091771363694\n", - "13:05:22\tCompleted 3382 to KZ156400: 2168.0660702398404\n", - "13:05:22\tCompleted 3372 to KZ392400: 2329.8941580444307\n", - "13:05:22\tCompleted 3356 to KZ315000: 674.9881440651694\n", - "13:05:22\tCompleted 3405 to KZ155600: 2486.250613279609\n", - "13:05:22\tCompleted 3375 to KZ113200: 1931.4305089595557\n", - "13:05:22\tCompleted 3371 to KZ355200: 1582.1188551945029\n", - "13:05:22\tCompleted 3397 to KZ114800: 2117.695823819724\n", - "13:05:22\tCompleted 3357 to KZ471000: 3147.6484875269907\n", - "13:05:22\tCompleted 3388 to KZ594200: 2305.3291962416847\n", - "13:05:22\tCompleted 3398 to KZ235200: 3057.33682600319\n", - "13:05:23\tCompleted 3343 to KZ635200: 2414.432537859919\n", - "13:05:23\tCompleted 3389 to KZ612600: 317.028968679626\n", - "13:05:23\tCompleted 3376 to KZ751410: 1084.1685931889638\n", - "13:05:23\tCompleted 3356 to KZ314200: 267.79150086128266\n", - "13:05:23\tCompleted 3339 to KZ113800: 1968.12653862209\n", - "13:05:23\tCompleted 3336 to KZ554600: 1929.2057112622024\n", - "13:05:23\tCompleted 3350 to KZ391600: 1727.0609760430639\n", - "13:05:23\tCompleted 3354 to KZ114800: 1972.7174393597888\n", - "13:05:23\tCompleted 3391 to KZ115200: 2056.095342505386\n", - "13:05:23\tCompleted 3349 to KZ234200: 3479.599192405389\n", - "13:05:23\tCompleted 3393 to KZ636200: 2614.760528258324\n", - "13:05:23\tCompleted 3377 to KZ634600: 2654.2180432762766\n", - "13:05:24\tCompleted 3392 to KZ633600: 2604.0753262292815\n", - "13:05:24\tCompleted 3389 to KZ616000: 425.6501824231463\n", - "13:05:24\tCompleted 3363 to KZ116000: 1614.8824012745945\n", - "13:05:24\tCompleted 3379 to KZ594600: 2410.9405873138826\n", - "13:05:24\tCompleted 3376 to KZ751710: 1125.1566249578666\n", - "13:05:24\tCompleted 3373 to KZ556800: 2428.9040564471716\n", - "13:05:24\tCompleted 3402 to KZ274800: 3502.394373149585\n", - "13:05:24\tCompleted 3401 to KZ596400: 2435.5870889169764\n", - "13:05:24\tCompleted 3400 to KZ396200: 2512.264405796312\n", - "13:05:24\tCompleted 3332 to KZ631000: 2421.357621123765\n", - "13:05:24\tCompleted 3405 to KZ156800: 1988.2304575002286\n", - "13:05:25\tCompleted 3375 to KZ113400: 1761.1430160267923\n", - "13:05:25\tCompleted 3371 to KZ355600: 1744.745540687701\n", - "13:05:25\tCompleted 3389 to KZ613800: 193.48112923807207\n", - "13:05:25\tCompleted 3356 to KZ353200: 1470.0470773923253\n", - "13:05:25\tCompleted 3380 to KZ275000: 2823.975247389804\n", - "13:05:25\tCompleted 3345 to KZ593600: 2202.26254972201\n", - "13:05:25\tCompleted 3344 to KZ391000: 2495.950002836398\n", - "13:05:25\tCompleted 3378 to KZ391000: 2314.862935749147\n", - "13:05:25\tCompleted 3395 to KZ556000: 2439.740788623746\n", - "13:05:25\tCompleted 3397 to KZ111010: 2160.220356422307\n", - "13:05:25\tCompleted 3376 to KZ751810: 1071.4004690348156\n", - "13:05:26\tCompleted 3351 to KZ475200: 3193.474746490153\n", - "13:05:26\tCompleted 3399 to KZ632400: 2791.638986616421\n", - "13:05:26\tCompleted 3371 to KZ352100: 959.1991629435137\n", - "13:05:26\tCompleted 3355 to KZ234000: 3170.820095134525\n", - "13:05:26\tCompleted 3358 to KZ273200: 3012.0108716268237\n", - "13:05:26\tCompleted 3384 to KZ394000: 2521.58726733339513:05:26\tCompleted 3391 to KZ115400: 2033.4746799072923\n", - "\n", - "13:05:26\tCompleted 3382 to KZ155600: 2340.745944278755\n", - "13:05:26\tCompleted 3388 to KZ596600: 2191.4862327550077\n", - "13:05:26\tCompleted 3379 to KZ711110: 1720.140116970465\n", - "13:05:26\tCompleted 3336 to KZ555600: 1985.753186654084\n", - "13:05:26\tCompleted 3354 to KZ111010: 1939.991074475026\n", - "13:05:26\tCompleted 3394 to KZ474600: 2999.3300286676827\n", - "13:05:26\tCompleted 3367 to KZ231000: 2922.385458004205\n", - "13:05:26\tCompleted 3346 to KZ275400: 3479.4577242899773\n", - "13:05:26\tCompleted 3376 to KZ751910: 1092.541385385224\n", - "13:05:27\tCompleted 3372 to KZ396200: 2285.557846457235\n", - "13:05:27\tCompleted 3352 to KZ273200: 3068.0956479853517\n", - "13:05:27\tCompleted 3405 to KZ193200: 1941.1784723901953\n", - "13:05:27\tCompleted 3350 to KZ393600: 2197.6050075376593\n", - "13:05:27\tCompleted 3383 to KZ632400: 2820.660733006731\n", - "13:05:27\tCompleted 3343 to KZ632400: 2283.3880957094216\n", - "13:05:27\tCompleted 3375 to KZ113600: 1889.61417409685\n", - "13:05:27\tCompleted 3393 to KZ636400: 2372.174680378362\n", - "13:05:27\tCompleted 3363 to KZ116400: 1963.4603603880535\n", - "13:05:27\tCompleted 3397 to KZ116000: 1893.0430540758723\n", - "13:05:27\tCompleted 3356 to KZ353600: 1668.6708245056548\n", - "13:05:28\tCompleted 3357 to KZ473600: 2728.6737215040475\n", - "13:05:28\tCompleted 3398 to KZ235600: 3152.3745920235947\n", - "13:05:28\tCompleted 3376 to KZ751510: 1081.057323284308\n", - "13:05:28\tCompleted 3377 to KZ634400: 2246.3687838202122\n", - "13:05:28\tCompleted 3371 to KZ352200: 1531.9268441108984\n", - "13:05:28\tCompleted 3400 to KZ396600: 2520.1832465875013\n", - "13:05:28\tCompleted 3392 to KZ633800: 2610.8525207156445\n", - "13:05:29\tCompleted 3345 to KZ595200: 2199.712682779239513:05:29\tCompleted 3379 to KZ711410: 1720.3129200245746\n", - "\n", - "13:05:29\tCompleted 3354 to KZ116000: 1672.8137721285839\n", - "13:05:29\tCompleted 3382 to KZ156800: 1842.7257884993594\n", - "13:05:29\tCompleted 3401 to KZ594600: 2560.7766273134807\n", - "13:05:29\tCompleted 3377 to KZ313600: 635.8233035434912\n", - "13:05:29\tCompleted 3356 to KZ351600: 1243.4609725292034\n", - "13:05:29\tCompleted 3373 to KZ554800: 2433.5995444916225\n", - "13:05:29\tCompleted 3402 to KZ275800: 2971.977197138007\n", - "13:05:29\tCompleted 3371 to KZ352300: 1251.5985778914576\n", - "13:05:29\tCompleted 3349 to KZ234600: 3594.7694908434437\n", - "13:05:29\tCompleted 3332 to KZ634600: 2689.042246424059\n", - "13:05:29\tCompleted 3378 to KZ395400: 2362.730488782223\n", - "13:05:30\tCompleted 3391 to KZ151000: 2256.0654690632646\n", - "13:05:30\tCompleted 3377 to KZ314000: 455.48201730513347\n", - "13:05:30\tCompleted 3405 to KZ193400: 2146.0673494056364\n", - "13:05:30\tCompleted 3363 to KZ116800: 1760.893278811269\n", - "13:05:30\tCompleted 3380 to KZ274800: 3359.4801587732063\n", - "13:05:30\tCompleted 3389 to KZ273200: 3060.6373656037877\n", - "13:05:30\tCompleted 3395 to KZ556800: 2640.4287134956835\n", - "13:05:30\tCompleted 3375 to KZ113800: 1969.2322588528841\n", - "13:05:30\tCompleted 3388 to KZ595000: 2240.6547325061483\n", - "13:05:30\tCompleted 3344 to KZ395400: 2543.8175558694743\n", - "13:05:30\tCompleted 3397 to KZ116400: 2241.6210131893176\n", - "13:05:31\tCompleted 3343 to KZ632800: 2089.3190106927486\n", - "13:05:31\tCompleted 3384 to KZ396800: 2536.1893420074184\n", - "13:05:31\tCompleted 3358 to KZ274400: 2949.1395591135274\n", - "13:05:31\tCompleted 3356 to KZ354000: 1566.2064279797105\n", - "13:05:31\tCompleted 3351 to KZ471800: 3023.0845263294273\n", - "13:05:31\tCompleted 3399 to KZ632800: 2597.5699015997666\n", - "13:05:31\tCompleted 3400 to KZ394200: 2154.4357267493992\n", - "13:05:31\tCompleted 3371 to KZ352800: 1506.1568786047562\n", - "13:05:31\tCompleted 3377 to KZ314800: 917.5443437742606\n", - "13:05:31\tCompleted 3382 to KZ193200: 1757.5106259659008\n", - "13:05:31\tCompleted 3350 to KZ396400: 2356.0789040665654\n", - "13:05:31\tCompleted 3379 to KZ711210: 1689.958534358159\n", - "13:05:31\tCompleted 3401 to KZ711110: 1908.1393343934851\n", - "13:05:31\tCompleted 3372 to KZ396600: 2293.4766872484242\n", - "13:05:31\tCompleted 3405 to KZ193600: 1446.0020804529802\n", - "13:05:31\tCompleted 3355 to KZ234200: 3621.765801655461\n", - "13:05:32\tCompleted 3394 to KZ475000: 3369.65905541746\n", - "13:05:32\tCompleted 3345 to KZ591000: 2089.928411531782\n", - "13:05:32\tCompleted 3352 to KZ274400: 3005.2243354720595\n", - "13:05:32\tCompleted 3393 to KZ631000: 2587.0648682297665\n", - "13:05:32\tCompleted 3367 to KZ234000: 3130.9959353718928\n", - "13:05:32\tCompleted 3346 to KZ273600: 2647.4169832725156\n", - "13:05:32\tCompleted 3377 to KZ315400: 604.7832250942866\n", - "13:05:32\tCompleted 3354 to KZ116400: 2021.3917312420429\n", - "13:05:32\tCompleted 3398 to KZ233600: 3034.9911898794862\n", - "13:05:33\tCompleted 3376 to KZ231000: 2946.3904400070933\n", - "13:05:33\tCompleted 3371 to KZ356400: 1355.8980401319127\n", - "13:05:33\tCompleted 3363 to KZ111810: 1782.7573718343979\n", - "13:05:33\tCompleted 3356 to KZ351000: 1500.1811426298748\n", - "13:05:33\tCompleted 3405 to KZ194000: 1426.7638796417373\n", - "13:05:33\tCompleted 3397 to KZ116800: 2039.0539316125469\n", - "13:05:33\tCompleted 3391 to KZ153200: 2260.4820524919005\n", - "13:05:33\tCompleted 3392 to KZ634000: 2658.820101384617\n", - "13:05:33\tCompleted 3375 to KZ114500: 2043.0747539377057\n", - "13:05:33\tCompleted 3357 to KZ474200: 3175.2978825705695\n", - "13:05:33\tCompleted 3379 to KZ711310: 1711.5509228967483\n", - "13:05:33\tCompleted 3377 to KZ315600: 1242.8526761394712\n", - "13:05:33\tCompleted 3383 to KZ632800: 2626.5916479900734\n", - "13:05:33\tCompleted 3401 to KZ711410: 1908.3121374475948\n", - "13:05:33\tCompleted 3332 to KZ634400: 2281.1929869679943\n", - "13:05:34\tCompleted 3382 to KZ193400: 1962.3995029813414\n", - "13:05:34\tCompleted 3363 to KZ116600: 413.4255974295426\n", - "13:05:34\tCompleted 3378 to KZ392000: 2369.7841431774445\n", - "13:05:34\tCompleted 3373 to KZ556400: 2371.3334181830683\n", - "13:05:34\tCompleted 3356 to KZ352000: 1050.1034192119007\n", - "13:05:34\tCompleted 3402 to KZ276000: 3387.808222893042\n", - "13:05:34\tCompleted 3351 to KZ593200: 2079.7465803465\n", - "13:05:34\tCompleted 3384 to KZ394800: 2308.683540301817\n", - "13:05:35\tCompleted 3343 to KZ636800: 2211.556383520426\n", - "13:05:35\tCompleted 3377 to KZ316000: 702.2149599898916\n", - "13:05:35\tCompleted 3332 to KZ313600: 670.6475066912766\n", - "13:05:35\tCompleted 3371 to KZ352400: 1590.4223728201591\n", - "13:05:35\tCompleted 3380 to KZ275800: 2829.062982761628\n", - "13:05:35\tCompleted 3372 to KZ394200: 1927.7291674103153\n", - "13:05:35\tCompleted 3349 to KZ234800: 2728.47086667906\n", - "13:05:35\tCompleted 3354 to KZ116800: 1818.8246496652584\n", - "13:05:35\tCompleted 3388 to KZ593600: 2355.2033367904532\n", - "13:05:35\tCompleted 3405 to KZ196400: 1859.9179863173408\n", - "13:05:35\tCompleted 3400 to KZ394400: 2582.4420780753944\n", - "13:05:35\tCompleted 3382 to KZ193600: 1262.334234028686\n", - "13:05:35\tCompleted 3395 to KZ554800: 2645.1242015401344\n", - "13:05:35\tCompleted 3344 to KZ392000: 2550.8712102646928\n", - "13:05:35\tCompleted 3397 to KZ111810: 2060.9180246356746\n", - "13:05:35\tCompleted 3389 to KZ274400: 2997.766053090495\n", - "13:05:35\tCompleted 3332 to KZ314000: 490.306220452919\n", - "13:05:35\tCompleted 3345 to KZ595600: 2323.815998053699\n", - "13:05:36\tCompleted 3350 to KZ394000: 2464.5391831558823\n", - "13:05:36\tCompleted 3377 to KZ316600: 949.6875695508277\n", - "13:05:36\tCompleted 3401 to KZ711210: 1877.9577517811792\n", - "13:05:36\tCompleted 3358 to KZ275400: 3624.327991070538\n", - "13:05:36\tCompleted 3398 to KZ633200: 2493.2163241274734\n", - "13:05:36\tCompleted 3371 to KZ356000: 1412.6949651147315\n", - "13:05:36\tCompleted 3375 to KZ114000: 1979.217740370147\n", - "13:05:36\tCompleted 3397 to KZ116600: 691.5862502308288\n", - "13:05:36\tCompleted 3391 to KZ153400: 2149.8953949662136\n", - "13:05:36\tCompleted 3399 to KZ636800: 2719.8072744274255\n", - "13:05:36\tCompleted 3405 to KZ196800: 1328.0763840761604\n", - "13:05:36\tCompleted 3382 to KZ194000: 1243.0960332174427\n", - "13:05:37\tCompleted 3332 to KZ314800: 952.3685469220461\n", - "13:05:37\tCompleted 3400 to KZ433200: 1715.559576698728\n", - "13:05:37\tCompleted 3377 to KZ316200: 684.4951680890186\n", - "13:05:37\tCompleted 3356 to KZ354800: 1924.2233884030832\n", - "13:05:37\tCompleted 3394 to KZ475200: 3380.5020162015094\n", - "13:05:37\tCompleted 3363 to KZ115600: 1946.8297200379527\n", - "13:05:37\tCompleted 3393 to KZ634600: 2854.7494935300615\n", - "13:05:37\tCompleted 3352 to KZ275400: 3680.41276742907\n", - "13:05:37\tCompleted 3355 to KZ234600: 3736.9361000935155\n", - "13:05:37\tCompleted 3354 to KZ111810: 1840.6887426883873\n", - "13:05:38\tCompleted 3346 to KZ276600: 2729.2422299715017\n", - "13:05:38\tCompleted 3376 to KZ234000: 3155.0009173747812\n", - "13:05:38\tCompleted 3405 to KZ191600: 1353.8743601362492\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:05:38\tCompleted 3351 to KZ595800: 2183.6661903868767\n", - "13:05:38\tCompleted 3377 to KZ311000: 309.27705249781917\n", - "13:05:38\tCompleted 3332 to KZ315400: 639.6074282420722\n", - "13:05:38\tCompleted 3371 to KZ354400: 1348.1879833937298\n", - "13:05:38\tCompleted 3367 to KZ234200: 3581.9416418928286\n", - "13:05:38\tCompleted 3400 to KZ431900: 1196.5157438035092\n", - "13:05:38\tCompleted 3379 to KZ555200: 2453.175227754864\n", - "13:05:38\tCompleted 3401 to KZ711310: 1899.5501403197684\n", - "13:05:38\tCompleted 3345 to KZ596000: 1966.6310140006165\n", - "13:05:38\tCompleted 3378 to KZ395600: 2443.0876410850915\n", - "13:05:38\tCompleted 3392 to KZ635400: 3103.7256539668265\n", - "13:05:39\tCompleted 3382 to KZ196400: 1676.2501398930463\n", - "13:05:39\tCompleted 3343 to KZ635800: 2262.18281723598\n", - "13:05:39\tCompleted 3354 to KZ116600: 471.3569682835319\n", - "13:05:39\tCompleted 3356 to KZ355200: 1528.1796632046469\n", - "13:05:39\tCompleted 3377 to KZ315000: 721.9489266370408\n", - "13:05:39\tCompleted 3402 to KZ276200: 3107.1944361591377\n", - "13:05:39\tCompleted 3357 to KZ474600: 2852.4733217524877\n", - "13:05:39\tCompleted 3375 to KZ117000: 1901.850083816751\n", - "13:05:39\tCompleted 3400 to KZ434600: 1230.1803142298895\n", - "13:05:39\tCompleted 3405 to KZ195200: 1291.6393832709757\n", - "13:05:39\tCompleted 3373 to KZ554200: 2567.1644539653676\n", - "13:05:39\tCompleted 3384 to KZ395000: 2642.8193203964324\n", - "13:05:39\tCompleted 3371 to KZ351800: 1226.799588018234\n", - "13:05:39\tCompleted 3397 to KZ115600: 2224.9903728392214\n", - "13:05:39\tCompleted 3388 to KZ595200: 2352.6534698476726\n", - "13:05:40\tCompleted 3377 to KZ314200: 314.7522834331539\n", - "13:05:40\tCompleted 3380 to KZ276000: 3244.8940085166632\n", - "13:05:40\tCompleted 3372 to KZ394400: 2355.7355187363178\n", - "13:05:40\tCompleted 3383 to KZ636800: 2748.8290208177355\n", - "13:05:40\tCompleted 3382 to KZ196800: 1144.4085376518658\n", - "13:05:40\tCompleted 3395 to KZ556400: 2582.85807523158\n", - "13:05:40\tCompleted 3349 to KZ235200: 2776.1107140424274\n", - "13:05:40\tCompleted 3373 to KZ791110: 106.40914874936476\n", - "13:05:40\tCompleted 3363 to KZ115200: 1881.3175497343877\n", - "13:05:40\tCompleted 3391 to KZ153600: 2442.299155823686\n", - "13:05:40\tCompleted 3350 to KZ396800: 2479.141257829909\n", - "13:05:40\tCompleted 3400 to KZ434400: 1573.129713191624\n", - "13:05:40\tCompleted 3344 to KZ395600: 2624.174708172343\n", - "13:05:41\tCompleted 3351 to KZ593400: 1993.0534530347381\n", - "13:05:41\tCompleted 3398 to KZ634800: 2977.6629155377404\n", - "13:05:41\tCompleted 3358 to KZ273600: 2792.287250053076\n", - "13:05:41\tCompleted 3405 to KZ195000: 1743.269486811661\n", - "13:05:41\tCompleted 3373 to KZ791310: 57.72505676356844\n", - "13:05:41\tCompleted 3356 to KZ355600: 1690.80634869784513:05:41\tCompleted 3382 to KZ191600: 1170.2065137119546\n", - "\n", - "13:05:41\tCompleted 3393 to KZ634400: 2446.9002340739958\n", - "13:05:41\tCompleted 3375 to KZ114400: 1814.508957406455\n", - "13:05:41\tCompleted 3389 to KZ275400: 3672.9544850475054\n", - "13:05:41\tCompleted 3400 to KZ431000: 914.8211308289809\n", - "13:05:42\tCompleted 3377 to KZ353200: 1588.1627808751775\n", - "13:05:42\tCompleted 3372 to KZ433200: 1488.8530173596366\n", - "13:05:42\tCompleted 3379 to KZ551600: 2186.6085057693367\n", - "13:05:42\tCompleted 3399 to KZ635800: 2770.4337081429903\n", - "13:05:42\tCompleted 3373 to KZ791510: 41.61390038096755\n", - "13:05:42\tCompleted 3397 to KZ115200: 2134.4250757435734\n", - "13:05:42\tCompleted 3354 to KZ115600: 2004.761090891942\n", - "13:05:42\tCompleted 3393 to KZ313600: 836.354753797283\n", - "13:05:42\tCompleted 3343 to KZ636200: 2123.265734005735\n", - "13:05:42\tCompleted 3394 to KZ471800: 3210.111796040783713:05:42\tCompleted 3356 to KZ352100: 1009.4239322244503\n", - "\n", - "13:05:42\tCompleted 3355 to KZ234800: 2870.6374759291316\n", - "13:05:42\tCompleted 3400 to KZ435200: 813.1270007680505\n", - "13:05:42\tCompleted 3382 to KZ195200: 1107.9715368466811\n", - "13:05:42\tCompleted 3384 to KZ395200: 2110.458093557330413:05:42\tCompleted 3345 to KZ596200: 2353.6304636717855\n", - "\n", - "13:05:42\tCompleted 3352 to KZ273600: 2848.372026411608\n", - "13:05:43\tCompleted 3405 to KZ194400: 1561.0544133526869\n", - "13:05:43\tCompleted 3373 to KZ791710: 47.181075058050396\n", - "13:05:43\tCompleted 3392 to KZ635000: 2578.452226634406\n", - "13:05:43\tCompleted 3372 to KZ431900: 969.809184464417913:05:43\tCompleted 3376 to KZ234200: 3605.946623895717\n", - "\n", - "13:05:43\tCompleted 3346 to KZ275000: 2594.9398870738605\n", - "13:05:43\tCompleted 3393 to KZ314000: 656.0134675589254\n", - "13:05:43\tCompleted 3378 to KZ395800: 2469.6345825911594\n", - "13:05:43\tCompleted 3371 to KZ393200: 2340.977033761501\n", - "13:05:43\tCompleted 3363 to KZ115400: 1858.696887136294\n", - "13:05:43\tCompleted 3400 to KZ434800: 844.4532616843857\n", - "13:05:43\tCompleted 3388 to KZ591000: 2242.869198600215\n", - "13:05:44\tCompleted 3391 to KZ154000: 2193.87572864871\n", - "13:05:44\tCompleted 3402 to KZ271000: 3124.8873915733534\n", - "13:05:44\tCompleted 3398 to KZ633400: 2245.4408608670565\n", - "13:05:44\tCompleted 3401 to KZ555200: 2641.1744451778795\n", - "13:05:44\tCompleted 3373 to KZ611600: 309.1783638938996\n", - "13:05:44\tCompleted 3367 to KZ234600: 3697.111940330883\n", - "13:05:44\tCompleted 3356 to KZ352200: 1477.9876521210424\n", - "13:05:44\tCompleted 3382 to KZ195000: 1559.6016403873664\n", - "13:05:44\tCompleted 3405 to KZ194600: 1571.5713793571933\n", - "13:05:44\tCompleted 3350 to KZ394800: 2251.635456124304\n", - "13:05:44\tCompleted 3377 to KZ353600: 1715.631607077526\n", - "13:05:44\tCompleted 3351 to KZ594200: 2172.9112020982475\n", - "13:05:44\tCompleted 3393 to KZ314800: 1118.0757940280525\n", - "13:05:44\tCompleted 3372 to KZ434600: 1003.4737548907982\n", - "13:05:44\tCompleted 3400 to KZ433600: 1105.1234420335215\n", - "13:05:45\tCompleted 3380 to KZ276200: 2964.280221782759\n", - "13:05:45\tCompleted 3397 to KZ115400: 2111.8044131454885\n", - "13:05:45\tCompleted 3373 to KZ613600: 210.02479802870835\n", - "13:05:45\tCompleted 3357 to KZ475000: 3222.802348502265\n", - "13:05:45\tCompleted 3375 to KZ114600: 2164.5582081314915\n", - "13:05:45\tCompleted 3354 to KZ115200: 1989.4466912836454\n", - "13:05:45\tCompleted 3395 to KZ554200: 2778.689111013871\n", - "13:05:45\tCompleted 3356 to KZ352300: 1173.5148117312256\n", - "13:05:45\tCompleted 3393 to KZ315400: 805.3146753480786\n", - "13:05:45\tCompleted 3400 to KZ434000: 837.6848551349065\n", - "13:05:45\tCompleted 3343 to KZ636400: 1880.6798861257362\n", - "13:05:46\tCompleted 3349 to KZ235600: 2871.1484800628323\n", - "13:05:46\tCompleted 3394 to KZ593200: 2342.024747545197\n", - "13:05:46\tCompleted 3344 to KZ395800: 2650.7216496784126\n", - "13:05:46\tCompleted 3382 to KZ194400: 1377.3865669283923\n", - "13:05:46\tCompleted 3358 to KZ276600: 2874.1124967520623\n", - "13:05:46\tCompleted 3345 to KZ596400: 2127.425443271566\n", - "13:05:46\tCompleted 3371 to KZ393400: 1857.3860755985577\n", - "13:05:46\tCompleted 3373 to KZ614000: 59.14087296526011\n", - "13:05:46\tCompleted 3377 to KZ351600: 1290.4217551010747\n", - "13:05:46\tCompleted 3372 to KZ434400: 1346.4231538525326\n", - "13:05:46\tCompleted 3379 to KZ553200: 2305.5564991760357\n", - "13:05:46\tCompleted 3395 to KZ791110: 304.14598135226413\n", - "13:05:46\tCompleted 3405 to KZ194800: 1839.6870314111966\n", - "13:05:47\tCompleted 3389 to KZ273600: 2840.9137440300437\n", - "13:05:47\tCompleted 3384 to KZ391000: 2364.8562902136528\n", - "13:05:47\tCompleted 3392 to KZ632200: 2461.5280586333934\n", - "13:05:47\tCompleted 3393 to KZ315600: 1443.3841263932627\n", - "13:05:47\tCompleted 3373 to KZ613900: 337.0641449817077\n", - "13:05:47\tCompleted 3356 to KZ352800: 1452.2176866149002\n", - "13:05:47\tCompleted 3355 to KZ235200: 2918.277323292499\n", - "13:05:47\tCompleted 3399 to KZ636200: 2631.516624912734\n", - "13:05:47\tCompleted 3372 to KZ431000: 688.1145714898895\n", - "13:05:47\tCompleted 3363 to KZ151000: 2081.2876762922747\n", - "13:05:47\tCompleted 3382 to KZ194600: 1387.9035329328988\n", - "13:05:47\tCompleted 3395 to KZ791310: 266.2578306246895\n", - "13:05:47\tCompleted 3352 to KZ276600: 2930.1972731105943\n", - "13:05:47\tCompleted 3383 to KZ635800: 2799.4554545333003\n", - "13:05:48\tCompleted 3351 to KZ596600: 2130.0773832560017\n", - "13:05:48\tCompleted 3375 to KZ114800: 1887.517021211442\n", - "13:05:48\tCompleted 3401 to KZ551600: 2374.6077231923523\n", - "13:05:48\tCompleted 3398 to KZ633600: 2660.723558507417\n", - "13:05:48\tCompleted 3373 to KZ612000: 293.3599999710583\n", - "13:05:48\tCompleted 3397 to KZ151000: 2334.395202301459\n", - "13:05:48\tCompleted 3371 to KZ391600: 1724.4913364603321\n", - "13:05:48\tCompleted 3388 to KZ595600: 2405.244848282821313:05:48\tCompleted 3376 to KZ234600: 3721.1169223337715\n", - "\n", - "13:05:48\tCompleted 3378 to KZ392400: 2379.6606629638927\n", - "13:05:48\tCompleted 3393 to KZ316000: 883.2255949635118\n", - "13:05:48\tCompleted 3391 to KZ154200: 2496.511767618032\n", - "13:05:48\tCompleted 3377 to KZ354000: 1684.3221314625628\n", - "13:05:48\tCompleted 3395 to KZ791510: 286.1282980841559\n", - "13:05:49\tCompleted 3354 to KZ115400: 1966.8260286855516\n", - "13:05:49\tCompleted 3372 to KZ435200: 586.4204414289592\n", - "13:05:49\tCompleted 3356 to KZ356400: 1406.1228094128494\n", - "13:05:49\tCompleted 3402 to KZ274000: 3778.5455752928583\n", - "13:05:49\tCompleted 3405 to KZ195600: 1916.4675991664062\n", - "13:05:49\tCompleted 3350 to KZ395000: 2585.771236218923\n", - "13:05:49\tCompleted 3373 to KZ614400: 263.5969444215103\n", - "13:05:49\tCompleted 3380 to KZ271000: 2981.9731771969746\n", - "13:05:49\tCompleted 3394 to KZ595800: 2445.944357585563\n", - "13:05:49\tCompleted 3395 to KZ791710: 265.93273085913705\n", - "13:05:49\tCompleted 3343 to KZ631000: 2095.5700739771773\n", - "13:05:49\tCompleted 3382 to KZ194800: 1656.019184986902\n", - "13:05:49\tCompleted 3346 to KZ274800: 3130.44479845725\n", - "13:05:49\tCompleted 3379 to KZ553600: 2040.5661661099005\n", - "13:05:50\tCompleted 3345 to KZ594600: 2332.9042947990497\n", - "13:05:50\tCompleted 3367 to KZ234800: 2830.813316166499\n", - "13:05:50\tCompleted 3393 to KZ316600: 1150.2190198046196\n", - "13:05:50\tCompleted 3372 to KZ434800: 617.7467023452942\n", - "13:05:50\tCompleted 3373 to KZ614600: 106.87022366275758\n", - "13:05:50\tCompleted 3400 to KZ471000: 3302.1295631129506\n", - "13:05:50\tCompleted 3358 to KZ275000: 2739.8101538544142\n", - "13:05:50\tCompleted 3395 to KZ611600: 384.1951644407179\n", - "13:05:51\tCompleted 3356 to KZ352400: 1536.4831808303031\n", - "13:05:51\tCompleted 3405 to KZ195800: 1730.354471533556\n", - "13:05:51\tCompleted 3384 to KZ395400: 2412.723843246729\n", - "13:05:51\tCompleted 3351 to KZ595000: 2108.2367383627125\n", - "13:05:51\tCompleted 3344 to KZ392400: 2560.747730051144\n", - "13:05:51\tCompleted 3377 to KZ351000: 1618.296846112727\n", - "13:05:51\tCompleted 3391 to KZ156000: 2069.7609999862525\n", - "13:05:51\tCompleted 3372 to KZ433600: 878.4168826944302\n", - "13:05:51\tCompleted 3357 to KZ475200: 3233.6453092863144\n", - "13:05:51\tCompleted 3393 to KZ316200: 878.4495584983389\n", - "13:05:51\tCompleted 3373 to KZ614800: 585.3942690375789\n", - "13:05:51\tCompleted 3375 to KZ111010: 2032.076670096144\n", - "13:05:51\tCompleted 3395 to KZ613600: 421.54945507723414\n", - "13:05:51\tCompleted 3349 to KZ233600: 2753.7650779186947\n", - "13:05:51\tCompleted 3363 to KZ153200: 2085.7042597209233\n", - "13:05:51\tCompleted 3399 to KZ636400: 2388.93077703277\n", - "13:05:51\tCompleted 3345 to KZ711110: 1581.1365883847732\n", - "13:05:51\tCompleted 3392 to KZ635200: 2844.05727442742\n", - "13:05:52\tCompleted 3371 to KZ393600: 2195.035367954928\n", - "13:05:52\tCompleted 3388 to KZ596000: 2119.5718010690553\n", - "13:05:52\tCompleted 3350 to KZ395200: 2053.410009379816\n", - "13:05:52\tCompleted 3382 to KZ195600: 1732.7997527421117\n", - "13:05:52\tCompleted 3356 to KZ356000: 1334.6111989544995\n", - "13:05:52\tCompleted 3398 to KZ633800: 2667.5007529937807\n", - "13:05:52\tCompleted 3373 to KZ615400: 276.03314435173354\n", - "13:05:52\tCompleted 3352 to KZ275000: 2795.894930212942\n", - "13:05:52\tCompleted 3397 to KZ153200: 2338.8117857300895\n", - "13:05:52\tCompleted 3372 to KZ434000: 642.4741331048878\n", - "13:05:52\tCompleted 3393 to KZ311000: 509.80850275161106\n", - "13:05:52\tCompleted 3355 to KZ235600: 3013.315089312904\n", - "13:05:52\tCompleted 3389 to KZ276600: 2922.73899072903\n", - "13:05:52\tCompleted 3394 to KZ593400: 2255.331620233428\n", - "13:05:52\tCompleted 3395 to KZ614000: 220.9768867364211\n", - "13:05:52\tCompleted 3377 to KZ352000: 1168.219122694753\n", - "13:05:52\tCompleted 3401 to KZ553200: 2493.555716599049\n", - "13:05:53\tCompleted 3376 to KZ234800: 2854.8182981693876\n", - "13:05:53\tCompleted 3378 to KZ396200: 2335.3243513766984\n", - "13:05:53\tCompleted 3354 to KZ151000: 2189.4168178415284\n", - "13:05:53\tCompleted 3405 to KZ196000: 1917.1352269224762\n", - "13:05:53\tCompleted 3373 to KZ615200: 53.776911934581165\n", - "13:05:53\tCompleted 3383 to KZ636200: 2660.538371303044\n", - "13:05:53\tCompleted 3379 to KZ552200: 2148.0915553892955\n", - "13:05:53\tCompleted 3345 to KZ711410: 1607.2490884682848\n", - "13:05:53\tCompleted 3395 to KZ613900: 216.06570331690776\n", - "13:05:53\tCompleted 3375 to KZ116000: 1764.899367749702\n", - "13:05:53\tCompleted 3356 to KZ354400: 1294.248791403874\n", - "13:05:54\tCompleted 3393 to KZ315000: 922.4803768908328\n", - "13:05:54\tCompleted 3402 to KZ274200: 3895.891069672326\n", - "13:05:54\tCompleted 3382 to KZ195800: 1546.6866251092615\n", - "13:05:54\tCompleted 3373 to KZ616400: 996.5249219378949\n", - "13:05:54\tCompleted 3351 to KZ593600: 2222.7853426470097\n", - "13:05:54\tCompleted 3395 to KZ612000: 465.5160101889585\n", - "13:05:54\tCompleted 3343 to KZ634600: 2363.2546992774605\n", - "13:05:54\tCompleted 3380 to KZ274000: 3635.6313609164886\n", - "13:05:55\tCompleted 3393 to KZ314200: 515.2837336869458\n", - "13:05:55\tCompleted 3391 to KZ154600: 2367.898430731367\n", - "13:05:55\tCompleted 3384 to KZ392000: 2419.7774976419537\n", - "13:05:55\tCompleted 3356 to KZ351800: 1148.715821858002\n", - "13:05:55\tCompleted 3363 to KZ153400: 1975.1176021952185\n", - "13:05:55\tCompleted 3400 to KZ473600: 2883.1547970900074\n", - "13:05:55\tCompleted 3346 to KZ275800: 2600.0276224456716\n", - "13:05:55\tCompleted 3405 to KZ191000: 1608.7460740294312\n", - "13:05:55\tCompleted 3397 to KZ153400: 2228.225128204405\n", - "13:05:55\tCompleted 3358 to KZ274800: 3275.3150652378104\n", - "13:05:55\tCompleted 3345 to KZ711210: 1608.4108498951832\n", - "13:05:55\tCompleted 3367 to KZ235200: 2878.453163529866713:05:55\tCompleted 3395 to KZ614400: 20.642135623730955\n", - "\n", - "13:05:56\tCompleted 3373 to KZ615600: 829.3460769704641\n", - "13:05:56\tCompleted 3377 to KZ354800: 1971.1841709749544\n", - "13:05:56\tCompleted 3371 to KZ396400: 2353.5092644838337\n", - "13:05:56\tCompleted 3350 to KZ391000: 2307.8082060361435\n", - "13:05:56\tCompleted 3392 to KZ632400: 2713.0128322769215\n", - "13:05:56\tCompleted 3349 to KZ633200: 2271.5471362443573\n", - "13:05:56\tCompleted 3401 to KZ553600: 2228.565383532917\n", - "13:05:56\tCompleted 3394 to KZ594200: 2435.189369296935\n", - "13:05:56\tCompleted 3344 to KZ396200: 2516.4114184639557\n", - "13:05:56\tCompleted 3388 to KZ596200: 2323.593459170475\n", - "13:05:56\tCompleted 3382 to KZ196000: 1733.4673804981817\n", - "13:05:56\tCompleted 3403 to KZ113200: 2087.86851697209\n", - "13:05:56\tCompleted 3405 to KZ196200: 1374.3389012380967\n", - "13:05:56\tCompleted 3395 to KZ614600: 307.863806085775\n", - "13:05:56\tCompleted 3373 to KZ615800: 46.66295090390226\n", - "13:05:57\tCompleted 3398 to KZ634000: 2715.468333662758\n", - "13:05:57\tCompleted 3393 to KZ353200: 1769.1734158487893\n", - "13:05:57\tCompleted 3399 to KZ631000: 2603.8209648841766\n", - "13:05:57\tCompleted 3357 to KZ471800: 3063.2550891255887\n", - "13:05:57\tCompleted 3354 to KZ153200: 2193.8334012701694\n", - "13:05:57\tCompleted 3375 to KZ116400: 2113.477326863156\n", - "13:05:57\tCompleted 3352 to KZ274800: 3331.399841596342413:05:57\tCompleted 3355 to KZ233600: 2895.9316871687806\n", - "\n", - "13:05:57\tCompleted 3378 to KZ396600: 2343.2431921678876\n", - "13:05:57\tCompleted 3345 to KZ711310: 1620.268209351115\n", - "13:05:57\tCompleted 3379 to KZ554600: 2230.2680278910925\n", - "13:05:57\tCompleted 3395 to KZ614800: 660.2428407130775\n", - "13:05:57\tCompleted 3373 to KZ612600: 266.08283540772106\n", - "13:05:57\tCompleted 3343 to KZ634400: 1955.4054398213955\n", - "13:05:58\tCompleted 3389 to KZ275000: 2788.436647831378\n", - "13:05:58\tCompleted 3377 to KZ355200: 1646.2953666874992\n", - "13:05:58\tCompleted 3376 to KZ235200: 2902.458145532755\n", - "13:05:58\tCompleted 3391 to KZ154800: 2202.905741743778\n", - "13:05:58\tCompleted 3383 to KZ636400: 2417.9525234230764\n", - "13:05:58\tCompleted 3382 to KZ191000: 1425.0782276051366\n", - "13:05:58\tCompleted 3372 to KZ471000: 3075.423003773859\n", - "13:05:58\tCompleted 3351 to KZ595200: 2220.2354757042367\n", - "13:05:58\tCompleted 3405 to KZ192600: 1647.689829058125\n", - "13:05:58\tCompleted 3395 to KZ615400: 260.76192848523215\n", - "13:05:58\tCompleted 3373 to KZ616000: 130.27964448797002\n", - "13:05:58\tCompleted 3403 to KZ113400: 1917.5810240393278\n", - "13:05:59\tCompleted 3343 to KZ313600: 344.8599595446561\n", - "13:05:59\tCompleted 3356 to KZ393200: 2262.893267601275\n", - "13:05:59\tCompleted 3393 to KZ353600: 1916.163057331318\n", - "13:05:59\tCompleted 3384 to KZ395600: 2493.0809955495974\n", - "13:05:59\tCompleted 3397 to KZ153600: 2520.628889061882\n", - "13:05:59\tCompleted 3363 to KZ153600: 2267.521363052688\n", - "13:05:59\tCompleted 3395 to KZ615200: 257.3763816730329\n", - "13:05:59\tCompleted 3394 to KZ596600: 2317.104652967343\n", - "13:05:59\tCompleted 3373 to KZ613800: 295.03551950264637\n", - "13:05:59\tCompleted 3382 to KZ196200: 1190.6710548138021\n", - "13:06:00\tCompleted 3343 to KZ314000: 164.51867330629887\n", - "13:06:00\tCompleted 3380 to KZ274200: 3752.976855295947\n", - "13:06:00\tCompleted 3401 to KZ552200: 2336.090772812313\n", - "13:06:00\tCompleted 3400 to KZ474200: 3329.7789581565294\n", - "13:06:00\tCompleted 3358 to KZ275800: 2744.897889226232\n", - "13:06:00\tCompleted 3405 to KZ196600: 1693.4055531133895\n", - "13:06:00\tCompleted 3375 to KZ116800: 1910.910245286376513:06:00\tCompleted 3350 to KZ395400: 2355.6757590692196\n", - "\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:06:00\tCompleted 3392 to KZ632800: 2518.943747260274\n", - "13:06:00\tCompleted 3371 to KZ394000: 2461.969543573151\n", - "13:06:00\tCompleted 3377 to KZ355600: 1808.9220521806972\n", - "13:06:00\tCompleted 3378 to KZ394200: 1977.4956723297812\n", - "13:06:00\tCompleted 3395 to KZ616400: 845.0528691974129\n", - "13:06:00\tCompleted 3393 to KZ351600: 1490.9532053548667\n", - "13:06:00\tCompleted 3388 to KZ596400: 2301.6378283489285\n", - "13:06:01\tCompleted 3354 to KZ153400: 2083.246743744476\n", - "13:06:01\tCompleted 3343 to KZ314800: 626.580999775426\n", - "13:06:01\tCompleted 3355 to KZ633200: 2127.6231676814027\n", - "13:06:01\tCompleted 3357 to KZ593200: 2119.9171431426607\n", - "13:06:01\tCompleted 3403 to KZ113600: 2046.0521821093855\n", - "13:06:01\tCompleted 3346 to KZ276000: 3015.8586482007067\n", - "13:06:01\tCompleted 3345 to KZ555200: 2246.7166293958926\n", - "13:06:01\tCompleted 3367 to KZ235600: 2973.4909295502716\n", - "13:06:01\tCompleted 3382 to KZ192600: 1464.0219826338305\n", - "13:06:01\tCompleted 3356 to KZ393400: 1779.3023094383257\n", - "13:06:01\tCompleted 3405 to KZ194200: 1328.8488663856242\n", - "13:06:01\tCompleted 3398 to KZ635400: 3160.3738862449677\n", - "13:06:01\tCompleted 3351 to KZ591000: 2110.451204456779\n", - "13:06:01\tCompleted 3349 to KZ634800: 2755.99372765462\n", - "13:06:01\tCompleted 3395 to KZ615600: 1040.8707340189899\n", - "13:06:01\tCompleted 3377 to KZ352100: 1056.3847147963215\n", - "13:06:02\tCompleted 3399 to KZ634600: 2871.5055901844717\n", - "13:06:02\tCompleted 3381 to KZ113200: 1920.0432069247586\n", - "13:06:02\tCompleted 3379 to KZ555600: 2484.571873576833713:06:02\tCompleted 3352 to KZ275800: 2800.982665584764\n", - "\n", - "13:06:02\tCompleted 3397 to KZ154000: 2272.2054618869042\n", - "13:06:02\tCompleted 3391 to KZ155200: 2629.8444046455306\n", - "13:06:02\tCompleted 3405 to KZ751210: 1276.2962375204681\n", - "13:06:02\tCompleted 3395 to KZ615800: 303.17410888778574\n", - "13:06:02\tCompleted 3393 to KZ354000: 1865.3327664361746\n", - "13:06:03\tCompleted 3376 to KZ235600: 2997.49591155316\n", - "13:06:03\tCompleted 3375 to KZ111810: 1932.774338309505313:06:03\tCompleted 3363 to KZ154000: 2019.0979358777254\n", - "\n", - "13:06:03\tCompleted 3394 to KZ595000: 2370.514905561399\n", - "13:06:03\tCompleted 3382 to KZ196600: 1509.737706689095\n", - "13:06:03\tCompleted 3372 to KZ473600: 2656.4482377509157\n", - "13:06:03\tCompleted 3383 to KZ631000: 2632.8427112744866\n", - "13:06:03\tCompleted 3389 to KZ274800: 3323.941559214778\n", - "13:06:03\tCompleted 3395 to KZ612600: 433.518239541374\n", - "13:06:03\tCompleted 3356 to KZ391600: 1646.4075703001001\n", - "13:06:03\tCompleted 3377 to KZ352200: 1596.1033556038947\n", - "13:06:03\tCompleted 3384 to KZ395800: 2519.627937055667\n", - "13:06:03\tCompleted 3403 to KZ113800: 2125.670266865415\n", - "13:06:03\tCompleted 3405 to KZ751110: 1284.0535968333488\n", - "13:06:04\tCompleted 3401 to KZ554600: 2418.267245314104\n", - "13:06:04\tCompleted 3375 to KZ116600: 563.4425639046522\n", - "13:06:04\tCompleted 3345 to KZ551600: 1986.7566212405936\n", - "13:06:04\tCompleted 3382 to KZ194200: 1145.1810199613294\n", - "13:06:04\tCompleted 3381 to KZ113400: 1749.7557139919952\n", - "13:06:04\tCompleted 3395 to KZ616000: 375.7325199472381\n", - "13:06:04\tCompleted 3350 to KZ392000: 2362.7294134644403\n", - "13:06:04\tCompleted 3400 to KZ474600: 3006.9543973384475\n", - "13:06:04\tCompleted 3393 to KZ351000: 1799.3074810863388\n", - "13:06:04\tCompleted 3392 to KZ636800: 2641.181120087926\n", - "13:06:05\tCompleted 3378 to KZ394400: 2405.5020236557807\n", - "13:06:05\tCompleted 3371 to KZ396800: 2476.571618247178\n", - "13:06:05\tCompleted 3388 to KZ594600: 2431.0691195883405\n", - "13:06:05\tCompleted 3357 to KZ595800: 2223.8367531830354\n", - "13:06:05\tCompleted 3405 to KZ751310: 1277.2251697086026\n", - "13:06:05\tCompleted 3377 to KZ352300: 1291.6305152140783\n", - "13:06:05\tCompleted 3349 to KZ633400: 2023.7716729839374\n", - "13:06:05\tCompleted 3373 to KZ273200: 3052.9607846657877\n", - "13:06:05\tCompleted 3358 to KZ276000: 3160.7289149812673\n", - "13:06:05\tCompleted 3395 to KZ613800: 38.024361518762916\n", - "13:06:05\tCompleted 3354 to KZ153600: 2375.650504601945\n", - "13:06:05\tCompleted 3382 to KZ751210: 1092.6283910961736\n", - "13:06:05\tCompleted 3351 to KZ595600: 2343.8359987838157\n", - "13:06:05\tCompleted 3355 to KZ634800: 2612.069759091669\n", - "13:06:05\tCompleted 3398 to KZ635000: 2635.1004589125473\n", - "13:06:05\tCompleted 3391 to KZ156400: 2209.1344042847145\n", - "13:06:06\tCompleted 3393 to KZ352000: 1349.2297576683648\n", - "13:06:06\tCompleted 3379 to KZ551000: 2223.1841502396655\n", - "13:06:06\tCompleted 3405 to KZ751410: 1294.6501481122432\n", - "13:06:06\tCompleted 3346 to KZ276200: 2735.2448614668024\n", - "13:06:06\tCompleted 3399 to KZ634400: 2463.656330728406\n", - "13:06:06\tCompleted 3367 to KZ233600: 2856.107527406143\n", - "13:06:06\tCompleted 3403 to KZ114500: 2199.5127619502387\n", - "13:06:06\tCompleted 3397 to KZ154200: 2574.8415008562265\n", - "13:06:06\tCompleted 3378 to KZ433200: 1538.6195222791039\n", - "13:06:06\tCompleted 3382 to KZ751110: 1100.3857504090543\n", - "13:06:06\tCompleted 3394 to KZ593600: 2485.0635098457005\n", - "13:06:06\tCompleted 3381 to KZ113600: 1878.226872062053\n", - "13:06:07\tCompleted 3377 to KZ352800: 1570.3333900977525\n", - "13:06:07\tCompleted 3388 to KZ711110: 1774.1900738254278\n", - "13:06:07\tCompleted 3356 to KZ393600: 2116.9516017947053\n", - "13:06:07\tCompleted 3375 to KZ115600: 2096.84668651306\n", - "13:06:07\tCompleted 3363 to KZ154200: 2321.733974847042\n", - "13:06:07\tCompleted 3405 to KZ751710: 1335.638179881146\n", - "13:06:07\tCompleted 3345 to KZ553200: 2123.184217467801\n", - "13:06:07\tCompleted 3352 to KZ276000: 3216.8136913397993\n", - "13:06:07\tCompleted 3399 to KZ313600: 853.110850451693\n", - "13:06:07\tCompleted 3376 to KZ233600: 2880.1125094090344\n", - "13:06:07\tCompleted 3384 to KZ392400: 2429.6540174283987\n", - "13:06:07\tCompleted 3378 to KZ431900: 1019.575689383885\n", - "13:06:08\tCompleted 3382 to KZ751310: 1093.557323284308\n", - "13:06:08\tCompleted 3357 to KZ593400: 2033.2240158308991\n", - "13:06:08\tCompleted 3355 to KZ633400: 1879.8477044209696\n", - "13:06:08\tCompleted 3389 to KZ275800: 2793.524383203199713:06:08\tCompleted 3401 to KZ555600: 2672.571090999847\n", - "\n", - "13:06:08\tCompleted 3377 to KZ356400: 1453.0835919847204\n", - "13:06:08\tCompleted 3405 to KZ751810: 1281.882023958095\n", - "13:06:08\tCompleted 3351 to KZ596000: 1987.1538069256155\n", - "13:06:08\tCompleted 3399 to KZ314000: 672.7695642133353\n", - "13:06:08\tCompleted 3383 to KZ634600: 2900.5273365747817\n", - "13:06:08\tCompleted 3371 to KZ394800: 2249.065816541572\n", - "13:06:08\tCompleted 3354 to KZ154000: 2127.2270774269755\n", - "13:06:09\tCompleted 3372 to KZ474200: 3103.0723988174377\n", - "13:06:09\tCompleted 3393 to KZ354800: 2171.7156212287464\n", - "13:06:09\tCompleted 3350 to KZ395600: 2436.032911372088\n", - "13:06:09\tCompleted 3378 to KZ434600: 1053.2402598102653\n", - "13:06:09\tCompleted 3403 to KZ114000: 2135.6557483826773\n", - "13:06:09\tCompleted 3382 to KZ751410: 1110.9823016879486\n", - "13:06:09\tCompleted 3397 to KZ156000: 2148.090733224447\n", - "13:06:09\tCompleted 3392 to KZ635800: 2691.807553803491\n", - "13:06:09\tCompleted 3388 to KZ711410: 1774.3628768795375\n", - "13:06:09\tCompleted 3381 to KZ113800: 1957.844956818087\n", - "13:06:09\tCompleted 3398 to KZ632200: 2518.1762909115296\n", - "13:06:09\tCompleted 3349 to KZ633600: 2430.039061367459\n", - "13:06:09\tCompleted 3391 to KZ155600: 2381.814278323624\n", - "13:06:09\tCompleted 3405 to KZ751910: 1303.0229403085034\n", - "13:06:09\tCompleted 3399 to KZ314800: 1134.8318906824625\n", - "13:06:10\tCompleted 3375 to KZ115200: 1904.2462731352985\n", - "13:06:10\tCompleted 3400 to KZ475000: 3377.283424088225\n", - "13:06:10\tCompleted 3358 to KZ276200: 2880.115128247363\n", - "13:06:10\tCompleted 3379 to KZ556000: 2271.305532447679\n", - "13:06:10\tCompleted 3345 to KZ553600: 1840.7911560125685\n", - "13:06:10\tCompleted 3363 to KZ156000: 1894.9832072152549\n", - "13:06:10\tCompleted 3373 to KZ274400: 2990.0894721524946\n", - "13:06:10\tCompleted 3382 to KZ751710: 1151.9703334568514\n", - "13:06:10\tCompleted 3367 to KZ633200: 2208.79221523971\n", - "13:06:10\tCompleted 3378 to KZ434400: 1396.1896587719998\n", - "13:06:10\tCompleted 3377 to KZ352400: 1654.5988843131554\n", - "13:06:10\tCompleted 3395 to KZ273200: 3215.791189665361\n", - "13:06:10\tCompleted 3394 to KZ595200: 2482.513642902923\n", - "13:06:10\tCompleted 3399 to KZ315400: 822.0707720024885\n", - "13:06:11\tCompleted 3405 to KZ751510: 1291.5388782075875\n", - "13:06:11\tCompleted 3393 to KZ355200: 1827.306001661111\n", - "13:06:11\tCompleted 3356 to KZ396400: 2275.4254983236133\n", - "13:06:11\tCompleted 3376 to KZ633200: 2301.931825546488\n", - "13:06:11\tCompleted 3346 to KZ271000: 2752.937816881018\n", - "13:06:11\tCompleted 3378 to KZ431000: 737.8810764093566\n", - "13:06:11\tCompleted 3403 to KZ117000: 2058.2880918292853\n", - "13:06:11\tCompleted 3388 to KZ711210: 1744.008491213122\n", - "13:06:11\tCompleted 3382 to KZ751810: 1098.2141775338005\n", - "13:06:12\tCompleted 3391 to KZ156800: 1883.7941225442341\n", - "13:06:12\tCompleted 3399 to KZ315600: 1460.1402230476729\n", - "13:06:12\tCompleted 3384 to KZ396200: 2385.317705841206\n", - "13:06:12\tCompleted 3357 to KZ594200: 2213.081764894408\n", - "13:06:12\tCompleted 3377 to KZ356000: 1452.7269024373522\n", - "13:06:12\tCompleted 3401 to KZ551000: 2411.183367662681\n", - "13:06:12\tCompleted 3355 to KZ633600: 2295.1304020613325\n", - "13:06:12\tCompleted 3381 to KZ114500: 2031.6874519029086\n", - "13:06:12\tCompleted 3375 to KZ115400: 1881.6256105372047\n", - "13:06:12\tCompleted 3378 to KZ435200: 636.1869463484262\n", - "13:06:12\tCompleted 3352 to KZ276200: 2936.199904605895\n", - "13:06:12\tCompleted 3351 to KZ596200: 2262.1846096714694\n", - "13:06:12\tCompleted 3382 to KZ751910: 1119.3550938842088\n", - "13:06:12\tCompleted 3397 to KZ154600: 2446.2281639695616\n", - "13:06:13\tCompleted 3345 to KZ552200: 1965.7192736810468\n", - "13:06:13\tCompleted 3383 to KZ634400: 2492.678077118716\n", - "13:06:13\tCompleted 3399 to KZ316000: 899.9816916179217\n", - "13:06:13\tCompleted 3354 to KZ154200: 2429.863116396296\n", - "13:06:13\tCompleted 3393 to KZ355600: 1989.932687154309\n", - "13:06:13\tCompleted 3350 to KZ395800: 2462.5798528781556\n", - "13:06:13\tCompleted 3371 to KZ395000: 2583.201596636192\n", - "13:06:13\tCompleted 3378 to KZ434800: 667.5132072647614\n", - "13:06:13\tCompleted 3403 to KZ114400: 1970.9469654189904\n", - "13:06:13\tCompleted 3392 to KZ636200: 2552.890470573235\n", - "13:06:13\tCompleted 3377 to KZ354400: 1412.364494886726\n", - "13:06:13\tCompleted 3388 to KZ711310: 1765.600879751711\n", - "13:06:13\tCompleted 3389 to KZ276000: 3209.355408958235\n", - "13:06:14\tCompleted 3382 to KZ751510: 1107.871031783293\n", - "13:06:14\tCompleted 3372 to KZ474600: 2780.247837999356\n", - "13:06:14\tCompleted 3383 to KZ313600: 882.132596842003\n", - "13:06:14\tCompleted 3398 to KZ635200: 2900.705506705561\n", - "13:06:14\tCompleted 3363 to KZ154600: 2193.1206379603773\n", - "13:06:14\tCompleted 3394 to KZ591000: 2372.7293716554655\n", - "13:06:14\tCompleted 3391 to KZ193200: 1832.5003845912813\n", - "13:06:14\tCompleted 3399 to KZ316600: 1166.9751164590293\n", - "13:06:14\tCompleted 3349 to KZ633800: 2445.8315651106623\n", - "13:06:14\tCompleted 3379 to KZ556800: 2471.9934573196165\n", - "13:06:14\tCompleted 3393 to KZ352100: 1256.9161650501135\n", - "13:06:14\tCompleted 3378 to KZ433600: 928.1833876138974\n", - "13:06:14\tCompleted 3358 to KZ271000: 2897.8080836615786\n", - "13:06:14\tCompleted 3381 to KZ114000: 1967.83043833535\n", - "13:06:15\tCompleted 3377 to KZ351800: 1266.8315253408548\n", - "13:06:15\tCompleted 3400 to KZ475200: 3388.1263848722742\n", - "13:06:15\tCompleted 3383 to KZ314000: 701.7913106036453\n", - "13:06:15\tCompleted 3399 to KZ316200: 895.2056551527488\n", - "13:06:15\tCompleted 3367 to KZ634800: 2693.2388066499725\n", - "13:06:15\tCompleted 3378 to KZ434000: 677.9933288132036\n", - "13:06:15\tCompleted 3356 to KZ394000: 2383.885777412924\n", - "13:06:15\tCompleted 3357 to KZ596600: 2170.24794605216\n", - "13:06:15\tCompleted 3395 to KZ274400: 3152.9198771520796\n", - "13:06:15\tCompleted 3375 to KZ151000: 2104.2163996931854\n", - "13:06:16\tCompleted 3397 to KZ154800: 2281.235474981967\n", - "13:06:16\tCompleted 3373 to KZ275400: 3665.277904109505\n", - "13:06:16\tCompleted 3376 to KZ634800: 2786.378416956751\n", - "13:06:16\tCompleted 3405 to KZ231000: 3120.466176819809\n", - "13:06:16\tCompleted 3401 to KZ556000: 2459.3047498706946\n", - "13:06:16\tCompleted 3345 to KZ554600: 2103.3080058589103\n", - "13:06:16\tCompleted 3351 to KZ596400: 2169.2198342054876\n", - "13:06:16\tCompleted 3355 to KZ633800: 2301.907596547709\n", - "13:06:16\tCompleted 3399 to KZ311000: 526.564599406021\n", - "13:06:16\tCompleted 3383 to KZ314800: 1163.8536370727725\n", - "13:06:16\tCompleted 3393 to KZ352200: 1777.1139905775065\n", - "13:06:16\tCompleted 3354 to KZ156000: 2003.1123487645125\n", - "13:06:16\tCompleted 3384 to KZ396600: 2393.2365466323954\n", - "13:06:16\tCompleted 3371 to KZ395200: 2050.8403697970843\n", - "13:06:16\tCompleted 3403 to KZ114600: 2320.9962161440267\n", - "13:06:17\tCompleted 3391 to KZ193400: 2037.389261606722\n", - "13:06:17\tCompleted 3392 to KZ636400: 2310.30462269327313:06:17\tCompleted 3346 to KZ274000: 3406.5960006005453\n", - "\n", - "13:06:17\tCompleted 3381 to KZ117000: 1890.462781781954\n", - "13:06:17\tCompleted 3399 to KZ315000: 939.2364735452427\n", - "13:06:17\tCompleted 3383 to KZ315400: 851.0925183927985\n", - "13:06:17\tCompleted 3363 to KZ154800: 2028.1279489727851\n", - "13:06:17\tCompleted 3352 to KZ271000: 2953.8928600201107\n", - "13:06:17\tCompleted 3393 to KZ352300: 1434.4779727642733\n", - "13:06:17\tCompleted 3350 to KZ392400: 2372.6059332508894\n", - "13:06:18\tCompleted 3388 to KZ555200: 2507.2251846098247\n", - "13:06:18\tCompleted 3394 to KZ595600: 2530.863268495165\n", - "13:06:18\tCompleted 3399 to KZ314200: 532.0398303413557\n", - "13:06:18\tCompleted 3367 to KZ633400: 1961.016751979283\n", - "13:06:18\tCompleted 3391 to KZ193600: 1337.3239926540664\n", - "13:06:18\tCompleted 3398 to KZ632400: 2769.6610645550627\n", - "13:06:18\tCompleted 3383 to KZ315600: 1489.1619694379829\n", - "13:06:18\tCompleted 3389 to KZ276200: 2928.7416222243305\n", - "13:06:18\tCompleted 3376 to KZ633400: 2054.1563622860726\n", - "13:06:18\tCompleted 3379 to KZ554800: 2476.6889453640674\n", - "13:06:19\tCompleted 3375 to KZ153200: 2108.6329831218322\n", - "13:06:19\tCompleted 3349 to KZ634000: 2493.79914577963813:06:19\tCompleted 3382 to KZ231000: 2974.961507818955\n", - "\n", - "13:06:19\tCompleted 3377 to KZ393200: 2381.008971084119\n", - "13:06:19\tCompleted 3372 to KZ475000: 3150.576864749133\n", - "13:06:19\tCompleted 3357 to KZ595000: 2148.407301158871\n", - "13:06:19\tCompleted 3384 to KZ394200: 2027.4890267942915\n", - "13:06:19\tCompleted 3381 to KZ114400: 1803.1216553716579\n", - "13:06:19\tCompleted 3403 to KZ114800: 2145.9901455060876\n", - "13:06:19\tCompleted 3393 to KZ352800: 1751.3440250713643\n", - "13:06:19\tCompleted 3391 to KZ194000: 1318.0857918428233\n", - "13:06:19\tCompleted 3358 to KZ274000: 3551.466267381099\n", - "13:06:20\tCompleted 3383 to KZ316000: 828.7193759549995\n", - "13:06:20\tCompleted 3400 to KZ471800: 3217.7361647115486\n", - "13:06:20\tCompleted 3356 to KZ396800: 2398.487852086955\n", - "13:06:20\tCompleted 3351 to KZ594600: 2353.4270877240488\n", - "13:06:20\tCompleted 3397 to KZ155200: 2708.1741378837196\n", - "13:06:20\tCompleted 3399 to KZ353200: 1785.9295125031988\n", - "13:06:20\tCompleted 3355 to KZ634000: 2349.8751772166866\n", - "13:06:20\tCompleted 3354 to KZ154600: 2301.249779509631\n", - "13:06:20\tCompleted 3401 to KZ556800: 2659.992674742632\n", - "13:06:20\tCompleted 3378 to KZ471000: 3125.189508693326\n", - "13:06:20\tCompleted 3371 to KZ391000: 2305.238566453412\n", - "13:06:21\tCompleted 3373 to KZ273600: 2833.2371630920434\n", - "13:06:21\tCompleted 3383 to KZ316600: 1195.9968628493395\n", - "13:06:21\tCompleted 3392 to KZ631000: 2525.1948105446772\n", - "13:06:21\tCompleted 3395 to KZ275400: 3828.10830910909\n", - "13:06:21\tCompleted 3394 to KZ596000: 2249.4319741243057\n", - "13:06:21\tCompleted 3405 to KZ234000: 3329.076654187497\n", - "13:06:21\tCompleted 3393 to KZ356400: 1653.6150422385124\n", - "13:06:21\tCompleted 3388 to KZ551600: 2240.6584626242975\n", - "13:06:21\tCompleted 3391 to KZ196400: 1751.2398985184268\n", - "13:06:22\tCompleted 3403 to KZ111010: 2188.514678108669\n", - "13:06:22\tCompleted 3363 to KZ155200: 2455.0666118745535\n", - "13:06:22\tCompleted 3375 to KZ153400: 1998.0463255961292\n", - "13:06:22\tCompleted 3383 to KZ316200: 823.9433394898266\n", - "13:06:22\tCompleted 3351 to KZ711110: 1641.7720796819806\n", - "13:06:22\tCompleted 3377 to KZ393400: 1897.4180129211784\n", - "13:06:22\tCompleted 3381 to KZ114600: 2153.170906096694\n", - "13:06:22\tCompleted 3398 to KZ632800: 2575.59197953841\n", - "13:06:22\tCompleted 3399 to KZ353600: 1932.919153985728\n", - "13:06:22\tCompleted 3367 to KZ633600: 2376.299449619646\n", - "13:06:22\tCompleted 3346 to KZ274200: 3523.9414949799907\n", - "13:06:22\tCompleted 3352 to KZ274000: 3607.551043739627\n", - "13:06:23\tCompleted 3391 to KZ196800: 1219.3982962772463\n", - "13:06:23\tCompleted 3376 to KZ633600: 2469.4390599264357\n", - "13:06:23\tCompleted 3383 to KZ311000: 555.586345796331\n", - "13:06:23\tCompleted 3379 to KZ556400: 2414.422819055513\n", - "13:06:23\tCompleted 3357 to KZ593600: 2262.9559054431697\n", - "13:06:23\tCompleted 3393 to KZ352400: 1835.6095192867672\n", - "13:06:23\tCompleted 3400 to KZ593200: 2349.649116215961\n", - "13:06:23\tCompleted 3397 to KZ156400: 2287.4641375229103\n", - "13:06:23\tCompleted 3384 to KZ394400: 2455.49537812029\n", - "13:06:23\tCompleted 3399 to KZ351600: 1507.7093020092766\n", - "13:06:23\tCompleted 3356 to KZ394800: 2170.9820503813517\n", - "13:06:23\tCompleted 3389 to KZ271000: 2946.434577638546\n", - "13:06:24\tCompleted 3354 to KZ154800: 2136.2570905220427\n", - "13:06:24\tCompleted 3391 to KZ191600: 1245.1962723373351\n", - "13:06:24\tCompleted 3383 to KZ315000: 968.2582199355527\n", - "13:06:24\tCompleted 3403 to KZ116000: 1921.3373757622373\n", - "13:06:24\tCompleted 3351 to KZ711410: 1641.9448827360902\n", - "13:06:24\tCompleted 3372 to KZ475200: 3161.4198255331826\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:06:24\tCompleted 3349 to KZ635400: 2938.7046983618475\n", - "13:06:24\tCompleted 3382 to KZ234000: 3183.571985186643\n", - "13:06:24\tCompleted 3377 to KZ391600: 1764.5232737829529\n", - "13:06:24\tCompleted 3371 to KZ395400: 2353.1061194864883\n", - "13:06:24\tCompleted 3393 to KZ356000: 1595.5743599875473\n", - "13:06:25\tCompleted 3394 to KZ596200: 2449.2118793828186\n", - "13:06:25\tCompleted 3358 to KZ274200: 3668.8117617605512\n", - "13:06:25\tCompleted 3381 to KZ114800: 1980.2272989617327\n", - "13:06:25\tCompleted 3401 to KZ554800: 2664.688162787083\n", - "13:06:25\tCompleted 3347 to KZ113200: 2079.474011599903\n", - "13:06:25\tCompleted 3383 to KZ314200: 561.0615767316657\n", - "13:06:25\tCompleted 3355 to KZ635400: 2794.780729798896\n", - "13:06:25\tCompleted 3363 to KZ156400: 2034.3566115137164\n", - "13:06:25\tCompleted 3391 to KZ195200: 1182.9612954720617\n", - "13:06:25\tCompleted 3378 to KZ473600: 2706.2147426703827\n", - "13:06:25\tCompleted 3384 to KZ433200: 1588.6128767436157\n", - "13:06:25\tCompleted 3388 to KZ553200: 2359.606456030994\n", - "13:06:26\tCompleted 3399 to KZ354000: 1882.088863090584\n", - "13:06:26\tCompleted 3392 to KZ634600: 2792.8794358449722\n", - "13:06:26\tCompleted 3373 to KZ276600: 2915.0624097910295\n", - "13:06:26\tCompleted 3351 to KZ711210: 1611.5904970696747\n", - "13:06:26\tCompleted 3375 to KZ153600: 2290.4500864535985\n", - "13:06:26\tCompleted 3395 to KZ273600: 2996.0675680916283\n", - "13:06:26\tCompleted 3393 to KZ354400: 1593.3751298603377\n", - "13:06:26\tCompleted 3384 to KZ431900: 1069.5690438483969\n", - "13:06:26\tCompleted 3405 to KZ234200: 3780.0223607084326\n", - "13:06:26\tCompleted 3398 to KZ636800: 2697.8293523660673\n", - "13:06:26\tCompleted 3383 to KZ353200: 1672.9694266712286\n", - "13:06:26\tCompleted 3367 to KZ633800: 2383.07664410601513:06:26\tCompleted 3400 to KZ595800: 2453.568726256327\n", - "\n", - "13:06:27\tCompleted 3397 to KZ155600: 2460.144011561813\n", - "13:06:27\tCompleted 3391 to KZ195000: 1634.591399012747\n", - "13:06:27\tCompleted 3403 to KZ116400: 2269.915334875681\n", - "13:06:27\tCompleted 3347 to KZ113400: 1870.6949404977317\n", - "13:06:27\tCompleted 3376 to KZ633800: 2476.2162544127937\n", - "13:06:27\tCompleted 3357 to KZ595200: 2260.4060385003954\n", - "13:06:27\tCompleted 3361 to KZ113200: 1808.7479615225914\n", - "13:06:27\tCompleted 3384 to KZ434600: 1103.2336142747772\n", - "13:06:27\tCompleted 3393 to KZ351800: 1409.6789828910498\n", - "13:06:27\tCompleted 3381 to KZ111010: 2020.6893680613468\n", - "13:06:27\tCompleted 3399 to KZ351000: 1816.0635777407483\n", - "13:06:27\tCompleted 3379 to KZ554200: 2610.253854837808\n", - "13:06:28\tCompleted 3352 to KZ274200: 3724.8965381190833\n", - "13:06:28\tCompleted 3351 to KZ711310: 1633.1828856082639\n", - "13:06:28\tCompleted 3377 to KZ393600: 2235.067305277543\n", - "13:06:28\tCompleted 3356 to KZ395000: 2505.117830475969\n", - "13:06:28\tCompleted 3391 to KZ194400: 1452.3763255537729\n", - "13:06:28\tCompleted 3394 to KZ596400: 2431.49800140418\n", - "13:06:28\tCompleted 3354 to KZ155200: 2563.1957534237995\n", - "13:06:28\tCompleted 3388 to KZ553600: 2094.6161229648633\n", - "13:06:28\tCompleted 3379 to KZ791110: 135.71072517618543\n", - "13:06:28\tCompleted 3349 to KZ635000: 2413.431271029427\n", - "13:06:29\tCompleted 3355 to KZ635000: 2269.5073024664757\n", - "13:06:29\tCompleted 3363 to KZ155600: 2207.036485552647\n", - "13:06:29\tCompleted 3371 to KZ392000: 2360.1597738817086\n", - "13:06:29\tCompleted 3399 to KZ352000: 1365.9858543227742\n", - "13:06:29\tCompleted 3397 to KZ156800: 1962.1238557824304\n", - "13:06:29\tCompleted 3384 to KZ434400: 1446.1830132365117\n", - "13:06:29\tCompleted 3375 to KZ154000: 2042.026659278636\n", - "13:06:29\tCompleted 3401 to KZ556400: 2602.4220364785288\n", - "13:06:29\tCompleted 3403 to KZ116800: 2067.348253298912\n", - "13:06:29\tCompleted 3383 to KZ353600: 1961.940900376038\n", - "13:06:29\tCompleted 3372 to KZ471800: 2991.02960537245713:06:29\tCompleted 3379 to KZ791310: 97.82257444861078\n", - "\n", - "13:06:29\tCompleted 3347 to KZ113600: 2145.9676695443627\n", - "13:06:29\tCompleted 3381 to KZ116000: 1753.5120657149048\n", - "13:06:29\tCompleted 3392 to KZ634400: 2385.0301763889065\n", - "13:06:29\tCompleted 3389 to KZ274000: 3600.092761358063\n", - "13:06:29\tCompleted 3400 to KZ593400: 2262.9559889041916\n", - "13:06:29\tCompleted 3382 to KZ234200: 3634.5176917075787\n", - "13:06:30\tCompleted 3391 to KZ194600: 1462.8932915582793\n", - "13:06:30\tCompleted 3384 to KZ431000: 787.8744308738685\n", - "13:06:30\tCompleted 3378 to KZ474200: 3152.8389037369047\n", - "13:06:30\tCompleted 3353 to KZ113200: 1772.5772941046264\n", - "13:06:30\tCompleted 3379 to KZ791510: 117.69304190807725\n", - "13:06:30\tCompleted 3357 to KZ591000: 2150.621767252938\n", - "13:06:30\tCompleted 3373 to KZ275000: 2780.7600668933783\n", - "13:06:30\tCompleted 3398 to KZ635800: 2748.45578608163213:06:30\tCompleted 3392 to KZ313600: 774.4846961121939\n", - "\n", - "13:06:31\tCompleted 3395 to KZ276600: 3077.8928147906145\n", - "13:06:31\tCompleted 3383 to KZ351600: 1536.7310483995866\n", - "13:06:31\tCompleted 3397 to KZ193200: 1915.0718706723972\n", - "13:06:31\tCompleted 3384 to KZ435200: 686.1803008129381\n", - "13:06:31\tCompleted 3376 to KZ634000: 2524.183835081769\n", - "13:06:31\tCompleted 3379 to KZ791710: 97.49747468305826\n", - "13:06:31\tCompleted 3363 to KZ156800: 1709.0163297732358\n", - "13:06:31\tCompleted 3356 to KZ395200: 1972.7566036368526\n", - "13:06:31\tCompleted 3367 to KZ634000: 2431.04422477499\n", - "13:06:31\tCompleted 3403 to KZ111810: 2089.212346322037\n", - "13:06:31\tCompleted 3392 to KZ314000: 594.1434098738363\n", - "13:06:31\tCompleted 3391 to KZ194800: 1731.0089436122826\n", - "13:06:31\tCompleted 3393 to KZ393200: 2523.8564286343058\n", - "13:06:32\tCompleted 3388 to KZ552200: 2202.141512244258\n", - "13:06:32\tCompleted 3351 to KZ555200: 2374.8071904663834\n", - "13:06:32\tCompleted 3354 to KZ156400: 2142.485753062974\n", - "13:06:32\tCompleted 3399 to KZ354800: 2188.471717883156\n", - "13:06:32\tCompleted 3384 to KZ434800: 717.5065617292732\n", - "13:06:32\tCompleted 3379 to KZ611600: 298.6300881352431\n", - "13:06:32\tCompleted 3405 to KZ234600: 3895.192659146487\n", - "13:06:32\tCompleted 3377 to KZ396400: 2393.5412018064535\n", - "13:06:32\tCompleted 3355 to KZ632200: 2152.5831344654493\n", - "13:06:32\tCompleted 3353 to KZ113400: 1602.289801171863\n", - "13:06:32\tCompleted 3381 to KZ116400: 2102.09002482836\n", - "13:06:32\tCompleted 3394 to KZ594600: 2556.687539800684\n", - "13:06:32\tCompleted 3372 to KZ593200: 2073.0382540041946\n", - "13:06:32\tCompleted 3403 to KZ116600: 719.8805719171949\n", - "13:06:33\tCompleted 3392 to KZ314800: 1056.2057363429635\n", - "13:06:33\tCompleted 3379 to KZ613600: 253.1141989011552\n", - "13:06:33\tCompleted 3349 to KZ632200: 2296.507103028411\n", - "13:06:33\tCompleted 3383 to KZ354000: 1769.1287772586138\n", - "13:06:33\tCompleted 3400 to KZ594200: 2442.813737967699\n", - "13:06:33\tCompleted 3371 to KZ395600: 2433.46327178935713:06:33\tCompleted 3384 to KZ433600: 978.1767420784092\n", - "\n", - "13:06:33\tCompleted 3375 to KZ154200: 2344.662698247953\n", - "13:06:33\tCompleted 3363 to KZ193200: 1698.6708065364073\n", - "13:06:33\tCompleted 3397 to KZ193400: 2119.9607476878377\n", - "13:06:33\tCompleted 3392 to KZ315400: 743.4446176629895\n", - "13:06:33\tCompleted 3391 to KZ195600: 1807.7895113674922\n", - "13:06:34\tCompleted 3401 to KZ554200: 2798.2530722608194\n", - "13:06:34\tCompleted 3379 to KZ614000: 52.54163056034261\n", - "13:06:34\tCompleted 3399 to KZ355200: 1844.0620983155204\n", - "13:06:34\tCompleted 3384 to KZ434000: 742.2339924888666\n", - "13:06:34\tCompleted 3393 to KZ393400: 2040.2654704713734\n", - "13:06:34\tCompleted 3394 to KZ711110: 1904.0502468806883\n", - "13:06:34\tCompleted 3381 to KZ116800: 1899.5229432515794\n", - "13:06:34\tCompleted 3398 to KZ636200: 2609.538702851376\n", - "13:06:34\tCompleted 3401 to KZ791110: 323.7099425992142\n", - "13:06:34\tCompleted 3357 to KZ595600: 2384.006561579975\n", - "13:06:34\tCompleted 3397 to KZ193600: 1419.895478735182\n", - "13:06:35\tCompleted 3379 to KZ613900: 248.488243173903\n", - "13:06:35\tCompleted 3378 to KZ474600: 2830.014342918823\n", - "13:06:35\tCompleted 3383 to KZ351000: 1703.103491908778\n", - "13:06:35\tCompleted 3356 to KZ391000: 2227.1548002931895\n", - "13:06:35\tCompleted 3351 to KZ551600: 2108.240468480856\n", - "13:06:35\tCompleted 3392 to KZ315600: 1381.5140687081737\n", - "13:06:35\tCompleted 3389 to KZ274200: 3717.438255737519\n", - "13:06:35\tCompleted 3382 to KZ234600: 3749.687990145633\n", - "13:06:35\tCompleted 3403 to KZ115600: 2253.2846945255837\n", - "13:06:35\tCompleted 3388 to KZ554600: 2284.3179847460497\n", - "13:06:35\tCompleted 3395 to KZ275000: 2943.5904718929514\n", - "13:06:35\tCompleted 3391 to KZ195800: 1621.676383734642\n", - "13:06:35\tCompleted 3401 to KZ791310: 285.82179187163956\n", - "13:06:35\tCompleted 3376 to KZ635400: 2969.0893876639784\n", - "13:06:35\tCompleted 3379 to KZ612000: 325.9183262179969\n", - "13:06:35\tCompleted 3373 to KZ274800: 3316.2649782767776\n", - "13:06:36\tCompleted 3375 to KZ156000: 1917.9119306161656\n", - "13:06:36\tCompleted 3397 to KZ194000: 1400.657277923939\n", - "13:06:36\tCompleted 3392 to KZ316000: 821.3555372784227\n", - "13:06:36\tCompleted 3383 to KZ352000: 1253.025768490804\n", - "13:06:36\tCompleted 3372 to KZ595800: 2176.957864044571\n", - "13:06:36\tCompleted 3400 to KZ596600: 2324.7290216381075\n", - "13:06:36\tCompleted 3399 to KZ355600: 2006.6887838087184\n", - "13:06:36\tCompleted 3363 to KZ193400: 1903.559683551848\n", - "13:06:36\tCompleted 3354 to KZ155600: 2315.165627101893\n", - "13:06:36\tCompleted 3393 to KZ391600: 1907.370731333148\n", - "13:06:36\tCompleted 3401 to KZ791510: 305.69225933110596\n", - "13:06:36\tCompleted 3355 to KZ635200: 2535.1123502594896\n", - "13:06:36\tCompleted 3394 to KZ711410: 1904.223049934798\n", - "13:06:36\tCompleted 3379 to KZ614400: 175.02104261370525\n", - "13:06:36\tCompleted 3377 to KZ394000: 2502.001480895769\n", - "13:06:37\tCompleted 3381 to KZ111810: 1921.3870362747082\n", - "13:06:37\tCompleted 3392 to KZ316600: 1088.3489621195304\n", - "13:06:37\tCompleted 3405 to KZ234800: 3028.894034982103\n", - "13:06:37\tCompleted 3401 to KZ791710: 285.49669210608715\n", - "13:06:37\tCompleted 3399 to KZ352100: 1273.6722617045234\n", - "13:06:37\tCompleted 3379 to KZ614600: 139.42854990969607\n", - "13:06:37\tCompleted 3391 to KZ196000: 1808.4571391235622\n", - "13:06:37\tCompleted 3363 to KZ193600: 1203.4944145991933\n", - "13:06:37\tCompleted 3398 to KZ636400: 2366.952854971414\n", - "13:06:38\tCompleted 3357 to KZ596000: 2027.3243697217765\n", - "13:06:38\tCompleted 3397 to KZ196400: 1833.8113845995426\n", - "13:06:38\tCompleted 3403 to KZ115200: 2162.719397429937\n", - "13:06:38\tCompleted 3381 to KZ116600: 552.0552618698545\n", - "13:06:38\tCompleted 3349 to KZ635200: 2679.036318822441\n", - "13:06:38\tCompleted 3367 to KZ635400: 2875.9497773571998\n", - "13:06:38\tCompleted 3390 to KZ113200: 2006.9780273870808\n", - "13:06:38\tCompleted 3392 to KZ316200: 816.5795008132499\n", - "13:06:38\tCompleted 3401 to KZ611600: 403.75912568766785\n", - "13:06:38\tCompleted 3379 to KZ614800: 595.7957407472281\n", - "13:06:38\tCompleted 3351 to KZ553200: 2227.18846188756\n", - "13:06:38\tCompleted 3394 to KZ711210: 1873.8686642683824\n", - "13:06:39\tCompleted 3356 to KZ395400: 2275.0223533262656\n", - "13:06:39\tCompleted 3354 to KZ156800: 1817.1454713224934\n", - "13:06:39\tCompleted 3363 to KZ194000: 1184.2562137879493\n", - "13:06:39\tCompleted 3391 to KZ191000: 1500.0679862305171\n", - "13:06:39\tCompleted 3392 to KZ311000: 447.938445066522\n", - "13:06:39\tCompleted 3397 to KZ196800: 1301.9697823583622\n", - "13:06:39\tCompleted 3372 to KZ593400: 1986.3451266924321\n", - "13:06:39\tCompleted 3401 to KZ613600: 441.11341632418424\n", - "13:06:39\tCompleted 3384 to KZ471000: 3175.1828631578383\n", - "13:06:39\tCompleted 3379 to KZ615400: 187.45724254392874\n", - "13:06:39\tCompleted 3399 to KZ352200: 1793.870087231916\n", - "13:06:39\tCompleted 3375 to KZ154600: 2216.049361361288\n", - "13:06:39\tCompleted 3400 to KZ595000: 2378.1392742321627\n", - "13:06:39\tCompleted 3376 to KZ635000: 2443.815960331558\n", - "13:06:40\tCompleted 3393 to KZ393600: 2377.9147628277265\n", - "13:06:40\tCompleted 3383 to KZ354800: 2217.4934642734656\n", - "13:06:40\tCompleted 3401 to KZ614000: 240.5408479833712\n", - "13:06:40\tCompleted 3378 to KZ475000: 3200.3433696686\n", - "13:06:40\tCompleted 3392 to KZ315000: 860.6103192057436\n", - "13:06:40\tCompleted 3379 to KZ615200: 88.94112549695424\n", - "13:06:40\tCompleted 3390 to KZ113400: 1836.6905344543175\n", - "13:06:40\tCompleted 3391 to KZ196200: 1265.6608134391827\n", - "13:06:40\tCompleted 3397 to KZ191600: 1327.767758418451\n", - "13:06:40\tCompleted 3382 to KZ234800: 2883.3893659812493\n", - "13:06:40\tCompleted 3403 to KZ115400: 2140.098734831854\n", - "13:06:40\tCompleted 3373 to KZ275800: 2785.8478022651993\n", - "13:06:40\tCompleted 3394 to KZ711310: 1895.4610528069716\n", - "13:06:40\tCompleted 3399 to KZ352300: 1451.2340694186832\n", - "13:06:40\tCompleted 3395 to KZ274800: 3479.0953832763626\n", - "13:06:40\tCompleted 3355 to KZ632400: 2404.067908108991\n", - "13:06:40\tCompleted 3388 to KZ555600: 2538.621830431795\n", - "13:06:41\tCompleted 3381 to KZ115600: 2085.459384478263\n", - "13:06:41\tCompleted 3354 to KZ193200: 1569.21668672656\n", - "13:06:41\tCompleted 3401 to KZ613900: 235.62966456385777\n", - "13:06:41\tCompleted 3392 to KZ314200: 453.4136760018567\n", - "13:06:41\tCompleted 3363 to KZ196400: 1617.4103204635528\n", - "13:06:41\tCompleted 3379 to KZ616400: 907.9490201300902\n", - "13:06:41\tCompleted 3377 to KZ396800: 2516.6035555697927\n", - "13:06:41\tCompleted 3351 to KZ553600: 1962.198128821416\n", - "13:06:41\tCompleted 3397 to KZ195200: 1265.5327815531775\n", - "13:06:41\tCompleted 3398 to KZ631000: 2581.8430428228185\n", - "13:06:41\tCompleted 3391 to KZ192600: 1539.011741259211\n", - "13:06:42\tCompleted 3383 to KZ355200: 1731.1020124835502\n", - "13:06:42\tCompleted 3401 to KZ612000: 485.07997143590865\n", - "13:06:42\tCompleted 3357 to KZ596200: 2302.3551724676286\n", - "13:06:42\tCompleted 3363 to KZ196800: 1085.568718222372413:06:42\tCompleted 3379 to KZ615600: 872.4354778429109\n", - "\n", - "13:06:42\tCompleted 3405 to KZ235200: 3076.533882345471\n", - "13:06:42\tCompleted 3375 to KZ154800: 2051.056672373696\n", - "13:06:42\tCompleted 3399 to KZ352800: 1768.1001217257738\n", - "13:06:42\tCompleted 3356 to KZ392000: 2282.076007721488\n", - "13:06:42\tCompleted 3349 to KZ632400: 2547.9918766719425\n", - "13:06:42\tCompleted 3372 to KZ594200: 2166.2028757559415\n", - "13:06:42\tCompleted 3390 to KZ113600: 1965.1616925243752\n", - "13:06:42\tCompleted 3392 to KZ353200: 1707.3033581637033\n", - "13:06:42\tCompleted 3401 to KZ614400: 14.582947473239049\n", - "13:06:43\tCompleted 3400 to KZ593600: 2492.6878785164645\n", - "13:06:43\tCompleted 3397 to KZ195000: 1717.1628850938628\n", - "13:06:43\tCompleted 3376 to KZ632200: 2326.8917923305426\n", - "13:06:43\tCompleted 3379 to KZ615800: 134.73885271170667\n", - "13:06:43\tCompleted 3391 to KZ196600: 1584.7274653144755\n", - "13:06:43\tCompleted 3354 to KZ193400: 1774.1055637420006\n", - "13:06:43\tCompleted 3381 to KZ115200: 1996.9565508855892\n", - "13:06:43\tCompleted 3367 to KZ635000: 2350.6763500247794\n", - "13:06:43\tCompleted 3363 to KZ191600: 1111.3666942824611\n", - "13:06:43\tCompleted 3403 to KZ151000: 2362.689523987824\n", - "13:06:43\tCompleted 3401 to KZ614600: 327.4277673327251\n", - "13:06:43\tCompleted 3384 to KZ473600: 2756.208097134895\n", - "13:06:44\tCompleted 3399 to KZ356400: 1670.3711388929223\n", - "13:06:44\tCompleted 3379 to KZ612600: 298.64116165465964\n", - "13:06:44\tCompleted 3355 to KZ632800: 2209.998823092328\n", - "13:06:44\tCompleted 3383 to KZ355600: 1893.7286979767482\n", - "13:06:44\tCompleted 3351 to KZ552200: 2069.7235181008114\n", - "13:06:44\tCompleted 3388 to KZ551000: 2277.2341070946263\n", - "13:06:44\tCompleted 3397 to KZ194400: 1534.9478116348887\n", - "13:06:44\tCompleted 3393 to KZ396400: 2536.38865935663\n", - "13:06:44\tCompleted 3391 to KZ194200: 1220.1707785867102\n", - "13:06:44\tCompleted 3354 to KZ193600: 1074.0402947893474\n", - "13:06:44\tCompleted 3363 to KZ195200: 1049.1317174171877\n", - "13:06:44\tCompleted 3401 to KZ614800: 679.8068019600275\n", - "13:06:44\tCompleted 3394 to KZ555200: 2637.085357665083\n", - "13:06:45\tCompleted 3392 to KZ353600: 1854.292999646229\n", - "13:06:45\tCompleted 3377 to KZ394800: 2289.097753864192\n", - "13:06:45\tCompleted 3379 to KZ616000: 207.29726377115918\n", - "13:06:45\tCompleted 3378 to KZ475200: 3211.1863304526496\n", - "13:06:45\tCompleted 3395 to KZ275800: 2948.6782072647843\n", - "13:06:45\tCompleted 3382 to KZ235200: 2931.029213344617\n", - "13:06:45\tCompleted 3383 to KZ352100: 1302.6940080948334\n", - "13:06:45\tCompleted 3401 to KZ615400: 280.3258897321823\n", - "13:06:45\tCompleted 3390 to KZ113800: 2044.7797772804092\n", - "13:06:45\tCompleted 3357 to KZ596400: 2209.390397001648\n", - "13:06:45\tCompleted 3391 to KZ751210: 1167.6181497215541\n", - "13:06:45\tCompleted 3397 to KZ194600: 1545.4647776393952\n", - "13:06:45\tCompleted 3399 to KZ352400: 1852.3656159411767\n", - "13:06:45\tCompleted 3354 to KZ194000: 1054.8020939781018\n", - "13:06:45\tCompleted 3381 to KZ115400: 1974.3358882874954\n", - "13:06:45\tCompleted 3379 to KZ613800: 206.45961769484137\n", - "13:06:46\tCompleted 3398 to KZ634600: 2849.5276681231135\n", - "13:06:46\tCompleted 3373 to KZ276000: 3201.6788280202345\n", - "13:06:46\tCompleted 3372 to KZ596600: 2098.0224622990345\n", - "13:06:46\tCompleted 3392 to KZ351600: 1429.0831476697776\n", - "13:06:46\tCompleted 3400 to KZ595200: 2490.138011573687\n", - "13:06:46\tCompleted 3363 to KZ195000: 1500.761820957873\n", - "13:06:46\tCompleted 3356 to KZ395600: 2355.379505629134\n", - "13:06:46\tCompleted 3401 to KZ615200: 276.940342919983\n", - "13:06:46\tCompleted 3403 to KZ153200: 2367.1061074164527\n", - "13:06:46\tCompleted 3375 to KZ155200: 2477.9953352754624\n", - "13:06:46\tCompleted 3391 to KZ751110: 1175.3755090344348\n", - "13:06:47\tCompleted 3349 to KZ632800: 2353.922791655292\n", - "13:06:47\tCompleted 3399 to KZ356000: 1612.3304566419572\n", - "13:06:47\tCompleted 3383 to KZ352200: 1680.9100013999457\n", - "13:06:47\tCompleted 3376 to KZ635200: 2709.421008124572\n", - "13:06:47\tCompleted 3405 to KZ235600: 3171.5716483658757\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:06:47\tCompleted 3354 to KZ196400: 1487.9562006537055\n", - "13:06:47\tCompleted 3397 to KZ194800: 1813.5804296933984\n", - "13:06:47\tCompleted 3401 to KZ616400: 864.6168304443628\n", - "13:06:48\tCompleted 3391 to KZ751310: 1168.5470819096886\n", - "13:06:48\tCompleted 3363 to KZ194400: 1318.5467474988989\n", - "13:06:48\tCompleted 3394 to KZ551600: 2370.5186356795557\n", - "13:06:48\tCompleted 3355 to KZ636800: 2332.2361959199957\n", - "13:06:48\tCompleted 3388 to KZ556000: 2325.35548930264\n", - "13:06:48\tCompleted 3367 to KZ632200: 2233.752182023762\n", - "13:06:48\tCompleted 3392 to KZ354000: 1803.4627087510885\n", - "13:06:48\tCompleted 3390 to KZ114500: 2118.6222723652295\n", - "13:06:48\tCompleted 3383 to KZ352300: 1236.2388673046012\n", - "13:06:48\tCompleted 3384 to KZ474200: 3202.832258201417\n", - "13:06:48\tCompleted 3354 to KZ196800: 956.1145984125253\n", - "13:06:48\tCompleted 3399 to KZ354400: 1610.1312265147474\n", - "13:06:48\tCompleted 3401 to KZ615600: 1060.4346952659398\n", - "13:06:49\tCompleted 3381 to KZ151000: 2196.926677443472\n", - "13:06:49\tCompleted 3393 to KZ394000: 2644.848938445956\n", - "13:06:49\tCompleted 3391 to KZ751410: 1185.9720603133292\n", - "13:06:49\tCompleted 3372 to KZ595000: 2101.528412020407\n", - "13:06:49\tCompleted 3363 to KZ194600: 1329.0637135034053\n", - "13:06:49\tCompleted 3377 to KZ395000: 2623.2335339588067\n", - "13:06:49\tCompleted 3398 to KZ634400: 2441.6784086670477\n", - "13:06:49\tCompleted 3397 to KZ195600: 1890.360997448608\n", - "13:06:49\tCompleted 3403 to KZ153400: 2256.519449890769\n", - "13:06:49\tCompleted 3357 to KZ594600: 2393.5976505202093\n", - "13:06:49\tCompleted 3400 to KZ591000: 2380.3537403262294\n", - "13:06:49\tCompleted 3401 to KZ615800: 322.73807013473584\n", - "13:06:49\tCompleted 3375 to KZ156400: 2057.285334914627\n", - "13:06:49\tCompleted 3354 to KZ191600: 981.9125744726139\n", - "13:06:50\tCompleted 3399 to KZ351800: 1426.4350795454598\n", - "13:06:50\tCompleted 3392 to KZ351000: 1737.4374234012528\n", - "13:06:50\tCompleted 3378 to KZ471800: 3040.796110291924\n", - "13:06:50\tCompleted 3391 to KZ751710: 1226.960092082232\n", - "13:06:50\tCompleted 3383 to KZ352800: 1655.1400358938035\n", - "13:06:50\tCompleted 3395 to KZ276000: 3364.509233019819513:06:50\tCompleted 3398 to KZ313600: 831.132928390335\n", - "\n", - "13:06:50\tCompleted 3382 to KZ235600: 3026.066979365022\n", - "13:06:50\tCompleted 3356 to KZ395800: 2381.9264471351917\n", - "13:06:50\tCompleted 3401 to KZ612600: 453.08220078832414\n", - "13:06:50\tCompleted 3379 to KZ273200: 3085.5191109127227\n", - "13:06:50\tCompleted 3354 to KZ195200: 919.6775976073405\n", - "13:06:51\tCompleted 3373 to KZ276200: 2921.06504128633\n", - "13:06:51\tCompleted 3397 to KZ195800: 1704.247869815758\n", - "13:06:51\tCompleted 3398 to KZ314000: 650.7916421519774\n", - "13:06:51\tCompleted 3392 to KZ352000: 1287.3596999832787\n", - "13:06:51\tCompleted 3391 to KZ751810: 1173.203936159181\n", - "13:06:51\tCompleted 3390 to KZ114000: 2054.7652587976722\n", - "13:06:51\tCompleted 3363 to KZ194800: 1597.1793655574086\n", - "13:06:51\tCompleted 3394 to KZ553200: 2489.4666290862524\n", - "13:06:51\tCompleted 3376 to KZ632400: 2578.376565974073413:06:51\tCompleted 3349 to KZ636800: 2476.160164482947\n", - "\n", - "13:06:51\tCompleted 3401 to KZ616000: 395.2964811941881\n", - "13:06:51\tCompleted 3357 to KZ711110: 1681.9426424781416\n", - "13:06:52\tCompleted 3355 to KZ635800: 2382.86262963555\n", - "13:06:52\tCompleted 3381 to KZ153200: 2201.3432608721123\n", - "13:06:52\tCompleted 3383 to KZ356400: 1674.2184630185498\n", - "13:06:52\tCompleted 3398 to KZ314800: 1112.8539686211045\n", - "13:06:52\tCompleted 3388 to KZ556800: 2526.0434141745773\n", - "13:06:52\tCompleted 3391 to KZ751910: 1194.3448525095894\n", - "13:06:52\tCompleted 3354 to KZ195000: 1371.3077011480257\n", - "13:06:52\tCompleted 3401 to KZ613800: 47.30426071248074\n", - "13:06:52\tCompleted 3377 to KZ395200: 2090.872307119704\n", - "13:06:52\tCompleted 3405 to KZ233600: 3054.1882462217695\n", - "13:06:53\tCompleted 3403 to KZ153600: 2548.923210748248\n", - "13:06:53\tCompleted 3397 to KZ196000: 1891.028625204678\n", - "13:06:53\tCompleted 3384 to KZ474600: 2880.007697383335\n", - "13:06:53\tCompleted 3372 to KZ593600: 2216.077016304703\n", - "13:06:53\tCompleted 3398 to KZ315400: 800.0928499411306\n", - "13:06:53\tCompleted 3400 to KZ595600: 2538.4876371659293\n", - "13:06:53\tCompleted 3375 to KZ155600: 2229.9652089535557\n", - "13:06:53\tCompleted 3399 to KZ393200: 2540.6125252887146\n", - "13:06:53\tCompleted 3393 to KZ396800: 2659.4510131199763\n", - "13:06:53\tCompleted 3378 to KZ593200: 2170.646598293373\n", - "13:06:53\tCompleted 3391 to KZ751510: 1182.8607904086734\n", - "13:06:53\tCompleted 3392 to KZ354800: 2109.845563543657\n", - "13:06:53\tCompleted 3367 to KZ635200: 2616.2813978177933\n", - "13:06:53\tCompleted 3390 to KZ117000: 1977.3976022442762\n", - "13:06:54\tCompleted 3357 to KZ711410: 1682.1154455322512\n", - "13:06:54\tCompleted 3383 to KZ352400: 1739.4055301092064\n", - "13:06:54\tCompleted 3354 to KZ194400: 1189.0926276890514\n", - "13:06:54\tCompleted 3394 to KZ553600: 2224.476296020121\n", - "13:06:54\tCompleted 3398 to KZ315600: 1438.1623009863147\n", - "13:06:54\tCompleted 3397 to KZ191000: 1582.639472311633\n", - "13:06:54\tCompleted 3381 to KZ153400: 2090.75660334642\n", - "13:06:55\tCompleted 3395 to KZ276200: 3083.895446285915\n", - "13:06:55\tCompleted 3375 to KZ156800: 1731.9450531741466\n", - "13:06:55\tCompleted 3383 to KZ356000: 1397.3352545278751\n", - "13:06:55\tCompleted 3398 to KZ316000: 878.0037695565637\n", - "13:06:55\tCompleted 3382 to KZ233600: 2908.6835772209\n", - "13:06:55\tCompleted 3354 to KZ194600: 1199.609593693558\n", - "13:06:55\tCompleted 3355 to KZ636200: 2243.9455464053044\n", - "13:06:55\tCompleted 3397 to KZ196200: 1348.2322995202985\n", - "13:06:55\tCompleted 3392 to KZ355200: 1765.4359439760249\n", - "13:06:55\tCompleted 3376 to KZ632800: 2384.307480957423\n", - "13:06:55\tCompleted 3399 to KZ393400: 2057.0215671257833\n", - "13:06:55\tCompleted 3373 to KZ271000: 2938.757996700546\n", - "13:06:55\tCompleted 3357 to KZ711210: 1651.7610598658357\n", - "13:06:55\tCompleted 3403 to KZ154000: 2300.4997835732693\n", - "13:06:56\tCompleted 3379 to KZ274400: 3022.647798399432\n", - "13:06:56\tCompleted 3400 to KZ596000: 2257.0563427950697\n", - "13:06:56\tCompleted 3377 to KZ391000: 2345.270503776027\n", - "13:06:56\tCompleted 3390 to KZ114400: 1890.0564758339801\n", - "13:06:56\tCompleted 3398 to KZ316600: 1144.9971943976716\n", - "13:06:56\tCompleted 3405 to KZ633200: 2512.4133804697562\n", - "13:06:56\tCompleted 3372 to KZ595200: 2213.527149361931\n", - "13:06:56\tCompleted 3388 to KZ554800: 2530.738902219028\n", - "13:06:56\tCompleted 3383 to KZ354400: 1497.171140682777\n", - "13:06:56\tCompleted 3349 to KZ635800: 2526.7865981985087\n", - "13:06:57\tCompleted 3378 to KZ595800: 2274.5662083337443\n", - "13:06:57\tCompleted 3397 to KZ192600: 1621.5832273403269\n", - "13:06:57\tCompleted 3354 to KZ194800: 1467.7252457475613\n", - "13:06:57\tCompleted 3393 to KZ394800: 2431.9452114143683\n", - "13:06:57\tCompleted 3394 to KZ552200: 2332.0016852995163\n", - "13:06:57\tCompleted 3398 to KZ316200: 873.2277330913909\n", - "13:06:57\tCompleted 3401 to KZ273200: 3235.35515091231\n", - "13:06:57\tCompleted 3384 to KZ475000: 3250.3367241331125\n", - "13:06:57\tCompleted 3392 to KZ355600: 1928.062629469222913:06:57\tCompleted 3399 to KZ391600: 1924.1268279875578\n", - "\n", - "13:06:57\tCompleted 3375 to KZ193200: 1928.9100165685059\n", - "13:06:58\tCompleted 3357 to KZ711310: 1673.3534484044249\n", - "13:06:58\tCompleted 3383 to KZ351800: 1211.4398774313777\n", - "13:06:58\tCompleted 3391 to KZ231000: 3016.029841863824\n", - "13:06:58\tCompleted 3355 to KZ636400: 2001.359698525316\n", - "13:06:58\tCompleted 3398 to KZ311000: 504.58667734466303\n", - "13:06:58\tCompleted 3381 to KZ153600: 2383.160364203889\n", - "13:06:58\tCompleted 3397 to KZ196600: 1667.2989513955913\n", - "13:06:58\tCompleted 3392 to KZ352100: 1195.0461073650245\n", - "13:06:58\tCompleted 3354 to KZ195600: 1544.5058135027707\n", - "13:06:59\tCompleted 3382 to KZ633200: 2328.7455340454694\n", - "13:06:59\tCompleted 3398 to KZ315000: 917.2585514838847\n", - "13:06:59\tCompleted 3367 to KZ632400: 2485.2369556672948\n", - "13:06:59\tCompleted 3400 to KZ596200: 2456.836248053583\n", - "13:06:59\tCompleted 3395 to KZ271000: 3101.588401700131\n", - "13:06:59\tCompleted 3372 to KZ591000: 2103.742878114473613:06:59\tCompleted 3376 to KZ636800: 2506.544853785078\n", - "\n", - "13:06:59\tCompleted 3403 to KZ154200: 2603.1358225425915\n", - "13:06:59\tCompleted 3397 to KZ194200: 1302.742264667826\n", - "13:06:59\tCompleted 3378 to KZ593400: 2083.9534709816103\n", - "13:07:00\tCompleted 3377 to KZ395400: 2393.138056809103\n", - "13:07:00\tCompleted 3398 to KZ314200: 510.06190827999774\n", - "13:07:00\tCompleted 3390 to KZ114600: 2240.105726559016\n", - "13:07:00\tCompleted 3394 to KZ554600: 2414.1781578013074\n", - "13:07:00\tCompleted 3388 to KZ556400: 2468.472775910474\n", - "13:07:00\tCompleted 3392 to KZ352200: 1715.2439328924204\n", - "13:07:00\tCompleted 3375 to KZ193400: 2133.7988935839467\n", - "13:07:00\tCompleted 3397 to KZ751210: 1250.18963580267\n", - "13:07:00\tCompleted 3399 to KZ393600: 2394.670859482135\n", - "13:07:01\tCompleted 3405 to KZ634800: 2996.8599718800233\n", - "13:07:01\tCompleted 3373 to KZ274000: 3592.416180420063\n", - "13:07:01\tCompleted 3349 to KZ636200: 2387.8695149682558\n", - "13:07:01\tCompleted 3379 to KZ275400: 3697.8362303564422\n", - "13:07:01\tCompleted 3381 to KZ154000: 2134.736937028918\n", - "13:07:01\tCompleted 3393 to KZ395000: 2766.0809915089903\n", - "13:07:01\tCompleted 3355 to KZ631000: 2216.249886376747\n", - "13:07:01\tCompleted 3383 to KZ393200: 2325.6173231746457\n", - "13:07:01\tCompleted 3398 to KZ353200: 1763.9515904418415\n", - "13:07:01\tCompleted 3392 to KZ352300: 1372.6079150791845\n", - "13:07:01\tCompleted 3357 to KZ555200: 2399.12436385683\n", - "13:07:01\tCompleted 3397 to KZ751110: 1257.9469951155506\n", - "13:07:02\tCompleted 3401 to KZ274400: 3172.483838399029\n", - "13:07:02\tCompleted 3403 to KZ156000: 2176.385054910812\n", - "13:07:02\tCompleted 3375 to KZ193600: 1433.7336246312907\n", - "13:07:02\tCompleted 3384 to KZ475200: 3261.179684917162\n", - "13:07:02\tCompleted 3390 to KZ114800: 1963.064539638971\n", - "13:07:02\tCompleted 3400 to KZ596400: 2439.1223700749433\n", - "13:07:02\tCompleted 3391 to KZ234000: 3224.640319231512\n", - "13:07:03\tCompleted 3397 to KZ751310: 1251.1185679908044\n", - "13:07:03\tCompleted 3378 to KZ594200: 2263.8112200451164\n", - "13:07:03\tCompleted 3392 to KZ352800: 1689.4739673862782\n", - "13:07:03\tCompleted 3382 to KZ634800: 2813.1921254557333\n", - "13:07:03\tCompleted 3375 to KZ194000: 1414.4954238200478\n", - "13:07:03\tCompleted 3376 to KZ635800: 2557.1712875006415\n", - "13:07:03\tCompleted 3398 to KZ353600: 1910.94123192437\n", - "13:07:03\tCompleted 3377 to KZ392000: 2400.1917112043284\n", - "13:07:03\tCompleted 3367 to KZ632800: 2291.167870650642\n", - "13:07:03\tCompleted 3405 to KZ633400: 2264.637917209338\n", - "13:07:04\tCompleted 3383 to KZ393400: 1842.0263650117013\n", - "13:07:04\tCompleted 3372 to KZ595600: 2311.781077826848\n", - "13:07:04\tCompleted 3397 to KZ751410: 1268.543546394445\n", - "13:07:04\tCompleted 3393 to KZ395200: 2233.719764669892\n", - "13:07:04\tCompleted 3394 to KZ555600: 2668.4820034870504\n", - "13:07:04\tCompleted 3395 to KZ274000: 3755.246585419636\n", - "13:07:04\tCompleted 3399 to KZ396400: 2553.144756011038\n", - "13:07:04\tCompleted 3349 to KZ636400: 2145.283667088282\n", - "13:07:04\tCompleted 3388 to KZ554200: 2664.303811692765\n", - "13:07:04\tCompleted 3398 to KZ351600: 1485.7313799479186\n", - "13:07:05\tCompleted 3392 to KZ356400: 1591.7449845534234\n", - "13:07:05\tCompleted 3357 to KZ551600: 2139.164355701528\n", - "13:07:05\tCompleted 3381 to KZ154200: 2437.3729759982393\n", - "13:07:05\tCompleted 3397 to KZ751710: 1309.5315781633478\n", - "13:07:05\tCompleted 3390 to KZ111010: 2107.6241885236655\n", - "13:07:05\tCompleted 3355 to KZ634600: 2483.9345116770314\n", - "13:07:05\tCompleted 3403 to KZ154600: 2474.5224856559266\n", - "13:07:05\tCompleted 3379 to KZ273600: 2865.7954893389806\n", - "13:07:05\tCompleted 3388 to KZ791110: 189.76068203115017\n", - "13:07:05\tCompleted 3375 to KZ196400: 1847.6495304956513\n", - "13:07:05\tCompleted 3373 to KZ274200: 3709.7616747995185\n", - "13:07:06\tCompleted 3383 to KZ391600: 1709.1316258734757\n", - "13:07:06\tCompleted 3378 to KZ596600: 2147.7889672184965\n", - "13:07:06\tCompleted 3382 to KZ633400: 2080.970070785056\n", - "13:07:06\tCompleted 3397 to KZ751810: 1255.7754222402968\n", - "13:07:06\tCompleted 3400 to KZ594600: 2564.3119084714485\n", - "13:07:06\tCompleted 3388 to KZ791310: 151.87253130357558\n", - "13:07:06\tCompleted 3392 to KZ352400: 1773.7394616016811\n", - "13:07:06\tCompleted 3398 to KZ354000: 1860.1109410292268\n", - "13:07:06\tCompleted 3384 to KZ471800: 3090.7894647564362\n", - "13:07:06\tCompleted 3372 to KZ596000: 1980.4454805833095\n", - "13:07:07\tCompleted 3375 to KZ196800: 1315.8079282544709\n", - "13:07:07\tCompleted 3388 to KZ791510: 171.74299876304207\n", - "13:07:07\tCompleted 3401 to KZ275400: 3847.6722703560395\n", - "13:07:07\tCompleted 3376 to KZ636200: 2418.2542042703867\n", - "13:07:07\tCompleted 3397 to KZ751910: 1276.9163385907052\n", - "13:07:07\tCompleted 3390 to KZ116000: 1840.446886177227\n", - "13:07:07\tCompleted 3394 to KZ551000: 2407.0942801498845\n", - "13:07:07\tCompleted 3391 to KZ234200: 3675.5860257524478\n", - "13:07:07\tCompleted 3381 to KZ156000: 2010.6222083664563\n", - "13:07:07\tCompleted 3405 to KZ633600: 2679.920614849698\n", - "13:07:07\tCompleted 3393 to KZ391000: 2488.1179613262107\n", - "13:07:08\tCompleted 3388 to KZ791710: 151.5474315380232\n", - "13:07:08\tCompleted 3392 to KZ356000: 1533.7043023024585\n", - "13:07:08\tCompleted 3375 to KZ191600: 1341.6059043145597\n", - "13:07:08\tCompleted 3399 to KZ394000: 2661.605035100365\n", - "13:07:08\tCompleted 3400 to KZ711110: 1911.6746155514525\n", - "13:07:08\tCompleted 3355 to KZ634400: 2076.0852522209752\n", - "13:07:08\tCompleted 3349 to KZ631000: 2360.1738549396982\n", - "13:07:08\tCompleted 3403 to KZ154800: 2309.52979666833\n", - "13:07:08\tCompleted 3357 to KZ553200: 2267.359024683717\n", - "13:07:08\tCompleted 3367 to KZ636800: 2413.4052434782993\n", - "13:07:08\tCompleted 3398 to KZ351000: 1794.085655679391\n", - "13:07:08\tCompleted 3397 to KZ751510: 1265.4322764897893\n", - "13:07:08\tCompleted 3388 to KZ611600: 290.62186675022156\n", - "13:07:09\tCompleted 3395 to KZ274200: 3872.5920797991034\n", - "13:07:09\tCompleted 3355 to KZ313600: 465.5397719442356\n", - "13:07:09\tCompleted 3375 to KZ195200: 1279.3709274492862\n", - "13:07:09\tCompleted 3378 to KZ595000: 2199.13675630958\n", - "13:07:09\tCompleted 3392 to KZ354400: 1531.5050721752516\n", - "13:07:09\tCompleted 3398 to KZ352000: 1344.007932261417\n", - "13:07:09\tCompleted 3388 to KZ613600: 307.16415575612035\n", - "13:07:09\tCompleted 3384 to KZ593200: 2184.5392388374403\n", - "13:07:09\tCompleted 3383 to KZ393600: 2179.675657368073\n", - "13:07:10\tCompleted 3400 to KZ711410: 1911.847418605562\n", - "13:07:10\tCompleted 3382 to KZ633600: 2496.2527684254205\n", - "13:07:10\tCompleted 3379 to KZ276600: 2947.6207360379667\n", - "13:07:10\tCompleted 3376 to KZ636400: 2175.6683563904176\n", - "13:07:10\tCompleted 3372 to KZ596200: 2230.1296887145018\n", - "13:07:10\tCompleted 3390 to KZ116400: 2189.0248452906762\n", - "13:07:10\tCompleted 3388 to KZ614000: 106.59158741530733\n", - "13:07:10\tCompleted 3392 to KZ351800: 1347.808925205961\n", - "13:07:11\tCompleted 3394 to KZ556000: 2455.215662357898\n", - "13:07:11\tCompleted 3381 to KZ154600: 2308.7596391115744\n", - "13:07:11\tCompleted 3357 to KZ553600: 1993.1988904735063\n", - "13:07:11\tCompleted 3375 to KZ195000: 1731.0010309899715\n", - "13:07:11\tCompleted 3388 to KZ613900: 194.43828631893825\n", - "13:07:11\tCompleted 3393 to KZ395400: 2535.9855143592868\n", - "13:07:11\tCompleted 3396 to KZ113200: 2091.8554188514054\n", - "13:07:11\tCompleted 3401 to KZ273600: 3015.631529338578\n", - "13:07:12\tCompleted 3405 to KZ633800: 2686.697809336062\n", - "13:07:12\tCompleted 3400 to KZ711210: 1881.4930329391466\n", - "13:07:12\tCompleted 3399 to KZ396800: 2676.2071097743847\n", - "13:07:12\tCompleted 3398 to KZ354800: 2166.4937958217984\n", - "13:07:12\tCompleted 3388 to KZ612000: 351.13071086784447\n", - "13:07:12\tCompleted 3391 to KZ234600: 3790.7563241905023\n", - "13:07:12\tCompleted 3403 to KZ155200: 2736.468459570083\n", - "13:07:12\tCompleted 3367 to KZ635800: 2464.031677193858\n", - "13:07:12\tCompleted 3349 to KZ634600: 2627.85848023999\n", - "13:07:12\tCompleted 3390 to KZ116800: 1986.4577637139016\n", - "13:07:12\tCompleted 3375 to KZ194400: 1548.7859575309974\n", - "13:07:12\tCompleted 3378 to KZ593600: 2313.6853605938827\n", - "13:07:13\tCompleted 3397 to KZ231000: 3094.359575102013\n", - "13:07:13\tCompleted 3388 to KZ614400: 120.9710857587403\n", - "13:07:13\tCompleted 3384 to KZ595800: 2288.4588488778104\n", - "13:07:13\tCompleted 3396 to KZ113400: 1921.5679259186434\n", - "13:07:13\tCompleted 3372 to KZ596400: 2162.5115078631816\n", - "13:07:13\tCompleted 3381 to KZ154800: 2143.7669501239866\n", - "13:07:13\tCompleted 3388 to KZ614600: 193.47850676466126\n", - "13:07:13\tCompleted 3376 to KZ631000: 2390.558544241829\n", - "13:07:14\tCompleted 3398 to KZ355200: 1822.0841762541631\n", - "13:07:14\tCompleted 3400 to KZ711310: 1903.0854214777357\n", - "13:07:14\tCompleted 3383 to KZ396400: 2338.149553896979\n", - "13:07:14\tCompleted 3382 to KZ633800: 2503.0299629117776\n", - "13:07:14\tCompleted 3392 to KZ393200: 2461.986370949221\n", - "13:07:14\tCompleted 3375 to KZ194600: 1559.3029235355039\n", - "13:07:14\tCompleted 3394 to KZ556800: 2655.9035872298355\n", - "13:07:14\tCompleted 3388 to KZ614800: 587.7875193622065\n", - "13:07:15\tCompleted 3393 to KZ392000: 2543.0391687545048\n", - "13:07:15\tCompleted 3379 to KZ275000: 2813.318393140313\n", - "13:07:15\tCompleted 3403 to KZ156400: 2315.758459209276\n", - "13:07:15\tCompleted 3399 to KZ394800: 2448.7013080687766\n", - "13:07:15\tCompleted 3390 to KZ111810: 2008.3218567370304\n", - "13:07:15\tCompleted 3388 to KZ615400: 146.37662916411853\n", - "13:07:15\tCompleted 3384 to KZ593400: 2097.846111525677\n", - "13:07:15\tCompleted 3405 to KZ634000: 2734.665390005041\n", - "13:07:15\tCompleted 3396 to KZ113600: 2050.039083988701\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:07:16\tCompleted 3398 to KZ355600: 1984.7108617473612\n", - "13:07:16\tCompleted 3349 to KZ634400: 2220.0092207839275\n", - "13:07:16\tCompleted 3367 to KZ636200: 2325.114593963608\n", - "13:07:16\tCompleted 3378 to KZ595200: 2311.1354936511043\n", - "13:07:16\tCompleted 3401 to KZ276600: 3097.456776037564\n", - "13:07:16\tCompleted 3392 to KZ393400: 1978.3954127862846\n", - "13:07:16\tCompleted 3388 to KZ615200: 142.99108235191903\n", - "13:07:16\tCompleted 3390 to KZ116600: 638.990082332181\n", - "13:07:16\tCompleted 3391 to KZ234800: 2924.4577000261183\n", - "13:07:17\tCompleted 3349 to KZ313600: 609.4637405072029\n", - "13:07:17\tCompleted 3398 to KZ352100: 1251.6943396431654\n", - "13:07:17\tCompleted 3372 to KZ594600: 2337.6053491323673\n", - "13:07:17\tCompleted 3397 to KZ234000: 3302.970052469701\n", - "13:07:17\tCompleted 3388 to KZ616400: 853.8990632751255\n", - "13:07:17\tCompleted 3381 to KZ155200: 2570.7056130257424\n", - "13:07:17\tCompleted 3400 to KZ555200: 2644.709726335847\n", - "13:07:17\tCompleted 3349 to KZ314000: 429.1224542688453\n", - "13:07:18\tCompleted 3376 to KZ634600: 2658.24316954212313:07:18\tCompleted 3382 to KZ634000: 2550.997543580751\n", - "\n", - "13:07:18\tCompleted 3396 to KZ113800: 2129.657168744731\n", - "13:07:18\tCompleted 3392 to KZ391600: 1845.500673648059\n", - "13:07:18\tCompleted 3388 to KZ615600: 926.485434697876\n", - "13:07:18\tCompleted 3403 to KZ155600: 2488.438333248176\n", - "13:07:18\tCompleted 3394 to KZ554800: 2660.5990752742864\n", - "13:07:18\tCompleted 3383 to KZ394000: 2446.6098329862966\n", - "13:07:18\tCompleted 3393 to KZ395600: 2616.3426666621554\n", - "13:07:18\tCompleted 3398 to KZ352200: 1771.8921651705587\n", - "13:07:19\tCompleted 3384 to KZ594200: 2277.7038605891826\n", - "13:07:19\tCompleted 3367 to KZ636400: 2082.528746083628\n", - "13:07:19\tCompleted 3388 to KZ615800: 188.78880956667172\n", - "13:07:19\tCompleted 3372 to KZ711110: 1635.0637533396746\n", - "13:07:19\tCompleted 3378 to KZ591000: 2201.3512224036467\n", - "13:07:19\tCompleted 3390 to KZ115600: 2172.39420494058\n", - "13:07:19\tCompleted 3399 to KZ395000: 2782.8370881633987\n", - "13:07:19\tCompleted 3379 to KZ274800: 3348.823304523715\n", - "13:07:19\tCompleted 3398 to KZ352300: 1429.2561473573253\n", - "13:07:20\tCompleted 3388 to KZ612600: 319.13294022025997\n", - "13:07:20\tCompleted 3405 to KZ635400: 3179.5709425872506\n", - "13:07:20\tCompleted 3381 to KZ156400: 2149.9956126649176\n", - "13:07:20\tCompleted 3403 to KZ156800: 1990.418177468796\n", - "13:07:20\tCompleted 3401 to KZ275000: 2963.1544331399004\n", - "13:07:20\tCompleted 3400 to KZ551600: 2378.1430043503196\n", - "13:07:20\tCompleted 3396 to KZ114500: 2203.4996638295543\n", - "13:07:20\tCompleted 3388 to KZ616000: 261.3472206261243\n", - "13:07:21\tCompleted 3391 to KZ235200: 2972.097547389486\n", - "13:07:21\tCompleted 3372 to KZ711410: 1635.2365563937842\n", - "13:07:21\tCompleted 3392 to KZ393600: 2316.044705142642\n", - "13:07:21\tCompleted 3398 to KZ352800: 1746.1221996644165\n", - "13:07:21\tCompleted 3388 to KZ613800: 152.4096608398763\n", - "13:07:21\tCompleted 3390 to KZ115200: 1979.7937915628274\n", - "13:07:22\tCompleted 3384 to KZ596600: 2197.7823216830066\n", - "13:07:22\tCompleted 3397 to KZ234200: 3753.9157589906367\n", - "13:07:22\tCompleted 3399 to KZ395200: 2250.4758613243007\n", - "13:07:22\tCompleted 3382 to KZ635400: 2995.9030961629605\n", - "13:07:22\tCompleted 3394 to KZ556400: 2598.332948965732\n", - "13:07:22\tCompleted 3393 to KZ395800: 2642.889608168225\n", - "13:07:22\tCompleted 3403 to KZ193200: 1943.366192358763\n", - "13:07:22\tCompleted 3367 to KZ631000: 2297.4189339350505\n", - "13:07:22\tCompleted 3378 to KZ595600: 2361.5475827463115\n", - "13:07:22\tCompleted 3383 to KZ396800: 2461.211907660323\n", - "13:07:22\tCompleted 3398 to KZ356400: 1648.3932168315644\n", - "13:07:23\tCompleted 3372 to KZ711210: 1604.8821707273687\n", - "13:07:23\tCompleted 3396 to KZ114000: 2139.6426502619925\n", - "13:07:23\tCompleted 3381 to KZ155600: 2322.6754867038358\n", - "13:07:24\tCompleted 3405 to KZ635000: 2654.29751525483\n", - "13:07:24\tCompleted 3379 to KZ275800: 2818.4061285121365\n", - "13:07:24\tCompleted 3400 to KZ553200: 2497.0909977570163\n", - "13:07:24\tCompleted 3390 to KZ115400: 1957.1731289647337\n", - "13:07:24\tCompleted 3398 to KZ352400: 1830.3876938798194\n", - "13:07:24\tCompleted 3403 to KZ193400: 2148.255069374204\n", - "13:07:24\tCompleted 3372 to KZ711310: 1626.4745592659579\n", - "13:07:24\tCompleted 3392 to KZ396400: 2474.51860167155\n", - "13:07:24\tCompleted 3384 to KZ595000: 2213.029396853646\n", - "13:07:25\tCompleted 3401 to KZ274800: 3498.659344523312\n", - "13:07:25\tCompleted 3391 to KZ235600: 3067.135313409891\n", - "13:07:25\tCompleted 3378 to KZ596000: 2078.053824872488\n", - "13:07:25\tCompleted 3399 to KZ391000: 2504.874057980619\n", - "13:07:25\tCompleted 3396 to KZ117000: 2062.2749937086\n", - "13:07:25\tCompleted 3381 to KZ156800: 1824.6553309244373\n", - "13:07:25\tCompleted 3393 to KZ392400: 2552.9156885409566\n", - "13:07:25\tCompleted 3382 to KZ635000: 2470.62966883054\n", - "13:07:25\tCompleted 3403 to KZ193600: 1448.189800421548\n", - "13:07:26\tCompleted 3398 to KZ356000: 1590.3525345805992\n", - "13:07:26\tCompleted 3388 to KZ273200: 3105.647643187179\n", - "13:07:26\tCompleted 3383 to KZ394800: 2233.7061059547173\n", - "13:07:26\tCompleted 3394 to KZ554200: 2794.163984748023\n", - "13:07:26\tCompleted 3397 to KZ234600: 3869.086057428691\n", - "13:07:26\tCompleted 3400 to KZ553600: 2232.100664690884\n", - "13:07:26\tCompleted 3367 to KZ634600: 2565.103559235339\n", - "13:07:26\tCompleted 3390 to KZ151000: 2179.7639181207114\n", - "13:07:27\tCompleted 3394 to KZ791110: 319.620855086417\n", - "13:07:27\tCompleted 3403 to KZ194000: 1428.951599610305\n", - "13:07:27\tCompleted 3398 to KZ354400: 1588.15330445339\n", - "13:07:27\tCompleted 3396 to KZ114400: 1974.933867298306\n", - "13:07:27\tCompleted 3405 to KZ632200: 2537.373347253811\n", - "13:07:27\tCompleted 3381 to KZ193200: 1803.9877906961312\n", - "13:07:27\tCompleted 3394 to KZ791310: 281.73270435884245\n", - "13:07:28\tCompleted 3384 to KZ593600: 2327.57800113795\n", - "13:07:28\tCompleted 3372 to KZ555200: 2368.098864124078\n", - "13:07:28\tCompleted 3379 to KZ276000: 3234.2371542671717\n", - "13:07:28\tCompleted 3392 to KZ394000: 2582.9788807608693\n", - "13:07:28\tCompleted 3398 to KZ351800: 1404.4571574841018\n", - "13:07:28\tCompleted 3378 to KZ596200: 2279.896193633965\n", - "13:07:28\tCompleted 3394 to KZ791510: 301.6031718183088\n", - "13:07:28\tCompleted 3403 to KZ196400: 1862.1057062859086\n", - "13:07:29\tCompleted 3399 to KZ395400: 2552.741611013695\n", - "13:07:29\tCompleted 3393 to KZ396200: 2508.5793769537677\n", - "13:07:29\tCompleted 3382 to KZ632200: 2353.7055008295265\n", - "13:07:29\tCompleted 3401 to KZ275800: 2968.242168511734\n", - "13:07:29\tCompleted 3400 to KZ552200: 2339.6260539702803\n", - "13:07:29\tCompleted 3394 to KZ791710: 281.40760459329\n", - "13:07:29\tCompleted 3391 to KZ233600: 2949.7519112657747\n", - "13:07:29\tCompleted 3390 to KZ153200: 2184.180501549353\n", - "13:07:30\tCompleted 3403 to KZ196800: 1330.2641040447281\n", - "13:07:30\tCompleted 3381 to KZ193400: 2008.8766677115718\n", - "13:07:30\tCompleted 3367 to KZ634400: 2157.25429977928\n", - "13:07:30\tCompleted 3396 to KZ114600: 2324.9831180233423\n", - "13:07:30\tCompleted 3394 to KZ611600: 399.6700381748708\n", - "13:07:30\tCompleted 3383 to KZ395000: 2567.841886049337\n", - "13:07:30\tCompleted 3388 to KZ274400: 3042.7763306738893\n", - "13:07:30\tCompleted 3397 to KZ234800: 3002.7874332643073\n", - "13:07:31\tCompleted 3403 to KZ191600: 1356.062080104817\n", - "13:07:31\tCompleted 3394 to KZ613600: 437.0243288113871\n", - "13:07:31\tCompleted 3381 to KZ193600: 1308.8113987589163\n", - "13:07:31\tCompleted 3372 to KZ551600: 2101.5321421385506\n", - "13:07:31\tCompleted 3384 to KZ595200: 2325.0281341951704\n", - "13:07:31\tCompleted 3405 to KZ635200: 2919.902563047844\n", - "13:07:31\tCompleted 3378 to KZ596400: 2260.119852152358\n", - "13:07:31\tCompleted 3398 to KZ393200: 2518.634603227358\n", - "13:07:32\tCompleted 3394 to KZ614000: 236.45176047057407\n", - "13:07:32\tCompleted 3403 to KZ195200: 1293.8271032395435\n", - "13:07:32\tCompleted 3390 to KZ153400: 2073.5938440236587\n", - "13:07:32\tCompleted 3392 to KZ396800: 2597.580955434892\n", - "13:07:32\tCompleted 3393 to KZ396600: 2516.498217744957\n", - "13:07:32\tCompleted 3399 to KZ392000: 2559.795265408913\n", - "13:07:32\tCompleted 3381 to KZ194000: 1289.5731979476732\n", - "13:07:32\tCompleted 3400 to KZ554600: 2421.802526472071\n", - "13:07:32\tCompleted 3396 to KZ114800: 2149.9770473854037\n", - "13:07:32\tCompleted 3379 to KZ276200: 2953.6233675332674\n", - "13:07:32\tCompleted 3394 to KZ613900: 231.54057705106067\n", - "13:07:33\tCompleted 3391 to KZ633200: 2403.7352926708422\n", - "13:07:33\tCompleted 3383 to KZ395200: 2035.4806592102282\n", - "13:07:33\tCompleted 3382 to KZ635200: 2736.234716623554\n", - "13:07:33\tCompleted 3403 to KZ195000: 1745.4572067802287\n", - "13:07:33\tCompleted 3394 to KZ612000: 480.99088392311154\n", - "13:07:33\tCompleted 3401 to KZ276000: 3384.073194266769\n", - "13:07:34\tCompleted 3398 to KZ393400: 2035.0436450644254\n", - "13:07:34\tCompleted 3384 to KZ591000: 2215.243862947713\n", - "13:07:34\tCompleted 3394 to KZ614400: 32.377416997969526\n", - "13:07:34\tCompleted 3372 to KZ553200: 2220.480135545255\n", - "13:07:34\tCompleted 3381 to KZ196400: 1722.7273046232767\n", - "13:07:34\tCompleted 3393 to KZ394200: 2150.7506979068544\n", - "13:07:34\tCompleted 3397 to KZ235200: 3050.427280627675\n", - "13:07:35\tCompleted 3403 to KZ194400: 1563.2421333212546\n", - "13:07:35\tCompleted 3396 to KZ111010: 2192.501579987984\n", - "13:07:35\tCompleted 3378 to KZ594600: 2387.3718540518307\n", - "13:07:35\tCompleted 3388 to KZ275400: 3717.9647626308997\n", - "13:07:35\tCompleted 3394 to KZ614600: 323.33867981992796\n", - "13:07:35\tCompleted 3392 to KZ394800: 2370.0751537292886\n", - "13:07:35\tCompleted 3390 to KZ153600: 2365.9976048811277\n", - "13:07:35\tCompleted 3405 to KZ632400: 2788.8581208973455\n", - "13:07:35\tCompleted 3381 to KZ196800: 1190.8857023820963\n", - "13:07:35\tCompleted 3398 to KZ391600: 1902.1489059261999\n", - "13:07:36\tCompleted 3399 to KZ395600: 2633.0987633165637\n", - "13:07:36\tCompleted 3394 to KZ614800: 675.7177144472305\n", - "13:07:36\tCompleted 3403 to KZ194600: 1573.759099325761\n", - "13:07:36\tCompleted 3383 to KZ391000: 2289.8788558665574\n", - "13:07:36\tCompleted 3400 to KZ555600: 2676.106372157814\n", - "13:07:36\tCompleted 3379 to KZ271000: 2971.316322947483\n", - "13:07:37\tCompleted 3396 to KZ116000: 1925.324277641553\n", - "13:07:37\tCompleted 3378 to KZ711110: 1732.6720976288552\n", - "13:07:37\tCompleted 3394 to KZ615400: 276.23680221938514\n", - "13:07:37\tCompleted 3381 to KZ191600: 1216.683678442185\n", - "13:07:37\tCompleted 3391 to KZ634800: 2888.1818840811093\n", - "13:07:37\tCompleted 3382 to KZ632400: 2605.1902744730555\n", - "13:07:37\tCompleted 3384 to KZ595600: 2411.540937210821\n", - "13:07:37\tCompleted 3394 to KZ615200: 272.8512554071858\n", - "13:07:38\tCompleted 3403 to KZ194800: 1841.8747513797643\n", - "13:07:38\tCompleted 3390 to KZ154000: 2117.5741777061585\n", - "13:07:38\tCompleted 3381 to KZ195200: 1154.4487015769116\n", - "13:07:38\tCompleted 3401 to KZ276200: 3103.4594075328646\n", - "13:07:38\tCompleted 3393 to KZ394400: 2578.7570492328505\n", - "13:07:38\tCompleted 3394 to KZ616400: 860.5277429315657\n", - "13:07:38\tCompleted 3378 to KZ711410: 1732.8449006829649\n", - "13:07:38\tCompleted 3398 to KZ393600: 2372.692937420779\n", - "13:07:39\tCompleted 3405 to KZ632800: 2594.7890358806917\n", - "13:07:39\tCompleted 3397 to KZ235600: 3145.46504664808\n", - "13:07:39\tCompleted 3388 to KZ273600: 2885.924021613438\n", - "13:07:39\tCompleted 3392 to KZ395000: 2704.210933823906\n", - "13:07:39\tCompleted 3400 to KZ551000: 2414.7186488206485\n", - "13:07:39\tCompleted 3396 to KZ116400: 2273.902236754996\n", - "13:07:39\tCompleted 3391 to KZ633400: 2155.9598294104344\n", - "13:07:39\tCompleted 3381 to KZ195000: 1606.0788051175969\n", - "13:07:39\tCompleted 3394 to KZ615600: 1056.3456077531428\n", - "13:07:39\tCompleted 3399 to KZ395800: 2659.6457048226334\n", - "13:07:39\tCompleted 3393 to KZ433200: 1711.8745478561837\n", - "13:07:39\tCompleted 3383 to KZ395400: 2337.7464088996335\n", - "13:07:39\tCompleted 3403 to KZ195600: 1918.655319134974\n", - "13:07:40\tCompleted 3378 to KZ711210: 1702.4905150165494\n", - "13:07:40\tCompleted 3384 to KZ596000: 2091.946465416554\n", - "13:07:40\tCompleted 3382 to KZ632800: 2411.121189456407\n", - "13:07:40\tCompleted 3394 to KZ615800: 318.64898262193867\n", - "13:07:40\tCompleted 3393 to KZ431900: 1192.8307149609648\n", - "13:07:41\tCompleted 3381 to KZ194400: 1423.8637316586228\n", - "13:07:41\tCompleted 3403 to KZ195800: 1732.5421915021238\n", - "13:07:41\tCompleted 3379 to KZ274000: 3624.974506666998\n", - "13:07:41\tCompleted 3394 to KZ612600: 448.99311327552704\n", - "13:07:41\tCompleted 3390 to KZ154200: 2420.210216675479\n", - "13:07:41\tCompleted 3396 to KZ116800: 2071.3351551782275\n", - "13:07:41\tCompleted 3393 to KZ434600: 1226.4952853873451\n", - "13:07:42\tCompleted 3392 to KZ395200: 2171.849706984807\n", - "13:07:42\tCompleted 3398 to KZ396400: 2531.1668339496828\n", - "13:07:42\tCompleted 3401 to KZ271000: 3121.1523629470803\n", - "13:07:42\tCompleted 3378 to KZ711310: 1724.0829035551385\n", - "13:07:42\tCompleted 3394 to KZ616000: 391.20739368139095\n", - "13:07:42\tCompleted 3400 to KZ556000: 2462.840031028662\n", - "13:07:42\tCompleted 3405 to KZ636800: 2717.02640870835\n", - "13:07:43\tCompleted 3393 to KZ434400: 1569.4446843490796\n", - "13:07:43\tCompleted 3394 to KZ613800: 38.04715357197193\n", - "13:07:43\tCompleted 3399 to KZ392400: 2569.671785195365\n", - "13:07:43\tCompleted 3403 to KZ196000: 1919.322946891044\n", - "13:07:43\tCompleted 3397 to KZ233600: 3028.081644503971\n", - "13:07:43\tCompleted 3388 to KZ276600: 2967.749268312424\n", - "13:07:43\tCompleted 3391 to KZ633600: 2571.242527050794\n", - "13:07:43\tCompleted 3390 to KZ156000: 1993.4594490436948\n", - "13:07:43\tCompleted 3396 to KZ111810: 2093.199248201352\n", - "13:07:44\tCompleted 3393 to KZ431000: 911.1361019864364\n", - "13:07:44\tCompleted 3384 to KZ596200: 2329.8895480984747\n", - "13:07:44\tCompleted 3382 to KZ636800: 2533.35856228406\n", - "13:07:44\tCompleted 3403 to KZ191000: 1610.933793997999\n", - "13:07:44\tCompleted 3396 to KZ116600: 723.8674737965105\n", - "13:07:44\tCompleted 3393 to KZ435200: 809.441971925506\n", - "13:07:45\tCompleted 3392 to KZ391000: 2426.2479036411264\n", - "13:07:45\tCompleted 3398 to KZ394000: 2639.627113039008\n", - "13:07:45\tCompleted 3403 to KZ196200: 1376.5266212066645\n", - "13:07:45\tCompleted 3378 to KZ555200: 2465.7072084132537\n", - "13:07:45\tCompleted 3393 to KZ434800: 840.7682328418412\n", - "13:07:46\tCompleted 3400 to KZ556800: 2663.5279559005994\n", - "13:07:46\tCompleted 3399 to KZ396200: 2525.3354736081765\n", - "13:07:46\tCompleted 3397 to KZ633200: 2486.306778751958\n", - "13:07:46\tCompleted 3401 to KZ274000: 3774.810546666585\n", - "13:07:46\tCompleted 3390 to KZ154600: 2291.596879788814\n", - "13:07:46\tCompleted 3405 to KZ635800: 2767.652842423915\n", - "13:07:46\tCompleted 3393 to KZ433600: 1101.4384131909771\n", - "13:07:46\tCompleted 3391 to KZ633800: 2578.019721537156\n", - "13:07:47\tCompleted 3384 to KZ596400: 2274.0124926964245\n", - "13:07:47\tCompleted 3403 to KZ192600: 1649.8775490266928\n", - "13:07:47\tCompleted 3396 to KZ115600: 2257.2715964048984\n", - "13:07:47\tCompleted 3388 to KZ275000: 2833.4469254147693\n", - "13:07:47\tCompleted 3393 to KZ434000: 833.999826292362\n", - "13:07:48\tCompleted 3382 to KZ635800: 2583.984995999624\n", - "13:07:48\tCompleted 3394 to KZ273200: 3231.266063399513\n", - "13:07:48\tCompleted 3378 to KZ551600: 2199.1404864277265\n", - "13:07:48\tCompleted 3403 to KZ196600: 1695.5932730819572\n", - "13:07:49\tCompleted 3390 to KZ154800: 2126.6041908012253\n", - "13:07:49\tCompleted 3398 to KZ396800: 2654.2291877130288\n", - "13:07:49\tCompleted 3396 to KZ115200: 2166.7062993092522\n", - "13:07:49\tCompleted 3399 to KZ396600: 2533.2543143993657\n", - "13:07:49\tCompleted 3403 to KZ194200: 1331.036586354192\n", - "13:07:50\tCompleted 3405 to KZ636200: 2628.735759193659\n", - "13:07:50\tCompleted 3400 to KZ554800: 2668.2234439450503\n", - "13:07:50\tCompleted 3384 to KZ594600: 2437.3652085163403\n", - "13:07:50\tCompleted 3397 to KZ634800: 2970.753370162225\n", - "13:07:50\tCompleted 3391 to KZ634000: 2625.987302206127\n", - "13:07:50\tCompleted 3403 to KZ751210: 1278.483957489036\n", - "13:07:51\tCompleted 3401 to KZ274200: 3892.156041046053\n", - "13:07:51\tCompleted 3388 to KZ274800: 3368.9518367981723\n", - "13:07:51\tCompleted 3382 to KZ636200: 2445.067912769369\n", - "13:07:51\tCompleted 3396 to KZ115400: 2144.0856367111696\n", - "13:07:51\tCompleted 3393 to KZ471000: 3298.4445342704057\n", - "13:07:51\tCompleted 3403 to KZ751110: 1286.2413168019166\n", - "13:07:51\tCompleted 3399 to KZ394200: 2167.5067945612645\n", - "13:07:52\tCompleted 3384 to KZ711110: 1746.564738172923\n", - "13:07:52\tCompleted 3398 to KZ394800: 2426.723386007421\n", - "13:07:52\tCompleted 3394 to KZ274400: 3168.394750886232\n", - "13:07:52\tCompleted 3390 to KZ155200: 2553.542853702983\n", - "13:07:52\tCompleted 3405 to KZ636400: 2386.1499113136947\n", - "13:07:52\tCompleted 3403 to KZ751310: 1279.4128896771704\n", - "13:07:53\tCompleted 3397 to KZ633400: 2238.5313154915416\n", - "13:07:53\tCompleted 3402 to KZ113200: 2075.590342379039\n", - "13:07:53\tCompleted 3400 to KZ556400: 2605.957317636496\n", - "13:07:53\tCompleted 3382 to KZ636400: 2202.482064889402\n", - "13:07:53\tCompleted 3403 to KZ751410: 1296.837868080811\n", - "13:07:54\tCompleted 3396 to KZ151000: 2366.676425867139\n", - "13:07:54\tCompleted 3384 to KZ711410: 1746.7375412270326\n", - "13:07:54\tCompleted 3391 to KZ635400: 3070.8928547883365\n", - "13:07:54\tCompleted 3402 to KZ113400: 1905.302849446276\n", - "13:07:54\tCompleted 3388 to KZ275800: 2838.534660786594\n", - "13:07:54\tCompleted 3393 to KZ473600: 2879.4697682474625\n", - "13:07:55\tCompleted 3403 to KZ751710: 1337.8258998497138\n", - "13:07:55\tCompleted 3390 to KZ156400: 2132.832853342157\n", - "13:07:55\tCompleted 3399 to KZ394400: 2595.5131458872597\n", - "13:07:55\tCompleted 3384 to KZ711210: 1716.383155560617\n", - "13:07:55\tCompleted 3405 to KZ631000: 2601.0400991651013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:07:56\tCompleted 3398 to KZ395000: 2760.8591661020428\n", - "13:07:56\tCompleted 3403 to KZ751810: 1284.0697439266628\n", - "13:07:56\tCompleted 3396 to KZ153200: 2371.093009295768\n", - "13:07:56\tCompleted 3397 to KZ633600: 2653.814013131902\n", - "13:07:56\tCompleted 3399 to KZ433200: 1728.6306445105938\n", - "13:07:56\tCompleted 3402 to KZ113600: 2033.7740075163338\n", - "13:07:56\tCompleted 3394 to KZ275400: 3843.5831828432424\n", - "13:07:57\tCompleted 3382 to KZ631000: 2417.3722527408113\n", - "13:07:57\tCompleted 3403 to KZ751910: 1305.2106602770712\n", - "13:07:57\tCompleted 3400 to KZ554200: 2801.7883534187863\n", - "13:07:57\tCompleted 3384 to KZ711310: 1737.9755440992062\n", - "13:07:57\tCompleted 3399 to KZ431900: 1209.586811615375\n", - "13:07:57\tCompleted 3390 to KZ155600: 2305.5127273810763\n", - "13:07:58\tCompleted 3400 to KZ791110: 327.24522375718163\n", - "13:07:58\tCompleted 3391 to KZ635000: 2545.619427455916\n", - "13:07:58\tCompleted 3403 to KZ751510: 1293.7265981761552\n", - "13:07:58\tCompleted 3398 to KZ395200: 2228.4979392629443\n", - "13:07:58\tCompleted 3388 to KZ276000: 3254.36568654162913:07:58\tCompleted 3393 to KZ474200: 3326.0939293139845\n", - "\n", - "13:07:58\tCompleted 3402 to KZ113800: 2113.3920922723637\n", - "13:07:58\tCompleted 3399 to KZ434600: 1243.2513820417553\n", - "13:07:58\tCompleted 3396 to KZ153400: 2260.506351770084\n", - "13:07:59\tCompleted 3400 to KZ791310: 289.357073029607\n", - "13:07:59\tCompleted 3405 to KZ634600: 2868.7247244653963\n", - "13:07:59\tCompleted 3390 to KZ156800: 1807.4925716016758\n", - "13:07:59\tCompleted 3400 to KZ791510: 309.2275404890734\n", - "13:08:00\tCompleted 3399 to KZ434400: 1586.2007810034897\n", - "13:08:00\tCompleted 3397 to KZ633800: 2660.5912076182653\n", - "13:08:00\tCompleted 3400 to KZ791710: 289.0319732640546\n", - "13:08:00\tCompleted 3394 to KZ273600: 3011.5424418257808\n", - "13:08:00\tCompleted 3399 to KZ431000: 927.8921986408465\n", - "13:08:00\tCompleted 3402 to KZ114500: 2187.234587357187\n", - "13:08:01\tCompleted 3384 to KZ555200: 2479.5998489573212\n", - "13:08:01\tCompleted 3391 to KZ632200: 2428.6952594549048\n", - "13:08:01\tCompleted 3390 to KZ193200: 1949.9184651678524\n", - "13:08:01\tCompleted 3400 to KZ611600: 407.2944068456354\n", - "13:08:01\tCompleted 3399 to KZ435200: 826.198068579916\n", - "13:08:01\tCompleted 3396 to KZ153600: 2552.9101126275636\n", - "13:08:02\tCompleted 3405 to KZ634400: 2460.8754650093306\n", - "13:08:02\tCompleted 3403 to KZ231000: 3122.653896788376\n", - "13:08:02\tCompleted 3400 to KZ613600: 444.6486974821517\n", - "13:08:02\tCompleted 3393 to KZ474600: 3003.2693684959027\n", - "13:08:02\tCompleted 3388 to KZ276200: 2973.751899807725\n", - "13:08:02\tCompleted 3399 to KZ434800: 857.5243294962512\n", - "13:08:02\tCompleted 3405 to KZ313600: 850.3299847326177\n", - "13:08:03\tCompleted 3400 to KZ614000: 244.07612914133867\n", - "13:08:03\tCompleted 3402 to KZ114000: 2123.3775737896267\n", - "13:08:03\tCompleted 3399 to KZ433600: 1118.1945098453873\n", - "13:08:03\tCompleted 3397 to KZ634000: 2708.558788287243\n", - "13:08:03\tCompleted 3390 to KZ193400: 2154.8073421832933\n", - "13:08:03\tCompleted 3400 to KZ613900: 239.16494572182523\n", - "13:08:03\tCompleted 3405 to KZ314000: 669.9886984942601\n", - "13:08:04\tCompleted 3396 to KZ154000: 2304.4866854525844\n", - "13:08:04\tCompleted 3399 to KZ434000: 850.755922946772\n", - "13:08:04\tCompleted 3400 to KZ612000: 488.6152525938761\n", - "13:08:04\tCompleted 3405 to KZ314800: 1132.0510249633871\n", - "13:08:04\tCompleted 3394 to KZ276600: 3093.367688524767\n", - "13:08:04\tCompleted 3390 to KZ193600: 1454.7420732306373\n", - "13:08:04\tCompleted 3391 to KZ635200: 2811.22447524893\n", - "13:08:05\tCompleted 3402 to KZ117000: 2046.0099172362347\n", - "13:08:05\tCompleted 3400 to KZ614400: 37.72361107568208\n", - "13:08:05\tCompleted 3405 to KZ315400: 819.2899062834133\n", - "13:08:06\tCompleted 3388 to KZ271000: 2991.4448552219405\n", - "13:08:06\tCompleted 3390 to KZ194000: 1435.5038724193944\n", - "13:08:06\tCompleted 3403 to KZ234000: 3331.264374156064\n", - "13:08:06\tCompleted 3393 to KZ475000: 3373.59839524568\n", - "13:08:06\tCompleted 3400 to KZ614600: 330.9630484906926\n", - "13:08:06\tCompleted 3405 to KZ315600: 1457.3593573285975\n", - "13:08:06\tCompleted 3402 to KZ114400: 1958.6687908259387\n", - "13:08:06\tCompleted 3400 to KZ614800: 683.3420831179951\n", - "13:08:07\tCompleted 3396 to KZ154200: 2607.1227244219067\n", - "13:08:07\tCompleted 3397 to KZ635400: 3153.4643408694524\n", - "13:08:07\tCompleted 3405 to KZ316000: 897.2008258988466\n", - "13:08:07\tCompleted 3400 to KZ615400: 283.86117089014977\n", - "13:08:07\tCompleted 3390 to KZ196400: 1868.657979094998\n", - "13:08:08\tCompleted 3399 to KZ471000: 3315.200630924816\n", - "13:08:08\tCompleted 3391 to KZ632400: 2680.1800330984315\n", - "13:08:08\tCompleted 3394 to KZ275000: 2959.0653456271034\n", - "13:08:08\tCompleted 3400 to KZ615200: 280.47562407795044\n", - "13:08:08\tCompleted 3405 to KZ316600: 1164.1942507399542\n", - "13:08:09\tCompleted 3390 to KZ196800: 1336.8163768538175\n", - "13:08:09\tCompleted 3402 to KZ114600: 2308.718041550975\n", - "13:08:09\tCompleted 3396 to KZ156000: 2180.371956790127\n", - "13:08:09\tCompleted 3400 to KZ616400: 868.1521116023304\n", - "13:08:09\tCompleted 3405 to KZ316200: 892.4247894336737\n", - "13:08:09\tCompleted 3393 to KZ475200: 3384.4413560297294\n", - "13:08:10\tCompleted 3390 to KZ191600: 1362.6143529139063\n", - "13:08:10\tCompleted 3405 to KZ311000: 523.7837336869458\n", - "13:08:10\tCompleted 3400 to KZ615600: 1063.9699764239074\n", - "13:08:10\tCompleted 3403 to KZ234200: 3782.210080677\n", - "13:08:10\tCompleted 3397 to KZ635000: 2628.190913537032\n", - "13:08:11\tCompleted 3405 to KZ315000: 936.4556078261675\n", - "13:08:11\tCompleted 3400 to KZ615800: 326.2733512927033\n", - "13:08:11\tCompleted 3402 to KZ114800: 2133.711970913036\n", - "13:08:11\tCompleted 3390 to KZ195200: 1300.3793760486328\n", - "13:08:11\tCompleted 3391 to KZ632800: 2486.1109480817854\n", - "13:08:11\tCompleted 3399 to KZ473600: 2896.2258649018727\n", - "13:08:11\tCompleted 3400 to KZ612600: 456.6174819462916\n", - "13:08:11\tCompleted 3405 to KZ314200: 529.2589646222805\n", - "13:08:12\tCompleted 3396 to KZ154600: 2478.509387535242\n", - "13:08:12\tCompleted 3394 to KZ274800: 3494.570257010515\n", - "13:08:12\tCompleted 3400 to KZ616000: 398.8317623521556\n", - "13:08:12\tCompleted 3390 to KZ195000: 1752.009479589318\n", - "13:08:13\tCompleted 3405 to KZ353200: 1783.1486467841237\n", - "13:08:13\tCompleted 3402 to KZ111010: 2176.236503515619\n", - "13:08:13\tCompleted 3400 to KZ613800: 28.496186925710887\n", - "13:08:13\tCompleted 3393 to KZ471800: 3214.0511358690037\n", - "13:08:13\tCompleted 3397 to KZ632200: 2511.2667455360142\n", - "13:08:14\tCompleted 3396 to KZ154800: 2313.5166985476453\n", - "13:08:14\tCompleted 3391 to KZ636800: 2608.348320909436\n", - "13:08:14\tCompleted 3405 to KZ353600: 1930.1382882666526\n", - "13:08:14\tCompleted 3403 to KZ234600: 3897.3803791150544\n", - "13:08:15\tCompleted 3402 to KZ116000: 1909.0592011691856\n", - "13:08:15\tCompleted 3399 to KZ474200: 3342.8500259683947\n", - "13:08:15\tCompleted 3394 to KZ275800: 2964.1530809989367\n", - "13:08:15\tCompleted 3393 to KZ593200: 2345.964087373417\n", - "13:08:16\tCompleted 3405 to KZ351600: 1504.9284362902013\n", - "13:08:16\tCompleted 3397 to KZ635200: 2893.795961330046\n", - "13:08:16\tCompleted 3400 to KZ273200: 3238.8904320702773\n", - "13:08:17\tCompleted 3402 to KZ116400: 2257.6371602826302\n", - "13:08:17\tCompleted 3396 to KZ155200: 2740.455361449398\n", - "13:08:17\tCompleted 3405 to KZ354000: 1879.307997371509\n", - "13:08:18\tCompleted 3391 to KZ635800: 2658.974754625001\n", - "13:08:18\tCompleted 3393 to KZ595800: 2449.883697413783\n", - "13:08:18\tCompleted 3403 to KZ234800: 3031.0817549506705\n", - "13:08:19\tCompleted 3399 to KZ474600: 3020.025465150313\n", - "13:08:19\tCompleted 3405 to KZ351000: 1813.2827120216732\n", - "13:08:19\tCompleted 3402 to KZ116800: 2055.0700787058604\n", - "13:08:19\tCompleted 3394 to KZ276000: 3379.984106753972\n", - "13:08:19\tCompleted 3396 to KZ156400: 2319.745361088592\n", - "13:08:20\tCompleted 3405 to KZ352000: 1363.2049886036991\n", - "13:08:20\tCompleted 3397 to KZ632400: 2762.7515191795474\n", - "13:08:20\tCompleted 3400 to KZ274400: 3176.0191195569964\n", - "13:08:20\tCompleted 3393 to KZ593400: 2259.2709600616477\n", - "13:08:21\tCompleted 3402 to KZ111810: 2076.9341717289867\n", - "13:08:21\tCompleted 3391 to KZ636200: 2520.057671394745\n", - "13:08:21\tCompleted 3402 to KZ116600: 707.6023973241427\n", - "13:08:22\tCompleted 3405 to KZ354800: 2185.6908521640808\n", - "13:08:22\tCompleted 3396 to KZ155600: 2492.4252351274913\n", - "13:08:22\tCompleted 3399 to KZ475000: 3390.35449190009\n", - "13:08:22\tCompleted 3403 to KZ235200: 3078.721602314038\n", - "13:08:23\tCompleted 3397 to KZ632800: 2568.682434162895\n", - "13:08:23\tCompleted 3394 to KZ276200: 3099.3703200200675\n", - "13:08:23\tCompleted 3393 to KZ594200: 2439.128709125155\n", - "13:08:23\tCompleted 3405 to KZ355200: 1841.2812325964453\n", - "13:08:24\tCompleted 3402 to KZ115600: 2241.0065199325336\n", - "13:08:24\tCompleted 3400 to KZ275400: 3851.207551514007\n", - "13:08:24\tCompleted 3396 to KZ156800: 1994.4050793481117\n", - "13:08:24\tCompleted 3391 to KZ636400: 2277.4718235147825\n", - "13:08:25\tCompleted 3405 to KZ355600: 2003.9079180896433\n", - "13:08:25\tCompleted 3393 to KZ596600: 2321.043992795563\n", - "13:08:25\tCompleted 3396 to KZ193200: 1947.3530942380787\n", - "13:08:26\tCompleted 3399 to KZ475200: 3401.1974526841395\n", - "13:08:26\tCompleted 3402 to KZ115200: 2150.4412228368856\n", - "13:08:26\tCompleted 3405 to KZ352100: 1270.891395985448\n", - "13:08:26\tCompleted 3403 to KZ235600: 3173.759368334443\n", - "13:08:26\tCompleted 3397 to KZ636800: 2690.919806990552\n", - "13:08:27\tCompleted 3400 to KZ273600: 3019.166810496545\n", - "13:08:27\tCompleted 3405 to KZ352200: 1791.0892215128408\n", - "13:08:27\tCompleted 3396 to KZ193400: 2152.2419712535198\n", - "13:08:28\tCompleted 3402 to KZ115400: 2127.820560238802\n", - "13:08:28\tCompleted 3393 to KZ595000: 2374.454245389619\n", - "13:08:28\tCompleted 3405 to KZ352300: 1448.4532036996081\n", - "13:08:28\tCompleted 3396 to KZ193600: 1452.1767023008636\n", - "13:08:29\tCompleted 3399 to KZ471800: 3230.807232523414\n", - "13:08:30\tCompleted 3396 to KZ194000: 1432.9385014896206\n", - "13:08:30\tCompleted 3405 to KZ352800: 1765.3192560066987\n", - "13:08:30\tCompleted 3397 to KZ635800: 2741.546240706117\n", - "13:08:30\tCompleted 3403 to KZ233600: 3056.375966190337\n", - "13:08:30\tCompleted 3402 to KZ151000: 2350.411349394772\n", - "13:08:31\tCompleted 3393 to KZ593600: 2489.0028496739205\n", - "13:08:31\tCompleted 3400 to KZ276600: 3100.9920571955313\n", - "13:08:31\tCompleted 3405 to KZ356400: 1667.590273173847\n", - "13:08:31\tCompleted 3396 to KZ196400: 1866.0926081652242\n", - "13:08:31\tCompleted 3399 to KZ593200: 2362.7201840278244\n", - "13:08:32\tCompleted 3396 to KZ196800: 1334.2510059240437\n", - "13:08:33\tCompleted 3405 to KZ352400: 1849.5847502221015\n", - "13:08:33\tCompleted 3402 to KZ153200: 2354.827932823402\n", - "13:08:33\tCompleted 3396 to KZ191600: 1360.0489819841325\n", - "13:08:33\tCompleted 3393 to KZ595200: 2486.452982731143\n", - "13:08:33\tCompleted 3403 to KZ633200: 2514.601100438324\n", - "13:08:34\tCompleted 3397 to KZ636200: 2602.6291574758607\n", - "13:08:34\tCompleted 3400 to KZ275000: 2966.689714297868\n", - "13:08:34\tCompleted 3399 to KZ595800: 2466.6397940681904\n", - "13:08:34\tCompleted 3405 to KZ356000: 1609.549590922882\n", - "13:08:34\tCompleted 3396 to KZ195200: 1297.814005118859\n", - "13:08:35\tCompleted 3402 to KZ153400: 2244.2412752977175\n", - "13:08:35\tCompleted 3405 to KZ354400: 1607.350360795672\n", - "13:08:36\tCompleted 3399 to KZ593400: 2276.027056716055\n", - "13:08:36\tCompleted 3393 to KZ591000: 2376.6687114836855\n", - "13:08:36\tCompleted 3405 to KZ351800: 1423.6542138263846\n", - "13:08:37\tCompleted 3400 to KZ274800: 3502.1946256812794\n", - "13:08:37\tCompleted 3403 to KZ634800: 2999.047691848591\n", - "13:08:38\tCompleted 3402 to KZ153600: 2536.645036155196\n", - "13:08:38\tCompleted 3399 to KZ594200: 2455.8848057795626\n", - "13:08:39\tCompleted 3393 to KZ595600: 2534.802608323385\n", - "13:08:39\tCompleted 3405 to KZ393200: 2537.8316595696397\n", - "13:08:40\tCompleted 3402 to KZ154000: 2288.2216089802173\n", - "13:08:40\tCompleted 3403 to KZ633400: 2266.8256371779053\n", - "13:08:40\tCompleted 3400 to KZ275800: 2971.777449669701\n", - "13:08:40\tCompleted 3399 to KZ596600: 2337.800089449972\n", - "13:08:41\tCompleted 3405 to KZ393400: 2054.2407014067085\n", - "13:08:41\tCompleted 3393 to KZ596000: 2253.3713139525257\n", - "13:08:42\tCompleted 3405 to KZ391600: 1921.3459622684827\n", - "13:08:42\tCompleted 3402 to KZ154200: 2590.8576479495396\n", - "13:08:43\tCompleted 3399 to KZ595000: 2391.210342044026\n", - "13:08:43\tCompleted 3403 to KZ633600: 2682.1083348182656\n", - "13:08:43\tCompleted 3400 to KZ276000: 3387.6084754247363\n", - "13:08:43\tCompleted 3393 to KZ596200: 2453.1512192110386\n", - "13:08:44\tCompleted 3402 to KZ156000: 2164.10688031776\n", - "13:08:45\tCompleted 3405 to KZ393600: 2391.88999376306\n", - "13:08:45\tCompleted 3399 to KZ593600: 2505.758946328328\n", - "13:08:46\tCompleted 3393 to KZ596400: 2435.4373412324\n", - "13:08:46\tCompleted 3403 to KZ633800: 2688.8855293046295\n", - "13:08:47\tCompleted 3402 to KZ154600: 2462.2443110628747\n", - "13:08:47\tCompleted 3405 to KZ396400: 2550.3638902919633\n", - "13:08:47\tCompleted 3399 to KZ595200: 2503.2090793855505\n", - "13:08:49\tCompleted 3393 to KZ594600: 2560.626879628904\n", - "13:08:49\tCompleted 3402 to KZ154800: 2297.2516220752796\n", - "13:08:49\tCompleted 3403 to KZ634000: 2736.8531099736088\n", - "13:08:50\tCompleted 3399 to KZ591000: 2393.424808138093\n", - "13:08:50\tCompleted 3393 to KZ711110: 1907.9895867089083\n", - "13:08:50\tCompleted 3405 to KZ394000: 2658.82416938129\n", - "13:08:52\tCompleted 3393 to KZ711410: 1908.162389763018\n", - "13:08:52\tCompleted 3402 to KZ155200: 2724.190284977032\n", - "13:08:52\tCompleted 3399 to KZ595600: 2551.5587049777937\n", - "13:08:52\tCompleted 3403 to KZ635400: 3181.7586625558183\n", - "13:08:53\tCompleted 3405 to KZ396800: 2673.42624405531\n", - "13:08:53\tCompleted 3393 to KZ711210: 1877.8080040966024\n", - "13:08:54\tCompleted 3399 to KZ596000: 2270.127410606933\n", - "13:08:54\tCompleted 3402 to KZ156400: 2303.480284616224\n", - "13:08:55\tCompleted 3393 to KZ711310: 1899.4003926351916\n", - "13:08:55\tCompleted 3403 to KZ635000: 2656.485235223398\n", - "13:08:56\tCompleted 3405 to KZ394800: 2445.9204423497017\n", - "13:08:56\tCompleted 3399 to KZ596200: 2469.9073158654473\n", - "13:08:57\tCompleted 3402 to KZ155600: 2476.1601586551255\n", - "13:08:58\tCompleted 3403 to KZ632200: 2539.5610672223784\n", - "13:08:58\tCompleted 3402 to KZ156800: 1978.140002875744\n", - "13:08:59\tCompleted 3399 to KZ596400: 2452.1934378868073\n", - "13:08:59\tCompleted 3405 to KZ395000: 2780.056222444324\n", - "13:09:00\tCompleted 3402 to KZ193200: 1931.088017765711\n", - "13:09:01\tCompleted 3403 to KZ635200: 2922.090283016412\n", - "13:09:01\tCompleted 3399 to KZ594600: 2577.382976283313\n", - "13:09:02\tCompleted 3402 to KZ193400: 2135.9768947811517\n", - "13:09:03\tCompleted 3399 to KZ711110: 1924.7456833633178\n", - "13:09:03\tCompleted 3402 to KZ193600: 1435.9116258284957\n", - "13:09:04\tCompleted 3403 to KZ632400: 2791.0458408659133\n", - "13:09:04\tCompleted 3402 to KZ194000: 1416.6734250172528\n", - "13:09:04\tCompleted 3399 to KZ711410: 1924.9184864174274\n", - "13:09:05\tCompleted 3402 to KZ196400: 1849.8275316928564\n", - "13:09:05\tCompleted 3399 to KZ711210: 1894.564100751012\n", - "13:09:06\tCompleted 3403 to KZ632800: 2596.976755849259\n", - "13:09:06\tCompleted 3402 to KZ196800: 1317.985929451676\n", - "13:09:07\tCompleted 3402 to KZ191600: 1343.7839055117647\n", - "13:09:09\tCompleted 3403 to KZ636800: 2719.214128676918\n", - "13:09:12\tCompleted 3403 to KZ635800: 2769.8405623924828\n" - ] - } - ], - "source": [ - "importlib.reload(ma)\n", - "# Calculate travel time between all urban areas and district centroids\n", - "inAdmin_centroids = gpd.read_file(admin_final.replace(\".shp\", \"_centroids.shp\"))\n", - "dist_all_rts = ma.get_linear_routes_mp(\n", - " inR, frictionD, dests, inAdmin_centroids, \"ID\", \"district_c\", verbose=True\n", - ")\n", - "dist_all_rts = dist_all_rts.to_crs(3857)\n", - "dist_all_rts[\"length_km\"] = dist_all_rts[\"geometry\"].apply(lambda x: x.length / 1000)" - ] - }, - { - "cell_type": "code", - "execution_count": 89, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDgeometrycostn_lengthorigindestinationlength_km
00LINESTRING (7697329.905 7340810.278, 7697329.9...534.7885945113052KZ113200766.275728
11LINESTRING (7697329.905 7340810.278, 7697329.9...613.2391576383052KZ113400986.116658
22LINESTRING (7697329.905 7340810.278, 7697329.9...538.5034354613052KZ113600733.408311
33LINESTRING (7697329.905 7340810.278, 7697329.9...559.3759604553052KZ113800741.324701
44LINESTRING (7697329.905 7340810.278, 7697329.9...546.7372424873052KZ114500708.575155
\n", - "
" - ], - "text/plain": [ - " ID geometry cost \\\n", - "0 0 LINESTRING (7697329.905 7340810.278, 7697329.9... 534.788594 \n", - "1 1 LINESTRING (7697329.905 7340810.278, 7697329.9... 613.239157 \n", - "2 2 LINESTRING (7697329.905 7340810.278, 7697329.9... 538.503435 \n", - "3 3 LINESTRING (7697329.905 7340810.278, 7697329.9... 559.375960 \n", - "4 4 LINESTRING (7697329.905 7340810.278, 7697329.9... 546.737242 \n", - "\n", - " n_length origin destination length_km \n", - "0 511 3052 KZ113200 766.275728 \n", - "1 638 3052 KZ113400 986.116658 \n", - "2 461 3052 KZ113600 733.408311 \n", - "3 455 3052 KZ113800 741.324701 \n", - "4 487 3052 KZ114500 708.575155 " - ] - }, - "execution_count": 89, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dist_all_rts.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 92, - "metadata": {}, - "outputs": [], - "source": [ - "# dist_all_rts.to_file(dist_all_routes_file)\n", - "pd.pivot_table(dist_all_rts, \"cost\", \"origin\", \"destination\").to_csv(dist_time_matrix)\n", - "pd.pivot_table(dist_all_rts, \"length_km\", \"origin\", \"destination\").to_csv(\n", - " dist_dist_matrix\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# For each urban area, generate a travel time to the centroid, and then sample for all the other areas\n", - "urban_output_matrix = np.zeros([dests.shape[0], dests.shape[0]])\n", - "for idx, row in dests.iterrows():\n", - " costs, trace = ma.calculate_travel_time(inR, mcp, row.to_frame().transpose())\n", - " cur_res = dests[\"geometry\"].apply(lambda x: costs[inR.index(x.x, x.y)])\n", - " output_matrix[idx,] = cur_res\n", - " tPrint(f\"{idx} of {dests.shape[0]} completed\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "tt_res = pd.DataFrame(output_matrix, columns=[f\"urb_{x}\" for x in dests[\"ID\"]])\n", - "tt_res.index = dests[\"ID\"]\n", - "tt_res.to_csv(urban_tt_result)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# attach IDs from ECA database to KAZ database" - ] - }, - { - "cell_type": "code", - "execution_count": 96, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPopCityStateCountrygeometry
03052130655.017539PetropavlNorth Kazakhstan RegionKazakhstanPOLYGON ((69.12138 54.97431, 69.11052 54.96436...
1305319007.643360Бескөл ауылдық округіNorth Kazakhstan RegionKazakhstanPOLYGON ((69.09588 54.79527, 69.06359 54.76546...
230546238.582276POLYGON ((69.77824 53.86491, 69.76783 53.85505...
330556369.063403POLYGON ((64.14926 53.81564, 64.13017 53.79593...
430568071.832339POLYGON ((63.99785 53.47131, 63.98848 53.46149...
\n", - "
" - ], - "text/plain": [ - " ID Pop City State \\\n", - "0 3052 130655.017539 Petropavl North Kazakhstan Region \n", - "1 3053 19007.643360 Бескөл ауылдық округі North Kazakhstan Region \n", - "2 3054 6238.582276 \n", - "3 3055 6369.063403 \n", - "4 3056 8071.832339 \n", - "\n", - " Country geometry \n", - "0 Kazakhstan POLYGON ((69.12138 54.97431, 69.11052 54.96436... \n", - "1 Kazakhstan POLYGON ((69.09588 54.79527, 69.06359 54.76546... \n", - "2 POLYGON ((69.77824 53.86491, 69.76783 53.85505... \n", - "3 POLYGON ((64.14926 53.81564, 64.13017 53.79593... \n", - "4 POLYGON ((63.99785 53.47131, 63.98848 53.46149... " - ] - }, - "execution_count": 96, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "urbanD = gpd.read_file(urban_extents_file)\n", - "eca_kaz = gpd.read_file(\n", - " \"/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/KAZ_urban_extents.geojson\"\n", - ")\n", - "urbanD[\"eca_id\"] = 0\n", - "for idx, row in urbanD.iterrows():\n", - " sel_eca = eca_kaz.loc[eca_kaz.intersects(row[\"geometry\"].centroid)]\n", - " if sel_eca.shape[0] > 0:\n", - " urbanD.loc[idx, \"eca_id\"] = sel_eca[\"ID\"].iloc[0]\n", - "urbanD.to_file(urban_extents_file, driver=\"GeoJSON\")" - ] - }, - { - "cell_type": "code", - "execution_count": 112, - "metadata": {}, - "outputs": [], - "source": [ - "urbanHD = gpd.read_file(urban_extents_hd_file)\n", - "eca_kaz = gpd.read_file(\n", - " \"/home/wb411133/projects/KAZ_SCADR_Urbanization/DATA/ECA_Extents/KAZ/KAZ_urban_extents_hd.geojson\"\n", - ")\n", - "urbanHD[\"eca_id\"] = 0\n", - "for idx, row in urbanHD.iterrows():\n", - " sel_eca = eca_kaz.loc[eca_kaz.intersects(row[\"geometry\"].centroid)]\n", - " if sel_eca.shape[0] > 0:\n", - " urbanHD.loc[idx, \"eca_id\"] = sel_eca[\"ID\"].iloc[0]\n", - "urbanHD.to_file(urban_extents_hd_file, driver=\"GeoJSON\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# DEBUGGING" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], - "source": [ - "world_filepath = gpd.datasets.get_path(\"naturalearth_lowres\")\n", - "world = gpd.read_file(world_filepath)\n", - "sel_country = world.loc[world[\"name\"] == \"Kenya\"]\n", - "\n", - "local_friction = \"/home/wb411133/temp/KEN_friction.tif\"\n", - "if not os.path.exists(local_friction):\n", - " globalP = rasterio.open(global_friction_surface)\n", - " rMisc.clipRaster(globalP, sel_country, local_friction)\n", - "\n", - "inAdmin = gpd.read_file(\n", - " \"/home/public/Data/COUNTRY/KEN/ADMIN/geoBoundaries-KEN-ADM1.geojson\"\n", - ")\n", - "inAdmin_centroids = inAdmin.copy()\n", - "inAdmin_centroids[\"geometry\"] = inAdmin_centroids[\"geometry\"].apply(\n", - " lambda x: x.centroid\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [ - { - "data": { - "image/svg+xml": [ - "" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 18, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "inR = rasterio.open(local_friction)\n", - "frictionD = inR.read()[0, :, :]\n", - "frictionD = frictionD * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:39:16\tProcessing 0 of 47\n", - "13:39:24\tProcessing 1 of 47\n", - "13:39:34\tProcessing 2 of 47\n", - "13:39:45\tProcessing 3 of 47\n", - "13:39:55\tProcessing 4 of 47\n", - "13:40:02\tProcessing 5 of 47\n", - "13:40:11\tProcessing 6 of 47\n", - "13:40:20\tProcessing 7 of 47\n", - "13:40:27\tProcessing 8 of 47\n", - "13:40:33\tProcessing 9 of 47\n", - "13:40:40\tProcessing 10 of 47\n", - "13:40:46\tProcessing 11 of 47\n", - "13:40:56\tProcessing 12 of 47\n", - "13:41:02\tProcessing 13 of 47\n", - "13:41:09\tProcessing 14 of 47\n", - "13:41:16\tProcessing 15 of 47\n", - "13:41:22\tProcessing 16 of 47\n", - "13:41:30\tProcessing 17 of 47\n", - "13:41:36\tProcessing 18 of 47\n", - "13:41:42\tProcessing 19 of 47\n", - "13:41:49\tProcessing 20 of 47\n", - "13:41:55\tProcessing 21 of 47\n", - "13:42:01\tProcessing 22 of 47\n", - "13:42:09\tProcessing 23 of 47\n", - "13:42:15\tProcessing 24 of 47\n", - "13:42:21\tProcessing 25 of 47\n", - "13:42:28\tProcessing 26 of 47\n", - "13:42:37\tProcessing 27 of 47\n", - "13:42:45\tProcessing 28 of 47\n", - "13:42:52\tProcessing 29 of 47\n", - "13:42:59\tProcessing 30 of 47\n", - "13:43:05\tProcessing 31 of 47\n", - "13:43:11\tProcessing 32 of 47\n", - "13:43:17\tProcessing 33 of 47\n", - "13:43:24\tProcessing 34 of 47\n", - "13:43:30\tProcessing 35 of 47\n", - "13:43:36\tProcessing 36 of 47\n", - "13:43:42\tProcessing 37 of 47\n", - "13:43:49\tProcessing 38 of 47\n", - "13:43:56\tProcessing 39 of 47\n", - "13:44:03\tProcessing 40 of 47\n", - "13:44:10\tProcessing 41 of 47\n", - "13:44:17\tProcessing 42 of 47\n", - "13:44:26\tProcessing 43 of 47\n", - "13:44:35\tProcessing 44 of 47\n", - "13:44:43\tProcessing 45 of 47\n", - "13:44:51\tProcessing 46 of 47\n" - ] - } - ], - "source": [ - "importlib.reload(ma)\n", - "\n", - "all_rts = ma.get_linear_routes(\n", - " inR,\n", - " frictionD,\n", - " inAdmin_centroids,\n", - " inAdmin_centroids,\n", - " \"shapeName\",\n", - " \"shapeName\",\n", - " verbose=True,\n", - ")\n", - "all_rts = all_rts.to_crs(3857)\n", - "all_rts[\"length_km\"] = all_rts[\"geometry\"].apply(lambda x: x.length / 1000)" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": { - "scrolled": false - }, - "outputs": [ - { - "data": { - "text/html": [ - "
Make this Notebook Trusted to load map: File -> Trust Notebook
" - ], - "text/plain": [ - "" - ] - }, - "execution_count": 28, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Map resulting route\n", - "centre = sel_country.unary_union.centroid\n", - "m = folium.Map(location=[centre.y, centre.x], zoom_start=4)\n", - "orig_map = inAdmin_centroids.iloc[0]\n", - "rts = folium.GeoJson(\n", - " mapping(all_rts.unary_union),\n", - " style_function=lambda feature: {\"color\": \"red\", \"weight\": 1},\n", - ")\n", - "\n", - "folium.CircleMarker(\n", - " location=[orig_map.geometry.y, orig_map.geometry.x],\n", - " radius=2,\n", - " weight=4,\n", - " color=\"blue\",\n", - ").add_to(m)\n", - "\n", - "rts.add_to(m)\n", - "\n", - "m" - ] - }, - { - "cell_type": "code", - "execution_count": 30, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
destinationBaringoBometBungomaBusiaElgeyo-MarakwetEmbuGarissaHoma BayIsioloKajiado...SiayaTaita TavetaTana RiverTharakaTrans NzoiaTurkanaUasin GishuVihigaWajirWest Pokot
origin
BaringoNaN247.384718250.761691300.902816171.907408334.095587669.343485330.637303510.929223460.021691...342.126324558.907961699.270094386.816938228.385039405.376446158.474065270.566641649.813977268.528961
Bomet247.384718NaN210.030338186.395056249.523784338.277707620.470574132.292557538.590397410.709440...180.097487509.595710649.957843397.708503236.788968556.571644183.745456122.362940677.475152388.689079
Bungoma250.761691210.030338NaN85.821950151.929043431.089396745.104811226.741244614.226947535.783017...128.291443634.669287775.031420490.11466262.540412382.32308894.13026687.667398753.111702214.440523
Busia300.902816186.39505685.821950NaN204.641645458.583865772.599281169.648645641.721417563.277486...66.561175662.163756802.525889517.609132133.554844453.337520144.27139279.407495780.606171285.454955
Elgeyo-Marakwet171.907408249.523784151.929043204.641645NaN397.148982725.925109309.061771579.226524516.603314...245.865153615.489584755.851718455.114239106.509951378.61820766.347262174.305470718.111279235.961891
Embu334.095587338.277707431.089396458.583865397.148982NaN362.756177438.705430301.330708315.630804...452.286296359.536651400.68466692.561463408.712744673.672823346.131365394.551749440.215462536.825338
Garissa669.343485620.470574745.104811772.599281725.925109362.756177NaN734.494196430.014796590.844941...766.301711597.374434323.985309372.756363722.7281601008.920721660.146780708.567165416.275571871.764867
Homa Bay330.637303132.292557226.741244169.648645309.061771438.705430734.494196NaN621.842982524.733062...105.262091623.619332763.981465497.730697268.865821588.648497243.283443154.439793760.727736420.765932
Isiolo510.929223538.590397614.226947641.721417579.226524301.330708430.014796621.842982NaN579.159681...635.423848659.511115568.517610278.856775591.850296833.011656529.268916577.689301301.020142696.164171
Kajiado460.021691410.709440535.783017563.277486516.603314315.630804590.844941524.733062579.159681NaN...556.979917367.417314555.285048375.061600513.406366799.598926450.824986499.245371718.044436662.443073
Kakamega247.051387163.96261462.29427082.948442150.790216427.379092741.394508196.039466610.516644532.072713...111.296772630.958983771.321116486.40435990.910774410.69345090.41996241.599674749.401398242.810885
Kericho196.92835672.956960186.791798163.156516181.507080304.996484619.011899152.420626488.134035409.690105...156.858947508.576375648.938508364.021750178.310131495.229403115.72875199.124400627.018790327.346839
Kiambu259.338573214.143627335.099899362.594368315.920196133.773979415.966846328.167249397.302856221.024646...356.296799319.910916447.707773193.204775312.723248598.915808250.141868298.562253536.187611461.759955
Kilifi703.185489653.873238778.946815806.441284759.767112503.814179458.054002767.896860702.586303511.694842...800.143715231.916069344.116378594.801074756.5701641042.762724693.988784742.409169721.265612905.606871
Kirinyaga294.393400311.285623391.387209418.881678357.44679543.407874391.412578399.003243306.936752288.638720...412.584109387.524990429.341068102.838670369.010558633.970636306.429178354.849562445.821506497.123151
Kisii292.83304467.037826209.550786185.915504276.413084387.046597669.23946580.356918584.038724459.478331...179.617934558.364601698.726734446.477394236.309416556.092092210.634756121.883388722.923478388.209527
Kisumu260.32003996.199358118.04697094.411688204.621400368.388167682.403583128.278954551.525719473.081788...88.114119571.968058712.330191427.413434144.805601464.588276138.84307130.379572690.410473296.705711
Kitui546.094775496.782524621.856101649.350570602.676398247.509347458.189771610.806146547.483811421.655818...643.053001371.154245365.004289338.496242599.479449885.672010536.898070585.318454686.368565748.516157
Kwale682.076252632.764001757.837578785.332047738.657875482.704942594.674597746.787623782.679406490.585605...779.034478154.985354480.736974573.691837735.4609271021.653487672.879547721.299931857.886207884.497634
Laikipia288.717754351.540602427.177152454.671621373.091318252.854995582.296464434.793187358.167768473.697973...448.374052572.584242638.788189234.055483404.800501608.920064342.219121390.639505497.052522472.072579
Lamu844.496786795.623875920.258113947.752582901.078410537.909478351.942484909.647497646.058708765.998242...941.455013487.776527304.080150547.909664897.8814611184.074022835.300082883.720466664.7380171046.918169
Machakos348.199034299.326123423.960360451.454830404.780658100.009660356.665217413.349745399.984124239.260033...445.157261306.496955377.063547190.996555401.583709687.776270339.002329387.422714538.868878550.620416
Makueni415.137884365.825634490.899211518.393680471.719508232.492269470.330051479.849255532.466732223.647237...512.096111166.215104344.017562323.479164468.522559754.715120405.941180454.361564671.351486617.559267
Mandera924.374790952.0359651027.6725151055.166984992.672092714.776275690.8363841035.288549580.062378992.605249...1048.8694151072.956682861.757732692.3023421005.2958631252.414870942.714484991.134868307.6393971118.638561
Marsabit685.560917798.769974872.906413901.900994789.482744561.510285877.666164882.022559576.614117839.339258...895.603424919.690692960.838707539.036352832.750626750.088391780.618787837.868878699.025328868.915741
Meru347.872337375.533512451.170062478.664531416.169639107.151030428.578225458.786096208.077609384.980003...472.366962465.331437506.47945277.649017428.793411680.604050366.212031414.632415346.962363543.756565
Migori339.981015127.471235255.096885231.461602321.959183447.480007729.67287477.269093631.186694519.911740...179.902147618.798010759.160143506.910803281.855515601.638191256.180854167.429487770.071448433.755626
Mombasa672.991174623.678923748.752500776.246970729.572798473.619865534.006195737.702545773.594328481.500527...769.949401145.900276420.068571564.606760726.3758491012.568410663.794469712.214854797.217805875.412556
Murang'a284.619283254.621708360.380610387.875079341.20090798.983725414.122533367.996644357.811774256.919273...381.577510355.805542445.863460158.414522338.003958624.196519275.422579323.842963496.696528487.040666
Nairobi272.511007223.198756348.272333375.766802329.092630128.473420410.666288337.222378392.002298191.198552...369.469233290.084822430.446955187.904217325.895682612.088242263.314302311.734687530.887052474.932389
Nakuru172.341802159.435555247.224449274.718918228.044746238.074696541.365645254.840483438.215965332.043851...268.421349430.930121571.292254297.505493224.847798511.919038162.266418210.686802577.100719373.884505
Nandi209.330120141.042959110.773317129.865043127.177529358.609689672.625105183.446374541.747241463.303310...143.741443562.189580702.551713417.634956121.063876437.98314961.39920165.223130680.631995270.100584
Narok344.638670120.441019325.483889301.848606363.373837328.898659611.091526234.464641582.013021401.330392...295.551037500.216662640.578795388.329455352.242519672.025195297.595508237.816491720.897775504.142630
Nyamira263.56888249.743356188.639412165.004130255.501710369.752127651.94499598.172195554.774562442.183861...158.706560541.070131681.432264429.182924215.398042535.180718189.723381100.972014693.659316367.298153
Nyandarua199.320282199.445059275.081609302.576078255.901906179.265865527.270569282.697643368.607473330.178819...296.278509429.065089560.785413238.696661252.704957538.897518190.123578238.543962507.492227401.741665
Nyeri254.573226275.930485351.567035379.061504317.626621106.856391454.861096359.183070303.505718327.699369...372.763935426.585639492.789586166.287188329.190384594.150462266.609004315.029389442.390472457.302977
Samburu351.017324476.885264538.362820580.016283454.939152295.616538611.772417560.137848310.720369573.445511...573.718714653.796944694.944959273.142605498.207033671.219634446.075195515.984167488.316895534.372149
Siaya342.126324180.097487128.29144366.561175245.865153452.286296766.301711105.262091635.423848556.979917...NaN655.866187796.228320511.311563174.778352494.561028185.49490080.994450774.308602326.678463
Taita Taveta558.907961509.595710634.669287662.163756615.489584359.536651597.374434623.619332659.511115367.417314...655.866187NaN452.384180450.523546612.292636898.485196549.711256598.131641798.395869761.329343
Tana River699.270094649.957843775.031420802.525889755.851718400.684666323.985309763.981465568.517610555.285048...796.228320452.384180NaN470.368566752.6547691038.847329690.073389738.493774587.196919901.691476
Tharaka386.816938397.708503490.114662517.609132455.11423992.561463372.756363497.730697278.856775375.061600...511.311563450.523546470.368566NaN467.738011719.548651405.156631453.577016417.741529582.701166
Trans Nzoia228.385039236.78896862.540412133.554844106.509951408.712744722.728160268.865821591.850296513.406366...174.778352612.292636752.654769467.738011NaN330.72201671.753615114.426028730.735050162.839451
Turkana405.376446556.571644382.323088453.337520378.618207673.6728231008.920721588.648497833.011656799.598926...494.561028898.4851961038.847329719.548651330.722016NaN388.672887434.208704980.925232366.887131
Uasin Gishu158.474065183.74545694.130266144.27139266.347262346.131365660.146780243.283443529.268916450.824986...185.494900549.711256690.073389405.15663171.753615388.672887NaN113.935216668.153670220.790322
Vihiga270.566641122.36294087.66739879.407495174.305470394.551749708.567165154.439793577.689301499.245371...80.994450598.131641738.493774453.577016114.426028434.208704113.935216NaN716.574055266.326139
Wajir649.813977677.475152753.111702780.606171718.111279440.215462416.275571760.727736301.020142718.044436...774.308602798.395869587.196919417.741529730.735050980.925232668.153670716.574055NaN844.077747
West Pokot268.528961388.689079214.440523285.454955235.961891536.825338871.764867420.765932696.164171662.443073...326.678463761.329343901.691476582.701166162.839451366.887131220.790322266.326139844.077747NaN
\n", - "

47 rows × 47 columns

\n", - "
" - ], - "text/plain": [ - "destination Baringo Bomet Bungoma Busia \\\n", - "origin \n", - "Baringo NaN 247.384718 250.761691 300.902816 \n", - "Bomet 247.384718 NaN 210.030338 186.395056 \n", - "Bungoma 250.761691 210.030338 NaN 85.821950 \n", - "Busia 300.902816 186.395056 85.821950 NaN \n", - "Elgeyo-Marakwet 171.907408 249.523784 151.929043 204.641645 \n", - "Embu 334.095587 338.277707 431.089396 458.583865 \n", - "Garissa 669.343485 620.470574 745.104811 772.599281 \n", - "Homa Bay 330.637303 132.292557 226.741244 169.648645 \n", - "Isiolo 510.929223 538.590397 614.226947 641.721417 \n", - "Kajiado 460.021691 410.709440 535.783017 563.277486 \n", - "Kakamega 247.051387 163.962614 62.294270 82.948442 \n", - "Kericho 196.928356 72.956960 186.791798 163.156516 \n", - "Kiambu 259.338573 214.143627 335.099899 362.594368 \n", - "Kilifi 703.185489 653.873238 778.946815 806.441284 \n", - "Kirinyaga 294.393400 311.285623 391.387209 418.881678 \n", - "Kisii 292.833044 67.037826 209.550786 185.915504 \n", - "Kisumu 260.320039 96.199358 118.046970 94.411688 \n", - "Kitui 546.094775 496.782524 621.856101 649.350570 \n", - "Kwale 682.076252 632.764001 757.837578 785.332047 \n", - "Laikipia 288.717754 351.540602 427.177152 454.671621 \n", - "Lamu 844.496786 795.623875 920.258113 947.752582 \n", - "Machakos 348.199034 299.326123 423.960360 451.454830 \n", - "Makueni 415.137884 365.825634 490.899211 518.393680 \n", - "Mandera 924.374790 952.035965 1027.672515 1055.166984 \n", - "Marsabit 685.560917 798.769974 872.906413 901.900994 \n", - "Meru 347.872337 375.533512 451.170062 478.664531 \n", - "Migori 339.981015 127.471235 255.096885 231.461602 \n", - "Mombasa 672.991174 623.678923 748.752500 776.246970 \n", - "Murang'a 284.619283 254.621708 360.380610 387.875079 \n", - "Nairobi 272.511007 223.198756 348.272333 375.766802 \n", - "Nakuru 172.341802 159.435555 247.224449 274.718918 \n", - "Nandi 209.330120 141.042959 110.773317 129.865043 \n", - "Narok 344.638670 120.441019 325.483889 301.848606 \n", - "Nyamira 263.568882 49.743356 188.639412 165.004130 \n", - "Nyandarua 199.320282 199.445059 275.081609 302.576078 \n", - "Nyeri 254.573226 275.930485 351.567035 379.061504 \n", - "Samburu 351.017324 476.885264 538.362820 580.016283 \n", - "Siaya 342.126324 180.097487 128.291443 66.561175 \n", - "Taita Taveta 558.907961 509.595710 634.669287 662.163756 \n", - "Tana River 699.270094 649.957843 775.031420 802.525889 \n", - "Tharaka 386.816938 397.708503 490.114662 517.609132 \n", - "Trans Nzoia 228.385039 236.788968 62.540412 133.554844 \n", - "Turkana 405.376446 556.571644 382.323088 453.337520 \n", - "Uasin Gishu 158.474065 183.745456 94.130266 144.271392 \n", - "Vihiga 270.566641 122.362940 87.667398 79.407495 \n", - "Wajir 649.813977 677.475152 753.111702 780.606171 \n", - "West Pokot 268.528961 388.689079 214.440523 285.454955 \n", - "\n", - "destination Elgeyo-Marakwet Embu Garissa Homa Bay \\\n", - "origin \n", - "Baringo 171.907408 334.095587 669.343485 330.637303 \n", - "Bomet 249.523784 338.277707 620.470574 132.292557 \n", - "Bungoma 151.929043 431.089396 745.104811 226.741244 \n", - "Busia 204.641645 458.583865 772.599281 169.648645 \n", - "Elgeyo-Marakwet NaN 397.148982 725.925109 309.061771 \n", - "Embu 397.148982 NaN 362.756177 438.705430 \n", - "Garissa 725.925109 362.756177 NaN 734.494196 \n", - "Homa Bay 309.061771 438.705430 734.494196 NaN \n", - "Isiolo 579.226524 301.330708 430.014796 621.842982 \n", - "Kajiado 516.603314 315.630804 590.844941 524.733062 \n", - "Kakamega 150.790216 427.379092 741.394508 196.039466 \n", - "Kericho 181.507080 304.996484 619.011899 152.420626 \n", - "Kiambu 315.920196 133.773979 415.966846 328.167249 \n", - "Kilifi 759.767112 503.814179 458.054002 767.896860 \n", - "Kirinyaga 357.446795 43.407874 391.412578 399.003243 \n", - "Kisii 276.413084 387.046597 669.239465 80.356918 \n", - "Kisumu 204.621400 368.388167 682.403583 128.278954 \n", - "Kitui 602.676398 247.509347 458.189771 610.806146 \n", - "Kwale 738.657875 482.704942 594.674597 746.787623 \n", - "Laikipia 373.091318 252.854995 582.296464 434.793187 \n", - "Lamu 901.078410 537.909478 351.942484 909.647497 \n", - "Machakos 404.780658 100.009660 356.665217 413.349745 \n", - "Makueni 471.719508 232.492269 470.330051 479.849255 \n", - "Mandera 992.672092 714.776275 690.836384 1035.288549 \n", - "Marsabit 789.482744 561.510285 877.666164 882.022559 \n", - "Meru 416.169639 107.151030 428.578225 458.786096 \n", - "Migori 321.959183 447.480007 729.672874 77.269093 \n", - "Mombasa 729.572798 473.619865 534.006195 737.702545 \n", - "Murang'a 341.200907 98.983725 414.122533 367.996644 \n", - "Nairobi 329.092630 128.473420 410.666288 337.222378 \n", - "Nakuru 228.044746 238.074696 541.365645 254.840483 \n", - "Nandi 127.177529 358.609689 672.625105 183.446374 \n", - "Narok 363.373837 328.898659 611.091526 234.464641 \n", - "Nyamira 255.501710 369.752127 651.944995 98.172195 \n", - "Nyandarua 255.901906 179.265865 527.270569 282.697643 \n", - "Nyeri 317.626621 106.856391 454.861096 359.183070 \n", - "Samburu 454.939152 295.616538 611.772417 560.137848 \n", - "Siaya 245.865153 452.286296 766.301711 105.262091 \n", - "Taita Taveta 615.489584 359.536651 597.374434 623.619332 \n", - "Tana River 755.851718 400.684666 323.985309 763.981465 \n", - "Tharaka 455.114239 92.561463 372.756363 497.730697 \n", - "Trans Nzoia 106.509951 408.712744 722.728160 268.865821 \n", - "Turkana 378.618207 673.672823 1008.920721 588.648497 \n", - "Uasin Gishu 66.347262 346.131365 660.146780 243.283443 \n", - "Vihiga 174.305470 394.551749 708.567165 154.439793 \n", - "Wajir 718.111279 440.215462 416.275571 760.727736 \n", - "West Pokot 235.961891 536.825338 871.764867 420.765932 \n", - "\n", - "destination Isiolo Kajiado ... Siaya Taita Taveta \\\n", - "origin ... \n", - "Baringo 510.929223 460.021691 ... 342.126324 558.907961 \n", - "Bomet 538.590397 410.709440 ... 180.097487 509.595710 \n", - "Bungoma 614.226947 535.783017 ... 128.291443 634.669287 \n", - "Busia 641.721417 563.277486 ... 66.561175 662.163756 \n", - "Elgeyo-Marakwet 579.226524 516.603314 ... 245.865153 615.489584 \n", - "Embu 301.330708 315.630804 ... 452.286296 359.536651 \n", - "Garissa 430.014796 590.844941 ... 766.301711 597.374434 \n", - "Homa Bay 621.842982 524.733062 ... 105.262091 623.619332 \n", - "Isiolo NaN 579.159681 ... 635.423848 659.511115 \n", - "Kajiado 579.159681 NaN ... 556.979917 367.417314 \n", - "Kakamega 610.516644 532.072713 ... 111.296772 630.958983 \n", - "Kericho 488.134035 409.690105 ... 156.858947 508.576375 \n", - "Kiambu 397.302856 221.024646 ... 356.296799 319.910916 \n", - "Kilifi 702.586303 511.694842 ... 800.143715 231.916069 \n", - "Kirinyaga 306.936752 288.638720 ... 412.584109 387.524990 \n", - "Kisii 584.038724 459.478331 ... 179.617934 558.364601 \n", - "Kisumu 551.525719 473.081788 ... 88.114119 571.968058 \n", - "Kitui 547.483811 421.655818 ... 643.053001 371.154245 \n", - "Kwale 782.679406 490.585605 ... 779.034478 154.985354 \n", - "Laikipia 358.167768 473.697973 ... 448.374052 572.584242 \n", - "Lamu 646.058708 765.998242 ... 941.455013 487.776527 \n", - "Machakos 399.984124 239.260033 ... 445.157261 306.496955 \n", - "Makueni 532.466732 223.647237 ... 512.096111 166.215104 \n", - "Mandera 580.062378 992.605249 ... 1048.869415 1072.956682 \n", - "Marsabit 576.614117 839.339258 ... 895.603424 919.690692 \n", - "Meru 208.077609 384.980003 ... 472.366962 465.331437 \n", - "Migori 631.186694 519.911740 ... 179.902147 618.798010 \n", - "Mombasa 773.594328 481.500527 ... 769.949401 145.900276 \n", - "Murang'a 357.811774 256.919273 ... 381.577510 355.805542 \n", - "Nairobi 392.002298 191.198552 ... 369.469233 290.084822 \n", - "Nakuru 438.215965 332.043851 ... 268.421349 430.930121 \n", - "Nandi 541.747241 463.303310 ... 143.741443 562.189580 \n", - "Narok 582.013021 401.330392 ... 295.551037 500.216662 \n", - "Nyamira 554.774562 442.183861 ... 158.706560 541.070131 \n", - "Nyandarua 368.607473 330.178819 ... 296.278509 429.065089 \n", - "Nyeri 303.505718 327.699369 ... 372.763935 426.585639 \n", - "Samburu 310.720369 573.445511 ... 573.718714 653.796944 \n", - "Siaya 635.423848 556.979917 ... NaN 655.866187 \n", - "Taita Taveta 659.511115 367.417314 ... 655.866187 NaN \n", - "Tana River 568.517610 555.285048 ... 796.228320 452.384180 \n", - "Tharaka 278.856775 375.061600 ... 511.311563 450.523546 \n", - "Trans Nzoia 591.850296 513.406366 ... 174.778352 612.292636 \n", - "Turkana 833.011656 799.598926 ... 494.561028 898.485196 \n", - "Uasin Gishu 529.268916 450.824986 ... 185.494900 549.711256 \n", - "Vihiga 577.689301 499.245371 ... 80.994450 598.131641 \n", - "Wajir 301.020142 718.044436 ... 774.308602 798.395869 \n", - "West Pokot 696.164171 662.443073 ... 326.678463 761.329343 \n", - "\n", - "destination Tana River Tharaka Trans Nzoia Turkana \\\n", - "origin \n", - "Baringo 699.270094 386.816938 228.385039 405.376446 \n", - "Bomet 649.957843 397.708503 236.788968 556.571644 \n", - "Bungoma 775.031420 490.114662 62.540412 382.323088 \n", - "Busia 802.525889 517.609132 133.554844 453.337520 \n", - "Elgeyo-Marakwet 755.851718 455.114239 106.509951 378.618207 \n", - "Embu 400.684666 92.561463 408.712744 673.672823 \n", - "Garissa 323.985309 372.756363 722.728160 1008.920721 \n", - "Homa Bay 763.981465 497.730697 268.865821 588.648497 \n", - "Isiolo 568.517610 278.856775 591.850296 833.011656 \n", - "Kajiado 555.285048 375.061600 513.406366 799.598926 \n", - "Kakamega 771.321116 486.404359 90.910774 410.693450 \n", - "Kericho 648.938508 364.021750 178.310131 495.229403 \n", - "Kiambu 447.707773 193.204775 312.723248 598.915808 \n", - "Kilifi 344.116378 594.801074 756.570164 1042.762724 \n", - "Kirinyaga 429.341068 102.838670 369.010558 633.970636 \n", - "Kisii 698.726734 446.477394 236.309416 556.092092 \n", - "Kisumu 712.330191 427.413434 144.805601 464.588276 \n", - "Kitui 365.004289 338.496242 599.479449 885.672010 \n", - "Kwale 480.736974 573.691837 735.460927 1021.653487 \n", - "Laikipia 638.788189 234.055483 404.800501 608.920064 \n", - "Lamu 304.080150 547.909664 897.881461 1184.074022 \n", - "Machakos 377.063547 190.996555 401.583709 687.776270 \n", - "Makueni 344.017562 323.479164 468.522559 754.715120 \n", - "Mandera 861.757732 692.302342 1005.295863 1252.414870 \n", - "Marsabit 960.838707 539.036352 832.750626 750.088391 \n", - "Meru 506.479452 77.649017 428.793411 680.604050 \n", - "Migori 759.160143 506.910803 281.855515 601.638191 \n", - "Mombasa 420.068571 564.606760 726.375849 1012.568410 \n", - "Murang'a 445.863460 158.414522 338.003958 624.196519 \n", - "Nairobi 430.446955 187.904217 325.895682 612.088242 \n", - "Nakuru 571.292254 297.505493 224.847798 511.919038 \n", - "Nandi 702.551713 417.634956 121.063876 437.983149 \n", - "Narok 640.578795 388.329455 352.242519 672.025195 \n", - "Nyamira 681.432264 429.182924 215.398042 535.180718 \n", - "Nyandarua 560.785413 238.696661 252.704957 538.897518 \n", - "Nyeri 492.789586 166.287188 329.190384 594.150462 \n", - "Samburu 694.944959 273.142605 498.207033 671.219634 \n", - "Siaya 796.228320 511.311563 174.778352 494.561028 \n", - "Taita Taveta 452.384180 450.523546 612.292636 898.485196 \n", - "Tana River NaN 470.368566 752.654769 1038.847329 \n", - "Tharaka 470.368566 NaN 467.738011 719.548651 \n", - "Trans Nzoia 752.654769 467.738011 NaN 330.722016 \n", - "Turkana 1038.847329 719.548651 330.722016 NaN \n", - "Uasin Gishu 690.073389 405.156631 71.753615 388.672887 \n", - "Vihiga 738.493774 453.577016 114.426028 434.208704 \n", - "Wajir 587.196919 417.741529 730.735050 980.925232 \n", - "West Pokot 901.691476 582.701166 162.839451 366.887131 \n", - "\n", - "destination Uasin Gishu Vihiga Wajir West Pokot \n", - "origin \n", - "Baringo 158.474065 270.566641 649.813977 268.528961 \n", - "Bomet 183.745456 122.362940 677.475152 388.689079 \n", - "Bungoma 94.130266 87.667398 753.111702 214.440523 \n", - "Busia 144.271392 79.407495 780.606171 285.454955 \n", - "Elgeyo-Marakwet 66.347262 174.305470 718.111279 235.961891 \n", - "Embu 346.131365 394.551749 440.215462 536.825338 \n", - "Garissa 660.146780 708.567165 416.275571 871.764867 \n", - "Homa Bay 243.283443 154.439793 760.727736 420.765932 \n", - "Isiolo 529.268916 577.689301 301.020142 696.164171 \n", - "Kajiado 450.824986 499.245371 718.044436 662.443073 \n", - "Kakamega 90.419962 41.599674 749.401398 242.810885 \n", - "Kericho 115.728751 99.124400 627.018790 327.346839 \n", - "Kiambu 250.141868 298.562253 536.187611 461.759955 \n", - "Kilifi 693.988784 742.409169 721.265612 905.606871 \n", - "Kirinyaga 306.429178 354.849562 445.821506 497.123151 \n", - "Kisii 210.634756 121.883388 722.923478 388.209527 \n", - "Kisumu 138.843071 30.379572 690.410473 296.705711 \n", - "Kitui 536.898070 585.318454 686.368565 748.516157 \n", - "Kwale 672.879547 721.299931 857.886207 884.497634 \n", - "Laikipia 342.219121 390.639505 497.052522 472.072579 \n", - "Lamu 835.300082 883.720466 664.738017 1046.918169 \n", - "Machakos 339.002329 387.422714 538.868878 550.620416 \n", - "Makueni 405.941180 454.361564 671.351486 617.559267 \n", - "Mandera 942.714484 991.134868 307.639397 1118.638561 \n", - "Marsabit 780.618787 837.868878 699.025328 868.915741 \n", - "Meru 366.212031 414.632415 346.962363 543.756565 \n", - "Migori 256.180854 167.429487 770.071448 433.755626 \n", - "Mombasa 663.794469 712.214854 797.217805 875.412556 \n", - "Murang'a 275.422579 323.842963 496.696528 487.040666 \n", - "Nairobi 263.314302 311.734687 530.887052 474.932389 \n", - "Nakuru 162.266418 210.686802 577.100719 373.884505 \n", - "Nandi 61.399201 65.223130 680.631995 270.100584 \n", - "Narok 297.595508 237.816491 720.897775 504.142630 \n", - "Nyamira 189.723381 100.972014 693.659316 367.298153 \n", - "Nyandarua 190.123578 238.543962 507.492227 401.741665 \n", - "Nyeri 266.609004 315.029389 442.390472 457.302977 \n", - "Samburu 446.075195 515.984167 488.316895 534.372149 \n", - "Siaya 185.494900 80.994450 774.308602 326.678463 \n", - "Taita Taveta 549.711256 598.131641 798.395869 761.329343 \n", - "Tana River 690.073389 738.493774 587.196919 901.691476 \n", - "Tharaka 405.156631 453.577016 417.741529 582.701166 \n", - "Trans Nzoia 71.753615 114.426028 730.735050 162.839451 \n", - "Turkana 388.672887 434.208704 980.925232 366.887131 \n", - "Uasin Gishu NaN 113.935216 668.153670 220.790322 \n", - "Vihiga 113.935216 NaN 716.574055 266.326139 \n", - "Wajir 668.153670 716.574055 NaN 844.077747 \n", - "West Pokot 220.790322 266.326139 844.077747 NaN \n", - "\n", - "[47 rows x 47 columns]" - ] - }, - "execution_count": 30, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pd.pivot(all_rts, \"origin\", \"destination\", \"cost\")" - ] - }, - { - "cell_type": "code", - "execution_count": 33, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
destinationBaringoBometBungomaBusiaElgeyo-MarakwetEmbuGarissaHoma BayIsioloKajiado...SiayaTaita TavetaTana RiverTharakaTrans NzoiaTurkanaUasin GishuVihigaWajirWest Pokot
origin
BaringoNaN212.279782181.547957233.65405386.592463295.259396720.454151311.071628443.621894415.790094...271.146849635.332710672.379762311.525872167.457707397.13406183.425265216.801058641.913282204.521868
Bomet212.279784NaN216.603375195.570698236.780224367.809318658.503073121.695828532.304804353.295045...160.119749572.837662609.884714414.724642253.877601588.665772194.346892118.806935730.596192354.928691
Bungoma181.547961216.603378NaN67.225092127.746657487.531787833.928017162.759369657.801455529.263960...112.014217748.806577785.853628525.70543359.468408394.25657998.89175797.796447856.092843160.519498
Busia233.654053195.57069667.225092NaN178.988133522.248305868.644534114.597312692.517973563.980477...57.829372783.523094820.570145560.421951132.039237466.827408150.99785080.571199890.809361233.090327
Elgeyo-Marakwet86.592464236.780225127.746658178.988134NaN353.770081783.810111231.980353495.980697479.146054...216.480929698.688671735.735722363.88467582.047458351.66021742.433337162.135138694.272085131.825276
Embu295.259395367.809312487.531780522.248305353.770079NaN341.956372460.826977299.249742265.418532...486.797356401.141178332.82277556.650387473.441530674.683789394.980545445.484542497.541130482.071596
Garissa720.454157658.503072833.928018868.644542783.810113341.956373NaN774.309165312.292759485.686138...833.193594609.586353276.918590324.148919819.8377671099.878551741.376782791.880779321.304048909.613066
Homa Bay311.071623121.695828162.759362114.597313231.980349460.826975774.309166NaN631.096643469.101138...58.306802688.643755725.690807499.000622234.724490569.512661189.54701899.653824829.388031335.775580
Isiolo443.621902532.304809657.801458692.517982495.980706299.249749312.292768631.096654NaN543.471963...657.067034699.621525478.189263259.261493643.711208737.760848565.250222615.754220216.411472545.148655
Kajiado415.790140353.295084529.264001563.980526479.146097265.418576485.686153469.101177543.471999NaN...528.529577291.162995345.479364312.333900515.173751795.214534436.712765487.216763741.763387604.949049
Kakamega174.503091159.24760343.99689080.384336119.837170480.486917826.883147140.094495650.756585522.219089...90.435927741.761706778.808758518.66056392.772702427.56087391.84688740.440672849.047973193.823792
Kericho187.65029054.753129192.295646171.262969153.810406337.405641683.801872124.190337507.675310379.137815...135.812020598.680431635.727483375.579288189.838060513.350440111.37707594.499206705.966698279.613358
Kiambu266.466200210.724074379.940061414.656586329.822157143.952820434.646575326.530167422.006243146.922935...379.205637366.465551388.781972190.868144365.849811645.890594287.388826337.892823620.297631455.625109
Kilifi737.726487675.231431851.200348885.916873801.082444503.534965462.744936791.037524664.015602393.556734...850.465924186.778265321.711958560.185228837.1100981117.150881758.649113809.153110736.477866926.885396
Kirinyaga255.741576338.346552448.013961482.730486314.25226041.055938377.666604421.309158319.109361235.955772...447.279537455.498389368.53300787.971262433.923711635.165970355.462726405.966723517.400749442.553777
Kisii287.82428065.491299238.756730217.724053237.548612427.410881718.10463661.456765607.849300412.896608...182.273104632.439225669.486277474.326205276.030957610.819128195.115280140.960290806.140688377.082046
Kisumu261.94659185.024334131.579037110.546360147.630218411.701942758.098172104.687174581.971610453.434115...75.095412672.976732710.023783449.875589168.853264503.641435105.19688733.782598780.262998269.904354
Kitui502.085488439.590432615.559349650.275874565.441445162.528490347.373319555.396525461.008831233.524766...614.824925285.627944184.964864219.178754601.469099881.509882523.008113573.512111659.300219691.244397
Kwale769.908322707.413266883.382182918.098707833.264278535.716799588.190105823.219358834.197140425.738568...882.647758157.229075447.157126592.367063869.2919321149.332715790.830947841.334944861.923034959.067231
Laikipia167.390884269.034995394.531643429.248168197.743664190.822884493.048145367.826840299.456425368.463376...393.797219588.005993518.299952167.360404380.441393532.821520301.980408352.484405497.747813340.209327
Lamu889.293119827.3420341002.7669801037.483504952.649075510.795335234.292076943.148127529.231838654.525100...1002.032556480.073436211.075372492.987881988.6767291268.717513910.215744960.719741601.6941021078.452028
Machakos354.114524292.163440467.588385502.304910417.47048198.572340358.010529407.969532397.052681135.011598...466.853961341.964388302.146205155.222604453.498135733.538918375.037149425.541147595.344071543.273433
Makueni463.006952400.511896576.480813611.197338526.362909220.517669428.962837516.317989518.998010118.837199...575.746389182.930860219.752920277.167932562.390563842.431346483.929577534.433575717.289398652.165861
Mandera898.066609986.7495161112.2461651146.962689950.425413753.694456577.4573871085.541361477.817641997.916670...1111.5117411154.066232806.804854713.7062001098.155915802.1041691019.6949291070.198927266.9789621034.423718
Marsabit405.667430725.191156590.253519885.404329494.119872492.136096716.792655823.983001445.210037736.358310...849.953381892.507872824.189469452.147840622.682995350.653854492.130828808.640566501.588995578.485874
Meru280.847586369.530493495.027142529.743666333.206389102.051354369.138556468.322338169.564939346.273568...494.292718502.423131434.10472746.395822480.936891641.739133402.475906452.979904367.856327449.126940
Migori348.926224135.915297290.159737269.127060288.951618497.834880788.52863553.986165668.951244483.320607...111.523551702.863224739.910275544.750204327.433963662.222134246.518287192.363297867.242632428.485053
Mombasa786.183689723.688633899.657550934.374075849.539646551.992167536.867279839.494726850.472508442.013936...898.923126173.504443395.834300608.642430885.5673001165.608083807.106315857.610312810.600208975.342598
Murang'a279.561273242.334677393.035134427.751659342.91723083.941013419.786971366.330330347.375534185.868542...392.300710405.411159373.922368130.856338378.944884658.985667300.483898350.987896545.666922468.720182
Nairobi296.951137234.456081410.424997445.141522360.307093147.574152438.267908350.262173425.627575119.926960...409.690573339.469579376.516628194.489477396.334747676.375531317.873762368.377759623.918964486.110046
Nakuru151.936833112.342204264.322850299.039375214.204946196.500871577.126414237.618047402.894816272.462356...263.588426492.004973529.052025243.416195250.232600531.361227171.771615222.275612601.186204340.007899
Nandi118.879743106.71908895.397964122.78217590.117168384.029882730.426112141.863178554.299550425.762055...111.958069645.304672682.351723422.203529120.440494443.95287447.68383651.814130752.590939210.215793
Narok260.78817980.479370301.978001280.945324287.822734320.254827610.948582196.285462528.106682305.740554...245.494375525.283171562.330223367.170151339.252228674.040398245.389402204.181561726.398070440.303317
Nyamira247.44574039.518105201.414770180.382093200.206651401.437687692.13144375.480840567.470760386.923415...144.931144606.466032643.513083448.353012238.688996573.477167157.773320103.618330765.762148339.740086
Nyandarua185.341925173.319137298.815786333.532311248.697882158.106673494.717339272.110983357.222803257.495999...298.081362477.038616469.228936205.021997284.725536564.766319206.264551256.768548555.514191374.500834
Nyeri201.236033268.011770393.508418428.224943259.74671892.166467428.777133366.803615296.853775269.806959...392.773995489.349576419.643535139.081791379.418168580.660427300.957183351.461180495.145163388.048234
Samburu250.343564401.205258434.929653561.418432338.796006284.907549509.564108499.997104237.981490529.129763...525.967483685.279326616.960922244.919293467.359129615.774200336.806961484.654669506.746034423.162007
Siaya271.146845160.119745112.01420857.829370216.480925486.797354833.19358458.306799657.067022528.529526...NaN748.072143785.119195524.971000169.532030504.320201188.49064262.413357855.358410270.583119
Taita Taveta635.332816572.837761748.806677783.523202698.688773401.141294609.586462688.643853699.621635291.163063...748.072253NaN368.352055457.791558734.7164271014.757210656.255442706.759439897.913023824.491726
Tana River672.379785609.884729785.853645820.570170735.735741332.822787276.918618725.690821478.189284345.479354...785.119221368.351967NaN441.945327771.7633951051.804179693.302410743.806407550.651548861.538694
Tharaka311.525869414.724634525.705425560.421949363.88467256.650385324.148913499.000621259.261482312.333854...524.971001457.791438441.945293NaN511.615174672.417416433.154189483.658187457.552870479.805223
Trans Nzoia167.457716253.87760759.468411132.03924382.047460473.441543819.837773234.724498643.711211515.173715...169.532039734.716332771.763384511.615189NaN342.76073684.801513135.070676842.002599109.023654
Turkana397.134140588.665857394.256661466.827493351.660293674.6838681099.878623569.512748737.760919795.214566...504.3202891014.7571831051.804234672.417498342.760811NaN408.313975469.858926970.882662298.563689
Uasin Gishu83.425265194.34689198.891754150.99785042.433334394.980548741.376777189.547019565.250216436.712720...188.490646656.255337693.302388433.15419484.801503408.313884NaN134.144855763.541604174.576802
Vihiga216.801055118.80693197.79644080.571197162.135134445.484540791.88077099.653822615.754208487.216712...62.413357706.759329743.806381483.658186135.070666469.858837134.144851NaN814.045596236.121756
Wajir641.913312730.596218856.092867890.809392694.272115497.541158321.304090829.388064216.411482741.763373...855.358443897.912935550.651557457.552903842.002617970.882614763.541632814.045629NaN778.270421
West Pokot204.521885354.928715160.519519233.090351131.825306482.071613909.613092335.775606545.148665604.949035...270.583147824.491652861.538703479.805243109.023669298.563630174.576833236.121784778.270407NaN
\n", - "

47 rows × 47 columns

\n", - "
" - ], - "text/plain": [ - "destination Baringo Bomet Bungoma Busia \\\n", - "origin \n", - "Baringo NaN 212.279782 181.547957 233.654053 \n", - "Bomet 212.279784 NaN 216.603375 195.570698 \n", - "Bungoma 181.547961 216.603378 NaN 67.225092 \n", - "Busia 233.654053 195.570696 67.225092 NaN \n", - "Elgeyo-Marakwet 86.592464 236.780225 127.746658 178.988134 \n", - "Embu 295.259395 367.809312 487.531780 522.248305 \n", - "Garissa 720.454157 658.503072 833.928018 868.644542 \n", - "Homa Bay 311.071623 121.695828 162.759362 114.597313 \n", - "Isiolo 443.621902 532.304809 657.801458 692.517982 \n", - "Kajiado 415.790140 353.295084 529.264001 563.980526 \n", - "Kakamega 174.503091 159.247603 43.996890 80.384336 \n", - "Kericho 187.650290 54.753129 192.295646 171.262969 \n", - "Kiambu 266.466200 210.724074 379.940061 414.656586 \n", - "Kilifi 737.726487 675.231431 851.200348 885.916873 \n", - "Kirinyaga 255.741576 338.346552 448.013961 482.730486 \n", - "Kisii 287.824280 65.491299 238.756730 217.724053 \n", - "Kisumu 261.946591 85.024334 131.579037 110.546360 \n", - "Kitui 502.085488 439.590432 615.559349 650.275874 \n", - "Kwale 769.908322 707.413266 883.382182 918.098707 \n", - "Laikipia 167.390884 269.034995 394.531643 429.248168 \n", - "Lamu 889.293119 827.342034 1002.766980 1037.483504 \n", - "Machakos 354.114524 292.163440 467.588385 502.304910 \n", - "Makueni 463.006952 400.511896 576.480813 611.197338 \n", - "Mandera 898.066609 986.749516 1112.246165 1146.962689 \n", - "Marsabit 405.667430 725.191156 590.253519 885.404329 \n", - "Meru 280.847586 369.530493 495.027142 529.743666 \n", - "Migori 348.926224 135.915297 290.159737 269.127060 \n", - "Mombasa 786.183689 723.688633 899.657550 934.374075 \n", - "Murang'a 279.561273 242.334677 393.035134 427.751659 \n", - "Nairobi 296.951137 234.456081 410.424997 445.141522 \n", - "Nakuru 151.936833 112.342204 264.322850 299.039375 \n", - "Nandi 118.879743 106.719088 95.397964 122.782175 \n", - "Narok 260.788179 80.479370 301.978001 280.945324 \n", - "Nyamira 247.445740 39.518105 201.414770 180.382093 \n", - "Nyandarua 185.341925 173.319137 298.815786 333.532311 \n", - "Nyeri 201.236033 268.011770 393.508418 428.224943 \n", - "Samburu 250.343564 401.205258 434.929653 561.418432 \n", - "Siaya 271.146845 160.119745 112.014208 57.829370 \n", - "Taita Taveta 635.332816 572.837761 748.806677 783.523202 \n", - "Tana River 672.379785 609.884729 785.853645 820.570170 \n", - "Tharaka 311.525869 414.724634 525.705425 560.421949 \n", - "Trans Nzoia 167.457716 253.877607 59.468411 132.039243 \n", - "Turkana 397.134140 588.665857 394.256661 466.827493 \n", - "Uasin Gishu 83.425265 194.346891 98.891754 150.997850 \n", - "Vihiga 216.801055 118.806931 97.796440 80.571197 \n", - "Wajir 641.913312 730.596218 856.092867 890.809392 \n", - "West Pokot 204.521885 354.928715 160.519519 233.090351 \n", - "\n", - "destination Elgeyo-Marakwet Embu Garissa Homa Bay \\\n", - "origin \n", - "Baringo 86.592463 295.259396 720.454151 311.071628 \n", - "Bomet 236.780224 367.809318 658.503073 121.695828 \n", - "Bungoma 127.746657 487.531787 833.928017 162.759369 \n", - "Busia 178.988133 522.248305 868.644534 114.597312 \n", - "Elgeyo-Marakwet NaN 353.770081 783.810111 231.980353 \n", - "Embu 353.770079 NaN 341.956372 460.826977 \n", - "Garissa 783.810113 341.956373 NaN 774.309165 \n", - "Homa Bay 231.980349 460.826975 774.309166 NaN \n", - "Isiolo 495.980706 299.249749 312.292768 631.096654 \n", - "Kajiado 479.146097 265.418576 485.686153 469.101177 \n", - "Kakamega 119.837170 480.486917 826.883147 140.094495 \n", - "Kericho 153.810406 337.405641 683.801872 124.190337 \n", - "Kiambu 329.822157 143.952820 434.646575 326.530167 \n", - "Kilifi 801.082444 503.534965 462.744936 791.037524 \n", - "Kirinyaga 314.252260 41.055938 377.666604 421.309158 \n", - "Kisii 237.548612 427.410881 718.104636 61.456765 \n", - "Kisumu 147.630218 411.701942 758.098172 104.687174 \n", - "Kitui 565.441445 162.528490 347.373319 555.396525 \n", - "Kwale 833.264278 535.716799 588.190105 823.219358 \n", - "Laikipia 197.743664 190.822884 493.048145 367.826840 \n", - "Lamu 952.649075 510.795335 234.292076 943.148127 \n", - "Machakos 417.470481 98.572340 358.010529 407.969532 \n", - "Makueni 526.362909 220.517669 428.962837 516.317989 \n", - "Mandera 950.425413 753.694456 577.457387 1085.541361 \n", - "Marsabit 494.119872 492.136096 716.792655 823.983001 \n", - "Meru 333.206389 102.051354 369.138556 468.322338 \n", - "Migori 288.951618 497.834880 788.528635 53.986165 \n", - "Mombasa 849.539646 551.992167 536.867279 839.494726 \n", - "Murang'a 342.917230 83.941013 419.786971 366.330330 \n", - "Nairobi 360.307093 147.574152 438.267908 350.262173 \n", - "Nakuru 214.204946 196.500871 577.126414 237.618047 \n", - "Nandi 90.117168 384.029882 730.426112 141.863178 \n", - "Narok 287.822734 320.254827 610.948582 196.285462 \n", - "Nyamira 200.206651 401.437687 692.131443 75.480840 \n", - "Nyandarua 248.697882 158.106673 494.717339 272.110983 \n", - "Nyeri 259.746718 92.166467 428.777133 366.803615 \n", - "Samburu 338.796006 284.907549 509.564108 499.997104 \n", - "Siaya 216.480925 486.797354 833.193584 58.306799 \n", - "Taita Taveta 698.688773 401.141294 609.586462 688.643853 \n", - "Tana River 735.735741 332.822787 276.918618 725.690821 \n", - "Tharaka 363.884672 56.650385 324.148913 499.000621 \n", - "Trans Nzoia 82.047460 473.441543 819.837773 234.724498 \n", - "Turkana 351.660293 674.683868 1099.878623 569.512748 \n", - "Uasin Gishu 42.433334 394.980548 741.376777 189.547019 \n", - "Vihiga 162.135134 445.484540 791.880770 99.653822 \n", - "Wajir 694.272115 497.541158 321.304090 829.388064 \n", - "West Pokot 131.825306 482.071613 909.613092 335.775606 \n", - "\n", - "destination Isiolo Kajiado ... Siaya Taita Taveta \\\n", - "origin ... \n", - "Baringo 443.621894 415.790094 ... 271.146849 635.332710 \n", - "Bomet 532.304804 353.295045 ... 160.119749 572.837662 \n", - "Bungoma 657.801455 529.263960 ... 112.014217 748.806577 \n", - "Busia 692.517973 563.980477 ... 57.829372 783.523094 \n", - "Elgeyo-Marakwet 495.980697 479.146054 ... 216.480929 698.688671 \n", - "Embu 299.249742 265.418532 ... 486.797356 401.141178 \n", - "Garissa 312.292759 485.686138 ... 833.193594 609.586353 \n", - "Homa Bay 631.096643 469.101138 ... 58.306802 688.643755 \n", - "Isiolo NaN 543.471963 ... 657.067034 699.621525 \n", - "Kajiado 543.471999 NaN ... 528.529577 291.162995 \n", - "Kakamega 650.756585 522.219089 ... 90.435927 741.761706 \n", - "Kericho 507.675310 379.137815 ... 135.812020 598.680431 \n", - "Kiambu 422.006243 146.922935 ... 379.205637 366.465551 \n", - "Kilifi 664.015602 393.556734 ... 850.465924 186.778265 \n", - "Kirinyaga 319.109361 235.955772 ... 447.279537 455.498389 \n", - "Kisii 607.849300 412.896608 ... 182.273104 632.439225 \n", - "Kisumu 581.971610 453.434115 ... 75.095412 672.976732 \n", - "Kitui 461.008831 233.524766 ... 614.824925 285.627944 \n", - "Kwale 834.197140 425.738568 ... 882.647758 157.229075 \n", - "Laikipia 299.456425 368.463376 ... 393.797219 588.005993 \n", - "Lamu 529.231838 654.525100 ... 1002.032556 480.073436 \n", - "Machakos 397.052681 135.011598 ... 466.853961 341.964388 \n", - "Makueni 518.998010 118.837199 ... 575.746389 182.930860 \n", - "Mandera 477.817641 997.916670 ... 1111.511741 1154.066232 \n", - "Marsabit 445.210037 736.358310 ... 849.953381 892.507872 \n", - "Meru 169.564939 346.273568 ... 494.292718 502.423131 \n", - "Migori 668.951244 483.320607 ... 111.523551 702.863224 \n", - "Mombasa 850.472508 442.013936 ... 898.923126 173.504443 \n", - "Murang'a 347.375534 185.868542 ... 392.300710 405.411159 \n", - "Nairobi 425.627575 119.926960 ... 409.690573 339.469579 \n", - "Nakuru 402.894816 272.462356 ... 263.588426 492.004973 \n", - "Nandi 554.299550 425.762055 ... 111.958069 645.304672 \n", - "Narok 528.106682 305.740554 ... 245.494375 525.283171 \n", - "Nyamira 567.470760 386.923415 ... 144.931144 606.466032 \n", - "Nyandarua 357.222803 257.495999 ... 298.081362 477.038616 \n", - "Nyeri 296.853775 269.806959 ... 392.773995 489.349576 \n", - "Samburu 237.981490 529.129763 ... 525.967483 685.279326 \n", - "Siaya 657.067022 528.529526 ... NaN 748.072143 \n", - "Taita Taveta 699.621635 291.163063 ... 748.072253 NaN \n", - "Tana River 478.189284 345.479354 ... 785.119221 368.351967 \n", - "Tharaka 259.261482 312.333854 ... 524.971001 457.791438 \n", - "Trans Nzoia 643.711211 515.173715 ... 169.532039 734.716332 \n", - "Turkana 737.760919 795.214566 ... 504.320289 1014.757183 \n", - "Uasin Gishu 565.250216 436.712720 ... 188.490646 656.255337 \n", - "Vihiga 615.754208 487.216712 ... 62.413357 706.759329 \n", - "Wajir 216.411482 741.763373 ... 855.358443 897.912935 \n", - "West Pokot 545.148665 604.949035 ... 270.583147 824.491652 \n", - "\n", - "destination Tana River Tharaka Trans Nzoia Turkana \\\n", - "origin \n", - "Baringo 672.379762 311.525872 167.457707 397.134061 \n", - "Bomet 609.884714 414.724642 253.877601 588.665772 \n", - "Bungoma 785.853628 525.705433 59.468408 394.256579 \n", - "Busia 820.570145 560.421951 132.039237 466.827408 \n", - "Elgeyo-Marakwet 735.735722 363.884675 82.047458 351.660217 \n", - "Embu 332.822775 56.650387 473.441530 674.683789 \n", - "Garissa 276.918590 324.148919 819.837767 1099.878551 \n", - "Homa Bay 725.690807 499.000622 234.724490 569.512661 \n", - "Isiolo 478.189263 259.261493 643.711208 737.760848 \n", - "Kajiado 345.479364 312.333900 515.173751 795.214534 \n", - "Kakamega 778.808758 518.660563 92.772702 427.560873 \n", - "Kericho 635.727483 375.579288 189.838060 513.350440 \n", - "Kiambu 388.781972 190.868144 365.849811 645.890594 \n", - "Kilifi 321.711958 560.185228 837.110098 1117.150881 \n", - "Kirinyaga 368.533007 87.971262 433.923711 635.165970 \n", - "Kisii 669.486277 474.326205 276.030957 610.819128 \n", - "Kisumu 710.023783 449.875589 168.853264 503.641435 \n", - "Kitui 184.964864 219.178754 601.469099 881.509882 \n", - "Kwale 447.157126 592.367063 869.291932 1149.332715 \n", - "Laikipia 518.299952 167.360404 380.441393 532.821520 \n", - "Lamu 211.075372 492.987881 988.676729 1268.717513 \n", - "Machakos 302.146205 155.222604 453.498135 733.538918 \n", - "Makueni 219.752920 277.167932 562.390563 842.431346 \n", - "Mandera 806.804854 713.706200 1098.155915 802.104169 \n", - "Marsabit 824.189469 452.147840 622.682995 350.653854 \n", - "Meru 434.104727 46.395822 480.936891 641.739133 \n", - "Migori 739.910275 544.750204 327.433963 662.222134 \n", - "Mombasa 395.834300 608.642430 885.567300 1165.608083 \n", - "Murang'a 373.922368 130.856338 378.944884 658.985667 \n", - "Nairobi 376.516628 194.489477 396.334747 676.375531 \n", - "Nakuru 529.052025 243.416195 250.232600 531.361227 \n", - "Nandi 682.351723 422.203529 120.440494 443.952874 \n", - "Narok 562.330223 367.170151 339.252228 674.040398 \n", - "Nyamira 643.513083 448.353012 238.688996 573.477167 \n", - "Nyandarua 469.228936 205.021997 284.725536 564.766319 \n", - "Nyeri 419.643535 139.081791 379.418168 580.660427 \n", - "Samburu 616.960922 244.919293 467.359129 615.774200 \n", - "Siaya 785.119195 524.971000 169.532030 504.320201 \n", - "Taita Taveta 368.352055 457.791558 734.716427 1014.757210 \n", - "Tana River NaN 441.945327 771.763395 1051.804179 \n", - "Tharaka 441.945293 NaN 511.615174 672.417416 \n", - "Trans Nzoia 771.763384 511.615189 NaN 342.760736 \n", - "Turkana 1051.804234 672.417498 342.760811 NaN \n", - "Uasin Gishu 693.302388 433.154194 84.801503 408.313884 \n", - "Vihiga 743.806381 483.658186 135.070666 469.858837 \n", - "Wajir 550.651557 457.552903 842.002617 970.882614 \n", - "West Pokot 861.538703 479.805243 109.023669 298.563630 \n", - "\n", - "destination Uasin Gishu Vihiga Wajir West Pokot \n", - "origin \n", - "Baringo 83.425265 216.801058 641.913282 204.521868 \n", - "Bomet 194.346892 118.806935 730.596192 354.928691 \n", - "Bungoma 98.891757 97.796447 856.092843 160.519498 \n", - "Busia 150.997850 80.571199 890.809361 233.090327 \n", - "Elgeyo-Marakwet 42.433337 162.135138 694.272085 131.825276 \n", - "Embu 394.980545 445.484542 497.541130 482.071596 \n", - "Garissa 741.376782 791.880779 321.304048 909.613066 \n", - "Homa Bay 189.547018 99.653824 829.388031 335.775580 \n", - "Isiolo 565.250222 615.754220 216.411472 545.148655 \n", - "Kajiado 436.712765 487.216763 741.763387 604.949049 \n", - "Kakamega 91.846887 40.440672 849.047973 193.823792 \n", - "Kericho 111.377075 94.499206 705.966698 279.613358 \n", - "Kiambu 287.388826 337.892823 620.297631 455.625109 \n", - "Kilifi 758.649113 809.153110 736.477866 926.885396 \n", - "Kirinyaga 355.462726 405.966723 517.400749 442.553777 \n", - "Kisii 195.115280 140.960290 806.140688 377.082046 \n", - "Kisumu 105.196887 33.782598 780.262998 269.904354 \n", - "Kitui 523.008113 573.512111 659.300219 691.244397 \n", - "Kwale 790.830947 841.334944 861.923034 959.067231 \n", - "Laikipia 301.980408 352.484405 497.747813 340.209327 \n", - "Lamu 910.215744 960.719741 601.694102 1078.452028 \n", - "Machakos 375.037149 425.541147 595.344071 543.273433 \n", - "Makueni 483.929577 534.433575 717.289398 652.165861 \n", - "Mandera 1019.694929 1070.198927 266.978962 1034.423718 \n", - "Marsabit 492.130828 808.640566 501.588995 578.485874 \n", - "Meru 402.475906 452.979904 367.856327 449.126940 \n", - "Migori 246.518287 192.363297 867.242632 428.485053 \n", - "Mombasa 807.106315 857.610312 810.600208 975.342598 \n", - "Murang'a 300.483898 350.987896 545.666922 468.720182 \n", - "Nairobi 317.873762 368.377759 623.918964 486.110046 \n", - "Nakuru 171.771615 222.275612 601.186204 340.007899 \n", - "Nandi 47.683836 51.814130 752.590939 210.215793 \n", - "Narok 245.389402 204.181561 726.398070 440.303317 \n", - "Nyamira 157.773320 103.618330 765.762148 339.740086 \n", - "Nyandarua 206.264551 256.768548 555.514191 374.500834 \n", - "Nyeri 300.957183 351.461180 495.145163 388.048234 \n", - "Samburu 336.806961 484.654669 506.746034 423.162007 \n", - "Siaya 188.490642 62.413357 855.358410 270.583119 \n", - "Taita Taveta 656.255442 706.759439 897.913023 824.491726 \n", - "Tana River 693.302410 743.806407 550.651548 861.538694 \n", - "Tharaka 433.154189 483.658187 457.552870 479.805223 \n", - "Trans Nzoia 84.801513 135.070676 842.002599 109.023654 \n", - "Turkana 408.313975 469.858926 970.882662 298.563689 \n", - "Uasin Gishu NaN 134.144855 763.541604 174.576802 \n", - "Vihiga 134.144851 NaN 814.045596 236.121756 \n", - "Wajir 763.541632 814.045629 NaN 778.270421 \n", - "West Pokot 174.576833 236.121784 778.270407 NaN \n", - "\n", - "[47 rows x 47 columns]" - ] - }, - "execution_count": 33, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pd.pivot(all_rts, \"origin\", \"destination\", \"length_km\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Generate h3 grid around dedicated city\n", - "m = folium.Map(location=[row.geometry.y, row.geometry.x], zoom_start=4)\n", - "\n", - "folium.CircleMarker(\n", - " location=[y_range[0], x_range[0]], radius=2, weight=4, color=\"red\"\n", - ").add_to(m)\n", - "\n", - "folium.CircleMarker(\n", - " location=[y_range[0], x_range[-1]], radius=2, weight=4, color=\"blue\"\n", - ").add_to(m)\n", - "\n", - "folium.CircleMarker(\n", - " location=[y_range[-1], x_range[-1]], radius=2, weight=4, color=\"orange\"\n", - ").add_to(m)\n", - "\n", - "folium.CircleMarker(\n", - " location=[y_range[-1], x_range[0]], radius=2, weight=4, color=\"green\"\n", - ").add_to(m)\n", - "\n", - "\n", - "m" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "x_range[0]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Combine_All.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Combine_All.ipynb deleted file mode 100644 index f246c0a..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Combine_All.ipynb +++ /dev/null @@ -1,589 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Combine All Urban Metrics\n", - "Run the 4 seperate notebooks seperately, and then this notebook last to combine all of the results into one shapefile\n", - "\n", - "Check to see that all of the results have the same number of rows" - ] - }, - { - "cell_type": "code", - "execution_count": 31, - "metadata": {}, - "outputs": [], - "source": [ - "import geopandas as gpd" - ] - }, - { - "cell_type": "code", - "execution_count": 32, - "metadata": {}, - "outputs": [], - "source": [ - "# folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus\"\n", - "# folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_FUAs_results\"\n", - "# folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "folder = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"" - ] - }, - { - "cell_type": "code", - "execution_count": 33, - "metadata": {}, - "outputs": [], - "source": [ - "# file_base = r\"\\ECA_russia_urban_metrics_100k_\"\n", - "# file_base = r\"\\UZB_only_urban_metrics_FUAs_\"\n", - "# file_base = r\"\\UZB_only_urban_metrics_urban_extents_\"\n", - "file_base = r\"\\all_urban_metrics_5k_up_\"" - ] - }, - { - "cell_type": "code", - "execution_count": 34, - "metadata": {}, - "outputs": [], - "source": [ - "metrics_dict = {\n", - " \"shape\": [\n", - " \"ProximityIndex\",\n", - " \"RoundnessIndex\",\n", - " \"CohesionIndex\",\n", - " \"SpinIndex\",\n", - " \"PerimIndex\",\n", - " \"DepthIndex\",\n", - " \"GirthIndex\",\n", - " \"DispersionIndex\",\n", - " \"DispersionIndex\",\n", - " \"RangeIndex\",\n", - " ],\n", - " \"fullness\": [\"fullness_index\"],\n", - " \"structure\": [\"circuity_avg\", \"intersection_density_km\", \"street_density_km\"],\n", - " \"sprawl\": [\"sprawl_index\"],\n", - "}" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [], - "source": [ - "my_data = {}\n", - "for num, metric in enumerate(metrics_dict.items()):\n", - " # https://github.com/geopandas/geopandas/issues/1234\n", - " my_data[metric[0]] = gpd.read_file(\n", - " folder + file_base + metric[0] + \".csv\",\n", - " GEOM_POSSIBLE_NAMES=\"geometry\",\n", - " KEEP_GEOM_COLUMNS=\"NO\",\n", - " )\n", - " if num == 0:\n", - " merged_df = my_data[metric[0]]\n", - " if num > 0:\n", - " merged_df = merged_df.merge(\n", - " my_data[metric[0]][metric[1]], how=\"left\", left_index=True, right_index=True\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 36, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
field_1IDPoplayerpathProximityIndexRoundnessIndexCohesionIndexSpinIndexPerimIndex...GirthIndexDispersionIndexDispersionIndexDispersionIndexRangeIndexgeometryfullness_indexcircuity_avgintersection_density_kmstreet_density_kmsprawl_index
0020385213.9789123535160.8100366634533510.67249999999999990.80630396714171850.603130203508290.6395876728673393...0.451981989789395240.6793509560123310.6649652694163830.616636790313137POLYGON ((28.77793 55.91414, 28.82094 55.91414...0.178494164934969971.086418226190316441.417109570122437122.5462408954040.8333333333333334
1123558086.00326538085850.72906553737037850.60920.72396013935127070.45731483261281920.6110617023344889...0.51318229169635230.65491347401541880.63833031666544780.4899890582649984POLYGON ((27.94342 55.81376, 27.95774 55.81376...0.151693333373663751.080809141121376739.043013711218197523.3746710822490.7777777777777778
22269112046.1576538085940.88475061720248770.77265000000000010.88089646553952460.75734362662826170.6348158774055458...0.61935347877502640.76959694053415850.72184165322582430.7199499607202088POLYGON ((27.02823 55.65336, 27.08535 55.65336...0.260244697517805431.06020162129105976.07229071220279604.5156494557780.5
33275311929.8816528320310.95182598141570120.84640000000000020.94483759161082640.88453264985084530.7123227611592765...0.69788099019585050.85022187243926890.73878757839667250.7918137138700455POLYGON ((27.60467 55.63333, 27.64749 55.63333...0.242271374798292531.087695375207202565.88839033477179320.8706902856830.25
443060115285.056396484380.69863415944842260.54810.70313457838551940.468496208213840970.32768606124035937...0.41522627166226410.67283890530153150.6232784001529610.587053494114094POLYGON ((28.66157 55.57325, 28.67583 55.57325...0.27814716104625911.07594737857597110.6191610813838811596.4050077607190.4642857142857143
..................................................................
79937993326807.33074951171927_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...0.80768973781170170.656750.7966857879048470.59442299398882460.5135146337759864...0.51814146356150670.68818649685586260.68636820892607080.5426246223518802POLYGON ((105.12725 54.81515, 105.18361 54.815...0.1818206990028557NaNNaNNaN0.9
799479942820279.13961791992227_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...0.92237874068844420.81360.91652524589309790.81101788825435510.5687721957037969...0.62192282063248180.79768188304655880.73459754455691260.6198630712832176POLYGON ((109.32656 55.65336, 109.36940 55.653...0.19817466574265077NaNNaNNaN0.33333333333333337
79957995188344.21231079101627_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...0.7859503839273190.64830000000000010.78290770949173590.54577393606813460.5917564580343996...0.56196181122060740.6978117360846560.6633851758448670.48611787763837583POLYGON ((107.47868 56.19569, 107.49308 56.195...0.1893578873822182NaNNaNNaN0.7777777777777778
79967996155386.85284423828227_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...0.80447678726106950.68570.79330931734915760.57470566655837540.6051805963901036...0.62190710138734350.6771475035620760.59503853338518960.49007533283969995POLYGON ((116.09091 56.33675, 116.10535 56.336...0.03644833304497297NaNNaNNaN0.33333333333333337
79977997555909.184234619141526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...0.75758766651051260.62805000000000010.75369240529760760.50279314496349770.5640663252661298...0.52021916224053580.67439885032061790.57175471463747110.4610735867509892POLYGON ((129.66321 61.92831, 129.67924 61.928...0.22484700155161721NaNNaNNaN0.7142857142857143
\n", - "

7998 rows × 21 columns

\n", - "
" - ], - "text/plain": [ - " field_1 ID Pop layer \\\n", - "0 0 2038 5213.978912353516 \n", - "1 1 2355 8086.0032653808585 \n", - "2 2 2691 12046.157653808594 \n", - "3 3 2753 11929.881652832031 \n", - "4 4 3060 115285.05639648438 \n", - "... ... ... ... ... \n", - "7993 7993 32 6807.330749511719 27_urban_clusters_ghs_pop_russia \n", - "7994 7994 28 20279.139617919922 27_urban_clusters_ghs_pop_russia \n", - "7995 7995 18 8344.212310791016 27_urban_clusters_ghs_pop_russia \n", - "7996 7996 15 5386.852844238282 27_urban_clusters_ghs_pop_russia \n", - "7997 7997 55 5909.1842346191415 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path ProximityIndex \\\n", - "0 0.810036663453351 \n", - "1 0.7290655373703785 \n", - "2 0.8847506172024877 \n", - "3 0.9518259814157012 \n", - "4 0.6986341594484226 \n", - "... ... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... 0.8076897378117017 \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... 0.9223787406884442 \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... 0.785950383927319 \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... 0.8044767872610695 \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... 0.7575876665105126 \n", - "\n", - " RoundnessIndex CohesionIndex SpinIndex \\\n", - "0 0.6724999999999999 0.8063039671417185 0.60313020350829 \n", - "1 0.6092 0.7239601393512707 0.4573148326128192 \n", - "2 0.7726500000000001 0.8808964655395246 0.7573436266282617 \n", - "3 0.8464000000000002 0.9448375916108264 0.8845326498508453 \n", - "4 0.5481 0.7031345783855194 0.46849620821384097 \n", - "... ... ... ... \n", - "7993 0.65675 0.796685787904847 0.5944229939888246 \n", - "7994 0.8136 0.9165252458930979 0.8110178882543551 \n", - "7995 0.6483000000000001 0.7829077094917359 0.5457739360681346 \n", - "7996 0.6857 0.7933093173491576 0.5747056665583754 \n", - "7997 0.6280500000000001 0.7536924052976076 0.5027931449634977 \n", - "\n", - " PerimIndex ... GirthIndex DispersionIndex \\\n", - "0 0.6395876728673393 ... 0.45198198978939524 0.679350956012331 \n", - "1 0.6110617023344889 ... 0.5131822916963523 0.6549134740154188 \n", - "2 0.6348158774055458 ... 0.6193534787750264 0.7695969405341585 \n", - "3 0.7123227611592765 ... 0.6978809901958505 0.8502218724392689 \n", - "4 0.32768606124035937 ... 0.4152262716622641 0.6728389053015315 \n", - "... ... ... ... ... \n", - "7993 0.5135146337759864 ... 0.5181414635615067 0.6881864968558626 \n", - "7994 0.5687721957037969 ... 0.6219228206324818 0.7976818830465588 \n", - "7995 0.5917564580343996 ... 0.5619618112206074 0.697811736084656 \n", - "7996 0.6051805963901036 ... 0.6219071013873435 0.677147503562076 \n", - "7997 0.5640663252661298 ... 0.5202191622405358 0.6743988503206179 \n", - "\n", - " DispersionIndexDispersionIndex RangeIndex \\\n", - "0 0.664965269416383 0.616636790313137 \n", - "1 0.6383303166654478 0.4899890582649984 \n", - "2 0.7218416532258243 0.7199499607202088 \n", - "3 0.7387875783966725 0.7918137138700455 \n", - "4 0.623278400152961 0.587053494114094 \n", - "... ... ... \n", - "7993 0.6863682089260708 0.5426246223518802 \n", - "7994 0.7345975445569126 0.6198630712832176 \n", - "7995 0.663385175844867 0.48611787763837583 \n", - "7996 0.5950385333851896 0.49007533283969995 \n", - "7997 0.5717547146374711 0.4610735867509892 \n", - "\n", - " geometry fullness_index \\\n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... 0.17849416493496997 \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... 0.15169333337366375 \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... 0.26024469751780543 \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... 0.24227137479829253 \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... 0.2781471610462591 \n", - "... ... ... \n", - "7993 POLYGON ((105.12725 54.81515, 105.18361 54.815... 0.1818206990028557 \n", - "7994 POLYGON ((109.32656 55.65336, 109.36940 55.653... 0.19817466574265077 \n", - "7995 POLYGON ((107.47868 56.19569, 107.49308 56.195... 0.1893578873822182 \n", - "7996 POLYGON ((116.09091 56.33675, 116.10535 56.336... 0.03644833304497297 \n", - "7997 POLYGON ((129.66321 61.92831, 129.67924 61.928... 0.22484700155161721 \n", - "\n", - " circuity_avg intersection_density_km street_density_km \\\n", - "0 1.0864182261903164 41.41710957012243 7122.546240895404 \n", - "1 1.0808091411213767 39.04301371121819 7523.374671082249 \n", - "2 1.060201621291059 76.0722907122027 9604.515649455778 \n", - "3 1.0876953752072025 65.8883903347717 9320.870690285683 \n", - "4 1.07594737857597 110.61916108138388 11596.405007760719 \n", - "... ... ... ... \n", - "7993 NaN NaN NaN \n", - "7994 NaN NaN NaN \n", - "7995 NaN NaN NaN \n", - "7996 NaN NaN NaN \n", - "7997 NaN NaN NaN \n", - "\n", - " sprawl_index \n", - "0 0.8333333333333334 \n", - "1 0.7777777777777778 \n", - "2 0.5 \n", - "3 0.25 \n", - "4 0.4642857142857143 \n", - "... ... \n", - "7993 0.9 \n", - "7994 0.33333333333333337 \n", - "7995 0.7777777777777778 \n", - "7996 0.33333333333333337 \n", - "7997 0.7142857142857143 \n", - "\n", - "[7998 rows x 21 columns]" - ] - }, - "execution_count": 36, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "merged_df" - ] - }, - { - "cell_type": "code", - "execution_count": 37, - "metadata": {}, - "outputs": [], - "source": [ - "merged_df.crs" - ] - }, - { - "cell_type": "code", - "execution_count": 38, - "metadata": {}, - "outputs": [], - "source": [ - "# save as shapefile\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_FUAs_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"\n", - "# merged_df.to_file(output + r\"\\ECA_russia_urban_metrics_100k_all.shp\")\n", - "# merged_df.to_file(output + r\"\\UZB_only_urban_metrics_urban_extents_all.shp\")\n", - "# merged_df.to_file(output + r\"\\eca_urban_metrics_results_wo_rus_all.shp\")\n", - "merged_df.to_file(output + r\"\\all_urban_extents_results_5k_up.shp\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "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.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Fullness.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Fullness.ipynb deleted file mode 100644 index b32cc81..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Fullness.ipynb +++ /dev/null @@ -1,16867 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate Urban Metrics: Fullness\n", - "Fraction of the total area of the urban extent that is built-up. Use a custom script that takes the mean value of all the pixels of the GHS built-up within the urban extent. The GHS built-up layer values are expressed as decimals from 0 to 1, and correspond to the fraction of the pixel that is covered by a building (Pesaresi et al., 2016)" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The autoreload extension is already loaded. To reload it, use:\n", - " %reload_ext autoreload\n" - ] - } - ], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 56, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import time" - ] - }, - { - "cell_type": "code", - "execution_count": 57, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np" - ] - }, - { - "cell_type": "code", - "execution_count": 58, - "metadata": {}, - "outputs": [], - "source": [ - "from shapely.geometry import mapping\n", - "from shapely.geometry import Point" - ] - }, - { - "cell_type": "code", - "execution_count": 59, - "metadata": {}, - "outputs": [], - "source": [ - "# Get reference to GOSTNets\n", - "sys.path.append(r\"C:\\repos\\INFRA_SAP\")\n", - "from infrasap.urban_metrics import *" - ] - }, - { - "cell_type": "code", - "execution_count": 60, - "metadata": {}, - "outputs": [], - "source": [ - "import rasterio\n", - "from rasterio.mask import mask\n", - "from rasterio import Affine # or from affine import Affine" - ] - }, - { - "cell_type": "code", - "execution_count": 61, - "metadata": {}, - "outputs": [], - "source": [ - "start_time = time.time()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Inputs are GHS built and the urban extents\n", - "Mollweide projection should work good because it is an equal-area projection" - ] - }, - { - "cell_type": "code", - "execution_count": 62, - "metadata": {}, - "outputs": [], - "source": [ - "built_up_layer = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\GHS_BUILT_LDS2014_GLOBE_R2018A_54009_250_V2_0\\GHS_BUILT_LDS2014_GLOBE_R2018A_54009_250_V2_0.tif\"\n", - "# built_up_layer = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\2015_250m_GHS_Built\\UZB_2015_GHS_built_merged.tif\"" - ] - }, - { - "cell_type": "code", - "execution_count": 63, - "metadata": {}, - "outputs": [], - "source": [ - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\russia_urban_extents_merged_mollweide.shp\"\n", - "# shpName = r\"C:\\repos\\GOST_Urban\\Notebooks\\Implementations\\eca_wo_rus_urban_clusters_ghs_pop_smooth_100k_mollweide2.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_FUAs_Project_Mollweide.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_mollweide_geom_fixed_greater_50k.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_ghs_built_up_extents_mollweide_geom_fixed.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\ECA_wo_rus_urban_extents\\eca_wo_rus_built_up_extents_molleweide.shp\"\n", - "shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_clusters_5k_up_molleweide.shp\"" - ] - }, - { - "cell_type": "code", - "execution_count": 64, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometry
020385213.978912NoneNonePOLYGON ((2007000.000 6478000.000, 2010000.000...
123558086.003265NoneNonePOLYGON ((1952000.000 6468000.000, 1953000.000...
2269112046.157654NoneNonePOLYGON ((1893000.000 6452000.000, 1897000.000...
3275311929.881653NoneNonePOLYGON ((1934000.000 6450000.000, 1937000.000...
43060115285.056396NoneNonePOLYGON ((2010000.000 6444000.000, 2011000.000...
\n", - "
" - ], - "text/plain": [ - " ID Pop layer path \\\n", - "0 2038 5213.978912 None None \n", - "1 2355 8086.003265 None None \n", - "2 2691 12046.157654 None None \n", - "3 2753 11929.881653 None None \n", - "4 3060 115285.056396 None None \n", - "\n", - " geometry \n", - "0 POLYGON ((2007000.000 6478000.000, 2010000.000... \n", - "1 POLYGON ((1952000.000 6468000.000, 1953000.000... \n", - "2 POLYGON ((1893000.000 6452000.000, 1897000.000... \n", - "3 POLYGON ((1934000.000 6450000.000, 1937000.000... \n", - "4 POLYGON ((2010000.000 6444000.000, 2011000.000... " - ] - }, - "execution_count": 64, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_shapes_gpd = gpd.read_file(shpName)\n", - "input_shapes_gpd.head(5)" - ] - }, - { - "cell_type": "code", - "execution_count": 65, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0\n", - "fullness index: 0.17849416493496997\n", - "new_temp_gdf\n", - "1\n", - "fullness index: 0.15169333337366375\n", - "2\n", - "fullness index: 0.26024469751780543\n", - "3\n", - "fullness index: 0.24227137479829253\n", - "4\n", - "fullness index: 0.2781471610462591\n", - "5\n", - "fullness index: 0.3657316739037044\n", - "6\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:33: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.23789181697859682\n", - "7\n", - "fullness index: 0.2665093317530894\n", - "8\n", - "fullness index: 0.31645799876241654\n", - "9\n", - "fullness index: 0.21858828689427615\n", - "10\n", - "fullness index: 0.5073773000637382\n", - "11\n", - "fullness index: 0.3903360011573265\n", - "12\n", - "fullness index: 0.3339517636032885\n", - "13\n", - "fullness index: 0.22884044584629412\n", - "14\n", - "fullness index: 0.3755587159913765\n", - "15\n", - "fullness index: 0.3372259994325254\n", - "16\n", - "fullness index: 0.30649914403537487\n", - "17\n", - "fullness index: 0.20784891028729777\n", - "18\n", - "fullness index: 0.36075349977988935\n", - "19\n", - "fullness index: 0.49451823225079855\n", - "20\n", - "fullness index: 0.23798059967994048\n", - "21\n", - "fullness index: 0.29805818185820954\n", - "22\n", - "fullness index: 0.28410856353559666\n", - "23\n", - "fullness index: 0.36903916507435497\n", - "24\n", - "fullness index: 0.21882390925152737\n", - "25\n", - "fullness index: 0.1852290008383635\n", - "26\n", - "fullness index: 0.40715816730511284\n", - "27\n", - "fullness index: 0.3407468337988272\n", - "28\n", - "fullness index: 0.29425800012541004\n", - "29\n", - "fullness index: 0.37309037709837867\n", - "30\n", - "fullness index: 0.27452020105120023\n", - "31\n", - "fullness index: 0.49338556521578075\n", - "32\n", - "fullness index: 0.1759141004007688\n", - "33\n", - "fullness index: 0.34681010532834705\n", - "34\n", - "fullness index: 0.06639684589180643\n", - "35\n", - "fullness index: 0.3368943085414895\n", - "36\n", - "fullness index: 0.3516611980914604\n", - "37\n", - "fullness index: 0.2647711059612767\n", - "38\n", - "fullness index: 0.2975932981382357\n", - "39\n", - "fullness index: 0.27572100010118966\n", - "40\n", - "fullness index: 0.22868871423439227\n", - "41\n", - "fullness index: 0.4032562721741587\n", - "42\n", - "fullness index: 0.18519253363920143\n", - "43\n", - "fullness index: 0.43049533141068724\n", - "44\n", - "fullness index: 0.2157770784090714\n", - "45\n", - "fullness index: 0.26518987210056366\n", - "46\n", - "fullness index: 0.3045836237324693\n", - "47\n", - "fullness index: 0.18702635622235317\n", - "48\n", - "fullness index: 0.2164099995701517\n", - "49\n", - "fullness index: 0.3183332863965396\n", - "50\n", - "fullness index: 0.4507962506044019\n", - "51\n", - "fullness index: 0.1448267776685902\n", - "52\n", - "fullness index: 0.4813761164319551\n", - "53\n", - "fullness index: 0.34844574251325533\n", - "54\n", - "fullness index: 0.20926573191848852\n", - "55\n", - "fullness index: 0.5230347775472587\n", - "56\n", - "fullness index: 0.033349333471657396\n", - "57\n", - "fullness index: 0.20834362415888563\n", - "58\n", - "fullness index: 0.1938487769794948\n", - "59\n", - "fullness index: 0.4460848035174217\n", - "60\n", - "fullness index: 0.25490033115097\n", - "61\n", - "fullness index: 0.16974950137910128\n", - "62\n", - "fullness index: 0.3503399610110955\n", - "63\n", - "fullness index: 0.2983197137505158\n", - "64\n", - "fullness index: 0.030136437095734436\n", - "65\n", - "fullness index: 0.17625057173011424\n", - "66\n", - "fullness index: 0.3646363407238278\n", - "67\n", - "fullness index: 0.19588991633948658\n", - "68\n", - "fullness index: 0.08032833393320159\n", - "69\n", - "fullness index: 0.28935024925362995\n", - "70\n", - "fullness index: 0.14743799971074623\n", - "71\n", - "fullness index: 0.029008699913174497\n", - "72\n", - "fullness index: 0.23768416527756622\n", - "73\n", - "fullness index: 0.3410518454802864\n", - "74\n", - "fullness index: 0.3226224004310552\n", - "75\n", - "fullness index: 0.23562153342936654\n", - "76\n", - "fullness index: 0.028050333456728065\n", - "77\n", - "fullness index: 0.24413359922182282\n", - "78\n", - "fullness index: 0.19536329886741444\n", - "79\n", - "fullness index: 0.3542626057538366\n", - "80\n", - "fullness index: 0.2286246247085728\n", - "81\n", - "fullness index: 0.051354221287207714\n", - "82\n", - "fullness index: 0.35995068865639723\n", - "83\n", - "fullness index: 0.316338331263877\n", - "84\n", - "fullness index: 0.20990044367257119\n", - "85\n", - "fullness index: 0.4435870014895045\n", - "86\n", - "fullness index: 0.3990188642526012\n", - "87\n", - "fullness index: 0.4561490009121674\n", - "88\n", - "fullness index: 0.274698643519514\n", - "89\n", - "fullness index: 0.17712054555522627\n", - "90\n", - "fullness index: 0.33540924818889833\n", - "91\n", - "fullness index: 0.5292392829077731\n", - "92\n", - "fullness index: 0.2104251231965577\n", - "93\n", - "fullness index: 0.49933420359157027\n", - "94\n", - "fullness index: 0.2889599989866838\n", - "95\n", - "fullness index: 0.33086951976509227\n", - "96\n", - "fullness index: 0.2272442835840463\n", - "97\n", - "fullness index: 0.16722692365426786\n", - "98\n", - "fullness index: 0.14092237437506583\n", - "99\n", - "fullness index: 0.3353141338608718\n", - "100\n", - "fullness index: 0.3806648745417078\n", - "101\n", - "fullness index: 0.2677108752334334\n", - "102\n", - "fullness index: 0.12936324871907345\n", - "103\n", - "fullness index: 0.3712435008274042\n", - "104\n", - "fullness index: 0.41720942231856384\n", - "105\n", - "fullness index: 0.3781213011000546\n", - "106\n", - "fullness index: 0.16060289926535914\n", - "107\n", - "fullness index: 0.25605860096511607\n", - "108\n", - "fullness index: 0.5044046130466076\n", - "109\n", - "fullness index: 0.45208330144450887\n", - "110\n", - "fullness index: 0.5301983351261393\n", - "111\n", - "fullness index: 0.20828019961481914\n", - "112\n", - "fullness index: 0.20014533496896547\n", - "113\n", - "fullness index: 0.5828605047000741\n", - "114\n", - "fullness index: 0.4332840067090729\n", - "115\n", - "fullness index: 0.3583074340604071\n", - "116\n", - "fullness index: 0.3643231660991357\n", - "117\n", - "fullness index: 0.30023700087440375\n", - "118\n", - "fullness index: 0.34108928543823175\n", - "119\n", - "fullness index: 0.24147420050594517\n", - "120\n", - "fullness index: 0.3313941646845353\n", - "121\n", - "fullness index: 0.6316218724023202\n", - "122\n", - "fullness index: 0.197392166943852\n", - "123\n", - "fullness index: 0.49428363548333276\n", - "124\n", - "fullness index: 0.3564759105331012\n", - "125\n", - "fullness index: 0.5664869991328726\n", - "126\n", - "fullness index: 0.35913487597099447\n", - "127\n", - "fullness index: 0.34120657952428846\n", - "128\n", - "fullness index: 0.4352652489423008\n", - "129\n", - "fullness index: 0.20683399979025124\n", - "130\n", - "fullness index: 0.5731207845157249\n", - "131\n", - "fullness index: 0.36297752305559383\n", - "132\n", - "fullness index: 0.16627916812754032\n", - "133\n", - "fullness index: 0.24151692268298156\n", - "134\n", - "fullness index: 0.24332900282812867\n", - "135\n", - "fullness index: 0.27615383332401205\n", - "136\n", - "fullness index: 0.24318200138077373\n", - "137\n", - "fullness index: 0.5018191761043026\n", - "138\n", - "fullness index: 0.33582638512654317\n", - "139\n", - "fullness index: 0.34433359918775747\n", - "140\n", - "fullness index: 0.26698899996517866\n", - "141\n", - "fullness index: 0.30308007849774954\n", - "142\n", - "fullness index: 0.5045978179444898\n", - "143\n", - "fullness index: 0.4916403000097489\n", - "144\n", - "fullness index: 0.08148483299783038\n", - "145\n", - "fullness index: 0.32293747127839784\n", - "146\n", - "fullness index: 0.2840792489798029\n", - "147\n", - "fullness index: 0.6002330011472925\n", - "148\n", - "fullness index: 0.2546533341859079\n", - "149\n", - "fullness index: 0.16686612481453267\n", - "150\n", - "fullness index: 0.35009790035664995\n", - "151\n", - "fullness index: 0.4243688908861966\n", - "152\n", - "fullness index: 0.3971320010299678\n", - "153\n", - "fullness index: 0.21569219912362314\n", - "154\n", - "fullness index: 0.3494543045038407\n", - "155\n", - "fullness index: 0.20916749713311825\n", - "156\n", - "fullness index: 0.4906821959633817\n", - "157\n", - "fullness index: 0.20472312694892025\n", - "158\n", - "fullness index: 0.40396849944806945\n", - "159\n", - "fullness index: 0.2465632201985702\n", - "160\n", - "fullness index: 0.21913999968294068\n", - "161\n", - "fullness index: 0.35461760033686\n", - "162\n", - "fullness index: 0.41938449882078055\n", - "163\n", - "fullness index: 0.6386362750093791\n", - "164\n", - "fullness index: 0.38434400041842304\n", - "165\n", - "fullness index: 0.275493125369735\n", - "166\n", - "fullness index: 0.3268476008973721\n", - "167\n", - "fullness index: 0.44036316615711263\n", - "168\n", - "fullness index: 0.24254237424793246\n", - "169\n", - "fullness index: 0.47618853114418014\n", - "170\n", - "fullness index: 0.17016511809582452\n", - "171\n", - "fullness index: 0.34871283336542547\n", - "172\n", - "fullness index: 0.2973382659666337\n", - "173\n", - "fullness index: 0.15385857124012892\n", - "174\n", - "fullness index: 0.28394450036641955\n", - "175\n", - "fullness index: 0.17745047673646555\n", - "176\n", - "fullness index: 0.16937774826510577\n", - "177\n", - "fullness index: 0.16413612544238276\n", - "178\n", - "fullness index: 0.3399489003062626\n", - "179\n", - "fullness index: 0.22395045426145027\n", - "180\n", - "fullness index: 0.17283750008192555\n", - "181\n", - "fullness index: 0.26837290139083053\n", - "182\n", - "fullness index: 0.23408489964749607\n", - "183\n", - "fullness index: 0.3846396572905377\n", - "184\n", - "fullness index: 0.3700500849917413\n", - "185\n", - "fullness index: 0.28211869869410294\n", - "186\n", - "fullness index: 0.17762942933976383\n", - "187\n", - "fullness index: 0.3816960010481125\n", - "188\n", - "fullness index: 0.2639691259270194\n", - "189\n", - "fullness index: 0.4388669568062418\n", - "190\n", - "fullness index: 0.30124980271916685\n", - "191\n", - "fullness index: 0.46917610813397914\n", - "192\n", - "fullness index: 0.29602815368917407\n", - "193\n", - "fullness index: 0.14197241614442646\n", - "194\n", - "fullness index: 0.37024314075512976\n", - "195\n", - "fullness index: 0.502471407278007\n", - "196\n", - "fullness index: 0.19521191814646954\n", - "197\n", - "fullness index: 0.41651255786109687\n", - "198\n", - "fullness index: 0.2691060619086585\n", - "199\n", - "fullness index: 0.22903162459442683\n", - "200\n", - "fullness index: 0.25568945099876145\n", - "201\n", - "fullness index: 0.5695862488731412\n", - "202\n", - "fullness index: 0.36929733454599045\n", - "203\n", - "fullness index: 0.2294315415966442\n", - "204\n", - "fullness index: 0.2270659998054422\n", - "205\n", - "fullness index: 0.33670727413308754\n", - "206\n", - "fullness index: 0.2357981115621644\n", - "207\n", - "fullness index: 0.43866270724659745\n", - "208\n", - "fullness index: 0.147781769059013\n", - "209\n", - "fullness index: 0.36088433317640106\n", - "210\n", - "fullness index: 0.3198582487987096\n", - "211\n", - "fullness index: 0.28442174752171917\n", - "212\n", - "fullness index: 0.21682400072540986\n", - "213\n", - "fullness index: 0.31873830332548325\n", - "214\n", - "fullness index: 0.3519700591508915\n", - "215\n", - "fullness index: 0.4872475932332492\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "216\n", - "fullness index: 0.5151125870952186\n", - "217\n", - "fullness index: 0.6373367349626236\n", - "218\n", - "fullness index: 0.31131840187917986\n", - "219\n", - "fullness index: 0.2260314441882656\n", - "220\n", - "fullness index: 0.2312437139670395\n", - "221\n", - "fullness index: 0.5516003200159372\n", - "222\n", - "fullness index: 0.3745393176811633\n", - "223\n", - "fullness index: 0.533983581938628\n", - "224\n", - "fullness index: 0.33166466597928473\n", - "225\n", - "fullness index: 0.4099997493724004\n", - "226\n", - "fullness index: 0.24957175161489434\n", - "227\n", - "fullness index: 0.23162358321981932\n", - "228\n", - "fullness index: 0.2592356237518345\n", - "229\n", - "fullness index: 0.29275770918437394\n", - "230\n", - "fullness index: 0.40578043846280687\n", - "231\n", - "fullness index: 0.3379305712410964\n", - "232\n", - "fullness index: 0.2531796996427147\n", - "233\n", - "fullness index: 0.6158911217680725\n", - "234\n", - "fullness index: 0.23290775026058932\n", - "235\n", - "fullness index: 0.3238547643455497\n", - "236\n", - "fullness index: 0.3690884994530279\n", - "237\n", - "fullness index: 0.20477166775162914\n", - "238\n", - "fullness index: 0.2793776921716926\n", - "239\n", - "fullness index: 0.26652159990947744\n", - "240\n", - "fullness index: 0.22789500027660584\n", - "241\n", - "fullness index: 0.23401022206639432\n", - "242\n", - "fullness index: 0.3730326207520386\n", - "243\n", - "fullness index: 0.3082567776760293\n", - "244\n", - "fullness index: 0.29200246056000023\n", - "245\n", - "fullness index: 0.4289488563013254\n", - "246\n", - "fullness index: 0.30797801855644696\n", - "247\n", - "fullness index: 0.35987181680105673\n", - "248\n", - "fullness index: 0.38199351571728907\n", - "249\n", - "fullness index: 0.3187832862625198\n", - "250\n", - "fullness index: 0.22012356948263395\n", - "251\n", - "fullness index: 0.3608967143137696\n", - "252\n", - "fullness index: 0.366057249608275\n", - "253\n", - "fullness index: 0.30490644674803963\n", - "254\n", - "fullness index: 0.1985969987193433\n", - "255\n", - "fullness index: 0.19567449921711955\n", - "256\n", - "fullness index: 0.289004110901361\n", - "257\n", - "fullness index: 0.34456716828087036\n", - "258\n", - "fullness index: 0.23855179899401263\n", - "259\n", - "fullness index: 0.16668168785838589\n", - "260\n", - "fullness index: 0.1321393325839987\n", - "261\n", - "fullness index: 0.29017885808467064\n", - "262\n", - "fullness index: 0.2416104451743498\n", - "263\n", - "fullness index: 0.2751167998503661\n", - "264\n", - "fullness index: 0.23731549867699187\n", - "265\n", - "fullness index: 0.33575079937836566\n", - "266\n", - "fullness index: 0.25939800017135894\n", - "267\n", - "fullness index: 0.26593157349140845\n", - "268\n", - "fullness index: 0.2330450294884539\n", - "269\n", - "fullness index: 0.4704879799114481\n", - "270\n", - "fullness index: 0.35626642765938804\n", - "271\n", - "fullness index: 0.30119160795847777\n", - "272\n", - "fullness index: 0.3478549986260229\n", - "273\n", - "fullness index: 0.3935243637401568\n", - "274\n", - "fullness index: 0.3525115712679768\n", - "275\n", - "fullness index: 0.2577102226539662\n", - "276\n", - "fullness index: 0.3168797512433912\n", - "277\n", - "fullness index: 0.36700333326249773\n", - "278\n", - "fullness index: 0.3220841773908287\n", - "279\n", - "fullness index: 0.2865545559878026\n", - "280\n", - "fullness index: 0.3183386238679873\n", - "281\n", - "fullness index: 0.44534428562162376\n", - "282\n", - "fullness index: 0.40049222472589463\n", - "283\n", - "fullness index: 0.5125086018641014\n", - "284\n", - "fullness index: 0.3013346102305935\n", - "285\n", - "fullness index: 0.2472370986016358\n", - "286\n", - "fullness index: 0.26529139950086267\n", - "287\n", - "fullness index: 0.5112849297500881\n", - "288\n", - "fullness index: 0.21154944393654457\n", - "289\n", - "fullness index: 0.2414492864369647\n", - "290\n", - "fullness index: 0.3111892010318115\n", - "291\n", - "fullness index: 0.2744180001798668\n", - "292\n", - "fullness index: 0.3841979987151313\n", - "293\n", - "fullness index: 0.31012888938764466\n", - "294\n", - "fullness index: 0.4439120020040377\n", - "295\n", - "fullness index: 0.34707533365969234\n", - "296\n", - "fullness index: 0.4168703866802491\n", - "297\n", - "fullness index: 0.38687522995874485\n", - "298\n", - "fullness index: 0.26753239790705263\n", - "299\n", - "fullness index: 0.33493530782694647\n", - "300\n", - "fullness index: 0.018416999952958372\n", - "301\n", - "fullness index: 0.013108428444996077\n", - "302\n", - "fullness index: 0.022829332932208974\n", - "303\n", - "fullness index: 0.2541854995462624\n", - "304\n", - "fullness index: 0.32060238088414345\n", - "305\n", - "fullness index: 0.24217055679764599\n", - "306\n", - "fullness index: 0.2385314553896685\n", - "307\n", - "fullness index: 0.3598095708335417\n", - "308\n", - "fullness index: 0.21514583315486865\n", - "309\n", - "fullness index: 0.5961080011561122\n", - "310\n", - "fullness index: 0.03618057601127503\n", - "311\n", - "fullness index: 0.37974215535968636\n", - "312\n", - "fullness index: 0.21780287383080577\n", - "313\n", - "fullness index: 0.38355509026521095\n", - "314\n", - "fullness index: 0.3402923068528871\n", - "315\n", - "fullness index: 0.22935066637122267\n", - "316\n", - "fullness index: 0.45202726123742604\n", - "317\n", - "fullness index: 0.3971798581728113\n", - "318\n", - "fullness index: 0.3444757985882461\n", - "319\n", - "fullness index: 0.3654953996851267\n", - "320\n", - "fullness index: 0.3517778751138394\n", - "321\n", - "fullness index: 0.4723218992323382\n", - "322\n", - "fullness index: 0.24838400082671797\n", - "323\n", - "fullness index: 0.3596272141676309\n", - "324\n", - "fullness index: 0.1927314284361533\n", - "325\n", - "fullness index: 0.5064140019912884\n", - "326\n", - "fullness index: 0.3176207152594413\n", - "327\n", - "fullness index: 0.37375499951740493\n", - "328\n", - "fullness index: 0.43097699872790446\n", - "329\n", - "fullness index: 0.2817600007070723\n", - "330\n", - "fullness index: 0.2704936787189841\n", - "331\n", - "fullness index: 0.32916766618048615\n", - "332\n", - "fullness index: 0.2918556416472841\n", - "333\n", - "fullness index: 0.3731729974242626\n", - "334\n", - "fullness index: 0.18276837492021514\n", - "335\n", - "fullness index: 0.3715484620406642\n", - "336\n", - "fullness index: 0.24721724978117737\n", - "337\n", - "fullness index: 0.0846455016908294\n", - "338\n", - "fullness index: 0.3343976240203119\n", - "339\n", - "fullness index: 0.3603930017755677\n", - "340\n", - "fullness index: 0.3703748401730991\n", - "341\n", - "fullness index: 0.22755233267298536\n", - "342\n", - "fullness index: 0.23333344446311657\n", - "343\n", - "fullness index: 0.2581967145105452\n", - "344\n", - "fullness index: 0.4093992011084083\n", - "345\n", - "fullness index: 0.47239188098802204\n", - "346\n", - "fullness index: 0.5502901707652688\n", - "347\n", - "fullness index: 0.3986800001584925\n", - "348\n", - "fullness index: 0.2731242512636527\n", - "349\n", - "fullness index: 0.4106300307979445\n", - "350\n", - "fullness index: 0.21804608259950936\n", - "351\n", - "fullness index: 0.3534771411835728\n", - "352\n", - "fullness index: 0.15827081930702164\n", - "353\n", - "fullness index: 0.19850872751505283\n", - "354\n", - "fullness index: 0.28523940661155694\n", - "355\n", - "fullness index: 0.4451631996780634\n", - "356\n", - "fullness index: 0.37518279979859276\n", - "357\n", - "fullness index: 0.34277066580434873\n", - "358\n", - "fullness index: 0.2831341135153909\n", - "359\n", - "fullness index: 0.22307172567963626\n", - "360\n", - "fullness index: 0.15693640114477603\n", - "361\n", - "fullness index: 0.43171653305853397\n", - "362\n", - "fullness index: 0.3418913338466609\n", - "363\n", - "fullness index: 0.21946450045061283\n", - "364\n", - "fullness index: 0.2571232734586705\n", - "365\n", - "fullness index: 0.2995740001977841\n", - "366\n", - "fullness index: 0.28200423926104384\n", - "367\n", - "fullness index: 0.39134330789966043\n", - "368\n", - "fullness index: 0.30691402532885637\n", - "369\n", - "fullness index: 0.24413849985171512\n", - "370\n", - "fullness index: 0.275211558485959\n", - "371\n", - "fullness index: 0.27469632558371243\n", - "372\n", - "fullness index: 0.23842105390195015\n", - "373\n", - "fullness index: 0.41882352396333733\n", - "374\n", - "fullness index: 0.5430458986025769\n", - "375\n", - "fullness index: 0.26318912542046746\n", - "376\n", - "fullness index: 0.15199360026667819\n", - "377\n", - "fullness index: 0.41590353466069957\n", - "378\n", - "fullness index: 0.2816626582775227\n", - "379\n", - "fullness index: 0.34300670381416815\n", - "380\n", - "fullness index: 0.2540747998388876\n", - "381\n", - "fullness index: 0.2895695499558769\n", - "382\n", - "fullness index: 0.30247966580888414\n", - "383\n", - "fullness index: 0.34978212396964636\n", - "384\n", - "fullness index: 0.3379504262952001\n", - "385\n", - "fullness index: 0.339618500957234\n", - "386\n", - "fullness index: 0.22776379973329314\n", - "387\n", - "fullness index: 0.28528109921040823\n", - "388\n", - "fullness index: 0.21313594718645346\n", - "389\n", - "fullness index: 0.394278214649408\n", - "390\n", - "fullness index: 0.44481280125910416\n", - "391\n", - "fullness index: 0.4892195083823519\n", - "392\n", - "fullness index: 0.051047713718227375\n", - "393\n", - "fullness index: 0.5124470005324507\n", - "394\n", - "fullness index: 0.20873142881698314\n", - "395\n", - "fullness index: 0.20727286802454423\n", - "396\n", - "fullness index: 0.3523442373323719\n", - "397\n", - "fullness index: 0.30792483174864554\n", - "398\n", - "fullness index: 0.273989222635363\n", - "399\n", - "fullness index: 0.31424827680272455\n", - "400\n", - "fullness index: 0.2077337489463389\n", - "401\n", - "fullness index: 0.25313599944547605\n", - "402\n", - "fullness index: 0.19632671427098103\n", - "403\n", - "fullness index: 0.4054839978035084\n", - "404\n", - "fullness index: 0.47405307462143426\n", - "405\n", - "fullness index: 0.25211219913435345\n", - "406\n", - "fullness index: 0.19164010177919408\n", - "407\n", - "fullness index: 0.3657561825381312\n", - "408\n", - "fullness index: 0.27234511725349453\n", - "409\n", - "fullness index: 0.4612339736475609\n", - "410\n", - "fullness index: 0.32166398185411743\n", - "411\n", - "fullness index: 0.3068588177968856\n", - "412\n", - "fullness index: 0.39650392818933766\n", - "413\n", - "fullness index: 0.3032159232011975\n", - "414\n", - "fullness index: 0.26717181142495455\n", - "415\n", - "fullness index: 0.35993082032390783\n", - "416\n", - "fullness index: 0.04340349932560154\n", - "417\n", - "fullness index: 0.0801114991918439\n", - "418\n", - "fullness index: 0.32306120161374563\n", - "419\n", - "fullness index: 0.24796919842881948\n", - "420\n", - "fullness index: 0.29238450035986063\n", - "421\n", - "fullness index: 0.262984250206955\n", - "422\n", - "fullness index: 0.09234799999030656\n", - "423\n", - "fullness index: 0.26605229366905675\n", - "424\n", - "fullness index: 0.32523845450156263\n", - "425\n", - "fullness index: 0.18342914131972068\n", - "426\n", - "fullness index: 0.38742718038305285\n", - "427\n", - "fullness index: 0.29422462476236433\n", - "428\n", - "fullness index: 0.096693916729843\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "429\n", - "fullness index: 0.33844214436560704\n", - "430\n", - "fullness index: 0.2515914284372879\n", - "431\n", - "fullness index: 0.32038866908139124\n", - "432\n", - "fullness index: 0.16825428649618906\n", - "433\n", - "fullness index: 0.3888229183645996\n", - "434\n", - "fullness index: 0.1066545000289807\n", - "435\n", - "fullness index: 0.3521937266321567\n", - "436\n", - "fullness index: 0.2819171425501281\n", - "437\n", - "fullness index: 0.30211000155083767\n", - "438\n", - "fullness index: 0.23491610663367474\n", - "439\n", - "fullness index: 0.4835213013104294\n", - "440\n", - "fullness index: 0.35723287577837937\n", - "441\n", - "fullness index: 0.26378677717305743\n", - "442\n", - "fullness index: 0.29222272166488333\n", - "443\n", - "fullness index: 0.3781446004464669\n", - "444\n", - "fullness index: 0.07806819963007001\n", - "445\n", - "fullness index: 0.15074566689994148\n", - "446\n", - "fullness index: 0.35103114267682095\n", - "447\n", - "fullness index: 0.2383732318957947\n", - "448\n", - "fullness index: 0.1891574296708508\n", - "449\n", - "fullness index: 0.47003659311279833\n", - "450\n", - "fullness index: 0.19074574991554982\n", - "451\n", - "fullness index: 0.41007419887318974\n", - "452\n", - "fullness index: 0.32855004306196384\n", - "453\n", - "fullness index: 0.4269074486125239\n", - "454\n", - "fullness index: 0.2726735456037039\n", - "455\n", - "fullness index: 0.2785532004834749\n", - "456\n", - "fullness index: 0.2238356256220868\n", - "457\n", - "fullness index: 0.1826914990779187\n", - "458\n", - "fullness index: 0.2912520373766138\n", - "459\n", - "fullness index: 0.3693575726481088\n", - "460\n", - "fullness index: 0.225723429811686\n", - "461\n", - "fullness index: 0.4857029996166083\n", - "462\n", - "fullness index: 0.2466773336163897\n", - "463\n", - "fullness index: 0.4535667510726853\n", - "464\n", - "fullness index: 0.2536888997425877\n", - "465\n", - "fullness index: 0.29431946241787116\n", - "466\n", - "fullness index: 0.22907423430232857\n", - "467\n", - "fullness index: 0.3323064451813278\n", - "468\n", - "fullness index: 0.2832004203126321\n", - "469\n", - "fullness index: 0.19510444607779695\n", - "470\n", - "fullness index: 0.34044149183222033\n", - "471\n", - "fullness index: 0.2624351863473748\n", - "472\n", - "fullness index: 0.3577304112684621\n", - "473\n", - "fullness index: 0.49325105436301697\n", - "474\n", - "fullness index: 0.3190389990917913\n", - "475\n", - "fullness index: 0.3402965549001035\n", - "476\n", - "fullness index: 0.4638495725105583\n", - "477\n", - "fullness index: 0.4131635994678618\n", - "478\n", - "fullness index: 0.2794104266940849\n", - "479\n", - "fullness index: 0.3124117502798071\n", - "480\n", - "fullness index: 0.360140142963376\n", - "481\n", - "fullness index: 0.31986010024409095\n", - "482\n", - "fullness index: 0.19273476909837392\n", - "483\n", - "fullness index: 0.468691750720609\n", - "484\n", - "fullness index: 0.3738135117114172\n", - "485\n", - "fullness index: 0.21083859977297834\n", - "486\n", - "fullness index: 0.3359625994584349\n", - "487\n", - "fullness index: 0.27368490944553\n", - "488\n", - "fullness index: 0.2794237204137608\n", - "489\n", - "fullness index: 0.3177832034651886\n", - "490\n", - "fullness index: 0.2225599500857243\n", - "491\n", - "fullness index: 0.482558893957077\n", - "492\n", - "fullness index: 0.20481875088444212\n", - "493\n", - "fullness index: 0.25154585022855824\n", - "494\n", - "fullness index: 0.2819097119208891\n", - "495\n", - "fullness index: 0.30513326443857897\n", - "496\n", - "fullness index: 0.30925056575126847\n", - "497\n", - "fullness index: 0.2320765262421015\n", - "498\n", - "fullness index: 0.31161900029201206\n", - "499\n", - "fullness index: 0.1798011992182751\n", - "500\n", - "fullness index: 0.18382452446080608\n", - "501\n", - "fullness index: 0.28703166558019194\n", - "502\n", - "fullness index: 0.20299739963929822\n", - "503\n", - "fullness index: 0.2074984618560008\n", - "504\n", - "fullness index: 0.3891278894514269\n", - "505\n", - "fullness index: 0.25743462429818464\n", - "506\n", - "fullness index: 0.32944075100419923\n", - "507\n", - "fullness index: 0.4146447492404604\n", - "508\n", - "fullness index: 0.20874199906624694\n", - "509\n", - "fullness index: 0.4071739064026474\n", - "510\n", - "fullness index: 0.05657142859074936\n", - "511\n", - "fullness index: 0.27787562513522346\n", - "512\n", - "fullness index: 0.26572200108057586\n", - "513\n", - "fullness index: 0.029019500228969264\n", - "514\n", - "fullness index: 0.39831066460950143\n", - "515\n", - "fullness index: 0.3322530010653801\n", - "516\n", - "fullness index: 0.08893700001353863\n", - "517\n", - "fullness index: 0.16910822188462285\n", - "518\n", - "fullness index: 0.3462327127952968\n", - "519\n", - "fullness index: 0.24591249915883395\n", - "520\n", - "fullness index: 0.4163610441071391\n", - "521\n", - "fullness index: 0.1305239162242439\n", - "522\n", - "fullness index: 0.24502684716068102\n", - "523\n", - "fullness index: 0.1823286005987029\n", - "524\n", - "fullness index: 0.43890474885120057\n", - "525\n", - "fullness index: 0.2730951437497424\n", - "526\n", - "fullness index: 0.4547364422922126\n", - "527\n", - "fullness index: 0.16700700034562033\n", - "528\n", - "fullness index: 0.2808543325712283\n", - "529\n", - "fullness index: 0.30463270133890685\n", - "530\n", - "fullness index: 0.28838111908600694\n", - "531\n", - "fullness index: 0.359599259492113\n", - "532\n", - "fullness index: 0.3260092420393825\n", - "533\n", - "fullness index: 0.27902000003814464\n", - "534\n", - "fullness index: 0.1933318744606822\n", - "535\n", - "fullness index: 0.3441064996231034\n", - "536\n", - "fullness index: 0.22779974954289628\n", - "537\n", - "fullness index: 0.23222066662330892\n", - "538\n", - "fullness index: 0.22081209851930905\n", - "539\n", - "fullness index: 0.23565049873892954\n", - "540\n", - "fullness index: 0.31195863525551937\n", - "541\n", - "fullness index: 0.2815732507615394\n", - "542\n", - "fullness index: 0.44698815162846584\n", - "543\n", - "fullness index: 0.35973954504482786\n", - "544\n", - "fullness index: 0.24155855345694968\n", - "545\n", - "fullness index: 0.3756275288587858\n", - "546\n", - "fullness index: 0.2509422227028861\n", - "547\n", - "fullness index: 0.17288387543453607\n", - "548\n", - "fullness index: 0.3885012302648997\n", - "549\n", - "fullness index: 0.18045313420661843\n", - "550\n", - "fullness index: 0.12290900093503296\n", - "551\n", - "fullness index: 0.23145891047864678\n", - "552\n", - "fullness index: 0.5151617148601092\n", - "553\n", - "fullness index: 0.34903213323656623\n", - "554\n", - "fullness index: 0.13682228551988374\n", - "555\n", - "fullness index: 0.2663919004901345\n", - "556\n", - "fullness index: 0.2620759165124393\n", - "557\n", - "fullness index: 0.20572524950330262\n", - "558\n", - "fullness index: 0.24759666557171536\n", - "559\n", - "fullness index: 0.12568549953951447\n", - "560\n", - "fullness index: 0.20592262480190962\n", - "561\n", - "fullness index: 0.357068909733326\n", - "562\n", - "fullness index: 0.1702022007491905\n", - "563\n", - "fullness index: 0.2547331654617058\n", - "564\n", - "fullness index: 0.15835749985035363\n", - "565\n", - "fullness index: 0.3231848328796332\n", - "566\n", - "fullness index: 0.3570178754939093\n", - "567\n", - "fullness index: 0.24444669976364822\n", - "568\n", - "fullness index: 0.29174750014711515\n", - "569\n", - "fullness index: 0.1812418761081176\n", - "570\n", - "fullness index: 0.5001307562909005\n", - "571\n", - "fullness index: 0.19619216651456858\n", - "572\n", - "fullness index: 0.2980623570305007\n", - "573\n", - "fullness index: 0.3247198003335654\n", - "574\n", - "fullness index: 0.3942139320057351\n", - "575\n", - "fullness index: 0.340227214753343\n", - "576\n", - "fullness index: 0.23208085585221333\n", - "577\n", - "fullness index: 0.18668822119313214\n", - "578\n", - "fullness index: 0.37419460028710316\n", - "579\n", - "fullness index: 0.4997726258808891\n", - "580\n", - "fullness index: 0.26563009031203616\n", - "581\n", - "fullness index: 0.5390008629070838\n", - "582\n", - "fullness index: 0.35534167406293504\n", - "583\n", - "fullness index: 0.20302125176567642\n", - "584\n", - "fullness index: 0.3079905997237802\n", - "585\n", - "fullness index: 0.26844899972586844\n", - "586\n", - "fullness index: 0.29154183213055757\n", - "587\n", - "fullness index: 0.3441400362543442\n", - "588\n", - "fullness index: 0.23707142754569432\n", - "589\n", - "fullness index: 0.3907449281899661\n", - "590\n", - "fullness index: 0.3140398450300731\n", - "591\n", - "fullness index: 0.3128092860694908\n", - "592\n", - "fullness index: 0.18903499989495945\n", - "593\n", - "fullness index: 0.22834814434567566\n", - "594\n", - "fullness index: 0.23167066631382718\n", - "595\n", - "fullness index: 0.16823491755333939\n", - "596\n", - "fullness index: 0.1377385551268162\n", - "597\n", - "fullness index: 0.27611722066573446\n", - "598\n", - "fullness index: 0.32049457135352505\n", - "599\n", - "fullness index: 0.41485500044250834\n", - "600\n", - "fullness index: 0.1537782317300648\n", - "601\n", - "fullness index: 0.3677774310531926\n", - "602\n", - "fullness index: 0.2850828333359914\n", - "603\n", - "fullness index: 0.2395601161468454\n", - "604\n", - "fullness index: 0.43563443828027415\n", - "605\n", - "fullness index: 0.26565421371716574\n", - "606\n", - "fullness index: 0.21684744461254013\n", - "607\n", - "fullness index: 0.21099583444204958\n", - "608\n", - "fullness index: 0.24071983253027915\n", - "609\n", - "fullness index: 0.34730027222675824\n", - "610\n", - "fullness index: 0.3487043334787207\n", - "611\n", - "fullness index: 0.32140466823875613\n", - "612\n", - "fullness index: 0.3194562684935901\n", - "613\n", - "fullness index: 0.3294642495829265\n", - "614\n", - "fullness index: 0.20064777784831575\n", - "615\n", - "fullness index: 0.15082899827393703\n", - "616\n", - "fullness index: 0.10375071446833317\n", - "617\n", - "fullness index: 0.2156539991439786\n", - "618\n", - "fullness index: 0.30210824873074665\n", - "619\n", - "fullness index: 0.3189940536313079\n", - "620\n", - "fullness index: 0.25677049842700705\n", - "621\n", - "fullness index: 0.4619649009179584\n", - "622\n", - "fullness index: 0.19356409001540503\n", - "623\n", - "fullness index: 0.2380112376460515\n", - "624\n", - "fullness index: 0.26545008096531547\n", - "625\n", - "fullness index: 0.3925337648768297\n", - "626\n", - "fullness index: 0.3240956657947512\n", - "627\n", - "fullness index: 0.2886561246414203\n", - "628\n", - "fullness index: 0.4685373608379627\n", - "629\n", - "fullness index: 0.13480023563469706\n", - "630\n", - "fullness index: 0.28501754471719987\n", - "631\n", - "fullness index: 0.2507285721284071\n", - "632\n", - "fullness index: 0.4623236710710141\n", - "633\n", - "fullness index: 0.26287499908078515\n", - "634\n", - "fullness index: 0.3964269469273093\n", - "635\n", - "fullness index: 0.13411987502149714\n", - "636\n", - "fullness index: 0.34706647825821524\n", - "637\n", - "fullness index: 0.31171816703739336\n", - "638\n", - "fullness index: 0.4144924438328922\n", - "639\n", - "fullness index: 0.3691160000912631\n", - "640\n", - "fullness index: 0.4196472364334006\n", - "641\n", - "fullness index: 0.32467740046364874\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "642\n", - "fullness index: 0.22485200052122106\n", - "643\n", - "fullness index: 0.48548432296393507\n", - "644\n", - "fullness index: 0.11330139993071951\n", - "645\n", - "fullness index: 0.35049412483112974\n", - "646\n", - "fullness index: 0.34591303854540456\n", - "647\n", - "fullness index: 0.2525367142100419\n", - "648\n", - "fullness index: 0.35510589919576885\n", - "649\n", - "fullness index: 0.2503155712798356\n", - "650\n", - "fullness index: 0.1457836665516273\n", - "651\n", - "fullness index: 0.2722173754251737\n", - "652\n", - "fullness index: 0.283104231258711\n", - "653\n", - "fullness index: 0.4506279413129532\n", - "654\n", - "fullness index: 0.2765667493814969\n", - "655\n", - "fullness index: 0.3908181598095689\n", - "656\n", - "fullness index: 0.2360868121430144\n", - "657\n", - "fullness index: 0.1398629999137029\n", - "658\n", - "fullness index: 0.2458637126366219\n", - "659\n", - "fullness index: 0.38854310724484875\n", - "660\n", - "fullness index: 0.38588891808543246\n", - "661\n", - "fullness index: 0.22204827231162613\n", - "662\n", - "fullness index: 0.13090883286349708\n", - "663\n", - "fullness index: 0.22382957218340901\n", - "664\n", - "fullness index: 0.28285049927944783\n", - "665\n", - "fullness index: 0.36965333218176966\n", - "666\n", - "fullness index: 0.28719766507091055\n", - "667\n", - "fullness index: 0.13800779907746802\n", - "668\n", - "fullness index: 0.2581114280017443\n", - "669\n", - "fullness index: 0.274507176652097\n", - "670\n", - "fullness index: 0.14067080154491124\n", - "671\n", - "fullness index: 0.16756024932692526\n", - "672\n", - "fullness index: 0.3224947141368622\n", - "673\n", - "fullness index: 0.24381280116176643\n", - "674\n", - "fullness index: 0.2900538579477662\n", - "675\n", - "fullness index: 0.3074579995433431\n", - "676\n", - "fullness index: 0.27146554686384083\n", - "677\n", - "fullness index: 0.4845435483284745\n", - "678\n", - "fullness index: 0.2033131427253758\n", - "679\n", - "fullness index: 0.20527505014601533\n", - "680\n", - "fullness index: 0.22391400166197856\n", - "681\n", - "fullness index: 0.4339915148480291\n", - "682\n", - "fullness index: 0.35259555602018133\n", - "683\n", - "fullness index: 0.12221512520363831\n", - "684\n", - "fullness index: 0.37749079938676006\n", - "685\n", - "fullness index: 0.31493999967138875\n", - "686\n", - "fullness index: 0.09285500009199106\n", - "687\n", - "fullness index: 0.3876662508264417\n", - "688\n", - "fullness index: 0.40183018943311516\n", - "689\n", - "fullness index: 0.1827841410868132\n", - "690\n", - "fullness index: 0.29295609264227096\n", - "691\n", - "fullness index: 0.39727749855471\n", - "692\n", - "fullness index: 0.178045249384013\n", - "693\n", - "fullness index: 0.28512049811615725\n", - "694\n", - "fullness index: 0.36850714265736834\n", - "695\n", - "fullness index: 0.18337100087210972\n", - "696\n", - "fullness index: 0.3822977900286287\n", - "697\n", - "fullness index: 0.09163737435164876\n", - "698\n", - "fullness index: 0.2070793424290101\n", - "699\n", - "fullness index: 0.1373477489432844\n", - "700\n", - "fullness index: 0.14626349987202047\n", - "701\n", - "fullness index: 0.3177679145248736\n", - "702\n", - "fullness index: 0.30749568049544573\n", - "703\n", - "fullness index: 0.27587300116878893\n", - "704\n", - "fullness index: 0.36135423790295884\n", - "705\n", - "fullness index: 0.377055215249324\n", - "706\n", - "fullness index: 0.3160125887563267\n", - "707\n", - "fullness index: 0.37876524478707996\n", - "708\n", - "fullness index: 0.3341341532784729\n", - "709\n", - "fullness index: 0.38391526891556593\n", - "710\n", - "fullness index: 0.3285367510616197\n", - "711\n", - "fullness index: 0.30825479749473744\n", - "712\n", - "fullness index: 0.2727325713245331\n", - "713\n", - "fullness index: 0.2995697785829381\n", - "714\n", - "fullness index: 0.3379967577548362\n", - "715\n", - "fullness index: 0.5535482004751885\n", - "716\n", - "fullness index: 0.12405154519629749\n", - "717\n", - "fullness index: 0.31992003930969076\n", - "718\n", - "fullness index: 0.2574445315010962\n", - "719\n", - "fullness index: 0.32954949987033616\n", - "720\n", - "fullness index: 0.17112955497355464\n", - "721\n", - "fullness index: 0.33895175001998723\n", - "722\n", - "fullness index: 0.2998153990833089\n", - "723\n", - "fullness index: 0.21825299897884382\n", - "724\n", - "fullness index: 0.30198360052745554\n", - "725\n", - "fullness index: 0.3253906851741114\n", - "726\n", - "fullness index: 0.16074581839050303\n", - "727\n", - "fullness index: 0.3445253331089272\n", - "728\n", - "fullness index: 0.3391730929135353\n", - "729\n", - "fullness index: 0.38573850147198147\n", - "730\n", - "fullness index: 0.32558385811717017\n", - "731\n", - "fullness index: 0.3153633713508033\n", - "732\n", - "fullness index: 0.21787766690087867\n", - "733\n", - "fullness index: 0.29222263712555024\n", - "734\n", - "fullness index: 0.21105290835740476\n", - "735\n", - "fullness index: 0.41214866920624144\n", - "736\n", - "fullness index: 0.3063410010468033\n", - "737\n", - "fullness index: 0.16573033378477298\n", - "738\n", - "fullness index: 0.36975285640385536\n", - "739\n", - "fullness index: 0.42961694555338503\n", - "740\n", - "fullness index: 0.3418187898502143\n", - "741\n", - "fullness index: 0.1838978173922938\n", - "742\n", - "fullness index: 0.23923416711083217\n", - "743\n", - "fullness index: 0.37031996515970683\n", - "744\n", - "fullness index: 0.29366255436770594\n", - "745\n", - "fullness index: 0.29559209591328306\n", - "746\n", - "fullness index: 0.2787161112583918\n", - "747\n", - "fullness index: 0.3622868115992901\n", - "748\n", - "fullness index: 0.14416887472134476\n", - "749\n", - "fullness index: 0.4598024457930781\n", - "750\n", - "fullness index: 0.24501166697882582\n", - "751\n", - "fullness index: 0.23338857156492548\n", - "752\n", - "fullness index: 0.3228322395478331\n", - "753\n", - "fullness index: 0.32496766683470923\n", - "754\n", - "fullness index: 0.25116499914474844\n", - "755\n", - "fullness index: 0.19943020033315406\n", - "756\n", - "fullness index: 0.26925150085541344\n", - "757\n", - "fullness index: 0.19351999953427626\n", - "758\n", - "fullness index: 0.21994524914596997\n", - "759\n", - "fullness index: 0.39549580064767725\n", - "760\n", - "fullness index: 0.21156057174084708\n", - "761\n", - "fullness index: 0.3835669605509362\n", - "762\n", - "fullness index: 0.34835196544071517\n", - "763\n", - "fullness index: 0.20486310025589774\n", - "764\n", - "fullness index: 0.2882336010981817\n", - "765\n", - "fullness index: 0.229564461236945\n", - "766\n", - "fullness index: 0.4899762813047346\n", - "767\n", - "fullness index: 0.4335077489519108\n", - "768\n", - "fullness index: 0.2022689974619425\n", - "769\n", - "fullness index: 0.24377166505049294\n", - "770\n", - "fullness index: 0.3537122295006506\n", - "771\n", - "fullness index: 0.3594935018973046\n", - "772\n", - "fullness index: 0.1968714984759572\n", - "773\n", - "fullness index: 0.2968624003468904\n", - "774\n", - "fullness index: 0.20554766668161997\n", - "775\n", - "fullness index: 0.33981775138727244\n", - "776\n", - "fullness index: 0.1474378340868346\n", - "777\n", - "fullness index: 0.5398979042872399\n", - "778\n", - "fullness index: 0.31921602435803037\n", - "779\n", - "fullness index: 0.34683399889458993\n", - "780\n", - "fullness index: 0.2228815831525329\n", - "781\n", - "fullness index: 0.24970043394132518\n", - "782\n", - "fullness index: 0.3402637522904115\n", - "783\n", - "fullness index: 0.279605578003293\n", - "784\n", - "fullness index: 0.3597037509683787\n", - "785\n", - "fullness index: 0.49783445254580594\n", - "786\n", - "fullness index: 0.5024514092801496\n", - "787\n", - "fullness index: 0.30509413113588074\n", - "788\n", - "fullness index: 0.2837162015378453\n", - "789\n", - "fullness index: 0.17768787335990055\n", - "790\n", - "fullness index: 0.3259104281862944\n", - "791\n", - "fullness index: 0.30227960143474775\n", - "792\n", - "fullness index: 0.49099947451184944\n", - "793\n", - "fullness index: 0.34150670035742225\n", - "794\n", - "fullness index: 0.3580546643066403\n", - "795\n", - "fullness index: 0.13821699978871038\n", - "796\n", - "fullness index: 0.29062882340767426\n", - "797\n", - "fullness index: 0.2885853587223175\n", - "798\n", - "fullness index: 0.24809916483718553\n", - "799\n", - "fullness index: 0.37058004028920544\n", - "800\n", - "fullness index: 0.4018499995630312\n", - "801\n", - "fullness index: 0.23345555634538565\n", - "802\n", - "fullness index: 0.25877033352783957\n", - "803\n", - "fullness index: 0.38101355638112483\n", - "804\n", - "fullness index: 0.21403447602721198\n", - "805\n", - "fullness index: 0.2598775713361517\n", - "806\n", - "fullness index: 0.3663659981514987\n", - "807\n", - "fullness index: 0.3794612004745431\n", - "808\n", - "fullness index: 0.33985676854857816\n", - "809\n", - "fullness index: 0.069707499764642\n", - "810\n", - "fullness index: 0.27774718194202497\n", - "811\n", - "fullness index: 0.40652722954312387\n", - "812\n", - "fullness index: 0.1645993480536548\n", - "813\n", - "fullness index: 0.45009868175405554\n", - "814\n", - "fullness index: 0.4310061770157143\n", - "815\n", - "fullness index: 0.3742123995969754\n", - "816\n", - "fullness index: 0.3067656004408491\n", - "817\n", - "fullness index: 0.2645495230998828\n", - "818\n", - "fullness index: 0.1869924995423086\n", - "819\n", - "fullness index: 0.3921690985895111\n", - "820\n", - "fullness index: 0.349589374531206\n", - "821\n", - "fullness index: 0.11690633328948428\n", - "822\n", - "fullness index: 0.415687545764313\n", - "823\n", - "fullness index: 0.26768500019807107\n", - "824\n", - "fullness index: 0.36132619839627295\n", - "825\n", - "fullness index: 0.18586649935574923\n", - "826\n", - "fullness index: 0.36835066945059225\n", - "827\n", - "fullness index: 0.18321335840961897\n", - "828\n", - "fullness index: 0.11997149986806714\n", - "829\n", - "fullness index: 0.24115830091129736\n", - "830\n", - "fullness index: 0.2846365998731926\n", - "831\n", - "fullness index: 0.17992780007565065\n", - "832\n", - "fullness index: 0.1359651257407677\n", - "833\n", - "fullness index: 0.46534514429075513\n", - "834\n", - "fullness index: 0.09800433298247906\n", - "835\n", - "fullness index: 0.17527314306581893\n", - "836\n", - "fullness index: 0.2398290898537115\n", - "837\n", - "fullness index: 0.41545763995627666\n", - "838\n", - "fullness index: 0.38981822844824426\n", - "839\n", - "fullness index: 0.2606119998629083\n", - "840\n", - "fullness index: 0.2495694279036148\n", - "841\n", - "fullness index: 0.3621630532034511\n", - "842\n", - "fullness index: 0.3426096679904731\n", - "843\n", - "fullness index: 0.33790366715379605\n", - "844\n", - "fullness index: 0.20962950018777823\n", - "845\n", - "fullness index: 0.23721429994287366\n", - "846\n", - "fullness index: 0.28971966560159973\n", - "847\n", - "fullness index: 0.2365784521419755\n", - "848\n", - "fullness index: 0.17090892800886845\n", - "849\n", - "fullness index: 0.2718457987739839\n", - "850\n", - "fullness index: 0.23040171191678382\n", - "851\n", - "fullness index: 0.30728156208502355\n", - "852\n", - "fullness index: 0.2632552590998364\n", - "853\n", - "fullness index: 0.25891045242996197\n", - "854\n", - "fullness index: 0.41468627249014384\n", - "855\n", - "fullness index: 0.1802487272467591\n", - "856\n", - "fullness index: 0.1473270905947753\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "857\n", - "fullness index: 0.30202732244581587\n", - "858\n", - "fullness index: 0.2208735012303805\n", - "859\n", - "fullness index: 0.46760418297394196\n", - "860\n", - "fullness index: 0.232842049099645\n", - "861\n", - "fullness index: 0.184851776356633\n", - "862\n", - "fullness index: 0.4155578195394479\n", - "863\n", - "fullness index: 0.4299816215170217\n", - "864\n", - "fullness index: 0.30408042061457025\n", - "865\n", - "fullness index: 0.3553013547515387\n", - "866\n", - "fullness index: 0.24620626321570616\n", - "867\n", - "fullness index: 0.15932284168205738\n", - "868\n", - "fullness index: 0.34885658931071867\n", - "869\n", - "fullness index: 0.3701415440705204\n", - "870\n", - "fullness index: 0.24989854367950928\n", - "871\n", - "fullness index: 0.24640150040219547\n", - "872\n", - "fullness index: 0.333979916533887\n", - "873\n", - "fullness index: 0.2514537505658154\n", - "874\n", - "fullness index: 0.35316171622559983\n", - "875\n", - "fullness index: 0.27705273569302474\n", - "876\n", - "fullness index: 0.20490391101512967\n", - "877\n", - "fullness index: 0.360327999418223\n", - "878\n", - "fullness index: 0.22853445011207138\n", - "879\n", - "fullness index: 0.23211784585286155\n", - "880\n", - "fullness index: 0.19596981755504123\n", - "881\n", - "fullness index: 0.2015424586218444\n", - "882\n", - "fullness index: 0.2726281424625735\n", - "883\n", - "fullness index: 0.5541359203326255\n", - "884\n", - "fullness index: 0.2899758529381148\n", - "885\n", - "fullness index: 0.28189959919782265\n", - "886\n", - "fullness index: 0.32171700096223504\n", - "887\n", - "fullness index: 0.21785691038398494\n", - "888\n", - "fullness index: 0.12384228702142405\n", - "889\n", - "fullness index: 0.34005472205509524\n", - "890\n", - "fullness index: 0.20170900048196927\n", - "891\n", - "fullness index: 0.44463303431006473\n", - "892\n", - "fullness index: 0.26701426307344533\n", - "893\n", - "fullness index: 0.1015298337964244\n", - "894\n", - "fullness index: 0.10367731165725047\n", - "895\n", - "fullness index: 0.3008959980546075\n", - "896\n", - "fullness index: 0.3459055449720836\n", - "897\n", - "fullness index: 0.2219960763124548\n", - "898\n", - "fullness index: 0.20779894179772515\n", - "899\n", - "fullness index: 0.21573675103718415\n", - "900\n", - "fullness index: 0.36563149960566077\n", - "901\n", - "fullness index: 0.2831565333778296\n", - "902\n", - "fullness index: 0.1832091098443319\n", - "903\n", - "fullness index: 0.3052760379724267\n", - "904\n", - "fullness index: 0.23669528536571047\n", - "905\n", - "fullness index: 0.1336729168353183\n", - "906\n", - "fullness index: 0.23978484103678158\n", - "907\n", - "fullness index: 0.5679286702434183\n", - "908\n", - "fullness index: 0.15401055397839827\n", - "909\n", - "fullness index: 0.3519658008488477\n", - "910\n", - "fullness index: 0.1111052220916867\n", - "911\n", - "fullness index: 0.14998899916382571\n", - "912\n", - "fullness index: 0.24544287507319498\n", - "913\n", - "fullness index: 0.29575616301553964\n", - "914\n", - "fullness index: 0.3866754850426722\n", - "915\n", - "fullness index: 0.28712983362493105\n", - "916\n", - "fullness index: 0.2559396149987991\n", - "917\n", - "fullness index: 0.26862446150125135\n", - "918\n", - "fullness index: 0.3118865367727127\n", - "919\n", - "fullness index: 0.13136583477050104\n", - "920\n", - "fullness index: 0.33908508305237844\n", - "921\n", - "fullness index: 0.21017674985574786\n", - "922\n", - "fullness index: 0.16330559968137093\n", - "923\n", - "fullness index: 0.14126199935562908\n", - "924\n", - "fullness index: 0.23359925882211294\n", - "925\n", - "fullness index: 0.16548233411886032\n", - "926\n", - "fullness index: 0.09365400091919582\n", - "927\n", - "fullness index: 0.2505064537432521\n", - "928\n", - "fullness index: 0.4571021140454005\n", - "929\n", - "fullness index: 0.2108480975930888\n", - "930\n", - "fullness index: 0.16183084981169032\n", - "931\n", - "fullness index: 0.34353306546211876\n", - "932\n", - "fullness index: 0.1271865996242771\n", - "933\n", - "fullness index: 0.30272599804447964\n", - "934\n", - "fullness index: 0.30215839265693323\n", - "935\n", - "fullness index: 0.14939616681939089\n", - "936\n", - "fullness index: 0.19094442247317014\n", - "937\n", - "fullness index: 0.3488649996795175\n", - "938\n", - "fullness index: 0.09881800013590691\n", - "939\n", - "fullness index: 0.32153749963326844\n", - "940\n", - "fullness index: 0.19071642715087886\n", - "941\n", - "fullness index: 0.2674709995081912\n", - "942\n", - "fullness index: 0.16647728580366156\n", - "943\n", - "fullness index: 0.1364544609809505\n", - "944\n", - "fullness index: 0.4298991255891451\n", - "945\n", - "fullness index: 0.38596310095308584\n", - "946\n", - "fullness index: 0.22456627325432651\n", - "947\n", - "fullness index: 0.355224537376601\n", - "948\n", - "fullness index: 0.32953166722286586\n", - "949\n", - "fullness index: 0.09279977701387704\n", - "950\n", - "fullness index: 0.32741687374220874\n", - "951\n", - "fullness index: 0.27272524136910287\n", - "952\n", - "fullness index: 0.3771304282064583\n", - "953\n", - "fullness index: 0.5211396661331188\n", - "954\n", - "fullness index: 0.22586290747097915\n", - "955\n", - "fullness index: 0.5196394967733674\n", - "956\n", - "fullness index: 0.10179933353313875\n", - "957\n", - "fullness index: 0.24091122367422535\n", - "958\n", - "fullness index: 0.13416180007134243\n", - "959\n", - "fullness index: 0.5555703778809402\n", - "960\n", - "fullness index: 0.2697945827148942\n", - "961\n", - "fullness index: 0.5470670006680801\n", - "962\n", - "fullness index: 0.12706249974499428\n", - "963\n", - "fullness index: 0.20926471264309449\n", - "964\n", - "fullness index: 0.13019399994381173\n", - "965\n", - "fullness index: 0.24585761805492656\n", - "966\n", - "fullness index: 0.03965903317033129\n", - "967\n", - "fullness index: 0.3635251140482255\n", - "968\n", - "fullness index: 0.3103896186658826\n", - "969\n", - "fullness index: 0.3958695621629875\n", - "970\n", - "fullness index: 0.3367078328125217\n", - "971\n", - "fullness index: 0.39732369371295834\n", - "972\n", - "fullness index: 0.2946691676534101\n", - "973\n", - "fullness index: 0.39867487524077205\n", - "974\n", - "fullness index: 0.22391199998000957\n", - "975\n", - "fullness index: 0.277160000207535\n", - "976\n", - "fullness index: 0.11150166835432174\n", - "977\n", - "fullness index: 0.1248537688338379\n", - "978\n", - "fullness index: 0.2921740897469156\n", - "979\n", - "fullness index: 0.3680566428536492\n", - "980\n", - "fullness index: 0.0734701108643397\n", - "981\n", - "fullness index: 0.03491233379645564\n", - "982\n", - "fullness index: 0.44128717598489264\n", - "983\n", - "fullness index: 0.31010390091498724\n", - "984\n", - "fullness index: 0.13349114335791715\n", - "985\n", - "fullness index: 0.1781144581981001\n", - "986\n", - "fullness index: 0.3437684801004978\n", - "987\n", - "fullness index: 0.32182458573278966\n", - "988\n", - "fullness index: 0.23362187245084956\n", - "989\n", - "fullness index: 0.2022543560680268\n", - "990\n", - "fullness index: 0.35579046360146954\n", - "991\n", - "fullness index: 0.27699359954488045\n", - "992\n", - "fullness index: 0.11052399969776161\n", - "993\n", - "fullness index: 0.14341750045348983\n", - "994\n", - "fullness index: 0.35298624779534293\n", - "995\n", - "fullness index: 0.34504520047955795\n", - "996\n", - "fullness index: 0.399478537412226\n", - "997\n", - "fullness index: 0.18989470125961816\n", - "998\n", - "fullness index: 0.23014487655564153\n", - "999\n", - "fullness index: 0.07753371363963067\n", - "1000\n", - "fullness index: 0.2549741858996519\n", - "1001\n", - "fullness index: 0.440726497417927\n", - "1002\n", - "fullness index: 0.43931053763327116\n", - "1003\n", - "fullness index: 0.25389033397085664\n", - "1004\n", - "fullness index: 0.23936489905281635\n", - "1005\n", - "fullness index: 0.37078933278765663\n", - "1006\n", - "fullness index: 0.3672676663166688\n", - "1007\n", - "fullness index: 0.15689060058521134\n", - "1008\n", - "fullness index: 0.24557728531986608\n", - "1009\n", - "fullness index: 0.06027400022139773\n", - "1010\n", - "fullness index: 0.3637497989275289\n", - "1011\n", - "fullness index: 0.12297505341803117\n", - "1012\n", - "fullness index: 0.2704620025935583\n", - "1013\n", - "fullness index: 0.31995549800922163\n", - "1014\n", - "fullness index: 0.11696658356928917\n", - "1015\n", - "fullness index: 0.1523129228799707\n", - "1016\n", - "fullness index: 0.14543049907164612\n", - "1017\n", - "fullness index: 0.1945466364824659\n", - "1018\n", - "fullness index: 0.34523209959297674\n", - "1019\n", - "fullness index: 0.39873685904171907\n", - "1020\n", - "fullness index: 0.29203112374761986\n", - "1021\n", - "fullness index: 0.24120266624959186\n", - "1022\n", - "fullness index: 0.2269234295847907\n", - "1023\n", - "fullness index: 0.12403168985188781\n", - "1024\n", - "fullness index: 0.30335361418913354\n", - "1025\n", - "fullness index: 0.35738727060710185\n", - "1026\n", - "fullness index: 0.08830689955466368\n", - "1027\n", - "fullness index: 0.24470946757535966\n", - "1028\n", - "fullness index: 0.13144549932076188\n", - "1029\n", - "fullness index: 0.2992067311781564\n", - "1030\n", - "fullness index: 0.4569349848897762\n", - "1031\n", - "fullness index: 0.4065472624697936\n", - "1032\n", - "fullness index: 0.2580513327249264\n", - "1033\n", - "fullness index: 0.2227085357895017\n", - "1034\n", - "fullness index: 0.4206301547700814\n", - "1035\n", - "fullness index: 0.43505459833831994\n", - "1036\n", - "fullness index: 0.13449512400029562\n", - "1037\n", - "fullness index: 0.38523446109002174\n", - "1038\n", - "fullness index: 0.29434711144616205\n", - "1039\n", - "fullness index: 0.18613416622762693\n", - "1040\n", - "fullness index: 0.17876888791377293\n", - "1041\n", - "fullness index: 0.23613666689160104\n", - "1042\n", - "fullness index: 0.32223420640328754\n", - "1043\n", - "fullness index: 0.29938050141572603\n", - "1044\n", - "fullness index: 0.29780600020882275\n", - "1045\n", - "fullness index: 0.34000149820227915\n", - "1046\n", - "fullness index: 0.35652293946052604\n", - "1047\n", - "fullness index: 0.2663173325369523\n", - "1048\n", - "fullness index: 0.2060420030495152\n", - "1049\n", - "fullness index: 0.4266475348276799\n", - "1050\n", - "fullness index: 0.3365498566284129\n", - "1051\n", - "fullness index: 0.1268164285263213\n", - "1052\n", - "fullness index: 0.33080625813869896\n", - "1053\n", - "fullness index: 0.17301354586511894\n", - "1054\n", - "fullness index: 0.22835547702492304\n", - "1055\n", - "fullness index: 0.09399059984680207\n", - "1056\n", - "fullness index: 0.1733378665638156\n", - "1057\n", - "fullness index: 0.39441024928479845\n", - "1058\n", - "fullness index: 0.29114373550768696\n", - "1059\n", - "fullness index: 0.3548795382090387\n", - "1060\n", - "fullness index: 0.18541740145519725\n", - "1061\n", - "fullness index: 0.4445544303406288\n", - "1062\n", - "fullness index: 0.14620714333094448\n", - "1063\n", - "fullness index: 0.3183924764412257\n", - "1064\n", - "fullness index: 0.3790803305649509\n", - "1065\n", - "fullness index: 0.28733324955464923\n", - "1066\n", - "fullness index: 0.3756080004668547\n", - "1067\n", - "fullness index: 0.22448720013344428\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1068\n", - "fullness index: 0.2769818875409176\n", - "1069\n", - "fullness index: 0.31790974937121064\n", - "1070\n", - "fullness index: 0.4661850652370869\n", - "1071\n", - "fullness index: 0.1801185546707226\n", - "1072\n", - "fullness index: 0.3476160001368778\n", - "1073\n", - "fullness index: 0.3622361659161268\n", - "1074\n", - "fullness index: 0.28113366460456746\n", - "1075\n", - "fullness index: 0.24957059977714383\n", - "1076\n", - "fullness index: 0.34359681974166795\n", - "1077\n", - "fullness index: 0.46742648150291055\n", - "1078\n", - "fullness index: 0.23247057222241502\n", - "1079\n", - "fullness index: 0.11721992836867555\n", - "1080\n", - "fullness index: 0.38347991734781317\n", - "1081\n", - "fullness index: 0.1998521533300933\n", - "1082\n", - "fullness index: 0.30373625208297506\n", - "1083\n", - "fullness index: 0.21364549777354114\n", - "1084\n", - "fullness index: 0.18893116761743536\n", - "1085\n", - "fullness index: 0.43100429702026305\n", - "1086\n", - "fullness index: 0.4307407634478295\n", - "1087\n", - "fullness index: 0.2682862485929718\n", - "1088\n", - "fullness index: 0.36620581890482834\n", - "1089\n", - "fullness index: 0.29754833150844173\n", - "1090\n", - "fullness index: 0.21870355512944822\n", - "1091\n", - "fullness index: 0.4590643790416552\n", - "1092\n", - "fullness index: 0.2670851545772166\n", - "1093\n", - "fullness index: 0.2895565712998892\n", - "1094\n", - "fullness index: 0.19272274682063917\n", - "1095\n", - "fullness index: 0.37050950803242183\n", - "1096\n", - "fullness index: 0.39487575026032573\n", - "1097\n", - "fullness index: 0.25235683388503577\n", - "1098\n", - "fullness index: 0.3799070007644332\n", - "1099\n", - "fullness index: 0.39935464711641755\n", - "1100\n", - "fullness index: 0.36808024417313195\n", - "1101\n", - "fullness index: 0.3288419967216214\n", - "1102\n", - "fullness index: 0.27867129826627207\n", - "1103\n", - "fullness index: 0.3073752983874556\n", - "1104\n", - "fullness index: 0.32634846584692456\n", - "1105\n", - "fullness index: 0.38481114764748353\n", - "1106\n", - "fullness index: 0.364641272016756\n", - "1107\n", - "fullness index: 0.0178575001336867\n", - "1108\n", - "fullness index: 0.12175322172697634\n", - "1109\n", - "fullness index: 0.26997983630766004\n", - "1110\n", - "fullness index: 0.33040937579824003\n", - "1111\n", - "fullness index: 0.26244145484022074\n", - "1112\n", - "fullness index: 0.5228617280036214\n", - "1113\n", - "fullness index: 0.3820438888313523\n", - "1114\n", - "fullness index: 0.15920249951795995\n", - "1115\n", - "fullness index: 0.4787736975687039\n", - "1116\n", - "fullness index: 0.26082433275425704\n", - "1117\n", - "fullness index: 0.07679171375743213\n", - "1118\n", - "fullness index: 0.29262809066699447\n", - "1119\n", - "fullness index: 0.38367775129427173\n", - "1120\n", - "fullness index: 0.3916336000409501\n", - "1121\n", - "fullness index: 0.1621258334726008\n", - "1122\n", - "fullness index: 0.4283478461890826\n", - "1123\n", - "fullness index: 0.3317784023063723\n", - "1124\n", - "fullness index: 0.32929774948206614\n", - "1125\n", - "fullness index: 0.380832668770059\n", - "1126\n", - "fullness index: 0.4293268883418225\n", - "1127\n", - "fullness index: 0.19979981787731627\n", - "1128\n", - "fullness index: 0.215095749401371\n", - "1129\n", - "fullness index: 0.24323137530715636\n", - "1130\n", - "fullness index: 0.4832072212666389\n", - "1131\n", - "fullness index: 0.42019081564450805\n", - "1132\n", - "fullness index: 0.3861204668358672\n", - "1133\n", - "fullness index: 0.33852958728928517\n", - "1134\n", - "fullness index: 0.2957125973276561\n", - "1135\n", - "fullness index: 0.25445633347165614\n", - "1136\n", - "fullness index: 0.4625487507453651\n", - "1137\n", - "fullness index: 0.24612312550584645\n", - "1138\n", - "fullness index: 0.08664333182150585\n", - "1139\n", - "fullness index: 0.4567186805758729\n", - "1140\n", - "fullness index: 0.30913127810853824\n", - "1141\n", - "fullness index: 0.3361555571156916\n", - "1142\n", - "fullness index: 0.616067250419113\n", - "1143\n", - "fullness index: 0.5199159380743946\n", - "1144\n", - "fullness index: 0.349346952517267\n", - "1145\n", - "fullness index: 0.30634226593404795\n", - "1146\n", - "fullness index: 0.383130899772641\n", - "1147\n", - "fullness index: 0.1485521814705118\n", - "1148\n", - "fullness index: 0.3181489992703064\n", - "1149\n", - "fullness index: 0.2736439996933768\n", - "1150\n", - "fullness index: 0.3209577156966848\n", - "1151\n", - "fullness index: 0.5968468325243066\n", - "1152\n", - "fullness index: 0.1983173817581181\n", - "1153\n", - "fullness index: 0.3561942297521035\n", - "1154\n", - "fullness index: 0.2574702984170926\n", - "1155\n", - "fullness index: 0.3619762845596434\n", - "1156\n", - "fullness index: 0.3123655981122283\n", - "1157\n", - "fullness index: 0.16025159999844618\n", - "1158\n", - "fullness index: 0.15323663586877956\n", - "1159\n", - "fullness index: 0.30634666940184413\n", - "1160\n", - "fullness index: 0.14683940079180502\n", - "1161\n", - "fullness index: 0.4489201544662054\n", - "1162\n", - "fullness index: 0.38116766623716103\n", - "1163\n", - "fullness index: 0.19239888885416195\n", - "1164\n", - "fullness index: 0.2823067257235049\n", - "1165\n", - "fullness index: 0.41476344503421897\n", - "1166\n", - "fullness index: 0.4520470710859042\n", - "1167\n", - "fullness index: 0.34314734746573344\n", - "1168\n", - "fullness index: 0.07676180050766561\n", - "1169\n", - "fullness index: 0.3884765989170622\n", - "1170\n", - "fullness index: 0.242061416001737\n", - "1171\n", - "fullness index: 0.4834221865649442\n", - "1172\n", - "fullness index: 0.29650549846119245\n", - "1173\n", - "fullness index: 0.47750227494851705\n", - "1174\n", - "fullness index: 0.3490106669826976\n", - "1175\n", - "fullness index: 0.29347966857312713\n", - "1176\n", - "fullness index: 0.42980263618466613\n", - "1177\n", - "fullness index: 0.3938059150774886\n", - "1178\n", - "fullness index: 0.24306589590454872\n", - "1179\n", - "fullness index: 0.3918219143118525\n", - "1180\n", - "fullness index: 0.13816759961518982\n", - "1181\n", - "fullness index: 0.2651474456393367\n", - "1182\n", - "fullness index: 0.47898485005855496\n", - "1183\n", - "fullness index: 0.21618287355753552\n", - "1184\n", - "fullness index: 0.28051425014200504\n", - "1185\n", - "fullness index: 0.29329022057936527\n", - "1186\n", - "fullness index: 0.2130138081604094\n", - "1187\n", - "fullness index: 0.3527631040987984\n", - "1188\n", - "fullness index: 0.15050133317870656\n", - "1189\n", - "fullness index: 0.2702504441753667\n", - "1190\n", - "fullness index: 0.3915659991877286\n", - "1191\n", - "fullness index: 0.1391691667949999\n", - "1192\n", - "fullness index: 0.4500309009512421\n", - "1193\n", - "fullness index: 0.15364307679947858\n", - "1194\n", - "fullness index: 0.145359333661165\n", - "1195\n", - "fullness index: 0.2440325996161846\n", - "1196\n", - "fullness index: 0.24959235687005538\n", - "1197\n", - "fullness index: 0.3758152493713472\n", - "1198\n", - "fullness index: 0.3339746348554565\n", - "1199\n", - "fullness index: 0.22199892366188578\n", - "1200\n", - "fullness index: 0.43864754600025746\n", - "1201\n", - "fullness index: 0.46134713517409787\n", - "1202\n", - "fullness index: 0.3794728568574924\n", - "1203\n", - "fullness index: 0.3088093758401555\n", - "1204\n", - "fullness index: 0.4110158519729395\n", - "1205\n", - "fullness index: 0.3492365471373143\n", - "1206\n", - "fullness index: 0.32857023041315886\n", - "1207\n", - "fullness index: 0.37956606376064883\n", - "1208\n", - "fullness index: 0.43669845907139904\n", - "1209\n", - "fullness index: 0.4914020500089123\n", - "1210\n", - "fullness index: 0.3566661487091012\n", - "1211\n", - "fullness index: 0.37816959997835514\n", - "1212\n", - "fullness index: 0.4786666649556705\n", - "1213\n", - "fullness index: 0.2910798333102169\n", - "1214\n", - "fullness index: 0.15106217403808841\n", - "1215\n", - "fullness index: 0.11705879976354935\n", - "1216\n", - "fullness index: 0.16062850013404387\n", - "1217\n", - "fullness index: 0.5223875000347107\n", - "1218\n", - "fullness index: 0.31257259954472827\n", - "1219\n", - "fullness index: 0.2605895544725677\n", - "1220\n", - "fullness index: 0.14902336264904906\n", - "1221\n", - "fullness index: 0.2903972845898742\n", - "1222\n", - "fullness index: 0.28254761561206226\n", - "1223\n", - "fullness index: 0.08532079964616059\n", - "1224\n", - "fullness index: 0.41124287369984813\n", - "1225\n", - "fullness index: 0.3706793697936798\n", - "1226\n", - "fullness index: 0.19143528634417148\n", - "1227\n", - "fullness index: 0.41174335595281\n", - "1228\n", - "fullness index: 0.31498062605828636\n", - "1229\n", - "fullness index: 0.013002333415291408\n", - "1230\n", - "fullness index: 0.2567435664473717\n", - "1231\n", - "fullness index: 0.2353697785521136\n", - "1232\n", - "fullness index: 0.18360342094801077\n", - "1233\n", - "fullness index: 0.2927088750625444\n", - "1234\n", - "fullness index: 0.28686937451857375\n", - "1235\n", - "fullness index: 0.5144699999912682\n", - "1236\n", - "fullness index: 0.42444049944970175\n", - "1237\n", - "fullness index: 0.5587056015152484\n", - "1238\n", - "fullness index: 0.42260312073267414\n", - "1239\n", - "fullness index: 0.547943841231773\n", - "1240\n", - "fullness index: 0.37779009974910877\n", - "1241\n", - "fullness index: 0.33753621459449534\n", - "1242\n", - "fullness index: 0.1365969217244688\n", - "1243\n", - "fullness index: 0.5026996212637187\n", - "1244\n", - "fullness index: 0.370803661204475\n", - "1245\n", - "fullness index: 0.543262000517892\n", - "1246\n", - "fullness index: 0.3671989413937006\n", - "1247\n", - "fullness index: 0.21325711106571058\n", - "1248\n", - "fullness index: 0.3008695724368278\n", - "1249\n", - "fullness index: 0.21967875073278265\n", - "1250\n", - "fullness index: 0.2440446673058937\n", - "1251\n", - "fullness index: 0.319386665320053\n", - "1252\n", - "fullness index: 0.3258665447673676\n", - "1253\n", - "fullness index: 0.3737399011581147\n", - "1254\n", - "fullness index: 0.23900675186996523\n", - "1255\n", - "fullness index: 0.1437346674286649\n", - "1256\n", - "fullness index: 0.38910836727862563\n", - "1257\n", - "fullness index: 0.3696822920083302\n", - "1258\n", - "fullness index: 0.45921449826676053\n", - "1259\n", - "fullness index: 0.5204214459177494\n", - "1260\n", - "fullness index: 0.48610816734972534\n", - "1261\n", - "fullness index: 0.2106365895900954\n", - "1262\n", - "fullness index: 0.40400560208363456\n", - "1263\n", - "fullness index: 0.29104414312834187\n", - "1264\n", - "fullness index: 0.41759699835286784\n", - "1265\n", - "fullness index: 0.2479067150073076\n", - "1266\n", - "fullness index: 0.3216625004786996\n", - "1267\n", - "fullness index: 0.4539732193506501\n", - "1268\n", - "fullness index: 0.4387623520057439\n", - "1269\n", - "fullness index: 0.3664714979749988\n", - "1270\n", - "fullness index: 0.35949232284512583\n", - "1271\n", - "fullness index: 0.2847576372481523\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1272\n", - "fullness index: 0.4010204292228861\n", - "1273\n", - "fullness index: 0.2572961429191526\n", - "1274\n", - "fullness index: 0.3075457997081685\n", - "1275\n", - "fullness index: 0.3188519986639828\n", - "1276\n", - "fullness index: 0.4455500817423399\n", - "1277\n", - "fullness index: 0.3889170716659062\n", - "1278\n", - "fullness index: 0.31978849924234964\n", - "1279\n", - "fullness index: 0.4118222508377585\n", - "1280\n", - "fullness index: 0.515447713380996\n", - "1281\n", - "fullness index: 0.24827049899613485\n", - "1282\n", - "fullness index: 0.13027527171123604\n", - "1283\n", - "fullness index: 0.32340187229783623\n", - "1284\n", - "fullness index: 0.26772530028101754\n", - "1285\n", - "fullness index: 0.5190132489224197\n", - "1286\n", - "fullness index: 0.3196150007242371\n", - "1287\n", - "fullness index: 0.24973050131835148\n", - "1288\n", - "fullness index: 0.41719224974347924\n", - "1289\n", - "fullness index: 0.35954726922912716\n", - "1290\n", - "fullness index: 0.4009394705798085\n", - "1291\n", - "fullness index: 0.46615656558305607\n", - "1292\n", - "fullness index: 0.23529210112901638\n", - "1293\n", - "fullness index: 0.3038192485937117\n", - "1294\n", - "fullness index: 0.36791418091140504\n", - "1295\n", - "fullness index: 0.4008002789456077\n", - "1296\n", - "fullness index: 0.28682928515315453\n", - "1297\n", - "fullness index: 0.24908944402123878\n", - "1298\n", - "fullness index: 0.30765100041708143\n", - "1299\n", - "fullness index: 0.24694974993690266\n", - "1300\n", - "fullness index: 0.4532253643119475\n", - "1301\n", - "fullness index: 0.22833999892948972\n", - "1302\n", - "fullness index: 0.14575889968427874\n", - "1303\n", - "fullness index: 0.2916683993343213\n", - "1304\n", - "fullness index: 0.47577829197199956\n", - "1305\n", - "fullness index: 0.30187008230336687\n", - "1306\n", - "fullness index: 0.25072830164026527\n", - "1307\n", - "fullness index: 0.4404208295326881\n", - "1308\n", - "fullness index: 0.36245188988916904\n", - "1309\n", - "fullness index: 0.02064175015766523\n", - "1310\n", - "fullness index: 0.07399099936537823\n", - "1311\n", - "fullness index: 0.14854487379582793\n", - "1312\n", - "fullness index: 0.4692418103590312\n", - "1313\n", - "fullness index: 0.2288826993280054\n", - "1314\n", - "fullness index: 0.2573459592434301\n", - "1315\n", - "fullness index: 0.2897280047645836\n", - "1316\n", - "fullness index: 0.3536783983465284\n", - "1317\n", - "fullness index: 0.43264755429651003\n", - "1318\n", - "fullness index: 0.4870811688436637\n", - "1319\n", - "fullness index: 0.31647944352233837\n", - "1320\n", - "fullness index: 0.3101674787048978\n", - "1321\n", - "fullness index: 0.19642163580944974\n", - "1322\n", - "fullness index: 0.396708499136912\n", - "1323\n", - "fullness index: 0.2549944739830129\n", - "1324\n", - "fullness index: 0.28544839149866597\n", - "1325\n", - "fullness index: 0.3062006444984685\n", - "1326\n", - "fullness index: 0.34993300005226047\n", - "1327\n", - "fullness index: 0.6076537492141748\n", - "1328\n", - "fullness index: 0.34926833269580015\n", - "1329\n", - "fullness index: 0.3672585846021927\n", - "1330\n", - "fullness index: 0.30330022160796943\n", - "1331\n", - "fullness index: 0.1812643335732294\n", - "1332\n", - "fullness index: 0.32337218783823124\n", - "1333\n", - "fullness index: 0.3131479993086421\n", - "1334\n", - "fullness index: 0.3648991270993065\n", - "1335\n", - "fullness index: 0.48691646607379274\n", - "1336\n", - "fullness index: 0.1940758754253693\n", - "1337\n", - "fullness index: 0.5260637144409493\n", - "1338\n", - "fullness index: 0.3315281405995328\n", - "1339\n", - "fullness index: 0.13595912450182368\n", - "1340\n", - "fullness index: 0.38494646884062433\n", - "1341\n", - "fullness index: 0.29892700094192964\n", - "1342\n", - "fullness index: 0.5082057686340704\n", - "1343\n", - "fullness index: 0.40874111487675274\n", - "1344\n", - "fullness index: 0.3604300848320842\n", - "1345\n", - "fullness index: 0.23138371491638413\n", - "1346\n", - "fullness index: 0.2839725005469518\n", - "1347\n", - "fullness index: 0.3588326255012362\n", - "1348\n", - "fullness index: 0.2078371113435777\n", - "1349\n", - "fullness index: 0.3857512496191096\n", - "1350\n", - "fullness index: 0.3001929081781947\n", - "1351\n", - "fullness index: 0.12959870009945007\n", - "1352\n", - "fullness index: 0.32868725346452266\n", - "1353\n", - "fullness index: 0.46804366766446037\n", - "1354\n", - "fullness index: 0.44121528535054366\n", - "1355\n", - "fullness index: 0.21224476869729889\n", - "1356\n", - "fullness index: 0.4244752150272169\n", - "1357\n", - "fullness index: 0.2313244429703142\n", - "1358\n", - "fullness index: 0.35195962883199167\n", - "1359\n", - "fullness index: 0.21422600156424526\n", - "1360\n", - "fullness index: 0.17428544628071702\n", - "1361\n", - "fullness index: 0.4894668002241815\n", - "1362\n", - "fullness index: 0.4574254973170658\n", - "1363\n", - "fullness index: 0.27219842831254937\n", - "1364\n", - "fullness index: 0.3815010942116004\n", - "1365\n", - "fullness index: 0.44902088702317794\n", - "1366\n", - "fullness index: 0.2860395012294248\n", - "1367\n", - "fullness index: 0.3443469999214131\n", - "1368\n", - "fullness index: 0.2728876106966204\n", - "1369\n", - "fullness index: 0.4650684212967079\n", - "1370\n", - "fullness index: 0.3149107776876513\n", - "1371\n", - "fullness index: 0.22074712436733535\n", - "1372\n", - "fullness index: 0.5699411276680808\n", - "1373\n", - "fullness index: 0.288145833036045\n", - "1374\n", - "fullness index: 0.3675988349229253\n", - "1375\n", - "fullness index: 0.24402965266668056\n", - "1376\n", - "fullness index: 0.2845811438160776\n", - "1377\n", - "fullness index: 0.18358099987556542\n", - "1378\n", - "fullness index: 0.3580729022032756\n", - "1379\n", - "fullness index: 0.3431394997089228\n", - "1380\n", - "fullness index: 0.38555596533788045\n", - "1381\n", - "fullness index: 0.42447612929050166\n", - "1382\n", - "fullness index: 0.393652768215431\n", - "1383\n", - "fullness index: 0.24235077679299544\n", - "1384\n", - "fullness index: 0.25353586708558096\n", - "1385\n", - "fullness index: 0.334906866118096\n", - "1386\n", - "fullness index: 0.32514919750801713\n", - "1387\n", - "fullness index: 0.3305691248769165\n", - "1388\n", - "fullness index: 0.235527624495262\n", - "1389\n", - "fullness index: 0.5440805451893621\n", - "1390\n", - "fullness index: 0.27236328616198163\n", - "1391\n", - "fullness index: 0.4746003010781806\n", - "1392\n", - "fullness index: 0.22829530864216324\n", - "1393\n", - "fullness index: 0.3642255720073341\n", - "1394\n", - "fullness index: 0.12778885592706501\n", - "1395\n", - "fullness index: 0.19129520103506367\n", - "1396\n", - "fullness index: 0.3776652722395242\n", - "1397\n", - "fullness index: 0.5090785391679009\n", - "1398\n", - "fullness index: 0.17629150123184445\n", - "1399\n", - "fullness index: 0.21022339327499498\n", - "1400\n", - "fullness index: 0.2555348012097966\n", - "1401\n", - "fullness index: 0.36383153862418394\n", - "1402\n", - "fullness index: 0.37421524973342457\n", - "1403\n", - "fullness index: 0.30265064232662553\n", - "1404\n", - "fullness index: 0.37897153743534334\n", - "1405\n", - "fullness index: 0.3366430904992212\n", - "1406\n", - "fullness index: 0.35416980152367616\n", - "1407\n", - "fullness index: 0.20267242783510092\n", - "1408\n", - "fullness index: 0.4055113840244862\n", - "1409\n", - "fullness index: 0.23866515546625613\n", - "1410\n", - "fullness index: 0.3137898421093843\n", - "1411\n", - "fullness index: 0.303686544201231\n", - "1412\n", - "fullness index: 0.4452239233096057\n", - "1413\n", - "fullness index: 0.3963664977901707\n", - "1414\n", - "fullness index: 0.16179380032408516\n", - "1415\n", - "fullness index: 0.48976508995242923\n", - "1416\n", - "fullness index: 0.32192581757871347\n", - "1417\n", - "fullness index: 0.262651875087613\n", - "1418\n", - "fullness index: 0.5324930019645157\n", - "1419\n", - "fullness index: 0.2879632102469953\n", - "1420\n", - "fullness index: 0.31614162118195377\n", - "1421\n", - "fullness index: 0.4770279036836007\n", - "1422\n", - "fullness index: 0.5449078893677021\n", - "1423\n", - "fullness index: 0.3415449011386954\n", - "1424\n", - "fullness index: 0.18399887065186615\n", - "1425\n", - "fullness index: 0.20098261611733156\n", - "1426\n", - "fullness index: 0.36121905560576634\n", - "1427\n", - "fullness index: 0.1576870001408679\n", - "1428\n", - "fullness index: 0.37187410055397424\n", - "1429\n", - "fullness index: 0.24437477581501021\n", - "1430\n", - "fullness index: 0.392522132624678\n", - "1431\n", - "fullness index: 0.40254479769819224\n", - "1432\n", - "fullness index: 0.4362135005649179\n", - "1433\n", - "fullness index: 0.3316428896246685\n", - "1434\n", - "fullness index: 0.4887877786200205\n", - "1435\n", - "fullness index: 0.3106196165429607\n", - "1436\n", - "fullness index: 0.23175178953897557\n", - "1437\n", - "fullness index: 0.19143496526255963\n", - "1438\n", - "fullness index: 0.2633729986295066\n", - "1439\n", - "fullness index: 0.41720499884104356\n", - "1440\n", - "fullness index: 0.4803925487384814\n", - "1441\n", - "fullness index: 0.3748428022362835\n", - "1442\n", - "fullness index: 0.41713767013182707\n", - "1443\n", - "fullness index: 0.2099449993264508\n", - "1444\n", - "fullness index: 0.12539128620275214\n", - "1445\n", - "fullness index: 0.3704519177477815\n", - "1446\n", - "fullness index: 0.20211789909226355\n", - "1447\n", - "fullness index: 0.4301548744479078\n", - "1448\n", - "fullness index: 0.32463566691512824\n", - "1449\n", - "fullness index: 0.2859982021211181\n", - "1450\n", - "fullness index: 0.3496501257395721\n", - "1451\n", - "fullness index: 0.33399479345531163\n", - "1452\n", - "fullness index: 0.1922857127813456\n", - "1453\n", - "fullness index: 0.32493210869405525\n", - "1454\n", - "fullness index: 0.3475006227672566\n", - "1455\n", - "fullness index: 0.2233996474336463\n", - "1456\n", - "fullness index: 0.5946068726906811\n", - "1457\n", - "fullness index: 0.2557036490256849\n", - "1458\n", - "fullness index: 0.3787862496709143\n", - "1459\n", - "fullness index: 0.5164825002611906\n", - "1460\n", - "fullness index: 0.2025870001173947\n", - "1461\n", - "fullness index: 0.5223091835621909\n", - "1462\n", - "fullness index: 0.20012825001504098\n", - "1463\n", - "fullness index: 0.508010748509696\n", - "1464\n", - "fullness index: 0.29154100265068905\n", - "1465\n", - "fullness index: 0.4532587633967684\n", - "1466\n", - "fullness index: 0.38387311210438685\n", - "1467\n", - "fullness index: 0.1170577137298616\n", - "1468\n", - "fullness index: 0.23356219895040342\n", - "1469\n", - "fullness index: 0.3442079090933393\n", - "1470\n", - "fullness index: 0.10651414268795634\n", - "1471\n", - "fullness index: 0.34591871091626153\n", - "1472\n", - "fullness index: 0.4692107505828744\n", - "1473\n", - "fullness index: 0.3742172730774407\n", - "1474\n", - "fullness index: 0.5436245977982719\n", - "1475\n", - "fullness index: 0.30807597038992107\n", - "1476\n", - "fullness index: 0.4713920399251667\n", - "1477\n", - "fullness index: 0.42085333918433054\n", - "1478\n", - "fullness index: 0.33381536309289833\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1479\n", - "fullness index: 0.28256228512847364\n", - "1480\n", - "fullness index: 0.3516436549640777\n", - "1481\n", - "fullness index: 0.2612487155898374\n", - "1482\n", - "fullness index: 0.29034078005255043\n", - "1483\n", - "fullness index: 0.4211992244144851\n", - "1484\n", - "fullness index: 0.40430106600373394\n", - "1485\n", - "fullness index: 0.3038672198906877\n", - "1486\n", - "fullness index: 0.304920667190648\n", - "1487\n", - "fullness index: 0.24236756952450378\n", - "1488\n", - "fullness index: 0.36401837507946766\n", - "1489\n", - "fullness index: 0.29361245443520934\n", - "1490\n", - "fullness index: 0.24957866647322485\n", - "1491\n", - "fullness index: 0.4578317126724869\n", - "1492\n", - "fullness index: 0.22447126767777564\n", - "1493\n", - "fullness index: 0.32294126723037003\n", - "1494\n", - "fullness index: 0.3186511705543277\n", - "1495\n", - "fullness index: 0.4209888826983789\n", - "1496\n", - "fullness index: 0.528626529560771\n", - "1497\n", - "fullness index: 0.17609216801520236\n", - "1498\n", - "fullness index: 0.3783861980075017\n", - "1499\n", - "fullness index: 0.14638620060286484\n", - "1500\n", - "fullness index: 0.4711105616306668\n", - "1501\n", - "fullness index: 0.1421868882413643\n", - "1502\n", - "fullness index: 0.40723780812160315\n", - "1503\n", - "fullness index: 0.3832263656784728\n", - "1504\n", - "fullness index: 0.1333052133192853\n", - "1505\n", - "fullness index: 0.1836407003174827\n", - "1506\n", - "fullness index: 0.3698861417797161\n", - "1507\n", - "fullness index: 0.27869376208198243\n", - "1508\n", - "fullness index: 0.24405645390447717\n", - "1509\n", - "fullness index: 0.30535085777644\n", - "1510\n", - "fullness index: 0.13559681847850283\n", - "1511\n", - "fullness index: 0.38212769750529435\n", - "1512\n", - "fullness index: 0.3299255005014959\n", - "1513\n", - "fullness index: 0.7059958236875045\n", - "1514\n", - "fullness index: 0.23262739225900678\n", - "1515\n", - "fullness index: 0.444320600359788\n", - "1516\n", - "fullness index: 0.503523724608716\n", - "1517\n", - "fullness index: 0.29973679918080703\n", - "1518\n", - "fullness index: 0.2924052223097533\n", - "1519\n", - "fullness index: 0.3803950004385115\n", - "1520\n", - "fullness index: 0.24696633410349023\n", - "1521\n", - "fullness index: 0.45246303437231505\n", - "1522\n", - "fullness index: 0.3530129998744087\n", - "1523\n", - "fullness index: 0.3381312741866251\n", - "1524\n", - "fullness index: 0.2551616244035131\n", - "1525\n", - "fullness index: 0.44865113450960054\n", - "1526\n", - "fullness index: 0.3433173330138541\n", - "1527\n", - "fullness index: 0.2580488333563456\n", - "1528\n", - "fullness index: 0.3029469992870872\n", - "1529\n", - "fullness index: 0.34788399960962124\n", - "1530\n", - "fullness index: 0.3846827966299067\n", - "1531\n", - "fullness index: 0.24555619666934944\n", - "1532\n", - "fullness index: 0.4042144739670334\n", - "1533\n", - "fullness index: 0.17675245280737395\n", - "1534\n", - "fullness index: 0.4086285696534365\n", - "1535\n", - "fullness index: 0.7151015539248443\n", - "1536\n", - "fullness index: 0.4148610659054005\n", - "1537\n", - "fullness index: 0.08159883362532128\n", - "1538\n", - "fullness index: 0.3496694991534355\n", - "1539\n", - "fullness index: 0.1409555388208201\n", - "1540\n", - "fullness index: 0.4457064093127243\n", - "1541\n", - "fullness index: 0.3608882521976682\n", - "1542\n", - "fullness index: 0.30606163513568224\n", - "1543\n", - "fullness index: 0.2943929003238736\n", - "1544\n", - "fullness index: 0.23259612519751727\n", - "1545\n", - "fullness index: 0.20339462553238263\n", - "1546\n", - "fullness index: 0.26056106656023986\n", - "1547\n", - "fullness index: 0.15440622131831738\n", - "1548\n", - "fullness index: 0.30029800029988113\n", - "1549\n", - "fullness index: 0.2791012209681867\n", - "1550\n", - "fullness index: 0.40442675001179396\n", - "1551\n", - "fullness index: 0.42717054433428303\n", - "1552\n", - "fullness index: 0.3583385736170125\n", - "1553\n", - "fullness index: 0.4074914997745509\n", - "1554\n", - "fullness index: 0.3852418775586557\n", - "1555\n", - "fullness index: 0.322811544423654\n", - "1556\n", - "fullness index: 0.3861208986146267\n", - "1557\n", - "fullness index: 0.5724277066161877\n", - "1558\n", - "fullness index: 0.728765454153869\n", - "1559\n", - "fullness index: 0.4222434122211245\n", - "1560\n", - "fullness index: 0.5536246557517188\n", - "1561\n", - "fullness index: 0.3360894556517451\n", - "1562\n", - "fullness index: 0.25179800098132027\n", - "1563\n", - "fullness index: 0.2874234534802698\n", - "1564\n", - "fullness index: 0.09778249997066268\n", - "1565\n", - "fullness index: 0.23070918052690104\n", - "1566\n", - "fullness index: 0.3007625457724895\n", - "1567\n", - "fullness index: 0.5485617997551647\n", - "1568\n", - "fullness index: 0.23005383314254382\n", - "1569\n", - "fullness index: 0.4013988019169725\n", - "1570\n", - "fullness index: 0.4151432488451974\n", - "1571\n", - "fullness index: 0.18117415347821336\n", - "1572\n", - "fullness index: 0.48980660223969613\n", - "1573\n", - "fullness index: 0.3861424994180803\n", - "1574\n", - "fullness index: 0.21775756964260445\n", - "1575\n", - "fullness index: 0.5551451419024878\n", - "1576\n", - "fullness index: 0.24261349950756994\n", - "1577\n", - "fullness index: 0.33065275042645226\n", - "1578\n", - "fullness index: 0.3009681172107401\n", - "1579\n", - "fullness index: 0.4484915467045622\n", - "1580\n", - "fullness index: 0.5650346016176627\n", - "1581\n", - "fullness index: 0.31007833328233875\n", - "1582\n", - "fullness index: 0.23584085743953306\n", - "1583\n", - "fullness index: 0.29567166487080004\n", - "1584\n", - "fullness index: 0.3240953441260217\n", - "1585\n", - "fullness index: 0.34356075231607974\n", - "1586\n", - "fullness index: 0.28558620131225326\n", - "1587\n", - "fullness index: 0.30011400081067613\n", - "1588\n", - "fullness index: 0.4153069293232485\n", - "1589\n", - "fullness index: 0.1866270825880747\n", - "1590\n", - "fullness index: 0.2740106009732699\n", - "1591\n", - "fullness index: 0.42710342936646023\n", - "1592\n", - "fullness index: 0.1243705708948255\n", - "1593\n", - "fullness index: 0.11584233244745216\n", - "1594\n", - "fullness index: 0.30617483519987826\n", - "1595\n", - "fullness index: 0.2448043316132195\n", - "1596\n", - "fullness index: 0.5134636687859407\n", - "1597\n", - "fullness index: 0.41779541757447686\n", - "1598\n", - "fullness index: 0.169163875239974\n", - "1599\n", - "fullness index: 0.3951701439177019\n", - "1600\n", - "fullness index: 0.522408000002694\n", - "1601\n", - "fullness index: 0.4962265870584754\n", - "1602\n", - "fullness index: 0.4615089999822999\n", - "1603\n", - "fullness index: 0.27093919898325114\n", - "1604\n", - "fullness index: 0.32615099956165067\n", - "1605\n", - "fullness index: 0.44895715379915113\n", - "1606\n", - "fullness index: 0.32595950122898404\n", - "1607\n", - "fullness index: 0.40915599848432815\n", - "1608\n", - "fullness index: 0.2504875001613982\n", - "1609\n", - "fullness index: 0.3591732855423808\n", - "1610\n", - "fullness index: 0.2896006309544502\n", - "1611\n", - "fullness index: 0.36917712610920717\n", - "1612\n", - "fullness index: 0.2582907505593113\n", - "1613\n", - "fullness index: 0.344177665739456\n", - "1614\n", - "fullness index: 0.37732708962390793\n", - "1615\n", - "fullness index: 0.46163477882963116\n", - "1616\n", - "fullness index: 0.2909961993951583\n", - "1617\n", - "fullness index: 0.41010749884659303\n", - "1618\n", - "fullness index: 0.23817149866499673\n", - "1619\n", - "fullness index: 0.3325812663715624\n", - "1620\n", - "fullness index: 0.09030400009335911\n", - "1621\n", - "fullness index: 0.31910711129864167\n", - "1622\n", - "fullness index: 0.32763510041986593\n", - "1623\n", - "fullness index: 0.3504358308543184\n", - "1624\n", - "fullness index: 0.3535573041720098\n", - "1625\n", - "fullness index: 0.4878391242455109\n", - "1626\n", - "fullness index: 0.38364962517698586\n", - "1627\n", - "fullness index: 0.2997060992220213\n", - "1628\n", - "fullness index: 0.0897267144333195\n", - "1629\n", - "fullness index: 0.1968223569399145\n", - "1630\n", - "fullness index: 0.28950899943204905\n", - "1631\n", - "fullness index: 0.21572578610084747\n", - "1632\n", - "fullness index: 0.29767625000022235\n", - "1633\n", - "fullness index: 0.24792649947630707\n", - "1634\n", - "fullness index: 0.2980854993365938\n", - "1635\n", - "fullness index: 0.3432173560603197\n", - "1636\n", - "fullness index: 0.29931948038742356\n", - "1637\n", - "fullness index: 0.3246925687739609\n", - "1638\n", - "fullness index: 0.5013604344844877\n", - "1639\n", - "fullness index: 0.4197290000496044\n", - "1640\n", - "fullness index: 0.32998772427990014\n", - "1641\n", - "fullness index: 0.4552587759642645\n", - "1642\n", - "fullness index: 0.4900598171053306\n", - "1643\n", - "fullness index: 0.38615913460218204\n", - "1644\n", - "fullness index: 0.42059069314200315\n", - "1645\n", - "fullness index: 0.4409144672274124\n", - "1646\n", - "fullness index: 0.30457756972873534\n", - "1647\n", - "fullness index: 0.19780325008230193\n", - "1648\n", - "fullness index: 0.4535903563445942\n", - "1649\n", - "fullness index: 0.32496146234692647\n", - "1650\n", - "fullness index: 0.40479161469305\n", - "1651\n", - "fullness index: 0.33495653176255474\n", - "1652\n", - "fullness index: 0.3414293324027919\n", - "1653\n", - "fullness index: 0.4961930025310721\n", - "1654\n", - "fullness index: 0.30524033383699134\n", - "1655\n", - "fullness index: 0.2547324280208808\n", - "1656\n", - "fullness index: 0.3579878576887755\n", - "1657\n", - "fullness index: 0.45827619202799935\n", - "1658\n", - "fullness index: 0.21489914332674484\n", - "1659\n", - "fullness index: 0.29634613102303853\n", - "1660\n", - "fullness index: 0.2677375561615918\n", - "1661\n", - "fullness index: 0.4358639999136358\n", - "1662\n", - "fullness index: 0.3040656002428932\n", - "1663\n", - "fullness index: 0.39050341351140433\n", - "1664\n", - "fullness index: 0.17395854471160213\n", - "1665\n", - "fullness index: 0.2911454449307106\n", - "1666\n", - "fullness index: 0.33725925135149737\n", - "1667\n", - "fullness index: 0.3528339292475116\n", - "1668\n", - "fullness index: 0.21066614163282793\n", - "1669\n", - "fullness index: 0.19373183284794018\n", - "1670\n", - "fullness index: 0.4226212833101662\n", - "1671\n", - "fullness index: 0.2092970006216395\n", - "1672\n", - "fullness index: 0.27322083174482886\n", - "1673\n", - "fullness index: 0.21253544522884718\n", - "1674\n", - "fullness index: 0.21804316462536613\n", - "1675\n", - "fullness index: 0.3968741310482556\n", - "1676\n", - "fullness index: 0.5849337443878488\n", - "1677\n", - "fullness index: 0.38463818068960937\n", - "1678\n", - "fullness index: 0.390385331863096\n", - "1679\n", - "fullness index: 0.2685580009153152\n", - "1680\n", - "fullness index: 0.4799870552791011\n", - "1681\n", - "fullness index: 0.3945026707685126\n", - "1682\n", - "fullness index: 0.21869174873972952\n", - "1683\n", - "fullness index: 0.407654300815193\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1684\n", - "fullness index: 0.5056095574723763\n", - "1685\n", - "fullness index: 0.35280890075227944\n", - "1686\n", - "fullness index: 0.25660242838369285\n", - "1687\n", - "fullness index: 0.46135238256045763\n", - "1688\n", - "fullness index: 0.3808387521409031\n", - "1689\n", - "fullness index: 0.4042426657088071\n", - "1690\n", - "fullness index: 0.26701707084495346\n", - "1691\n", - "fullness index: 0.31263154672673077\n", - "1692\n", - "fullness index: 0.24538850029130116\n", - "1693\n", - "fullness index: 0.2421396984472267\n", - "1694\n", - "fullness index: 0.35819288781551595\n", - "1695\n", - "fullness index: 0.31428718186428095\n", - "1696\n", - "fullness index: 0.2524485999776516\n", - "1697\n", - "fullness index: 0.2111794989232294\n", - "1698\n", - "fullness index: 0.23486062481515546\n", - "1699\n", - "fullness index: 0.4304401380132684\n", - "1700\n", - "fullness index: 0.3823960849400984\n", - "1701\n", - "fullness index: 0.44081679835217075\n", - "1702\n", - "fullness index: 0.45759053725375376\n", - "1703\n", - "fullness index: 0.07777963626747143\n", - "1704\n", - "fullness index: 0.2324506644652047\n", - "1705\n", - "fullness index: 0.39547340049648483\n", - "1706\n", - "fullness index: 0.4448504547353051\n", - "1707\n", - "fullness index: 0.2335844979830881\n", - "1708\n", - "fullness index: 0.2927185008084052\n", - "1709\n", - "fullness index: 0.09711024942771473\n", - "1710\n", - "fullness index: 0.3406444975692769\n", - "1711\n", - "fullness index: 0.34120846229947904\n", - "1712\n", - "fullness index: 0.24481983682142336\n", - "1713\n", - "fullness index: 0.40811009878005894\n", - "1714\n", - "fullness index: 0.3051512008009013\n", - "1715\n", - "fullness index: 0.2818769988434724\n", - "1716\n", - "fullness index: 0.2892768360878411\n", - "1717\n", - "fullness index: 0.4796075373379136\n", - "1718\n", - "fullness index: 0.3988243342428177\n", - "1719\n", - "fullness index: 0.2618990001785939\n", - "1720\n", - "fullness index: 0.37227390109037517\n", - "1721\n", - "fullness index: 0.3914951234473847\n", - "1722\n", - "fullness index: 0.39626939865847816\n", - "1723\n", - "fullness index: 0.4221998572994932\n", - "1724\n", - "fullness index: 0.2405799989644493\n", - "1725\n", - "fullness index: 0.5826432568011142\n", - "1726\n", - "fullness index: 0.4462462911452708\n", - "1727\n", - "fullness index: 0.4606359985433907\n", - "1728\n", - "fullness index: 0.20972042932901658\n", - "1729\n", - "fullness index: 0.42801718904638614\n", - "1730\n", - "fullness index: 0.27916533271796984\n", - "1731\n", - "fullness index: 0.5836622727889004\n", - "1732\n", - "fullness index: 0.2155712871088846\n", - "1733\n", - "fullness index: 0.357815398380141\n", - "1734\n", - "fullness index: 0.2579495008126287\n", - "1735\n", - "fullness index: 0.3041244998288069\n", - "1736\n", - "fullness index: 0.3009893986754469\n", - "1737\n", - "fullness index: 0.38549588893192777\n", - "1738\n", - "fullness index: 0.21697182310302143\n", - "1739\n", - "fullness index: 0.18494225075110649\n", - "1740\n", - "fullness index: 0.46249845457813615\n", - "1741\n", - "fullness index: 0.2718100001279492\n", - "1742\n", - "fullness index: 0.3949995821203629\n", - "1743\n", - "fullness index: 0.5963683136995575\n", - "1744\n", - "fullness index: 0.3378217500539904\n", - "1745\n", - "fullness index: 0.18404063529699627\n", - "1746\n", - "fullness index: 0.4407186443838457\n", - "1747\n", - "fullness index: 0.42368212942867306\n", - "1748\n", - "fullness index: 0.42360255648196066\n", - "1749\n", - "fullness index: 0.42956907505868\n", - "1750\n", - "fullness index: 0.22852000052583976\n", - "1751\n", - "fullness index: 0.5192732001240075\n", - "1752\n", - "fullness index: 0.050437499448889866\n", - "1753\n", - "fullness index: 0.46902292728137085\n", - "1754\n", - "fullness index: 0.3015176103851801\n", - "1755\n", - "fullness index: 0.4114289495176452\n", - "1756\n", - "fullness index: 0.4132663278000369\n", - "1757\n", - "fullness index: 0.4476304998777323\n", - "1758\n", - "fullness index: 0.717412582191173\n", - "1759\n", - "fullness index: 0.18857149981977273\n", - "1760\n", - "fullness index: 0.26826655600153676\n", - "1761\n", - "fullness index: 0.3302828983956715\n", - "1762\n", - "fullness index: 0.34186236383142055\n", - "1763\n", - "fullness index: 0.10870280136587099\n", - "1764\n", - "fullness index: 0.41453672787280416\n", - "1765\n", - "fullness index: 0.39986083392917254\n", - "1766\n", - "fullness index: 0.3805113626980198\n", - "1767\n", - "fullness index: 0.20685722294806258\n", - "1768\n", - "fullness index: 0.23888166831360044\n", - "1769\n", - "fullness index: 0.4725580012955106\n", - "1770\n", - "fullness index: 0.24575211020419374\n", - "1771\n", - "fullness index: 0.09291987540473201\n", - "1772\n", - "fullness index: 0.14326933185414722\n", - "1773\n", - "fullness index: 0.5658455568869462\n", - "1774\n", - "fullness index: 0.07476714196673129\n", - "1775\n", - "fullness index: 0.46896254310828295\n", - "1776\n", - "fullness index: 0.3913042224384198\n", - "1777\n", - "fullness index: 0.38522064160588343\n", - "1778\n", - "fullness index: 0.48537304405887055\n", - "1779\n", - "fullness index: 0.4086486661071831\n", - "1780\n", - "fullness index: 0.11767850013954255\n", - "1781\n", - "fullness index: 0.22684658369083385\n", - "1782\n", - "fullness index: 0.35248444421434516\n", - "1783\n", - "fullness index: 0.23101887401918475\n", - "1784\n", - "fullness index: 0.2536172314863646\n", - "1785\n", - "fullness index: 0.22992862366663758\n", - "1786\n", - "fullness index: 0.3525560014261698\n", - "1787\n", - "fullness index: 0.16923200124656432\n", - "1788\n", - "fullness index: 0.5953268196649746\n", - "1789\n", - "fullness index: 0.3500390403914934\n", - "1790\n", - "fullness index: 0.36741124891113947\n", - "1791\n", - "fullness index: 0.2982673346195952\n", - "1792\n", - "fullness index: 0.40322949971014166\n", - "1793\n", - "fullness index: 0.4526056160617512\n", - "1794\n", - "fullness index: 0.5620148198742588\n", - "1795\n", - "fullness index: 0.677745930526206\n", - "1796\n", - "fullness index: 0.48508238470745135\n", - "1797\n", - "fullness index: 0.37840829974279583\n", - "1798\n", - "fullness index: 0.4104612854675257\n", - "1799\n", - "fullness index: 0.2617625831735495\n", - "1800\n", - "fullness index: 0.409776258326369\n", - "1801\n", - "fullness index: 0.1954740000917809\n", - "1802\n", - "fullness index: 0.16566918219905347\n", - "1803\n", - "fullness index: 0.24295557165299084\n", - "1804\n", - "fullness index: 0.43629809573658784\n", - "1805\n", - "fullness index: 0.4466295826296016\n", - "1806\n", - "fullness index: 0.276439998656618\n", - "1807\n", - "fullness index: 0.22141987555460219\n", - "1808\n", - "fullness index: 0.5077059973958128\n", - "1809\n", - "fullness index: 0.2961756663826236\n", - "1810\n", - "fullness index: 0.29184038949178004\n", - "1811\n", - "fullness index: 0.5647162010845932\n", - "1812\n", - "fullness index: 0.4068678020441439\n", - "1813\n", - "fullness index: 0.3224463689641333\n", - "1814\n", - "fullness index: 0.3774717783727889\n", - "1815\n", - "fullness index: 0.4840863621158695\n", - "1816\n", - "fullness index: 0.4110908579979358\n", - "1817\n", - "fullness index: 0.36844680052323614\n", - "1818\n", - "fullness index: 0.24102452611585154\n", - "1819\n", - "fullness index: 0.24327140615366716\n", - "1820\n", - "fullness index: 0.2847359998401468\n", - "1821\n", - "fullness index: 0.45981860787129236\n", - "1822\n", - "fullness index: 0.33080128279600884\n", - "1823\n", - "fullness index: 0.2255758402547599\n", - "1824\n", - "fullness index: 0.44946041058640485\n", - "1825\n", - "fullness index: 0.4305578173159368\n", - "1826\n", - "fullness index: 0.250190428094876\n", - "1827\n", - "fullness index: 0.2621122501974848\n", - "1828\n", - "fullness index: 0.2990494729459796\n", - "1829\n", - "fullness index: 0.36382235778919725\n", - "1830\n", - "fullness index: 0.35473839898307535\n", - "1831\n", - "fullness index: 0.10828300041976036\n", - "1832\n", - "fullness index: 0.37110649891656067\n", - "1833\n", - "fullness index: 0.30856247051906394\n", - "1834\n", - "fullness index: 0.2818783121720472\n", - "1835\n", - "fullness index: 0.355515299300896\n", - "1836\n", - "fullness index: 0.5104293358690989\n", - "1837\n", - "fullness index: 0.11682557207573804\n", - "1838\n", - "fullness index: 0.2450055468069546\n", - "1839\n", - "fullness index: 0.29150036280308006\n", - "1840\n", - "fullness index: 0.20226930149583494\n", - "1841\n", - "fullness index: 0.42472614111362156\n", - "1842\n", - "fullness index: 0.30388612633396406\n", - "1843\n", - "fullness index: 0.29190225034281525\n", - "1844\n", - "fullness index: 0.35500291663872\n", - "1845\n", - "fullness index: 0.22905916668726908\n", - "1846\n", - "fullness index: 0.19413916841343357\n", - "1847\n", - "fullness index: 0.24331294064706846\n", - "1848\n", - "fullness index: 0.36120556740629456\n", - "1849\n", - "fullness index: 0.3843382131332354\n", - "1850\n", - "fullness index: 0.3871884427434351\n", - "1851\n", - "fullness index: 0.40123233507377637\n", - "1852\n", - "fullness index: 0.42552941341294653\n", - "1853\n", - "fullness index: 0.550498158887715\n", - "1854\n", - "fullness index: 0.2863006009290984\n", - "1855\n", - "fullness index: 0.2002473338022052\n", - "1856\n", - "fullness index: 0.1921509232438089\n", - "1857\n", - "fullness index: 0.34632499966288116\n", - "1858\n", - "fullness index: 0.28418212811902777\n", - "1859\n", - "fullness index: 0.2695402204844868\n", - "1860\n", - "fullness index: 0.34289646060917156\n", - "1861\n", - "fullness index: 0.3794290765055428\n", - "1862\n", - "fullness index: 0.2072731237494736\n", - "1863\n", - "fullness index: 0.32843845119027865\n", - "1864\n", - "fullness index: 0.30475274983436407\n", - "1865\n", - "fullness index: 0.22993400099221617\n", - "1866\n", - "fullness index: 0.3635509993040614\n", - "1867\n", - "fullness index: 0.4970725711588914\n", - "1868\n", - "fullness index: 0.5392855023905617\n", - "1869\n", - "fullness index: 0.297656765069385\n", - "1870\n", - "fullness index: 0.35684870066761504\n", - "1871\n", - "fullness index: 0.140230857401288\n", - "1872\n", - "fullness index: 0.15631043659249144\n", - "1873\n", - "fullness index: 0.5114790438625356\n", - "1874\n", - "fullness index: 0.29266366610924405\n", - "1875\n", - "fullness index: 0.14311781719099642\n", - "1876\n", - "fullness index: 0.4128616900120832\n", - "1877\n", - "fullness index: 0.4972744275934734\n", - "1878\n", - "fullness index: 0.2921547336853109\n", - "1879\n", - "fullness index: 0.32979655487967346\n", - "1880\n", - "fullness index: 0.2534678550499458\n", - "1881\n", - "fullness index: 0.17883724944234322\n", - "1882\n", - "fullness index: 0.3661473012175682\n", - "1883\n", - "fullness index: 0.26684491609487776\n", - "1884\n", - "fullness index: 0.29647472750804643\n", - "1885\n", - "fullness index: 0.4300235117186439\n", - "1886\n", - "fullness index: 0.1539602489155243\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1887\n", - "fullness index: 0.10600283429304605\n", - "1888\n", - "fullness index: 0.13339620041297168\n", - "1889\n", - "fullness index: 0.11238011088911055\n", - "1890\n", - "fullness index: 0.17199757299801735\n", - "1891\n", - "fullness index: 0.4045372033768217\n", - "1892\n", - "fullness index: 0.6424678175998534\n", - "1893\n", - "fullness index: 0.4023797791394625\n", - "1894\n", - "fullness index: 0.4462760005777195\n", - "1895\n", - "fullness index: 0.3361447131568899\n", - "1896\n", - "fullness index: 0.380813030668287\n", - "1897\n", - "fullness index: 0.28916416674428547\n", - "1898\n", - "fullness index: 0.3473123433973472\n", - "1899\n", - "fullness index: 0.1984814999086666\n", - "1900\n", - "fullness index: 0.4553868173048117\n", - "1901\n", - "fullness index: 0.17316524973284686\n", - "1902\n", - "fullness index: 0.3896617480786517\n", - "1903\n", - "fullness index: 0.36139588906128967\n", - "1904\n", - "fullness index: 0.46793750010268315\n", - "1905\n", - "fullness index: 0.38589014207744704\n", - "1906\n", - "fullness index: 0.2913764654181967\n", - "1907\n", - "fullness index: 0.29126600084127857\n", - "1908\n", - "fullness index: 0.4350077987648547\n", - "1909\n", - "fullness index: 0.14045714328390854\n", - "1910\n", - "fullness index: 0.39041200036964646\n", - "1911\n", - "fullness index: 0.1882908998944913\n", - "1912\n", - "fullness index: 0.2522745997965103\n", - "1913\n", - "fullness index: 0.35055957206350286\n", - "1914\n", - "fullness index: 0.3269293316108006\n", - "1915\n", - "fullness index: 0.5069560005310146\n", - "1916\n", - "fullness index: 0.17894428533701656\n", - "1917\n", - "fullness index: 0.3532620003934426\n", - "1918\n", - "fullness index: 0.44637700155726634\n", - "1919\n", - "fullness index: 0.21904779793694615\n", - "1920\n", - "fullness index: 0.36442788612395005\n", - "1921\n", - "fullness index: 0.3570328892451976\n", - "1922\n", - "fullness index: 0.37664795036344\n", - "1923\n", - "fullness index: 0.5324855996674159\n", - "1924\n", - "fullness index: 0.20841828750303648\n", - "1925\n", - "fullness index: 0.33755975058375043\n", - "1926\n", - "fullness index: 0.41766326337525295\n", - "1927\n", - "fullness index: 0.43127589811920186\n", - "1928\n", - "fullness index: 0.22275255696472918\n", - "1929\n", - "fullness index: 0.23252000019364233\n", - "1930\n", - "fullness index: 0.22379979703109712\n", - "1931\n", - "fullness index: 0.39853650147218406\n", - "1932\n", - "fullness index: 0.27355979269134423\n", - "1933\n", - "fullness index: 0.33960500069588306\n", - "1934\n", - "fullness index: 0.2301465391227304\n", - "1935\n", - "fullness index: 0.40778583282978315\n", - "1936\n", - "fullness index: 0.37941053027715466\n", - "1937\n", - "fullness index: 0.21845143049514654\n", - "1938\n", - "fullness index: 0.2031443735781977\n", - "1939\n", - "fullness index: 0.32958399941126115\n", - "1940\n", - "fullness index: 0.1408651248766546\n", - "1941\n", - "fullness index: 0.4286351835524494\n", - "1942\n", - "fullness index: 0.41528210080687133\n", - "1943\n", - "fullness index: 0.3306297516068639\n", - "1944\n", - "fullness index: 0.15784833345181445\n", - "1945\n", - "fullness index: 0.3590412857346824\n", - "1946\n", - "fullness index: 0.3818934667341333\n", - "1947\n", - "fullness index: 0.291723571726964\n", - "1948\n", - "fullness index: 0.27586629172037647\n", - "1949\n", - "fullness index: 0.4154779503141981\n", - "1950\n", - "fullness index: 0.29002483411257013\n", - "1951\n", - "fullness index: 0.30259908525598195\n", - "1952\n", - "fullness index: 0.36723033104014274\n", - "1953\n", - "fullness index: 0.4127538174186496\n", - "1954\n", - "fullness index: 0.26964362452599744\n", - "1955\n", - "fullness index: 0.27233461467928394\n", - "1956\n", - "fullness index: 0.6078804951102939\n", - "1957\n", - "fullness index: 0.4041970001897945\n", - "1958\n", - "fullness index: 0.2387038003304042\n", - "1959\n", - "fullness index: 0.315603498707181\n", - "1960\n", - "fullness index: 0.22626127194168724\n", - "1961\n", - "fullness index: 0.12162199986687484\n", - "1962\n", - "fullness index: 0.3832478133678065\n", - "1963\n", - "fullness index: 0.24343642379531397\n", - "1964\n", - "fullness index: 0.2365780008324236\n", - "1965\n", - "fullness index: 0.27143760193539496\n", - "1966\n", - "fullness index: 0.3851675575835745\n", - "1967\n", - "fullness index: 0.33285371112050877\n", - "1968\n", - "fullness index: 0.27000385875414523\n", - "1969\n", - "fullness index: 0.44293100145159764\n", - "1970\n", - "fullness index: 0.40046650187772076\n", - "1971\n", - "fullness index: 0.48642739941133184\n", - "1972\n", - "fullness index: 0.26577885817797714\n", - "1973\n", - "fullness index: 0.3516919985940632\n", - "1974\n", - "fullness index: 0.45934866248213757\n", - "1975\n", - "fullness index: 0.4450480011479385\n", - "1976\n", - "fullness index: 0.42216092347154277\n", - "1977\n", - "fullness index: 0.26290633473500846\n", - "1978\n", - "fullness index: 0.20611253366387244\n", - "1979\n", - "fullness index: 0.4396399153168507\n", - "1980\n", - "fullness index: 0.4514833668417775\n", - "1981\n", - "fullness index: 0.3169309997029524\n", - "1982\n", - "fullness index: 0.23029966779571018\n", - "1983\n", - "fullness index: 0.43930550080161385\n", - "1984\n", - "fullness index: 0.1432736673531407\n", - "1985\n", - "fullness index: 0.31376612663734704\n", - "1986\n", - "fullness index: 0.37276666542644915\n", - "1987\n", - "fullness index: 0.137035700812703\n", - "1988\n", - "fullness index: 0.1873254991523936\n", - "1989\n", - "fullness index: 0.3471428475261785\n", - "1990\n", - "fullness index: 0.40487233432456077\n", - "1991\n", - "fullness index: 0.22028582194736504\n", - "1992\n", - "fullness index: 0.2578045555630221\n", - "1993\n", - "fullness index: 0.35954692142863326\n", - "1994\n", - "fullness index: 0.4052179998562726\n", - "1995\n", - "fullness index: 0.2522235993907088\n", - "1996\n", - "fullness index: 0.43854818082300795\n", - "1997\n", - "fullness index: 0.37962871288566796\n", - "1998\n", - "fullness index: 0.29658388222913556\n", - "1999\n", - "fullness index: 0.41442840092931876\n", - "2000\n", - "fullness index: 0.2915905396006949\n", - "2001\n", - "fullness index: 0.29577381064382274\n", - "2002\n", - "fullness index: 0.2371722713841419\n", - "2003\n", - "fullness index: 0.2600025380113668\n", - "2004\n", - "fullness index: 0.3080099978639434\n", - "2005\n", - "fullness index: 0.25894457064090864\n", - "2006\n", - "fullness index: 0.37983015491220706\n", - "2007\n", - "fullness index: 0.3996118540256118\n", - "2008\n", - "fullness index: 0.2467802219089713\n", - "2009\n", - "fullness index: 0.47392020233091897\n", - "2010\n", - "fullness index: 0.38024116857680684\n", - "2011\n", - "fullness index: 0.2086426246642077\n", - "2012\n", - "fullness index: 0.47381179996882566\n", - "2013\n", - "fullness index: 0.5003916429642621\n", - "2014\n", - "fullness index: 0.471757313695889\n", - "2015\n", - "fullness index: 0.21189166749433916\n", - "2016\n", - "fullness index: 0.23503392855075486\n", - "2017\n", - "fullness index: 0.20712054749045902\n", - "2018\n", - "fullness index: 0.21146114186142637\n", - "2019\n", - "fullness index: 0.28690658211174497\n", - "2020\n", - "fullness index: 0.4526356267324445\n", - "2021\n", - "fullness index: 0.33588814158325214\n", - "2022\n", - "fullness index: 0.2550944044647281\n", - "2023\n", - "fullness index: 0.4458325726855037\n", - "2024\n", - "fullness index: 0.5238066400816024\n", - "2025\n", - "fullness index: 0.4395381681546269\n", - "2026\n", - "fullness index: 0.2539421429142489\n", - "2027\n", - "fullness index: 0.25408868714612254\n", - "2028\n", - "fullness index: 0.33753635757576766\n", - "2029\n", - "fullness index: 0.5353263546541538\n", - "2030\n", - "fullness index: 0.20687526632585407\n", - "2031\n", - "fullness index: 0.47043817635521384\n", - "2032\n", - "fullness index: 0.3479442230077817\n", - "2033\n", - "fullness index: 0.34682633432801896\n", - "2034\n", - "fullness index: 0.45175349805504084\n", - "2035\n", - "fullness index: 0.4959734991280129\n", - "2036\n", - "fullness index: 0.19469662535993848\n", - "2037\n", - "fullness index: 0.283746400102973\n", - "2038\n", - "fullness index: 0.41600062487827927\n", - "2039\n", - "fullness index: 0.3917886999451184\n", - "2040\n", - "fullness index: 0.25239491687231447\n", - "2041\n", - "fullness index: 0.25868007408789034\n", - "2042\n", - "fullness index: 0.37365285596752074\n", - "2043\n", - "fullness index: 0.21862871989063934\n", - "2044\n", - "fullness index: 0.4986027098571855\n", - "2045\n", - "fullness index: 0.3364043902511184\n", - "2046\n", - "fullness index: 0.26778949781009936\n", - "2047\n", - "fullness index: 0.43889421393013184\n", - "2048\n", - "fullness index: 0.41952669952845556\n", - "2049\n", - "fullness index: 0.23012039909954182\n", - "2050\n", - "fullness index: 0.29032188846832907\n", - "2051\n", - "fullness index: 0.057573473562929155\n", - "2052\n", - "fullness index: 0.3953424483325502\n", - "2053\n", - "fullness index: 0.3313855282335441\n", - "2054\n", - "fullness index: 0.3530878759231939\n", - "2055\n", - "fullness index: 0.44041356060996706\n", - "2056\n", - "fullness index: 0.4031488582945063\n", - "2057\n", - "fullness index: 0.2953751689443986\n", - "2058\n", - "fullness index: 0.4897572227249232\n", - "2059\n", - "fullness index: 0.42922104129244565\n", - "2060\n", - "fullness index: 0.4017679985741519\n", - "2061\n", - "fullness index: 0.2600590003748948\n", - "2062\n", - "fullness index: 0.3394213482899688\n", - "2063\n", - "fullness index: 0.2993962912212756\n", - "2064\n", - "fullness index: 0.41549209436042084\n", - "2065\n", - "fullness index: 0.26594249860409036\n", - "2066\n", - "fullness index: 0.21247928540781555\n", - "2067\n", - "fullness index: 0.2395172214132294\n", - "2068\n", - "fullness index: 0.5133653834748727\n", - "2069\n", - "fullness index: 0.33984919974536754\n", - "2070\n", - "fullness index: 0.5399321370422389\n", - "2071\n", - "fullness index: 0.4539360003157829\n", - "2072\n", - "fullness index: 0.4515075756922565\n", - "2073\n", - "fullness index: 0.20827170137054055\n", - "2074\n", - "fullness index: 0.1208808569395582\n", - "2075\n", - "fullness index: 0.1825749229705812\n", - "2076\n", - "fullness index: 0.41786753955127026\n", - "2077\n", - "fullness index: 0.19863626562049225\n", - "2078\n", - "fullness index: 0.38345650187693536\n", - "2079\n", - "fullness index: 0.1589953188092543\n", - "2080\n", - "fullness index: 0.4031144007376497\n", - "2081\n", - "fullness index: 0.3675700038584182\n", - "2082\n", - "fullness index: 0.44054320027027644\n", - "2083\n", - "fullness index: 0.3037891123721137\n", - "2084\n", - "fullness index: 0.32733978041905176\n", - "2085\n", - "fullness index: 0.2766563340076551\n", - "2086\n", - "fullness index: 0.45657549278701215\n", - "2087\n", - "fullness index: 0.22582588133220763\n", - "2088\n", - "fullness index: 0.2597901588651621\n", - "2089\n", - "fullness index: 0.4235938337136152\n", - "2090\n", - "fullness index: 0.36517881491033255\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2091\n", - "fullness index: 0.23322668948933684\n", - "2092\n", - "fullness index: 0.2176263642407693\n", - "2093\n", - "fullness index: 0.3427152237240484\n", - "2094\n", - "fullness index: 0.42955366622967023\n", - "2095\n", - "fullness index: 0.23003862522728014\n", - "2096\n", - "fullness index: 0.38661977838960915\n", - "2097\n", - "fullness index: 0.1505485003543754\n", - "2098\n", - "fullness index: 0.4182143315486731\n", - "2099\n", - "fullness index: 0.1420676658502392\n", - "2100\n", - "fullness index: 0.4079719163504099\n", - "2101\n", - "fullness index: 0.324501616912461\n", - "2102\n", - "fullness index: 0.036786999867849265\n", - "2103\n", - "fullness index: 0.1953583328043654\n", - "2104\n", - "fullness index: 0.398175199775748\n", - "2105\n", - "fullness index: 0.1917633334857732\n", - "2106\n", - "fullness index: 0.09003045464553659\n", - "2107\n", - "fullness index: 0.2508984994662266\n", - "2108\n", - "fullness index: 0.2761521340318723\n", - "2109\n", - "fullness index: 0.2013568559311482\n", - "2110\n", - "fullness index: 0.2957951988552532\n", - "2111\n", - "fullness index: 0.26569199989211356\n", - "2112\n", - "fullness index: 0.29007011275098193\n", - "2113\n", - "fullness index: 0.22547999873743474\n", - "2114\n", - "fullness index: 0.184994167482652\n", - "2115\n", - "fullness index: 0.42938228859622746\n", - "2116\n", - "fullness index: 0.341320335001405\n", - "2117\n", - "fullness index: 0.48172943564532034\n", - "2118\n", - "fullness index: 0.26855822071956936\n", - "2119\n", - "fullness index: 0.36100050251601107\n", - "2120\n", - "fullness index: 0.2562387402016342\n", - "2121\n", - "fullness index: 0.4373166694955823\n", - "2122\n", - "fullness index: 0.40383392292894243\n", - "2123\n", - "fullness index: 0.2289267004802241\n", - "2124\n", - "fullness index: 0.18148442878633173\n", - "2125\n", - "fullness index: 0.3564342956256451\n", - "2126\n", - "fullness index: 0.2226631436470013\n", - "2127\n", - "fullness index: 0.14793054568547798\n", - "2128\n", - "fullness index: 0.19863040081545477\n", - "2129\n", - "fullness index: 0.25897084328409237\n", - "2130\n", - "fullness index: 0.40972566406384836\n", - "2131\n", - "fullness index: 0.13732766568533508\n", - "2132\n", - "fullness index: 0.11497199977566197\n", - "2133\n", - "fullness index: 0.20071324383275782\n", - "2134\n", - "fullness index: 0.2502295987212165\n", - "2135\n", - "fullness index: 0.1938138003984932\n", - "2136\n", - "fullness index: 0.36884450033830946\n", - "2137\n", - "fullness index: 0.16399934254351528\n", - "2138\n", - "fullness index: 0.24829300069905003\n", - "2139\n", - "fullness index: 0.1598811116511772\n", - "2140\n", - "fullness index: 0.2053686088982273\n", - "2141\n", - "fullness index: 0.21295157170490192\n", - "2142\n", - "fullness index: 0.24274621451123884\n", - "2143\n", - "fullness index: 0.1539485559624154\n", - "2144\n", - "fullness index: 0.3519668560204861\n", - "2145\n", - "fullness index: 0.29581104416364645\n", - "2146\n", - "fullness index: 0.21115616678798688\n", - "2147\n", - "fullness index: 0.14580305156356954\n", - "2148\n", - "fullness index: 0.24136500022515456\n", - "2149\n", - "fullness index: 0.5180857729026699\n", - "2150\n", - "fullness index: 0.14397342807082428\n", - "2151\n", - "fullness index: 0.19465284202382654\n", - "2152\n", - "fullness index: 0.4712149859234071\n", - "2153\n", - "fullness index: 0.21846670120212366\n", - "2154\n", - "fullness index: 0.29668911997030245\n", - "2155\n", - "fullness index: 0.25849897614794565\n", - "2156\n", - "fullness index: 0.4443910785417896\n", - "2157\n", - "fullness index: 0.08093187492704601\n", - "2158\n", - "fullness index: 0.3961105689502022\n", - "2159\n", - "fullness index: 0.3699731451703321\n", - "2160\n", - "fullness index: 0.2520648359449659\n", - "2161\n", - "fullness index: 0.34558091859806306\n", - "2162\n", - "fullness index: 0.2904283011535881\n", - "2163\n", - "fullness index: 0.29831225242014625\n", - "2164\n", - "fullness index: 0.22583830718566297\n", - "2165\n", - "fullness index: 0.18124739914710516\n", - "2166\n", - "fullness index: 0.25730577004619065\n", - "2167\n", - "fullness index: 0.2619742872906272\n", - "2168\n", - "fullness index: 0.3142564014545542\n", - "2169\n", - "fullness index: 0.16505649946939227\n", - "2170\n", - "fullness index: 0.268967669379587\n", - "2171\n", - "fullness index: 0.23710947048418937\n", - "2172\n", - "fullness index: 0.1602427069177926\n", - "2173\n", - "fullness index: 0.48597400084071574\n", - "2174\n", - "fullness index: 0.2893889092950147\n", - "2175\n", - "fullness index: 0.3678328908105854\n", - "2176\n", - "fullness index: 0.2712716242949682\n", - "2177\n", - "fullness index: 0.1549645708406128\n", - "2178\n", - "fullness index: 0.17379085679863238\n", - "2179\n", - "fullness index: 0.20346124991783654\n", - "2180\n", - "fullness index: 0.122306888821994\n", - "2181\n", - "fullness index: 0.35460244474203745\n", - "2182\n", - "fullness index: 0.31970333644555166\n", - "2183\n", - "fullness index: 0.18428949941395936\n", - "2184\n", - "fullness index: 0.22943938436555283\n", - "2185\n", - "fullness index: 0.12069587532948846\n", - "2186\n", - "fullness index: 0.18347761959055442\n", - "2187\n", - "fullness index: 0.3272184172262011\n", - "2188\n", - "fullness index: 0.12987799979746342\n", - "2189\n", - "fullness index: 0.398634114909244\n", - "2190\n", - "fullness index: 0.3516914274641749\n", - "2191\n", - "fullness index: 0.18006057920073498\n", - "2192\n", - "fullness index: 0.28211691150367685\n", - "2193\n", - "fullness index: 0.20910999770664299\n", - "2194\n", - "fullness index: 0.038296642638670164\n", - "2195\n", - "fullness index: 0.14460210036158969\n", - "2196\n", - "fullness index: 0.23674566872978176\n", - "2197\n", - "fullness index: 0.13749218127684965\n", - "2198\n", - "fullness index: 0.22058387598553963\n", - "2199\n", - "fullness index: 0.3445966666149616\n", - "2200\n", - "fullness index: 0.09332127291864625\n", - "2201\n", - "fullness index: 0.14181901449044587\n", - "2202\n", - "fullness index: 0.22838499981205335\n", - "2203\n", - "fullness index: 0.19190699953685453\n", - "2204\n", - "fullness index: 0.313353998230822\n", - "2205\n", - "fullness index: 0.1649881424216671\n", - "2206\n", - "fullness index: 0.23762766494049478\n", - "2207\n", - "fullness index: 0.23434066534779655\n", - "2208\n", - "fullness index: 0.22980076191566653\n", - "2209\n", - "fullness index: 0.4326342065967311\n", - "2210\n", - "fullness index: 0.37212919463577365\n", - "2211\n", - "fullness index: 0.14948322277713386\n", - "2212\n", - "fullness index: 0.23071796167938308\n", - "2213\n", - "fullness index: 0.1472089414024755\n", - "2214\n", - "fullness index: 0.10234783357479198\n", - "2215\n", - "fullness index: 0.20440330754711164\n", - "2216\n", - "fullness index: 0.1763677225895069\n", - "2217\n", - "fullness index: 0.2837059344415262\n", - "2218\n", - "fullness index: 0.09263219941058196\n", - "2219\n", - "fullness index: 0.354895471724483\n", - "2220\n", - "fullness index: 0.108280748470861\n", - "2221\n", - "fullness index: 0.2219178183110092\n", - "2222\n", - "fullness index: 0.2717260013305349\n", - "2223\n", - "fullness index: 0.18619850085815415\n", - "2224\n", - "fullness index: 0.13393615255218858\n", - "2225\n", - "fullness index: 0.4078074800399619\n", - "2226\n", - "fullness index: 0.07754988859422458\n", - "2227\n", - "fullness index: 0.4313491645443719\n", - "2228\n", - "fullness index: 0.1911301239823814\n", - "2229\n", - "fullness index: 0.2655254449071233\n", - "2230\n", - "fullness index: 0.023889666613532274\n", - "2231\n", - "fullness index: 0.034884250366303604\n", - "2232\n", - "fullness index: 0.14255919965653446\n", - "2233\n", - "fullness index: 0.14329049993102672\n", - "2234\n", - "fullness index: 0.3439508575793297\n", - "2235\n", - "fullness index: 0.12516300088342783\n", - "2236\n", - "fullness index: 0.06800325082622294\n", - "2237\n", - "fullness index: 0.10374974973573053\n", - "2238\n", - "fullness index: 0.29483766468183603\n", - "2239\n", - "fullness index: 0.3126474310535871\n", - "2240\n", - "fullness index: 0.12266757155501701\n", - "2241\n", - "fullness index: 0.06809799857364851\n", - "2242\n", - "fullness index: 0.09216844459863044\n", - "2243\n", - "fullness index: 0.22223881850852029\n", - "2244\n", - "fullness index: 0.42019443325619554\n", - "2245\n", - "fullness index: 0.062169599582557564\n", - "2246\n", - "fullness index: 0.030505000613629818\n", - "2247\n", - "fullness index: 0.049266555637182644\n", - "2248\n", - "fullness index: 0.13758945573119324\n", - "2249\n", - "fullness index: 0.2361475324344686\n", - "2250\n", - "fullness index: 0.15488490010561692\n", - "2251\n", - "fullness index: 0.05573050009115832\n", - "2252\n", - "fullness index: 0.06271650019819693\n", - "2253\n", - "fullness index: 0.08053883298805431\n", - "2254\n", - "fullness index: 0.13972093390563411\n", - "2255\n", - "fullness index: 0.03817942873657947\n", - "2256\n", - "fullness index: 0.17995786711218595\n", - "2257\n", - "fullness index: 0.08595493310649543\n", - "2258\n", - "fullness index: 0.22606962499787642\n", - "2259\n", - "fullness index: 0.24713800167531494\n", - "2260\n", - "fullness index: 0.14143287504397506\n", - "2261\n", - "fullness index: 0.19543294529483368\n", - "2262\n", - "fullness index: 0.34031100141540566\n", - "2263\n", - "fullness index: 0.33246232680887855\n", - "2264\n", - "fullness index: 0.040767667203908786\n", - "2265\n", - "fullness index: 0.1720082872281117\n", - "2266\n", - "fullness index: 0.1700151827025965\n", - "2267\n", - "fullness index: 0.24578495655742186\n", - "2268\n", - "fullness index: 0.2860990017377642\n", - "2269\n", - "fullness index: 0.07112221739716125\n", - "2270\n", - "fullness index: 0.34696299947441167\n", - "2271\n", - "fullness index: 0.12376844457725787\n", - "2272\n", - "fullness index: 0.05071074985789892\n", - "2273\n", - "fullness index: 0.10767099965596572\n", - "2274\n", - "fullness index: 0.0401241993309668\n", - "2275\n", - "fullness index: 0.24821416636162516\n", - "2276\n", - "fullness index: 0.195356188068601\n", - "2277\n", - "fullness index: 0.046290499947645\n", - "2278\n", - "fullness index: 0.21122336484884063\n", - "2279\n", - "fullness index: 0.15015877728365012\n", - "2280\n", - "fullness index: 0.047136599919758736\n", - "2281\n", - "fullness index: 0.02561471453529001\n", - "2282\n", - "fullness index: 0.28220666641488307\n", - "2283\n", - "fullness index: 0.19198762589985563\n", - "2284\n", - "fullness index: 0.4875548422600922\n", - "2285\n", - "fullness index: 0.3166554670007827\n", - "2286\n", - "fullness index: 0.03953299990583522\n", - "2287\n", - "fullness index: 0.17169770030095605\n", - "2288\n", - "fullness index: 0.14411925056447217\n", - "2289\n", - "fullness index: 0.05940000108384993\n", - "2290\n", - "fullness index: 0.3730758008940635\n", - "2291\n", - "fullness index: 0.11564666712559604\n", - "2292\n", - "fullness index: 0.457434382635675\n", - "2293\n", - "fullness index: 0.07531175102781162\n", - "2294\n", - "fullness index: 0.034397750394418836\n", - "2295\n", - "fullness index: 0.22539539961574065\n", - "2296\n", - "fullness index: 0.03256619990861509\n", - "2297\n", - "fullness index: 0.2375285878772368\n", - "2298\n", - "fullness index: 0.15689424866536686\n", - "2299\n", - "fullness index: 0.29821100017368735\n", - "2300\n", - "fullness index: 0.02383441691927146\n", - "2301\n", - "fullness index: 0.16899022289888105\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2302\n", - "fullness index: 0.07592577849734677\n", - "2303\n", - "fullness index: 0.06423574909422314\n", - "2304\n", - "fullness index: 0.33234476512638245\n", - "2305\n", - "fullness index: 0.07346533306796725\n", - "2306\n", - "fullness index: 0.12827336420146326\n", - "2307\n", - "fullness index: 0.31970271429932573\n", - "2308\n", - "fullness index: 0.14554383374312843\n", - "2309\n", - "fullness index: 0.09868466713997273\n", - "2310\n", - "fullness index: 0.456039714867919\n", - "2311\n", - "fullness index: 0.16710600045085552\n", - "2312\n", - "fullness index: 0.3223549458450993\n", - "2313\n", - "fullness index: 0.35459789919659673\n", - "2314\n", - "fullness index: 0.0930779991079665\n", - "2315\n", - "fullness index: 0.1086358184494946\n", - "2316\n", - "fullness index: 0.026145166491308675\n", - "2317\n", - "fullness index: 0.11805433285432325\n", - "2318\n", - "fullness index: 0.08235624991903023\n", - "2319\n", - "fullness index: 0.14317350170767895\n", - "2320\n", - "fullness index: 0.18143840174634535\n", - "2321\n", - "fullness index: 0.28806679811623326\n", - "2322\n", - "fullness index: 0.05225914303056405\n", - "2323\n", - "fullness index: 0.3751371294310957\n", - "2324\n", - "fullness index: 0.08665129209839506\n", - "2325\n", - "fullness index: 0.06055914272188342\n", - "2326\n", - "fullness index: 0.1728372490761103\n", - "2327\n", - "fullness index: 0.11180049943141057\n", - "2328\n", - "fullness index: 0.0318590003225836\n", - "2329\n", - "fullness index: 0.07401144446743678\n", - "2330\n", - "fullness index: 0.2742280003088429\n", - "2331\n", - "fullness index: 0.3020021258940915\n", - "2332\n", - "fullness index: 0.23262155551999167\n", - "2333\n", - "fullness index: 0.5742063631561534\n", - "2334\n", - "fullness index: 0.14800742102045805\n", - "2335\n", - "fullness index: 0.26954485787116156\n", - "2336\n", - "fullness index: 0.14614174976904903\n", - "2337\n", - "fullness index: 0.120172500746321\n", - "2338\n", - "fullness index: 0.08893410021225918\n", - "2339\n", - "fullness index: 0.27327962621893676\n", - "2340\n", - "fullness index: 0.4456138602877723\n", - "2341\n", - "fullness index: 0.2367190002309179\n", - "2342\n", - "fullness index: 0.06137257147500869\n", - "2343\n", - "fullness index: 0.18512328632069902\n", - "2344\n", - "fullness index: 0.0734443850468289\n", - "2345\n", - "fullness index: 0.4296767169996331\n", - "2346\n", - "fullness index: 0.08058542838089773\n", - "2347\n", - "fullness index: 0.08827399976726155\n", - "2348\n", - "fullness index: 0.1444754548141315\n", - "2349\n", - "fullness index: 0.06389250027750677\n", - "2350\n", - "fullness index: 0.11813471447489324\n", - "2351\n", - "fullness index: 0.2578156233703339\n", - "2352\n", - "fullness index: 0.37815129507420997\n", - "2353\n", - "fullness index: 0.27024922124348905\n", - "2354\n", - "fullness index: 0.19507391979215752\n", - "2355\n", - "fullness index: 0.43184427856438684\n", - "2356\n", - "fullness index: 0.3768663829077223\n", - "2357\n", - "fullness index: 0.3006739994828725\n", - "2358\n", - "fullness index: 0.22821826460896869\n", - "2359\n", - "fullness index: 0.32547759516256747\n", - "2360\n", - "fullness index: 0.17007633397588506\n", - "2361\n", - "fullness index: 0.16058900130571732\n", - "2362\n", - "fullness index: 0.24762175183423096\n", - "2363\n", - "fullness index: 0.12611281759448253\n", - "2364\n", - "fullness index: 0.25034588939696634\n", - "2365\n", - "fullness index: 0.2809591818905181\n", - "2366\n", - "fullness index: 0.17917503401701348\n", - "2367\n", - "fullness index: 0.4427231823825753\n", - "2368\n", - "fullness index: 0.34763511205286096\n", - "2369\n", - "fullness index: 0.2821078223644102\n", - "2370\n", - "fullness index: 0.3593442964735747\n", - "2371\n", - "fullness index: 0.2954297353479727\n", - "2372\n", - "fullness index: 0.3887267765011933\n", - "2373\n", - "fullness index: 0.40554656241135945\n", - "2374\n", - "fullness index: 0.15567333372806993\n", - "2375\n", - "fullness index: 0.20702361510820294\n", - "2376\n", - "fullness index: 0.45431876162389184\n", - "2377\n", - "fullness index: 0.22803233128797729\n", - "2378\n", - "fullness index: 0.2264310000584449\n", - "2379\n", - "fullness index: 0.16805209096326673\n", - "2380\n", - "fullness index: 0.3730299992067947\n", - "2381\n", - "fullness index: 0.34990970017133805\n", - "2382\n", - "fullness index: 0.276989410784448\n", - "2383\n", - "fullness index: 0.13221209918920068\n", - "2384\n", - "fullness index: 0.40107229451635196\n", - "2385\n", - "fullness index: 0.3191288746184\n", - "2386\n", - "fullness index: 0.352233572602667\n", - "2387\n", - "fullness index: 0.34988712969406466\n", - "2388\n", - "fullness index: 0.35667191571477963\n", - "2389\n", - "fullness index: 0.27763591681718935\n", - "2390\n", - "fullness index: 0.2463825388001099\n", - "2391\n", - "fullness index: 0.3406197498952679\n", - "2392\n", - "fullness index: 0.11026319973752834\n", - "2393\n", - "fullness index: 0.3734716668348281\n", - "2394\n", - "fullness index: 0.14797746638047707\n", - "2395\n", - "fullness index: 0.1907371667330911\n", - "2396\n", - "fullness index: 0.3032366012829329\n", - "2397\n", - "fullness index: 0.16053650008689146\n", - "2398\n", - "fullness index: 0.13934049874539292\n", - "2399\n", - "fullness index: 0.4234137243899578\n", - "2400\n", - "fullness index: 0.3598617610090878\n", - "2401\n", - "fullness index: 0.3221659109417074\n", - "2402\n", - "fullness index: 0.5440864382135261\n", - "2403\n", - "fullness index: 0.2935153328284135\n", - "2404\n", - "fullness index: 0.3318756308757369\n", - "2405\n", - "fullness index: 0.17927666752560376\n", - "2406\n", - "fullness index: 0.32211579925992734\n", - "2407\n", - "fullness index: 0.35654049987570036\n", - "2408\n", - "fullness index: 0.3478814676597798\n", - "2409\n", - "fullness index: 0.2189091010840002\n", - "2410\n", - "fullness index: 0.2131241814819408\n", - "2411\n", - "fullness index: 0.20626264361089855\n", - "2412\n", - "fullness index: 0.45564162488790316\n", - "2413\n", - "fullness index: 0.21309914336182242\n", - "2414\n", - "fullness index: 0.31724657265086925\n", - "2415\n", - "fullness index: 0.2702149284758986\n", - "2416\n", - "fullness index: 0.11533233401526861\n", - "2417\n", - "fullness index: 0.236952260698331\n", - "2418\n", - "fullness index: 0.4199168589941889\n", - "2419\n", - "fullness index: 0.12009999891743064\n", - "2420\n", - "fullness index: 0.462871251624468\n", - "2421\n", - "fullness index: 0.12952199791713306\n", - "2422\n", - "fullness index: 0.3434350001770478\n", - "2423\n", - "fullness index: 0.2615316960130233\n", - "2424\n", - "fullness index: 0.17319199876445576\n", - "2425\n", - "fullness index: 0.278249498376681\n", - "2426\n", - "fullness index: 0.3553211419836901\n", - "2427\n", - "fullness index: 0.06496624998794687\n", - "2428\n", - "fullness index: 0.49258892683046385\n", - "2429\n", - "fullness index: 0.17461830394175037\n", - "2430\n", - "fullness index: 0.25503363662970846\n", - "2431\n", - "fullness index: 0.24466300033717897\n", - "2432\n", - "fullness index: 0.4817422935362522\n", - "2433\n", - "fullness index: 0.16442542906588642\n", - "2434\n", - "fullness index: 0.1462655999238147\n", - "2435\n", - "fullness index: 0.10798728520681575\n", - "2436\n", - "fullness index: 0.3158136155222728\n", - "2437\n", - "fullness index: 0.24366149915355587\n", - "2438\n", - "fullness index: 0.2085920000771204\n", - "2439\n", - "fullness index: 0.4141190582175862\n", - "2440\n", - "fullness index: 0.44815585321846274\n", - "2441\n", - "fullness index: 0.08668971483837681\n", - "2442\n", - "fullness index: 0.19678653836644328\n", - "2443\n", - "fullness index: 0.21160585689676736\n", - "2444\n", - "fullness index: 0.19493888935883458\n", - "2445\n", - "fullness index: 0.2823014014575165\n", - "2446\n", - "fullness index: 0.2814243353398827\n", - "2447\n", - "fullness index: 0.22944514275461966\n", - "2448\n", - "fullness index: 0.27545908463192365\n", - "2449\n", - "fullness index: 0.2890893111416517\n", - "2450\n", - "fullness index: 0.2183126465349821\n", - "2451\n", - "fullness index: 0.4452835041538492\n", - "2452\n", - "fullness index: 0.2639887783863944\n", - "2453\n", - "fullness index: 0.3516594445904452\n", - "2454\n", - "fullness index: 0.10001657140829982\n", - "2455\n", - "fullness index: 0.08027171463579309\n", - "2456\n", - "fullness index: 0.4396364828869812\n", - "2457\n", - "fullness index: 0.5134455553262443\n", - "2458\n", - "fullness index: 0.11092839856137289\n", - "2459\n", - "fullness index: 0.42776792237054906\n", - "2460\n", - "fullness index: 0.24113166632499392\n", - "2461\n", - "fullness index: 0.3936817525718652\n", - "2462\n", - "fullness index: 0.19415611338788746\n", - "2463\n", - "fullness index: 0.4660343751020264\n", - "2464\n", - "fullness index: 0.21138760027679382\n", - "2465\n", - "fullness index: 0.28518000164065904\n", - "2466\n", - "fullness index: 0.19453799863986204\n", - "2467\n", - "fullness index: 0.2531665703136241\n", - "2468\n", - "fullness index: 0.2730145739426299\n", - "2469\n", - "fullness index: 0.29987200015748383\n", - "2470\n", - "fullness index: 0.2953198556538804\n", - "2471\n", - "fullness index: 0.16025271594012988\n", - "2472\n", - "fullness index: 0.4267928303646234\n", - "2473\n", - "fullness index: 0.16643199962709332\n", - "2474\n", - "fullness index: 0.3551747103869401\n", - "2475\n", - "fullness index: 0.3732529991916396\n", - "2476\n", - "fullness index: 0.402049727392957\n", - "2477\n", - "fullness index: 0.13125728530576453\n", - "2478\n", - "fullness index: 0.3492018675115863\n", - "2479\n", - "fullness index: 0.1980770953482317\n", - "2480\n", - "fullness index: 0.10090399998807698\n", - "2481\n", - "fullness index: 0.16526008996079739\n", - "2482\n", - "fullness index: 0.11375037508969399\n", - "2483\n", - "fullness index: 0.26763514245041214\n", - "2484\n", - "fullness index: 0.14677616663296553\n", - "2485\n", - "fullness index: 0.2999967580513481\n", - "2486\n", - "fullness index: 0.37084162569613\n", - "2487\n", - "fullness index: 0.13911241331976165\n", - "2488\n", - "fullness index: 0.35545371457659974\n", - "2489\n", - "fullness index: 0.3116285757269452\n", - "2490\n", - "fullness index: 0.19722994085010642\n", - "2491\n", - "fullness index: 0.5307234273953197\n", - "2492\n", - "fullness index: 0.22021057282732467\n", - "2493\n", - "fullness index: 0.3140154295090594\n", - "2494\n", - "fullness index: 0.34681123326441293\n", - "2495\n", - "fullness index: 0.27486807962919557\n", - "2496\n", - "fullness index: 0.32984581465750257\n", - "2497\n", - "fullness index: 0.20643016703312847\n", - "2498\n", - "fullness index: 0.4021724922547762\n", - "2499\n", - "fullness index: 0.3024275001812384\n", - "2500\n", - "fullness index: 0.28263157113958315\n", - "2501\n", - "fullness index: 0.35759111299557844\n", - "2502\n", - "fullness index: 0.5237753897904243\n", - "2503\n", - "fullness index: 0.20243699894865586\n", - "2504\n", - "fullness index: 0.2320170001949009\n", - "2505\n", - "fullness index: 0.4670659992552828\n", - "2506\n", - "fullness index: 0.2971311251464215\n", - "2507\n", - "fullness index: 0.2616777857198583\n", - "2508\n", - "fullness index: 0.3443118024733849\n", - "2509\n", - "fullness index: 0.34811352239289983\n", - "2510\n", - "fullness index: 0.46159447274016874\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2511\n", - "fullness index: 0.46476910065530314\n", - "2512\n", - "fullness index: 0.43720816904351517\n", - "2513\n", - "fullness index: 0.2195005559268692\n", - "2514\n", - "fullness index: 0.6045965471553658\n", - "2515\n", - "fullness index: 0.3797566251050739\n", - "2516\n", - "fullness index: 0.44868299857868504\n", - "2517\n", - "fullness index: 0.16965950074518332\n", - "2518\n", - "fullness index: 0.15753100018810073\n", - "2519\n", - "fullness index: 0.4132915471848471\n", - "2520\n", - "fullness index: 0.16163200063238037\n", - "2521\n", - "fullness index: 0.3704486861509036\n", - "2522\n", - "fullness index: 0.22657283293422856\n", - "2523\n", - "fullness index: 0.3155194998059544\n", - "2524\n", - "fullness index: 0.20559328653611636\n", - "2525\n", - "fullness index: 0.41413271335669116\n", - "2526\n", - "fullness index: 0.5226496777282256\n", - "2527\n", - "fullness index: 0.34835449703238436\n", - "2528\n", - "fullness index: 0.31997604545242875\n", - "2529\n", - "fullness index: 0.20448489936679834\n", - "2530\n", - "fullness index: 0.268122999357729\n", - "2531\n", - "fullness index: 0.39349690293434947\n", - "2532\n", - "fullness index: 0.2953393714277708\n", - "2533\n", - "fullness index: 0.1264137852868511\n", - "2534\n", - "fullness index: 0.2589913562333095\n", - "2535\n", - "fullness index: 0.05261120001669042\n", - "2536\n", - "fullness index: 0.18005566592425262\n", - "2537\n", - "fullness index: 0.163962125483143\n", - "2538\n", - "fullness index: 0.47468099845573103\n", - "2539\n", - "fullness index: 0.24631561635963478\n", - "2540\n", - "fullness index: 0.14793038901229416\n", - "2541\n", - "fullness index: 0.36690918533956085\n", - "2542\n", - "fullness index: 0.2767102513134887\n", - "2543\n", - "fullness index: 0.20839310830746804\n", - "2544\n", - "fullness index: 0.31345344485533944\n", - "2545\n", - "fullness index: 0.08252328588423552\n", - "2546\n", - "fullness index: 0.19277342856477325\n", - "2547\n", - "fullness index: 0.26036678807677743\n", - "2548\n", - "fullness index: 0.08627666705676044\n", - "2549\n", - "fullness index: 0.27125224336754017\n", - "2550\n", - "fullness index: 0.5410508569849688\n", - "2551\n", - "fullness index: 0.2362142873153061\n", - "2552\n", - "fullness index: 0.21013130803196242\n", - "2553\n", - "fullness index: 0.18899509013664845\n", - "2554\n", - "fullness index: 0.1456376665761733\n", - "2555\n", - "fullness index: 0.28076542771019114\n", - "2556\n", - "fullness index: 0.287012714665512\n", - "2557\n", - "fullness index: 0.27344359988237554\n", - "2558\n", - "fullness index: 0.07513833299403055\n", - "2559\n", - "fullness index: 0.3630615403437612\n", - "2560\n", - "fullness index: 0.19405071483093447\n", - "2561\n", - "fullness index: 0.22518039918722935\n", - "2562\n", - "fullness index: 0.4332693322244773\n", - "2563\n", - "fullness index: 0.3498719229798483\n", - "2564\n", - "fullness index: 0.4037517492318443\n", - "2565\n", - "fullness index: 0.3362710972582312\n", - "2566\n", - "fullness index: 0.2336189993742058\n", - "2567\n", - "fullness index: 0.2094153321813792\n", - "2568\n", - "fullness index: 0.2952808336885937\n", - "2569\n", - "fullness index: 0.3126567417260401\n", - "2570\n", - "fullness index: 0.18788584681001688\n", - "2571\n", - "fullness index: 0.6041402418582684\n", - "2572\n", - "fullness index: 0.36113543281394533\n", - "2573\n", - "fullness index: 0.36808219741797077\n", - "2574\n", - "fullness index: 0.3123458116463713\n", - "2575\n", - "fullness index: 0.1120935988776182\n", - "2576\n", - "fullness index: 0.3937706641493908\n", - "2577\n", - "fullness index: 0.28635397138061114\n", - "2578\n", - "fullness index: 0.08449462561766552\n", - "2579\n", - "fullness index: 0.09389749958830862\n", - "2580\n", - "fullness index: 0.38528681668761\n", - "2581\n", - "fullness index: 0.11983049983354022\n", - "2582\n", - "fullness index: 0.22432481858636905\n", - "2583\n", - "fullness index: 0.1054862486678303\n", - "2584\n", - "fullness index: 0.20416003692606374\n", - "2585\n", - "fullness index: 0.1345256736690539\n", - "2586\n", - "fullness index: 0.3504025004455116\n", - "2587\n", - "fullness index: 0.1650152664977213\n", - "2588\n", - "fullness index: 0.4176928343010028\n", - "2589\n", - "fullness index: 0.10321400020620786\n", - "2590\n", - "fullness index: 0.4395370383048589\n", - "2591\n", - "fullness index: 0.14735900109953945\n", - "2592\n", - "fullness index: 0.10486971501963387\n", - "2593\n", - "fullness index: 0.08226325004943646\n", - "2594\n", - "fullness index: 0.09598650130647002\n", - "2595\n", - "fullness index: 0.22506399758761594\n", - "2596\n", - "fullness index: 0.06228762449063652\n", - "2597\n", - "fullness index: 0.06433766607854825\n", - "2598\n", - "fullness index: 0.18679788739690492\n", - "2599\n", - "fullness index: 0.26047119773265875\n", - "2600\n", - "fullness index: 0.09483336359894358\n", - "2601\n", - "fullness index: 0.263045098891295\n", - "2602\n", - "fullness index: 0.10706087588096125\n", - "2603\n", - "fullness index: 0.07601350004370033\n", - "2604\n", - "fullness index: 0.15705480229953536\n", - "2605\n", - "fullness index: 0.04889024993462954\n", - "2606\n", - "fullness index: 0.17574514392098145\n", - "2607\n", - "fullness index: 0.31935766320627107\n", - "2608\n", - "fullness index: 0.13455131285257949\n", - "2609\n", - "fullness index: 0.15678343753489798\n", - "2610\n", - "fullness index: 0.22043999898164654\n", - "2611\n", - "fullness index: 0.09907649926012141\n", - "2612\n", - "fullness index: 0.37675066451932554\n", - "2613\n", - "fullness index: 0.3497776650603757\n", - "2614\n", - "fullness index: 0.16537787524021041\n", - "2615\n", - "fullness index: 0.09551099958553096\n", - "2616\n", - "fullness index: 0.150127617379721\n", - "2617\n", - "fullness index: 0.4447024161551478\n", - "2618\n", - "fullness index: 0.23682535683344344\n", - "2619\n", - "fullness index: 0.13760435746579397\n", - "2620\n", - "fullness index: 0.216828797821654\n", - "2621\n", - "fullness index: 0.44520499834106886\n", - "2622\n", - "fullness index: 0.057522000366589054\n", - "2623\n", - "fullness index: 0.06718222224662895\n", - "2624\n", - "fullness index: 0.3859059974981522\n", - "2625\n", - "fullness index: 0.3565498676495433\n", - "2626\n", - "fullness index: 0.2405451682934654\n", - "2627\n", - "fullness index: 0.3733572211697012\n", - "2628\n", - "fullness index: 0.4221343987015075\n", - "2629\n", - "fullness index: 0.34969462281878805\n", - "2630\n", - "fullness index: 0.43865806335472257\n", - "2631\n", - "fullness index: 0.281225624936269\n", - "2632\n", - "fullness index: 0.306791352470746\n", - "2633\n", - "fullness index: 0.24658364294373314\n", - "2634\n", - "fullness index: 0.2496417499569361\n", - "2635\n", - "fullness index: 0.1351579004843643\n", - "2636\n", - "fullness index: 0.2259345873934067\n", - "2637\n", - "fullness index: 0.11990000003258956\n", - "2638\n", - "fullness index: 0.34147933342076914\n", - "2639\n", - "fullness index: 0.21328340409090743\n", - "2640\n", - "fullness index: 0.17515528692768254\n", - "2641\n", - "fullness index: 0.12728762452752562\n", - "2642\n", - "fullness index: 0.16151363602145094\n", - "2643\n", - "fullness index: 0.2088269993497046\n", - "2644\n", - "fullness index: 0.3334139176101441\n", - "2645\n", - "fullness index: 0.2310272237921001\n", - "2646\n", - "fullness index: 0.07244742901769184\n", - "2647\n", - "fullness index: 0.24161464717112455\n", - "2648\n", - "fullness index: 0.237961477390155\n", - "2649\n", - "fullness index: 0.19118933076242683\n", - "2650\n", - "fullness index: 0.004154000023845583\n", - "2651\n", - "fullness index: 0.1540058668357233\n", - "2652\n", - "fullness index: 0.30478575143933995\n", - "2653\n", - "fullness index: 0.464865048888463\n", - "2654\n", - "fullness index: 0.2924256653715929\n", - "2655\n", - "fullness index: 0.19184044463327155\n", - "2656\n", - "fullness index: 0.09485144428703683\n", - "2657\n", - "fullness index: 0.3064753350315894\n", - "2658\n", - "fullness index: 0.08976262490834586\n", - "2659\n", - "fullness index: 0.17776772706298\n", - "2660\n", - "fullness index: 0.145591554445774\n", - "2661\n", - "fullness index: 0.208682272452279\n", - "2662\n", - "fullness index: 0.325808598936419\n", - "2663\n", - "fullness index: 0.147846750703593\n", - "2664\n", - "fullness index: 0.14492600083364474\n", - "2665\n", - "fullness index: 0.47511019808589483\n", - "2666\n", - "fullness index: 0.4527077510209381\n", - "2667\n", - "fullness index: 0.38343559795148396\n", - "2668\n", - "fullness index: 0.20889855532085574\n", - "2669\n", - "fullness index: 0.30189050450887106\n", - "2670\n", - "fullness index: 0.4040809493035699\n", - "2671\n", - "fullness index: 0.2810797642183081\n", - "2672\n", - "fullness index: 0.10006612467896048\n", - "2673\n", - "fullness index: 0.10446271974570209\n", - "2674\n", - "fullness index: 0.20812216796214972\n", - "2675\n", - "fullness index: 0.2288928988527914\n", - "2676\n", - "fullness index: 0.3938941113733057\n", - "2677\n", - "fullness index: 0.14689737448497908\n", - "2678\n", - "fullness index: 0.4324566310496923\n", - "2679\n", - "fullness index: 0.18543316763922726\n", - "2680\n", - "fullness index: 0.24500662594618916\n", - "2681\n", - "fullness index: 0.32987131648585427\n", - "2682\n", - "fullness index: 0.1050914496268888\n", - "2683\n", - "fullness index: 0.3127188906783965\n", - "2684\n", - "fullness index: 0.3706673572414831\n", - "2685\n", - "fullness index: 0.24330828812630248\n", - "2686\n", - "fullness index: 0.49968211181759314\n", - "2687\n", - "fullness index: 0.2784966643721418\n", - "2688\n", - "fullness index: 0.13536833372733478\n", - "2689\n", - "fullness index: 0.3706360144887058\n", - "2690\n", - "fullness index: 0.434816619738177\n", - "2691\n", - "fullness index: 0.25265580491636935\n", - "2692\n", - "fullness index: 0.4581807352318559\n", - "2693\n", - "fullness index: 0.3322720814649074\n", - "2694\n", - "fullness index: 0.4420567843654128\n", - "2695\n", - "fullness index: 0.2627614996285047\n", - "2696\n", - "fullness index: 0.19848472844916445\n", - "2697\n", - "fullness index: 0.10855747654092002\n", - "2698\n", - "fullness index: 0.31341811235259026\n", - "2699\n", - "fullness index: 0.16022453289624536\n", - "2700\n", - "fullness index: 0.0882816008412192\n", - "2701\n", - "fullness index: 0.3919468559033703\n", - "2702\n", - "fullness index: 0.15177014154063986\n", - "2703\n", - "fullness index: 0.3440842473592056\n", - "2704\n", - "fullness index: 0.41914463085639625\n", - "2705\n", - "fullness index: 0.4101440008633214\n", - "2706\n", - "fullness index: 0.3948369993097821\n", - "2707\n", - "fullness index: 0.21057814249159684\n", - "2708\n", - "fullness index: 0.391041934226333\n", - "2709\n", - "fullness index: 0.32294784914021196\n", - "2710\n", - "fullness index: 0.18699309114493767\n", - "2711\n", - "fullness index: 0.30017525081893837\n", - "2712\n", - "fullness index: 0.10499566710930393\n", - "2713\n", - "fullness index: 0.23709922316569038\n", - "2714\n", - "fullness index: 0.08379311120002815\n", - "2715\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.3353160459017772\n", - "2716\n", - "fullness index: 0.14117350113838256\n", - "2717\n", - "fullness index: 0.2782316679161643\n", - "2718\n", - "fullness index: 0.18024456670115493\n", - "2719\n", - "fullness index: 0.20041079018128863\n", - "2720\n", - "fullness index: 0.16003866555089458\n", - "2721\n", - "fullness index: 0.17615750010252537\n", - "2722\n", - "fullness index: 0.3921817144469709\n", - "2723\n", - "fullness index: 0.28793149922203154\n", - "2724\n", - "fullness index: 0.175465923160328\n", - "2725\n", - "fullness index: 0.14369103547879344\n", - "2726\n", - "fullness index: 0.1347362694247417\n", - "2727\n", - "fullness index: 0.38242339541502585\n", - "2728\n", - "fullness index: 0.18037366613821681\n", - "2729\n", - "fullness index: 0.10186025010072323\n", - "2730\n", - "fullness index: 0.21858099882701934\n", - "2731\n", - "fullness index: 0.10554199940474973\n", - "2732\n", - "fullness index: 0.4322116026614822\n", - "2733\n", - "fullness index: 0.25556458364652224\n", - "2734\n", - "fullness index: 0.3192586664793756\n", - "2735\n", - "fullness index: 0.17826399958776165\n", - "2736\n", - "fullness index: 0.36435639901319516\n", - "2737\n", - "fullness index: 0.1227129992233434\n", - "2738\n", - "fullness index: 0.3163641541738728\n", - "2739\n", - "fullness index: 0.44098091768531356\n", - "2740\n", - "fullness index: 0.03333999999676962\n", - "2741\n", - "fullness index: 0.3282088339608688\n", - "2742\n", - "fullness index: 0.47321095431321175\n", - "2743\n", - "fullness index: 0.2508272640279636\n", - "2744\n", - "fullness index: 0.4529594888083465\n", - "2745\n", - "fullness index: 0.16762972709945892\n", - "2746\n", - "fullness index: 0.10201114185526551\n", - "2747\n", - "fullness index: 0.5181516149537996\n", - "2748\n", - "fullness index: 0.12179216774711676\n", - "2749\n", - "fullness index: 0.10601499986175138\n", - "2750\n", - "fullness index: 0.2031326672099062\n", - "2751\n", - "fullness index: 0.23127712744728623\n", - "2752\n", - "fullness index: 0.11556199933693279\n", - "2753\n", - "fullness index: 0.09293866739608347\n", - "2754\n", - "fullness index: 0.392248000318634\n", - "2755\n", - "fullness index: 0.1597863995161788\n", - "2756\n", - "fullness index: 0.21280751953256324\n", - "2757\n", - "fullness index: 0.10087472737491639\n", - "2758\n", - "fullness index: 0.31242642971691176\n", - "2759\n", - "fullness index: 0.16030083318219113\n", - "2760\n", - "fullness index: 0.12040850133234926\n", - "2761\n", - "fullness index: 0.2571556013048394\n", - "2762\n", - "fullness index: 0.14976100038620643\n", - "2763\n", - "fullness index: 0.2088770428464831\n", - "2764\n", - "fullness index: 0.3634879979440837\n", - "2765\n", - "fullness index: 0.21023387405325877\n", - "2766\n", - "fullness index: 0.29225099871187665\n", - "2767\n", - "fullness index: 0.3009489985723235\n", - "2768\n", - "fullness index: 0.18992545053370122\n", - "2769\n", - "fullness index: 0.1017462219704452\n", - "2770\n", - "fullness index: 0.15240560909328255\n", - "2771\n", - "fullness index: 0.22477869909657786\n", - "2772\n", - "fullness index: 0.260163774384028\n", - "2773\n", - "fullness index: 0.274204748517036\n", - "2774\n", - "fullness index: 0.1900961433140245\n", - "2775\n", - "fullness index: 0.14172450008027226\n", - "2776\n", - "fullness index: 0.08171459963923552\n", - "2777\n", - "fullness index: 0.272387834690259\n", - "2778\n", - "fullness index: 0.5610821246309143\n", - "2779\n", - "fullness index: 0.1863358322722585\n", - "2780\n", - "fullness index: 0.13782525042794683\n", - "2781\n", - "fullness index: 0.12021011014197332\n", - "2782\n", - "fullness index: 0.4405935003338123\n", - "2783\n", - "fullness index: 0.37699818506604776\n", - "2784\n", - "fullness index: 0.17437854260659455\n", - "2785\n", - "fullness index: 0.31725000131791603\n", - "2786\n", - "fullness index: 0.26938016765537515\n", - "2787\n", - "fullness index: 0.09124206634078291\n", - "2788\n", - "fullness index: 0.3678595236106752\n", - "2789\n", - "fullness index: 0.26175100011823815\n", - "2790\n", - "fullness index: 0.057207643012199175\n", - "2791\n", - "fullness index: 0.2686083267918075\n", - "2792\n", - "fullness index: 0.3586559999411596\n", - "2793\n", - "fullness index: 0.27660399812339165\n", - "2794\n", - "fullness index: 0.3072087497725989\n", - "2795\n", - "fullness index: 0.33314528483814293\n", - "2796\n", - "fullness index: 0.18624000002455432\n", - "2797\n", - "fullness index: 0.09706399927009102\n", - "2798\n", - "fullness index: 0.26308875162249024\n", - "2799\n", - "fullness index: 0.3513397981808036\n", - "2800\n", - "fullness index: 0.13099850028352478\n", - "2801\n", - "fullness index: 0.07964519943197956\n", - "2802\n", - "fullness index: 0.06219829376928321\n", - "2803\n", - "fullness index: 0.2690351660324571\n", - "2804\n", - "fullness index: 0.16333242853527605\n", - "2805\n", - "fullness index: 0.20589846124732084\n", - "2806\n", - "fullness index: 0.3619321972844773\n", - "2807\n", - "fullness index: 0.23401650109008187\n", - "2808\n", - "fullness index: 0.08453600015855045\n", - "2809\n", - "fullness index: 0.31654499922814616\n", - "2810\n", - "fullness index: 0.09514900014470516\n", - "2811\n", - "fullness index: 0.33300130520538207\n", - "2812\n", - "fullness index: 0.06287650009880963\n", - "2813\n", - "fullness index: 0.13744649994381083\n", - "2814\n", - "fullness index: 0.18446785634634058\n", - "2815\n", - "fullness index: 0.23402085611727283\n", - "2816\n", - "fullness index: 0.0966476673008098\n", - "2817\n", - "fullness index: 0.11935139770939714\n", - "2818\n", - "fullness index: 0.26909616597064695\n", - "2819\n", - "fullness index: 0.20524420029832982\n", - "2820\n", - "fullness index: 0.38502480070019374\n", - "2821\n", - "fullness index: 0.14428414189491637\n", - "2822\n", - "fullness index: 0.37357820040306255\n", - "2823\n", - "fullness index: 0.41869988950742887\n", - "2824\n", - "fullness index: 0.19843229341666516\n", - "2825\n", - "fullness index: 0.37001725166101096\n", - "2826\n", - "fullness index: 0.36651919101374614\n", - "2827\n", - "fullness index: 0.0944182995432584\n", - "2828\n", - "fullness index: 0.07184050032698983\n", - "2829\n", - "fullness index: 0.12119366611204896\n", - "2830\n", - "fullness index: 0.28559111797410547\n", - "2831\n", - "fullness index: 0.08474785744225041\n", - "2832\n", - "fullness index: 0.06201444442083609\n", - "2833\n", - "fullness index: 0.08239507099616665\n", - "2834\n", - "fullness index: 0.21611060791347764\n", - "2835\n", - "fullness index: 0.11231493299286133\n", - "2836\n", - "fullness index: 0.24929550012120671\n", - "2837\n", - "fullness index: 0.1346025710964958\n", - "2838\n", - "fullness index: 0.27026239918777717\n", - "2839\n", - "fullness index: 0.06454518758573613\n", - "2840\n", - "fullness index: 0.05743866657455025\n", - "2841\n", - "fullness index: 0.263891835459314\n", - "2842\n", - "fullness index: 0.37878014368340834\n", - "2843\n", - "fullness index: 0.18246514239763204\n", - "2844\n", - "fullness index: 0.1269657803101154\n", - "2845\n", - "fullness index: 0.06292066701280419\n", - "2846\n", - "fullness index: 0.11310800054525316\n", - "2847\n", - "fullness index: 0.343562202981866\n", - "2848\n", - "fullness index: 0.09242500006907253\n", - "2849\n", - "fullness index: 0.1162326677828484\n", - "2850\n", - "fullness index: 0.48621366581937764\n", - "2851\n", - "fullness index: 0.08335214260504083\n", - "2852\n", - "fullness index: 0.3446172988339413\n", - "2853\n", - "fullness index: 0.15472900013426422\n", - "2854\n", - "fullness index: 0.16693336329659691\n", - "2855\n", - "fullness index: 0.22101574962829318\n", - "2856\n", - "fullness index: 0.10035514336297119\n", - "2857\n", - "fullness index: 0.0672563842829102\n", - "2858\n", - "fullness index: 0.5316582838173157\n", - "2859\n", - "fullness index: 0.2016802002208715\n", - "2860\n", - "fullness index: 0.274151405991992\n", - "2861\n", - "fullness index: 0.24585837530366916\n", - "2862\n", - "fullness index: 0.10452112559096349\n", - "2863\n", - "fullness index: 0.040202249865387785\n", - "2864\n", - "fullness index: 0.15400170026907745\n", - "2865\n", - "fullness index: 0.1649721820315542\n", - "2866\n", - "fullness index: 0.11525622958177124\n", - "2867\n", - "fullness index: 0.05457828617987356\n", - "2868\n", - "fullness index: 0.2199947135142273\n", - "2869\n", - "fullness index: 0.06308227254518525\n", - "2870\n", - "fullness index: 0.06687175046954508\n", - "2871\n", - "fullness index: 0.41360499903203163\n", - "2872\n", - "fullness index: 0.21577020023347965\n", - "2873\n", - "fullness index: 0.21785449941380974\n", - "2874\n", - "fullness index: 0.05663157120436933\n", - "2875\n", - "fullness index: 0.2826638885772152\n", - "2876\n", - "fullness index: 0.11269287436152808\n", - "2877\n", - "fullness index: 0.09060721418508624\n", - "2878\n", - "fullness index: 0.15587579864577492\n", - "2879\n", - "fullness index: 0.16775550003997827\n", - "2880\n", - "fullness index: 0.27569156136360107\n", - "2881\n", - "fullness index: 0.21477483288542015\n", - "2882\n", - "fullness index: 0.14315139954705955\n", - "2883\n", - "fullness index: 0.324030647583159\n", - "2884\n", - "fullness index: 0.23739480179792735\n", - "2885\n", - "fullness index: 0.32895839975972196\n", - "2886\n", - "fullness index: 0.10935259854304605\n", - "2887\n", - "fullness index: 0.09257279965081579\n", - "2888\n", - "fullness index: 0.09153244391553826\n", - "2889\n", - "fullness index: 0.08099916095224656\n", - "2890\n", - "fullness index: 0.133410916355056\n", - "2891\n", - "fullness index: 0.06026073655382154\n", - "2892\n", - "fullness index: 0.06926064708116374\n", - "2893\n", - "fullness index: 0.17150237571226512\n", - "2894\n", - "fullness index: 0.11971503038193299\n", - "2895\n", - "fullness index: 0.14602380747650245\n", - "2896\n", - "fullness index: 0.12173040101770312\n", - "2897\n", - "fullness index: 0.274381299248671\n", - "2898\n", - "fullness index: 0.38437357542013045\n", - "2899\n", - "fullness index: 0.06943844508754814\n", - "2900\n", - "fullness index: 0.19724680201561567\n", - "2901\n", - "fullness index: 0.13937587471846768\n", - "2902\n", - "fullness index: 0.22165725032391492\n", - "2903\n", - "fullness index: 0.2512178993647467\n", - "2904\n", - "fullness index: 0.0774824616942519\n", - "2905\n", - "fullness index: 0.3717588548094812\n", - "2906\n", - "fullness index: 0.03813960012348616\n", - "2907\n", - "fullness index: 0.049511399445327696\n", - "2908\n", - "fullness index: 0.17837099900862086\n", - "2909\n", - "fullness index: 0.1973115011351183\n", - "2910\n", - "fullness index: 0.12326078515561838\n", - "2911\n", - "fullness index: 0.29969749996507744\n", - "2912\n", - "fullness index: 0.4020186696854782\n", - "2913\n", - "fullness index: 0.11922677729307907\n", - "2914\n", - "fullness index: 0.2568795702536493\n", - "2915\n", - "fullness index: 0.2169305006251594\n", - "2916\n", - "fullness index: 0.15846953776935363\n", - "2917\n", - "fullness index: 0.17322292389900001\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2918\n", - "fullness index: 0.12490450151381083\n", - "2919\n", - "fullness index: 0.14492550001432392\n", - "2920\n", - "fullness index: 0.07091999997334954\n", - "2921\n", - "fullness index: 0.041908000359285325\n", - "2922\n", - "fullness index: 0.058699584262891825\n", - "2923\n", - "fullness index: 0.1974290576584176\n", - "2924\n", - "fullness index: 0.13999785791241134\n", - "2925\n", - "fullness index: 0.07739642883513755\n", - "2926\n", - "fullness index: 0.13127750062631094\n", - "2927\n", - "fullness index: 0.23017038453672983\n", - "2928\n", - "fullness index: 0.13929749914132117\n", - "2929\n", - "fullness index: 0.18519992934735843\n", - "2930\n", - "fullness index: 0.2229686654973193\n", - "2931\n", - "fullness index: 0.34089609936709164\n", - "2932\n", - "fullness index: 0.24107762410858413\n", - "2933\n", - "fullness index: 0.16392800248771286\n", - "2934\n", - "fullness index: 0.05436275029683202\n", - "2935\n", - "fullness index: 0.36913933121993775\n", - "2936\n", - "fullness index: 0.14638983322159524\n", - "2937\n", - "fullness index: 0.10597528495632753\n", - "2938\n", - "fullness index: 0.5143328171182227\n", - "2939\n", - "fullness index: 0.07481350084708538\n", - "2940\n", - "fullness index: 0.005137499921147537\n", - "2941\n", - "fullness index: 0.2445015011144278\n", - "2942\n", - "fullness index: 0.0049160000728534214\n", - "2943\n", - "fullness index: 0.11906399907311424\n", - "2944\n", - "fullness index: 0.3429022861950318\n", - "2945\n", - "fullness index: 0.16134473685549797\n", - "2946\n", - "fullness index: 0.17849343547811422\n", - "2947\n", - "fullness index: 0.045471200417887304\n", - "2948\n", - "fullness index: 0.30101246704107326\n", - "2949\n", - "fullness index: 0.07956578531137179\n", - "2950\n", - "fullness index: 0.2963853810582632\n", - "2951\n", - "fullness index: 0.07462825020957098\n", - "2952\n", - "fullness index: 0.27370071396399\n", - "2953\n", - "fullness index: 0.23336920013719767\n", - "2954\n", - "fullness index: 0.256133142023048\n", - "2955\n", - "fullness index: 0.20424950000652745\n", - "2956\n", - "fullness index: 0.028332999969279626\n", - "2957\n", - "fullness index: 0.1171436647655355\n", - "2958\n", - "fullness index: 0.13414072296473023\n", - "2959\n", - "fullness index: 0.1639077496928678\n", - "2960\n", - "fullness index: 0.1905847156407877\n", - "2961\n", - "fullness index: 0.13490900003034767\n", - "2962\n", - "fullness index: 0.15613174955660725\n", - "2963\n", - "fullness index: 0.18318337467258064\n", - "2964\n", - "fullness index: 0.29350276949432935\n", - "2965\n", - "fullness index: 0.3369925341600416\n", - "2966\n", - "fullness index: 0.16830066704804064\n", - "2967\n", - "fullness index: 0.20476119893482975\n", - "2968\n", - "fullness index: 0.19057099769133856\n", - "2969\n", - "fullness index: 0.12203260063433845\n", - "2970\n", - "fullness index: 0.25325833289495375\n", - "2971\n", - "fullness index: 0.06858739979434177\n", - "2972\n", - "fullness index: 0.11766100055683637\n", - "2973\n", - "fullness index: 0.1333370812702924\n", - "2974\n", - "fullness index: 0.1362772000618861\n", - "2975\n", - "fullness index: 0.13144691926757662\n", - "2976\n", - "fullness index: 0.29340587205442364\n", - "2977\n", - "fullness index: 0.27400112453324255\n", - "2978\n", - "fullness index: 0.09625207128600062\n", - "2979\n", - "fullness index: 0.39274323508406644\n", - "2980\n", - "fullness index: 0.17792453299934247\n", - "2981\n", - "fullness index: 0.1280724554019137\n", - "2982\n", - "fullness index: 0.14335888194524588\n", - "2983\n", - "fullness index: 0.2031933762737026\n", - "2984\n", - "fullness index: 0.09102774997306066\n", - "2985\n", - "fullness index: 0.12120216875124849\n", - "2986\n", - "fullness index: 0.15937937495817778\n", - "2987\n", - "fullness index: 0.2548924290271576\n", - "2988\n", - "fullness index: 0.11334126676591343\n", - "2989\n", - "fullness index: 0.3145429318858078\n", - "2990\n", - "fullness index: 0.20879400053308927\n", - "2991\n", - "fullness index: 0.3087204993900059\n", - "2992\n", - "fullness index: 0.28438484465536584\n", - "2993\n", - "fullness index: 0.18014819904929028\n", - "2994\n", - "fullness index: 0.30849009837611446\n", - "2995\n", - "fullness index: 0.252590299769372\n", - "2996\n", - "fullness index: 0.14531054544931976\n", - "2997\n", - "fullness index: 0.24429543369014145\n", - "2998\n", - "fullness index: 0.21810674996959278\n", - "2999\n", - "fullness index: 0.06941099983009735\n", - "3000\n", - "fullness index: 0.37862873869458163\n", - "3001\n", - "fullness index: 0.11157444344806006\n", - "3002\n", - "fullness index: 0.21168016630773914\n", - "3003\n", - "fullness index: 0.10704200101220825\n", - "3004\n", - "fullness index: 0.05553680036100559\n", - "3005\n", - "fullness index: 0.21233033505674634\n", - "3006\n", - "fullness index: 0.17849274991473293\n", - "3007\n", - "fullness index: 0.09093949972157134\n", - "3008\n", - "fullness index: 0.26174536697500544\n", - "3009\n", - "fullness index: 0.37069985591389404\n", - "3010\n", - "fullness index: 0.11556262496878844\n", - "3011\n", - "fullness index: 0.2649196307830655\n", - "3012\n", - "fullness index: 0.0927068755067495\n", - "3013\n", - "fullness index: 0.33167545743852617\n", - "3014\n", - "fullness index: 0.2056576681094763\n", - "3015\n", - "fullness index: 0.12566118198331175\n", - "3016\n", - "fullness index: 0.2673815690916724\n", - "3017\n", - "fullness index: 0.19421483326847994\n", - "3018\n", - "fullness index: 0.1174897146490496\n", - "3019\n", - "fullness index: 0.34283307287322323\n", - "3020\n", - "fullness index: 0.15300124949658314\n", - "3021\n", - "fullness index: 0.126112999661204\n", - "3022\n", - "fullness index: 0.09763371429289691\n", - "3023\n", - "fullness index: 0.2013140720438449\n", - "3024\n", - "fullness index: 0.24765893842603504\n", - "3025\n", - "fullness index: 0.09348709962469001\n", - "3026\n", - "fullness index: 0.13163669953776208\n", - "3027\n", - "fullness index: 0.15051406798050568\n", - "3028\n", - "fullness index: 0.03762033433304168\n", - "3029\n", - "fullness index: 0.22827275168015151\n", - "3030\n", - "fullness index: 0.09669820046256064\n", - "3031\n", - "fullness index: 0.24855822191845314\n", - "3032\n", - "fullness index: 0.054289499668811914\n", - "3033\n", - "fullness index: 0.3091827810183858\n", - "3034\n", - "fullness index: 0.20620287495066317\n", - "3035\n", - "fullness index: 0.27823578465825805\n", - "3036\n", - "fullness index: 0.36177660089979324\n", - "3037\n", - "fullness index: 0.11290172732167941\n", - "3038\n", - "fullness index: 0.1087200002220925\n", - "3039\n", - "fullness index: 0.12124977048618418\n", - "3040\n", - "fullness index: 0.13700868763146445\n", - "3041\n", - "fullness index: 0.2972220454208086\n", - "3042\n", - "fullness index: 0.06823760026327363\n", - "3043\n", - "fullness index: 0.13031949995274772\n", - "3044\n", - "fullness index: 0.2223651660848797\n", - "3045\n", - "fullness index: 0.1378027996812307\n", - "3046\n", - "fullness index: 0.26920283240704324\n", - "3047\n", - "fullness index: 0.30034438396373686\n", - "3048\n", - "fullness index: 0.14096749994981414\n", - "3049\n", - "fullness index: 0.07385515840661883\n", - "3050\n", - "fullness index: 0.15104642975243873\n", - "3051\n", - "fullness index: 0.07773042857856387\n", - "3052\n", - "fullness index: 0.12013539959007176\n", - "3053\n", - "fullness index: 0.33388054513191245\n", - "3054\n", - "fullness index: 0.40572604448838817\n", - "3055\n", - "fullness index: 0.23300483288827914\n", - "3056\n", - "fullness index: 0.11075355526837585\n", - "3057\n", - "fullness index: 0.19022400080939406\n", - "3058\n", - "fullness index: 0.3018558328243823\n", - "3059\n", - "fullness index: 0.3368520623798965\n", - "3060\n", - "fullness index: 0.1786240098259377\n", - "3061\n", - "fullness index: 0.20652527741165413\n", - "3062\n", - "fullness index: 0.11894620052098617\n", - "3063\n", - "fullness index: 0.14134494422734625\n", - "3064\n", - "fullness index: 0.30696217561564804\n", - "3065\n", - "fullness index: 0.2838738577102699\n", - "3066\n", - "fullness index: 0.2761825000404408\n", - "3067\n", - "fullness index: 0.03992635687557465\n", - "3068\n", - "fullness index: 0.28723991614591193\n", - "3069\n", - "fullness index: 0.2549222730852886\n", - "3070\n", - "fullness index: 0.1688539994910343\n", - "3071\n", - "fullness index: 0.20415300089516678\n", - "3072\n", - "fullness index: 0.3384440030869363\n", - "3073\n", - "fullness index: 0.10301288835600847\n", - "3074\n", - "fullness index: 0.23060335493840226\n", - "3075\n", - "fullness index: 0.03207425021105337\n", - "3076\n", - "fullness index: 0.3205418351523501\n", - "3077\n", - "fullness index: 0.04756441698797668\n", - "3078\n", - "fullness index: 0.18736046718412733\n", - "3079\n", - "fullness index: 0.10723785743458945\n", - "3080\n", - "fullness index: 0.08912116703216573\n", - "3081\n", - "fullness index: 0.11689800041094714\n", - "3082\n", - "fullness index: 0.05339049926260486\n", - "3083\n", - "fullness index: 0.33851640133816546\n", - "3084\n", - "fullness index: 0.23513885802406417\n", - "3085\n", - "fullness index: 0.2860382247116996\n", - "3086\n", - "fullness index: 0.09613866633607028\n", - "3087\n", - "fullness index: 0.3374934335671069\n", - "3088\n", - "fullness index: 0.3843834020847377\n", - "3089\n", - "fullness index: 0.16723082596739836\n", - "3090\n", - "fullness index: 0.18695475137064932\n", - "3091\n", - "fullness index: 0.12896366643220364\n", - "3092\n", - "fullness index: 0.20586687484683353\n", - "3093\n", - "fullness index: 0.3041382483158183\n", - "3094\n", - "fullness index: 0.4926124972883675\n", - "3095\n", - "fullness index: 0.20854700275231153\n", - "3096\n", - "fullness index: 0.056283368319686576\n", - "3097\n", - "fullness index: 0.12488177832720894\n", - "3098\n", - "fullness index: 0.14667035348418936\n", - "3099\n", - "fullness index: 0.17172353130978024\n", - "3100\n", - "fullness index: 0.25439975010597965\n", - "3101\n", - "fullness index: 0.33296500073794794\n", - "3102\n", - "fullness index: 0.23587264333376978\n", - "3103\n", - "fullness index: 0.3615967838801582\n", - "3104\n", - "fullness index: 0.1416006245056849\n", - "3105\n", - "fullness index: 0.34825412532518385\n", - "3106\n", - "fullness index: 0.28664220283098985\n", - "3107\n", - "fullness index: 0.1742577144512844\n", - "3108\n", - "fullness index: 0.1923580007533019\n", - "3109\n", - "fullness index: 0.3267533979888442\n", - "3110\n", - "fullness index: 0.2966278328288657\n", - "3111\n", - "fullness index: 0.1215660002933987\n", - "3112\n", - "fullness index: 0.04886750044533983\n", - "3113\n", - "fullness index: 0.2606280004963878\n", - "3114\n", - "fullness index: 0.2365580759950227\n", - "3115\n", - "fullness index: 0.08810379186076982\n", - "3116\n", - "fullness index: 0.3886365547950845\n", - "3117\n", - "fullness index: 0.2965790587608683\n", - "3118\n", - "fullness index: 0.32515904366640747\n", - "3119\n", - "fullness index: 0.20968177773240176\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3120\n", - "fullness index: 0.2339794486127779\n", - "3121\n", - "fullness index: 0.3613586067087421\n", - "3122\n", - "fullness index: 0.3575516152229214\n", - "3123\n", - "fullness index: 0.2612349995913519\n", - "3124\n", - "fullness index: 0.27091252598362\n", - "3125\n", - "fullness index: 0.27385111062701784\n", - "3126\n", - "fullness index: 0.22125720061878837\n", - "3127\n", - "fullness index: 0.2948404994255855\n", - "3128\n", - "fullness index: 0.13496180040483524\n", - "3129\n", - "fullness index: 0.2278882481815193\n", - "3130\n", - "fullness index: 0.33887839939270636\n", - "3131\n", - "fullness index: 0.20797931444318046\n", - "3132\n", - "fullness index: 0.033793249198424746\n", - "3133\n", - "fullness index: 0.09214933380523387\n", - "3134\n", - "fullness index: 0.066541427721469\n", - "3135\n", - "fullness index: 0.09188099936167979\n", - "3136\n", - "fullness index: 0.2899702723805769\n", - "3137\n", - "fullness index: 0.30086699990767685\n", - "3138\n", - "fullness index: 0.35889537416755957\n", - "3139\n", - "fullness index: 0.2108510012466951\n", - "3140\n", - "fullness index: 0.16920650091198772\n", - "3141\n", - "fullness index: 0.10063726334322765\n", - "3142\n", - "fullness index: 0.2903813336985574\n", - "3143\n", - "fullness index: 0.16418523895419768\n", - "3144\n", - "fullness index: 0.09250445472141357\n", - "3145\n", - "fullness index: 0.19205899969892926\n", - "3146\n", - "fullness index: 0.2095195453805514\n", - "3147\n", - "fullness index: 0.12964675127295777\n", - "3148\n", - "fullness index: 0.1785191808371978\n", - "3149\n", - "fullness index: 0.2915635831295731\n", - "3150\n", - "fullness index: 0.01739033282744155\n", - "3151\n", - "fullness index: 0.4099439695474498\n", - "3152\n", - "fullness index: 0.10291271452764963\n", - "3153\n", - "fullness index: 0.290908033143885\n", - "3154\n", - "fullness index: 0.14556820073194104\n", - "3155\n", - "fullness index: 0.16150316593232977\n", - "3156\n", - "fullness index: 0.13104852980240245\n", - "3157\n", - "fullness index: 0.333977448061564\n", - "3158\n", - "fullness index: 0.13705872733478167\n", - "3159\n", - "fullness index: 0.2761241659959902\n", - "3160\n", - "fullness index: 0.1505679986676114\n", - "3161\n", - "fullness index: 0.1459961424240776\n", - "3162\n", - "fullness index: 0.2379209317384307\n", - "3163\n", - "fullness index: 0.11450425110399463\n", - "3164\n", - "fullness index: 0.21973516622316916\n", - "3165\n", - "fullness index: 0.029272286240289498\n", - "3166\n", - "fullness index: 0.17032074905310424\n", - "3167\n", - "fullness index: 0.26820875231896935\n", - "3168\n", - "fullness index: 0.17158612504577775\n", - "3169\n", - "fullness index: 0.06218244487819094\n", - "3170\n", - "fullness index: 0.3475454295133074\n", - "3171\n", - "fullness index: 0.3219486651137989\n", - "3172\n", - "fullness index: 0.30546811409579083\n", - "3173\n", - "fullness index: 0.1825151171532766\n", - "3174\n", - "fullness index: 0.03770050028106198\n", - "3175\n", - "fullness index: 0.175727343528063\n", - "3176\n", - "fullness index: 0.14612422197617686\n", - "3177\n", - "fullness index: 0.23088214179317998\n", - "3178\n", - "fullness index: 0.25003657110408184\n", - "3179\n", - "fullness index: 0.4215059054520333\n", - "3180\n", - "fullness index: 0.15543620193202515\n", - "3181\n", - "fullness index: 0.15948216736433096\n", - "3182\n", - "fullness index: 0.2060480996241722\n", - "3183\n", - "fullness index: 0.025509399655311425\n", - "3184\n", - "fullness index: 0.17105081829438198\n", - "3185\n", - "fullness index: 0.15560300040003008\n", - "3186\n", - "fullness index: 0.3082606333283593\n", - "3187\n", - "fullness index: 0.09278350009117275\n", - "3188\n", - "fullness index: 0.038126428186452746\n", - "3189\n", - "fullness index: 0.3984085982083343\n", - "3190\n", - "fullness index: 0.36413162550831224\n", - "3191\n", - "fullness index: 0.15894583350109315\n", - "3192\n", - "fullness index: 0.2757576042104754\n", - "3193\n", - "fullness index: 0.047949000320537984\n", - "3194\n", - "fullness index: 0.24723672684508943\n", - "3195\n", - "fullness index: 0.32871983478586725\n", - "3196\n", - "fullness index: 0.0782818328407302\n", - "3197\n", - "fullness index: 0.1753704549312467\n", - "3198\n", - "fullness index: 0.12059787490670715\n", - "3199\n", - "fullness index: 0.24014300124924504\n", - "3200\n", - "fullness index: 0.39131486234033097\n", - "3201\n", - "fullness index: 0.3075681113890217\n", - "3202\n", - "fullness index: 0.2956640008680032\n", - "3203\n", - "fullness index: 0.2712782526068622\n", - "3204\n", - "fullness index: 0.24046170836065053\n", - "3205\n", - "fullness index: 0.12365300034759291\n", - "3206\n", - "fullness index: 0.03493899992463412\n", - "3207\n", - "fullness index: 0.1556401249242659\n", - "3208\n", - "fullness index: 0.12455399916814927\n", - "3209\n", - "fullness index: 0.17786833281691847\n", - "3210\n", - "fullness index: 0.38541940027935195\n", - "3211\n", - "fullness index: 0.18216760842545662\n", - "3212\n", - "fullness index: 0.10014788828670539\n", - "3213\n", - "fullness index: 0.24650320029813885\n", - "3214\n", - "fullness index: 0.16246540137435658\n", - "3215\n", - "fullness index: 0.13272961498597188\n", - "3216\n", - "fullness index: 0.21142554144196124\n", - "3217\n", - "fullness index: 0.11469999994248307\n", - "3218\n", - "fullness index: 0.37481184521311667\n", - "3219\n", - "fullness index: 0.19870560312410818\n", - "3220\n", - "fullness index: 0.12105933256604355\n", - "3221\n", - "fullness index: 0.2483947504151109\n", - "3222\n", - "fullness index: 0.03679700013587232\n", - "3223\n", - "fullness index: 0.12634142883949348\n", - "3224\n", - "fullness index: 0.30374195353527156\n", - "3225\n", - "fullness index: 0.31969666895020055\n", - "3226\n", - "fullness index: 0.035059499980889086\n", - "3227\n", - "fullness index: 0.18597999874182278\n", - "3228\n", - "fullness index: 0.12577533168071872\n", - "3229\n", - "fullness index: 0.3452634446684897\n", - "3230\n", - "fullness index: 0.26772874938433233\n", - "3231\n", - "fullness index: 0.020407333387993276\n", - "3232\n", - "fullness index: 0.19447499397210777\n", - "3233\n", - "fullness index: 0.024341666120259713\n", - "3234\n", - "fullness index: 0.23332051731112471\n", - "3235\n", - "fullness index: 0.19208420003934795\n", - "3236\n", - "fullness index: 0.38680514403746374\n", - "3237\n", - "fullness index: 0.26384558141368564\n", - "3238\n", - "fullness index: 0.2931902211498204\n", - "3239\n", - "fullness index: 0.15862541648175466\n", - "3240\n", - "fullness index: 0.33421112810287923\n", - "3241\n", - "fullness index: 0.3295323851028185\n", - "3242\n", - "fullness index: 0.4864635714763738\n", - "3243\n", - "fullness index: 0.429338258894517\n", - "3244\n", - "fullness index: 0.12348966658585898\n", - "3245\n", - "fullness index: 0.2925390977576171\n", - "3246\n", - "fullness index: 0.43028706121259575\n", - "3247\n", - "fullness index: 0.015568666739303202\n", - "3248\n", - "fullness index: 0.2577507492460427\n", - "3249\n", - "fullness index: 0.2617689043289548\n", - "3250\n", - "fullness index: 0.22547173386440894\n", - "3251\n", - "fullness index: 0.26949357062850204\n", - "3252\n", - "fullness index: 0.23351039673006604\n", - "3253\n", - "fullness index: 0.14100024748040596\n", - "3254\n", - "fullness index: 0.24844427536343824\n", - "3255\n", - "fullness index: 0.2406172865757981\n", - "3256\n", - "fullness index: 0.059305832289586156\n", - "3257\n", - "fullness index: 0.015756332722958177\n", - "3258\n", - "fullness index: 0.03536988877385738\n", - "3259\n", - "fullness index: 0.03325600075731927\n", - "3260\n", - "fullness index: 0.10219549924923657\n", - "3261\n", - "fullness index: 0.23771385576401372\n", - "3262\n", - "fullness index: 0.2757919993091491\n", - "3263\n", - "fullness index: 0.3973181974404724\n", - "3264\n", - "fullness index: 0.2171345728656401\n", - "3265\n", - "fullness index: 0.09431925107340078\n", - "3266\n", - "fullness index: 0.37134683289140313\n", - "3267\n", - "fullness index: 0.08769253349801147\n", - "3268\n", - "fullness index: 0.09918319991738826\n", - "3269\n", - "fullness index: 0.2794535561558102\n", - "3270\n", - "fullness index: 0.30816575142202396\n", - "3271\n", - "fullness index: 0.23811299979449055\n", - "3272\n", - "fullness index: 0.1075454980309587\n", - "3273\n", - "fullness index: 0.35076977666257236\n", - "3274\n", - "fullness index: 0.20536344304047008\n", - "3275\n", - "fullness index: 0.3497160276780001\n", - "3276\n", - "fullness index: 0.3176756081988616\n", - "3277\n", - "fullness index: 0.13411474881286267\n", - "3278\n", - "fullness index: 0.12051109126134013\n", - "3279\n", - "fullness index: 0.2756187214025785\n", - "3280\n", - "fullness index: 0.32023620044637935\n", - "3281\n", - "fullness index: 0.3862043749243943\n", - "3282\n", - "fullness index: 0.18156363681819956\n", - "3283\n", - "fullness index: 0.2191562854401127\n", - "3284\n", - "fullness index: 0.42966338924550956\n", - "3285\n", - "fullness index: 0.1421609993688738\n", - "3286\n", - "fullness index: 0.0216476666876891\n", - "3287\n", - "fullness index: 0.2627115999330272\n", - "3288\n", - "fullness index: 0.20225857179964024\n", - "3289\n", - "fullness index: 0.10766389902603352\n", - "3290\n", - "fullness index: 0.22521030825202507\n", - "3291\n", - "fullness index: 0.13243449942820007\n", - "3292\n", - "fullness index: 0.28197490031595107\n", - "3293\n", - "fullness index: 0.394490532430397\n", - "3294\n", - "fullness index: 0.19665011081916517\n", - "3295\n", - "fullness index: 0.28216813189586293\n", - "3296\n", - "fullness index: 0.129820666874366\n", - "3297\n", - "fullness index: 0.03310079959919676\n", - "3298\n", - "fullness index: 0.10250385754204672\n", - "3299\n", - "fullness index: 0.1728481665109977\n", - "3300\n", - "fullness index: 0.05507799978901554\n", - "3301\n", - "fullness index: 0.06677600032188431\n", - "3302\n", - "fullness index: 0.27168336894666073\n", - "3303\n", - "fullness index: 0.277843001471245\n", - "3304\n", - "fullness index: 0.1534022997955617\n", - "3305\n", - "fullness index: 0.10803928569393\n", - "3306\n", - "fullness index: 0.19381992271414325\n", - "3307\n", - "fullness index: 0.17752037430648623\n", - "3308\n", - "fullness index: 0.06093149887601612\n", - "3309\n", - "fullness index: 0.3641046669022671\n", - "3310\n", - "fullness index: 0.2785778520795128\n", - "3311\n", - "fullness index: 0.17092811692566556\n", - "3312\n", - "fullness index: 0.15062860015314072\n", - "3313\n", - "fullness index: 0.2223717129839185\n", - "3314\n", - "fullness index: 0.0773757488859701\n", - "3315\n", - "fullness index: 0.34926051107380673\n", - "3316\n", - "fullness index: 0.14852319988422097\n", - "3317\n", - "fullness index: 0.12078525125252781\n", - "3318\n", - "fullness index: 0.4161758317616962\n", - "3319\n", - "fullness index: 0.16840450086541145\n", - "3320\n", - "fullness index: 0.2007633992587216\n", - "3321\n", - "fullness index: 0.30673683297148574\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3322\n", - "fullness index: 0.12585449959078687\n", - "3323\n", - "fullness index: 0.27142064824394424\n", - "3324\n", - "fullness index: 0.25609859452455985\n", - "3325\n", - "fullness index: 0.14387241144545976\n", - "3326\n", - "fullness index: 0.15871689978005935\n", - "3327\n", - "fullness index: 0.040955499178380705\n", - "3328\n", - "fullness index: 0.1355237278687789\n", - "3329\n", - "fullness index: 0.01452800037804991\n", - "3330\n", - "fullness index: 0.031148166787412872\n", - "3331\n", - "fullness index: 0.024069500432233326\n", - "3332\n", - "fullness index: 0.268742998107579\n", - "3333\n", - "fullness index: 0.2036202859723874\n", - "3334\n", - "fullness index: 0.2535286776476044\n", - "3335\n", - "fullness index: 0.19152399983613577\n", - "3336\n", - "fullness index: 0.14468136801923193\n", - "3337\n", - "fullness index: 0.11359715368892535\n", - "3338\n", - "fullness index: 0.20838314319397405\n", - "3339\n", - "fullness index: 0.11115877778421338\n", - "3340\n", - "fullness index: 0.20830889987901174\n", - "3341\n", - "fullness index: 0.09587351993592165\n", - "3342\n", - "fullness index: 0.08194683325079193\n", - "3343\n", - "fullness index: 0.15138704265299785\n", - "3344\n", - "fullness index: 0.1781974991399693\n", - "3345\n", - "fullness index: 0.17264159145672148\n", - "3346\n", - "fullness index: 0.024139399722844245\n", - "3347\n", - "fullness index: 0.19908545437647263\n", - "3348\n", - "fullness index: 0.1586641121610531\n", - "3349\n", - "fullness index: 0.20306740005034954\n", - "3350\n", - "fullness index: 0.449445738036044\n", - "3351\n", - "fullness index: 0.028432400757446886\n", - "3352\n", - "fullness index: 0.07953933338042891\n", - "3353\n", - "fullness index: 0.24171979076553876\n", - "3354\n", - "fullness index: 0.2647103588165476\n", - "3355\n", - "fullness index: 0.09363738468919809\n", - "3356\n", - "fullness index: 0.14631745803750107\n", - "3357\n", - "fullness index: 0.2226605332316467\n", - "3358\n", - "fullness index: 0.15150216686930032\n", - "3359\n", - "fullness index: 0.23566800185868716\n", - "3360\n", - "fullness index: 0.2017762998881153\n", - "3361\n", - "fullness index: 0.020952714608158982\n", - "3362\n", - "fullness index: 0.10193044404129775\n", - "3363\n", - "fullness index: 0.322605583773111\n", - "3364\n", - "fullness index: 0.19199449991780662\n", - "3365\n", - "fullness index: 0.23439499925007112\n", - "3366\n", - "fullness index: 0.16356320971488003\n", - "3367\n", - "fullness index: 0.0524327996536158\n", - "3368\n", - "fullness index: 0.06297999998787418\n", - "3369\n", - "fullness index: 0.24929059881545731\n", - "3370\n", - "fullness index: 0.17364164048805378\n", - "3371\n", - "fullness index: 0.08021269996279443\n", - "3372\n", - "fullness index: 0.229629947600092\n", - "3373\n", - "fullness index: 0.09916483253012605\n", - "3374\n", - "fullness index: 0.21518999999742455\n", - "3375\n", - "fullness index: 0.23846303590763845\n", - "3376\n", - "fullness index: 0.09628487486361337\n", - "3377\n", - "fullness index: 0.12151463716393417\n", - "3378\n", - "fullness index: 0.12291578314612094\n", - "3379\n", - "fullness index: 0.0946340000634791\n", - "3380\n", - "fullness index: 0.48048477908109255\n", - "3381\n", - "fullness index: 0.15432783440337516\n", - "3382\n", - "fullness index: 0.18757605286258408\n", - "3383\n", - "fullness index: 0.33036575042206096\n", - "3384\n", - "fullness index: 0.20715255709688385\n", - "3385\n", - "fullness index: 0.26740122174022773\n", - "3386\n", - "fullness index: 0.07600179911823943\n", - "3387\n", - "fullness index: 0.21695470114464116\n", - "3388\n", - "fullness index: 0.29744796583236166\n", - "3389\n", - "fullness index: 0.22514705552344416\n", - "3390\n", - "fullness index: 0.17027910558087903\n", - "3391\n", - "fullness index: 0.3097484117740939\n", - "3392\n", - "fullness index: 0.09968925012314382\n", - "3393\n", - "fullness index: 0.10814524928019864\n", - "3394\n", - "fullness index: 0.3046772020357366\n", - "3395\n", - "fullness index: 0.10262766559026204\n", - "3396\n", - "fullness index: 0.40840425093165317\n", - "3397\n", - "fullness index: 0.07843480058654677\n", - "3398\n", - "fullness index: 0.14203833316499487\n", - "3399\n", - "fullness index: 0.25531225070153596\n", - "3400\n", - "fullness index: 0.25875452562468126\n", - "3401\n", - "fullness index: 0.06759505533667229\n", - "3402\n", - "fullness index: 0.1347050548120529\n", - "3403\n", - "fullness index: 0.44025943377346266\n", - "3404\n", - "fullness index: 0.1956010002172156\n", - "3405\n", - "fullness index: 0.16833857145320508\n", - "3406\n", - "fullness index: 0.13371807745579645\n", - "3407\n", - "fullness index: 0.24965543378192478\n", - "3408\n", - "fullness index: 0.26656199975695927\n", - "3409\n", - "fullness index: 0.10251435003210645\n", - "3410\n", - "fullness index: 0.24866791687357667\n", - "3411\n", - "fullness index: 0.4383956668549217\n", - "3412\n", - "fullness index: 0.17696945313873996\n", - "3413\n", - "fullness index: 0.2817986660132495\n", - "3414\n", - "fullness index: 0.04779442832088015\n", - "3415\n", - "fullness index: 0.2950689989607781\n", - "3416\n", - "fullness index: 0.1298292500594016\n", - "3417\n", - "fullness index: 0.23803588784908747\n", - "3418\n", - "fullness index: 0.07719503717032274\n", - "3419\n", - "fullness index: 0.13174242828738766\n", - "3420\n", - "fullness index: 0.2256647372431823\n", - "3421\n", - "fullness index: 0.11168337478366652\n", - "3422\n", - "fullness index: 0.23473854515362869\n", - "3423\n", - "fullness index: 0.23846785495334188\n", - "3424\n", - "fullness index: 0.19877024140536267\n", - "3425\n", - "fullness index: 0.1732777497763891\n", - "3426\n", - "fullness index: 0.14887633202548992\n", - "3427\n", - "fullness index: 0.07583688954663456\n", - "3428\n", - "fullness index: 0.24071900128850152\n", - "3429\n", - "fullness index: 0.24670562666631213\n", - "3430\n", - "fullness index: 0.11647800026094046\n", - "3431\n", - "fullness index: 0.2046013753899274\n", - "3432\n", - "fullness index: 0.21387140048027503\n", - "3433\n", - "fullness index: 0.09717328617196992\n", - "3434\n", - "fullness index: 0.19184637368763902\n", - "3435\n", - "fullness index: 0.23207642836067474\n", - "3436\n", - "fullness index: 0.14257450094737578\n", - "3437\n", - "fullness index: 0.25678194549006045\n", - "3438\n", - "fullness index: 0.18203684947075088\n", - "3439\n", - "fullness index: 0.12203333380239201\n", - "3440\n", - "fullness index: 0.3866642877255799\n", - "3441\n", - "fullness index: 0.1907094984379114\n", - "3442\n", - "fullness index: 0.155641800405283\n", - "3443\n", - "fullness index: 0.13902888843198172\n", - "3444\n", - "fullness index: 0.14029783324561626\n", - "3445\n", - "fullness index: 0.22924163093806493\n", - "3446\n", - "fullness index: 0.1827192494783958\n", - "3447\n", - "fullness index: 0.11717133275912299\n", - "3448\n", - "fullness index: 0.35099126782393913\n", - "3449\n", - "fullness index: 0.21554404777816127\n", - "3450\n", - "fullness index: 0.20485299955691427\n", - "3451\n", - "fullness index: 0.20333766659920607\n", - "3452\n", - "fullness index: 0.07362760016694665\n", - "3453\n", - "fullness index: 0.09993779957294464\n", - "3454\n", - "fullness index: 0.060499666805602224\n", - "3455\n", - "fullness index: 0.38619349978604506\n", - "3456\n", - "fullness index: 0.2555923335416992\n", - "3457\n", - "fullness index: 0.15530450178891897\n", - "3458\n", - "fullness index: 0.19764112062500425\n", - "3459\n", - "fullness index: 0.06323833334156209\n", - "3460\n", - "fullness index: 0.1789252735282141\n", - "3461\n", - "fullness index: 0.17286050121037988\n", - "3462\n", - "fullness index: 0.3984674185086782\n", - "3463\n", - "fullness index: 0.2438361109287952\n", - "3464\n", - "fullness index: 0.1835305993205111\n", - "3465\n", - "fullness index: 0.1425029988404276\n", - "3466\n", - "fullness index: 0.27680745587250305\n", - "3467\n", - "fullness index: 0.1418771434348725\n", - "3468\n", - "fullness index: 0.20339049966135764\n", - "3469\n", - "fullness index: 0.271927334864813\n", - "3470\n", - "fullness index: 0.4191748895763239\n", - "3471\n", - "fullness index: 0.21341655449133315\n", - "3472\n", - "fullness index: 0.029532000017362798\n", - "3473\n", - "fullness index: 0.23952049884510418\n", - "3474\n", - "fullness index: 0.12410559917102547\n", - "3475\n", - "fullness index: 0.20073114188874439\n", - "3476\n", - "fullness index: 0.13405516604871082\n", - "3477\n", - "fullness index: 0.22371249917978275\n", - "3478\n", - "fullness index: 0.126042165823795\n", - "3479\n", - "fullness index: 0.316742752735081\n", - "3480\n", - "fullness index: 0.25970349897921013\n", - "3481\n", - "fullness index: 0.21267015007742884\n", - "3482\n", - "fullness index: 0.1730026679870207\n", - "3483\n", - "fullness index: 0.08795924928563181\n", - "3484\n", - "fullness index: 0.37275540292530424\n", - "3485\n", - "fullness index: 0.09079033323359909\n", - "3486\n", - "fullness index: 0.3057002863507868\n", - "3487\n", - "fullness index: 0.23865999940389884\n", - "3488\n", - "fullness index: 0.14500033336147072\n", - "3489\n", - "fullness index: 0.26277053632949304\n", - "3490\n", - "fullness index: 0.22751785683132245\n", - "3491\n", - "fullness index: 0.23296919967706342\n", - "3492\n", - "fullness index: 0.1429320293270815\n", - "3493\n", - "fullness index: 0.21906974955709302\n", - "3494\n", - "fullness index: 0.18528933280884352\n", - "3495\n", - "fullness index: 0.1188514995435071\n", - "3496\n", - "fullness index: 0.4519837893641651\n", - "3497\n", - "fullness index: 0.26987740455215964\n", - "3498\n", - "fullness index: 0.21478724656117265\n", - "3499\n", - "fullness index: 0.16784615359770563\n", - "3500\n", - "fullness index: 0.21795889554644082\n", - "3501\n", - "fullness index: 0.2731583246936065\n", - "3502\n", - "fullness index: 0.22709476434818712\n", - "3503\n", - "fullness index: 0.23168285731493857\n", - "3504\n", - "fullness index: 0.12211784167279323\n", - "3505\n", - "fullness index: 0.0837180000526132\n", - "3506\n", - "fullness index: 0.3966368165307688\n", - "3507\n", - "fullness index: 0.3028435341878018\n", - "3508\n", - "fullness index: 0.09322264277268134\n", - "3509\n", - "fullness index: 0.2728727763945547\n", - "3510\n", - "fullness index: 0.13510939936968497\n", - "3511\n", - "fullness index: 0.21094299959048612\n", - "3512\n", - "fullness index: 0.18447750201539748\n", - "3513\n", - "fullness index: 0.12485863651173447\n", - "3514\n", - "fullness index: 0.22986383205382782\n", - "3515\n", - "fullness index: 0.24632084706963026\n", - "3516\n", - "fullness index: 0.3549687343681552\n", - "3517\n", - "fullness index: 0.27173201945720526\n", - "3518\n", - "fullness index: 0.20759002598123888\n", - "3519\n", - "fullness index: 0.179224421966003\n", - "3520\n", - "fullness index: 0.13656475151492486\n", - "3521\n", - "fullness index: 0.1782059046872746\n", - "3522\n", - "fullness index: 0.3978503316375281\n", - "3523\n", - "fullness index: 0.4397890944902659\n", - "3524\n", - "fullness index: 0.36931275129609276\n", - "3525\n", - "fullness index: 0.21389233255326007\n", - "3526\n", - "fullness index: 0.16196421084803683\n", - "3527\n", - "fullness index: 0.35560963648524857\n", - "3528\n", - "fullness index: 0.14339266512615723\n", - "3529\n", - "fullness index: 0.1913454022796941\n", - "3530\n", - "fullness index: 0.1300208008567097\n", - "3531\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.2347979979822412\n", - "3532\n", - "fullness index: 0.2948398316338322\n", - "3533\n", - "fullness index: 0.3531696012811153\n", - "3534\n", - "fullness index: 0.15899542869010475\n", - "3535\n", - "fullness index: 0.31249842832871116\n", - "3536\n", - "fullness index: 0.3292976114648304\n", - "3537\n", - "fullness index: 0.24191439973001252\n", - "3538\n", - "fullness index: 0.2138693637384263\n", - "3539\n", - "fullness index: 0.2621340008951977\n", - "3540\n", - "fullness index: 0.08009146214653111\n", - "3541\n", - "fullness index: 0.2885029175122611\n", - "3542\n", - "fullness index: 0.20469609986157594\n", - "3543\n", - "fullness index: 0.23175087505554376\n", - "3544\n", - "fullness index: 0.12867057114999625\n", - "3545\n", - "fullness index: 0.35046433463382226\n", - "3546\n", - "fullness index: 0.2898470012078178\n", - "3547\n", - "fullness index: 0.25147758215696525\n", - "3548\n", - "fullness index: 0.179422056085059\n", - "3549\n", - "fullness index: 0.13170950115454616\n", - "3550\n", - "fullness index: 0.19223572202902992\n", - "3551\n", - "fullness index: 0.0990106666118259\n", - "3552\n", - "fullness index: 0.280618268218412\n", - "3553\n", - "fullness index: 0.08857300019008107\n", - "3554\n", - "fullness index: 0.15134377754940134\n", - "3555\n", - "fullness index: 0.2968396686252201\n", - "3556\n", - "fullness index: 0.18766888864694112\n", - "3557\n", - "fullness index: 0.14805981852367206\n", - "3558\n", - "fullness index: 0.3172622287763163\n", - "3559\n", - "fullness index: 0.03885733339120634\n", - "3560\n", - "fullness index: 0.11350079014333028\n", - "3561\n", - "fullness index: 0.24818958881250555\n", - "3562\n", - "fullness index: 0.26967777958856864\n", - "3563\n", - "fullness index: 0.31253538847790374\n", - "3564\n", - "fullness index: 0.22502285756672794\n", - "3565\n", - "fullness index: 0.1770201412437018\n", - "3566\n", - "fullness index: 0.3137680008051878\n", - "3567\n", - "fullness index: 0.22691622300771996\n", - "3568\n", - "fullness index: 0.1659710019350314\n", - "3569\n", - "fullness index: 0.21897316571266856\n", - "3570\n", - "fullness index: 0.218684317269531\n", - "3571\n", - "fullness index: 0.23446036458087538\n", - "3572\n", - "fullness index: 0.12899833238528421\n", - "3573\n", - "fullness index: 0.30465266785279255\n", - "3574\n", - "fullness index: 0.13460300017876844\n", - "3575\n", - "fullness index: 0.2354390020336723\n", - "3576\n", - "fullness index: 0.20752640109858475\n", - "3577\n", - "fullness index: 0.15729449890204705\n", - "3578\n", - "fullness index: 0.29644531386995965\n", - "3579\n", - "fullness index: 0.4209302778786183\n", - "3580\n", - "fullness index: 0.14754224971511576\n", - "3581\n", - "fullness index: 0.29045367647344195\n", - "3582\n", - "fullness index: 0.06206877775755654\n", - "3583\n", - "fullness index: 0.4269286361840469\n", - "3584\n", - "fullness index: 0.1875393634585304\n", - "3585\n", - "fullness index: 0.24582019866287208\n", - "3586\n", - "fullness index: 0.20787314318321087\n", - "3587\n", - "fullness index: 0.2506989003461058\n", - "3588\n", - "fullness index: 0.2594044295172872\n", - "3589\n", - "fullness index: 0.42150609363977193\n", - "3590\n", - "fullness index: 0.07514833379051804\n", - "3591\n", - "fullness index: 0.41994269250349486\n", - "3592\n", - "fullness index: 0.24300814265643567\n", - "3593\n", - "fullness index: 0.33226340946847893\n", - "3594\n", - "fullness index: 0.03496660044766031\n", - "3595\n", - "fullness index: 0.07153237480389407\n", - "3596\n", - "fullness index: 0.16779554699314758\n", - "3597\n", - "fullness index: 0.13382224972508538\n", - "3598\n", - "fullness index: 0.3047151376180691\n", - "3599\n", - "fullness index: 0.24849045551044663\n", - "3600\n", - "fullness index: 0.2900389998224\n", - "3601\n", - "fullness index: 0.3844641361666511\n", - "3602\n", - "fullness index: 0.26291449921215343\n", - "3603\n", - "fullness index: 0.21702907718947873\n", - "3604\n", - "fullness index: 0.13999017602284713\n", - "3605\n", - "fullness index: 0.06966533351760518\n", - "3606\n", - "fullness index: 0.1647718006031255\n", - "3607\n", - "fullness index: 0.31485733366086305\n", - "3608\n", - "fullness index: 0.03713533267000457\n", - "3609\n", - "fullness index: 0.16136171403968547\n", - "3610\n", - "fullness index: 0.39277890942222177\n", - "3611\n", - "fullness index: 0.3077736803577155\n", - "3612\n", - "fullness index: 0.13372866699258643\n", - "3613\n", - "fullness index: 0.10292918217700472\n", - "3614\n", - "fullness index: 0.05953085706278216\n", - "3615\n", - "fullness index: 0.2726104997636867\n", - "3616\n", - "fullness index: 0.2339949167768888\n", - "3617\n", - "fullness index: 0.02973800024483353\n", - "3618\n", - "fullness index: 0.2698705985705601\n", - "3619\n", - "fullness index: 0.2877095997871265\n", - "3620\n", - "fullness index: 0.009572399962053169\n", - "3621\n", - "fullness index: 0.15985716850605058\n", - "3622\n", - "fullness index: 0.23151757209408128\n", - "3623\n", - "fullness index: 0.26520304285919416\n", - "3624\n", - "fullness index: 0.41403344316684315\n", - "3625\n", - "fullness index: 0.3033700173097199\n", - "3626\n", - "fullness index: 0.2863598599844363\n", - "3627\n", - "fullness index: 0.3287142018677211\n", - "3628\n", - "fullness index: 0.12539914305014982\n", - "3629\n", - "fullness index: 0.27495184912904735\n", - "3630\n", - "fullness index: 0.021155833472827606\n", - "3631\n", - "fullness index: 0.1608532500831643\n", - "3632\n", - "fullness index: 0.22049475148742204\n", - "3633\n", - "fullness index: 0.32112628933047843\n", - "3634\n", - "fullness index: 0.29239839478591545\n", - "3635\n", - "fullness index: 0.21413319989963495\n", - "3636\n", - "fullness index: 0.02203666602144949\n", - "3637\n", - "fullness index: 0.32384172519033944\n", - "3638\n", - "fullness index: 0.021958249883027747\n", - "3639\n", - "fullness index: 0.05039788103920814\n", - "3640\n", - "fullness index: 0.23327499895302545\n", - "3641\n", - "fullness index: 0.21502050142347193\n", - "3642\n", - "fullness index: 0.04554483291940414\n", - "3643\n", - "fullness index: 0.40983214164485354\n", - "3644\n", - "fullness index: 0.33749148251955197\n", - "3645\n", - "fullness index: 0.03557989988553345\n", - "3646\n", - "fullness index: 0.3731267509499882\n", - "3647\n", - "fullness index: 0.02525999996578321\n", - "3648\n", - "fullness index: 0.18920914286893872\n", - "3649\n", - "fullness index: 0.04579366739684095\n", - "3650\n", - "fullness index: 0.1072526668811204\n", - "3651\n", - "fullness index: 0.03546677771014906\n", - "3652\n", - "fullness index: 0.13029450097625764\n", - "3653\n", - "fullness index: 0.1350321999670996\n", - "3654\n", - "fullness index: 0.19256700223847173\n", - "3655\n", - "fullness index: 0.10491563628949568\n", - "3656\n", - "fullness index: 0.05905999887181679\n", - "3657\n", - "fullness index: 0.03165550008270657\n", - "3658\n", - "fullness index: 0.015451000227282444\n", - "3659\n", - "fullness index: 0.4588220555554637\n", - "3660\n", - "fullness index: 0.040231428810199886\n", - "3661\n", - "fullness index: 0.025818200188223273\n", - "3662\n", - "fullness index: 0.20266889514453781\n", - "3663\n", - "fullness index: 0.058550147967964594\n", - "3664\n", - "fullness index: 0.3942263742138934\n", - "3665\n", - "fullness index: 0.1305350017551973\n", - "3666\n", - "fullness index: 0.16437036342552924\n", - "3667\n", - "fullness index: 0.18713812537131008\n", - "3668\n", - "fullness index: 0.1015398965142443\n", - "3669\n", - "fullness index: 0.17179081867768467\n", - "3670\n", - "fullness index: 0.09731722223407108\n", - "3671\n", - "fullness index: 0.25774559166629013\n", - "3672\n", - "fullness index: 0.16326812591978523\n", - "3673\n", - "fullness index: 0.22705011221979973\n", - "3674\n", - "fullness index: 0.1262428747068043\n", - "3675\n", - "fullness index: 0.18942800127788192\n", - "3676\n", - "fullness index: 0.2799321660903994\n", - "3677\n", - "fullness index: 0.016993750339679536\n", - "3678\n", - "fullness index: 0.04083924960286822\n", - "3679\n", - "fullness index: 0.12870773303328253\n", - "3680\n", - "fullness index: 0.18589779972680845\n", - "3681\n", - "fullness index: 0.09125950018471939\n", - "3682\n", - "fullness index: 0.30580900023796537\n", - "3683\n", - "fullness index: 0.1827711996855214\n", - "3684\n", - "fullness index: 0.09442587496960186\n", - "3685\n", - "fullness index: 0.094549000761981\n", - "3686\n", - "fullness index: 0.21566139817735244\n", - "3687\n", - "fullness index: 0.10391950030316366\n", - "3688\n", - "fullness index: 0.1742407141386398\n", - "3689\n", - "fullness index: 0.123899750769084\n", - "3690\n", - "fullness index: 0.3811802961614561\n", - "3691\n", - "fullness index: 0.11314108304660901\n", - "3692\n", - "fullness index: 0.15981045431565444\n", - "3693\n", - "fullness index: 0.27522129348587626\n", - "3694\n", - "fullness index: 0.05596059925301233\n", - "3695\n", - "fullness index: 0.20738314379455655\n", - "3696\n", - "fullness index: 0.3425561868225486\n", - "3697\n", - "fullness index: 0.3645432775479599\n", - "3698\n", - "fullness index: 0.1936207339674234\n", - "3699\n", - "fullness index: 0.0289027999245036\n", - "3700\n", - "fullness index: 0.28659683308675693\n", - "3701\n", - "fullness index: 0.07668887545685267\n", - "3702\n", - "fullness index: 0.11110339968845437\n", - "3703\n", - "fullness index: 0.23762174591361146\n", - "3704\n", - "fullness index: 0.07695930734294402\n", - "3705\n", - "fullness index: 0.11662039138252074\n", - "3706\n", - "fullness index: 0.23941058489223732\n", - "3707\n", - "fullness index: 0.3032227706576773\n", - "3708\n", - "fullness index: 0.3085941667853452\n", - "3709\n", - "fullness index: 0.18558450046596894\n", - "3710\n", - "fullness index: 0.2843765444086486\n", - "3711\n", - "fullness index: 0.19863599831435294\n", - "3712\n", - "fullness index: 0.1135374995269558\n", - "3713\n", - "fullness index: 0.24890444471061024\n", - "3714\n", - "fullness index: 0.286487498417614\n", - "3715\n", - "fullness index: 0.1059113753485974\n", - "3716\n", - "fullness index: 0.27777174164213\n", - "3717\n", - "fullness index: 0.3072534175830697\n", - "3718\n", - "fullness index: 0.1901342495837639\n", - "3719\n", - "fullness index: 0.27172199881169945\n", - "3720\n", - "fullness index: 0.30055920096929184\n", - "3721\n", - "fullness index: 0.07146500063148171\n", - "3722\n", - "fullness index: 0.15684128575394748\n", - "3723\n", - "fullness index: 0.255776514492078\n", - "3724\n", - "fullness index: 0.5327428011707298\n", - "3725\n", - "fullness index: 0.2879990313203393\n", - "3726\n", - "fullness index: 0.15601064311717242\n", - "3727\n", - "fullness index: 0.11541199993447056\n", - "3728\n", - "fullness index: 0.23906574243608592\n", - "3729\n", - "fullness index: 0.03865433317453911\n", - "3730\n", - "fullness index: 0.3436893013698864\n", - "3731\n", - "fullness index: 0.04249216671981534\n", - "3732\n", - "fullness index: 0.013172999490052462\n", - "3733\n", - "fullness index: 0.5035265700831327\n", - "3734\n", - "fullness index: 0.2630688763693456\n", - "3735\n", - "fullness index: 0.2153373321974262\n", - "3736\n", - "fullness index: 0.28174459974585714\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3737\n", - "fullness index: 0.048796000229776836\n", - "3738\n", - "fullness index: 0.15867403236000927\n", - "3739\n", - "fullness index: 0.1706286022758377\n", - "3740\n", - "fullness index: 0.1532328333012932\n", - "3741\n", - "fullness index: 0.18942332579141546\n", - "3742\n", - "fullness index: 0.25279192375903503\n", - "3743\n", - "fullness index: 0.0919300004413041\n", - "3744\n", - "fullness index: 0.02797737452783622\n", - "3745\n", - "fullness index: 0.2284388215021928\n", - "3746\n", - "fullness index: 0.2089242141760873\n", - "3747\n", - "fullness index: 0.1489495680014652\n", - "3748\n", - "fullness index: 0.30858475040042777\n", - "3749\n", - "fullness index: 0.10245052996113453\n", - "3750\n", - "fullness index: 0.06264349940465763\n", - "3751\n", - "fullness index: 0.28963225043389684\n", - "3752\n", - "fullness index: 0.10821380112320185\n", - "3753\n", - "fullness index: 0.13542183327463894\n", - "3754\n", - "fullness index: 0.4551652513507065\n", - "3755\n", - "fullness index: 0.12869988203045282\n", - "3756\n", - "fullness index: 0.3097281003370881\n", - "3757\n", - "fullness index: 0.12812983406547573\n", - "3758\n", - "fullness index: 0.14550505473951286\n", - "3759\n", - "fullness index: 0.0\n", - "3760\n", - "fullness index: 0.357613164827247\n", - "3761\n", - "fullness index: 0.19609463584922857\n", - "3762\n", - "fullness index: 0.3459323115559272\n", - "3763\n", - "fullness index: 0.0031610001751687378\n", - "3764\n", - "fullness index: 0.23367899973605485\n", - "3765\n", - "fullness index: 0.14609328564009566\n", - "3766\n", - "fullness index: 0.15598509146012807\n", - "3767\n", - "fullness index: 0.24654099695241408\n", - "3768\n", - "fullness index: 0.3304590586509781\n", - "3769\n", - "fullness index: 0.006328000104986131\n", - "3770\n", - "fullness index: 0.02120899991132319\n", - "3771\n", - "fullness index: 0.12247519911034033\n", - "3772\n", - "fullness index: 0.11646266630414934\n", - "3773\n", - "fullness index: 0.1608972988993628\n", - "3774\n", - "fullness index: 0.3277296667996173\n", - "3775\n", - "fullness index: 0.1162729996991467\n", - "3776\n", - "fullness index: 0.060487272778118495\n", - "3777\n", - "fullness index: 0.00581150030484423\n", - "3778\n", - "fullness index: 0.1351906005140942\n", - "3779\n", - "fullness index: 0.14162137328526117\n", - "3780\n", - "fullness index: 0.005573000118602067\n", - "3781\n", - "fullness index: 0.31029299835544266\n", - "3782\n", - "fullness index: 0.16653881891804276\n", - "3783\n", - "fullness index: 0.23162928503006697\n", - "3784\n", - "fullness index: 0.03244724996329751\n", - "3785\n", - "fullness index: 0.17596890109416563\n", - "3786\n", - "fullness index: 0.151655307560654\n", - "3787\n", - "fullness index: 0.2760655003901775\n", - "3788\n", - "fullness index: 0.21385655518679414\n", - "3789\n", - "fullness index: 0.15657594140041992\n", - "3790\n", - "fullness index: 0.11296971442477245\n", - "3791\n", - "fullness index: 0.13793775063390964\n", - "3792\n", - "fullness index: 0.1762586041151291\n", - "3793\n", - "fullness index: 0.4101522522347902\n", - "3794\n", - "fullness index: 0.15225780004402623\n", - "3795\n", - "fullness index: 0.0995583997995709\n", - "3796\n", - "fullness index: 0.2648537235967928\n", - "3797\n", - "fullness index: 0.4227892710009012\n", - "3798\n", - "fullness index: 0.09351711078650421\n", - "3799\n", - "fullness index: 0.1483364285886637\n", - "3800\n", - "fullness index: 0.24553766582297007\n", - "3801\n", - "fullness index: 0.18231684538674334\n", - "3802\n", - "fullness index: 0.07569991671213454\n", - "3803\n", - "fullness index: 0.24997395373735673\n", - "3804\n", - "fullness index: 0.3217916000852104\n", - "3805\n", - "fullness index: 0.1903170014071899\n", - "3806\n", - "fullness index: 0.21879477747751883\n", - "3807\n", - "fullness index: 0.08855779989389703\n", - "3808\n", - "fullness index: 0.14134528618212375\n", - "3809\n", - "fullness index: 0.08829642807190144\n", - "3810\n", - "fullness index: 0.05426425004111479\n", - "3811\n", - "fullness index: 0.06668575075218541\n", - "3812\n", - "fullness index: 0.003237000200897455\n", - "3813\n", - "fullness index: 0.2372520006756531\n", - "3814\n", - "fullness index: 0.06143000055419634\n", - "3815\n", - "fullness index: 0.26918440879518596\n", - "3816\n", - "fullness index: 0.0031670001335442066\n", - "3817\n", - "fullness index: 0.002695999970455887\n", - "3818\n", - "fullness index: 0.08235749996902086\n", - "3819\n", - "fullness index: 0.09478362582319734\n", - "3820\n", - "fullness index: 0.1510761437287767\n", - "3821\n", - "fullness index: 0.31259491788766924\n", - "3822\n", - "fullness index: 0.10120860060414998\n", - "3823\n", - "fullness index: 0.10450950000692198\n", - "3824\n", - "fullness index: 0.0623008336087878\n", - "3825\n", - "fullness index: 0.04825899984280113\n", - "3826\n", - "fullness index: 0.18341599850928106\n", - "3827\n", - "fullness index: 0.20851264467520544\n", - "3828\n", - "fullness index: 0.15698357151859454\n", - "3829\n", - "fullness index: 0.135850001090148\n", - "3830\n", - "fullness index: 0.0015839999541640282\n", - "3831\n", - "fullness index: 0.2902759980928143\n", - "3832\n", - "fullness index: 0.16648124958919652\n", - "3833\n", - "fullness index: 0.008525000208464917\n", - "3834\n", - "fullness index: 0.1295901696976216\n", - "3835\n", - "fullness index: 0.12880400000976805\n", - "3836\n", - "fullness index: 0.08778633299516514\n", - "3837\n", - "fullness index: 0.11544532319000128\n", - "3838\n", - "fullness index: 0.1796789996876669\n", - "3839\n", - "fullness index: 0.3172321597827249\n", - "3840\n", - "fullness index: 0.10740383240014732\n", - "3841\n", - "fullness index: 0.027944333696117003\n", - "3842\n", - "fullness index: 0.22721459827153012\n", - "3843\n", - "fullness index: 0.12358550182398176\n", - "3844\n", - "fullness index: 0.3462701033235338\n", - "3845\n", - "fullness index: 0.19510033260262893\n", - "3846\n", - "fullness index: 0.24597780139920358\n", - "3847\n", - "fullness index: 0.37304051612713607\n", - "3848\n", - "fullness index: 0.3118336663944016\n", - "3849\n", - "fullness index: 0.13600085766133166\n", - "3850\n", - "fullness index: 0.20847200066337893\n", - "3851\n", - "fullness index: 0.2275714296993101\n", - "3852\n", - "fullness index: 0.1598361672173875\n", - "3853\n", - "fullness index: 0.08647230844410211\n", - "3854\n", - "fullness index: 0.3894716673548828\n", - "3855\n", - "fullness index: 0.04961899982083651\n", - "3856\n", - "fullness index: 0.24216506482617484\n", - "3857\n", - "fullness index: 0.16500213360219884\n", - "3858\n", - "fullness index: 0.09800709067216799\n", - "3859\n", - "fullness index: 0.15717803879838008\n", - "3860\n", - "fullness index: 0.18843062502810426\n", - "3861\n", - "fullness index: 0.11835766657460076\n", - "3862\n", - "fullness index: 0.19993123045147654\n", - "3863\n", - "fullness index: 0.24634745038879374\n", - "3864\n", - "fullness index: 0.3230755505781417\n", - "3865\n", - "fullness index: 0.23333649821324798\n", - "3866\n", - "fullness index: 0.1135431997361593\n", - "3867\n", - "fullness index: 0.17089940005680546\n", - "3868\n", - "fullness index: 0.1272428008101997\n", - "3869\n", - "fullness index: 0.1653811003308874\n", - "3870\n", - "fullness index: 0.15586000046070173\n", - "3871\n", - "fullness index: 0.1650663750454875\n", - "3872\n", - "fullness index: 0.13138829964445903\n", - "3873\n", - "fullness index: 0.2813926656114442\n", - "3874\n", - "fullness index: 0.20131514227205116\n", - "3875\n", - "fullness index: 0.15544604713012622\n", - "3876\n", - "fullness index: 0.13502794047447506\n", - "3877\n", - "fullness index: 0.15639328563855773\n", - "3878\n", - "fullness index: 0.11906262530737877\n", - "3879\n", - "fullness index: 0.24185066689581922\n", - "3880\n", - "fullness index: 0.12192659904940228\n", - "3881\n", - "fullness index: 0.1521135012153536\n", - "3882\n", - "fullness index: 0.09316590093585546\n", - "3883\n", - "fullness index: 0.17398215476170595\n", - "3884\n", - "fullness index: 0.28574300442878664\n", - "3885\n", - "fullness index: 0.2711583734853775\n", - "3886\n", - "fullness index: 0.24145372124621645\n", - "3887\n", - "fullness index: 0.18724766390854106\n", - "3888\n", - "fullness index: 0.1718244997318834\n", - "3889\n", - "fullness index: 0.24472669891219995\n", - "3890\n", - "fullness index: 0.41105814234340093\n", - "3891\n", - "fullness index: 0.14121500213514082\n", - "3892\n", - "fullness index: 0.24854832351827086\n", - "3893\n", - "fullness index: 0.21973166520826148\n", - "3894\n", - "fullness index: 0.19280277867821696\n", - "3895\n", - "fullness index: 0.1989199988602195\n", - "3896\n", - "fullness index: 0.07750562572857687\n", - "3897\n", - "fullness index: 0.12234180966853662\n", - "3898\n", - "fullness index: 0.07110938443769153\n", - "3899\n", - "fullness index: 0.10063807126736282\n", - "3900\n", - "fullness index: 0.1372038560707876\n", - "3901\n", - "fullness index: 0.12958627613264478\n", - "3902\n", - "fullness index: 0.2579882876836856\n", - "3903\n", - "fullness index: 0.14562340899186665\n", - "3904\n", - "fullness index: 0.0996151435855219\n", - "3905\n", - "fullness index: 0.0026679998263716698\n", - "3906\n", - "fullness index: 0.12591671395888884\n", - "3907\n", - "fullness index: 0.1864008327856368\n", - "3908\n", - "fullness index: 0.25794000025198327\n", - "3909\n", - "fullness index: 0.13152114313602073\n", - "3910\n", - "fullness index: 0.15993116648314754\n", - "3911\n", - "fullness index: 0.13711779957739054\n", - "3912\n", - "fullness index: 0.1840756260375258\n", - "3913\n", - "fullness index: 0.13532500008902085\n", - "3914\n", - "fullness index: 0.12237049950635992\n", - "3915\n", - "fullness index: 0.0037060000468045473\n", - "3916\n", - "fullness index: 0.06188320012879558\n", - "3917\n", - "fullness index: 0.2811871498004393\n", - "3918\n", - "fullness index: 0.1376010621369801\n", - "3919\n", - "fullness index: 0.4112605996916525\n", - "3920\n", - "fullness index: 0.12226428377575108\n", - "3921\n", - "fullness index: 0.12320260018021259\n", - "3922\n", - "fullness index: 0.11720770161543896\n", - "3923\n", - "fullness index: 0.26065739914120056\n", - "3924\n", - "fullness index: 0.22615807756567216\n", - "3925\n", - "fullness index: 0.4411928566644617\n", - "3926\n", - "fullness index: 0.15948766653552107\n", - "3927\n", - "fullness index: 0.0010819999733939767\n", - "3928\n", - "fullness index: 0.06694676953893228\n", - "3929\n", - "fullness index: 0.07791879941651132\n", - "3930\n", - "fullness index: 0.1583388006169116\n", - "3931\n", - "fullness index: 0.12508799925152353\n", - "3932\n", - "fullness index: 0.10235028467390553\n", - "3933\n", - "fullness index: 0.10400266607787975\n", - "3934\n", - "fullness index: 0.12447536389785538\n", - "3935\n", - "fullness index: 0.3277984999549517\n", - "3936\n", - "fullness index: 0.10765850117968512\n", - "3937\n", - "fullness index: 0.07773087455802852\n", - "3938\n", - "fullness index: 0.009551500115776435\n", - "3939\n", - "fullness index: 0.048233250410703477\n", - "3940\n", - "fullness index: 0.12299828555478598\n", - "3941\n", - "fullness index: 0.029761999678157736\n", - "3942\n", - "fullness index: 0.12288794432505608\n", - "3943\n", - "fullness index: 0.18608028597996704\n", - "3944\n", - "fullness index: 0.02823437497949044\n", - "3945\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.14101585796370705\n", - "3946\n", - "fullness index: 0.07564869984449842\n", - "3947\n", - "fullness index: 0.1234047137165492\n", - "3948\n", - "fullness index: 0.16515887538116658\n", - "3949\n", - "fullness index: 0.07802166736231204\n", - "3950\n", - "fullness index: 0.23927962025289884\n", - "3951\n", - "fullness index: 0.19385666667197557\n", - "3952\n", - "fullness index: 0.09478662462242937\n", - "3953\n", - "fullness index: 0.006675666566782941\n", - "3954\n", - "fullness index: 0.18854366597922007\n", - "3955\n", - "fullness index: 0.11160416676515676\n", - "3956\n", - "fullness index: 0.01622174996737158\n", - "3957\n", - "fullness index: 0.18194606707082434\n", - "3958\n", - "fullness index: 0.07576126667471877\n", - "3959\n", - "fullness index: 0.22068124870565953\n", - "3960\n", - "fullness index: 0.019485500107657573\n", - "3961\n", - "fullness index: 0.2463317159293053\n", - "3962\n", - "fullness index: 0.3225272990720062\n", - "3963\n", - "fullness index: 0.07762403867771074\n", - "3964\n", - "fullness index: 0.322995818034108\n", - "3965\n", - "fullness index: 0.13269499905319598\n", - "3966\n", - "fullness index: 0.14344539167162249\n", - "3967\n", - "fullness index: 0.022684800049682964\n", - "3968\n", - "fullness index: 0.1560226662986679\n", - "3969\n", - "fullness index: 0.10812466671042481\n", - "3970\n", - "fullness index: 0.19003887086059434\n", - "3971\n", - "fullness index: 0.12883238484041962\n", - "3972\n", - "fullness index: 0.10840049892431125\n", - "3973\n", - "fullness index: 0.06200404527865802\n", - "3974\n", - "fullness index: 0.12204711069029549\n", - "3975\n", - "fullness index: 0.04384549979295116\n", - "3976\n", - "fullness index: 0.03994270012813103\n", - "3977\n", - "fullness index: 0.02343099983409047\n", - "3978\n", - "fullness index: 0.1876316686621067\n", - "3979\n", - "fullness index: 0.15964741423931628\n", - "3980\n", - "fullness index: 0.10320361174859095\n", - "3981\n", - "fullness index: 0.09145300040524619\n", - "3982\n", - "fullness index: 0.08152517625077346\n", - "3983\n", - "fullness index: 0.08200566631179147\n", - "3984\n", - "fullness index: 0.20421660192660057\n", - "3985\n", - "fullness index: 0.37357086690026337\n", - "3986\n", - "fullness index: 0.13321271542240862\n", - "3987\n", - "fullness index: 0.07838807660071395\n", - "3988\n", - "fullness index: 0.2100986692043989\n", - "3989\n", - "fullness index: 0.302304144545425\n", - "3990\n", - "fullness index: 0.15837176877130332\n", - "3991\n", - "fullness index: 0.03630180018953979\n", - "3992\n", - "fullness index: 0.062391800383784356\n", - "3993\n", - "fullness index: 0.09482650086283684\n", - "3994\n", - "fullness index: 0.10661633134198685\n", - "3995\n", - "fullness index: 0.0927139278962516\n", - "3996\n", - "fullness index: 0.15329643495857928\n", - "3997\n", - "fullness index: 0.11722666654774609\n", - "3998\n", - "fullness index: 0.10100039990011282\n", - "3999\n", - "fullness index: 0.15843479904579\n", - "4000\n", - "fullness index: 0.12124514263060908\n", - "4001\n", - "fullness index: 0.29772329304869477\n", - "4002\n", - "fullness index: 0.09848580661368503\n", - "4003\n", - "fullness index: 0.17166412512597162\n", - "4004\n", - "fullness index: 0.03344839988221793\n", - "4005\n", - "fullness index: 0.13046685543953832\n", - "4006\n", - "fullness index: 0.0015940000303089619\n", - "4007\n", - "fullness index: 0.05838180966076747\n", - "4008\n", - "fullness index: 0.04618044495792775\n", - "4009\n", - "fullness index: 0.23134000004801125\n", - "4010\n", - "fullness index: 0.09681833307877241\n", - "4011\n", - "fullness index: 0.38996174968830627\n", - "4012\n", - "fullness index: 0.12890633168884355\n", - "4013\n", - "fullness index: 0.0820438567181955\n", - "4014\n", - "fullness index: 0.14742187559750164\n", - "4015\n", - "fullness index: 0.1887743792360886\n", - "4016\n", - "fullness index: 0.16599050123113557\n", - "4017\n", - "fullness index: 0.31389811121617744\n", - "4018\n", - "fullness index: 0.08443799927226792\n", - "4019\n", - "fullness index: 0.09458024980585833\n", - "4020\n", - "fullness index: 0.1386580252513088\n", - "4021\n", - "fullness index: 0.11429866606219245\n", - "4022\n", - "fullness index: 0.1766187209489537\n", - "4023\n", - "fullness index: 0.1019201428569951\n", - "4024\n", - "fullness index: 0.1331710904477487\n", - "4025\n", - "fullness index: 0.09370477799287376\n", - "4026\n", - "fullness index: 0.1622624786234956\n", - "4027\n", - "fullness index: 0.10003899977891706\n", - "4028\n", - "fullness index: 0.13714500024382556\n", - "4029\n", - "fullness index: 0.14848975009920196\n", - "4030\n", - "fullness index: 0.062089999930776685\n", - "4031\n", - "fullness index: 0.08079920019081328\n", - "4032\n", - "fullness index: 0.1072000022629384\n", - "4033\n", - "fullness index: 0.15188690874952665\n", - "4034\n", - "fullness index: 0.008702333412657026\n", - "4035\n", - "fullness index: 0.24747980103711598\n", - "4036\n", - "fullness index: 0.1815953638645376\n", - "4037\n", - "fullness index: 0.16598400040571246\n", - "4038\n", - "fullness index: 0.18963679867447353\n", - "4039\n", - "fullness index: 0.10385516621662796\n", - "4040\n", - "fullness index: 0.14152700009898664\n", - "4041\n", - "fullness index: 0.1831611264269668\n", - "4042\n", - "fullness index: 0.16831300142630426\n", - "4043\n", - "fullness index: 0.16526018844913892\n", - "4044\n", - "fullness index: 0.08490049979445757\n", - "4045\n", - "fullness index: 0.13925188794202212\n", - "4046\n", - "fullness index: 0.010663249995559454\n", - "4047\n", - "fullness index: 0.039693999711744254\n", - "4048\n", - "fullness index: 0.009612454532378417\n", - "4049\n", - "fullness index: 0.010877999840886332\n", - "4050\n", - "fullness index: 0.03546143336676171\n", - "4051\n", - "fullness index: 0.26568399952001903\n", - "4052\n", - "fullness index: 0.05798739270308521\n", - "4053\n", - "fullness index: 0.014573499929610989\n", - "4054\n", - "fullness index: 0.12260499947781985\n", - "4055\n", - "fullness index: 0.15213179825543646\n", - "4056\n", - "fullness index: 0.12032433317411535\n", - "4057\n", - "fullness index: 0.02290928598982386\n", - "4058\n", - "fullness index: 0.11794799963748422\n", - "4059\n", - "fullness index: 0.00930849983706139\n", - "4060\n", - "fullness index: 0.10832639994041529\n", - "4061\n", - "fullness index: 0.15697999925275022\n", - "4062\n", - "fullness index: 0.004772600025171414\n", - "4063\n", - "fullness index: 0.02558720009346871\n", - "4064\n", - "fullness index: 0.025943799832020886\n", - "4065\n", - "fullness index: 0.05030575066984966\n", - "4066\n", - "fullness index: 0.09251114354752385\n", - "4067\n", - "fullness index: 0.14139412514668948\n", - "4068\n", - "fullness index: 0.12099987480678465\n", - "4069\n", - "fullness index: 0.10419319965149043\n", - "4070\n", - "fullness index: 0.16028050026568508\n", - "4071\n", - "fullness index: 0.3205105839363588\n", - "4072\n", - "fullness index: 0.11904922257397427\n", - "4073\n", - "fullness index: 0.0807137772030223\n", - "4074\n", - "fullness index: 0.01472433340192462\n", - "4075\n", - "fullness index: 0.16732859923067736\n", - "4076\n", - "fullness index: 0.2256134993908745\n", - "4077\n", - "fullness index: 0.0741842500419807\n", - "4078\n", - "fullness index: 0.12022224907542522\n", - "4079\n", - "fullness index: 0.012242249895052737\n", - "4080\n", - "fullness index: 0.20864060183660058\n", - "4081\n", - "fullness index: 0.11712371385562749\n", - "4082\n", - "fullness index: 0.06469699892113567\n", - "4083\n", - "fullness index: 0.03424139996350277\n", - "4084\n", - "fullness index: 0.18908799952305344\n", - "4085\n", - "fullness index: 0.23535374228450684\n", - "4086\n", - "fullness index: 0.16497277703981833\n", - "4087\n", - "fullness index: 0.05260780042153783\n", - "4088\n", - "fullness index: 0.1486034995294479\n", - "4089\n", - "fullness index: 0.1178076252547271\n", - "4090\n", - "fullness index: 0.15756816473731305\n", - "4091\n", - "fullness index: 0.08954316674961167\n", - "4092\n", - "fullness index: 0.030504499854714595\n", - "4093\n", - "fullness index: 0.11280366925696703\n", - "4094\n", - "fullness index: 0.22320233368524592\n", - "4095\n", - "fullness index: 0.22094937615375443\n", - "4096\n", - "fullness index: 0.09742924991769542\n", - "4097\n", - "fullness index: 0.16591314293704532\n", - "4098\n", - "fullness index: 0.028082000091671944\n", - "4099\n", - "fullness index: 0.1629226178605851\n", - "4100\n", - "fullness index: 0.3105671897696032\n", - "4101\n", - "fullness index: 0.2462627764794484\n", - "4102\n", - "fullness index: 0.17827700018657802\n", - "4103\n", - "fullness index: 0.15716408315590039\n", - "4104\n", - "fullness index: 0.6519556661369279\n", - "4105\n", - "fullness index: 0.10750585625490723\n", - "4106\n", - "fullness index: 0.055543888259863804\n", - "4107\n", - "fullness index: 0.201790665378212\n", - "4108\n", - "fullness index: 0.386295181232113\n", - "4109\n", - "fullness index: 0.10982300025352743\n", - "4110\n", - "fullness index: 0.10319849914230872\n", - "4111\n", - "fullness index: 0.050814399937826236\n", - "4112\n", - "fullness index: 0.25342133443245984\n", - "4113\n", - "fullness index: 0.025400833430467173\n", - "4114\n", - "fullness index: 0.05372433412280012\n", - "4115\n", - "fullness index: 0.13678233180265428\n", - "4116\n", - "fullness index: 0.0565387502865633\n", - "4117\n", - "fullness index: 0.1805840017683901\n", - "4118\n", - "fullness index: 0.06671374966208532\n", - "4119\n", - "fullness index: 0.2676996762079008\n", - "4120\n", - "fullness index: 0.1206667689996091\n", - "4121\n", - "fullness index: 0.08193120040232316\n", - "4122\n", - "fullness index: 0.021661714074850482\n", - "4123\n", - "fullness index: 0.026663636162662773\n", - "4124\n", - "fullness index: 0.23642614297153028\n", - "4125\n", - "fullness index: 0.09108185706593629\n", - "4126\n", - "fullness index: 0.2678760981456094\n", - "4127\n", - "fullness index: 0.018186222278523526\n", - "4128\n", - "fullness index: 0.0883336242434325\n", - "4129\n", - "fullness index: 0.179039400361944\n", - "4130\n", - "fullness index: 0.15889511159063355\n", - "4131\n", - "fullness index: 0.11375999867838497\n", - "4132\n", - "fullness index: 0.02410250006505521\n", - "4133\n", - "fullness index: 0.17611331234905947\n", - "4134\n", - "fullness index: 0.030370888950225588\n", - "4135\n", - "fullness index: 0.18773387968598235\n", - "4136\n", - "fullness index: 0.10080085661840192\n", - "4137\n", - "fullness index: 0.04529516728265056\n", - "4138\n", - "fullness index: 0.22047149819991319\n", - "4139\n", - "fullness index: 0.1775647766212387\n", - "4140\n", - "fullness index: 0.05896275099075865\n", - "4141\n", - "fullness index: 0.03439699958253186\n", - "4142\n", - "fullness index: 0.0710409998509931\n", - "4143\n", - "fullness index: 0.3199325745916604\n", - "4144\n", - "fullness index: 0.11052975015991251\n", - "4145\n", - "fullness index: 0.15209049934552846\n", - "4146\n", - "fullness index: 0.10812599947676063\n", - "4147\n", - "fullness index: 0.3287449574615266\n", - "4148\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.22841872462977963\n", - "4149\n", - "fullness index: 0.1682244556596524\n", - "4150\n", - "fullness index: 0.01400925028860911\n", - "4151\n", - "fullness index: 0.1527466654561067\n", - "4152\n", - "fullness index: 0.22970733517528666\n", - "4153\n", - "fullness index: 0.015988285679449224\n", - "4154\n", - "fullness index: 0.07810599934613752\n", - "4155\n", - "fullness index: 0.012275333437476851\n", - "4156\n", - "fullness index: 0.2672962111340038\n", - "4157\n", - "fullness index: 0.07213485739443318\n", - "4158\n", - "fullness index: 0.035157332953531295\n", - "4159\n", - "fullness index: 0.15156359802931546\n", - "4160\n", - "fullness index: 0.07948675229437185\n", - "4161\n", - "fullness index: 0.07768820090859663\n", - "4162\n", - "fullness index: 0.08956485689434755\n", - "4163\n", - "fullness index: 0.3085922493792168\n", - "4164\n", - "fullness index: 0.15825549968394625\n", - "4165\n", - "fullness index: 0.046901000111802205\n", - "4166\n", - "fullness index: 0.3863825713747896\n", - "4167\n", - "fullness index: 0.01883560003116145\n", - "4168\n", - "fullness index: 0.21653585041412954\n", - "4169\n", - "fullness index: 0.10633516749173093\n", - "4170\n", - "fullness index: 0.14199846656244214\n", - "4171\n", - "fullness index: 0.08136200153724833\n", - "4172\n", - "fullness index: 0.20148975149368198\n", - "4173\n", - "fullness index: 0.09983720104210078\n", - "4174\n", - "fullness index: 0.16151765408885518\n", - "4175\n", - "fullness index: 0.010915000131353736\n", - "4176\n", - "fullness index: 0.12505371331774637\n", - "4177\n", - "fullness index: 0.2720018186307284\n", - "4178\n", - "fullness index: 0.2469974260555838\n", - "4179\n", - "fullness index: 0.13963659962028033\n", - "4180\n", - "fullness index: 0.21980886586725074\n", - "4181\n", - "fullness index: 0.06715000020631123\n", - "4182\n", - "fullness index: 0.06942783275250501\n", - "4183\n", - "fullness index: 0.06058899992785882\n", - "4184\n", - "fullness index: 0.1833955009495055\n", - "4185\n", - "fullness index: 0.008004999937838875\n", - "4186\n", - "fullness index: 0.2480602231515958\n", - "4187\n", - "fullness index: 0.0370623633573566\n", - "4188\n", - "fullness index: 0.22206963092674453\n", - "4189\n", - "fullness index: 0.2974502491269959\n", - "4190\n", - "fullness index: 0.13635239919822198\n", - "4191\n", - "fullness index: 0.08008842901504716\n", - "4192\n", - "fullness index: 0.05017749947728589\n", - "4193\n", - "fullness index: 0.2368237501286785\n", - "4194\n", - "fullness index: 0.12999333261783855\n", - "4195\n", - "fullness index: 0.3995621787330923\n", - "4196\n", - "fullness index: 0.06127040065075562\n", - "4197\n", - "fullness index: 0.1679691102819763\n", - "4198\n", - "fullness index: 0.35504958246656315\n", - "4199\n", - "fullness index: 0.20818049964145757\n", - "4200\n", - "fullness index: 0.12115723126006428\n", - "4201\n", - "fullness index: 0.08791400076006539\n", - "4202\n", - "fullness index: 0.09349699969122109\n", - "4203\n", - "fullness index: 0.00854775020343368\n", - "4204\n", - "fullness index: 0.06719374887870799\n", - "4205\n", - "fullness index: 0.14477466645338508\n", - "4206\n", - "fullness index: 0.012019333507244786\n", - "4207\n", - "fullness index: 0.3048206955666829\n", - "4208\n", - "fullness index: 0.013065666833426803\n", - "4209\n", - "fullness index: 0.006437333384326394\n", - "4210\n", - "fullness index: 0.18020955448365486\n", - "4211\n", - "fullness index: 0.24689916824596972\n", - "4212\n", - "fullness index: 0.09685449936625899\n", - "4213\n", - "fullness index: 0.1617236663538885\n", - "4214\n", - "fullness index: 0.2616679082351848\n", - "4215\n", - "fullness index: 0.1866133329817785\n", - "4216\n", - "fullness index: 0.13271127832907345\n", - "4217\n", - "fullness index: 0.043740599768898394\n", - "4218\n", - "fullness index: 0.1549610005458817\n", - "4219\n", - "fullness index: 0.15763660018310474\n", - "4220\n", - "fullness index: 0.14839199981603693\n", - "4221\n", - "fullness index: 0.2772794003965828\n", - "4222\n", - "fullness index: 0.23141616589580533\n", - "4223\n", - "fullness index: 0.09544342868080744\n", - "4224\n", - "fullness index: 0.20013688855659792\n", - "4225\n", - "fullness index: 0.15855199838551925\n", - "4226\n", - "fullness index: 0.07303183296426141\n", - "4227\n", - "fullness index: 0.11259379990806337\n", - "4228\n", - "fullness index: 0.08156785744228857\n", - "4229\n", - "fullness index: 0.11731200073973014\n", - "4230\n", - "fullness index: 0.13735085757382745\n", - "4231\n", - "fullness index: 0.17047439757734537\n", - "4232\n", - "fullness index: 0.15031300180999096\n", - "4233\n", - "fullness index: 0.14158125013443623\n", - "4234\n", - "fullness index: 0.23174500172171975\n", - "4235\n", - "fullness index: 0.16649240090191597\n", - "4236\n", - "fullness index: 0.08941750054282237\n", - "4237\n", - "fullness index: 0.15015800175024197\n", - "4238\n", - "fullness index: 0.08066962518932996\n", - "4239\n", - "fullness index: 0.07001469219872329\n", - "4240\n", - "fullness index: 0.1740521678384539\n", - "4241\n", - "fullness index: 0.2536399591850308\n", - "4242\n", - "fullness index: 0.06578106698616466\n", - "4243\n", - "fullness index: 0.06811233330876121\n", - "4244\n", - "fullness index: 0.4108417255847598\n", - "4245\n", - "fullness index: 0.23727840095125427\n", - "4246\n", - "fullness index: 0.23045108423715038\n", - "4247\n", - "fullness index: 0.018798200401943178\n", - "4248\n", - "fullness index: 0.03892942806123756\n", - "4249\n", - "fullness index: 0.34077011224265635\n", - "4250\n", - "fullness index: 0.13267677827267713\n", - "4251\n", - "fullness index: 0.3253177988750394\n", - "4252\n", - "fullness index: 0.0405333336093463\n", - "4253\n", - "fullness index: 0.2750671473380217\n", - "4254\n", - "fullness index: 0.24080712484919786\n", - "4255\n", - "fullness index: 0.0817649996097316\n", - "4256\n", - "fullness index: 0.0796752490024346\n", - "4257\n", - "fullness index: 0.05228859994385857\n", - "4258\n", - "fullness index: 0.3781965712518546\n", - "4259\n", - "fullness index: 0.2112057153634461\n", - "4260\n", - "fullness index: 0.01289299986547121\n", - "4261\n", - "fullness index: 0.11229266703594476\n", - "4262\n", - "fullness index: 0.09476249976432882\n", - "4263\n", - "fullness index: 0.08525499983299292\n", - "4264\n", - "fullness index: 0.3019366290688502\n", - "4265\n", - "fullness index: 0.2822401057887155\n", - "4266\n", - "fullness index: 0.20684529984191613\n", - "4267\n", - "fullness index: 0.19070466622590881\n", - "4268\n", - "fullness index: 0.02690700003586244\n", - "4269\n", - "fullness index: 0.25207403881187507\n", - "4270\n", - "fullness index: 0.17418820081511513\n", - "4271\n", - "fullness index: 0.38904542258639246\n", - "4272\n", - "fullness index: 0.07912581835229172\n", - "4273\n", - "fullness index: 0.16361731158303883\n", - "4274\n", - "fullness index: 0.2749089997355946\n", - "4275\n", - "fullness index: 0.1512133334739095\n", - "4276\n", - "fullness index: 0.18405520084197632\n", - "4277\n", - "fullness index: 0.3501536032475997\n", - "4278\n", - "fullness index: 0.12431555395515817\n", - "4279\n", - "fullness index: 0.013329000076434264\n", - "4280\n", - "fullness index: 0.10819980138985556\n", - "4281\n", - "fullness index: 0.19719221506781132\n", - "4282\n", - "fullness index: 0.28356440085781287\n", - "4283\n", - "fullness index: 0.18894500028000039\n", - "4284\n", - "fullness index: 0.18991000039204664\n", - "4285\n", - "fullness index: 0.16684980029601018\n", - "4286\n", - "fullness index: 0.04427766640916767\n", - "4287\n", - "fullness index: 0.037074538008360275\n", - "4288\n", - "fullness index: 0.0943887150176254\n", - "4289\n", - "fullness index: 0.06338233279529959\n", - "4290\n", - "fullness index: 0.33675250260603207\n", - "4291\n", - "fullness index: 0.04187633215527361\n", - "4292\n", - "fullness index: 0.2679035028850194\n", - "4293\n", - "fullness index: 0.1544146671413576\n", - "4294\n", - "fullness index: 0.23169275039981585\n", - "4295\n", - "fullness index: 0.2736035978567088\n", - "4296\n", - "fullness index: 0.1509944015997462\n", - "4297\n", - "fullness index: 0.17000950171495788\n", - "4298\n", - "fullness index: 0.137508249722714\n", - "4299\n", - "fullness index: 0.22107366628430705\n", - "4300\n", - "fullness index: 0.24512324150811998\n", - "4301\n", - "fullness index: 0.21645972162439697\n", - "4302\n", - "fullness index: 0.22129427261725965\n", - "4303\n", - "fullness index: 0.13062038461528291\n", - "4304\n", - "fullness index: 0.2862151994879241\n", - "4305\n", - "fullness index: 0.14085783405304633\n", - "4306\n", - "fullness index: 0.08792950005719527\n", - "4307\n", - "fullness index: 0.1978927511781876\n", - "4308\n", - "fullness index: 0.09033675042235247\n", - "4309\n", - "fullness index: 0.24414966673137994\n", - "4310\n", - "fullness index: 0.25536566924711224\n", - "4311\n", - "fullness index: 0.11680871323018698\n", - "4312\n", - "fullness index: 0.18925359909778006\n", - "4313\n", - "fullness index: 0.09107475040798364\n", - "4314\n", - "fullness index: 0.10373279931372963\n", - "4315\n", - "fullness index: 0.14211000120849349\n", - "4316\n", - "fullness index: 0.1512702009640634\n", - "4317\n", - "fullness index: 0.20615092772803628\n", - "4318\n", - "fullness index: 0.16735983353161524\n", - "4319\n", - "fullness index: 0.11136640000622719\n", - "4320\n", - "fullness index: 0.16557574842772738\n", - "4321\n", - "fullness index: 0.0055024998873705044\n", - "4322\n", - "fullness index: 0.20586381364923056\n", - "4323\n", - "fullness index: 0.10386500005946193\n", - "4324\n", - "fullness index: 0.02931450033793226\n", - "4325\n", - "fullness index: 0.22900366768135424\n", - "4326\n", - "fullness index: 0.10997488878746253\n", - "4327\n", - "fullness index: 0.24291047348436365\n", - "4328\n", - "fullness index: 0.10276371416070365\n", - "4329\n", - "fullness index: 0.15936977729688215\n", - "4330\n", - "fullness index: 0.1372077495634585\n", - "4331\n", - "fullness index: 0.27787762367370306\n", - "4332\n", - "fullness index: 0.11585479992586442\n", - "4333\n", - "fullness index: 0.23196800026926212\n", - "4334\n", - "fullness index: 0.3240487224282447\n", - "4335\n", - "fullness index: 0.0627084995212499\n", - "4336\n", - "fullness index: 0.25361924983349127\n", - "4337\n", - "fullness index: 0.12431382330188465\n", - "4338\n", - "fullness index: 0.12515099836794738\n", - "4339\n", - "fullness index: 0.15890319906175138\n", - "4340\n", - "fullness index: 0.15812949945848231\n", - "4341\n", - "fullness index: 0.010614999977406114\n", - "4342\n", - "fullness index: 0.08067281827225707\n", - "4343\n", - "fullness index: 0.20896450106124573\n", - "4344\n", - "fullness index: 0.2307966659561013\n", - "4345\n", - "fullness index: 0.2289975596007116\n", - "4346\n", - "fullness index: 0.19177873410380927\n", - "4347\n", - "fullness index: 0.1997049996554981\n", - "4348\n", - "fullness index: 0.034062750470184255\n", - "4349\n", - "fullness index: 0.16765030029491754\n", - "4350\n", - "fullness index: 0.2796172515445505\n", - "4351\n", - "fullness index: 0.33121859973762185\n", - "4352\n", - "fullness index: 0.13524827129196057\n", - "4353\n", - "fullness index: 0.11723850118384387\n", - "4354\n", - "fullness index: 0.014416800005710684\n", - "4355\n", - "fullness index: 0.05934375043398177\n", - "4356\n", - "fullness index: 0.03855179961174145\n", - "4357\n", - "fullness index: 0.17937025091578107\n", - "4358\n", - "fullness index: 0.1369493338667477\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4359\n", - "fullness index: 0.2704766663882765\n", - "4360\n", - "fullness index: 0.16214154563793023\n", - "4361\n", - "fullness index: 0.3675675239230937\n", - "4362\n", - "fullness index: 0.1661838565731679\n", - "4363\n", - "fullness index: 0.15967456969415902\n", - "4364\n", - "fullness index: 0.10421349987245776\n", - "4365\n", - "fullness index: 0.16004424947459484\n", - "4366\n", - "fullness index: 0.21918228497296305\n", - "4367\n", - "fullness index: 0.13473349843661708\n", - "4368\n", - "fullness index: 0.014495000097667798\n", - "4369\n", - "fullness index: 0.06027233204804361\n", - "4370\n", - "fullness index: 0.22184455635763495\n", - "4371\n", - "fullness index: 0.2580788567270897\n", - "4372\n", - "fullness index: 0.045517499926063465\n", - "4373\n", - "fullness index: 0.10281110044961679\n", - "4374\n", - "fullness index: 0.036897667029633235\n", - "4375\n", - "fullness index: 0.02254500036360696\n", - "4376\n", - "fullness index: 0.025746166880708188\n", - "4377\n", - "fullness index: 0.05515700070418461\n", - "4378\n", - "fullness index: 0.11198650108417496\n", - "4379\n", - "fullness index: 0.0528700003056656\n", - "4380\n", - "fullness index: 0.24552714398078024\n", - "4381\n", - "fullness index: 0.019196599804013205\n", - "4382\n", - "fullness index: 0.17175699884531545\n", - "4383\n", - "fullness index: 0.059798666725328076\n", - "4384\n", - "fullness index: 0.29225605605091054\n", - "4385\n", - "fullness index: 0.3257463051095576\n", - "4386\n", - "fullness index: 0.18143583216685025\n", - "4387\n", - "fullness index: 0.17984872553800002\n", - "4388\n", - "fullness index: 0.25486922374693677\n", - "4389\n", - "fullness index: 0.08249599987539113\n", - "4390\n", - "fullness index: 0.2876557184019717\n", - "4391\n", - "fullness index: 0.029922000308943097\n", - "4392\n", - "fullness index: 0.2560117507673567\n", - "4393\n", - "fullness index: 0.050566667042403424\n", - "4394\n", - "fullness index: 0.22021166378787407\n", - "4395\n", - "fullness index: 0.2289147976989625\n", - "4396\n", - "fullness index: 0.06604566644818988\n", - "4397\n", - "fullness index: 0.24992411070141113\n", - "4398\n", - "fullness index: 0.0805595018242684\n", - "4399\n", - "fullness index: 0.06038825112705126\n", - "4400\n", - "fullness index: 0.08996559968786641\n", - "4401\n", - "fullness index: 0.12844766724386622\n", - "4402\n", - "fullness index: 0.14822507853096586\n", - "4403\n", - "fullness index: 0.1762853993655881\n", - "4404\n", - "fullness index: 0.16889244709681997\n", - "4405\n", - "fullness index: 0.22200691771217862\n", - "4406\n", - "fullness index: 0.13660433387202728\n", - "4407\n", - "fullness index: 0.0570944541784477\n", - "4408\n", - "fullness index: 0.1777653565274347\n", - "4409\n", - "fullness index: 0.18690377758927448\n", - "4410\n", - "fullness index: 0.31880732195505906\n", - "4411\n", - "fullness index: 0.08578833408137143\n", - "4412\n", - "fullness index: 0.16502379937902942\n", - "4413\n", - "fullness index: 0.3132848725734551\n", - "4414\n", - "fullness index: 0.15963514330048514\n", - "4415\n", - "fullness index: 0.09332611161072338\n", - "4416\n", - "fullness index: 0.3337436664624337\n", - "4417\n", - "fullness index: 0.241049855950223\n", - "4418\n", - "fullness index: 0.009311800052091711\n", - "4419\n", - "fullness index: 0.16608511054720212\n", - "4420\n", - "fullness index: 0.1171670006660861\n", - "4421\n", - "fullness index: 0.10175279936520383\n", - "4422\n", - "fullness index: 0.2379194283504538\n", - "4423\n", - "fullness index: 0.1674459994326753\n", - "4424\n", - "fullness index: 0.108508666763695\n", - "4425\n", - "fullness index: 0.04482466640183702\n", - "4426\n", - "fullness index: 0.18230819570411894\n", - "4427\n", - "fullness index: 0.28191725077780916\n", - "4428\n", - "fullness index: 0.1484983628036141\n", - "4429\n", - "fullness index: 0.156701332708811\n", - "4430\n", - "fullness index: 0.1905782502508373\n", - "4431\n", - "fullness index: 0.05830199957272271\n", - "4432\n", - "fullness index: 0.3443976161763133\n", - "4433\n", - "fullness index: 0.2820426208902453\n", - "4434\n", - "fullness index: 0.22546261202498702\n", - "4435\n", - "fullness index: 0.20060975053274888\n", - "4436\n", - "fullness index: 0.21335874961152967\n", - "4437\n", - "fullness index: 0.03112879985710606\n", - "4438\n", - "fullness index: 0.21559561452075007\n", - "4439\n", - "fullness index: 0.11298628530182343\n", - "4440\n", - "fullness index: 0.21543791625326747\n", - "4441\n", - "fullness index: 0.27482314305910094\n", - "4442\n", - "fullness index: 0.220068198943045\n", - "4443\n", - "fullness index: 0.05225024920218857\n", - "4444\n", - "fullness index: 0.0696690013865009\n", - "4445\n", - "fullness index: 0.09705730011482956\n", - "4446\n", - "fullness index: 0.06711866582842656\n", - "4447\n", - "fullness index: 0.20068544250938836\n", - "4448\n", - "fullness index: 0.1460939972603228\n", - "4449\n", - "fullness index: 0.27984314285900574\n", - "4450\n", - "fullness index: 0.13393560074036942\n", - "4451\n", - "fullness index: 0.29821433097923644\n", - "4452\n", - "fullness index: 0.18502175142930355\n", - "4453\n", - "fullness index: 0.07708100049057975\n", - "4454\n", - "fullness index: 0.19103924251098967\n", - "4455\n", - "fullness index: 0.09799228644812631\n", - "4456\n", - "fullness index: 0.2171245737640025\n", - "4457\n", - "fullness index: 0.2626661996650038\n", - "4458\n", - "fullness index: 0.07200980157995218\n", - "4459\n", - "fullness index: 0.02231062552596086\n", - "4460\n", - "fullness index: 0.2944438737005992\n", - "4461\n", - "fullness index: 0.11837066646146216\n", - "4462\n", - "fullness index: 0.20401020122371846\n", - "4463\n", - "fullness index: 0.22892705801632804\n", - "4464\n", - "fullness index: 0.1664669983976637\n", - "4465\n", - "fullness index: 0.01763166669995068\n", - "4466\n", - "fullness index: 0.04607999975026663\n", - "4467\n", - "fullness index: 0.10255149949080078\n", - "4468\n", - "fullness index: 0.1490233768569169\n", - "4469\n", - "fullness index: 0.2477050006671675\n", - "4470\n", - "fullness index: 0.0016799999866634607\n", - "4471\n", - "fullness index: 0.18195422264236388\n", - "4472\n", - "fullness index: 0.1415718331682001\n", - "4473\n", - "fullness index: 0.08402399803162552\n", - "4474\n", - "fullness index: 0.10631757073861081\n", - "4475\n", - "fullness index: 0.23357728545657405\n", - "4476\n", - "fullness index: 0.18739868370826834\n", - "4477\n", - "fullness index: 0.1303040005254843\n", - "4478\n", - "fullness index: 0.30779635889835844\n", - "4479\n", - "fullness index: 0.18964712360025263\n", - "4480\n", - "fullness index: 0.2729335155228924\n", - "4481\n", - "fullness index: 0.24045353575755662\n", - "4482\n", - "fullness index: 0.27961654606672187\n", - "4483\n", - "fullness index: 0.09802550023869117\n", - "4484\n", - "fullness index: 0.15669533306224062\n", - "4485\n", - "fullness index: 0.3220310701999064\n", - "4486\n", - "fullness index: 0.2751159993740657\n", - "4487\n", - "fullness index: 0.1526571966279968\n", - "4488\n", - "fullness index: 0.06494224976268015\n", - "4489\n", - "fullness index: 0.1725066242261164\n", - "4490\n", - "fullness index: 0.3288995392725226\n", - "4491\n", - "fullness index: 0.08927516719753233\n", - "4492\n", - "fullness index: 0.08607450298768526\n", - "4493\n", - "fullness index: 0.17346827431959935\n", - "4494\n", - "fullness index: 0.15504981746438384\n", - "4495\n", - "fullness index: 0.1630743348117297\n", - "4496\n", - "fullness index: 0.12911200011876645\n", - "4497\n", - "fullness index: 0.06424845448382463\n", - "4498\n", - "fullness index: 0.19805159926763735\n", - "4499\n", - "fullness index: 0.11027637494044029\n", - "4500\n", - "fullness index: 0.2741131902145883\n", - "4501\n", - "fullness index: 0.16832523605091196\n", - "4502\n", - "fullness index: 0.2560482280487282\n", - "4503\n", - "fullness index: 0.14507549866781724\n", - "4504\n", - "fullness index: 0.17145133466935172\n", - "4505\n", - "fullness index: 0.14398685837555344\n", - "4506\n", - "fullness index: 0.2525483474093711\n", - "4507\n", - "fullness index: 0.24909153491031638\n", - "4508\n", - "fullness index: 0.19590483359570499\n", - "4509\n", - "fullness index: 0.009042000398039818\n", - "4510\n", - "fullness index: 0.18767700014245361\n", - "4511\n", - "fullness index: 0.23659299892460695\n", - "4512\n", - "fullness index: 0.042956999723325374\n", - "4513\n", - "fullness index: 0.11862655003260444\n", - "4514\n", - "fullness index: 0.1242349003907293\n", - "4515\n", - "fullness index: 0.22458966892403015\n", - "4516\n", - "fullness index: 0.06650362562015742\n", - "4517\n", - "fullness index: 0.10778627264504725\n", - "4518\n", - "fullness index: 0.3268314998307081\n", - "4519\n", - "fullness index: 0.24756169914417114\n", - "4520\n", - "fullness index: 0.1542858343154876\n", - "4521\n", - "fullness index: 0.21254266564695476\n", - "4522\n", - "fullness index: 0.17349874956113354\n", - "4523\n", - "fullness index: 0.12988921421564165\n", - "4524\n", - "fullness index: 0.25780849905863257\n", - "4525\n", - "fullness index: 0.18949949944544642\n", - "4526\n", - "fullness index: 0.30403299752742896\n", - "4527\n", - "fullness index: 0.05874828514528677\n", - "4528\n", - "fullness index: 0.18079714182697768\n", - "4529\n", - "fullness index: 0.017772400307876524\n", - "4530\n", - "fullness index: 0.008489999465382425\n", - "4531\n", - "fullness index: 0.25232824991599045\n", - "4532\n", - "fullness index: 0.14642066888821623\n", - "4533\n", - "fullness index: 0.3046287135683607\n", - "4534\n", - "fullness index: 0.08894550178956706\n", - "4535\n", - "fullness index: 0.020248000335413963\n", - "4536\n", - "fullness index: 0.24300242264574703\n", - "4537\n", - "fullness index: 0.14260133084220192\n", - "4538\n", - "fullness index: 0.0026857500852202065\n", - "4539\n", - "fullness index: 0.1838896650709406\n", - "4540\n", - "fullness index: 0.07977939937409247\n", - "4541\n", - "fullness index: 0.15944399870932102\n", - "4542\n", - "fullness index: 0.0879577393527894\n", - "4543\n", - "fullness index: 0.0011449999874457717\n", - "4544\n", - "fullness index: 0.06001680012705037\n", - "4545\n", - "fullness index: 0.19542061194824195\n", - "4546\n", - "fullness index: 0.06685166643910634\n", - "4547\n", - "fullness index: 0.19376316732571772\n", - "4548\n", - "fullness index: 0.33179616347582486\n", - "4549\n", - "fullness index: 0.24116816710827038\n", - "4550\n", - "fullness index: 0.26593787476303987\n", - "4551\n", - "fullness index: 0.12683933264876637\n", - "4552\n", - "fullness index: 0.12188399951694671\n", - "4553\n", - "fullness index: 0.011894500035850797\n", - "4554\n", - "fullness index: 0.21140666684247358\n", - "4555\n", - "fullness index: 0.19429650031070198\n", - "4556\n", - "fullness index: 0.04068168718595189\n", - "4557\n", - "fullness index: 0.18180141408538358\n", - "4558\n", - "fullness index: 0.2239459990045621\n", - "4559\n", - "fullness index: 0.21384111147495719\n", - "4560\n", - "fullness index: 0.2050692499251454\n", - "4561\n", - "fullness index: 0.15339683411154206\n", - "4562\n", - "fullness index: 0.2009049221251189\n", - "4563\n", - "fullness index: 0.17724725043232561\n", - "4564\n", - "fullness index: 0.039585499493114185\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4565\n", - "fullness index: 0.17979912264127051\n", - "4566\n", - "fullness index: 0.05270900105824694\n", - "4567\n", - "fullness index: 0.11269771428383787\n", - "4568\n", - "fullness index: 0.03055799994035624\n", - "4569\n", - "fullness index: 0.18702215467410846\n", - "4570\n", - "fullness index: 0.08688878536736411\n", - "4571\n", - "fullness index: 0.16114135660957832\n", - "4572\n", - "fullness index: 0.30110949627123773\n", - "4573\n", - "fullness index: 0.23840566607784947\n", - "4574\n", - "fullness index: 0.06462928609731275\n", - "4575\n", - "fullness index: 0.22451166813019274\n", - "4576\n", - "fullness index: 0.04934979997997289\n", - "4577\n", - "fullness index: 0.21718372818180465\n", - "4578\n", - "fullness index: 0.19569487329863477\n", - "4579\n", - "fullness index: 0.11432788171776685\n", - "4580\n", - "fullness index: 0.06510460856964567\n", - "4581\n", - "fullness index: 0.029951713941825022\n", - "4582\n", - "fullness index: 0.16815140037469972\n", - "4583\n", - "fullness index: 0.2310483470838125\n", - "4584\n", - "fullness index: 0.17842449985285685\n", - "4585\n", - "fullness index: 0.1630571430183149\n", - "4586\n", - "fullness index: 0.13706357156580193\n", - "4587\n", - "fullness index: 0.034140599993406795\n", - "4588\n", - "fullness index: 0.16850689683197656\n", - "4589\n", - "fullness index: 0.27521938650853933\n", - "4590\n", - "fullness index: 0.0684226685940909\n", - "4591\n", - "fullness index: 0.03090959965084039\n", - "4592\n", - "fullness index: 0.09273249960762087\n", - "4593\n", - "fullness index: 0.09534274969206535\n", - "4594\n", - "fullness index: 0.18272990565288033\n", - "4595\n", - "fullness index: 0.17933166627578126\n", - "4596\n", - "fullness index: 0.0912471243791515\n", - "4597\n", - "fullness index: 0.2650652206913896\n", - "4598\n", - "fullness index: 0.218164202675689\n", - "4599\n", - "fullness index: 0.1603430916498031\n", - "4600\n", - "fullness index: 0.1597511983884033\n", - "4601\n", - "fullness index: 0.1924821179435479\n", - "4602\n", - "fullness index: 0.23808711213779232\n", - "4603\n", - "fullness index: 0.07601114271009075\n", - "4604\n", - "fullness index: 0.22404308748058532\n", - "4605\n", - "fullness index: 0.03245733352410853\n", - "4606\n", - "fullness index: 0.177124300977448\n", - "4607\n", - "fullness index: 0.11348709101730492\n", - "4608\n", - "fullness index: 0.1005146660633424\n", - "4609\n", - "fullness index: 0.10371014258830007\n", - "4610\n", - "fullness index: 0.011674636462182454\n", - "4611\n", - "fullness index: 0.21221866524461397\n", - "4612\n", - "fullness index: 0.09795159909408539\n", - "4613\n", - "fullness index: 0.268234599698917\n", - "4614\n", - "fullness index: 0.08676500176079571\n", - "4615\n", - "fullness index: 0.32946721013818686\n", - "4616\n", - "fullness index: 0.05326777839832175\n", - "4617\n", - "fullness index: 0.01870354553989273\n", - "4618\n", - "fullness index: 0.3333149165742384\n", - "4619\n", - "fullness index: 0.18061900082830107\n", - "4620\n", - "fullness index: 0.25584350034647024\n", - "4621\n", - "fullness index: 0.07308609080800206\n", - "4622\n", - "fullness index: 0.1538974998984486\n", - "4623\n", - "fullness index: 0.07971127328778493\n", - "4624\n", - "fullness index: 0.0022719999542459846\n", - "4625\n", - "fullness index: 0.11403453813601608\n", - "4626\n", - "fullness index: 0.22372550010868508\n", - "4627\n", - "fullness index: 0.2010629995940892\n", - "4628\n", - "fullness index: 0.025540999946315424\n", - "4629\n", - "fullness index: 0.1497051983489655\n", - "4630\n", - "fullness index: 0.08724259999169134\n", - "4631\n", - "fullness index: 0.021430499851703644\n", - "4632\n", - "fullness index: 0.08667700021351266\n", - "4633\n", - "fullness index: 0.0637402006002958\n", - "4634\n", - "fullness index: 0.028132999970694073\n", - "4635\n", - "fullness index: 0.12195733524216242\n", - "4636\n", - "fullness index: 0.05450000033514308\n", - "4637\n", - "fullness index: 0.2839231665396558\n", - "4638\n", - "fullness index: 0.01533887487944696\n", - "4639\n", - "fullness index: 0.23809887983683437\n", - "4640\n", - "fullness index: 0.36231957871558207\n", - "4641\n", - "fullness index: 0.18717128579425793\n", - "4642\n", - "fullness index: 0.17728545457041697\n", - "4643\n", - "fullness index: 0.22752457927440686\n", - "4644\n", - "fullness index: 0.14254016587695634\n", - "4645\n", - "fullness index: 0.07319342886476729\n", - "4646\n", - "fullness index: 0.1709602917786339\n", - "4647\n", - "fullness index: 0.2681214992840069\n", - "4648\n", - "fullness index: 0.11716619888466084\n", - "4649\n", - "fullness index: 0.00989860009867698\n", - "4650\n", - "fullness index: 0.2599311898849183\n", - "4651\n", - "fullness index: 0.10128400047445514\n", - "4652\n", - "fullness index: 0.018125999857981395\n", - "4653\n", - "fullness index: 0.12977566487400813\n", - "4654\n", - "fullness index: 0.13755975106323604\n", - "4655\n", - "fullness index: 0.052114000267205744\n", - "4656\n", - "fullness index: 0.2912020010116976\n", - "4657\n", - "fullness index: 0.1745059994912784\n", - "4658\n", - "fullness index: 0.1962895386719328\n", - "4659\n", - "fullness index: 0.15965040012233658\n", - "4660\n", - "fullness index: 0.23558679886282333\n", - "4661\n", - "fullness index: 0.01769849975244142\n", - "4662\n", - "fullness index: 0.11827666754106758\n", - "4663\n", - "fullness index: 0.3090657499775665\n", - "4664\n", - "fullness index: 0.18845371495470836\n", - "4665\n", - "fullness index: 0.16162349737351178\n", - "4666\n", - "fullness index: 0.02637699988190434\n", - "4667\n", - "fullness index: 0.10064566600794933\n", - "4668\n", - "fullness index: 0.3313688956737965\n", - "4669\n", - "fullness index: 0.06138583324112309\n", - "4670\n", - "fullness index: 0.09042080036888364\n", - "4671\n", - "fullness index: 0.024478285389964834\n", - "4672\n", - "fullness index: 0.1430883331813675\n", - "4673\n", - "fullness index: 0.32193258426559623\n", - "4674\n", - "fullness index: 0.12270685831370948\n", - "4675\n", - "fullness index: 0.010388100133422996\n", - "4676\n", - "fullness index: 0.015774333900480997\n", - "4677\n", - "fullness index: 0.14336133358463282\n", - "4678\n", - "fullness index: 0.17553508797709583\n", - "4679\n", - "fullness index: 0.02218049973998859\n", - "4680\n", - "fullness index: 0.2160262428851087\n", - "4681\n", - "fullness index: 0.1452936757709267\n", - "4682\n", - "fullness index: 0.08985028600000078\n", - "4683\n", - "fullness index: 0.10994739837769885\n", - "4684\n", - "fullness index: 0.3197464704553166\n", - "4685\n", - "fullness index: 0.1471199992894461\n", - "4686\n", - "fullness index: 0.10849439953453839\n", - "4687\n", - "fullness index: 0.3303969433425651\n", - "4688\n", - "fullness index: 0.11231614228537572\n", - "4689\n", - "fullness index: 0.23578349804968943\n", - "4690\n", - "fullness index: 0.1678313329993557\n", - "4691\n", - "fullness index: 0.0072900001522668845\n", - "4692\n", - "fullness index: 0.01659650015153602\n", - "4693\n", - "fullness index: 0.12708287494024262\n", - "4694\n", - "fullness index: 0.09303279831947293\n", - "4695\n", - "fullness index: 0.12120024979230948\n", - "4696\n", - "fullness index: 0.07100033405398183\n", - "4697\n", - "fullness index: 0.06770749968806437\n", - "4698\n", - "fullness index: 0.04069133386231746\n", - "4699\n", - "fullness index: 0.07391759900892794\n", - "4700\n", - "fullness index: 0.2314597156281317\n", - "4701\n", - "fullness index: 0.1071916664368473\n", - "4702\n", - "fullness index: 0.16255328653330384\n", - "4703\n", - "fullness index: 0.0662072999686643\n", - "4704\n", - "fullness index: 0.06939956372816182\n", - "4705\n", - "fullness index: 0.09630092268798762\n", - "4706\n", - "fullness index: 0.2817280942354401\n", - "4707\n", - "fullness index: 0.2478398593039481\n", - "4708\n", - "fullness index: 0.11187773042797046\n", - "4709\n", - "fullness index: 0.01783425049507059\n", - "4710\n", - "fullness index: 0.05252266684626269\n", - "4711\n", - "fullness index: 0.006789571522468967\n", - "4712\n", - "fullness index: 0.2102658889667105\n", - "4713\n", - "fullness index: 0.0333286666194302\n", - "4714\n", - "fullness index: 0.07301899945014156\n", - "4715\n", - "fullness index: 0.2604248823618571\n", - "4716\n", - "fullness index: 0.09996122547688371\n", - "4717\n", - "fullness index: 0.1692892509754529\n", - "4718\n", - "fullness index: 0.17386533270109794\n", - "4719\n", - "fullness index: 0.0038535000230695005\n", - "4720\n", - "fullness index: 0.011232857107253429\n", - "4721\n", - "fullness index: 0.08157120037831192\n", - "4722\n", - "fullness index: 0.0881776651913242\n", - "4723\n", - "fullness index: 0.14963377548580561\n", - "4724\n", - "fullness index: 0.1162574998306809\n", - "4725\n", - "fullness index: 0.015992499778803904\n", - "4726\n", - "fullness index: 0.009041111073909432\n", - "4727\n", - "fullness index: 0.23988856215871834\n", - "4728\n", - "fullness index: 0.14769800065278105\n", - "4729\n", - "fullness index: 0.00940550008090213\n", - "4730\n", - "fullness index: 0.0346656665276694\n", - "4731\n", - "fullness index: 0.3603381204526386\n", - "4732\n", - "fullness index: 0.07370220003140275\n", - "4733\n", - "fullness index: 0.02545385693935844\n", - "4734\n", - "fullness index: 0.3032264571107075\n", - "4735\n", - "fullness index: 0.07482849951823785\n", - "4736\n", - "fullness index: 0.3255699055490831\n", - "4737\n", - "fullness index: 0.09171199985252719\n", - "4738\n", - "fullness index: 0.00719049981853459\n", - "4739\n", - "fullness index: 0.29909376854601966\n", - "4740\n", - "fullness index: 0.0011739999754354358\n", - "4741\n", - "fullness index: 0.005058999892389693\n", - "4742\n", - "fullness index: 0.10921121450519422\n", - "4743\n", - "fullness index: 0.15096268382986683\n", - "4744\n", - "fullness index: 0.1045063339212599\n", - "4745\n", - "fullness index: 0.04488969216049554\n", - "4746\n", - "fullness index: 0.10112174976408521\n", - "4747\n", - "fullness index: 0.29376786823579426\n", - "4748\n", - "fullness index: 0.19579377762440545\n", - "4749\n", - "fullness index: 0.04302914319643086\n", - "4750\n", - "fullness index: 0.17585950187640265\n", - "4751\n", - "fullness index: 0.04126449972015204\n", - "4752\n", - "fullness index: 0.07110466647393171\n", - "4753\n", - "fullness index: 0.0787851250024687\n", - "4754\n", - "fullness index: 0.3323449464028948\n", - "4755\n", - "fullness index: 0.01812149989552836\n", - "4756\n", - "fullness index: 0.1245384000998456\n", - "4757\n", - "fullness index: 0.010959500461467542\n", - "4758\n", - "fullness index: 0.07810199962599047\n", - "4759\n", - "fullness index: 0.006060199949934031\n", - "4760\n", - "fullness index: 0.0011749999830499291\n", - "4761\n", - "fullness index: 0.031526666900807264\n", - "4762\n", - "fullness index: 0.21688227572614477\n", - "4763\n", - "fullness index: 0.09097878254306124\n", - "4764\n", - "fullness index: 0.13330633465294442\n", - "4765\n", - "fullness index: 0.04429861557302782\n", - "4766\n", - "fullness index: 0.05522972634538415\n", - "4767\n", - "fullness index: 0.12081433377147732\n", - "4768\n", - "fullness index: 0.12842095125204916\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4769\n", - "fullness index: 0.3819776264790562\n", - "4770\n", - "fullness index: 0.041259428177909285\n", - "4771\n", - "fullness index: 0.2231819100710378\n", - "4772\n", - "fullness index: 0.08910699873813428\n", - "4773\n", - "fullness index: 0.015797066573183353\n", - "4774\n", - "fullness index: 0.06096953311040731\n", - "4775\n", - "fullness index: 0.05848224995133933\n", - "4776\n", - "fullness index: 0.011780500055465382\n", - "4777\n", - "fullness index: 0.03611850001644257\n", - "4778\n", - "fullness index: 0.1337307499713916\n", - "4779\n", - "fullness index: 0.08656155978571194\n", - "4780\n", - "fullness index: 0.009119374917190726\n", - "4781\n", - "fullness index: 0.21840915300556565\n", - "4782\n", - "fullness index: 0.2790087469741138\n", - "4783\n", - "fullness index: 0.08119972708554583\n", - "4784\n", - "fullness index: 0.13793690063018857\n", - "4785\n", - "fullness index: 0.3929334654302555\n", - "4786\n", - "fullness index: 0.07077471394898437\n", - "4787\n", - "fullness index: 0.05979509932303699\n", - "4788\n", - "fullness index: 0.09333249918563524\n", - "4789\n", - "fullness index: 0.10697485806927684\n", - "4790\n", - "fullness index: 0.06882879984332249\n", - "4791\n", - "fullness index: 0.06580337587820395\n", - "4792\n", - "fullness index: 0.0394986925332957\n", - "4793\n", - "fullness index: 0.006323999725282192\n", - "4794\n", - "fullness index: 0.0508066247075476\n", - "4795\n", - "fullness index: 0.2687490993532094\n", - "4796\n", - "fullness index: 0.009447533332642402\n", - "4797\n", - "fullness index: 0.08477749977620468\n", - "4798\n", - "fullness index: 0.036756356953024545\n", - "4799\n", - "fullness index: 0.26126766536253854\n", - "4800\n", - "fullness index: 0.2990686919614605\n", - "4801\n", - "fullness index: 0.02157291435465335\n", - "4802\n", - "fullness index: 0.020559667034717677\n", - "4803\n", - "fullness index: 0.05089675001454452\n", - "4804\n", - "fullness index: 0.011963600007948116\n", - "4805\n", - "fullness index: 0.2002670915005431\n", - "4806\n", - "fullness index: 0.09049000032246113\n", - "4807\n", - "fullness index: 0.013091750068269903\n", - "4808\n", - "fullness index: 0.15949124968419712\n", - "4809\n", - "fullness index: 0.06619223229029368\n", - "4810\n", - "fullness index: 0.15088260060765607\n", - "4811\n", - "fullness index: 0.17718371255406445\n", - "4812\n", - "fullness index: 0.35046894363606246\n", - "4813\n", - "fullness index: 0.153140000477952\n", - "4814\n", - "fullness index: 0.158524062468634\n", - "4815\n", - "fullness index: 0.0793548884313269\n", - "4816\n", - "fullness index: 0.19330585793795763\n", - "4817\n", - "fullness index: 0.3064940253579191\n", - "4818\n", - "fullness index: 0.26263460178843157\n", - "4819\n", - "fullness index: 0.0827672005223576\n", - "4820\n", - "fullness index: 0.024491999533438502\n", - "4821\n", - "fullness index: 0.03715050028759492\n", - "4822\n", - "fullness index: 0.041575636256130685\n", - "4823\n", - "fullness index: 0.23462037523722756\n", - "4824\n", - "fullness index: 0.020985666662454605\n", - "4825\n", - "fullness index: 0.22064164727196184\n", - "4826\n", - "fullness index: 0.031219285277334814\n", - "4827\n", - "fullness index: 0.1796637999213999\n", - "4828\n", - "fullness index: 0.24067366598577183\n", - "4829\n", - "fullness index: 0.10423419890721561\n", - "4830\n", - "fullness index: 0.030621000158134848\n", - "4831\n", - "fullness index: 0.05847449983411934\n", - "4832\n", - "fullness index: 0.30852225071942696\n", - "4833\n", - "fullness index: 0.07226685659510881\n", - "4834\n", - "fullness index: 0.151703823788386\n", - "4835\n", - "fullness index: 0.101967500349834\n", - "4836\n", - "fullness index: 0.043483357285367674\n", - "4837\n", - "fullness index: 0.08693375055296808\n", - "4838\n", - "fullness index: 0.021222750339234153\n", - "4839\n", - "fullness index: 0.11591566690549371\n", - "4840\n", - "fullness index: 0.17936450002234777\n", - "4841\n", - "fullness index: 0.06424300004919457\n", - "4842\n", - "fullness index: 0.07287930077127384\n", - "4843\n", - "fullness index: 0.13701248157495785\n", - "4844\n", - "fullness index: 0.08228560004026804\n", - "4845\n", - "fullness index: 0.03994316688196401\n", - "4846\n", - "fullness index: 0.2493905720492486\n", - "4847\n", - "fullness index: 0.03717562471592828\n", - "4848\n", - "fullness index: 0.3922368017490953\n", - "4849\n", - "fullness index: 0.01561699997788916\n", - "4850\n", - "fullness index: 0.3344107199633436\n", - "4851\n", - "fullness index: 0.020156625011168217\n", - "4852\n", - "fullness index: 0.10282759939145762\n", - "4853\n", - "fullness index: 0.03366012456933731\n", - "4854\n", - "fullness index: 0.1216390008020036\n", - "4855\n", - "fullness index: 0.033234384390128144\n", - "4856\n", - "fullness index: 0.06881520029996864\n", - "4857\n", - "fullness index: 0.00171800002863165\n", - "4858\n", - "fullness index: 0.018332571389951875\n", - "4859\n", - "fullness index: 0.05482157889912885\n", - "4860\n", - "fullness index: 0.1723337780049658\n", - "4861\n", - "fullness index: 0.0011769999982789159\n", - "4862\n", - "fullness index: 0.22054180591703698\n", - "4863\n", - "fullness index: 0.07741814923426264\n", - "4864\n", - "fullness index: 0.1386546264433244\n", - "4865\n", - "fullness index: 0.04392752918358704\n", - "4866\n", - "fullness index: 0.16392200066554452\n", - "4867\n", - "fullness index: 0.12188744783101788\n", - "4868\n", - "fullness index: 0.051678799981709746\n", - "4869\n", - "fullness index: 0.034775833349764675\n", - "4870\n", - "fullness index: 0.018321665974023443\n", - "4871\n", - "fullness index: 0.15678135686782538\n", - "4872\n", - "fullness index: 0.06958266674155311\n", - "4873\n", - "fullness index: 0.07242583321749407\n", - "4874\n", - "fullness index: 0.03695700023568601\n", - "4875\n", - "fullness index: 0.0005890000029467046\n", - "4876\n", - "fullness index: 0.0011780000058934093\n", - "4877\n", - "fullness index: 0.2059678765195514\n", - "4878\n", - "fullness index: 0.0200596665769505\n", - "4879\n", - "fullness index: 0.03612228559878921\n", - "4880\n", - "fullness index: 0.05160353867149052\n", - "4881\n", - "fullness index: 0.41974705644150573\n", - "4882\n", - "fullness index: 0.057714221896074176\n", - "4883\n", - "fullness index: 0.07211616685890476\n", - "4884\n", - "fullness index: 0.14929133260739036\n", - "4885\n", - "fullness index: 0.13744639926826493\n", - "4886\n", - "fullness index: 0.16390500060281982\n", - "4887\n", - "fullness index: 0.01623200036313695\n", - "4888\n", - "fullness index: 0.04290419985263725\n", - "4889\n", - "fullness index: 0.006130400130314228\n", - "4890\n", - "fullness index: 0.12293039867799962\n", - "4891\n", - "fullness index: 0.31841150023071696\n", - "4892\n", - "fullness index: 0.024349000212168903\n", - "4893\n", - "fullness index: 0.10087288702146358\n", - "4894\n", - "fullness index: 0.0005650000530295074\n", - "4895\n", - "fullness index: 0.1498124924137012\n", - "4896\n", - "fullness index: 0.010301800022716634\n", - "4897\n", - "fullness index: 0.22477068876359274\n", - "4898\n", - "fullness index: 0.020895499908448297\n", - "4899\n", - "fullness index: 0.024773666478444686\n", - "4900\n", - "fullness index: 0.04251133312936872\n", - "4901\n", - "fullness index: 0.015003124987009642\n", - "4902\n", - "fullness index: 0.041629749597632326\n", - "4903\n", - "fullness index: 0.010257777684324133\n", - "4904\n", - "fullness index: 0.007861249945392501\n", - "4905\n", - "fullness index: 0.18171062580313446\n", - "4906\n", - "fullness index: 0.0063870002049952745\n", - "4907\n", - "fullness index: 0.001129999989643693\n", - "4908\n", - "fullness index: 0.21086519074621415\n", - "4909\n", - "fullness index: 0.2940637480536073\n", - "4910\n", - "fullness index: 0.13023014324036403\n", - "4911\n", - "fullness index: 0.31925300124585193\n", - "4912\n", - "fullness index: 0.15667352716223426\n", - "4913\n", - "fullness index: 0.0074475999892456455\n", - "4914\n", - "fullness index: 0.0019047499663429335\n", - "4915\n", - "fullness index: 0.0005890000029467046\n", - "4916\n", - "fullness index: 0.004057000100146979\n", - "4917\n", - "fullness index: 0.2441981782780098\n", - "4918\n", - "fullness index: 0.23090645834068657\n", - "4919\n", - "fullness index: 0.08515685685584425\n", - "4920\n", - "fullness index: 0.2829847904033329\n", - "4921\n", - "fullness index: 0.005779000115580857\n", - "4922\n", - "fullness index: 0.0005660000024363399\n", - "4923\n", - "fullness index: 0.022818000105417013\n", - "4924\n", - "fullness index: 0.0034680000972002745\n", - "4925\n", - "fullness index: 0.0023119998950278386\n", - "4926\n", - "fullness index: 0.01787083334208243\n", - "4927\n", - "fullness index: 0.0054989998825476505\n", - "4928\n", - "fullness index: 0.08286817724360042\n", - "4929\n", - "fullness index: 0.003638999944087118\n", - "4930\n", - "fullness index: 0.13569999993196688\n", - "4931\n", - "fullness index: 0.007498999999370426\n", - "4932\n", - "fullness index: 0.016541272789171755\n", - "4933\n", - "fullness index: 0.10039478339132055\n", - "4934\n", - "fullness index: 0.0034930002875626087\n", - "4935\n", - "fullness index: 0.12019321481576688\n", - "4936\n", - "fullness index: 0.003193470577517634\n", - "4937\n", - "fullness index: 0.21147652646321174\n", - "4938\n", - "fullness index: 0.012740363673153544\n", - "4939\n", - "fullness index: 0.0011810000287368894\n", - "4940\n", - "fullness index: 0.009094178552605367\n", - "4941\n", - "fullness index: 0.10851890365127533\n", - "4942\n", - "fullness index: 0.14142500062423227\n", - "4943\n", - "fullness index: 0.21403897892459361\n", - "4944\n", - "fullness index: 0.08278900077736277\n", - "4945\n", - "fullness index: 0.10160025021302013\n", - "4946\n", - "fullness index: 0.10786383357602365\n", - "4947\n", - "fullness index: 0.008785523707014622\n", - "4948\n", - "fullness index: 0.001606999954674393\n", - "4949\n", - "fullness index: 0.018949500040237884\n", - "4950\n", - "fullness index: 0.00731249992895755\n", - "4951\n", - "fullness index: 0.04774389990986947\n", - "4952\n", - "fullness index: 0.1317362487803564\n", - "4953\n", - "fullness index: 0.09294346680585983\n", - "4954\n", - "fullness index: 0.2170309605768125\n", - "4955\n", - "fullness index: 0.05640880005666986\n", - "4956\n", - "fullness index: 0.342014157807793\n", - "4957\n", - "fullness index: 0.012858000195895633\n", - "4958\n", - "fullness index: 0.005237500154180452\n", - "4959\n", - "fullness index: 0.004681000020354986\n", - "4960\n", - "fullness index: 0.0742841113470705\n", - "4961\n", - "fullness index: 0.046574940800436546\n", - "4962\n", - "fullness index: 0.001286799971421715\n", - "4963\n", - "fullness index: 0.13038725104706828\n", - "4964\n", - "fullness index: 0.05069399986823555\n", - "4965\n", - "fullness index: 0.024401000015906504\n", - "4966\n", - "fullness index: 0.0027433333452790976\n", - "4967\n", - "fullness index: 0.0035009999410249293\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4968\n", - "fullness index: 0.10564614138067034\n", - "4969\n", - "fullness index: 0.001181999919936061\n", - "4970\n", - "fullness index: 0.003478000173345208\n", - "4971\n", - "fullness index: 0.2224877997002598\n", - "4972\n", - "fullness index: 0.009345384476126548\n", - "4973\n", - "fullness index: 0.004944999993313104\n", - "4974\n", - "fullness index: 0.008605333316760758\n", - "4975\n", - "fullness index: 0.013417499801676058\n", - "4976\n", - "fullness index: 0.19039294834151466\n", - "4977\n", - "fullness index: 0.17952343448565522\n", - "4978\n", - "fullness index: 0.0007886666959772507\n", - "4979\n", - "fullness index: 0.04634466674982226\n", - "4980\n", - "fullness index: 0.015583181812923447\n", - "4981\n", - "fullness index: 0.008775170760905317\n", - "4982\n", - "fullness index: 0.017066999964299612\n", - "4983\n", - "fullness index: 0.0071083332974618925\n", - "4984\n", - "fullness index: 0.008405666623730212\n", - "4985\n", - "fullness index: 0.0023419999051839113\n", - "4986\n", - "fullness index: 0.0012704999953712104\n", - "4987\n", - "fullness index: 0.004483999946387485\n", - "4988\n", - "fullness index: 0.0017499999376013875\n", - "4989\n", - "fullness index: 0.001774999895133078\n", - "4990\n", - "fullness index: 0.01671300015914312\n", - "4991\n", - "fullness index: 0.0005920000257901847\n", - "4992\n", - "fullness index: 0.004736000206321478\n", - "4993\n", - "fullness index: 0.19975999980670167\n", - "4994\n", - "fullness index: 0.014383999854908324\n", - "4995\n", - "fullness index: 0.0022147499985294417\n", - "4996\n", - "fullness index: 0.0038787142963038995\n", - "4997\n", - "fullness index: 0.0014804999227635562\n", - "4998\n", - "fullness index: 0.004885181870205005\n", - "4999\n", - "fullness index: 0.0019656666360485056\n", - "5000\n", - "fullness index: 0.00933427271990116\n", - "5001\n", - "fullness index: 0.002369999980146531\n", - "5002\n", - "fullness index: 0.0010658000137482304\n", - "5003\n", - "fullness index: 0.22653716657077894\n", - "5004\n", - "fullness index: 0.07383009973464141\n", - "5005\n", - "fullness index: 0.22218669129527438\n", - "5006\n", - "fullness index: 0.003421799915122392\n", - "5007\n", - "fullness index: 0.003554499999154359\n", - "5008\n", - "fullness index: 0.002514714327324847\n", - "5009\n", - "fullness index: 0.13789719929918648\n", - "5010\n", - "fullness index: 0.0038355000336499265\n", - "5011\n", - "fullness index: 0.008170250156808834\n", - "5012\n", - "fullness index: 0.0048819999501574785\n", - "5013\n", - "fullness index: 0.0034599999198690057\n", - "5014\n", - "fullness index: 0.0014695000427309424\n", - "5015\n", - "fullness index: 0.002907600022444967\n", - "5016\n", - "fullness index: 0.0017790000420063734\n", - "5017\n", - "fullness index: 0.0017349999689031392\n", - "5018\n", - "fullness index: 0.0029390000854618847\n", - "5019\n", - "fullness index: 0.0017770000267773867\n", - "5020\n", - "fullness index: 0.0017770000267773867\n", - "5021\n", - "fullness index: 0.10385715405484519\n", - "5022\n", - "fullness index: 0.0017790000420063734\n", - "5023\n", - "fullness index: 0.007387499867945735\n", - "5024\n", - "fullness index: 0.029728667055375507\n", - "5025\n", - "fullness index: 0.0026684999938879628\n", - "5026\n", - "fullness index: 0.03152153347600688\n", - "5027\n", - "fullness index: 0.0011869999580085278\n", - "5028\n", - "fullness index: 0.007691666639099519\n", - "5029\n", - "fullness index: 0.0014695000307938244\n", - "5030\n", - "fullness index: 0.0017799999841372482\n", - "5031\n", - "fullness index: 0.0023719999007880688\n", - "5032\n", - "fullness index: 0.0011390000290703028\n", - "5033\n", - "fullness index: 0.015171562487410029\n", - "5034\n", - "fullness index: 0.015329500138250296\n", - "5035\n", - "fullness index: 0.0209615335015845\n", - "5036\n", - "fullness index: 0.007979400141357474\n", - "5037\n", - "fullness index: 0.005932999702054076\n", - "5038\n", - "fullness index: 0.0005930000334046781\n", - "5039\n", - "fullness index: 0.014236999675631523\n", - "5040\n", - "fullness index: 0.012885500006632356\n", - "5041\n", - "fullness index: 0.004302249963757276\n", - "5042\n", - "fullness index: 0.018292069036541417\n", - "5043\n", - "fullness index: 0.007696000000578351\n", - "5044\n", - "fullness index: 0.011546583292253368\n", - "5045\n", - "fullness index: 0.014253000132157467\n", - "5046\n", - "fullness index: 0.019675538480301978\n", - "5047\n", - "fullness index: 0.0076452307903484605\n", - "5048\n", - "fullness index: 0.0022755000657828837\n", - "5049\n", - "fullness index: 0.01865624985072145\n", - "5050\n", - "fullness index: 0.0016719999723136425\n", - "5051\n", - "fullness index: 0.010688500013202429\n", - "5052\n", - "fullness index: 0.001483000029111281\n", - "5053\n", - "fullness index: 0.0029700000304728746\n", - "5054\n", - "fullness index: 0.020369249921259325\n", - "5055\n", - "fullness index: 0.014517333402181976\n", - "5056\n", - "fullness index: 0.0045567998215119586\n", - "5057\n", - "fullness index: 0.01877477786506966\n", - "5058\n", - "fullness index: 0.003480999943349161\n", - "5059\n", - "fullness index: 0.0026729999808594584\n", - "5060\n", - "fullness index: 0.016026302980345932\n", - "5061\n", - "fullness index: 0.019564538530315846\n", - "5062\n", - "fullness index: 0.003476833370408864\n", - "5063\n", - "fullness index: 0.002969499968457967\n", - "5064\n", - "fullness index: 0.006773500004783273\n", - "5065\n", - "fullness index: 0.005606999969586468\n", - "5066\n", - "fullness index: 0.006842000050407175\n", - "5067\n", - "fullness index: 0.002377999946475029\n", - "5068\n", - "fullness index: 0.0005949999904260039\n", - "5069\n", - "fullness index: 0.008003666764125228\n", - "5070\n", - "fullness index: 0.009895916642183996\n", - "5071\n", - "fullness index: 0.002972999820485711\n", - "5072\n", - "fullness index: 0.015599999343976378\n", - "5073\n", - "fullness index: 0.0034471999417291952\n", - "5074\n", - "fullness index: 0.008944999739128434\n", - "5075\n", - "fullness index: 0.020966545406984304\n", - "5076\n", - "fullness index: 0.002081500002532266\n", - "5077\n", - "fullness index: 0.0041920001385733485\n", - "5078\n", - "fullness index: 0.0024040000824356866\n", - "5079\n", - "fullness index: 0.012494999915361404\n", - "5080\n", - "fullness index: 0.0035930000012740493\n", - "5081\n", - "fullness index: 0.002117999945767224\n", - "5082\n", - "fullness index: 0.024400999923727795\n", - "5083\n", - "fullness index: 0.002380999969318509\n", - "5084\n", - "fullness index: 0.0024290000437758863\n", - "5085\n", - "fullness index: 0.010452999558765441\n", - "5086\n", - "fullness index: 0.0023819999769330025\n", - "5087\n", - "fullness index: 0.01028762500936864\n", - "5088\n", - "fullness index: 0.012088333220162895\n", - "5089\n", - "fullness index: 0.0044294000435911585\n", - "5090\n", - "fullness index: 0.016147300088778137\n", - "5091\n", - "fullness index: 0.2207123338045373\n", - "5092\n", - "fullness index: 0.005924928575658279\n", - "5093\n", - "fullness index: 0.04721657200973693\n", - "5094\n", - "fullness index: 0.0012001250106550287\n", - "5095\n", - "fullness index: 0.0011899999808520079\n", - "5096\n", - "fullness index: 0.016793000366305932\n", - "5097\n", - "fullness index: 0.0017850000294856727\n", - "5098\n", - "fullness index: 0.007845000061934115\n", - "5099\n", - "fullness index: 0.012089285727207815\n", - "5100\n", - "fullness index: 0.002017666663353642\n", - "5101\n", - "fullness index: 0.004196666641291813\n", - "5102\n", - "fullness index: 0.0018068000092171133\n", - "5103\n", - "fullness index: 0.012498399992546183\n", - "5104\n", - "fullness index: 0.005363000091165304\n", - "5105\n", - "fullness index: 0.0030520001892000437\n", - "5106\n", - "fullness index: 0.004744500241940841\n", - "5107\n", - "fullness index: 0.0015024999738670886\n", - "5108\n", - "fullness index: 0.025773500434297603\n", - "5109\n", - "fullness index: 0.005364999989978969\n", - "5110\n", - "fullness index: 0.007266500615514815\n", - "5111\n", - "fullness index: 0.0030304999090731144\n", - "5112\n", - "fullness index: 0.007225999928778037\n", - "5113\n", - "fullness index: 0.015301333497821664\n", - "5114\n", - "fullness index: 0.0015140000032261014\n", - "5115\n", - "fullness index: 0.0018149998504668474\n", - "5116\n", - "fullness index: 0.006424333182318757\n", - "5117\n", - "fullness index: 0.010599900036402233\n", - "5118\n", - "fullness index: 0.0015017500481917523\n", - "5119\n", - "fullness index: 0.0012165000371169299\n", - "5120\n", - "fullness index: 0.004220999835524708\n", - "5121\n", - "fullness index: 0.007796999998390675\n", - "5122\n", - "fullness index: 0.0015255000289471354\n", - "5123\n", - "fullness index: 0.0011930000327993184\n", - "5124\n", - "fullness index: 0.00201066672646751\n", - "5125\n", - "fullness index: 0.003004999947734177\n", - "5126\n", - "fullness index: 0.01813600010063965\n", - "5127\n", - "fullness index: 0.0008193333148180196\n", - "5128\n", - "fullness index: 0.003315999958431348\n", - "5129\n", - "fullness index: 0.0016136666721043487\n", - "5130\n", - "fullness index: 0.0027195000293431804\n", - "5131\n", - "fullness index: 0.006034999894382054\n", - "5132\n", - "fullness index: 0.003459000064594875\n", - "5133\n", - "fullness index: 0.006196500059388654\n", - "5134\n", - "fullness index: 0.00782699987757951\n", - "5135\n", - "fullness index: 0.02836954574575595\n", - "5136\n", - "fullness index: 0.006079000044564964\n", - "5137\n", - "fullness index: 0.003364600124768913\n", - "5138\n", - "fullness index: 0.0022268333409556362\n", - "5139\n", - "fullness index: 0.0029121667042394015\n", - "5140\n", - "fullness index: 0.0024109999649226665\n", - "5141\n", - "fullness index: 0.003309333260403946\n", - "5142\n", - "fullness index: 0.004838187455334264\n", - "5143\n", - "fullness index: 0.10719071522453304\n", - "5144\n", - "fullness index: 0.017771592015173015\n", - "5145\n", - "fullness index: 0.007430428453257524\n", - "5146\n", - "fullness index: 0.013917000498622656\n", - "5147\n", - "fullness index: 0.004139400085477973\n", - "5148\n", - "fullness index: 0.004846000112593174\n", - "5149\n", - "fullness index: 0.005119499925058335\n", - "5150\n", - "fullness index: 0.013914999726694077\n", - "5151\n", - "fullness index: 0.0029967500595375896\n", - "5152\n", - "fullness index: 0.010496666732554635\n", - "5153\n", - "fullness index: 0.004623333198954545\n", - "5154\n", - "fullness index: 0.0027344998670741916\n", - "5155\n", - "fullness index: 0.0039382500021929445\n", - "5156\n", - "fullness index: 0.009175999944870585\n", - "5157\n", - "fullness index: 0.005155999948328827\n", - "5158\n", - "fullness index: 0.012068999949235604\n", - "5159\n", - "fullness index: 0.0033185000932007824\n", - "5160\n", - "fullness index: 0.011830499657662585\n", - "5161\n", - "fullness index: 0.004241999791702256\n", - "5162\n", - "fullness index: 0.003023733317483372\n", - "5163\n", - "fullness index: 0.0018139999592676759\n", - "5164\n", - "fullness index: 0.10008935273126153\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5165\n", - "fullness index: 0.0021010000200476497\n", - "5166\n", - "fullness index: 0.0030080001015448943\n", - "5167\n", - "fullness index: 0.0012420000275596976\n", - "5168\n", - "fullness index: 0.02729900018312037\n", - "5169\n", - "fullness index: 0.0009064999467227608\n", - "5170\n", - "fullness index: 0.0006209999992279336\n", - "5171\n", - "fullness index: 0.01031950005562976\n", - "5172\n", - "fullness index: 0.0020059999803834216\n", - "5173\n", - "fullness index: 0.007010785687790693\n", - "5174\n", - "fullness index: 0.0018039999849861488\n", - "5175\n", - "fullness index: 0.005809000014778576\n", - "5176\n", - "fullness index: 0.0005970000056549907\n", - "5177\n", - "fullness index: 0.000598000013269484\n", - "5178\n", - "fullness index: 0.006020499859005213\n", - "5179\n", - "fullness index: 0.0011950000189244747\n", - "5180\n", - "fullness index: 0.0006090000269978191\n", - "5181\n", - "fullness index: 0.0018160001345677301\n", - "5182\n", - "fullness index: 0.0018611999897984789\n", - "5183\n", - "fullness index: 0.0018039999122265726\n", - "5184\n", - "fullness index: 0.0491980001097545\n", - "5185\n", - "fullness index: 0.002254285741530891\n", - "5186\n", - "fullness index: 0.001226333319209516\n", - "5187\n", - "fullness index: 0.003023000026587397\n", - "5188\n", - "fullness index: 0.0012179999612271786\n", - "5189\n", - "fullness index: 0.0011950000189244747\n", - "5190\n", - "fullness index: 0.0005970000056549907\n", - "5191\n", - "fullness index: 0.0006090000097174197\n", - "5192\n", - "fullness index: 0.00930854527971612\n", - "5193\n", - "fullness index: 0.0030829998140688986\n", - "5194\n", - "fullness index: 0.001816999982111156\n", - "5195\n", - "fullness index: 0.0018370000179857016\n", - "5196\n", - "fullness index: 0.001196000026538968\n", - "5197\n", - "fullness index: 0.005563000012898556\n", - "5198\n", - "fullness index: 0.0006200000061653554\n", - "5199\n", - "fullness index: 0.001832999987527728\n", - "5200\n", - "fullness index: 0.0024129999801516533\n", - "5201\n", - "fullness index: 0.001838000025600195\n", - "5202\n", - "fullness index: 0.0017929999862644763\n", - "5203\n", - "fullness index: 0.003287999995033412\n", - "5204\n", - "fullness index: 0.03373762226358142\n", - "5205\n", - "fullness index: 0.005475999787449837\n", - "5206\n", - "fullness index: 0.005161999899428338\n", - "5207\n", - "fullness index: 0.0006219999631866813\n", - "5208\n", - "fullness index: 0.0012189999979455024\n", - "5209\n", - "fullness index: 0.0018440000712871552\n", - "5210\n", - "fullness index: 0.005463285718828307\n", - "5211\n", - "fullness index: 0.001838000025600195\n", - "5212\n", - "fullness index: 0.012726999819278717\n", - "5213\n", - "fullness index: 0.031961799623536534\n", - "5214\n", - "fullness index: 0.007122363633904818\n", - "5215\n", - "fullness index: 0.003211250208551064\n", - "5216\n", - "fullness index: 0.02569590454860255\n", - "5217\n", - "fullness index: 0.003646499986643903\n", - "5218\n", - "fullness index: 0.003881624992530419\n", - "5219\n", - "fullness index: 0.005478666833369061\n", - "5220\n", - "fullness index: 0.00789024995174259\n", - "5221\n", - "fullness index: 0.002440199942793697\n", - "5222\n", - "fullness index: 0.014845140287226903\n", - "5223\n", - "fullness index: 0.011914478219815148\n", - "5224\n", - "fullness index: 0.008584541622335943\n", - "5225\n", - "fullness index: 0.012463499675504863\n", - "5226\n", - "fullness index: 0.014731999828856916\n", - "5227\n", - "fullness index: 0.0018669998971745372\n", - "5228\n", - "fullness index: 0.0018440000421833247\n", - "5229\n", - "fullness index: 0.006087333319656964\n", - "5230\n", - "fullness index: 0.004260500121745281\n", - "5231\n", - "fullness index: 0.006076999939978123\n", - "5232\n", - "fullness index: 0.014063500144402497\n", - "5233\n", - "fullness index: 0.0018420000560581684\n", - "5234\n", - "fullness index: 0.00303900009021163\n", - "5235\n", - "fullness index: 0.005507000139914453\n", - "5236\n", - "fullness index: 0.014654714199943035\n", - "5237\n", - "fullness index: 0.014680294047804288\n", - "5238\n", - "fullness index: 0.029325999725188012\n", - "5239\n", - "fullness index: 0.0030430000042542815\n", - "5240\n", - "fullness index: 0.004285000264644623\n", - "5241\n", - "fullness index: 0.007326999679207802\n", - "5242\n", - "fullness index: 0.0021419999729914707\n", - "5243\n", - "fullness index: 0.018480333373493824\n", - "5244\n", - "fullness index: 0.001532499969471246\n", - "5245\n", - "fullness index: 0.017036000346024593\n", - "5246\n", - "fullness index: 0.004287500050850213\n", - "5247\n", - "fullness index: 0.008532599910510422\n", - "5248\n", - "fullness index: 0.009844999527558684\n", - "5249\n", - "fullness index: 0.011818999879064254\n", - "5250\n", - "fullness index: 0.007551666632934939\n", - "5251\n", - "fullness index: 0.014192249856023409\n", - "5252\n", - "fullness index: 0.008411928588299946\n", - "5253\n", - "fullness index: 0.004416874956234551\n", - "5254\n", - "fullness index: 0.004985571445753781\n", - "5255\n", - "fullness index: 0.0026989999969373457\n", - "5256\n", - "fullness index: 0.006732000270858407\n", - "5257\n", - "fullness index: 0.0018680000212043524\n", - "5258\n", - "fullness index: 0.005361400000401773\n", - "5259\n", - "fullness index: 0.0020196666364427074\n", - "5260\n", - "fullness index: 0.0009227499795088079\n", - "5261\n", - "fullness index: 0.007459000058588572\n", - "5262\n", - "fullness index: 0.003067999943596078\n", - "5263\n", - "fullness index: 0.002443999983370304\n", - "5264\n", - "fullness index: 0.001844999955210369\n", - "5265\n", - "fullness index: 0.0032064000377431514\n", - "5266\n", - "fullness index: 0.26355229782433665\n", - "5267\n", - "fullness index: 0.0032596363439965485\n", - "5268\n", - "fullness index: 0.0030554998573393277\n", - "5269\n", - "fullness index: 0.0018239999189972878\n", - "5270\n", - "fullness index: 0.009189000275910075\n", - "5271\n", - "fullness index: 0.0018574999267002568\n", - "5272\n", - "fullness index: 0.0018450000789016485\n", - "5273\n", - "fullness index: 0.0030650001044705277\n", - "5274\n", - "fullness index: 0.015201500309103722\n", - "5275\n", - "fullness index: 0.017112999805249274\n", - "5276\n", - "fullness index: 0.001222500005042093\n", - "5277\n", - "fullness index: 0.02175938468116538\n", - "5278\n", - "fullness index: 0.0091579994186759\n", - "5279\n", - "fullness index: 0.00234549998701065\n", - "5280\n", - "fullness index: 0.04154977853169031\n", - "5281\n", - "fullness index: 0.005852499969478231\n", - "5282\n", - "fullness index: 0.06682653290516491\n", - "5283\n", - "fullness index: 0.009582666741759263\n", - "5284\n", - "fullness index: 0.00304500013589859\n", - "5285\n", - "fullness index: 0.004031083379610815\n", - "5286\n", - "fullness index: 0.0036814999766647816\n", - "5287\n", - "fullness index: 0.01921299963723868\n", - "5288\n", - "fullness index: 0.008369500069723776\n", - "5289\n", - "fullness index: 0.0012355000362731516\n", - "5290\n", - "fullness index: 0.019725333473373515\n", - "5291\n", - "fullness index: 0.0033100000000558794\n", - "5292\n", - "fullness index: 0.006605799979297444\n", - "5293\n", - "fullness index: 0.004318999976021587\n", - "5294\n", - "fullness index: 0.008085714215537467\n", - "5295\n", - "fullness index: 0.00275799994172606\n", - "5296\n", - "fullness index: 0.002761818196053024\n", - "5297\n", - "fullness index: 0.007013625073341245\n", - "5298\n", - "fullness index: 0.0021418333490146324\n", - "5299\n", - "fullness index: 0.0018469999777153134\n", - "5300\n", - "fullness index: 0.010507444322987189\n", - "5301\n", - "fullness index: 0.006522374939322617\n", - "5302\n", - "fullness index: 0.001638999999462006\n", - "5303\n", - "fullness index: 0.0009234999888576567\n", - "5304\n", - "fullness index: 0.0036815001076320186\n", - "5305\n", - "fullness index: 0.008685049946711843\n", - "5306\n", - "fullness index: 0.002253222208107925\n", - "5307\n", - "fullness index: 0.0009234999888576567\n", - "5308\n", - "fullness index: 0.003695000021252781\n", - "5309\n", - "fullness index: 0.0030709998682141304\n", - "5310\n", - "fullness index: 0.010785500155179761\n", - "5311\n", - "fullness index: 0.004379428612342703\n", - "5312\n", - "fullness index: 0.0036600000457838178\n", - "5313\n", - "fullness index: 0.0021703635945662177\n", - "5314\n", - "fullness index: 0.01048400066792965\n", - "5315\n", - "fullness index: 0.01336514281449906\n", - "5316\n", - "fullness index: 0.0018714999605435878\n", - "5317\n", - "fullness index: 0.002759500057436526\n", - "5318\n", - "fullness index: 0.0016479999709796782\n", - "5319\n", - "fullness index: 0.0011136000044643878\n", - "5320\n", - "fullness index: 0.0023167777762864716\n", - "5321\n", - "fullness index: 0.002471999963745475\n", - "5322\n", - "fullness index: 0.0022559999750531765\n", - "5323\n", - "fullness index: 0.0031200001249089837\n", - "5324\n", - "fullness index: 0.15328672643752356\n", - "5325\n", - "fullness index: 0.0017399999566502327\n", - "5326\n", - "fullness index: 0.0022560000278543965\n", - "5327\n", - "fullness index: 0.007785309063778682\n", - "5328\n", - "fullness index: 0.0009239999926649034\n", - "5329\n", - "fullness index: 0.0032219999620792805\n", - "5330\n", - "fullness index: 0.011784178448911982\n", - "5331\n", - "fullness index: 0.0020390000090628746\n", - "5332\n", - "fullness index: 0.0018479999853298068\n", - "5333\n", - "fullness index: 0.0027419999496487435\n", - "5334\n", - "fullness index: 0.018147624957236985\n", - "5335\n", - "fullness index: 0.0018724999281403143\n", - "5336\n", - "fullness index: 0.004896999802440405\n", - "5337\n", - "fullness index: 0.002426000079140067\n", - "5338\n", - "fullness index: 0.0017999999690800905\n", - "5339\n", - "fullness index: 0.002471999963745475\n", - "5340\n", - "fullness index: 0.0018729999428614974\n", - "5341\n", - "fullness index: 0.0030249999836087227\n", - "5342\n", - "fullness index: 0.001594400021713227\n", - "5343\n", - "fullness index: 0.0055229999125003815\n", - "5344\n", - "fullness index: 0.003384999930858612\n", - "5345\n", - "fullness index: 0.003122499882010743\n", - "5346\n", - "fullness index: 0.005475000012665987\n", - "5347\n", - "fullness index: 0.01654924996006043\n", - "5348\n", - "fullness index: 0.015505194435775138\n", - "5349\n", - "fullness index: 0.004313874996114464\n", - "5350\n", - "fullness index: 0.0018491999595426022\n", - "5351\n", - "fullness index: 0.002324500001122942\n", - "5352\n", - "fullness index: 0.018833000049003852\n", - "5353\n", - "fullness index: 0.003076000022701919\n", - "5354\n", - "fullness index: 0.0028000000602332875\n", - "5355\n", - "fullness index: 0.06311666733624104\n", - "5356\n", - "fullness index: 0.0022117999701094957\n", - "5357\n", - "fullness index: 0.03584130782589822\n", - "5358\n", - "fullness index: 0.01497822226038655\n", - "5359\n", - "fullness index: 0.012684900014573942\n", - "5360\n", - "fullness index: 0.0025395714099951355\n", - "5361\n", - "fullness index: 0.007964416658220822\n", - "5362\n", - "fullness index: 0.004621000014594756\n", - "5363\n", - "fullness index: 0.004337500024121255\n", - "5364\n", - "fullness index: 0.0009275000193156302\n", - "5365\n", - "fullness index: 0.007414857108545091\n", - "5366\n", - "fullness index: 0.0012369999894872308\n", - "5367\n", - "fullness index: 0.016555333351182828\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5368\n", - "fullness index: 0.001878000097349286\n", - "5369\n", - "fullness index: 0.0012500000011641532\n", - "5370\n", - "fullness index: 0.0036770000588148832\n", - "5371\n", - "fullness index: 0.010859891343633753\n", - "5372\n", - "fullness index: 0.006906826107484923\n", - "5373\n", - "fullness index: 0.007608444539477609\n", - "5374\n", - "fullness index: 0.03172115615397786\n", - "5375\n", - "fullness index: 0.003124999930150807\n", - "5376\n", - "fullness index: 0.011825631596330391\n", - "5377\n", - "fullness index: 0.008990888986975025\n", - "5378\n", - "fullness index: 0.003076999681070447\n", - "5379\n", - "fullness index: 0.004228666706088309\n", - "5380\n", - "fullness index: 0.001803999999538064\n", - "5381\n", - "fullness index: 0.01048400008585304\n", - "5382\n", - "fullness index: 0.004658249992644414\n", - "5383\n", - "fullness index: 0.0021634999241086916\n", - "5384\n", - "fullness index: 0.002427999977953732\n", - "5385\n", - "fullness index: 0.004437599932134617\n", - "5386\n", - "fullness index: 0.027463750433526002\n", - "5387\n", - "fullness index: 0.015315230723243844\n", - "5388\n", - "fullness index: 0.002454000059515238\n", - "5389\n", - "fullness index: 0.0024770000600256026\n", - "5390\n", - "fullness index: 0.003680999914649874\n", - "5391\n", - "fullness index: 0.0018693333655998383\n", - "5392\n", - "fullness index: 0.01907899952493608\n", - "5393\n", - "fullness index: 0.007801000043400563\n", - "5394\n", - "fullness index: 0.009929234013580231\n", - "5395\n", - "fullness index: 0.006159000156912953\n", - "5396\n", - "fullness index: 0.005582999903708696\n", - "5397\n", - "fullness index: 0.00307999987853691\n", - "5398\n", - "fullness index: 0.0010180000196366261\n", - "5399\n", - "fullness index: 0.009340000106021762\n", - "5400\n", - "fullness index: 0.0015645000676158816\n", - "5401\n", - "fullness index: 0.00186449995089788\n", - "5402\n", - "fullness index: 0.0031039998148116865\n", - "5403\n", - "fullness index: 0.00460533332079649\n", - "5404\n", - "fullness index: 0.0021089999596370034\n", - "5405\n", - "fullness index: 0.0018654999730642885\n", - "5406\n", - "fullness index: 0.0053523334475661\n", - "5407\n", - "fullness index: 0.0031079999171197414\n", - "5408\n", - "fullness index: 0.004158518502368612\n", - "5409\n", - "fullness index: 0.005074894782075334\n", - "5410\n", - "fullness index: 0.007200714183584621\n", - "5411\n", - "fullness index: 0.008089999901130795\n", - "5412\n", - "fullness index: 0.012166500004241243\n", - "5413\n", - "fullness index: 0.0030964999459683895\n", - "5414\n", - "fullness index: 0.0012529999949038029\n", - "5415\n", - "fullness index: 0.006531500024721026\n", - "5416\n", - "fullness index: 0.012073999781326469\n", - "5417\n", - "fullness index: 0.007468000061635394\n", - "5418\n", - "fullness index: 0.00717499976963154\n", - "5419\n", - "fullness index: 0.0056370001984760165\n", - "5420\n", - "fullness index: 0.00415210003646962\n", - "5421\n", - "fullness index: 0.0068334999232320115\n", - "5422\n", - "fullness index: 0.0043840000944328494\n", - "5423\n", - "fullness index: 0.010348666748863403\n", - "5424\n", - "fullness index: 0.0012280000373721123\n", - "5425\n", - "fullness index: 0.003134000115096569\n", - "5426\n", - "fullness index: 0.0021934999194854754\n", - "5427\n", - "fullness index: 0.005281000194372609\n", - "5428\n", - "fullness index: 0.004993999842554331\n", - "5429\n", - "fullness index: 0.000627000059466809\n", - "5430\n", - "fullness index: 0.0\n", - "5431\n", - "fullness index: 0.000627000059466809\n", - "5432\n", - "fullness index: 0.004315999896789435\n", - "5433\n", - "fullness index: 0.04644525651677575\n", - "5434\n", - "fullness index: 0.07459019999369047\n", - "5435\n", - "fullness index: 0.004317000042647123\n", - "5436\n", - "fullness index: 0.001229999994393438\n", - "5437\n", - "fullness index: 0.000627000059466809\n", - "5438\n", - "fullness index: 0.042508002210524864\n", - "5439\n", - "fullness index: 0.03687343724186576\n", - "5440\n", - "fullness index: 0.0018820000113919377\n", - "5441\n", - "fullness index: 0.0007838750498194713\n", - "5442\n", - "fullness index: 0.0031369999051094055\n", - "5443\n", - "fullness index: 0.0012549998937174678\n", - "5444\n", - "fullness index: 0.0012549998937174678\n", - "5445\n", - "fullness index: 0.0012550001265481114\n", - "5446\n", - "fullness index: 0.0022657692050135946\n", - "5447\n", - "fullness index: 0.0012539999443106353\n", - "5448\n", - "fullness index: 0.0009410000347997993\n", - "5449\n", - "fullness index: 0.0012559999013319612\n", - "5450\n", - "fullness index: 0.0015679999669373501\n", - "5451\n", - "fullness index: 0.001611142786048601\n", - "5452\n", - "fullness index: 0.00062750001961831\n", - "5453\n", - "fullness index: 0.0006280000088736415\n", - "5454\n", - "fullness index: 0.0006279999506659806\n", - "5455\n", - "fullness index: 0.006906999951752368\n", - "5456\n", - "fullness index: 0.0006279999506659806\n", - "5457\n", - "fullness index: 0.004320999934861902\n", - "5458\n", - "fullness index: 0.00188299997842023\n", - "5459\n", - "fullness index: 0.0014127499453024939\n", - "5460\n", - "fullness index: 0.001883000077214092\n", - "5461\n", - "fullness index: 0.018836285690180633\n", - "5462\n", - "fullness index: 0.0010470000100516093\n", - "5463\n", - "fullness index: 0.0012560000031953678\n", - "5464\n", - "fullness index: 0.0006279999506659806\n", - "5465\n", - "fullness index: 0.041530545503326605\n", - "5466\n", - "fullness index: 0.003211222231685598\n", - "5467\n", - "fullness index: 0.010967666707225968\n", - "5468\n", - "fullness index: 0.021990000129297492\n", - "5469\n", - "fullness index: 0.0012559999013319612\n", - "5470\n", - "fullness index: 0.0006279999506659806\n", - "5471\n", - "fullness index: 0.0047496363191199134\n", - "5472\n", - "fullness index: 0.0012567500016302802\n", - "5473\n", - "fullness index: 0.0008379999732521052\n", - "5474\n", - "fullness index: 0.0018850000342354178\n", - "5475\n", - "fullness index: 0.0018850000342354178\n", - "5476\n", - "fullness index: 0.01916549977613613\n", - "5477\n", - "fullness index: 0.004397000120661687\n", - "5478\n", - "fullness index: 0.003352000056717467\n", - "5479\n", - "fullness index: 0.0006290000164881349\n", - "5480\n", - "fullness index: 0.002829000062774867\n", - "5481\n", - "fullness index: 0.000627000059466809\n", - "5482\n", - "fullness index: 0.0022000000753905624\n", - "5483\n", - "fullness index: 0.0006259999936446548\n", - "5484\n", - "fullness index: 0.007132666609929099\n", - "5485\n", - "fullness index: 0.0006269999430514872\n", - "5486\n", - "fullness index: 0.0006269999430514872\n", - "5487\n", - "fullness index: 0.0018860000418499112\n", - "5488\n", - "fullness index: 0.004448000050615519\n", - "5489\n", - "fullness index: 0.0012580000184243545\n", - "5490\n", - "fullness index: 0.0006290000164881349\n", - "5491\n", - "fullness index: 0.0006310000317171216\n", - "5492\n", - "fullness index: 0.0031449999660253525\n", - "5493\n", - "fullness index: 0.07596220012928825\n", - "5494\n", - "fullness index: 0.000627999979769811\n", - "5495\n", - "fullness index: 0.00817700003972277\n", - "5496\n", - "fullness index: 0.0006290000164881349\n", - "5497\n", - "fullness index: 0.017487666472637404\n", - "5498\n", - "fullness index: 0.0020444999972824007\n", - "5499\n", - "fullness index: 0.0012579999747686088\n", - "5500\n", - "fullness index: 0.001573000059579499\n", - "5501\n", - "fullness index: 0.0037750001647509634\n", - "5502\n", - "fullness index: 0.004477999988012016\n", - "5503\n", - "fullness index: 0.0018889999482780695\n", - "5504\n", - "fullness index: 0.002540999907068908\n", - "5505\n", - "fullness index: 0.003035400094813667\n", - "5506\n", - "fullness index: 0.00472300015098881\n", - "5507\n", - "fullness index: 0.006928999908268452\n", - "5508\n", - "fullness index: 0.007002000231295824\n", - "5509\n", - "fullness index: 0.007023454617327926\n", - "5510\n", - "fullness index: 0.005718999695091043\n", - "5511\n", - "fullness index: 0.0012610000558197498\n", - "5512\n", - "fullness index: 0.0013089999556541443\n", - "5513\n", - "fullness index: 0.003305600145540666\n", - "5514\n", - "fullness index: 0.003152000019326806\n", - "5515\n", - "fullness index: 0.004057600053238275\n", - "5516\n", - "fullness index: 0.00316633340359355\n", - "5517\n", - "fullness index: 0.006402999944839394\n", - "5518\n", - "fullness index: 0.010886000469326973\n", - "5519\n", - "fullness index: 0.001588999992236495\n", - "5520\n", - "fullness index: 0.0010513333472772501\n", - "5521\n", - "fullness index: 0.015634799990220927\n", - "5522\n", - "fullness index: 0.002320333383977413\n", - "5523\n", - "fullness index: 0.0006549999816343188\n", - "5524\n", - "fullness index: 0.0008879999979399145\n", - "5525\n", - "fullness index: 0.0012835000088671222\n", - "5526\n", - "fullness index: 0.0006300000241026282\n", - "5527\n", - "fullness index: 0.0017146666262609263\n", - "5528\n", - "fullness index: 0.00031550000130664557\n", - "5529\n", - "fullness index: 0.0025433332969745\n", - "5530\n", - "fullness index: 0.0012639999622479081\n", - "5531\n", - "fullness index: 0.048440117104773354\n", - "5532\n", - "fullness index: 0.004433666603290476\n", - "5533\n", - "fullness index: 0.001918999943882227\n", - "5534\n", - "fullness index: 0.009921000113536138\n", - "5535\n", - "fullness index: 0.007043000252451748\n", - "5536\n", - "fullness index: 0.00031549999766866677\n", - "5537\n", - "fullness index: 0.0012629999546334147\n", - "5538\n", - "fullness index: 0.0038369998801499605\n", - "5539\n", - "fullness index: 0.00381199992261827\n", - "5540\n", - "fullness index: 0.014291500163380988\n", - "5541\n", - "fullness index: 0.0006280000670813024\n", - "5542\n", - "fullness index: 0.0066467999888118355\n", - "5543\n", - "fullness index: 0.002597999759018421\n", - "5544\n", - "fullness index: 0.016979000298306346\n", - "5545\n", - "fullness index: 0.0006559999892488122\n", - "5546\n", - "fullness index: 0.005086333374492824\n", - "5547\n", - "fullness index: 0.00967399962246418\n", - "5548\n", - "fullness index: 0.006193999821941058\n", - "5549\n", - "fullness index: 0.006090249869885156\n", - "5550\n", - "fullness index: 0.007702000206336379\n", - "5551\n", - "fullness index: 0.0038595000514760613\n", - "5552\n", - "fullness index: 0.002524999901652336\n", - "5553\n", - "fullness index: 0.005295249888149556\n", - "5554\n", - "fullness index: 0.0014104000409133732\n", - "5555\n", - "fullness index: 0.002554000006057322\n", - "5556\n", - "fullness index: 0.003186000045388937\n", - "5557\n", - "fullness index: 0.003580399914062582\n", - "5558\n", - "fullness index: 0.0006319999738479964\n", - "5559\n", - "fullness index: 0.008973499963758513\n", - "5560\n", - "fullness index: 0.006422000005841255\n", - "5561\n", - "fullness index: 0.0019095000461675227\n", - "5562\n", - "fullness index: 0.003210500057321042\n", - "5563\n", - "fullness index: 0.00031549999857816147\n", - "5564\n", - "fullness index: 0.0012870000209659338\n", - "5565\n", - "fullness index: 0.0012890000361949205\n", - "5566\n", - "fullness index: 0.14091681257832533\n", - "5567\n", - "fullness index: 0.026168000307128143\n", - "5568\n", - "fullness index: 0.001277999981539324\n", - "5569\n", - "fullness index: 0.0025549998972564936\n", - "5570\n", - "fullness index: 0.005766000103903934\n", - "5571\n", - "fullness index: 0.001289999985601753\n", - "5572\n", - "fullness index: 0.0019249999895691872\n", - "5573\n", - "fullness index: 0.0013150000013411045\n", - "5574\n", - "fullness index: 0.0335742142773857\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5575\n", - "fullness index: 0.020890333553931367\n", - "5576\n", - "fullness index: 0.006487999984528869\n", - "5577\n", - "fullness index: 0.004274400070426054\n", - "5578\n", - "fullness index: 0.008934499990573386\n", - "5579\n", - "fullness index: 0.001548800001364725\n", - "5580\n", - "fullness index: 0.01888000075268792\n", - "5581\n", - "fullness index: 0.021642923146618368\n", - "5582\n", - "fullness index: 0.0045419998350553215\n", - "5583\n", - "fullness index: 0.0017260000264892976\n", - "5584\n", - "fullness index: 0.020391744079434764\n", - "5585\n", - "fullness index: 0.002158666669856757\n", - "5586\n", - "fullness index: 0.000965499973972328\n", - "5587\n", - "fullness index: 0.003252500086091459\n", - "5588\n", - "fullness index: 0.005216999947151635\n", - "5589\n", - "fullness index: 0.0044688571984547055\n", - "5590\n", - "fullness index: 0.011310333064557199\n", - "5591\n", - "fullness index: 0.03942640015861798\n", - "5592\n", - "fullness index: 0.1603735982120784\n", - "5593\n", - "fullness index: 0.014426000041567022\n", - "5594\n", - "fullness index: 0.03149371426421307\n", - "5595\n", - "fullness index: 0.09002587463176799\n", - "5596\n", - "fullness index: 0.008327249801368453\n", - "5597\n", - "fullness index: 0.0019689999759672596\n", - "5598\n", - "fullness index: 0.011296500007044111\n", - "5599\n", - "fullness index: 0.001955999992787838\n", - "5600\n", - "fullness index: 0.014703999853736605\n", - "5601\n", - "fullness index: 0.002615999983390793\n", - "5602\n", - "fullness index: 0.01808649959275499\n", - "5603\n", - "fullness index: 0.0032611999995424412\n", - "5604\n", - "fullness index: 0.017088999393308768\n", - "5605\n", - "fullness index: 0.0019829999655485153\n", - "5606\n", - "fullness index: 0.07334819228743492\n", - "5607\n", - "fullness index: 0.011119000380858779\n", - "5608\n", - "fullness index: 0.003917166580019209\n", - "5609\n", - "fullness index: 0.007807250054611359\n", - "5610\n", - "fullness index: 0.003623500087996945\n", - "5611\n", - "fullness index: 0.011146999313496053\n", - "5612\n", - "fullness index: 0.01842199987731874\n", - "5613\n", - "fullness index: 0.018405667079302173\n", - "5614\n", - "fullness index: 0.003311000269604847\n", - "5615\n", - "fullness index: 0.0057650000671856105\n", - "5616\n", - "fullness index: 0.001984999980777502\n", - "5617\n", - "fullness index: 0.03335916688471722\n", - "5618\n", - "fullness index: 0.013450333090683367\n", - "5619\n", - "fullness index: 0.007232999816096708\n", - "5620\n", - "fullness index: 0.01568799999999475\n", - "5621\n", - "fullness index: 0.042695889006305755\n", - "5622\n", - "fullness index: 0.05789133278388666\n", - "5623\n", - "fullness index: 0.012934999876961228\n", - "5624\n", - "fullness index: 0.061409899771570055\n", - "5625\n", - "fullness index: 0.04714078194917254\n", - "5626\n", - "fullness index: 0.021983999642543495\n", - "5627\n", - "fullness index: 0.0026719998568296432\n", - "5628\n", - "fullness index: 0.002031000010902062\n", - "5629\n", - "fullness index: 0.0013740000140387565\n", - "5630\n", - "fullness index: 0.0027219997718930244\n", - "5631\n", - "fullness index: 0.002028999908361584\n", - "5632\n", - "fullness index: 0.010133999399840832\n", - "5633\n", - "fullness index: 0.27105585480707567\n", - "5634\n", - "fullness index: 0.23951574864327085\n", - "5635\n", - "fullness index: 0.47624169498803726\n", - "5636\n", - "fullness index: 0.2836062007745568\n", - "5637\n", - "fullness index: 0.18331499841276258\n", - "5638\n", - "fullness index: 0.24388659973838003\n", - "5639\n", - "fullness index: 0.3053253762664099\n", - "5640\n", - "fullness index: 0.16597227290392105\n", - "5641\n", - "fullness index: 0.13686666702013403\n", - "5642\n", - "fullness index: 0.2316943721016287\n", - "5643\n", - "fullness index: 0.37272454911191377\n", - "5644\n", - "fullness index: 0.25883454448634524\n", - "5645\n", - "fullness index: 0.10593400010354798\n", - "5646\n", - "fullness index: 0.14802685669807097\n", - "5647\n", - "fullness index: 0.2003922496278392\n", - "5648\n", - "fullness index: 0.3739084284679848\n", - "5649\n", - "fullness index: 0.30523576915990047\n", - "5650\n", - "fullness index: 0.2538302724834383\n", - "5651\n", - "fullness index: 0.29362508361540074\n", - "5652\n", - "fullness index: 0.09421555507813334\n", - "5653\n", - "fullness index: 0.2975823334175705\n", - "5654\n", - "fullness index: 0.3313835705595401\n", - "5655\n", - "fullness index: 0.356593525391657\n", - "5656\n", - "fullness index: 0.33108652860322335\n", - "5657\n", - "fullness index: 0.3503929994935583\n", - "5658\n", - "fullness index: 0.21190311109047696\n", - "5659\n", - "fullness index: 0.14985983390192814\n", - "5660\n", - "fullness index: 0.15524549820111133\n", - "5661\n", - "fullness index: 0.20465744402301628\n", - "5662\n", - "fullness index: 0.18722525019288128\n", - "5663\n", - "fullness index: 0.15716650075970998\n", - "5664\n", - "fullness index: 0.6440553982737053\n", - "5665\n", - "fullness index: 0.4651964818139559\n", - "5666\n", - "fullness index: 0.3663620003321234\n", - "5667\n", - "fullness index: 0.6167199091023162\n", - "5668\n", - "fullness index: 0.3782579073824143\n", - "5669\n", - "fullness index: 0.2930388346212567\n", - "5670\n", - "fullness index: 0.4005565402501536\n", - "5671\n", - "fullness index: 0.3030352853612775\n", - "5672\n", - "fullness index: 0.09150807181864756\n", - "5673\n", - "fullness index: 0.2827735012106132\n", - "5674\n", - "fullness index: 0.09481885703566409\n", - "5675\n", - "fullness index: 0.13276200066108382\n", - "5676\n", - "fullness index: 0.255020000350972\n", - "5677\n", - "fullness index: 0.16246249702877927\n", - "5678\n", - "fullness index: 0.20420679620583543\n", - "5679\n", - "fullness index: 0.19127438974303207\n", - "5680\n", - "fullness index: 0.0380165455313669\n", - "5681\n", - "fullness index: 0.10994783266636432\n", - "5682\n", - "fullness index: 0.5400816679686159\n", - "5683\n", - "fullness index: 0.11394393322041954\n", - "5684\n", - "fullness index: 0.4158402470529836\n", - "5685\n", - "fullness index: 0.2636016997799743\n", - "5686\n", - "fullness index: 0.4215696872454101\n", - "5687\n", - "fullness index: 0.5093935124136427\n", - "5688\n", - "fullness index: 0.1968908754615768\n", - "5689\n", - "fullness index: 0.29889385643433086\n", - "5690\n", - "fullness index: 0.3520891004242003\n", - "5691\n", - "fullness index: 0.5395384193907375\n", - "5692\n", - "fullness index: 0.5188087496402053\n", - "5693\n", - "fullness index: 0.243605399960749\n", - "5694\n", - "fullness index: 0.1520283004770704\n", - "5695\n", - "fullness index: 0.2026677106640151\n", - "5696\n", - "fullness index: 0.42984626606824655\n", - "5697\n", - "fullness index: 0.16733049945001507\n", - "5698\n", - "fullness index: 0.2449350002889787\n", - "5699\n", - "fullness index: 0.3749427010002444\n", - "5700\n", - "fullness index: 0.21510633249312783\n", - "5701\n", - "fullness index: 0.08771657191521497\n", - "5702\n", - "fullness index: 0.15384699884134534\n", - "5703\n", - "fullness index: 0.15216590016761983\n", - "5704\n", - "fullness index: 0.15447588885509353\n", - "5705\n", - "fullness index: 0.10062579915822881\n", - "5706\n", - "fullness index: 0.31324485660297796\n", - "5707\n", - "fullness index: 0.10806849863077635\n", - "5708\n", - "fullness index: 0.25936429997964294\n", - "5709\n", - "fullness index: 0.2119151108126971\n", - "5710\n", - "fullness index: 0.5503136381309658\n", - "5711\n", - "fullness index: 0.12934520043042236\n", - "5712\n", - "fullness index: 0.1448440003244806\n", - "5713\n", - "fullness index: 0.16052399999554315\n", - "5714\n", - "fullness index: 0.13318886720887804\n", - "5715\n", - "fullness index: 0.2300226667848114\n", - "5716\n", - "fullness index: 0.20870137509336928\n", - "5717\n", - "fullness index: 0.237291739153\n", - "5718\n", - "fullness index: 0.23780192456279808\n", - "5719\n", - "fullness index: 0.18748034651760184\n", - "5720\n", - "fullness index: 0.33209011098582175\n", - "5721\n", - "fullness index: 0.3643565504606057\n", - "5722\n", - "fullness index: 0.22434166750463191\n", - "5723\n", - "fullness index: 0.18829910102476788\n", - "5724\n", - "fullness index: 0.25152761489244735\n", - "5725\n", - "fullness index: 0.3194045234738388\n", - "5726\n", - "fullness index: 0.11877679986930616\n", - "5727\n", - "fullness index: 0.334976500898847\n", - "5728\n", - "fullness index: 0.20174510610822957\n", - "5729\n", - "fullness index: 0.32544453905351334\n", - "5730\n", - "fullness index: 0.24748384121112035\n", - "5731\n", - "fullness index: 0.17471642957597006\n", - "5732\n", - "fullness index: 0.11864000078785467\n", - "5733\n", - "fullness index: 0.18136900103288806\n", - "5734\n", - "fullness index: 0.0242670002135128\n", - "5735\n", - "fullness index: 0.15282412694489267\n", - "5736\n", - "fullness index: 0.3622548810122172\n", - "5737\n", - "fullness index: 0.062093999680606825\n", - "5738\n", - "fullness index: 0.17983360705583046\n", - "5739\n", - "fullness index: 0.24728195385755086\n", - "5740\n", - "fullness index: 0.2907943989222986\n", - "5741\n", - "fullness index: 0.11466866607467334\n", - "5742\n", - "fullness index: 0.1386700000410201\n", - "5743\n", - "fullness index: 0.26166799951832737\n", - "5744\n", - "fullness index: 0.16481333355785763\n", - "5745\n", - "fullness index: 0.09992300066223833\n", - "5746\n", - "fullness index: 0.13440249959567155\n", - "5747\n", - "fullness index: 0.18859475073085719\n", - "5748\n", - "fullness index: 0.2901211789869446\n", - "5749\n", - "fullness index: 0.1963606662757229\n", - "5750\n", - "fullness index: 0.16523111802585203\n", - "5751\n", - "fullness index: 0.1274104286297058\n", - "5752\n", - "fullness index: 0.11652723558001847\n", - "5753\n", - "fullness index: 0.18723699839161287\n", - "5754\n", - "fullness index: 0.23186599946545053\n", - "5755\n", - "fullness index: 0.1665453524634051\n", - "5756\n", - "fullness index: 0.168408555910446\n", - "5757\n", - "fullness index: 0.2669473564916091\n", - "5758\n", - "fullness index: 0.2259437135180633\n", - "5759\n", - "fullness index: 0.27152760736810155\n", - "5760\n", - "fullness index: 0.1803664996548946\n", - "5761\n", - "fullness index: 0.11110475038731238\n", - "5762\n", - "fullness index: 0.31192182230561494\n", - "5763\n", - "fullness index: 0.4193842471695035\n", - "5764\n", - "fullness index: 0.2748728000619849\n", - "5765\n", - "fullness index: 0.3008001471045866\n", - "5766\n", - "fullness index: 0.2084101993306831\n", - "5767\n", - "fullness index: 0.13401022226025816\n", - "5768\n", - "fullness index: 0.26042593716920237\n", - "5769\n", - "fullness index: 0.41570214169400643\n", - "5770\n", - "fullness index: 0.3941277328809974\n", - "5771\n", - "fullness index: 0.397500222930426\n", - "5772\n", - "fullness index: 0.3988479177975698\n", - "5773\n", - "fullness index: 0.46397733330571406\n", - "5774\n", - "fullness index: 0.26589655648988103\n", - "5775\n", - "fullness index: 0.45893615785413516\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5776\n", - "fullness index: 0.5145050277026464\n", - "5777\n", - "fullness index: 0.24677593204218487\n", - "5778\n", - "fullness index: 0.3380137502627057\n", - "5779\n", - "fullness index: 0.33506277995685707\n", - "5780\n", - "fullness index: 0.12511166602615098\n", - "5781\n", - "fullness index: 0.4109857907350639\n", - "5782\n", - "fullness index: 0.17202513342720827\n", - "5783\n", - "fullness index: 0.24808011605001556\n", - "5784\n", - "fullness index: 0.31059313570234337\n", - "5785\n", - "fullness index: 0.14225150020016977\n", - "5786\n", - "fullness index: 0.196388752268831\n", - "5787\n", - "fullness index: 0.45600812625843906\n", - "5788\n", - "fullness index: 0.08845259989393525\n", - "5789\n", - "fullness index: 0.23850230095868027\n", - "5790\n", - "fullness index: 0.21949838475512268\n", - "5791\n", - "fullness index: 0.28564354295036276\n", - "5792\n", - "fullness index: 0.19515969995118213\n", - "5793\n", - "fullness index: 0.17613349973241837\n", - "5794\n", - "fullness index: 0.3184143337256197\n", - "5795\n", - "fullness index: 0.24023033363506938\n", - "5796\n", - "fullness index: 0.13327700028700443\n", - "5797\n", - "fullness index: 0.2163745014530889\n", - "5798\n", - "fullness index: 0.38686030185389186\n", - "5799\n", - "fullness index: 0.18293155592727492\n", - "5800\n", - "fullness index: 0.17517987416795222\n", - "5801\n", - "fullness index: 0.17522687507755563\n", - "5802\n", - "fullness index: 0.27577412547664437\n", - "5803\n", - "fullness index: 0.3089789987707263\n", - "5804\n", - "fullness index: 0.0944161812006066\n", - "5805\n", - "fullness index: 0.23496433228842764\n", - "5806\n", - "fullness index: 0.2087384391235645\n", - "5807\n", - "fullness index: 0.366180769908445\n", - "5808\n", - "fullness index: 0.3478726872111935\n", - "5809\n", - "fullness index: 0.3343669413655147\n", - "5810\n", - "fullness index: 0.20725257061764882\n", - "5811\n", - "fullness index: 0.21350183497027805\n", - "5812\n", - "fullness index: 0.16793790825423374\n", - "5813\n", - "fullness index: 0.15495163580023721\n", - "5814\n", - "fullness index: 0.30445055343841426\n", - "5815\n", - "fullness index: 0.17072050025477178\n", - "5816\n", - "fullness index: 0.31484237481426197\n", - "5817\n", - "fullness index: 0.1223568342878328\n", - "5818\n", - "fullness index: 0.26812187968404033\n", - "5819\n", - "fullness index: 0.21982925131669617\n", - "5820\n", - "fullness index: 0.19598100072471425\n", - "5821\n", - "fullness index: 0.17479300165117215\n", - "5822\n", - "fullness index: 0.10367966697515384\n", - "5823\n", - "fullness index: 0.15584411035724263\n", - "5824\n", - "fullness index: 0.13236771230419567\n", - "5825\n", - "fullness index: 0.16459642956536819\n", - "5826\n", - "fullness index: 0.023982999424333684\n", - "5827\n", - "fullness index: 0.013604666599652168\n", - "5828\n", - "fullness index: 0.08690814299188787\n", - "5829\n", - "fullness index: 0.10262571430478472\n", - "5830\n", - "fullness index: 0.009296500025811838\n", - "5831\n", - "fullness index: 0.04118340027926024\n", - "5832\n", - "fullness index: 0.050165556235116225\n", - "5833\n", - "fullness index: 0.14217228723074576\n", - "5834\n", - "fullness index: 0.10997833199022959\n", - "5835\n", - "fullness index: 0.15100666630314663\n", - "5836\n", - "fullness index: 0.17720616650876764\n", - "5837\n", - "fullness index: 0.023615749800228514\n", - "5838\n", - "fullness index: 0.09895116689343315\n", - "5839\n", - "fullness index: 0.10186733395797394\n", - "5840\n", - "fullness index: 0.060299000161952186\n", - "5841\n", - "fullness index: 0.3279560007676165\n", - "5842\n", - "fullness index: 0.35734655425120665\n", - "5843\n", - "fullness index: 0.4388606148847535\n", - "5844\n", - "fullness index: 0.2619835821864929\n", - "5845\n", - "fullness index: 0.25484479963840084\n", - "5846\n", - "fullness index: 0.4707754663073566\n", - "5847\n", - "fullness index: 0.47421556019920125\n", - "5848\n", - "fullness index: 0.2539241678480266\n", - "5849\n", - "fullness index: 0.2134046675000718\n", - "5850\n", - "fullness index: 0.26726886790376436\n", - "5851\n", - "fullness index: 0.2244997143092665\n", - "5852\n", - "fullness index: 0.2902365004216942\n", - "5853\n", - "fullness index: 0.18156000105786915\n", - "5854\n", - "fullness index: 0.2360643325058239\n", - "5855\n", - "fullness index: 0.2750534000466359\n", - "5856\n", - "fullness index: 0.3645435380370915\n", - "5857\n", - "fullness index: 0.3618828022554226\n", - "5858\n", - "fullness index: 0.3556312845724798\n", - "5859\n", - "fullness index: 0.2871781444077247\n", - "5860\n", - "fullness index: 0.39711550136853474\n", - "5861\n", - "fullness index: 0.29168024987978924\n", - "5862\n", - "fullness index: 0.515579249975417\n", - "5863\n", - "fullness index: 0.42015581321431733\n", - "5864\n", - "fullness index: 0.37584870141290594\n", - "5865\n", - "fullness index: 0.5464182145421675\n", - "5866\n", - "fullness index: 0.5341714167261671\n", - "5867\n", - "fullness index: 0.2386134993879144\n", - "5868\n", - "fullness index: 0.43960109888030274\n", - "5869\n", - "fullness index: 0.11612388959040092\n", - "5870\n", - "fullness index: 0.3957872637562152\n", - "5871\n", - "fullness index: 0.39056170476786006\n", - "5872\n", - "fullness index: 0.26669766689883545\n", - "5873\n", - "fullness index: 0.3731941787890815\n", - "5874\n", - "fullness index: 0.41751499926128116\n", - "5875\n", - "fullness index: 0.28834984232009064\n", - "5876\n", - "fullness index: 0.368817363738675\n", - "5877\n", - "fullness index: 0.29782952387627337\n", - "5878\n", - "fullness index: 0.33506266602732165\n", - "5879\n", - "fullness index: 0.346570426843495\n", - "5880\n", - "fullness index: 0.5678438745235326\n", - "5881\n", - "fullness index: 0.4116755466939966\n", - "5882\n", - "fullness index: 0.33033100062069326\n", - "5883\n", - "fullness index: 0.13381655619903338\n", - "5884\n", - "fullness index: 0.2161725559498235\n", - "5885\n", - "fullness index: 0.35845300279712927\n", - "5886\n", - "fullness index: 0.156544091960148\n", - "5887\n", - "fullness index: 0.3885486477327344\n", - "5888\n", - "fullness index: 0.15619174994935747\n", - "5889\n", - "fullness index: 0.4940970505480891\n", - "5890\n", - "fullness index: 0.25914943004162133\n", - "5891\n", - "fullness index: 0.4633471370262073\n", - "5892\n", - "fullness index: 0.5493301458211916\n", - "5893\n", - "fullness index: 0.3001752884119923\n", - "5894\n", - "fullness index: 0.34078087416492053\n", - "5895\n", - "fullness index: 0.3464576000031836\n", - "5896\n", - "fullness index: 0.4053154148586931\n", - "5897\n", - "fullness index: 0.3474970000546212\n", - "5898\n", - "fullness index: 0.305109333095307\n", - "5899\n", - "fullness index: 0.2879022509252233\n", - "5900\n", - "fullness index: 0.30130792606239865\n", - "5901\n", - "fullness index: 0.38646553866160854\n", - "5902\n", - "fullness index: 0.29651719858811704\n", - "5903\n", - "fullness index: 0.1281136672281112\n", - "5904\n", - "fullness index: 0.250439572617844\n", - "5905\n", - "fullness index: 0.27982283221596543\n", - "5906\n", - "fullness index: 0.3681349227128801\n", - "5907\n", - "fullness index: 0.37897500111721455\n", - "5908\n", - "fullness index: 0.2648765698000456\n", - "5909\n", - "fullness index: 0.1974751009674037\n", - "5910\n", - "fullness index: 0.5044522689293754\n", - "5911\n", - "fullness index: 0.14356983393039022\n", - "5912\n", - "fullness index: 0.23424466920389225\n", - "5913\n", - "fullness index: 0.09950450074575201\n", - "5914\n", - "fullness index: 0.18394740058611206\n", - "5915\n", - "fullness index: 0.2508508176751176\n", - "5916\n", - "fullness index: 0.4541942773875134\n", - "5917\n", - "fullness index: 0.2604731052602191\n", - "5918\n", - "fullness index: 0.21513999967737618\n", - "5919\n", - "fullness index: 0.23049438479686685\n", - "5920\n", - "fullness index: 0.07502600059524411\n", - "5921\n", - "fullness index: 0.07260796292193508\n", - "5922\n", - "fullness index: 0.2094781995399899\n", - "5923\n", - "fullness index: 0.26996223490791366\n", - "5924\n", - "fullness index: 0.30425616641697517\n", - "5925\n", - "fullness index: 0.26650893450370555\n", - "5926\n", - "fullness index: 0.17019088902165752\n", - "5927\n", - "fullness index: 0.2246326240710914\n", - "5928\n", - "fullness index: 0.14971749939400067\n", - "5929\n", - "fullness index: 0.5184380000833986\n", - "5930\n", - "fullness index: 0.3454999056609225\n", - "5931\n", - "fullness index: 0.33263099975110066\n", - "5932\n", - "fullness index: 0.3472806627518205\n", - "5933\n", - "fullness index: 0.35155586795687366\n", - "5934\n", - "fullness index: 0.5155071152782447\n", - "5935\n", - "fullness index: 0.18420269967928107\n", - "5936\n", - "fullness index: 0.1344347268389935\n", - "5937\n", - "fullness index: 0.1098150008979246\n", - "5938\n", - "fullness index: 0.19358142831593536\n", - "5939\n", - "fullness index: 0.2175107487925061\n", - "5940\n", - "fullness index: 0.08891728515711098\n", - "5941\n", - "fullness index: 0.14704652981061586\n", - "5942\n", - "fullness index: 0.08256312981899575\n", - "5943\n", - "fullness index: 0.20914066580796012\n", - "5944\n", - "fullness index: 0.2560168581100178\n", - "5945\n", - "fullness index: 0.1441454999701932\n", - "5946\n", - "fullness index: 0.19341875061339428\n", - "5947\n", - "fullness index: 0.31568372399154315\n", - "5948\n", - "fullness index: 0.2272082145287381\n", - "5949\n", - "fullness index: 0.25118750140609336\n", - "5950\n", - "fullness index: 0.2918743993825956\n", - "5951\n", - "fullness index: 0.4910144013134414\n", - "5952\n", - "fullness index: 0.2595506234242748\n", - "5953\n", - "fullness index: 0.28963307162621277\n", - "5954\n", - "fullness index: 0.3776227275639857\n", - "5955\n", - "fullness index: 0.4537948331690889\n", - "5956\n", - "fullness index: 0.3173755440564657\n", - "5957\n", - "fullness index: 0.3451630820660891\n", - "5958\n", - "fullness index: 0.35376263541618097\n", - "5959\n", - "fullness index: 0.3459731663497223\n", - "5960\n", - "fullness index: 0.36426868546167446\n", - "5961\n", - "fullness index: 0.19360240148871527\n", - "5962\n", - "fullness index: 0.2726926376558892\n", - "5963\n", - "fullness index: 0.2589659476915059\n", - "5964\n", - "fullness index: 0.05044887506574014\n", - "5965\n", - "fullness index: 0.24775025050013255\n", - "5966\n", - "fullness index: 0.30131449826694734\n", - "5967\n", - "fullness index: 0.294150778742259\n", - "5968\n", - "fullness index: 0.2697204524306092\n", - "5969\n", - "fullness index: 0.42620043009732655\n", - "5970\n", - "fullness index: 0.1492603327399896\n", - "5971\n", - "fullness index: 0.11080775073241966\n", - "5972\n", - "fullness index: 0.05450909070046609\n", - "5973\n", - "fullness index: 0.31655134262194196\n", - "5974\n", - "fullness index: 0.2537454537554037\n", - "5975\n", - "fullness index: 0.16817426491614668\n", - "5976\n", - "fullness index: 0.27702173681475534\n", - "5977\n", - "fullness index: 0.492288688056478\n", - "5978\n", - "fullness index: 0.46805016715855646\n", - "5979\n", - "fullness index: 0.25981687410694576\n", - "5980\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.352883976588097\n", - "5981\n", - "fullness index: 0.21412691686115673\n", - "5982\n", - "fullness index: 0.4583017780160945\n", - "5983\n", - "fullness index: 0.31187307613576054\n", - "5984\n", - "fullness index: 0.3518176666394639\n", - "5985\n", - "fullness index: 0.24263862559004679\n", - "5986\n", - "fullness index: 0.3330127852032579\n", - "5987\n", - "fullness index: 0.31816857426760436\n", - "5988\n", - "fullness index: 0.32265707404628674\n", - "5989\n", - "fullness index: 0.5136488920503177\n", - "5990\n", - "fullness index: 0.19498297027132594\n", - "5991\n", - "fullness index: 0.36540259987316404\n", - "5992\n", - "fullness index: 0.32990614115325506\n", - "5993\n", - "fullness index: 0.45608850197459105\n", - "5994\n", - "fullness index: 0.495050308503918\n", - "5995\n", - "fullness index: 0.1785707772997335\n", - "5996\n", - "fullness index: 0.5371105031072149\n", - "5997\n", - "fullness index: 0.3343751421463302\n", - "5998\n", - "fullness index: 0.3834105552579988\n", - "5999\n", - "fullness index: 0.4832231851592799\n", - "6000\n", - "fullness index: 0.24926799960576318\n", - "6001\n", - "fullness index: 0.2686443933943435\n", - "6002\n", - "fullness index: 0.42686987474747673\n", - "6003\n", - "fullness index: 0.39781275053246645\n", - "6004\n", - "fullness index: 0.2566530264901925\n", - "6005\n", - "fullness index: 0.24949480018282583\n", - "6006\n", - "fullness index: 0.1926483989771441\n", - "6007\n", - "fullness index: 0.23890562399537885\n", - "6008\n", - "fullness index: 0.3799621405129301\n", - "6009\n", - "fullness index: 0.30115351717293004\n", - "6010\n", - "fullness index: 0.22971961570893795\n", - "6011\n", - "fullness index: 0.25889807507417484\n", - "6012\n", - "fullness index: 0.241014999117192\n", - "6013\n", - "fullness index: 0.21075627483977852\n", - "6014\n", - "fullness index: 0.28248266668419497\n", - "6015\n", - "fullness index: 0.29351954124937646\n", - "6016\n", - "fullness index: 0.39076858154542526\n", - "6017\n", - "fullness index: 0.2561291997692024\n", - "6018\n", - "fullness index: 0.3803743946556052\n", - "6019\n", - "fullness index: 0.2932697140277014\n", - "6020\n", - "fullness index: 0.4524410816084128\n", - "6021\n", - "fullness index: 0.1656759996028541\n", - "6022\n", - "fullness index: 0.38143469824426574\n", - "6023\n", - "fullness index: 0.369963271171979\n", - "6024\n", - "fullness index: 0.37350512569537386\n", - "6025\n", - "fullness index: 0.141880165666862\n", - "6026\n", - "fullness index: 0.23169433395378292\n", - "6027\n", - "fullness index: 0.4358418054641963\n", - "6028\n", - "fullness index: 0.2412337150370669\n", - "6029\n", - "fullness index: 0.3389463740722931\n", - "6030\n", - "fullness index: 0.33796674747169675\n", - "6031\n", - "fullness index: 0.2347766263699214\n", - "6032\n", - "fullness index: 0.22382114302776504\n", - "6033\n", - "fullness index: 0.36044116820752\n", - "6034\n", - "fullness index: 0.2863120763237248\n", - "6035\n", - "fullness index: 0.45796620051598896\n", - "6036\n", - "fullness index: 0.3570192523111473\n", - "6037\n", - "fullness index: 0.3110618134146534\n", - "6038\n", - "fullness index: 0.26725711211838643\n", - "6039\n", - "fullness index: 0.359029373262274\n", - "6040\n", - "fullness index: 0.043693142200157\n", - "6041\n", - "fullness index: 0.07056633283108178\n", - "6042\n", - "fullness index: 0.09548225049161374\n", - "6043\n", - "fullness index: 0.0493695003031462\n", - "6044\n", - "fullness index: 0.15663459796596726\n", - "6045\n", - "fullness index: 0.11335620096069761\n", - "6046\n", - "fullness index: 0.07261655552732312\n", - "6047\n", - "fullness index: 0.09354914296629399\n", - "6048\n", - "fullness index: 0.2045089988547001\n", - "6049\n", - "fullness index: 0.18813016512604008\n", - "6050\n", - "fullness index: 0.25521157192265165\n", - "6051\n", - "fullness index: 0.3434648458763394\n", - "6052\n", - "fullness index: 0.29432099962195934\n", - "6053\n", - "fullness index: 0.16025600115660513\n", - "6054\n", - "fullness index: 0.24768219970574137\n", - "6055\n", - "fullness index: 0.2345005622879981\n", - "6056\n", - "fullness index: 0.36142425099387765\n", - "6057\n", - "fullness index: 0.24464966540555602\n", - "6058\n", - "fullness index: 0.16475737602377194\n", - "6059\n", - "fullness index: 0.42667126630194996\n", - "6060\n", - "fullness index: 0.13438675010183943\n", - "6061\n", - "fullness index: 0.3208356004900907\n", - "6062\n", - "fullness index: 0.29253546653374846\n", - "6063\n", - "fullness index: 0.24174112439521878\n", - "6064\n", - "fullness index: 0.4230465010283903\n", - "6065\n", - "fullness index: 0.3711246706718359\n", - "6066\n", - "fullness index: 0.2035108893234615\n", - "6067\n", - "fullness index: 0.3712367497937521\n", - "6068\n", - "fullness index: 0.3243453754039365\n", - "6069\n", - "fullness index: 0.4128970976831283\n", - "6070\n", - "fullness index: 0.5500241234947225\n", - "6071\n", - "fullness index: 0.22554224903961995\n", - "6072\n", - "fullness index: 0.5074746218979271\n", - "6073\n", - "fullness index: 0.2970660021092044\n", - "6074\n", - "fullness index: 0.2592993322238423\n", - "6075\n", - "fullness index: 0.3889495833379139\n", - "6076\n", - "fullness index: 0.3217397010816967\n", - "6077\n", - "fullness index: 0.2587422861937999\n", - "6078\n", - "fullness index: 0.31185841655315016\n", - "6079\n", - "fullness index: 0.4099499619920417\n", - "6080\n", - "fullness index: 0.4191805017690058\n", - "6081\n", - "fullness index: 0.22813387551195774\n", - "6082\n", - "fullness index: 0.4279963762164698\n", - "6083\n", - "fullness index: 0.1845584282377136\n", - "6084\n", - "fullness index: 0.395462067723186\n", - "6085\n", - "fullness index: 0.45057885625880906\n", - "6086\n", - "fullness index: 0.4133491009262798\n", - "6087\n", - "fullness index: 0.47000973361502285\n", - "6088\n", - "fullness index: 0.377960200294865\n", - "6089\n", - "fullness index: 0.3026961113755533\n", - "6090\n", - "fullness index: 0.28173314169105523\n", - "6091\n", - "fullness index: 0.5095141092360791\n", - "6092\n", - "fullness index: 0.2469426148796069\n", - "6093\n", - "fullness index: 0.42316199977275654\n", - "6094\n", - "fullness index: 0.34987709951881246\n", - "6095\n", - "fullness index: 0.39634499705506543\n", - "6096\n", - "fullness index: 0.3511550369442445\n", - "6097\n", - "fullness index: 0.12047814245618481\n", - "6098\n", - "fullness index: 0.4770849605416561\n", - "6099\n", - "fullness index: 0.22210192291934688\n", - "6100\n", - "fullness index: 0.322309187893552\n", - "6101\n", - "fullness index: 0.204433998226159\n", - "6102\n", - "fullness index: 0.2127179992655215\n", - "6103\n", - "fullness index: 0.11554518115173612\n", - "6104\n", - "fullness index: 0.3606324993624668\n", - "6105\n", - "fullness index: 0.47417544399700595\n", - "6106\n", - "fullness index: 0.14547037525153428\n", - "6107\n", - "fullness index: 0.24245071128474852\n", - "6108\n", - "fullness index: 0.2592971240577526\n", - "6109\n", - "fullness index: 0.25657479890614926\n", - "6110\n", - "fullness index: 0.5089845589957096\n", - "6111\n", - "fullness index: 0.14256712477799738\n", - "6112\n", - "fullness index: 0.3055543565401828\n", - "6113\n", - "fullness index: 0.18818311084861405\n", - "6114\n", - "fullness index: 0.526649249188182\n", - "6115\n", - "fullness index: 0.3242096674641491\n", - "6116\n", - "fullness index: 0.2827347512866254\n", - "6117\n", - "fullness index: 0.23831077960009375\n", - "6118\n", - "fullness index: 0.20990271389730097\n", - "6119\n", - "fullness index: 0.5379279089738702\n", - "6120\n", - "fullness index: 0.25639866721662147\n", - "6121\n", - "fullness index: 0.33728486685427017\n", - "6122\n", - "fullness index: 0.23631388883101556\n", - "6123\n", - "fullness index: 0.2715217124038775\n", - "6124\n", - "fullness index: 0.429904488561446\n", - "6125\n", - "fullness index: 0.4046606273520178\n", - "6126\n", - "fullness index: 0.3028344620733361\n", - "6127\n", - "fullness index: 0.4210539969769473\n", - "6128\n", - "fullness index: 0.4391666364195275\n", - "6129\n", - "fullness index: 0.26350800040706546\n", - "6130\n", - "fullness index: 0.3309223005693639\n", - "6131\n", - "fullness index: 0.4429229699435382\n", - "6132\n", - "fullness index: 0.36392656947698143\n", - "6133\n", - "fullness index: 0.4632504603315073\n", - "6134\n", - "fullness index: 0.24406199898099398\n", - "6135\n", - "fullness index: 0.31824875113720924\n", - "6136\n", - "fullness index: 0.4013159618719398\n", - "6137\n", - "fullness index: 0.4389823005942162\n", - "6138\n", - "fullness index: 0.293382109297454\n", - "6139\n", - "fullness index: 0.33524328668681846\n", - "6140\n", - "fullness index: 0.543455666542286\n", - "6141\n", - "fullness index: 0.3448427141903223\n", - "6142\n", - "fullness index: 0.3039805007353607\n", - "6143\n", - "fullness index: 0.41315321948465294\n", - "6144\n", - "fullness index: 0.5352952475259372\n", - "6145\n", - "fullness index: 0.22102822061101002\n", - "6146\n", - "fullness index: 0.31450120914073904\n", - "6147\n", - "fullness index: 0.5566034988301567\n", - "6148\n", - "fullness index: 0.19519689930093592\n", - "6149\n", - "fullness index: 0.3807654278456799\n", - "6150\n", - "fullness index: 0.5370209998443358\n", - "6151\n", - "fullness index: 0.33503575291319976\n", - "6152\n", - "fullness index: 0.49566662396046013\n", - "6153\n", - "fullness index: 0.10304344027660135\n", - "6154\n", - "fullness index: 0.16439874792013143\n", - "6155\n", - "fullness index: 0.15983611127052832\n", - "6156\n", - "fullness index: 0.3785536005278118\n", - "6157\n", - "fullness index: 0.11704686929005735\n", - "6158\n", - "fullness index: 0.10796542869671351\n", - "6159\n", - "fullness index: 0.44918943943450745\n", - "6160\n", - "fullness index: 0.444172109578705\n", - "6161\n", - "fullness index: 0.23996275000808964\n", - "6162\n", - "fullness index: 0.4480091272871505\n", - "6163\n", - "fullness index: 0.35667433253365743\n", - "6164\n", - "fullness index: 0.3928420001176996\n", - "6165\n", - "fullness index: 0.09922122311557914\n", - "6166\n", - "fullness index: 0.15473849935528963\n", - "6167\n", - "fullness index: 0.05920799957693816\n", - "6168\n", - "fullness index: 0.11941333433545272\n", - "6169\n", - "fullness index: 0.23555700008291752\n", - "6170\n", - "fullness index: 0.20280299967853352\n", - "6171\n", - "fullness index: 0.24933236305870113\n", - "6172\n", - "fullness index: 0.29894654934808423\n", - "6173\n", - "fullness index: 0.24179099963249276\n", - "6174\n", - "fullness index: 0.030306714501291156\n", - "6175\n", - "fullness index: 0.29805210173799424\n", - "6176\n", - "fullness index: 0.28705073682258925\n", - "6177\n", - "fullness index: 0.2911337975645438\n", - "6178\n", - "fullness index: 0.10735028596328837\n", - "6179\n", - "fullness index: 0.20946125372574897\n", - "6180\n", - "fullness index: 0.21673680033025447\n", - "6181\n", - "fullness index: 0.15739299987399136\n", - "6182\n", - "fullness index: 0.23340700100088724\n", - "6183\n", - "fullness index: 0.20130866594020821\n", - "6184\n", - "fullness index: 0.20532987613114528\n", - "6185\n", - "fullness index: 0.3080733127571875\n", - "6186\n", - "fullness index: 0.17558166700182481\n", - "6187\n", - "fullness index: 0.26771316866578826\n", - "6188\n", - "fullness index: 0.34586658767840855\n", - "6189\n", - "fullness index: 0.32405620159515824\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6190\n", - "fullness index: 0.5431806116294966\n", - "6191\n", - "fullness index: 0.2743435980301001\n", - "6192\n", - "fullness index: 0.2976113625311634\n", - "6193\n", - "fullness index: 0.3171306875092341\n", - "6194\n", - "fullness index: 0.2606531657632634\n", - "6195\n", - "fullness index: 0.23072199932198598\n", - "6196\n", - "fullness index: 0.33509662638334703\n", - "6197\n", - "fullness index: 0.42589633536561144\n", - "6198\n", - "fullness index: 0.3308920911964089\n", - "6199\n", - "fullness index: 0.3896588320832658\n", - "6200\n", - "fullness index: 0.5847646478928915\n", - "6201\n", - "fullness index: 0.24618500059360335\n", - "6202\n", - "fullness index: 0.34624149934898013\n", - "6203\n", - "fullness index: 0.29582923586471066\n", - "6204\n", - "fullness index: 0.2768302993499674\n", - "6205\n", - "fullness index: 0.19894877001206623\n", - "6206\n", - "fullness index: 0.29838738840812257\n", - "6207\n", - "fullness index: 0.3997377471874302\n", - "6208\n", - "fullness index: 0.3765220919829682\n", - "6209\n", - "fullness index: 0.5522462759216398\n", - "6210\n", - "fullness index: 0.4901533816359536\n", - "6211\n", - "fullness index: 0.3564933700359026\n", - "6212\n", - "fullness index: 0.2341557211032826\n", - "6213\n", - "fullness index: 0.1358341261359328\n", - "6214\n", - "fullness index: 0.2828597990504932\n", - "6215\n", - "fullness index: 0.42233441807973127\n", - "6216\n", - "fullness index: 0.6053070009956155\n", - "6217\n", - "fullness index: 0.27203916439915093\n", - "6218\n", - "fullness index: 0.2785822356798984\n", - "6219\n", - "fullness index: 0.16573777645640397\n", - "6220\n", - "fullness index: 0.3171321878972151\n", - "6221\n", - "fullness index: 0.4161619442062753\n", - "6222\n", - "fullness index: 0.5498620933080516\n", - "6223\n", - "fullness index: 0.5236801271930744\n", - "6224\n", - "fullness index: 0.3598846265028328\n", - "6225\n", - "fullness index: 0.6857992187724449\n", - "6226\n", - "fullness index: 0.26592706060310933\n", - "6227\n", - "fullness index: 0.20802680071547652\n", - "6228\n", - "fullness index: 0.24601586549139634\n", - "6229\n", - "fullness index: 0.590144941435328\n", - "6230\n", - "fullness index: 0.2068502862904487\n", - "6231\n", - "fullness index: 0.37347737707220646\n", - "6232\n", - "fullness index: 0.13799711273885704\n", - "6233\n", - "fullness index: 0.22624016817644588\n", - "6234\n", - "fullness index: 0.25291958757802874\n", - "6235\n", - "fullness index: 0.6150611537016379\n", - "6236\n", - "fullness index: 0.3815668845836714\n", - "6237\n", - "fullness index: 0.2788662991646561\n", - "6238\n", - "fullness index: 0.40500428760614815\n", - "6239\n", - "fullness index: 0.16868609148844949\n", - "6240\n", - "fullness index: 0.36715184825598873\n", - "6241\n", - "fullness index: 0.3854922429171976\n", - "6242\n", - "fullness index: 0.49416908889233346\n", - "6243\n", - "fullness index: 0.33500087554330094\n", - "6244\n", - "fullness index: 0.4308825461119506\n", - "6245\n", - "fullness index: 0.32173839966453666\n", - "6246\n", - "fullness index: 0.44853924987774\n", - "6247\n", - "fullness index: 0.3990297335864549\n", - "6248\n", - "fullness index: 0.27752283280218154\n", - "6249\n", - "fullness index: 0.19171169926603396\n", - "6250\n", - "fullness index: 0.3444627140104006\n", - "6251\n", - "fullness index: 0.27371403945506234\n", - "6252\n", - "fullness index: 0.19694581996703742\n", - "6253\n", - "fullness index: 0.22428500027700174\n", - "6254\n", - "fullness index: 0.32987752944266985\n", - "6255\n", - "fullness index: 0.1808997143803676\n", - "6256\n", - "fullness index: 0.34134066674596397\n", - "6257\n", - "fullness index: 0.4421422399372386\n", - "6258\n", - "fullness index: 0.3284596648946818\n", - "6259\n", - "fullness index: 0.2446842851121411\n", - "6260\n", - "fullness index: 0.4739653760279907\n", - "6261\n", - "fullness index: 0.49662100439068774\n", - "6262\n", - "fullness index: 0.28665600090365234\n", - "6263\n", - "fullness index: 0.533174625934862\n", - "6264\n", - "fullness index: 0.5012611779701663\n", - "6265\n", - "fullness index: 0.27109949819055146\n", - "6266\n", - "fullness index: 0.18732816606522343\n", - "6267\n", - "fullness index: 0.4383776128652448\n", - "6268\n", - "fullness index: 0.3068413548508327\n", - "6269\n", - "fullness index: 0.21831662547447195\n", - "6270\n", - "fullness index: 0.3194176437386237\n", - "6271\n", - "fullness index: 0.21576000023890174\n", - "6272\n", - "fullness index: 0.4170971003244631\n", - "6273\n", - "fullness index: 0.33766969101046784\n", - "6274\n", - "fullness index: 0.3066952221116581\n", - "6275\n", - "fullness index: 0.25782099920777707\n", - "6276\n", - "fullness index: 0.30014164252523706\n", - "6277\n", - "fullness index: 0.0852178743158447\n", - "6278\n", - "fullness index: 0.3941034549280754\n", - "6279\n", - "fullness index: 0.3559241254479275\n", - "6280\n", - "fullness index: 0.3025843360968186\n", - "6281\n", - "fullness index: 0.34911928631481715\n", - "6282\n", - "fullness index: 0.5498001889136503\n", - "6283\n", - "fullness index: 0.4323751970005105\n", - "6284\n", - "fullness index: 0.2661028575101747\n", - "6285\n", - "fullness index: 0.2670300584634556\n", - "6286\n", - "fullness index: 0.4863329444273176\n", - "6287\n", - "fullness index: 0.4252244806303316\n", - "6288\n", - "fullness index: 0.1950333998480346\n", - "6289\n", - "fullness index: 0.3169935512299465\n", - "6290\n", - "fullness index: 0.3304041799905959\n", - "6291\n", - "fullness index: 0.25852685608249104\n", - "6292\n", - "fullness index: 0.304531999573112\n", - "6293\n", - "fullness index: 0.518888283238214\n", - "6294\n", - "fullness index: 0.4172077372739199\n", - "6295\n", - "fullness index: 0.37704288836025374\n", - "6296\n", - "fullness index: 0.4311948875971817\n", - "6297\n", - "fullness index: 0.3941472130432625\n", - "6298\n", - "fullness index: 0.23982315486178915\n", - "6299\n", - "fullness index: 0.2457071432892722\n", - "6300\n", - "fullness index: 0.24813109149578272\n", - "6301\n", - "fullness index: 0.2485683338933086\n", - "6302\n", - "fullness index: 0.4181367980449067\n", - "6303\n", - "fullness index: 0.25534762464417327\n", - "6304\n", - "fullness index: 0.4686826393804356\n", - "6305\n", - "fullness index: 0.20585257287270256\n", - "6306\n", - "fullness index: 0.6513679508311075\n", - "6307\n", - "fullness index: 0.44228455539309325\n", - "6308\n", - "fullness index: 0.46840204752552284\n", - "6309\n", - "fullness index: 0.276869429061987\n", - "6310\n", - "fullness index: 0.44781180145801047\n", - "6311\n", - "fullness index: 0.2524931113599046\n", - "6312\n", - "fullness index: 0.5001615301392602\n", - "6313\n", - "fullness index: 0.23084485782539688\n", - "6314\n", - "fullness index: 0.2133354999932635\n", - "6315\n", - "fullness index: 0.4432331464076083\n", - "6316\n", - "fullness index: 0.4925498168633505\n", - "6317\n", - "fullness index: 0.2469373851277466\n", - "6318\n", - "fullness index: 0.3712738681580959\n", - "6319\n", - "fullness index: 0.46544578333218256\n", - "6320\n", - "fullness index: 0.31317914329702035\n", - "6321\n", - "fullness index: 0.39480256863680546\n", - "6322\n", - "fullness index: 0.20424790831186165\n", - "6323\n", - "fullness index: 0.35802049800531677\n", - "6324\n", - "fullness index: 0.16647711170122018\n", - "6325\n", - "fullness index: 0.2736375176289719\n", - "6326\n", - "fullness index: 0.4351710825919118\n", - "6327\n", - "fullness index: 0.32897887619520816\n", - "6328\n", - "fullness index: 0.5117692618948803\n", - "6329\n", - "fullness index: 0.41496389979747617\n", - "6330\n", - "fullness index: 0.42594261808647144\n", - "6331\n", - "fullness index: 0.5338824389791261\n", - "6332\n", - "fullness index: 0.3879111349162081\n", - "6333\n", - "fullness index: 0.4987007485018088\n", - "6334\n", - "fullness index: 0.08113862429672736\n", - "6335\n", - "fullness index: 0.42039268621465453\n", - "6336\n", - "fullness index: 0.3209259980857106\n", - "6337\n", - "fullness index: 0.42667761822394823\n", - "6338\n", - "fullness index: 0.4612969494346487\n", - "6339\n", - "fullness index: 0.23132799755596048\n", - "6340\n", - "fullness index: 0.3967344904328953\n", - "6341\n", - "fullness index: 0.5132693315096617\n", - "6342\n", - "fullness index: 0.3025087607572812\n", - "6343\n", - "fullness index: 0.39151530065119006\n", - "6344\n", - "fullness index: 0.4079598253682728\n", - "6345\n", - "fullness index: 0.4897399242154416\n", - "6346\n", - "fullness index: 0.09640642774008613\n", - "6347\n", - "fullness index: 0.2864492229042905\n", - "6348\n", - "fullness index: 0.48135328354796264\n", - "6349\n", - "fullness index: 0.13850316519445488\n", - "6350\n", - "fullness index: 0.28413439776632005\n", - "6351\n", - "fullness index: 0.211198667599092\n", - "6352\n", - "fullness index: 0.3934374150247398\n", - "6353\n", - "fullness index: 0.36840166552889664\n", - "6354\n", - "fullness index: 0.3800435555447503\n", - "6355\n", - "fullness index: 0.39916858421444584\n", - "6356\n", - "fullness index: 0.41814765300882883\n", - "6357\n", - "fullness index: 0.4012953729898072\n", - "6358\n", - "fullness index: 0.45441572659313173\n", - "6359\n", - "fullness index: 0.2902298001306918\n", - "6360\n", - "fullness index: 0.5796882511731383\n", - "6361\n", - "fullness index: 0.3914621119482844\n", - "6362\n", - "fullness index: 0.6320677260413173\n", - "6363\n", - "fullness index: 0.4904966490212246\n", - "6364\n", - "fullness index: 0.18794449815595723\n", - "6365\n", - "fullness index: 0.25633421173394083\n", - "6366\n", - "fullness index: 0.4017706680350683\n", - "6367\n", - "fullness index: 0.4274384760919063\n", - "6368\n", - "fullness index: 0.47197789101483073\n", - "6369\n", - "fullness index: 0.23739511140421302\n", - "6370\n", - "fullness index: 0.32951133347362177\n", - "6371\n", - "fullness index: 0.37635344182606173\n", - "6372\n", - "fullness index: 0.21046600250992925\n", - "6373\n", - "fullness index: 0.3013621678025326\n", - "6374\n", - "fullness index: 0.4151800915096208\n", - "6375\n", - "fullness index: 0.4273108196083823\n", - "6376\n", - "fullness index: 0.5864297643774989\n", - "6377\n", - "fullness index: 0.29249913722982124\n", - "6378\n", - "fullness index: 0.508178724759835\n", - "6379\n", - "fullness index: 0.3800244015285368\n", - "6380\n", - "fullness index: 0.34117307359701954\n", - "6381\n", - "fullness index: 0.33808550248722896\n", - "6382\n", - "fullness index: 0.394138794247301\n", - "6383\n", - "fullness index: 0.25227409061864653\n", - "6384\n", - "fullness index: 0.3997204608838524\n", - "6385\n", - "fullness index: 0.14510383305120436\n", - "6386\n", - "fullness index: 0.4790399131313624\n", - "6387\n", - "fullness index: 0.21304792303086426\n", - "6388\n", - "fullness index: 0.2300708459503172\n", - "6389\n", - "fullness index: 0.47483886724209784\n", - "6390\n", - "fullness index: 0.5155789151191593\n", - "6391\n", - "fullness index: 0.3776121934829287\n", - "6392\n", - "fullness index: 0.5634713848425474\n", - "6393\n", - "fullness index: 0.3026233743916767\n", - "6394\n", - "fullness index: 0.2720410008147667\n", - "6395\n", - "fullness index: 0.34682049562131095\n", - "6396\n", - "fullness index: 0.4904392202562416\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6397\n", - "fullness index: 0.6042195890847573\n", - "6398\n", - "fullness index: 0.48049883092224044\n", - "6399\n", - "fullness index: 0.23702814320542334\n", - "6400\n", - "fullness index: 0.375706399854098\n", - "6401\n", - "fullness index: 0.27213417595468103\n", - "6402\n", - "fullness index: 0.29762066595382447\n", - "6403\n", - "fullness index: 0.4214783751720688\n", - "6404\n", - "fullness index: 0.2869340780008805\n", - "6405\n", - "fullness index: 0.19648658384782416\n", - "6406\n", - "fullness index: 0.37179949959590886\n", - "6407\n", - "fullness index: 0.4920492004072003\n", - "6408\n", - "fullness index: 0.18628316947403317\n", - "6409\n", - "fullness index: 0.26245899992583566\n", - "6410\n", - "fullness index: 0.27832770229069864\n", - "6411\n", - "fullness index: 0.47621166055282393\n", - "6412\n", - "fullness index: 0.17362585810315068\n", - "6413\n", - "fullness index: 0.29799300020522423\n", - "6414\n", - "fullness index: 0.40121448205705007\n", - "6415\n", - "fullness index: 0.6176513353748305\n", - "6416\n", - "fullness index: 0.4153291211430334\n", - "6417\n", - "fullness index: 0.49706569227808545\n", - "6418\n", - "fullness index: 0.200321111060071\n", - "6419\n", - "fullness index: 0.5793602931165985\n", - "6420\n", - "fullness index: 0.19363799784696312\n", - "6421\n", - "fullness index: 0.3809211428576548\n", - "6422\n", - "fullness index: 0.4699839474839767\n", - "6423\n", - "fullness index: 0.3089257860161264\n", - "6424\n", - "fullness index: 0.24201619963278062\n", - "6425\n", - "fullness index: 0.4042833548669918\n", - "6426\n", - "fullness index: 0.18688142888757803\n", - "6427\n", - "fullness index: 0.26492157077076883\n", - "6428\n", - "fullness index: 0.32598377788384725\n", - "6429\n", - "fullness index: 0.5045496665285706\n", - "6430\n", - "fullness index: 0.19981777823219696\n", - "6431\n", - "fullness index: 0.3469584539303076\n", - "6432\n", - "fullness index: 0.19859733283834025\n", - "6433\n", - "fullness index: 0.32220466801356146\n", - "6434\n", - "fullness index: 0.4302046879010959\n", - "6435\n", - "fullness index: 0.47044263628909405\n", - "6436\n", - "fullness index: 0.31930699861606204\n", - "6437\n", - "fullness index: 0.3793969497156695\n", - "6438\n", - "fullness index: 0.25608600066655074\n", - "6439\n", - "fullness index: 0.2752861254957679\n", - "6440\n", - "fullness index: 0.1732409998512594\n", - "6441\n", - "fullness index: 0.4352257255276609\n", - "6442\n", - "fullness index: 0.28439409539095906\n", - "6443\n", - "fullness index: 0.36321280092399777\n", - "6444\n", - "fullness index: 0.3460548343027199\n", - "6445\n", - "fullness index: 0.23310343721448135\n", - "6446\n", - "fullness index: 0.3592118750756583\n", - "6447\n", - "fullness index: 0.358704428076505\n", - "6448\n", - "fullness index: 0.28139220061784725\n", - "6449\n", - "fullness index: 0.3067443648338998\n", - "6450\n", - "fullness index: 0.49609477966899174\n", - "6451\n", - "fullness index: 0.340639622978415\n", - "6452\n", - "fullness index: 0.38395156140878345\n", - "6453\n", - "fullness index: 0.29008423917621257\n", - "6454\n", - "fullness index: 0.32919866679564314\n", - "6455\n", - "fullness index: 0.572945401101606\n", - "6456\n", - "fullness index: 0.2695518577831016\n", - "6457\n", - "fullness index: 0.4203511491861718\n", - "6458\n", - "fullness index: 0.28097822930682853\n", - "6459\n", - "fullness index: 0.46758157130014816\n", - "6460\n", - "fullness index: 0.32918155015800044\n", - "6461\n", - "fullness index: 0.09547828592089251\n", - "6462\n", - "fullness index: 0.29136828603960957\n", - "6463\n", - "fullness index: 0.28806971310509005\n", - "6464\n", - "fullness index: 0.35831036208739847\n", - "6465\n", - "fullness index: 0.24242760011838982\n", - "6466\n", - "fullness index: 0.34633276928170975\n", - "6467\n", - "fullness index: 0.2330863359529758\n", - "6468\n", - "fullness index: 0.36727799874355094\n", - "6469\n", - "fullness index: 0.18218433475703932\n", - "6470\n", - "fullness index: 0.5560560921651565\n", - "6471\n", - "fullness index: 0.1858224007031822\n", - "6472\n", - "fullness index: 0.39110933498644346\n", - "6473\n", - "fullness index: 0.3831556103187208\n", - "6474\n", - "fullness index: 0.2623352740561958\n", - "6475\n", - "fullness index: 0.24936857084477587\n", - "6476\n", - "fullness index: 0.3997855189387228\n", - "6477\n", - "fullness index: 0.2120787993648264\n", - "6478\n", - "fullness index: 0.292831810408513\n", - "6479\n", - "fullness index: 0.2604691440300095\n", - "6480\n", - "fullness index: 0.2528010012289599\n", - "6481\n", - "fullness index: 0.26076050071424106\n", - "6482\n", - "fullness index: 0.36331814079247643\n", - "6483\n", - "fullness index: 0.36332687391995927\n", - "6484\n", - "fullness index: 0.23467474995322846\n", - "6485\n", - "fullness index: 0.3481480450485089\n", - "6486\n", - "fullness index: 0.3759407442943094\n", - "6487\n", - "fullness index: 0.18239366591701078\n", - "6488\n", - "fullness index: 0.28044806944464135\n", - "6489\n", - "fullness index: 0.5033188309753314\n", - "6490\n", - "fullness index: 0.5849646492285956\n", - "6491\n", - "fullness index: 0.13121350025685766\n", - "6492\n", - "fullness index: 0.18246129878157263\n", - "6493\n", - "fullness index: 0.17993133171694353\n", - "6494\n", - "fullness index: 0.29099842763025663\n", - "6495\n", - "fullness index: 0.4988028905063402\n", - "6496\n", - "fullness index: 0.2769744999361592\n", - "6497\n", - "fullness index: 0.44438414328240994\n", - "6498\n", - "fullness index: 0.1563567154953489\n", - "6499\n", - "fullness index: 0.3175648581195024\n", - "6500\n", - "fullness index: 0.34110459983257896\n", - "6501\n", - "fullness index: 0.37508020099485295\n", - "6502\n", - "fullness index: 0.29364133475549653\n", - "6503\n", - "fullness index: 0.39596545648764087\n", - "6504\n", - "fullness index: 0.2419371001291438\n", - "6505\n", - "fullness index: 0.20432492321446297\n", - "6506\n", - "fullness index: 0.24554224897292443\n", - "6507\n", - "fullness index: 0.2902688186520457\n", - "6508\n", - "fullness index: 0.4534299973274756\n", - "6509\n", - "fullness index: 0.27749461575639056\n", - "6510\n", - "fullness index: 0.23387612522105886\n", - "6511\n", - "fullness index: 0.20006218109020582\n", - "6512\n", - "fullness index: 0.24714530680928595\n", - "6513\n", - "fullness index: 0.4132897553200268\n", - "6514\n", - "fullness index: 0.3328841609719208\n", - "6515\n", - "fullness index: 0.3688868666391121\n", - "6516\n", - "fullness index: 0.21651540052698692\n", - "6517\n", - "fullness index: 0.2703611126782259\n", - "6518\n", - "fullness index: 0.4464861259255528\n", - "6519\n", - "fullness index: 0.47305663563744554\n", - "6520\n", - "fullness index: 0.24434652698676618\n", - "6521\n", - "fullness index: 0.3017483997857198\n", - "6522\n", - "fullness index: 0.4988247951606514\n", - "6523\n", - "fullness index: 0.3347245708678851\n", - "6524\n", - "fullness index: 0.22731053391253228\n", - "6525\n", - "fullness index: 0.3586677055382632\n", - "6526\n", - "fullness index: 0.13848350099483753\n", - "6527\n", - "fullness index: 0.14463987526171707\n", - "6528\n", - "fullness index: 0.4524388295758399\n", - "6529\n", - "fullness index: 0.3984849986576592\n", - "6530\n", - "fullness index: 0.3189466356561752\n", - "6531\n", - "fullness index: 0.2769783312234924\n", - "6532\n", - "fullness index: 0.4251785990811186\n", - "6533\n", - "fullness index: 0.4501884996025183\n", - "6534\n", - "fullness index: 0.3347707500524848\n", - "6535\n", - "fullness index: 0.45660585030564105\n", - "6536\n", - "fullness index: 0.3338817627463002\n", - "6537\n", - "fullness index: 0.32626433525805015\n", - "6538\n", - "fullness index: 0.4550681824527891\n", - "6539\n", - "fullness index: 0.49368493828333015\n", - "6540\n", - "fullness index: 0.3825369985778317\n", - "6541\n", - "fullness index: 0.33676686601975236\n", - "6542\n", - "fullness index: 0.4054522780562569\n", - "6543\n", - "fullness index: 0.37431194913956517\n", - "6544\n", - "fullness index: 0.2719735002028756\n", - "6545\n", - "fullness index: 0.3900446258649026\n", - "6546\n", - "fullness index: 0.18386233451792577\n", - "6547\n", - "fullness index: 0.4287054281490522\n", - "6548\n", - "fullness index: 0.2839538786192861\n", - "6549\n", - "fullness index: 0.37135633226307624\n", - "6550\n", - "fullness index: 0.18318685771789336\n", - "6551\n", - "fullness index: 0.3248808949171366\n", - "6552\n", - "fullness index: 0.4029995719116154\n", - "6553\n", - "fullness index: 0.4522445875223665\n", - "6554\n", - "fullness index: 0.3838619995951127\n", - "6555\n", - "fullness index: 0.2457445327139188\n", - "6556\n", - "fullness index: 0.22735522132570118\n", - "6557\n", - "fullness index: 0.21523699941947902\n", - "6558\n", - "fullness index: 0.17303325085595134\n", - "6559\n", - "fullness index: 0.15810733086815768\n", - "6560\n", - "fullness index: 0.2811197735412737\n", - "6561\n", - "fullness index: 0.3620829409046564\n", - "6562\n", - "fullness index: 0.007981999893672764\n", - "6563\n", - "fullness index: 0.2281700013080202\n", - "6564\n", - "fullness index: 0.24389462413455476\n", - "6565\n", - "fullness index: 0.39945857640517624\n", - "6566\n", - "fullness index: 0.2940830010478609\n", - "6567\n", - "fullness index: 0.6629763908429042\n", - "6568\n", - "fullness index: 0.214750124065489\n", - "6569\n", - "fullness index: 0.37295500032810197\n", - "6570\n", - "fullness index: 0.2590275003027273\n", - "6571\n", - "fullness index: 0.21220030075728571\n", - "6572\n", - "fullness index: 0.19629062425929078\n", - "6573\n", - "fullness index: 0.4373227513854279\n", - "6574\n", - "fullness index: 0.1390459993594959\n", - "6575\n", - "fullness index: 0.30371390769823847\n", - "6576\n", - "fullness index: 0.25864645335571945\n", - "6577\n", - "fullness index: 0.280729888271733\n", - "6578\n", - "fullness index: 0.4505378980765565\n", - "6579\n", - "fullness index: 0.16816142917897586\n", - "6580\n", - "fullness index: 0.4011269801876908\n", - "6581\n", - "fullness index: 0.21123327778635334\n", - "6582\n", - "fullness index: 0.18443144453016835\n", - "6583\n", - "fullness index: 0.21138889825851945\n", - "6584\n", - "fullness index: 0.18521990986000053\n", - "6585\n", - "fullness index: 0.41383556548483863\n", - "6586\n", - "fullness index: 0.301497498768731\n", - "6587\n", - "fullness index: 0.24793200101157709\n", - "6588\n", - "fullness index: 0.19653644578364846\n", - "6589\n", - "fullness index: 0.41738583430378634\n", - "6590\n", - "fullness index: 0.36331480743235894\n", - "6591\n", - "fullness index: 0.14814984598286593\n", - "6592\n", - "fullness index: 0.3852406835205903\n", - "6593\n", - "fullness index: 0.26478764990674786\n", - "6594\n", - "fullness index: 0.2918416313722877\n", - "6595\n", - "fullness index: 0.24810069065851026\n", - "6596\n", - "fullness index: 0.3192099988391647\n", - "6597\n", - "fullness index: 0.30712244139756956\n", - "6598\n", - "fullness index: 0.38846573523096595\n", - "6599\n", - "fullness index: 0.2665626432239411\n", - "6600\n", - "fullness index: 0.2384460548861777\n", - "6601\n", - "fullness index: 0.30348099945452606\n", - "6602\n", - "fullness index: 0.3852346361183498\n", - "6603\n", - "fullness index: 0.29045755318432814\n", - "6604\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.4515820949005611\n", - "6605\n", - "fullness index: 0.3335827486459948\n", - "6606\n", - "fullness index: 0.4236039201688982\n", - "6607\n", - "fullness index: 0.21538314379290568\n", - "6608\n", - "fullness index: 0.4248046250650077\n", - "6609\n", - "fullness index: 0.49418571629676855\n", - "6610\n", - "fullness index: 0.30054571585164275\n", - "6611\n", - "fullness index: 0.2776457986619789\n", - "6612\n", - "fullness index: 0.35376746146581495\n", - "6613\n", - "fullness index: 0.2785271659261828\n", - "6614\n", - "fullness index: 0.3549156008724822\n", - "6615\n", - "fullness index: 0.29030461058864093\n", - "6616\n", - "fullness index: 0.35749266634039006\n", - "6617\n", - "fullness index: 0.39612432684162224\n", - "6618\n", - "fullness index: 0.15333462471321013\n", - "6619\n", - "fullness index: 0.4390858681988662\n", - "6620\n", - "fullness index: 0.2816714453114805\n", - "6621\n", - "fullness index: 0.26191811271969023\n", - "6622\n", - "fullness index: 0.2814175446473283\n", - "6623\n", - "fullness index: 0.23396842756135683\n", - "6624\n", - "fullness index: 0.14337899952988664\n", - "6625\n", - "fullness index: 0.29041924718193085\n", - "6626\n", - "fullness index: 0.4130819283643957\n", - "6627\n", - "fullness index: 0.28416172007680873\n", - "6628\n", - "fullness index: 0.2945411674745628\n", - "6629\n", - "fullness index: 0.2646904980938416\n", - "6630\n", - "fullness index: 0.2209535890473864\n", - "6631\n", - "fullness index: 0.1895651241284213\n", - "6632\n", - "fullness index: 0.39340105214873083\n", - "6633\n", - "fullness index: 0.3931679168505676\n", - "6634\n", - "fullness index: 0.469122135541345\n", - "6635\n", - "fullness index: 0.3951194134504727\n", - "6636\n", - "fullness index: 0.1565029978446546\n", - "6637\n", - "fullness index: 0.48055596360272024\n", - "6638\n", - "fullness index: 0.2651027508354673\n", - "6639\n", - "fullness index: 0.3381183324787192\n", - "6640\n", - "fullness index: 0.3549941134824793\n", - "6641\n", - "fullness index: 0.2351119985736053\n", - "6642\n", - "fullness index: 0.19539225116265393\n", - "6643\n", - "fullness index: 0.3320508565901069\n", - "6644\n", - "fullness index: 0.4056272505549714\n", - "6645\n", - "fullness index: 0.33898528709164566\n", - "6646\n", - "fullness index: 0.2829688308423404\n", - "6647\n", - "fullness index: 0.4437204557140252\n", - "6648\n", - "fullness index: 0.14066030019780557\n", - "6649\n", - "fullness index: 0.3283886658027768\n", - "6650\n", - "fullness index: 0.24224862683738735\n", - "6651\n", - "fullness index: 0.3443758874491323\n", - "6652\n", - "fullness index: 0.20564188801735225\n", - "6653\n", - "fullness index: 0.3437037073590278\n", - "6654\n", - "fullness index: 0.24830779914263984\n", - "6655\n", - "fullness index: 0.10332171384841006\n", - "6656\n", - "fullness index: 0.26687164686015474\n", - "6657\n", - "fullness index: 0.22408466778991473\n", - "6658\n", - "fullness index: 0.3897809333520854\n", - "6659\n", - "fullness index: 0.2797803789901428\n", - "6660\n", - "fullness index: 0.33533907467911683\n", - "6661\n", - "fullness index: 0.4902495144802963\n", - "6662\n", - "fullness index: 0.16041766759190068\n", - "6663\n", - "fullness index: 0.3391468897009165\n", - "6664\n", - "fullness index: 0.35119783248592285\n", - "6665\n", - "fullness index: 0.3237148174045036\n", - "6666\n", - "fullness index: 0.3869104984617783\n", - "6667\n", - "fullness index: 0.2928714270255373\n", - "6668\n", - "fullness index: 0.262470999741718\n", - "6669\n", - "fullness index: 0.4381586337876797\n", - "6670\n", - "fullness index: 0.2916242022110964\n", - "6671\n", - "fullness index: 0.32608066689863335\n", - "6672\n", - "fullness index: 0.4144821383613982\n", - "6673\n", - "fullness index: 0.3025640648870649\n", - "6674\n", - "fullness index: 0.11002380117133725\n", - "6675\n", - "fullness index: 0.3860679997051193\n", - "6676\n", - "fullness index: 0.24556877727637683\n", - "6677\n", - "fullness index: 0.29305028475937434\n", - "6678\n", - "fullness index: 0.24740771343447573\n", - "6679\n", - "fullness index: 0.2842365702007165\n", - "6680\n", - "fullness index: 0.3864806414961673\n", - "6681\n", - "fullness index: 0.2899824988562614\n", - "6682\n", - "fullness index: 0.203116199739452\n", - "6683\n", - "fullness index: 0.39623749921491636\n", - "6684\n", - "fullness index: 0.30388567820831114\n", - "6685\n", - "fullness index: 0.20175358216874884\n", - "6686\n", - "fullness index: 0.31441583378909854\n", - "6687\n", - "fullness index: 0.3829004135080354\n", - "6688\n", - "fullness index: 0.1272062727796517\n", - "6689\n", - "fullness index: 0.22493168474565403\n", - "6690\n", - "fullness index: 0.27844588865910835\n", - "6691\n", - "fullness index: 0.3017265545295231\n", - "6692\n", - "fullness index: 0.1329756005012314\n", - "6693\n", - "fullness index: 0.4516672448962209\n", - "6694\n", - "fullness index: 0.2735552860051809\n", - "6695\n", - "fullness index: 0.30117457205509324\n", - "6696\n", - "fullness index: 0.3487228017067537\n", - "6697\n", - "fullness index: 0.3531017146555574\n", - "6698\n", - "fullness index: 0.23060300095239655\n", - "6699\n", - "fullness index: 0.30579830022165877\n", - "6700\n", - "fullness index: 0.3273362864648724\n", - "6701\n", - "fullness index: 0.49552300065889454\n", - "6702\n", - "fullness index: 0.18623833229907583\n", - "6703\n", - "fullness index: 0.22510900026048017\n", - "6704\n", - "fullness index: 0.37127117652434044\n", - "6705\n", - "fullness index: 0.37454709092342203\n", - "6706\n", - "fullness index: 0.2780840001166022\n", - "6707\n", - "fullness index: 0.38484984955848633\n", - "6708\n", - "fullness index: 0.2291694980037088\n", - "6709\n", - "fullness index: 0.42744873296663477\n", - "6710\n", - "fullness index: 0.2497676991028129\n", - "6711\n", - "fullness index: 0.24330916571951397\n", - "6712\n", - "fullness index: 0.4589036656931664\n", - "6713\n", - "fullness index: 0.3806643750857006\n", - "6714\n", - "fullness index: 0.2628440007746186\n", - "6715\n", - "fullness index: 0.3174844286321396\n", - "6716\n", - "fullness index: 0.30430244068789764\n", - "6717\n", - "fullness index: 0.2565298340037809\n", - "6718\n", - "fullness index: 0.504868999997143\n", - "6719\n", - "fullness index: 0.2657300005506841\n", - "6720\n", - "fullness index: 0.19216188694453096\n", - "6721\n", - "fullness index: 0.24392751477779645\n", - "6722\n", - "fullness index: 0.37691566844457863\n", - "6723\n", - "fullness index: 0.28737416659714654\n", - "6724\n", - "fullness index: 0.2984719517778125\n", - "6725\n", - "fullness index: 0.260318397883384\n", - "6726\n", - "fullness index: 0.37059177743766564\n", - "6727\n", - "fullness index: 0.19933157150064418\n", - "6728\n", - "fullness index: 0.1993801438781832\n", - "6729\n", - "fullness index: 0.20832249924800786\n", - "6730\n", - "fullness index: 0.4132988983674295\n", - "6731\n", - "fullness index: 0.11911339120828139\n", - "6732\n", - "fullness index: 0.2200496673960212\n", - "6733\n", - "fullness index: 0.45827416233294427\n", - "6734\n", - "fullness index: 0.2993034449973493\n", - "6735\n", - "fullness index: 0.3135434555885633\n", - "6736\n", - "fullness index: 0.41226183470886707\n", - "6737\n", - "fullness index: 0.25727745456126944\n", - "6738\n", - "fullness index: 0.40850706667115444\n", - "6739\n", - "fullness index: 0.1693795001085131\n", - "6740\n", - "fullness index: 0.24504690885210453\n", - "6741\n", - "fullness index: 0.29447549929803546\n", - "6742\n", - "fullness index: 0.4215737581650232\n", - "6743\n", - "fullness index: 0.159862874631159\n", - "6744\n", - "fullness index: 0.32634328523272416\n", - "6745\n", - "fullness index: 0.2192413742559438\n", - "6746\n", - "fullness index: 0.3250418002618971\n", - "6747\n", - "fullness index: 0.3558911420326467\n", - "6748\n", - "fullness index: 0.1698633332392395\n", - "6749\n", - "fullness index: 0.4686841387567632\n", - "6750\n", - "fullness index: 0.31431149817641807\n", - "6751\n", - "fullness index: 0.413649173123185\n", - "6752\n", - "fullness index: 0.4224263238363218\n", - "6753\n", - "fullness index: 0.1668888585201265\n", - "6754\n", - "fullness index: 0.1902264292033838\n", - "6755\n", - "fullness index: 0.38242200019054245\n", - "6756\n", - "fullness index: 0.43949711690708604\n", - "6757\n", - "fullness index: 0.195780998612463\n", - "6758\n", - "fullness index: 0.26338107643141484\n", - "6759\n", - "fullness index: 0.33293751851790515\n", - "6760\n", - "fullness index: 0.32026399921342846\n", - "6761\n", - "fullness index: 0.2725369993243745\n", - "6762\n", - "fullness index: 0.3208604984604335\n", - "6763\n", - "fullness index: 0.3316242522741959\n", - "6764\n", - "fullness index: 0.36576360022882\n", - "6765\n", - "fullness index: 0.39858844568011087\n", - "6766\n", - "fullness index: 0.3453358555104517\n", - "6767\n", - "fullness index: 0.18299169935162354\n", - "6768\n", - "fullness index: 0.31861450308679196\n", - "6769\n", - "fullness index: 0.29616299939395196\n", - "6770\n", - "fullness index: 0.2667387992492877\n", - "6771\n", - "fullness index: 0.2406673969468102\n", - "6772\n", - "fullness index: 0.4331795541495214\n", - "6773\n", - "fullness index: 0.3049498015112476\n", - "6774\n", - "fullness index: 0.26538210935096784\n", - "6775\n", - "fullness index: 0.481307323268873\n", - "6776\n", - "fullness index: 0.36053000105797156\n", - "6777\n", - "fullness index: 0.33392371434456436\n", - "6778\n", - "fullness index: 0.4755629987131605\n", - "6779\n", - "fullness index: 0.30913275210787106\n", - "6780\n", - "fullness index: 0.320953251550236\n", - "6781\n", - "fullness index: 0.4128499538451872\n", - "6782\n", - "fullness index: 0.31350528559622554\n", - "6783\n", - "fullness index: 0.24216772658721972\n", - "6784\n", - "fullness index: 0.16338466577387104\n", - "6785\n", - "fullness index: 0.41304357861967167\n", - "6786\n", - "fullness index: 0.2823827550964779\n", - "6787\n", - "fullness index: 0.30298000094314503\n", - "6788\n", - "fullness index: 0.12436866610854243\n", - "6789\n", - "fullness index: 0.2639532490914765\n", - "6790\n", - "fullness index: 0.43169367749586646\n", - "6791\n", - "fullness index: 0.06353466693447747\n", - "6792\n", - "fullness index: 0.246456109995001\n", - "6793\n", - "fullness index: 0.22818537678085704\n", - "6794\n", - "fullness index: 0.22947016764934838\n", - "6795\n", - "fullness index: 0.31907977676211075\n", - "6796\n", - "fullness index: 0.4651734629520573\n", - "6797\n", - "fullness index: 0.09533854529821506\n", - "6798\n", - "fullness index: 0.24564983299933374\n", - "6799\n", - "fullness index: 0.4901013003839277\n", - "6800\n", - "fullness index: 0.22691846160943477\n", - "6801\n", - "fullness index: 0.2122514006565325\n", - "6802\n", - "fullness index: 0.2582696006415063\n", - "6803\n", - "fullness index: 0.11022549898401242\n", - "6804\n", - "fullness index: 0.2442997794453024\n", - "6805\n", - "fullness index: 0.25453479811985746\n", - "6806\n", - "fullness index: 0.39185924833384433\n", - "6807\n", - "fullness index: 0.39764759931952653\n", - "6808\n", - "fullness index: 0.1911954990864615\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6809\n", - "fullness index: 0.27300037483014705\n", - "6810\n", - "fullness index: 0.3377120005415446\n", - "6811\n", - "fullness index: 0.37633044886297284\n", - "6812\n", - "fullness index: 0.3613524003798375\n", - "6813\n", - "fullness index: 0.18160216623800807\n", - "6814\n", - "fullness index: 0.46237188840879956\n", - "6815\n", - "fullness index: 0.3839557145521602\n", - "6816\n", - "fullness index: 0.44235799917119456\n", - "6817\n", - "fullness index: 0.18288714193581004\n", - "6818\n", - "fullness index: 0.2761818334499064\n", - "6819\n", - "fullness index: 0.2258654996578116\n", - "6820\n", - "fullness index: 0.4496852357466089\n", - "6821\n", - "fullness index: 0.47344263705114525\n", - "6822\n", - "fullness index: 0.18475499918581176\n", - "6823\n", - "fullness index: 0.375491151647321\n", - "6824\n", - "fullness index: 0.2138592036781166\n", - "6825\n", - "fullness index: 0.3206671437281849\n", - "6826\n", - "fullness index: 0.3218456579632905\n", - "6827\n", - "fullness index: 0.40782514403619124\n", - "6828\n", - "fullness index: 0.21183500060093743\n", - "6829\n", - "fullness index: 0.3658907323253516\n", - "6830\n", - "fullness index: 0.24498914233895772\n", - "6831\n", - "fullness index: 0.21825888955956743\n", - "6832\n", - "fullness index: 0.22515984550108653\n", - "6833\n", - "fullness index: 0.30677889767976013\n", - "6834\n", - "fullness index: 0.12548583369137606\n", - "6835\n", - "fullness index: 0.2032377694553221\n", - "6836\n", - "fullness index: 0.3419675280305748\n", - "6837\n", - "fullness index: 0.43692919490551013\n", - "6838\n", - "fullness index: 0.1163435831561704\n", - "6839\n", - "fullness index: 0.4416722670556434\n", - "6840\n", - "fullness index: 0.3717564998223679\n", - "6841\n", - "fullness index: 0.3871272858235898\n", - "6842\n", - "fullness index: 0.2884486655336029\n", - "6843\n", - "fullness index: 0.5382908338135043\n", - "6844\n", - "fullness index: 0.2062918897370562\n", - "6845\n", - "fullness index: 0.2753232499817386\n", - "6846\n", - "fullness index: 0.2751484999534114\n", - "6847\n", - "fullness index: 0.4110151009861056\n", - "6848\n", - "fullness index: 0.21078214088145483\n", - "6849\n", - "fullness index: 0.21178999744889943\n", - "6850\n", - "fullness index: 0.19931358332087254\n", - "6851\n", - "fullness index: 0.1888464118410946\n", - "6852\n", - "fullness index: 0.3698030009025907\n", - "6853\n", - "fullness index: 0.17058228662348746\n", - "6854\n", - "fullness index: 0.07187028496202531\n", - "6855\n", - "fullness index: 0.3187950670283802\n", - "6856\n", - "fullness index: 0.30460200159891077\n", - "6857\n", - "fullness index: 0.3254618821774249\n", - "6858\n", - "fullness index: 0.25398540082824184\n", - "6859\n", - "fullness index: 0.2276570007277769\n", - "6860\n", - "fullness index: 0.4337921230555821\n", - "6861\n", - "fullness index: 0.3092827992746606\n", - "6862\n", - "fullness index: 0.45949329917602166\n", - "6863\n", - "fullness index: 0.3147180007312914\n", - "6864\n", - "fullness index: 0.23727399947820232\n", - "6865\n", - "fullness index: 0.37899010016458307\n", - "6866\n", - "fullness index: 0.25213014174057335\n", - "6867\n", - "fullness index: 0.11767239953660465\n", - "6868\n", - "fullness index: 0.28651100188445916\n", - "6869\n", - "fullness index: 0.33023833262571617\n", - "6870\n", - "fullness index: 0.3530643727938241\n", - "6871\n", - "fullness index: 0.35453055690374957\n", - "6872\n", - "fullness index: 0.1401160001705648\n", - "6873\n", - "fullness index: 0.2522722500730197\n", - "6874\n", - "fullness index: 0.16522249992825286\n", - "6875\n", - "fullness index: 0.4246974915134808\n", - "6876\n", - "fullness index: 0.19269149881173084\n", - "6877\n", - "fullness index: 0.27312685523481506\n", - "6878\n", - "fullness index: 0.24677759937476368\n", - "6879\n", - "fullness index: 0.43787319865530205\n", - "6880\n", - "fullness index: 0.2565848422137953\n", - "6881\n", - "fullness index: 0.14304577807262023\n", - "6882\n", - "fullness index: 0.30838921172974215\n", - "6883\n", - "fullness index: 0.27779262384137837\n", - "6884\n", - "fullness index: 0.17686119849095122\n", - "6885\n", - "fullness index: 0.2481000014604433\n", - "6886\n", - "fullness index: 0.09503951631062768\n", - "6887\n", - "fullness index: 0.20862069909235287\n", - "6888\n", - "fullness index: 0.12719981845016679\n", - "6889\n", - "fullness index: 0.04694649934208428\n", - "6890\n", - "fullness index: 0.36315950067692027\n", - "6891\n", - "fullness index: 0.18041650006004298\n", - "6892\n", - "fullness index: 0.38794899996961857\n", - "6893\n", - "fullness index: 0.17764796281667092\n", - "6894\n", - "fullness index: 0.33222300073066435\n", - "6895\n", - "fullness index: 0.2129365005045353\n", - "6896\n", - "fullness index: 0.12061900025552556\n", - "6897\n", - "fullness index: 0.19086128589905066\n", - "6898\n", - "fullness index: 0.2653307127017927\n", - "6899\n", - "fullness index: 0.15364933286844007\n", - "6900\n", - "fullness index: 0.27913619972532616\n", - "6901\n", - "fullness index: 0.1938231667591026\n", - "6902\n", - "fullness index: 0.31354999878366624\n", - "6903\n", - "fullness index: 0.3098056248077228\n", - "6904\n", - "fullness index: 0.11053057123211016\n", - "6905\n", - "fullness index: 0.09634266689312199\n", - "6906\n", - "fullness index: 0.2586294966756668\n", - "6907\n", - "fullness index: 0.2782658000476658\n", - "6908\n", - "fullness index: 0.2400023996218806\n", - "6909\n", - "fullness index: 0.2794480007349713\n", - "6910\n", - "fullness index: 0.2248260988651964\n", - "6911\n", - "fullness index: 0.2259825264157993\n", - "6912\n", - "fullness index: 0.29845820099814474\n", - "6913\n", - "fullness index: 0.2287553339265287\n", - "6914\n", - "fullness index: 0.2138800004931454\n", - "6915\n", - "fullness index: 0.49008342868754495\n", - "6916\n", - "fullness index: 0.21995190051162583\n", - "6917\n", - "fullness index: 0.5049190708149192\n", - "6918\n", - "fullness index: 0.3399577986478107\n", - "6919\n", - "fullness index: 0.1518945332703879\n", - "6920\n", - "fullness index: 0.2573636008437461\n", - "6921\n", - "fullness index: 0.2866544670717758\n", - "6922\n", - "fullness index: 0.2516742868236698\n", - "6923\n", - "fullness index: 0.191861498438044\n", - "6924\n", - "fullness index: 0.035325750224728836\n", - "6925\n", - "fullness index: 0.48592350129668677\n", - "6926\n", - "fullness index: 0.3436063340373544\n", - "6927\n", - "fullness index: 0.2942864713837908\n", - "6928\n", - "fullness index: 0.3410130813361623\n", - "6929\n", - "fullness index: 0.4989515464582465\n", - "6930\n", - "fullness index: 0.34270255630124463\n", - "6931\n", - "fullness index: 0.5660308578334143\n", - "6932\n", - "fullness index: 0.31521278613575177\n", - "6933\n", - "fullness index: 0.4443612508866863\n", - "6934\n", - "fullness index: 0.491466771360969\n", - "6935\n", - "fullness index: 0.292747641157486\n", - "6936\n", - "fullness index: 0.2630598906139817\n", - "6937\n", - "fullness index: 0.5673946673141472\n", - "6938\n", - "fullness index: 0.4080081540929454\n", - "6939\n", - "fullness index: 0.5286214256476731\n", - "6940\n", - "fullness index: 0.33358239993976896\n", - "6941\n", - "fullness index: 0.40431091178728995\n", - "6942\n", - "fullness index: 0.47319196903762173\n", - "6943\n", - "fullness index: 0.4479197678077841\n", - "6944\n", - "fullness index: 0.23594114339409447\n", - "6945\n", - "fullness index: 0.34331225174264546\n", - "6946\n", - "fullness index: 0.2627134447172163\n", - "6947\n", - "fullness index: 0.43183899943505816\n", - "6948\n", - "fullness index: 0.39879952508757316\n", - "6949\n", - "fullness index: 0.24060399917345876\n", - "6950\n", - "fullness index: 0.10115579914418049\n", - "6951\n", - "fullness index: 0.4416500006669334\n", - "6952\n", - "fullness index: 0.2120635000067068\n", - "6953\n", - "fullness index: 0.4062036426210917\n", - "6954\n", - "fullness index: 0.305777713572622\n", - "6955\n", - "fullness index: 0.4005025358293586\n", - "6956\n", - "fullness index: 0.23987774983288546\n", - "6957\n", - "fullness index: 0.33536033282894095\n", - "6958\n", - "fullness index: 0.3006610923355104\n", - "6959\n", - "fullness index: 0.3716412671198516\n", - "6960\n", - "fullness index: 0.5434620617546102\n", - "6961\n", - "fullness index: 0.299790233311499\n", - "6962\n", - "fullness index: 0.3698181082759725\n", - "6963\n", - "fullness index: 0.37509153228847936\n", - "6964\n", - "fullness index: 0.4833606473245763\n", - "6965\n", - "fullness index: 0.3146401998634246\n", - "6966\n", - "fullness index: 0.17169279908994212\n", - "6967\n", - "fullness index: 0.319780668996019\n", - "6968\n", - "fullness index: 0.308341270888129\n", - "6969\n", - "fullness index: 0.3451913981504428\n", - "6970\n", - "fullness index: 0.1945036654960859\n", - "6971\n", - "fullness index: 0.2374833346463371\n", - "6972\n", - "fullness index: 0.131125500316557\n", - "6973\n", - "fullness index: 0.18762959880405106\n", - "6974\n", - "fullness index: 0.49067291177852135\n", - "6975\n", - "fullness index: 0.1338587783247931\n", - "6976\n", - "fullness index: 0.3759078885419109\n", - "6977\n", - "fullness index: 0.5177588851858123\n", - "6978\n", - "fullness index: 0.5818919331213692\n", - "6979\n", - "fullness index: 0.5398707498291818\n", - "6980\n", - "fullness index: 0.30963771412124125\n", - "6981\n", - "fullness index: 0.27372224819089297\n", - "6982\n", - "fullness index: 0.42801517902626074\n", - "6983\n", - "fullness index: 0.4649306376999117\n", - "6984\n", - "fullness index: 0.2707649980560139\n", - "6985\n", - "fullness index: 0.4760327498394569\n", - "6986\n", - "fullness index: 0.3183893854128865\n", - "6987\n", - "fullness index: 0.3447895476096267\n", - "6988\n", - "fullness index: 0.3612181516035696\n", - "6989\n", - "fullness index: 0.2805913083379542\n", - "6990\n", - "fullness index: 0.42365663115816826\n", - "6991\n", - "fullness index: 0.5376802007764733\n", - "6992\n", - "fullness index: 0.4114164013543207\n", - "6993\n", - "fullness index: 0.31377345281987346\n", - "6994\n", - "fullness index: 0.5714302718208107\n", - "6995\n", - "fullness index: 0.45846473227235646\n", - "6996\n", - "fullness index: 0.30010007092174157\n", - "6997\n", - "fullness index: 0.32403488042237927\n", - "6998\n", - "fullness index: 0.3657651010056725\n", - "6999\n", - "fullness index: 0.529951363336667\n", - "7000\n", - "fullness index: 0.24719274881391584\n", - "7001\n", - "fullness index: 0.25971688133808235\n", - "7002\n", - "fullness index: 0.1989650023636358\n", - "7003\n", - "fullness index: 0.34148747056892986\n", - "7004\n", - "fullness index: 0.46331249847250433\n", - "7005\n", - "fullness index: 0.5972103456115292\n", - "7006\n", - "fullness index: 0.1326648332287732\n", - "7007\n", - "fullness index: 0.19751212493602566\n", - "7008\n", - "fullness index: 0.3896968107624868\n", - "7009\n", - "fullness index: 0.3841588746968796\n", - "7010\n", - "fullness index: 0.2521087999896736\n", - "7011\n", - "fullness index: 0.38914005478272884\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7012\n", - "fullness index: 0.23968733256373928\n", - "7013\n", - "fullness index: 0.2695035995911894\n", - "7014\n", - "fullness index: 0.27960457102848785\n", - "7015\n", - "fullness index: 0.12059737521786928\n", - "7016\n", - "fullness index: 0.21978371338951502\n", - "7017\n", - "fullness index: 0.10014742818644404\n", - "7018\n", - "fullness index: 0.3583118345043962\n", - "7019\n", - "fullness index: 0.11316357221065639\n", - "7020\n", - "fullness index: 0.3812650632783061\n", - "7021\n", - "fullness index: 0.16801722209085154\n", - "7022\n", - "fullness index: 0.3057950706323546\n", - "7023\n", - "fullness index: 0.3190836201103507\n", - "7024\n", - "fullness index: 0.3431471426702046\n", - "7025\n", - "fullness index: 0.27599772701255043\n", - "7026\n", - "fullness index: 0.24068699838244356\n", - "7027\n", - "fullness index: 0.2585695017890733\n", - "7028\n", - "fullness index: 0.4254137729416062\n", - "7029\n", - "fullness index: 0.524554060359819\n", - "7030\n", - "fullness index: 0.2546778032256982\n", - "7031\n", - "fullness index: 0.418893750128215\n", - "7032\n", - "fullness index: 0.3788492784531425\n", - "7033\n", - "fullness index: 0.3494843592969119\n", - "7034\n", - "fullness index: 0.509382200113032\n", - "7035\n", - "fullness index: 0.28548949986344496\n", - "7036\n", - "fullness index: 0.45021469672903314\n", - "7037\n", - "fullness index: 0.20890127344351972\n", - "7038\n", - "fullness index: 0.4129654732348986\n", - "7039\n", - "fullness index: 0.2925554011017084\n", - "7040\n", - "fullness index: 0.422963726600177\n", - "7041\n", - "fullness index: 0.4082981435323226\n", - "7042\n", - "fullness index: 0.39355975255102743\n", - "7043\n", - "fullness index: 0.3741829235217263\n", - "7044\n", - "fullness index: 0.3830816668697581\n", - "7045\n", - "fullness index: 0.19464966596630498\n", - "7046\n", - "fullness index: 0.5037238956286596\n", - "7047\n", - "fullness index: 0.28021499953077483\n", - "7048\n", - "fullness index: 0.41869264216925983\n", - "7049\n", - "fullness index: 0.2830972238136585\n", - "7050\n", - "fullness index: 0.20440590000471276\n", - "7051\n", - "fullness index: 0.10242199965978216\n", - "7052\n", - "fullness index: 0.4245412367514464\n", - "7053\n", - "fullness index: 0.5642876235099976\n", - "7054\n", - "fullness index: 0.24519239166839607\n", - "7055\n", - "fullness index: 0.5129385716411758\n", - "7056\n", - "fullness index: 0.3316525550882893\n", - "7057\n", - "fullness index: 0.20871426244079166\n", - "7058\n", - "fullness index: 0.19848033126478035\n", - "7059\n", - "fullness index: 0.44070476573258205\n", - "7060\n", - "fullness index: 0.3444640695893051\n", - "7061\n", - "fullness index: 0.28262831454060827\n", - "7062\n", - "fullness index: 0.32132454211485617\n", - "7063\n", - "fullness index: 0.3646146240220105\n", - "7064\n", - "fullness index: 0.3286637277887249\n", - "7065\n", - "fullness index: 0.29589245464525116\n", - "7066\n", - "fullness index: 0.17315733454355117\n", - "7067\n", - "fullness index: 0.3073731002203203\n", - "7068\n", - "fullness index: 0.2567615982879943\n", - "7069\n", - "fullness index: 0.2070303041349511\n", - "7070\n", - "fullness index: 0.11681633303906361\n", - "7071\n", - "fullness index: 0.18505818201000776\n", - "7072\n", - "fullness index: 0.4996411578800498\n", - "7073\n", - "fullness index: 0.1883807145724339\n", - "7074\n", - "fullness index: 0.017406499973731115\n", - "7075\n", - "fullness index: 0.02668999922752846\n", - "7076\n", - "fullness index: 0.48092802834774184\n", - "7077\n", - "fullness index: 0.23365459898486735\n", - "7078\n", - "fullness index: 0.4860582746001786\n", - "7079\n", - "fullness index: 0.25111272251628713\n", - "7080\n", - "fullness index: 0.26247718083521415\n", - "7081\n", - "fullness index: 0.1969245009783143\n", - "7082\n", - "fullness index: 0.20006928620361059\n", - "7083\n", - "fullness index: 0.37574744292871604\n", - "7084\n", - "fullness index: 0.290143726682662\n", - "7085\n", - "fullness index: 0.45923766671148764\n", - "7086\n", - "fullness index: 0.348054937009465\n", - "7087\n", - "fullness index: 0.17260900101973675\n", - "7088\n", - "fullness index: 0.49122677724396147\n", - "7089\n", - "fullness index: 0.2155626987638243\n", - "7090\n", - "fullness index: 0.388634310998143\n", - "7091\n", - "fullness index: 0.2603228176323517\n", - "7092\n", - "fullness index: 0.1465430009861198\n", - "7093\n", - "fullness index: 0.2302715986093972\n", - "7094\n", - "fullness index: 0.3324315542097717\n", - "7095\n", - "fullness index: 0.17383611143292102\n", - "7096\n", - "fullness index: 0.1866235717721533\n", - "7097\n", - "fullness index: 0.18304980015888075\n", - "7098\n", - "fullness index: 0.340742888988138\n", - "7099\n", - "fullness index: 0.1797383325950553\n", - "7100\n", - "fullness index: 0.2874090389677104\n", - "7101\n", - "fullness index: 0.2634695915036322\n", - "7102\n", - "fullness index: 0.27673958697141643\n", - "7103\n", - "fullness index: 0.41787629007581756\n", - "7104\n", - "fullness index: 0.4201699203143683\n", - "7105\n", - "fullness index: 0.43377943487418885\n", - "7106\n", - "fullness index: 0.26559975121381285\n", - "7107\n", - "fullness index: 0.06459833321726667\n", - "7108\n", - "fullness index: 0.47238384391152977\n", - "7109\n", - "fullness index: 0.21556083500217937\n", - "7110\n", - "fullness index: 0.5179608012373758\n", - "7111\n", - "fullness index: 0.2162331333785308\n", - "7112\n", - "fullness index: 0.45413815424119375\n", - "7113\n", - "fullness index: 0.1244431874249301\n", - "7114\n", - "fullness index: 0.4299494608752027\n", - "7115\n", - "fullness index: 0.2495244608739645\n", - "7116\n", - "fullness index: 0.317912749834998\n", - "7117\n", - "fullness index: 0.5157320572193528\n", - "7118\n", - "fullness index: 0.5958468784518284\n", - "7119\n", - "fullness index: 0.05649500001406219\n", - "7120\n", - "fullness index: 0.38907699790909395\n", - "7121\n", - "fullness index: 0.348594266170403\n", - "7122\n", - "fullness index: 0.28846876830322377\n", - "7123\n", - "fullness index: 0.09154066612184882\n", - "7124\n", - "fullness index: 0.22536140053416603\n", - "7125\n", - "fullness index: 0.17205788822765397\n", - "7126\n", - "fullness index: 0.19507261323063163\n", - "7127\n", - "fullness index: 0.3871197277410168\n", - "7128\n", - "fullness index: 0.2863087511749427\n", - "7129\n", - "fullness index: 0.15829862416399007\n", - "7130\n", - "fullness index: 0.07446508295709955\n", - "7131\n", - "fullness index: 0.25893427715326806\n", - "7132\n", - "fullness index: 0.05530859876598697\n", - "7133\n", - "fullness index: 0.4481236793603238\n", - "7134\n", - "fullness index: 0.05526966731849825\n", - "7135\n", - "fullness index: 0.15666949890146498\n", - "7136\n", - "fullness index: 0.2093543332381614\n", - "7137\n", - "fullness index: 0.34062109914957545\n", - "7138\n", - "fullness index: 0.3134162729176792\n", - "7139\n", - "fullness index: 0.034877667230224084\n", - "7140\n", - "fullness index: 0.2877348587654914\n", - "7141\n", - "fullness index: 0.39538088492498413\n", - "7142\n", - "fullness index: 0.08000118196055568\n", - "7143\n", - "fullness index: 0.1845557512169762\n", - "7144\n", - "fullness index: 0.3808011573023817\n", - "7145\n", - "fullness index: 0.05324987487335875\n", - "7146\n", - "fullness index: 0.27076466611651995\n", - "7147\n", - "fullness index: 0.2149957768385775\n", - "7148\n", - "fullness index: 0.29816066667020397\n", - "7149\n", - "fullness index: 0.2729258610454192\n", - "7150\n", - "fullness index: 0.24853700024686987\n", - "7151\n", - "fullness index: 0.3390147255664818\n", - "7152\n", - "fullness index: 0.084413750537351\n", - "7153\n", - "fullness index: 0.2982057276663413\n", - "7154\n", - "fullness index: 0.1100760003173491\n", - "7155\n", - "fullness index: 0.4839453341990318\n", - "7156\n", - "fullness index: 0.0616732497915109\n", - "7157\n", - "fullness index: 0.3134511247226328\n", - "7158\n", - "fullness index: 0.05543250034285544\n", - "7159\n", - "fullness index: 0.29326040095184\n", - "7160\n", - "fullness index: 0.5137170985941015\n", - "7161\n", - "fullness index: 0.2971695261664392\n", - "7162\n", - "fullness index: 0.1900636661279312\n", - "7163\n", - "fullness index: 0.5475474066078618\n", - "7164\n", - "fullness index: 0.08500042867545485\n", - "7165\n", - "fullness index: 0.4428800501589478\n", - "7166\n", - "fullness index: 0.3493080001393537\n", - "7167\n", - "fullness index: 0.3088151999420158\n", - "7168\n", - "fullness index: 0.2501794256791722\n", - "7169\n", - "fullness index: 0.3034755813444766\n", - "7170\n", - "fullness index: 0.37424503683130883\n", - "7171\n", - "fullness index: 0.40625699762148315\n", - "7172\n", - "fullness index: 0.4414016537773827\n", - "7173\n", - "fullness index: 0.3651065985861351\n", - "7174\n", - "fullness index: 0.5468131136255275\n", - "7175\n", - "fullness index: 0.4836931611683394\n", - "7176\n", - "fullness index: 0.10171328569023379\n", - "7177\n", - "fullness index: 0.16470808306318455\n", - "7178\n", - "fullness index: 0.38493236325456076\n", - "7179\n", - "fullness index: 0.3270540719453509\n", - "7180\n", - "fullness index: 0.3390147225629726\n", - "7181\n", - "fullness index: 0.17711025012007062\n", - "7182\n", - "fullness index: 0.3915417065915843\n", - "7183\n", - "fullness index: 0.6118506277607593\n", - "7184\n", - "fullness index: 0.23895658133871633\n", - "7185\n", - "fullness index: 0.2967417495067366\n", - "7186\n", - "fullness index: 0.35515514019001176\n", - "7187\n", - "fullness index: 0.23096184171562956\n", - "7188\n", - "fullness index: 0.36674488467988686\n", - "7189\n", - "fullness index: 0.29827666832534305\n", - "7190\n", - "fullness index: 0.30117268637275174\n", - "7191\n", - "fullness index: 0.3388852725756806\n", - "7192\n", - "fullness index: 0.6131178133246068\n", - "7193\n", - "fullness index: 0.32547899967591676\n", - "7194\n", - "fullness index: 0.4040424377095917\n", - "7195\n", - "fullness index: 0.39976946685387704\n", - "7196\n", - "fullness index: 0.36503276479724633\n", - "7197\n", - "fullness index: 0.2266541818140695\n", - "7198\n", - "fullness index: 0.5059863428897612\n", - "7199\n", - "fullness index: 0.4097504989767913\n", - "7200\n", - "fullness index: 0.22828163674084448\n", - "7201\n", - "fullness index: 0.15072471350764058\n", - "7202\n", - "fullness index: 0.3313395834391789\n", - "7203\n", - "fullness index: 0.08454555462281454\n", - "7204\n", - "fullness index: 0.22897311108004537\n", - "7205\n", - "fullness index: 0.06592012447481466\n", - "7206\n", - "fullness index: 0.6498201571557378\n", - "7207\n", - "fullness index: 0.3699011895872457\n", - "7208\n", - "fullness index: 0.32011366676427616\n", - "7209\n", - "fullness index: 0.2724744013296003\n", - "7210\n", - "fullness index: 0.19889827313223082\n", - "7211\n", - "fullness index: 0.2212675001533171\n", - "7212\n", - "fullness index: 0.4114321063744539\n", - "7213\n", - "fullness index: 0.16004999994371852\n", - "7214\n", - "fullness index: 0.226317401750498\n", - "7215\n", - "fullness index: 0.40887566533638164\n", - "7216\n", - "fullness index: 0.2814996265969967\n", - "7217\n", - "fullness index: 0.22363660106930183\n", - "7218\n", - "fullness index: 0.1718570004398186\n", - "7219\n", - "fullness index: 0.31306535654545903\n", - "7220\n", - "fullness index: 0.3498294070184329\n", - "7221\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "fullness index: 0.24507760060555484\n", - "7222\n", - "fullness index: 0.20660204671176394\n", - "7223\n", - "fullness index: 0.31542962619096215\n", - "7224\n", - "fullness index: 0.26551490786567394\n", - "7225\n", - "fullness index: 0.3237942515988834\n", - "7226\n", - "fullness index: 0.323976076841623\n", - "7227\n", - "fullness index: 0.19230540050339187\n", - "7228\n", - "fullness index: 0.4584853743439302\n", - "7229\n", - "fullness index: 0.3456795553329736\n", - "7230\n", - "fullness index: 0.44344071007799357\n", - "7231\n", - "fullness index: 0.2626552490677341\n", - "7232\n", - "fullness index: 0.3212086998639279\n", - "7233\n", - "fullness index: 0.19330391634275657\n", - "7234\n", - "fullness index: 0.2137772843896073\n", - "7235\n", - "fullness index: 0.29367872728140687\n", - "7236\n", - "fullness index: 0.44665062388619015\n", - "7237\n", - "fullness index: 0.36851314702955645\n", - "7238\n", - "fullness index: 0.47156929842767564\n", - "7239\n", - "fullness index: 0.5266432500348401\n", - "7240\n", - "fullness index: 0.4946379416993734\n", - "7241\n", - "fullness index: 0.27992233351720747\n", - "7242\n", - "fullness index: 0.37010085641772356\n", - "7243\n", - "fullness index: 0.2701230896537626\n", - "7244\n", - "fullness index: 0.34547350436253926\n", - "7245\n", - "fullness index: 0.33556923349521334\n", - "7246\n", - "fullness index: 0.17210985706956958\n", - "7247\n", - "fullness index: 0.48281955017300787\n", - "7248\n", - "fullness index: 0.36351845261419985\n", - "7249\n", - "fullness index: 0.4030582860557063\n", - "7250\n", - "fullness index: 0.3609749038412355\n", - "7251\n", - "fullness index: 0.45678537581395773\n", - "7252\n", - "fullness index: 0.4707638218756775\n", - "7253\n", - "fullness index: 0.25115080389118927\n", - "7254\n", - "fullness index: 0.35452337545029877\n", - "7255\n", - "fullness index: 0.21856633470906675\n", - "7256\n", - "fullness index: 0.18194712536038793\n", - "7257\n", - "fullness index: 0.19618742775943634\n", - "7258\n", - "fullness index: 0.3067498093891594\n", - "7259\n", - "fullness index: 0.3267747153378358\n", - "7260\n", - "fullness index: 0.434806787174504\n", - "7261\n", - "fullness index: 0.5569311211514407\n", - "7262\n", - "fullness index: 0.0669304998668344\n", - "7263\n", - "fullness index: 0.5016112310317112\n", - "7264\n", - "fullness index: 0.05691428543286747\n", - "7265\n", - "fullness index: 0.16802083389101577\n", - "7266\n", - "fullness index: 0.3329479614702804\n", - "7267\n", - "fullness index: 0.15289037619459123\n", - "7268\n", - "fullness index: 0.4959105198989846\n", - "7269\n", - "fullness index: 0.30958533312999253\n", - "7270\n", - "fullness index: 0.23767433230942617\n", - "7271\n", - "fullness index: 0.4027987756439365\n", - "7272\n", - "fullness index: 0.2561147859695276\n", - "7273\n", - "fullness index: 0.19182733379038078\n", - "7274\n", - "fullness index: 0.37057293051807444\n", - "7275\n", - "fullness index: 0.36673099932225967\n", - "7276\n", - "fullness index: 0.4640001430301968\n", - "7277\n", - "fullness index: 0.1647030011237283\n", - "7278\n", - "fullness index: 0.23766950068841197\n", - "7279\n", - "fullness index: 0.2736411426833781\n", - "7280\n", - "fullness index: 0.32370562452581453\n", - "7281\n", - "fullness index: 0.4978234294664747\n", - "7282\n", - "fullness index: 0.4394657141127872\n", - "7283\n", - "fullness index: 0.2578386003893001\n", - "7284\n", - "fullness index: 0.6287414574399316\n", - "7285\n", - "fullness index: 0.6369477804174595\n", - "7286\n", - "fullness index: 0.3681029988187624\n", - "7287\n", - "fullness index: 0.2338034441684916\n", - "7288\n", - "fullness index: 0.3753129314171598\n", - "7289\n", - "fullness index: 0.32897850175177157\n", - "7290\n", - "fullness index: 0.3302987248746583\n", - "7291\n", - "fullness index: 0.4877541272913959\n", - "7292\n", - "fullness index: 0.22700149942256756\n", - "7293\n", - "fullness index: 0.13175314272874467\n", - "7294\n", - "fullness index: 0.1919672221051264\n", - "7295\n", - "fullness index: 0.2258310551183879\n", - "7296\n", - "fullness index: 0.33167974976731784\n", - "7297\n", - "fullness index: 0.4356094445250131\n", - "7298\n", - "fullness index: 0.3778684378783055\n", - "7299\n", - "fullness index: 0.15688275055435952\n", - "7300\n", - "fullness index: 0.41880829613969317\n", - "7301\n", - "fullness index: 0.3354382840180798\n", - "7302\n", - "fullness index: 0.25757450000734633\n", - "7303\n", - "fullness index: 0.13657336376391785\n", - "7304\n", - "fullness index: 0.23455866586982665\n", - "7305\n", - "fullness index: 0.3761177521479908\n", - "7306\n", - "fullness index: 0.18691736360398697\n", - "7307\n", - "fullness index: 0.39154460080524134\n", - "7308\n", - "fullness index: 0.2091672306649763\n", - "7309\n", - "fullness index: 0.18068014309028513\n", - "7310\n", - "fullness index: 0.3836384605517826\n", - "7311\n", - "fullness index: 0.4222574143906281\n", - "7312\n", - "fullness index: 0.38620866598394815\n", - "7313\n", - "fullness index: 0.2030560615432364\n", - "7314\n", - "fullness index: 0.38208006379588966\n", - "7315\n", - "fullness index: 0.173709899975438\n", - "7316\n", - "fullness index: 0.36618986522749697\n", - "7317\n", - "fullness index: 0.2578551249953307\n", - "7318\n", - "fullness index: 0.43803590951524024\n", - "7319\n", - "fullness index: 0.4254691674628077\n", - "7320\n", - "fullness index: 0.35091085900993285\n", - "7321\n", - "fullness index: 0.474441143092242\n", - "7322\n", - "fullness index: 0.216417749248194\n", - "7323\n", - "fullness index: 0.08944250000672582\n", - "7324\n", - "fullness index: 0.43516825028579353\n", - "7325\n", - "fullness index: 0.27338481724225194\n", - "7326\n", - "fullness index: 0.5307598037587014\n", - "7327\n", - "fullness index: 0.26085785743998713\n", - "7328\n", - "fullness index: 0.4369714801754526\n", - "7329\n", - "fullness index: 0.18944886623939966\n", - "7330\n", - "fullness index: 0.39116337559971726\n", - "7331\n", - "fullness index: 0.42967758029638053\n", - "7332\n", - "fullness index: 0.31456379953881425\n", - "7333\n", - "fullness index: 0.34065684567982457\n", - "7334\n", - "fullness index: 0.35704255350671893\n", - "7335\n", - "fullness index: 0.4251764968515393\n", - "7336\n", - "fullness index: 0.39912255048948286\n", - "7337\n", - "fullness index: 0.24754279863700504\n", - "7338\n", - "fullness index: 0.49317066883304506\n", - "7339\n", - "fullness index: 0.43156477407117366\n", - "7340\n", - "fullness index: 0.4318379484535772\n", - "7341\n", - "fullness index: 0.5740729308429231\n", - "7342\n", - "fullness index: 0.6863573329931871\n", - "7343\n", - "fullness index: 0.41396101719180933\n", - "7344\n", - "fullness index: 0.24262839951670687\n", - "7345\n", - "fullness index: 0.15899433302209018\n", - "7346\n", - "fullness index: 0.47106800149206407\n", - "7347\n", - "fullness index: 0.42998737596644787\n", - "7348\n", - "fullness index: 0.2860074327716417\n", - "7349\n", - "fullness index: 0.29543074937995095\n", - "7350\n", - "fullness index: 0.19850478550997813\n", - "7351\n", - "fullness index: 0.45781011106858693\n", - "7352\n", - "fullness index: 0.3309014427787689\n", - "7353\n", - "fullness index: 0.39250617861196957\n", - "7354\n", - "fullness index: 0.18806219898515336\n", - "7355\n", - "fullness index: 0.294683284470271\n", - "7356\n", - "fullness index: 0.4882471999153495\n", - "7357\n", - "fullness index: 0.29268333167743144\n", - "7358\n", - "fullness index: 0.36289636350919224\n", - "7359\n", - "fullness index: 0.2786683319767083\n", - "7360\n", - "fullness index: 0.2554011547898391\n", - "7361\n", - "fullness index: 0.4209708817653275\n", - "7362\n", - "fullness index: 0.31529592249801053\n", - "7363\n", - "fullness index: 0.16235266551626004\n", - "7364\n", - "fullness index: 0.31790950246007316\n", - "7365\n", - "fullness index: 0.2686188997317913\n", - "7366\n", - "fullness index: 0.29917648119298973\n", - "7367\n", - "fullness index: 0.33444241901349503\n", - "7368\n", - "fullness index: 0.5895774994617872\n", - "7369\n", - "fullness index: 0.34280811123011923\n", - "7370\n", - "fullness index: 0.3213683597359068\n", - "7371\n", - "fullness index: 0.3055904656236104\n", - "7372\n", - "fullness index: 0.48711219799994293\n", - "7373\n", - "fullness index: 0.39909334079583336\n", - "7374\n", - "fullness index: 0.48890199942407736\n", - "7375\n", - "fullness index: 0.1212327422456603\n", - "7376\n", - "fullness index: 0.36416983094689687\n", - "7377\n", - "fullness index: 0.36441345785611345\n", - "7378\n", - "fullness index: 0.27793823919048355\n", - "7379\n", - "fullness index: 0.38602753333374645\n", - "7380\n", - "fullness index: 0.4154155006580709\n", - "7381\n", - "fullness index: 0.3939109345543043\n", - "7382\n", - "fullness index: 0.283875999262653\n", - "7383\n", - "fullness index: 0.2325232218291704\n", - "7384\n", - "fullness index: 0.2532305551065469\n", - "7385\n", - "fullness index: 0.2645605711565752\n", - "7386\n", - "fullness index: 0.286902052188165\n", - "7387\n", - "fullness index: 0.17992200085696197\n", - "7388\n", - "fullness index: 0.22589159944327547\n", - "7389\n", - "fullness index: 0.24917042882381274\n", - "7390\n", - "fullness index: 0.43556799982674\n", - "7391\n", - "fullness index: 0.5662547527936113\n", - "7392\n", - "fullness index: 0.1650018742411703\n", - "7393\n", - "fullness index: 0.22690159912890523\n", - "7394\n", - "fullness index: 0.38029329670879863\n", - "7395\n", - "fullness index: 0.2953031813268271\n", - "7396\n", - "fullness index: 0.2552827014171271\n", - "7397\n", - "fullness index: 0.4263841645339805\n", - "7398\n", - "fullness index: 0.42090983910474083\n", - "7399\n", - "fullness index: 0.29174083297067926\n", - "7400\n", - "fullness index: 0.35558479202041654\n", - "7401\n", - "fullness index: 0.17425071293941333\n", - "7402\n", - "fullness index: 0.17289900000611982\n", - "7403\n", - "fullness index: 0.3945242704510086\n", - "7404\n", - "fullness index: 0.3691885005464428\n", - "7405\n", - "fullness index: 0.3648441979300514\n", - "7406\n", - "fullness index: 0.3745728983789377\n", - "7407\n", - "fullness index: 0.2834040928981432\n", - "7408\n", - "fullness index: 0.2956924818191948\n", - "7409\n", - "fullness index: 0.28184948481513555\n", - "7410\n", - "fullness index: 0.26708779991322446\n", - "7411\n", - "fullness index: 0.5466850908274058\n", - "7412\n", - "fullness index: 0.2673302850771506\n", - "7413\n", - "fullness index: 0.21291933337245914\n", - "7414\n", - "fullness index: 0.3182286658414518\n", - "7415\n", - "fullness index: 0.3745213754455108\n", - "7416\n", - "fullness index: 0.3411938134281627\n", - "7417\n", - "fullness index: 0.4186839254420752\n", - "7418\n", - "fullness index: 0.3870325704083371\n", - "7419\n", - "fullness index: 0.28866290937127237\n", - "7420\n", - "fullness index: 0.226207499845259\n", - "7421\n", - "fullness index: 0.3349323329570729\n", - "7422\n", - "fullness index: 0.36762241493893527\n", - "7423\n", - "fullness index: 0.2846346909371697\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7424\n", - "fullness index: 0.3477766672141216\n", - "7425\n", - "fullness index: 0.3836746090100464\n", - "7426\n", - "fullness index: 0.47375561695569707\n", - "7427\n", - "fullness index: 0.20781657085152413\n", - "7428\n", - "fullness index: 0.4175305243323324\n", - "7429\n", - "fullness index: 0.3785436661661758\n", - "7430\n", - "fullness index: 0.4461284432409861\n", - "7431\n", - "fullness index: 0.36750700027675975\n", - "7432\n", - "fullness index: 0.3486341432373939\n", - "7433\n", - "fullness index: 0.08933216604539969\n", - "7434\n", - "fullness index: 0.11508818516199004\n", - "7435\n", - "fullness index: 0.4850217487801274\n", - "7436\n", - "fullness index: 0.38426477041405005\n", - "7437\n", - "fullness index: 0.1449334011575047\n", - "7438\n", - "fullness index: 0.12699149909129423\n", - "7439\n", - "fullness index: 0.39460944703541323\n", - "7440\n", - "fullness index: 0.3854412016662536\n", - "7441\n", - "fullness index: 0.16742812361508186\n", - "7442\n", - "fullness index: 0.46562845714467715\n", - "7443\n", - "fullness index: 0.1648340992631347\n", - "7444\n", - "fullness index: 0.5687695709634032\n", - "7445\n", - "fullness index: 0.24475066785251126\n", - "7446\n", - "fullness index: 0.2752004991749004\n", - "7447\n", - "fullness index: 0.289833299685381\n", - "7448\n", - "fullness index: 0.4349808412999233\n", - "7449\n", - "fullness index: 0.36710262418318956\n", - "7450\n", - "fullness index: 0.37940852882521164\n", - "7451\n", - "fullness index: 0.4839634061545534\n", - "7452\n", - "fullness index: 0.31721712493067855\n", - "7453\n", - "fullness index: 0.207674365577077\n", - "7454\n", - "fullness index: 0.40777430241544155\n", - "7455\n", - "fullness index: 0.30883299687411636\n", - "7456\n", - "fullness index: 0.20043133487790024\n", - "7457\n", - "fullness index: 0.5397874269152193\n", - "7458\n", - "fullness index: 0.2871258728137036\n", - "7459\n", - "fullness index: 0.4963313988933805\n", - "7460\n", - "fullness index: 0.3372894445769311\n", - "7461\n", - "fullness index: 0.2010778571462392\n", - "7462\n", - "fullness index: 0.26902784231084587\n", - "7463\n", - "fullness index: 0.3356871625571044\n", - "7464\n", - "fullness index: 0.21926042724875774\n", - "7465\n", - "fullness index: 0.26063936219138256\n", - "7466\n", - "fullness index: 0.24365938160281075\n", - "7467\n", - "fullness index: 0.447124428808387\n", - "7468\n", - "fullness index: 0.33148587776024835\n", - "7469\n", - "fullness index: 0.2852260000632668\n", - "7470\n", - "fullness index: 0.3697652017896871\n", - "7471\n", - "fullness index: 0.34547899723111186\n", - "7472\n", - "fullness index: 0.3960971240056663\n", - "7473\n", - "fullness index: 0.32470790296360974\n", - "7474\n", - "fullness index: 0.5072750714980471\n", - "7475\n", - "fullness index: 0.33907099993042983\n", - "7476\n", - "fullness index: 0.33238670007121984\n", - "7477\n", - "fullness index: 0.41437458005869604\n", - "7478\n", - "fullness index: 0.42892037500764957\n", - "7479\n", - "fullness index: 0.33775090663790763\n", - "7480\n", - "fullness index: 0.4396302051361253\n", - "7481\n", - "fullness index: 0.030135000066366047\n", - "7482\n", - "fullness index: 0.16445966624319733\n", - "7483\n", - "fullness index: 0.07904400277766399\n", - "7484\n", - "fullness index: 0.23625154477557236\n", - "7485\n", - "fullness index: 0.6661549532769381\n", - "7486\n", - "fullness index: 0.23507755624288823\n", - "7487\n", - "fullness index: 0.2617656874688379\n", - "7488\n", - "fullness index: 0.35483871402435135\n", - "7489\n", - "fullness index: 0.35270226419187994\n", - "7490\n", - "fullness index: 0.2230863326258259\n", - "7491\n", - "fullness index: 0.3877137133292438\n", - "7492\n", - "fullness index: 0.19312171509539308\n", - "7493\n", - "fullness index: 0.3653107504117088\n", - "7494\n", - "fullness index: 0.2506168906109754\n", - "7495\n", - "fullness index: 0.21856728480010393\n", - "7496\n", - "fullness index: 0.30345755566718763\n", - "7497\n", - "fullness index: 0.22014388190886539\n", - "7498\n", - "fullness index: 0.31295922114628005\n", - "7499\n", - "fullness index: 0.1789428347360816\n", - "7500\n", - "fullness index: 0.3548758322810196\n", - "7501\n", - "fullness index: 0.1548885998345213\n", - "7502\n", - "fullness index: 0.5633061433393215\n", - "7503\n", - "fullness index: 0.29912799879735985\n", - "7504\n", - "fullness index: 0.32711518463609673\n", - "7505\n", - "fullness index: 0.12172299875282988\n", - "7506\n", - "fullness index: 0.4161365692624323\n", - "7507\n", - "fullness index: 0.19416145476801913\n", - "7508\n", - "fullness index: 0.18418855606417614\n", - "7509\n", - "fullness index: 0.2242153481957243\n", - "7510\n", - "fullness index: 0.4441014292517918\n", - "7511\n", - "fullness index: 0.2274465725491999\n", - "7512\n", - "fullness index: 0.5041554273921065\n", - "7513\n", - "fullness index: 0.3889537921951387\n", - "7514\n", - "fullness index: 0.490573802482686\n", - "7515\n", - "fullness index: 0.37565009978342134\n", - "7516\n", - "fullness index: 0.23947987598393183\n", - "7517\n", - "fullness index: 0.33707661047404747\n", - "7518\n", - "fullness index: 0.402633497137837\n", - "7519\n", - "fullness index: 0.275485076608115\n", - "7520\n", - "fullness index: 0.4002651231307937\n", - "7521\n", - "fullness index: 0.16126583547641835\n", - "7522\n", - "fullness index: 0.39751162483056035\n", - "7523\n", - "fullness index: 0.22155833214330617\n", - "7524\n", - "fullness index: 0.38291124987134995\n", - "7525\n", - "fullness index: 0.37825017754478135\n", - "7526\n", - "fullness index: 0.32814140155678617\n", - "7527\n", - "fullness index: 0.3657328585603474\n", - "7528\n", - "fullness index: 0.42771624839180333\n", - "7529\n", - "fullness index: 0.37708918085379334\n", - "7530\n", - "fullness index: 0.4024701675073933\n", - "7531\n", - "fullness index: 0.20359642858862312\n", - "7532\n", - "fullness index: 0.25355360101275437\n", - "7533\n", - "fullness index: 0.18124239974131343\n", - "7534\n", - "fullness index: 0.36520175051146\n", - "7535\n", - "fullness index: 0.2334446994762402\n", - "7536\n", - "fullness index: 0.2433544295947578\n", - "7537\n", - "fullness index: 0.26191900088694337\n", - "7538\n", - "fullness index: 0.33416212291194825\n", - "7539\n", - "fullness index: 0.15155620224832092\n", - "7540\n", - "fullness index: 0.46709512314942003\n", - "7541\n", - "fullness index: 0.40606428187934396\n", - "7542\n", - "fullness index: 0.3600129990372807\n", - "7543\n", - "fullness index: 0.4695443995323634\n", - "7544\n", - "fullness index: 0.19940327329211208\n", - "7545\n", - "fullness index: 0.531859937222828\n", - "7546\n", - "fullness index: 0.3173946996568702\n", - "7547\n", - "fullness index: 0.36691188931296714\n", - "7548\n", - "fullness index: 0.33638342658274006\n", - "7549\n", - "fullness index: 0.35456979802111166\n", - "7550\n", - "fullness index: 0.35415740235184784\n", - "7551\n", - "fullness index: 0.4828740539111631\n", - "7552\n", - "fullness index: 0.27206980646636375\n", - "7553\n", - "fullness index: 0.3710358001429313\n", - "7554\n", - "fullness index: 0.3654611928820868\n", - "7555\n", - "fullness index: 0.519500729430795\n", - "7556\n", - "fullness index: 0.37801618647225155\n", - "7557\n", - "fullness index: 0.22186071425468462\n", - "7558\n", - "fullness index: 0.29957216209651316\n", - "7559\n", - "fullness index: 0.29449141586163324\n", - "7560\n", - "fullness index: 0.3925992626035096\n", - "7561\n", - "fullness index: 0.16927900027712894\n", - "7562\n", - "fullness index: 0.17467366659659295\n", - "7563\n", - "fullness index: 0.178623000981848\n", - "7564\n", - "fullness index: 0.43789976941940373\n", - "7565\n", - "fullness index: 0.2554862822403915\n", - "7566\n", - "fullness index: 0.3708702006835665\n", - "7567\n", - "fullness index: 0.40499243296536536\n", - "7568\n", - "fullness index: 0.3434776684431805\n", - "7569\n", - "fullness index: 0.29327621490509564\n", - "7570\n", - "fullness index: 0.33978200218160737\n", - "7571\n", - "fullness index: 0.26692214280982235\n", - "7572\n", - "fullness index: 0.2638838024024153\n", - "7573\n", - "fullness index: 0.16523499928631022\n", - "7574\n", - "fullness index: 0.5546190542226017\n", - "7575\n", - "fullness index: 0.3214459419256908\n", - "7576\n", - "fullness index: 0.38811474897374865\n", - "7577\n", - "fullness index: 0.4042315723415543\n", - "7578\n", - "fullness index: 0.3038097511839623\n", - "7579\n", - "fullness index: 0.46516044306417564\n", - "7580\n", - "fullness index: 0.41560945288296874\n", - "7581\n", - "fullness index: 0.3757335891853419\n", - "7582\n", - "fullness index: 0.13121750094396703\n", - "7583\n", - "fullness index: 0.21318810932795412\n", - "7584\n", - "fullness index: 0.4097804053628002\n", - "7585\n", - "fullness index: 0.2764602229185079\n", - "7586\n", - "fullness index: 0.27585855670420445\n", - "7587\n", - "fullness index: 0.33990111115215565\n", - "7588\n", - "fullness index: 0.5196516667892865\n", - "7589\n", - "fullness index: 0.309204713481969\n", - "7590\n", - "fullness index: 0.2459022310253763\n", - "7591\n", - "fullness index: 0.2802598003829189\n", - "7592\n", - "fullness index: 0.19046314168372191\n", - "7593\n", - "fullness index: 0.43672169173637837\n", - "7594\n", - "fullness index: 0.5277643768069196\n", - "7595\n", - "fullness index: 0.29715837297135295\n", - "7596\n", - "fullness index: 0.4142505008028138\n", - "7597\n", - "fullness index: 0.38599866619991496\n", - "7598\n", - "fullness index: 0.3704055005779082\n", - "7599\n", - "fullness index: 0.22132057152832985\n", - "7600\n", - "fullness index: 0.4799838172282514\n", - "7601\n", - "fullness index: 0.29292528477682417\n", - "7602\n", - "fullness index: 0.32607625115042543\n", - "7603\n", - "fullness index: 0.32021384663025504\n", - "7604\n", - "fullness index: 0.3070590914406983\n", - "7605\n", - "fullness index: 0.4510936684002647\n", - "7606\n", - "fullness index: 0.5754040977488329\n", - "7607\n", - "fullness index: 0.2564411448789282\n", - "7608\n", - "fullness index: 0.407062415666809\n", - "7609\n", - "fullness index: 0.5822458439608071\n", - "7610\n", - "fullness index: 0.516807105492992\n", - "7611\n", - "fullness index: 0.35937209653731417\n", - "7612\n", - "fullness index: 0.5109508773239213\n", - "7613\n", - "fullness index: 0.3898633740436708\n", - "7614\n", - "fullness index: 0.3547669026425865\n", - "7615\n", - "fullness index: 0.39877566852919694\n", - "7616\n", - "fullness index: 0.4795411873672796\n", - "7617\n", - "fullness index: 0.2313610987394782\n", - "7618\n", - "fullness index: 0.5753797771412792\n", - "7619\n", - "fullness index: 0.35589779844740405\n", - "7620\n", - "fullness index: 0.3979551984593172\n", - "7621\n", - "fullness index: 0.35339600232206675\n", - "7622\n", - "fullness index: 0.39773549958226795\n", - "7623\n", - "fullness index: 0.5303811191147577\n", - "7624\n", - "fullness index: 0.20974858942880767\n", - "7625\n", - "fullness index: 0.4319875997112831\n", - "7626\n", - "fullness index: 0.38198015654835704\n", - "7627\n", - "fullness index: 0.3404922484907047\n", - "7628\n", - "fullness index: 0.24555889442461576\n", - "7629\n", - "fullness index: 0.2345649998915178\n", - "7630\n", - "fullness index: 0.3429985006417458\n", - "7631\n", - "fullness index: 0.31121223619051946\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7632\n", - "fullness index: 0.43982885938126853\n", - "7633\n", - "fullness index: 0.39545888941478957\n", - "7634\n", - "fullness index: 0.4114201991327718\n", - "7635\n", - "fullness index: 0.27907757083136986\n", - "7636\n", - "fullness index: 0.3324967685599894\n", - "7637\n", - "fullness index: 0.488861147600683\n", - "7638\n", - "fullness index: 0.36917066660721\n", - "7639\n", - "fullness index: 0.3377823342064706\n", - "7640\n", - "fullness index: 0.3930575004154946\n", - "7641\n", - "fullness index: 0.35281888124482336\n", - "7642\n", - "fullness index: 0.2908574089743493\n", - "7643\n", - "fullness index: 0.3906499995035423\n", - "7644\n", - "fullness index: 0.20306260172656038\n", - "7645\n", - "fullness index: 0.4559947523545513\n", - "7646\n", - "fullness index: 0.1839750695033737\n", - "7647\n", - "fullness index: 0.24328535923094022\n", - "7648\n", - "fullness index: 0.13937166831461428\n", - "7649\n", - "fullness index: 0.3593215054594718\n", - "7650\n", - "fullness index: 0.38039928607518697\n", - "7651\n", - "fullness index: 0.2152781114519813\n", - "7652\n", - "fullness index: 0.4269162494015291\n", - "7653\n", - "fullness index: 0.3798759570503455\n", - "7654\n", - "fullness index: 0.32819270326326294\n", - "7655\n", - "fullness index: 0.2404428465592201\n", - "7656\n", - "fullness index: 0.2959768338948834\n", - "7657\n", - "fullness index: 0.2200094008292581\n", - "7658\n", - "fullness index: 0.4059212042590203\n", - "7659\n", - "fullness index: 0.3189618886104322\n", - "7660\n", - "fullness index: 0.43254395912909327\n", - "7661\n", - "fullness index: 0.3350193335372751\n", - "7662\n", - "fullness index: 0.26213887438279926\n", - "7663\n", - "fullness index: 0.3114245004217082\n", - "7664\n", - "fullness index: 0.1408244161282255\n", - "7665\n", - "fullness index: 0.3552182725252351\n", - "7666\n", - "fullness index: 0.19431733317408845\n", - "7667\n", - "fullness index: 0.2072642135997041\n", - "7668\n", - "fullness index: 0.2868521254231382\n", - "7669\n", - "fullness index: 0.4905065962848311\n", - "7670\n", - "fullness index: 0.224718250135993\n", - "7671\n", - "fullness index: 0.2648952495733662\n", - "7672\n", - "fullness index: 0.18561466627943446\n", - "7673\n", - "fullness index: 0.45961620843843326\n", - "7674\n", - "fullness index: 0.38530899867419066\n", - "7675\n", - "fullness index: 0.25286440041381864\n", - "7676\n", - "fullness index: 0.39960611149500536\n", - "7677\n", - "fullness index: 0.13548512612578634\n", - "7678\n", - "fullness index: 0.234998572617347\n", - "7679\n", - "fullness index: 0.5158943960286401\n", - "7680\n", - "fullness index: 0.3024819991613705\n", - "7681\n", - "fullness index: 0.5420828589909042\n", - "7682\n", - "fullness index: 0.17429900019730363\n", - "7683\n", - "fullness index: 0.3364830006588428\n", - "7684\n", - "fullness index: 0.2383098754133357\n", - "7685\n", - "fullness index: 0.37721031511271\n", - "7686\n", - "fullness index: 0.3637632939793454\n", - "7687\n", - "fullness index: 0.3740065393916377\n", - "7688\n", - "fullness index: 0.2939160007857027\n", - "7689\n", - "fullness index: 0.25878615718808734\n", - "7690\n", - "fullness index: 0.3113678316876379\n", - "7691\n", - "fullness index: 0.3521092502396641\n", - "7692\n", - "fullness index: 0.2587012494559531\n", - "7693\n", - "fullness index: 0.30776544332103284\n", - "7694\n", - "fullness index: 0.3976224066191669\n", - "7695\n", - "fullness index: 0.32019455659974483\n", - "7696\n", - "fullness index: 0.4783748310005462\n", - "7697\n", - "fullness index: 0.3043991439386998\n", - "7698\n", - "fullness index: 0.17764771451064526\n", - "7699\n", - "fullness index: 0.3123584987822028\n", - "7700\n", - "fullness index: 0.2916283747559021\n", - "7701\n", - "fullness index: 0.28273269874371176\n", - "7702\n", - "fullness index: 0.3156426238165295\n", - "7703\n", - "fullness index: 0.34452640648976285\n", - "7704\n", - "fullness index: 0.3570818885608686\n", - "7705\n", - "fullness index: 0.20356525171746398\n", - "7706\n", - "fullness index: 0.39234272234211354\n", - "7707\n", - "fullness index: 0.31172624921237\n", - "7708\n", - "fullness index: 0.4229928749325609\n", - "7709\n", - "fullness index: 0.4937183205392491\n", - "7710\n", - "fullness index: 0.3613788321256379\n", - "7711\n", - "fullness index: 0.3272402499473174\n", - "7712\n", - "fullness index: 0.06339439985385979\n", - "7713\n", - "fullness index: 0.05250870008267157\n", - "7714\n", - "fullness index: 0.08370738133557357\n", - "7715\n", - "fullness index: 0.09479682831656788\n", - "7716\n", - "fullness index: 0.09810207132750293\n", - "7717\n", - "fullness index: 0.2373616655168007\n", - "7718\n", - "fullness index: 0.20810566506891823\n", - "7719\n", - "fullness index: 0.40038679860602616\n", - "7720\n", - "fullness index: 0.01981633329705801\n", - "7721\n", - "fullness index: 0.45113454996543395\n", - "7722\n", - "fullness index: 0.16221080072573385\n", - "7723\n", - "fullness index: 0.20811550207963592\n", - "7724\n", - "fullness index: 0.31294300039007794\n", - "7725\n", - "fullness index: 0.2519263489324658\n", - "7726\n", - "fullness index: 0.24629485802854234\n", - "7727\n", - "fullness index: 0.19375939969413591\n", - "7728\n", - "fullness index: 0.10990719988512865\n", - "7729\n", - "fullness index: 0.12572021476268802\n", - "7730\n", - "fullness index: 0.28723055573229633\n", - "7731\n", - "fullness index: 0.2215983337361346\n", - "7732\n", - "fullness index: 0.2771545220259174\n", - "7733\n", - "fullness index: 0.2965023349970579\n", - "7734\n", - "fullness index: 0.45399338394502836\n", - "7735\n", - "fullness index: 0.3140254544666112\n", - "7736\n", - "fullness index: 0.48562134976901916\n", - "7737\n", - "fullness index: 0.3540095353178826\n", - "7738\n", - "fullness index: 0.18711979806248563\n", - "7739\n", - "fullness index: 0.3034727993047568\n", - "7740\n", - "fullness index: 0.16255650139885347\n", - "7741\n", - "fullness index: 0.35345759920310227\n", - "7742\n", - "fullness index: 0.1986161421984889\n", - "7743\n", - "fullness index: 0.0048725001979619265\n", - "7744\n", - "fullness index: 0.38465739962412043\n", - "7745\n", - "fullness index: 0.004903333120940563\n", - "7746\n", - "fullness index: 0.14900450030199863\n", - "7747\n", - "fullness index: 0.012824000163254823\n", - "7748\n", - "fullness index: 0.2762871244608505\n", - "7749\n", - "fullness index: 0.45332560010529527\n", - "7750\n", - "fullness index: 0.3119888756891669\n", - "7751\n", - "fullness index: 0.4793968545055577\n", - "7752\n", - "fullness index: 0.355043375002424\n", - "7753\n", - "fullness index: 0.3118751807769203\n", - "7754\n", - "fullness index: 0.17541679891292006\n", - "7755\n", - "fullness index: 0.3133382002277358\n", - "7756\n", - "fullness index: 0.16363540166639723\n", - "7757\n", - "fullness index: 0.2143077789560266\n", - "7758\n", - "fullness index: 0.3825266661131555\n", - "7759\n", - "fullness index: 0.1142975007419409\n", - "7760\n", - "fullness index: 0.051581142770471294\n", - "7761\n", - "fullness index: 0.016524249924259493\n", - "7762\n", - "fullness index: 0.020408143110606552\n", - "7763\n", - "fullness index: 0.22514390038431883\n", - "7764\n", - "fullness index: 0.38016894686845465\n", - "7765\n", - "fullness index: 0.136113222299577\n", - "7766\n", - "fullness index: 0.35577818383549953\n", - "7767\n", - "fullness index: 0.1522949196690479\n", - "7768\n", - "fullness index: 0.16133799898850043\n", - "7769\n", - "fullness index: 0.17047272802388266\n", - "7770\n", - "fullness index: 0.21902088792234686\n", - "7771\n", - "fullness index: 0.3095092508738162\n", - "7772\n", - "fullness index: 0.1064234987279633\n", - "7773\n", - "fullness index: 0.18600312472412384\n", - "7774\n", - "fullness index: 0.30273549904075026\n", - "7775\n", - "fullness index: 0.3068334993405518\n", - "7776\n", - "fullness index: 0.25071815901985345\n", - "7777\n", - "fullness index: 0.1396020011060399\n", - "7778\n", - "fullness index: 0.2094118587369199\n", - "7779\n", - "fullness index: 0.3441023118779185\n", - "7780\n", - "fullness index: 0.29003690471325255\n", - "7781\n", - "fullness index: 0.28499999818905053\n", - "7782\n", - "fullness index: 0.15382889983008\n", - "7783\n", - "fullness index: 0.2909193325746973\n", - "7784\n", - "fullness index: 0.21095962507772015\n", - "7785\n", - "fullness index: 0.3298230339444747\n", - "7786\n", - "fullness index: 0.27539076795955436\n", - "7787\n", - "fullness index: 0.13613771527837212\n", - "7788\n", - "fullness index: 0.329231599935459\n", - "7789\n", - "fullness index: 0.1981462862900766\n", - "7790\n", - "fullness index: 0.2432137504347338\n", - "7791\n", - "fullness index: 0.24286787626616047\n", - "7792\n", - "fullness index: 0.09981038499727919\n", - "7793\n", - "fullness index: 0.19467337511082408\n", - "7794\n", - "fullness index: 0.35204919973621146\n", - "7795\n", - "fullness index: 0.15092216604292238\n", - "7796\n", - "fullness index: 0.13617650118495325\n", - "7797\n", - "fullness index: 0.18932133356025183\n", - "7798\n", - "fullness index: 0.3189935709233396\n", - "7799\n", - "fullness index: 0.33424763037056726\n", - "7800\n", - "fullness index: 0.17110436412589147\n", - "7801\n", - "fullness index: 0.04201716644820408\n", - "7802\n", - "fullness index: 0.31572280275431697\n", - "7803\n", - "fullness index: 0.17123609014040334\n", - "7804\n", - "fullness index: 0.21122928661705892\n", - "7805\n", - "fullness index: 0.4693305873433533\n", - "7806\n", - "fullness index: 0.20138766579153372\n", - "7807\n", - "fullness index: 0.18166355640763263\n", - "7808\n", - "fullness index: 0.244514604145661\n", - "7809\n", - "fullness index: 0.2933083984069526\n", - "7810\n", - "fullness index: 0.2726488333901216\n", - "7811\n", - "fullness index: 0.40885581495199913\n", - "7812\n", - "fullness index: 0.4621171086489792\n", - "7813\n", - "fullness index: 0.5385452051697598\n", - "7814\n", - "fullness index: 0.33611066462860134\n", - "7815\n", - "fullness index: 0.3656175009291379\n", - "7816\n", - "fullness index: 0.4226695822289912\n", - "7817\n", - "fullness index: 0.1553821997297405\n", - "7818\n", - "fullness index: 0.3656353357291664\n", - "7819\n", - "fullness index: 0.25869166624033824\n", - "7820\n", - "fullness index: 0.2741064346924838\n", - "7821\n", - "fullness index: 0.21447923053473844\n", - "7822\n", - "fullness index: 0.40082632466574397\n", - "7823\n", - "fullness index: 0.2065358568099782\n", - "7824\n", - "fullness index: 0.22173628650265137\n", - "7825\n", - "fullness index: 0.2571836244396337\n", - "7826\n", - "fullness index: 0.14087624930592332\n", - "7827\n", - "fullness index: 0.16953733312972946\n", - "7828\n", - "fullness index: 0.20085427300091396\n", - "7829\n", - "fullness index: 0.16879183279581866\n", - "7830\n", - "fullness index: 0.38521311140555603\n", - "7831\n", - "fullness index: 0.3621976388957674\n", - "7832\n", - "fullness index: 0.45868188779463204\n", - "7833\n", - "fullness index: 0.23973250015711123\n", - "7834\n", - "fullness index: 0.17185200079216478\n", - "7835\n", - "fullness index: 0.27487127422318736\n", - "7836\n", - "fullness index: 0.28433861609846645\n", - "7837\n", - "fullness index: 0.5702322265794713\n", - "7838\n", - "fullness index: 0.16937811320450338\n", - "7839\n", - "fullness index: 0.3868404006514538\n", - "7840\n", - "fullness index: 0.3500661517961047\n", - "7841\n", - "fullness index: 0.19339249917067036\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7842\n", - "fullness index: 0.3592010011987654\n", - "7843\n", - "fullness index: 0.2536596646750695\n", - "7844\n", - "fullness index: 0.4110087238444696\n", - "7845\n", - "fullness index: 0.35698155535404413\n", - "7846\n", - "fullness index: 0.3731225001147456\n", - "7847\n", - "fullness index: 0.44824836885814684\n", - "7848\n", - "fullness index: 0.3988291657636485\n", - "7849\n", - "fullness index: 0.3570946641775663\n", - "7850\n", - "fullness index: 0.4927561375096711\n", - "7851\n", - "fullness index: 0.4464278648100279\n", - "7852\n", - "fullness index: 0.33700818095770624\n", - "7853\n", - "fullness index: 0.3505455442725427\n", - "7854\n", - "fullness index: 0.5327517516308944\n", - "7855\n", - "fullness index: 0.18091135701175584\n", - "7856\n", - "fullness index: 0.17699166696790294\n", - "7857\n", - "fullness index: 0.4982848967008305\n", - "7858\n", - "fullness index: 0.14374911103065338\n", - "7859\n", - "fullness index: 0.16231958241390507\n", - "7860\n", - "fullness index: 0.3202761233005731\n", - "7861\n", - "fullness index: 0.2234119984638407\n", - "7862\n", - "fullness index: 0.5546171759505181\n", - "7863\n", - "fullness index: 0.22831362496964402\n", - "7864\n", - "fullness index: 0.5420560611762577\n", - "7865\n", - "fullness index: 0.4939938121483464\n", - "7866\n", - "fullness index: 0.39146112288194956\n", - "7867\n", - "fullness index: 0.25343279596826174\n", - "7868\n", - "fullness index: 0.15052516646753134\n", - "7869\n", - "fullness index: 0.5018542863338682\n", - "7870\n", - "fullness index: 0.3752410017903977\n", - "7871\n", - "fullness index: 0.4455156668380672\n", - "7872\n", - "fullness index: 0.37394610980653753\n", - "7873\n", - "fullness index: 0.49224210904392546\n", - "7874\n", - "fullness index: 0.26763884995830267\n", - "7875\n", - "fullness index: 0.46201394939361085\n", - "7876\n", - "fullness index: 0.1869538895108336\n", - "7877\n", - "fullness index: 0.3943673350327622\n", - "7878\n", - "fullness index: 0.2834234252359238\n", - "7879\n", - "fullness index: 0.14628499987338728\n", - "7880\n", - "fullness index: 0.28026091574853734\n", - "7881\n", - "fullness index: 0.4850102149977065\n", - "7882\n", - "fullness index: 0.42059915214625876\n", - "7883\n", - "fullness index: 0.4500785824273738\n", - "7884\n", - "fullness index: 0.31229885850708733\n", - "7885\n", - "fullness index: 0.14781187475273327\n", - "7886\n", - "fullness index: 0.18284359976055384\n", - "7887\n", - "fullness index: 0.5003821668565757\n", - "7888\n", - "fullness index: 0.36079207391337215\n", - "7889\n", - "fullness index: 0.2932650031260891\n", - "7890\n", - "fullness index: 0.24874700148924944\n", - "7891\n", - "fullness index: 0.32107528594806517\n", - "7892\n", - "fullness index: 0.36490834989507315\n", - "7893\n", - "fullness index: 0.4039527567409328\n", - "7894\n", - "fullness index: 0.3943451002225629\n", - "7895\n", - "fullness index: 0.2637162504782964\n", - "7896\n", - "fullness index: 0.14094999918961548\n", - "7897\n", - "fullness index: 0.4336895651595509\n", - "7898\n", - "fullness index: 0.3525517014306388\n", - "7899\n", - "fullness index: 0.5158895444116242\n", - "7900\n", - "fullness index: 0.32866273420853154\n", - "7901\n", - "fullness index: 0.2721172724109651\n", - "7902\n", - "fullness index: 0.4906123350942835\n", - "7903\n", - "fullness index: 0.48633042226720136\n", - "7904\n", - "fullness index: 0.4487635494926156\n", - "7905\n", - "fullness index: 0.4702043733025789\n", - "7906\n", - "fullness index: 0.5000946869555918\n", - "7907\n", - "fullness index: 0.37908975151731283\n", - "7908\n", - "fullness index: 0.4675857405425008\n", - "7909\n", - "fullness index: 0.46101962903890126\n", - "7910\n", - "fullness index: 0.3331043122937558\n", - "7911\n", - "fullness index: 0.5069438764919975\n", - "7912\n", - "fullness index: 0.2452930704432999\n", - "7913\n", - "fullness index: 0.2822272953036351\n", - "7914\n", - "fullness index: 0.48071980226159206\n", - "7915\n", - "fullness index: 0.3015836001446587\n", - "7916\n", - "fullness index: 0.39609276343167843\n", - "7917\n", - "fullness index: 0.31930723452098714\n", - "7918\n", - "fullness index: 0.281229201577662\n", - "7919\n", - "fullness index: 0.6124247666053028\n", - "7920\n", - "fullness index: 0.4343679514316832\n", - "7921\n", - "fullness index: 0.18504742845626815\n", - "7922\n", - "fullness index: 0.2505455981736304\n", - "7923\n", - "fullness index: 0.3419314465087761\n", - "7924\n", - "fullness index: 0.18033957268146747\n", - "7925\n", - "fullness index: 0.1121526010450907\n", - "7926\n", - "fullness index: 0.16976633265827937\n", - "7927\n", - "fullness index: 0.14890720089897513\n", - "7928\n", - "fullness index: 0.30946980056008516\n", - "7929\n", - "fullness index: 0.190941500124349\n", - "7930\n", - "fullness index: 0.19226033294398803\n", - "7931\n", - "fullness index: 0.3504053758816553\n", - "7932\n", - "fullness index: 0.17558716665352372\n", - "7933\n", - "fullness index: 0.11490545515830904\n", - "7934\n", - "fullness index: 0.24634880016383248\n", - "7935\n", - "fullness index: 0.19413881741308037\n", - "7936\n", - "fullness index: 0.24039403935428708\n", - "7937\n", - "fullness index: 0.2665094000287354\n", - "7938\n", - "fullness index: 0.227822667661106\n", - "7939\n", - "fullness index: 0.2916005018796568\n", - "7940\n", - "fullness index: 0.40908285987422194\n", - "7941\n", - "fullness index: 0.10422812486285693\n", - "7942\n", - "fullness index: 0.2043482847179153\n", - "7943\n", - "fullness index: 0.2716981434689712\n", - "7944\n", - "fullness index: 0.21205500024855914\n", - "7945\n", - "fullness index: 0.25613049915611036\n", - "7946\n", - "fullness index: 0.3203786665952066\n", - "7947\n", - "fullness index: 0.12596600031274804\n", - "7948\n", - "fullness index: 0.3003193813215798\n", - "7949\n", - "fullness index: 0.2617859991005389\n", - "7950\n", - "fullness index: 0.21812999866597238\n", - "7951\n", - "fullness index: 0.24437599876243135\n", - "7952\n", - "fullness index: 0.373740409180102\n", - "7953\n", - "fullness index: 0.264912500146238\n", - "7954\n", - "fullness index: 0.22819187585855616\n", - "7955\n", - "fullness index: 0.30076022912810285\n", - "7956\n", - "fullness index: 0.2671293157015055\n", - "7957\n", - "fullness index: 0.3515220018328234\n", - "7958\n", - "fullness index: 0.07967916591629395\n", - "7959\n", - "fullness index: 0.3586595997634428\n", - "7960\n", - "fullness index: 0.4510296502237225\n", - "7961\n", - "fullness index: 0.20489688790500318\n", - "7962\n", - "fullness index: 0.23648777653660444\n", - "7963\n", - "fullness index: 0.33261699971171765\n", - "7964\n", - "fullness index: 0.21305712341563776\n", - "7965\n", - "fullness index: 0.19722416738901907\n", - "7966\n", - "fullness index: 0.2546872849200424\n", - "7967\n", - "fullness index: 0.3478735745094517\n", - "7968\n", - "fullness index: 0.27111683261561365\n", - "7969\n", - "fullness index: 0.3555835489059973\n", - "7970\n", - "fullness index: 0.30359590971718053\n", - "7971\n", - "fullness index: 0.4131858748532977\n", - "7972\n", - "fullness index: 0.12897700007833918\n", - "7973\n", - "fullness index: 0.32379600005378956\n", - "7974\n", - "fullness index: 0.42422615761200116\n", - "7975\n", - "fullness index: 0.30700199773735093\n", - "7976\n", - "fullness index: 0.25571700008308085\n", - "7977\n", - "fullness index: 0.23565820172661917\n", - "7978\n", - "fullness index: 0.42486033230735004\n", - "7979\n", - "fullness index: 0.23499090910957998\n", - "7980\n", - "fullness index: 0.1791700008107\n", - "7981\n", - "fullness index: 0.4130226892766557\n", - "7982\n", - "fullness index: 0.29970991481439074\n", - "7983\n", - "fullness index: 0.306565874361695\n", - "7984\n", - "fullness index: 0.4751505011372501\n", - "7985\n", - "fullness index: 0.2643653871658413\n", - "7986\n", - "fullness index: 0.041424888540455465\n", - "7987\n", - "fullness index: 0.07292585751201841\n", - "7988\n", - "fullness index: 0.1484501659936844\n", - "7989\n", - "fullness index: 0.21751372822737639\n", - "7990\n", - "fullness index: 0.3340667489188718\n", - "7991\n", - "fullness index: 0.015148249785852386\n", - "7992\n", - "fullness index: 0.23031479929250054\n", - "7993\n", - "fullness index: 0.1818206990028557\n", - "7994\n", - "fullness index: 0.19817466574265077\n", - "7995\n", - "fullness index: 0.1893578873822182\n", - "7996\n", - "fullness index: 0.03644833304497297\n", - "7997\n", - "fullness index: 0.22484700155161721\n", - "Wall time: 4min 31s\n" - ] - } - ], - "source": [ - "%%time\n", - "\n", - "with rasterio.open(built_up_layer) as src:\n", - " pixelSizeX, pixelSizeY = src.res\n", - " # print(pixelSizeX, pixelSizeY)\n", - " pixel_area = 250**2\n", - "\n", - " input_shapes_gpd = gpd.read_file(shpName)\n", - "\n", - " # psuedocode\n", - " # For each Shape:\n", - " # Select all built-up pixels that are mostly within shape\n", - " # Area of shape = sum of all pixels * area of each pixel\n", - " # Built-up Area = (sum pixel value of each pixel) / 100\n", - " # Fullness index = Built-up Area / Area of Shape\n", - "\n", - " # for entry in input_shapes_gpd.head(5).iterrows():\n", - " for entry in input_shapes_gpd.iterrows():\n", - " print(entry[0])\n", - " # print(row[1]['geometry'])\n", - "\n", - " # extract the geometry in GeoJSON format\n", - " geometry = entry[1][\"geometry\"] # list of shapely geometries\n", - " # geometry = geoms[0] # shapely geometry\n", - " geoms = [mapping(geometry)]\n", - "\n", - " # extract the raster values values within the polygon\n", - " out_image, out_transform = mask(src, geoms, crop=True, nodata=-9999.0)\n", - " data = out_image[0, :, :]\n", - "\n", - " row, col = np.where(data != -9999.0)\n", - " val = np.extract(data != -9999.0, data)\n", - "\n", - " T1 = out_transform * Affine.translation(0.5, 0.5) # reference the pixel centre\n", - " rc2xy = lambda r, c: (c, r) * T1\n", - "\n", - " d = gpd.GeoDataFrame({\"col\": col, \"row\": row, \"val\": val})\n", - "\n", - " # coordinate transformation\n", - " d[\"x\"] = d.apply(lambda row: rc2xy(row.row, row.col)[0], axis=1)\n", - " d[\"y\"] = d.apply(lambda row: rc2xy(row.row, row.col)[1], axis=1)\n", - "\n", - " # geometry\n", - " d[\"geometry\"] = d.apply(lambda row: Point(row[\"x\"], row[\"y\"]), axis=1)\n", - "\n", - " # Area of shape = sum of all pixels * area of each pixel\n", - " area_of_shape = pixel_area * d.count()[0]\n", - " # Built-up Area = (sum pixel value of each pixel) / 100\n", - " d2 = d.val / 100\n", - " built_up = sum(d2) * pixel_area\n", - " # Fullness index = Built-up Area / Area of Shape\n", - " fullness_index = built_up / area_of_shape\n", - " print(f\"fullness index: {fullness_index}\")\n", - "\n", - " # creates a temporary GDF for just the row's shape\n", - " temp_gdf = input_shapes_gpd.iloc[[entry[0]]]\n", - "\n", - " # print(\"print temp_gdf\")\n", - " # print(temp_gdf)\n", - "\n", - " # Put all metrics in a DataFrame\n", - " metrics_scalar = {}\n", - " metrics_scalar[\"fullness_index\"] = [fullness_index]\n", - " metrics_df = pd.DataFrame(metrics_scalar)\n", - "\n", - " # print(\"print metrics_scalar\")\n", - " # print(metrics_scalar)\n", - "\n", - " # and concatinate it with the row's shape\n", - " new_temp_gdf = pd.concat([temp_gdf.reset_index(drop=True), metrics_df], axis=1)\n", - "\n", - " # print(\"print new_temp_gdf\")\n", - " # print(new_temp_gdf)\n", - " # print(entry[0])\n", - " # put the results of each row into a new DataFrame\n", - " if entry[0] == 0:\n", - " print(\"new_temp_gdf\")\n", - " output_new_temp_gdf = new_temp_gdf\n", - " else:\n", - " output_new_temp_gdf = output_new_temp_gdf.append(\n", - " new_temp_gdf, ignore_index=True\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 66, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "\n", - "Name: World_Mollweide\n", - "Axis Info [cartesian]:\n", - "- [east]: Easting (metre)\n", - "- [north]: Northing (metre)\n", - "Area of Use:\n", - "- undefined\n", - "Coordinate Operation:\n", - "- name: unnamed\n", - "- method: Mollweide\n", - "Datum: World Geodetic System 1984\n", - "- Ellipsoid: WGS 84\n", - "- Prime Meridian: Greenwich" - ] - }, - "execution_count": 66, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "output_new_temp_gdf.crs" - ] - }, - { - "cell_type": "code", - "execution_count": 67, - "metadata": {}, - "outputs": [], - "source": [ - "# make the GeoDataFrame unprojected\n", - "output_new_temp_gdf = output_new_temp_gdf.to_crs(\"epsg:4326\")" - ] - }, - { - "cell_type": "code", - "execution_count": 68, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometryfullness_index
020385213.978912NoneNonePOLYGON ((28.77793 55.91414, 28.82094 55.91414...0.178494
123558086.003265NoneNonePOLYGON ((27.94342 55.81376, 27.95774 55.81376...0.151693
2269112046.157654NoneNonePOLYGON ((27.02823 55.65336, 27.08535 55.65336...0.260245
3275311929.881653NoneNonePOLYGON ((27.60467 55.63333, 27.64749 55.63333...0.242271
43060115285.056396NoneNonePOLYGON ((28.66157 55.57325, 28.67583 55.57325...0.278147
.....................
7993326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((105.12725 54.81515, 105.18361 54.815...0.181821
79942820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((109.32656 55.65336, 109.36940 55.653...0.198175
7995188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((107.47868 56.19569, 107.49308 56.195...0.189358
7996155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((116.09091 56.33675, 116.10535 56.336...0.036448
7997555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((129.66321 61.92831, 129.67924 61.928...0.224847
\n", - "

7998 rows × 6 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7993 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7994 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7995 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7996 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7997 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry fullness_index \n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... 0.178494 \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... 0.151693 \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... 0.260245 \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... 0.242271 \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... 0.278147 \n", - "... ... ... \n", - "7993 POLYGON ((105.12725 54.81515, 105.18361 54.815... 0.181821 \n", - "7994 POLYGON ((109.32656 55.65336, 109.36940 55.653... 0.198175 \n", - "7995 POLYGON ((107.47868 56.19569, 107.49308 56.195... 0.189358 \n", - "7996 POLYGON ((116.09091 56.33675, 116.10535 56.336... 0.036448 \n", - "7997 POLYGON ((129.66321 61.92831, 129.67924 61.928... 0.224847 \n", - "\n", - "[7998 rows x 6 columns]" - ] - }, - "execution_count": 68, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "output_new_temp_gdf" - ] - }, - { - "cell_type": "code", - "execution_count": 69, - "metadata": {}, - "outputs": [], - "source": [ - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_FUAs_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"" - ] - }, - { - "cell_type": "code", - "execution_count": 70, - "metadata": {}, - "outputs": [], - "source": [ - "# save as CSV\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_russia_urban_metrics_100k_fullness.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_FUAs_fullness.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_fullness.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_all_fullness.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_wo_rus_urban_metrics_urban_extents_all_fullness.csv\")\n", - "output_new_temp_gdf.to_csv(output + r\"\\all_urban_metrics_5k_up_fullness.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 71, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "total time to process: 274.2080020904541\n" - ] - } - ], - "source": [ - "print(f\"total time to process: {time.time()-start_time}\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "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.7.1" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Shape.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Shape.ipynb deleted file mode 100644 index 44b38f6..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Shape.ipynb +++ /dev/null @@ -1,25323 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate Urban Metrics: Shape" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import time" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.local/lib/python3.7/site-packages/pandas/compat/_optional.py:138: UserWarning: Pandas requires version '2.7.0' or newer of 'numexpr' (version '2.6.8' currently installed).\n", - " warnings.warn(msg, UserWarning)\n" - ] - } - ], - "source": [ - "import pandas as pd\n", - "import geopandas as gpd\n", - "import math" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 43, - "metadata": {}, - "outputs": [], - "source": [ - "# Get reference to GOSTNets\n", - "sys.path.append(r\"C:\\repos\\INFRA_SAP\")\n", - "from infrasap.urban_metrics import *" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "metadata": {}, - "outputs": [], - "source": [ - "start_time = time.time()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## To-do\n", - "### Calculate for Central Asia\n", - "Kazakhstan, Kyrgystan, Tajikistan, Afghanistan, Turkmenistan, and Uzbekistan\n", - "### Calculate for ECA (https://www.hurriyetdailynews.com/world-bank-updates-gdp-forecast-for-europe-central-asia-158933)\n", - "Afghanistan, Albania, Armenia, Azerbaijan, Belarus, Bosnia and Herzegovina, Bulgaria, Croatia, Georgia, Kazakhstan, Kosovo, Kyrgyzstan, Moldova, Montenegro, North Macedonia, Poland, Romania, Serbia, Tajikistan, Turkey, Turkmenistan, Ukraine, Russia, Hungry, and Uzbekistan." - ] - }, - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [], - "source": [ - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\russia_urban_extents_merged_4326.shp\"\n", - "\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\sample_shps_3.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UBZ_only_FUAs2_geom_fixed.shp\"\n", - "# shpName = r\"C:\\repos\\GOST_Urban\\Notebooks\\Implementations\\eca_wo_rus_urban_clusters_ghs_pop_smooth_100k_4326_2.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_4326_geom_fixed_greater_50k.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_4326_geom_fixed.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\ECA_wo_rus_urban_extents\\eca_wo_rus_built_up_extents_4326.shp\"\n", - "shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_clusters_5k_up_4326.shp\"" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [], - "source": [ - "# import extent\n", - "input_shapes_gpd = gpd.read_file(shpName)" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [], - "source": [ - "# input_shapes_gpd" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "\n", - "Name: WGS 84\n", - "Axis Info [ellipsoidal]:\n", - "- Lat[north]: Geodetic latitude (degree)\n", - "- Lon[east]: Geodetic longitude (degree)\n", - "Area of Use:\n", - "- name: World\n", - "- bounds: (-180.0, -90.0, 180.0, 90.0)\n", - "Datum: World Geodetic System 1984\n", - "- Ellipsoid: WGS 84\n", - "- Prime Meridian: Greenwich" - ] - }, - "execution_count": 48, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# proj\n", - "# vars(input_shapes_gpd)\n", - "input_shapes_gpd._crs" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "\n", - "Name: WGS 84\n", - "Axis Info [ellipsoidal]:\n", - "- Lat[north]: Geodetic latitude (degree)\n", - "- Lon[east]: Geodetic longitude (degree)\n", - "Area of Use:\n", - "- name: World\n", - "- bounds: (-180.0, -90.0, 180.0, 90.0)\n", - "Datum: World Geodetic System 1984\n", - "- Ellipsoid: WGS 84\n", - "- Prime Meridian: Greenwich" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# make the GeoDataFrame unprojected\n", - "input_shapes_gpd = input_shapes_gpd.to_crs(\"epsg:4326\")\n", - "input_shapes_gpd._crs" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometry
020385213.978912NoneNonePOLYGON ((28.77793 55.91414, 28.82094 55.91414...
123558086.003265NoneNonePOLYGON ((27.94342 55.81376, 27.95774 55.81376...
2269112046.157654NoneNonePOLYGON ((27.02823 55.65336, 27.08535 55.65336...
3275311929.881653NoneNonePOLYGON ((27.60467 55.63333, 27.64749 55.63333...
43060115285.056396NoneNonePOLYGON ((28.66157 55.57325, 28.67583 55.57325...
..................
7993326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((105.12725 54.81515, 105.18361 54.815...
79942820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((109.32656 55.65336, 109.36940 55.653...
7995188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((107.47868 56.19569, 107.49308 56.195...
7996155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((116.09091 56.33675, 116.10535 56.336...
7997555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((129.66321 61.92831, 129.67924 61.928...
\n", - "

7998 rows × 5 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7993 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7994 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7995 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7996 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7997 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry \n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... \n", - "... ... \n", - "7993 POLYGON ((105.12725 54.81515, 105.18361 54.815... \n", - "7994 POLYGON ((109.32656 55.65336, 109.36940 55.653... \n", - "7995 POLYGON ((107.47868 56.19569, 107.49308 56.195... \n", - "7996 POLYGON ((116.09091 56.33675, 116.10535 56.336... \n", - "7997 POLYGON ((129.66321 61.92831, 129.67924 61.928... \n", - "\n", - "[7998 rows x 5 columns]" - ] - }, - "execution_count": 50, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_shapes_gpd" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [], - "source": [ - "start_time = time.time()" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [], - "source": [ - "# -------------------------------------\n", - "# SET UP TEMP WORKSPACE...\n", - "TempWS = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\Shape_Metrics_Temp\"\n", - "\n", - "# feature grid text file...\n", - "gridTxtFile = \"%s\\\\grid.txt\" % TempWS" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Loop through each urban extent and calculate its urban metrics. For each urban extent we will reproject it using the UTM zone it belongs in. Then at the end we will unproject it again." - ] - }, - { - "cell_type": "code", - "execution_count": 53, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0\n", - "print utm zone: 35\n", - "print r: 1383.3588210482546\n", - "1\n", - "print utm zone: 35\n", - "print r: 1694.0441659099426\n", - "2\n", - "print utm zone: 35\n", - "print r: 1785.6210716841833\n", - "3\n", - "print utm zone: 35\n", - "print r: 1597.1201023868887\n", - "4\n", - "print utm zone: 35\n", - "print r: 4225.8664605549575\n", - "5\n", - "print utm zone: 35\n", - "print r: 3830.1659519580217\n", - "6\n", - "print utm zone: 35\n", - "print r: 1873.5068561278742\n", - "7\n", - "print utm zone: 35\n", - "print r: 1693.914926038611\n", - "8\n", - "print utm zone: 35\n", - "print r: 1597.5252991269244\n", - "9\n", - "print utm zone: 35\n", - "print r: 1494.0401836552328\n", - "10\n", - "print utm zone: 36\n", - "print r: 5924.089588981103\n", - "11\n", - "print utm zone: 35\n", - "print r: 2186.8016920181803\n", - "12\n", - "print utm zone: 35\n", - "print r: 2327.993266999866\n", - "13\n", - "print utm zone: 35\n", - "print r: 1694.426299702213\n", - "14\n", - "print utm zone: 36\n", - "print r: 1494.1854396073065\n", - "15\n", - "print utm zone: 42\n", - "print r: 1693.8971241230831\n", - "16\n", - "print utm zone: 35\n", - "print r: 1493.8955269509456\n", - "17\n", - "print utm zone: 35\n", - "print r: 1872.706695895764\n", - "18\n", - "print utm zone: 35\n", - "print r: 2258.69030215062\n", - "19\n", - "print utm zone: 42\n", - "print r: 4689.931872135506\n", - "20\n", - "print utm zone: 35\n", - "print r: 1785.803434872844\n", - "21\n", - "print utm zone: 42\n", - "print r: 1872.5853080497725\n", - "22\n", - "print utm zone: 34\n", - "print r: 2259.180161551359\n", - "23\n", - "print utm zone: 34\n", - "print r: 1383.4351089313611\n", - "24\n", - "print utm zone: 35\n", - "print r: 1872.9738821951958\n", - "25\n", - "print utm zone: 34\n", - "print r: 1694.34041369737\n", - "26\n", - "print utm zone: 42\n", - "print r: 1383.1951567359936\n", - "27\n", - "print utm zone: 35\n", - "print r: 1383.0311854568015\n", - "28\n", - "print utm zone: 33\n", - "print r: 1694.0516759055934\n", - "29\n", - "print utm zone: 36\n", - "print r: 1597.3445898194675\n", - "30\n", - "print utm zone: 33\n", - "print r: 2824.0001400615815\n", - "31\n", - "print utm zone: 36\n", - "print r: 4111.601987056409\n", - "32\n", - "print utm zone: 34\n", - "print r: 1786.0953556609743\n", - "33\n", - "print utm zone: 35\n", - "print r: 2460.8380726608107\n", - "34\n", - "print utm zone: 33\n", - "print r: 2036.0533992230485\n", - "35\n", - "print utm zone: 35\n", - "print r: 2035.6236305569523\n", - "36\n", - "print utm zone: 36\n", - "print r: 1262.8678940134178\n", - "37\n", - "print utm zone: 33\n", - "print r: 4263.334777998048\n", - "38\n", - "print utm zone: 33\n", - "print r: 1785.5196870492107\n", - "39\n", - "print utm zone: 35\n", - "print r: 2112.5442384950547\n", - "40\n", - "print utm zone: 35\n", - "print r: 1493.7731028124085\n", - "41\n", - "print utm zone: 35\n", - "print r: 1872.9362612468096\n", - "42\n", - "print utm zone: 34\n", - "print r: 2186.7239090867884\n", - "43\n", - "print utm zone: 42\n", - "print r: 1382.9251285205698\n", - "44\n", - "print utm zone: 33\n", - "print r: 2035.8795847543734\n", - "45\n", - "print utm zone: 33\n", - "print r: 1597.5179401658484\n", - "46\n", - "print utm zone: 34\n", - "print r: 1597.4624955361276\n", - "47\n", - "print utm zone: 34\n", - "print r: 2112.6080224898965\n", - "48\n", - "print utm zone: 34\n", - "print r: 2588.121701460505\n", - "49\n", - "print utm zone: 35\n", - "print r: 1494.0666705513956\n", - "50\n", - "print utm zone: 35\n", - "print r: 3744.9056303555785\n", - "51\n", - "print utm zone: 34\n", - "print r: 2396.220366936193\n", - "52\n", - "print utm zone: 36\n", - "print r: 2328.255027135406\n", - "53\n", - "print utm zone: 34\n", - "print r: 11940.25610477129\n", - "54\n", - "print utm zone: 34\n", - "print r: 2186.556378068882\n", - "55\n", - "print utm zone: 36\n", - "print r: 1694.3356010292744\n", - "56\n", - "print utm zone: 34\n", - "print r: 1383.0803415545572\n", - "57\n", - "print utm zone: 34\n", - "print r: 1596.8626712415742\n", - "58\n", - "print utm zone: 34\n", - "print r: 1693.9994069196193\n", - "59\n", - "print utm zone: 35\n", - "print r: 4757.676000687568\n", - "60\n", - "print utm zone: 35\n", - "print r: 1693.7407009254725\n", - "61\n", - "print utm zone: 35\n", - "print r: 1383.1683154568484\n", - "62\n", - "print utm zone: 33\n", - "print r: 2822.9167938122355\n", - "63\n", - "print utm zone: 33\n", - "print r: 2113.0935276065643\n", - "64\n", - "print utm zone: 34\n", - "print r: 2259.2326569628226\n", - "65\n", - "print utm zone: 35\n", - "print r: 1493.6549857637426\n", - "66\n", - "print utm zone: 33\n", - "print r: 3992.2655066203433\n", - "67\n", - "print utm zone: 34\n", - "print r: 1955.6931159772148\n", - "68\n", - "print utm zone: 34\n", - "print r: 2587.3733580232442\n", - "69\n", - "print utm zone: 33\n", - "print r: 2259.2671424236055\n", - "70\n", - "print utm zone: 34\n", - "print r: 1129.198472185436\n", - "71\n", - "print utm zone: 34\n", - "print r: 1785.6532256746086\n", - "72\n", - "print utm zone: 34\n", - "print r: 1383.2762305951487\n", - "73\n", - "print utm zone: 34\n", - "print r: 2879.393628974949\n", - "74\n", - "print utm zone: 35\n", - "print r: 1785.3567363145487\n", - "75\n", - "print utm zone: 34\n", - "print r: 2186.5285216474626\n", - "76\n", - "print utm zone: 34\n", - "print r: 1383.2170320691032\n", - "77\n", - "print utm zone: 34\n", - "print r: 1262.7764078993596\n", - "78\n", - "print utm zone: 34\n", - "print r: 1785.4457590982977\n", - "79\n", - "print utm zone: 35\n", - "print r: 3243.390296221345\n", - "80\n", - "print utm zone: 33\n", - "print r: 1596.8280215245295\n", - "81\n", - "print utm zone: 34\n", - "print r: 1693.9796910513346\n", - "82\n", - "print utm zone: 34\n", - "print r: 2258.256629570268\n", - "83\n", - "print utm zone: 34\n", - "print r: 1693.8470928991135\n", - "84\n", - "print utm zone: 35\n", - "print r: 1693.7705397599636\n", - "85\n", - "print utm zone: 41\n", - "print r: 1597.264459225614\n", - "86\n", - "print utm zone: 35\n", - "print r: 2186.6234469336473\n", - "87\n", - "print utm zone: 36\n", - "print r: 1693.7724192087344\n", - "88\n", - "print utm zone: 33\n", - "print r: 2112.5625453745815\n", - "89\n", - "print utm zone: 33\n", - "print r: 1872.7868200495304\n", - "90\n", - "print utm zone: 34\n", - "print r: 2525.2502492527246\n", - "91\n", - "print utm zone: 35\n", - "print r: 1494.2043892170504\n", - "92\n", - "print utm zone: 34\n", - "print r: 1596.799765691246\n", - "93\n", - "print utm zone: 35\n", - "print r: 1785.2984079700618\n", - "94\n", - "print utm zone: 33\n", - "print r: 1382.8513487587522\n", - "95\n", - "print utm zone: 34\n", - "print r: 2823.637920686627\n", - "96\n", - "print utm zone: 34\n", - "print r: 1494.0913617778715\n", - "97\n", - "print utm zone: 34\n", - "print r: 2035.938885326762\n", - "98\n", - "print utm zone: 34\n", - "print r: 1596.9983628823745\n", - "99\n", - "print utm zone: 33\n", - "print r: 3092.2305394650357\n", - "100\n", - "print utm zone: 33\n", - "print r: 1596.768096580081\n", - "101\n", - "print utm zone: 34\n", - "print r: 1596.8535972051327\n", - "102\n", - "print utm zone: 34\n", - "print r: 1597.427605037681\n", - "103\n", - "print utm zone: 33\n", - "print r: 1129.5218474177218\n", - "104\n", - "print utm zone: 35\n", - "print r: 4517.038227217337\n", - "105\n", - "print utm zone: 42\n", - "print r: 1785.4607163800945\n", - "106\n", - "print utm zone: 34\n", - "print r: 1785.1552330607506\n", - "107\n", - "print utm zone: 34\n", - "print r: 2186.478280500692\n", - "108\n", - "print utm zone: 36\n", - "print r: 6414.311928135241\n", - "109\n", - "print utm zone: 35\n", - "print r: 1785.5877068643329\n", - "110\n", - "print utm zone: 42\n", - "print r: 1955.694469519787\n", - "111\n", - "print utm zone: 34\n", - "print r: 1262.353087822314\n", - "112\n", - "print utm zone: 34\n", - "print r: 1383.1780729814056\n", - "113\n", - "print utm zone: 35\n", - "print r: 10051.542793013305\n", - "114\n", - "print utm zone: 36\n", - "print r: 1383.2078011903675\n", - "115\n", - "print utm zone: 34\n", - "print r: 2707.693059928322\n", - "116\n", - "print utm zone: 41\n", - "print r: 1955.7464025342067\n", - "117\n", - "print utm zone: 33\n", - "print r: 1597.4982851582865\n", - "118\n", - "print utm zone: 33\n", - "print r: 1493.6590335540407\n", - "119\n", - "print utm zone: 33\n", - "print r: 1262.381639672716\n", - "120\n", - "print utm zone: 34\n", - "print r: 4620.963187324407\n", - "121\n", - "print utm zone: 41\n", - "print r: 1596.8044965374588\n", - "122\n", - "print utm zone: 34\n", - "print r: 1383.090656437193\n", - "123\n", - "print utm zone: 35\n", - "print r: 1872.3538038545712\n", - "124\n", - "print utm zone: 34\n", - "print r: 2648.4566526084204\n", - "125\n", - "print utm zone: 36\n", - "print r: 2460.950561185063\n", - "126\n", - "print utm zone: 35\n", - "print r: 1596.9481063809008\n", - "127\n", - "print utm zone: 33\n", - "print r: 2461.1139446656985\n", - "128\n", - "print utm zone: 35\n", - "print r: 1596.8908382120958\n", - "129\n", - "print utm zone: 34\n", - "print r: 1262.5423050595875\n", - "130\n", - "print utm zone: 35\n", - "print r: 2112.3230813286636\n", - "131\n", - "print utm zone: 33\n", - "print r: 2708.291158363843\n", - "132\n", - "print utm zone: 34\n", - "print r: 2765.7320423386564\n", - "133\n", - "print utm zone: 33\n", - "print r: 2035.4282702521743\n", - "134\n", - "print utm zone: 33\n", - "print r: 1383.0874517290874\n", - "135\n", - "print utm zone: 33\n", - "print r: 1956.1621263325812\n", - "136\n", - "print utm zone: 34\n", - "print r: 1129.3627782837054\n", - "137\n", - "print utm zone: 34\n", - "print r: 5206.985870571151\n", - "138\n", - "print utm zone: 34\n", - "print r: 2035.655909045497\n", - "139\n", - "print utm zone: 43\n", - "print r: 1785.8537162486687\n", - "140\n", - "print utm zone: 33\n", - "print r: 1596.8285177436003\n", - "141\n", - "print utm zone: 34\n", - "print r: 2035.5205520502807\n", - "142\n", - "print utm zone: 41\n", - "print r: 1872.3297379076282\n", - "143\n", - "print utm zone: 35\n", - "print r: 1785.6842618460203\n", - "144\n", - "print utm zone: 34\n", - "print r: 1383.352973932506\n", - "145\n", - "print utm zone: 34\n", - "print r: 2327.8560136836677\n", - "146\n", - "print utm zone: 33\n", - "print r: 1956.4426413638807\n", - "147\n", - "print utm zone: 35\n", - "print r: 1955.7303803536815\n", - "148\n", - "print utm zone: 33\n", - "print r: 1382.9626450495393\n", - "149\n", - "print utm zone: 34\n", - "print r: 1596.7408073604668\n", - "150\n", - "print utm zone: 36\n", - "print r: 2524.7740267326594\n", - "151\n", - "print utm zone: 36\n", - "print r: 1693.781987678101\n", - "152\n", - "print utm zone: 33\n", - "print r: 1785.1690306728124\n", - "153\n", - "print utm zone: 34\n", - "print r: 2524.5553686917096\n", - "154\n", - "print utm zone: 33\n", - "print r: 2707.346818418141\n", - "155\n", - "print utm zone: 33\n", - "print r: 1382.8953351970688\n", - "156\n", - "print utm zone: 43\n", - "print r: 1262.2781764507868\n", - "157\n", - "print utm zone: 33\n", - "print r: 1596.7582753251431\n", - "158\n", - "print utm zone: 36\n", - "print r: 2258.9918106978994\n", - "159\n", - "print utm zone: 33\n", - "print r: 1693.6020740541082\n", - "160\n", - "print utm zone: 34\n", - "print r: 1693.674694772832\n", - "161\n", - "print utm zone: 35\n", - "print r: 2524.872757400543\n", - "162\n", - "print utm zone: 35\n", - "print r: 1383.1804398982513\n", - "163\n", - "print utm zone: 35\n", - "print r: 1872.2881555976908\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "164\n", - "print utm zone: 33\n", - "print r: 1383.23567475339\n", - "165\n", - "print utm zone: 36\n", - "print r: 1597.0256163428423\n", - "166\n", - "print utm zone: 33\n", - "print r: 1262.5073971252405\n", - "167\n", - "print utm zone: 36\n", - "print r: 1382.7449106253553\n", - "168\n", - "print utm zone: 34\n", - "print r: 1596.7740889492538\n", - "169\n", - "print utm zone: 35\n", - "print r: 2187.0527710556657\n", - "170\n", - "print utm zone: 34\n", - "print r: 2327.78173565375\n", - "171\n", - "print utm zone: 34\n", - "print r: 1383.0028479566859\n", - "172\n", - "print utm zone: 34\n", - "print r: 2187.113660419852\n", - "173\n", - "print utm zone: 41\n", - "print r: 2586.9146125405396\n", - "174\n", - "print utm zone: 34\n", - "print r: 2525.5165847145167\n", - "175\n", - "print utm zone: 34\n", - "print r: 4552.472236013564\n", - "176\n", - "print utm zone: 34\n", - "print r: 1129.0224682818625\n", - "177\n", - "print utm zone: 33\n", - "print r: 1596.6753371699313\n", - "178\n", - "print utm zone: 33\n", - "print r: 1785.5236249566751\n", - "179\n", - "print utm zone: 34\n", - "print r: 1872.2828925413241\n", - "180\n", - "print utm zone: 33\n", - "print r: 1597.1991022727818\n", - "181\n", - "print utm zone: 36\n", - "print r: 1785.2126469828286\n", - "182\n", - "print utm zone: 34\n", - "print r: 1785.759396000151\n", - "183\n", - "print utm zone: 33\n", - "print r: 7338.700851354165\n", - "184\n", - "print utm zone: 33\n", - "print r: 2765.5307365554004\n", - "185\n", - "print utm zone: 42\n", - "print r: 1785.143043959321\n", - "186\n", - "print utm zone: 36\n", - "print r: 1493.7454990410636\n", - "187\n", - "print utm zone: 41\n", - "print r: 1785.772737620109\n", - "188\n", - "print utm zone: 33\n", - "print r: 1597.4277104659125\n", - "189\n", - "print utm zone: 35\n", - "print r: 2707.6533323239414\n", - "190\n", - "print utm zone: 34\n", - "print r: 1262.594166224055\n", - "191\n", - "print utm zone: 35\n", - "print r: 1693.5521931101293\n", - "192\n", - "print utm zone: 42\n", - "print r: 2035.4050637464802\n", - "193\n", - "print utm zone: 33\n", - "print r: 1955.6237718129946\n", - "194\n", - "print utm zone: 35\n", - "print r: 2112.8898354364346\n", - "195\n", - "print utm zone: 42\n", - "print r: 4148.244905341394\n", - "196\n", - "print utm zone: 34\n", - "print r: 1955.9167933499173\n", - "197\n", - "print utm zone: 35\n", - "print r: 1694.0671836072393\n", - "198\n", - "print utm zone: 33\n", - "print r: 2258.2682204604876\n", - "199\n", - "print utm zone: 34\n", - "print r: 1596.7668999496132\n", - "200\n", - "print utm zone: 34\n", - "print r: 2524.8824487400857\n", - "201\n", - "print utm zone: 35\n", - "print r: 1955.4406835689592\n", - "202\n", - "print utm zone: 34\n", - "print r: 1693.5569658938778\n", - "203\n", - "print utm zone: 33\n", - "print r: 2765.509797441164\n", - "204\n", - "print utm zone: 34\n", - "print r: 1955.9562432244047\n", - "205\n", - "print utm zone: 42\n", - "print r: 1872.5946101503614\n", - "206\n", - "print utm zone: 34\n", - "print r: 1694.0920435362564\n", - "207\n", - "print utm zone: 41\n", - "print r: 2765.5136208219624\n", - "208\n", - "print utm zone: 34\n", - "print r: 2036.2964069375028\n", - "209\n", - "print utm zone: 33\n", - "print r: 3525.842140235978\n", - "210\n", - "print utm zone: 33\n", - "print r: 1596.6211978850658\n", - "211\n", - "print utm zone: 33\n", - "print r: 1596.6008663676773\n", - "212\n", - "print utm zone: 35\n", - "print r: 1262.6108398177098\n", - "213\n", - "print utm zone: 33\n", - "print r: 1785.7212358077268\n", - "214\n", - "print utm zone: 34\n", - "print r: 2327.502051959762\n", - "215\n", - "print utm zone: 35\n", - "print r: 3194.4134282254154\n", - "216\n", - "print utm zone: 41\n", - "print r: 5049.11859678462\n", - "217\n", - "print utm zone: 35\n", - "print r: 4516.172213286827\n", - "218\n", - "print utm zone: 36\n", - "print r: 1262.5749065232405\n", - "219\n", - "print utm zone: 34\n", - "print r: 1693.8287347784133\n", - "220\n", - "print utm zone: 34\n", - "print r: 3951.7130187925886\n", - "221\n", - "print utm zone: 35\n", - "print r: 4986.792393507094\n", - "222\n", - "print utm zone: 34\n", - "print r: 6339.456844048149\n", - "223\n", - "print utm zone: 36\n", - "print r: 1956.4520707418926\n", - "224\n", - "print utm zone: 33\n", - "print r: 1383.3554292003723\n", - "225\n", - "print utm zone: 35\n", - "print r: 3570.6948251439017\n", - "226\n", - "print utm zone: 34\n", - "print r: 1956.3897497843234\n", - "227\n", - "print utm zone: 34\n", - "print r: 1955.7150094813294\n", - "228\n", - "print utm zone: 34\n", - "print r: 1596.7121437187238\n", - "229\n", - "print utm zone: 34\n", - "print r: 3910.9775868625816\n", - "230\n", - "print utm zone: 34\n", - "print r: 6211.051419664143\n", - "231\n", - "print utm zone: 36\n", - "print r: 1494.229428463798\n", - "232\n", - "print utm zone: 43\n", - "print r: 1785.1862566596626\n", - "233\n", - "print utm zone: 35\n", - "print r: 1596.647718277895\n", - "234\n", - "print utm zone: 33\n", - "print r: 1955.6463302306765\n", - "235\n", - "print utm zone: 41\n", - "print r: 2327.517132307434\n", - "236\n", - "print utm zone: 35\n", - "print r: 1955.5993566924035\n", - "237\n", - "print utm zone: 33\n", - "print r: 1383.0353342852643\n", - "238\n", - "print utm zone: 34\n", - "print r: 2035.2729816245462\n", - "239\n", - "print utm zone: 33\n", - "print r: 2186.674965984033\n", - "240\n", - "print utm zone: 43\n", - "print r: 1493.5135935695553\n", - "241\n", - "print utm zone: 33\n", - "print r: 1694.1506615133615\n", - "242\n", - "print utm zone: 41\n", - "print r: 4585.7452449530465\n", - "243\n", - "print utm zone: 33\n", - "print r: 1693.4599366245286\n", - "244\n", - "print utm zone: 34\n", - "print r: 2035.4671289573662\n", - "245\n", - "print utm zone: 35\n", - "print r: 3658.449381830719\n", - "246\n", - "print utm zone: 34\n", - "print r: 5922.184679288893\n", - "247\n", - "print utm zone: 34\n", - "print r: 1872.5414702345875\n", - "248\n", - "print utm zone: 42\n", - "print r: 3143.147591595486\n", - "249\n", - "print utm zone: 34\n", - "print r: 1493.6553658145997\n", - "250\n", - "print utm zone: 33\n", - "print r: 1493.4710483721867\n", - "251\n", - "print utm zone: 36\n", - "print r: 1493.7742607278858\n", - "252\n", - "print utm zone: 42\n", - "print r: 1596.5640059860687\n", - "253\n", - "print utm zone: 35\n", - "print r: 1693.6888110608172\n", - "254\n", - "print utm zone: 34\n", - "print r: 1383.2803154182889\n", - "255\n", - "print utm zone: 33\n", - "print r: 2258.2283110706767\n", - "256\n", - "print utm zone: 34\n", - "print r: 1693.922291667275\n", - "257\n", - "print utm zone: 33\n", - "print r: 1382.688891749433\n", - "258\n", - "print utm zone: 33\n", - "print r: 1262.2770608737342\n", - "259\n", - "print utm zone: 34\n", - "print r: 2258.5164229017905\n", - "260\n", - "print utm zone: 34\n", - "print r: 1382.8837009237814\n", - "261\n", - "print utm zone: 35\n", - "print r: 1493.4095434131973\n", - "262\n", - "print utm zone: 34\n", - "print r: 1693.4311453217938\n", - "263\n", - "print utm zone: 35\n", - "print r: 1785.0447930155406\n", - "264\n", - "print utm zone: 33\n", - "print r: 1596.5980615654566\n", - "265\n", - "print utm zone: 33\n", - "print r: 1785.771924023243\n", - "266\n", - "print utm zone: 34\n", - "print r: 1785.3588284815955\n", - "267\n", - "print utm zone: 34\n", - "print r: 2112.2974082074174\n", - "268\n", - "print utm zone: 34\n", - "print r: 3291.4601748421082\n", - "269\n", - "print utm zone: 36\n", - "print r: 3830.3615996782173\n", - "270\n", - "print utm zone: 42\n", - "print r: 1493.7948175021786\n", - "271\n", - "print utm zone: 34\n", - "print r: 2707.2060701987907\n", - "272\n", - "print utm zone: 33\n", - "print r: 2186.798289868162\n", - "273\n", - "print utm zone: 35\n", - "print r: 1872.247384446138\n", - "274\n", - "print utm zone: 34\n", - "print r: 3340.8831034869004\n", - "275\n", - "print utm zone: 34\n", - "print r: 1694.1798680895656\n", - "276\n", - "print utm zone: 33\n", - "print r: 1596.9086398993024\n", - "277\n", - "print utm zone: 34\n", - "print r: 2395.4957359712234\n", - "278\n", - "print utm zone: 35\n", - "print r: 4224.175791271554\n", - "279\n", - "print utm zone: 33\n", - "print r: 1693.4148901184606\n", - "280\n", - "print utm zone: 34\n", - "print r: 2258.7094200837505\n", - "281\n", - "print utm zone: 35\n", - "print r: 2112.0571902781207\n", - "282\n", - "print utm zone: 35\n", - "print r: 1693.4200100665028\n", - "283\n", - "print utm zone: 36\n", - "print r: 1262.6316968448557\n", - "284\n", - "print utm zone: 33\n", - "print r: 4953.188676530683\n", - "285\n", - "print utm zone: 33\n", - "print r: 1785.1926891320861\n", - "286\n", - "print utm zone: 34\n", - "print r: 2186.144927372362\n", - "287\n", - "print utm zone: 35\n", - "print r: 2112.3788431329235\n", - "288\n", - "print utm zone: 34\n", - "print r: 1694.100430781995\n", - "289\n", - "print utm zone: 34\n", - "print r: 1493.4992738943772\n", - "290\n", - "print utm zone: 33\n", - "print r: 1262.1651739208503\n", - "291\n", - "print utm zone: 33\n", - "print r: 1785.985122161377\n", - "292\n", - "print utm zone: 35\n", - "print r: 1693.694418657005\n", - "293\n", - "print utm zone: 33\n", - "print r: 2395.2456176783885\n", - "294\n", - "print utm zone: 42\n", - "print r: 1785.1182457282155\n", - "295\n", - "print utm zone: 34\n", - "print r: 2186.3038897669057\n", - "296\n", - "print utm zone: 35\n", - "print r: 3144.1406614411385\n", - "297\n", - "print utm zone: 33\n", - "print r: 2035.4898532488444\n", - "298\n", - "print utm zone: 34\n", - "print r: 1262.6069032004784\n", - "299\n", - "print utm zone: 33\n", - "print r: 2035.2564093623237\n", - "300\n", - "print utm zone: 34\n", - "print r: 1693.7203719457932\n", - "301\n", - "print utm zone: 34\n", - "print r: 1493.669751778573\n", - "302\n", - "print utm zone: 34\n", - "print r: 977.8158483242337\n", - "303\n", - "print utm zone: 34\n", - "print r: 1382.6350131610436\n", - "304\n", - "print utm zone: 34\n", - "print r: 2586.703074784172\n", - "305\n", - "print utm zone: 33\n", - "print r: 1693.3275857866365\n", - "306\n", - "print utm zone: 33\n", - "print r: 1872.5310213380412\n", - "307\n", - "print utm zone: 36\n", - "print r: 1493.6951767644653\n", - "308\n", - "print utm zone: 33\n", - "print r: 1383.2497099897807\n", - "309\n", - "print utm zone: 35\n", - "print r: 1872.769730109966\n", - "310\n", - "print utm zone: 34\n", - "print r: 3243.3219898800576\n", - "311\n", - "print utm zone: 34\n", - "print r: 4756.669949709488\n", - "312\n", - "print utm zone: 33\n", - "print r: 1596.8735266902368\n", - "313\n", - "print utm zone: 36\n", - "print r: 1872.5078278732651\n", - "314\n", - "print utm zone: 33\n", - "print r: 3526.370610245417\n", - "315\n", - "print utm zone: 34\n", - "print r: 1693.4665824299022\n", - "316\n", - "print utm zone: 35\n", - "print r: 2460.967266189429\n", - "317\n", - "print utm zone: 41\n", - "print r: 1493.4016203987374\n", - "318\n", - "print utm zone: 33\n", - "print r: 1262.2465540312887\n", - "319\n", - "print utm zone: 43\n", - "print r: 2187.225515320528\n", - "320\n", - "print utm zone: 43\n", - "print r: 1596.8596974656605\n", - "321\n", - "print utm zone: 44\n", - "print r: 1785.766631430737\n", - "322\n", - "print utm zone: 33\n", - "print r: 1383.032850014539\n", - "323\n", - "print utm zone: 35\n", - "print r: 2112.3696545393036\n", - "324\n", - "print utm zone: 33\n", - "print r: 1493.7919867830292\n", - "325\n", - "print utm zone: 41\n", - "print r: 1596.6345866568352\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "326\n", - "print utm zone: 33\n", - "print r: 1493.3781082203816\n", - "327\n", - "print utm zone: 33\n", - "print r: 1784.980242227207\n", - "328\n", - "print utm zone: 41\n", - "print r: 1382.7437044264202\n", - "329\n", - "print utm zone: 33\n", - "print r: 1262.7032488199818\n", - "330\n", - "print utm zone: 34\n", - "print r: 2986.9064516892013\n", - "331\n", - "print utm zone: 34\n", - "print r: 1955.5576584819273\n", - "332\n", - "print utm zone: 34\n", - "print r: 2112.409700348648\n", - "333\n", - "print utm zone: 34\n", - "print r: 1693.4338451428932\n", - "334\n", - "print utm zone: 34\n", - "print r: 2257.789642306379\n", - "335\n", - "print utm zone: 34\n", - "print r: 2035.3030906638094\n", - "336\n", - "print utm zone: 41\n", - "print r: 1955.4270520963044\n", - "337\n", - "print utm zone: 33\n", - "print r: 1128.970870309958\n", - "338\n", - "print utm zone: 33\n", - "print r: 1596.9325038078832\n", - "339\n", - "print utm zone: 34\n", - "print r: 1383.2302535152455\n", - "340\n", - "print utm zone: 36\n", - "print r: 2460.750226438016\n", - "341\n", - "print utm zone: 33\n", - "print r: 1955.6488976979615\n", - "342\n", - "print utm zone: 43\n", - "print r: 1693.705163168833\n", - "343\n", - "print utm zone: 34\n", - "print r: 2586.616388915076\n", - "344\n", - "print utm zone: 33\n", - "print r: 3569.8733336538544\n", - "345\n", - "print utm zone: 36\n", - "print r: 3659.4590682679536\n", - "346\n", - "print utm zone: 36\n", - "print r: 6559.634950211305\n", - "347\n", - "print utm zone: 41\n", - "print r: 1955.416368968734\n", - "348\n", - "print utm zone: 33\n", - "print r: 1596.508327103909\n", - "349\n", - "print utm zone: 43\n", - "print r: 6486.339119123321\n", - "350\n", - "print utm zone: 33\n", - "print r: 1955.4269320696974\n", - "351\n", - "print utm zone: 33\n", - "print r: 1493.5087115250988\n", - "352\n", - "print utm zone: 33\n", - "print r: 1872.507888068062\n", - "353\n", - "print utm zone: 33\n", - "print r: 1872.507026788522\n", - "354\n", - "print utm zone: 33\n", - "print r: 2934.002943985944\n", - "355\n", - "print utm zone: 35\n", - "print r: 1262.3553178308166\n", - "356\n", - "print utm zone: 33\n", - "print r: 10562.018102383305\n", - "357\n", - "print utm zone: 33\n", - "print r: 1694.0818949917996\n", - "358\n", - "print utm zone: 33\n", - "print r: 1693.6004195711203\n", - "359\n", - "print utm zone: 33\n", - "print r: 1872.136843579778\n", - "360\n", - "print utm zone: 34\n", - "print r: 1262.345122751659\n", - "361\n", - "print utm zone: 35\n", - "print r: 2186.0944510633644\n", - "362\n", - "print utm zone: 33\n", - "print r: 1955.396762079692\n", - "363\n", - "print utm zone: 34\n", - "print r: 1596.8627488100562\n", - "364\n", - "print utm zone: 43\n", - "print r: 1872.3586052470432\n", - "365\n", - "print utm zone: 33\n", - "print r: 1955.569038474615\n", - "366\n", - "print utm zone: 33\n", - "print r: 2587.0822122883646\n", - "367\n", - "print utm zone: 33\n", - "print r: 2035.8177079540155\n", - "368\n", - "print utm zone: 34\n", - "print r: 3525.488886313091\n", - "369\n", - "print utm zone: 33\n", - "print r: 1596.8641993077592\n", - "370\n", - "print utm zone: 34\n", - "print r: 1693.4894024275036\n", - "371\n", - "print utm zone: 34\n", - "print r: 3701.233128206442\n", - "372\n", - "print utm zone: 34\n", - "print r: 2460.3102370530296\n", - "373\n", - "print utm zone: 35\n", - "print r: 2586.4929239300895\n", - "374\n", - "print utm zone: 35\n", - "print r: 1784.9954423823704\n", - "375\n", - "print utm zone: 34\n", - "print r: 1596.4904109957067\n", - "376\n", - "print utm zone: 34\n", - "print r: 1784.972531399426\n", - "377\n", - "print utm zone: 35\n", - "print r: 3787.7052024497184\n", - "378\n", - "print utm zone: 34\n", - "print r: 3479.517567669087\n", - "379\n", - "print utm zone: 34\n", - "print r: 2932.9127993974607\n", - "380\n", - "print utm zone: 34\n", - "print r: 4890.252617537384\n", - "381\n", - "print utm zone: 34\n", - "print r: 2525.075999475007\n", - "382\n", - "print utm zone: 35\n", - "print r: 2187.099342443269\n", - "383\n", - "print utm zone: 35\n", - "print r: 2258.1344907794632\n", - "384\n", - "print utm zone: 36\n", - "print r: 1493.4271455926341\n", - "385\n", - "print utm zone: 41\n", - "print r: 1955.5541947285556\n", - "386\n", - "print utm zone: 43\n", - "print r: 1262.4315607427097\n", - "387\n", - "print utm zone: 36\n", - "print r: 1784.9085895968678\n", - "388\n", - "print utm zone: 34\n", - "print r: 4261.820907772594\n", - "389\n", - "print utm zone: 41\n", - "print r: 2112.269193003123\n", - "390\n", - "print utm zone: 35\n", - "print r: 2186.274028653579\n", - "391\n", - "print utm zone: 35\n", - "print r: 4335.571948719494\n", - "392\n", - "print utm zone: 34\n", - "print r: 1493.4917270792423\n", - "393\n", - "print utm zone: 35\n", - "print r: 2648.226125360539\n", - "394\n", - "print utm zone: 43\n", - "print r: 1493.637352425021\n", - "395\n", - "print utm zone: 33\n", - "print r: 2186.178791439337\n", - "396\n", - "print utm zone: 34\n", - "print r: 2586.702424824627\n", - "397\n", - "print utm zone: 33\n", - "print r: 1955.2677064342236\n", - "398\n", - "print utm zone: 33\n", - "print r: 2395.215256677573\n", - "399\n", - "print utm zone: 33\n", - "print r: 2395.0459837962176\n", - "400\n", - "print utm zone: 34\n", - "print r: 1129.371082466152\n", - "401\n", - "print utm zone: 34\n", - "print r: 1955.2564319103853\n", - "402\n", - "print utm zone: 43\n", - "print r: 1493.6145833642636\n", - "403\n", - "print utm zone: 35\n", - "print r: 1693.3164078950458\n", - "404\n", - "print utm zone: 35\n", - "print r: 2035.0572877813754\n", - "405\n", - "print utm zone: 33\n", - "print r: 1784.930899598615\n", - "406\n", - "print utm zone: 34\n", - "print r: 1785.2207397520217\n", - "407\n", - "print utm zone: 34\n", - "print r: 2647.4671927779173\n", - "408\n", - "print utm zone: 34\n", - "print r: 2327.180160675054\n", - "409\n", - "print utm zone: 34\n", - "print r: 6028.999316300346\n", - "410\n", - "print utm zone: 35\n", - "print r: 4224.941682551906\n", - "411\n", - "print utm zone: 43\n", - "print r: 1872.392417107864\n", - "412\n", - "print utm zone: 34\n", - "print r: 17633.456113999513\n", - "413\n", - "print utm zone: 34\n", - "print r: 3525.7015674587187\n", - "414\n", - "print utm zone: 34\n", - "print r: 2587.42927718587\n", - "415\n", - "print utm zone: 36\n", - "print r: 1872.0021343166575\n", - "416\n", - "print utm zone: 34\n", - "print r: 1382.5787658224676\n", - "417\n", - "print utm zone: 33\n", - "print r: 1128.8580738722937\n", - "418\n", - "print utm zone: 34\n", - "print r: 1784.9157637638566\n", - "419\n", - "print utm zone: 33\n", - "print r: 2525.0713459737694\n", - "420\n", - "print utm zone: 34\n", - "print r: 2112.2184181106813\n", - "421\n", - "print utm zone: 34\n", - "print r: 1596.4346686925617\n", - "422\n", - "print utm zone: 34\n", - "print r: 1262.1041958533542\n", - "423\n", - "print utm zone: 34\n", - "print r: 2327.6006329709353\n", - "424\n", - "print utm zone: 34\n", - "print r: 1872.1460618214758\n", - "425\n", - "print utm zone: 34\n", - "print r: 1493.3319113140078\n", - "426\n", - "print utm zone: 42\n", - "print r: 1872.726683847764\n", - "427\n", - "print utm zone: 33\n", - "print r: 3192.8437256273014\n", - "428\n", - "print utm zone: 34\n", - "print r: 1955.2620236171492\n", - "429\n", - "print utm zone: 36\n", - "print r: 1493.6963268874902\n", - "430\n", - "print utm zone: 36\n", - "print r: 1493.3912516098019\n", - "431\n", - "print utm zone: 36\n", - "print r: 1382.637756026412\n", - "432\n", - "print utm zone: 33\n", - "print r: 1493.9119286946827\n", - "433\n", - "print utm zone: 33\n", - "print r: 3433.255091948515\n", - "434\n", - "print utm zone: 33\n", - "print r: 2765.1060089177504\n", - "435\n", - "print utm zone: 34\n", - "print r: 2647.4820370722646\n", - "436\n", - "print utm zone: 34\n", - "print r: 2986.9411259533754\n", - "437\n", - "print utm zone: 42\n", - "print r: 1493.4940989145002\n", - "438\n", - "print utm zone: 34\n", - "print r: 2460.2282270764085\n", - "439\n", - "print utm zone: 35\n", - "print r: 1784.8940370520186\n", - "440\n", - "print utm zone: 35\n", - "print r: 2258.357290609028\n", - "441\n", - "print utm zone: 33\n", - "print r: 2395.143149902112\n", - "442\n", - "print utm zone: 33\n", - "print r: 2395.665997188433\n", - "443\n", - "print utm zone: 36\n", - "print r: 1785.0415521071088\n", - "444\n", - "print utm zone: 33\n", - "print r: 1262.0869962124834\n", - "445\n", - "print utm zone: 33\n", - "print r: 1382.6139914557164\n", - "446\n", - "print utm zone: 34\n", - "print r: 2111.8332833095515\n", - "447\n", - "print utm zone: 35\n", - "print r: 2036.069521114445\n", - "448\n", - "print utm zone: 34\n", - "print r: 1493.6978766489701\n", - "449\n", - "print utm zone: 36\n", - "print r: 3192.804142192266\n", - "450\n", - "print utm zone: 33\n", - "print r: 1596.970342404368\n", - "451\n", - "print utm zone: 36\n", - "print r: 1784.9264512789825\n", - "452\n", - "print utm zone: 42\n", - "print r: 2706.8622125013594\n", - "453\n", - "print utm zone: 33\n", - "print r: 3039.8717201041713\n", - "454\n", - "print utm zone: 35\n", - "print r: 1872.437292374105\n", - "455\n", - "print utm zone: 33\n", - "print r: 1784.9910780191121\n", - "456\n", - "print utm zone: 36\n", - "print r: 1596.6977870440594\n", - "457\n", - "print utm zone: 33\n", - "print r: 1382.4851009214779\n", - "458\n", - "print utm zone: 33\n", - "print r: 2932.812931810778\n", - "459\n", - "print utm zone: 34\n", - "print r: 1493.2890728921961\n", - "460\n", - "print utm zone: 34\n", - "print r: 1493.4631156136154\n", - "461\n", - "print utm zone: 35\n", - "print r: 1494.0266828377532\n", - "462\n", - "print utm zone: 35\n", - "print r: 1693.2975683058278\n", - "463\n", - "print utm zone: 35\n", - "print r: 1596.5693682311023\n", - "464\n", - "print utm zone: 33\n", - "print r: 1784.7996760473864\n", - "465\n", - "print utm zone: 34\n", - "print r: 2035.281714282904\n", - "466\n", - "print utm zone: 36\n", - "print r: 2327.1586543889503\n", - "467\n", - "print utm zone: 35\n", - "print r: 1693.4194630561447\n", - "468\n", - "print utm zone: 34\n", - "print r: 2460.2617156894567\n", - "469\n", - "print utm zone: 33\n", - "print r: 1693.2223592467883\n", - "470\n", - "print utm zone: 34\n", - "print r: 4410.279692893471\n", - "471\n", - "print utm zone: 34\n", - "print r: 2257.789865555183\n", - "472\n", - "print utm zone: 33\n", - "print r: 2327.1015576019186\n", - "473\n", - "print utm zone: 43\n", - "print r: 4185.750672482671\n", - "474\n", - "print utm zone: 33\n", - "print r: 2327.942010026576\n", - "475\n", - "print utm zone: 42\n", - "print r: 1693.597459797739\n", - "476\n", - "print utm zone: 33\n", - "print r: 1493.292010759062\n", - "477\n", - "print utm zone: 36\n", - "print r: 2524.224273373099\n", - "478\n", - "print utm zone: 33\n", - "print r: 1493.4396101516643\n", - "479\n", - "print utm zone: 34\n", - "print r: 1596.3048348830778\n", - "480\n", - "print utm zone: 43\n", - "print r: 1493.2574590025208\n", - "481\n", - "print utm zone: 33\n", - "print r: 3091.550080992148\n", - "482\n", - "print utm zone: 35\n", - "print r: 2035.7196137316637\n", - "483\n", - "print utm zone: 41\n", - "print r: 1128.8946454550744\n", - "484\n", - "print utm zone: 34\n", - "print r: 10989.410998067264\n", - "485\n", - "print utm zone: 33\n", - "print r: 1262.4831368124467\n", - "486\n", - "print utm zone: 34\n", - "print r: 1261.9890363188752\n", - "487\n", - "print utm zone: 34\n", - "print r: 1872.2772050770968\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "488\n", - "print utm zone: 33\n", - "print r: 2821.9956902915155\n", - "489\n", - "print utm zone: 33\n", - "print r: 4337.2338213703615\n", - "490\n", - "print utm zone: 33\n", - "print r: 2524.0779058006033\n", - "491\n", - "print utm zone: 43\n", - "print r: 3869.3533515460076\n", - "492\n", - "print utm zone: 34\n", - "print r: 1596.4312805674165\n", - "493\n", - "print utm zone: 35\n", - "print r: 2524.668040874343\n", - "494\n", - "print utm zone: 34\n", - "print r: 1493.4431893105066\n", - "495\n", - "print utm zone: 33\n", - "print r: 2186.323960922066\n", - "496\n", - "print utm zone: 34\n", - "print r: 2707.573312480431\n", - "497\n", - "print utm zone: 34\n", - "print r: 2460.651124027148\n", - "498\n", - "print utm zone: 35\n", - "print r: 1596.3588085900053\n", - "499\n", - "print utm zone: 33\n", - "print r: 1785.404261085107\n", - "500\n", - "print utm zone: 34\n", - "print r: 3570.542912214782\n", - "501\n", - "print utm zone: 34\n", - "print r: 1955.2315309521687\n", - "502\n", - "print utm zone: 36\n", - "print r: 1784.9188736784586\n", - "503\n", - "print utm zone: 33\n", - "print r: 2034.9960360773787\n", - "504\n", - "print utm zone: 34\n", - "print r: 1693.1983023550074\n", - "505\n", - "print utm zone: 36\n", - "print r: 1596.3432252089783\n", - "506\n", - "print utm zone: 34\n", - "print r: 1596.9413388282776\n", - "507\n", - "print utm zone: 36\n", - "print r: 2524.0618081503276\n", - "508\n", - "print utm zone: 33\n", - "print r: 1872.466597478732\n", - "509\n", - "print utm zone: 34\n", - "print r: 3192.828249600131\n", - "510\n", - "print utm zone: 33\n", - "print r: 1493.2784959374874\n", - "511\n", - "print utm zone: 36\n", - "print r: 2257.6470597659777\n", - "512\n", - "print utm zone: 36\n", - "print r: 1596.3861360966089\n", - "513\n", - "print utm zone: 36\n", - "print r: 1129.160402994884\n", - "514\n", - "print utm zone: 36\n", - "print r: 1382.847213546507\n", - "515\n", - "print utm zone: 33\n", - "print r: 2111.884217349826\n", - "516\n", - "print utm zone: 43\n", - "print r: 1262.5835811934714\n", - "517\n", - "print utm zone: 33\n", - "print r: 1693.5232339631968\n", - "518\n", - "print utm zone: 34\n", - "print r: 2112.047334730524\n", - "519\n", - "print utm zone: 34\n", - "print r: 1596.6304701727165\n", - "520\n", - "print utm zone: 36\n", - "print r: 5384.908698709424\n", - "521\n", - "print utm zone: 43\n", - "print r: 1955.1626050234026\n", - "522\n", - "print utm zone: 34\n", - "print r: 2034.9453561599832\n", - "523\n", - "print utm zone: 34\n", - "print r: 1262.0283644663484\n", - "524\n", - "print utm zone: 35\n", - "print r: 1129.206554902324\n", - "525\n", - "print utm zone: 33\n", - "print r: 2112.7809937849756\n", - "526\n", - "print utm zone: 35\n", - "print r: 1693.2206839936061\n", - "527\n", - "print utm zone: 33\n", - "print r: 1262.0876027067013\n", - "528\n", - "print utm zone: 33\n", - "print r: 977.6422338318947\n", - "529\n", - "print utm zone: 34\n", - "print r: 3869.6061169747013\n", - "530\n", - "print utm zone: 34\n", - "print r: 2822.1199560752007\n", - "531\n", - "print utm zone: 33\n", - "print r: 2706.909969735389\n", - "532\n", - "print utm zone: 34\n", - "print r: 3039.751511273067\n", - "533\n", - "print utm zone: 34\n", - "print r: 2257.553743328357\n", - "534\n", - "print utm zone: 33\n", - "print r: 1596.9072466389505\n", - "535\n", - "print utm zone: 35\n", - "print r: 2524.165816246485\n", - "536\n", - "print utm zone: 34\n", - "print r: 1596.4307799198186\n", - "537\n", - "print utm zone: 34\n", - "print r: 1693.1780704350451\n", - "538\n", - "print utm zone: 34\n", - "print r: 1784.7560903439035\n", - "539\n", - "print utm zone: 39\n", - "print r: 1382.4838213668295\n", - "540\n", - "print utm zone: 34\n", - "print r: 6410.1202248810005\n", - "541\n", - "print utm zone: 33\n", - "print r: 1596.5616798517099\n", - "542\n", - "print utm zone: 35\n", - "print r: 2523.9956353621196\n", - "543\n", - "print utm zone: 36\n", - "print r: 1871.8765879551902\n", - "544\n", - "print utm zone: 33\n", - "print r: 1693.8519722894541\n", - "545\n", - "print utm zone: 35\n", - "print r: 2327.45551739014\n", - "546\n", - "print utm zone: 33\n", - "print r: 1693.5516704084032\n", - "547\n", - "print utm zone: 33\n", - "print r: 1596.6478526986195\n", - "548\n", - "print utm zone: 35\n", - "print r: 2034.892018525002\n", - "549\n", - "print utm zone: 34\n", - "print r: 2186.275287475574\n", - "550\n", - "print utm zone: 42\n", - "print r: 1262.2526477376139\n", - "551\n", - "print utm zone: 34\n", - "print r: 1872.6936862571333\n", - "552\n", - "print utm zone: 35\n", - "print r: 1493.3322609984089\n", - "553\n", - "print utm zone: 35\n", - "print r: 2185.7939716656606\n", - "554\n", - "print utm zone: 42\n", - "print r: 1493.3792936099042\n", - "555\n", - "print utm zone: 33\n", - "print r: 2525.363321712756\n", - "556\n", - "print utm zone: 33\n", - "print r: 1955.511892295953\n", - "557\n", - "print utm zone: 42\n", - "print r: 1129.2053497506793\n", - "558\n", - "print utm zone: 33\n", - "print r: 1955.146827170449\n", - "559\n", - "print utm zone: 39\n", - "print r: 1596.2758847868986\n", - "560\n", - "print utm zone: 33\n", - "print r: 2764.8690013522555\n", - "561\n", - "print utm zone: 36\n", - "print r: 1871.8436315801093\n", - "562\n", - "print utm zone: 43\n", - "print r: 1262.100099363492\n", - "563\n", - "print utm zone: 42\n", - "print r: 1382.8053540920855\n", - "564\n", - "print utm zone: 33\n", - "print r: 1382.4180758654345\n", - "565\n", - "print utm zone: 34\n", - "print r: 2395.236932480041\n", - "566\n", - "print utm zone: 35\n", - "print r: 3911.298980483481\n", - "567\n", - "print utm zone: 34\n", - "print r: 1784.6945765490102\n", - "568\n", - "print utm zone: 35\n", - "print r: 1955.082181954969\n", - "569\n", - "print utm zone: 34\n", - "print r: 1596.466091736651\n", - "570\n", - "print utm zone: 36\n", - "print r: 3785.9193855471217\n", - "571\n", - "print utm zone: 33\n", - "print r: 1382.4255826122449\n", - "572\n", - "print utm zone: 36\n", - "print r: 2111.696902505948\n", - "573\n", - "print utm zone: 33\n", - "print r: 2524.7897695464108\n", - "574\n", - "print utm zone: 34\n", - "print r: 7162.164366135779\n", - "575\n", - "print utm zone: 35\n", - "print r: 2112.7682840616803\n", - "576\n", - "print utm zone: 39\n", - "print r: 1493.171781743644\n", - "577\n", - "print utm zone: 34\n", - "print r: 1693.2230909803372\n", - "578\n", - "print utm zone: 36\n", - "print r: 2523.997829367423\n", - "579\n", - "print utm zone: 39\n", - "print r: 5529.729207187078\n", - "580\n", - "print utm zone: 33\n", - "print r: 1872.0956616957628\n", - "581\n", - "print utm zone: 39\n", - "print r: 2648.0054194062905\n", - "582\n", - "print utm zone: 33\n", - "print r: 4070.06001022989\n", - "583\n", - "print utm zone: 34\n", - "print r: 1596.5136358142802\n", - "584\n", - "print utm zone: 34\n", - "print r: 2523.954133877548\n", - "585\n", - "print utm zone: 34\n", - "print r: 1493.3198002335548\n", - "586\n", - "print utm zone: 34\n", - "print r: 1382.4412077737913\n", - "587\n", - "print utm zone: 33\n", - "print r: 4108.64239097931\n", - "588\n", - "print utm zone: 34\n", - "print r: 1493.2010023813793\n", - "589\n", - "print utm zone: 34\n", - "print r: 3615.0436421974946\n", - "590\n", - "print utm zone: 36\n", - "print r: 2035.0496884379666\n", - "591\n", - "print utm zone: 34\n", - "print r: 1493.5318537929668\n", - "592\n", - "print utm zone: 34\n", - "print r: 1493.1312701424874\n", - "593\n", - "print utm zone: 33\n", - "print r: 2111.760492279823\n", - "594\n", - "print utm zone: 33\n", - "print r: 1382.9469358663894\n", - "595\n", - "print utm zone: 42\n", - "print r: 1955.6167263658958\n", - "596\n", - "print utm zone: 33\n", - "print r: 1693.1205490819\n", - "597\n", - "print utm zone: 39\n", - "print r: 1693.2031659229258\n", - "598\n", - "print utm zone: 40\n", - "print r: 1493.908351942337\n", - "599\n", - "print utm zone: 42\n", - "print r: 1693.8193784153211\n", - "600\n", - "print utm zone: 42\n", - "print r: 2035.7283241734153\n", - "601\n", - "print utm zone: 35\n", - "print r: 1493.6964607500086\n", - "602\n", - "print utm zone: 33\n", - "print r: 1955.0101435470854\n", - "603\n", - "print utm zone: 34\n", - "print r: 3700.89460396519\n", - "604\n", - "print utm zone: 42\n", - "print r: 8043.825319768366\n", - "605\n", - "print utm zone: 33\n", - "print r: 2112.5698058601474\n", - "606\n", - "print utm zone: 42\n", - "print r: 1693.8538070866578\n", - "607\n", - "print utm zone: 42\n", - "print r: 1382.717220903366\n", - "608\n", - "print utm zone: 33\n", - "print r: 1382.3821030432907\n", - "609\n", - "print utm zone: 33\n", - "print r: 1871.9369754973832\n", - "610\n", - "print utm zone: 34\n", - "print r: 3091.0956864413897\n", - "611\n", - "print utm zone: 34\n", - "print r: 1382.9355084629856\n", - "612\n", - "print utm zone: 34\n", - "print r: 3614.1838399884946\n", - "613\n", - "print utm zone: 33\n", - "print r: 2258.1633168979733\n", - "614\n", - "print utm zone: 34\n", - "print r: 1693.088076965967\n", - "615\n", - "print utm zone: 42\n", - "print r: 1129.1354029069562\n", - "616\n", - "print utm zone: 33\n", - "print r: 1493.1558889727662\n", - "617\n", - "print utm zone: 33\n", - "print r: 1261.98410771272\n", - "618\n", - "print utm zone: 33\n", - "print r: 1596.5636006693899\n", - "619\n", - "print utm zone: 33\n", - "print r: 9462.778732784911\n", - "620\n", - "print utm zone: 34\n", - "print r: 1383.126836680635\n", - "621\n", - "print utm zone: 36\n", - "print r: 3613.9161372518256\n", - "622\n", - "print utm zone: 42\n", - "print r: 1872.390718960888\n", - "623\n", - "print utm zone: 34\n", - "print r: 2586.9238870752015\n", - "624\n", - "print utm zone: 34\n", - "print r: 2823.171207432176\n", - "625\n", - "print utm zone: 35\n", - "print r: 2326.9116531632712\n", - "626\n", - "print utm zone: 33\n", - "print r: 2185.9196995775815\n", - "627\n", - "print utm zone: 33\n", - "print r: 1596.4509522759104\n", - "628\n", - "print utm zone: 35\n", - "print r: 3386.5574589579473\n", - "629\n", - "print utm zone: 34\n", - "print r: 2326.880616278528\n", - "630\n", - "print utm zone: 36\n", - "print r: 1871.9906283123764\n", - "631\n", - "print utm zone: 36\n", - "print r: 1493.3215959681927\n", - "632\n", - "print utm zone: 34\n", - "print r: 977.5115322490582\n", - "633\n", - "print utm zone: 34\n", - "print r: 2986.5838975380198\n", - "634\n", - "print utm zone: 33\n", - "print r: 2460.7481734005764\n", - "635\n", - "print utm zone: 33\n", - "print r: 1596.3372996131639\n", - "636\n", - "print utm zone: 34\n", - "print r: 3827.775492250673\n", - "637\n", - "print utm zone: 34\n", - "print r: 1955.4823939950384\n", - "638\n", - "print utm zone: 36\n", - "print r: 1693.3921983897617\n", - "639\n", - "print utm zone: 33\n", - "print r: 2706.537481811773\n", - "640\n", - "print utm zone: 35\n", - "print r: 2326.9082461329267\n", - "641\n", - "print utm zone: 35\n", - "print r: 2186.113163028954\n", - "642\n", - "print utm zone: 35\n", - "print r: 1693.0705324981473\n", - "643\n", - "print utm zone: 36\n", - "print r: 5866.029803458313\n", - "644\n", - "print utm zone: 44\n", - "print r: 1262.0752259315047\n", - "645\n", - "print utm zone: 34\n", - "print r: 1596.835765439337\n", - "646\n", - "print utm zone: 33\n", - "print r: 2877.663932072847\n", - "647\n", - "print utm zone: 42\n", - "print r: 1493.6266167045162\n", - "648\n", - "print utm zone: 43\n", - "print r: 1784.8325750130214\n", - "649\n", - "print utm zone: 33\n", - "print r: 1493.1200771982312\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "650\n", - "print utm zone: 33\n", - "print r: 1382.379156948543\n", - "651\n", - "print utm zone: 33\n", - "print r: 3910.0798738020667\n", - "652\n", - "print utm zone: 33\n", - "print r: 2034.9325384845938\n", - "653\n", - "print utm zone: 33\n", - "print r: 2327.705045922886\n", - "654\n", - "print utm zone: 34\n", - "print r: 1955.3209204178484\n", - "655\n", - "print utm zone: 35\n", - "print r: 2822.970811116827\n", - "656\n", - "print utm zone: 36\n", - "print r: 2257.4576182649707\n", - "657\n", - "print utm zone: 33\n", - "print r: 1596.2579694917044\n", - "658\n", - "print utm zone: 36\n", - "print r: 1493.122584973123\n", - "659\n", - "print utm zone: 33\n", - "print r: 2986.6321642315893\n", - "660\n", - "print utm zone: 35\n", - "print r: 1955.2935407776358\n", - "661\n", - "print utm zone: 36\n", - "print r: 1871.9310508937272\n", - "662\n", - "print utm zone: 33\n", - "print r: 1382.413077024435\n", - "663\n", - "print utm zone: 34\n", - "print r: 1493.1469747626252\n", - "664\n", - "print utm zone: 35\n", - "print r: 1596.3313337029347\n", - "665\n", - "print utm zone: 43\n", - "print r: 1693.879009670937\n", - "666\n", - "print utm zone: 34\n", - "print r: 1955.1017502827451\n", - "667\n", - "print utm zone: 42\n", - "print r: 1262.3566567427388\n", - "668\n", - "print utm zone: 34\n", - "print r: 1493.0979477420628\n", - "669\n", - "print utm zone: 34\n", - "print r: 2328.080564975132\n", - "670\n", - "print utm zone: 33\n", - "print r: 1784.665699463292\n", - "671\n", - "print utm zone: 33\n", - "print r: 1596.2915665893702\n", - "672\n", - "print utm zone: 34\n", - "print r: 6841.989398781325\n", - "673\n", - "print utm zone: 33\n", - "print r: 1784.718979932644\n", - "674\n", - "print utm zone: 34\n", - "print r: 1493.2614657665958\n", - "675\n", - "print utm zone: 33\n", - "print r: 2035.2681635207541\n", - "676\n", - "print utm zone: 36\n", - "print r: 1872.298398967012\n", - "677\n", - "print utm zone: 35\n", - "print r: 2524.566395376637\n", - "678\n", - "print utm zone: 44\n", - "print r: 1493.635329863168\n", - "679\n", - "print utm zone: 33\n", - "print r: 5048.137004586541\n", - "680\n", - "print utm zone: 34\n", - "print r: 1784.6310047254833\n", - "681\n", - "print utm zone: 36\n", - "print r: 3338.695442283974\n", - "682\n", - "print utm zone: 40\n", - "print r: 1693.0560615777233\n", - "683\n", - "print utm zone: 33\n", - "print r: 1596.400055369108\n", - "684\n", - "print utm zone: 35\n", - "print r: 1784.6334316353891\n", - "685\n", - "print utm zone: 36\n", - "print r: 2035.0817917213012\n", - "686\n", - "print utm zone: 35\n", - "print r: 1493.594234525645\n", - "687\n", - "print utm zone: 35\n", - "print r: 1596.500858212907\n", - "688\n", - "print utm zone: 35\n", - "print r: 2587.3854162423354\n", - "689\n", - "print utm zone: 44\n", - "print r: 1493.1370734520842\n", - "690\n", - "print utm zone: 34\n", - "print r: 1871.9466174262907\n", - "691\n", - "print utm zone: 35\n", - "print r: 1382.3946472673097\n", - "692\n", - "print utm zone: 33\n", - "print r: 1128.7409513219327\n", - "693\n", - "print utm zone: 33\n", - "print r: 1128.8435255025065\n", - "694\n", - "print utm zone: 33\n", - "print r: 1493.6180910211956\n", - "695\n", - "print utm zone: 34\n", - "print r: 2877.719846900056\n", - "696\n", - "print utm zone: 35\n", - "print r: 5644.360962854302\n", - "697\n", - "print utm zone: 33\n", - "print r: 1596.365152155131\n", - "698\n", - "print utm zone: 34\n", - "print r: 4921.281532327117\n", - "699\n", - "print utm zone: 35\n", - "print r: 1596.956334384353\n", - "700\n", - "print utm zone: 42\n", - "print r: 1128.9563742568612\n", - "701\n", - "print utm zone: 33\n", - "print r: 3339.2196069670968\n", - "702\n", - "print utm zone: 34\n", - "print r: 2647.830466767284\n", - "703\n", - "print utm zone: 34\n", - "print r: 1872.3724981317575\n", - "704\n", - "print utm zone: 34\n", - "print r: 7316.2142276748355\n", - "705\n", - "print utm zone: 34\n", - "print r: 2111.5995470425546\n", - "706\n", - "print utm zone: 44\n", - "print r: 2326.954835956993\n", - "707\n", - "print utm zone: 33\n", - "print r: 5702.484758340994\n", - "708\n", - "print utm zone: 35\n", - "print r: 2034.6766609030497\n", - "709\n", - "print utm zone: 35\n", - "print r: 3613.5141988191604\n", - "710\n", - "print utm zone: 34\n", - "print r: 1129.0989010953651\n", - "711\n", - "print utm zone: 33\n", - "print r: 1262.2033978751733\n", - "712\n", - "print utm zone: 35\n", - "print r: 1493.0959700701585\n", - "713\n", - "print utm zone: 33\n", - "print r: 1693.3296094611683\n", - "714\n", - "print utm zone: 36\n", - "print r: 3241.86690387581\n", - "715\n", - "print utm zone: 36\n", - "print r: 2524.1109658862797\n", - "716\n", - "print utm zone: 33\n", - "print r: 1871.9331625083717\n", - "717\n", - "print utm zone: 34\n", - "print r: 2822.098386529406\n", - "718\n", - "print utm zone: 34\n", - "print r: 2185.6999466271036\n", - "719\n", - "print utm zone: 36\n", - "print r: 1785.5170111112966\n", - "720\n", - "print utm zone: 36\n", - "print r: 1693.0600293127422\n", - "721\n", - "print utm zone: 43\n", - "print r: 1596.736311378823\n", - "722\n", - "print utm zone: 34\n", - "print r: 1262.2511796651404\n", - "723\n", - "print utm zone: 34\n", - "print r: 1693.072656634778\n", - "724\n", - "print utm zone: 34\n", - "print r: 1784.5499170753505\n", - "725\n", - "print utm zone: 34\n", - "print r: 4147.209678511951\n", - "726\n", - "print utm zone: 33\n", - "print r: 1871.9433549596588\n", - "727\n", - "print utm zone: 36\n", - "print r: 5174.560161156612\n", - "728\n", - "print utm zone: 35\n", - "print r: 6156.3312884189845\n", - "729\n", - "print utm zone: 34\n", - "print r: 1382.323966432411\n", - "730\n", - "print utm zone: 34\n", - "print r: 2112.4701164887633\n", - "731\n", - "print utm zone: 34\n", - "print r: 3701.0538658089718\n", - "732\n", - "print utm zone: 34\n", - "print r: 1693.0126566748165\n", - "733\n", - "print utm zone: 34\n", - "print r: 2647.369633262733\n", - "734\n", - "print utm zone: 35\n", - "print r: 1871.853161528972\n", - "735\n", - "print utm zone: 35\n", - "print r: 1955.467921201791\n", - "736\n", - "print utm zone: 34\n", - "print r: 1872.1465926362343\n", - "737\n", - "print utm zone: 35\n", - "print r: 1693.4853052494302\n", - "738\n", - "print utm zone: 36\n", - "print r: 1493.0543675571787\n", - "739\n", - "print utm zone: 36\n", - "print r: 2394.8011363692526\n", - "740\n", - "print utm zone: 33\n", - "print r: 2461.1701147769077\n", - "741\n", - "print utm zone: 34\n", - "print r: 1872.0620719384858\n", - "742\n", - "print utm zone: 33\n", - "print r: 1382.612032102208\n", - "743\n", - "print utm zone: 33\n", - "print r: 2987.243209308172\n", - "744\n", - "print utm zone: 34\n", - "print r: 2394.2037215313403\n", - "745\n", - "print utm zone: 35\n", - "print r: 2587.217112809855\n", - "746\n", - "print utm zone: 34\n", - "print r: 1693.1235680476059\n", - "747\n", - "print utm zone: 34\n", - "print r: 2258.105526106303\n", - "748\n", - "print utm zone: 35\n", - "print r: 1596.6090188878252\n", - "749\n", - "print utm zone: 35\n", - "print r: 1693.243219139499\n", - "750\n", - "print utm zone: 35\n", - "print r: 1382.313650347629\n", - "751\n", - "print utm zone: 33\n", - "print r: 2586.470925918332\n", - "752\n", - "print utm zone: 36\n", - "print r: 2587.32938157971\n", - "753\n", - "print utm zone: 34\n", - "print r: 1955.8432225266395\n", - "754\n", - "print utm zone: 34\n", - "print r: 1784.8035895643595\n", - "755\n", - "print utm zone: 35\n", - "print r: 1262.0975479966144\n", - "756\n", - "print utm zone: 41\n", - "print r: 1382.74553747111\n", - "757\n", - "print utm zone: 33\n", - "print r: 1493.2422495327828\n", - "758\n", - "print utm zone: 33\n", - "print r: 2764.831567024891\n", - "759\n", - "print utm zone: 36\n", - "print r: 1784.5649057478906\n", - "760\n", - "print utm zone: 44\n", - "print r: 1493.1129031403013\n", - "761\n", - "print utm zone: 44\n", - "print r: 6980.4376726738665\n", - "762\n", - "print utm zone: 35\n", - "print r: 3039.28798725406\n", - "763\n", - "print utm zone: 36\n", - "print r: 1785.055350857041\n", - "764\n", - "print utm zone: 34\n", - "print r: 1784.6442394624582\n", - "765\n", - "print utm zone: 34\n", - "print r: 2034.7444777496487\n", - "766\n", - "print utm zone: 36\n", - "print r: 3193.0712143377814\n", - "767\n", - "print utm zone: 36\n", - "print r: 2257.3744377421053\n", - "768\n", - "print utm zone: 40\n", - "print r: 1382.2981566554395\n", - "769\n", - "print utm zone: 35\n", - "print r: 1382.3665677654703\n", - "770\n", - "print utm zone: 36\n", - "print r: 2034.694421569301\n", - "771\n", - "print utm zone: 36\n", - "print r: 1955.1603259323017\n", - "772\n", - "print utm zone: 34\n", - "print r: 1596.3262381056827\n", - "773\n", - "print utm zone: 34\n", - "print r: 1784.5548969043987\n", - "774\n", - "print utm zone: 33\n", - "print r: 977.6304931776317\n", - "775\n", - "print utm zone: 33\n", - "print r: 1955.6630519915757\n", - "776\n", - "print utm zone: 35\n", - "print r: 1382.5828860899805\n", - "777\n", - "print utm zone: 36\n", - "print r: 2587.1680942872486\n", - "778\n", - "print utm zone: 34\n", - "print r: 3571.4785902630833\n", - "779\n", - "print utm zone: 35\n", - "print r: 1784.5375790925914\n", - "780\n", - "print utm zone: 34\n", - "print r: 1955.0482713516267\n", - "781\n", - "print utm zone: 44\n", - "print r: 3092.0594346732555\n", - "782\n", - "print utm zone: 33\n", - "print r: 1596.6770541735866\n", - "783\n", - "print utm zone: 35\n", - "print r: 3787.339910204446\n", - "784\n", - "print utm zone: 34\n", - "print r: 1596.8587549223357\n", - "785\n", - "print utm zone: 36\n", - "print r: 3142.6785502635153\n", - "786\n", - "print utm zone: 36\n", - "print r: 14656.132420662303\n", - "787\n", - "print utm zone: 36\n", - "print r: 2185.879797731002\n", - "788\n", - "print utm zone: 33\n", - "print r: 1262.0579702995778\n", - "789\n", - "print utm zone: 34\n", - "print r: 1596.1096616063164\n", - "790\n", - "print utm zone: 35\n", - "print r: 2586.1044062107194\n", - "791\n", - "print utm zone: 35\n", - "print r: 1784.5754037202382\n", - "792\n", - "print utm zone: 35\n", - "print r: 2460.400936150427\n", - "793\n", - "print utm zone: 36\n", - "print r: 2523.8942807798458\n", - "794\n", - "print utm zone: 37\n", - "print r: 1955.4059211590318\n", - "795\n", - "print utm zone: 33\n", - "print r: 1382.563060297905\n", - "796\n", - "print utm zone: 34\n", - "print r: 3290.868069379504\n", - "797\n", - "print utm zone: 34\n", - "print r: 3524.158195908783\n", - "798\n", - "print utm zone: 35\n", - "print r: 1382.7545296939559\n", - "799\n", - "print utm zone: 35\n", - "print r: 2821.5403209230367\n", - "800\n", - "print utm zone: 34\n", - "print r: 1955.092341928488\n", - "801\n", - "print utm zone: 34\n", - "print r: 1692.949235363246\n", - "802\n", - "print utm zone: 36\n", - "print r: 1955.5872537815626\n", - "803\n", - "print utm zone: 36\n", - "print r: 1693.853586146694\n", - "804\n", - "print utm zone: 42\n", - "print r: 2586.760362498514\n", - "805\n", - "print utm zone: 44\n", - "print r: 1493.0878615894824\n", - "806\n", - "print utm zone: 42\n", - "print r: 1382.8222937681262\n", - "807\n", - "print utm zone: 34\n", - "print r: 1784.5343970925205\n", - "808\n", - "print utm zone: 36\n", - "print r: 2035.6631555968509\n", - "809\n", - "print utm zone: 39\n", - "print r: 1382.4739654580785\n", - "810\n", - "print utm zone: 40\n", - "print r: 1871.8412245949146\n", - "811\n", - "print utm zone: 40\n", - "print r: 7070.847172111779\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "812\n", - "print utm zone: 36\n", - "print r: 2707.2706052259146\n", - "813\n", - "print utm zone: 35\n", - "print r: 5999.786623869179\n", - "814\n", - "print utm zone: 36\n", - "print r: 2326.7236431303554\n", - "815\n", - "print utm zone: 43\n", - "print r: 2186.035181065314\n", - "816\n", - "print utm zone: 34\n", - "print r: 1785.271480321558\n", - "817\n", - "print utm zone: 34\n", - "print r: 2586.3002514184236\n", - "818\n", - "print utm zone: 35\n", - "print r: 1382.6576197770687\n", - "819\n", - "print utm zone: 36\n", - "print r: 1784.6549243477623\n", - "820\n", - "print utm zone: 33\n", - "print r: 1596.86303161502\n", - "821\n", - "print utm zone: 35\n", - "print r: 1693.639134282918\n", - "822\n", - "print utm zone: 35\n", - "print r: 3241.605461683732\n", - "823\n", - "print utm zone: 37\n", - "print r: 1596.8988422712134\n", - "824\n", - "print utm zone: 37\n", - "print r: 1784.942271738507\n", - "825\n", - "print utm zone: 34\n", - "print r: 1382.849339120297\n", - "826\n", - "print utm zone: 34\n", - "print r: 977.6461895649444\n", - "827\n", - "print utm zone: 34\n", - "print r: 2111.7422137214753\n", - "828\n", - "print utm zone: 34\n", - "print r: 1382.2633893448399\n", - "829\n", - "print utm zone: 35\n", - "print r: 1784.7848401827255\n", - "830\n", - "print utm zone: 34\n", - "print r: 1261.8590739457195\n", - "831\n", - "print utm zone: 34\n", - "print r: 2185.5337578106905\n", - "832\n", - "print utm zone: 39\n", - "print r: 1596.11186423526\n", - "833\n", - "print utm zone: 36\n", - "print r: 2987.329855544126\n", - "834\n", - "print utm zone: 41\n", - "print r: 1382.6654481483379\n", - "835\n", - "print utm zone: 44\n", - "print r: 1493.1357500120414\n", - "836\n", - "print utm zone: 35\n", - "print r: 1871.6500769077395\n", - "837\n", - "print utm zone: 34\n", - "print r: 18932.432420726658\n", - "838\n", - "print utm zone: 34\n", - "print r: 4722.431820620673\n", - "839\n", - "print utm zone: 34\n", - "print r: 4371.761812070948\n", - "840\n", - "print utm zone: 34\n", - "print r: 2112.038810140069\n", - "841\n", - "print utm zone: 36\n", - "print r: 2460.6560354658936\n", - "842\n", - "print utm zone: 40\n", - "print r: 1382.3981849651223\n", - "843\n", - "print utm zone: 35\n", - "print r: 1955.1768493348782\n", - "844\n", - "print utm zone: 43\n", - "print r: 1382.5235126511025\n", - "845\n", - "print utm zone: 34\n", - "print r: 3091.784808466946\n", - "846\n", - "print utm zone: 34\n", - "print r: 2764.99472487715\n", - "847\n", - "print utm zone: 34\n", - "print r: 2523.917750971594\n", - "848\n", - "print utm zone: 34\n", - "print r: 2111.4085021400547\n", - "849\n", - "print utm zone: 35\n", - "print r: 2185.7694853535727\n", - "850\n", - "print utm zone: 35\n", - "print r: 1493.0702074421527\n", - "851\n", - "print utm zone: 35\n", - "print r: 2257.2027451080817\n", - "852\n", - "print utm zone: 35\n", - "print r: 2932.263751669353\n", - "853\n", - "print utm zone: 34\n", - "print r: 3658.397985033663\n", - "854\n", - "print utm zone: 36\n", - "print r: 1871.6008385539565\n", - "855\n", - "print utm zone: 34\n", - "print r: 1872.1318722523415\n", - "856\n", - "print utm zone: 35\n", - "print r: 1872.3889607030096\n", - "857\n", - "print utm zone: 36\n", - "print r: 3142.9300849149595\n", - "858\n", - "print utm zone: 34\n", - "print r: 1784.749142889974\n", - "859\n", - "print utm zone: 33\n", - "print r: 1872.539162418495\n", - "860\n", - "print utm zone: 34\n", - "print r: 2524.0544312693264\n", - "861\n", - "print utm zone: 35\n", - "print r: 1693.057227732378\n", - "862\n", - "print utm zone: 35\n", - "print r: 3243.3681953008563\n", - "863\n", - "print utm zone: 43\n", - "print r: 5354.986375447071\n", - "864\n", - "print utm zone: 34\n", - "print r: 3480.2340030719956\n", - "865\n", - "print utm zone: 36\n", - "print r: 2327.128544330037\n", - "866\n", - "print utm zone: 34\n", - "print r: 2459.7332153634316\n", - "867\n", - "print utm zone: 34\n", - "print r: 2459.7616204270075\n", - "868\n", - "print utm zone: 35\n", - "print r: 2327.120713373177\n", - "869\n", - "print utm zone: 36\n", - "print r: 2764.8908386996823\n", - "870\n", - "print utm zone: 36\n", - "print r: 1872.1305612887995\n", - "871\n", - "print utm zone: 43\n", - "print r: 1382.303042225752\n", - "872\n", - "print utm zone: 34\n", - "print r: 1955.833864448995\n", - "873\n", - "print utm zone: 35\n", - "print r: 1596.2609821217095\n", - "874\n", - "print utm zone: 36\n", - "print r: 1493.7121232127615\n", - "875\n", - "print utm zone: 34\n", - "print r: 2460.0165130850005\n", - "876\n", - "print utm zone: 34\n", - "print r: 3785.7539022531714\n", - "877\n", - "print utm zone: 36\n", - "print r: 1785.4459749527039\n", - "878\n", - "print utm zone: 34\n", - "print r: 4371.062838978451\n", - "879\n", - "print utm zone: 35\n", - "print r: 2035.082605906007\n", - "880\n", - "print utm zone: 34\n", - "print r: 1871.6703702478535\n", - "881\n", - "print utm zone: 34\n", - "print r: 2764.6099779000856\n", - "882\n", - "print utm zone: 35\n", - "print r: 1492.878440853169\n", - "883\n", - "print utm zone: 36\n", - "print r: 2877.400049530714\n", - "884\n", - "print utm zone: 34\n", - "print r: 3290.948312071049\n", - "885\n", - "print utm zone: 35\n", - "print r: 1784.7358818243229\n", - "886\n", - "print utm zone: 36\n", - "print r: 1784.4414477810606\n", - "887\n", - "print utm zone: 34\n", - "print r: 1871.9878119731707\n", - "888\n", - "print utm zone: 34\n", - "print r: 1492.974997826294\n", - "889\n", - "print utm zone: 34\n", - "print r: 5864.76312176185\n", - "890\n", - "print utm zone: 35\n", - "print r: 1596.9431662082895\n", - "891\n", - "print utm zone: 36\n", - "print r: 3038.8596123869966\n", - "892\n", - "print utm zone: 34\n", - "print r: 5615.776708304992\n", - "893\n", - "print utm zone: 34\n", - "print r: 1954.839530818855\n", - "894\n", - "print utm zone: 34\n", - "print r: 2257.217576494373\n", - "895\n", - "print utm zone: 36\n", - "print r: 1693.276106393848\n", - "896\n", - "print utm zone: 43\n", - "print r: 1871.8862838009027\n", - "897\n", - "print utm zone: 34\n", - "print r: 2877.2518429494194\n", - "898\n", - "print utm zone: 34\n", - "print r: 2327.5705753406255\n", - "899\n", - "print utm zone: 35\n", - "print r: 1596.6917732848856\n", - "900\n", - "print utm zone: 36\n", - "print r: 1784.721527369704\n", - "901\n", - "print utm zone: 34\n", - "print r: 4372.1721528755725\n", - "902\n", - "print utm zone: 34\n", - "print r: 1693.205539609958\n", - "903\n", - "print utm zone: 34\n", - "print r: 11944.507828768423\n", - "904\n", - "print utm zone: 34\n", - "print r: 2985.9135586499706\n", - "905\n", - "print utm zone: 34\n", - "print r: 1954.7506369427335\n", - "906\n", - "print utm zone: 34\n", - "print r: 6334.16421968181\n", - "907\n", - "print utm zone: 35\n", - "print r: 1382.7033748917534\n", - "908\n", - "print utm zone: 36\n", - "print r: 1692.9413540870037\n", - "909\n", - "print utm zone: 36\n", - "print r: 2524.957493190331\n", - "910\n", - "print utm zone: 34\n", - "print r: 1692.9997275579128\n", - "911\n", - "print utm zone: 34\n", - "print r: 1692.9727002254488\n", - "912\n", - "print utm zone: 34\n", - "print r: 2257.9411853683164\n", - "913\n", - "print utm zone: 34\n", - "print r: 1382.788593739548\n", - "914\n", - "print utm zone: 33\n", - "print r: 3340.1644838914026\n", - "915\n", - "print utm zone: 34\n", - "print r: 1382.898678101553\n", - "916\n", - "print utm zone: 35\n", - "print r: 2035.29738695571\n", - "917\n", - "print utm zone: 35\n", - "print r: 2034.6330586044942\n", - "918\n", - "print utm zone: 40\n", - "print r: 2034.5686775931006\n", - "919\n", - "print utm zone: 35\n", - "print r: 1382.841780422152\n", - "920\n", - "print utm zone: 44\n", - "print r: 7049.139647901327\n", - "921\n", - "print utm zone: 34\n", - "print r: 2257.844350773209\n", - "922\n", - "print utm zone: 34\n", - "print r: 1784.6255755821178\n", - "923\n", - "print utm zone: 34\n", - "print r: 1784.412240383701\n", - "924\n", - "print utm zone: 34\n", - "print r: 2932.5208884757026\n", - "925\n", - "print utm zone: 34\n", - "print r: 2185.5193032907555\n", - "926\n", - "print utm zone: 34\n", - "print r: 1261.7983770000662\n", - "927\n", - "print utm zone: 35\n", - "print r: 1871.6047681819039\n", - "928\n", - "print utm zone: 35\n", - "print r: 3743.6057957846037\n", - "929\n", - "print utm zone: 34\n", - "print r: 1785.057070015682\n", - "930\n", - "print utm zone: 34\n", - "print r: 2523.756475618267\n", - "931\n", - "print utm zone: 36\n", - "print r: 2186.0862678775206\n", - "932\n", - "print utm zone: 34\n", - "print r: 2185.574829263129\n", - "933\n", - "print utm zone: 43\n", - "print r: 1128.7765802233887\n", - "934\n", - "print utm zone: 43\n", - "print r: 4030.602603605468\n", - "935\n", - "print utm zone: 34\n", - "print r: 1954.9415529688793\n", - "936\n", - "print utm zone: 34\n", - "print r: 4069.7842585353096\n", - "937\n", - "print utm zone: 37\n", - "print r: 1785.21774523244\n", - "938\n", - "print utm zone: 34\n", - "print r: 1596.0203802049302\n", - "939\n", - "print utm zone: 35\n", - "print r: 1784.4379066800113\n", - "940\n", - "print utm zone: 43\n", - "print r: 1493.4080374293555\n", - "941\n", - "print utm zone: 34\n", - "print r: 2523.6794831695815\n", - "942\n", - "print utm zone: 34\n", - "print r: 1493.0728108805374\n", - "943\n", - "print utm zone: 34\n", - "print r: 2034.9103815948488\n", - "944\n", - "print utm zone: 36\n", - "print r: 1596.2580297188179\n", - "945\n", - "print utm zone: 36\n", - "print r: 1785.1573919688412\n", - "946\n", - "print utm zone: 43\n", - "print r: 1872.16476536528\n", - "947\n", - "print utm zone: 37\n", - "print r: 2035.3067112138613\n", - "948\n", - "print utm zone: 37\n", - "print r: 2586.699896133801\n", - "949\n", - "print utm zone: 34\n", - "print r: 1692.8537645616202\n", - "950\n", - "print utm zone: 34\n", - "print r: 2258.3052385767323\n", - "951\n", - "print utm zone: 35\n", - "print r: 3039.550715731151\n", - "952\n", - "print utm zone: 43\n", - "print r: 2111.962559083224\n", - "953\n", - "print utm zone: 34\n", - "print r: 1955.0977376163069\n", - "954\n", - "print utm zone: 34\n", - "print r: 1872.1731133870046\n", - "955\n", - "print utm zone: 37\n", - "print r: 12226.3799737203\n", - "956\n", - "print utm zone: 34\n", - "print r: 2185.815402432324\n", - "957\n", - "print utm zone: 43\n", - "print r: 1693.2771334417246\n", - "958\n", - "print utm zone: 34\n", - "print r: 1261.7495120316316\n", - "959\n", - "print utm zone: 36\n", - "print r: 1596.0210778446228\n", - "960\n", - "print utm zone: 34\n", - "print r: 1955.291348448263\n", - "961\n", - "print utm zone: 36\n", - "print r: 4299.786932880434\n", - "962\n", - "print utm zone: 34\n", - "print r: 1596.3437659217027\n", - "963\n", - "print utm zone: 39\n", - "print r: 1493.451304192865\n", - "964\n", - "print utm zone: 43\n", - "print r: 1693.3023603063489\n", - "965\n", - "print utm zone: 34\n", - "print r: 3658.0997566257347\n", - "966\n", - "print utm zone: 34\n", - "print r: 3090.82171784509\n", - "967\n", - "print utm zone: 43\n", - "print r: 7271.89887282943\n", - "968\n", - "print utm zone: 34\n", - "print r: 16982.424981427914\n", - "969\n", - "print utm zone: 35\n", - "print r: 8618.244689856463\n", - "970\n", - "print utm zone: 35\n", - "print r: 2764.4253019053554\n", - "971\n", - "print utm zone: 36\n", - "print r: 2034.8872678415948\n", - "972\n", - "print utm zone: 34\n", - "print r: 1955.7355540386307\n", - "973\n", - "print utm zone: 35\n", - "print r: 2258.2099482957356\n", - "974\n", - "print utm zone: 43\n", - "print r: 1262.071752612317\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "975\n", - "print utm zone: 45\n", - "print r: 2765.68886619102\n", - "976\n", - "print utm zone: 34\n", - "print r: 1382.1760641758142\n", - "977\n", - "print utm zone: 34\n", - "print r: 2034.9135874616181\n", - "978\n", - "print utm zone: 35\n", - "print r: 1871.9953834517025\n", - "979\n", - "print utm zone: 36\n", - "print r: 2112.4778714185504\n", - "980\n", - "print utm zone: 34\n", - "print r: 1693.1824564947035\n", - "981\n", - "print utm zone: 34\n", - "print r: 1382.448336348732\n", - "982\n", - "print utm zone: 35\n", - "print r: 2327.072950617149\n", - "983\n", - "print utm zone: 43\n", - "print r: 2524.396473993728\n", - "984\n", - "print utm zone: 34\n", - "print r: 2985.933437755404\n", - "985\n", - "print utm zone: 34\n", - "print r: 2764.5325317470088\n", - "986\n", - "print utm zone: 37\n", - "print r: 4069.527900193629\n", - "987\n", - "print utm zone: 34\n", - "print r: 4722.694887703333\n", - "988\n", - "print utm zone: 34\n", - "print r: 3868.5062135033036\n", - "989\n", - "print utm zone: 43\n", - "print r: 2112.023904782575\n", - "990\n", - "print utm zone: 36\n", - "print r: 2986.004795084923\n", - "991\n", - "print utm zone: 37\n", - "print r: 1784.752329563643\n", - "992\n", - "print utm zone: 39\n", - "print r: 1262.2842806484555\n", - "993\n", - "print utm zone: 34\n", - "print r: 2646.9783873747924\n", - "994\n", - "print utm zone: 35\n", - "print r: 2257.299615648652\n", - "995\n", - "print utm zone: 36\n", - "print r: 1784.3955974336366\n", - "996\n", - "print utm zone: 37\n", - "print r: 2878.5112637379666\n", - "997\n", - "print utm zone: 34\n", - "print r: 1784.8888444271965\n", - "998\n", - "print utm zone: 34\n", - "print r: 1596.1083865377823\n", - "999\n", - "print utm zone: 34\n", - "print r: 1492.8673766514657\n", - "1000\n", - "print utm zone: 34\n", - "print r: 4886.940914100197\n", - "1001\n", - "print utm zone: 35\n", - "print r: 1128.9671979906611\n", - "1002\n", - "print utm zone: 36\n", - "print r: 2035.0299435621237\n", - "1003\n", - "print utm zone: 44\n", - "print r: 1693.3729939334598\n", - "1004\n", - "print utm zone: 35\n", - "print r: 1784.7427943217513\n", - "1005\n", - "print utm zone: 35\n", - "print r: 2394.010203776782\n", - "1006\n", - "print utm zone: 36\n", - "print r: 2186.3033832338206\n", - "1007\n", - "print utm zone: 34\n", - "print r: 1784.5915175284522\n", - "1008\n", - "print utm zone: 34\n", - "print r: 1493.4521881310966\n", - "1009\n", - "print utm zone: 39\n", - "print r: 564.2715229882342\n", - "1010\n", - "print utm zone: 43\n", - "print r: 1784.9082549998125\n", - "1011\n", - "print utm zone: 34\n", - "print r: 4222.604824957471\n", - "1012\n", - "print utm zone: 41\n", - "print r: 1261.7571128264105\n", - "1013\n", - "print utm zone: 44\n", - "print r: 1128.9798621205243\n", - "1014\n", - "print utm zone: 34\n", - "print r: 1955.1575310007686\n", - "1015\n", - "print utm zone: 34\n", - "print r: 2034.501128245674\n", - "1016\n", - "print utm zone: 34\n", - "print r: 1954.7154939849286\n", - "1017\n", - "print utm zone: 35\n", - "print r: 1871.5630266424214\n", - "1018\n", - "print utm zone: 36\n", - "print r: 1784.3412541075454\n", - "1019\n", - "print utm zone: 37\n", - "print r: 1493.484130668095\n", - "1020\n", - "print utm zone: 44\n", - "print r: 1595.9763355061846\n", - "1021\n", - "print utm zone: 34\n", - "print r: 1382.2210823551013\n", - "1022\n", - "print utm zone: 43\n", - "print r: 1493.3083874987158\n", - "1023\n", - "print utm zone: 34\n", - "print r: 3656.935190977717\n", - "1024\n", - "print utm zone: 36\n", - "print r: 2035.3390015537263\n", - "1025\n", - "print utm zone: 36\n", - "print r: 1871.5950352136767\n", - "1026\n", - "print utm zone: 34\n", - "print r: 1784.8617654835246\n", - "1027\n", - "print utm zone: 34\n", - "print r: 11131.801784467194\n", - "1028\n", - "print utm zone: 34\n", - "print r: 1382.1066877015985\n", - "1029\n", - "print utm zone: 34\n", - "print r: 2877.4536053946454\n", - "1030\n", - "print utm zone: 36\n", - "print r: 6677.487031652644\n", - "1031\n", - "print utm zone: 35\n", - "print r: 2459.701022813571\n", - "1032\n", - "print utm zone: 37\n", - "print r: 2186.1757501042252\n", - "1033\n", - "print utm zone: 34\n", - "print r: 5971.623594948734\n", - "1034\n", - "print utm zone: 36\n", - "print r: 2035.0412040146525\n", - "1035\n", - "print utm zone: 37\n", - "print r: 1784.4159388429791\n", - "1036\n", - "print utm zone: 34\n", - "print r: 1595.8639927447646\n", - "1037\n", - "print utm zone: 35\n", - "print r: 2877.240859970727\n", - "1038\n", - "print utm zone: 35\n", - "print r: 1693.766493002487\n", - "1039\n", - "print utm zone: 34\n", - "print r: 1382.300682596236\n", - "1040\n", - "print utm zone: 34\n", - "print r: 1693.1550335627771\n", - "1041\n", - "print utm zone: 37\n", - "print r: 1692.8145164172045\n", - "1042\n", - "print utm zone: 34\n", - "print r: 3040.332812350427\n", - "1043\n", - "print utm zone: 43\n", - "print r: 1596.3828517158158\n", - "1044\n", - "print utm zone: 35\n", - "print r: 2257.7928516183347\n", - "1045\n", - "print utm zone: 37\n", - "print r: 1382.5974201605943\n", - "1046\n", - "print utm zone: 34\n", - "print r: 3242.3035858910525\n", - "1047\n", - "print utm zone: 35\n", - "print r: 1692.9599359549763\n", - "1048\n", - "print utm zone: 34\n", - "print r: 1261.8447953619097\n", - "1049\n", - "print utm zone: 35\n", - "print r: 5172.140529185041\n", - "1050\n", - "print utm zone: 40\n", - "print r: 2111.259202452869\n", - "1051\n", - "print utm zone: 34\n", - "print r: 1493.0544182755816\n", - "1052\n", - "print utm zone: 37\n", - "print r: 3142.585455999506\n", - "1053\n", - "print utm zone: 34\n", - "print r: 1872.6713226848685\n", - "1054\n", - "print utm zone: 35\n", - "print r: 2587.1284527016082\n", - "1055\n", - "print utm zone: 34\n", - "print r: 1784.3473654990044\n", - "1056\n", - "print utm zone: 34\n", - "print r: 2185.875182508093\n", - "1057\n", - "print utm zone: 35\n", - "print r: 1955.220247616877\n", - "1058\n", - "print utm zone: 35\n", - "print r: 2459.8956966827745\n", - "1059\n", - "print utm zone: 36\n", - "print r: 2035.040263948363\n", - "1060\n", - "print utm zone: 34\n", - "print r: 1261.8937424867217\n", - "1061\n", - "print utm zone: 35\n", - "print r: 1493.1245819389376\n", - "1062\n", - "print utm zone: 34\n", - "print r: 1492.9720897655711\n", - "1063\n", - "print utm zone: 36\n", - "print r: 2586.285397023639\n", - "1064\n", - "print utm zone: 37\n", - "print r: 2394.027186505558\n", - "1065\n", - "print utm zone: 38\n", - "print r: 1596.321392228833\n", - "1066\n", - "print utm zone: 35\n", - "print r: 1784.9696971116443\n", - "1067\n", - "print utm zone: 37\n", - "print r: 1784.7588651071608\n", - "1068\n", - "print utm zone: 43\n", - "print r: 1692.7933574533292\n", - "1069\n", - "print utm zone: 35\n", - "print r: 1596.6553085981425\n", - "1070\n", - "print utm zone: 35\n", - "print r: 5412.111234515596\n", - "1071\n", - "print utm zone: 34\n", - "print r: 1692.8315437029992\n", - "1072\n", - "print utm zone: 36\n", - "print r: 2034.3988221430013\n", - "1073\n", - "print utm zone: 37\n", - "print r: 2395.116776268107\n", - "1074\n", - "print utm zone: 35\n", - "print r: 1693.6454046375457\n", - "1075\n", - "print utm zone: 36\n", - "print r: 1785.2321147609234\n", - "1076\n", - "print utm zone: 35\n", - "print r: 1871.4477838209195\n", - "1077\n", - "print utm zone: 36\n", - "print r: 5263.3039321027745\n", - "1078\n", - "print utm zone: 37\n", - "print r: 1493.0779053914205\n", - "1079\n", - "print utm zone: 34\n", - "print r: 2111.2446201460443\n", - "1080\n", - "print utm zone: 35\n", - "print r: 1955.4289674710687\n", - "1081\n", - "print utm zone: 43\n", - "print r: 2035.0682443350443\n", - "1082\n", - "print utm zone: 35\n", - "print r: 1954.7514651921529\n", - "1083\n", - "print utm zone: 43\n", - "print r: 1128.535342176413\n", - "1084\n", - "print utm zone: 35\n", - "print r: 1954.984413589535\n", - "1085\n", - "print utm zone: 36\n", - "print r: 1784.527364380423\n", - "1086\n", - "print utm zone: 36\n", - "print r: 2327.356114921376\n", - "1087\n", - "print utm zone: 44\n", - "print r: 1595.9619657337146\n", - "1088\n", - "print utm zone: 35\n", - "print r: 1871.7116573748813\n", - "1089\n", - "print utm zone: 34\n", - "print r: 2933.0012148876503\n", - "1090\n", - "print utm zone: 36\n", - "print r: 1693.5681694743553\n", - "1091\n", - "print utm zone: 37\n", - "print r: 3038.5447015079117\n", - "1092\n", - "print utm zone: 35\n", - "print r: 2034.651331919971\n", - "1093\n", - "print utm zone: 36\n", - "print r: 2111.5303684911605\n", - "1094\n", - "print utm zone: 34\n", - "print r: 5140.827497882213\n", - "1095\n", - "print utm zone: 34\n", - "print r: 4408.721740014125\n", - "1096\n", - "print utm zone: 35\n", - "print r: 1596.4988867585466\n", - "1097\n", - "print utm zone: 35\n", - "print r: 1382.395415301628\n", - "1098\n", - "print utm zone: 35\n", - "print r: 1595.9513373371758\n", - "1099\n", - "print utm zone: 36\n", - "print r: 2327.7081208811446\n", - "1100\n", - "print utm zone: 34\n", - "print r: 3614.81675655276\n", - "1101\n", - "print utm zone: 35\n", - "print r: 1784.7715247662884\n", - "1102\n", - "print utm zone: 36\n", - "print r: 1784.8563698441208\n", - "1103\n", - "print utm zone: 36\n", - "print r: 1784.2849415359653\n", - "1104\n", - "print utm zone: 36\n", - "print r: 3700.2745823823525\n", - "1105\n", - "print utm zone: 37\n", - "print r: 3290.6565557187314\n", - "1106\n", - "print utm zone: 35\n", - "print r: 1871.4070136233079\n", - "1107\n", - "print utm zone: 39\n", - "print r: 1128.5131497762059\n", - "1108\n", - "print utm zone: 45\n", - "print r: 1693.4278328359476\n", - "1109\n", - "print utm zone: 36\n", - "print r: 1382.1686812885778\n", - "1110\n", - "print utm zone: 35\n", - "print r: 1595.912731732462\n", - "1111\n", - "print utm zone: 37\n", - "print r: 1871.417207770037\n", - "1112\n", - "print utm zone: 35\n", - "print r: 6130.060876010313\n", - "1113\n", - "print utm zone: 35\n", - "print r: 2393.7966131629423\n", - "1114\n", - "print utm zone: 34\n", - "print r: 1784.7722768576125\n", - "1115\n", - "print utm zone: 36\n", - "print r: 1784.4334735542648\n", - "1116\n", - "print utm zone: 36\n", - "print r: 1693.6135936639776\n", - "1117\n", - "print utm zone: 40\n", - "print r: 1492.871712303776\n", - "1118\n", - "print utm zone: 35\n", - "print r: 1871.9580430067992\n", - "1119\n", - "print utm zone: 35\n", - "print r: 1596.037818762219\n", - "1120\n", - "print utm zone: 35\n", - "print r: 1784.8315913853971\n", - "1121\n", - "print utm zone: 34\n", - "print r: 1382.7208451479112\n", - "1122\n", - "print utm zone: 35\n", - "print r: 2034.661562012253\n", - "1123\n", - "print utm zone: 35\n", - "print r: 1261.9479860807276\n", - "1124\n", - "print utm zone: 35\n", - "print r: 1595.8717724042651\n", - "1125\n", - "print utm zone: 36\n", - "print r: 2394.4725341452813\n", - "1126\n", - "print utm zone: 36\n", - "print r: 1692.6992964448111\n", - "1127\n", - "print utm zone: 34\n", - "print r: 1872.3294961527315\n", - "1128\n", - "print utm zone: 40\n", - "print r: 1128.8620464942212\n", - "1129\n", - "print utm zone: 35\n", - "print r: 2764.6174161937165\n", - "1130\n", - "print utm zone: 37\n", - "print r: 2393.956750632717\n", - "1131\n", - "print utm zone: 36\n", - "print r: 1871.3212658756756\n", - "1132\n", - "print utm zone: 35\n", - "print r: 2185.3261177130953\n", - "1133\n", - "print utm zone: 36\n", - "print r: 2326.570218344984\n", - "1134\n", - "print utm zone: 34\n", - "print r: 1262.1762566235577\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1135\n", - "print utm zone: 35\n", - "print r: 1692.750258113127\n", - "1136\n", - "print utm zone: 35\n", - "print r: 2764.298654815337\n", - "1137\n", - "print utm zone: 44\n", - "print r: 1596.4732846460743\n", - "1138\n", - "print utm zone: 36\n", - "print r: 977.2733929285528\n", - "1139\n", - "print utm zone: 36\n", - "print r: 5642.366006268125\n", - "1140\n", - "print utm zone: 35\n", - "print r: 4408.842687856646\n", - "1141\n", - "print utm zone: 35\n", - "print r: 1692.716560658333\n", - "1142\n", - "print utm zone: 36\n", - "print r: 4222.382955867479\n", - "1143\n", - "print utm zone: 37\n", - "print r: 3241.323050106095\n", - "1144\n", - "print utm zone: 35\n", - "print r: 2585.8505076474253\n", - "1145\n", - "print utm zone: 36\n", - "print r: 2186.234070934371\n", - "1146\n", - "print utm zone: 36\n", - "print r: 2523.7594702772926\n", - "1147\n", - "print utm zone: 35\n", - "print r: 1872.271587445532\n", - "1148\n", - "print utm zone: 35\n", - "print r: 2258.069507501542\n", - "1149\n", - "print utm zone: 35\n", - "print r: 1596.6525974950248\n", - "1150\n", - "print utm zone: 36\n", - "print r: 1493.1625768213698\n", - "1151\n", - "print utm zone: 37\n", - "print r: 1954.6788546420712\n", - "1152\n", - "print utm zone: 34\n", - "print r: 2587.1137870603156\n", - "1153\n", - "print utm zone: 35\n", - "print r: 2034.8450412133036\n", - "1154\n", - "print utm zone: 36\n", - "print r: 1785.0476857593803\n", - "1155\n", - "print utm zone: 36\n", - "print r: 2111.210472868872\n", - "1156\n", - "print utm zone: 37\n", - "print r: 1784.205451212419\n", - "1157\n", - "print utm zone: 44\n", - "print r: 1261.8787916883962\n", - "1158\n", - "print utm zone: 35\n", - "print r: 1872.2917555212582\n", - "1159\n", - "print utm zone: 36\n", - "print r: 1692.915465868403\n", - "1160\n", - "print utm zone: 34\n", - "print r: 1262.342338974504\n", - "1161\n", - "print utm zone: 37\n", - "print r: 5917.729623315995\n", - "1162\n", - "print utm zone: 36\n", - "print r: 1382.4222015339606\n", - "1163\n", - "print utm zone: 34\n", - "print r: 1692.8591753128785\n", - "1164\n", - "print utm zone: 37\n", - "print r: 1871.7863248646302\n", - "1165\n", - "print utm zone: 35\n", - "print r: 1693.1708763003558\n", - "1166\n", - "print utm zone: 36\n", - "print r: 2111.8718726997304\n", - "1167\n", - "print utm zone: 37\n", - "print r: 2707.1832019308226\n", - "1168\n", - "print utm zone: 39\n", - "print r: 1262.2491605245823\n", - "1169\n", - "print utm zone: 35\n", - "print r: 2185.2092907192214\n", - "1170\n", - "print utm zone: 37\n", - "print r: 1954.6972674836559\n", - "1171\n", - "print utm zone: 35\n", - "print r: 5384.165217253785\n", - "1172\n", - "print utm zone: 35\n", - "print r: 1784.6926166004964\n", - "1173\n", - "print utm zone: 37\n", - "print r: 4443.223316420357\n", - "1174\n", - "print utm zone: 35\n", - "print r: 1382.0413242360792\n", - "1175\n", - "print utm zone: 40\n", - "print r: 1692.7952261779483\n", - "1176\n", - "print utm zone: 35\n", - "print r: 1872.3702515657137\n", - "1177\n", - "print utm zone: 35\n", - "print r: 1954.5952445959847\n", - "1178\n", - "print utm zone: 35\n", - "print r: 2460.3152502077114\n", - "1179\n", - "print utm zone: 37\n", - "print r: 1954.4979830878572\n", - "1180\n", - "print utm zone: 35\n", - "print r: 1784.820464097538\n", - "1181\n", - "print utm zone: 35\n", - "print r: 1692.6344101843938\n", - "1182\n", - "print utm zone: 35\n", - "print r: 2524.2032956262105\n", - "1183\n", - "print utm zone: 36\n", - "print r: 2257.1475913197287\n", - "1184\n", - "print utm zone: 43\n", - "print r: 1128.550594924858\n", - "1185\n", - "print utm zone: 35\n", - "print r: 1692.6702699625969\n", - "1186\n", - "print utm zone: 35\n", - "print r: 2878.4430362295716\n", - "1187\n", - "print utm zone: 36\n", - "print r: 3910.9032806616365\n", - "1188\n", - "print utm zone: 34\n", - "print r: 1692.8579700866421\n", - "1189\n", - "print utm zone: 35\n", - "print r: 1693.141719024165\n", - "1190\n", - "print utm zone: 35\n", - "print r: 1954.609272866185\n", - "1191\n", - "print utm zone: 34\n", - "print r: 1382.5381301748616\n", - "1192\n", - "print utm zone: 36\n", - "print r: 2523.2229342071055\n", - "1193\n", - "print utm zone: 35\n", - "print r: 2035.1394668099658\n", - "1194\n", - "print utm zone: 35\n", - "print r: 1693.2679161787223\n", - "1195\n", - "print utm zone: 40\n", - "print r: 1261.6909277109721\n", - "1196\n", - "print utm zone: 37\n", - "print r: 2111.278295175193\n", - "1197\n", - "print utm zone: 35\n", - "print r: 1954.7602990294124\n", - "1198\n", - "print utm zone: 35\n", - "print r: 1871.8692238217586\n", - "1199\n", - "print utm zone: 42\n", - "print r: 2035.1823432103092\n", - "1200\n", - "print utm zone: 35\n", - "print r: 4184.298743309799\n", - "1201\n", - "print utm zone: 35\n", - "print r: 2185.6478359189628\n", - "1202\n", - "print utm zone: 37\n", - "print r: 2585.5649351208817\n", - "1203\n", - "print utm zone: 35\n", - "print r: 1596.6049291540596\n", - "1204\n", - "print utm zone: 37\n", - "print r: 5698.974860307033\n", - "1205\n", - "print utm zone: 36\n", - "print r: 1871.8482896741643\n", - "1206\n", - "print utm zone: 36\n", - "print r: 2034.489195027614\n", - "1207\n", - "print utm zone: 36\n", - "print r: 2257.2056795811295\n", - "1208\n", - "print utm zone: 36\n", - "print r: 3431.9053756860094\n", - "1209\n", - "print utm zone: 36\n", - "print r: 3569.4312181425485\n", - "1210\n", - "print utm zone: 37\n", - "print r: 2931.6978299942525\n", - "1211\n", - "print utm zone: 35\n", - "print r: 2185.420593500623\n", - "1212\n", - "print utm zone: 37\n", - "print r: 2932.0830415078503\n", - "1213\n", - "print utm zone: 35\n", - "print r: 3091.468096881922\n", - "1214\n", - "print utm zone: 36\n", - "print r: 2706.769019091738\n", - "1215\n", - "print utm zone: 40\n", - "print r: 1261.5573808754218\n", - "1216\n", - "print utm zone: 36\n", - "print r: 1784.5341313378299\n", - "1217\n", - "print utm zone: 37\n", - "print r: 3478.157567704533\n", - "1218\n", - "print utm zone: 35\n", - "print r: 1784.232663702833\n", - "1219\n", - "print utm zone: 35\n", - "print r: 1693.043952247977\n", - "1220\n", - "print utm zone: 36\n", - "print r: 1871.8505850089948\n", - "1221\n", - "print utm zone: 37\n", - "print r: 1492.911838419166\n", - "1222\n", - "print utm zone: 37\n", - "print r: 2034.759296681881\n", - "1223\n", - "print utm zone: 40\n", - "print r: 1261.5720225994996\n", - "1224\n", - "print utm zone: 37\n", - "print r: 1595.854400520027\n", - "1225\n", - "print utm zone: 34\n", - "print r: 4549.216950255301\n", - "1226\n", - "print utm zone: 44\n", - "print r: 2112.213655696058\n", - "1227\n", - "print utm zone: 36\n", - "print r: 4336.1346000767235\n", - "1228\n", - "print utm zone: 35\n", - "print r: 1596.0223909362824\n", - "1229\n", - "print utm zone: 39\n", - "print r: 1382.0423309023965\n", - "1230\n", - "print utm zone: 34\n", - "print r: 2706.5211750739613\n", - "1231\n", - "print utm zone: 34\n", - "print r: 1693.294039753612\n", - "1232\n", - "print utm zone: 35\n", - "print r: 2460.0264992685375\n", - "1233\n", - "print utm zone: 35\n", - "print r: 4223.024615406032\n", - "1234\n", - "print utm zone: 35\n", - "print r: 1595.9263084722616\n", - "1235\n", - "print utm zone: 37\n", - "print r: 3827.0032886621266\n", - "1236\n", - "print utm zone: 35\n", - "print r: 1596.180773319373\n", - "1237\n", - "print utm zone: 35\n", - "print r: 1261.6917223876728\n", - "1238\n", - "print utm zone: 37\n", - "print r: 1596.7002682714858\n", - "1239\n", - "print utm zone: 37\n", - "print r: 7225.310503479884\n", - "1240\n", - "print utm zone: 35\n", - "print r: 1784.163182378085\n", - "1241\n", - "print utm zone: 35\n", - "print r: 2111.9848307018924\n", - "1242\n", - "print utm zone: 35\n", - "print r: 2035.0114463775358\n", - "1243\n", - "print utm zone: 36\n", - "print r: 5353.490376093037\n", - "1244\n", - "print utm zone: 37\n", - "print r: 6432.851980293739\n", - "1245\n", - "print utm zone: 36\n", - "print r: 5201.7560982596015\n", - "1246\n", - "print utm zone: 36\n", - "print r: 2326.56756986911\n", - "1247\n", - "print utm zone: 34\n", - "print r: 1692.9215870738938\n", - "1248\n", - "print utm zone: 34\n", - "print r: 1492.9847098287776\n", - "1249\n", - "print utm zone: 35\n", - "print r: 1596.1968585600682\n", - "1250\n", - "print utm zone: 35\n", - "print r: 1692.585474153147\n", - "1251\n", - "print utm zone: 36\n", - "print r: 1954.4886437810997\n", - "1252\n", - "print utm zone: 35\n", - "print r: 1871.4694490089762\n", - "1253\n", - "print utm zone: 35\n", - "print r: 1784.281925635303\n", - "1254\n", - "print utm zone: 37\n", - "print r: 2257.7488179798825\n", - "1255\n", - "print utm zone: 35\n", - "print r: 1382.5290894763095\n", - "1256\n", - "print utm zone: 35\n", - "print r: 3090.2837766275225\n", - "1257\n", - "print utm zone: 37\n", - "print r: 2764.643895966719\n", - "1258\n", - "print utm zone: 35\n", - "print r: 1595.7750322623842\n", - "1259\n", - "print utm zone: 37\n", - "print r: 4853.291537952385\n", - "1260\n", - "print utm zone: 34\n", - "print r: 3657.021941296566\n", - "1261\n", - "print utm zone: 35\n", - "print r: 3523.576218408611\n", - "1262\n", - "print utm zone: 34\n", - "print r: 1261.752961308141\n", - "1263\n", - "print utm zone: 37\n", - "print r: 1492.684206319631\n", - "1264\n", - "print utm zone: 37\n", - "print r: 977.4019767165195\n", - "1265\n", - "print utm zone: 34\n", - "print r: 2111.398989005037\n", - "1266\n", - "print utm zone: 34\n", - "print r: 1954.440648633283\n", - "1267\n", - "print utm zone: 35\n", - "print r: 1692.6421025562943\n", - "1268\n", - "print utm zone: 36\n", - "print r: 2326.2770242248457\n", - "1269\n", - "print utm zone: 37\n", - "print r: 1382.0437291144406\n", - "1270\n", - "print utm zone: 37\n", - "print r: 2985.43236312047\n", - "1271\n", - "print utm zone: 36\n", - "print r: 1872.0078224403703\n", - "1272\n", - "print utm zone: 36\n", - "print r: 1493.015453307533\n", - "1273\n", - "print utm zone: 34\n", - "print r: 2586.0689654267862\n", - "1274\n", - "print utm zone: 35\n", - "print r: 1784.4285439346625\n", - "1275\n", - "print utm zone: 34\n", - "print r: 1382.4070767971045\n", - "1276\n", - "print utm zone: 35\n", - "print r: 1954.849287702783\n", - "1277\n", - "print utm zone: 37\n", - "print r: 3699.928263471112\n", - "1278\n", - "print utm zone: 35\n", - "print r: 2256.7435840029702\n", - "1279\n", - "print utm zone: 35\n", - "print r: 2524.260869957404\n", - "1280\n", - "print utm zone: 36\n", - "print r: 11891.44242706354\n", - "1281\n", - "print utm zone: 34\n", - "print r: 1596.1849345708995\n", - "1282\n", - "print utm zone: 35\n", - "print r: 1871.6012499908954\n", - "1283\n", - "print utm zone: 36\n", - "print r: 1595.766265567937\n", - "1284\n", - "print utm zone: 37\n", - "print r: 1784.9085328349647\n", - "1285\n", - "print utm zone: 37\n", - "print r: 1128.3947623295312\n", - "1286\n", - "print utm zone: 35\n", - "print r: 3090.5561457494205\n", - "1287\n", - "print utm zone: 35\n", - "print r: 2111.272882384313\n", - "1288\n", - "print utm zone: 36\n", - "print r: 2763.999266802859\n", - "1289\n", - "print utm zone: 35\n", - "print r: 2186.3776412928705\n", - "1290\n", - "print utm zone: 36\n", - "print r: 2326.563324578653\n", - "1291\n", - "print utm zone: 36\n", - "print r: 2706.893147593197\n", - "1292\n", - "print utm zone: 37\n", - "print r: 1784.2583828666\n", - "1293\n", - "print utm zone: 34\n", - "print r: 1595.7514744189868\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1294\n", - "print utm zone: 34\n", - "print r: 1871.2190346747586\n", - "1295\n", - "print utm zone: 37\n", - "print r: 2820.9842262437246\n", - "1296\n", - "print utm zone: 37\n", - "print r: 1492.7096467152962\n", - "1297\n", - "print utm zone: 34\n", - "print r: 1693.071814548846\n", - "1298\n", - "print utm zone: 35\n", - "print r: 2257.3139000196925\n", - "1299\n", - "print utm zone: 37\n", - "print r: 1595.7745714314997\n", - "1300\n", - "print utm zone: 36\n", - "print r: 1872.1517630277692\n", - "1301\n", - "print utm zone: 34\n", - "print r: 1381.9785843496575\n", - "1302\n", - "print utm zone: 34\n", - "print r: 1784.0884297616665\n", - "1303\n", - "print utm zone: 34\n", - "print r: 1784.6382039489836\n", - "1304\n", - "print utm zone: 37\n", - "print r: 4185.050269519914\n", - "1305\n", - "print utm zone: 37\n", - "print r: 1954.4662546796474\n", - "1306\n", - "print utm zone: 37\n", - "print r: 1784.1612167621547\n", - "1307\n", - "print utm zone: 37\n", - "print r: 3612.593447308243\n", - "1308\n", - "print utm zone: 35\n", - "print r: 1692.5698422514565\n", - "1309\n", - "print utm zone: 39\n", - "print r: 1128.362863495287\n", - "1310\n", - "print utm zone: 39\n", - "print r: 797.8846028420998\n", - "1311\n", - "print utm zone: 35\n", - "print r: 1596.4884960150262\n", - "1312\n", - "print utm zone: 37\n", - "print r: 8704.33825031317\n", - "1313\n", - "print utm zone: 43\n", - "print r: 1784.6575303242576\n", - "1314\n", - "print utm zone: 34\n", - "print r: 2821.7308778190704\n", - "1315\n", - "print utm zone: 36\n", - "print r: 1595.813270369713\n", - "1316\n", - "print utm zone: 37\n", - "print r: 1784.6563559076542\n", - "1317\n", - "print utm zone: 35\n", - "print r: 1692.5727831316265\n", - "1318\n", - "print utm zone: 34\n", - "print r: 1954.503996307983\n", - "1319\n", - "print utm zone: 34\n", - "print r: 1692.9921082335022\n", - "1320\n", - "print utm zone: 35\n", - "print r: 2706.2798366102734\n", - "1321\n", - "print utm zone: 35\n", - "print r: 1871.3168579895687\n", - "1322\n", - "print utm zone: 36\n", - "print r: 1784.38330423272\n", - "1323\n", - "print utm zone: 37\n", - "print r: 2460.670039340837\n", - "1324\n", - "print utm zone: 34\n", - "print r: 2705.77338170694\n", - "1325\n", - "print utm zone: 34\n", - "print r: 2110.9879462168847\n", - "1326\n", - "print utm zone: 34\n", - "print r: 1595.7540044824425\n", - "1327\n", - "print utm zone: 35\n", - "print r: 1954.5169406419927\n", - "1328\n", - "print utm zone: 35\n", - "print r: 1954.3819246844323\n", - "1329\n", - "print utm zone: 35\n", - "print r: 1954.3732561231789\n", - "1330\n", - "print utm zone: 36\n", - "print r: 1693.538261449236\n", - "1331\n", - "print utm zone: 40\n", - "print r: 1382.359579325631\n", - "1332\n", - "print utm zone: 35\n", - "print r: 2256.960782720251\n", - "1333\n", - "print utm zone: 35\n", - "print r: 1493.0188036512013\n", - "1334\n", - "print utm zone: 35\n", - "print r: 1596.414303635768\n", - "1335\n", - "print utm zone: 34\n", - "print r: 2185.4039871698687\n", - "1336\n", - "print utm zone: 34\n", - "print r: 1596.214207219449\n", - "1337\n", - "print utm zone: 35\n", - "print r: 1492.7476933738787\n", - "1338\n", - "print utm zone: 36\n", - "print r: 1493.0054357296292\n", - "1339\n", - "print utm zone: 34\n", - "print r: 1596.4511153191104\n", - "1340\n", - "print utm zone: 35\n", - "print r: 7136.875292312706\n", - "1341\n", - "print utm zone: 34\n", - "print r: 3524.5147206936203\n", - "1342\n", - "print utm zone: 35\n", - "print r: 2034.2153899114544\n", - "1343\n", - "print utm zone: 37\n", - "print r: 2877.0198743427586\n", - "1344\n", - "print utm zone: 35\n", - "print r: 1954.6185052504381\n", - "1345\n", - "print utm zone: 35\n", - "print r: 1492.7524128730531\n", - "1346\n", - "print utm zone: 35\n", - "print r: 1128.4954347523576\n", - "1347\n", - "print utm zone: 35\n", - "print r: 2764.140395119956\n", - "1348\n", - "print utm zone: 37\n", - "print r: 1692.508637050789\n", - "1349\n", - "print utm zone: 34\n", - "print r: 1954.2322515220587\n", - "1350\n", - "print utm zone: 34\n", - "print r: 1871.722623252111\n", - "1351\n", - "print utm zone: 35\n", - "print r: 1784.4275745828406\n", - "1352\n", - "print utm zone: 34\n", - "print r: 1595.900268892193\n", - "1353\n", - "print utm zone: 37\n", - "print r: 1382.0046543332667\n", - "1354\n", - "print utm zone: 34\n", - "print r: 2586.052621317944\n", - "1355\n", - "print utm zone: 35\n", - "print r: 2034.4804737206198\n", - "1356\n", - "print utm zone: 37\n", - "print r: 2111.336695023812\n", - "1357\n", - "print utm zone: 37\n", - "print r: 1692.572426882127\n", - "1358\n", - "print utm zone: 36\n", - "print r: 1596.6313241608354\n", - "1359\n", - "print utm zone: 37\n", - "print r: 1692.6189544772094\n", - "1360\n", - "print utm zone: 34\n", - "print r: 1693.1649326737538\n", - "1361\n", - "print utm zone: 36\n", - "print r: 2185.0643898892604\n", - "1362\n", - "print utm zone: 37\n", - "print r: 1382.5706582546436\n", - "1363\n", - "print utm zone: 37\n", - "print r: 1492.7150082773212\n", - "1364\n", - "print utm zone: 34\n", - "print r: 5527.6923473389\n", - "1365\n", - "print utm zone: 35\n", - "print r: 1693.0167709556963\n", - "1366\n", - "print utm zone: 34\n", - "print r: 1595.687354058204\n", - "1367\n", - "print utm zone: 35\n", - "print r: 2110.946653158861\n", - "1368\n", - "print utm zone: 35\n", - "print r: 2393.6957526062615\n", - "1369\n", - "print utm zone: 36\n", - "print r: 2459.0971962301946\n", - "1370\n", - "print utm zone: 35\n", - "print r: 1692.625823671646\n", - "1371\n", - "print utm zone: 37\n", - "print r: 1595.7346125788133\n", - "1372\n", - "print utm zone: 37\n", - "print r: 3523.243373115469\n", - "1373\n", - "print utm zone: 34\n", - "print r: 1382.3091104273499\n", - "1374\n", - "print utm zone: 34\n", - "print r: 1382.111872895626\n", - "1375\n", - "print utm zone: 34\n", - "print r: 2876.9674779062498\n", - "1376\n", - "print utm zone: 34\n", - "print r: 1492.6328167682786\n", - "1377\n", - "print utm zone: 34\n", - "print r: 3658.1162267793893\n", - "1378\n", - "print utm zone: 37\n", - "print r: 3612.4145234591297\n", - "1379\n", - "print utm zone: 37\n", - "print r: 1784.1328735373809\n", - "1380\n", - "print utm zone: 37\n", - "print r: 3090.069005869609\n", - "1381\n", - "print utm zone: 37\n", - "print r: 3867.863075564205\n", - "1382\n", - "print utm zone: 34\n", - "print r: 2034.51383837762\n", - "1383\n", - "print utm zone: 34\n", - "print r: 1692.9750451347913\n", - "1384\n", - "print utm zone: 34\n", - "print r: 2185.9387664062224\n", - "1385\n", - "print utm zone: 36\n", - "print r: 2185.1024620371713\n", - "1386\n", - "print utm zone: 34\n", - "print r: 1262.015933304218\n", - "1387\n", - "print utm zone: 37\n", - "print r: 1595.7113004595703\n", - "1388\n", - "print utm zone: 35\n", - "print r: 1596.5521281605584\n", - "1389\n", - "print utm zone: 36\n", - "print r: 3241.920462245697\n", - "1390\n", - "print utm zone: 37\n", - "print r: 2585.7733153686427\n", - "1391\n", - "print utm zone: 35\n", - "print r: 2523.1479599780005\n", - "1392\n", - "print utm zone: 34\n", - "print r: 2034.2932951525577\n", - "1393\n", - "print utm zone: 34\n", - "print r: 1493.3508197799117\n", - "1394\n", - "print utm zone: 35\n", - "print r: 1492.99145738994\n", - "1395\n", - "print utm zone: 35\n", - "print r: 1784.420255590844\n", - "1396\n", - "print utm zone: 37\n", - "print r: 1871.3943145651392\n", - "1397\n", - "print utm zone: 37\n", - "print r: 2876.8227278931454\n", - "1398\n", - "print utm zone: 42\n", - "print r: 1596.0571627288573\n", - "1399\n", - "print utm zone: 34\n", - "print r: 2986.648235223106\n", - "1400\n", - "print utm zone: 34\n", - "print r: 1784.9938347809589\n", - "1401\n", - "print utm zone: 35\n", - "print r: 2034.3994332163004\n", - "1402\n", - "print utm zone: 34\n", - "print r: 1595.9310594594333\n", - "1403\n", - "print utm zone: 37\n", - "print r: 2111.166223022685\n", - "1404\n", - "print utm zone: 37\n", - "print r: 2034.6468896786023\n", - "1405\n", - "print utm zone: 37\n", - "print r: 7023.784303274059\n", - "1406\n", - "print utm zone: 34\n", - "print r: 1262.2163004001686\n", - "1407\n", - "print utm zone: 36\n", - "print r: 1493.5109736022036\n", - "1408\n", - "print utm zone: 37\n", - "print r: 2035.1884296820606\n", - "1409\n", - "print utm zone: 35\n", - "print r: 2035.3375161631125\n", - "1410\n", - "print utm zone: 44\n", - "print r: 2459.171375014411\n", - "1411\n", - "print utm zone: 34\n", - "print r: 1871.1106047950905\n", - "1412\n", - "print utm zone: 34\n", - "print r: 2034.3217525617533\n", - "1413\n", - "print utm zone: 35\n", - "print r: 2110.950789033521\n", - "1414\n", - "print utm zone: 35\n", - "print r: 1261.5059281210658\n", - "1415\n", - "print utm zone: 35\n", - "print r: 1871.1467503112822\n", - "1416\n", - "print utm zone: 36\n", - "print r: 1871.99287778542\n", - "1417\n", - "print utm zone: 35\n", - "print r: 1595.777120085388\n", - "1418\n", - "print utm zone: 36\n", - "print r: 1955.1219340441467\n", - "1419\n", - "print utm zone: 35\n", - "print r: 2460.260091819173\n", - "1420\n", - "print utm zone: 34\n", - "print r: 3433.6192089465994\n", - "1421\n", - "print utm zone: 37\n", - "print r: 13681.335570405528\n", - "1422\n", - "print utm zone: 37\n", - "print r: 1692.5171437053696\n", - "1423\n", - "print utm zone: 34\n", - "print r: 1784.2094500362384\n", - "1424\n", - "print utm zone: 35\n", - "print r: 3141.4260132319505\n", - "1425\n", - "print utm zone: 37\n", - "print r: 2034.4583686828603\n", - "1426\n", - "print utm zone: 34\n", - "print r: 2393.5203176008404\n", - "1427\n", - "print utm zone: 35\n", - "print r: 1595.9848774048746\n", - "1428\n", - "print utm zone: 34\n", - "print r: 5352.262231131252\n", - "1429\n", - "print utm zone: 35\n", - "print r: 2393.7976196515187\n", - "1430\n", - "print utm zone: 34\n", - "print r: 3090.085727218296\n", - "1431\n", - "print utm zone: 33\n", - "print r: 2523.8905647733186\n", - "1432\n", - "print utm zone: 34\n", - "print r: 1381.8422750414243\n", - "1433\n", - "print utm zone: 34\n", - "print r: 1692.534549239042\n", - "1434\n", - "print utm zone: 35\n", - "print r: 1692.5254033792232\n", - "1435\n", - "print utm zone: 36\n", - "print r: 2034.8546573601438\n", - "1436\n", - "print utm zone: 37\n", - "print r: 2459.2098683788004\n", - "1437\n", - "print utm zone: 42\n", - "print r: 4259.9111526185125\n", - "1438\n", - "print utm zone: 34\n", - "print r: 1492.82989753926\n", - "1439\n", - "print utm zone: 36\n", - "print r: 1128.4554292682917\n", - "1440\n", - "print utm zone: 34\n", - "print r: 1871.0899346481863\n", - "1441\n", - "print utm zone: 40\n", - "print r: 2185.9802691869277\n", - "1442\n", - "print utm zone: 34\n", - "print r: 1692.5713972376889\n", - "1443\n", - "print utm zone: 34\n", - "print r: 2111.7062683822223\n", - "1444\n", - "print utm zone: 35\n", - "print r: 2111.0728436117206\n", - "1445\n", - "print utm zone: 36\n", - "print r: 1955.2509734102634\n", - "1446\n", - "print utm zone: 36\n", - "print r: 1784.021075564182\n", - "1447\n", - "print utm zone: 35\n", - "print r: 1595.7566199735681\n", - "1448\n", - "print utm zone: 36\n", - "print r: 1954.7165627120373\n", - "1449\n", - "print utm zone: 37\n", - "print r: 1784.543398750117\n", - "1450\n", - "print utm zone: 34\n", - "print r: 1595.6767730551076\n", - "1451\n", - "print utm zone: 35\n", - "print r: 3038.286240102938\n", - "1452\n", - "print utm zone: 35\n", - "print r: 1492.7087996646455\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1453\n", - "print utm zone: 35\n", - "print r: 1692.8355396216373\n", - "1454\n", - "print utm zone: 37\n", - "print r: 1595.6833869884445\n", - "1455\n", - "print utm zone: 35\n", - "print r: 2326.2363096207014\n", - "1456\n", - "print utm zone: 36\n", - "print r: 9321.382795550599\n", - "1457\n", - "print utm zone: 42\n", - "print r: 3568.3977745397265\n", - "1458\n", - "print utm zone: 34\n", - "print r: 2764.721301643086\n", - "1459\n", - "print utm zone: 34\n", - "print r: 1784.0447283642304\n", - "1460\n", - "print utm zone: 34\n", - "print r: 1382.2636820513753\n", - "1461\n", - "print utm zone: 34\n", - "print r: 1871.087146073676\n", - "1462\n", - "print utm zone: 35\n", - "print r: 1595.7037386584632\n", - "1463\n", - "print utm zone: 37\n", - "print r: 2523.0137699306706\n", - "1464\n", - "print utm zone: 34\n", - "print r: 1595.8328120282933\n", - "1465\n", - "print utm zone: 34\n", - "print r: 2326.1865926490204\n", - "1466\n", - "print utm zone: 34\n", - "print r: 3785.3362250522014\n", - "1467\n", - "print utm zone: 35\n", - "print r: 1493.3271718839019\n", - "1468\n", - "print utm zone: 34\n", - "print r: 1784.0414295500807\n", - "1469\n", - "print utm zone: 35\n", - "print r: 1871.0887001927845\n", - "1470\n", - "print utm zone: 44\n", - "print r: 1492.8691950810269\n", - "1471\n", - "print utm zone: 34\n", - "print r: 1492.6150944187953\n", - "1472\n", - "print utm zone: 34\n", - "print r: 3193.028756065806\n", - "1473\n", - "print utm zone: 34\n", - "print r: 1871.7578442911001\n", - "1474\n", - "print utm zone: 36\n", - "print r: 9741.869496774347\n", - "1475\n", - "print utm zone: 35\n", - "print r: 3337.5631418507082\n", - "1476\n", - "print utm zone: 35\n", - "print r: 2877.8578280882516\n", - "1477\n", - "print utm zone: 35\n", - "print r: 4108.126018530533\n", - "1478\n", - "print utm zone: 35\n", - "print r: 1872.1532079715976\n", - "1479\n", - "print utm zone: 36\n", - "print r: 1493.2366024233002\n", - "1480\n", - "print utm zone: 34\n", - "print r: 3039.125015311072\n", - "1481\n", - "print utm zone: 34\n", - "print r: 1492.5715763152646\n", - "1482\n", - "print utm zone: 35\n", - "print r: 1693.2417508698857\n", - "1483\n", - "print utm zone: 35\n", - "print r: 3949.27894661432\n", - "1484\n", - "print utm zone: 37\n", - "print r: 4370.434547876832\n", - "1485\n", - "print utm zone: 35\n", - "print r: 1692.550800235849\n", - "1486\n", - "print utm zone: 36\n", - "print r: 1381.9783263139007\n", - "1487\n", - "print utm zone: 34\n", - "print r: 1492.654925048333\n", - "1488\n", - "print utm zone: 34\n", - "print r: 2256.891725919933\n", - "1489\n", - "print utm zone: 33\n", - "print r: 3241.3154343305123\n", - "1490\n", - "print utm zone: 36\n", - "print r: 2393.4710786452633\n", - "1491\n", - "print utm zone: 34\n", - "print r: 1492.6253069318418\n", - "1492\n", - "print utm zone: 36\n", - "print r: 2185.349962578073\n", - "1493\n", - "print utm zone: 37\n", - "print r: 2186.0307538811207\n", - "1494\n", - "print utm zone: 34\n", - "print r: 1382.045102360327\n", - "1495\n", - "print utm zone: 34\n", - "print r: 2326.2527786718115\n", - "1496\n", - "print utm zone: 34\n", - "print r: 2326.0341645547214\n", - "1497\n", - "print utm zone: 34\n", - "print r: 1382.5189063303044\n", - "1498\n", - "print utm zone: 35\n", - "print r: 1261.5064267733635\n", - "1499\n", - "print utm zone: 35\n", - "print r: 1261.8914807263009\n", - "1500\n", - "print utm zone: 36\n", - "print r: 2256.6558414888577\n", - "1501\n", - "print utm zone: 35\n", - "print r: 1692.613216499449\n", - "1502\n", - "print utm zone: 34\n", - "print r: 2586.4655061760377\n", - "1503\n", - "print utm zone: 34\n", - "print r: 1871.3345786340092\n", - "1504\n", - "print utm zone: 35\n", - "print r: 2111.9755469936945\n", - "1505\n", - "print utm zone: 34\n", - "print r: 1784.5605691850028\n", - "1506\n", - "print utm zone: 34\n", - "print r: 1492.6609508067954\n", - "1507\n", - "print utm zone: 34\n", - "print r: 4479.735689477761\n", - "1508\n", - "print utm zone: 35\n", - "print r: 1871.2585694403497\n", - "1509\n", - "print utm zone: 36\n", - "print r: 1492.950251810986\n", - "1510\n", - "print utm zone: 39\n", - "print r: 1871.7315765743035\n", - "1511\n", - "print utm zone: 33\n", - "print r: 5530.11609403167\n", - "1512\n", - "print utm zone: 35\n", - "print r: 4296.485688336851\n", - "1513\n", - "print utm zone: 36\n", - "print r: 2326.004269847154\n", - "1514\n", - "print utm zone: 36\n", - "print r: 2985.4099724538187\n", - "1515\n", - "print utm zone: 34\n", - "print r: 1783.9548328536291\n", - "1516\n", - "print utm zone: 34\n", - "print r: 1870.9935585595063\n", - "1517\n", - "print utm zone: 36\n", - "print r: 3338.073141000107\n", - "1518\n", - "print utm zone: 33\n", - "print r: 1692.9986100287397\n", - "1519\n", - "print utm zone: 34\n", - "print r: 1692.6350798405758\n", - "1520\n", - "print utm zone: 36\n", - "print r: 977.196844762932\n", - "1521\n", - "print utm zone: 37\n", - "print r: 3038.1563039130774\n", - "1522\n", - "print utm zone: 33\n", - "print r: 1596.063503427183\n", - "1523\n", - "print utm zone: 34\n", - "print r: 1871.076026438037\n", - "1524\n", - "print utm zone: 34\n", - "print r: 1595.6743651522277\n", - "1525\n", - "print utm zone: 37\n", - "print r: 2185.2170941945988\n", - "1526\n", - "print utm zone: 34\n", - "print r: 1692.7614400687537\n", - "1527\n", - "print utm zone: 34\n", - "print r: 1954.2775270127268\n", - "1528\n", - "print utm zone: 35\n", - "print r: 1492.5961735386804\n", - "1529\n", - "print utm zone: 35\n", - "print r: 1382.0635318100158\n", - "1530\n", - "print utm zone: 34\n", - "print r: 4513.954743593857\n", - "1531\n", - "print utm zone: 34\n", - "print r: 1261.8296037563598\n", - "1532\n", - "print utm zone: 34\n", - "print r: 3569.5212581719484\n", - "1533\n", - "print utm zone: 35\n", - "print r: 1871.2013678783364\n", - "1534\n", - "print utm zone: 35\n", - "print r: 1492.604232665678\n", - "1535\n", - "print utm zone: 36\n", - "print r: 3478.0164894245036\n", - "1536\n", - "print utm zone: 36\n", - "print r: 2185.990547189146\n", - "1537\n", - "print utm zone: 44\n", - "print r: 1382.5294410974464\n", - "1538\n", - "print utm zone: 34\n", - "print r: 1595.7861602112166\n", - "1539\n", - "print utm zone: 35\n", - "print r: 2033.991274353353\n", - "1540\n", - "print utm zone: 36\n", - "print r: 2931.891904114227\n", - "1541\n", - "print utm zone: 35\n", - "print r: 1595.664076603948\n", - "1542\n", - "print utm zone: 34\n", - "print r: 1871.3267187137633\n", - "1543\n", - "print utm zone: 35\n", - "print r: 1783.9944851045211\n", - "1544\n", - "print utm zone: 35\n", - "print r: 1596.2450557023433\n", - "1545\n", - "print utm zone: 34\n", - "print r: 1596.147598539427\n", - "1546\n", - "print utm zone: 35\n", - "print r: 2185.240325461226\n", - "1547\n", - "print utm zone: 39\n", - "print r: 1692.8449369666955\n", - "1548\n", - "print utm zone: 34\n", - "print r: 1784.0439908952076\n", - "1549\n", - "print utm zone: 34\n", - "print r: 1692.87879066791\n", - "1550\n", - "print utm zone: 34\n", - "print r: 1595.6984193050143\n", - "1551\n", - "print utm zone: 34\n", - "print r: 5077.177396436236\n", - "1552\n", - "print utm zone: 34\n", - "print r: 1493.4711354782903\n", - "1553\n", - "print utm zone: 36\n", - "print r: 1595.6803515062363\n", - "1554\n", - "print utm zone: 34\n", - "print r: 1596.1868921384407\n", - "1555\n", - "print utm zone: 35\n", - "print r: 1871.3034192730474\n", - "1556\n", - "print utm zone: 34\n", - "print r: 1784.845815143134\n", - "1557\n", - "print utm zone: 34\n", - "print r: 2326.1425201551892\n", - "1558\n", - "print utm zone: 36\n", - "print r: 1871.3853165873948\n", - "1559\n", - "print utm zone: 37\n", - "print r: 2327.1647773930695\n", - "1560\n", - "print utm zone: 36\n", - "print r: 3191.770809500654\n", - "1561\n", - "print utm zone: 34\n", - "print r: 1871.59562903509\n", - "1562\n", - "print utm zone: 34\n", - "print r: 1492.793940787571\n", - "1563\n", - "print utm zone: 35\n", - "print r: 1871.0541736377552\n", - "1564\n", - "print utm zone: 35\n", - "print r: 1783.9253149758524\n", - "1565\n", - "print utm zone: 45\n", - "print r: 1871.6794272921293\n", - "1566\n", - "print utm zone: 34\n", - "print r: 1871.3510563406473\n", - "1567\n", - "print utm zone: 34\n", - "print r: 2184.901576141287\n", - "1568\n", - "print utm zone: 34\n", - "print r: 1382.595837857962\n", - "1569\n", - "print utm zone: 36\n", - "print r: 2185.572744204141\n", - "1570\n", - "print utm zone: 34\n", - "print r: 1595.5531577315182\n", - "1571\n", - "print utm zone: 35\n", - "print r: 2033.970941454471\n", - "1572\n", - "print utm zone: 34\n", - "print r: 1784.1026637537702\n", - "1573\n", - "print utm zone: 36\n", - "print r: 1954.2104205500477\n", - "1574\n", - "print utm zone: 33\n", - "print r: 1492.7410984330465\n", - "1575\n", - "print utm zone: 34\n", - "print r: 1492.8532724174838\n", - "1576\n", - "print utm zone: 34\n", - "print r: 1595.6759023813765\n", - "1577\n", - "print utm zone: 36\n", - "print r: 1596.418811312886\n", - "1578\n", - "print utm zone: 36\n", - "print r: 2326.4449392402153\n", - "1579\n", - "print utm zone: 34\n", - "print r: 1871.9956629290764\n", - "1580\n", - "print utm zone: 34\n", - "print r: 1261.4038285533243\n", - "1581\n", - "print utm zone: 34\n", - "print r: 1381.866980933235\n", - "1582\n", - "print utm zone: 35\n", - "print r: 1493.0856300604496\n", - "1583\n", - "print utm zone: 37\n", - "print r: 1692.9339458552124\n", - "1584\n", - "print utm zone: 35\n", - "print r: 3191.852920330365\n", - "1585\n", - "print utm zone: 34\n", - "print r: 1595.6223314099998\n", - "1586\n", - "print utm zone: 34\n", - "print r: 1784.1086483833199\n", - "1587\n", - "print utm zone: 36\n", - "print r: 1492.867634303118\n", - "1588\n", - "print utm zone: 34\n", - "print r: 2111.100841208612\n", - "1589\n", - "print utm zone: 35\n", - "print r: 1954.4147231884367\n", - "1590\n", - "print utm zone: 35\n", - "print r: 1262.1311980546905\n", - "1591\n", - "print utm zone: 33\n", - "print r: 2586.20705178062\n", - "1592\n", - "print utm zone: 35\n", - "print r: 1492.5513947493869\n", - "1593\n", - "print utm zone: 35\n", - "print r: 1381.8728035117317\n", - "1594\n", - "print utm zone: 35\n", - "print r: 1382.5342944632648\n", - "1595\n", - "print utm zone: 34\n", - "print r: 1382.3014802548264\n", - "1596\n", - "print utm zone: 34\n", - "print r: 1954.1656549159927\n", - "1597\n", - "print utm zone: 34\n", - "print r: 1954.1315679085246\n", - "1598\n", - "print utm zone: 35\n", - "print r: 1595.5533052285723\n", - "1599\n", - "print utm zone: 36\n", - "print r: 1492.5051542192452\n", - "1600\n", - "print utm zone: 36\n", - "print r: 1381.7644066306943\n", - "1601\n", - "print utm zone: 34\n", - "print r: 17364.439189001627\n", - "1602\n", - "print utm zone: 34\n", - "print r: 1595.9238396234716\n", - "1603\n", - "print utm zone: 34\n", - "print r: 1261.4824082666632\n", - "1604\n", - "print utm zone: 35\n", - "print r: 1262.0176019084984\n", - "1605\n", - "print utm zone: 36\n", - "print r: 2034.1654460006541\n", - "1606\n", - "print utm zone: 34\n", - "print r: 1954.6544016040175\n", - "1607\n", - "print utm zone: 34\n", - "print r: 1871.2040621310232\n", - "1608\n", - "print utm zone: 36\n", - "print r: 1954.8070215283142\n", - "1609\n", - "print utm zone: 34\n", - "print r: 1492.5210975565747\n", - "1610\n", - "print utm zone: 35\n", - "print r: 2458.9301552850784\n", - "1611\n", - "print utm zone: 35\n", - "print r: 1595.8805972623973\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1612\n", - "print utm zone: 33\n", - "print r: 1596.0596698061354\n", - "1613\n", - "print utm zone: 33\n", - "print r: 1382.58639043831\n", - "1614\n", - "print utm zone: 34\n", - "print r: 1871.196610517552\n", - "1615\n", - "print utm zone: 35\n", - "print r: 2932.167157396424\n", - "1616\n", - "print utm zone: 33\n", - "print r: 1784.3989010449272\n", - "1617\n", - "print utm zone: 34\n", - "print r: 2877.313143443608\n", - "1618\n", - "print utm zone: 34\n", - "print r: 1382.2676401739006\n", - "1619\n", - "print utm zone: 35\n", - "print r: 2185.054585312629\n", - "1620\n", - "print utm zone: 39\n", - "print r: 1382.0013434522484\n", - "1621\n", - "print utm zone: 33\n", - "print r: 3784.592905528142\n", - "1622\n", - "print utm zone: 34\n", - "print r: 1784.7555056306796\n", - "1623\n", - "print utm zone: 34\n", - "print r: 1382.1621514081644\n", - "1624\n", - "print utm zone: 36\n", - "print r: 2706.76725109545\n", - "1625\n", - "print utm zone: 34\n", - "print r: 1595.6186744019278\n", - "1626\n", - "print utm zone: 35\n", - "print r: 1595.5095311408472\n", - "1627\n", - "print utm zone: 35\n", - "print r: 1784.44645182285\n", - "1628\n", - "print utm zone: 39\n", - "print r: 1492.4881868505663\n", - "1629\n", - "print utm zone: 35\n", - "print r: 2111.640374611454\n", - "1630\n", - "print utm zone: 35\n", - "print r: 1381.7827169849963\n", - "1631\n", - "print utm zone: 35\n", - "print r: 2985.0993588552687\n", - "1632\n", - "print utm zone: 34\n", - "print r: 2256.472642658845\n", - "1633\n", - "print utm zone: 35\n", - "print r: 2393.6190517767322\n", - "1634\n", - "print utm zone: 36\n", - "print r: 1954.7401444114323\n", - "1635\n", - "print utm zone: 34\n", - "print r: 2111.958921458192\n", - "1636\n", - "print utm zone: 34\n", - "print r: 2932.0354283650518\n", - "1637\n", - "print utm zone: 37\n", - "print r: 1492.7741204283102\n", - "1638\n", - "print utm zone: 34\n", - "print r: 2705.6010828389312\n", - "1639\n", - "print utm zone: 34\n", - "print r: 1954.2529397564288\n", - "1640\n", - "print utm zone: 34\n", - "print r: 1871.6563751551232\n", - "1641\n", - "print utm zone: 34\n", - "print r: 1692.7954408482092\n", - "1642\n", - "print utm zone: 34\n", - "print r: 1871.2854004233825\n", - "1643\n", - "print utm zone: 37\n", - "print r: 2185.016822769908\n", - "1644\n", - "print utm zone: 34\n", - "print r: 2034.516699536599\n", - "1645\n", - "print utm zone: 34\n", - "print r: 2184.870525439159\n", - "1646\n", - "print utm zone: 35\n", - "print r: 1493.2738426663439\n", - "1647\n", - "print utm zone: 35\n", - "print r: 1595.8859314472572\n", - "1648\n", - "print utm zone: 34\n", - "print r: 4335.0362629766\n", - "1649\n", - "print utm zone: 36\n", - "print r: 2033.972402631642\n", - "1650\n", - "print utm zone: 35\n", - "print r: 2034.2244919400493\n", - "1651\n", - "print utm zone: 35\n", - "print r: 2185.587524125616\n", - "1652\n", - "print utm zone: 35\n", - "print r: 1382.2084205364222\n", - "1653\n", - "print utm zone: 35\n", - "print r: 1261.7895765525573\n", - "1654\n", - "print utm zone: 35\n", - "print r: 1381.9393474767392\n", - "1655\n", - "print utm zone: 35\n", - "print r: 1492.7940729743427\n", - "1656\n", - "print utm zone: 34\n", - "print r: 3948.9108935450467\n", - "1657\n", - "print utm zone: 33\n", - "print r: 2878.1469222495775\n", - "1658\n", - "print utm zone: 33\n", - "print r: 1493.4034440984246\n", - "1659\n", - "print utm zone: 34\n", - "print r: 2706.9368345099374\n", - "1660\n", - "print utm zone: 35\n", - "print r: 1692.704192789107\n", - "1661\n", - "print utm zone: 34\n", - "print r: 1492.467240382125\n", - "1662\n", - "print utm zone: 35\n", - "print r: 2522.9682597759866\n", - "1663\n", - "print utm zone: 35\n", - "print r: 3039.1403092140986\n", - "1664\n", - "print utm zone: 35\n", - "print r: 2646.6819379759054\n", - "1665\n", - "print utm zone: 35\n", - "print r: 1693.2638942957303\n", - "1666\n", - "print utm zone: 33\n", - "print r: 2523.8131635517193\n", - "1667\n", - "print utm zone: 35\n", - "print r: 5970.0240607471405\n", - "1668\n", - "print utm zone: 41\n", - "print r: 1492.8253994314082\n", - "1669\n", - "print utm zone: 35\n", - "print r: 1954.6789733830462\n", - "1670\n", - "print utm zone: 36\n", - "print r: 2110.6517106736574\n", - "1671\n", - "print utm zone: 44\n", - "print r: 2184.641787012848\n", - "1672\n", - "print utm zone: 35\n", - "print r: 2393.7753790899665\n", - "1673\n", - "print utm zone: 34\n", - "print r: 1692.4221591268326\n", - "1674\n", - "print utm zone: 35\n", - "print r: 1382.1942502847512\n", - "1675\n", - "print utm zone: 39\n", - "print r: 5410.977235903728\n", - "1676\n", - "print utm zone: 37\n", - "print r: 7484.726557635908\n", - "1677\n", - "print utm zone: 34\n", - "print r: 4786.812744484511\n", - "1678\n", - "print utm zone: 34\n", - "print r: 1955.317653821786\n", - "1679\n", - "print utm zone: 35\n", - "print r: 1382.1228876142034\n", - "1680\n", - "print utm zone: 34\n", - "print r: 2393.5054336965104\n", - "1681\n", - "print utm zone: 34\n", - "print r: 1381.7447889835692\n", - "1682\n", - "print utm zone: 35\n", - "print r: 1595.7256450071807\n", - "1683\n", - "print utm zone: 34\n", - "print r: 1784.2533721355187\n", - "1684\n", - "print utm zone: 34\n", - "print r: 1692.5367882355615\n", - "1685\n", - "print utm zone: 34\n", - "print r: 1784.888090166961\n", - "1686\n", - "print utm zone: 34\n", - "print r: 1492.4757495443803\n", - "1687\n", - "print utm zone: 34\n", - "print r: 2033.9072835158279\n", - "1688\n", - "print utm zone: 34\n", - "print r: 1595.5291122480073\n", - "1689\n", - "print utm zone: 35\n", - "print r: 1381.7450703547713\n", - "1690\n", - "print utm zone: 35\n", - "print r: 2110.642181285621\n", - "1691\n", - "print utm zone: 36\n", - "print r: 1871.403685523559\n", - "1692\n", - "print utm zone: 33\n", - "print r: 1784.0777459578624\n", - "1693\n", - "print utm zone: 34\n", - "print r: 1783.9535354528246\n", - "1694\n", - "print utm zone: 43\n", - "print r: 2931.1099731855725\n", - "1695\n", - "print utm zone: 34\n", - "print r: 1870.9547810235817\n", - "1696\n", - "print utm zone: 33\n", - "print r: 1261.8044047789633\n", - "1697\n", - "print utm zone: 35\n", - "print r: 1596.2330840028912\n", - "1698\n", - "print utm zone: 33\n", - "print r: 1595.6476804434094\n", - "1699\n", - "print utm zone: 34\n", - "print r: 3038.6538536434396\n", - "1700\n", - "print utm zone: 35\n", - "print r: 3337.2774983596414\n", - "1701\n", - "print utm zone: 35\n", - "print r: 1261.6956051110658\n", - "1702\n", - "print utm zone: 33\n", - "print r: 2035.0736723611371\n", - "1703\n", - "print utm zone: 39\n", - "print r: 3242.564437245162\n", - "1704\n", - "print utm zone: 44\n", - "print r: 977.1537488468277\n", - "1705\n", - "print utm zone: 34\n", - "print r: 1783.8854931359842\n", - "1706\n", - "print utm zone: 34\n", - "print r: 1870.882665275653\n", - "1707\n", - "print utm zone: 35\n", - "print r: 1595.7955752742237\n", - "1708\n", - "print utm zone: 35\n", - "print r: 1382.0288727996467\n", - "1709\n", - "print utm zone: 39\n", - "print r: 1128.8386907367262\n", - "1710\n", - "print utm zone: 34\n", - "print r: 1381.741585988919\n", - "1711\n", - "print utm zone: 35\n", - "print r: 2034.3786754196217\n", - "1712\n", - "print utm zone: 35\n", - "print r: 3699.099081914382\n", - "1713\n", - "print utm zone: 35\n", - "print r: 9508.670623593884\n", - "1714\n", - "print utm zone: 35\n", - "print r: 1261.7557073035923\n", - "1715\n", - "print utm zone: 34\n", - "print r: 1596.143595598373\n", - "1716\n", - "print utm zone: 35\n", - "print r: 1382.0110546644214\n", - "1717\n", - "print utm zone: 34\n", - "print r: 2877.970526486345\n", - "1718\n", - "print utm zone: 35\n", - "print r: 1381.91674721839\n", - "1719\n", - "print utm zone: 35\n", - "print r: 1871.5755010882453\n", - "1720\n", - "print utm zone: 33\n", - "print r: 1784.4876804446335\n", - "1721\n", - "print utm zone: 35\n", - "print r: 1596.039135732236\n", - "1722\n", - "print utm zone: 35\n", - "print r: 1784.1315020927261\n", - "1723\n", - "print utm zone: 34\n", - "print r: 2110.6493958153414\n", - "1724\n", - "print utm zone: 34\n", - "print r: 1382.1227228168118\n", - "1725\n", - "print utm zone: 36\n", - "print r: 6578.770707556174\n", - "1726\n", - "print utm zone: 34\n", - "print r: 5231.832385585085\n", - "1727\n", - "print utm zone: 34\n", - "print r: 1381.763493756018\n", - "1728\n", - "print utm zone: 35\n", - "print r: 1493.0438954594204\n", - "1729\n", - "print utm zone: 36\n", - "print r: 2257.6679765707204\n", - "1730\n", - "print utm zone: 33\n", - "print r: 3241.216271920907\n", - "1731\n", - "print utm zone: 35\n", - "print r: 4185.4165834835585\n", - "1732\n", - "print utm zone: 35\n", - "print r: 1492.4576680452528\n", - "1733\n", - "print utm zone: 35\n", - "print r: 2185.1165680276654\n", - "1734\n", - "print utm zone: 35\n", - "print r: 1595.8354710543836\n", - "1735\n", - "print utm zone: 35\n", - "print r: 1382.1197481260265\n", - "1736\n", - "print utm zone: 43\n", - "print r: 2820.4597740339805\n", - "1737\n", - "print utm zone: 34\n", - "print r: 1692.234321002763\n", - "1738\n", - "print utm zone: 35\n", - "print r: 2325.9229876914596\n", - "1739\n", - "print utm zone: 41\n", - "print r: 1128.2680088163388\n", - "1740\n", - "print utm zone: 34\n", - "print r: 1871.4162995552558\n", - "1741\n", - "print utm zone: 41\n", - "print r: 2585.275707357174\n", - "1742\n", - "print utm zone: 34\n", - "print r: 1954.0898875088767\n", - "1743\n", - "print utm zone: 36\n", - "print r: 4721.388793417288\n", - "1744\n", - "print utm zone: 33\n", - "print r: 1128.5470419245687\n", - "1745\n", - "print utm zone: 44\n", - "print r: 1870.9783036915053\n", - "1746\n", - "print utm zone: 34\n", - "print r: 2110.5891044663285\n", - "1747\n", - "print utm zone: 35\n", - "print r: 4146.928628549561\n", - "1748\n", - "print utm zone: 35\n", - "print r: 1693.0437381239087\n", - "1749\n", - "print utm zone: 33\n", - "print r: 2034.8827516988265\n", - "1750\n", - "print utm zone: 35\n", - "print r: 2034.072950311285\n", - "1751\n", - "print utm zone: 35\n", - "print r: 1261.6139550002592\n", - "1752\n", - "print utm zone: 36\n", - "print r: 1595.5080811832934\n", - "1753\n", - "print utm zone: 37\n", - "print r: 4184.7986857782025\n", - "1754\n", - "print utm zone: 35\n", - "print r: 2706.2317118702213\n", - "1755\n", - "print utm zone: 33\n", - "print r: 2459.6476924757235\n", - "1756\n", - "print utm zone: 34\n", - "print r: 6156.323564781527\n", - "1757\n", - "print utm zone: 35\n", - "print r: 2257.5009089908353\n", - "1758\n", - "print utm zone: 36\n", - "print r: 1954.0305248037855\n", - "1759\n", - "print utm zone: 35\n", - "print r: 1595.735636650568\n", - "1760\n", - "print utm zone: 35\n", - "print r: 1693.3055119697738\n", - "1761\n", - "print utm zone: 34\n", - "print r: 1783.778698235454\n", - "1762\n", - "print utm zone: 35\n", - "print r: 1870.8330974334374\n", - "1763\n", - "print utm zone: 36\n", - "print r: 1261.3139069763527\n", - "1764\n", - "print utm zone: 37\n", - "print r: 1871.7038462348203\n", - "1765\n", - "print utm zone: 34\n", - "print r: 1954.119111999309\n", - "1766\n", - "print utm zone: 35\n", - "print r: 1871.3011022670355\n", - "1767\n", - "print utm zone: 35\n", - "print r: 1692.9266214668955\n", - "1768\n", - "print utm zone: 36\n", - "print r: 976.9978085962251\n", - "1769\n", - "print utm zone: 34\n", - "print r: 2256.5106909659944\n", - "1770\n", - "print utm zone: 35\n", - "print r: 1692.6346991050293\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1771\n", - "print utm zone: 36\n", - "print r: 1595.580277703749\n", - "1772\n", - "print utm zone: 36\n", - "print r: 976.9941676124223\n", - "1773\n", - "print utm zone: 36\n", - "print r: 1692.7868855210422\n", - "1774\n", - "print utm zone: 36\n", - "print r: 1492.4136548603897\n", - "1775\n", - "print utm zone: 34\n", - "print r: 3337.124014788697\n", - "1776\n", - "print utm zone: 35\n", - "print r: 1693.1999737333572\n", - "1777\n", - "print utm zone: 35\n", - "print r: 2110.740494380771\n", - "1778\n", - "print utm zone: 34\n", - "print r: 2705.2994794613214\n", - "1779\n", - "print utm zone: 34\n", - "print r: 1381.8684553955964\n", - "1780\n", - "print utm zone: 35\n", - "print r: 1381.8266613924623\n", - "1781\n", - "print utm zone: 35\n", - "print r: 1954.2373127181904\n", - "1782\n", - "print utm zone: 35\n", - "print r: 2394.1756421709847\n", - "1783\n", - "print utm zone: 35\n", - "print r: 3190.9795386497653\n", - "1784\n", - "print utm zone: 35\n", - "print r: 2034.8678722380978\n", - "1785\n", - "print utm zone: 36\n", - "print r: 1595.4455046181429\n", - "1786\n", - "print utm zone: 34\n", - "print r: 1493.20603893462\n", - "1787\n", - "print utm zone: 37\n", - "print r: 1784.3786807709303\n", - "1788\n", - "print utm zone: 34\n", - "print r: 1871.2209120153223\n", - "1789\n", - "print utm zone: 34\n", - "print r: 2820.0651109819887\n", - "1790\n", - "print utm zone: 36\n", - "print r: 1595.8479103464824\n", - "1791\n", - "print utm zone: 33\n", - "print r: 1381.9141228841572\n", - "1792\n", - "print utm zone: 35\n", - "print r: 1784.8124111876814\n", - "1793\n", - "print utm zone: 36\n", - "print r: 2034.1085837824241\n", - "1794\n", - "print utm zone: 34\n", - "print r: 1871.4430361381956\n", - "1795\n", - "print utm zone: 36\n", - "print r: 2110.5452220714474\n", - "1796\n", - "print utm zone: 36\n", - "print r: 6862.238753513108\n", - "1797\n", - "print utm zone: 33\n", - "print r: 1784.4761812856932\n", - "1798\n", - "print utm zone: 36\n", - "print r: 2110.5519990469247\n", - "1799\n", - "print utm zone: 39\n", - "print r: 1954.390307262495\n", - "1800\n", - "print utm zone: 34\n", - "print r: 3524.7457465989587\n", - "1801\n", - "print utm zone: 35\n", - "print r: 1261.8102571412023\n", - "1802\n", - "print utm zone: 35\n", - "print r: 1871.3030320073542\n", - "1803\n", - "print utm zone: 35\n", - "print r: 1492.7673514179862\n", - "1804\n", - "print utm zone: 34\n", - "print r: 2584.8086442369067\n", - "1805\n", - "print utm zone: 35\n", - "print r: 4617.05367926876\n", - "1806\n", - "print utm zone: 34\n", - "print r: 1381.87661116504\n", - "1807\n", - "print utm zone: 35\n", - "print r: 2256.510500937211\n", - "1808\n", - "print utm zone: 34\n", - "print r: 2034.3798847523124\n", - "1809\n", - "print utm zone: 34\n", - "print r: 1692.2783409828455\n", - "1810\n", - "print utm zone: 35\n", - "print r: 2393.638585761295\n", - "1811\n", - "print utm zone: 34\n", - "print r: 1784.1170363773992\n", - "1812\n", - "print utm zone: 35\n", - "print r: 1261.9365078026701\n", - "1813\n", - "print utm zone: 35\n", - "print r: 4260.439328058682\n", - "1814\n", - "print utm zone: 34\n", - "print r: 1692.4089959395244\n", - "1815\n", - "print utm zone: 36\n", - "print r: 1871.8196153098977\n", - "1816\n", - "print utm zone: 34\n", - "print r: 1492.4428758520835\n", - "1817\n", - "print utm zone: 35\n", - "print r: 1783.9158558826714\n", - "1818\n", - "print utm zone: 35\n", - "print r: 2458.7129030824676\n", - "1819\n", - "print utm zone: 33\n", - "print r: 3191.683148248593\n", - "1820\n", - "print utm zone: 35\n", - "print r: 1955.1512677085586\n", - "1821\n", - "print utm zone: 34\n", - "print r: 2984.812846338289\n", - "1822\n", - "print utm zone: 34\n", - "print r: 1492.4234928491487\n", - "1823\n", - "print utm zone: 35\n", - "print r: 2820.310801235798\n", - "1824\n", - "print utm zone: 34\n", - "print r: 2646.1084980851915\n", - "1825\n", - "print utm zone: 34\n", - "print r: 1871.433004146171\n", - "1826\n", - "print utm zone: 34\n", - "print r: 1492.3951254847032\n", - "1827\n", - "print utm zone: 34\n", - "print r: 1955.1642724376184\n", - "1828\n", - "print utm zone: 33\n", - "print r: 3384.81062629643\n", - "1829\n", - "print utm zone: 33\n", - "print r: 3524.4942060452217\n", - "1830\n", - "print utm zone: 34\n", - "print r: 2185.8842090169896\n", - "1831\n", - "print utm zone: 39\n", - "print r: 1128.6035164540858\n", - "1832\n", - "print utm zone: 34\n", - "print r: 1595.4407921068923\n", - "1833\n", - "print utm zone: 35\n", - "print r: 2325.9121142938143\n", - "1834\n", - "print utm zone: 35\n", - "print r: 2256.8552782068023\n", - "1835\n", - "print utm zone: 36\n", - "print r: 1783.717037967258\n", - "1836\n", - "print utm zone: 36\n", - "print r: 1692.3327671199972\n", - "1837\n", - "print utm zone: 34\n", - "print r: 1492.9337609796594\n", - "1838\n", - "print utm zone: 35\n", - "print r: 1870.663266657544\n", - "1839\n", - "print utm zone: 36\n", - "print r: 1871.482614516368\n", - "1840\n", - "print utm zone: 33\n", - "print r: 1783.8776095280302\n", - "1841\n", - "print utm zone: 34\n", - "print r: 2585.79562523475\n", - "1842\n", - "print utm zone: 34\n", - "print r: 1595.3691319622087\n", - "1843\n", - "print utm zone: 34\n", - "print r: 1595.4273412489056\n", - "1844\n", - "print utm zone: 36\n", - "print r: 1954.7421377077055\n", - "1845\n", - "print utm zone: 34\n", - "print r: 1381.678663863491\n", - "1846\n", - "print utm zone: 35\n", - "print r: 1381.8539041996257\n", - "1847\n", - "print utm zone: 35\n", - "print r: 2326.894913453021\n", - "1848\n", - "print utm zone: 33\n", - "print r: 3431.366648480131\n", - "1849\n", - "print utm zone: 35\n", - "print r: 2110.9174406955535\n", - "1850\n", - "print utm zone: 34\n", - "print r: 1692.4666938830314\n", - "1851\n", - "print utm zone: 34\n", - "print r: 1693.0636380135402\n", - "1852\n", - "print utm zone: 35\n", - "print r: 2326.0774448000816\n", - "1853\n", - "print utm zone: 36\n", - "print r: 9185.686199050731\n", - "1854\n", - "print utm zone: 34\n", - "print r: 1784.4492512948725\n", - "1855\n", - "print utm zone: 34\n", - "print r: 1381.624043268011\n", - "1856\n", - "print utm zone: 33\n", - "print r: 2033.9883807207655\n", - "1857\n", - "print utm zone: 35\n", - "print r: 1492.3876850285462\n", - "1858\n", - "print utm zone: 35\n", - "print r: 1595.5482493935847\n", - "1859\n", - "print utm zone: 35\n", - "print r: 1692.6478829178554\n", - "1860\n", - "print utm zone: 36\n", - "print r: 2033.6850182565668\n", - "1861\n", - "print utm zone: 36\n", - "print r: 2034.6669772667562\n", - "1862\n", - "print utm zone: 33\n", - "print r: 1595.4074419364638\n", - "1863\n", - "print utm zone: 35\n", - "print r: 3140.489968154333\n", - "1864\n", - "print utm zone: 35\n", - "print r: 1595.6671140462518\n", - "1865\n", - "print utm zone: 33\n", - "print r: 1595.572824811227\n", - "1866\n", - "print utm zone: 35\n", - "print r: 2820.3134775674025\n", - "1867\n", - "print utm zone: 36\n", - "print r: 1492.639497756432\n", - "1868\n", - "print utm zone: 34\n", - "print r: 2393.101681532714\n", - "1869\n", - "print utm zone: 35\n", - "print r: 2326.4257701415036\n", - "1870\n", - "print utm zone: 33\n", - "print r: 1784.3625961169805\n", - "1871\n", - "print utm zone: 33\n", - "print r: 1492.4303543726055\n", - "1872\n", - "print utm zone: 34\n", - "print r: 2257.3116882451945\n", - "1873\n", - "print utm zone: 34\n", - "print r: 2705.852005177965\n", - "1874\n", - "print utm zone: 35\n", - "print r: 1382.0757678926166\n", - "1875\n", - "print utm zone: 44\n", - "print r: 1870.726618936262\n", - "1876\n", - "print utm zone: 34\n", - "print r: 5261.359276681603\n", - "1877\n", - "print utm zone: 36\n", - "print r: 2110.9459948991303\n", - "1878\n", - "print utm zone: 44\n", - "print r: 2184.5008633553225\n", - "1879\n", - "print utm zone: 34\n", - "print r: 1692.1222739545524\n", - "1880\n", - "print utm zone: 34\n", - "print r: 2111.7239924134606\n", - "1881\n", - "print utm zone: 33\n", - "print r: 1953.985783598963\n", - "1882\n", - "print utm zone: 34\n", - "print r: 4476.934030130986\n", - "1883\n", - "print utm zone: 33\n", - "print r: 2763.8871811294302\n", - "1884\n", - "print utm zone: 35\n", - "print r: 2646.914740060674\n", - "1885\n", - "print utm zone: 36\n", - "print r: 3524.456726830016\n", - "1886\n", - "print utm zone: 33\n", - "print r: 1954.1447526441407\n", - "1887\n", - "print utm zone: 39\n", - "print r: 1382.2303836249841\n", - "1888\n", - "print utm zone: 33\n", - "print r: 1261.2691739177164\n", - "1889\n", - "print utm zone: 34\n", - "print r: 1692.5097210557817\n", - "1890\n", - "print utm zone: 35\n", - "print r: 1493.1531785450863\n", - "1891\n", - "print utm zone: 35\n", - "print r: 1783.9663344380551\n", - "1892\n", - "print utm zone: 36\n", - "print r: 1870.6357295206983\n", - "1893\n", - "print utm zone: 36\n", - "print r: 1692.1639527722618\n", - "1894\n", - "print utm zone: 35\n", - "print r: 1492.3088992561195\n", - "1895\n", - "print utm zone: 35\n", - "print r: 1492.6252268153876\n", - "1896\n", - "print utm zone: 34\n", - "print r: 4547.929974005737\n", - "1897\n", - "print utm zone: 36\n", - "print r: 1381.9330368540873\n", - "1898\n", - "print utm zone: 34\n", - "print r: 3338.4690537532997\n", - "1899\n", - "print utm zone: 34\n", - "print r: 1595.3886409674344\n", - "1900\n", - "print utm zone: 34\n", - "print r: 1870.688077654398\n", - "1901\n", - "print utm zone: 44\n", - "print r: 1128.1281759023955\n", - "1902\n", - "print utm zone: 36\n", - "print r: 1595.3552641260865\n", - "1903\n", - "print utm zone: 34\n", - "print r: 1692.1951641328221\n", - "1904\n", - "print utm zone: 35\n", - "print r: 1954.338961890231\n", - "1905\n", - "print utm zone: 33\n", - "print r: 1493.1322821364756\n", - "1906\n", - "print utm zone: 34\n", - "print r: 4821.799718407867\n", - "1907\n", - "print utm zone: 33\n", - "print r: 1262.0482642226075\n", - "1908\n", - "print utm zone: 34\n", - "print r: 1261.2976249038861\n", - "1909\n", - "print utm zone: 33\n", - "print r: 1492.439599358243\n", - "1910\n", - "print utm zone: 35\n", - "print r: 1493.063402440298\n", - "1911\n", - "print utm zone: 33\n", - "print r: 1783.7167729561563\n", - "1912\n", - "print utm zone: 33\n", - "print r: 1783.9282950342313\n", - "1913\n", - "print utm zone: 35\n", - "print r: 1492.5935412496035\n", - "1914\n", - "print utm zone: 35\n", - "print r: 1692.1066683647796\n", - "1915\n", - "print utm zone: 35\n", - "print r: 1692.806268168289\n", - "1916\n", - "print utm zone: 33\n", - "print r: 2110.565058952455\n", - "1917\n", - "print utm zone: 34\n", - "print r: 2256.9874095156024\n", - "1918\n", - "print utm zone: 34\n", - "print r: 1128.2564307846872\n", - "1919\n", - "print utm zone: 35\n", - "print r: 1261.723904229597\n", - "1920\n", - "print utm zone: 33\n", - "print r: 1692.8926560677953\n", - "1921\n", - "print utm zone: 34\n", - "print r: 2394.105368275919\n", - "1922\n", - "print utm zone: 36\n", - "print r: 2522.511265572946\n", - "1923\n", - "print utm zone: 34\n", - "print r: 1783.7064217923644\n", - "1924\n", - "print utm zone: 34\n", - "print r: 1492.453820758098\n", - "1925\n", - "print utm zone: 36\n", - "print r: 1128.0999852626112\n", - "1926\n", - "print utm zone: 35\n", - "print r: 2458.7524309508076\n", - "1927\n", - "print utm zone: 35\n", - "print r: 1783.957528626813\n", - "1928\n", - "print utm zone: 33\n", - "print r: 1692.3285573564524\n", - "1929\n", - "print utm zone: 33\n", - "print r: 3089.9954306094423\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1930\n", - "print utm zone: 35\n", - "print r: 1261.218186867047\n", - "1931\n", - "print utm zone: 36\n", - "print r: 1381.6180453265304\n", - "1932\n", - "print utm zone: 35\n", - "print r: 2763.382669783429\n", - "1933\n", - "print utm zone: 34\n", - "print r: 1261.894276321709\n", - "1934\n", - "print utm zone: 35\n", - "print r: 2033.7339271845328\n", - "1935\n", - "print utm zone: 35\n", - "print r: 1381.8374616069002\n", - "1936\n", - "print utm zone: 41\n", - "print r: 2325.628167924473\n", - "1937\n", - "print utm zone: 34\n", - "print r: 1492.7116841970967\n", - "1938\n", - "print utm zone: 35\n", - "print r: 1595.4236901133738\n", - "1939\n", - "print utm zone: 35\n", - "print r: 1783.61985501528\n", - "1940\n", - "print utm zone: 35\n", - "print r: 1595.4741379906295\n", - "1941\n", - "print utm zone: 35\n", - "print r: 1871.5821794407036\n", - "1942\n", - "print utm zone: 34\n", - "print r: 1784.2196201608851\n", - "1943\n", - "print utm zone: 34\n", - "print r: 1595.9474908868388\n", - "1944\n", - "print utm zone: 44\n", - "print r: 1381.575371071943\n", - "1945\n", - "print utm zone: 33\n", - "print r: 2111.242335058105\n", - "1946\n", - "print utm zone: 35\n", - "print r: 2184.428577876979\n", - "1947\n", - "print utm zone: 34\n", - "print r: 2110.648849972572\n", - "1948\n", - "print utm zone: 34\n", - "print r: 2763.8616008251074\n", - "1949\n", - "print utm zone: 34\n", - "print r: 2522.446993722316\n", - "1950\n", - "print utm zone: 35\n", - "print r: 2393.6393999931993\n", - "1951\n", - "print utm zone: 33\n", - "print r: 1954.0790370054776\n", - "1952\n", - "print utm zone: 34\n", - "print r: 1692.0516767361562\n", - "1953\n", - "print utm zone: 35\n", - "print r: 3950.4824407301385\n", - "1954\n", - "print utm zone: 35\n", - "print r: 1595.6197606663009\n", - "1955\n", - "print utm zone: 34\n", - "print r: 2034.4379568763925\n", - "1956\n", - "print utm zone: 36\n", - "print r: 1128.0433605665442\n", - "1957\n", - "print utm zone: 34\n", - "print r: 2110.4837949975135\n", - "1958\n", - "print utm zone: 35\n", - "print r: 1261.308570629408\n", - "1959\n", - "print utm zone: 34\n", - "print r: 1382.440360880348\n", - "1960\n", - "print utm zone: 35\n", - "print r: 1870.6116250889947\n", - "1961\n", - "print utm zone: 41\n", - "print r: 1261.2450771160359\n", - "1962\n", - "print utm zone: 34\n", - "print r: 2931.4326079220364\n", - "1963\n", - "print utm zone: 34\n", - "print r: 2876.68069395107\n", - "1964\n", - "print utm zone: 35\n", - "print r: 1128.4618718859767\n", - "1965\n", - "print utm zone: 35\n", - "print r: 1261.7964172969953\n", - "1966\n", - "print utm zone: 35\n", - "print r: 2393.3570746340856\n", - "1967\n", - "print utm zone: 33\n", - "print r: 12150.116004370495\n", - "1968\n", - "print utm zone: 35\n", - "print r: 1492.3652773657338\n", - "1969\n", - "print utm zone: 36\n", - "print r: 1595.35197831294\n", - "1970\n", - "print utm zone: 34\n", - "print r: 1381.8008695237186\n", - "1971\n", - "print utm zone: 34\n", - "print r: 1261.2515106462001\n", - "1972\n", - "print utm zone: 35\n", - "print r: 1493.125406838747\n", - "1973\n", - "print utm zone: 33\n", - "print r: 1596.1245057547421\n", - "1974\n", - "print utm zone: 34\n", - "print r: 5320.848781879752\n", - "1975\n", - "print utm zone: 35\n", - "print r: 1595.5640532336208\n", - "1976\n", - "print utm zone: 35\n", - "print r: 2875.9177972444677\n", - "1977\n", - "print utm zone: 33\n", - "print r: 1692.0521213648658\n", - "1978\n", - "print utm zone: 33\n", - "print r: 2184.709446377205\n", - "1979\n", - "print utm zone: 35\n", - "print r: 1954.0756181683776\n", - "1980\n", - "print utm zone: 36\n", - "print r: 3089.637163173289\n", - "1981\n", - "print utm zone: 34\n", - "print r: 2645.5492889243747\n", - "1982\n", - "print utm zone: 35\n", - "print r: 1382.2982744942612\n", - "1983\n", - "print utm zone: 34\n", - "print r: 1954.3572988664055\n", - "1984\n", - "print utm zone: 35\n", - "print r: 1692.1304939213337\n", - "1985\n", - "print utm zone: 34\n", - "print r: 1595.5508043801208\n", - "1986\n", - "print utm zone: 34\n", - "print r: 1954.7604224913841\n", - "1987\n", - "print utm zone: 35\n", - "print r: 1783.741022053867\n", - "1988\n", - "print utm zone: 35\n", - "print r: 1783.7212006435882\n", - "1989\n", - "print utm zone: 35\n", - "print r: 5410.562251689174\n", - "1990\n", - "print utm zone: 35\n", - "print r: 1953.7717776331228\n", - "1991\n", - "print utm zone: 41\n", - "print r: 2984.4191889465587\n", - "1992\n", - "print utm zone: 34\n", - "print r: 1692.611862885867\n", - "1993\n", - "print utm zone: 34\n", - "print r: 2033.8612630494067\n", - "1994\n", - "print utm zone: 34\n", - "print r: 2458.5963918639163\n", - "1995\n", - "print utm zone: 34\n", - "print r: 1261.4742751124134\n", - "1996\n", - "print utm zone: 34\n", - "print r: 1870.7017794661897\n", - "1997\n", - "print utm zone: 33\n", - "print r: 1492.7547289226577\n", - "1998\n", - "print utm zone: 35\n", - "print r: 2325.5538925448254\n", - "1999\n", - "print utm zone: 35\n", - "print r: 1261.4989716713822\n", - "2000\n", - "print utm zone: 35\n", - "print r: 2033.9055897112623\n", - "2001\n", - "print utm zone: 34\n", - "print r: 2256.2875170286816\n", - "2002\n", - "print utm zone: 35\n", - "print r: 1870.7924998614812\n", - "2003\n", - "print utm zone: 35\n", - "print r: 2033.9787466770633\n", - "2004\n", - "print utm zone: 34\n", - "print r: 1692.1966934525967\n", - "2005\n", - "print utm zone: 35\n", - "print r: 1492.515408276433\n", - "2006\n", - "print utm zone: 34\n", - "print r: 4297.060131556314\n", - "2007\n", - "print utm zone: 34\n", - "print r: 1492.8780817983502\n", - "2008\n", - "print utm zone: 34\n", - "print r: 1692.6572907234993\n", - "2009\n", - "print utm zone: 34\n", - "print r: 1261.4192199621352\n", - "2010\n", - "print utm zone: 34\n", - "print r: 1381.539538998718\n", - "2011\n", - "print utm zone: 34\n", - "print r: 1595.417394490534\n", - "2012\n", - "print utm zone: 35\n", - "print r: 1261.4776988821054\n", - "2013\n", - "print utm zone: 36\n", - "print r: 2110.2816629194303\n", - "2014\n", - "print utm zone: 36\n", - "print r: 2256.269891610324\n", - "2015\n", - "print utm zone: 33\n", - "print r: 3522.6379157416973\n", - "2016\n", - "print utm zone: 33\n", - "print r: 2110.7993798144953\n", - "2017\n", - "print utm zone: 34\n", - "print r: 1871.7370401924204\n", - "2018\n", - "print utm zone: 35\n", - "print r: 1492.345308464014\n", - "2019\n", - "print utm zone: 41\n", - "print r: 1953.8811181539922\n", - "2020\n", - "print utm zone: 34\n", - "print r: 1595.3165793418498\n", - "2021\n", - "print utm zone: 33\n", - "print r: 1492.4194942064873\n", - "2022\n", - "print utm zone: 33\n", - "print r: 3655.181022819447\n", - "2023\n", - "print utm zone: 35\n", - "print r: 2110.5838625548613\n", - "2024\n", - "print utm zone: 35\n", - "print r: 2111.080067963562\n", - "2025\n", - "print utm zone: 36\n", - "print r: 1954.1627211309328\n", - "2026\n", - "print utm zone: 33\n", - "print r: 1492.206769323996\n", - "2027\n", - "print utm zone: 33\n", - "print r: 2256.366804888708\n", - "2028\n", - "print utm zone: 34\n", - "print r: 2110.4614083752617\n", - "2029\n", - "print utm zone: 35\n", - "print r: 4917.137470428903\n", - "2030\n", - "print utm zone: 44\n", - "print r: 2184.5190278601053\n", - "2031\n", - "print utm zone: 34\n", - "print r: 2325.5617733991953\n", - "2032\n", - "print utm zone: 35\n", - "print r: 1692.2444291525696\n", - "2033\n", - "print utm zone: 35\n", - "print r: 1381.8739393715173\n", - "2034\n", - "print utm zone: 35\n", - "print r: 1128.2140407687805\n", - "2035\n", - "print utm zone: 35\n", - "print r: 1382.1868202226215\n", - "2036\n", - "print utm zone: 44\n", - "print r: 1595.4017001302855\n", - "2037\n", - "print utm zone: 34\n", - "print r: 1261.1298470517706\n", - "2038\n", - "print utm zone: 34\n", - "print r: 1595.2706215641067\n", - "2039\n", - "print utm zone: 35\n", - "print r: 2522.1797704891005\n", - "2040\n", - "print utm zone: 34\n", - "print r: 1954.1644088267647\n", - "2041\n", - "print utm zone: 34\n", - "print r: 2931.83061606037\n", - "2042\n", - "print utm zone: 34\n", - "print r: 1492.3824411928513\n", - "2043\n", - "print utm zone: 34\n", - "print r: 2820.981896149965\n", - "2044\n", - "print utm zone: 34\n", - "print r: 3476.7514141579095\n", - "2045\n", - "print utm zone: 34\n", - "print r: 2985.2311071470567\n", - "2046\n", - "print utm zone: 33\n", - "print r: 1595.6538561726293\n", - "2047\n", - "print utm zone: 35\n", - "print r: 3867.435978152725\n", - "2048\n", - "print utm zone: 36\n", - "print r: 1783.9726834547703\n", - "2049\n", - "print utm zone: 33\n", - "print r: 1261.221385275347\n", - "2050\n", - "print utm zone: 34\n", - "print r: 2930.722280245335\n", - "2051\n", - "print utm zone: 40\n", - "print r: 2458.97439436113\n", - "2052\n", - "print utm zone: 33\n", - "print r: 5779.240161086549\n", - "2053\n", - "print utm zone: 33\n", - "print r: 2459.5730249142553\n", - "2054\n", - "print utm zone: 34\n", - "print r: 2257.0783727929525\n", - "2055\n", - "print utm zone: 34\n", - "print r: 1692.066323407888\n", - "2056\n", - "print utm zone: 36\n", - "print r: 1492.4666753027461\n", - "2057\n", - "print utm zone: 34\n", - "print r: 1381.620847346529\n", - "2058\n", - "print utm zone: 36\n", - "print r: 1692.1209993121106\n", - "2059\n", - "print utm zone: 34\n", - "print r: 2763.9279886993345\n", - "2060\n", - "print utm zone: 36\n", - "print r: 1493.0229217188828\n", - "2061\n", - "print utm zone: 35\n", - "print r: 2256.0868065512527\n", - "2062\n", - "print utm zone: 37\n", - "print r: 5412.13059048779\n", - "2063\n", - "print utm zone: 35\n", - "print r: 2763.729058557957\n", - "2064\n", - "print utm zone: 43\n", - "print r: 2586.2080046019805\n", - "2065\n", - "print utm zone: 33\n", - "print r: 1783.4859764249868\n", - "2066\n", - "print utm zone: 35\n", - "print r: 2110.509101391789\n", - "2067\n", - "print utm zone: 33\n", - "print r: 2393.7998390483094\n", - "2068\n", - "print utm zone: 34\n", - "print r: 2033.7574026859943\n", - "2069\n", - "print utm zone: 33\n", - "print r: 1783.7063369631048\n", - "2070\n", - "print utm zone: 35\n", - "print r: 3741.285349835073\n", - "2071\n", - "print utm zone: 35\n", - "print r: 1381.5828359854463\n", - "2072\n", - "print utm zone: 34\n", - "print r: 5995.794734220374\n", - "2073\n", - "print utm zone: 35\n", - "print r: 1784.413003424895\n", - "2074\n", - "print utm zone: 33\n", - "print r: 1492.4156769136894\n", - "2075\n", - "print utm zone: 35\n", - "print r: 2033.4200349813711\n", - "2076\n", - "print utm zone: 36\n", - "print r: 2034.1849609441315\n", - "2077\n", - "print utm zone: 34\n", - "print r: 2184.649375107713\n", - "2078\n", - "print utm zone: 34\n", - "print r: 1128.0453031723425\n", - "2079\n", - "print utm zone: 33\n", - "print r: 2645.385915936019\n", - "2080\n", - "print utm zone: 35\n", - "print r: 3987.9451896510654\n", - "2081\n", - "print utm zone: 35\n", - "print r: 1128.0165977319407\n", - "2082\n", - "print utm zone: 35\n", - "print r: 2820.527008348785\n", - "2083\n", - "print utm zone: 33\n", - "print r: 1692.4011058439607\n", - "2084\n", - "print utm zone: 34\n", - "print r: 3990.6067880565206\n", - "2085\n", - "print utm zone: 35\n", - "print r: 2584.635701208264\n", - "2086\n", - "print utm zone: 36\n", - "print r: 4331.998241216141\n", - "2087\n", - "print utm zone: 35\n", - "print r: 4332.482547663149\n", - "2088\n", - "print utm zone: 35\n", - "print r: 2820.9870236228353\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2089\n", - "print utm zone: 34\n", - "print r: 2392.7233861249306\n", - "2090\n", - "print utm zone: 36\n", - "print r: 2930.5039042968447\n", - "2091\n", - "print utm zone: 33\n", - "print r: 3038.2650665907413\n", - "2092\n", - "print utm zone: 34\n", - "print r: 1870.9199410627728\n", - "2093\n", - "print utm zone: 36\n", - "print r: 1692.7059532060646\n", - "2094\n", - "print utm zone: 34\n", - "print r: 1381.4500914410428\n", - "2095\n", - "print utm zone: 33\n", - "print r: 1595.2699184563278\n", - "2096\n", - "print utm zone: 34\n", - "print r: 1692.5645450948966\n", - "2097\n", - "print utm zone: 33\n", - "print r: 1954.5845785636773\n", - "2098\n", - "print utm zone: 33\n", - "print r: 1381.6210764142927\n", - "2099\n", - "print utm zone: 41\n", - "print r: 1692.3272570273764\n", - "2100\n", - "print utm zone: 36\n", - "print r: 1953.9864011497095\n", - "2101\n", - "print utm zone: 36\n", - "print r: 3288.7147077198447\n", - "2102\n", - "print utm zone: 33\n", - "print r: 2392.8937949713973\n", - "2103\n", - "print utm zone: 35\n", - "print r: 1691.9896129596723\n", - "2104\n", - "print utm zone: 34\n", - "print r: 2184.372715559805\n", - "2105\n", - "print utm zone: 41\n", - "print r: 1692.4608667631835\n", - "2106\n", - "print utm zone: 33\n", - "print r: 1870.7318215761784\n", - "2107\n", - "print utm zone: 34\n", - "print r: 1382.1104085587012\n", - "2108\n", - "print utm zone: 34\n", - "print r: 2185.17475430718\n", - "2109\n", - "print utm zone: 34\n", - "print r: 1492.1353414540722\n", - "2110\n", - "print utm zone: 34\n", - "print r: 3989.4043128436706\n", - "2111\n", - "print utm zone: 35\n", - "print r: 4260.144193142077\n", - "2112\n", - "print utm zone: 36\n", - "print r: 1692.117465577039\n", - "2113\n", - "print utm zone: 35\n", - "print r: 2645.369441181966\n", - "2114\n", - "print utm zone: 35\n", - "print r: 3655.6153059729995\n", - "2115\n", - "print utm zone: 36\n", - "print r: 3784.7669673873443\n", - "2116\n", - "print utm zone: 36\n", - "print r: 1692.4536908178234\n", - "2117\n", - "print utm zone: 34\n", - "print r: 2256.0859877897256\n", - "2118\n", - "print utm zone: 34\n", - "print r: 1692.8150651247954\n", - "2119\n", - "print utm zone: 34\n", - "print r: 1381.4197511354018\n", - "2120\n", - "print utm zone: 35\n", - "print r: 2930.648858392254\n", - "2121\n", - "print utm zone: 35\n", - "print r: 1381.4398599293406\n", - "2122\n", - "print utm zone: 34\n", - "print r: 2033.5967475569457\n", - "2123\n", - "print utm zone: 35\n", - "print r: 1783.4849382097282\n", - "2124\n", - "print utm zone: 35\n", - "print r: 1492.2861441149978\n", - "2125\n", - "print utm zone: 44\n", - "print r: 4406.911138771318\n", - "2126\n", - "print utm zone: 35\n", - "print r: 2110.432822858168\n", - "2127\n", - "print utm zone: 33\n", - "print r: 2645.3707061386604\n", - "2128\n", - "print utm zone: 33\n", - "print r: 2185.607618252177\n", - "2129\n", - "print utm zone: 34\n", - "print r: 2459.6234766662164\n", - "2130\n", - "print utm zone: 34\n", - "print r: 1691.943693421614\n", - "2131\n", - "print utm zone: 35\n", - "print r: 1692.8897858149505\n", - "2132\n", - "print utm zone: 33\n", - "print r: 1381.7731014261474\n", - "2133\n", - "print utm zone: 33\n", - "print r: 3431.195921794415\n", - "2134\n", - "print utm zone: 34\n", - "print r: 1261.058165308103\n", - "2135\n", - "print utm zone: 35\n", - "print r: 1783.5587978207764\n", - "2136\n", - "print utm zone: 34\n", - "print r: 1783.5325031190544\n", - "2137\n", - "print utm zone: 34\n", - "print r: 3336.91730311342\n", - "2138\n", - "print utm zone: 34\n", - "print r: 1127.919658236758\n", - "2139\n", - "print utm zone: 44\n", - "print r: 1692.8504281814983\n", - "2140\n", - "print utm zone: 35\n", - "print r: 2705.546318235625\n", - "2141\n", - "print utm zone: 44\n", - "print r: 2585.696441016881\n", - "2142\n", - "print utm zone: 44\n", - "print r: 2111.376334646003\n", - "2143\n", - "print utm zone: 33\n", - "print r: 1692.0341463643513\n", - "2144\n", - "print utm zone: 34\n", - "print r: 1492.077980853336\n", - "2145\n", - "print utm zone: 35\n", - "print r: 3825.6523294214326\n", - "2146\n", - "print utm zone: 35\n", - "print r: 1381.6882032960289\n", - "2147\n", - "print utm zone: 33\n", - "print r: 2459.551941872382\n", - "2148\n", - "print utm zone: 34\n", - "print r: 1492.0838469590958\n", - "2149\n", - "print utm zone: 36\n", - "print r: 6907.702326260393\n", - "2150\n", - "print utm zone: 33\n", - "print r: 1492.0362978125993\n", - "2151\n", - "print utm zone: 34\n", - "print r: 2459.4591217663387\n", - "2152\n", - "print utm zone: 35\n", - "print r: 4785.675420966179\n", - "2153\n", - "print utm zone: 44\n", - "print r: 1783.799490540592\n", - "2154\n", - "print utm zone: 33\n", - "print r: 3655.1856355581112\n", - "2155\n", - "print utm zone: 34\n", - "print r: 3656.200142269559\n", - "2156\n", - "print utm zone: 36\n", - "print r: 2033.9670815299705\n", - "2157\n", - "print utm zone: 34\n", - "print r: 1595.5852204587782\n", - "2158\n", - "print utm zone: 36\n", - "print r: 1492.056259241822\n", - "2159\n", - "print utm zone: 35\n", - "print r: 4918.088880564866\n", - "2160\n", - "print utm zone: 41\n", - "print r: 5014.933607101884\n", - "2161\n", - "print utm zone: 34\n", - "print r: 3947.6830862481347\n", - "2162\n", - "print utm zone: 34\n", - "print r: 1783.4231403208303\n", - "2163\n", - "print utm zone: 35\n", - "print r: 1128.0221191683074\n", - "2164\n", - "print utm zone: 35\n", - "print r: 2033.4747840595137\n", - "2165\n", - "print utm zone: 35\n", - "print r: 1783.8619409828796\n", - "2166\n", - "print utm zone: 33\n", - "print r: 2875.7457990531666\n", - "2167\n", - "print utm zone: 34\n", - "print r: 1492.5428865940207\n", - "2168\n", - "print utm zone: 36\n", - "print r: 1261.063920450987\n", - "2169\n", - "print utm zone: 34\n", - "print r: 1784.1583037318076\n", - "2170\n", - "print utm zone: 34\n", - "print r: 1381.3469832383305\n", - "2171\n", - "print utm zone: 33\n", - "print r: 2325.686045743544\n", - "2172\n", - "print utm zone: 34\n", - "print r: 3611.9018646412587\n", - "2173\n", - "print utm zone: 36\n", - "print r: 2584.450570689442\n", - "2174\n", - "print utm zone: 33\n", - "print r: 5613.227002059301\n", - "2175\n", - "print utm zone: 34\n", - "print r: 3825.3439218277413\n", - "2176\n", - "print utm zone: 36\n", - "print r: 1595.0837459388601\n", - "2177\n", - "print utm zone: 34\n", - "print r: 1492.6002451748125\n", - "2178\n", - "print utm zone: 34\n", - "print r: 1492.111727916813\n", - "2179\n", - "print utm zone: 35\n", - "print r: 1127.8927778390653\n", - "2180\n", - "print utm zone: 33\n", - "print r: 1692.5262360510235\n", - "2181\n", - "print utm zone: 34\n", - "print r: 1691.8521361562396\n", - "2182\n", - "print utm zone: 34\n", - "print r: 1381.373161814934\n", - "2183\n", - "print utm zone: 34\n", - "print r: 1381.580960156968\n", - "2184\n", - "print utm zone: 35\n", - "print r: 2033.8114072390629\n", - "2185\n", - "print utm zone: 35\n", - "print r: 1595.3510131259816\n", - "2186\n", - "print utm zone: 34\n", - "print r: 2585.573456503073\n", - "2187\n", - "print utm zone: 35\n", - "print r: 1953.5167765125375\n", - "2188\n", - "print utm zone: 34\n", - "print r: 1261.4257082051197\n", - "2189\n", - "print utm zone: 34\n", - "print r: 11151.600308185842\n", - "2190\n", - "print utm zone: 35\n", - "print r: 1492.1024260363554\n", - "2191\n", - "print utm zone: 34\n", - "print r: 3478.3516641499355\n", - "2192\n", - "print utm zone: 34\n", - "print r: 1870.4216627026653\n", - "2193\n", - "print utm zone: 34\n", - "print r: 1381.4153443579771\n", - "2194\n", - "print utm zone: 33\n", - "print r: 2111.4854291584184\n", - "2195\n", - "print utm zone: 34\n", - "print r: 1783.3705305797916\n", - "2196\n", - "print utm zone: 34\n", - "print r: 1381.371519171809\n", - "2197\n", - "print utm zone: 35\n", - "print r: 1870.8583146406604\n", - "2198\n", - "print utm zone: 35\n", - "print r: 1595.6111462588383\n", - "2199\n", - "print utm zone: 36\n", - "print r: 2184.4852398458665\n", - "2200\n", - "print utm zone: 34\n", - "print r: 1870.8174488635702\n", - "2201\n", - "print utm zone: 34\n", - "print r: 4687.575819202188\n", - "2202\n", - "print utm zone: 34\n", - "print r: 3383.80226086672\n", - "2203\n", - "print utm zone: 35\n", - "print r: 2110.4175832667197\n", - "2204\n", - "print utm zone: 35\n", - "print r: 1691.8736651128145\n", - "2205\n", - "print utm zone: 33\n", - "print r: 1492.6914914804668\n", - "2206\n", - "print utm zone: 35\n", - "print r: 1381.2971977929199\n", - "2207\n", - "print utm zone: 34\n", - "print r: 1381.8685760595286\n", - "2208\n", - "print utm zone: 35\n", - "print r: 2585.745079911738\n", - "2209\n", - "print utm zone: 34\n", - "print r: 2762.680801282784\n", - "2210\n", - "print utm zone: 34\n", - "print r: 3384.348676295809\n", - "2211\n", - "print utm zone: 33\n", - "print r: 1692.9544019470582\n", - "2212\n", - "print utm zone: 35\n", - "print r: 2930.533901029553\n", - "2213\n", - "print utm zone: 33\n", - "print r: 2326.527170187996\n", - "2214\n", - "print utm zone: 34\n", - "print r: 1953.5768608353542\n", - "2215\n", - "print utm zone: 35\n", - "print r: 2033.3994293357289\n", - "2216\n", - "print utm zone: 36\n", - "print r: 2392.951754091112\n", - "2217\n", - "print utm zone: 34\n", - "print r: 3824.821610468126\n", - "2218\n", - "print utm zone: 34\n", - "print r: 1261.3041678629534\n", - "2219\n", - "print utm zone: 35\n", - "print r: 2325.080181156435\n", - "2220\n", - "print utm zone: 33\n", - "print r: 1128.0234259030624\n", - "2221\n", - "print utm zone: 34\n", - "print r: 1871.2686239216046\n", - "2222\n", - "print utm zone: 33\n", - "print r: 1381.357247202911\n", - "2223\n", - "print utm zone: 33\n", - "print r: 1128.1025668927703\n", - "2224\n", - "print utm zone: 34\n", - "print r: 2034.5489897670327\n", - "2225\n", - "print utm zone: 36\n", - "print r: 8015.183982334691\n", - "2226\n", - "print utm zone: 34\n", - "print r: 3384.3815400607327\n", - "2227\n", - "print utm zone: 35\n", - "print r: 1381.4154995862593\n", - "2228\n", - "print utm zone: 34\n", - "print r: 5556.354335630589\n", - "2229\n", - "print utm zone: 36\n", - "print r: 1691.7956180412714\n", - "2230\n", - "print utm zone: 34\n", - "print r: 1381.7818764749704\n", - "2231\n", - "print utm zone: 35\n", - "print r: 1127.867209110574\n", - "2232\n", - "print utm zone: 39\n", - "print r: 1261.0069914252276\n", - "2233\n", - "print utm zone: 33\n", - "print r: 1128.3401792623433\n", - "2234\n", - "print utm zone: 34\n", - "print r: 1492.0173965634172\n", - "2235\n", - "print utm zone: 35\n", - "print r: 976.7874795673677\n", - "2236\n", - "print utm zone: 35\n", - "print r: 1127.8549314181014\n", - "2237\n", - "print utm zone: 34\n", - "print r: 2985.2307417841043\n", - "2238\n", - "print utm zone: 34\n", - "print r: 1381.3820621770824\n", - "2239\n", - "print utm zone: 35\n", - "print r: 1492.062498067557\n", - "2240\n", - "print utm zone: 35\n", - "print r: 2109.9999349825807\n", - "2241\n", - "print utm zone: 35\n", - "print r: 1381.351291108666\n", - "2242\n", - "print utm zone: 34\n", - "print r: 1692.4362811291655\n", - "2243\n", - "print utm zone: 34\n", - "print r: 2645.0755808667072\n", - "2244\n", - "print utm zone: 35\n", - "print r: 3090.3850631598316\n", - "2245\n", - "print utm zone: 35\n", - "print r: 1261.0133700265878\n", - "2246\n", - "print utm zone: 35\n", - "print r: 797.5130238592569\n", - "2247\n", - "print utm zone: 35\n", - "print r: 1691.750210061768\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2248\n", - "print utm zone: 34\n", - "print r: 1871.4948278242\n", - "2249\n", - "print utm zone: 35\n", - "print r: 2184.322866002707\n", - "2250\n", - "print utm zone: 35\n", - "print r: 1783.2819466227759\n", - "2251\n", - "print utm zone: 35\n", - "print r: 1127.8867177427712\n", - "2252\n", - "print utm zone: 35\n", - "print r: 1381.3293869843044\n", - "2253\n", - "print utm zone: 35\n", - "print r: 1381.3551762811312\n", - "2254\n", - "print utm zone: 35\n", - "print r: 2184.070297080902\n", - "2255\n", - "print utm zone: 35\n", - "print r: 1492.0778218872558\n", - "2256\n", - "print utm zone: 34\n", - "print r: 2185.474131484133\n", - "2257\n", - "print utm zone: 34\n", - "print r: 2185.167708107356\n", - "2258\n", - "print utm zone: 35\n", - "print r: 1595.1761327511313\n", - "2259\n", - "print utm zone: 33\n", - "print r: 1381.7925017732273\n", - "2260\n", - "print utm zone: 34\n", - "print r: 1595.7743237318916\n", - "2261\n", - "print utm zone: 34\n", - "print r: 3384.999343878406\n", - "2262\n", - "print utm zone: 35\n", - "print r: 1953.581682582682\n", - "2263\n", - "print utm zone: 36\n", - "print r: 5583.057468971719\n", - "2264\n", - "print utm zone: 35\n", - "print r: 976.7269064983687\n", - "2265\n", - "print utm zone: 35\n", - "print r: 1492.0498150281398\n", - "2266\n", - "print utm zone: 36\n", - "print r: 1870.480236160145\n", - "2267\n", - "print utm zone: 34\n", - "print r: 2704.5390485593075\n", - "2268\n", - "print utm zone: 34\n", - "print r: 1691.7468026669637\n", - "2269\n", - "print utm zone: 34\n", - "print r: 2705.2281128448626\n", - "2270\n", - "print utm zone: 34\n", - "print r: 2033.1821851653708\n", - "2271\n", - "print utm zone: 35\n", - "print r: 2392.6011082919385\n", - "2272\n", - "print utm zone: 35\n", - "print r: 1127.840232657538\n", - "2273\n", - "print utm zone: 33\n", - "print r: 1128.0075408442294\n", - "2274\n", - "print utm zone: 35\n", - "print r: 1260.9735824396137\n", - "2275\n", - "print utm zone: 34\n", - "print r: 1381.3641901365518\n", - "2276\n", - "print utm zone: 35\n", - "print r: 2257.0740592268003\n", - "2277\n", - "print utm zone: 35\n", - "print r: 1127.8560663333217\n", - "2278\n", - "print utm zone: 35\n", - "print r: 1870.4179639571632\n", - "2279\n", - "print utm zone: 43\n", - "print r: 1692.9464292621594\n", - "2280\n", - "print utm zone: 35\n", - "print r: 1260.9680872169176\n", - "2281\n", - "print utm zone: 35\n", - "print r: 1491.985887140701\n", - "2282\n", - "print utm zone: 35\n", - "print r: 2184.2285440055875\n", - "2283\n", - "print utm zone: 33\n", - "print r: 1595.657627912742\n", - "2284\n", - "print utm zone: 35\n", - "print r: 12042.957000573468\n", - "2285\n", - "print utm zone: 34\n", - "print r: 2184.00144495347\n", - "2286\n", - "print utm zone: 35\n", - "print r: 1381.3186151752066\n", - "2287\n", - "print utm zone: 35\n", - "print r: 1783.34913045075\n", - "2288\n", - "print utm zone: 35\n", - "print r: 1127.8612373767355\n", - "2289\n", - "print utm zone: 35\n", - "print r: 1260.9814670873266\n", - "2290\n", - "print utm zone: 34\n", - "print r: 2184.0725716633897\n", - "2291\n", - "print utm zone: 35\n", - "print r: 2184.137722122109\n", - "2292\n", - "print utm zone: 34\n", - "print r: 4821.0360636902515\n", - "2293\n", - "print utm zone: 35\n", - "print r: 1127.9098242352256\n", - "2294\n", - "print utm zone: 35\n", - "print r: 1127.8328567357346\n", - "2295\n", - "print utm zone: 33\n", - "print r: 1261.367844054482\n", - "2296\n", - "print utm zone: 34\n", - "print r: 1261.4055159965974\n", - "2297\n", - "print utm zone: 35\n", - "print r: 2325.2266260670713\n", - "2298\n", - "print utm zone: 35\n", - "print r: 1127.8627209987253\n", - "2299\n", - "print utm zone: 35\n", - "print r: 2820.148763162223\n", - "2300\n", - "print utm zone: 35\n", - "print r: 1953.560192127681\n", - "2301\n", - "print utm zone: 35\n", - "print r: 1692.0125607540162\n", - "2302\n", - "print utm zone: 35\n", - "print r: 1691.7693709334505\n", - "2303\n", - "print utm zone: 35\n", - "print r: 1127.834480044254\n", - "2304\n", - "print utm zone: 35\n", - "print r: 2325.508177937253\n", - "2305\n", - "print utm zone: 35\n", - "print r: 1381.3167689397453\n", - "2306\n", - "print utm zone: 35\n", - "print r: 1870.2856986011311\n", - "2307\n", - "print utm zone: 34\n", - "print r: 3336.5057884353323\n", - "2308\n", - "print utm zone: 33\n", - "print r: 1381.9479557032987\n", - "2309\n", - "print utm zone: 35\n", - "print r: 1381.333884826038\n", - "2310\n", - "print utm zone: 34\n", - "print r: 1491.8979144898756\n", - "2311\n", - "print utm zone: 35\n", - "print r: 1491.9952740080716\n", - "2312\n", - "print utm zone: 35\n", - "print r: 2458.376868607192\n", - "2313\n", - "print utm zone: 34\n", - "print r: 1783.591805955388\n", - "2314\n", - "print utm zone: 35\n", - "print r: 976.733938517526\n", - "2315\n", - "print utm zone: 35\n", - "print r: 1870.281033940584\n", - "2316\n", - "print utm zone: 35\n", - "print r: 1953.4165833957252\n", - "2317\n", - "print utm zone: 35\n", - "print r: 1381.3163110301855\n", - "2318\n", - "print utm zone: 35\n", - "print r: 1127.838136263113\n", - "2319\n", - "print utm zone: 34\n", - "print r: 1128.2903925894036\n", - "2320\n", - "print utm zone: 35\n", - "print r: 1260.9440451853252\n", - "2321\n", - "print utm zone: 44\n", - "print r: 1260.971692039814\n", - "2322\n", - "print utm zone: 34\n", - "print r: 1492.2541561546325\n", - "2323\n", - "print utm zone: 34\n", - "print r: 1594.9704288867274\n", - "2324\n", - "print utm zone: 35\n", - "print r: 2762.5896728688863\n", - "2325\n", - "print utm zone: 34\n", - "print r: 1492.2793426948756\n", - "2326\n", - "print utm zone: 35\n", - "print r: 1594.9807678471157\n", - "2327\n", - "print utm zone: 34\n", - "print r: 1128.2295126072343\n", - "2328\n", - "print utm zone: 34\n", - "print r: 1128.1252015650525\n", - "2329\n", - "print utm zone: 35\n", - "print r: 1691.7456318233053\n", - "2330\n", - "print utm zone: 35\n", - "print r: 1381.492907597974\n", - "2331\n", - "print utm zone: 44\n", - "print r: 1595.0330713816413\n", - "2332\n", - "print utm zone: 35\n", - "print r: 4784.943385938881\n", - "2333\n", - "print utm zone: 44\n", - "print r: 2645.1797540377056\n", - "2334\n", - "print utm zone: 33\n", - "print r: 4259.909409933871\n", - "2335\n", - "print utm zone: 35\n", - "print r: 1492.6639362407145\n", - "2336\n", - "print utm zone: 42\n", - "print r: 2522.869405953654\n", - "2337\n", - "print utm zone: 34\n", - "print r: 1382.0801221164334\n", - "2338\n", - "print utm zone: 35\n", - "print r: 1783.2479497781662\n", - "2339\n", - "print utm zone: 35\n", - "print r: 1595.3689062041005\n", - "2340\n", - "print utm zone: 35\n", - "print r: 4785.881749186699\n", - "2341\n", - "print utm zone: 33\n", - "print r: 3523.9362243104133\n", - "2342\n", - "print utm zone: 35\n", - "print r: 1491.9625043539288\n", - "2343\n", - "print utm zone: 33\n", - "print r: 1492.6254089815834\n", - "2344\n", - "print utm zone: 39\n", - "print r: 2033.4835838430583\n", - "2345\n", - "print utm zone: 44\n", - "print r: 1492.1155501704193\n", - "2346\n", - "print utm zone: 34\n", - "print r: 1492.7641017632307\n", - "2347\n", - "print utm zone: 35\n", - "print r: 1260.9580949053195\n", - "2348\n", - "print utm zone: 35\n", - "print r: 1870.3177027643922\n", - "2349\n", - "print utm zone: 35\n", - "print r: 1783.2423407456608\n", - "2350\n", - "print utm zone: 33\n", - "print r: 1492.8814825674153\n", - "2351\n", - "print utm zone: 35\n", - "print r: 1595.2843754618161\n", - "2352\n", - "print utm zone: 35\n", - "print r: 2326.2670397891416\n", - "2353\n", - "print utm zone: 35\n", - "print r: 1691.730897546988\n", - "2354\n", - "print utm zone: 34\n", - "print r: 2821.3952847036808\n", - "2355\n", - "print utm zone: 33\n", - "print r: 3697.7803475568617\n", - "2356\n", - "print utm zone: 35\n", - "print r: 2033.8531954776986\n", - "2357\n", - "print utm zone: 34\n", - "print r: 1382.0907405679816\n", - "2358\n", - "print utm zone: 35\n", - "print r: 2458.0005297177804\n", - "2359\n", - "print utm zone: 35\n", - "print r: 3189.990490294957\n", - "2360\n", - "print utm zone: 34\n", - "print r: 976.9661524572524\n", - "2361\n", - "print utm zone: 35\n", - "print r: 1492.1085642237806\n", - "2362\n", - "print utm zone: 43\n", - "print r: 1127.9944670338757\n", - "2363\n", - "print utm zone: 33\n", - "print r: 1870.4520203029192\n", - "2364\n", - "print utm zone: 33\n", - "print r: 2393.543318272891\n", - "2365\n", - "print utm zone: 34\n", - "print r: 2645.167687703414\n", - "2366\n", - "print utm zone: 34\n", - "print r: 3090.5456422529946\n", - "2367\n", - "print utm zone: 34\n", - "print r: 1871.0182365091568\n", - "2368\n", - "print utm zone: 35\n", - "print r: 1692.0686051042658\n", - "2369\n", - "print utm zone: 34\n", - "print r: 2325.0553597954054\n", - "2370\n", - "print utm zone: 34\n", - "print r: 4511.172711019569\n", - "2371\n", - "print utm zone: 34\n", - "print r: 3288.069255800422\n", - "2372\n", - "print utm zone: 34\n", - "print r: 1692.120603668133\n", - "2373\n", - "print utm zone: 35\n", - "print r: 2256.1672141169884\n", - "2374\n", - "print utm zone: 33\n", - "print r: 1382.2496964857378\n", - "2375\n", - "print utm zone: 34\n", - "print r: 2033.4255748069374\n", - "2376\n", - "print utm zone: 34\n", - "print r: 2584.787303109312\n", - "2377\n", - "print utm zone: 43\n", - "print r: 976.8606589308083\n", - "2378\n", - "print utm zone: 34\n", - "print r: 1382.1810994925236\n", - "2379\n", - "print utm zone: 33\n", - "print r: 1871.1619738273153\n", - "2380\n", - "print utm zone: 34\n", - "print r: 2109.9179039331743\n", - "2381\n", - "print utm zone: 34\n", - "print r: 1783.8178263826812\n", - "2382\n", - "print utm zone: 42\n", - "print r: 2325.5438884450955\n", - "2383\n", - "print utm zone: 34\n", - "print r: 1783.868977965576\n", - "2384\n", - "print utm zone: 34\n", - "print r: 2325.2856745468284\n", - "2385\n", - "print utm zone: 35\n", - "print r: 1595.2444507014864\n", - "2386\n", - "print utm zone: 35\n", - "print r: 1492.0321333763472\n", - "2387\n", - "print utm zone: 34\n", - "print r: 3824.5848306548028\n", - "2388\n", - "print utm zone: 43\n", - "print r: 2763.407001167807\n", - "2389\n", - "print utm zone: 34\n", - "print r: 2762.7449517529863\n", - "2390\n", - "print utm zone: 34\n", - "print r: 2033.3185107465943\n", - "2391\n", - "print utm zone: 35\n", - "print r: 1594.8987772993157\n", - "2392\n", - "print utm zone: 33\n", - "print r: 1261.593415741878\n", - "2393\n", - "print utm zone: 34\n", - "print r: 2392.394290977308\n", - "2394\n", - "print utm zone: 33\n", - "print r: 2184.5927899220374\n", - "2395\n", - "print utm zone: 34\n", - "print r: 1954.2625596916625\n", - "2396\n", - "print utm zone: 34\n", - "print r: 7838.197755875775\n", - "2397\n", - "print utm zone: 34\n", - "print r: 1381.6707245161654\n", - "2398\n", - "print utm zone: 34\n", - "print r: 1381.5288596735968\n", - "2399\n", - "print utm zone: 35\n", - "print r: 5260.008592716916\n", - "2400\n", - "print utm zone: 35\n", - "print r: 2819.9282088056307\n", - "2401\n", - "print utm zone: 34\n", - "print r: 1871.2855234264466\n", - "2402\n", - "print utm zone: 35\n", - "print r: 2257.082942265312\n", - "2403\n", - "print utm zone: 35\n", - "print r: 2184.7084294811857\n", - "2404\n", - "print utm zone: 34\n", - "print r: 2458.8838744428167\n", - "2405\n", - "print utm zone: 44\n", - "print r: 1381.5083138139307\n", - "2406\n", - "print utm zone: 42\n", - "print r: 1783.1463183421529\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2407\n", - "print utm zone: 33\n", - "print r: 1783.161506612885\n", - "2408\n", - "print utm zone: 35\n", - "print r: 2184.9616493612134\n", - "2409\n", - "print utm zone: 34\n", - "print r: 1783.2583548153416\n", - "2410\n", - "print utm zone: 42\n", - "print r: 1870.3143959233598\n", - "2411\n", - "print utm zone: 33\n", - "print r: 2110.281625617627\n", - "2412\n", - "print utm zone: 35\n", - "print r: 1594.8787153293883\n", - "2413\n", - "print utm zone: 33\n", - "print r: 1492.4632618456424\n", - "2414\n", - "print utm zone: 35\n", - "print r: 1491.995473665453\n", - "2415\n", - "print utm zone: 33\n", - "print r: 2983.9431795582823\n", - "2416\n", - "print utm zone: 34\n", - "print r: 1381.22660738488\n", - "2417\n", - "print utm zone: 34\n", - "print r: 3824.41655918931\n", - "2418\n", - "print utm zone: 43\n", - "print r: 2110.0802981913625\n", - "2419\n", - "print utm zone: 34\n", - "print r: 1783.6963735253905\n", - "2420\n", - "print utm zone: 43\n", - "print r: 1954.007160993327\n", - "2421\n", - "print utm zone: 33\n", - "print r: 977.2626143768441\n", - "2422\n", - "print utm zone: 35\n", - "print r: 1691.9102672721647\n", - "2423\n", - "print utm zone: 39\n", - "print r: 6551.646435900555\n", - "2424\n", - "print utm zone: 33\n", - "print r: 1492.9039018835372\n", - "2425\n", - "print utm zone: 34\n", - "print r: 1127.8013615812124\n", - "2426\n", - "print utm zone: 35\n", - "print r: 1492.2970082151821\n", - "2427\n", - "print utm zone: 39\n", - "print r: 1595.0310924891403\n", - "2428\n", - "print utm zone: 43\n", - "print r: 2930.2934129652626\n", - "2429\n", - "print utm zone: 34\n", - "print r: 2704.258324299236\n", - "2430\n", - "print utm zone: 35\n", - "print r: 1870.5544553439822\n", - "2431\n", - "print utm zone: 34\n", - "print r: 1691.5877929495637\n", - "2432\n", - "print utm zone: 44\n", - "print r: 2326.2970910422455\n", - "2433\n", - "print utm zone: 39\n", - "print r: 1491.9695376153975\n", - "2434\n", - "print utm zone: 34\n", - "print r: 2183.957463577135\n", - "2435\n", - "print utm zone: 34\n", - "print r: 2110.156159759509\n", - "2436\n", - "print utm zone: 34\n", - "print r: 3521.3738674990113\n", - "2437\n", - "print utm zone: 44\n", - "print r: 1381.9643248394857\n", - "2438\n", - "print utm zone: 34\n", - "print r: 2033.286675864472\n", - "2439\n", - "print utm zone: 35\n", - "print r: 2324.8848140934815\n", - "2440\n", - "print utm zone: 35\n", - "print r: 2930.1135541991684\n", - "2441\n", - "print utm zone: 33\n", - "print r: 2585.696256642158\n", - "2442\n", - "print utm zone: 42\n", - "print r: 2033.114157497946\n", - "2443\n", - "print utm zone: 44\n", - "print r: 2111.30905192086\n", - "2444\n", - "print utm zone: 33\n", - "print r: 1691.8432679535986\n", - "2445\n", - "print utm zone: 43\n", - "print r: 1260.825364381675\n", - "2446\n", - "print utm zone: 44\n", - "print r: 1382.1121303047216\n", - "2447\n", - "print utm zone: 44\n", - "print r: 1492.6655603105703\n", - "2448\n", - "print utm zone: 44\n", - "print r: 1953.6473679793748\n", - "2449\n", - "print utm zone: 42\n", - "print r: 2255.4188517298157\n", - "2450\n", - "print utm zone: 34\n", - "print r: 2324.9682899149866\n", - "2451\n", - "print utm zone: 43\n", - "print r: 1128.0372809515222\n", - "2452\n", - "print utm zone: 43\n", - "print r: 1692.6346851712594\n", - "2453\n", - "print utm zone: 33\n", - "print r: 2392.5316835101585\n", - "2454\n", - "print utm zone: 34\n", - "print r: 1492.4039516096109\n", - "2455\n", - "print utm zone: 42\n", - "print r: 1491.8911903741346\n", - "2456\n", - "print utm zone: 33\n", - "print r: 5379.855072885101\n", - "2457\n", - "print utm zone: 35\n", - "print r: 1692.7435663832787\n", - "2458\n", - "print utm zone: 39\n", - "print r: 1260.9349791250709\n", - "2459\n", - "print utm zone: 43\n", - "print r: 2033.719802419556\n", - "2460\n", - "print utm zone: 43\n", - "print r: 1381.891350873863\n", - "2461\n", - "print utm zone: 44\n", - "print r: 1128.3330729917334\n", - "2462\n", - "print utm zone: 33\n", - "print r: 1692.316269396784\n", - "2463\n", - "print utm zone: 34\n", - "print r: 1595.9213033238714\n", - "2464\n", - "print utm zone: 35\n", - "print r: 1261.3013685897006\n", - "2465\n", - "print utm zone: 43\n", - "print r: 1381.5406767103605\n", - "2466\n", - "print utm zone: 34\n", - "print r: 1261.049842404852\n", - "2467\n", - "print utm zone: 34\n", - "print r: 1491.9661509029086\n", - "2468\n", - "print utm zone: 43\n", - "print r: 1492.2175841710255\n", - "2469\n", - "print utm zone: 43\n", - "print r: 1261.3476031275459\n", - "2470\n", - "print utm zone: 33\n", - "print r: 1492.0432613836786\n", - "2471\n", - "print utm zone: 33\n", - "print r: 1492.417570054509\n", - "2472\n", - "print utm zone: 35\n", - "print r: 1381.3637145490802\n", - "2473\n", - "print utm zone: 34\n", - "print r: 1381.26234255651\n", - "2474\n", - "print utm zone: 35\n", - "print r: 3784.2194667435256\n", - "2475\n", - "print utm zone: 34\n", - "print r: 2458.792903074397\n", - "2476\n", - "print utm zone: 35\n", - "print r: 1870.2933456205392\n", - "2477\n", - "print utm zone: 34\n", - "print r: 1491.840807595672\n", - "2478\n", - "print utm zone: 43\n", - "print r: 2184.590280910326\n", - "2479\n", - "print utm zone: 43\n", - "print r: 2585.3083593544143\n", - "2480\n", - "print utm zone: 33\n", - "print r: 1381.8042822775515\n", - "2481\n", - "print utm zone: 33\n", - "print r: 1870.9126762319693\n", - "2482\n", - "print utm zone: 42\n", - "print r: 1594.9578646623272\n", - "2483\n", - "print utm zone: 43\n", - "print r: 1492.159857781639\n", - "2484\n", - "print utm zone: 44\n", - "print r: 1381.3549203384773\n", - "2485\n", - "print utm zone: 43\n", - "print r: 3240.665586983706\n", - "2486\n", - "print utm zone: 43\n", - "print r: 2255.939416950168\n", - "2487\n", - "print utm zone: 34\n", - "print r: 2325.1828941495955\n", - "2488\n", - "print utm zone: 35\n", - "print r: 1492.2216859315436\n", - "2489\n", - "print utm zone: 39\n", - "print r: 3567.1237657900574\n", - "2490\n", - "print utm zone: 34\n", - "print r: 2325.3472176425835\n", - "2491\n", - "print utm zone: 35\n", - "print r: 1491.9127772102972\n", - "2492\n", - "print utm zone: 42\n", - "print r: 1491.8434920148104\n", - "2493\n", - "print utm zone: 33\n", - "print r: 1492.2968865591383\n", - "2494\n", - "print utm zone: 43\n", - "print r: 4512.626613064398\n", - "2495\n", - "print utm zone: 33\n", - "print r: 3989.59076803191\n", - "2496\n", - "print utm zone: 34\n", - "print r: 4717.810506707423\n", - "2497\n", - "print utm zone: 34\n", - "print r: 1381.1385466224983\n", - "2498\n", - "print utm zone: 42\n", - "print r: 4475.5913624921695\n", - "2499\n", - "print utm zone: 37\n", - "print r: 1594.9995854344359\n", - "2500\n", - "print utm zone: 34\n", - "print r: 1491.8933617432601\n", - "2501\n", - "print utm zone: 35\n", - "print r: 1692.7910393437987\n", - "2502\n", - "print utm zone: 35\n", - "print r: 2704.122186968842\n", - "2503\n", - "print utm zone: 43\n", - "print r: 1595.165484185883\n", - "2504\n", - "print utm zone: 34\n", - "print r: 1128.4359792934622\n", - "2505\n", - "print utm zone: 35\n", - "print r: 1381.4530690662966\n", - "2506\n", - "print utm zone: 34\n", - "print r: 1595.3821364395162\n", - "2507\n", - "print utm zone: 34\n", - "print r: 2109.748353980728\n", - "2508\n", - "print utm zone: 34\n", - "print r: 1260.9572411332742\n", - "2509\n", - "print utm zone: 35\n", - "print r: 2704.1352969331715\n", - "2510\n", - "print utm zone: 43\n", - "print r: 2458.0434143265343\n", - "2511\n", - "print utm zone: 34\n", - "print r: 2522.9235201969677\n", - "2512\n", - "print utm zone: 35\n", - "print r: 1382.0340404072808\n", - "2513\n", - "print utm zone: 33\n", - "print r: 1692.5167791008046\n", - "2514\n", - "print utm zone: 35\n", - "print r: 1870.226929249856\n", - "2515\n", - "print utm zone: 43\n", - "print r: 2255.771467878451\n", - "2516\n", - "print utm zone: 35\n", - "print r: 1381.1363534718214\n", - "2517\n", - "print utm zone: 39\n", - "print r: 1127.7149505733444\n", - "2518\n", - "print utm zone: 42\n", - "print r: 1691.556666728239\n", - "2519\n", - "print utm zone: 42\n", - "print r: 1870.3656904212646\n", - "2520\n", - "print utm zone: 33\n", - "print r: 1784.0170368244865\n", - "2521\n", - "print utm zone: 35\n", - "print r: 6125.312809814753\n", - "2522\n", - "print utm zone: 39\n", - "print r: 1381.1749811299585\n", - "2523\n", - "print utm zone: 43\n", - "print r: 2110.020059626697\n", - "2524\n", - "print utm zone: 34\n", - "print r: 1492.6017966412967\n", - "2525\n", - "print utm zone: 43\n", - "print r: 3336.484021442416\n", - "2526\n", - "print utm zone: 43\n", - "print r: 12873.845378789596\n", - "2527\n", - "print utm zone: 34\n", - "print r: 1381.916117772286\n", - "2528\n", - "print utm zone: 34\n", - "print r: 2645.192878419825\n", - "2529\n", - "print utm zone: 34\n", - "print r: 1783.0506467914233\n", - "2530\n", - "print utm zone: 35\n", - "print r: 2325.789145474462\n", - "2531\n", - "print utm zone: 35\n", - "print r: 3139.8024658631152\n", - "2532\n", - "print utm zone: 34\n", - "print r: 2929.8741855479166\n", - "2533\n", - "print utm zone: 35\n", - "print r: 2109.7966092769743\n", - "2534\n", - "print utm zone: 37\n", - "print r: 2110.114613458992\n", - "2535\n", - "print utm zone: 42\n", - "print r: 1261.1653276782072\n", - "2536\n", - "print utm zone: 33\n", - "print r: 977.286333006116\n", - "2537\n", - "print utm zone: 33\n", - "print r: 2763.866114852381\n", - "2538\n", - "print utm zone: 43\n", - "print r: 2644.6241088474517\n", - "2539\n", - "print utm zone: 33\n", - "print r: 2034.1078761856072\n", - "2540\n", - "print utm zone: 34\n", - "print r: 2392.4401442831113\n", - "2541\n", - "print utm zone: 35\n", - "print r: 2930.2736673549566\n", - "2542\n", - "print utm zone: 42\n", - "print r: 1594.8007310067944\n", - "2543\n", - "print utm zone: 42\n", - "print r: 1692.160378369454\n", - "2544\n", - "print utm zone: 35\n", - "print r: 1692.0143243564344\n", - "2545\n", - "print utm zone: 44\n", - "print r: 1492.1657395978998\n", - "2546\n", - "print utm zone: 34\n", - "print r: 1492.0566135302995\n", - "2547\n", - "print utm zone: 37\n", - "print r: 3866.655198381276\n", - "2548\n", - "print utm zone: 42\n", - "print r: 977.0072869688664\n", - "2549\n", - "print utm zone: 34\n", - "print r: 3429.885274214878\n", - "2550\n", - "print utm zone: 42\n", - "print r: 1492.5373104332919\n", - "2551\n", - "print utm zone: 34\n", - "print r: 1491.8084459783404\n", - "2552\n", - "print utm zone: 34\n", - "print r: 2033.089190250604\n", - "2553\n", - "print utm zone: 43\n", - "print r: 1870.013938072733\n", - "2554\n", - "print utm zone: 34\n", - "print r: 1381.6874608581757\n", - "2555\n", - "print utm zone: 43\n", - "print r: 1491.802755805569\n", - "2556\n", - "print utm zone: 43\n", - "print r: 1492.373559651266\n", - "2557\n", - "print utm zone: 42\n", - "print r: 1260.7784828541041\n", - "2558\n", - "print utm zone: 40\n", - "print r: 2185.08656718655\n", - "2559\n", - "print utm zone: 43\n", - "print r: 2032.8941856331928\n", - "2560\n", - "print utm zone: 35\n", - "print r: 1492.6144072480722\n", - "2561\n", - "print utm zone: 34\n", - "print r: 1260.8043119636923\n", - "2562\n", - "print utm zone: 34\n", - "print r: 1692.6056511622885\n", - "2563\n", - "print utm zone: 43\n", - "print r: 2033.8857143864793\n", - "2564\n", - "print utm zone: 43\n", - "print r: 3383.0028169766915\n", - "2565\n", - "print utm zone: 43\n", - "print r: 3139.1953631118645\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2566\n", - "print utm zone: 34\n", - "print r: 1381.8262963344919\n", - "2567\n", - "print utm zone: 42\n", - "print r: 976.5517124022276\n", - "2568\n", - "print utm zone: 35\n", - "print r: 1381.3544678134076\n", - "2569\n", - "print utm zone: 34\n", - "print r: 3139.2096678168373\n", - "2570\n", - "print utm zone: 35\n", - "print r: 2033.7402328624075\n", - "2571\n", - "print utm zone: 43\n", - "print r: 8588.037015411765\n", - "2572\n", - "print utm zone: 43\n", - "print r: 3430.5033866785657\n", - "2573\n", - "print utm zone: 34\n", - "print r: 1261.1676058559106\n", - "2574\n", - "print utm zone: 43\n", - "print r: 5198.398269397016\n", - "2575\n", - "print utm zone: 34\n", - "print r: 1783.0296613578146\n", - "2576\n", - "print utm zone: 34\n", - "print r: 1382.0820755520056\n", - "2577\n", - "print utm zone: 35\n", - "print r: 3336.3672056075084\n", - "2578\n", - "print utm zone: 42\n", - "print r: 1595.3231592813568\n", - "2579\n", - "print utm zone: 42\n", - "print r: 1381.6806910859498\n", - "2580\n", - "print utm zone: 42\n", - "print r: 6839.16665765368\n", - "2581\n", - "print utm zone: 42\n", - "print r: 2256.382737259314\n", - "2582\n", - "print utm zone: 43\n", - "print r: 1870.3413361359762\n", - "2583\n", - "print utm zone: 44\n", - "print r: 1127.7183001888966\n", - "2584\n", - "print utm zone: 34\n", - "print r: 2874.9315274726055\n", - "2585\n", - "print utm zone: 34\n", - "print r: 3824.038866286537\n", - "2586\n", - "print utm zone: 43\n", - "print r: 3906.6622497820167\n", - "2587\n", - "print utm zone: 34\n", - "print r: 2183.898731994412\n", - "2588\n", - "print utm zone: 34\n", - "print r: 1381.61692553301\n", - "2589\n", - "print utm zone: 42\n", - "print r: 1261.3147714874879\n", - "2590\n", - "print utm zone: 43\n", - "print r: 4104.677578185994\n", - "2591\n", - "print utm zone: 43\n", - "print r: 1260.7749258156568\n", - "2592\n", - "print utm zone: 43\n", - "print r: 1491.6926674066042\n", - "2593\n", - "print utm zone: 42\n", - "print r: 1128.2450142452315\n", - "2594\n", - "print utm zone: 34\n", - "print r: 1381.129365510999\n", - "2595\n", - "print utm zone: 34\n", - "print r: 976.9833698380373\n", - "2596\n", - "print utm zone: 42\n", - "print r: 1595.3577065479792\n", - "2597\n", - "print utm zone: 44\n", - "print r: 977.1314626749837\n", - "2598\n", - "print utm zone: 34\n", - "print r: 1692.2470843917686\n", - "2599\n", - "print utm zone: 43\n", - "print r: 1783.0198688734495\n", - "2600\n", - "print utm zone: 44\n", - "print r: 1871.1638571073179\n", - "2601\n", - "print utm zone: 34\n", - "print r: 3089.203207456124\n", - "2602\n", - "print utm zone: 34\n", - "print r: 1594.8025530718173\n", - "2603\n", - "print utm zone: 42\n", - "print r: 2255.318687178371\n", - "2604\n", - "print utm zone: 42\n", - "print r: 1260.7686771459273\n", - "2605\n", - "print utm zone: 44\n", - "print r: 1128.362798397791\n", - "2606\n", - "print utm zone: 34\n", - "print r: 1492.4463744671646\n", - "2607\n", - "print utm zone: 43\n", - "print r: 1381.091003079974\n", - "2608\n", - "print utm zone: 34\n", - "print r: 2255.2649030145753\n", - "2609\n", - "print utm zone: 42\n", - "print r: 2256.5820379813777\n", - "2610\n", - "print utm zone: 34\n", - "print r: 1595.1689687202002\n", - "2611\n", - "print utm zone: 34\n", - "print r: 1594.7202970145454\n", - "2612\n", - "print utm zone: 43\n", - "print r: 1381.8641148088443\n", - "2613\n", - "print utm zone: 44\n", - "print r: 1692.4613381258184\n", - "2614\n", - "print utm zone: 37\n", - "print r: 1595.5171893398858\n", - "2615\n", - "print utm zone: 44\n", - "print r: 1260.7924581831082\n", - "2616\n", - "print utm zone: 34\n", - "print r: 2584.6867548782448\n", - "2617\n", - "print utm zone: 35\n", - "print r: 1954.4073711936696\n", - "2618\n", - "print utm zone: 34\n", - "print r: 2110.825421406467\n", - "2619\n", - "print utm zone: 34\n", - "print r: 2109.776463913336\n", - "2620\n", - "print utm zone: 34\n", - "print r: 1783.0860911255972\n", - "2621\n", - "print utm zone: 35\n", - "print r: 1594.7026780090234\n", - "2622\n", - "print utm zone: 42\n", - "print r: 1381.9355762921793\n", - "2623\n", - "print utm zone: 40\n", - "print r: 1692.4658568279278\n", - "2624\n", - "print utm zone: 35\n", - "print r: 1492.0780285351045\n", - "2625\n", - "print utm zone: 34\n", - "print r: 2185.1433027249604\n", - "2626\n", - "print utm zone: 35\n", - "print r: 1381.6147943906687\n", - "2627\n", - "print utm zone: 35\n", - "print r: 1691.4215403238936\n", - "2628\n", - "print utm zone: 35\n", - "print r: 2521.519000203028\n", - "2629\n", - "print utm zone: 35\n", - "print r: 1595.2929026550632\n", - "2630\n", - "print utm zone: 35\n", - "print r: 3189.51621288755\n", - "2631\n", - "print utm zone: 43\n", - "print r: 1595.2681490852035\n", - "2632\n", - "print utm zone: 34\n", - "print r: 11082.240834157332\n", - "2633\n", - "print utm zone: 37\n", - "print r: 2110.8388036501074\n", - "2634\n", - "print utm zone: 34\n", - "print r: 1595.721360765536\n", - "2635\n", - "print utm zone: 34\n", - "print r: 2521.414665229317\n", - "2636\n", - "print utm zone: 34\n", - "print r: 3287.6503608439616\n", - "2637\n", - "print utm zone: 34\n", - "print r: 1261.2129572726797\n", - "2638\n", - "print utm zone: 42\n", - "print r: 1954.0874847478783\n", - "2639\n", - "print utm zone: 35\n", - "print r: 1260.7669756308946\n", - "2640\n", - "print utm zone: 35\n", - "print r: 1491.7144854315275\n", - "2641\n", - "print utm zone: 38\n", - "print r: 1595.8037914812596\n", - "2642\n", - "print utm zone: 34\n", - "print r: 1870.8583837989152\n", - "2643\n", - "print utm zone: 42\n", - "print r: 1492.4757858406786\n", - "2644\n", - "print utm zone: 34\n", - "print r: 3430.735809213819\n", - "2645\n", - "print utm zone: 35\n", - "print r: 1691.4416683022228\n", - "2646\n", - "print utm zone: 40\n", - "print r: 1492.4036474901754\n", - "2647\n", - "print utm zone: 42\n", - "print r: 2325.203614844704\n", - "2648\n", - "print utm zone: 34\n", - "print r: 7109.328077454999\n", - "2649\n", - "print utm zone: 34\n", - "print r: 1381.4589195951808\n", - "2650\n", - "print utm zone: 43\n", - "print r: 1127.7375493499276\n", - "2651\n", - "print utm zone: 34\n", - "print r: 2183.6144668046236\n", - "2652\n", - "print utm zone: 34\n", - "print r: 1128.1212075355513\n", - "2653\n", - "print utm zone: 35\n", - "print r: 2584.224143572273\n", - "2654\n", - "print utm zone: 42\n", - "print r: 2183.6705793360375\n", - "2655\n", - "print utm zone: 42\n", - "print r: 1691.688713642207\n", - "2656\n", - "print utm zone: 34\n", - "print r: 1691.4047793553007\n", - "2657\n", - "print utm zone: 35\n", - "print r: 1691.4874856077613\n", - "2658\n", - "print utm zone: 34\n", - "print r: 2255.1897961527206\n", - "2659\n", - "print utm zone: 34\n", - "print r: 1869.9687598969367\n", - "2660\n", - "print utm zone: 34\n", - "print r: 1691.540174088751\n", - "2661\n", - "print utm zone: 35\n", - "print r: 1869.9317246529613\n", - "2662\n", - "print utm zone: 42\n", - "print r: 1260.7804093896295\n", - "2663\n", - "print utm zone: 42\n", - "print r: 1594.9606035497443\n", - "2664\n", - "print utm zone: 34\n", - "print r: 1381.43129789857\n", - "2665\n", - "print utm zone: 34\n", - "print r: 1261.0994431758872\n", - "2666\n", - "print utm zone: 35\n", - "print r: 1953.0704075217575\n", - "2667\n", - "print utm zone: 42\n", - "print r: 1260.7496183324781\n", - "2668\n", - "print utm zone: 42\n", - "print r: 1691.523257486694\n", - "2669\n", - "print utm zone: 42\n", - "print r: 1382.01647255636\n", - "2670\n", - "print utm zone: 34\n", - "print r: 2457.7212578336066\n", - "2671\n", - "print utm zone: 42\n", - "print r: 2324.5983858363397\n", - "2672\n", - "print utm zone: 43\n", - "print r: 1595.3446429450769\n", - "2673\n", - "print utm zone: 34\n", - "print r: 2819.0950997366717\n", - "2674\n", - "print utm zone: 38\n", - "print r: 1381.9846173778453\n", - "2675\n", - "print utm zone: 34\n", - "print r: 1782.8821013308495\n", - "2676\n", - "print utm zone: 35\n", - "print r: 1692.497747090158\n", - "2677\n", - "print utm zone: 43\n", - "print r: 1595.5939112361912\n", - "2678\n", - "print utm zone: 43\n", - "print r: 2931.627503471071\n", - "2679\n", - "print utm zone: 43\n", - "print r: 1381.7999397934846\n", - "2680\n", - "print utm zone: 42\n", - "print r: 1594.852594399734\n", - "2681\n", - "print utm zone: 35\n", - "print r: 3475.491397353916\n", - "2682\n", - "print utm zone: 34\n", - "print r: 2521.375912506672\n", - "2683\n", - "print utm zone: 37\n", - "print r: 3826.4300515619484\n", - "2684\n", - "print utm zone: 42\n", - "print r: 4219.3287153234905\n", - "2685\n", - "print utm zone: 42\n", - "print r: 1492.7220002395852\n", - "2686\n", - "print utm zone: 35\n", - "print r: 1691.5154434695125\n", - "2687\n", - "print utm zone: 42\n", - "print r: 1952.973237453655\n", - "2688\n", - "print utm zone: 43\n", - "print r: 2185.7682991664783\n", - "2689\n", - "print utm zone: 40\n", - "print r: 4651.805270925762\n", - "2690\n", - "print utm zone: 43\n", - "print r: 2583.920950873888\n", - "2691\n", - "print utm zone: 34\n", - "print r: 3382.8374258024805\n", - "2692\n", - "print utm zone: 44\n", - "print r: 3289.2199781503123\n", - "2693\n", - "print utm zone: 34\n", - "print r: 1954.0783254762086\n", - "2694\n", - "print utm zone: 35\n", - "print r: 4026.3522131815785\n", - "2695\n", - "print utm zone: 34\n", - "print r: 1783.6389603128325\n", - "2696\n", - "print utm zone: 34\n", - "print r: 1870.672589536859\n", - "2697\n", - "print utm zone: 34\n", - "print r: 2583.6242785874915\n", - "2698\n", - "print utm zone: 42\n", - "print r: 1691.3616873907104\n", - "2699\n", - "print utm zone: 34\n", - "print r: 2183.550560704401\n", - "2700\n", - "print utm zone: 40\n", - "print r: 1261.362287317955\n", - "2701\n", - "print utm zone: 34\n", - "print r: 1492.630762375323\n", - "2702\n", - "print utm zone: 42\n", - "print r: 1491.6913211663427\n", - "2703\n", - "print utm zone: 44\n", - "print r: 1128.3100045911863\n", - "2704\n", - "print utm zone: 42\n", - "print r: 2457.4956156415233\n", - "2705\n", - "print utm zone: 34\n", - "print r: 1380.9997974247267\n", - "2706\n", - "print utm zone: 35\n", - "print r: 3865.7471549033103\n", - "2707\n", - "print utm zone: 40\n", - "print r: 2984.8014106471187\n", - "2708\n", - "print utm zone: 42\n", - "print r: 4403.604342747742\n", - "2709\n", - "print utm zone: 34\n", - "print r: 4368.260047490437\n", - "2710\n", - "print utm zone: 40\n", - "print r: 1870.9526968478945\n", - "2711\n", - "print utm zone: 34\n", - "print r: 1595.2335210097008\n", - "2712\n", - "print utm zone: 38\n", - "print r: 1692.3524975485673\n", - "2713\n", - "print utm zone: 42\n", - "print r: 1691.3728458252072\n", - "2714\n", - "print utm zone: 34\n", - "print r: 2391.9995185093703\n", - "2715\n", - "print utm zone: 34\n", - "print r: 2644.4404727212705\n", - "2716\n", - "print utm zone: 34\n", - "print r: 797.3702415288815\n", - "2717\n", - "print utm zone: 35\n", - "print r: 1380.9910616617713\n", - "2718\n", - "print utm zone: 34\n", - "print r: 3088.8043032259225\n", - "2719\n", - "print utm zone: 34\n", - "print r: 4256.508410100327\n", - "2720\n", - "print utm zone: 34\n", - "print r: 2929.7280265469544\n", - "2721\n", - "print utm zone: 34\n", - "print r: 2109.572051222849\n", - "2722\n", - "print utm zone: 34\n", - "print r: 2110.6908372713065\n", - "2723\n", - "print utm zone: 38\n", - "print r: 1783.6819574310805\n", - "2724\n", - "print utm zone: 38\n", - "print r: 2033.1747965286381\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2725\n", - "print utm zone: 40\n", - "print r: 2984.4576128181106\n", - "2726\n", - "print utm zone: 40\n", - "print r: 2876.3445762877222\n", - "2727\n", - "print utm zone: 44\n", - "print r: 1784.1645913832826\n", - "2728\n", - "print utm zone: 34\n", - "print r: 1691.3804835735439\n", - "2729\n", - "print utm zone: 37\n", - "print r: 1954.4295454009516\n", - "2730\n", - "print utm zone: 34\n", - "print r: 1260.6696251001783\n", - "2731\n", - "print utm zone: 34\n", - "print r: 1952.9735459027645\n", - "2732\n", - "print utm zone: 34\n", - "print r: 1261.530768098051\n", - "2733\n", - "print utm zone: 42\n", - "print r: 1953.1320272351732\n", - "2734\n", - "print utm zone: 43\n", - "print r: 1954.3609022535795\n", - "2735\n", - "print utm zone: 38\n", - "print r: 2184.749537873781\n", - "2736\n", - "print utm zone: 35\n", - "print r: 1260.7791503852657\n", - "2737\n", - "print utm zone: 38\n", - "print r: 1691.8250806628353\n", - "2738\n", - "print utm zone: 34\n", - "print r: 2033.5230552249368\n", - "2739\n", - "print utm zone: 34\n", - "print r: 1953.4704395875392\n", - "2740\n", - "print utm zone: 34\n", - "print r: 1594.6218472652567\n", - "2741\n", - "print utm zone: 38\n", - "print r: 2393.682345930944\n", - "2742\n", - "print utm zone: 42\n", - "print r: 9091.060854949334\n", - "2743\n", - "print utm zone: 34\n", - "print r: 2458.3790084572497\n", - "2744\n", - "print utm zone: 38\n", - "print r: 3783.6475518330058\n", - "2745\n", - "print utm zone: 42\n", - "print r: 2644.591168154297\n", - "2746\n", - "print utm zone: 34\n", - "print r: 1491.6503129766472\n", - "2747\n", - "print utm zone: 38\n", - "print r: 2032.9193041060644\n", - "2748\n", - "print utm zone: 43\n", - "print r: 1381.0012091928086\n", - "2749\n", - "print utm zone: 38\n", - "print r: 1381.8903876688255\n", - "2750\n", - "print utm zone: 43\n", - "print r: 2392.020250513436\n", - "2751\n", - "print utm zone: 42\n", - "print r: 3521.090239890855\n", - "2752\n", - "print utm zone: 34\n", - "print r: 1381.257007488116\n", - "2753\n", - "print utm zone: 34\n", - "print r: 976.5167478906741\n", - "2754\n", - "print utm zone: 35\n", - "print r: 1691.7809177340655\n", - "2755\n", - "print utm zone: 34\n", - "print r: 1783.0808510616457\n", - "2756\n", - "print utm zone: 34\n", - "print r: 5010.990680487204\n", - "2757\n", - "print utm zone: 34\n", - "print r: 1869.8521942208736\n", - "2758\n", - "print utm zone: 35\n", - "print r: 1491.627986282795\n", - "2759\n", - "print utm zone: 34\n", - "print r: 1380.9651670015035\n", - "2760\n", - "print utm zone: 34\n", - "print r: 1127.5781066418901\n", - "2761\n", - "print utm zone: 35\n", - "print r: 1261.3774987131135\n", - "2762\n", - "print utm zone: 35\n", - "print r: 1127.6150384041096\n", - "2763\n", - "print utm zone: 38\n", - "print r: 2705.3297338827892\n", - "2764\n", - "print utm zone: 35\n", - "print r: 3037.8435143597058\n", - "2765\n", - "print utm zone: 43\n", - "print r: 1595.5047369113008\n", - "2766\n", - "print utm zone: 34\n", - "print r: 1492.0547339478019\n", - "2767\n", - "print utm zone: 35\n", - "print r: 1595.414691535326\n", - "2768\n", - "print utm zone: 37\n", - "print r: 2522.7764287053856\n", - "2769\n", - "print utm zone: 40\n", - "print r: 2931.185710941197\n", - "2770\n", - "print utm zone: 41\n", - "print r: 2705.693995153204\n", - "2771\n", - "print utm zone: 34\n", - "print r: 3565.7768611592114\n", - "2772\n", - "print utm zone: 41\n", - "print r: 3138.9690787673017\n", - "2773\n", - "print utm zone: 43\n", - "print r: 1595.0884843859465\n", - "2774\n", - "print utm zone: 38\n", - "print r: 1491.5868717414369\n", - "2775\n", - "print utm zone: 42\n", - "print r: 2255.249123598335\n", - "2776\n", - "print utm zone: 34\n", - "print r: 1782.8104790250397\n", - "2777\n", - "print utm zone: 35\n", - "print r: 1381.6936830141958\n", - "2778\n", - "print utm zone: 35\n", - "print r: 1595.0603563290763\n", - "2779\n", - "print utm zone: 38\n", - "print r: 1954.374931418421\n", - "2780\n", - "print utm zone: 38\n", - "print r: 1953.9615450158876\n", - "2781\n", - "print utm zone: 38\n", - "print r: 1691.9921801861356\n", - "2782\n", - "print utm zone: 34\n", - "print r: 2392.605208367759\n", - "2783\n", - "print utm zone: 35\n", - "print r: 5076.1082165871\n", - "2784\n", - "print utm zone: 38\n", - "print r: 2762.773539446406\n", - "2785\n", - "print utm zone: 38\n", - "print r: 1260.605463160145\n", - "2786\n", - "print utm zone: 34\n", - "print r: 1380.9834665402204\n", - "2787\n", - "print utm zone: 40\n", - "print r: 2185.050657992893\n", - "2788\n", - "print utm zone: 35\n", - "print r: 2584.0246343585727\n", - "2789\n", - "print utm zone: 35\n", - "print r: 1381.6849019459307\n", - "2790\n", - "print utm zone: 40\n", - "print r: 2110.449340116715\n", - "2791\n", - "print utm zone: 34\n", - "print r: 4066.1924495186754\n", - "2792\n", - "print utm zone: 34\n", - "print r: 2185.107532887049\n", - "2793\n", - "print utm zone: 38\n", - "print r: 1260.7362754583069\n", - "2794\n", - "print utm zone: 35\n", - "print r: 1595.542864731945\n", - "2795\n", - "print utm zone: 38\n", - "print r: 1491.5874387390045\n", - "2796\n", - "print utm zone: 34\n", - "print r: 1127.549855137569\n", - "2797\n", - "print utm zone: 34\n", - "print r: 1127.7688351802499\n", - "2798\n", - "print utm zone: 34\n", - "print r: 1128.2067228699432\n", - "2799\n", - "print utm zone: 35\n", - "print r: 2184.297189305009\n", - "2800\n", - "print utm zone: 38\n", - "print r: 1595.615750574159\n", - "2801\n", - "print utm zone: 38\n", - "print r: 1260.947493880789\n", - "2802\n", - "print utm zone: 40\n", - "print r: 2326.1275380182105\n", - "2803\n", - "print utm zone: 38\n", - "print r: 1381.0785229361568\n", - "2804\n", - "print utm zone: 34\n", - "print r: 1491.7598374945512\n", - "2805\n", - "print utm zone: 34\n", - "print r: 2875.7017702841663\n", - "2806\n", - "print utm zone: 35\n", - "print r: 1261.530026699467\n", - "2807\n", - "print utm zone: 38\n", - "print r: 1381.0014349075323\n", - "2808\n", - "print utm zone: 40\n", - "print r: 1128.0840589728116\n", - "2809\n", - "print utm zone: 38\n", - "print r: 3088.4077670272904\n", - "2810\n", - "print utm zone: 36\n", - "print r: 2645.284093700243\n", - "2811\n", - "print utm zone: 38\n", - "print r: 2703.8902328836407\n", - "2812\n", - "print utm zone: 36\n", - "print r: 1594.6926222740158\n", - "2813\n", - "print utm zone: 34\n", - "print r: 1952.9340943876955\n", - "2814\n", - "print utm zone: 34\n", - "print r: 1491.9931147716418\n", - "2815\n", - "print utm zone: 38\n", - "print r: 1491.6150298737532\n", - "2816\n", - "print utm zone: 36\n", - "print r: 976.5971813569962\n", - "2817\n", - "print utm zone: 36\n", - "print r: 1260.8095983781725\n", - "2818\n", - "print utm zone: 38\n", - "print r: 1381.004745865292\n", - "2819\n", - "print utm zone: 34\n", - "print r: 1260.5922164920694\n", - "2820\n", - "print utm zone: 35\n", - "print r: 1782.9158400393621\n", - "2821\n", - "print utm zone: 36\n", - "print r: 1491.898651523314\n", - "2822\n", - "print utm zone: 34\n", - "print r: 1783.226564717719\n", - "2823\n", - "print utm zone: 35\n", - "print r: 2929.896494840272\n", - "2824\n", - "print utm zone: 38\n", - "print r: 2326.295866712419\n", - "2825\n", - "print utm zone: 38\n", - "print r: 1594.5698270831517\n", - "2826\n", - "print utm zone: 38\n", - "print r: 2583.5606856365143\n", - "2827\n", - "print utm zone: 40\n", - "print r: 1783.8868394910573\n", - "2828\n", - "print utm zone: 40\n", - "print r: 1954.3846305069017\n", - "2829\n", - "print utm zone: 42\n", - "print r: 1380.9724229597275\n", - "2830\n", - "print utm zone: 34\n", - "print r: 8032.51531161671\n", - "2831\n", - "print utm zone: 40\n", - "print r: 1492.5907813828376\n", - "2832\n", - "print utm zone: 40\n", - "print r: 1692.5744677554715\n", - "2833\n", - "print utm zone: 40\n", - "print r: 2110.6785997773563\n", - "2834\n", - "print utm zone: 43\n", - "print r: 2704.6744854823532\n", - "2835\n", - "print utm zone: 43\n", - "print r: 2183.4872382427543\n", - "2836\n", - "print utm zone: 34\n", - "print r: 2255.402467003262\n", - "2837\n", - "print utm zone: 34\n", - "print r: 1492.127794885245\n", - "2838\n", - "print utm zone: 35\n", - "print r: 1261.0240151977841\n", - "2839\n", - "print utm zone: 40\n", - "print r: 2256.4910995576324\n", - "2840\n", - "print utm zone: 41\n", - "print r: 1381.9584669338014\n", - "2841\n", - "print utm zone: 34\n", - "print r: 1381.1804900699947\n", - "2842\n", - "print utm zone: 34\n", - "print r: 1492.3699065611668\n", - "2843\n", - "print utm zone: 36\n", - "print r: 1491.4911975325329\n", - "2844\n", - "print utm zone: 40\n", - "print r: 3611.873057383025\n", - "2845\n", - "print utm zone: 36\n", - "print r: 976.7506673539579\n", - "2846\n", - "print utm zone: 41\n", - "print r: 1127.9764661274485\n", - "2847\n", - "print utm zone: 34\n", - "print r: 1260.7145721053573\n", - "2848\n", - "print utm zone: 42\n", - "print r: 1491.5811486281868\n", - "2849\n", - "print utm zone: 40\n", - "print r: 977.1201581732971\n", - "2850\n", - "print utm zone: 35\n", - "print r: 1381.005061194263\n", - "2851\n", - "print utm zone: 41\n", - "print r: 1492.3313048999007\n", - "2852\n", - "print utm zone: 38\n", - "print r: 1782.9116389958003\n", - "2853\n", - "print utm zone: 38\n", - "print r: 1691.6144805406439\n", - "2854\n", - "print utm zone: 37\n", - "print r: 1870.960886504618\n", - "2855\n", - "print utm zone: 38\n", - "print r: 1952.970948938858\n", - "2856\n", - "print utm zone: 41\n", - "print r: 2985.14622127502\n", - "2857\n", - "print utm zone: 41\n", - "print r: 2033.6105925691431\n", - "2858\n", - "print utm zone: 34\n", - "print r: 1492.3263985489352\n", - "2859\n", - "print utm zone: 41\n", - "print r: 2820.4112859277275\n", - "2860\n", - "print utm zone: 34\n", - "print r: 5665.722704228673\n", - "2861\n", - "print utm zone: 34\n", - "print r: 1594.5351127116212\n", - "2862\n", - "print utm zone: 36\n", - "print r: 1595.1800271819006\n", - "2863\n", - "print utm zone: 37\n", - "print r: 2522.957326367131\n", - "2864\n", - "print utm zone: 41\n", - "print r: 2522.090340094146\n", - "2865\n", - "print utm zone: 38\n", - "print r: 1869.8576092260973\n", - "2866\n", - "print utm zone: 40\n", - "print r: 6231.541954581101\n", - "2867\n", - "print utm zone: 41\n", - "print r: 1492.5386109950334\n", - "2868\n", - "print utm zone: 34\n", - "print r: 2109.6969386675773\n", - "2869\n", - "print utm zone: 41\n", - "print r: 1871.06161448785\n", - "2870\n", - "print utm zone: 34\n", - "print r: 1127.616329218768\n", - "2871\n", - "print utm zone: 35\n", - "print r: 1594.6088837068905\n", - "2872\n", - "print utm zone: 42\n", - "print r: 2183.4052692302225\n", - "2873\n", - "print utm zone: 38\n", - "print r: 2109.475210217958\n", - "2874\n", - "print utm zone: 41\n", - "print r: 1492.060393380553\n", - "2875\n", - "print utm zone: 34\n", - "print r: 2392.0688049531263\n", - "2876\n", - "print utm zone: 42\n", - "print r: 1594.581413981426\n", - "2877\n", - "print utm zone: 41\n", - "print r: 2110.7988286443247\n", - "2878\n", - "print utm zone: 41\n", - "print r: 1261.3381594145194\n", - "2879\n", - "print utm zone: 36\n", - "print r: 1380.9264452132613\n", - "2880\n", - "print utm zone: 38\n", - "print r: 2255.0195635590203\n", - "2881\n", - "print utm zone: 38\n", - "print r: 1380.965659102105\n", - "2882\n", - "print utm zone: 41\n", - "print r: 1261.3069558921975\n", - "2883\n", - "print utm zone: 34\n", - "print r: 2324.499047780943\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2884\n", - "print utm zone: 34\n", - "print r: 1260.9263440578025\n", - "2885\n", - "print utm zone: 35\n", - "print r: 2521.1647707184393\n", - "2886\n", - "print utm zone: 36\n", - "print r: 1261.5175744907035\n", - "2887\n", - "print utm zone: 41\n", - "print r: 1783.7803933919433\n", - "2888\n", - "print utm zone: 36\n", - "print r: 1692.3511871781654\n", - "2889\n", - "print utm zone: 41\n", - "print r: 5260.061631540418\n", - "2890\n", - "print utm zone: 38\n", - "print r: 1952.8927350909967\n", - "2891\n", - "print utm zone: 38\n", - "print r: 3475.834695723334\n", - "2892\n", - "print utm zone: 34\n", - "print r: 2324.7479892552124\n", - "2893\n", - "print utm zone: 34\n", - "print r: 1594.568261669313\n", - "2894\n", - "print utm zone: 41\n", - "print r: 4582.693761919443\n", - "2895\n", - "print utm zone: 41\n", - "print r: 2876.010410111027\n", - "2896\n", - "print utm zone: 42\n", - "print r: 1260.5831057705159\n", - "2897\n", - "print utm zone: 42\n", - "print r: 1782.8234768637476\n", - "2898\n", - "print utm zone: 35\n", - "print r: 3565.4686626881107\n", - "2899\n", - "print utm zone: 37\n", - "print r: 1692.4286250425298\n", - "2900\n", - "print utm zone: 35\n", - "print r: 1260.573957819523\n", - "2901\n", - "print utm zone: 38\n", - "print r: 1594.4985794733707\n", - "2902\n", - "print utm zone: 35\n", - "print r: 1127.4919259883875\n", - "2903\n", - "print utm zone: 38\n", - "print r: 1783.2622115065249\n", - "2904\n", - "print utm zone: 40\n", - "print r: 2034.0146604953106\n", - "2905\n", - "print utm zone: 35\n", - "print r: 1491.5667694071476\n", - "2906\n", - "print utm zone: 36\n", - "print r: 1261.2950738300915\n", - "2907\n", - "print utm zone: 38\n", - "print r: 1261.334383112862\n", - "2908\n", - "print utm zone: 39\n", - "print r: 1128.1115198631521\n", - "2909\n", - "print utm zone: 41\n", - "print r: 1127.9700120746659\n", - "2910\n", - "print utm zone: 43\n", - "print r: 2110.272659792012\n", - "2911\n", - "print utm zone: 34\n", - "print r: 1594.7661053006327\n", - "2912\n", - "print utm zone: 39\n", - "print r: 1692.0201928088165\n", - "2913\n", - "print utm zone: 41\n", - "print r: 1692.1538360720672\n", - "2914\n", - "print utm zone: 35\n", - "print r: 3335.841373133687\n", - "2915\n", - "print utm zone: 36\n", - "print r: 3475.246389134742\n", - "2916\n", - "print utm zone: 38\n", - "print r: 2875.1740390056793\n", - "2917\n", - "print utm zone: 38\n", - "print r: 2032.7552813507339\n", - "2918\n", - "print utm zone: 42\n", - "print r: 1127.5224613997714\n", - "2919\n", - "print utm zone: 34\n", - "print r: 2255.265223792447\n", - "2920\n", - "print utm zone: 34\n", - "print r: 1491.6312094739392\n", - "2921\n", - "print utm zone: 34\n", - "print r: 1594.4739125293822\n", - "2922\n", - "print utm zone: 36\n", - "print r: 1953.9968864280318\n", - "2923\n", - "print utm zone: 37\n", - "print r: 4067.6149280650025\n", - "2924\n", - "print utm zone: 38\n", - "print r: 1492.2174242483507\n", - "2925\n", - "print utm zone: 41\n", - "print r: 1492.6173933945438\n", - "2926\n", - "print utm zone: 42\n", - "print r: 1380.8813178901903\n", - "2927\n", - "print utm zone: 42\n", - "print r: 2032.6665351741158\n", - "2928\n", - "print utm zone: 36\n", - "print r: 1127.5311599691013\n", - "2929\n", - "print utm zone: 35\n", - "print r: 2110.2315244263477\n", - "2930\n", - "print utm zone: 38\n", - "print r: 1380.8991472496718\n", - "2931\n", - "print utm zone: 34\n", - "print r: 1783.847851344078\n", - "2932\n", - "print utm zone: 35\n", - "print r: 1594.5418067805722\n", - "2933\n", - "print utm zone: 36\n", - "print r: 976.4377399171169\n", - "2934\n", - "print utm zone: 41\n", - "print r: 1595.5696220556244\n", - "2935\n", - "print utm zone: 41\n", - "print r: 1691.4261386835258\n", - "2936\n", - "print utm zone: 34\n", - "print r: 1953.1151812866472\n", - "2937\n", - "print utm zone: 36\n", - "print r: 1491.574132444915\n", - "2938\n", - "print utm zone: 42\n", - "print r: 1869.8198187224505\n", - "2939\n", - "print utm zone: 42\n", - "print r: 1128.2458902648577\n", - "2940\n", - "print utm zone: 43\n", - "print r: 1127.5485100893952\n", - "2941\n", - "print utm zone: 36\n", - "print r: 1127.5598515856716\n", - "2942\n", - "print utm zone: 43\n", - "print r: 1127.5591531380521\n", - "2943\n", - "print utm zone: 39\n", - "print r: 1261.259920962999\n", - "2944\n", - "print utm zone: 38\n", - "print r: 9246.049963885489\n", - "2945\n", - "print utm zone: 42\n", - "print r: 2457.320554338216\n", - "2946\n", - "print utm zone: 36\n", - "print r: 3523.001211165359\n", - "2947\n", - "print utm zone: 41\n", - "print r: 1784.0191118398993\n", - "2948\n", - "print utm zone: 34\n", - "print r: 2184.292080510084\n", - "2949\n", - "print utm zone: 38\n", - "print r: 2109.8653245687933\n", - "2950\n", - "print utm zone: 41\n", - "print r: 2584.9028005541622\n", - "2951\n", - "print utm zone: 42\n", - "print r: 1128.2128451029446\n", - "2952\n", - "print utm zone: 34\n", - "print r: 1491.5174672042663\n", - "2953\n", - "print utm zone: 34\n", - "print r: 2183.3332539137386\n", - "2954\n", - "print utm zone: 35\n", - "print r: 1491.8110632026312\n", - "2955\n", - "print utm zone: 42\n", - "print r: 2393.2256755762796\n", - "2956\n", - "print utm zone: 34\n", - "print r: 1127.527805524729\n", - "2957\n", - "print utm zone: 37\n", - "print r: 1381.8473796199323\n", - "2958\n", - "print utm zone: 41\n", - "print r: 2393.0308790915446\n", - "2959\n", - "print utm zone: 41\n", - "print r: 1127.9598163976952\n", - "2960\n", - "print utm zone: 34\n", - "print r: 1491.6790884798577\n", - "2961\n", - "print utm zone: 35\n", - "print r: 1127.8606667370345\n", - "2962\n", - "print utm zone: 35\n", - "print r: 1594.77528493602\n", - "2963\n", - "print utm zone: 36\n", - "print r: 1594.6670127654913\n", - "2964\n", - "print utm zone: 41\n", - "print r: 6330.902890829563\n", - "2965\n", - "print utm zone: 41\n", - "print r: 2183.808080694425\n", - "2966\n", - "print utm zone: 34\n", - "print r: 1691.9385059021322\n", - "2967\n", - "print utm zone: 35\n", - "print r: 1261.0420645513534\n", - "2968\n", - "print utm zone: 36\n", - "print r: 1127.4831049711447\n", - "2969\n", - "print utm zone: 42\n", - "print r: 1260.6573746327228\n", - "2970\n", - "print utm zone: 42\n", - "print r: 1954.039328778017\n", - "2971\n", - "print utm zone: 34\n", - "print r: 1260.5946634946417\n", - "2972\n", - "print utm zone: 38\n", - "print r: 1127.7395777432264\n", - "2973\n", - "print utm zone: 41\n", - "print r: 2820.152367742021\n", - "2974\n", - "print utm zone: 41\n", - "print r: 1261.1502926409928\n", - "2975\n", - "print utm zone: 41\n", - "print r: 11405.060233125345\n", - "2976\n", - "print utm zone: 41\n", - "print r: 3521.808517172986\n", - "2977\n", - "print utm zone: 34\n", - "print r: 1594.6284902710515\n", - "2978\n", - "print utm zone: 38\n", - "print r: 2109.750862975802\n", - "2979\n", - "print utm zone: 38\n", - "print r: 2324.281790208844\n", - "2980\n", - "print utm zone: 41\n", - "print r: 2184.6809597193746\n", - "2981\n", - "print utm zone: 34\n", - "print r: 1870.1087223152515\n", - "2982\n", - "print utm zone: 36\n", - "print r: 2324.947143972003\n", - "2983\n", - "print utm zone: 38\n", - "print r: 1594.7015811268093\n", - "2984\n", - "print utm zone: 41\n", - "print r: 1954.1703124311719\n", - "2985\n", - "print utm zone: 35\n", - "print r: 1381.281019377133\n", - "2986\n", - "print utm zone: 35\n", - "print r: 1594.7151420930486\n", - "2987\n", - "print utm zone: 38\n", - "print r: 1491.6063115342613\n", - "2988\n", - "print utm zone: 41\n", - "print r: 2184.6564303789814\n", - "2989\n", - "print utm zone: 34\n", - "print r: 2183.5126496884373\n", - "2990\n", - "print utm zone: 38\n", - "print r: 1952.76976676122\n", - "2991\n", - "print utm zone: 38\n", - "print r: 2761.691913147661\n", - "2992\n", - "print utm zone: 35\n", - "print r: 2032.5423288527777\n", - "2993\n", - "print utm zone: 35\n", - "print r: 1260.5704274983925\n", - "2994\n", - "print utm zone: 35\n", - "print r: 1782.7896914147511\n", - "2995\n", - "print utm zone: 38\n", - "print r: 1782.6921946217878\n", - "2996\n", - "print utm zone: 41\n", - "print r: 1870.624875423097\n", - "2997\n", - "print utm zone: 34\n", - "print r: 2704.1639286079685\n", - "2998\n", - "print utm zone: 34\n", - "print r: 1127.7392931067282\n", - "2999\n", - "print utm zone: 37\n", - "print r: 1692.3480806944087\n", - "3000\n", - "print utm zone: 39\n", - "print r: 2704.6690959091293\n", - "3001\n", - "print utm zone: 41\n", - "print r: 1691.932761793517\n", - "3002\n", - "print utm zone: 42\n", - "print r: 1954.012302978048\n", - "3003\n", - "print utm zone: 35\n", - "print r: 976.5163341153234\n", - "3004\n", - "print utm zone: 36\n", - "print r: 1260.9715834126162\n", - "3005\n", - "print utm zone: 38\n", - "print r: 2183.9546907870613\n", - "3006\n", - "print utm zone: 43\n", - "print r: 2522.450037352913\n", - "3007\n", - "print utm zone: 36\n", - "print r: 1127.4403566304497\n", - "3008\n", - "print utm zone: 36\n", - "print r: 4649.209554287523\n", - "3009\n", - "print utm zone: 39\n", - "print r: 2110.4975288462797\n", - "3010\n", - "print utm zone: 41\n", - "print r: 1595.15590622946\n", - "3011\n", - "print utm zone: 42\n", - "print r: 2458.495692052885\n", - "3012\n", - "print utm zone: 43\n", - "print r: 1594.555399181679\n", - "3013\n", - "print utm zone: 35\n", - "print r: 2761.7025895318798\n", - "3014\n", - "print utm zone: 38\n", - "print r: 2392.1710682746034\n", - "3015\n", - "print utm zone: 41\n", - "print r: 2645.199406620343\n", - "3016\n", - "print utm zone: 42\n", - "print r: 1492.4214746041773\n", - "3017\n", - "print utm zone: 38\n", - "print r: 1380.8599729812374\n", - "3018\n", - "print utm zone: 41\n", - "print r: 1492.0704280125499\n", - "3019\n", - "print utm zone: 34\n", - "print r: 2110.095245358716\n", - "3020\n", - "print utm zone: 35\n", - "print r: 1594.9408189155113\n", - "3021\n", - "print utm zone: 35\n", - "print r: 1869.7781506141805\n", - "3022\n", - "print utm zone: 41\n", - "print r: 1491.895295073628\n", - "3023\n", - "print utm zone: 42\n", - "print r: 2110.691353707722\n", - "3024\n", - "print utm zone: 36\n", - "print r: 3189.051660481371\n", - "3025\n", - "print utm zone: 37\n", - "print r: 1783.5045866243668\n", - "3026\n", - "print utm zone: 41\n", - "print r: 1783.5835022670515\n", - "3027\n", - "print utm zone: 41\n", - "print r: 2184.376602764636\n", - "3028\n", - "print utm zone: 42\n", - "print r: 976.8515475336994\n", - "3029\n", - "print utm zone: 35\n", - "print r: 1127.4665574832425\n", - "3030\n", - "print utm zone: 41\n", - "print r: 1783.4053623923762\n", - "3031\n", - "print utm zone: 42\n", - "print r: 1692.129331584418\n", - "3032\n", - "print utm zone: 37\n", - "print r: 1128.1405795744301\n", - "3033\n", - "print utm zone: 39\n", - "print r: 3190.4526527039934\n", - "3034\n", - "print utm zone: 41\n", - "print r: 6768.617168382473\n", - "3035\n", - "print utm zone: 42\n", - "print r: 2109.265978542299\n", - "3036\n", - "print utm zone: 42\n", - "print r: 1260.533392000034\n", - "3037\n", - "print utm zone: 41\n", - "print r: 1870.5962217101583\n", - "3038\n", - "print utm zone: 35\n", - "print r: 1381.1559806841467\n", - "3039\n", - "print utm zone: 43\n", - "print r: 2033.8718855974753\n", - "3040\n", - "print utm zone: 35\n", - "print r: 2255.4190634983916\n", - "3041\n", - "print utm zone: 34\n", - "print r: 2644.2276014599265\n", - "3042\n", - "print utm zone: 37\n", - "print r: 1783.4753434033316\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3043\n", - "print utm zone: 41\n", - "print r: 1381.4933388962136\n", - "3044\n", - "print utm zone: 42\n", - "print r: 1381.6602504493371\n", - "3045\n", - "print utm zone: 38\n", - "print r: 1260.5761564319996\n", - "3046\n", - "print utm zone: 39\n", - "print r: 2392.8796814140637\n", - "3047\n", - "print utm zone: 34\n", - "print r: 5966.9930662887455\n", - "3048\n", - "print utm zone: 34\n", - "print r: 1381.2346973344202\n", - "3049\n", - "print utm zone: 35\n", - "print r: 2457.863949977169\n", - "3050\n", - "print utm zone: 38\n", - "print r: 1491.4673757727437\n", - "3051\n", - "print utm zone: 41\n", - "print r: 2110.2320291813166\n", - "3052\n", - "print utm zone: 42\n", - "print r: 1260.6506251665571\n", - "3053\n", - "print utm zone: 42\n", - "print r: 1870.77562021516\n", - "3054\n", - "print utm zone: 42\n", - "print r: 2644.18338145071\n", - "3055\n", - "print utm zone: 42\n", - "print r: 1952.919943806105\n", - "3056\n", - "print utm zone: 41\n", - "print r: 1692.09901278609\n", - "3057\n", - "print utm zone: 34\n", - "print r: 1260.5108904314577\n", - "3058\n", - "print utm zone: 42\n", - "print r: 1380.9181704461166\n", - "3059\n", - "print utm zone: 34\n", - "print r: 8150.700488048508\n", - "3060\n", - "print utm zone: 41\n", - "print r: 8034.672920169691\n", - "3061\n", - "print utm zone: 35\n", - "print r: 2391.7120213346325\n", - "3062\n", - "print utm zone: 43\n", - "print r: 1260.5332350661433\n", - "3063\n", - "print utm zone: 36\n", - "print r: 5318.559309789295\n", - "3064\n", - "print utm zone: 35\n", - "print r: 2324.3176978944384\n", - "3065\n", - "print utm zone: 38\n", - "print r: 1491.7136235818737\n", - "3066\n", - "print utm zone: 42\n", - "print r: 4582.756850096193\n", - "3067\n", - "print utm zone: 35\n", - "print r: 2109.9129526826887\n", - "3068\n", - "print utm zone: 36\n", - "print r: 3906.303346374212\n", - "3069\n", - "print utm zone: 42\n", - "print r: 2644.3088352507225\n", - "3070\n", - "print utm zone: 38\n", - "print r: 1127.8953531907896\n", - "3071\n", - "print utm zone: 34\n", - "print r: 1260.5268932022398\n", - "3072\n", - "print utm zone: 38\n", - "print r: 1491.4042387210413\n", - "3073\n", - "print utm zone: 43\n", - "print r: 1692.0933687134486\n", - "3074\n", - "print utm zone: 37\n", - "print r: 6626.194815043759\n", - "3075\n", - "print utm zone: 37\n", - "print r: 1595.2611477197663\n", - "3076\n", - "print utm zone: 35\n", - "print r: 1380.806077741124\n", - "3077\n", - "print utm zone: 35\n", - "print r: 1953.6330685091127\n", - "3078\n", - "print utm zone: 36\n", - "print r: 2183.4378216708124\n", - "3079\n", - "print utm zone: 36\n", - "print r: 2109.2873065323224\n", - "3080\n", - "print utm zone: 37\n", - "print r: 1953.5496019529382\n", - "3081\n", - "print utm zone: 36\n", - "print r: 1782.9796040629499\n", - "3082\n", - "print utm zone: 37\n", - "print r: 1127.7818424222012\n", - "3083\n", - "print utm zone: 39\n", - "print r: 2183.986842474499\n", - "3084\n", - "print utm zone: 42\n", - "print r: 1491.5575087728896\n", - "3085\n", - "print utm zone: 42\n", - "print r: 4293.305310908044\n", - "3086\n", - "print utm zone: 37\n", - "print r: 3240.005907559384\n", - "3087\n", - "print utm zone: 38\n", - "print r: 3430.2871195022167\n", - "3088\n", - "print utm zone: 34\n", - "print r: 2183.627885361119\n", - "3089\n", - "print utm zone: 41\n", - "print r: 2704.1326707363423\n", - "3090\n", - "print utm zone: 34\n", - "print r: 1127.4637853354939\n", - "3091\n", - "print utm zone: 37\n", - "print r: 1954.0706131157751\n", - "3092\n", - "print utm zone: 38\n", - "print r: 1594.4348385717942\n", - "3093\n", - "print utm zone: 42\n", - "print r: 1952.8192898220634\n", - "3094\n", - "print utm zone: 35\n", - "print r: 1380.8408300260087\n", - "3095\n", - "print utm zone: 35\n", - "print r: 797.4787824927427\n", - "3096\n", - "print utm zone: 37\n", - "print r: 2457.936446076451\n", - "3097\n", - "print utm zone: 37\n", - "print r: 2392.4125159887526\n", - "3098\n", - "print utm zone: 43\n", - "print r: 2324.461267315645\n", - "3099\n", - "print utm zone: 34\n", - "print r: 3188.8289064593378\n", - "3100\n", - "print utm zone: 34\n", - "print r: 1953.1417868820868\n", - "3101\n", - "print utm zone: 35\n", - "print r: 1870.7301992534985\n", - "3102\n", - "print utm zone: 35\n", - "print r: 4219.501234589976\n", - "3103\n", - "print utm zone: 42\n", - "print r: 5291.009874764147\n", - "3104\n", - "print utm zone: 36\n", - "print r: 2762.2359309119734\n", - "3105\n", - "print utm zone: 38\n", - "print r: 1594.416793644059\n", - "3106\n", - "print utm zone: 36\n", - "print r: 1260.7539658173964\n", - "3107\n", - "print utm zone: 36\n", - "print r: 2110.320816145157\n", - "3108\n", - "print utm zone: 35\n", - "print r: 1127.4620322485907\n", - "3109\n", - "print utm zone: 35\n", - "print r: 7479.0433396429\n", - "3110\n", - "print utm zone: 38\n", - "print r: 1380.8517108691326\n", - "3111\n", - "print utm zone: 42\n", - "print r: 1595.2329775497215\n", - "3112\n", - "print utm zone: 42\n", - "print r: 797.2048002575134\n", - "3113\n", - "print utm zone: 36\n", - "print r: 5042.062284519733\n", - "3114\n", - "print utm zone: 42\n", - "print r: 2033.2711152368288\n", - "3115\n", - "print utm zone: 35\n", - "print r: 3907.294842796714\n", - "3116\n", - "print utm zone: 42\n", - "print r: 1691.8529659676676\n", - "3117\n", - "print utm zone: 43\n", - "print r: 4028.5667737425333\n", - "3118\n", - "print utm zone: 34\n", - "print r: 2703.4543683489837\n", - "3119\n", - "print utm zone: 35\n", - "print r: 2929.6476677911814\n", - "3120\n", - "print utm zone: 37\n", - "print r: 3036.7681546818712\n", - "3121\n", - "print utm zone: 38\n", - "print r: 2982.87775579722\n", - "3122\n", - "print utm zone: 38\n", - "print r: 2032.501715506717\n", - "3123\n", - "print utm zone: 42\n", - "print r: 2256.1090884360315\n", - "3124\n", - "print utm zone: 36\n", - "print r: 2458.1263973782943\n", - "3125\n", - "print utm zone: 38\n", - "print r: 1691.1402406788532\n", - "3126\n", - "print utm zone: 38\n", - "print r: 1783.3481552561736\n", - "3127\n", - "print utm zone: 39\n", - "print r: 2109.8028413001894\n", - "3128\n", - "print utm zone: 42\n", - "print r: 1260.4875472272179\n", - "3129\n", - "print utm zone: 42\n", - "print r: 1953.749232504834\n", - "3130\n", - "print utm zone: 34\n", - "print r: 1260.470280645035\n", - "3131\n", - "print utm zone: 36\n", - "print r: 2457.893145722604\n", - "3132\n", - "print utm zone: 37\n", - "print r: 1127.8685891431335\n", - "3133\n", - "print utm zone: 37\n", - "print r: 1380.9479627226215\n", - "3134\n", - "print utm zone: 37\n", - "print r: 1491.4414421780145\n", - "3135\n", - "print utm zone: 38\n", - "print r: 2032.4825791066694\n", - "3136\n", - "print utm zone: 38\n", - "print r: 1869.636346598239\n", - "3137\n", - "print utm zone: 38\n", - "print r: 1492.184046719137\n", - "3138\n", - "print utm zone: 42\n", - "print r: 1595.0417412755717\n", - "3139\n", - "print utm zone: 36\n", - "print r: 1595.5359582040612\n", - "3140\n", - "print utm zone: 36\n", - "print r: 1953.6080188164724\n", - "3141\n", - "print utm zone: 37\n", - "print r: 2457.7765594218768\n", - "3142\n", - "print utm zone: 42\n", - "print r: 1691.099859303264\n", - "3143\n", - "print utm zone: 34\n", - "print r: 2583.7069821120313\n", - "3144\n", - "print utm zone: 34\n", - "print r: 1869.5032536227732\n", - "3145\n", - "print utm zone: 37\n", - "print r: 1595.5811638268299\n", - "3146\n", - "print utm zone: 43\n", - "print r: 3239.767344952762\n", - "3147\n", - "print utm zone: 37\n", - "print r: 1127.4049440985573\n", - "3148\n", - "print utm zone: 42\n", - "print r: 1870.4534399483011\n", - "3149\n", - "print utm zone: 43\n", - "print r: 2763.6442292814195\n", - "3150\n", - "print utm zone: 37\n", - "print r: 976.6748448038181\n", - "3151\n", - "print utm zone: 42\n", - "print r: 19331.729533744023\n", - "3152\n", - "print utm zone: 34\n", - "print r: 2109.3800752118505\n", - "3153\n", - "print utm zone: 34\n", - "print r: 4402.994778573\n", - "3154\n", - "print utm zone: 43\n", - "print r: 1261.1334250816117\n", - "3155\n", - "print utm zone: 37\n", - "print r: 3088.1478545937102\n", - "3156\n", - "print utm zone: 37\n", - "print r: 2324.3384684556636\n", - "3157\n", - "print utm zone: 43\n", - "print r: 3476.3618268512255\n", - "3158\n", - "print utm zone: 34\n", - "print r: 1869.8901559020303\n", - "3159\n", - "print utm zone: 42\n", - "print r: 1381.3566702760006\n", - "3160\n", - "print utm zone: 34\n", - "print r: 1594.5496865416508\n", - "3161\n", - "print utm zone: 36\n", - "print r: 1492.3573684388812\n", - "3162\n", - "print utm zone: 42\n", - "print r: 3739.25816991777\n", - "3163\n", - "print utm zone: 43\n", - "print r: 1594.863277152873\n", - "3164\n", - "print utm zone: 36\n", - "print r: 1952.8804672728368\n", - "3165\n", - "print utm zone: 37\n", - "print r: 1492.4009088026914\n", - "3166\n", - "print utm zone: 37\n", - "print r: 1594.361903985988\n", - "3167\n", - "print utm zone: 42\n", - "print r: 1127.8555311072166\n", - "3168\n", - "print utm zone: 43\n", - "print r: 1595.5435748359166\n", - "3169\n", - "print utm zone: 37\n", - "print r: 1691.356748985801\n", - "3170\n", - "print utm zone: 38\n", - "print r: 1491.444833537556\n", - "3171\n", - "print utm zone: 42\n", - "print r: 1380.7934755130661\n", - "3172\n", - "print utm zone: 43\n", - "print r: 3741.623982411327\n", - "3173\n", - "print utm zone: 43\n", - "print r: 3287.9217284310926\n", - "3174\n", - "print utm zone: 37\n", - "print r: 797.4405684018703\n", - "3175\n", - "print utm zone: 37\n", - "print r: 3335.591364155573\n", - "3176\n", - "print utm zone: 42\n", - "print r: 2391.7576305490475\n", - "3177\n", - "print utm zone: 42\n", - "print r: 1491.4032117428321\n", - "3178\n", - "print utm zone: 42\n", - "print r: 1491.4064744183925\n", - "3179\n", - "print utm zone: 42\n", - "print r: 3654.7843847752056\n", - "3180\n", - "print utm zone: 43\n", - "print r: 1261.2977149443873\n", - "3181\n", - "print utm zone: 35\n", - "print r: 1380.8346259778739\n", - "3182\n", - "print utm zone: 35\n", - "print r: 2521.089798291176\n", - "3183\n", - "print utm zone: 37\n", - "print r: 1261.0974303729472\n", - "3184\n", - "print utm zone: 37\n", - "print r: 1869.7566249045476\n", - "3185\n", - "print utm zone: 43\n", - "print r: 1381.3685451830106\n", - "3186\n", - "print utm zone: 34\n", - "print r: 3087.5322281964823\n", - "3187\n", - "print utm zone: 37\n", - "print r: 1380.9838202735466\n", - "3188\n", - "print utm zone: 37\n", - "print r: 1491.7452903545595\n", - "3189\n", - "print utm zone: 38\n", - "print r: 1260.9684714499203\n", - "3190\n", - "print utm zone: 42\n", - "print r: 4510.011510802715\n", - "3191\n", - "print utm zone: 43\n", - "print r: 1381.3663556705455\n", - "3192\n", - "print utm zone: 38\n", - "print r: 3696.5643801526\n", - "3193\n", - "print utm zone: 37\n", - "print r: 1381.0531057848104\n", - "3194\n", - "print utm zone: 36\n", - "print r: 1870.1008797597938\n", - "3195\n", - "print utm zone: 43\n", - "print r: 1954.0271547149612\n", - "3196\n", - "print utm zone: 36\n", - "print r: 1381.1330453434418\n", - "3197\n", - "print utm zone: 36\n", - "print r: 1870.778958945907\n", - "3198\n", - "print utm zone: 38\n", - "print r: 1594.9963891109683\n", - "3199\n", - "print utm zone: 38\n", - "print r: 1491.4639626039811\n", - "3200\n", - "print utm zone: 42\n", - "print r: 3036.745703722995\n", - "3201\n", - "print utm zone: 42\n", - "print r: 1691.0826769083956\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3202\n", - "print utm zone: 42\n", - "print r: 1491.810344597675\n", - "3203\n", - "print utm zone: 42\n", - "print r: 1127.881900658749\n", - "3204\n", - "print utm zone: 34\n", - "print r: 2761.934229842271\n", - "3205\n", - "print utm zone: 36\n", - "print r: 1870.5792131433902\n", - "3206\n", - "print utm zone: 37\n", - "print r: 797.458950710316\n", - "3207\n", - "print utm zone: 37\n", - "print r: 2761.7427617438916\n", - "3208\n", - "print utm zone: 37\n", - "print r: 2324.5059795165294\n", - "3209\n", - "print utm zone: 37\n", - "print r: 1691.333974295297\n", - "3210\n", - "print utm zone: 38\n", - "print r: 2183.316791022298\n", - "3211\n", - "print utm zone: 38\n", - "print r: 2705.299713957413\n", - "3212\n", - "print utm zone: 38\n", - "print r: 1692.2990388309909\n", - "3213\n", - "print utm zone: 42\n", - "print r: 1782.5578890205143\n", - "3214\n", - "print utm zone: 36\n", - "print r: 1260.5653813666077\n", - "3215\n", - "print utm zone: 37\n", - "print r: 2032.4549663624964\n", - "3216\n", - "print utm zone: 37\n", - "print r: 5885.429369923833\n", - "3217\n", - "print utm zone: 42\n", - "print r: 1691.154107942395\n", - "3218\n", - "print utm zone: 42\n", - "print r: 2874.3054932827986\n", - "3219\n", - "print utm zone: 43\n", - "print r: 1261.0876959884356\n", - "3220\n", - "print utm zone: 36\n", - "print r: 1380.811429719975\n", - "3221\n", - "print utm zone: 37\n", - "print r: 3739.615250119123\n", - "3222\n", - "print utm zone: 37\n", - "print r: 976.4442700340384\n", - "3223\n", - "print utm zone: 42\n", - "print r: 1491.447475918151\n", - "3224\n", - "print utm zone: 42\n", - "print r: 2584.986779443682\n", - "3225\n", - "print utm zone: 35\n", - "print r: 1380.8352129074722\n", - "3226\n", - "print utm zone: 37\n", - "print r: 1782.876862764432\n", - "3227\n", - "print utm zone: 36\n", - "print r: 1261.3760666251476\n", - "3228\n", - "print utm zone: 37\n", - "print r: 1380.929836153715\n", - "3229\n", - "print utm zone: 38\n", - "print r: 2391.6320066686694\n", - "3230\n", - "print utm zone: 42\n", - "print r: 2254.819852860591\n", - "3231\n", - "print utm zone: 36\n", - "print r: 1692.1587456173897\n", - "3232\n", - "print utm zone: 36\n", - "print r: 564.0197213456055\n", - "3233\n", - "print utm zone: 37\n", - "print r: 976.541118415714\n", - "3234\n", - "print utm zone: 38\n", - "print r: 3035.7380319994154\n", - "3235\n", - "print utm zone: 37\n", - "print r: 3335.015862638131\n", - "3236\n", - "print utm zone: 42\n", - "print r: 2583.296591047824\n", - "3237\n", - "print utm zone: 34\n", - "print r: 1952.7107392216026\n", - "3238\n", - "print utm zone: 35\n", - "print r: 1691.0642462505452\n", - "3239\n", - "print utm zone: 36\n", - "print r: 1953.3527281987272\n", - "3240\n", - "print utm zone: 38\n", - "print r: 1594.5808171738242\n", - "3241\n", - "print utm zone: 42\n", - "print r: 2032.481303168203\n", - "3242\n", - "print utm zone: 42\n", - "print r: 2109.102015251439\n", - "3243\n", - "print utm zone: 42\n", - "print r: 13022.014346023585\n", - "3244\n", - "print utm zone: 36\n", - "print r: 1381.5034049828118\n", - "3245\n", - "print utm zone: 38\n", - "print r: 1782.5230314005798\n", - "3246\n", - "print utm zone: 36\n", - "print r: 2255.945264548246\n", - "3247\n", - "print utm zone: 37\n", - "print r: 1381.0396382131137\n", - "3248\n", - "print utm zone: 38\n", - "print r: 1127.3941328477094\n", - "3249\n", - "print utm zone: 42\n", - "print r: 2583.1431220810614\n", - "3250\n", - "print utm zone: 42\n", - "print r: 2184.1775164563737\n", - "3251\n", - "print utm zone: 42\n", - "print r: 2984.6336188525547\n", - "3252\n", - "print utm zone: 42\n", - "print r: 7857.409570519966\n", - "3253\n", - "print utm zone: 34\n", - "print r: 1127.4576724720125\n", - "3254\n", - "print utm zone: 35\n", - "print r: 4293.049080802386\n", - "3255\n", - "print utm zone: 36\n", - "print r: 1491.9780263303905\n", - "3256\n", - "print utm zone: 37\n", - "print r: 1381.1122898046935\n", - "3257\n", - "print utm zone: 37\n", - "print r: 976.4552979845532\n", - "3258\n", - "print utm zone: 37\n", - "print r: 1691.0721535380937\n", - "3259\n", - "print utm zone: 37\n", - "print r: 797.1896394359184\n", - "3260\n", - "print utm zone: 37\n", - "print r: 2644.1604255538005\n", - "3261\n", - "print utm zone: 38\n", - "print r: 1491.4716035310641\n", - "3262\n", - "print utm zone: 38\n", - "print r: 1594.4780215591854\n", - "3263\n", - "print utm zone: 38\n", - "print r: 1782.7717314374192\n", - "3264\n", - "print utm zone: 43\n", - "print r: 1492.115617885558\n", - "3265\n", - "print utm zone: 43\n", - "print r: 1595.1021748730577\n", - "3266\n", - "print utm zone: 35\n", - "print r: 2391.5958993639742\n", - "3267\n", - "print utm zone: 36\n", - "print r: 3089.4000639895053\n", - "3268\n", - "print utm zone: 36\n", - "print r: 1783.5354617535622\n", - "3269\n", - "print utm zone: 42\n", - "print r: 2391.569224411358\n", - "3270\n", - "print utm zone: 42\n", - "print r: 1594.415815124272\n", - "3271\n", - "print utm zone: 42\n", - "print r: 1381.5766022387509\n", - "3272\n", - "print utm zone: 38\n", - "print r: 1127.6497021593163\n", - "3273\n", - "print utm zone: 38\n", - "print r: 1691.3197024523668\n", - "3274\n", - "print utm zone: 38\n", - "print r: 1691.1648084683293\n", - "3275\n", - "print utm zone: 42\n", - "print r: 3428.888239121171\n", - "3276\n", - "print utm zone: 42\n", - "print r: 4850.926000137154\n", - "3277\n", - "print utm zone: 43\n", - "print r: 1127.6698038831428\n", - "3278\n", - "print utm zone: 38\n", - "print r: 1869.6299899758212\n", - "3279\n", - "print utm zone: 36\n", - "print r: 2392.964829562293\n", - "3280\n", - "print utm zone: 38\n", - "print r: 1782.6854872677459\n", - "3281\n", - "print utm zone: 42\n", - "print r: 2761.5094668254437\n", - "3282\n", - "print utm zone: 42\n", - "print r: 1870.959520373445\n", - "3283\n", - "print utm zone: 38\n", - "print r: 3334.9232731201587\n", - "3284\n", - "print utm zone: 38\n", - "print r: 3382.446514685111\n", - "3285\n", - "print utm zone: 42\n", - "print r: 1952.680921662335\n", - "3286\n", - "print utm zone: 37\n", - "print r: 1381.0796421549649\n", - "3287\n", - "print utm zone: 42\n", - "print r: 1783.262968216652\n", - "3288\n", - "print utm zone: 42\n", - "print r: 1492.1712969286807\n", - "3289\n", - "print utm zone: 42\n", - "print r: 1783.756874534426\n", - "3290\n", - "print utm zone: 43\n", - "print r: 5077.312473229238\n", - "3291\n", - "print utm zone: 35\n", - "print r: 1128.2150898067403\n", - "3292\n", - "print utm zone: 42\n", - "print r: 3087.513403460437\n", - "3293\n", - "print utm zone: 43\n", - "print r: 2184.170149929136\n", - "3294\n", - "print utm zone: 42\n", - "print r: 1691.4417333789088\n", - "3295\n", - "print utm zone: 43\n", - "print r: 2184.029640965357\n", - "3296\n", - "print utm zone: 34\n", - "print r: 1691.257623114762\n", - "3297\n", - "print utm zone: 37\n", - "print r: 1260.4718258734952\n", - "3298\n", - "print utm zone: 36\n", - "print r: 1491.8823100691732\n", - "3299\n", - "print utm zone: 36\n", - "print r: 1380.8221016454684\n", - "3300\n", - "print utm zone: 37\n", - "print r: 976.6505514249271\n", - "3301\n", - "print utm zone: 38\n", - "print r: 1492.1045124843183\n", - "3302\n", - "print utm zone: 39\n", - "print r: 2458.7857931079784\n", - "3303\n", - "print utm zone: 42\n", - "print r: 1870.1822865121057\n", - "3304\n", - "print utm zone: 42\n", - "print r: 1783.8564979786968\n", - "3305\n", - "print utm zone: 43\n", - "print r: 1491.7602169372315\n", - "3306\n", - "print utm zone: 34\n", - "print r: 2032.5917560620167\n", - "3307\n", - "print utm zone: 36\n", - "print r: 6647.767061164939\n", - "3308\n", - "print utm zone: 37\n", - "print r: 797.3056419282443\n", - "3309\n", - "print utm zone: 42\n", - "print r: 3087.5236206935338\n", - "3310\n", - "print utm zone: 42\n", - "print r: 4405.00462428284\n", - "3311\n", - "print utm zone: 43\n", - "print r: 2325.028413769346\n", - "3312\n", - "print utm zone: 34\n", - "print r: 1782.729925471794\n", - "3313\n", - "print utm zone: 36\n", - "print r: 1491.7754998460277\n", - "3314\n", - "print utm zone: 38\n", - "print r: 1127.7452276604704\n", - "3315\n", - "print utm zone: 38\n", - "print r: 3781.7718673287823\n", - "3316\n", - "print utm zone: 42\n", - "print r: 1260.4518728995884\n", - "3317\n", - "print utm zone: 36\n", - "print r: 1127.448398926508\n", - "3318\n", - "print utm zone: 38\n", - "print r: 1952.9398239397308\n", - "3319\n", - "print utm zone: 42\n", - "print r: 1954.1270912467628\n", - "3320\n", - "print utm zone: 43\n", - "print r: 1260.8870115923683\n", - "3321\n", - "print utm zone: 36\n", - "print r: 1381.403473534071\n", - "3322\n", - "print utm zone: 37\n", - "print r: 1128.0697460023398\n", - "3323\n", - "print utm zone: 43\n", - "print r: 3429.6643718478517\n", - "3324\n", - "print utm zone: 38\n", - "print r: 3430.012381679909\n", - "3325\n", - "print utm zone: 42\n", - "print r: 2324.457132252299\n", - "3326\n", - "print utm zone: 36\n", - "print r: 3088.7565664454382\n", - "3327\n", - "print utm zone: 37\n", - "print r: 797.3331506062841\n", - "3328\n", - "print utm zone: 38\n", - "print r: 1869.541856491185\n", - "3329\n", - "print utm zone: 37\n", - "print r: 563.8224867331654\n", - "3330\n", - "print utm zone: 37\n", - "print r: 1380.7647839546114\n", - "3331\n", - "print utm zone: 37\n", - "print r: 1127.5294269500976\n", - "3332\n", - "print utm zone: 42\n", - "print r: 1381.6273106096617\n", - "3333\n", - "print utm zone: 36\n", - "print r: 1491.663540645524\n", - "3334\n", - "print utm zone: 38\n", - "print r: 2983.0168307424437\n", - "3335\n", - "print utm zone: 42\n", - "print r: 1127.3936111822998\n", - "3336\n", - "print utm zone: 42\n", - "print r: 2457.0155056874487\n", - "3337\n", - "print utm zone: 43\n", - "print r: 2032.8260712866102\n", - "3338\n", - "print utm zone: 42\n", - "print r: 1491.872784926063\n", - "3339\n", - "print utm zone: 43\n", - "print r: 1691.5061356564775\n", - "3340\n", - "print utm zone: 34\n", - "print r: 2521.07216075439\n", - "3341\n", - "print utm zone: 36\n", - "print r: 2820.541222510888\n", - "3342\n", - "print utm zone: 36\n", - "print r: 1380.9485048946078\n", - "3343\n", - "print utm zone: 42\n", - "print r: 2703.917389225968\n", - "3344\n", - "print utm zone: 36\n", - "print r: 2256.188333589342\n", - "3345\n", - "print utm zone: 36\n", - "print r: 4750.449961971586\n", - "3346\n", - "print utm zone: 37\n", - "print r: 1260.4244402108552\n", - "3347\n", - "print utm zone: 42\n", - "print r: 1869.4701529343245\n", - "3348\n", - "print utm zone: 42\n", - "print r: 1691.3910376462454\n", - "3349\n", - "print utm zone: 43\n", - "print r: 1260.9935802020618\n", - "3350\n", - "print utm zone: 35\n", - "print r: 25124.652970185467\n", - "3351\n", - "print utm zone: 37\n", - "print r: 1260.63993084646\n", - "3352\n", - "print utm zone: 38\n", - "print r: 976.3523234811635\n", - "3353\n", - "print utm zone: 42\n", - "print r: 2763.5768712747285\n", - "3354\n", - "print utm zone: 34\n", - "print r: 3520.8468128492077\n", - "3355\n", - "print utm zone: 34\n", - "print r: 2032.4171745398407\n", - "3356\n", - "print utm zone: 43\n", - "print r: 2762.2813848802966\n", - "3357\n", - "print utm zone: 36\n", - "print r: 2184.194791653849\n", - "3358\n", - "print utm zone: 37\n", - "print r: 2392.7130997009567\n", - "3359\n", - "print utm zone: 42\n", - "print r: 1782.7730294197572\n", - "3360\n", - "print utm zone: 35\n", - "print r: 3987.8201553311815\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3361\n", - "print utm zone: 37\n", - "print r: 1491.696038767173\n", - "3362\n", - "print utm zone: 38\n", - "print r: 1691.195315123931\n", - "3363\n", - "print utm zone: 42\n", - "print r: 1952.7569529296354\n", - "3364\n", - "print utm zone: 42\n", - "print r: 1952.6286333124476\n", - "3365\n", - "print utm zone: 42\n", - "print r: 1127.5765220938406\n", - "3366\n", - "print utm zone: 42\n", - "print r: 2457.6957054077106\n", - "3367\n", - "print utm zone: 43\n", - "print r: 1260.6901743717444\n", - "3368\n", - "print utm zone: 43\n", - "print r: 1127.5430936534653\n", - "3369\n", - "print utm zone: 36\n", - "print r: 7815.18309789258\n", - "3370\n", - "print utm zone: 36\n", - "print r: 2820.3519379971344\n", - "3371\n", - "print utm zone: 38\n", - "print r: 1782.629910887406\n", - "3372\n", - "print utm zone: 38\n", - "print r: 2457.3586107489764\n", - "3373\n", - "print utm zone: 38\n", - "print r: 1380.8238447005683\n", - "3374\n", - "print utm zone: 38\n", - "print r: 1491.7747054508015\n", - "3375\n", - "print utm zone: 38\n", - "print r: 2984.2989784382958\n", - "3376\n", - "print utm zone: 42\n", - "print r: 1594.313814178553\n", - "3377\n", - "print utm zone: 43\n", - "print r: 1870.102601274245\n", - "3378\n", - "print utm zone: 35\n", - "print r: 2704.545118278932\n", - "3379\n", - "print utm zone: 36\n", - "print r: 1127.5056653807708\n", - "3380\n", - "print utm zone: 38\n", - "print r: 4947.058097238211\n", - "3381\n", - "print utm zone: 38\n", - "print r: 1381.1894186249742\n", - "3382\n", - "print utm zone: 39\n", - "print r: 2458.1826007343684\n", - "3383\n", - "print utm zone: 42\n", - "print r: 1127.5615469141615\n", - "3384\n", - "print utm zone: 43\n", - "print r: 1691.298295093642\n", - "3385\n", - "print utm zone: 38\n", - "print r: 1691.1766541003979\n", - "3386\n", - "print utm zone: 43\n", - "print r: 1260.5788428465305\n", - "3387\n", - "print utm zone: 35\n", - "print r: 1782.489919945369\n", - "3388\n", - "print utm zone: 38\n", - "print r: 3089.4174312180735\n", - "3389\n", - "print utm zone: 34\n", - "print r: 2391.4654950237496\n", - "3390\n", - "print utm zone: 36\n", - "print r: 2457.06804499214\n", - "3391\n", - "print utm zone: 38\n", - "print r: 2325.1115840573843\n", - "3392\n", - "print utm zone: 42\n", - "print r: 1952.6272443895125\n", - "3393\n", - "print utm zone: 34\n", - "print r: 1594.5270366756815\n", - "3394\n", - "print utm zone: 43\n", - "print r: 1260.8374934450178\n", - "3395\n", - "print utm zone: 38\n", - "print r: 1380.7137398991317\n", - "3396\n", - "print utm zone: 38\n", - "print r: 1594.7353149307344\n", - "3397\n", - "print utm zone: 39\n", - "print r: 1260.9730662172628\n", - "3398\n", - "print utm zone: 42\n", - "print r: 1380.7054115313374\n", - "3399\n", - "print utm zone: 43\n", - "print r: 1128.229270733904\n", - "3400\n", - "print utm zone: 35\n", - "print r: 4331.662039826303\n", - "3401\n", - "print utm zone: 36\n", - "print r: 2393.100022089428\n", - "3402\n", - "print utm zone: 37\n", - "print r: 2392.387349705916\n", - "3403\n", - "print utm zone: 38\n", - "print r: 1491.5541605180656\n", - "3404\n", - "print utm zone: 38\n", - "print r: 1691.5172405874068\n", - "3405\n", - "print utm zone: 42\n", - "print r: 1491.3904905878228\n", - "3406\n", - "print utm zone: 43\n", - "print r: 2033.9795634252253\n", - "3407\n", - "print utm zone: 38\n", - "print r: 3088.350781657308\n", - "3408\n", - "print utm zone: 38\n", - "print r: 976.4002094090727\n", - "3409\n", - "print utm zone: 38\n", - "print r: 2522.6305576876634\n", - "3410\n", - "print utm zone: 39\n", - "print r: 1953.7711775357823\n", - "3411\n", - "print utm zone: 41\n", - "print r: 2184.4854456210755\n", - "3412\n", - "print utm zone: 42\n", - "print r: 1869.822359528185\n", - "3413\n", - "print utm zone: 42\n", - "print r: 976.3133305296305\n", - "3414\n", - "print utm zone: 42\n", - "print r: 1491.4519838357803\n", - "3415\n", - "print utm zone: 42\n", - "print r: 1260.418695831425\n", - "3416\n", - "print utm zone: 37\n", - "print r: 1595.5490092318328\n", - "3417\n", - "print utm zone: 43\n", - "print r: 1691.6359306142997\n", - "3418\n", - "print utm zone: 38\n", - "print r: 2929.0867227357976\n", - "3419\n", - "print utm zone: 38\n", - "print r: 2110.143514371478\n", - "3420\n", - "print utm zone: 38\n", - "print r: 2457.037284265379\n", - "3421\n", - "print utm zone: 39\n", - "print r: 1594.9246492163127\n", - "3422\n", - "print utm zone: 42\n", - "print r: 1869.6765463303145\n", - "3423\n", - "print utm zone: 42\n", - "print r: 1491.346167696126\n", - "3424\n", - "print utm zone: 36\n", - "print r: 4294.181148248294\n", - "3425\n", - "print utm zone: 36\n", - "print r: 1127.827347750526\n", - "3426\n", - "print utm zone: 38\n", - "print r: 976.3854869829636\n", - "3427\n", - "print utm zone: 38\n", - "print r: 1691.9789079851084\n", - "3428\n", - "print utm zone: 42\n", - "print r: 976.3689022486825\n", - "3429\n", - "print utm zone: 42\n", - "print r: 1594.290311977151\n", - "3430\n", - "print utm zone: 42\n", - "print r: 1594.8180426294455\n", - "3431\n", - "print utm zone: 38\n", - "print r: 2256.080284143888\n", - "3432\n", - "print utm zone: 38\n", - "print r: 1782.9700607981101\n", - "3433\n", - "print utm zone: 38\n", - "print r: 1491.779176397055\n", - "3434\n", - "print utm zone: 36\n", - "print r: 2256.5791546685446\n", - "3435\n", - "print utm zone: 42\n", - "print r: 1491.481160278575\n", - "3436\n", - "print utm zone: 42\n", - "print r: 1380.7507613237954\n", - "3437\n", - "print utm zone: 43\n", - "print r: 16168.74682783805\n", - "3438\n", - "print utm zone: 36\n", - "print r: 2522.4053007003313\n", - "3439\n", - "print utm zone: 42\n", - "print r: 1380.689379305366\n", - "3440\n", - "print utm zone: 42\n", - "print r: 1491.3258734637373\n", - "3441\n", - "print utm zone: 42\n", - "print r: 1127.377040646561\n", - "3442\n", - "print utm zone: 42\n", - "print r: 1783.5540741727302\n", - "3443\n", - "print utm zone: 43\n", - "print r: 1691.785921676148\n", - "3444\n", - "print utm zone: 36\n", - "print r: 1381.1008461487395\n", - "3445\n", - "print utm zone: 38\n", - "print r: 2456.981223279456\n", - "3446\n", - "print utm zone: 35\n", - "print r: 1127.764638117047\n", - "3447\n", - "print utm zone: 42\n", - "print r: 1380.6868140948231\n", - "3448\n", - "print utm zone: 43\n", - "print r: 8790.584617368457\n", - "3449\n", - "print utm zone: 42\n", - "print r: 5166.107683305117\n", - "3450\n", - "print utm zone: 39\n", - "print r: 2583.4612171834656\n", - "3451\n", - "print utm zone: 36\n", - "print r: 1380.7078345656175\n", - "3452\n", - "print utm zone: 37\n", - "print r: 1260.3842385197295\n", - "3453\n", - "print utm zone: 38\n", - "print r: 1260.9560741920498\n", - "3454\n", - "print utm zone: 38\n", - "print r: 1380.8144026865916\n", - "3455\n", - "print utm zone: 39\n", - "print r: 3286.92384302465\n", - "3456\n", - "print utm zone: 35\n", - "print r: 1953.8469812489932\n", - "3457\n", - "print utm zone: 43\n", - "print r: 1595.0852994712955\n", - "3458\n", - "print utm zone: 35\n", - "print r: 3239.5046885045945\n", - "3459\n", - "print utm zone: 38\n", - "print r: 1691.5280386414724\n", - "3460\n", - "print utm zone: 42\n", - "print r: 1870.6828936789393\n", - "3461\n", - "print utm zone: 42\n", - "print r: 1127.3583156705279\n", - "3462\n", - "print utm zone: 34\n", - "print r: 3138.9965051227473\n", - "3463\n", - "print utm zone: 38\n", - "print r: 1690.9959155303186\n", - "3464\n", - "print utm zone: 42\n", - "print r: 1260.7223432969822\n", - "3465\n", - "print utm zone: 42\n", - "print r: 1594.783001664684\n", - "3466\n", - "print utm zone: 35\n", - "print r: 1869.4987141135769\n", - "3467\n", - "print utm zone: 42\n", - "print r: 1492.3463900530433\n", - "3468\n", - "print utm zone: 42\n", - "print r: 1953.286638316618\n", - "3469\n", - "print utm zone: 42\n", - "print r: 976.3945339863525\n", - "3470\n", - "print utm zone: 42\n", - "print r: 2391.421623291101\n", - "3471\n", - "print utm zone: 35\n", - "print r: 1691.0783969111706\n", - "3472\n", - "print utm zone: 38\n", - "print r: 2110.5860379292776\n", - "3473\n", - "print utm zone: 37\n", - "print r: 2522.627256374507\n", - "3474\n", - "print utm zone: 37\n", - "print r: 1260.7127778498207\n", - "3475\n", - "print utm zone: 42\n", - "print r: 1491.469469391534\n", - "3476\n", - "print utm zone: 42\n", - "print r: 1380.7449570455697\n", - "3477\n", - "print utm zone: 38\n", - "print r: 1127.4406161237612\n", - "3478\n", - "print utm zone: 42\n", - "print r: 1380.6815549083537\n", - "3479\n", - "print utm zone: 42\n", - "print r: 1594.2842385952085\n", - "3480\n", - "print utm zone: 42\n", - "print r: 17669.851142262753\n", - "3481\n", - "print utm zone: 35\n", - "print r: 2521.567690402928\n", - "3482\n", - "print utm zone: 37\n", - "print r: 976.6771746686526\n", - "3483\n", - "print utm zone: 38\n", - "print r: 1127.5944140370323\n", - "3484\n", - "print utm zone: 38\n", - "print r: 1260.3801749077934\n", - "3485\n", - "print utm zone: 38\n", - "print r: 1381.0659383248446\n", - "3486\n", - "print utm zone: 42\n", - "print r: 1491.30741278755\n", - "3487\n", - "print utm zone: 42\n", - "print r: 1784.1557679209118\n", - "3488\n", - "print utm zone: 35\n", - "print r: 1691.5529728398428\n", - "3489\n", - "print utm zone: 35\n", - "print r: 3610.6682927457327\n", - "3490\n", - "print utm zone: 36\n", - "print r: 1492.4632749040436\n", - "3491\n", - "print utm zone: 35\n", - "print r: 1260.3862356707746\n", - "3492\n", - "print utm zone: 39\n", - "print r: 3289.0030690041876\n", - "3493\n", - "print utm zone: 42\n", - "print r: 1594.3213120056946\n", - "3494\n", - "print utm zone: 42\n", - "print r: 2391.583439376927\n", - "3495\n", - "print utm zone: 38\n", - "print r: 1783.371768823476\n", - "3496\n", - "print utm zone: 38\n", - "print r: 2456.915504618211\n", - "3497\n", - "print utm zone: 38\n", - "print r: 3654.3501202792586\n", - "3498\n", - "print utm zone: 42\n", - "print r: 1127.4337250053034\n", - "3499\n", - "print utm zone: 42\n", - "print r: 2032.8916809707969\n", - "3500\n", - "print utm zone: 38\n", - "print r: 2457.779164677059\n", - "3501\n", - "print utm zone: 35\n", - "print r: 3428.8451039416445\n", - "3502\n", - "print utm zone: 38\n", - "print r: 2324.024660828158\n", - "3503\n", - "print utm zone: 42\n", - "print r: 2109.0133615903583\n", - "3504\n", - "print utm zone: 37\n", - "print r: 3476.433685278757\n", - "3505\n", - "print utm zone: 38\n", - "print r: 1128.0108917661303\n", - "3506\n", - "print utm zone: 39\n", - "print r: 1869.7327773235186\n", - "3507\n", - "print utm zone: 42\n", - "print r: 2183.2195145367195\n", - "3508\n", - "print utm zone: 35\n", - "print r: 2109.1451497752723\n", - "3509\n", - "print utm zone: 38\n", - "print r: 1691.0110892969774\n", - "3510\n", - "print utm zone: 42\n", - "print r: 1260.3488789586654\n", - "3511\n", - "print utm zone: 42\n", - "print r: 1594.3494602611033\n", - "3512\n", - "print utm zone: 42\n", - "print r: 1127.4942112014428\n", - "3513\n", - "print utm zone: 43\n", - "print r: 1869.8254073003625\n", - "3514\n", - "print utm zone: 42\n", - "print r: 1380.6773226878784\n", - "3515\n", - "print utm zone: 36\n", - "print r: 2033.7632832339723\n", - "3516\n", - "print utm zone: 42\n", - "print r: 5137.944942238143\n", - "3517\n", - "print utm zone: 43\n", - "print r: 24183.96209831733\n", - "3518\n", - "print utm zone: 42\n", - "print r: 3477.3220091257103\n", - "3519\n", - "print utm zone: 43\n", - "print r: 2458.4470982132684\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3520\n", - "print utm zone: 34\n", - "print r: 1127.3899459456009\n", - "3521\n", - "print utm zone: 38\n", - "print r: 2583.1085433527364\n", - "3522\n", - "print utm zone: 38\n", - "print r: 1380.699536118406\n", - "3523\n", - "print utm zone: 39\n", - "print r: 15241.580444765443\n", - "3524\n", - "print utm zone: 42\n", - "print r: 1127.2964395713177\n", - "3525\n", - "print utm zone: 42\n", - "print r: 2584.3612882346247\n", - "3526\n", - "print utm zone: 43\n", - "print r: 2458.608226344352\n", - "3527\n", - "print utm zone: 41\n", - "print r: 1870.2049113385406\n", - "3528\n", - "print utm zone: 35\n", - "print r: 1952.7151435527053\n", - "3529\n", - "print utm zone: 36\n", - "print r: 1261.1729414906683\n", - "3530\n", - "print utm zone: 38\n", - "print r: 1782.5060654306794\n", - "3531\n", - "print utm zone: 42\n", - "print r: 976.300424284008\n", - "3532\n", - "print utm zone: 42\n", - "print r: 1952.5217624645918\n", - "3533\n", - "print utm zone: 42\n", - "print r: 1260.3754866962083\n", - "3534\n", - "print utm zone: 42\n", - "print r: 1491.2921125790137\n", - "3535\n", - "print utm zone: 35\n", - "print r: 2110.292317924288\n", - "3536\n", - "print utm zone: 42\n", - "print r: 2391.3887527589427\n", - "3537\n", - "print utm zone: 42\n", - "print r: 1261.225648895714\n", - "3538\n", - "print utm zone: 42\n", - "print r: 1870.8195846776343\n", - "3539\n", - "print utm zone: 39\n", - "print r: 2109.328740739229\n", - "3540\n", - "print utm zone: 37\n", - "print r: 2032.5420175742117\n", - "3541\n", - "print utm zone: 43\n", - "print r: 2763.2769548998385\n", - "3542\n", - "print utm zone: 42\n", - "print r: 1783.3430703134284\n", - "3543\n", - "print utm zone: 42\n", - "print r: 4785.518185429436\n", - "3544\n", - "print utm zone: 42\n", - "print r: 1491.2619834146963\n", - "3545\n", - "print utm zone: 42\n", - "print r: 1380.789974866478\n", - "3546\n", - "print utm zone: 42\n", - "print r: 1380.8075051013768\n", - "3547\n", - "print utm zone: 42\n", - "print r: 7605.716312939775\n", - "3548\n", - "print utm zone: 43\n", - "print r: 2392.432363184468\n", - "3549\n", - "print utm zone: 34\n", - "print r: 1127.3362447263569\n", - "3550\n", - "print utm zone: 35\n", - "print r: 2391.3621564752066\n", - "3551\n", - "print utm zone: 36\n", - "print r: 1692.2751218819833\n", - "3552\n", - "print utm zone: 36\n", - "print r: 2183.0222833814255\n", - "3553\n", - "print utm zone: 37\n", - "print r: 797.6756575862464\n", - "3554\n", - "print utm zone: 38\n", - "print r: 1691.5938863976362\n", - "3555\n", - "print utm zone: 42\n", - "print r: 1380.728686374336\n", - "3556\n", - "print utm zone: 42\n", - "print r: 1691.1531172374935\n", - "3557\n", - "print utm zone: 42\n", - "print r: 1870.688555185702\n", - "3558\n", - "print utm zone: 43\n", - "print r: 4718.197853728317\n", - "3559\n", - "print utm zone: 38\n", - "print r: 976.3619094076307\n", - "3560\n", - "print utm zone: 38\n", - "print r: 2458.500146018363\n", - "3561\n", - "print utm zone: 42\n", - "print r: 2323.990491827412\n", - "3562\n", - "print utm zone: 42\n", - "print r: 1691.155086735997\n", - "3563\n", - "print utm zone: 43\n", - "print r: 2393.1884638732995\n", - "3564\n", - "print utm zone: 43\n", - "print r: 1492.2468005471367\n", - "3565\n", - "print utm zone: 38\n", - "print r: 1491.3455148415192\n", - "3566\n", - "print utm zone: 39\n", - "print r: 1691.2495676034707\n", - "3567\n", - "print utm zone: 42\n", - "print r: 1691.1496955720552\n", - "3568\n", - "print utm zone: 42\n", - "print r: 1260.6112440029074\n", - "3569\n", - "print utm zone: 42\n", - "print r: 1381.6115098115506\n", - "3570\n", - "print utm zone: 43\n", - "print r: 2458.058920576774\n", - "3571\n", - "print utm zone: 36\n", - "print r: 1869.417450509155\n", - "3572\n", - "print utm zone: 38\n", - "print r: 1381.0832085240027\n", - "3573\n", - "print utm zone: 38\n", - "print r: 1380.6470940464178\n", - "3574\n", - "print utm zone: 41\n", - "print r: 1870.4824419389927\n", - "3575\n", - "print utm zone: 42\n", - "print r: 1260.348551204916\n", - "3576\n", - "print utm zone: 36\n", - "print r: 1260.6548130698168\n", - "3577\n", - "print utm zone: 38\n", - "print r: 1127.79460187591\n", - "3578\n", - "print utm zone: 35\n", - "print r: 2254.976163545358\n", - "3579\n", - "print utm zone: 42\n", - "print r: 7562.445775052567\n", - "3580\n", - "print utm zone: 42\n", - "print r: 1594.337132502886\n", - "3581\n", - "print utm zone: 42\n", - "print r: 3430.8346404459353\n", - "3582\n", - "print utm zone: 43\n", - "print r: 1692.2211115285852\n", - "3583\n", - "print utm zone: 38\n", - "print r: 1869.4983696458046\n", - "3584\n", - "print utm zone: 36\n", - "print r: 1869.9747219025583\n", - "3585\n", - "print utm zone: 41\n", - "print r: 5805.829765942142\n", - "3586\n", - "print utm zone: 41\n", - "print r: 1492.108763826587\n", - "3587\n", - "print utm zone: 42\n", - "print r: 1782.3846858126951\n", - "3588\n", - "print utm zone: 42\n", - "print r: 1491.7201368384997\n", - "3589\n", - "print utm zone: 35\n", - "print r: 10086.42175340559\n", - "3590\n", - "print utm zone: 37\n", - "print r: 1380.8089595356098\n", - "3591\n", - "print utm zone: 38\n", - "print r: 2032.4081397743525\n", - "3592\n", - "print utm zone: 38\n", - "print r: 2109.0563591327395\n", - "3593\n", - "print utm zone: 38\n", - "print r: 2643.7975935373597\n", - "3594\n", - "print utm zone: 38\n", - "print r: 1260.5737740680097\n", - "3595\n", - "print utm zone: 38\n", - "print r: 2255.4913914905374\n", - "3596\n", - "print utm zone: 36\n", - "print r: 1869.7119608462378\n", - "3597\n", - "print utm zone: 38\n", - "print r: 1952.5541119795837\n", - "3598\n", - "print utm zone: 41\n", - "print r: 3036.2812399033405\n", - "3599\n", - "print utm zone: 41\n", - "print r: 1870.0276707199757\n", - "3600\n", - "print utm zone: 42\n", - "print r: 1127.2910458577765\n", - "3601\n", - "print utm zone: 42\n", - "print r: 4025.27158315949\n", - "3602\n", - "print utm zone: 42\n", - "print r: 1381.042509873284\n", - "3603\n", - "print utm zone: 36\n", - "print r: 2032.4453473745966\n", - "3604\n", - "print utm zone: 38\n", - "print r: 2324.6560110833548\n", - "3605\n", - "print utm zone: 36\n", - "print r: 976.2706601712852\n", - "3606\n", - "print utm zone: 38\n", - "print r: 1260.424404717524\n", - "3607\n", - "print utm zone: 38\n", - "print r: 1380.6555623842385\n", - "3608\n", - "print utm zone: 38\n", - "print r: 976.4792410635163\n", - "3609\n", - "print utm zone: 42\n", - "print r: 1491.332654656589\n", - "3610\n", - "print utm zone: 42\n", - "print r: 1869.3553768642018\n", - "3611\n", - "print utm zone: 42\n", - "print r: 5720.525075866585\n", - "3612\n", - "print utm zone: 35\n", - "print r: 1380.884656276697\n", - "3613\n", - "print utm zone: 36\n", - "print r: 1869.3541618462114\n", - "3614\n", - "print utm zone: 37\n", - "print r: 1491.2853140058432\n", - "3615\n", - "print utm zone: 38\n", - "print r: 1127.3802519025492\n", - "3616\n", - "print utm zone: 42\n", - "print r: 1952.6663453705412\n", - "3617\n", - "print utm zone: 43\n", - "print r: 797.6869582981079\n", - "3618\n", - "print utm zone: 38\n", - "print r: 1260.4367382905452\n", - "3619\n", - "print utm zone: 42\n", - "print r: 1260.3671153763134\n", - "3620\n", - "print utm zone: 35\n", - "print r: 1260.8049380174575\n", - "3621\n", - "print utm zone: 38\n", - "print r: 1380.6389572314542\n", - "3622\n", - "print utm zone: 35\n", - "print r: 2984.8826231654793\n", - "3623\n", - "print utm zone: 35\n", - "print r: 2703.2140331010287\n", - "3624\n", - "print utm zone: 38\n", - "print r: 9158.298694725485\n", - "3625\n", - "print utm zone: 42\n", - "print r: 4403.229439756803\n", - "3626\n", - "print utm zone: 38\n", - "print r: 3985.5648539883523\n", - "3627\n", - "print utm zone: 42\n", - "print r: 2183.058397827756\n", - "3628\n", - "print utm zone: 42\n", - "print r: 1491.2934485902736\n", - "3629\n", - "print utm zone: 42\n", - "print r: 2520.8116482758633\n", - "3630\n", - "print utm zone: 38\n", - "print r: 1380.7621652379405\n", - "3631\n", - "print utm zone: 39\n", - "print r: 1594.7365637807313\n", - "3632\n", - "print utm zone: 42\n", - "print r: 1127.3704413388268\n", - "3633\n", - "print utm zone: 35\n", - "print r: 3474.6142203702357\n", - "3634\n", - "print utm zone: 35\n", - "print r: 4751.900626093328\n", - "3635\n", - "print utm zone: 38\n", - "print r: 2520.6406438410872\n", - "3636\n", - "print utm zone: 42\n", - "print r: 976.234671106166\n", - "3637\n", - "print utm zone: 34\n", - "print r: 1869.489655254951\n", - "3638\n", - "print utm zone: 35\n", - "print r: 1127.6930849030439\n", - "3639\n", - "print utm zone: 35\n", - "print r: 3654.3979033165374\n", - "3640\n", - "print utm zone: 38\n", - "print r: 1491.3471093567352\n", - "3641\n", - "print utm zone: 38\n", - "print r: 1380.6401236157815\n", - "3642\n", - "print utm zone: 38\n", - "print r: 1381.183539025765\n", - "3643\n", - "print utm zone: 39\n", - "print r: 1491.597076975236\n", - "3644\n", - "print utm zone: 41\n", - "print r: 7955.36239024721\n", - "3645\n", - "print utm zone: 39\n", - "print r: 1783.339183485331\n", - "3646\n", - "print utm zone: 42\n", - "print r: 1953.0599236090452\n", - "3647\n", - "print utm zone: 35\n", - "print r: 797.3816335418496\n", - "3648\n", - "print utm zone: 36\n", - "print r: 1492.1225823217967\n", - "3649\n", - "print utm zone: 38\n", - "print r: 976.6450365890279\n", - "3650\n", - "print utm zone: 38\n", - "print r: 1691.637015684456\n", - "3651\n", - "print utm zone: 39\n", - "print r: 1691.7259362786301\n", - "3652\n", - "print utm zone: 35\n", - "print r: 1380.8140392908529\n", - "3653\n", - "print utm zone: 38\n", - "print r: 1782.5329267017555\n", - "3654\n", - "print utm zone: 42\n", - "print r: 1380.632500732947\n", - "3655\n", - "print utm zone: 35\n", - "print r: 1869.4279653174237\n", - "3656\n", - "print utm zone: 35\n", - "print r: 563.8492437039607\n", - "3657\n", - "print utm zone: 35\n", - "print r: 797.4225919507875\n", - "3658\n", - "print utm zone: 38\n", - "print r: 976.4681831018682\n", - "3659\n", - "print utm zone: 42\n", - "print r: 6740.941184907857\n", - "3660\n", - "print utm zone: 42\n", - "print r: 1491.2484286573792\n", - "3661\n", - "print utm zone: 35\n", - "print r: 1260.8409533099102\n", - "3662\n", - "print utm zone: 36\n", - "print r: 2456.856614844\n", - "3663\n", - "print utm zone: 38\n", - "print r: 4143.4572100166\n", - "3664\n", - "print utm zone: 41\n", - "print r: 2256.339956229503\n", - "3665\n", - "print utm zone: 35\n", - "print r: 1261.15355402436\n", - "3666\n", - "print utm zone: 36\n", - "print r: 1870.672406936154\n", - "3667\n", - "print utm zone: 38\n", - "print r: 2762.7295461320505\n", - "3668\n", - "print utm zone: 39\n", - "print r: 3907.2240847602716\n", - "3669\n", - "print utm zone: 39\n", - "print r: 1870.0664022797043\n", - "3670\n", - "print utm zone: 38\n", - "print r: 1691.1769746704108\n", - "3671\n", - "print utm zone: 35\n", - "print r: 2644.1380502416982\n", - "3672\n", - "print utm zone: 38\n", - "print r: 1595.3605793019644\n", - "3673\n", - "print utm zone: 41\n", - "print r: 5321.21653564213\n", - "3674\n", - "print utm zone: 42\n", - "print r: 1594.9789825332653\n", - "3675\n", - "print utm zone: 42\n", - "print r: 2929.946136323647\n", - "3676\n", - "print utm zone: 35\n", - "print r: 1952.5368008753435\n", - "3677\n", - "print utm zone: 35\n", - "print r: 1127.7190615805296\n", - "3678\n", - "print utm zone: 37\n", - "print r: 1128.0460888817572\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3679\n", - "print utm zone: 39\n", - "print r: 3088.1552096528776\n", - "3680\n", - "print utm zone: 35\n", - "print r: 1261.2996410547553\n", - "3681\n", - "print utm zone: 36\n", - "print r: 1594.197046471772\n", - "3682\n", - "print utm zone: 38\n", - "print r: 2108.949194788032\n", - "3683\n", - "print utm zone: 41\n", - "print r: 1782.6545411228371\n", - "3684\n", - "print utm zone: 42\n", - "print r: 1594.5308908930735\n", - "3685\n", - "print utm zone: 38\n", - "print r: 1260.3991629287773\n", - "3686\n", - "print utm zone: 41\n", - "print r: 7584.084908316476\n", - "3687\n", - "print utm zone: 36\n", - "print r: 1127.2613967843192\n", - "3688\n", - "print utm zone: 37\n", - "print r: 1492.1876214023139\n", - "3689\n", - "print utm zone: 38\n", - "print r: 1595.0341608100705\n", - "3690\n", - "print utm zone: 38\n", - "print r: 4142.006508425315\n", - "3691\n", - "print utm zone: 42\n", - "print r: 1953.4464886857113\n", - "3692\n", - "print utm zone: 42\n", - "print r: 1870.534840709907\n", - "3693\n", - "print utm zone: 42\n", - "print r: 2323.9842724299433\n", - "3694\n", - "print utm zone: 42\n", - "print r: 1260.3030606761467\n", - "3695\n", - "print utm zone: 42\n", - "print r: 1491.248825931927\n", - "3696\n", - "print utm zone: 42\n", - "print r: 2254.5230462389745\n", - "3697\n", - "print utm zone: 42\n", - "print r: 2391.8332742906778\n", - "3698\n", - "print utm zone: 38\n", - "print r: 3781.22598558736\n", - "3699\n", - "print utm zone: 36\n", - "print r: 1782.5007128588431\n", - "3700\n", - "print utm zone: 39\n", - "print r: 1380.9175733781367\n", - "3701\n", - "print utm zone: 39\n", - "print r: 1594.6889837283131\n", - "3702\n", - "print utm zone: 42\n", - "print r: 1783.1563033835114\n", - "3703\n", - "print utm zone: 42\n", - "print r: 4180.746075108718\n", - "3704\n", - "print utm zone: 37\n", - "print r: 2033.01696107383\n", - "3705\n", - "print utm zone: 39\n", - "print r: 2704.745727026496\n", - "3706\n", - "print utm zone: 39\n", - "print r: 3036.382845068538\n", - "3707\n", - "print utm zone: 42\n", - "print r: 3336.089719554292\n", - "3708\n", - "print utm zone: 42\n", - "print r: 1381.3096757846652\n", - "3709\n", - "print utm zone: 35\n", - "print r: 1380.6142552413\n", - "3710\n", - "print utm zone: 41\n", - "print r: 15356.984062016585\n", - "3711\n", - "print utm zone: 42\n", - "print r: 1260.576298032875\n", - "3712\n", - "print utm zone: 42\n", - "print r: 1127.2883816489905\n", - "3713\n", - "print utm zone: 35\n", - "print r: 1691.084351166091\n", - "3714\n", - "print utm zone: 36\n", - "print r: 1594.1916192467647\n", - "3715\n", - "print utm zone: 37\n", - "print r: 1594.5343798466145\n", - "3716\n", - "print utm zone: 41\n", - "print r: 3138.683767283524\n", - "3717\n", - "print utm zone: 36\n", - "print r: 2763.0734180117524\n", - "3718\n", - "print utm zone: 37\n", - "print r: 1127.740250624028\n", - "3719\n", - "print utm zone: 35\n", - "print r: 1127.651961075761\n", - "3720\n", - "print utm zone: 38\n", - "print r: 1782.4165234328293\n", - "3721\n", - "print utm zone: 36\n", - "print r: 1380.6641234166382\n", - "3722\n", - "print utm zone: 42\n", - "print r: 1491.867620984873\n", - "3723\n", - "print utm zone: 42\n", - "print r: 12850.38933602078\n", - "3724\n", - "print utm zone: 42\n", - "print r: 3087.1151013806643\n", - "3725\n", - "print utm zone: 38\n", - "print r: 3188.387806635257\n", - "3726\n", - "print utm zone: 42\n", - "print r: 2109.2517516268463\n", - "3727\n", - "print utm zone: 42\n", - "print r: 1380.6107488434288\n", - "3728\n", - "print utm zone: 41\n", - "print r: 4579.572120902509\n", - "3729\n", - "print utm zone: 42\n", - "print r: 976.2115895926722\n", - "3730\n", - "print utm zone: 42\n", - "print r: 1782.3427651020752\n", - "3731\n", - "print utm zone: 37\n", - "print r: 1380.7808908324728\n", - "3732\n", - "print utm zone: 37\n", - "print r: 563.9220175026984\n", - "3733\n", - "print utm zone: 42\n", - "print r: 1491.1988399402164\n", - "3734\n", - "print utm zone: 34\n", - "print r: 2254.6815042468443\n", - "3735\n", - "print utm zone: 35\n", - "print r: 1380.6446290663287\n", - "3736\n", - "print utm zone: 37\n", - "print r: 3987.2968423339335\n", - "3737\n", - "print utm zone: 39\n", - "print r: 1261.1375577948934\n", - "3738\n", - "print utm zone: 42\n", - "print r: 5437.7139285112835\n", - "3739\n", - "print utm zone: 42\n", - "print r: 1260.5580479009682\n", - "3740\n", - "print utm zone: 42\n", - "print r: 1953.2111858034855\n", - "3741\n", - "print utm zone: 42\n", - "print r: 3697.7177426020507\n", - "3742\n", - "print utm zone: 42\n", - "print r: 2032.6082826780503\n", - "3743\n", - "print utm zone: 36\n", - "print r: 976.2093068626393\n", - "3744\n", - "print utm zone: 36\n", - "print r: 1594.1752156375337\n", - "3745\n", - "print utm zone: 39\n", - "print r: 2984.723236240945\n", - "3746\n", - "print utm zone: 41\n", - "print r: 2109.226919383662\n", - "3747\n", - "print utm zone: 42\n", - "print r: 10119.466153487503\n", - "3748\n", - "print utm zone: 42\n", - "print r: 2254.5963556372444\n", - "3749\n", - "print utm zone: 42\n", - "print r: 2324.8178713608254\n", - "3750\n", - "print utm zone: 36\n", - "print r: 797.0811157131398\n", - "3751\n", - "print utm zone: 36\n", - "print r: 1128.0067978182476\n", - "3752\n", - "print utm zone: 42\n", - "print r: 1260.3020993568493\n", - "3753\n", - "print utm zone: 36\n", - "print r: 1952.4960971722626\n", - "3754\n", - "print utm zone: 36\n", - "print r: 2520.690277105469\n", - "3755\n", - "print utm zone: 36\n", - "print r: 2324.799243417279\n", - "3756\n", - "print utm zone: 38\n", - "print r: 1782.844273234071\n", - "3757\n", - "print utm zone: 38\n", - "print r: 1381.6481752196307\n", - "3758\n", - "print utm zone: 42\n", - "print r: 2392.567054240996\n", - "3759\n", - "print utm zone: 38\n", - "print r: 2457.409356475042\n", - "3760\n", - "print utm zone: 35\n", - "print r: 1380.6015325041553\n", - "3761\n", - "print utm zone: 36\n", - "print r: 1869.4038665987525\n", - "3762\n", - "print utm zone: 36\n", - "print r: 2255.4433023495294\n", - "3763\n", - "print utm zone: 37\n", - "print r: 563.9171365941971\n", - "3764\n", - "print utm zone: 41\n", - "print r: 2109.237856047449\n", - "3765\n", - "print utm zone: 42\n", - "print r: 1491.888169842294\n", - "3766\n", - "print utm zone: 42\n", - "print r: 1870.0311847073858\n", - "3767\n", - "print utm zone: 42\n", - "print r: 976.2371084596571\n", - "3768\n", - "print utm zone: 36\n", - "print r: 15218.085109584517\n", - "3769\n", - "print utm zone: 37\n", - "print r: 563.8480084214469\n", - "3770\n", - "print utm zone: 37\n", - "print r: 563.863477806929\n", - "3771\n", - "print utm zone: 38\n", - "print r: 1260.8751466204694\n", - "3772\n", - "print utm zone: 42\n", - "print r: 1952.957494743536\n", - "3773\n", - "print utm zone: 42\n", - "print r: 1782.3177978610754\n", - "3774\n", - "print utm zone: 35\n", - "print r: 1380.6312160163673\n", - "3775\n", - "print utm zone: 38\n", - "print r: 1491.8360659539483\n", - "3776\n", - "print utm zone: 36\n", - "print r: 1869.3546701351936\n", - "3777\n", - "print utm zone: 37\n", - "print r: 797.4253777182452\n", - "3778\n", - "print utm zone: 39\n", - "print r: 2183.552826176816\n", - "3779\n", - "print utm zone: 42\n", - "print r: 1594.49652034682\n", - "3780\n", - "print utm zone: 37\n", - "print r: 797.395359485329\n", - "3781\n", - "print utm zone: 38\n", - "print r: 2033.4122293245036\n", - "3782\n", - "print utm zone: 41\n", - "print r: 3238.151632850739\n", - "3783\n", - "print utm zone: 42\n", - "print r: 1491.2202714687917\n", - "3784\n", - "print utm zone: 36\n", - "print r: 1127.2597978732135\n", - "3785\n", - "print utm zone: 38\n", - "print r: 1782.3440930764555\n", - "3786\n", - "print utm zone: 39\n", - "print r: 2874.9648160517354\n", - "3787\n", - "print utm zone: 42\n", - "print r: 1783.0147337373942\n", - "3788\n", - "print utm zone: 42\n", - "print r: 1691.7462064578385\n", - "3789\n", - "print utm zone: 36\n", - "print r: 3286.4651348477396\n", - "3790\n", - "print utm zone: 42\n", - "print r: 1491.3944178761997\n", - "3791\n", - "print utm zone: 36\n", - "print r: 1594.1568050826222\n", - "3792\n", - "print utm zone: 37\n", - "print r: 3695.9633088141013\n", - "3793\n", - "print utm zone: 42\n", - "print r: 1952.9977866520858\n", - "3794\n", - "print utm zone: 38\n", - "print r: 1261.2823354908137\n", - "3795\n", - "print utm zone: 42\n", - "print r: 1782.7560043532671\n", - "3796\n", - "print utm zone: 42\n", - "print r: 2391.6225872351147\n", - "3797\n", - "print utm zone: 36\n", - "print r: 7265.640235568598\n", - "3798\n", - "print utm zone: 39\n", - "print r: 1691.4331380230024\n", - "3799\n", - "print utm zone: 42\n", - "print r: 1491.3551510454859\n", - "3800\n", - "print utm zone: 42\n", - "print r: 976.2261755355793\n", - "3801\n", - "print utm zone: 42\n", - "print r: 2874.5021043938805\n", - "3802\n", - "print utm zone: 42\n", - "print r: 1952.5811615657926\n", - "3803\n", - "print utm zone: 42\n", - "print r: 2643.5780486031836\n", - "3804\n", - "print utm zone: 38\n", - "print r: 3088.105601483019\n", - "3805\n", - "print utm zone: 38\n", - "print r: 1691.823118840084\n", - "3806\n", - "print utm zone: 38\n", - "print r: 1690.829853545255\n", - "3807\n", - "print utm zone: 39\n", - "print r: 1782.9019856626007\n", - "3808\n", - "print utm zone: 36\n", - "print r: 1491.2160536939818\n", - "3809\n", - "print utm zone: 39\n", - "print r: 2109.6581322847837\n", - "3810\n", - "print utm zone: 36\n", - "print r: 1127.4922647225549\n", - "3811\n", - "print utm zone: 38\n", - "print r: 1128.0573734005725\n", - "3812\n", - "print utm zone: 38\n", - "print r: 563.7219592412655\n", - "3813\n", - "print utm zone: 35\n", - "print r: 1260.412887197402\n", - "3814\n", - "print utm zone: 36\n", - "print r: 1127.8819821198197\n", - "3815\n", - "print utm zone: 37\n", - "print r: 4750.7879998548315\n", - "3816\n", - "print utm zone: 38\n", - "print r: 563.6946868950481\n", - "3817\n", - "print utm zone: 38\n", - "print r: 797.1968187344773\n", - "3818\n", - "print utm zone: 36\n", - "print r: 1127.5079614571443\n", - "3819\n", - "print utm zone: 42\n", - "print r: 1594.2036436594587\n", - "3820\n", - "print utm zone: 39\n", - "print r: 2110.4949546360635\n", - "3821\n", - "print utm zone: 41\n", - "print r: 11274.621055194479\n", - "3822\n", - "print utm zone: 42\n", - "print r: 1782.6871788592637\n", - "3823\n", - "print utm zone: 36\n", - "print r: 1952.484412697151\n", - "3824\n", - "print utm zone: 36\n", - "print r: 1952.4067454746264\n", - "3825\n", - "print utm zone: 43\n", - "print r: 1127.6551841238218\n", - "3826\n", - "print utm zone: 36\n", - "print r: 1261.2242227345787\n", - "3827\n", - "print utm zone: 41\n", - "print r: 6949.555153199448\n", - "3828\n", - "print utm zone: 35\n", - "print r: 1491.3307359239702\n", - "3829\n", - "print utm zone: 37\n", - "print r: 797.518340371342\n", - "3830\n", - "print utm zone: 38\n", - "print r: 563.7101922608973\n", - "3831\n", - "print utm zone: 41\n", - "print r: 1380.8087012506885\n", - "3832\n", - "print utm zone: 38\n", - "print r: 1127.4866055235827\n", - "3833\n", - "print utm zone: 38\n", - "print r: 1127.4612713940342\n", - "3834\n", - "print utm zone: 38\n", - "print r: 1381.4027703797653\n", - "3835\n", - "print utm zone: 38\n", - "print r: 1783.4635932719732\n", - "3836\n", - "print utm zone: 43\n", - "print r: 976.6646050820532\n", - "3837\n", - "print utm zone: 35\n", - "print r: 3288.172055466902\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3838\n", - "print utm zone: 36\n", - "print r: 1952.7866491302857\n", - "3839\n", - "print utm zone: 38\n", - "print r: 2820.198719967424\n", - "3840\n", - "print utm zone: 40\n", - "print r: 1381.5103684103976\n", - "3841\n", - "print utm zone: 37\n", - "print r: 976.5299441484104\n", - "3842\n", - "print utm zone: 38\n", - "print r: 1260.2915118809692\n", - "3843\n", - "print utm zone: 38\n", - "print r: 797.3526737738719\n", - "3844\n", - "print utm zone: 35\n", - "print r: 5257.378795480032\n", - "3845\n", - "print utm zone: 42\n", - "print r: 1692.0102699844226\n", - "3846\n", - "print utm zone: 35\n", - "print r: 1260.3046026061259\n", - "3847\n", - "print utm zone: 42\n", - "print r: 13223.195666814276\n", - "3848\n", - "print utm zone: 35\n", - "print r: 2391.175822881593\n", - "3849\n", - "print utm zone: 35\n", - "print r: 1491.1695759873585\n", - "3850\n", - "print utm zone: 35\n", - "print r: 1690.9692712911599\n", - "3851\n", - "print utm zone: 35\n", - "print r: 1491.5114025929286\n", - "3852\n", - "print utm zone: 42\n", - "print r: 1381.4338916708061\n", - "3853\n", - "print utm zone: 35\n", - "print r: 2033.652327998848\n", - "3854\n", - "print utm zone: 36\n", - "print r: 2391.334665300855\n", - "3855\n", - "print utm zone: 36\n", - "print r: 1127.2282286505338\n", - "3856\n", - "print utm zone: 35\n", - "print r: 3138.021422966555\n", - "3857\n", - "print utm zone: 38\n", - "print r: 2183.9802070002374\n", - "3858\n", - "print utm zone: 38\n", - "print r: 1870.3954582602628\n", - "3859\n", - "print utm zone: 39\n", - "print r: 2874.9126826733227\n", - "3860\n", - "print utm zone: 35\n", - "print r: 1594.107443826742\n", - "3861\n", - "print utm zone: 35\n", - "print r: 1380.661681999186\n", - "3862\n", - "print utm zone: 41\n", - "print r: 2874.0548611901218\n", - "3863\n", - "print utm zone: 35\n", - "print r: 2520.4955805653667\n", - "3864\n", - "print utm zone: 35\n", - "print r: 2521.910816348035\n", - "3865\n", - "print utm zone: 42\n", - "print r: 1127.6191868043727\n", - "3866\n", - "print utm zone: 43\n", - "print r: 1261.1470950079768\n", - "3867\n", - "print utm zone: 38\n", - "print r: 1260.79653415453\n", - "3868\n", - "print utm zone: 38\n", - "print r: 1782.5569855696583\n", - "3869\n", - "print utm zone: 38\n", - "print r: 2520.6938480939343\n", - "3870\n", - "print utm zone: 41\n", - "print r: 2108.9458430034797\n", - "3871\n", - "print utm zone: 42\n", - "print r: 4510.195068555594\n", - "3872\n", - "print utm zone: 38\n", - "print r: 1782.56826184829\n", - "3873\n", - "print utm zone: 38\n", - "print r: 1380.6676668551856\n", - "3874\n", - "print utm zone: 40\n", - "print r: 2984.178601358208\n", - "3875\n", - "print utm zone: 38\n", - "print r: 3652.5814399868173\n", - "3876\n", - "print utm zone: 42\n", - "print r: 2324.379047926137\n", - "3877\n", - "print utm zone: 42\n", - "print r: 2109.308916705181\n", - "3878\n", - "print utm zone: 42\n", - "print r: 1594.338446705752\n", - "3879\n", - "print utm zone: 42\n", - "print r: 976.3202824192844\n", - "3880\n", - "print utm zone: 36\n", - "print r: 1260.6149353640926\n", - "3881\n", - "print utm zone: 38\n", - "print r: 1127.7984615193543\n", - "3882\n", - "print utm zone: 38\n", - "print r: 1783.278934439892\n", - "3883\n", - "print utm zone: 42\n", - "print r: 2032.709305162803\n", - "3884\n", - "print utm zone: 42\n", - "print r: 1260.5175503510309\n", - "3885\n", - "print utm zone: 42\n", - "print r: 1594.2865661219746\n", - "3886\n", - "print utm zone: 35\n", - "print r: 2391.13787165608\n", - "3887\n", - "print utm zone: 35\n", - "print r: 976.8866397533037\n", - "3888\n", - "print utm zone: 36\n", - "print r: 1381.2466599247928\n", - "3889\n", - "print utm zone: 41\n", - "print r: 1782.7565608847017\n", - "3890\n", - "print utm zone: 42\n", - "print r: 2982.7779321291237\n", - "3891\n", - "print utm zone: 38\n", - "print r: 1127.7754043527364\n", - "3892\n", - "print utm zone: 41\n", - "print r: 4647.868718251722\n", - "3893\n", - "print utm zone: 42\n", - "print r: 2183.171528510205\n", - "3894\n", - "print utm zone: 42\n", - "print r: 1691.0207331071683\n", - "3895\n", - "print utm zone: 35\n", - "print r: 976.9404348919956\n", - "3896\n", - "print utm zone: 35\n", - "print r: 1594.2260223392182\n", - "3897\n", - "print utm zone: 42\n", - "print r: 2583.5900614218617\n", - "3898\n", - "print utm zone: 39\n", - "print r: 2874.2434427065923\n", - "3899\n", - "print utm zone: 39\n", - "print r: 2983.8440622057847\n", - "3900\n", - "print utm zone: 38\n", - "print r: 1491.8658955784929\n", - "3901\n", - "print utm zone: 42\n", - "print r: 3035.805203541412\n", - "3902\n", - "print utm zone: 42\n", - "print r: 1491.4485463057272\n", - "3903\n", - "print utm zone: 42\n", - "print r: 2643.8032101188337\n", - "3904\n", - "print utm zone: 36\n", - "print r: 1492.2866159628652\n", - "3905\n", - "print utm zone: 38\n", - "print r: 563.766804884445\n", - "3906\n", - "print utm zone: 42\n", - "print r: 1491.4600202016557\n", - "3907\n", - "print utm zone: 42\n", - "print r: 1380.768213314143\n", - "3908\n", - "print utm zone: 42\n", - "print r: 1260.3950290164294\n", - "3909\n", - "print utm zone: 42\n", - "print r: 1491.1630347566154\n", - "3910\n", - "print utm zone: 36\n", - "print r: 1380.5432475667046\n", - "3911\n", - "print utm zone: 42\n", - "print r: 1260.4854807318297\n", - "3912\n", - "print utm zone: 41\n", - "print r: 1594.1774994651348\n", - "3913\n", - "print utm zone: 38\n", - "print r: 1380.5230275360354\n", - "3914\n", - "print utm zone: 39\n", - "print r: 1127.6438049717453\n", - "3915\n", - "print utm zone: 38\n", - "print r: 563.8056371783637\n", - "3916\n", - "print utm zone: 38\n", - "print r: 1260.8591514504735\n", - "3917\n", - "print utm zone: 36\n", - "print r: 4369.157810540612\n", - "3918\n", - "print utm zone: 42\n", - "print r: 2254.6982548700553\n", - "3919\n", - "print utm zone: 42\n", - "print r: 3781.77098590511\n", - "3920\n", - "print utm zone: 38\n", - "print r: 1491.1785064551066\n", - "3921\n", - "print utm zone: 39\n", - "print r: 2521.163967621146\n", - "3922\n", - "print utm zone: 35\n", - "print r: 1782.4583414922708\n", - "3923\n", - "print utm zone: 35\n", - "print r: 1260.2662918670007\n", - "3924\n", - "print utm zone: 42\n", - "print r: 2032.6498433783067\n", - "3925\n", - "print utm zone: 36\n", - "print r: 1491.6751135956733\n", - "3926\n", - "print utm zone: 38\n", - "print r: 1380.5417088505355\n", - "3927\n", - "print utm zone: 38\n", - "print r: 563.8067830356673\n", - "3928\n", - "print utm zone: 42\n", - "print r: 2032.2192567961574\n", - "3929\n", - "print utm zone: 37\n", - "print r: 1260.3347940867272\n", - "3930\n", - "print utm zone: 36\n", - "print r: 1782.367531883903\n", - "3931\n", - "print utm zone: 37\n", - "print r: 1492.1170784961053\n", - "3932\n", - "print utm zone: 39\n", - "print r: 1492.085528937139\n", - "3933\n", - "print utm zone: 38\n", - "print r: 1692.0728636468639\n", - "3934\n", - "print utm zone: 37\n", - "print r: 1870.3639010812117\n", - "3935\n", - "print utm zone: 38\n", - "print r: 1127.1794970716085\n", - "3936\n", - "print utm zone: 39\n", - "print r: 1127.506126613701\n", - "3937\n", - "print utm zone: 39\n", - "print r: 1594.7600706883006\n", - "3938\n", - "print utm zone: 37\n", - "print r: 1127.633701678738\n", - "3939\n", - "print utm zone: 39\n", - "print r: 1127.7934315142452\n", - "3940\n", - "print utm zone: 41\n", - "print r: 1491.1454716315409\n", - "3941\n", - "print utm zone: 37\n", - "print r: 1127.5890244478253\n", - "3942\n", - "print utm zone: 35\n", - "print r: 2391.116732445587\n", - "3943\n", - "print utm zone: 35\n", - "print r: 1491.0645204200898\n", - "3944\n", - "print utm zone: 39\n", - "print r: 1594.990575402564\n", - "3945\n", - "print utm zone: 41\n", - "print r: 2583.7646793675344\n", - "3946\n", - "print utm zone: 42\n", - "print r: 1783.2025983664898\n", - "3947\n", - "print utm zone: 42\n", - "print r: 1491.3622858318881\n", - "3948\n", - "print utm zone: 40\n", - "print r: 1594.3765420248092\n", - "3949\n", - "print utm zone: 37\n", - "print r: 1380.8198892592147\n", - "3950\n", - "print utm zone: 38\n", - "print r: 3036.2841020389433\n", - "3951\n", - "print utm zone: 41\n", - "print r: 3086.9582645311702\n", - "3952\n", - "print utm zone: 35\n", - "print r: 1594.2280292276553\n", - "3953\n", - "print utm zone: 37\n", - "print r: 1380.7891560543599\n", - "3954\n", - "print utm zone: 35\n", - "print r: 1380.4927027881795\n", - "3955\n", - "print utm zone: 36\n", - "print r: 1380.884094428437\n", - "3956\n", - "print utm zone: 38\n", - "print r: 1127.3555266032788\n", - "3957\n", - "print utm zone: 41\n", - "print r: 2182.9056073721517\n", - "3958\n", - "print utm zone: 42\n", - "print r: 2183.7340725762065\n", - "3959\n", - "print utm zone: 37\n", - "print r: 1128.0715136677338\n", - "3960\n", - "print utm zone: 38\n", - "print r: 1782.5441954014811\n", - "3961\n", - "print utm zone: 36\n", - "print r: 1491.7747750843066\n", - "3962\n", - "print utm zone: 38\n", - "print r: 3086.8949857246935\n", - "3963\n", - "print utm zone: 39\n", - "print r: 2875.3299784384526\n", - "3964\n", - "print utm zone: 35\n", - "print r: 2643.450330359295\n", - "3965\n", - "print utm zone: 41\n", - "print r: 1491.1436388091188\n", - "3966\n", - "print utm zone: 41\n", - "print r: 2702.8594408388976\n", - "3967\n", - "print utm zone: 39\n", - "print r: 1783.1389574374361\n", - "3968\n", - "print utm zone: 37\n", - "print r: 1381.276965742343\n", - "3969\n", - "print utm zone: 41\n", - "print r: 2182.770780383533\n", - "3970\n", - "print utm zone: 36\n", - "print r: 3138.2361671211397\n", - "3971\n", - "print utm zone: 38\n", - "print r: 2033.311990741361\n", - "3972\n", - "print utm zone: 38\n", - "print r: 797.1163298604897\n", - "3973\n", - "print utm zone: 42\n", - "print r: 2645.0186829943145\n", - "3974\n", - "print utm zone: 38\n", - "print r: 1690.9367794141322\n", - "3975\n", - "print utm zone: 38\n", - "print r: 1594.1167415855748\n", - "3976\n", - "print utm zone: 39\n", - "print r: 1783.123361631001\n", - "3977\n", - "print utm zone: 39\n", - "print r: 1381.1698201180498\n", - "3978\n", - "print utm zone: 35\n", - "print r: 1952.3516812672513\n", - "3979\n", - "print utm zone: 35\n", - "print r: 3035.0407124805793\n", - "3980\n", - "print utm zone: 42\n", - "print r: 2392.102346225316\n", - "3981\n", - "print utm zone: 41\n", - "print r: 1491.8868063516773\n", - "3982\n", - "print utm zone: 42\n", - "print r: 3287.2485188859146\n", - "3983\n", - "print utm zone: 37\n", - "print r: 976.1570351726544\n", - "3984\n", - "print utm zone: 35\n", - "print r: 1782.1804526851097\n", - "3985\n", - "print utm zone: 35\n", - "print r: 2182.6803252356076\n", - "3986\n", - "print utm zone: 36\n", - "print r: 2108.704150193358\n", - "3987\n", - "print utm zone: 41\n", - "print r: 2032.948186524112\n", - "3988\n", - "print utm zone: 35\n", - "print r: 1690.7476785446459\n", - "3989\n", - "print utm zone: 35\n", - "print r: 1491.6101671987292\n", - "3990\n", - "print utm zone: 38\n", - "print r: 2033.3656736049588\n", - "3991\n", - "print utm zone: 39\n", - "print r: 1260.8833887611695\n", - "3992\n", - "print utm zone: 42\n", - "print r: 1260.4354534433298\n", - "3993\n", - "print utm zone: 35\n", - "print r: 1127.233318718071\n", - "3994\n", - "print utm zone: 36\n", - "print r: 976.2713425888182\n", - "3995\n", - "print utm zone: 37\n", - "print r: 2108.7547255217455\n", - "3996\n", - "print utm zone: 41\n", - "print r: 2704.301022584565\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3997\n", - "print utm zone: 42\n", - "print r: 1691.5439259474692\n", - "3998\n", - "print utm zone: 42\n", - "print r: 1260.439898165072\n", - "3999\n", - "print utm zone: 36\n", - "print r: 1260.4775617130126\n", - "4000\n", - "print utm zone: 41\n", - "print r: 1491.1706314048192\n", - "4001\n", - "print utm zone: 41\n", - "print r: 3288.116059896252\n", - "4002\n", - "print utm zone: 41\n", - "print r: 3139.955349344658\n", - "4003\n", - "print utm zone: 35\n", - "print r: 1594.4304004362148\n", - "4004\n", - "print utm zone: 39\n", - "print r: 1260.7372133584422\n", - "4005\n", - "print utm zone: 42\n", - "print r: 1491.5957453565773\n", - "4006\n", - "print utm zone: 38\n", - "print r: 563.724630280652\n", - "4007\n", - "print utm zone: 39\n", - "print r: 3654.2080435171\n", - "4008\n", - "print utm zone: 39\n", - "print r: 1691.486951466829\n", - "4009\n", - "print utm zone: 41\n", - "print r: 5635.96019539186\n", - "4010\n", - "print utm zone: 41\n", - "print r: 1381.0802622317406\n", - "4011\n", - "print utm zone: 36\n", - "print r: 1952.877196706153\n", - "4012\n", - "print utm zone: 42\n", - "print r: 1381.1330218471037\n", - "4013\n", - "print utm zone: 42\n", - "print r: 2583.080374834173\n", - "4014\n", - "print utm zone: 38\n", - "print r: 1594.2372008794598\n", - "4015\n", - "print utm zone: 42\n", - "print r: 9467.74669393697\n", - "4016\n", - "print utm zone: 35\n", - "print r: 1127.1814144431967\n", - "4017\n", - "print utm zone: 35\n", - "print r: 1691.5998109240459\n", - "4018\n", - "print utm zone: 38\n", - "print r: 1127.3077495440905\n", - "4019\n", - "print utm zone: 41\n", - "print r: 2255.7787475215387\n", - "4020\n", - "print utm zone: 42\n", - "print r: 6125.187080826983\n", - "4021\n", - "print utm zone: 42\n", - "print r: 1381.167000871716\n", - "4022\n", - "print utm zone: 38\n", - "print r: 4402.694339498535\n", - "4023\n", - "print utm zone: 42\n", - "print r: 1491.7160806930826\n", - "4024\n", - "print utm zone: 40\n", - "print r: 2643.5077815460136\n", - "4025\n", - "print utm zone: 41\n", - "print r: 1691.5703920510086\n", - "4026\n", - "print utm zone: 42\n", - "print r: 3824.1268121121025\n", - "4027\n", - "print utm zone: 36\n", - "print r: 1594.543380256209\n", - "4028\n", - "print utm zone: 41\n", - "print r: 1491.8137369902179\n", - "4029\n", - "print utm zone: 41\n", - "print r: 1127.9422103398495\n", - "4030\n", - "print utm zone: 42\n", - "print r: 1594.6815884369257\n", - "4031\n", - "print utm zone: 37\n", - "print r: 1260.3211392261405\n", - "4032\n", - "print utm zone: 37\n", - "print r: 1491.6361341295747\n", - "4033\n", - "print utm zone: 38\n", - "print r: 1869.2068192535758\n", - "4034\n", - "print utm zone: 39\n", - "print r: 976.7539974743258\n", - "4035\n", - "print utm zone: 36\n", - "print r: 1260.1512703168953\n", - "4036\n", - "print utm zone: 36\n", - "print r: 1869.1824034369117\n", - "4037\n", - "print utm zone: 38\n", - "print r: 1491.1231561761242\n", - "4038\n", - "print utm zone: 35\n", - "print r: 1260.2404520923108\n", - "4039\n", - "print utm zone: 35\n", - "print r: 1380.6840129466107\n", - "4040\n", - "print utm zone: 41\n", - "print r: 1870.0162874830467\n", - "4041\n", - "print utm zone: 38\n", - "print r: 1594.1090275908618\n", - "4042\n", - "print utm zone: 41\n", - "print r: 1782.2262897677676\n", - "4043\n", - "print utm zone: 41\n", - "print r: 2255.461013922746\n", - "4044\n", - "print utm zone: 42\n", - "print r: 1594.8209568868147\n", - "4045\n", - "print utm zone: 42\n", - "print r: 2391.9270007979135\n", - "4046\n", - "print utm zone: 42\n", - "print r: 1127.2063928819175\n", - "4047\n", - "print utm zone: 36\n", - "print r: 1127.5811831156668\n", - "4048\n", - "print utm zone: 39\n", - "print r: 1870.4201269873618\n", - "4049\n", - "print utm zone: 37\n", - "print r: 976.9331083236603\n", - "4050\n", - "print utm zone: 39\n", - "print r: 3088.295605006332\n", - "4051\n", - "print utm zone: 35\n", - "print r: 3286.3246592410514\n", - "4052\n", - "print utm zone: 37\n", - "print r: 2982.7480434005797\n", - "4053\n", - "print utm zone: 42\n", - "print r: 1127.2222682757815\n", - "4054\n", - "print utm zone: 35\n", - "print r: 1690.788589404078\n", - "4055\n", - "print utm zone: 38\n", - "print r: 1260.2437887584063\n", - "4056\n", - "print utm zone: 41\n", - "print r: 1381.1020180395283\n", - "4057\n", - "print utm zone: 42\n", - "print r: 2108.832465337126\n", - "4058\n", - "print utm zone: 36\n", - "print r: 1381.116950083125\n", - "4059\n", - "print utm zone: 39\n", - "print r: 797.5763915704903\n", - "4060\n", - "print utm zone: 41\n", - "print r: 1783.029409167712\n", - "4061\n", - "print utm zone: 36\n", - "print r: 1380.4373884126737\n", - "4062\n", - "print utm zone: 39\n", - "print r: 1261.0840953880868\n", - "4063\n", - "print utm zone: 36\n", - "print r: 1260.961948034693\n", - "4064\n", - "print utm zone: 39\n", - "print r: 1260.7928663324792\n", - "4065\n", - "print utm zone: 36\n", - "print r: 1127.6748465837486\n", - "4066\n", - "print utm zone: 42\n", - "print r: 1492.1241657138949\n", - "4067\n", - "print utm zone: 42\n", - "print r: 1595.1013890561298\n", - "4068\n", - "print utm zone: 36\n", - "print r: 1595.1726470778358\n", - "4069\n", - "print utm zone: 41\n", - "print r: 1260.8762750100982\n", - "4070\n", - "print utm zone: 41\n", - "print r: 1953.7479208959005\n", - "4071\n", - "print utm zone: 36\n", - "print r: 1953.1545841005623\n", - "4072\n", - "print utm zone: 41\n", - "print r: 1691.563854939913\n", - "4073\n", - "print utm zone: 41\n", - "print r: 1691.763042988297\n", - "4074\n", - "print utm zone: 37\n", - "print r: 976.8898245175677\n", - "4075\n", - "print utm zone: 42\n", - "print r: 2521.77149681363\n", - "4076\n", - "print utm zone: 36\n", - "print r: 1380.627600325612\n", - "4077\n", - "print utm zone: 36\n", - "print r: 1127.8860186106615\n", - "4078\n", - "print utm zone: 37\n", - "print r: 1127.2296431612324\n", - "4079\n", - "print utm zone: 39\n", - "print r: 1594.7058360295741\n", - "4080\n", - "print utm zone: 38\n", - "print r: 1782.9107167324034\n", - "4081\n", - "print utm zone: 41\n", - "print r: 1491.9035046014458\n", - "4082\n", - "print utm zone: 36\n", - "print r: 797.5266914562168\n", - "4083\n", - "print utm zone: 37\n", - "print r: 1260.1690417585128\n", - "4084\n", - "print utm zone: 41\n", - "print r: 1952.3451438975471\n", - "4085\n", - "print utm zone: 35\n", - "print r: 3137.7770976402953\n", - "4086\n", - "print utm zone: 41\n", - "print r: 1691.6655808154414\n", - "4087\n", - "print utm zone: 39\n", - "print r: 1260.934742532448\n", - "4088\n", - "print utm zone: 35\n", - "print r: 1380.4151925815127\n", - "4089\n", - "print utm zone: 35\n", - "print r: 2254.2164331925032\n", - "4090\n", - "print utm zone: 35\n", - "print r: 1380.4622786999093\n", - "4091\n", - "print utm zone: 36\n", - "print r: 1380.7496472710623\n", - "4092\n", - "print utm zone: 37\n", - "print r: 1594.3253420406663\n", - "4093\n", - "print utm zone: 35\n", - "print r: 976.2787328003807\n", - "4094\n", - "print utm zone: 35\n", - "print r: 976.4168091050275\n", - "4095\n", - "print utm zone: 35\n", - "print r: 1595.08538728731\n", - "4096\n", - "print utm zone: 36\n", - "print r: 1952.4460264848954\n", - "4097\n", - "print utm zone: 38\n", - "print r: 2109.8944992255115\n", - "4098\n", - "print utm zone: 39\n", - "print r: 563.9036515208867\n", - "4099\n", - "print utm zone: 37\n", - "print r: 3287.8808069027996\n", - "4100\n", - "print utm zone: 41\n", - "print r: 8970.32673928094\n", - "4101\n", - "print utm zone: 35\n", - "print r: 1690.7597324111493\n", - "4102\n", - "print utm zone: 36\n", - "print r: 1381.0796376972492\n", - "4103\n", - "print utm zone: 36\n", - "print r: 1952.8160446597944\n", - "4104\n", - "print utm zone: 36\n", - "print r: 1953.1966188991664\n", - "4105\n", - "print utm zone: 37\n", - "print r: 1491.9991278840482\n", - "4106\n", - "print utm zone: 37\n", - "print r: 1691.3194147452912\n", - "4107\n", - "print utm zone: 35\n", - "print r: 976.1838212180353\n", - "4108\n", - "print utm zone: 36\n", - "print r: 1869.7327969253358\n", - "4109\n", - "print utm zone: 37\n", - "print r: 1380.510770579358\n", - "4110\n", - "print utm zone: 42\n", - "print r: 797.0163614659256\n", - "4111\n", - "print utm zone: 39\n", - "print r: 3986.6319358925466\n", - "4112\n", - "print utm zone: 36\n", - "print r: 1381.0480505877679\n", - "4113\n", - "print utm zone: 42\n", - "print r: 1380.5457468736536\n", - "4114\n", - "print utm zone: 36\n", - "print r: 976.7365058930654\n", - "4115\n", - "print utm zone: 37\n", - "print r: 976.1776901663593\n", - "4116\n", - "print utm zone: 42\n", - "print r: 1127.3169096997624\n", - "4117\n", - "print utm zone: 35\n", - "print r: 976.1246779181532\n", - "4118\n", - "print utm zone: 37\n", - "print r: 1127.9885486152016\n", - "4119\n", - "print utm zone: 36\n", - "print r: 5777.959163019394\n", - "4120\n", - "print utm zone: 35\n", - "print r: 2031.9220627145683\n", - "4121\n", - "print utm zone: 37\n", - "print r: 1260.9843272195603\n", - "4122\n", - "print utm zone: 39\n", - "print r: 1491.652101688735\n", - "4123\n", - "print utm zone: 42\n", - "print r: 1869.2504640963698\n", - "4124\n", - "print utm zone: 36\n", - "print r: 1491.7304626855112\n", - "4125\n", - "print utm zone: 35\n", - "print r: 2108.6344895045554\n", - "4126\n", - "print utm zone: 35\n", - "print r: 1782.8493848855799\n", - "4127\n", - "print utm zone: 39\n", - "print r: 1691.402419572567\n", - "4128\n", - "print utm zone: 42\n", - "print r: 1595.050195934265\n", - "4129\n", - "print utm zone: 35\n", - "print r: 1260.1496648998584\n", - "4130\n", - "print utm zone: 36\n", - "print r: 1690.6598796493763\n", - "4131\n", - "print utm zone: 38\n", - "print r: 976.2406045639925\n", - "4132\n", - "print utm zone: 39\n", - "print r: 1380.9935103042897\n", - "4133\n", - "print utm zone: 41\n", - "print r: 2255.7145456738076\n", - "4134\n", - "print utm zone: 36\n", - "print r: 1691.6171153898676\n", - "4135\n", - "print utm zone: 36\n", - "print r: 8607.330819202565\n", - "4136\n", - "print utm zone: 38\n", - "print r: 1491.1325226213976\n", - "4137\n", - "print utm zone: 38\n", - "print r: 1380.4890475454874\n", - "4138\n", - "print utm zone: 35\n", - "print r: 1594.8246153431892\n", - "4139\n", - "print utm zone: 36\n", - "print r: 1691.1998917915341\n", - "4140\n", - "print utm zone: 36\n", - "print r: 1127.8204633559465\n", - "4141\n", - "print utm zone: 38\n", - "print r: 1261.1137295168426\n", - "4142\n", - "print utm zone: 42\n", - "print r: 1595.1997708806084\n", - "4143\n", - "print utm zone: 35\n", - "print r: 3865.5751905402503\n", - "4144\n", - "print utm zone: 36\n", - "print r: 1127.4371459106642\n", - "4145\n", - "print utm zone: 36\n", - "print r: 1381.0105001970694\n", - "4146\n", - "print utm zone: 35\n", - "print r: 1782.0806600328558\n", - "4147\n", - "print utm zone: 35\n", - "print r: 4714.998347766709\n", - "4148\n", - "print utm zone: 36\n", - "print r: 3035.5959650572863\n", - "4149\n", - "print utm zone: 37\n", - "print r: 5008.975262141558\n", - "4150\n", - "print utm zone: 39\n", - "print r: 1127.5409817006669\n", - "4151\n", - "print utm zone: 42\n", - "print r: 1690.6783251637746\n", - "4152\n", - "print utm zone: 36\n", - "print r: 1380.894754004963\n", - "4153\n", - "print utm zone: 39\n", - "print r: 2109.5819218073407\n", - "4154\n", - "print utm zone: 38\n", - "print r: 2110.3391069681034\n", - "4155\n", - "print utm zone: 39\n", - "print r: 976.5003863797907\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4156\n", - "print utm zone: 42\n", - "print r: 3476.2986227924503\n", - "4157\n", - "print utm zone: 37\n", - "print r: 1491.2927872777166\n", - "4158\n", - "print utm zone: 37\n", - "print r: 976.0680246110186\n", - "4159\n", - "print utm zone: 38\n", - "print r: 1260.436605941557\n", - "4160\n", - "print utm zone: 38\n", - "print r: 1127.3706364198838\n", - "4161\n", - "print utm zone: 42\n", - "print r: 1260.1335715485513\n", - "4162\n", - "print utm zone: 35\n", - "print r: 1491.0249156337145\n", - "4163\n", - "print utm zone: 35\n", - "print r: 1952.5440118076554\n", - "4164\n", - "print utm zone: 36\n", - "print r: 1594.3831954639097\n", - "4165\n", - "print utm zone: 35\n", - "print r: 1594.1416577778893\n", - "4166\n", - "print utm zone: 36\n", - "print r: 1491.846326706719\n", - "4167\n", - "print utm zone: 39\n", - "print r: 1260.6666017147072\n", - "4168\n", - "print utm zone: 42\n", - "print r: 2520.3082480958487\n", - "4169\n", - "print utm zone: 42\n", - "print r: 1380.4600159864756\n", - "4170\n", - "print utm zone: 42\n", - "print r: 3086.6134292360534\n", - "4171\n", - "print utm zone: 35\n", - "print r: 1380.4695523347352\n", - "4172\n", - "print utm zone: 35\n", - "print r: 1127.1643509177275\n", - "4173\n", - "print utm zone: 35\n", - "print r: 1260.3016124814164\n", - "4174\n", - "print utm zone: 38\n", - "print r: 2875.440901168532\n", - "4175\n", - "print utm zone: 39\n", - "print r: 1260.640324492729\n", - "4176\n", - "print utm zone: 41\n", - "print r: 1491.2229640984724\n", - "4177\n", - "print utm zone: 35\n", - "print r: 2643.493195630656\n", - "4178\n", - "print utm zone: 35\n", - "print r: 1491.9829962470942\n", - "4179\n", - "print utm zone: 37\n", - "print r: 1260.555140929039\n", - "4180\n", - "print utm zone: 35\n", - "print r: 3428.1880226395747\n", - "4181\n", - "print utm zone: 35\n", - "print r: 1380.4408416770752\n", - "4182\n", - "print utm zone: 35\n", - "print r: 1380.50056848495\n", - "4183\n", - "print utm zone: 37\n", - "print r: 976.6286557308025\n", - "4184\n", - "print utm zone: 41\n", - "print r: 2109.8847093792197\n", - "4185\n", - "print utm zone: 38\n", - "print r: 797.0089780762347\n", - "4186\n", - "print utm zone: 41\n", - "print r: 2391.1647262080915\n", - "4187\n", - "print utm zone: 42\n", - "print r: 1869.5704143849273\n", - "4188\n", - "print utm zone: 35\n", - "print r: 3822.061430371477\n", - "4189\n", - "print utm zone: 36\n", - "print r: 1953.5530881103182\n", - "4190\n", - "print utm zone: 36\n", - "print r: 1260.473336451372\n", - "4191\n", - "print utm zone: 37\n", - "print r: 1491.3444240310096\n", - "4192\n", - "print utm zone: 37\n", - "print r: 797.0104121885877\n", - "4193\n", - "print utm zone: 41\n", - "print r: 1594.1984053951326\n", - "4194\n", - "print utm zone: 36\n", - "print r: 1381.381892635991\n", - "4195\n", - "print utm zone: 38\n", - "print r: 5494.149363193583\n", - "4196\n", - "print utm zone: 38\n", - "print r: 1261.0616263907248\n", - "4197\n", - "print utm zone: 40\n", - "print r: 1690.7275332404568\n", - "4198\n", - "print utm zone: 40\n", - "print r: 1952.168504451201\n", - "4199\n", - "print utm zone: 41\n", - "print r: 1380.544150651493\n", - "4200\n", - "print utm zone: 42\n", - "print r: 2031.9613872663274\n", - "4201\n", - "print utm zone: 36\n", - "print r: 1260.2141153324312\n", - "4202\n", - "print utm zone: 42\n", - "print r: 976.0709995516889\n", - "4203\n", - "print utm zone: 42\n", - "print r: 1127.4199815224308\n", - "4204\n", - "print utm zone: 37\n", - "print r: 1127.2650409394716\n", - "4205\n", - "print utm zone: 35\n", - "print r: 1690.6351691791504\n", - "4206\n", - "print utm zone: 37\n", - "print r: 976.862120703396\n", - "4207\n", - "print utm zone: 42\n", - "print r: 14835.14395128628\n", - "4208\n", - "print utm zone: 42\n", - "print r: 976.3077167867038\n", - "4209\n", - "print utm zone: 42\n", - "print r: 1380.8903464169807\n", - "4210\n", - "print utm zone: 35\n", - "print r: 1691.2038761585359\n", - "4211\n", - "print utm zone: 36\n", - "print r: 1380.3794798374981\n", - "4212\n", - "print utm zone: 36\n", - "print r: 1127.2482469704548\n", - "4213\n", - "print utm zone: 40\n", - "print r: 1380.387913287424\n", - "4214\n", - "print utm zone: 42\n", - "print r: 2643.161949145226\n", - "4215\n", - "print utm zone: 35\n", - "print r: 976.3114791320457\n", - "4216\n", - "print utm zone: 36\n", - "print r: 2392.226722109352\n", - "4217\n", - "print utm zone: 37\n", - "print r: 1260.2046514441051\n", - "4218\n", - "print utm zone: 37\n", - "print r: 563.6252874463929\n", - "4219\n", - "print utm zone: 41\n", - "print r: 1260.3083379332995\n", - "4220\n", - "print utm zone: 42\n", - "print r: 1380.3221875168183\n", - "4221\n", - "print utm zone: 35\n", - "print r: 2520.686639413707\n", - "4222\n", - "print utm zone: 36\n", - "print r: 2391.3997629020773\n", - "4223\n", - "print utm zone: 36\n", - "print r: 1491.3159358418457\n", - "4224\n", - "print utm zone: 36\n", - "print r: 1691.0511318503577\n", - "4225\n", - "print utm zone: 42\n", - "print r: 1260.284745885572\n", - "4226\n", - "print utm zone: 42\n", - "print r: 1381.1505471482483\n", - "4227\n", - "print utm zone: 36\n", - "print r: 1260.6020435402318\n", - "4228\n", - "print utm zone: 38\n", - "print r: 2110.2262589442703\n", - "4229\n", - "print utm zone: 42\n", - "print r: 1594.8289828659895\n", - "4230\n", - "print utm zone: 36\n", - "print r: 1491.1902137607597\n", - "4231\n", - "print utm zone: 36\n", - "print r: 1260.1325240803537\n", - "4232\n", - "print utm zone: 37\n", - "print r: 797.251259669599\n", - "4233\n", - "print utm zone: 42\n", - "print r: 2254.0467616978476\n", - "4234\n", - "print utm zone: 35\n", - "print r: 1127.3427484760712\n", - "4235\n", - "print utm zone: 36\n", - "print r: 1260.7554302744472\n", - "4236\n", - "print utm zone: 37\n", - "print r: 1380.8263384437894\n", - "4237\n", - "print utm zone: 37\n", - "print r: 976.1514078428794\n", - "4238\n", - "print utm zone: 37\n", - "print r: 1593.9621420122694\n", - "4239\n", - "print utm zone: 39\n", - "print r: 4065.471977998895\n", - "4240\n", - "print utm zone: 42\n", - "print r: 1381.1129850517118\n", - "4241\n", - "print utm zone: 36\n", - "print r: 3945.0412401604\n", - "4242\n", - "print utm zone: 42\n", - "print r: 2182.6690707823027\n", - "4243\n", - "print utm zone: 37\n", - "print r: 1381.0960267729804\n", - "4244\n", - "print utm zone: 35\n", - "print r: 2643.2851099537816\n", - "4245\n", - "print utm zone: 42\n", - "print r: 1782.0179785988541\n", - "4246\n", - "print utm zone: 35\n", - "print r: 1952.1258876221648\n", - "4247\n", - "print utm zone: 38\n", - "print r: 1260.2587753554344\n", - "4248\n", - "print utm zone: 35\n", - "print r: 1490.89752299981\n", - "4249\n", - "print utm zone: 35\n", - "print r: 1691.771165589501\n", - "4250\n", - "print utm zone: 40\n", - "print r: 1690.627907956426\n", - "4251\n", - "print utm zone: 41\n", - "print r: 1260.8282938384261\n", - "4252\n", - "print utm zone: 42\n", - "print r: 1380.3956088185478\n", - "4253\n", - "print utm zone: 37\n", - "print r: 6572.102121169926\n", - "4254\n", - "print utm zone: 36\n", - "print r: 1594.38079384925\n", - "4255\n", - "print utm zone: 37\n", - "print r: 797.1088562862861\n", - "4256\n", - "print utm zone: 38\n", - "print r: 1594.3958436442886\n", - "4257\n", - "print utm zone: 42\n", - "print r: 1260.1423386323722\n", - "4258\n", - "print utm zone: 36\n", - "print r: 2108.7422924251186\n", - "4259\n", - "print utm zone: 36\n", - "print r: 1490.9562935434328\n", - "4260\n", - "print utm zone: 37\n", - "print r: 1127.853114787297\n", - "4261\n", - "print utm zone: 42\n", - "print r: 976.0512573716334\n", - "4262\n", - "print utm zone: 37\n", - "print r: 1127.8605604916665\n", - "4263\n", - "print utm zone: 37\n", - "print r: 976.1551935278519\n", - "4264\n", - "print utm zone: 42\n", - "print r: 2928.206403697322\n", - "4265\n", - "print utm zone: 37\n", - "print r: 2456.508204311529\n", - "4266\n", - "print utm zone: 36\n", - "print r: 1782.1948195569491\n", - "4267\n", - "print utm zone: 36\n", - "print r: 1690.6209739141766\n", - "4268\n", - "print utm zone: 37\n", - "print r: 797.1742600851733\n", - "4269\n", - "print utm zone: 42\n", - "print r: 2874.2375226537793\n", - "4270\n", - "print utm zone: 42\n", - "print r: 1260.0949523865092\n", - "4271\n", - "print utm zone: 35\n", - "print r: 12626.084107603583\n", - "4272\n", - "print utm zone: 35\n", - "print r: 1869.2277460257214\n", - "4273\n", - "print utm zone: 35\n", - "print r: 2254.683416235559\n", - "4274\n", - "print utm zone: 36\n", - "print r: 1690.7077798677644\n", - "4275\n", - "print utm zone: 36\n", - "print r: 976.1849122685643\n", - "4276\n", - "print utm zone: 36\n", - "print r: 1260.519372214826\n", - "4277\n", - "print utm zone: 40\n", - "print r: 1260.1691677624112\n", - "4278\n", - "print utm zone: 42\n", - "print r: 1690.5805327061753\n", - "4279\n", - "print utm zone: 42\n", - "print r: 976.2515631429583\n", - "4280\n", - "print utm zone: 36\n", - "print r: 1260.4285859080112\n", - "4281\n", - "print utm zone: 37\n", - "print r: 2109.3075513890017\n", - "4282\n", - "print utm zone: 40\n", - "print r: 1782.1791586005963\n", - "4283\n", - "print utm zone: 41\n", - "print r: 1782.5005064592094\n", - "4284\n", - "print utm zone: 35\n", - "print r: 1260.1123646680458\n", - "4285\n", - "print utm zone: 35\n", - "print r: 3086.7852628253463\n", - "4286\n", - "print utm zone: 37\n", - "print r: 976.2344408942471\n", - "4287\n", - "print utm zone: 38\n", - "print r: 2032.9061282228813\n", - "4288\n", - "print utm zone: 42\n", - "print r: 1491.1873503278125\n", - "4289\n", - "print utm zone: 37\n", - "print r: 976.0470666346278\n", - "4290\n", - "print utm zone: 35\n", - "print r: 1127.0339749709303\n", - "4291\n", - "print utm zone: 37\n", - "print r: 976.0529787356606\n", - "4292\n", - "print utm zone: 40\n", - "print r: 1127.1276015429908\n", - "4293\n", - "print utm zone: 42\n", - "print r: 1952.3377494803296\n", - "4294\n", - "print utm zone: 42\n", - "print r: 1127.0321897639387\n", - "4295\n", - "print utm zone: 36\n", - "print r: 1260.1108732658167\n", - "4296\n", - "print utm zone: 42\n", - "print r: 1260.2661797960666\n", - "4297\n", - "print utm zone: 42\n", - "print r: 1127.1442507727947\n", - "4298\n", - "print utm zone: 42\n", - "print r: 1127.0508172061045\n", - "4299\n", - "print utm zone: 35\n", - "print r: 1380.322452561682\n", - "4300\n", - "print utm zone: 35\n", - "print r: 4437.161364931268\n", - "4301\n", - "print utm zone: 37\n", - "print r: 3382.1244668105787\n", - "4302\n", - "print utm zone: 41\n", - "print r: 1869.3847234727798\n", - "4303\n", - "print utm zone: 37\n", - "print r: 2032.9612842141678\n", - "4304\n", - "print utm zone: 40\n", - "print r: 1260.1941689124878\n", - "4305\n", - "print utm zone: 42\n", - "print r: 1952.3528920251229\n", - "4306\n", - "print utm zone: 36\n", - "print r: 1380.6126765659646\n", - "4307\n", - "print utm zone: 36\n", - "print r: 1127.391968351589\n", - "4308\n", - "print utm zone: 37\n", - "print r: 1127.8436442532022\n", - "4309\n", - "print utm zone: 40\n", - "print r: 3086.745633906225\n", - "4310\n", - "print utm zone: 41\n", - "print r: 976.3515087670384\n", - "4311\n", - "print utm zone: 42\n", - "print r: 1490.9129226547436\n", - "4312\n", - "print utm zone: 42\n", - "print r: 2182.4906616966\n", - "4313\n", - "print utm zone: 42\n", - "print r: 1593.8789960636784\n", - "4314\n", - "print utm zone: 35\n", - "print r: 1260.0513829065214\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4315\n", - "print utm zone: 35\n", - "print r: 797.0225232262802\n", - "4316\n", - "print utm zone: 36\n", - "print r: 1260.2319465834616\n", - "4317\n", - "print utm zone: 37\n", - "print r: 2109.241417680837\n", - "4318\n", - "print utm zone: 41\n", - "print r: 1380.693653768102\n", - "4319\n", - "print utm zone: 42\n", - "print r: 1260.1968845541737\n", - "4320\n", - "print utm zone: 37\n", - "print r: 1593.8646190081272\n", - "4321\n", - "print utm zone: 38\n", - "print r: 797.1762601293763\n", - "4322\n", - "print utm zone: 41\n", - "print r: 2254.593749489539\n", - "4323\n", - "print utm zone: 37\n", - "print r: 976.7178718225133\n", - "4324\n", - "print utm zone: 38\n", - "print r: 1127.5544730613665\n", - "4325\n", - "print utm zone: 35\n", - "print r: 1381.2263144530873\n", - "4326\n", - "print utm zone: 42\n", - "print r: 3381.5189989786545\n", - "4327\n", - "print utm zone: 35\n", - "print r: 2456.4182694190977\n", - "4328\n", - "print utm zone: 36\n", - "print r: 1491.6701343530124\n", - "4329\n", - "print utm zone: 42\n", - "print r: 16372.945431378846\n", - "4330\n", - "print utm zone: 35\n", - "print r: 1593.8604394899319\n", - "4331\n", - "print utm zone: 41\n", - "print r: 1594.473388062893\n", - "4332\n", - "print utm zone: 42\n", - "print r: 1782.221906990951\n", - "4333\n", - "print utm zone: 40\n", - "print r: 1952.2567327173301\n", - "4334\n", - "print utm zone: 42\n", - "print r: 2390.8024821654026\n", - "4335\n", - "print utm zone: 37\n", - "print r: 797.0260658327715\n", - "4336\n", - "print utm zone: 40\n", - "print r: 1952.2808051470665\n", - "4337\n", - "print utm zone: 42\n", - "print r: 2323.7941751983963\n", - "4338\n", - "print utm zone: 35\n", - "print r: 976.1489347796887\n", - "4339\n", - "print utm zone: 35\n", - "print r: 1260.7244169118446\n", - "4340\n", - "print utm zone: 37\n", - "print r: 1127.1511187989936\n", - "4341\n", - "print utm zone: 38\n", - "print r: 563.6705140794786\n", - "4342\n", - "print utm zone: 42\n", - "print r: 1869.0800247770687\n", - "4343\n", - "print utm zone: 42\n", - "print r: 1127.0274599345864\n", - "4344\n", - "print utm zone: 40\n", - "print r: 1380.4416272074543\n", - "4345\n", - "print utm zone: 41\n", - "print r: 2818.438758729884\n", - "4346\n", - "print utm zone: 42\n", - "print r: 2182.6811178494886\n", - "4347\n", - "print utm zone: 36\n", - "print r: 1690.9329312912407\n", - "4348\n", - "print utm zone: 38\n", - "print r: 1127.074720313448\n", - "4349\n", - "print utm zone: 40\n", - "print r: 1782.2902714224392\n", - "4350\n", - "print utm zone: 35\n", - "print r: 1593.9373950665727\n", - "4351\n", - "print utm zone: 36\n", - "print r: 1783.3485086259864\n", - "4352\n", - "print utm zone: 37\n", - "print r: 1869.1426206201086\n", - "4353\n", - "print utm zone: 42\n", - "print r: 1380.5108657775518\n", - "4354\n", - "print utm zone: 42\n", - "print r: 1260.2668845548808\n", - "4355\n", - "print utm zone: 37\n", - "print r: 1127.3807578469912\n", - "4356\n", - "print utm zone: 38\n", - "print r: 1261.1689770984287\n", - "4357\n", - "print utm zone: 42\n", - "print r: 1127.0530164663423\n", - "4358\n", - "print utm zone: 42\n", - "print r: 976.1006738428011\n", - "4359\n", - "print utm zone: 35\n", - "print r: 1380.682478564236\n", - "4360\n", - "print utm zone: 42\n", - "print r: 2643.0798191378676\n", - "4361\n", - "print utm zone: 40\n", - "print r: 4401.647082013688\n", - "4362\n", - "print utm zone: 42\n", - "print r: 1490.9195512281885\n", - "4363\n", - "print utm zone: 41\n", - "print r: 1491.4281894594408\n", - "4364\n", - "print utm zone: 38\n", - "print r: 1593.981316006548\n", - "4365\n", - "print utm zone: 42\n", - "print r: 1593.8331121679444\n", - "4366\n", - "print utm zone: 35\n", - "print r: 1490.9074084500642\n", - "4367\n", - "print utm zone: 37\n", - "print r: 796.9596626302787\n", - "4368\n", - "print utm zone: 37\n", - "print r: 976.0395446753772\n", - "4369\n", - "print utm zone: 37\n", - "print r: 976.1238885965992\n", - "4370\n", - "print utm zone: 42\n", - "print r: 1690.6589729387413\n", - "4371\n", - "print utm zone: 37\n", - "print r: 1491.8230862232253\n", - "4372\n", - "print utm zone: 37\n", - "print r: 1127.0003907740438\n", - "4373\n", - "print utm zone: 41\n", - "print r: 1782.5899397891046\n", - "4374\n", - "print utm zone: 42\n", - "print r: 1690.6652698440087\n", - "4375\n", - "print utm zone: 42\n", - "print r: 563.6227934400522\n", - "4376\n", - "print utm zone: 37\n", - "print r: 1380.4020400600507\n", - "4377\n", - "print utm zone: 37\n", - "print r: 1127.1405427420138\n", - "4378\n", - "print utm zone: 42\n", - "print r: 1127.0400821487904\n", - "4379\n", - "print utm zone: 37\n", - "print r: 1261.044784603605\n", - "4380\n", - "print utm zone: 40\n", - "print r: 2108.7845616807035\n", - "4381\n", - "print utm zone: 38\n", - "print r: 1783.0766372114613\n", - "4382\n", - "print utm zone: 42\n", - "print r: 976.076141103217\n", - "4383\n", - "print utm zone: 42\n", - "print r: 1380.401117643096\n", - "4384\n", - "print utm zone: 36\n", - "print r: 2390.764863243113\n", - "4385\n", - "print utm zone: 40\n", - "print r: 2702.8334302039093\n", - "4386\n", - "print utm zone: 41\n", - "print r: 1380.8350090330803\n", - "4387\n", - "print utm zone: 42\n", - "print r: 4024.777419895401\n", - "4388\n", - "print utm zone: 35\n", - "print r: 1690.474457084381\n", - "4389\n", - "print utm zone: 35\n", - "print r: 797.1568660131315\n", - "4390\n", - "print utm zone: 36\n", - "print r: 3188.4727031597145\n", - "4391\n", - "print utm zone: 42\n", - "print r: 797.4343641739911\n", - "4392\n", - "print utm zone: 35\n", - "print r: 1127.332748850492\n", - "4393\n", - "print utm zone: 37\n", - "print r: 976.1341737674427\n", - "4394\n", - "print utm zone: 42\n", - "print r: 976.0593388179086\n", - "4395\n", - "print utm zone: 36\n", - "print r: 1260.874502751523\n", - "4396\n", - "print utm zone: 37\n", - "print r: 976.7965688424583\n", - "4397\n", - "print utm zone: 35\n", - "print r: 1691.0537364672296\n", - "4398\n", - "print utm zone: 36\n", - "print r: 796.9105363526628\n", - "4399\n", - "print utm zone: 38\n", - "print r: 1127.642377504161\n", - "4400\n", - "print utm zone: 42\n", - "print r: 1782.0104661177422\n", - "4401\n", - "print utm zone: 37\n", - "print r: 1380.973373609185\n", - "4402\n", - "print utm zone: 37\n", - "print r: 2033.1615465240795\n", - "4403\n", - "print utm zone: 41\n", - "print r: 1260.5746646883347\n", - "4404\n", - "print utm zone: 42\n", - "print r: 6738.522338051989\n", - "4405\n", - "print utm zone: 37\n", - "print r: 2762.8345268784396\n", - "4406\n", - "print utm zone: 35\n", - "print r: 1690.8441107257077\n", - "4407\n", - "print utm zone: 35\n", - "print r: 1869.2538572992958\n", - "4408\n", - "print utm zone: 36\n", - "print r: 2982.4344702147855\n", - "4409\n", - "print utm zone: 41\n", - "print r: 1691.2511591095426\n", - "4410\n", - "print utm zone: 35\n", - "print r: 2982.2131648567947\n", - "4411\n", - "print utm zone: 37\n", - "print r: 1380.4180189558726\n", - "4412\n", - "print utm zone: 42\n", - "print r: 3086.5197738047627\n", - "4413\n", - "print utm zone: 42\n", - "print r: 4179.2987970839695\n", - "4414\n", - "print utm zone: 35\n", - "print r: 1490.863187506503\n", - "4415\n", - "print utm zone: 37\n", - "print r: 1691.2866134772091\n", - "4416\n", - "print utm zone: 40\n", - "print r: 7305.088528761046\n", - "4417\n", - "print utm zone: 42\n", - "print r: 1490.9561069423266\n", - "4418\n", - "print utm zone: 42\n", - "print r: 1260.2214065270239\n", - "4419\n", - "print utm zone: 35\n", - "print r: 1690.5295051933983\n", - "4420\n", - "print utm zone: 35\n", - "print r: 1127.500922185581\n", - "4421\n", - "print utm zone: 36\n", - "print r: 1260.5285569888995\n", - "4422\n", - "print utm zone: 41\n", - "print r: 1491.14128904311\n", - "4423\n", - "print utm zone: 42\n", - "print r: 1260.0222411406648\n", - "4424\n", - "print utm zone: 42\n", - "print r: 3519.6029282187146\n", - "4425\n", - "print utm zone: 36\n", - "print r: 976.0767718539473\n", - "4426\n", - "print utm zone: 37\n", - "print r: 6856.135507730229\n", - "4427\n", - "print utm zone: 37\n", - "print r: 2254.60234128875\n", - "4428\n", - "print utm zone: 42\n", - "print r: 1868.9929587533893\n", - "4429\n", - "print utm zone: 35\n", - "print r: 1380.417441432428\n", - "4430\n", - "print utm zone: 42\n", - "print r: 1126.998585824478\n", - "4431\n", - "print utm zone: 42\n", - "print r: 1260.112788893872\n", - "4432\n", - "print utm zone: 35\n", - "print r: 2873.345264842735\n", - "4433\n", - "print utm zone: 37\n", - "print r: 5258.145141658926\n", - "4434\n", - "print utm zone: 41\n", - "print r: 2391.805128998976\n", - "4435\n", - "print utm zone: 35\n", - "print r: 1127.137606821286\n", - "4436\n", - "print utm zone: 35\n", - "print r: 1127.7141666688892\n", - "4437\n", - "print utm zone: 37\n", - "print r: 1260.3184991293183\n", - "4438\n", - "print utm zone: 42\n", - "print r: 2033.3720814791855\n", - "4439\n", - "print utm zone: 35\n", - "print r: 1490.9191447242454\n", - "4440\n", - "print utm zone: 35\n", - "print r: 5134.024233649224\n", - "4441\n", - "print utm zone: 41\n", - "print r: 1491.1778254371516\n", - "4442\n", - "print utm zone: 41\n", - "print r: 1260.2296964603463\n", - "4443\n", - "print utm zone: 36\n", - "print r: 1126.9827864692463\n", - "4444\n", - "print utm zone: 36\n", - "print r: 563.9481238340973\n", - "4445\n", - "print utm zone: 42\n", - "print r: 1782.225705940137\n", - "4446\n", - "print utm zone: 36\n", - "print r: 976.0652724035659\n", - "4447\n", - "print utm zone: 41\n", - "print r: 1690.8193226768246\n", - "4448\n", - "print utm zone: 37\n", - "print r: 797.0720786048386\n", - "4449\n", - "print utm zone: 37\n", - "print r: 2108.412418199148\n", - "4450\n", - "print utm zone: 37\n", - "print r: 1260.4056049523501\n", - "4451\n", - "print utm zone: 37\n", - "print r: 1690.7459764641571\n", - "4452\n", - "print utm zone: 35\n", - "print r: 1126.9917925040204\n", - "4453\n", - "print utm zone: 37\n", - "print r: 975.9817442914483\n", - "4454\n", - "print utm zone: 42\n", - "print r: 4577.980483742947\n", - "4455\n", - "print utm zone: 35\n", - "print r: 1490.785238206292\n", - "4456\n", - "print utm zone: 41\n", - "print r: 2108.7716686295576\n", - "4457\n", - "print utm zone: 35\n", - "print r: 6904.215102985017\n", - "4458\n", - "print utm zone: 36\n", - "print r: 1260.6693169299429\n", - "4459\n", - "print utm zone: 36\n", - "print r: 1593.9174931105906\n", - "4460\n", - "print utm zone: 36\n", - "print r: 9529.797004931861\n", - "4461\n", - "print utm zone: 42\n", - "print r: 1690.8106001838698\n", - "4462\n", - "print utm zone: 35\n", - "print r: 1260.6388427663678\n", - "4463\n", - "print utm zone: 36\n", - "print r: 4683.192973015846\n", - "4464\n", - "print utm zone: 41\n", - "print r: 1260.6351769929604\n", - "4465\n", - "print utm zone: 36\n", - "print r: 1951.9737950029862\n", - "4466\n", - "print utm zone: 37\n", - "print r: 1380.6375870836748\n", - "4467\n", - "print utm zone: 38\n", - "print r: 1127.8305505675594\n", - "4468\n", - "print utm zone: 42\n", - "print r: 1593.8226997919878\n", - "4469\n", - "print utm zone: 42\n", - "print r: 1127.0007410007586\n", - "4470\n", - "print utm zone: 42\n", - "print r: 563.6429463185382\n", - "4471\n", - "print utm zone: 36\n", - "print r: 1690.4342752951327\n", - "4472\n", - "print utm zone: 42\n", - "print r: 1952.031926070098\n", - "4473\n", - "print utm zone: 36\n", - "print r: 796.9226747800709\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4474\n", - "print utm zone: 37\n", - "print r: 1491.1264876371858\n", - "4475\n", - "print utm zone: 41\n", - "print r: 1491.1121272373919\n", - "4476\n", - "print utm zone: 41\n", - "print r: 2456.4760109851236\n", - "4477\n", - "print utm zone: 41\n", - "print r: 1381.1543655312707\n", - "4478\n", - "print utm zone: 37\n", - "print r: 3984.654541470394\n", - "4479\n", - "print utm zone: 42\n", - "print r: 1593.7729660573043\n", - "4480\n", - "print utm zone: 35\n", - "print r: 3137.34451911956\n", - "4481\n", - "print utm zone: 35\n", - "print r: 2981.734775572717\n", - "4482\n", - "print utm zone: 36\n", - "print r: 3239.2552092152614\n", - "4483\n", - "print utm zone: 36\n", - "print r: 796.9524652541296\n", - "4484\n", - "print utm zone: 36\n", - "print r: 1380.252283516878\n", - "4485\n", - "print utm zone: 36\n", - "print r: 2108.450950705104\n", - "4486\n", - "print utm zone: 37\n", - "print r: 2760.5375700851823\n", - "4487\n", - "print utm zone: 42\n", - "print r: 4217.63851388396\n", - "4488\n", - "print utm zone: 36\n", - "print r: 1593.8653381534418\n", - "4489\n", - "print utm zone: 41\n", - "print r: 1593.9016998963652\n", - "4490\n", - "print utm zone: 36\n", - "print r: 2032.0002510117763\n", - "4491\n", - "print utm zone: 37\n", - "print r: 1380.3551605498026\n", - "4492\n", - "print utm zone: 36\n", - "print r: 796.8871201168395\n", - "4493\n", - "print utm zone: 37\n", - "print r: 1868.9889677002632\n", - "4494\n", - "print utm zone: 42\n", - "print r: 1869.3809639389492\n", - "4495\n", - "print utm zone: 36\n", - "print r: 975.9676599690056\n", - "4496\n", - "print utm zone: 41\n", - "print r: 1691.548982881752\n", - "4497\n", - "print utm zone: 42\n", - "print r: 1868.8445505832624\n", - "4498\n", - "print utm zone: 42\n", - "print r: 1259.9925221338387\n", - "4499\n", - "print utm zone: 35\n", - "print r: 1594.0339376201757\n", - "4500\n", - "print utm zone: 41\n", - "print r: 2582.5582087027533\n", - "4501\n", - "print utm zone: 42\n", - "print r: 2323.3382245549647\n", - "4502\n", - "print utm zone: 41\n", - "print r: 6017.326001045334\n", - "4503\n", - "print utm zone: 42\n", - "print r: 1380.257364472875\n", - "4504\n", - "print utm zone: 42\n", - "print r: 1380.2632209172727\n", - "4505\n", - "print utm zone: 42\n", - "print r: 1490.8567841147421\n", - "4506\n", - "print utm zone: 42\n", - "print r: 2873.3689015896143\n", - "4507\n", - "print utm zone: 41\n", - "print r: 2981.924995033012\n", - "4508\n", - "print utm zone: 41\n", - "print r: 1381.0836721612516\n", - "4509\n", - "print utm zone: 42\n", - "print r: 563.582448340271\n", - "4510\n", - "print utm zone: 42\n", - "print r: 4329.796304960699\n", - "4511\n", - "print utm zone: 42\n", - "print r: 1127.001738810461\n", - "4512\n", - "print utm zone: 36\n", - "print r: 976.0300326464921\n", - "4513\n", - "print utm zone: 35\n", - "print r: 2520.18168928078\n", - "4514\n", - "print utm zone: 42\n", - "print r: 1781.9508738134102\n", - "4515\n", - "print utm zone: 35\n", - "print r: 976.3428147869085\n", - "4516\n", - "print utm zone: 37\n", - "print r: 1594.4985073460805\n", - "4517\n", - "print utm zone: 42\n", - "print r: 1869.269896455729\n", - "4518\n", - "print utm zone: 41\n", - "print r: 1380.435694959237\n", - "4519\n", - "print utm zone: 41\n", - "print r: 1781.9686490261201\n", - "4520\n", - "print utm zone: 41\n", - "print r: 1381.2213031520243\n", - "4521\n", - "print utm zone: 36\n", - "print r: 1380.2367369894814\n", - "4522\n", - "print utm zone: 37\n", - "print r: 1593.7441360319444\n", - "4523\n", - "print utm zone: 38\n", - "print r: 2108.616982223655\n", - "4524\n", - "print utm zone: 41\n", - "print r: 4140.957813363817\n", - "4525\n", - "print utm zone: 41\n", - "print r: 1127.6725334334833\n", - "4526\n", - "print utm zone: 35\n", - "print r: 1127.5088341174799\n", - "4527\n", - "print utm zone: 37\n", - "print r: 1491.822726297601\n", - "4528\n", - "print utm zone: 42\n", - "print r: 1490.8608970963962\n", - "4529\n", - "print utm zone: 42\n", - "print r: 1260.063414870557\n", - "4530\n", - "print utm zone: 43\n", - "print r: 563.4769011752552\n", - "4531\n", - "print utm zone: 35\n", - "print r: 1127.414746993838\n", - "4532\n", - "print utm zone: 35\n", - "print r: 976.5283775806117\n", - "4533\n", - "print utm zone: 36\n", - "print r: 2108.3262314152653\n", - "4534\n", - "print utm zone: 37\n", - "print r: 1127.5702506562777\n", - "4535\n", - "print utm zone: 38\n", - "print r: 797.1319229862554\n", - "4536\n", - "print utm zone: 41\n", - "print r: 2456.5194368962398\n", - "4537\n", - "print utm zone: 41\n", - "print r: 1381.1251712901749\n", - "4538\n", - "print utm zone: 42\n", - "print r: 1127.1568420926856\n", - "4539\n", - "print utm zone: 35\n", - "print r: 976.4971677196763\n", - "4540\n", - "print utm zone: 38\n", - "print r: 2520.0541247774668\n", - "4541\n", - "print utm zone: 36\n", - "print r: 563.4909935292219\n", - "4542\n", - "print utm zone: 42\n", - "print r: 2702.33373045544\n", - "4543\n", - "print utm zone: 42\n", - "print r: 563.8121658087645\n", - "4544\n", - "print utm zone: 37\n", - "print r: 1260.1233566506298\n", - "4545\n", - "print utm zone: 42\n", - "print r: 3137.315984823016\n", - "4546\n", - "print utm zone: 37\n", - "print r: 1380.6852070966772\n", - "4547\n", - "print utm zone: 37\n", - "print r: 1381.2693623378375\n", - "4548\n", - "print utm zone: 41\n", - "print r: 7106.0093511687965\n", - "4549\n", - "print utm zone: 42\n", - "print r: 1951.9206207401023\n", - "4550\n", - "print utm zone: 41\n", - "print r: 1593.8722644179797\n", - "4551\n", - "print utm zone: 41\n", - "print r: 1381.3599550852284\n", - "4552\n", - "print utm zone: 42\n", - "print r: 1869.4537108957043\n", - "4553\n", - "print utm zone: 42\n", - "print r: 797.0313234446382\n", - "4554\n", - "print utm zone: 41\n", - "print r: 1380.331170402758\n", - "4555\n", - "print utm zone: 41\n", - "print r: 1781.9587037750723\n", - "4556\n", - "print utm zone: 41\n", - "print r: 2255.5269846210795\n", - "4557\n", - "print utm zone: 37\n", - "print r: 5609.116909212169\n", - "4558\n", - "print utm zone: 41\n", - "print r: 1490.9773422582439\n", - "4559\n", - "print utm zone: 41\n", - "print r: 2928.1504778282037\n", - "4560\n", - "print utm zone: 42\n", - "print r: 2255.790450046559\n", - "4561\n", - "print utm zone: 42\n", - "print r: 1380.2883191911783\n", - "4562\n", - "print utm zone: 38\n", - "print r: 2032.846627548338\n", - "4563\n", - "print utm zone: 42\n", - "print r: 1952.5525102888278\n", - "4564\n", - "print utm zone: 36\n", - "print r: 1127.0087207209838\n", - "4565\n", - "print utm zone: 37\n", - "print r: 1594.174034632434\n", - "4566\n", - "print utm zone: 38\n", - "print r: 563.6886650642166\n", - "4567\n", - "print utm zone: 42\n", - "print r: 2109.5405808797013\n", - "4568\n", - "print utm zone: 37\n", - "print r: 563.7023141562215\n", - "4569\n", - "print utm zone: 41\n", - "print r: 2031.7323974501041\n", - "4570\n", - "print utm zone: 42\n", - "print r: 2109.234565874282\n", - "4571\n", - "print utm zone: 42\n", - "print r: 2108.3643499478007\n", - "4572\n", - "print utm zone: 37\n", - "print r: 797.0352579265485\n", - "4573\n", - "print utm zone: 36\n", - "print r: 3381.1945209607393\n", - "4574\n", - "print utm zone: 42\n", - "print r: 1490.8820815097263\n", - "4575\n", - "print utm zone: 36\n", - "print r: 2183.4917539014505\n", - "4576\n", - "print utm zone: 38\n", - "print r: 1783.058220836973\n", - "4577\n", - "print utm zone: 41\n", - "print r: 2643.199350239061\n", - "4578\n", - "print utm zone: 42\n", - "print r: 1594.4188186489005\n", - "4579\n", - "print utm zone: 42\n", - "print r: 2323.378142969974\n", - "4580\n", - "print utm zone: 42\n", - "print r: 2702.398020592485\n", - "4581\n", - "print utm zone: 37\n", - "print r: 1490.8649848657249\n", - "4582\n", - "print utm zone: 40\n", - "print r: 1260.7305631569025\n", - "4583\n", - "print utm zone: 41\n", - "print r: 2873.270972657466\n", - "4584\n", - "print utm zone: 42\n", - "print r: 1951.9496069899735\n", - "4585\n", - "print utm zone: 35\n", - "print r: 1491.2879733910909\n", - "4586\n", - "print utm zone: 36\n", - "print r: 2983.862604560822\n", - "4587\n", - "print utm zone: 38\n", - "print r: 1260.531023613105\n", - "4588\n", - "print utm zone: 42\n", - "print r: 4292.308868959335\n", - "4589\n", - "print utm zone: 42\n", - "print r: 3137.3381635862115\n", - "4590\n", - "print utm zone: 37\n", - "print r: 976.0022325536139\n", - "4591\n", - "print utm zone: 41\n", - "print r: 1260.9831029471839\n", - "4592\n", - "print utm zone: 42\n", - "print r: 1782.5163497127523\n", - "4593\n", - "print utm zone: 42\n", - "print r: 1594.1881660768433\n", - "4594\n", - "print utm zone: 42\n", - "print r: 4848.3144848525335\n", - "4595\n", - "print utm zone: 35\n", - "print r: 1380.940903645703\n", - "4596\n", - "print utm zone: 36\n", - "print r: 1594.3007422100327\n", - "4597\n", - "print utm zone: 37\n", - "print r: 2391.854436532507\n", - "4598\n", - "print utm zone: 37\n", - "print r: 1260.1584581256736\n", - "4599\n", - "print utm zone: 42\n", - "print r: 1869.5090755953129\n", - "4600\n", - "print utm zone: 35\n", - "print r: 1259.9360309918945\n", - "4601\n", - "print utm zone: 36\n", - "print r: 2323.523360496021\n", - "4602\n", - "print utm zone: 41\n", - "print r: 1690.5690239011387\n", - "4603\n", - "print utm zone: 42\n", - "print r: 2108.785595562572\n", - "4604\n", - "print utm zone: 42\n", - "print r: 2702.485299803363\n", - "4605\n", - "print utm zone: 42\n", - "print r: 2392.5939378940357\n", - "4606\n", - "print utm zone: 42\n", - "print r: 1782.499482189431\n", - "4607\n", - "print utm zone: 37\n", - "print r: 1869.3596589749811\n", - "4608\n", - "print utm zone: 42\n", - "print r: 1952.5861652194192\n", - "4609\n", - "print utm zone: 42\n", - "print r: 1491.2872295022682\n", - "4610\n", - "print utm zone: 42\n", - "print r: 1868.8814441896914\n", - "4611\n", - "print utm zone: 35\n", - "print r: 1690.4058407830696\n", - "4612\n", - "print utm zone: 37\n", - "print r: 1260.4099896848852\n", - "4613\n", - "print utm zone: 35\n", - "print r: 1260.8990092738168\n", - "4614\n", - "print utm zone: 37\n", - "print r: 796.8912713231473\n", - "4615\n", - "print utm zone: 41\n", - "print r: 2457.591825412609\n", - "4616\n", - "print utm zone: 42\n", - "print r: 1690.4555975822352\n", - "4617\n", - "print utm zone: 42\n", - "print r: 1868.8867141433127\n", - "4618\n", - "print utm zone: 35\n", - "print r: 2760.4273107757112\n", - "4619\n", - "print utm zone: 36\n", - "print r: 1127.0504052060628\n", - "4620\n", - "print utm zone: 37\n", - "print r: 2983.9920016346646\n", - "4621\n", - "print utm zone: 37\n", - "print r: 2644.0677677381786\n", - "4622\n", - "print utm zone: 37\n", - "print r: 796.9539908764001\n", - "4623\n", - "print utm zone: 42\n", - "print r: 1868.9157781914998\n", - "4624\n", - "print utm zone: 42\n", - "print r: 563.7774718776458\n", - "4625\n", - "print utm zone: 35\n", - "print r: 2031.641582523633\n", - "4626\n", - "print utm zone: 41\n", - "print r: 1593.780302486494\n", - "4627\n", - "print utm zone: 42\n", - "print r: 1690.4188313555185\n", - "4628\n", - "print utm zone: 42\n", - "print r: 1127.0255901017642\n", - "4629\n", - "print utm zone: 37\n", - "print r: 1259.9773492682873\n", - "4630\n", - "print utm zone: 42\n", - "print r: 1781.9387683707926\n", - "4631\n", - "print utm zone: 42\n", - "print r: 796.9608160831243\n", - "4632\n", - "print utm zone: 37\n", - "print r: 1127.2907890331883\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4633\n", - "print utm zone: 37\n", - "print r: 1782.0975406328093\n", - "4634\n", - "print utm zone: 42\n", - "print r: 1127.1091480565276\n", - "4635\n", - "print utm zone: 37\n", - "print r: 976.0527107715724\n", - "4636\n", - "print utm zone: 42\n", - "print r: 1491.3424839601373\n", - "4637\n", - "print utm zone: 37\n", - "print r: 1381.304329558961\n", - "4638\n", - "print utm zone: 42\n", - "print r: 1593.8149094898727\n", - "4639\n", - "print utm zone: 38\n", - "print r: 2819.4767371850244\n", - "4640\n", - "print utm zone: 40\n", - "print r: 2457.7280366155223\n", - "4641\n", - "print utm zone: 42\n", - "print r: 2108.9093756425104\n", - "4642\n", - "print utm zone: 35\n", - "print r: 1868.9760496461704\n", - "4643\n", - "print utm zone: 35\n", - "print r: 2456.2184665894342\n", - "4644\n", - "print utm zone: 42\n", - "print r: 1951.855725021093\n", - "4645\n", - "print utm zone: 42\n", - "print r: 2108.3808000096383\n", - "4646\n", - "print utm zone: 42\n", - "print r: 14897.813752384292\n", - "4647\n", - "print utm zone: 42\n", - "print r: 1126.9258883448185\n", - "4648\n", - "print utm zone: 37\n", - "print r: 1260.1990457802551\n", - "4649\n", - "print utm zone: 38\n", - "print r: 1259.9436308558445\n", - "4650\n", - "print utm zone: 41\n", - "print r: 2582.187692519054\n", - "4651\n", - "print utm zone: 42\n", - "print r: 1380.573465528778\n", - "4652\n", - "print utm zone: 42\n", - "print r: 1380.3866668597902\n", - "4653\n", - "print utm zone: 42\n", - "print r: 976.0215481022659\n", - "4654\n", - "print utm zone: 42\n", - "print r: 1593.720593386115\n", - "4655\n", - "print utm zone: 37\n", - "print r: 1490.7908312618993\n", - "4656\n", - "print utm zone: 41\n", - "print r: 1127.4909426794375\n", - "4657\n", - "print utm zone: 42\n", - "print r: 1380.207977263176\n", - "4658\n", - "print utm zone: 37\n", - "print r: 4064.33507678619\n", - "4659\n", - "print utm zone: 35\n", - "print r: 1782.0929639495773\n", - "4660\n", - "print utm zone: 42\n", - "print r: 1259.9379051757114\n", - "4661\n", - "print utm zone: 42\n", - "print r: 797.4585822118695\n", - "4662\n", - "print utm zone: 36\n", - "print r: 976.3492895279512\n", - "4663\n", - "print utm zone: 42\n", - "print r: 6070.308479287436\n", - "4664\n", - "print utm zone: 36\n", - "print r: 1491.7891531511684\n", - "4665\n", - "print utm zone: 35\n", - "print r: 1380.2262325520371\n", - "4666\n", - "print utm zone: 35\n", - "print r: 1127.3011645350978\n", - "4667\n", - "print utm zone: 37\n", - "print r: 2392.0443535038557\n", - "4668\n", - "print utm zone: 37\n", - "print r: 2456.163260851947\n", - "4669\n", - "print utm zone: 42\n", - "print r: 1380.3164672118246\n", - "4670\n", - "print utm zone: 42\n", - "print r: 1781.9639338259474\n", - "4671\n", - "print utm zone: 42\n", - "print r: 1490.9950637987818\n", - "4672\n", - "print utm zone: 37\n", - "print r: 976.041630591049\n", - "4673\n", - "print utm zone: 35\n", - "print r: 1952.2274747570355\n", - "4674\n", - "print utm zone: 42\n", - "print r: 1490.8507915057914\n", - "4675\n", - "print utm zone: 42\n", - "print r: 1782.1639456148278\n", - "4676\n", - "print utm zone: 42\n", - "print r: 976.127625221067\n", - "4677\n", - "print utm zone: 36\n", - "print r: 1690.3746421165217\n", - "4678\n", - "print utm zone: 42\n", - "print r: 3285.4876259653042\n", - "4679\n", - "print utm zone: 42\n", - "print r: 796.9664320276457\n", - "4680\n", - "print utm zone: 38\n", - "print r: 3238.7735792205744\n", - "4681\n", - "print utm zone: 42\n", - "print r: 3563.8754925655526\n", - "4682\n", - "print utm zone: 42\n", - "print r: 1490.832165952885\n", - "4683\n", - "print utm zone: 37\n", - "print r: 1260.2836801765523\n", - "4684\n", - "print utm zone: 37\n", - "print r: 3286.255055079177\n", - "4685\n", - "print utm zone: 35\n", - "print r: 1490.7714523852678\n", - "4686\n", - "print utm zone: 36\n", - "print r: 1259.9862985439102\n", - "4687\n", - "print utm zone: 36\n", - "print r: 3380.7137187523367\n", - "4688\n", - "print utm zone: 37\n", - "print r: 1491.6026033551573\n", - "4689\n", - "print utm zone: 37\n", - "print r: 1380.9151641695817\n", - "4690\n", - "print utm zone: 42\n", - "print r: 1951.8602846620108\n", - "4691\n", - "print utm zone: 42\n", - "print r: 1127.0300112411692\n", - "4692\n", - "print utm zone: 42\n", - "print r: 796.9606614568157\n", - "4693\n", - "print utm zone: 35\n", - "print r: 1593.966932685261\n", - "4694\n", - "print utm zone: 37\n", - "print r: 1260.459892163194\n", - "4695\n", - "print utm zone: 37\n", - "print r: 1126.8887437553974\n", - "4696\n", - "print utm zone: 38\n", - "print r: 976.5607122250481\n", - "4697\n", - "print utm zone: 42\n", - "print r: 1380.608042150547\n", - "4698\n", - "print utm zone: 37\n", - "print r: 1380.2235974086907\n", - "4699\n", - "print utm zone: 37\n", - "print r: 1259.8952848149618\n", - "4700\n", - "print utm zone: 35\n", - "print r: 1491.6632870452365\n", - "4701\n", - "print utm zone: 37\n", - "print r: 976.0404622209389\n", - "4702\n", - "print utm zone: 37\n", - "print r: 1490.7577638593839\n", - "4703\n", - "print utm zone: 42\n", - "print r: 1781.8049861021934\n", - "4704\n", - "print utm zone: 42\n", - "print r: 4178.891205175831\n", - "4705\n", - "print utm zone: 42\n", - "print r: 2031.660693043785\n", - "4706\n", - "print utm zone: 37\n", - "print r: 3188.2230648884397\n", - "4707\n", - "print utm zone: 37\n", - "print r: 5194.738006283817\n", - "4708\n", - "print utm zone: 42\n", - "print r: 9644.827012218093\n", - "4709\n", - "print utm zone: 37\n", - "print r: 1127.70375302812\n", - "4710\n", - "print utm zone: 38\n", - "print r: 1953.0441397097422\n", - "4711\n", - "print utm zone: 42\n", - "print r: 1491.0979166725874\n", - "4712\n", - "print utm zone: 37\n", - "print r: 1690.352490108317\n", - "4713\n", - "print utm zone: 37\n", - "print r: 1380.9444507006115\n", - "4714\n", - "print utm zone: 37\n", - "print r: 976.4845862245046\n", - "4715\n", - "print utm zone: 38\n", - "print r: 4648.793815115415\n", - "4716\n", - "print utm zone: 42\n", - "print r: 4747.81888099321\n", - "4717\n", - "print utm zone: 35\n", - "print r: 1127.1115298030672\n", - "4718\n", - "print utm zone: 37\n", - "print r: 975.9241566259043\n", - "4719\n", - "print utm zone: 36\n", - "print r: 1127.4447907573947\n", - "4720\n", - "print utm zone: 36\n", - "print r: 2109.0921140372425\n", - "4721\n", - "print utm zone: 37\n", - "print r: 1260.554960274576\n", - "4722\n", - "print utm zone: 35\n", - "print r: 976.4471975423903\n", - "4723\n", - "print utm zone: 37\n", - "print r: 1690.8435177826996\n", - "4724\n", - "print utm zone: 42\n", - "print r: 1127.437752034334\n", - "4725\n", - "print utm zone: 42\n", - "print r: 796.9356984471589\n", - "4726\n", - "print utm zone: 42\n", - "print r: 1690.6094524462476\n", - "4727\n", - "print utm zone: 36\n", - "print r: 2255.474648554645\n", - "4728\n", - "print utm zone: 36\n", - "print r: 2109.37805613744\n", - "4729\n", - "print utm zone: 36\n", - "print r: 797.1573744271216\n", - "4730\n", - "print utm zone: 37\n", - "print r: 1690.314888284249\n", - "4731\n", - "print utm zone: 37\n", - "print r: 7434.214390286177\n", - "4732\n", - "print utm zone: 42\n", - "print r: 1259.971927887518\n", - "4733\n", - "print utm zone: 42\n", - "print r: 1491.0318440394656\n", - "4734\n", - "print utm zone: 37\n", - "print r: 3824.2767609485686\n", - "4735\n", - "print utm zone: 37\n", - "print r: 1380.1454906906026\n", - "4736\n", - "print utm zone: 37\n", - "print r: 4103.922797696158\n", - "4737\n", - "print utm zone: 36\n", - "print r: 1691.2860927945724\n", - "4738\n", - "print utm zone: 36\n", - "print r: 1127.3812215925097\n", - "4739\n", - "print utm zone: 37\n", - "print r: 2873.3997156816095\n", - "4740\n", - "print utm zone: 42\n", - "print r: 563.6621356424781\n", - "4741\n", - "print utm zone: 36\n", - "print r: 1782.4942771714786\n", - "4742\n", - "print utm zone: 37\n", - "print r: 2109.364869119863\n", - "4743\n", - "print utm zone: 37\n", - "print r: 2456.248804705707\n", - "4744\n", - "print utm zone: 37\n", - "print r: 975.9387016222947\n", - "4745\n", - "print utm zone: 37\n", - "print r: 2031.4715139778518\n", - "4746\n", - "print utm zone: 42\n", - "print r: 1952.763042879037\n", - "4747\n", - "print utm zone: 35\n", - "print r: 3473.399102354743\n", - "4748\n", - "print utm zone: 37\n", - "print r: 1691.7018700768197\n", - "4749\n", - "print utm zone: 37\n", - "print r: 1491.1551209444806\n", - "4750\n", - "print utm zone: 37\n", - "print r: 796.8249535509985\n", - "4751\n", - "print utm zone: 37\n", - "print r: 1380.1313775984588\n", - "4752\n", - "print utm zone: 37\n", - "print r: 1690.3228010916653\n", - "4753\n", - "print utm zone: 36\n", - "print r: 1594.3865114813086\n", - "4754\n", - "print utm zone: 36\n", - "print r: 3429.9110468333547\n", - "4755\n", - "print utm zone: 42\n", - "print r: 1953.4230582877724\n", - "4756\n", - "print utm zone: 42\n", - "print r: 1260.487764448726\n", - "4757\n", - "print utm zone: 36\n", - "print r: 797.1493028608801\n", - "4758\n", - "print utm zone: 37\n", - "print r: 976.2318932541223\n", - "4759\n", - "print utm zone: 42\n", - "print r: 1260.1043801431674\n", - "4760\n", - "print utm zone: 42\n", - "print r: 563.636036254289\n", - "4761\n", - "print utm zone: 41\n", - "print r: 1380.7972637047544\n", - "4762\n", - "print utm zone: 35\n", - "print r: 4680.369455389277\n", - "4763\n", - "print utm zone: 42\n", - "print r: 2702.213893198565\n", - "4764\n", - "print utm zone: 42\n", - "print r: 1691.1116400135986\n", - "4765\n", - "print utm zone: 36\n", - "print r: 2032.636655540412\n", - "4766\n", - "print utm zone: 37\n", - "print r: 1868.7001786242308\n", - "4767\n", - "print utm zone: 42\n", - "print r: 1380.659363411975\n", - "4768\n", - "print utm zone: 42\n", - "print r: 3607.879807689723\n", - "4769\n", - "print utm zone: 36\n", - "print r: 1594.696422668676\n", - "4770\n", - "print utm zone: 37\n", - "print r: 1491.1626261774347\n", - "4771\n", - "print utm zone: 37\n", - "print r: 1868.7604587282349\n", - "4772\n", - "print utm zone: 37\n", - "print r: 1259.8890348599903\n", - "4773\n", - "print utm zone: 42\n", - "print r: 2182.558694943616\n", - "4774\n", - "print utm zone: 37\n", - "print r: 2182.7330894572733\n", - "4775\n", - "print utm zone: 37\n", - "print r: 1126.9077343216568\n", - "4776\n", - "print utm zone: 41\n", - "print r: 1380.7571645616188\n", - "4777\n", - "print utm zone: 42\n", - "print r: 1127.6962686593238\n", - "4778\n", - "print utm zone: 42\n", - "print r: 1127.3550959638112\n", - "4779\n", - "print utm zone: 42\n", - "print r: 5882.586783959843\n", - "4780\n", - "print utm zone: 42\n", - "print r: 1593.7428478687516\n", - "4781\n", - "print utm zone: 37\n", - "print r: 2033.0142841380543\n", - "4782\n", - "print utm zone: 37\n", - "print r: 1127.1167006055603\n", - "4783\n", - "print utm zone: 42\n", - "print r: 2642.771436697742\n", - "4784\n", - "print utm zone: 35\n", - "print r: 1782.2647064605842\n", - "4785\n", - "print utm zone: 36\n", - "print r: 8051.583172390804\n", - "4786\n", - "print utm zone: 42\n", - "print r: 1491.461006268098\n", - "4787\n", - "print utm zone: 37\n", - "print r: 1782.2268161313107\n", - "4788\n", - "print utm zone: 37\n", - "print r: 1126.8883346633663\n", - "4789\n", - "print utm zone: 36\n", - "print r: 1491.2788272547998\n", - "4790\n", - "print utm zone: 37\n", - "print r: 1260.611340369823\n", - "4791\n", - "print utm zone: 37\n", - "print r: 1593.6631477103663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4792\n", - "print utm zone: 42\n", - "print r: 2032.9903768629733\n", - "4793\n", - "print utm zone: 42\n", - "print r: 563.4585564956299\n", - "4794\n", - "print utm zone: 37\n", - "print r: 1593.6095161352596\n", - "4795\n", - "print utm zone: 36\n", - "print r: 2520.637103824342\n", - "4796\n", - "print utm zone: 42\n", - "print r: 2182.5775169446074\n", - "4797\n", - "print utm zone: 42\n", - "print r: 2108.0173569631947\n", - "4798\n", - "print utm zone: 42\n", - "print r: 2108.409745483348\n", - "4799\n", - "print utm zone: 36\n", - "print r: 1690.8338097285698\n", - "4800\n", - "print utm zone: 37\n", - "print r: 2031.571295415558\n", - "4801\n", - "print utm zone: 41\n", - "print r: 3334.783094631203\n", - "4802\n", - "print utm zone: 42\n", - "print r: 976.0609467602285\n", - "4803\n", - "print utm zone: 42\n", - "print r: 1594.83212919735\n", - "4804\n", - "print utm zone: 42\n", - "print r: 1260.1006648268828\n", - "4805\n", - "print utm zone: 37\n", - "print r: 1868.769223019144\n", - "4806\n", - "print utm zone: 42\n", - "print r: 797.3761039356615\n", - "4807\n", - "print utm zone: 42\n", - "print r: 1127.2330321146521\n", - "4808\n", - "print utm zone: 36\n", - "print r: 2520.638621452165\n", - "4809\n", - "print utm zone: 42\n", - "print r: 3697.5560053000218\n", - "4810\n", - "print utm zone: 37\n", - "print r: 1260.6038030761806\n", - "4811\n", - "print utm zone: 36\n", - "print r: 1491.52306022704\n", - "4812\n", - "print utm zone: 35\n", - "print r: 2390.7998794448026\n", - "4813\n", - "print utm zone: 35\n", - "print r: 2703.049859444758\n", - "4814\n", - "print utm zone: 37\n", - "print r: 3906.5431652888255\n", - "4815\n", - "print utm zone: 42\n", - "print r: 1691.0684929568295\n", - "4816\n", - "print utm zone: 35\n", - "print r: 1491.0811251269367\n", - "4817\n", - "print utm zone: 36\n", - "print r: 9957.08055489259\n", - "4818\n", - "print utm zone: 36\n", - "print r: 1782.4334142539685\n", - "4819\n", - "print utm zone: 36\n", - "print r: 1260.9004026464604\n", - "4820\n", - "print utm zone: 41\n", - "print r: 1127.3625480051703\n", - "4821\n", - "print utm zone: 41\n", - "print r: 1594.6553857516133\n", - "4822\n", - "print utm zone: 42\n", - "print r: 2643.0282901957557\n", - "4823\n", - "print utm zone: 37\n", - "print r: 1593.7906667570771\n", - "4824\n", - "print utm zone: 36\n", - "print r: 976.6538885706262\n", - "4825\n", - "print utm zone: 37\n", - "print r: 3285.689119361999\n", - "4826\n", - "print utm zone: 36\n", - "print r: 1491.9135376934253\n", - "4827\n", - "print utm zone: 37\n", - "print r: 1260.63243564762\n", - "4828\n", - "print utm zone: 35\n", - "print r: 1380.3010274778148\n", - "4829\n", - "print utm zone: 42\n", - "print r: 1260.5631834976414\n", - "4830\n", - "print utm zone: 36\n", - "print r: 797.3570629027463\n", - "4831\n", - "print utm zone: 42\n", - "print r: 1126.850095681048\n", - "4832\n", - "print utm zone: 36\n", - "print r: 4647.314585921574\n", - "4833\n", - "print utm zone: 42\n", - "print r: 1490.840261269005\n", - "4834\n", - "print utm zone: 35\n", - "print r: 2323.809544950016\n", - "4835\n", - "print utm zone: 36\n", - "print r: 1953.2313272259626\n", - "4836\n", - "print utm zone: 41\n", - "print r: 2109.9239442883877\n", - "4837\n", - "print utm zone: 42\n", - "print r: 1952.9623549517376\n", - "4838\n", - "print utm zone: 36\n", - "print r: 1127.6613833428091\n", - "4839\n", - "print utm zone: 35\n", - "print r: 1380.6173868262028\n", - "4840\n", - "print utm zone: 36\n", - "print r: 1782.0371013716563\n", - "4841\n", - "print utm zone: 42\n", - "print r: 1491.4157921880408\n", - "4842\n", - "print utm zone: 42\n", - "print r: 1782.5168893844968\n", - "4843\n", - "print utm zone: 42\n", - "print r: 2928.8986052186283\n", - "4844\n", - "print utm zone: 42\n", - "print r: 1260.3693916895766\n", - "4845\n", - "print utm zone: 42\n", - "print r: 1380.0994322399933\n", - "4846\n", - "print utm zone: 35\n", - "print r: 1491.92303277668\n", - "4847\n", - "print utm zone: 42\n", - "print r: 1593.7646190368728\n", - "4848\n", - "print utm zone: 35\n", - "print r: 1259.939749852934\n", - "4849\n", - "print utm zone: 36\n", - "print r: 976.526920205597\n", - "4850\n", - "print utm zone: 37\n", - "print r: 2818.097091465601\n", - "4851\n", - "print utm zone: 42\n", - "print r: 1593.8009359285668\n", - "4852\n", - "print utm zone: 37\n", - "print r: 1260.6220019914958\n", - "4853\n", - "print utm zone: 42\n", - "print r: 1594.5067007779994\n", - "4854\n", - "print utm zone: 42\n", - "print r: 1491.2727979448312\n", - "4855\n", - "print utm zone: 42\n", - "print r: 2031.5412100100668\n", - "4856\n", - "print utm zone: 42\n", - "print r: 2182.1558140148218\n", - "4857\n", - "print utm zone: 42\n", - "print r: 797.3324176349485\n", - "4858\n", - "print utm zone: 42\n", - "print r: 1490.8708397843081\n", - "4859\n", - "print utm zone: 42\n", - "print r: 2457.1810712898173\n", - "4860\n", - "print utm zone: 42\n", - "print r: 1690.7282291577494\n", - "4861\n", - "print utm zone: 42\n", - "print r: 563.8035509615455\n", - "4862\n", - "print utm zone: 37\n", - "print r: 3136.9871588252927\n", - "4863\n", - "print utm zone: 42\n", - "print r: 10312.409228403498\n", - "4864\n", - "print utm zone: 42\n", - "print r: 7432.24308810018\n", - "4865\n", - "print utm zone: 42\n", - "print r: 2323.4697164738336\n", - "4866\n", - "print utm zone: 37\n", - "print r: 1491.615564372088\n", - "4867\n", - "print utm zone: 41\n", - "print r: 3475.744480904768\n", - "4868\n", - "print utm zone: 42\n", - "print r: 1259.8610087826896\n", - "4869\n", - "print utm zone: 42\n", - "print r: 1380.0955184127472\n", - "4870\n", - "print utm zone: 36\n", - "print r: 976.4929234128674\n", - "4871\n", - "print utm zone: 37\n", - "print r: 3654.18811664932\n", - "4872\n", - "print utm zone: 42\n", - "print r: 2761.4445696441426\n", - "4873\n", - "print utm zone: 42\n", - "print r: 1380.7001205225824\n", - "4874\n", - "print utm zone: 42\n", - "print r: 1491.3756609319394\n", - "4875\n", - "print utm zone: 42\n", - "print r: 563.8077000709801\n", - "4876\n", - "print utm zone: 42\n", - "print r: 563.849067701964\n", - "4877\n", - "print utm zone: 36\n", - "print r: 1594.5493674046575\n", - "4878\n", - "print utm zone: 36\n", - "print r: 976.468921703777\n", - "4879\n", - "print utm zone: 42\n", - "print r: 1491.6330233935403\n", - "4880\n", - "print utm zone: 42\n", - "print r: 2032.4589478854386\n", - "4881\n", - "print utm zone: 42\n", - "print r: 6276.265885851836\n", - "4882\n", - "print utm zone: 42\n", - "print r: 1690.2030890309695\n", - "4883\n", - "print utm zone: 42\n", - "print r: 1380.1142287015405\n", - "4884\n", - "print utm zone: 37\n", - "print r: 976.5857968923907\n", - "4885\n", - "print utm zone: 36\n", - "print r: 1782.069350489828\n", - "4886\n", - "print utm zone: 36\n", - "print r: 2031.4853078066458\n", - "4887\n", - "print utm zone: 36\n", - "print r: 976.5014405851514\n", - "4888\n", - "print utm zone: 42\n", - "print r: 1781.700089536563\n", - "4889\n", - "print utm zone: 42\n", - "print r: 1259.9968644066205\n", - "4890\n", - "print utm zone: 36\n", - "print r: 1259.853858745347\n", - "4891\n", - "print utm zone: 36\n", - "print r: 10081.634427308716\n", - "4892\n", - "print utm zone: 36\n", - "print r: 797.2760315242533\n", - "4893\n", - "print utm zone: 42\n", - "print r: 4101.763486232135\n", - "4894\n", - "print utm zone: 42\n", - "print r: 563.752695889246\n", - "4895\n", - "print utm zone: 36\n", - "print r: 4472.547032529858\n", - "4896\n", - "print utm zone: 42\n", - "print r: 1260.0640793197344\n", - "4897\n", - "print utm zone: 35\n", - "print r: 4848.898337617104\n", - "4898\n", - "print utm zone: 42\n", - "print r: 1126.9391217172392\n", - "4899\n", - "print utm zone: 42\n", - "print r: 2390.5130181050063\n", - "4900\n", - "print utm zone: 36\n", - "print r: 976.4539700399953\n", - "4901\n", - "print utm zone: 36\n", - "print r: 3565.69865239721\n", - "4902\n", - "print utm zone: 36\n", - "print r: 1127.514025504825\n", - "4903\n", - "print utm zone: 42\n", - "print r: 2390.3640839094514\n", - "4904\n", - "print utm zone: 42\n", - "print r: 1126.9994308162754\n", - "4905\n", - "print utm zone: 35\n", - "print r: 1594.30084073551\n", - "4906\n", - "print utm zone: 42\n", - "print r: 563.4313916999218\n", - "4907\n", - "print utm zone: 42\n", - "print r: 563.7286554777799\n", - "4908\n", - "print utm zone: 36\n", - "print r: 2583.4140786464573\n", - "4909\n", - "print utm zone: 41\n", - "print r: 1952.361680746413\n", - "4910\n", - "print utm zone: 36\n", - "print r: 1491.4975940840775\n", - "4911\n", - "print utm zone: 41\n", - "print r: 1782.1804241112154\n", - "4912\n", - "print utm zone: 36\n", - "print r: 3381.0415017442447\n", - "4913\n", - "print utm zone: 42\n", - "print r: 1260.0025892914346\n", - "4914\n", - "print utm zone: 42\n", - "print r: 1126.9754458792725\n", - "4915\n", - "print utm zone: 42\n", - "print r: 563.5813954466581\n", - "4916\n", - "print utm zone: 42\n", - "print r: 563.4841917435675\n", - "4917\n", - "print utm zone: 36\n", - "print r: 4216.550734375003\n", - "4918\n", - "print utm zone: 37\n", - "print r: 5581.9145235110545\n", - "4919\n", - "print utm zone: 36\n", - "print r: 1490.8413075022659\n", - "4920\n", - "print utm zone: 37\n", - "print r: 2762.032117599082\n", - "4921\n", - "print utm zone: 42\n", - "print r: 563.4227719850999\n", - "4922\n", - "print utm zone: 42\n", - "print r: 563.5821988970716\n", - "4923\n", - "print utm zone: 41\n", - "print r: 1127.2255488752437\n", - "4924\n", - "print utm zone: 42\n", - "print r: 563.4756361007271\n", - "4925\n", - "print utm zone: 42\n", - "print r: 563.5814494991401\n", - "4926\n", - "print utm zone: 42\n", - "print r: 2761.275208786397\n", - "4927\n", - "print utm zone: 42\n", - "print r: 796.8709903316796\n", - "4928\n", - "print utm zone: 36\n", - "print r: 2325.032003637623\n", - "4929\n", - "print utm zone: 42\n", - "print r: 796.7823992498817\n", - "4930\n", - "print utm zone: 37\n", - "print r: 1260.7466386235599\n", - "4931\n", - "print utm zone: 42\n", - "print r: 563.4234286761387\n", - "4932\n", - "print utm zone: 41\n", - "print r: 1869.250116956229\n", - "4933\n", - "print utm zone: 36\n", - "print r: 2704.2590239610863\n", - "4934\n", - "print utm zone: 42\n", - "print r: 563.5857508256843\n", - "4935\n", - "print utm zone: 36\n", - "print r: 2108.3106207799433\n", - "4936\n", - "print utm zone: 42\n", - "print r: 2323.0286675147217\n", - "4937\n", - "print utm zone: 36\n", - "print r: 2456.0143576966448\n", - "4938\n", - "print utm zone: 41\n", - "print r: 1869.3061446820782\n", - "4939\n", - "print utm zone: 42\n", - "print r: 563.5810549139943\n", - "4940\n", - "print utm zone: 42\n", - "print r: 2982.5919386096693\n", - "4941\n", - "print utm zone: 36\n", - "print r: 3139.3918019499406\n", - "4942\n", - "print utm zone: 36\n", - "print r: 1491.7556501188596\n", - "4943\n", - "print utm zone: 36\n", - "print r: 3946.6022074925213\n", - "4944\n", - "print utm zone: 36\n", - "print r: 975.8611740044086\n", - "4945\n", - "print utm zone: 35\n", - "print r: 2761.5765772502027\n", - "4946\n", - "print utm zone: 36\n", - "print r: 1380.1421677827686\n", - "4947\n", - "print utm zone: 42\n", - "print r: 2582.9644462786227\n", - "4948\n", - "print utm zone: 42\n", - "print r: 1126.794983404388\n", - "4949\n", - "print utm zone: 41\n", - "print r: 3086.873189598647\n", - "4950\n", - "print utm zone: 42\n", - "print r: 1126.8907273902532\n", - "4951\n", - "print utm zone: 42\n", - "print r: 2519.7842378743744\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4952\n", - "print utm zone: 35\n", - "print r: 1594.4387937402935\n", - "4953\n", - "print utm zone: 36\n", - "print r: 3779.5351612524137\n", - "4954\n", - "print utm zone: 35\n", - "print r: 2819.501543476069\n", - "4955\n", - "print utm zone: 37\n", - "print r: 1260.652652690374\n", - "4956\n", - "print utm zone: 37\n", - "print r: 2457.216041853063\n", - "4957\n", - "print utm zone: 42\n", - "print r: 975.8275322445675\n", - "4958\n", - "print utm zone: 42\n", - "print r: 796.8180916990594\n", - "4959\n", - "print utm zone: 42\n", - "print r: 563.4056942476435\n", - "4960\n", - "print utm zone: 37\n", - "print r: 1691.3300730898359\n", - "4961\n", - "print utm zone: 41\n", - "print r: 2324.8766331318534\n", - "4962\n", - "print utm zone: 42\n", - "print r: 1259.78273129976\n", - "4963\n", - "print utm zone: 37\n", - "print r: 1127.5946261317329\n", - "4964\n", - "print utm zone: 36\n", - "print r: 1259.7368668273684\n", - "4965\n", - "print utm zone: 42\n", - "print r: 3187.0498025307734\n", - "4966\n", - "print utm zone: 42\n", - "print r: 975.8517307601668\n", - "4967\n", - "print utm zone: 41\n", - "print r: 797.3828363656227\n", - "4968\n", - "print utm zone: 37\n", - "print r: 1491.6864105941563\n", - "4969\n", - "print utm zone: 42\n", - "print r: 563.4021366813492\n", - "4970\n", - "print utm zone: 42\n", - "print r: 563.4066538157917\n", - "4971\n", - "print utm zone: 36\n", - "print r: 2181.837218336976\n", - "4972\n", - "print utm zone: 42\n", - "print r: 2031.3244582867874\n", - "4973\n", - "print utm zone: 42\n", - "print r: 797.3553234049127\n", - "4974\n", - "print utm zone: 42\n", - "print r: 976.263377171093\n", - "4975\n", - "print utm zone: 42\n", - "print r: 1126.7523815657462\n", - "4976\n", - "print utm zone: 37\n", - "print r: 8588.444224876223\n", - "4977\n", - "print utm zone: 36\n", - "print r: 3821.050468450237\n", - "4978\n", - "print utm zone: 41\n", - "print r: 976.6021826139223\n", - "4979\n", - "print utm zone: 42\n", - "print r: 1379.9952746108038\n", - "4980\n", - "print utm zone: 41\n", - "print r: 1869.0162594814587\n", - "4981\n", - "print utm zone: 41\n", - "print r: 3608.679119256296\n", - "4982\n", - "print utm zone: 42\n", - "print r: 563.395228927155\n", - "4983\n", - "print utm zone: 41\n", - "print r: 976.0519872257961\n", - "4984\n", - "print utm zone: 41\n", - "print r: 976.3468153113176\n", - "4985\n", - "print utm zone: 42\n", - "print r: 563.7777857552801\n", - "4986\n", - "print utm zone: 42\n", - "print r: 1380.9410567620953\n", - "4987\n", - "print utm zone: 41\n", - "print r: 976.0756056837439\n", - "4988\n", - "print utm zone: 42\n", - "print r: 563.807530702505\n", - "4989\n", - "print utm zone: 42\n", - "print r: 563.4262039111915\n", - "4990\n", - "print utm zone: 42\n", - "print r: 1126.7669157866167\n", - "4991\n", - "print utm zone: 42\n", - "print r: 563.5511501314113\n", - "4992\n", - "print utm zone: 42\n", - "print r: 563.4261248977388\n", - "4993\n", - "print utm zone: 41\n", - "print r: 1379.9421610558852\n", - "4994\n", - "print utm zone: 41\n", - "print r: 1782.5787848446369\n", - "4995\n", - "print utm zone: 42\n", - "print r: 1127.4650407132294\n", - "4996\n", - "print utm zone: 42\n", - "print r: 1491.2866448022867\n", - "4997\n", - "print utm zone: 42\n", - "print r: 796.7472247220062\n", - "4998\n", - "print utm zone: 42\n", - "print r: 2642.7126373926876\n", - "4999\n", - "print utm zone: 42\n", - "print r: 976.0701971198222\n", - "5000\n", - "print utm zone: 42\n", - "print r: 1869.7370981226893\n", - "5001\n", - "print utm zone: 42\n", - "print r: 797.223367529068\n", - "5002\n", - "print utm zone: 42\n", - "print r: 1259.7551704099205\n", - "5003\n", - "print utm zone: 41\n", - "print r: 1379.977625104222\n", - "5004\n", - "print utm zone: 42\n", - "print r: 3085.7476214303188\n", - "5005\n", - "print utm zone: 41\n", - "print r: 2031.2853585265125\n", - "5006\n", - "print utm zone: 41\n", - "print r: 1260.246093467055\n", - "5007\n", - "print utm zone: 42\n", - "print r: 797.2206442640498\n", - "5008\n", - "print utm zone: 41\n", - "print r: 1491.1614280324857\n", - "5009\n", - "print utm zone: 37\n", - "print r: 1260.7994029595561\n", - "5010\n", - "print utm zone: 41\n", - "print r: 1380.6463555142545\n", - "5011\n", - "print utm zone: 41\n", - "print r: 1594.1928520124868\n", - "5012\n", - "print utm zone: 41\n", - "print r: 1127.5001833633885\n", - "5013\n", - "print utm zone: 42\n", - "print r: 563.5372970907644\n", - "5014\n", - "print utm zone: 42\n", - "print r: 796.746059576962\n", - "5015\n", - "print utm zone: 41\n", - "print r: 1260.8162896284025\n", - "5016\n", - "print utm zone: 42\n", - "print r: 563.373679944883\n", - "5017\n", - "print utm zone: 42\n", - "print r: 1127.2791393670364\n", - "5018\n", - "print utm zone: 42\n", - "print r: 563.3873533884827\n", - "5019\n", - "print utm zone: 42\n", - "print r: 563.3859116723336\n", - "5020\n", - "print utm zone: 42\n", - "print r: 563.3795807410628\n", - "5021\n", - "print utm zone: 41\n", - "print r: 3519.393506958704\n", - "5022\n", - "print utm zone: 42\n", - "print r: 563.3708956532123\n", - "5023\n", - "print utm zone: 41\n", - "print r: 796.9990970842867\n", - "5024\n", - "print utm zone: 41\n", - "print r: 976.2802669683091\n", - "5025\n", - "print utm zone: 41\n", - "print r: 797.3944798226736\n", - "5026\n", - "print utm zone: 41\n", - "print r: 2182.423762177341\n", - "5027\n", - "print utm zone: 42\n", - "print r: 797.0165693286006\n", - "5028\n", - "print utm zone: 41\n", - "print r: 976.1350144746691\n", - "5029\n", - "print utm zone: 42\n", - "print r: 797.0109901522512\n", - "5030\n", - "print utm zone: 42\n", - "print r: 797.0403553656447\n", - "5031\n", - "print utm zone: 42\n", - "print r: 563.5638032587281\n", - "5032\n", - "print utm zone: 42\n", - "print r: 796.987712494355\n", - "5033\n", - "print utm zone: 41\n", - "print r: 2253.9926926644503\n", - "5034\n", - "print utm zone: 41\n", - "print r: 1593.6267016365011\n", - "5035\n", - "print utm zone: 41\n", - "print r: 2182.025109125655\n", - "5036\n", - "print utm zone: 42\n", - "print r: 1259.7471071230023\n", - "5037\n", - "print utm zone: 42\n", - "print r: 563.5956140675117\n", - "5038\n", - "print utm zone: 42\n", - "print r: 563.4345349482636\n", - "5039\n", - "print utm zone: 41\n", - "print r: 563.5680993309926\n", - "5040\n", - "print utm zone: 41\n", - "print r: 1593.6259185393417\n", - "5041\n", - "print utm zone: 41\n", - "print r: 1127.1367856593067\n", - "5042\n", - "print utm zone: 41\n", - "print r: 3034.1920256352846\n", - "5043\n", - "print utm zone: 41\n", - "print r: 1380.2296455986552\n", - "5044\n", - "print utm zone: 41\n", - "print r: 1952.5282846016223\n", - "5045\n", - "print utm zone: 41\n", - "print r: 797.1209262938978\n", - "5046\n", - "print utm zone: 41\n", - "print r: 2032.2045579536414\n", - "5047\n", - "print utm zone: 41\n", - "print r: 2031.4213138483406\n", - "5048\n", - "print utm zone: 42\n", - "print r: 1379.946437696877\n", - "5049\n", - "print utm zone: 41\n", - "print r: 2253.79102814073\n", - "5050\n", - "print utm zone: 42\n", - "print r: 1259.6868093987725\n", - "5051\n", - "print utm zone: 42\n", - "print r: 796.7072074198927\n", - "5052\n", - "print utm zone: 42\n", - "print r: 797.03412374362\n", - "5053\n", - "print utm zone: 42\n", - "print r: 563.6039625669201\n", - "5054\n", - "print utm zone: 41\n", - "print r: 1126.8457131522391\n", - "5055\n", - "print utm zone: 42\n", - "print r: 1379.9493803676546\n", - "5056\n", - "print utm zone: 42\n", - "print r: 1259.6643059565108\n", - "5057\n", - "print utm zone: 41\n", - "print r: 1690.327222141026\n", - "5058\n", - "print utm zone: 41\n", - "print r: 1380.3946509628718\n", - "5059\n", - "print utm zone: 42\n", - "print r: 796.7124144452999\n", - "5060\n", - "print utm zone: 41\n", - "print r: 3236.243082461136\n", - "5061\n", - "print utm zone: 42\n", - "print r: 2031.2872602964692\n", - "5062\n", - "print utm zone: 42\n", - "print r: 1380.6151981107728\n", - "5063\n", - "print utm zone: 42\n", - "print r: 796.7119710545426\n", - "5064\n", - "print utm zone: 41\n", - "print r: 797.2279339122811\n", - "5065\n", - "print utm zone: 42\n", - "print r: 1379.9869528768536\n", - "5066\n", - "print utm zone: 42\n", - "print r: 1380.6552042260028\n", - "5067\n", - "print utm zone: 42\n", - "print r: 563.5057670780202\n", - "5068\n", - "print utm zone: 42\n", - "print r: 563.4076598475991\n", - "5069\n", - "print utm zone: 42\n", - "print r: 976.3392298495174\n", - "5070\n", - "print utm zone: 42\n", - "print r: 1951.581560272317\n", - "5071\n", - "print utm zone: 42\n", - "print r: 563.4147472788867\n", - "5072\n", - "print utm zone: 42\n", - "print r: 563.7210124714629\n", - "5073\n", - "print utm zone: 42\n", - "print r: 1260.5212593740898\n", - "5074\n", - "print utm zone: 42\n", - "print r: 563.3715573987814\n", - "5075\n", - "print utm zone: 42\n", - "print r: 1868.1432721516778\n", - "5076\n", - "print utm zone: 42\n", - "print r: 796.7130044655586\n", - "5077\n", - "print utm zone: 41\n", - "print r: 563.4836494167614\n", - "5078\n", - "print utm zone: 41\n", - "print r: 796.8742089058128\n", - "5079\n", - "print utm zone: 41\n", - "print r: 563.5388826344353\n", - "5080\n", - "print utm zone: 41\n", - "print r: 563.4789595983543\n", - "5081\n", - "print utm zone: 41\n", - "print r: 796.9020043155268\n", - "5082\n", - "print utm zone: 41\n", - "print r: 796.6909400560772\n", - "5083\n", - "print utm zone: 42\n", - "print r: 563.3571440056782\n", - "5084\n", - "print utm zone: 42\n", - "print r: 563.3570332955776\n", - "5085\n", - "print utm zone: 42\n", - "print r: 796.8269455636532\n", - "5086\n", - "print utm zone: 42\n", - "print r: 563.3569440704023\n", - "5087\n", - "print utm zone: 42\n", - "print r: 1594.4942322653005\n", - "5088\n", - "print utm zone: 42\n", - "print r: 1379.973717787424\n", - "5089\n", - "print utm zone: 42\n", - "print r: 1259.6457523505992\n", - "5090\n", - "print utm zone: 42\n", - "print r: 1781.387650092971\n", - "5091\n", - "print utm zone: 41\n", - "print r: 1379.94037132724\n", - "5092\n", - "print utm zone: 42\n", - "print r: 2107.9824502485844\n", - "5093\n", - "print utm zone: 41\n", - "print r: 1490.5157533573392\n", - "5094\n", - "print utm zone: 42\n", - "print r: 1594.056161747835\n", - "5095\n", - "print utm zone: 41\n", - "print r: 563.4260113382863\n", - "5096\n", - "print utm zone: 42\n", - "print r: 796.682523231438\n", - "5097\n", - "print utm zone: 41\n", - "print r: 563.4041908765985\n", - "5098\n", - "print utm zone: 42\n", - "print r: 1127.3903502913645\n", - "5099\n", - "print utm zone: 42\n", - "print r: 1490.445290658367\n", - "5100\n", - "print utm zone: 42\n", - "print r: 976.1745790452447\n", - "5101\n", - "print utm zone: 42\n", - "print r: 1380.2929821233256\n", - "5102\n", - "print utm zone: 42\n", - "print r: 1259.7734372899918\n", - "5103\n", - "print utm zone: 42\n", - "print r: 1259.7537158298007\n", - "5104\n", - "print utm zone: 42\n", - "print r: 563.3977763190627\n", - "5105\n", - "print utm zone: 42\n", - "print r: 563.4714812321623\n", - "5106\n", - "print utm zone: 42\n", - "print r: 797.2936079050755\n", - "5107\n", - "print utm zone: 41\n", - "print r: 796.9790738964365\n", - "5108\n", - "print utm zone: 42\n", - "print r: 796.6735136196828\n", - "5109\n", - "print utm zone: 42\n", - "print r: 563.399173859956\n", - "5110\n", - "print utm zone: 42\n", - "print r: 796.928283753579\n", - "5111\n", - "print utm zone: 42\n", - "print r: 797.2991790497878\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5112\n", - "print utm zone: 42\n", - "print r: 796.6600901372603\n", - "5113\n", - "print utm zone: 42\n", - "print r: 975.7221872253815\n", - "5114\n", - "print utm zone: 42\n", - "print r: 796.7735460582892\n", - "5115\n", - "print utm zone: 41\n", - "print r: 563.3231738607243\n", - "5116\n", - "print utm zone: 42\n", - "print r: 975.7107253416617\n", - "5117\n", - "print utm zone: 42\n", - "print r: 2519.330990468355\n", - "5118\n", - "print utm zone: 42\n", - "print r: 1127.5045111764018\n", - "5119\n", - "print utm zone: 41\n", - "print r: 796.6553664999528\n", - "5120\n", - "print utm zone: 41\n", - "print r: 563.3228493820436\n", - "5121\n", - "print utm zone: 42\n", - "print r: 563.7478503396586\n", - "5122\n", - "print utm zone: 42\n", - "print r: 796.8578356516874\n", - "5123\n", - "print utm zone: 41\n", - "print r: 563.5270838120322\n", - "5124\n", - "print utm zone: 42\n", - "print r: 976.417077290027\n", - "5125\n", - "print utm zone: 42\n", - "print r: 796.6505522439563\n", - "5126\n", - "print utm zone: 42\n", - "print r: 563.3243821304286\n", - "5127\n", - "print utm zone: 42\n", - "print r: 975.8231268844364\n", - "5128\n", - "print utm zone: 42\n", - "print r: 797.0973526596885\n", - "5129\n", - "print utm zone: 41\n", - "print r: 975.8182470187666\n", - "5130\n", - "print utm zone: 41\n", - "print r: 797.0143588725414\n", - "5131\n", - "print utm zone: 42\n", - "print r: 796.6522042665684\n", - "5132\n", - "print utm zone: 42\n", - "print r: 1127.2631477707725\n", - "5133\n", - "print utm zone: 42\n", - "print r: 1126.632589676206\n", - "5134\n", - "print utm zone: 42\n", - "print r: 1127.269322423537\n", - "5135\n", - "print utm zone: 42\n", - "print r: 1868.3627500127698\n", - "5136\n", - "print utm zone: 42\n", - "print r: 1379.8685777899595\n", - "5137\n", - "print utm zone: 42\n", - "print r: 1259.6916512636678\n", - "5138\n", - "print utm zone: 42\n", - "print r: 1379.8343627966462\n", - "5139\n", - "print utm zone: 42\n", - "print r: 1379.9521354394985\n", - "5140\n", - "print utm zone: 41\n", - "print r: 563.3241381895693\n", - "5141\n", - "print utm zone: 42\n", - "print r: 975.7182002241093\n", - "5142\n", - "print utm zone: 42\n", - "print r: 2253.2534314503046\n", - "5143\n", - "print utm zone: 41\n", - "print r: 1490.346782709668\n", - "5144\n", - "print utm zone: 42\n", - "print r: 6945.114382914429\n", - "5145\n", - "print utm zone: 42\n", - "print r: 1490.9579098102572\n", - "5146\n", - "print utm zone: 41\n", - "print r: 563.7102931157319\n", - "5147\n", - "print utm zone: 42\n", - "print r: 1259.6691235183032\n", - "5148\n", - "print utm zone: 42\n", - "print r: 563.6706481838925\n", - "5149\n", - "print utm zone: 42\n", - "print r: 797.1375133798539\n", - "5150\n", - "print utm zone: 42\n", - "print r: 563.6545527106605\n", - "5151\n", - "print utm zone: 42\n", - "print r: 1126.5953936474655\n", - "5152\n", - "print utm zone: 42\n", - "print r: 975.7026020695458\n", - "5153\n", - "print utm zone: 42\n", - "print r: 976.2032431136985\n", - "5154\n", - "print utm zone: 42\n", - "print r: 796.7167663431144\n", - "5155\n", - "print utm zone: 42\n", - "print r: 1126.9844042682814\n", - "5156\n", - "print utm zone: 42\n", - "print r: 1490.4073605083636\n", - "5157\n", - "print utm zone: 42\n", - "print r: 796.6582719177219\n", - "5158\n", - "print utm zone: 42\n", - "print r: 796.6885002753359\n", - "5159\n", - "print utm zone: 42\n", - "print r: 797.0478011910088\n", - "5160\n", - "print utm zone: 41\n", - "print r: 796.762904944221\n", - "5161\n", - "print utm zone: 42\n", - "print r: 796.9592538150031\n", - "5162\n", - "print utm zone: 42\n", - "print r: 2182.655919754005\n", - "5163\n", - "print utm zone: 41\n", - "print r: 563.4097754878117\n", - "5164\n", - "print utm zone: 42\n", - "print r: 3284.6437271847835\n", - "5165\n", - "print utm zone: 42\n", - "print r: 796.6492749438999\n", - "5166\n", - "print utm zone: 41\n", - "print r: 796.793474931124\n", - "5167\n", - "print utm zone: 41\n", - "print r: 563.3123787126889\n", - "5168\n", - "print utm zone: 42\n", - "print r: 563.8009273054527\n", - "5169\n", - "print utm zone: 41\n", - "print r: 796.7633563255097\n", - "5170\n", - "print utm zone: 41\n", - "print r: 563.3135300917795\n", - "5171\n", - "print utm zone: 42\n", - "print r: 797.1282772379234\n", - "5172\n", - "print utm zone: 42\n", - "print r: 975.9155818091253\n", - "5173\n", - "print utm zone: 42\n", - "print r: 2107.8525313649616\n", - "5174\n", - "print utm zone: 42\n", - "print r: 796.7369621978058\n", - "5175\n", - "print utm zone: 42\n", - "print r: 1379.8302102404325\n", - "5176\n", - "print utm zone: 41\n", - "print r: 563.3295791997831\n", - "5177\n", - "print utm zone: 42\n", - "print r: 563.3577824999065\n", - "5178\n", - "print utm zone: 42\n", - "print r: 797.0639564774355\n", - "5179\n", - "print utm zone: 42\n", - "print r: 563.3052722767096\n", - "5180\n", - "print utm zone: 42\n", - "print r: 796.7344864554649\n", - "5181\n", - "print utm zone: 41\n", - "print r: 563.3158166758709\n", - "5182\n", - "print utm zone: 42\n", - "print r: 1781.6259693136287\n", - "5183\n", - "print utm zone: 42\n", - "print r: 796.6434072523653\n", - "5184\n", - "print utm zone: 42\n", - "print r: 563.3055041767956\n", - "5185\n", - "print utm zone: 42\n", - "print r: 1490.3557796622256\n", - "5186\n", - "print utm zone: 42\n", - "print r: 975.6700777745666\n", - "5187\n", - "print utm zone: 42\n", - "print r: 796.7841051835657\n", - "5188\n", - "print utm zone: 42\n", - "print r: 563.3032090173986\n", - "5189\n", - "print utm zone: 42\n", - "print r: 563.3550810886924\n", - "5190\n", - "print utm zone: 41\n", - "print r: 563.3123990621642\n", - "5191\n", - "print utm zone: 42\n", - "print r: 796.6308795042827\n", - "5192\n", - "print utm zone: 42\n", - "print r: 1868.5720716409608\n", - "5193\n", - "print utm zone: 41\n", - "print r: 563.3125853152893\n", - "5194\n", - "print utm zone: 41\n", - "print r: 796.8679845172287\n", - "5195\n", - "print utm zone: 42\n", - "print r: 563.3017006321112\n", - "5196\n", - "print utm zone: 42\n", - "print r: 563.3014488177251\n", - "5197\n", - "print utm zone: 42\n", - "print r: 1379.7581736602592\n", - "5198\n", - "print utm zone: 42\n", - "print r: 563.3532152857111\n", - "5199\n", - "print utm zone: 41\n", - "print r: 563.3155181147324\n", - "5200\n", - "print utm zone: 42\n", - "print r: 563.3010825553947\n", - "5201\n", - "print utm zone: 42\n", - "print r: 563.3116104916992\n", - "5202\n", - "print utm zone: 42\n", - "print r: 563.3711995890303\n", - "5203\n", - "print utm zone: 42\n", - "print r: 1380.0562041680353\n", - "5204\n", - "print utm zone: 42\n", - "print r: 3780.4823716481615\n", - "5205\n", - "print utm zone: 42\n", - "print r: 563.5938747165739\n", - "5206\n", - "print utm zone: 42\n", - "print r: 796.6284235059214\n", - "5207\n", - "print utm zone: 42\n", - "print r: 563.3692984664262\n", - "5208\n", - "print utm zone: 42\n", - "print r: 563.2981922014765\n", - "5209\n", - "print utm zone: 42\n", - "print r: 563.2984745812423\n", - "5210\n", - "print utm zone: 42\n", - "print r: 1490.7062947213285\n", - "5211\n", - "print utm zone: 42\n", - "print r: 563.3064105111312\n", - "5212\n", - "print utm zone: 42\n", - "print r: 563.4288919034681\n", - "5213\n", - "print utm zone: 41\n", - "print r: 1260.0352998570688\n", - "5214\n", - "print utm zone: 42\n", - "print r: 1868.2609381698403\n", - "5215\n", - "print utm zone: 42\n", - "print r: 1126.6258930207066\n", - "5216\n", - "print utm zone: 42\n", - "print r: 2582.4744600335503\n", - "5217\n", - "print utm zone: 42\n", - "print r: 796.6197695280234\n", - "5218\n", - "print utm zone: 42\n", - "print r: 1593.6336375696235\n", - "5219\n", - "print utm zone: 41\n", - "print r: 976.020628960667\n", - "5220\n", - "print utm zone: 41\n", - "print r: 1126.9651500275345\n", - "5221\n", - "print utm zone: 42\n", - "print r: 1259.7961292821835\n", - "5222\n", - "print utm zone: 42\n", - "print r: 4253.082877851974\n", - "5223\n", - "print utm zone: 42\n", - "print r: 2701.8993447274206\n", - "5224\n", - "print utm zone: 42\n", - "print r: 2760.634654991434\n", - "5225\n", - "print utm zone: 41\n", - "print r: 796.8539543924636\n", - "5226\n", - "print utm zone: 41\n", - "print r: 1690.3413590668613\n", - "5227\n", - "print utm zone: 42\n", - "print r: 563.3458385047584\n", - "5228\n", - "print utm zone: 42\n", - "print r: 797.0659125280547\n", - "5229\n", - "print utm zone: 42\n", - "print r: 1690.4755531934009\n", - "5230\n", - "print utm zone: 41\n", - "print r: 796.6142810189465\n", - "5231\n", - "print utm zone: 42\n", - "print r: 563.5098641349482\n", - "5232\n", - "print utm zone: 41\n", - "print r: 796.6193415399559\n", - "5233\n", - "print utm zone: 41\n", - "print r: 563.7932493544372\n", - "5234\n", - "print utm zone: 42\n", - "print r: 563.7964435160742\n", - "5235\n", - "print utm zone: 42\n", - "print r: 563.6530928630133\n", - "5236\n", - "print utm zone: 42\n", - "print r: 2107.749993161331\n", - "5237\n", - "print utm zone: 42\n", - "print r: 3285.6038040091353\n", - "5238\n", - "print utm zone: 42\n", - "print r: 1593.3073368007142\n", - "5239\n", - "print utm zone: 41\n", - "print r: 563.38938390588\n", - "5240\n", - "print utm zone: 42\n", - "print r: 563.3701542285253\n", - "5241\n", - "print utm zone: 42\n", - "print r: 563.367053301019\n", - "5242\n", - "print utm zone: 42\n", - "print r: 797.1505472183134\n", - "5243\n", - "print utm zone: 42\n", - "print r: 975.9491363971835\n", - "5244\n", - "print utm zone: 42\n", - "print r: 796.6488870630806\n", - "5245\n", - "print utm zone: 42\n", - "print r: 1593.6102967621887\n", - "5246\n", - "print utm zone: 42\n", - "print r: 1380.329200554405\n", - "5247\n", - "print utm zone: 42\n", - "print r: 2181.9341380308215\n", - "5248\n", - "print utm zone: 41\n", - "print r: 563.5751105267385\n", - "5249\n", - "print utm zone: 41\n", - "print r: 1491.1030910968989\n", - "5250\n", - "print utm zone: 42\n", - "print r: 975.7496033053301\n", - "5251\n", - "print utm zone: 42\n", - "print r: 1126.688391174036\n", - "5252\n", - "print utm zone: 42\n", - "print r: 2107.8995291520173\n", - "5253\n", - "print utm zone: 42\n", - "print r: 1593.3679529153487\n", - "5254\n", - "print utm zone: 42\n", - "print r: 1490.5025678501474\n", - "5255\n", - "print utm zone: 41\n", - "print r: 796.6150522291631\n", - "5256\n", - "print utm zone: 42\n", - "print r: 563.4305377082376\n", - "5257\n", - "print utm zone: 42\n", - "print r: 563.3192198648321\n", - "5258\n", - "print utm zone: 42\n", - "print r: 1259.7139427975144\n", - "5259\n", - "print utm zone: 41\n", - "print r: 975.6355164497248\n", - "5260\n", - "print utm zone: 42\n", - "print r: 1126.6241182651747\n", - "5261\n", - "print utm zone: 42\n", - "print r: 1379.9784026341717\n", - "5262\n", - "print utm zone: 42\n", - "print r: 563.4462728640835\n", - "5263\n", - "print utm zone: 42\n", - "print r: 563.5759869939892\n", - "5264\n", - "print utm zone: 42\n", - "print r: 563.3090230217181\n", - "5265\n", - "print utm zone: 42\n", - "print r: 1259.6275091817188\n", - "5266\n", - "print utm zone: 42\n", - "print r: 12211.762146323794\n", - "5267\n", - "print utm zone: 42\n", - "print r: 1868.1801204439753\n", - "5268\n", - "print utm zone: 42\n", - "print r: 796.8473943970429\n", - "5269\n", - "print utm zone: 42\n", - "print r: 563.305112668066\n", - "5270\n", - "print utm zone: 42\n", - "print r: 797.0414563204873\n", - "5271\n", - "print utm zone: 42\n", - "print r: 797.2870663269364\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5272\n", - "print utm zone: 42\n", - "print r: 563.3561936955075\n", - "5273\n", - "print utm zone: 42\n", - "print r: 563.6044659036507\n", - "5274\n", - "print utm zone: 42\n", - "print r: 1126.5599649390251\n", - "5275\n", - "print utm zone: 42\n", - "print r: 563.7682450082149\n", - "5276\n", - "print utm zone: 42\n", - "print r: 796.7184277930252\n", - "5277\n", - "print utm zone: 42\n", - "print r: 2872.9913760437653\n", - "5278\n", - "print utm zone: 42\n", - "print r: 563.5061351683183\n", - "5279\n", - "print utm zone: 41\n", - "print r: 1379.8924340835053\n", - "5280\n", - "print utm zone: 42\n", - "print r: 1689.809441309612\n", - "5281\n", - "print utm zone: 42\n", - "print r: 796.5927218521131\n", - "5282\n", - "print utm zone: 42\n", - "print r: 6594.368565255045\n", - "5283\n", - "print utm zone: 42\n", - "print r: 1380.1555480680893\n", - "5284\n", - "print utm zone: 41\n", - "print r: 563.3538245460164\n", - "5285\n", - "print utm zone: 41\n", - "print r: 1951.2880578747981\n", - "5286\n", - "print utm zone: 41\n", - "print r: 796.7786897476359\n", - "5287\n", - "print utm zone: 42\n", - "print r: 1259.529171543189\n", - "5288\n", - "print utm zone: 41\n", - "print r: 1379.8002099635632\n", - "5289\n", - "print utm zone: 42\n", - "print r: 796.7046646764355\n", - "5290\n", - "print utm zone: 42\n", - "print r: 2181.676441944994\n", - "5291\n", - "print utm zone: 42\n", - "print r: 796.6703387353665\n", - "5292\n", - "print utm zone: 42\n", - "print r: 1781.5259767461719\n", - "5293\n", - "print utm zone: 41\n", - "print r: 563.3420412587138\n", - "5294\n", - "print utm zone: 41\n", - "print r: 1490.6232307043936\n", - "5295\n", - "print utm zone: 41\n", - "print r: 1379.9437569085046\n", - "5296\n", - "print utm zone: 42\n", - "print r: 1868.429743433589\n", - "5297\n", - "print utm zone: 42\n", - "print r: 1593.5359115563565\n", - "5298\n", - "print utm zone: 42\n", - "print r: 1380.0336780283897\n", - "5299\n", - "print utm zone: 42\n", - "print r: 563.3434524245376\n", - "5300\n", - "print utm zone: 42\n", - "print r: 1690.3223994408067\n", - "5301\n", - "print utm zone: 42\n", - "print r: 1593.950617123968\n", - "5302\n", - "print utm zone: 41\n", - "print r: 975.6710573925354\n", - "5303\n", - "print utm zone: 42\n", - "print r: 796.6682697378312\n", - "5304\n", - "print utm zone: 41\n", - "print r: 796.5871821532749\n", - "5305\n", - "print utm zone: 42\n", - "print r: 2519.053055122947\n", - "5306\n", - "print utm zone: 42\n", - "print r: 1689.643663611321\n", - "5307\n", - "print utm zone: 42\n", - "print r: 796.8452423769039\n", - "5308\n", - "print utm zone: 41\n", - "print r: 563.2727132510665\n", - "5309\n", - "print utm zone: 41\n", - "print r: 796.5852354763783\n", - "5310\n", - "print utm zone: 42\n", - "print r: 797.2797378919119\n", - "5311\n", - "print utm zone: 42\n", - "print r: 1490.368670425312\n", - "5312\n", - "print utm zone: 42\n", - "print r: 796.7064074224559\n", - "5313\n", - "print utm zone: 42\n", - "print r: 1868.4160387479817\n", - "5314\n", - "print utm zone: 41\n", - "print r: 563.4180764936743\n", - "5315\n", - "print utm zone: 42\n", - "print r: 1490.9690677866295\n", - "5316\n", - "print utm zone: 42\n", - "print r: 797.2413034758771\n", - "5317\n", - "print utm zone: 41\n", - "print r: 796.6015278494212\n", - "5318\n", - "print utm zone: 42\n", - "print r: 975.6839043869952\n", - "5319\n", - "print utm zone: 41\n", - "print r: 1259.514564864038\n", - "5320\n", - "print utm zone: 42\n", - "print r: 1690.0503552511145\n", - "5321\n", - "print utm zone: 42\n", - "print r: 796.6855935524853\n", - "5322\n", - "print utm zone: 41\n", - "print r: 975.640012969572\n", - "5323\n", - "print utm zone: 41\n", - "print r: 563.2677533421095\n", - "5324\n", - "print utm zone: 41\n", - "print r: 5799.598186326679\n", - "5325\n", - "print utm zone: 41\n", - "print r: 1379.7940960504438\n", - "5326\n", - "print utm zone: 41\n", - "print r: 1689.8095034148487\n", - "5327\n", - "print utm zone: 42\n", - "print r: 4178.16684410169\n", - "5328\n", - "print utm zone: 42\n", - "print r: 796.6623344239489\n", - "5329\n", - "print utm zone: 42\n", - "print r: 1593.3853169375714\n", - "5330\n", - "print utm zone: 42\n", - "print r: 2981.224613356561\n", - "5331\n", - "print utm zone: 42\n", - "print r: 796.5822848085595\n", - "5332\n", - "print utm zone: 42\n", - "print r: 563.3274646623543\n", - "5333\n", - "print utm zone: 42\n", - "print r: 1126.80805202495\n", - "5334\n", - "print utm zone: 42\n", - "print r: 1593.8395177294028\n", - "5335\n", - "print utm zone: 42\n", - "print r: 796.6649895902456\n", - "5336\n", - "print utm zone: 42\n", - "print r: 563.3332596661387\n", - "5337\n", - "print utm zone: 42\n", - "print r: 563.2940592486707\n", - "5338\n", - "print utm zone: 42\n", - "print r: 563.2855901962951\n", - "5339\n", - "print utm zone: 42\n", - "print r: 563.3636887746852\n", - "5340\n", - "print utm zone: 42\n", - "print r: 563.2869519713861\n", - "5341\n", - "print utm zone: 42\n", - "print r: 563.3641990891814\n", - "5342\n", - "print utm zone: 42\n", - "print r: 1259.7243317352302\n", - "5343\n", - "print utm zone: 42\n", - "print r: 563.2945156603329\n", - "5344\n", - "print utm zone: 42\n", - "print r: 796.5835082168138\n", - "5345\n", - "print utm zone: 42\n", - "print r: 796.7593324634929\n", - "5346\n", - "print utm zone: 42\n", - "print r: 563.4363758240689\n", - "5347\n", - "print utm zone: 42\n", - "print r: 7807.425273902125\n", - "5348\n", - "print utm zone: 42\n", - "print r: 3379.4723407924957\n", - "5349\n", - "print utm zone: 42\n", - "print r: 1593.0792639612882\n", - "5350\n", - "print utm zone: 42\n", - "print r: 1259.7791019757929\n", - "5351\n", - "print utm zone: 42\n", - "print r: 1126.5680098519106\n", - "5352\n", - "print utm zone: 42\n", - "print r: 1490.2466370882155\n", - "5353\n", - "print utm zone: 42\n", - "print r: 563.2748605510486\n", - "5354\n", - "print utm zone: 42\n", - "print r: 796.5940738024732\n", - "5355\n", - "print utm zone: 41\n", - "print r: 975.6394371736644\n", - "5356\n", - "print utm zone: 42\n", - "print r: 1259.5074711434195\n", - "5357\n", - "print utm zone: 42\n", - "print r: 2872.859350032224\n", - "5358\n", - "print utm zone: 42\n", - "print r: 2390.4613968910594\n", - "5359\n", - "print utm zone: 42\n", - "print r: 1781.200331441011\n", - "5360\n", - "print utm zone: 42\n", - "print r: 1490.2584468976665\n", - "5361\n", - "print utm zone: 42\n", - "print r: 1951.855066418475\n", - "5362\n", - "print utm zone: 42\n", - "print r: 796.5952473394177\n", - "5363\n", - "print utm zone: 42\n", - "print r: 796.5855025755325\n", - "5364\n", - "print utm zone: 42\n", - "print r: 796.6464879414302\n", - "5365\n", - "print utm zone: 42\n", - "print r: 1490.2176821387043\n", - "5366\n", - "print utm zone: 42\n", - "print r: 796.6333847609197\n", - "5367\n", - "print utm zone: 42\n", - "print r: 1380.13883026663\n", - "5368\n", - "print utm zone: 42\n", - "print r: 563.3457195282467\n", - "5369\n", - "print utm zone: 42\n", - "print r: 563.308494365179\n", - "5370\n", - "print utm zone: 42\n", - "print r: 563.7093965133906\n", - "5371\n", - "print utm zone: 42\n", - "print r: 3821.2641767489135\n", - "5372\n", - "print utm zone: 42\n", - "print r: 2701.2871381196205\n", - "5373\n", - "print utm zone: 42\n", - "print r: 1689.8037999559242\n", - "5374\n", - "print utm zone: 42\n", - "print r: 4506.040069782116\n", - "5375\n", - "print utm zone: 42\n", - "print r: 563.4443455623127\n", - "5376\n", - "print utm zone: 42\n", - "print r: 2455.1275403093628\n", - "5377\n", - "print utm zone: 42\n", - "print r: 2390.66170524865\n", - "5378\n", - "print utm zone: 42\n", - "print r: 563.3372685230722\n", - "5379\n", - "print utm zone: 42\n", - "print r: 1380.006065275966\n", - "5380\n", - "print utm zone: 42\n", - "print r: 563.3083005101654\n", - "5381\n", - "print utm zone: 41\n", - "print r: 563.2742743812202\n", - "5382\n", - "print utm zone: 41\n", - "print r: 1126.585822632953\n", - "5383\n", - "print utm zone: 42\n", - "print r: 796.7273042456243\n", - "5384\n", - "print utm zone: 42\n", - "print r: 563.271100581902\n", - "5385\n", - "print utm zone: 42\n", - "print r: 1259.5155058946564\n", - "5386\n", - "print utm zone: 42\n", - "print r: 1126.498431765123\n", - "5387\n", - "print utm zone: 42\n", - "print r: 2030.959848845559\n", - "5388\n", - "print utm zone: 42\n", - "print r: 563.2690785943643\n", - "5389\n", - "print utm zone: 41\n", - "print r: 563.4621807895495\n", - "5390\n", - "print utm zone: 41\n", - "print r: 563.3107925966303\n", - "5391\n", - "print utm zone: 42\n", - "print r: 976.4329191081262\n", - "5392\n", - "print utm zone: 41\n", - "print r: 563.2736517733946\n", - "5393\n", - "print utm zone: 42\n", - "print r: 1781.2567685413007\n", - "5394\n", - "print utm zone: 42\n", - "print r: 3861.4639530118443\n", - "5395\n", - "print utm zone: 41\n", - "print r: 563.2480249653343\n", - "5396\n", - "print utm zone: 41\n", - "print r: 563.2513294187585\n", - "5397\n", - "print utm zone: 42\n", - "print r: 563.7555899796139\n", - "5398\n", - "print utm zone: 42\n", - "print r: 975.696922872244\n", - "5399\n", - "print utm zone: 41\n", - "print r: 563.3122763420488\n", - "5400\n", - "print utm zone: 42\n", - "print r: 796.6860205341553\n", - "5401\n", - "print utm zone: 42\n", - "print r: 796.5711915734885\n", - "5402\n", - "print utm zone: 42\n", - "print r: 563.4199423411411\n", - "5403\n", - "print utm zone: 42\n", - "print r: 975.6139495496641\n", - "5404\n", - "print utm zone: 42\n", - "print r: 1259.5058107588607\n", - "5405\n", - "print utm zone: 41\n", - "print r: 796.5607184642702\n", - "5406\n", - "print utm zone: 41\n", - "print r: 975.6405640830117\n", - "5407\n", - "print utm zone: 42\n", - "print r: 563.2920880184284\n", - "5408\n", - "print utm zone: 42\n", - "print r: 2927.0228932084474\n", - "5409\n", - "print utm zone: 42\n", - "print r: 2455.0720624906626\n", - "5410\n", - "print utm zone: 42\n", - "print r: 1490.3023412125103\n", - "5411\n", - "print utm zone: 42\n", - "print r: 563.2794610697557\n", - "5412\n", - "print utm zone: 41\n", - "print r: 796.573445811508\n", - "5413\n", - "print utm zone: 42\n", - "print r: 796.5890302282871\n", - "5414\n", - "print utm zone: 42\n", - "print r: 563.2463928891198\n", - "5415\n", - "print utm zone: 41\n", - "print r: 796.7168932210229\n", - "5416\n", - "print utm zone: 42\n", - "print r: 975.5346908306955\n", - "5417\n", - "print utm zone: 41\n", - "print r: 563.2767604914382\n", - "5418\n", - "print utm zone: 41\n", - "print r: 1126.7277058170653\n", - "5419\n", - "print utm zone: 42\n", - "print r: 563.2406064497272\n", - "5420\n", - "print utm zone: 42\n", - "print r: 2518.8497230460466\n", - "5421\n", - "print utm zone: 41\n", - "print r: 796.5740209119804\n", - "5422\n", - "print utm zone: 42\n", - "print r: 563.2407254811034\n", - "5423\n", - "print utm zone: 42\n", - "print r: 1379.6561295222511\n", - "5424\n", - "print utm zone: 42\n", - "print r: 563.2423202575932\n", - "5425\n", - "print utm zone: 41\n", - "print r: 563.5027072547996\n", - "5426\n", - "print utm zone: 41\n", - "print r: 796.5705467721003\n", - "5427\n", - "print utm zone: 41\n", - "print r: 796.7228247455209\n", - "5428\n", - "print utm zone: 41\n", - "print r: 563.3598740593185\n", - "5429\n", - "print utm zone: 42\n", - "print r: 563.4571126540093\n", - "5430\n", - "print utm zone: 42\n", - "print r: 5934.542341453794\n", - "5431\n", - "print utm zone: 42\n", - "print r: 563.3143859420378\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5432\n", - "print utm zone: 41\n", - "print r: 563.2383127543576\n", - "5433\n", - "print utm zone: 42\n", - "print r: 3517.388961010016\n", - "5434\n", - "print utm zone: 42\n", - "print r: 1259.4492521104394\n", - "5435\n", - "print utm zone: 41\n", - "print r: 563.3056031756377\n", - "5436\n", - "print utm zone: 42\n", - "print r: 796.5270362013878\n", - "5437\n", - "print utm zone: 42\n", - "print r: 563.2719837054615\n", - "5438\n", - "print utm zone: 41\n", - "print r: 563.2309317943428\n", - "5439\n", - "print utm zone: 42\n", - "print r: 2253.0024177092214\n", - "5440\n", - "print utm zone: 42\n", - "print r: 563.2562386274294\n", - "5441\n", - "print utm zone: 42\n", - "print r: 1593.0266462279524\n", - "5442\n", - "print utm zone: 42\n", - "print r: 563.231378701446\n", - "5443\n", - "print utm zone: 42\n", - "print r: 563.2870039657341\n", - "5444\n", - "print utm zone: 42\n", - "print r: 563.4142983947148\n", - "5445\n", - "print utm zone: 42\n", - "print r: 563.2752759562223\n", - "5446\n", - "print utm zone: 42\n", - "print r: 2030.6868050824057\n", - "5447\n", - "print utm zone: 42\n", - "print r: 563.2784254164296\n", - "5448\n", - "print utm zone: 42\n", - "print r: 796.6065989342773\n", - "5449\n", - "print utm zone: 42\n", - "print r: 563.2814135578294\n", - "5450\n", - "print utm zone: 42\n", - "print r: 797.0370452787201\n", - "5451\n", - "print utm zone: 42\n", - "print r: 1490.1558359150295\n", - "5452\n", - "print utm zone: 42\n", - "print r: 796.5999243894316\n", - "5453\n", - "print utm zone: 42\n", - "print r: 563.284504779374\n", - "5454\n", - "print utm zone: 42\n", - "print r: 563.2848490713642\n", - "5455\n", - "print utm zone: 42\n", - "print r: 796.5104598824652\n", - "5456\n", - "print utm zone: 42\n", - "print r: 563.2866262739673\n", - "5457\n", - "print utm zone: 41\n", - "print r: 563.2617593216694\n", - "5458\n", - "print utm zone: 41\n", - "print r: 796.7432332925295\n", - "5459\n", - "print utm zone: 42\n", - "print r: 1126.4330534961825\n", - "5460\n", - "print utm zone: 42\n", - "print r: 563.2293143080028\n", - "5461\n", - "print utm zone: 41\n", - "print r: 1490.1887785851713\n", - "5462\n", - "print utm zone: 42\n", - "print r: 975.5222433727881\n", - "5463\n", - "print utm zone: 42\n", - "print r: 1126.4481975223007\n", - "5464\n", - "print utm zone: 42\n", - "print r: 563.2999924229445\n", - "5465\n", - "print utm zone: 42\n", - "print r: 3235.7172623574033\n", - "5466\n", - "print utm zone: 42\n", - "print r: 1689.6864628626815\n", - "5467\n", - "print utm zone: 42\n", - "print r: 975.5833927678801\n", - "5468\n", - "print utm zone: 41\n", - "print r: 1951.1636896424195\n", - "5469\n", - "print utm zone: 42\n", - "print r: 563.229817983393\n", - "5470\n", - "print utm zone: 42\n", - "print r: 563.221592961223\n", - "5471\n", - "print utm zone: 42\n", - "print r: 3736.2679045224104\n", - "5472\n", - "print utm zone: 42\n", - "print r: 1126.4688748077313\n", - "5473\n", - "print utm zone: 42\n", - "print r: 975.5706805199738\n", - "5474\n", - "print utm zone: 42\n", - "print r: 563.2971861174346\n", - "5475\n", - "print utm zone: 42\n", - "print r: 563.2177359076228\n", - "5476\n", - "print utm zone: 42\n", - "print r: 796.5492554118388\n", - "5477\n", - "print utm zone: 42\n", - "print r: 796.5687118200195\n", - "5478\n", - "print utm zone: 42\n", - "print r: 975.5099516870259\n", - "5479\n", - "print utm zone: 42\n", - "print r: 563.2495803267439\n", - "5480\n", - "print utm zone: 41\n", - "print r: 796.6704084148838\n", - "5481\n", - "print utm zone: 42\n", - "print r: 563.2928439138807\n", - "5482\n", - "print utm zone: 42\n", - "print r: 796.5226508992218\n", - "5483\n", - "print utm zone: 42\n", - "print r: 563.2277877283021\n", - "5484\n", - "print utm zone: 42\n", - "print r: 975.9095225462532\n", - "5485\n", - "print utm zone: 42\n", - "print r: 563.2963044935173\n", - "5486\n", - "print utm zone: 42\n", - "print r: 563.2501151709616\n", - "5487\n", - "print utm zone: 42\n", - "print r: 563.294772423077\n", - "5488\n", - "print utm zone: 42\n", - "print r: 563.443991044174\n", - "5489\n", - "print utm zone: 42\n", - "print r: 563.4472006022984\n", - "5490\n", - "print utm zone: 42\n", - "print r: 563.2359436816454\n", - "5491\n", - "print utm zone: 42\n", - "print r: 563.2546348304684\n", - "5492\n", - "print utm zone: 42\n", - "print r: 563.2377874493718\n", - "5493\n", - "print utm zone: 42\n", - "print r: 1259.337492917225\n", - "5494\n", - "print utm zone: 42\n", - "print r: 563.2068232276769\n", - "5495\n", - "print utm zone: 41\n", - "print r: 563.2451378753314\n", - "5496\n", - "print utm zone: 42\n", - "print r: 563.3475211017703\n", - "5497\n", - "print utm zone: 42\n", - "print r: 975.5106098934305\n", - "5498\n", - "print utm zone: 42\n", - "print r: 1126.426936529816\n", - "5499\n", - "print utm zone: 42\n", - "print r: 563.2042546601143\n", - "5500\n", - "print utm zone: 42\n", - "print r: 796.4822437859325\n", - "5501\n", - "print utm zone: 42\n", - "print r: 563.4245665709659\n", - "5502\n", - "print utm zone: 41\n", - "print r: 563.2533305219678\n", - "5503\n", - "print utm zone: 42\n", - "print r: 563.2021762851182\n", - "5504\n", - "print utm zone: 42\n", - "print r: 563.4448063570785\n", - "5505\n", - "print utm zone: 42\n", - "print r: 1259.3444349812348\n", - "5506\n", - "print utm zone: 41\n", - "print r: 796.5801189783879\n", - "5507\n", - "print utm zone: 41\n", - "print r: 563.2650869992422\n", - "5508\n", - "print utm zone: 42\n", - "print r: 563.5419711858386\n", - "5509\n", - "print utm zone: 42\n", - "print r: 1867.8940522642934\n", - "5510\n", - "print utm zone: 42\n", - "print r: 563.4570324637453\n", - "5511\n", - "print utm zone: 42\n", - "print r: 563.1997211256291\n", - "5512\n", - "print utm zone: 42\n", - "print r: 563.1875707937278\n", - "5513\n", - "print utm zone: 42\n", - "print r: 1259.342363812857\n", - "5514\n", - "print utm zone: 42\n", - "print r: 563.3202915062728\n", - "5515\n", - "print utm zone: 42\n", - "print r: 1259.3408053830756\n", - "5516\n", - "print utm zone: 42\n", - "print r: 976.370486351596\n", - "5517\n", - "print utm zone: 42\n", - "print r: 563.2013463960491\n", - "5518\n", - "print utm zone: 42\n", - "print r: 563.2735847027676\n", - "5519\n", - "print utm zone: 42\n", - "print r: 796.4561133686705\n", - "5520\n", - "print utm zone: 42\n", - "print r: 975.6776516711577\n", - "5521\n", - "print utm zone: 41\n", - "print r: 1259.5366227032505\n", - "5522\n", - "print utm zone: 41\n", - "print r: 975.4726574543042\n", - "5523\n", - "print utm zone: 42\n", - "print r: 563.3784691075011\n", - "5524\n", - "print utm zone: 42\n", - "print r: 1259.3543069051175\n", - "5525\n", - "print utm zone: 41\n", - "print r: 796.513156259387\n", - "5526\n", - "print utm zone: 41\n", - "print r: 563.5720477694608\n", - "5527\n", - "print utm zone: 42\n", - "print r: 975.4314740943789\n", - "5528\n", - "print utm zone: 42\n", - "print r: 796.4600055297487\n", - "5529\n", - "print utm zone: 41\n", - "print r: 975.4748977236862\n", - "5530\n", - "print utm zone: 41\n", - "print r: 563.5969440666785\n", - "5531\n", - "print utm zone: 41\n", - "print r: 2324.1124444478905\n", - "5532\n", - "print utm zone: 41\n", - "print r: 1379.5185159671596\n", - "5533\n", - "print utm zone: 41\n", - "print r: 563.5880932929225\n", - "5534\n", - "print utm zone: 41\n", - "print r: 796.4592883150034\n", - "5535\n", - "print utm zone: 41\n", - "print r: 563.1950704861507\n", - "5536\n", - "print utm zone: 41\n", - "print r: 796.5272637165806\n", - "5537\n", - "print utm zone: 41\n", - "print r: 563.608163898394\n", - "5538\n", - "print utm zone: 42\n", - "print r: 563.3022564946182\n", - "5539\n", - "print utm zone: 42\n", - "print r: 563.2965036360877\n", - "5540\n", - "print utm zone: 41\n", - "print r: 796.6140309814742\n", - "5541\n", - "print utm zone: 41\n", - "print r: 563.2191021006406\n", - "5542\n", - "print utm zone: 41\n", - "print r: 1259.3540613605005\n", - "5543\n", - "print utm zone: 42\n", - "print r: 563.1660254826365\n", - "5544\n", - "print utm zone: 41\n", - "print r: 796.4790923893241\n", - "5545\n", - "print utm zone: 42\n", - "print r: 563.6413076253577\n", - "5546\n", - "print utm zone: 42\n", - "print r: 975.4788210469943\n", - "5547\n", - "print utm zone: 42\n", - "print r: 563.1673101132704\n", - "5548\n", - "print utm zone: 42\n", - "print r: 975.6940619249787\n", - "5549\n", - "print utm zone: 41\n", - "print r: 1126.4048318929297\n", - "5550\n", - "print utm zone: 42\n", - "print r: 563.5985345547397\n", - "5551\n", - "print utm zone: 41\n", - "print r: 1126.4009959948403\n", - "5552\n", - "print utm zone: 42\n", - "print r: 563.5966361144871\n", - "5553\n", - "print utm zone: 41\n", - "print r: 1126.4353824724385\n", - "5554\n", - "print utm zone: 42\n", - "print r: 1260.251844710101\n", - "5555\n", - "print utm zone: 42\n", - "print r: 563.4885784073998\n", - "5556\n", - "print utm zone: 42\n", - "print r: 563.4899425994047\n", - "5557\n", - "print utm zone: 41\n", - "print r: 1259.618009790188\n", - "5558\n", - "print utm zone: 42\n", - "print r: 796.4990951607274\n", - "5559\n", - "print utm zone: 41\n", - "print r: 796.7315096978148\n", - "5560\n", - "print utm zone: 42\n", - "print r: 563.4518649177055\n", - "5561\n", - "print utm zone: 41\n", - "print r: 796.784583260664\n", - "5562\n", - "print utm zone: 41\n", - "print r: 797.191055408223\n", - "5563\n", - "print utm zone: 41\n", - "print r: 796.7489069246318\n", - "5564\n", - "print utm zone: 42\n", - "print r: 563.4883909933774\n", - "5565\n", - "print utm zone: 42\n", - "print r: 563.4249675616342\n", - "5566\n", - "print utm zone: 41\n", - "print r: 3185.962217662486\n", - "5567\n", - "print utm zone: 41\n", - "print r: 975.7456489984982\n", - "5568\n", - "print utm zone: 41\n", - "print r: 796.7991871912068\n", - "5569\n", - "print utm zone: 41\n", - "print r: 563.1547780782975\n", - "5570\n", - "print utm zone: 41\n", - "print r: 563.1493991525947\n", - "5571\n", - "print utm zone: 42\n", - "print r: 563.1696669466405\n", - "5572\n", - "print utm zone: 42\n", - "print r: 563.5385699948356\n", - "5573\n", - "print utm zone: 42\n", - "print r: 563.5324501209676\n", - "5574\n", - "print utm zone: 42\n", - "print r: 2108.093576798233\n", - "5575\n", - "print utm zone: 41\n", - "print r: 975.7472544096406\n", - "5576\n", - "print utm zone: 41\n", - "print r: 1260.0515331409595\n", - "5577\n", - "print utm zone: 42\n", - "print r: 1260.4043484986194\n", - "5578\n", - "print utm zone: 42\n", - "print r: 1126.756081684484\n", - "5579\n", - "print utm zone: 41\n", - "print r: 1259.3794409182854\n", - "5580\n", - "print utm zone: 41\n", - "print r: 797.0899024634596\n", - "5581\n", - "print utm zone: 41\n", - "print r: 2030.9048318811922\n", - "5582\n", - "print utm zone: 42\n", - "print r: 976.1100942828963\n", - "5583\n", - "print utm zone: 41\n", - "print r: 975.5538031755673\n", - "5584\n", - "print utm zone: 41\n", - "print r: 3695.580696399153\n", - "5585\n", - "print utm zone: 41\n", - "print r: 975.7123104753006\n", - "5586\n", - "print utm zone: 41\n", - "print r: 796.5122884054158\n", - "5587\n", - "print utm zone: 41\n", - "print r: 796.490960380794\n", - "5588\n", - "print utm zone: 41\n", - "print r: 563.2070268896721\n", - "5589\n", - "print utm zone: 41\n", - "print r: 1490.5435013078295\n", - "5590\n", - "print utm zone: 41\n", - "print r: 976.0296712993425\n", - "5591\n", - "print utm zone: 41\n", - "print r: 1260.2619202510962\n", - "5592\n", - "print utm zone: 41\n", - "print r: 5405.580913734289\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5593\n", - "print utm zone: 41\n", - "print r: 1868.935350842588\n", - "5594\n", - "print utm zone: 41\n", - "print r: 1491.168589478523\n", - "5595\n", - "print utm zone: 41\n", - "print r: 2759.3019445974574\n", - "5596\n", - "print utm zone: 41\n", - "print r: 1126.8888321068493\n", - "5597\n", - "print utm zone: 41\n", - "print r: 975.5069876377801\n", - "5598\n", - "print utm zone: 41\n", - "print r: 1951.9803361643133\n", - "5599\n", - "print utm zone: 41\n", - "print r: 563.1732224882057\n", - "5600\n", - "print utm zone: 41\n", - "print r: 796.9141543733108\n", - "5601\n", - "print utm zone: 41\n", - "print r: 563.3855515193308\n", - "5602\n", - "print utm zone: 41\n", - "print r: 796.9381266558212\n", - "5603\n", - "print utm zone: 41\n", - "print r: 1781.8264737317304\n", - "5604\n", - "print utm zone: 41\n", - "print r: 796.8652179617674\n", - "5605\n", - "print utm zone: 41\n", - "print r: 563.2058167889487\n", - "5606\n", - "print utm zone: 41\n", - "print r: 2873.8125648475666\n", - "5607\n", - "print utm zone: 41\n", - "print r: 563.2150271687915\n", - "5608\n", - "print utm zone: 41\n", - "print r: 1380.1518189711653\n", - "5609\n", - "print utm zone: 41\n", - "print r: 1126.9277323008005\n", - "5610\n", - "print utm zone: 41\n", - "print r: 796.3546656658181\n", - "5611\n", - "print utm zone: 41\n", - "print r: 796.4926294141666\n", - "5612\n", - "print utm zone: 42\n", - "print r: 563.4099254076428\n", - "5613\n", - "print utm zone: 42\n", - "print r: 975.8449472183214\n", - "5614\n", - "print utm zone: 42\n", - "print r: 563.3291424131666\n", - "5615\n", - "print utm zone: 41\n", - "print r: 563.1769649010043\n", - "5616\n", - "print utm zone: 42\n", - "print r: 563.3323536655116\n", - "5617\n", - "print utm zone: 41\n", - "print r: 1379.4879207292522\n", - "5618\n", - "print utm zone: 41\n", - "print r: 1379.4297364024862\n", - "5619\n", - "print utm zone: 41\n", - "print r: 796.4507516943713\n", - "5620\n", - "print utm zone: 42\n", - "print r: 2323.6759166629954\n", - "5621\n", - "print utm zone: 42\n", - "print r: 1690.5027988572197\n", - "5622\n", - "print utm zone: 42\n", - "print r: 976.0426893127984\n", - "5623\n", - "print utm zone: 41\n", - "print r: 1126.3211087135408\n", - "5624\n", - "print utm zone: 41\n", - "print r: 2518.4883148927865\n", - "5625\n", - "print utm zone: 42\n", - "print r: 4178.907202316782\n", - "5626\n", - "print utm zone: 41\n", - "print r: 563.0865079517729\n", - "5627\n", - "print utm zone: 41\n", - "print r: 563.1611626934944\n", - "5628\n", - "print utm zone: 41\n", - "print r: 563.1591577331851\n", - "5629\n", - "print utm zone: 41\n", - "print r: 796.4751379657481\n", - "5630\n", - "print utm zone: 41\n", - "print r: 563.1808284902393\n", - "5631\n", - "print utm zone: 41\n", - "print r: 563.1367811787142\n", - "5632\n", - "print utm zone: 41\n", - "print r: 563.0842493013289\n", - "5633\n", - "print utm zone: 52\n", - "print r: 1494.8964719943644\n", - "5634\n", - "print utm zone: 53\n", - "print r: 1957.6963514250479\n", - "5635\n", - "print utm zone: 52\n", - "print r: 7011.842452119775\n", - "5636\n", - "print utm zone: 50\n", - "print r: 2526.90267262093\n", - "5637\n", - "print utm zone: 52\n", - "print r: 1494.3247838346092\n", - "5638\n", - "print utm zone: 52\n", - "print r: 1263.186293132955\n", - "5639\n", - "print utm zone: 52\n", - "print r: 1598.17227915107\n", - "5640\n", - "print utm zone: 53\n", - "print r: 1871.2942599622565\n", - "5641\n", - "print utm zone: 53\n", - "print r: 1382.1310033031684\n", - "5642\n", - "print utm zone: 53\n", - "print r: 1595.7411253846817\n", - "5643\n", - "print utm zone: 53\n", - "print r: 8406.250974518733\n", - "5644\n", - "print utm zone: 48\n", - "print r: 1871.847857892674\n", - "5645\n", - "print utm zone: 48\n", - "print r: 1784.8511451089294\n", - "5646\n", - "print utm zone: 48\n", - "print r: 1493.1538815766685\n", - "5647\n", - "print utm zone: 48\n", - "print r: 1955.7026823827825\n", - "5648\n", - "print utm zone: 49\n", - "print r: 1493.549760426434\n", - "5649\n", - "print utm zone: 49\n", - "print r: 2034.9356393669227\n", - "5650\n", - "print utm zone: 48\n", - "print r: 1871.8819173211616\n", - "5651\n", - "print utm zone: 48\n", - "print r: 1955.3934158525637\n", - "5652\n", - "print utm zone: 48\n", - "print r: 1694.0536227225512\n", - "5653\n", - "print utm zone: 48\n", - "print r: 1693.0615494521132\n", - "5654\n", - "print utm zone: 48\n", - "print r: 1493.876785491336\n", - "5655\n", - "print utm zone: 49\n", - "print r: 2460.7093359031123\n", - "5656\n", - "print utm zone: 48\n", - "print r: 2327.313167667882\n", - "5657\n", - "print utm zone: 35\n", - "print r: 5145.8050575084135\n", - "5658\n", - "print utm zone: 35\n", - "print r: 1694.9798842563068\n", - "5659\n", - "print utm zone: 35\n", - "print r: 1956.5570202947547\n", - "5660\n", - "print utm zone: 35\n", - "print r: 1383.9138089524226\n", - "5661\n", - "print utm zone: 36\n", - "print r: 1694.3342843895982\n", - "5662\n", - "print utm zone: 35\n", - "print r: 1597.8760807698195\n", - "5663\n", - "print utm zone: 54\n", - "print r: 1381.7817892063613\n", - "5664\n", - "print utm zone: 36\n", - "print r: 2187.413012755053\n", - "5665\n", - "print utm zone: 36\n", - "print r: 3041.856460581928\n", - "5666\n", - "print utm zone: 36\n", - "print r: 1694.8932243620916\n", - "5667\n", - "print utm zone: 36\n", - "print r: 2649.353584503813\n", - "5668\n", - "print utm zone: 36\n", - "print r: 1873.2719488365224\n", - "5669\n", - "print utm zone: 36\n", - "print r: 1383.5955742186597\n", - "5670\n", - "print utm zone: 53\n", - "print r: 2033.961391601602\n", - "5671\n", - "print utm zone: 36\n", - "print r: 2113.0870643716858\n", - "5672\n", - "print utm zone: 53\n", - "print r: 2110.690656346608\n", - "5673\n", - "print utm zone: 35\n", - "print r: 1129.8867105045579\n", - "5674\n", - "print utm zone: 35\n", - "print r: 1494.3121852797317\n", - "5675\n", - "print utm zone: 35\n", - "print r: 1383.6925750105295\n", - "5676\n", - "print utm zone: 53\n", - "print r: 1381.6983653146742\n", - "5677\n", - "print utm zone: 35\n", - "print r: 1383.3689619781996\n", - "5678\n", - "print utm zone: 35\n", - "print r: 1263.3844663439932\n", - "5679\n", - "print utm zone: 35\n", - "print r: 2396.231026625178\n", - "5680\n", - "print utm zone: 53\n", - "print r: 1871.021020652735\n", - "5681\n", - "print utm zone: 53\n", - "print r: 1381.8791197915048\n", - "5682\n", - "print utm zone: 36\n", - "print r: 3789.035231690832\n", - "5683\n", - "print utm zone: 54\n", - "print r: 2184.9289427870017\n", - "5684\n", - "print utm zone: 36\n", - "print r: 1597.536687323036\n", - "5685\n", - "print utm zone: 36\n", - "print r: 1786.0640111230111\n", - "5686\n", - "print utm zone: 54\n", - "print r: 5528.0857770330385\n", - "5687\n", - "print utm zone: 36\n", - "print r: 4989.042588565336\n", - "5688\n", - "print utm zone: 36\n", - "print r: 1597.7469491486843\n", - "5689\n", - "print utm zone: 54\n", - "print r: 1492.8586965056345\n", - "5690\n", - "print utm zone: 36\n", - "print r: 1786.3739072916476\n", - "5691\n", - "print utm zone: 36\n", - "print r: 2461.512982064829\n", - "5692\n", - "print utm zone: 36\n", - "print r: 1956.2731826154547\n", - "5693\n", - "print utm zone: 35\n", - "print r: 2187.8385892710758\n", - "5694\n", - "print utm zone: 36\n", - "print r: 1785.8339562612791\n", - "5695\n", - "print utm zone: 53\n", - "print r: 3140.7753885417346\n", - "5696\n", - "print utm zone: 36\n", - "print r: 2187.163718145143\n", - "5697\n", - "print utm zone: 35\n", - "print r: 2113.2329218687246\n", - "5698\n", - "print utm zone: 36\n", - "print r: 1263.2266498193485\n", - "5699\n", - "print utm zone: 36\n", - "print r: 4264.700521643093\n", - "5700\n", - "print utm zone: 36\n", - "print r: 1694.7460436031827\n", - "5701\n", - "print utm zone: 53\n", - "print r: 1492.1883122898594\n", - "5702\n", - "print utm zone: 36\n", - "print r: 1262.925040324041\n", - "5703\n", - "print utm zone: 35\n", - "print r: 1785.9154027189818\n", - "5704\n", - "print utm zone: 53\n", - "print r: 2393.177536551098\n", - "5705\n", - "print utm zone: 53\n", - "print r: 1261.2875056821888\n", - "5706\n", - "print utm zone: 36\n", - "print r: 2113.0961227187945\n", - "5707\n", - "print utm zone: 53\n", - "print r: 1381.710388417275\n", - "5708\n", - "print utm zone: 34\n", - "print r: 1785.4235190587513\n", - "5709\n", - "print utm zone: 34\n", - "print r: 1693.7849686764018\n", - "5710\n", - "print utm zone: 36\n", - "print r: 5144.107954756059\n", - "5711\n", - "print utm zone: 34\n", - "print r: 2186.6516520407918\n", - "5712\n", - "print utm zone: 34\n", - "print r: 1493.8204471510971\n", - "5713\n", - "print utm zone: 34\n", - "print r: 1493.9103734436535\n", - "5714\n", - "print utm zone: 53\n", - "print r: 2185.5759513538446\n", - "5715\n", - "print utm zone: 34\n", - "print r: 1694.1731628163857\n", - "5716\n", - "print utm zone: 53\n", - "print r: 1595.6679641521202\n", - "5717\n", - "print utm zone: 34\n", - "print r: 2707.829970755098\n", - "5718\n", - "print utm zone: 53\n", - "print r: 2033.3132498647844\n", - "5719\n", - "print utm zone: 34\n", - "print r: 2878.930331146063\n", - "5720\n", - "print utm zone: 34\n", - "print r: 1693.838005274921\n", - "5721\n", - "print utm zone: 34\n", - "print r: 7296.420488917192\n", - "5722\n", - "print utm zone: 34\n", - "print r: 977.930136507254\n", - "5723\n", - "print utm zone: 34\n", - "print r: 1785.4071565662437\n", - "5724\n", - "print utm zone: 53\n", - "print r: 2033.3187581583409\n", - "5725\n", - "print utm zone: 53\n", - "print r: 3656.079286496098\n", - "5726\n", - "print utm zone: 53\n", - "print r: 1783.7053888436942\n", - "5727\n", - "print utm zone: 34\n", - "print r: 1383.0170106546623\n", - "5728\n", - "print utm zone: 34\n", - "print r: 2461.133936874063\n", - "5729\n", - "print utm zone: 36\n", - "print r: 2036.0982249251554\n", - "5730\n", - "print utm zone: 34\n", - "print r: 2461.326355580216\n", - "5731\n", - "print utm zone: 34\n", - "print r: 1493.8972391227692\n", - "5732\n", - "print utm zone: 34\n", - "print r: 1262.5711112665858\n", - "5733\n", - "print utm zone: 47\n", - "print r: 1694.6992929128492\n", - "5734\n", - "print utm zone: 48\n", - "print r: 1263.568306983131\n", - "5735\n", - "print utm zone: 50\n", - "print r: 1598.0730470061847\n", - "5736\n", - "print utm zone: 50\n", - "print r: 2330.222767708547\n", - "5737\n", - "print utm zone: 49\n", - "print r: 1494.8829431465228\n", - "5738\n", - "print utm zone: 48\n", - "print r: 2989.2407519645767\n", - "5739\n", - "print utm zone: 48\n", - "print r: 2649.6331886259673\n", - "5740\n", - "print utm zone: 47\n", - "print r: 1263.071883036669\n", - "5741\n", - "print utm zone: 49\n", - "print r: 979.0804373838579\n", - "5742\n", - "print utm zone: 51\n", - "print r: 1787.520271353175\n", - "5743\n", - "print utm zone: 51\n", - "print r: 2114.6890801928375\n", - "5744\n", - "print utm zone: 49\n", - "print r: 1695.692076489119\n", - "5745\n", - "print utm zone: 49\n", - "print r: 1264.0149220927708\n", - "5746\n", - "print utm zone: 47\n", - "print r: 1785.7301603172502\n", - "5747\n", - "print utm zone: 47\n", - "print r: 2766.2160125078485\n", - "5748\n", - "print utm zone: 47\n", - "print r: 2987.5954606833384\n", - "5749\n", - "print utm zone: 45\n", - "print r: 1383.553204828073\n", - "5750\n", - "print utm zone: 46\n", - "print r: 2327.755271350026\n", - "5751\n", - "print utm zone: 46\n", - "print r: 1493.8294713807911\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5752\n", - "print utm zone: 47\n", - "print r: 2328.4976658384244\n", - "5753\n", - "print utm zone: 45\n", - "print r: 1873.3789505056488\n", - "5754\n", - "print utm zone: 46\n", - "print r: 1956.1960780738923\n", - "5755\n", - "print utm zone: 46\n", - "print r: 2328.5913251269567\n", - "5756\n", - "print utm zone: 46\n", - "print r: 2395.7318603287617\n", - "5757\n", - "print utm zone: 47\n", - "print r: 2988.007229129062\n", - "5758\n", - "print utm zone: 46\n", - "print r: 1494.1208620692396\n", - "5759\n", - "print utm zone: 45\n", - "print r: 2709.023818013754\n", - "5760\n", - "print utm zone: 46\n", - "print r: 1597.2187741377484\n", - "5761\n", - "print utm zone: 46\n", - "print r: 1597.53636199089\n", - "5762\n", - "print utm zone: 45\n", - "print r: 2327.620674282059\n", - "5763\n", - "print utm zone: 46\n", - "print r: 1596.9238270481678\n", - "5764\n", - "print utm zone: 46\n", - "print r: 1785.1742862555154\n", - "5765\n", - "print utm zone: 45\n", - "print r: 3291.6909594875888\n", - "5766\n", - "print utm zone: 46\n", - "print r: 1262.5086945000844\n", - "5767\n", - "print utm zone: 46\n", - "print r: 1693.4609158875292\n", - "5768\n", - "print utm zone: 46\n", - "print r: 2258.140289437409\n", - "5769\n", - "print utm zone: 45\n", - "print r: 1493.5751574941162\n", - "5770\n", - "print utm zone: 45\n", - "print r: 2186.4632271622113\n", - "5771\n", - "print utm zone: 45\n", - "print r: 1693.7018780257279\n", - "5772\n", - "print utm zone: 46\n", - "print r: 4409.788079763339\n", - "5773\n", - "print utm zone: 45\n", - "print r: 2186.604371482903\n", - "5774\n", - "print utm zone: 46\n", - "print r: 1693.7735176813667\n", - "5775\n", - "print utm zone: 46\n", - "print r: 5112.798279741149\n", - "5776\n", - "print utm zone: 46\n", - "print r: 3243.278100882682\n", - "5777\n", - "print utm zone: 45\n", - "print r: 3040.1866785599236\n", - "5778\n", - "print utm zone: 47\n", - "print r: 2989.1796729539515\n", - "5779\n", - "print utm zone: 47\n", - "print r: 3195.5621859850885\n", - "5780\n", - "print utm zone: 46\n", - "print r: 1694.1111708912765\n", - "5781\n", - "print utm zone: 48\n", - "print r: 2766.6287097030477\n", - "5782\n", - "print utm zone: 47\n", - "print r: 2187.4468044408036\n", - "5783\n", - "print utm zone: 46\n", - "print r: 3702.957459592986\n", - "5784\n", - "print utm zone: 46\n", - "print r: 4338.959836695697\n", - "5785\n", - "print utm zone: 47\n", - "print r: 1956.9208814404246\n", - "5786\n", - "print utm zone: 47\n", - "print r: 1597.4064443153418\n", - "5787\n", - "print utm zone: 48\n", - "print r: 1597.4278447771587\n", - "5788\n", - "print utm zone: 46\n", - "print r: 1786.2151734044617\n", - "5789\n", - "print utm zone: 47\n", - "print r: 1786.0991999781127\n", - "5790\n", - "print utm zone: 47\n", - "print r: 2037.1035659621414\n", - "5791\n", - "print utm zone: 48\n", - "print r: 3341.581552343638\n", - "5792\n", - "print utm zone: 46\n", - "print r: 1786.18123147977\n", - "5793\n", - "print utm zone: 46\n", - "print r: 1785.769593374761\n", - "5794\n", - "print utm zone: 47\n", - "print r: 2187.2261584147286\n", - "5795\n", - "print utm zone: 46\n", - "print r: 2187.2538819524707\n", - "5796\n", - "print utm zone: 46\n", - "print r: 1383.324634324316\n", - "5797\n", - "print utm zone: 46\n", - "print r: 1129.4549628453292\n", - "5798\n", - "print utm zone: 46\n", - "print r: 9958.110565543107\n", - "5799\n", - "print utm zone: 47\n", - "print r: 1694.1191891987307\n", - "5800\n", - "print utm zone: 46\n", - "print r: 1597.3632385707708\n", - "5801\n", - "print utm zone: 46\n", - "print r: 2259.006865890502\n", - "5802\n", - "print utm zone: 46\n", - "print r: 2258.7240406105557\n", - "5803\n", - "print utm zone: 46\n", - "print r: 1597.167597057024\n", - "5804\n", - "print utm zone: 46\n", - "print r: 1873.0240710221758\n", - "5805\n", - "print utm zone: 47\n", - "print r: 1383.580365834615\n", - "5806\n", - "print utm zone: 46\n", - "print r: 2258.736604494974\n", - "5807\n", - "print utm zone: 47\n", - "print r: 4411.503922220336\n", - "5808\n", - "print utm zone: 47\n", - "print r: 2259.348244378562\n", - "5809\n", - "print utm zone: 47\n", - "print r: 2328.7233830221285\n", - "5810\n", - "print utm zone: 45\n", - "print r: 1493.37121677571\n", - "5811\n", - "print utm zone: 45\n", - "print r: 1382.6376491719193\n", - "5812\n", - "print utm zone: 46\n", - "print r: 1873.2335032348424\n", - "5813\n", - "print utm zone: 45\n", - "print r: 1872.2054392070704\n", - "5814\n", - "print utm zone: 46\n", - "print r: 4224.28341559346\n", - "5815\n", - "print utm zone: 45\n", - "print r: 2112.1888647880396\n", - "5816\n", - "print utm zone: 45\n", - "print r: 4224.000391234562\n", - "5817\n", - "print utm zone: 46\n", - "print r: 1382.6248683025512\n", - "5818\n", - "print utm zone: 46\n", - "print r: 2822.885520036904\n", - "5819\n", - "print utm zone: 46\n", - "print r: 1597.147581577463\n", - "5820\n", - "print utm zone: 46\n", - "print r: 1262.6449926957455\n", - "5821\n", - "print utm zone: 45\n", - "print r: 1382.7340612259927\n", - "5822\n", - "print utm zone: 45\n", - "print r: 1383.3798178932711\n", - "5823\n", - "print utm zone: 45\n", - "print r: 1693.5642878840938\n", - "5824\n", - "print utm zone: 46\n", - "print r: 1493.6926616441021\n", - "5825\n", - "print utm zone: 46\n", - "print r: 1493.8795007266767\n", - "5826\n", - "print utm zone: 46\n", - "print r: 977.7053056360395\n", - "5827\n", - "print utm zone: 46\n", - "print r: 977.5030944209431\n", - "5828\n", - "print utm zone: 45\n", - "print r: 1493.1609265696402\n", - "5829\n", - "print utm zone: 45\n", - "print r: 1493.5808762622398\n", - "5830\n", - "print utm zone: 45\n", - "print r: 1128.7763472637334\n", - "5831\n", - "print utm zone: 46\n", - "print r: 1262.1706071940396\n", - "5832\n", - "print utm zone: 45\n", - "print r: 1693.0509542041298\n", - "5833\n", - "print utm zone: 45\n", - "print r: 1493.362782221764\n", - "5834\n", - "print utm zone: 46\n", - "print r: 977.7033098795001\n", - "5835\n", - "print utm zone: 46\n", - "print r: 1382.9473265011381\n", - "5836\n", - "print utm zone: 46\n", - "print r: 1382.4613020473437\n", - "5837\n", - "print utm zone: 46\n", - "print r: 1129.2446320230915\n", - "5838\n", - "print utm zone: 46\n", - "print r: 1382.8923721830809\n", - "5839\n", - "print utm zone: 46\n", - "print r: 1382.8900418272524\n", - "5840\n", - "print utm zone: 46\n", - "print r: 1382.664118311783\n", - "5841\n", - "print utm zone: 45\n", - "print r: 1872.6695851374106\n", - "5842\n", - "print utm zone: 44\n", - "print r: 1693.6468610901218\n", - "5843\n", - "print utm zone: 44\n", - "print r: 2035.3847513525266\n", - "5844\n", - "print utm zone: 44\n", - "print r: 1955.4344293133117\n", - "5845\n", - "print utm zone: 44\n", - "print r: 2186.9313107689472\n", - "5846\n", - "print utm zone: 44\n", - "print r: 2987.753004858722\n", - "5847\n", - "print utm zone: 44\n", - "print r: 8125.1566671364435\n", - "5848\n", - "print utm zone: 44\n", - "print r: 1382.7198243695643\n", - "5849\n", - "print utm zone: 44\n", - "print r: 1382.777516649332\n", - "5850\n", - "print utm zone: 44\n", - "print r: 2186.788508574329\n", - "5851\n", - "print utm zone: 45\n", - "print r: 1493.654785735889\n", - "5852\n", - "print utm zone: 44\n", - "print r: 1383.136107686074\n", - "5853\n", - "print utm zone: 44\n", - "print r: 1262.724669964129\n", - "5854\n", - "print utm zone: 44\n", - "print r: 1383.2040917154684\n", - "5855\n", - "print utm zone: 45\n", - "print r: 1262.416669117318\n", - "5856\n", - "print utm zone: 44\n", - "print r: 2878.688844716196\n", - "5857\n", - "print utm zone: 45\n", - "print r: 1785.3123196917506\n", - "5858\n", - "print utm zone: 44\n", - "print r: 1493.9326604706516\n", - "5859\n", - "print utm zone: 44\n", - "print r: 1493.4715236844015\n", - "5860\n", - "print utm zone: 44\n", - "print r: 1785.045613875236\n", - "5861\n", - "print utm zone: 44\n", - "print r: 1596.9943483130032\n", - "5862\n", - "print utm zone: 44\n", - "print r: 1596.9464132877888\n", - "5863\n", - "print utm zone: 45\n", - "print r: 6132.7119232413825\n", - "5864\n", - "print utm zone: 44\n", - "print r: 1784.9632575830208\n", - "5865\n", - "print utm zone: 44\n", - "print r: 2112.4537973318556\n", - "5866\n", - "print utm zone: 45\n", - "print r: 1955.593188265769\n", - "5867\n", - "print utm zone: 44\n", - "print r: 1382.8409225945177\n", - "5868\n", - "print utm zone: 44\n", - "print r: 1785.6579200715603\n", - "5869\n", - "print utm zone: 45\n", - "print r: 1694.0278501804175\n", - "5870\n", - "print utm zone: 44\n", - "print r: 2461.7815693010807\n", - "5871\n", - "print utm zone: 44\n", - "print r: 2327.847192626705\n", - "5872\n", - "print utm zone: 44\n", - "print r: 1382.8702035433262\n", - "5873\n", - "print utm zone: 45\n", - "print r: 8854.516183341228\n", - "5874\n", - "print utm zone: 43\n", - "print r: 1382.884331440275\n", - "5875\n", - "print utm zone: 44\n", - "print r: 2461.660692960395\n", - "5876\n", - "print utm zone: 45\n", - "print r: 1872.5946367599195\n", - "5877\n", - "print utm zone: 45\n", - "print r: 2587.2531056851067\n", - "5878\n", - "print utm zone: 45\n", - "print r: 2186.54705018229\n", - "5879\n", - "print utm zone: 43\n", - "print r: 1494.2305799147612\n", - "5880\n", - "print utm zone: 45\n", - "print r: 1596.869951610658\n", - "5881\n", - "print utm zone: 43\n", - "print r: 1872.44445989995\n", - "5882\n", - "print utm zone: 44\n", - "print r: 1383.3775988594825\n", - "5883\n", - "print utm zone: 44\n", - "print r: 1694.2091323478821\n", - "5884\n", - "print utm zone: 44\n", - "print r: 1693.7773613735528\n", - "5885\n", - "print utm zone: 44\n", - "print r: 978.1101388825323\n", - "5886\n", - "print utm zone: 44\n", - "print r: 1873.035653608475\n", - "5887\n", - "print utm zone: 44\n", - "print r: 4150.23108660238\n", - "5888\n", - "print utm zone: 45\n", - "print r: 1596.8883238445817\n", - "5889\n", - "print utm zone: 44\n", - "print r: 2525.76215358367\n", - "5890\n", - "print utm zone: 45\n", - "print r: 1493.9855826984021\n", - "5891\n", - "print utm zone: 44\n", - "print r: 3040.1174114311834\n", - "5892\n", - "print utm zone: 43\n", - "print r: 1493.7125219171526\n", - "5893\n", - "print utm zone: 45\n", - "print r: 1493.565268013192\n", - "5894\n", - "print utm zone: 45\n", - "print r: 1597.0501505793386\n", - "5895\n", - "print utm zone: 45\n", - "print r: 2186.8797848394106\n", - "5896\n", - "print utm zone: 45\n", - "print r: 9067.76774524803\n", - "5897\n", - "print utm zone: 44\n", - "print r: 2185.674236723225\n", - "5898\n", - "print utm zone: 44\n", - "print r: 1382.4517697718024\n", - "5899\n", - "print utm zone: 44\n", - "print r: 1955.3679698229148\n", - "5900\n", - "print utm zone: 45\n", - "print r: 2112.3614622063214\n", - "5901\n", - "print utm zone: 44\n", - "print r: 2035.121905878792\n", - "5902\n", - "print utm zone: 44\n", - "print r: 1784.8962004755078\n", - "5903\n", - "print utm zone: 45\n", - "print r: 1383.066983447239\n", - "5904\n", - "print utm zone: 44\n", - "print r: 1493.5115053460122\n", - "5905\n", - "print utm zone: 44\n", - "print r: 1382.5562379582734\n", - "5906\n", - "print utm zone: 44\n", - "print r: 2035.2738513185743\n", - "5907\n", - "print utm zone: 44\n", - "print r: 1785.2181550637852\n", - "5908\n", - "print utm zone: 44\n", - "print r: 1493.807543542083\n", - "5909\n", - "print utm zone: 44\n", - "print r: 1784.7774079554647\n", - "5910\n", - "print utm zone: 44\n", - "print r: 4069.865343945025\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5911\n", - "print utm zone: 44\n", - "print r: 1382.6110297842645\n", - "5912\n", - "print utm zone: 44\n", - "print r: 1693.1451334924877\n", - "5913\n", - "print utm zone: 36\n", - "print r: 1384.4688652655607\n", - "5914\n", - "print utm zone: 36\n", - "print r: 1263.7208692491367\n", - "5915\n", - "print utm zone: 37\n", - "print r: 1874.298088885709\n", - "5916\n", - "print utm zone: 36\n", - "print r: 2397.976611438146\n", - "5917\n", - "print utm zone: 36\n", - "print r: 2463.0920670707837\n", - "5918\n", - "print utm zone: 36\n", - "print r: 2330.2440062601436\n", - "5919\n", - "print utm zone: 36\n", - "print r: 2037.5731852692718\n", - "5920\n", - "print utm zone: 36\n", - "print r: 1130.7851854339715\n", - "5921\n", - "print utm zone: 36\n", - "print r: 2938.151261927551\n", - "5922\n", - "print utm zone: 36\n", - "print r: 1787.859942394918\n", - "5923\n", - "print utm zone: 36\n", - "print r: 2330.754020779326\n", - "5924\n", - "print utm zone: 36\n", - "print r: 3391.8296808573045\n", - "5925\n", - "print utm zone: 36\n", - "print r: 3096.7062843622034\n", - "5926\n", - "print utm zone: 36\n", - "print r: 1696.2217825880064\n", - "5927\n", - "print utm zone: 36\n", - "print r: 1599.1435659795536\n", - "5928\n", - "print utm zone: 36\n", - "print r: 1599.1952642190836\n", - "5929\n", - "print utm zone: 36\n", - "print r: 2464.5097622978296\n", - "5930\n", - "print utm zone: 36\n", - "print r: 3197.806500985366\n", - "5931\n", - "print utm zone: 36\n", - "print r: 2651.7487775650065\n", - "5932\n", - "print utm zone: 36\n", - "print r: 5242.979835732157\n", - "5933\n", - "print utm zone: 36\n", - "print r: 2188.066938363939\n", - "5934\n", - "print utm zone: 35\n", - "print r: 3342.6925818185646\n", - "5935\n", - "print utm zone: 35\n", - "print r: 1786.7701931656406\n", - "5936\n", - "print utm zone: 36\n", - "print r: 1874.0571347878847\n", - "5937\n", - "print utm zone: 36\n", - "print r: 978.6342317514893\n", - "5938\n", - "print utm zone: 36\n", - "print r: 1494.6597099136025\n", - "5939\n", - "print utm zone: 36\n", - "print r: 1597.9742166611647\n", - "5940\n", - "print utm zone: 36\n", - "print r: 1495.130501319831\n", - "5941\n", - "print utm zone: 36\n", - "print r: 2329.7964938555347\n", - "5942\n", - "print utm zone: 36\n", - "print r: 2709.9714292120775\n", - "5943\n", - "print utm zone: 36\n", - "print r: 1384.082550740541\n", - "5944\n", - "print utm zone: 37\n", - "print r: 1495.2188970107436\n", - "5945\n", - "print utm zone: 36\n", - "print r: 1598.1479940767774\n", - "5946\n", - "print utm zone: 36\n", - "print r: 1957.6034179518397\n", - "5947\n", - "print utm zone: 36\n", - "print r: 5478.290771789089\n", - "5948\n", - "print utm zone: 36\n", - "print r: 2114.0283519297172\n", - "5949\n", - "print utm zone: 36\n", - "print r: 1597.9628222839804\n", - "5950\n", - "print utm zone: 35\n", - "print r: 1786.7799281345567\n", - "5951\n", - "print utm zone: 35\n", - "print r: 2188.4164386884113\n", - "5952\n", - "print utm zone: 36\n", - "print r: 1597.8606368307228\n", - "5953\n", - "print utm zone: 36\n", - "print r: 2114.2178677057177\n", - "5954\n", - "print utm zone: 36\n", - "print r: 1873.6729559900423\n", - "5955\n", - "print utm zone: 35\n", - "print r: 2767.4611644885895\n", - "5956\n", - "print utm zone: 35\n", - "print r: 1873.7770844744805\n", - "5957\n", - "print utm zone: 35\n", - "print r: 1956.9732208065936\n", - "5958\n", - "print utm zone: 35\n", - "print r: 2649.5711644623584\n", - "5959\n", - "print utm zone: 35\n", - "print r: 1383.6794075971243\n", - "5960\n", - "print utm zone: 35\n", - "print r: 2462.903557058164\n", - "5961\n", - "print utm zone: 36\n", - "print r: 1786.2408339301078\n", - "5962\n", - "print utm zone: 35\n", - "print r: 5390.577130920462\n", - "5963\n", - "print utm zone: 36\n", - "print r: 2462.6512430566777\n", - "5964\n", - "print utm zone: 36\n", - "print r: 1598.3725779688177\n", - "5965\n", - "print utm zone: 36\n", - "print r: 3195.6228211502316\n", - "5966\n", - "print utm zone: 36\n", - "print r: 1597.9900648993487\n", - "5967\n", - "print utm zone: 36\n", - "print r: 2397.1023318124803\n", - "5968\n", - "print utm zone: 35\n", - "print r: 3661.6627848264966\n", - "5969\n", - "print utm zone: 36\n", - "print r: 2114.015694411364\n", - "5970\n", - "print utm zone: 36\n", - "print r: 1695.0454982645406\n", - "5971\n", - "print utm zone: 36\n", - "print r: 1130.0372882449715\n", - "5972\n", - "print utm zone: 36\n", - "print r: 1873.932396795106\n", - "5973\n", - "print utm zone: 35\n", - "print r: 3196.707172355345\n", - "5974\n", - "print utm zone: 36\n", - "print r: 1873.9495726730956\n", - "5975\n", - "print utm zone: 36\n", - "print r: 3954.9610525295802\n", - "5976\n", - "print utm zone: 36\n", - "print r: 2462.8963224431145\n", - "5977\n", - "print utm zone: 36\n", - "print r: 3042.070689194423\n", - "5978\n", - "print utm zone: 36\n", - "print r: 1956.925765318843\n", - "5979\n", - "print utm zone: 35\n", - "print r: 1598.2747713890499\n", - "5980\n", - "print utm zone: 36\n", - "print r: 5178.90039081064\n", - "5981\n", - "print utm zone: 36\n", - "print r: 1957.3686834600169\n", - "5982\n", - "print utm zone: 35\n", - "print r: 1695.0211141300279\n", - "5983\n", - "print utm zone: 36\n", - "print r: 2036.7544683866056\n", - "5984\n", - "print utm zone: 36\n", - "print r: 1695.22970529412\n", - "5985\n", - "print utm zone: 36\n", - "print r: 1598.2220846924843\n", - "5986\n", - "print utm zone: 36\n", - "print r: 2114.0359225003244\n", - "5987\n", - "print utm zone: 36\n", - "print r: 2114.701431566257\n", - "5988\n", - "print utm zone: 36\n", - "print r: 2935.736287195275\n", - "5989\n", - "print utm zone: 36\n", - "print r: 17101.732687380816\n", - "5990\n", - "print utm zone: 36\n", - "print r: 3245.1356375479063\n", - "5991\n", - "print utm zone: 36\n", - "print r: 1786.6756492087172\n", - "5992\n", - "print utm zone: 37\n", - "print r: 1493.6150830749898\n", - "5993\n", - "print utm zone: 38\n", - "print r: 1128.8096144584163\n", - "5994\n", - "print utm zone: 37\n", - "print r: 2034.6049049486537\n", - "5995\n", - "print utm zone: 37\n", - "print r: 1693.1312335194662\n", - "5996\n", - "print utm zone: 37\n", - "print r: 1596.7445559440507\n", - "5997\n", - "print utm zone: 37\n", - "print r: 2111.3991035511217\n", - "5998\n", - "print utm zone: 38\n", - "print r: 1693.3415605217615\n", - "5999\n", - "print utm zone: 37\n", - "print r: 2932.1406512092626\n", - "6000\n", - "print utm zone: 43\n", - "print r: 2260.3992652781717\n", - "6001\n", - "print utm zone: 43\n", - "print r: 2989.9205802196043\n", - "6002\n", - "print utm zone: 43\n", - "print r: 4794.328745051578\n", - "6003\n", - "print utm zone: 43\n", - "print r: 1130.0705688994794\n", - "6004\n", - "print utm zone: 42\n", - "print r: 3481.803793253722\n", - "6005\n", - "print utm zone: 42\n", - "print r: 2187.5021286354577\n", - "6006\n", - "print utm zone: 42\n", - "print r: 2187.509488169284\n", - "6007\n", - "print utm zone: 42\n", - "print r: 1597.6743039848727\n", - "6008\n", - "print utm zone: 43\n", - "print r: 2114.0086423871076\n", - "6009\n", - "print utm zone: 43\n", - "print r: 3042.7659274422886\n", - "6010\n", - "print utm zone: 43\n", - "print r: 2037.1018590650417\n", - "6011\n", - "print utm zone: 43\n", - "print r: 5449.190117957821\n", - "6012\n", - "print utm zone: 43\n", - "print r: 1786.8983172959393\n", - "6013\n", - "print utm zone: 43\n", - "print r: 1873.905588268958\n", - "6014\n", - "print utm zone: 42\n", - "print r: 1695.4090354962818\n", - "6015\n", - "print utm zone: 42\n", - "print r: 3914.1782106912774\n", - "6016\n", - "print utm zone: 41\n", - "print r: 1956.9398157686644\n", - "6017\n", - "print utm zone: 41\n", - "print r: 2187.2797189195885\n", - "6018\n", - "print utm zone: 41\n", - "print r: 9520.058675054122\n", - "6019\n", - "print utm zone: 43\n", - "print r: 1494.3024691660999\n", - "6020\n", - "print utm zone: 41\n", - "print r: 1956.2865279923537\n", - "6021\n", - "print utm zone: 43\n", - "print r: 1597.6990930021218\n", - "6022\n", - "print utm zone: 41\n", - "print r: 1786.4472436959513\n", - "6023\n", - "print utm zone: 41\n", - "print r: 1873.0569127265308\n", - "6024\n", - "print utm zone: 42\n", - "print r: 1597.9758812457248\n", - "6025\n", - "print utm zone: 42\n", - "print r: 1383.7253749359975\n", - "6026\n", - "print utm zone: 42\n", - "print r: 1383.4238058963026\n", - "6027\n", - "print utm zone: 41\n", - "print r: 2880.5475641484145\n", - "6028\n", - "print utm zone: 41\n", - "print r: 1494.242790083329\n", - "6029\n", - "print utm zone: 42\n", - "print r: 1597.6346668064962\n", - "6030\n", - "print utm zone: 43\n", - "print r: 1597.8718050810742\n", - "6031\n", - "print utm zone: 41\n", - "print r: 1597.5695718582665\n", - "6032\n", - "print utm zone: 44\n", - "print r: 1495.7798061400438\n", - "6033\n", - "print utm zone: 44\n", - "print r: 1384.818147904597\n", - "6034\n", - "print utm zone: 43\n", - "print r: 2038.2101347199302\n", - "6035\n", - "print utm zone: 43\n", - "print r: 4729.153174783781\n", - "6036\n", - "print utm zone: 43\n", - "print r: 1957.5832637616027\n", - "6037\n", - "print utm zone: 43\n", - "print r: 2261.05936536803\n", - "6038\n", - "print utm zone: 43\n", - "print r: 1695.5762312036131\n", - "6039\n", - "print utm zone: 43\n", - "print r: 1598.8805819997322\n", - "6040\n", - "print utm zone: 45\n", - "print r: 1495.8037242678738\n", - "6041\n", - "print utm zone: 45\n", - "print r: 2591.0895456623653\n", - "6042\n", - "print utm zone: 45\n", - "print r: 1599.2319701276106\n", - "6043\n", - "print utm zone: 45\n", - "print r: 1788.036262802791\n", - "6044\n", - "print utm zone: 44\n", - "print r: 1264.2121340082363\n", - "6045\n", - "print utm zone: 45\n", - "print r: 1264.197255407527\n", - "6046\n", - "print utm zone: 45\n", - "print r: 1696.1117750013545\n", - "6047\n", - "print utm zone: 45\n", - "print r: 3664.061861121693\n", - "6048\n", - "print utm zone: 43\n", - "print r: 1494.8637128975304\n", - "6049\n", - "print utm zone: 43\n", - "print r: 1383.9296631944421\n", - "6050\n", - "print utm zone: 43\n", - "print r: 1495.0383934227368\n", - "6051\n", - "print utm zone: 43\n", - "print r: 2037.6842189709082\n", - "6052\n", - "print utm zone: 43\n", - "print r: 1263.5139762207607\n", - "6053\n", - "print utm zone: 43\n", - "print r: 1495.1142165104734\n", - "6054\n", - "print utm zone: 43\n", - "print r: 1263.4293022301053\n", - "6055\n", - "print utm zone: 43\n", - "print r: 2260.624350250707\n", - "6056\n", - "print utm zone: 43\n", - "print r: 1130.1098576909164\n", - "6057\n", - "print utm zone: 42\n", - "print r: 1384.4199973286147\n", - "6058\n", - "print utm zone: 43\n", - "print r: 1598.3928175298947\n", - "6059\n", - "print utm zone: 43\n", - "print r: 3095.130462979549\n", - "6060\n", - "print utm zone: 43\n", - "print r: 1598.3528761632597\n", - "6061\n", - "print utm zone: 43\n", - "print r: 1787.0820617390182\n", - "6062\n", - "print utm zone: 43\n", - "print r: 2188.376735509988\n", - "6063\n", - "print utm zone: 43\n", - "print r: 2260.288329904294\n", - "6064\n", - "print utm zone: 42\n", - "print r: 1383.4771889741626\n", - "6065\n", - "print utm zone: 41\n", - "print r: 1693.9610507760588\n", - "6066\n", - "print utm zone: 41\n", - "print r: 1694.129670589165\n", - "6067\n", - "print utm zone: 41\n", - "print r: 1956.015571288213\n", - "6068\n", - "print utm zone: 42\n", - "print r: 1597.2266921730425\n", - "6069\n", - "print utm zone: 41\n", - "print r: 1785.6375848862192\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6070\n", - "print utm zone: 41\n", - "print r: 2258.701338396465\n", - "6071\n", - "print utm zone: 41\n", - "print r: 1597.1469587378663\n", - "6072\n", - "print utm zone: 41\n", - "print r: 1597.1886992209566\n", - "6073\n", - "print utm zone: 43\n", - "print r: 1383.0707260456788\n", - "6074\n", - "print utm zone: 42\n", - "print r: 1383.22913976259\n", - "6075\n", - "print utm zone: 42\n", - "print r: 1956.4807852268239\n", - "6076\n", - "print utm zone: 41\n", - "print r: 1786.0141510087028\n", - "6077\n", - "print utm zone: 43\n", - "print r: 1493.9057497432843\n", - "6078\n", - "print utm zone: 41\n", - "print r: 1956.7037723710005\n", - "6079\n", - "print utm zone: 41\n", - "print r: 7099.255208728552\n", - "6080\n", - "print utm zone: 42\n", - "print r: 1597.6088249356837\n", - "6081\n", - "print utm zone: 43\n", - "print r: 1597.189099510619\n", - "6082\n", - "print utm zone: 43\n", - "print r: 1597.4123595555195\n", - "6083\n", - "print utm zone: 43\n", - "print r: 1493.964215498325\n", - "6084\n", - "print utm zone: 41\n", - "print r: 3745.6398360171547\n", - "6085\n", - "print utm zone: 41\n", - "print r: 2112.779559489826\n", - "6086\n", - "print utm zone: 42\n", - "print r: 2525.515716588332\n", - "6087\n", - "print utm zone: 41\n", - "print r: 12332.97525346189\n", - "6088\n", - "print utm zone: 43\n", - "print r: 1785.897777015927\n", - "6089\n", - "print utm zone: 43\n", - "print r: 1694.0815730852496\n", - "6090\n", - "print utm zone: 41\n", - "print r: 1493.9790689084823\n", - "6091\n", - "print utm zone: 43\n", - "print r: 1693.9671911901814\n", - "6092\n", - "print utm zone: 41\n", - "print r: 2035.9663502585272\n", - "6093\n", - "print utm zone: 43\n", - "print r: 2648.238652135265\n", - "6094\n", - "print utm zone: 42\n", - "print r: 1785.6412341099215\n", - "6095\n", - "print utm zone: 41\n", - "print r: 1694.5201143468933\n", - "6096\n", - "print utm zone: 42\n", - "print r: 2880.348613417321\n", - "6097\n", - "print utm zone: 43\n", - "print r: 1494.2207070751622\n", - "6098\n", - "print utm zone: 42\n", - "print r: 2824.420259879368\n", - "6099\n", - "print utm zone: 43\n", - "print r: 2035.939675542635\n", - "6100\n", - "print utm zone: 42\n", - "print r: 2258.799675293648\n", - "6101\n", - "print utm zone: 43\n", - "print r: 1785.8846177976088\n", - "6102\n", - "print utm zone: 42\n", - "print r: 2113.088349718365\n", - "6103\n", - "print utm zone: 42\n", - "print r: 1872.9948795512844\n", - "6104\n", - "print utm zone: 41\n", - "print r: 1597.8707106798854\n", - "6105\n", - "print utm zone: 43\n", - "print r: 2395.930724461452\n", - "6106\n", - "print utm zone: 43\n", - "print r: 1597.2881643402052\n", - "6107\n", - "print utm zone: 42\n", - "print r: 1494.1666666097271\n", - "6108\n", - "print utm zone: 41\n", - "print r: 1597.3164507355707\n", - "6109\n", - "print utm zone: 42\n", - "print r: 1786.0787317011311\n", - "6110\n", - "print utm zone: 41\n", - "print r: 1694.2037096225483\n", - "6111\n", - "print utm zone: 42\n", - "print r: 1597.4991914315128\n", - "6112\n", - "print utm zone: 43\n", - "print r: 2113.5752942251097\n", - "6113\n", - "print utm zone: 42\n", - "print r: 1694.1037566435423\n", - "6114\n", - "print utm zone: 41\n", - "print r: 1597.2692091409363\n", - "6115\n", - "print utm zone: 43\n", - "print r: 1694.1279267167736\n", - "6116\n", - "print utm zone: 42\n", - "print r: 1597.0890464906151\n", - "6117\n", - "print utm zone: 41\n", - "print r: 1694.0680544966774\n", - "6118\n", - "print utm zone: 42\n", - "print r: 1494.0218696078389\n", - "6119\n", - "print utm zone: 41\n", - "print r: 1872.8325467398815\n", - "6120\n", - "print utm zone: 42\n", - "print r: 1694.195865991834\n", - "6121\n", - "print utm zone: 41\n", - "print r: 2187.061290486427\n", - "6122\n", - "print utm zone: 42\n", - "print r: 1694.6454742022884\n", - "6123\n", - "print utm zone: 42\n", - "print r: 1494.5895747879242\n", - "6124\n", - "print utm zone: 41\n", - "print r: 3871.3256071039214\n", - "6125\n", - "print utm zone: 42\n", - "print r: 3702.9029217460743\n", - "6126\n", - "print utm zone: 43\n", - "print r: 2035.9991973147487\n", - "6127\n", - "print utm zone: 40\n", - "print r: 1493.7356465630664\n", - "6128\n", - "print utm zone: 41\n", - "print r: 3243.63328816892\n", - "6129\n", - "print utm zone: 40\n", - "print r: 1493.4196601736207\n", - "6130\n", - "print utm zone: 40\n", - "print r: 1785.141826959237\n", - "6131\n", - "print utm zone: 40\n", - "print r: 3242.576075331035\n", - "6132\n", - "print utm zone: 40\n", - "print r: 1493.9855382908358\n", - "6133\n", - "print utm zone: 41\n", - "print r: 2036.0056337882422\n", - "6134\n", - "print utm zone: 40\n", - "print r: 1493.424146448559\n", - "6135\n", - "print utm zone: 41\n", - "print r: 1956.0547048248802\n", - "6136\n", - "print utm zone: 41\n", - "print r: 2879.2005820431937\n", - "6137\n", - "print utm zone: 43\n", - "print r: 1785.586315190231\n", - "6138\n", - "print utm zone: 41\n", - "print r: 1694.0264441865445\n", - "6139\n", - "print utm zone: 43\n", - "print r: 1493.958423170301\n", - "6140\n", - "print utm zone: 42\n", - "print r: 1383.454033181174\n", - "6141\n", - "print utm zone: 41\n", - "print r: 2587.8392071776943\n", - "6142\n", - "print utm zone: 41\n", - "print r: 1785.6344268963471\n", - "6143\n", - "print utm zone: 43\n", - "print r: 12111.15221453235\n", - "6144\n", - "print utm zone: 41\n", - "print r: 1597.2000291039685\n", - "6145\n", - "print utm zone: 43\n", - "print r: 1694.1628997164764\n", - "6146\n", - "print utm zone: 41\n", - "print r: 2766.33510534084\n", - "6147\n", - "print utm zone: 41\n", - "print r: 1955.946056048929\n", - "6148\n", - "print utm zone: 41\n", - "print r: 1785.4079577912632\n", - "6149\n", - "print utm zone: 41\n", - "print r: 1493.8279484122143\n", - "6150\n", - "print utm zone: 41\n", - "print r: 2933.8148519622973\n", - "6151\n", - "print utm zone: 43\n", - "print r: 1596.9689900140322\n", - "6152\n", - "print utm zone: 41\n", - "print r: 1597.219238758528\n", - "6153\n", - "print utm zone: 54\n", - "print r: 2821.25772557696\n", - "6154\n", - "print utm zone: 54\n", - "print r: 1128.5589837538755\n", - "6155\n", - "print utm zone: 54\n", - "print r: 1693.2153728425585\n", - "6156\n", - "print utm zone: 53\n", - "print r: 1261.888950079147\n", - "6157\n", - "print utm zone: 54\n", - "print r: 2706.0140761758344\n", - "6158\n", - "print utm zone: 54\n", - "print r: 1492.9683737393123\n", - "6159\n", - "print utm zone: 40\n", - "print r: 4585.598789616575\n", - "6160\n", - "print utm zone: 40\n", - "print r: 4185.896524384039\n", - "6161\n", - "print utm zone: 40\n", - "print r: 1596.486734531252\n", - "6162\n", - "print utm zone: 40\n", - "print r: 1596.8444476670566\n", - "6163\n", - "print utm zone: 40\n", - "print r: 1693.8824701102903\n", - "6164\n", - "print utm zone: 40\n", - "print r: 3869.8408227114382\n", - "6165\n", - "print utm zone: 53\n", - "print r: 1693.4660804937864\n", - "6166\n", - "print utm zone: 54\n", - "print r: 1596.501975574939\n", - "6167\n", - "print utm zone: 54\n", - "print r: 1262.0357048530077\n", - "6168\n", - "print utm zone: 54\n", - "print r: 1382.635387045203\n", - "6169\n", - "print utm zone: 54\n", - "print r: 1262.0122100029419\n", - "6170\n", - "print utm zone: 53\n", - "print r: 1261.9707737500946\n", - "6171\n", - "print utm zone: 53\n", - "print r: 2647.396351176894\n", - "6172\n", - "print utm zone: 53\n", - "print r: 5700.870160165403\n", - "6173\n", - "print utm zone: 54\n", - "print r: 2186.844557353172\n", - "6174\n", - "print utm zone: 57\n", - "print r: 1493.7335193485678\n", - "6175\n", - "print utm zone: 60\n", - "print r: 1787.0991271719813\n", - "6176\n", - "print utm zone: 45\n", - "print r: 2461.6833580916996\n", - "6177\n", - "print utm zone: 45\n", - "print r: 1262.8643800534676\n", - "6178\n", - "print utm zone: 44\n", - "print r: 1494.7616330919377\n", - "6179\n", - "print utm zone: 44\n", - "print r: 1129.9589367166068\n", - "6180\n", - "print utm zone: 45\n", - "print r: 2824.19057334774\n", - "6181\n", - "print utm zone: 45\n", - "print r: 1383.461510917258\n", - "6182\n", - "print utm zone: 45\n", - "print r: 1263.0728202457028\n", - "6183\n", - "print utm zone: 46\n", - "print r: 1383.6149558333223\n", - "6184\n", - "print utm zone: 45\n", - "print r: 1597.6084114958874\n", - "6185\n", - "print utm zone: 46\n", - "print r: 2259.320261512075\n", - "6186\n", - "print utm zone: 46\n", - "print r: 3093.6069306072623\n", - "6187\n", - "print utm zone: 46\n", - "print r: 1956.5760454425676\n", - "6188\n", - "print utm zone: 44\n", - "print r: 2329.1418547652097\n", - "6189\n", - "print utm zone: 44\n", - "print r: 1263.1201597697932\n", - "6190\n", - "print utm zone: 45\n", - "print r: 2395.6473403347345\n", - "6191\n", - "print utm zone: 45\n", - "print r: 1785.6336551049517\n", - "6192\n", - "print utm zone: 44\n", - "print r: 1872.8378833677343\n", - "6193\n", - "print utm zone: 44\n", - "print r: 2258.6123214671798\n", - "6194\n", - "print utm zone: 45\n", - "print r: 1383.0170393729431\n", - "6195\n", - "print utm zone: 44\n", - "print r: 1597.3623139883825\n", - "6196\n", - "print utm zone: 43\n", - "print r: 1597.1097307492703\n", - "6197\n", - "print utm zone: 44\n", - "print r: 14027.312760877507\n", - "6198\n", - "print utm zone: 45\n", - "print r: 2649.2019958069086\n", - "6199\n", - "print utm zone: 43\n", - "print r: 2395.562025676498\n", - "6200\n", - "print utm zone: 45\n", - "print r: 8413.123754223505\n", - "6201\n", - "print utm zone: 44\n", - "print r: 1383.1419556449275\n", - "6202\n", - "print utm zone: 44\n", - "print r: 1785.8575293590563\n", - "6203\n", - "print utm zone: 44\n", - "print r: 2328.007425881702\n", - "6204\n", - "print utm zone: 44\n", - "print r: 1786.1989150122042\n", - "6205\n", - "print utm zone: 44\n", - "print r: 2035.8821313290612\n", - "6206\n", - "print utm zone: 44\n", - "print r: 2395.533429407241\n", - "6207\n", - "print utm zone: 43\n", - "print r: 1956.2590076498032\n", - "6208\n", - "print utm zone: 45\n", - "print r: 1872.5219448628325\n", - "6209\n", - "print utm zone: 45\n", - "print r: 3040.404284384945\n", - "6210\n", - "print utm zone: 45\n", - "print r: 2587.345946214628\n", - "6211\n", - "print utm zone: 45\n", - "print r: 3829.2036691368753\n", - "6212\n", - "print utm zone: 45\n", - "print r: 2396.1724285331265\n", - "6213\n", - "print utm zone: 44\n", - "print r: 1596.8610290034715\n", - "6214\n", - "print utm zone: 45\n", - "print r: 1785.7841346247596\n", - "6215\n", - "print utm zone: 44\n", - "print r: 3993.3024450728813\n", - "6216\n", - "print utm zone: 45\n", - "print r: 2933.788258154269\n", - "6217\n", - "print utm zone: 45\n", - "print r: 1383.079723440926\n", - "6218\n", - "print utm zone: 44\n", - "print r: 2328.495786016846\n", - "6219\n", - "print utm zone: 44\n", - "print r: 1693.8750708609641\n", - "6220\n", - "print utm zone: 45\n", - "print r: 2258.35075620823\n", - "6221\n", - "print utm zone: 45\n", - "print r: 2395.395435541327\n", - "6222\n", - "print utm zone: 45\n", - "print r: 1873.1908058432978\n", - "6223\n", - "print utm zone: 45\n", - "print r: 1597.339915131712\n", - "6224\n", - "print utm zone: 46\n", - "print r: 1597.6540126935538\n", - "6225\n", - "print utm zone: 45\n", - "print r: 1694.0765734408392\n", - "6226\n", - "print utm zone: 45\n", - "print r: 2328.4106242436073\n", - "6227\n", - "print utm zone: 46\n", - "print r: 3341.7479835172303\n", - "6228\n", - "print utm zone: 45\n", - "print r: 2187.192318742326\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6229\n", - "print utm zone: 45\n", - "print r: 4690.693835478095\n", - "6230\n", - "print utm zone: 44\n", - "print r: 1494.4773690046868\n", - "6231\n", - "print utm zone: 45\n", - "print r: 8281.734909445791\n", - "6232\n", - "print utm zone: 45\n", - "print r: 1694.4912549088328\n", - "6233\n", - "print utm zone: 45\n", - "print r: 1956.9698403653338\n", - "6234\n", - "print utm zone: 45\n", - "print r: 2328.939654229457\n", - "6235\n", - "print utm zone: 45\n", - "print r: 3526.5570367376704\n", - "6236\n", - "print utm zone: 46\n", - "print r: 4073.2566513603624\n", - "6237\n", - "print utm zone: 44\n", - "print r: 1786.4533787470375\n", - "6238\n", - "print utm zone: 44\n", - "print r: 2588.359696394146\n", - "6239\n", - "print utm zone: 45\n", - "print r: 1872.772815918421\n", - "6240\n", - "print utm zone: 44\n", - "print r: 3244.719731946418\n", - "6241\n", - "print utm zone: 45\n", - "print r: 3243.7992675574856\n", - "6242\n", - "print utm zone: 45\n", - "print r: 2708.139400693008\n", - "6243\n", - "print utm zone: 44\n", - "print r: 1597.493988048384\n", - "6244\n", - "print utm zone: 44\n", - "print r: 1872.9672009907495\n", - "6245\n", - "print utm zone: 43\n", - "print r: 1785.8355793053413\n", - "6246\n", - "print utm zone: 45\n", - "print r: 2258.662758668484\n", - "6247\n", - "print utm zone: 45\n", - "print r: 2187.6266880345866\n", - "6248\n", - "print utm zone: 37\n", - "print r: 1956.095598703836\n", - "6249\n", - "print utm zone: 43\n", - "print r: 1785.9993750011793\n", - "6250\n", - "print utm zone: 38\n", - "print r: 1494.2583554050545\n", - "6251\n", - "print utm zone: 45\n", - "print r: 4033.119997138634\n", - "6252\n", - "print utm zone: 37\n", - "print r: 1872.9497937942676\n", - "6253\n", - "print utm zone: 45\n", - "print r: 2649.0238593442105\n", - "6254\n", - "print utm zone: 38\n", - "print r: 2328.314258724012\n", - "6255\n", - "print utm zone: 43\n", - "print r: 1493.914647792323\n", - "6256\n", - "print utm zone: 38\n", - "print r: 1383.242265752833\n", - "6257\n", - "print utm zone: 45\n", - "print r: 2823.2950940561327\n", - "6258\n", - "print utm zone: 37\n", - "print r: 1694.3006045389877\n", - "6259\n", - "print utm zone: 45\n", - "print r: 1494.2181411670545\n", - "6260\n", - "print utm zone: 38\n", - "print r: 1597.3575056780603\n", - "6261\n", - "print utm zone: 38\n", - "print r: 1493.0354518160543\n", - "6262\n", - "print utm zone: 37\n", - "print r: 1694.111809168791\n", - "6263\n", - "print utm zone: 36\n", - "print r: 2259.617565396271\n", - "6264\n", - "print utm zone: 38\n", - "print r: 4223.945332797013\n", - "6265\n", - "print utm zone: 38\n", - "print r: 1597.1983769346914\n", - "6266\n", - "print utm zone: 38\n", - "print r: 1382.1156753388\n", - "6267\n", - "print utm zone: 38\n", - "print r: 5951.3122453922215\n", - "6268\n", - "print utm zone: 37\n", - "print r: 3144.1016257899246\n", - "6269\n", - "print utm zone: 38\n", - "print r: 1596.0042871177566\n", - "6270\n", - "print utm zone: 37\n", - "print r: 2112.9579802547837\n", - "6271\n", - "print utm zone: 38\n", - "print r: 1261.3857354700099\n", - "6272\n", - "print utm zone: 36\n", - "print r: 1786.2026971902173\n", - "6273\n", - "print utm zone: 38\n", - "print r: 2034.6358459890675\n", - "6274\n", - "print utm zone: 38\n", - "print r: 1694.5156208724313\n", - "6275\n", - "print utm zone: 38\n", - "print r: 1692.4714704452301\n", - "6276\n", - "print utm zone: 37\n", - "print r: 2112.913948810588\n", - "6277\n", - "print utm zone: 38\n", - "print r: 1595.7010749470035\n", - "6278\n", - "print utm zone: 37\n", - "print r: 3745.5086845583933\n", - "6279\n", - "print utm zone: 38\n", - "print r: 1595.6905536808863\n", - "6280\n", - "print utm zone: 38\n", - "print r: 1383.4571338816093\n", - "6281\n", - "print utm zone: 38\n", - "print r: 1492.8333882879422\n", - "6282\n", - "print utm zone: 37\n", - "print r: 2259.080314303737\n", - "6283\n", - "print utm zone: 38\n", - "print r: 1262.0262163666189\n", - "6284\n", - "print utm zone: 38\n", - "print r: 2113.081158665109\n", - "6285\n", - "print utm zone: 37\n", - "print r: 4032.5168799388653\n", - "6286\n", - "print utm zone: 38\n", - "print r: 2393.9879526158697\n", - "6287\n", - "print utm zone: 37\n", - "print r: 5758.493725649315\n", - "6288\n", - "print utm zone: 38\n", - "print r: 1261.644072806897\n", - "6289\n", - "print utm zone: 37\n", - "print r: 4373.788352519255\n", - "6290\n", - "print utm zone: 38\n", - "print r: 1871.032874598752\n", - "6291\n", - "print utm zone: 38\n", - "print r: 1493.9830749455848\n", - "6292\n", - "print utm zone: 37\n", - "print r: 2525.252813870182\n", - "6293\n", - "print utm zone: 37\n", - "print r: 1493.191192564488\n", - "6294\n", - "print utm zone: 38\n", - "print r: 3481.4608547059206\n", - "6295\n", - "print utm zone: 39\n", - "print r: 1693.24741676276\n", - "6296\n", - "print utm zone: 37\n", - "print r: 1694.0784949269705\n", - "6297\n", - "print utm zone: 37\n", - "print r: 2112.7672530654004\n", - "6298\n", - "print utm zone: 39\n", - "print r: 2034.6413899511742\n", - "6299\n", - "print utm zone: 38\n", - "print r: 1493.8978109281047\n", - "6300\n", - "print utm zone: 38\n", - "print r: 1870.8631312384794\n", - "6301\n", - "print utm zone: 37\n", - "print r: 2187.0075104064217\n", - "6302\n", - "print utm zone: 39\n", - "print r: 1784.754917884056\n", - "6303\n", - "print utm zone: 37\n", - "print r: 1597.72220538318\n", - "6304\n", - "print utm zone: 37\n", - "print r: 3388.716240391756\n", - "6305\n", - "print utm zone: 38\n", - "print r: 1492.6002555374973\n", - "6306\n", - "print utm zone: 37\n", - "print r: 2588.181467098692\n", - "6307\n", - "print utm zone: 38\n", - "print r: 2394.4023932459086\n", - "6308\n", - "print utm zone: 38\n", - "print r: 11251.993551075588\n", - "6309\n", - "print utm zone: 38\n", - "print r: 2113.1764859822256\n", - "6310\n", - "print utm zone: 39\n", - "print r: 1262.0877967529393\n", - "6311\n", - "print utm zone: 38\n", - "print r: 1694.66523078391\n", - "6312\n", - "print utm zone: 38\n", - "print r: 2327.251167657914\n", - "6313\n", - "print utm zone: 38\n", - "print r: 2112.9240242102455\n", - "6314\n", - "print utm zone: 37\n", - "print r: 1129.5032932971592\n", - "6315\n", - "print utm zone: 38\n", - "print r: 6263.341873336196\n", - "6316\n", - "print utm zone: 38\n", - "print r: 1871.350190739793\n", - "6317\n", - "print utm zone: 38\n", - "print r: 2036.3090358690413\n", - "6318\n", - "print utm zone: 37\n", - "print r: 2187.5851217246386\n", - "6319\n", - "print utm zone: 37\n", - "print r: 2708.173905928237\n", - "6320\n", - "print utm zone: 38\n", - "print r: 1492.920804574196\n", - "6321\n", - "print utm zone: 37\n", - "print r: 1494.117981784907\n", - "6322\n", - "print utm zone: 38\n", - "print r: 2646.388800368956\n", - "6323\n", - "print utm zone: 38\n", - "print r: 1597.530557005598\n", - "6324\n", - "print utm zone: 38\n", - "print r: 1692.659988738119\n", - "6325\n", - "print utm zone: 38\n", - "print r: 2935.4698375107128\n", - "6326\n", - "print utm zone: 37\n", - "print r: 2766.4384460427627\n", - "6327\n", - "print utm zone: 38\n", - "print r: 1595.862101703099\n", - "6328\n", - "print utm zone: 36\n", - "print r: 3659.9153794507515\n", - "6329\n", - "print utm zone: 38\n", - "print r: 1784.3863105224173\n", - "6330\n", - "print utm zone: 37\n", - "print r: 5922.7780877143105\n", - "6331\n", - "print utm zone: 38\n", - "print r: 2821.728360747584\n", - "6332\n", - "print utm zone: 38\n", - "print r: 3789.11957059389\n", - "6333\n", - "print utm zone: 38\n", - "print r: 1954.794680736129\n", - "6334\n", - "print utm zone: 38\n", - "print r: 1597.4849501918047\n", - "6335\n", - "print utm zone: 38\n", - "print r: 2257.68135321355\n", - "6336\n", - "print utm zone: 37\n", - "print r: 1494.0325830772128\n", - "6337\n", - "print utm zone: 38\n", - "print r: 2587.7904662529695\n", - "6338\n", - "print utm zone: 38\n", - "print r: 2525.5594149509857\n", - "6339\n", - "print utm zone: 37\n", - "print r: 1383.3099543638098\n", - "6340\n", - "print utm zone: 37\n", - "print r: 5868.8272322422\n", - "6341\n", - "print utm zone: 38\n", - "print r: 3090.4229886769463\n", - "6342\n", - "print utm zone: 37\n", - "print r: 4622.333881418931\n", - "6343\n", - "print utm zone: 38\n", - "print r: 1784.0775675210937\n", - "6344\n", - "print utm zone: 37\n", - "print r: 2328.520442070856\n", - "6345\n", - "print utm zone: 38\n", - "print r: 12270.833482158552\n", - "6346\n", - "print utm zone: 38\n", - "print r: 1494.3085447889066\n", - "6347\n", - "print utm zone: 38\n", - "print r: 1694.1708819655382\n", - "6348\n", - "print utm zone: 38\n", - "print r: 1492.7476183454562\n", - "6349\n", - "print utm zone: 38\n", - "print r: 1383.595502150938\n", - "6350\n", - "print utm zone: 37\n", - "print r: 1785.8481332145366\n", - "6351\n", - "print utm zone: 37\n", - "print r: 1383.763359440956\n", - "6352\n", - "print utm zone: 37\n", - "print r: 2766.3620909190186\n", - "6353\n", - "print utm zone: 38\n", - "print r: 2185.1652188156118\n", - "6354\n", - "print utm zone: 38\n", - "print r: 2934.2536484045295\n", - "6355\n", - "print utm zone: 38\n", - "print r: 1954.5156132266393\n", - "6356\n", - "print utm zone: 37\n", - "print r: 4790.967897580281\n", - "6357\n", - "print utm zone: 38\n", - "print r: 2256.842694792142\n", - "6358\n", - "print utm zone: 38\n", - "print r: 4588.942357670894\n", - "6359\n", - "print utm zone: 38\n", - "print r: 2523.3003500204804\n", - "6360\n", - "print utm zone: 37\n", - "print r: 1597.2524210932277\n", - "6361\n", - "print utm zone: 38\n", - "print r: 2393.8105296651047\n", - "6362\n", - "print utm zone: 37\n", - "print r: 1873.3054296304479\n", - "6363\n", - "print utm zone: 38\n", - "print r: 2326.98537553591\n", - "6364\n", - "print utm zone: 38\n", - "print r: 1383.040252914516\n", - "6365\n", - "print utm zone: 38\n", - "print r: 2459.230294366941\n", - "6366\n", - "print utm zone: 38\n", - "print r: 1694.1772208422326\n", - "6367\n", - "print utm zone: 38\n", - "print r: 2585.888472846662\n", - "6368\n", - "print utm zone: 37\n", - "print r: 1694.0729460711468\n", - "6369\n", - "print utm zone: 37\n", - "print r: 1692.4434285547181\n", - "6370\n", - "print utm zone: 37\n", - "print r: 1694.013735844356\n", - "6371\n", - "print utm zone: 38\n", - "print r: 3698.2596061451545\n", - "6372\n", - "print utm zone: 38\n", - "print r: 1262.6437907288466\n", - "6373\n", - "print utm zone: 38\n", - "print r: 1381.3876528471876\n", - "6374\n", - "print utm zone: 37\n", - "print r: 2648.5526177265388\n", - "6375\n", - "print utm zone: 38\n", - "print r: 1870.4344933508582\n", - "6376\n", - "print utm zone: 37\n", - "print r: 3293.23411318275\n", - "6377\n", - "print utm zone: 38\n", - "print r: 2645.93912358176\n", - "6378\n", - "print utm zone: 38\n", - "print r: 2649.131096326985\n", - "6379\n", - "print utm zone: 38\n", - "print r: 2184.195924851655\n", - "6380\n", - "print utm zone: 37\n", - "print r: 2112.8003465408897\n", - "6381\n", - "print utm zone: 38\n", - "print r: 1783.4317846483216\n", - "6382\n", - "print utm zone: 37\n", - "print r: 3745.380707235225\n", - "6383\n", - "print utm zone: 38\n", - "print r: 1870.7833777927333\n", - "6384\n", - "print utm zone: 38\n", - "print r: 3992.860057835228\n", - "6385\n", - "print utm zone: 37\n", - "print r: 1382.2306556721273\n", - "6386\n", - "print utm zone: 37\n", - "print r: 34382.37667578377\n", - "6387\n", - "print utm zone: 38\n", - "print r: 2034.704302622792\n", - "6388\n", - "print utm zone: 37\n", - "print r: 2034.1271180788563\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6389\n", - "print utm zone: 37\n", - "print r: 4657.275850504627\n", - "6390\n", - "print utm zone: 38\n", - "print r: 2763.3782434580357\n", - "6391\n", - "print utm zone: 36\n", - "print r: 2878.9610095730964\n", - "6392\n", - "print utm zone: 36\n", - "print r: 3526.036366901968\n", - "6393\n", - "print utm zone: 37\n", - "print r: 2763.889756197517\n", - "6394\n", - "print utm zone: 37\n", - "print r: 1597.0310019125966\n", - "6395\n", - "print utm zone: 37\n", - "print r: 1381.8879766546086\n", - "6396\n", - "print utm zone: 37\n", - "print r: 4652.121764577464\n", - "6397\n", - "print utm zone: 37\n", - "print r: 2649.0616866635633\n", - "6398\n", - "print utm zone: 37\n", - "print r: 7401.331199291283\n", - "6399\n", - "print utm zone: 38\n", - "print r: 1493.815190986561\n", - "6400\n", - "print utm zone: 37\n", - "print r: 2820.998676386906\n", - "6401\n", - "print utm zone: 38\n", - "print r: 2328.0642027372915\n", - "6402\n", - "print utm zone: 37\n", - "print r: 2584.863835940731\n", - "6403\n", - "print utm zone: 37\n", - "print r: 5050.067769410073\n", - "6404\n", - "print utm zone: 38\n", - "print r: 2035.7881218530256\n", - "6405\n", - "print utm zone: 38\n", - "print r: 1954.437902942952\n", - "6406\n", - "print utm zone: 38\n", - "print r: 1383.1546869221959\n", - "6407\n", - "print utm zone: 37\n", - "print r: 1786.0462983306609\n", - "6408\n", - "print utm zone: 38\n", - "print r: 1381.30620989898\n", - "6409\n", - "print utm zone: 38\n", - "print r: 1383.0933521584232\n", - "6410\n", - "print utm zone: 37\n", - "print r: 1784.4811668407178\n", - "6411\n", - "print utm zone: 36\n", - "print r: 4337.309191034629\n", - "6412\n", - "print utm zone: 38\n", - "print r: 1492.026178155676\n", - "6413\n", - "print utm zone: 37\n", - "print r: 2766.142150620778\n", - "6414\n", - "print utm zone: 38\n", - "print r: 2930.5717192871875\n", - "6415\n", - "print utm zone: 37\n", - "print r: 1956.4600709479892\n", - "6416\n", - "print utm zone: 37\n", - "print r: 4297.694001886232\n", - "6417\n", - "print utm zone: 37\n", - "print r: 3526.449812023336\n", - "6418\n", - "print utm zone: 37\n", - "print r: 1692.4939135568425\n", - "6419\n", - "print utm zone: 37\n", - "print r: 2328.848581759094\n", - "6420\n", - "print utm zone: 38\n", - "print r: 1127.9138714791245\n", - "6421\n", - "print utm zone: 38\n", - "print r: 1493.981481671907\n", - "6422\n", - "print utm zone: 37\n", - "print r: 2459.651157373929\n", - "6423\n", - "print utm zone: 37\n", - "print r: 2987.755604136425\n", - "6424\n", - "print utm zone: 38\n", - "print r: 1261.0200135541556\n", - "6425\n", - "print utm zone: 37\n", - "print r: 3144.235686123662\n", - "6426\n", - "print utm zone: 38\n", - "print r: 1492.157769262147\n", - "6427\n", - "print utm zone: 38\n", - "print r: 1493.8218690771048\n", - "6428\n", - "print utm zone: 37\n", - "print r: 1692.8588502789378\n", - "6429\n", - "print utm zone: 36\n", - "print r: 2396.059951808906\n", - "6430\n", - "print utm zone: 37\n", - "print r: 1692.7384864431426\n", - "6431\n", - "print utm zone: 37\n", - "print r: 2648.4768993460207\n", - "6432\n", - "print utm zone: 37\n", - "print r: 2394.066797547513\n", - "6433\n", - "print utm zone: 37\n", - "print r: 2186.838462769839\n", - "6434\n", - "print utm zone: 38\n", - "print r: 2256.439097968132\n", - "6435\n", - "print utm zone: 37\n", - "print r: 1872.7951345042052\n", - "6436\n", - "print utm zone: 37\n", - "print r: 2034.920106000091\n", - "6437\n", - "print utm zone: 37\n", - "print r: 3571.996615914372\n", - "6438\n", - "print utm zone: 38\n", - "print r: 1784.6248602897824\n", - "6439\n", - "print utm zone: 37\n", - "print r: 1597.0874467071953\n", - "6440\n", - "print utm zone: 38\n", - "print r: 797.6097800026124\n", - "6441\n", - "print utm zone: 37\n", - "print r: 1873.0434923079247\n", - "6442\n", - "print utm zone: 37\n", - "print r: 2585.374111654271\n", - "6443\n", - "print utm zone: 37\n", - "print r: 2823.805687955432\n", - "6444\n", - "print utm zone: 38\n", - "print r: 2764.049575843413\n", - "6445\n", - "print utm zone: 37\n", - "print r: 2258.6778145758167\n", - "6446\n", - "print utm zone: 38\n", - "print r: 1595.9747459927876\n", - "6447\n", - "print utm zone: 37\n", - "print r: 2112.7403729571192\n", - "6448\n", - "print utm zone: 38\n", - "print r: 1262.0151232050305\n", - "6449\n", - "print utm zone: 37\n", - "print r: 1873.1042919889724\n", - "6450\n", - "print utm zone: 39\n", - "print r: 8503.777907075253\n", - "6451\n", - "print utm zone: 38\n", - "print r: 1597.2682771541884\n", - "6452\n", - "print utm zone: 38\n", - "print r: 3908.0177556895605\n", - "6453\n", - "print utm zone: 37\n", - "print r: 2823.2382088084705\n", - "6454\n", - "print utm zone: 38\n", - "print r: 1382.3805944754583\n", - "6455\n", - "print utm zone: 37\n", - "print r: 2526.2720162929177\n", - "6456\n", - "print utm zone: 38\n", - "print r: 1492.5271423410156\n", - "6457\n", - "print utm zone: 38\n", - "print r: 2525.424185776116\n", - "6458\n", - "print utm zone: 39\n", - "print r: 2034.9344399987538\n", - "6459\n", - "print utm zone: 37\n", - "print r: 1493.9831836364492\n", - "6460\n", - "print utm zone: 37\n", - "print r: 2525.1438084625493\n", - "6461\n", - "print utm zone: 38\n", - "print r: 1492.3489355658114\n", - "6462\n", - "print utm zone: 37\n", - "print r: 2112.6683664918996\n", - "6463\n", - "print utm zone: 37\n", - "print r: 1493.0582936923954\n", - "6464\n", - "print utm zone: 37\n", - "print r: 3871.5153397838076\n", - "6465\n", - "print utm zone: 37\n", - "print r: 1784.3085626812647\n", - "6466\n", - "print utm zone: 37\n", - "print r: 3527.1507661688725\n", - "6467\n", - "print utm zone: 38\n", - "print r: 1382.0475315812782\n", - "6468\n", - "print utm zone: 38\n", - "print r: 2187.709473947999\n", - "6469\n", - "print utm zone: 38\n", - "print r: 976.9408748051173\n", - "6470\n", - "print utm zone: 37\n", - "print r: 1873.3791456758383\n", - "6471\n", - "print utm zone: 38\n", - "print r: 1784.4669830375085\n", - "6472\n", - "print utm zone: 38\n", - "print r: 1383.1092126760102\n", - "6473\n", - "print utm zone: 37\n", - "print r: 2705.5401775827395\n", - "6474\n", - "print utm zone: 37\n", - "print r: 1872.671929966369\n", - "6475\n", - "print utm zone: 38\n", - "print r: 1492.9744659041999\n", - "6476\n", - "print utm zone: 38\n", - "print r: 4151.054585326787\n", - "6477\n", - "print utm zone: 38\n", - "print r: 1784.714428577686\n", - "6478\n", - "print utm zone: 38\n", - "print r: 2587.569867846135\n", - "6479\n", - "print utm zone: 38\n", - "print r: 2111.1297367736584\n", - "6480\n", - "print utm zone: 38\n", - "print r: 1597.1225393769705\n", - "6481\n", - "print utm zone: 38\n", - "print r: 1381.7439206610675\n", - "6482\n", - "print utm zone: 37\n", - "print r: 2111.701503753723\n", - "6483\n", - "print utm zone: 37\n", - "print r: 1596.861122908058\n", - "6484\n", - "print utm zone: 38\n", - "print r: 1596.2071867290745\n", - "6485\n", - "print utm zone: 38\n", - "print r: 2648.1589313868303\n", - "6486\n", - "print utm zone: 38\n", - "print r: 3337.711147776048\n", - "6487\n", - "print utm zone: 36\n", - "print r: 1693.7860383792017\n", - "6488\n", - "print utm zone: 38\n", - "print r: 2110.3021905883547\n", - "6489\n", - "print utm zone: 36\n", - "print r: 1382.9361899151954\n", - "6490\n", - "print utm zone: 37\n", - "print r: 2523.602325550964\n", - "6491\n", - "print utm zone: 38\n", - "print r: 1382.9110292968494\n", - "6492\n", - "print utm zone: 37\n", - "print r: 1784.3396546506615\n", - "6493\n", - "print utm zone: 38\n", - "print r: 1382.918764115888\n", - "6494\n", - "print utm zone: 38\n", - "print r: 1492.0523137214284\n", - "6495\n", - "print utm zone: 37\n", - "print r: 1694.0845162076114\n", - "6496\n", - "print utm zone: 38\n", - "print r: 1594.7878108832526\n", - "6497\n", - "print utm zone: 37\n", - "print r: 2588.3293538026983\n", - "6498\n", - "print utm zone: 38\n", - "print r: 1491.8524867694125\n", - "6499\n", - "print utm zone: 37\n", - "print r: 1494.3975493227967\n", - "6500\n", - "print utm zone: 38\n", - "print r: 1783.6244509624155\n", - "6501\n", - "print utm zone: 37\n", - "print r: 1785.4959475238088\n", - "6502\n", - "print utm zone: 38\n", - "print r: 1953.3268515313202\n", - "6503\n", - "print utm zone: 37\n", - "print r: 3340.8320492849916\n", - "6504\n", - "print utm zone: 38\n", - "print r: 1783.3837155829024\n", - "6505\n", - "print utm zone: 37\n", - "print r: 2036.417813233161\n", - "6506\n", - "print utm zone: 38\n", - "print r: 1594.8505193299175\n", - "6507\n", - "print utm zone: 38\n", - "print r: 1872.5306055512183\n", - "6508\n", - "print utm zone: 38\n", - "print r: 1381.2246318556988\n", - "6509\n", - "print utm zone: 38\n", - "print r: 2035.7507602704752\n", - "6510\n", - "print utm zone: 38\n", - "print r: 1595.088455683184\n", - "6511\n", - "print utm zone: 37\n", - "print r: 1872.4778666608822\n", - "6512\n", - "print utm zone: 38\n", - "print r: 2033.4832044500843\n", - "6513\n", - "print utm zone: 37\n", - "print r: 6658.852113334401\n", - "6514\n", - "print utm zone: 38\n", - "print r: 3140.306784893239\n", - "6515\n", - "print utm zone: 36\n", - "print r: 3092.5326797155153\n", - "6516\n", - "print utm zone: 37\n", - "print r: 1784.2298694942824\n", - "6517\n", - "print utm zone: 38\n", - "print r: 1693.9428885691818\n", - "6518\n", - "print utm zone: 38\n", - "print r: 3189.84240696521\n", - "6519\n", - "print utm zone: 38\n", - "print r: 1872.8620424014148\n", - "6520\n", - "print utm zone: 37\n", - "print r: 2459.559316976507\n", - "6521\n", - "print utm zone: 37\n", - "print r: 1262.3827287711874\n", - "6522\n", - "print utm zone: 38\n", - "print r: 3288.1935630329667\n", - "6523\n", - "print utm zone: 36\n", - "print r: 2113.197385501773\n", - "6524\n", - "print utm zone: 38\n", - "print r: 2184.392745172973\n", - "6525\n", - "print utm zone: 38\n", - "print r: 3291.926347439113\n", - "6526\n", - "print utm zone: 38\n", - "print r: 1595.2826303487427\n", - "6527\n", - "print utm zone: 37\n", - "print r: 1596.81909109005\n", - "6528\n", - "print utm zone: 38\n", - "print r: 1381.5397917507687\n", - "6529\n", - "print utm zone: 36\n", - "print r: 1262.944789476674\n", - "6530\n", - "print utm zone: 36\n", - "print r: 1872.4708033679822\n", - "6531\n", - "print utm zone: 38\n", - "print r: 1691.825432227632\n", - "6532\n", - "print utm zone: 36\n", - "print r: 1262.3793419005942\n", - "6533\n", - "print utm zone: 38\n", - "print r: 2645.0608058869543\n", - "6534\n", - "print utm zone: 38\n", - "print r: 1596.8636608281756\n", - "6535\n", - "print utm zone: 38\n", - "print r: 2522.0832961381348\n", - "6536\n", - "print utm zone: 37\n", - "print r: 2587.108809452251\n", - "6537\n", - "print utm zone: 38\n", - "print r: 1381.2153408576753\n", - "6538\n", - "print utm zone: 37\n", - "print r: 7720.946149597583\n", - "6539\n", - "print utm zone: 37\n", - "print r: 2258.851837706702\n", - "6540\n", - "print utm zone: 38\n", - "print r: 1491.868198261037\n", - "6541\n", - "print utm zone: 36\n", - "print r: 2187.1541009765806\n", - "6542\n", - "print utm zone: 38\n", - "print r: 3866.408660139657\n", - "6543\n", - "print utm zone: 38\n", - "print r: 6158.650419657598\n", - "6544\n", - "print utm zone: 38\n", - "print r: 1594.8666413316218\n", - "6545\n", - "print utm zone: 38\n", - "print r: 1597.0443809547205\n", - "6546\n", - "print utm zone: 38\n", - "print r: 1381.283424313661\n", - "6547\n", - "print utm zone: 37\n", - "print r: 2112.3766868032503\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6548\n", - "print utm zone: 38\n", - "print r: 1594.878850970901\n", - "6549\n", - "print utm zone: 38\n", - "print r: 1955.9977992082204\n", - "6550\n", - "print utm zone: 38\n", - "print r: 1491.8171118699029\n", - "6551\n", - "print utm zone: 37\n", - "print r: 2461.444551232502\n", - "6552\n", - "print utm zone: 36\n", - "print r: 2113.4312566777044\n", - "6553\n", - "print utm zone: 38\n", - "print r: 2325.107208471634\n", - "6554\n", - "print utm zone: 38\n", - "print r: 2587.5527619379145\n", - "6555\n", - "print utm zone: 38\n", - "print r: 2184.66969772609\n", - "6556\n", - "print utm zone: 37\n", - "print r: 1694.0062314413547\n", - "6557\n", - "print utm zone: 38\n", - "print r: 1691.805022424422\n", - "6558\n", - "print utm zone: 38\n", - "print r: 1955.9466977159768\n", - "6559\n", - "print utm zone: 37\n", - "print r: 1381.6486658813753\n", - "6560\n", - "print utm zone: 37\n", - "print r: 2648.246099263905\n", - "6561\n", - "print utm zone: 38\n", - "print r: 2326.0585411114366\n", - "6562\n", - "print utm zone: 38\n", - "print r: 1129.363976397737\n", - "6563\n", - "print utm zone: 38\n", - "print r: 1953.9215627079234\n", - "6564\n", - "print utm zone: 37\n", - "print r: 1596.955555237016\n", - "6565\n", - "print utm zone: 38\n", - "print r: 4332.274515622563\n", - "6566\n", - "print utm zone: 36\n", - "print r: 2035.7357259334285\n", - "6567\n", - "print utm zone: 37\n", - "print r: 3829.742129268819\n", - "6568\n", - "print utm zone: 38\n", - "print r: 1595.521123506634\n", - "6569\n", - "print utm zone: 37\n", - "print r: 3092.541618373035\n", - "6570\n", - "print utm zone: 38\n", - "print r: 1783.4036878894503\n", - "6571\n", - "print utm zone: 36\n", - "print r: 1785.4293346334332\n", - "6572\n", - "print utm zone: 38\n", - "print r: 1595.223429927098\n", - "6573\n", - "print utm zone: 37\n", - "print r: 2766.769723525424\n", - "6574\n", - "print utm zone: 38\n", - "print r: 1595.0291493154725\n", - "6575\n", - "print utm zone: 38\n", - "print r: 1872.7635080122798\n", - "6576\n", - "print utm zone: 37\n", - "print r: 1871.5621550500687\n", - "6577\n", - "print utm zone: 38\n", - "print r: 1693.8672475082158\n", - "6578\n", - "print utm zone: 38\n", - "print r: 4334.446881368154\n", - "6579\n", - "print utm zone: 37\n", - "print r: 2113.366798752272\n", - "6580\n", - "print utm zone: 38\n", - "print r: 4028.228262392445\n", - "6581\n", - "print utm zone: 38\n", - "print r: 2395.3769942639397\n", - "6582\n", - "print utm zone: 38\n", - "print r: 1692.128422974816\n", - "6583\n", - "print utm zone: 37\n", - "print r: 1786.1883507704329\n", - "6584\n", - "print utm zone: 38\n", - "print r: 1870.851406637739\n", - "6585\n", - "print utm zone: 37\n", - "print r: 7469.033587892496\n", - "6586\n", - "print utm zone: 38\n", - "print r: 1783.5821292448318\n", - "6587\n", - "print utm zone: 37\n", - "print r: 1597.4012492303248\n", - "6588\n", - "print utm zone: 37\n", - "print r: 1692.3002278422873\n", - "6589\n", - "print utm zone: 36\n", - "print r: 1382.9422364044283\n", - "6590\n", - "print utm zone: 38\n", - "print r: 2876.8259903470775\n", - "6591\n", - "print utm zone: 37\n", - "print r: 2035.7729837588047\n", - "6592\n", - "print utm zone: 38\n", - "print r: 2458.273772326805\n", - "6593\n", - "print utm zone: 37\n", - "print r: 2524.9458970384726\n", - "6594\n", - "print utm zone: 37\n", - "print r: 2459.2330866983634\n", - "6595\n", - "print utm zone: 37\n", - "print r: 2035.7515225527047\n", - "6596\n", - "print utm zone: 38\n", - "print r: 1783.7255685813789\n", - "6597\n", - "print utm zone: 37\n", - "print r: 3292.7011856269473\n", - "6598\n", - "print utm zone: 38\n", - "print r: 4106.89231923409\n", - "6599\n", - "print utm zone: 38\n", - "print r: 2112.4895214927747\n", - "6600\n", - "print utm zone: 37\n", - "print r: 2393.958798336478\n", - "6601\n", - "print utm zone: 37\n", - "print r: 1693.988868323121\n", - "6602\n", - "print utm zone: 38\n", - "print r: 1870.3683862934313\n", - "6603\n", - "print utm zone: 37\n", - "print r: 2395.4918214376726\n", - "6604\n", - "print utm zone: 38\n", - "print r: 6075.2056929984265\n", - "6605\n", - "print utm zone: 36\n", - "print r: 1956.6968119990088\n", - "6606\n", - "print utm zone: 37\n", - "print r: 2821.4731117345464\n", - "6607\n", - "print utm zone: 38\n", - "print r: 1492.215882616187\n", - "6608\n", - "print utm zone: 36\n", - "print r: 1596.7722331019988\n", - "6609\n", - "print utm zone: 38\n", - "print r: 4106.747845160999\n", - "6610\n", - "print utm zone: 38\n", - "print r: 1493.5467841191958\n", - "6611\n", - "print utm zone: 38\n", - "print r: 1261.0029346051824\n", - "6612\n", - "print utm zone: 36\n", - "print r: 2035.3292139020602\n", - "6613\n", - "print utm zone: 38\n", - "print r: 1381.2576876881799\n", - "6614\n", - "print utm zone: 37\n", - "print r: 1785.2726661617662\n", - "6615\n", - "print utm zone: 37\n", - "print r: 2393.912107374323\n", - "6616\n", - "print utm zone: 37\n", - "print r: 2587.733840295494\n", - "6617\n", - "print utm zone: 38\n", - "print r: 3824.485233613326\n", - "6618\n", - "print utm zone: 37\n", - "print r: 1596.915592831136\n", - "6619\n", - "print utm zone: 38\n", - "print r: 4105.725892427136\n", - "6620\n", - "print utm zone: 38\n", - "print r: 1693.7896666172599\n", - "6621\n", - "print utm zone: 38\n", - "print r: 1691.4926936837537\n", - "6622\n", - "print utm zone: 37\n", - "print r: 1873.1950902162969\n", - "6623\n", - "print utm zone: 38\n", - "print r: 2110.221902908777\n", - "6624\n", - "print utm zone: 37\n", - "print r: 1597.0341678093623\n", - "6625\n", - "print utm zone: 38\n", - "print r: 5198.3353768563275\n", - "6626\n", - "print utm zone: 38\n", - "print r: 2112.935917883275\n", - "6627\n", - "print utm zone: 38\n", - "print r: 2819.302298962277\n", - "6628\n", - "print utm zone: 37\n", - "print r: 1382.8802725113746\n", - "6629\n", - "print utm zone: 38\n", - "print r: 1381.151953778636\n", - "6630\n", - "print utm zone: 38\n", - "print r: 2324.8199124901207\n", - "6631\n", - "print utm zone: 37\n", - "print r: 1596.6998678896396\n", - "6632\n", - "print utm zone: 38\n", - "print r: 2458.06806338629\n", - "6633\n", - "print utm zone: 38\n", - "print r: 1955.5404549066072\n", - "6634\n", - "print utm zone: 38\n", - "print r: 5940.795667055077\n", - "6635\n", - "print utm zone: 37\n", - "print r: 3041.3244881999385\n", - "6636\n", - "print utm zone: 38\n", - "print r: 1128.2694693059616\n", - "6637\n", - "print utm zone: 38\n", - "print r: 7294.900900154797\n", - "6638\n", - "print utm zone: 38\n", - "print r: 1594.8145026001814\n", - "6639\n", - "print utm zone: 37\n", - "print r: 2765.587589696494\n", - "6640\n", - "print utm zone: 38\n", - "print r: 4105.140416970804\n", - "6641\n", - "print utm zone: 38\n", - "print r: 1382.723712769355\n", - "6642\n", - "print utm zone: 38\n", - "print r: 1953.557688560298\n", - "6643\n", - "print utm zone: 38\n", - "print r: 3339.5766489784346\n", - "6644\n", - "print utm zone: 38\n", - "print r: 1127.8263649300063\n", - "6645\n", - "print utm zone: 37\n", - "print r: 2586.8134682148634\n", - "6646\n", - "print utm zone: 38\n", - "print r: 1381.1304591785633\n", - "6647\n", - "print utm zone: 36\n", - "print r: 1872.247643240089\n", - "6648\n", - "print utm zone: 38\n", - "print r: 1783.5830960790338\n", - "6649\n", - "print utm zone: 36\n", - "print r: 1693.3930626062772\n", - "6650\n", - "print utm zone: 38\n", - "print r: 2255.331798991754\n", - "6651\n", - "print utm zone: 36\n", - "print r: 2395.4250674898317\n", - "6652\n", - "print utm zone: 38\n", - "print r: 1691.5144602750177\n", - "6653\n", - "print utm zone: 37\n", - "print r: 2327.6247200986536\n", - "6654\n", - "print utm zone: 38\n", - "print r: 1783.1927352438802\n", - "6655\n", - "print utm zone: 38\n", - "print r: 1494.2157923092695\n", - "6656\n", - "print utm zone: 38\n", - "print r: 2324.804878268982\n", - "6657\n", - "print utm zone: 37\n", - "print r: 1956.0358116942245\n", - "6658\n", - "print utm zone: 38\n", - "print r: 2183.8625124799405\n", - "6659\n", - "print utm zone: 37\n", - "print r: 2586.858992079937\n", - "6660\n", - "print utm zone: 38\n", - "print r: 2933.2241187129193\n", - "6661\n", - "print utm zone: 36\n", - "print r: 7295.694585856309\n", - "6662\n", - "print utm zone: 38\n", - "print r: 1381.3411875000058\n", - "6663\n", - "print utm zone: 37\n", - "print r: 1693.494048583199\n", - "6664\n", - "print utm zone: 38\n", - "print r: 1953.5280186047826\n", - "6665\n", - "print utm zone: 38\n", - "print r: 1872.5988346160004\n", - "6666\n", - "print utm zone: 38\n", - "print r: 1953.501284087952\n", - "6667\n", - "print utm zone: 37\n", - "print r: 1493.6855354773347\n", - "6668\n", - "print utm zone: 38\n", - "print r: 1953.3066100840633\n", - "6669\n", - "print utm zone: 37\n", - "print r: 1872.4338352374155\n", - "6670\n", - "print utm zone: 38\n", - "print r: 1260.8388932628789\n", - "6671\n", - "print utm zone: 38\n", - "print r: 1383.0813775748504\n", - "6672\n", - "print utm zone: 38\n", - "print r: 2644.7356358810794\n", - "6673\n", - "print utm zone: 37\n", - "print r: 6632.148095169676\n", - "6674\n", - "print utm zone: 38\n", - "print r: 1261.0338395531176\n", - "6675\n", - "print utm zone: 36\n", - "print r: 2933.732750183012\n", - "6676\n", - "print utm zone: 38\n", - "print r: 1691.6112094527246\n", - "6677\n", - "print utm zone: 38\n", - "print r: 1493.6064570362228\n", - "6678\n", - "print utm zone: 38\n", - "print r: 2109.8858581633017\n", - "6679\n", - "print utm zone: 38\n", - "print r: 1493.602570824189\n", - "6680\n", - "print utm zone: 38\n", - "print r: 5887.844452875119\n", - "6681\n", - "print utm zone: 38\n", - "print r: 1382.9670232109727\n", - "6682\n", - "print utm zone: 38\n", - "print r: 1260.8738676809633\n", - "6683\n", - "print utm zone: 37\n", - "print r: 3480.4991202237893\n", - "6684\n", - "print utm zone: 38\n", - "print r: 2983.714706931851\n", - "6685\n", - "print utm zone: 37\n", - "print r: 1955.7032277810404\n", - "6686\n", - "print utm zone: 38\n", - "print r: 1381.1938277952295\n", - "6687\n", - "print utm zone: 38\n", - "print r: 2327.893269990057\n", - "6688\n", - "print utm zone: 38\n", - "print r: 1870.3140197639993\n", - "6689\n", - "print utm zone: 37\n", - "print r: 2460.793700374205\n", - "6690\n", - "print utm zone: 38\n", - "print r: 1691.7312998748348\n", - "6691\n", - "print utm zone: 37\n", - "print r: 1693.7677396881359\n", - "6692\n", - "print utm zone: 38\n", - "print r: 1261.04143182627\n", - "6693\n", - "print utm zone: 36\n", - "print r: 3614.834386040313\n", - "6694\n", - "print utm zone: 37\n", - "print r: 1493.7715344439061\n", - "6695\n", - "print utm zone: 38\n", - "print r: 2110.089645946147\n", - "6696\n", - "print utm zone: 37\n", - "print r: 1785.2684194011813\n", - "6697\n", - "print utm zone: 38\n", - "print r: 1491.9590367074652\n", - "6698\n", - "print utm zone: 38\n", - "print r: 1260.8305744112267\n", - "6699\n", - "print utm zone: 38\n", - "print r: 1785.204962663755\n", - "6700\n", - "print utm zone: 38\n", - "print r: 1491.9897893656532\n", - "6701\n", - "print utm zone: 36\n", - "print r: 2648.108843871101\n", - "6702\n", - "print utm zone: 38\n", - "print r: 1691.6925145953196\n", - "6703\n", - "print utm zone: 37\n", - "print r: 1493.7520222948917\n", - "6704\n", - "print utm zone: 38\n", - "print r: 2325.0282301141806\n", - "6705\n", - "print utm zone: 36\n", - "print r: 2648.0734791824516\n", - "6706\n", - "print utm zone: 38\n", - "print r: 1381.3411089656158\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6707\n", - "print utm zone: 38\n", - "print r: 2524.8346681345256\n", - "6708\n", - "print utm zone: 38\n", - "print r: 1381.3713634813391\n", - "6709\n", - "print utm zone: 36\n", - "print r: 2186.4295454489757\n", - "6710\n", - "print utm zone: 38\n", - "print r: 1783.0604610086857\n", - "6711\n", - "print utm zone: 37\n", - "print r: 1382.8009393148743\n", - "6712\n", - "print utm zone: 38\n", - "print r: 1381.2546981994967\n", - "6713\n", - "print utm zone: 37\n", - "print r: 2258.117211580617\n", - "6714\n", - "print utm zone: 38\n", - "print r: 1491.8940472892632\n", - "6715\n", - "print utm zone: 37\n", - "print r: 1493.7892178247268\n", - "6716\n", - "print utm zone: 37\n", - "print r: 2822.7315606476404\n", - "6717\n", - "print utm zone: 38\n", - "print r: 1381.5301845768206\n", - "6718\n", - "print utm zone: 37\n", - "print r: 1597.4710515283314\n", - "6719\n", - "print utm zone: 38\n", - "print r: 1260.9847606777696\n", - "6720\n", - "print utm zone: 37\n", - "print r: 1693.6760906232194\n", - "6721\n", - "print utm zone: 38\n", - "print r: 3335.7873856148803\n", - "6722\n", - "print utm zone: 36\n", - "print r: 1693.6294935312694\n", - "6723\n", - "print utm zone: 38\n", - "print r: 1381.3849534785381\n", - "6724\n", - "print utm zone: 37\n", - "print r: 2587.2365645625405\n", - "6725\n", - "print utm zone: 38\n", - "print r: 1260.8931825238556\n", - "6726\n", - "print utm zone: 37\n", - "print r: 1693.846999757208\n", - "6727\n", - "print utm zone: 38\n", - "print r: 1492.0059854375568\n", - "6728\n", - "print utm zone: 37\n", - "print r: 1493.910817128611\n", - "6729\n", - "print utm zone: 38\n", - "print r: 1381.6383394200911\n", - "6730\n", - "print utm zone: 37\n", - "print r: 1784.9258777149648\n", - "6731\n", - "print utm zone: 38\n", - "print r: 2704.1776131471097\n", - "6732\n", - "print utm zone: 36\n", - "print r: 1382.7315653358573\n", - "6733\n", - "print utm zone: 38\n", - "print r: 3430.049224720836\n", - "6734\n", - "print utm zone: 38\n", - "print r: 1693.5021409188885\n", - "6735\n", - "print utm zone: 38\n", - "print r: 1870.17616396077\n", - "6736\n", - "print utm zone: 36\n", - "print r: 1382.6175257829982\n", - "6737\n", - "print utm zone: 38\n", - "print r: 1870.2340745934778\n", - "6738\n", - "print utm zone: 36\n", - "print r: 2186.2153980354647\n", - "6739\n", - "print utm zone: 38\n", - "print r: 2109.8362211731683\n", - "6740\n", - "print utm zone: 36\n", - "print r: 1872.3939724016084\n", - "6741\n", - "print utm zone: 38\n", - "print r: 1381.6391215512765\n", - "6742\n", - "print utm zone: 37\n", - "print r: 3242.776391623917\n", - "6743\n", - "print utm zone: 38\n", - "print r: 1594.8725837105046\n", - "6744\n", - "print utm zone: 36\n", - "print r: 1493.7982478784074\n", - "6745\n", - "print utm zone: 38\n", - "print r: 1595.3568245017734\n", - "6746\n", - "print utm zone: 38\n", - "print r: 1785.262458620629\n", - "6747\n", - "print utm zone: 36\n", - "print r: 2111.9846812435967\n", - "6748\n", - "print utm zone: 38\n", - "print r: 1692.1908201190292\n", - "6749\n", - "print utm zone: 36\n", - "print r: 3039.835270457738\n", - "6750\n", - "print utm zone: 38\n", - "print r: 1381.6875370796397\n", - "6751\n", - "print utm zone: 38\n", - "print r: 2707.0832392585407\n", - "6752\n", - "print utm zone: 37\n", - "print r: 3291.5902241991043\n", - "6753\n", - "print utm zone: 38\n", - "print r: 1492.5895610000734\n", - "6754\n", - "print utm zone: 37\n", - "print r: 1494.0008696366244\n", - "6755\n", - "print utm zone: 38\n", - "print r: 1492.3025303640957\n", - "6756\n", - "print utm zone: 37\n", - "print r: 9031.509393338558\n", - "6757\n", - "print utm zone: 38\n", - "print r: 1127.8086448684783\n", - "6758\n", - "print utm zone: 37\n", - "print r: 2035.1644904551486\n", - "6759\n", - "print utm zone: 38\n", - "print r: 2930.781965033172\n", - "6760\n", - "print utm zone: 37\n", - "print r: 1955.4524963836755\n", - "6761\n", - "print utm zone: 38\n", - "print r: 1871.076709989962\n", - "6762\n", - "print utm zone: 38\n", - "print r: 1127.9174810985126\n", - "6763\n", - "print utm zone: 38\n", - "print r: 1128.052969438804\n", - "6764\n", - "print utm zone: 36\n", - "print r: 1262.6544196097375\n", - "6765\n", - "print utm zone: 36\n", - "print r: 1693.7063411931863\n", - "6766\n", - "print utm zone: 38\n", - "print r: 1492.5643125190247\n", - "6767\n", - "print utm zone: 38\n", - "print r: 1785.7848756823014\n", - "6768\n", - "print utm zone: 38\n", - "print r: 1381.9734270107501\n", - "6769\n", - "print utm zone: 36\n", - "print r: 1693.5135360784195\n", - "6770\n", - "print utm zone: 38\n", - "print r: 1261.1565846533215\n", - "6771\n", - "print utm zone: 37\n", - "print r: 1262.6523877548257\n", - "6772\n", - "print utm zone: 36\n", - "print r: 1693.4235467562798\n", - "6773\n", - "print utm zone: 38\n", - "print r: 1785.5612510628405\n", - "6774\n", - "print utm zone: 38\n", - "print r: 1692.5434670320888\n", - "6775\n", - "print utm zone: 36\n", - "print r: 4757.645632213132\n", - "6776\n", - "print utm zone: 38\n", - "print r: 1381.5430997031617\n", - "6777\n", - "print utm zone: 37\n", - "print r: 1493.3471927905255\n", - "6778\n", - "print utm zone: 38\n", - "print r: 1492.3386794027954\n", - "6779\n", - "print utm zone: 37\n", - "print r: 1596.8159050280444\n", - "6780\n", - "print utm zone: 38\n", - "print r: 1128.2222732359714\n", - "6781\n", - "print utm zone: 38\n", - "print r: 2647.5456173957245\n", - "6782\n", - "print utm zone: 38\n", - "print r: 2110.97440899695\n", - "6783\n", - "print utm zone: 37\n", - "print r: 1872.1221477028291\n", - "6784\n", - "print utm zone: 38\n", - "print r: 976.6914843951381\n", - "6785\n", - "print utm zone: 36\n", - "print r: 2460.4881226555267\n", - "6786\n", - "print utm zone: 38\n", - "print r: 1128.2345696068653\n", - "6787\n", - "print utm zone: 37\n", - "print r: 1493.5157792795694\n", - "6788\n", - "print utm zone: 38\n", - "print r: 1381.9396467802696\n", - "6789\n", - "print utm zone: 37\n", - "print r: 1955.7318567728385\n", - "6790\n", - "print utm zone: 37\n", - "print r: 6288.765251684467\n", - "6791\n", - "print utm zone: 38\n", - "print r: 1381.1626784616835\n", - "6792\n", - "print utm zone: 37\n", - "print r: 1693.4681226814548\n", - "6793\n", - "print utm zone: 38\n", - "print r: 1595.0618286992535\n", - "6794\n", - "print utm zone: 37\n", - "print r: 1955.7503089071313\n", - "6795\n", - "print utm zone: 38\n", - "print r: 2392.2583823537184\n", - "6796\n", - "print utm zone: 36\n", - "print r: 2035.4855149166735\n", - "6797\n", - "print utm zone: 38\n", - "print r: 1870.3323200478285\n", - "6798\n", - "print utm zone: 37\n", - "print r: 1382.8606951865852\n", - "6799\n", - "print utm zone: 38\n", - "print r: 3088.347373068864\n", - "6800\n", - "print utm zone: 38\n", - "print r: 2035.5293254775554\n", - "6801\n", - "print utm zone: 38\n", - "print r: 1260.7938570734004\n", - "6802\n", - "print utm zone: 36\n", - "print r: 1785.811823005588\n", - "6803\n", - "print utm zone: 38\n", - "print r: 1381.3221286676883\n", - "6804\n", - "print utm zone: 37\n", - "print r: 1693.6414738296935\n", - "6805\n", - "print utm zone: 37\n", - "print r: 1262.5188303550708\n", - "6806\n", - "print utm zone: 38\n", - "print r: 1594.8340833048549\n", - "6807\n", - "print utm zone: 37\n", - "print r: 3570.5009349888433\n", - "6808\n", - "print utm zone: 38\n", - "print r: 1127.8748177987125\n", - "6809\n", - "print utm zone: 37\n", - "print r: 1596.9673946467897\n", - "6810\n", - "print utm zone: 38\n", - "print r: 2033.1254629923737\n", - "6811\n", - "print utm zone: 36\n", - "print r: 2524.50058478215\n", - "6812\n", - "print utm zone: 38\n", - "print r: 1783.0425271228942\n", - "6813\n", - "print utm zone: 38\n", - "print r: 1383.3228259808168\n", - "6814\n", - "print utm zone: 38\n", - "print r: 1691.6457534735787\n", - "6815\n", - "print utm zone: 37\n", - "print r: 2112.7916985182233\n", - "6816\n", - "print utm zone: 38\n", - "print r: 1870.0958695320046\n", - "6817\n", - "print utm zone: 37\n", - "print r: 1493.8040227606882\n", - "6818\n", - "print utm zone: 38\n", - "print r: 1381.6039447526834\n", - "6819\n", - "print utm zone: 37\n", - "print r: 1785.1329408997626\n", - "6820\n", - "print utm zone: 38\n", - "print r: 3287.930051217712\n", - "6821\n", - "print utm zone: 37\n", - "print r: 4585.753591179898\n", - "6822\n", - "print utm zone: 38\n", - "print r: 1870.08820724921\n", - "6823\n", - "print utm zone: 36\n", - "print r: 2035.419008155249\n", - "6824\n", - "print utm zone: 38\n", - "print r: 3947.982286229758\n", - "6825\n", - "print utm zone: 38\n", - "print r: 1493.808048340924\n", - "6826\n", - "print utm zone: 38\n", - "print r: 6020.156865132777\n", - "6827\n", - "print utm zone: 36\n", - "print r: 2111.9909887905796\n", - "6828\n", - "print utm zone: 38\n", - "print r: 1381.180283037413\n", - "6829\n", - "print utm zone: 36\n", - "print r: 2186.2731858111592\n", - "6830\n", - "print utm zone: 38\n", - "print r: 2584.9130463105084\n", - "6831\n", - "print utm zone: 36\n", - "print r: 1694.1000739194662\n", - "6832\n", - "print utm zone: 38\n", - "print r: 2032.9624174757223\n", - "6833\n", - "print utm zone: 38\n", - "print r: 1785.012224341333\n", - "6834\n", - "print utm zone: 38\n", - "print r: 1381.1236764309986\n", - "6835\n", - "print utm zone: 37\n", - "print r: 2035.2868667555176\n", - "6836\n", - "print utm zone: 38\n", - "print r: 7957.775517397383\n", - "6837\n", - "print utm zone: 36\n", - "print r: 3614.4471066473097\n", - "6838\n", - "print utm zone: 38\n", - "print r: 1953.340103687049\n", - "6839\n", - "print utm zone: 38\n", - "print r: 2186.7754849934718\n", - "6840\n", - "print utm zone: 38\n", - "print r: 1381.5293913239318\n", - "6841\n", - "print utm zone: 37\n", - "print r: 3340.9596438307117\n", - "6842\n", - "print utm zone: 38\n", - "print r: 1381.3789935887048\n", - "6843\n", - "print utm zone: 37\n", - "print r: 6028.865098441345\n", - "6844\n", - "print utm zone: 38\n", - "print r: 1691.5209449349065\n", - "6845\n", - "print utm zone: 37\n", - "print r: 1129.3603374242446\n", - "6846\n", - "print utm zone: 38\n", - "print r: 1783.3505068536876\n", - "6847\n", - "print utm zone: 36\n", - "print r: 1785.0513811187934\n", - "6848\n", - "print utm zone: 38\n", - "print r: 1491.8099198599125\n", - "6849\n", - "print utm zone: 37\n", - "print r: 1493.1983683084547\n", - "6850\n", - "print utm zone: 38\n", - "print r: 1953.2129585937414\n", - "6851\n", - "print utm zone: 37\n", - "print r: 2327.044314765106\n", - "6852\n", - "print utm zone: 38\n", - "print r: 2109.812076534771\n", - "6853\n", - "print utm zone: 38\n", - "print r: 1493.5188905725036\n", - "6854\n", - "print utm zone: 38\n", - "print r: 1492.0123324797896\n", - "6855\n", - "print utm zone: 37\n", - "print r: 2185.833523939298\n", - "6856\n", - "print utm zone: 39\n", - "print r: 2033.8108236278306\n", - "6857\n", - "print utm zone: 36\n", - "print r: 3292.4018183866783\n", - "6858\n", - "print utm zone: 37\n", - "print r: 1784.7957747883174\n", - "6859\n", - "print utm zone: 37\n", - "print r: 1262.5384395096944\n", - "6860\n", - "print utm zone: 36\n", - "print r: 1597.033055713237\n", - "6861\n", - "print utm zone: 37\n", - "print r: 1262.271677271635\n", - "6862\n", - "print utm zone: 37\n", - "print r: 7512.1729938173885\n", - "6863\n", - "print utm zone: 36\n", - "print r: 2327.866838576548\n", - "6864\n", - "print utm zone: 37\n", - "print r: 1784.9098273553782\n", - "6865\n", - "print utm zone: 36\n", - "print r: 1785.1236952780346\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6866\n", - "print utm zone: 37\n", - "print r: 1493.907821814869\n", - "6867\n", - "print utm zone: 37\n", - "print r: 2186.9316591639704\n", - "6868\n", - "print utm zone: 39\n", - "print r: 1492.50346442561\n", - "6869\n", - "print utm zone: 36\n", - "print r: 1382.6957600413975\n", - "6870\n", - "print utm zone: 37\n", - "print r: 1596.299321624129\n", - "6871\n", - "print utm zone: 38\n", - "print r: 3292.3947047894203\n", - "6872\n", - "print utm zone: 39\n", - "print r: 1381.7171794156668\n", - "6873\n", - "print utm zone: 37\n", - "print r: 1596.8064178122522\n", - "6874\n", - "print utm zone: 39\n", - "print r: 1381.7188645661088\n", - "6875\n", - "print utm zone: 37\n", - "print r: 10678.989348758132\n", - "6876\n", - "print utm zone: 39\n", - "print r: 1381.7263486563345\n", - "6877\n", - "print utm zone: 37\n", - "print r: 1493.2748715997154\n", - "6878\n", - "print utm zone: 39\n", - "print r: 1261.3681906908944\n", - "6879\n", - "print utm zone: 38\n", - "print r: 3570.219843626893\n", - "6880\n", - "print utm zone: 39\n", - "print r: 2458.8524592501503\n", - "6881\n", - "print utm zone: 37\n", - "print r: 2394.5145510727825\n", - "6882\n", - "print utm zone: 37\n", - "print r: 2460.3552226746383\n", - "6883\n", - "print utm zone: 37\n", - "print r: 1596.3885018918172\n", - "6884\n", - "print utm zone: 39\n", - "print r: 1261.3971543034124\n", - "6885\n", - "print utm zone: 39\n", - "print r: 1595.457713557428\n", - "6886\n", - "print utm zone: 38\n", - "print r: 3143.8942689506002\n", - "6887\n", - "print utm zone: 39\n", - "print r: 1783.8008447627813\n", - "6888\n", - "print utm zone: 38\n", - "print r: 1872.2992839883173\n", - "6889\n", - "print utm zone: 38\n", - "print r: 1128.1450732457558\n", - "6890\n", - "print utm zone: 37\n", - "print r: 1784.8026568225034\n", - "6891\n", - "print utm zone: 36\n", - "print r: 1382.7224183712358\n", - "6892\n", - "print utm zone: 38\n", - "print r: 1955.466725610001\n", - "6893\n", - "print utm zone: 38\n", - "print r: 2930.860401068314\n", - "6894\n", - "print utm zone: 38\n", - "print r: 1596.4408815542265\n", - "6895\n", - "print utm zone: 37\n", - "print r: 1382.7214254379633\n", - "6896\n", - "print utm zone: 38\n", - "print r: 1381.7622563941256\n", - "6897\n", - "print utm zone: 37\n", - "print r: 1493.6506892805444\n", - "6898\n", - "print utm zone: 37\n", - "print r: 1493.9474254337572\n", - "6899\n", - "print utm zone: 37\n", - "print r: 1955.7068121563366\n", - "6900\n", - "print utm zone: 38\n", - "print r: 1261.2227334038273\n", - "6901\n", - "print utm zone: 37\n", - "print r: 1382.65051231017\n", - "6902\n", - "print utm zone: 38\n", - "print r: 1381.6449601429097\n", - "6903\n", - "print utm zone: 37\n", - "print r: 2765.179533888455\n", - "6904\n", - "print utm zone: 38\n", - "print r: 1492.1638502760907\n", - "6905\n", - "print utm zone: 38\n", - "print r: 1381.2709559338348\n", - "6906\n", - "print utm zone: 38\n", - "print r: 1128.1165976543637\n", - "6907\n", - "print utm zone: 37\n", - "print r: 1785.1566516464854\n", - "6908\n", - "print utm zone: 37\n", - "print r: 1262.1325569140067\n", - "6909\n", - "print utm zone: 37\n", - "print r: 1493.2967089077797\n", - "6910\n", - "print utm zone: 38\n", - "print r: 1785.3178393854837\n", - "6911\n", - "print utm zone: 37\n", - "print r: 2461.084037193752\n", - "6912\n", - "print utm zone: 37\n", - "print r: 2186.5132061156983\n", - "6913\n", - "print utm zone: 37\n", - "print r: 1382.7548505227774\n", - "6914\n", - "print utm zone: 37\n", - "print r: 1785.1280841528312\n", - "6915\n", - "print utm zone: 39\n", - "print r: 2985.0227224790096\n", - "6916\n", - "print utm zone: 37\n", - "print r: 1784.9807008585492\n", - "6917\n", - "print utm zone: 39\n", - "print r: 2110.887434206601\n", - "6918\n", - "print utm zone: 36\n", - "print r: 1262.4546468098538\n", - "6919\n", - "print utm zone: 38\n", - "print r: 2184.9818633533782\n", - "6920\n", - "print utm zone: 38\n", - "print r: 1785.5205297082555\n", - "6921\n", - "print utm zone: 36\n", - "print r: 2186.7563189360535\n", - "6922\n", - "print utm zone: 37\n", - "print r: 1493.1825666073642\n", - "6923\n", - "print utm zone: 38\n", - "print r: 1128.1791697550843\n", - "6924\n", - "print utm zone: 38\n", - "print r: 1127.7021794500158\n", - "6925\n", - "print utm zone: 36\n", - "print r: 1382.9965649238914\n", - "6926\n", - "print utm zone: 36\n", - "print r: 1693.7478443423634\n", - "6927\n", - "print utm zone: 37\n", - "print r: 3291.122610397771\n", - "6928\n", - "print utm zone: 37\n", - "print r: 1955.3927919683094\n", - "6929\n", - "print utm zone: 37\n", - "print r: 3743.4384239846404\n", - "6930\n", - "print utm zone: 38\n", - "print r: 2394.5579169668035\n", - "6931\n", - "print utm zone: 37\n", - "print r: 2586.129179733324\n", - "6932\n", - "print utm zone: 37\n", - "print r: 2112.6403433677406\n", - "6933\n", - "print utm zone: 37\n", - "print r: 2257.344211219269\n", - "6934\n", - "print utm zone: 37\n", - "print r: 3338.654108903275\n", - "6935\n", - "print utm zone: 37\n", - "print r: 2112.537227204261\n", - "6936\n", - "print utm zone: 36\n", - "print r: 1693.7959924421386\n", - "6937\n", - "print utm zone: 37\n", - "print r: 2394.4772798034965\n", - "6938\n", - "print utm zone: 37\n", - "print r: 2035.554424235822\n", - "6939\n", - "print utm zone: 37\n", - "print r: 1493.1374878243137\n", - "6940\n", - "print utm zone: 38\n", - "print r: 1262.1918171478867\n", - "6941\n", - "print utm zone: 38\n", - "print r: 3292.431696818199\n", - "6942\n", - "print utm zone: 37\n", - "print r: 8466.428281661016\n", - "6943\n", - "print utm zone: 37\n", - "print r: 2035.8372377927674\n", - "6944\n", - "print utm zone: 38\n", - "print r: 2111.8850117587\n", - "6945\n", - "print utm zone: 36\n", - "print r: 1596.7611470302145\n", - "6946\n", - "print utm zone: 39\n", - "print r: 1692.2569148653167\n", - "6947\n", - "print utm zone: 38\n", - "print r: 1955.9380636085289\n", - "6948\n", - "print utm zone: 37\n", - "print r: 2586.3899876393384\n", - "6949\n", - "print utm zone: 36\n", - "print r: 1596.4662357937766\n", - "6950\n", - "print utm zone: 39\n", - "print r: 1261.460826779571\n", - "6951\n", - "print utm zone: 37\n", - "print r: 1493.358936707552\n", - "6952\n", - "print utm zone: 38\n", - "print r: 1596.9206041050932\n", - "6953\n", - "print utm zone: 37\n", - "print r: 2111.769577479556\n", - "6954\n", - "print utm zone: 37\n", - "print r: 1493.6528960478108\n", - "6955\n", - "print utm zone: 37\n", - "print r: 2035.4136822509774\n", - "6956\n", - "print utm zone: 39\n", - "print r: 1128.145313071449\n", - "6957\n", - "print utm zone: 37\n", - "print r: 2764.9594518041313\n", - "6958\n", - "print utm zone: 37\n", - "print r: 1872.6877877112727\n", - "6959\n", - "print utm zone: 37\n", - "print r: 2186.667679479541\n", - "6960\n", - "print utm zone: 37\n", - "print r: 2257.605261836754\n", - "6961\n", - "print utm zone: 38\n", - "print r: 2035.6840606218934\n", - "6962\n", - "print utm zone: 37\n", - "print r: 1693.1305589252627\n", - "6963\n", - "print utm zone: 37\n", - "print r: 2185.7928345151645\n", - "6964\n", - "print utm zone: 37\n", - "print r: 2327.091425455269\n", - "6965\n", - "print utm zone: 37\n", - "print r: 1262.3005676436032\n", - "6966\n", - "print utm zone: 38\n", - "print r: 1261.3762641759001\n", - "6967\n", - "print utm zone: 36\n", - "print r: 1693.6401640222232\n", - "6968\n", - "print utm zone: 37\n", - "print r: 1871.7826068322045\n", - "6969\n", - "print utm zone: 37\n", - "print r: 2186.1182846305855\n", - "6970\n", - "print utm zone: 37\n", - "print r: 1955.1074402363859\n", - "6971\n", - "print utm zone: 39\n", - "print r: 1381.7882651422015\n", - "6972\n", - "print utm zone: 38\n", - "print r: 1128.0750771499042\n", - "6973\n", - "print utm zone: 38\n", - "print r: 1783.8062777506889\n", - "6974\n", - "print utm zone: 38\n", - "print r: 3786.1401857317755\n", - "6975\n", - "print utm zone: 38\n", - "print r: 1692.0224366352827\n", - "6976\n", - "print utm zone: 37\n", - "print r: 1693.1141421907423\n", - "6977\n", - "print utm zone: 37\n", - "print r: 3700.4159589821047\n", - "6978\n", - "print utm zone: 37\n", - "print r: 3142.056648926453\n", - "6979\n", - "print utm zone: 37\n", - "print r: 1954.8655570045757\n", - "6980\n", - "print utm zone: 37\n", - "print r: 1493.3983500539264\n", - "6981\n", - "print utm zone: 38\n", - "print r: 1955.5087985498133\n", - "6982\n", - "print utm zone: 37\n", - "print r: 1871.5050152058434\n", - "6983\n", - "print utm zone: 37\n", - "print r: 1871.8156745128883\n", - "6984\n", - "print utm zone: 37\n", - "print r: 1382.9347532774561\n", - "6985\n", - "print utm zone: 37\n", - "print r: 1954.9057160821737\n", - "6986\n", - "print utm zone: 37\n", - "print r: 2035.556740663697\n", - "6987\n", - "print utm zone: 37\n", - "print r: 3142.83298882297\n", - "6988\n", - "print utm zone: 37\n", - "print r: 3242.5710482365057\n", - "6989\n", - "print utm zone: 37\n", - "print r: 2035.0421692408459\n", - "6990\n", - "print utm zone: 37\n", - "print r: 8161.262559856924\n", - "6991\n", - "print utm zone: 38\n", - "print r: 2186.3621223365753\n", - "6992\n", - "print utm zone: 37\n", - "print r: 2185.850773735254\n", - "6993\n", - "print utm zone: 36\n", - "print r: 1872.4667145216013\n", - "6994\n", - "print utm zone: 37\n", - "print r: 1871.8155384780723\n", - "6995\n", - "print utm zone: 37\n", - "print r: 2185.550956526701\n", - "6996\n", - "print utm zone: 37\n", - "print r: 2110.696262695345\n", - "6997\n", - "print utm zone: 37\n", - "print r: 2325.42667378474\n", - "6998\n", - "print utm zone: 37\n", - "print r: 1783.6381497841915\n", - "6999\n", - "print utm zone: 37\n", - "print r: 2645.934546640307\n", - "7000\n", - "print utm zone: 37\n", - "print r: 1595.2771959433148\n", - "7001\n", - "print utm zone: 37\n", - "print r: 2325.386422846426\n", - "7002\n", - "print utm zone: 40\n", - "print r: 1597.6876809882117\n", - "7003\n", - "print utm zone: 37\n", - "print r: 2325.775913538655\n", - "7004\n", - "print utm zone: 40\n", - "print r: 1597.6981082853702\n", - "7005\n", - "print utm zone: 37\n", - "print r: 3037.736913128693\n", - "7006\n", - "print utm zone: 39\n", - "print r: 1956.8516123381385\n", - "7007\n", - "print utm zone: 37\n", - "print r: 1595.6190255263132\n", - "7008\n", - "print utm zone: 40\n", - "print r: 4859.202633143164\n", - "7009\n", - "print utm zone: 37\n", - "print r: 2255.9642732282214\n", - "7010\n", - "print utm zone: 41\n", - "print r: 1786.3735212654583\n", - "7011\n", - "print utm zone: 37\n", - "print r: 2392.8187799126713\n", - "7012\n", - "print utm zone: 41\n", - "print r: 1695.0914533209852\n", - "7013\n", - "print utm zone: 40\n", - "print r: 1263.0553290497323\n", - "7014\n", - "print utm zone: 37\n", - "print r: 1492.4310726799742\n", - "7015\n", - "print utm zone: 39\n", - "print r: 1597.7028484718996\n", - "7016\n", - "print utm zone: 37\n", - "print r: 2584.7462093100276\n", - "7017\n", - "print utm zone: 40\n", - "print r: 1494.931321936746\n", - "7018\n", - "print utm zone: 37\n", - "print r: 1954.0891687757198\n", - "7019\n", - "print utm zone: 39\n", - "print r: 1494.7671837602252\n", - "7020\n", - "print utm zone: 37\n", - "print r: 2256.0778924612146\n", - "7021\n", - "print utm zone: 41\n", - "print r: 1695.142389660308\n", - "7022\n", - "print utm zone: 37\n", - "print r: 2110.0987370891444\n", - "7023\n", - "print utm zone: 40\n", - "print r: 2588.6331807694946\n", - "7024\n", - "print utm zone: 37\n", - "print r: 1492.6062488142481\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7025\n", - "print utm zone: 40\n", - "print r: 1873.4536200768694\n", - "7026\n", - "print utm zone: 37\n", - "print r: 1492.6392372619498\n", - "7027\n", - "print utm zone: 40\n", - "print r: 1383.68631040232\n", - "7028\n", - "print utm zone: 41\n", - "print r: 3747.890308108789\n", - "7029\n", - "print utm zone: 37\n", - "print r: 3948.0420433522\n", - "7030\n", - "print utm zone: 40\n", - "print r: 3831.209012430952\n", - "7031\n", - "print utm zone: 37\n", - "print r: 2763.4784235408993\n", - "7032\n", - "print utm zone: 39\n", - "print r: 2396.4252439119305\n", - "7033\n", - "print utm zone: 40\n", - "print r: 2824.8834778495197\n", - "7034\n", - "print utm zone: 40\n", - "print r: 1263.0339098444765\n", - "7035\n", - "print utm zone: 41\n", - "print r: 1597.9040244217824\n", - "7036\n", - "print utm zone: 37\n", - "print r: 2705.363842097932\n", - "7037\n", - "print utm zone: 39\n", - "print r: 2649.4419868142104\n", - "7038\n", - "print utm zone: 37\n", - "print r: 2458.4645959631093\n", - "7039\n", - "print utm zone: 39\n", - "print r: 1263.08404419604\n", - "7040\n", - "print utm zone: 40\n", - "print r: 1873.936815115051\n", - "7041\n", - "print utm zone: 40\n", - "print r: 1494.791393059586\n", - "7042\n", - "print utm zone: 37\n", - "print r: 1595.6551092091167\n", - "7043\n", - "print utm zone: 40\n", - "print r: 2036.5495454025347\n", - "7044\n", - "print utm zone: 37\n", - "print r: 1691.9650622591278\n", - "7045\n", - "print utm zone: 39\n", - "print r: 1383.7068705478857\n", - "7046\n", - "print utm zone: 37\n", - "print r: 3477.186562305171\n", - "7047\n", - "print utm zone: 41\n", - "print r: 1957.2716969807311\n", - "7048\n", - "print utm zone: 40\n", - "print r: 2113.549684350399\n", - "7049\n", - "print utm zone: 37\n", - "print r: 1692.2155505817032\n", - "7050\n", - "print utm zone: 39\n", - "print r: 1786.1900826552894\n", - "7051\n", - "print utm zone: 39\n", - "print r: 1383.8851307534271\n", - "7052\n", - "print utm zone: 40\n", - "print r: 2588.4798753900095\n", - "7053\n", - "print utm zone: 37\n", - "print r: 2256.0499306131505\n", - "7054\n", - "print utm zone: 40\n", - "print r: 2709.568503318664\n", - "7055\n", - "print utm zone: 37\n", - "print r: 1492.221914814289\n", - "7056\n", - "print utm zone: 41\n", - "print r: 1695.5854194175724\n", - "7057\n", - "print utm zone: 40\n", - "print r: 2463.6049011773152\n", - "7058\n", - "print utm zone: 43\n", - "print r: 1695.8803649384263\n", - "7059\n", - "print utm zone: 37\n", - "print r: 2325.738836996339\n", - "7060\n", - "print utm zone: 43\n", - "print r: 2115.1537133733204\n", - "7061\n", - "print utm zone: 41\n", - "print r: 2463.414399151943\n", - "7062\n", - "print utm zone: 37\n", - "print r: 2764.0441724801485\n", - "7063\n", - "print utm zone: 41\n", - "print r: 1598.3894487181146\n", - "7064\n", - "print utm zone: 37\n", - "print r: 2646.1448818654453\n", - "7065\n", - "print utm zone: 42\n", - "print r: 1874.5577641639898\n", - "7066\n", - "print utm zone: 42\n", - "print r: 1384.3863990958755\n", - "7067\n", - "print utm zone: 37\n", - "print r: 1783.6033285553742\n", - "7068\n", - "print utm zone: 44\n", - "print r: 1264.2007364372555\n", - "7069\n", - "print utm zone: 41\n", - "print r: 2711.2363765212062\n", - "7070\n", - "print utm zone: 41\n", - "print r: 1384.751913904628\n", - "7071\n", - "print utm zone: 43\n", - "print r: 1874.8387605070154\n", - "7072\n", - "print utm zone: 37\n", - "print r: 3476.737082875897\n", - "7073\n", - "print utm zone: 43\n", - "print r: 1495.4890961159135\n", - "7074\n", - "print utm zone: 40\n", - "print r: 1130.7194713901144\n", - "7075\n", - "print utm zone: 40\n", - "print r: 799.4985092861353\n", - "7076\n", - "print utm zone: 37\n", - "print r: 3288.5968762774005\n", - "7077\n", - "print utm zone: 41\n", - "print r: 1263.3644683896894\n", - "7078\n", - "print utm zone: 37\n", - "print r: 1870.6321388654617\n", - "7079\n", - "print utm zone: 40\n", - "print r: 2397.550543953966\n", - "7080\n", - "print utm zone: 37\n", - "print r: 1870.691210585506\n", - "7081\n", - "print utm zone: 40\n", - "print r: 2113.7931804853065\n", - "7082\n", - "print utm zone: 40\n", - "print r: 1494.6796519027412\n", - "7083\n", - "print utm zone: 37\n", - "print r: 1692.0757198130061\n", - "7084\n", - "print utm zone: 41\n", - "print r: 3245.3945836722887\n", - "7085\n", - "print utm zone: 37\n", - "print r: 1381.5594827576444\n", - "7086\n", - "print utm zone: 41\n", - "print r: 2260.392726118009\n", - "7087\n", - "print utm zone: 40\n", - "print r: 1129.9876332084154\n", - "7088\n", - "print utm zone: 37\n", - "print r: 2392.9043457989314\n", - "7089\n", - "print utm zone: 41\n", - "print r: 1786.6395153576457\n", - "7090\n", - "print utm zone: 41\n", - "print r: 3042.539670410801\n", - "7091\n", - "print utm zone: 37\n", - "print r: 1870.8341209428506\n", - "7092\n", - "print utm zone: 39\n", - "print r: 1495.1432690698543\n", - "7093\n", - "print utm zone: 41\n", - "print r: 1263.4433084397501\n", - "7094\n", - "print utm zone: 37\n", - "print r: 1691.9310583277377\n", - "7095\n", - "print utm zone: 41\n", - "print r: 1695.275584370012\n", - "7096\n", - "print utm zone: 41\n", - "print r: 1495.1261422521147\n", - "7097\n", - "print utm zone: 52\n", - "print r: 1784.5617449973258\n", - "7098\n", - "print utm zone: 37\n", - "print r: 1692.132573925277\n", - "7099\n", - "print utm zone: 41\n", - "print r: 1383.8805213157398\n", - "7100\n", - "print utm zone: 37\n", - "print r: 2875.763875968019\n", - "7101\n", - "print utm zone: 41\n", - "print r: 2650.042436869683\n", - "7102\n", - "print utm zone: 37\n", - "print r: 2325.426862841472\n", - "7103\n", - "print utm zone: 41\n", - "print r: 3145.7425749121803\n", - "7104\n", - "print utm zone: 37\n", - "print r: 4885.055761442088\n", - "7105\n", - "print utm zone: 40\n", - "print r: 7009.144041269686\n", - "7106\n", - "print utm zone: 37\n", - "print r: 1595.257330989846\n", - "7107\n", - "print utm zone: 40\n", - "print r: 1956.6648938410965\n", - "7108\n", - "print utm zone: 37\n", - "print r: 3190.455192279328\n", - "7109\n", - "print utm zone: 40\n", - "print r: 1383.538552252718\n", - "7110\n", - "print utm zone: 37\n", - "print r: 9637.026223881572\n", - "7111\n", - "print utm zone: 40\n", - "print r: 2187.584781642326\n", - "7112\n", - "print utm zone: 37\n", - "print r: 2033.8509746524899\n", - "7113\n", - "print utm zone: 40\n", - "print r: 3195.0686909259384\n", - "7114\n", - "print utm zone: 37\n", - "print r: 2033.765062902212\n", - "7115\n", - "print utm zone: 39\n", - "print r: 2037.0035494010742\n", - "7116\n", - "print utm zone: 37\n", - "print r: 2762.8068447134806\n", - "7117\n", - "print utm zone: 41\n", - "print r: 7102.18012248238\n", - "7118\n", - "print utm zone: 37\n", - "print r: 3240.2928628797813\n", - "7119\n", - "print utm zone: 40\n", - "print r: 1383.4602033419014\n", - "7120\n", - "print utm zone: 37\n", - "print r: 1870.434415699971\n", - "7121\n", - "print utm zone: 39\n", - "print r: 2187.8163261848613\n", - "7122\n", - "print utm zone: 37\n", - "print r: 2033.6673560588954\n", - "7123\n", - "print utm zone: 40\n", - "print r: 1694.5148217440815\n", - "7124\n", - "print utm zone: 41\n", - "print r: 1263.3047718700827\n", - "7125\n", - "print utm zone: 37\n", - "print r: 1691.8524055496962\n", - "7126\n", - "print utm zone: 40\n", - "print r: 3144.6610815499507\n", - "7127\n", - "print utm zone: 41\n", - "print r: 1873.3073263417486\n", - "7128\n", - "print utm zone: 37\n", - "print r: 2256.1113973002443\n", - "7129\n", - "print utm zone: 40\n", - "print r: 1598.0667966057495\n", - "7130\n", - "print utm zone: 40\n", - "print r: 1956.5081597646831\n", - "7131\n", - "print utm zone: 37\n", - "print r: 2392.84608566432\n", - "7132\n", - "print utm zone: 40\n", - "print r: 1262.9724699308447\n", - "7133\n", - "print utm zone: 37\n", - "print r: 3987.9094306526003\n", - "7134\n", - "print utm zone: 40\n", - "print r: 1383.4501659226805\n", - "7135\n", - "print utm zone: 40\n", - "print r: 1129.5759496950418\n", - "7136\n", - "print utm zone: 37\n", - "print r: 2184.2540994767387\n", - "7137\n", - "print utm zone: 41\n", - "print r: 1786.702282884355\n", - "7138\n", - "print utm zone: 37\n", - "print r: 1870.51419431057\n", - "7139\n", - "print utm zone: 40\n", - "print r: 1383.462469788246\n", - "7140\n", - "print utm zone: 37\n", - "print r: 2110.3732600760504\n", - "7141\n", - "print utm zone: 41\n", - "print r: 2879.754185450026\n", - "7142\n", - "print utm zone: 40\n", - "print r: 1873.3301712421135\n", - "7143\n", - "print utm zone: 40\n", - "print r: 1597.6064289192786\n", - "7144\n", - "print utm zone: 37\n", - "print r: 2458.223216119355\n", - "7145\n", - "print utm zone: 40\n", - "print r: 1597.6022132987177\n", - "7146\n", - "print utm zone: 37\n", - "print r: 2584.474383094332\n", - "7147\n", - "print utm zone: 41\n", - "print r: 1694.992636098314\n", - "7148\n", - "print utm zone: 37\n", - "print r: 1381.4153005067885\n", - "7149\n", - "print utm zone: 40\n", - "print r: 3388.8558078415126\n", - "7150\n", - "print utm zone: 40\n", - "print r: 2113.689269522701\n", - "7151\n", - "print utm zone: 37\n", - "print r: 1870.4770860368005\n", - "7152\n", - "print utm zone: 40\n", - "print r: 1129.6360284869513\n", - "7153\n", - "print utm zone: 37\n", - "print r: 1870.6999513086662\n", - "7154\n", - "print utm zone: 40\n", - "print r: 798.763031865775\n", - "7155\n", - "print utm zone: 37\n", - "print r: 1692.6637161189642\n", - "7156\n", - "print utm zone: 40\n", - "print r: 1129.5808267220748\n", - "7157\n", - "print utm zone: 37\n", - "print r: 1595.1921244427965\n", - "7158\n", - "print utm zone: 40\n", - "print r: 1383.4523293401644\n", - "7159\n", - "print utm zone: 37\n", - "print r: 1261.1194107687602\n", - "7160\n", - "print utm zone: 41\n", - "print r: 3144.799555203965\n", - "7161\n", - "print utm zone: 41\n", - "print r: 2462.857446682887\n", - "7162\n", - "print utm zone: 40\n", - "print r: 1957.249410589144\n", - "7163\n", - "print utm zone: 37\n", - "print r: 3190.4352612596967\n", - "7164\n", - "print utm zone: 40\n", - "print r: 1494.8457715375293\n", - "7165\n", - "print utm zone: 37\n", - "print r: 2522.183874000914\n", - "7166\n", - "print utm zone: 40\n", - "print r: 1786.2174240602028\n", - "7167\n", - "print utm zone: 37\n", - "print r: 2184.331465389506\n", - "7168\n", - "print utm zone: 40\n", - "print r: 1494.6213448674664\n", - "7169\n", - "print utm zone: 37\n", - "print r: 1953.6982804995544\n", - "7170\n", - "print utm zone: 40\n", - "print r: 2935.7895389321293\n", - "7171\n", - "print utm zone: 37\n", - "print r: 1595.1745796454402\n", - "7172\n", - "print utm zone: 40\n", - "print r: 2880.0379114005273\n", - "7173\n", - "print utm zone: 37\n", - "print r: 2184.8309459178618\n", - "7174\n", - "print utm zone: 40\n", - "print r: 1694.4540787176863\n", - "7175\n", - "print utm zone: 37\n", - "print r: 2819.88825742567\n", - "7176\n", - "print utm zone: 40\n", - "print r: 1494.5469793051284\n", - "7177\n", - "print utm zone: 39\n", - "print r: 1956.7471548853302\n", - "7178\n", - "print utm zone: 39\n", - "print r: 3746.960014823646\n", - "7179\n", - "print utm zone: 37\n", - "print r: 2110.1717017374294\n", - "7180\n", - "print utm zone: 40\n", - "print r: 3390.0640451309996\n", - "7181\n", - "print utm zone: 39\n", - "print r: 1956.7980111296008\n", - "7182\n", - "print utm zone: 37\n", - "print r: 2325.337428638526\n", - "7183\n", - "print utm zone: 40\n", - "print r: 1597.580261096408\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7184\n", - "print utm zone: 39\n", - "print r: 3144.9991715226797\n", - "7185\n", - "print utm zone: 37\n", - "print r: 1595.2379803911306\n", - "7186\n", - "print utm zone: 39\n", - "print r: 3389.0973157989692\n", - "7187\n", - "print utm zone: 37\n", - "print r: 2458.250748716163\n", - "7188\n", - "print utm zone: 40\n", - "print r: 2880.0516693724617\n", - "7189\n", - "print utm zone: 37\n", - "print r: 1954.06472475234\n", - "7190\n", - "print utm zone: 40\n", - "print r: 2259.7174171691786\n", - "7191\n", - "print utm zone: 37\n", - "print r: 1870.4455982128309\n", - "7192\n", - "print utm zone: 40\n", - "print r: 2259.2383279104024\n", - "7193\n", - "print utm zone: 37\n", - "print r: 1492.2565895474816\n", - "7194\n", - "print utm zone: 40\n", - "print r: 3195.082002431892\n", - "7195\n", - "print utm zone: 41\n", - "print r: 2187.4857970094067\n", - "7196\n", - "print utm zone: 37\n", - "print r: 2325.673655442395\n", - "7197\n", - "print utm zone: 40\n", - "print r: 2649.138683212097\n", - "7198\n", - "print utm zone: 41\n", - "print r: 3042.3206465760286\n", - "7199\n", - "print utm zone: 41\n", - "print r: 2113.764952529546\n", - "7200\n", - "print utm zone: 37\n", - "print r: 1870.4392115061855\n", - "7201\n", - "print utm zone: 40\n", - "print r: 1494.3567735825436\n", - "7202\n", - "print utm zone: 37\n", - "print r: 1953.6408710884327\n", - "7203\n", - "print utm zone: 40\n", - "print r: 1694.4774552914569\n", - "7204\n", - "print utm zone: 39\n", - "print r: 1694.5078483643417\n", - "7205\n", - "print utm zone: 40\n", - "print r: 1597.5309534245075\n", - "7206\n", - "print utm zone: 40\n", - "print r: 2036.5699257445028\n", - "7207\n", - "print utm zone: 39\n", - "print r: 3435.948133526533\n", - "7208\n", - "print utm zone: 40\n", - "print r: 1957.122347195433\n", - "7209\n", - "print utm zone: 40\n", - "print r: 1263.185784553612\n", - "7210\n", - "print utm zone: 41\n", - "print r: 2649.560277466342\n", - "7211\n", - "print utm zone: 41\n", - "print r: 1597.696400842725\n", - "7212\n", - "print utm zone: 37\n", - "print r: 8826.372064754121\n", - "7213\n", - "print utm zone: 41\n", - "print r: 1956.8699286220665\n", - "7214\n", - "print utm zone: 40\n", - "print r: 1786.1700094090925\n", - "7215\n", - "print utm zone: 39\n", - "print r: 1383.3948195168634\n", - "7216\n", - "print utm zone: 37\n", - "print r: 1594.9311578805257\n", - "7217\n", - "print utm zone: 40\n", - "print r: 1262.811175891199\n", - "7218\n", - "print utm zone: 39\n", - "print r: 1494.3994281489256\n", - "7219\n", - "print utm zone: 41\n", - "print r: 2113.0157559606573\n", - "7220\n", - "print utm zone: 41\n", - "print r: 3194.741283033592\n", - "7221\n", - "print utm zone: 40\n", - "print r: 2187.931588184364\n", - "7222\n", - "print utm zone: 41\n", - "print r: 2588.528504649226\n", - "7223\n", - "print utm zone: 41\n", - "print r: 1597.7991443159915\n", - "7224\n", - "print utm zone: 41\n", - "print r: 1873.5579488607289\n", - "7225\n", - "print utm zone: 41\n", - "print r: 1129.7453132937162\n", - "7226\n", - "print utm zone: 40\n", - "print r: 2036.3947348808395\n", - "7227\n", - "print utm zone: 39\n", - "print r: 1786.0589544442205\n", - "7228\n", - "print utm zone: 41\n", - "print r: 13379.050619383039\n", - "7229\n", - "print utm zone: 41\n", - "print r: 2396.8207346995414\n", - "7230\n", - "print utm zone: 39\n", - "print r: 1494.2683541063393\n", - "7231\n", - "print utm zone: 40\n", - "print r: 1597.9363014009155\n", - "7232\n", - "print utm zone: 40\n", - "print r: 3093.146749604918\n", - "7233\n", - "print utm zone: 38\n", - "print r: 1957.048414439073\n", - "7234\n", - "print utm zone: 41\n", - "print r: 2113.5728259911507\n", - "7235\n", - "print utm zone: 40\n", - "print r: 1873.3939737730454\n", - "7236\n", - "print utm zone: 41\n", - "print r: 2766.6367403897607\n", - "7237\n", - "print utm zone: 40\n", - "print r: 2935.6160683992334\n", - "7238\n", - "print utm zone: 39\n", - "print r: 1786.2425762882883\n", - "7239\n", - "print utm zone: 37\n", - "print r: 2522.1316521617327\n", - "7240\n", - "print utm zone: 39\n", - "print r: 7744.868064771175\n", - "7241\n", - "print utm zone: 37\n", - "print r: 2392.7920350111835\n", - "7242\n", - "print utm zone: 40\n", - "print r: 1494.643176006129\n", - "7243\n", - "print utm zone: 39\n", - "print r: 1873.46815978105\n", - "7244\n", - "print utm zone: 40\n", - "print r: 6110.910157670813\n", - "7245\n", - "print utm zone: 41\n", - "print r: 3093.5267213362645\n", - "7246\n", - "print utm zone: 37\n", - "print r: 2110.05574010848\n", - "7247\n", - "print utm zone: 41\n", - "print r: 2525.9550783383866\n", - "7248\n", - "print utm zone: 37\n", - "print r: 3139.893815617732\n", - "7249\n", - "print utm zone: 40\n", - "print r: 1494.7258174497792\n", - "7250\n", - "print utm zone: 37\n", - "print r: 2584.1386655433234\n", - "7251\n", - "print utm zone: 41\n", - "print r: 2259.903443323026\n", - "7252\n", - "print utm zone: 37\n", - "print r: 5834.184538712084\n", - "7253\n", - "print utm zone: 40\n", - "print r: 3616.2041267283244\n", - "7254\n", - "print utm zone: 37\n", - "print r: 1595.1806960377364\n", - "7255\n", - "print utm zone: 40\n", - "print r: 1383.603185742912\n", - "7256\n", - "print utm zone: 37\n", - "print r: 2256.019882721612\n", - "7257\n", - "print utm zone: 39\n", - "print r: 1494.7578188474563\n", - "7258\n", - "print utm zone: 37\n", - "print r: 2584.4595514362118\n", - "7259\n", - "print utm zone: 41\n", - "print r: 1494.761048277643\n", - "7260\n", - "print utm zone: 41\n", - "print r: 3244.433602607853\n", - "7261\n", - "print utm zone: 37\n", - "print r: 3240.320403116164\n", - "7262\n", - "print utm zone: 40\n", - "print r: 2396.0650039903066\n", - "7263\n", - "print utm zone: 37\n", - "print r: 4547.031986596779\n", - "7264\n", - "print utm zone: 40\n", - "print r: 1494.2545554752185\n", - "7265\n", - "print utm zone: 39\n", - "print r: 1383.900733015687\n", - "7266\n", - "print utm zone: 37\n", - "print r: 2930.1173252778035\n", - "7267\n", - "print utm zone: 40\n", - "print r: 1597.8202190966315\n", - "7268\n", - "print utm zone: 41\n", - "print r: 2709.4553142440627\n", - "7269\n", - "print utm zone: 39\n", - "print r: 2396.567252942704\n", - "7270\n", - "print utm zone: 37\n", - "print r: 1691.693914294938\n", - "7271\n", - "print utm zone: 39\n", - "print r: 1694.6356643067904\n", - "7272\n", - "print utm zone: 37\n", - "print r: 2110.0380372230347\n", - "7273\n", - "print utm zone: 40\n", - "print r: 1383.4300519125134\n", - "7274\n", - "print utm zone: 39\n", - "print r: 3747.5777529902675\n", - "7275\n", - "print utm zone: 37\n", - "print r: 2457.955793630589\n", - "7276\n", - "print utm zone: 41\n", - "print r: 1494.4726854504663\n", - "7277\n", - "print utm zone: 40\n", - "print r: 1494.4759831275037\n", - "7278\n", - "print utm zone: 37\n", - "print r: 1595.166837422292\n", - "7279\n", - "print utm zone: 41\n", - "print r: 2113.239554612789\n", - "7280\n", - "print utm zone: 37\n", - "print r: 1595.0068098996298\n", - "7281\n", - "print utm zone: 39\n", - "print r: 2113.1636549546606\n", - "7282\n", - "print utm zone: 37\n", - "print r: 1492.0059356955344\n", - "7283\n", - "print utm zone: 39\n", - "print r: 1263.0426360793485\n", - "7284\n", - "print utm zone: 41\n", - "print r: 4338.253316674424\n", - "7285\n", - "print utm zone: 41\n", - "print r: 1694.3751081094035\n", - "7286\n", - "print utm zone: 37\n", - "print r: 1691.7425795266993\n", - "7287\n", - "print utm zone: 40\n", - "print r: 1694.469207330817\n", - "7288\n", - "print utm zone: 41\n", - "print r: 3747.5543928771635\n", - "7289\n", - "print utm zone: 41\n", - "print r: 1785.9747440873357\n", - "7290\n", - "print utm zone: 40\n", - "print r: 1873.219890354773\n", - "7291\n", - "print utm zone: 41\n", - "print r: 1597.5875105289933\n", - "7292\n", - "print utm zone: 40\n", - "print r: 1785.880510569218\n", - "7293\n", - "print utm zone: 40\n", - "print r: 1494.172162886493\n", - "7294\n", - "print utm zone: 39\n", - "print r: 1694.58387455315\n", - "7295\n", - "print utm zone: 39\n", - "print r: 2395.808519636609\n", - "7296\n", - "print utm zone: 38\n", - "print r: 1597.578099987716\n", - "7297\n", - "print utm zone: 39\n", - "print r: 2935.039734188871\n", - "7298\n", - "print utm zone: 41\n", - "print r: 2259.3176490243495\n", - "7299\n", - "print utm zone: 40\n", - "print r: 1129.3102141488182\n", - "7300\n", - "print utm zone: 39\n", - "print r: 3293.4015220083575\n", - "7301\n", - "print utm zone: 39\n", - "print r: 1494.4694347483103\n", - "7302\n", - "print utm zone: 40\n", - "print r: 1956.2827173420676\n", - "7303\n", - "print utm zone: 40\n", - "print r: 1872.935010591318\n", - "7304\n", - "print utm zone: 40\n", - "print r: 1383.4060307234558\n", - "7305\n", - "print utm zone: 39\n", - "print r: 1597.8037020983588\n", - "7306\n", - "print utm zone: 40\n", - "print r: 1872.950698304033\n", - "7307\n", - "print utm zone: 39\n", - "print r: 1785.801793971116\n", - "7308\n", - "print utm zone: 39\n", - "print r: 2036.7719264911516\n", - "7309\n", - "print utm zone: 39\n", - "print r: 1494.184106524156\n", - "7310\n", - "print utm zone: 39\n", - "print r: 2036.1878499318912\n", - "7311\n", - "print utm zone: 39\n", - "print r: 11642.929595336995\n", - "7312\n", - "print utm zone: 38\n", - "print r: 1383.6897168842745\n", - "7313\n", - "print utm zone: 41\n", - "print r: 2259.092898810629\n", - "7314\n", - "print utm zone: 39\n", - "print r: 2258.5994616965936\n", - "7315\n", - "print utm zone: 40\n", - "print r: 1785.650181019935\n", - "7316\n", - "print utm zone: 39\n", - "print r: 6160.026326113177\n", - "7317\n", - "print utm zone: 41\n", - "print r: 1597.4696527686567\n", - "7318\n", - "print utm zone: 39\n", - "print r: 7534.092298699296\n", - "7319\n", - "print utm zone: 41\n", - "print r: 2766.9277326473357\n", - "7320\n", - "print utm zone: 39\n", - "print r: 1494.097625566849\n", - "7321\n", - "print utm zone: 39\n", - "print r: 3340.723188523208\n", - "7322\n", - "print utm zone: 39\n", - "print r: 1597.5758307450467\n", - "7323\n", - "print utm zone: 40\n", - "print r: 1597.3725371897826\n", - "7324\n", - "print utm zone: 41\n", - "print r: 2767.0011591183047\n", - "7325\n", - "print utm zone: 40\n", - "print r: 1873.550458995938\n", - "7326\n", - "print utm zone: 39\n", - "print r: 1785.9193240558177\n", - "7327\n", - "print utm zone: 40\n", - "print r: 2113.351753454884\n", - "7328\n", - "print utm zone: 39\n", - "print r: 3994.467989485687\n", - "7329\n", - "print utm zone: 40\n", - "print r: 2187.291933130734\n", - "7330\n", - "print utm zone: 40\n", - "print r: 1597.3515634145538\n", - "7331\n", - "print utm zone: 40\n", - "print r: 2461.8789077856736\n", - "7332\n", - "print utm zone: 39\n", - "print r: 1785.695820078061\n", - "7333\n", - "print utm zone: 39\n", - "print r: 2036.1419365373458\n", - "7334\n", - "print utm zone: 41\n", - "print r: 5475.254632353198\n", - "7335\n", - "print utm zone: 39\n", - "print r: 1956.3208697790546\n", - "7336\n", - "print utm zone: 40\n", - "print r: 2525.5251250378387\n", - "7337\n", - "print utm zone: 40\n", - "print r: 1785.7469860293377\n", - "7338\n", - "print utm zone: 39\n", - "print r: 2187.4964551187577\n", - "7339\n", - "print utm zone: 39\n", - "print r: 1694.4250214837348\n", - "7340\n", - "print utm zone: 41\n", - "print r: 3527.8503032938474\n", - "7341\n", - "print utm zone: 39\n", - "print r: 3041.121385467152\n", - "7342\n", - "print utm zone: 41\n", - "print r: 1956.6321996015006\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7343\n", - "print utm zone: 40\n", - "print r: 4227.154945674739\n", - "7344\n", - "print utm zone: 38\n", - "print r: 1263.0311671396798\n", - "7345\n", - "print utm zone: 40\n", - "print r: 1694.0216351274828\n", - "7346\n", - "print utm zone: 39\n", - "print r: 2258.803767080229\n", - "7347\n", - "print utm zone: 39\n", - "print r: 1597.1625720666543\n", - "7348\n", - "print utm zone: 41\n", - "print r: 2708.7611065416454\n", - "7349\n", - "print utm zone: 41\n", - "print r: 2767.306373232827\n", - "7350\n", - "print utm zone: 40\n", - "print r: 2113.5388346468226\n", - "7351\n", - "print utm zone: 39\n", - "print r: 2395.7944933434414\n", - "7352\n", - "print utm zone: 39\n", - "print r: 1694.1375509986347\n", - "7353\n", - "print utm zone: 40\n", - "print r: 1873.4382486299914\n", - "7354\n", - "print utm zone: 40\n", - "print r: 1785.803700236878\n", - "7355\n", - "print utm zone: 38\n", - "print r: 1494.5954696568901\n", - "7356\n", - "print utm zone: 40\n", - "print r: 1263.1303361595585\n", - "7357\n", - "print utm zone: 39\n", - "print r: 1694.633940823362\n", - "7358\n", - "print utm zone: 39\n", - "print r: 2648.612700268524\n", - "7359\n", - "print utm zone: 39\n", - "print r: 1693.8021019296218\n", - "7360\n", - "print utm zone: 39\n", - "print r: 2035.9041576495238\n", - "7361\n", - "print utm zone: 39\n", - "print r: 4337.1656674769865\n", - "7362\n", - "print utm zone: 40\n", - "print r: 2879.4183455913694\n", - "7363\n", - "print utm zone: 39\n", - "print r: 1694.5764349945975\n", - "7364\n", - "print utm zone: 38\n", - "print r: 1383.1597262224182\n", - "7365\n", - "print utm zone: 40\n", - "print r: 1785.6075005920538\n", - "7366\n", - "print utm zone: 39\n", - "print r: 2823.699745650047\n", - "7367\n", - "print utm zone: 41\n", - "print r: 3144.6946098249746\n", - "7368\n", - "print utm zone: 39\n", - "print r: 1383.2704342936786\n", - "7369\n", - "print utm zone: 40\n", - "print r: 1693.8644875728824\n", - "7370\n", - "print utm zone: 40\n", - "print r: 2823.1248414433294\n", - "7371\n", - "print utm zone: 40\n", - "print r: 2186.8273072032475\n", - "7372\n", - "print utm zone: 39\n", - "print r: 1785.8831702496789\n", - "7373\n", - "print utm zone: 41\n", - "print r: 5298.669378820295\n", - "7374\n", - "print utm zone: 39\n", - "print r: 2396.2939658070463\n", - "7375\n", - "print utm zone: 40\n", - "print r: 3143.608862263907\n", - "7376\n", - "print utm zone: 39\n", - "print r: 1383.0079665047758\n", - "7377\n", - "print utm zone: 40\n", - "print r: 9069.226034104737\n", - "7378\n", - "print utm zone: 40\n", - "print r: 2587.4822105569883\n", - "7379\n", - "print utm zone: 39\n", - "print r: 3092.619282826175\n", - "7380\n", - "print utm zone: 39\n", - "print r: 1383.3711277210896\n", - "7381\n", - "print utm zone: 39\n", - "print r: 3144.651515061307\n", - "7382\n", - "print utm zone: 40\n", - "print r: 1872.632738165582\n", - "7383\n", - "print utm zone: 40\n", - "print r: 2395.4532222641838\n", - "7384\n", - "print utm zone: 40\n", - "print r: 2395.6359907489855\n", - "7385\n", - "print utm zone: 39\n", - "print r: 1494.0121835756784\n", - "7386\n", - "print utm zone: 40\n", - "print r: 2461.0530280299868\n", - "7387\n", - "print utm zone: 40\n", - "print r: 1597.2083912791954\n", - "7388\n", - "print utm zone: 39\n", - "print r: 1262.5927076896273\n", - "7389\n", - "print utm zone: 38\n", - "print r: 1494.2433789742543\n", - "7390\n", - "print utm zone: 40\n", - "print r: 1955.9548402799298\n", - "7391\n", - "print utm zone: 39\n", - "print r: 1597.1442763722278\n", - "7392\n", - "print utm zone: 40\n", - "print r: 1597.2507247134208\n", - "7393\n", - "print utm zone: 40\n", - "print r: 1262.5823223784366\n", - "7394\n", - "print utm zone: 40\n", - "print r: 2934.2422749098814\n", - "7395\n", - "print utm zone: 38\n", - "print r: 1873.0710333059317\n", - "7396\n", - "print utm zone: 39\n", - "print r: 1785.671718285133\n", - "7397\n", - "print utm zone: 40\n", - "print r: 1956.581430809808\n", - "7398\n", - "print utm zone: 39\n", - "print r: 3143.6159811509356\n", - "7399\n", - "print utm zone: 40\n", - "print r: 2766.8325637228786\n", - "7400\n", - "print utm zone: 38\n", - "print r: 3041.6442254763433\n", - "7401\n", - "print utm zone: 39\n", - "print r: 1493.9615059677428\n", - "7402\n", - "print utm zone: 40\n", - "print r: 2112.874150225281\n", - "7403\n", - "print utm zone: 40\n", - "print r: 1873.349059433492\n", - "7404\n", - "print utm zone: 41\n", - "print r: 1597.6489465499853\n", - "7405\n", - "print utm zone: 39\n", - "print r: 1785.6066640367067\n", - "7406\n", - "print utm zone: 41\n", - "print r: 1785.9418668517962\n", - "7407\n", - "print utm zone: 40\n", - "print r: 1872.6305112049577\n", - "7408\n", - "print utm zone: 40\n", - "print r: 2933.9971803694116\n", - "7409\n", - "print utm zone: 40\n", - "print r: 3244.6528816780606\n", - "7410\n", - "print utm zone: 40\n", - "print r: 1785.6943940277163\n", - "7411\n", - "print utm zone: 40\n", - "print r: 3746.0290750166514\n", - "7412\n", - "print utm zone: 39\n", - "print r: 1494.0472432543052\n", - "7413\n", - "print utm zone: 39\n", - "print r: 1383.0980228670778\n", - "7414\n", - "print utm zone: 38\n", - "print r: 2396.246676763253\n", - "7415\n", - "print utm zone: 39\n", - "print r: 1597.198805334808\n", - "7416\n", - "print utm zone: 39\n", - "print r: 2933.989565389424\n", - "7417\n", - "print utm zone: 39\n", - "print r: 2035.8656549680336\n", - "7418\n", - "print utm zone: 39\n", - "print r: 1494.2714862843447\n", - "7419\n", - "print utm zone: 40\n", - "print r: 1873.186498032206\n", - "7420\n", - "print utm zone: 40\n", - "print r: 1383.1238622561384\n", - "7421\n", - "print utm zone: 39\n", - "print r: 1694.5229537873306\n", - "7422\n", - "print utm zone: 40\n", - "print r: 4111.943629820879\n", - "7423\n", - "print utm zone: 40\n", - "print r: 2035.4693374252404\n", - "7424\n", - "print utm zone: 39\n", - "print r: 1694.3708387611512\n", - "7425\n", - "print utm zone: 39\n", - "print r: 2707.421886441481\n", - "7426\n", - "print utm zone: 40\n", - "print r: 3292.1661572186144\n", - "7427\n", - "print utm zone: 38\n", - "print r: 1493.8196784607114\n", - "7428\n", - "print utm zone: 38\n", - "print r: 2587.270396260391\n", - "7429\n", - "print utm zone: 40\n", - "print r: 1382.833713525265\n", - "7430\n", - "print utm zone: 40\n", - "print r: 1694.0884407231094\n", - "7431\n", - "print utm zone: 38\n", - "print r: 1597.1898860350166\n", - "7432\n", - "print utm zone: 40\n", - "print r: 2587.678929019834\n", - "7433\n", - "print utm zone: 40\n", - "print r: 1383.3978661928707\n", - "7434\n", - "print utm zone: 40\n", - "print r: 2934.8329132043104\n", - "7435\n", - "print utm zone: 39\n", - "print r: 1596.7719828277968\n", - "7436\n", - "print utm zone: 40\n", - "print r: 2035.5793163590558\n", - "7437\n", - "print utm zone: 40\n", - "print r: 1785.3321681490968\n", - "7438\n", - "print utm zone: 40\n", - "print r: 1383.4451888289302\n", - "7439\n", - "print utm zone: 38\n", - "print r: 1694.2262600334916\n", - "7440\n", - "print utm zone: 39\n", - "print r: 1262.4997604056118\n", - "7441\n", - "print utm zone: 39\n", - "print r: 1596.6852769757506\n", - "7442\n", - "print utm zone: 39\n", - "print r: 3340.112636839639\n", - "7443\n", - "print utm zone: 39\n", - "print r: 1785.2739344682495\n", - "7444\n", - "print utm zone: 39\n", - "print r: 1493.6044264966552\n", - "7445\n", - "print utm zone: 39\n", - "print r: 1693.5523186667042\n", - "7446\n", - "print utm zone: 39\n", - "print r: 1596.86254328768\n", - "7447\n", - "print utm zone: 38\n", - "print r: 2525.2647629323696\n", - "7448\n", - "print utm zone: 39\n", - "print r: 2461.6390342845343\n", - "7449\n", - "print utm zone: 40\n", - "print r: 1597.3619480341933\n", - "7450\n", - "print utm zone: 38\n", - "print r: 2327.8014523302395\n", - "7451\n", - "print utm zone: 40\n", - "print r: 5531.495554792017\n", - "7452\n", - "print utm zone: 40\n", - "print r: 1597.1507981345392\n", - "7453\n", - "print utm zone: 40\n", - "print r: 1872.4022130982753\n", - "7454\n", - "print utm zone: 39\n", - "print r: 2524.8249112990597\n", - "7455\n", - "print utm zone: 39\n", - "print r: 1596.926555766305\n", - "7456\n", - "print utm zone: 39\n", - "print r: 1383.476117202656\n", - "7457\n", - "print utm zone: 39\n", - "print r: 1494.2444725715127\n", - "7458\n", - "print utm zone: 39\n", - "print r: 1596.873991408535\n", - "7459\n", - "print utm zone: 39\n", - "print r: 1785.7457203775627\n", - "7460\n", - "print utm zone: 41\n", - "print r: 1694.4985296091195\n", - "7461\n", - "print utm zone: 40\n", - "print r: 1493.6697169084134\n", - "7462\n", - "print utm zone: 39\n", - "print r: 2461.5000304252326\n", - "7463\n", - "print utm zone: 39\n", - "print r: 3702.74148566875\n", - "7464\n", - "print utm zone: 40\n", - "print r: 1494.3580241418044\n", - "7465\n", - "print utm zone: 40\n", - "print r: 1873.093244599138\n", - "7466\n", - "print utm zone: 40\n", - "print r: 2587.6232878583187\n", - "7467\n", - "print utm zone: 39\n", - "print r: 2587.186656012155\n", - "7468\n", - "print utm zone: 39\n", - "print r: 3616.2447909750144\n", - "7469\n", - "print utm zone: 38\n", - "print r: 1785.6178449506278\n", - "7470\n", - "print utm zone: 38\n", - "print r: 1263.008449264284\n", - "7471\n", - "print utm zone: 39\n", - "print r: 1596.864147530888\n", - "7472\n", - "print utm zone: 39\n", - "print r: 7513.851732032783\n", - "7473\n", - "print utm zone: 40\n", - "print r: 2587.6668989885657\n", - "7474\n", - "print utm zone: 39\n", - "print r: 4225.231631727658\n", - "7475\n", - "print utm zone: 38\n", - "print r: 1494.2325572335608\n", - "7476\n", - "print utm zone: 40\n", - "print r: 1785.809077155446\n", - "7477\n", - "print utm zone: 39\n", - "print r: 1956.4122160129916\n", - "7478\n", - "print utm zone: 38\n", - "print r: 1597.1642315424465\n", - "7479\n", - "print utm zone: 40\n", - "print r: 3194.51517480123\n", - "7480\n", - "print utm zone: 39\n", - "print r: 4987.705453330969\n", - "7481\n", - "print utm zone: 37\n", - "print r: 564.7920611227344\n", - "7482\n", - "print utm zone: 40\n", - "print r: 1694.2269918666013\n", - "7483\n", - "print utm zone: 37\n", - "print r: 564.7927282648681\n", - "7484\n", - "print utm zone: 40\n", - "print r: 1872.5397300815334\n", - "7485\n", - "print utm zone: 37\n", - "print r: 2588.2507807921797\n", - "7486\n", - "print utm zone: 40\n", - "print r: 1693.7882456857799\n", - "7487\n", - "print utm zone: 37\n", - "print r: 2259.3518675031573\n", - "7488\n", - "print utm zone: 39\n", - "print r: 1493.7758228234163\n", - "7489\n", - "print utm zone: 37\n", - "print r: 2461.8521420633724\n", - "7490\n", - "print utm zone: 39\n", - "print r: 1383.0453946611328\n", - "7491\n", - "print utm zone: 36\n", - "print r: 2113.6008514141613\n", - "7492\n", - "print utm zone: 39\n", - "print r: 1494.469568234448\n", - "7493\n", - "print utm zone: 38\n", - "print r: 1597.5875295097442\n", - "7494\n", - "print utm zone: 38\n", - "print r: 1693.5355865385973\n", - "7495\n", - "print utm zone: 38\n", - "print r: 1494.4763043564903\n", - "7496\n", - "print utm zone: 39\n", - "print r: 1693.9595054922315\n", - "7497\n", - "print utm zone: 38\n", - "print r: 2328.7874764026124\n", - "7498\n", - "print utm zone: 38\n", - "print r: 1693.443121683381\n", - "7499\n", - "print utm zone: 37\n", - "print r: 1383.669485456254\n", - "7500\n", - "print utm zone: 39\n", - "print r: 1382.6810753658515\n", - "7501\n", - "print utm zone: 38\n", - "print r: 1263.065667300398\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7502\n", - "print utm zone: 39\n", - "print r: 3658.525421588643\n", - "7503\n", - "print utm zone: 38\n", - "print r: 2259.915981626533\n", - "7504\n", - "print utm zone: 40\n", - "print r: 2933.2825418491516\n", - "7505\n", - "print utm zone: 38\n", - "print r: 1597.9451404340457\n", - "7506\n", - "print utm zone: 39\n", - "print r: 1493.441167205007\n", - "7507\n", - "print utm zone: 38\n", - "print r: 1873.377142717754\n", - "7508\n", - "print utm zone: 39\n", - "print r: 1694.0522315677372\n", - "7509\n", - "print utm zone: 39\n", - "print r: 2709.558615335842\n", - "7510\n", - "print utm zone: 39\n", - "print r: 2112.356615482792\n", - "7511\n", - "print utm zone: 38\n", - "print r: 1494.599279781974\n", - "7512\n", - "print utm zone: 38\n", - "print r: 1493.5718316925193\n", - "7513\n", - "print utm zone: 37\n", - "print r: 2766.8366217738744\n", - "7514\n", - "print utm zone: 39\n", - "print r: 1785.1534718902583\n", - "7515\n", - "print utm zone: 37\n", - "print r: 8749.656305221992\n", - "7516\n", - "print utm zone: 39\n", - "print r: 1597.228284173147\n", - "7517\n", - "print utm zone: 36\n", - "print r: 3616.6818181956532\n", - "7518\n", - "print utm zone: 39\n", - "print r: 1382.9241514405933\n", - "7519\n", - "print utm zone: 38\n", - "print r: 2036.6155245843668\n", - "7520\n", - "print utm zone: 40\n", - "print r: 1597.0403589090033\n", - "7521\n", - "print utm zone: 39\n", - "print r: 1383.7141636796912\n", - "7522\n", - "print utm zone: 40\n", - "print r: 3193.39305685287\n", - "7523\n", - "print utm zone: 37\n", - "print r: 1695.0099378343891\n", - "7524\n", - "print utm zone: 39\n", - "print r: 3570.4439664959473\n", - "7525\n", - "print utm zone: 37\n", - "print r: 2328.8400123071124\n", - "7526\n", - "print utm zone: 39\n", - "print r: 1785.054327034934\n", - "7527\n", - "print utm zone: 37\n", - "print r: 1494.528426022804\n", - "7528\n", - "print utm zone: 39\n", - "print r: 2765.9498594337188\n", - "7529\n", - "print utm zone: 36\n", - "print r: 1873.8181418015072\n", - "7530\n", - "print utm zone: 39\n", - "print r: 1956.2474771894383\n", - "7531\n", - "print utm zone: 38\n", - "print r: 1494.7334075579422\n", - "7532\n", - "print utm zone: 39\n", - "print r: 1785.399540162084\n", - "7533\n", - "print utm zone: 37\n", - "print r: 1786.0021550197102\n", - "7534\n", - "print utm zone: 38\n", - "print r: 2524.2610587357426\n", - "7535\n", - "print utm zone: 38\n", - "print r: 1786.11797248241\n", - "7536\n", - "print utm zone: 40\n", - "print r: 1493.4318240457728\n", - "7537\n", - "print utm zone: 37\n", - "print r: 1383.5087287529655\n", - "7538\n", - "print utm zone: 40\n", - "print r: 1596.6860897705815\n", - "7539\n", - "print utm zone: 38\n", - "print r: 1263.1316449785509\n", - "7540\n", - "print utm zone: 39\n", - "print r: 1596.4986033660834\n", - "7541\n", - "print utm zone: 37\n", - "print r: 5924.437026539499\n", - "7542\n", - "print utm zone: 38\n", - "print r: 1262.5321024606262\n", - "7543\n", - "print utm zone: 37\n", - "print r: 2187.886362361521\n", - "7544\n", - "print utm zone: 40\n", - "print r: 1872.2654058587632\n", - "7545\n", - "print utm zone: 40\n", - "print r: 3870.178914980797\n", - "7546\n", - "print utm zone: 40\n", - "print r: 1784.9810394807894\n", - "7547\n", - "print utm zone: 40\n", - "print r: 2395.019331341245\n", - "7548\n", - "print utm zone: 39\n", - "print r: 1493.79859561329\n", - "7549\n", - "print utm zone: 38\n", - "print r: 1262.2461397474422\n", - "7550\n", - "print utm zone: 40\n", - "print r: 1262.682378256333\n", - "7551\n", - "print utm zone: 40\n", - "print r: 7659.0423872884\n", - "7552\n", - "print utm zone: 39\n", - "print r: 4262.100001970518\n", - "7553\n", - "print utm zone: 39\n", - "print r: 1785.1315157742276\n", - "7554\n", - "print utm zone: 39\n", - "print r: 3143.4371640378326\n", - "7555\n", - "print utm zone: 40\n", - "print r: 1872.700271017961\n", - "7556\n", - "print utm zone: 40\n", - "print r: 4516.427800905285\n", - "7557\n", - "print utm zone: 40\n", - "print r: 1493.716512063801\n", - "7558\n", - "print utm zone: 39\n", - "print r: 3143.056255098525\n", - "7559\n", - "print utm zone: 40\n", - "print r: 3387.240209886224\n", - "7560\n", - "print utm zone: 39\n", - "print r: 2460.6881302694096\n", - "7561\n", - "print utm zone: 37\n", - "print r: 1597.5681994332344\n", - "7562\n", - "print utm zone: 39\n", - "print r: 1693.878667272431\n", - "7563\n", - "print utm zone: 39\n", - "print r: 2113.5341296968527\n", - "7564\n", - "print utm zone: 39\n", - "print r: 8142.854104730669\n", - "7565\n", - "print utm zone: 39\n", - "print r: 1494.6564900292467\n", - "7566\n", - "print utm zone: 39\n", - "print r: 1262.678032928759\n", - "7567\n", - "print utm zone: 39\n", - "print r: 5083.78412384948\n", - "7568\n", - "print utm zone: 40\n", - "print r: 1694.0258085908486\n", - "7569\n", - "print utm zone: 38\n", - "print r: 2988.741222319774\n", - "7570\n", - "print utm zone: 39\n", - "print r: 1596.9059993845558\n", - "7571\n", - "print utm zone: 39\n", - "print r: 1494.5990325728947\n", - "7572\n", - "print utm zone: 40\n", - "print r: 1262.504508795692\n", - "7573\n", - "print utm zone: 37\n", - "print r: 1494.4307046573042\n", - "7574\n", - "print utm zone: 38\n", - "print r: 3434.1795891952133\n", - "7575\n", - "print utm zone: 37\n", - "print r: 2329.434912120702\n", - "7576\n", - "print utm zone: 38\n", - "print r: 1597.017878304111\n", - "7577\n", - "print utm zone: 38\n", - "print r: 1493.4372253672393\n", - "7578\n", - "print utm zone: 39\n", - "print r: 2258.7869801108272\n", - "7579\n", - "print utm zone: 39\n", - "print r: 9923.302655905098\n", - "7580\n", - "print utm zone: 39\n", - "print r: 4109.840850003609\n", - "7581\n", - "print utm zone: 36\n", - "print r: 2329.706242471591\n", - "7582\n", - "print utm zone: 40\n", - "print r: 1785.0991339968195\n", - "7583\n", - "print utm zone: 39\n", - "print r: 1694.5955281710528\n", - "7584\n", - "print utm zone: 39\n", - "print r: 5813.838384154893\n", - "7585\n", - "print utm zone: 37\n", - "print r: 1694.705428702781\n", - "7586\n", - "print utm zone: 39\n", - "print r: 1693.53956899159\n", - "7587\n", - "print utm zone: 38\n", - "print r: 1693.5473376256653\n", - "7588\n", - "print utm zone: 37\n", - "print r: 1956.7864241253235\n", - "7589\n", - "print utm zone: 39\n", - "print r: 1493.567049066648\n", - "7590\n", - "print utm zone: 38\n", - "print r: 2036.881690551165\n", - "7591\n", - "print utm zone: 38\n", - "print r: 1785.2438568224661\n", - "7592\n", - "print utm zone: 37\n", - "print r: 1494.4199398762846\n", - "7593\n", - "print utm zone: 38\n", - "print r: 2036.2714598266193\n", - "7594\n", - "print utm zone: 38\n", - "print r: 4957.246832728442\n", - "7595\n", - "print utm zone: 39\n", - "print r: 1597.0155717731936\n", - "7596\n", - "print utm zone: 37\n", - "print r: 1785.7755736362813\n", - "7597\n", - "print utm zone: 39\n", - "print r: 2765.5569575467985\n", - "7598\n", - "print utm zone: 36\n", - "print r: 1786.0625050769952\n", - "7599\n", - "print utm zone: 40\n", - "print r: 1493.6154473446725\n", - "7600\n", - "print utm zone: 37\n", - "print r: 1872.9528734026437\n", - "7601\n", - "print utm zone: 37\n", - "print r: 1494.2371009322462\n", - "7602\n", - "print utm zone: 37\n", - "print r: 1597.525605785033\n", - "7603\n", - "print utm zone: 39\n", - "print r: 2035.0558934703297\n", - "7604\n", - "print utm zone: 37\n", - "print r: 4188.6906118621655\n", - "7605\n", - "print utm zone: 38\n", - "print r: 2395.9819891078514\n", - "7606\n", - "print utm zone: 38\n", - "print r: 1784.7009413665562\n", - "7607\n", - "print utm zone: 37\n", - "print r: 1494.7028525243463\n", - "7608\n", - "print utm zone: 38\n", - "print r: 3616.270756634642\n", - "7609\n", - "print utm zone: 37\n", - "print r: 2462.0674509725955\n", - "7610\n", - "print utm zone: 40\n", - "print r: 2460.5818386789056\n", - "7611\n", - "print utm zone: 37\n", - "print r: 3144.1884083485447\n", - "7612\n", - "print utm zone: 38\n", - "print r: 1597.4649060664829\n", - "7613\n", - "print utm zone: 38\n", - "print r: 1596.6313776238012\n", - "7614\n", - "print utm zone: 37\n", - "print r: 1786.0276676423834\n", - "7615\n", - "print utm zone: 40\n", - "print r: 1382.4731511358052\n", - "7616\n", - "print utm zone: 37\n", - "print r: 3913.306699340574\n", - "7617\n", - "print utm zone: 40\n", - "print r: 1784.7720322714288\n", - "7618\n", - "print utm zone: 37\n", - "print r: 3388.5044859767013\n", - "7619\n", - "print utm zone: 39\n", - "print r: 1785.2522749140767\n", - "7620\n", - "print utm zone: 37\n", - "print r: 1785.756147621189\n", - "7621\n", - "print utm zone: 38\n", - "print r: 1382.9427747835339\n", - "7622\n", - "print utm zone: 37\n", - "print r: 1597.2000196917024\n", - "7623\n", - "print utm zone: 37\n", - "print r: 3660.486961975868\n", - "7624\n", - "print utm zone: 39\n", - "print r: 2328.051714283733\n", - "7625\n", - "print utm zone: 37\n", - "print r: 1786.2059371334428\n", - "7626\n", - "print utm zone: 38\n", - "print r: 2036.3216826347434\n", - "7627\n", - "print utm zone: 37\n", - "print r: 1956.3593208546456\n", - "7628\n", - "print utm zone: 38\n", - "print r: 2459.7676535316973\n", - "7629\n", - "print utm zone: 38\n", - "print r: 1694.2405878860568\n", - "7630\n", - "print utm zone: 38\n", - "print r: 1382.3469849559388\n", - "7631\n", - "print utm zone: 37\n", - "print r: 2328.3875658569955\n", - "7632\n", - "print utm zone: 38\n", - "print r: 3990.3165440431153\n", - "7633\n", - "print utm zone: 38\n", - "print r: 3388.5194101514635\n", - "7634\n", - "print utm zone: 38\n", - "print r: 1784.4951933228604\n", - "7635\n", - "print utm zone: 37\n", - "print r: 1494.6673672143816\n", - "7636\n", - "print utm zone: 39\n", - "print r: 2035.3683396660447\n", - "7637\n", - "print utm zone: 37\n", - "print r: 2934.2983982894507\n", - "7638\n", - "print utm zone: 38\n", - "print r: 1694.2430014253798\n", - "7639\n", - "print utm zone: 38\n", - "print r: 1382.374204537558\n", - "7640\n", - "print utm zone: 37\n", - "print r: 1597.2472001014871\n", - "7641\n", - "print utm zone: 38\n", - "print r: 2327.388982823654\n", - "7642\n", - "print utm zone: 37\n", - "print r: 2649.3971555728526\n", - "7643\n", - "print utm zone: 38\n", - "print r: 1955.0469446958678\n", - "7644\n", - "print utm zone: 37\n", - "print r: 1263.2814385121471\n", - "7645\n", - "print utm zone: 40\n", - "print r: 1955.1881173220083\n", - "7646\n", - "print utm zone: 38\n", - "print r: 2113.942095878047\n", - "7647\n", - "print utm zone: 39\n", - "print r: 2823.046763087681\n", - "7648\n", - "print utm zone: 38\n", - "print r: 1383.6356540373856\n", - "7649\n", - "print utm zone: 38\n", - "print r: 1382.8399011592\n", - "7650\n", - "print utm zone: 38\n", - "print r: 1494.3824627854463\n", - "7651\n", - "print utm zone: 38\n", - "print r: 1694.4132223456259\n", - "7652\n", - "print utm zone: 38\n", - "print r: 1596.1938889481366\n", - "7653\n", - "print utm zone: 37\n", - "print r: 2708.4368115908132\n", - "7654\n", - "print utm zone: 38\n", - "print r: 5082.151220480579\n", - "7655\n", - "print utm zone: 37\n", - "print r: 2880.7558535303933\n", - "7656\n", - "print utm zone: 40\n", - "print r: 1382.7611737914976\n", - "7657\n", - "print utm zone: 36\n", - "print r: 1786.1640470475238\n", - "7658\n", - "print utm zone: 38\n", - "print r: 4149.05579561011\n", - "7659\n", - "print utm zone: 38\n", - "print r: 4484.264063086215\n", - "7660\n", - "print utm zone: 39\n", - "print r: 2822.8956423478458\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7661\n", - "print utm zone: 38\n", - "print r: 1956.458957227283\n", - "7662\n", - "print utm zone: 39\n", - "print r: 1596.4390404677079\n", - "7663\n", - "print utm zone: 37\n", - "print r: 1597.6785808020607\n", - "7664\n", - "print utm zone: 40\n", - "print r: 1956.064322546806\n", - "7665\n", - "print utm zone: 37\n", - "print r: 1873.1192876768794\n", - "7666\n", - "print utm zone: 39\n", - "print r: 1693.2745217653141\n", - "7667\n", - "print utm zone: 38\n", - "print r: 2113.4416440106183\n", - "7668\n", - "print utm zone: 38\n", - "print r: 1597.2194635522617\n", - "7669\n", - "print utm zone: 37\n", - "print r: 1786.077506475456\n", - "7670\n", - "print utm zone: 40\n", - "print r: 1596.493016947041\n", - "7671\n", - "print utm zone: 37\n", - "print r: 1956.8417493531317\n", - "7672\n", - "print utm zone: 40\n", - "print r: 1693.3219468315428\n", - "7673\n", - "print utm zone: 37\n", - "print r: 2766.9074524385132\n", - "7674\n", - "print utm zone: 39\n", - "print r: 1596.819016954043\n", - "7675\n", - "print utm zone: 38\n", - "print r: 1263.2484313511327\n", - "7676\n", - "print utm zone: 38\n", - "print r: 1693.5048538494282\n", - "7677\n", - "print utm zone: 38\n", - "print r: 1597.6622982127822\n", - "7678\n", - "print utm zone: 39\n", - "print r: 1493.3736012794009\n", - "7679\n", - "print utm zone: 37\n", - "print r: 6894.659586181376\n", - "7680\n", - "print utm zone: 38\n", - "print r: 1494.1179904702233\n", - "7681\n", - "print utm zone: 36\n", - "print r: 6895.9302143923915\n", - "7682\n", - "print utm zone: 39\n", - "print r: 1956.0164481383433\n", - "7683\n", - "print utm zone: 38\n", - "print r: 1494.1352260660922\n", - "7684\n", - "print utm zone: 38\n", - "print r: 1596.6199271005296\n", - "7685\n", - "print utm zone: 37\n", - "print r: 2461.917541776047\n", - "7686\n", - "print utm zone: 38\n", - "print r: 2327.06592339468\n", - "7687\n", - "print utm zone: 37\n", - "print r: 3435.9373287121525\n", - "7688\n", - "print utm zone: 39\n", - "print r: 1785.29624465733\n", - "7689\n", - "print utm zone: 37\n", - "print r: 2462.414158272641\n", - "7690\n", - "print utm zone: 38\n", - "print r: 1955.1083649845798\n", - "7691\n", - "print utm zone: 38\n", - "print r: 1597.3166829225456\n", - "7692\n", - "print utm zone: 39\n", - "print r: 1597.1455779176529\n", - "7693\n", - "print utm zone: 38\n", - "print r: 1694.3187983283183\n", - "7694\n", - "print utm zone: 38\n", - "print r: 6385.785499438231\n", - "7695\n", - "print utm zone: 36\n", - "print r: 1694.6883944364045\n", - "7696\n", - "print utm zone: 38\n", - "print r: 8798.469936436375\n", - "7697\n", - "print utm zone: 38\n", - "print r: 1494.3645484545248\n", - "7698\n", - "print utm zone: 40\n", - "print r: 1493.282571666774\n", - "7699\n", - "print utm zone: 37\n", - "print r: 1597.445298208219\n", - "7700\n", - "print utm zone: 40\n", - "print r: 2257.5607997654197\n", - "7701\n", - "print utm zone: 36\n", - "print r: 1785.9272273583674\n", - "7702\n", - "print utm zone: 39\n", - "print r: 1596.6684559742205\n", - "7703\n", - "print utm zone: 36\n", - "print r: 3195.214070998163\n", - "7704\n", - "print utm zone: 40\n", - "print r: 2394.6434120717504\n", - "7705\n", - "print utm zone: 38\n", - "print r: 1596.7629919861838\n", - "7706\n", - "print utm zone: 38\n", - "print r: 2394.601790742522\n", - "7707\n", - "print utm zone: 38\n", - "print r: 2257.6478861441233\n", - "7708\n", - "print utm zone: 38\n", - "print r: 2258.0427034162662\n", - "7709\n", - "print utm zone: 40\n", - "print r: 7595.020517594901\n", - "7710\n", - "print utm zone: 39\n", - "print r: 1383.0233836480022\n", - "7711\n", - "print utm zone: 54\n", - "print r: 2523.180027306315\n", - "7712\n", - "print utm zone: 57\n", - "print r: 1262.2278317062787\n", - "7713\n", - "print utm zone: 57\n", - "print r: 1785.0824265413946\n", - "7714\n", - "print utm zone: 57\n", - "print r: 2586.824568181317\n", - "7715\n", - "print utm zone: 57\n", - "print r: 4515.966442648441\n", - "7716\n", - "print utm zone: 57\n", - "print r: 2987.048905345736\n", - "7717\n", - "print utm zone: 38\n", - "print r: 1384.4187997582396\n", - "7718\n", - "print utm zone: 39\n", - "print r: 1384.5097278479084\n", - "7719\n", - "print utm zone: 40\n", - "print r: 2189.1655088987986\n", - "7720\n", - "print utm zone: 40\n", - "print r: 979.1446421464788\n", - "7721\n", - "print utm zone: 37\n", - "print r: 4377.841296490213\n", - "7722\n", - "print utm zone: 37\n", - "print r: 1787.3007264433315\n", - "7723\n", - "print utm zone: 37\n", - "print r: 1598.6169004358294\n", - "7724\n", - "print utm zone: 37\n", - "print r: 1384.5594079595467\n", - "7725\n", - "print utm zone: 39\n", - "print r: 2528.31623129588\n", - "7726\n", - "print utm zone: 38\n", - "print r: 1495.0884744672576\n", - "7727\n", - "print utm zone: 39\n", - "print r: 1263.5440466551358\n", - "7728\n", - "print utm zone: 39\n", - "print r: 1786.8820847487805\n", - "7729\n", - "print utm zone: 37\n", - "print r: 2114.3774463309055\n", - "7730\n", - "print utm zone: 37\n", - "print r: 2397.2275454769556\n", - "7731\n", - "print utm zone: 39\n", - "print r: 1383.9715174900089\n", - "7732\n", - "print utm zone: 39\n", - "print r: 2709.720787994637\n", - "7733\n", - "print utm zone: 39\n", - "print r: 978.7295543888558\n", - "7734\n", - "print utm zone: 39\n", - "print r: 4075.9593243686045\n", - "7735\n", - "print utm zone: 39\n", - "print r: 2651.224626402496\n", - "7736\n", - "print utm zone: 37\n", - "print r: 2527.684873154037\n", - "7737\n", - "print utm zone: 37\n", - "print r: 7369.285192498004\n", - "7738\n", - "print utm zone: 38\n", - "print r: 1263.765286700141\n", - "7739\n", - "print utm zone: 39\n", - "print r: 1787.338343475758\n", - "7740\n", - "print utm zone: 37\n", - "print r: 1598.4213511818725\n", - "7741\n", - "print utm zone: 39\n", - "print r: 1263.9433427858746\n", - "7742\n", - "print utm zone: 52\n", - "print r: 1495.1618114434004\n", - "7743\n", - "print utm zone: 53\n", - "print r: 799.2058239041617\n", - "7744\n", - "print utm zone: 38\n", - "print r: 1263.2589877140476\n", - "7745\n", - "print utm zone: 54\n", - "print r: 978.8836711847706\n", - "7746\n", - "print utm zone: 38\n", - "print r: 1598.164907945969\n", - "7747\n", - "print utm zone: 54\n", - "print r: 1263.8757224383248\n", - "7748\n", - "print utm zone: 38\n", - "print r: 1598.1029522680096\n", - "7749\n", - "print utm zone: 37\n", - "print r: 5505.843786975986\n", - "7750\n", - "print utm zone: 37\n", - "print r: 1597.709126532492\n", - "7751\n", - "print utm zone: 37\n", - "print r: 5924.573963060823\n", - "7752\n", - "print utm zone: 37\n", - "print r: 1598.0423756198525\n", - "7753\n", - "print utm zone: 37\n", - "print r: 1873.4869422887612\n", - "7754\n", - "print utm zone: 38\n", - "print r: 1263.1647957153798\n", - "7755\n", - "print utm zone: 39\n", - "print r: 1786.423293972682\n", - "7756\n", - "print utm zone: 51\n", - "print r: 1262.834164716395\n", - "7757\n", - "print utm zone: 37\n", - "print r: 1693.409564905194\n", - "7758\n", - "print utm zone: 50\n", - "print r: 1955.322785053615\n", - "7759\n", - "print utm zone: 51\n", - "print r: 1597.4631544579092\n", - "7760\n", - "print utm zone: 51\n", - "print r: 1494.3049107195372\n", - "7761\n", - "print utm zone: 51\n", - "print r: 1129.983242248654\n", - "7762\n", - "print utm zone: 51\n", - "print r: 1494.8641242734393\n", - "7763\n", - "print utm zone: 50\n", - "print r: 1785.9301957910318\n", - "7764\n", - "print utm zone: 52\n", - "print r: 2395.5033561432297\n", - "7765\n", - "print utm zone: 51\n", - "print r: 1693.67854969502\n", - "7766\n", - "print utm zone: 37\n", - "print r: 1871.4649421412935\n", - "7767\n", - "print utm zone: 51\n", - "print r: 2823.527301642469\n", - "7768\n", - "print utm zone: 38\n", - "print r: 1598.1178105040672\n", - "7769\n", - "print utm zone: 37\n", - "print r: 1873.7393796727204\n", - "7770\n", - "print utm zone: 37\n", - "print r: 1695.2724673341797\n", - "7771\n", - "print utm zone: 38\n", - "print r: 1130.1917844647635\n", - "7772\n", - "print utm zone: 37\n", - "print r: 1383.8712322559368\n", - "7773\n", - "print utm zone: 38\n", - "print r: 1597.988104477571\n", - "7774\n", - "print utm zone: 38\n", - "print r: 1957.3506052043374\n", - "7775\n", - "print utm zone: 38\n", - "print r: 2650.0002343469264\n", - "7776\n", - "print utm zone: 38\n", - "print r: 2463.51991025481\n", - "7777\n", - "print utm zone: 37\n", - "print r: 1694.982144908431\n", - "7778\n", - "print utm zone: 38\n", - "print r: 1495.064321738427\n", - "7779\n", - "print utm zone: 39\n", - "print r: 4520.011440472619\n", - "7780\n", - "print utm zone: 38\n", - "print r: 2589.7663768819393\n", - "7781\n", - "print utm zone: 38\n", - "print r: 1598.1718344029246\n", - "7782\n", - "print utm zone: 38\n", - "print r: 1786.7340370561756\n", - "7783\n", - "print utm zone: 38\n", - "print r: 2936.0666330112836\n", - "7784\n", - "print utm zone: 36\n", - "print r: 2260.0760746158303\n", - "7785\n", - "print utm zone: 37\n", - "print r: 3094.101098602561\n", - "7786\n", - "print utm zone: 38\n", - "print r: 2036.7905551953645\n", - "7787\n", - "print utm zone: 38\n", - "print r: 1494.7742658268128\n", - "7788\n", - "print utm zone: 37\n", - "print r: 2187.7965642873874\n", - "7789\n", - "print utm zone: 37\n", - "print r: 2113.799352684274\n", - "7790\n", - "print utm zone: 37\n", - "print r: 1129.7224063360256\n", - "7791\n", - "print utm zone: 39\n", - "print r: 1597.9933876438577\n", - "7792\n", - "print utm zone: 37\n", - "print r: 2037.0382912084085\n", - "7793\n", - "print utm zone: 39\n", - "print r: 1598.0246460381736\n", - "7794\n", - "print utm zone: 38\n", - "print r: 1263.395802532928\n", - "7795\n", - "print utm zone: 38\n", - "print r: 1383.8192962916032\n", - "7796\n", - "print utm zone: 37\n", - "print r: 1957.0365812221637\n", - "7797\n", - "print utm zone: 50\n", - "print r: 1693.4031857984914\n", - "7798\n", - "print utm zone: 38\n", - "print r: 1494.8790795268326\n", - "7799\n", - "print utm zone: 50\n", - "print r: 2459.8465866525034\n", - "7800\n", - "print utm zone: 38\n", - "print r: 1873.6515404891\n", - "7801\n", - "print utm zone: 37\n", - "print r: 1384.0466690674186\n", - "7802\n", - "print utm zone: 37\n", - "print r: 1784.5294657149886\n", - "7803\n", - "print utm zone: 50\n", - "print r: 2647.0118722633606\n", - "7804\n", - "print utm zone: 50\n", - "print r: 2111.548226246421\n", - "7805\n", - "print utm zone: 37\n", - "print r: 3826.8549597859883\n", - "7806\n", - "print utm zone: 49\n", - "print r: 1382.7182616249195\n", - "7807\n", - "print utm zone: 49\n", - "print r: 1693.7144472958573\n", - "7808\n", - "print utm zone: 50\n", - "print r: 1262.1187283703462\n", - "7809\n", - "print utm zone: 50\n", - "print r: 1784.5985320919524\n", - "7810\n", - "print utm zone: 37\n", - "print r: 1382.1333594498774\n", - "7811\n", - "print utm zone: 37\n", - "print r: 2931.7282393775185\n", - "7812\n", - "print utm zone: 37\n", - "print r: 1693.0341259416118\n", - "7813\n", - "print utm zone: 37\n", - "print r: 1784.6969577674197\n", - "7814\n", - "print utm zone: 37\n", - "print r: 1382.1982620111282\n", - "7815\n", - "print utm zone: 37\n", - "print r: 3385.8269963561543\n", - "7816\n", - "print utm zone: 37\n", - "print r: 1954.5606887917195\n", - "7817\n", - "print utm zone: 50\n", - "print r: 1784.3967291272713\n", - "7818\n", - "print utm zone: 37\n", - "print r: 1382.338667264293\n", - "7819\n", - "print utm zone: 49\n", - "print r: 1382.2379324579165\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7820\n", - "print utm zone: 49\n", - "print r: 2707.9406763218913\n", - "7821\n", - "print utm zone: 49\n", - "print r: 2035.8605384082218\n", - "7822\n", - "print utm zone: 49\n", - "print r: 5785.61425788105\n", - "7823\n", - "print utm zone: 49\n", - "print r: 1493.737804651893\n", - "7824\n", - "print utm zone: 49\n", - "print r: 2112.7136909662418\n", - "7825\n", - "print utm zone: 50\n", - "print r: 2257.6819254800657\n", - "7826\n", - "print utm zone: 49\n", - "print r: 1955.8288108628567\n", - "7827\n", - "print utm zone: 50\n", - "print r: 1382.6061961833852\n", - "7828\n", - "print utm zone: 50\n", - "print r: 1872.178213689754\n", - "7829\n", - "print utm zone: 50\n", - "print r: 1382.5487876529492\n", - "7830\n", - "print utm zone: 50\n", - "print r: 1693.500430546692\n", - "7831\n", - "print utm zone: 38\n", - "print r: 1871.9650379768698\n", - "7832\n", - "print utm zone: 37\n", - "print r: 1692.7808314669196\n", - "7833\n", - "print utm zone: 50\n", - "print r: 2394.522760344537\n", - "7834\n", - "print utm zone: 50\n", - "print r: 1693.196449256385\n", - "7835\n", - "print utm zone: 50\n", - "print r: 1872.078237548657\n", - "7836\n", - "print utm zone: 50\n", - "print r: 2035.5378294809739\n", - "7837\n", - "print utm zone: 37\n", - "print r: 2647.690628069464\n", - "7838\n", - "print utm zone: 49\n", - "print r: 1693.9734103444232\n", - "7839\n", - "print utm zone: 50\n", - "print r: 1784.8381206697793\n", - "7840\n", - "print utm zone: 50\n", - "print r: 2035.8055748300294\n", - "7841\n", - "print utm zone: 49\n", - "print r: 1597.1855311803083\n", - "7842\n", - "print utm zone: 50\n", - "print r: 2327.3176455749112\n", - "7843\n", - "print utm zone: 37\n", - "print r: 1692.7642543551644\n", - "7844\n", - "print utm zone: 37\n", - "print r: 4548.501404811998\n", - "7845\n", - "print utm zone: 37\n", - "print r: 1692.5768019221039\n", - "7846\n", - "print utm zone: 37\n", - "print r: 3289.775006541891\n", - "7847\n", - "print utm zone: 38\n", - "print r: 2460.442257059057\n", - "7848\n", - "print utm zone: 37\n", - "print r: 1381.887310142052\n", - "7849\n", - "print utm zone: 37\n", - "print r: 1692.808908823239\n", - "7850\n", - "print utm zone: 37\n", - "print r: 6282.608221540063\n", - "7851\n", - "print utm zone: 37\n", - "print r: 3431.8522008852974\n", - "7852\n", - "print utm zone: 37\n", - "print r: 1871.2868561219866\n", - "7853\n", - "print utm zone: 37\n", - "print r: 1871.3073523819785\n", - "7854\n", - "print utm zone: 37\n", - "print r: 5780.355643799443\n", - "7855\n", - "print utm zone: 52\n", - "print r: 2111.338365980413\n", - "7856\n", - "print utm zone: 52\n", - "print r: 1382.3144885136976\n", - "7857\n", - "print utm zone: 37\n", - "print r: 4651.906461341838\n", - "7858\n", - "print utm zone: 52\n", - "print r: 1692.906519397851\n", - "7859\n", - "print utm zone: 52\n", - "print r: 1954.5731797245255\n", - "7860\n", - "print utm zone: 37\n", - "print r: 1596.3345439323546\n", - "7861\n", - "print utm zone: 52\n", - "print r: 1954.9532828156364\n", - "7862\n", - "print utm zone: 37\n", - "print r: 2325.8838559246133\n", - "7863\n", - "print utm zone: 52\n", - "print r: 2257.3872675722027\n", - "7864\n", - "print utm zone: 37\n", - "print r: 9705.68410302649\n", - "7865\n", - "print utm zone: 37\n", - "print r: 2256.5892379473394\n", - "7866\n", - "print utm zone: 37\n", - "print r: 1595.628438673783\n", - "7867\n", - "print utm zone: 53\n", - "print r: 3743.645685872054\n", - "7868\n", - "print utm zone: 52\n", - "print r: 1955.5740475314617\n", - "7869\n", - "print utm zone: 37\n", - "print r: 3337.345759521753\n", - "7870\n", - "print utm zone: 37\n", - "print r: 1492.5416342367462\n", - "7871\n", - "print utm zone: 37\n", - "print r: 1381.762415159045\n", - "7872\n", - "print utm zone: 37\n", - "print r: 1692.3587893895237\n", - "7873\n", - "print utm zone: 37\n", - "print r: 1692.1867682800114\n", - "7874\n", - "print utm zone: 52\n", - "print r: 2524.441880826331\n", - "7875\n", - "print utm zone: 37\n", - "print r: 2523.4308115821245\n", - "7876\n", - "print utm zone: 54\n", - "print r: 1693.461106024111\n", - "7877\n", - "print utm zone: 38\n", - "print r: 1693.4404729075968\n", - "7878\n", - "print utm zone: 56\n", - "print r: 3573.30699315458\n", - "7879\n", - "print utm zone: 56\n", - "print r: 1597.9767237677402\n", - "7880\n", - "print utm zone: 38\n", - "print r: 1955.3284217206203\n", - "7881\n", - "print utm zone: 37\n", - "print r: 2111.4320116535346\n", - "7882\n", - "print utm zone: 37\n", - "print r: 2034.006087864414\n", - "7883\n", - "print utm zone: 52\n", - "print r: 5919.331022964792\n", - "7884\n", - "print utm zone: 37\n", - "print r: 1492.6262476207605\n", - "7885\n", - "print utm zone: 52\n", - "print r: 1596.221512511904\n", - "7886\n", - "print utm zone: 52\n", - "print r: 1784.539516495863\n", - "7887\n", - "print utm zone: 37\n", - "print r: 2393.6576625177377\n", - "7888\n", - "print utm zone: 52\n", - "print r: 3613.9422517687435\n", - "7889\n", - "print utm zone: 52\n", - "print r: 1262.0515021456604\n", - "7890\n", - "print utm zone: 53\n", - "print r: 1596.386783211056\n", - "7891\n", - "print utm zone: 52\n", - "print r: 2112.4786048843534\n", - "7892\n", - "print utm zone: 52\n", - "print r: 3700.8521397346017\n", - "7893\n", - "print utm zone: 37\n", - "print r: 5231.878477853278\n", - "7894\n", - "print utm zone: 37\n", - "print r: 1783.8918465830102\n", - "7895\n", - "print utm zone: 52\n", - "print r: 1596.2906029137337\n", - "7896\n", - "print utm zone: 53\n", - "print r: 1382.7242862313662\n", - "7897\n", - "print utm zone: 37\n", - "print r: 2705.6972647402254\n", - "7898\n", - "print utm zone: 37\n", - "print r: 1783.849420927361\n", - "7899\n", - "print utm zone: 37\n", - "print r: 3240.2453505009676\n", - "7900\n", - "print utm zone: 37\n", - "print r: 2184.658961741243\n", - "7901\n", - "print utm zone: 37\n", - "print r: 1870.7559427967203\n", - "7902\n", - "print utm zone: 37\n", - "print r: 1954.5178091471414\n", - "7903\n", - "print utm zone: 37\n", - "print r: 2876.321285538692\n", - "7904\n", - "print utm zone: 37\n", - "print r: 3140.5878824223405\n", - "7905\n", - "print utm zone: 37\n", - "print r: 2256.7089789718834\n", - "7906\n", - "print utm zone: 37\n", - "print r: 3192.2124589143104\n", - "7907\n", - "print utm zone: 37\n", - "print r: 1596.0373044852618\n", - "7908\n", - "print utm zone: 37\n", - "print r: 2930.947843243715\n", - "7909\n", - "print utm zone: 37\n", - "print r: 1595.3519352437177\n", - "7910\n", - "print utm zone: 37\n", - "print r: 2256.873891826302\n", - "7911\n", - "print utm zone: 37\n", - "print r: 3907.7312281507843\n", - "7912\n", - "print utm zone: 37\n", - "print r: 2110.518544100644\n", - "7913\n", - "print utm zone: 37\n", - "print r: 2325.7717460984327\n", - "7914\n", - "print utm zone: 37\n", - "print r: 1784.7095036905046\n", - "7915\n", - "print utm zone: 37\n", - "print r: 1784.0477851436463\n", - "7916\n", - "print utm zone: 37\n", - "print r: 2325.727275219762\n", - "7917\n", - "print utm zone: 37\n", - "print r: 2325.9729753564607\n", - "7918\n", - "print utm zone: 37\n", - "print r: 1261.3699661977969\n", - "7919\n", - "print utm zone: 37\n", - "print r: 3089.630777214067\n", - "7920\n", - "print utm zone: 52\n", - "print r: 5140.7790483823765\n", - "7921\n", - "print utm zone: 52\n", - "print r: 1492.871646062669\n", - "7922\n", - "print utm zone: 53\n", - "print r: 1784.435019112866\n", - "7923\n", - "print utm zone: 52\n", - "print r: 1692.5420635805715\n", - "7924\n", - "print utm zone: 53\n", - "print r: 1492.364903281972\n", - "7925\n", - "print utm zone: 34\n", - "print r: 1262.3961458343708\n", - "7926\n", - "print utm zone: 34\n", - "print r: 1383.00197146026\n", - "7927\n", - "print utm zone: 34\n", - "print r: 1262.457164842855\n", - "7928\n", - "print utm zone: 34\n", - "print r: 2186.903848318701\n", - "7929\n", - "print utm zone: 53\n", - "print r: 2110.964814281643\n", - "7930\n", - "print utm zone: 53\n", - "print r: 1692.9119615367388\n", - "7931\n", - "print utm zone: 52\n", - "print r: 3567.8062261662703\n", - "7932\n", - "print utm zone: 52\n", - "print r: 1954.3375199352918\n", - "7933\n", - "print utm zone: 34\n", - "print r: 1872.4742125250511\n", - "7934\n", - "print utm zone: 53\n", - "print r: 1784.1573443580057\n", - "7935\n", - "print utm zone: 53\n", - "print r: 1870.2673611544094\n", - "7936\n", - "print utm zone: 53\n", - "print r: 2820.1699469388154\n", - "7937\n", - "print utm zone: 53\n", - "print r: 1783.4110989171872\n", - "7938\n", - "print utm zone: 53\n", - "print r: 2185.324099344655\n", - "7939\n", - "print utm zone: 53\n", - "print r: 1595.6208013059895\n", - "7940\n", - "print utm zone: 53\n", - "print r: 9305.899856483513\n", - "7941\n", - "print utm zone: 53\n", - "print r: 1595.174525508863\n", - "7942\n", - "print utm zone: 52\n", - "print r: 1492.788424890946\n", - "7943\n", - "print utm zone: 52\n", - "print r: 1492.4035494057541\n", - "7944\n", - "print utm zone: 53\n", - "print r: 1381.6706630049969\n", - "7945\n", - "print utm zone: 53\n", - "print r: 2111.022078505253\n", - "7946\n", - "print utm zone: 53\n", - "print r: 2185.3468659044524\n", - "7947\n", - "print utm zone: 53\n", - "print r: 3037.2298860089186\n", - "7948\n", - "print utm zone: 53\n", - "print r: 2585.328011377033\n", - "7949\n", - "print utm zone: 53\n", - "print r: 1595.239550427816\n", - "7950\n", - "print utm zone: 53\n", - "print r: 1381.4422582595835\n", - "7951\n", - "print utm zone: 53\n", - "print r: 1381.4864010429508\n", - "7952\n", - "print utm zone: 53\n", - "print r: 4582.136248130331\n", - "7953\n", - "print utm zone: 36\n", - "print r: 1382.8497248371184\n", - "7954\n", - "print utm zone: 48\n", - "print r: 1596.65047561099\n", - "7955\n", - "print utm zone: 48\n", - "print r: 2035.602484780656\n", - "7956\n", - "print utm zone: 48\n", - "print r: 3480.629066378825\n", - "7957\n", - "print utm zone: 49\n", - "print r: 1493.8811446831774\n", - "7958\n", - "print utm zone: 49\n", - "print r: 1382.7076475097954\n", - "7959\n", - "print utm zone: 48\n", - "print r: 4372.7996756126195\n", - "7960\n", - "print utm zone: 48\n", - "print r: 2524.3982699684175\n", - "7961\n", - "print utm zone: 48\n", - "print r: 1693.7017903761318\n", - "7962\n", - "print utm zone: 48\n", - "print r: 1694.3725839066349\n", - "7963\n", - "print utm zone: 48\n", - "print r: 1956.5052867268062\n", - "7964\n", - "print utm zone: 48\n", - "print r: 1597.1262617096975\n", - "7965\n", - "print utm zone: 49\n", - "print r: 1383.3910775982774\n", - "7966\n", - "print utm zone: 48\n", - "print r: 2112.951276757521\n", - "7967\n", - "print utm zone: 49\n", - "print r: 1493.7478775209468\n", - "7968\n", - "print utm zone: 48\n", - "print r: 1383.1935023004837\n", - "7969\n", - "print utm zone: 48\n", - "print r: 3144.625153975238\n", - "7970\n", - "print utm zone: 48\n", - "print r: 1872.630505289681\n", - "7971\n", - "print utm zone: 49\n", - "print r: 1597.231471063481\n", - "7972\n", - "print utm zone: 48\n", - "print r: 1262.5294482381687\n", - "7973\n", - "print utm zone: 48\n", - "print r: 1596.649744614071\n", - "7974\n", - "print utm zone: 48\n", - "print r: 8044.878728655545\n", - "7975\n", - "print utm zone: 48\n", - "print r: 1493.722976745019\n", - "7976\n", - "print utm zone: 48\n", - "print r: 1596.922568552628\n", - "7977\n", - "print utm zone: 49\n", - "print r: 1262.1630013735219\n", - "7978\n", - "print utm zone: 48\n", - "print r: 8257.297161176262\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7979\n", - "print utm zone: 48\n", - "print r: 1872.1494362606131\n", - "7980\n", - "print utm zone: 48\n", - "print r: 1596.5834398985012\n", - "7981\n", - "print utm zone: 48\n", - "print r: 6079.780457575745\n", - "7982\n", - "print utm zone: 48\n", - "print r: 1955.5822639918877\n", - "7983\n", - "print utm zone: 48\n", - "print r: 1596.6979165960565\n", - "7984\n", - "print utm zone: 49\n", - "print r: 1596.5617383852768\n", - "7985\n", - "print utm zone: 48\n", - "print r: 3744.2085800474297\n", - "7986\n", - "print utm zone: 53\n", - "print r: 1695.2334354568484\n", - "7987\n", - "print utm zone: 52\n", - "print r: 1495.0351205242118\n", - "7988\n", - "print utm zone: 52\n", - "print r: 1384.1304841151748\n", - "7989\n", - "print utm zone: 50\n", - "print r: 1873.7619366146323\n", - "7990\n", - "print utm zone: 49\n", - "print r: 1129.909323292384\n", - "7991\n", - "print utm zone: 52\n", - "print r: 1129.9701178261846\n", - "7992\n", - "print utm zone: 51\n", - "print r: 1787.0217007758624\n", - "7993\n", - "print utm zone: 48\n", - "print r: 1785.3345371333971\n", - "7994\n", - "print utm zone: 49\n", - "print r: 1956.27882277047\n", - "7995\n", - "print utm zone: 48\n", - "print r: 1694.4848459687087\n", - "7996\n", - "print utm zone: 50\n", - "print r: 978.1283807111066\n", - "7997\n", - "print utm zone: 52\n", - "print r: 1495.0562779744319\n", - "Wall time: 2d 9h 1min 38s\n" - ] - } - ], - "source": [ - "%%time\n", - "for index, row in input_shapes_gpd.iterrows():\n", - " print(index)\n", - " metrics = {}\n", - "\n", - " # creates a temporary GDF for just the row's shape\n", - " temp_gdf = input_shapes_gpd.iloc[[index]]\n", - "\n", - " # finds its correct UTM zone projection and reprojects it\n", - " temp_gdf_proj = project_gdf(temp_gdf)\n", - "\n", - " A = temp_gdf_proj.iloc[0].geometry.area\n", - " P = temp_gdf_proj.iloc[0].geometry.length\n", - "\n", - " # Equal area circle radius...\n", - " r = (\n", - " (temp_gdf_proj.iloc[0].geometry.area / math.pi) ** 0.5\n", - " ) # radius of equal area circle (circle with area equal to shape area) (derived from A = pi * r squared)\n", - " print(f\"print r: {r}\")\n", - " p = 2 * math.pi * r # Equal area circle perimeter\n", - "\n", - " # LIST OF COORDINATES OF FEATURE VERTICES (for single part features)...\n", - " pntLst = [] # stores feature array...\n", - " subVLst = []\n", - "\n", - " # Step through exterior part of the feature\n", - " for coord in temp_gdf_proj.iloc[0].geometry.exterior.coords:\n", - " # Print the part number\n", - " # print(\"coord {}:\".format(coord))\n", - " # Step through each vertex in the feature\n", - " # Print x,y coordinates of current point\n", - " # print(\"{}, {}\".format(coord[0], coord[1]))\n", - " X, Y = coord[0], coord[1] # get point XY\n", - " subVLst.append([X, Y]) # add XY to list\n", - "\n", - " pntLst.append(subVLst)\n", - "\n", - " # if it has interior polygons\n", - " if len(list(temp_gdf_proj.iloc[0].geometry.interiors)) > 0:\n", - " for poly in list(temp_gdf_proj.iloc[0].geometry.interiors):\n", - " print(\"new interior polygon\")\n", - " subVLst = []\n", - " # Step through each part of the feature\n", - " for coord in poly.coords:\n", - " # print(\"coord {}:\".format(coord))\n", - " # Step through each vertex in the feature\n", - " # Print x,y coordinates of current point\n", - " # print(\"{}, {}\".format(coord[0], coord[1]))\n", - " X, Y = coord[0], coord[1] # get point XY\n", - " subVLst.append([X, Y]) # add XY to list\n", - " # print(subVLst)\n", - " subVLst.reverse()\n", - " # print(subVLst)\n", - " pntLst.append(subVLst)\n", - "\n", - " # desired shape area in pixels...\n", - " numPix = 20000\n", - "\n", - " # calculate pixel size...\n", - " cellsize = (A / numPix) ** 0.5\n", - "\n", - " # get min and max XY values\n", - " minX, minY, maxX, maxY = (\n", - " temp_gdf_proj.iloc[0].geometry.bounds[0],\n", - " temp_gdf_proj.iloc[0].geometry.bounds[1],\n", - " temp_gdf_proj.iloc[0].geometry.bounds[2],\n", - " temp_gdf_proj.iloc[0].geometry.bounds[3],\n", - " )\n", - "\n", - " # offset grid by half a pixel...\n", - " minX -= cellsize / 2\n", - " maxY += cellsize / 2\n", - "\n", - " # centroid coordinates\n", - " centroidXY = (\n", - " temp_gdf_proj.iloc[0].geometry.centroid.x,\n", - " temp_gdf_proj.iloc[0].geometry.centroid.y,\n", - " )\n", - " x_offset, y_offset = 0, 0\n", - " Xc, Yc = centroidXY[0] - x_offset, centroidXY[1] - y_offset\n", - "\n", - " # generates a list of points within the shape\n", - " featPntLst = generate_featPntLst(\n", - " pntLst, minX, minY, maxX, maxY, cellsize, gridTxtFile\n", - " )\n", - "\n", - " # NOTE: THE CENTROID IS CURRENTLY USED AS THE CENTER\n", - " # calculate distance of feature points to center...\n", - " D_to_Center, EAC_pix = proximity(featPntLst, Xc, Yc, r)\n", - "\n", - " # Proximity index (circle / shape)\n", - " # avg distance to center for equal area circle...\n", - " circD = r * (2.0 / 3.0)\n", - " # print(f\"print circD: {circD}\")\n", - " # print(f\"print D_to_Center: {D_to_Center}\")\n", - " ProximityIndex = circD / D_to_Center\n", - " metrics[\"ProximityIndex\"] = ProximityIndex\n", - "\n", - " # Roundness (exchange-index)\n", - " inArea = EAC_pix * cellsize**2\n", - " areaExchange = inArea / A\n", - " metrics[\"RoundnessIndex\"] = areaExchange\n", - "\n", - " # Cohesion index\n", - " # custom tool calculates approx. average interpoint distances between\n", - " # samples of points in shape...\n", - " shp_interD = interpointDistance(featPntLst)\n", - "\n", - " # average interpoint distance for equal area circle...\n", - " circ_interD = r * 0.9054\n", - "\n", - " # cohesion index is ratio of avg interpoint distance of circle to\n", - " # avg interpoint distance of shape...\n", - " CohesionIndex = circ_interD / shp_interD\n", - "\n", - " metrics[\"CohesionIndex\"] = CohesionIndex\n", - "\n", - " # Spin index\n", - " # custom tool calculates moment of inertia for shape...\n", - " shpMOI = spin(featPntLst, Xc, Yc)\n", - "\n", - " # moment of inertia for equal area circle...\n", - " circ_MOI = 0.5 * r**2\n", - "\n", - " # calculate spin index (circle / shape)...\n", - " Spin = circ_MOI / shpMOI\n", - "\n", - " metrics[\"SpinIndex\"] = Spin\n", - "\n", - " # Perimeter index (circle / shape)\n", - " PerimIndex = p / P # The Perimeter Index\n", - " metrics[\"PerimIndex\"] = PerimIndex\n", - "\n", - " # Pre-calculations for Depth, Girth, and Dispersion indices\n", - "\n", - " # print(f\"print first 3 of pntLst: {pntLst[0][:3]}\")\n", - "\n", - " # get list of points evenly distributed along perimeter...\n", - " perimPntLst = PerimeterPnts(pntLst, 500)\n", - "\n", - " # print(f\"print first of perimPntLst: {perimPntLst[0]}\")\n", - "\n", - " # ------------------------------------------------------------------------------\n", - " # SECTION 7: CALCULATE DISTANCE OF INTERIOR SHAPE POINTS TO PERIMETER POINTS...\n", - "\n", - " # custom tool calculates distance of each interior point to nearest perimeter point...\n", - " pt_dToE = pt_distToEdge(featPntLst, perimPntLst)\n", - "\n", - " # print(f\"print max pt_dToE: {pt_dToE[-1]}\")\n", - "\n", - " # Depth index\n", - " # custom tool calculates average distance from interior pixels to nearest edge pixels...\n", - " shp_depth = depth(pt_dToE)\n", - "\n", - " # depth for equal area circle...\n", - " EAC_depth = r / 3\n", - "\n", - " # calculate depth index (shape / circle)...\n", - " depthIndex = shp_depth / EAC_depth\n", - " metrics[\"DepthIndex\"] = depthIndex\n", - "\n", - " # Girth index\n", - " # custom tool calculates shape girth (distance from edge to innermost point)\n", - " # and outputs list position of innermost point...\n", - " shp_Girth = girth(pt_dToE)\n", - "\n", - " # calculate girth index (shape / circle)...\n", - " girthIndex = shp_Girth / r # girth of a circle is its radius\n", - " # print(f\"print shp_Girth: {shp_Girth}\")\n", - " # print(f\"print r: {r}\")\n", - " metrics[\"GirthIndex\"] = girthIndex\n", - "\n", - " # Dispersion index\n", - " # custom tool calculates average distance between proximate center and edge points...\n", - " dispersionIndex, avgD = dispersion([Xc, Yc], perimPntLst[0])\n", - " metrics[\"DispersionIndex\"] = dispersionIndex\n", - "\n", - " # Detour index\n", - " # custom tool creates list of points in the exterior polygon shape\n", - " hullPerim = ConvexHull(pntLst[0])\n", - "\n", - " # calculate detour index (circle / shape)...\n", - " detourIndex = p / hullPerim\n", - " metrics[\"DispersionIndex\" \"DispersionIndex\"] = detourIndex\n", - "\n", - " # Range index\n", - " # custom tool identifies perimeter points that are farthest apart, outputs\n", - " # distance between furthermost points...\n", - " circumCircD = Range(pntLst[0])\n", - "\n", - " # calculate range index (circle / shape)\n", - " rangeIndex = (2 * r) / circumCircD\n", - " metrics[\"RangeIndex\"] = rangeIndex\n", - "\n", - " # Put all metrics in a DataFrame\n", - " metrics_scalar = {}\n", - " for k in metrics:\n", - " metrics_scalar[k] = [metrics[k]]\n", - " metrics_df = pd.DataFrame(metrics_scalar)\n", - "\n", - " # and concatinate it with the row's shape\n", - " new_temp_gdf_proj = pd.concat(\n", - " [temp_gdf_proj.reset_index(drop=True), metrics_df], axis=1\n", - " )\n", - "\n", - " # print(\"print new_temp_gdf_proj\")\n", - " # print(new_temp_gdf_proj)\n", - "\n", - " # make it unprojected\n", - " temp_gdf_proj_4326 = new_temp_gdf_proj.to_crs(\"epsg:4326\")\n", - "\n", - " # put the results of each row into a new DataFrame\n", - " if index == 0:\n", - " # print(\"creating output_shapes_gpd_4326\")\n", - " output_shapes_gpd_4326 = temp_gdf_proj_4326\n", - " else:\n", - " # print(f\"print output_shapes_gpd_4326, and index is {index}\")\n", - " # print(output_shapes_gpd_4326)\n", - " # print(\"to append temp_gdf_proj_4326\")\n", - " # print(temp_gdf_proj_4326)\n", - " output_shapes_gpd_4326 = output_shapes_gpd_4326.append(\n", - " temp_gdf_proj_4326, ignore_index=True\n", - " )\n", - " # print(\"output_shapes_gpd_4326 after append\")\n", - " # print(output_shapes_gpd_4326)" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometryProximityIndexRoundnessIndexCohesionIndexSpinIndexPerimIndexDepthIndexGirthIndexDispersionIndexDispersionIndexDispersionIndexRangeIndex
020385213.978912NoneNonePOLYGON ((28.77793 55.91414, 28.82094 55.91414...0.8100370.672500.8063040.6031300.6395880.5533690.4519820.6793510.6649650.616637
123558086.003265NoneNonePOLYGON ((27.94342 55.81376, 27.95774 55.81376...0.7290660.609200.7239600.4573150.6110620.5611510.5131820.6549130.6383300.489989
2269112046.157654NoneNonePOLYGON ((27.02823 55.65336, 27.08535 55.65336...0.8847510.772650.8808960.7573440.6348160.5884280.6193530.7695970.7218420.719950
3275311929.881653NoneNonePOLYGON ((27.60467 55.63333, 27.64749 55.63333...0.9518260.846400.9448380.8845330.7123230.6980800.6978810.8502220.7387880.791814
43060115285.056396NoneNonePOLYGON ((28.66157 55.57325, 28.67583 55.57325...0.6986340.548100.7031350.4684960.3276860.3246880.4152260.6728390.6232780.587053
................................................
7993326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((105.12725 54.81515, 105.18361 54.815...0.8076900.656750.7966860.5944230.5135150.4888420.5181410.6881860.6863680.542625
79942820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((109.32656 55.65336, 109.36940 55.653...0.9223790.813600.9165250.8110180.5687720.5923810.6219230.7976820.7345980.619863
7995188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((107.47868 56.19569, 107.49308 56.195...0.7859500.648300.7829080.5457740.5917560.6015590.5619620.6978120.6633850.486118
7996155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((116.09091 56.33675, 116.10535 56.336...0.8044770.685700.7933090.5747060.6051810.5867790.6219070.6771480.5950390.490075
7997555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((129.66321 61.92831, 129.67924 61.928...0.7575880.628050.7536920.5027930.5640660.5728370.5202190.6743990.5717550.461074
\n", - "

7998 rows × 15 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7993 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7994 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7995 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7996 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7997 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry ProximityIndex \\\n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... 0.810037 \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... 0.729066 \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... 0.884751 \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... 0.951826 \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... 0.698634 \n", - "... ... ... \n", - "7993 POLYGON ((105.12725 54.81515, 105.18361 54.815... 0.807690 \n", - "7994 POLYGON ((109.32656 55.65336, 109.36940 55.653... 0.922379 \n", - "7995 POLYGON ((107.47868 56.19569, 107.49308 56.195... 0.785950 \n", - "7996 POLYGON ((116.09091 56.33675, 116.10535 56.336... 0.804477 \n", - "7997 POLYGON ((129.66321 61.92831, 129.67924 61.928... 0.757588 \n", - "\n", - " RoundnessIndex CohesionIndex SpinIndex PerimIndex DepthIndex \\\n", - "0 0.67250 0.806304 0.603130 0.639588 0.553369 \n", - "1 0.60920 0.723960 0.457315 0.611062 0.561151 \n", - "2 0.77265 0.880896 0.757344 0.634816 0.588428 \n", - "3 0.84640 0.944838 0.884533 0.712323 0.698080 \n", - "4 0.54810 0.703135 0.468496 0.327686 0.324688 \n", - "... ... ... ... ... ... \n", - "7993 0.65675 0.796686 0.594423 0.513515 0.488842 \n", - "7994 0.81360 0.916525 0.811018 0.568772 0.592381 \n", - "7995 0.64830 0.782908 0.545774 0.591756 0.601559 \n", - "7996 0.68570 0.793309 0.574706 0.605181 0.586779 \n", - "7997 0.62805 0.753692 0.502793 0.564066 0.572837 \n", - "\n", - " GirthIndex DispersionIndex DispersionIndexDispersionIndex RangeIndex \n", - "0 0.451982 0.679351 0.664965 0.616637 \n", - "1 0.513182 0.654913 0.638330 0.489989 \n", - "2 0.619353 0.769597 0.721842 0.719950 \n", - "3 0.697881 0.850222 0.738788 0.791814 \n", - "4 0.415226 0.672839 0.623278 0.587053 \n", - "... ... ... ... ... \n", - "7993 0.518141 0.688186 0.686368 0.542625 \n", - "7994 0.621923 0.797682 0.734598 0.619863 \n", - "7995 0.561962 0.697812 0.663385 0.486118 \n", - "7996 0.621907 0.677148 0.595039 0.490075 \n", - "7997 0.520219 0.674399 0.571755 0.461074 \n", - "\n", - "[7998 rows x 15 columns]" - ] - }, - "execution_count": 54, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "output_shapes_gpd_4326" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [], - "source": [ - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"" - ] - }, - { - "cell_type": "code", - "execution_count": 56, - "metadata": {}, - "outputs": [], - "source": [ - "# save as CSV\n", - "# output_shapes_gpd_4326.to_csv(output + r\"\\ECA_russia_urban_metrics_100k_shape.csv\")\n", - "# output_shapes_gpd_4326.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_shape.csv\")\n", - "# output_shapes_gpd_4326.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_all_shape.csv\")\n", - "output_shapes_gpd_4326.to_csv(output + r\"\\all_urban_metrics_5k_up_shape.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 57, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "total time to process: 205300.34797525406\n" - ] - } - ], - "source": [ - "print(f\"total time to process: {time.time()-start_time}\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "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.7.1" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Sprawl.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Sprawl.ipynb deleted file mode 100644 index 569ecb7..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Sprawl.ipynb +++ /dev/null @@ -1,77557 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate Urban Metrics: Sprawl\n", - "Normalized difference between the share of areas with population density below the regional average density and the share of areas with population density above the regional average density (Fallah et al., 2011).\n", - "\n", - "Sprawl L H = ((L%−H%)+1)*0.5\n", - "\n", - "Where L% is the share of metropolitan population living in a grid cell with density below the overall grid cell group median and H% is the share of metropolitan population living in a grid cell with density above the overall grid cell group median. The sprawl measure in Equation (8) is an index that ranges between 0 and 1; values closer to 1 represent greater sprawl.\n", - "\n", - "To account for ‘rural clusters’ in metropolitan areas, grid cells with density below 200 persons per square mile are excluded (or 77 per square km)." - ] - }, - { - "cell_type": "code", - "execution_count": 37, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The autoreload extension is already loaded. To reload it, use:\n", - " %reload_ext autoreload\n" - ] - } - ], - "source": [ - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 38, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import time" - ] - }, - { - "cell_type": "code", - "execution_count": 39, - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np" - ] - }, - { - "cell_type": "code", - "execution_count": 40, - "metadata": {}, - "outputs": [], - "source": [ - "from shapely.geometry import mapping\n", - "from shapely.geometry import Point" - ] - }, - { - "cell_type": "code", - "execution_count": 41, - "metadata": {}, - "outputs": [], - "source": [ - "# Get reference to GOSTNets\n", - "sys.path.append(r\"C:\\repos\\INFRA_SAP\")\n", - "from infrasap.urban_metrics import *" - ] - }, - { - "cell_type": "code", - "execution_count": 42, - "metadata": {}, - "outputs": [], - "source": [ - "import rasterio\n", - "from rasterio.mask import mask\n", - "from rasterio import Affine # or from affine import Affine" - ] - }, - { - "cell_type": "code", - "execution_count": 43, - "metadata": {}, - "outputs": [], - "source": [ - "start_time = time.time()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Inputs are GHS pop and the urban extents\n", - "Mollweide projection should work good because it is an equal-area projection" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "metadata": {}, - "outputs": [], - "source": [ - "GHS_pop = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0\\GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0.tif\"\n", - "# GHS_pop = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\clipped_eca_no_russia_1km.tif\"\n", - "# GHS_pop = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\2015_1km_GHS_Pop\\GHS_POP_2015_UZB_merged.tif\"" - ] - }, - { - "cell_type": "code", - "execution_count": 45, - "metadata": {}, - "outputs": [], - "source": [ - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\Final_urban_extent_metrics\\ECA_all_urban_extents_100k_mollweide.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\russia_urban_extents_merged_mollweide.shp\"\n", - "# shpName = r\"C:\\repos\\GOST_Urban\\Notebooks\\Implementations\\eca_wo_rus_urban_clusters_ghs_pop_smooth_100k_mollweide2.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_FUAs_Project_Mollweide.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_mollweide_geom_fixed_greater_50k.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_ghs_built_up_extents_mollweide_geom_fixed.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\ECA_wo_rus_urban_extents\\eca_wo_rus_built_up_extents_molleweide.shp\"\n", - "shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_clusters_5k_up_molleweide.shp\"" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## First find overall grid cell group median" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "metadata": {}, - "outputs": [], - "source": [ - "# Psuedocode\n", - "\n", - "# pop_values = []\n", - "# For each Shape/FUA:\n", - "# Select all built-up pixels that are mostly within shape (and exclude pixels less than 77 per square km)\n", - "# For each pixel:\n", - "# pop_values.append(pixel value)\n", - "\n", - "\n", - "# cell_group_median = median of pop_values" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1000.0 1000.0\n", - "0\n", - "6\n", - "[426.4502258300781, 784.5906982421875, 1710.7764892578125, 867.53515625, 779.989990234375, 644.6363525390625]\n", - "6\n", - "1\n", - "9\n", - "[810.359375, 794.43896484375, 412.6275939941406, 553.48291015625, 1931.0897216796875, 374.7633056640625, 975.9127197265625, 1229.3065185546875, 1004.0221557617188]\n", - "9\n", - "2\n", - "10\n", - "[1665.9815673828125, 1745.388427734375, 1216.8602294921875, 303.71746826171875, 1572.401611328125, 2940.886962890625, 808.2916259765625, 585.3742065429688, 881.0283203125, 326.22723388671875]\n", - "10\n", - "3\n", - "8\n", - "[999.62109375, 1715.3323974609375, 1549.996826171875, 1189.90380859375, 1931.3685302734375, 2652.484130859375, 1270.6234130859375, 620.5514526367188]\n", - "8\n", - "4\n", - "56\n", - "[401.78326416015625, 423.4930725097656, 388.2616882324219, 329.97918701171875, 1025.0482177734375, 348.7073974609375, 1226.9041748046875, 1425.439697265625, 333.9139404296875, 534.088134765625, 384.62274169921875, 1092.7283935546875, 317.3013916015625, 4211.0185546875, 5073.52392578125, 2972.6162109375, 1336.884033203125, 2052.96533203125, 5724.625, 3841.63330078125, 497.0596923828125, 1853.8248291015625, 1339.6763916015625, 941.9996948242188, 1144.6094970703125, 4272.2958984375, 5709.091796875, 3412.419921875, 2578.94775390625, 4718.537109375, 6424.58740234375, 5312.1728515625, 6197.18212890625, 1155.12109375, 3188.386962890625, 2575.781005859375, 605.6526489257812, 381.0332336425781, 392.217529296875, 1065.533203125, 3070.111572265625, 2847.92724609375, 4212.806640625, 439.5862731933594, 1919.0028076171875, 390.3656921386719, 488.7129211425781, 484.86773681640625, 814.0827026367188, 4789.7333984375, 3265.440185546875, 1063.6888427734375, 861.1783447265625, 1711.5667724609375, 1275.3543701171875, 438.96258544921875]\n", - "56\n", - "5\n", - "46\n", - "[807.5938110351562, 827.1304931640625, 319.84075927734375, 2058.04833984375, 917.795654296875, 1207.3995361328125, 1758.097412109375, 969.4633178710938, 2107.135009765625, 2588.021728515625, 1722.81982421875, 1594.3262939453125, 1867.1414794921875, 2154.29345703125, 1144.5914306640625, 1210.84228515625, 738.3670654296875, 1090.8436279296875, 2675.968994140625, 3308.5712890625, 2764.3642578125, 2586.8828125, 1701.6585693359375, 649.0418090820312, 706.1905517578125, 766.13671875, 2558.312255859375, 1914.444091796875, 1546.875732421875, 1774.718994140625, 1468.05322265625, 1069.6102294921875, 415.0228271484375, 620.40673828125, 501.2925109863281, 1928.0101318359375, 2382.0341796875, 1343.154296875, 548.1129760742188, 319.24102783203125, 591.213623046875, 975.1911010742188, 1738.591064453125, 527.9196166992188, 779.9873657226562, 613.5326538085938]\n", - "46\n", - "6\n", - "11\n", - "[554.6282348632812, 907.3133544921875, 1924.1982421875, 771.5404663085938, 1007.8880004882812, 655.4775390625, 1930.423583984375, 1716.3558349609375, 300.93902587890625, 961.96826171875, 496.3350524902344]\n", - "11\n", - "7\n", - "9\n", - "[307.4017639160156, 964.8079833984375, 346.14300537109375, 802.577392578125, 2448.578857421875, 1234.24462890625, 1048.0692138671875, 1240.330810546875, 823.7672729492188]\n", - "9\n", - "8\n", - "8\n", - "[1079.55126953125, 824.9340209960938, 1136.2921142578125, 2304.391845703125, 374.54266357421875, 814.6964721679688, 812.6295166015625, 854.8853759765625]\n", - "8\n", - "9\n", - "7\n", - "[376.0172424316406, 827.1593017578125, 1965.979736328125, 644.4204711914062, 507.26806640625, 577.9456787109375, 942.1559448242188]\n", - "7\n", - "10\n", - "110\n", - "[1708.822998046875, 654.9631958007812, 409.2364196777344, 1552.8480224609375, 2553.428955078125, 864.733154296875, 962.5804443359375, 571.1980590820312, 471.6838684082031, 2787.769287109375, 1139.80029296875, 3443.40576171875, 3465.0712890625, 320.04095458984375, 1073.8111572265625, 4912.265625, 1346.9447021484375, 625.9445190429688, 700.8303833007812, 1673.3533935546875, 4140.06787109375, 3553.226806640625, 4116.1142578125, 6173.00341796875, 2954.124755859375, 513.9494018554688, 2214.78955078125, 5420.619140625, 3038.42041015625, 2553.634033203125, 2118.778564453125, 4122.7265625, 6817.396484375, 7350.40869140625, 5107.86669921875, 3519.597900390625, 2777.381591796875, 2362.133056640625, 396.302734375, 3093.222900390625, 3386.841552734375, 7218.79736328125, 6116.0732421875, 7312.69287109375, 5089.28955078125, 5311.9453125, 4976.31591796875, 7073.923828125, 6656.3115234375, 4278.705078125, 460.24847412109375, 476.6456604003906, 514.6369018554688, 1038.1429443359375, 6115.732421875, 4140.5, 7210.25927734375, 6473.05517578125, 6608.20751953125, 6161.18994140625, 6884.146484375, 7003.67138671875, 5705.30078125, 1356.2652587890625, 375.7660217285156, 368.0201721191406, 1285.8052978515625, 4290.3095703125, 6453.9619140625, 6935.677734375, 5665.9619140625, 5167.84521484375, 5693.23681640625, 5822.58056640625, 6752.67919921875, 4918.2333984375, 3470.96728515625, 309.6993408203125, 713.6290893554688, 4813.84619140625, 3627.9609375, 3578.491943359375, 3523.61669921875, 4628.57763671875, 5545.853515625, 6618.80029296875, 5294.07275390625, 6939.71923828125, 5799.71923828125, 2018.6500244140625, 388.2419128417969, 1703.5196533203125, 3097.70166015625, 1839.8001708984375, 1443.143798828125, 4458.828125, 4399.84814453125, 5040.54833984375, 5079.81103515625, 4476.43017578125, 1641.6185302734375, 1696.862548828125, 479.26788330078125, 563.09130859375, 656.5084228515625, 504.9044189453125, 1459.20166015625, 420.87530517578125, 565.6419067382812, 339.9409484863281]\n", - "110\n", - "11\n", - "15\n", - "[847.1392211914062, 311.5652770996094, 728.669921875, 752.6830444335938, 1490.9443359375, 1375.0762939453125, 520.2028198242188, 482.7799377441406, 1978.6312255859375, 2945.536865234375, 1931.48828125, 1540.1702880859375, 2191.452392578125, 2415.6279296875, 849.75439453125]\n", - "15\n", - "12\n", - "17\n", - "[872.1759033203125, 460.81976318359375, 405.1723937988281, 467.7063903808594, 425.46270751953125, 1006.9320068359375, 1784.5595703125, 2080.02783203125, 1646.470703125, 1578.1719970703125, 300.9194030761719, 1479.1854248046875, 1616.3900146484375, 2343.643310546875, 944.952392578125, 597.6909790039062, 723.11865234375]\n", - "17\n", - "13\n", - "9\n", - "[714.8043212890625, 782.169921875, 1107.4078369140625, 620.2796020507812, 508.6249084472656, 1500.837890625, 641.1312866210938, 974.017333984375, 339.7658996582031]\n", - "9\n", - "14\n", - "7\n", - "[1049.9632568359375, 908.1517333984375, 758.9225463867188, 902.5645751953125, 307.87066650390625, 604.7371826171875, 924.0457763671875]\n", - "7\n", - "15\n", - "9\n", - "[592.8629150390625, 911.9757080078125, 1013.3287353515625, 359.2168884277344, 872.60107421875, 1146.314453125, 495.6208801269531, 669.467529296875, 878.0130004882812]\n", - "9\n", - "16\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[457.7744445800781, 1311.59228515625, 1363.4659423828125, 631.123046875, 772.3285522460938, 2727.830810546875, 1195.49560546875]\n", - "7\n", - "17\n", - "11\n", - "[607.52880859375, 508.9964599609375, 394.8671875, 584.5299072265625, 417.61444091796875, 688.402587890625, 920.9430541992188, 1258.828369140625, 638.7916259765625, 936.6951293945312, 925.1766967773438]\n", - "11\n", - "18\n", - "16\n", - "[305.793212890625, 981.0064697265625, 728.6383056640625, 1369.959228515625, 1523.7489013671875, 331.2227783203125, 406.58453369140625, 416.3626403808594, 1919.793212890625, 2188.71044921875, 2306.544921875, 877.5816040039062, 1108.94873046875, 712.6543579101562, 1459.0333251953125, 348.0071105957031]\n", - "16\n", - "19\n", - "69\n", - "[764.9863891601562, 2891.039794921875, 910.1453857421875, 510.71441650390625, 1444.811767578125, 3466.873046875, 1879.5089111328125, 1337.67431640625, 1099.2164306640625, 1059.9993896484375, 4539.08447265625, 3876.80224609375, 1951.734375, 1375.064697265625, 575.9410400390625, 4521.39208984375, 4692.2939453125, 2835.983154296875, 2916.813232421875, 2131.784912109375, 1405.9898681640625, 777.1676025390625, 3387.607666015625, 4518.42138671875, 4943.09228515625, 4239.00732421875, 3291.856201171875, 2477.857421875, 2609.603759765625, 1345.4581298828125, 784.4794921875, 411.8585205078125, 3233.06396484375, 4972.49365234375, 4675.04345703125, 4571.62060546875, 3910.12353515625, 824.3584594726562, 1764.2694091796875, 2411.49169921875, 1486.645751953125, 1178.10205078125, 581.5082397460938, 4709.9501953125, 4690.97509765625, 3540.58642578125, 4712.9365234375, 4317.5283203125, 3533.536376953125, 2631.24169921875, 878.7070922851562, 3056.605224609375, 2964.681396484375, 3436.28662109375, 3758.4072265625, 4813.31640625, 4474.46337890625, 4150.9521484375, 3013.69384765625, 654.1801147460938, 415.38360595703125, 921.9007568359375, 3181.942626953125, 2219.67041015625, 1456.1207275390625, 1340.696533203125, 536.0364379882812, 763.4829711914062, 326.1023254394531]\n", - "69\n", - "20\n", - "10\n", - "[826.3883056640625, 2501.384521484375, 315.70989990234375, 1573.94873046875, 2207.1142578125, 302.124267578125, 314.9647521972656, 819.799072265625, 499.380126953125, 948.8668823242188]\n", - "10\n", - "21\n", - "11\n", - "[2036.7515869140625, 1418.34033203125, 355.09820556640625, 1842.82666015625, 2950.647705078125, 1672.7509765625, 642.4298706054688, 3049.33935546875, 1408.9864501953125, 655.457763671875, 790.4212646484375]\n", - "11\n", - "22\n", - "16\n", - "[617.1361083984375, 491.9551086425781, 1296.28466796875, 1183.235107421875, 409.5933837890625, 1685.253173828125, 1554.4354248046875, 304.4654541015625, 647.0538330078125, 351.9015808105469, 314.2424621582031, 631.8496704101562, 356.4450988769531, 344.49554443359375, 392.4759216308594, 348.269287109375]\n", - "16\n", - "23\n", - "6\n", - "[1483.781005859375, 3276.001220703125, 1433.3963623046875, 2284.69287109375, 2276.59619140625, 853.095947265625]\n", - "6\n", - "24\n", - "11\n", - "[706.7169189453125, 556.3218994140625, 2494.43994140625, 544.755126953125, 378.01055908203125, 334.0652160644531, 851.9522705078125, 802.539794921875, 2538.952880859375, 918.7800903320312, 301.2275085449219]\n", - "11\n", - "25\n", - "9\n", - "[496.7053527832031, 707.8189086914062, 909.4404296875, 654.514404296875, 320.32879638671875, 409.6008605957031, 526.7465209960938, 1218.362548828125, 954.5579833984375]\n", - "9\n", - "26\n", - "6\n", - "[1178.863525390625, 1273.733154296875, 476.4315490722656, 830.8397216796875, 1143.0672607421875, 306.3634948730469]\n", - "6\n", - "27\n", - "6\n", - "[1122.22802734375, 1987.2635498046875, 1257.8406982421875, 2257.44873046875, 904.83544921875, 588.7273559570312]\n", - "6\n", - "28\n", - "9\n", - "[657.1902465820312, 820.6790161132812, 369.462890625, 4235.37548828125, 5034.87646484375, 1121.6209716796875, 2357.490478515625, 1009.4199829101562, 886.4400634765625]\n", - "9\n", - "29\n", - "8\n", - "[923.7913208007812, 398.4664001464844, 363.07122802734375, 667.816162109375, 1006.458984375, 1092.6591796875, 341.72271728515625, 402.5108337402344]\n", - "8\n", - "30\n", - "25\n", - "[512.14697265625, 397.3013000488281, 1302.974609375, 344.0660095214844, 750.1961669921875, 1473.51220703125, 1761.1533203125, 566.7245483398438, 545.43701171875, 661.5318603515625, 399.74810791015625, 2926.255859375, 4542.35888671875, 4794.17626953125, 1188.342041015625, 718.0233154296875, 1085.938232421875, 3534.887451171875, 4670.45361328125, 3836.90673828125, 442.6042175292969, 987.5469360351562, 933.900146484375, 1474.7589111328125, 455.6053161621094]\n", - "25\n", - "31\n", - "53\n", - "[725.1893310546875, 568.57275390625, 859.2987670898438, 454.575927734375, 806.6858520507812, 1016.7256469726562, 423.47711181640625, 2249.18359375, 1802.8140869140625, 565.7465209960938, 778.7420654296875, 362.1761779785156, 2401.0009765625, 3086.7421875, 954.4151611328125, 554.2654418945312, 2709.700927734375, 2422.46533203125, 865.9940795898438, 1428.429443359375, 3110.16259765625, 2983.499267578125, 1031.8798828125, 626.8847045898438, 1295.555419921875, 2513.533203125, 2844.8896484375, 2912.30126953125, 2741.34423828125, 2920.434814453125, 2424.737060546875, 761.3262329101562, 1648.103759765625, 1876.8115234375, 2729.44482421875, 2811.937744140625, 2449.446044921875, 2619.011474609375, 2751.18798828125, 2162.62890625, 332.6083984375, 2111.669921875, 2428.931640625, 1687.2330322265625, 2366.378662109375, 2319.969482421875, 890.141845703125, 1600.4393310546875, 704.2265014648438, 638.1265869140625, 315.298828125, 693.5823974609375, 505.02679443359375]\n", - "53\n", - "32\n", - "10\n", - "[504.7737121582031, 525.135986328125, 1446.7420654296875, 2659.90576171875, 1505.1051025390625, 306.6246337890625, 1520.383544921875, 1223.259033203125, 822.1044921875, 1106.5791015625]\n", - "10\n", - "33\n", - "19\n", - "[344.8761291503906, 1429.6903076171875, 463.1372985839844, 1711.0994873046875, 628.7401123046875, 651.5359497070312, 2266.023193359375, 1403.0333251953125, 728.6524658203125, 851.9287109375, 598.456787109375, 1648.7581787109375, 2277.087890625, 1430.6793212890625, 514.4068603515625, 1966.440673828125, 2822.314697265625, 1004.3800659179688, 368.07525634765625]\n", - "19\n", - "34\n", - "13\n", - "[1698.1646728515625, 3047.754150390625, 568.0604858398438, 1193.6563720703125, 1652.90625, 445.2103271484375, 345.576904296875, 1223.1497802734375, 3638.4521484375, 1859.6689453125, 596.6661987304688, 306.61895751953125, 442.45513916015625]\n", - "13\n", - "35\n", - "13\n", - "[387.709228515625, 834.3489379882812, 2115.732421875, 1778.7991943359375, 3121.946533203125, 2576.847900390625, 2125.26025390625, 1762.5985107421875, 1422.5234375, 3215.327880859375, 1975.127685546875, 1328.4337158203125, 1037.9830322265625]\n", - "13\n", - "36\n", - "5\n", - "[1195.480712890625, 1931.277587890625, 980.9473876953125, 1346.3516845703125, 385.4571228027344]\n", - "5\n", - "37\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "57\n", - "[430.94805908203125, 605.0330810546875, 810.0535278320312, 1847.1082763671875, 776.6262817382812, 3408.95068359375, 2356.235595703125, 2059.15869140625, 1721.46240234375, 445.4737243652344, 877.7385864257812, 2553.35498046875, 727.8742065429688, 1316.448486328125, 4176.13623046875, 1716.8839111328125, 1597.6397705078125, 2063.352294921875, 313.44622802734375, 1096.6566162109375, 523.5087280273438, 622.4314575195312, 323.7205505371094, 1375.257568359375, 2390.432861328125, 315.51263427734375, 1069.671630859375, 1108.3651123046875, 1028.3402099609375, 495.4122009277344, 929.1405029296875, 1024.201904296875, 1213.647216796875, 1124.8321533203125, 862.5104370117188, 533.3743896484375, 1013.1896362304688, 830.68701171875, 766.28466796875, 1166.3624267578125, 750.3729858398438, 763.8807983398438, 372.43975830078125, 386.0813903808594, 453.61480712890625, 1235.4287109375, 516.8233642578125, 336.3591003417969, 2583.33837890625, 1044.10498046875, 2474.203369140625, 320.7231140136719, 591.2957763671875, 1062.3988037109375, 337.16943359375, 928.4264526367188, 1018.6799926757812]\n", - "57\n", - "38\n", - "10\n", - "[798.93896484375, 1010.0455322265625, 1750.6885986328125, 597.649658203125, 384.7911376953125, 354.8852844238281, 2690.047607421875, 2730.701171875, 1033.655029296875, 1814.630615234375]\n", - "10\n", - "39\n", - "14\n", - "[470.521728515625, 724.845947265625, 395.51544189453125, 1988.9315185546875, 2157.9951171875, 340.8218078613281, 913.6550903320312, 1010.3872680664062, 2427.7373046875, 3016.04248046875, 1746.0057373046875, 1034.4456787109375, 2012.7991943359375, 635.8056030273438]\n", - "14\n", - "40\n", - "7\n", - "[335.9786071777344, 586.9811401367188, 1815.7041015625, 1105.751220703125, 327.13958740234375, 989.7711181640625, 525.8469848632812]\n", - "7\n", - "41\n", - "11\n", - "[408.8104248046875, 1115.949951171875, 911.0387573242188, 376.0679626464844, 1150.160400390625, 589.8081665039062, 895.2606201171875, 677.314453125, 378.46923828125, 740.3416137695312, 337.91973876953125]\n", - "11\n", - "42\n", - "15\n", - "[359.3049621582031, 2167.59130859375, 685.3779907226562, 609.2362060546875, 661.6099853515625, 1453.4945068359375, 1547.0986328125, 1255.33154296875, 1040.2904052734375, 446.0192565917969, 1116.812744140625, 476.0558166503906, 509.71826171875, 350.535888671875, 345.3179931640625]\n", - "15\n", - "43\n", - "6\n", - "[1186.4195556640625, 784.5623779296875, 1185.989990234375, 1067.326416015625, 458.5068054199219, 549.7957153320312]\n", - "6\n", - "44\n", - "13\n", - "[385.1047668457031, 810.9570922851562, 1308.8203125, 2642.872802734375, 546.2449340820312, 920.29443359375, 304.1375732421875, 2222.803955078125, 2168.679443359375, 337.2228088378906, 701.962158203125, 826.4522705078125, 1305.225341796875]\n", - "13\n", - "45\n", - "8\n", - "[851.004150390625, 1801.953369140625, 348.2590637207031, 931.1454467773438, 2526.9326171875, 450.863037109375, 408.1570129394531, 324.81292724609375]\n", - "8\n", - "46\n", - "8\n", - "[909.4378662109375, 850.8379516601562, 1897.7584228515625, 3270.00244140625, 1010.8564453125, 590.9660034179688, 2315.4248046875, 961.2882690429688]\n", - "8\n", - "47\n", - "14\n", - "[440.2257080078125, 436.8360595703125, 1034.573486328125, 528.7496948242188, 546.1419677734375, 383.4696350097656, 345.1539001464844, 1960.250244140625, 1421.428955078125, 472.8479309082031, 688.4130249023438, 3869.27099609375, 1462.4039306640625, 481.96124267578125]\n", - "14\n", - "48\n", - "21\n", - "[547.1279296875, 688.5928955078125, 689.8396606445312, 441.6969909667969, 378.18963623046875, 625.5093383789062, 450.3753356933594, 499.3121337890625, 403.2349548339844, 338.3714294433594, 376.9428405761719, 782.1190185546875, 1133.8634033203125, 395.3467712402344, 1243.8961181640625, 1263.139404296875, 532.95654296875, 616.9376220703125, 314.2420959472656, 330.26177978515625, 373.9352111816406]\n", - "21\n", - "49\n", - "7\n", - "[384.66607666015625, 357.2933044433594, 470.483642578125, 1169.6712646484375, 1830.653076171875, 1226.772705078125, 1197.6307373046875]\n", - "7\n", - "50\n", - "44\n", - "[554.37890625, 423.0720520019531, 969.304931640625, 1249.1378173828125, 499.3748474121094, 1035.0682373046875, 827.79931640625, 3298.1396484375, 3480.2587890625, 2880.039794921875, 3503.01953125, 898.5823364257812, 1171.30419921875, 1410.77783203125, 1525.1973876953125, 1748.9482421875, 3720.215576171875, 3508.11669921875, 3488.12451171875, 4003.343017578125, 2832.763427734375, 2707.800048828125, 921.0022583007812, 521.311767578125, 1174.926513671875, 2101.832275390625, 3501.234375, 3609.3232421875, 2997.21923828125, 3617.6806640625, 3340.12890625, 1536.2457275390625, 482.31085205078125, 1125.7872314453125, 2250.453369140625, 2055.974853515625, 2618.53857421875, 1658.60009765625, 1832.232666015625, 527.6509399414062, 643.2694091796875, 2005.8524169921875, 781.06640625, 498.2708435058594]\n", - "44\n", - "51\n", - "18\n", - "[570.799560546875, 562.3540649414062, 738.4755249023438, 850.5230102539062, 779.8580932617188, 446.1388244628906, 406.04718017578125, 784.2916259765625, 805.40771484375, 870.8251342773438, 485.2254333496094, 508.9193115234375, 1086.89892578125, 654.8114624023438, 366.4895324707031, 1139.3026123046875, 502.8985290527344, 809.78125]\n", - "18\n", - "52\n", - "17\n", - "[1011.6099243164062, 711.1959838867188, 739.3513793945312, 1998.60595703125, 1343.7257080078125, 639.9790649414062, 1188.7169189453125, 1474.0889892578125, 1845.2274169921875, 840.0068359375, 554.3194580078125, 1227.0653076171875, 1762.58544921875, 532.7450561523438, 1810.2532958984375, 1307.94873046875, 863.240478515625]\n", - "17\n", - "53\n", - "447\n", - "[339.12310791015625, 484.10516357421875, 455.498291015625, 324.2496032714844, 487.7704162597656, 516.9071655273438, 898.9008178710938, 961.6033325195312, 453.5021667480469, 1739.4473876953125, 1767.316162109375, 763.8031616210938, 1668.059326171875, 538.8471069335938, 1507.7176513671875, 1666.6202392578125, 3516.288330078125, 4073.5556640625, 4487.12939453125, 3430.31884765625, 3294.415283203125, 1732.405029296875, 707.5750122070312, 828.8866577148438, 355.9546813964844, 945.1448974609375, 2923.41552734375, 2211.4404296875, 450.646484375, 431.3828430175781, 391.3960266113281, 411.66668701171875, 525.3641967773438, 1045.3568115234375, 1110.365966796875, 640.1408081054688, 320.1666259765625, 3845.376220703125, 5889.7021484375, 5573.67431640625, 5625.748046875, 4876.5673828125, 2191.290283203125, 1636.635498046875, 969.5634155273438, 467.05078125, 3482.031494140625, 4266.36962890625, 418.0008239746094, 468.2728271484375, 313.24237060546875, 707.3399658203125, 773.3821411132812, 1334.065185546875, 505.2916564941406, 593.7625732421875, 623.3814697265625, 2945.50732421875, 551.8948974609375, 418.2716064453125, 1526.0067138671875, 846.64111328125, 559.1018676757812, 341.57672119140625, 622.2186279296875, 2465.68505859375, 3752.6572265625, 4963.59130859375, 2345.916259765625, 624.5145263671875, 318.19427490234375, 385.31402587890625, 1227.688232421875, 1045.8648681640625, 1541.6705322265625, 383.6966552734375, 3347.5263671875, 5016.6103515625, 4770.0859375, 1907.698974609375, 553.3845825195312, 528.668701171875, 465.5549011230469, 374.15069580078125, 315.02740478515625, 1092.9462890625, 2671.055908203125, 454.9595947265625, 422.5137939453125, 342.72735595703125, 1177.0240478515625, 3304.443359375, 4822.65966796875, 3560.3837890625, 425.1291809082031, 369.0535888671875, 337.8294982910156, 2377.588623046875, 2821.38525390625, 2226.931396484375, 1407.775146484375, 313.3150939941406, 841.4063110351562, 534.4257202148438, 440.56201171875, 987.497802734375, 2564.209228515625, 5816.037109375, 5412.39404296875, 4789.7900390625, 4594.21923828125, 4524.5908203125, 5403.74658203125, 3820.841796875, 4279.734375, 1830.73681640625, 2193.84521484375, 4829.07421875, 6049.00048828125, 5447.72412109375, 4021.337646484375, 5134.111328125, 2664.67236328125, 3491.897705078125, 3636.4306640625, 612.565673828125, 3065.38671875, 480.1868591308594, 2855.5625, 5780.8525390625, 6091.96630859375, 4925.91357421875, 2597.55615234375, 3204.227294921875, 367.14300537109375, 836.6594848632812, 803.5443115234375, 1459.726318359375, 3905.84130859375, 5630.9716796875, 5449.90576171875, 1139.224853515625, 476.33917236328125, 4249.52099609375, 5503.01953125, 338.3382568359375, 1270.3701171875, 3048.151611328125, 1291.57861328125, 5266.90966796875, 1645.1092529296875, 595.2339477539062, 3205.18603515625, 1125.0770263671875, 5829.1865234375, 3906.270751953125, 490.81097412109375, 3220.960205078125, 3797.484619140625, 3997.55078125, 1345.492431640625, 1990.7330322265625, 4475.509765625, 3133.223876953125, 3950.181884765625, 4615.01806640625, 3778.2197265625, 2011.677001953125, 1538.835205078125, 1154.80224609375, 4018.065185546875, 2834.486328125, 1668.7969970703125, 661.872802734375, 1969.8740234375, 420.5697937011719, 1439.53955078125, 1801.006591796875, 678.7000732421875, 1580.9229736328125, 3845.099609375, 1224.8494873046875, 569.0458374023438, 1399.7484130859375, 959.3255615234375, 367.6328430175781, 1436.6883544921875, 619.2686157226562, 3140.216552734375, 7119.484375, 1204.764892578125, 372.58453369140625, 436.458251953125, 2919.10546875, 2357.07421875, 696.7300415039062, 434.6860656738281, 6013.35302734375, 4077.99169921875, 871.247802734375, 535.0946655273438, 379.5457763671875, 326.1112365722656, 935.1282348632812, 3331.322998046875, 4626.93701171875, 2002.7923583984375, 3519.338623046875, 4833.51025390625, 3002.234375, 1291.43310546875, 680.2699584960938, 1421.28369140625, 2076.127685546875, 1452.95556640625, 2016.5455322265625, 442.49835205078125, 2571.197021484375, 4105.974609375, 5299.9365234375, 3684.60498046875, 414.2450866699219, 807.8133544921875, 333.7474670410156, 321.726806640625, 615.4012451171875, 370.9205017089844, 1203.6978759765625, 4701.1884765625, 5771.9375, 4441.57373046875, 3963.201904296875, 2619.31103515625, 3301.544677734375, 3046.71923828125, 3427.130615234375, 2457.455810546875, 1413.328125, 305.1238708496094, 816.5762329101562, 2138.622802734375, 4632.115234375, 4445.16455078125, 4278.19970703125, 3489.330322265625, 3295.455810546875, 3714.157470703125, 2938.859619140625, 2669.521484375, 3391.2568359375, 1455.5416259765625, 1945.7271728515625, 2724.9169921875, 618.0125122070312, 343.3828430175781, 538.8707275390625, 3202.567138671875, 5600.07666015625, 5928.27490234375, 5424.95166015625, 5451.416015625, 5337.51123046875, 3119.765869140625, 3177.979736328125, 1813.97705078125, 1245.829833984375, 838.714111328125, 1713.5245361328125, 1327.2628173828125, 1408.657958984375, 2757.97216796875, 3572.3515625, 321.9214172363281, 1996.2264404296875, 1923.9017333984375, 1348.03369140625, 2275.74609375, 4556.23779296875, 4476.04150390625, 4962.25341796875, 4727.6591796875, 2925.20703125, 748.7332153320312, 324.4824523925781, 1463.356689453125, 3361.697998046875, 2944.427490234375, 899.7792358398438, 530.4217529296875, 340.5895080566406, 1593.2489013671875, 1841.9918212890625, 1937.96240234375, 2488.52099609375, 1590.5684814453125, 2416.340576171875, 4023.4306640625, 5047.5341796875, 2589.915283203125, 2231.316650390625, 997.0994873046875, 3248.77294921875, 826.2743530273438, 436.9054260253906, 1033.6824951171875, 504.96002197265625, 574.5614624023438, 1052.4949951171875, 1817.9566650390625, 3625.73828125, 2718.683837890625, 508.83477783203125, 871.8336181640625, 2358.06396484375, 4372.83935546875, 4545.447265625, 3546.809814453125, 3164.04443359375, 3995.616943359375, 5929.64990234375, 4777.98876953125, 4542.365234375, 2146.261962890625, 2768.913330078125, 2883.081298828125, 1460.142822265625, 2262.972412109375, 741.68408203125, 1398.4326171875, 500.69964599609375, 1356.4576416015625, 1754.2755126953125, 972.6627197265625, 1325.5867919921875, 3299.278564453125, 3243.751220703125, 2213.552490234375, 2785.007568359375, 4851.46875, 4458.23291015625, 2645.75, 5172.14111328125, 4680.185546875, 2390.78662109375, 1917.0721435546875, 2319.510009765625, 2224.8828125, 4348.7724609375, 3674.034912109375, 1410.5599365234375, 1318.7535400390625, 606.063720703125, 869.6531982421875, 756.5545043945312, 3115.723388671875, 1430.7659912109375, 3309.397216796875, 4224.96337890625, 2988.304443359375, 3919.8583984375, 2789.50830078125, 870.6157836914062, 1208.2864990234375, 402.10516357421875, 308.6202087402344, 312.35394287109375, 359.1861572265625, 486.5729064941406, 451.5122375488281, 1259.7047119140625, 2730.497314453125, 1552.5606689453125, 1582.0755615234375, 2980.10009765625, 3321.2421875, 3521.613525390625, 3058.57666015625, 2110.645751953125, 515.6015014648438, 686.6275634765625, 421.9784851074219, 318.0547180175781, 801.8285522460938, 302.3214416503906, 1405.0120849609375, 2056.692626953125, 2440.4892578125, 1894.9517822265625, 1326.7103271484375, 273.23614501953125, 2227.9521484375, 1168.979248046875, 720.220458984375, 342.4872131347656, 705.64208984375, 850.7644653320312, 1816.569091796875, 716.3665161132812, 1232.7484130859375, 807.1793823242188, 1358.8115234375, 375.92333984375, 628.80078125, 323.7602233886719, 803.7303466796875, 249.9983367919922, 150.9330291748047, 1522.5435791015625, 660.9805908203125, 817.731201171875, 366.767333984375, 796.3865966796875, 1590.8797607421875, 642.598876953125, 489.7872314453125, 371.6651611328125, 483.6523742675781, 406.7742919921875, 452.6248474121094, 565.392333984375, 360.35015869140625, 406.0936279296875, 681.5865478515625, 1912.9429931640625, 2943.146728515625, 3224.4921875, 2337.694091796875, 422.54632568359375, 312.41265869140625, 480.18701171875, 1452.9111328125, 3376.02978515625, 2663.105224609375, 1969.6240234375, 1248.5042724609375, 518.4779052734375, 2414.350341796875, 2860.224853515625, 1070.864013671875, 724.4209594726562, 478.2143249511719, 1061.4117431640625, 699.2262573242188, 531.3585815429688, 1457.90966796875]" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "445\n", - "54\n", - "15\n", - "[526.5009155273438, 1199.5343017578125, 648.6853637695312, 350.76593017578125, 346.072509765625, 1566.7449951171875, 1872.9794921875, 1597.164306640625, 2014.578857421875, 1614.769775390625, 410.76025390625, 312.3127136230469, 1156.4140625, 1831.1348876953125, 330.6085510253906]\n", - "15\n", - "55\n", - "9\n", - "[324.2348937988281, 572.9869384765625, 690.1605834960938, 880.5548095703125, 638.6675415039062, 1050.811279296875, 675.6856689453125, 343.3788146972656, 730.0884399414062]\n", - "9\n", - "56\n", - "6\n", - "[415.0182800292969, 944.2430419921875, 1339.191650390625, 1501.5096435546875, 2237.4912109375, 2496.74365234375]\n", - "6\n", - "57\n", - "8\n", - "[434.6386413574219, 2000.1865234375, 3683.8798828125, 759.6043090820312, 1431.8782958984375, 2418.0908203125, 540.610107421875, 460.1692199707031]\n", - "8\n", - "58\n", - "9\n", - "[496.50518798828125, 894.7273559570312, 3523.4453125, 979.1168212890625, 422.39373779296875, 1509.5576171875, 1847.49462890625, 679.0675048828125, 321.1068420410156]\n", - "9\n", - "59\n", - "71\n", - "[377.1134033203125, 662.9457397460938, 1031.733642578125, 626.552001953125, 810.710693359375, 972.6197509765625, 2178.88037109375, 1259.3668212890625, 343.45086669921875, 266.99554443359375, 3808.95263671875, 3977.845947265625, 2135.533447265625, 603.2996215820312, 1678.41552734375, 712.3311767578125, 543.2753295898438, 1581.3157958984375, 1843.8385009765625, 1635.47314453125, 4036.994873046875, 1610.98046875, 1550.876953125, 1987.592529296875, 851.9949951171875, 1517.2672119140625, 3240.076416015625, 3425.321533203125, 1741.8614501953125, 682.5829467773438, 1474.60205078125, 2491.109619140625, 3098.693115234375, 3175.051513671875, 4027.2578125, 4287.7001953125, 3305.105712890625, 550.5101318359375, 1088.9124755859375, 3515.9384765625, 4181.509765625, 4206.732421875, 3979.094970703125, 2372.420166015625, 939.4322509765625, 364.1919860839844, 3424.6044921875, 3873.726806640625, 3901.0693359375, 4062.120849609375, 3620.123291015625, 3258.7021484375, 702.8446655273438, 1452.9637451171875, 2609.9619140625, 3577.818603515625, 2806.056884765625, 1737.9207763671875, 1506.936279296875, 635.3832397460938, 306.0808410644531, 2188.09423828125, 1459.4771728515625, 2047.41015625, 1123.916259765625, 601.962646484375, 925.2221069335938, 1788.30029296875, 574.6992797851562, 348.7197265625]\n", - "70\n", - "60\n", - "9\n", - "[1359.6846923828125, 1091.28125, 1370.1544189453125, 553.3659057617188, 549.92333984375, 1217.2799072265625, 1321.880859375, 350.3846435546875, 336.2131042480469]\n", - "9\n", - "61\n", - "6\n", - "[554.4735717773438, 510.9303283691406, 657.8722534179688, 752.743896484375, 959.809814453125, 2162.236083984375]\n", - "6\n", - "62\n", - "25\n", - "[856.421142578125, 2305.811279296875, 2250.455810546875, 2264.849853515625, 1184.1671142578125, 681.2981567382812, 3368.628662109375, 4985.23681640625, 5038.21875, 4108.17529296875, 2309.76123046875, 512.9713134765625, 344.0782165527344, 887.7120971679688, 2550.72509765625, 2656.48828125, 1845.722412109375, 593.4675903320312, 773.3512573242188, 533.3571166992188, 2537.7021484375, 2499.157470703125, 1438.8896484375, 307.0549621582031, 359.1416320800781]\n", - "25\n", - "63\n", - "14\n", - "[2404.798095703125, 1548.7886962890625, 791.203125, 2248.81103515625, 2883.440673828125, 822.6827392578125, 373.8709411621094, 2667.434814453125, 2151.052734375, 392.3063659667969, 322.1044616699219, 779.225830078125, 700.7583618164062, 324.6127624511719]\n", - "14\n", - "64\n", - "16\n", - "[393.6014709472656, 1318.287841796875, 444.26513671875, 630.5459594726562, 544.6593017578125, 619.9317626953125, 2382.39208984375, 1830.5484619140625, 4709.86865234375, 697.0119018554688, 396.8022766113281, 666.050048828125, 926.4446411132812, 544.566650390625, 1030.7352294921875, 3393.87939453125]\n", - "16\n", - "65\n", - "7\n", - "[1054.5126953125, 375.9121398925781, 328.5452575683594, 954.1167602539062, 1546.616943359375, 723.8802490234375, 336.79913330078125]\n", - "7\n", - "66\n", - "50\n", - "[1097.6153564453125, 354.843994140625, 1775.4168701171875, 1785.113037109375, 2232.1259765625, 1356.246337890625, 3233.229248046875, 3243.143798828125, 5068.13427734375, 4860.3056640625, 1518.0982666015625, 1973.4595947265625, 5003.47314453125, 5635.14990234375, 4996.2158203125, 4290.4716796875, 5079.998046875, 2950.432373046875, 1778.7109375, 854.0125732421875, 3960.37255859375, 4207.98876953125, 6031.80810546875, 4713.29638671875, 4756.494140625, 3484.28125, 3717.498291015625, 1040.964599609375, 345.4478454589844, 683.1736450195312, 982.4312744140625, 1238.8436279296875, 706.88232421875, 3799.48583984375, 2965.153076171875, 2997.663818359375, 398.56256103515625, 540.8682250976562, 355.2622375488281, 672.6900024414062, 805.1482543945312, 854.6675415039062, 1105.2010498046875, 312.06707763671875, 460.52667236328125, 538.410400390625, 1616.280029296875, 567.7626342773438, 340.6280517578125, 339.1103820800781]\n", - "50\n", - "67\n", - "12\n", - "[1443.92529296875, 1359.26025390625, 621.540283203125, 451.39404296875, 593.0439453125, 3251.5869140625, 4134.798828125, 1757.3326416015625, 358.0124816894531, 467.85662841796875, 1163.32421875, 1673.368408203125]\n", - "12\n", - "68\n", - "21\n", - "[625.0833740234375, 608.1695556640625, 12821.2216796875, 12074.6494140625, 3285.0126953125, 916.8502197265625, 498.2165832519531, 11560.44140625, 11519.0048828125, 1418.1259765625, 797.4524536132812, 510.267578125, 358.4712219238281, 1213.7685546875, 1166.2596435546875, 2287.791748046875, 1178.4034423828125, 960.74365234375, 1534.7889404296875, 688.5762939453125, 1815.8555908203125]\n", - "21\n", - "69\n", - "16\n", - "[411.959716796875, 692.6500854492188, 312.5350646972656, 2028.7340087890625, 4189.42724609375, 2147.84423828125, 2365.01123046875, 315.0331115722656, 529.9970703125, 724.5067138671875, 1939.1832275390625, 3007.98486328125, 1800.5167236328125, 2552.88330078125, 390.25408935546875, 564.0936279296875]\n", - "16\n", - "70\n", - "4\n", - "[717.9017333984375, 2282.54931640625, 3495.248046875, 491.52703857421875]\n", - "4\n", - "71\n", - "10\n", - "[913.5684814453125, 568.0057373046875, 733.4366455078125, 689.3517456054688, 389.16448974609375, 1396.9237060546875, 783.021728515625, 2618.989990234375, 1162.061767578125, 575.2481079101562]\n", - "10\n", - "72\n", - "6\n", - "[634.8349609375, 563.5184936523438, 641.99853515625, 2431.186279296875, 820.1039428710938, 497.8031311035156]\n", - "6\n", - "73\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "26\n", - "[581.0982666015625, 652.8777465820312, 397.24627685546875, 737.7677612304688, 3019.544677734375, 1313.7161865234375, 3137.5888671875, 406.0162048339844, 4770.41357421875, 6074.451171875, 5795.4833984375, 3265.484375, 410.05291748046875, 2777.326171875, 3183.904541015625, 4837.35498046875, 5078.06494140625, 441.34979248046875, 349.2807312011719, 1343.3529052734375, 3596.102294921875, 4307.533203125, 1374.415771484375, 2048.623779296875, 2378.911376953125, 370.683837890625]\n", - "26\n", - "74\n", - "10\n", - "[506.158935546875, 1275.220947265625, 616.8848266601562, 326.63555908203125, 1358.8968505859375, 1561.0982666015625, 1072.75830078125, 523.20703125, 536.106689453125, 324.5086364746094]\n", - "10\n", - "75\n", - "15\n", - "[1209.7081298828125, 879.0830688476562, 1416.7860107421875, 4151.8642578125, 728.595458984375, 427.68280029296875, 342.7738037109375, 4256.115234375, 5210.876953125, 4094.315185546875, 3115.009033203125, 718.0321655273438, 415.6402587890625, 1815.4072265625, 1560.7615966796875]\n", - "15\n", - "76\n", - "6\n", - "[320.3254089355469, 490.9266357421875, 350.25543212890625, 3911.598388671875, 591.9498291015625, 553.8167114257812]\n", - "6\n", - "77\n", - "5\n", - "[1026.6446533203125, 1254.19873046875, 1603.3388671875, 1278.7479248046875, 544.9439697265625]\n", - "5\n", - "78\n", - "10\n", - "[493.2386474609375, 592.5819702148438, 494.90753173828125, 2476.697021484375, 373.9324035644531, 2082.642333984375, 2856.3876953125, 980.852783203125, 1780.4466552734375, 312.5530700683594]\n", - "10\n", - "79\n", - "33\n", - "[351.3599853515625, 1081.0037841796875, 3399.118896484375, 1968.864501953125, 778.2796630859375, 4842.08935546875, 7795.001953125, 6488.62158203125, 5754.94873046875, 5844.91748046875, 1375.1282958984375, 4322.5859375, 6900.38134765625, 8048.64111328125, 7276.5537109375, 3557.20849609375, 4915.74072265625, 2336.561279296875, 592.9443359375, 677.9462890625, 7171.75439453125, 4841.4521484375, 1905.622802734375, 2025.3289794921875, 5764.4462890625, 2056.201416015625, 624.0573120117188, 361.4786376953125, 397.71612548828125, 798.847900390625, 1026.622314453125, 472.1944885253906, 561.9940795898438]\n", - "33\n", - "80\n", - "8\n", - "[314.75042724609375, 864.23974609375, 788.9468994140625, 872.7701416015625, 762.3475952148438, 1147.9285888671875, 411.1571350097656, 424.0337829589844]\n", - "8\n", - "81\n", - "9\n", - "[643.851806640625, 876.57275390625, 480.8760681152344, 402.7623291015625, 2430.302490234375, 1480.1331787109375, 1723.7489013671875, 1194.0980224609375, 418.7760925292969]\n", - "9\n", - "82\n", - "16\n", - "[556.1105346679688, 902.4456176757812, 348.51495361328125, 1378.1844482421875, 3286.94921875, 3112.763916015625, 615.9674682617188, 2589.28369140625, 4542.24560546875, 5172.0146484375, 4072.110595703125, 492.8955383300781, 371.61785888671875, 1171.2615966796875, 1616.6534423828125, 786.830810546875]\n", - "16\n", - "83\n", - "9\n", - "[1616.2403564453125, 730.7507934570312, 846.5824584960938, 3449.837646484375, 1393.083251953125, 540.280029296875, 1953.2686767578125, 2331.38916015625, 751.6937255859375]\n", - "9\n", - "84\n", - "9\n", - "[310.2572326660156, 418.28375244140625, 1094.7293701171875, 503.78460693359375, 443.1574401855469, 949.9261474609375, 397.4588928222656, 728.5797119140625, 378.30169677734375]\n", - "9\n", - "85\n", - "8\n", - "[543.155029296875, 1370.515625, 666.2108764648438, 731.4923706054688, 1837.98974609375, 1073.4105224609375, 1027.72216796875, 307.14019775390625]\n", - "8\n", - "86\n", - "15\n", - "[557.7909545898438, 317.2513732910156, 431.4921875, 1426.5665283203125, 371.8993835449219, 958.930908203125, 1592.8306884765625, 2070.97021484375, 614.4771728515625, 1969.4371337890625, 1264.1712646484375, 1727.3349609375, 1956.886962890625, 306.4407043457031, 986.3323364257812]\n", - "15\n", - "87\n", - "9\n", - "[441.83154296875, 355.81719970703125, 637.8309936523438, 1426.3250732421875, 1327.293212890625, 433.1752624511719, 614.2879028320312, 745.9782104492188, 471.707275390625]\n", - "9\n", - "88\n", - "14\n", - "[590.8712768554688, 1174.2178955078125, 1455.8170166015625, 958.36181640625, 412.95843505859375, 543.7755126953125, 1914.05322265625, 5141.9267578125, 3919.892333984375, 2779.4375, 1173.56591796875, 1511.950927734375, 2229.546142578125, 648.7650756835938]\n", - "14\n", - "89\n", - "11\n", - "[430.46893310546875, 521.42919921875, 838.2023315429688, 1885.7239990234375, 319.8699035644531, 355.53668212890625, 3918.693603515625, 2198.4931640625, 624.504150390625, 371.3468933105469, 319.77313232421875]\n", - "11\n", - "90\n", - "20\n", - "[720.245361328125, 1361.2490234375, 1652.3861083984375, 837.0385131835938, 1042.8419189453125, 2401.268310546875, 4293.80078125, 4676.4677734375, 3536.639892578125, 2064.504638671875, 2215.007568359375, 3531.424072265625, 4088.3408203125, 330.2933044433594, 2788.111083984375, 445.3193054199219, 1801.0511474609375, 626.7583618164062, 562.97119140625, 994.55029296875]\n", - "20\n", - "91\n", - "7\n", - "[775.7197265625, 340.5822448730469, 1156.2763671875, 877.7293701171875, 764.777587890625, 941.8402709960938, 374.3477478027344]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "92\n", - "8\n", - "[549.616455078125, 775.6809692382812, 3577.899658203125, 2725.3232421875, 1224.12109375, 306.7510986328125, 853.9574584960938, 748.7086791992188]\n", - "8\n", - "93\n", - "10\n", - "[414.4608154296875, 795.5177612304688, 557.9551391601562, 615.4765014648438, 397.2912902832031, 317.8746643066406, 627.5602416992188, 327.3466491699219, 450.2122802734375, 588.562744140625]\n", - "10\n", - "94\n", - "6\n", - "[683.0972900390625, 620.8119506835938, 2700.2568359375, 359.138916015625, 1664.2884521484375, 581.6420288085938]\n", - "6\n", - "95\n", - "25\n", - "[386.2870788574219, 703.1514282226562, 1157.525634765625, 457.4980773925781, 2315.15283203125, 4926.95166015625, 1802.3349609375, 312.42462158203125, 779.3430786132812, 3962.526611328125, 4729.5556640625, 3226.88916015625, 572.3272094726562, 994.1414794921875, 2351.203125, 2409.718505859375, 5691.48486328125, 4677.29052734375, 1789.83447265625, 1215.99755859375, 1700.16552734375, 1506.248779296875, 1545.3974609375, 405.86260986328125, 514.5330200195312]\n", - "25\n", - "96\n", - "7\n", - "[1806.1981201171875, 1773.108154296875, 1121.3304443359375, 909.3150634765625, 645.1614379882812, 444.29534912109375, 335.68048095703125]\n", - "7\n", - "97\n", - "13\n", - "[445.8027648925781, 966.7470092773438, 2204.476318359375, 401.1756896972656, 2265.751708984375, 1349.66943359375, 496.8194580078125, 411.2784118652344, 323.63427734375, 444.13238525390625, 763.77685546875, 319.1112060546875, 545.2803344726562]\n", - "13\n", - "98\n", - "8\n", - "[585.4547119140625, 378.3663330078125, 322.1603698730469, 1730.902099609375, 447.2411193847656, 697.306884765625, 629.6233520507812, 602.6638793945312]\n", - "8\n", - "99\n", - "30\n", - "[567.8588256835938, 1363.8272705078125, 1893.3228759765625, 991.283447265625, 1058.13916015625, 326.1308898925781, 409.2292175292969, 3292.840087890625, 3263.503173828125, 1314.812744140625, 1673.900146484375, 2270.779296875, 419.37518310546875, 2862.071044921875, 2559.0107421875, 1770.9149169921875, 2579.110595703125, 797.6649780273438, 484.1383972167969, 390.8865051269531, 629.3568725585938, 300.3605651855469, 495.570068359375, 459.8234558105469, 989.8016967773438, 1416.1671142578125, 462.4476013183594, 641.8706665039062, 336.46160888671875, 633.074462890625]\n", - "30\n", - "100\n", - "8\n", - "[902.9523315429688, 731.3812255859375, 2106.00830078125, 3222.327880859375, 2831.670654296875, 2472.642578125, 1669.438720703125, 504.55126953125]\n", - "8\n", - "101\n", - "8\n", - "[334.0874328613281, 3065.505126953125, 3754.305908203125, 1336.0313720703125, 1013.0128784179688, 3103.701171875, 3948.031005859375, 487.7864074707031]\n", - "8\n", - "102\n", - "8\n", - "[486.58038330078125, 2605.2470703125, 1480.8509521484375, 865.207763671875, 376.0091857910156, 631.0598754882812, 357.1109619140625, 581.0428466796875]\n", - "8\n", - "103\n", - "4\n", - "[1736.740966796875, 1218.5284423828125, 1288.241455078125, 1233.54736328125]\n", - "4\n", - "104\n", - "64\n", - "[373.9683532714844, 857.4405517578125, 1267.0609130859375, 1102.5498046875, 965.3491821289062, 334.9432373046875, 322.8611755371094, 897.1638793945312, 457.05859375, 1653.1507568359375, 120.45537567138672, 125.09307098388672, 983.671142578125, 549.1837768554688, 825.5662231445312, 346.6831359863281, 445.62152099609375, 148.43185424804688, 292.0202331542969, 1354.5045166015625, 1251.0255126953125, 1473.3507080078125, 312.85986328125, 345.91326904296875, 1647.9141845703125, 1592.0999755859375, 1839.5997314453125, 1802.2830810546875, 1879.193603515625, 375.7994079589844, 649.853759765625, 613.3347778320312, 372.0679626464844, 439.1574401855469, 1309.903076171875, 1677.9437255859375, 1875.0367431640625, 2133.670654296875, 1425.290771484375, 851.3486938476562, 1366.524169921875, 701.2430419921875, 665.4476318359375, 800.5859375, 953.345703125, 345.0625, 1931.3087158203125, 2173.72216796875, 1622.8460693359375, 757.9681396484375, 1710.3543701171875, 1094.76318359375, 471.67913818359375, 1051.1998291015625, 2044.8514404296875, 1141.04541015625, 1433.8447265625, 958.519775390625, 382.365234375, 390.4708251953125, 717.5535278320312, 383.9766540527344, 1024.1573486328125, 318.103271484375]\n", - "64\n", - "105\n", - "10\n", - "[547.8767700195312, 500.4778137207031, 537.8013916015625, 824.5203247070312, 1734.6544189453125, 1771.9749755859375, 2265.799560546875, 1905.0087890625, 597.6306762695312, 585.5968017578125]\n", - "10\n", - "106\n", - "10\n", - "[324.445068359375, 383.5080871582031, 2600.371826171875, 579.517333984375, 353.8066711425781, 361.7532958984375, 1468.84521484375, 3680.140869140625, 2100.343994140625, 550.109375]\n", - "10\n", - "107\n", - "15\n", - "[345.3277893066406, 1041.49755859375, 1546.6773681640625, 1777.5606689453125, 1510.5341796875, 2053.624267578125, 2318.132080078125, 325.6148376464844, 823.5828247070312, 2675.45849609375, 3925.74951171875, 1012.1879272460938, 1281.5140380859375, 1989.538818359375, 397.4140930175781]\n", - "15\n", - "108\n", - "129\n", - "[403.89093017578125, 631.6151123046875, 697.2357788085938, 2087.85986328125, 4301.6220703125, 3520.664306640625, 3974.822509765625, 664.6486206054688, 327.7859802246094, 605.042724609375, 5544.203125, 6983.85888671875, 2850.218505859375, 863.5357666015625, 478.3830871582031, 684.8197021484375, 1873.242431640625, 524.3222045898438, 4890.41455078125, 6797.623046875, 6743.03369140625, 6135.15771484375, 3722.790771484375, 1344.40869140625, 851.8366088867188, 2617.4814453125, 2363.181396484375, 2391.0419921875, 4762.462890625, 4076.31884765625, 5605.82177734375, 6137.76123046875, 6328.9033203125, 2183.68798828125, 526.4973754882812, 717.2282104492188, 2163.762939453125, 6549.65869140625, 5518.4169921875, 6088.00732421875, 5952.673828125, 6085.43212890625, 4440.53076171875, 626.9970092773438, 656.8732299804688, 318.30712890625, 723.0892333984375, 5113.2109375, 6183.7421875, 5881.40185546875, 6818.22802734375, 5536.93212890625, 4875.40087890625, 4194.9052734375, 1280.732666015625, 706.4923095703125, 364.18084716796875, 595.4188842773438, 5054.30810546875, 6442.41943359375, 4633.39892578125, 2686.59912109375, 1719.8251953125, 1628.1268310546875, 302.2403564453125, 1067.5303955078125, 1044.093994140625, 2050.70849609375, 1032.775146484375, 690.927978515625, 600.5199584960938, 2056.5068359375, 2229.291015625, 5156.80810546875, 6817.7001953125, 6929.447265625, 5731.0986328125, 5400.75, 5393.53955078125, 6044.4794921875, 848.137451171875, 651.6387329101562, 643.5935668945312, 1217.296875, 1389.4769287109375, 6252.40380859375, 5287.04150390625, 5166.8291015625, 6525.23828125, 6166.689453125, 6456.12744140625, 5752.55224609375, 2627.1455078125, 2934.75634765625, 2715.099365234375, 429.82080078125, 1201.69140625, 1871.3768310546875, 4737.421875, 1382.2449951171875, 5292.947265625, 6445.072265625, 5384.41748046875, 2071.662841796875, 374.275390625, 529.678466796875, 2300.72705078125, 4254.98681640625, 1967.40966796875, 332.1452941894531, 3000.101318359375, 829.5652465820312, 1365.3916015625, 2301.5400390625, 2023.6417236328125, 1526.2913818359375, 108.65166473388672, 3956.39111328125, 463.5774230957031, 439.93017578125, 448.3707580566406, 424.0312805175781, 1302.7364501953125, 1312.9287109375, 908.4091796875, 410.09320068359375, 304.16436767578125]\n", - "127" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "109\n", - "10\n", - "[440.1969299316406, 490.9994201660156, 812.7991333007812, 607.0499877929688, 1268.930908203125, 791.1502075195312, 799.5609130859375, 832.2957763671875, 1472.364501953125, 1274.151123046875]\n", - "10\n", - "110\n", - "12\n", - "[644.4700317382812, 1010.751708984375, 327.09014892578125, 611.6476440429688, 620.8154296875, 779.8494262695312, 1022.86376953125, 670.9026489257812, 791.46923828125, 783.3425903320312, 503.8451232910156, 430.98974609375]\n", - "12\n", - "111\n", - "5\n", - "[705.9312133789062, 1245.5255126953125, 810.8495483398438, 2958.47802734375, 389.3865966796875]\n", - "5\n", - "112\n", - "6\n", - "[1038.3258056640625, 922.3214721679688, 1679.1710205078125, 1233.60205078125, 326.0185546875, 433.4249572753906]\n", - "6\n", - "113\n", - "317\n", - "[351.0286560058594, 335.9783020019531, 547.9019165039062, 490.38360595703125, 531.5390014648438, 300.94171142578125, 3137.32421875, 6814.677734375, 10080.4990234375, 5893.951171875, 928.4783325195312, 354.411376953125, 363.5356140136719, 337.9801940917969, 531.6083984375, 395.9523010253906, 610.33154296875, 532.8128051757812, 1459.5048828125, 318.99420166015625, 1296.5137939453125, 473.9471740722656, 365.3606262207031, 2514.154296875, 11120.2646484375, 13445.736328125, 9709.50390625, 7027.2470703125, 3279.511962890625, 2355.39697265625, 2211.84521484375, 3954.454345703125, 5270.73974609375, 1425.1617431640625, 667.5867309570312, 353.0274963378906, 515.6483764648438, 809.3137817382812, 753.8136596679688, 416.7176513671875, 1275.9000244140625, 2210.79833984375, 8797.8251953125, 5208.8837890625, 1212.6512451171875, 1064.9884033203125, 6637.84521484375, 9372.0283203125, 8867.5517578125, 13510.3486328125, 13120.5615234375, 10821.8369140625, 8478.4599609375, 5484.52734375, 8648.2548828125, 5947.353515625, 8336.431640625, 8590.7255859375, 6257.89306640625, 738.1045532226562, 321.0717468261719, 583.21484375, 374.6239929199219, 164.900146484375, 476.5631408691406, 588.505615234375, 544.9974365234375, 745.0310668945312, 713.6566162109375, 765.7964477539062, 9401.8486328125, 10712.513671875, 9154.81640625, 6534.48046875, 12755.62890625, 10894.5810546875, 10419.6455078125, 13068.576171875, 13357.763671875, 13158.8115234375, 12533.86328125, 8681.0791015625, 6202.50439453125, 4529.22998046875, 8410.5654296875, 6675.2373046875, 310.6554260253906, 650.0154418945312, 587.480712890625, 411.2504577636719, 654.2047729492188, 803.0572509765625, 853.0717163085938, 10574.462890625, 9804.0478515625, 13128.3388671875, 13591.7568359375, 7356.6650390625, 9619.26953125, 13956.77734375, 13099.921875, 14413.11328125, 13085.8896484375, 2343.908935546875, 11611.86328125, 6368.23388671875, 1043.89111328125, 8438.6279296875, 6317.5791015625, 2225.832275390625, 1117.6085205078125, 694.4628295898438, 816.2933349609375, 911.4058837890625, 798.3059692382812, 7662.6689453125, 11443.5166015625, 11029.7041015625, 14124.2216796875, 14037.5205078125, 12586.70703125, 12530.9951171875, 11575.166015625, 13766.7119140625, 14702.3291015625, 7027.79443359375, 10439.1025390625, 7859.0712890625, 3333.389892578125, 5529.80029296875, 9513.080078125, 470.8481140136719, 735.65087890625, 770.7608642578125, 771.9448852539062, 3549.62890625, 11525.353515625, 10781.33984375, 13146.1845703125, 13784.291015625, 13455.2724609375, 14655.6962890625, 12895.5732421875, 13224.2216796875, 12280.3828125, 13569.9482421875, 13808.0810546875, 13705.677734375, 12077.6318359375, 3052.201904296875, 3252.572998046875, 2000.3857421875, 1980.41455078125, 795.1658935546875, 645.7332763671875, 593.8076171875, 297.243896484375, 3499.719482421875, 11112.76171875, 13247.8486328125, 13736.93359375, 14161.0966796875, 14435.556640625, 12397.9560546875, 12481.3017578125, 14482.7373046875, 10425.1748046875, 13351.701171875, 12150.287109375, 13310.1396484375, 7503.2470703125, 7373.52001953125, 8269.1875, 1067.3997802734375, 341.0661315917969, 444.9755554199219, 541.6076049804688, 707.8366088867188, 1168.06494140625, 2646.42041015625, 8079.3662109375, 11831.7958984375, 13553.4033203125, 14376.78515625, 13047.359375, 13082.4150390625, 8683.90234375, 13308.099609375, 12004.4296875, 9681.0419921875, 7062.06640625, 10303.033203125, 10809.25390625, 12537.130859375, 10116.58984375, 2019.0596923828125, 658.419677734375, 645.9759521484375, 352.1239318847656, 112.42992401123047, 382.22735595703125, 4867.58984375, 10830.17578125, 11267.9853515625, 11888.2900390625, 12116.0732421875, 11076.29296875, 8432.6552734375, 13074.298828125, 13736.9482421875, 7622.46142578125, 9500.80859375, 7750.57666015625, 12354.310546875, 12476.806640625, 13060.2666015625, 11738.3515625, 13183.2666015625, 8988.111328125, 4512.41162109375, 323.2021484375, 345.7174987792969, 6136.88720703125, 9223.953125, 10680.6220703125, 11552.01171875, 8003.3173828125, 9236.7275390625, 13192.3740234375, 4652.18505859375, 4487.86083984375, 12359.21875, 5905.52587890625, 7675.52587890625, 12157.916015625, 8546.7978515625, 8363.8583984375, 14379.2392578125, 14279.142578125, 11210.0703125, 10250.279296875, 6469.25390625, 395.2180480957031, 370.6375732421875, 710.5177001953125, 462.3633117675781, 3724.16748046875, 10114.7265625, 11314.2783203125, 7727.3193359375, 8438.0966796875, 6152.0126953125, 9714.60546875, 12089.888671875, 7177.8359375, 4334.2109375, 1069.174072265625, 8343.8544921875, 3790.3759765625, 4512.87744140625, 7170.97509765625, 11627.6982421875, 12228.634765625, 14550.1435546875, 11846.935546875, 4725.44189453125, 506.9891662597656, 349.0196228027344, 365.5334167480469, 2333.771484375, 3144.203125, 5752.69091796875, 8437.640625, 9694.7041015625, 12383.6884765625, 12303.4482421875, 8577.359375, 7738.36376953125, 2402.015380859375, 2995.33740234375, 5018.18212890625, 9779.11328125, 7484.6767578125, 3638.1015625, 8857.4833984375, 12951.0771484375, 6907.6630859375, 892.8289794921875, 429.9397277832031, 1174.5533447265625, 1938.0277099609375, 2315.06005859375, 1525.58544921875, 3043.487548828125, 771.699462890625, 3099.946044921875, 1778.6053466796875, 729.9908447265625, 1699.840576171875, 10311.01171875, 4472.91259765625, 1207.6981201171875, 338.8205261230469, 911.0856323242188, 599.4114379882812, 483.4754333496094, 302.4225158691406, 8723.3056640625, 12866.9189453125, 3065.62744140625, 420.9998474121094, 886.561279296875, 2350.574951171875, 3078.378662109375, 442.58819580078125, 490.0001525878906]\n", - "316\n", - "114\n", - "6\n", - "[1004.9967041015625, 1387.61181640625, 621.3838500976562, 313.9722595214844, 715.5800170898438, 1032.574951171875]\n", - "6\n", - "115\n", - "23\n", - "[322.56927490234375, 448.947021484375, 4245.0263671875, 776.5169067382812, 2381.60107421875, 6019.16796875, 6732.732421875, 5034.87158203125, 3705.015625, 2298.111572265625, 3080.23828125, 5792.1201171875, 2928.765625, 2431.824951171875, 498.1994323730469, 316.1666564941406, 2449.408935546875, 3991.640869140625, 1817.219970703125, 2012.4765625, 2895.76806640625, 424.68896484375, 378.37982177734375]\n", - "23\n", - "116\n", - "12\n", - "[555.5765991210938, 936.725341796875, 969.987060546875, 720.0065307617188, 332.5086669921875, 868.725830078125, 355.5812683105469, 923.4049682617188, 320.9179992675781, 920.6502685546875, 1072.1806640625, 827.23828125]\n", - "12\n", - "117\n", - "8\n", - "[2419.767578125, 1807.1324462890625, 1199.29150390625, 448.6039733886719, 610.9102172851562, 1459.386474609375, 1877.00634765625, 332.17144775390625]\n", - "8\n", - "118\n", - "7\n", - "[2058.158447265625, 1337.1561279296875, 1375.19677734375, 2322.050537109375, 1848.0892333984375, 594.1742553710938, 534.4501342773438]\n", - "7\n", - "119\n", - "5\n", - "[1787.273681640625, 1408.2276611328125, 1037.94384765625, 1972.39111328125, 352.998046875]\n", - "5\n", - "120\n", - "67\n", - "[502.8741455078125, 1736.538818359375, 774.9725952148438, 537.676025390625, 826.0674438476562, 1504.590087890625, 1885.291748046875, 459.7735900878906, 2127.11083984375, 1251.6156005859375, 791.4990844726562, 1266.85791015625, 1524.2462158203125, 328.1677551269531, 1753.4390869140625, 1149.25048828125, 1236.1978759765625, 5653.0361328125, 5170.833984375, 4399.05126953125, 2360.9775390625, 1591.8994140625, 2538.629150390625, 4974.60595703125, 7431.0576171875, 7064.4287109375, 6426.4052734375, 5916.501953125, 3452.625, 1488.1943359375, 1526.4796142578125, 1709.267578125, 2809.457275390625, 5018.091796875, 4934.33447265625, 5861.1083984375, 6708.6630859375, 5258.1318359375, 1125.1978759765625, 352.16021728515625, 1027.248291015625, 3493.0078125, 751.562744140625, 967.635009765625, 4005.16845703125, 2232.171875, 4816.4638671875, 4754.78515625, 612.6113891601562, 465.892822265625, 1748.8209228515625, 1767.987548828125, 3087.327880859375, 4228.81005859375, 2314.963623046875, 639.937255859375, 581.7758178710938, 2745.704345703125, 5231.76318359375, 5733.71435546875, 3121.138671875, 482.43438720703125, 2096.19775390625, 2637.973876953125, 1395.2586669921875, 686.5597534179688, 337.0357666015625]\n", - "67\n", - "121\n", - "8\n", - "[382.8170166015625, 455.2640075683594, 702.7175903320312, 785.0877685546875, 937.0726318359375, 941.5560913085938, 701.3885498046875, 667.2534790039062]\n", - "8\n", - "122\n", - "6\n", - "[1259.291015625, 1309.3250732421875, 362.02655029296875, 1991.087890625, 1841.0897216796875, 504.5447692871094]\n", - "6\n", - "123\n", - "11\n", - "[483.4540100097656, 433.7516784667969, 397.9029235839844, 916.63330078125, 431.9913635253906, 855.778564453125, 1014.3952026367188, 764.6356811523438, 484.4607849121094, 424.02001953125, 317.2992248535156]\n", - "11\n", - "124\n", - "22\n", - "[302.3395080566406, 471.3293151855469, 986.664306640625, 721.190185546875, 1596.2181396484375, 1585.7197265625, 2259.201904296875, 3037.194091796875, 4773.2666015625, 2856.45849609375, 704.4146728515625, 1948.2574462890625, 3307.802978515625, 1867.2567138671875, 1332.6031494140625, 3471.57470703125, 1801.6837158203125, 2526.04931640625, 3606.10986328125, 508.0110778808594, 570.1786499023438, 774.2908325195312]\n", - "22\n", - "125\n", - "19\n", - "[1070.0635986328125, 567.0156860351562, 760.4515380859375, 1260.2886962890625, 1597.668701171875, 905.7694091796875, 851.2201538085938, 658.4322509765625, 1466.5693359375, 591.8919677734375, 661.5328979492188, 817.00634765625, 1033.764892578125, 692.7691650390625, 1030.6173095703125, 1066.365234375, 1056.8089599609375, 611.4677124023438, 736.45166015625]\n", - "19" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "126\n", - "8\n", - "[307.1773376464844, 545.0869750976562, 402.98431396484375, 1026.046142578125, 1845.1251220703125, 897.9639282226562, 833.7523193359375, 358.3976135253906]\n", - "8\n", - "127\n", - "19\n", - "[570.8859252929688, 489.3247375488281, 728.7293090820312, 1476.912109375, 2489.0732421875, 2288.522216796875, 1257.7481689453125, 3263.39990234375, 4462.375, 1744.7513427734375, 479.5187072753906, 3510.44140625, 4964.35205078125, 1756.5185546875, 5661.2158203125, 1097.4598388671875, 3210.143310546875, 1387.9613037109375, 359.2376708984375]\n", - "19\n", - "128\n", - "8\n", - "[310.8130187988281, 300.718017578125, 621.2814331054688, 1295.2388916015625, 1022.3153686523438, 1005.159423828125, 1139.6026611328125, 1448.126220703125]\n", - "8\n", - "129\n", - "5\n", - "[1777.6429443359375, 915.00341796875, 431.6568603515625, 452.7171936035156, 2539.227294921875]\n", - "5\n", - "130\n", - "14\n", - "[492.72247314453125, 369.6522521972656, 1060.5504150390625, 882.994873046875, 581.3226928710938, 441.2058410644531, 350.7817077636719, 765.5428466796875, 1166.6556396484375, 1063.761474609375, 795.8838500976562, 669.147705078125, 311.8730163574219, 676.0078735351562]\n", - "14\n", - "131\n", - "23\n", - "[466.28173828125, 546.5947875976562, 1848.848388671875, 953.1128540039062, 493.57501220703125, 1091.1435546875, 1645.7552490234375, 3282.404541015625, 3577.271484375, 2791.902099609375, 1108.4451904296875, 603.7140502929688, 1857.9444580078125, 4085.45703125, 3892.752197265625, 4285.00927734375, 2941.6298828125, 872.604248046875, 428.69775390625, 1072.463134765625, 1185.190185546875, 947.709716796875, 1211.96240234375]\n", - "23\n", - "132\n", - "24\n", - "[1014.5804443359375, 616.7626342773438, 552.0148315429688, 424.3998107910156, 1111.802978515625, 1475.67333984375, 1410.4365234375, 2446.983642578125, 604.9082641601562, 2247.693359375, 4223.9658203125, 2836.310791015625, 940.017822265625, 340.0296936035156, 517.853515625, 652.5112915039062, 1119.179931640625, 4425.83984375, 5478.6748046875, 2369.741943359375, 1058.70703125, 1248.29638671875, 379.1614990234375, 476.803955078125]\n", - "24\n", - "133\n", - "13\n", - "[433.0957336425781, 306.3570556640625, 340.38226318359375, 886.8228759765625, 688.2677612304688, 1923.864501953125, 2059.86376953125, 373.2776184082031, 993.726806640625, 3308.385986328125, 2377.330810546875, 798.3341674804688, 669.871826171875]\n", - "13\n", - "134\n", - "6\n", - "[358.4632873535156, 792.72119140625, 1617.148193359375, 1984.54296875, 500.23468017578125, 682.2124633789062]\n", - "6\n", - "135\n", - "12\n", - "[920.9413452148438, 362.2207336425781, 321.77301025390625, 1958.6614990234375, 2693.534912109375, 1321.0870361328125, 2704.072021484375, 1276.8695068359375, 1122.267822265625, 1118.3306884765625, 488.3149108886719, 642.4992065429688]\n", - "12\n", - "136\n", - "4\n", - "[968.2701416015625, 2524.346435546875, 1226.95849609375, 1687.87744140625]\n", - "4\n", - "137\n", - "85\n", - "[406.7421569824219, 664.7094116210938, 424.7797546386719, 2259.02783203125, 959.033447265625, 1011.670166015625, 5727.6923828125, 6618.4501953125, 7767.4462890625, 4988.71875, 1300.482666015625, 3975.955078125, 7707.66552734375, 9706.423828125, 9085.0390625, 6438.767578125, 546.595947265625, 2308.930908203125, 7584.25732421875, 9142.6181640625, 9776.5576171875, 7343.67724609375, 5006.849609375, 3287.945068359375, 1404.695556640625, 5441.1357421875, 9975.2255859375, 9825.6572265625, 7135.51171875, 5833.92431640625, 1254.579833984375, 3711.95556640625, 1849.8994140625, 482.8668212890625, 645.2886962890625, 464.2792053222656, 516.10986328125, 422.2784423828125, 3431.0439453125, 7274.1025390625, 7142.8515625, 7220.46728515625, 8554.2841796875, 8984.7578125, 4260.2001953125, 404.5203857421875, 3995.997314453125, 6280.42626953125, 2676.8359375, 1497.2642822265625, 3250.00830078125, 584.740966796875, 927.7062377929688, 7824.9482421875, 10034.611328125, 10359.6337890625, 9793.9755859375, 4755.3134765625, 3191.859619140625, 4086.7783203125, 1941.762451171875, 3125.082275390625, 2974.43505859375, 591.1817626953125, 923.0545043945312, 7668.28955078125, 9567.1875, 8964.8525390625, 6535.13818359375, 5900.111328125, 1179.362548828125, 300.0489196777344, 732.9075927734375, 2712.07470703125, 1394.6881103515625, 5358.1064453125, 7400.50048828125, 4444.10888671875, 707.5401611328125, 417.4617919921875, 544.591552734375, 404.60009765625, 508.3954772949219, 968.08642578125, 739.9541015625]\n", - "85\n", - "138\n", - "13\n", - "[613.7894897460938, 498.8045959472656, 3444.0107421875, 2053.9794921875, 304.9997863769531, 853.677978515625, 3398.986083984375, 3791.2861328125, 1054.95947265625, 2178.193603515625, 1721.3123779296875, 1069.2855224609375, 1031.9920654296875]\n", - "13\n", - "139\n", - "10\n", - "[462.0817565917969, 350.510009765625, 875.2601318359375, 1061.78759765625, 406.15106201171875, 414.17425537109375, 1080.791015625, 655.55517578125, 596.8522338867188, 331.6877746582031]\n", - "10\n", - "140\n", - "8\n", - "[396.05877685546875, 2076.1513671875, 1197.306640625, 375.0885314941406, 1796.40087890625, 1896.787353515625, 376.49755859375, 484.3880615234375]\n", - "8\n", - "141\n", - "13\n", - "[383.11505126953125, 756.4485473632812, 1722.6851806640625, 1283.4349365234375, 1459.239990234375, 1178.66455078125, 378.3908386230469, 2108.62158203125, 2848.489990234375, 3987.902099609375, 1463.8431396484375, 1437.461181640625, 877.9959716796875]\n", - "13\n", - "142\n", - "11\n", - "[821.8810424804688, 839.7273559570312, 692.9576416015625, 697.68896484375, 347.0011901855469, 610.1836547851562, 767.9471435546875, 746.6300048828125, 624.7750854492188, 338.9552307128906, 558.6033935546875]\n", - "11\n", - "143\n", - "10\n", - "[368.99957275390625, 499.3074035644531, 769.8304443359375, 453.50897216796875, 851.7701416015625, 1023.4541625976562, 595.672119140625, 1018.205078125, 456.1354675292969, 305.3910827636719]\n", - "10\n", - "144\n", - "6\n", - "[451.4141540527344, 1467.89404296875, 361.39251708984375, 1773.521240234375, 1004.815673828125, 398.1713562011719]\n", - "6\n", - "145\n", - "17\n", - "[1362.0904541015625, 442.4096984863281, 2213.99853515625, 976.1307373046875, 2499.595703125, 647.3676147460938, 1406.6138916015625, 3623.12841796875, 3981.272216796875, 1014.6405029296875, 3580.253173828125, 4742.02587890625, 3338.73974609375, 538.2626953125, 1310.0535888671875, 1639.921142578125, 652.814697265625]\n", - "17\n", - "146\n", - "12\n", - "[524.1077880859375, 893.1897583007812, 579.647216796875, 342.509765625, 1589.18408203125, 3205.247314453125, 1193.99609375, 1120.47216796875, 1767.7293701171875, 871.911865234375, 702.569580078125, 778.3689575195312]\n", - "12" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "147\n", - "12\n", - "[614.9495239257812, 870.632568359375, 670.6568603515625, 599.1735229492188, 1183.4932861328125, 1165.871337890625, 1033.674072265625, 321.1405944824219, 971.716064453125, 1003.388427734375, 647.1596069335938, 341.10296630859375]\n", - "12\n", - "148\n", - "6\n", - "[897.3470458984375, 1661.12841796875, 397.0857849121094, 379.3989562988281, 1635.9376220703125, 530.7415771484375]\n", - "6\n", - "149\n", - "8\n", - "[854.5258178710938, 400.8761291503906, 733.2509765625, 2979.18505859375, 760.3908081054688, 447.98419189453125, 791.0585327148438, 765.8709716796875]\n", - "8\n", - "150\n", - "20\n", - "[459.005126953125, 529.4049072265625, 453.8327941894531, 1066.671875, 1046.7479248046875, 889.1880493164062, 699.3037109375, 335.42333984375, 537.24853515625, 236.45164489746094, 1583.089599609375, 1356.572265625, 338.8742980957031, 714.9519653320312, 1170.0054931640625, 489.7887268066406, 562.43310546875, 614.5276489257812, 818.9359130859375, 463.4223937988281]\n", - "20\n", - "151\n", - "9\n", - "[612.0022583007812, 305.4762878417969, 540.7140502929688, 1130.8502197265625, 1546.0062255859375, 627.3690795898438, 968.845947265625, 1531.9415283203125, 582.13330078125]\n", - "9\n", - "152\n", - "10\n", - "[479.1616516113281, 1190.9815673828125, 1292.3046875, 484.85205078125, 2487.79150390625, 2712.111328125, 819.1468505859375, 637.62158203125, 1332.819091796875, 1388.6932373046875]\n", - "10\n", - "153\n", - "20\n", - "[521.05712890625, 485.2665100097656, 330.986328125, 699.8195190429688, 1297.7733154296875, 1117.5997314453125, 655.521484375, 352.5892639160156, 3363.3955078125, 1541.0277099609375, 1654.8822021484375, 2355.877685546875, 1241.402587890625, 535.699462890625, 1168.3013916015625, 1845.1717529296875, 1872.0828857421875, 1374.497314453125, 765.8443603515625, 525.6246337890625]\n", - "20\n", - "154\n", - "23\n", - "[877.3234252929688, 377.85955810546875, 1306.4400634765625, 1087.099853515625, 1658.3802490234375, 1326.534912109375, 2845.901611328125, 3138.920654296875, 1915.0283203125, 339.70947265625, 1340.1859130859375, 538.16162109375, 570.92919921875, 1149.13330078125, 1697.742919921875, 1492.567138671875, 759.1903686523438, 2413.59326171875, 2253.056884765625, 707.974853515625, 1128.32080078125, 899.3511352539062, 725.7445068359375]\n", - "23\n", - "155\n", - "6\n", - "[1569.880126953125, 1796.229736328125, 1196.1103515625, 448.12890625, 479.21588134765625, 351.7728271484375]\n", - "6\n", - "156\n", - "5\n", - "[1350.0701904296875, 1174.4573974609375, 688.4539184570312, 1200.637939453125, 892.3028564453125]\n", - "5\n", - "157\n", - "8\n", - "[512.154296875, 636.7612915039062, 1383.768798828125, 2543.6376953125, 475.3536682128906, 660.021484375, 895.5154418945312, 2701.0029296875]\n", - "8\n", - "158\n", - "16\n", - "[523.3494873046875, 1029.8017578125, 795.825439453125, 560.4260864257812, 326.62921142578125, 1276.03466796875, 1344.56298828125, 2008.0894775390625, 728.2490844726562, 1149.923828125, 2144.57275390625, 1735.3118896484375, 495.7207946777344, 607.5787353515625, 948.7899169921875, 433.5326232910156]\n", - "16\n", - "159\n", - "9\n", - "[552.8516845703125, 623.2933959960938, 2229.9482421875, 1098.916259765625, 1157.9984130859375, 1658.4620361328125, 366.47576904296875, 581.1421508789062, 322.48162841796875]\n", - "9\n", - "160\n", - "9\n", - "[1148.0887451171875, 759.0284423828125, 309.0577392578125, 2449.05859375, 2687.18212890625, 322.661865234375, 1043.0435791015625, 1064.2420654296875, 350.8327941894531]\n", - "9\n", - "161\n", - "20\n", - "[366.4925231933594, 863.3130493164062, 397.4501953125, 535.6898803710938, 703.1754760742188, 495.0357360839844, 1291.744384765625, 2012.93505859375, 2009.6107177734375, 645.3020629882812, 468.1199951171875, 1778.7772216796875, 1953.532470703125, 1004.5352783203125, 706.6407470703125, 369.0496826171875, 1363.37451171875, 834.001953125, 358.69049072265625, 349.16363525390625]\n", - "20\n", - "162\n", - "6\n", - "[422.3835144042969, 1642.3743896484375, 303.1812744140625, 642.6273193359375, 1591.8304443359375, 481.9230041503906]\n", - "6\n", - "163\n", - "11\n", - "[422.6195373535156, 351.1421813964844, 466.92071533203125, 495.1543884277344, 794.0940551757812, 886.2971801757812, 823.7844848632812, 349.0542297363281, 661.6583862304688, 870.3726806640625, 669.5577392578125]\n", - "11\n", - "164\n", - "6\n", - "[1456.0972900390625, 415.3600158691406, 1744.3170166015625, 2938.8173828125, 1128.5108642578125, 1805.977783203125]\n", - "6\n", - "165\n", - "8\n", - "[310.2726135253906, 1259.0205078125, 1158.373046875, 1637.767333984375, 1234.288818359375, 1151.9342041015625, 548.106689453125, 536.2315063476562]\n", - "8\n", - "166\n", - "5\n", - "[1647.0777587890625, 817.3435668945312, 2540.123779296875, 1472.7919921875, 899.4331665039062]\n", - "5\n", - "167\n", - "6\n", - "[507.96343994140625, 773.4305419921875, 720.1710205078125, 986.7490234375, 1506.4781494140625, 1032.7908935546875]\n", - "6\n", - "168\n", - "8\n", - "[2054.6298828125, 1618.73388671875, 398.0721435546875, 1292.080810546875, 3285.03662109375, 586.036865234375, 367.1402587890625, 676.4751586914062]\n", - "8\n", - "169\n", - "15" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[333.2602233886719, 895.5816650390625, 515.3444213867188, 799.019287109375, 318.57281494140625, 815.6452026367188, 1121.2391357421875, 1042.469970703125, 584.5167236328125, 667.3507690429688, 1033.53857421875, 399.4713134765625, 1021.34228515625, 411.68359375, 373.8157958984375]\n", - "15\n", - "170\n", - "17\n", - "[340.8631591796875, 434.9561767578125, 473.6210021972656, 534.2156982421875, 1705.3123779296875, 2867.067626953125, 654.9198608398438, 1573.6337890625, 2645.76123046875, 400.6551818847656, 800.3008422851562, 1132.245849609375, 421.00872802734375, 1559.055908203125, 365.5494689941406, 633.6592407226562, 565.4022216796875]\n", - "17\n", - "171\n", - "6\n", - "[423.9788818359375, 1080.9407958984375, 3283.503662109375, 989.2999877929688, 1310.7379150390625, 1243.9915771484375]\n", - "6\n", - "172\n", - "15\n", - "[339.4615783691406, 633.1865234375, 513.1578369140625, 317.96026611328125, 402.4749450683594, 2851.00146484375, 3039.3720703125, 2935.779052734375, 1460.6859130859375, 642.9428100585938, 1744.5709228515625, 835.86474609375, 957.2604370117188, 759.0339965820312, 342.48651123046875]\n", - "15\n", - "173\n", - "21\n", - "[365.77008056640625, 436.8238220214844, 1348.0299072265625, 485.7215576171875, 456.4580383300781, 688.109130859375, 1012.3956298828125, 606.2991333007812, 480.38873291015625, 511.36651611328125, 321.9547119140625, 494.98809814453125, 826.714599609375, 679.3218994140625, 535.5606079101562, 331.432861328125, 415.43646240234375, 1413.0211181640625, 1803.822998046875, 346.22222900390625, 391.95050048828125]\n", - "21\n", - "174\n", - "20\n", - "[382.6786193847656, 1140.736083984375, 904.1893920898438, 616.8323974609375, 423.2607727050781, 900.6093139648438, 1921.2750244140625, 3437.794921875, 3113.007568359375, 1843.1368408203125, 445.2580871582031, 1721.55810546875, 3398.171875, 1495.6632080078125, 1141.1131591796875, 429.16864013671875, 304.1866760253906, 1641.3714599609375, 522.2183837890625, 655.9247436523438]\n", - "20\n", - "175\n", - "65\n", - "[1196.19580078125, 1511.4212646484375, 452.8738098144531, 329.8780822753906, 614.7646484375, 797.2261352539062, 329.1650695800781, 1949.7137451171875, 332.5518798828125, 455.4657897949219, 861.6830444335938, 663.0003662109375, 1189.600341796875, 333.2649230957031, 2983.876220703125, 324.958251953125, 2630.21875, 3685.557861328125, 1490.611083984375, 2504.94140625, 4966.95947265625, 1981.4432373046875, 2600.41455078125, 1666.531982421875, 307.2554626464844, 919.453857421875, 698.3919677734375, 1001.3322143554688, 784.7949829101562, 646.3092651367188, 902.341552734375, 612.4087524414062, 369.3954772949219, 824.2114868164062, 417.8174133300781, 416.03302001953125, 486.4495544433594, 381.83758544921875, 658.4584350585938, 499.4549255371094, 433.05377197265625, 4171.1259765625, 953.9489135742188, 334.2060546875, 666.9454956054688, 897.3905029296875, 1157.08154296875, 979.5449829101562, 2988.296630859375, 3652.3310546875, 5843.8095703125, 3939.178466796875, 1283.0057373046875, 2270.144287109375, 1154.341552734375, 1368.7100830078125, 1350.243408203125, 197.61312866210938, 705.4962768554688, 1477.0538330078125, 374.7982482910156, 435.6187438964844, 1138.476806640625, 509.1665954589844, 376.1886291503906]\n", - "65\n", - "176\n", - "4\n", - "[606.3394165039062, 1208.9798583984375, 1054.8699951171875, 2329.304931640625]\n", - "4\n", - "177\n", - "8\n", - "[306.4647216796875, 2890.295654296875, 2252.376220703125, 1536.3935546875, 493.2483215332031, 369.6775817871094, 342.8198547363281, 321.72021484375]\n", - "8\n", - "178\n", - "10\n", - "[1006.6715087890625, 408.0174560546875, 1469.0113525390625, 2675.150634765625, 1501.6129150390625, 1504.60791015625, 3201.57373046875, 4535.81396484375, 1525.393798828125, 1117.0330810546875]\n", - "10\n", - "179\n", - "11\n", - "[1237.7105712890625, 1190.2239990234375, 1301.3507080078125, 2397.74560546875, 419.9333190917969, 3037.7880859375, 3338.704345703125, 699.3942260742188, 1073.5537109375, 712.28564453125, 695.5307006835938]\n", - "11\n", - "180\n", - "8\n", - "[593.0474243164062, 612.9759521484375, 466.72100830078125, 1857.588623046875, 397.93133544921875, 936.1742553710938, 1285.8687744140625, 340.8874816894531]\n", - "8\n", - "181\n", - "10\n", - "[692.9151611328125, 737.5834350585938, 782.3285522460938, 1910.8544921875, 567.5513305664062, 494.0332946777344, 1978.1309814453125, 1087.2979736328125, 711.0702514648438, 411.7206115722656]\n", - "10\n", - "182\n", - "10\n", - "[404.6270751953125, 2089.47119140625, 4563.931640625, 5147.6953125, 2386.07958984375, 809.5496826171875, 664.579833984375, 1637.4664306640625, 1239.2232666015625, 1504.8177490234375]\n", - "10\n", - "183\n", - "169\n", - "[1482.3643798828125, 797.7224731445312, 389.4898376464844, 354.85992431640625, 2415.731201171875, 1525.3514404296875, 1947.67236328125, 1441.6881103515625, 4003.652587890625, 1171.272705078125, 2115.19580078125, 1146.1488037109375, 2169.717529296875, 269.0367736816406, 1681.9705810546875, 363.16900634765625, 741.23095703125, 866.8248291015625, 2214.78564453125, 780.8244018554688, 2661.193115234375, 833.4619140625, 328.35076904296875, 1439.022705078125, 902.14404296875, 1359.081787109375, 455.2293395996094, 738.71728515625, 477.6218566894531, 668.1047973632812, 984.8291625976562, 3615.416748046875, 2801.518310546875, 3234.192138671875, 1544.4290771484375, 2796.43701171875, 1193.64208984375, 2672.650390625, 1722.2857666015625, 4866.89306640625, 2221.593505859375, 2788.08642578125, 4725.1435546875, 4659.27783203125, 4624.35205078125, 4032.873046875, 3432.577392578125, 490.7375793457031, 2275.905029296875, 6086.326171875, 4892.5947265625, 2974.635009765625, 2634.68408203125, 5992.244140625, 4901.4638671875, 6163.81201171875, 3236.391357421875, 524.387939453125, 626.871337890625, 986.0325927734375, 1658.7264404296875, 2117.66845703125, 3095.140625, 5166.50927734375, 3934.14990234375, 5471.18701171875, 6282.47265625, 4959.02490234375, 5169.78515625, 1658.034912109375, 1129.89892578125, 393.6716613769531, 438.54736328125, 832.5089721679688, 1562.1173095703125, 2086.885498046875, 4487.29638671875, 5112.19091796875, 4423.26904296875, 5731.2822265625, 6375.884765625, 6160.876953125, 3847.991943359375, 4027.621337890625, 615.9202880859375, 542.9332885742188, 1480.9200439453125, 380.0358581542969, 360.00762939453125, 1717.640380859375, 4127.224609375, 2728.070068359375, 1491.574951171875, 3318.63671875, 5741.77978515625, 4486.2265625, 5733.58642578125, 3382.178466796875, 1018.9732055664062, 1488.468505859375, 368.3544006347656, 1514.1710205078125, 5103.44677734375, 3576.80859375, 5255.35205078125, 5578.3720703125, 939.6756591796875, 1412.5924072265625, 4523.029296875, 4602.7734375, 2754.296875, 791.24951171875, 1483.1455078125, 790.5010986328125, 1423.9852294921875, 3722.9697265625, 1348.89306640625, 4339.40234375, 3860.98388671875, 578.7431640625, 2197.244140625, 3772.843505859375, 1245.193603515625, 974.8964233398438, 2129.9013671875, 3696.60498046875, 1480.591796875, 321.4593200683594, 1667.8741455078125, 963.5833129882812, 874.6571655273438, 1683.5489501953125, 1937.541259765625, 316.39605712890625, 720.7488403320312, 365.2127685546875, 1509.8056640625, 3027.43017578125, 5130.9208984375, 5879.09814453125, 3757.25830078125, 608.8827514648438, 565.7840576171875, 455.56201171875, 990.761474609375, 1716.7974853515625, 2778.764404296875, 2982.72314453125, 5623.84716796875, 4948.29150390625, 2273.009765625, 1675.018310546875, 919.878662109375, 3588.106689453125, 703.0235595703125, 1759.582763671875, 3860.65576171875, 2084.39990234375, 1143.135498046875, 619.0780029296875, 806.4700317382812, 2292.133544921875, 2205.5224609375, 925.9779663085938, 2541.53466796875, 392.6409912109375, 730.4190063476562, 512.811767578125, 364.2280578613281]\n", - "169\n", - "184\n", - "24\n", - "[823.8837890625, 559.0128784179688, 486.70330810546875, 1696.2152099609375, 4666.96875, 4946.47802734375, 4414.22509765625, 1075.64697265625, 840.0054931640625, 937.3530883789062, 1198.889892578125, 4917.02880859375, 5987.462890625, 5414.2001953125, 4398.28466796875, 887.7569580078125, 407.8165283203125, 2399.02490234375, 2021.1224365234375, 2175.408447265625, 1635.820556640625, 2651.207275390625, 1886.835205078125, 670.5347290039062]\n", - "24\n", - "185\n", - "10\n", - "[329.76849365234375, 1138.70263671875, 735.5672607421875, 316.6113586425781, 1643.2369384765625, 3252.675537109375, 368.3703918457031, 3139.588134765625, 681.132080078125, 302.833740234375]\n", - "10\n", - "186\n", - "7\n", - "[309.49188232421875, 1198.2572021484375, 433.4383544921875, 755.7727661132812, 1342.0189208984375, 1127.9090576171875, 341.37890625]\n", - "7\n", - "187\n", - "10\n", - "[436.7314453125, 795.6004638671875, 521.7421264648438, 971.9341430664062, 1388.041015625, 1147.919921875, 909.5384521484375, 1438.21875, 582.1022338867188, 431.6007385253906]\n", - "10\n", - "188\n", - "8\n", - "[309.2161865234375, 358.1065368652344, 1161.671142578125, 2728.07861328125, 1413.5927734375, 505.3060607910156, 350.2479248046875, 373.527099609375]\n", - "8\n", - "189\n", - "23\n", - "[317.0754699707031, 568.1064453125, 479.0129089355469, 512.0964965820312, 869.7667846679688, 1105.912841796875, 1097.35595703125, 1102.918212890625, 731.099365234375, 501.8385925292969, 1115.7977294921875, 1824.920654296875, 1758.6356201171875, 1098.2470703125, 311.94036865234375, 1375.1302490234375, 1952.8712158203125, 1973.0360107421875, 1916.402587890625, 350.0019836425781, 1301.142578125, 1332.439208984375, 1181.22607421875]\n", - "23\n", - "190\n", - "5\n", - "[1536.8370361328125, 1397.75341796875, 1339.7720947265625, 2649.291748046875, 770.9983520507812]\n", - "5\n", - "191\n", - "9\n", - "[372.2117004394531, 639.9453735351562, 375.7396240234375, 840.726806640625, 716.4873657226562, 883.6867065429688, 776.475830078125, 358.2285461425781, 356.8312683105469]\n", - "9" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "192\n", - "13\n", - "[441.35101318359375, 508.14434814453125, 431.5314025878906, 931.974609375, 1208.5438232421875, 1266.6307373046875, 322.2778015136719, 763.260498046875, 1361.506591796875, 958.2294921875, 920.6180419921875, 1059.4495849609375, 483.4125671386719]\n", - "13\n", - "193\n", - "12\n", - "[582.5819702148438, 875.8023071289062, 979.3661499023438, 1637.776123046875, 1692.8082275390625, 1350.6063232421875, 580.7011108398438, 860.3072509765625, 1088.458984375, 467.2574768066406, 339.9309387207031, 346.6466064453125]\n", - "12\n", - "194\n", - "14\n", - "[459.6904602050781, 555.3117065429688, 900.1175537109375, 329.5612487792969, 532.00439453125, 511.098876953125, 310.52447509765625, 838.2817993164062, 639.5116577148438, 988.6954956054688, 889.6804809570312, 1627.574462890625, 1186.5087890625, 353.0169372558594]\n", - "14\n", - "195\n", - "54\n", - "[1011.2045288085938, 391.19378662109375, 1322.2694091796875, 2445.4130859375, 1944.348388671875, 320.2119445800781, 1093.275146484375, 1910.4361572265625, 980.5172119140625, 2131.701416015625, 2865.149658203125, 2568.0947265625, 478.11029052734375, 481.5335998535156, 3540.528564453125, 3152.93115234375, 2393.067138671875, 2421.06982421875, 416.938232421875, 421.22686767578125, 1551.8544921875, 698.2697143554688, 900.1644897460938, 3711.985107421875, 3868.14013671875, 3712.614013671875, 3552.841552734375, 2860.080322265625, 1237.7503662109375, 887.3028564453125, 1908.8489990234375, 4065.85595703125, 4068.164794921875, 3932.45263671875, 3980.53515625, 3588.416748046875, 1548.878662109375, 615.5405883789062, 2176.786865234375, 4023.8349609375, 3987.368896484375, 3915.36572265625, 2854.753173828125, 2474.80029296875, 2231.6611328125, 1258.1298828125, 2882.7685546875, 3217.999267578125, 1987.07421875, 1967.3406982421875, 1232.9637451171875, 343.38995361328125, 365.5506896972656, 634.0753784179688]\n", - "54\n", - "196\n", - "12\n", - "[513.3396606445312, 2186.724365234375, 365.98492431640625, 1314.1617431640625, 3160.924560546875, 3188.744140625, 434.917724609375, 835.3637084960938, 896.8084716796875, 1238.1778564453125, 730.4784545898438, 439.3376159667969]\n", - "12\n", - "197\n", - "9\n", - "[429.6005859375, 689.7149047851562, 1444.152587890625, 665.4237060546875, 384.94403076171875, 1527.7877197265625, 1163.377685546875, 364.9237365722656, 515.8599853515625]\n", - "9\n", - "198\n", - "16\n", - "[1592.681640625, 575.1456298828125, 1125.6439208984375, 1994.0078125, 3486.782958984375, 3327.642822265625, 1705.5743408203125, 561.7833251953125, 3011.026123046875, 2108.2236328125, 2333.67333984375, 304.0306396484375, 803.0927734375, 1132.8094482421875, 746.6151123046875, 306.372314453125]\n", - "16\n", - "199\n", - "8\n", - "[855.2340698242188, 880.5106201171875, 452.2638854980469, 3468.881591796875, 1759.009521484375, 561.49462890625, 1198.986083984375, 1033.718994140625]\n", - "8\n", - "200\n", - "20\n", - "[396.72265625, 314.9038391113281, 413.91094970703125, 1627.4794921875, 2320.47705078125, 2026.275634765625, 393.4638977050781, 1611.1220703125, 2332.5712890625, 2773.431396484375, 608.7234497070312, 980.8055419921875, 4168.6630859375, 2493.68017578125, 333.6703796386719, 1391.5565185546875, 2759.238525390625, 758.4820556640625, 1504.1820068359375, 954.1011962890625]\n", - "20\n", - "201\n", - "12\n", - "[737.26806640625, 611.3302001953125, 830.9808959960938, 977.9942626953125, 500.06219482421875, 939.6697387695312, 805.7096557617188, 357.161376953125, 982.0601806640625, 498.00970458984375, 1062.9439697265625, 308.7532958984375]\n", - "12\n", - "202\n", - "9\n", - "[355.8455505371094, 3416.111083984375, 3821.90234375, 4118.53759765625, 376.4705505371094, 665.8174438476562, 5006.7978515625, 2016.0858154296875, 889.8858642578125]\n", - "9\n", - "203\n", - "24\n", - "[399.5615234375, 339.48382568359375, 430.24957275390625, 342.62939453125, 360.9790954589844, 401.164794921875, 1829.3785400390625, 512.4877319335938, 2566.82421875, 849.2870483398438, 994.59619140625, 357.0910949707031, 960.9705810546875, 911.3876342773438, 1089.7484130859375, 879.1429443359375, 938.0047607421875, 572.4777221679688, 763.3884887695312, 1297.7572021484375, 411.46588134765625, 629.5138549804688, 501.73663330078125, 1410.2476806640625]\n", - "24\n", - "204\n", - "12\n", - "[443.74017333984375, 399.3434143066406, 646.2657470703125, 1169.146728515625, 418.11572265625, 650.885986328125, 725.8401489257812, 447.9232482910156, 1833.3070068359375, 2012.681640625, 595.4468994140625, 341.2565612792969]\n", - "12\n", - "205\n", - "11\n", - "[480.6376037597656, 635.683837890625, 580.5776977539062, 1278.4613037109375, 1302.088134765625, 373.00848388671875, 588.9337768554688, 747.8301391601562, 305.825927734375, 1076.9761962890625, 920.7011108398438]\n", - "11\n", - "206\n", - "9\n", - "[1146.91796875, 1533.577880859375, 2114.363525390625, 915.788330078125, 2145.80419921875, 4678.21923828125, 1590.36181640625, 788.81494140625, 306.6822204589844]\n", - "9\n", - "207\n", - "24\n", - "[447.5930480957031, 1982.5260009765625, 1544.199462890625, 1154.1446533203125, 2274.033935546875, 1575.7041015625, 1899.0362548828125, 1180.4459228515625, 779.319580078125, 3149.97900390625, 3814.813720703125, 3940.158203125, 1880.5765380859375, 1068.992431640625, 4035.28076171875, 3939.08740234375, 1260.3819580078125, 536.9942016601562, 2924.489501953125, 1533.089111328125, 379.7303771972656, 2088.789306640625, 712.1002807617188, 1358.6826171875]\n", - "24\n", - "208\n", - "13\n", - "[775.1075439453125, 984.1068115234375, 607.0309448242188, 387.97271728515625, 1278.5775146484375, 632.8994750976562, 1125.1702880859375, 845.7217407226562, 497.7742614746094, 977.2572021484375, 556.24560546875, 370.6695861816406, 410.6923828125]\n", - "13\n", - "209\n", - "39\n", - "[404.1218566894531, 349.48968505859375, 459.81109619140625, 534.8435668945312, 476.7926940917969, 516.8572998046875, 1579.7611083984375, 1980.466064453125, 1226.2349853515625, 699.5447387695312, 610.1676025390625, 1190.87060546875, 182.9037628173828, 1768.2598876953125, 4036.77880859375, 4298.44482421875, 2202.6279296875, 788.7989501953125, 1710.5401611328125, 2797.1416015625, 2686.107177734375, 3688.292236328125, 4301.3505859375, 4029.168212890625, 2980.296142578125, 382.3614196777344, 1279.1661376953125, 3097.879150390625, 3392.77099609375, 3575.428955078125, 1692.186767578125, 1640.5684814453125, 525.57421875, 304.0021667480469, 2822.260009765625, 2288.17041015625, 422.33258056640625, 644.671630859375, 1613.3507080078125]\n", - "39\n", - "210\n", - "8\n", - "[616.3224487304688, 1936.1533203125, 2174.075439453125, 611.191162109375, 715.248779296875, 1870.5596923828125, 1891.8555908203125, 1855.909423828125]\n", - "8\n", - "211\n", - "8\n", - "[1671.753662109375, 1653.6180419921875, 1262.05078125, 2677.9375, 527.7728881835938, 569.4790649414062, 1063.36572265625, 660.8797607421875]\n", - "8\n", - "212\n", - "5\n", - "[399.2543640136719, 1613.2379150390625, 2078.3056640625, 1067.24658203125, 401.7816162109375]\n", - "5\n", - "213\n", - "10\n", - "[602.2203369140625, 318.316162109375, 1007.356201171875, 1687.8349609375, 3166.261474609375, 2610.396240234375, 358.0874938964844, 347.9552307128906, 1850.5460205078125, 1695.03076171875]\n", - "10\n", - "214\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17\n", - "[837.6296997070312, 1574.521240234375, 1329.9500732421875, 582.8746948242188, 3019.098388671875, 4068.9873046875, 2470.07080078125, 332.8702392578125, 1001.0780029296875, 3623.9375, 4608.93603515625, 1893.4703369140625, 920.5399780273438, 2172.651123046875, 1138.3348388671875, 489.28045654296875, 642.0870361328125]\n", - "17\n", - "215\n", - "32\n", - "[312.72320556640625, 581.5519409179688, 790.7357177734375, 496.13153076171875, 694.6419067382812, 502.4406433105469, 407.96368408203125, 644.0477294921875, 1486.6741943359375, 1545.6455078125, 1737.216064453125, 1596.08154296875, 875.2793579101562, 685.7572021484375, 1216.7930908203125, 1776.742431640625, 1769.3084716796875, 1416.6156005859375, 839.531494140625, 745.409912109375, 1209.7711181640625, 1223.66650390625, 593.9046630859375, 1487.1253662109375, 336.35467529296875, 336.079345703125, 331.5471496582031, 1260.701171875, 1528.924560546875, 392.947509765625, 532.8167114257812, 1091.053466796875]\n", - "32\n", - "216\n", - "80\n", - "[512.7310180664062, 358.99505615234375, 1945.3431396484375, 1262.303466796875, 1226.4246826171875, 927.4895629882812, 1365.3756103515625, 412.8758239746094, 1055.0062255859375, 965.5877685546875, 782.5235595703125, 261.2945861816406, 1559.282470703125, 909.2630004882812, 2232.74462890625, 2831.62109375, 2583.401611328125, 2570.8447265625, 886.8695068359375, 1770.098876953125, 1426.1739501953125, 388.73785400390625, 510.78790283203125, 1215.3228759765625, 3235.94287109375, 3523.5, 3338.393310546875, 3106.65576171875, 3279.715087890625, 995.7149658203125, 1473.6683349609375, 2106.63134765625, 707.0265502929688, 2573.310302734375, 3918.02392578125, 4006.544189453125, 4079.29931640625, 4086.536376953125, 1809.971923828125, 547.737548828125, 622.871826171875, 1454.781005859375, 3724.876953125, 4108.35546875, 3936.345458984375, 4200.46826171875, 3802.874267578125, 1891.5400390625, 3693.959716796875, 4244.9443359375, 4134.75634765625, 4147.03662109375, 3322.40771484375, 2352.79541015625, 4227.119140625, 4261.1630859375, 3925.08837890625, 2651.920654296875, 545.2805786132812, 3261.263916015625, 4061.716064453125, 3019.94921875, 588.8843994140625, 1806.5303955078125, 3917.32861328125, 3556.3603515625, 1812.765625, 412.1979064941406, 2701.44873046875, 3649.837890625, 1968.6995849609375, 1487.1103515625, 1349.3382568359375, 1388.0712890625, 2865.219970703125, 316.8939208984375, 828.8735961914062, 1762.188232421875, 2654.818115234375, 535.2022094726562]\n", - "80\n", - "217\n", - "64\n", - "[493.4966735839844, 784.03515625, 368.59307861328125, 1570.9228515625, 2400.330810546875, 1275.4608154296875, 2143.45458984375, 3754.665771484375, 4286.6328125, 4262.02392578125, 3375.301513671875, 1472.6787109375, 497.9229431152344, 1525.4837646484375, 3463.357666015625, 4685.94873046875, 4451.89111328125, 4700.04443359375, 4605.806640625, 1687.1845703125, 3176.67626953125, 888.708984375, 2829.22900390625, 3542.177734375, 4907.9833984375, 4920.14013671875, 4754.087890625, 4810.9384765625, 4849.75146484375, 4897.1591796875, 4806.986328125, 1520.2176513671875, 788.2206420898438, 4605.58447265625, 4823.5341796875, 4657.3681640625, 4553.6875, 4140.390625, 4834.916015625, 4607.01025390625, 3192.376220703125, 3615.264404296875, 1397.8145751953125, 1727.8365478515625, 4187.35791015625, 2383.17919921875, 2683.247802734375, 907.40869140625, 2411.921630859375, 3008.764892578125, 2222.51171875, 1175.430419921875, 456.5118713378906, 3334.759033203125, 1419.454345703125, 446.706298828125, 513.4390258789062, 1814.3489990234375, 1378.796142578125, 1657.0498046875, 651.3855590820312, 1275.644775390625, 411.17779541015625, 692.083984375]\n", - "64\n", - "218\n", - "5\n", - "[496.0880432128906, 1510.6092529296875, 2048.841552734375, 538.3062744140625, 648.3849487304688]\n", - "5\n", - "219\n", - "9\n", - "[329.8202209472656, 2180.47412109375, 2190.645751953125, 1325.6956787109375, 330.66656494140625, 437.5540771484375, 1993.359375, 3823.481201171875, 700.2205200195312]\n", - "9\n", - "220\n", - "49\n", - "[888.2523193359375, 778.5989990234375, 1042.6925048828125, 889.8829345703125, 382.0240173339844, 2154.615234375, 1637.190185546875, 1011.3851928710938, 391.9873962402344, 902.5762939453125, 757.567138671875, 772.648681640625, 949.2673950195312, 789.5628051757812, 1274.034423828125, 390.36175537109375, 898.3768920898438, 826.3577270507812, 904.8657836914062, 587.5053100585938, 424.1553039550781, 894.0447998046875, 1552.7069091796875, 779.5397338867188, 958.0242919921875, 860.33837890625, 422.80169677734375, 1281.659423828125, 807.1265869140625, 510.9178771972656, 663.1557006835938, 2171.029296875, 1196.2467041015625, 1594.25341796875, 1733.9229736328125, 1429.03369140625, 862.1629028320312, 2183.127197265625, 1047.118408203125, 338.02911376953125, 677.7198486328125, 1806.1348876953125, 527.907470703125, 917.4631958007812, 1066.5767822265625, 1073.42529296875, 341.8338317871094, 523.0933227539062, 539.8340454101562]\n", - "49\n", - "221\n", - "78\n", - "[393.0318908691406, 473.2345886230469, 539.488037109375, 858.7377319335938, 1495.64990234375, 2255.68115234375, 3129.286865234375, 2600.615478515625, 4555.7978515625, 658.6148071289062, 1094.5013427734375, 3510.256103515625, 4197.93701171875, 2802.76513671875, 1996.496826171875, 741.4178466796875, 2916.041748046875, 4225.28173828125, 3700.28173828125, 2984.544677734375, 3122.87939453125, 818.9360961914062, 4331.27978515625, 4810.37548828125, 4685.14306640625, 4578.919921875, 4002.01953125, 4415.3388671875, 1546.686767578125, 1587.1328125, 2747.322509765625, 2402.438232421875, 4344.90625, 5058.5126953125, 4969.50927734375, 4799.052734375, 4733.3857421875, 1743.0855712890625, 392.695068359375, 1988.569580078125, 1471.0411376953125, 824.1807250976562, 4037.7841796875, 4907.82421875, 4865.38916015625, 4913.23974609375, 2936.123779296875, 2922.07666015625, 4730.4140625, 4774.65380859375, 4843.33447265625, 5205.7841796875, 3583.10693359375, 1662.9302978515625, 303.10870361328125, 2660.0107421875, 3214.525146484375, 2222.610595703125, 3725.768798828125, 5001.630859375, 4793.05615234375, 2124.617919921875, 360.5135498046875, 556.4937133789062, 616.8623657226562, 1205.762451171875, 2317.332763671875, 3599.3642578125, 2464.34814453125, 484.2968444824219, 689.3919067382812, 2184.727783203125, 1063.499267578125, 3320.7744140625, 409.2168884277344, 1287.8201904296875, 1414.5997314453125, 408.1965637207031]\n", - "78\n", - "222\n", - "126\n", - "[603.6747436523438, 647.6484375, 358.79876708984375, 384.5918273925781, 2338.034912109375, 1944.7750244140625, 1515.8828125, 2415.79052734375, 2169.066162109375, 1172.0811767578125, 495.34716796875, 4020.594970703125, 4078.489013671875, 999.9432983398438, 1411.3304443359375, 4177.880859375, 3720.372802734375, 3067.248046875, 1839.5584716796875, 1307.0396728515625, 339.651123046875, 800.0127563476562, 876.962646484375, 3526.310302734375, 3329.44482421875, 4355.568359375, 4255.6640625, 2846.060302734375, 861.9120483398438, 3288.970947265625, 4422.18359375, 875.9459838867188, 2176.26953125, 5475.22802734375, 3441.94580078125, 1994.77294921875, 4239.31396484375, 5913.025390625, 4223.38427734375, 345.4450988769531, 949.142822265625, 856.53076171875, 1776.55078125, 3325.095458984375, 1541.1693115234375, 789.9306640625, 646.4413452148438, 1024.4754638671875, 2672.3173828125, 6311.4951171875, 3583.83740234375, 3682.197265625, 3340.406005859375, 5274.07470703125, 7214.41650390625, 7177.4814453125, 5971.767578125, 6563.5029296875, 4455.716796875, 1983.09326171875, 460.9731140136719, 1741.236572265625, 1371.4766845703125, 4482.1259765625, 3221.270263671875, 860.6690673828125, 419.942626953125, 1443.4183349609375, 4955.4287109375, 5784.30419921875, 5814.0234375, 6238.7802734375, 6216.97216796875, 6282.90771484375, 6031.48095703125, 5530.98974609375, 6683.94580078125, 5601.4345703125, 3223.188720703125, 3543.03466796875, 3706.16064453125, 2160.576904296875, 5606.01318359375, 5907.52197265625, 6383.72119140625, 5927.42626953125, 5318.4619140625, 4668.35107421875, 4269.4990234375, 3531.01123046875, 3959.918701171875, 4430.7138671875, 1963.3341064453125, 1349.439697265625, 332.33453369140625, 1585.907470703125, 1651.2464599609375, 1944.5992431640625, 3291.164794921875, 6221.2529296875, 5274.86181640625, 4031.02099609375, 1246.3175048828125, 2007.369873046875, 860.635498046875, 1016.7290649414062, 473.3942565917969, 455.7789306640625, 303.3461608886719, 347.3292236328125, 1449.9630126953125, 1205.6448974609375, 1942.015625, 1716.4783935546875, 2325.5419921875, 3040.90771484375, 962.832763671875, 1332.0347900390625, 316.0395202636719, 1170.6669921875, 523.1934204101562, 944.8928833007812, 691.7998657226562, 739.5810546875, 646.0823974609375, 469.3124694824219]\n", - "126\n", - "223\n", - "12\n", - "[321.9517822265625, 2252.6337890625, 1939.745849609375, 1210.724853515625, 1690.9501953125, 2403.126953125, 2176.121337890625, 339.9896240234375, 2621.584716796875, 1572.576416015625, 1202.203857421875, 1487.369140625]\n", - "12\n", - "224\n", - "6\n", - "[1584.9610595703125, 399.155517578125, 1911.2413330078125, 1441.454345703125, 687.0718383789062, 630.8971557617188]\n", - "6\n", - "225\n", - "40\n", - "[793.3950805664062, 315.1278076171875, 464.9119873046875, 673.4989624023438, 470.3321228027344, 786.51416015625, 331.09014892578125, 524.6917114257812, 321.48809814453125, 1173.0604248046875, 1530.594482421875, 1432.684326171875, 1332.6287841796875, 1167.001953125, 785.9328002929688, 334.4975280761719, 392.8661193847656, 335.0071716308594, 312.1233825683594, 1183.941162109375, 1399.8470458984375, 1291.4884033203125, 517.2919311523438, 719.0678100585938, 591.08935546875, 675.6405029296875, 898.4309692382812, 704.9158935546875, 417.814208984375, 689.407958984375, 1204.9244384765625, 618.2010498046875, 396.7297668457031, 945.5305786132812, 771.5066528320312, 627.8380737304688, 1336.0545654296875, 721.0824584960938, 495.2415771484375, 489.6908264160156]\n", - "40\n", - "226\n", - "12\n", - "[1629.91162109375, 994.4420166015625, 881.3787841796875, 1313.345947265625, 504.0998840332031, 2567.297607421875, 2224.741943359375, 840.4368286132812, 350.9278869628906, 729.1682739257812, 377.8628234863281, 1551.429443359375]\n", - "12\n", - "227\n", - "12\n", - "[627.32763671875, 856.2091674804688, 1498.1654052734375, 2227.76123046875, 438.1025695800781, 766.626953125, 2303.935302734375, 4225.19384765625, 3148.274169921875, 313.1322937011719, 521.6524047851562, 564.4376220703125]\n", - "12\n", - "228\n", - "8\n", - "[345.8763732910156, 502.6043395996094, 969.6710205078125, 1380.4942626953125, 400.96368408203125, 1657.54443359375, 3017.02783203125, 509.1435241699219]\n", - "8\n", - "229\n", - "48\n", - "[347.2513427734375, 379.54364013671875, 418.0021057128906, 564.7633056640625, 442.6251525878906, 1194.8614501953125, 2684.9326171875, 1665.6763916015625, 846.973388671875, 377.2578430175781, 1025.9959716796875, 602.7418212890625, 2113.931396484375, 2404.7373046875, 2142.401123046875, 1128.3173828125, 686.084228515625, 465.588623046875, 819.7055053710938, 2546.004638671875, 4179.9013671875, 3429.31640625, 2003.4981689453125, 360.0015563964844, 1224.8031005859375, 796.447509765625, 2415.87646484375, 3672.136474609375, 3490.794677734375, 1767.178466796875, 1153.094970703125, 488.244873046875, 446.54302978515625, 1210.772216796875, 401.2098693847656, 1040.4205322265625, 1688.41015625, 929.8612670898438, 1371.1497802734375, 1068.761962890625, 342.5118408203125, 1065.1915283203125, 2221.66162109375, 785.115234375, 784.1229248046875, 520.075927734375, 601.5245361328125, 343.9132995605469]\n", - "48\n", - "230\n", - "121\n", - "[369.1985168457031, 392.1249694824219, 316.4627990722656, 445.7525634765625, 498.3722839355469, 1185.2586669921875, 1883.7445068359375, 400.82757568359375, 973.3278198242188, 2049.624267578125, 4077.612548828125, 1868.66748046875, 1961.51171875, 1269.8599853515625, 675.9533081054688, 814.0826416015625, 527.9403076171875, 3326.082763671875, 5431.9755859375, 2283.703857421875, 774.9007568359375, 500.73529052734375, 728.4869995117188, 531.6210327148438, 1299.2684326171875, 4945.95263671875, 4897.65185546875, 3798.9345703125, 6577.73583984375, 2216.216796875, 4844.70361328125, 5703.056640625, 4568.341796875, 4751.24951171875, 3878.4013671875, 1363.1507568359375, 362.5243835449219, 1647.5435791015625, 3795.125244140625, 900.4841918945312, 5681.28173828125, 4963.42578125, 5085.7587890625, 5293.1181640625, 6175.96728515625, 6027.630859375, 6158.4208984375, 4927.935546875, 2574.729248046875, 620.6167602539062, 323.0093688964844, 343.5328674316406, 1322.0394287109375, 4315.4833984375, 3220.16357421875, 3753.78857421875, 5121.29296875, 5725.67041015625, 6426.71533203125, 6070.00439453125, 6566.013671875, 5049.9228515625, 2013.24755859375, 2435.585205078125, 1051.3681640625, 1038.551025390625, 1091.638427734375, 316.8125, 3629.037841796875, 5407.64111328125, 5857.7470703125, 3335.966552734375, 4421.77001953125, 5846.60595703125, 5858.7548828125, 4689.68212890625, 4818.9423828125, 4607.08984375, 5769.25732421875, 3502.9228515625, 907.8487548828125, 1606.76806640625, 482.6168518066406, 700.5953979492188, 3475.775634765625, 1417.560302734375, 3849.912109375, 6281.5185546875, 6235.35791015625, 2011.857666015625, 1686.5335693359375, 3583.52978515625, 5152.46630859375, 2897.251708984375, 1999.0838623046875, 319.3760986328125, 384.7884521484375, 479.7236328125, 3701.28271484375, 5553.837890625, 2562.1982421875, 534.5073852539062, 1854.65966796875, 1780.8946533203125, 477.24566650390625, 336.14434814453125, 2017.7908935546875, 313.06512451171875, 461.49658203125, 459.9191589355469, 561.0119018554688, 372.8879089355469, 1232.428955078125, 556.3643188476562, 647.1887817382812, 436.94036865234375, 383.91064453125, 384.5616149902344, 1122.9927978515625, 371.564208984375, 390.91864013671875]\n", - "121\n", - "231\n", - "7\n", - "[433.52606201171875, 1255.8255615234375, 2014.968505859375, 1093.0140380859375, 1232.559814453125, 393.5362548828125, 671.4761962890625]\n", - "7\n", - "232\n", - "10\n", - "[1328.3223876953125, 1178.3614501953125, 377.8790588378906, 524.806884765625, 1346.8345947265625, 1575.61279296875, 1259.0008544921875, 313.2166442871094, 568.919921875, 1078.511962890625]\n", - "10\n", - "233\n", - "8\n", - "[731.388427734375, 672.4273071289062, 356.7267150878906, 681.044921875, 1059.832275390625, 669.4501342773438, 715.2064819335938, 755.7528686523438]\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "234\n", - "12\n", - "[637.3248291015625, 1279.2509765625, 490.686279296875, 1362.9171142578125, 3446.63232421875, 932.9447021484375, 327.22052001953125, 414.0425109863281, 2799.376220703125, 2849.9599609375, 1771.5091552734375, 520.69091796875]\n", - "12\n", - "235\n", - "17\n", - "[1534.276611328125, 404.913330078125, 3137.029052734375, 1869.5050048828125, 473.02252197265625, 2877.666259765625, 1093.7176513671875, 1053.64599609375, 1947.2430419921875, 2823.041015625, 752.888671875, 909.41845703125, 330.8671875, 583.7286376953125, 2179.40380859375, 1437.7073974609375, 319.2214050292969]\n", - "17\n", - "236\n", - "12\n", - "[591.92041015625, 309.955322265625, 443.974853515625, 1980.82177734375, 989.3619384765625, 672.0398559570312, 714.1842651367188, 1244.4779052734375, 1255.193359375, 436.0572814941406, 630.39794921875, 450.9773864746094]\n", - "12\n", - "237\n", - "6\n", - "[480.664306640625, 1428.2950439453125, 462.4247741699219, 440.0968322753906, 1717.3565673828125, 725.4761962890625]\n", - "6\n", - "238\n", - "13\n", - "[320.6538391113281, 587.8488159179688, 933.9268188476562, 3276.095458984375, 1162.9571533203125, 412.8164367675781, 2250.0341796875, 2423.34521484375, 2783.658203125, 409.8985595703125, 577.6904907226562, 1273.8048095703125, 714.4361572265625]\n", - "13\n", - "239\n", - "15\n", - "[480.63214111328125, 1166.0965576171875, 1037.9970703125, 639.6755981445312, 1966.673828125, 4731.04931640625, 482.0102233886719, 764.1819458007812, 1715.7161865234375, 3348.18505859375, 836.6591186523438, 687.7589111328125, 1386.785888671875, 588.9004516601562, 355.81951904296875]\n", - "15\n", - "240\n", - "7\n", - "[764.6776733398438, 1064.9429931640625, 547.0790405273438, 391.9911193847656, 854.38427734375, 1322.2567138671875, 1201.5625]\n", - "7\n", - "241\n", - "9\n", - "[532.5574951171875, 687.40625, 1320.23193359375, 491.591552734375, 1080.53955078125, 1971.735107421875, 1591.8052978515625, 506.8893127441406, 1025.1502685546875]\n", - "9\n", - "242\n", - "66\n", - "[756.572021484375, 1998.2955322265625, 352.92816162109375, 590.723876953125, 1026.830810546875, 1106.20556640625, 630.13916015625, 306.9883117675781, 1069.9381103515625, 421.46014404296875, 337.52996826171875, 950.2284545898438, 1751.12109375, 867.0107421875, 539.1316528320312, 2222.321044921875, 542.9574584960938, 2067.639404296875, 2166.367431640625, 328.0561218261719, 353.0042724609375, 423.8393859863281, 1740.4208984375, 2198.6708984375, 1241.939453125, 1405.2442626953125, 2007.6441650390625, 2344.97998046875, 1997.708251953125, 605.6341552734375, 531.4368896484375, 420.52813720703125, 676.0694580078125, 1057.44091796875, 2909.76953125, 1859.5821533203125, 821.48974609375, 2153.003173828125, 723.2797241210938, 786.6127319335938, 497.56597900390625, 869.569580078125, 1464.259521484375, 1973.4107666015625, 3367.10400390625, 3630.121337890625, 3322.891357421875, 2466.550537109375, 941.45849609375, 496.5166931152344, 319.7563171386719, 1338.4549560546875, 1155.5677490234375, 1309.2266845703125, 2061.586181640625, 3817.888916015625, 4012.939208984375, 1864.49609375, 460.3831481933594, 807.8448486328125, 1301.5267333984375, 1070.16796875, 802.9584350585938, 1623.2652587890625, 1457.7000732421875, 340.6778259277344]\n", - "66\n", - "243\n", - "9\n", - "[782.2213134765625, 981.8143310546875, 1311.021728515625, 2936.646728515625, 3087.532958984375, 876.7327880859375, 1544.107666015625, 736.3209228515625, 361.7088317871094]\n", - "9\n", - "244\n", - "13\n", - "[835.3958129882812, 1475.1063232421875, 452.65191650390625, 2098.04638671875, 4608.8759765625, 1377.1986083984375, 809.3905639648438, 4096.86279296875, 2189.539794921875, 1980.9500732421875, 1274.673095703125, 831.1057739257812, 625.35888671875]\n", - "13\n", - "245\n", - "42\n", - "[877.9685668945312, 541.5654296875, 333.80303955078125, 1438.3555908203125, 977.6893920898438, 1462.937255859375, 315.3693542480469, 880.5882568359375, 456.1903991699219, 823.3450317382812, 960.8466796875, 1332.89208984375, 1791.09326171875, 2329.76416015625, 2153.7255859375, 667.191162109375, 344.4684753417969, 367.9010314941406, 517.9070434570312, 1957.22265625, 1934.951416015625, 1660.478515625, 418.2230224609375, 450.3592834472656, 722.1437377929688, 1665.1312255859375, 2045.3941650390625, 1295.8428955078125, 1997.0953369140625, 345.2124328613281, 1550.8804931640625, 2171.309814453125, 1616.230712890625, 340.35357666015625, 1304.1416015625, 787.94091796875, 771.5916748046875, 309.9850769042969, 430.9263000488281, 466.8067321777344, 824.2313842773438, 592.6558837890625]\n", - "42\n", - "246\n", - "110\n", - "[376.52215576171875, 584.9024658203125, 691.626220703125, 374.7815856933594, 1748.6343994140625, 1057.88330078125, 975.895751953125, 1027.357177734375, 1956.2335205078125, 1899.0675048828125, 1650.7901611328125, 399.0804443359375, 4197.72119140625, 3749.59521484375, 1294.94970703125, 1482.5093994140625, 1766.7774658203125, 1758.569580078125, 1867.758544921875, 3973.01220703125, 4515.56103515625, 3193.1826171875, 546.0748901367188, 142.2346649169922, 1505.704345703125, 3714.69873046875, 5459.41748046875, 4809.71875, 5105.0908203125, 3383.3525390625, 3044.46728515625, 3369.540771484375, 2539.34716796875, 4372.0341796875, 1083.7406005859375, 937.3367309570312, 564.2223510742188, 1245.4464111328125, 641.0513305664062, 639.9466552734375, 365.2231140136719, 561.7957763671875, 935.7916259765625, 1892.58984375, 3960.875732421875, 5435.703125, 4956.10302734375, 4923.2841796875, 5793.7314453125, 5083.73974609375, 4400.5537109375, 4742.783203125, 3973.369384765625, 342.112548828125, 1279.3455810546875, 1349.66162109375, 1552.7529296875, 494.2866516113281, 588.6764526367188, 837.1221923828125, 678.127685546875, 769.115234375, 2049.8310546875, 2780.718994140625, 5035.40869140625, 4444.23583984375, 5241.935546875, 5266.72802734375, 3588.35400390625, 2865.239013671875, 662.5496215820312, 325.7747802734375, 1291.806884765625, 483.71734619140625, 447.1828308105469, 1155.35546875, 994.236328125, 339.97222900390625, 808.7454223632812, 1835.0245361328125, 1818.6478271484375, 609.3934936523438, 784.9530029296875, 306.7032470703125, 673.5237426757812, 540.6917114257812, 2441.78173828125, 3422.40478515625, 3802.004638671875, 1777.0826416015625, 2197.559326171875, 1701.380859375, 666.5756225585938, 462.2342834472656, 597.2250366210938, 2553.2822265625, 700.1732788085938, 1206.267333984375, 1231.0013427734375, 669.7305908203125, 719.5007934570312, 716.51123046875, 684.0368041992188, 338.2164306640625, 958.353759765625, 1179.0889892578125, 346.14141845703125, 351.2092590332031, 1324.1337890625, 681.212158203125]\n", - "110\n", - "247\n", - "11\n", - "[561.2842407226562, 2812.8525390625, 1610.52880859375, 1309.3955078125, 2273.0751953125, 2402.90087890625, 394.99822998046875, 630.9595336914062, 654.5571899414062, 1252.3646240234375, 745.5505981445312]\n", - "11\n", - "248\n", - "31\n", - "[503.450927734375, 486.7017822265625, 628.1246948242188, 1119.175537109375, 361.3128662109375, 729.3475952148438, 899.0885009765625, 303.30224609375, 388.09686279296875, 681.9884033203125, 1356.86328125, 1574.4130859375, 1459.57958984375, 758.3402099609375, 399.77178955078125, 314.9897766113281, 1571.587890625, 1703.3121337890625, 1819.9979248046875, 1217.7879638671875, 698.1058349609375, 1253.2574462890625, 1879.019287109375, 1901.10302734375, 1027.6614990234375, 522.615966796875, 1145.9140625, 1201.733642578125, 1084.5955810546875, 513.9179077148438, 419.4750671386719]\n", - "31\n", - "249\n", - "7\n", - "[531.7312622070312, 457.95989990234375, 1698.1768798828125, 3176.7001953125, 1802.7186279296875, 417.7835998535156, 1048.061279296875]\n", - "7\n", - "250\n", - "7\n", - "[1572.1451416015625, 2232.42578125, 363.2406921386719, 323.1355285644531, 1702.2476806640625, 816.2120971679688, 325.50140380859375]\n", - "7\n", - "251\n", - "7\n", - "[1236.708740234375, 1757.54443359375, 315.9622497558594, 424.7862854003906, 1247.8399658203125, 1026.89990234375, 319.4170837402344]\n", - "7\n", - "252\n", - "8\n", - "[1767.7421875, 1962.87060546875, 1380.773681640625, 2688.771484375, 1773.7994384765625, 390.9996337890625, 891.5323486328125, 1504.7977294921875]\n", - "8\n", - "253\n", - "9\n", - "[538.9378662109375, 435.61669921875, 946.0609741210938, 337.98919677734375, 1369.6434326171875, 691.1485595703125, 370.98822021484375, 515.1790771484375, 1089.4993896484375]\n", - "9\n", - "254\n", - "6\n", - "[319.52392578125, 830.2164306640625, 1472.19677734375, 461.8313293457031, 1555.862548828125, 1589.3287353515625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "255\n", - "16\n", - "[335.114013671875, 901.068359375, 1722.9539794921875, 393.9615173339844, 337.4149169921875, 465.1362609863281, 2041.6053466796875, 2078.203369140625, 863.7654418945312, 312.77581787109375, 341.74188232421875, 740.1866455078125, 1243.0540771484375, 644.5038452148438, 442.07037353515625, 552.8995361328125]\n", - "16\n", - "256\n", - "9\n", - "[428.95294189453125, 1643.7633056640625, 3101.349365234375, 1002.1376342773438, 1045.087890625, 3162.057373046875, 2172.156005859375, 601.853515625, 1204.8885498046875]\n", - "9\n", - "257\n", - "6\n", - "[332.835693359375, 2285.090576171875, 2428.755615234375, 922.9826049804688, 821.437255859375, 1281.46435546875]\n", - "6\n", - "258\n", - "5\n", - "[491.7996826171875, 1163.706298828125, 2382.076171875, 594.46875, 960.7266845703125]\n", - "5\n", - "259\n", - "16\n", - "[352.24334716796875, 341.0994567871094, 859.617919921875, 504.72552490234375, 1537.89404296875, 3041.998046875, 1381.75927734375, 315.0755920410156, 1030.13427734375, 583.3926391601562, 490.821044921875, 1024.4912109375, 798.1340942382812, 625.1664428710938, 699.3037109375, 586.4945678710938]\n", - "16\n", - "260\n", - "6\n", - "[345.8730773925781, 531.8173828125, 419.2820129394531, 1505.616455078125, 1659.218994140625, 1595.7730712890625]\n", - "6\n", - "261\n", - "7\n", - "[431.50042724609375, 303.27294921875, 415.84149169921875, 1301.4503173828125, 1372.3017578125, 783.8572998046875, 1389.1318359375]\n", - "7\n", - "262\n", - "9\n", - "[424.9916687011719, 344.5438232421875, 1164.158447265625, 2539.019287109375, 1339.0772705078125, 1273.8145751953125, 1968.42822265625, 943.2943725585938, 597.4273681640625]\n", - "9\n", - "263\n", - "10\n", - "[546.276611328125, 523.0701293945312, 306.0008850097656, 388.21728515625, 1762.7974853515625, 1314.1102294921875, 898.210693359375, 1780.65576171875, 417.4734191894531, 310.81243896484375]\n", - "10\n", - "264\n", - "8\n", - "[372.4344177246094, 1038.8009033203125, 423.95220947265625, 2584.44189453125, 1115.527587890625, 1798.2899169921875, 1140.9742431640625, 373.75799560546875]\n", - "8\n", - "265\n", - "10\n", - "[1169.9583740234375, 971.5122680664062, 581.3164672851562, 2226.291748046875, 1749.51513671875, 2108.936767578125, 1400.5440673828125, 342.5133361816406, 613.0621337890625, 443.2781677246094]\n", - "10\n", - "266\n", - "10\n", - "[669.2247314453125, 379.62591552734375, 846.3963623046875, 1586.5849609375, 3306.10009765625, 2269.7744140625, 492.9583435058594, 2146.492431640625, 2824.09130859375, 1899.3310546875]\n", - "10\n", - "267\n", - "14\n", - "[356.9393615722656, 582.3787231445312, 547.0191040039062, 402.29876708984375, 350.91021728515625, 2572.844970703125, 2801.74462890625, 386.4471740722656, 1086.499755859375, 3200.9296875, 3116.73046875, 1100.6827392578125, 433.6195983886719, 1557.9754638671875]\n", - "14\n", - "268\n", - "34\n", - "[385.6469421386719, 881.2389526367188, 764.4845581054688, 440.1983337402344, 2467.77587890625, 2024.93994140625, 388.29437255859375, 362.3929138183594, 528.3067016601562, 350.53607177734375, 606.3569946289062, 418.3960266113281, 560.6337890625, 785.9637451171875, 176.83486938476562, 247.04904174804688, 527.7758178710938, 411.3516845703125, 626.29736328125, 346.31072998046875, 358.0718078613281, 1019.3682861328125, 1496.4954833984375, 406.09075927734375, 508.3299865722656, 386.7244873046875, 476.4604187011719, 1381.5455322265625, 361.89093017578125, 429.33074951171875, 802.5912475585938, 395.4204406738281, 521.5415649414062, 694.278076171875]\n", - "34\n", - "269\n", - "46\n", - "[460.74700927734375, 1527.22998046875, 441.4362487792969, 1503.6634521484375, 1204.8209228515625, 829.5030517578125, 517.5155639648438, 1022.3190307617188, 2226.267822265625, 2232.17578125, 1273.4326171875, 1774.2320556640625, 2951.912353515625, 2520.495361328125, 2855.214111328125, 1870.0858154296875, 827.9494018554688, 635.1119384765625, 1322.9853515625, 2836.59423828125, 2740.23095703125, 2721.4697265625, 2991.77734375, 2056.947998046875, 1947.7679443359375, 1992.5213623046875, 1905.928466796875, 1707.87109375, 1857.828125, 460.76239013671875, 1691.5234375, 704.632568359375, 1033.9718017578125, 954.3153076171875, 1027.8643798828125, 712.849365234375, 475.9800720214844, 351.45037841796875, 356.1391296386719, 383.8939208984375, 2690.512451171875, 1777.7080078125, 844.4721069335938, 604.3787231445312, 1175.86865234375, 452.11566162109375]\n", - "46\n", - "270\n", - "7\n", - "[341.5068054199219, 918.462646484375, 769.4535522460938, 1517.69775390625, 728.731689453125, 961.6893310546875, 344.8487854003906]\n", - "7\n", - "271\n", - "23\n", - "[514.7766723632812, 706.0553588867188, 676.671630859375, 828.0960693359375, 1003.7451782226562, 429.9537048339844, 732.8781127929688, 785.4602661132812, 1181.3702392578125, 409.078369140625, 358.32720947265625, 477.1239318847656, 1782.9012451171875, 2029.3642578125, 458.767333984375, 1116.3079833984375, 2941.4931640625, 2635.41162109375, 1556.3416748046875, 1061.4383544921875, 1646.3541259765625, 1051.346435546875, 1182.234375]\n", - "23\n", - "272\n", - "15\n", - "[1214.5123291015625, 1551.7296142578125, 1657.2340087890625, 1114.09716796875, 1870.49169921875, 2916.581298828125, 3131.806884765625, 1556.166015625, 625.4207763671875, 746.57373046875, 3367.7705078125, 1919.2720947265625, 1760.4227294921875, 801.0420532226562, 537.8256225585938]\n", - "15\n", - "273\n", - "11\n", - "[977.668701171875, 715.2411499023438, 1158.3890380859375, 1605.57861328125, 1084.0987548828125, 519.048828125, 1032.521484375, 1033.094482421875, 364.17572021484375, 347.72271728515625, 558.4014282226562]\n", - "11\n", - "274\n", - "35\n", - "[1042.0853271484375, 4561.267578125, 1819.9251708984375, 680.1476440429688, 731.1683349609375, 3324.94921875, 5444.90673828125, 5475.28515625, 2260.345458984375, 361.06939697265625, 538.2805786132812, 966.388671875, 3231.39599609375, 4404.58154296875, 3880.8427734375, 733.9180297851562, 984.7099609375, 3490.557861328125, 3414.00927734375, 1432.423828125, 608.3704223632812, 2402.40771484375, 4087.531005859375, 966.568603515625, 1158.7462158203125, 1894.6402587890625, 2259.068359375, 844.8445434570312, 554.9725952148438, 2378.55322265625, 3872.706787109375, 4461.8955078125, 1868.2279052734375, 341.3428039550781, 329.6488952636719]\n", - "35\n", - "275\n", - "9\n", - "[306.72015380859375, 934.4314575195312, 924.318603515625, 1317.8487548828125, 380.9981689453125, 1235.101806640625, 1878.524658203125, 353.3824462890625, 883.3486938476562]\n", - "9\n", - "276\n", - "8\n", - "[1210.2796630859375, 622.5763549804688, 372.2256774902344, 982.7726440429688, 2721.874267578125, 2118.710693359375, 992.8743896484375, 850.7998657226562]\n", - "8\n", - "277\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[1040.0443115234375, 2497.61376953125, 1681.5885009765625, 1560.8326416015625, 3596.940673828125, 2185.514892578125, 649.3536987304688, 409.3135070800781, 2372.9443359375, 2850.6767578125, 1758.185302734375, 1044.613037109375, 377.9229736328125, 1659.701416015625, 935.7374267578125, 448.4704284667969, 448.06158447265625, 426.38885498046875]\n", - "18\n", - "278\n", - "56\n", - "[423.81689453125, 425.5556640625, 506.1622009277344, 2116.7880859375, 2696.640869140625, 380.95941162109375, 816.0482788085938, 300.2629699707031, 435.70343017578125, 307.9434814453125, 1038.717529296875, 2033.771240234375, 1183.8201904296875, 390.0039978027344, 885.9974365234375, 668.4725341796875, 424.0507507324219, 867.2098388671875, 844.4500732421875, 2468.89013671875, 1100.4046630859375, 614.4000244140625, 532.642333984375, 315.9298095703125, 382.3414611816406, 422.0601501464844, 1890.5064697265625, 1981.23681640625, 1823.1893310546875, 805.067138671875, 584.6552124023438, 724.4845581054688, 303.4646911621094, 444.6700439453125, 418.0460205078125, 345.3988037109375, 1316.4996337890625, 2081.284423828125, 2686.298095703125, 2714.403076171875, 1677.12451171875, 535.1095581054688, 598.7811889648438, 323.8681335449219, 660.6990356445312, 1230.5328369140625, 1172.9918212890625, 2058.5185546875, 1596.9886474609375, 310.7914733886719, 175.75572204589844, 328.05914306640625, 641.5426635742188, 1051.32958984375, 703.2117309570312, 304.0462951660156]\n", - "56\n", - "279\n", - "9\n", - "[415.0952453613281, 434.23583984375, 917.8523559570312, 2284.208984375, 1871.6156005859375, 608.5740966796875, 1836.4820556640625, 2209.57080078125, 377.4087219238281]\n", - "9\n", - "280\n", - "16\n", - "[461.6206970214844, 615.6792602539062, 1424.8326416015625, 1631.969482421875, 1007.2374267578125, 1697.201416015625, 2341.494140625, 3513.481689453125, 904.1571655273438, 413.44818115234375, 840.76220703125, 2223.396240234375, 1686.2012939453125, 1433.3778076171875, 1081.62939453125, 396.7322692871094]\n", - "16\n", - "281\n", - "14\n", - "[470.41851806640625, 720.5136108398438, 812.3153686523438, 1556.4219970703125, 1394.358642578125, 530.3031005859375, 724.02587890625, 1447.559814453125, 1273.218994140625, 657.6939697265625, 327.59002685546875, 588.1220703125, 506.4487609863281, 307.9830322265625]\n", - "14\n", - "282\n", - "9\n", - "[1138.3035888671875, 1131.9691162109375, 577.1755981445312, 937.7435913085938, 1103.795166015625, 1389.7193603515625, 2158.815185546875, 839.8513793945312, 1528.2147216796875]\n", - "9\n", - "283\n", - "5\n", - "[811.1259155273438, 1760.4954833984375, 862.3218994140625, 1084.6043701171875, 1200.8701171875]\n", - "5\n", - "284\n", - "77\n", - "[479.5318908691406, 721.060791015625, 412.5257873535156, 341.6092224121094, 463.92388916015625, 413.7340087890625, 539.1953125, 460.9383544921875, 964.7390747070312, 333.8887634277344, 1561.84326171875, 653.1798706054688, 2435.287841796875, 4789.671875, 4254.33251953125, 2272.104736328125, 730.8206787109375, 959.6920166015625, 303.3802185058594, 330.72943115234375, 881.5797729492188, 2934.445068359375, 4159.4794921875, 4573.21337890625, 3171.420654296875, 3406.45849609375, 1057.9178466796875, 406.3877868652344, 520.3534545898438, 3558.2685546875, 843.3397216796875, 739.635009765625, 725.5281982421875, 2376.5224609375, 2985.272705078125, 3542.1123046875, 2686.897705078125, 4957.9775390625, 3901.2021484375, 885.796875, 341.0198974609375, 386.2743225097656, 525.6569213867188, 2743.99462890625, 4275.306640625, 5158.88818359375, 4359.34228515625, 2269.458251953125, 862.5201416015625, 621.1258544921875, 1677.6427001953125, 1908.7470703125, 2860.658935546875, 1414.6533203125, 3079.060791015625, 3951.760498046875, 2755.450439453125, 1256.2227783203125, 457.5466003417969, 301.589599609375, 1375.7432861328125, 589.2340087890625, 3570.028564453125, 1157.804443359375, 852.0009765625, 606.6077880859375, 390.71142578125, 559.5966796875, 1545.5948486328125, 332.02801513671875, 839.7023315429688, 685.18212890625, 871.5699462890625, 1422.4515380859375, 772.8120727539062, 345.51861572265625, 332.2980041503906]\n", - "77\n", - "285\n", - "10\n", - "[543.03271484375, 478.5731506347656, 1684.3507080078125, 2056.704833984375, 1728.3956298828125, 1217.2950439453125, 2458.640625, 906.4148559570312, 528.9495239257812, 762.2922973632812]\n", - "10\n", - "286\n", - "15\n", - "[316.39007568359375, 782.0484619140625, 695.0621337890625, 2313.236328125, 922.6812744140625, 2999.5439453125, 2197.68115234375, 404.7999572753906, 1245.02392578125, 698.0322265625, 896.2908935546875, 1130.1580810546875, 1024.8382568359375, 357.7869567871094, 341.2872619628906]\n", - "15\n", - "287\n", - "14\n", - "[433.1106872558594, 657.5408325195312, 339.90533447265625, 768.8003540039062, 1100.3062744140625, 1479.8447265625, 1444.656005859375, 533.8533935546875, 873.2501831054688, 1136.62255859375, 881.7486572265625, 404.5941467285156, 481.49176025390625, 911.8213500976562]\n", - "14\n", - "288\n", - "9\n", - "[356.51568603515625, 752.2092895507812, 1810.6064453125, 571.4520874023438, 602.5143432617188, 954.2938232421875, 2356.262451171875, 1549.4169921875, 304.8409118652344]\n", - "9\n", - "289\n", - "7\n", - "[378.60797119140625, 1218.5511474609375, 794.1034545898438, 875.2274169921875, 928.3783569335938, 1693.283203125, 1205.4019775390625]\n", - "7\n", - "290\n", - "5\n", - "[1185.7830810546875, 2000.6712646484375, 1844.865234375, 371.1258850097656, 583.3720092773438]\n", - "5\n", - "291\n", - "10\n", - "[307.5653076171875, 1042.95947265625, 2285.8916015625, 1765.883544921875, 915.4414672851562, 1276.0478515625, 1892.3125, 700.824951171875, 525.6043701171875, 521.9730834960938]\n", - "10\n", - "292\n", - "9\n", - "[378.0267333984375, 411.7766418457031, 596.77001953125, 536.6135864257812, 602.571044921875, 1087.0872802734375, 397.32672119140625, 997.56494140625, 490.75286865234375]\n", - "9\n", - "293\n", - "18\n", - "[367.84222412109375, 392.4340515136719, 1119.7308349609375, 325.6477966308594, 1537.3673095703125, 1237.03173828125, 1703.0667724609375, 1184.7950439453125, 644.19091796875, 497.36865234375, 1554.58154296875, 1892.4268798828125, 544.5010986328125, 463.4043273925781, 681.9650268554688, 696.1517944335938, 337.4288024902344, 527.1067504882812]\n", - "18\n", - "294\n", - "10\n", - "[527.2151489257812, 475.2922058105469, 967.7530517578125, 1550.282470703125, 1723.879638671875, 926.9313354492188, 759.3283081054688, 1224.7979736328125, 1596.77734375, 1465.551025390625]\n", - "10\n", - "295\n", - "15\n", - "[371.24249267578125, 712.4594116210938, 2090.562255859375, 2294.941162109375, 889.4190673828125, 416.1606140136719, 1859.2139892578125, 3828.6884765625, 2377.667236328125, 690.4324951171875, 2620.388671875, 2647.207275390625, 1893.854736328125, 426.6296081542969, 705.1259765625]\n", - "15\n", - "296\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "31\n", - "[1240.2271728515625, 849.269287109375, 1244.65380859375, 596.551025390625, 782.6776123046875, 2198.572509765625, 2532.132080078125, 1645.204833984375, 2213.199951171875, 1969.8134765625, 581.44189453125, 634.111328125, 1667.4608154296875, 2333.925048828125, 923.9176635742188, 2106.456787109375, 1787.6002197265625, 1110.1607666015625, 517.2744750976562, 478.1399841308594, 473.8361511230469, 345.51397705078125, 1427.5281982421875, 751.2976684570312, 1343.705322265625, 2556.475341796875, 622.8338012695312, 454.34759521484375, 1407.929443359375, 2134.41455078125, 1755.9400634765625]\n", - "31\n", - "297\n", - "13\n", - "[753.992919921875, 1396.492919921875, 860.8462524414062, 471.6622619628906, 1386.6929931640625, 2025.98291015625, 1695.887939453125, 1362.0745849609375, 1856.8642578125, 663.0671997070312, 1493.5093994140625, 1041.810546875, 485.4548645019531]\n", - "13\n", - "298\n", - "5\n", - "[397.5875244140625, 1462.6971435546875, 2741.09423828125, 303.8639831542969, 996.8439331054688]\n", - "5\n", - "299\n", - "13\n", - "[1591.7647705078125, 1080.8648681640625, 413.5165710449219, 561.0718383789062, 1885.241455078125, 2097.4208984375, 2832.69189453125, 1417.289306640625, 400.6400146484375, 734.302490234375, 1926.7694091796875, 1446.447998046875, 363.33160400390625]\n", - "13\n", - "300\n", - "9\n", - "[362.37646484375, 2335.830078125, 2348.748779296875, 1580.453857421875, 328.1533203125, 772.801513671875, 1724.7391357421875, 598.5474853515625, 1593.37255859375]\n", - "9\n", - "301\n", - "7\n", - "[788.3491821289062, 1062.048095703125, 3057.181396484375, 544.4686889648438, 311.1786193847656, 753.0476684570312, 375.6976623535156]\n", - "7\n", - "302\n", - "3\n", - "[304.4187316894531, 2502.4228515625, 2337.257080078125]\n", - "3\n", - "303\n", - "6\n", - "[601.67724609375, 1969.68994140625, 459.3594665527344, 1089.4967041015625, 2068.51611328125, 603.859619140625]\n", - "6\n", - "304\n", - "21\n", - "[540.8562622070312, 703.3975219726562, 1057.159912109375, 1662.00390625, 2774.4091796875, 3137.498779296875, 942.4530639648438, 300.5138244628906, 2300.88916015625, 3102.7353515625, 3490.474365234375, 815.30859375, 722.8065185546875, 1496.093994140625, 744.7086181640625, 1171.136474609375, 523.069091796875, 337.8188171386719, 667.907958984375, 353.5928955078125, 316.5863952636719]\n", - "21\n", - "305\n", - "9\n", - "[374.5632019042969, 335.9283142089844, 2472.051025390625, 1350.9156494140625, 368.9077453613281, 343.5660705566406, 890.7973022460938, 1309.70849609375, 394.7135009765625]\n", - "9\n", - "306\n", - "11\n", - "[519.088134765625, 1104.9339599609375, 613.0861206054688, 1829.5123291015625, 1561.0684814453125, 328.0751647949219, 364.20050048828125, 1246.1544189453125, 1438.2923583984375, 300.99310302734375, 379.2154846191406]\n", - "11\n", - "307\n", - "7\n", - "[639.3717041015625, 1194.6973876953125, 1082.0294189453125, 375.09625244140625, 1474.032470703125, 378.8922119140625, 543.4004516601562]\n", - "7\n", - "308\n", - "6\n", - "[345.5047607421875, 1157.7342529296875, 1694.818603515625, 848.5588989257812, 1926.1033935546875, 315.3958740234375]\n", - "6\n", - "309\n", - "11\n", - "[356.3426818847656, 1068.293212890625, 342.75640869140625, 964.3986206054688, 1003.0177001953125, 1061.50927734375, 641.5216674804688, 410.9412841796875, 765.1106567382812, 509.61083984375, 464.9010925292969]\n", - "11\n", - "310\n", - "33\n", - "[378.7771301269531, 1579.08154296875, 347.5315856933594, 854.2201538085938, 11547.9794921875, 3460.641357421875, 691.1337280273438, 932.2589721679688, 1995.4337158203125, 9021.400390625, 2383.82470703125, 510.66937255859375, 640.4586181640625, 224.35203552246094, 7705.93310546875, 823.2750244140625, 1165.5489501953125, 1822.0059814453125, 2520.674560546875, 7120.45458984375, 3092.55810546875, 1651.20703125, 395.8428039550781, 949.9848022460938, 3739.626220703125, 2366.85009765625, 458.76873779296875, 778.6600341796875, 332.8743896484375, 1920.77490234375, 771.524658203125, 1069.7564697265625]\n", - "32\n", - "311\n", - "71\n", - "[2044.9254150390625, 2287.479248046875, 2242.068603515625, 1698.0662841796875, 552.3809204101562, 491.5190734863281, 355.70941162109375, 3343.715576171875, 4379.64599609375, 4604.3203125, 4169.1259765625, 462.7467956542969, 320.90814208984375, 431.16241455078125, 1044.7139892578125, 769.1260986328125, 2111.82568359375, 3049.735595703125, 564.9764404296875, 718.5896606445312, 781.6488037109375, 880.3496704101562, 707.8046875, 477.71893310546875, 2784.109619140625, 1171.5826416015625, 545.0634155273438, 551.234619140625, 441.0751953125, 1168.813720703125, 3661.985595703125, 4166.439453125, 4609.19921875, 2897.44384765625, 1829.8189697265625, 450.6388244628906, 438.6287841796875, 325.02239990234375, 328.40447998046875, 403.4342956542969, 2732.764892578125, 4716.763671875, 4657.94482421875, 3584.738525390625, 851.9011840820312, 985.5079345703125, 1537.179931640625, 327.7393493652344, 1571.84375, 1322.3736572265625, 1372.145263671875, 2932.949951171875, 3779.158447265625, 2940.080322265625, 3105.441650390625, 3779.327880859375, 844.70849609375, 973.13525390625, 2774.128173828125, 804.3514404296875, 420.7444763183594, 380.3250427246094, 497.34771728515625, 1947.0933837890625, 2636.774658203125, 722.408203125, 523.1452026367188, 1623.8055419921875, 2408.020263671875, 1124.38134765625, 1065.906494140625]\n", - "71\n", - "312\n", - "8\n", - "[323.43505859375, 633.9623413085938, 431.0992736816406, 1342.441650390625, 921.956787109375, 584.93408203125, 992.9302368164062, 1054.4481201171875]\n", - "8\n", - "313\n", - "11\n", - "[439.5347595214844, 1235.2474365234375, 900.1194458007812, 373.6073303222656, 445.7857666015625, 570.13525390625, 457.9451904296875, 594.7139892578125, 304.43048095703125, 417.2349853515625, 599.5122680664062]\n", - "11\n", - "314\n", - "39\n", - "[392.6842956542969, 741.6408081054688, 317.5026550292969, 1013.0950927734375, 3252.01220703125, 567.9275512695312, 867.35498046875, 316.5455322265625, 2966.908203125, 2264.350341796875, 1570.152099609375, 400.2808532714844, 549.9927368164062, 310.9568786621094, 544.11279296875, 1167.7049560546875, 2006.0018310546875, 2974.902587890625, 4303.27099609375, 3969.41943359375, 4763.21484375, 3172.265869140625, 948.3973999023438, 1767.6231689453125, 1540.8406982421875, 2194.396484375, 3088.967529296875, 3970.64208984375, 2722.380126953125, 664.4459228515625, 1221.5362548828125, 2082.306884765625, 4223.61865234375, 2042.804443359375, 2201.577880859375, 1174.3194580078125, 1765.7115478515625, 1106.2744140625, 479.21392822265625]\n", - "39\n", - "315\n", - "9" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[480.8102111816406, 753.731201171875, 1573.755126953125, 599.7970581054688, 1387.5030517578125, 2185.700439453125, 654.9915161132812, 904.3131103515625, 342.1270446777344]\n", - "9\n", - "316\n", - "19\n", - "[472.363037109375, 334.0664978027344, 445.4491271972656, 1172.759033203125, 1381.3033447265625, 429.03460693359375, 487.88421630859375, 327.07354736328125, 1454.509521484375, 1340.173828125, 505.1758117675781, 1051.8662109375, 1684.66015625, 1571.0677490234375, 445.86865234375, 1122.0, 528.9503784179688, 439.6334228515625, 337.3360290527344]\n", - "19\n", - "317\n", - "7\n", - "[459.643310546875, 1426.75244140625, 1162.574951171875, 596.9288940429688, 803.6072998046875, 724.7982177734375, 393.49676513671875]\n", - "7\n", - "318\n", - "5\n", - "[348.0428466796875, 1323.817138671875, 2597.66845703125, 1987.826416015625, 357.54052734375]\n", - "5\n", - "319\n", - "15\n", - "[673.1664428710938, 719.865966796875, 771.8092041015625, 948.4434204101562, 752.5753173828125, 740.41796875, 477.60888671875, 531.40380859375, 435.56646728515625, 399.4393310546875, 374.256591796875, 319.1136779785156, 463.8500061035156, 495.1976013183594, 591.7140502929688]\n", - "15\n", - "320\n", - "8\n", - "[477.2781066894531, 1270.65087890625, 491.40093994140625, 923.786376953125, 1256.239990234375, 382.7125244140625, 490.3668518066406, 336.341796875]\n", - "8\n", - "321\n", - "10\n", - "[1426.814697265625, 1874.9713134765625, 991.760986328125, 944.217041015625, 1692.5045166015625, 1554.8250732421875, 591.8975830078125, 514.1331176757812, 1160.209228515625, 967.7185668945312]\n", - "10\n", - "322\n", - "6\n", - "[337.7351379394531, 319.5653991699219, 868.9815673828125, 2473.087158203125, 857.30712890625, 912.0602416992188]\n", - "6\n", - "323\n", - "14\n", - "[334.7554931640625, 626.574951171875, 381.0387878417969, 531.72802734375, 653.70947265625, 678.2019653320312, 1092.0933837890625, 1433.65185546875, 382.66448974609375, 836.8643188476562, 383.97015380859375, 836.4646606445312, 346.51708984375, 586.4871215820312]\n", - "14\n", - "324\n", - "7\n", - "[411.18829345703125, 378.1452331542969, 426.8071594238281, 1717.0567626953125, 735.2786865234375, 786.2926025390625, 759.9824829101562]\n", - "7\n", - "325\n", - "8\n", - "[606.8724365234375, 323.66192626953125, 509.880859375, 1209.925048828125, 1081.1221923828125, 827.085205078125, 467.95068359375, 510.40704345703125]\n", - "8\n", - "326\n", - "7\n", - "[1387.78466796875, 1602.8072509765625, 667.5440063476562, 2292.16748046875, 2375.05908203125, 325.69317626953125, 872.8130493164062]\n", - "7\n", - "327\n", - "10\n", - "[626.2974243164062, 1794.281005859375, 565.5167846679688, 2540.17236328125, 1710.038330078125, 1273.591796875, 3191.765625, 1895.1732177734375, 1117.824951171875, 414.9152526855469]\n", - "10\n", - "328\n", - "6\n", - "[867.481201171875, 960.595947265625, 1239.2205810546875, 1415.7913818359375, 1070.850830078125, 467.2618103027344]\n", - "6\n", - "329\n", - "5\n", - "[752.8966674804688, 1516.332275390625, 2590.41650390625, 815.9993286132812, 482.5112609863281]\n", - "5\n", - "330\n", - "28\n", - "[379.4228210449219, 380.7679443359375, 827.2008666992188, 496.74920654296875, 659.1549682617188, 318.3180847167969, 721.2108154296875, 631.1982421875, 542.983642578125, 569.7120971679688, 2182.617431640625, 748.5162963867188, 300.3113708496094, 1961.9613037109375, 989.01416015625, 1389.70849609375, 555.1702270507812, 931.81005859375, 2077.94287109375, 3249.18115234375, 2319.400634765625, 1563.195068359375, 664.6282958984375, 1846.77294921875, 2423.0849609375, 1376.0821533203125, 511.6911926269531, 591.278076171875]\n", - "28\n", - "331\n", - "12\n", - "[610.771240234375, 797.7754516601562, 1884.531982421875, 1980.428955078125, 1012.8815307617188, 2250.681640625, 3180.955322265625, 1841.918212890625, 2377.891845703125, 599.3208618164062, 1064.428466796875, 645.7025756835938]\n", - "12\n", - "332\n", - "14\n", - "[687.919677734375, 534.6883544921875, 366.2195739746094, 1594.292724609375, 2208.74462890625, 1877.1630859375, 474.23870849609375, 1753.4573974609375, 990.9634399414062, 600.0739135742188, 453.9947204589844, 580.6445922851562, 474.1168212890625, 508.11334228515625]\n", - "14\n", - "333\n", - "9\n", - "[694.8455200195312, 992.8071899414062, 599.0842895507812, 638.9130859375, 2566.648193359375, 1293.86083984375, 847.9876708984375, 1853.8841552734375, 1039.1904296875]\n", - "9\n", - "334\n", - "16\n", - "[396.4446716308594, 316.81097412109375, 454.5705871582031, 1318.3101806640625, 455.62274169921875, 503.23199462890625, 2298.263916015625, 2960.157470703125, 1476.891845703125, 435.2328796386719, 487.6189880371094, 898.1736450195312, 313.02984619140625, 343.7015380859375, 764.6694946289062, 312.80908203125]\n", - "16\n", - "335\n", - "13\n", - "[340.23956298828125, 584.8179931640625, 797.3132934570312, 3340.12255859375, 3538.0673828125, 2967.957275390625, 1141.431884765625, 1027.94091796875, 1271.9310302734375, 2563.8212890625, 1513.569580078125, 323.2107849121094, 365.93048095703125]\n", - "13\n", - "336\n", - "12\n", - "[431.77532958984375, 651.2023315429688, 410.2133483886719, 499.23687744140625, 425.26715087890625, 845.5955810546875, 770.6012573242188, 710.826171875, 720.4545288085938, 550.0542602539062, 416.914794921875, 475.6281433105469]\n", - "12\n", - "337\n", - "4\n", - "[4280.2861328125, 1306.9483642578125, 395.8466491699219, 552.5676879882812]\n", - "4\n", - "338\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[389.1100158691406, 310.52838134765625, 997.66943359375, 2161.5087890625, 1133.697509765625, 574.1181030273438, 1461.559814453125, 1626.4000244140625]\n", - "8\n", - "339\n", - "6\n", - "[355.91351318359375, 591.6246337890625, 1649.8446044921875, 1137.3106689453125, 1048.33984375, 653.1575317382812]\n", - "6\n", - "340\n", - "19\n", - "[745.010009765625, 537.400634765625, 1783.9705810546875, 920.4501953125, 335.1958923339844, 1698.11279296875, 886.70751953125, 796.9776000976562, 1123.791015625, 733.52392578125, 458.8932800292969, 1344.7427978515625, 1141.191650390625, 525.91455078125, 414.3340759277344, 1039.0765380859375, 1219.660400390625, 613.1646118164062, 691.2948608398438]\n", - "19\n", - "341\n", - "12\n", - "[309.0953063964844, 583.921142578125, 898.5936279296875, 801.5444946289062, 457.0769348144531, 766.4850463867188, 481.1172790527344, 478.17779541015625, 1487.6767578125, 898.0410766601562, 806.2998046875, 460.7086181640625]\n", - "12\n", - "342\n", - "9\n", - "[870.7699584960938, 1582.67578125, 655.3432006835938, 606.5457763671875, 3066.046630859375, 778.2031860351562, 497.4103088378906, 3170.92138671875, 622.984619140625]\n", - "9\n", - "343\n", - "21\n", - "[1012.310791015625, 345.83172607421875, 427.41583251953125, 1120.42626953125, 2132.50048828125, 805.912109375, 448.7373962402344, 1327.447265625, 660.3867797851562, 409.8110046386719, 699.7631225585938, 833.1945190429688, 417.7967224121094, 545.9393310546875, 1109.8780517578125, 554.109130859375, 318.9438171386719, 660.304931640625, 512.4098510742188, 1045.8753662109375, 454.2657470703125]\n", - "21\n", - "344\n", - "40\n", - "[1010.4013061523438, 561.0709838867188, 693.7977905273438, 310.34906005859375, 324.555908203125, 618.9185180664062, 712.2140502929688, 694.739013671875, 1509.12109375, 1936.681396484375, 1131.44775390625, 1965.138427734375, 862.5708618164062, 1332.8961181640625, 2008.6856689453125, 2082.286376953125, 1882.50244140625, 2241.3671875, 2116.00390625, 3176.31494140625, 1799.0426025390625, 484.50201416015625, 1471.925537109375, 1509.2720947265625, 2306.041015625, 2709.412353515625, 1054.16162109375, 761.2501831054688, 2152.0419921875, 2447.575927734375, 2346.5771484375, 894.7202758789062, 823.9515380859375, 1014.6447143554688, 1077.622314453125, 1867.30810546875, 362.9958801269531, 510.50579833984375, 644.459716796875, 329.3499755859375]\n", - "40\n", - "345\n", - "42\n", - "[1222.747802734375, 2398.616943359375, 953.3458251953125, 630.1310424804688, 1896.714111328125, 2451.052978515625, 2531.574462890625, 1909.103271484375, 824.2330322265625, 1880.04736328125, 1291.5198974609375, 490.28802490234375, 929.5945434570312, 1577.220458984375, 2460.98486328125, 2442.2021484375, 2035.341796875, 2449.2490234375, 1357.9234619140625, 652.5433349609375, 939.004638671875, 360.8446044921875, 810.7173461914062, 2425.876953125, 1910.7835693359375, 1819.0614013671875, 1700.1036376953125, 719.0946655273438, 613.9778442382812, 964.2373657226562, 337.06109619140625, 1398.3870849609375, 686.395751953125, 1039.7794189453125, 1239.5732421875, 859.9163818359375, 428.084228515625, 651.34423828125, 548.5745849609375, 313.4120178222656, 824.4212036132812, 368.3001403808594]\n", - "42\n", - "346\n", - "135\n", - "[457.3097229003906, 409.14971923828125, 483.0662536621094, 555.7779541015625, 684.7693481445312, 450.8018493652344, 306.84613037109375, 1928.8948974609375, 2410.05908203125, 1810.5111083984375, 2696.055908203125, 585.0545654296875, 349.70458984375, 547.8639526367188, 4033.686767578125, 3809.085693359375, 7002.12060546875, 6739.75732421875, 6573.55126953125, 1984.4122314453125, 729.0986938476562, 777.59375, 334.8561096191406, 4033.787109375, 5851.5556640625, 7113.11279296875, 4507.3837890625, 6662.7197265625, 5105.22998046875, 4860.99267578125, 709.059814453125, 4629.69970703125, 6254.37841796875, 5610.541015625, 7351.98388671875, 7307.78076171875, 7016.2021484375, 4695.31103515625, 5772.32861328125, 2553.866943359375, 597.8958129882812, 2630.83251953125, 5813.3408203125, 7365.37255859375, 7352.69384765625, 7945.27001953125, 7410.388671875, 6684.54345703125, 7623.193359375, 1988.049560546875, 461.3343200683594, 1104.4051513671875, 1788.571044921875, 5230.833984375, 6140.619140625, 7496.96484375, 7359.6923828125, 8076.77734375, 8311.421875, 6666.17578125, 1557.8404541015625, 452.0262145996094, 1129.6929931640625, 856.3611450195312, 521.34130859375, 4679.59619140625, 6556.0908203125, 7679.98095703125, 6984.77099609375, 7665.03564453125, 7568.7919921875, 8109.166015625, 8450.7314453125, 8336.8642578125, 1231.622802734375, 682.6197509765625, 1274.248779296875, 6402.6064453125, 7260.64306640625, 5826.96923828125, 7479.88916015625, 8331.8173828125, 7899.4326171875, 8228.1396484375, 7721.88330078125, 1084.845458984375, 1471.991455078125, 426.94677734375, 4431.90087890625, 7184.07568359375, 6406.4990234375, 5890.1474609375, 6712.15869140625, 7641.83447265625, 6295.94287109375, 5153.642578125, 1335.077880859375, 3242.841796875, 5211.6796875, 415.94451904296875, 2711.90234375, 1614.6378173828125, 2236.8388671875, 3402.224853515625, 2362.69921875, 2565.66552734375, 1148.4857177734375, 209.72476196289062, 6576.3916015625, 5516.150390625, 328.0483703613281, 184.18821716308594, 4494.40625, 7165.8369140625, 308.31365966796875, 3028.069580078125, 7942.490234375, 4910.904296875, 914.0770263671875, 1338.527587890625, 7360.85546875, 7523.93017578125, 1060.2095947265625, 378.6805114746094, 411.0249938964844, 4128.63330078125, 6658.45068359375, 2464.772705078125, 737.14794921875, 305.57220458984375, 447.9589538574219, 936.7573852539062, 351.20086669921875, 452.8494873046875, 497.0599670410156]\n", - "135\n", - "347\n", - "12\n", - "[890.4659423828125, 340.0856628417969, 996.447998046875, 496.63360595703125, 600.8926391601562, 1057.4176025390625, 1411.8934326171875, 1436.25439453125, 587.6387329101562, 1024.6439208984375, 1271.822021484375, 1025.7615966796875]\n", - "12\n", - "348\n", - "8\n", - "[561.3978271484375, 1669.3294677734375, 778.2485961914062, 1023.2658081054688, 1105.9080810546875, 483.80572509765625, 331.1247253417969, 436.39190673828125]\n", - "8\n", - "349\n", - "132\n", - "[1357.9320068359375, 1199.7564697265625, 730.0659790039062, 1028.7310791015625, 766.7472534179688, 1181.359375, 331.2832946777344, 1291.7645263671875, 694.5640258789062, 402.8514099121094, 458.7030029296875, 2428.801513671875, 2442.2099609375, 1275.5401611328125, 1823.4691162109375, 348.9468078613281, 529.2553100585938, 1628.5556640625, 619.5591430664062, 2650.932373046875, 553.1207885742188, 403.0997619628906, 1077.071533203125, 316.3737487792969, 415.989013671875, 1164.4407958984375, 463.1838073730469, 2236.625244140625, 2327.64013671875, 643.7688598632812, 441.49664306640625, 1526.717041015625, 835.273681640625, 383.17333984375, 948.2352905273438, 659.0565185546875, 2318.07470703125, 436.1919860839844, 344.77642822265625, 465.4185485839844, 3915.69384765625, 1834.546875, 1622.4779052734375, 2013.393798828125, 1351.3463134765625, 763.1976928710938, 1775.3319091796875, 3050.16650390625, 1622.6358642578125, 697.938720703125, 464.4478759765625, 671.9683227539062, 3670.5947265625, 3157.479248046875, 2242.8271484375, 2896.34765625, 3558.2314453125, 4115.89501953125, 2219.98876953125, 1220.726806640625, 560.9085083007812, 402.29840087890625, 2188.0703125, 3789.572265625, 4702.5595703125, 4648.3955078125, 4633.1865234375, 3985.055419921875, 2443.632080078125, 3418.938232421875, 4244.087890625, 2349.46826171875, 834.4610595703125, 350.8598327636719, 1913.8123779296875, 4858.0546875, 5425.859375, 5085.12353515625, 5348.02685546875, 5612.4375, 5153.57080078125, 4437.36474609375, 4350.97705078125, 1734.2825927734375, 453.38140869140625, 4931.61474609375, 5210.54541015625, 4894.0078125, 5221.25048828125, 4763.08349609375, 645.913330078125, 459.80908203125, 2035.06396484375, 2406.126708984375, 5491.19140625, 5444.4482421875, 5274.51171875, 3836.9306640625, 3375.38330078125, 3467.93896484375, 2125.32275390625, 1171.1845703125, 410.63916015625, 2328.526123046875, 5182.71240234375, 5001.92431640625, 4908.04248046875, 4638.83544921875, 1925.8494873046875, 1822.425048828125, 418.5171813964844, 3271.29296875, 2350.7041015625, 1726.9012451171875, 5067.31298828125, 5374.25146484375, 5517.50048828125, 4616.5107421875, 2998.084716796875, 608.8594970703125, 2913.909423828125, 2130.638671875, 1030.6949462890625, 1187.00830078125, 2140.80224609375, 3908.532470703125, 3130.227783203125, 350.510009765625, 1229.592529296875, 813.0786743164062, 482.3935241699219, 702.8427734375]\n", - "132\n", - "350\n", - "12\n", - "[301.3030090332031, 1537.0987548828125, 2131.0654296875, 1746.4324951171875, 304.6977233886719, 633.6257934570312, 3436.67431640625, 1934.014892578125, 323.9013366699219, 2987.310791015625, 517.0150756835938, 445.0342102050781]\n", - "12\n", - "351\n", - "7\n", - "[454.3966369628906, 1933.06591796875, 1182.63232421875, 895.4979248046875, 481.7637023925781, 1483.036376953125, 632.1255493164062]\n", - "7\n", - "352\n", - "11\n", - "[592.388427734375, 744.1224975585938, 2081.716064453125, 1055.49951171875, 372.802734375, 993.8475952148438, 784.0830078125, 807.7462158203125, 353.7735900878906, 671.931396484375, 534.92236328125]\n", - "11\n", - "353\n", - "11\n", - "[429.8511657714844, 323.5572814941406, 323.7926330566406, 421.55615234375, 1231.5113525390625, 441.2058410644531, 387.88812255859375, 931.045166015625, 568.719482421875, 488.3927307128906, 719.9413452148438]\n", - "11\n", - "354\n", - "27\n", - "[311.3375549316406, 323.5604553222656, 438.4420471191406, 593.6531982421875, 439.33160400390625, 321.2410888671875, 1238.0712890625, 681.8009643554688, 1208.775634765625, 1990.245849609375, 2983.13623046875, 1588.1004638671875, 379.00830078125, 3017.059326171875, 3050.68310546875, 3189.634033203125, 1512.6417236328125, 418.4055480957031, 753.7227783203125, 1868.4915771484375, 2579.074951171875, 897.698974609375, 410.8742370605469, 1212.7872314453125, 549.8209838867188, 668.1239624023438, 309.2505187988281]\n", - "27\n", - "355\n", - "5\n", - "[1253.928955078125, 1548.8983154296875, 1412.529052734375, 620.73046875, 525.4552612304688]\n", - "5\n", - "356\n", - "350\n", - "[346.5391845703125, 589.9251708984375, 667.11376953125, 712.9902954101562, 952.5433959960938, 551.8394775390625, 314.11651611328125, 1588.0029296875, 1024.7386474609375, 711.5850830078125, 398.29083251953125, 310.2998352050781, 757.374267578125, 576.6887817382812, 327.31475830078125, 694.3447265625, 1312.2982177734375, 464.8822937011719, 494.06146240234375, 653.9967651367188, 777.3192138671875, 447.71038818359375, 397.25250244140625, 319.57269287109375, 870.9037475585938, 1723.4290771484375, 857.5643310546875, 528.2786254882812, 376.53509521484375, 1567.047607421875, 1248.06298828125, 688.815185546875, 420.3380432128906, 447.03851318359375, 398.85198974609375, 196.52847290039062, 1702.8121337890625, 403.7408447265625, 406.2444763183594, 306.291259765625, 567.5235595703125, 961.4871826171875, 2036.86083984375, 1242.758056640625, 1628.0625, 1502.3326416015625, 1455.5399169921875, 2345.29248046875, 2908.242431640625, 2081.59619140625, 1416.2796630859375, 487.9658508300781, 863.2992553710938, 315.8345947265625, 558.3831176757812, 765.9072875976562, 1083.66845703125, 2550.94384765625, 5197.775390625, 4140.73291015625, 5112.5654296875, 4530.99169921875, 1410.2841796875, 2764.54150390625, 112.27765655517578, 388.57366943359375, 950.146728515625, 302.0125427246094, 638.20263671875, 390.2265625, 369.87176513671875, 826.6625366210938, 566.9556884765625, 414.849853515625, 3122.182373046875, 3304.7734375, 5295.07568359375, 5349.26708984375, 5035.7431640625, 3519.68408203125, 4714.3173828125, 1537.607666015625, 815.3817749023438, 2235.736572265625, 950.8731079101562, 1106.570556640625, 779.5104370117188, 605.8514404296875, 390.4787292480469, 495.7439270019531, 356.2514343261719, 793.9632568359375, 918.8794555664062, 1843.888427734375, 3024.340576171875, 2922.970947265625, 428.5703430175781, 868.2166137695312, 4199.52880859375, 3248.790283203125, 5031.0390625, 4606.04052734375, 4175.671875, 1949.825439453125, 629.1751098632812, 3214.401123046875, 2881.165283203125, 2021.719970703125, 1213.5911865234375, 1553.116943359375, 804.6890258789062, 654.4759521484375, 777.6526489257812, 1299.616455078125, 1704.868896484375, 3476.894287109375, 3037.737548828125, 2697.028076171875, 4279.36279296875, 1430.9986572265625, 208.7751922607422, 2128.1044921875, 4433.255859375, 5208.783203125, 5476.57177734375, 5171.48583984375, 2434.522216796875, 3099.6943359375, 4669.30419921875, 2361.750732421875, 665.8427124023438, 1127.4046630859375, 84.83914184570312, 380.46099853515625, 1130.001953125, 536.7144775390625, 360.2529296875, 1226.0780029296875, 1235.5111083984375, 917.971435546875, 173.25753784179688, 357.6781005859375, 1198.0181884765625, 3345.138427734375, 2698.963134765625, 2838.196533203125, 2876.321533203125, 3624.251953125, 2688.634033203125, 1844.4671630859375, 1317.56982421875, 4753.1142578125, 4476.806640625, 857.8873291015625, 148.0628662109375, 164.84478759765625, 115.17107391357422, 139.14613342285156, 1167.4168701171875, 1369.5323486328125, 399.67791748046875, 724.5382080078125, 1818.8804931640625, 4691.96630859375, 2664.03662109375, 1584.6119384765625, 4446.64013671875, 5511.4111328125, 6009.3681640625, 5925.88134765625, 5928.6689453125, 5256.51513671875, 3662.4453125, 4242.5380859375, 4373.5888671875, 3778.232421875, 2361.61376953125, 2912.5234375, 3455.468505859375, 1490.6895751953125, 731.4169311523438, 2452.282470703125, 2806.0556640625, 1644.711669921875, 836.8783569335938, 634.6966552734375, 1034.4049072265625, 325.48944091796875, 757.4136352539062, 85.49005889892578, 2905.355224609375, 5149.4208984375, 4778.09716796875, 5699.384765625, 6087.416015625, 5582.25390625, 5035.1396484375, 4133.14794921875, 3388.763916015625, 1935.1529541015625, 607.7329711914062, 150.50830078125, 1479.2723388671875, 733.1812744140625, 2744.37939453125, 3291.478515625, 2803.69140625, 1784.4500732421875, 1757.3848876953125, 2108.737060546875, 1632.3594970703125, 2254.66845703125, 949.5936279296875, 3673.154296875, 4999.92724609375, 5297.25390625, 3856.348876953125, 5390.951171875, 5289.83056640625, 5069.3193359375, 1591.27001953125, 4990.12060546875, 3808.012939453125, 4453.87109375, 3761.456787109375, 2155.122314453125, 2314.192626953125, 1493.9385986328125, 935.3291625976562, 1510.05419921875, 601.6500244140625, 671.3575439453125, 379.1524658203125, 1898.1739501953125, 3910.225341796875, 4660.13818359375, 2934.7998046875, 4205.48974609375, 4926.78857421875, 4583.64599609375, 4860.818359375, 4066.617431640625, 654.1834716796875, 4816.365234375, 4473.86962890625, 4181.4775390625, 3068.600830078125, 3326.5146484375, 1369.1663818359375, 622.7071533203125, 376.0627136230469, 1074.289306640625, 2464.969482421875, 2869.50830078125, 2404.473876953125, 1696.0682373046875, 3781.399658203125, 4058.036865234375, 4571.4873046875, 2001.5401611328125, 1792.161376953125, 3533.983154296875, 3478.055908203125, 2640.37890625, 3032.734619140625, 3007.4716796875, 574.9593505859375, 420.77362060546875, 461.6061706542969, 875.6087036132812, 1332.3240966796875, 683.1634521484375, 1893.4251708984375, 1474.325439453125, 682.4737548828125, 3721.06689453125, 2714.450927734375, 968.814697265625, 1531.0242919921875, 2249.79052734375, 929.022216796875, 218.3017578125, 1680.8668212890625, 2986.863037109375, 2281.070556640625, 2033.4051513671875, 1272.12744140625, 428.0876159667969, 618.9873657226562, 1413.865234375, 1486.197021484375, 2423.11474609375, 2423.39208984375, 2501.861328125, 2735.14404296875, 287.428466796875, 1624.472900390625, 2050.529296875, 836.15234375, 422.5843200683594, 896.3109130859375, 557.7107543945312, 1259.3900146484375, 2291.312744140625, 1810.741455078125, 569.6453857421875, 732.6028442382812, 368.8945007324219, 1023.4008178710938, 1345.498779296875, 1182.6099853515625, 1553.3555908203125, 2664.23046875, 3611.255126953125, 2893.043212890625, 3029.219482421875, 134.30506896972656, 2153.896484375, 459.7820739746094, 971.7517700195312, 373.1221923828125, 558.2459106445312, 1121.4012451171875, 1191.95751953125, 1155.75537109375, 571.8623046875, 1597.330810546875, 844.2963256835938, 481.9823913574219, 2718.660400390625, 2347.818603515625, 970.07958984375, 738.033203125, 677.15185546875, 312.59051513671875, 590.601318359375, 501.4128112792969, 2252.474853515625, 1468.9296875, 1182.8895263671875, 813.6939086914062, 653.0556030273438, 646.6046752929688, 414.42352294921875, 349.34564208984375, 573.9434814453125]\n", - "346" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "357\n", - "9\n", - "[788.8677368164062, 1195.5560302734375, 1946.2236328125, 4105.13525390625, 848.8837280273438, 703.9389038085938, 2067.56591796875, 1497.570068359375, 900.767333984375]\n", - "9\n", - "358\n", - "9\n", - "[469.1409912109375, 533.338134765625, 777.8975219726562, 1695.301025390625, 693.5574340820312, 999.477294921875, 511.703369140625, 355.9571228027344, 540.807861328125]\n", - "9\n", - "359\n", - "11\n", - "[306.903076171875, 441.88348388671875, 719.6715087890625, 486.56048583984375, 1067.711181640625, 1607.3521728515625, 774.781982421875, 523.2460327148438, 522.5474853515625, 425.0198669433594, 449.4599914550781]\n", - "11\n", - "360\n", - "5\n", - "[775.8225708007812, 2582.71435546875, 926.6512451171875, 322.59686279296875, 621.6483764648438]\n", - "5\n", - "361\n", - "15\n", - "[504.84112548828125, 401.3633117675781, 761.5214233398438, 552.6504516601562, 1123.6881103515625, 1359.6651611328125, 959.1434326171875, 864.5601196289062, 565.9592895507812, 328.9705810546875, 1386.224365234375, 1149.7423095703125, 474.19329833984375, 857.5956420898438, 556.5690307617188]\n", - "15\n", - "362\n", - "12\n", - "[767.89892578125, 1562.90087890625, 1894.8619384765625, 749.5733032226562, 659.2189331054688, 927.9882202148438, 2375.997314453125, 2582.617431640625, 780.3518676757812, 772.5203857421875, 1052.5732421875, 1151.768310546875]\n", - "12\n", - "363\n", - "8\n", - "[842.6178588867188, 338.92913818359375, 2250.0087890625, 1820.0438232421875, 597.2786254882812, 780.5550537109375, 867.316162109375, 453.96600341796875]\n", - "8\n", - "364\n", - "11\n", - "[2073.44677734375, 908.1994018554688, 1081.6077880859375, 2359.284423828125, 1439.8048095703125, 307.25616455078125, 971.38525390625, 1356.1015625, 1102.53466796875, 746.8358154296875, 523.4830932617188]\n", - "11\n", - "365\n", - "12\n", - "[487.0468444824219, 1267.043701171875, 653.814697265625, 1167.117431640625, 373.0136413574219, 431.3193359375, 1776.980712890625, 2703.54833984375, 1252.591796875, 551.9234619140625, 1219.6361083984375, 640.7599487304688]\n", - "12\n", - "366\n", - "21\n", - "[857.5178833007812, 629.3644409179688, 1553.7640380859375, 1920.5089111328125, 1221.93310546875, 1068.741455078125, 537.4820556640625, 1373.0030517578125, 722.7109375, 716.8082885742188, 1967.84375, 2253.464599609375, 659.9505615234375, 546.40771484375, 776.2628173828125, 2422.87451171875, 1634.877685546875, 1196.0877685546875, 1421.8975830078125, 505.6031494140625, 941.2710571289062]\n", - "21\n", - "367\n", - "13\n", - "[1002.5310668945312, 1788.3787841796875, 1790.568115234375, 1199.3074951171875, 445.29095458984375, 334.5855407714844, 1639.3509521484375, 2939.42138671875, 3236.96435546875, 892.2765502929688, 1502.2801513671875, 756.2421875, 973.8782348632812]\n", - "13\n", - "368\n", - "39\n", - "[485.901123046875, 435.40142822265625, 300.081787109375, 1077.416015625, 633.4642333984375, 2197.71728515625, 888.3309936523438, 671.8704833984375, 493.7062683105469, 497.0539855957031, 1337.05078125, 1884.2188720703125, 3441.001708984375, 3821.85009765625, 2182.27685546875, 321.28509521484375, 1740.5382080078125, 2828.380126953125, 2764.122314453125, 2647.288818359375, 1630.092529296875, 1550.9056396484375, 951.801025390625, 1187.302734375, 424.1441955566406, 668.3352661132812, 1206.7137451171875, 1044.5474853515625, 1447.4864501953125, 1789.1597900390625, 1024.366943359375, 969.7020874023438, 1465.073974609375, 322.51263427734375, 328.56024169921875, 305.7442626953125, 350.65875244140625, 590.1065063476562, 469.3109436035156]\n", - "39\n", - "369\n", - "8\n", - "[326.3069763183594, 638.9688110351562, 1331.215087890625, 687.5247802734375, 530.5164794921875, 748.2333984375, 663.4635009765625, 679.6746215820312]\n", - "8\n", - "370\n", - "9\n", - "[1764.6778564453125, 440.927978515625, 360.066650390625, 1811.010986328125, 876.6939086914062, 719.2117309570312, 1115.4283447265625, 652.021484375, 706.491455078125]\n", - "9\n", - "371\n", - "43\n", - "[647.9089965820312, 580.8363037109375, 679.08349609375, 398.7691345214844, 934.75439453125, 1259.17822265625, 1328.795654296875, 934.1923828125, 1468.3914794921875, 2256.4580078125, 1851.0965576171875, 2669.916015625, 1485.2537841796875, 399.0130615234375, 406.5067443847656, 550.48388671875, 686.8921508789062, 867.0296630859375, 599.832275390625, 456.00048828125, 360.7727966308594, 761.2164306640625, 413.3440246582031, 771.3078002929688, 2450.6611328125, 2105.142822265625, 1216.718505859375, 858.27978515625, 937.2113037109375, 530.036865234375, 689.5323486328125, 1539.683349609375, 583.2593383789062, 461.9389953613281, 2616.575439453125, 3145.85595703125, 1041.0592041015625, 517.0255126953125, 469.91259765625, 685.3187866210938, 749.9953002929688, 763.876220703125, 512.6774291992188]\n", - "43\n", - "372\n", - "19\n", - "[394.3700256347656, 314.62908935546875, 382.34759521484375, 597.5592651367188, 377.7231140136719, 614.473388671875, 1035.0458984375, 632.8502807617188, 593.322998046875, 339.18316650390625, 432.6033935546875, 311.8921203613281, 409.4754638671875, 1711.94384765625, 1183.93994140625, 432.5415344238281, 682.8641967773438, 1484.720947265625, 811.0888061523438]\n", - "19\n", - "373\n", - "21\n", - "[497.4156188964844, 404.2025451660156, 1232.7034912109375, 1205.912109375, 562.6480712890625, 516.2327270507812, 861.6605224609375, 1228.9111328125, 732.7158203125, 350.3653259277344, 1275.031982421875, 1300.5556640625, 450.6837463378906, 445.5230407714844, 305.5653381347656, 611.0848999023438, 983.0279541015625, 923.6952514648438, 323.9800109863281, 975.756103515625, 902.3773803710938]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21\n", - "374\n", - "10\n", - "[345.99407958984375, 939.6566162109375, 498.9882507324219, 378.12213134765625, 830.2936401367188, 1054.280517578125, 572.7960205078125, 686.429931640625, 995.0226440429688, 426.9163513183594]\n", - "10\n", - "375\n", - "8\n", - "[365.16998291015625, 609.8839111328125, 607.9085693359375, 452.0535583496094, 648.970947265625, 957.3756713867188, 677.9920654296875, 1207.1719970703125]\n", - "8\n", - "376\n", - "10\n", - "[489.7997741699219, 346.9288635253906, 378.52825927734375, 411.4012756347656, 395.5101318359375, 405.6205749511719, 376.7647705078125, 445.0263366699219, 1534.4698486328125, 1041.2025146484375]\n", - "10\n", - "377\n", - "45\n", - "[1136.708740234375, 694.7387084960938, 500.9582824707031, 430.6678161621094, 829.6475219726562, 1906.378662109375, 721.1730346679688, 1759.947265625, 1175.8687744140625, 371.30328369140625, 946.5572509765625, 2684.581298828125, 2291.39697265625, 1816.542236328125, 1993.5234375, 640.786865234375, 1075.2393798828125, 1256.3262939453125, 1825.7655029296875, 2185.25732421875, 1584.5615234375, 1138.4793701171875, 859.542236328125, 416.0610046386719, 351.41021728515625, 1147.699462890625, 1939.85693359375, 2769.2158203125, 2464.32763671875, 2789.83544921875, 2491.413818359375, 437.06317138671875, 396.2328186035156, 2201.49560546875, 1968.2630615234375, 2919.162841796875, 1398.048828125, 411.6050109863281, 304.0256042480469, 448.65069580078125, 1471.566162109375, 741.0952758789062, 2330.080322265625, 780.61865234375, 692.6663818359375]\n", - "45\n", - "378\n", - "38\n", - "[703.5852661132812, 486.90045166015625, 705.0410766601562, 414.2981262207031, 1032.390625, 819.231689453125, 328.97479248046875, 1134.099853515625, 2240.524658203125, 514.06005859375, 501.4294738769531, 1057.97119140625, 1120.959716796875, 1066.4217529296875, 523.6244506835938, 562.8701782226562, 1103.9168701171875, 2251.704345703125, 3204.857177734375, 1559.77197265625, 482.6715087890625, 456.6598205566406, 1099.7930908203125, 3164.41796875, 1876.212890625, 530.66162109375, 1494.2052001953125, 2850.688720703125, 648.7595825195312, 1137.320068359375, 1921.954833984375, 389.3507385253906, 452.8976135253906, 1190.807373046875, 2277.67919921875, 660.7975463867188, 411.1313781738281, 640.5592041015625]\n", - "38\n", - "379\n", - "27\n", - "[536.7271728515625, 320.48187255859375, 444.9212341308594, 663.5673828125, 607.0706176757812, 250.41001892089844, 844.0546264648438, 1806.554443359375, 796.1077880859375, 323.7629089355469, 1102.302490234375, 3337.3076171875, 5308.50439453125, 2648.028564453125, 2263.67724609375, 546.4892578125, 2747.114990234375, 5254.5087890625, 4794.49072265625, 4613.3505859375, 1312.458740234375, 436.32208251953125, 562.9269409179688, 2248.419189453125, 2022.053466796875, 1131.50927734375, 845.4860229492188]\n", - "27\n", - "380\n", - "75\n", - "[691.942138671875, 364.22967529296875, 938.248046875, 328.61822509765625, 943.9841918945312, 1346.27001953125, 583.154052734375, 382.85675048828125, 733.626220703125, 854.66015625, 2117.688720703125, 1289.00341796875, 382.8614501953125, 886.658447265625, 1310.054931640625, 415.3830261230469, 547.30859375, 907.8456420898438, 1725.9208984375, 778.9678955078125, 832.111083984375, 762.3905639648438, 321.6078796386719, 597.1851806640625, 413.1936340332031, 1555.908935546875, 535.4517822265625, 306.96466064453125, 784.6365356445312, 539.65478515625, 589.2650146484375, 1331.7569580078125, 3222.026611328125, 2520.361328125, 3915.141357421875, 3075.513916015625, 3123.214111328125, 2728.034423828125, 1333.844970703125, 755.4124145507812, 1401.299560546875, 722.3637084960938, 300.3734130859375, 791.197021484375, 1602.7901611328125, 2580.847900390625, 2302.80810546875, 1931.422607421875, 668.981689453125, 398.1247253417969, 1287.1407470703125, 1074.2958984375, 2213.331298828125, 2412.759521484375, 3138.349853515625, 592.5377807617188, 1384.6522216796875, 2627.771240234375, 993.6612548828125, 764.9085083007812, 1456.296142578125, 910.8759155273438, 1100.8096923828125, 700.3048706054688, 679.12451171875, 627.1490478515625, 582.2393798828125, 1306.5263671875, 525.490478515625, 1062.608642578125, 496.3525695800781, 629.7510375976562, 385.2746276855469, 621.4464721679688, 656.4354248046875]\n", - "75\n", - "381\n", - "20\n", - "[499.6395263671875, 820.9701538085938, 450.2076110839844, 2849.705078125, 1608.5968017578125, 581.0250854492188, 2784.1650390625, 2922.383056640625, 1324.769287109375, 1010.7154541015625, 362.0091552734375, 2197.356689453125, 2979.018310546875, 625.3208618164062, 981.1746215820312, 1309.7364501953125, 501.7384033203125, 411.60626220703125, 449.0812683105469, 374.15106201171875]\n", - "20\n", - "382\n", - "15\n", - "[700.0881958007812, 1043.3172607421875, 701.6035766601562, 474.9049377441406, 879.7186889648438, 717.4673461914062, 1864.739501953125, 1396.5384521484375, 912.0263061523438, 1147.3643798828125, 550.2280883789062, 485.86212158203125, 324.0038757324219, 556.5768432617188, 545.1262817382812]\n", - "15\n", - "383\n", - "16\n", - "[399.0419616699219, 521.5328369140625, 699.2294921875, 1751.8759765625, 1473.412353515625, 2384.935546875, 979.5740966796875, 1120.1046142578125, 956.5940551757812, 1944.2069091796875, 2708.6572265625, 2379.419921875, 464.8414306640625, 500.9347839355469, 713.0520629882812, 752.0003051757812]\n", - "16\n", - "384\n", - "7\n", - "[436.8798522949219, 730.6336059570312, 2077.60009765625, 1463.3934326171875, 317.9033508300781, 812.61865234375, 950.680908203125]\n", - "7\n", - "385\n", - "12\n", - "[521.4417114257812, 974.38623046875, 380.1902770996094, 1761.31494140625, 1656.904052734375, 1225.8719482421875, 677.5700073242188, 595.75634765625, 1599.59033203125, 1110.18994140625, 911.2246704101562, 933.7278442382812]\n", - "12\n", - "386\n", - "5\n", - "[1314.9527587890625, 2159.60009765625, 592.9398193359375, 1261.28515625, 1097.9007568359375]\n", - "5\n", - "387\n", - "10\n", - "[490.1831359863281, 1339.0653076171875, 607.6486206054688, 2014.7322998046875, 1111.562255859375, 344.0435485839844, 339.39093017578125, 1569.10107421875, 374.2947998046875, 462.58575439453125]\n", - "10\n", - "388\n", - "57\n", - "[2235.56884765625, 1046.395263671875, 882.5094604492188, 882.11328125, 385.08544921875, 1768.3203125, 2919.613525390625, 321.0145568847656, 980.5416259765625, 477.1516418457031, 451.6403503417969, 450.7288818359375, 921.8601684570312, 387.6165466308594, 462.45025634765625, 362.85125732421875, 688.413818359375, 1534.421142578125, 502.72119140625, 4527.9921875, 5083.431640625, 2431.259033203125, 2364.613037109375, 1246.9056396484375, 1147.0928955078125, 1127.9510498046875, 971.775146484375, 1341.8616943359375, 576.2415161132812, 403.3096618652344, 300.2275695800781, 383.3026428222656, 363.9779357910156, 1824.8419189453125, 660.4492797851562, 993.4512329101562, 934.5335693359375, 1330.2938232421875, 1250.3067626953125, 696.4882202148438, 360.21002197265625, 325.48260498046875, 895.5399169921875, 589.4005126953125, 1187.493408203125, 1226.3548583984375, 1016.9442138671875, 320.45281982421875, 417.0411376953125, 964.9461669921875, 1827.5966796875, 2782.294677734375, 1029.667724609375, 1434.51806640625, 1190.4500732421875, 732.9300537109375, 1142.0723876953125]\n", - "57\n", - "389\n", - "14\n", - "[920.5932006835938, 951.601318359375, 862.634033203125, 1268.3785400390625, 596.9168090820312, 2151.30078125, 726.54248046875, 868.0969848632812, 2441.11181640625, 762.986328125, 769.8460083007812, 1230.992431640625, 1361.5240478515625, 1812.2689208984375]\n", - "14\n", - "390\n", - "15\n", - "[587.7058715820312, 310.8819580078125, 507.62054443359375, 791.220458984375, 1032.76513671875, 918.0629272460938, 1892.1859130859375, 2009.0704345703125, 1126.04345703125, 1403.2335205078125, 1852.0216064453125, 1335.4234619140625, 412.5452880859375, 1264.6890869140625, 628.4964599609375]\n", - "15\n", - "391\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "59\n", - "[583.947509765625, 337.8216247558594, 643.6558837890625, 358.06719970703125, 450.8109130859375, 885.4552001953125, 4136.5498046875, 2436.7646484375, 389.6779479980469, 405.9823913574219, 629.1723022460938, 2088.154052734375, 334.99041748046875, 4722.970703125, 3473.130859375, 439.56988525390625, 1454.9698486328125, 478.7300720214844, 526.3987426757812, 676.6277465820312, 698.96484375, 955.984130859375, 1450.6116943359375, 1912.52392578125, 2437.552734375, 7104.408203125, 6746.728515625, 5625.09716796875, 4361.638671875, 496.0944519042969, 2848.40576171875, 4873.25390625, 825.0147094726562, 447.5019226074219, 451.9890441894531, 812.239990234375, 673.8571166992188, 3711.448486328125, 7514.43896484375, 6986.154296875, 7188.9658203125, 7855.8291015625, 6802.6640625, 3554.0302734375, 510.9896240234375, 844.2227783203125, 1939.0855712890625, 5019.998046875, 7824.9296875, 5957.912109375, 5644.97607421875, 3229.095458984375, 548.3236083984375, 300.5199279785156, 994.5984497070312, 768.8890380859375, 1487.5950927734375, 983.8215942382812, 1303.5281982421875]\n", - "59\n", - "392\n", - "7\n", - "[486.5071105957031, 1786.41259765625, 1456.735107421875, 372.7924499511719, 2010.5174560546875, 543.7769165039062, 435.9503173828125]\n", - "7\n", - "393\n", - "22\n", - "[698.0463256835938, 697.61767578125, 597.0455932617188, 1212.4920654296875, 1865.2657470703125, 1697.3330078125, 1406.9366455078125, 645.7260131835938, 894.4826049804688, 2000.633544921875, 2136.69287109375, 1888.4052734375, 962.2553100585938, 518.8173217773438, 1746.1412353515625, 1953.9566650390625, 2048.530029296875, 1395.3182373046875, 410.5178527832031, 744.5906982421875, 682.8851928710938, 494.8394470214844]\n", - "22\n", - "394\n", - "7\n", - "[1480.2071533203125, 437.0997009277344, 2086.906494140625, 524.7161865234375, 786.30078125, 1013.2619018554688, 320.0789794921875]\n", - "7\n", - "395\n", - "15\n", - "[447.2498779296875, 1627.869873046875, 777.8949584960938, 308.4129333496094, 1072.6485595703125, 1076.794677734375, 2217.421142578125, 522.794189453125, 1119.33447265625, 1305.6162109375, 3028.39208984375, 1249.8074951171875, 558.2347412109375, 1286.617431640625, 497.5925598144531]\n", - "15\n", - "396\n", - "21\n", - "[855.0839233398438, 774.8926391601562, 849.0562744140625, 2171.543212890625, 2116.698974609375, 916.603515625, 362.1033630371094, 815.2655639648438, 1392.025146484375, 1972.85400390625, 2532.146484375, 1243.4716796875, 785.4756469726562, 2029.68408203125, 3465.95947265625, 1259.0145263671875, 1163.9427490234375, 923.2412109375, 2082.033935546875, 996.9000244140625, 437.5965576171875]\n", - "21\n", - "397\n", - "12\n", - "[354.6925354003906, 363.51519775390625, 1416.180908203125, 461.159912109375, 589.57666015625, 2595.40283203125, 2705.6513671875, 826.1026611328125, 675.2263793945312, 2814.828125, 2181.751220703125, 856.754638671875]\n", - "12\n", - "398\n", - "18\n", - "[812.8609619140625, 1855.1181640625, 900.0170288085938, 1182.8614501953125, 2506.54052734375, 2426.438720703125, 3016.957763671875, 500.9924011230469, 3161.891357421875, 3630.697021484375, 1249.037353515625, 576.228271484375, 622.5232543945312, 1608.2166748046875, 512.177978515625, 466.1591491699219, 365.1291809082031, 300.26617431640625]\n", - "18\n", - "399\n", - "18\n", - "[340.47833251953125, 426.28765869140625, 662.7608642578125, 718.3651123046875, 389.410400390625, 329.06378173828125, 3420.390869140625, 3121.219482421875, 3665.40283203125, 722.1246948242188, 4309.38916015625, 3484.01220703125, 1973.6923828125, 2038.8505859375, 1081.93017578125, 550.6887817382812, 426.3226318359375, 304.285400390625]\n", - "18\n", - "400\n", - "4\n", - "[1159.0125732421875, 2826.1572265625, 899.8720092773438, 996.0146484375]\n", - "4\n", - "401\n", - "12\n", - "[522.7039184570312, 379.04461669921875, 472.9104919433594, 712.31005859375, 667.4125366210938, 338.32708740234375, 618.2491455078125, 613.0958251953125, 368.5273132324219, 353.62908935546875, 507.12103271484375, 371.69305419921875]\n", - "12\n", - "402\n", - "7\n", - "[472.0097961425781, 683.3860473632812, 1428.0650634765625, 1752.466796875, 327.5050964355469, 1221.807861328125, 368.2123107910156]\n", - "7\n", - "403\n", - "9\n", - "[328.837890625, 616.7066650390625, 653.2555541992188, 585.5565795898438, 770.9406127929688, 324.5751953125, 791.5877685546875, 733.5633544921875, 516.9738159179688]\n", - "9\n", - "404\n", - "13\n", - "[371.05389404296875, 340.26837158203125, 335.8102111816406, 900.5052490234375, 1133.5770263671875, 659.154541015625, 447.0960388183594, 839.3775024414062, 998.6966552734375, 1121.536865234375, 971.1661376953125, 568.515869140625, 300.53155517578125]\n", - "13\n", - "405\n", - "10\n", - "[1524.319580078125, 2222.4638671875, 1713.57080078125, 371.6063232421875, 2015.6815185546875, 1940.6533203125, 776.8486938476562, 647.3494262695312, 886.498779296875, 1122.1712646484375]\n", - "10\n", - "406\n", - "10\n", - "[1314.3629150390625, 4305.33349609375, 1596.234130859375, 2604.9375, 2845.906982421875, 843.068359375, 684.2758178710938, 472.1484069824219, 303.4221496582031, 385.7081298828125]\n", - "10\n", - "407\n", - "22\n", - "[1386.0125732421875, 3257.82080078125, 1474.1424560546875, 390.76580810546875, 473.4029541015625, 3794.958984375, 4618.0224609375, 4501.34130859375, 2587.19140625, 773.1595458984375, 1737.635986328125, 2955.613037109375, 4353.00732421875, 5033.77001953125, 3040.879638671875, 331.38720703125, 399.2359619140625, 485.69598388671875, 2017.842529296875, 1093.153076171875, 389.354736328125, 362.17279052734375]\n", - "22\n", - "408\n", - "17\n", - "[608.4899291992188, 426.7222900390625, 850.68505859375, 584.4109497070312, 645.8839111328125, 481.94140625, 730.5969848632812, 796.2537841796875, 554.9693603515625, 997.8286743164062, 333.80450439453125, 396.34722900390625, 625.5125122070312, 656.7603759765625, 382.69158935546875, 431.705078125, 445.2627258300781]\n", - "17\n", - "409\n", - "114\n", - "[617.6300048828125, 3071.8486328125, 3400.867431640625, 361.43170166015625, 479.5657653808594, 421.5203857421875, 4082.072998046875, 4505.69287109375, 3613.043701171875, 487.7481384277344, 1373.293212890625, 1038.8165283203125, 1219.0997314453125, 356.1070251464844, 536.2237548828125, 503.4839172363281, 4399.4541015625, 4278.37890625, 3214.06201171875, 4526.3955078125, 4701.462890625, 5125.7158203125, 1034.0968017578125, 1069.27392578125, 3751.527587890625, 3848.414306640625, 1964.3427734375, 3967.291259765625, 7777.96533203125, 5594.0390625, 6635.423828125, 3303.136474609375, 5829.24755859375, 6011.1767578125, 5472.1611328125, 5649.494140625, 6569.57177734375, 5224.697265625, 1735.1334228515625, 1158.8472900390625, 7013.50341796875, 5806.32421875, 6220.3076171875, 7905.064453125, 6800.275390625, 5089.55859375, 7695.17236328125, 6201.6533203125, 7673.1552734375, 5972.5087890625, 4857.349609375, 1622.7783203125, 1585.9488525390625, 6181.38720703125, 7938.88330078125, 6354.78515625, 7476.279296875, 7900.94921875, 7471.14892578125, 7705.91357421875, 8208.8173828125, 3178.21533203125, 620.1043090820312, 381.0042419433594, 513.9408569335938, 552.8131713867188, 504.3523254394531, 354.17041015625, 1633.260009765625, 2169.174072265625, 4975.9013671875, 6886.1591796875, 8179.748046875, 7136.4599609375, 6595.45947265625, 3171.75, 2033.26904296875, 2536.70751953125, 977.9613647460938, 721.9400024414062, 757.2659912109375, 378.122314453125, 593.5128173828125, 807.2545166015625, 1487.1107177734375, 1419.2193603515625, 1117.0654296875, 150.4048614501953, 572.5574340820312, 4951.01123046875, 2768.399169921875, 2077.093017578125, 1142.38427734375, 1006.6107177734375, 319.2010192871094, 1152.6558837890625, 840.6323852539062, 309.2086181640625, 582.9478149414062, 731.9076538085938, 1412.0712890625, 2419.449951171875, 905.1195068359375, 541.5462036132812, 197.6144256591797, 423.6372375488281, 656.8546142578125, 480.11199951171875, 385.13494873046875, 686.0660400390625, 394.0920104980469, 615.5137329101562, 350.2509765625, 447.80401611328125]\n", - "114\n", - "410\n", - "56\n", - "[319.7362060546875, 552.2942504882812, 2293.1513671875, 932.6104125976562, 605.0911254882812, 2090.09375, 765.2305908203125, 1450.0899658203125, 561.3927612304688, 2777.350341796875, 750.7725219726562, 390.0893249511719, 929.131591796875, 1015.1564331054688, 1946.1536865234375, 1207.4798583984375, 372.72906494140625, 850.5355224609375, 363.1745300292969, 947.106201171875, 1680.2357177734375, 2938.06640625, 2283.525146484375, 1667.7489013671875, 668.5845336914062, 478.0062255859375, 2733.225830078125, 1108.7608642578125, 1530.80419921875, 1017.896484375, 1307.9815673828125, 1630.212890625, 2341.48193359375, 780.171142578125, 603.1123657226562, 2401.296875, 1235.40478515625, 2865.4970703125, 2472.400146484375, 2323.34912109375, 1174.7645263671875, 381.61273193359375, 1685.1280517578125, 1135.800048828125, 924.537109375, 1821.2095947265625, 581.7531127929688, 358.6290283203125, 527.8896484375, 301.215087890625, 378.88397216796875, 805.2767333984375, 919.4036865234375, 377.61376953125, 864.5338134765625, 467.2380676269531]\n", - "56\n", - "411\n", - "11\n", - "[974.957275390625, 1353.3167724609375, 943.8466796875, 2291.325439453125, 2826.398193359375, 913.4140625, 1466.8929443359375, 1509.6842041015625, 1932.3775634765625, 736.292724609375, 410.87615966796875]\n", - "11\n", - "412\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "976\n", - "[339.56689453125, 565.895263671875, 359.6301574707031, 387.6333312988281, 673.66943359375, 801.3342895507812, 774.03564453125, 427.625732421875, 512.0575561523438, 706.2183227539062, 361.19732666015625, 385.7644348144531, 358.4298400878906, 858.01123046875, 458.3605651855469, 693.52587890625, 2468.94482421875, 3448.6435546875, 996.4051513671875, 807.2200317382812, 398.3938293457031, 1380.4937744140625, 1072.014892578125, 2419.34521484375, 4520.36572265625, 4877.0048828125, 4631.76513671875, 1701.7176513671875, 491.5951232910156, 475.3586730957031, 783.8737182617188, 1815.859375, 4509.2314453125, 5775.97607421875, 4899.33544921875, 2948.302490234375, 840.7011108398438, 423.6277770996094, 2631.230224609375, 5371.93115234375, 2190.257568359375, 889.019775390625, 722.7014770507812, 1150.8892822265625, 1517.4066162109375, 426.70391845703125, 342.72967529296875, 1337.5147705078125, 2037.58935546875, 384.3169250488281, 325.8017883300781, 786.0462646484375, 331.2369384765625, 539.7514038085938, 1283.29150390625, 981.5338134765625, 507.05303955078125, 806.7525634765625, 567.794677734375, 423.6245422363281, 642.7227783203125, 966.6138305664062, 983.6551513671875, 393.25103759765625, 574.5303344726562, 1107.819091796875, 368.16961669921875, 744.8657836914062, 1328.86962890625, 667.8602905273438, 316.00897216796875, 686.0872802734375, 2696.564697265625, 1833.9075927734375, 2488.640380859375, 612.1993408203125, 500.49200439453125, 1276.2547607421875, 2140.41748046875, 1329.324951171875, 880.7557983398438, 369.0173645019531, 608.8246459960938, 2647.16796875, 2041.125, 1256.305908203125, 1329.335205078125, 912.8892822265625, 420.15948486328125, 425.5050048828125, 878.530517578125, 1748.555419921875, 660.7879028320312, 793.6689453125, 843.4447021484375, 2695.059814453125, 3925.38623046875, 4685.669921875, 1984.08154296875, 618.642578125, 2161.027587890625, 2489.645263671875, 1274.8780517578125, 2254.830322265625, 2446.119384765625, 843.6199951171875, 1185.3721923828125, 929.593505859375, 345.1459045410156, 939.16259765625, 845.4744262695312, 751.9299926757812, 480.4577941894531, 711.0718383789062, 2443.019775390625, 608.2423706054688, 809.5718383789062, 1670.3828125, 1577.2186279296875, 2341.938720703125, 2885.59130859375, 4829.92138671875, 3503.8154296875, 1300.6090087890625, 876.2421264648438, 1955.42333984375, 2477.5439453125, 779.135498046875, 3205.861572265625, 2663.904541015625, 3268.18115234375, 1552.34521484375, 1269.2593994140625, 1633.8031005859375, 837.6809692382812, 1506.400634765625, 966.474365234375, 382.98187255859375, 678.8394165039062, 2163.69970703125, 2510.563720703125, 1207.523193359375, 987.2830200195312, 616.04296875, 2502.60888671875, 1401.0985107421875, 1610.205322265625, 1543.6124267578125, 3314.924560546875, 623.1615600585938, 474.62786865234375, 459.6389465332031, 1229.302734375, 1349.2900390625, 557.9557495117188, 1424.393798828125, 3246.39111328125, 2428.358154296875, 2578.658935546875, 1699.307861328125, 2414.28271484375, 2409.845947265625, 1663.3310546875, 945.4400024414062, 2412.52099609375, 1656.7198486328125, 950.8424682617188, 2708.825927734375, 2556.321044921875, 1294.5040283203125, 345.7630615234375, 1549.3780517578125, 285.3948669433594, 1274.3360595703125, 457.25714111328125, 1891.098876953125, 3067.702392578125, 469.6036071777344, 668.7928466796875, 3168.79052734375, 2502.903564453125, 3877.283935546875, 3407.8046875, 2943.684814453125, 2351.587646484375, 1547.06005859375, 2440.769287109375, 2090.14794921875, 1141.8447265625, 1482.071044921875, 2649.650146484375, 1296.0670166015625, 1983.560302734375, 2198.268798828125, 1488.0343017578125, 1090.5291748046875, 984.59619140625, 406.2345886230469, 323.5282287597656, 2607.581298828125, 4420.0810546875, 3716.922119140625, 5981.62744140625, 3752.474853515625, 1034.6417236328125, 2106.439697265625, 3782.867919921875, 2340.2890625, 3646.007568359375, 3014.043701171875, 3694.406005859375, 4033.806884765625, 1276.8323974609375, 2308.071533203125, 3085.568359375, 2669.87255859375, 1005.1054077148438, 3021.667724609375, 517.2177124023438, 1345.986083984375, 907.3404541015625, 994.0357666015625, 2655.510498046875, 5185.21923828125, 4909.6826171875, 7106.74560546875, 6911.57470703125, 1356.242919921875, 931.3363037109375, 1241.753662109375, 2810.557861328125, 5950.205078125, 7423.43212890625, 6551.0546875, 7080.4052734375, 3280.56005859375, 3427.03125, 1699.376220703125, 4716.30908203125, 4215.5, 1645.765869140625, 2746.9951171875, 372.1985778808594, 2148.603759765625, 3229.30126953125, 2486.721435546875, 4675.423828125, 5257.68701171875, 7655.38818359375, 5527.16943359375, 4156.38671875, 5136.5302734375, 2532.71875, 4002.807373046875, 7820.3525390625, 7382.1044921875, 3809.2177734375, 7482.2001953125, 8280.7626953125, 4523.06787109375, 2678.005859375, 5087.93115234375, 4289.357421875, 1653.469970703125, 594.2133178710938, 548.6375732421875, 424.5304870605469, 1906.1920166015625, 5795.48828125, 7739.32421875, 8418.87890625, 7148.12744140625, 7008.0380859375, 5172.34716796875, 2035.8035888671875, 6826.83740234375, 6536.07421875, 6001.79638671875, 7094.80615234375, 5985.6337890625, 3283.484619140625, 1304.40380859375, 1663.5338134765625, 2728.166259765625, 465.9883117675781, 813.798583984375, 1358.1727294921875, 382.6173400878906, 514.9713745117188, 446.9648132324219, 494.5519104003906, 332.61260986328125, 3296.34619140625, 4409.74560546875, 4683.00390625, 4974.619140625, 7354.93310546875, 7254.64306640625, 7154.939453125, 5409.60009765625, 3732.9111328125, 6516.9658203125, 8231.599609375, 6480.095703125, 5338.23388671875, 6617.654296875, 4431.7373046875, 1531.7841796875, 1633.055419921875, 1519.2138671875, 878.5270385742188, 2868.57373046875, 1872.4818115234375, 469.4100341796875, 325.2716979980469, 783.7050170898438, 1300.300048828125, 996.4668579101562, 645.1211547851562, 1720.40966796875, 2378.612548828125, 6696.3759765625, 8288.9814453125, 6681.74267578125, 4004.69091796875, 3746.1455078125, 5605.970703125, 7964.00830078125, 8713.8134765625, 6425.36865234375, 3116.771484375, 8570.1943359375, 8464.62890625, 7648.779296875, 8039.07470703125, 6630.93505859375, 6101.48583984375, 2483.777099609375, 1110.0787353515625, 434.646728515625, 2561.354736328125, 2215.123779296875, 455.52801513671875, 568.8718872070312, 2013.8751220703125, 1032.538330078125, 536.3848266601562, 768.5882568359375, 626.473876953125, 2031.8349609375, 2323.969970703125, 5307.8046875, 7463.697265625, 5599.001953125, 5315.853515625, 5823.97705078125, 5621.07763671875, 6582.12890625, 8926.8916015625, 9230.4560546875, 7286.37255859375, 4461.10205078125, 7594.232421875, 5616.29638671875, 9399.05078125, 10245.3251953125, 10640.4931640625, 6635.419921875, 2357.113525390625, 1553.85546875, 673.4119262695312, 900.00537109375, 2218.729248046875, 3079.2998046875, 715.4690551757812, 1038.2764892578125, 608.8348388671875, 5324.67626953125, 7072.44921875, 7178.2197265625, 7483.064453125, 5754.373046875, 7909.65625, 8172.39404296875, 8371.609375, 9212.521484375, 9813.2451171875, 7063.98193359375, 6701.86572265625, 9607.880859375, 4677.29150390625, 10473.1591796875, 9300.650390625, 9421.7724609375, 6843.99658203125, 3362.54443359375, 2851.041015625, 516.3609619140625, 340.8807678222656, 396.2419128417969, 936.6090698242188, 2697.05859375, 3251.073974609375, 8500.802734375, 7364.6904296875, 6908.591796875, 7008.34228515625, 7891.67236328125, 7237.29296875, 8570.5830078125, 9152.154296875, 9965.84375, 6842.22021484375, 7396.29541015625, 6329.392578125, 8469.3896484375, 8154.208984375, 10676.111328125, 4565.01904296875, 1610.1036376953125, 3437.619873046875, 1221.3914794921875, 360.114013671875, 371.2258605957031, 379.7395935058594, 821.99658203125, 847.2523803710938, 676.184814453125, 712.3186645507812, 756.5679931640625, 807.2639770507812, 3314.3408203125, 5666.13427734375, 6027.7451171875, 5142.0986328125, 5658.05419921875, 4076.95654296875, 8180.9306640625, 9462.50390625, 10056.353515625, 6639.84912109375, 7488.99951171875, 6787.7744140625, 5464.61767578125, 5558.34228515625, 3804.6826171875, 837.6463623046875, 2315.434814453125, 2122.474609375, 748.638916015625, 1922.41650390625, 2959.536865234375, 2001.193115234375, 661.1851196289062, 346.2867736816406, 470.07525634765625, 415.45928955078125, 396.7096252441406, 1130.4910888671875, 1181.9619140625, 728.3632202148438, 572.8267822265625, 703.2103881835938, 2329.3212890625, 5159.5185546875, 5095.22998046875, 2588.27685546875, 1788.7276611328125, 1612.8907470703125, 4136.939453125, 6139.17919921875, 9585.763671875, 9283.5185546875, 4027.518310546875, 9233.611328125, 8699.5625, 7659.7197265625, 7927.97900390625, 2293.1923828125, 3222.88720703125, 1144.87841796875, 334.3603515625, 1035.9915771484375, 1505.260009765625, 1406.60546875, 1779.8580322265625, 2734.9833984375, 1740.239501953125, 732.4710083007812, 423.0856628417969, 1019.2571411132812, 330.8519287109375, 1318.1771240234375, 1951.703857421875, 4653.90478515625, 6415.8544921875, 7011.9853515625, 6208.44970703125, 3061.595458984375, 1809.9466552734375, 1794.7100830078125, 2991.446533203125, 4516.95361328125, 6300.59375, 6541.1318359375, 7718.18896484375, 9104.357421875, 5183.3671875, 6769.4384765625, 3286.255859375, 1327.1241455078125, 2318.889404296875, 1239.4197998046875, 357.47418212890625, 2175.914794921875, 2251.751708984375, 740.0059814453125, 1402.0411376953125, 525.9757080078125, 541.2944946289062, 580.9270629882812, 2272.7451171875, 1124.302490234375, 944.2188720703125, 1472.419677734375, 3692.900146484375, 4836.3876953125, 3493.813232421875, 4126.66650390625, 6740.89404296875, 6341.92626953125, 4294.3056640625, 1499.2779541015625, 1403.6226806640625, 1687.7567138671875, 1726.523681640625, 1544.438232421875, 6580.72314453125, 9468.349609375, 8983.8720703125, 4613.35009765625, 4497.95849609375, 8896.0048828125, 5216.31494140625, 7846.94189453125, 3605.899169921875, 347.3581237792969, 1261.541259765625, 1170.4793701171875, 362.66278076171875, 1723.8369140625, 1295.798583984375, 390.5361022949219, 1044.690673828125, 517.171142578125, 2553.09619140625, 1759.8797607421875, 2382.217529296875, 4113.20703125, 4134.853515625, 4769.0263671875, 4147.7841796875, 1838.3182373046875, 1407.1566162109375, 987.6770629882812, 1307.85498046875, 1195.7369384765625, 1686.9935302734375, 1821.3363037109375, 1064.3822021484375, 1733.5728759765625, 5062.763671875, 9827.09765625, 8514.28515625, 7547.71826171875, 5149.87890625, 8613.06640625, 6408.50048828125, 1722.380859375, 458.6084899902344, 948.3181762695312, 218.32614135742188, 327.542236328125, 866.1043090820312, 575.568603515625, 1202.3680419921875, 965.9453125, 951.5924682617188, 1114.5157470703125, 523.609130859375, 338.7406921386719, 946.8778076171875, 2917.5654296875, 3926.20751953125, 4045.84033203125, 3160.205810546875, 2408.5634765625, 1883.372314453125, 923.9383544921875, 514.0858154296875, 630.9990844726562, 1281.0550537109375, 655.4819946289062, 603.14111328125, 1900.7657470703125, 412.8330383300781, 1143.356689453125, 2670.5185546875, 6306.8603515625, 5499.0361328125, 5457.09765625, 4522.15234375, 2762.96728515625, 2333.51513671875, 3170.115234375, 1074.625732421875, 1085.771484375, 1255.173828125, 205.0175323486328, 375.7095947265625, 1623.5975341796875, 412.95513916015625, 673.5235595703125, 1561.3209228515625, 1442.58935546875, 659.2991333007812, 415.2174072265625, 470.6994323730469, 507.44921875, 544.0048828125, 418.73004150390625, 1712.9378662109375, 1449.4007568359375, 4278.80322265625, 4383.0390625, 3179.85546875, 384.5101013183594, 1399.3525390625, 2036.21826171875, 1585.2545166015625, 782.914306640625, 780.1513061523438, 5926.078125, 3272.642822265625, 6281.505859375, 7400.05322265625, 6462.798828125, 2371.906494140625, 2608.575927734375, 1719.0009765625, 521.5380859375, 458.9664611816406, 474.2419738769531, 362.90478515625, 506.8902893066406, 698.9353637695312, 1440.2252197265625, 2169.362548828125, 1184.5797119140625, 441.77764892578125, 410.478515625, 305.36907958984375, 452.2269287109375, 1219.8546142578125, 1318.6043701171875, 414.9153137207031, 1097.5269775390625, 1239.3123779296875, 2091.5517578125, 456.871826171875, 614.4844970703125, 488.4543762207031, 498.9195861816406, 483.936767578125, 642.472412109375, 933.623779296875, 601.8895874023438, 380.9369201660156, 1946.9378662109375, 1503.8494873046875, 6432.3974609375, 6897.28955078125, 7411.939453125, 7105.42138671875, 630.2867431640625, 308.29498291015625, 429.5382995605469, 902.9965209960938, 426.8780822753906, 638.9119873046875, 1238.450439453125, 485.9660339355469, 2225.545166015625, 1578.5467529296875, 427.12506103515625, 485.97833251953125, 447.6283264160156, 622.6342163085938, 1550.0172119140625, 1647.912109375, 370.474365234375, 1028.1180419921875, 1205.557373046875, 1310.1351318359375, 489.9756774902344, 506.5406799316406, 1293.0238037109375, 820.6759643554688, 640.4922485351562, 547.8775024414062, 457.5910339355469, 472.5284118652344, 288.2018127441406, 840.3497924804688, 528.6827392578125, 497.2869567871094, 373.57269287109375, 625.5847778320312, 2261.9521484375, 3259.6669921875, 6109.44140625, 3139.4736328125, 3821.408447265625, 7450.52099609375, 4965.85498046875, 340.3890380859375, 392.005126953125, 372.9191589355469, 783.2402954101562, 1426.923583984375, 2163.741943359375, 1516.752197265625, 642.2341918945312, 1259.6668701171875, 444.96954345703125, 1026.9666748046875, 621.6090698242188, 901.2052612304688, 696.0671997070312, 839.281494140625, 2057.318359375, 704.5221557617188, 1358.972900390625, 872.1553955078125, 596.9718017578125, 1380.5650634765625, 1208.370361328125, 455.693603515625, 1207.2779541015625, 617.3308715820312, 411.1130676269531, 462.0879821777344, 1727.88623046875, 1025.0157470703125, 5127.6953125, 2450.480712890625, 391.6087646484375, 3785.6337890625, 5826.7587890625, 2768.471435546875, 1172.714599609375, 1174.764404296875, 316.8408203125, 412.2350769042969, 412.86492919921875, 949.0501708984375, 1559.8016357421875, 1544.4466552734375, 1602.2032470703125, 1663.2891845703125, 962.5028686523438, 351.9289855957031, 337.1372375488281, 675.8997192382812, 1090.8515625, 375.9170837402344, 1974.26025390625, 2009.1534423828125, 769.1799926757812, 1636.3994140625, 2309.054931640625, 1978.7796630859375, 548.6240234375, 95.34991455078125, 1228.76220703125, 380.80657958984375, 387.03857421875, 773.9198608398438, 516.3187255859375, 677.7599487304688, 481.3443603515625, 361.29217529296875, 444.3567199707031, 513.7673950195312, 1277.1651611328125, 3071.076904296875, 3430.92236328125, 746.8894653320312, 1002.4720458984375, 659.75244140625, 265.606201171875, 783.5894165039062, 3029.839599609375, 347.30328369140625, 944.0921630859375, 384.0391540527344, 451.6548156738281, 306.64208984375, 364.5049133300781, 879.3101196289062, 2406.281005859375, 2990.56591796875, 3354.674560546875, 1708.8349609375, 448.20538330078125, 1071.8502197265625, 773.338623046875, 354.18133544921875, 490.6253967285156, 316.2694396972656, 772.1055297851562, 340.2763671875, 663.387939453125, 2483.589599609375, 2096.93359375, 3832.269287109375, 2084.889404296875, 950.5247192382812, 217.60572814941406, 241.7157440185547, 686.5587158203125, 2087.47705078125, 1207.9788818359375, 311.6348571777344, 339.1665954589844, 2514.115966796875, 3833.410400390625, 4731.8642578125, 1133.719970703125, 651.4552001953125, 518.2110595703125, 782.0081176757812, 322.1678466796875, 436.2050476074219, 372.2306823730469, 709.6936645507812, 1762.817138671875, 2935.616943359375, 2185.414794921875, 1583.028564453125, 545.4833374023438, 1393.7958984375, 1887.8438720703125, 2635.346923828125, 2994.964111328125, 2032.28564453125, 210.81272888183594, 134.91358947753906, 1296.702392578125, 1919.068603515625, 1806.1824951171875, 2624.488037109375, 3426.946533203125, 3962.851318359375, 2074.620849609375, 649.9382934570312, 312.8796691894531, 309.0584716796875, 1527.7071533203125, 529.2926025390625, 312.0305480957031, 607.68359375, 736.7286987304688, 483.4128112792969, 524.7792358398438, 679.4408569335938, 317.10980224609375, 524.7506713867188, 1143.7808837890625, 2377.344970703125, 3660.337890625, 3043.41845703125, 1375.334228515625, 1212.5972900390625, 428.822265625, 565.5659790039062, 767.5772705078125, 1442.7049560546875, 616.41015625, 1175.4149169921875, 1045.9559326171875, 645.8753662109375, 368.74200439453125, 563.970458984375, 843.1140747070312, 454.865478515625, 515.9502563476562, 671.473876953125, 435.6025085449219, 303.85015869140625, 393.9921569824219, 473.7527160644531, 570.3744506835938, 748.9089965820312, 2878.44140625, 4346.16748046875, 3586.8447265625, 1276.491455078125, 1338.0556640625, 890.4027099609375, 645.4168090820312, 493.9122009277344, 316.6812744140625, 718.63818359375, 1777.5555419921875, 2080.068603515625, 788.34033203125, 532.7713012695312, 393.1272888183594, 322.6910705566406, 385.55621337890625, 332.829345703125, 1325.4615478515625, 254.53175354003906, 1546.4678955078125, 2693.103271484375, 4141.701171875, 3356.44970703125, 411.535400390625, 330.1097106933594, 627.416015625, 668.9307250976562, 886.9192504882812, 885.9151611328125, 1582.132568359375, 940.7097778320312, 1420.193603515625, 1101.7789306640625, 1446.926513671875, 1183.690673828125, 343.2418212890625, 338.19464111328125, 630.3098754882812, 326.0599060058594, 1734.7119140625, 2295.25732421875, 1764.7059326171875, 787.429931640625, 423.6572265625, 439.1483154296875, 326.89898681640625, 389.8408203125, 857.7581787109375, 631.2201538085938, 527.6527709960938, 673.6041870117188, 323.1297302246094, 783.3031005859375, 372.06414794921875, 706.6239624023438, 733.8934326171875, 370.6524353027344, 680.789794921875, 789.5804443359375, 638.5704345703125]\n", - "965\n", - "413\n", - "39\n", - "[1019.0443115234375, 410.04937744140625, 572.4024658203125, 93.57122039794922, 667.7349243164062, 1979.782470703125, 989.3917236328125, 694.5089721679688, 540.8177490234375, 552.8969116210938, 1938.6026611328125, 2199.863525390625, 1570.5479736328125, 493.6750793457031, 501.0565185546875, 305.6322021484375, 530.0297241210938, 924.9013671875, 726.2911987304688, 751.5681762695312, 561.665771484375, 2348.003662109375, 2012.6656494140625, 576.3087768554688, 648.1162109375, 574.28759765625, 380.79681396484375, 402.6356506347656, 325.3287658691406, 501.9842834472656, 718.4136962890625, 712.0936279296875, 581.6513061523438, 426.77496337890625, 305.72052001953125, 533.1387329101562, 553.8490600585938, 643.9899291992188, 410.8185119628906]\n", - "39\n", - "414\n", - "21\n", - "[392.0513000488281, 530.45703125, 802.8782348632812, 487.62396240234375, 615.3872680664062, 2788.848388671875, 3777.6845703125, 2534.8564453125, 503.2049255371094, 599.0696411132812, 799.369384765625, 2175.620849609375, 2388.726806640625, 3318.37109375, 3701.44921875, 810.9522094726562, 2244.73046875, 382.4975280761719, 334.6850891113281, 1584.6680908203125, 459.45965576171875]\n", - "21\n", - "415\n", - "11\n", - "[586.1089477539062, 1296.837890625, 817.5801391601562, 1408.7926025390625, 1705.5416259765625, 1247.2822265625, 399.34613037109375, 342.2787780761719, 1399.4014892578125, 1353.70751953125, 466.3586120605469]\n", - "11\n", - "416\n", - "6\n", - "[1104.18115234375, 609.0588989257812, 454.9647521972656, 1067.2916259765625, 691.6995849609375, 1293.90185546875]\n", - "6\n", - "417\n", - "4\n", - "[2883.189697265625, 3032.186279296875, 1408.3807373046875, 548.5238647460938]\n", - "4\n", - "418\n", - "10\n", - "[436.4934997558594, 1641.1124267578125, 821.5550537109375, 728.0560302734375, 480.687744140625, 1157.7325439453125, 2020.72216796875, 499.12921142578125, 498.92327880859375, 1220.5771484375]\n", - "10\n", - "419\n", - "20\n", - "[334.79705810546875, 415.9192810058594, 860.8981323242188, 720.2428588867188, 790.8562622070312, 822.3024291992188, 3236.13427734375, 2368.467529296875, 308.7456970214844, 621.9686889648438, 3530.60595703125, 3234.499755859375, 1271.141845703125, 590.7431640625, 1484.0950927734375, 2034.6031494140625, 578.8505859375, 306.0382995605469, 735.0233764648438, 619.0958251953125]\n", - "20\n", - "420\n", - "14\n", - "[332.3777160644531, 1128.740234375, 1658.9251708984375, 624.1509399414062, 634.5568237304688, 1411.0511474609375, 2387.426025390625, 1187.4652099609375, 758.8226928710938, 2322.559814453125, 2694.031005859375, 1608.7158203125, 2590.549072265625, 313.47186279296875]\n", - "14\n", - "421\n", - "8\n", - "[378.2386474609375, 620.3674926757812, 1205.2896728515625, 1757.493408203125, 829.8189697265625, 459.4559326171875, 317.42425537109375, 344.6355895996094]\n", - "8\n", - "422\n", - "5\n", - "[3443.060302734375, 704.1805419921875, 1446.01123046875, 827.0482788085938, 1792.109130859375]\n", - "5\n", - "423\n", - "17\n", - "[655.4506225585938, 1775.920654296875, 2374.175048828125, 1437.1903076171875, 357.93316650390625, 983.7987670898438, 2136.018798828125, 1270.457763671875, 585.2067260742188, 801.4681396484375, 1069.019775390625, 1133.28173828125, 1606.3524169921875, 340.148193359375, 451.1361083984375, 362.4910888671875, 382.4138488769531]\n", - "17\n", - "424\n", - "11\n", - "[523.8652954101562, 839.2387084960938, 1411.3514404296875, 2558.53369140625, 1301.36865234375, 1297.7847900390625, 697.1586303710938, 1622.8419189453125, 1783.0977783203125, 849.5755004882812, 594.2208251953125]\n", - "11\n", - "425\n", - "7\n", - "[911.2342529296875, 657.7518920898438, 1459.5465087890625, 1604.4794921875, 495.02801513671875, 378.3451843261719, 478.3230895996094]\n", - "7\n", - "426\n", - "11\n", - "[485.9960021972656, 992.4349365234375, 792.4234008789062, 471.22540283203125, 816.2811279296875, 1033.1710205078125, 876.533447265625, 793.9132080078125, 359.0640563964844, 340.507568359375, 829.0153198242188]\n", - "11\n", - "427\n", - "32\n", - "[480.150390625, 466.1544494628906, 307.8183288574219, 1466.245849609375, 852.3438110351562, 1182.3428955078125, 1242.7791748046875, 912.780029296875, 324.13818359375, 600.5858154296875, 1352.9344482421875, 4065.00439453125, 1527.6700439453125, 2765.703125, 2262.977294921875, 1161.944091796875, 802.8746948242188, 750.822509765625, 495.41986083984375, 506.1661071777344, 981.5479736328125, 1168.0655517578125, 2395.74609375, 1392.7469482421875, 954.2571411132812, 304.19244384765625, 361.7032470703125, 342.8760070800781, 1112.910888671875, 689.6396484375, 526.9071655273438, 458.6527404785156]\n", - "32\n", - "428\n", - "12\n", - "[484.79718017578125, 600.563232421875, 843.06689453125, 566.2622680664062, 1642.0472412109375, 1431.054931640625, 434.6153259277344, 1056.2247314453125, 403.820556640625, 351.97467041015625, 574.1211547851562, 813.0173950195312]\n", - "12\n", - "429\n", - "7\n", - "[379.0310974121094, 339.6979064941406, 651.84765625, 1411.08935546875, 985.6915893554688, 1759.642822265625, 561.1056518554688]\n", - "7\n", - "430\n", - "7\n", - "[709.5127563476562, 1163.2181396484375, 509.6251525878906, 304.90069580078125, 1293.1431884765625, 704.6123657226562, 400.583740234375]\n", - "7\n", - "431\n", - "6\n", - "[645.7817993164062, 1847.8419189453125, 679.9285278320312, 1133.3162841796875, 771.5803833007812, 472.61676025390625]\n", - "6\n", - "432\n", - "7\n", - "[627.1528930664062, 806.1882934570312, 1056.3184814453125, 1368.5487060546875, 1037.907958984375, 699.6464233398438, 309.312255859375]\n", - "7\n", - "433\n", - "37\n", - "[497.74462890625, 1365.24169921875, 649.6892700195312, 2546.798583984375, 597.3377685546875, 3994.0439453125, 428.3193359375, 3969.108642578125, 4753.59521484375, 2640.667724609375, 720.4166259765625, 860.3244018554688, 3615.324462890625, 8086.50146484375, 1028.555908203125, 619.9603271484375, 1098.995849609375, 670.575439453125, 897.8880615234375, 1064.4715576171875, 639.2117919921875, 831.9771118164062, 817.4737548828125, 881.2807006835938, 1043.24755859375, 943.6661987304688, 479.1872863769531, 626.09375, 1026.84765625, 1057.0142822265625, 941.0209350585938, 462.63299560546875, 407.5408020019531, 502.8853759765625, 752.7805786132812, 358.56878662109375, 687.9209594726562]\n", - "37" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "434\n", - "24\n", - "[1115.2025146484375, 1298.052001953125, 506.7918701171875, 635.553955078125, 6070.060546875, 4103.31591796875, 1476.995361328125, 1720.7454833984375, 2442.640625, 514.056884765625, 2676.80517578125, 535.47900390625, 897.099853515625, 704.7676391601562, 945.5164184570312, 5577.68310546875, 745.40087890625, 1225.089111328125, 5591.53857421875, 771.9083251953125, 2333.904296875, 4840.16796875, 1254.986572265625, 1749.341064453125]\n", - "24\n", - "435\n", - "22\n", - "[325.7850341796875, 310.7322692871094, 458.22344970703125, 598.7594604492188, 500.07977294921875, 466.6470947265625, 600.5808715820312, 517.6419067382812, 611.9827270507812, 398.12774658203125, 396.6324157714844, 301.748046875, 906.1737670898438, 752.9483032226562, 985.6934204101562, 394.3174743652344, 1001.3931274414062, 2739.772705078125, 2419.67529296875, 465.3299255371094, 465.65069580078125, 494.7413330078125]\n", - "22\n", - "436\n", - "28\n", - "[380.18756103515625, 599.3766479492188, 420.3482971191406, 439.34423828125, 662.04150390625, 419.7351989746094, 2367.006103515625, 1929.0048828125, 471.3130798339844, 482.81927490234375, 375.0607604980469, 1589.946533203125, 3831.35107421875, 1912.177978515625, 454.6905212402344, 1126.037353515625, 1489.397705078125, 2760.287109375, 3341.459228515625, 1299.50439453125, 704.7814331054688, 683.643798828125, 1991.8953857421875, 1396.4490966796875, 404.1220703125, 389.7771911621094, 528.0040893554688, 801.71142578125]\n", - "28\n", - "437\n", - "7\n", - "[704.4537353515625, 1406.6907958984375, 917.119384765625, 497.9933166503906, 764.7787475585938, 1031.6092529296875, 634.0027465820312]\n", - "7\n", - "438\n", - "19\n", - "[508.8529052734375, 415.86370849609375, 2110.8916015625, 1298.9093017578125, 453.8681640625, 823.0701904296875, 559.8721923828125, 1417.047607421875, 2311.95703125, 3220.200927734375, 508.5414733886719, 337.1025390625, 1435.3067626953125, 1882.734375, 368.1720886230469, 364.49688720703125, 765.0547485351562, 867.687744140625, 786.96826171875]\n", - "19\n", - "439\n", - "10\n", - "[570.7544555664062, 890.6556396484375, 954.8546142578125, 444.9683532714844, 836.9785766601562, 1196.7186279296875, 446.9619140625, 341.19586181640625, 787.7611083984375, 580.5296630859375]\n", - "10\n", - "440\n", - "16\n", - "[616.816650390625, 452.06005859375, 1548.597900390625, 1892.648193359375, 2360.53466796875, 1264.8221435546875, 777.0465698242188, 1688.731201171875, 1006.8947143554688, 3051.311279296875, 2872.556396484375, 469.7746276855469, 631.9908447265625, 1884.2847900390625, 692.6122436523438, 332.1853942871094]\n", - "16\n", - "441\n", - "18\n", - "[348.49249267578125, 389.2376708984375, 1220.8277587890625, 668.7122802734375, 621.4420166015625, 2884.2333984375, 2723.951416015625, 918.298583984375, 390.3812561035156, 1405.7579345703125, 3130.568359375, 587.5589599609375, 403.9853820800781, 363.794189453125, 897.612548828125, 734.0422973632812, 710.490234375, 334.6458740234375]\n", - "18\n", - "442\n", - "18\n", - "[445.7741394042969, 389.072998046875, 367.007080078125, 1105.574462890625, 781.9398193359375, 512.1112670898438, 1057.4642333984375, 972.5275268554688, 2073.869384765625, 2919.115478515625, 1234.162353515625, 496.4623718261719, 941.1495971679688, 911.9768676757812, 2264.760009765625, 925.8839111328125, 559.207763671875, 366.373046875]\n", - "18\n", - "443\n", - "10\n", - "[392.44390869140625, 555.7120361328125, 616.16552734375, 1055.327392578125, 2919.117919921875, 2320.755126953125, 1696.194091796875, 2687.6982421875, 2418.16845703125, 764.6700439453125]\n", - "10\n", - "444\n", - "5\n", - "[916.4583740234375, 2180.313720703125, 2135.33203125, 3684.1357421875, 673.1258544921875]\n", - "5\n", - "445\n", - "6\n", - "[437.7034912109375, 431.6091613769531, 838.4166870117188, 1448.7225341796875, 1324.7200927734375, 704.3181762695312]\n", - "6\n", - "446\n", - "14\n", - "[446.3848876953125, 573.5958862304688, 1138.489501953125, 519.7213134765625, 937.0692749023438, 1242.1376953125, 2383.628173828125, 1646.4061279296875, 473.0964660644531, 483.4634094238281, 1663.6002197265625, 822.1005859375, 450.625244140625, 604.1210327148438]\n", - "14\n", - "447\n", - "13\n", - "[312.2810363769531, 343.75762939453125, 840.3133544921875, 863.4457397460938, 397.6075134277344, 910.5609130859375, 899.43798828125, 599.833984375, 436.1207580566406, 1376.839599609375, 707.810791015625, 415.9056091308594, 480.9587097167969]\n", - "13\n", - "448\n", - "7\n", - "[530.2339477539062, 1972.162353515625, 4658.30126953125, 346.0892333984375, 2376.3583984375, 338.3572692871094, 858.4911499023438]\n", - "7\n", - "449\n", - "32\n", - "[383.5361328125, 643.3457641601562, 513.3307495117188, 925.4830322265625, 380.88653564453125, 319.7568359375, 2062.150146484375, 4871.6318359375, 2901.8095703125, 854.07763671875, 385.1654052734375, 483.0404052734375, 1829.163330078125, 7480.98681640625, 8040.68408203125, 5836.59521484375, 2532.68017578125, 111.74665069580078, 1259.3988037109375, 3831.955322265625, 7849.79248046875, 7235.05517578125, 5171.3779296875, 1567.809326171875, 1304.830078125, 578.21533203125, 3738.9560546875, 4070.058837890625, 393.15045166015625, 2888.025146484375, 1886.682861328125, 679.3639526367188]\n", - "32\n", - "450\n", - "8\n", - "[434.0011291503906, 339.6695251464844, 307.0743103027344, 325.1063232421875, 1665.1968994140625, 1603.7218017578125, 383.5430908203125, 554.96142578125]\n", - "8\n", - "451\n", - "10\n", - "[326.9130554199219, 1351.7110595703125, 1602.7930908203125, 824.4436645507812, 345.826904296875, 2936.9580078125, 1347.5281982421875, 589.7159423828125, 2104.736572265625, 1673.0640869140625]\n", - "10\n", - "452\n", - "23\n", - "[347.13861083984375, 2102.8125, 442.5419006347656, 2645.787841796875, 977.953857421875, 1266.041015625, 3513.152587890625, 3133.525390625, 379.4147033691406, 3185.035888671875, 2966.76171875, 2683.202880859375, 1795.916015625, 535.98193359375, 2393.722412109375, 1458.3675537109375, 902.499755859375, 425.0309143066406, 1414.9814453125, 343.06732177734375, 390.2080383300781, 374.57891845703125, 505.7460021972656]\n", - "23" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "453\n", - "29\n", - "[315.6907043457031, 684.9248657226562, 1592.624267578125, 3816.2255859375, 935.3738403320312, 1228.7833251953125, 3851.8037109375, 2822.5439453125, 498.59356689453125, 456.46734619140625, 2587.86083984375, 5231.58544921875, 4534.6728515625, 3478.244873046875, 2788.5771484375, 983.8954467773438, 1448.531982421875, 2711.11767578125, 3500.437744140625, 4655.009765625, 4464.4091796875, 368.37005615234375, 910.1873168945312, 342.4605712890625, 3837.32421875, 3318.4375, 422.5562744140625, 3009.96728515625, 754.8104858398438]\n", - "29\n", - "454\n", - "11\n", - "[321.99896240234375, 357.46453857421875, 555.64794921875, 1041.137939453125, 663.0161743164062, 309.8936462402344, 696.3514404296875, 790.7244262695312, 915.6458740234375, 537.0482788085938, 418.67181396484375]\n", - "11\n", - "455\n", - "10\n", - "[754.292724609375, 310.7005310058594, 616.3760375976562, 2921.523681640625, 2902.78955078125, 837.7689208984375, 1441.06982421875, 2100.162841796875, 771.7356567382812, 328.0409240722656]\n", - "10\n", - "456\n", - "8\n", - "[784.4057006835938, 697.0479125976562, 566.8716430664062, 1392.7259521484375, 754.5029907226562, 399.724609375, 327.09130859375, 318.527587890625]\n", - "8\n", - "457\n", - "6\n", - "[854.7578735351562, 1057.34912109375, 520.0572509765625, 2115.9619140625, 625.752685546875, 300.4160461425781]\n", - "6\n", - "458\n", - "27\n", - "[1328.8388671875, 1054.5289306640625, 1788.211181640625, 359.1674499511719, 1131.3231201171875, 1919.1673583984375, 527.8215942382812, 3164.465576171875, 2262.743896484375, 1045.344482421875, 4669.18212890625, 4363.1416015625, 1071.505859375, 303.40899658203125, 344.0843811035156, 1756.4658203125, 4583.65087890625, 4709.24365234375, 927.7808837890625, 383.0947265625, 865.7591552734375, 1271.1024169921875, 2150.399658203125, 935.4452514648438, 357.28790283203125, 1513.645263671875, 421.9472351074219]\n", - "27\n", - "459\n", - "7\n", - "[499.46002197265625, 306.1190185546875, 350.88092041015625, 1556.80126953125, 1647.7889404296875, 699.7752685546875, 690.9812622070312]\n", - "7\n", - "460\n", - "7\n", - "[1146.3980712890625, 562.2166137695312, 321.3116455078125, 868.8526000976562, 585.9707641601562, 1627.1512451171875, 1192.72265625]\n", - "7\n", - "461\n", - "7\n", - "[1444.135009765625, 1172.35791015625, 1572.4085693359375, 1860.185302734375, 594.131103515625, 649.2080688476562, 610.7280883789062]\n", - "7\n", - "462\n", - "9\n", - "[651.5738525390625, 880.2196044921875, 2536.79345703125, 1931.267822265625, 1602.58203125, 1954.01611328125, 669.0064697265625, 432.9783020019531, 370.9283752441406]\n", - "9\n", - "463\n", - "8\n", - "[709.638671875, 1261.16943359375, 1108.7861328125, 426.8715515136719, 1538.8448486328125, 946.3690795898438, 684.338134765625, 977.495361328125]\n", - "8\n", - "464\n", - "10\n", - "[820.396484375, 820.8876342773438, 1712.52880859375, 3401.23876953125, 346.4425048828125, 724.5739135742188, 1911.0662841796875, 2230.71875, 1848.4686279296875, 331.59527587890625]\n", - "10\n", - "465\n", - "13\n", - "[574.3349609375, 701.5097045898438, 889.3638916015625, 2119.521240234375, 510.2346496582031, 789.6806640625, 2350.572265625, 2382.345703125, 2277.690673828125, 706.2396240234375, 1273.7584228515625, 757.5777587890625, 655.142333984375]\n", - "13\n", - "466\n", - "17\n", - "[434.01434326171875, 465.77490234375, 888.743408203125, 988.0447998046875, 1163.0750732421875, 540.8021850585938, 1092.572265625, 1846.8277587890625, 1900.7840576171875, 1165.2686767578125, 681.7409057617188, 366.20989990234375, 790.5442504882812, 965.2218627929688, 307.93701171875, 309.27691650390625, 547.297607421875]\n", - "17\n", - "467\n", - "9\n", - "[331.0915222167969, 915.6141357421875, 3168.828369140625, 4424.47607421875, 1569.8062744140625, 2049.1669921875, 2842.7568359375, 1351.368408203125, 906.689697265625]\n", - "9\n", - "468\n", - "19\n", - "[346.3013916015625, 363.79498291015625, 460.6142883300781, 346.6922607421875, 495.2249450683594, 1014.86376953125, 844.35107421875, 327.10845947265625, 1556.133544921875, 2198.88330078125, 901.0562133789062, 509.4640197753906, 2362.448486328125, 3014.8515625, 638.0963745117188, 1078.7958984375, 2449.17626953125, 491.70172119140625, 416.1891174316406]\n", - "19\n", - "469\n", - "9\n", - "[520.3844604492188, 699.7609252929688, 1688.818115234375, 1880.0623779296875, 802.26806640625, 1120.703125, 2208.576904296875, 1803.79345703125, 372.1374206542969]\n", - "9\n", - "470\n", - "61\n", - "[487.36895751953125, 372.41973876953125, 734.0653076171875, 1206.021484375, 404.2356872558594, 389.9289855957031, 369.1671142578125, 342.2998352050781, 2361.772705078125, 2929.651123046875, 1100.410400390625, 725.5142211914062, 359.3075866699219, 2000.2833251953125, 3731.255859375, 3686.5498046875, 3138.221435546875, 317.66162109375, 1184.1380615234375, 3453.061767578125, 5100.3701171875, 4644.43603515625, 2126.717041015625, 1890.0599365234375, 431.132080078125, 496.2581787109375, 469.48968505859375, 439.5804138183594, 304.01971435546875, 439.8302307128906, 340.6921081542969, 2546.731689453125, 4648.9287109375, 5086.17041015625, 4446.67431640625, 1661.5704345703125, 1385.727783203125, 2565.799072265625, 2204.900390625, 1181.2720947265625, 322.5890197753906, 2096.78173828125, 4941.703125, 4757.06787109375, 3321.27197265625, 1986.112060546875, 556.0083618164062, 403.52020263671875, 1353.9886474609375, 1538.7918701171875, 1254.7557373046875, 1166.8031005859375, 428.53436279296875, 2703.819580078125, 1659.2017822265625, 1565.74658203125, 994.828125, 1762.4844970703125, 1049.2412109375, 456.3713684082031, 620.5194091796875]\n", - "61\n", - "471\n", - "16\n", - "[810.2884521484375, 501.1842041015625, 442.27764892578125, 671.6464233398438, 1880.5181884765625, 1940.7498779296875, 302.3622131347656, 566.7468872070312, 2131.712158203125, 2527.22216796875, 1585.9398193359375, 670.4732055664062, 338.70703125, 421.1511535644531, 535.3419799804688, 617.1177978515625]\n", - "16\n", - "472\n", - "17\n", - "[377.655029296875, 702.9247436523438, 1521.5880126953125, 1470.2371826171875, 452.49420166015625, 2032.3162841796875, 1422.9041748046875, 903.2382202148438, 1620.785888671875, 1198.486083984375, 385.2115783691406, 309.10791015625, 1113.40087890625, 753.0494995117188, 683.5563354492188, 563.09814453125, 365.164306640625]\n", - "17\n", - "473\n", - "55\n", - "[379.9834899902344, 835.9315795898438, 621.2195434570312, 1011.83447265625, 810.8287353515625, 457.1163330078125, 512.8485107421875, 1567.140869140625, 1382.644775390625, 1168.6444091796875, 822.4865112304688, 1767.3856201171875, 1777.566650390625, 1259.399169921875, 334.7757568359375, 1511.743896484375, 1898.208251953125, 1509.3663330078125, 1593.9447021484375, 592.5297241210938, 1499.2366943359375, 598.28662109375, 907.585205078125, 1084.5164794921875, 847.8197021484375, 1284.427978515625, 1373.2906494140625, 573.5478515625, 1501.13720703125, 621.3944091796875, 643.6054077148438, 476.5075378417969, 1540.3226318359375, 1653.4901123046875, 1636.33251953125, 600.6663208007812, 1509.8681640625, 692.8546752929688, 629.8250732421875, 813.9714965820312, 978.0191650390625, 1050.3701171875, 810.1932373046875, 1712.9285888671875, 856.1804809570312, 322.4351501464844, 438.397705078125, 1775.8800048828125, 830.8719482421875, 334.4980773925781, 308.5087890625, 1676.0733642578125, 1128.02734375, 379.7613830566406, 891.1907348632812]\n", - "55\n", - "474\n", - "17\n", - "[1801.8863525390625, 985.5894775390625, 1079.8016357421875, 585.8140258789062, 2324.80859375, 3110.168212890625, 3153.435546875, 988.22607421875, 929.0306396484375, 2565.272216796875, 2665.63818359375, 1385.218994140625, 617.3670654296875, 391.2998962402344, 1103.1116943359375, 545.7899169921875, 508.53021240234375]\n", - "17\n", - "475\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[706.4893798828125, 1822.96240234375, 1210.9769287109375, 509.6531677246094, 1234.0284423828125, 972.3282470703125, 421.03515625, 473.16876220703125, 416.0672607421875]\n", - "9\n", - "476\n", - "7\n", - "[3548.824951171875, 3058.216064453125, 1209.3543701171875, 620.265380859375, 2315.672119140625, 4752.736328125, 3743.280029296875]\n", - "7\n", - "477\n", - "20\n", - "[675.3549194335938, 1041.3651123046875, 1761.3758544921875, 2197.170166015625, 1861.2745361328125, 4655.15478515625, 2756.193359375, 1354.7406005859375, 324.69873046875, 485.4055480957031, 2845.08642578125, 3302.787841796875, 4258.30078125, 3389.31494140625, 838.8680419921875, 635.7614135742188, 2209.0126953125, 1963.300537109375, 646.2122192382812, 394.8645324707031]\n", - "20\n", - "478\n", - "7\n", - "[993.2755126953125, 335.283935546875, 3448.02734375, 1183.8167724609375, 2763.4599609375, 1130.9744873046875, 933.5604248046875]\n", - "7\n", - "479\n", - "8\n", - "[476.37249755859375, 772.0347900390625, 1854.777587890625, 540.489501953125, 931.347412109375, 587.7276000976562, 779.5231323242188, 1883.51953125]\n", - "8\n", - "480\n", - "7\n", - "[674.251220703125, 715.3104248046875, 791.945556640625, 304.2286682128906, 769.1648559570312, 1271.2852783203125, 658.883056640625]\n", - "7\n", - "481\n", - "30\n", - "[913.1215209960938, 566.7484130859375, 1054.344482421875, 2111.1416015625, 1455.3695068359375, 1257.3126220703125, 509.0605163574219, 1986.212646484375, 2871.7255859375, 5219.4365234375, 3884.39990234375, 1333.9512939453125, 1529.8397216796875, 325.5328063964844, 3736.78662109375, 4530.3603515625, 3529.369384765625, 3831.748291015625, 3259.08251953125, 1703.5076904296875, 1038.9619140625, 1052.3671875, 749.8953247070312, 2602.6181640625, 404.7854309082031, 781.4308471679688, 412.94879150390625, 575.6114501953125, 348.55828857421875, 740.7772827148438]\n", - "30\n", - "482\n", - "13\n", - "[346.7556457519531, 567.4625854492188, 406.41326904296875, 612.0503540039062, 4790.4345703125, 3554.927001953125, 674.7788696289062, 338.64398193359375, 2839.200439453125, 3232.259033203125, 606.739990234375, 393.8675537109375, 402.975341796875]\n", - "13\n", - "483\n", - "4\n", - "[1545.7265625, 564.3953857421875, 1677.6383056640625, 1487.043701171875]\n", - "4\n", - "484\n", - "379\n", - "[391.0711364746094, 553.8704223632812, 479.89312744140625, 312.77215576171875, 270.2976989746094, 337.26214599609375, 2023.1591796875, 1840.866455078125, 1171.8863525390625, 1676.125732421875, 1130.5096435546875, 1828.5380859375, 3438.12451171875, 3792.82080078125, 3234.2998046875, 2220.43701171875, 2294.705078125, 3780.861083984375, 3347.4013671875, 3394.11474609375, 1855.293701171875, 588.8078002929688, 961.3631591796875, 2756.797119140625, 2508.045654296875, 3046.6416015625, 1273.9122314453125, 852.7683715820312, 650.9246215820312, 1028.6949462890625, 553.4935913085938, 1363.015625, 1168.7286376953125, 1628.4713134765625, 586.3024291992188, 1174.095458984375, 950.3741455078125, 794.5230102539062, 2291.94189453125, 1169.0946044921875, 392.051025390625, 352.5414123535156, 634.687255859375, 977.2808227539062, 4113.091796875, 2197.894287109375, 448.54534912109375, 1110.174560546875, 3552.462890625, 2637.228515625, 955.0897216796875, 491.9840087890625, 496.25555419921875, 2251.140625, 726.2549438476562, 1519.333251953125, 5740.93017578125, 5313.54052734375, 5019.5546875, 429.4078063964844, 1495.25927734375, 796.8140869140625, 478.2348937988281, 738.4913330078125, 1221.943115234375, 1490.5013427734375, 1361.3958740234375, 989.8837280273438, 1913.4813232421875, 4597.08544921875, 6804.236328125, 6306.7734375, 2956.72607421875, 4513.55615234375, 4374.86767578125, 2574.234130859375, 5147.29248046875, 4587.966796875, 2967.150634765625, 1014.6541748046875, 328.1795959472656, 583.60302734375, 426.33056640625, 356.1905517578125, 732.0355224609375, 726.5956420898438, 1321.5338134765625, 4553.07958984375, 6913.44482421875, 7240.0556640625, 6899.59228515625, 7456.9404296875, 5809.171875, 6015.908203125, 7094.08837890625, 6524.93017578125, 2557.23291015625, 1903.73876953125, 2514.615234375, 2183.240966796875, 1073.9747314453125, 470.311279296875, 553.8344116210938, 863.7862548828125, 1211.3760986328125, 643.6171264648438, 349.4194030761719, 653.515380859375, 351.22998046875, 853.5114135742188, 1281.3587646484375, 802.9188232421875, 1558.036865234375, 2288.935791015625, 1826.0465087890625, 3810.369384765625, 3020.125732421875, 5613.8271484375, 7624.59033203125, 7329.12939453125, 7799.138671875, 5372.5341796875, 5198.49560546875, 2944.389892578125, 2153.39794921875, 2624.74951171875, 455.8974914550781, 93.51615905761719, 109.89883422851562, 1564.9036865234375, 1863.636474609375, 509.3981018066406, 330.3169860839844, 478.393798828125, 731.9346923828125, 256.40338134765625, 1929.3602294921875, 4359.328125, 4529.47705078125, 4101.513671875, 5140.41650390625, 5721.05029296875, 8285.1181640625, 7427.755859375, 8227.697265625, 5081.947265625, 2382.3837890625, 3305.80029296875, 1641.795654296875, 1203.803955078125, 594.239990234375, 250.0244903564453, 309.4255676269531, 601.1439819335938, 1020.993408203125, 637.8988647460938, 686.7113037109375, 2809.992431640625, 1010.50244140625, 5410.22119140625, 6843.15478515625, 9341.193359375, 10395.564453125, 8454.2998046875, 5197.37255859375, 3429.84033203125, 1917.9853515625, 406.5513916015625, 891.06591796875, 685.5272216796875, 874.6460571289062, 385.0111999511719, 394.3667907714844, 148.1444549560547, 253.89071655273438, 222.97084045410156, 822.554443359375, 1612.0869140625, 3257.905029296875, 7034.462890625, 7591.43798828125, 10261.859375, 5538.6552734375, 4782.6669921875, 4913.6357421875, 4815.673828125, 4672.78076171875, 4758.98486328125, 2433.438720703125, 1441.625, 581.9313354492188, 373.6003112792969, 330.7676086425781, 942.48779296875, 1996.3131103515625, 2983.986328125, 1559.3875732421875, 630.0366821289062, 1452.367919921875, 1551.79931640625, 3355.014892578125, 5176.32763671875, 5908.07373046875, 5024.75390625, 5919.630859375, 9044.326171875, 6400.41455078125, 4597.3701171875, 4473.9814453125, 3785.842041015625, 5241.14013671875, 3129.51611328125, 1475.7896728515625, 3698.4765625, 688.1834106445312, 795.834716796875, 555.5803833007812, 776.0962524414062, 594.9743041992188, 1639.7886962890625, 1057.5946044921875, 365.27154541015625, 2383.498779296875, 4300.4814453125, 5357.9150390625, 4659.33251953125, 4296.96484375, 5404.6357421875, 5158.77587890625, 4805.2333984375, 4783.95068359375, 5081.83203125, 4854.998046875, 2401.970703125, 4455.8720703125, 4195.15478515625, 1425.6064453125, 3477.8193359375, 2154.5, 802.8496704101562, 2425.48876953125, 3176.379638671875, 1139.4725341796875, 1042.0386962890625, 389.8326416015625, 1207.2569580078125, 1131.884033203125, 1448.5823974609375, 562.6494750976562, 1980.2557373046875, 127.7389144897461, 3640.616455078125, 3075.555908203125, 4811.49658203125, 4842.666015625, 5145.8984375, 5134.77197265625, 4090.37451171875, 3987.48095703125, 891.1820678710938, 713.2510986328125, 1282.2088623046875, 1600.882568359375, 1543.7991943359375, 950.8397216796875, 903.60986328125, 1444.8697509765625, 1042.719482421875, 375.71954345703125, 461.75701904296875, 278.3111877441406, 144.53968811035156, 700.9166870117188, 2221.393798828125, 3190.73583984375, 4666.91064453125, 4078.4501953125, 2590.534423828125, 5169.6953125, 4523.75390625, 1818.34423828125, 494.0754089355469, 394.0121765136719, 1154.7486572265625, 606.3731079101562, 374.4047546386719, 1174.9683837890625, 1700.6549072265625, 515.822998046875, 656.5568237304688, 616.3283081054688, 594.2362060546875, 2175.807861328125, 3817.27197265625, 3258.14306640625, 3514.091064453125, 3440.49462890625, 3058.80322265625, 1032.254638671875, 799.133544921875, 856.3617553710938, 2287.61767578125, 1146.88330078125, 803.927490234375, 735.9172973632812, 854.1616821289062, 679.4240112304688, 2406.33984375, 2654.70947265625, 1911.9027099609375, 2281.26220703125, 3929.052734375, 949.811279296875, 513.6528930664062, 349.0758972167969, 629.242919921875, 1126.50146484375, 638.3208618164062, 1412.5626220703125, 491.6296691894531, 353.36456298828125, 692.29931640625, 517.6024169921875, 519.2716064453125, 656.14599609375, 407.8560485839844, 1005.9610595703125, 598.548828125, 539.8433227539062, 397.1322021484375, 249.42027282714844, 436.26800537109375, 1547.3626708984375, 1987.2933349609375, 2579.59033203125, 3217.355224609375, 2206.665283203125, 1580.322265625, 534.944580078125, 147.09844970703125, 88.3842544555664, 146.5972137451172, 94.50286102294922, 608.5375366210938, 313.95916748046875, 2466.87841796875, 4695.5712890625, 5388.2568359375, 5331.580078125, 5460.35302734375, 4019.650390625, 2460.894775390625, 1225.94921875, 307.5318603515625, 316.73992919921875, 313.0467224121094, 320.7601013183594, 510.0015563964844, 738.35595703125, 424.4849853515625, 689.5851440429688, 1456.6424560546875, 3193.42529296875, 3074.76025390625, 3018.890869140625, 3152.234619140625, 5079.822265625, 1917.07568359375, 351.91064453125, 489.197265625, 427.287353515625, 1093.577392578125, 332.1142578125, 426.3905334472656, 371.7981262207031]\n", - "375\n", - "485\n", - "5\n", - "[535.25244140625, 2070.151123046875, 631.8068237304688, 1016.3555297851562, 1540.669921875]\n", - "5\n", - "486\n", - "5\n", - "[1043.6600341796875, 428.7746887207031, 1042.7581787109375, 2575.373779296875, 778.85107421875]\n", - "5\n", - "487\n", - "11\n", - "[333.458984375, 329.5828552246094, 1262.2628173828125, 2176.183349609375, 440.8222351074219, 556.399169921875, 1566.6934814453125, 1443.0272216796875, 1547.1710205078125, 444.3469543457031, 586.0947265625]\n", - "11\n", - "488\n", - "25\n", - "[364.4403991699219, 616.3223266601562, 2813.419189453125, 2039.38427734375, 515.6685791015625, 3513.860595703125, 2461.055419921875, 1238.690185546875, 614.584228515625, 370.36260986328125, 611.9080200195312, 566.3250732421875, 2082.335693359375, 863.6032104492188, 4297.2939453125, 4199.14794921875, 2658.43212890625, 414.12457275390625, 1407.369384765625, 340.3260498046875, 441.3953857421875, 2085.01220703125, 1862.682861328125, 1100.531982421875, 690.32275390625]\n", - "25\n", - "489\n", - "59\n", - "[420.51220703125, 396.9602966308594, 577.4302978515625, 548.9861450195312, 2295.783935546875, 3551.862060546875, 1836.60986328125, 2115.4443359375, 1299.916015625, 939.4738159179688, 304.3207092285156, 563.7201538085938, 2565.900634765625, 3696.904052734375, 4077.383056640625, 3918.208984375, 2218.209716796875, 1864.296875, 511.8105773925781, 701.8370361328125, 637.0770263671875, 805.8809204101562, 2809.365234375, 3334.214599609375, 3474.124267578125, 3813.3427734375, 3809.417236328125, 2055.35986328125, 1417.452880859375, 1220.0738525390625, 312.7464294433594, 558.0986938476562, 475.55010986328125, 364.0250244140625, 1477.6053466796875, 2226.918212890625, 2878.52587890625, 2009.4071044921875, 395.79718017578125, 314.38751220703125, 330.3425598144531, 428.2477722167969, 397.7616271972656, 1397.058349609375, 1792.735595703125, 1208.8409423828125, 1218.166748046875, 342.1468505859375, 540.8610229492188, 1086.044921875, 330.05206298828125, 695.090087890625, 870.427490234375, 492.5933532714844, 680.4225463867188, 982.491455078125, 324.9381408691406, 616.9583740234375, 467.5270080566406]\n", - "59\n", - "490\n", - "20\n", - "[810.8919067382812, 740.0828857421875, 583.8851318359375, 745.0165405273438, 604.2727661132812, 822.7974853515625, 1814.3740234375, 1123.440673828125, 1892.257080078125, 442.8373107910156, 3209.0830078125, 3417.836669921875, 2970.23291015625, 1140.5892333984375, 1650.630859375, 1668.253662109375, 411.05810546875, 306.7805480957031, 304.32220458984375, 560.4031982421875]\n", - "20\n", - "491\n", - "47\n", - "[961.8077392578125, 362.6881408691406, 941.2709350585938, 423.99005126953125, 1509.7200927734375, 1440.7855224609375, 1863.004638671875, 1067.517333984375, 497.99664306640625, 582.5606079101562, 1710.010009765625, 1549.989501953125, 325.0760498046875, 1045.4605712890625, 1754.6973876953125, 1965.7874755859375, 1934.0289306640625, 2051.820068359375, 974.6646118164062, 520.5840454101562, 1101.6719970703125, 967.7744140625, 1702.3074951171875, 2049.261474609375, 1975.5078125, 1659.477294921875, 1119.04345703125, 347.42694091796875, 1093.0521240234375, 1173.7369384765625, 316.74407958984375, 328.57049560546875, 512.10400390625, 839.072265625, 334.3623352050781, 340.6766052246094, 644.6337890625, 318.0172424316406, 421.27923583984375, 794.29443359375, 877.521484375, 560.7691650390625, 1338.8233642578125, 459.8291931152344, 491.4190979003906, 814.7530517578125, 582.4248657226562]\n", - "47\n", - "492\n", - "8\n", - "[895.1990966796875, 487.0824279785156, 3225.242431640625, 2151.712158203125, 450.1527099609375, 834.275390625, 418.2845153808594, 2036.1690673828125]\n", - "8\n", - "493\n", - "20\n", - "[361.1719970703125, 322.49981689453125, 1336.335205078125, 2795.68310546875, 2160.254638671875, 572.8673706054688, 426.2576599121094, 817.1588745117188, 1256.258544921875, 1709.76025390625, 3657.775146484375, 2785.42724609375, 424.32208251953125, 613.721923828125, 2883.810302734375, 2244.3369140625, 1948.974365234375, 455.818603515625, 912.9332275390625, 539.8448486328125]" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "20\n", - "494\n", - "7\n", - "[968.4323120117188, 431.13848876953125, 678.078857421875, 1278.451171875, 756.9766845703125, 742.433349609375, 368.2558288574219]\n", - "7\n", - "495\n", - "15\n", - "[371.39862060546875, 300.11865234375, 633.327880859375, 667.9815673828125, 1870.09375, 2744.041748046875, 3166.3955078125, 385.690185546875, 929.6172485351562, 1688.4925537109375, 2863.134033203125, 1501.8338623046875, 302.264892578125, 974.5802001953125, 528.2460327148438]\n", - "15\n", - "496\n", - "23\n", - "[721.3515014648438, 1003.345458984375, 358.58575439453125, 603.4737548828125, 631.7816162109375, 1624.2076416015625, 3704.518798828125, 1164.2269287109375, 849.9239501953125, 2194.144775390625, 4877.8349609375, 4922.94287109375, 1461.21435546875, 1038.319091796875, 4370.56005859375, 3244.503173828125, 2230.01171875, 450.99066162109375, 1788.0928955078125, 386.41015625, 2115.490234375, 641.2727661132812, 1227.6939697265625]\n", - "23\n", - "497\n", - "19\n", - "[857.2197265625, 1404.14208984375, 312.2627868652344, 472.248779296875, 493.2915344238281, 1129.3128662109375, 1392.0693359375, 1662.45263671875, 867.1333618164062, 1182.556396484375, 2425.822509765625, 2005.90673828125, 1289.2247314453125, 324.37255859375, 540.3544921875, 348.3819885253906, 704.9848022460938, 370.38482666015625, 383.8831787109375]\n", - "19\n", - "498\n", - "8\n", - "[341.9893493652344, 818.100830078125, 1153.256591796875, 1696.708984375, 1461.60205078125, 1047.0909423828125, 447.1063232421875, 418.5840148925781]\n", - "8\n", - "499\n", - "10\n", - "[481.4582824707031, 757.9442749023438, 496.9087219238281, 723.8768920898438, 371.21002197265625, 541.9501342773438, 1875.4173583984375, 1323.2261962890625, 853.1541137695312, 373.873291015625]\n", - "10\n", - "500\n", - "40\n", - "[403.1593933105469, 426.1304931640625, 643.4429931640625, 757.0900268554688, 568.864013671875, 1015.69921875, 931.6888427734375, 833.1942138671875, 316.2674865722656, 400.8328552246094, 661.0321655273438, 548.9676513671875, 1741.737060546875, 3380.774658203125, 4922.56787109375, 4525.79345703125, 1984.5211181640625, 1688.6182861328125, 3599.005126953125, 4613.96630859375, 2296.00439453125, 3438.106689453125, 427.5668029785156, 306.945068359375, 340.92352294921875, 426.5478210449219, 373.7503662109375, 312.39874267578125, 986.8914794921875, 1021.5689086914062, 2140.367431640625, 970.9063720703125, 430.49530029296875, 467.626220703125, 356.5064697265625, 612.9231567382812, 1146.4078369140625, 1873.72900390625, 595.1072387695312, 455.1582336425781]\n", - "40\n", - "501\n", - "12\n", - "[1264.685302734375, 689.0721435546875, 412.08428955078125, 568.2708129882812, 1197.9622802734375, 2078.531982421875, 901.1388549804688, 1543.489990234375, 337.2336120605469, 1594.6826171875, 1437.379150390625, 1879.6800537109375]\n", - "12\n", - "502\n", - "10\n", - "[499.06103515625, 322.226318359375, 443.1402893066406, 1111.3966064453125, 811.7108764648438, 362.2643127441406, 389.66937255859375, 897.2080688476562, 742.0260009765625, 369.92437744140625]\n", - "10\n", - "503\n", - "13\n", - "[422.97357177734375, 655.3843383789062, 1139.3348388671875, 3479.71875, 3139.692138671875, 903.4195556640625, 312.14495849609375, 1092.6903076171875, 629.938232421875, 443.520263671875, 2031.2060546875, 516.4569702148438, 654.8526611328125]\n", - "13\n", - "504\n", - "9\n", - "[1473.2431640625, 1166.6331787109375, 685.7902221679688, 1620.3026123046875, 2072.826416015625, 1126.9842529296875, 1898.2332763671875, 494.86175537109375, 424.92437744140625]\n", - "9\n", - "505\n", - "8\n", - "[343.32354736328125, 383.2911682128906, 440.328857421875, 840.8140869140625, 1566.048095703125, 953.7001953125, 695.130859375, 331.1318054199219]\n", - "8\n", - "506\n", - "8\n", - "[345.2837219238281, 1136.98046875, 2417.230224609375, 407.2042541503906, 1864.71484375, 3926.50732421875, 1460.0390625, 1426.98583984375]\n", - "8\n", - "507\n", - "20\n", - "[413.6795349121094, 569.2477416992188, 1376.6104736328125, 935.7958984375, 769.2755126953125, 1382.408203125, 1231.2430419921875, 1902.503662109375, 1334.60400390625, 452.23333740234375, 835.693603515625, 1607.7882080078125, 1963.48486328125, 1262.5477294921875, 559.4030151367188, 696.8607177734375, 1446.4271240234375, 488.6359558105469, 418.2519836425781, 717.7902221679688]\n", - "20\n", - "508\n", - "11\n", - "[940.4150390625, 1431.2728271484375, 1502.9310302734375, 3239.773681640625, 1673.1851806640625, 698.0057373046875, 969.4886474609375, 2082.777587890625, 840.263916015625, 571.6199951171875, 865.5694580078125]\n", - "11\n", - "509\n", - "32\n", - "[932.3736572265625, 2437.736083984375, 2134.890869140625, 1073.28271484375, 1681.27392578125, 2544.00390625, 2779.94091796875, 3999.53076171875, 2088.845947265625, 631.3903198242188, 2015.354736328125, 3737.25927734375, 3093.52294921875, 2967.59521484375, 1533.50390625, 2508.260009765625, 4770.16015625, 4296.646484375, 3093.075439453125, 1029.300048828125, 469.6614685058594, 633.9237670898438, 995.0225830078125, 2949.16748046875, 1805.331298828125, 1444.8896484375, 2187.565673828125, 416.3240051269531, 1702.5643310546875, 1072.10791015625, 415.3883056640625, 482.5668640136719]\n", - "32\n", - "510\n", - "7\n", - "[1172.0869140625, 554.8295288085938, 362.89447021484375, 637.2885131835938, 428.2984924316406, 3008.461669921875, 893.3623046875]\n", - "7\n", - "511\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[662.0145263671875, 715.6671142578125, 494.18487548828125, 654.3925170898438, 349.70465087890625, 1363.1878662109375, 1821.419677734375, 1064.3197021484375, 318.173583984375, 886.9517211914062, 1639.114013671875, 994.7931518554688, 512.9071655273438, 440.0047912597656, 421.8832092285156, 689.850341796875]\n", - "16\n", - "512\n", - "8\n", - "[591.1732177734375, 1589.3568115234375, 1678.717529296875, 407.3857116699219, 1136.758056640625, 777.9664306640625, 902.34423828125, 442.17974853515625]\n", - "8\n", - "513\n", - "4\n", - "[2424.93505859375, 10815.654296875, 7476.22802734375, 4136.5849609375]\n", - "4\n", - "514\n", - "6\n", - "[1214.076904296875, 622.6380615234375, 990.3790893554688, 1695.4954833984375, 1910.43359375, 460.2381896972656]\n", - "6\n", - "515\n", - "14\n", - "[1173.5469970703125, 2614.734130859375, 2429.892333984375, 1113.0079345703125, 1125.62646484375, 1484.915283203125, 1334.5889892578125, 615.6201782226562, 2027.15966796875, 395.5463562011719, 887.3333129882812, 1720.103271484375, 691.8499145507812, 1542.5262451171875]\n", - "14\n", - "516\n", - "5\n", - "[429.399169921875, 441.3143615722656, 1912.12841796875, 414.8440856933594, 2090.25]\n", - "5\n", - "517\n", - "9\n", - "[484.1214294433594, 567.7526245117188, 521.0767211914062, 480.993896484375, 3007.836181640625, 792.8641357421875, 446.17742919921875, 859.1021728515625, 517.5254516601562]\n", - "9\n", - "518\n", - "14\n", - "[344.3764343261719, 1207.5638427734375, 1400.8778076171875, 847.1405029296875, 3152.1923828125, 1281.235107421875, 773.2459716796875, 3076.564697265625, 3279.02783203125, 1329.235107421875, 3624.01171875, 717.7740478515625, 1711.4930419921875, 786.6708984375]\n", - "14\n", - "519\n", - "8\n", - "[541.00146484375, 1055.3916015625, 2074.736083984375, 2200.781005859375, 384.901123046875, 1404.36328125, 844.363037109375, 336.21826171875]\n", - "8\n", - "520\n", - "91\n", - "[615.5918579101562, 2966.64990234375, 3846.63134765625, 5052.2353515625, 1127.0377197265625, 568.4411010742188, 509.6980285644531, 764.0233154296875, 335.2090148925781, 630.9356079101562, 3107.399658203125, 3299.03125, 6310.51318359375, 4331.48828125, 2101.58740234375, 516.1738891601562, 1445.10302734375, 426.3076477050781, 1168.133056640625, 2941.17919921875, 3922.46435546875, 470.1461181640625, 923.0574340820312, 4094.96484375, 5075.38623046875, 7582.69189453125, 6665.58251953125, 5526.71240234375, 771.9527587890625, 4921.39013671875, 3810.469970703125, 5213.86279296875, 6073.6337890625, 4275.84375, 6354.7177734375, 6808.1650390625, 6263.34765625, 7131.458984375, 6066.447265625, 7210.11962890625, 6469.7001953125, 5476.44140625, 1910.4361572265625, 1529.4622802734375, 3184.8974609375, 3631.41259765625, 7178.41259765625, 6635.0634765625, 5992.3095703125, 6855.10986328125, 6972.306640625, 5243.31640625, 682.6409912109375, 1425.628173828125, 824.9609985351562, 3366.81396484375, 6057.75048828125, 6207.22265625, 7221.59912109375, 6510.306640625, 2100.04833984375, 330.5721740722656, 1303.7181396484375, 4055.52880859375, 6296.3271484375, 5964.9384765625, 6322.306640625, 4159.345703125, 484.1188049316406, 502.9890441894531, 1311.9776611328125, 2948.477294921875, 3706.407470703125, 5702.71533203125, 3409.15185546875, 1039.931884765625, 487.8434753417969, 958.4888305664062, 546.994384765625, 602.1698608398438, 602.3422241210938, 2795.991943359375, 2852.405517578125, 649.0414428710938, 477.05157470703125, 630.5702514648438, 572.0439453125, 632.6209106445312, 604.9063110351562]\n", - "89\n", - "521\n", - "12\n", - "[457.0823974609375, 795.8890991210938, 1442.2923583984375, 896.5164794921875, 366.5018005371094, 790.9055786132812, 1377.7125244140625, 797.8226928710938, 546.5599365234375, 428.7693176269531, 1188.2852783203125, 1319.172607421875]\n", - "12\n", - "522\n", - "13\n", - "[722.7977905273438, 535.0550537109375, 2347.330078125, 3187.906005859375, 2633.136474609375, 410.12445068359375, 2589.250732421875, 1938.2388916015625, 2313.3212890625, 1235.484375, 729.3739013671875, 838.7649536132812, 418.15777587890625]\n", - "13\n", - "523\n", - "5\n", - "[1975.3223876953125, 1769.234130859375, 1038.9541015625, 444.6247863769531, 339.6324768066406]\n", - "5\n", - "524\n", - "4\n", - "[797.4984130859375, 2275.440185546875, 2995.860595703125, 2304.423583984375]\n", - "4\n", - "525\n", - "14\n", - "[318.0809631347656, 956.6724853515625, 801.2588500976562, 1839.387451171875, 2221.197509765625, 2235.125244140625, 418.263916015625, 1701.1009521484375, 3300.4091796875, 3001.05517578125, 412.7498779296875, 311.7020568847656, 1101.157958984375, 495.2508544921875]\n", - "14\n", - "526\n", - "9\n", - "[412.74298095703125, 658.0543212890625, 969.7274169921875, 978.75732421875, 1937.868896484375, 1193.5389404296875, 432.4628601074219, 1480.13525390625, 852.5496215820312]\n", - "9\n", - "527\n", - "5\n", - "[955.8641967773438, 2584.66259765625, 819.1456909179688, 480.430419921875, 1396.701904296875]\n", - "5\n", - "528\n", - "3\n", - "[1072.3489990234375, 2482.677734375, 1461.16552734375]\n", - "3\n", - "529\n", - "47\n", - "[632.1275634765625, 811.2444458007812, 912.6952514648438, 710.423095703125, 569.94775390625, 419.44696044921875, 796.2283325195312, 364.94244384765625, 866.3603515625, 413.08740234375, 416.2256164550781, 994.6434326171875, 1379.165771484375, 3050.16845703125, 3623.10205078125, 1707.78076171875, 464.07537841796875, 763.9442749023438, 408.1203308105469, 468.7911682128906, 999.252197265625, 1225.098876953125, 4019.825439453125, 4375.45166015625, 3732.762939453125, 3128.34912109375, 836.6354370117188, 1600.9991455078125, 628.5865478515625, 1451.69140625, 3116.821533203125, 4095.178466796875, 3689.765625, 2969.839111328125, 2734.536376953125, 1288.5465087890625, 1060.162841796875, 1883.628662109375, 1783.667236328125, 3175.261474609375, 923.4900512695312, 910.6058349609375, 567.7239379882812, 366.3814697265625, 1513.5335693359375, 407.4220886230469, 814.1144409179688]\n", - "47\n", - "530\n", - "25\n", - "[624.2686767578125, 4086.851318359375, 3226.375244140625, 1596.3004150390625, 1043.66943359375, 3138.009521484375, 1137.383056640625, 2317.591552734375, 1229.736083984375, 3279.306396484375, 3610.3134765625, 2929.82080078125, 762.4592895507812, 732.023681640625, 1111.840087890625, 846.525146484375, 1850.0452880859375, 3217.11181640625, 3579.942626953125, 1735.2381591796875, 2056.227783203125, 578.0256958007812, 808.0016479492188, 2692.74853515625, 2143.590576171875]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "25\n", - "531\n", - "23\n", - "[2495.4736328125, 1674.7545166015625, 1142.6605224609375, 3882.4052734375, 5542.54931640625, 1228.5968017578125, 1624.5838623046875, 3605.740966796875, 6055.81591796875, 4806.8056640625, 7981.81103515625, 3283.423583984375, 445.8262939453125, 4429.4365234375, 7204.12109375, 5362.4345703125, 653.4788818359375, 540.7837524414062, 4005.903076171875, 7085.39990234375, 351.0726623535156, 520.231689453125, 494.7806091308594]\n", - "23\n", - "532\n", - "29\n", - "[1149.5025634765625, 870.9426879882812, 1517.1029052734375, 597.8915405273438, 1674.414794921875, 2573.34814453125, 2348.54248046875, 3932.345458984375, 1341.3719482421875, 534.607421875, 4394.2119140625, 4870.25, 4852.84375, 1814.2744140625, 1135.7305908203125, 1112.4915771484375, 2543.428955078125, 4989.04736328125, 2905.795166015625, 1876.3992919921875, 601.6753540039062, 1582.4208984375, 1878.082763671875, 3042.72119140625, 628.598876953125, 741.3735961914062, 2225.19091796875, 417.1284484863281, 728.9256591796875]\n", - "29\n", - "533\n", - "16\n", - "[580.7587890625, 986.0304565429688, 969.3629150390625, 500.1595153808594, 1669.074951171875, 2033.603759765625, 2417.1396484375, 1348.5546875, 701.78076171875, 1574.6600341796875, 2671.4873046875, 3022.111572265625, 1855.043212890625, 495.1109924316406, 806.4306640625, 357.24908447265625]\n", - "16\n", - "534\n", - "8\n", - "[743.8892211914062, 1181.0816650390625, 338.781494140625, 1342.755859375, 2926.09814453125, 680.8685302734375, 634.7906494140625, 491.8818664550781]\n", - "8\n", - "535\n", - "20\n", - "[1547.9539794921875, 6749.25537109375, 431.8167724609375, 3178.9736328125, 12140.3583984375, 2072.6865234375, 3212.10888671875, 14056.3193359375, 345.740234375, 1060.494384765625, 1296.48046875, 832.044921875, 1663.101806640625, 564.078857421875, 305.5471496582031, 946.0088500976562, 1017.4873657226562, 1455.733154296875, 1021.1554565429688, 341.2674865722656]\n", - "20\n", - "536\n", - "8\n", - "[959.1673583984375, 524.0723266601562, 383.0476989746094, 605.0375366210938, 1306.342529296875, 1864.61962890625, 688.6431884765625, 335.6562194824219]\n", - "8\n", - "537\n", - "9\n", - "[1496.4693603515625, 754.27880859375, 399.4630126953125, 510.76605224609375, 1006.8121948242188, 552.076171875, 2476.746826171875, 531.3358764648438, 555.417236328125]\n", - "9\n", - "538\n", - "10\n", - "[1049.578857421875, 417.4964599609375, 1214.36328125, 422.07318115234375, 531.08740234375, 2364.785888671875, 2318.62255859375, 565.3395385742188, 325.34808349609375, 612.46337890625]\n", - "10\n", - "539\n", - "6\n", - "[686.390625, 555.7877807617188, 1310.37744140625, 2704.067626953125, 1550.0394287109375, 318.6556091308594]\n", - "6\n", - "540\n", - "129\n", - "[565.7957153320312, 932.39306640625, 714.9500732421875, 306.4150390625, 797.7534790039062, 527.0393676757812, 1377.277587890625, 1461.4036865234375, 2717.179443359375, 749.80224609375, 472.7305603027344, 405.2530517578125, 1235.1971435546875, 2675.570556640625, 1312.44775390625, 922.447998046875, 1068.79150390625, 1537.7281494140625, 373.8680114746094, 1409.184814453125, 3241.68359375, 1587.7559814453125, 700.6766967773438, 1352.162109375, 529.4595947265625, 709.6934204101562, 787.6685791015625, 511.1397705078125, 1328.045166015625, 3606.123291015625, 3742.005126953125, 2093.581298828125, 2323.49853515625, 2759.0673828125, 1071.7332763671875, 337.091064453125, 903.848876953125, 989.1184692382812, 3686.122802734375, 4588.8828125, 4734.376953125, 4769.7578125, 4550.9072265625, 1777.4835205078125, 1499.866943359375, 678.7990112304688, 325.17535400390625, 647.7257080078125, 347.7033996582031, 319.2309875488281, 482.4718017578125, 799.6552734375, 1870.7235107421875, 3114.16748046875, 4507.85595703125, 3589.100830078125, 5714.81494140625, 5222.859375, 4623.4736328125, 3187.529296875, 1837.9808349609375, 557.0192260742188, 371.4267272949219, 370.124267578125, 394.8883361816406, 513.541748046875, 534.4974365234375, 471.1690673828125, 1365.9669189453125, 3492.043212890625, 2304.249755859375, 5092.70703125, 5712.7841796875, 5520.04638671875, 5151.611328125, 2861.65869140625, 2510.114990234375, 1173.495849609375, 404.8800964355469, 766.1179809570312, 1424.4317626953125, 2038.690673828125, 1628.8720703125, 5651.4873046875, 4252.31884765625, 4862.9736328125, 5185.03857421875, 4384.19921875, 960.4291381835938, 1417.7344970703125, 283.05645751953125, 406.2027282714844, 1229.8653564453125, 2628.392578125, 2489.435302734375, 3181.971923828125, 3590.64453125, 4334.11767578125, 2227.84814453125, 398.4901428222656, 741.009033203125, 1963.6724853515625, 1079.9239501953125, 2352.882568359375, 1148.22705078125, 1248.1048583984375, 1196.04638671875, 263.415771484375, 1481.6024169921875, 1113.6361083984375, 460.50030517578125, 329.4136962890625, 411.36688232421875, 604.508544921875, 2596.95458984375, 1492.35693359375, 709.7283325195312, 431.5883483886719, 796.9962768554688, 735.845947265625, 331.51531982421875, 332.19744873046875, 412.96783447265625, 343.83587646484375, 439.971435546875, 345.0788269042969, 366.7222595214844, 334.563232421875, 413.91693115234375]\n", - "129\n", - "541\n", - "8\n", - "[1595.111083984375, 1109.3697509765625, 3578.60986328125, 2472.7783203125, 1534.2017822265625, 1650.20751953125, 405.8038330078125, 305.2318420410156]\n", - "8\n", - "542\n", - "20\n", - "[784.6670532226562, 338.3133239746094, 438.0471496582031, 381.9623107910156, 420.96856689453125, 535.3744506835938, 1609.62158203125, 1447.4278564453125, 1107.0582275390625, 879.0814819335938, 1761.176513671875, 1928.67529296875, 1403.738037109375, 1450.4749755859375, 765.8753051757812, 991.387939453125, 1843.4815673828125, 750.8697509765625, 1288.8570556640625, 1322.57275390625]\n", - "20\n", - "543\n", - "11\n", - "[1346.2813720703125, 1762.7542724609375, 686.429443359375, 306.3954162597656, 1158.7001953125, 2176.0185546875, 2421.9462890625, 1841.116455078125, 866.2803955078125, 410.9210205078125, 346.02935791015625]\n", - "11\n", - "544\n", - "9\n", - "[754.6943359375, 599.5882568359375, 806.6969604492188, 1685.2022705078125, 309.1087951660156, 539.5440063476562, 2247.30859375, 1885.8621826171875, 506.12786865234375]\n", - "9\n", - "545\n", - "17\n", - "[887.8207397460938, 960.4953002929688, 554.8309936523438, 813.0556640625, 671.8475952148438, 1899.4765625, 2433.01708984375, 1347.7679443359375, 562.765869140625, 371.15277099609375, 848.4465942382812, 1652.803955078125, 1175.7918701171875, 557.2741088867188, 659.2503051757812, 527.7040405273438, 887.8075561523438]\n", - "17\n", - "546\n", - "9\n", - "[645.04736328125, 1005.9151000976562, 1879.89990234375, 2291.7734375, 2710.9111328125, 3658.80810546875, 572.2871704101562, 465.90704345703125, 985.8602294921875]\n", - "9\n", - "547\n", - "8\n", - "[800.6094970703125, 471.21331787109375, 968.7237548828125, 1155.1876220703125, 1312.0535888671875, 1707.7725830078125, 2109.099609375, 339.766357421875]\n", - "8\n", - "548\n", - "13\n", - "[379.0543212890625, 353.8467102050781, 1034.33154296875, 1061.5498046875, 674.256103515625, 833.964111328125, 1392.8546142578125, 1565.7757568359375, 412.23492431640625, 714.1284790039062, 1146.5347900390625, 1644.6640625, 904.7665405273438]\n", - "13\n", - "549\n", - "15\n", - "[378.4875793457031, 365.2430725097656, 403.1919860839844, 314.5710144042969, 536.0736083984375, 1641.9287109375, 4023.202880859375, 1576.8399658203125, 2202.843994140625, 2376.634521484375, 2746.766357421875, 421.1026306152344, 1366.068115234375, 429.3854675292969, 466.87896728515625]\n", - "15\n", - "550\n", - "5\n", - "[1972.3790283203125, 336.0030212402344, 335.7143249511719, 1800.9176025390625, 1099.3558349609375]\n", - "5\n", - "551\n", - "11\n", - "[1138.3839111328125, 377.6405334472656, 383.1903991699219, 301.9641418457031, 953.8154907226562, 947.4216918945312, 2551.0244140625, 961.2166137695312, 668.91162109375, 923.9524536132812, 470.7800598144531]\n", - "11\n", - "552\n", - "7\n", - "[746.495361328125, 1844.1893310546875, 928.6441650390625, 854.4552612304688, 1955.3994140625, 1227.2318115234375, 691.6702270507812]\n", - "7\n", - "553\n", - "15\n", - "[733.6349487304688, 715.9960327148438, 431.7734375, 322.2923278808594, 731.2439575195312, 942.441650390625, 486.8977966308594, 1033.709228515625, 1425.4425048828125, 1093.8062744140625, 2060.463134765625, 863.1508178710938, 328.24041748046875, 702.6158447265625, 927.7730712890625]\n", - "15\n", - "554\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[859.003173828125, 2248.413330078125, 1053.659912109375, 301.1694030761719, 461.5789489746094, 3364.18017578125, 352.78375244140625]\n", - "7\n", - "555\n", - "20\n", - "[1091.9093017578125, 328.1410217285156, 775.3576049804688, 2214.5546875, 775.3576049804688, 1129.9359130859375, 921.9136962890625, 345.1224365234375, 349.4273986816406, 422.3047180175781, 366.0095520019531, 1145.6728515625, 2161.96337890625, 1143.706787109375, 321.2798156738281, 889.841552734375, 2910.6005859375, 1455.337158203125, 514.3986206054688, 608.2092895507812]\n", - "20\n", - "556\n", - "12\n", - "[483.7913818359375, 1370.52880859375, 842.1907348632812, 3274.555908203125, 662.1759643554688, 731.8540649414062, 1372.2474365234375, 595.9183349609375, 2516.65625, 303.6459655761719, 576.09033203125, 518.122802734375]\n", - "12\n", - "557\n", - "4\n", - "[304.9766540527344, 1361.5235595703125, 3951.813232421875, 1805.8255615234375]\n", - "4\n", - "558\n", - "12\n", - "[307.6578063964844, 1010.9035034179688, 3955.857666015625, 1448.5887451171875, 425.2355041503906, 310.80767822265625, 360.3048095703125, 1283.80517578125, 2169.91552734375, 2685.779052734375, 703.8324584960938, 309.95538330078125]\n", - "12\n", - "559\n", - "8\n", - "[417.24273681640625, 303.1088562011719, 771.754150390625, 1268.2525634765625, 401.75140380859375, 964.9622802734375, 620.3584594726562, 319.673583984375]\n", - "8\n", - "560\n", - "24\n", - "[399.5440368652344, 1097.7437744140625, 1059.8802490234375, 672.6068115234375, 2163.84423828125, 2454.379638671875, 1009.9188842773438, 2989.117919921875, 1950.3831787109375, 5205.345703125, 4937.32763671875, 1903.373291015625, 346.5870361328125, 860.1055908203125, 702.4555053710938, 660.7550659179688, 2641.951171875, 4663.9892578125, 1744.882568359375, 831.8233642578125, 711.6254272460938, 605.7456665039062, 1016.0337524414062, 1339.6534423828125]\n", - "24\n", - "561\n", - "11\n", - "[563.5341186523438, 921.6903686523438, 1123.316162109375, 1654.3427734375, 1158.199951171875, 583.7280883789062, 1216.502197265625, 1154.0379638671875, 458.1335754394531, 818.5692138671875, 603.5486450195312]\n", - "11\n", - "562\n", - "5\n", - "[342.5875244140625, 1809.1397705078125, 2027.0128173828125, 1105.3927001953125, 370.5816650390625]\n", - "5\n", - "563\n", - "6\n", - "[2521.371337890625, 3391.1015625, 1761.230224609375, 1614.5791015625, 3541.884765625, 958.9118041992188]\n", - "6\n", - "564\n", - "6\n", - "[949.9409790039062, 3050.044189453125, 341.1825866699219, 644.634521484375, 428.5079345703125, 325.2953796386719]\n", - "6\n", - "565\n", - "18\n", - "[509.4795227050781, 1201.950439453125, 1217.24267578125, 1083.496337890625, 714.8648681640625, 2656.354248046875, 2098.782470703125, 2466.745361328125, 395.1270446777344, 403.2145690917969, 377.58050537109375, 1942.7493896484375, 3465.9892578125, 2519.15771484375, 815.1895141601562, 1096.9327392578125, 1060.55810546875, 907.1524047851562]\n", - "18\n", - "566\n", - "48\n", - "[1303.0714111328125, 377.5526123046875, 309.0617980957031, 1227.28759765625, 417.3511657714844, 652.7531127929688, 972.3845825195312, 2279.90185546875, 1749.52734375, 1301.8681640625, 462.3357238769531, 194.07241821289062, 3098.62841796875, 2602.9736328125, 556.2987670898438, 717.5493774414062, 3594.34521484375, 2567.287841796875, 693.2974243164062, 2799.33984375, 1291.8804931640625, 1594.7735595703125, 2983.97802734375, 3814.488525390625, 3618.303466796875, 4860.96240234375, 4971.7998046875, 2411.268310546875, 1424.921875, 2625.23388671875, 3267.290771484375, 2127.18310546875, 3449.336669921875, 2971.115966796875, 2732.46142578125, 997.0438232421875, 1030.6519775390625, 948.1639404296875, 1539.6646728515625, 1981.216552734375, 883.5447998046875, 1146.875732421875, 534.16650390625, 394.9536437988281, 490.72650146484375, 389.9640808105469, 309.6219482421875, 526.0055541992188]\n", - "48\n", - "567\n", - "10\n", - "[466.7287902832031, 582.8883666992188, 632.7454833984375, 3255.093505859375, 1205.5767822265625, 581.1702270507812, 1843.490478515625, 1688.1781005859375, 640.5909423828125, 485.1388854980469]\n", - "10\n", - "568\n", - "12\n", - "[547.0567016601562, 1125.6141357421875, 385.3410339355469, 1450.306396484375, 1245.4212646484375, 433.60797119140625, 1162.34423828125, 1869.44677734375, 1880.47998046875, 553.7902221679688, 416.6863098144531, 764.1412353515625]\n", - "12\n", - "569\n", - "8\n", - "[335.56146240234375, 1193.7484130859375, 337.1715393066406, 1349.741943359375, 551.0301513671875, 812.6030883789062, 342.6767578125, 544.7255249023438]\n", - "8\n", - "570\n", - "45\n", - "[508.1358642578125, 328.1585998535156, 903.609619140625, 1031.831298828125, 427.6596374511719, 1830.7666015625, 435.9172668457031, 903.3978881835938, 2027.712158203125, 3144.598388671875, 5801.63427734375, 486.64776611328125, 829.6173095703125, 976.7677612304688, 3166.12646484375, 5966.23583984375, 2720.1181640625, 5348.166015625, 978.586181640625, 1717.16552734375, 8004.5048828125, 7586.32763671875, 6838.49560546875, 1866.8880615234375, 610.7522583007812, 1087.2745361328125, 391.5480041503906, 867.7120971679688, 3712.6591796875, 7519.14208984375, 1865.51708984375, 3079.435546875, 3609.69970703125, 385.5613098144531, 3173.916259765625, 2268.182373046875, 2997.086181640625, 1634.222900390625, 1301.4691162109375, 358.8345642089844, 320.7530822753906, 1442.0802001953125, 1352.4228515625, 754.9315185546875, 331.9031677246094]\n", - "45\n", - "571\n", - "6\n", - "[609.9951782226562, 796.0855712890625, 673.307861328125, 1377.6666259765625, 1209.4481201171875, 712.689208984375]\n", - "6\n", - "572\n", - "14\n", - "[344.6348571777344, 569.1407470703125, 511.244873046875, 619.8197631835938, 624.4326782226562, 850.5653686523438, 1870.4019775390625, 1710.940673828125, 672.4558715820312, 914.17138671875, 445.82916259765625, 1022.0966796875, 645.4281616210938, 588.7850952148438]\n", - "14\n", - "573\n", - "20\n", - "[444.6864013671875, 309.7760925292969, 1874.764892578125, 854.5827026367188, 2169.14697265625, 1595.4600830078125, 396.5198669433594, 1562.8314208984375, 4363.46142578125, 6081.87939453125, 4277.83642578125, 870.5105590820312, 1978.238037109375, 3149.10791015625, 4004.3564453125, 2722.421142578125, 733.712646484375, 541.39111328125, 579.5726928710938, 385.6529541015625]\n", - "20\n", - "574\n", - "161\n", - "[477.708984375, 774.4926147460938, 502.34661865234375, 726.4521484375, 514.5825805664062, 848.9055786132812, 778.2899780273438, 648.8561401367188, 410.20343017578125, 550.8963623046875, 685.6839599609375, 2351.08935546875, 2421.856689453125, 2898.190673828125, 3661.011962890625, 2180.6171875, 1577.76953125, 1814.4696044921875, 3929.302490234375, 2238.6904296875, 2376.165771484375, 5310.5986328125, 5026.1923828125, 5393.92529296875, 2281.883544921875, 497.9602966308594, 858.2601318359375, 2142.65380859375, 525.7291870117188, 2022.22900390625, 3395.813720703125, 2362.494873046875, 4860.43017578125, 3993.507568359375, 5101.30615234375, 5324.46728515625, 5726.513671875, 5025.7626953125, 2141.53369140625, 1379.1153564453125, 1985.2666015625, 784.0946655273438, 589.3462524414062, 309.3904113769531, 310.3172302246094, 343.1279602050781, 311.3978576660156, 989.6363525390625, 1868.811767578125, 4501.1806640625, 5009.98388671875, 5409.18212890625, 5008.279296875, 6080.318359375, 4242.794921875, 3071.478515625, 5367.673828125, 3372.231689453125, 3971.96044921875, 2700.395263671875, 828.11669921875, 307.727294921875, 1320.3336181640625, 4685.84716796875, 5727.63037109375, 4235.32861328125, 4683.36279296875, 5624.77783203125, 3187.75732421875, 5116.10693359375, 6293.2646484375, 5795.39013671875, 5806.31884765625, 4830.8681640625, 4564.86376953125, 2106.994384765625, 615.901123046875, 325.0412902832031, 416.2218322753906, 489.334716796875, 502.1925964355469, 2131.69140625, 3401.8134765625, 3952.990478515625, 5122.85986328125, 4067.557861328125, 2908.987060546875, 5320.10009765625, 6172.01025390625, 6037.55419921875, 4962.06005859375, 3561.014404296875, 3419.22412109375, 1543.251953125, 697.3214721679688, 842.8016357421875, 878.2350463867188, 1696.36181640625, 4635.52734375, 1810.164794921875, 435.73101806640625, 832.7686157226562, 1314.2884521484375, 1943.7386474609375, 1033.9730224609375, 2174.18798828125, 5094.67236328125, 4832.7578125, 5519.08447265625, 1783.0643310546875, 1829.5413818359375, 562.1454467773438, 2473.3818359375, 1348.75390625, 223.47413635253906, 4657.47900390625, 5615.0390625, 4444.4970703125, 580.8006591796875, 364.2575988769531, 456.03631591796875, 1306.5452880859375, 5677.54541015625, 6307.490234375, 5375.18017578125, 4681.49267578125, 1313.113037109375, 338.33331298828125, 1244.10498046875, 1370.6544189453125, 969.6920166015625, 1796.991943359375, 3710.914794921875, 2950.139404296875, 484.00152587890625, 573.9199829101562, 435.6516418457031, 2651.248779296875, 2784.37646484375, 1665.0941162109375, 3489.6005859375, 1928.8453369140625, 601.9589233398438, 499.1061096191406, 1698.2467041015625, 1593.162841796875, 388.4122314453125, 499.4535827636719, 507.67987060546875, 1498.8629150390625, 1821.010986328125, 525.0796508789062, 774.0396728515625, 352.6474609375, 498.9187927246094, 1938.69482421875, 630.5380249023438, 648.9830322265625, 693.8731079101562, 811.2019653320312]\n", - "160\n", - "575\n", - "14\n", - "[741.8743896484375, 1453.37109375, 1457.4127197265625, 2258.25341796875, 662.9288330078125, 1006.018310546875, 2140.03564453125, 650.2808837890625, 1346.6702880859375, 858.6416015625, 359.8980407714844, 705.3936157226562, 847.0369262695312, 435.268798828125]\n", - "14\n", - "576\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[419.32403564453125, 657.7513427734375, 2819.148681640625, 808.7640380859375, 1185.18701171875, 887.5158081054688, 1409.2569580078125]\n", - "7\n", - "577\n", - "9\n", - "[505.93414306640625, 362.947021484375, 406.00750732421875, 2401.730224609375, 1039.0028076171875, 329.916015625, 973.8541870117188, 371.5350646972656, 1365.5699462890625]\n", - "9\n", - "578\n", - "20\n", - "[384.60345458984375, 316.2363586425781, 810.2849731445312, 1723.1326904296875, 1601.299560546875, 528.6317749023438, 821.7075805664062, 1030.0009765625, 811.8135986328125, 1930.30419921875, 1998.9168701171875, 588.7827758789062, 654.7642822265625, 332.9790954589844, 515.9429321289062, 1430.432373046875, 1168.4515380859375, 377.6415710449219, 497.563232421875, 492.4261169433594]\n", - "20\n", - "579\n", - "96\n", - "[334.3586120605469, 628.4115600585938, 692.478271484375, 441.6791076660156, 1363.1357421875, 2362.3310546875, 576.8174438476562, 880.4857177734375, 738.5692749023438, 3026.185302734375, 2716.121826171875, 474.36004638671875, 2550.121826171875, 3852.421142578125, 1724.153076171875, 1774.8955078125, 2021.6983642578125, 438.07586669921875, 475.9021301269531, 1214.37060546875, 1376.00146484375, 2351.516357421875, 1060.7777099609375, 3020.409912109375, 4118.08154296875, 4235.21923828125, 3335.074462890625, 3361.148681640625, 3533.78564453125, 2247.93017578125, 1404.111572265625, 1343.9151611328125, 3167.7490234375, 3468.932861328125, 4747.8740234375, 4674.9326171875, 4382.517578125, 4075.41748046875, 2962.62744140625, 408.4790954589844, 1388.3682861328125, 613.0613403320312, 2341.412353515625, 4034.8798828125, 4263.37451171875, 4299.9208984375, 4929.234375, 4777.07763671875, 4694.45556640625, 4770.69775390625, 4706.7822265625, 1674.106201171875, 415.0303955078125, 1001.9973754882812, 3186.001953125, 4525.60302734375, 4237.67333984375, 4632.24365234375, 4726.77880859375, 4071.733642578125, 4813.185546875, 4124.13916015625, 2138.32177734375, 747.4487915039062, 2075.938232421875, 4605.38818359375, 4654.2001953125, 4299.43212890625, 703.7767944335938, 2342.183349609375, 1633.8609619140625, 849.6895141601562, 4113.11279296875, 4679.93701171875, 4836.845703125, 1256.33935546875, 759.3469848632812, 834.0218505859375, 422.90203857421875, 598.8903198242188, 3374.114990234375, 4954.744140625, 3882.642822265625, 1434.3282470703125, 1484.3499755859375, 1810.040771484375, 2851.98583984375, 2718.72216796875, 543.43603515625, 2795.523681640625, 2342.0322265625, 1247.15234375, 1321.7919921875, 1385.6519775390625, 1533.84765625, 761.61474609375]\n", - "96\n", - "580\n", - "11\n", - "[336.893310546875, 741.7339477539062, 1578.981689453125, 311.4870300292969, 563.0858764648438, 600.32275390625, 2182.784912109375, 2027.637939453125, 365.2474670410156, 435.0674133300781, 405.9550476074219]\n", - "11\n", - "581\n", - "22\n", - "[1204.432861328125, 2270.1455078125, 1415.2664794921875, 1831.7008056640625, 2255.36572265625, 1348.5992431640625, 416.74285888671875, 1256.784912109375, 2558.125, 2654.707763671875, 2557.819580078125, 1752.58251953125, 1609.822265625, 1451.092529296875, 900.6206665039062, 2180.751953125, 2801.272705078125, 2783.15283203125, 1997.65478515625, 511.2801818847656, 1662.7373046875, 301.43267822265625]\n", - "22\n", - "582\n", - "52\n", - "[616.1063232421875, 1035.6533203125, 564.17236328125, 344.9175720214844, 517.61181640625, 2487.994140625, 1207.6942138671875, 534.3226318359375, 1159.386474609375, 4109.7744140625, 1920.8856201171875, 980.3115844726562, 1158.91552734375, 486.033447265625, 678.7252197265625, 320.4837341308594, 2380.231201171875, 4749.34765625, 5491.298828125, 5153.02099609375, 4150.5947265625, 3326.443359375, 3215.801025390625, 434.0528564453125, 1351.79931640625, 4505.619140625, 4495.43017578125, 2087.693603515625, 3116.6015625, 2585.298583984375, 4203.06396484375, 2301.89794921875, 362.4571838378906, 466.3775939941406, 2286.12353515625, 2274.37939453125, 392.683837890625, 1059.192138671875, 2532.71142578125, 3014.111572265625, 655.7662963867188, 1462.209228515625, 3406.094970703125, 2216.45947265625, 1421.09716796875, 323.9510498046875, 1650.8753662109375, 2440.799072265625, 2622.993408203125, 712.986572265625, 1491.5943603515625, 300.81195068359375]\n", - "52\n", - "583\n", - "8\n", - "[301.55303955078125, 559.644287109375, 1472.1875, 542.2219848632812, 392.9158935546875, 485.32769775390625, 1083.42578125, 776.1390380859375]\n", - "8\n", - "584\n", - "20\n", - "[468.6552429199219, 430.5803527832031, 1251.2894287109375, 490.99365234375, 854.8082275390625, 2917.4443359375, 1592.8721923828125, 1182.374755859375, 308.8691711425781, 1552.005615234375, 3518.943115234375, 2538.188720703125, 1785.9207763671875, 1148.064208984375, 894.3361206054688, 722.4547119140625, 453.8062744140625, 546.5927124023438, 422.1847229003906, 1038.721435546875]\n", - "20\n", - "585\n", - "7\n", - "[616.0415649414062, 1041.565673828125, 481.0008544921875, 579.8684692382812, 499.9740905761719, 1610.037109375, 477.8720703125]\n", - "7\n", - "586\n", - "6\n", - "[565.725830078125, 1826.601318359375, 581.9320678710938, 445.84619140625, 1926.5015869140625, 468.52825927734375]\n", - "6\n", - "587\n", - "53\n", - "[378.34136962890625, 470.2079162597656, 393.6297912597656, 719.6560668945312, 573.932861328125, 469.8078308105469, 398.99932861328125, 341.10455322265625, 344.48919677734375, 1047.707275390625, 2292.150634765625, 441.63568115234375, 990.8825073242188, 1357.3956298828125, 355.7365417480469, 1902.0257568359375, 2537.59765625, 2107.254150390625, 2651.827392578125, 2440.365966796875, 953.1610717773438, 414.2945861816406, 464.47528076171875, 1018.6544799804688, 1727.9715576171875, 1944.4100341796875, 3839.58984375, 3897.02587890625, 3744.76953125, 4218.802734375, 2561.369384765625, 328.2188720703125, 763.9488525390625, 2799.94140625, 1894.955810546875, 2359.39404296875, 2306.770751953125, 592.8975830078125, 3021.133544921875, 1248.320556640625, 1412.2442626953125, 874.77685546875, 765.1732177734375, 1457.8184814453125, 306.60345458984375, 3671.630859375, 2213.552490234375, 892.3010864257812, 634.451416015625, 578.6593017578125, 2748.051513671875, 557.2052001953125, 398.46319580078125]\n", - "53\n", - "588\n", - "7\n", - "[534.5030517578125, 1689.59814453125, 391.3427734375, 814.2904663085938, 744.9382934570312, 1630.978271484375, 372.0149841308594]\n", - "7\n", - "589\n", - "41\n", - "[877.81982421875, 367.6824035644531, 2254.715576171875, 1711.3084716796875, 810.6502075195312, 1324.0980224609375, 1236.998779296875, 617.455810546875, 1837.043212890625, 2767.771728515625, 2259.500244140625, 2133.451904296875, 3912.979248046875, 2925.10400390625, 1288.5745849609375, 1452.18505859375, 2229.008056640625, 870.267333984375, 513.1216430664062, 935.2545166015625, 1880.727783203125, 3824.04150390625, 2931.913330078125, 3876.099365234375, 2900.196044921875, 1564.2459716796875, 1808.2552490234375, 1810.295654296875, 662.2733154296875, 874.3156127929688, 3218.92919921875, 3461.60986328125, 3062.127685546875, 849.4815063476562, 393.2355651855469, 320.18096923828125, 502.8516540527344, 689.0028076171875, 885.30517578125, 301.4599304199219, 339.427734375]\n", - "41\n", - "590\n", - "13\n", - "[634.7514038085938, 708.1813354492188, 451.4644470214844, 1166.61767578125, 1518.512939453125, 888.1431274414062, 657.660400390625, 1277.178955078125, 784.072998046875, 2032.056884765625, 1505.187744140625, 433.8647766113281, 442.4717102050781]\n", - "13\n", - "591\n", - "7\n", - "[354.2624206542969, 1368.3516845703125, 1185.6409912109375, 315.3951416015625, 386.04071044921875, 819.250732421875, 1580.5408935546875]\n", - "7\n", - "592\n", - "7\n", - "[1948.458984375, 1660.3837890625, 793.10546875, 560.7816772460938, 1601.259765625, 2211.17236328125, 426.8658142089844]\n", - "7\n", - "593\n", - "14\n", - "[346.2930908203125, 497.7456359863281, 1971.2899169921875, 1813.9429931640625, 1552.01806640625, 1991.1766357421875, 3784.856201171875, 982.113525390625, 980.5433349609375, 1229.06787109375, 308.1905212402344, 382.6838684082031, 930.8539428710938, 317.2800598144531]\n", - "14\n", - "594\n", - "6\n", - "[811.8811645507812, 1242.123046875, 312.70263671875, 1936.11474609375, 827.4567260742188, 465.5837707519531]\n", - "6\n", - "595\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[410.9841003417969, 1321.610595703125, 1820.179443359375, 1514.82373046875, 3426.476318359375, 2009.6304931640625, 507.76214599609375, 1078.3800048828125, 4569.6337890625, 771.5628051757812, 397.63165283203125, 384.9288635253906]\n", - "12\n", - "596\n", - "9\n", - "[330.2579345703125, 579.4373168945312, 2456.3447265625, 1744.06787109375, 658.9846801757812, 414.7301940917969, 385.7123718261719, 302.32135009765625, 875.683837890625]\n", - "9\n", - "597\n", - "9\n", - "[494.1500549316406, 5117.4423828125, 4020.44775390625, 1143.820068359375, 1012.9425048828125, 5680.7255859375, 4921.86279296875, 509.9211730957031, 880.3518676757812]\n", - "9\n", - "598\n", - "7\n", - "[1186.5826416015625, 1290.77197265625, 604.8070678710938, 1591.8240966796875, 1636.8333740234375, 511.8104248046875, 1415.6536865234375]\n", - "7\n", - "599\n", - "9\n", - "[369.84844970703125, 590.2208862304688, 565.9609375, 775.9384155273438, 525.9994506835938, 1291.6529541015625, 335.49359130859375, 1381.1458740234375, 386.53839111328125]\n", - "9\n", - "600\n", - "13\n", - "[1615.210693359375, 1287.2462158203125, 2440.13818359375, 4246.423828125, 2337.387451171875, 615.357421875, 406.1573791503906, 828.51806640625, 374.4814453125, 353.5325622558594, 339.5395812988281, 1392.7122802734375, 1799.1492919921875]\n", - "13\n", - "601\n", - "7\n", - "[523.8331909179688, 473.0693664550781, 910.3375854492188, 1464.82958984375, 1054.90869140625, 713.0076904296875, 723.1171875]\n", - "7\n", - "602\n", - "12\n", - "[650.8097534179688, 1462.8475341796875, 3260.971435546875, 4651.67138671875, 1523.21826171875, 1248.4046630859375, 2603.183837890625, 2193.26171875, 988.2877807617188, 1095.0008544921875, 620.5494384765625, 609.5872802734375]\n", - "12\n", - "603\n", - "43\n", - "[315.0483093261719, 360.2567443847656, 302.1323547363281, 439.0213317871094, 658.4439086914062, 802.9899291992188, 433.3313293457031, 1205.2271728515625, 797.0992431640625, 1062.6221923828125, 518.9212646484375, 538.3281860351562, 623.9367065429688, 301.027587890625, 324.10516357421875, 361.5693054199219, 1844.0791015625, 3350.88134765625, 3841.3115234375, 3051.318115234375, 1781.06689453125, 980.4580688476562, 339.6689147949219, 825.5517578125, 3067.62548828125, 3447.17333984375, 2716.16552734375, 3844.23486328125, 2081.64013671875, 496.62249755859375, 814.6939697265625, 1081.02392578125, 2095.921630859375, 1048.3062744140625, 1021.6773681640625, 372.030029296875, 1340.687744140625, 1080.281494140625, 417.77685546875, 1789.5374755859375, 687.8910522460938, 477.4327392578125, 897.5347900390625]\n", - "43\n", - "604\n", - "203\n", - "[1271.3946533203125, 1064.15234375, 1734.2547607421875, 355.2106628417969, 3168.630126953125, 2483.795166015625, 644.1643676757812, 1053.9124755859375, 1660.8975830078125, 818.025634765625, 654.205810546875, 418.3459777832031, 2368.071044921875, 4235.57958984375, 5759.9482421875, 6910.26904296875, 6474.26708984375, 2595.305908203125, 1808.0810546875, 3609.55810546875, 2670.8642578125, 976.1345825195312, 825.6581420898438, 346.5315856933594, 1184.4144287109375, 5377.06787109375, 4911.62744140625, 7040.7080078125, 7846.19287109375, 8083.802734375, 7691.68359375, 5846.07177734375, 8031.6474609375, 8123.662109375, 6803.60302734375, 4055.10498046875, 4239.18798828125, 2849.96728515625, 1819.4757080078125, 432.1946105957031, 1832.404052734375, 4743.41357421875, 5913.98828125, 1130.1656494140625, 5179.79443359375, 8384.052734375, 8303.08984375, 8747.734375, 7429.19091796875, 6837.39013671875, 7370.59423828125, 8147.34423828125, 7431.9970703125, 4800.603515625, 3866.89892578125, 4261.8603515625, 2009.6575927734375, 315.6856384277344, 662.0368041992188, 4835.88818359375, 5949.14697265625, 5433.7431640625, 7067.40380859375, 7079.1318359375, 8701.72265625, 8644.6318359375, 8653.671875, 7962.142578125, 8109.298828125, 7618.07421875, 7318.51953125, 5222.5673828125, 1170.68310546875, 1770.613037109375, 817.2947998046875, 320.6928405761719, 1026.125, 2989.77099609375, 2454.97900390625, 5671.73193359375, 8344.2470703125, 8482.70703125, 8609.744140625, 8857.169921875, 8689.7958984375, 8002.07373046875, 5061.9140625, 1418.8939208984375, 531.5889892578125, 525.8871459960938, 644.1553955078125, 489.4025573730469, 2648.111083984375, 6894.67919921875, 5894.609375, 8156.23974609375, 7621.8994140625, 8578.619140625, 6416.09375, 7315.388671875, 4359.296875, 1920.873046875, 1229.6141357421875, 411.9223937988281, 992.9334106445312, 592.4779052734375, 470.3663024902344, 1576.353271484375, 2818.02978515625, 2981.3173828125, 4698.7099609375, 6177.29296875, 6419.26953125, 8241.6591796875, 8682.1357421875, 7024.1435546875, 7823.5029296875, 6881.7509765625, 3086.747314453125, 2293.9921875, 2500.260009765625, 2402.2099609375, 740.16650390625, 711.2693481445312, 1312.850341796875, 3532.709228515625, 5959.13427734375, 8403.2060546875, 4274.5810546875, 6593.38330078125, 7956.2783203125, 7938.685546875, 7921.44482421875, 7407.22314453125, 6742.1728515625, 4491.1337890625, 3028.63720703125, 5472.63671875, 3514.990478515625, 1434.4566650390625, 969.187744140625, 2922.53955078125, 5764.5673828125, 6867.57763671875, 2898.685546875, 3322.01171875, 6151.2646484375, 7925.95556640625, 7470.8271484375, 7892.8544921875, 7018.18896484375, 4847.373046875, 3593.011962890625, 6998.828125, 6326.0283203125, 1205.976806640625, 3525.455810546875, 4280.92333984375, 1764.6947021484375, 3683.844482421875, 7780.5498046875, 5820.66552734375, 917.1764526367188, 1182.970947265625, 2627.658447265625, 3960.122314453125, 4704.501953125, 1429.747314453125, 1814.351318359375, 935.9329833984375, 385.3257751464844, 2079.351806640625, 3229.609375, 413.16741943359375, 2974.650146484375, 161.81698608398438, 2553.615478515625, 2404.140625, 700.785888671875, 569.6524658203125, 615.18603515625, 570.0764770507812, 382.7004089355469, 552.5919799804688, 813.8665771484375, 1140.2431640625, 3023.251220703125, 1299.606201171875, 1622.6536865234375, 3530.02978515625, 1614.380615234375, 981.7462158203125, 819.39697265625, 638.2731323242188, 566.1609497070312, 529.342529296875, 537.9584350585938, 638.4805908203125, 1027.54150390625, 1290.1241455078125, 3809.30322265625, 790.9598999023438, 339.81927490234375]\n", - "203\n", - "605\n", - "14\n", - "[303.7964782714844, 563.8978881835938, 1408.0865478515625, 1459.4110107421875, 624.0573120117188, 421.7377014160156, 1983.9228515625, 3393.844970703125, 2256.630126953125, 792.62646484375, 395.59991455078125, 507.5051574707031, 904.8070068359375, 498.0528564453125]\n", - "14\n", - "606\n", - "9\n", - "[2610.534912109375, 3811.630859375, 1553.130859375, 1062.7088623046875, 3620.276123046875, 3087.099365234375, 922.3369750976562, 634.123046875, 305.5630798339844]\n", - "9\n", - "607\n", - "6\n", - "[2332.83154296875, 1406.5880126953125, 2746.034912109375, 3198.610107421875, 826.0731201171875, 911.3753662109375]\n", - "6\n", - "608\n", - "6\n", - "[637.9884033203125, 1138.0489501953125, 1511.9027099609375, 315.3266906738281, 1212.84423828125, 341.0511169433594]\n", - "6\n", - "609\n", - "11\n", - "[1435.017578125, 906.011474609375, 2449.521728515625, 5215.86865234375, 3586.065185546875, 514.4395751953125, 1031.0718994140625, 3703.706298828125, 1918.3681640625, 526.4153442382812, 422.7523193359375]\n", - "11\n", - "610\n", - "30\n", - "[767.4263916015625, 436.4233093261719, 1824.1502685546875, 2952.125244140625, 1761.0665283203125, 1484.09765625, 3717.220947265625, 3444.42138671875, 2404.556884765625, 604.208984375, 767.6500854492188, 1289.3924560546875, 3243.372802734375, 3935.61376953125, 2048.498779296875, 313.4012145996094, 387.7677001953125, 1535.8282470703125, 2883.775634765625, 3498.0908203125, 1960.83056640625, 863.733642578125, 563.9711303710938, 384.22576904296875, 878.7391357421875, 1732.087890625, 2265.01708984375, 428.5416259765625, 700.941650390625, 611.522705078125]\n", - "30\n", - "611\n", - "6\n", - "[649.8344116210938, 1523.5831298828125, 423.291015625, 2300.258056640625, 1123.3262939453125, 783.0087280273438]\n", - "6\n", - "612\n", - "41\n", - "[438.29376220703125, 386.09222412109375, 792.8468017578125, 559.8120727539062, 311.13751220703125, 365.1662292480469, 1138.8487548828125, 1126.8717041015625, 784.1338500976562, 428.10821533203125, 435.5891418457031, 651.9842529296875, 758.7139892578125, 437.51031494140625, 1594.2735595703125, 2078.276611328125, 1279.5777587890625, 1784.8731689453125, 754.4547729492188, 642.1070556640625, 341.58367919921875, 778.080078125, 875.1195068359375, 1757.1533203125, 2735.10595703125, 3288.60791015625, 2523.25048828125, 697.7444458007812, 2200.593017578125, 2159.385009765625, 3125.09814453125, 1560.430419921875, 377.9360656738281, 798.9148559570312, 1075.65478515625, 2162.88623046875, 802.4745483398438, 585.4103393554688, 462.662841796875, 1034.0916748046875, 923.0847778320312]\n", - "41\n", - "613\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[540.754150390625, 340.85040283203125, 848.0770263671875, 625.3112182617188, 828.9019165039062, 1141.9814453125, 2138.835205078125, 771.6532592773438, 2021.6290283203125, 1898.7249755859375, 476.8392333984375, 382.14764404296875, 2026.9954833984375, 1803.7181396484375, 431.3981018066406, 682.9877319335938]\n", - "16\n", - "614\n", - "9\n", - "[956.51904296875, 604.6309814453125, 329.2784729003906, 1982.72314453125, 1189.2635498046875, 904.6732177734375, 1156.08203125, 402.9483642578125, 398.779296875]\n", - "9\n", - "615\n", - "4\n", - "[344.0325012207031, 1937.220703125, 340.550048828125, 2821.259521484375]\n", - "4\n", - "616\n", - "7\n", - "[875.9465942382812, 544.9365844726562, 2457.888671875, 353.393310546875, 394.1792907714844, 924.6688842773438, 434.2400207519531]\n", - "7\n", - "617\n", - "5\n", - "[349.032470703125, 1962.737060546875, 1886.77783203125, 2219.247314453125, 981.3165283203125]\n", - "5\n", - "618\n", - "8\n", - "[1143.3544921875, 1399.492431640625, 522.9419555664062, 402.2172546386719, 446.9034423828125, 719.6865234375, 576.7907104492188, 404.8617248535156]\n", - "8\n", - "619\n", - "281\n", - "[421.1910095214844, 536.3145141601562, 1103.313720703125, 424.57843017578125, 439.0525207519531, 461.1460876464844, 544.2235717773438, 329.76507568359375, 1260.9703369140625, 471.088623046875, 996.2267456054688, 1395.03466796875, 981.9695434570312, 329.35528564453125, 386.16009521484375, 2117.80419921875, 1009.1677856445312, 785.3331298828125, 454.39910888671875, 375.8666076660156, 972.9945068359375, 1184.9852294921875, 1648.7523193359375, 533.7443237304688, 922.8078002929688, 639.204833984375, 645.1672973632812, 801.2540893554688, 1009.5794067382812, 329.62298583984375, 1360.8917236328125, 203.4181671142578, 3138.3046875, 1985.5474853515625, 1993.5355224609375, 1616.897705078125, 303.4143981933594, 515.7703857421875, 2236.544677734375, 1310.5689697265625, 2591.3046875, 1061.1710205078125, 381.2649841308594, 2282.102294921875, 3757.3671875, 2146.7607421875, 1057.173583984375, 651.2149047851562, 2592.23828125, 1376.37255859375, 1260.8387451171875, 2968.713623046875, 1536.04345703125, 506.4429016113281, 3155.279052734375, 1192.640380859375, 562.0667114257812, 299.98052978515625, 2914.60791015625, 4843.4521484375, 4232.95361328125, 2255.597412109375, 318.4000244140625, 174.3561248779297, 1838.572998046875, 3854.749267578125, 3485.1171875, 442.9285583496094, 360.22625732421875, 2071.40234375, 3274.790771484375, 2356.932861328125, 4040.17822265625, 1450.1805419921875, 458.1414489746094, 1152.7247314453125, 3334.027099609375, 3891.531494140625, 3098.478271484375, 2003.3094482421875, 621.5708618164062, 1141.684326171875, 6656.13720703125, 2876.543212890625, 3699.283447265625, 5289.091796875, 4288.3017578125, 1674.3724365234375, 1719.662109375, 3219.199462890625, 3299.55029296875, 238.994140625, 1068.1453857421875, 1248.2078857421875, 716.0070190429688, 688.3162231445312, 639.8361206054688, 888.8687133789062, 3083.784912109375, 553.096435546875, 1552.6527099609375, 4014.97216796875, 4492.5966796875, 3783.23876953125, 2647.31005859375, 1897.614501953125, 2259.30712890625, 5036.828125, 4769.66015625, 3478.6796875, 3475.805908203125, 3770.201416015625, 2866.97216796875, 1443.881103515625, 382.55572509765625, 522.841064453125, 507.90838623046875, 384.01934814453125, 1006.4400024414062, 431.7555847167969, 323.9120788574219, 1431.728515625, 1422.4578857421875, 281.7314758300781, 2737.77587890625, 2598.383544921875, 3151.1064453125, 3276.000244140625, 3983.969970703125, 4982.828125, 6472.69677734375, 5071.5810546875, 4782.0400390625, 6136.08837890625, 7300.30810546875, 7411.8232421875, 2138.683349609375, 1629.033935546875, 1093.86181640625, 3740.912109375, 2591.82421875, 601.3572998046875, 301.86083984375, 837.18212890625, 1750.3802490234375, 1013.0319213867188, 1875.32275390625, 1930.5, 762.2377319335938, 5348.67724609375, 5924.146484375, 4945.59130859375, 6205.39111328125, 7517.09619140625, 7249.66064453125, 7173.23046875, 5928.87109375, 7482.7578125, 2714.28271484375, 469.1168518066406, 1882.1904296875, 3525.0654296875, 1858.1209716796875, 1985.368896484375, 819.1441650390625, 1970.9625244140625, 923.6620483398438, 1904.652587890625, 2981.986572265625, 3840.405029296875, 2532.22265625, 964.3002319335938, 4848.36328125, 7021.01171875, 7487.88818359375, 7655.2060546875, 7473.55224609375, 4252.818359375, 2724.09716796875, 1848.5010986328125, 2447.812744140625, 3073.255859375, 1299.9345703125, 971.8904418945312, 1867.0018310546875, 743.2094116210938, 3347.137451171875, 3652.9140625, 2459.673095703125, 5371.171875, 5673.67724609375, 6318.31103515625, 7420.00634765625, 7272.6748046875, 7629.318359375, 5857.587890625, 2303.41162109375, 432.212890625, 302.0587158203125, 1031.8466796875, 609.6700439453125, 774.8529052734375, 949.0466918945312, 2429.46630859375, 4842.48583984375, 5590.99658203125, 3646.7119140625, 7210.60546875, 6871.8779296875, 5148.32763671875, 2648.97412109375, 685.7103271484375, 419.4666442871094, 339.7007751464844, 379.2791748046875, 4147.5537109375, 4145.00439453125, 1421.3538818359375, 4989.23291015625, 3587.776123046875, 3063.295166015625, 5762.04833984375, 3464.887451171875, 3528.913330078125, 1779.109375, 2897.44677734375, 427.725341796875, 1097.608154296875, 3677.089111328125, 3886.782470703125, 6234.31494140625, 4568.1171875, 2096.226806640625, 4759.69970703125, 603.6627807617188, 1437.808837890625, 2405.680908203125, 3104.72900390625, 1072.599365234375, 1517.2034912109375, 1078.58740234375, 1967.9781494140625, 3942.6591796875, 6148.0703125, 3325.01611328125, 2867.651611328125, 475.83587646484375, 2187.86962890625, 1455.6431884765625, 586.106201171875, 1035.855712890625, 1441.4952392578125, 552.2772216796875, 306.8542175292969, 349.6961975097656, 1675.224853515625, 699.7769165039062, 368.70538330078125, 1613.8773193359375, 417.58807373046875, 686.0006103515625, 511.0384216308594, 690.633056640625, 413.2872314453125, 913.5748901367188, 587.6647338867188, 478.45794677734375, 322.07391357421875, 783.0060424804688, 484.407958984375, 1003.7598266601562, 1626.675537109375, 407.4153137207031, 671.5009765625, 588.4129638671875, 656.480712890625, 799.69775390625, 890.1648559570312, 809.2550048828125]\n", - "279\n", - "620\n", - "6\n", - "[332.2939147949219, 775.7073974609375, 1177.376708984375, 2543.764404296875, 758.4383544921875, 400.5071716308594]\n", - "6\n", - "621\n", - "41\n", - "[517.5209350585938, 560.3004150390625, 532.7014770507812, 1542.5899658203125, 648.6506958007812, 305.2763977050781, 2072.93701171875, 2805.253173828125, 908.1829833984375, 1583.226318359375, 1711.976806640625, 1581.603271484375, 2071.599853515625, 3537.18310546875, 2204.90673828125, 1146.272705078125, 1286.91015625, 2816.210205078125, 2878.9052734375, 3785.6953125, 3388.183349609375, 2899.332275390625, 1433.7340087890625, 790.8093872070312, 2657.84033203125, 2784.37060546875, 2976.188720703125, 1769.3785400390625, 446.9757385253906, 1791.158447265625, 3935.57958984375, 2676.98828125, 573.6295166015625, 643.0701293945312, 2261.62109375, 3351.313720703125, 999.9805908203125, 1051.2066650390625, 1964.37939453125, 535.0125732421875, 1646.8243408203125]\n", - "41\n", - "622\n", - "11\n", - "[1130.2017822265625, 1497.6461181640625, 300.9619140625, 2831.679931640625, 4652.806640625, 3103.510009765625, 399.10223388671875, 1651.9569091796875, 2196.627685546875, 910.067138671875, 534.9360961914062]\n", - "11\n", - "623\n", - "21\n", - "[571.4916381835938, 394.7572021484375, 476.5525817871094, 748.4149780273438, 553.9042358398438, 371.4277648925781, 397.9356994628906, 412.04888916015625, 196.5325927734375, 899.70947265625, 1601.048828125, 3081.805908203125, 2029.88720703125, 1598.9888916015625, 582.2391967773438, 1369.93017578125, 789.4572143554688, 698.9102783203125, 1144.5784912109375, 907.558837890625, 904.294921875]\n", - "21\n", - "624\n", - "25\n", - "[332.73187255859375, 354.8414611816406, 352.62786865234375, 306.41717529296875, 422.431396484375, 363.3833923339844, 1434.183349609375, 570.9869384765625, 833.3543090820312, 699.2926025390625, 3192.172607421875, 2992.67822265625, 1256.4219970703125, 617.5740356445312, 312.4556579589844, 749.6631469726562, 744.6336059570312, 2121.048828125, 2979.44921875, 960.3950805664062, 545.0722045898438, 579.016845703125, 675.43994140625, 701.0355834960938, 883.66845703125]\n", - "25\n", - "625\n", - "17\n", - "[883.5330810546875, 589.9064331054688, 696.0443115234375, 1275.3248291015625, 1036.5552978515625, 1592.008056640625, 766.5534057617188, 411.2284240722656, 1389.6126708984375, 2107.54638671875, 998.3093872070312, 506.1413269042969, 1151.2005615234375, 1449.6605224609375, 1160.9676513671875, 585.0164794921875, 556.7382202148438]\n", - "17\n", - "626\n", - "15\n", - "[443.0530090332031, 374.71807861328125, 616.8745727539062, 377.9120788574219, 1851.8114013671875, 1064.7265625, 303.02044677734375, 664.3104858398438, 1753.1893310546875, 1001.844970703125, 369.6090393066406, 473.65484619140625, 856.144775390625, 318.58013916015625, 613.6805419921875]\n", - "15\n", - "627\n", - "8\n", - "[414.3394470214844, 548.891845703125, 1138.0523681640625, 790.1983032226562, 1327.675537109375, 1804.272705078125, 311.6035461425781, 379.06585693359375]\n", - "8\n", - "628\n", - "36\n", - "[484.57574462890625, 483.7545471191406, 884.56787109375, 2270.906494140625, 1154.3428955078125, 1466.742431640625, 305.0158996582031, 367.5442199707031, 813.4505004882812, 482.5021667480469, 3187.942138671875, 2037.64404296875, 499.68902587890625, 2267.4833984375, 2867.742919921875, 1341.1553955078125, 2831.43994140625, 452.7701110839844, 339.4943542480469, 485.3299560546875, 3315.529296875, 5113.0693359375, 4004.33935546875, 1209.2823486328125, 3999.724365234375, 5231.341796875, 4521.1943359375, 2107.569580078125, 2616.600830078125, 312.7007141113281, 2640.02490234375, 2093.025634765625, 1378.5546875, 2585.017333984375, 1375.5040283203125, 491.413330078125]\n", - "36\n", - "629\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17\n", - "[364.63812255859375, 690.7764282226562, 377.2871398925781, 616.095703125, 1089.599609375, 784.261962890625, 343.7110290527344, 587.1810302734375, 344.666748046875, 336.6885070800781, 348.9767761230469, 364.446044921875, 527.9415283203125, 737.8773803710938, 556.5455322265625, 555.912353515625, 859.7237548828125]\n", - "17\n", - "630\n", - "11\n", - "[505.70892333984375, 660.2671508789062, 384.0754699707031, 908.2183227539062, 1130.1607666015625, 663.0652465820312, 367.17620849609375, 491.44708251953125, 316.17303466796875, 416.911865234375, 454.4908142089844]\n", - "11\n", - "631\n", - "7\n", - "[1631.4686279296875, 584.2213134765625, 834.5847778320312, 687.1829833984375, 902.126708984375, 393.56744384765625, 340.74700927734375]\n", - "7\n", - "632\n", - "3\n", - "[350.2581787109375, 1895.142578125, 3051.8486328125]\n", - "3\n", - "633\n", - "28\n", - "[387.9638366699219, 1044.8209228515625, 2946.537109375, 456.9542236328125, 2871.1494140625, 3669.01220703125, 2550.758056640625, 306.1833190917969, 628.0179443359375, 968.1151733398438, 390.86895751953125, 966.0692138671875, 1240.49072265625, 306.1958923339844, 1118.958251953125, 2960.050048828125, 1383.185791015625, 1814.9827880859375, 1991.3978271484375, 1253.828369140625, 402.9714050292969, 306.2662353515625, 1471.2786865234375, 2890.925048828125, 1372.95947265625, 976.7570190429688, 457.13922119140625, 542.4385986328125]\n", - "28\n", - "634\n", - "19\n", - "[1112.4813232421875, 2768.540283203125, 3732.62109375, 2005.681396484375, 1099.7540283203125, 1265.1824951171875, 1335.1097412109375, 1879.5537109375, 3949.701904296875, 2534.04638671875, 1779.96923828125, 391.73699951171875, 380.5560607910156, 2646.204345703125, 2205.225341796875, 401.5177001953125, 516.5069580078125, 2014.789306640625, 540.7156372070312]\n", - "19\n", - "635\n", - "8\n", - "[348.2257995605469, 425.23406982421875, 1444.3111572265625, 367.46307373046875, 2324.07666015625, 685.2125854492188, 452.7835998535156, 309.57354736328125]\n", - "8\n", - "636\n", - "46\n", - "[506.15576171875, 1369.6922607421875, 1016.3565063476562, 414.3116760253906, 923.2886962890625, 758.9011840820312, 2796.0947265625, 3073.13916015625, 1681.364990234375, 597.2442626953125, 703.1417846679688, 857.3243408203125, 600.2559204101562, 701.656494140625, 1395.97705078125, 4004.543701171875, 3825.826904296875, 2953.97412109375, 1546.18603515625, 2337.24853515625, 3152.644775390625, 2030.449951171875, 889.8343505859375, 2484.587158203125, 3330.812255859375, 2303.4443359375, 1461.489013671875, 1909.216796875, 2221.09716796875, 1235.125, 913.5518188476562, 3414.845458984375, 4015.953369140625, 2699.8876953125, 939.6190795898438, 1463.0650634765625, 350.0480651855469, 559.7553100585938, 1720.102783203125, 1431.7401123046875, 1550.2882080078125, 1383.1116943359375, 377.7680969238281, 445.7895812988281, 572.2197265625, 411.0162048339844]\n", - "46\n", - "637\n", - "12\n", - "[387.6155700683594, 436.01849365234375, 599.2413330078125, 615.6273193359375, 470.7226257324219, 1507.34814453125, 1461.9241943359375, 481.89593505859375, 973.4376220703125, 1524.1116943359375, 372.0656433105469, 341.603271484375]\n", - "12\n", - "638\n", - "9\n", - "[422.3045654296875, 834.615966796875, 411.87799072265625, 334.01788330078125, 771.498046875, 537.9778442382812, 1379.6810302734375, 870.0388793945312, 339.320556640625]\n", - "9\n", - "639\n", - "23\n", - "[571.9608764648438, 681.5851440429688, 1098.79345703125, 844.480224609375, 592.4133911132812, 1048.2412109375, 611.9529418945312, 592.1702270507812, 317.1251220703125, 601.8593139648438, 917.4698486328125, 604.5460815429688, 709.3519287109375, 648.3046264648438, 820.0065307617188, 814.3901977539062, 148.97308349609375, 1425.087890625, 779.1796264648438, 924.2542724609375, 852.50537109375, 1559.230712890625, 820.8986206054688]\n", - "23\n", - "640\n", - "17\n", - "[1980.195556640625, 397.1226501464844, 706.8516235351562, 1915.6099853515625, 328.6445617675781, 1953.43017578125, 1750.86669921875, 1258.453857421875, 433.0399169921875, 1320.9169921875, 3247.4775390625, 2658.583984375, 2562.03466796875, 435.53662109375, 1889.283447265625, 1869.752685546875, 956.660888671875]\n", - "17\n", - "641\n", - "15\n", - "[530.3591918945312, 372.5352783203125, 1403.9725341796875, 360.82281494140625, 1429.07568359375, 2522.169921875, 1210.8607177734375, 1435.1112060546875, 3072.9775390625, 1264.60302734375, 391.151123046875, 2309.552978515625, 533.5365600585938, 311.89666748046875, 316.6160583496094]\n", - "15\n", - "642\n", - "9\n", - "[335.16070556640625, 1564.79541015625, 661.7042846679688, 1220.8997802734375, 2925.3056640625, 1088.54345703125, 396.6946716308594, 1132.3258056640625, 1042.09716796875]\n", - "9\n", - "643\n", - "108\n", - "[1061.8902587890625, 3576.406982421875, 1666.7386474609375, 421.1940612792969, 1796.234130859375, 1742.21142578125, 3814.400390625, 4170.65673828125, 2471.19384765625, 1215.3013916015625, 1631.9246826171875, 1085.8818359375, 978.30029296875, 2106.240478515625, 2011.8902587890625, 3071.94189453125, 4969.763671875, 4691.02734375, 3697.077880859375, 969.1697387695312, 3292.724365234375, 2190.34228515625, 731.1731567382812, 1040.7042236328125, 2768.7080078125, 4310.59716796875, 4908.2578125, 5002.57666015625, 5191.29296875, 4602.1669921875, 4386.2734375, 1736.3978271484375, 581.2549438476562, 235.84963989257812, 2477.2841796875, 4395.01220703125, 4313.42822265625, 4820.640625, 4920.4912109375, 3186.903564453125, 1325.462890625, 374.9405212402344, 896.3131103515625, 500.4943542480469, 1390.156982421875, 4549.67529296875, 4832.02783203125, 5117.65869140625, 4006.65283203125, 4213.927734375, 4331.814453125, 2284.394775390625, 464.81353759765625, 525.986328125, 3826.500244140625, 4694.53759765625, 5021.767578125, 2694.995361328125, 4541.68505859375, 2508.556884765625, 4924.80029296875, 2618.295166015625, 314.02532958984375, 311.39068603515625, 737.6132202148438, 3493.57958984375, 2833.84375, 3908.160400390625, 1436.64794921875, 5083.07470703125, 4748.11376953125, 4265.45654296875, 1804.5631103515625, 608.5882568359375, 306.0962219238281, 385.45526123046875, 1071.799072265625, 4039.0537109375, 1362.7579345703125, 2677.674560546875, 4104.04833984375, 1599.0120849609375, 433.1291809082031, 2957.011474609375, 4327.275390625, 2695.005859375, 719.7473754882812, 984.7459106445312, 3129.608154296875, 1051.318115234375, 637.6460571289062, 882.35693359375, 2432.624267578125, 390.2242126464844, 2014.925048828125, 4163.9345703125, 3841.77099609375, 1296.6610107421875, 932.788818359375, 822.8456420898438, 2972.241943359375, 310.7084655761719, 1439.212646484375, 517.1632080078125, 806.217529296875, 465.490966796875, 404.8393249511719, 565.297607421875]\n", - "108\n", - "644\n", - "5\n", - "[1281.0313720703125, 1270.724609375, 1497.6165771484375, 1036.8226318359375, 406.55548095703125]\n", - "5\n", - "645\n", - "8\n", - "[517.7051391601562, 347.99334716796875, 2014.6553955078125, 1467.0430908203125, 529.9273681640625, 926.0104370117188, 2036.3685302734375, 1159.9178466796875]\n", - "8\n", - "646\n", - "26\n", - "[1424.4700927734375, 699.2882080078125, 425.3564453125, 616.3419189453125, 599.672607421875, 644.2974853515625, 1185.69775390625, 1531.6181640625, 2787.47998046875, 2250.817138671875, 1002.8756713867188, 359.0670471191406, 1371.4708251953125, 2407.12890625, 2305.486328125, 602.3961791992188, 478.7168273925781, 340.371826171875, 399.0297546386719, 1300.4024658203125, 2017.0496826171875, 370.6208801269531, 927.2462768554688, 1270.9609375, 796.6661376953125, 397.93267822265625]\n", - "26\n", - "647\n", - "7\n", - "[1222.4327392578125, 2081.02978515625, 1312.2098388671875, 3438.95361328125, 5262.6064453125, 1146.1795654296875, 1485.1328125]\n", - "7\n", - "648\n", - "10\n", - "[332.0262145996094, 393.1509704589844, 647.0254516601562, 764.7655639648438, 1066.2435302734375, 891.1453247070312, 751.5388793945312, 486.6006774902344, 488.5096130371094, 444.009521484375]\n", - "10\n", - "649\n", - "7\n", - "[325.28399658203125, 1024.40771484375, 804.8803100585938, 2549.924560546875, 750.8013305664062, 574.3117065429688, 524.832763671875]\n", - "7\n", - "650\n", - "6\n", - "[511.0718994140625, 324.9580078125, 1820.169677734375, 1099.9427490234375, 1327.4931640625, 591.9983520507812]\n", - "6\n", - "651\n", - "48\n", - "[870.6041870117188, 1638.70654296875, 703.4049682617188, 373.2854919433594, 1050.7120361328125, 4238.00439453125, 1634.4041748046875, 669.105712890625, 3764.1181640625, 5121.82470703125, 2029.8126220703125, 635.333251953125, 374.38079833984375, 1372.572265625, 907.9505615234375, 515.84619140625, 3202.407958984375, 5924.18408203125, 4155.330078125, 3369.9638671875, 1985.17724609375, 779.4755859375, 2674.120849609375, 3224.60595703125, 3151.817138671875, 1435.862548828125, 1427.7216796875, 349.6029357910156, 612.9972534179688, 473.3121643066406, 1758.1458740234375, 1814.5433349609375, 614.9068603515625, 1161.66748046875, 732.21484375, 600.2029418945312, 2393.698974609375, 1535.0201416015625, 1110.798583984375, 1008.356201171875, 2552.66162109375, 3466.063232421875, 1172.239501953125, 1190.176513671875, 414.5158996582031, 1125.004638671875, 1630.6473388671875, 556.8671264648438]\n", - "48\n", - "652\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[479.43182373046875, 1700.8245849609375, 1458.5693359375, 790.4826049804688, 4054.95166015625, 4365.8173828125, 683.8552856445312, 339.9877014160156, 1212.0810546875, 1517.1844482421875, 2678.137939453125, 1153.7919921875, 501.7785339355469]\n", - "13\n", - "653\n", - "17\n", - "[479.4828186035156, 466.0552062988281, 843.9793701171875, 1344.703369140625, 346.4823913574219, 3609.831298828125, 4305.19677734375, 2643.307373046875, 470.39862060546875, 3393.187744140625, 4833.93359375, 4607.60595703125, 3262.56494140625, 459.6717834472656, 1988.40625, 3770.92724609375, 1614.9814453125]\n", - "17\n", - "654\n", - "12\n", - "[807.1088256835938, 510.1755676269531, 493.66925048828125, 599.3153076171875, 508.5009460449219, 934.9077758789062, 490.2611083984375, 809.4166870117188, 497.64959716796875, 337.22503662109375, 334.8119812011719, 659.0208740234375]\n", - "12\n", - "655\n", - "25\n", - "[475.5255126953125, 3808.017333984375, 1696.61474609375, 1306.27734375, 502.7759704589844, 521.9072265625, 1290.895751953125, 6520.7294921875, 8598.3955078125, 2802.500732421875, 1855.950927734375, 346.4356384277344, 1077.269775390625, 1335.1134033203125, 6307.68017578125, 3738.85791015625, 352.0829162597656, 835.8035278320312, 1230.5006103515625, 1470.6944580078125, 1198.303466796875, 511.0619812011719, 541.4942016601562, 419.0666809082031, 443.4833984375]\n", - "25\n", - "656\n", - "16\n", - "[385.6541748046875, 652.7803955078125, 474.4979248046875, 570.3924560546875, 1028.91845703125, 1675.458251953125, 1177.21923828125, 588.2188110351562, 621.9727172851562, 1157.484619140625, 941.4924926757812, 335.469482421875, 618.3017578125, 381.2679748535156, 1009.9022216796875, 334.99798583984375]\n", - "16\n", - "657\n", - "8\n", - "[1018.1275024414062, 539.9085083007812, 600.60205078125, 608.472900390625, 301.4349060058594, 1063.3245849609375, 1268.889892578125, 314.147705078125]\n", - "8\n", - "658\n", - "7\n", - "[326.5702209472656, 599.9068603515625, 2204.684326171875, 365.8625793457031, 1446.2486572265625, 652.3367919921875, 497.1888122558594]\n", - "7\n", - "659\n", - "28\n", - "[333.98760986328125, 800.2684326171875, 1281.86572265625, 864.6190795898438, 428.2948913574219, 565.8505859375, 2784.109375, 2245.1923828125, 3362.51220703125, 2853.387939453125, 3053.634521484375, 1070.006103515625, 303.2247314453125, 772.7923583984375, 4903.26806640625, 4496.31689453125, 5600.08984375, 5244.29345703125, 1989.85302734375, 1319.4002685546875, 3845.17041015625, 2699.44482421875, 4914.837890625, 3035.70458984375, 1156.5096435546875, 1806.0496826171875, 924.2051391601562, 351.50628662109375]\n", - "28\n", - "660\n", - "12\n", - "[937.3442993164062, 1633.97900390625, 1025.9129638671875, 402.63421630859375, 462.5072021484375, 2946.37548828125, 2720.40966796875, 978.1119384765625, 1888.8411865234375, 2268.906982421875, 790.67529296875, 527.3472290039062]\n", - "12\n", - "661\n", - "11\n", - "[363.9405517578125, 568.4625244140625, 513.9716796875, 356.1539001464844, 487.6846923828125, 360.3710021972656, 767.179443359375, 1155.088623046875, 406.3628845214844, 740.278564453125, 607.5432739257812]\n", - "11\n", - "662\n", - "6\n", - "[422.4808654785156, 703.0171508789062, 500.5517883300781, 1876.1573486328125, 1420.0631103515625, 587.2575073242188]\n", - "6\n", - "663\n", - "7\n", - "[697.8366088867188, 912.6194458007812, 1162.34033203125, 1095.439453125, 543.4202270507812, 493.4288024902344, 540.7161254882812]\n", - "7\n", - "664\n", - "8\n", - "[445.518310546875, 1190.7919921875, 305.9757995605469, 2273.039794921875, 2456.927490234375, 300.4357604980469, 507.1568298339844, 623.5615844726562]\n", - "8\n", - "665\n", - "9\n", - "[435.94586181640625, 1035.61669921875, 844.61962890625, 1323.4400634765625, 1529.3155517578125, 367.6059875488281, 659.67431640625, 1582.1455078125, 333.4726257324219]\n", - "9\n", - "666\n", - "12\n", - "[404.79901123046875, 562.5579223632812, 1508.380859375, 1973.211181640625, 1030.46875, 1419.15283203125, 385.9701232910156, 897.392333984375, 659.6882934570312, 626.775390625, 322.60113525390625, 397.6299133300781]\n", - "12\n", - "667\n", - "5\n", - "[576.55419921875, 2492.275634765625, 692.3594360351562, 649.5234375, 1814.7572021484375]\n", - "5\n", - "668\n", - "7\n", - "[450.37420654296875, 318.1291809082031, 1020.3333129882812, 1958.91552734375, 559.0913696289062, 1690.5482177734375, 453.23394775390625]\n", - "7\n", - "669\n", - "17\n", - "[461.3006286621094, 1057.937744140625, 1274.3095703125, 1462.085693359375, 429.4031677246094, 689.9046020507812, 1001.9306640625, 1870.277587890625, 2168.283203125, 1942.451171875, 303.54351806640625, 463.2842712402344, 1784.7430419921875, 1664.070556640625, 959.1046752929688, 390.88385009765625, 354.8734436035156]\n", - "17\n", - "670\n", - "10\n", - "[711.4922485351562, 573.6400146484375, 446.2821350097656, 417.3069763183594, 754.4719848632812, 803.1237182617188, 565.93310546875, 1939.57373046875, 582.0084838867188, 343.7989501953125]\n", - "10\n", - "671\n", - "8\n", - "[902.3506469726562, 535.74462890625, 411.39288330078125, 706.13720703125, 4596.99267578125, 595.3478393554688, 541.3659057617188, 1676.40673828125]\n", - "8\n", - "672\n", - "147\n", - "[349.5731201171875, 1095.8043212890625, 1072.58642578125, 507.8294372558594, 1026.807861328125, 615.5101318359375, 439.1558532714844, 1013.2032470703125, 426.2132873535156, 518.5259399414062, 1163.6771240234375, 2095.103759765625, 3365.83251953125, 1145.23828125, 1504.276123046875, 3545.5732421875, 3296.535888671875, 1939.8157958984375, 2108.047607421875, 456.4291076660156, 507.6499938964844, 582.8748779296875, 328.0880126953125, 336.83819580078125, 2496.072021484375, 3782.455078125, 4632.83251953125, 4778.86669921875, 3498.293212890625, 4021.072509765625, 4510.40283203125, 4071.1396484375, 385.84716796875, 534.8681030273438, 960.307373046875, 1393.740966796875, 744.1981201171875, 408.226806640625, 796.9775390625, 605.5545654296875, 875.072021484375, 545.1846923828125, 1652.029541015625, 3621.505859375, 4455.79150390625, 5072.0244140625, 4747.37744140625, 5089.79248046875, 4037.8984375, 1075.8760986328125, 632.5792846679688, 2922.057373046875, 5255.90478515625, 5152.38671875, 5438.8974609375, 5305.6650390625, 2249.575439453125, 1330.3172607421875, 343.2857360839844, 672.772216796875, 533.3128662109375, 457.7579345703125, 487.88946533203125, 397.4419250488281, 467.4407958984375, 393.10858154296875, 416.755615234375, 362.4106750488281, 328.9560241699219, 1494.738037109375, 3328.901123046875, 4175.62109375, 4065.22607421875, 5038.17041015625, 3507.935302734375, 2507.92626953125, 1436.834228515625, 632.7063598632812, 916.0714721679688, 1053.720947265625, 317.20428466796875, 385.33062744140625, 547.799072265625, 317.8404235839844, 419.81964111328125, 497.37274169921875, 779.1697998046875, 719.7730712890625, 2575.00537109375, 2688.778564453125, 1086.89794921875, 286.0289611816406, 2237.830810546875, 3723.315185546875, 4586.1875, 1856.918701171875, 354.4877624511719, 853.4413452148438, 707.6826782226562, 991.3259887695312, 1354.447509765625, 2377.88037109375, 3021.9287109375, 2355.288818359375, 3104.897216796875, 332.44232177734375, 485.72637939453125, 508.18878173828125, 629.3851318359375, 703.62060546875, 1351.950927734375, 646.5250244140625, 677.5921630859375, 813.6283569335938, 514.7196044921875, 558.5885009765625, 432.24383544921875, 833.0643310546875, 1267.728271484375, 871.0653686523438, 1443.550537109375, 962.1142578125, 2002.136962890625, 807.5819091796875, 339.0260009765625, 345.53277587890625, 686.8884887695312, 327.1048278808594, 673.9324340820312, 1758.5655517578125, 451.4022216796875, 371.2510070800781, 1840.5408935546875, 344.0852355957031, 740.7734375, 553.9215698242188, 785.4155883789062, 586.1812133789062]\n", - "138\n", - "673\n", - "10\n", - "[571.0681762695312, 316.28424072265625, 1835.8363037109375, 6067.41064453125, 2789.042236328125, 2400.1962890625, 2005.184326171875, 3018.4638671875, 359.113525390625, 652.857666015625]\n", - "10\n", - "674\n", - "7\n", - "[370.0831298828125, 771.6319580078125, 480.4822998046875, 840.1363525390625, 1351.9913330078125, 878.7124633789062, 415.4902648925781]\n", - "7\n", - "675\n", - "13\n", - "[615.5220336914062, 620.1813354492188, 1059.420654296875, 2507.3359375, 1666.6842041015625, 565.24853515625, 1085.0792236328125, 1393.99365234375, 1606.65380859375, 434.53753662109375, 703.9136962890625, 322.94775390625, 496.30535888671875]\n", - "13\n", - "676\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[551.5491943359375, 402.75164794921875, 308.344970703125, 629.8429565429688, 542.173095703125, 761.7780151367188, 1157.14208984375, 990.534912109375, 759.3653564453125, 753.2069702148438, 340.7611083984375]\n", - "11\n", - "677\n", - "20\n", - "[698.7047119140625, 1141.1297607421875, 1853.31103515625, 1722.8807373046875, 1245.2744140625, 903.317626953125, 1175.9791259765625, 1049.700927734375, 884.782470703125, 1476.95263671875, 1306.36083984375, 1376.725341796875, 382.1268310546875, 1005.51416015625, 471.6750793457031, 765.0291137695312, 1386.03515625, 725.1381225585938, 475.49957275390625, 430.51837158203125]\n", - "20\n", - "678\n", - "7\n", - "[846.7703857421875, 1566.062744140625, 326.640625, 590.8637084960938, 415.56683349609375, 982.1390380859375, 623.5263671875]\n", - "7\n", - "679\n", - "80\n", - "[1148.0330810546875, 833.5968627929688, 599.6339721679688, 361.0169982910156, 2522.8212890625, 8585.3291015625, 7507.8974609375, 7043.75390625, 2230.56103515625, 509.7470397949219, 7403.14501953125, 8742.4931640625, 5278.8388671875, 4559.0849609375, 620.9593505859375, 972.3955078125, 2689.811279296875, 2615.4248046875, 8567.8125, 5393.60693359375, 1761.025634765625, 2760.46484375, 926.0340576171875, 2853.685546875, 5748.07177734375, 714.7457275390625, 1847.7760009765625, 916.6185302734375, 1774.598876953125, 1587.1898193359375, 1816.86083984375, 1133.9771728515625, 6151.55908203125, 3552.108154296875, 4112.88671875, 1174.9112548828125, 390.684814453125, 562.401611328125, 2521.686767578125, 4868.49169921875, 5174.08935546875, 4581.85888671875, 1767.1148681640625, 691.6731567382812, 1094.0489501953125, 3293.64111328125, 5364.4892578125, 9424.853515625, 3371.244384765625, 1265.59130859375, 598.7621459960938, 1160.077392578125, 939.2067260742188, 551.8958740234375, 606.7573852539062, 3621.357177734375, 661.6663208007812, 2797.834716796875, 5735.123046875, 3445.413818359375, 5010.74169921875, 4536.09619140625, 224.01104736328125, 584.2098999023438, 2059.031982421875, 830.8949584960938, 603.263427734375, 2017.23828125, 1334.0869140625, 627.8102416992188, 585.805908203125, 670.2225341796875, 2324.607421875, 4037.25537109375, 1575.9503173828125, 528.6698608398438, 344.9206237792969, 1009.67919921875, 754.499755859375, 1535.4051513671875]\n", - "80\n", - "680\n", - "10\n", - "[496.2818298339844, 418.3409118652344, 478.728515625, 426.93408203125, 367.183837890625, 875.1091918945312, 664.4519653320312, 560.6349487304688, 760.9133911132812, 504.4508972167969]\n", - "10\n", - "681\n", - "35\n", - "[409.1273498535156, 395.5491027832031, 583.1827392578125, 1224.330810546875, 503.38775634765625, 813.289794921875, 2343.91650390625, 1737.1793212890625, 1232.478271484375, 729.0833740234375, 477.6742248535156, 320.60858154296875, 1710.6580810546875, 3029.957763671875, 2903.293212890625, 2577.52587890625, 357.87664794921875, 402.065673828125, 447.2505187988281, 1005.83447265625, 2755.987548828125, 1857.7333984375, 1502.8238525390625, 2674.307861328125, 2481.947998046875, 458.6135559082031, 1854.8565673828125, 779.7958374023438, 2097.7080078125, 2525.460693359375, 1974.35546875, 825.5567016601562, 630.9451904296875, 697.1783447265625, 650.5082397460938]\n", - "35\n", - "682\n", - "9\n", - "[551.5714721679688, 1018.394775390625, 456.82952880859375, 674.438232421875, 2934.40966796875, 3348.5, 2154.060546875, 1878.65771484375, 1109.4508056640625]\n", - "9\n", - "683\n", - "8\n", - "[833.3430786132812, 493.5812683105469, 482.4686279296875, 3038.18115234375, 510.9903869628906, 702.1610107421875, 447.9599914550781, 324.91119384765625]\n", - "8\n", - "684\n", - "10\n", - "[434.4075927734375, 1033.99853515625, 609.7813720703125, 1305.9234619140625, 1643.36328125, 1268.0936279296875, 655.7462158203125, 1224.4432373046875, 419.77362060546875, 995.0686645507812]\n", - "10\n", - "685\n", - "13\n", - "[992.9968872070312, 395.54986572265625, 877.2913208007812, 314.7846984863281, 742.7736206054688, 379.8844299316406, 643.4276733398438, 1162.0189208984375, 1213.3944091796875, 515.1035766601562, 444.72357177734375, 1233.1759033203125, 1056.540283203125]\n", - "13\n", - "686\n", - "7\n", - "[586.1314697265625, 555.6060180664062, 5695.82470703125, 416.21466064453125, 480.3316650390625, 1478.52001953125, 508.6436767578125]\n", - "7\n", - "687\n", - "8\n", - "[735.617431640625, 1175.52685546875, 336.34027099609375, 894.5450439453125, 664.4022827148438, 562.1651611328125, 333.8728942871094, 553.1412353515625]\n", - "8\n", - "688\n", - "21\n", - "[9023.9228515625, 2618.790771484375, 364.70709228515625, 10657.1357421875, 2089.090087890625, 1343.486083984375, 2349.209716796875, 1355.5947265625, 5080.6181640625, 4572.033203125, 747.3799438476562, 547.7763061523438, 1374.3800048828125, 1333.83740234375, 9264.8408203125, 1935.8648681640625, 689.4277954101562, 1682.013671875, 2739.629638671875, 662.8907470703125, 589.6315307617188]\n", - "21\n", - "689\n", - "7\n", - "[454.82452392578125, 500.0826721191406, 480.8302307128906, 1053.3426513671875, 2107.7021484375, 877.351806640625, 493.2267761230469]\n", - "7\n", - "690\n", - "11\n", - "[676.7100830078125, 450.37786865234375, 633.9052734375, 587.3374633789062, 2207.3740234375, 1784.2196044921875, 340.0979309082031, 851.0765991210938, 2107.5224609375, 1564.7039794921875, 400.8860168457031]\n", - "11\n", - "691\n", - "6\n", - "[1065.796875, 822.100830078125, 341.9849548339844, 1356.7103271484375, 1741.451416015625, 727.9378662109375]\n", - "6\n", - "692\n", - "4\n", - "[3011.112060546875, 344.32183837890625, 1779.3162841796875, 712.99755859375]\n", - "4\n", - "693\n", - "4\n", - "[1963.704345703125, 980.1299438476562, 2059.19189453125, 868.95947265625]\n", - "4\n", - "694\n", - "7\n", - "[1077.5701904296875, 1656.3863525390625, 1218.471435546875, 325.9526062011719, 827.8629760742188, 1854.8046875, 542.9100952148438]\n", - "7\n", - "695\n", - "26\n", - "[747.8826904296875, 974.92431640625, 1084.308349609375, 1110.4700927734375, 413.0010986328125, 424.2512512207031, 2290.777587890625, 2797.578125, 969.4703369140625, 506.8675537109375, 1867.6968994140625, 2069.97802734375, 1792.505126953125, 846.0367431640625, 812.7735595703125, 555.410888671875, 2026.955810546875, 1264.1025390625, 1741.198974609375, 302.4438171386719, 403.110107421875, 387.6747131347656, 527.1011962890625, 425.900390625, 341.8963623046875, 749.9120483398438]\n", - "26\n", - "696\n", - "100\n", - "[775.5234985351562, 742.3228149414062, 458.2281188964844, 1291.8577880859375, 828.8916015625, 825.8565673828125, 2874.613037109375, 3447.42236328125, 1947.282470703125, 1994.1708984375, 327.4659423828125, 301.1962585449219, 391.4447326660156, 2146.8056640625, 3503.091552734375, 6464.2861328125, 5493.17626953125, 4683.54150390625, 1121.430908203125, 313.3965759277344, 2917.000732421875, 561.356689453125, 185.0520782470703, 3964.322265625, 6595.3466796875, 6917.1865234375, 6279.1513671875, 3982.299072265625, 4629.79296875, 1967.705810546875, 644.690673828125, 2567.19873046875, 2634.53125, 4629.66552734375, 4430.9931640625, 886.5297241210938, 5617.71337890625, 6907.34375, 7003.2333984375, 4704.3046875, 5776.654296875, 1576.6297607421875, 332.78070068359375, 498.9235534667969, 1006.28076171875, 3954.923583984375, 5915.90966796875, 4585.29833984375, 4924.0419921875, 2136.9892578125, 4407.15576171875, 6873.978515625, 6603.63916015625, 3739.636474609375, 2431.81103515625, 1071.4827880859375, 659.7144775390625, 393.6605529785156, 438.8043212890625, 1677.3609619140625, 5390.72900390625, 4278.89990234375, 2010.2138671875, 2035.2491455078125, 93.62374877929688, 651.0872802734375, 3207.835693359375, 5319.30615234375, 1854.38427734375, 889.6500854492188, 1244.0760498046875, 4574.83447265625, 3222.7216796875, 1046.7120361328125, 1022.4710693359375, 994.4168090820312, 2698.49365234375, 1408.2486572265625, 1769.1263427734375, 3796.05810546875, 2520.49853515625, 383.888671875, 724.0477294921875, 667.1940307617188, 861.0203857421875, 2140.042724609375, 364.7174072265625, 675.2066040039062, 812.6152954101562, 418.4302062988281, 1652.13134765625, 1823.2904052734375, 714.1002197265625, 412.55322265625, 425.0019836425781, 832.246826171875, 1164.35400390625, 430.44659423828125, 305.37158203125]\n", - "99\n", - "697\n", - "8\n", - "[1261.864990234375, 568.6522216796875, 2078.263916015625, 695.9208984375, 514.1497802734375, 1274.7955322265625, 859.0352783203125, 324.71966552734375]\n", - "8\n", - "698\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "76\n", - "[358.25909423828125, 317.3623046875, 557.3743896484375, 577.6251831054688, 544.4971313476562, 654.8597412109375, 380.5533142089844, 613.3074951171875, 1048.0203857421875, 1130.9031982421875, 527.060791015625, 416.82354736328125, 595.3795776367188, 522.0872802734375, 90.93104553222656, 2047.982421875, 1667.406005859375, 357.59991455078125, 780.5614013671875, 333.7094421386719, 1319.464111328125, 625.0184326171875, 485.20013427734375, 903.0646362304688, 1040.9825439453125, 1606.198974609375, 1030.7313232421875, 401.2490234375, 302.2599792480469, 564.615234375, 420.8924255371094, 1482.134765625, 1656.4212646484375, 1185.6861572265625, 500.9957580566406, 437.6044921875, 957.6167602539062, 843.3592529296875, 1114.1021728515625, 1332.70654296875, 1373.1302490234375, 745.21240234375, 1511.52783203125, 1198.6435546875, 313.0651550292969, 435.1081848144531, 842.2640380859375, 1302.9434814453125, 1166.9228515625, 1462.6170654296875, 1041.134765625, 215.01783752441406, 209.94265747070312, 1279.5989990234375, 1719.5032958984375, 1410.8104248046875, 1393.634521484375, 702.8216552734375, 370.73150634765625, 560.015380859375, 498.52264404296875, 582.0277709960938, 415.27569580078125, 1069.658935546875, 2534.744140625, 1457.460693359375, 409.7178649902344, 1169.5445556640625, 509.7112731933594, 1913.8990478515625, 2519.91015625, 304.93804931640625, 903.7512817382812, 345.6131591796875, 397.218505859375]\n", - "75\n", - "699\n", - "8\n", - "[416.20587158203125, 1522.52001953125, 1843.4200439453125, 330.7138366699219, 1447.2899169921875, 1903.5904541015625, 1269.5775146484375, 974.0880126953125]\n", - "8\n", - "700\n", - "4\n", - "[1116.1275634765625, 950.5033569335938, 2715.90185546875, 495.7720031738281]\n", - "4\n", - "701\n", - "35\n", - "[926.5517578125, 1580.1815185546875, 848.6812744140625, 546.162353515625, 2209.214111328125, 4737.31982421875, 3892.175048828125, 337.757568359375, 2083.95654296875, 4937.05126953125, 4879.08544921875, 922.7703247070312, 370.00482177734375, 1563.4005126953125, 3384.08056640625, 984.6145629882812, 422.49639892578125, 514.9481811523438, 434.37738037109375, 551.8896484375, 701.7816162109375, 309.45013427734375, 1790.82861328125, 2038.4747314453125, 541.8114624023438, 4245.384765625, 3045.90576171875, 1246.8017578125, 3987.55419921875, 3822.650146484375, 2745.0302734375, 362.2601318359375, 3512.652587890625, 718.0781860351562, 1005.146484375]\n", - "35\n", - "702\n", - "22\n", - "[574.5053100585938, 566.9036865234375, 462.41741943359375, 476.2439880371094, 329.4178771972656, 355.44635009765625, 1588.62841796875, 1580.4215087890625, 784.04931640625, 378.4464416503906, 315.32879638671875, 449.91595458984375, 2233.528564453125, 3141.1728515625, 2395.7587890625, 1835.3955078125, 374.7349548339844, 339.89483642578125, 1988.8548583984375, 2596.28955078125, 863.9698486328125]\n", - "21\n", - "703\n", - "11\n", - "[486.43408203125, 884.7811889648438, 2019.4271240234375, 1691.9058837890625, 308.5733642578125, 706.0537109375, 1711.187255859375, 507.38592529296875, 421.7430419921875, 731.2973022460938, 355.0157470703125]\n", - "11\n", - "704\n", - "168\n", - "[411.78887939453125, 642.111572265625, 550.8173217773438, 1585.773193359375, 182.05458068847656, 367.9383850097656, 419.1999206542969, 419.3501281738281, 656.463623046875, 1520.658203125, 1617.470458984375, 1841.1397705078125, 891.0009155273438, 386.95135498046875, 577.1970825195312, 1324.047607421875, 390.3905944824219, 400.28973388671875, 1899.62646484375, 3530.12451171875, 1594.9105224609375, 1564.699462890625, 2097.052734375, 1749.62451171875, 2105.23876953125, 2940.612060546875, 1918.2509765625, 1093.747802734375, 3792.25341796875, 3492.085693359375, 1913.0899658203125, 2333.255615234375, 2226.1904296875, 2665.43798828125, 3440.307373046875, 2525.33544921875, 2026.8826904296875, 3656.280517578125, 4129.6357421875, 2997.301025390625, 1521.499755859375, 870.6847534179688, 430.9020080566406, 412.83843994140625, 958.6983032226562, 1076.8924560546875, 2028.28076171875, 1747.781982421875, 3050.4560546875, 3687.742919921875, 4284.60888671875, 3921.0244140625, 2489.6484375, 671.3598022460938, 653.2228393554688, 791.29736328125, 497.89599609375, 713.869140625, 1880.7730712890625, 2222.323974609375, 2989.8056640625, 3569.91552734375, 4249.95751953125, 3643.41259765625, 3207.39697265625, 2883.314208984375, 2408.271728515625, 1469.13427734375, 349.33111572265625, 556.9132080078125, 757.938720703125, 736.199951171875, 1208.31298828125, 2223.23876953125, 1136.019775390625, 922.4071655273438, 2662.17578125, 3202.352294921875, 3397.599365234375, 2802.205078125, 3028.99658203125, 2343.6123046875, 1397.1002197265625, 2989.404052734375, 1787.0203857421875, 1732.3941650390625, 751.5858154296875, 422.35321044921875, 851.8340454101562, 1202.7333984375, 589.7112426757812, 1112.2774658203125, 738.2113647460938, 786.848388671875, 1863.0762939453125, 3335.99951171875, 2275.168212890625, 3876.068359375, 4186.74365234375, 3864.693359375, 2336.53076171875, 1332.600341796875, 1586.4224853515625, 514.6607055664062, 1219.278564453125, 1417.666259765625, 710.5161743164062, 2289.408447265625, 1701.90234375, 2122.676513671875, 3332.892578125, 3606.15478515625, 2906.107177734375, 476.77294921875, 1426.2020263671875, 552.84619140625, 499.83526611328125, 336.5364685058594, 735.1605224609375, 1127.9632568359375, 648.9335327148438, 1142.0655517578125, 2148.075927734375, 1431.712646484375, 329.92120361328125, 1551.43017578125, 1707.128173828125, 771.2315673828125, 423.41937255859375, 334.8081359863281, 394.04559326171875, 531.205322265625, 382.7569580078125, 1060.201171875, 877.8652954101562, 980.2543334960938, 421.58538818359375, 326.4089050292969, 384.20684814453125, 510.67822265625, 612.872802734375, 323.6129150390625, 515.7484130859375, 814.9588012695312, 368.656005859375, 317.324951171875, 408.48095703125, 435.5213928222656, 355.89324951171875, 445.86102294921875, 529.7560424804688, 401.0893859863281, 506.9779052734375, 892.6967163085938, 485.20782470703125, 300.1920471191406, 447.36956787109375, 573.3101196289062, 565.472900390625, 751.0083618164062, 565.1607055664062, 540.3886108398438, 388.2115478515625, 376.42926025390625, 311.8277282714844, 309.010986328125, 728.6349487304688, 323.5606384277344]\n", - "168\n", - "705\n", - "14\n", - "[447.8712158203125, 1866.9031982421875, 748.7611694335938, 686.5726928710938, 1957.4644775390625, 1895.689697265625, 2049.1875, 519.0263061523438, 468.09014892578125, 1030.1187744140625, 660.840576171875, 1805.2222900390625, 864.9342651367188, 487.813232421875]\n", - "14\n", - "706\n", - "17\n", - "[358.5874328613281, 337.8126220703125, 732.3689575195312, 621.0918579101562, 1022.3374633789062, 1320.2685546875, 2467.903564453125, 1607.34375, 723.5827026367188, 501.57073974609375, 1142.7750244140625, 1424.1768798828125, 1445.8199462890625, 2275.627685546875, 1787.775146484375, 319.56048583984375, 349.6329650878906]\n", - "17\n", - "707\n", - "102\n", - "[439.14569091796875, 1102.597412109375, 385.2852478027344, 909.62255859375, 534.0262451171875, 373.76953125, 421.67767333984375, 321.08343505859375, 429.0177917480469, 788.0117797851562, 788.623291015625, 557.6799926757812, 420.37750244140625, 304.9104919433594, 387.20037841796875, 368.11578369140625, 551.40966796875, 1334.8505859375, 500.7792053222656, 646.030029296875, 364.6505126953125, 418.3611755371094, 532.7819213867188, 127.74983215332031, 1808.7159423828125, 1264.783203125, 314.1392517089844, 484.9970703125, 760.9288940429688, 304.86468505859375, 1248.4337158203125, 3243.787109375, 609.8153076171875, 1589.5731201171875, 708.0709228515625, 748.455078125, 1220.859619140625, 1779.752197265625, 1511.8048095703125, 834.177001953125, 2739.923095703125, 3016.98583984375, 3363.019287109375, 2413.89892578125, 1479.5498046875, 1267.5458984375, 343.291259765625, 1797.6541748046875, 2338.349365234375, 1569.1009521484375, 2667.448486328125, 3686.835693359375, 3181.671875, 3405.271240234375, 3380.402099609375, 3048.243408203125, 935.0348510742188, 396.9588928222656, 2001.7154541015625, 3211.748779296875, 923.8701171875, 2855.707275390625, 3592.55126953125, 2474.919677734375, 3143.700927734375, 2081.19482421875, 1568.8282470703125, 462.3194274902344, 1132.5426025390625, 492.4024658203125, 1699.1669921875, 1542.8045654296875, 1579.7218017578125, 2534.43115234375, 1962.123291015625, 1672.7398681640625, 1680.730712890625, 623.1707763671875, 372.5319519042969, 621.8848266601562, 486.30426025390625, 926.3524169921875, 1276.2841796875, 415.46343994140625, 669.8834228515625, 1407.0152587890625, 480.6626892089844, 1041.213134765625, 407.08673095703125, 763.1450805664062, 1608.0205078125, 779.30908203125, 1143.3626708984375, 2645.324951171875, 826.1748657226562, 1311.923828125, 1532.8934326171875, 320.19647216796875, 631.87841796875, 2421.232177734375, 753.2764282226562, 419.6624755859375]\n", - "102\n", - "708\n", - "13\n", - "[457.7943115234375, 350.3826599121094, 747.5087280273438, 2171.800537109375, 1626.265625, 1304.3416748046875, 949.4566650390625, 553.2083740234375, 1195.718505859375, 1581.643798828125, 1726.4476318359375, 1096.388427734375, 308.8445129394531]\n", - "13\n", - "709\n", - "41\n", - "[329.7972412109375, 681.8392333984375, 325.51068115234375, 374.5489196777344, 1029.5137939453125, 1378.1536865234375, 1184.3741455078125, 1568.975341796875, 863.955810546875, 1200.492431640625, 3147.851318359375, 3299.948974609375, 1318.7894287109375, 1413.7314453125, 1157.947998046875, 3703.408447265625, 4061.66259765625, 3578.2138671875, 2368.03857421875, 2042.880859375, 1680.0113525390625, 863.1342163085938, 3724.53515625, 3613.796630859375, 3914.4765625, 2444.921142578125, 2092.85546875, 1639.078857421875, 455.39691162109375, 403.4013671875, 553.1461181640625, 1151.2027587890625, 1561.9593505859375, 2595.45654296875, 606.4548950195312, 912.3271484375, 1051.739013671875, 755.5680541992188, 933.0499877929688, 1565.479736328125, 844.5669555664062]\n", - "41\n", - "710\n", - "4\n", - "[1541.7603759765625, 2036.409423828125, 1926.8934326171875, 1055.2484130859375]\n", - "4\n", - "711\n", - "5\n", - "[562.89990234375, 2279.1455078125, 1486.4771728515625, 1713.5689697265625, 568.87060546875]\n", - "5\n", - "712\n", - "7\n", - "[354.3145751953125, 794.9176635742188, 457.45892333984375, 1340.58740234375, 1775.9835205078125, 641.205810546875, 573.8851318359375]\n", - "7\n", - "713\n", - "9\n", - "[1524.691650390625, 476.7243347167969, 871.9224243164062, 3090.455322265625, 1773.745849609375, 715.041748046875, 1199.6563720703125, 1395.966552734375, 1018.39306640625]\n", - "9\n", - "714\n", - "33\n", - "[342.200927734375, 358.8572998046875, 970.0641479492188, 1124.4176025390625, 710.78955078125, 1355.720458984375, 573.4732055664062, 604.3084106445312, 2139.36083984375, 1803.1671142578125, 3781.557373046875, 4454.130859375, 1979.1058349609375, 632.5234985351562, 3598.501953125, 3871.544677734375, 2375.95751953125, 2962.177001953125, 3984.25537109375, 2948.29296875, 700.7348022460938, 1496.584228515625, 2367.500732421875, 2075.9560546875, 4283.8388671875, 2042.6282958984375, 2226.052978515625, 1349.79052734375, 2975.683349609375, 1177.7110595703125, 1598.5677490234375, 1755.3677978515625, 1153.5216064453125]\n", - "33\n", - "715\n", - "20\n", - "[886.4462890625, 965.6287841796875, 495.77496337890625, 775.3724365234375, 1651.8857421875, 929.3735961914062, 1139.850830078125, 342.44677734375, 1159.6416015625, 1325.776123046875, 1402.6234130859375, 1333.3294677734375, 1342.9154052734375, 1377.9287109375, 1522.9783935546875, 806.4866333007812, 612.6165161132812, 1356.3309326171875, 1183.5592041015625, 737.8947143554688]\n", - "20\n", - "716\n", - "11\n", - "[504.1560974121094, 306.3887939453125, 421.778076171875, 787.9478759765625, 827.858642578125, 1364.041015625, 555.32275390625, 2720.869140625, 933.8557739257812, 1432.678955078125, 876.1688842773438]\n", - "11\n", - "717\n", - "25\n", - "[618.5994873046875, 1537.4398193359375, 763.7717895507812, 1357.275146484375, 423.8247375488281, 304.5526428222656, 382.869140625, 516.7152709960938, 556.8869018554688, 348.3173828125, 314.060546875, 1680.0343017578125, 2099.234375, 453.3622131347656, 627.9666137695312, 2397.02734375, 2627.62548828125, 2899.113525390625, 1252.2384033203125, 1871.771484375, 853.9137573242188, 1100.6373291015625, 957.967529296875, 1229.9058837890625, 2402.18017578125]\n", - "25\n", - "718\n", - "15\n", - "[512.8377075195312, 543.438232421875, 1111.471435546875, 1888.206298828125, 2667.42138671875, 2412.97900390625, 5435.4736328125, 4701.81591796875, 1121.5062255859375, 311.76690673828125, 2641.67431640625, 3396.13427734375, 1235.1632080078125, 862.1112670898438, 626.6167602539062]\n", - "15\n", - "719\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[316.56414794921875, 683.494140625, 658.9645385742188, 496.5552062988281, 591.4226684570312, 327.1276550292969, 306.8934020996094, 958.9173583984375, 857.4747314453125, 831.1762084960938]\n", - "10\n", - "720\n", - "9\n", - "[631.93017578125, 322.9905090332031, 368.1712341308594, 1032.4813232421875, 782.811279296875, 1033.9898681640625, 545.5924072265625, 429.46600341796875, 704.5438232421875]\n", - "9\n", - "721\n", - "8\n", - "[443.183837890625, 674.6320190429688, 1004.0992431640625, 862.8623046875, 389.5448303222656, 599.65380859375, 874.175537109375, 481.436767578125]\n", - "8\n", - "722\n", - "5\n", - "[683.7489624023438, 1758.2386474609375, 1117.4903564453125, 958.7089233398438, 923.6463012695312]\n", - "5\n", - "723\n", - "9\n", - "[551.3117065429688, 610.529296875, 482.39569091796875, 565.0072631835938, 1253.3299560546875, 1434.5938720703125, 422.6842041015625, 652.9537353515625, 452.2799072265625]\n", - "9\n", - "724\n", - "10\n", - "[645.3311157226562, 2004.589599609375, 3327.5341796875, 1199.357177734375, 2543.402587890625, 2779.84912109375, 1489.121826171875, 587.5894165039062, 453.81646728515625, 1289.5936279296875]\n", - "10\n", - "725\n", - "54\n", - "[362.30218505859375, 638.7848510742188, 316.4515380859375, 376.03887939453125, 342.911865234375, 337.73089599609375, 967.63720703125, 781.8502807617188, 753.1116333007812, 351.0427551269531, 1373.21875, 3453.991455078125, 608.5426025390625, 2157.166015625, 3017.195068359375, 662.1326293945312, 1128.193359375, 4664.05126953125, 3894.93798828125, 897.2671508789062, 1179.0977783203125, 3461.415771484375, 3841.260498046875, 2614.016845703125, 712.7932739257812, 3332.478515625, 2973.7099609375, 1762.424072265625, 2290.8525390625, 3082.242431640625, 3472.912109375, 2823.745361328125, 2056.8603515625, 462.28082275390625, 948.49755859375, 1422.8199462890625, 313.2667541503906, 904.3652954101562, 399.3600769042969, 1477.1962890625, 1632.1290283203125, 547.0140991210938, 305.3495178222656, 860.1871337890625, 1981.0804443359375, 1462.299072265625, 311.01409912109375, 785.0723876953125, 408.5615539550781, 306.4810485839844, 500.2639465332031, 1393.515380859375, 532.0751953125, 547.3403930664062]\n", - "54\n", - "726\n", - "11\n", - "[701.95263671875, 1628.3377685546875, 3222.01123046875, 2146.13330078125, 1848.6246337890625, 2256.3115234375, 375.2738037109375, 306.84893798828125, 616.0038452148438, 830.5247802734375, 672.26904296875]\n", - "11\n", - "727\n", - "84\n", - "[555.2859497070312, 792.4436645507812, 1340.1820068359375, 671.7862548828125, 1625.6500244140625, 573.7846069335938, 540.2100219726562, 1323.5126953125, 780.9937133789062, 753.0599975585938, 1986.91357421875, 360.1861267089844, 657.6660766601562, 2181.271240234375, 400.9460754394531, 460.3721618652344, 363.0402526855469, 1516.6435546875, 2292.286865234375, 551.6189575195312, 1661.923583984375, 399.3434143066406, 1568.6669921875, 2306.510498046875, 1193.3236083984375, 850.2980346679688, 1381.495849609375, 568.864990234375, 722.0863647460938, 1113.4385986328125, 2502.343994140625, 2896.93017578125, 1079.2640380859375, 728.7117919921875, 486.620361328125, 1051.4417724609375, 715.68212890625, 463.7816162109375, 1265.5325927734375, 3258.294677734375, 2588.6787109375, 1832.11865234375, 1266.218017578125, 1052.1221923828125, 325.34521484375, 433.712890625, 1265.8897705078125, 1431.7906494140625, 472.14678955078125, 668.4777221679688, 585.6217651367188, 284.159912109375, 2164.917724609375, 1627.1712646484375, 1385.08349609375, 2497.029052734375, 2279.992431640625, 490.4723205566406, 826.9395141601562, 2067.688232421875, 987.3641967773438, 633.1075439453125, 538.519775390625, 834.4242553710938, 775.00048828125, 905.1414184570312, 2245.374755859375, 3044.27197265625, 2816.23876953125, 410.32769775390625, 425.03240966796875, 2926.616943359375, 658.4644165039062, 426.97894287109375, 570.3135375976562, 1308.6407470703125, 2253.17724609375, 3758.2529296875, 2459.469970703125, 557.676025390625, 677.4667358398438, 2212.531982421875, 1877.4886474609375, 375.03411865234375]\n", - "84\n", - "728\n", - "119\n", - "[1511.9683837890625, 1536.3260498046875, 350.2798156738281, 2740.939208984375, 382.9753112792969, 465.3321533203125, 1603.0655517578125, 1473.477783203125, 2335.48193359375, 795.9830322265625, 639.7070922851562, 378.6156005859375, 550.12255859375, 1404.6053466796875, 304.8485107421875, 421.8587646484375, 1059.8089599609375, 3024.446044921875, 371.03985595703125, 409.9747009277344, 1327.8785400390625, 330.439697265625, 3627.63232421875, 7913.625, 2258.83642578125, 6605.484375, 3141.608154296875, 6762.77294921875, 6935.791015625, 343.3199157714844, 661.1094970703125, 5737.8798828125, 8362.0146484375, 9125.8369140625, 8009.6728515625, 6808.716796875, 8125.4912109375, 4396.42578125, 347.6098937988281, 1911.8140869140625, 8555.21484375, 9275.4443359375, 9730.712890625, 9539.2890625, 9713.8125, 9714.3544921875, 5358.26171875, 7961.052734375, 5669.31591796875, 6557.08154296875, 8586.90234375, 9372.9326171875, 3656.29296875, 1194.8262939453125, 2075.37060546875, 985.8062133789062, 645.15380859375, 1050.3779296875, 1049.3922119140625, 317.7830505371094, 2165.935791015625, 5610.3359375, 4878.7431640625, 3679.866455078125, 6469.94921875, 5181.56689453125, 377.937255859375, 423.5295715332031, 653.47998046875, 466.4574890136719, 779.9417724609375, 1711.19775390625, 929.8154296875, 706.0109252929688, 773.35400390625, 367.06341552734375, 959.35009765625, 995.4446411132812, 490.84234619140625, 435.5965881347656, 648.3536376953125, 708.8883666992188, 403.6864318847656, 523.1920166015625, 2403.46630859375, 2268.25732421875, 2352.185302734375, 661.2365112304688, 715.3847045898438, 1349.3211669921875, 2249.521240234375, 318.8348693847656, 503.505126953125, 423.49114990234375, 813.6360473632812, 1294.5439453125, 2366.681396484375, 2134.8671875, 2867.671142578125, 839.1078491210938, 381.6432800292969, 1862.9063720703125, 3052.606689453125, 2353.610107421875, 949.5849609375, 1129.6986083984375, 1007.9478759765625, 489.70220947265625, 961.2383422851562, 1144.0196533203125, 396.3426208496094, 461.6984558105469, 343.2621765136719, 635.8861694335938, 982.5830688476562, 387.4105224609375, 431.8789978027344, 390.5205078125, 361.309326171875]\n", - "119\n", - "729\n", - "6\n", - "[1127.5438232421875, 2107.23828125, 654.4959106445312, 1732.19775390625, 1917.0703125, 632.3038940429688]\n", - "6\n", - "730\n", - "14\n", - "[898.114990234375, 650.6213989257812, 392.7321472167969, 604.8388061523438, 1499.8604736328125, 1953.0855712890625, 1237.2208251953125, 544.9491577148438, 1658.9912109375, 1534.596923828125, 1265.4378662109375, 325.3371887207031, 528.443359375, 321.7022399902344]\n", - "14\n", - "731\n", - "43\n", - "[334.8747863769531, 395.3365478515625, 427.7467956542969, 338.0955810546875, 636.7009887695312, 821.5706176757812, 1833.6612548828125, 558.30908203125, 823.5322265625, 396.77508544921875, 497.7064208984375, 1104.49072265625, 2117.4697265625, 2711.0380859375, 1871.578125, 896.4970092773438, 405.5485534667969, 917.628662109375, 710.5926513671875, 1400.2767333984375, 3085.662109375, 2996.981201171875, 3642.605712890625, 2906.3466796875, 685.703125, 603.8803100585938, 541.1006469726562, 635.200927734375, 2538.9765625, 3367.31298828125, 2244.721435546875, 1573.6766357421875, 862.6041259765625, 457.893310546875, 666.3739013671875, 581.5100708007812, 535.227294921875, 460.0114440917969, 612.2572631835938, 369.8407287597656, 557.3285522460938, 794.1956787109375, 570.0977172851562]\n", - "43\n", - "732\n", - "9\n", - "[613.056396484375, 441.0235900878906, 3174.696044921875, 3538.902099609375, 516.684814453125, 800.561767578125, 361.3763732910156, 1606.35595703125, 352.70166015625]\n", - "9\n", - "733\n", - "22\n", - "[636.5765991210938, 734.7495727539062, 664.2378540039062, 656.4618530273438, 2183.56201171875, 3413.383056640625, 832.71142578125, 490.38134765625, 1609.5621337890625, 2826.095703125, 3838.6953125, 472.7260437011719, 365.126708984375, 1360.1396484375, 3108.124267578125, 2573.21337890625, 398.0848693847656, 387.5782165527344, 734.1058349609375, 405.8881530761719, 707.09228515625, 329.5572509765625]\n", - "22\n", - "734\n", - "11\n", - "[321.38201904296875, 715.9639892578125, 347.0008239746094, 813.3969116210938, 1731.58056640625, 1811.5286865234375, 668.0975341796875, 402.6169128417969, 2327.700927734375, 3450.415771484375, 927.621826171875]\n", - "11\n", - "735\n", - "12\n", - "[390.9740295410156, 311.9285583496094, 1447.25927734375, 1635.091796875, 461.41180419921875, 1629.3656005859375, 998.2297973632812, 788.1188354492188, 497.0279235839844, 1286.7528076171875, 596.9603881835938, 575.9724731445312]\n", - "12\n", - "736\n", - "11\n", - "[985.6028442382812, 863.9576416015625, 565.5791015625, 863.5387573242188, 712.71435546875, 339.8624572753906, 540.27197265625, 869.0883178710938, 415.72222900390625, 380.45977783203125, 1105.7764892578125]\n", - "11\n", - "737\n", - "9\n", - "[485.451416015625, 1057.1737060546875, 982.5822143554688, 367.5961608886719, 471.0301818847656, 1776.655517578125, 2228.87158203125, 530.68701171875, 801.5523071289062]\n", - "9\n", - "738\n", - "7\n", - "[684.4889526367188, 1195.58984375, 1707.0323486328125, 759.4215698242188, 1111.54833984375, 1712.2530517578125, 919.553466796875]\n", - "7\n", - "739\n", - "18\n", - "[359.65972900390625, 864.8484497070312, 901.1309204101562, 991.5073852539062, 483.502197265625, 1611.50048828125, 1416.8663330078125, 493.83050537109375, 1005.6621704101562, 1230.114501953125, 892.0399169921875, 1553.655029296875, 417.9330749511719, 1284.7774658203125, 1679.9566650390625, 321.25115966796875, 1204.9940185546875, 342.0290832519531]\n", - "18\n", - "740\n", - "19\n", - "[888.283203125, 337.7027893066406, 465.1420593261719, 341.4500732421875, 511.1831359863281, 1269.3890380859375, 960.3412475585938, 1620.393798828125, 468.732421875, 434.2845458984375, 828.1898803710938, 422.3435974121094, 715.677001953125, 1978.9884033203125, 1031.6971435546875, 1375.8125, 1672.496337890625, 358.7518615722656, 992.4901123046875]\n", - "19" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "741\n", - "11\n", - "[342.39251708984375, 719.308349609375, 807.0827026367188, 1902.2525634765625, 3684.836669921875, 1450.656005859375, 803.88671875, 706.6697998046875, 778.3121948242188, 1317.9532470703125, 677.6748046875]\n", - "11\n", - "742\n", - "6\n", - "[829.5914306640625, 517.7111206054688, 307.2157287597656, 813.461181640625, 1883.06201171875, 1155.1392822265625]\n", - "6\n", - "743\n", - "28\n", - "[931.3058471679688, 494.53338623046875, 441.2989807128906, 1503.5616455078125, 1342.953125, 411.4983215332031, 353.189697265625, 1385.1375732421875, 920.8854370117188, 2494.316162109375, 3029.357421875, 1327.2164306640625, 742.0105590820312, 549.246826171875, 338.07513427734375, 466.0440979003906, 1072.5340576171875, 3132.469482421875, 2598.620361328125, 1508.8035888671875, 832.6458129882812, 2159.8583984375, 2836.295654296875, 3201.097900390625, 1723.797607421875, 1385.9796142578125, 574.9009399414062, 872.4533081054688]\n", - "28\n", - "744\n", - "18\n", - "[560.6486206054688, 717.82958984375, 1763.5206298828125, 1009.9439086914062, 545.1314697265625, 504.9930114746094, 382.2153625488281, 1278.906982421875, 2324.372314453125, 3353.389892578125, 1294.7686767578125, 581.732421875, 617.2613525390625, 734.4148559570312, 742.5735473632812, 1808.6783447265625, 946.1986694335938, 1070.8370361328125]\n", - "18\n", - "745\n", - "21\n", - "[534.7457885742188, 700.9173583984375, 1382.862060546875, 1647.09130859375, 311.5419616699219, 941.3526611328125, 2416.951416015625, 738.020751953125, 400.6383056640625, 1867.949951171875, 1479.9132080078125, 2384.021728515625, 342.35125732421875, 939.4503784179688, 1248.3150634765625, 1119.115966796875, 354.42938232421875, 376.6162414550781, 701.9205322265625, 357.1201171875, 580.8406372070312]\n", - "21\n", - "746\n", - "9\n", - "[471.38018798828125, 345.98211669921875, 338.7036437988281, 833.4614868164062, 1483.0252685546875, 1750.433837890625, 567.1014404296875, 623.326416015625, 544.5198974609375]\n", - "9\n", - "747\n", - "16\n", - "[692.4091796875, 351.8071594238281, 534.1318969726562, 2022.0045166015625, 2185.946533203125, 1946.6925048828125, 3490.418701171875, 1405.97265625, 395.734619140625, 880.3065185546875, 3367.194091796875, 2837.399169921875, 971.3342895507812, 1229.7738037109375, 311.7084045410156, 501.56134033203125]\n", - "16\n", - "748\n", - "8\n", - "[430.04742431640625, 404.6993713378906, 536.2991333007812, 1877.2601318359375, 1950.38720703125, 491.64697265625, 468.9883117675781, 569.1378784179688]\n", - "8\n", - "749\n", - "9\n", - "[735.6536254882812, 1164.8521728515625, 1805.7064208984375, 843.0919799804688, 675.876220703125, 1177.0333251953125, 1321.2139892578125, 1211.440185546875, 633.9127197265625]\n", - "9\n", - "750\n", - "6\n", - "[393.3063049316406, 725.5078735351562, 1662.6220703125, 1089.4521484375, 1007.0782470703125, 564.5179443359375]\n", - "6\n", - "751\n", - "21\n", - "[351.0885009765625, 945.5783081054688, 1301.7430419921875, 548.5227661132812, 1947.2579345703125, 1496.1041259765625, 1866.0552978515625, 853.6917724609375, 381.70306396484375, 884.8024291992188, 3165.0146484375, 3219.036865234375, 2375.6044921875, 1076.2823486328125, 1618.369384765625, 3571.107666015625, 1518.59619140625, 716.812255859375, 750.1861572265625, 438.3938293457031, 361.2651672363281]\n", - "21\n", - "752\n", - "21\n", - "[646.1693725585938, 852.4688110351562, 339.4041442871094, 316.26226806640625, 308.4622802734375, 578.1715698242188, 863.3639526367188, 937.4999389648438, 412.0548095703125, 367.74847412109375, 1095.592041015625, 429.6154479980469, 563.0747680664062, 407.0361633300781, 825.2310791015625, 787.2225952148438, 561.76025390625, 674.3911743164062, 632.4725341796875, 644.7973022460938, 344.6325988769531]\n", - "21\n", - "753\n", - "12\n", - "[892.1904907226562, 865.07470703125, 827.6177368164062, 457.7386169433594, 1675.5875244140625, 1563.4495849609375, 2012.7227783203125, 412.833984375, 395.8574523925781, 699.8126220703125, 340.0077819824219, 597.6995239257812]\n", - "12\n", - "754\n", - "10\n", - "[305.9862060546875, 602.5140380859375, 435.0171813964844, 307.5525817871094, 2166.714111328125, 1115.3050537109375, 915.9761352539062, 338.40283203125, 1054.5576171875, 737.8961181640625]\n", - "10\n", - "755\n", - "5\n", - "[1150.771240234375, 1373.80126953125, 1222.601318359375, 402.99493408203125, 1528.5206298828125]\n", - "5\n", - "756\n", - "6\n", - "[866.6998291015625, 454.632568359375, 1386.3712158203125, 1239.239501953125, 1068.386962890625, 504.8314208984375]\n", - "6\n", - "757\n", - "7\n", - "[447.3976135253906, 789.7982177734375, 1676.102294921875, 538.2206420898438, 1856.0107421875, 580.6453247070312, 683.5433959960938]\n", - "7\n", - "758\n", - "24\n", - "[510.8405456542969, 520.1868286132812, 318.1443176269531, 1676.5836181640625, 2535.935302734375, 597.3240966796875, 302.73504638671875, 547.8897705078125, 906.18017578125, 512.0592041015625, 380.04949951171875, 1098.8428955078125, 1480.1444091796875, 2275.669189453125, 2328.988037109375, 1989.78076171875, 482.5860900878906, 464.89654541015625, 853.2952270507812, 3868.638671875, 1835.0728759765625, 806.0872192382812, 1739.4927978515625, 518.6380615234375]\n", - "24\n", - "759\n", - "10\n", - "[793.0205688476562, 403.0353088378906, 418.37939453125, 1102.8699951171875, 1570.0589599609375, 1305.4716796875, 659.8689575195312, 787.3504028320312, 729.0279541015625, 397.4229431152344]\n", - "10\n", - "760\n", - "7\n", - "[628.0302124023438, 895.6089477539062, 1992.1190185546875, 535.7526245117188, 1697.31884765625, 1655.3675537109375, 681.00439453125]\n", - "7\n", - "761\n", - "153\n", - "[448.95098876953125, 2005.849853515625, 2116.56982421875, 895.1285400390625, 389.7583923339844, 778.8834838867188, 1243.3724365234375, 375.7327575683594, 889.2540283203125, 1304.67236328125, 480.3817138671875, 381.8966064453125, 404.051513671875, 1900.4857177734375, 538.2094116210938, 3633.919677734375, 1534.165283203125, 1025.4046630859375, 3033.95166015625, 3439.5263671875, 3561.362060546875, 2720.83447265625, 948.9707641601562, 326.86419677734375, 564.21337890625, 645.3970947265625, 4343.11181640625, 4110.6982421875, 3905.904296875, 4989.78076171875, 4194.58447265625, 4071.38916015625, 1367.899658203125, 407.305419921875, 596.57763671875, 1985.796875, 1387.865234375, 1199.3028564453125, 4006.474853515625, 5070.298828125, 4546.90625, 4668.97705078125, 4850.63818359375, 5099.0869140625, 1628.118896484375, 501.8650817871094, 732.1768798828125, 327.3118896484375, 501.6685485839844, 913.8384399414062, 1594.38427734375, 2858.37744140625, 1728.5584716796875, 1131.0582275390625, 4846.046875, 5203.71923828125, 5208.474609375, 5327.23681640625, 4902.8046875, 3495.74365234375, 700.8881225585938, 1571.563232421875, 1039.2501220703125, 586.1280517578125, 1108.679443359375, 3714.863037109375, 3269.73388671875, 1683.7628173828125, 2925.459228515625, 4752.73193359375, 4996.447265625, 5297.2470703125, 2324.377197265625, 2894.066650390625, 1469.2783203125, 1105.1416015625, 2210.960205078125, 3551.267333984375, 4329.353515625, 4987.70068359375, 3996.134521484375, 1726.827880859375, 2546.9091796875, 3925.455078125, 1259.259765625, 3708.623046875, 4849.50830078125, 2219.760986328125, 516.4312133789062, 322.8896484375, 978.94921875, 1649.9244384765625, 3157.119384765625, 2959.160888671875, 3936.47802734375, 4804.33056640625, 3277.404541015625, 750.9141235351562, 83.34027099609375, 185.49420166015625, 814.594482421875, 2747.2861328125, 3118.007080078125, 1816.2064208984375, 1959.072265625, 933.552978515625, 1844.6943359375, 1987.5548095703125, 1543.1297607421875, 560.883056640625, 1068.1585693359375, 388.5954895019531, 3173.43798828125, 5156.97998046875, 5059.8486328125, 2783.696044921875, 461.8573913574219, 445.43505859375, 582.3445434570312, 663.0587768554688, 535.1083984375, 1715.351806640625, 646.1777954101562, 1031.9725341796875, 2502.959716796875, 363.30133056640625, 876.303955078125, 3922.954345703125, 3652.356689453125, 4524.1455078125, 3404.110107421875, 642.8092651367188, 163.26284790039062, 167.5322265625, 554.1295166015625, 905.7528686523438, 422.9143371582031, 1517.9339599609375, 2849.412841796875, 3430.07568359375, 2163.80615234375, 518.1182250976562, 550.3788452148438, 650.0322875976562, 1329.79736328125, 2200.21044921875, 998.2432861328125, 1056.0928955078125, 1281.44189453125]\n", - "149\n", - "762\n", - "29\n", - "[443.04241943359375, 1724.7841796875, 1455.89794921875, 1966.7510986328125, 915.8380737304688, 830.3206176757812, 309.1690673828125, 2208.4609375, 703.1359252929688, 2658.347900390625, 2029.23388671875, 608.2890625, 599.735595703125, 2277.770263671875, 2303.607421875, 458.99334716796875, 1780.75927734375, 2262.672119140625, 1676.9393310546875, 524.8226928710938, 1714.4324951171875, 1866.559814453125, 1806.8553466796875, 436.80804443359375, 2202.994873046875, 559.1636962890625, 301.1175842285156, 1298.2939453125, 1002.9291381835938]\n", - "29\n", - "763\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[646.9279174804688, 407.6382141113281, 621.971923828125, 1173.5548095703125, 3847.83740234375, 1673.19970703125, 635.7386474609375, 1288.205810546875, 1124.393310546875, 450.271240234375]\n", - "10\n", - "764\n", - "10\n", - "[309.8210754394531, 598.1529541015625, 472.1650390625, 2128.93212890625, 584.73193359375, 669.3912963867188, 1527.837158203125, 936.2534790039062, 350.9090576171875, 482.61322021484375]\n", - "10\n", - "765\n", - "13\n", - "[970.0292358398438, 1195.672119140625, 875.8726806640625, 1266.8121337890625, 943.6329956054688, 407.14776611328125, 1362.5738525390625, 467.6374206542969, 411.2861022949219, 395.25848388671875, 335.4445495605469, 306.2271423339844, 365.23602294921875]\n", - "13\n", - "766\n", - "32\n", - "[370.6773986816406, 657.068359375, 557.7442016601562, 642.3817749023438, 477.6694030761719, 1417.964111328125, 1413.44384765625, 1519.022705078125, 1130.5899658203125, 550.789306640625, 925.7528686523438, 1632.797119140625, 1579.999267578125, 1271.9200439453125, 650.0602416992188, 1151.2779541015625, 1826.9891357421875, 1784.14892578125, 1413.203369140625, 853.4075927734375, 431.3730163574219, 487.8293151855469, 1349.4857177734375, 1567.2216796875, 1223.386962890625, 869.6754150390625, 741.3101196289062, 1623.390625, 1109.67626953125, 1111.061767578125, 667.10693359375, 359.77899169921875]\n", - "32\n", - "767\n", - "16\n", - "[616.3682250976562, 472.58349609375, 544.0107421875, 1075.7066650390625, 1894.1405029296875, 699.0045166015625, 424.642822265625, 1331.939453125, 1771.1064453125, 792.5931396484375, 737.40576171875, 828.5919799804688, 1473.7606201171875, 1276.341796875, 613.8583374023438, 665.669189453125]\n", - "16\n", - "768\n", - "6\n", - "[623.9036254882812, 495.13336181640625, 2542.922119140625, 666.8972778320312, 2989.279296875, 1209.029296875]\n", - "6\n", - "769\n", - "6\n", - "[545.0132446289062, 934.80224609375, 2322.305908203125, 914.6668701171875, 848.0673828125, 328.8026428222656]\n", - "6\n", - "770\n", - "13\n", - "[396.2026062011719, 901.6351928710938, 634.551513671875, 436.86212158203125, 501.1004943847656, 942.7139282226562, 1172.797119140625, 564.82470703125, 751.6094360351562, 746.3667602539062, 1509.401123046875, 382.2337341308594, 554.5457153320312]\n", - "13\n", - "771\n", - "12\n", - "[358.90960693359375, 418.296142578125, 515.0128173828125, 1584.69970703125, 1833.826416015625, 998.6712036132812, 1579.191650390625, 446.7402038574219, 785.5223388671875, 1028.8720703125, 525.9052734375, 378.0532531738281]\n", - "12\n", - "772\n", - "8\n", - "[642.523193359375, 943.5653686523438, 434.3902587890625, 473.3404541015625, 384.5687561035156, 1668.9349365234375, 306.6059875488281, 322.02569580078125]\n", - "8\n", - "773\n", - "10\n", - "[325.904296875, 1031.5426025390625, 1548.0570068359375, 434.7341003417969, 1268.239501953125, 2019.411376953125, 806.0416259765625, 476.5656433105469, 347.4095458984375, 341.369873046875]\n", - "10\n", - "774\n", - "3\n", - "[623.5148315429688, 2751.435791015625, 1719.401611328125]\n", - "3\n", - "775\n", - "12\n", - "[925.7095947265625, 398.6129150390625, 307.9150695800781, 903.5510864257812, 420.9178466796875, 1835.6259765625, 2748.364501953125, 2300.300048828125, 2994.387451171875, 2142.7578125, 1453.2703857421875, 399.0439147949219]\n", - "12\n", - "776\n", - "6\n", - "[745.4890747070312, 316.70172119140625, 1257.898681640625, 1678.2327880859375, 481.70025634765625, 680.7509155273438]\n", - "6\n", - "777\n", - "21\n", - "[565.8208618164062, 890.692626953125, 1624.6875, 1094.0770263671875, 1294.2567138671875, 757.8589477539062, 1361.4097900390625, 1833.682861328125, 894.76806640625, 1057.4017333984375, 1052.8880615234375, 375.97918701171875, 567.11865234375, 1124.953857421875, 554.7307739257812, 760.56787109375, 1358.8140869140625, 641.8043212890625, 795.0374755859375, 1244.4415283203125, 1199.96630859375]\n", - "21\n", - "778\n", - "40\n", - "[583.75439453125, 471.33135986328125, 926.504150390625, 606.2041015625, 437.38604736328125, 785.714599609375, 803.0507202148438, 861.5318603515625, 1333.20849609375, 861.4700927734375, 531.2808837890625, 1528.837646484375, 745.837890625, 1148.6607666015625, 851.05029296875, 1103.0816650390625, 2501.491455078125, 2544.3046875, 969.32470703125, 1106.6942138671875, 1821.2254638671875, 1020.3008422851562, 863.9451293945312, 342.40447998046875, 874.9356079101562, 2939.070068359375, 2631.48681640625, 1509.6734619140625, 983.0482177734375, 885.54443359375, 486.91790771484375, 302.5487976074219, 462.8233642578125, 1732.7095947265625, 1789.8896484375, 446.4066162109375, 1874.8983154296875, 1380.5611572265625, 1635.1839599609375, 969.5128173828125]\n", - "40\n", - "779\n", - "10\n", - "[332.16455078125, 1213.764404296875, 1824.5263671875, 1646.3953857421875, 301.3326721191406, 1376.527587890625, 2246.924560546875, 1432.3270263671875, 782.1847534179688, 1684.3206787109375]\n", - "10\n", - "780\n", - "12\n", - "[914.2662963867188, 1077.567138671875, 777.152099609375, 939.7933959960938, 754.937744140625, 654.0706176757812, 1222.6185302734375, 356.1604309082031, 501.73797607421875, 987.383056640625, 314.7405090332031, 1410.194091796875]\n", - "12\n", - "781\n", - "30\n", - "[501.8988037109375, 492.6229248046875, 1143.6270751953125, 402.82904052734375, 660.564208984375, 2387.33154296875, 1222.6593017578125, 2161.92626953125, 1751.50732421875, 664.6143188476562, 1844.8475341796875, 2609.009521484375, 5036.2998046875, 2587.014892578125, 844.62841796875, 817.873046875, 4571.4140625, 4291.0703125, 1382.6748046875, 2029.8031005859375, 1430.12646484375, 2107.37548828125, 361.823974609375, 629.4421997070312, 1737.41259765625, 1803.906982421875, 808.5584106445312, 541.4505004882812, 367.8313293457031, 1196.25927734375]\n", - "30\n", - "782\n", - "8\n", - "[659.2767333984375, 878.4096069335938, 673.6691284179688, 901.8626098632812, 2761.643798828125, 1209.47216796875, 815.2882080078125, 1464.05615234375]\n", - "8\n", - "783\n", - "45\n", - "[301.3664245605469, 1469.2254638671875, 3660.05419921875, 342.85345458984375, 1574.9473876953125, 8060.75, 6446.46435546875, 1820.4180908203125, 1738.1163330078125, 6560.85546875, 7143.1708984375, 6631.45068359375, 1065.0799560546875, 3656.227294921875, 8185.18994140625, 1604.470703125, 1948.362548828125, 2774.72607421875, 1652.591552734375, 599.4480590820312, 546.2052612304688, 4295.5634765625, 3417.846923828125, 1945.8697509765625, 623.144287109375, 475.9857177734375, 361.1461486816406, 1347.37744140625, 498.3456115722656, 631.370849609375, 621.8190307617188, 888.9302368164062, 529.5656127929688, 556.89208984375, 763.0123901367188, 1984.9080810546875, 744.4456176757812, 735.9708251953125, 3412.08642578125, 499.51226806640625, 1053.7347412109375, 1651.318603515625, 1343.0220947265625, 830.8042602539062, 569.9669799804688]\n", - "45\n", - "784\n", - "8\n", - "[585.226318359375, 471.7965393066406, 2109.89892578125, 753.1830444335938, 1933.42333984375, 1816.402587890625, 2335.7861328125, 440.90411376953125]\n", - "8\n", - "785\n", - "31\n", - "[725.1920776367188, 642.8104858398438, 659.010986328125, 739.175537109375, 440.9538879394531, 721.8385009765625, 473.7373352050781, 2725.172119140625, 1107.7275390625, 814.868896484375, 719.979248046875, 2956.8388671875, 4570.0078125, 4108.00244140625, 1186.6539306640625, 724.8929443359375, 874.7185668945312, 4633.4111328125, 4898.74755859375, 2916.687255859375, 1782.18701171875, 980.4031982421875, 3243.89794921875, 3438.082763671875, 3093.305908203125, 1374.6380615234375, 751.5272827148438, 1031.0953369140625, 1217.5643310546875, 1541.0020751953125, 1047.0562744140625]\n", - "31\n", - "786\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "674\n", - "[722.5226440429688, 563.312255859375, 647.168212890625, 922.49462890625, 489.54779052734375, 674.6583862304688, 478.20703125, 580.4223022460938, 541.2613525390625, 1737.5379638671875, 2060.248779296875, 2518.05322265625, 1097.6815185546875, 332.098388671875, 508.2397766113281, 851.8250732421875, 749.3452758789062, 443.8921813964844, 1228.25927734375, 1249.7216796875, 545.9203491210938, 473.704833984375, 1480.646484375, 899.8919067382812, 448.2082824707031, 1110.842041015625, 2776.16259765625, 3075.384033203125, 568.65966796875, 2044.2843017578125, 4340.30517578125, 2195.32861328125, 612.2826538085938, 616.9863891601562, 648.5713500976562, 399.0037536621094, 803.8609008789062, 3142.106689453125, 6268.2568359375, 3255.610595703125, 655.015625, 459.0950622558594, 378.8805236816406, 373.07904052734375, 816.3388671875, 1652.6861572265625, 1135.7371826171875, 1104.2337646484375, 2326.09130859375, 2587.938232421875, 1751.0413818359375, 963.3875122070312, 422.93988037109375, 1451.3321533203125, 3696.6904296875, 394.1599426269531, 533.4895629882812, 587.8269653320312, 2320.12255859375, 5529.24365234375, 6705.17333984375, 8050.72216796875, 8048.95166015625, 8385.8779296875, 5287.01708984375, 497.2882080078125, 2267.5859375, 6776.51025390625, 9574.8681640625, 10078.3515625, 6990.56298828125, 978.21923828125, 1939.4609375, 2883.24609375, 1874.0401611328125, 532.0117797851562, 1862.4683837890625, 5822.134765625, 5588.06982421875, 2637.40771484375, 490.86529541015625, 464.1640930175781, 1255.13037109375, 6843.14990234375, 8628.96875, 9011.546875, 9523.310546875, 9452.640625, 10287.779296875, 10176.95703125, 6958.52392578125, 475.0442199707031, 1432.0406494140625, 8066.73095703125, 9545.923828125, 10091.080078125, 8853.1875, 2157.627685546875, 3059.864501953125, 428.0737609863281, 1750.94775390625, 1723.710693359375, 3613.8759765625, 8529.53125, 8209.875, 5525.7021484375, 4642.013671875, 447.4156799316406, 3246.4404296875, 5967.27490234375, 7639.38671875, 9825.9794921875, 9605.9384765625, 10326.578125, 9358.2119140625, 9568.2958984375, 9540.361328125, 5464.15625, 882.9470825195312, 7436.134765625, 9348.5986328125, 10046.5634765625, 8193.7392578125, 5467.625, 2435.799072265625, 1526.8544921875, 7604.45947265625, 6519.27734375, 5293.66064453125, 5528.14892578125, 5560.72802734375, 5572.9619140625, 3005.19970703125, 1086.865234375, 2942.563232421875, 2757.674560546875, 5349.6982421875, 5130.240234375, 1451.9449462890625, 2018.0263671875, 4200.29736328125, 8292.48046875, 7150.32861328125, 9000.02734375, 10044.115234375, 8760.0400390625, 6634.07568359375, 9297.3642578125, 5052.18505859375, 2048.002685546875, 2662.183837890625, 2564.45361328125, 7219.759765625, 9234.578125, 9122.8076171875, 7742.76220703125, 564.7482299804688, 954.5340576171875, 3317.11083984375, 8139.02978515625, 7221.685546875, 7575.2421875, 3466.831787109375, 467.9462585449219, 1372.4840087890625, 4712.12353515625, 9130.4736328125, 2485.721435546875, 1983.769287109375, 5089.03564453125, 6983.85498046875, 6637.9921875, 6997.68701171875, 3625.633544921875, 6846.4619140625, 8258.2958984375, 9971.4970703125, 10328.734375, 9898.4736328125, 9002.49609375, 7284.76416015625, 4910.990234375, 1790.0897216796875, 2099.41455078125, 6234.3642578125, 8192.5107421875, 9603.5537109375, 6234.009765625, 2243.234130859375, 4135.82470703125, 971.77197265625, 731.2740478515625, 1065.762939453125, 2197.83203125, 1510.7830810546875, 2157.826171875, 1717.9688720703125, 720.2523803710938, 553.5748901367188, 6654.57421875, 5140.259765625, 4666.57568359375, 2690.795654296875, 8342.767578125, 7321.46875, 2320.40380859375, 6583.06005859375, 8069.44970703125, 3025.149169921875, 5727.58935546875, 9489.41796875, 9003.2880859375, 6599.78759765625, 9101.361328125, 1229.0078125, 1043.5985107421875, 2030.25439453125, 4801.91748046875, 9503.6669921875, 3240.472412109375, 6878.22998046875, 6823.9326171875, 3069.572021484375, 772.3847045898438, 564.9461669921875, 426.92620849609375, 617.2129516601562, 3794.2216796875, 9489.314453125, 9796.5556640625, 9514.791015625, 9260.357421875, 6333.583984375, 9892.296875, 7206.177734375, 5614.53759765625, 7926.67138671875, 8544.279296875, 9786.2236328125, 8609.220703125, 8188.177734375, 10181.654296875, 6304.607421875, 1499.8466796875, 789.7579956054688, 919.474853515625, 4146.87548828125, 8194.4375, 5583.64501953125, 8976.1962890625, 9419.0712890625, 6235.384765625, 2868.362060546875, 1883.133056640625, 735.76318359375, 763.1718139648438, 310.15399169921875, 349.9249572753906, 362.67376708984375, 1073.4498291015625, 4894.68994140625, 8073.5986328125, 9508.5625, 9613.208984375, 9938.9072265625, 9596.2099609375, 6933.76611328125, 8797.109375, 10374.052734375, 8927.7529296875, 9449.359375, 10275.4580078125, 9791.431640625, 8487.669921875, 8190.61474609375, 2171.740966796875, 2101.393310546875, 2006.1317138671875, 8817.8154296875, 7839.75244140625, 8520.333984375, 8223.6533203125, 8951.5634765625, 7302.2724609375, 667.2176513671875, 903.8826293945312, 619.1597290039062, 600.536376953125, 573.9268798828125, 482.211181640625, 460.19769287109375, 623.4197387695312, 1042.963134765625, 3871.65185546875, 1343.424072265625, 1053.5809326171875, 561.7750854492188, 5220.513671875, 6446.05224609375, 7797.58984375, 9685.97265625, 10305.955078125, 10394.0615234375, 10272.8017578125, 9748.9140625, 9192.26953125, 10117.8896484375, 10350.732421875, 10404.6435546875, 10405.0810546875, 8082.75048828125, 3549.401123046875, 1630.88623046875, 2707.502197265625, 5192.015625, 9193.0087890625, 10264.5634765625, 10229.59765625, 10057.4580078125, 9773.7978515625, 6885.8017578125, 5928.5283203125, 2494.397705078125, 359.3296813964844, 1710.3265380859375, 6346.2802734375, 1966.0296630859375, 1145.7471923828125, 1483.270263671875, 1473.544921875, 1665.4920654296875, 2239.9287109375, 8509.54296875, 7910.6103515625, 10141.845703125, 8817.544921875, 9735.947265625, 9116.912109375, 8676.68359375, 10005.7548828125, 10271.6982421875, 9555.8388671875, 10352.3984375, 10343.72265625, 10104.171875, 5638.74365234375, 1942.4293212890625, 666.7489624023438, 5092.18115234375, 7569.4140625, 10061.83203125, 10103.287109375, 10123.6396484375, 7825.4208984375, 7219.52001953125, 6295.24365234375, 2492.506591796875, 1501.595458984375, 3678.9384765625, 1019.0460815429688, 1555.830078125, 1303.549560546875, 1790.6112060546875, 7408.015625, 9316.0810546875, 9406.73828125, 9051.0439453125, 8911.5048828125, 9758.9970703125, 10278.947265625, 9155.0654296875, 8258.5458984375, 8862.01953125, 10354.7314453125, 10087.6640625, 10273.9267578125, 9563.6923828125, 5558.7412109375, 793.5389404296875, 3236.86865234375, 8342.6005859375, 9011.0888671875, 9304.86328125, 9055.7099609375, 9292.3330078125, 9905.3056640625, 7929.2646484375, 2094.404541015625, 494.15234375, 900.2637329101562, 1680.3428955078125, 925.4165649414062, 1476.4302978515625, 1405.69384765625, 1698.93310546875, 2936.43017578125, 8544.8125, 9543.517578125, 9979.8505859375, 9739.20703125, 10085.5390625, 8750.4365234375, 9060.052734375, 7460.0908203125, 6107.76171875, 9959.685546875, 10313.9853515625, 9797.451171875, 5376.123046875, 3826.552001953125, 940.1187133789062, 9054.658203125, 8470.484375, 6231.35400390625, 6592.84033203125, 9412.3427734375, 6002.2509765625, 4995.85693359375, 7711.8271484375, 6297.03515625, 1343.60107421875, 622.8400268554688, 588.8847045898438, 1354.4713134765625, 1488.5433349609375, 1653.119140625, 2235.311279296875, 6909.1875, 9679.3271484375, 9338.3076171875, 7553.0927734375, 7921.1201171875, 5616.71484375, 8749.3330078125, 6541.0849609375, 9063.302734375, 9880.12109375, 10212.1826171875, 8346.3505859375, 3872.537109375, 4649.57763671875, 3080.571044921875, 9701.2939453125, 9192.4990234375, 9351.37890625, 9613.875, 8814.69140625, 5517.63037109375, 2471.795654296875, 2071.03173828125, 361.8794250488281, 507.4333190917969, 471.7123107910156, 466.2480773925781, 1077.4205322265625, 1306.5128173828125, 990.4027709960938, 907.23388671875, 4579.484375, 5735.546875, 1221.73779296875, 2529.102783203125, 2922.0859375, 7866.625, 9473.0654296875, 10025.4609375, 9904.81640625, 9504.365234375, 6337.3544921875, 9047.3876953125, 7834.576171875, 4568.24169921875, 9269.7314453125, 8617.5224609375, 7718.44140625, 6485.4755859375, 5660.1064453125, 4885.63818359375, 735.79443359375, 428.7836608886719, 1106.8232421875, 595.5001220703125, 515.3057250976562, 1183.582763671875, 1549.6973876953125, 584.0740356445312, 399.661376953125, 815.1677856445312, 4966.5576171875, 7871.8330078125, 8075.2822265625, 6098.94970703125, 10039.38671875, 9894.6611328125, 3851.6640625, 5168.986328125, 6966.38818359375, 1548.70654296875, 6646.2724609375, 9301.4775390625, 1428.186767578125, 6742.013671875, 7134.86181640625, 6261.56982421875, 5612.62158203125, 2353.89013671875, 4043.21875, 6198.544921875, 5101.607421875, 2316.362548828125, 466.9146423339844, 868.6183471679688, 1028.9979248046875, 1682.248779296875, 1552.786865234375, 1762.343017578125, 862.6453247070312, 427.82745361328125, 131.2907257080078, 144.48255920410156, 3718.9130859375, 9187.072265625, 7830.97216796875, 8133.04736328125, 6702.298828125, 2575.431640625, 701.74560546875, 5077.28662109375, 7204.115234375, 3814.6259765625, 7755.42724609375, 2305.801025390625, 5138.88525390625, 4129.36669921875, 2165.970703125, 408.7839660644531, 3501.56201171875, 1797.1202392578125, 7655.11376953125, 8313.478515625, 2988.996337890625, 384.3640441894531, 397.58001708984375, 592.04296875, 549.4336547851562, 1180.885009765625, 952.2662353515625, 1476.116455078125, 677.5717163085938, 411.065185546875, 112.65692138671875, 277.9951171875, 6393.1611328125, 7024.1845703125, 3436.85986328125, 364.9964599609375, 659.9266967773438, 4330.93115234375, 6229.83349609375, 4568.36669921875, 1915.9840087890625, 1124.94482421875, 4542.19189453125, 2707.00244140625, 2072.0419921875, 569.9144287109375, 1114.2584228515625, 496.6609802246094, 1786.1422119140625, 5346.0634765625, 5067.33984375, 343.8657531738281, 316.7171630859375, 937.6503295898438, 916.9630126953125, 656.1305541992188, 1035.24755859375, 522.2998657226562, 1099.714599609375, 4509.8037109375, 5746.41064453125, 5644.19091796875, 1169.71142578125, 493.16131591796875, 575.1326293945312, 5440.2314453125, 4439.34765625, 658.3330688476562, 1402.4808349609375, 1716.2010498046875, 3059.989501953125, 1508.012451171875, 2220.507080078125, 1888.0284423828125, 1764.93603515625, 338.35137939453125, 374.2487487792969, 536.8767700195312, 1026.7327880859375, 1863.14404296875, 2274.212646484375, 3662.501220703125, 2517.52099609375, 2656.588134765625, 2769.46728515625, 821.1405029296875, 3315.6630859375, 5288.06884765625, 7172.31640625, 154.75607299804688, 932.4006958007812, 1885.1015625, 2549.05908203125, 2161.783447265625, 835.0974731445312, 1608.1070556640625, 1729.26220703125, 305.5064392089844, 300.0180358886719, 806.7847900390625, 469.95404052734375, 378.6231384277344, 113.3438949584961, 393.66424560546875, 614.03857421875, 1380.430908203125, 3112.359619140625, 6748.8984375, 5282.3505859375, 912.9754638671875, 809.7144775390625, 3771.77587890625, 1924.86865234375, 2360.5087890625, 712.08447265625, 565.41796875, 348.6783447265625, 361.3261413574219, 794.9817504882812, 564.8850708007812, 501.3916320800781, 734.7152709960938, 788.2568359375, 428.27166748046875, 587.4960327148438, 1832.2733154296875, 6973.6474609375, 4613.6435546875, 573.5599365234375, 1224.1229248046875, 620.1365356445312, 365.9827575683594, 577.0575561523438, 652.3466186523438, 1246.89794921875, 709.5087890625, 339.2593078613281, 582.6881103515625, 4309.5595703125, 3496.885498046875, 1245.3292236328125, 1033.0494384765625, 413.51043701171875, 755.0831909179688, 602.84521484375, 1437.6068115234375, 1168.86767578125, 513.065673828125, 361.18988037109375, 348.473388671875]\n", - "670\n", - "787\n", - "15\n", - "[795.7556762695312, 690.6860961914062, 369.38287353515625, 1298.0731201171875, 1424.9010009765625, 522.7938232421875, 480.7723083496094, 1086.763427734375, 611.5525512695312, 784.0465698242188, 347.0405578613281, 540.3865966796875, 703.369384765625, 721.5752563476562, 712.6795043945312]\n", - "15\n", - "788\n", - "5\n", - "[1584.19970703125, 1996.9029541015625, 1232.64697265625, 3781.88818359375, 1494.725341796875]\n", - "5\n", - "789\n", - "8\n", - "[393.50567626953125, 1697.5645751953125, 362.0946960449219, 1234.8048095703125, 2407.406494140625, 904.42822265625, 381.3364562988281, 303.0876770019531]\n", - "8\n", - "790\n", - "21\n", - "[344.3628845214844, 540.8193969726562, 522.8946533203125, 1058.73876953125, 540.416015625, 374.66558837890625, 2383.145263671875, 2472.409423828125, 2216.877197265625, 2051.583984375, 765.8641967773438, 1399.7734375, 307.340087890625, 323.49993896484375, 386.8182678222656, 2034.6912841796875, 2042.0938720703125, 887.2430419921875, 354.17913818359375, 1033.5526123046875, 967.1582641601562]\n", - "21\n", - "791\n", - "10\n", - "[822.020751953125, 1062.859619140625, 1167.3201904296875, 1316.1011962890625, 2926.383544921875, 1424.1722412109375, 998.6133422851562, 1787.705078125, 344.0543212890625, 331.1075439453125]\n", - "10\n", - "792\n", - "19\n", - "[690.3805541992188, 1017.5242309570312, 436.3699951171875, 1158.1407470703125, 1744.8017578125, 835.1783447265625, 529.9204711914062, 450.4459228515625, 1061.411865234375, 1458.6260986328125, 1852.714111328125, 1476.639892578125, 851.4221801757812, 449.87786865234375, 449.1726379394531, 426.2781982421875, 1432.852783203125, 1129.934814453125, 573.6226196289062]\n", - "19\n", - "793\n", - "20\n", - "[1047.7540283203125, 326.2275695800781, 1492.12109375, 775.8153686523438, 1086.4859619140625, 663.83203125, 801.5509033203125, 779.8961181640625, 988.9634399414062, 860.7682495117188, 696.8900756835938, 1142.3006591796875, 1606.8638916015625, 676.7874755859375, 1585.6826171875, 2009.0701904296875, 1629.7025146484375, 421.4436340332031, 790.9047241210938, 582.5126953125]\n", - "20\n", - "794\n", - "12\n", - "[491.7236022949219, 1200.907470703125, 982.7587890625, 368.48248291015625, 690.0160522460938, 630.0885620117188, 331.4965515136719, 432.7548522949219, 655.8026123046875, 576.8551635742188, 532.8436889648438, 410.0597839355469]\n", - "12\n", - "795\n", - "6\n", - "[572.5534057617188, 3144.838134765625, 383.7703857421875, 524.7461547851562, 936.353759765625, 621.8968505859375]\n", - "6\n", - "796\n", - "34\n", - "[668.5759887695312, 362.8597717285156, 552.0729370117188, 552.4868774414062, 372.27008056640625, 2296.8818359375, 2071.832275390625, 1778.823974609375, 980.03662109375, 322.9721374511719, 976.1317749023438, 399.3241882324219, 1100.211181640625, 1598.902587890625, 3103.189208984375, 2734.23876953125, 2042.8280029296875, 1083.0191650390625, 629.3278198242188, 923.2880249023438, 3002.569091796875, 2526.5732421875, 422.2003173828125, 603.2577514648438, 1030.5479736328125, 316.20819091796875, 725.0838012695312, 494.2034606933594, 617.797607421875, 487.56365966796875, 355.8249816894531, 570.7848510742188, 709.7652587890625, 378.0353698730469]\n", - "34\n", - "797\n", - "39\n", - "[889.670166015625, 535.4691162109375, 337.84375, 450.6669006347656, 469.26593017578125, 795.15380859375, 551.0228271484375, 2499.541015625, 3235.19775390625, 312.64898681640625, 334.34228515625, 1475.764892578125, 2177.124267578125, 874.9761352539062, 3322.273681640625, 3175.36865234375, 417.3844299316406, 2304.48828125, 3951.564697265625, 3923.837890625, 1892.2706298828125, 3601.461181640625, 332.0998840332031, 745.5759887695312, 547.7242431640625, 2727.43310546875, 4431.84228515625, 4178.611328125, 3260.365478515625, 2915.962646484375, 993.4976196289062, 563.6006469726562, 709.8353881835938, 445.35406494140625, 1264.5352783203125, 1866.046142578125, 329.39129638671875, 407.68206787109375, 543.5712890625]\n", - "39\n", - "798\n", - "6\n", - "[1449.2745361328125, 1204.221435546875, 701.079345703125, 1899.448486328125, 1695.8974609375, 445.31536865234375]\n", - "6\n", - "799\n", - "25\n", - "[320.19873046875, 746.3898315429688, 1104.26220703125, 426.6413879394531, 1244.6402587890625, 774.937744140625, 2042.7105712890625, 1152.39453125, 3128.983154296875, 3338.9501953125, 3166.297607421875, 386.58544921875, 2228.578857421875, 3568.56494140625, 2493.453369140625, 334.0183410644531, 1961.749755859375, 3969.585205078125, 2226.4091796875, 2167.72802734375, 769.202392578125, 1755.9041748046875, 812.2883911132812, 812.1264038085938, 332.80523681640625]\n", - "25\n", - "800\n", - "12\n", - "[306.5339660644531, 496.6262512207031, 855.7175903320312, 1034.376953125, 451.9928894042969, 556.5003051757812, 1001.2788696289062, 842.3641357421875, 435.68890380859375, 402.83056640625, 756.4762573242188, 566.2694702148438]\n", - "12\n", - "801\n", - "9\n", - "[384.2898864746094, 740.8936157226562, 986.9338989257812, 1859.7498779296875, 1511.2586669921875, 454.91986083984375, 1578.2696533203125, 392.5433349609375, 558.6000366210938]\n", - "9\n", - "802\n", - "12\n", - "[373.7325744628906, 597.575927734375, 592.1376953125, 359.224365234375, 597.5090942382812, 341.8995361328125, 380.7713317871094, 479.2579345703125, 568.1082763671875, 555.3899536132812, 617.1492309570312, 302.7399597167969]\n", - "12\n", - "803\n", - "9\n", - "[311.7108459472656, 1373.655517578125, 301.46185302734375, 373.6329040527344, 1370.7457275390625, 1237.9483642578125, 1046.8760986328125, 1228.0244140625, 442.95703125]\n", - "9\n", - "804\n", - "21\n", - "[893.751708984375, 744.1953735351562, 1469.6080322265625, 963.9910888671875, 1330.715087890625, 2731.989013671875, 683.0952758789062, 318.7751770019531, 615.500732421875, 1431.426025390625, 1514.743896484375, 1799.3492431640625, 2852.424072265625, 2656.12939453125, 1188.83544921875, 406.54217529296875, 867.9982299804688, 1012.0855712890625, 834.982666015625, 569.4403076171875, 300.4238586425781]\n", - "21\n", - "805\n", - "7\n", - "[365.019287109375, 552.8676147460938, 1653.725830078125, 1170.5067138671875, 462.00836181640625, 1489.212646484375, 550.228271484375]\n", - "7\n", - "806\n", - "6\n", - "[352.33953857421875, 1227.9061279296875, 1153.6629638671875, 1208.581298828125, 1825.082763671875, 1647.28369140625]\n", - "6\n", - "807\n", - "10\n", - "[376.3900451660156, 420.6080017089844, 1763.3082275390625, 1584.38916015625, 1644.711181640625, 2170.356689453125, 2150.5419921875, 715.4017333984375, 324.0247497558594, 1103.966064453125]\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "808\n", - "13\n", - "[325.9623718261719, 379.31195068359375, 456.45904541015625, 681.9034423828125, 518.3016357421875, 315.1305847167969, 413.8617858886719, 314.94183349609375, 608.156494140625, 384.7521057128906, 330.3410949707031, 444.8277587890625, 603.4521484375]\n", - "13\n", - "809\n", - "6\n", - "[962.0970458984375, 3418.427490234375, 2550.935302734375, 382.1942443847656, 431.68994140625, 1074.9859619140625]\n", - "6\n", - "810\n", - "11\n", - "[729.3317260742188, 701.0875854492188, 556.97900390625, 2036.438720703125, 2118.162841796875, 771.4873046875, 1547.52587890625, 2830.333984375, 733.97314453125, 651.6732788085938, 453.25103759765625]\n", - "11\n", - "811\n", - "157\n", - "[459.5243225097656, 514.5750732421875, 957.5033569335938, 1767.5113525390625, 2048.189453125, 441.45977783203125, 610.9542236328125, 2928.61474609375, 2439.509765625, 820.8004760742188, 386.584716796875, 1044.0809326171875, 693.45654296875, 3219.663330078125, 4192.22412109375, 3478.391357421875, 715.4979248046875, 2169.968505859375, 408.6893310546875, 365.06329345703125, 515.4252319335938, 1097.4593505859375, 468.3844299316406, 567.7989501953125, 3490.869873046875, 2030.6939697265625, 1429.302490234375, 3437.147216796875, 1007.5162353515625, 2183.29736328125, 486.8564453125, 346.3031921386719, 428.2082824707031, 1752.3135986328125, 2087.11474609375, 623.4890747070312, 3238.571044921875, 2140.21240234375, 5663.740234375, 5717.5546875, 4361.38818359375, 2515.772705078125, 1643.4066162109375, 661.9508056640625, 413.389892578125, 329.0396728515625, 3172.018310546875, 3112.077392578125, 1276.8468017578125, 910.4555053710938, 1933.18359375, 4262.99267578125, 5046.4833984375, 428.6438903808594, 1611.5987548828125, 750.481689453125, 4086.95654296875, 6588.43115234375, 6712.24755859375, 5274.28173828125, 3153.778076171875, 1059.0257568359375, 3264.617431640625, 4453.42529296875, 2347.676513671875, 1276.1651611328125, 2416.2177734375, 1503.3944091796875, 2350.7470703125, 3938.41455078125, 1790.0166015625, 1055.0628662109375, 4118.7783203125, 6262.974609375, 6079.6103515625, 5990.7705078125, 4345.73388671875, 5401.66796875, 6915.1171875, 6252.25244140625, 2601.788330078125, 1779.807373046875, 3101.88916015625, 4992.89404296875, 4162.1865234375, 1236.9305419921875, 4436.09130859375, 5108.97509765625, 5420.65966796875, 6313.82373046875, 6323.8994140625, 3559.123046875, 6637.8818359375, 6731.71728515625, 5772.63330078125, 3445.620849609375, 3523.008056640625, 4453.90283203125, 3966.927001953125, 2777.55712890625, 2061.953857421875, 300.9627380371094, 335.0892639160156, 560.45654296875, 1673.6336669921875, 2197.476318359375, 6005.35693359375, 5398.2109375, 6235.396484375, 6893.3564453125, 6605.75048828125, 6830.46435546875, 4486.146484375, 2260.2490234375, 3152.9208984375, 2321.152587890625, 862.76123046875, 2575.88232421875, 4192.6875, 6581.1728515625, 6959.06640625, 6933.06201171875, 6045.56103515625, 2547.953125, 1561.2135009765625, 497.65582275390625, 460.4166564941406, 1123.9132080078125, 3719.567626953125, 5829.9111328125, 5813.12548828125, 5590.0419921875, 2131.078125, 381.1463928222656, 465.1101989746094, 691.8264770507812, 1811.9805908203125, 1081.0108642578125, 3570.617919921875, 2775.329833984375, 343.5067443847656, 317.6009216308594, 2570.605712890625, 1083.6246337890625, 3411.26953125, 2815.48486328125, 2354.197021484375, 3559.242431640625, 967.3541259765625, 2625.206787109375, 4539.763671875, 1064.8927001953125, 2359.340087890625, 3170.67626953125, 1267.7056884765625, 306.3167419433594, 382.9591979980469]\n", - "157\n", - "812\n", - "23\n", - "[390.0774230957031, 353.9870910644531, 527.3143310546875, 1255.9114990234375, 502.754150390625, 290.4618835449219, 1081.980224609375, 1011.0911254882812, 1237.2882080078125, 584.917724609375, 425.35528564453125, 1443.39404296875, 1228.18310546875, 1131.4354248046875, 1497.00732421875, 315.1243896484375, 1306.0323486328125, 598.4387817382812, 507.3508605957031, 1478.504638671875, 564.671630859375, 462.06219482421875, 469.56732177734375]\n", - "23\n", - "813\n", - "113\n", - "[313.82666015625, 514.2074584960938, 627.9658813476562, 849.4718627929688, 1346.1829833984375, 453.4924011230469, 310.97772216796875, 588.466552734375, 722.1860961914062, 346.9131774902344, 2247.94970703125, 3939.152099609375, 945.58154296875, 1168.9217529296875, 606.5130615234375, 2541.262451171875, 3015.955810546875, 1044.4918212890625, 3913.3544921875, 4592.06005859375, 2245.856689453125, 567.588134765625, 790.7725219726562, 598.4443969726562, 2771.903564453125, 4128.40673828125, 4915.71435546875, 4310.8310546875, 4153.9345703125, 2025.8558349609375, 394.0699768066406, 1651.7437744140625, 1458.537353515625, 2819.178955078125, 3151.7919921875, 1641.6475830078125, 829.8323974609375, 1215.7645263671875, 1296.9647216796875, 583.893310546875, 1935.8612060546875, 4970.45703125, 2949.626708984375, 5274.5234375, 4381.29931640625, 3565.47998046875, 3743.7587890625, 4330.00341796875, 4951.63134765625, 2650.39208984375, 1135.7625732421875, 501.76910400390625, 340.94451904296875, 2242.731689453125, 1367.948974609375, 670.62353515625, 1284.1600341796875, 4549.20654296875, 5511.85546875, 5708.22216796875, 5790.7216796875, 5823.361328125, 5669.9306640625, 4658.74658203125, 797.1574096679688, 310.151611328125, 2495.2666015625, 4633.59423828125, 4260.162109375, 5656.87353515625, 5824.9384765625, 5725.08447265625, 4990.02294921875, 4350.16064453125, 3568.510986328125, 878.4701538085938, 1377.78515625, 4633.03125, 4825.5224609375, 3917.529052734375, 5121.02197265625, 5628.765625, 4304.5751953125, 3659.85791015625, 3200.40283203125, 3590.104736328125, 1543.171142578125, 525.930908203125, 1083.3817138671875, 1279.590087890625, 1304.302978515625, 233.4330596923828, 651.4596557617188, 3087.87841796875, 3919.991455078125, 4536.4541015625, 2432.91845703125, 3656.63916015625, 2563.0791015625, 363.0190734863281, 334.1257629394531, 1371.869873046875, 1236.12939453125, 972.3148193359375, 765.7086181640625, 350.81097412109375, 775.1865844726562, 1428.697265625, 913.083740234375, 1016.8327026367188, 574.386474609375, 675.2897338867188, 396.54425048828125]\n", - "113\n", - "814\n", - "17\n", - "[555.746826171875, 1138.868896484375, 1880.172119140625, 1668.47705078125, 551.799072265625, 837.493408203125, 2245.80712890625, 2401.7275390625, 413.58734130859375, 873.0208740234375, 2203.90869140625, 1407.0091552734375, 447.438232421875, 399.2920227050781, 1316.3095703125, 487.8774719238281, 365.7764892578125]\n", - "17\n", - "815\n", - "15\n", - "[1519.8372802734375, 640.9105224609375, 3667.337158203125, 2306.48828125, 1546.0460205078125, 3093.088623046875, 2675.20068359375, 3095.29931640625, 732.5879516601562, 2789.35693359375, 1944.2894287109375, 362.5718994140625, 976.3084716796875, 504.35565185546875, 630.7503662109375]\n", - "15\n", - "816\n", - "10\n", - "[1079.0782470703125, 1228.6348876953125, 890.7855224609375, 457.9761657714844, 1297.2906494140625, 3178.815185546875, 2312.187744140625, 446.38275146484375, 1343.4111328125, 498.9454650878906]\n", - "10\n", - "817\n", - "21\n", - "[445.8011474609375, 1167.615478515625, 346.5569152832031, 1081.411865234375, 1337.591552734375, 812.9061889648438, 2517.59521484375, 2363.743408203125, 583.6449584960938, 779.0745239257812, 2070.18408203125, 1053.180908203125, 1067.9869384765625, 617.2755737304688, 465.9654235839844, 473.1694030761719, 641.383056640625, 302.96051025390625, 426.94073486328125, 417.03314208984375, 353.61419677734375]\n", - "21\n", - "818\n", - "6\n", - "[596.2013549804688, 2732.6201171875, 906.071044921875, 678.2765502929688, 300.7684326171875, 359.8570251464844]\n", - "6\n", - "819\n", - "10\n", - "[410.2102355957031, 972.6393432617188, 437.52252197265625, 329.1604919433594, 1426.9627685546875, 1178.2691650390625, 729.5140991210938, 605.8082275390625, 699.4019165039062, 443.791748046875]\n", - "10\n", - "820\n", - "8\n", - "[368.4944763183594, 425.72314453125, 1791.9097900390625, 2089.33447265625, 729.93701171875, 415.1424865722656, 1012.6912231445312, 822.9373779296875]\n", - "8\n", - "821\n", - "9\n", - "[901.8634643554688, 1267.4710693359375, 334.263916015625, 673.429931640625, 1278.6219482421875, 1181.7835693359375, 556.04248046875, 506.65069580078125, 796.6885375976562]\n", - "9\n", - "822\n", - "33\n", - "[525.9850463867188, 1409.8941650390625, 2117.284912109375, 1343.3046875, 510.7685546875, 1072.3912353515625, 2754.172119140625, 2517.265380859375, 2138.02294921875, 369.1872863769531, 910.8461303710938, 2707.5068359375, 2943.80810546875, 2051.039306640625, 928.67236328125, 491.0097961425781, 731.6776733398438, 663.2613525390625, 2695.671875, 2657.938720703125, 2968.478759765625, 1662.147216796875, 1792.103759765625, 792.176513671875, 933.9157104492188, 437.9306640625, 1341.4267578125, 1648.5205078125, 1282.978271484375, 1131.8489990234375, 379.1925048828125, 795.0673217773438, 935.9954833984375]\n", - "33\n", - "823\n", - "8\n", - "[628.417724609375, 318.61468505859375, 683.5685424804688, 488.6359558105469, 1441.5638427734375, 506.8851623535156, 599.2658081054688, 353.0010070800781]\n", - "8\n", - "824\n", - "10\n", - "[357.9024353027344, 893.7191772460938, 821.3502807617188, 305.5852966308594, 697.2201538085938, 1266.6434326171875, 541.3090209960938, 432.2789001464844, 516.6710205078125, 309.42364501953125]\n", - "10\n", - "825\n", - "6\n", - "[645.6799926757812, 575.7993774414062, 709.4775390625, 1649.0010986328125, 1755.335205078125, 318.0140380859375]\n", - "6\n", - "826\n", - "3\n", - "[2810.337646484375, 820.7794799804688, 2019.399658203125]\n", - "3\n", - "827\n", - "14\n", - "[695.0557250976562, 362.0128479003906, 360.2655029296875, 340.0683288574219, 468.4376525878906, 1328.28369140625, 350.4230651855469, 385.8033142089844, 652.5620727539062, 574.140625, 458.2056884765625, 435.8196105957031, 438.8302001953125, 670.9035034179688]\n", - "14\n", - "828\n", - "6\n", - "[484.4974365234375, 726.8013305664062, 689.1217041015625, 1049.4635009765625, 1215.9368896484375, 1133.686767578125]\n", - "6\n", - "829\n", - "10\n", - "[1102.5899658203125, 517.2607421875, 558.3646240234375, 636.2384033203125, 391.75274658203125, 357.586669921875, 301.3216247558594, 450.2076416015625, 577.9490966796875, 361.4674072265625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "830\n", - "5\n", - "[372.95025634765625, 638.6284790039062, 488.3173522949219, 2102.231201171875, 1437.575439453125]\n", - "5\n", - "831\n", - "15\n", - "[346.110595703125, 408.88568115234375, 408.009521484375, 713.20166015625, 1660.27392578125, 1072.3134765625, 1778.8525390625, 3735.16162109375, 1550.409912109375, 349.00128173828125, 303.39837646484375, 1150.3778076171875, 601.1463623046875, 374.3832092285156, 504.9909973144531]\n", - "15\n", - "832\n", - "8\n", - "[2107.01171875, 4123.64453125, 401.71551513671875, 4056.58642578125, 6396.11083984375, 540.8115234375, 1176.462158203125, 2109.568603515625]\n", - "8\n", - "833\n", - "28\n", - "[458.8892517089844, 764.0758056640625, 910.4794921875, 366.0064392089844, 1652.0191650390625, 906.8799438476562, 403.5620422363281, 499.7818908691406, 1517.3980712890625, 2113.84423828125, 1706.9532470703125, 2269.499267578125, 2205.7861328125, 802.968994140625, 357.4328308105469, 1153.0736083984375, 2377.16552734375, 2311.343017578125, 1026.6212158203125, 1114.0816650390625, 1991.3992919921875, 2624.85546875, 1807.7830810546875, 491.2733154296875, 986.4793090820312, 2117.5654296875, 813.7433471679688, 885.2346801757812]\n", - "28\n", - "834\n", - "6\n", - "[840.1798706054688, 561.333251953125, 4531.1337890625, 1102.2879638671875, 710.3391723632812, 362.373779296875]\n", - "6\n", - "835\n", - "7\n", - "[1244.614501953125, 1513.557861328125, 892.6879272460938, 466.1502380371094, 2754.740478515625, 619.9117431640625, 846.1707153320312]\n", - "7\n", - "836\n", - "11\n", - "[344.8744812011719, 477.1370544433594, 968.3016967773438, 389.1586608886719, 631.4911499023438, 1942.9884033203125, 777.767822265625, 434.8216552734375, 877.2959594726562, 1488.54638671875, 561.2655029296875]\n", - "11\n", - "837\n", - "1125\n", - "[530.9509887695312, 2388.488037109375, 1017.97509765625, 1098.8907470703125, 881.1162109375, 848.6219482421875, 421.7662048339844, 1501.676025390625, 790.7550659179688, 947.4967651367188, 1541.284423828125, 953.7650756835938, 1736.90087890625, 3080.5927734375, 1075.6324462890625, 349.4952697753906, 822.1004028320312, 1662.107666015625, 2907.67333984375, 2833.751953125, 3308.404296875, 2097.34228515625, 647.3001708984375, 803.546142578125, 1376.27978515625, 2386.759033203125, 1522.494384765625, 2243.564453125, 2642.659912109375, 1425.5721435546875, 1096.8365478515625, 543.45068359375, 1308.4813232421875, 1465.5989990234375, 883.5972900390625, 1077.1256103515625, 1389.6658935546875, 1469.589111328125, 985.7495727539062, 568.66015625, 969.5396118164062, 314.20086669921875, 837.0059204101562, 465.2665100097656, 513.478271484375, 1295.1771240234375, 1883.059326171875, 564.2061157226562, 1064.5723876953125, 533.5205078125, 545.8228149414062, 778.1312866210938, 250.94577026367188, 250.44090270996094, 723.3939819335938, 1071.96533203125, 941.9470825195312, 638.27099609375, 1998.6060791015625, 393.6042175292969, 449.14605712890625, 1706.5972900390625, 2910.66845703125, 540.466064453125, 1834.7308349609375, 104.1187515258789, 739.5961303710938, 3171.572265625, 2344.689208984375, 1969.268798828125, 2841.990478515625, 534.137939453125, 463.05084228515625, 445.27764892578125, 543.42431640625, 561.9356079101562, 1756.6055908203125, 1882.749755859375, 697.0285034179688, 1466.56982421875, 1164.5205078125, 2124.7294921875, 82.67648315429688, 101.53045654296875, 1873.6641845703125, 3132.032470703125, 3020.929443359375, 1936.7423095703125, 1229.8707275390625, 2645.051513671875, 1904.3302001953125, 565.2490844726562, 533.0731201171875, 859.1293334960938, 409.9825744628906, 560.7879028320312, 387.9565734863281, 321.3114318847656, 381.451416015625, 408.0433654785156, 1180.7669677734375, 1663.2396240234375, 484.5447082519531, 406.384521484375, 3218.73291015625, 415.65167236328125, 232.5459442138672, 2450.3876953125, 3520.06591796875, 2674.235107421875, 1184.394775390625, 1257.6741943359375, 2770.379638671875, 2420.437255859375, 570.1432495117188, 619.0681762695312, 661.0033569335938, 343.8791198730469, 298.68878173828125, 467.1478576660156, 381.6543884277344, 440.2497253417969, 505.81719970703125, 448.7646484375, 381.91143798828125, 308.9789123535156, 563.5181884765625, 322.5119323730469, 559.1070556640625, 146.42510986328125, 1039.601318359375, 947.5090942382812, 1059.0584716796875, 602.55029296875, 314.2050476074219, 495.34381103515625, 729.407470703125, 1253.1126708984375, 1795.774658203125, 1240.739013671875, 484.14654541015625, 1312.2235107421875, 1898.7392578125, 3052.223388671875, 3127.959716796875, 2002.0064697265625, 2724.616943359375, 2897.529296875, 1644.5328369140625, 1267.596923828125, 200.36402893066406, 126.69059753417969, 1090.6253662109375, 420.8912353515625, 633.11181640625, 433.1036071777344, 942.7058715820312, 325.3936462402344, 450.1085205078125, 661.227783203125, 353.52630615234375, 753.4120483398438, 1809.76513671875, 358.880615234375, 832.505615234375, 2082.2216796875, 1571.7371826171875, 1073.921875, 844.0877685546875, 311.93768310546875, 1501.480712890625, 1776.1083984375, 1120.7890625, 2981.056884765625, 1609.6951904296875, 232.21661376953125, 3892.56640625, 2655.589111328125, 1354.382568359375, 2648.472412109375, 3053.261474609375, 2237.421142578125, 3214.00830078125, 2555.637939453125, 2120.021728515625, 2694.70849609375, 2154.78662109375, 1936.7998046875, 999.0469970703125, 624.0591430664062, 1197.9705810546875, 1026.9090576171875, 758.7738647460938, 359.3781433105469, 322.49530029296875, 341.94415283203125, 339.6573486328125, 396.9836730957031, 438.5819091796875, 721.369384765625, 1689.4434814453125, 542.028564453125, 1215.466796875, 2472.392822265625, 330.2959899902344, 958.8921508789062, 3921.2021484375, 92.74284362792969, 426.4335021972656, 205.06277465820312, 721.7198486328125, 3987.541259765625, 2261.26123046875, 3363.029541015625, 4668.39404296875, 4853.71240234375, 3420.66162109375, 4584.70361328125, 3703.58447265625, 1791.090576171875, 313.47711181640625, 1177.7088623046875, 1680.67041015625, 835.6743774414062, 1329.448486328125, 376.83282470703125, 1081.9593505859375, 1260.306396484375, 1851.862548828125, 2040.97216796875, 954.1576538085938, 432.7055969238281, 1127.144775390625, 1937.4403076171875, 461.43133544921875, 376.0608215332031, 497.8100280761719, 415.0220642089844, 2897.5908203125, 2448.827392578125, 1509.1671142578125, 373.135009765625, 323.96929931640625, 431.8184814453125, 361.0989685058594, 2385.48291015625, 2610.765869140625, 776.9937744140625, 488.35137939453125, 473.8463439941406, 2388.8671875, 1755.2967529296875, 2134.293212890625, 1127.960693359375, 130.28659057617188, 2453.876708984375, 2204.862548828125, 2692.384521484375, 4870.59521484375, 4525.810546875, 4606.2333984375, 4848.25244140625, 4944.27685546875, 4528.39404296875, 3174.577392578125, 3670.256591796875, 3177.406005859375, 1395.8499755859375, 1640.9281005859375, 2352.41796875, 2135.087158203125, 102.57312774658203, 2399.791015625, 868.30712890625, 987.926025390625, 1341.86328125, 1326.289794921875, 333.3911437988281, 1843.0477294921875, 1975.9503173828125, 2333.221923828125, 609.9322509765625, 418.3985900878906, 1440.2650146484375, 1249.2237548828125, 1551.140380859375, 1309.4990234375, 2409.3427734375, 2877.31982421875, 2913.1875, 2259.77880859375, 314.17236328125, 1018.4157104492188, 1967.4571533203125, 433.2765808105469, 505.8931884765625, 482.8570251464844, 1517.3983154296875, 2444.60107421875, 2660.56982421875, 775.143310546875, 643.9177856445312, 3215.380615234375, 3690.13134765625, 826.4618530273438, 1788.427978515625, 3518.919189453125, 632.0911865234375, 2867.32861328125, 2048.222900390625, 4716.439453125, 4201.57275390625, 3326.61328125, 3018.347900390625, 3396.677490234375, 1803.904052734375, 1598.9981689453125, 1117.9385986328125, 773.2434692382812, 939.8960571289062, 845.46240234375, 1244.9818115234375, 852.5653076171875, 1761.8800048828125, 344.72509765625, 1920.923095703125, 2397.534912109375, 1441.1490478515625, 1834.42724609375, 827.2445068359375, 1285.5723876953125, 1501.06884765625, 2287.402587890625, 2611.13134765625, 1498.0546875, 1821.8309326171875, 1785.31591796875, 2723.185546875, 2844.88818359375, 2675.7392578125, 778.8679809570312, 1033.730224609375, 1987.9329833984375, 1258.08447265625, 1156.7724609375, 904.8041381835938, 1730.157958984375, 421.5903625488281, 1632.941650390625, 1571.5826416015625, 1179.8746337890625, 1397.9136962890625, 2028.05810546875, 1864.9921875, 546.9879150390625, 2161.07421875, 3112.035888671875, 2328.120849609375, 1071.092041015625, 2612.4794921875, 2484.05029296875, 1619.64111328125, 1800.8626708984375, 2383.786865234375, 2299.731201171875, 1461.875, 4256.79345703125, 3512.37939453125, 2620.086181640625, 1978.8153076171875, 3294.70458984375, 3381.215576171875, 3166.068359375, 4574.20654296875, 3875.964599609375, 1753.53857421875, 1310.1112060546875, 573.1409912109375, 3473.765869140625, 636.525390625, 434.61846923828125, 3064.661376953125, 3321.426513671875, 2841.15673828125, 2587.164794921875, 2775.97998046875, 2909.31201171875, 2623.087158203125, 2709.93505859375, 2664.01806640625, 1188.568359375, 730.5634765625, 977.7075805664062, 659.9300537109375, 1572.45361328125, 1055.80078125, 728.1461181640625, 902.9701538085938, 1374.5048828125, 310.0118713378906, 361.4107971191406, 1216.5330810546875, 496.49755859375, 2471.554931640625, 824.637939453125, 2330.46484375, 2274.568115234375, 2645.40283203125, 2599.4912109375, 1816.7138671875, 752.7568359375, 1820.582275390625, 2019.5738525390625, 3640.09619140625, 4850.7509765625, 4357.6416015625, 2637.736083984375, 1736.2296142578125, 1199.509765625, 2617.121337890625, 2681.72802734375, 2747.273193359375, 3480.72802734375, 1405.943359375, 4458.279296875, 2402.39501953125, 1896.4095458984375, 4410.62158203125, 4166.0419921875, 4236.1591796875, 2196.328857421875, 3168.649658203125, 3217.683837890625, 1175.97314453125, 950.1322021484375, 1721.419189453125, 3960.297119140625, 2210.00439453125, 1018.7440795898438, 2436.198974609375, 3136.155029296875, 3492.2958984375, 1878.7576904296875, 1623.5550537109375, 2062.3525390625, 2517.825439453125, 2994.150146484375, 1944.611083984375, 724.3657836914062, 1048.890380859375, 761.6944580078125, 854.73095703125, 1359.5853271484375, 901.179443359375, 370.7087707519531, 631.8845825195312, 680.4741821289062, 576.2052612304688, 491.0555419921875, 1594.0340576171875, 1726.8837890625, 2134.869140625, 2792.6875, 3608.0439453125, 3703.926025390625, 1895.1474609375, 1831.6082763671875, 3186.70751953125, 3779.352783203125, 3860.371826171875, 4701.74072265625, 4845.80712890625, 3579.132080078125, 2440.553466796875, 2052.804443359375, 2144.75439453125, 3310.300537109375, 3481.538330078125, 2911.9609375, 5194.1435546875, 4620.1298828125, 3545.499267578125, 4360.79296875, 5382.41162109375, 5249.125, 3931.523681640625, 1504.608154296875, 3753.74951171875, 4158.46875, 3518.191162109375, 2070.298828125, 742.3842163085938, 2671.8505859375, 2011.96337890625, 3710.711669921875, 2983.639892578125, 1483.1256103515625, 2803.45849609375, 2570.176025390625, 1708.3519287109375, 2350.1923828125, 4179.759765625, 1924.4212646484375, 163.58106994628906, 630.7236938476562, 588.9551391601562, 868.9971923828125, 1446.2281494140625, 1132.394287109375, 1323.0732421875, 522.0001831054688, 384.218017578125, 2121.2314453125, 3468.9873046875, 3223.50244140625, 3587.8212890625, 4007.48779296875, 3699.7041015625, 3550.09326171875, 3436.3271484375, 2874.010986328125, 2237.813232421875, 3783.90478515625, 4941.49169921875, 5239.36669921875, 4182.55908203125, 4501.095703125, 3862.80908203125, 2991.557861328125, 3525.443359375, 2928.94921875, 3596.528076171875, 3798.5458984375, 3002.00537109375, 3948.625244140625, 4319.853515625, 5161.79541015625, 5035.70751953125, 2607.158447265625, 1124.7667236328125, 2756.69140625, 2417.2080078125, 4489.076171875, 4564.01806640625, 779.1375732421875, 1533.5601806640625, 1773.42041015625, 1815.1883544921875, 4217.580078125, 4265.9970703125, 4245.169921875, 3698.7119140625, 4286.16796875, 3285.34423828125, 3823.719970703125, 3367.115966796875, 1800.7003173828125, 474.1783447265625, 2210.649169921875, 2308.974853515625, 511.6083068847656, 410.0745544433594, 413.858642578125, 771.1979370117188, 1320.65966796875, 1543.0791015625, 1540.5411376953125, 2099.162353515625, 2501.425048828125, 3823.565185546875, 3048.01953125, 2248.098388671875, 2297.247314453125, 2424.49658203125, 3278.837890625, 1764.6676025390625, 310.40966796875, 1177.9796142578125, 3578.34814453125, 1670.981689453125, 2438.814208984375, 3650.068359375, 1650.67333984375, 2873.8173828125, 2316.916259765625, 3571.90087890625, 2692.383056640625, 4322.57568359375, 5677.61865234375, 4757.83544921875, 4949.91064453125, 4546.1611328125, 4312.517578125, 1227.78662109375, 1104.529296875, 3028.39599609375, 4165.33984375, 3593.376220703125, 3607.313232421875, 1912.970703125, 3181.9951171875, 1556.7630615234375, 4253.44384765625, 5125.85693359375, 5007.451171875, 4067.47021484375, 3771.600341796875, 2330.09130859375, 4157.05712890625, 2378.957763671875, 979.664794921875, 1541.939697265625, 2387.707763671875, 1499.81982421875, 1365.8748779296875, 888.4861450195312, 392.56231689453125, 491.09808349609375, 1157.2158203125, 627.142822265625, 2078.09375, 3301.4599609375, 2794.114990234375, 2901.4140625, 2366.1064453125, 3686.96142578125, 2252.77978515625, 1419.2486572265625, 420.4452819824219, 2510.777587890625, 1701.4771728515625, 2974.078369140625, 2729.9580078125, 2174.3935546875, 1053.466064453125, 1810.680419921875, 3567.5595703125, 3204.203125, 2182.452392578125, 3244.97900390625, 2268.020263671875, 4476.2763671875, 5321.0419921875, 5201.66259765625, 3537.266845703125, 3119.823486328125, 2861.376708984375, 4196.39697265625, 4514.8984375, 3014.843505859375, 3652.0849609375, 3247.56494140625, 3358.9169921875, 2686.58837890625, 1715.407958984375, 3966.54296875, 5032.05029296875, 4639.8037109375, 3745.7783203125, 3138.873046875, 3780.78271484375, 3107.041259765625, 1533.579833984375, 1565.6998291015625, 1212.9720458984375, 734.0341796875, 454.5046081542969, 739.1141967773438, 1367.647705078125, 728.0845947265625, 490.1727294921875, 603.747802734375, 186.4118194580078, 1259.1663818359375, 3318.48974609375, 3069.43359375, 943.0809326171875, 2110.230712890625, 1312.5018310546875, 2164.912353515625, 1006.1823120117188, 2145.79638671875, 594.9720458984375, 1783.0228271484375, 3065.36474609375, 2329.723388671875, 3013.006103515625, 2726.1796875, 2733.072998046875, 3232.240234375, 2576.1728515625, 2189.54296875, 4783.25146484375, 3979.360107421875, 4463.44775390625, 3951.458251953125, 4562.7490234375, 4924.07861328125, 4946.4189453125, 4797.33935546875, 4413.50537109375, 4474.0986328125, 4376.15771484375, 4167.44091796875, 2300.961181640625, 1358.3861083984375, 3353.347900390625, 3986.91650390625, 4377.1650390625, 3966.072998046875, 3286.0439453125, 2452.8505859375, 1500.9949951171875, 2177.466064453125, 2808.404052734375, 1113.016845703125, 765.6307373046875, 574.6410522460938, 378.2359924316406, 1435.485107421875, 882.0558471679688, 154.2395782470703, 452.1072082519531, 1758.4378662109375, 1123.3109130859375, 707.2045288085938, 305.58929443359375, 1191.3931884765625, 1015.2412109375, 475.9515380859375, 495.8684387207031, 840.395751953125, 1650.2230224609375, 2057.617919921875, 2438.481201171875, 1615.3382568359375, 1518.795166015625, 2033.6927490234375, 1785.2706298828125, 1407.7935791015625, 2196.964111328125, 1881.265380859375, 1552.1724853515625, 3821.016845703125, 3808.39697265625, 3687.992919921875, 5096.79736328125, 5039.37939453125, 4692.44384765625, 4954.0224609375, 4360.490234375, 4926.76806640625, 4826.720703125, 3633.612548828125, 2268.420166015625, 3977.56298828125, 2009.1309814453125, 3730.7412109375, 2116.206787109375, 2014.707763671875, 1155.6068115234375, 2822.9892578125, 700.1614379882812, 945.8530883789062, 1334.913818359375, 1444.326171875, 1109.6651611328125, 1160.1116943359375, 1073.34033203125, 770.1038208007812, 344.48681640625, 368.3698425292969, 1015.5457153320312, 588.7117919921875, 335.413818359375, 276.8387451171875, 1344.90087890625, 2753.737060546875, 720.3988037109375, 128.7713165283203, 782.3614501953125, 1629.7216796875, 2295.814453125, 1923.954833984375, 1017.3800048828125, 90.1375732421875, 280.7586669921875, 2507.95458984375, 3618.129150390625, 4131.24365234375, 4688.751953125, 3103.7109375, 2544.84765625, 544.3825073242188, 2789.485595703125, 2338.053466796875, 2223.007568359375, 3466.32470703125, 3293.77978515625, 674.1744384765625, 3563.58642578125, 2529.371337890625, 2768.5439453125, 2254.740234375, 703.1759033203125, 332.09716796875, 1060.8709716796875, 527.466552734375, 1334.8778076171875, 2430.045654296875, 1636.734130859375, 313.65240478515625, 350.796630859375, 670.41064453125, 1482.298583984375, 79.05058288574219, 82.4438705444336, 79.2795181274414, 228.09510803222656, 425.98883056640625, 344.9052734375, 332.1976013183594, 1898.1572265625, 2602.35498046875, 2437.438720703125, 2015.330810546875, 1194.423095703125, 913.59326171875, 205.50949096679688, 1696.1912841796875, 1026.1060791015625, 3535.840087890625, 2833.879638671875, 2448.2255859375, 1675.5218505859375, 1336.2919921875, 1283.4967041015625, 748.7733154296875, 2941.52587890625, 1741.755126953125, 2070.270263671875, 3686.730712890625, 3989.98876953125, 3075.906494140625, 3464.58740234375, 2204.687744140625, 1208.3353271484375, 1321.5701904296875, 646.0968017578125, 365.8238830566406, 197.17889404296875, 183.94593811035156, 868.067626953125, 1725.3580322265625, 1437.301025390625, 986.6015014648438, 1663.7664794921875, 462.7577819824219, 437.70770263671875, 3378.912841796875, 2887.25390625, 2085.2646484375, 117.07146453857422, 418.02423095703125, 524.862548828125, 429.1896667480469, 695.102294921875, 357.03912353515625, 720.100341796875, 536.9458618164062, 1064.2713623046875, 1453.7589111328125, 1237.2969970703125, 1470.36279296875, 1945.8505859375, 3568.489013671875, 3448.4326171875, 4618.177734375, 4173.65869140625, 1838.4996337890625, 452.0507507324219, 392.2705993652344, 1288.523193359375, 2531.84423828125, 1825.1026611328125, 424.607421875, 188.8681182861328, 1960.5994873046875, 2269.0888671875, 2397.15185546875, 740.7246704101562, 2118.436279296875, 765.1137084960938, 702.586181640625, 1626.2801513671875, 2070.156005859375, 2594.531982421875, 389.3512268066406, 1180.1500244140625, 300.0202941894531, 1474.3958740234375, 2491.6982421875, 3378.3984375, 1885.1312255859375, 1369.52587890625, 945.7460327148438, 595.9741821289062, 1031.2415771484375, 1022.1631469726562, 336.85809326171875, 751.0252075195312, 514.3722534179688, 1219.871337890625, 1215.6783447265625, 3513.510009765625, 4126.2734375, 3053.77392578125, 1010.9653930664062, 2046.398193359375, 2859.9013671875, 579.5623779296875, 376.0864562988281, 2133.25732421875, 1198.908935546875, 1541.5223388671875, 365.0483703613281, 1260.7945556640625, 1962.5550537109375, 1527.6507568359375, 2002.280517578125, 470.85113525390625, 1039.71044921875, 862.23876953125, 2622.63671875, 2215.41015625, 873.5833129882812, 624.963134765625, 399.4890441894531, 1020.0671997070312, 3261.3759765625, 4506.35400390625, 3719.08740234375, 779.1159057617188, 332.41864013671875, 488.9375305175781, 850.7229614257812, 1727.614501953125, 956.9071655273438, 931.4974975585938, 1738.171630859375, 476.5958251953125, 399.90032958984375, 1843.241943359375, 425.92144775390625, 2201.960693359375, 662.7041625976562, 3121.207763671875, 2493.80419921875, 1104.5157470703125, 714.1940307617188, 828.6626586914062, 363.5803527832031, 1189.6859130859375, 2296.0625, 3371.583984375, 3133.966796875, 344.9455871582031, 1283.9874267578125, 1199.508544921875, 1310.459716796875, 2482.398681640625, 2094.926025390625, 1824.5987548828125, 1304.8956298828125, 504.6006774902344, 982.7695922851562, 1889.9810791015625, 2818.769775390625, 3137.896240234375, 719.8289794921875, 304.15130615234375, 2887.082763671875, 2149.780517578125, 457.02777099609375, 358.666748046875, 519.8335571289062, 385.846435546875, 512.5136108398438, 1390.7249755859375, 1317.7978515625, 1324.8740234375, 1466.1148681640625, 1939.7132568359375, 3545.151611328125, 2146.425537109375, 370.62322998046875, 1993.9166259765625, 646.4657592773438, 480.49224853515625, 1160.72607421875, 2331.198974609375, 2010.455810546875, 1888.6475830078125, 423.3053894042969, 1396.5111083984375, 2161.235595703125, 2995.9755859375, 1631.9481201171875, 924.1527709960938, 1111.1068115234375, 488.4350280761719, 764.91455078125, 422.6573181152344, 836.1084594726562, 1441.9925537109375, 1064.0494384765625, 1580.435546875, 847.4800415039062, 1803.314697265625, 1079.0445556640625, 3176.581298828125, 1614.913330078125, 1783.551513671875, 3436.007080078125, 1638.5267333984375, 2370.4384765625, 704.1990966796875, 779.8163452148438, 1105.53466796875, 1111.1474609375, 412.3269958496094, 510.53619384765625, 631.4332275390625, 350.6331481933594, 1878.2420654296875, 1705.9134521484375, 1635.194580078125, 328.3519592285156, 347.8937683105469, 1095.8765869140625, 1177.637939453125, 2447.52099609375, 2432.7646484375, 1747.7138671875, 464.1935729980469, 468.0658264160156, 1067.242919921875, 1698.0206298828125, 682.110595703125, 776.2319946289062, 472.50103759765625, 735.4384765625, 546.0852661132812, 637.4479370117188, 559.9501342773438, 627.369384765625, 1022.8032836914062, 416.7673034667969, 988.3090209960938, 1102.8438720703125, 2084.6318359375, 2130.59619140625, 541.8434448242188, 336.2800598144531, 952.6785278320312, 446.24798583984375, 628.0584716796875, 1048.6502685546875, 2135.92626953125, 579.05224609375, 1316.87158203125, 514.0509643554688, 922.072509765625, 417.5347595214844, 1296.302490234375, 876.252197265625, 992.7702026367188, 1107.1282958984375, 529.4386596679688, 1527.0924072265625, 312.4510192871094, 396.824951171875, 1458.099609375, 2498.1904296875, 1712.8924560546875, 1686.52490234375, 522.0760498046875, 991.0856323242188, 781.21142578125, 320.0126953125, 654.8569946289062, 385.7906799316406, 708.1953735351562, 758.2001953125, 754.574951171875, 389.9291076660156, 361.030029296875]\n", - "1097\n", - "838\n", - "70\n", - "[706.5883178710938, 372.28411865234375, 1031.6920166015625, 467.8455810546875, 1113.233642578125, 1558.8648681640625, 386.2046813964844, 957.7644653320312, 404.7166748046875, 1373.98046875, 3640.305908203125, 3339.015869140625, 2553.313232421875, 2765.65185546875, 1539.1920166015625, 3731.33349609375, 4278.697265625, 2782.778076171875, 1520.5179443359375, 1028.6119384765625, 426.2303161621094, 421.00848388671875, 3156.29638671875, 4894.5498046875, 3645.45166015625, 1584.9908447265625, 2242.2861328125, 584.5128784179688, 1016.6314697265625, 1026.595947265625, 4520.6337890625, 4292.12109375, 4180.42138671875, 3540.0693359375, 610.24658203125, 973.4107055664062, 1239.491455078125, 1021.1025390625, 1183.1370849609375, 785.4843139648438, 2866.35400390625, 3289.127685546875, 3755.723388671875, 4225.42529296875, 4050.607666015625, 3153.49853515625, 1782.033447265625, 2006.0701904296875, 3814.484130859375, 3187.526123046875, 920.5647583007812, 2658.94140625, 2931.799560546875, 1769.409912109375, 2492.908935546875, 1244.6529541015625, 1363.9017333984375, 699.4795532226562, 1297.719970703125, 1264.15087890625, 2787.198974609375, 1431.921875, 372.2318115234375, 601.50537109375, 683.854736328125, 1336.949462890625, 805.769775390625, 570.5103759765625, 550.4197387695312, 389.940673828125]\n", - "70\n", - "839\n", - "60\n", - "[1057.21875, 389.8844299316406, 506.82769775390625, 396.34033203125, 646.266357421875, 385.4808044433594, 856.561767578125, 689.8937377929688, 708.405517578125, 1086.605712890625, 836.2510986328125, 378.1039123535156, 1112.1763916015625, 536.770751953125, 788.7426147460938, 1286.5135498046875, 1994.4779052734375, 1241.0108642578125, 1032.3892822265625, 409.6322021484375, 421.6915283203125, 557.9905395507812, 469.0648193359375, 316.27099609375, 1022.439453125, 422.7398376464844, 885.9158325195312, 1529.1768798828125, 1726.26611328125, 1108.60791015625, 1007.5110473632812, 505.939697265625, 1667.685791015625, 2392.166015625, 4192.71142578125, 2301.565673828125, 759.2276611328125, 309.80157470703125, 467.06268310546875, 485.1895751953125, 712.0462036132812, 2617.87451171875, 2500.167236328125, 1885.941650390625, 1226.7860107421875, 1273.9840087890625, 591.4118041992188, 1774.648193359375, 2039.9688720703125, 528.38818359375, 1338.335693359375, 701.06396484375, 692.3065795898438, 1256.3551025390625, 979.3736572265625, 483.86993408203125, 876.84130859375, 308.7781066894531, 613.576416015625, 446.521728515625]\n", - "60\n", - "840\n", - "14\n", - "[926.2617797851562, 769.9072875976562, 1494.593994140625, 2076.889404296875, 1034.2589111328125, 841.1615600585938, 380.538818359375, 321.8578186035156, 2240.992919921875, 1620.0401611328125, 382.0372619628906, 484.9857177734375, 762.2760009765625, 362.79864501953125]\n", - "14\n", - "841\n", - "19\n", - "[760.49072265625, 952.4456787109375, 674.1431884765625, 487.023193359375, 751.5946044921875, 1290.8062744140625, 1965.4859619140625, 1677.9593505859375, 942.1019287109375, 656.616943359375, 372.7613830566406, 385.72979736328125, 633.9699096679688, 632.513427734375, 412.7240905761719, 964.4896240234375, 672.633544921875, 508.8013000488281, 511.900390625]\n", - "19\n", - "842\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[2810.9365234375, 3060.750244140625, 659.745361328125, 1318.0220947265625, 1710.70556640625, 570.2664184570312]\n", - "6\n", - "843\n", - "12\n", - "[528.1491088867188, 552.6070556640625, 399.23175048828125, 861.7232055664062, 2073.03955078125, 1508.8731689453125, 315.4813232421875, 2032.3531494140625, 2043.021728515625, 350.0445556640625, 419.5779724121094, 875.9902954101562]\n", - "12\n", - "844\n", - "6\n", - "[1098.2490234375, 512.6783447265625, 1030.3162841796875, 378.9339294433594, 680.4269409179688, 2240.440185546875]\n", - "6\n", - "845\n", - "30\n", - "[451.9093933105469, 592.357177734375, 354.9831848144531, 553.6998291015625, 713.7178344726562, 382.6899108886719, 369.4178771972656, 542.6434936523438, 1264.3443603515625, 728.4651489257812, 772.088134765625, 346.67340087890625, 709.919677734375, 1147.639892578125, 449.06109619140625, 416.4244079589844, 681.3096923828125, 642.1566772460938, 418.2613525390625, 1360.3486328125, 658.114990234375, 754.2994995117188, 691.7892456054688, 470.2548828125, 836.6014404296875, 327.0380859375, 464.2125244140625, 513.6736450195312, 302.8649597167969, 511.5227355957031]\n", - "30\n", - "846\n", - "24\n", - "[369.6434020996094, 1116.1004638671875, 623.162353515625, 533.9298095703125, 665.2831420898438, 413.258544921875, 1728.525634765625, 916.919189453125, 359.05718994140625, 834.4865112304688, 1304.606689453125, 758.0335693359375, 868.095458984375, 732.2171630859375, 986.9346313476562, 345.8074645996094, 384.7406921386719, 327.5491943359375, 433.9323425292969, 352.4551696777344, 700.4788208007812, 1288.054931640625, 2192.490234375, 951.1421508789062]\n", - "24\n", - "847\n", - "20\n", - "[313.9996643066406, 579.311767578125, 931.4801025390625, 763.1339111328125, 746.144287109375, 983.87548828125, 706.9111328125, 393.9579162597656, 1052.145263671875, 2103.7763671875, 2687.049560546875, 646.6219482421875, 493.1073303222656, 1033.28369140625, 706.60693359375, 380.1439208984375, 858.8868408203125, 457.42266845703125, 993.6774291992188, 301.33349609375]\n", - "20\n", - "848\n", - "14\n", - "[436.1791687011719, 346.4501647949219, 1114.5115966796875, 1127.92529296875, 422.03076171875, 575.0307006835938, 373.8642272949219, 554.319580078125, 1450.4793701171875, 310.10498046875, 401.0389709472656, 351.5340270996094, 334.7119445800781, 389.0265808105469]\n", - "14\n", - "849\n", - "15\n", - "[330.5609130859375, 688.8513793945312, 414.8642883300781, 549.8837890625, 335.92120361328125, 1535.8909912109375, 2458.560791015625, 1497.1121826171875, 1834.4990234375, 925.0411987304688, 514.4002685546875, 2057.30810546875, 2029.760498046875, 2244.189453125, 692.1377563476562]\n", - "15\n", - "850\n", - "7\n", - "[931.8865356445312, 1169.5352783203125, 2333.39892578125, 459.361083984375, 985.9474487304688, 3038.551025390625, 434.4705810546875]\n", - "7\n", - "851\n", - "16\n", - "[407.2520446777344, 714.8635864257812, 1883.1324462890625, 2244.50146484375, 1148.7476806640625, 2089.957763671875, 869.0083618164062, 1297.16357421875, 2907.560302734375, 1344.18798828125, 747.9969482421875, 2241.68212890625, 1154.9400634765625, 450.9078063964844, 854.04443359375, 742.4268188476562]\n", - "16\n", - "852\n", - "27\n", - "[1082.8197021484375, 1024.12646484375, 701.8133544921875, 665.26513671875, 333.8950500488281, 385.6608581542969, 1494.7928466796875, 1301.9793701171875, 848.6604614257812, 1057.9420166015625, 2154.169921875, 330.3990173339844, 549.7495727539062, 1888.0181884765625, 1508.1873779296875, 1577.8797607421875, 648.756103515625, 341.6537780761719, 595.675048828125, 901.8369140625, 1356.7335205078125, 974.1666870117188, 367.9046936035156, 581.3433227539062, 461.75921630859375, 716.7413330078125, 367.7854309082031]\n", - "27\n", - "853\n", - "42\n", - "[458.6999816894531, 499.8642883300781, 539.5953369140625, 904.3836669921875, 625.0490112304688, 342.1553039550781, 508.0245666503906, 334.0965576171875, 930.1465454101562, 2026.510498046875, 1141.3831787109375, 2076.236328125, 751.906982421875, 401.674072265625, 651.0972290039062, 331.2210998535156, 852.3968505859375, 455.621826171875, 317.12591552734375, 445.2697448730469, 1203.8118896484375, 2418.9248046875, 1426.7666015625, 447.5326843261719, 1071.5394287109375, 1833.12548828125, 1821.0279541015625, 815.8408203125, 1178.3687744140625, 546.92919921875, 825.6619262695312, 948.8905639648438, 320.0932312011719, 263.7533264160156, 1534.7257080078125, 235.22158813476562, 739.197998046875, 684.5834350585938, 729.5399780273438, 577.1636352539062, 511.33587646484375]\n", - "41\n", - "854\n", - "11\n", - "[373.0757141113281, 508.0560607910156, 1025.6939697265625, 1513.2667236328125, 1454.7857666015625, 1168.3626708984375, 2151.72119140625, 1566.0645751953125, 825.4430541992188, 507.9001770019531, 753.90478515625]\n", - "11\n", - "855\n", - "11\n", - "[425.4371032714844, 379.709716796875, 672.717529296875, 566.0286865234375, 376.7444152832031, 719.912109375, 724.993896484375, 533.30078125, 341.7848205566406, 482.6855773925781, 349.57611083984375]\n", - "11\n", - "856\n", - "11\n", - "[413.6455993652344, 556.469970703125, 1460.663330078125, 1233.1917724609375, 1493.0260009765625, 1455.3480224609375, 382.59405517578125, 1574.64501953125, 1553.240966796875, 740.4636840820312, 683.7757568359375]\n", - "11\n", - "857\n", - "31\n", - "[895.2147827148438, 685.6318969726562, 957.1232299804688, 736.366455078125, 1476.173095703125, 536.955810546875, 692.1815795898438, 1563.4732666015625, 1596.394287109375, 882.3949584960938, 392.8284606933594, 582.7574462890625, 932.879150390625, 1371.630859375, 745.7169189453125, 494.3074035644531, 411.4831848144531, 1190.8359375, 337.15606689453125, 309.6614685058594, 396.3269958496094, 325.97491455078125, 411.33001708984375, 352.5723876953125, 613.5098876953125, 1238.072021484375, 337.15850830078125, 549.2650146484375, 500.7136535644531, 675.8729858398438, 571.1337890625]\n", - "31\n", - "858\n", - "10\n", - "[419.9827880859375, 526.9855346679688, 467.4259033203125, 1197.745849609375, 2164.165771484375, 1257.7396240234375, 394.6522216796875, 1082.42333984375, 691.39208984375, 1055.39208984375]\n", - "10\n", - "859\n", - "11\n", - "[942.8163452148438, 2206.814453125, 1774.031494140625, 2153.384033203125, 441.3753967285156, 1048.4351806640625, 2877.103271484375, 3144.16162109375, 2649.546142578125, 1258.4044189453125, 358.8099365234375]\n", - "11\n", - "860\n", - "20\n", - "[659.882080078125, 790.93359375, 826.98291015625, 2381.509033203125, 2449.80615234375, 460.7201843261719, 471.50396728515625, 1071.089111328125, 1363.1895751953125, 1923.2342529296875, 346.3572692871094, 700.1224365234375, 864.4199829101562, 950.1613159179688, 507.52545166015625, 713.7174682617188, 608.7784423828125, 333.6131896972656, 464.1596984863281, 629.3797607421875]\n", - "20\n", - "861\n", - "9\n", - "[1274.9071044921875, 639.2765502929688, 1924.890869140625, 939.3411865234375, 787.130615234375, 335.09515380859375, 352.0508728027344, 776.9918212890625, 358.6457824707031]\n", - "9\n", - "862\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "33\n", - "[540.36474609375, 322.2547302246094, 552.5055541992188, 524.145263671875, 518.8914184570312, 968.5213623046875, 631.36865234375, 1786.761962890625, 483.579345703125, 1477.9505615234375, 2161.170654296875, 2036.22900390625, 1892.056396484375, 2287.577392578125, 519.0160522460938, 1193.687744140625, 1598.53466796875, 2939.546875, 3450.197021484375, 3397.155029296875, 2472.24267578125, 2417.4365234375, 2395.933349609375, 2113.1923828125, 1642.918212890625, 687.1905517578125, 486.4158935546875, 1225.041259765625, 1766.8187255859375, 538.9373168945312, 1078.0313720703125, 887.7574462890625, 441.4049377441406]\n", - "33\n", - "863\n", - "90\n", - "[594.776611328125, 324.86932373046875, 1285.0093994140625, 3709.626220703125, 840.1928100585938, 327.7270202636719, 209.02676391601562, 1319.0418701171875, 985.9395141601562, 594.285400390625, 382.7126770019531, 1067.9622802734375, 1714.0213623046875, 3005.619873046875, 1875.7427978515625, 418.5967102050781, 768.9112548828125, 531.128173828125, 2138.04052734375, 2983.2685546875, 1613.9361572265625, 1130.1654052734375, 1362.837646484375, 2474.85546875, 1623.2271728515625, 1006.1181030273438, 1255.6390380859375, 2176.862548828125, 2604.755126953125, 2410.087646484375, 2296.705810546875, 1856.3199462890625, 1730.50146484375, 3844.088623046875, 3404.68505859375, 1126.6605224609375, 379.5338134765625, 1505.8731689453125, 1599.84619140625, 3772.57568359375, 3591.64404296875, 3840.952392578125, 3719.69189453125, 3755.58056640625, 3163.49169921875, 3898.205322265625, 3366.349609375, 4461.46728515625, 4029.583251953125, 3934.38232421875, 2306.337158203125, 522.588134765625, 2677.132568359375, 3882.79736328125, 3467.2236328125, 3342.841064453125, 3679.282958984375, 3676.18896484375, 2888.2470703125, 4345.5205078125, 3582.286865234375, 3353.766357421875, 3106.423095703125, 1504.84814453125, 331.0664978027344, 522.4464721679688, 390.82757568359375, 1143.18310546875, 403.6942443847656, 1693.6065673828125, 3452.31640625, 3483.500732421875, 3941.16015625, 4029.28564453125, 3299.64990234375, 1466.8621826171875, 1238.8802490234375, 322.6729431152344, 362.1278991699219, 1646.0413818359375, 2050.9921875, 707.7898559570312, 824.8322143554688, 1010.624267578125, 1133.1741943359375, 375.2212829589844, 2865.16357421875, 1111.1251220703125, 564.9953002929688]\n", - "89\n", - "864\n", - "38\n", - "[542.2258911132812, 369.326416015625, 735.1885986328125, 530.2676391601562, 432.7025451660156, 2293.55322265625, 1335.0013427734375, 1258.736083984375, 425.1950378417969, 525.8817138671875, 1057.6961669921875, 3604.75390625, 3995.546630859375, 2816.15576171875, 311.38763427734375, 659.2474975585938, 962.60888671875, 943.9351196289062, 2321.54541015625, 4152.66259765625, 3815.64453125, 2418.32763671875, 751.3382568359375, 634.79833984375, 710.368896484375, 1148.1474609375, 2675.3427734375, 2876.896728515625, 981.3058471679688, 1005.7735595703125, 912.1682739257812, 1538.8756103515625, 1022.034423828125, 631.7554931640625, 305.9596252441406, 505.35272216796875, 749.1663818359375, 1290.739013671875]\n", - "38\n", - "865\n", - "17\n", - "[393.56207275390625, 622.9407958984375, 477.9658203125, 301.3105163574219, 485.58905029296875, 746.0816040039062, 459.5534973144531, 762.9168090820312, 1059.6395263671875, 823.677978515625, 438.6705627441406, 416.6068115234375, 737.411376953125, 953.0266723632812, 546.4922485351562, 387.8232116699219, 361.8619689941406]\n", - "17\n", - "866\n", - "19\n", - "[531.7522583007812, 450.82586669921875, 1825.4481201171875, 382.6830139160156, 908.1837768554688, 1370.6063232421875, 735.39599609375, 659.4422607421875, 678.5703735351562, 690.990234375, 599.883544921875, 428.511962890625, 1217.77392578125, 1352.418212890625, 1711.763916015625, 829.3226928710938, 993.0120239257812, 1358.360107421875, 664.629150390625]\n", - "19\n", - "867\n", - "19\n", - "[445.6331787109375, 339.8109130859375, 754.1831665039062, 2039.7752685546875, 412.77239990234375, 362.2359619140625, 387.94525146484375, 612.9017333984375, 1729.69091796875, 1361.468017578125, 571.2128295898438, 487.86627197265625, 335.011474609375, 486.3288269042969, 421.39935302734375, 525.5299682617188, 336.7485046386719, 359.94110107421875, 327.8678283691406]\n", - "19\n", - "868\n", - "17\n", - "[1518.4254150390625, 1804.1297607421875, 415.299072265625, 1381.76611328125, 3507.834716796875, 1207.4578857421875, 475.0040588378906, 1116.0301513671875, 890.0270385742188, 2865.420654296875, 2182.49462890625, 999.4528198242188, 443.64447021484375, 600.8925170898438, 766.4380493164062, 1636.742431640625, 617.7901000976562]\n", - "17\n", - "869\n", - "24\n", - "[478.23785400390625, 462.2979736328125, 1410.2310791015625, 608.9364624023438, 917.45361328125, 1370.50634765625, 1239.499267578125, 1120.9122314453125, 2860.472900390625, 671.99853515625, 819.2704467773438, 1570.8563232421875, 1351.6817626953125, 5295.60400390625, 2769.200439453125, 844.1970825195312, 900.6060791015625, 674.4324340820312, 4304.29736328125, 4067.092041015625, 398.3494873046875, 358.9402770996094, 500.0392761230469, 473.6886901855469]\n", - "24\n", - "870\n", - "11\n", - "[408.518798828125, 352.2530517578125, 454.9846496582031, 564.1126098632812, 657.7117309570312, 1308.9423828125, 614.6134033203125, 505.1389465332031, 1069.3773193359375, 598.2606201171875, 521.7843627929688]\n", - "11\n", - "871\n", - "6\n", - "[1665.804443359375, 1402.420166015625, 384.4225769042969, 1787.2301025390625, 1311.3095703125, 432.0018615722656]\n", - "6\n", - "872\n", - "12\n", - "[1282.47607421875, 668.5426025390625, 357.7321472167969, 1318.966552734375, 2958.41943359375, 3209.65625, 1489.9832763671875, 597.7242431640625, 2085.2294921875, 1254.55712890625, 686.2295532226562, 726.256591796875]\n", - "12\n", - "873\n", - "8\n", - "[404.7616271972656, 772.592041015625, 1391.387939453125, 303.18658447265625, 381.4292907714844, 1835.3154296875, 427.4549865722656, 878.4202880859375]\n", - "8\n", - "874\n", - "7\n", - "[958.0827026367188, 1094.601318359375, 749.9033203125, 753.1734008789062, 745.5502319335938, 712.495361328125, 781.24462890625]\n", - "7\n", - "875\n", - "19\n", - "[885.179931640625, 628.5991821289062, 1155.65625, 364.8553771972656, 1421.010498046875, 795.1248168945312, 2067.408447265625, 1882.156982421875, 330.4029541015625, 1763.882568359375, 2415.36181640625, 2201.816650390625, 361.3963317871094, 436.8618469238281, 512.0106201171875, 572.4172973632812, 672.1884155273438, 593.8562622070312, 487.0611572265625]\n", - "19\n", - "876\n", - "45\n", - "[374.0874938964844, 716.0126953125, 303.840087890625, 559.373046875, 453.1395568847656, 513.5614013671875, 1011.943359375, 870.0318603515625, 332.77386474609375, 363.446044921875, 980.6041259765625, 1202.9139404296875, 545.8107299804688, 406.7910461425781, 458.7032775878906, 1048.64208984375, 2255.50634765625, 1488.0399169921875, 699.9047241210938, 670.0590209960938, 609.05712890625, 457.72967529296875, 303.58685302734375, 544.7137451171875, 1978.6177978515625, 2531.360107421875, 996.9625854492188, 656.3812255859375, 672.0779418945312, 431.4690856933594, 445.5663757324219, 627.9109497070312, 1338.07080078125, 637.6499633789062, 481.7504577636719, 1003.8059692382812, 393.2369689941406, 219.0614013671875, 491.7606506347656, 545.7402954101562, 541.1949462890625, 335.0118713378906, 561.71923828125, 937.5399780273438, 921.374267578125]\n", - "45\n", - "877\n", - "10\n", - "[325.6307067871094, 803.5374755859375, 705.080810546875, 1277.7264404296875, 527.75048828125, 606.1599731445312, 1806.219970703125, 811.5732421875, 1190.062255859375, 392.8914489746094]\n", - "10\n", - "878\n", - "60\n", - "[583.6664428710938, 493.73968505859375, 677.5211791992188, 1008.3997192382812, 564.5131225585938, 620.3276977539062, 366.8793640136719, 332.9178466796875, 484.03558349609375, 333.94329833984375, 505.1470947265625, 1031.2783203125, 667.9005126953125, 1075.326171875, 380.3243408203125, 441.0992431640625, 1135.3134765625, 1781.6744384765625, 1344.1331787109375, 329.0825500488281, 657.6964721679688, 118.71974182128906, 712.0868530273438, 904.82373046875, 1110.0040283203125, 1221.3697509765625, 1126.439697265625, 443.6896057128906, 638.551513671875, 916.3151245117188, 766.8436889648438, 861.0037231445312, 4041.721435546875, 3138.572265625, 2528.180419921875, 3233.023681640625, 1170.370849609375, 1744.8524169921875, 460.8615417480469, 363.0035095214844, 487.4869384765625, 1758.3155517578125, 3203.315673828125, 3996.3798828125, 3505.659423828125, 595.3294067382812, 462.142333984375, 612.7614135742188, 399.57208251953125, 2786.483154296875, 2138.8369140625, 1360.79052734375, 1112.45654296875, 969.2279663085938, 370.47296142578125, 391.20501708984375, 1709.72802734375, 2066.57080078125, 1051.6650390625, 372.9567565917969]\n", - "60\n", - "879\n", - "13\n", - "[905.9964599609375, 789.8817749023438, 907.4882202148438, 1121.3590087890625, 1855.3984375, 779.1181640625, 397.8338317871094, 406.5051574707031, 1541.3092041015625, 906.0984497070312, 564.6393432617188, 323.1382751464844, 897.5479736328125]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "880\n", - "11\n", - "[393.2626037597656, 474.4099426269531, 381.11004638671875, 714.0361938476562, 741.2442626953125, 496.6999206542969, 736.9102783203125, 656.1626586914062, 824.2164916992188, 687.2421875, 350.67041015625]\n", - "11\n", - "881\n", - "24\n", - "[541.4722290039062, 325.1636657714844, 322.3679504394531, 599.2437744140625, 775.9540405273438, 682.6607055664062, 656.1748046875, 816.5501098632812, 1431.177490234375, 1085.964599609375, 378.84893798828125, 509.0900573730469, 1759.20263671875, 1378.2423095703125, 1901.2559814453125, 484.8656005859375, 483.4311828613281, 648.1829833984375, 668.8834838867188, 413.28643798828125, 433.3063659667969, 355.2429504394531, 651.0115966796875, 461.75360107421875]\n", - "24\n", - "882\n", - "7\n", - "[513.8098754882812, 924.6420288085938, 1008.1648559570312, 974.8735961914062, 812.5001831054688, 1935.259033203125, 857.1868286132812]\n", - "7\n", - "883\n", - "26\n", - "[565.1686401367188, 421.1543273925781, 962.726318359375, 671.7601318359375, 1088.68115234375, 3179.66162109375, 2819.533203125, 1229.5386962890625, 417.4552001953125, 1197.4542236328125, 2913.18017578125, 3512.60888671875, 2675.23388671875, 1083.7520751953125, 497.9108581542969, 648.7197265625, 2599.803466796875, 2976.865478515625, 1646.0218505859375, 330.32147216796875, 2893.7216796875, 662.7689819335938, 2326.788330078125, 668.8682250976562, 2230.03857421875, 722.8934936523438]\n", - "26\n", - "884\n", - "34\n", - "[603.2694091796875, 310.0303039550781, 456.9208984375, 963.310791015625, 1565.00390625, 417.0287170410156, 349.5198059082031, 463.2353515625, 640.55908203125, 1484.99658203125, 897.6343994140625, 1017.8037109375, 675.432373046875, 1258.3826904296875, 358.1394348144531, 795.8724975585938, 1664.5152587890625, 2714.715087890625, 4078.480224609375, 3520.251708984375, 1159.115966796875, 300.58758544921875, 1929.514404296875, 4379.89404296875, 2607.618408203125, 2324.68115234375, 1031.8568115234375, 434.71661376953125, 593.232177734375, 1631.912841796875, 2475.08447265625, 1033.6622314453125, 488.76373291015625, 483.89532470703125]\n", - "34\n", - "885\n", - "10\n", - "[536.7251586914062, 1145.283447265625, 1396.883544921875, 382.7825622558594, 2892.30810546875, 3310.103515625, 829.4443969726562, 353.0234680175781, 1055.5531005859375, 617.0361328125]\n", - "10\n", - "886\n", - "10\n", - "[550.15087890625, 448.9807434082031, 3016.355224609375, 1068.9071044921875, 1884.699462890625, 484.3623962402344, 1263.2938232421875, 1481.622314453125, 458.672607421875, 1307.0185546875]\n", - "10\n", - "887\n", - "11\n", - "[1861.4063720703125, 1871.0933837890625, 836.3589477539062, 424.5491638183594, 693.7470092773438, 370.7333068847656, 342.5586853027344, 446.67291259765625, 504.77740478515625, 550.773193359375, 457.64404296875]\n", - "11\n", - "888\n", - "7\n", - "[532.1376342773438, 672.0264892578125, 717.8883666992188, 2193.320068359375, 1241.619873046875, 782.6898803710938, 793.9434204101562]\n", - "7\n", - "889\n", - "108\n", - "[432.0702209472656, 419.0293273925781, 383.041259765625, 564.2700805664062, 775.01171875, 623.084716796875, 528.0709838867188, 311.0895690917969, 496.00360107421875, 991.2973022460938, 612.0812377929688, 314.281982421875, 356.6620788574219, 485.380126953125, 586.0307006835938, 474.90216064453125, 430.5141296386719, 481.9631042480469, 461.16357421875, 838.6771240234375, 214.01864624023438, 187.1156768798828, 395.3896179199219, 504.9664306640625, 968.590576171875, 206.0120086669922, 438.20318603515625, 643.530029296875, 1064.02197265625, 536.7818603515625, 430.2359313964844, 821.125244140625, 1525.0670166015625, 1186.72412109375, 1623.55224609375, 1761.1461181640625, 1678.82421875, 2521.2822265625, 5489.5322265625, 5999.189453125, 4656.31591796875, 3081.863525390625, 1515.6553955078125, 565.0074462890625, 330.97564697265625, 427.12469482421875, 534.8925170898438, 3594.421875, 5375.0830078125, 7038.88525390625, 6539.404296875, 3699.251708984375, 1548.81103515625, 1018.74853515625, 665.7537841796875, 492.1396179199219, 4211.34130859375, 6398.69091796875, 6954.77392578125, 6091.8359375, 4526.482421875, 5124.30224609375, 3429.386962890625, 718.7123413085938, 320.61712646484375, 511.9490051269531, 349.9058837890625, 411.150390625, 1486.0799560546875, 3628.327392578125, 7018.62841796875, 6088.890625, 4930.93603515625, 5781.99169921875, 4303.21826171875, 1782.79052734375, 856.603271484375, 4407.87939453125, 5870.6669921875, 4769.79052734375, 4677.2099609375, 3978.05517578125, 1626.131103515625, 1269.6966552734375, 311.36883544921875, 582.2688598632812, 2420.202392578125, 4528.380859375, 1668.5421142578125, 2079.10595703125, 3642.22509765625, 3406.440673828125, 696.5759887695312, 795.808837890625, 1816.9622802734375, 2742.165283203125, 2890.18994140625, 929.3915405273438, 1270.7071533203125, 713.6737670898438, 431.3021240234375, 642.5990600585938, 474.9989013671875, 627.12109375, 1239.0047607421875, 1550.2164306640625, 311.1083984375, 345.20751953125]\n", - "108\n", - "890\n", - "8\n", - "[336.1557922363281, 813.7698364257812, 304.5965881347656, 661.8845825195312, 2017.03857421875, 1106.860107421875, 898.3609008789062, 559.5111083984375]\n", - "8\n", - "891\n", - "29\n", - "[323.8760681152344, 1092.244140625, 349.15374755859375, 1033.69384765625, 1169.42724609375, 387.6651306152344, 540.3211059570312, 1283.033447265625, 1464.7548828125, 2444.34228515625, 1230.93701171875, 1186.0355224609375, 1232.6575927734375, 2699.65869140625, 3633.9716796875, 3081.95849609375, 2087.158447265625, 1995.609375, 3608.86865234375, 4048.236572265625, 1806.7864990234375, 2301.866943359375, 3169.927734375, 1619.7742919921875, 490.2231140136719, 328.43914794921875, 1199.153564453125, 593.9609985351562, 496.3269958496094]\n", - "29\n", - "892\n", - "99\n", - "[489.83154296875, 617.9389038085938, 1222.283447265625, 950.4182739257812, 652.8652954101562, 1237.5845947265625, 1381.29443359375, 355.4267578125, 547.6591796875, 714.7470703125, 420.71185302734375, 626.3696899414062, 404.253173828125, 690.9183959960938, 326.859619140625, 365.6093444824219, 515.1759643554688, 627.6065673828125, 357.54296875, 529.0979614257812, 129.762451171875, 537.2120971679688, 320.9920959472656, 347.3424987792969, 719.8585205078125, 404.1391906738281, 812.4179077148438, 1812.6658935546875, 476.0904235839844, 373.859619140625, 829.2900390625, 989.9625854492188, 787.2291259765625, 386.34478759765625, 832.7698974609375, 2524.0263671875, 1888.5538330078125, 2650.66455078125, 2563.1142578125, 2096.81005859375, 2165.97802734375, 2901.0263671875, 1778.7921142578125, 392.75018310546875, 634.47119140625, 490.0587158203125, 2445.15869140625, 1231.758056640625, 1245.58740234375, 1697.9666748046875, 1888.736083984375, 1297.870849609375, 1181.9874267578125, 733.582763671875, 600.64794921875, 1183.877197265625, 352.5484313964844, 380.2932434082031, 311.9466247558594, 494.5556640625, 800.3331298828125, 364.83428955078125, 898.7315673828125, 304.0466003417969, 513.1262817382812, 413.9414978027344, 983.2028198242188, 460.20599365234375, 199.28448486328125, 330.7761535644531, 542.5322265625, 369.6410827636719, 294.1889343261719, 344.4845886230469, 474.0734558105469, 1512.00732421875, 403.3754577636719, 354.0257568359375, 389.09051513671875, 436.6393737792969, 436.0542297363281, 603.0601806640625, 1625.234130859375, 1013.3296508789062, 557.6340942382812, 895.72119140625, 952.6963500976562, 746.1566162109375, 520.3029174804688, 1139.033935546875, 1445.5419921875, 1528.24560546875, 612.4447631835938, 595.8616333007812, 859.8749389648438, 1139.801025390625, 557.6651611328125, 657.628662109375, 498.20257568359375]\n", - "99\n", - "893\n", - "12\n", - "[313.0871276855469, 639.70654296875, 330.9247741699219, 533.0297241210938, 313.6635437011719, 550.6588745117188, 530.0907592773438, 334.0746154785156, 452.3725891113281, 480.0390319824219, 365.6132507324219, 324.11810302734375]\n", - "12\n", - "894\n", - "16\n", - "[477.5093994140625, 346.82012939453125, 315.04180908203125, 491.2196350097656, 401.1101379394531, 530.0411376953125, 404.8280029296875, 377.6417541503906, 389.4139099121094, 360.8916015625, 362.0577697753906, 598.2587280273438, 318.96002197265625, 367.0269775390625, 411.26104736328125]\n", - "15\n", - "895\n", - "9\n", - "[467.6661376953125, 524.4558715820312, 304.6685485839844, 1161.00146484375, 567.1881103515625, 829.349853515625, 886.460205078125, 907.428955078125, 645.111572265625]\n", - "9\n", - "896\n", - "11\n", - "[1607.181640625, 1376.99853515625, 2139.8212890625, 2498.713623046875, 682.4674072265625, 2979.792236328125, 2526.029296875, 1512.5048828125, 706.26416015625, 1252.94189453125, 689.8218383789062]\n", - "11\n", - "897\n", - "26\n", - "[579.847900390625, 567.0763549804688, 990.1128540039062, 336.4128723144531, 492.1628112792969, 1281.076416015625, 514.7008666992188, 1587.230224609375, 2843.146484375, 1002.2639770507812, 558.7493896484375, 351.44879150390625, 598.426025390625, 698.52392578125, 709.5070190429688, 2843.218994140625, 3667.87841796875, 1311.1610107421875, 756.870849609375, 335.9378967285156, 1797.5609130859375, 2126.30126953125, 590.88427734375, 408.23406982421875, 663.049560546875, 387.8674621582031]\n", - "26\n", - "898\n", - "17\n", - "[413.502685546875, 1052.4144287109375, 791.2448120117188, 2652.4169921875, 535.7506713867188, 581.11669921875, 755.1693725585938, 1551.126220703125, 1234.8134765625, 1063.7796630859375, 551.9378662109375, 904.13525390625, 1514.201904296875, 1058.4952392578125, 838.6282348632812, 926.71337890625, 422.67413330078125]\n", - "17\n", - "899\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[372.9068908691406, 777.8746948242188, 873.3563232421875, 371.89422607421875, 749.9013671875, 1773.3905029296875, 1215.3421630859375, 941.2582397460938]\n", - "8\n", - "900\n", - "10\n", - "[485.2545166015625, 499.735107421875, 486.9107971191406, 331.5250549316406, 1201.7340087890625, 1115.0753173828125, 679.5447998046875, 502.610595703125, 949.3257446289062, 492.0973205566406]\n", - "10\n", - "901\n", - "60\n", - "[460.6554870605469, 401.67132568359375, 362.9750061035156, 365.4897155761719, 484.0136413574219, 628.59912109375, 303.3091735839844, 364.14483642578125, 440.9879150390625, 332.51397705078125, 630.9011840820312, 360.0296325683594, 849.112548828125, 707.5654907226562, 157.94061279296875, 341.5148620605469, 427.4617919921875, 474.2335510253906, 659.9711303710938, 295.3750305175781, 395.8337707519531, 140.42266845703125, 289.8834228515625, 1113.056640625, 594.1906127929688, 866.1998901367188, 1048.649658203125, 368.09478759765625, 333.1280212402344, 548.869873046875, 1186.8553466796875, 1127.860595703125, 1618.3416748046875, 928.5467529296875, 433.93994140625, 315.8971862792969, 901.9322509765625, 1268.6473388671875, 1232.013916015625, 538.430908203125, 1203.0521240234375, 2271.84619140625, 2212.68115234375, 628.0940551757812, 1097.6414794921875, 854.0117797851562, 537.784912109375, 1238.694091796875, 1415.6600341796875, 1139.59814453125, 426.2091979980469, 970.0076293945312, 586.865234375, 81.71830749511719, 365.17138671875, 608.9473266601562, 698.9569702148438, 717.773681640625, 1043.8115234375, 876.5083618164062]\n", - "60\n", - "902\n", - "9\n", - "[595.1102905273438, 376.4046630859375, 425.3695983886719, 1176.931396484375, 337.7882995605469, 431.2508239746094, 487.89398193359375, 887.981201171875, 823.783935546875]\n", - "9\n", - "903\n", - "448\n", - "[535.9834594726562, 522.3460083007812, 428.0502014160156, 313.9045104980469, 477.93145751953125, 457.5312194824219, 408.35858154296875, 402.67095947265625, 584.3778686523438, 302.1094665527344, 605.1891479492188, 411.0046691894531, 657.629150390625, 566.2919311523438, 347.3797302246094, 810.0787963867188, 334.0179748535156, 652.7281494140625, 698.5133666992188, 784.3804931640625, 505.2566223144531, 513.7327880859375, 696.9522705078125, 519.8661499023438, 456.3304748535156, 747.1683959960938, 1561.87255859375, 787.8987426757812, 352.1537780761719, 321.7960510253906, 559.9419555664062, 450.1472473144531, 1442.669677734375, 824.8814086914062, 422.9053649902344, 362.59820556640625, 343.1466064453125, 371.4686584472656, 395.2876892089844, 1092.9139404296875, 1062.948486328125, 856.6749877929688, 399.7891540527344, 313.4169616699219, 1624.8514404296875, 370.07012939453125, 444.2572021484375, 761.13037109375, 660.8861694335938, 401.9744873046875, 479.0618896484375, 495.55865478515625, 233.41712951660156, 711.63720703125, 465.33880615234375, 487.49334716796875, 317.9994812011719, 394.9807434082031, 772.4589233398438, 433.6808166503906, 712.4583740234375, 1518.109375, 924.5450439453125, 379.63360595703125, 1102.2109375, 891.4913330078125, 1408.0269775390625, 1205.0067138671875, 1070.5753173828125, 746.5929565429688, 1422.2757568359375, 1296.50439453125, 2790.0634765625, 1753.162109375, 332.0445251464844, 1715.464111328125, 872.2425537109375, 690.7848510742188, 650.105712890625, 87.42411041259766, 834.3862915039062, 596.7969970703125, 433.6418762207031, 303.58013916015625, 401.9552307128906, 707.78369140625, 849.5137939453125, 382.235107421875, 1429.505615234375, 3072.57861328125, 2750.977783203125, 2396.984130859375, 3636.10498046875, 3453.003662109375, 4447.9345703125, 4883.72509765625, 3958.927001953125, 4690.82861328125, 5026.5419921875, 5956.04638671875, 3158.236083984375, 3107.0517578125, 3043.67138671875, 3521.2060546875, 1930.7515869140625, 2137.624267578125, 141.0504150390625, 1297.3582763671875, 846.3707275390625, 626.108642578125, 815.6218872070312, 453.2862243652344, 786.6602783203125, 602.39453125, 374.2630920410156, 165.66184997558594, 1217.3621826171875, 1555.9132080078125, 339.9015808105469, 2785.90087890625, 4551.892578125, 5273.47412109375, 5128.8359375, 5971.12744140625, 5007.25927734375, 5889.1806640625, 5871.32373046875, 4378.37451171875, 4641.53369140625, 5643.13525390625, 5590.78466796875, 4833.98681640625, 2716.19091796875, 5005.82666015625, 6063.59912109375, 6260.751953125, 4538.80322265625, 2776.18798828125, 1459.8128662109375, 762.1456298828125, 763.1755981445312, 319.80706787109375, 556.8030395507812, 432.35479736328125, 802.378662109375, 429.9176330566406, 653.0445556640625, 557.4557495117188, 1769.279296875, 3868.992919921875, 5450.80517578125, 5637.07861328125, 5432.4365234375, 5935.62451171875, 4599.55712890625, 4462.544921875, 5814.443359375, 4443.5556640625, 4274.81884765625, 5913.38818359375, 6055.68701171875, 6291.34423828125, 4122.029296875, 2792.10107421875, 5528.15478515625, 6376.06005859375, 6546.23583984375, 5628.45654296875, 1952.6129150390625, 1734.6766357421875, 885.2705688476562, 732.419921875, 878.2723388671875, 323.881103515625, 1616.477783203125, 871.09716796875, 1138.286865234375, 1340.3712158203125, 1613.0386962890625, 2429.724609375, 2506.071533203125, 2493.6982421875, 3839.03515625, 5340.7421875, 5725.67578125, 6144.57763671875, 5970.1181640625, 6129.271484375, 5138.685546875, 2242.80322265625, 5107.4384765625, 4413.2705078125, 1483.897705078125, 3959.574951171875, 1684.7677001953125, 3078.021728515625, 3219.351806640625, 2734.730224609375, 2722.548095703125, 3288.12744140625, 396.69281005859375, 651.421142578125, 943.4669189453125, 434.4808654785156, 308.3905334472656, 91.16812133789062, 620.1715087890625, 1168.3399658203125, 202.14566040039062, 518.7877807617188, 906.0608520507812, 1583.858642578125, 2698.82470703125, 5950.22119140625, 5686.41455078125, 5962.08984375, 5472.58447265625, 3867.635498046875, 376.1208190917969, 5102.42529296875, 4839.67529296875, 1794.9056396484375, 2837.794677734375, 818.4730224609375, 743.4494018554688, 850.1632080078125, 539.9600219726562, 1499.060546875, 2492.18408203125, 421.9712219238281, 510.2820739746094, 408.02239990234375, 491.76318359375, 618.9329833984375, 742.617431640625, 716.17333984375, 410.5868835449219, 563.0557861328125, 121.03093719482422, 278.4925537109375, 1125.2589111328125, 650.302490234375, 759.1376342773438, 2627.593505859375, 4747.3876953125, 4939.5478515625, 5522.9501953125, 5860.91455078125, 5001.6181640625, 4013.508056640625, 1993.3885498046875, 1417.413818359375, 598.3336791992188, 776.5719604492188, 449.28912353515625, 682.0472412109375, 426.62994384765625, 394.7283630371094, 665.6769409179688, 872.085693359375, 619.9649658203125, 535.9839477539062, 485.8156433105469, 1005.8956298828125, 1512.9481201171875, 174.37075805664062, 106.5091323852539, 585.5580444335938, 549.7071533203125, 1304.520263671875, 1398.5198974609375, 2927.64697265625, 3704.948974609375, 3510.1630859375, 3071.862548828125, 5181.6162109375, 4541.5927734375, 5042.26416015625, 3620.14404296875, 3514.924072265625, 2367.674560546875, 3241.376708984375, 1892.506591796875, 542.86962890625, 306.5907287597656, 436.1365966796875, 582.52099609375, 474.6085205078125, 1808.963623046875, 308.07501220703125, 891.1229858398438, 3049.346435546875, 5718.75927734375, 5308.64306640625, 4962.28857421875, 2766.952392578125, 5581.82861328125, 3745.397216796875, 3466.679443359375, 4627.3798828125, 1682.0120849609375, 2315.24853515625, 3435.9306640625, 1092.8253173828125, 421.4393005371094, 735.6803588867188, 611.0752563476562, 416.0915832519531, 345.99267578125, 1065.0435791015625, 2363.349853515625, 3107.73388671875, 4163.3984375, 3280.685791015625, 5047.966796875, 3872.887451171875, 5207.7880859375, 5362.27587890625, 5682.962890625, 4573.91748046875, 3931.47265625, 3962.5283203125, 3370.899658203125, 2807.564453125, 1219.0675048828125, 789.53173828125, 438.51885986328125, 395.1444396972656, 686.9378662109375, 2372.64013671875, 1765.9508056640625, 4735.56689453125, 2440.706298828125, 4799.47265625, 2283.93359375, 5808.3798828125, 5756.56787109375, 3916.7392578125, 2308.236572265625, 3908.219970703125, 4603.998046875, 2671.609130859375, 2436.3818359375, 545.5162353515625, 473.0053405761719, 687.654052734375, 630.7741088867188, 492.6430969238281, 3134.526611328125, 3214.658935546875, 3724.8662109375, 983.0079956054688, 1794.0052490234375, 1833.8873291015625, 839.5497436523438, 1450.5977783203125, 874.0786743164062, 541.757568359375, 657.790283203125, 467.778564453125, 326.0010681152344, 411.7908020019531, 411.7078552246094, 1043.9205322265625, 1199.5050048828125, 757.1663208007812, 118.11156463623047, 1841.854248046875, 1469.55322265625, 1796.726806640625, 2468.62451171875, 1356.3594970703125, 778.5636596679688, 525.3905029296875, 425.41583251953125, 337.49542236328125, 311.8623962402344, 373.26513671875, 708.669921875, 1455.614501953125, 2054.953857421875, 2210.614990234375, 1571.7705078125, 211.81289672851562, 117.18031311035156, 891.29345703125, 861.0144653320312, 2282.30517578125, 1273.266357421875, 528.3178100585938, 2540.749267578125, 1154.3912353515625, 1048.32666015625, 763.8781127929688, 344.2498474121094, 375.7481384277344, 372.6819152832031, 378.8630065917969, 407.1683349609375, 702.5081787109375, 2972.2197265625, 1707.379638671875, 2962.65673828125, 2629.387939453125, 1507.72900390625, 322.3038330078125, 665.6751098632812, 697.3499755859375, 918.2171020507812, 954.5198974609375, 1012.3309936523438, 395.6991882324219, 425.21575927734375, 343.6152648925781, 348.9151916503906, 378.39666748046875, 443.77935791015625, 503.2998962402344, 688.06005859375, 519.6328735351562, 954.365478515625, 584.4256591796875, 951.3468017578125, 440.903564453125, 1129.1663818359375, 351.1918640136719, 464.58734130859375, 715.8966064453125, 680.8301391601562, 739.848388671875, 690.5441284179688, 319.37384033203125, 678.7991943359375, 384.8890075683594, 480.3971862792969, 806.8937377929688, 360.4920959472656, 917.3626098632812, 537.6293334960938, 801.529296875, 355.7460632324219, 556.1347045898438, 393.1701965332031]\n", - "443\n", - "904\n", - "28\n", - "[349.1817626953125, 1110.662353515625, 1127.6898193359375, 403.641845703125, 596.1885375976562, 824.35107421875, 2935.022216796875, 2960.12109375, 1768.9700927734375, 366.8350524902344, 550.1976318359375, 577.9146728515625, 1959.3533935546875, 3845.6162109375, 2253.82666015625, 914.7103881835938, 322.4832763671875, 439.38153076171875, 775.0780639648438, 797.3182983398438, 563.1635131835938, 594.5044555664062, 2098.920654296875, 2110.1884765625, 1532.4195556640625, 837.297607421875, 416.9123840332031, 805.7203369140625]\n", - "28\n", - "905\n", - "12\n", - "[301.3531188964844, 306.2469482421875, 337.3494873046875, 372.17327880859375, 417.33734130859375, 754.6192016601562, 460.4248352050781, 1353.3104248046875, 850.1489868164062, 596.7774658203125, 785.2716674804688, 477.5987854003906]\n", - "12\n", - "906\n", - "126\n", - "[571.6100463867188, 949.3026733398438, 604.9173583984375, 341.39111328125, 431.1280517578125, 540.34521484375, 1467.7362060546875, 1612.044189453125, 1264.5806884765625, 888.4168701171875, 735.2982177734375, 497.8127136230469, 515.61083984375, 575.6903076171875, 627.4989624023438, 1697.948486328125, 6136.3671875, 3248.00537109375, 1334.80322265625, 718.7681274414062, 363.1412353515625, 438.6173400878906, 330.90338134765625, 525.1871948242188, 496.5606994628906, 1729.93896484375, 4077.328125, 1515.9649658203125, 2896.85986328125, 1202.2484130859375, 510.0203552246094, 791.2532348632812, 455.1786804199219, 351.6270446777344, 767.2718505859375, 681.9096069335938, 355.12451171875, 401.7211608886719, 464.4082946777344, 953.527587890625, 971.9898681640625, 960.4517822265625, 419.2721252441406, 302.7655944824219, 359.8368225097656, 322.5877990722656, 664.4223022460938, 493.99066162109375, 316.03619384765625, 311.91436767578125, 502.21014404296875, 135.7560272216797, 698.9285278320312, 921.3523559570312, 1044.556396484375, 1031.110107421875, 479.30255126953125, 601.3289794921875, 473.19073486328125, 1182.50048828125, 724.22412109375, 522.390625, 458.2557373046875, 1534.681640625, 1219.93798828125, 460.50189208984375, 378.6244812011719, 791.0133666992188, 504.0967102050781, 671.7681884765625, 780.2772216796875, 1077.3341064453125, 714.1512451171875, 585.1429443359375, 416.3738708496094, 1011.3555908203125, 5159.25146484375, 1343.0140380859375, 900.548095703125, 2039.822021484375, 152.8983154296875, 824.8189086914062, 1819.2794189453125, 398.8591613769531, 477.49810791015625, 460.96661376953125, 464.6771545410156, 667.784912109375, 193.933837890625, 5779.2216796875, 5367.0751953125, 3643.615478515625, 3840.656005859375, 615.6470336914062, 1231.573486328125, 6697.76904296875, 962.8474731445312, 1591.0201416015625, 347.5850524902344, 670.4592895507812, 1376.2760009765625, 2966.030517578125, 2980.5615234375, 1481.182373046875, 3674.22265625, 304.8236083984375, 116.3307113647461, 1046.1380615234375, 3292.009521484375, 510.7899475097656, 694.8668823242188, 1116.5106201171875, 758.3112182617188, 745.3956909179688, 883.0360107421875, 2231.817138671875, 131.86607360839844, 485.98138427734375, 2084.928466796875, 1616.4166259765625, 707.14013671875, 460.8653564453125, 1554.4161376953125, 584.0814208984375, 555.9721069335938, 667.4780883789062]\n", - "126\n", - "907\n", - "6\n", - "[433.00604248046875, 1068.32763671875, 810.2720336914062, 1221.7572021484375, 1390.091064453125, 1071.318359375]\n", - "6\n", - "908\n", - "9\n", - "[389.8884582519531, 889.7656860351562, 314.95135498046875, 984.5714111328125, 1855.1160888671875, 669.6596069335938, 412.3023681640625, 621.4264526367188, 712.9948120117188]\n", - "9\n", - "909\n", - "20\n", - "[384.5921936035156, 436.6474609375, 336.7009582519531, 408.9595947265625, 339.5218200683594, 905.880859375, 943.5359497070312, 335.928466796875, 360.43231201171875, 545.4331665039062, 1304.544677734375, 1308.9373779296875, 1223.421875, 883.37353515625, 567.8521118164062, 841.8119506835938, 615.4320678710938, 1009.4072875976562, 399.01739501953125, 375.0919494628906]\n", - "20\n", - "910\n", - "9\n", - "[557.9028930664062, 1247.375732421875, 1711.9501953125, 745.3333129882812, 487.6221618652344, 477.7594299316406, 316.3478088378906, 560.9585571289062, 395.860595703125]\n", - "9\n", - "911\n", - "9\n", - "[650.3123168945312, 314.601318359375, 766.6795043945312, 676.14453125, 610.3159790039062, 853.542236328125, 739.8666381835938, 831.695556640625, 688.2036743164062]\n", - "9\n", - "912\n", - "16\n", - "[337.3122863769531, 818.6732788085938, 465.5458068847656, 2021.7467041015625, 1092.667724609375, 1737.593505859375, 3140.993896484375, 493.4703369140625, 438.7563781738281, 395.1358947753906, 526.6268920898438, 1794.9974365234375, 2071.510009765625, 395.42205810546875, 382.6878967285156, 2616.508544921875]\n", - "16\n", - "913\n", - "6\n", - "[1106.1553955078125, 3021.416748046875, 1361.1153564453125, 313.85662841796875, 2336.2138671875, 324.6305847167969]\n", - "6\n", - "914\n", - "35\n", - "[309.0778503417969, 367.4918212890625, 829.0362548828125, 941.69189453125, 933.1580810546875, 541.6658325195312, 1994.4095458984375, 1393.711669921875, 1846.1053466796875, 610.2443237304688, 523.1754760742188, 571.1328735351562, 3224.357421875, 3543.002685546875, 3470.70361328125, 1535.4603271484375, 498.9644470214844, 401.6086730957031, 1072.7879638671875, 3283.4150390625, 3449.138671875, 3333.5068359375, 2405.6806640625, 1134.97705078125, 529.9015502929688, 689.5108642578125, 325.9701232910156, 2227.81884765625, 1839.361083984375, 1019.729736328125, 359.54608154296875, 962.2077026367188, 2062.185791015625, 302.9315490722656, 381.782470703125]\n", - "35\n", - "915\n", - "6\n", - "[392.50799560546875, 2774.240478515625, 943.2201538085938, 1002.12158203125, 2685.89306640625, 418.55340576171875]\n", - "6\n", - "916\n", - "13\n", - "[972.8927612304688, 1671.3736572265625, 366.2569274902344, 1590.5244140625, 1436.9722900390625, 675.9890747070312, 363.9486999511719, 757.5598754882812, 1279.6729736328125, 2590.012939453125, 338.1072998046875, 769.7938842773438, 828.0119018554688]\n", - "13\n", - "917\n", - "13\n", - "[319.4508972167969, 358.6034240722656, 696.2339477539062, 954.9591674804688, 732.2067260742188, 729.4075927734375, 487.42144775390625, 800.3956909179688, 1576.7412109375, 1315.0909423828125, 830.333984375, 506.11346435546875, 917.7830200195312]\n", - "13\n", - "918\n", - "13\n", - "[1833.0274658203125, 1220.160400390625, 339.84600830078125, 2811.069580078125, 448.5624694824219, 1723.213134765625, 2202.197998046875, 767.4969482421875, 1470.021484375, 3376.582275390625, 2471.47705078125, 1207.873291015625, 1528.306640625]\n", - "13\n", - "919\n", - "6\n", - "[991.6123046875, 424.01361083984375, 550.1577758789062, 1351.241943359375, 1447.781005859375, 819.0117797851562]\n", - "6" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "920\n", - "156\n", - "[1107.95166015625, 495.158447265625, 324.49237060546875, 656.7245483398438, 1418.0770263671875, 360.45123291015625, 367.3287048339844, 354.2719421386719, 456.47210693359375, 428.7938232421875, 3062.080078125, 2119.92578125, 1764.503173828125, 841.1559448242188, 670.4959716796875, 796.432861328125, 673.9656372070312, 813.3417358398438, 847.7325439453125, 631.50537109375, 622.9290771484375, 493.5916442871094, 1346.4222412109375, 1950.71728515625, 2467.10888671875, 1314.5772705078125, 504.3302001953125, 917.3587646484375, 994.0767822265625, 3403.785888671875, 5030.33056640625, 2860.7275390625, 1403.5001220703125, 1582.725341796875, 2899.16455078125, 1570.839599609375, 2285.321533203125, 810.4248657226562, 960.86328125, 2831.111572265625, 6047.24560546875, 4112.46435546875, 1952.6812744140625, 467.35992431640625, 784.5940551757812, 1887.863037109375, 1620.1634521484375, 1934.6728515625, 976.8096313476562, 1525.001953125, 1757.268310546875, 5546.4228515625, 2459.191650390625, 2426.456298828125, 4426.48388671875, 4367.8564453125, 3674.869873046875, 3041.05615234375, 446.96923828125, 1988.658203125, 3984.35009765625, 5323.10009765625, 5510.9287109375, 5754.23828125, 6129.263671875, 5327.63916015625, 1487.7713623046875, 768.1450805664062, 839.905029296875, 1495.1888427734375, 4272.30126953125, 6161.56396484375, 5442.75341796875, 5976.60302734375, 5384.54736328125, 1735.888916015625, 860.3574829101562, 394.1502685546875, 775.018798828125, 1223.133056640625, 3620.360595703125, 4158.8251953125, 5088.68603515625, 5326.2666015625, 1715.735595703125, 1244.5927734375, 558.8612670898438, 688.4404907226562, 2139.993408203125, 1442.5621337890625, 1014.0130615234375, 2836.53466796875, 4536.5146484375, 4726.3271484375, 1832.2335205078125, 1127.95849609375, 1474.2552490234375, 1098.206787109375, 356.826416015625, 468.5084228515625, 690.0850830078125, 2674.69970703125, 1699.2459716796875, 2243.656494140625, 3136.813232421875, 2866.1337890625, 382.2856750488281, 1477.5977783203125, 1173.6556396484375, 1106.8638916015625, 895.7528076171875, 4431.51953125, 3194.72705078125, 948.5560302734375, 374.4139404296875, 2053.9658203125, 3964.037353515625, 1234.957763671875, 1294.284912109375, 366.0075378417969, 1922.28369140625, 706.87744140625, 395.35174560546875, 1793.8773193359375, 4084.458740234375, 2392.966796875, 706.0619506835938, 394.2032775878906, 849.5346069335938, 507.7132873535156, 235.29734802246094, 393.3401794433594, 1252.7626953125, 1820.0750732421875, 3170.1533203125, 3618.491943359375, 2104.886474609375, 1012.0830688476562, 534.4411010742188, 1981.8487548828125, 889.52783203125, 385.3959045410156, 501.0534362792969, 2189.58251953125, 3050.09228515625, 2697.52685546875, 4687.66650390625, 1741.2099609375, 1409.269775390625, 2093.7685546875, 2323.5, 1047.53662109375, 3735.997802734375, 330.5267333984375, 306.09588623046875, 327.9783020019531]\n", - "156\n", - "921\n", - "16\n", - "[302.3835144042969, 334.177978515625, 317.4786376953125, 475.194580078125, 305.14556884765625, 637.294921875, 1520.7059326171875, 1451.9864501953125, 381.01898193359375, 595.8809204101562, 748.7994995117188, 646.0737915039062, 333.1112976074219, 516.69384765625, 417.5652770996094, 364.0852355957031]\n", - "16\n", - "922\n", - "10\n", - "[739.8505859375, 1019.5498046875, 300.6175842285156, 450.51123046875, 399.76837158203125, 303.68267822265625, 514.5226440429688, 1219.7528076171875, 674.8977661132812, 429.43353271484375]\n", - "10\n", - "923\n", - "10\n", - "[701.5758666992188, 342.3143005371094, 2296.801513671875, 453.3079528808594, 550.3053588867188, 3027.5859375, 1204.029296875, 1357.2825927734375, 381.8475646972656, 626.4595336914062]\n", - "10\n", - "924\n", - "27\n", - "[550.0355834960938, 489.7254943847656, 441.8426513671875, 467.050048828125, 898.4828491210938, 1128.0247802734375, 302.3604431152344, 333.76434326171875, 1609.81640625, 3452.337158203125, 3518.2294921875, 1067.8306884765625, 656.8344116210938, 427.3553466796875, 1406.2073974609375, 3434.135009765625, 2218.4658203125, 628.2920532226562, 890.22265625, 518.099365234375, 1566.7142333984375, 845.1513061523438, 578.8411254882812, 393.41485595703125, 558.0733642578125, 521.0336303710938, 348.73638916015625]\n", - "27\n", - "925\n", - "15\n", - "[338.6986389160156, 542.6953125, 536.9214477539062, 343.79046630859375, 324.80206298828125, 867.43603515625, 1293.6143798828125, 1999.9793701171875, 420.0413818359375, 534.9613647460938, 301.1459655761719, 420.318603515625, 968.20263671875, 1028.4825439453125, 322.78466796875]\n", - "15\n", - "926\n", - "5\n", - "[1222.6846923828125, 1123.176513671875, 973.232177734375, 2185.27294921875, 1079.88330078125]\n", - "5\n", - "927\n", - "11\n", - "[308.2440490722656, 1497.67236328125, 1638.3350830078125, 1639.25048828125, 753.3668823242188, 1510.610595703125, 876.5775756835938, 1759.9090576171875, 798.3280029296875, 331.4628601074219, 510.71258544921875]\n", - "11\n", - "928\n", - "44\n", - "[479.7759704589844, 689.2382202148438, 2015.103759765625, 1245.60498046875, 325.7716064453125, 2289.0048828125, 2618.572998046875, 2640.63037109375, 664.9491577148438, 312.2283630371094, 2290.63623046875, 3786.3671875, 3688.6884765625, 2041.554931640625, 1480.829345703125, 3144.360595703125, 3388.85205078125, 2660.616943359375, 2859.002197265625, 358.9703369140625, 1547.521728515625, 2785.1181640625, 4986.61962890625, 3954.274169921875, 3609.5126953125, 1227.20654296875, 553.38037109375, 1409.4366455078125, 960.6173095703125, 1837.7109375, 4220.56884765625, 4633.8271484375, 3228.201416015625, 1823.5223388671875, 1426.9490966796875, 389.2950439453125, 548.7279052734375, 2070.0029296875, 2442.432373046875, 1468.6839599609375, 599.4502563476562, 435.58416748046875, 344.8904113769531, 506.5333251953125]\n", - "44\n", - "929\n", - "10\n", - "[439.6167297363281, 333.8999328613281, 379.5559997558594, 849.38232421875, 1330.705078125, 460.6131591796875, 406.6757507324219, 458.2554626464844, 356.8777160644531, 382.4721984863281]\n", - "10\n", - "930\n", - "20\n", - "[441.5048828125, 441.1472473144531, 369.7078552246094, 323.9345397949219, 510.9915466308594, 862.9451904296875, 694.2225952148438, 888.7572021484375, 505.4773864746094, 1442.5743408203125, 557.6845092773438, 644.3153686523438, 442.1394958496094, 316.2225036621094, 819.38720703125, 1567.976806640625, 2331.242919921875, 1265.5665283203125, 515.1531372070312, 502.9675598144531]\n", - "20\n", - "931\n", - "15\n", - "[593.2997436523438, 668.3275756835938, 433.2558288574219, 1351.974365234375, 1709.203125, 1162.75830078125, 572.932861328125, 449.1747131347656, 856.1864624023438, 1291.3131103515625, 706.4119873046875, 464.8797912597656, 710.6485595703125, 595.0938110351562, 409.702880859375]\n", - "15\n", - "932\n", - "15\n", - "[370.6535339355469, 1166.0469970703125, 1106.67626953125, 602.435546875, 422.6510925292969, 376.9387512207031, 341.17333984375, 317.6530456542969, 356.8770446777344, 1348.82177734375, 2563.198486328125, 1578.2537841796875, 446.76617431640625, 549.0640869140625, 318.3140563964844]\n", - "15\n", - "933\n", - "4\n", - "[1313.935791015625, 2113.71484375, 1391.2303466796875, 900.7615966796875]\n", - "4\n", - "934\n", - "51\n", - "[923.2168579101562, 416.3955993652344, 932.0260620117188, 1079.2135009765625, 596.7793579101562, 538.7234497070312, 457.9241638183594, 338.5342712402344, 129.23826599121094, 1323.458251953125, 844.2786254882812, 333.66912841796875, 2397.263427734375, 1493.89453125, 548.392333984375, 556.8189697265625, 1337.8033447265625, 2298.014404296875, 2676.12158203125, 2676.5751953125, 1065.0904541015625, 1562.33251953125, 391.3802185058594, 1014.30859375, 770.361328125, 3443.06787109375, 3081.3037109375, 1459.370849609375, 1599.26513671875, 552.51123046875, 426.8721923828125, 960.6360473632812, 3441.778564453125, 1959.2626953125, 997.7717895507812, 366.95526123046875, 2457.27001953125, 3085.16748046875, 1956.67431640625, 674.13525390625, 1307.960693359375, 4473.51171875, 2944.59765625, 330.90118408203125, 2959.401123046875, 3235.628173828125, 329.55499267578125, 1758.4359130859375, 338.9593811035156, 1301.24853515625, 644.6514892578125]\n", - "51\n", - "935\n", - "12\n", - "[820.6447143554688, 628.864501953125, 326.736083984375, 1011.481201171875, 458.52459716796875, 1463.147705078125, 325.8593444824219, 562.1975708007812, 752.0674438476562, 541.47265625, 1674.016845703125, 1264.719970703125]\n", - "12\n", - "936\n", - "52\n", - "[476.6289978027344, 723.8251342773438, 600.6511840820312, 364.7274169921875, 756.5484008789062, 405.82421875, 380.03656005859375, 1285.014892578125, 959.6497802734375, 478.8678894042969, 1317.58447265625, 1224.9564208984375, 331.1073913574219, 478.4718933105469, 1356.659423828125, 483.5494384765625, 422.10101318359375, 979.2545776367188, 521.5429077148438, 1069.8594970703125, 1929.9447021484375, 4280.53369140625, 4231.4072265625, 989.671142578125, 793.236328125, 1126.1138916015625, 445.97235107421875, 567.9334106445312, 1297.8663330078125, 841.3482055664062, 2014.4132080078125, 1713.5142822265625, 706.1531372070312, 462.5014953613281, 819.388916015625, 1252.09228515625, 951.4973754882812, 556.6367797851562, 1089.7139892578125, 370.1943054199219, 595.1957397460938, 506.154296875, 1542.054931640625, 864.918701171875, 775.4486083984375, 467.9696044921875, 607.5912475585938, 460.6516418457031, 473.00372314453125, 582.0082397460938, 488.1767272949219, 340.369140625]\n", - "52\n", - "937\n", - "10\n", - "[525.548828125, 494.8287048339844, 420.9271240234375, 420.7657165527344, 557.2296752929688, 1085.9644775390625, 855.1679077148438, 1263.66650390625, 425.5867614746094, 742.3419799804688]\n", - "10\n", - "938\n", - "8\n", - "[358.59136962890625, 1610.253173828125, 1272.978515625, 553.323974609375, 435.6277160644531, 380.0494689941406, 331.98089599609375, 381.6052551269531]\n", - "8\n", - "939\n", - "10\n", - "[631.0478515625, 648.6672973632812, 1011.9345703125, 405.1343078613281, 499.569091796875, 1287.7703857421875, 871.5601196289062, 1137.713134765625, 1900.7813720703125, 674.6719970703125]\n", - "10\n", - "940\n", - "7\n", - "[475.42926025390625, 941.9264526367188, 1314.85693359375, 1746.76904296875, 710.0665283203125, 631.7848510742188, 485.04144287109375]\n", - "7\n", - "941\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "20\n", - "[426.8403625488281, 317.14459228515625, 1238.042236328125, 457.324951171875, 442.09552001953125, 955.3161010742188, 393.0819091796875, 2169.224365234375, 3130.62548828125, 3017.287353515625, 538.6615600585938, 509.81817626953125, 542.8995971679688, 751.58251953125, 812.3760986328125, 1259.1895751953125, 2951.9384765625, 1159.2725830078125, 367.65802001953125, 1482.7333984375]\n", - "20\n", - "942\n", - "7\n", - "[306.2684326171875, 1218.1729736328125, 1105.8692626953125, 318.22113037109375, 1182.478271484375, 551.9736938476562, 327.43499755859375]\n", - "7\n", - "943\n", - "13\n", - "[361.1040954589844, 437.9294738769531, 354.60980224609375, 425.37677001953125, 362.009521484375, 338.4652404785156, 717.6402587890625, 529.762939453125, 1461.1572265625, 481.9590148925781, 364.17059326171875, 368.65289306640625, 406.65386962890625]\n", - "13\n", - "944\n", - "8\n", - "[1136.3460693359375, 1011.79296875, 852.7488403320312, 700.3876342773438, 778.2973022460938, 338.9754333496094, 311.96484375, 479.4013977050781]\n", - "8\n", - "945\n", - "10\n", - "[719.4288940429688, 894.72802734375, 1300.831787109375, 1068.2440185546875, 343.08447265625, 880.3914794921875, 881.9403076171875, 875.18701171875, 311.5261535644531, 388.60003662109375]\n", - "10\n", - "946\n", - "11\n", - "[332.7338562011719, 407.97369384765625, 854.8827514648438, 2086.05908203125, 950.1972045898438, 373.3413391113281, 2086.35205078125, 2894.240966796875, 542.1148681640625, 553.2244262695312, 586.8790283203125]\n", - "11\n", - "947\n", - "13\n", - "[418.68634033203125, 1051.0986328125, 739.67138671875, 641.8609619140625, 1296.8341064453125, 300.80059814453125, 779.0440673828125, 1057.1728515625, 670.9302978515625, 350.4726257324219, 1096.1656494140625, 583.4354248046875, 346.4986267089844]\n", - "13\n", - "948\n", - "21\n", - "[401.34625244140625, 450.16229248046875, 998.14208984375, 3662.61572265625, 4428.953125, 1169.5177001953125, 2485.212890625, 1090.869873046875, 903.09423828125, 9429.18359375, 2859.16162109375, 1944.7196044921875, 548.3773193359375, 1229.5458984375, 2693.016845703125, 2740.888916015625, 479.0255126953125, 720.3052978515625, 514.8013916015625, 908.47998046875, 416.98089599609375]\n", - "21\n", - "949\n", - "9\n", - "[1360.622314453125, 372.90618896484375, 379.9581604003906, 429.9629821777344, 449.9538879394531, 739.994384765625, 1019.212158203125, 542.2911987304688, 462.4654541015625]\n", - "9\n", - "950\n", - "16\n", - "[337.8489685058594, 568.9955444335938, 1334.007568359375, 1056.9619140625, 1777.729736328125, 1118.4930419921875, 373.6893310546875, 596.274658203125, 358.039794921875, 1993.8250732421875, 2719.3125, 1822.376220703125, 1778.0936279296875, 644.052490234375, 1522.2393798828125, 326.4328308105469]\n", - "16\n", - "951\n", - "29\n", - "[556.4248657226562, 505.0511779785156, 643.558837890625, 564.5968627929688, 360.2170715332031, 410.72393798828125, 425.8130798339844, 2402.463134765625, 2670.99169921875, 2621.753662109375, 626.3131103515625, 315.7884826660156, 921.7345581054688, 720.9094848632812, 345.956298828125, 1370.1341552734375, 2398.499267578125, 1490.6690673828125, 468.7281799316406, 741.5316772460938, 2201.431640625, 242.76499938964844, 1102.213623046875, 717.3512573242188, 663.0205688476562, 768.410400390625, 322.0555419921875, 579.5496826171875, 485.6628112792969]\n", - "29\n", - "952\n", - "14\n", - "[1725.6505126953125, 3607.580810546875, 974.2726440429688, 3191.794677734375, 3936.049560546875, 2035.905517578125, 1897.7257080078125, 524.628662109375, 2279.517333984375, 2540.77587890625, 1047.3726806640625, 311.4689025878906, 428.5537414550781, 437.68890380859375]\n", - "14\n", - "953\n", - "12\n", - "[374.29193115234375, 320.97247314453125, 536.881591796875, 920.37744140625, 636.5888671875, 352.79931640625, 534.5244750976562, 848.63330078125, 818.70361328125, 632.02197265625, 307.1013488769531, 363.1018981933594]\n", - "12\n", - "954\n", - "11\n", - "[464.8857727050781, 317.277587890625, 476.41632080078125, 397.09783935546875, 670.8726806640625, 1527.08154296875, 507.4723205566406, 2199.227783203125, 1811.056396484375, 376.29119873046875, 697.587158203125]\n", - "11\n", - "955\n", - "469\n", - "[816.7913208007812, 611.6804809570312, 331.3996887207031, 743.6139526367188, 680.171875, 749.8775634765625, 490.7503967285156, 777.81982421875, 1388.5626220703125, 707.1061401367188, 308.0777282714844, 303.79962158203125, 904.5399169921875, 1654.7855224609375, 1967.8984375, 522.15966796875, 637.0347900390625, 752.3646850585938, 356.9063720703125, 771.4694213867188, 608.4126586914062, 1650.2191162109375, 2204.744384765625, 343.7135009765625, 350.5045166015625, 704.5604248046875, 933.4544677734375, 1191.9615478515625, 3075.8466796875, 923.6466674804688, 363.88726806640625, 971.8499145507812, 1098.68017578125, 764.5679321289062, 337.4823303222656, 3108.90087890625, 3495.402099609375, 562.8424072265625, 339.9652099609375, 612.8923950195312, 429.2621154785156, 478.57733154296875, 703.4492797851562, 1706.0755615234375, 449.68084716796875, 2504.947021484375, 6280.31005859375, 1569.7315673828125, 525.5282592773438, 640.3531494140625, 584.6571044921875, 1962.5882568359375, 4467.93408203125, 7972.9833984375, 2384.008544921875, 558.348876953125, 1437.142333984375, 4742.44775390625, 3032.893310546875, 968.9140014648438, 392.07379150390625, 1532.1171875, 1075.4847412109375, 445.5082702636719, 5059.40576171875, 7094.388671875, 7376.189453125, 6352.4677734375, 415.2723693847656, 934.2935180664062, 3910.137939453125, 7514.55859375, 4085.6025390625, 3665.077880859375, 5019.740234375, 4011.87939453125, 2070.526123046875, 1535.7427978515625, 2585.038818359375, 3572.52587890625, 6687.86474609375, 6378.8505859375, 2948.85595703125, 4064.40283203125, 668.3364868164062, 5802.12255859375, 5120.26171875, 3375.619384765625, 4699.2265625, 3569.376220703125, 6683.45166015625, 5669.3173828125, 1502.6365966796875, 557.0101318359375, 4887.05859375, 6148.09375, 8027.1162109375, 7696.92822265625, 5007.1416015625, 2279.870361328125, 3977.535888671875, 3299.9580078125, 4149.14111328125, 6848.90478515625, 4509.02587890625, 1923.4814453125, 7192.1845703125, 6016.20556640625, 5368.79541015625, 1725.3388671875, 2966.0234375, 7534.3564453125, 6454.7626953125, 6875.1318359375, 7549.80224609375, 7793.14892578125, 4060.80322265625, 4850.6962890625, 3352.498779296875, 6639.61572265625, 1106.5045166015625, 3920.106201171875, 7589.822265625, 5515.52001953125, 2028.60693359375, 956.39501953125, 2765.240234375, 6683.607421875, 7880.94189453125, 7284.59814453125, 7422.923828125, 8421.4228515625, 8346.8515625, 5760.86572265625, 8371.166015625, 7883.408203125, 4750.39990234375, 6854.37353515625, 7599.8505859375, 5517.830078125, 3937.93505859375, 559.873779296875, 3468.197509765625, 8250.7685546875, 6822.56494140625, 8274.2265625, 7778.30908203125, 6658.755859375, 8388.72265625, 7328.8662109375, 7840.0048828125, 7952.302734375, 8154.02001953125, 6590.9599609375, 7963.7158203125, 6294.5966796875, 4896.54833984375, 5028.365234375, 441.3094482421875, 833.1558227539062, 1225.7965087890625, 534.0304565429688, 339.3111877441406, 1855.65966796875, 6447.70166015625, 7700.70947265625, 8205.08984375, 8161.5048828125, 8570.2353515625, 8397.263671875, 8559.24609375, 8262.19921875, 8459.9453125, 8218.3720703125, 7984.36181640625, 8282.6806640625, 8336.3037109375, 5601.78955078125, 6054.3564453125, 5343.52490234375, 4686.45654296875, 1530.5692138671875, 452.31976318359375, 608.86572265625, 829.6338500976562, 1421.486328125, 1185.230712890625, 867.6839599609375, 1446.5211181640625, 6805.36865234375, 6836.29736328125, 8281.685546875, 8451.8720703125, 7545.12939453125, 8001.287109375, 8225.44140625, 8444.4306640625, 8459.18359375, 8102.70849609375, 8092.9306640625, 7269.109375, 7620.16796875, 7258.4140625, 7659.1669921875, 6549.16650390625, 4946.89990234375, 1439.859375, 1208.4949951171875, 1146.2266845703125, 1117.7567138671875, 842.4403076171875, 1313.7374267578125, 901.8436889648438, 359.89813232421875, 2215.364013671875, 6503.0634765625, 6224.3955078125, 8136.921875, 7758.095703125, 7405.1162109375, 7780.8876953125, 8621.9375, 8437.265625, 8627.0595703125, 8543.8447265625, 4771.09765625, 8154.6435546875, 6607.02880859375, 6661.248046875, 6930.89990234375, 8090.27392578125, 7256.07763671875, 1008.5099487304688, 320.7821350097656, 1042.8416748046875, 1401.8682861328125, 1278.1097412109375, 1162.0028076171875, 1019.8989868164062, 2156.9619140625, 4187.0927734375, 6076.30029296875, 5023.7724609375, 5774.87451171875, 8115.8779296875, 7625.498046875, 7694.61767578125, 8272.609375, 8365.6630859375, 8525.4912109375, 7161.47509765625, 7867.57275390625, 6350.18310546875, 6922.740234375, 6034.6796875, 6915.49755859375, 7052.1708984375, 6378.19287109375, 6165.62451171875, 2869.482421875, 1225.171142578125, 733.4893188476562, 1363.4619140625, 1120.445068359375, 997.1898803710938, 6546.01318359375, 6912.4169921875, 7727.1962890625, 5369.6572265625, 949.1333618164062, 5698.75439453125, 3945.94384765625, 7660.1357421875, 6667.11474609375, 7524.12890625, 8261.1953125, 8232.416015625, 8514.83984375, 6619.55810546875, 5786.5908203125, 3206.06884765625, 6072.28564453125, 6002.40380859375, 4905.43505859375, 5190.31591796875, 8061.5634765625, 7026.46337890625, 2962.44970703125, 789.1110229492188, 745.6375122070312, 6489.50537109375, 6591.08154296875, 5382.50634765625, 1828.502197265625, 1411.6954345703125, 414.6466979980469, 3269.33740234375, 5779.7958984375, 7003.29931640625, 6432.75830078125, 8036.01123046875, 8469.8701171875, 6388.333984375, 4103.64697265625, 1267.39501953125, 2440.9150390625, 3714.879638671875, 2421.731201171875, 5047.05615234375, 3208.4443359375, 3609.52587890625, 7105.3955078125, 2083.9677734375, 1023.4812622070312, 2979.62744140625, 2945.792724609375, 977.522705078125, 374.40789794921875, 1055.565673828125, 7095.98974609375, 7897.9189453125, 7115.4326171875, 4413.92138671875, 2944.8408203125, 1004.5382080078125, 2819.150390625, 530.1718139648438, 341.34539794921875, 370.122802734375, 1022.9139404296875, 1573.6083984375, 2278.347900390625, 7736.03955078125, 5201.43505859375, 3699.919189453125, 378.4620056152344, 347.5616455078125, 392.153564453125, 312.5545349121094, 264.45770263671875, 228.59739685058594, 3835.414794921875, 5690.28466796875, 6791.01611328125, 6266.8984375, 4387.3310546875, 2132.3291015625, 1670.4605712890625, 624.5785522460938, 433.2635803222656, 552.172119140625, 473.0823059082031, 3231.47509765625, 3572.017578125, 690.6806030273438, 543.6653442382812, 1333.3663330078125, 1047.8905029296875, 894.985595703125, 680.853759765625, 1244.48486328125, 1294.9044189453125, 851.91748046875, 5267.53515625, 7403.4462890625, 5395.11376953125, 644.2553100585938, 1346.6558837890625, 1318.191650390625, 567.8156127929688, 449.4969787597656, 584.6235961914062, 390.2781066894531, 300.5101623535156, 307.56231689453125, 484.0775146484375, 930.7498168945312, 828.5704345703125, 439.2876892089844, 499.3609313964844, 873.0647583007812, 1340.381591796875, 870.7362670898438, 332.7290954589844, 1019.591552734375, 334.78704833984375, 378.5718994140625, 1132.3837890625, 581.7181396484375, 1047.96923828125, 829.2948608398438, 561.983642578125, 456.0303039550781, 792.229736328125, 1205.032470703125, 449.9101257324219, 528.949951171875, 470.6611328125, 658.4828491210938, 412.30889892578125, 388.05291748046875, 503.9638366699219, 367.5229187011719, 352.2966613769531, 321.3668518066406, 807.096923828125, 382.342041015625, 405.6429748535156, 942.1177978515625, 705.2000122070312, 511.2888488769531, 635.274169921875, 706.272216796875, 1132.19921875, 300.86181640625, 1016.9686279296875, 333.0288391113281, 465.8341369628906, 658.644287109375, 479.9000244140625, 673.361572265625, 544.9950561523438, 455.2078857421875, 351.0570068359375, 427.25482177734375, 734.609619140625, 783.5115966796875, 1076.5833740234375, 959.2101440429688, 1164.8428955078125, 324.7180480957031, 740.6875610351562, 330.75946044921875, 422.97357177734375, 1033.5863037109375, 348.5435791015625, 952.3270874023438, 1135.056640625, 482.5959777832031, 458.664794921875, 360.6417541503906, 307.8101806640625, 605.7838745117188, 725.2785034179688, 1051.5145263671875, 825.3671875, 968.1953735351562, 796.3380737304688, 347.1293029785156, 1023.4654541015625, 1504.8450927734375, 388.2450866699219, 596.4238891601562, 1617.358642578125, 995.4835815429688, 342.1178283691406, 309.24560546875, 1198.5299072265625, 1379.0477294921875, 1310.86083984375, 317.6005859375, 463.18048095703125, 700.1463012695312, 732.7379760742188, 423.33673095703125, 771.8092041015625, 476.5411376953125, 381.40814208984375]\n", - "468" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "956\n", - "15\n", - "[664.9850463867188, 863.5717163085938, 1461.3096923828125, 1140.0523681640625, 3883.080810546875, 512.4194946289062, 1522.32275390625, 5543.35302734375, 3797.55078125, 927.0642700195312, 504.6754150390625, 3232.191162109375, 1115.966796875, 783.0970458984375, 497.89794921875]\n", - "15\n", - "957\n", - "9\n", - "[363.176513671875, 814.43115234375, 1413.218017578125, 785.9393310546875, 3074.790283203125, 1221.833251953125, 550.5698852539062, 1676.734375, 340.69287109375]\n", - "9\n", - "958\n", - "5\n", - "[1021.299560546875, 1616.1513671875, 691.6114501953125, 1520.710693359375, 324.59710693359375]\n", - "5\n", - "959\n", - "8\n", - "[1134.5323486328125, 1298.185791015625, 1455.1158447265625, 737.5181884765625, 1379.752685546875, 1833.4261474609375, 1746.8629150390625, 772.2833251953125]\n", - "8\n", - "960\n", - "12\n", - "[498.82342529296875, 612.5091552734375, 2042.2523193359375, 763.0674438476562, 417.02252197265625, 2972.23681640625, 2290.453125, 689.9381713867188, 684.9807739257812, 496.16607666015625, 503.4425048828125, 337.2098388671875]\n", - "12\n", - "961\n", - "58\n", - "[412.82562255859375, 2712.5703125, 3186.71923828125, 454.47021484375, 1073.3433837890625, 1413.3436279296875, 975.1815185546875, 6026.80419921875, 8537.353515625, 9254.2255859375, 8378.6875, 6888.2978515625, 3022.544189453125, 1260.7808837890625, 947.4453735351562, 1866.0841064453125, 2857.60498046875, 8233.2333984375, 9710.25390625, 9667.73046875, 9084.0615234375, 5198.80419921875, 399.98455810546875, 363.1883239746094, 558.290771484375, 5414.78759765625, 4326.10693359375, 9570.8720703125, 9558.904296875, 8204.4306640625, 4783.06591796875, 2959.1357421875, 380.20159912109375, 972.532958984375, 305.48565673828125, 1270.38720703125, 4054.8310546875, 7339.611328125, 9148.513671875, 7979.70654296875, 7625.23681640625, 4922.9384765625, 3169.460693359375, 1173.6104736328125, 507.578857421875, 329.05548095703125, 597.5007934570312, 2848.626220703125, 3146.175048828125, 4535.611328125, 6758.48388671875, 3370.2265625, 540.8558349609375, 331.2815856933594, 950.5475463867188, 307.43359375, 420.70440673828125, 465.567626953125]\n", - "58\n", - "962\n", - "8\n", - "[622.2972412109375, 639.9647216796875, 687.3873901367188, 351.22796630859375, 961.1033935546875, 485.7734680175781, 635.4510498046875, 1008.2661743164062]\n", - "8\n", - "963\n", - "7\n", - "[336.56976318359375, 496.38226318359375, 3698.260498046875, 1384.9913330078125, 2819.981201171875, 4715.13818359375, 1297.1060791015625]\n", - "7\n", - "964\n", - "9\n", - "[409.4615783691406, 884.0878295898438, 967.1685791015625, 413.5048522949219, 613.6609497070312, 473.0580749511719, 847.2496948242188, 340.87237548828125, 585.6178588867188]\n", - "9\n", - "965\n", - "42\n", - "[487.5338134765625, 448.1992492675781, 602.9208984375, 545.761474609375, 827.2554931640625, 1048.1961669921875, 2068.13525390625, 2332.233642578125, 676.1610107421875, 457.0356750488281, 375.6589050292969, 303.09442138671875, 379.6629943847656, 440.1268310546875, 1498.1904296875, 1878.1829833984375, 869.3146362304688, 559.80029296875, 602.241455078125, 254.20054626464844, 971.017822265625, 503.0938415527344, 826.452880859375, 881.0790405273438, 529.5077514648438, 353.493896484375, 340.9257507324219, 762.4690551757812, 727.7568969726562, 511.4132995605469, 1197.376220703125, 404.2203674316406, 1801.3829345703125, 1193.1888427734375, 497.5283203125, 571.5964965820312, 1378.099609375, 419.29266357421875, 683.6257934570312, 346.0802307128906, 356.7428894042969, 385.6559143066406]\n", - "42\n", - "966\n", - "30\n", - "[1138.2900390625, 3702.475341796875, 308.6185302734375, 1248.1824951171875, 494.9440002441406, 690.1528930664062, 3318.325439453125, 2227.834228515625, 110.29820251464844, 6562.7880859375, 467.07635498046875, 2615.681640625, 11398.232421875, 1292.5091552734375, 690.5587158203125, 471.17987060546875, 4918.05517578125, 1067.1328125, 721.3123779296875, 3571.885009765625, 431.9035949707031, 409.807861328125, 924.68310546875, 1511.66259765625, 1667.5050048828125, 500.8512268066406, 748.3232421875, 346.81256103515625]\n", - "28\n", - "967\n", - "166\n", - "[1028.729248046875, 1046.1068115234375, 772.1751708984375, 446.7532043457031, 4086.18896484375, 1987.768798828125, 1750.783935546875, 910.6383666992188, 604.719482421875, 2957.974609375, 2562.390380859375, 2617.10693359375, 2478.39794921875, 2066.905517578125, 782.3447875976562, 463.3938903808594, 1557.25, 1280.8480224609375, 2874.114501953125, 937.5572509765625, 745.36962890625, 489.1225280761719, 530.216552734375, 1637.3314208984375, 574.6216430664062, 656.3184204101562, 911.0209350585938, 897.7196655273438, 401.20025634765625, 523.0180053710938, 396.3965148925781, 1206.0191650390625, 695.5608520507812, 416.63177490234375, 257.3759765625, 168.64599609375, 312.8056335449219, 321.3550720214844, 1578.0758056640625, 2157.63818359375, 1152.4268798828125, 110.96324920654297, 342.2421875, 787.6019897460938, 1105.9056396484375, 1380.4986572265625, 2436.23193359375, 2269.583984375, 777.78662109375, 206.7642364501953, 515.8052978515625, 172.40113830566406, 936.8204345703125, 684.9755859375, 1426.00439453125, 351.3773193359375, 797.72900390625, 918.4414672851562, 465.26910400390625, 738.5489501953125, 857.05078125, 444.5237121582031, 1088.674560546875, 1563.0079345703125, 918.0919189453125, 294.39837646484375, 720.5242919921875, 396.0233459472656, 397.865478515625, 442.5398864746094, 541.6803588867188, 200.9449462890625, 277.5262145996094, 977.4798583984375, 790.1573486328125, 684.9708862304688, 692.7976684570312, 763.365966796875, 310.70843505859375, 675.25, 598.2530517578125, 1821.6876220703125, 517.3403930664062, 2737.786376953125, 3417.013427734375, 1098.75439453125, 530.3723754882812, 457.37152099609375, 536.1869506835938, 2464.1474609375, 4303.30224609375, 4295.7353515625, 4654.16015625, 4444.49560546875, 4503.63818359375, 3291.435791015625, 2422.6708984375, 1439.6551513671875, 3682.8017578125, 4060.17236328125, 3598.58740234375, 2712.846435546875, 4407.24658203125, 4519.72119140625, 3761.08349609375, 4469.16650390625, 2055.082763671875, 1766.8011474609375, 3258.06005859375, 3898.162841796875, 2142.17822265625, 2870.231689453125, 4453.00732421875, 3759.817626953125, 4340.34375, 2403.43212890625, 343.0782165527344, 1522.3580322265625, 3647.687744140625, 1966.3905029296875, 1670.5938720703125, 3748.816650390625, 3807.023681640625, 4534.3779296875, 2076.900390625, 1125.8433837890625, 3083.429443359375, 2200.933349609375, 1633.4298095703125, 1430.411376953125, 2497.7265625, 3145.83544921875, 4501.857421875, 4582.04248046875, 4476.7236328125, 2499.974853515625, 3821.9736328125, 3258.16845703125, 1089.1611328125, 736.2108154296875, 1561.72314453125, 757.1593017578125, 1201.588623046875, 3346.388427734375, 2538.829833984375, 1007.4784545898438, 1637.06689453125, 3372.570556640625, 3549.09033203125, 2365.526611328125, 1453.5325927734375, 369.5389709472656, 975.1087036132812, 618.3041381835938, 2473.547119140625, 1785.099853515625, 788.220703125, 1848.4600830078125, 340.4189147949219, 2104.112060546875, 1784.7454833984375, 1158.4730224609375]\n", - "162\n", - "968\n", - "905\n", - "[412.20062255859375, 517.9998779296875, 594.8179321289062, 1366.71484375, 842.9071044921875, 2615.94921875, 1699.455810546875, 1082.89111328125, 666.8162231445312, 440.0868835449219, 307.9244079589844, 1752.175048828125, 1164.09423828125, 1386.7327880859375, 421.5683288574219, 330.2319030761719, 496.4773254394531, 438.801025390625, 522.6676025390625, 413.68194580078125, 374.35784912109375, 499.31549072265625, 2581.007080078125, 1462.0570068359375, 1677.1751708984375, 1111.2415771484375, 828.8699951171875, 921.8695678710938, 1089.1734619140625, 1247.080078125, 1576.66162109375, 398.6573791503906, 1307.6083984375, 2157.343505859375, 2251.80029296875, 2241.073486328125, 1926.64892578125, 1294.2509765625, 381.2970275878906, 585.7703857421875, 391.9635314941406, 442.7574768066406, 571.1494140625, 1080.8197021484375, 1220.2822265625, 2446.776611328125, 3372.572021484375, 3378.60595703125, 3301.20849609375, 2925.421875, 1664.7723388671875, 633.37451171875, 592.0899047851562, 741.0691528320312, 701.5432739257812, 990.8701171875, 818.8884887695312, 2194.449951171875, 2594.025634765625, 2842.38427734375, 1570.4541015625, 1732.485107421875, 1346.2122802734375, 1018.1898193359375, 771.5252685546875, 924.7230224609375, 1656.8800048828125, 1170.2259521484375, 1271.6773681640625, 1483.0950927734375, 559.307373046875, 833.8782348632812, 963.8600463867188, 1062.966064453125, 1908.500244140625, 1256.6854248046875, 1824.471435546875, 960.1764526367188, 237.8324432373047, 476.5684814453125, 798.6919555664062, 1916.8876953125, 448.8783874511719, 392.92230224609375, 455.1394348144531, 657.6528930664062, 2185.517578125, 2332.387939453125, 2351.872314453125, 1011.850830078125, 1927.4215087890625, 999.3779296875, 2195.907470703125, 1923.5992431640625, 1867.626220703125, 1167.5775146484375, 2490.49267578125, 1971.5235595703125, 287.2542419433594, 523.6110229492188, 1835.343994140625, 566.2593994140625, 316.9202575683594, 1956.9998779296875, 1064.5692138671875, 310.8619384765625, 410.5640563964844, 588.9330444335938, 948.7650756835938, 1387.67919921875, 2605.837646484375, 2100.491455078125, 870.6346435546875, 989.8577880859375, 1445.0543212890625, 1283.81787109375, 2469.14111328125, 2705.880615234375, 1511.1326904296875, 595.2363891601562, 1381.3167724609375, 1621.275390625, 736.488525390625, 1207.014892578125, 2197.685546875, 1418.286376953125, 1068.3621826171875, 470.0401916503906, 1576.69140625, 1662.386962890625, 579.084228515625, 2284.284912109375, 1765.2955322265625, 1321.10791015625, 1517.712646484375, 1366.36083984375, 638.78076171875, 965.6065673828125, 1910.2723388671875, 1846.7257080078125, 2600.800537109375, 1925.150146484375, 1614.294921875, 956.3251342773438, 749.2882690429688, 651.0921020507812, 772.1604614257812, 769.6531372070312, 2229.252197265625, 1582.0517578125, 1766.162841796875, 1173.096923828125, 542.1135864257812, 614.7970581054688, 1468.5802001953125, 3489.80712890625, 2644.5859375, 1661.218994140625, 345.4112548828125, 647.09765625, 1221.7415771484375, 326.39385986328125, 649.057373046875, 2903.309326171875, 1034.6756591796875, 240.4879913330078, 456.2486572265625, 183.12403869628906, 532.8463745117188, 1662.5753173828125, 2876.20263671875, 615.1693115234375, 202.26698303222656, 164.0493621826172, 644.7472534179688, 1065.035888671875, 524.8540649414062, 307.14007568359375, 1775.28857421875, 1624.4146728515625, 1377.8349609375, 1582.9385986328125, 1831.259521484375, 3383.67529296875, 3077.650634765625, 1189.2733154296875, 1451.4393310546875, 749.6301879882812, 1110.9454345703125, 357.9682922363281, 401.17803955078125, 654.7269287109375, 350.82659912109375, 355.2196044921875, 540.9557495117188, 808.871337890625, 975.194580078125, 1130.8392333984375, 679.2337036132812, 534.2738647460938, 991.5120239257812, 390.977294921875, 675.1651611328125, 114.4397201538086, 402.5702209472656, 1050.385009765625, 759.43896484375, 752.2760620117188, 1370.67041015625, 833.4740600585938, 898.9794921875, 806.3316650390625, 2237.695556640625, 2583.96875, 1090.968505859375, 333.0956726074219, 379.78179931640625, 822.0985107421875, 1082.3236083984375, 369.28173828125, 737.3870849609375, 780.845703125, 164.57159423828125, 366.5023193359375, 461.9695739746094, 206.70010375976562, 1015.6547241210938, 1781.714111328125, 1508.524169921875, 1234.9361572265625, 1125.4686279296875, 1237.867431640625, 815.33642578125, 517.742431640625, 152.4300079345703, 292.79156494140625, 738.9607543945312, 663.6246337890625, 229.35614013671875, 287.80096435546875, 518.308837890625, 153.53814697265625, 144.3815460205078, 161.70974731445312, 243.356201171875, 1016.599609375, 1223.2491455078125, 1267.37109375, 319.6786804199219, 739.1505737304688, 360.7684020996094, 346.7850036621094, 1194.239013671875, 1123.5887451171875, 1580.1468505859375, 2383.956787109375, 2880.876953125, 2147.591796875, 475.9455261230469, 488.5950012207031, 159.4375457763672, 127.44612884521484, 127.84557342529297, 678.3655395507812, 298.05535888671875, 297.5897521972656, 288.47564697265625, 381.19464111328125, 783.6497802734375, 722.8983154296875, 389.97845458984375, 598.987060546875, 799.018310546875, 376.2929382324219, 903.9575805664062, 473.6215515136719, 1332.25341796875, 2139.357177734375, 2889.699951171875, 1448.841796875, 249.1326141357422, 78.83402252197266, 329.2381896972656, 259.7813720703125, 183.072509765625, 132.02938842773438, 313.9218444824219, 474.2019958496094, 2176.030517578125, 922.0859985351562, 369.3083801269531, 1034.8427734375, 589.3160400390625, 778.449462890625, 991.4171142578125, 693.6052856445312, 871.75830078125, 994.2090454101562, 1416.863525390625, 767.074951171875, 149.9853057861328, 403.0296630859375, 294.56011962890625, 95.3088150024414, 238.3203887939453, 550.1983642578125, 1798.0526123046875, 1148.2962646484375, 720.2689208984375, 1087.8001708984375, 752.3214721679688, 579.1178588867188, 915.7985229492188, 657.4525146484375, 485.1719665527344, 1559.261962890625, 1828.24755859375, 303.16156005859375, 166.6812744140625, 116.34871673583984, 295.39373779296875, 279.4991760253906, 597.1297607421875, 254.99942016601562, 837.1402587890625, 757.5578002929688, 612.4011840820312, 558.0374755859375, 461.576416015625, 749.7586059570312, 973.6513061523438, 632.3292846679688, 699.7819213867188, 987.6173095703125, 1499.711181640625, 293.14044189453125, 285.4195251464844, 414.38397216796875, 396.34161376953125, 1274.9339599609375, 412.549072265625, 1692.2176513671875, 962.2279052734375, 1802.6273193359375, 1379.78271484375, 567.7066040039062, 530.5030517578125, 441.033935546875, 669.7963256835938, 453.0184326171875, 579.6420288085938, 824.3446655273438, 673.0550537109375, 511.8225402832031, 423.171142578125, 459.4013366699219, 345.13238525390625, 371.0997314453125, 260.8298034667969, 488.0706481933594, 349.6305847167969, 154.79513549804688, 308.9969177246094, 1706.29931640625, 2332.393310546875, 1205.2659912109375, 1275.0250244140625, 1781.7427978515625, 3133.9208984375, 935.0548095703125, 728.7703857421875, 821.870361328125, 543.9439086914062, 891.6140747070312, 1227.7593994140625, 1243.83447265625, 952.487548828125, 384.3626708984375, 501.73974609375, 792.9645385742188, 169.6738739013672, 243.443115234375, 246.2328338623047, 1495.4908447265625, 2353.3330078125, 2419.016845703125, 3141.51171875, 3477.10498046875, 1708.8529052734375, 168.8967742919922, 547.3868408203125, 1965.72998046875, 522.271240234375, 403.7646789550781, 453.76708984375, 744.9440307617188, 534.4328002929688, 533.9600219726562, 645.4612426757812, 554.4820556640625, 205.4331817626953, 120.92082214355469, 1611.425048828125, 2206.58154296875, 3423.2890625, 2355.382080078125, 3393.9013671875, 2341.4560546875, 329.102294921875, 203.36370849609375, 1078.20263671875, 779.0657958984375, 337.42681884765625, 514.6162719726562, 425.1897888183594, 116.14728546142578, 546.1956787109375, 548.2444458007812, 558.18212890625, 1334.0574951171875, 1268.19482421875, 1479.9610595703125, 1434.35498046875, 801.44482421875, 139.33924865722656, 388.4740295410156, 1166.6826171875, 552.6630249023438, 510.1419982910156, 461.0523376464844, 644.654052734375, 853.9302368164062, 419.8504943847656, 325.8373107910156, 450.5736083984375, 659.489501953125, 142.36106872558594, 436.5682067871094, 533.8594970703125, 1252.4488525390625, 504.90252685546875, 442.2763977050781, 530.841064453125, 462.3365173339844, 470.17926025390625, 901.5747680664062, 416.96197509765625, 712.0941162109375, 871.5652465820312, 852.613037109375, 313.59466552734375, 587.71630859375, 813.5462646484375, 818.7900390625, 678.5584106445312, 445.0376892089844, 942.104248046875, 890.8828735351562, 1435.4388427734375, 533.9126586914062, 930.9910278320312, 1787.2235107421875, 1926.2752685546875, 1541.3843994140625, 317.2740478515625, 473.63958740234375, 544.572509765625, 604.0617065429688, 1083.5115966796875, 182.3763427734375, 224.46817016601562, 416.359619140625, 525.2283935546875, 459.02215576171875, 368.4986877441406, 497.591064453125, 1193.4803466796875, 3240.75537109375, 2341.700439453125, 401.8372802734375, 398.8048400878906, 954.9351196289062, 743.5673217773438, 2064.578125, 1725.5181884765625, 347.678955078125, 855.7926635742188, 300.1010437011719, 512.4299926757812, 585.9559936523438, 288.1867980957031, 259.0514831542969, 108.65003967285156, 164.78919982910156, 1107.1190185546875, 484.34027099609375, 1076.2421875, 447.6589660644531, 719.669677734375, 1006.449951171875, 489.4246520996094, 711.1474609375, 471.0057678222656, 1600.4202880859375, 431.5838317871094, 494.33233642578125, 368.4427185058594, 432.5425109863281, 388.93475341796875, 367.2676086425781, 540.2421875, 116.35576629638672, 143.33883666992188, 256.2857360839844, 309.1627502441406, 610.35400390625, 436.1554870605469, 1338.0479736328125, 1243.5020751953125, 711.0140991210938, 976.1318359375, 1107.9215087890625, 916.3475341796875, 101.8072509765625, 187.05979919433594, 126.30562591552734, 630.92529296875, 139.18536376953125, 79.76691436767578, 1421.1177978515625, 2814.1845703125, 401.5309143066406, 103.39810180664062, 119.6520004272461, 317.6016540527344, 149.6853790283203, 1556.3206787109375, 760.5994873046875, 579.873046875, 579.46484375, 894.3050537109375, 2335.332763671875, 2814.449951171875, 2406.178955078125, 948.0079345703125, 214.7245635986328, 411.7778015136719, 332.58380126953125, 953.9341430664062, 270.8095703125, 485.1606140136719, 2415.298828125, 1499.98583984375, 741.81494140625, 204.00917053222656, 124.8878173828125, 1098.01611328125, 2251.81103515625, 3167.978271484375, 2965.663330078125, 1585.997802734375, 501.4346008300781, 369.007080078125, 805.514404296875, 347.1221008300781, 705.025390625, 726.4789428710938, 819.3334350585938, 1964.17578125, 3512.18505859375, 2245.787841796875, 2695.331298828125, 1080.6339111328125, 1092.665771484375, 332.712158203125, 121.34675598144531, 347.3789367675781, 336.5517578125, 684.1835327148438, 539.3698120117188, 1442.8895263671875, 887.5870361328125, 454.5654296875, 406.5686950683594, 323.3643493652344, 207.79635620117188, 735.6367797851562, 1397.144287109375, 2988.3828125, 3282.214111328125, 2331.79931640625, 501.6681213378906, 967.4931030273438, 1647.4361572265625, 1562.22705078125, 888.236572265625, 869.200927734375, 1137.505126953125, 2690.818115234375, 2946.691650390625, 3523.38671875, 3121.800537109375, 2545.09814453125, 2384.605712890625, 1210.675048828125, 1203.3631591796875, 1046.8192138671875, 648.513427734375, 405.3670959472656, 681.4422607421875, 891.4998779296875, 2222.682861328125, 1529.498291015625, 438.62432861328125, 1759.5709228515625, 337.2782897949219, 1043.5244140625, 2515.947509765625, 1326.0799560546875, 713.9544067382812, 379.5206604003906, 1473.1328125, 2608.932373046875, 452.4619140625, 546.4922485351562, 584.6306762695312, 2521.400634765625, 2487.208251953125, 2371.326904296875, 1019.3906860351562, 2533.00830078125, 3117.769287109375, 3206.222900390625, 3414.87890625, 3615.9150390625, 3407.828125, 1563.8221435546875, 1089.80908203125, 1330.750732421875, 1221.1226806640625, 257.42877197265625, 453.0675048828125, 1063.1748046875, 1187.9281005859375, 1702.0880126953125, 923.0087280273438, 1638.1563720703125, 215.1613006591797, 277.8711242675781, 758.8058471679688, 1904.1654052734375, 966.5722045898438, 411.1075744628906, 1174.271728515625, 576.2401733398438, 576.1199340820312, 518.014892578125, 542.2719116210938, 363.7699279785156, 749.0650024414062, 2780.37353515625, 3370.6123046875, 2841.837890625, 2352.04833984375, 1832.5504150390625, 793.3592529296875, 1279.6796875, 3346.0810546875, 3247.292236328125, 3517.938232421875, 2956.802001953125, 1576.6080322265625, 832.7247314453125, 1117.9366455078125, 620.4471435546875, 334.7204895019531, 538.067138671875, 853.4474487304688, 418.5058288574219, 235.47882080078125, 367.42608642578125, 997.7355346679688, 1816.4788818359375, 215.76934814453125, 536.0035400390625, 565.8295288085938, 509.53759765625, 752.476806640625, 579.5509033203125, 368.33026123046875, 644.0745239257812, 1327.525634765625, 742.869384765625, 375.4822692871094, 1472.994140625, 1141.0106201171875, 1999.814697265625, 1862.001220703125, 2168.07568359375, 809.6144409179688, 2229.347900390625, 3541.42919921875, 3299.0302734375, 3453.24755859375, 2866.89111328125, 1592.3448486328125, 2438.286865234375, 2112.86474609375, 1391.4755859375, 356.53662109375, 1163.8951416015625, 1078.449951171875, 460.10821533203125, 87.57086944580078, 286.6027526855469, 504.19891357421875, 1363.98095703125, 408.03717041015625, 1557.8594970703125, 475.2303161621094, 713.229736328125, 645.1669311523438, 506.04888916015625, 990.4076538085938, 939.40185546875, 434.3140869140625, 3080.919677734375, 2983.921875, 3582.4658203125, 3233.922607421875, 2824.65478515625, 2255.369140625, 2647.76953125, 1668.84619140625, 1219.8829345703125, 1041.351806640625, 420.6792907714844, 265.0163879394531, 131.75015258789062, 990.7867431640625, 1681.230224609375, 3726.22998046875, 1893.7452392578125, 1633.74755859375, 533.0108032226562, 589.5822143554688, 300.55810546875, 501.5895080566406, 566.3345947265625, 2649.5419921875, 3020.485107421875, 3237.79443359375, 2564.684814453125, 1811.4920654296875, 2394.455078125, 3445.482421875, 3053.48828125, 572.4864501953125, 1196.37744140625, 415.1915283203125, 507.2669677734375, 176.62445068359375, 3300.23681640625, 3725.01953125, 2017.737548828125, 2112.6513671875, 2258.945068359375, 1021.4974365234375, 1105.4033203125, 560.647216796875, 410.2253723144531, 807.550048828125, 1374.039306640625, 599.2664184570312, 1372.215087890625, 1075.776123046875, 1072.83251953125, 3107.318115234375, 2223.322998046875, 3321.991943359375, 2772.031982421875, 1403.4892578125, 3195.1806640625, 3451.047119140625, 3555.121337890625, 1355.74609375, 609.3251953125, 482.2255859375, 966.6236572265625, 617.9321899414062, 2900.611083984375, 3194.040771484375, 2620.162841796875, 3303.680908203125, 4346.91552734375, 1231.333251953125, 472.96435546875, 390.5528564453125, 672.0471801757812, 465.6217041015625, 801.820068359375, 542.0565795898438, 788.2659301757812, 927.8086547851562, 599.2001342773438, 1712.304443359375, 1543.166015625, 704.8659057617188, 3176.859375, 2649.734130859375, 2003.21142578125, 2122.78271484375, 2288.421142578125, 2375.229736328125, 639.109619140625, 774.0896606445312, 564.402587890625, 359.9388427734375, 359.43707275390625, 3848.4658203125, 4940.0, 3490.737548828125, 895.1903686523438, 519.5050048828125, 871.8001708984375, 1577.47802734375, 1351.9940185546875, 926.4927368164062, 1529.64794921875, 1849.7293701171875, 1301.7529296875, 307.1203918457031, 787.6553344726562, 564.3799438476562, 315.9591979980469, 601.440185546875, 2923.028076171875, 4576.3076171875, 2424.418212890625, 1224.968017578125, 468.2904968261719, 522.1146240234375, 928.7765502929688, 677.3328857421875, 1309.8843994140625, 332.6070251464844, 762.128662109375, 492.8492736816406, 690.9271850585938, 664.1397705078125, 651.4871215820312, 351.0596618652344, 410.9648742675781, 453.087890625, 391.54345703125, 719.9004516601562, 933.0067749023438, 2302.698974609375, 904.9666748046875, 799.003662109375, 457.59112548828125, 337.3553771972656, 361.5035705566406, 382.61175537109375, 611.56787109375, 460.16510009765625, 456.6609802246094, 447.71484375, 381.5753173828125, 593.8646850585938, 508.4005432128906, 330.1013488769531, 470.5350646972656, 376.5400085449219, 507.0533752441406, 443.0158386230469, 702.7601928710938, 410.29986572265625]\n", - "878\n", - "969\n", - "233\n", - "[491.36029052734375, 597.5518798828125, 4277.33447265625, 837.8585815429688, 691.9357299804688, 793.3834228515625, 668.5550537109375, 636.0826416015625, 564.55029296875, 320.6065673828125, 2437.74072265625, 3654.21533203125, 2662.7861328125, 3688.827880859375, 1161.1575927734375, 888.5966186523438, 445.36163330078125, 205.9589385986328, 571.1461181640625, 1999.907958984375, 2027.9056396484375, 1892.9635009765625, 3078.439697265625, 5128.494140625, 494.9159851074219, 379.7585144042969, 243.25732421875, 443.5284423828125, 563.2371826171875, 142.4021453857422, 536.430908203125, 314.1907958984375, 316.3843994140625, 680.0234985351562, 717.2918090820312, 489.9613037109375, 283.03228759765625, 768.7968139648438, 1753.2193603515625, 4897.5732421875, 3536.743896484375, 1373.8399658203125, 407.8557434082031, 514.0596313476562, 418.1670837402344, 1482.123291015625, 3110.00927734375, 3989.91845703125, 5858.06201171875, 2405.89111328125, 1378.98681640625, 1153.7081298828125, 7051.87353515625, 6565.35107421875, 7029.97998046875, 6408.1552734375, 6629.21484375, 641.6472778320312, 702.9524536132812, 415.1293029785156, 1488.4771728515625, 1211.484130859375, 2947.872802734375, 2053.830078125, 7359.3134765625, 2725.84423828125, 1617.06591796875, 7386.3056640625, 7201.15380859375, 9565.2626953125, 10725.37109375, 7476.93505859375, 2069.302001953125, 1400.885986328125, 459.8365173339844, 987.1747436523438, 188.66099548339844, 2732.279296875, 4857.5048828125, 3387.3759765625, 7154.19580078125, 10648.4990234375, 11129.1103515625, 11414.04296875, 10197.06640625, 6592.39794921875, 4593.28857421875, 581.593994140625, 3222.80029296875, 1679.1329345703125, 764.0752563476562, 7668.0908203125, 10022.7216796875, 8372.291015625, 8603.8642578125, 10161.1015625, 8598.6064453125, 5344.1787109375, 1985.7843017578125, 1660.2821044921875, 4545.25732421875, 1597.9935302734375, 398.35675048828125, 524.6704711914062, 434.7493591308594, 311.6551208496094, 617.70751953125, 903.290771484375, 1299.499267578125, 2294.86669921875, 1467.353515625, 620.3006591796875, 499.97552490234375, 175.3592529296875, 1461.0589599609375, 6705.86474609375, 9817.0751953125, 10511.5751953125, 11592.3623046875, 9814.615234375, 10655.5859375, 10565.341796875, 8377.6181640625, 7440.15380859375, 7188.1552734375, 3393.974365234375, 2885.3251953125, 2511.694091796875, 1240.1773681640625, 805.522216796875, 481.0243835449219, 1013.2464599609375, 1860.1307373046875, 1113.370849609375, 1204.9302978515625, 2021.67138671875, 4006.718505859375, 3352.350341796875, 8225.3212890625, 8897.1328125, 9517.7802734375, 10085.3134765625, 9161.48828125, 6029.30615234375, 9342.7939453125, 6743.33349609375, 2935.01171875, 5186.259765625, 1586.4754638671875, 612.7081298828125, 1846.2850341796875, 1048.681396484375, 369.0564880371094, 1061.893310546875, 851.9278564453125, 1576.3958740234375, 1594.9068603515625, 2164.443359375, 1388.1400146484375, 2316.441162109375, 5100.10107421875, 8792.595703125, 8644.958984375, 8220.52734375, 6775.34619140625, 3996.27197265625, 4701.2412109375, 7352.6142578125, 5931.26220703125, 2404.6552734375, 525.0169067382812, 2365.3095703125, 7741.9443359375, 4294.87939453125, 580.0724487304688, 856.4270629882812, 435.79034423828125, 396.1922912597656, 648.0016479492188, 662.6587524414062, 5483.18359375, 8909.3681640625, 6827.947265625, 9123.42578125, 9166.91015625, 9386.744140625, 11037.08203125, 8642.638671875, 1401.83642578125, 1756.471923828125, 8209.2890625, 2722.8193359375, 545.16015625, 708.0137329101562, 1801.705322265625, 7067.263671875, 7710.4208984375, 6658.83642578125, 7240.12646484375, 9040.234375, 9332.39453125, 5331.611328125, 513.44287109375, 1819.4180908203125, 423.8630676269531, 678.7817993164062, 5345.775390625, 5841.4609375, 3183.2958984375, 9780.3173828125, 7692.26953125, 1028.47802734375, 384.5850830078125, 698.8742065429688, 551.3607177734375, 543.9074096679688, 603.3876953125, 2427.795654296875, 2481.10986328125, 1015.92333984375, 1113.557373046875, 1528.8900146484375, 443.1806335449219, 786.0529174804688, 693.2306518554688, 602.6668090820312, 453.4620361328125, 422.32550048828125, 910.8662109375, 1317.1810302734375, 1112.5113525390625, 1648.5999755859375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "232\n", - "970\n", - "24\n", - "[1555.8994140625, 792.5408325195312, 376.4985656738281, 331.3111877441406, 1525.845703125, 455.3680114746094, 2659.677978515625, 2210.808349609375, 2126.106689453125, 1923.6243896484375, 1675.0247802734375, 986.5762939453125, 2325.48828125, 2767.398681640625, 2659.35107421875, 2694.91455078125, 1073.1591796875, 563.1766967773438, 969.1507568359375, 907.237548828125, 1657.896728515625, 582.8311767578125, 500.0274658203125, 538.0921020507812]\n", - "24\n", - "971\n", - "13\n", - "[527.7539672851562, 351.2525329589844, 363.2594299316406, 803.4354858398438, 3047.51318359375, 13053.375, 5667.32763671875, 676.5694580078125, 662.4957885742188, 397.003173828125, 2744.440185546875, 812.9591674804688, 802.941650390625]\n", - "13\n", - "972\n", - "12\n", - "[483.03326416015625, 998.0525512695312, 941.2919311523438, 321.5810852050781, 1421.4820556640625, 593.5877685546875, 336.7246398925781, 375.5186462402344, 488.80535888671875, 1541.286865234375, 778.31982421875, 633.1051635742188]\n", - "12\n", - "973\n", - "16\n", - "[454.81146240234375, 452.3893737792969, 903.9235229492188, 1430.541015625, 469.8179016113281, 468.0069580078125, 1053.296630859375, 1556.062255859375, 1755.8013916015625, 913.993408203125, 363.5095520019531, 665.05322265625, 738.4384765625, 1107.3582763671875, 313.9290771484375, 435.33819580078125]\n", - "16\n", - "974\n", - "5\n", - "[741.05712890625, 595.1214599609375, 2241.276123046875, 1378.207763671875, 332.5213317871094]\n", - "5\n", - "975\n", - "24\n", - "[422.6878967285156, 1332.2015380859375, 2193.665283203125, 1394.4864501953125, 1084.6488037109375, 1402.271484375, 349.0334777832031, 536.3455810546875, 1593.8074951171875, 2814.521484375, 1589.7515869140625, 691.5794677734375, 3188.10498046875, 3478.8115234375, 1044.2626953125, 770.9652709960938, 1279.1251220703125, 1812.2969970703125, 611.442138671875, 900.762451171875, 1212.2943115234375, 404.1587829589844, 447.8538818359375, 490.9469299316406]\n", - "24\n", - "976\n", - "6\n", - "[434.2970886230469, 574.4271240234375, 3445.45166015625, 809.0376586914062, 483.7036437988281, 1009.7240600585938]\n", - "6\n", - "977\n", - "13\n", - "[398.6240539550781, 2763.3974609375, 2534.218994140625, 2633.101318359375, 913.3883056640625, 3326.08203125, 2932.068359375, 894.6165161132812, 1048.13818359375, 890.0849609375, 1538.8966064453125, 1527.455078125, 514.9934692382812]\n", - "13\n", - "978\n", - "11\n", - "[425.02392578125, 1499.3131103515625, 1379.786376953125, 780.50244140625, 542.458251953125, 302.4081115722656, 685.5736083984375, 575.5072021484375, 672.21826171875, 842.6748046875, 465.6543273925781]\n", - "11\n", - "979\n", - "14\n", - "[368.4363098144531, 307.40582275390625, 917.1168212890625, 733.0110473632812, 738.2784423828125, 502.50091552734375, 1032.9573974609375, 517.933837890625, 1200.2705078125, 329.9850769042969, 625.47412109375, 407.7402648925781, 784.7984619140625, 303.6820373535156]\n", - "14\n", - "980\n", - "9\n", - "[504.47998046875, 1606.9183349609375, 848.4761352539062, 322.72235107421875, 502.1527099609375, 430.7726135253906, 588.7125244140625, 474.1213073730469, 889.3038330078125]\n", - "9\n", - "981\n", - "6\n", - "[307.44384765625, 829.9982299804688, 704.51708984375, 2289.680419921875, 560.1336669921875, 552.6478271484375]\n", - "6\n", - "982\n", - "17\n", - "[396.6539306640625, 694.7884521484375, 607.335693359375, 1261.05224609375, 884.6001586914062, 2104.916259765625, 1880.7742919921875, 511.87799072265625, 2443.770263671875, 2840.224853515625, 2316.8544921875, 2185.112060546875, 2614.86279296875, 1032.904541015625, 1380.4017333984375, 1466.6910400390625, 315.7966003417969]\n", - "17\n", - "983\n", - "20\n", - "[1180.857421875, 1032.8349609375, 783.1812744140625, 329.21551513671875, 1719.340087890625, 2541.96728515625, 2418.33544921875, 570.4613647460938, 429.23077392578125, 632.6566162109375, 301.5923767089844, 1432.0377197265625, 2745.7021484375, 2210.395751953125, 1104.390380859375, 728.4420776367188, 588.0711059570312, 482.1931457519531, 998.40087890625, 483.29376220703125]\n", - "20\n", - "984\n", - "28\n", - "[303.2682800292969, 364.7903137207031, 872.1436157226562, 487.8288879394531, 415.9119873046875, 1014.5317993164062, 1155.4693603515625, 1822.72216796875, 551.1175537109375, 1079.7977294921875, 1151.6810302734375, 631.2933349609375, 3239.775634765625, 645.7974243164062, 380.5959167480469, 711.9953002929688, 1480.24609375, 584.599853515625, 402.396484375, 1111.71142578125, 351.7415771484375, 1044.843505859375, 358.2763671875, 568.7335815429688, 307.735107421875, 314.8592834472656, 581.958740234375, 422.6833801269531]\n", - "28\n", - "985\n", - "24\n", - "[302.62158203125, 347.3931884765625, 599.1259765625, 608.38427734375, 991.9967651367188, 458.63592529296875, 891.5628662109375, 1956.673583984375, 525.069091796875, 951.1067504882812, 2901.104248046875, 1041.7896728515625, 307.3050842285156, 1414.8409423828125, 1047.958740234375, 352.3551330566406, 561.4957885742188, 1550.891357421875, 349.4885559082031, 482.7814025878906, 394.908203125, 1180.654541015625, 371.4213562011719, 636.4386596679688]\n", - "24\n", - "986\n", - "52\n", - "[509.8557434082031, 1030.0181884765625, 1318.6556396484375, 395.6723327636719, 1954.4036865234375, 3565.5322265625, 1174.7103271484375, 1668.136962890625, 2659.95361328125, 391.658447265625, 312.9615173339844, 557.1672973632812, 3261.552490234375, 3383.24072265625, 895.377685546875, 3598.10546875, 3036.77587890625, 591.044677734375, 443.4449462890625, 1045.7799072265625, 3060.859619140625, 1400.1136474609375, 1384.9365234375, 2660.555908203125, 793.925048828125, 1398.33740234375, 1417.325439453125, 1440.6807861328125, 590.0108642578125, 867.80078125, 845.4148559570312, 782.6400146484375, 987.1810913085938, 807.879150390625, 2016.767578125, 713.052490234375, 630.6483154296875, 463.52935791015625, 376.34503173828125, 686.8953857421875, 354.1777038574219, 1306.4332275390625, 966.55810546875, 1635.5635986328125, 877.2742309570312, 629.2198486328125, 487.7865905761719, 772.4625244140625, 2344.3828125, 306.4892578125, 318.9425964355469]\n", - "51\n", - "987\n", - "70\n", - "[609.2201538085938, 358.37969970703125, 2167.128662109375, 775.0765380859375, 309.2002258300781, 821.8123779296875, 1389.016845703125, 2508.3076171875, 1687.068115234375, 697.0665893554688, 1205.5845947265625, 438.8082275390625, 414.0771179199219, 1315.3282470703125, 3072.114990234375, 4151.36279296875, 4746.365234375, 2506.238037109375, 1189.955078125, 978.3197021484375, 801.8217163085938, 2702.742919921875, 3628.09814453125, 4101.1572265625, 2464.214111328125, 993.4849243164062, 620.9074096679688, 1461.6956787109375, 2675.79736328125, 1678.811279296875, 1109.85546875, 569.28466796875, 408.00689697265625, 440.7836608886719, 776.2258911132812, 327.1728210449219, 406.92425537109375, 946.8637084960938, 308.3675842285156, 1759.47412109375, 1099.4527587890625, 613.2957153320312, 2438.010498046875, 1549.8218994140625, 784.7700805664062, 452.0684509277344, 401.9905090332031, 3029.926025390625, 2568.579345703125, 883.0499267578125, 567.9450073242188, 1437.1502685546875, 3319.210205078125, 2127.6142578125, 917.0055541992188, 1165.8226318359375, 1056.60302734375, 2204.468994140625, 1624.1417236328125, 308.3163146972656, 569.943115234375, 670.9803466796875, 590.6898803710938, 936.843505859375, 557.6669311523438, 1614.8404541015625, 376.0140686035156, 305.6921081542969, 333.40673828125, 781.04052734375]\n", - "70\n", - "988\n", - "47\n", - "[362.8634948730469, 457.3567810058594, 629.628662109375, 460.56768798828125, 928.3712158203125, 475.59539794921875, 408.4000549316406, 1100.58984375, 842.8443603515625, 906.47802734375, 741.3533325195312, 2525.1416015625, 1618.5537109375, 2442.4853515625, 585.9093627929688, 839.0370483398438, 1876.5322265625, 3836.052734375, 2766.4560546875, 592.1774291992188, 356.4280700683594, 382.1251525878906, 1169.905029296875, 2243.289794921875, 786.3466796875, 1094.8446044921875, 618.1792602539062, 357.2569274902344, 408.07257080078125, 550.3387451171875, 2052.572998046875, 1874.34521484375, 740.591796875, 545.6779174804688, 367.8570251464844, 337.3504638671875, 458.5348815917969, 439.22564697265625, 887.7819213867188, 831.2520141601562, 507.1473388671875, 632.023193359375, 399.6213684082031, 399.9349670410156, 1561.4053955078125, 508.67083740234375, 611.73095703125]\n", - "47\n", - "989\n", - "14\n", - "[797.9567260742188, 490.2391052246094, 541.3275756835938, 1842.734375, 1673.7510986328125, 527.6310424804688, 301.3082275390625, 475.9599304199219, 651.6763305664062, 343.13140869140625, 855.3395385742188, 1295.889404296875, 387.0730895996094]\n", - "13\n", - "990\n", - "28\n", - "[554.1333618164062, 661.573974609375, 540.7444458007812, 504.94635009765625, 1066.1385498046875, 1224.8695068359375, 798.0923461914062, 558.4613037109375, 1914.355224609375, 2127.011962890625, 1049.4488525390625, 404.440185546875, 592.130126953125, 2062.795654296875, 2119.151611328125, 1056.788330078125, 1148.2769775390625, 486.54388427734375, 985.5797729492188, 1817.688232421875, 1620.5640869140625, 1549.491455078125, 1377.8837890625, 301.7151184082031, 336.8623046875, 398.58184814453125, 847.9244995117188, 714.3772583007812]\n", - "28\n", - "991\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[441.9424133300781, 771.4595336914062, 357.9881896972656, 1201.9073486328125, 2047.3721923828125, 2087.918701171875, 414.37274169921875, 386.622802734375, 883.0468139648438, 654.9077758789062]\n", - "10\n", - "992\n", - "5\n", - "[1877.3914794921875, 3136.830810546875, 1914.0240478515625, 1237.85791015625, 2115.17724609375]\n", - "5\n", - "993\n", - "22\n", - "[425.1357727050781, 2412.456787109375, 2432.19189453125, 914.3995361328125, 383.1191101074219, 699.8165283203125, 577.31298828125, 534.0238647460938, 323.754638671875, 576.1615600585938, 1643.041015625, 783.1119995117188, 527.1287231445312, 862.6668090820312, 864.8653564453125, 530.0940551757812, 741.9567260742188, 698.9743041992188, 498.3499755859375, 1254.8876953125, 894.517578125, 335.52459716796875]\n", - "22\n", - "994\n", - "16\n", - "[323.82940673828125, 551.6555786132812, 1019.1445922851562, 990.361572265625, 594.259765625, 2497.638916015625, 957.8460083007812, 1397.1846923828125, 734.4105834960938, 1759.275390625, 1549.4693603515625, 1286.6158447265625, 709.6508178710938, 2092.240966796875, 1014.405517578125, 570.2381591796875]\n", - "16\n", - "995\n", - "10\n", - "[689.42626953125, 303.85162353515625, 544.3262939453125, 705.2492065429688, 506.6244812011719, 940.2380981445312, 552.7103881835938, 430.4350891113281, 714.6508178710938, 421.76806640625]\n", - "10\n", - "996\n", - "26\n", - "[342.3497314453125, 366.98883056640625, 349.0760192871094, 898.3290405273438, 336.3808288574219, 1025.763671875, 803.7355346679688, 655.659423828125, 1539.2628173828125, 1582.0909423828125, 454.2706298828125, 1754.4991455078125, 1118.9959716796875, 1254.1435546875, 626.4577026367188, 864.288330078125, 351.5569152832031, 747.4322509765625, 531.8089599609375, 533.223388671875, 314.3618469238281, 1029.1043701171875, 1584.86669921875, 925.9996337890625, 612.7738647460938, 657.06982421875]\n", - "26\n", - "997\n", - "10\n", - "[827.7214965820312, 643.6235961914062, 544.0571899414062, 1080.158935546875, 1205.5631103515625, 991.1182861328125, 467.99029541015625, 862.2110595703125, 658.4874877929688, 454.2629089355469]\n", - "10\n", - "998\n", - "8\n", - "[1263.502685546875, 1887.3140869140625, 944.4938354492188, 867.4984130859375, 1395.1573486328125, 550.9970703125, 314.0144348144531, 393.11749267578125]\n", - "8\n", - "999\n", - "7\n", - "[1010.3082885742188, 494.77294921875, 458.6971435546875, 1116.064453125, 846.3365478515625, 659.3899536132812, 447.8654479980469]\n", - "7\n", - "1000\n", - "75\n", - "[342.00433349609375, 433.3745422363281, 499.5357971191406, 614.817138671875, 547.1912231445312, 332.92938232421875, 681.6903076171875, 367.4212341308594, 886.5408325195312, 393.4662780761719, 362.0652770996094, 495.2802429199219, 1448.227294921875, 1470.3399658203125, 1010.5751342773438, 1043.1416015625, 1272.155517578125, 627.8074951171875, 1017.4669189453125, 1372.8060302734375, 1391.243896484375, 513.5404052734375, 510.0849304199219, 850.7348022460938, 424.9579162597656, 2049.02392578125, 2097.985107421875, 1872.16064453125, 1119.3248291015625, 632.4859008789062, 659.5598754882812, 710.0588989257812, 356.4783020019531, 364.8476867675781, 970.7322387695312, 1766.618408203125, 3818.563720703125, 3131.173583984375, 3023.08984375, 1020.77001953125, 589.907958984375, 415.22998046875, 213.8221893310547, 1504.743408203125, 3177.945556640625, 3209.48974609375, 3057.33935546875, 663.2057495117188, 436.5503845214844, 387.0314636230469, 433.6214294433594, 1249.585693359375, 668.6544799804688, 1148.8736572265625, 355.8717346191406, 330.5903625488281, 1304.2921142578125, 1029.978759765625, 396.3762512207031, 664.8922119140625, 606.6488647460938, 1247.2686767578125, 758.0237426757812, 389.0094909667969, 732.7067260742188, 993.3025512695312, 516.3973388671875, 458.2536926269531, 978.241943359375, 1363.7347412109375, 859.2067260742188, 550.61767578125, 614.5323486328125, 389.513671875, 719.057861328125]\n", - "75\n", - "1001\n", - "4\n", - "[1852.052734375, 1341.3790283203125, 1958.2298583984375, 2537.301025390625]\n", - "4\n", - "1002\n", - "13\n", - "[1030.5950927734375, 781.365234375, 343.0207824707031, 1524.5198974609375, 408.85406494140625, 521.3904418945312, 388.3365173339844, 895.0018920898438, 1320.58837890625, 558.4222412109375, 946.7587890625, 1295.3270263671875, 914.4095458984375]\n", - "13\n", - "1003\n", - "9\n", - "[1239.1405029296875, 2883.499267578125, 1516.2745361328125, 1369.031005859375, 775.1051635742188, 598.5277709960938, 596.4041748046875, 1056.8084716796875, 630.0133056640625]\n", - "9\n", - "1004\n", - "10\n", - "[764.162841796875, 424.95465087890625, 417.00189208984375, 350.7445373535156, 339.8904724121094, 355.0605163574219, 870.0493774414062, 2292.419677734375, 882.3994750976562, 794.9003295898438]\n", - "10\n", - "1005\n", - "18\n", - "[369.790771484375, 584.61474609375, 1830.2178955078125, 2008.59619140625, 1872.1976318359375, 362.7837219238281, 365.92388916015625, 1378.904296875, 2374.31298828125, 2573.876708984375, 1167.9735107421875, 1437.8968505859375, 1892.49853515625, 1680.5450439453125, 472.5648193359375, 330.14892578125, 844.2034912109375, 398.67706298828125]\n", - "18\n", - "1006\n", - "15\n", - "[465.617431640625, 646.4458618164062, 725.0276489257812, 691.8379516601562, 780.2444458007812, 898.0485229492188, 1114.2344970703125, 612.1451416015625, 725.0953979492188, 399.1618347167969, 359.8023681640625, 411.39141845703125, 626.6611328125, 527.4071044921875, 347.0020446777344]\n", - "15\n", - "1007\n", - "10\n", - "[306.56134033203125, 317.8765869140625, 720.0507202148438, 594.9252319335938, 1139.1090087890625, 434.9637756347656, 410.84210205078125, 509.6134033203125, 342.91339111328125, 829.09619140625]\n", - "10\n", - "1008\n", - "7\n", - "[486.0668640136719, 1631.547119140625, 630.9187622070312, 377.817138671875, 1291.98876953125, 763.147216796875, 726.5587158203125]\n", - "7\n", - "1009\n", - "1\n", - "[6165.0]\n", - "1\n", - "1010\n", - "10\n", - "[888.6923828125, 421.98687744140625, 2119.04150390625, 2824.47509765625, 875.2440185546875, 370.54595947265625, 2127.68798828125, 2011.11328125, 857.04443359375, 587.3949584960938]\n", - "10\n", - "1011\n", - "56\n", - "[488.12908935546875, 915.0992431640625, 1888.670166015625, 576.5029296875, 1051.5374755859375, 133.87841796875, 1143.966064453125, 517.950927734375, 1622.702880859375, 617.9413452148438, 457.0303039550781, 106.23624420166016, 826.651123046875, 515.965087890625, 447.48919677734375, 2599.22119140625, 1957.6678466796875, 227.34811401367188, 421.3349304199219, 466.3148193359375, 315.3486328125, 1017.5957641601562, 3137.719482421875, 2504.0810546875, 167.5421600341797, 680.1541137695312, 329.0355224609375, 371.53924560546875, 363.4601135253906, 308.6619873046875, 1830.9400634765625, 4373.701171875, 1278.34814453125, 602.702880859375, 94.3416519165039, 327.3507385253906, 827.092529296875, 316.3606262207031, 572.6759643554688, 343.3316345214844, 2135.530029296875, 1923.204345703125, 974.008056640625, 332.00665283203125, 314.1025085449219, 544.203857421875, 1435.0390625, 420.31402587890625, 467.4703369140625, 335.49835205078125, 1039.9925537109375, 324.7947692871094, 464.2708740234375, 496.9403381347656]\n", - "54\n", - "1012\n", - "5\n", - "[2325.81298828125, 559.6220703125, 572.0877075195312, 3574.190673828125, 976.567138671875]\n", - "5\n", - "1013\n", - "4\n", - "[1081.5543212890625, 1234.4639892578125, 2460.8720703125, 1196.4022216796875]\n", - "4\n", - "1014\n", - "12\n", - "[585.6793212890625, 771.0179443359375, 744.8546752929688, 694.7271118164062, 452.94769287109375, 1512.9544677734375, 475.71044921875, 325.7382507324219, 931.6827392578125, 1693.15966796875, 588.4486694335938, 368.49993896484375]\n", - "12\n", - "1015\n", - "13\n", - "[931.0851440429688, 747.0918579101562, 2022.607177734375, 1165.5396728515625, 521.4721069335938, 340.9180908203125, 949.9739379882812, 1545.06982421875, 2515.379638671875, 1623.83837890625, 440.2550354003906, 1333.5650634765625, 525.027587890625]\n", - "13\n", - "1016\n", - "12\n", - "[536.806640625, 1364.1326904296875, 439.49298095703125, 1863.77099609375, 412.9789123535156, 740.9381713867188, 506.8818664550781, 528.6898803710938, 526.7346801757812, 304.8740234375, 613.903564453125, 536.161376953125]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "1017\n", - "11\n", - "[580.7647705078125, 1735.14599609375, 844.4124145507812, 334.7555236816406, 485.39495849609375, 793.1495971679688, 1088.14111328125, 683.2572631835938, 362.35888671875, 302.7980041503906, 699.7793579101562]\n", - "11\n", - "1018\n", - "10\n", - "[403.74615478515625, 1274.756103515625, 458.03741455078125, 1221.172119140625, 1030.3802490234375, 570.0302734375, 461.994384765625, 1189.8590087890625, 394.6954040527344, 484.7773742675781]\n", - "10\n", - "1019\n", - "7\n", - "[1142.728271484375, 826.8865356445312, 760.2256469726562, 1487.849609375, 534.4229125976562, 528.8511352539062, 432.38671875]\n", - "7\n", - "1020\n", - "8\n", - "[510.5540771484375, 1058.149169921875, 3059.76171875, 2121.7080078125, 842.1904907226562, 3034.95947265625, 1672.4215087890625, 1017.7506103515625]\n", - "8\n", - "1021\n", - "6\n", - "[447.04534912109375, 541.9966430664062, 1419.2874755859375, 1492.5728759765625, 601.4078369140625, 898.161865234375]\n", - "6\n", - "1022\n", - "7\n", - "[544.4027709960938, 1195.3453369140625, 1608.5921630859375, 883.7036743164062, 528.249755859375, 533.2744140625, 419.7640686035156]\n", - "7\n", - "1023\n", - "42\n", - "[1141.66259765625, 308.2314453125, 1162.2344970703125, 1111.1099853515625, 2462.184814453125, 1739.4320068359375, 525.6378784179688, 342.77301025390625, 599.4044799804688, 1339.5333251953125, 661.0798950195312, 908.8912963867188, 1007.0694580078125, 503.2584533691406, 540.16064453125, 839.7689208984375, 401.3047790527344, 332.8756103515625, 183.92373657226562, 335.7940673828125, 563.596435546875, 327.7092590332031, 575.8223266601562, 1616.1629638671875, 750.1204223632812, 670.8016967773438, 521.8328857421875, 294.4942626953125, 541.4600830078125, 523.1408081054688, 362.4563903808594, 667.9116821289062, 1344.1029052734375, 731.36474609375, 407.7630920410156, 680.4187622070312, 773.8652954101562, 460.06280517578125, 1087.278564453125, 733.1792602539062, 394.9301452636719, 1156.4720458984375]\n", - "42\n", - "1024\n", - "13\n", - "[312.9443359375, 642.3486938476562, 854.8162841796875, 639.84375, 1547.2420654296875, 1871.2012939453125, 749.9232177734375, 599.7102661132812, 971.646484375, 1794.31884765625, 616.4959716796875, 505.0408020019531, 897.3694458007812]\n", - "13\n", - "1025\n", - "11\n", - "[323.8279724121094, 448.2220153808594, 380.94158935546875, 726.0078735351562, 1100.1998291015625, 658.5894165039062, 1762.0146484375, 722.9947509765625, 742.3699340820312, 539.1973876953125, 697.8468017578125]\n", - "11\n", - "1026\n", - "10\n", - "[438.3674621582031, 333.7630310058594, 2021.6141357421875, 610.9915161132812, 430.8630676269531, 342.5297546386719, 1170.6759033203125, 435.2464599609375, 486.1275634765625, 568.7144775390625]\n", - "10\n", - "1027\n", - "389\n", - "[445.92535400390625, 409.8028259277344, 624.2474975585938, 915.2261352539062, 370.76885986328125, 1403.0362548828125, 655.5807495117188, 344.7744140625, 579.201171875, 635.3456420898438, 924.0293579101562, 552.7499389648438, 1696.6240234375, 381.76763916015625, 472.79974365234375, 365.5484924316406, 319.768798828125, 493.4567565917969, 404.1551513671875, 390.33465576171875, 426.7033996582031, 797.643310546875, 2171.580078125, 1895.3902587890625, 844.026611328125, 392.3332214355469, 672.8245239257812, 465.65191650390625, 327.5292663574219, 468.0819396972656, 338.6968078613281, 532.02099609375, 1331.0596923828125, 350.4708251953125, 705.440673828125, 588.1876831054688, 2360.2294921875, 2658.78955078125, 1257.301025390625, 269.9215393066406, 298.1755065917969, 346.3812561035156, 507.1145324707031, 473.9832458496094, 326.173583984375, 376.62200927734375, 802.4925537109375, 539.6424560546875, 465.4267578125, 389.6886901855469, 1252.4132080078125, 1907.1126708984375, 1625.6610107421875, 150.15646362304688, 643.6197509765625, 336.7099914550781, 665.0218505859375, 1581.31396484375, 427.3558349609375, 536.8735961914062, 520.2723999023438, 375.39337158203125, 716.18359375, 1123.5211181640625, 993.9730834960938, 664.9950561523438, 308.40179443359375, 784.9315795898438, 419.2123107910156, 312.8104553222656, 350.20574951171875, 855.426513671875, 501.02288818359375, 368.1312255859375, 493.2814025878906, 402.737548828125, 876.4708251953125, 981.9761962890625, 227.9713897705078, 481.7648620605469, 910.3734130859375, 405.96002197265625, 430.468994140625, 1263.610107421875, 2678.410888671875, 1409.9442138671875, 446.3518981933594, 355.24285888671875, 164.6319122314453, 561.9890747070312, 696.267578125, 1570.572021484375, 959.7886962890625, 840.0004272460938, 470.92156982421875, 1020.9579467773438, 1203.969970703125, 1853.4681396484375, 2219.211669921875, 630.7590942382812, 440.0802917480469, 166.9876708984375, 91.41423797607422, 679.1470336914062, 1009.3170166015625, 2975.716552734375, 1664.29345703125, 305.6205139160156, 570.3295288085938, 545.1762084960938, 427.7604064941406, 436.08123779296875, 364.75323486328125, 386.15777587890625, 460.17840576171875, 782.2807006835938, 2062.4111328125, 360.1959533691406, 304.4012451171875, 654.0867919921875, 514.5228271484375, 481.7341003417969, 1569.8436279296875, 3115.860595703125, 2542.86572265625, 900.8382568359375, 512.6069946289062, 954.1263427734375, 1043.36279296875, 934.513916015625, 473.06793212890625, 806.4276123046875, 750.493408203125, 454.80426025390625, 361.89385986328125, 628.4492797851562, 782.7070922851562, 322.18450927734375, 349.5303649902344, 1085.7193603515625, 328.1517333984375, 303.3231201171875, 2054.2578125, 4015.631103515625, 1623.849853515625, 1647.604736328125, 1596.078369140625, 1205.745361328125, 907.2293701171875, 636.9935913085938, 1680.4989013671875, 2135.686767578125, 809.0413818359375, 481.0795593261719, 582.0714111328125, 448.802490234375, 921.837646484375, 720.78564453125, 644.563232421875, 506.0586853027344, 412.7572021484375, 801.5455322265625, 954.5955200195312, 1154.7791748046875, 1666.462158203125, 3860.343505859375, 3838.474609375, 2333.112060546875, 1493.71484375, 663.897216796875, 401.27203369140625, 682.2160034179688, 808.3222045898438, 1017.7179565429688, 367.94024658203125, 378.0223388671875, 984.262939453125, 2265.002197265625, 490.7191467285156, 284.5465393066406, 1359.912841796875, 2173.6689453125, 4234.22705078125, 4776.6162109375, 3163.55224609375, 731.2123413085938, 1371.962646484375, 474.74371337890625, 1054.334716796875, 308.2395935058594, 1100.94384765625, 758.8523559570312, 2869.823486328125, 1681.623779296875, 1574.7841796875, 2692.71484375, 3711.71484375, 4160.60693359375, 4703.283203125, 3637.031982421875, 2257.260986328125, 1900.5115966796875, 635.2975463867188, 746.3021240234375, 568.9017944335938, 493.3173828125, 1054.7720947265625, 650.6883544921875, 675.2131958007812, 702.45751953125, 1488.4486083984375, 3011.45751953125, 2679.22412109375, 2033.2030029296875, 3382.430419921875, 3322.38720703125, 4546.396484375, 3980.578125, 1622.6385498046875, 1442.1884765625, 809.8182983398438, 607.9243774414062, 744.0533447265625, 700.1500854492188, 341.04656982421875, 353.791748046875, 920.78076171875, 2005.2686767578125, 981.1270751953125, 477.79327392578125, 2618.166015625, 2226.353759765625, 3428.7578125, 3814.423095703125, 2233.30029296875, 1375.25634765625, 857.3833618164062, 339.7318420410156, 375.8750305175781, 703.8966064453125, 708.0897827148438, 853.3336791992188, 1266.2337646484375, 333.48297119140625, 666.1329345703125, 1421.6507568359375, 1749.23095703125, 1994.118896484375, 2859.28173828125, 2386.577392578125, 323.73590087890625, 334.84112548828125, 386.5987548828125, 1011.220458984375, 377.6368408203125, 1319.8043212890625, 1871.43310546875, 901.833984375, 1179.478271484375, 535.3969116210938, 570.7666015625, 675.0741577148438, 2233.3701171875, 1920.5340576171875, 1096.4111328125, 445.3157958984375, 457.5498046875, 642.4683227539062, 614.9603881835938, 592.9003295898438, 844.8670043945312, 377.1635437011719, 228.788330078125, 877.8019409179688, 477.1226501464844, 963.311767578125, 818.9634399414062, 1109.9176025390625, 1223.4595947265625, 887.3909301757812, 1156.8670654296875, 318.0181884765625, 849.8605346679688, 731.6867065429688, 661.544677734375, 1206.236572265625, 370.4771423339844, 131.477783203125, 256.2308349609375, 544.1028442382812, 865.4765014648438, 1431.702880859375, 554.7261962890625, 548.8314819335938, 547.3486328125, 477.2282409667969, 1205.957763671875, 1329.3797607421875, 587.0858154296875, 755.0305786132812, 473.99359130859375, 323.1011657714844, 657.571044921875, 433.66650390625, 509.4930725097656, 1501.0701904296875, 503.4770202636719, 495.78802490234375, 522.0458984375, 893.6104736328125, 414.49383544921875, 364.1976013183594, 626.5371704101562, 558.2364501953125, 597.5383911132812, 498.8153381347656, 345.1454162597656, 453.7083435058594, 1027.645263671875, 641.0276489257812, 838.6739501953125, 1289.0498046875, 2185.730712890625, 598.064697265625, 374.033935546875, 407.2838134765625, 1405.597900390625, 3427.310546875, 2376.888427734375, 2332.229736328125, 716.2479858398438, 1211.53857421875, 876.1071166992188, 2535.361572265625, 2637.075927734375, 792.1641235351562, 1142.564208984375, 1755.765625, 457.40447998046875, 482.0079040527344, 540.9248657226562, 707.549560546875, 905.6996459960938, 405.9361572265625, 931.726806640625, 1016.0599975585938, 671.3232421875, 820.3410034179688, 685.1182861328125, 1203.763916015625, 848.2785034179688, 334.72412109375, 381.4534606933594, 375.92266845703125, 705.0570678710938, 461.5224609375, 343.6384582519531, 964.0106811523438, 980.6171264648438, 1033.4100341796875, 588.0888061523438, 1632.70166015625, 385.08538818359375, 1299.733154296875, 597.015380859375, 745.4750366210938, 690.574462890625, 378.3131103515625, 535.93896484375, 1044.41796875, 719.80859375, 367.775390625, 1820.6058349609375, 1959.6324462890625, 500.8353271484375, 383.5106201171875, 1917.3515625, 459.2914733886719, 884.8353881835938, 323.1611633300781, 783.5523681640625, 1093.2802734375, 1151.6734619140625, 511.7666931152344, 1478.8363037109375, 1838.457275390625]\n", - "386\n", - "1028\n", - "6\n", - "[572.3685302734375, 1685.86669921875, 1002.1116943359375, 1029.3277587890625, 743.6260375976562, 523.1499633789062]\n", - "6\n", - "1029\n", - "26\n", - "[830.04541015625, 599.2252197265625, 421.0666198730469, 2177.894287109375, 2902.93017578125, 878.301513671875, 3158.6083984375, 2484.257568359375, 1294.1859130859375, 1610.620849609375, 3097.55712890625, 3758.221435546875, 1289.356201171875, 791.9561157226562, 308.3071594238281, 2794.038818359375, 3924.487548828125, 2982.1435546875, 927.8369140625, 1379.162353515625, 1945.7122802734375, 335.60052490234375, 635.0886840820312, 546.8575439453125, 380.3423156738281, 316.9468994140625]\n", - "26\n", - "1030\n", - "140\n", - "[398.4382629394531, 519.4048461914062, 1102.09912109375, 2050.261474609375, 437.2167053222656, 2224.4345703125, 2338.3935546875, 305.9517822265625, 347.7377624511719, 307.10552978515625, 508.8141174316406, 856.631103515625, 479.8026123046875, 446.0038146972656, 531.908203125, 1263.2064208984375, 1376.355224609375, 1121.6199951171875, 2208.594970703125, 1724.6763916015625, 1567.818115234375, 2305.421142578125, 582.4237670898438, 1889.3388671875, 1765.973876953125, 615.2205810546875, 994.4979858398438, 457.1922302246094, 839.9784545898438, 734.8984375, 734.8553466796875, 3094.80615234375, 4092.02880859375, 3927.455322265625, 991.4483032226562, 734.4182739257812, 3578.765380859375, 1373.599609375, 2831.988037109375, 3751.21240234375, 1530.477294921875, 410.1560974121094, 763.7918090820312, 1214.55517578125, 1244.482666015625, 4458.69873046875, 6182.92578125, 6113.73828125, 5268.9189453125, 5051.32080078125, 2513.774169921875, 2366.270263671875, 1915.8646240234375, 5058.59716796875, 836.352783203125, 443.6921691894531, 654.6000366210938, 1048.2550048828125, 1150.9969482421875, 2754.08251953125, 6225.966796875, 6205.533203125, 6195.20751953125, 5590.9609375, 5223.36865234375, 4028.585693359375, 4218.66064453125, 3490.10986328125, 528.4391479492188, 1755.982421875, 694.535888671875, 729.4258422851562, 1008.6610717773438, 3756.719482421875, 1012.5506591796875, 2523.424560546875, 2556.6220703125, 5583.50439453125, 6237.57275390625, 4842.47216796875, 5608.9296875, 5381.97705078125, 4587.95751953125, 1522.4931640625, 443.4516906738281, 401.7699890136719, 546.744140625, 1567.1600341796875, 3525.15380859375, 4888.208984375, 5819.58642578125, 5793.86474609375, 4911.23486328125, 2874.630126953125, 3257.939453125, 3986.869873046875, 4031.654296875, 439.67437744140625, 314.3476257324219, 677.9267578125, 3019.1318359375, 2958.17724609375, 5318.90185546875, 5765.8857421875, 5376.0390625, 2297.26953125, 808.6817016601562, 1929.9285888671875, 1715.5343017578125, 2183.4521484375, 2095.45947265625, 448.1281433105469, 703.532958984375, 797.1680297851562, 1470.133056640625, 1491.123291015625, 3850.464111328125, 633.5325317382812, 275.63604736328125, 1277.307373046875, 126.54953002929688, 1832.401123046875, 4273.79052734375, 3609.421630859375, 663.33642578125, 994.7301635742188, 321.1883239746094, 221.16250610351562, 257.2616271972656, 1799.4351806640625, 814.2403564453125, 721.5574951171875, 1199.113037109375, 1267.8692626953125, 516.248046875, 380.68170166015625, 909.9479370117188, 322.4922180175781, 1459.257080078125, 360.2787780761719]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "140\n", - "1031\n", - "19\n", - "[859.8242797851562, 1311.3603515625, 1096.142578125, 1983.208740234375, 2687.340087890625, 1592.0740966796875, 1224.158447265625, 1094.8531494140625, 1517.6151123046875, 1783.117431640625, 1165.765380859375, 1898.6900634765625, 1426.29052734375, 1032.5003662109375, 671.3219604492188, 1577.918701171875, 758.2684326171875, 375.19635009765625, 356.8497314453125]\n", - "19\n", - "1032\n", - "15\n", - "[349.092041015625, 656.400146484375, 1105.2379150390625, 428.846435546875, 790.5416870117188, 631.4019775390625, 899.9652709960938, 787.6829833984375, 1019.1944580078125, 776.6007690429688, 606.1679077148438, 881.7696533203125, 709.4911499023438, 639.7199096679688, 460.89141845703125]\n", - "15\n", - "1033\n", - "112\n", - "[744.3788452148438, 314.09820556640625, 957.21630859375, 1135.337890625, 771.319091796875, 525.5374755859375, 745.3928833007812, 688.6358642578125, 301.4072570800781, 1493.192626953125, 568.2266235351562, 499.51849365234375, 1219.6568603515625, 529.806884765625, 623.8004760742188, 494.0002746582031, 1090.12451171875, 1233.0916748046875, 791.4662475585938, 2376.5966796875, 1005.138671875, 321.48846435546875, 707.2293090820312, 1411.42724609375, 2317.1796875, 2635.265869140625, 3465.689697265625, 4559.8369140625, 2814.247314453125, 595.0978393554688, 674.998291015625, 464.3775634765625, 533.686767578125, 1044.0738525390625, 759.0357666015625, 2630.843994140625, 4075.157470703125, 3445.00048828125, 991.2664184570312, 684.7181396484375, 556.700927734375, 327.8726501464844, 330.6351318359375, 381.2086486816406, 1177.947021484375, 2681.216552734375, 4930.1943359375, 4487.72802734375, 2632.912353515625, 391.58074951171875, 982.2003784179688, 504.1993103027344, 752.9152221679688, 169.39048767089844, 264.21051025390625, 2338.458251953125, 4646.072265625, 2737.809814453125, 3221.717041015625, 580.5256958007812, 342.08038330078125, 664.10546875, 180.79750061035156, 2407.78857421875, 2241.357666015625, 1124.3905029296875, 1506.3291015625, 1647.752685546875, 951.7076416015625, 383.55609130859375, 713.1395874023438, 758.2435913085938, 634.236083984375, 167.67677307128906, 491.1697692871094, 428.47216796875, 2377.389892578125, 435.0738830566406, 760.3987426757812, 1457.6051025390625, 331.84539794921875, 655.5453491210938, 398.318359375, 442.0004577636719, 1161.091552734375, 630.5787353515625, 402.0582275390625, 511.9060363769531, 708.7613525390625, 986.8837280273438, 825.814453125, 630.6282958984375, 768.1641845703125, 2466.383544921875, 757.4321899414062, 1249.4151611328125, 1353.716796875, 816.7716674804688, 739.76123046875, 541.1755981445312, 903.481201171875, 799.3203125, 340.11517333984375, 463.0968322753906, 648.29931640625, 606.292724609375, 921.1168212890625, 949.2159423828125, 1048.1461181640625]\n", - "109\n", - "1034\n", - "13\n", - "[305.8612060546875, 730.4821166992188, 1674.30908203125, 1577.503173828125, 311.7126159667969, 874.4210205078125, 1813.4130859375, 1888.205322265625, 1055.4207763671875, 1498.2635498046875, 1730.268310546875, 1551.9515380859375, 1288.00390625]\n", - "13\n", - "1035\n", - "10\n", - "[335.649658203125, 780.9697265625, 505.1304931640625, 318.7703857421875, 362.73388671875, 600.78564453125, 763.2899169921875, 639.9913330078125, 465.5185241699219, 425.29241943359375]\n", - "10\n", - "1036\n", - "8\n", - "[684.327392578125, 1547.5699462890625, 465.4882507324219, 1338.7791748046875, 551.006103515625, 504.8683166503906, 447.1737365722656, 404.9922790527344]\n", - "8\n", - "1037\n", - "26\n", - "[393.18817138671875, 542.2660522460938, 548.326416015625, 427.3517761230469, 455.6620788574219, 541.5570678710938, 793.9436645507812, 634.2955322265625, 1817.233154296875, 634.159912109375, 949.8480224609375, 361.786376953125, 791.81005859375, 1633.64306640625, 1212.511474609375, 1106.9837646484375, 1212.3966064453125, 983.123779296875, 2179.67431640625, 2172.849609375, 1878.7601318359375, 396.1083984375, 850.121826171875, 714.9491577148438, 472.8578186035156, 403.6138916015625]\n", - "26\n", - "1038\n", - "9\n", - "[410.4032287597656, 548.6483154296875, 315.041015625, 364.2550354003906, 401.0245666503906, 960.4908447265625, 1475.5494384765625, 457.10516357421875, 460.41119384765625]\n", - "9\n", - "1039\n", - "6\n", - "[727.0134887695312, 630.5186767578125, 773.6936645507812, 2314.25048828125, 768.3125610351562, 387.0574951171875]\n", - "6\n", - "1040\n", - "9\n", - "[359.46368408203125, 389.1148681640625, 452.22125244140625, 1980.1549072265625, 1639.00537109375, 574.2283935546875, 1019.3932495117188, 322.1911926269531, 364.4460144042969]\n", - "9\n", - "1041\n", - "9\n", - "[455.0179138183594, 504.6629943847656, 364.2519226074219, 374.4456481933594, 1153.18017578125, 561.1773071289062, 388.99462890625, 900.4010009765625, 440.04791259765625]\n", - "9\n", - "1042\n", - "29\n", - "[812.2869262695312, 478.48297119140625, 408.8443908691406, 424.2847900390625, 368.662841796875, 396.4100646972656, 851.1136474609375, 900.482177734375, 241.75799560546875, 1676.848388671875, 1537.2471923828125, 548.4938354492188, 959.64794921875, 2368.89404296875, 1321.533447265625, 2354.753173828125, 3110.546142578125, 1785.162109375, 393.4902038574219, 997.1474609375, 1106.3988037109375, 1957.19873046875, 904.6982421875, 1124.9451904296875, 954.8148193359375, 2143.197021484375, 819.1434936523438, 574.99658203125, 692.6661376953125]\n", - "29\n", - "1043\n", - "8\n", - "[383.0555114746094, 1867.37939453125, 901.781005859375, 1722.041259765625, 950.412841796875, 1794.530517578125, 531.3501586914062, 463.8604431152344]\n", - "8\n", - "1044\n", - "16\n", - "[307.9756164550781, 1280.7589111328125, 378.2176208496094, 1155.94384765625, 1433.56494140625, 1416.40234375, 887.203369140625, 1010.6980590820312, 1526.033935546875, 1845.4586181640625, 728.5325317382812, 810.3528442382812, 884.5341186523438, 307.63525390625, 629.97509765625, 412.89898681640625]\n", - "16\n", - "1045\n", - "6\n", - "[721.5142211914062, 602.8956298828125, 314.2716369628906, 616.4147338867188, 1386.656982421875, 2020.1239013671875]\n", - "6\n", - "1046\n", - "33\n", - "[503.6908874511719, 977.6051635742188, 700.5144653320312, 335.02081298828125, 686.8221435546875, 314.8373107910156, 321.2553405761719, 1371.0169677734375, 1709.068115234375, 1552.82763671875, 1815.8636474609375, 3615.634521484375, 3225.98388671875, 2494.82421875, 378.30517578125, 1141.751708984375, 3423.563232421875, 3656.461669921875, 3770.338134765625, 2541.038818359375, 707.5311279296875, 1244.54833984375, 1147.470458984375, 412.7197570800781, 1230.157958984375, 2051.42724609375, 1846.021240234375, 746.688232421875, 778.898193359375, 562.8833618164062, 469.75225830078125, 1184.890380859375, 748.1488647460938]\n", - "33\n", - "1047\n", - "9\n", - "[695.3449096679688, 559.262939453125, 1086.515625, 999.3963623046875, 1284.1241455078125, 507.9490051269531, 537.2427368164062, 800.9261474609375, 368.5941162109375]\n", - "9\n", - "1048\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[638.6940307617188, 2150.677490234375, 1240.8092041015625, 438.9688415527344, 1600.075439453125]\n", - "5\n", - "1049\n", - "84\n", - "[841.0612182617188, 1204.78466796875, 2157.13818359375, 3987.189208984375, 747.2073364257812, 2507.296875, 1212.763916015625, 2073.750732421875, 6737.94970703125, 4778.20751953125, 4569.53271484375, 1686.1522216796875, 570.5249633789062, 1077.4801025390625, 258.0009765625, 1348.3955078125, 7791.36474609375, 7781.64697265625, 5853.01611328125, 1597.8089599609375, 1571.21826171875, 347.282470703125, 1998.248291015625, 4300.12646484375, 822.8709716796875, 5999.697265625, 8138.47802734375, 7462.0078125, 4849.6376953125, 1568.96728515625, 655.7527465820312, 551.8876953125, 5767.04150390625, 3188.685302734375, 4206.19775390625, 8456.7099609375, 7890.89013671875, 6113.15869140625, 891.3734741210938, 397.8934631347656, 555.6049194335938, 571.3715209960938, 834.0015258789062, 1289.6656494140625, 6843.47021484375, 6184.501953125, 5126.703125, 7630.09912109375, 7624.9267578125, 4730.603515625, 759.3917846679688, 473.02362060546875, 775.3775024414062, 521.4912719726562, 1427.7294921875, 4179.03759765625, 4662.95263671875, 3101.955810546875, 6304.75146484375, 3021.40625, 399.1534118652344, 1095.821533203125, 1451.270263671875, 5194.25146484375, 1057.994140625, 372.0885314941406, 722.3716430664062, 691.592041015625, 605.412841796875, 727.0681762695312, 952.2530517578125, 3401.922607421875, 348.4785461425781, 291.0969543457031, 5243.20458984375, 653.9666137695312, 1898.3431396484375, 2787.26025390625, 1378.2252197265625, 567.3818969726562, 487.5737609863281, 414.34246826171875, 863.1771850585938, 590.7815551757812]\n", - "84\n", - "1050\n", - "14\n", - "[722.3942260742188, 790.2689819335938, 2863.697265625, 1934.35693359375, 2290.645751953125, 2682.616455078125, 807.9017944335938, 2524.428466796875, 2765.668701171875, 1838.0946044921875, 1403.1187744140625, 332.500732421875, 1171.0396728515625, 424.9532470703125]\n", - "14\n", - "1051\n", - "7\n", - "[737.2635498046875, 306.67242431640625, 633.0579223632812, 1838.7930908203125, 594.0375366210938, 747.1111450195312, 441.1668701171875]\n", - "7\n", - "1052\n", - "31\n", - "[405.3330993652344, 466.4672546386719, 1005.5199584960938, 1039.3245849609375, 474.5853576660156, 346.4498291015625, 709.3912353515625, 1567.3837890625, 533.8405151367188, 1309.142333984375, 498.5732727050781, 544.345458984375, 2267.25537109375, 1857.859130859375, 797.3497924804688, 835.0953979492188, 886.5072631835938, 938.5740966796875, 1009.5804443359375, 2105.2265625, 1200.0684814453125, 1753.95849609375, 1264.5247802734375, 359.369384765625, 300.4584045410156, 918.3524169921875, 1307.2301025390625, 305.87322998046875, 462.34295654296875, 424.4973449707031, 567.4119262695312]\n", - "31\n", - "1053\n", - "11\n", - "[389.963623046875, 1121.0462646484375, 333.91424560546875, 316.79156494140625, 398.3715515136719, 346.35546875, 376.4537048339844, 1146.5699462890625, 1357.5023193359375, 324.2928771972656, 449.4327087402344]\n", - "11\n", - "1054\n", - "21\n", - "[1824.299072265625, 800.3627319335938, 351.29888916015625, 398.4163513183594, 894.9768676757812, 1113.6966552734375, 1705.5780029296875, 341.6120300292969, 525.0867919921875, 747.109130859375, 1337.6907958984375, 345.7866516113281, 453.60394287109375, 753.3762817382812, 1103.968505859375, 634.0175170898438, 322.9208679199219, 533.5291748046875, 953.708251953125, 840.4132690429688, 549.876220703125]\n", - "21\n", - "1055\n", - "10\n", - "[363.9456481933594, 599.0289916992188, 430.7688293457031, 563.8248901367188, 1239.1837158203125, 337.5164489746094, 586.2755737304688, 338.20513916015625, 946.5953369140625, 336.0016784667969]\n", - "10\n", - "1056\n", - "15\n", - "[349.6932373046875, 775.784912109375, 361.3392639160156, 308.1710205078125, 376.7716064453125, 399.2119140625, 346.1937255859375, 351.4143371582031, 1917.58251953125, 1122.464111328125, 698.8436889648438, 2625.27880859375, 406.5949401855469, 1094.9090576171875, 339.93603515625]\n", - "15\n", - "1057\n", - "12\n", - "[435.3753967285156, 915.4490356445312, 318.19744873046875, 506.59442138671875, 786.3297119140625, 2926.13330078125, 2705.931640625, 1921.1900634765625, 931.0634155273438, 2877.713134765625, 2648.426513671875, 839.5897216796875]\n", - "12\n", - "1058\n", - "19\n", - "[399.3716125488281, 354.64349365234375, 745.4404296875, 442.8499450683594, 897.5931396484375, 619.6452026367188, 433.6646423339844, 2053.254150390625, 1010.068359375, 453.30792236328125, 396.65228271484375, 1682.80810546875, 1614.8070068359375, 1591.1175537109375, 1338.705322265625, 440.6099548339844, 487.5809326171875, 456.3382873535156, 366.1686706542969]\n", - "19\n", - "1059\n", - "13\n", - "[482.5525817871094, 1288.1942138671875, 1366.7225341796875, 594.0862426757812, 1712.334228515625, 2006.4027099609375, 810.2074584960938, 1075.2017822265625, 617.0955810546875, 755.0865478515625, 1536.6746826171875, 962.208740234375, 405.86767578125]\n", - "13\n", - "1060\n", - "5\n", - "[987.5902709960938, 638.474609375, 1710.622314453125, 2166.876220703125, 1071.296630859375]\n", - "5\n", - "1061\n", - "7\n", - "[1737.5037841796875, 1191.7757568359375, 402.0962219238281, 1467.026123046875, 1512.89208984375, 1546.0137939453125, 1062.7255859375]\n", - "7\n", - "1062\n", - "7\n", - "[309.7889099121094, 326.05902099609375, 1517.6529541015625, 1048.2115478515625, 473.56756591796875, 1209.2449951171875, 544.8558349609375]\n", - "7\n", - "1063\n", - "21\n", - "[465.23809814453125, 492.6529235839844, 371.60491943359375, 1296.36376953125, 1128.357421875, 517.02783203125, 769.2018432617188, 1805.36865234375, 2380.63818359375, 633.5111083984375, 1408.351318359375, 2591.156494140625, 1924.3912353515625, 938.1302490234375, 659.5294799804688, 621.9971923828125, 1206.4783935546875, 1310.54541015625, 533.6334838867188, 623.1136474609375, 343.6104736328125]\n", - "21\n", - "1064\n", - "18\n", - "[979.225830078125, 768.7460327148438, 655.2395629882812, 429.9123840332031, 1452.732421875, 1337.97412109375, 970.7047729492188, 838.8223876953125, 1571.491943359375, 1955.362060546875, 640.775634765625, 314.0543212890625, 671.20361328125, 1100.2308349609375, 1024.47705078125, 323.8946533203125, 464.4718017578125, 957.8134765625]\n", - "18\n", - "1065\n", - "8\n", - "[363.4911804199219, 1929.9451904296875, 1126.5244140625, 823.5072021484375, 2377.642333984375, 1365.1202392578125, 563.8797607421875, 578.434326171875]\n", - "8\n", - "1066\n", - "10\n", - "[1009.0780639648438, 835.2296752929688, 1076.91650390625, 2061.85595703125, 883.0587768554688, 447.6461486816406, 1546.1846923828125, 466.868896484375, 388.8280029296875, 633.3099975585938]\n", - "10\n", - "1067\n", - "10\n", - "[714.5257568359375, 849.8329467773438, 661.48193359375, 540.0740966796875, 987.54638671875, 595.4825439453125, 368.0592346191406, 624.5328369140625, 575.0637817382812, 313.8581237792969]\n", - "10\n", - "1068\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[1960.89501953125, 2345.52783203125, 807.99169921875, 1596.7767333984375, 3778.46337890625, 3268.227294921875, 856.6809692382812, 571.2041015625, 415.0604553222656]\n", - "9\n", - "1069\n", - "8\n", - "[830.7922973632812, 1477.456787109375, 2690.548828125, 521.8682250976562, 691.4312133789062, 1870.669189453125, 1274.8736572265625, 597.251708984375]\n", - "8\n", - "1070\n", - "92\n", - "[357.2260437011719, 613.4449462890625, 343.501708984375, 408.48126220703125, 372.3262939453125, 1015.9046630859375, 2180.115478515625, 1311.442138671875, 2301.10546875, 4400.8486328125, 1762.1138916015625, 1160.8458251953125, 645.6845703125, 3861.843017578125, 4701.05908203125, 1823.2503662109375, 2956.87548828125, 4644.0234375, 5465.095703125, 4962.900390625, 1780.78857421875, 5391.693359375, 6543.6513671875, 6700.96142578125, 1852.0667724609375, 437.407470703125, 714.8011474609375, 1046.5987548828125, 2931.191162109375, 3566.42138671875, 3274.829345703125, 6972.7529296875, 5418.18603515625, 2697.221435546875, 3336.414306640625, 2768.137939453125, 3877.998291015625, 2056.36865234375, 343.7898254394531, 696.894287109375, 3000.55029296875, 6321.48046875, 6312.7392578125, 6877.5400390625, 6958.22802734375, 7412.04296875, 5914.58251953125, 3306.489990234375, 1878.7508544921875, 795.9578857421875, 670.8558959960938, 636.5829467773438, 733.8389892578125, 1132.7427978515625, 6461.35400390625, 6438.44970703125, 6842.40576171875, 5601.31884765625, 6998.0595703125, 7415.0771484375, 7047.19482421875, 5641.88232421875, 669.73046875, 349.6075744628906, 3367.562255859375, 6051.84521484375, 5520.38427734375, 3603.8271484375, 4699.857421875, 3954.027099609375, 3898.2763671875, 3474.828125, 2748.671142578125, 894.2147216796875, 1347.9149169921875, 2653.434326171875, 982.8212890625, 1852.771484375, 401.570556640625, 1046.6517333984375, 1445.6680908203125, 2240.033203125, 2978.185302734375, 3567.30419921875, 700.8515625, 2734.994140625, 2552.38037109375, 1146.30712890625, 303.50836181640625, 367.75518798828125, 310.0060729980469, 354.3047180175781]\n", - "92\n", - "1071\n", - "9\n", - "[469.2546691894531, 622.54638671875, 1151.31640625, 418.60174560546875, 480.67987060546875, 493.7750244140625, 377.6372375488281, 732.8096923828125, 571.7850952148438]\n", - "9\n", - "1072\n", - "13\n", - "[511.3280334472656, 773.9658203125, 1287.614990234375, 891.6912231445312, 402.48583984375, 808.0325317382812, 709.5677490234375, 537.1749877929688, 360.7531433105469, 744.8740234375, 588.69970703125, 470.85162353515625, 311.1834411621094]\n", - "13\n", - "1073\n", - "18\n", - "[711.0593872070312, 1681.0350341796875, 1796.793701171875, 866.6522216796875, 1665.3095703125, 3049.215087890625, 1308.2725830078125, 438.2005615234375, 2661.29443359375, 1192.5787353515625, 1800.3106689453125, 1083.6556396484375, 1437.949462890625, 922.7548217773438, 447.12689208984375, 1149.738037109375, 2399.869873046875, 1807.5716552734375]\n", - "18\n", - "1074\n", - "9\n", - "[1854.5975341796875, 591.0672607421875, 1940.369384765625, 2222.492919921875, 1077.62939453125, 512.5797729492188, 1010.8649291992188, 335.32537841796875, 358.78704833984375]\n", - "9\n", - "1075\n", - "10\n", - "[304.8219909667969, 678.0632934570312, 1133.9537353515625, 1812.4205322265625, 914.0802612304688, 319.37518310546875, 625.7133178710938, 884.2439575195312, 307.79791259765625, 424.3213806152344]\n", - "10\n", - "1076\n", - "11\n", - "[509.13238525390625, 334.55499267578125, 1460.4219970703125, 801.4166259765625, 419.38604736328125, 1546.4193115234375, 2186.966064453125, 819.9169311523438, 370.5511169433594, 966.6617431640625, 445.3897399902344]\n", - "11\n", - "1077\n", - "87\n", - "[524.88720703125, 456.4602355957031, 363.1067810058594, 2744.98486328125, 5103.29541015625, 6511.48828125, 3122.180908203125, 1809.6407470703125, 4425.42578125, 6908.34716796875, 7325.373046875, 5432.7900390625, 2814.081298828125, 1345.9757080078125, 2985.682373046875, 4272.78466796875, 5927.86083984375, 7069.61669921875, 7349.03857421875, 4459.931640625, 3674.683349609375, 1292.1678466796875, 2161.092041015625, 3000.522216796875, 6506.08935546875, 5993.34912109375, 7639.83056640625, 7533.3095703125, 7373.6123046875, 3033.590087890625, 1839.8856201171875, 2578.711181640625, 5726.95458984375, 7700.6181640625, 7213.24267578125, 6619.14453125, 7473.56494140625, 7007.3916015625, 743.0556640625, 636.803955078125, 5629.13818359375, 7226.462890625, 6213.58984375, 6341.4130859375, 2612.182861328125, 2558.930908203125, 4977.759765625, 6565.0517578125, 3797.956787109375, 1194.4615478515625, 810.613037109375, 1956.27978515625, 3754.409912109375, 6270.28173828125, 5720.4287109375, 1424.474609375, 693.6553955078125, 6140.4482421875, 5502.89599609375, 4241.03662109375, 898.7075805664062, 555.2647705078125, 4114.5, 3941.73779296875, 1112.064453125, 440.01934814453125, 2339.379638671875, 312.8597717285156, 2447.246337890625, 3201.84033203125, 1064.6181640625, 1247.1702880859375, 373.2613525390625, 901.7513427734375, 351.8481750488281, 1044.562744140625, 2478.403076171875, 1284.578857421875, 378.0826416015625, 420.6504821777344, 353.453369140625, 392.2725524902344, 602.3952026367188, 947.7725830078125, 593.775146484375, 966.4674072265625, 346.2069396972656]\n", - "87\n", - "1078\n", - "7\n", - "[347.1192626953125, 754.8087768554688, 707.4038696289062, 1616.251220703125, 842.98291015625, 629.9886474609375, 656.001953125]\n", - "7\n", - "1079\n", - "14\n", - "[553.5906982421875, 485.1897277832031, 749.38671875, 518.5245361328125, 1641.3599853515625, 527.4127197265625, 1721.49755859375, 388.6241149902344, 2494.51708984375, 1367.3411865234375, 534.153076171875, 329.86663818359375, 1056.824951171875, 880.6322021484375]\n", - "14\n", - "1080\n", - "12\n", - "[1316.700439453125, 371.33245849609375, 1180.6529541015625, 1419.3740234375, 928.3480834960938, 406.68695068359375, 1113.6971435546875, 1073.337646484375, 1148.6932373046875, 929.6846923828125, 852.2854614257812, 401.7933654785156]\n", - "12\n", - "1081\n", - "13\n", - "[392.0330505371094, 1095.0460205078125, 1201.5498046875, 671.8541870117188, 759.8382568359375, 410.124755859375, 513.7547607421875, 387.49749755859375, 315.71685791015625, 1139.08837890625, 1253.2640380859375, 821.580322265625, 383.328857421875]\n", - "13\n", - "1082\n", - "12\n", - "[335.4597473144531, 364.10955810546875, 716.8652954101562, 1205.3984375, 644.4707641601562, 390.30377197265625, 511.3798828125, 1235.3316650390625, 1302.603271484375, 352.8092041015625, 362.4176025390625, 375.1617736816406]\n", - "12\n", - "1083\n", - "4\n", - "[2019.703857421875, 969.9430541992188, 1277.004638671875, 1081.546630859375]\n", - "4\n", - "1084\n", - "12\n", - "[1168.0758056640625, 703.1224365234375, 756.0673828125, 1408.228759765625, 792.8456420898438, 350.1925354003906, 1415.5511474609375, 507.99383544921875, 301.1472473144531, 318.6277160644531, 533.6864013671875, 328.23309326171875]\n", - "12\n", - "1085\n", - "10\n", - "[515.4636840820312, 854.4393920898438, 542.0330200195312, 1322.3739013671875, 1590.8668212890625, 393.6167297363281, 1701.890869140625, 704.9511108398438, 533.9447021484375, 590.7032470703125]\n", - "10\n", - "1086\n", - "17\n", - "[521.5714111328125, 605.8801879882812, 544.1918334960938, 475.0312805175781, 1912.4200439453125, 2064.098388671875, 1180.0372314453125, 493.6646423339844, 1751.040283203125, 2242.009521484375, 1225.1226806640625, 628.7145385742188, 2026.06982421875, 1215.3167724609375, 422.64178466796875, 820.721923828125, 526.73291015625]\n", - "17\n", - "1087\n", - "8\n", - "[408.5287780761719, 1827.1639404296875, 2160.09423828125, 1322.24755859375, 791.8789672851562, 1841.865234375, 2199.603515625, 1683.2750244140625]\n", - "8\n", - "1088\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[687.067138671875, 694.2490844726562, 1141.705322265625, 563.5324096679688, 966.2435913085938, 1061.058349609375, 700.0817260742188, 453.8869934082031, 613.3746337890625, 620.2447509765625, 398.8318786621094]\n", - "11\n", - "1089\n", - "27\n", - "[633.7322998046875, 395.85638427734375, 512.8877563476562, 419.0999755859375, 720.2788696289062, 520.0394897460938, 1956.3282470703125, 417.1320495605469, 610.892578125, 1339.9267578125, 1427.543212890625, 1625.7574462890625, 3166.372802734375, 2452.840087890625, 3178.7177734375, 1829.1741943359375, 304.16485595703125, 1094.9298095703125, 2699.4990234375, 3969.056640625, 3294.0322265625, 782.8020629882812, 2637.487548828125, 1393.4239501953125, 434.10113525390625, 1280.5802001953125, 359.19873046875]\n", - "27\n", - "1090\n", - "9\n", - "[410.5045166015625, 1126.1690673828125, 544.4284057617188, 678.2399291992188, 1307.425537109375, 890.3409423828125, 304.04864501953125, 305.74298095703125, 409.897216796875]\n", - "9\n", - "1091\n", - "29\n", - "[338.7823791503906, 498.4325866699219, 302.9841613769531, 653.48291015625, 376.3551330566406, 1344.556884765625, 1024.42138671875, 378.851806640625, 561.08984375, 355.6099548339844, 303.8125, 1024.3533935546875, 1527.976806640625, 1109.3643798828125, 685.7702026367188, 575.8191528320312, 415.9763488769531, 1541.220458984375, 1527.2762451171875, 1210.268310546875, 647.2130737304688, 484.9433288574219, 1386.5501708984375, 727.8265991210938, 928.0509643554688, 343.4469909667969, 984.67236328125, 443.4363098144531, 397.0057067871094]\n", - "29\n", - "1092\n", - "13\n", - "[319.6514587402344, 1023.651123046875, 943.6981201171875, 542.7274780273438, 783.6622314453125, 341.7136535644531, 1842.1158447265625, 2020.4525146484375, 946.7055053710938, 406.2991943359375, 511.630859375, 658.1537475585938, 391.1573181152344]\n", - "13\n", - "1093\n", - "14\n", - "[802.93408203125, 1216.8978271484375, 1811.36328125, 1174.4698486328125, 425.8800964355469, 1696.7088623046875, 1085.138671875, 1145.5018310546875, 912.83642578125, 1491.1453857421875, 1908.9737548828125, 749.0599975585938, 541.9530029296875, 411.60089111328125]\n", - "14\n", - "1094\n", - "83\n", - "[317.89459228515625, 659.2020874023438, 648.7313842773438, 779.2787475585938, 676.7562866210938, 274.69879150390625, 1279.621826171875, 566.7366333007812, 1078.388916015625, 2878.964111328125, 2786.504150390625, 1443.8319091796875, 336.5923156738281, 920.7642822265625, 3139.42431640625, 4247.73046875, 3041.32080078125, 1214.921875, 421.939697265625, 535.0758666992188, 970.6591186523438, 527.9813232421875, 844.0938110351562, 1345.2099609375, 1258.7796630859375, 2460.384033203125, 1159.357666015625, 519.803466796875, 519.7034301757812, 820.582275390625, 417.5906982421875, 241.41258239746094, 466.5440979003906, 340.42999267578125, 681.2424926757812, 328.09613037109375, 1308.2672119140625, 323.5963439941406, 1208.831298828125, 502.3001708984375, 309.65155029296875, 523.737060546875, 696.4224243164062, 1210.1212158203125, 940.6093139648438, 1149.643798828125, 673.2346801757812, 1105.514892578125, 310.5804748535156, 331.9908142089844, 820.2909545898438, 370.8627624511719, 1237.5738525390625, 470.33544921875, 1338.548828125, 541.6190185546875, 925.2290649414062, 1950.474365234375, 2182.5556640625, 941.6664428710938, 620.6635131835938, 485.2525329589844, 1130.2977294921875, 3392.146484375, 1307.1121826171875, 1147.9249267578125, 1087.7777099609375, 779.2159423828125, 581.5250854492188, 542.6968994140625, 1041.2852783203125, 1136.79443359375, 500.13287353515625, 1466.056884765625, 1394.6761474609375, 1108.4716796875, 900.8386840820312, 331.66998291015625, 735.6967163085938, 345.845703125, 396.3837890625]\n", - "81\n", - "1095\n", - "61\n", - "[499.92205810546875, 804.3698120117188, 511.7943115234375, 348.4708251953125, 1277.1773681640625, 2868.8115234375, 3201.603759765625, 4465.38720703125, 5352.869140625, 5591.72900390625, 2156.151123046875, 6347.62548828125, 4580.90478515625, 1761.1278076171875, 7422.35205078125, 7929.14453125, 7934.31640625, 7911.82421875, 6289.92578125, 3405.4912109375, 503.7713317871094, 514.316162109375, 3172.0302734375, 3995.497802734375, 6157.068359375, 6055.14306640625, 693.095458984375, 740.4461059570312, 544.2496337890625, 1057.59912109375, 1232.6722412109375, 619.1650390625, 1229.75927734375, 652.02392578125, 467.308349609375, 435.1993713378906, 415.55340576171875, 673.7377319335938, 545.9844970703125, 397.2869567871094, 685.408935546875, 542.7106323242188, 1146.8438720703125, 646.9844360351562, 932.2719116210938, 1614.07666015625, 643.2908935546875, 873.1372680664062, 3778.74658203125, 2128.456787109375, 1354.427001953125, 499.4229736328125, 599.8297119140625, 387.0232849121094, 1489.864013671875, 3141.2138671875, 4977.28955078125, 1371.460205078125, 482.4324951171875, 1130.111083984375, 418.64227294921875]\n", - "61\n", - "1096\n", - "8\n", - "[791.7390747070312, 1055.1898193359375, 1035.0377197265625, 2080.227783203125, 1677.4111328125, 626.3878784179688, 328.1128234863281, 736.22998046875]\n", - "8\n", - "1097\n", - "6\n", - "[479.5474853515625, 541.681884765625, 358.5318908691406, 426.7361755371094, 1910.111572265625, 1446.676513671875]\n", - "6\n", - "1098\n", - "8\n", - "[1142.65576171875, 429.0285339355469, 896.4066162109375, 1659.352783203125, 2393.00830078125, 1517.9134521484375, 1138.6566162109375, 648.8125610351562]\n", - "8\n", - "1099\n", - "17\n", - "[1257.63330078125, 574.0639038085938, 739.8334350585938, 455.09112548828125, 2178.195556640625, 2042.1510009765625, 1111.0211181640625, 729.27099609375, 737.2994995117188, 2154.09130859375, 1489.9501953125, 950.3355102539062, 1514.411376953125, 465.3287353515625, 695.186767578125, 556.8070678710938, 572.5929565429688]\n", - "17\n", - "1100\n", - "41\n", - "[334.6808166503906, 633.4227905273438, 329.96331787109375, 1263.5460205078125, 487.01904296875, 773.3873901367188, 860.7877807617188, 505.50054931640625, 779.7816772460938, 420.9812927246094, 2897.205078125, 2681.064453125, 497.99749755859375, 860.4105224609375, 1734.1566162109375, 2213.07373046875, 3620.087646484375, 6688.47021484375, 8653.8544921875, 2727.2734375, 980.2738037109375, 1200.974609375, 4986.76806640625, 9357.0966796875, 5790.82275390625, 1542.002197265625, 2301.07421875, 5518.58544921875, 1697.6497802734375, 920.3911743164062, 443.2520446777344, 818.7299194335938, 437.5140075683594, 1530.253173828125, 959.0531005859375, 748.74951171875, 400.097412109375, 1208.665283203125, 613.1507568359375, 447.92596435546875, 432.4158020019531]\n", - "41\n", - "1101\n", - "10\n", - "[301.18890380859375, 1232.6553955078125, 1176.9920654296875, 331.969970703125, 1828.4869384765625, 2514.552978515625, 2030.237548828125, 723.23046875, 1601.79736328125, 709.21044921875]\n", - "10\n", - "1102\n", - "10\n", - "[668.5560913085938, 527.585205078125, 353.4640808105469, 1678.87451171875, 612.8013916015625, 1974.775390625, 869.96630859375, 1842.609619140625, 614.059326171875, 331.2234191894531]\n", - "10\n", - "1103\n", - "10\n", - "[438.2288818359375, 597.3878173828125, 377.48077392578125, 703.1339111328125, 1118.7030029296875, 545.9523315429688, 615.9423217773438, 375.9866027832031, 421.865478515625, 517.6484985351562]\n", - "10\n", - "1104\n", - "43\n", - "[794.804931640625, 1197.315673828125, 805.0516967773438, 1811.3134765625, 1282.6925048828125, 1072.160400390625, 725.5897216796875, 341.4620361328125, 364.4844055175781, 921.462646484375, 1996.134033203125, 1905.496826171875, 4632.18798828125, 2583.510009765625, 2494.0478515625, 393.1045837402344, 1106.4840087890625, 998.2056884765625, 2276.4130859375, 1063.5479736328125, 369.0810546875, 583.4517211914062, 1779.822021484375, 3618.723388671875, 2533.36962890625, 3234.37353515625, 1658.22705078125, 839.2723388671875, 3160.7763671875, 6985.1533203125, 7495.3203125, 2476.450927734375, 472.6191711425781, 1680.36669921875, 1276.175048828125, 4963.85498046875, 3792.846435546875, 1051.5977783203125, 1377.130126953125, 4188.1328125, 1228.958984375, 1939.9210205078125, 1036.390380859375]\n", - "43\n", - "1105\n", - "34\n", - "[309.4096374511719, 1214.871337890625, 791.4205322265625, 2002.147216796875, 2535.982177734375, 1836.043701171875, 485.650634765625, 2301.8125, 2770.986328125, 1844.6611328125, 3563.90771484375, 2781.1845703125, 2225.97119140625, 2326.294921875, 2213.783203125, 332.849609375, 568.1801147460938, 774.6118774414062, 320.4835205078125, 2050.15966796875, 1996.560546875, 1116.952392578125, 1852.468017578125, 479.9687805175781, 2787.460205078125, 1084.2764892578125, 3649.232421875, 783.397216796875, 526.1471557617188, 666.4038696289062, 1529.36669921875, 1955.546875, 1452.5126953125, 570.054443359375]\n", - "34\n", - "1106\n", - "11\n", - "[381.73272705078125, 928.9036865234375, 350.91796875, 598.945556640625, 1186.456787109375, 1226.4420166015625, 768.4014892578125, 1655.05810546875, 438.25628662109375, 423.5992736816406, 567.7630004882812]\n", - "11\n", - "1107\n", - "4\n", - "[1105.7806396484375, 1997.585205078125, 3136.09619140625, 1066.606201171875]\n", - "4\n", - "1108\n", - "9\n", - "[578.9698486328125, 2552.59912109375, 871.2071533203125, 1326.1949462890625, 6065.48046875, 2502.381103515625, 1063.56591796875, 755.6656494140625, 369.30413818359375]\n", - "9\n", - "1109\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[812.885009765625, 2026.7030029296875, 424.1444396972656, 1116.89697265625, 602.15673828125, 432.69952392578125]\n", - "6\n", - "1110\n", - "8\n", - "[737.5402221679688, 538.6432495117188, 941.0933837890625, 1778.5008544921875, 801.4898071289062, 344.223876953125, 823.834228515625, 782.36181640625]\n", - "8\n", - "1111\n", - "11\n", - "[447.19580078125, 589.1749877929688, 1315.5936279296875, 659.1085205078125, 1561.1087646484375, 593.9796142578125, 1084.31494140625, 902.9569702148438, 444.8942565917969, 772.6810302734375, 314.2212219238281]\n", - "11\n", - "1112\n", - "118\n", - "[342.6431884765625, 699.6620483398438, 795.7025756835938, 1147.765380859375, 4108.2822265625, 2760.0751953125, 1501.2052001953125, 1025.670166015625, 416.6385498046875, 335.4259338378906, 990.3939208984375, 695.6434936523438, 494.48992919921875, 569.1983642578125, 2006.896728515625, 4035.0234375, 6075.17236328125, 3546.357666015625, 6515.8701171875, 1908.10595703125, 3906.068603515625, 5483.49658203125, 1064.09814453125, 583.2229614257812, 549.7666625976562, 1056.28271484375, 815.9324340820312, 663.7189331054688, 5983.12255859375, 5133.51513671875, 7836.3544921875, 7129.76171875, 7559.556640625, 7337.2001953125, 7087.9052734375, 3510.03515625, 430.6034851074219, 1090.0450439453125, 1065.3533935546875, 1783.3865966796875, 3364.715087890625, 7001.2353515625, 6115.490234375, 5951.57666015625, 8221.1337890625, 8358.4794921875, 7708.771484375, 6432.08935546875, 2151.59423828125, 1184.775390625, 1719.5565185546875, 4248.955078125, 6901.20751953125, 7803.67138671875, 7370.548828125, 6025.86376953125, 6651.02587890625, 7148.2177734375, 7547.07275390625, 7514.58349609375, 4973.17236328125, 977.974365234375, 307.42596435546875, 378.8000793457031, 507.9732666015625, 604.517822265625, 962.3486328125, 2268.044921875, 4475.60693359375, 5705.77734375, 6769.36865234375, 4448.29248046875, 6274.71240234375, 7196.9228515625, 7221.4267578125, 7297.19677734375, 6902.056640625, 4645.64794921875, 2739.071533203125, 548.32763671875, 1032.401123046875, 3235.60888671875, 3159.06787109375, 5058.14111328125, 3655.37890625, 3397.985595703125, 8106.23681640625, 7975.09033203125, 7258.591796875, 5700.8916015625, 7539.11279296875, 5307.72216796875, 4529.7060546875, 2994.14306640625, 933.8724365234375, 559.6492309570312, 340.0994873046875, 1793.119140625, 2323.7177734375, 2813.19677734375, 1621.9296875, 1656.449462890625, 3424.990966796875, 4168.3779296875, 3231.4765625, 2325.17626953125, 1171.4708251953125, 370.48883056640625, 591.958251953125, 329.9213562011719, 675.5835571289062, 581.3674926757812, 452.1300048828125, 685.9786376953125, 546.6895141601562, 336.5653991699219, 609.379638671875, 484.1622009277344]\n", - "118\n", - "1113\n", - "18\n", - "[913.65478515625, 1134.4716796875, 485.50018310546875, 679.1504516601562, 1870.5223388671875, 1568.80908203125, 939.2769165039062, 1392.4644775390625, 418.9785461425781, 985.8994750976562, 794.7874755859375, 1447.28857421875, 1462.510986328125, 404.7379455566406, 482.1549377441406, 497.7269592285156, 512.2955932617188, 476.84375]\n", - "18\n", - "1114\n", - "10\n", - "[328.6244201660156, 750.4947509765625, 1129.2886962890625, 776.4362182617188, 4607.14599609375, 3623.00537109375, 2526.35888671875, 548.916748046875, 304.3868408203125, 645.0247802734375]\n", - "10\n", - "1115\n", - "10\n", - "[742.1847534179688, 447.1397705078125, 370.2635498046875, 1311.1751708984375, 1931.794677734375, 1480.6063232421875, 571.44287109375, 1400.2786865234375, 1913.8172607421875, 343.1831970214844]\n", - "10\n", - "1116\n", - "9\n", - "[581.840087890625, 2147.91064453125, 987.6546020507812, 329.7096252441406, 982.0496826171875, 1417.7265625, 474.6737060546875, 560.7384033203125, 491.7195129394531]\n", - "9\n", - "1117\n", - "7\n", - "[508.9330139160156, 807.0057983398438, 561.5272216796875, 1657.200439453125, 3278.4345703125, 742.8379516601562, 319.1544189453125]\n", - "7\n", - "1118\n", - "11\n", - "[389.40753173828125, 1470.3609619140625, 553.36376953125, 350.4509582519531, 445.109130859375, 1357.681396484375, 1136.5284423828125, 888.0928344726562, 384.97998046875, 928.6500854492188, 583.6762084960938]\n", - "11\n", - "1119\n", - "8\n", - "[890.8868408203125, 412.2669372558594, 646.3199462890625, 434.49371337890625, 1426.230224609375, 1162.2977294921875, 711.3145751953125, 840.997802734375]\n", - "8\n", - "1120\n", - "10\n", - "[514.3975219726562, 1101.9962158203125, 729.3010864257812, 665.1989135742188, 2189.09033203125, 2038.328125, 898.3976440429688, 607.5574951171875, 556.3270874023438, 959.9925537109375]\n", - "10\n", - "1121\n", - "6\n", - "[1576.4129638671875, 1696.968994140625, 447.6003112792969, 1458.890625, 333.6499938964844, 571.55322265625]\n", - "6\n", - "1122\n", - "13\n", - "[642.38818359375, 962.5469360351562, 790.469970703125, 1043.7838134765625, 1225.5030517578125, 2284.13916015625, 645.2125854492188, 1219.5233154296875, 1965.5894775390625, 1480.0673828125, 1017.9807739257812, 950.647216796875, 599.9910888671875]\n", - "13\n", - "1123\n", - "5\n", - "[1155.36181640625, 1585.791748046875, 1180.2591552734375, 1989.683349609375, 419.6909484863281]\n", - "5\n", - "1124\n", - "8\n", - "[392.44012451171875, 632.0030517578125, 1027.2086181640625, 366.44622802734375, 914.4039916992188, 1024.7012939453125, 522.3994140625, 417.3366394042969]\n", - "8\n", - "1125\n", - "18\n", - "[772.2454223632812, 752.0546875, 1261.743896484375, 2702.4658203125, 2345.143310546875, 566.3135375976562, 835.9898071289062, 2219.08203125, 3321.791015625, 1807.71728515625, 325.25909423828125, 396.0942687988281, 2504.2802734375, 2796.525390625, 692.2362670898438, 1046.2227783203125, 306.1936950683594, 313.89996337890625]\n", - "18\n", - "1126\n", - "9\n", - "[962.0902099609375, 542.71826171875, 1063.2674560546875, 543.784912109375, 359.27691650390625, 1271.181396484375, 1061.882080078125, 330.2951354980469, 862.7474365234375]\n", - "9\n", - "1127\n", - "11\n", - "[1303.10498046875, 2490.80322265625, 649.158203125, 3128.62060546875, 2572.711181640625, 463.61663818359375, 1106.24365234375, 1470.9302978515625, 405.0420837402344, 694.394287109375, 1283.7666015625]\n", - "11\n", - "1128\n", - "4\n", - "[3982.543701171875, 5504.1708984375, 2973.82177734375, 1648.701171875]\n", - "4\n", - "1129\n", - "24\n", - "[873.8801879882812, 319.4884948730469, 373.47943115234375, 1031.410888671875, 968.9798583984375, 1421.5860595703125, 1438.4022216796875, 1237.3948974609375, 894.9088745117188, 470.4463195800781, 1462.79638671875, 2161.610595703125, 1577.309814453125, 994.431884765625, 1149.391357421875, 688.9662475585938, 527.5731811523438, 590.937744140625, 934.9785766601562, 725.1885986328125, 454.93646240234375, 569.9956665039062, 686.7828369140625, 420.7921142578125]\n", - "24\n", - "1130\n", - "18\n", - "[441.225341796875, 1011.4132080078125, 1193.7025146484375, 336.71356201171875, 783.6168823242188, 749.4566650390625, 813.9656372070312, 626.9322509765625, 1188.229248046875, 778.1527709960938, 933.5048217773438, 504.53717041015625, 750.5861206054688, 1096.864501953125, 807.3751831054688, 467.1563415527344, 501.1180419921875, 399.0682678222656]\n", - "18\n", - "1131\n", - "11\n", - "[380.1578674316406, 390.3795166015625, 399.32470703125, 591.3052368164062, 3017.906982421875, 10406.7451171875, 3477.703125, 7171.62841796875, 11545.884765625, 1572.9620361328125, 1756.2470703125]\n", - "11\n", - "1132\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[996.0635986328125, 1319.0523681640625, 359.6832580566406, 1300.99072265625, 2372.8232421875, 2037.2064208984375, 317.2583923339844, 556.759521484375, 1354.3572998046875, 1293.3095703125, 379.7730712890625, 659.249267578125, 757.1088256835938, 420.9505920410156, 324.2310791015625]\n", - "15\n", - "1133\n", - "17\n", - "[309.0008239746094, 957.685546875, 481.1643981933594, 1198.05810546875, 1213.88427734375, 673.5606079101562, 998.769775390625, 1694.927734375, 382.6298828125, 573.2728271484375, 1310.399169921875, 1424.8609619140625, 687.76171875, 690.442138671875, 321.0047607421875, 575.127197265625, 698.6609497070312]\n", - "17\n", - "1134\n", - "5\n", - "[486.7222595214844, 3198.99755859375, 2529.182861328125, 2724.204833984375, 310.0542297363281]\n", - "5\n", - "1135\n", - "9\n", - "[416.2252197265625, 531.9746704101562, 1114.054443359375, 766.4135131835938, 681.2869873046875, 1252.8248291015625, 1111.919677734375, 359.0653991699219, 328.39947509765625]\n", - "9\n", - "1136\n", - "24\n", - "[641.262451171875, 1885.2666015625, 344.7806396484375, 1252.5745849609375, 2471.912353515625, 1865.864013671875, 406.83343505859375, 404.2608337402344, 1630.527099609375, 2875.804443359375, 3835.9228515625, 1029.8060302734375, 1270.4049072265625, 1222.84814453125, 2861.74658203125, 3886.1572265625, 3585.046630859375, 1902.349609375, 1474.1180419921875, 1273.64306640625, 651.3775024414062, 1488.9093017578125, 610.369140625, 493.0635681152344]\n", - "24\n", - "1137\n", - "8\n", - "[537.6393432617188, 1876.2264404296875, 1446.4578857421875, 1113.1864013671875, 3245.195068359375, 1690.1846923828125, 2790.586669921875, 591.0516357421875]\n", - "8\n", - "1138\n", - "3\n", - "[402.8489074707031, 385.8760986328125, 8940.357421875]\n", - "3\n", - "1139\n", - "100\n", - "[543.8236694335938, 335.1819763183594, 373.953125, 311.5132751464844, 547.443359375, 871.37548828125, 401.5129699707031, 432.2821044921875, 425.17498779296875, 549.1854248046875, 484.32098388671875, 1141.1671142578125, 3357.04345703125, 2368.202392578125, 358.1309509277344, 304.991455078125, 576.3425903320312, 562.6864013671875, 595.2409057617188, 603.2831420898438, 2940.482666015625, 3141.46044921875, 1703.989013671875, 941.1094970703125, 656.0421752929688, 347.8787841796875, 638.1296997070312, 665.5942993164062, 676.7509155273438, 934.5261840820312, 5849.1171875, 1925.37158203125, 3912.834716796875, 652.3766479492188, 1040.144287109375, 527.481689453125, 366.5645446777344, 702.4606323242188, 734.71044921875, 3391.702880859375, 5717.49658203125, 4688.27197265625, 1240.1390380859375, 520.8052978515625, 1392.5167236328125, 603.0496826171875, 1513.6697998046875, 5558.05419921875, 5294.6748046875, 7578.08203125, 6181.81396484375, 3637.7568359375, 2799.8681640625, 2805.561279296875, 1972.7347412109375, 348.16314697265625, 6137.55224609375, 7840.84814453125, 8053.94091796875, 6834.37890625, 4998.42529296875, 3157.4091796875, 2276.285888671875, 1632.6331787109375, 2240.349853515625, 3735.858154296875, 4026.474853515625, 3593.760498046875, 2394.808349609375, 4906.55810546875, 4426.7998046875, 905.5748901367188, 1030.0933837890625, 1087.966064453125, 178.4429168701172, 433.2221374511719, 5286.86328125, 2362.7958984375, 161.24905395507812, 340.9698486328125, 2381.4873046875, 6742.6591796875, 5966.5830078125, 3689.94482421875, 631.383056640625, 1929.4486083984375, 6039.7412109375, 6917.72705078125, 4526.58837890625, 679.5068359375, 1138.68359375, 4321.08251953125, 4792.1640625, 487.76910400390625, 1914.2967529296875, 807.6541137695312, 1528.511474609375, 1354.61474609375]\n", - "98\n", - "1140\n", - "61\n", - "[427.978271484375, 306.9366149902344, 1158.4327392578125, 677.1162719726562, 396.37371826171875, 304.97900390625, 469.5670471191406, 2242.208251953125, 2239.5439453125, 1505.1324462890625, 1079.84326171875, 778.4632568359375, 614.507080078125, 687.5540161132812, 666.5255126953125, 440.3607177734375, 879.8212280273438, 644.6770629882812, 824.4805908203125, 1618.03955078125, 1399.8560791015625, 1846.587158203125, 1461.04638671875, 776.9639892578125, 586.0595703125, 697.662353515625, 1322.221435546875, 1179.6373291015625, 2820.896728515625, 3349.96044921875, 1871.4072265625, 1255.52685546875, 464.3841247558594, 420.6776123046875, 751.1687622070312, 318.29931640625, 881.2163696289062, 1518.35400390625, 1659.61962890625, 3370.718505859375, 1755.2303466796875, 1561.77734375, 1459.378173828125, 1574.2626953125, 791.55908203125, 383.9780578613281, 532.4513549804688, 1344.063232421875, 1683.6461181640625, 3764.96337890625, 3099.72021484375, 2201.714111328125, 1372.647705078125, 428.36492919921875, 532.3745727539062, 1563.9876708984375, 2384.478759765625, 2323.860107421875, 1297.2626953125, 483.2351379394531, 406.7833557128906]\n", - "61\n", - "1141\n", - "9\n", - "[309.3739929199219, 467.05450439453125, 883.5525512695312, 387.5704650878906, 976.8324584960938, 1146.6317138671875, 384.48883056640625, 634.4566650390625, 423.0119323730469]\n", - "9\n", - "1142\n", - "56\n", - "[522.3095703125, 314.2673645019531, 924.3798828125, 511.04998779296875, 601.412353515625, 403.1737365722656, 1246.887939453125, 747.130859375, 1048.594482421875, 1251.8291015625, 1126.9212646484375, 1177.39892578125, 888.815185546875, 864.7705688476562, 471.03436279296875, 1152.5286865234375, 728.7835083007812, 1061.443603515625, 952.4092407226562, 1022.05322265625, 1188.11083984375, 321.6236877441406, 330.42938232421875, 477.78021240234375, 907.847900390625, 1174.7713623046875, 1258.6190185546875, 1168.7335205078125, 1183.0, 1242.964599609375, 856.5579833984375, 655.1307373046875, 481.0770263671875, 969.806884765625, 1164.7166748046875, 1001.0382080078125, 955.8102416992188, 661.9781494140625, 437.5321960449219, 523.5317993164062, 1007.6116943359375, 1192.1102294921875, 1100.3277587890625, 228.2637176513672, 791.1405639648438, 379.8424377441406, 527.4364013671875, 941.4970092773438, 1204.207275390625, 1242.1043701171875, 769.2172241210938, 358.5776062011719, 333.1250305175781, 762.1080322265625, 893.688232421875, 375.7227783203125]\n", - "56\n", - "1143\n", - "33\n", - "[305.5115661621094, 598.4468383789062, 2586.052734375, 1444.056396484375, 672.9910888671875, 2596.076416015625, 3242.148681640625, 3694.31005859375, 2022.3497314453125, 1677.4090576171875, 1349.1029052734375, 2561.20263671875, 3570.739501953125, 4133.064453125, 2050.77587890625, 939.5587158203125, 904.6561279296875, 1527.6368408203125, 3955.208740234375, 2766.94189453125, 701.2789916992188, 481.5498046875, 3113.70703125, 1809.6551513671875, 1047.3433837890625, 1404.0135498046875, 387.5783996582031, 2141.24365234375, 3609.083251953125, 1458.249755859375, 2090.086181640625, 1340.1282958984375, 313.9049072265625]\n", - "33\n", - "1144\n", - "21\n", - "[421.00970458984375, 542.6396484375, 402.32672119140625, 417.5400695800781, 1021.47900390625, 590.1045532226562, 437.77923583984375, 909.460693359375, 1435.578857421875, 2092.808837890625, 1919.5592041015625, 817.99755859375, 1175.09765625, 1740.9796142578125, 1284.72705078125, 1731.58349609375, 927.68603515625, 579.934814453125, 1290.0570068359375, 1200.7613525390625, 724.2075805664062]\n", - "21\n", - "1145\n", - "15\n", - "[333.37689208984375, 1213.0782470703125, 712.020751953125, 1398.806884765625, 1284.26904296875, 1002.7674560546875, 412.79241943359375, 323.9917297363281, 868.5328369140625, 2000.3209228515625, 2567.4892578125, 1859.9532470703125, 547.7579956054688, 314.5992126464844, 515.9896240234375]\n", - "15\n", - "1146\n", - "20\n", - "[410.32025146484375, 1136.6669921875, 1272.341552734375, 708.9605712890625, 494.96185302734375, 1363.2879638671875, 2235.428466796875, 2191.013427734375, 737.7701416015625, 407.27337646484375, 1254.229736328125, 2335.37158203125, 2090.884765625, 1499.771484375, 888.3883056640625, 1318.975341796875, 1741.0899658203125, 1667.57763671875, 427.9110412597656, 316.3876953125]\n", - "20\n", - "1147\n", - "11\n", - "[590.0853881835938, 687.4408569335938, 330.3341979980469, 1030.20849609375, 668.1461791992188, 312.09893798828125, 318.43536376953125, 575.67724609375, 309.81622314453125, 413.2625427246094, 391.942138671875]\n", - "11\n", - "1148\n", - "16\n", - "[369.116943359375, 737.8751831054688, 1013.0283813476562, 1419.8704833984375, 1147.0955810546875, 821.6659545898438, 885.421142578125, 1695.21435546875, 2047.8084716796875, 1047.9969482421875, 335.2373962402344, 2070.510009765625, 1418.0511474609375, 525.4688720703125, 501.4584655761719, 413.9934387207031]\n", - "16\n", - "1149\n", - "8\n", - "[337.7248840332031, 654.4869384765625, 1516.429931640625, 506.9918518066406, 512.400146484375, 1227.15185546875, 2846.062744140625, 2183.570556640625]\n", - "8\n", - "1150\n", - "7\n", - "[327.1873474121094, 446.5972595214844, 1550.0120849609375, 408.8116455078125, 1181.2938232421875, 1385.2254638671875, 447.9061279296875]\n", - "7\n", - "1151\n", - "12\n", - "[380.7621765136719, 314.88006591796875, 604.1272583007812, 455.4440612792969, 949.662841796875, 885.6373291015625, 537.8432006835938, 991.4493408203125, 882.4041748046875, 476.844970703125, 883.5516357421875, 524.4392700195312]\n", - "12\n", - "1152\n", - "21\n", - "[509.957763671875, 415.42669677734375, 359.3739013671875, 777.648193359375, 1715.49267578125, 1649.3670654296875, 1393.71875, 996.0153198242188, 2005.91455078125, 4025.8828125, 1527.7623291015625, 2063.19287109375, 1606.9361572265625, 774.1276245117188, 659.5357055664062, 2322.857421875, 1280.394775390625, 1917.7374267578125, 1423.7603759765625, 1701.8212890625, 374.0299377441406]\n", - "21\n", - "1153\n", - "13\n", - "[842.3081665039062, 867.8740234375, 376.31597900390625, 519.2743530273438, 1261.82275390625, 735.2150268554688, 1175.3875732421875, 1539.53125, 1113.66015625, 317.8746337890625, 934.914794921875, 456.650634765625, 837.8792114257812]\n", - "13\n", - "1154\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[522.2182006835938, 314.3204345703125, 513.0745239257812, 1471.927734375, 882.4921264648438, 477.01904296875, 1385.3658447265625, 567.1361694335938, 478.5114440917969, 348.9592590332031]\n", - "10\n", - "1155\n", - "14\n", - "[305.3721008300781, 392.5243225097656, 499.5712890625, 941.0520629882812, 875.8095703125, 1181.9188232421875, 324.7894592285156, 1104.1207275390625, 1867.10986328125, 1600.0880126953125, 330.691650390625, 518.3731689453125, 940.6729125976562, 977.69384765625]\n", - "14\n", - "1156\n", - "10\n", - "[601.5946655273438, 390.2124938964844, 304.8457336425781, 1133.510009765625, 1125.9671630859375, 484.9756164550781, 318.4572448730469, 350.66217041015625, 653.3169555664062, 624.0275268554688]\n", - "10\n", - "1157\n", - "5\n", - "[1274.175048828125, 5788.2958984375, 2603.55322265625, 477.6020812988281, 1456.6798095703125]\n", - "5\n", - "1158\n", - "11\n", - "[486.23016357421875, 658.8404541015625, 501.4002685546875, 585.7208862304688, 560.6995849609375, 646.5086059570312, 1511.441650390625, 1586.536865234375, 330.09515380859375, 336.6119384765625, 330.0281066894531]\n", - "11\n", - "1159\n", - "9\n", - "[585.953369140625, 737.8431396484375, 526.5567626953125, 659.2229614257812, 1272.3634033203125, 1479.0208740234375, 903.554443359375, 691.6657104492188, 624.6773681640625]\n", - "9\n", - "1160\n", - "5\n", - "[416.567138671875, 847.8611450195312, 1994.4815673828125, 835.2593994140625, 1106.612060546875]\n", - "5\n", - "1161\n", - "110\n", - "[354.47314453125, 603.3983764648438, 973.157470703125, 367.28472900390625, 883.3585815429688, 995.537841796875, 1257.3031005859375, 1898.5718994140625, 3235.06591796875, 2221.49169921875, 806.0020751953125, 3054.9443359375, 3951.22021484375, 1415.4305419921875, 1435.82763671875, 640.7974243164062, 626.999267578125, 1372.302978515625, 716.3001708984375, 1600.5831298828125, 4726.11083984375, 5597.111328125, 5010.1318359375, 5522.19091796875, 3202.600830078125, 497.262939453125, 1105.7996826171875, 3479.784912109375, 1316.5264892578125, 924.7259521484375, 4552.58447265625, 5511.80712890625, 4975.7890625, 5499.43994140625, 5630.662109375, 4222.9169921875, 4750.77099609375, 2238.36474609375, 1128.8985595703125, 1344.969970703125, 1168.22265625, 2524.61962890625, 3939.69677734375, 1909.4832763671875, 614.433349609375, 2831.539794921875, 2706.441650390625, 2967.9560546875, 5081.6669921875, 2115.075927734375, 4065.85791015625, 1164.8748779296875, 1205.2017822265625, 1037.916748046875, 332.287353515625, 342.3530578613281, 1180.67626953125, 3370.95166015625, 3621.09375, 3428.91015625, 780.2822265625, 410.89630126953125, 413.7402038574219, 2307.9189453125, 1255.2457275390625, 782.0658569335938, 1092.6785888671875, 1336.33642578125, 2263.776611328125, 2700.553466796875, 4174.38818359375, 4624.72265625, 3308.3154296875, 1558.966552734375, 1672.9600830078125, 596.6593627929688, 2277.300537109375, 4151.7666015625, 3534.170166015625, 941.1477661132812, 482.3275451660156, 398.9607849121094, 1236.4608154296875, 3909.138916015625, 3602.994384765625, 3431.152099609375, 861.5308227539062, 331.5533752441406, 641.32177734375, 676.7265625, 1877.2646484375, 1554.02294921875, 2445.26904296875, 2791.40771484375, 1301.916259765625, 404.267578125, 1387.156494140625, 1044.357177734375, 1609.5267333984375, 3250.904052734375, 2929.14111328125, 334.7731018066406, 2119.132080078125, 1080.732666015625, 1688.6690673828125, 593.6734008789062, 311.3985900878906, 527.6948852539062, 448.0458679199219, 388.1558837890625]\n", - "110\n", - "1162\n", - "6\n", - "[1102.6878662109375, 1397.0784912109375, 693.5906982421875, 607.6228637695312, 1255.228759765625, 349.7406005859375]\n", - "6\n", - "1163\n", - "9\n", - "[423.55242919921875, 1713.1827392578125, 2391.45166015625, 545.003662109375, 2728.601318359375, 736.4837646484375, 1005.484130859375, 367.0000915527344, 1839.363525390625]\n", - "9\n", - "1164\n", - "11\n", - "[492.9707946777344, 676.0352783203125, 1201.6181640625, 582.9181518554688, 351.1716613769531, 634.3950805664062, 873.5553588867188, 513.8159790039062, 1219.638916015625, 1670.1904296875, 948.642822265625]\n", - "11\n", - "1165\n", - "9\n", - "[459.37896728515625, 401.872314453125, 1435.7705078125, 709.1913452148438, 1097.5284423828125, 1137.84619140625, 373.5328369140625, 999.3195190429688, 455.9771728515625]\n", - "9\n", - "1166\n", - "14\n", - "[430.2272033691406, 1403.186279296875, 873.6220703125, 906.2488403320312, 1300.8609619140625, 987.8982543945312, 1561.6502685546875, 1733.024658203125, 1375.36181640625, 1096.3826904296875, 579.9710693359375, 807.2091674804688, 2027.7674560546875, 729.4051513671875]\n", - "14\n", - "1167\n", - "23\n", - "[476.89337158203125, 731.3484497070312, 836.9219360351562, 300.24334716796875, 949.0742797851562, 2770.1005859375, 4888.65283203125, 5467.80859375, 2196.55078125, 1317.0333251953125, 5306.06884765625, 7983.7802734375, 9328.6591796875, 5672.8427734375, 1401.134033203125, 1008.8230590820312, 3895.192138671875, 2292.21435546875, 3896.020751953125, 5095.3271484375, 3932.965576171875, 803.5828247070312, 1627.99267578125]\n", - "23\n", - "1168\n", - "5\n", - "[2973.423828125, 542.7446899414062, 469.6750793457031, 917.8310546875, 323.6855773925781]\n", - "5\n", - "1169\n", - "15\n", - "[476.6059875488281, 518.9476318359375, 573.4747314453125, 1413.9815673828125, 1904.8699951171875, 821.973388671875, 520.2227172851562, 2077.269775390625, 1906.0504150390625, 655.8170166015625, 1040.8314208984375, 998.773681640625, 925.9122924804688, 308.1708984375, 368.9762878417969]\n", - "15\n", - "1170\n", - "12\n", - "[409.8299560546875, 447.23138427734375, 1637.49365234375, 5689.02001953125, 888.222900390625, 3034.766357421875, 3540.35400390625, 2047.49951171875, 2091.141357421875, 2878.550537109375, 321.6431884765625, 566.2037963867188]\n", - "12\n", - "1171\n", - "91\n", - "[801.2576904296875, 845.1287231445312, 335.9956359863281, 1018.0767822265625, 723.7417602539062, 336.0089111328125, 539.6773071289062, 324.2964172363281, 990.0775756835938, 2883.781005859375, 1771.467041015625, 1801.018798828125, 2227.051513671875, 1375.813720703125, 477.96954345703125, 676.3331298828125, 6202.96630859375, 8624.20703125, 2818.936767578125, 5921.07958984375, 2487.17333984375, 1106.2999267578125, 2928.1005859375, 5734.89013671875, 7775.140625, 9134.5390625, 2751.480224609375, 1399.1007080078125, 365.9735107421875, 411.4753723144531, 1972.9359130859375, 3816.10791015625, 8921.6240234375, 8923.2451171875, 9163.0986328125, 7926.7978515625, 2823.49365234375, 800.759521484375, 832.2470092773438, 1903.5020751953125, 2717.954345703125, 3228.702392578125, 9103.146484375, 8832.11328125, 9068.142578125, 6233.6552734375, 1108.254638671875, 602.8416137695312, 531.3527221679688, 506.4346923828125, 1132.287353515625, 5961.48291015625, 7315.01025390625, 7658.1728515625, 8599.806640625, 8626.1904296875, 5389.21142578125, 1453.8856201171875, 957.564208984375, 406.3329162597656, 419.7217712402344, 2809.24755859375, 5308.20947265625, 3768.35205078125, 5012.560546875, 7320.79931640625, 5809.7431640625, 2444.569091796875, 959.8084106445312, 549.8807983398438, 860.7247314453125, 313.0250549316406, 583.8032836914062, 1139.4271240234375, 4588.48046875, 1975.09912109375, 1163.0865478515625, 4877.701171875, 2567.838134765625, 1219.4197998046875, 883.0514526367188, 774.1683349609375, 451.484375, 1472.38232421875, 2847.956787109375, 679.6377563476562, 393.0079345703125, 1236.3468017578125, 445.9422607421875, 754.4829711914062, 418.4210205078125]\n", - "91\n", - "1172\n", - "10\n", - "[799.9861450195312, 433.64862060546875, 1655.733154296875, 2260.37841796875, 926.3807373046875, 566.7345581054688, 1374.579833984375, 819.3724975585938, 474.1681823730469, 443.241455078125]\n", - "10\n", - "1173\n", - "62\n", - "[519.7677001953125, 2477.929443359375, 1351.2801513671875, 3396.4013671875, 1507.4849853515625, 504.79376220703125, 877.2431030273438, 1404.10400390625, 3007.663818359375, 3520.508544921875, 1373.3419189453125, 1923.4566650390625, 1890.8533935546875, 2032.8865966796875, 646.0177001953125, 880.9412841796875, 4856.71875, 2074.473388671875, 2247.903076171875, 4370.77294921875, 3901.75390625, 2464.620849609375, 1485.114501953125, 779.8131103515625, 2839.47021484375, 1668.191650390625, 3027.283203125, 3469.664306640625, 4567.0361328125, 4995.4541015625, 3345.5517578125, 1460.4239501953125, 2225.37841796875, 2237.335205078125, 1052.519287109375, 1569.658203125, 871.489501953125, 4347.44970703125, 4492.86328125, 4705.77685546875, 4831.91650390625, 4793.82177734375, 4776.40576171875, 2040.5396728515625, 2558.79638671875, 2253.229736328125, 744.8307495117188, 1793.7593994140625, 2645.381591796875, 2426.8994140625, 3280.17724609375, 3650.78857421875, 1229.759033203125, 3059.269287109375, 2894.23046875, 1977.849365234375, 488.7107238769531, 1950.493896484375, 918.4559936523438, 1504.8819580078125, 559.6663818359375, 1352.59765625]\n", - "62\n", - "1174\n", - "6\n", - "[1203.0472412109375, 1355.8499755859375, 1003.037841796875, 1404.5521240234375, 341.802978515625, 375.57122802734375]\n", - "6\n", - "1175\n", - "9\n", - "[801.6460571289062, 512.5667724609375, 710.8878784179688, 3105.8369140625, 2658.249267578125, 1367.494140625, 2750.21826171875, 374.7830505371094, 360.5007019042969]\n", - "9\n", - "1176\n", - "11\n", - "[584.6432495117188, 570.5059814453125, 1765.9652099609375, 1105.8575439453125, 1255.854248046875, 2566.52685546875, 2589.508544921875, 1327.4227294921875, 730.3829956054688, 1832.7489013671875, 1467.929931640625]\n", - "11\n", - "1177\n", - "12\n", - "[382.3558044433594, 492.48638916015625, 342.33721923828125, 1433.6876220703125, 1457.2587890625, 1206.851318359375, 811.5324096679688, 399.8946838378906, 586.1468505859375, 453.0863342285156, 589.9470825195312, 783.474365234375]\n", - "12\n", - "1178\n", - "19\n", - "[627.1088256835938, 653.2949829101562, 1412.069580078125, 868.5103149414062, 445.69024658203125, 1288.411865234375, 456.5740661621094, 760.543701171875, 476.7691955566406, 2484.4072265625, 3115.101318359375, 340.4371032714844, 640.3429565429688, 1179.7572021484375, 2193.1162109375, 477.18798828125, 694.061279296875, 385.7501220703125, 1235.5694580078125]\n", - "19\n", - "1179\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[695.9717407226562, 503.7539367675781, 455.4927062988281, 649.8060302734375, 407.1990966796875, 444.7344055175781, 693.1957397460938, 501.97320556640625, 578.9742431640625, 644.1336669921875, 912.3572387695312, 861.7798461914062]\n", - "12\n", - "1180\n", - "10\n", - "[637.5621948242188, 519.6998901367188, 362.3487243652344, 513.4652099609375, 479.2792053222656, 738.1578369140625, 507.7359619140625, 419.1595458984375, 662.2758178710938, 615.8455200195312]\n", - "10\n", - "1181\n", - "9\n", - "[302.8091125488281, 660.6184692382812, 455.2060546875, 941.0090942382812, 651.1002197265625, 771.6898803710938, 768.153564453125, 309.70501708984375, 1082.59521484375]\n", - "9\n", - "1182\n", - "20\n", - "[1158.7662353515625, 2506.701416015625, 1396.71826171875, 732.9136962890625, 1043.982177734375, 2361.566650390625, 2123.108154296875, 1512.1119384765625, 594.9951782226562, 1485.3214111328125, 2424.31201171875, 854.5418701171875, 1177.4283447265625, 1406.0738525390625, 1227.802978515625, 615.530517578125, 768.0831909179688, 453.73333740234375, 541.2048950195312, 366.27728271484375]\n", - "20\n", - "1183\n", - "16\n", - "[318.56854248046875, 977.7830810546875, 1607.8212890625, 414.6094970703125, 2240.901123046875, 838.5692138671875, 529.4706420898438, 520.1539916992188, 1359.2835693359375, 1797.6087646484375, 2182.821533203125, 669.6090087890625, 446.8275146484375, 1265.4365234375, 1026.387939453125, 372.65325927734375]\n", - "16\n", - "1184\n", - "4\n", - "[559.388671875, 986.6652221679688, 1629.485107421875, 2229.457275390625]\n", - "4\n", - "1185\n", - "9\n", - "[307.9629821777344, 584.1110229492188, 305.05517578125, 744.896240234375, 343.0801696777344, 430.705078125, 1001.947265625, 489.1310729980469, 1104.8819580078125]\n", - "9\n", - "1186\n", - "26\n", - "[307.3980712890625, 2069.852783203125, 371.60955810546875, 1447.1676025390625, 2032.186767578125, 1002.2954711914062, 405.6819763183594, 1966.178466796875, 2950.76513671875, 1215.7452392578125, 1446.69384765625, 914.47509765625, 1997.0550537109375, 361.32928466796875, 445.2386779785156, 479.7133483886719, 359.8721618652344, 316.8067626953125, 357.8742370605469, 623.029296875, 455.68878173828125, 304.99786376953125, 373.8980712890625, 970.1897583007812, 1108.4638671875, 470.5102844238281]\n", - "26\n", - "1187\n", - "48\n", - "[419.53802490234375, 347.53350830078125, 386.61767578125, 408.66131591796875, 484.6019592285156, 474.1005554199219, 636.4530029296875, 966.2374877929688, 711.9537963867188, 446.5619201660156, 591.7607421875, 447.98175048828125, 571.7093505859375, 1380.3892822265625, 3164.581298828125, 1821.8870849609375, 446.9430847167969, 365.7653503417969, 1691.1820068359375, 3424.9345703125, 735.0332641601562, 555.7642822265625, 4285.93017578125, 6463.19189453125, 4455.8447265625, 3410.98095703125, 909.5005493164062, 666.9943237304688, 622.9362182617188, 1884.6741943359375, 2328.14306640625, 5303.01708984375, 5125.8544921875, 3585.509765625, 1163.7618408203125, 1072.1719970703125, 577.5744018554688, 3099.631103515625, 5104.806640625, 4919.68896484375, 4451.5224609375, 4700.9990234375, 1783.2935791015625, 789.3551635742188, 2455.89892578125, 1967.67138671875, 2507.398681640625, 493.4299011230469]\n", - "48\n", - "1188\n", - "9\n", - "[952.9051513671875, 413.9219665527344, 996.5789184570312, 1962.5577392578125, 1409.6478271484375, 306.6875305175781, 489.17755126953125, 410.07550048828125, 324.9596252441406]\n", - "9\n", - "1189\n", - "9\n", - "[1861.724609375, 888.7132568359375, 526.1851806640625, 2450.824951171875, 2097.385009765625, 2054.629150390625, 568.4878540039062, 979.11865234375, 818.92041015625]\n", - "9\n", - "1190\n", - "12\n", - "[623.7191772460938, 1203.155029296875, 602.4450073242188, 1085.47021484375, 1441.0704345703125, 418.9629211425781, 1104.473388671875, 1088.2403564453125, 1013.3764038085938, 691.23388671875, 450.1386413574219, 518.7801513671875]\n", - "12\n", - "1191\n", - "6\n", - "[1872.86865234375, 1535.026123046875, 581.1159057617188, 443.63653564453125, 668.2275390625, 790.39697265625]\n", - "6\n", - "1192\n", - "20\n", - "[512.3148193359375, 618.1104125976562, 305.2210998535156, 774.077880859375, 934.3436279296875, 861.3654174804688, 814.4742431640625, 313.8801574707031, 697.612548828125, 769.30224609375, 533.8814697265625, 1288.277099609375, 1394.1175537109375, 3637.833740234375, 9978.5234375, 5940.95556640625, 1215.9259033203125, 1101.3612060546875, 3447.6494140625, 438.72796630859375]\n", - "20\n", - "1193\n", - "13\n", - "[385.66033935546875, 692.6126708984375, 582.5222778320312, 889.5942993164062, 441.8101806640625, 597.709228515625, 711.2951049804688, 612.0073852539062, 1772.2489013671875, 555.8575439453125, 404.5820617675781, 435.75506591796875, 453.45892333984375]\n", - "13\n", - "1194\n", - "9\n", - "[337.1336975097656, 616.9194946289062, 390.22503662109375, 367.4857177734375, 1480.6353759765625, 302.521240234375, 383.4375915527344, 839.9261474609375, 447.26092529296875]\n", - "9\n", - "1195\n", - "5\n", - "[642.1346435546875, 925.6019897460938, 1819.083984375, 2459.956298828125, 2433.72021484375]\n", - "5\n", - "1196\n", - "14\n", - "[308.9653015136719, 1596.8990478515625, 1185.359130859375, 1253.357177734375, 864.7396850585938, 863.129150390625, 1301.3758544921875, 894.5517578125, 339.4664001464844, 817.4077758789062, 1597.2364501953125, 422.76959228515625, 697.1760864257812, 425.3285217285156]\n", - "14\n", - "1197\n", - "12\n", - "[305.4105224609375, 395.2933044433594, 663.5623168945312, 812.7981567382812, 1089.5146484375, 1176.9656982421875, 921.6961059570312, 1862.362548828125, 1605.9193115234375, 709.7472534179688, 1454.441650390625, 896.0665283203125]\n", - "12\n", - "1198\n", - "11\n", - "[621.6189575195312, 565.6856689453125, 437.92645263671875, 1275.036376953125, 688.5665283203125, 1501.640869140625, 846.4816284179688, 1125.1982421875, 310.3717956542969, 747.833740234375, 652.0859375]\n", - "11\n", - "1199\n", - "13\n", - "[947.2854614257812, 373.2292175292969, 387.231201171875, 1313.48681640625, 5051.96533203125, 2699.329345703125, 2241.380615234375, 927.2493286132812, 1280.299072265625, 3776.6259765625, 3537.454345703125, 2137.592041015625, 1164.2452392578125]\n", - "13\n", - "1200\n", - "55\n", - "[327.269287109375, 466.3575134277344, 480.9147033691406, 337.87225341796875, 344.85504150390625, 595.0626220703125, 1392.402099609375, 310.7605895996094, 913.7789916992188, 2347.06005859375, 672.4466552734375, 1783.859130859375, 1875.6192626953125, 313.444580078125, 3076.64453125, 4234.3154296875, 1856.2615966796875, 1019.1112060546875, 3236.69140625, 4953.55322265625, 3166.69189453125, 3130.044677734375, 1958.8671875, 4944.2724609375, 3870.725341796875, 4836.423828125, 2986.645751953125, 611.15673828125, 912.60986328125, 1284.10546875, 1788.7567138671875, 4382.96826171875, 4229.7978515625, 5491.150390625, 3798.8134765625, 974.097900390625, 434.3453674316406, 1096.844482421875, 1284.2130126953125, 2840.6982421875, 3208.54833984375, 4628.05126953125, 3415.77880859375, 1349.961669921875, 358.8525085449219, 1130.2669677734375, 3102.613525390625, 3503.584228515625, 1216.0076904296875, 580.6570434570312, 1379.8656005859375, 3149.194580078125, 1581.24462890625, 464.7762145996094, 922.8912963867188]\n", - "55\n", - "1201\n", - "15\n", - "[1103.5184326171875, 1443.7471923828125, 1190.8128662109375, 736.5428466796875, 615.4366455078125, 463.87261962890625, 1062.6611328125, 1291.8973388671875, 1881.7652587890625, 1668.1595458984375, 1112.4022216796875, 916.001220703125, 595.49951171875, 341.6600341796875, 559.6610717773438]\n", - "15\n", - "1202\n", - "21\n", - "[373.7621765136719, 640.697265625, 391.24676513671875, 545.5049438476562, 364.0793762207031, 546.7347412109375, 529.6575317382812, 859.520751953125, 368.8150939941406, 408.3471374511719, 316.8720703125, 769.431396484375, 534.0552978515625, 448.3235778808594, 414.2154235839844, 695.3652954101562, 1082.6788330078125, 947.1181030273438, 514.0910034179688, 903.30859375, 642.8344116210938]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21\n", - "1203\n", - "8\n", - "[415.7029724121094, 585.9064331054688, 387.8883056640625, 652.6463623046875, 1233.67822265625, 912.4165649414062, 1388.246826171875, 929.4234619140625]\n", - "8\n", - "1204\n", - "102\n", - "[751.48583984375, 770.3443603515625, 2510.434326171875, 389.6852111816406, 1148.168212890625, 344.72125244140625, 412.93963623046875, 2390.84130859375, 1966.48681640625, 3073.209716796875, 2002.9854736328125, 539.295654296875, 1083.66796875, 2270.29443359375, 2243.71044921875, 2891.466064453125, 2353.18505859375, 2494.146484375, 2188.6220703125, 812.6826782226562, 527.0615234375, 732.7271118164062, 540.366455078125, 378.06231689453125, 1307.858154296875, 2412.51318359375, 2701.880126953125, 3453.799560546875, 3249.057373046875, 3545.039794921875, 1652.0360107421875, 842.9732666015625, 691.9148559570312, 953.353759765625, 713.742919921875, 964.1052856445312, 1234.552978515625, 1473.734619140625, 781.7200927734375, 3075.967041015625, 2279.359375, 2760.146240234375, 3021.099609375, 1348.8135986328125, 608.7728271484375, 726.2415771484375, 2924.245361328125, 2873.253662109375, 2204.506591796875, 3245.53271484375, 2951.86083984375, 3686.916015625, 3665.079345703125, 1769.5350341796875, 2131.17529296875, 3563.182861328125, 4058.878662109375, 2932.083251953125, 2679.076416015625, 1379.9625244140625, 2445.578369140625, 3217.292724609375, 364.1590881347656, 1470.6046142578125, 2753.387451171875, 3722.75146484375, 1670.7340087890625, 2890.429931640625, 3520.15087890625, 3566.117919921875, 1970.37548828125, 865.5774536132812, 819.65380859375, 2039.739990234375, 2329.2412109375, 1423.358642578125, 2913.524169921875, 2593.411376953125, 2574.873779296875, 615.9346923828125, 314.5374755859375, 422.8023986816406, 585.7611694335938, 685.9364624023438, 1889.85205078125, 195.508056640625, 346.6531982421875, 1729.6158447265625, 3029.479736328125, 1946.028564453125, 1956.3681640625, 449.17822265625, 1451.442626953125, 574.238037109375, 579.1065063476562, 671.4956665039062, 1068.0955810546875, 873.2335205078125, 642.6270141601562, 433.41082763671875, 1607.5777587890625, 1032.2901611328125]\n", - "102\n", - "1205\n", - "11\n", - "[329.34661865234375, 1419.012939453125, 932.2185668945312, 553.2835693359375, 912.5926513671875, 1799.7940673828125, 1352.782958984375, 433.21734619140625, 653.4701538085938, 596.419921875, 1281.244384765625]\n", - "11\n", - "1206\n", - "13\n", - "[682.4767456054688, 960.1922607421875, 966.40478515625, 1524.412841796875, 1288.8629150390625, 710.388671875, 317.74609375, 1530.8463134765625, 2172.99658203125, 2460.549560546875, 311.0131530761719, 1719.080322265625, 579.6005249023438]\n", - "13\n", - "1207\n", - "16\n", - "[354.8058776855469, 329.6073913574219, 674.4135131835938, 1274.5804443359375, 1229.665283203125, 1147.3255615234375, 354.5334777832031, 820.5625610351562, 807.197265625, 519.7680053710938, 2033.7850341796875, 2194.42822265625, 421.7686767578125, 1552.1932373046875, 1781.459716796875, 409.9224548339844]\n", - "16\n", - "1208\n", - "37\n", - "[506.7305908203125, 499.8647155761719, 410.6083679199219, 570.8565673828125, 833.602294921875, 503.73297119140625, 551.3472290039062, 863.1202392578125, 924.2440185546875, 592.460693359375, 928.8480834960938, 729.7528076171875, 676.6407470703125, 678.5167236328125, 1123.9842529296875, 813.7036743164062, 573.934814453125, 541.659912109375, 567.3683471679688, 1034.494140625, 5972.63037109375, 5638.419921875, 2712.750244140625, 25151.896484375, 3706.8525390625, 7553.54052734375, 3038.155029296875, 10463.75390625, 5449.67578125, 375.32196044921875, 1076.9017333984375, 5547.72509765625, 3879.442626953125, 4530.44873046875, 1245.73486328125, 3950.784423828125, 1113.8746337890625]\n", - "37\n", - "1209\n", - "40\n", - "[522.0293579101562, 402.4121398925781, 317.06451416015625, 731.6456298828125, 950.1544189453125, 486.9213562011719, 450.0220642089844, 807.4882202148438, 1194.107177734375, 871.8203735351562, 423.30419921875, 917.768310546875, 300.69158935546875, 810.0614624023438, 1238.2935791015625, 1416.961181640625, 952.9774169921875, 444.25811767578125, 857.4183959960938, 879.4896850585938, 4783.3544921875, 911.4221801757812, 1155.059814453125, 1141.47119140625, 525.7921142578125, 469.66180419921875, 511.7729187011719, 10940.7548828125, 5118.8408203125, 1401.2030029296875, 1122.0225830078125, 2463.37548828125, 344.1200866699219, 528.1640625, 519.3388671875, 8264.64453125, 2765.9072265625, 476.3537292480469, 3978.984619140625, 339.6845703125]\n", - "40\n", - "1210\n", - "27\n", - "[704.7025756835938, 665.2222290039062, 316.90374755859375, 1083.8389892578125, 1411.9696044921875, 1462.3194580078125, 1103.1055908203125, 389.2272033691406, 1051.4735107421875, 2277.283203125, 1840.77783203125, 2713.596923828125, 1241.028076171875, 428.0426940917969, 836.4927978515625, 529.7401123046875, 1830.951171875, 2136.056884765625, 2892.40625, 2224.731689453125, 1185.8648681640625, 300.2052001953125, 1040.5634765625, 1717.7828369140625, 550.7613525390625, 462.0976257324219, 385.90887451171875]\n", - "27\n", - "1211\n", - "15\n", - "[1069.2708740234375, 382.3222351074219, 679.4934692382812, 1056.4659423828125, 396.18359375, 1016.6231079101562, 775.5911254882812, 1018.7322998046875, 1593.2867431640625, 647.5244140625, 1405.37646484375, 1046.48095703125, 639.492919921875, 368.610107421875, 334.0750427246094]\n", - "15\n", - "1212\n", - "27\n", - "[474.2449951171875, 1443.09716796875, 559.4397583007812, 572.7278442382812, 2738.291259765625, 4605.400390625, 5338.869140625, 1530.2252197265625, 2555.45751953125, 603.0701293945312, 4127.5009765625, 5521.58154296875, 4330.005859375, 2003.41162109375, 389.9128723144531, 3139.39404296875, 1159.49609375, 3578.763916015625, 5653.30078125, 4519.55810546875, 739.4495239257812, 2822.818603515625, 5106.9228515625, 4664.236328125, 1992.85107421875, 384.5113220214844, 371.967041015625]\n", - "27\n", - "1213\n", - "30\n", - "[377.8899841308594, 593.3510131835938, 500.66424560546875, 376.1407775878906, 656.3096313476562, 472.6220703125, 1670.356201171875, 400.31341552734375, 1736.9237060546875, 2002.64111328125, 499.23883056640625, 2354.21435546875, 3246.94775390625, 1760.5396728515625, 1695.7291259765625, 1096.581787109375, 764.9246215820312, 1045.9029541015625, 984.9185791015625, 1719.7359619140625, 2267.162109375, 1283.957275390625, 902.3359375, 977.8428344726562, 714.435302734375, 1903.1748046875, 773.1256713867188, 507.04498291015625, 457.5428161621094, 737.1825561523438]\n", - "30\n", - "1214\n", - "23\n", - "[400.60150146484375, 340.177490234375, 417.95489501953125, 2973.095947265625, 2251.652099609375, 689.6739501953125, 898.5706787109375, 478.3685302734375, 1051.4541015625, 341.44403076171875, 905.3643798828125, 647.6470947265625, 1652.0635986328125, 3121.7412109375, 2364.05419921875, 561.5226440429688, 596.7106323242188, 587.0076904296875, 2415.817626953125, 317.76318359375, 526.1693725585938, 1027.67724609375, 1039.3427734375]\n", - "23\n", - "1215\n", - "5\n", - "[2423.215087890625, 2456.939697265625, 785.1624145507812, 2035.878662109375, 873.4737548828125]\n", - "5\n", - "1216\n", - "10\n", - "[489.202880859375, 651.959228515625, 725.904052734375, 320.7721862792969, 440.7356262207031, 484.83306884765625, 388.80389404296875, 936.2971801757812, 901.302978515625, 385.4605712890625]\n", - "10\n", - "1217\n", - "38\n", - "[471.6088562011719, 377.9398498535156, 752.5853881835938, 1239.8587646484375, 708.357421875, 639.0780639648438, 1013.02099609375, 981.6983642578125, 3148.989501953125, 499.4522399902344, 1446.3426513671875, 674.6929321289062, 3177.07666015625, 3630.35302734375, 2518.356689453125, 2934.162353515625, 849.085693359375, 2377.568115234375, 3822.30224609375, 3874.288330078125, 4068.638671875, 3283.5146484375, 3887.7001953125, 2614.73583984375, 890.749755859375, 1707.572509765625, 3701.4228515625, 3677.1865234375, 3662.739990234375, 936.9254760742188, 549.2171020507812, 1874.229736328125, 2103.662841796875, 2025.91748046875, 3586.197998046875, 919.1104125976562, 1154.5985107421875, 1144.5416259765625]\n", - "38\n", - "1218\n", - "10\n", - "[444.392578125, 300.16754150390625, 894.5015869140625, 733.502197265625, 456.7371520996094, 393.689453125, 1108.2471923828125, 536.3746948242188, 1258.2969970703125, 443.4063415527344]\n", - "10\n", - "1219\n", - "9\n", - "[387.5254821777344, 306.42138671875, 312.5380554199219, 780.0071411132812, 795.22412109375, 562.8461303710938, 1004.5189208984375, 422.1297302246094, 506.8475341796875]\n", - "9\n", - "1220\n", - "11\n", - "[1574.4295654296875, 903.5236206054688, 1213.8892822265625, 342.9488220214844, 2230.4765625, 1209.7216796875, 341.6982421875, 301.4839172363281, 326.1889953613281, 407.6448059082031, 337.5641174316406]\n", - "11\n", - "1221\n", - "7\n", - "[359.34710693359375, 1191.2562255859375, 1233.8753662109375, 885.8173828125, 1296.3336181640625, 565.5728149414062, 338.27557373046875]\n", - "7\n", - "1222\n", - "13\n", - "[677.6608276367188, 2387.794677734375, 2064.565185546875, 789.8702392578125, 1456.901123046875, 358.2386474609375, 990.8703002929688, 536.2049560546875, 2053.995849609375, 718.4091796875, 410.7437744140625, 1029.14599609375, 901.6600341796875]\n", - "13\n", - "1223\n", - "5\n", - "[479.4714660644531, 1079.0452880859375, 1652.0728759765625, 1208.655517578125, 1830.58544921875]\n", - "5\n", - "1224\n", - "8\n", - "[791.181884765625, 761.5781860351562, 752.6962280273438, 408.82611083984375, 688.0108032226562, 711.3199462890625, 888.5731811523438, 392.13458251953125]\n", - "8\n", - "1225\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "65\n", - "[756.7273559570312, 358.3307189941406, 349.6927795410156, 594.7713012695312, 879.2617797851562, 695.2363891601562, 2191.57373046875, 1234.2890625, 3238.21484375, 3943.6484375, 576.0057983398438, 2366.57763671875, 2757.774169921875, 2521.2978515625, 364.2598876953125, 322.5295715332031, 3025.787353515625, 5430.96435546875, 4201.54150390625, 5667.005859375, 5070.22265625, 1933.416748046875, 1835.1937255859375, 2157.32763671875, 3460.04052734375, 5487.078125, 6706.16748046875, 4381.92041015625, 913.8997192382812, 2754.390869140625, 2259.69580078125, 3921.425537109375, 6911.16064453125, 7300.080078125, 3223.638916015625, 668.61376953125, 1037.538818359375, 1152.908203125, 1708.19091796875, 2340.282958984375, 3270.60302734375, 6295.00244140625, 5027.416015625, 858.1093139648438, 794.1506958007812, 1649.0650634765625, 1539.3447265625, 1983.8013916015625, 3383.20166015625, 1754.312744140625, 764.1165161132812, 1578.585693359375, 695.7699584960938, 669.2116088867188, 648.5475463867188, 746.680908203125, 479.0736999511719, 85.93717956542969, 472.1275329589844, 554.4025268554688, 1290.431396484375, 334.5001525878906, 563.2006225585938, 505.18994140625, 536.322509765625]\n", - "65\n", - "1226\n", - "14\n", - "[734.68603515625, 375.3307189941406, 322.8526916503906, 1201.8797607421875, 940.7527465820312, 879.4898681640625, 370.0159912109375, 2119.75439453125, 3655.391357421875, 2788.162841796875, 1367.1358642578125, 630.7803955078125, 764.185791015625, 607.12060546875]\n", - "14\n", - "1227\n", - "59\n", - "[750.5677490234375, 330.3858337402344, 1598.8419189453125, 2711.26953125, 2520.2216796875, 801.2736206054688, 809.1181640625, 1388.7841796875, 1906.9443359375, 2495.14453125, 1949.057861328125, 2899.7841796875, 603.92138671875, 1413.5977783203125, 4919.53857421875, 5126.25, 5103.52783203125, 3397.96728515625, 330.4075622558594, 387.5517883300781, 1635.7952880859375, 3880.714599609375, 3625.705322265625, 5388.736328125, 3568.172119140625, 1077.2557373046875, 2089.489990234375, 2927.3828125, 1805.7598876953125, 3902.760986328125, 4381.3203125, 4390.6875, 1003.663330078125, 1089.965576171875, 409.5945129394531, 3306.322021484375, 3547.4091796875, 2983.214599609375, 3384.1826171875, 1681.068115234375, 391.45172119140625, 1409.923095703125, 1009.2124633789062, 663.1589965820312, 483.1457824707031, 461.3914489746094, 499.7625427246094, 951.6015625, 1399.417724609375, 1619.951171875, 1302.3177490234375, 1439.2156982421875, 414.7248840332031, 1170.959228515625, 3698.18994140625, 1213.0296630859375, 1235.89892578125, 1006.0689086914062, 858.6241455078125]\n", - "59\n", - "1228\n", - "8\n", - "[725.7557983398438, 1222.843017578125, 617.3819580078125, 1246.203857421875, 1438.2021484375, 309.7098083496094, 312.01641845703125, 643.8819580078125]\n", - "8\n", - "1229\n", - "6\n", - "[654.4501953125, 428.5684509277344, 758.6202392578125, 1913.3857421875, 1067.47216796875, 1663.3111572265625]\n", - "6\n", - "1230\n", - "23\n", - "[436.68865966796875, 310.4934387207031, 550.4042358398438, 971.4368896484375, 756.6027221679688, 404.212646484375, 325.4681091308594, 575.7244262695312, 454.3343200683594, 2082.36083984375, 973.35888671875, 1086.2803955078125, 1365.02880859375, 1073.024658203125, 569.1417236328125, 640.6267700195312, 322.1609802246094, 2729.8046875, 3499.203125, 3633.469970703125, 1189.907470703125, 1705.0970458984375, 987.841796875]\n", - "23\n", - "1231\n", - "9\n", - "[2258.807373046875, 1961.252197265625, 1512.6201171875, 6059.5693359375, 778.3189086914062, 4011.8896484375, 2211.595947265625, 2327.872314453125, 1581.66357421875]\n", - "9\n", - "1232\n", - "19\n", - "[325.2329406738281, 1024.6610107421875, 448.9609375, 314.2439880371094, 569.4092407226562, 463.741943359375, 355.3085632324219, 381.716064453125, 603.0164794921875, 365.48345947265625, 1554.3773193359375, 2131.17626953125, 1136.4219970703125, 534.8976440429688, 721.3214721679688, 691.6959838867188, 1338.367431640625, 674.397705078125, 707.2876586914062]\n", - "19\n", - "1233\n", - "56\n", - "[625.2203369140625, 355.0764465332031, 578.537353515625, 449.7371520996094, 1132.6685791015625, 778.6536865234375, 896.9903564453125, 933.6092529296875, 1219.3648681640625, 1465.6983642578125, 367.9303894042969, 543.5553588867188, 487.1924133300781, 2005.747802734375, 2003.0718994140625, 2330.561767578125, 2303.50341796875, 3287.315673828125, 1778.9490966796875, 409.1203308105469, 343.8789978027344, 479.06927490234375, 592.7666625976562, 633.1416015625, 1413.2313232421875, 4025.674560546875, 4386.74560546875, 4078.4580078125, 3529.4072265625, 2514.988037109375, 2120.857421875, 343.3755187988281, 386.4938049316406, 1073.51171875, 884.615478515625, 2163.3583984375, 2083.56591796875, 3316.402099609375, 4325.77783203125, 3108.77783203125, 368.5000305175781, 1134.7413330078125, 708.6173095703125, 334.3128356933594, 308.8567199707031, 655.3739624023438, 1325.8876953125, 440.7509460449219, 3051.751220703125, 1534.6102294921875, 1127.3304443359375, 461.4171447753906, 481.8081970214844, 553.8818359375, 355.22247314453125, 555.2613525390625]\n", - "56\n", - "1234\n", - "8\n", - "[726.4623413085938, 892.3494873046875, 842.4833984375, 531.6459350585938, 812.7484130859375, 1007.9742431640625, 838.6749877929688, 371.16815185546875]\n", - "8\n", - "1235\n", - "46\n", - "[561.1181640625, 1092.53564453125, 643.528076171875, 383.22821044921875, 1879.305908203125, 2035.9649658203125, 522.6923828125, 401.9277038574219, 1566.9998779296875, 923.7861938476562, 1203.144775390625, 2362.21923828125, 2485.79736328125, 1828.5167236328125, 730.2593994140625, 905.2988891601562, 832.4195556640625, 1803.9619140625, 2685.986572265625, 2564.759033203125, 2097.182861328125, 1728.7989501953125, 1205.3438720703125, 1906.8580322265625, 2631.662841796875, 2351.23876953125, 2080.842529296875, 2007.9854736328125, 645.7905883789062, 1310.2698974609375, 1695.830810546875, 2261.139404296875, 1826.10400390625, 1859.285888671875, 2513.50390625, 2386.81689453125, 801.0755615234375, 831.8378295898438, 1884.2115478515625, 2176.705322265625, 1317.7843017578125, 603.1005249023438, 379.9066162109375, 316.6932373046875, 418.17999267578125, 616.1288452148438]\n", - "46\n", - "1236\n", - "8\n", - "[619.323974609375, 1376.2447509765625, 1751.5787353515625, 379.8360595703125, 1094.1339111328125, 1602.117919921875, 1420.4217529296875, 536.731201171875]\n", - "8\n", - "1237\n", - "5\n", - "[359.3449401855469, 1367.2108154296875, 1333.3602294921875, 1417.336181640625, 1282.080322265625]\n", - "5\n", - "1238\n", - "8\n", - "[302.37255859375, 765.4556274414062, 1434.5738525390625, 1192.5078125, 388.9817810058594, 890.30859375, 1287.9783935546875, 632.8364868164062]\n", - "8\n", - "1239\n", - "164\n", - "[385.3052978515625, 1023.3782348632812, 2072.008056640625, 1648.572998046875, 1244.98779296875, 1176.3255615234375, 672.2943115234375, 585.6815795898438, 1344.0780029296875, 3626.6728515625, 2629.029052734375, 3660.16943359375, 3353.2373046875, 1151.03564453125, 510.20147705078125, 2106.630126953125, 1538.8221435546875, 580.2415161132812, 646.9439697265625, 2307.198486328125, 3138.220458984375, 5365.5693359375, 5368.166015625, 5250.8671875, 4934.9208984375, 1831.1962890625, 3639.051513671875, 1408.9580078125, 1389.41552734375, 1696.989990234375, 623.1251831054688, 711.1921997070312, 1249.23681640625, 399.8480224609375, 571.80078125, 1413.0230712890625, 545.7190551757812, 1553.8028564453125, 4319.88720703125, 5370.8994140625, 4195.68310546875, 4421.919921875, 4252.130859375, 4900.67236328125, 3518.991455078125, 656.846923828125, 4154.40234375, 4631.84814453125, 4720.5029296875, 2022.0045166015625, 390.6431884765625, 360.9073791503906, 560.5014038085938, 2228.3642578125, 4664.51025390625, 5275.16357421875, 5406.26806640625, 5333.62060546875, 5072.4541015625, 5225.533203125, 3963.083251953125, 4631.63916015625, 4881.47021484375, 5000.3994140625, 3159.78857421875, 2093.087646484375, 521.8937377929688, 1251.251220703125, 852.5208740234375, 1168.75634765625, 2173.40380859375, 3031.12109375, 4703.28759765625, 4959.8486328125, 5424.80078125, 5350.91796875, 5318.82666015625, 5294.134765625, 4893.32177734375, 4818.56640625, 4739.07373046875, 4905.431640625, 4874.41064453125, 3504.268798828125, 1298.758544921875, 1447.3681640625, 1044.09912109375, 1263.8148193359375, 449.147705078125, 4488.10107421875, 5338.36328125, 5009.19921875, 5113.90478515625, 5434.47314453125, 5328.9599609375, 4834.568359375, 4289.32763671875, 4947.513671875, 4811.34228515625, 3075.624267578125, 636.8982543945312, 304.09417724609375, 863.767822265625, 616.3515014648438, 1834.764404296875, 3901.282958984375, 4458.00244140625, 5447.23583984375, 5436.2626953125, 5302.85791015625, 5345.89501953125, 2863.95068359375, 2762.219970703125, 2180.787109375, 607.5680541992188, 1906.7423095703125, 4982.416015625, 3682.87939453125, 3296.673828125, 5055.05810546875, 5277.880859375, 5093.884765625, 4273.896484375, 4245.7138671875, 1674.7027587890625, 1344.64892578125, 2247.383544921875, 2115.7890625, 3517.849609375, 4048.169921875, 4821.31103515625, 5434.48388671875, 2913.2900390625, 1276.0855712890625, 1628.5364990234375, 3963.121826171875, 1851.14501953125, 786.6671752929688, 375.7838134765625, 1735.78076171875, 3464.574462890625, 4970.02099609375, 1954.665283203125, 476.9847412109375, 473.5922546386719, 789.0441284179688, 1710.54345703125, 3555.084716796875, 1321.8128662109375, 510.3112487792969, 2000.41455078125, 1083.679931640625, 1205.7440185546875, 2156.86962890625, 1364.833740234375, 939.0326538085938, 1035.8118896484375, 1731.0377197265625, 1679.4122314453125, 1423.779541015625, 680.694091796875, 600.2450561523438, 633.2092895507812, 1514.767333984375]\n", - "164\n", - "1240\n", - "10\n", - "[873.504150390625, 614.23388671875, 694.7474365234375, 1168.2515869140625, 1177.3873291015625, 371.6505126953125, 1460.15576171875, 1029.5753173828125, 520.4573364257812, 690.4926147460938]\n", - "10\n", - "1241\n", - "14\n", - "[487.8725280761719, 569.8323974609375, 638.64697265625, 584.1859130859375, 1331.4830322265625, 1376.225830078125, 921.0770874023438, 603.7042236328125, 1026.771728515625, 1169.7894287109375, 1156.4755859375, 403.6984558105469, 535.854736328125, 567.22119140625]\n", - "14\n", - "1242\n", - "13\n", - "[837.4227905273438, 749.6676635742188, 414.8912353515625, 448.8245544433594, 394.8210754394531, 1102.58740234375, 338.82757568359375, 682.9619140625, 493.6280212402344, 382.3596496582031, 604.564697265625, 308.2386474609375, 794.8980102539062]\n", - "13\n", - "1243\n", - "90\n", - "[406.07470703125, 855.9828491210938, 505.6959533691406, 723.1279296875, 547.4017944335938, 763.533447265625, 512.8370361328125, 333.5439453125, 429.7301330566406, 668.5117797851562, 688.9483642578125, 595.0821533203125, 858.8670654296875, 739.365966796875, 674.8798828125, 426.22698974609375, 921.2779541015625, 1087.421875, 769.1544189453125, 610.2453002929688, 659.827880859375, 661.4700927734375, 644.7096557617188, 618.9800415039062, 574.1587524414062, 427.7053527832031, 596.26904296875, 5354.7421875, 4507.8486328125, 1350.740966796875, 773.0089111328125, 635.5263061523438, 470.2607116699219, 277.9804992675781, 696.4275512695312, 1051.684326171875, 4651.39013671875, 5811.7822265625, 4856.16943359375, 7231.05712890625, 5092.90478515625, 6825.53955078125, 5219.25244140625, 4016.63818359375, 5167.755859375, 1580.119140625, 1061.02001953125, 750.1621704101562, 4745.98974609375, 5704.228515625, 5990.00146484375, 1377.8109130859375, 8145.0029296875, 8392.6650390625, 8800.16796875, 6004.615234375, 1067.8192138671875, 317.3199462890625, 3249.583251953125, 5547.73583984375, 3917.34716796875, 7138.55859375, 5783.43115234375, 6046.42919921875, 5026.07421875, 1780.8870849609375, 2153.658203125, 1833.647705078125, 548.2993774414062, 484.830810546875, 3675.01708984375, 5511.12109375, 3794.915283203125, 4871.18994140625, 6809.13916015625, 3923.086669921875, 735.5590209960938, 799.293701171875, 2951.985107421875, 4222.17041015625, 319.5892639160156, 3664.199462890625, 2551.534423828125, 5802.033203125, 782.98095703125, 1069.9244384765625, 3185.696044921875, 1698.926513671875, 302.36065673828125, 889.5582275390625]\n", - "90\n", - "1244\n", - "130\n", - "[554.4939575195312, 534.9821166992188, 374.78057861328125, 366.39422607421875, 566.9631958007812, 1516.88330078125, 1685.44140625, 2209.604736328125, 465.55389404296875, 392.9258728027344, 1014.9022216796875, 1225.18408203125, 2029.36572265625, 1679.8660888671875, 769.0704345703125, 1191.205078125, 495.70941162109375, 560.6528930664062, 516.9639892578125, 384.3944396972656, 658.7573852539062, 2384.037353515625, 1638.6639404296875, 1712.5230712890625, 1046.3558349609375, 1183.8575439453125, 2262.822998046875, 2006.2437744140625, 2660.119384765625, 1205.19677734375, 651.1648559570312, 491.0707092285156, 1039.7076416015625, 2686.362548828125, 2746.009521484375, 2676.447998046875, 1943.264892578125, 442.03045654296875, 407.1814270019531, 332.53680419921875, 1996.1485595703125, 2569.691650390625, 2613.801513671875, 1666.1192626953125, 870.3226928710938, 1776.138916015625, 1459.39111328125, 2654.1884765625, 2714.50244140625, 2034.4193115234375, 1819.4158935546875, 1694.962890625, 1095.7548828125, 844.2320556640625, 1112.5828857421875, 1078.675048828125, 1673.819580078125, 1804.53076171875, 971.0354614257812, 216.87191772460938, 2477.86328125, 1023.53173828125, 518.5785522460938, 585.26416015625, 370.2006530761719, 1566.633544921875, 1633.1480712890625, 905.662109375, 242.29869079589844, 242.34019470214844, 965.2685546875, 820.4761352539062, 437.98370361328125, 441.0625, 1908.05126953125, 2973.099609375, 1049.8653564453125, 1923.59814453125, 1107.7515869140625, 3511.610107421875, 2067.79443359375, 1335.2188720703125, 2144.275146484375, 3861.75341796875, 4817.18017578125, 3440.4375, 3567.978515625, 3995.89501953125, 1732.080322265625, 506.40826416015625, 372.4189758300781, 2846.118896484375, 740.5145263671875, 2151.422607421875, 3648.78466796875, 4850.595703125, 4451.35546875, 4559.1572265625, 4157.56640625, 2877.71142578125, 1097.7254638671875, 832.8859252929688, 873.1069946289062, 3495.441162109375, 3409.547607421875, 4726.03173828125, 4267.798828125, 5221.9521484375, 2574.5654296875, 2603.577392578125, 1289.9141845703125, 631.7080078125, 787.409912109375, 624.2550659179688, 1505.08447265625, 832.0416259765625, 852.2176513671875, 360.0384521484375, 2033.70166015625, 705.2101440429688, 866.9420776367188, 493.1547546386719, 309.7947692871094, 1796.544677734375, 2304.780517578125, 337.48382568359375, 715.2904052734375, 405.55322265625, 473.3376159667969]\n", - "129\n", - "1245" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "85\n", - "[996.033203125, 2021.28125, 396.2862243652344, 433.4776916503906, 1012.2816772460938, 490.5265197753906, 2965.1875, 6909.32666015625, 4888.5263671875, 1491.400146484375, 2053.75634765625, 1190.1533203125, 351.09014892578125, 447.9686584472656, 713.5073852539062, 691.435302734375, 658.884765625, 6123.89404296875, 7297.83251953125, 6094.1708984375, 3000.6298828125, 431.6588439941406, 840.5715942382812, 811.2210083007812, 784.678955078125, 3536.02587890625, 7157.99609375, 7198.07177734375, 6777.609375, 5830.62353515625, 2001.2283935546875, 438.57867431640625, 305.8593444824219, 436.17315673828125, 218.7960205078125, 3819.1025390625, 7228.31591796875, 6604.26953125, 7464.66064453125, 7016.3203125, 6902.7705078125, 945.4992065429688, 1950.62744140625, 5303.81396484375, 5079.490234375, 5043.89794921875, 6457.25341796875, 6850.4677734375, 6578.59130859375, 5150.076171875, 3670.752685546875, 441.46600341796875, 509.4065856933594, 586.6025390625, 836.24951171875, 5092.10546875, 5960.90625, 6901.6962890625, 6579.63525390625, 2366.692138671875, 353.311767578125, 306.2490539550781, 540.770263671875, 1039.545166015625, 3779.638427734375, 1721.09814453125, 1685.025634765625, 1114.5357666015625, 353.9713134765625, 340.47796630859375, 2247.922607421875, 5783.73583984375, 5662.61572265625, 3079.25634765625, 3158.415771484375, 1114.8211669921875, 1103.825927734375, 1034.474853515625, 1134.3782958984375, 1073.731689453125, 2932.75830078125, 925.2919921875, 348.9556884765625, 516.6470336914062, 2532.311279296875]\n", - "85\n", - "1246\n", - "17\n", - "[748.3274536132812, 647.517822265625, 1335.354248046875, 1958.0245361328125, 1385.0283203125, 801.652587890625, 690.1334228515625, 464.27166748046875, 482.1287536621094, 985.9569091796875, 1558.9268798828125, 789.3165893554688, 531.2921142578125, 1134.269287109375, 1598.9180908203125, 647.0594482421875, 591.319580078125]\n", - "17\n", - "1247\n", - "9\n", - "[535.7522583007812, 718.0836181640625, 395.35650634765625, 733.3298950195312, 545.274169921875, 493.7076416015625, 932.8090209960938, 595.9766845703125, 416.9758605957031]\n", - "9\n", - "1248\n", - "7\n", - "[579.1727905273438, 505.942138671875, 1018.0001220703125, 864.9671630859375, 955.8126220703125, 944.4674682617188, 1021.204833984375]\n", - "7\n", - "1249\n", - "8\n", - "[595.8681030273438, 741.416259765625, 1127.8916015625, 934.9281616210938, 607.2266845703125, 365.8141174316406, 316.13043212890625, 356.7008361816406]\n", - "8\n", - "1250\n", - "9\n", - "[400.9080810546875, 1379.6495361328125, 816.9174194335938, 416.48895263671875, 929.6036987304688, 1171.126220703125, 587.5464477539062, 339.01788330078125, 304.35455322265625]\n", - "9\n", - "1251\n", - "12\n", - "[473.2002258300781, 1099.9249267578125, 360.6936340332031, 681.4405517578125, 2049.667236328125, 1289.8446044921875, 419.560791015625, 392.9427490234375, 358.4176330566406, 1050.6463623046875, 1037.75244140625, 824.0223999023438]\n", - "12\n", - "1252\n", - "11\n", - "[774.6420288085938, 861.4448852539062, 1829.8458251953125, 1040.890625, 491.04833984375, 893.654296875, 1087.0887451171875, 799.5585327148438, 541.0967407226562, 1030.2958984375, 914.5108642578125]\n", - "11\n", - "1253\n", - "10\n", - "[669.8214111328125, 473.9734802246094, 402.6829833984375, 694.6301879882812, 322.0647277832031, 995.646484375, 1087.571533203125, 506.52825927734375, 1323.991943359375, 429.10675048828125]\n", - "10\n", - "1254\n", - "16\n", - "[300.9089050292969, 631.0769653320312, 319.6586608886719, 423.2736511230469, 501.83184814453125, 2113.5712890625, 1422.4866943359375, 941.1422729492188, 533.8424682617188, 1244.4110107421875, 1396.15380859375, 603.9539794921875, 588.1864013671875, 302.6779479980469, 1093.0458984375, 953.3787231445312]\n", - "16\n", - "1255\n", - "6\n", - "[850.7513427734375, 2622.843505859375, 1966.3782958984375, 2589.249755859375, 702.7640380859375, 327.38092041015625]\n", - "6\n", - "1256\n", - "30\n", - "[401.6199645996094, 553.7411499023438, 318.1003723144531, 871.4038696289062, 3077.599365234375, 4056.914794921875, 968.82568359375, 646.353515625, 676.5363159179688, 603.314697265625, 953.5846557617188, 1310.5089111328125, 780.1093139648438, 1697.6790771484375, 4267.79541015625, 5165.8125, 2778.486328125, 418.1878662109375, 774.1788330078125, 1833.3238525390625, 4455.9833984375, 467.574951171875, 779.4591064453125, 861.73486328125, 2655.367919921875, 408.0884704589844, 457.4825744628906, 574.2889404296875, 2600.08349609375, 1091.578369140625]\n", - "30\n", - "1257\n", - "24\n", - "[928.3197631835938, 1582.3358154296875, 1030.733642578125, 981.2561645507812, 777.5823974609375, 1551.1297607421875, 835.1387329101562, 3240.14013671875, 2417.25146484375, 1822.407958984375, 4282.86669921875, 4739.5361328125, 2156.9736328125, 813.1303100585938, 5295.72998046875, 4340.83935546875, 412.47418212890625, 696.0001220703125, 2479.725830078125, 3715.580322265625, 5689.06640625, 904.36083984375, 1538.3267822265625, 1305.2083740234375]\n", - "24\n", - "1258\n", - "8\n", - "[462.5440368652344, 1335.02783203125, 839.7573852539062, 959.3283081054688, 1773.6595458984375, 1553.293701171875, 544.35791015625, 627.0774536132812]\n", - "8\n", - "1259\n", - "74\n", - "[1017.518798828125, 653.6398315429688, 1527.0404052734375, 1377.430419921875, 597.3997192382812, 1557.109619140625, 3679.59814453125, 3358.3955078125, 2597.56982421875, 3909.91845703125, 3189.50390625, 458.86590576171875, 3019.97802734375, 4202.818359375, 5391.37939453125, 4889.767578125, 3464.37158203125, 1271.147705078125, 3108.88623046875, 5427.310546875, 5603.12939453125, 4485.18701171875, 5164.59814453125, 4229.33203125, 2136.6416015625, 1868.403564453125, 364.5262145996094, 1585.187255859375, 5391.73388671875, 5623.8037109375, 4975.4013671875, 4759.71484375, 4579.5498046875, 3518.856201171875, 2419.002685546875, 400.3043212890625, 2583.54296875, 2408.48388671875, 2595.795166015625, 2006.7926025390625, 2564.739013671875, 2225.394287109375, 1861.31689453125, 611.1097412109375, 470.7369079589844, 550.3442993164062, 1557.1072998046875, 1944.9439697265625, 867.1692504882812, 870.9456787109375, 1229.0194091796875, 2319.536865234375, 2315.415771484375, 1840.19580078125, 1132.0645751953125, 640.7510986328125, 1044.9766845703125, 413.7740173339844, 617.4550170898438, 796.9625854492188, 357.8015441894531, 522.3942260742188, 1187.553466796875, 1027.044189453125, 2346.951171875, 1867.3812255859375, 2271.86181640625, 1561.7177734375, 753.5677490234375, 368.6502380371094, 406.9103088378906, 1135.256103515625, 936.52734375, 313.44232177734375]\n", - "74\n", - "1260\n", - "42\n", - "[598.8485717773438, 472.54693603515625, 1238.80224609375, 664.7218017578125, 1040.8023681640625, 860.2421875, 2125.7802734375, 389.6121826171875, 183.2693634033203, 1124.88916015625, 649.7384033203125, 2469.88525390625, 3765.007080078125, 4482.79541015625, 2010.32763671875, 2239.064453125, 2060.209228515625, 2211.729248046875, 3272.44091796875, 3864.5810546875, 4505.5537109375, 4366.03125, 3865.393798828125, 411.1424865722656, 2134.185791015625, 2944.43408203125, 4309.36181640625, 4678.7177734375, 4650.8046875, 3693.459716796875, 1253.4285888671875, 780.8341064453125, 2437.494140625, 2880.594482421875, 4038.13427734375, 4148.40234375, 3290.436279296875, 723.4528198242188, 1031.552734375, 659.635009765625, 608.7241821289062, 785.5264892578125]\n", - "42\n", - "1261\n", - "39\n", - "[327.6727600097656, 328.8474426269531, 415.5508728027344, 528.2930908203125, 535.0953369140625, 477.79083251953125, 388.8541259765625, 376.81365966796875, 460.4141845703125, 412.2248840332031, 673.2457885742188, 343.75860595703125, 444.20538330078125, 348.4482421875, 574.7636108398438, 475.6281433105469, 463.1960754394531, 520.44140625, 776.9046630859375, 771.6459350585938, 593.0281372070312, 462.4106750488281, 383.2106628417969, 490.40045166015625, 430.49163818359375, 504.30316162109375, 527.5896606445312, 881.1577758789062, 382.02459716796875, 421.3650817871094, 418.4215393066406, 585.1331787109375, 661.56494140625, 320.75897216796875, 319.456787109375, 316.4267578125, 431.0653381347656, 451.09869384765625, 477.4903259277344]\n", - "39\n", - "1262\n", - "5\n", - "[953.8762817382812, 1850.1561279296875, 1228.4998779296875, 1039.827392578125, 544.7090454101562]\n", - "5\n", - "1263\n", - "7\n", - "[327.9024353027344, 636.72265625, 1705.875732421875, 1281.48193359375, 649.2684326171875, 890.9315185546875, 408.0195007324219]\n", - "7\n", - "1264\n", - "3\n", - "[749.8694458007812, 3455.483642578125, 3462.874755859375]\n", - "3\n", - "1265\n", - "14\n", - "[357.3017883300781, 326.9561462402344, 404.0201416015625, 1080.8758544921875, 1316.7783203125, 772.956298828125, 419.92291259765625, 386.82159423828125, 623.7731323242188, 305.2415466308594, 357.1471862792969, 1805.604736328125, 491.32861328125, 682.9454956054688]\n", - "14\n", - "1266\n", - "12\n", - "[380.0764465332031, 1001.0909423828125, 1663.310546875, 458.4978332519531, 1301.074951171875, 3129.35546875, 637.1051025390625, 659.821533203125, 2752.6103515625, 533.4940795898438, 468.0023193359375, 618.9276733398438]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "1267\n", - "9\n", - "[899.3843994140625, 1432.2861328125, 796.8919067382812, 520.4990844726562, 822.1032104492188, 1439.3101806640625, 1136.389892578125, 537.263916015625, 465.84429931640625]\n", - "9\n", - "1268\n", - "17\n", - "[420.8289794921875, 433.43084716796875, 633.5744018554688, 713.29150390625, 389.7099914550781, 1110.8363037109375, 1916.810791015625, 2088.78271484375, 1300.0439453125, 573.7584228515625, 1732.5982666015625, 1933.0750732421875, 2253.473388671875, 1400.7872314453125, 378.4741516113281, 1307.4251708984375, 529.8197021484375]\n", - "17\n", - "1269\n", - "6\n", - "[1806.1397705078125, 1418.83251953125, 585.1010131835938, 417.00213623046875, 776.53515625, 311.1473083496094]\n", - "6\n", - "1270\n", - "28\n", - "[635.9097290039062, 1046.7694091796875, 316.87548828125, 463.2745666503906, 366.82086181640625, 710.3671875, 692.673583984375, 399.21685791015625, 417.91864013671875, 642.088134765625, 574.4677124023438, 520.4878540039062, 327.5471496582031, 389.8623046875, 508.16064453125, 1361.23828125, 1281.662353515625, 413.0054931640625, 695.4224243164062, 510.74853515625, 523.4550170898438, 491.5140380859375, 786.6096801757812, 770.3829345703125, 1536.9757080078125, 796.202880859375, 1019.2754516601562, 421.03558349609375]\n", - "28\n", - "1271\n", - "11\n", - "[302.0890808105469, 432.7588806152344, 731.2877197265625, 329.3343811035156, 1180.1912841796875, 1671.93359375, 1158.8504638671875, 433.12725830078125, 556.7384643554688, 748.2696533203125, 524.7659301757812]\n", - "11\n", - "1272\n", - "7\n", - "[1063.240478515625, 1177.4130859375, 440.8822021484375, 1701.474853515625, 1448.547119140625, 875.4165649414062, 617.041015625]\n", - "7\n", - "1273\n", - "21\n", - "[314.4635925292969, 767.2479858398438, 859.41064453125, 495.4190673828125, 727.1693115234375, 695.986083984375, 479.4038391113281, 843.0261840820312, 1342.866455078125, 1088.1685791015625, 697.4933471679688, 405.0126647949219, 317.19573974609375, 381.5057067871094, 475.1336364746094, 398.90240478515625, 873.434814453125, 1264.068115234375, 922.4509887695312, 398.3459167480469, 1363.1268310546875]\n", - "21\n", - "1274\n", - "10\n", - "[347.6921081542969, 567.1856689453125, 307.42462158203125, 480.5998840332031, 623.727783203125, 793.4109497070312, 318.64227294921875, 540.868408203125, 856.3882446289062, 792.938720703125]\n", - "10\n", - "1275\n", - "6\n", - "[304.1430358886719, 2086.5205078125, 1374.1849365234375, 1258.1744384765625, 1049.062255859375, 368.26336669921875]\n", - "6\n", - "1276\n", - "12\n", - "[407.2559814453125, 476.6794738769531, 1158.8016357421875, 1617.6214599609375, 1029.669677734375, 360.187255859375, 559.1636962890625, 1699.056884765625, 910.2691650390625, 403.2458801269531, 568.2930297851562, 595.4100952148438]\n", - "12\n", - "1277\n", - "43\n", - "[504.27532958984375, 429.1133728027344, 435.3961486816406, 1201.3486328125, 2031.3018798828125, 2835.7841796875, 2567.7880859375, 1429.349365234375, 411.1903076171875, 1051.9969482421875, 1011.3001098632812, 738.6650390625, 376.9552917480469, 304.0627746582031, 1876.421142578125, 3319.96337890625, 3200.71728515625, 3191.579345703125, 2738.083984375, 991.2576904296875, 2230.7587890625, 2177.27197265625, 678.669921875, 919.1902465820312, 514.6009521484375, 447.1874084472656, 2201.3974609375, 2427.339111328125, 1827.66162109375, 1287.743896484375, 942.0300903320312, 1291.397705078125, 323.8387756347656, 362.1994323730469, 2823.38818359375, 1389.7896728515625, 1084.5355224609375, 1433.7811279296875, 379.09100341796875, 1956.165283203125, 1300.0413818359375, 664.422119140625, 466.7976379394531]\n", - "43\n", - "1278\n", - "16\n", - "[355.5688171386719, 1183.2027587890625, 397.8890686035156, 1141.6123046875, 324.0010681152344, 386.0850830078125, 313.48199462890625, 417.5035095214844, 1388.7391357421875, 554.8908081054688, 611.0255126953125, 1377.7342529296875, 915.3574829101562, 785.6438598632812, 302.3593444824219, 305.01751708984375]\n", - "16\n", - "1279\n", - "20\n", - "[646.7382202148438, 759.2748413085938, 595.8392333984375, 757.5933837890625, 704.7852783203125, 446.2425842285156, 1229.958740234375, 1354.4913330078125, 1071.6629638671875, 484.5345153808594, 303.1225891113281, 801.33642578125, 928.735595703125, 1029.7044677734375, 398.5586242675781, 542.9747314453125, 1242.447021484375, 826.7431030273438, 906.8553466796875, 997.5525512695312]\n", - "20\n", - "1280\n", - "444\n", - "[378.553955078125, 678.0708618164062, 323.0240173339844, 478.43133544921875, 319.8808898925781, 544.58349609375, 682.9613037109375, 714.3662109375, 641.7238159179688, 717.194091796875, 508.53802490234375, 329.70660400390625, 645.9747924804688, 727.7206420898438, 647.1979370117188, 695.3024291992188, 643.9425659179688, 396.6728515625, 480.7388916015625, 461.16656494140625, 506.6775207519531, 342.7466735839844, 361.9080505371094, 641.02490234375, 523.142822265625, 370.4091491699219, 435.8301696777344, 563.702880859375, 379.26068115234375, 501.5850830078125, 493.9068603515625, 667.1978149414062, 439.54339599609375, 428.79034423828125, 357.5271911621094, 330.1731872558594, 305.85296630859375, 407.5785217285156, 478.2245788574219, 856.4500732421875, 863.005615234375, 1480.1822509765625, 915.3502807617188, 453.607421875, 340.8432312011719, 394.84356689453125, 357.9166564941406, 627.90087890625, 534.114501953125, 323.2836608886719, 556.033447265625, 2394.959716796875, 3100.37255859375, 1992.6141357421875, 765.9473266601562, 341.3288269042969, 1218.4002685546875, 1255.1051025390625, 3278.4443359375, 3594.626708984375, 2559.841552734375, 2818.8564453125, 1532.68896484375, 948.91796875, 3198.9921875, 4112.03173828125, 1777.6871337890625, 954.2144165039062, 652.2406005859375, 405.55267333984375, 597.2582397460938, 667.41259765625, 1483.8082275390625, 2360.965087890625, 944.6351318359375, 1996.26904296875, 3329.993408203125, 1907.3099365234375, 2215.081298828125, 3936.42578125, 4793.4697265625, 4752.619140625, 5178.2734375, 3172.193115234375, 1242.50927734375, 2037.0067138671875, 907.5076904296875, 416.1416931152344, 715.2464599609375, 377.61676025390625, 1091.192138671875, 4407.00927734375, 5292.60400390625, 5266.5595703125, 5278.4169921875, 5139.7626953125, 4973.77099609375, 5299.5400390625, 3646.668212890625, 1426.4842529296875, 2281.949462890625, 4101.5888671875, 432.8208312988281, 500.09588623046875, 879.331787109375, 346.0364990234375, 1033.3751220703125, 1375.5482177734375, 4392.38427734375, 5077.27001953125, 5246.84716796875, 5015.205078125, 4759.80517578125, 4997.2294921875, 5059.40673828125, 4729.70703125, 4975.62548828125, 5021.654296875, 2827.124267578125, 1428.9088134765625, 1097.6898193359375, 461.94549560546875, 416.9714050292969, 1731.342041015625, 2657.33349609375, 4071.462158203125, 3661.025390625, 3188.14404296875, 1570.2344970703125, 1312.344970703125, 1844.8226318359375, 2335.305419921875, 3501.71875, 4657.59423828125, 5152.8330078125, 4912.22412109375, 5099.31201171875, 4982.65234375, 5176.81494140625, 3803.79931640625, 4266.330078125, 1782.5277099609375, 650.853515625, 452.3667907714844, 3487.8701171875, 5278.421875, 5156.62158203125, 4783.92578125, 5146.046875, 5100.10302734375, 4701.95654296875, 5173.29345703125, 4622.8828125, 2631.15576171875, 621.0147094726562, 841.2858276367188, 2845.185546875, 4765.677734375, 4801.8642578125, 5122.6259765625, 5183.47265625, 5118.1162109375, 2805.280029296875, 1050.0416259765625, 1922.9013671875, 692.723388671875, 619.4299926757812, 419.392822265625, 1767.1158447265625, 3858.639892578125, 3787.009765625, 4997.0634765625, 5073.95703125, 4829.46923828125, 4936.478515625, 5183.71337890625, 4677.8515625, 5051.4072265625, 5310.98583984375, 5192.30029296875, 5225.52099609375, 4553.68408203125, 2753.56005859375, 756.7457885742188, 314.00201416015625, 3098.7734375, 4660.2392578125, 4463.6669921875, 1899.5992431640625, 2143.10400390625, 582.0122680664062, 929.55029296875, 3296.601806640625, 3729.55615234375, 1531.3228759765625, 4236.39013671875, 3423.69775390625, 3762.167724609375, 4776.5361328125, 3747.7509765625, 4492.9013671875, 4650.33251953125, 4762.93115234375, 5136.72216796875, 4792.13916015625, 5014.87890625, 5269.57861328125, 5302.32373046875, 5341.40625, 5288.9755859375, 3529.33935546875, 1540.16650390625, 270.5110168457031, 983.183349609375, 182.6740264892578, 1248.3935546875, 2942.1279296875, 2600.521240234375, 2050.547119140625, 810.4215698242188, 328.9932556152344, 320.8257141113281, 521.1600952148438, 1730.0863037109375, 2547.80712890625, 1736.0977783203125, 2197.9287109375, 864.4767456054688, 1315.9197998046875, 1611.8392333984375, 4933.7158203125, 5011.55517578125, 4247.95361328125, 5075.77392578125, 5259.07861328125, 5246.0029296875, 5029.72900390625, 4927.7900390625, 4986.9697265625, 3533.71044921875, 167.86708068847656, 388.848876953125, 384.0450439453125, 733.1807861328125, 3289.484130859375, 2408.3525390625, 4436.4853515625, 5047.02392578125, 1623.6583251953125, 1974.360595703125, 779.2474365234375, 1580.4674072265625, 478.84466552734375, 331.28302001953125, 869.7294311523438, 1138.0389404296875, 1399.7705078125, 4390.556640625, 4180.47021484375, 4980.0068359375, 5080.1767578125, 4505.45849609375, 5070.46240234375, 4161.01953125, 5111.78955078125, 4837.28125, 2995.71826171875, 486.5286560058594, 726.912841796875, 2541.619384765625, 1791.729248046875, 345.29376220703125, 1101.601318359375, 453.7879943847656, 526.7006225585938, 504.355712890625, 572.37060546875, 4192.4658203125, 3955.96923828125, 2752.058349609375, 378.7015380859375, 1132.278564453125, 3251.903076171875, 1910.7939453125, 2811.392822265625, 4321.98291015625, 4560.87109375, 4161.0517578125, 3597.97705078125, 4713.40771484375, 3727.648681640625, 4236.6630859375, 2318.4306640625, 519.9578247070312, 1368.281005859375, 4876.55078125, 1602.306396484375, 1409.51171875, 676.6405029296875, 382.4900817871094, 939.820556640625, 301.802734375, 687.066162109375, 397.71380615234375, 690.9188232421875, 2516.820068359375, 390.94354248046875, 107.06302642822266, 1629.750732421875, 4221.2841796875, 5008.26904296875, 4793.5498046875, 5175.26513671875, 4958.57958984375, 4335.91357421875, 2403.654541015625, 427.5253601074219, 443.8392028808594, 3936.1318359375, 2879.93994140625, 808.1558837890625, 1401.239990234375, 423.62994384765625, 325.1700134277344, 608.4413452148438, 1879.031982421875, 2140.1650390625, 2344.5498046875, 346.7377014160156, 209.7026824951172, 1792.7392578125, 4413.255859375, 5272.2021484375, 4593.3330078125, 3244.358154296875, 1467.0509033203125, 4020.55419921875, 5098.2490234375, 3045.423828125, 653.535400390625, 481.3988952636719, 2963.2294921875, 4255.6376953125, 2829.015869140625, 2828.4228515625, 1424.8458251953125, 1127.9044189453125, 369.68194580078125, 401.2518615722656, 381.8298645019531, 490.9198913574219, 522.9525146484375, 717.6259765625, 4291.19384765625, 4843.939453125, 4963.0732421875, 4173.5556640625, 5200.572265625, 3569.651123046875, 3049.29248046875, 4243.7431640625, 3804.119873046875, 613.1917724609375, 2587.124755859375, 3029.152587890625, 4395.20556640625, 2565.670654296875, 529.2456665039062, 871.0052490234375, 4186.84521484375, 3325.349853515625, 4724.7783203125, 3134.821044921875, 5137.11767578125, 3850.4697265625, 2481.194580078125, 1601.280517578125, 2037.6334228515625, 2038.0982666015625, 646.2628784179688, 942.5564575195312, 1147.56103515625, 957.1282958984375, 2493.035888671875, 843.7438354492188, 2566.210205078125, 4788.75146484375, 4848.5029296875, 2121.521484375, 3602.9892578125, 3336.95068359375, 773.209228515625, 725.0372924804688, 609.8467407226562, 1293.5303955078125, 1011.5414428710938, 661.7965087890625, 784.7993774414062, 574.1358642578125, 359.0702209472656, 2356.930908203125, 4119.71435546875, 3940.059326171875, 976.0550537109375, 755.4739990234375, 1118.0059814453125, 817.2506103515625, 2235.728759765625, 731.2571411132812, 454.2002868652344, 1829.9344482421875, 526.7867431640625, 567.8390502929688, 2075.794189453125, 793.79248046875, 557.8434448242188, 782.9130859375, 2596.150146484375, 2992.18603515625, 564.22900390625, 1053.9156494140625, 1497.5252685546875, 357.2912902832031, 639.150634765625, 229.24290466308594, 1447.343994140625, 1011.6972045898438, 1295.02978515625, 327.0897216796875, 452.45098876953125, 785.5262451171875, 1941.7542724609375, 2812.2158203125, 335.15728759765625, 1524.09326171875, 2048.801025390625, 378.2122802734375]\n", - "437\n", - "1281\n", - "8\n", - "[498.8570861816406, 419.029052734375, 419.2916259765625, 909.7057495117188, 1130.5499267578125, 588.2289428710938, 2008.3486328125, 712.2615356445312]\n", - "8\n", - "1282\n", - "11\n", - "[569.4544067382812, 970.0215454101562, 325.3475341796875, 936.4042358398438, 1145.6927490234375, 481.98394775390625, 353.9209289550781, 1286.7091064453125, 450.0034484863281, 319.4877624511719, 369.3773193359375]\n", - "11\n", - "1283\n", - "8\n", - "[527.1920166015625, 1072.4295654296875, 569.9002075195312, 322.07586669921875, 606.9366455078125, 1288.9197998046875, 633.89501953125, 613.8673706054688]\n", - "8\n", - "1284\n", - "10\n", - "[692.1824340820312, 302.92266845703125, 480.9773864746094, 983.644775390625, 424.41339111328125, 452.2880859375, 2679.8125, 1205.880126953125, 945.3306274414062, 1192.587890625]\n", - "10\n", - "1285\n", - "4\n", - "[1411.61962890625, 1526.126953125, 1865.34326171875, 478.5182800292969]\n", - "4\n", - "1286\n", - "30\n", - "[365.78399658203125, 373.4653625488281, 417.04974365234375, 607.191650390625, 319.29669189453125, 532.1260375976562, 1346.68310546875, 1142.2242431640625, 508.7604675292969, 338.62298583984375, 757.5648803710938, 351.5484313964844, 311.9645690917969, 318.723876953125, 467.54864501953125, 324.01416015625, 690.7183837890625, 1130.1710205078125, 1389.7149658203125, 1360.7061767578125, 363.248779296875, 342.8581848144531, 169.81964111328125, 478.6318359375, 593.8411865234375, 352.265380859375, 572.2014770507812, 720.5975341796875, 666.0001831054688, 404.3275451660156]\n", - "30" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1287\n", - "14\n", - "[535.9417724609375, 727.0353393554688, 639.4932861328125, 439.82220458984375, 406.3804931640625, 386.01202392578125, 360.9759826660156, 524.8623046875, 310.0262145996094, 600.2919311523438, 517.9237670898438, 396.26739501953125, 347.0176086425781, 424.14300537109375]\n", - "14\n", - "1288\n", - "24\n", - "[325.83489990234375, 459.17767333984375, 454.7981262207031, 3133.75146484375, 1674.7249755859375, 1711.978759765625, 708.5079956054688, 4345.22998046875, 8597.3681640625, 5409.73095703125, 1594.3779296875, 602.94287109375, 642.9022216796875, 7395.1767578125, 6734.79052734375, 2055.410400390625, 345.36370849609375, 986.2678833007812, 911.3384399414062, 527.3165283203125, 1351.4334716796875, 513.3128662109375, 938.1204833984375, 352.80535888671875]\n", - "24\n", - "1289\n", - "15\n", - "[491.3262634277344, 1335.7957763671875, 600.5586547851562, 625.946044921875, 368.588134765625, 356.6359558105469, 1643.38720703125, 2214.756591796875, 2618.053955078125, 1927.053466796875, 515.0159301757812, 438.527099609375, 1489.047119140625, 902.7564086914062, 341.76483154296875]\n", - "15\n", - "1290\n", - "17\n", - "[1197.78515625, 1071.5311279296875, 754.2281494140625, 482.8158264160156, 906.2566528320312, 1383.7132568359375, 1748.7069091796875, 760.6951904296875, 1010.29541015625, 1682.1043701171875, 976.869873046875, 850.2863159179688, 416.765869140625, 1061.436279296875, 1733.7269287109375, 559.11279296875, 682.9634399414062]\n", - "17\n", - "1291\n", - "23\n", - "[582.704833984375, 767.3820190429688, 691.4570922851562, 785.2421264648438, 1427.42431640625, 1371.0712890625, 1305.8671875, 782.9702758789062, 746.7056274414062, 1550.64453125, 1668.32763671875, 1551.3455810546875, 599.5350952148438, 1040.5821533203125, 1264.1368408203125, 24716.314453125, 3129.596923828125, 307.7901611328125, 767.6412353515625, 1428.1895751953125, 692.6686401367188, 388.09649658203125, 327.7663879394531]\n", - "23\n", - "1292\n", - "10\n", - "[427.60028076171875, 702.2747192382812, 1487.2392578125, 686.9944458007812, 604.6707763671875, 1869.1107177734375, 1427.4716796875, 642.8479614257812, 335.86865234375, 638.2965698242188]\n", - "10\n", - "1293\n", - "8\n", - "[436.6518249511719, 400.55645751953125, 364.26318359375, 811.8248901367188, 2194.4736328125, 865.8135986328125, 1214.510009765625, 1060.927001953125]\n", - "8\n", - "1294\n", - "11\n", - "[395.3467102050781, 306.8372802734375, 1027.6531982421875, 1291.758056640625, 466.03759765625, 2077.8818359375, 1140.3968505859375, 2058.789794921875, 940.6553955078125, 424.91314697265625, 697.4484252929688]\n", - "11\n", - "1295\n", - "25\n", - "[570.4530029296875, 396.38885498046875, 452.1560974121094, 519.7985229492188, 2542.751220703125, 1931.921875, 1789.3355712890625, 1975.8475341796875, 2231.3271484375, 3210.695556640625, 2544.7734375, 912.1302490234375, 300.1827697753906, 3173.023681640625, 4027.95166015625, 2626.58935546875, 730.2605590820312, 1211.3521728515625, 1694.2955322265625, 3900.95654296875, 2685.7734375, 892.5459594726562, 868.8289794921875, 1661.213134765625, 369.8740234375]\n", - "25\n", - "1296\n", - "7\n", - "[733.1416625976562, 720.6190795898438, 451.14495849609375, 543.6890869140625, 958.0538940429688, 1860.8853759765625, 547.2222900390625]\n", - "7\n", - "1297\n", - "9\n", - "[450.1583557128906, 511.50140380859375, 836.87646484375, 839.923095703125, 439.25115966796875, 1646.569091796875, 1400.7930908203125, 457.170654296875, 964.6256103515625]\n", - "9\n", - "1298\n", - "16\n", - "[682.212158203125, 418.82373046875, 1002.0675659179688, 1028.5634765625, 1614.9449462890625, 2620.734375, 2661.150634765625, 1793.7738037109375, 1147.2237548828125, 1319.1982421875, 3282.3076171875, 2584.185791015625, 2263.31298828125, 1251.208251953125, 639.7863159179688, 481.268798828125]\n", - "16\n", - "1299\n", - "8\n", - "[703.6639404296875, 514.9719848632812, 793.6561279296875, 2315.009765625, 3083.788818359375, 1038.042724609375, 484.4833984375, 813.0855102539062]\n", - "8\n", - "1300\n", - "11\n", - "[1087.3182373046875, 572.622802734375, 397.78948974609375, 794.5658569335938, 1187.414306640625, 883.670654296875, 1008.586181640625, 391.2410583496094, 463.9823913574219, 480.3138732910156, 328.3788146972656]\n", - "11\n", - "1301\n", - "6\n", - "[370.9353332519531, 1094.0604248046875, 2678.411376953125, 1103.991943359375, 719.98681640625, 411.69976806640625]\n", - "6\n", - "1302\n", - "10\n", - "[436.8609313964844, 901.943115234375, 1530.0439453125, 371.5985107421875, 2479.69091796875, 1392.654296875, 347.5123596191406, 558.365966796875, 745.4644775390625, 340.5538635253906]\n", - "10\n", - "1303\n", - "10\n", - "[344.67816162109375, 929.8133544921875, 848.0799560546875, 610.5146484375, 987.9852294921875, 2049.97119140625, 1458.924560546875, 1454.5010986328125, 774.863525390625, 356.2027587890625]\n", - "10\n", - "1304\n", - "55\n", - "[1278.611328125, 392.32879638671875, 3151.69677734375, 1360.066650390625, 994.7228393554688, 1023.8261108398438, 3151.2646484375, 5021.203125, 4080.732421875, 1660.0390625, 345.1215515136719, 498.8431701660156, 1563.67919921875, 458.5381164550781, 1336.12255859375, 1155.8717041015625, 1583.0057373046875, 6119.6669921875, 5975.22900390625, 1143.90185546875, 2547.052490234375, 1854.262939453125, 3175.525634765625, 4278.59375, 4440.57958984375, 3836.68798828125, 2795.62548828125, 717.359619140625, 556.2257080078125, 3254.30029296875, 383.47406005859375, 4077.542724609375, 4846.91845703125, 5204.17919921875, 5383.4306640625, 4405.6748046875, 1180.8067626953125, 821.1693725585938, 545.471435546875, 2177.22021484375, 2914.216796875, 4667.10009765625, 5026.244140625, 3158.475830078125, 2922.574951171875, 1193.199951171875, 311.6428527832031, 557.5519409179688, 396.1608581542969, 3391.555419921875, 1460.2283935546875, 1449.889404296875, 3139.70703125, 623.992431640625, 412.2016296386719]\n", - "55\n", - "1305\n", - "12\n", - "[403.3181457519531, 535.1272583007812, 450.51177978515625, 2303.682861328125, 1036.083251953125, 449.0225524902344, 317.0118103027344, 525.4279174804688, 341.3727722167969, 359.6082458496094, 657.1503295898438, 1055.2723388671875]\n", - "12\n", - "1306\n", - "10\n", - "[719.4229736328125, 482.1938171386719, 533.5499267578125, 920.4193725585938, 754.7232666015625, 325.8172912597656, 561.1466674804688, 1709.39453125, 587.1968383789062, 667.4181518554688]\n", - "10\n", - "1307\n", - "41\n", - "[1463.573974609375, 426.7373962402344, 346.35260009765625, 2058.255615234375, 2881.676025390625, 3204.227294921875, 847.9083251953125, 475.4002990722656, 1329.7261962890625, 451.7052917480469, 1523.3829345703125, 1210.74462890625, 2125.27197265625, 1346.1602783203125, 791.6468505859375, 1998.4593505859375, 3219.322998046875, 3373.328857421875, 831.8648681640625, 526.4281616210938, 3012.099853515625, 4454.05908203125, 3360.954833984375, 2367.0810546875, 308.9302062988281, 749.4885864257812, 2620.540771484375, 4750.81787109375, 4755.59130859375, 3006.034423828125, 1245.61669921875, 4027.25830078125, 4101.04150390625, 3699.256591796875, 658.6964721679688, 308.64410400390625, 874.7875366210938, 1133.109130859375, 1520.832763671875, 2031.9942626953125, 442.29833984375]\n", - "41\n", - "1308\n", - "9\n", - "[857.572998046875, 317.45379638671875, 1295.980712890625, 591.6090698242188, 348.0226135253906, 542.3174438476562, 786.8474731445312, 423.1036682128906, 413.19952392578125]\n", - "9\n", - "1309\n", - "4\n", - "[1879.96484375, 320.49102783203125, 3002.140625, 1661.7315673828125]\n", - "4\n", - "1310\n", - "2\n", - "[3995.03955078125, 8307.66015625]\n", - "2\n", - "1311\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[321.68792724609375, 1642.328857421875, 1304.65185546875, 482.50653076171875, 337.5106506347656, 2151.160888671875, 1385.741455078125, 976.0079345703125]\n", - "8\n", - "1312\n", - "238\n", - "[407.1059875488281, 524.6831665039062, 824.4209594726562, 409.6497497558594, 358.15032958984375, 860.2749633789062, 1410.6337890625, 1523.68115234375, 495.8312683105469, 478.4228820800781, 315.9559326171875, 663.5353393554688, 1105.5396728515625, 1210.2213134765625, 1368.8760986328125, 2319.87255859375, 2134.0322265625, 1869.9105224609375, 1573.60400390625, 897.0947875976562, 377.7950134277344, 1815.8216552734375, 1833.9647216796875, 2307.310302734375, 2555.564208984375, 2045.4566650390625, 2221.431396484375, 2590.952392578125, 2901.004638671875, 2993.36865234375, 2077.212890625, 539.7994384765625, 778.6776123046875, 576.6056518554688, 762.221435546875, 549.0052490234375, 910.650146484375, 1917.9425048828125, 2340.8857421875, 2081.749267578125, 1373.62353515625, 1604.1629638671875, 2515.79931640625, 1875.994384765625, 2311.8876953125, 2529.416015625, 780.3814086914062, 1862.82666015625, 2523.791015625, 2719.687255859375, 2770.65087890625, 1762.9639892578125, 250.43389892578125, 370.4153747558594, 342.1348571777344, 299.2787170410156, 1633.1339111328125, 1840.2049560546875, 1068.67236328125, 654.1629028320312, 682.7903442382812, 1077.2523193359375, 537.7725830078125, 319.9620056152344, 764.241455078125, 456.01202392578125, 1093.593017578125, 773.3350830078125, 673.9994506835938, 2076.029296875, 2904.075439453125, 1990.939453125, 1706.8619384765625, 1497.373046875, 2342.477294921875, 504.6562194824219, 218.30030822753906, 1096.5889892578125, 2285.344970703125, 1724.008544921875, 1222.7427978515625, 355.207275390625, 315.9049377441406, 1505.2933349609375, 1059.21826171875, 1449.902099609375, 2525.107177734375, 2564.49462890625, 2449.267333984375, 1857.382080078125, 2530.045166015625, 1380.6187744140625, 136.49549865722656, 930.9525756835938, 2285.888916015625, 2494.952880859375, 1218.54296875, 455.38287353515625, 780.19775390625, 705.1094360351562, 560.6255493164062, 469.6387939453125, 500.6263427734375, 1693.262451171875, 3293.18115234375, 3312.1845703125, 3248.46826171875, 2132.192626953125, 2576.968505859375, 2948.897216796875, 2097.33154296875, 793.0491333007812, 2186.050048828125, 2003.318115234375, 1367.2708740234375, 1376.7691650390625, 961.535400390625, 770.9579467773438, 1088.8863525390625, 1665.307861328125, 1484.833984375, 701.8013916015625, 1245.385009765625, 1855.6002197265625, 3197.161376953125, 3347.9296875, 3089.48046875, 2556.97900390625, 2084.864501953125, 2168.8388671875, 1961.2645263671875, 3079.80859375, 1991.4256591796875, 2220.234375, 954.6165771484375, 1647.885986328125, 909.3884887695312, 556.0379638671875, 2256.384033203125, 3293.3955078125, 3269.48486328125, 3070.16064453125, 2122.711181640625, 1522.5079345703125, 1923.3870849609375, 1936.384765625, 2846.79345703125, 1461.24658203125, 1133.3804931640625, 315.74951171875, 399.3100891113281, 325.47802734375, 1757.6656494140625, 2145.78515625, 2099.84814453125, 1418.1561279296875, 337.2887878417969, 1729.8985595703125, 2702.755126953125, 1926.6859130859375, 1540.822021484375, 802.7032470703125, 921.48828125, 307.3826599121094, 1011.1590576171875, 652.8400268554688, 637.4924926757812, 792.6920776367188, 1430.9700927734375, 1683.4964599609375, 966.8224487304688, 1280.6234130859375, 941.82275390625, 308.84356689453125, 602.593505859375, 531.875732421875, 715.0877685546875, 1574.68701171875, 1392.5623779296875, 531.7720947265625, 745.614501953125, 1092.292724609375, 2202.9189453125, 913.7071533203125, 409.4004821777344, 782.275390625, 612.3585205078125, 463.9716796875, 659.6937255859375, 2188.87841796875, 2592.0927734375, 2064.193603515625, 1355.576416015625, 482.9839782714844, 763.7205200195312, 2259.550048828125, 2394.67041015625, 1574.4654541015625, 1454.4559326171875, 907.0579833984375, 1459.036376953125, 2724.013671875, 2767.7783203125, 2214.60009765625, 1614.8809814453125, 1096.00439453125, 476.35498046875, 2151.138427734375, 2524.249267578125, 2668.962158203125, 2656.575927734375, 2048.133056640625, 1534.23974609375, 1964.332763671875, 1612.63037109375, 1218.5657958984375, 1863.88525390625, 2663.029296875, 2562.990234375, 1856.6434326171875, 2646.948974609375, 1715.391845703125, 1113.615478515625, 705.1810302734375, 1810.105224609375, 2113.991455078125, 1946.4541015625, 1653.630615234375, 2263.972412109375, 1114.4757080078125, 444.9996643066406, 1744.6612548828125, 2129.96826171875, 2026.258056640625, 724.4759521484375, 577.636962890625, 313.0352478027344]\n", - "237\n", - "1313\n", - "10\n", - "[537.1195068359375, 679.9833374023438, 532.1483154296875, 621.6104736328125, 1970.1270751953125, 1273.2117919921875, 1292.90869140625, 2424.537841796875, 792.95263671875, 900.7772827148438]\n", - "10\n", - "1314\n", - "25\n", - "[373.78765869140625, 343.796142578125, 1579.1160888671875, 2633.955078125, 718.1056518554688, 811.540771484375, 2762.172119140625, 1407.8255615234375, 707.191650390625, 362.072509765625, 538.9781494140625, 519.9107055664062, 971.8062133789062, 313.0472412109375, 418.9002380371094, 448.34722900390625, 439.72918701171875, 1291.1654052734375, 417.3357238769531, 505.5596618652344, 706.9594116210938, 337.1824035644531, 868.3817749023438, 610.7478637695312, 766.20849609375]\n", - "25\n", - "1315\n", - "8\n", - "[386.2117614746094, 361.6594543457031, 1020.107666015625, 1041.7711181640625, 816.8246459960938, 791.3399047851562, 314.2977294921875, 317.2910461425781]\n", - "8\n", - "1316\n", - "10\n", - "[585.4828491210938, 1091.07421875, 364.9239501953125, 491.0031433105469, 1695.5030517578125, 1228.1021728515625, 391.3588562011719, 1467.30615234375, 1239.2811279296875, 391.0958251953125]\n", - "10\n", - "1317\n", - "9\n", - "[346.4683837890625, 409.0079345703125, 1237.462646484375, 1175.5487060546875, 419.6650390625, 316.1138000488281, 1023.6549682617188, 790.8389282226562, 311.0082702636719]\n", - "9\n", - "1318\n", - "12\n", - "[866.7476196289062, 550.064697265625, 2173.26171875, 2147.624755859375, 482.8287353515625, 2265.887939453125, 1691.2138671875, 1483.1240234375, 2064.753662109375, 508.94122314453125, 712.4869384765625, 564.1441650390625]\n", - "12\n", - "1319\n", - "9\n", - "[548.2527465820312, 595.0921020507812, 437.507080078125, 855.8369140625, 1281.734619140625, 1333.25048828125, 1024.022216796875, 511.09423828125, 707.935302734375]\n", - "9\n", - "1320\n", - "23\n", - "[832.43994140625, 749.4568481445312, 687.5254516601562, 429.0071105957031, 2217.674072265625, 3008.987548828125, 466.52264404296875, 541.8325805664062, 2123.131103515625, 1652.7215576171875, 465.46759033203125, 1432.87109375, 1350.5023193359375, 802.5079345703125, 534.3618774414062, 867.1277465820312, 525.0093383789062, 354.9391174316406, 847.73583984375, 1209.4478759765625, 1107.3228759765625, 434.4765319824219, 1025.8773193359375]\n", - "23\n", - "1321\n", - "11\n", - "[363.4779968261719, 337.41693115234375, 667.56201171875, 984.3389892578125, 1138.636474609375, 549.9730834960938, 945.4506225585938, 913.8810424804688, 481.4968566894531, 573.9852905273438, 300.9737243652344]\n", - "11\n", - "1322\n", - "10\n", - "[398.8162841796875, 1231.7391357421875, 1856.0540771484375, 1582.7181396484375, 719.3110961914062, 1760.5206298828125, 1636.9344482421875, 416.5292053222656, 336.4205322265625, 411.3345642089844]\n", - "10\n", - "1323\n", - "19\n", - "[339.20086669921875, 468.3659973144531, 1337.8060302734375, 475.78375244140625, 428.4930114746094, 2095.533935546875, 1494.6978759765625, 418.88067626953125, 401.3846740722656, 741.11474609375, 925.4198608398438, 897.3163452148438, 768.1109008789062, 376.2148742675781, 670.135498046875, 757.9406127929688, 347.3204345703125, 682.871337890625, 308.37646484375]\n", - "19\n", - "1324\n", - "23\n", - "[327.61468505859375, 898.051513671875, 560.2591552734375, 662.283935546875, 451.17059326171875, 2280.86083984375, 733.7435302734375, 1174.3828125, 2515.76953125, 1715.953857421875, 2019.2174072265625, 1683.4825439453125, 1721.15283203125, 945.7203369140625, 2333.526611328125, 2706.81689453125, 2310.802490234375, 1725.8466796875, 363.74176025390625, 640.0042114257812, 1123.75439453125, 443.7835998535156, 334.8254089355469]\n", - "23\n", - "1325\n", - "14\n", - "[454.17645263671875, 2176.30419921875, 1328.909423828125, 3931.696533203125, 4868.880859375, 3005.7314453125, 1653.946533203125, 3999.46533203125, 590.96240234375, 775.1343994140625, 2553.538818359375, 1606.8594970703125, 406.0968017578125, 312.6152648925781]\n", - "14\n", - "1326\n", - "8\n", - "[496.7653503417969, 1069.7474365234375, 885.2846069335938, 2262.90966796875, 2656.02001953125, 1363.8095703125, 314.17816162109375, 697.0585327148438]\n", - "8\n", - "1327\n", - "12\n", - "[457.2416687011719, 683.4796142578125, 1157.7877197265625, 1207.5238037109375, 521.7177124023438, 928.4779663085938, 1370.6190185546875, 1468.37841796875, 1495.5113525390625, 1209.25537109375, 873.7657470703125, 1107.73876953125]\n", - "12\n", - "1328\n", - "12\n", - "[623.9385375976562, 446.1700134277344, 538.0952758789062, 644.2203369140625, 761.302490234375, 791.2268676757812, 671.7276000976562, 821.9119262695312, 445.1785888671875, 512.2817993164062, 347.2090759277344, 592.4752197265625]\n", - "12\n", - "1329\n", - "12\n", - "[616.9054565429688, 840.52099609375, 747.2709350585938, 416.15972900390625, 1347.1885986328125, 1236.9422607421875, 977.649658203125, 752.442138671875, 1093.546630859375, 421.98284912109375, 496.04119873046875, 321.37445068359375]\n", - "12\n", - "1330\n", - "9\n", - "[388.9532775878906, 381.9527282714844, 749.4212646484375, 1742.1619873046875, 406.97821044921875, 553.5333251953125, 1561.793212890625, 814.5660400390625, 387.89923095703125]\n", - "9\n", - "1331\n", - "6\n", - "[422.03179931640625, 1589.33984375, 2851.4970703125, 314.587646484375, 3781.75, 569.6560668945312]\n", - "6\n", - "1332\n", - "16\n", - "[516.9749755859375, 726.3870849609375, 2582.421142578125, 2261.85205078125, 2109.5185546875, 1994.5184326171875, 948.0191040039062, 616.2596435546875, 1086.26513671875, 414.1988220214844, 1129.1778564453125, 1255.912841796875, 485.9966735839844, 416.63165283203125, 686.294189453125, 409.2151184082031]\n", - "16\n", - "1333\n", - "7\n", - "[545.1246337890625, 1052.392333984375, 471.6485290527344, 1341.5997314453125, 785.2698974609375, 391.9875183105469, 697.56005859375]\n", - "7\n", - "1334\n", - "8\n", - "[605.4029541015625, 705.5121459960938, 655.1907348632812, 1231.9927978515625, 1045.186279296875, 493.5479736328125, 744.4028930664062, 651.5184936523438]\n", - "8\n", - "1335\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[440.3861389160156, 851.4537963867188, 1417.091064453125, 1386.787109375, 1293.951171875, 2214.0654296875, 2277.416259765625, 1050.9112548828125, 1840.7039794921875, 2121.4375, 1122.9127197265625, 1342.6065673828125, 784.7825317382812, 473.4071960449219, 372.4226379394531]\n", - "15\n", - "1336\n", - "8\n", - "[621.5093383789062, 529.619384765625, 1839.848388671875, 556.3966674804688, 520.3386840820312, 744.0371704101562, 947.6985473632812, 432.780029296875]\n", - "8\n", - "1337\n", - "7\n", - "[849.0448608398438, 1230.3115234375, 1033.0321044921875, 654.9569091796875, 962.0723876953125, 1129.861572265625, 435.41461181640625]\n", - "7\n", - "1338\n", - "7\n", - "[722.279296875, 579.2464599609375, 1399.80615234375, 938.9600219726562, 443.275390625, 784.4894409179688, 434.6064147949219]\n", - "7\n", - "1339\n", - "8\n", - "[689.4214477539062, 421.24853515625, 749.4005737304688, 503.377197265625, 511.67742919921875, 1330.1661376953125, 346.2164611816406, 503.3306884765625]\n", - "8\n", - "1340\n", - "160\n", - "[1327.43359375, 476.4859313964844, 580.85107421875, 331.3470458984375, 1217.1351318359375, 2215.95654296875, 1783.1182861328125, 874.55322265625, 2628.283447265625, 2513.31494140625, 4137.63134765625, 1693.783447265625, 1106.69482421875, 1677.9437255859375, 460.7141418457031, 1182.213623046875, 1979.362060546875, 3348.154541015625, 1303.4107666015625, 2230.551025390625, 2566.754638671875, 2323.08544921875, 2744.700439453125, 3652.390625, 3020.950439453125, 2143.482666015625, 1037.32958984375, 879.2147827148438, 2210.162353515625, 4279.9951171875, 5201.67822265625, 4800.9111328125, 4399.12939453125, 3300.8740234375, 2194.883056640625, 703.9835815429688, 894.7633666992188, 1559.4854736328125, 3705.674072265625, 1362.5870361328125, 1536.61572265625, 3553.663330078125, 2249.331298828125, 1594.6446533203125, 416.1590270996094, 324.0521545410156, 305.6092224121094, 1402.1092529296875, 1999.1666259765625, 2928.677734375, 4530.42626953125, 4341.1240234375, 3553.141845703125, 985.0311889648438, 750.725341796875, 865.6533203125, 643.7354736328125, 643.9691772460938, 776.7039794921875, 522.1005859375, 393.4886779785156, 574.028564453125, 621.04541015625, 1559.0740966796875, 2580.37109375, 4423.80712890625, 4349.33984375, 5072.60107421875, 4986.2265625, 3484.26611328125, 3642.685302734375, 2757.2333984375, 413.4856262207031, 443.0244445800781, 362.9201965332031, 783.1329345703125, 763.7109985351562, 928.6181640625, 1568.5697021484375, 2989.66748046875, 3149.68603515625, 3890.196044921875, 4566.3212890625, 5129.9921875, 5598.662109375, 4689.12939453125, 3651.625732421875, 2182.1474609375, 919.9681396484375, 918.9517211914062, 153.4720916748047, 300.0783996582031, 491.8719482421875, 380.5999450683594, 674.4744873046875, 695.4296875, 851.8017578125, 2023.1314697265625, 4338.3251953125, 5179.46923828125, 5359.42529296875, 5290.787109375, 3149.054443359375, 4425.255859375, 2825.7099609375, 492.03118896484375, 277.1924133300781, 594.3541259765625, 526.8442993164062, 1253.4124755859375, 1480.475830078125, 4653.76708984375, 5195.0439453125, 5434.060546875, 2567.280029296875, 433.1100769042969, 402.7024841308594, 336.6362609863281, 419.9656982421875, 815.0787353515625, 465.9555969238281, 704.5594482421875, 3325.4423828125, 2319.779541015625, 3719.17626953125, 3236.60986328125, 1486.6875, 624.6054077148438, 406.7388916015625, 1308.6319580078125, 803.2713623046875, 1026.552734375, 752.8521118164062, 1135.4925537109375, 626.8572998046875, 1140.3165283203125, 583.7730712890625, 749.7376708984375, 816.2938842773438, 802.529296875, 341.9806213378906, 437.771728515625, 480.3778076171875, 542.2830810546875, 813.2507934570312, 582.1002197265625, 654.046142578125, 1238.8736572265625, 641.8397216796875, 1015.9622192382812, 508.8779602050781, 904.923095703125, 340.7522277832031, 762.0496215820312, 1201.639892578125, 381.1185302734375, 1319.2435302734375, 359.5448303222656, 421.0683288574219, 377.00732421875]\n", - "160\n", - "1341\n", - "39\n", - "[497.4020690917969, 996.5949096679688, 366.235595703125, 799.4942016601562, 330.8157043457031, 1460.9620361328125, 2545.2353515625, 445.34307861328125, 319.54083251953125, 2235.768798828125, 660.785888671875, 398.6762390136719, 328.155517578125, 403.1750183105469, 1043.413330078125, 984.4346313476562, 1096.2698974609375, 2430.001953125, 2184.806640625, 364.3172302246094, 397.798828125, 755.5992431640625, 1216.7039794921875, 3513.393798828125, 3805.024658203125, 3046.537841796875, 901.5980834960938, 447.7599792480469, 398.1896667480469, 721.52734375, 2665.9326171875, 1299.185546875, 1528.9781494140625, 916.5780639648438, 1753.259033203125, 1391.27490234375, 1042.00146484375, 486.6895751953125, 316.4938049316406]\n", - "39\n", - "1342\n", - "13\n", - "[560.5289916992188, 1717.3553466796875, 1180.0020751953125, 467.47991943359375, 565.3418579101562, 2162.58837890625, 2022.6357421875, 1866.2845458984375, 776.1228637695312, 1865.6873779296875, 1417.1461181640625, 747.7029418945312, 307.03155517578125]\n", - "13\n", - "1343\n", - "26\n", - "[1493.010498046875, 571.2762451171875, 2440.0712890625, 2941.256103515625, 373.7058410644531, 1418.556396484375, 1941.5401611328125, 542.77294921875, 582.3206176757812, 1476.411865234375, 2444.375, 1911.564208984375, 1153.498291015625, 2139.044921875, 897.3897094726562, 482.0213928222656, 2223.608154296875, 2249.466064453125, 1518.166259765625, 415.6553955078125, 407.4554443359375, 830.599365234375, 1745.791748046875, 1088.703857421875, 427.6993713378906, 674.1378784179688]\n", - "26\n", - "1344\n", - "12\n", - "[319.26922607421875, 1023.0426635742188, 2015.30859375, 1190.8963623046875, 559.384521484375, 913.518310546875, 2580.671875, 1325.101318359375, 996.9513549804688, 1973.8204345703125, 1111.6953125, 517.7754516601562]\n", - "12\n", - "1345\n", - "7\n", - "[346.466064453125, 712.5662231445312, 1296.16162109375, 1289.36572265625, 566.7850341796875, 419.5491943359375, 699.4845581054688]\n", - "7\n", - "1346\n", - "4\n", - "[1420.93994140625, 2344.7490234375, 1194.6241455078125, 318.1116638183594]\n", - "4\n", - "1347\n", - "24\n", - "[1080.01171875, 2171.1484375, 1068.482666015625, 333.3397216796875, 2325.176025390625, 1006.3018188476562, 890.2813720703125, 4098.5966796875, 2758.959716796875, 314.34295654296875, 749.8319702148438, 2977.064208984375, 3535.5302734375, 3567.26416015625, 351.0883483886719, 1572.3560791015625, 3384.0908203125, 2187.58447265625, 941.0419921875, 370.197265625, 642.3619384765625, 1943.749755859375, 661.762939453125, 431.7038879394531]\n", - "24\n", - "1348\n", - "9\n", - "[386.761962890625, 974.576904296875, 372.2881774902344, 1236.05810546875, 658.908935546875, 1175.2178955078125, 1914.8662109375, 676.5205078125, 623.2283935546875]\n", - "9\n", - "1349\n", - "12\n", - "[828.3683471679688, 503.9823303222656, 324.5739440917969, 1407.88671875, 1966.6669921875, 1264.5989990234375, 603.3856811523438, 756.7163696289062, 731.98046875, 932.17333984375, 972.957275390625, 824.2518920898438]\n", - "12\n", - "1350\n", - "11\n", - "[434.9407958984375, 406.2594909667969, 622.7098999023438, 536.8150024414062, 1151.6785888671875, 765.9434814453125, 328.1700134277344, 1056.847412109375, 1890.326171875, 983.4446411132812, 372.4892578125]\n", - "11\n", - "1351\n", - "10\n", - "[543.9436645507812, 1036.280029296875, 1134.0184326171875, 477.1096496582031, 835.3740234375, 1570.8397216796875, 2333.38671875, 3024.938232421875, 916.3826904296875, 301.4530334472656]\n", - "10\n", - "1352\n", - "8\n", - "[312.33831787109375, 481.13525390625, 336.0791320800781, 1127.1082763671875, 568.5099487304688, 823.2698364257812, 1423.34375, 385.3029479980469]\n", - "8\n", - "1353\n", - "6\n", - "[903.4950561523438, 4458.265625, 300.0933837890625, 1847.5843505859375, 2337.373779296875, 1757.79638671875]\n", - "6\n", - "1354\n", - "21\n", - "[531.03466796875, 581.651611328125, 664.189697265625, 453.72119140625, 1876.6141357421875, 1889.34521484375, 1011.9749145507812, 1176.7744140625, 990.2237548828125, 576.4219360351562, 1272.0128173828125, 2275.60009765625, 2165.1005859375, 1974.38037109375, 303.1227722167969, 805.0816650390625, 583.1600952148438, 955.874755859375, 1657.5328369140625, 1077.220703125, 908.5820922851562]\n", - "21\n", - "1355\n", - "13\n", - "[490.34625244140625, 578.98681640625, 1491.1739501953125, 355.8946228027344, 1280.6414794921875, 851.4677734375, 374.84149169921875, 927.759033203125, 875.9861450195312, 855.06298828125, 870.827392578125, 576.8659057617188, 379.3212890625]\n", - "13\n", - "1356\n", - "14\n", - "[386.7297668457031, 1272.350341796875, 364.9943542480469, 1144.9466552734375, 1976.7857666015625, 1535.8310546875, 786.6492309570312, 552.3106689453125, 1106.0401611328125, 1474.641357421875, 1698.8450927734375, 727.3482666015625, 436.5811462402344, 342.4971618652344]\n", - "14\n", - "1357\n", - "9\n", - "[9240.0537109375, 3016.396728515625, 642.6707763671875, 888.0215454101562, 111.55040740966797, 11694.2373046875, 629.2921752929688, 760.5045166015625, 1297.76025390625]\n", - "9\n", - "1358\n", - "8\n", - "[570.6759033203125, 496.7908630371094, 559.0137329101562, 1227.5670166015625, 1550.08544921875, 385.70733642578125, 454.7942810058594, 386.79736328125]\n", - "8\n", - "1359\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[323.6998291015625, 535.60546875, 465.4612121582031, 1530.5765380859375, 1223.179443359375, 750.8392333984375, 732.130859375, 328.3335266113281, 679.041259765625]\n", - "9\n", - "1360\n", - "9\n", - "[414.5974426269531, 381.4748229980469, 1457.5401611328125, 1046.4124755859375, 375.94305419921875, 473.7994689941406, 478.08685302734375, 1271.9495849609375, 356.0854187011719]\n", - "9\n", - "1361\n", - "15\n", - "[1312.705322265625, 807.849609375, 2193.703857421875, 1288.081298828125, 511.48980712890625, 430.3594970703125, 336.23040771484375, 323.98846435546875, 690.53857421875, 1668.3016357421875, 837.9757690429688, 1150.57861328125, 598.1505737304688, 1593.50537109375, 1742.923828125]\n", - "15\n", - "1362\n", - "6\n", - "[406.0575256347656, 849.4600219726562, 1461.8773193359375, 805.3501586914062, 1234.28271484375, 780.263916015625]\n", - "6\n", - "1363\n", - "7\n", - "[329.8130798339844, 588.9666137695312, 383.27166748046875, 2098.624267578125, 1861.08935546875, 401.26708984375, 555.8153076171875]\n", - "7\n", - "1364\n", - "96\n", - "[853.4076538085938, 1602.158447265625, 469.8080139160156, 2023.5184326171875, 1687.4530029296875, 702.953369140625, 1188.219970703125, 812.4254150390625, 711.3986206054688, 614.8093872070312, 385.94818115234375, 3208.751220703125, 1780.3402099609375, 681.4727172851562, 394.3356018066406, 889.4768676757812, 1252.6629638671875, 147.15805053710938, 498.7466735839844, 326.9098205566406, 1778.57421875, 2439.389404296875, 2496.369873046875, 4145.1484375, 1916.2169189453125, 379.429443359375, 870.91650390625, 654.8184204101562, 1229.8035888671875, 2923.001953125, 2063.282470703125, 2652.48388671875, 2926.071533203125, 3002.3017578125, 3261.3779296875, 3395.72216796875, 3979.300048828125, 4581.63134765625, 4471.4599609375, 4674.9951171875, 3156.76171875, 999.8137817382812, 791.7230224609375, 1842.3643798828125, 697.057373046875, 1657.029052734375, 3092.630126953125, 3041.404541015625, 4221.68505859375, 4235.12646484375, 2663.594970703125, 1239.5330810546875, 3154.091064453125, 4224.1806640625, 4291.2607421875, 1276.5828857421875, 929.5330200195312, 457.44024658203125, 973.0314331054688, 578.7179565429688, 1211.857666015625, 1489.1180419921875, 737.96484375, 1462.2938232421875, 3812.965087890625, 2878.14404296875, 2587.291748046875, 1290.0484619140625, 477.1326904296875, 1375.18603515625, 1065.361083984375, 309.7081604003906, 262.3500061035156, 1362.255615234375, 3379.245361328125, 1965.4090576171875, 313.9453125, 677.0146484375, 1934.561767578125, 478.95208740234375, 2268.598388671875, 363.3807067871094, 1677.0667724609375, 3709.205322265625, 2202.20458984375, 571.4840698242188, 2517.5947265625, 431.2582702636719, 531.0338745117188, 716.6378784179688, 663.553955078125, 2714.329345703125, 2863.812744140625, 340.6186218261719, 359.93646240234375]\n", - "95\n", - "1365\n", - "9\n", - "[409.9021911621094, 1722.0545654296875, 2074.74658203125, 1083.9351806640625, 1091.0426025390625, 2246.65478515625, 618.0555419921875, 1625.2440185546875, 580.5634765625]\n", - "9\n", - "1366\n", - "8\n", - "[1192.566650390625, 1377.258544921875, 449.204833984375, 409.787353515625, 915.2646484375, 475.7658996582031, 656.2294311523438, 993.2792358398438]\n", - "8\n", - "1367\n", - "14\n", - "[449.7260437011719, 821.410400390625, 368.2814636230469, 654.5969848632812, 830.7755126953125, 661.6966552734375, 740.5487670898438, 1750.6568603515625, 582.30419921875, 1988.104248046875, 558.7564086914062, 995.2642211914062, 713.2236328125, 308.6927185058594]\n", - "14\n", - "1368\n", - "18\n", - "[746.5556030273438, 410.3146667480469, 452.26824951171875, 553.7197875976562, 475.6145935058594, 1751.3984375, 1985.644775390625, 367.97271728515625, 425.48284912109375, 318.9961242675781, 360.3145751953125, 1160.6910400390625, 1674.84326171875, 1790.5908203125, 1200.8873291015625, 1188.05908203125, 407.96160888671875, 893.9757690429688]\n", - "18\n", - "1369\n", - "19\n", - "[918.0183715820312, 335.5990905761719, 1065.0841064453125, 1093.1822509765625, 471.4391784667969, 571.2677612304688, 1331.913330078125, 1532.7239990234375, 667.0989990234375, 388.1702880859375, 349.0575866699219, 425.0149230957031, 1244.236083984375, 1204.1383056640625, 482.7906799316406, 1000.5985107421875, 1117.4757080078125, 1309.3936767578125, 853.1126098632812]\n", - "19\n", - "1370\n", - "9\n", - "[396.3658142089844, 565.3430786132812, 1013.6437377929688, 1649.1109619140625, 1066.918212890625, 418.23419189453125, 507.0960693359375, 564.5401611328125, 376.7095031738281]\n", - "9\n", - "1371\n", - "8\n", - "[768.6436767578125, 1000.5923461914062, 626.66357421875, 1230.2239990234375, 763.9835815429688, 528.30517578125, 2120.43896484375, 710.3658447265625]\n", - "8\n", - "1372\n", - "39\n", - "[434.8883056640625, 350.1513366699219, 614.8961791992188, 765.331787109375, 669.2803955078125, 313.3235778808594, 676.3568115234375, 1217.0169677734375, 1512.3438720703125, 1335.6419677734375, 1344.9110107421875, 863.7810668945312, 429.5300598144531, 614.5215454101562, 1485.2041015625, 1295.1995849609375, 1673.4776611328125, 1577.8026123046875, 922.5453491210938, 649.7205200195312, 1138.544921875, 1310.0166015625, 1272.4910888671875, 1664.4359130859375, 1452.722412109375, 1316.204345703125, 615.8413696289062, 644.0562133789062, 954.4841918945312, 1247.877685546875, 929.1624755859375, 1092.8602294921875, 526.5848388671875, 487.4529724121094, 321.9227294921875, 397.9976501464844, 754.7755737304688, 316.0771484375, 622.8798828125]\n", - "39\n", - "1373\n", - "6\n", - "[373.33111572265625, 1640.811767578125, 1215.5631103515625, 623.924072265625, 1057.251953125, 523.3926391601562]\n", - "6\n", - "1374\n", - "6\n", - "[304.41302490234375, 488.755615234375, 1173.754150390625, 867.7210083007812, 2034.614501953125, 401.34210205078125]\n", - "6\n", - "1375\n", - "26\n", - "[1072.5010986328125, 678.0413208007812, 823.4158935546875, 542.4590454101562, 788.405029296875, 514.4089965820312, 2058.30908203125, 1803.33984375, 431.2539978027344, 1326.181884765625, 3282.837890625, 337.70111083984375, 1684.366455078125, 2264.2158203125, 376.1346435546875, 692.3379516601562, 2168.845703125, 536.1038818359375, 1429.8250732421875, 2080.114501953125, 528.7969360351562, 2225.787109375, 502.7082824707031, 1109.554931640625, 749.22607421875, 490.5027770996094]\n", - "26\n", - "1376\n", - "7\n", - "[357.6278991699219, 453.5343322753906, 615.8009643554688, 1503.048095703125, 1068.6953125, 357.78729248046875, 675.3281860351562]\n", - "7\n", - "1377\n", - "42\n", - "[615.063232421875, 320.98577880859375, 1227.8492431640625, 1069.9959716796875, 2000.105712890625, 2449.7822265625, 474.7632141113281, 949.3823852539062, 572.8416748046875, 923.082763671875, 518.750732421875, 448.7378234863281, 1881.416015625, 443.760498046875, 992.3846435546875, 683.5657348632812, 414.2728271484375, 532.0654907226562, 729.8397827148438, 1160.778076171875, 451.6470947265625, 474.9165954589844, 382.74029541015625, 509.79058837890625, 579.8267211914062, 392.19305419921875, 684.2860717773438, 1325.323486328125, 526.2237548828125, 1100.07861328125, 511.29168701171875, 1430.5496826171875, 501.169677734375, 591.4730834960938, 1228.3743896484375, 1284.1243896484375, 577.2380981445312, 463.71173095703125, 1699.024658203125, 1123.784912109375, 904.5072021484375, 681.5301513671875]\n", - "42\n", - "1378\n", - "41\n", - "[431.9329528808594, 440.5855712890625, 1384.12548828125, 1429.792724609375, 2096.052734375, 1770.3653564453125, 2107.00732421875, 707.1926879882812, 2712.599365234375, 2814.45458984375, 3067.865234375, 1403.5059814453125, 851.101806640625, 534.2374877929688, 603.6495971679688, 625.5413818359375, 2255.451904296875, 3460.2744140625, 3423.67626953125, 1035.5072021484375, 477.13482666015625, 344.64923095703125, 831.6716918945312, 3234.60693359375, 3194.09765625, 563.8929443359375, 1586.7808837890625, 1310.26611328125, 463.78338623046875, 962.9922485351562, 1016.2720947265625, 1762.6697998046875, 394.3348693847656, 813.839111328125, 594.7376098632812, 2022.1148681640625, 2377.481201171875, 912.9649047851562, 463.2688903808594, 1498.6859130859375, 950.8587646484375]\n", - "41\n", - "1379\n", - "10\n", - "[458.3819274902344, 507.89007568359375, 910.0453491210938, 2333.33154296875, 2266.1015625, 404.84161376953125, 1339.0084228515625, 589.5651245117188, 1050.30029296875, 580.2921752929688]\n", - "10\n", - "1380\n", - "30\n", - "[2826.890380859375, 666.1553955078125, 1507.136474609375, 4907.0009765625, 1785.1728515625, 1810.5657958984375, 5041.7236328125, 4338.08251953125, 1638.4830322265625, 2973.646728515625, 671.8912353515625, 500.0133056640625, 1602.8016357421875, 4147.94140625, 3410.465576171875, 3056.378173828125, 4670.69921875, 2280.856689453125, 503.0496520996094, 880.2286987304688, 2317.28955078125, 1606.5965576171875, 468.045654296875, 689.2141723632812, 2612.236083984375, 645.1199951171875, 1668.6533203125, 1744.000244140625, 403.9151916503906, 1119.292236328125]\n", - "30\n", - "1381\n", - "47\n", - "[493.34735107421875, 742.5661010742188, 1898.910400390625, 2475.78125, 1667.08349609375, 554.2275390625, 339.4283752441406, 789.9688110351562, 442.99334716796875, 366.1867370605469, 910.5982666015625, 2538.337158203125, 3101.535888671875, 2698.73046875, 2703.457275390625, 1852.349365234375, 1553.0379638671875, 1456.7833251953125, 1310.374755859375, 795.4518432617188, 1417.508544921875, 605.2460327148438, 2609.338134765625, 3358.78125, 3172.439697265625, 2666.349365234375, 1996.7445068359375, 830.274658203125, 1024.5313720703125, 938.7044677734375, 505.66278076171875, 1436.3868408203125, 2737.63037109375, 2646.165771484375, 1826.8155517578125, 714.1985473632812, 758.7472534179688, 1696.488525390625, 1353.20703125, 2591.98095703125, 1400.7789306640625, 312.839599609375, 744.3170776367188, 2960.44873046875, 1427.3822021484375, 880.0576171875, 529.464111328125]\n", - "47\n", - "1382\n", - "13\n", - "[331.476318359375, 481.0774230957031, 1215.7183837890625, 412.2783203125, 2744.78564453125, 2367.927734375, 568.771728515625, 402.0213317871094, 1584.53955078125, 2386.6962890625, 2406.09228515625, 381.0171203613281, 442.0314636230469]\n", - "13\n", - "1383\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[619.2864990234375, 530.3765258789062, 593.365966796875, 648.8668212890625, 314.6142883300781, 1000.9367065429688, 437.0102233886719, 565.598876953125, 876.033447265625]\n", - "9\n", - "1384\n", - "15\n", - "[594.38232421875, 345.347412109375, 326.12115478515625, 616.0205688476562, 1182.4256591796875, 2423.22705078125, 2202.10888671875, 651.0432739257812, 382.9633483886719, 2142.5712890625, 969.8680419921875, 1640.225830078125, 2245.70166015625, 1331.3233642578125, 620.8631591796875]\n", - "15\n", - "1385\n", - "15\n", - "[358.2262268066406, 313.5108947753906, 355.46697998046875, 1523.4998779296875, 1228.584716796875, 459.2119445800781, 1442.1343994140625, 2525.75732421875, 1411.4189453125, 972.7674560546875, 1659.70068359375, 1284.019775390625, 313.3682861328125, 448.8036804199219, 325.1590576171875]\n", - "15\n", - "1386\n", - "5\n", - "[1504.721435546875, 1013.7564697265625, 1644.6302490234375, 1969.36376953125, 351.45501708984375]\n", - "5\n", - "1387\n", - "8\n", - "[347.48406982421875, 677.04541015625, 2994.984375, 2916.291015625, 1090.986083984375, 1330.8707275390625, 2723.57421875, 1983.489501953125]\n", - "8\n", - "1388\n", - "8\n", - "[721.794677734375, 1689.2977294921875, 1565.278076171875, 3130.33203125, 627.01025390625, 3460.09033203125, 1855.6246337890625, 588.9661865234375]\n", - "8\n", - "1389\n", - "33\n", - "[367.9784851074219, 332.2796936035156, 2056.172607421875, 455.3572998046875, 2590.6123046875, 3663.005615234375, 3816.442138671875, 3790.557861328125, 1733.193359375, 934.6121215820312, 1612.9307861328125, 2963.49462890625, 3083.428466796875, 3753.614013671875, 393.8556213378906, 528.7064819335938, 393.1729431152344, 350.1902160644531, 1170.70849609375, 4087.728271484375, 3364.692626953125, 2893.630615234375, 1197.906494140625, 1323.035888671875, 3997.522705078125, 3952.67626953125, 2954.125244140625, 2701.31103515625, 702.9918212890625, 2463.81640625, 2518.378173828125, 1671.039794921875, 745.1676635742188]\n", - "33\n", - "1390\n", - "21\n", - "[1447.4854736328125, 4916.79345703125, 566.5264892578125, 2862.43115234375, 9299.935546875, 6745.79931640625, 2129.303955078125, 1058.56591796875, 403.737060546875, 557.5716552734375, 1567.5797119140625, 5635.94580078125, 531.9996948242188, 640.816162109375, 8264.5693359375, 3081.720458984375, 1166.644775390625, 1910.6427001953125, 3314.455078125, 408.00775146484375, 314.1591491699219]\n", - "21\n", - "1391\n", - "20\n", - "[570.4116821289062, 1582.978515625, 1616.8033447265625, 1584.742431640625, 1249.975830078125, 1337.20361328125, 1729.875244140625, 384.8193054199219, 1124.809326171875, 808.143310546875, 532.20654296875, 2704.44091796875, 2924.34521484375, 1941.90087890625, 1370.2879638671875, 408.66259765625, 2672.32421875, 2628.55712890625, 2962.537109375, 1103.118408203125]\n", - "20\n", - "1392\n", - "13\n", - "[613.4317016601562, 863.7372436523438, 586.825927734375, 1842.138916015625, 569.9757690429688, 559.4556274414062, 814.97119140625, 1370.1724853515625, 496.10247802734375, 1535.586181640625, 321.367919921875, 819.018310546875, 731.566650390625]\n", - "13\n", - "1393\n", - "7\n", - "[2201.346923828125, 1779.25244140625, 1044.9512939453125, 521.2974853515625, 1230.349365234375, 2796.068115234375, 2081.83984375]\n", - "7\n", - "1394\n", - "7\n", - "[427.08868408203125, 601.6929931640625, 409.410400390625, 1637.91552734375, 469.31915283203125, 380.1822509765625, 1772.996826171875]\n", - "7\n", - "1395\n", - "10\n", - "[437.5870056152344, 524.90625, 491.04931640625, 515.3739013671875, 875.4426879882812, 1215.53662109375, 519.1123046875, 580.8507080078125, 828.0699462890625, 437.33172607421875]\n", - "10\n", - "1396\n", - "11\n", - "[332.1828918457031, 341.1300964355469, 356.66156005859375, 1657.8499755859375, 702.40478515625, 359.1167907714844, 1515.968505859375, 1316.711669921875, 494.5043029785156, 379.01727294921875, 1065.6649169921875]\n", - "11\n", - "1397\n", - "26\n", - "[401.4723815917969, 781.6752319335938, 1312.7576904296875, 2090.843994140625, 2117.75390625, 6499.09765625, 6366.0341796875, 7099.90966796875, 4928.70947265625, 5701.84716796875, 1924.2977294921875, 6952.68212890625, 8430.7841796875, 7778.4599609375, 8035.212890625, 5835.44189453125, 1670.907958984375, 4796.59814453125, 6239.81201171875, 6492.197265625, 6186.10107421875, 1218.375244140625, 632.1727905273438, 490.0283203125, 927.3993530273438, 440.7301940917969]\n", - "26\n", - "1398\n", - "8\n", - "[1128.14794921875, 507.4481506347656, 469.62298583984375, 1985.4139404296875, 1300.970947265625, 556.4373168945312, 2890.541259765625, 3787.700439453125]\n", - "8\n", - "1399\n", - "28\n", - "[563.2308959960938, 422.91229248046875, 839.9224243164062, 687.7529907226562, 446.246826171875, 326.11651611328125, 335.5321044921875, 646.725830078125, 1184.2381591796875, 1272.6546630859375, 698.9764404296875, 1576.937744140625, 389.57659912109375, 1996.4573974609375, 590.1903686523438, 790.6369018554688, 1229.921875, 1087.1263427734375, 2946.7275390625, 1883.5399169921875, 676.919921875, 766.60888671875, 1897.08349609375, 618.6835327148438, 936.9227294921875, 909.1777954101562, 658.7440185546875, 935.5285034179688]\n", - "28\n", - "1400\n", - "10\n", - "[460.6212158203125, 515.86474609375, 2175.35400390625, 1766.3931884765625, 2901.20166015625, 888.6177978515625, 1573.8936767578125, 498.85528564453125, 318.3135986328125, 762.2320556640625]\n", - "10\n", - "1401\n", - "13\n", - "[650.675537109375, 849.0364990234375, 457.9156799316406, 951.2300415039062, 1487.87939453125, 754.641357421875, 1189.6171875, 626.5253295898438, 2203.836181640625, 1705.6568603515625, 817.7186279296875, 2286.248291015625, 820.6202392578125]\n", - "13\n", - "1402\n", - "8\n", - "[740.0004272460938, 429.9523620605469, 1798.9591064453125, 707.008544921875, 1355.621337890625, 854.0557861328125, 521.16748046875, 302.1440734863281]\n", - "8\n", - "1403\n", - "14\n", - "[756.1703491210938, 322.01202392578125, 470.7763671875, 1163.1754150390625, 3813.090087890625, 4165.4892578125, 1708.3896484375, 876.9026489257812, 430.6575927734375, 395.53533935546875, 569.5935668945312, 680.9707641601562, 421.844482421875, 2026.7064208984375]\n", - "14\n", - "1404\n", - "13\n", - "[619.5620727539062, 799.1091918945312, 973.8052978515625, 1132.0018310546875, 563.6492309570312, 617.6113891601562, 971.00341796875, 756.243896484375, 346.8795166015625, 363.5863037109375, 1212.924560546875, 1393.1383056640625, 355.8410949707031]\n", - "13\n", - "1405\n", - "155\n", - "[623.2314453125, 357.7538757324219, 1056.6845703125, 408.449951171875, 528.08349609375, 417.7048645019531, 448.1571350097656, 567.780517578125, 1251.1534423828125, 1384.0081787109375, 984.9901123046875, 1164.163330078125, 458.47265625, 350.7153015136719, 777.1594848632812, 1622.951416015625, 1180.0333251953125, 500.24786376953125, 548.25341796875, 661.9002075195312, 693.0061645507812, 708.7266235351562, 708.4844360351562, 318.314208984375, 317.9700622558594, 793.509765625, 852.0185546875, 326.0146484375, 475.40704345703125, 1328.7579345703125, 394.0611572265625, 310.6640930175781, 551.1532592773438, 430.8240966796875, 551.654296875, 443.5318908691406, 890.9789428710938, 824.1277465820312, 774.371337890625, 1880.34326171875, 2212.11474609375, 428.0262451171875, 1070.7486572265625, 1224.12451171875, 2031.7474365234375, 2286.7158203125, 1134.3448486328125, 624.8799438476562, 922.3934326171875, 406.025634765625, 1365.7593994140625, 1729.686767578125, 1825.61572265625, 2159.73779296875, 812.6484985351562, 841.657470703125, 801.4530029296875, 1735.879150390625, 1030.019775390625, 643.6179809570312, 1127.7890625, 1301.1591796875, 450.3475036621094, 1280.4365234375, 352.5105895996094, 1014.4668579101562, 2102.074951171875, 2289.310791015625, 2537.66357421875, 2428.124267578125, 2401.965576171875, 674.4354858398438, 705.5704956054688, 1252.8756103515625, 1386.3021240234375, 1820.02880859375, 1890.265625, 271.6869201660156, 403.66357421875, 1742.697021484375, 2007.5472412109375, 653.944091796875, 1542.5205078125, 1412.837890625, 1833.542236328125, 2698.6943359375, 2856.21435546875, 1953.00634765625, 1197.783447265625, 658.2936401367188, 1037.51318359375, 590.0438232421875, 1651.6424560546875, 2817.427001953125, 1990.603759765625, 650.8636474609375, 536.5045776367188, 743.8702392578125, 2110.517578125, 2046.4605712890625, 848.9752807617188, 676.9127197265625, 1089.0587158203125, 628.0775756835938, 1627.490234375, 1887.1253662109375, 2088.8544921875, 2045.2652587890625, 2442.620849609375, 511.3346252441406, 1053.97314453125, 815.4961547851562, 389.04559326171875, 2385.280517578125, 2524.978759765625, 906.0997924804688, 883.9034423828125, 1886.609619140625, 1497.2979736328125, 1164.7877197265625, 1738.2874755859375, 1664.398193359375, 1202.9329833984375, 1507.5408935546875, 455.3173828125, 304.4656982421875, 382.34063720703125, 458.60955810546875, 1596.3243408203125, 3356.270751953125, 3685.336181640625, 2726.346923828125, 682.133056640625, 694.5051879882812, 1613.0511474609375, 2229.96923828125, 2459.3740234375, 1543.5867919921875, 805.7623291015625, 762.627685546875, 1634.9129638671875, 583.5771484375, 1142.826904296875, 1206.30908203125, 778.0911865234375, 1145.943359375, 1519.042724609375, 590.8001708984375, 681.3475952148438, 156.74159240722656, 772.9308471679688, 575.4713745117188, 309.0994873046875, 523.7997436523438]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "154\n", - "1406\n", - "5\n", - "[403.4073486328125, 2166.63623046875, 1659.1939697265625, 5191.57275390625, 2903.18212890625]\n", - "5\n", - "1407\n", - "7\n", - "[538.0441284179688, 1186.782470703125, 771.867431640625, 684.9166259765625, 1906.7822265625, 783.6256103515625, 444.29937744140625]\n", - "7\n", - "1408\n", - "13\n", - "[337.7591857910156, 813.7694702148438, 528.7471923828125, 836.0775756835938, 955.9991455078125, 1427.379150390625, 1441.5423583984375, 718.6577758789062, 1368.8638916015625, 571.9511108398438, 852.9766235351562, 440.84423828125, 341.2818603515625]\n", - "13\n", - "1409\n", - "13\n", - "[1131.0794677734375, 2251.3740234375, 1327.8284912109375, 528.0897827148438, 2334.857421875, 4336.83349609375, 2404.592529296875, 306.4652099609375, 626.322265625, 2427.9140625, 325.1260681152344, 452.6136169433594, 347.6952209472656]\n", - "13\n", - "1410\n", - "19\n", - "[972.9979248046875, 2305.63818359375, 2857.970703125, 385.3711853027344, 4321.85693359375, 6410.99462890625, 2248.733154296875, 975.7120971679688, 3890.9150390625, 8034.9072265625, 6043.62158203125, 809.0408325195312, 480.181396484375, 4847.15966796875, 6636.6015625, 2468.687255859375, 746.0805053710938, 441.4430236816406, 922.58837890625]\n", - "19\n", - "1411\n", - "11\n", - "[595.5154418945312, 575.8550415039062, 373.0657043457031, 1655.480224609375, 1897.0897216796875, 340.2809753417969, 1957.1068115234375, 824.5770874023438, 500.5707702636719, 1516.7615966796875, 315.510498046875]\n", - "11\n", - "1412\n", - "13\n", - "[513.5725708007812, 1267.1575927734375, 1995.9169921875, 1765.217529296875, 898.4141845703125, 2296.2421875, 2319.10888671875, 767.2742309570312, 386.9109191894531, 1962.8695068359375, 1038.6268310546875, 461.9127502441406, 317.05047607421875]\n", - "13\n", - "1413\n", - "14\n", - "[349.6166076660156, 1555.873291015625, 1687.9544677734375, 1460.9202880859375, 1335.7486572265625, 3541.800537109375, 2343.592529296875, 1537.282958984375, 662.9886474609375, 780.7284545898438, 603.31689453125, 1380.6268310546875, 2538.63427734375, 428.970947265625]\n", - "14\n", - "1414\n", - "5\n", - "[386.36383056640625, 886.13818359375, 542.1932373046875, 2803.01513671875, 508.60162353515625]\n", - "5\n", - "1415\n", - "11\n", - "[625.7974243164062, 640.1571655273438, 1240.2164306640625, 984.8656005859375, 1452.9581298828125, 1518.4293212890625, 574.6362915039062, 1268.2269287109375, 721.4194946289062, 763.610107421875, 505.386962890625]\n", - "11\n", - "1416\n", - "11\n", - "[754.6241455078125, 755.404052734375, 336.8491516113281, 641.5440673828125, 1528.532958984375, 1477.9766845703125, 463.5639343261719, 811.6641235351562, 1106.623779296875, 416.97308349609375, 363.7861328125]\n", - "11\n", - "1417\n", - "8\n", - "[520.4595947265625, 988.0931396484375, 398.2466125488281, 955.730712890625, 1532.8072509765625, 460.00213623046875, 987.7315673828125, 333.57525634765625]\n", - "8\n", - "1418\n", - "12\n", - "[312.65667724609375, 526.462890625, 377.28167724609375, 576.3681640625, 948.836669921875, 971.3677368164062, 1223.118896484375, 1176.1431884765625, 371.038818359375, 519.91650390625, 780.3365478515625, 506.4434814453125]\n", - "12\n", - "1419\n", - "19\n", - "[608.1527709960938, 389.62664794921875, 722.6350708007812, 2049.894287109375, 2393.3759765625, 448.8409423828125, 1293.32861328125, 2824.644287109375, 2622.228515625, 1200.5279541015625, 362.1222839355469, 346.2247619628906, 864.9196166992188, 2333.85595703125, 1038.3802490234375, 367.3879089355469, 455.18218994140625, 540.48095703125, 306.3900146484375]\n", - "19\n", - "1420\n", - "37\n", - "[392.2070007324219, 498.1116943359375, 671.3848876953125, 2506.04345703125, 1107.7281494140625, 602.1527709960938, 744.8322143554688, 1434.8531494140625, 1947.7900390625, 444.4761962890625, 928.2645874023438, 1344.925537109375, 1091.2333984375, 932.1265869140625, 2518.53564453125, 1727.849853515625, 1213.6578369140625, 1808.612060546875, 1182.0802001953125, 652.6416015625, 595.4041748046875, 472.5113525390625, 2840.75927734375, 3125.9072265625, 2694.513671875, 537.987060546875, 947.8145751953125, 2789.7587890625, 3101.158935546875, 3054.03759765625, 668.4319458007812, 450.3777770996094, 425.4891662597656, 1231.9627685546875, 1071.7935791015625, 329.132568359375, 360.81854248046875]\n", - "37\n", - "1421\n", - "588\n", - "[585.9775390625, 341.13330078125, 1042.7298583984375, 443.4662170410156, 1162.8310546875, 3551.981689453125, 3538.686279296875, 2050.7421875, 1839.8736572265625, 2229.864990234375, 493.69439697265625, 950.5394287109375, 741.6847534179688, 982.0616455078125, 387.6756591796875, 436.66668701171875, 1078.7880859375, 2893.007080078125, 3949.04296875, 3802.992431640625, 3887.508544921875, 1814.4332275390625, 741.66259765625, 842.0070190429688, 414.9443359375, 498.5020446777344, 321.4336242675781, 488.8819274902344, 604.3941650390625, 1653.0635986328125, 1042.943603515625, 1057.555908203125, 1672.8465576171875, 613.314697265625, 449.4925842285156, 885.4359741210938, 797.0421752929688, 1011.319091796875, 536.6672973632812, 836.3081665039062, 1165.104736328125, 724.2178955078125, 839.8416748046875, 980.77783203125, 1583.4571533203125, 1803.6900634765625, 380.8277587890625, 2566.842529296875, 2220.3994140625, 1691.4361572265625, 1382.9110107421875, 1665.3265380859375, 2859.458251953125, 3191.669921875, 2059.03857421875, 654.0143432617188, 515.184326171875, 703.984619140625, 1274.1871337890625, 1556.5120849609375, 459.36199951171875, 2159.529052734375, 2170.777099609375, 409.63885498046875, 333.0289611816406, 390.671142578125, 991.2182006835938, 1098.3651123046875, 432.0444030761719, 762.4214477539062, 1085.2685546875, 2882.956787109375, 1971.8846435546875, 3061.0732421875, 2486.024658203125, 86.76744842529297, 797.2830200195312, 1710.8408203125, 854.8494262695312, 1274.93212890625, 2357.11279296875, 2829.578369140625, 1925.969970703125, 528.0303955078125, 558.3482666015625, 680.9239501953125, 527.0527954101562, 739.397705078125, 618.7380981445312, 2087.58154296875, 1942.6697998046875, 1669.695556640625, 2049.55908203125, 3046.322998046875, 3207.60009765625, 583.4174194335938, 2555.343994140625, 809.5475463867188, 489.00860595703125, 259.101318359375, 1646.4266357421875, 2378.035400390625, 2138.81201171875, 620.626220703125, 1119.700927734375, 1739.5404052734375, 934.1722412109375, 1228.37939453125, 2090.923095703125, 1628.87646484375, 1289.4752197265625, 967.3941650390625, 1191.1890869140625, 1602.3565673828125, 2703.921630859375, 1919.8116455078125, 2605.394287109375, 2239.529052734375, 3200.6201171875, 3307.70458984375, 3128.787353515625, 2302.386962890625, 1810.52734375, 499.5011901855469, 1151.116943359375, 1057.3555908203125, 1449.9361572265625, 1041.578369140625, 1321.177490234375, 1060.0230712890625, 2174.40478515625, 4979.0556640625, 4484.205078125, 4326.685546875, 4573.70458984375, 4818.6669921875, 5006.7666015625, 3871.639892578125, 1558.0323486328125, 2329.80517578125, 1839.8153076171875, 2589.7841796875, 998.6402587890625, 2184.838134765625, 2348.340087890625, 2613.40478515625, 2519.841796875, 1843.1990966796875, 3257.044921875, 3213.6298828125, 3073.240234375, 1029.2999267578125, 306.3771057128906, 1793.1939697265625, 1976.4486083984375, 180.45916748046875, 1531.4295654296875, 517.0468139648438, 599.6319580078125, 1121.68505859375, 1944.6431884765625, 4735.73046875, 4644.228515625, 4209.98828125, 4668.6826171875, 4803.24853515625, 4778.369140625, 3138.26708984375, 1333.6396484375, 1805.6256103515625, 2958.970703125, 3103.69091796875, 2170.850341796875, 1952.96044921875, 1991.3902587890625, 2194.745849609375, 2654.257568359375, 2601.1923828125, 2821.3798828125, 3381.584228515625, 3354.444091796875, 2062.1611328125, 2659.416748046875, 2997.543212890625, 3020.3837890625, 1645.17333984375, 1376.1573486328125, 1185.6234130859375, 567.36279296875, 947.4396362304688, 1951.1903076171875, 1149.9979248046875, 2484.6748046875, 4560.43017578125, 4956.828125, 3937.10791015625, 5169.41455078125, 4980.3759765625, 4830.560546875, 4347.91650390625, 1174.1993408203125, 2692.381103515625, 2180.6328125, 2981.539794921875, 2438.473876953125, 1707.83642578125, 1213.3343505859375, 2034.2135009765625, 2991.9765625, 2736.927490234375, 3260.40087890625, 3340.501708984375, 1800.5394287109375, 2606.957275390625, 1866.0537109375, 1965.3294677734375, 2330.32080078125, 457.7327575683594, 737.8366088867188, 376.6080627441406, 576.2647094726562, 2311.9443359375, 3581.237060546875, 3653.774169921875, 4334.564453125, 3331.413818359375, 4414.79443359375, 5067.74267578125, 4054.018310546875, 794.8695068359375, 2567.620849609375, 2043.4898681640625, 3829.8671875, 3584.20751953125, 2339.41650390625, 1478.211181640625, 657.7428588867188, 1475.1197509765625, 2873.745361328125, 2285.30078125, 3105.84228515625, 2228.629150390625, 1770.217529296875, 1188.784423828125, 1363.3079833984375, 1522.3050537109375, 278.8610534667969, 455.6474609375, 1276.16455078125, 1015.3391723632812, 2631.53857421875, 2099.15625, 2665.72021484375, 4356.6611328125, 5109.55712890625, 3395.237548828125, 4789.88134765625, 4799.3310546875, 3505.442626953125, 3362.845458984375, 5077.5634765625, 4884.5966796875, 4115.310546875, 1913.4786376953125, 3079.671630859375, 1571.7984619140625, 1127.8758544921875, 1662.9522705078125, 2296.197265625, 1705.8555908203125, 2881.585205078125, 2424.52783203125, 1926.1614990234375, 660.2249755859375, 212.3337860107422, 161.65676879882812, 952.7500610351562, 392.4913635253906, 1969.0260009765625, 2114.181884765625, 3969.341796875, 3440.7294921875, 4680.59814453125, 5148.1689453125, 3315.3623046875, 5355.201171875, 4986.9072265625, 3369.98193359375, 4961.06201171875, 4534.078125, 4079.710693359375, 1115.778076171875, 1332.107177734375, 2143.050537109375, 610.9161376953125, 1226.03759765625, 853.7667846679688, 1692.651123046875, 2532.043701171875, 2573.056640625, 1864.4906005859375, 1223.2769775390625, 657.8890380859375, 506.85711669921875, 385.2281494140625, 324.7119140625, 1208.4586181640625, 2461.154296875, 1225.0938720703125, 2906.8466796875, 3961.283203125, 4861.45263671875, 4413.72509765625, 3757.579345703125, 5292.833984375, 3454.82763671875, 5039.62255859375, 5055.48291015625, 4979.89599609375, 3662.841796875, 1209.2332763671875, 4086.344970703125, 722.3583984375, 1139.291015625, 1256.4013671875, 281.53814697265625, 1024.6524658203125, 1529.53564453125, 814.6893920898438, 499.8388671875, 1717.1314697265625, 2038.234375, 1204.5650634765625, 1159.3822021484375, 3315.3349609375, 1804.4466552734375, 1213.2762451171875, 1070.55908203125, 1218.7049560546875, 283.06103515625, 2072.378173828125, 5234.22607421875, 4992.755859375, 3980.717529296875, 5413.8525390625, 4556.31640625, 5240.61474609375, 5357.126953125, 4626.82958984375, 2454.09423828125, 2623.43115234375, 3377.134765625, 4219.80322265625, 3239.761962890625, 314.0359191894531, 168.07276916503906, 296.41717529296875, 266.76708984375, 432.6988525390625, 994.2747802734375, 2079.167236328125, 853.6867065429688, 909.38427734375, 2032.6097412109375, 2208.1337890625, 3202.516357421875, 1838.4700927734375, 3715.011962890625, 2335.083251953125, 1228.591064453125, 374.78131103515625, 3889.788330078125, 5403.08251953125, 5184.98046875, 5428.556640625, 5259.7763671875, 4626.376953125, 4547.521484375, 5003.72216796875, 4468.78662109375, 4422.2744140625, 3466.0341796875, 3923.931884765625, 3481.486572265625, 1852.8765869140625, 170.6268310546875, 898.1650390625, 363.2805480957031, 450.0495910644531, 1232.787841796875, 656.082275390625, 566.770751953125, 989.1982421875, 1198.2955322265625, 801.67431640625, 1342.871826171875, 2802.92138671875, 3161.007568359375, 3968.970703125, 3983.069091796875, 3740.7421875, 3536.59619140625, 4393.548828125, 4763.48486328125, 5191.56591796875, 5115.24755859375, 4633.2841796875, 4305.47265625, 4856.50390625, 4551.83740234375, 4551.0732421875, 2548.138671875, 4135.97265625, 4447.6171875, 4245.2392578125, 2316.45654296875, 814.3740844726562, 784.5899658203125, 87.33912658691406, 848.9022827148438, 502.83624267578125, 469.4124755859375, 820.22119140625, 958.0570068359375, 2425.8212890625, 2493.0224609375, 4192.0107421875, 3095.677734375, 887.9368896484375, 329.24578857421875, 582.4627075195312, 3888.877197265625, 3392.51513671875, 3239.829833984375, 3190.12060546875, 3756.013427734375, 4691.36279296875, 4332.1748046875, 5003.42236328125, 4417.533203125, 4679.37060546875, 3695.23388671875, 5047.54443359375, 4532.3759765625, 4594.72119140625, 4690.36962890625, 3862.421142578125, 3459.81982421875, 3511.498779296875, 3341.463623046875, 1516.4970703125, 3354.8251953125, 3599.470947265625, 1996.4149169921875, 405.50213623046875, 374.846923828125, 395.93121337890625, 383.1195983886719, 323.27874755859375, 2101.821044921875, 2294.998291015625, 2674.187744140625, 899.3070678710938, 907.0873413085938, 2948.508544921875, 2543.95947265625, 405.5147705078125, 2535.93359375, 1713.637451171875, 2562.5205078125, 3524.183837890625, 2893.026611328125, 4489.60107421875, 3082.7470703125, 2452.0810546875, 3095.573974609375, 4126.2880859375, 5201.37548828125, 4602.4033203125, 3650.827880859375, 4164.66015625, 4951.28466796875, 3030.347900390625, 3956.585693359375, 4039.538330078125, 3108.128173828125, 1946.421875, 3663.52392578125, 2511.79638671875, 1058.7032470703125, 1077.297119140625, 3832.249755859375, 2592.359375, 405.84246826171875, 1201.9569091796875, 920.9938354492188, 1999.20556640625, 4261.01220703125, 2796.630615234375, 2186.784423828125, 1564.2476806640625, 2473.6865234375, 4503.6884765625, 3355.94921875, 1736.983642578125, 729.5173950195312, 2219.34033203125, 2756.125732421875, 2678.0234375, 1237.04248046875, 624.675537109375, 122.35552978515625, 279.8201904296875, 2676.16845703125, 727.8096923828125, 1010.0414428710938, 1063.013427734375, 687.7083129882812, 703.8306884765625, 522.5343627929688, 1020.4349975585938, 2579.3740234375, 1286.8990478515625, 745.3887939453125, 1341.48046875, 1676.8206787109375, 855.9103393554688, 781.834716796875, 2256.7900390625, 1216.86083984375, 697.2973022460938, 998.4644775390625, 1334.9444580078125, 973.73876953125, 1513.4854736328125, 2310.001953125, 1494.7386474609375, 397.7673034667969, 1028.84814453125, 1475.140869140625, 2388.442626953125, 3440.767822265625, 1444.9366455078125, 1562.9600830078125, 2802.888671875, 2010.3875732421875, 1047.900390625, 1453.5733642578125, 1257.0767822265625, 475.989501953125, 1804.4521484375, 1534.5672607421875, 405.27471923828125, 2241.677001953125, 669.1743774414062, 766.3519897460938, 875.5911865234375, 596.0560302734375, 453.16009521484375, 1373.976318359375, 1605.183837890625, 572.5055541992188, 1460.2132568359375, 1509.9771728515625, 478.9466552734375, 1831.906494140625, 773.5089111328125, 743.2991943359375, 832.9570922851562, 869.8230590820312, 542.2412109375, 457.1463317871094, 305.7023010253906, 881.307861328125, 323.1133117675781, 393.0369873046875, 1021.9791259765625]\n", - "577\n", - "1422\n", - "9\n", - "[766.2962646484375, 841.3009033203125, 897.6817016601562, 1285.7364501953125, 1071.8153076171875, 310.4264831542969, 359.45849609375, 605.32177734375, 959.1941528320312]\n", - "9\n", - "1423\n", - "10\n", - "[733.5160522460938, 349.53466796875, 375.62457275390625, 398.7918701171875, 695.3699340820312, 333.2759704589844, 1298.63232421875, 2095.774658203125, 830.1266479492188, 2006.759033203125]\n", - "10\n", - "1424\n", - "31\n", - "[484.8731689453125, 317.7384948730469, 308.48492431640625, 449.73419189453125, 542.9631958007812, 648.4592895507812, 550.1640014648438, 697.0773315429688, 1009.927001953125, 815.18994140625, 535.3446655273438, 484.40093994140625, 592.7686767578125, 635.3104858398438, 588.6659545898438, 573.3638305664062, 313.46435546875, 458.41033935546875, 327.39605712890625, 640.4083251953125, 378.0100402832031, 475.45635986328125, 469.7723388671875, 824.8648681640625, 447.0054626464844, 434.663818359375, 326.55029296875, 400.0672607421875, 340.02838134765625, 374.8108215332031, 481.6137390136719]\n", - "31\n", - "1425\n", - "13\n", - "[1475.6810302734375, 1086.6595458984375, 1419.0479736328125, 1062.8824462890625, 722.3646240234375, 1295.3885498046875, 1412.555419921875, 1832.217529296875, 1503.1298828125, 1122.3360595703125, 656.691162109375, 342.16552734375, 324.08990478515625]\n", - "13\n", - "1426\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[660.016845703125, 1635.1851806640625, 779.0576782226562, 520.7731323242188, 443.0270080566406, 1014.6531372070312, 606.7472534179688, 509.68017578125, 1041.4027099609375, 1771.7891845703125, 761.9298706054688, 338.69744873046875, 859.9442749023438, 1022.9107666015625, 470.72857666015625, 1069.871826171875, 581.4141235351562, 720.3455810546875]\n", - "18\n", - "1427\n", - "8\n", - "[324.2873229980469, 704.487060546875, 341.1918029785156, 489.4137268066406, 2028.48779296875, 909.072265625, 536.0284423828125, 342.8637390136719]\n", - "8\n", - "1428\n", - "90\n", - "[310.19384765625, 886.2164916992188, 648.0830078125, 753.9220581054688, 827.2744140625, 1050.8819580078125, 382.900634765625, 1293.04150390625, 372.169189453125, 974.4034423828125, 381.1339416503906, 388.2313232421875, 2193.216064453125, 1869.448974609375, 358.7602844238281, 800.3419189453125, 271.9538879394531, 1187.0501708984375, 1376.86767578125, 535.7010498046875, 523.8709106445312, 329.79132080078125, 337.95538330078125, 501.10089111328125, 421.8543395996094, 299.2897644042969, 1618.196044921875, 353.02099609375, 1026.9951171875, 376.95355224609375, 307.920654296875, 1660.3214111328125, 2341.49609375, 2795.6416015625, 2019.30419921875, 338.5670166015625, 343.62982177734375, 1184.810791015625, 2385.5478515625, 3423.719970703125, 3031.23583984375, 2114.526123046875, 389.7057189941406, 802.5675048828125, 857.6287231445312, 958.9011840820312, 2604.37744140625, 3137.115966796875, 3427.367919921875, 3406.01318359375, 2742.371337890625, 1877.2314453125, 1743.118408203125, 1270.4312744140625, 1461.9493408203125, 1044.6226806640625, 311.8710021972656, 1308.9193115234375, 2611.440185546875, 2990.828369140625, 3161.777587890625, 2471.599853515625, 1902.5955810546875, 890.6431884765625, 520.5465698242188, 645.7017822265625, 404.7142028808594, 549.1516723632812, 921.1574096679688, 2064.98681640625, 2788.537353515625, 3095.19921875, 2436.756103515625, 341.9122619628906, 722.2603149414062, 2582.54638671875, 1766.9664306640625, 2451.3125, 609.1229858398438, 1691.9205322265625, 329.05633544921875, 367.0400085449219, 774.5847778320312, 1271.836181640625, 606.3201904296875, 336.2823791503906, 735.5196533203125, 438.89361572265625, 611.1537475585938]\n", - "89\n", - "1429\n", - "18\n", - "[566.5097045898438, 747.3231201171875, 2788.0576171875, 1816.543701171875, 545.6823120117188, 336.64215087890625, 1044.3126220703125, 2399.529541015625, 1870.31884765625, 2406.157958984375, 493.9498291015625, 449.9368896484375, 532.353515625, 327.00177001953125, 550.1417846679688, 1036.5208740234375, 1621.770263671875, 301.4714660644531]\n", - "18\n", - "1430\n", - "30\n", - "[390.52117919921875, 1019.3622436523438, 2283.43505859375, 1191.8236083984375, 1276.6199951171875, 1279.7177734375, 2508.353759765625, 1376.2955322265625, 945.3421630859375, 4117.69580078125, 4271.2919921875, 1754.1085205078125, 2884.044677734375, 4244.19287109375, 2881.800537109375, 913.4861450195312, 323.2821350097656, 3135.355712890625, 4259.38427734375, 2296.21630859375, 503.6172180175781, 3678.56103515625, 2206.809814453125, 1006.9222412109375, 925.8724365234375, 1484.17138671875, 851.985107421875, 1039.530029296875, 876.3917846679688, 305.8650817871094]\n", - "30\n", - "1431\n", - "20\n", - "[323.0016784667969, 1472.5545654296875, 1484.5059814453125, 787.154541015625, 1102.78662109375, 2732.915771484375, 2286.6025390625, 1690.1373291015625, 2164.642578125, 2634.984130859375, 3082.855712890625, 955.03955078125, 1406.459228515625, 2871.489990234375, 1968.5135498046875, 303.7335205078125, 1750.05615234375, 2276.28662109375, 948.6574096679688, 434.2117004394531]\n", - "20\n", - "1432\n", - "6\n", - "[1398.37060546875, 1887.8485107421875, 1290.21533203125, 501.740234375, 873.3760986328125, 530.8347778320312]\n", - "6\n", - "1433\n", - "9\n", - "[384.55853271484375, 984.43896484375, 1801.027099609375, 597.1923828125, 390.2201232910156, 707.14501953125, 1405.57861328125, 722.2737426757812, 354.77374267578125]\n", - "9\n", - "1434\n", - "9\n", - "[983.83740234375, 760.3517456054688, 367.4080505371094, 1246.2591552734375, 1602.7110595703125, 868.9862060546875, 886.9846801757812, 1252.743408203125, 437.66644287109375]\n", - "9\n", - "1435\n", - "13\n", - "[1218.2857666015625, 1056.3245849609375, 1126.8773193359375, 1659.77734375, 609.3477783203125, 1141.3062744140625, 1434.9666748046875, 475.87078857421875, 442.9591064453125, 744.6854858398438, 614.7222900390625, 330.6285705566406, 325.3980407714844]\n", - "13\n", - "1436\n", - "19\n", - "[652.547119140625, 469.8857727050781, 877.0031127929688, 1231.319091796875, 3135.118896484375, 1811.5394287109375, 482.26934814453125, 349.8802795410156, 766.787109375, 587.9186401367188, 1693.826904296875, 2563.01708984375, 1206.772705078125, 2346.731689453125, 626.623291015625, 1030.01025390625, 439.5218200683594, 883.0701904296875, 877.6687622070312]\n", - "19\n", - "1437\n", - "57\n", - "[352.346923828125, 503.30889892578125, 969.9295654296875, 308.27435302734375, 615.608154296875, 818.654052734375, 558.06103515625, 1630.2706298828125, 1668.0528564453125, 429.6589660644531, 479.9685363769531, 1958.9970703125, 2504.697509765625, 4187.17236328125, 4295.41552734375, 2703.6943359375, 399.81475830078125, 680.5396118164062, 370.350830078125, 999.0199584960938, 2216.8818359375, 3798.75732421875, 4740.83056640625, 920.867431640625, 479.554931640625, 992.1959838867188, 693.9207763671875, 611.0521850585938, 2380.83154296875, 773.7210083007812, 1870.2716064453125, 1459.103515625, 1901.036376953125, 368.0361328125, 460.67718505859375, 2242.6435546875, 1962.44580078125, 1155.49853515625, 1360.9259033203125, 868.8502197265625, 547.2213134765625, 472.3707275390625, 523.39404296875, 661.7752685546875, 1641.9842529296875, 552.811279296875, 1072.069580078125, 325.3310546875, 348.8848571777344, 1389.262451171875, 1249.6805419921875, 1681.47412109375, 399.80145263671875, 489.580810546875, 2041.305419921875, 1359.618408203125, 339.5260314941406]\n", - "57\n", - "1438\n", - "7\n", - "[678.6510009765625, 1209.5345458984375, 768.9506225585938, 1030.065185546875, 1202.650390625, 446.2518615722656, 342.67816162109375]\n", - "7\n", - "1439\n", - "4\n", - "[1599.932373046875, 1026.7509765625, 2007.6834716796875, 765.9203491210938]\n", - "4\n", - "1440\n", - "11\n", - "[380.4367370605469, 426.1678771972656, 974.4929809570312, 1993.4595947265625, 1481.9306640625, 828.38427734375, 2029.5252685546875, 2084.54443359375, 851.6885986328125, 1113.836181640625, 788.89404296875]\n", - "11\n", - "1441\n", - "15\n", - "[681.077880859375, 782.3043823242188, 1831.8748779296875, 3222.58154296875, 2199.896484375, 956.6663818359375, 3878.79296875, 3824.00732421875, 1513.0870361328125, 1428.3819580078125, 4540.81982421875, 2598.218505859375, 1909.4127197265625, 1163.577880859375, 1001.73876953125]\n", - "15\n", - "1442\n", - "9\n", - "[1208.2811279296875, 854.0103149414062, 586.690673828125, 1934.09375, 1916.01416015625, 366.07818603515625, 557.6393432617188, 2196.570556640625, 1582.9381103515625]\n", - "9\n", - "1443\n", - "14\n", - "[574.3058471679688, 1320.69580078125, 581.4715576171875, 1755.29345703125, 977.0618896484375, 489.79644775390625, 842.2890014648438, 636.9974975585938, 475.9158020019531, 429.67779541015625, 400.2553405761719, 732.9822387695312, 999.1782836914062, 353.106689453125]\n", - "14\n", - "1444\n", - "14\n", - "[370.02276611328125, 391.666259765625, 329.2472839355469, 434.94873046875, 1060.310791015625, 446.5640869140625, 676.41357421875, 527.979736328125, 811.947021484375, 616.4611206054688, 378.1435852050781, 760.8909301757812, 682.4602661132812, 428.50531005859375]\n", - "14\n", - "1445\n", - "12\n", - "[1107.1011962890625, 415.0581970214844, 1262.6446533203125, 1792.607177734375, 1991.7799072265625, 348.6156005859375, 1597.420166015625, 2274.288818359375, 759.4869995117188, 323.018798828125, 536.272705078125, 348.26837158203125]\n", - "12\n", - "1446\n", - "10\n", - "[648.1903686523438, 903.7710571289062, 420.4573059082031, 641.2275390625, 1693.01171875, 743.0950927734375, 356.8530578613281, 863.0126342773438, 1138.7379150390625, 302.9739074707031]\n", - "10\n", - "1447\n", - "8\n", - "[1425.6661376953125, 811.4154052734375, 433.9570617675781, 893.2471923828125, 1251.6121826171875, 587.1614379882812, 373.5807800292969, 799.7922973632812]\n", - "8\n", - "1448\n", - "12\n", - "[480.2340087890625, 599.7550048828125, 401.6866760253906, 1312.8388671875, 5906.7890625, 389.1674499511719, 883.384765625, 8589.650390625, 14750.033203125, 4590.0732421875, 511.23382568359375, 7790.8740234375]\n", - "12\n", - "1449\n", - "10\n", - "[301.1438293457031, 1673.62158203125, 1227.087890625, 1256.6494140625, 1892.3544921875, 642.7970581054688, 419.7132568359375, 351.13983154296875, 1164.286865234375, 504.9806213378906]\n", - "10\n", - "1450\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[314.445556640625, 1390.08203125, 1138.9278564453125, 338.2436828613281, 1746.330322265625, 1806.12353515625, 391.8717346191406, 810.08935546875]\n", - "8\n", - "1451\n", - "29\n", - "[467.3992919921875, 377.02386474609375, 841.3505859375, 455.66436767578125, 678.2577514648438, 913.4701538085938, 446.2770690917969, 583.0068359375, 641.6325073242188, 1647.3233642578125, 2265.481201171875, 1777.642822265625, 593.471435546875, 313.83319091796875, 443.9380798339844, 1682.9656982421875, 2817.7373046875, 2553.821533203125, 440.84271240234375, 992.562744140625, 1163.47509765625, 561.5482177734375, 312.2111511230469, 377.4170227050781, 635.6810302734375, 542.3002319335938, 604.3746948242188, 1011.592529296875, 372.86700439453125]\n", - "29\n", - "1452\n", - "7\n", - "[366.30462646484375, 1029.0281982421875, 2499.699462890625, 1497.6552734375, 985.0844116210938, 2014.348388671875, 1844.695556640625]\n", - "7\n", - "1453\n", - "9\n", - "[1190.743408203125, 1252.857666015625, 397.39788818359375, 388.63775634765625, 2207.492919921875, 2178.49072265625, 1047.5787353515625, 1189.23193359375, 1378.169189453125]\n", - "9\n", - "1454\n", - "8\n", - "[504.4046630859375, 751.8280029296875, 579.4783325195312, 432.07977294921875, 850.4962158203125, 806.9127807617188, 369.4963684082031, 1298.8358154296875]\n", - "8\n", - "1455\n", - "17\n", - "[445.6175231933594, 383.3031311035156, 344.8582763671875, 579.814453125, 635.0301513671875, 457.0648193359375, 690.9993286132812, 502.0048522949219, 756.174560546875, 691.1741333007812, 432.26885986328125, 708.201416015625, 579.9683837890625, 344.88983154296875, 338.1639404296875, 510.2483215332031, 312.30322265625]\n", - "17\n", - "1456\n", - "273\n", - "[1809.296630859375, 730.2162475585938, 523.467529296875, 920.7724609375, 760.9049682617188, 418.7538146972656, 698.3460083007812, 517.84912109375, 854.4172973632812, 535.707763671875, 1654.274169921875, 893.2192993164062, 411.3401794433594, 1910.1458740234375, 3316.394287109375, 2967.43896484375, 1046.0909423828125, 2699.353271484375, 2781.64404296875, 1757.635986328125, 1708.189208984375, 980.6426391601562, 689.2965087890625, 3556.681396484375, 975.3198852539062, 700.062255859375, 373.2767333984375, 1040.693603515625, 2298.76611328125, 1299.8751220703125, 903.7122192382812, 2266.850341796875, 3051.41748046875, 3792.660400390625, 3343.994873046875, 1048.387451171875, 441.8299865722656, 1505.54736328125, 1087.2718505859375, 560.1161499023438, 2402.031005859375, 2916.32568359375, 3894.418701171875, 2201.202880859375, 3096.4619140625, 2767.860595703125, 2521.88232421875, 938.08544921875, 986.2059326171875, 2816.561279296875, 1863.6392822265625, 2608.4599609375, 2213.8466796875, 2837.8564453125, 742.3997192382812, 818.0830688476562, 1643.2137451171875, 1644.7265625, 3520.744140625, 3534.51123046875, 2618.94384765625, 1910.65283203125, 2054.84228515625, 2146.744140625, 3152.00244140625, 3120.575927734375, 2745.570556640625, 1275.1683349609375, 811.8607788085938, 497.98675537109375, 1357.0035400390625, 1520.7735595703125, 1769.4505615234375, 762.4304809570312, 1528.5628662109375, 3603.138916015625, 3076.52197265625, 309.5078430175781, 322.6311950683594, 303.21539306640625, 3167.382080078125, 3156.84033203125, 3358.068603515625, 2405.5693359375, 2081.23388671875, 3741.385498046875, 3878.55419921875, 3033.00341796875, 696.4259033203125, 663.40673828125, 1191.425048828125, 2814.854248046875, 3709.46142578125, 3156.57080078125, 3878.475341796875, 3642.317626953125, 3140.37890625, 2698.23779296875, 1979.51953125, 307.0438232421875, 321.39898681640625, 377.45916748046875, 1616.3402099609375, 1890.6427001953125, 3564.760498046875, 3053.3408203125, 3605.700927734375, 3287.197998046875, 3378.40185546875, 3665.03466796875, 2338.147705078125, 760.4241333007812, 901.6883544921875, 548.0565185546875, 2364.3955078125, 2157.099609375, 330.92681884765625, 487.0140380859375, 2817.991455078125, 3178.595458984375, 3137.663330078125, 3078.163818359375, 3391.40625, 2736.500244140625, 2386.7158203125, 1803.7001953125, 1273.2158203125, 1604.74365234375, 3017.818603515625, 3263.9833984375, 1065.5538330078125, 2223.430908203125, 1484.9527587890625, 348.0889587402344, 1980.5950927734375, 2584.515869140625, 1980.2340087890625, 1412.2955322265625, 2429.35595703125, 3765.739990234375, 3976.759765625, 3833.177978515625, 4063.055419921875, 4027.757080078125, 3630.511474609375, 3960.339599609375, 3689.961181640625, 1662.05029296875, 906.331298828125, 1964.792236328125, 790.5656127929688, 1436.1668701171875, 2393.18701171875, 2890.565673828125, 2637.0302734375, 2992.187255859375, 2919.0078125, 3722.1630859375, 4001.05615234375, 4112.2041015625, 4038.257568359375, 3993.5654296875, 3470.086669921875, 4037.445068359375, 3745.13720703125, 829.5162353515625, 1061.959716796875, 572.9586791992188, 1247.2197265625, 315.4781188964844, 2153.762451171875, 3859.340087890625, 3987.815673828125, 2726.236083984375, 3635.825927734375, 3107.961181640625, 2936.476806640625, 3873.778564453125, 3638.537109375, 3259.891845703125, 3556.714111328125, 2606.15087890625, 2088.78271484375, 3623.236083984375, 1447.5400390625, 483.02740478515625, 428.69879150390625, 2912.95947265625, 4076.619384765625, 3907.269775390625, 3317.4970703125, 1888.5574951171875, 764.121826171875, 1593.6007080078125, 3215.72216796875, 3181.497314453125, 3013.619140625, 1880.312255859375, 519.6441040039062, 842.702880859375, 556.0411376953125, 2440.3271484375, 2906.152587890625, 4145.4462890625, 3835.7939453125, 1643.3585205078125, 2964.193115234375, 3038.400634765625, 3491.792236328125, 3671.54296875, 3307.643310546875, 3635.87548828125, 1938.058349609375, 1351.954345703125, 1130.8321533203125, 576.5106201171875, 3703.815185546875, 3416.427978515625, 3154.2783203125, 2260.8974609375, 1582.5447998046875, 3131.383056640625, 2962.07470703125, 3138.786865234375, 3618.44384765625, 1885.3572998046875, 1140.95458984375, 805.9910888671875, 3164.0576171875, 1792.694091796875, 1373.1790771484375, 1648.7020263671875, 3326.82421875, 3431.50927734375, 2288.506103515625, 1824.1248779296875, 3089.5595703125, 2386.566650390625, 1857.33154296875, 1252.6055908203125, 4057.662353515625, 3805.12158203125, 3207.75048828125, 2903.918212890625, 3018.759521484375, 2838.105224609375, 1519.5050048828125, 2789.18896484375, 3504.53955078125, 1969.6881103515625, 1278.73388671875, 4118.27294921875, 3446.99658203125, 981.318359375, 2288.008544921875, 3235.33837890625, 2996.7099609375, 3839.28857421875, 3858.983642578125, 3929.037353515625, 1201.1658935546875, 2709.057373046875, 1812.4595947265625, 1805.209228515625, 1913.9732666015625, 2488.772705078125, 2541.1337890625, 2419.328125, 1649.808837890625, 3373.108154296875, 1366.7017822265625, 318.71435546875, 746.3958740234375]\n", - "273\n", - "1457\n", - "40\n", - "[1071.4425048828125, 641.6901245117188, 2076.519287109375, 354.4281311035156, 427.97796630859375, 353.5542907714844, 1481.10302734375, 3993.585205078125, 700.7648315429688, 3773.776123046875, 3042.63330078125, 1238.220458984375, 2663.17041015625, 4803.84765625, 4796.9033203125, 2127.00244140625, 1030.0782470703125, 728.714599609375, 556.5267944335938, 951.7789306640625, 301.6971740722656, 2779.92578125, 2980.396728515625, 2217.76904296875, 3106.26416015625, 2964.407470703125, 1709.48388671875, 473.3179626464844, 506.24395751953125, 1366.689208984375, 819.3078002929688, 2226.874267578125, 3387.44921875, 1295.9810791015625, 1211.8382568359375, 314.7248229980469, 656.225341796875, 1508.42578125, 1245.1177978515625, 341.847412109375]\n", - "40\n", - "1458\n", - "24\n", - "[325.5963134765625, 574.4302978515625, 376.7122802734375, 468.763671875, 1819.9517822265625, 634.168212890625, 2252.30126953125, 1361.853271484375, 408.06903076171875, 2307.082275390625, 1191.294921875, 2131.787353515625, 891.60302734375, 1854.96044921875, 315.1361999511719, 2304.83642578125, 1614.552001953125, 368.1343078613281, 420.5924072265625, 806.815185546875, 1629.177734375, 689.7285766601562, 613.6591796875, 844.8196411132812]\n", - "24\n", - "1459\n", - "10\n", - "[692.81103515625, 670.6328125, 591.9161987304688, 1520.015625, 1163.85791015625, 1349.8099365234375, 651.4099731445312, 1148.8121337890625, 927.8049926757812, 728.5281372070312]\n", - "10\n", - "1460\n", - "6\n", - "[573.3687744140625, 332.9004821777344, 1458.072998046875, 843.1571655273438, 1348.932373046875, 653.1653442382812]\n", - "6\n", - "1461\n", - "11\n", - "[391.0390319824219, 844.443603515625, 1868.2750244140625, 2235.845947265625, 1701.9774169921875, 425.61236572265625, 1450.8748779296875, 1958.175048828125, 1236.43408203125, 1006.39306640625, 721.3626708984375]\n", - "11\n", - "1462\n", - "8\n", - "[309.0534362792969, 592.1515502929688, 1367.5118408203125, 1097.815673828125, 400.3349304199219, 832.5689086914062, 314.39190673828125, 499.1153259277344]\n", - "8\n", - "1463\n", - "20\n", - "[991.90771484375, 825.0388793945312, 754.6478881835938, 363.73779296875, 645.7517700195312, 775.4352416992188, 429.096923828125, 423.8812561035156, 432.35888671875, 908.4298706054688, 699.19189453125, 432.2300720214844, 643.6388549804688, 1192.299072265625, 1184.857666015625, 1066.05126953125, 646.7734375, 480.84527587890625, 888.4153442382812, 919.0985107421875]\n", - "20\n", - "1464\n", - "8\n", - "[383.6404113769531, 359.9559020996094, 692.8698120117188, 715.5108642578125, 842.2999267578125, 1241.6336669921875, 602.9777221679688, 801.1553955078125]\n", - "8\n", - "1465\n", - "17\n", - "[856.667236328125, 980.951904296875, 355.6563720703125, 395.12396240234375, 2162.310546875, 1619.93603515625, 1423.12255859375, 3709.252197265625, 2220.802490234375, 734.8758544921875, 3404.5556640625, 3019.641357421875, 1047.205810546875, 787.1246337890625, 2621.477783203125, 1541.097412109375, 670.772216796875]\n", - "17\n", - "1466\n", - "45\n", - "[636.9135131835938, 1333.2384033203125, 544.8958740234375, 1044.9935302734375, 2449.218994140625, 827.18408203125, 826.09130859375, 694.0911254882812, 3744.130126953125, 4354.15283203125, 4704.5517578125, 3958.5703125, 2187.875732421875, 1719.87548828125, 4670.19921875, 5094.72998046875, 3818.095703125, 1205.0950927734375, 571.4375610351562, 514.068115234375, 520.3179931640625, 678.3156127929688, 601.709228515625, 1413.0963134765625, 3566.9140625, 4015.935302734375, 3971.50146484375, 2172.314453125, 477.38323974609375, 506.4989013671875, 3608.5302734375, 5044.623046875, 4345.126953125, 4567.62353515625, 1004.6885986328125, 578.4758911132812, 436.47259521484375, 410.80810546875, 815.2171630859375, 1039.86181640625, 2233.048828125, 707.022216796875, 607.5479736328125, 920.2838134765625, 656.9744262695312]\n", - "45\n", - "1467\n", - "7\n", - "[370.1977233886719, 499.0937805175781, 471.66552734375, 1797.6806640625, 562.203857421875, 481.42529296875, 995.4495239257812]\n", - "7\n", - "1468\n", - "10\n", - "[315.1855773925781, 339.6400146484375, 316.8223571777344, 501.6948547363281, 621.9586181640625, 685.9181518554688, 1227.7481689453125, 551.6179809570312, 813.2457885742188, 689.604248046875]\n", - "10\n", - "1469\n", - "11\n", - "[422.7876281738281, 343.2041320800781, 864.47802734375, 1908.432373046875, 343.5320739746094, 405.92022705078125, 2415.82080078125, 2523.756591796875, 1055.953125, 779.1165161132812, 1738.138671875]\n", - "11\n", - "1470\n", - "7\n", - "[3043.39599609375, 3830.733154296875, 403.0106201171875, 349.7821044921875, 1439.24609375, 3135.3583984375, 1743.355712890625]\n", - "7\n", - "1471\n", - "7\n", - "[1103.71630859375, 1367.3922119140625, 358.45928955078125, 1862.4873046875, 656.7333374023438, 650.5519409179688, 321.5483093261719]\n", - "7\n", - "1472\n", - "32\n", - "[388.40887451171875, 1216.5430908203125, 1015.0715942382812, 1840.4176025390625, 1181.44970703125, 2122.62646484375, 2962.746826171875, 2589.1318359375, 3085.807861328125, 970.7064819335938, 420.7941589355469, 606.7255249023438, 1678.777099609375, 2345.35498046875, 1699.0985107421875, 304.4410400390625, 618.43798828125, 1139.75537109375, 457.6823425292969, 799.2571411132812, 1470.156005859375, 921.5248413085938, 1104.1300048828125, 1365.758056640625, 1036.1363525390625, 855.2050170898438, 540.426025390625, 456.8724670410156, 455.7146301269531, 1112.569091796875, 764.9694213867188, 1099.5355224609375]\n", - "32\n", - "1473\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[456.9848327636719, 552.09521484375, 319.2729187011719, 742.14306640625, 513.4907836914062, 1095.140625, 1307.75390625, 574.0957641601562, 705.4104614257812, 1200.5078125, 371.71624755859375]\n", - "11\n", - "1474\n", - "298\n", - "[2037.128662109375, 934.053466796875, 984.5549926757812, 853.2996215820312, 524.6141967773438, 758.14794921875, 836.3082275390625, 333.9695739746094, 371.7909851074219, 352.8421325683594, 643.0888061523438, 466.7072448730469, 690.04931640625, 817.1461181640625, 4885.9736328125, 4807.1494140625, 1321.2255859375, 698.770751953125, 397.4620056152344, 570.380859375, 532.9535522460938, 399.18798828125, 569.8568725585938, 714.03515625, 471.6609191894531, 357.7552185058594, 891.5252685546875, 1065.0836181640625, 2261.180419921875, 1715.1783447265625, 1865.7208251953125, 5273.88134765625, 3394.134033203125, 3815.27880859375, 2299.78466796875, 2266.964599609375, 2119.5009765625, 887.4984130859375, 1010.56103515625, 865.4515991210938, 915.1295776367188, 1040.49267578125, 1039.90576171875, 1493.1353759765625, 1219.884765625, 1514.090087890625, 2912.381103515625, 4860.0771484375, 5206.84814453125, 5594.2177734375, 5276.81494140625, 5704.19091796875, 4684.2412109375, 2463.51123046875, 3466.501953125, 1279.26708984375, 321.36322021484375, 426.3305969238281, 1047.865234375, 1575.999267578125, 989.5244750976562, 867.8258056640625, 3252.8564453125, 1230.08349609375, 1096.784423828125, 1727.309814453125, 4980.63623046875, 5453.95068359375, 5011.74365234375, 5092.2666015625, 5544.9189453125, 5308.92333984375, 3997.87109375, 3467.324951171875, 4422.24365234375, 4041.40283203125, 2228.716064453125, 747.0504760742188, 563.705322265625, 840.9405517578125, 422.1252136230469, 3975.2919921875, 4131.32275390625, 1962.8427734375, 3056.79345703125, 2473.646240234375, 467.52947998046875, 1330.0338134765625, 5136.99853515625, 5369.3173828125, 5353.87744140625, 5683.70458984375, 5690.19189453125, 5063.033203125, 4304.76416015625, 3025.235107421875, 1811.8787841796875, 2797.307861328125, 3409.48388671875, 2346.435546875, 3420.3740234375, 2808.069091796875, 2867.86572265625, 3511.383544921875, 2219.605712890625, 2220.536865234375, 772.9585571289062, 879.2261352539062, 3623.89208984375, 1269.68115234375, 3918.56591796875, 940.8670654296875, 163.130615234375, 2192.023193359375, 4705.52392578125, 5527.787109375, 5790.6279296875, 5394.8916015625, 5188.55712890625, 3449.783447265625, 2160.201416015625, 4136.3701171875, 4238.328125, 5037.82763671875, 5177.52099609375, 3652.20068359375, 3869.841064453125, 2818.3505859375, 1919.7620849609375, 786.7882080078125, 984.2405395507812, 2775.978271484375, 1280.5361328125, 331.2965087890625, 1046.408447265625, 356.20928955078125, 1115.502685546875, 1656.7283935546875, 3978.344970703125, 4769.78173828125, 5503.96923828125, 5580.47607421875, 4339.23828125, 5481.298828125, 5467.0712890625, 5571.95703125, 5191.51416015625, 5636.23828125, 5061.92626953125, 3890.491455078125, 2628.451171875, 2611.120361328125, 312.2269287109375, 559.7449340820312, 2276.7265625, 1257.9881591796875, 1005.5528564453125, 505.82672119140625, 2458.19482421875, 4618.81787109375, 1536.0228271484375, 2531.744873046875, 319.1123352050781, 334.6865234375, 1071.81884765625, 473.0565490722656, 1361.1236572265625, 2609.855712890625, 4478.908203125, 4235.28369140625, 5676.12255859375, 5691.26904296875, 5759.87744140625, 5774.35693359375, 5587.89990234375, 5761.9208984375, 5432.380859375, 2647.356689453125, 552.3325805664062, 1633.648193359375, 1792.4285888671875, 616.4559936523438, 2541.7685546875, 2024.4544677734375, 315.6988830566406, 2313.8095703125, 1843.254638671875, 2395.369140625, 4766.6142578125, 3805.4482421875, 1796.146484375, 1182.2374267578125, 1221.74072265625, 4636.93310546875, 5784.029296875, 5793.1455078125, 5734.10400390625, 5347.54248046875, 5527.681640625, 5462.2763671875, 5420.5419921875, 3520.43505859375, 3038.68408203125, 2738.307373046875, 981.8224487304688, 404.0775451660156, 675.7804565429688, 3284.208251953125, 4709.8271484375, 1965.3251953125, 485.79693603515625, 553.1522827148438, 4451.5654296875, 4682.27392578125, 5854.9501953125, 5376.6416015625, 4920.94482421875, 5169.36474609375, 5206.3623046875, 3934.977294921875, 1802.253173828125, 1054.663818359375, 1390.94873046875, 1170.6796875, 687.6404418945312, 371.0047912597656, 796.7123413085938, 3651.884521484375, 5396.0859375, 5294.0400390625, 4535.94091796875, 5610.18408203125, 5618.98388671875, 485.76763916015625, 420.44586181640625, 1434.1817626953125, 1307.9608154296875, 413.8512878417969, 2773.741455078125, 5430.34326171875, 5833.32177734375, 5324.78466796875, 5749.0751953125, 3548.369140625, 865.0689086914062, 935.7498168945312, 682.0079956054688, 465.0645446777344, 1580.2451171875, 4319.9404296875, 5526.5927734375, 5823.27490234375, 5442.375, 5152.80712890625, 2828.5361328125, 317.106201171875, 1212.6129150390625, 1607.9273681640625, 589.3182983398438, 796.952392578125, 2561.91552734375, 5515.75537109375, 4725.18505859375, 5068.30224609375, 2110.83837890625, 592.3218994140625, 1356.404541015625, 1040.6998291015625, 368.7154846191406, 2197.8837890625, 1460.89794921875, 2010.4376220703125, 3527.829833984375, 2290.8896484375, 663.3307495117188, 1003.9365844726562, 3056.82861328125, 675.6260986328125, 675.3275146484375, 1825.632080078125, 3240.943115234375, 1121.066650390625, 1030.0953369140625, 470.45111083984375, 3108.36376953125, 2599.33447265625, 900.651123046875, 2979.55029296875, 327.2528381347656, 910.0775146484375, 508.1496887207031, 406.6184997558594, 689.1737670898438, 553.471435546875, 363.1193542480469]\n", - "295\n", - "1475\n", - "35\n", - "[605.5425415039062, 1075.9566650390625, 621.7316284179688, 1159.020751953125, 1869.55419921875, 596.6682739257812, 604.4396362304688, 576.4810180664062, 1099.3582763671875, 888.7743530273438, 6541.11669921875, 5136.92724609375, 2855.7822265625, 1948.53466796875, 4397.1259765625, 1595.651123046875, 467.8265380859375, 3978.33935546875, 8948.6484375, 9286.6923828125, 7353.84228515625, 1748.4927978515625, 448.4535827636719, 4684.14404296875, 8879.9130859375, 8197.861328125, 6731.72314453125, 730.5140380859375, 1605.2574462890625, 3321.0029296875, 1581.2596435546875, 382.0494079589844, 656.3305053710938, 406.4344177246094, 1001.37646484375]\n", - "35\n", - "1476\n", - "26\n", - "[327.524658203125, 332.1990051269531, 1306.587646484375, 3210.18359375, 3121.86181640625, 1846.8502197265625, 483.6199645996094, 645.2606811523438, 3343.6865234375, 4368.8759765625, 3434.602294921875, 2038.7005615234375, 2399.331787109375, 3180.34716796875, 937.4212036132812, 460.5104675292969, 2910.990478515625, 4219.232421875, 2197.304931640625, 2267.099365234375, 3371.84326171875, 2477.3935546875, 792.2611083984375, 2525.91845703125, 898.3011474609375, 396.8512878417969]\n", - "26\n", - "1477\n", - "53\n", - "[386.781494140625, 682.3291015625, 1411.458251953125, 828.7723388671875, 472.4398193359375, 2523.44970703125, 532.5673217773438, 454.67669677734375, 868.5069580078125, 394.438232421875, 2656.99267578125, 388.18585205078125, 539.4373779296875, 565.3466186523438, 518.5330810546875, 593.0088500976562, 3643.070556640625, 4260.80078125, 3631.416259765625, 849.6015014648438, 1073.000732421875, 952.950927734375, 557.9473876953125, 3470.557373046875, 4421.25146484375, 2905.0146484375, 568.4473876953125, 3811.554931640625, 4487.4462890625, 4781.7509765625, 2446.798583984375, 827.7171020507812, 468.671142578125, 2498.130126953125, 3151.91259765625, 4084.672607421875, 3396.83837890625, 1316.3759765625, 549.005126953125, 640.9906616210938, 1631.019287109375, 743.434326171875, 1288.7996826171875, 885.3092651367188, 1452.6995849609375, 364.3938293457031, 459.640869140625, 451.4984130859375, 1964.8485107421875, 521.8916015625, 1265.5296630859375, 858.9765625, 456.0070495605469]\n", - "53\n", - "1478\n", - "11\n", - "[868.0156860351562, 1668.8680419921875, 2044.8155517578125, 504.8653869628906, 1596.816650390625, 2829.42041015625, 1721.6435546875, 442.3609313964844, 420.4317932128906, 602.2890014648438, 665.310302734375]\n", - "11\n", - "1479\n", - "7\n", - "[423.8716125488281, 694.8984375, 1430.6900634765625, 1513.4912109375, 463.4927062988281, 546.802734375, 518.0762939453125]\n", - "7\n", - "1480\n", - "29\n", - "[328.5809631347656, 483.2265625, 479.83892822265625, 342.09625244140625, 2030.147216796875, 400.6641845703125, 617.2501220703125, 1185.9876708984375, 1062.679443359375, 1130.8629150390625, 910.9103393554688, 774.5123901367188, 389.4975891113281, 2386.867919921875, 1158.2939453125, 1018.009033203125, 593.5980834960938, 823.291015625, 443.1576232910156, 2616.446044921875, 1920.9876708984375, 334.2550048828125, 970.3194580078125, 515.789306640625, 1112.9166259765625, 2713.854736328125, 1345.5283203125, 640.9559936523438, 504.52166748046875]\n", - "29\n", - "1481\n", - "7\n", - "[310.6839599609375, 946.9331665039062, 754.4197998046875, 388.5824890136719, 1814.493408203125, 942.0455932617188, 391.0672607421875]\n", - "7\n", - "1482\n", - "9\n", - "[822.7706298828125, 627.1038208007812, 448.264404296875, 716.41796875, 402.9923400878906, 1453.25830078125, 2983.215087890625, 1907.5238037109375, 1460.7918701171875]\n", - "9\n", - "1483\n", - "49\n", - "[401.2797546386719, 963.0149536132812, 1623.376220703125, 3620.489990234375, 1313.7242431640625, 4858.6005859375, 3611.212890625, 4497.9794921875, 4710.77490234375, 2346.8408203125, 960.3225708007812, 1917.030029296875, 5172.03857421875, 1680.037109375, 3375.693603515625, 3546.4677734375, 2227.793212890625, 4075.487060546875, 3312.397216796875, 1844.040771484375, 4143.4375, 1546.5604248046875, 550.3447265625, 2675.585205078125, 4697.75048828125, 5011.4736328125, 5133.82763671875, 5524.841796875, 2726.814208984375, 1757.75, 4336.88525390625, 3876.282958984375, 1137.6658935546875, 3632.018310546875, 2001.33935546875, 675.7686767578125, 1870.098876953125, 2658.96435546875, 374.8656921386719, 3388.938232421875, 580.767333984375, 1135.2432861328125, 1041.1839599609375, 313.2523498535156, 415.2681884765625, 837.47802734375, 2440.52392578125, 1675.7705078125, 356.2013244628906]\n", - "49\n", - "1484\n", - "60\n", - "[561.7871704101562, 477.124755859375, 587.7197875976562, 373.3031005859375, 375.0263671875, 511.33929443359375, 825.1051025390625, 694.6991577148438, 733.578125, 562.0949096679688, 1262.8074951171875, 993.2329711914062, 624.7823486328125, 655.4249877929688, 1121.9669189453125, 833.7936401367188, 1351.3211669921875, 1467.7794189453125, 1406.1693115234375, 640.886474609375, 817.8510131835938, 816.2589111328125, 1464.916259765625, 957.4395141601562, 1123.4793701171875, 551.850341796875, 1209.6331787109375, 1495.33837890625, 567.7024536132812, 449.0964660644531, 309.8252868652344, 792.4979248046875, 906.2279052734375, 444.9317626953125, 419.7059326171875, 845.484130859375, 1462.330322265625, 1023.4937133789062, 548.2062377929688, 1057.97998046875, 363.68927001953125, 535.7783203125, 516.7750854492188, 1099.9349365234375, 1238.2904052734375, 1075.440673828125, 550.6704711914062, 567.4205322265625, 461.8946228027344, 402.2851257324219, 1206.9903564453125, 440.2008361816406, 439.29266357421875, 521.9411010742188, 758.5968627929688, 527.8347778320312, 322.50946044921875, 750.4688110351562, 417.08966064453125, 495.2922058105469]\n", - "60\n", - "1485\n", - "9\n", - "[322.13507080078125, 661.7330932617188, 882.5736694335938, 944.354248046875, 455.1730651855469, 871.9163208007812, 850.4494018554688, 311.5805358886719, 336.9161682128906]\n", - "9\n", - "1486\n", - "6\n", - "[394.8924865722656, 995.3603515625, 722.8607788085938, 635.3773193359375, 1642.9361572265625, 623.7079467773438]\n", - "6\n", - "1487\n", - "7\n", - "[414.9649963378906, 773.0263061523438, 635.818359375, 1704.897216796875, 460.35687255859375, 949.6500854492188, 434.2422180175781]\n", - "7\n", - "1488\n", - "16\n", - "[1289.638427734375, 463.90618896484375, 1127.786865234375, 889.7879638671875, 396.3075256347656, 461.21429443359375, 570.9693603515625, 2092.92529296875, 2217.027099609375, 637.6724243164062, 1918.7425537109375, 2616.1494140625, 1545.48583984375, 1083.9569091796875, 1237.7752685546875, 563.8662109375]\n", - "16\n", - "1489\n", - "33\n", - "[432.4425354003906, 415.8438415527344, 478.9250793457031, 1136.6390380859375, 1004.1571655273438, 376.2524719238281, 544.8094482421875, 506.236328125, 779.2392578125, 395.51275634765625, 828.0202026367188, 871.8894653320312, 351.88275146484375, 432.0152587890625, 2549.284912109375, 5257.48388671875, 5104.34814453125, 3543.095703125, 3035.978515625, 1455.39990234375, 2211.30322265625, 2691.830810546875, 4092.039794921875, 6156.7744140625, 3819.516845703125, 1069.2674560546875, 1713.4613037109375, 4215.2529296875, 3824.37451171875, 1809.9862060546875, 311.21453857421875, 1170.75537109375, 746.1155395507812]\n", - "33\n", - "1490\n", - "18\n", - "[454.6949768066406, 578.619140625, 711.87841796875, 1328.1434326171875, 1020.1689453125, 905.1751708984375, 352.1788635253906, 339.2005615234375, 692.5689697265625, 2342.634521484375, 2405.871337890625, 906.0451049804688, 429.92437744140625, 508.82391357421875, 1186.514892578125, 765.7445678710938, 471.5898742675781, 552.0482177734375]\n", - "18\n", - "1491\n", - "7\n", - "[1568.8736572265625, 928.3480224609375, 359.01190185546875, 2439.774169921875, 1930.4620361328125, 1960.056396484375, 1711.9935302734375]\n", - "7\n", - "1492\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[317.0580749511719, 427.3414611816406, 739.3837280273438, 429.7093505859375, 757.9287719726562, 326.8145446777344, 622.8238525390625, 807.3865356445312, 717.823974609375, 517.0529174804688, 1328.117919921875, 506.1443176269531, 373.35443115234375, 357.52069091796875, 399.64935302734375]\n", - "15\n", - "1493\n", - "15\n", - "[382.3086853027344, 785.2689819335938, 1187.9857177734375, 900.343994140625, 374.28936767578125, 431.5638122558594, 772.93017578125, 1558.168701171875, 1253.53173828125, 454.4327087402344, 378.1175231933594, 884.2183227539062, 382.29345703125, 371.5090026855469, 413.43170166015625]\n", - "15\n", - "1494\n", - "6\n", - "[306.7171325683594, 650.9382934570312, 1783.72314453125, 424.159912109375, 1141.47607421875, 721.08935546875]\n", - "6\n", - "1495\n", - "17\n", - "[380.9250183105469, 472.8543395996094, 1267.183349609375, 1413.476318359375, 1286.3299560546875, 1461.749267578125, 550.7311401367188, 1031.1788330078125, 489.6326599121094, 1769.2081298828125, 1783.515380859375, 1312.3558349609375, 1673.02734375, 1062.94384765625, 463.1781921386719, 603.1061401367188, 824.4129638671875]\n", - "17\n", - "1496\n", - "17\n", - "[499.7857666015625, 1479.88232421875, 2247.09814453125, 1704.405517578125, 1140.63623046875, 2020.9078369140625, 2644.728271484375, 2318.538818359375, 1660.239501953125, 456.3703308105469, 410.36590576171875, 745.0567016601562, 2214.506591796875, 2129.88427734375, 1778.2313232421875, 578.161376953125, 411.1355285644531]\n", - "17\n", - "1497\n", - "6\n", - "[394.03912353515625, 636.525634765625, 645.099609375, 2044.1549072265625, 2066.231201171875, 318.30615234375]\n", - "6\n", - "1498\n", - "5\n", - "[866.1396484375, 1322.6563720703125, 1309.95166015625, 750.3583374023438, 1317.4661865234375]\n", - "5\n", - "1499\n", - "5\n", - "[762.5518798828125, 1716.2508544921875, 2063.096923828125, 528.7977905273438, 410.0299987792969]\n", - "5\n", - "1500\n", - "16\n", - "[400.0701599121094, 890.7615356445312, 795.6806030273438, 888.0028076171875, 1341.2750244140625, 1584.8204345703125, 1470.0428466796875, 983.8111572265625, 356.9044494628906, 1449.635986328125, 1305.0032958984375, 743.7252197265625, 578.6226196289062, 619.1345825195312, 477.63287353515625, 505.54449462890625]\n", - "16\n", - "1501\n", - "9\n", - "[1036.7703857421875, 1062.63623046875, 696.308837890625, 793.9388427734375, 1530.9364013671875, 2068.28564453125, 788.0599365234375, 1402.2156982421875, 353.2918395996094]\n", - "9\n", - "1502\n", - "21\n", - "[984.8721313476562, 1078.4525146484375, 448.03387451171875, 1919.2271728515625, 874.0991821289062, 376.2351379394531, 768.0423583984375, 2133.733642578125, 1163.493896484375, 418.06536865234375, 679.5357666015625, 733.7769775390625, 2124.770751953125, 790.5437622070312, 756.2759399414062, 1442.337890625, 1164.0262451171875, 512.2433471679688, 1428.63720703125, 460.7608642578125, 558.7346801757812]\n", - "21\n", - "1503\n", - "11\n", - "[1680.9249267578125, 1638.346923828125, 1602.8370361328125, 582.1380615234375, 349.01739501953125, 1505.1064453125, 774.4697875976562, 535.4935302734375, 726.72802734375, 578.146240234375, 609.3446655273438]\n", - "11\n", - "1504\n", - "14\n", - "[467.5680847167969, 1531.56591796875, 911.9457397460938, 387.778564453125, 391.2313537597656, 911.597412109375, 1034.674560546875, 704.5193481445312, 920.60107421875, 1139.8712158203125, 576.8313598632812, 1969.44384765625, 418.6497497558594, 318.4808654785156]\n", - "14\n", - "1505\n", - "10\n", - "[703.4270629882812, 629.0636596679688, 564.5942993164062, 785.6712646484375, 2440.6240234375, 1677.654296875, 432.49871826171875, 369.0068359375, 1031.0706787109375, 359.9551086425781]\n", - "10\n", - "1506\n", - "7\n", - "[300.221435546875, 1418.8677978515625, 2116.227783203125, 645.4273071289062, 859.651123046875, 908.2381591796875, 823.2484130859375]\n", - "7\n", - "1507\n", - "63\n", - "[577.9676513671875, 459.9698486328125, 896.036376953125, 820.1474609375, 711.1123657226562, 1247.20703125, 334.912841796875, 558.2196655273438, 670.3302001953125, 653.0606079101562, 348.7604064941406, 1620.2244873046875, 467.01904296875, 471.24481201171875, 856.4075317382812, 652.1908569335938, 935.9783325195312, 1912.687255859375, 2133.587890625, 3323.568603515625, 4961.681640625, 5241.73974609375, 5851.18017578125, 5080.984375, 3444.89794921875, 1363.8939208984375, 388.6312561035156, 352.49493408203125, 1415.974365234375, 1747.3031005859375, 4356.9658203125, 6899.2451171875, 6716.5986328125, 6592.68212890625, 6238.9833984375, 1855.402099609375, 2092.0185546875, 507.04925537109375, 367.3869934082031, 463.2549743652344, 588.3079833984375, 397.5944519042969, 502.31854248046875, 2106.209716796875, 5504.181640625, 4384.83447265625, 3653.120849609375, 5821.65185546875, 3746.987060546875, 663.7997436523438, 353.5784912109375, 454.4577941894531, 592.6823120117188, 697.5896606445312, 819.6387939453125, 458.06817626953125, 1227.1656494140625, 526.5384521484375, 421.92218017578125, 674.8151245117188, 517.2903442382812, 428.8504943847656, 435.9517517089844]\n", - "63\n", - "1508\n", - "11\n", - "[1026.90625, 2729.28271484375, 1752.8074951171875, 2210.543701171875, 1262.99951171875, 1277.4344482421875, 2209.631103515625, 2245.954345703125, 3307.60205078125, 2083.298583984375, 311.0516662597656]\n", - "11\n", - "1509\n", - "7\n", - "[308.3986511230469, 1252.86669921875, 2966.737548828125, 584.87353515625, 345.94036865234375, 1625.2274169921875, 1661.873046875]\n", - "7\n", - "1510\n", - "11\n", - "[677.3890380859375, 4864.6953125, 901.2013549804688, 391.0985107421875, 2217.93115234375, 2329.15869140625, 996.0275268554688, 3413.0810546875, 2030.5052490234375, 347.466064453125, 1117.7593994140625]\n", - "11\n", - "1511\n", - "96\n", - "[659.8778686523438, 2053.549560546875, 322.6378479003906, 453.7830810546875, 759.557373046875, 1897.6673583984375, 323.751220703125, 782.2444458007812, 1714.93603515625, 1419.22021484375, 1243.4638671875, 1212.49072265625, 1228.6917724609375, 737.914306640625, 2180.903564453125, 2333.6123046875, 1209.1817626953125, 1896.1551513671875, 1753.0263671875, 752.7835083007812, 785.0850830078125, 446.260009765625, 1483.3377685546875, 1353.4447021484375, 300.8005676269531, 691.8603515625, 673.2278442382812, 1904.18798828125, 3224.36328125, 3206.518310546875, 3326.678955078125, 2512.812744140625, 2714.73828125, 1377.1168212890625, 329.40826416015625, 386.1935729980469, 436.929931640625, 1508.9417724609375, 1004.1275634765625, 606.9632568359375, 1395.783935546875, 2726.156494140625, 2684.05322265625, 3363.6142578125, 3434.3115234375, 3023.714111328125, 1726.4443359375, 1969.3599853515625, 1581.02294921875, 1174.0465087890625, 416.06378173828125, 2083.714599609375, 3323.23486328125, 3146.57666015625, 2911.381591796875, 2517.998046875, 882.8917236328125, 388.7532958984375, 589.0730590820312, 2216.3095703125, 2503.447998046875, 2586.791259765625, 826.4011840820312, 301.8722839355469, 362.7607727050781, 752.4852294921875, 630.2504272460938, 684.9859008789062, 651.5258178710938, 1682.308349609375, 503.7945251464844, 326.2853698730469, 568.5191040039062, 601.2334594726562, 648.8687133789062, 1023.72509765625, 600.6680908203125, 1230.8734130859375, 2474.153564453125, 1380.7274169921875, 94.95550537109375, 499.75732421875, 407.34759521484375, 2270.077392578125, 1354.8736572265625, 394.8265075683594, 592.7440795898438, 372.0874328613281, 1041.850341796875, 691.7701416015625, 369.29193115234375, 974.6898803710938, 372.621337890625, 656.916015625]\n", - "94\n", - "1512\n", - "58\n", - "[612.6575317382812, 471.4032287597656, 1188.1634521484375, 1141.510009765625, 622.7470092773438, 3252.88818359375, 3541.082275390625, 1792.0445556640625, 2354.4150390625, 2633.885009765625, 2085.414306640625, 1227.11181640625, 2507.040283203125, 1701.8221435546875, 5034.78369140625, 5950.9013671875, 1459.50390625, 529.34130859375, 860.0630493164062, 2984.900146484375, 4242.818359375, 3895.13623046875, 639.0263061523438, 609.353759765625, 596.9130859375, 743.4178466796875, 857.263427734375, 1223.8128662109375, 538.7198486328125, 4034.051025390625, 3012.68701171875, 1128.616455078125, 629.623046875, 717.3010864257812, 376.16754150390625, 394.6485900878906, 406.2015686035156, 2817.857421875, 6214.5234375, 5521.83154296875, 1200.80224609375, 710.4022216796875, 932.5572509765625, 1823.758056640625, 1384.0113525390625, 729.6735229492188, 1078.153076171875, 662.678955078125, 508.65435791015625, 609.5074462890625, 599.1392822265625, 377.78265380859375, 673.6935424804688, 697.5745239257812, 970.24462890625, 478.8749694824219, 413.7372131347656, 369.51214599609375]\n", - "58\n", - "1513\n", - "17\n", - "[345.5529479980469, 343.0288391113281, 483.70123291015625, 610.938720703125, 536.3952026367188, 477.3519287109375, 579.39208984375, 567.7494506835938, 372.4890441894531, 356.7945861816406, 515.6557006835938, 453.8008728027344, 337.7919616699219, 305.8803405761719, 320.6871032714844, 442.0166931152344, 401.29248046875]\n", - "17\n", - "1514\n", - "28\n", - "[391.60748291015625, 465.50274658203125, 2780.4580078125, 1534.431640625, 331.7090148925781, 700.6124877929688, 334.8274230957031, 1173.2857666015625, 1571.282470703125, 2044.87548828125, 3224.22998046875, 5068.19091796875, 1568.9053955078125, 465.6612548828125, 836.2588500976562, 330.188720703125, 1825.8553466796875, 1383.5975341796875, 426.95269775390625, 422.9130859375, 521.4658203125, 699.9964599609375, 772.9263305664062, 1019.7080688476562, 762.1392822265625, 1109.813232421875, 987.2870483398438]\n", - "27\n", - "1515\n", - "10\n", - "[486.08697509765625, 334.7633056640625, 1479.178466796875, 822.1332397460938, 1768.80908203125, 1266.6585693359375, 719.17431640625, 978.5298461914062, 1385.5478515625, 794.8259887695312]\n", - "10\n", - "1516\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[824.1724243164062, 1358.8856201171875, 965.1207275390625, 1527.078369140625, 2238.862060546875, 2341.3603515625, 451.3280944824219, 737.3680419921875, 2233.94091796875, 2338.24658203125, 648.59521484375]\n", - "11\n", - "1517\n", - "35\n", - "[316.7653503417969, 467.8486022949219, 409.1735534667969, 919.3809814453125, 380.28656005859375, 125.42173767089844, 1410.7730712890625, 2136.72265625, 302.54864501953125, 374.6586608886719, 614.1334228515625, 284.6971130371094, 2052.16650390625, 11878.6787109375, 10557.3486328125, 2760.166748046875, 306.9331970214844, 319.4140625, 386.049560546875, 444.5455322265625, 704.8421630859375, 681.9389038085938, 8078.015625, 1912.356201171875, 310.44268798828125, 705.3704833984375, 410.0498352050781, 402.28857421875, 926.5709838867188, 531.3671264648438, 659.5040283203125, 343.9638977050781, 459.68096923828125, 396.841552734375, 490.93017578125]\n", - "35\n", - "1518\n", - "9\n", - "[328.31298828125, 495.0587158203125, 1955.03125, 2066.35205078125, 795.5233154296875, 1087.2301025390625, 1250.1260986328125, 1428.5531005859375, 677.3782348632812]\n", - "9\n", - "1519\n", - "9\n", - "[434.0842590332031, 996.3220825195312, 427.97064208984375, 630.8792724609375, 551.7727661132812, 762.8370971679688, 1188.1878662109375, 976.3590698242188, 880.0247192382812]\n", - "9\n", - "1520\n", - "3\n", - "[2556.873291015625, 1626.050537109375, 1572.216552734375]\n", - "3\n", - "1521\n", - "29\n", - "[333.75604248046875, 360.70770263671875, 601.1283569335938, 736.5789184570312, 959.9956665039062, 1150.5731201171875, 395.173095703125, 565.2193603515625, 1147.0704345703125, 1100.123291015625, 979.8231811523438, 746.6106567382812, 949.3543090820312, 989.7232055664062, 388.329833984375, 801.84765625, 544.36376953125, 1211.3096923828125, 567.1842651367188, 496.24951171875, 331.4739685058594, 334.1412048339844, 719.6604614257812, 307.36328125, 635.2302856445312, 581.493408203125, 412.36956787109375, 334.43804931640625, 318.5766296386719]\n", - "29\n", - "1522\n", - "8\n", - "[934.3746948242188, 362.58099365234375, 1792.22998046875, 1659.255126953125, 1491.1934814453125, 1725.4249267578125, 922.2017822265625, 809.9755859375]\n", - "8\n", - "1523\n", - "11\n", - "[457.921875, 436.6705017089844, 1066.6346435546875, 1302.2672119140625, 623.9642333984375, 909.5570068359375, 1851.2559814453125, 2332.732666015625, 582.781494140625, 568.2587890625, 753.9691162109375]\n", - "11\n", - "1524\n", - "8\n", - "[623.0875244140625, 423.19775390625, 613.08349609375, 1291.56494140625, 1465.700927734375, 1139.971923828125, 2067.741943359375, 1632.730712890625]\n", - "8\n", - "1525\n", - "15\n", - "[1091.5009765625, 497.86474609375, 524.1963500976562, 1270.22119140625, 1215.8365478515625, 756.2427978515625, 650.4527587890625, 1220.2711181640625, 1398.76708984375, 1106.07373046875, 456.51202392578125, 432.7339782714844, 665.4150390625, 776.1297607421875, 724.0991821289062]\n", - "15\n", - "1526\n", - "9\n", - "[927.5419921875, 440.4759216308594, 815.1951293945312, 972.5559692382812, 439.7628479003906, 668.47216796875, 381.2657165527344, 373.0335388183594, 435.4331970214844]\n", - "9\n", - "1527\n", - "12\n", - "[1430.14404296875, 2620.488037109375, 1653.0933837890625, 556.1561889648438, 936.2011108398438, 3141.316650390625, 3096.39697265625, 1126.7789306640625, 432.2063293457031, 672.0117797851562, 1296.3778076171875, 408.6750793457031]\n", - "12\n", - "1528\n", - "7\n", - "[639.4832763671875, 481.9573669433594, 1093.046875, 1196.8175048828125, 325.7245178222656, 503.98712158203125, 762.9381103515625]\n", - "7\n", - "1529\n", - "6\n", - "[1557.63720703125, 703.171875, 304.6143493652344, 1339.2718505859375, 1386.3748779296875, 1239.9688720703125]\n", - "6\n", - "1530\n", - "64\n", - "[439.78704833984375, 602.7360229492188, 338.0039367675781, 942.4483642578125, 856.7903442382812, 569.85595703125, 1155.53369140625, 1130.123291015625, 783.6514892578125, 435.5306091308594, 817.4977416992188, 682.8727416992188, 2113.04931640625, 897.5736083984375, 1023.9959106445312, 1044.666259765625, 1197.1470947265625, 846.9668579101562, 1094.968505859375, 748.9675903320312, 455.4485778808594, 1712.1741943359375, 1699.847412109375, 1630.9749755859375, 1085.2691650390625, 300.89697265625, 1091.9708251953125, 803.279052734375, 927.8428955078125, 706.326416015625, 421.8819580078125, 673.7266845703125, 711.6097412109375, 414.6916809082031, 485.4477233886719, 316.5887756347656, 429.019775390625, 911.8046264648438, 482.9532470703125, 476.3131103515625, 1330.0926513671875, 1682.3040771484375, 1045.9864501953125, 560.8837280273438, 2344.94873046875, 2031.9993896484375, 2647.76806640625, 2025.30029296875, 707.7271118164062, 898.0933837890625, 1920.671875, 1593.3460693359375, 428.5895690917969, 1000.6422119140625, 801.6266479492188, 332.421875, 398.9459228515625, 1360.8408203125, 1793.541259765625, 1385.1876220703125, 994.204833984375, 761.4768676757812, 421.11395263671875, 393.2248840332031]\n", - "64\n", - "1531\n", - "5\n", - "[763.4332275390625, 846.941650390625, 439.1883239746094, 2517.475341796875, 1324.4796142578125]\n", - "5\n", - "1532\n", - "40\n", - "[1035.1181640625, 672.243408203125, 624.7439575195312, 351.2490234375, 938.5729370117188, 2892.236572265625, 2128.80615234375, 424.60614013671875, 1463.99072265625, 2329.353515625, 2356.5126953125, 2857.166015625, 657.2220458984375, 2113.711181640625, 2532.4775390625, 2609.88232421875, 2296.627685546875, 566.19873046875, 457.9527893066406, 946.9766235351562, 975.052490234375, 2836.646484375, 3362.652587890625, 2170.128173828125, 1182.7796630859375, 482.7474670410156, 1133.9306640625, 581.830322265625, 2200.872314453125, 2929.951904296875, 2137.616943359375, 2161.09326171875, 1327.7506103515625, 1050.885009765625, 1721.38232421875, 1101.2047119140625, 495.0123596191406, 905.048095703125, 1679.075439453125, 351.04791259765625]\n", - "40\n", - "1533\n", - "11\n", - "[352.43243408203125, 1354.834228515625, 2478.29833984375, 502.6078796386719, 565.7266235351562, 360.1842346191406, 481.6119689941406, 471.3021240234375, 951.621826171875, 1144.88671875, 495.24786376953125]\n", - "11\n", - "1534\n", - "7\n", - "[1268.3211669921875, 1015.62255859375, 2147.587158203125, 2560.77099609375, 2024.22412109375, 2497.0556640625, 433.4451904296875]\n", - "7\n", - "1535\n", - "38\n", - "[322.9200439453125, 442.4893493652344, 448.45513916015625, 367.89019775390625, 477.10943603515625, 341.8345947265625, 437.1571044921875, 505.04473876953125, 528.3656005859375, 429.390625, 451.4293212890625, 504.8133850097656, 441.05194091796875, 391.3871765136719, 523.4879150390625, 551.1320190429688, 517.8621215820312, 524.8514404296875, 531.072998046875, 453.8065490722656, 517.000732421875, 311.4389343261719, 301.2144470214844, 9626.0654296875, 12453.1767578125, 11146.6376953125, 4345.6181640625, 516.5816650390625, 947.2136840820312, 5989.4501953125, 12960.6728515625, 22211.4609375, 16241.177734375, 4823.46240234375, 1925.506103515625, 6237.46533203125, 10477.1884765625, 943.56640625]\n", - "38\n", - "1536\n", - "15\n", - "[549.024658203125, 565.6239013671875, 425.55078125, 1721.3126220703125, 1135.5361328125, 503.3936462402344, 1104.8818359375, 2051.643798828125, 2173.83984375, 1668.5042724609375, 304.31292724609375, 562.5228271484375, 1698.5140380859375, 1833.1285400390625, 1293.44384765625]\n", - "15\n", - "1537\n", - "6\n", - "[2205.748046875, 1393.5736083984375, 1638.095703125, 2961.533203125, 531.873779296875, 425.99652099609375]\n", - "6\n", - "1538\n", - "8\n", - "[314.99798583984375, 309.9716796875, 1006.4774169921875, 891.1444702148438, 333.1932678222656, 1313.341796875, 600.5488891601562, 367.4535827636719]\n", - "8\n", - "1539\n", - "13\n", - "[592.26025390625, 390.9857482910156, 556.8861083984375, 771.0369262695312, 937.0885009765625, 332.83526611328125, 484.39495849609375, 1271.5352783203125, 325.4381408691406, 450.87152099609375, 315.1561584472656, 608.9923095703125, 326.8011169433594]\n", - "13\n", - "1540\n", - "27\n", - "[1478.24365234375, 700.215087890625, 1749.3643798828125, 2656.59326171875, 533.6061401367188, 317.5880126953125, 323.0281066894531, 680.16943359375, 1647.09716796875, 2064.303955078125, 2844.076904296875, 749.8792114257812, 435.40777587890625, 1715.3853759765625, 2701.239013671875, 2575.009765625, 2347.283447265625, 2333.318115234375, 483.813232421875, 415.03533935546875, 624.514404296875, 2012.98583984375, 1756.614013671875, 869.1614990234375, 701.2575073242188, 1268.1217041015625, 426.65399169921875]\n", - "27" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1541\n", - "8\n", - "[990.0517578125, 468.3707580566406, 1789.5635986328125, 658.4488525390625, 907.6958618164062, 1998.2801513671875, 1337.983154296875, 556.8594360351562]\n", - "8\n", - "1542\n", - "11\n", - "[497.12677001953125, 515.0260009765625, 402.3270568847656, 540.0712890625, 2235.945556640625, 1449.5771484375, 1184.30322265625, 2440.242431640625, 458.83807373046875, 564.3263549804688, 459.15478515625]\n", - "11\n", - "1543\n", - "10\n", - "[980.037109375, 1221.6507568359375, 408.2931213378906, 362.23248291015625, 1772.4486083984375, 2228.184814453125, 2204.2314453125, 1239.07177734375, 1421.8983154296875, 457.85382080078125]\n", - "10\n", - "1544\n", - "8\n", - "[916.5928955078125, 433.4223327636719, 1509.1556396484375, 2397.958251953125, 1058.2510986328125, 397.7569580078125, 765.905029296875, 1045.6845703125]\n", - "8\n", - "1545\n", - "8\n", - "[301.33599853515625, 554.1250610351562, 520.6484985351562, 1656.2520751953125, 1165.562255859375, 435.7654113769531, 577.118896484375, 1039.6148681640625]\n", - "8\n", - "1546\n", - "15\n", - "[697.3101806640625, 952.7704467773438, 739.7339477539062, 821.7715454101562, 728.7061767578125, 506.03802490234375, 1802.1746826171875, 2373.16064453125, 1012.0326538085938, 467.0881042480469, 1062.6939697265625, 1139.931884765625, 810.3928833007812, 617.5421142578125, 305.5845947265625]\n", - "15\n", - "1547\n", - "9\n", - "[767.2550048828125, 1305.480712890625, 2468.8544921875, 3224.09912109375, 2039.4801025390625, 3911.685791015625, 1113.084716796875, 471.5376892089844, 460.31597900390625]\n", - "9\n", - "1548\n", - "10\n", - "[306.86553955078125, 442.5803527832031, 738.3543701171875, 1155.5247802734375, 2013.03955078125, 677.60791015625, 423.7734069824219, 1175.4718017578125, 1000.5779418945312, 355.7834777832031]\n", - "10\n", - "1549\n", - "9\n", - "[609.7250366210938, 842.5780029296875, 2294.155029296875, 880.4404907226562, 1418.148681640625, 3413.279052734375, 718.9384765625, 1986.052490234375, 886.7239990234375]\n", - "9\n", - "1550\n", - "8\n", - "[395.0242614746094, 1341.23779296875, 741.0438842773438, 639.2557373046875, 2102.66259765625, 1281.9989013671875, 828.0126342773438, 528.3456420898438]\n", - "8\n", - "1551\n", - "81\n", - "[746.18994140625, 824.9283447265625, 991.385986328125, 3263.673583984375, 1879.0045166015625, 2024.2755126953125, 476.4529113769531, 1793.8544921875, 1625.265380859375, 1052.2474365234375, 596.5659790039062, 1481.800537109375, 3119.57470703125, 4129.9931640625, 2510.29248046875, 2523.43505859375, 4272.91943359375, 3778.02880859375, 1068.8680419921875, 1252.6416015625, 2766.37060546875, 1558.5870361328125, 4108.5712890625, 4635.5361328125, 4494.41064453125, 4750.8759765625, 4575.16845703125, 4800.2607421875, 1565.447265625, 664.1082153320312, 2089.787109375, 3087.618408203125, 4246.0341796875, 4508.03564453125, 5427.986328125, 4850.9130859375, 3618.532470703125, 4686.77783203125, 3509.13330078125, 1349.520751953125, 1289.8428955078125, 322.6500244140625, 1742.39990234375, 1930.9471435546875, 1496.3792724609375, 3435.813232421875, 4794.365234375, 4238.50634765625, 4151.9931640625, 5026.126953125, 4063.6962890625, 1002.53173828125, 475.0000915527344, 306.2594909667969, 3015.16796875, 2173.097412109375, 4705.76513671875, 4686.8505859375, 4352.224609375, 2495.859619140625, 497.0055847167969, 770.5849609375, 886.4854125976562, 1407.53271484375, 2296.048583984375, 2466.718994140625, 4066.057861328125, 3026.050048828125, 1097.6439208984375, 692.547607421875, 1060.8690185546875, 322.8183288574219, 752.702392578125, 642.29345703125, 373.6895446777344, 1201.5965576171875, 1263.3330078125, 2516.29443359375, 924.53369140625, 605.9840698242188, 806.8662719726562]\n", - "81\n", - "1552\n", - "7\n", - "[692.5831298828125, 343.2763977050781, 421.3194274902344, 1421.2568359375, 1526.66748046875, 475.35400390625, 998.2462158203125]\n", - "7\n", - "1553\n", - "8\n", - "[627.6818237304688, 372.80572509765625, 1217.7305908203125, 1517.87060546875, 730.2313842773438, 1018.802978515625, 305.98126220703125, 401.6427001953125]\n", - "8\n", - "1554\n", - "8\n", - "[635.3746337890625, 453.0771179199219, 1860.4227294921875, 1588.993896484375, 736.3736572265625, 819.316162109375, 1239.900146484375, 1254.311767578125]\n", - "8\n", - "1555\n", - "11\n", - "[301.48541259765625, 1144.2672119140625, 535.7550659179688, 1039.6920166015625, 359.7931213378906, 1233.729736328125, 1659.1773681640625, 2205.987060546875, 766.5765991210938, 613.3401489257812, 1250.81689453125]\n", - "11\n", - "1556\n", - "10\n", - "[1211.74951171875, 1750.6036376953125, 894.682861328125, 1919.7972412109375, 3044.087158203125, 2302.2333984375, 532.2431030273438, 1528.006591796875, 734.7262573242188, 556.7728271484375]\n", - "10\n", - "1557\n", - "17\n", - "[1131.137451171875, 2189.933349609375, 976.87548828125, 1486.00830078125, 2320.6865234375, 2208.337158203125, 1167.8785400390625, 532.6143188476562, 775.6481323242188, 1050.4661865234375, 2050.530029296875, 2360.908935546875, 2248.394287109375, 1290.5682373046875, 372.0798034667969, 1031.6607666015625, 781.1741943359375]\n", - "17\n", - "1558\n", - "11\n", - "[540.2181396484375, 507.8876647949219, 426.7478942871094, 375.708251953125, 313.61322021484375, 376.706298828125, 528.743896484375, 571.676513671875, 489.974853515625, 471.3462219238281, 408.2981872558594]\n", - "11\n", - "1559\n", - "17\n", - "[330.77227783203125, 622.9330444335938, 344.3699035644531, 722.3753051757812, 607.7523803710938, 505.616943359375, 498.6280517578125, 877.8904418945312, 1464.797119140625, 1029.5548095703125, 629.7728881835938, 1084.1201171875, 1951.2379150390625, 1641.3026123046875, 572.9332885742188, 1270.7979736328125, 1347.9302978515625]\n", - "17\n", - "1560\n", - "32\n", - "[374.5844421386719, 405.3203430175781, 580.0813598632812, 452.8421325683594, 545.5059814453125, 411.0645751953125, 423.4089660644531, 364.5089416503906, 381.95556640625, 531.4739379882812, 489.43359375, 556.8980102539062, 361.40155029296875, 2528.130126953125, 4684.43701171875, 870.0689697265625, 735.1124267578125, 1151.262939453125, 2678.72705078125, 611.0881958007812, 1741.4794921875, 1768.9442138671875, 1158.1007080078125, 2495.757080078125, 12059.6904296875, 7596.74462890625, 1341.720458984375, 384.2457275390625, 1238.7734375, 5461.90673828125, 6670.50048828125, 2274.078857421875]\n", - "32\n", - "1561\n", - "11\n", - "[361.06304931640625, 723.7598876953125, 605.6793823242188, 483.0021057128906, 1462.1707763671875, 1397.0230712890625, 674.4837036132812, 363.27667236328125, 636.8875732421875, 892.0157470703125, 1411.95703125]\n", - "11\n", - "1562\n", - "7\n", - "[429.53997802734375, 742.0486450195312, 715.9456176757812, 786.756591796875, 498.3980712890625, 1092.254638671875, 1619.2928466796875]\n", - "7\n", - "1563\n", - "11\n", - "[391.4285888671875, 1045.8741455078125, 877.6156616210938, 3467.89111328125, 3309.582275390625, 401.13934326171875, 2225.916748046875, 4896.3232421875, 3181.60107421875, 1190.839111328125, 602.5933837890625]\n", - "11\n", - "1564\n", - "10\n", - "[361.93499755859375, 488.1849670410156, 601.5130615234375, 369.0465393066406, 400.55194091796875, 599.5001831054688, 423.0125732421875, 722.1226806640625, 573.3483276367188, 654.103515625]\n", - "10\n", - "1565\n", - "11\n", - "[548.4840698242188, 1098.4403076171875, 3483.104248046875, 4440.79150390625, 1279.8642578125, 1616.0684814453125, 3816.558349609375, 4460.65673828125, 3179.7802734375, 1503.5130615234375, 519.0800170898438]\n", - "11\n", - "1566\n", - "11" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[370.1077575683594, 779.3338623046875, 832.9283447265625, 554.990234375, 975.3763427734375, 765.4552612304688, 408.4670715332031, 651.031005859375, 1126.991943359375, 478.8286437988281, 319.2344055175781]\n", - "11\n", - "1567\n", - "15\n", - "[745.509521484375, 937.3619995117188, 1759.332763671875, 1200.4527587890625, 1263.5819091796875, 2595.260498046875, 2616.530029296875, 2101.77978515625, 409.8616943359375, 2177.358154296875, 2221.270263671875, 2329.618408203125, 596.772216796875, 1158.799560546875, 1473.3499755859375]\n", - "15\n", - "1568\n", - "6\n", - "[494.2574157714844, 669.4540405273438, 1291.7591552734375, 676.95068359375, 1527.72998046875, 457.4673767089844]\n", - "6\n", - "1569\n", - "15\n", - "[676.0093994140625, 1363.7347412109375, 960.526611328125, 776.4395751953125, 314.12896728515625, 1656.660400390625, 1836.10986328125, 1455.3323974609375, 572.0068969726562, 302.9512939453125, 811.1063232421875, 678.4616088867188, 862.0582275390625, 852.4591064453125, 616.8179321289062]\n", - "15\n", - "1570\n", - "8\n", - "[316.894287109375, 617.3882446289062, 1581.666748046875, 1573.644287109375, 1119.5101318359375, 785.7650146484375, 999.8997192382812, 523.2306518554688]\n", - "8\n", - "1571\n", - "13\n", - "[946.0542602539062, 338.6036376953125, 887.8740234375, 2747.228515625, 1704.460693359375, 751.1784057617188, 1366.4376220703125, 1227.914794921875, 440.9249267578125, 640.8882446289062, 439.4936218261719, 305.94354248046875, 588.117919921875]\n", - "13\n", - "1572\n", - "10\n", - "[536.1991577148438, 717.0847778320312, 1940.60205078125, 1359.46435546875, 421.6042175292969, 1524.430419921875, 1649.4053955078125, 673.0043334960938, 645.2153930664062, 771.1369018554688]\n", - "10\n", - "1573\n", - "12\n", - "[881.66796875, 1074.0416259765625, 886.0538330078125, 1980.5140380859375, 1017.201171875, 1159.5777587890625, 811.590087890625, 1219.588623046875, 1551.7032470703125, 424.5658874511719, 822.4203491210938, 495.3725280761719]\n", - "12\n", - "1574\n", - "7\n", - "[532.51171875, 1551.5335693359375, 2163.857421875, 334.1839599609375, 799.781005859375, 2272.87841796875, 1622.8853759765625]\n", - "7\n", - "1575\n", - "7\n", - "[537.5347290039062, 734.9608764648438, 1387.53564453125, 1188.623291015625, 1529.9158935546875, 1793.033447265625, 1593.0023193359375]\n", - "7\n", - "1576\n", - "8\n", - "[757.6045532226562, 330.05267333984375, 579.0402221679688, 423.6499328613281, 551.5938110351562, 1590.24169921875, 772.2811279296875, 359.093505859375]\n", - "8\n", - "1577\n", - "8\n", - "[2041.636474609375, 786.0951538085938, 1279.854248046875, 1709.5491943359375, 320.83807373046875, 411.8515319824219, 1079.718994140625, 423.6700439453125]\n", - "8\n", - "1578\n", - "17\n", - "[401.7732849121094, 431.97125244140625, 399.0632629394531, 1221.219482421875, 1092.9637451171875, 668.8670654296875, 596.3331298828125, 939.966552734375, 1016.4423828125, 905.949951171875, 1137.9869384765625, 988.746826171875, 428.1890563964844, 340.8983459472656, 443.16485595703125, 349.67620849609375, 308.2298889160156]\n", - "17\n", - "1579\n", - "11\n", - "[713.9544067382812, 758.5554809570312, 1951.412841796875, 1079.0032958984375, 851.3081665039062, 917.606201171875, 1979.53759765625, 2109.7197265625, 590.1480102539062, 933.2579345703125, 948.516845703125]\n", - "11\n", - "1580\n", - "5\n", - "[563.0918579101562, 1542.067138671875, 1828.026611328125, 1489.8563232421875, 1221.6212158203125]\n", - "5\n", - "1581\n", - "6\n", - "[303.0230407714844, 1134.4307861328125, 1010.5067138671875, 711.2642822265625, 1591.5755615234375, 421.07318115234375]\n", - "6\n", - "1582\n", - "7\n", - "[360.26605224609375, 515.5262451171875, 943.3895263671875, 2148.740478515625, 1134.92138671875, 1806.894287109375, 595.001953125]\n", - "7\n", - "1583\n", - "9\n", - "[326.0325622558594, 392.4407653808594, 668.240234375, 1268.3779296875, 683.218994140625, 540.640625, 813.2135620117188, 875.950439453125, 349.21673583984375]\n", - "9\n", - "1584\n", - "32\n", - "[694.0394287109375, 619.1962280273438, 429.4365234375, 391.46636962890625, 885.7789306640625, 520.8646850585938, 663.5633544921875, 776.6201171875, 1819.2257080078125, 851.7651977539062, 798.8134155273438, 1256.96044921875, 890.9393920898438, 1977.43505859375, 1451.8350830078125, 1524.782958984375, 1220.3988037109375, 482.9627380371094, 380.1425476074219, 2887.094970703125, 1233.5986328125, 874.8672485351562, 2120.623779296875, 891.3516235351562, 2278.01220703125, 361.6686706542969, 1875.0791015625, 1223.683349609375, 865.3349609375, 606.6552734375, 442.06182861328125, 363.88214111328125]\n", - "32\n", - "1585\n", - "8\n", - "[423.71630859375, 730.9270629882812, 588.1507568359375, 926.1996459960938, 2112.404541015625, 1074.41015625, 1345.4864501953125, 533.5297241210938]\n", - "8\n", - "1586\n", - "10\n", - "[620.7525634765625, 339.60992431640625, 1095.6510009765625, 2873.1123046875, 1448.38720703125, 1373.6383056640625, 2516.388671875, 837.6099243164062, 436.41143798828125, 583.740966796875]\n", - "10\n", - "1587\n", - "7\n", - "[938.4671630859375, 1905.6080322265625, 771.9049072265625, 1240.4544677734375, 1389.04833984375, 573.8016357421875, 825.089599609375]\n", - "7\n", - "1588\n", - "14\n", - "[676.6821899414062, 1099.057861328125, 479.7691650390625, 390.67578125, 1302.8336181640625, 2239.25244140625, 1987.9407958984375, 769.1066284179688, 381.3070373535156, 1551.5035400390625, 1887.628173828125, 1970.5341796875, 730.1427001953125, 960.7730102539062]\n", - "14\n", - "1589\n", - "12\n", - "[378.9037170410156, 301.8558654785156, 307.6983337402344, 389.9361877441406, 787.3834228515625, 1014.4078979492188, 439.57476806640625, 636.8638916015625, 1301.5704345703125, 2474.292724609375, 2565.107421875, 557.0118408203125]\n", - "12\n", - "1590\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[485.8841552734375, 1518.4429931640625, 2163.735107421875, 1230.58349609375, 514.0525512695312]\n", - "5\n", - "1591\n", - "21\n", - "[557.805908203125, 1603.81005859375, 1844.1396484375, 486.8925476074219, 477.39764404296875, 1985.83935546875, 1832.774658203125, 1771.4537353515625, 779.1515502929688, 1706.5582275390625, 2789.629150390625, 2541.015869140625, 879.2261352539062, 370.48406982421875, 987.3331909179688, 1742.8863525390625, 1705.0721435546875, 363.8665771484375, 796.1945190429688, 942.4229736328125, 333.0421447753906]\n", - "21\n", - "1592\n", - "7\n", - "[655.0394287109375, 1427.8607177734375, 431.25335693359375, 1019.764892578125, 1473.0672607421875, 1146.4384765625, 339.3135681152344]\n", - "7\n", - "1593\n", - "6\n", - "[801.3143920898438, 531.3021850585938, 713.3893432617188, 2567.366943359375, 431.0462341308594, 492.15087890625]\n", - "6\n", - "1594\n", - "6\n", - "[755.566162109375, 1424.3182373046875, 2762.39208984375, 1506.436767578125, 1021.7783203125, 457.6078796386719]\n", - "6\n", - "1595\n", - "6\n", - "[491.7732238769531, 854.8580322265625, 587.5435791015625, 1142.640869140625, 1518.093017578125, 653.7763061523438]\n", - "6\n", - "1596\n", - "12\n", - "[940.6568603515625, 2281.490478515625, 1309.546875, 1107.6689453125, 2670.522216796875, 2425.498291015625, 1002.356689453125, 1932.7364501953125, 2158.329833984375, 476.8853759765625, 797.6305541992188, 428.0291442871094]\n", - "12\n", - "1597\n", - "12\n", - "[708.3178100585938, 390.4892883300781, 929.86669921875, 1549.2308349609375, 1497.1729736328125, 918.2769165039062, 731.535400390625, 1270.59814453125, 2172.465576171875, 2179.84033203125, 735.6202392578125, 514.9935302734375]\n", - "12\n", - "1598\n", - "8\n", - "[519.2737426757812, 668.794189453125, 881.0060424804688, 968.8751831054688, 1631.8739013671875, 542.5680541992188, 410.7291564941406, 717.2850341796875]\n", - "8\n", - "1599\n", - "7\n", - "[677.1085205078125, 909.8628540039062, 927.9920043945312, 1401.7801513671875, 557.6582641601562, 329.7867126464844, 1304.785400390625]\n", - "7\n", - "1600\n", - "6\n", - "[621.7155151367188, 1504.23095703125, 756.4583129882812, 740.1220092773438, 1153.5350341796875, 1037.43017578125]\n", - "6\n", - "1601\n", - "947\n", - "[480.85931396484375, 1116.9736328125, 2140.118896484375, 2458.8037109375, 804.7839965820312, 1976.1510009765625, 2890.65087890625, 2226.834716796875, 2581.477294921875, 3043.439208984375, 1062.53076171875, 1803.7545166015625, 694.6783447265625, 1194.678955078125, 1066.851806640625, 343.084228515625, 850.9957885742188, 497.0500183105469, 1722.789306640625, 714.5816650390625, 637.6214599609375, 551.1766967773438, 339.8653869628906, 999.8439331054688, 419.5395202636719, 486.6581726074219, 404.71832275390625, 387.7997741699219, 1400.2855224609375, 343.0056457519531, 312.1437072753906, 791.031005859375, 312.3294372558594, 526.1401977539062, 656.6461181640625, 389.47393798828125, 510.1691589355469, 485.602294921875, 871.0813598632812, 2450.556396484375, 1531.3634033203125, 376.81866455078125, 305.82550048828125, 738.4437866210938, 1635.0523681640625, 2387.969970703125, 605.438232421875, 700.1477661132812, 1056.828125, 911.59423828125, 411.807861328125, 330.4334716796875, 1888.7083740234375, 759.927734375, 1137.2525634765625, 612.78662109375, 1008.77197265625, 1864.4237060546875, 1321.43603515625, 309.4007263183594, 1873.6722412109375, 1855.150390625, 463.461669921875, 703.9263305664062, 1532.428955078125, 2518.9130859375, 1357.6514892578125, 1544.162841796875, 456.3565368652344, 2489.49853515625, 1845.80517578125, 712.9053955078125, 691.37939453125, 1028.033935546875, 1669.260009765625, 1481.2586669921875, 1515.865234375, 1652.668701171875, 332.8197937011719, 3393.60302734375, 707.5408935546875, 1184.320556640625, 2827.877197265625, 2674.369873046875, 391.865966796875, 557.75146484375, 1385.36669921875, 2700.04345703125, 3475.398193359375, 2078.76806640625, 376.2044982910156, 1504.623046875, 949.6302490234375, 2152.730224609375, 877.2424926757812, 778.21435546875, 660.2793579101562, 3617.543701171875, 3718.72900390625, 2695.314453125, 965.6239624023438, 822.8272705078125, 662.4754638671875, 1297.4666748046875, 2001.47021484375, 906.66845703125, 1780.1683349609375, 1298.365234375, 607.535400390625, 1063.9036865234375, 2710.955810546875, 2312.736328125, 3061.647705078125, 1230.56787109375, 2792.334228515625, 869.7500610351562, 396.28741455078125, 611.83544921875, 1883.8280029296875, 2650.62109375, 2222.6259765625, 1681.33154296875, 582.2752685546875, 320.2981872558594, 1064.72021484375, 2123.165283203125, 729.4776000976562, 512.5267944335938, 1044.7301025390625, 1773.282958984375, 646.0511474609375, 597.0499877929688, 918.070068359375, 781.94189453125, 2430.173583984375, 2458.209716796875, 618.8765869140625, 546.26416015625, 1919.4197998046875, 1613.112548828125, 2093.989990234375, 578.4598999023438, 476.2344970703125, 1284.7978515625, 2480.970458984375, 2047.6680908203125, 457.1177062988281, 433.8171691894531, 2729.437744140625, 1181.3697509765625, 2119.4208984375, 1025.359130859375, 485.0692443847656, 1652.708740234375, 1536.6783447265625, 559.6480712890625, 1598.5914306640625, 1728.36962890625, 1090.135009765625, 458.5904541015625, 733.4302978515625, 373.62353515625, 3090.678466796875, 1195.371826171875, 2512.186767578125, 6038.42041015625, 5494.43701171875, 200.24176025390625, 1628.357421875, 1679.405517578125, 5176.216796875, 344.29486083984375, 746.219482421875, 387.8030090332031, 748.2260131835938, 308.5372009277344, 969.8245849609375, 1889.195068359375, 404.2200927734375, 801.1770629882812, 633.6085815429688, 1906.7486572265625, 1070.9310302734375, 2196.6865234375, 6658.26318359375, 6298.06884765625, 1293.2042236328125, 6608.173828125, 2951.255859375, 3796.155029296875, 3181.33251953125, 1440.633544921875, 422.80181884765625, 552.9085693359375, 230.36932373046875, 117.39251708984375, 475.44696044921875, 989.517333984375, 1418.3177490234375, 1481.6282958984375, 4260.408203125, 5766.60546875, 1212.0867919921875, 7563.63916015625, 7083.34423828125, 5572.9814453125, 5012.2255859375, 3364.385498046875, 388.5765380859375, 820.1387329101562, 2062.395263671875, 2994.864990234375, 2072.594482421875, 2038.3753662109375, 2984.6748046875, 3939.295654296875, 2978.775390625, 6240.21337890625, 2744.44873046875, 8234.4814453125, 8259.552734375, 7413.494140625, 5415.9384765625, 3732.4296875, 1637.2064208984375, 386.4789733886719, 1313.9844970703125, 1549.958251953125, 1418.430908203125, 320.9332580566406, 702.10009765625, 1843.000244140625, 3473.8359375, 2645.366455078125, 1249.9012451171875, 2951.75634765625, 6202.12451171875, 6428.25048828125, 4125.57666015625, 2253.851806640625, 8469.9697265625, 8372.541015625, 7664.39013671875, 5931.7978515625, 4042.8671875, 667.5881958007812, 1148.1903076171875, 483.3388671875, 2132.883544921875, 990.061767578125, 1215.21728515625, 1601.8294677734375, 3594.38671875, 3340.9736328125, 138.40145874023438, 83.12806701660156, 2154.544189453125, 4837.62255859375, 6725.48095703125, 2988.790283203125, 4550.03271484375, 11067.33984375, 10024.6416015625, 7530.5546875, 6004.6591796875, 5890.31640625, 3688.02734375, 970.9728393554688, 1343.29638671875, 487.0369873046875, 2675.852294921875, 2249.443603515625, 858.36865234375, 749.1070556640625, 121.77584838867188, 631.8333740234375, 1131.142822265625, 3589.567626953125, 6539.42919921875, 3725.494873046875, 7806.7744140625, 10712.0693359375, 10881.1943359375, 5348.99169921875, 6211.98291015625, 5821.05419921875, 5014.96533203125, 766.3253173828125, 1328.2706298828125, 1750.623291015625, 1709.853759765625, 1287.2120361328125, 896.9519653320312, 1057.681640625, 782.25439453125, 2128.31689453125, 2295.559814453125, 511.3871765136719, 1426.1873779296875, 3132.70263671875, 4201.87548828125, 4258.05078125, 5156.068359375, 6355.50048828125, 3448.296142578125, 9963.869140625, 11181.9287109375, 10130.125, 7174.798828125, 7735.650390625, 6825.93505859375, 5201.70947265625, 4178.13671875, 3386.103759765625, 3415.384765625, 2708.32568359375, 3171.493408203125, 2064.62841796875, 830.5206909179688, 808.2576904296875, 1030.2308349609375, 802.7269897460938, 600.2106323242188, 593.529541015625, 881.4004516601562, 3496.848876953125, 5073.60009765625, 5186.529296875, 7088.4033203125, 6328.728515625, 4030.07763671875, 11174.1845703125, 11040.2626953125, 8355.751953125, 7748.216796875, 7940.03759765625, 7030.099609375, 7412.5947265625, 5388.171875, 3784.818603515625, 3746.358154296875, 3521.96044921875, 1284.9879150390625, 2158.34326171875, 2860.89306640625, 1667.8101806640625, 191.77488708496094, 527.4530639648438, 342.1296081542969, 855.265869140625, 1712.5264892578125, 4138.7353515625, 5556.6875, 7039.53662109375, 7436.09033203125, 6205.56787109375, 13281.86328125, 15533.2421875, 10868.4853515625, 7410.79150390625, 7920.1513671875, 7675.91943359375, 7868.9501953125, 7196.5791015625, 3625.716796875, 3570.508544921875, 3734.426513671875, 3298.8759765625, 2929.6669921875, 2050.159912109375, 566.5745849609375, 122.3349838256836, 213.95834350585938, 125.29405212402344, 409.4495544433594, 315.427978515625, 451.21990966796875, 1184.10888671875, 2196.827880859375, 4687.85693359375, 6483.533203125, 8963.4345703125, 6991.1767578125, 13896.14453125, 22045.125, 24298.470703125, 12203.1513671875, 8055.283203125, 6263.87939453125, 5671.39697265625, 5367.28173828125, 3334.01171875, 2637.3056640625, 2787.635498046875, 2699.61328125, 1889.3798828125, 992.5562744140625, 659.6226196289062, 106.29364776611328, 1469.1558837890625, 1920.330810546875, 1166.7291259765625, 1224.9417724609375, 1359.952880859375, 372.61767578125, 394.7805480957031, 850.8272705078125, 2061.157470703125, 5568.27392578125, 7402.29248046875, 8738.3505859375, 6510.9560546875, 10813.7421875, 16950.830078125, 12992.6689453125, 7462.17138671875, 10768.6455078125, 3796.2666015625, 2729.444091796875, 2619.50244140625, 2158.004638671875, 2348.0341796875, 1081.652587890625, 107.83354949951172, 207.7686767578125, 1524.536865234375, 2117.588623046875, 2927.9384765625, 3875.247314453125, 3152.071533203125, 1623.75439453125, 1087.84228515625, 1312.656982421875, 2263.26318359375, 1698.7161865234375, 304.138671875, 527.4010009765625, 480.289306640625, 2228.038818359375, 3943.73291015625, 5887.296875, 6398.21240234375, 6780.2724609375, 5129.3251953125, 6175.7509765625, 10042.3125, 11674.7939453125, 10928.5703125, 2581.66357421875, 4171.72216796875, 3532.344482421875, 4094.76220703125, 3593.39892578125, 2425.755859375, 2419.349609375, 3212.419189453125, 2090.8388671875, 2790.749755859375, 2225.872314453125, 2441.38720703125, 2250.544677734375, 3022.847412109375, 3171.52294921875, 720.5814819335938, 110.3727798461914, 952.6484375, 2282.2001953125, 950.9135131835938, 763.6066284179688, 3161.388671875, 5819.35400390625, 6315.337890625, 6666.0302734375, 7097.5458984375, 7105.62548828125, 4927.24267578125, 5566.318359375, 6163.54052734375, 5700.1572265625, 2779.15087890625, 4131.21142578125, 4171.68798828125, 3495.25, 3970.528076171875, 2934.204833984375, 259.3787536621094, 77.16654968261719, 876.064697265625, 2751.201416015625, 2865.4287109375, 3650.811767578125, 3251.039306640625, 3732.36962890625, 3286.742431640625, 1975.3564453125, 319.76251220703125, 1213.8033447265625, 899.843994140625, 434.4669189453125, 1526.5023193359375, 890.8233032226562, 1737.6177978515625, 2220.96923828125, 1927.5589599609375, 2504.4267578125, 6336.1611328125, 6792.10400390625, 7118.03515625, 7236.6328125, 4333.291015625, 4079.62158203125, 5787.2509765625, 5055.62353515625, 5636.158203125, 4155.9443359375, 4252.638671875, 4673.1376953125, 3965.8935546875, 2904.067626953125, 1130.2969970703125, 186.87747192382812, 1013.19580078125, 3326.444091796875, 2878.476806640625, 532.8901977539062, 994.5231323242188, 1712.074462890625, 3822.154296875, 2291.02099609375, 970.27685546875, 714.798095703125, 1121.405517578125, 1019.6520385742188, 1331.8111572265625, 1802.0494384765625, 2525.405517578125, 2186.168212890625, 1443.755859375, 1028.3179931640625, 748.6331787109375, 4640.33837890625, 7150.4765625, 7170.8056640625, 3114.013916015625, 1533.994140625, 3076.55908203125, 5927.88525390625, 5327.16259765625, 5745.76220703125, 6508.6376953125, 7120.83837890625, 6449.20458984375, 3648.754638671875, 3802.40576171875, 2166.277099609375, 1115.326416015625, 2081.449462890625, 779.7265014648438, 1404.134765625, 1658.9793701171875, 365.23687744140625, 614.2092895507812, 863.0537719726562, 692.3328247070312, 573.5894165039062, 394.72882080078125, 572.7824096679688, 1944.02978515625, 3078.8427734375, 1043.575927734375, 2490.767333984375, 4423.80859375, 6562.8447265625, 6981.66552734375, 2286.03515625, 2747.826904296875, 1304.3109130859375, 4686.11181640625, 6216.5205078125, 6856.486328125, 6941.37841796875, 7097.16259765625, 6072.26220703125, 4244.97802734375, 3811.373779296875, 3259.828369140625, 1559.5859375, 1556.4434814453125, 1047.06640625, 727.1660766601562, 739.9469604492188, 2093.08935546875, 2209.4560546875, 1749.134521484375, 717.6817016601562, 778.0720825195312, 1325.7164306640625, 1110.109130859375, 301.3747253417969, 555.1946411132812, 1369.972900390625, 85.29900360107422, 519.713623046875, 2750.372802734375, 3210.69287109375, 4136.90673828125, 2229.800537109375, 4432.607421875, 2792.349365234375, 4278.7392578125, 6804.123046875, 6830.26611328125, 6700.27978515625, 6391.07958984375, 5697.62646484375, 4640.60693359375, 4073.501708984375, 3987.3447265625, 4289.29931640625, 4039.779296875, 1653.6800537109375, 708.7919311523438, 637.3041381835938, 370.3665466308594, 850.3768920898438, 939.0064697265625, 1497.9129638671875, 972.8707275390625, 1118.189453125, 1174.07958984375, 834.7355346679688, 327.1421203613281, 188.4989776611328, 601.1235961914062, 262.177978515625, 478.5085754394531, 599.0161743164062, 267.1715393066406, 1933.319091796875, 2732.3603515625, 2892.865234375, 2975.0166015625, 2406.199951171875, 4516.68896484375, 4373.044921875, 3092.493896484375, 3935.222900390625, 6759.08056640625, 6434.369140625, 1696.531005859375, 2295.3427734375, 5070.21435546875, 2581.352294921875, 2034.6480712890625, 3622.536376953125, 4097.42333984375, 3852.7705078125, 2492.34912109375, 766.4721069335938, 461.7346496582031, 1768.525146484375, 2722.447509765625, 2079.227294921875, 312.2827453613281, 351.4897766113281, 1900.97509765625, 2030.9447021484375, 1148.23828125, 189.8738250732422, 205.10647583007812, 802.5340576171875, 889.14794921875, 398.7236022949219, 426.2454833984375, 1241.2640380859375, 2681.6650390625, 3165.434326171875, 3060.48046875, 1715.3529052734375, 4449.83056640625, 4305.9921875, 3966.22509765625, 852.9254760742188, 3164.751220703125, 3643.452880859375, 1526.5924072265625, 523.8880004882812, 1520.094970703125, 1488.939453125, 1044.109130859375, 924.2428588867188, 3250.53173828125, 596.7051391601562, 1753.8553466796875, 1472.9835205078125, 579.970703125, 384.7908630371094, 365.5888671875, 1788.0748291015625, 2257.882568359375, 1261.921142578125, 2065.52490234375, 2381.64892578125, 1607.999267578125, 715.984375, 1522.2122802734375, 1706.5390625, 1333.7305908203125, 194.99066162109375, 1212.560546875, 2722.5224609375, 2530.96240234375, 2708.460693359375, 2468.92626953125, 751.236083984375, 4164.57666015625, 3752.33203125, 4403.96533203125, 3279.234375, 1385.135009765625, 1177.8299560546875, 328.520751953125, 2892.3720703125, 4266.0927734375, 3983.50341796875, 1163.40966796875, 325.6338195800781, 1200.7755126953125, 2089.91357421875, 2180.57958984375, 2086.614990234375, 1155.0439453125, 599.872314453125, 990.570068359375, 303.8506774902344, 1328.4119873046875, 2297.505859375, 2662.460205078125, 2212.3046875, 1684.929931640625, 1971.2205810546875, 900.7610473632812, 747.2066650390625, 1266.2034912109375, 2590.232177734375, 2369.359375, 1008.2049560546875, 348.9942626953125, 1525.4375, 2558.28125, 535.76904296875, 1520.1920166015625, 4278.3447265625, 2058.642578125, 1825.9840087890625, 452.0308532714844, 1349.7259521484375, 2499.075439453125, 3942.939697265625, 1733.589111328125, 872.073486328125, 1380.9195556640625, 1865.845703125, 1296.404052734375, 433.3315124511719, 414.6059265136719, 1234.90869140625, 2411.42041015625, 2642.300048828125, 2512.4228515625, 2062.385498046875, 994.4600219726562, 1729.9052734375, 1884.974609375, 1578.943359375, 688.7637329101562, 363.1106872558594, 753.7078247070312, 1545.7081298828125, 886.3094482421875, 428.4787292480469, 112.6518325805664, 2059.22900390625, 2351.756103515625, 2024.1622314453125, 516.8687744140625, 921.8134155273438, 2684.33740234375, 2409.08056640625, 1406.1453857421875, 361.5740661621094, 386.66265869140625, 1083.2391357421875, 2094.9248046875, 2138.119140625, 2553.26171875, 2654.73974609375, 1056.09619140625, 972.6339721679688, 761.1903076171875, 1490.276123046875, 665.3997192382812, 612.6936645507812, 856.2091064453125, 367.06201171875, 333.6059875488281, 1301.3206787109375, 1510.502197265625, 1543.8017578125, 349.0976867675781, 2273.77392578125, 2497.167236328125, 2110.749267578125, 357.1587829589844, 1013.3018798828125, 408.9481506347656, 1386.3865966796875, 2272.23828125, 2214.343017578125, 2012.4278564453125, 1875.6142578125, 648.1151123046875, 542.35888671875, 1789.2728271484375, 937.0484008789062, 517.9776611328125, 275.9682312011719, 516.3665161132812, 750.06982421875, 496.69183349609375, 1256.4808349609375, 909.888671875, 746.860595703125, 1210.17138671875, 1373.9178466796875, 1104.2686767578125, 1669.047607421875, 1680.814208984375, 619.875244140625, 544.968017578125, 502.5001220703125, 547.4992065429688, 1288.385986328125, 1572.0206298828125, 2774.852294921875, 215.32769775390625, 738.8827514648438, 293.07855224609375, 550.6994018554688, 99.62206268310547, 1130.6331787109375, 2015.734619140625, 787.7305297851562, 554.0983276367188, 459.58990478515625, 580.8529663085938, 586.5050048828125, 328.972900390625, 508.7789306640625, 1222.6588134765625, 457.6709899902344, 1120.1717529296875, 2030.300537109375, 1807.0032958984375, 1361.8935546875, 315.7596740722656, 1594.393798828125, 2140.65087890625, 1902.788330078125, 1147.2264404296875, 810.1812744140625, 587.9365844726562, 230.88902282714844, 586.2172241210938, 130.43096923828125, 991.4408569335938, 2172.87744140625, 2230.5712890625, 653.9989624023438, 301.2885437011719, 1968.3314208984375, 1760.6322021484375, 1431.8177490234375, 795.6470947265625, 470.8509521484375, 130.30712890625, 827.7059936523438, 2196.42333984375, 1644.7274169921875, 1589.998779296875, 1986.5250244140625, 648.27587890625, 1433.317626953125, 533.5890502929688, 410.76690673828125, 1100.404541015625, 503.11492919921875, 1896.077880859375, 3442.57373046875, 1661.967041015625, 1655.5286865234375, 1598.3660888671875, 439.56231689453125, 1069.32861328125, 860.084228515625, 1549.0194091796875, 1516.5177001953125, 1654.3353271484375, 1381.4464111328125, 3029.219482421875, 2702.4697265625, 772.8941040039062, 793.9041748046875, 676.9793701171875, 596.6649169921875, 1180.3663330078125, 498.4317626953125, 1000.4242553710938, 559.4165649414062, 447.5611572265625, 379.9361267089844, 870.6854858398438]\n", - "922\n", - "1602\n", - "8\n", - "[491.93707275390625, 1168.1842041015625, 849.9999389648438, 1201.9173583984375, 1399.9029541015625, 577.0833129882812, 315.1642150878906, 370.9821472167969]\n", - "8\n", - "1603\n", - "5\n", - "[439.9118347167969, 1707.7451171875, 447.09716796875, 1839.520263671875, 609.2406616210938]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "1604\n", - "5\n", - "[1286.426025390625, 1825.480224609375, 1057.3857421875, 742.2415771484375, 1077.0582275390625]\n", - "5\n", - "1605\n", - "13\n", - "[1019.9193115234375, 1009.1383056640625, 447.29736328125, 699.016357421875, 1080.788818359375, 400.5085144042969, 306.90264892578125, 670.8536987304688, 709.6395874023438, 588.8911743164062, 579.2662353515625, 341.3276062011719, 325.1722412109375]\n", - "13\n", - "1606\n", - "12\n", - "[535.5506591796875, 709.980712890625, 330.9423522949219, 1411.472900390625, 496.4324645996094, 337.9410095214844, 442.0498962402344, 352.0838623046875, 328.99920654296875, 395.1392517089844, 515.6296997070312, 446.0875549316406]\n", - "12\n", - "1607\n", - "11\n", - "[463.1052551269531, 760.0280151367188, 1406.7005615234375, 1575.591796875, 827.5263671875, 554.2109985351562, 1631.9571533203125, 1427.9781494140625, 470.4364013671875, 799.2017211914062, 312.4917907714844]\n", - "11\n", - "1608\n", - "12\n", - "[413.71466064453125, 302.7383728027344, 417.65838623046875, 511.87774658203125, 366.0657043457031, 1317.028076171875, 619.0045776367188, 668.00830078125, 833.5279541015625, 432.5541687011719, 325.10943603515625, 382.0400390625]\n", - "12\n", - "1609\n", - "7\n", - "[785.7562255859375, 1096.62158203125, 354.1336669921875, 1027.742431640625, 905.8776245117188, 757.9715576171875, 537.5831298828125]\n", - "7\n", - "1610\n", - "19\n", - "[669.416015625, 1038.33544921875, 644.6013793945312, 754.87744140625, 439.8858642578125, 593.9248046875, 960.6324462890625, 2550.510009765625, 341.9830322265625, 1584.2958984375, 3772.312744140625, 2315.103759765625, 1300.724365234375, 853.8416748046875, 537.937255859375, 2573.954833984375, 2337.12939453125, 410.5272521972656, 534.932373046875]\n", - "19\n", - "1611\n", - "8\n", - "[505.83111572265625, 2288.11572265625, 848.5812377929688, 2447.865966796875, 332.30584716796875, 1567.97021484375, 705.8370971679688, 964.7243041992188]\n", - "8\n", - "1612\n", - "8\n", - "[2706.007080078125, 2316.511474609375, 1080.493408203125, 2307.478759765625, 444.0469055175781, 498.2439880371094, 370.5514221191406, 588.7171630859375]\n", - "8\n", - "1613\n", - "6\n", - "[1651.345458984375, 749.3223266601562, 328.3345947265625, 2297.1025390625, 678.0355224609375, 434.2897033691406]\n", - "6\n", - "1614\n", - "11\n", - "[329.8130187988281, 888.9539184570312, 1251.288818359375, 375.4912109375, 1110.1138916015625, 1616.7100830078125, 438.6394958496094, 995.0650024414062, 1106.5830078125, 540.6536254882812, 348.7210693359375]\n", - "11\n", - "1615\n", - "27\n", - "[1088.9102783203125, 597.2108154296875, 1733.9320068359375, 793.969970703125, 553.828369140625, 1099.512451171875, 1963.517578125, 1349.390380859375, 584.4219970703125, 1342.938720703125, 2652.171630859375, 2230.003662109375, 589.3435668945312, 1230.623779296875, 2532.417236328125, 1965.84033203125, 1622.3751220703125, 1765.056884765625, 353.19793701171875, 596.1846313476562, 2376.777099609375, 1402.2703857421875, 1112.528564453125, 1131.67431640625, 1802.3209228515625, 518.2265014648438, 803.5596923828125]\n", - "27\n", - "1616\n", - "10\n", - "[518.7800903320312, 1796.6884765625, 1472.2391357421875, 375.5572509765625, 380.1741638183594, 2605.06982421875, 2290.53369140625, 1594.8758544921875, 1656.460205078125, 315.4925842285156]\n", - "10\n", - "1617\n", - "26\n", - "[815.1468505859375, 871.1064453125, 971.2540893554688, 905.8480224609375, 486.2464294433594, 858.3687133789062, 1411.491943359375, 1128.27587890625, 462.95013427734375, 510.97900390625, 1200.009033203125, 851.8141479492188, 494.7976989746094, 1912.10986328125, 808.3561401367188, 1195.3973388671875, 1609.23876953125, 1012.0156860351562, 699.402099609375, 431.4940185546875, 1243.1622314453125, 1779.243896484375, 1170.4146728515625, 401.9317321777344, 734.28271484375, 313.4200744628906]\n", - "26\n", - "1618\n", - "6\n", - "[1196.0213623046875, 3122.16552734375, 651.2413940429688, 309.8517150878906, 671.1403198242188, 1501.3990478515625]\n", - "6\n", - "1619\n", - "15\n", - "[624.093505859375, 1723.3226318359375, 1850.962646484375, 1589.6610107421875, 603.5274047851562, 674.679443359375, 2229.225830078125, 2950.16015625, 2126.363525390625, 689.4865112304688, 1031.8394775390625, 1753.3822021484375, 702.1181030273438, 516.2239990234375, 776.0621337890625]\n", - "15\n", - "1620\n", - "6\n", - "[741.7514038085938, 440.07623291015625, 1021.6273193359375, 2023.1279296875, 1134.172119140625, 762.2963256835938]\n", - "6\n", - "1621\n", - "45\n", - "[365.5218505859375, 452.1569519042969, 485.4893798828125, 484.0750427246094, 476.5142822265625, 885.1590576171875, 960.4898071289062, 1145.4061279296875, 1250.0079345703125, 928.2620239257812, 675.2430419921875, 2982.303466796875, 3502.995849609375, 1525.4794921875, 1479.7200927734375, 1796.542724609375, 3792.733154296875, 3789.107666015625, 4689.3203125, 4271.53759765625, 331.5647888183594, 926.1591796875, 2618.056396484375, 4946.19482421875, 4445.939453125, 4162.07861328125, 833.9501342773438, 1456.522705078125, 3969.287353515625, 4071.8681640625, 2323.385009765625, 565.203369140625, 805.7420043945312, 1499.932861328125, 1386.7498779296875, 1315.9090576171875, 367.4670715332031, 375.654052734375, 1181.0400390625, 491.2466735839844, 660.3750610351562, 1239.690673828125, 875.0493774414062, 484.0706481933594, 349.0068664550781]\n", - "45\n", - "1622\n", - "10\n", - "[388.8824157714844, 820.57666015625, 1062.3311767578125, 879.793212890625, 1162.25830078125, 371.9837951660156, 906.6593627929688, 395.2733154296875, 925.1301879882812, 811.7546997070312]\n", - "10\n", - "1623\n", - "6\n", - "[312.63116455078125, 2639.204345703125, 2233.52783203125, 1271.1756591796875, 1382.497802734375, 723.5732421875]\n", - "6\n", - "1624\n", - "23\n", - "[367.5047912597656, 891.3758544921875, 885.1713256835938, 3546.43212890625, 3510.25732421875, 1560.4691162109375, 862.1884765625, 531.1719970703125, 2397.385498046875, 3990.85205078125, 1999.4937744140625, 976.0067749023438, 2659.11572265625, 5097.5302734375, 790.9827270507812, 1607.9803466796875, 657.0914916992188, 691.5418090820312, 3734.8779296875, 1316.9835205078125, 1269.5753173828125, 668.3742065429688, 417.5644226074219]\n", - "23\n", - "1625\n", - "8\n", - "[649.496337890625, 976.677734375, 1607.6373291015625, 1224.0355224609375, 825.0042114257812, 2150.695556640625, 1732.1016845703125, 504.64923095703125]\n", - "8\n", - "1626\n", - "8\n", - "[850.0867919921875, 425.70404052734375, 3312.58203125, 5237.41796875, 2302.9541015625, 784.4011840820312, 1922.7420654296875, 395.6924133300781]\n", - "8\n", - "1627\n", - "10\n", - "[598.9447631835938, 410.6232604980469, 877.5703735351562, 419.8206481933594, 418.84857177734375, 380.18115234375, 1957.105712890625, 364.0373840332031, 1123.55224609375, 377.6210632324219]\n", - "10\n", - "1628\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1792.548095703125, 2081.748291015625, 1005.98486328125, 5531.07470703125, 1207.251953125, 468.9367980957031, 840.780517578125]\n", - "7\n", - "1629\n", - "14\n", - "[352.213623046875, 493.4571533203125, 793.3204345703125, 1037.3536376953125, 1205.0128173828125, 880.164306640625, 379.09033203125, 819.8169555664062, 516.7398681640625, 483.07366943359375, 441.71685791015625, 354.276123046875, 394.57421875, 405.1535949707031]\n", - "14\n", - "1630\n", - "6\n", - "[311.7735290527344, 515.3287353515625, 1937.4752197265625, 2106.0029296875, 326.2995910644531, 1041.08251953125]\n", - "6\n", - "1631\n", - "28\n", - "[654.8018798828125, 506.4333190917969, 2459.671142578125, 446.1969299316406, 559.0784301757812, 1905.5074462890625, 1585.6141357421875, 1155.9937744140625, 314.41644287109375, 447.0101623535156, 3742.0322265625, 5623.96923828125, 430.5523681640625, 1130.9739990234375, 370.7205505371094, 1892.8201904296875, 5092.73876953125, 530.8197631835938, 3621.3525390625, 1079.3162841796875, 449.1746826171875, 2275.17822265625, 2911.64306640625, 971.413330078125, 1888.699951171875, 2944.151123046875, 799.322998046875, 1963.39404296875]\n", - "28\n", - "1632\n", - "16\n", - "[407.7970275878906, 432.11761474609375, 923.621826171875, 2038.952392578125, 959.12060546875, 431.4355773925781, 2349.673583984375, 1891.58935546875, 570.64697265625, 1006.1944580078125, 1434.869140625, 709.0582275390625, 424.0184020996094, 1004.0762329101562, 729.0177001953125, 305.2583923339844]\n", - "16\n", - "1633\n", - "18\n", - "[367.00982666015625, 527.1162109375, 384.4834899902344, 1053.359619140625, 678.9609375, 548.52880859375, 469.9626159667969, 750.0822143554688, 1162.8433837890625, 469.6018981933594, 661.8843994140625, 1950.2650146484375, 3037.054931640625, 2378.68408203125, 484.6867370605469, 622.5142822265625, 1122.883056640625, 494.6698303222656]\n", - "18\n", - "1634\n", - "12\n", - "[561.62744140625, 364.58154296875, 1629.9146728515625, 2008.20068359375, 3312.908203125, 2391.373779296875, 442.1227111816406, 545.5817260742188, 892.6656494140625, 1175.1929931640625, 316.534912109375, 433.8244323730469]\n", - "12\n", - "1635\n", - "14\n", - "[814.2615966796875, 355.6357116699219, 328.0491943359375, 3230.5263671875, 2283.481201171875, 794.692626953125, 1543.1015625, 862.4095458984375, 989.9505004882812, 1349.711669921875, 784.0830078125, 2961.72119140625, 1783.7752685546875, 552.5535278320312]\n", - "14\n", - "1636\n", - "27\n", - "[547.2259521484375, 420.6226806640625, 436.5608825683594, 753.0631103515625, 337.71771240234375, 833.74951171875, 946.6246948242188, 1832.7357177734375, 4566.40673828125, 1024.6905517578125, 1687.4642333984375, 4365.66357421875, 1477.18701171875, 2743.5078125, 5258.11767578125, 810.3251953125, 1607.1015625, 5177.05224609375, 1190.099609375, 696.4951782226562, 528.7576904296875, 4206.55029296875, 3931.854248046875, 1065.6982421875, 1081.60888671875, 925.9281616210938, 847.084228515625]\n", - "27\n", - "1637\n", - "7\n", - "[587.800048828125, 675.1193237304688, 871.5761108398438, 482.1613464355469, 695.77197265625, 915.2636108398438, 827.8018798828125]\n", - "7\n", - "1638\n", - "23\n", - "[598.9702758789062, 498.7052917480469, 859.3302001953125, 497.828125, 492.0269775390625, 516.4288330078125, 851.3526611328125, 1689.69482421875, 1537.25732421875, 1498.9417724609375, 1950.867919921875, 2321.93115234375, 2260.1357421875, 1436.50634765625, 1459.7584228515625, 2191.85205078125, 2225.6962890625, 1065.9007568359375, 564.9883422851562, 326.2446594238281, 940.6388549804688, 1101.3880615234375, 451.04901123046875]\n", - "23\n", - "1639\n", - "12\n", - "[797.0324096679688, 352.41448974609375, 647.8657836914062, 1393.25634765625, 1358.474853515625, 510.25946044921875, 1223.453125, 1681.6446533203125, 1585.100830078125, 355.06927490234375, 1063.9857177734375, 822.8732299804688]\n", - "12\n", - "1640\n", - "11\n", - "[723.6937866210938, 663.4039916992188, 1141.931884765625, 1281.02490234375, 630.47021484375, 942.7492065429688, 1232.92626953125, 477.39495849609375, 402.50018310546875, 469.0799560546875, 662.716796875]\n", - "11\n", - "1641\n", - "9\n", - "[375.1742858886719, 983.9317016601562, 357.7127990722656, 1058.0517578125, 624.2584838867188, 412.9999694824219, 605.6215209960938, 660.8247680664062, 382.0791931152344]\n", - "9\n", - "1642\n", - "11\n", - "[867.9862670898438, 1083.125244140625, 1053.6414794921875, 420.96270751953125, 359.9067687988281, 1060.14697265625, 989.2345581054688, 653.0437622070312, 368.563720703125, 866.9862060546875, 358.6113586425781]\n", - "11\n", - "1643\n", - "15\n", - "[2771.90576171875, 1049.9739990234375, 382.58587646484375, 2709.367919921875, 1697.9349365234375, 692.4356079101562, 811.566162109375, 2217.952392578125, 3889.348388671875, 3194.693603515625, 1066.16015625, 1549.1624755859375, 1009.1045532226562, 2084.042724609375, 1374.706787109375]\n", - "15\n", - "1644\n", - "13\n", - "[316.3149719238281, 828.1939086914062, 330.95928955078125, 1252.197265625, 421.739013671875, 665.67578125, 1178.453369140625, 706.8621215820312, 378.96185302734375, 967.5686645507812, 612.6937866210938, 500.0620422363281, 534.5623779296875]\n", - "13\n", - "1645\n", - "15\n", - "[483.3439025878906, 1345.30859375, 1596.9500732421875, 1156.625, 434.2866516113281, 1691.169189453125, 2110.502197265625, 2100.254150390625, 1232.8712158203125, 400.428466796875, 1152.7454833984375, 1613.8331298828125, 1075.4013671875, 651.8720092773438, 409.2644958496094]\n", - "15\n", - "1646\n", - "7\n", - "[980.838134765625, 1312.35302734375, 360.8504333496094, 582.9971313476562, 826.4210815429688, 1252.4722900390625, 1348.384033203125]\n", - "7\n", - "1647\n", - "8\n", - "[633.7461547851562, 502.48431396484375, 710.0060424804688, 558.94140625, 314.084716796875, 746.8648681640625, 1349.4193115234375, 571.1311645507812]\n", - "8\n", - "1648\n", - "59\n", - "[318.9636535644531, 1227.376220703125, 720.4884643554688, 1710.6322021484375, 1292.0126953125, 1518.3251953125, 1975.1029052734375, 2354.553466796875, 1188.4127197265625, 596.966552734375, 2045.91650390625, 2654.782470703125, 1354.0369873046875, 2567.6728515625, 3070.44384765625, 3063.866943359375, 2747.0625, 2740.980224609375, 2028.3800048828125, 820.6779174804688, 750.4757080078125, 449.23577880859375, 452.29986572265625, 496.6357116699219, 2910.7216796875, 3385.04638671875, 3114.52880859375, 2856.25, 2759.43212890625, 2687.70654296875, 919.8177490234375, 1419.0157470703125, 3273.0458984375, 3137.080322265625, 1868.5908203125, 1408.8267822265625, 1962.1077880859375, 2488.002685546875, 811.9097290039062, 820.3174438476562, 1846.283203125, 2219.42529296875, 406.2075500488281, 331.7183532714844, 489.9236755371094, 1614.556396484375, 2030.2779541015625, 766.2132568359375, 940.2804565429688, 401.62591552734375, 838.7656860351562, 2350.990966796875, 712.9430541992188, 1172.5126953125, 375.5912780761719, 462.2308044433594, 1139.5638427734375, 1343.7491455078125, 1069.1202392578125]\n", - "59\n", - "1649\n", - "13\n", - "[785.92626953125, 619.8670654296875, 1050.635986328125, 1077.2060546875, 818.4559936523438, 470.4371643066406, 452.4747009277344, 1417.0150146484375, 1190.673828125, 416.3736877441406, 767.054443359375, 627.2400512695312, 335.9931945800781]\n", - "13\n", - "1650\n", - "13\n", - "[708.4418334960938, 562.6661376953125, 727.0587158203125, 1521.64990234375, 441.0960998535156, 3042.556884765625, 3084.85791015625, 2210.197021484375, 2309.9501953125, 1545.6884765625, 485.32598876953125, 771.7179565429688, 521.6566162109375]\n", - "13\n", - "1651\n", - "15\n", - "[626.6847534179688, 342.47064208984375, 480.4399108886719, 2134.782470703125, 1682.074462890625, 989.8372802734375, 2506.857666015625, 2165.996337890625, 496.4246520996094, 796.3594360351562, 1323.9407958984375, 1349.2596435546875, 1125.3017578125, 1614.819580078125, 2901.843994140625]\n", - "15\n", - "1652\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[988.2017822265625, 529.7023315429688, 734.1014404296875, 1644.806884765625, 868.9261474609375, 469.5198669433594]\n", - "6\n", - "1653\n", - "5\n", - "[704.774658203125, 1712.8211669921875, 1289.0986328125, 1584.9361572265625, 435.2283020019531]\n", - "5\n", - "1654\n", - "6\n", - "[595.2618408203125, 1225.77392578125, 1931.6019287109375, 1078.5567626953125, 584.8407592773438, 825.16259765625]\n", - "6\n", - "1655\n", - "7\n", - "[339.7684020996094, 631.2107543945312, 1229.5872802734375, 358.6476745605469, 2283.025146484375, 902.5333862304688, 331.777099609375]\n", - "7\n", - "1656\n", - "49\n", - "[449.0115966796875, 399.3173828125, 503.31512451171875, 1738.8349609375, 2156.46142578125, 1198.630615234375, 1030.843017578125, 2306.3837890625, 3099.576904296875, 1832.1363525390625, 1001.9329223632812, 925.3381958007812, 2322.232177734375, 3121.332763671875, 3564.627685546875, 2581.278564453125, 2034.2353515625, 810.3543090820312, 412.661376953125, 2288.932861328125, 2587.288818359375, 1493.8292236328125, 864.8595581054688, 978.9119873046875, 606.0587768554688, 824.3106689453125, 2648.74267578125, 593.3895874023438, 495.67694091796875, 1034.0516357421875, 578.1387939453125, 366.9457702636719, 748.1302490234375, 661.1910400390625, 457.03485107421875, 585.3479614257812, 1511.0052490234375, 1626.0550537109375, 1165.965576171875, 510.6783447265625, 1045.932373046875, 817.8201904296875, 2305.771240234375, 1357.5809326171875, 772.3612670898438, 1850.1336669921875, 1205.56103515625, 351.2769775390625, 501.5733642578125]\n", - "49\n", - "1657\n", - "26\n", - "[456.6523742675781, 933.0093383789062, 1523.4384765625, 1349.5909423828125, 1577.5225830078125, 568.1826782226562, 1304.6259765625, 2194.18310546875, 1546.102783203125, 2571.44091796875, 1877.8421630859375, 1876.3487548828125, 3227.32470703125, 2650.908935546875, 3666.748779296875, 867.9606323242188, 2253.915771484375, 3634.481689453125, 3757.33251953125, 576.319091796875, 1043.3634033203125, 3198.802734375, 2068.550537109375, 502.99468994140625, 347.989013671875, 523.6278076171875]\n", - "26\n", - "1658\n", - "7\n", - "[1256.132568359375, 368.1501159667969, 1216.85888671875, 300.6175537109375, 530.4216918945312, 1010.8952026367188, 1136.9649658203125]\n", - "7\n", - "1659\n", - "23\n", - "[570.9381103515625, 1449.6217041015625, 638.0985107421875, 1060.5894775390625, 776.7586669921875, 1974.448486328125, 1223.307861328125, 310.30078125, 2353.692626953125, 973.3424072265625, 667.962890625, 3011.2138671875, 2915.925537109375, 1230.3206787109375, 372.7253723144531, 643.39404296875, 1736.85986328125, 1665.820068359375, 961.0870971679688, 313.0546875, 1320.36328125, 919.4125366210938, 316.4117736816406]\n", - "23\n", - "1660\n", - "9\n", - "[1076.59912109375, 933.45263671875, 813.6046752929688, 1530.447509765625, 3029.59375, 3692.819580078125, 804.6917114257812, 1836.0711669921875, 902.788330078125]\n", - "9\n", - "1661\n", - "7\n", - "[346.7157897949219, 646.925537109375, 1811.6492919921875, 1331.9232177734375, 561.4669799804688, 1937.3515625, 565.8858032226562]\n", - "7\n", - "1662\n", - "20\n", - "[317.4944152832031, 606.929931640625, 349.5143127441406, 374.75677490234375, 1443.802978515625, 678.0717163085938, 1419.0560302734375, 1220.693115234375, 1102.3572998046875, 456.0402526855469, 1615.4610595703125, 1796.0882568359375, 1895.972900390625, 571.1723022460938, 1224.106201171875, 2542.05615234375, 776.7139892578125, 1552.935791015625, 454.6547546386719, 825.34228515625]\n", - "20\n", - "1663\n", - "29\n", - "[701.8566284179688, 422.6796875, 1129.601806640625, 1024.7703857421875, 2671.051025390625, 863.4234619140625, 2084.1357421875, 3227.80908203125, 3972.460693359375, 2306.55126953125, 368.806640625, 728.7120361328125, 3011.694091796875, 5046.556640625, 5194.68017578125, 2253.222412109375, 312.29095458984375, 377.969482421875, 1340.693115234375, 4547.30859375, 5195.02001953125, 2659.02587890625, 1422.7716064453125, 2450.2685546875, 1517.6812744140625, 821.272216796875, 1424.231689453125, 1501.3807373046875, 682.9395751953125]\n", - "29\n", - "1664\n", - "22\n", - "[523.6327514648438, 300.88934326171875, 1018.310302734375, 438.7168884277344, 1519.921142578125, 433.454833984375, 1155.69287109375, 3021.74853515625, 445.3298645019531, 822.00390625, 335.00152587890625, 1825.1134033203125, 483.4205627441406, 351.3226623535156, 416.7648620605469, 327.41131591796875, 1004.021728515625, 309.10009765625, 428.195556640625, 664.1039428710938, 480.0218811035156]\n", - "21\n", - "1665\n", - "9\n", - "[519.0713500976562, 472.5817565917969, 807.9537353515625, 2044.1109619140625, 1086.7752685546875, 708.203369140625, 1297.2354736328125, 540.1670532226562, 757.0181274414062]\n", - "9\n", - "1666\n", - "20\n", - "[1166.929443359375, 569.8049926757812, 350.3274230957031, 530.5128173828125, 1081.1190185546875, 598.626953125, 1262.07958984375, 2336.805908203125, 1903.902099609375, 529.6112670898438, 901.1965942382812, 1882.999267578125, 2573.894287109375, 1887.7049560546875, 560.70068359375, 396.9548645019531, 366.7088317871094, 933.095458984375, 2026.99658203125, 1107.2022705078125]\n", - "20\n", - "1667\n", - "112\n", - "[454.4856262207031, 379.8465881347656, 818.3041381835938, 479.92236328125, 726.5140991210938, 2381.027099609375, 927.728271484375, 1041.2347412109375, 661.199951171875, 536.152099609375, 179.18722534179688, 542.8156127929688, 4555.04638671875, 1849.257080078125, 620.1939086914062, 1938.2542724609375, 2053.525390625, 1607.637451171875, 2446.778564453125, 3794.057373046875, 6534.77001953125, 6836.68017578125, 7642.18798828125, 5889.11865234375, 3057.041015625, 570.8524169921875, 549.1080322265625, 3020.37744140625, 6511.32568359375, 7883.4404296875, 8364.3720703125, 8274.916015625, 5913.05419921875, 2294.40478515625, 1122.041015625, 2119.62890625, 5903.82666015625, 8225.9296875, 8164.80712890625, 7747.0029296875, 6858.84765625, 6198.7421875, 1919.683349609375, 2260.469970703125, 1794.2384033203125, 1267.425537109375, 1153.4560546875, 1161.1846923828125, 1071.2930908203125, 1201.05712890625, 3298.369384765625, 6819.46044921875, 8308.796875, 8011.57275390625, 7010.8642578125, 6335.59423828125, 6277.431640625, 4180.9765625, 1223.963623046875, 336.4006652832031, 1081.533935546875, 1271.5828857421875, 561.9197998046875, 6457.01123046875, 6142.77001953125, 6799.7373046875, 4055.73681640625, 650.3621215820312, 847.4489135742188, 3644.121337890625, 1926.7877197265625, 876.1658935546875, 875.6275634765625, 1465.3223876953125, 1249.656005859375, 1073.083984375, 4876.33740234375, 1008.3895874023438, 1243.2630615234375, 1463.9498291015625, 3339.321044921875, 1705.968994140625, 2212.56640625, 1732.8524169921875, 725.5853881835938, 4329.65478515625, 1792.598388671875, 2045.9581298828125, 3651.89599609375, 764.0404052734375, 420.3954162597656, 472.4686279296875, 605.1801147460938, 2169.8125, 456.46954345703125, 879.627685546875, 1379.1005859375, 482.73297119140625, 969.3464965820312, 1481.0238037109375, 733.3616943359375, 390.8052062988281, 1132.4801025390625, 1171.26025390625, 388.8998107910156, 402.45025634765625, 303.1688537597656, 359.5251159667969, 499.352294921875, 355.0237121582031, 585.0386962890625, 348.7928466796875]\n", - "112\n", - "1668\n", - "7\n", - "[996.6051635742188, 479.9658508300781, 988.204345703125, 4777.87939453125, 1545.750732421875, 882.3731689453125, 1186.69482421875]\n", - "7\n", - "1669\n", - "12\n", - "[455.92340087890625, 405.012451171875, 2702.66162109375, 1210.4808349609375, 304.02783203125, 494.28717041015625, 908.9466552734375, 431.4417419433594, 1244.724853515625, 1732.86572265625, 2816.74560546875, 1398.100830078125]\n", - "12\n", - "1670\n", - "14\n", - "[333.4513854980469, 309.29583740234375, 1046.352294921875, 1373.6983642578125, 1147.2283935546875, 1421.3533935546875, 1548.1611328125, 458.9448547363281, 1562.6761474609375, 492.63433837890625, 446.2120666503906, 685.7282104492188, 1093.787841796875, 442.8188781738281]\n", - "14\n", - "1671\n", - "15\n", - "[1823.345703125, 1813.871337890625, 1029.1402587890625, 2080.357421875, 4630.611328125, 4099.1669921875, 1175.387939453125, 311.21826171875, 840.6915893554688, 2096.431396484375, 2746.875244140625, 1744.8653564453125, 2861.535400390625, 559.3701782226562, 569.28759765625]\n", - "15\n", - "1672\n", - "18\n", - "[626.0377197265625, 1558.2867431640625, 1700.9591064453125, 300.644287109375, 949.083984375, 2128.019775390625, 2222.96044921875, 1654.973388671875, 730.9979858398438, 306.7217102050781, 735.48779296875, 1108.4344482421875, 1345.0238037109375, 4109.0625, 3373.423095703125, 1017.9280395507812, 1790.4932861328125, 1908.0416259765625]\n", - "18\n", - "1673\n", - "9\n", - "[423.5012512207031, 376.7821044921875, 1530.5, 1110.93603515625, 1033.078857421875, 1798.554931640625, 516.9315185546875, 387.1334533691406, 476.33837890625]\n", - "9\n", - "1674\n", - "6\n", - "[502.5205383300781, 982.4705810546875, 3135.662841796875, 1340.5400390625, 1116.679931640625, 859.764892578125]\n", - "6\n", - "1675\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "92\n", - "[1904.336669921875, 2396.703369140625, 4480.48486328125, 3566.68115234375, 2455.95458984375, 646.7576293945312, 584.3414306640625, 1076.885986328125, 2653.609130859375, 3789.18505859375, 1837.067626953125, 2730.094970703125, 920.7222290039062, 951.5502319335938, 361.7457580566406, 1984.2574462890625, 2306.944091796875, 3903.3525390625, 1452.5194091796875, 581.756103515625, 1279.64208984375, 699.9287719726562, 1690.8134765625, 6284.58837890625, 2920.431640625, 389.73681640625, 610.9525756835938, 1232.4921875, 1518.40380859375, 979.190185546875, 1448.14306640625, 5140.955078125, 6382.54541015625, 3002.710205078125, 337.15350341796875, 1161.139892578125, 1501.106201171875, 1808.697509765625, 5609.501953125, 7545.5029296875, 6525.859375, 5400.22900390625, 315.6199645996094, 301.50592041015625, 852.5155639648438, 1229.3709716796875, 2271.16162109375, 4278.5107421875, 4007.948486328125, 6820.3125, 2228.971923828125, 2406.11181640625, 1060.1190185546875, 3369.90869140625, 4708.1044921875, 2398.72705078125, 4666.541015625, 7104.6953125, 4578.70947265625, 4977.74951171875, 823.9072265625, 840.4607543945312, 1788.5098876953125, 4182.451171875, 5076.1787109375, 6314.87353515625, 5553.88134765625, 4749.8076171875, 5346.45361328125, 4253.56591796875, 1587.5657958984375, 828.9039916992188, 459.6625061035156, 3124.55029296875, 4561.1201171875, 6288.48974609375, 3600.1142578125, 1597.17578125, 3170.748779296875, 4953.49462890625, 389.535400390625, 1464.6036376953125, 2016.1160888671875, 2392.052001953125, 1914.0040283203125, 1177.9954833984375, 1162.18994140625, 1118.034423828125, 1585.3408203125, 1003.598388671875, 911.73876953125, 500.4804992675781]\n", - "92\n", - "1676\n", - "176\n", - "[2112.838134765625, 1740.2625732421875, 477.8573303222656, 2938.043701171875, 2669.349853515625, 829.7737426757812, 1433.0369873046875, 3453.50244140625, 2614.6015625, 593.9839477539062, 2696.489013671875, 2205.462158203125, 2068.631103515625, 3151.463623046875, 1043.2154541015625, 1645.798828125, 2356.31396484375, 591.1776733398438, 1367.566162109375, 4172.1884765625, 4208.287109375, 2800.38671875, 1013.1209716796875, 775.3663330078125, 1270.6614990234375, 1145.6796875, 267.0935974121094, 3058.3046875, 3674.607177734375, 4550.6533203125, 4059.7939453125, 2987.046630859375, 1897.32470703125, 1122.4481201171875, 2473.104736328125, 569.481201171875, 1582.5584716796875, 3856.92919921875, 4324.46875, 4401.90869140625, 3553.732177734375, 3584.80224609375, 3552.620361328125, 3113.798583984375, 2151.020751953125, 399.598388671875, 427.9984130859375, 579.1364135742188, 271.9176330566406, 162.7421417236328, 1288.4652099609375, 3958.694091796875, 4361.78173828125, 4021.904296875, 3591.2265625, 3912.7939453125, 3755.322509765625, 2360.942626953125, 613.0602416992188, 581.4970703125, 377.5902404785156, 2876.17333984375, 4257.0390625, 4399.150390625, 4440.2451171875, 3518.2333984375, 2058.2294921875, 2656.403564453125, 750.3145751953125, 2331.69140625, 2276.44091796875, 3276.7998046875, 1290.8841552734375, 2773.212646484375, 4053.96044921875, 3893.693115234375, 4159.7587890625, 1260.2933349609375, 612.1903076171875, 4589.24560546875, 2861.168701171875, 751.6665649414062, 798.6600952148438, 665.096435546875, 336.39300537109375, 1063.6806640625, 3377.918212890625, 4008.7998046875, 4372.29931640625, 3030.048828125, 2311.855712890625, 2385.011474609375, 2284.158447265625, 2486.0927734375, 2072.64111328125, 3720.037841796875, 4379.6259765625, 4217.72900390625, 1778.364501953125, 2593.57275390625, 740.1874389648438, 1688.1102294921875, 3951.339599609375, 4431.50439453125, 3638.1455078125, 4290.8583984375, 3311.04248046875, 2338.82275390625, 3733.677001953125, 4418.5439453125, 3343.080078125, 3588.328369140625, 4123.9951171875, 4557.4033203125, 4356.63623046875, 412.93109130859375, 1409.349609375, 3149.523681640625, 3976.0224609375, 4434.72314453125, 4609.94189453125, 3867.293701171875, 4019.33154296875, 4645.970703125, 4619.00830078125, 4438.48193359375, 3937.71875, 3307.897705078125, 3934.8671875, 3514.357421875, 478.489990234375, 3380.5185546875, 4010.16748046875, 3616.71435546875, 3796.082275390625, 4079.29931640625, 4542.3359375, 2821.820556640625, 3743.70654296875, 3602.502685546875, 3976.441162109375, 1620.6063232421875, 1036.281005859375, 1510.0260009765625, 2001.9920654296875, 979.1929321289062, 532.0703125, 2806.087890625, 2893.715576171875, 2123.262939453125, 1692.6783447265625, 1890.67724609375, 1073.9334716796875, 784.8084106445312, 1415.2972412109375, 4441.53369140625, 3861.990478515625, 3238.361083984375, 411.6258544921875, 3713.2099609375, 4473.48291015625, 3266.65869140625, 410.9706726074219, 3431.75927734375, 4490.51806640625, 1077.557373046875, 367.4682312011719, 2429.59814453125, 3019.205322265625, 539.2391967773438, 1042.8953857421875, 737.6242065429688]\n", - "172\n", - "1677\n", - "72\n", - "[467.6979675292969, 554.2469482421875, 645.9120483398438, 434.513916015625, 336.2880859375, 1049.8193359375, 2070.79541015625, 1761.8380126953125, 2103.48486328125, 2665.5146484375, 1636.5780029296875, 596.9813232421875, 560.7987060546875, 1818.799560546875, 1972.1600341796875, 1654.6370849609375, 1786.9351806640625, 1794.7916259765625, 366.0350341796875, 2891.0341796875, 4090.971435546875, 5357.37646484375, 4254.5087890625, 1162.2142333984375, 573.2315673828125, 696.8154907226562, 2398.42431640625, 4613.38330078125, 5934.81005859375, 4583.05908203125, 1206.3887939453125, 865.92138671875, 3893.95849609375, 5576.064453125, 5318.822265625, 5772.23291015625, 3783.502685546875, 2128.085693359375, 710.8335571289062, 327.2550048828125, 4090.488037109375, 5758.24072265625, 5277.62548828125, 5305.24267578125, 4616.2509765625, 3142.475830078125, 1198.035888671875, 763.5155639648438, 425.05255126953125, 404.2349853515625, 662.7339477539062, 2438.53857421875, 3992.6259765625, 6255.52978515625, 5943.8779296875, 5308.1943359375, 1542.3123779296875, 354.1889953613281, 570.04736328125, 4187.36376953125, 5649.49951171875, 3212.359619140625, 2348.829345703125, 2824.475830078125, 538.3182983398438, 963.68017578125, 3154.28955078125, 1467.5067138671875, 331.99859619140625, 1470.4755859375, 479.9552307128906, 417.18389892578125]\n", - "72\n", - "1678\n", - "12\n", - "[403.19329833984375, 604.8142700195312, 765.8109130859375, 445.998779296875, 1269.9898681640625, 1254.09033203125, 408.9469299316406, 1029.610595703125, 301.68023681640625, 392.5982360839844, 426.5518798828125, 302.2166442871094]\n", - "12\n", - "1679\n", - "6\n", - "[3198.914794921875, 2964.770263671875, 560.1419677734375, 948.2022705078125, 1661.732421875, 442.8180236816406]\n", - "6\n", - "1680\n", - "18\n", - "[674.9606323242188, 579.6473388671875, 337.52899169921875, 380.78643798828125, 1600.1300048828125, 787.200439453125, 1482.843994140625, 1999.583984375, 2033.735595703125, 620.3031005859375, 811.8411865234375, 1913.564697265625, 1930.50439453125, 1869.1302490234375, 722.4148559570312, 494.6677551269531, 448.67144775390625, 426.4000244140625]\n", - "18\n", - "1681\n", - "6\n", - "[376.7132873535156, 1198.8214111328125, 1334.41796875, 802.3627319335938, 1533.958984375, 938.3905029296875]\n", - "6\n", - "1682\n", - "8\n", - "[723.3427734375, 547.3292846679688, 1206.6881103515625, 420.04534912109375, 962.5830078125, 1202.8212890625, 453.6147766113281, 589.2884521484375]\n", - "8\n", - "1683\n", - "10\n", - "[1054.517822265625, 606.8018798828125, 553.587890625, 650.3193359375, 1645.67724609375, 828.4773559570312, 323.2645263671875, 434.727294921875, 738.8152465820312, 391.35540771484375]\n", - "10\n", - "1684\n", - "9\n", - "[713.542236328125, 981.020751953125, 341.1550598144531, 819.7631225585938, 1350.3978271484375, 694.70654296875, 443.5957946777344, 929.5791015625, 920.436279296875]\n", - "9\n", - "1685\n", - "10\n", - "[959.9757080078125, 1487.8721923828125, 4216.41650390625, 575.5820922851562, 569.920654296875, 1333.958740234375, 4025.87646484375, 2758.216064453125, 444.947509765625, 2027.7425537109375]\n", - "10\n", - "1686\n", - "7\n", - "[435.778564453125, 364.5669860839844, 388.4185791015625, 800.7918701171875, 1429.5167236328125, 1148.7093505859375, 1047.401123046875]\n", - "7\n", - "1687\n", - "13\n", - "[330.73370361328125, 981.4019165039062, 1010.0593872070312, 833.0953979492188, 1581.8883056640625, 1474.2388916015625, 716.9551391601562, 1432.02294921875, 1372.8807373046875, 2045.380859375, 1350.91455078125, 425.0882873535156, 317.45965576171875]\n", - "13\n", - "1688\n", - "8\n", - "[322.8559265136719, 399.2651062011719, 398.80865478515625, 1272.303955078125, 1700.5115966796875, 954.6676635742188, 1082.744384765625, 1725.89794921875]\n", - "8\n", - "1689\n", - "6\n", - "[414.12030029296875, 466.9332275390625, 1645.5936279296875, 661.3906860351562, 1337.20166015625, 1692.6820068359375]\n", - "6\n", - "1690\n", - "14\n", - "[657.4775390625, 303.0756530761719, 526.8917236328125, 988.913818359375, 477.3786315917969, 1164.90576171875, 527.6580200195312, 484.7706604003906, 828.621337890625, 1175.3951416015625, 665.6673583984375, 473.4623718261719, 825.24072265625, 520.1709594726562]\n", - "14\n", - "1691\n", - "11\n", - "[801.8612060546875, 558.7450561523438, 809.1431884765625, 491.4154968261719, 777.2351684570312, 1300.745849609375, 1150.061279296875, 456.94061279296875, 1362.26025390625, 884.3450317382812, 350.92041015625]\n", - "11\n", - "1692\n", - "10\n", - "[680.8410034179688, 1993.17724609375, 2538.061279296875, 1178.669189453125, 346.44891357421875, 1279.545654296875, 1126.2733154296875, 1721.445068359375, 535.92041015625, 330.7827453613281]\n", - "10\n", - "1693\n", - "10\n", - "[1151.5101318359375, 532.9412841796875, 323.4867248535156, 475.39080810546875, 358.4253845214844, 804.6677856445312, 692.8104248046875, 310.73138427734375, 855.8148193359375, 457.8722229003906]\n", - "10\n", - "1694\n", - "27\n", - "[773.9804077148438, 527.1837158203125, 889.7007446289062, 399.0595397949219, 574.8442993164062, 2143.619873046875, 2618.5068359375, 3628.826416015625, 3884.064208984375, 937.654296875, 1911.1820068359375, 1906.795166015625, 1829.891845703125, 799.5537109375, 1698.4173583984375, 1296.5455322265625, 368.2815856933594, 1112.02197265625, 2174.75634765625, 2262.441162109375, 1272.5643310546875, 2141.572998046875, 2702.90234375, 1995.5076904296875, 1479.77001953125, 345.14013671875, 624.512451171875]\n", - "27\n", - "1695\n", - "11\n", - "[1235.5025634765625, 543.63427734375, 573.2979125976562, 1659.9849853515625, 1022.5127563476562, 483.8623046875, 1048.5819091796875, 976.5318603515625, 543.8263549804688, 392.6996765136719, 616.9078979492188]\n", - "11\n", - "1696\n", - "5\n", - "[629.7208862304688, 446.5661315917969, 1950.5531005859375, 1541.141845703125, 871.4262084960938]\n", - "5\n", - "1697\n", - "8\n", - "[573.8850708007812, 1491.2794189453125, 897.39794921875, 935.1165161132812, 1940.75048828125, 943.07568359375, 409.2323913574219, 371.93463134765625]\n", - "8\n", - "1698\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[444.96746826171875, 324.3920593261719, 527.349365234375, 1266.290771484375, 1134.484130859375, 482.7122497558594, 1914.857666015625, 917.4347534179688]\n", - "8\n", - "1699\n", - "29\n", - "[856.7700805664062, 431.9201354980469, 1947.8800048828125, 1226.5374755859375, 1418.6390380859375, 2547.29248046875, 1809.6275634765625, 426.3382568359375, 543.1556396484375, 1456.134521484375, 2471.566650390625, 2948.271484375, 745.7362670898438, 1277.0330810546875, 2396.91552734375, 2729.57177734375, 2381.070068359375, 1416.4970703125, 2584.315185546875, 2220.171142578125, 1050.71533203125, 961.2192993164062, 2519.029052734375, 2227.03076171875, 674.4779052734375, 1877.4775390625, 2044.72021484375, 1611.154296875, 1439.280517578125]\n", - "29\n", - "1700\n", - "35\n", - "[325.77081298828125, 311.58544921875, 454.27972412109375, 651.6725463867188, 634.8052978515625, 2037.3641357421875, 302.2533264160156, 345.17181396484375, 750.662109375, 2936.740478515625, 2572.6064453125, 1712.651611328125, 1311.598388671875, 2378.777099609375, 3567.7939453125, 4416.00732421875, 2054.42919921875, 1527.0223388671875, 1086.8848876953125, 403.8247985839844, 378.7527770996094, 360.3301696777344, 1174.911376953125, 3786.893310546875, 4559.12158203125, 2934.062744140625, 1153.880126953125, 408.8746032714844, 956.6153564453125, 1409.78271484375, 467.16094970703125, 864.068115234375, 527.8929443359375, 372.4000549316406, 671.5299682617188]\n", - "35\n", - "1701\n", - "5\n", - "[2110.83984375, 1663.8587646484375, 1059.8988037109375, 1806.767333984375, 926.1471557617188]\n", - "5\n", - "1702\n", - "13\n", - "[348.6375732421875, 440.5226745605469, 1147.4842529296875, 343.8844909667969, 1583.6673583984375, 1964.0987548828125, 1732.599365234375, 1200.006103515625, 489.4396667480469, 1253.8819580078125, 680.8390502929688, 444.82574462890625, 426.2532958984375]\n", - "13\n", - "1703\n", - "33\n", - "[570.4466552734375, 1426.1806640625, 311.219970703125, 1618.705078125, 1786.349609375, 1870.918701171875, 876.0333862304688, 725.900146484375, 336.3559875488281, 415.17803955078125, 396.04510498046875, 1329.5343017578125, 1910.0096435546875, 2786.32763671875, 2107.21435546875, 1795.9090576171875, 1271.310302734375, 1466.608642578125, 399.473388671875, 1078.700439453125, 1687.9251708984375, 1338.794921875, 308.17572021484375, 1055.5560302734375, 1682.0216064453125, 1309.3343505859375, 971.4278564453125, 952.7074584960938, 970.5744018554688, 439.2471923828125, 461.43853759765625, 381.50689697265625, 475.2086181640625]\n", - "33\n", - "1704\n", - "3\n", - "[1956.5250244140625, 2989.17919921875, 1581.0560302734375]\n", - "3\n", - "1705\n", - "10\n", - "[518.1010131835938, 460.2043762207031, 1085.4075927734375, 430.02117919921875, 999.6596069335938, 1379.6732177734375, 1393.142578125, 1348.9447021484375, 307.8900146484375, 468.2801208496094]\n", - "10\n", - "1706\n", - "11\n", - "[1331.75732421875, 465.8091125488281, 980.92041015625, 1004.8118896484375, 457.08734130859375, 1011.8619384765625, 1557.4290771484375, 1233.0926513671875, 448.1368103027344, 833.2024536132812, 496.1024475097656]\n", - "11\n", - "1707\n", - "8\n", - "[624.2882080078125, 314.9859313964844, 1173.553955078125, 854.9454345703125, 896.44873046875, 1146.59814453125, 3917.353271484375, 797.9681396484375]\n", - "8\n", - "1708\n", - "6\n", - "[661.2659912109375, 1742.805908203125, 569.9607543945312, 336.4345703125, 1670.0185546875, 450.7325439453125]\n", - "6\n", - "1709\n", - "4\n", - "[1673.6572265625, 679.7107543945312, 1149.129638671875, 2023.1715087890625]\n", - "4\n", - "1710\n", - "6\n", - "[472.5425109863281, 1015.4608764648438, 1138.60498046875, 1457.331787109375, 390.4041442871094, 611.5374145507812]\n", - "6\n", - "1711\n", - "13\n", - "[1437.2230224609375, 2587.400634765625, 2957.52001953125, 2189.747802734375, 3231.6904296875, 4994.92919921875, 4052.63671875, 1167.67578125, 404.56817626953125, 721.6529541015625, 832.5772094726562, 1339.090087890625, 437.721435546875]\n", - "13\n", - "1712\n", - "43\n", - "[590.3508911132812, 592.0189208984375, 1098.4210205078125, 1019.1608276367188, 311.2842102050781, 3414.24072265625, 395.0402526855469, 356.3085632324219, 336.47308349609375, 482.9876403808594, 1805.0714111328125, 1851.4544677734375, 2284.886474609375, 6166.8291015625, 2430.117431640625, 1794.46826171875, 5096.087890625, 6195.3681640625, 2560.36572265625, 1767.2474365234375, 1326.74951171875, 2458.90673828125, 5014.90087890625, 4484.59814453125, 2512.355712890625, 671.8296508789062, 3251.73291015625, 4252.3486328125, 1545.2757568359375, 454.34613037109375, 390.41168212890625, 301.8957824707031, 585.3619384765625, 664.7470092773438, 1074.2449951171875, 3525.768798828125, 1293.7735595703125, 744.991943359375, 920.50439453125, 568.1607666015625, 582.9942016601562, 452.1940002441406, 452.7242431640625]\n", - "43\n", - "1713\n", - "284\n", - "[319.6531982421875, 396.052734375, 362.8226623535156, 919.0316772460938, 1705.32666015625, 741.72265625, 1246.010986328125, 413.53759765625, 891.6669311523438, 1430.3184814453125, 744.9022827148438, 513.8316650390625, 1703.2366943359375, 4611.84423828125, 473.1728515625, 1728.909912109375, 981.7606811523438, 2621.687255859375, 1411.0667724609375, 4888.2900390625, 2610.25634765625, 1372.642333984375, 2175.343994140625, 897.7827758789062, 1152.537841796875, 897.8920288085938, 1242.061279296875, 3140.55908203125, 553.7227172851562, 4515.5556640625, 391.57940673828125, 2578.578857421875, 2362.982177734375, 2951.761962890625, 1804.9820556640625, 2457.389892578125, 2249.407958984375, 215.92413330078125, 506.83441162109375, 385.4635314941406, 645.0724487304688, 1540.0703125, 3498.70751953125, 2465.65966796875, 2462.83837890625, 422.18304443359375, 437.7456970214844, 1004.88330078125, 317.9220275878906, 479.3736572265625, 682.1317138671875, 926.4812622070312, 2313.67919921875, 370.78057861328125, 566.7189331054688, 1554.771484375, 3798.870361328125, 2821.453857421875, 881.5223388671875, 2152.712890625, 740.6207275390625, 1258.3763427734375, 5660.47265625, 3042.3291015625, 4334.1728515625, 2079.2861328125, 2195.74853515625, 615.3667602539062, 1644.246337890625, 1074.154052734375, 1138.14013671875, 835.7747192382812, 1223.0098876953125, 2064.79736328125, 2143.87890625, 5472.5615234375, 3567.71728515625, 5207.662109375, 1075.986328125, 4109.681640625, 1539.0753173828125, 2251.14306640625, 2172.64404296875, 2500.41943359375, 3008.7099609375, 2455.648681640625, 4395.974609375, 4265.94580078125, 3455.550537109375, 5108.23681640625, 4198.47705078125, 5162.1630859375, 996.2798461914062, 5188.27685546875, 2980.678955078125, 835.7929077148438, 1002.4502563476562, 385.15411376953125, 3098.870361328125, 5761.0751953125, 5009.80029296875, 5337.35107421875, 4551.89306640625, 5003.53857421875, 5630.34228515625, 5467.0703125, 5184.93359375, 2835.5908203125, 3718.2841796875, 4308.45947265625, 1312.5150146484375, 504.8928527832031, 479.5010986328125, 1622.221923828125, 5825.0732421875, 4658.02880859375, 5386.2841796875, 5285.89404296875, 3273.785400390625, 5714.30224609375, 6060.75244140625, 5707.66455078125, 5221.7138671875, 5602.572265625, 5150.853515625, 1376.5982666015625, 617.5570678710938, 3708.24267578125, 4679.26416015625, 1233.5670166015625, 2265.65625, 2837.45947265625, 1262.9814453125, 5793.88720703125, 5987.18017578125, 6013.1484375, 5623.23779296875, 5743.5224609375, 5363.10107421875, 1415.34423828125, 1469.5194091796875, 1790.511474609375, 375.7861633300781, 1730.98486328125, 4109.2626953125, 5812.75048828125, 5549.7744140625, 4334.28173828125, 4852.2197265625, 5096.27783203125, 5646.29931640625, 2926.98291015625, 1257.3570556640625, 520.9227294921875, 2746.7529296875, 3039.29541015625, 5494.0400390625, 5395.0634765625, 5384.21533203125, 2752.03759765625, 4666.66259765625, 5722.4501953125, 4614.107421875, 5438.3173828125, 5187.99169921875, 1396.6932373046875, 1241.2239990234375, 1471.58837890625, 3674.769287109375, 525.3883056640625, 3884.83837890625, 3329.35009765625, 3402.12158203125, 4136.91796875, 5805.17236328125, 5547.8935546875, 5800.3310546875, 5294.8857421875, 5007.06982421875, 2462.814208984375, 1902.502197265625, 5040.251953125, 371.15069580078125, 1132.5762939453125, 2449.544921875, 2978.00927734375, 2727.50146484375, 3314.139404296875, 5012.044921875, 5567.37548828125, 4737.7412109375, 3497.48193359375, 3751.89111328125, 1702.7718505859375, 489.1966552734375, 3139.479248046875, 485.859619140625, 321.1404113769531, 375.78460693359375, 3135.135009765625, 1947.4732666015625, 1152.7623291015625, 2208.240966796875, 112.96761322021484, 580.1641845703125, 533.2454833984375, 603.4869384765625, 785.0761108398438, 1876.2247314453125, 359.125244140625, 1334.352783203125, 1707.208251953125, 372.4498291015625, 1758.46240234375, 635.39501953125, 353.0336608886719, 378.4011535644531, 384.8689270019531, 411.16473388671875, 1515.2548828125, 1415.671875, 1450.7349853515625, 1198.8502197265625, 2093.479736328125, 950.9918823242188, 702.9522705078125, 850.9275512695312, 1007.5589599609375, 2564.27197265625, 1670.4754638671875, 548.4441528320312, 781.2987060546875, 443.74005126953125, 457.506591796875, 1874.5587158203125, 2168.6396484375, 2869.16748046875, 1476.3511962890625, 2254.989990234375, 1222.5609130859375, 818.8670043945312, 1133.251953125, 1932.1412353515625, 473.3567810058594, 352.8008117675781, 615.814697265625, 1936.533935546875, 1669.644287109375, 1915.8868408203125, 2371.5068359375, 648.24560546875, 1632.7493896484375, 961.6873779296875, 529.4916381835938, 493.4576110839844, 1741.9971923828125, 3460.804931640625, 1218.6171875, 893.86328125, 545.5439453125, 461.1838073730469, 1366.42333984375, 1174.124267578125, 1171.6014404296875, 384.6752014160156, 1026.9136962890625, 2655.603515625, 4439.07080078125, 3145.734619140625, 861.1300659179688, 1099.6549072265625, 1006.8673095703125, 477.91748046875, 827.1469116210938, 2130.1787109375, 585.3153076171875, 1200.833740234375, 543.90576171875, 1815.248046875, 1935.67236328125, 524.01708984375, 468.464599609375, 349.25372314453125]\n", - "283\n", - "1714\n", - "5\n", - "[352.4080810546875, 431.8570556640625, 1434.4798583984375, 2193.392578125, 826.39990234375]\n", - "5\n", - "1715\n", - "8\n", - "[332.65069580078125, 357.58538818359375, 322.75323486328125, 1054.5028076171875, 472.1201477050781, 725.5535888671875, 1487.5938720703125, 917.6912231445312]\n", - "8\n", - "1716\n", - "6\n", - "[411.37298583984375, 310.7795715332031, 1519.2559814453125, 2063.605224609375, 504.5653381347656, 525.0196533203125]\n", - "6\n", - "1717\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "26\n", - "[448.43145751953125, 320.8913269042969, 673.1875610351562, 442.2156982421875, 314.9501953125, 716.41748046875, 963.4741821289062, 512.8792114257812, 1202.9913330078125, 1758.2962646484375, 1198.51025390625, 716.7869262695312, 1325.6927490234375, 1867.2996826171875, 1905.8253173828125, 885.028076171875, 542.7880859375, 655.9212646484375, 982.38427734375, 913.6748046875, 1089.5167236328125, 1179.3826904296875, 918.7130126953125, 1198.830322265625, 1188.609619140625, 477.41607666015625]\n", - "26\n", - "1718\n", - "6\n", - "[1372.3387451171875, 1731.4346923828125, 1093.337890625, 2229.900634765625, 679.370849609375, 2211.21826171875]\n", - "6\n", - "1719\n", - "11\n", - "[476.42950439453125, 883.54541015625, 355.6045837402344, 358.4714660644531, 1323.1036376953125, 1048.4244384765625, 499.7457580566406, 682.1522216796875, 1385.4371337890625, 1833.4552001953125, 1044.887939453125]\n", - "11\n", - "1720\n", - "10\n", - "[346.689697265625, 910.7498168945312, 1907.3375244140625, 3124.42431640625, 2776.69287109375, 871.3201904296875, 388.9424743652344, 1521.775146484375, 1192.248046875, 303.068359375]\n", - "10\n", - "1721\n", - "8\n", - "[1022.1073608398438, 907.0093383789062, 965.7789306640625, 1120.1962890625, 1919.6884765625, 2296.552734375, 2002.2962646484375, 519.6594848632812]\n", - "8\n", - "1722\n", - "10\n", - "[772.2633056640625, 857.9039916992188, 2020.1424560546875, 2374.43994140625, 1810.792236328125, 359.33819580078125, 409.0462951660156, 687.4278564453125, 1836.656005859375, 1051.431640625]\n", - "10\n", - "1723\n", - "14\n", - "[1296.7958984375, 511.7843933105469, 436.6321105957031, 422.2626037597656, 1586.707275390625, 1876.7796630859375, 778.2948608398438, 663.5297241210938, 1556.3985595703125, 1483.4708251953125, 311.7619934082031, 869.7512817382812, 464.72698974609375, 433.1771545410156]\n", - "14\n", - "1724\n", - "6\n", - "[678.5703735351562, 2409.806640625, 1409.7041015625, 1706.33837890625, 1113.9517822265625, 349.5694580078125]\n", - "6\n", - "1725\n", - "136\n", - "[500.071533203125, 331.7432861328125, 501.5305480957031, 787.3561401367188, 769.552001953125, 436.3055725097656, 508.21514892578125, 908.875732421875, 1248.5106201171875, 632.9959716796875, 590.7193603515625, 1652.3773193359375, 1252.3199462890625, 2327.54345703125, 560.723876953125, 6411.24658203125, 3710.92431640625, 3846.9921875, 438.077392578125, 643.8758544921875, 3054.0166015625, 2680.366455078125, 4496.92236328125, 4136.7392578125, 533.093994140625, 2208.427978515625, 5192.00439453125, 7906.7333984375, 5154.00244140625, 5045.51904296875, 5691.5400390625, 7522.08740234375, 599.259033203125, 5130.4482421875, 3049.224853515625, 449.0445861816406, 5368.68017578125, 8592.57421875, 9015.1943359375, 8915.236328125, 8284.06640625, 7998.4375, 3439.0966796875, 2793.2841796875, 8501.9287109375, 7773.47119140625, 6551.8935546875, 1179.0928955078125, 7984.041015625, 8972.994140625, 9039.6572265625, 8735.6103515625, 8732.2080078125, 8800.7802734375, 7584.11669921875, 8861.4423828125, 8338.9013671875, 8799.232421875, 4951.81494140625, 1436.1629638671875, 6969.6171875, 8368.349609375, 8815.95703125, 8287.505859375, 7536.9931640625, 8843.6689453125, 8791.2685546875, 8494.7880859375, 8573.89453125, 7924.49853515625, 4477.6005859375, 913.5949096679688, 305.3088684082031, 6453.8291015625, 5864.4052734375, 2966.086181640625, 935.3150634765625, 2817.529296875, 7692.31005859375, 8077.779296875, 5462.4013671875, 6658.2861328125, 2146.16845703125, 1930.7225341796875, 645.6953735351562, 1984.760498046875, 4131.390625, 7518.9287109375, 6590.2744140625, 4089.49755859375, 1582.0054931640625, 715.4166259765625, 2999.08642578125, 842.0593872070312, 2352.31640625, 6372.00537109375, 3107.3486328125, 138.96372985839844, 1987.4664306640625, 544.872314453125, 5965.994140625, 6578.02099609375, 4063.85888671875, 5100.9873046875, 377.22479248046875, 518.8941040039062, 487.82562255859375, 491.3411865234375, 308.5358581542969, 667.5546264648438, 606.2221069335938, 454.1246643066406, 497.4712829589844, 672.639404296875, 4463.64697265625, 2113.244140625, 1471.0426025390625, 414.2120056152344, 771.05908203125, 782.2463989257812, 7087.61181640625, 4953.498046875, 1154.4442138671875, 364.8048095703125, 831.7297973632812, 927.6011962890625, 882.1665649414062, 3331.3427734375, 468.34283447265625, 656.3861694335938, 649.8143310546875, 713.0957641601562, 1352.908447265625, 354.3067321777344, 557.625732421875, 843.7507934570312]\n", - "136\n", - "1726\n", - "86\n", - "[409.23944091796875, 1023.8797607421875, 1567.79736328125, 1052.255615234375, 365.5995178222656, 1059.862060546875, 1020.6011962890625, 367.25164794921875, 1117.0087890625, 1113.7840576171875, 622.4083251953125, 1032.3917236328125, 1474.568359375, 836.105712890625, 438.8800048828125, 426.8021240234375, 799.6309204101562, 1351.62939453125, 2195.641845703125, 2520.1025390625, 1603.869384765625, 411.6637268066406, 1045.4393310546875, 774.4234008789062, 503.28680419921875, 1665.2413330078125, 2227.993896484375, 2460.94970703125, 2431.070556640625, 1939.3074951171875, 419.84222412109375, 833.9122924804688, 431.2274475097656, 467.00189208984375, 977.4820556640625, 1014.1466674804688, 522.5272827148438, 881.9082641601562, 2365.3837890625, 2529.350830078125, 2349.2216796875, 2011.3541259765625, 1475.65869140625, 1073.6279296875, 924.9248046875, 338.04205322265625, 514.9798583984375, 1004.5084838867188, 1737.913818359375, 2285.297119140625, 1912.0938720703125, 2041.4512939453125, 2275.58984375, 1659.222900390625, 1048.2818603515625, 1649.37939453125, 607.6829833984375, 610.73583984375, 1089.79248046875, 1065.5777587890625, 1221.3177490234375, 1817.1588134765625, 2143.36669921875, 1560.6783447265625, 913.5421752929688, 338.31146240234375, 1646.1932373046875, 1611.3140869140625, 357.95977783203125, 485.93963623046875, 542.19873046875, 640.827880859375, 815.1695556640625, 704.1511840820312, 621.8731079101562, 439.84002685546875, 714.3175659179688, 521.31640625, 998.0308837890625, 780.8715209960938, 872.5572509765625, 357.7747802734375, 305.5150146484375, 462.51080322265625, 570.17919921875, 373.1835632324219]\n", - "86\n", - "1727\n", - "6\n", - "[1670.687744140625, 815.503173828125, 1534.237060546875, 1005.9024658203125, 1434.7008056640625, 447.03192138671875]\n", - "6\n", - "1728\n", - "7\n", - "[1109.920166015625, 1065.8111572265625, 322.3486022949219, 577.9586791992188, 1029.0703125, 540.4110107421875, 394.86553955078125]\n", - "7\n", - "1729\n", - "16\n", - "[735.9375610351562, 769.8604125976562, 1426.6982421875, 1961.752197265625, 1242.1593017578125, 303.12689208984375, 317.2230224609375, 1871.8289794921875, 2030.577880859375, 1725.6376953125, 804.728271484375, 349.4932556152344, 503.2492980957031, 519.2843627929688, 985.0984497070312, 393.576171875]\n", - "16\n", - "1730\n", - "33\n", - "[515.0562744140625, 905.9295043945312, 584.3624877929688, 342.18829345703125, 1319.3162841796875, 1121.0364990234375, 958.7194213867188, 664.8569946289062, 2923.89404296875, 2493.111083984375, 3045.932373046875, 1138.6068115234375, 817.398193359375, 653.6107788085938, 1496.9638671875, 3525.716552734375, 4152.66064453125, 3077.737060546875, 1308.3809814453125, 701.8684692382812, 340.1438293457031, 3388.31591796875, 3146.3740234375, 1290.4786376953125, 1009.4066162109375, 1545.100341796875, 2515.17138671875, 320.15460205078125, 1673.931640625, 562.5603637695312, 308.8714599609375, 539.8806762695312, 312.5513916015625]\n", - "33\n", - "1731\n", - "55\n", - "[313.9372253417969, 682.1533203125, 524.9431762695312, 633.8367309570312, 1281.9571533203125, 1060.3753662109375, 604.1328125, 559.8924560546875, 2159.104248046875, 1320.370361328125, 500.728759765625, 4140.7802734375, 5412.79052734375, 7156.505859375, 3471.735107421875, 898.8718872070312, 345.4962463378906, 563.8534545898438, 5202.34228515625, 7488.94287109375, 8055.63671875, 6167.02197265625, 2599.09814453125, 459.9461669921875, 2698.5517578125, 4338.44677734375, 6810.9853515625, 7837.6552734375, 7802.36279296875, 7817.845703125, 6732.63037109375, 5241.18505859375, 2164.01904296875, 1060.0169677734375, 2856.874755859375, 4458.8359375, 3326.17333984375, 5691.54296875, 6062.73291015625, 5327.42236328125, 7833.8271484375, 5049.58154296875, 1524.8988037109375, 659.4160766601562, 459.0359191894531, 793.7568359375, 831.4036254882812, 1570.137451171875, 1460.3580322265625, 1099.58837890625, 1061.990234375, 1311.5240478515625, 301.5553894042969, 756.986572265625, 351.8604431152344]\n", - "55\n", - "1732\n", - "7\n", - "[1188.111083984375, 1481.66845703125, 436.70855712890625, 1075.40966796875, 351.138427734375, 343.36798095703125, 450.9855651855469]\n", - "7\n", - "1733\n", - "15\n", - "[563.5543212890625, 2471.61865234375, 2149.7861328125, 327.50958251953125, 688.4589233398438, 2702.2587890625, 2519.8974609375, 1809.462158203125, 385.0752258300781, 2159.5205078125, 2231.37255859375, 1452.4532470703125, 521.3963623046875, 316.7783203125, 599.6652221679688]\n", - "15\n", - "1734\n", - "8\n", - "[783.5769653320312, 1104.7542724609375, 405.1029968261719, 470.381591796875, 1235.7633056640625, 817.9542846679688, 653.7420043945312, 871.2400512695312]\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1735\n", - "6\n", - "[424.1527099609375, 1158.390380859375, 1121.74462890625, 636.1952514648438, 1464.513427734375, 803.410400390625]\n", - "6\n", - "1736\n", - "25\n", - "[792.1795654296875, 709.6690063476562, 764.7081298828125, 303.8127136230469, 440.3432312011719, 1616.501708984375, 837.1415405273438, 902.1790161132812, 1758.17138671875, 3086.120361328125, 1344.6478271484375, 1160.3037109375, 386.8612060546875, 1844.5963134765625, 1959.7174072265625, 2726.599365234375, 3277.58935546875, 2815.2724609375, 438.49749755859375, 470.74505615234375, 1444.3646240234375, 1982.8282470703125, 993.992431640625, 331.73028564453125, 522.6219482421875]\n", - "25\n", - "1737\n", - "9\n", - "[677.55810546875, 636.9656372070312, 1903.4879150390625, 815.8483276367188, 1165.700439453125, 1797.2740478515625, 477.1738586425781, 457.1432800292969, 603.2042236328125]\n", - "9\n", - "1738\n", - "17\n", - "[428.8468933105469, 431.9671325683594, 457.2911071777344, 548.9129638671875, 931.7008056640625, 1379.783447265625, 705.1365966796875, 373.271728515625, 497.395263671875, 301.3172302246094, 526.3739624023438, 608.6990966796875, 388.0013427734375, 532.5413818359375, 658.6315307617188, 579.3510131835938, 340.0017395019531]\n", - "17\n", - "1739\n", - "4\n", - "[1630.149169921875, 1363.2225341796875, 1277.43994140625, 1175.8717041015625]\n", - "4\n", - "1740\n", - "11\n", - "[377.6342468261719, 597.551025390625, 453.7879943847656, 986.2172241210938, 917.0064086914062, 998.7352294921875, 868.5077514648438, 429.9225769042969, 334.51055908203125, 512.012451171875, 353.61846923828125]\n", - "11\n", - "1741\n", - "21\n", - "[1617.7799072265625, 595.677734375, 674.2596435546875, 1939.0504150390625, 4374.7724609375, 2915.40087890625, 995.6553955078125, 356.78814697265625, 622.0214233398438, 1813.259033203125, 5372.15087890625, 5094.65869140625, 3084.02099609375, 992.5336303710938, 1594.7125244140625, 4113.72119140625, 2967.16064453125, 1313.841064453125, 352.4220886230469, 326.19622802734375, 910.1746826171875]\n", - "21\n", - "1742\n", - "12\n", - "[1195.1275634765625, 1865.6029052734375, 321.4532775878906, 395.96514892578125, 1476.271240234375, 2406.037109375, 2205.644287109375, 624.9088134765625, 418.9904479980469, 590.9667358398438, 891.7308349609375, 868.5153198242188]\n", - "12\n", - "1743\n", - "70\n", - "[513.3598022460938, 571.66748046875, 472.0585021972656, 447.9803771972656, 368.4400329589844, 811.0357055664062, 864.306396484375, 854.2720947265625, 574.3829345703125, 474.3588562011719, 811.8326416015625, 812.4182739257812, 852.7151489257812, 903.9732666015625, 372.8590393066406, 310.2531433105469, 306.5914001464844, 779.0972290039062, 851.1637573242188, 872.482177734375, 840.5695190429688, 810.5238037109375, 680.14404296875, 518.2999267578125, 681.9656982421875, 596.0232543945312, 893.22412109375, 897.3212280273438, 872.2755737304688, 376.5337219238281, 1271.7052001953125, 3100.24072265625, 2574.467041015625, 5366.46728515625, 4444.94921875, 1005.0780639648438, 3216.02099609375, 2678.76318359375, 544.5686645507812, 489.7843933105469, 2846.99462890625, 8010.8984375, 8608.0712890625, 6445.2451171875, 160.7190704345703, 5053.58935546875, 6764.2841796875, 5403.86328125, 1503.328857421875, 8545.7001953125, 7465.82177734375, 6751.38134765625, 6178.34765625, 482.5783996582031, 397.10455322265625, 5958.24365234375, 4380.34765625, 2992.125244140625, 4656.869140625, 6001.03564453125, 3825.34423828125, 487.1570739746094, 5376.703125, 1837.294189453125, 1203.034912109375, 1774.4478759765625, 5575.94677734375, 1561.51416015625, 2923.088623046875, 2977.99560546875]\n", - "70\n", - "1744\n", - "4\n", - "[648.8130493164062, 1395.2874755859375, 1904.2735595703125, 1288.1947021484375]\n", - "4\n", - "1745\n", - "11\n", - "[350.6075744628906, 358.5270690917969, 1951.177978515625, 1105.893798828125, 325.9723205566406, 2041.7183837890625, 4590.83349609375, 3211.80859375, 1370.01123046875, 2279.600341796875, 715.8065185546875]\n", - "11\n", - "1746\n", - "14\n", - "[500.121826171875, 409.0522766113281, 1090.9730224609375, 1536.31005859375, 870.4308471679688, 1674.8157958984375, 2194.4150390625, 1768.2447509765625, 650.1055908203125, 2027.5140380859375, 2265.720703125, 774.49267578125, 450.5967712402344, 310.89398193359375]\n", - "14\n", - "1747\n", - "54\n", - "[533.3598022460938, 850.0609741210938, 444.0323181152344, 2632.174072265625, 1724.9083251953125, 1702.256591796875, 3581.097412109375, 716.4004516601562, 335.466796875, 612.7078247070312, 3063.716552734375, 3563.938232421875, 953.8450927734375, 333.97052001953125, 938.0200805664062, 373.8715515136719, 353.61444091796875, 2826.17626953125, 4025.759765625, 1930.27001953125, 966.5145263671875, 757.4483642578125, 329.6932678222656, 1110.780517578125, 2288.820556640625, 3610.565673828125, 3780.385986328125, 3817.390380859375, 585.2830810546875, 1039.4595947265625, 1031.8499755859375, 3731.26904296875, 4178.6513671875, 4596.37353515625, 2168.865478515625, 554.6832885742188, 397.77606201171875, 3066.599609375, 4012.2177734375, 2074.373291015625, 771.7731323242188, 1977.8853759765625, 3204.399658203125, 1353.861328125, 601.2620239257812, 3968.291015625, 1964.990966796875, 545.4531860351562, 556.424072265625, 1247.6019287109375, 636.5682983398438, 1557.372314453125, 651.6290283203125, 951.275634765625]\n", - "54\n", - "1748\n", - "9\n", - "[565.9698486328125, 434.626220703125, 793.3345336914062, 1103.1339111328125, 873.4768676757812, 449.3838195800781, 454.8584899902344, 680.5142822265625, 435.9857482910156]\n", - "9\n", - "1749\n", - "13\n", - "[542.5249633789062, 625.2279663085938, 413.5896911621094, 520.233154296875, 843.8873291015625, 693.3692626953125, 1234.668212890625, 340.36163330078125, 656.5401000976562, 1007.9175415039062, 1320.871337890625, 315.1819763183594, 319.64697265625]\n", - "13\n", - "1750\n", - "13\n", - "[326.765869140625, 420.29833984375, 728.8335571289062, 336.0564270019531, 1316.0426025390625, 962.6860961914062, 706.5728149414062, 1324.7412109375, 962.9859008789062, 1822.876220703125, 978.6116333007812, 970.7462158203125, 710.2640991210938]\n", - "13\n", - "1751\n", - "5\n", - "[1831.3787841796875, 1808.576171875, 1459.8448486328125, 2001.2218017578125, 878.97607421875]\n", - "5\n", - "1752\n", - "8\n", - "[879.1874389648438, 15240.2587890625, 451.15045166015625, 6797.04296875, 1438.2825927734375, 3037.113525390625, 8882.2294921875, 651.6233520507812]\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1753\n", - "55\n", - "[341.3709411621094, 743.73193359375, 866.7238159179688, 431.80010986328125, 1328.1175537109375, 796.1644897460938, 540.4287719726562, 1724.71435546875, 3349.922119140625, 1898.7882080078125, 1723.028076171875, 2331.28955078125, 1098.742919921875, 696.047119140625, 1556.0028076171875, 2152.12939453125, 1976.1959228515625, 1507.612548828125, 3181.6162109375, 3225.54248046875, 2115.728271484375, 300.09234619140625, 1658.9727783203125, 3015.627197265625, 3461.110595703125, 3444.535400390625, 3240.900146484375, 1972.9769287109375, 1785.519287109375, 855.8070068359375, 1666.78955078125, 2807.26806640625, 3507.440185546875, 3621.20166015625, 3037.560791015625, 2036.6973876953125, 535.4832153320312, 656.7698974609375, 3385.5625, 3896.369873046875, 3872.91162109375, 2749.666259765625, 727.7791748046875, 407.7901916503906, 1192.3634033203125, 3526.541015625, 2744.2490234375, 521.8746948242188, 2344.843017578125, 829.8902587890625, 341.99737548828125, 1584.3465576171875, 663.7120361328125, 512.8916625976562, 402.3334045410156]\n", - "55\n", - "1754\n", - "23\n", - "[775.6550903320312, 333.1588439941406, 467.9449462890625, 1000.3662719726562, 776.065673828125, 340.7347717285156, 1512.3077392578125, 3562.051025390625, 1899.5333251953125, 1662.87646484375, 360.5220947265625, 2100.945068359375, 3742.607177734375, 1743.3182373046875, 3007.261962890625, 652.5391845703125, 873.7113647460938, 1002.2242431640625, 1384.9693603515625, 951.7228393554688, 546.315185546875, 454.87115478515625, 573.0820922851562]\n", - "23\n", - "1755\n", - "19\n", - "[440.09686279296875, 512.7605590820312, 869.0374145507812, 451.1302795410156, 1302.440673828125, 2489.63134765625, 1923.481689453125, 1344.0228271484375, 796.3521118164062, 334.7361755371094, 1946.442626953125, 2304.47314453125, 1022.3334350585938, 322.3194580078125, 442.7828674316406, 780.493408203125, 1434.1153564453125, 318.9951477050781, 431.36663818359375]\n", - "19\n", - "1756\n", - "119\n", - "[852.2686157226562, 847.8817749023438, 1713.6688232421875, 1209.06298828125, 1260.8212890625, 380.22637939453125, 436.50579833984375, 515.80126953125, 1425.1365966796875, 3584.524169921875, 569.9891357421875, 406.9838562011719, 752.169189453125, 374.6320495605469, 1076.61376953125, 1074.1727294921875, 940.695068359375, 1376.17333984375, 3631.61376953125, 5257.5234375, 5977.0830078125, 7158.416015625, 6892.3056640625, 6774.79833984375, 5677.37060546875, 4008.933349609375, 512.2750854492188, 2165.99072265625, 688.1285400390625, 889.5830078125, 683.8724975585938, 651.7908935546875, 2629.53076171875, 3617.97607421875, 4817.10546875, 6521.1474609375, 7084.71630859375, 7057.99169921875, 7577.10595703125, 7577.349609375, 7422.70703125, 7094.09912109375, 5177.2353515625, 3633.532958984375, 2299.30126953125, 3816.14208984375, 749.1685791015625, 915.5405883789062, 2407.1513671875, 5748.41259765625, 4990.77294921875, 7455.09033203125, 7520.3056640625, 7498.5166015625, 5973.3056640625, 1513.6953125, 623.78857421875, 1775.7467041015625, 834.7670288085938, 2556.194091796875, 1148.518310546875, 826.7473754882812, 5917.16064453125, 5746.04443359375, 6165.2666015625, 6603.78857421875, 7186.80126953125, 7335.96826171875, 3632.329833984375, 1081.9443359375, 628.3875122070312, 1411.514404296875, 896.2357788085938, 915.337158203125, 570.5877075195312, 335.84722900390625, 429.2829895019531, 446.0821228027344, 563.927490234375, 2116.325439453125, 7021.09228515625, 7215.734375, 4875.89306640625, 6831.552734375, 5813.392578125, 5642.24560546875, 1996.146240234375, 802.2771606445312, 634.3863525390625, 574.469970703125, 442.65496826171875, 1231.230224609375, 720.1395874023438, 416.3141174316406, 861.6903076171875, 2451.37353515625, 2988.29296875, 2344.052490234375, 544.44287109375, 1412.0223388671875, 542.8685302734375, 1567.3197021484375, 3209.047607421875, 2858.163330078125, 4224.2451171875, 1446.560302734375, 386.4967956542969, 640.9702758789062, 368.28253173828125, 302.9315185546875, 374.1434020996094, 1572.7440185546875, 1760.8726806640625, 520.6903076171875, 363.9839172363281, 1926.878662109375, 383.613525390625, 745.2028198242188, 1018.845703125]\n", - "119\n", - "1757\n", - "16\n", - "[674.210205078125, 680.177001953125, 536.7614135742188, 933.2198486328125, 1237.5186767578125, 995.7487182617188, 505.2288513183594, 1122.38330078125, 492.1968994140625, 523.3861694335938, 478.6454162597656, 470.05511474609375, 744.056396484375, 483.67498779296875, 505.854736328125, 496.49432373046875]\n", - "16\n", - "1758\n", - "12\n", - "[360.0804443359375, 605.1787719726562, 391.3700256347656, 583.6842651367188, 615.9380493164062, 625.7494506835938, 530.3787841796875, 569.5521240234375, 536.3901977539062, 536.0624389648438, 452.9941711425781, 300.51519775390625]\n", - "12\n", - "1759\n", - "8\n", - "[685.7410888671875, 917.12109375, 452.0442810058594, 309.7266845703125, 1323.320068359375, 841.94775390625, 989.6582641601562, 354.4856872558594]\n", - "8\n", - "1760\n", - "9\n", - "[509.3663024902344, 427.7969665527344, 339.3434143066406, 419.2173156738281, 1174.7744140625, 977.5755004882812, 639.6903686523438, 335.9092102050781, 614.8729858398438]\n", - "9\n", - "1761\n", - "10\n", - "[473.2239990234375, 827.9756469726562, 2029.84033203125, 594.7365112304688, 784.1041259765625, 1289.1019287109375, 1308.580322265625, 856.2694702148438, 371.28594970703125, 543.8334350585938]\n", - "10\n", - "1762\n", - "11\n", - "[392.3785705566406, 560.1351318359375, 593.475341796875, 852.1096801757812, 376.49530029296875, 1641.4583740234375, 2423.073486328125, 741.16455078125, 1560.2822265625, 678.7869873046875, 331.674560546875]\n", - "11\n", - "1763\n", - "5\n", - "[3499.1962890625, 564.7033081054688, 1065.9573974609375, 685.5811767578125, 2864.543701171875]\n", - "5\n", - "1764\n", - "11\n", - "[394.27850341796875, 557.7366943359375, 413.1853332519531, 453.140625, 946.1192016601562, 1460.6429443359375, 425.25531005859375, 331.0101623535156, 1192.2672119140625, 832.945556640625, 1227.7332763671875]\n", - "11\n", - "1765\n", - "12\n", - "[340.7606201171875, 626.5435180664062, 676.023193359375, 2019.2843017578125, 1702.134521484375, 330.9681091308594, 390.5138854980469, 1742.319091796875, 1810.7025146484375, 1255.9342041015625, 456.9079284667969, 579.7642822265625]\n", - "12\n", - "1766\n", - "11\n", - "[330.63372802734375, 737.6089477539062, 1991.1136474609375, 2171.016845703125, 1119.6253662109375, 305.7076721191406, 1905.1268310546875, 2509.936279296875, 2489.7001953125, 1294.7476806640625, 362.2712097167969]\n", - "11\n", - "1767\n", - "9\n", - "[590.108642578125, 456.152587890625, 431.12982177734375, 759.4749755859375, 511.9326171875, 391.7809143066406, 917.0659790039062, 504.5712890625, 865.3966674804688]\n", - "9\n", - "1768\n", - "3\n", - "[3816.34228515625, 7276.06494140625, 301.0686340332031]\n", - "3\n", - "1769\n", - "16\n", - "[382.7222595214844, 825.9349975585938, 1175.015380859375, 901.2822265625, 2183.5439453125, 2078.6826171875, 708.4885864257812, 417.8237609863281, 1817.63037109375, 2409.359375, 1853.9527587890625, 342.4346618652344, 522.5818481445312, 1593.995849609375, 1041.00634765625, 355.7334289550781]\n", - "16\n", - "1770\n", - "9\n", - "[571.4266357421875, 983.9827880859375, 1245.8458251953125, 423.16717529296875, 1363.0860595703125, 1972.533935546875, 1184.2908935546875, 447.0704650878906, 504.0885009765625]\n", - "9\n", - "1771\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[1980.597900390625, 636.9681396484375, 429.77178955078125, 3864.605224609375, 885.3832397460938, 1481.9310302734375, 1449.94287109375, 395.3242492675781]\n", - "8\n", - "1772\n", - "3\n", - "[1672.9974365234375, 3621.63916015625, 1569.4471435546875]\n", - "3\n", - "1773\n", - "9\n", - "[670.1770629882812, 469.1125183105469, 824.526123046875, 339.13861083984375, 749.1197509765625, 558.6965942382812, 1193.27734375, 601.0916748046875, 605.1572265625]\n", - "9\n", - "1774\n", - "7\n", - "[682.6426391601562, 1497.0546875, 326.54095458984375, 3066.677490234375, 1194.3890380859375, 1119.281494140625, 471.693359375]\n", - "7\n", - "1775\n", - "35\n", - "[318.0648193359375, 1013.6312866210938, 972.0136108398438, 637.1483764648438, 767.2548217773438, 342.1587219238281, 1501.095703125, 2197.824462890625, 2170.571533203125, 1421.3011474609375, 1061.04150390625, 1351.9102783203125, 1483.4716796875, 2387.68212890625, 2664.57080078125, 2469.478759765625, 1451.6671142578125, 351.3432922363281, 1342.3546142578125, 1826.765625, 1577.0159912109375, 2197.66748046875, 1542.1580810546875, 1314.4107666015625, 660.4755249023438, 1708.5936279296875, 1798.0172119140625, 1854.37890625, 758.769287109375, 373.6246337890625, 663.1793823242188, 796.2498779296875, 408.67498779296875, 674.566650390625, 410.6338195800781]\n", - "35\n", - "1776\n", - "9\n", - "[400.1063232421875, 957.44580078125, 1007.2919921875, 815.5045166015625, 1353.3477783203125, 1502.27880859375, 1351.8135986328125, 309.268310546875, 551.8466796875]\n", - "9\n", - "1777\n", - "14\n", - "[902.5238037109375, 639.1753540039062, 470.0888977050781, 1515.29736328125, 2493.431396484375, 2125.890625, 708.2366333007812, 348.9132995605469, 975.8046264648438, 2407.33056640625, 3190.540771484375, 3173.0859375, 2262.372802734375, 522.4571533203125]\n", - "14\n", - "1778\n", - "23\n", - "[383.97900390625, 338.8596496582031, 420.2234802246094, 725.058837890625, 1637.81494140625, 1150.2698974609375, 733.1061401367188, 336.8369445800781, 1009.6614379882812, 1713.9324951171875, 1778.6822509765625, 603.3320922851562, 356.83074951171875, 922.9525146484375, 1446.1177978515625, 1931.444580078125, 805.0795288085938, 1294.1119384765625, 1592.7054443359375, 1097.9190673828125, 1054.2415771484375, 392.53594970703125, 325.52252197265625]\n", - "23\n", - "1779\n", - "6\n", - "[920.6033325195312, 2074.3193359375, 1003.5677490234375, 1818.21923828125, 2107.66552734375, 618.9324951171875]\n", - "6\n", - "1780\n", - "6\n", - "[820.2450561523438, 472.29400634765625, 1274.4605712890625, 707.4024658203125, 1623.876220703125, 464.4899597167969]\n", - "6\n", - "1781\n", - "12\n", - "[501.03582763671875, 776.3064575195312, 860.9027099609375, 1066.572021484375, 2152.153564453125, 635.7955932617188, 391.0638122558594, 915.43505859375, 1273.69775390625, 449.4315490722656, 929.5110473632812, 654.60009765625]\n", - "12\n", - "1782\n", - "18\n", - "[638.4107055664062, 951.9281616210938, 548.0046997070312, 1013.01123046875, 2120.924072265625, 772.5970458984375, 1219.254150390625, 1385.964599609375, 599.7322998046875, 785.7804565429688, 698.9369506835938, 2146.591064453125, 1381.0987548828125, 508.83648681640625, 474.10260009765625, 1635.375732421875, 1128.005615234375, 488.7378234863281]\n", - "18\n", - "1783\n", - "32\n", - "[980.4993896484375, 2592.9912109375, 1147.48974609375, 583.069580078125, 1785.6837158203125, 384.0724792480469, 475.9399108886719, 429.64984130859375, 909.820556640625, 4482.88818359375, 582.7883911132812, 573.4375, 474.9198303222656, 3237.92041015625, 5271.7490234375, 2521.08740234375, 904.4781494140625, 568.8863525390625, 374.85894775390625, 750.0252075195312, 392.1744079589844, 5388.033203125, 1980.3585205078125, 384.0479431152344, 1458.393798828125, 2568.515380859375, 329.961669921875, 2691.051025390625, 2005.8804931640625, 668.722412109375, 310.86077880859375, 525.8600463867188]\n", - "32\n", - "1784\n", - "13\n", - "[322.7881774902344, 618.2567749023438, 905.1951293945312, 693.1670532226562, 419.7435607910156, 662.7666625976562, 665.9473876953125, 301.7575378417969, 1267.828369140625, 1002.5952758789062, 725.7786865234375, 326.1537780761719, 325.94140625]\n", - "13\n", - "1785\n", - "8\n", - "[326.207275390625, 2186.951904296875, 1304.9326171875, 1896.3726806640625, 364.32196044921875, 551.4552001953125, 690.4739990234375, 593.2101440429688]\n", - "8\n", - "1786\n", - "7\n", - "[443.4414367675781, 1225.0828857421875, 405.639404296875, 2029.69775390625, 933.3695678710938, 462.6408386230469, 611.58056640625]\n", - "7\n", - "1787\n", - "10\n", - "[356.7957458496094, 561.0966796875, 619.395751953125, 979.0282592773438, 704.7857666015625, 640.1788940429688, 1080.158203125, 676.5050048828125, 625.6129760742188, 424.05816650390625]\n", - "10\n", - "1788\n", - "11\n", - "[666.9893188476562, 1126.13232421875, 720.2310180664062, 1073.5115966796875, 1376.4742431640625, 742.8086547851562, 506.9245910644531, 1379.2630615234375, 742.586669921875, 837.5665283203125, 329.556640625]\n", - "11\n", - "1789\n", - "25\n", - "[847.0254516601562, 1476.5982666015625, 986.345703125, 329.1942443847656, 448.2469482421875, 1693.198974609375, 2436.575927734375, 2210.30078125, 309.428466796875, 1429.07568359375, 2462.357666015625, 2017.7457275390625, 1207.7020263671875, 344.6596984863281, 635.1829833984375, 1600.4735107421875, 348.60699462890625, 394.1339416503906, 662.4933471679688, 571.8158569335938, 779.0924682617188, 546.7111206054688, 717.811279296875, 302.1990051269531, 795.8535766601562]\n", - "25\n", - "1790\n", - "8\n", - "[323.2135009765625, 693.4249877929688, 788.6924438476562, 691.3563842773438, 829.662353515625, 537.6725463867188, 588.7792358398438, 1555.40869140625]\n", - "8\n", - "1791\n", - "6\n", - "[428.4923095703125, 1177.5380859375, 1910.748046875, 606.1835327148438, 456.08636474609375, 534.5938720703125]\n", - "6\n", - "1792\n", - "10\n", - "[554.2716064453125, 364.93951416015625, 541.83203125, 848.7315063476562, 756.24072265625, 394.45782470703125, 700.1237182617188, 451.59405517578125, 750.6141357421875, 762.4764404296875]\n", - "10\n", - "1793\n", - "13\n", - "[335.059814453125, 681.6398315429688, 414.1387634277344, 456.1917724609375, 1353.968017578125, 995.7719116210938, 1355.232421875, 494.6336975097656, 432.79083251953125, 1677.8798828125, 1524.4287109375, 401.9010314941406, 1165.9813232421875]\n", - "13\n", - "1794\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[844.16455078125, 1290.938720703125, 910.6647338867188, 1334.13232421875, 1779.933349609375, 334.0616455078125, 543.6792602539062, 1700.2552490234375, 1015.01171875, 1212.1002197265625, 831.7518310546875]\n", - "11\n", - "1795\n", - "14\n", - "[316.7706604003906, 309.2326354980469, 458.9780578613281, 959.4583129882812, 1142.797607421875, 1144.29931640625, 876.7557373046875, 702.480712890625, 472.5308532714844, 930.9482421875, 893.7380981445312, 907.8310546875, 763.039306640625, 722.9224853515625]\n", - "14\n", - "1796\n", - "148\n", - "[404.59442138671875, 348.8044128417969, 451.7146911621094, 1036.82861328125, 1044.6898193359375, 2291.818603515625, 534.293212890625, 1033.6593017578125, 681.437744140625, 469.1310119628906, 1758.7469482421875, 2077.316162109375, 2504.97509765625, 336.7469177246094, 421.0900573730469, 1627.538818359375, 764.6005249023438, 313.5704345703125, 428.2135925292969, 1797.404052734375, 337.26629638671875, 403.6510925292969, 916.3562622070312, 945.2523193359375, 602.4452514648438, 671.23876953125, 454.9852600097656, 188.56396484375, 172.18605041503906, 324.6127624511719, 665.2076416015625, 600.03369140625, 1018.4253540039062, 739.5941772460938, 304.2721862792969, 588.29248046875, 710.2816162109375, 4026.013916015625, 348.1492919921875, 82.33060455322266, 2854.841796875, 3243.93212890625, 1901.21728515625, 393.2864990234375, 1504.86767578125, 675.77197265625, 432.220947265625, 453.6314392089844, 793.1253051757812, 4720.42236328125, 3643.864013671875, 1976.41845703125, 753.0978393554688, 5004.7568359375, 3401.003662109375, 4923.9013671875, 5891.74951171875, 5066.17724609375, 3998.23974609375, 3960.668701171875, 3958.307861328125, 2083.967529296875, 362.1392517089844, 879.5083618164062, 1338.27294921875, 4741.8779296875, 3644.76123046875, 3246.257568359375, 4740.53125, 5447.0107421875, 5371.5205078125, 3804.305419921875, 1765.8115234375, 801.0738525390625, 728.2864990234375, 1662.2528076171875, 1439.33935546875, 1215.41748046875, 781.9120483398438, 1083.2406005859375, 2548.4736328125, 5646.970703125, 5568.0810546875, 4950.2001953125, 5022.57421875, 4287.9375, 398.1024169921875, 524.9918823242188, 397.5594482421875, 796.0985717773438, 4137.65625, 2032.421142578125, 2938.804931640625, 5670.341796875, 4998.73095703125, 5762.322265625, 5729.51416015625, 3331.3916015625, 2188.09375, 2797.458251953125, 2675.579345703125, 1042.771728515625, 1281.5245361328125, 4613.3115234375, 5820.62060546875, 5462.11962890625, 5899.43994140625, 5759.10595703125, 4550.7109375, 5169.79541015625, 837.3937377929688, 361.8185729980469, 1103.9432373046875, 309.0317077636719, 483.28759765625, 713.4641723632812, 4249.1943359375, 3907.864990234375, 1862.12939453125, 534.6885986328125, 1001.8779296875, 2262.68701171875, 4648.68115234375, 5440.908203125, 5859.3310546875, 5901.8359375, 5387.64990234375, 2665.33984375, 1004.0814208984375, 321.8968505859375, 2473.2939453125, 1816.4964599609375, 3376.528564453125, 3597.617431640625, 4522.783203125, 2899.7607421875, 786.838623046875, 697.4094848632812, 438.4030456542969, 2597.27587890625, 4467.9755859375, 3787.957275390625, 333.5433654785156, 697.9952392578125, 2713.81640625, 511.700927734375]\n", - "146\n", - "1797\n", - "10\n", - "[524.3401489257812, 945.1610107421875, 332.12451171875, 1419.2574462890625, 1733.1307373046875, 878.93994140625, 1017.3604736328125, 1418.30126953125, 428.5410461425781, 800.1397094726562]\n", - "10\n", - "1798\n", - "14\n", - "[542.3566284179688, 389.8367614746094, 426.5122985839844, 1635.03076171875, 346.1202392578125, 513.5491943359375, 341.1899719238281, 387.41802978515625, 370.5999755859375, 594.1546020507812, 524.5462646484375, 347.4302978515625, 387.3808898925781, 362.1663818359375]\n", - "14\n", - "1799\n", - "12\n", - "[1450.2479248046875, 1251.661865234375, 668.4837646484375, 2907.3701171875, 3749.8564453125, 1661.0582275390625, 1805.155517578125, 2380.78955078125, 2512.3779296875, 1679.8363037109375, 1986.5382080078125, 323.1004943847656]\n", - "12\n", - "1800\n", - "39\n", - "[756.12646484375, 1345.77392578125, 710.4315185546875, 1597.9715576171875, 3345.7734375, 2801.200439453125, 1474.562255859375, 1459.2344970703125, 3904.359619140625, 816.785400390625, 748.0679321289062, 410.4958190917969, 1368.8118896484375, 4092.47021484375, 3034.845703125, 3165.6923828125, 2747.888671875, 2320.1796875, 613.02099609375, 1079.9930419921875, 2127.442138671875, 843.2671508789062, 474.2150573730469, 1453.5283203125, 1671.353759765625, 1466.419677734375, 1753.7901611328125, 1077.421630859375, 779.3746337890625, 2295.651611328125, 3233.307861328125, 1143.9361572265625, 1174.002197265625, 433.9456481933594, 301.2657470703125, 2139.23779296875, 2919.42333984375, 986.9681396484375, 1110.553466796875]\n", - "39\n", - "1801\n", - "5\n", - "[607.9125366210938, 1636.22509765625, 517.2840576171875, 2305.51025390625, 516.0355224609375]\n", - "5\n", - "1802\n", - "11\n", - "[769.5528564453125, 448.6116027832031, 777.797119140625, 988.838134765625, 534.1602783203125, 431.86749267578125, 423.1632385253906, 755.6668701171875, 552.336669921875, 649.7125854492188, 385.9263610839844]\n", - "11\n", - "1803\n", - "7\n", - "[598.6630249023438, 1431.5626220703125, 1141.3226318359375, 1167.0089111328125, 335.1327819824219, 552.0916748046875, 1419.4013671875]\n", - "7\n", - "1804\n", - "21\n", - "[422.1040954589844, 747.97509765625, 645.4867553710938, 807.10546875, 1449.4954833984375, 1580.375, 830.0347290039062, 634.7846069335938, 308.07598876953125, 366.9722900390625, 323.367919921875, 1748.019775390625, 2036.662353515625, 1157.2904052734375, 1970.724853515625, 2366.384033203125, 1147.5120849609375, 468.3199462890625, 691.8701171875, 1854.1173095703125, 1016.0313720703125]\n", - "21\n", - "1805\n", - "67\n", - "[435.05035400390625, 425.4942321777344, 301.1187744140625, 681.7045288085938, 730.4916381835938, 1776.4798583984375, 1426.63916015625, 404.34820556640625, 3010.59375, 2270.3515625, 612.3992919921875, 533.0046997070312, 1144.141357421875, 2309.970703125, 1817.2801513671875, 2334.677001953125, 2426.773193359375, 998.6781616210938, 1147.112060546875, 3294.406982421875, 1537.782958984375, 4522.53759765625, 5277.63134765625, 2581.931396484375, 3610.573974609375, 467.7750549316406, 1095.2030029296875, 5190.6259765625, 5837.10888671875, 5845.267578125, 3045.741455078125, 2411.578857421875, 319.24761962890625, 418.5026550292969, 628.2379760742188, 486.5720520019531, 2261.614990234375, 3296.35498046875, 4293.73193359375, 4971.75390625, 523.9129638671875, 418.55474853515625, 569.3301391601562, 4717.8935546875, 5633.97216796875, 3764.205810546875, 383.01934814453125, 747.583251953125, 864.4898681640625, 2303.15185546875, 5459.9990234375, 3736.527099609375, 979.7538452148438, 359.363037109375, 426.9248352050781, 717.8173217773438, 3200.0732421875, 3065.654296875, 3069.85009765625, 1073.025634765625, 3152.071044921875, 1727.0849609375, 1880.632080078125, 312.3185119628906, 1356.5303955078125, 895.4871215820312, 2560.157958984375]\n", - "67\n", - "1806\n", - "6\n", - "[2290.423095703125, 1938.561279296875, 1161.121826171875, 541.5904541015625, 417.11669921875, 364.4703674316406]\n", - "6\n", - "1807\n", - "16\n", - "[421.2033996582031, 527.3164672851562, 1095.50390625, 320.9372863769531, 519.9177856445312, 496.6976318359375, 670.8694458007812, 766.8515014648438, 636.09130859375, 341.6771240234375, 388.7464904785156, 697.772216796875, 545.7127075195312, 308.4290466308594, 608.0372924804688, 555.6878051757812]\n", - "16\n", - "1808\n", - "13\n", - "[398.9047546386719, 726.2656860351562, 307.4748840332031, 350.8979797363281, 1457.1029052734375, 1961.8240966796875, 1939.0748291015625, 1162.161376953125, 1477.5943603515625, 2109.971435546875, 1922.2332763671875, 1374.4683837890625, 753.9466552734375]\n", - "13\n", - "1809\n", - "9\n", - "[359.5274353027344, 820.5928955078125, 461.40911865234375, 421.1087341308594, 1333.69970703125, 1433.4732666015625, 314.5046691894531, 593.1573486328125, 451.2562255859375]\n", - "9\n", - "1810\n", - "18\n", - "[502.2997131347656, 362.11151123046875, 330.0346984863281, 2510.13427734375, 1865.8221435546875, 1042.91943359375, 1119.4453125, 480.02008056640625, 1347.7691650390625, 2148.22314453125, 2485.716064453125, 1400.8084716796875, 934.631103515625, 313.9628601074219, 1810.223388671875, 878.8868408203125, 560.980712890625, 558.4960327148438]\n", - "18\n", - "1811\n", - "10\n", - "[521.2268676757812, 830.6083374023438, 944.9130859375, 304.3340148925781, 539.1744384765625, 830.8194580078125, 1004.4876098632812, 443.1282958984375, 595.672607421875, 393.8904113769531]\n", - "10\n", - "1812\n", - "5\n", - "[1120.6588134765625, 924.2069091796875, 414.59649658203125, 1685.977783203125, 937.54443359375]\n", - "5\n", - "1813\n", - "57\n", - "[998.8767700195312, 463.08160400390625, 550.95068359375, 1277.655029296875, 867.2445678710938, 620.8143920898438, 2206.759521484375, 1869.239501953125, 336.1395568847656, 1681.1470947265625, 549.612548828125, 1764.20458984375, 4611.6123046875, 3509.8203125, 4128.3046875, 383.4586486816406, 844.1459350585938, 1492.991455078125, 1535.5262451171875, 4741.35205078125, 7543.2041015625, 4493.56494140625, 519.9020385742188, 893.6940307617188, 375.0403747558594, 3820.80029296875, 6488.01953125, 7589.43701171875, 5275.19189453125, 3839.2744140625, 1963.643798828125, 607.033447265625, 486.5288391113281, 981.8887939453125, 1117.26025390625, 2511.781982421875, 5803.3876953125, 6233.9765625, 3718.69775390625, 4509.431640625, 3353.244384765625, 1891.4661865234375, 3818.65283203125, 6368.62548828125, 4337.79150390625, 1095.932861328125, 510.0314636230469, 332.7469482421875, 3907.37255859375, 2423.86083984375, 2304.2607421875, 812.712646484375, 1296.433349609375, 1311.1478271484375, 484.21746826171875, 976.4534912109375, 306.9584655761719]\n", - "57\n", - "1814\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[352.75592041015625, 733.4009399414062, 454.3821105957031, 1116.025146484375, 1874.8206787109375, 669.5029296875, 835.3668823242188, 1349.624755859375, 360.5177001953125]\n", - "9\n", - "1815\n", - "11\n", - "[765.9666137695312, 731.5400390625, 605.5333251953125, 1087.45654296875, 888.4656982421875, 404.260986328125, 617.1425170898438, 600.1296997070312, 470.98272705078125, 312.8671569824219, 402.7205810546875]\n", - "11\n", - "1816\n", - "7\n", - "[331.72027587890625, 1239.73291015625, 1156.710205078125, 533.628173828125, 563.8609619140625, 1275.416015625, 828.5278930664062]\n", - "7\n", - "1817\n", - "10\n", - "[1859.579345703125, 522.823486328125, 307.8108825683594, 2602.83935546875, 2778.64697265625, 1679.11474609375, 2821.063232421875, 1369.4473876953125, 304.2106018066406, 488.2619323730469]\n", - "10\n", - "1818\n", - "19\n", - "[306.6244201660156, 1055.4771728515625, 683.7548828125, 940.3150024414062, 741.29443359375, 2247.357421875, 1964.93603515625, 460.042236328125, 379.29473876953125, 736.2228393554688, 641.0424194335938, 2789.28955078125, 315.1690979003906, 364.5219421386719, 980.6705932617188, 1695.165283203125, 464.8854675292969, 551.1259155273438, 339.0738830566406]\n", - "19\n", - "1819\n", - "32\n", - "[533.9842529296875, 704.7999267578125, 1810.1016845703125, 910.0510864257812, 439.109619140625, 2810.942138671875, 3043.3408203125, 1570.0009765625, 392.4130859375, 1041.95947265625, 2264.217529296875, 1449.8363037109375, 3168.83251953125, 3741.80615234375, 2641.787841796875, 627.0776977539062, 1653.725830078125, 1685.7374267578125, 1053.3326416015625, 2143.077880859375, 1398.6461181640625, 849.6282958984375, 300.88836669921875, 533.8753051757812, 511.5210876464844, 431.35321044921875, 1366.705322265625, 1294.2393798828125, 623.2484741210938, 752.9072265625, 347.1382141113281, 306.3407287597656]\n", - "32\n", - "1820\n", - "12\n", - "[691.3356323242188, 1373.0673828125, 1048.692626953125, 1159.4820556640625, 1790.6156005859375, 1572.513671875, 1558.93798828125, 851.8603515625, 603.6681518554688, 378.846923828125, 384.56964111328125, 923.0241088867188]\n", - "12\n", - "1821\n", - "28\n", - "[400.40118408203125, 766.7468872070312, 1104.11767578125, 502.0992126464844, 1266.1219482421875, 2594.51123046875, 2530.611083984375, 1226.4891357421875, 1086.19921875, 963.9428100585938, 2704.58349609375, 2669.633056640625, 2568.897216796875, 1883.0123291015625, 316.4112548828125, 369.521484375, 1611.1292724609375, 1795.288330078125, 1383.0087890625, 2228.482421875, 1804.515380859375, 1352.889404296875, 623.2474975585938, 624.9139404296875, 730.2337646484375, 317.036865234375, 364.7437438964844, 331.3166809082031]\n", - "28\n", - "1822\n", - "7\n", - "[1373.7666015625, 381.541015625, 1516.015380859375, 984.8798828125, 522.9129638671875, 1012.9218139648438, 757.6937255859375]\n", - "7\n", - "1823\n", - "25\n", - "[304.03717041015625, 663.533203125, 637.2492065429688, 576.994873046875, 958.7595825195312, 356.8196105957031, 624.822265625, 401.9037780761719, 718.3231811523438, 1096.6102294921875, 429.9482421875, 574.4573364257812, 1304.1556396484375, 408.6697998046875, 305.8609924316406, 1059.6199951171875, 2007.5618896484375, 2234.72998046875, 795.5364379882812, 1049.917724609375, 735.6348876953125, 1167.2943115234375, 1638.0462646484375, 699.898193359375, 493.3543395996094]\n", - "25\n", - "1824\n", - "22\n", - "[458.89178466796875, 855.179443359375, 330.3063659667969, 1499.502685546875, 992.7453002929688, 534.3042602539062, 952.6719970703125, 2015.5802001953125, 1297.453369140625, 525.63818359375, 1547.016845703125, 1495.4019775390625, 2158.28466796875, 1787.4912109375, 597.0955810546875, 482.0467224121094, 854.6708984375, 714.2919311523438, 1055.037353515625, 1565.5001220703125, 465.736328125, 672.2006225585938]\n", - "22\n", - "1825\n", - "11\n", - "[346.0828857421875, 625.3624877929688, 646.515380859375, 1648.4139404296875, 890.5885620117188, 328.9102783203125, 1535.9857177734375, 702.1880493164062, 1062.9149169921875, 705.7799072265625, 798.0773315429688]\n", - "11\n", - "1826\n", - "7\n", - "[326.07318115234375, 901.0958862304688, 851.8660888671875, 1552.388427734375, 596.0922241210938, 565.2494506835938, 509.6796875]\n", - "7\n", - "1827\n", - "12\n", - "[812.5326538085938, 485.0769348144531, 651.875244140625, 338.3363342285156, 2058.354736328125, 1637.8299560546875, 406.711669921875, 377.39996337890625, 361.6924133300781, 1632.276611328125, 1470.4012451171875, 445.77337646484375]\n", - "12\n", - "1828\n", - "36\n", - "[1056.254150390625, 636.0704345703125, 309.4102478027344, 726.2799682617188, 817.3233032226562, 350.68499755859375, 1074.1058349609375, 413.7482604980469, 390.5252990722656, 900.4197387695312, 1561.161865234375, 2155.468017578125, 372.1329650878906, 498.8373107910156, 1394.53369140625, 574.8795776367188, 1053.0184326171875, 1042.6832275390625, 1429.98828125, 1688.38525390625, 1831.55615234375, 686.9345703125, 1392.6845703125, 1093.853515625, 432.4638977050781, 1322.6365966796875, 690.5579833984375, 450.8648376464844, 513.23486328125, 330.2192077636719, 419.5939025878906, 634.3124389648438, 446.2049255371094, 597.7081298828125, 862.2710571289062, 512.7747802734375]\n", - "36\n", - "1829\n", - "39\n", - "[703.542236328125, 1522.142578125, 358.96173095703125, 397.45050048828125, 534.4381713867188, 531.581298828125, 1253.01220703125, 1169.7188720703125, 801.386474609375, 905.0616455078125, 444.95025634765625, 879.8550415039062, 1737.9180908203125, 1528.9190673828125, 3389.27392578125, 1027.7772216796875, 826.8719482421875, 738.0467529296875, 1813.4287109375, 3278.6484375, 3463.86328125, 2458.508544921875, 2273.98876953125, 374.86639404296875, 391.3448181152344, 463.0127258300781, 1616.9320068359375, 3091.3525390625, 3402.462890625, 2739.67236328125, 1664.4681396484375, 1318.340087890625, 2168.9072265625, 1967.844482421875, 2524.0869140625, 1565.7510986328125, 1154.2021484375, 552.4844360351562, 300.33758544921875]\n", - "39\n", - "1830\n", - "15\n", - "[338.6736145019531, 606.8977661132812, 497.9889831542969, 671.6656494140625, 1091.5439453125, 548.647216796875, 477.2135009765625, 1892.0263671875, 1583.4229736328125, 1929.362548828125, 1160.17236328125, 1232.3319091796875, 2124.016357421875, 1107.14501953125, 662.1426391601562]\n", - "15\n", - "1831\n", - "4\n", - "[3290.157470703125, 1255.4918212890625, 905.33740234375, 710.423095703125]\n", - "4\n", - "1832\n", - "8\n", - "[330.5531921386719, 972.549072265625, 420.18597412109375, 1400.55419921875, 1519.21533203125, 425.7251281738281, 1075.356689453125, 422.7915344238281]\n", - "8\n", - "1833\n", - "17\n", - "[780.04248046875, 1346.325439453125, 329.9867248535156, 1571.1182861328125, 668.2887573242188, 2451.16162109375, 1039.31201171875, 3377.050537109375, 4072.289306640625, 4819.62890625, 1727.4520263671875, 1693.3033447265625, 3630.772216796875, 3234.317138671875, 402.9502868652344, 893.6082763671875, 564.1986694335938]\n", - "17\n", - "1834\n", - "16\n", - "[582.027587890625, 420.2059631347656, 1252.4921875, 567.5517578125, 837.7369384765625, 338.8738708496094, 944.3843383789062, 354.79705810546875, 1388.1456298828125, 319.5267639160156, 1307.92138671875, 505.45361328125, 869.0147705078125, 1047.9365234375, 865.0050048828125, 368.88006591796875]\n", - "16\n", - "1835\n", - "10\n", - "[638.1226806640625, 746.0021362304688, 1379.56982421875, 336.8260498046875, 679.6414794921875, 1217.078369140625, 1237.9539794921875, 924.845703125, 1069.54345703125, 384.1790771484375]\n", - "10\n", - "1836\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[709.0014038085938, 994.927734375, 524.4125366210938, 952.4478759765625, 1312.1124267578125, 568.9738159179688, 343.8900451660156, 917.0701904296875, 818.0768432617188]\n", - "9\n", - "1837\n", - "7\n", - "[501.8462219238281, 1095.7596435546875, 2965.321533203125, 383.65533447265625, 640.7634887695312, 317.72003173828125, 570.19482421875]\n", - "7\n", - "1838\n", - "11\n", - "[435.50067138671875, 303.63787841796875, 344.45928955078125, 1181.2222900390625, 600.5023193359375, 538.682373046875, 804.1167602539062, 610.1721801757812, 521.341796875, 612.9091796875, 461.64715576171875]\n", - "11\n", - "1839\n", - "11\n", - "[648.4488525390625, 315.8912048339844, 794.6322021484375, 355.5462646484375, 1193.3197021484375, 991.9035034179688, 318.31842041015625, 885.0490112304688, 443.34735107421875, 503.1910400390625, 341.6819152832031]\n", - "11\n", - "1840\n", - "10\n", - "[715.0001220703125, 826.4671020507812, 783.0946655273438, 477.01312255859375, 352.65216064453125, 708.414794921875, 1400.307373046875, 305.35833740234375, 980.1971435546875, 1301.77099609375]\n", - "10\n", - "1841\n", - "21\n", - "[750.7946166992188, 937.3698120117188, 387.6775207519531, 2327.364990234375, 1045.67626953125, 466.34600830078125, 816.2844848632812, 3200.87841796875, 2876.998046875, 1427.07373046875, 476.1083068847656, 2209.4248046875, 3172.2412109375, 2390.161376953125, 551.88525390625, 1678.1448974609375, 1896.3739013671875, 641.1814575195312, 1784.824951171875, 1106.8045654296875, 853.1619262695312]\n", - "21\n", - "1842\n", - "8\n", - "[603.4256591796875, 357.0243835449219, 1069.6451416015625, 1229.39501953125, 741.67822265625, 427.42822265625, 1035.998291015625, 479.630859375]\n", - "8\n", - "1843\n", - "8\n", - "[449.20635986328125, 1298.92333984375, 1180.011962890625, 692.4837036132812, 1439.916015625, 1055.41552734375, 603.2596435546875, 858.2542114257812]\n", - "8\n", - "1844\n", - "12\n", - "[719.442626953125, 350.82659912109375, 580.986083984375, 685.5116577148438, 739.9847412109375, 521.0537719726562, 561.5701904296875, 435.8304748535156, 631.7290649414062, 607.1823120117188, 323.0376892089844, 379.2967529296875]\n", - "12\n", - "1845\n", - "6\n", - "[778.9752197265625, 997.138916015625, 1161.3414306640625, 877.6943359375, 714.8743896484375, 633.8594970703125]\n", - "6\n", - "1846\n", - "6\n", - "[1282.147216796875, 814.26806640625, 628.8494262695312, 1122.7110595703125, 518.0292358398438, 781.3798828125]\n", - "6\n", - "1847\n", - "17\n", - "[2003.2882080078125, 1126.902099609375, 467.00933837890625, 666.5528564453125, 1757.11328125, 2425.232666015625, 2992.471923828125, 750.4932861328125, 522.0230712890625, 588.5795288085938, 873.78515625, 1897.6243896484375, 1000.4613647460938, 2524.479736328125, 788.5908203125, 740.8179931640625, 471.0970458984375]\n", - "17\n", - "1848\n", - "37\n", - "[367.7712707519531, 329.9732971191406, 383.68609619140625, 1837.0770263671875, 2825.199951171875, 2201.9228515625, 1221.5555419921875, 395.3638000488281, 2726.577880859375, 3154.393798828125, 2382.956787109375, 1141.2313232421875, 372.928955078125, 588.15625, 2742.169189453125, 3209.916259765625, 1688.5479736328125, 634.2738037109375, 370.8763427734375, 970.603515625, 635.2200317382812, 1520.2325439453125, 1953.3369140625, 2171.8759765625, 1051.5677490234375, 1074.628173828125, 510.1129455566406, 875.6192626953125, 929.5410766601562, 380.1627502441406, 640.9747924804688, 391.6048278808594, 587.2560424804688, 925.3812866210938, 499.17041015625, 379.0691833496094, 350.2949523925781]\n", - "37\n", - "1849\n", - "14\n", - "[1500.0396728515625, 2101.945556640625, 1755.3865966796875, 3657.972412109375, 3436.61962890625, 2285.662109375, 4975.03955078125, 3392.11279296875, 1364.7181396484375, 2474.397216796875, 1016.1171264648438, 436.8423156738281, 1298.492431640625, 407.6866149902344]\n", - "14\n", - "1850\n", - "9\n", - "[836.5145263671875, 805.45703125, 1322.25341796875, 1598.644287109375, 790.3103637695312, 331.2815856933594, 451.054443359375, 509.422607421875, 307.3206481933594]\n", - "9\n", - "1851\n", - "9\n", - "[301.6623229980469, 1240.2879638671875, 2452.07861328125, 1545.66650390625, 1280.325439453125, 2469.31103515625, 2717.248046875, 1878.9757080078125, 529.1016235351562]\n", - "9\n", - "1852\n", - "17\n", - "[530.5503540039062, 1018.9013671875, 362.57733154296875, 854.5982666015625, 1985.4464111328125, 810.2228393554688, 402.2734069824219, 1879.5181884765625, 2169.6748046875, 1523.0804443359375, 1081.3272705078125, 1058.6334228515625, 1775.4183349609375, 603.6071166992188, 591.9074096679688, 869.9497680664062, 1112.2105712890625]\n", - "17\n", - "1853\n", - "265\n", - "[1107.7850341796875, 907.8349609375, 542.8134765625, 826.453125, 1033.577880859375, 345.2039489746094, 480.3947448730469, 527.8956298828125, 474.2930908203125, 1181.572998046875, 1414.635498046875, 512.211181640625, 512.4694213867188, 1118.072998046875, 1445.9285888671875, 1526.067626953125, 548.1914672851562, 1557.75537109375, 1788.5447998046875, 1761.5523681640625, 1202.4573974609375, 879.1541748046875, 535.0254516601562, 543.6719970703125, 632.9900512695312, 1096.0169677734375, 1973.57080078125, 2959.957763671875, 7754.64208984375, 2461.923828125, 1006.7061767578125, 1468.421875, 1439.3221435546875, 507.1540832519531, 614.2247314453125, 441.6830139160156, 372.35772705078125, 682.9912719726562, 550.1918334960938, 305.1238098144531, 405.8828430175781, 3414.279296875, 2490.024658203125, 6776.86474609375, 4840.8017578125, 3240.50390625, 303.3652648925781, 665.1898193359375, 1144.7607421875, 377.5580139160156, 518.4256591796875, 346.5371398925781, 584.5072631835938, 406.17645263671875, 706.6054077148438, 436.23150634765625, 1037.0181884765625, 669.7398681640625, 394.5696105957031, 688.1957397460938, 698.7094116210938, 881.7415771484375, 984.1276245117188, 503.59088134765625, 1055.0799560546875, 962.9605712890625, 840.4407958984375, 303.5394592285156, 306.27490234375, 450.2825622558594, 897.6951293945312, 852.9358520507812, 406.4648742675781, 363.5616149902344, 8383.4072265625, 4004.483642578125, 359.1331481933594, 493.3901672363281, 864.0264282226562, 354.1537170410156, 441.0828857421875, 1876.6962890625, 3536.3447265625, 701.3168334960938, 732.8644409179688, 355.9553527832031, 566.0587768554688, 1111.2362060546875, 850.3709716796875, 363.45684814453125, 833.6221923828125, 1025.6973876953125, 1105.4639892578125, 6126.51220703125, 5940.6728515625, 761.9054565429688, 6984.90185546875, 12740.50390625, 9503.1337890625, 3375.171142578125, 1262.8255615234375, 10791.7119140625, 13523.3291015625, 6219.86181640625, 1405.64404296875, 507.7999572753906, 323.8813781738281, 405.15728759765625, 682.8981323242188, 4861.9248046875, 13630.8779296875, 11443.1337890625, 12611.123046875, 10091.5302734375, 13098.046875, 14777.517578125, 14309.2158203125, 10095.3173828125, 5358.646484375, 530.8509521484375, 1034.1417236328125, 2080.52294921875, 11264.5615234375, 14276.2421875, 14615.7216796875, 14283.283203125, 14579.078125, 14737.9453125, 14676.892578125, 13767.3916015625, 7852.37841796875, 307.541015625, 724.5753173828125, 582.486083984375, 1190.7998046875, 5720.70263671875, 13945.416015625, 13959.248046875, 12017.681640625, 14565.9267578125, 14718.078125, 13067.9423828125, 13959.6318359375, 11016.6826171875, 580.15478515625, 6594.3876953125, 14138.02734375, 13617.830078125, 14204.0205078125, 11979.3515625, 13519.80859375, 13424.923828125, 5443.7529296875, 555.380615234375, 621.7595825195312, 1580.2830810546875, 10050.2021484375, 14213.6650390625, 13332.3017578125, 8789.5732421875, 10050.2861328125, 10803.8935546875, 7964.86767578125, 760.5609130859375, 767.914794921875, 1109.11328125, 2449.943603515625, 5965.8876953125, 6200.5859375, 10220.4697265625, 12577.2734375, 13155.978515625, 11004.921875, 5011.0595703125, 773.4523315429688, 714.2741088867188, 4535.70166015625, 6571.1025390625, 7130.4580078125, 13113.0029296875, 14390.091796875, 14092.4482421875, 6789.21728515625, 4371.080078125, 11839.435546875, 12620.78125, 13972.05859375, 13906.287109375, 5797.9970703125, 8973.396484375, 11391.6962890625, 12186.4052734375, 4449.876953125, 12560.67578125, 4758.919921875, 1355.7901611328125, 9690.568359375, 6504.52490234375, 1349.2215576171875, 9573.7861328125, 2662.850830078125, 3186.00634765625, 1449.802490234375, 6395.3125, 6803.13330078125, 1383.003662109375, 10382.8984375, 3471.845458984375, 518.9610595703125, 4004.143798828125, 9130.41796875, 3697.082275390625, 9572.3154296875, 3630.44580078125, 439.0096740722656, 3080.025634765625, 4654.87158203125, 2538.8525390625, 5802.982421875, 968.0834350585938, 478.307861328125, 661.5386352539062, 567.174560546875, 520.7791137695312, 1095.8916015625, 330.36737060546875, 910.3975219726562, 586.2244262695312, 1084.9215087890625, 821.869384765625, 933.1536865234375, 1033.0194091796875, 642.1505126953125, 658.114013671875, 1245.246826171875, 2161.948974609375, 2276.240966796875, 2018.5772705078125, 493.0254821777344, 407.5306091308594, 1162.5526123046875, 1426.0115966796875, 4295.29345703125, 5380.3935546875, 1048.7364501953125, 3310.7919921875, 2979.46435546875, 2235.879638671875, 2582.011474609375, 2663.291748046875, 532.953125, 4043.021240234375, 5284.91845703125, 1846.65283203125, 1492.9619140625, 470.1864318847656, 399.7068786621094, 378.6028747558594, 5738.1787109375, 5425.6875, 1239.4349365234375, 4418.6884765625, 4826.7958984375, 1176.1746826171875, 3418.066650390625]\n", - "265\n", - "1854\n", - "10\n", - "[454.81732177734375, 767.6951904296875, 1870.37744140625, 325.6620788574219, 505.66949462890625, 420.64202880859375, 2729.432373046875, 1796.057861328125, 2166.962158203125, 781.0242919921875]\n", - "10\n", - "1855\n", - "6\n", - "[1214.9674072265625, 1729.814453125, 738.6859130859375, 335.2867736816406, 651.931396484375, 343.4622497558594]\n", - "6\n", - "1856\n", - "13\n", - "[597.7095336914062, 442.26263427734375, 605.9314575195312, 892.7569580078125, 1087.1492919921875, 598.018798828125, 391.27618408203125, 666.672119140625, 456.0693054199219, 402.04827880859375, 393.24932861328125, 532.7955932617188, 394.9588623046875]\n", - "13\n", - "1857\n", - "7\n", - "[1072.42431640625, 1670.0003662109375, 1593.9384765625, 1224.1737060546875, 453.8280334472656, 359.44189453125, 888.4091796875]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1858\n", - "8\n", - "[960.8856201171875, 660.0267333984375, 1421.9149169921875, 1180.6531982421875, 1586.125732421875, 619.6278076171875, 714.0283203125, 454.34814453125]\n", - "8\n", - "1859\n", - "9\n", - "[1796.338623046875, 1637.2821044921875, 790.2438354492188, 779.0328369140625, 915.9854125976562, 348.0474853515625, 375.80926513671875, 402.69775390625, 389.67999267578125]\n", - "9\n", - "1860\n", - "13\n", - "[537.142333984375, 415.0157470703125, 1171.6201171875, 1119.0548095703125, 430.3414001464844, 306.4923400878906, 960.4912719726562, 763.1871337890625, 943.2904663085938, 327.7955627441406, 365.97369384765625, 543.4290161132812, 417.0660095214844]\n", - "13\n", - "1861\n", - "13\n", - "[363.9853210449219, 431.04632568359375, 711.1939086914062, 490.593505859375, 536.4188842773438, 1111.684814453125, 533.893310546875, 872.4710693359375, 648.65771484375, 403.26507568359375, 604.2378540039062, 329.3485412597656, 531.5825805664062]\n", - "13\n", - "1862\n", - "8\n", - "[344.4774475097656, 413.4364013671875, 1542.327392578125, 658.4666748046875, 806.4979248046875, 854.4108276367188, 972.688720703125, 308.15106201171875]\n", - "8\n", - "1863\n", - "31\n", - "[366.9269104003906, 379.1122741699219, 502.14324951171875, 391.05242919921875, 554.4183959960938, 1584.042236328125, 1787.016357421875, 2060.913330078125, 1819.4591064453125, 844.9913940429688, 654.7037963867188, 485.5821838378906, 1303.3580322265625, 2002.0447998046875, 2391.237060546875, 1513.697998046875, 1133.9263916015625, 1536.04736328125, 1166.5440673828125, 652.1717529296875, 306.55322265625, 646.5079345703125, 2544.779296875, 1586.24853515625, 774.7183837890625, 967.2965087890625, 1145.6107177734375, 423.0611572265625, 1175.321044921875, 560.8301391601562, 361.219970703125]\n", - "31\n", - "1864\n", - "8\n", - "[364.2358703613281, 1088.9759521484375, 626.5275268554688, 1047.891845703125, 808.1497192382812, 1268.93701171875, 372.6468811035156, 701.3329467773438]\n", - "8\n", - "1865\n", - "8\n", - "[361.9154052734375, 926.7042236328125, 685.8464965820312, 476.0384521484375, 859.8904418945312, 2132.25048828125, 464.1008605957031, 484.0883483886719]\n", - "8\n", - "1866\n", - "25\n", - "[425.78631591796875, 308.8103332519531, 421.566650390625, 851.87451171875, 858.1160888671875, 758.0399780273438, 355.8187255859375, 775.7678833007812, 983.4199829101562, 498.0469970703125, 340.2716979980469, 2757.724609375, 883.369873046875, 5380.05126953125, 6584.611328125, 3425.87744140625, 540.1064453125, 5832.46142578125, 6607.39501953125, 5526.111328125, 317.8208312988281, 2762.993408203125, 4690.3828125, 844.7482299804688, 1864.8778076171875]\n", - "25\n", - "1867\n", - "7\n", - "[771.4140014648438, 791.0855102539062, 804.3961791992188, 981.784912109375, 969.4736938476562, 378.75006103515625, 711.802490234375]\n", - "7\n", - "1868\n", - "18\n", - "[417.6334533691406, 1591.7164306640625, 1309.9481201171875, 313.5934753417969, 547.4649047851562, 1892.6234130859375, 1971.861572265625, 1822.1285400390625, 908.552001953125, 534.8285522460938, 2007.7869873046875, 1970.4599609375, 1860.521484375, 1262.1492919921875, 397.67950439453125, 332.94580078125, 1348.3192138671875, 669.4708862304688]\n", - "18\n", - "1869\n", - "17\n", - "[1393.6251220703125, 715.9907836914062, 370.0317687988281, 1826.019775390625, 3298.790283203125, 1255.20263671875, 642.5226440429688, 369.1088562011719, 829.1959838867188, 2019.6060791015625, 4238.7783203125, 2390.806640625, 477.2705993652344, 1754.8333740234375, 2200.16552734375, 823.6929931640625, 571.0172119140625]\n", - "17\n", - "1870\n", - "10\n", - "[402.5747375488281, 1902.4649658203125, 880.9344482421875, 576.3900146484375, 1396.872802734375, 1699.646240234375, 787.776123046875, 509.2109069824219, 466.1479187011719, 523.3551025390625]\n", - "10\n", - "1871\n", - "7\n", - "[519.6052856445312, 570.9437255859375, 916.5313720703125, 373.0338134765625, 573.0697631835938, 1652.458740234375, 904.8040771484375]\n", - "7\n", - "1872\n", - "16\n", - "[793.4424438476562, 471.8055725097656, 352.6554260253906, 833.9784545898438, 440.6983642578125, 1087.71142578125, 1628.26708984375, 2726.2294921875, 1449.6103515625, 1805.175048828125, 1540.6834716796875, 3283.063720703125, 1711.5150146484375, 651.05859375, 476.4958190917969, 902.5350952148438]\n", - "16\n", - "1873\n", - "23\n", - "[910.3150024414062, 1369.102294921875, 382.73248291015625, 1486.5755615234375, 1710.0418701171875, 807.0693969726562, 2104.636474609375, 2309.584228515625, 2156.2353515625, 1229.5535888671875, 642.770751953125, 787.7113037109375, 1752.82763671875, 1888.8369140625, 898.7066650390625, 308.24371337890625, 1955.7142333984375, 2310.109619140625, 1868.15673828125, 503.1819152832031, 747.1500854492188, 1062.492431640625, 379.5827941894531]\n", - "23\n", - "1874\n", - "6\n", - "[1180.7830810546875, 571.7645263671875, 419.38720703125, 1733.112548828125, 631.1624145507812, 622.8948364257812]\n", - "6\n", - "1875\n", - "11\n", - "[471.9848327636719, 513.9871826171875, 393.0399475097656, 865.8270263671875, 1738.1947021484375, 496.0805358886719, 424.5648498535156, 1402.89794921875, 526.0072631835938, 1658.9473876953125, 1222.6031494140625]\n", - "11\n", - "1876\n", - "87\n", - "[554.2943115234375, 620.3179931640625, 305.3524475097656, 451.6278381347656, 667.212646484375, 2299.77490234375, 562.9083251953125, 1079.2088623046875, 3273.539306640625, 766.7846069335938, 1336.89990234375, 559.0039672851562, 728.5781860351562, 1324.9561767578125, 636.4800415039062, 1182.76220703125, 3151.224365234375, 1413.837646484375, 3237.676513671875, 2335.126708984375, 1266.5494384765625, 3029.443359375, 2098.0068359375, 1923.944580078125, 3439.838134765625, 3521.78857421875, 3840.890380859375, 2715.521728515625, 1729.8631591796875, 547.8790893554688, 341.6140441894531, 819.8890991210938, 2643.42919921875, 3371.179443359375, 4254.5244140625, 4335.8642578125, 4166.65625, 2760.66357421875, 3881.241455078125, 3371.86279296875, 791.22412109375, 323.0243225097656, 554.9141845703125, 2235.038818359375, 4262.255859375, 4447.35693359375, 2229.4921875, 2601.57177734375, 1407.1826171875, 730.2656860351562, 1353.2276611328125, 2624.061279296875, 3856.652587890625, 3987.047607421875, 1442.7198486328125, 2991.001708984375, 3127.639892578125, 1226.0628662109375, 1345.9482421875, 2561.592041015625, 3195.62890625, 1642.4881591796875, 602.5037231445312, 1152.00244140625, 2519.313720703125, 2162.32666015625, 307.6603088378906, 674.9443969726562, 1759.09375, 323.734619140625, 1597.3236083984375, 352.928955078125, 305.2941589355469, 893.5377807617188, 2032.75048828125, 1175.1343994140625, 1783.3023681640625, 794.0426635742188, 417.2985534667969, 2238.042724609375, 1444.2127685546875, 1908.4991455078125, 1191.1363525390625, 1346.2152099609375, 728.2689208984375, 1119.564697265625, 351.7631530761719]\n", - "87\n", - "1877\n", - "14\n", - "[1606.898681640625, 1845.758544921875, 839.295166015625, 475.650390625, 447.9389953613281, 812.9879760742188, 2420.3974609375, 2951.891845703125, 2080.51513671875, 556.66064453125, 2476.559326171875, 3114.166015625, 2403.331787109375, 338.36260986328125]\n", - "14\n", - "1878\n", - "15\n", - "[837.7266845703125, 372.2208251953125, 1201.3089599609375, 3678.08935546875, 3400.45556640625, 2268.879150390625, 753.4566650390625, 1645.29833984375, 4237.09619140625, 2738.500732421875, 847.1058349609375, 388.7514953613281, 1687.9239501953125, 2606.87255859375, 377.2620849609375]\n", - "15\n", - "1879\n", - "9\n", - "[611.2243041992188, 329.7552185058594, 333.1993408203125, 1659.5843505859375, 1500.8785400390625, 1371.5135498046875, 492.7464294433594, 388.9757385253906, 1115.743896484375]\n", - "9\n", - "1880\n", - "14\n", - "[366.5765380859375, 489.67022705078125, 413.22601318359375, 759.4122314453125, 3508.41796875, 2201.717529296875, 318.73309326171875, 365.507080078125, 1339.5267333984375, 1338.899169921875, 1702.090576171875, 1444.6783447265625, 401.4134826660156, 1029.4105224609375]\n", - "14\n", - "1881\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[312.0205383300781, 3467.14892578125, 425.75543212890625, 521.5244750976562, 615.27685546875, 1998.8990478515625, 1967.8719482421875, 740.2843017578125, 916.41796875, 3197.71923828125, 956.779052734375, 449.0916748046875]\n", - "12\n", - "1882\n", - "63\n", - "[528.4908447265625, 309.310791015625, 945.8911743164062, 1348.404541015625, 1671.2435302734375, 1416.46484375, 645.1994018554688, 364.8176574707031, 1227.5784912109375, 1936.4725341796875, 1218.8294677734375, 2268.149169921875, 3927.176025390625, 2679.736572265625, 2244.531005859375, 1187.0234375, 1089.1243896484375, 2832.862060546875, 1934.0386962890625, 3860.367919921875, 4898.96533203125, 4426.341796875, 3684.968505859375, 2939.270751953125, 2424.593994140625, 796.2600708007812, 1809.573486328125, 4068.84375, 4808.1259765625, 4882.595703125, 3252.456787109375, 2017.7479248046875, 413.9680480957031, 1152.1397705078125, 4163.62939453125, 3736.818603515625, 3533.517822265625, 1799.8143310546875, 3936.787353515625, 2782.296630859375, 2156.337890625, 1379.277099609375, 3641.589599609375, 3727.230712890625, 3869.755126953125, 1105.110107421875, 1378.196044921875, 2775.43798828125, 891.1817626953125, 515.4293823242188, 1411.7919921875, 1373.3223876953125, 2635.43017578125, 1717.3101806640625, 671.1746826171875, 1411.3253173828125, 2014.5283203125, 998.8223876953125, 1158.395751953125, 2180.712158203125, 2229.082763671875, 1000.2047119140625, 633.1776733398438]\n", - "63\n", - "1883\n", - "24\n", - "[591.293701171875, 355.2180480957031, 831.0551147460938, 422.6369323730469, 630.630126953125, 867.4754638671875, 1182.521728515625, 593.5877685546875, 2044.2989501953125, 2566.797119140625, 1247.7557373046875, 446.14404296875, 1834.6968994140625, 2574.714599609375, 2490.38916015625, 493.49237060546875, 370.28533935546875, 356.8768310546875, 1491.48583984375, 1148.9351806640625, 654.916748046875, 493.80340576171875, 425.9506530761719, 449.34259033203125]\n", - "24\n", - "1884\n", - "22\n", - "[361.5335693359375, 814.9747924804688, 587.9119262695312, 853.3496704101562, 487.54876708984375, 1742.2508544921875, 3368.58837890625, 4625.951171875, 2559.272705078125, 1733.57421875, 1444.6295166015625, 3445.732421875, 4012.25341796875, 3551.911376953125, 2027.0496826171875, 3957.195068359375, 972.2992553710938, 1776.1622314453125, 793.652587890625, 678.8472290039062, 415.7445373535156, 579.5546264648438]\n", - "22\n", - "1885\n", - "39\n", - "[437.99127197265625, 709.3755493164062, 501.4421081542969, 423.7056884765625, 568.3638916015625, 1796.6822509765625, 1648.1297607421875, 1634.22216796875, 2384.332763671875, 1846.259033203125, 3456.85693359375, 1314.10205078125, 2968.80908203125, 4595.5849609375, 5513.54541015625, 5367.48291015625, 4356.24951171875, 4552.80615234375, 2621.469970703125, 1161.468994140625, 2488.262939453125, 1916.5775146484375, 3107.00048828125, 4293.5205078125, 3128.183349609375, 2724.1318359375, 2195.92041015625, 1049.9085693359375, 499.4684143066406, 341.81793212890625, 703.0557861328125, 2827.062255859375, 2266.9794921875, 1428.5618896484375, 414.25653076171875, 931.0307006835938, 597.3899536132812, 375.4877624511719, 404.9773864746094]\n", - "39\n", - "1886\n", - "12\n", - "[358.87060546875, 520.2202758789062, 499.9120788574219, 517.421875, 506.880615234375, 837.2442016601562, 416.5409851074219, 823.8141479492188, 1163.4298095703125, 553.1921997070312, 729.43798828125, 334.4905090332031]\n", - "12\n", - "1887\n", - "6\n", - "[1169.8701171875, 2759.726318359375, 1283.7431640625, 1112.9691162109375, 2305.4716796875, 415.7186279296875]\n", - "6\n", - "1888\n", - "5\n", - "[908.3346557617188, 314.54498291015625, 1223.5233154296875, 1819.4580078125, 1457.188232421875]\n", - "5\n", - "1889\n", - "9\n", - "[1369.3143310546875, 388.8369445800781, 540.8018798828125, 4469.7138671875, 355.2630310058594, 2124.901611328125, 984.1978149414062, 507.6888427734375, 627.6646728515625]\n", - "9\n", - "1890\n", - "7\n", - "[883.3606567382812, 495.1249694824219, 382.4871826171875, 1673.7177734375, 820.0531005859375, 521.2593383789062, 416.9666748046875]\n", - "7\n", - "1891\n", - "10\n", - "[846.3031616210938, 660.0531005859375, 1575.475341796875, 1828.346435546875, 546.113037109375, 1163.5625, 1647.1080322265625, 660.7561645507812, 1117.8350830078125, 372.5928039550781]\n", - "10\n", - "1892\n", - "11\n", - "[647.981689453125, 989.3475341796875, 1699.3857421875, 1854.3624267578125, 1141.331298828125, 635.359130859375, 608.4292602539062, 1494.5908203125, 1799.285400390625, 1747.4681396484375, 760.6099243164062]\n", - "11\n", - "1893\n", - "9\n", - "[459.02337646484375, 1118.7501220703125, 1521.3233642578125, 1104.1966552734375, 453.6255187988281, 956.2007446289062, 1280.7781982421875, 364.90576171875, 607.50146484375]\n", - "9\n", - "1894\n", - "7\n", - "[901.9769897460938, 349.0828857421875, 656.4110107421875, 2438.090576171875, 933.6268920898438, 1674.388427734375, 1577.9722900390625]\n", - "7\n", - "1895\n", - "7\n", - "[335.1243896484375, 1392.9930419921875, 841.7138671875, 1419.4827880859375, 1110.4310302734375, 606.5507202148438, 353.4761657714844]\n", - "7\n", - "1896\n", - "65\n", - "[600.10498046875, 310.2107238769531, 615.4885864257812, 1281.4971923828125, 352.52056884765625, 455.81610107421875, 1180.3763427734375, 767.1578979492188, 1481.467529296875, 1415.078857421875, 642.484619140625, 1242.5654296875, 736.568603515625, 1384.6068115234375, 1491.1884765625, 1895.38916015625, 1861.5380859375, 443.01397705078125, 505.386474609375, 2087.085693359375, 1815.6298828125, 1679.994873046875, 2981.924072265625, 2972.603271484375, 2118.980712890625, 512.6700439453125, 909.2154541015625, 612.5675659179688, 778.64697265625, 774.7002563476562, 735.275146484375, 2331.577880859375, 3632.2216796875, 3679.2900390625, 3459.4130859375, 3759.255615234375, 2497.97998046875, 595.4447021484375, 309.4823303222656, 732.0805053710938, 986.961181640625, 1164.50048828125, 842.3536987304688, 474.56036376953125, 1075.613525390625, 2487.204345703125, 3591.09521484375, 3648.84228515625, 3354.161376953125, 1499.0985107421875, 497.797607421875, 960.9036254882812, 2529.406005859375, 1535.3424072265625, 3101.075927734375, 1611.379150390625, 443.0204772949219, 552.8104248046875, 1637.845703125, 1980.1807861328125, 749.9635009765625, 2156.020751953125, 1715.6124267578125, 572.1873779296875, 831.0405883789062]\n", - "65\n", - "1897\n", - "6\n", - "[435.6481628417969, 1026.8966064453125, 987.2703857421875, 442.28680419921875, 1519.770263671875, 1163.136962890625]\n", - "6\n", - "1898\n", - "35\n", - "[321.25433349609375, 907.7462158203125, 1507.648193359375, 1524.229736328125, 635.8804931640625, 1035.741943359375, 1320.982666015625, 457.5649719238281, 700.278076171875, 2382.943115234375, 479.4480895996094, 783.2073364257812, 1501.635009765625, 2655.722412109375, 2388.48193359375, 1247.216064453125, 4215.23681640625, 3856.14599609375, 3071.7744140625, 327.90655517578125, 2229.901611328125, 3541.62060546875, 3159.649658203125, 3375.42822265625, 330.6936950683594, 1322.3531494140625, 2175.2158203125, 778.5645141601562, 439.56036376953125, 1027.02734375, 309.6275329589844, 736.6650390625, 628.7384033203125, 1601.084228515625, 414.10174560546875]\n", - "35\n", - "1899\n", - "8\n", - "[358.95550537109375, 333.9859313964844, 1492.104248046875, 1595.72021484375, 1606.81494140625, 657.5503540039062, 471.8913879394531, 424.1597595214844]\n", - "8\n", - "1900\n", - "11\n", - "[853.8450927734375, 671.9386596679688, 974.0138549804688, 1544.798095703125, 1408.693603515625, 640.0856323242188, 692.2183227539062, 1443.6295166015625, 711.3031616210938, 650.6636962890625, 501.8031311035156]\n", - "11\n", - "1901\n", - "4\n", - "[540.9547729492188, 1411.6607666015625, 2496.833740234375, 1812.5333251953125]\n", - "4\n", - "1902\n", - "8\n", - "[506.3299560546875, 1071.0194091796875, 894.3753662109375, 469.65484619140625, 966.5310668945312, 949.6000366210938, 682.9473876953125, 360.5987548828125]\n", - "8\n", - "1903\n", - "9\n", - "[671.992431640625, 891.3457641601562, 2539.49609375, 446.8359069824219, 1183.543701171875, 1803.3060302734375, 396.72003173828125, 657.875244140625, 435.4504699707031]\n", - "9\n", - "1904\n", - "12\n", - "[362.94305419921875, 1023.0012817382812, 728.9043579101562, 1559.276611328125, 1128.2857666015625, 849.7385864257812, 1259.7559814453125, 1783.2808837890625, 1685.8743896484375, 1478.6380615234375, 1355.4627685546875, 1245.9290771484375]\n", - "12\n", - "1905\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[661.0582275390625, 664.1348876953125, 1459.14794921875, 1447.52734375, 2336.79736328125, 839.6934204101562, 332.2825012207031]\n", - "7\n", - "1906\n", - "73\n", - "[592.9207153320312, 787.6798706054688, 1405.1142578125, 1573.6939697265625, 479.00909423828125, 2063.876953125, 609.870849609375, 329.8531494140625, 314.1825866699219, 2279.8828125, 2682.2265625, 763.9381713867188, 456.9759826660156, 1562.5201416015625, 1319.4697265625, 3069.021240234375, 3444.5205078125, 3070.565185546875, 5179.26611328125, 4348.642578125, 2291.95751953125, 864.7242431640625, 607.1185302734375, 1360.254638671875, 2844.78662109375, 5859.46142578125, 6050.08837890625, 5934.0537109375, 2602.6083984375, 3454.92919921875, 1943.7314453125, 1724.7730712890625, 1004.85107421875, 1831.9788818359375, 3087.422607421875, 4295.10400390625, 4882.62744140625, 5294.25732421875, 5030.625, 4720.40283203125, 191.88531494140625, 2188.21875, 714.1670532226562, 301.3144836425781, 382.8056640625, 778.8129272460938, 1278.02001953125, 534.742431640625, 3230.980712890625, 4842.3212890625, 3670.055908203125, 398.8835144042969, 1011.2207641601562, 862.4281616210938, 901.29833984375, 5300.61279296875, 2990.975830078125, 1013.1795654296875, 586.8082885742188, 2072.008544921875, 687.0712280273438, 3508.54638671875, 2331.820068359375, 313.91094970703125, 1076.7410888671875, 864.904052734375, 1070.1328125, 1993.6527099609375, 656.0174560546875, 337.78131103515625, 680.2843017578125, 397.6824951171875]\n", - "72\n", - "1907\n", - "5\n", - "[774.4154052734375, 550.6756591796875, 1219.0167236328125, 2495.828125, 368.6274108886719]\n", - "5\n", - "1908\n", - "5\n", - "[618.5775146484375, 1797.731689453125, 510.3310241699219, 1579.6748046875, 744.1372680664062]\n", - "5\n", - "1909\n", - "7\n", - "[743.19921875, 547.4107055664062, 466.197509765625, 887.5155029296875, 763.8174438476562, 1107.2716064453125, 729.79296875]\n", - "7\n", - "1910\n", - "7\n", - "[751.274658203125, 496.99932861328125, 1226.8359375, 1500.013427734375, 840.0726318359375, 424.5245056152344, 376.4449462890625]\n", - "7\n", - "1911\n", - "10\n", - "[304.9267883300781, 462.09088134765625, 358.808837890625, 786.8005981445312, 1912.980224609375, 735.5244750976562, 1540.430419921875, 529.0472412109375, 656.5853271484375, 461.5695495605469]\n", - "10\n", - "1912\n", - "10\n", - "[479.86328125, 343.0973815917969, 674.6422119140625, 1617.1162109375, 1114.562255859375, 365.3580627441406, 1706.4716796875, 2003.43310546875, 628.369384765625, 929.7525024414062]\n", - "10\n", - "1913\n", - "7\n", - "[740.0787353515625, 849.990966796875, 1270.5208740234375, 1003.9000854492188, 608.6419067382812, 1144.5076904296875, 701.9922485351562]\n", - "7\n", - "1914\n", - "9\n", - "[586.0454711914062, 1308.3101806640625, 1237.3466796875, 4016.242919921875, 1525.28759765625, 1150.6734619140625, 3547.6611328125, 700.5062255859375, 835.7543334960938]\n", - "9\n", - "1915\n", - "9\n", - "[325.02276611328125, 1008.1478881835938, 1751.2423095703125, 1087.7796630859375, 1007.3899536132812, 1698.081298828125, 1336.2911376953125, 993.69580078125, 904.1773681640625]\n", - "9\n", - "1916\n", - "14\n", - "[522.5300903320312, 411.2242431640625, 1054.656005859375, 458.72808837890625, 469.6812744140625, 302.3802185058594, 1057.26123046875, 712.4246826171875, 389.2393493652344, 810.42333984375, 373.0539245605469, 715.0206298828125, 651.2377319335938, 341.7864685058594]\n", - "14\n", - "1917\n", - "16\n", - "[541.1288452148438, 497.3157653808594, 427.22119140625, 824.8956909179688, 300.4284973144531, 314.925537109375, 672.6686401367188, 1023.913330078125, 396.2131652832031, 542.2089233398438, 1574.586669921875, 2134.52587890625, 923.4843139648438, 489.5979919433594, 1101.1182861328125, 1141.7552490234375]\n", - "16\n", - "1918\n", - "4\n", - "[1513.482666015625, 912.6317138671875, 1480.240478515625, 1470.9134521484375]\n", - "4\n", - "1919\n", - "5\n", - "[814.1529541015625, 769.9672241210938, 1451.491455078125, 2428.72119140625, 554.0664672851562]\n", - "5\n", - "1920\n", - "9\n", - "[1423.4222412109375, 1119.348388671875, 1087.33349609375, 496.5079040527344, 881.973876953125, 1410.891845703125, 1188.4395751953125, 488.5832824707031, 325.9681701660156]\n", - "9\n", - "1921\n", - "18\n", - "[826.2821044921875, 549.9822998046875, 438.2309265136719, 652.8488159179688, 390.21795654296875, 1739.2210693359375, 1767.377197265625, 1060.5574951171875, 970.743896484375, 2590.263671875, 1558.5089111328125, 1779.2135009765625, 1033.03564453125, 336.0600891113281, 1106.302490234375, 1755.678955078125, 485.59722900390625, 778.7620849609375]\n", - "18\n", - "1922\n", - "20\n", - "[477.37811279296875, 383.2605285644531, 1081.5931396484375, 430.24871826171875, 1388.245849609375, 965.2173461914062, 1425.255126953125, 1209.112060546875, 312.1135559082031, 466.2653503417969, 1044.1971435546875, 1983.070556640625, 1799.0472412109375, 6258.14697265625, 7266.53125, 489.8702392578125, 932.5364379882812, 3434.38037109375, 1509.9332275390625, 635.2071533203125]\n", - "20\n", - "1923\n", - "10\n", - "[360.1463317871094, 1552.033203125, 1026.7767333984375, 966.7049560546875, 2316.615966796875, 2504.1484375, 1545.640380859375, 1499.37890625, 1813.25537109375, 1241.406005859375]\n", - "10\n", - "1924\n", - "7\n", - "[408.9510192871094, 1675.713134765625, 671.66015625, 1260.571533203125, 1489.9168701171875, 312.4682312011719, 411.3397521972656]\n", - "7\n", - "1925\n", - "4\n", - "[8432.88671875, 799.3228759765625, 3152.97119140625, 542.7362670898438]\n", - "4\n", - "1926\n", - "19\n", - "[821.5635375976562, 1574.31787109375, 816.8837280273438, 795.9902954101562, 3759.22265625, 4180.6845703125, 561.9745483398438, 1760.2308349609375, 4528.20458984375, 2069.947021484375, 1665.2265625, 3311.0185546875, 2842.271484375, 1083.447998046875, 3677.519287109375, 1424.29150390625, 423.9961242675781, 778.7669677734375, 1024.755859375]\n", - "19\n", - "1927\n", - "10\n", - "[300.8677978515625, 695.6193237304688, 647.0809326171875, 2098.759521484375, 2069.034912109375, 1506.859619140625, 2084.93505859375, 1420.8690185546875, 1963.295166015625, 1221.53466796875]\n", - "10\n", - "1928\n", - "9\n", - "[355.57708740234375, 852.2440795898438, 1089.78173828125, 1119.0811767578125, 702.0892944335938, 1613.4329833984375, 613.2911987304688, 519.5650634765625, 409.9700012207031]\n", - "9\n", - "1929\n", - "30\n", - "[463.5751647949219, 485.2821044921875, 465.4009704589844, 1128.1455078125, 1124.5535888671875, 325.1136169433594, 669.5745239257812, 669.6301879882812, 1775.69091796875, 2271.796630859375, 1314.88427734375, 505.4337463378906, 713.7163696289062, 3071.593017578125, 2628.615234375, 420.51922607421875, 940.9493408203125, 1705.494384765625, 1466.220458984375, 1015.585205078125, 331.6427917480469, 334.5227355957031, 325.0634765625, 631.116943359375, 502.76068115234375, 493.1940002441406, 681.2852172851562, 357.25994873046875, 543.3304443359375, 384.11419677734375]\n", - "30\n", - "1930\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[575.1466674804688, 1728.029296875, 1484.557373046875, 703.4129028320312, 1080.6630859375]\n", - "5\n", - "1931\n", - "6\n", - "[319.677001953125, 1516.703125, 1505.2275390625, 614.365478515625, 843.843505859375, 394.29730224609375]\n", - "6\n", - "1932\n", - "24\n", - "[1358.4886474609375, 1455.860107421875, 3781.153076171875, 5276.8388671875, 309.0694274902344, 1538.671142578125, 5804.298828125, 7069.44921875, 4272.005859375, 2186.19677734375, 739.7772216796875, 3216.952392578125, 2716.577392578125, 3040.653076171875, 1044.182373046875, 416.7668762207031, 644.3740234375, 977.7711181640625, 307.1321716308594, 969.8134155273438, 437.44354248046875, 481.39385986328125, 408.77191162109375, 371.8668518066406]\n", - "24\n", - "1933\n", - "5\n", - "[1047.6962890625, 1455.3641357421875, 744.4559936523438, 1444.509033203125, 2172.886474609375]\n", - "5\n", - "1934\n", - "13\n", - "[1053.367919921875, 1639.3074951171875, 309.2113037109375, 1004.302001953125, 643.8695678710938, 843.106689453125, 1731.9647216796875, 1541.65234375, 968.6958618164062, 2046.8282470703125, 961.0379638671875, 481.5054626464844, 762.8246459960938]\n", - "13\n", - "1935\n", - "6\n", - "[1124.278564453125, 1257.476806640625, 1047.4256591796875, 1588.246337890625, 784.9588623046875, 498.69873046875]\n", - "6\n", - "1936\n", - "17\n", - "[560.356201171875, 1533.961181640625, 2536.314697265625, 1124.5277099609375, 666.6206665039062, 4557.32080078125, 6239.93798828125, 5795.70849609375, 1538.8924560546875, 3611.728515625, 6663.1533203125, 7112.0712890625, 3826.126220703125, 1388.419677734375, 3203.19482421875, 4155.35302734375, 1287.302734375]\n", - "17\n", - "1937\n", - "7\n", - "[318.5926818847656, 1529.1837158203125, 2047.4715576171875, 1713.4261474609375, 898.66748046875, 523.4148559570312, 451.2432556152344]\n", - "7\n", - "1938\n", - "8\n", - "[425.0087890625, 1177.2279052734375, 1153.378173828125, 447.3058776855469, 1752.9007568359375, 1694.497314453125, 391.15618896484375, 604.9050903320312]\n", - "8\n", - "1939\n", - "10\n", - "[562.1002197265625, 505.2958068847656, 931.9471435546875, 1273.0604248046875, 422.78424072265625, 1006.5588989257812, 1587.2674560546875, 564.2340087890625, 675.7931518554688, 620.0963745117188]\n", - "10\n", - "1940\n", - "8\n", - "[1214.1611328125, 639.970458984375, 440.3732604980469, 378.2869567871094, 1099.6522216796875, 549.4076538085938, 514.9376220703125, 431.7615966796875]\n", - "8\n", - "1941\n", - "11\n", - "[911.6192626953125, 329.6394348144531, 965.306396484375, 1316.0118408203125, 794.1824951171875, 312.0559387207031, 572.7645263671875, 1729.6510009765625, 1749.990478515625, 725.4244384765625, 408.17486572265625]\n", - "11\n", - "1942\n", - "10\n", - "[567.294189453125, 987.9752807617188, 800.0421752929688, 2224.50048828125, 1312.1561279296875, 2547.939697265625, 1475.906494140625, 2502.485107421875, 470.9884948730469, 740.100341796875]\n", - "10\n", - "1943\n", - "8\n", - "[1153.366455078125, 569.2159423828125, 3828.535400390625, 1288.6904296875, 2112.55078125, 2977.688232421875, 1611.6832275390625, 318.90533447265625]\n", - "8\n", - "1944\n", - "6\n", - "[589.6185913085938, 447.6794128417969, 854.0599365234375, 2403.08056640625, 411.67474365234375, 1137.870361328125]\n", - "6\n", - "1945\n", - "14\n", - "[650.2041625976562, 1436.110595703125, 1947.30859375, 2314.62646484375, 420.8614196777344, 514.7297973632812, 2032.034912109375, 1376.8123779296875, 510.1643371582031, 644.6272583007812, 649.3760986328125, 574.7337646484375, 522.8131103515625, 373.1172180175781]\n", - "14\n", - "1946\n", - "15\n", - "[721.7078247070312, 2087.892822265625, 1166.7469482421875, 805.3095092773438, 1317.0003662109375, 3394.447021484375, 1835.3990478515625, 2756.0087890625, 4183.9453125, 2388.845703125, 485.6041259765625, 1071.8167724609375, 1883.2032470703125, 2143.937255859375, 933.0767822265625]\n", - "15\n", - "1947\n", - "14\n", - "[313.5191345214844, 772.312255859375, 771.7459106445312, 651.91259765625, 367.3614196777344, 1342.4183349609375, 2291.390869140625, 1948.384033203125, 488.0074157714844, 462.9771728515625, 1300.567138671875, 886.3596801757812, 326.52264404296875, 455.85888671875]\n", - "14\n", - "1948\n", - "24\n", - "[935.0003662109375, 695.2660522460938, 3518.96337890625, 1586.0447998046875, 468.1153564453125, 5679.2041015625, 6241.0263671875, 843.0140991210938, 2368.3056640625, 6698.77734375, 5997.4609375, 2571.2392578125, 4558.51806640625, 2201.682373046875, 324.0660705566406, 530.1221923828125, 718.5955200195312, 322.05706787109375, 600.4716186523438, 587.2813110351562, 1232.007080078125, 1574.0499267578125, 491.9976806640625, 441.3674621582031]\n", - "24\n", - "1949\n", - "20\n", - "[415.2103576660156, 1069.2999267578125, 1737.4642333984375, 1143.4197998046875, 2023.596435546875, 2397.757568359375, 3058.843994140625, 1876.4195556640625, 1383.3426513671875, 2626.03955078125, 3369.028076171875, 2959.1357421875, 794.23876953125, 389.8337097167969, 388.0122985839844, 1351.8856201171875, 2462.2734375, 927.8377075195312, 825.4378051757812, 799.206298828125]\n", - "20\n", - "1950\n", - "18\n", - "[1036.318603515625, 877.041259765625, 4030.968017578125, 3918.249267578125, 1691.976806640625, 562.5931396484375, 1432.5257568359375, 3589.75390625, 971.9510498046875, 359.8750305175781, 621.072265625, 241.7292022705078, 1575.9090576171875, 833.662841796875, 1931.1275634765625, 1762.981689453125, 373.4051208496094, 823.6510009765625]\n", - "18\n", - "1951\n", - "12\n", - "[903.16748046875, 479.4164733886719, 569.0185546875, 899.9428100585938, 1002.4779663085938, 1651.787841796875, 2642.3037109375, 1902.810791015625, 1251.571044921875, 1678.437255859375, 882.0584716796875, 325.6725769042969]\n", - "12\n", - "1952\n", - "9\n", - "[461.0728454589844, 1246.64599609375, 1721.0023193359375, 909.9782104492188, 487.89959716796875, 1738.3919677734375, 1347.65185546875, 469.85516357421875, 378.8032531738281]\n", - "9\n", - "1953\n", - "49\n", - "[941.1683349609375, 527.930419921875, 427.381591796875, 2460.27490234375, 3047.5087890625, 872.7864990234375, 1395.995361328125, 3645.34375, 6308.50537109375, 4564.71435546875, 4262.25390625, 3007.2529296875, 831.5061645507812, 486.18365478515625, 1146.9173583984375, 1516.2581787109375, 1743.4051513671875, 5776.6318359375, 6179.95654296875, 6543.11669921875, 6270.35400390625, 5699.1435546875, 1127.091064453125, 466.4659729003906, 1165.3897705078125, 1384.6510009765625, 3147.5947265625, 2039.6214599609375, 5178.57275390625, 6261.80859375, 6460.10693359375, 5672.37890625, 2078.787841796875, 313.1565856933594, 385.32806396484375, 1153.77880859375, 988.1453857421875, 4660.0361328125, 6533.6875, 4886.767578125, 1042.514892578125, 477.9437561035156, 1704.2364501953125, 3597.22998046875, 3071.3134765625, 813.1192626953125, 595.5531005859375, 417.4964904785156, 810.6246948242188]\n", - "49\n", - "1954\n", - "8\n", - "[567.56689453125, 931.5044555664062, 1261.7294921875, 358.9732666015625, 1255.619384765625, 761.0396728515625, 466.1846618652344, 396.6293640136719]\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1955\n", - "13\n", - "[348.7785339355469, 316.0751647949219, 301.10333251953125, 412.7884521484375, 679.453857421875, 445.076416015625, 415.3829650878906, 1964.6343994140625, 1957.6015625, 508.1510314941406, 510.92529296875, 415.05743408203125, 325.5810546875]\n", - "13\n", - "1956\n", - "4\n", - "[1138.3199462890625, 2091.81201171875, 1826.4169921875, 1046.28759765625]\n", - "4\n", - "1957\n", - "14\n", - "[551.143798828125, 1124.2464599609375, 1122.6524658203125, 327.6980285644531, 1792.8271484375, 653.66259765625, 1369.2398681640625, 842.4738159179688, 331.30242919921875, 740.9077758789062, 1224.7806396484375, 703.4207763671875, 1674.6527099609375, 371.2746887207031]\n", - "14\n", - "1958\n", - "5\n", - "[861.0734252929688, 1688.639892578125, 896.670166015625, 1504.9849853515625, 628.5396118164062]\n", - "5\n", - "1959\n", - "6\n", - "[603.2239990234375, 1516.806884765625, 1508.3033447265625, 512.3826293945312, 433.3490905761719, 546.0050659179688]\n", - "6\n", - "1960\n", - "11\n", - "[728.390380859375, 469.7461853027344, 2182.542724609375, 884.2697143554688, 629.0081787109375, 754.0602416992188, 431.957763671875, 312.4170837402344, 478.0763854980469, 696.14501953125, 448.3453674316406]\n", - "11\n", - "1961\n", - "5\n", - "[1347.4815673828125, 379.4652404785156, 409.995849609375, 1492.9193115234375, 1631.107177734375]\n", - "5\n", - "1962\n", - "27\n", - "[436.15606689453125, 789.3353881835938, 352.2353515625, 1562.5069580078125, 2011.2451171875, 514.4911499023438, 300.4481506347656, 1426.04248046875, 2515.314697265625, 2979.8896484375, 2715.25244140625, 341.1458740234375, 554.82080078125, 1677.879638671875, 3145.62841796875, 3031.0498046875, 1525.1728515625, 472.6211242675781, 801.031494140625, 2595.428955078125, 2271.2578125, 587.5269165039062, 431.9097595214844, 840.1444702148438, 329.6747131347656, 449.2323913574219, 606.9556274414062]\n", - "27\n", - "1963\n", - "26\n", - "[1430.387451171875, 823.5492553710938, 1073.531982421875, 1876.177734375, 1717.4097900390625, 734.098388671875, 2261.496826171875, 1665.314453125, 966.6511840820312, 432.0122985839844, 5816.88330078125, 2186.9072265625, 2000.6397705078125, 6207.41552734375, 3926.9814453125, 3786.383544921875, 5610.1796875, 2772.328857421875, 605.436279296875, 540.2786865234375, 846.785888671875, 1970.10693359375, 468.5981140136719, 678.2326049804688, 441.5173034667969, 398.5543212890625]\n", - "26\n", - "1964\n", - "4\n", - "[2672.47021484375, 1026.4881591796875, 869.201171875, 2117.257568359375]\n", - "4\n", - "1965\n", - "5\n", - "[566.34375, 1234.455078125, 800.8765258789062, 1560.14892578125, 881.9107666015625]\n", - "5\n", - "1966\n", - "18\n", - "[525.5945434570312, 484.94317626953125, 665.43408203125, 880.3349609375, 603.5598754882812, 1002.831298828125, 1290.8031005859375, 408.2543640136719, 350.3017883300781, 1691.359375, 1229.14892578125, 870.0448608398438, 2431.8828125, 1548.8724365234375, 2189.946533203125, 2039.0218505859375, 487.9384460449219, 600.3782958984375]\n", - "18\n", - "1967\n", - "464\n", - "[316.4239501953125, 725.865966796875, 380.63458251953125, 426.27001953125, 364.5029602050781, 408.4104309082031, 318.9255676269531, 311.9106750488281, 1442.49267578125, 635.2637329101562, 458.5139465332031, 630.3849487304688, 400.2994689941406, 427.0372314453125, 376.9659729003906, 355.4119873046875, 450.67547607421875, 846.5696411132812, 318.828857421875, 378.9646911621094, 1037.31884765625, 390.9312438964844, 728.1741943359375, 521.87353515625, 625.3816528320312, 743.0010986328125, 1056.7174072265625, 880.7203979492188, 301.2625427246094, 773.7128295898438, 839.4580078125, 1051.4324951171875, 179.21470642089844, 940.406494140625, 319.679931640625, 1526.161865234375, 395.7217102050781, 667.9996948242188, 331.1822814941406, 1062.70263671875, 678.2401123046875, 486.2330017089844, 1059.3436279296875, 644.4765014648438, 1546.500732421875, 1583.4417724609375, 435.4088439941406, 2635.214111328125, 639.9981689453125, 1158.1192626953125, 756.420654296875, 988.1116333007812, 232.1228790283203, 1250.5247802734375, 597.7090454101562, 332.4717712402344, 1345.9542236328125, 463.0143127441406, 908.6153564453125, 678.6383666992188, 1038.7933349609375, 1572.92138671875, 1061.0828857421875, 3316.85888671875, 2007.2939453125, 717.3165893554688, 1534.2276611328125, 1610.443603515625, 504.78765869140625, 1450.8099365234375, 238.59617614746094, 1195.682373046875, 1271.5242919921875, 427.0759582519531, 1892.715087890625, 769.1615600585938, 2778.252197265625, 1727.0618896484375, 808.512939453125, 595.8263549804688, 982.089599609375, 2753.22412109375, 1315.3480224609375, 2385.24609375, 1818.3626708984375, 764.1190185546875, 386.4696044921875, 1014.8944702148438, 769.5606689453125, 2827.112548828125, 1619.76025390625, 1284.535400390625, 449.5003356933594, 1108.2994384765625, 1594.5247802734375, 412.4839782714844, 1098.9210205078125, 447.0138854980469, 387.853759765625, 496.4604187011719, 2237.379150390625, 817.4913940429688, 439.5325012207031, 1407.669677734375, 1321.930908203125, 1371.89892578125, 2158.622802734375, 1663.5775146484375, 1837.10546875, 2536.104736328125, 2832.3544921875, 1703.25537109375, 4108.97216796875, 4296.9169921875, 514.5298461914062, 837.3883666992188, 374.9801330566406, 542.02197265625, 501.4284973144531, 557.5540161132812, 1936.4200439453125, 883.1673583984375, 450.0314025878906, 629.4734497070312, 374.9920654296875, 798.1073608398438, 330.57537841796875, 366.3791809082031, 681.4491577148438, 345.5279541015625, 952.9146728515625, 1148.0804443359375, 2122.478271484375, 1217.1009521484375, 2013.567138671875, 2206.198974609375, 759.9474487304688, 635.1690063476562, 3032.555908203125, 3589.02001953125, 3514.89306640625, 3141.8408203125, 851.6695556640625, 5105.2529296875, 5305.89892578125, 5027.45751953125, 3123.942626953125, 3034.367431640625, 2735.003662109375, 4547.48583984375, 819.8898315429688, 1300.808837890625, 1012.9989013671875, 471.1446228027344, 520.5236206054688, 1641.5780029296875, 633.5689697265625, 494.6844177246094, 940.0220336914062, 443.0292663574219, 454.7069091796875, 545.0845336914062, 401.46002197265625, 989.4010620117188, 993.7467041015625, 1924.5850830078125, 1989.7886962890625, 2471.39111328125, 2311.344970703125, 2744.900390625, 2498.270751953125, 1387.482666015625, 2361.287109375, 3715.82958984375, 4928.14013671875, 5051.138671875, 3185.529052734375, 1751.0184326171875, 4405.52490234375, 6416.3515625, 6092.474609375, 4557.67333984375, 5186.84619140625, 5025.162109375, 4661.03955078125, 3236.199951171875, 3438.064697265625, 2885.9912109375, 1932.090087890625, 1233.168212890625, 771.2260131835938, 1114.9825439453125, 587.7347412109375, 594.2393798828125, 305.5926208496094, 878.6201171875, 1077.34228515625, 380.89984130859375, 367.6622314453125, 2981.775146484375, 4000.570556640625, 3916.552978515625, 5351.6376953125, 6058.1416015625, 4872.79443359375, 2872.709228515625, 2837.447998046875, 5305.13818359375, 5250.74072265625, 4755.76611328125, 5000.8935546875, 5476.14501953125, 6350.806640625, 6014.91748046875, 5791.3310546875, 3384.3828125, 4773.97998046875, 4285.21484375, 985.2682495117188, 544.2012329101562, 2596.711181640625, 2336.045166015625, 2390.526611328125, 1658.5096435546875, 2100.911376953125, 3936.16650390625, 2178.456298828125, 2288.047119140625, 3128.503173828125, 1693.7542724609375, 1074.431884765625, 300.6068420410156, 450.5440979003906, 1159.1583251953125, 1455.3402099609375, 1917.620849609375, 1829.089111328125, 502.8276062011719, 2983.464599609375, 5347.87841796875, 5289.20654296875, 3286.787109375, 5928.5595703125, 5682.83935546875, 6051.7587890625, 6198.05859375, 5850.26123046875, 6198.96142578125, 6120.46337890625, 6323.0048828125, 6252.1533203125, 6290.83837890625, 5689.486328125, 3535.396240234375, 3692.21875, 3234.517333984375, 2482.790283203125, 2029.2989501953125, 1475.0009765625, 2906.1279296875, 1654.16015625, 910.3804931640625, 1439.1722412109375, 711.260009765625, 557.7537231445312, 1471.048828125, 2991.668212890625, 1329.736328125, 467.5391540527344, 1222.024169921875, 1285.2576904296875, 610.431396484375, 1053.826171875, 1804.067626953125, 730.6951293945312, 998.2276611328125, 2512.809814453125, 1402.182861328125, 2870.39453125, 4747.96435546875, 5706.44970703125, 5903.453125, 6322.1796875, 6235.44140625, 6208.5361328125, 6095.2275390625, 5736.998046875, 5790.09326171875, 5639.4150390625, 5672.1298828125, 5675.3017578125, 4575.8681640625, 3856.294677734375, 4217.767578125, 1733.0106201171875, 1271.249755859375, 306.0335998535156, 549.716552734375, 645.0361938476562, 1112.289794921875, 643.8408813476562, 940.2806396484375, 550.8291015625, 729.7982788085938, 492.90924072265625, 1946.847412109375, 2348.9208984375, 576.5999145507812, 287.3070373535156, 182.96714782714844, 896.2346801757812, 3395.646728515625, 4361.54638671875, 5798.44921875, 5102.90576171875, 4557.1572265625, 2251.23486328125, 1637.00732421875, 1993.4122314453125, 3862.35546875, 3856.31396484375, 4834.986328125, 5064.1240234375, 4563.076171875, 2824.1787109375, 1650.425537109375, 520.1887817382812, 544.4243774414062, 332.7599182128906, 1479.0167236328125, 1647.303955078125, 1147.4873046875, 272.02001953125, 347.5395812988281, 202.53530883789062, 201.2393798828125, 321.697998046875, 1410.5904541015625, 1128.1190185546875, 3728.69873046875, 5118.53466796875, 5247.85205078125, 4259.4248046875, 2794.3271484375, 2040.923828125, 890.1804809570312, 1041.1229248046875, 3398.888427734375, 868.3479614257812, 433.90234375, 1109.2445068359375, 410.1963806152344, 1003.9852905273438, 1240.8858642578125, 268.9703369140625, 605.33642578125, 1488.7921142578125, 3776.5712890625, 4916.32177734375, 3823.309326171875, 1942.3543701171875, 3241.119384765625, 4906.6181640625, 2203.2783203125, 682.3775634765625, 402.5568542480469, 1008.0016479492188, 594.18896484375, 865.2351684570312, 3003.61279296875, 3246.94140625, 2616.46630859375, 1889.904052734375, 2108.989990234375, 2245.922119140625, 2924.244140625, 3587.872314453125, 3660.7744140625, 3757.119384765625, 3592.29541015625, 2871.355224609375, 379.6214904785156, 2812.921630859375, 3793.025390625, 1853.0694580078125, 442.9819030761719, 549.5848999023438, 1988.1510009765625, 743.2420043945312, 3044.296630859375, 533.3758544921875, 1440.461669921875, 2638.25244140625, 792.2196044921875, 1118.0504150390625, 1589.2313232421875, 1793.9652099609375, 890.9219970703125, 593.5052490234375, 1556.76171875, 317.4877624511719, 2199.454833984375, 591.8721313476562, 800.4210205078125, 634.9578857421875, 1058.144287109375, 1014.9718627929688, 1084.8563232421875, 810.6312255859375, 1314.3421630859375, 3007.810302734375, 1848.3128662109375, 1258.966064453125, 869.6377563476562, 1027.724609375, 1389.2950439453125, 1066.038818359375, 547.068603515625, 1313.420166015625, 1797.5693359375, 949.2073974609375, 728.7157592773438, 511.0126037597656, 607.0709228515625, 1382.926025390625, 1792.306884765625, 599.4010620117188, 348.77947998046875, 484.7875061035156, 1223.1551513671875, 551.9188842773438, 680.9398193359375, 1445.548828125, 512.6729125976562, 1143.818115234375, 522.940185546875, 892.1922607421875, 1766.243408203125, 2662.969482421875, 2060.423583984375, 489.90277099609375, 841.8887329101562, 562.83447265625, 328.919189453125, 1143.29833984375, 1026.526611328125, 1793.4638671875, 1648.1414794921875, 350.86724853515625, 443.5576171875, 810.3547973632812, 590.894287109375, 421.0882873535156, 528.5144653320312, 412.6020812988281, 390.36474609375, 530.5014038085938, 1147.3270263671875, 339.7441711425781, 332.6234130859375]\n", - "460\n", - "1968\n", - "7\n", - "[1025.4571533203125, 1786.9119873046875, 1734.835205078125, 1436.797607421875, 1625.25390625, 658.9750366210938, 567.9727172851562]\n", - "7\n", - "1969\n", - "8\n", - "[673.6560668945312, 1851.601318359375, 841.16259765625, 1189.4180908203125, 2196.918212890625, 989.2455444335938, 511.2842102050781, 431.46710205078125]\n", - "8\n", - "1970\n", - "6\n", - "[982.7599487304688, 583.9800415039062, 1039.684326171875, 1734.91455078125, 414.6544189453125, 1544.5172119140625]\n", - "6\n", - "1971\n", - "5\n", - "[459.3149719238281, 715.79833984375, 1161.5521240234375, 1794.142333984375, 1038.899658203125]\n", - "5\n", - "1972\n", - "7\n", - "[687.3710327148438, 616.8505859375, 2645.92626953125, 3959.989501953125, 959.2405395507812, 996.1785278320312, 591.12548828125]\n", - "7\n", - "1973\n", - "8\n", - "[485.1897888183594, 382.497314453125, 865.9595947265625, 1874.5413818359375, 1239.34326171875, 466.53948974609375, 1134.532958984375, 636.6359252929688]\n", - "8\n", - "1974\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "89\n", - "[598.4140625, 804.7763671875, 437.346435546875, 1450.94775390625, 375.5738830566406, 1432.7093505859375, 2361.841552734375, 1956.4871826171875, 355.8853454589844, 915.031982421875, 2541.276611328125, 5096.26513671875, 5097.4912109375, 3642.31494140625, 3080.860107421875, 426.55816650390625, 435.3484191894531, 4306.3828125, 4623.6083984375, 7056.5986328125, 6590.4267578125, 6261.224609375, 4609.17138671875, 1797.6634521484375, 729.7207641601562, 622.0806884765625, 705.5807495117188, 3095.668212890625, 5256.609375, 6272.302734375, 6545.37158203125, 6638.4521484375, 6741.712890625, 6541.50341796875, 3553.568359375, 2218.26123046875, 674.9849853515625, 1314.8387451171875, 5867.4189453125, 6536.01171875, 5962.64990234375, 5587.02001953125, 6552.11474609375, 6875.4453125, 2966.02880859375, 3118.567138671875, 567.3521118164062, 1200.957275390625, 5609.48681640625, 6857.51123046875, 6899.19921875, 6182.2705078125, 7269.93310546875, 6768.82568359375, 5386.8876953125, 1545.5460205078125, 1652.7529296875, 3386.377197265625, 6220.029296875, 7083.953125, 6971.203125, 6658.28564453125, 6623.73046875, 5435.5693359375, 1220.031005859375, 4053.275634765625, 3311.567138671875, 2555.22998046875, 1875.844482421875, 5645.173828125, 5504.20556640625, 4444.26220703125, 3741.335205078125, 2056.11376953125, 2855.145263671875, 2359.55322265625, 729.445068359375, 4316.73583984375, 2661.41162109375, 130.92115783691406, 373.307373046875, 1110.4993896484375, 475.80859375, 901.9656372070312, 584.8704223632812, 766.43994140625, 781.2291870117188, 866.4520874023438, 1041.2791748046875]\n", - "89\n", - "1975\n", - "8\n", - "[857.240478515625, 2870.267333984375, 1664.2320556640625, 1388.19384765625, 3614.994873046875, 1814.3795166015625, 2027.1815185546875, 1566.4727783203125]\n", - "8\n", - "1976\n", - "26\n", - "[1904.7227783203125, 3050.276123046875, 1159.5703125, 441.41619873046875, 741.4979858398438, 680.9310302734375, 4644.08349609375, 6994.564453125, 3840.106201171875, 336.2812194824219, 1006.353271484375, 5335.95361328125, 7322.58642578125, 6898.14697265625, 2113.52099609375, 1724.4141845703125, 4126.89306640625, 5140.1259765625, 1665.6893310546875, 620.4486694335938, 4817.77294921875, 2534.070556640625, 564.2896728515625, 924.6499633789062, 499.1354675292969, 1229.646728515625]\n", - "26\n", - "1977\n", - "9\n", - "[308.8038330078125, 564.7228393554688, 914.2706298828125, 756.3099975585938, 1620.9869384765625, 313.9612121582031, 1370.700439453125, 435.32537841796875, 445.8078918457031]\n", - "9\n", - "1978\n", - "15\n", - "[418.8628845214844, 510.8463439941406, 1235.84814453125, 327.274658203125, 541.2042846679688, 525.1162719726562, 320.99969482421875, 1137.4188232421875, 1428.433837890625, 449.6385192871094, 2305.919189453125, 1129.421142578125, 799.8490600585938, 1366.19189453125, 415.9799499511719]\n", - "15\n", - "1979\n", - "12\n", - "[514.037353515625, 1741.1357421875, 504.1429443359375, 1407.3736572265625, 1929.3583984375, 1762.0782470703125, 762.26513671875, 1838.279541015625, 1321.7801513671875, 980.3153076171875, 348.68603515625, 477.1329345703125]\n", - "12\n", - "1980\n", - "30\n", - "[363.644287109375, 437.2004089355469, 814.4657592773438, 1035.485595703125, 1176.0540771484375, 1284.96923828125, 749.8823852539062, 1075.51171875, 1401.091796875, 1422.0244140625, 1104.1910400390625, 2206.351806640625, 1159.4979248046875, 1434.9139404296875, 797.260498046875, 2522.663818359375, 5568.23876953125, 5084.1064453125, 785.40625, 5327.40283203125, 4008.18798828125, 661.099365234375, 1453.3489990234375, 1925.028076171875, 3369.91796875, 1736.3114013671875, 801.4264526367188, 532.8345336914062, 3160.75048828125, 355.56085205078125]\n", - "30\n", - "1981\n", - "22\n", - "[351.26739501953125, 1291.428466796875, 1389.65185546875, 689.4353637695312, 2180.758544921875, 2685.859130859375, 1407.1324462890625, 2283.60888671875, 625.86865234375, 812.1729125976562, 2816.764892578125, 3995.264404296875, 2324.405029296875, 915.5879516601562, 552.9009399414062, 563.7852172851562, 3480.546630859375, 3183.818359375, 829.3588256835938, 403.792724609375, 747.89892578125, 715.1724853515625]\n", - "22\n", - "1982\n", - "6\n", - "[424.7982482910156, 739.9285888671875, 353.06988525390625, 1044.5748291015625, 2192.08740234375, 841.1007690429688]\n", - "6\n", - "1983\n", - "12\n", - "[905.1590576171875, 527.1798706054688, 2366.714599609375, 1819.845458984375, 331.4530029296875, 2318.2880859375, 2474.917724609375, 517.06396484375, 945.9928588867188, 1692.1368408203125, 836.859619140625, 397.06561279296875]\n", - "12\n", - "1984\n", - "9\n", - "[494.54119873046875, 866.05517578125, 891.1092529296875, 921.9353637695312, 450.4654541015625, 322.11187744140625, 505.5931701660156, 477.1778259277344, 626.5926513671875]\n", - "9\n", - "1985\n", - "8\n", - "[790.5490112304688, 768.9278564453125, 606.6537475585938, 875.7864990234375, 1695.157470703125, 1967.1514892578125, 476.43316650390625, 566.9208984375]\n", - "8\n", - "1986\n", - "12\n", - "[390.3463439941406, 1855.009033203125, 650.64697265625, 1057.1116943359375, 618.7013549804688, 334.9999084472656, 585.9212646484375, 736.66796875, 310.7500915527344, 843.5191650390625, 865.6322021484375, 490.3459777832031]\n", - "12\n", - "1987\n", - "10\n", - "[311.16119384765625, 370.7253112792969, 389.6086730957031, 962.0841674804688, 710.5922241210938, 675.175537109375, 366.1336364746094, 1176.459228515625, 489.2795715332031, 308.2794189453125]\n", - "10\n", - "1988\n", - "10\n", - "[611.4144897460938, 1390.0972900390625, 430.3076171875, 1030.2117919921875, 355.8274230957031, 1412.81396484375, 789.6788330078125, 1206.4097900390625, 1043.19482421875, 487.83563232421875]\n", - "10\n", - "1989\n", - "92\n", - "[353.9930114746094, 1350.057861328125, 791.71435546875, 493.3826904296875, 753.9598388671875, 2354.83984375, 597.0009155273438, 650.65380859375, 1560.8807373046875, 1071.9451904296875, 2026.7532958984375, 490.8595275878906, 688.2396240234375, 799.7142333984375, 1491.835693359375, 505.449951171875, 1757.37841796875, 834.1776733398438, 538.2847900390625, 2055.672607421875, 1848.8074951171875, 692.0707397460938, 4629.3349609375, 2344.674560546875, 1058.8525390625, 1374.487060546875, 2953.19921875, 7599.62255859375, 6690.9482421875, 6763.0732421875, 6227.2529296875, 7184.98095703125, 4824.1474609375, 2408.713623046875, 558.625, 731.290771484375, 1152.07861328125, 5479.453125, 5594.21875, 7352.24365234375, 7497.447265625, 6838.47314453125, 6677.0078125, 4102.7138671875, 2406.249267578125, 2632.462890625, 1505.3121337890625, 3821.0048828125, 6149.828125, 6867.8984375, 6242.95703125, 6439.95751953125, 5809.79296875, 1806.353271484375, 909.6107788085938, 475.7206115722656, 3238.864501953125, 3837.451904296875, 2027.9178466796875, 7096.7548828125, 6797.50341796875, 2088.397705078125, 327.40283203125, 2077.427490234375, 1837.204345703125, 1377.407470703125, 6899.90625, 3399.857177734375, 389.03875732421875, 1199.0819091796875, 5534.28759765625, 4565.8994140625, 973.8020629882812, 465.8043518066406, 1905.4580078125, 2485.831787109375, 1503.46337890625, 428.9454040527344, 2038.4493408203125, 1269.4603271484375, 2042.088134765625, 2389.64208984375, 1835.7042236328125, 808.26513671875, 1082.3519287109375, 2365.138916015625, 1108.5184326171875, 302.2132263183594, 934.6346435546875, 1047.5010986328125, 567.9000244140625, 625.5797729492188]\n", - "92\n", - "1990\n", - "12\n", - "[1314.09375, 956.0714721679688, 760.2091674804688, 1005.4762573242188, 492.7455139160156, 1403.510986328125, 536.6256713867188, 759.1810302734375, 719.2106323242188, 396.6095886230469, 1136.6363525390625, 616.9329833984375]\n", - "12\n", - "1991\n", - "28\n", - "[504.3517150878906, 1158.3070068359375, 828.1268920898438, 491.8072814941406, 3334.940185546875, 5084.41943359375, 481.95965576171875, 1393.2904052734375, 1359.3857421875, 1355.187255859375, 444.1731262207031, 2512.25830078125, 3524.54736328125, 4234.0126953125, 1103.7264404296875, 913.1797485351562, 1902.0347900390625, 5210.0576171875, 5626.77197265625, 6505.158203125, 2004.2392578125, 2262.88134765625, 2226.106201171875, 3549.830078125, 2454.766357421875, 640.6753540039062, 1507.4979248046875, 394.5470275878906]\n", - "28\n", - "1992\n", - "9\n", - "[556.7830810546875, 454.0149841308594, 538.6959838867188, 1623.364990234375, 366.51239013671875, 392.5553894042969, 633.754638671875, 436.2787780761719, 390.8122253417969]\n", - "9\n", - "1993\n", - "13\n", - "[307.5632019042969, 977.6575927734375, 1098.5582275390625, 586.35888671875, 1815.2696533203125, 2469.25830078125, 2387.67822265625, 609.3260498046875, 635.0545654296875, 2121.56103515625, 1262.5380859375, 938.5310668945312, 434.9268798828125]\n", - "13\n", - "1994\n", - "19\n", - "[338.9853210449219, 666.9537353515625, 482.45654296875, 1693.670166015625, 427.32440185546875, 1283.353271484375, 2137.498779296875, 2404.400634765625, 1232.34765625, 409.3291015625, 873.9476928710938, 2304.555908203125, 1834.9019775390625, 690.51708984375, 407.1898498535156, 1857.242431640625, 931.657958984375, 533.8746948242188, 459.64892578125]\n", - "19\n", - "1995\n", - "5\n", - "[1327.146484375, 2088.716552734375, 1585.6982421875, 1573.2357177734375, 457.3000183105469]\n", - "5\n", - "1996\n", - "11\n", - "[375.83795166015625, 369.9153747558594, 518.100341796875, 693.2982177734375, 1591.816650390625, 2150.256103515625, 1543.509765625, 387.6920166015625, 1331.298583984375, 1481.56787109375, 353.1120300292969]\n", - "11" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1997\n", - "7\n", - "[384.51483154296875, 596.2529907226562, 2372.1083984375, 1935.2073974609375, 710.3032836914062, 905.2611083984375, 1445.3607177734375]\n", - "7\n", - "1998\n", - "17\n", - "[1338.55224609375, 719.2913208007812, 1552.4742431640625, 517.8509521484375, 759.265380859375, 1292.795654296875, 1058.541015625, 422.07659912109375, 656.9862060546875, 304.1457214355469, 454.3357238769531, 471.9512634277344, 963.0841674804688, 371.3880310058594, 882.4255981445312, 327.1602783203125, 600.657470703125]\n", - "17\n", - "1999\n", - "5\n", - "[681.9405517578125, 1898.0263671875, 1182.9010009765625, 825.6246948242188, 1343.997802734375]\n", - "5\n", - "2000\n", - "13\n", - "[494.8729248046875, 881.5652465820312, 1008.78759765625, 312.4771728515625, 321.682861328125, 921.7623291015625, 1142.4312744140625, 2000.057861328125, 2390.314697265625, 664.2367553710938, 2030.2476806640625, 927.3141479492188, 737.0772705078125]\n", - "13\n", - "2001\n", - "16\n", - "[844.8247680664062, 333.6461486816406, 513.4382934570312, 872.1481323242188, 1049.0572509765625, 1526.7181396484375, 2684.8349609375, 1836.50390625, 1078.016845703125, 946.902099609375, 812.8176879882812, 2433.418701171875, 2373.2138671875, 1819.3099365234375, 770.6595458984375, 589.9929809570312]\n", - "16\n", - "2002\n", - "11\n", - "[937.4002685546875, 2085.4169921875, 1481.1181640625, 1259.9871826171875, 2423.333984375, 592.78857421875, 1029.982666015625, 578.2207641601562, 689.5693359375, 778.682861328125, 340.5349426269531]\n", - "11\n", - "2003\n", - "13\n", - "[726.3968505859375, 1403.777587890625, 1567.7613525390625, 1075.6341552734375, 1292.2493896484375, 1307.344482421875, 2269.791015625, 1144.85400390625, 1623.279052734375, 1329.47412109375, 2255.91796875, 471.0233459472656, 528.4015502929688]\n", - "13\n", - "2004\n", - "9\n", - "[813.149658203125, 1468.845947265625, 542.81640625, 939.5288696289062, 2242.3115234375, 2056.537841796875, 839.6507568359375, 431.6705017089844, 515.7503662109375]\n", - "9\n", - "2005\n", - "7\n", - "[340.20361328125, 948.9530639648438, 912.6707763671875, 547.0868530273438, 625.2052001953125, 1068.6348876953125, 598.3008422851562]\n", - "7\n", - "2006\n", - "58\n", - "[408.7645263671875, 334.32635498046875, 1441.6798095703125, 1138.2491455078125, 933.7678833007812, 1151.27490234375, 746.1380615234375, 375.31854248046875, 323.25762939453125, 1338.323974609375, 3061.47802734375, 1689.202880859375, 3122.46533203125, 2001.43798828125, 2556.2890625, 1041.1177978515625, 916.1463012695312, 875.3350830078125, 300.6361389160156, 354.01861572265625, 519.8013305664062, 1873.2552490234375, 2335.124755859375, 3570.635498046875, 4054.899169921875, 3524.239501953125, 3236.982666015625, 3654.370849609375, 3707.298828125, 761.1671142578125, 1077.45947265625, 2109.031982421875, 3501.66845703125, 2839.1142578125, 3992.068359375, 4066.95263671875, 3122.141357421875, 2878.528076171875, 730.5281982421875, 424.28192138671875, 339.7723388671875, 1391.883056640625, 1726.9544677734375, 584.7533569335938, 1169.75927734375, 931.5372924804688, 773.3932495117188, 766.3690795898438, 543.62646484375, 900.393310546875, 304.21771240234375, 626.5481567382812, 2172.0859375, 572.9859619140625, 641.746826171875, 590.3466796875, 669.6138305664062, 769.2352905273438]\n", - "58\n", - "2007\n", - "7\n", - "[1072.6197509765625, 1125.15966796875, 1366.6953125, 899.864013671875, 812.2185668945312, 941.9198608398438, 464.972412109375]\n", - "7\n", - "2008\n", - "9\n", - "[836.0894165039062, 1151.114990234375, 2209.096923828125, 451.67181396484375, 1741.8614501953125, 1668.075439453125, 307.3741760253906, 651.5950927734375, 330.61431884765625]\n", - "9\n", - "2009\n", - "5\n", - "[628.6220703125, 1790.9970703125, 1926.74755859375, 1240.87158203125, 1172.902099609375]\n", - "5\n", - "2010\n", - "6\n", - "[758.7979125976562, 1399.6175537109375, 492.74444580078125, 406.22052001953125, 1363.0858154296875, 664.666748046875]\n", - "6\n", - "2011\n", - "8\n", - "[922.80078125, 472.9236755371094, 982.2642211914062, 2391.468994140625, 867.66162109375, 499.42681884765625, 1549.9344482421875, 842.1815795898438]\n", - "8\n", - "2012\n", - "5\n", - "[308.860595703125, 2010.36669921875, 965.475341796875, 1462.2186279296875, 2035.63525390625]\n", - "5\n", - "2013\n", - "14\n", - "[574.9642333984375, 796.2146606445312, 1207.28125, 983.8052368164062, 389.7048645019531, 693.5175170898438, 1166.2469482421875, 1069.2822265625, 1060.6707763671875, 314.6169738769531, 398.5132141113281, 378.0845031738281, 654.7630615234375, 306.9556884765625]\n", - "14\n", - "2014\n", - "16\n", - "[528.7552490234375, 371.9096984863281, 806.8092651367188, 599.6727294921875, 948.8510131835938, 1485.9017333984375, 1879.9356689453125, 820.017578125, 1945.7333984375, 1802.812255859375, 1091.2366943359375, 1360.3616943359375, 451.7364807128906, 1396.580078125, 495.81500244140625, 443.993896484375]\n", - "16\n", - "2015\n", - "39\n", - "[477.2054138183594, 367.21453857421875, 666.5941162109375, 1382.791259765625, 2666.687744140625, 1485.6490478515625, 314.84490966796875, 407.71270751953125, 911.9049072265625, 2840.431884765625, 1472.0941162109375, 396.5351257324219, 877.22900390625, 2222.5244140625, 1107.57275390625, 754.3245849609375, 407.5169982910156, 548.3821411132812, 831.2154541015625, 747.5459594726562, 1268.1865234375, 432.122802734375, 536.7019653320312, 619.4552001953125, 331.4578552246094, 890.3948364257812, 1081.169921875, 466.62518310546875, 904.303466796875, 931.9027099609375, 1649.812255859375, 2548.87158203125, 456.1192626953125, 348.0618591308594, 353.4971923828125, 1424.890625, 754.5736694335938, 313.40826416015625, 535.2518920898438]\n", - "39\n", - "2016\n", - "14\n", - "[398.7036437988281, 423.5606689453125, 374.3670654296875, 1669.013916015625, 1544.799072265625, 633.2261962890625, 333.54998779296875, 617.2496337890625, 2217.966552734375, 1449.6666259765625, 426.0182800292969, 560.3858032226562, 1761.849853515625, 1180.7705078125]\n", - "14\n", - "2017\n", - "11\n", - "[439.3441467285156, 329.7289733886719, 987.5426635742188, 688.987548828125, 464.92462158203125, 483.8352966308594, 412.41265869140625, 1937.1600341796875, 1309.62939453125, 775.48681640625, 627.2225341796875]\n", - "11\n", - "2018\n", - "7\n", - "[367.9828796386719, 709.6071166992188, 740.1079711914062, 2651.33740234375, 809.983154296875, 909.468505859375, 745.2880859375]\n", - "7\n", - "2019\n", - "12\n", - "[3070.495849609375, 2116.76123046875, 3180.126953125, 5538.49072265625, 3842.8369140625, 302.2821044921875, 3472.683837890625, 7004.92333984375, 4144.07666015625, 918.37939453125, 950.5576171875, 628.5599975585938]\n", - "12\n", - "2020\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[336.8206481933594, 498.46697998046875, 876.6486206054688, 1571.348388671875, 1236.3577880859375, 935.0385131835938, 1063.729736328125, 741.1663818359375]\n", - "8\n", - "2021\n", - "7\n", - "[422.6298522949219, 524.5504760742188, 1139.9334716796875, 456.56854248046875, 1363.1221923828125, 713.7738037109375, 416.8587951660156]\n", - "7\n", - "2022\n", - "42\n", - "[999.676513671875, 570.1138916015625, 937.39208984375, 820.6920776367188, 462.9399108886719, 377.4262390136719, 504.3705749511719, 1528.777099609375, 309.77691650390625, 410.8757019042969, 505.634521484375, 236.08050537109375, 1696.92333984375, 603.9606323242188, 446.7287902832031, 1180.0894775390625, 1187.3564453125, 2239.109130859375, 2269.091796875, 1157.225341796875, 3082.70556640625, 3150.61962890625, 466.5954284667969, 477.14068603515625, 2537.4619140625, 3118.94775390625, 480.89251708984375, 880.1475830078125, 1361.44140625, 1015.24560546875, 693.0254516601562, 679.4451293945312, 1800.6624755859375, 469.0230712890625, 589.5070190429688, 853.7603149414062, 351.41619873046875, 343.1100158691406, 639.8641357421875, 483.7535400390625, 331.9718017578125, 473.685302734375]\n", - "42\n", - "2023\n", - "14\n", - "[738.2576293945312, 1971.43603515625, 1542.514892578125, 1651.970458984375, 384.5028991699219, 1631.368896484375, 1523.1162109375, 879.077880859375, 1374.9033203125, 1273.53955078125, 397.3484802246094, 504.9997863769531, 850.9910278320312, 917.3515014648438]\n", - "14\n", - "2024\n", - "14\n", - "[662.2429809570312, 550.1317138671875, 301.4641418457031, 752.0697631835938, 889.6135864257812, 715.7929077148438, 387.5992431640625, 1684.6390380859375, 1449.2313232421875, 1062.61962890625, 1641.40185546875, 345.4738464355469, 1183.2451171875, 1192.649169921875]\n", - "14\n", - "2025\n", - "12\n", - "[722.2263793945312, 381.34918212890625, 317.1842346191406, 1057.1431884765625, 1347.3509521484375, 1369.275146484375, 524.1632080078125, 536.6742553710938, 1453.5770263671875, 1782.3848876953125, 317.0335693359375, 1077.3070068359375]\n", - "12\n", - "2026\n", - "7\n", - "[486.6626892089844, 1039.748046875, 1080.53271484375, 1672.352783203125, 1133.4578857421875, 632.843017578125, 369.646240234375]\n", - "7\n", - "2027\n", - "16\n", - "[329.7991943359375, 2041.408447265625, 1229.0350341796875, 947.1334838867188, 563.5724487304688, 428.58673095703125, 423.932861328125, 2199.2744140625, 2791.9228515625, 2906.7705078125, 1523.1978759765625, 370.3439025878906, 1501.696044921875, 1587.837890625, 372.07769775390625, 308.5519104003906]\n", - "16\n", - "2028\n", - "14\n", - "[1187.8101806640625, 1241.149169921875, 2174.289306640625, 1036.2218017578125, 1489.9896240234375, 2945.872802734375, 716.8198852539062, 429.6491394042969, 1034.0465087890625, 2325.238525390625, 1684.7557373046875, 365.1903991699219, 732.8912353515625, 830.9442749023438]\n", - "14\n", - "2029\n", - "76\n", - "[991.2652587890625, 693.0173950195312, 365.69586181640625, 1171.9627685546875, 819.9065551757812, 837.7723999023438, 3985.003662109375, 498.54693603515625, 987.3709106445312, 2459.388427734375, 1288.307861328125, 1450.110595703125, 4418.84521484375, 3555.974365234375, 2117.39111328125, 4344.9130859375, 699.5836181640625, 1289.4556884765625, 3419.59912109375, 5418.60400390625, 5312.2587890625, 2701.833251953125, 1960.1021728515625, 835.37939453125, 410.09674072265625, 4257.16650390625, 4958.09912109375, 3493.249755859375, 1516.67041015625, 4694.9833984375, 5350.9189453125, 5264.67041015625, 5448.75, 4740.86669921875, 4120.0380859375, 3253.166748046875, 2277.152099609375, 2373.44921875, 1823.5614013671875, 1631.91796875, 4928.27392578125, 4955.6767578125, 1898.701904296875, 3205.14794921875, 5409.60986328125, 5236.00341796875, 5515.61865234375, 5263.412109375, 2498.35205078125, 413.55401611328125, 655.3283081054688, 5082.20751953125, 5166.96630859375, 2595.807861328125, 2022.45166015625, 5167.462890625, 4884.58642578125, 4273.9443359375, 1220.6951904296875, 3096.427734375, 4386.43701171875, 1082.9615478515625, 2778.7724609375, 5251.25, 3027.353515625, 899.0040283203125, 2575.302490234375, 2281.224365234375, 2616.986328125, 3519.951904296875, 523.5881958007812, 594.430419921875, 955.1615600585938, 1625.9339599609375, 722.0386352539062, 358.2818908691406]\n", - "76\n", - "2030\n", - "15\n", - "[552.3497314453125, 501.2995910644531, 573.5113525390625, 1738.1793212890625, 2291.599609375, 2254.160888671875, 1725.0711669921875, 699.0843505859375, 1442.4556884765625, 2475.99267578125, 3026.024169921875, 1093.83154296875, 1307.60986328125, 1513.16455078125, 804.7222290039062]\n", - "15\n", - "2031\n", - "17\n", - "[1149.9530029296875, 1379.82177734375, 405.2210693359375, 1261.9305419921875, 2078.831298828125, 1086.1473388671875, 1780.0994873046875, 2083.20751953125, 1183.77001953125, 1049.185791015625, 1642.9322509765625, 1474.96728515625, 903.3160400390625, 858.1982421875, 2602.202880859375, 1432.979736328125, 961.7705688476562]\n", - "17\n", - "2032\n", - "9\n", - "[745.3033447265625, 1401.071044921875, 621.5095825195312, 1007.8794555664062, 1014.4819946289062, 333.7868347167969, 641.4392700195312, 756.9058227539062, 555.9723510742188]\n", - "9\n", - "2033\n", - "6\n", - "[679.3925170898438, 533.1718139648438, 1590.8377685546875, 1202.870361328125, 740.6888427734375, 1210.769287109375]\n", - "6\n", - "2034\n", - "4\n", - "[1566.33349609375, 1305.0670166015625, 1649.0992431640625, 652.935791015625]\n", - "4\n", - "2035\n", - "6\n", - "[790.4702758789062, 1263.4512939453125, 653.948974609375, 1442.9893798828125, 716.4047241210938, 334.3341979980469]\n", - "6\n", - "2036\n", - "8\n", - "[3038.326416015625, 1712.1246337890625, 962.405517578125, 2007.7681884765625, 810.361328125, 2413.807373046875, 3393.527099609375, 358.2105712890625]\n", - "8\n", - "2037\n", - "5\n", - "[1521.7882080078125, 839.5087890625, 1267.3865966796875, 787.366943359375, 633.5120239257812]\n", - "5\n", - "2038\n", - "8\n", - "[784.8963623046875, 811.7140502929688, 1321.363037109375, 1540.7330322265625, 863.4475708007812, 498.3477783203125, 1051.2646484375, 337.3960876464844]\n", - "8\n", - "2039\n", - "20\n", - "[992.9198608398438, 358.5958251953125, 424.87744140625, 3274.713623046875, 3334.697021484375, 1809.961181640625, 844.8642578125, 1093.2808837890625, 2267.478759765625, 4942.33447265625, 3465.240478515625, 1010.7875366210938, 672.5556030273438, 2771.445556640625, 4150.5693359375, 628.3933715820312, 613.865966796875, 491.97454833984375, 937.0552368164062, 906.2659912109375]\n", - "20\n", - "2040\n", - "12\n", - "[650.2608032226562, 1388.435302734375, 1466.1318359375, 814.4468994140625, 473.43408203125, 1105.990966796875, 920.6546020507812, 1051.3133544921875, 318.55633544921875, 974.2384033203125, 1709.108154296875, 1043.1026611328125]\n", - "12\n", - "2041\n", - "27\n", - "[542.3237915039062, 743.3513793945312, 442.8006591796875, 1257.66015625, 3805.862548828125, 531.5955200195312, 2030.4417724609375, 2113.87255859375, 587.199951171875, 2260.251953125, 460.12347412109375, 409.5250244140625, 583.08447265625, 3585.990478515625, 662.7396850585938, 440.99853515625, 5219.43017578125, 3712.510986328125, 1007.2950439453125, 4558.45068359375, 4099.0283203125, 1931.00390625, 479.2089538574219, 2067.55419921875, 332.4400939941406, 576.7877807617188, 1457.98876953125]\n", - "27" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2042\n", - "7\n", - "[396.5248718261719, 1086.4295654296875, 1212.5582275390625, 551.75146484375, 852.9647827148438, 576.5790405273438, 503.7560119628906]\n", - "7\n", - "2043\n", - "25\n", - "[502.2491760253906, 1692.9814453125, 2785.271484375, 1355.378173828125, 320.949462890625, 640.41552734375, 733.5453491210938, 1988.1817626953125, 4096.58056640625, 1503.3016357421875, 1133.746826171875, 1657.4083251953125, 1138.061279296875, 1173.2432861328125, 2214.63916015625, 576.1842041015625, 317.41485595703125, 3211.15087890625, 3842.521728515625, 1987.4140625, 309.6434326171875, 562.3587646484375, 2041.057861328125, 2227.8837890625, 960.2384033203125]\n", - "25\n", - "2044\n", - "38\n", - "[717.4386596679688, 1760.0919189453125, 2226.298095703125, 569.5588989257812, 1145.0089111328125, 2989.2314453125, 2737.7890625, 2674.106201171875, 1920.500732421875, 1353.940673828125, 669.91650390625, 2129.815185546875, 3339.360595703125, 3101.93408203125, 3176.707275390625, 3425.912353515625, 3434.997314453125, 660.8021240234375, 828.5365600585938, 1801.7230224609375, 2179.92041015625, 2648.109619140625, 3165.517578125, 2330.526611328125, 1018.7432250976562, 540.3649291992188, 1695.8643798828125, 2560.79638671875, 1381.6590576171875, 2190.638916015625, 2205.44580078125, 795.5162353515625, 324.4529724121094, 653.3950805664062, 1600.7906494140625, 1727.369140625, 434.70135498046875, 1591.3106689453125]\n", - "38\n", - "2045\n", - "28\n", - "[1158.499755859375, 1349.939208984375, 1260.3935546875, 519.5084838867188, 609.0982666015625, 324.6936950683594, 315.98858642578125, 834.704345703125, 1728.904541015625, 746.3561401367188, 724.4151000976562, 1584.563720703125, 1655.919189453125, 563.7682495117188, 306.1501159667969, 602.7814331054688, 556.215087890625, 338.0274353027344, 1950.7169189453125, 311.89892578125, 372.81878662109375, 2181.855224609375, 1753.7940673828125, 624.0118408203125, 901.5025024414062, 1081.591064453125, 1325.3551025390625, 397.0662536621094]\n", - "28\n", - "2046\n", - "8\n", - "[346.8055419921875, 687.7835083007812, 1735.65283203125, 1159.3585205078125, 736.6287231445312, 1330.72900390625, 505.319580078125, 705.9561767578125]\n", - "8\n", - "2047\n", - "47\n", - "[642.059326171875, 756.1173706054688, 776.4932250976562, 1208.2984619140625, 858.4343872070312, 1238.0648193359375, 2284.974609375, 2531.13330078125, 1366.3204345703125, 735.7387084960938, 1651.03759765625, 2128.75634765625, 2646.8173828125, 1984.1876220703125, 458.1304016113281, 454.7377624511719, 150.2918701171875, 728.5354614257812, 1564.650146484375, 2236.607421875, 2431.292724609375, 1821.8856201171875, 613.0831909179688, 824.7228393554688, 863.5133056640625, 510.6487731933594, 2470.807373046875, 2731.567138671875, 2755.604736328125, 1223.4580078125, 316.2728271484375, 1205.9652099609375, 2272.93017578125, 2379.197998046875, 1784.420654296875, 981.379150390625, 326.24456787109375, 642.3513793945312, 1013.1896362304688, 1825.5157470703125, 353.1050109863281, 421.0147705078125, 356.4833068847656, 1049.3203125, 708.529052734375, 418.3751220703125, 355.2608337402344]\n", - "47\n", - "2048\n", - "10\n", - "[524.57958984375, 669.9862060546875, 398.3143005371094, 1433.4744873046875, 1455.1024169921875, 1031.67431640625, 513.714111328125, 806.373291015625, 1419.80712890625, 390.04876708984375]\n", - "10\n", - "2049\n", - "5\n", - "[320.7753601074219, 1253.599609375, 600.5997314453125, 2231.3642578125, 1872.74853515625]\n", - "5\n", - "2050\n", - "27\n", - "[1178.2001953125, 3660.114501953125, 1242.7008056640625, 2892.452880859375, 6266.4208984375, 1214.4256591796875, 451.0888366699219, 3162.261474609375, 3442.0400390625, 423.3052978515625, 2958.26708984375, 2244.71337890625, 2328.716796875, 847.7167358398438, 934.339599609375, 5232.98388671875, 1018.5121459960938, 4396.81201171875, 1698.3984375, 1509.114013671875, 1704.919921875, 4472.69677734375, 1874.37109375, 1963.275390625, 1470.4228515625, 1002.504150390625, 621.1621704101562]\n", - "27\n", - "2051\n", - "19\n", - "[2410.434326171875, 3687.914794921875, 1538.927734375, 1282.2413330078125, 2891.02880859375, 7506.2099609375, 1645.685791015625, 696.4911499023438, 1754.73291015625, 7384.9853515625, 6719.349609375, 1762.149169921875, 425.75048828125, 1504.0894775390625, 4466.58056640625, 2613.512939453125, 399.47296142578125, 961.55517578125, 427.0323486328125]\n", - "19\n", - "2052\n", - "105\n", - "[899.0144653320312, 651.449462890625, 420.3661193847656, 816.1658935546875, 1820.703125, 985.2147827148438, 951.0355224609375, 707.8430786132812, 450.44683837890625, 121.5508041381836, 1119.146240234375, 1785.4388427734375, 304.3851318359375, 324.1398620605469, 942.7443237304688, 1557.919677734375, 1515.1036376953125, 1659.3309326171875, 123.04340362548828, 501.0873107910156, 2412.403564453125, 591.0250244140625, 520.9644165039062, 914.0293579101562, 479.5481872558594, 1266.62255859375, 1425.5445556640625, 1477.982666015625, 1952.6485595703125, 1734.4866943359375, 883.1196899414062, 1982.1976318359375, 2660.63671875, 1061.161865234375, 2283.288818359375, 1101.433349609375, 431.0411071777344, 1252.841552734375, 820.6179809570312, 516.9991455078125, 375.51141357421875, 3027.018310546875, 4498.53564453125, 5548.8935546875, 4527.04931640625, 3460.2529296875, 4068.5146484375, 1520.744140625, 1307.9229736328125, 686.59912109375, 1328.826416015625, 844.5003051757812, 306.50360107421875, 335.9400634765625, 1543.7200927734375, 892.1882934570312, 4451.7177734375, 5958.701171875, 4504.052734375, 4859.7958984375, 3363.083740234375, 2497.84716796875, 1835.8372802734375, 590.06884765625, 796.310546875, 496.10546875, 493.7120666503906, 773.2462158203125, 1078.50732421875, 1087.3013916015625, 2481.1728515625, 3246.203125, 5159.033203125, 5732.9296875, 4570.4951171875, 2445.648681640625, 1596.007568359375, 817.5845947265625, 433.86016845703125, 594.5106811523438, 353.7210388183594, 1499.10498046875, 4957.4052734375, 5672.01611328125, 5379.4052734375, 3163.17919921875, 1077.30078125, 473.10015869140625, 932.7689208984375, 484.9410400390625, 381.8841552734375, 961.8089599609375, 458.2085876464844, 2653.02880859375, 3554.60791015625, 1306.830810546875, 472.48724365234375, 745.0249633789062, 515.2335815429688, 1286.1748046875, 931.4935302734375, 1372.2235107421875, 920.3845825195312, 1637.0263671875, 971.6720581054688]\n", - "105\n", - "2053\n", - "19\n", - "[545.233154296875, 686.8970947265625, 986.2807006835938, 1193.5196533203125, 2055.76171875, 1370.4649658203125, 477.7548522949219, 837.7777099609375, 1829.205322265625, 2338.0341796875, 1981.5118408203125, 1260.903076171875, 692.1939086914062, 392.5256652832031, 390.8152160644531, 444.8572082519531, 439.49310302734375, 780.005615234375, 547.6015625]\n", - "19\n", - "2054\n", - "16\n", - "[418.4019775390625, 534.3291625976562, 441.64324951171875, 419.1078796386719, 1521.349365234375, 1203.5062255859375, 344.13751220703125, 2127.376220703125, 2117.141357421875, 324.17449951171875, 1732.8564453125, 2812.366943359375, 401.81341552734375, 528.471435546875, 1111.1324462890625, 1168.4490966796875]\n", - "16\n", - "2055\n", - "9\n", - "[344.2776794433594, 1112.4193115234375, 2520.561767578125, 1845.97607421875, 485.7632141113281, 506.1277770996094, 404.8300476074219, 1574.41845703125, 1882.8262939453125]\n", - "9\n", - "2056\n", - "7\n", - "[373.87188720703125, 1351.5570068359375, 747.43212890625, 354.147705078125, 649.29833984375, 1245.99951171875, 1101.953369140625]\n", - "7\n", - "2057\n", - "6\n", - "[498.2167053222656, 879.7022705078125, 1397.9276123046875, 811.4449462890625, 1618.689697265625, 390.2376403808594]\n", - "6\n", - "2058\n", - "9\n", - "[1207.8695068359375, 1289.533447265625, 350.8760681152344, 1739.47412109375, 1886.972900390625, 550.6138916015625, 1296.9385986328125, 783.5075073242188, 488.7842102050781]\n", - "9\n", - "2059\n", - "24\n", - "[957.647705078125, 1231.337158203125, 551.0651245117188, 1232.5628662109375, 2127.066650390625, 2612.8720703125, 923.6856079101562, 1105.513916015625, 2219.281494140625, 1436.56591796875, 2039.9766845703125, 2618.21875, 1349.422119140625, 669.7434692382812, 694.8673706054688, 2254.748046875, 1766.6529541015625, 1363.9365234375, 707.586669921875, 355.4027404785156, 375.788330078125, 1241.2901611328125, 601.3218994140625, 436.4986572265625]\n", - "24\n", - "2060\n", - "7\n", - "[695.1437377929688, 517.5253295898438, 1633.28662109375, 1736.5662841796875, 485.54534912109375, 339.7416076660156, 628.0032348632812]\n", - "7\n", - "2061\n", - "16\n", - "[930.015625, 398.9160461425781, 905.9354248046875, 1370.2362060546875, 694.1328125, 453.58978271484375, 1024.992919921875, 737.9292602539062, 577.9335327148438, 806.8123168945312, 665.3126220703125, 635.427978515625, 635.263427734375, 300.0776062011719, 438.42425537109375, 365.24053955078125]\n", - "16\n", - "2062\n", - "92\n", - "[567.7047119140625, 476.0985107421875, 310.338134765625, 971.2473754882812, 505.9984130859375, 527.9815673828125, 1021.592529296875, 372.22161865234375, 1072.4012451171875, 458.1686096191406, 581.1674194335938, 569.0997314453125, 987.5859375, 1334.67431640625, 3866.427490234375, 3668.26806640625, 4467.1123046875, 1576.981201171875, 933.9639282226562, 1322.5892333984375, 344.13067626953125, 733.6414794921875, 366.2585754394531, 571.4072265625, 924.9651489257812, 1864.677001953125, 3042.05078125, 4402.64599609375, 4633.09375, 2445.878662109375, 1470.9486083984375, 3281.5341796875, 4013.501708984375, 2414.7998046875, 308.9717102050781, 625.890869140625, 1276.23291015625, 930.721923828125, 614.1469116210938, 826.943115234375, 323.6892395019531, 2262.118896484375, 4014.121826171875, 4032.9384765625, 3286.07177734375, 1657.002197265625, 1682.756591796875, 2150.802490234375, 2969.6279296875, 2023.9112548828125, 2403.26220703125, 1589.4365234375, 748.2883911132812, 653.7666625976562, 2724.15478515625, 1095.2313232421875, 2081.102294921875, 2698.07275390625, 484.0439758300781, 514.9966430664062, 1465.6292724609375, 2184.27099609375, 3389.412109375, 2347.923095703125, 457.742431640625, 641.2676391601562, 800.6744995117188, 541.4064331054688, 360.7637939453125, 981.4189453125, 536.5913696289062, 535.3661499023438, 759.9807739257812, 3358.746826171875, 2891.4521484375, 750.3909301757812, 1931.6650390625, 3360.71826171875, 1886.971435546875, 405.8632507324219, 2308.80517578125, 704.6350708007812, 1277.992431640625, 1046.8333740234375, 3303.85498046875, 2993.027587890625, 1814.503173828125, 618.8611450195312, 597.3722534179688, 1663.607177734375, 859.9327392578125]\n", - "91\n", - "2063\n", - "24\n", - "[407.4789733886719, 663.0068359375, 1758.4864501953125, 950.509521484375, 389.8960876464844, 2099.16796875, 2725.614013671875, 940.7300415039062, 733.8056640625, 355.59136962890625, 617.5073852539062, 387.2253112792969, 678.9075317382812, 449.32745361328125, 606.5895385742188, 1643.71240234375, 3969.8291015625, 414.4300842285156, 466.5501708984375, 2870.16259765625, 2729.6845703125, 2884.348388671875, 1181.608642578125, 1188.395751953125]\n", - "24" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2064\n", - "21\n", - "[562.7559204101562, 471.0999755859375, 2099.946044921875, 3066.151611328125, 955.7848510742188, 808.0924072265625, 3410.767333984375, 3329.49658203125, 333.79730224609375, 1134.6773681640625, 2928.331787109375, 3814.062255859375, 1017.4912719726562, 388.78643798828125, 1874.0986328125, 3519.60986328125, 2887.603759765625, 581.8560791015625, 1384.6585693359375, 2893.189697265625, 1097.462646484375]\n", - "21\n", - "2065\n", - "10\n", - "[648.4859008789062, 709.5130615234375, 1664.259765625, 953.1717529296875, 1826.5858154296875, 755.276123046875, 662.7586669921875, 434.3086853027344, 618.365234375, 399.31304931640625]\n", - "10\n", - "2066\n", - "14\n", - "[600.4288940429688, 589.10302734375, 463.9822998046875, 1554.8011474609375, 469.7657470703125, 1431.89794921875, 907.4660034179688, 807.0651245117188, 304.1368713378906, 972.7755126953125, 335.76434326171875, 531.9277954101562, 441.11492919921875, 798.7307739257812]\n", - "14\n", - "2067\n", - "18\n", - "[558.3375854492188, 822.3065795898438, 701.2291259765625, 525.7503662109375, 667.7600708007812, 2448.90576171875, 1739.090576171875, 352.7859191894531, 507.1723937988281, 616.23046875, 419.8023376464844, 1235.54931640625, 1677.940673828125, 463.89093017578125, 801.99560546875, 475.1176452636719, 745.2750244140625, 380.96112060546875]\n", - "18\n", - "2068\n", - "13\n", - "[1756.2891845703125, 1741.97998046875, 1325.60107421875, 2679.27294921875, 2666.072998046875, 2857.790771484375, 2340.341552734375, 989.334228515625, 1551.1048583984375, 1300.5142822265625, 1229.884521484375, 1343.9896240234375, 1646.7266845703125]\n", - "13\n", - "2069\n", - "10\n", - "[335.3349609375, 542.4757080078125, 597.54345703125, 354.79071044921875, 737.9888305664062, 1034.73388671875, 366.89715576171875, 884.815185546875, 668.5655517578125, 458.99884033203125]\n", - "10\n", - "2070\n", - "44\n", - "[770.2796630859375, 1526.99755859375, 3058.241943359375, 4920.86083984375, 807.0933227539062, 2376.075927734375, 4031.83251953125, 5911.10498046875, 3912.615234375, 513.3480834960938, 3833.1982421875, 6333.97021484375, 5240.71337890625, 6015.90771484375, 2614.44921875, 455.70849609375, 1304.0394287109375, 6722.32275390625, 6778.35498046875, 6374.04931640625, 3215.93896484375, 823.3433837890625, 708.4791259765625, 590.6458129882812, 903.83837890625, 3248.72265625, 5870.17529296875, 6802.64501953125, 6631.89404296875, 1997.6329345703125, 2999.555419921875, 5682.72265625, 4682.89599609375, 1132.8701171875, 4264.65234375, 4484.40478515625, 3764.529296875, 638.58642578125, 6504.7822265625, 5395.1572265625, 2334.116943359375, 1230.755615234375, 1286.6119384765625, 371.2734069824219]\n", - "44\n", - "2071\n", - "6\n", - "[354.32171630859375, 459.76837158203125, 1842.233642578125, 641.9924926757812, 1958.77880859375, 1014.14990234375]\n", - "6\n", - "2072\n", - "113\n", - "[1287.5101318359375, 1139.7073974609375, 431.8150634765625, 736.7874755859375, 4065.681884765625, 3047.408203125, 1424.5369873046875, 702.7650146484375, 1721.087890625, 5840.69287109375, 5665.95556640625, 951.99560546875, 649.2709350585938, 1281.5087890625, 2331.07763671875, 5099.04833984375, 6287.919921875, 2981.031494140625, 1239.7188720703125, 2565.946533203125, 3476.255859375, 2755.23583984375, 4852.08447265625, 5320.19091796875, 5525.19140625, 2567.263916015625, 3923.2138671875, 3342.01611328125, 460.623291015625, 1890.3343505859375, 1403.741943359375, 1211.2012939453125, 4663.07763671875, 5006.19580078125, 6468.9716796875, 5057.26123046875, 3994.483154296875, 1372.6690673828125, 1517.3472900390625, 551.0947265625, 1534.497802734375, 853.2706909179688, 162.4315185546875, 1851.2503662109375, 5266.408203125, 6499.12255859375, 6869.82861328125, 6979.31591796875, 2388.575439453125, 332.5477600097656, 947.0411987304688, 429.7435607910156, 535.9086303710938, 683.52001953125, 2037.21923828125, 2494.9248046875, 2511.32275390625, 2937.035400390625, 5981.2177734375, 6013.923828125, 6320.2177734375, 6429.169921875, 6885.59765625, 2664.9599609375, 1710.18310546875, 1996.532470703125, 1424.6015625, 1537.2174072265625, 2848.56201171875, 2779.6708984375, 2921.125, 373.1947937011719, 1141.65478515625, 2461.5712890625, 5132.45751953125, 6065.41162109375, 6818.27783203125, 6777.595703125, 6538.50927734375, 6078.6533203125, 2082.055419921875, 390.5224609375, 2788.012451171875, 1074.168212890625, 872.2620849609375, 852.7194213867188, 705.1287841796875, 925.1433715820312, 353.52789306640625, 832.6630859375, 3236.796142578125, 5299.52978515625, 5026.01220703125, 4256.70166015625, 3906.966552734375, 2730.826416015625, 453.6327209472656, 569.1288452148438, 853.584716796875, 1489.908203125, 621.860107421875, 2128.000244140625, 2252.380859375, 1335.4954833984375, 544.4371948242188, 879.9185180664062, 1227.44677734375, 1613.6717529296875, 383.1564636230469, 374.83343505859375, 960.3339233398438, 979.0071411132812, 651.6351928710938]\n", - "113\n", - "2073\n", - "10\n", - "[366.6634216308594, 891.5911254882812, 1131.8009033203125, 416.3527526855469, 510.5488586425781, 371.4115295410156, 570.628173828125, 503.6205139160156, 604.6181640625, 519.1635131835938]\n", - "10\n", - "2074\n", - "7\n", - "[333.64727783203125, 1098.2366943359375, 1292.1468505859375, 1061.0067138671875, 631.3031005859375, 657.9136962890625, 1649.477783203125]\n", - "7\n", - "2075\n", - "13\n", - "[376.3759460449219, 471.7493591308594, 1296.6746826171875, 481.72723388671875, 699.2810668945312, 317.48663330078125, 334.885009765625, 394.22906494140625, 726.6761474609375, 579.9195556640625, 750.77490234375, 406.7466735839844, 913.8982543945312]\n", - "13\n", - "2076\n", - "13\n", - "[418.5877380371094, 1299.7137451171875, 1461.059814453125, 330.552734375, 1154.563720703125, 1634.249267578125, 1665.4757080078125, 554.93310546875, 1670.205322265625, 987.5855102539062, 368.69354248046875, 1283.3426513671875, 387.3028869628906]\n", - "13\n", - "2077\n", - "15\n", - "[416.16693115234375, 1093.5223388671875, 312.0655212402344, 448.107177734375, 356.0483703613281, 1348.6907958984375, 432.15423583984375, 659.2356567382812, 1569.115478515625, 1033.57275390625, 670.3546752929688, 340.15087890625, 543.542236328125, 651.3905639648438, 661.678466796875]\n", - "15\n", - "2078\n", - "4\n", - "[1473.39306640625, 2641.216552734375, 1791.298828125, 1316.0194091796875]\n", - "4\n", - "2079\n", - "22\n", - "[342.8655700683594, 531.4464721679688, 740.8958129882812, 824.9241333007812, 2577.606201171875, 341.5253601074219, 3772.952880859375, 3960.853271484375, 493.8446350097656, 490.9844665527344, 902.3040161132812, 2537.8671875, 2127.837646484375, 581.9035034179688, 352.4919128417969, 1819.274169921875, 1618.301025390625, 674.9365234375, 367.88861083984375, 1028.5321044921875, 341.69635009765625, 809.3331909179688]\n", - "22\n", - "2080\n", - "50\n", - "[347.814697265625, 751.8800048828125, 477.4285888671875, 1311.9156494140625, 910.7813720703125, 361.8735046386719, 528.0474853515625, 345.1648254394531, 1250.380859375, 227.75892639160156, 213.2669219970703, 664.6677856445312, 1205.89599609375, 434.7938232421875, 425.78814697265625, 409.94989013671875, 3406.062255859375, 2970.8935546875, 1518.236572265625, 1614.2913818359375, 1400.480712890625, 311.8573913574219, 664.681640625, 1692.7574462890625, 4523.998046875, 5813.306640625, 4381.44677734375, 2816.81689453125, 1301.9705810546875, 456.8253173828125, 1117.4805908203125, 2403.720703125, 4798.9111328125, 6059.0576171875, 5978.95703125, 5212.05029296875, 2699.783203125, 1075.2242431640625, 3374.281005859375, 5474.16259765625, 5906.94970703125, 4893.73876953125, 3361.935546875, 2913.005615234375, 5297.67333984375, 3210.0888671875, 988.7384033203125, 1038.837646484375, 771.7676391601562, 315.881103515625]\n", - "50\n", - "2081\n", - "4\n", - "[813.8696899414062, 2536.504638671875, 2903.754638671875, 2394.900390625]\n", - "4\n", - "2082\n", - "25\n", - "[434.24041748046875, 2166.379150390625, 973.9434814453125, 428.2510681152344, 2091.748779296875, 1603.72509765625, 3961.69287109375, 1718.7056884765625, 491.74774169921875, 3909.533203125, 2758.8427734375, 5083.1123046875, 4141.84521484375, 4487.13330078125, 5042.38330078125, 808.3028564453125, 672.5869140625, 2252.857666015625, 4819.16162109375, 5193.5341796875, 3667.202392578125, 805.58935546875, 1310.1243896484375, 1194.91845703125, 421.9508056640625]\n", - "25\n", - "2083\n", - "9\n", - "[1950.929931640625, 2579.71142578125, 1200.7900390625, 751.7582397460938, 2124.98486328125, 4729.6923828125, 1628.8125, 603.5509033203125, 1080.3135986328125]\n", - "9\n", - "2084\n", - "50\n", - "[714.0867309570312, 1210.0185546875, 1406.7430419921875, 895.6023559570312, 1360.4866943359375, 1816.1978759765625, 1917.220703125, 461.6387634277344, 319.97198486328125, 341.5423278808594, 582.9193725585938, 1530.857177734375, 2127.962646484375, 2447.540771484375, 3256.727783203125, 1205.4998779296875, 989.4680786132812, 575.4442749023438, 308.1154479980469, 394.51678466796875, 1274.9388427734375, 3213.91064453125, 4130.0361328125, 4386.025390625, 3189.977783203125, 2830.51513671875, 541.0877685546875, 396.39080810546875, 2447.50390625, 4132.32958984375, 4253.4443359375, 1713.6630859375, 601.5057373046875, 605.848876953125, 830.008056640625, 1000.902587890625, 1662.129638671875, 2734.87548828125, 2159.624755859375, 1006.5186767578125, 355.7226867675781, 324.08734130859375, 926.8123779296875, 1065.6473388671875, 2047.8590087890625, 400.3800354003906, 2626.708740234375, 467.9442443847656, 320.3499755859375, 998.6572875976562]\n", - "50\n", - "2085\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21\n", - "[434.2505798339844, 713.2070922851562, 590.5664672851562, 534.6181640625, 775.5266723632812, 457.4333190917969, 645.572021484375, 1090.3282470703125, 1542.8167724609375, 1792.256591796875, 363.9632873535156, 1304.2432861328125, 1054.5047607421875, 389.12225341796875, 332.6679992675781, 349.5961608886719, 507.3592529296875, 404.48095703125, 399.53948974609375, 343.9183044433594, 414.8092956542969]\n", - "21\n", - "2086\n", - "59\n", - "[567.4024047851562, 887.587158203125, 1002.5701904296875, 613.9033203125, 478.2875671386719, 449.7983093261719, 1252.8330078125, 975.0264282226562, 2023.07470703125, 2111.592041015625, 156.56227111816406, 1581.974609375, 735.8128662109375, 1935.8653564453125, 4036.089111328125, 1037.0767822265625, 358.6991882324219, 840.7388305664062, 534.2772827148438, 2022.7899169921875, 4749.31396484375, 4489.8515625, 3837.241943359375, 2564.857666015625, 2531.12158203125, 1556.5572509765625, 4793.98291015625, 5093.47509765625, 5087.58642578125, 3998.199951171875, 428.71124267578125, 964.6488037109375, 4925.67041015625, 5013.498046875, 5081.53369140625, 2317.142333984375, 1119.911376953125, 836.1658935546875, 540.176513671875, 3876.56494140625, 4848.12548828125, 4239.69873046875, 622.913818359375, 1368.028564453125, 1333.371826171875, 773.5176391601562, 4166.28125, 3243.685791015625, 320.71527099609375, 396.5546569824219, 675.5406494140625, 769.3338623046875, 1873.2579345703125, 1238.744384765625, 1630.03369140625, 3333.141845703125, 1684.35546875, 1112.4964599609375, 1884.7850341796875]\n", - "59\n", - "2087\n", - "59\n", - "[472.8843994140625, 305.8670654296875, 438.1692810058594, 1078.32080078125, 432.2765808105469, 467.88421630859375, 343.99066162109375, 359.0559387207031, 553.3388671875, 1601.511474609375, 326.7939453125, 708.0933837890625, 1391.803466796875, 1712.7125244140625, 479.4488220214844, 662.47607421875, 1507.2410888671875, 948.2340698242188, 699.4747924804688, 898.8422241210938, 897.5820922851562, 403.70867919921875, 387.3780822753906, 360.9839782714844, 1003.240966796875, 356.204345703125, 388.933837890625, 625.920166015625, 665.6568603515625, 339.17938232421875, 356.2993469238281, 764.257080078125, 711.7208251953125, 527.330078125, 1250.9739990234375, 1958.927001953125, 874.0454711914062, 538.2891845703125, 772.0278930664062, 892.3294067382812, 503.956787109375, 1542.1829833984375, 1349.170166015625, 3644.512451171875, 3687.690673828125, 1107.810791015625, 387.2359619140625, 778.4872436523438, 3195.88232421875, 4598.40966796875, 1424.85400390625, 350.30133056640625, 386.68658447265625, 1694.5325927734375, 1800.1983642578125, 1044.7811279296875, 1425.497802734375, 358.4364929199219, 636.5057373046875]\n", - "59\n", - "2088\n", - "25\n", - "[641.6051025390625, 405.0169677734375, 550.3826904296875, 1299.881103515625, 675.2073974609375, 1781.2972412109375, 1501.8448486328125, 573.6921997070312, 2394.337890625, 694.3446044921875, 430.1439208984375, 2064.919677734375, 956.8479614257812, 427.30181884765625, 2502.6201171875, 1360.2720947265625, 397.26690673828125, 1944.8040771484375, 1204.6319580078125, 755.8890991210938, 857.2986450195312, 779.9854125976562, 571.315185546875, 381.2171936035156, 468.2554016113281]\n", - "25\n", - "2089\n", - "18\n", - "[336.940185546875, 1291.3292236328125, 1414.6495361328125, 807.5079956054688, 878.7410278320312, 327.5856628417969, 2815.088623046875, 3821.1416015625, 3541.585693359375, 1566.2232666015625, 1361.9976806640625, 3346.132568359375, 3875.460693359375, 2413.9853515625, 1797.34375, 1185.19189453125, 2357.306640625, 490.0443115234375]\n", - "18\n", - "2090\n", - "27\n", - "[345.42718505859375, 813.462158203125, 599.6315307617188, 522.3576049804688, 1186.92822265625, 327.98419189453125, 2842.67626953125, 1739.966796875, 463.20703125, 2095.6220703125, 584.6036987304688, 367.4894714355469, 924.4244384765625, 927.8824462890625, 1043.996826171875, 3161.19140625, 3554.517333984375, 724.8993530273438, 760.9585571289062, 315.7565612792969, 590.211669921875, 426.5179443359375, 1483.85595703125, 477.40191650390625, 570.3695068359375, 901.9896240234375, 401.3841552734375]\n", - "27\n", - "2091\n", - "29\n", - "[731.4024047851562, 306.2662353515625, 559.6979370117188, 3724.43896484375, 2110.800048828125, 811.4810180664062, 3406.7802734375, 4017.132080078125, 2451.087646484375, 948.3429565429688, 1501.6517333984375, 1039.0712890625, 1894.6405029296875, 830.491943359375, 496.0351257324219, 954.3842163085938, 648.9752197265625, 1000.3424072265625, 556.6627197265625, 459.84808349609375, 596.5997924804688, 811.5762329101562, 317.6768493652344, 538.529052734375, 887.1138305664062, 331.73956298828125, 623.2462158203125, 583.2941284179688, 422.4227294921875]\n", - "29\n", - "2092\n", - "11\n", - "[634.0451049804688, 448.989501953125, 1187.609619140625, 2239.177001953125, 1507.1072998046875, 2348.51025390625, 2185.9384765625, 550.6629638671875, 1335.3369140625, 461.3374938964844, 474.8575439453125]\n", - "11\n", - "2093\n", - "9\n", - "[933.4061279296875, 410.331787109375, 311.8951416015625, 1671.603759765625, 2507.588134765625, 1884.4794921875, 2149.378173828125, 1992.0531005859375, 365.8048095703125]\n", - "9\n", - "2094\n", - "6\n", - "[466.58380126953125, 476.3055114746094, 1695.878662109375, 842.0100708007812, 902.0103149414062, 872.249755859375]\n", - "6\n", - "2095\n", - "8\n", - "[491.85113525390625, 1175.274169921875, 358.4167785644531, 973.2333374023438, 1828.0042724609375, 423.72308349609375, 788.1370239257812, 340.8795166015625]\n", - "8\n", - "2096\n", - "9\n", - "[363.5355529785156, 917.7643432617188, 500.1037902832031, 1323.780029296875, 713.0524291992188, 1566.046142578125, 1906.6861572265625, 1066.6309814453125, 1039.2713623046875]\n", - "9\n", - "2097\n", - "12\n", - "[1195.09228515625, 676.9522094726562, 498.77960205078125, 343.20538330078125, 747.599365234375, 2893.604736328125, 999.9662475585938, 641.8811645507812, 457.3365478515625, 610.1006469726562, 346.8677062988281, 442.8945007324219]\n", - "12\n", - "2098\n", - "6\n", - "[1483.5084228515625, 1377.934814453125, 499.28851318359375, 898.3360595703125, 2140.512939453125, 348.7935791015625]\n", - "6\n", - "2099\n", - "9\n", - "[674.770263671875, 3134.31640625, 6155.78515625, 1505.402099609375, 2881.05029296875, 5492.017578125, 785.1751708984375, 1148.204345703125, 1024.8883056640625]\n", - "9\n", - "2100\n", - "12\n", - "[338.75946044921875, 599.4613647460938, 489.4053649902344, 646.9238891601562, 1290.3363037109375, 805.7012939453125, 2694.231201171875, 2202.381591796875, 1215.7252197265625, 1784.5916748046875, 1532.7730712890625, 833.83447265625]\n", - "12\n", - "2101\n", - "34\n", - "[742.6659545898438, 847.1673583984375, 1426.49658203125, 376.3233337402344, 555.881103515625, 829.7757568359375, 2009.839599609375, 344.6739196777344, 403.9043884277344, 872.8273315429688, 1283.4368896484375, 1880.776611328125, 1031.859619140625, 373.3336181640625, 453.53692626953125, 430.0042724609375, 420.2646484375, 700.5985107421875, 871.7711181640625, 961.9402465820312, 306.0509948730469, 682.1879272460938, 1607.7493896484375, 804.376708984375, 740.7672729492188, 573.1981811523438, 729.0121459960938, 508.4381103515625, 653.490966796875, 1661.9273681640625, 468.0382385253906, 631.8098754882812, 923.7471923828125, 311.7968444824219]\n", - "34\n", - "2102\n", - "18\n", - "[635.0519409179688, 970.60595703125, 400.447265625, 1908.3604736328125, 301.00115966796875, 513.9219360351562, 2187.593017578125, 456.8003234863281, 300.3980712890625, 427.33489990234375, 4290.78125, 582.30126953125, 420.0116271972656, 2615.990478515625, 860.3561401367188, 562.9735717773438, 868.770751953125, 527.3048706054688]\n", - "18\n", - "2103\n", - "9\n", - "[348.0213623046875, 302.2239685058594, 1172.055908203125, 3187.35546875, 572.2112426757812, 657.79052734375, 600.89453125, 465.8731994628906, 744.7699584960938]\n", - "9\n", - "2104\n", - "15\n", - "[695.3206787109375, 774.9835815429688, 2545.812744140625, 1322.9383544921875, 981.5027465820312, 395.53387451171875, 1486.4927978515625, 2710.60693359375, 3359.813232421875, 1597.1966552734375, 2546.29833984375, 2735.677978515625, 1653.990966796875, 589.178466796875, 567.0079956054688]\n", - "15\n", - "2105\n", - "9\n", - "[1025.4515380859375, 2531.758544921875, 5090.62841796875, 1439.9244384765625, 889.3245849609375, 5683.8359375, 4256.43701171875, 379.9546203613281, 516.73876953125]\n", - "9\n", - "2106\n", - "11\n", - "[324.21051025390625, 517.6240234375, 3763.36328125, 501.4629211425781, 522.3969116210938, 4256.90625, 10773.3857421875, 1242.63671875, 1307.6016845703125, 1356.1766357421875, 703.9849853515625]\n", - "11\n", - "2107\n", - "6\n", - "[2554.57666015625, 1291.996337890625, 458.460205078125, 583.560791015625, 836.2723999023438, 360.2568359375]\n", - "6\n", - "2108\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[302.587890625, 863.220703125, 1162.402099609375, 555.865478515625, 508.597900390625, 850.926513671875, 520.665771484375, 1075.66650390625, 1130.4232177734375, 661.3339233398438, 363.612060546875, 799.4080200195312, 574.0761108398438, 2225.16796875, 425.41973876953125]\n", - "15\n", - "2109\n", - "7\n", - "[488.6829528808594, 2133.269775390625, 462.4914855957031, 674.2401733398438, 1250.82470703125, 847.6489868164062, 546.4495239257812]\n", - "7\n", - "2110\n", - "50\n", - "[613.66455078125, 669.4774780273438, 1483.360107421875, 730.3530883789062, 355.4247131347656, 407.766845703125, 675.4345703125, 2515.48046875, 1338.2423095703125, 381.4055480957031, 443.2346496582031, 873.1635131835938, 1036.272216796875, 2794.677001953125, 909.1610107421875, 315.0063171386719, 1080.4613037109375, 2322.398681640625, 1000.2505493164062, 2850.60205078125, 4521.49560546875, 1340.192626953125, 317.4382629394531, 433.21795654296875, 602.158447265625, 945.7364501953125, 2345.350341796875, 3152.018310546875, 4216.9150390625, 1983.88671875, 1148.8060302734375, 1113.0540771484375, 606.56005859375, 478.4809875488281, 552.6575927734375, 896.99169921875, 1013.0458984375, 3563.353515625, 4576.71240234375, 2383.22119140625, 419.7387390136719, 384.4105529785156, 1596.9190673828125, 3640.328369140625, 880.23779296875, 2561.533203125, 955.5220336914062, 463.75445556640625, 771.8285522460938, 313.3834228515625]\n", - "50\n", - "2111\n", - "57\n", - "[555.3694458007812, 600.9639892578125, 466.2077331542969, 829.6676025390625, 351.22869873046875, 302.6742248535156, 2770.138427734375, 422.5173034667969, 4447.23388671875, 1358.05126953125, 966.9556274414062, 533.2120971679688, 652.6761474609375, 4685.20751953125, 4125.58740234375, 1549.08740234375, 546.7681884765625, 311.6221618652344, 649.244384765625, 1709.50146484375, 4679.9873046875, 4693.38720703125, 1401.6827392578125, 3526.951171875, 4452.86328125, 1119.171142578125, 1078.65673828125, 1773.786865234375, 824.2237548828125, 722.229248046875, 364.3966979980469, 2184.42822265625, 1682.6514892578125, 452.0184020996094, 674.9609985351562, 577.0438232421875, 3132.033203125, 739.94384765625, 431.84832763671875, 640.7120361328125, 396.4417419433594, 738.8054809570312, 886.9910278320312, 1017.9922485351562, 396.4705505371094, 2007.484619140625, 4809.72265625, 3608.716796875, 1051.1517333984375, 1618.90771484375, 4067.25244140625, 1816.0321044921875, 1339.935302734375, 1871.231689453125, 389.5088195800781, 1174.5928955078125, 426.4605712890625]\n", - "57\n", - "2112\n", - "9\n", - "[408.815185546875, 754.3233642578125, 1681.278564453125, 934.9569702148438, 449.8738708496094, 893.1051635742188, 1783.5155029296875, 316.7735900878906, 474.4100646972656]\n", - "9\n", - "2113\n", - "22\n", - "[595.7313232421875, 1111.6617431640625, 857.259521484375, 528.5595703125, 715.1741333007812, 1491.610107421875, 755.0316162109375, 413.2666015625, 308.7928161621094, 917.9684448242188, 972.9358520507812, 528.0264282226562, 611.3878173828125, 1132.2451171875, 860.876708984375, 1384.8077392578125, 1101.014892578125, 563.8568725585938, 1210.207275390625, 711.603759765625, 307.7510681152344, 436.04949951171875]\n", - "22\n", - "2114\n", - "42\n", - "[682.7915649414062, 1856.12548828125, 459.4958801269531, 2340.111572265625, 759.1685180664062, 600.5654907226562, 584.7578125, 491.0431213378906, 595.4472045898438, 321.8327941894531, 818.4381103515625, 1206.6815185546875, 3186.639404296875, 511.9978942871094, 1490.540771484375, 958.0533447265625, 382.29571533203125, 1267.43017578125, 380.43304443359375, 489.0609130859375, 883.241455078125, 1028.15234375, 431.1549987792969, 342.18524169921875, 576.1871337890625, 959.3765869140625, 479.75177001953125, 1326.5013427734375, 740.8990478515625, 580.210205078125, 514.51611328125, 1037.2904052734375, 633.3858032226562, 855.1857299804688, 942.0272216796875, 428.676513671875, 1342.6436767578125, 460.44171142578125, 1132.2220458984375, 393.8584899902344, 491.2403869628906, 517.511474609375]\n", - "42\n", - "2115\n", - "45\n", - "[663.7269897460938, 1160.4053955078125, 378.0573425292969, 739.244140625, 1619.4541015625, 2280.509521484375, 340.0430908203125, 2645.370849609375, 325.4320068359375, 1098.9324951171875, 2265.40283203125, 1348.1497802734375, 574.811767578125, 1378.600830078125, 3619.593505859375, 1213.5618896484375, 1968.1505126953125, 2157.631103515625, 712.6143798828125, 1467.6429443359375, 3531.578125, 3410.451904296875, 1128.7374267578125, 1950.6337890625, 3468.884521484375, 3939.824951171875, 2321.282470703125, 426.1915588378906, 1725.374755859375, 3910.230224609375, 2761.728515625, 307.45947265625, 519.7882080078125, 468.7603454589844, 1782.237548828125, 2874.205322265625, 3369.318115234375, 1258.667724609375, 1147.0667724609375, 3322.67041015625, 3197.7744140625, 709.3876953125, 340.5980529785156, 350.365234375, 411.6081848144531]\n", - "45\n", - "2116\n", - "9\n", - "[631.0516967773438, 449.40545654296875, 581.1088256835938, 1267.67236328125, 1686.578857421875, 815.9580078125, 656.6094360351562, 989.0671997070312, 396.1757507324219]\n", - "9\n", - "2117\n", - "16\n", - "[597.634765625, 1216.1383056640625, 651.1701049804688, 1353.5418701171875, 3013.46142578125, 3055.69287109375, 1765.390625, 1183.0521240234375, 706.841552734375, 2172.08056640625, 2685.695556640625, 2126.3134765625, 1455.6177978515625, 675.9940185546875, 1891.8514404296875, 1522.206298828125]\n", - "16\n", - "2118\n", - "9\n", - "[326.3501281738281, 656.4087524414062, 1449.234619140625, 729.3292846679688, 1264.97021484375, 1183.11962890625, 570.1905517578125, 601.8530883789062, 513.0442504882812]\n", - "9\n", - "2119\n", - "6\n", - "[416.906982421875, 313.5161437988281, 1567.3118896484375, 1225.8165283203125, 1027.4979248046875, 1156.006591796875]\n", - "6\n", - "2120\n", - "27\n", - "[329.52520751953125, 472.4794006347656, 988.4706420898438, 755.0009155273438, 1012.2874755859375, 748.4844970703125, 688.415771484375, 1071.6522216796875, 341.91815185546875, 309.54681396484375, 828.6072387695312, 799.85888671875, 586.1558227539062, 1000.1187744140625, 1193.8673095703125, 539.7691650390625, 691.585693359375, 311.2716369628906, 416.8133239746094, 388.85406494140625, 547.8955078125, 463.1340637207031, 301.84515380859375, 741.191162109375, 1011.141357421875, 311.0599060058594, 1028.4671630859375]\n", - "27\n", - "2121\n", - "6\n", - "[1154.71923828125, 893.9788818359375, 4317.52197265625, 2441.399658203125, 1130.795166015625, 2021.538330078125]\n", - "6\n", - "2122\n", - "13\n", - "[673.94091796875, 1989.4459228515625, 1557.207275390625, 699.0675659179688, 539.608154296875, 1163.248779296875, 2138.23193359375, 2326.0478515625, 1963.985107421875, 984.3946533203125, 368.13201904296875, 734.8208618164062, 1260.556884765625]\n", - "13\n", - "2123\n", - "10\n", - "[411.63720703125, 518.6432495117188, 432.82757568359375, 892.4204711914062, 348.24554443359375, 1883.6107177734375, 1780.014404296875, 815.9979858398438, 1551.4898681640625, 481.8351745605469]\n", - "10\n", - "2124\n", - "7\n", - "[850.1181030273438, 1848.6094970703125, 443.0882873535156, 1362.7359619140625, 334.9456787109375, 1263.624267578125, 816.559814453125]\n", - "7\n", - "2125\n", - "61\n", - "[559.7748413085938, 1742.0264892578125, 416.8929443359375, 378.19818115234375, 3771.706787109375, 4895.4833984375, 948.014404296875, 561.69921875, 900.0961303710938, 866.1368408203125, 1928.544677734375, 3459.708984375, 5756.06005859375, 2447.13671875, 3750.764892578125, 2718.43994140625, 407.1539611816406, 3566.562744140625, 5713.30322265625, 4840.88427734375, 5517.5615234375, 2945.185546875, 1897.65771484375, 2610.55517578125, 1143.9830322265625, 2219.538818359375, 2646.397705078125, 2683.82080078125, 4120.35791015625, 5679.73583984375, 6116.2578125, 6088.58740234375, 4350.71923828125, 422.00640869140625, 539.5751953125, 2437.397705078125, 845.201904296875, 2606.520751953125, 2781.1005859375, 1190.7191162109375, 3499.269775390625, 4350.8359375, 4615.1767578125, 4560.591796875, 3633.9521484375, 1664.8980712890625, 970.7157592773438, 404.1161193847656, 2797.802001953125, 1799.9517822265625, 1385.505615234375, 3392.945068359375, 2642.720458984375, 713.577880859375, 752.5887451171875, 603.2119140625, 1019.58935546875, 567.4244384765625, 694.6634521484375, 409.47698974609375, 484.7221374511719]\n", - "61\n", - "2126\n", - "14\n", - "[516.7200927734375, 2022.8424072265625, 807.2484130859375, 4588.96435546875, 1288.695068359375, 1366.8876953125, 1978.14306640625, 1249.851806640625, 720.5057983398438, 355.2432861328125, 530.889404296875, 553.290283203125, 469.8179016113281, 649.3528442382812]\n", - "14\n", - "2127\n", - "22\n", - "[3012.27685546875, 991.1892700195312, 2048.46630859375, 1063.9752197265625, 351.8435363769531, 1078.809326171875, 1362.9464111328125, 357.7750244140625, 371.0224304199219, 593.0650634765625, 311.3133544921875, 925.4315795898438, 3790.14501953125, 4171.8271484375, 5495.052734375, 1857.7637939453125, 816.1726684570312, 768.8271484375, 1902.4788818359375, 1823.5057373046875, 736.4647216796875, 826.5767211914062]\n", - "22\n", - "2128\n", - "15\n", - "[638.337890625, 526.6079711914062, 553.6839599609375, 352.50079345703125, 694.47119140625, 1853.4097900390625, 2279.449951171875, 3969.764404296875, 3896.2646484375, 911.6868286132812, 943.3412475585938, 499.08209228515625, 2924.58447265625, 2690.15234375, 786.1032104492188]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "2129\n", - "19\n", - "[563.887939453125, 478.78277587890625, 921.2613525390625, 830.7608032226562, 982.6328735351562, 2177.119384765625, 1343.4315185546875, 914.2681274414062, 779.0975341796875, 447.822021484375, 639.66162109375, 2244.665771484375, 2845.04833984375, 2157.205078125, 396.0894775390625, 1919.461181640625, 668.4486083984375, 525.8430786132812, 470.88885498046875]\n", - "19\n", - "2130\n", - "9\n", - "[831.7018432617188, 1083.886474609375, 1232.41748046875, 1261.14111328125, 2663.04638671875, 1955.6529541015625, 964.353515625, 442.4141540527344, 2604.901123046875]\n", - "9\n", - "2131\n", - "9\n", - "[458.28076171875, 302.28436279296875, 344.01318359375, 421.2236328125, 967.1795043945312, 737.1627197265625, 412.7861328125, 1107.194580078125, 909.7315063476562]\n", - "9\n", - "2132\n", - "6\n", - "[408.2135009765625, 891.083740234375, 2913.804443359375, 955.4412231445312, 316.1086120605469, 310.39617919921875]\n", - "6\n", - "2133\n", - "37\n", - "[488.0282287597656, 375.3081359863281, 337.73193359375, 470.6136474609375, 705.4038696289062, 793.5100708007812, 448.7383117675781, 665.5343017578125, 771.6766967773438, 1028.9891357421875, 2234.702880859375, 559.7531127929688, 924.8628540039062, 4716.2509765625, 7064.83349609375, 6204.90771484375, 3234.827392578125, 544.9343872070312, 3991.063720703125, 6845.43310546875, 4687.52099609375, 2910.486083984375, 368.07513427734375, 417.2778625488281, 1672.043212890625, 2633.113037109375, 1522.5870361328125, 356.7342529296875, 305.85980224609375, 1194.112548828125, 1330.9677734375, 323.870849609375, 415.7237243652344, 707.184814453125, 306.47308349609375, 427.83746337890625, 399.64483642578125]\n", - "37\n", - "2134\n", - "5\n", - "[949.5161743164062, 1309.2177734375, 2481.97314453125, 977.3322143554688, 871.99365234375]\n", - "5\n", - "2135\n", - "10\n", - "[571.2932739257812, 538.3939819335938, 604.1277465820312, 324.3026428222656, 630.5750122070312, 370.78057861328125, 532.8936157226562, 542.2445678710938, 381.79022216796875, 1213.5791015625]\n", - "10\n", - "2136\n", - "10\n", - "[347.6355895996094, 1099.1968994140625, 1923.584716796875, 545.9874267578125, 1593.8878173828125, 2828.92529296875, 2505.038818359375, 518.2158203125, 1603.0758056640625, 2495.42529296875]\n", - "10\n", - "2137\n", - "35\n", - "[356.69482421875, 900.6815185546875, 1152.9866943359375, 957.77587890625, 597.5013427734375, 1864.5341796875, 1416.761962890625, 1059.2974853515625, 1551.142333984375, 448.5509033203125, 2506.716796875, 1918.0943603515625, 2265.568603515625, 2142.87744140625, 350.66986083984375, 409.73541259765625, 997.1658325195312, 2431.477783203125, 3081.516845703125, 3096.988037109375, 2213.59033203125, 1567.0989990234375, 406.65618896484375, 760.9000244140625, 1726.1856689453125, 2426.817138671875, 2305.89111328125, 1141.4990234375, 1652.044921875, 717.7398071289062, 612.782470703125, 1366.5, 1419.916259765625, 421.49658203125, 424.7176208496094]\n", - "35\n", - "2138\n", - "4\n", - "[339.7113952636719, 1437.2664794921875, 1968.375, 1335.2374267578125]\n", - "4\n", - "2139\n", - "9\n", - "[377.4013366699219, 573.9515380859375, 415.11285400390625, 744.886962890625, 1668.7232666015625, 1442.6658935546875, 336.5438232421875, 1281.108154296875, 1275.25]\n", - "9\n", - "2140\n", - "23\n", - "[340.59100341796875, 392.3592224121094, 735.35498046875, 474.79669189453125, 483.412109375, 328.421142578125, 586.9248657226562, 449.38604736328125, 383.436767578125, 405.3517150878906, 1414.2615966796875, 2052.976806640625, 351.9841613769531, 2179.6669921875, 4026.4970703125, 377.7832946777344, 1832.435791015625, 3029.830322265625, 3283.173828125, 603.1820678710938, 2096.00634765625, 2303.607666015625, 671.9367065429688]\n", - "23\n", - "2141\n", - "21\n", - "[1036.98486328125, 1234.8984375, 330.9190979003906, 509.21051025390625, 717.7291259765625, 563.8023681640625, 435.0100402832031, 946.1174926757812, 301.5853271484375, 321.5650329589844, 3185.608642578125, 2902.47705078125, 538.3656005859375, 1935.74072265625, 4789.7978515625, 3618.749267578125, 829.662109375, 1136.89013671875, 2977.9697265625, 1591.653076171875, 831.0091552734375]\n", - "21\n", - "2142\n", - "14\n", - "[361.587646484375, 636.8628540039062, 336.2312927246094, 2476.650390625, 1950.1253662109375, 576.037841796875, 1758.7327880859375, 1742.4603271484375, 1825.4910888671875, 1374.884033203125, 439.0631408691406, 778.4097900390625, 1303.7449951171875, 1571.373046875]\n", - "14\n", - "2143\n", - "9\n", - "[1065.4990234375, 954.545654296875, 342.9792175292969, 1348.7843017578125, 2178.8291015625, 2927.672607421875, 6549.8212890625, 545.0156860351562, 523.2947998046875]\n", - "9\n", - "2144\n", - "7\n", - "[324.6309814453125, 2383.218994140625, 2474.833984375, 835.9996948242188, 313.426025390625, 575.0659790039062, 872.3143920898438]\n", - "7\n", - "2145\n", - "46\n", - "[321.5118103027344, 346.4903259277344, 594.5643920898438, 348.0868225097656, 729.5545043945312, 292.8756408691406, 2560.08837890625, 721.3876342773438, 307.662109375, 494.728271484375, 3365.393798828125, 2454.567138671875, 1371.265869140625, 824.4240112304688, 585.9806518554688, 624.3322143554688, 624.8197631835938, 1166.792724609375, 454.73431396484375, 1474.803955078125, 5485.0126953125, 6317.48046875, 4206.416015625, 1354.897216796875, 418.8089904785156, 3051.228271484375, 5758.287109375, 6025.7080078125, 5562.7822265625, 1698.5167236328125, 815.2611083984375, 4375.35498046875, 3129.920654296875, 1919.64208984375, 3535.07568359375, 507.192138671875, 1588.2076416015625, 2669.4453125, 465.3365173339844, 694.4638061523438, 739.2525024414062, 317.35833740234375, 470.8196105957031, 460.86773681640625, 350.3525390625, 578.8085327148438]\n", - "46\n", - "2146\n", - "6\n", - "[327.03521728515625, 688.0471801757812, 671.3804321289062, 1087.5784912109375, 2255.3662109375, 1386.80029296875]\n", - "6\n", - "2147\n", - "19\n", - "[304.854248046875, 425.6249694824219, 514.4298095703125, 305.73834228515625, 826.131103515625, 651.94970703125, 567.7422485351562, 2822.02099609375, 5572.291015625, 443.01263427734375, 2115.560546875, 4507.771484375, 3657.87744140625, 379.8471984863281, 599.5607299804688, 929.2390747070312, 1603.1051025390625, 516.9053955078125, 470.1059875488281]\n", - "19\n", - "2148\n", - "7\n", - "[484.9523010253906, 605.96728515625, 466.9860534667969, 493.234375, 1114.5059814453125, 1505.0650634765625, 337.5318298339844]\n", - "7\n", - "2149\n", - "150\n", - "[1338.40283203125, 538.75439453125, 1263.3612060546875, 2166.24072265625, 1278.606201171875, 4497.69091796875, 2695.9267578125, 1689.371826171875, 805.8131713867188, 791.5363159179688, 1862.38671875, 3819.291259765625, 1823.6611328125, 887.559814453125, 1164.194580078125, 1016.2313842773438, 1225.9534912109375, 361.09136962890625, 350.2830810546875, 424.3404541015625, 563.6524047851562, 877.593994140625, 959.6513671875, 620.4796752929688, 833.3718872070312, 710.1641845703125, 1845.8070068359375, 309.6520690917969, 1235.8092041015625, 1910.012939453125, 1777.9776611328125, 356.5707092285156, 838.89404296875, 533.9837646484375, 1211.740478515625, 2030.4686279296875, 3527.860595703125, 1890.5120849609375, 2102.951171875, 2530.848388671875, 3622.525634765625, 5807.00537109375, 4887.39697265625, 2599.106689453125, 1681.2403564453125, 544.719970703125, 1214.82275390625, 2008.481689453125, 5277.12255859375, 5525.00048828125, 5951.048828125, 5792.826171875, 5839.73828125, 5785.03662109375, 3357.680419921875, 1247.0477294921875, 3460.049072265625, 1703.517578125, 378.574951171875, 3571.902587890625, 5989.55615234375, 4560.681640625, 4066.446044921875, 5659.35986328125, 5720.86181640625, 5304.78125, 2744.580078125, 1042.4918212890625, 1867.7025146484375, 1086.6773681640625, 3717.8525390625, 5721.8935546875, 5888.47265625, 5767.29150390625, 5344.1689453125, 5987.09423828125, 4727.62939453125, 3818.151611328125, 1252.98486328125, 465.4669189453125, 1395.0899658203125, 4459.82177734375, 5267.94482421875, 5390.13427734375, 5813.310546875, 5889.9814453125, 4490.81103515625, 4289.12744140625, 1350.2366943359375, 760.7884521484375, 1418.41796875, 363.69091796875, 641.32080078125, 725.3240356445312, 2406.50732421875, 5313.3369140625, 5253.60302734375, 4425.68310546875, 5285.81103515625, 5868.60400390625, 4936.3427734375, 4251.38623046875, 2184.232421875, 422.96612548828125, 1442.255859375, 2763.111572265625, 1987.0367431640625, 4797.9404296875, 5214.29296875, 3509.386962890625, 5464.67529296875, 4294.32861328125, 2219.976318359375, 550.9412841796875, 428.4493713378906, 5103.990234375, 5822.31298828125, 3507.594970703125, 3672.605712890625, 1921.2940673828125, 4089.512939453125, 2672.289794921875, 456.6959228515625, 5861.634765625, 5248.14208984375, 955.8329467773438, 1119.240966796875, 2418.927001953125, 3732.83447265625, 1232.0054931640625, 1021.5703125, 1459.423095703125, 4282.21337890625, 4986.4892578125, 1894.34326171875, 602.1585693359375, 2075.317138671875, 2610.4794921875, 982.4561157226562, 520.0441284179688, 1554.8861083984375, 1687.2791748046875, 503.89013671875, 1367.7646484375, 953.284423828125, 899.4044189453125, 1109.806396484375, 325.3090515136719, 333.4481506347656, 1438.383544921875]\n", - "150\n", - "2150\n", - "7\n", - "[1095.52783203125, 2033.1373291015625, 547.0391235351562, 313.10595703125, 1111.1495361328125, 467.7941589355469, 494.50189208984375]\n", - "7\n", - "2151\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "[549.8482666015625, 484.0960998535156, 603.88671875, 925.4584350585938, 1572.0416259765625, 1870.3406982421875, 3169.921875, 583.787353515625, 2972.906982421875, 2703.836669921875, 301.2182312011719, 577.769287109375, 1357.989013671875, 2567.89453125, 683.875244140625, 544.4686279296875, 478.5924377441406, 404.677734375, 569.2783203125]\n", - "19\n", - "2152\n", - "72\n", - "[860.7453002929688, 1080.5135498046875, 1561.42431640625, 1798.953369140625, 925.4937133789062, 3396.387451171875, 5286.376953125, 5476.6123046875, 2359.0576171875, 3829.86669921875, 1196.584228515625, 421.61767578125, 478.6498107910156, 6233.72802734375, 6970.98828125, 6945.662109375, 6974.1787109375, 6683.427734375, 2195.892333984375, 3645.939697265625, 5409.07763671875, 3905.1865234375, 1641.1165771484375, 1902.3126220703125, 6015.94091796875, 5776.8154296875, 6967.98681640625, 6987.84228515625, 6926.45703125, 5252.82958984375, 1521.1575927734375, 3444.639404296875, 901.4389038085938, 480.2442321777344, 2746.233154296875, 4994.6044921875, 5770.51904296875, 6616.1865234375, 6053.37109375, 5923.4365234375, 1482.8438720703125, 468.10595703125, 575.4085083007812, 2437.45947265625, 4957.21630859375, 5416.423828125, 4515.4716796875, 683.556884765625, 1564.8367919921875, 1356.7032470703125, 2602.065673828125, 1003.4474487304688, 1541.712646484375, 579.8196411132812, 330.5330505371094, 220.7032012939453, 899.3936767578125, 448.5971984863281, 1167.7325439453125, 446.4557800292969, 416.5396423339844, 475.4791564941406, 427.6617431640625, 405.917236328125, 931.0540161132812, 562.3070678710938, 326.2879333496094, 689.988037109375, 814.4061889648438, 360.451904296875, 621.28564453125, 348.889892578125]\n", - "72\n", - "2153\n", - "10\n", - "[2242.632080078125, 1774.28125, 541.162841796875, 361.7855529785156, 2030.20263671875, 2393.2802734375, 1228.3760986328125, 848.8857421875, 2806.56494140625, 787.9501342773438]\n", - "10\n", - "2154\n", - "42\n", - "[512.3934936523438, 394.5309143066406, 675.8613891601562, 304.7044372558594, 727.0814819335938, 450.73016357421875, 1108.5521240234375, 494.4632873535156, 1020.267822265625, 531.6520385742188, 338.6081848144531, 1376.5552978515625, 342.6355895996094, 2609.32373046875, 1575.1436767578125, 861.180419921875, 2127.31640625, 3082.622802734375, 378.8218078613281, 1492.27294921875, 4791.916015625, 2555.721923828125, 709.2518310546875, 398.4102478027344, 606.7495727539062, 2138.531005859375, 3677.177734375, 3975.236328125, 2226.9501953125, 997.8161010742188, 479.0517578125, 610.79736328125, 601.05810546875, 3435.768310546875, 2741.258056640625, 2009.0108642578125, 1444.2249755859375, 922.73486328125, 1726.739501953125, 361.7198181152344, 1313.489990234375, 566.7423706054688]\n", - "42\n", - "2155\n", - "42\n", - "[512.0985717773438, 538.126220703125, 353.8473815917969, 560.77783203125, 820.71044921875, 324.9735107421875, 892.0529174804688, 353.70648193359375, 1831.83740234375, 2372.206787109375, 1622.4271240234375, 824.1146240234375, 721.7127075195312, 323.0621337890625, 514.2594604492188, 358.7608337402344, 881.2311401367188, 2862.448486328125, 3082.144775390625, 4936.91552734375, 1919.546875, 871.3171997070312, 2879.847412109375, 1516.248046875, 3249.1884765625, 4765.94384765625, 3721.55224609375, 361.8450622558594, 475.60467529296875, 500.9615783691406, 1510.2906494140625, 2753.017333984375, 2616.56689453125, 2102.585693359375, 736.5742797851562, 613.8137817382812, 1353.521728515625, 578.362548828125, 510.1654052734375, 899.7965698242188, 878.7512817382812, 457.8226623535156]\n", - "42\n", - "2156\n", - "13\n", - "[311.865234375, 524.7350463867188, 472.9834899902344, 678.1746215820312, 789.9552612304688, 699.1821899414062, 322.4584655761719, 1274.3131103515625, 631.1338500976562, 783.5325317382812, 1594.03076171875, 1326.3072509765625, 530.92724609375]\n", - "13\n", - "2157\n", - "8\n", - "[604.0234375, 1240.9891357421875, 1160.632568359375, 337.78662109375, 916.4769897460938, 741.8814086914062, 439.7637634277344, 522.8193969726562]\n", - "8\n", - "2158\n", - "7\n", - "[470.44818115234375, 493.3558654785156, 1120.7476806640625, 958.7780151367188, 1074.309326171875, 1164.593505859375, 514.7665405273438]\n", - "7\n", - "2159\n", - "76\n", - "[341.9904479980469, 352.79669189453125, 721.2593383789062, 306.8617858886719, 565.78173828125, 881.1393432617188, 2500.06787109375, 831.6293334960938, 1527.457275390625, 696.8799438476562, 341.7386779785156, 418.3642883300781, 459.66058349609375, 2573.5361328125, 7160.5419921875, 6249.11083984375, 525.1214599609375, 300.864990234375, 927.8020629882812, 503.2253112792969, 568.0218505859375, 1115.50439453125, 7790.744140625, 7088.89697265625, 3172.859130859375, 3206.63623046875, 959.316650390625, 985.390380859375, 301.7047424316406, 1282.67041015625, 3307.392822265625, 4204.74365234375, 8086.6669921875, 6223.216796875, 1672.228271484375, 1406.030029296875, 1447.032470703125, 1163.525146484375, 686.3289794921875, 337.00128173828125, 406.6300354003906, 1693.501220703125, 7768.7705078125, 8536.546875, 2678.912353515625, 448.95770263671875, 649.8211059570312, 953.364990234375, 6179.0625, 3221.000732421875, 7918.4072265625, 7459.4248046875, 3508.929443359375, 572.9410400390625, 571.321044921875, 615.2251586914062, 466.7068176269531, 2580.932373046875, 4793.2900390625, 4645.8447265625, 3763.40185546875, 1382.99609375, 358.1961975097656, 535.8556518554688, 1365.5863037109375, 4238.228515625, 1236.0821533203125, 351.79296875, 501.7622985839844, 834.2612915039062, 347.47314453125, 495.52374267578125, 343.86358642578125, 335.4368896484375, 525.6815185546875, 393.2188415527344]\n", - "76\n", - "2160\n", - "79\n", - "[807.7136840820312, 448.4696960449219, 845.4388427734375, 1004.4168090820312, 397.41925048828125, 344.9282531738281, 796.7421264648438, 2516.032470703125, 5580.6162109375, 3310.67822265625, 3515.3173828125, 2994.780029296875, 470.2841796875, 1247.0897216796875, 4289.97509765625, 4403.0732421875, 5187.1201171875, 5727.31103515625, 5573.5166015625, 2512.148193359375, 680.6470336914062, 822.7754516601562, 3660.53271484375, 6695.97021484375, 6908.30126953125, 6263.87451171875, 5128.236328125, 5950.3173828125, 1054.1552734375, 2102.188232421875, 6073.25537109375, 7053.85107421875, 7625.59326171875, 5599.20263671875, 4657.74658203125, 2021.2972412109375, 2393.557861328125, 387.24517822265625, 1453.77392578125, 3827.510986328125, 8427.2353515625, 9420.48828125, 5577.24658203125, 679.155029296875, 2850.645263671875, 8114.39892578125, 7455.591796875, 5347.24267578125, 1038.501953125, 3648.08203125, 5582.4814453125, 7690.5732421875, 4698.35302734375, 1014.5780029296875, 1047.4154052734375, 4261.71630859375, 3529.568603515625, 1274.872314453125, 1332.73974609375, 568.7836303710938, 4276.59814453125, 3193.052490234375, 413.98590087890625, 413.07269287109375, 2058.2119140625, 4328.1630859375, 1616.1605224609375, 2061.890625, 653.224609375, 667.193115234375, 2638.04443359375, 4415.30517578125, 2283.932373046875, 1192.90087890625, 859.44580078125, 4956.53759765625, 2291.444091796875, 1422.081298828125, 494.4781494140625]\n", - "79\n", - "2161\n", - "49\n", - "[1124.5064697265625, 433.9497375488281, 385.3402099609375, 976.45458984375, 1165.5257568359375, 2112.619384765625, 1076.64892578125, 2473.026611328125, 3249.008544921875, 2556.886962890625, 3411.736083984375, 768.8867797851562, 446.028564453125, 587.7977294921875, 775.0476684570312, 4342.90234375, 3721.6513671875, 3120.99462890625, 1742.35205078125, 659.21533203125, 380.6973876953125, 378.5954895019531, 2170.13623046875, 3673.87353515625, 3042.991455078125, 1538.492919921875, 387.26458740234375, 699.515380859375, 1317.3470458984375, 3708.834716796875, 1103.89404296875, 345.79681396484375, 782.0866088867188, 2010.2017822265625, 2746.079833984375, 340.593505859375, 1074.093994140625, 3420.52197265625, 2240.282958984375, 1097.3408203125, 1274.4405517578125, 1882.272216796875, 843.0020751953125, 830.1531982421875, 1154.6346435546875, 1668.84814453125, 1503.63330078125, 442.6955871582031, 654.7703857421875]\n", - "49\n", - "2162\n", - "10\n", - "[344.3797607421875, 848.9173583984375, 667.7149658203125, 523.1493530273438, 434.08172607421875, 1090.38818359375, 784.2584228515625, 544.3341064453125, 856.115966796875, 806.5692138671875]\n", - "10\n", - "2163\n", - "4\n", - "[717.9952392578125, 2284.960693359375, 2626.5595703125, 1002.321044921875]\n", - "4\n", - "2164\n", - "13\n", - "[302.3823547363281, 784.8763427734375, 472.2790222167969, 424.009765625, 324.175537109375, 458.74200439453125, 411.2835693359375, 1370.201416015625, 525.5484619140625, 315.3158264160156, 677.3164672851562, 433.47076416015625, 645.5968017578125]\n", - "13\n", - "2165\n", - "10\n", - "[539.5409545898438, 525.893310546875, 380.87188720703125, 1060.79638671875, 431.84552001953125, 1371.7982177734375, 1734.60693359375, 1148.8096923828125, 706.251953125, 416.7298889160156]\n", - "10\n", - "2166\n", - "26\n", - "[900.4535522460938, 748.1858520507812, 795.0390625, 559.5220947265625, 488.6651916503906, 850.3380737304688, 392.8231201171875, 594.3492431640625, 1704.15966796875, 1182.1878662109375, 867.1193237304688, 1509.53125, 2273.067626953125, 3207.35986328125, 1081.984619140625, 4468.44970703125, 4501.2587890625, 4257.1298828125, 1439.3447265625, 832.7828369140625, 1753.5562744140625, 3809.68505859375, 3989.343017578125, 1838.885986328125, 1220.81640625, 971.6837158203125]\n", - "26\n", - "2167\n", - "7\n", - "[2471.494140625, 1201.7000732421875, 579.8561401367188, 865.897705078125, 4235.33935546875, 1947.3504638671875, 502.5233154296875]\n", - "7\n", - "2168\n", - "5\n", - "[1548.998779296875, 922.816162109375, 825.409423828125, 1809.126220703125, 610.3634643554688]\n", - "5\n", - "2169\n", - "10\n", - "[374.8927001953125, 312.84454345703125, 1167.270263671875, 338.06622314453125, 686.965087890625, 1112.5208740234375, 2026.2781982421875, 1513.5032958984375, 669.0760498046875, 1101.3782958984375]\n", - "10\n", - "2170\n", - "6\n", - "[696.8515625, 1649.806884765625, 905.4154663085938, 443.1758728027344, 1044.3795166015625, 687.2676391601562]\n", - "6\n", - "2171\n", - "17\n", - "[507.1098327636719, 486.05596923828125, 504.52374267578125, 2306.3564453125, 3617.737548828125, 3298.5205078125, 1108.6785888671875, 353.1705017089844, 1479.1829833984375, 1583.4193115234375, 3050.184326171875, 4694.21826171875, 3139.43212890625, 500.53973388671875, 876.4027099609375, 2579.8701171875, 1218.607421875]\n", - "17\n", - "2172\n", - "41\n", - "[460.4908447265625, 884.3731079101562, 931.5478515625, 1020.9413452148438, 2574.236572265625, 460.6566467285156, 1116.4976806640625, 331.6790771484375, 439.8466796875, 487.9610900878906, 1455.168701171875, 1482.1507568359375, 2073.83935546875, 2208.482177734375, 335.59417724609375, 581.9698486328125, 1837.15478515625, 3810.9052734375, 4228.5048828125, 3037.07666015625, 2328.44140625, 2898.0947265625, 4310.75, 4061.758056640625, 993.627685546875, 1150.619140625, 2171.7080078125, 2361.1533203125, 1452.52490234375, 368.9877624511719, 380.9818420410156, 600.403076171875, 440.5191650390625, 495.9571228027344, 1950.42578125, 406.88604736328125, 938.6503295898438, 969.943603515625, 345.1101989746094, 963.0621948242188, 1173.888671875]\n", - "41\n", - "2173\n", - "21\n", - "[558.0855712890625, 785.2322998046875, 1438.9061279296875, 682.4144897460938, 805.5411987304688, 1379.6790771484375, 1010.4075317382812, 524.9962768554688, 989.642822265625, 2043.39453125, 1460.3648681640625, 996.3643798828125, 349.1905212402344, 932.1970825195312, 2009.6466064453125, 1829.1932373046875, 1080.0147705078125, 835.63037109375, 461.3955383300781, 746.0654296875, 418.03472900390625]\n", - "21\n", - "2174\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "99\n", - "[560.6876831054688, 521.2532958984375, 567.577880859375, 546.835693359375, 393.44610595703125, 402.43865966796875, 665.3588256835938, 1484.4512939453125, 1994.8485107421875, 382.3941650390625, 1251.017333984375, 1534.1015625, 1164.9190673828125, 646.1170654296875, 834.1915893554688, 710.3216552734375, 896.341552734375, 680.7924194335938, 673.3909912109375, 884.15234375, 1740.218505859375, 494.5881652832031, 447.60693359375, 2766.93310546875, 1119.5931396484375, 334.4907531738281, 2741.468505859375, 1484.4044189453125, 2625.38623046875, 806.3585815429688, 716.59423828125, 270.8196716308594, 1701.7515869140625, 3004.393798828125, 872.4100341796875, 2207.89306640625, 2096.763427734375, 1872.301025390625, 3179.53369140625, 606.5966186523438, 2471.380615234375, 3024.757568359375, 3616.443359375, 413.3421325683594, 2354.443603515625, 3429.196533203125, 2866.90087890625, 431.10260009765625, 940.2324829101562, 656.9281616210938, 583.9994506835938, 453.7922058105469, 1595.5509033203125, 6074.53857421875, 4316.93310546875, 1545.6044921875, 798.8729858398438, 1043.0904541015625, 499.5565185546875, 1448.45361328125, 4664.67138671875, 5404.66357421875, 4993.11572265625, 567.224853515625, 1021.232666015625, 3797.9912109375, 3862.24755859375, 6444.51953125, 6417.85546875, 4566.58837890625, 2523.45263671875, 769.4981689453125, 1792.0863037109375, 5287.54931640625, 6985.53466796875, 7091.9892578125, 4864.6416015625, 3720.818603515625, 1537.640869140625, 2573.88427734375, 5805.1357421875, 5679.78076171875, 5934.33447265625, 2903.66943359375, 3190.832275390625, 1964.9617919921875, 525.3961791992188, 726.1907348632812, 1565.1363525390625, 2139.39306640625, 1212.8389892578125, 1699.44091796875, 612.6348266601562, 669.1201171875, 1195.27880859375, 1165.0567626953125, 556.9351806640625, 1050.8463134765625, 326.6656799316406]\n", - "99\n", - "2175\n", - "46\n", - "[750.7025756835938, 464.6165466308594, 303.13690185546875, 610.3648681640625, 555.8975219726562, 448.6557922363281, 1086.2542724609375, 1421.5301513671875, 731.7664184570312, 1278.4632568359375, 334.36224365234375, 782.7243041992188, 485.4200744628906, 2294.89208984375, 3677.5595703125, 1284.63916015625, 378.6961975097656, 405.0922546386719, 1707.1312255859375, 4782.52783203125, 4734.5517578125, 2135.0732421875, 521.8120727539062, 862.525390625, 2286.10888671875, 3668.1728515625, 4521.13818359375, 4889.8046875, 2933.027099609375, 2188.537109375, 315.8480224609375, 1268.677734375, 1016.8145141601562, 1857.9403076171875, 2178.519775390625, 511.3297119140625, 951.2606201171875, 699.1995239257812, 369.5888671875, 1232.5069580078125, 576.79736328125, 827.1271362304688, 1011.6581420898438, 626.80712890625, 637.6395263671875, 489.0391845703125]\n", - "46\n", - "2176\n", - "8\n", - "[617.6981201171875, 392.9380798339844, 1735.913818359375, 1364.99072265625, 1210.7545166015625, 1273.0703125, 995.4938354492188, 304.7687683105469]\n", - "8\n", - "2177\n", - "7\n", - "[419.1846923828125, 1963.3021240234375, 1220.09716796875, 2934.5048828125, 650.178955078125, 1159.837646484375, 1303.1751708984375]\n", - "7\n", - "2178\n", - "7\n", - "[576.6780395507812, 537.1898803710938, 1736.3516845703125, 711.0659790039062, 975.1257934570312, 653.9718627929688, 836.8749389648438]\n", - "7\n", - "2179\n", - "4\n", - "[737.6635131835938, 2762.1279296875, 1355.0177001953125, 556.9692993164062]\n", - "4\n", - "2180\n", - "9\n", - "[404.5742492675781, 446.0128173828125, 341.20672607421875, 325.90789794921875, 1183.742919921875, 5862.09033203125, 848.301513671875, 752.8023681640625, 1168.0322265625]\n", - "9\n", - "2181\n", - "9\n", - "[309.5685729980469, 342.4415283203125, 1847.4832763671875, 1319.0904541015625, 1826.601806640625, 1915.383056640625, 1476.5216064453125, 633.27587890625, 650.4901733398438]\n", - "9\n", - "2182\n", - "6\n", - "[890.606689453125, 1098.9329833984375, 1164.579833984375, 2961.509521484375, 655.0402221679688, 2021.9083251953125]\n", - "6\n", - "2183\n", - "6\n", - "[445.45404052734375, 1136.0244140625, 685.0613403320312, 626.4910278320312, 2357.54052734375, 1719.2181396484375]\n", - "6\n", - "2184\n", - "13\n", - "[501.1502990722656, 839.4034423828125, 600.4891357421875, 306.0538024902344, 1010.5499267578125, 1638.909423828125, 2543.09716796875, 1451.0484619140625, 608.7031860351562, 961.2005004882812, 307.5263366699219, 427.7530212402344, 326.1374816894531]\n", - "13\n", - "2185\n", - "8\n", - "[393.4530944824219, 911.127197265625, 631.5397338867188, 1055.76171875, 680.7959594726562, 1008.23876953125, 616.4684448242188, 333.6458740234375]\n", - "8\n", - "2186\n", - "21\n", - "[325.297119140625, 631.801025390625, 334.7398681640625, 1728.2735595703125, 975.4301147460938, 758.38525390625, 349.9484558105469, 750.807373046875, 1007.7384033203125, 1844.5057373046875, 708.8849487304688, 541.1031494140625, 2951.205322265625, 3495.675537109375, 369.1041259765625, 387.8841552734375, 1735.9437255859375, 2724.80322265625, 1323.770751953125, 407.01348876953125, 2037.215576171875]\n", - "21\n", - "2187\n", - "12\n", - "[1029.7213134765625, 631.9561157226562, 2387.6533203125, 3344.419921875, 2654.673095703125, 385.5980224609375, 1004.189697265625, 602.6774291992188, 313.064453125, 1343.735595703125, 1307.1280517578125, 656.2430419921875]\n", - "12\n", - "2188\n", - "5\n", - "[2496.784423828125, 1303.60205078125, 500.19464111328125, 681.2185668945312, 1922.2431640625]\n", - "5\n", - "2189\n", - "391\n", - "[637.5941772460938, 314.6878967285156, 854.6925048828125, 1727.7777099609375, 1973.84619140625, 531.32568359375, 3353.720458984375, 3857.609130859375, 3746.587890625, 782.92041015625, 1597.8486328125, 557.2737426757812, 2054.691650390625, 3211.469970703125, 4351.4130859375, 5769.50048828125, 2389.369873046875, 1246.146240234375, 571.8375244140625, 670.7566528320312, 653.869384765625, 1720.076904296875, 507.1445617675781, 3250.90380859375, 2899.6865234375, 1155.0733642578125, 484.9855651855469, 2780.77685546875, 3623.575927734375, 2242.8271484375, 1171.0174560546875, 2687.250732421875, 463.61468505859375, 1018.4496459960938, 322.55279541015625, 1232.2059326171875, 4948.3984375, 3987.46533203125, 2324.55029296875, 2686.65185546875, 1056.1092529296875, 735.5440673828125, 4588.48876953125, 2497.70361328125, 1409.2044677734375, 3153.817626953125, 349.8219299316406, 1450.2314453125, 5064.51416015625, 4175.44189453125, 3268.190673828125, 731.4288940429688, 1212.324951171875, 940.376220703125, 1286.496337890625, 3764.728515625, 3204.867431640625, 1448.124267578125, 779.7160034179688, 1097.680908203125, 2103.25634765625, 3440.485595703125, 431.0146179199219, 772.140869140625, 1837.7393798828125, 4740.45556640625, 5724.48486328125, 5593.52685546875, 3714.8740234375, 4129.60302734375, 1195.0693359375, 3389.998779296875, 5960.4375, 3477.427734375, 451.58197021484375, 842.5520629882812, 2628.3271484375, 2210.475341796875, 831.620849609375, 641.948974609375, 1462.773681640625, 3358.85009765625, 5552.94287109375, 6211.2275390625, 6022.74658203125, 5715.18798828125, 4609.8017578125, 1524.42626953125, 3290.968017578125, 5269.5615234375, 2276.28955078125, 3271.278564453125, 2898.629638671875, 451.7038269042969, 381.6981201171875, 1272.5169677734375, 3260.4716796875, 4690.09716796875, 4403.28955078125, 5437.1416015625, 7354.43359375, 1482.9622802734375, 2415.77587890625, 3448.007080078125, 1277.5543212890625, 1545.8958740234375, 511.29193115234375, 377.21160888671875, 224.11776733398438, 2883.927001953125, 2753.51318359375, 3568.412841796875, 5711.13623046875, 9568.0302734375, 5083.0166015625, 980.9112548828125, 8149.98974609375, 7550.125, 2867.70458984375, 1695.062255859375, 330.4240417480469, 681.7593383789062, 3008.64404296875, 400.9647521972656, 522.728515625, 1529.2880859375, 323.7151184082031, 5453.30078125, 7699.0537109375, 8308.572265625, 8453.1455078125, 9036.802734375, 5509.7783203125, 3549.1494140625, 9911.818359375, 11673.5048828125, 7496.21044921875, 6805.3818359375, 4460.05859375, 5352.5625, 3951.208740234375, 4017.600830078125, 300.0512390136719, 284.5467834472656, 1891.3482666015625, 4664.06005859375, 6936.97119140625, 8755.2265625, 8968.73828125, 9037.5830078125, 9644.3701171875, 9557.466796875, 6566.42919921875, 4321.41259765625, 11879.0693359375, 8718.4990234375, 10469.4814453125, 4478.3779296875, 5339.7314453125, 3933.77294921875, 1370.4285888671875, 831.451171875, 450.87567138671875, 775.5499877929688, 449.0182800292969, 699.4105834960938, 329.9053955078125, 889.48583984375, 947.2357177734375, 1389.2906494140625, 755.0354614257812, 1361.3416748046875, 1835.9246826171875, 7040.4482421875, 7500.80810546875, 6495.08251953125, 9476.5830078125, 7987.25048828125, 7056.52587890625, 6545.1875, 5399.93896484375, 3577.988525390625, 3765.670166015625, 8822.1796875, 19184.38671875, 13207.5888671875, 8649.1845703125, 3631.460205078125, 8196.537109375, 2087.0419921875, 620.3662719726562, 1463.8419189453125, 1272.6798095703125, 1002.8924560546875, 491.61737060546875, 438.6233825683594, 370.32464599609375, 375.48004150390625, 2946.22900390625, 685.8994750976562, 683.5340576171875, 3012.0869140625, 5364.27880859375, 3246.198486328125, 1839.331787109375, 5439.8623046875, 13758.51953125, 12179.236328125, 10689.765625, 10869.91015625, 8215.9130859375, 9120.283203125, 2796.6123046875, 574.554931640625, 326.9220275878906, 1061.801025390625, 1107.8602294921875, 7828.4384765625, 6135.69189453125, 1738.01171875, 1772.5146484375, 3383.609130859375, 8177.67529296875, 8884.6455078125, 7656.091796875, 8747.9560546875, 10478.3896484375, 3766.30517578125, 1913.413818359375, 311.85247802734375, 1397.272705078125, 1571.820556640625, 123.35633087158203, 5737.7431640625, 7305.68359375, 421.180419921875, 585.7145385742188, 3162.534912109375, 4453.4638671875, 8006.85302734375, 7557.21923828125, 8421.1455078125, 6669.08203125, 6535.2724609375, 4793.68115234375, 4135.392578125, 364.42578125, 349.1597900390625, 674.5653076171875, 1041.3740234375, 1285.9117431640625, 5376.1748046875, 8185.26123046875, 1301.4036865234375, 1126.3243408203125, 1741.07080078125, 2191.997314453125, 7301.662109375, 7882.08154296875, 6569.576171875, 4013.1396484375, 4880.626953125, 3819.29296875, 5949.88427734375, 5323.779296875, 362.6371154785156, 1546.496337890625, 1432.5341796875, 1186.533935546875, 1001.034423828125, 1559.533935546875, 941.1148071289062, 6959.75, 8933.53515625, 6906.14990234375, 2767.2646484375, 9211.462890625, 2297.81787109375, 6098.30029296875, 7609.1708984375, 2656.306640625, 1569.2520751953125, 4555.35205078125, 684.7188110351562, 3285.402099609375, 4587.2880859375, 1917.4698486328125, 314.56805419921875, 925.3553466796875, 1355.1710205078125, 665.8989868164062, 1038.3157958984375, 395.5776062011719, 842.394287109375, 526.3739013671875, 1112.43896484375, 2926.63330078125, 6079.43212890625, 4340.63720703125, 7156.06396484375, 9010.103515625, 4845.1845703125, 1066.73681640625, 4923.98095703125, 5688.76025390625, 6128.48779296875, 5046.84130859375, 584.1984252929688, 1042.586669921875, 756.4390258789062, 2305.3193359375, 2408.32275390625, 346.58856201171875, 2251.35986328125, 3734.75439453125, 1272.1336669921875, 1471.2669677734375, 8525.4609375, 5152.04443359375, 2479.454833984375, 3499.675048828125, 4816.38427734375, 3167.460205078125, 2963.377197265625, 1994.056884765625, 442.0606994628906, 306.500732421875, 125.3351058959961, 1503.87060546875, 1611.4490966796875, 749.631591796875, 2405.861572265625, 4786.29248046875, 7174.89111328125, 5197.9248046875, 856.3497314453125, 7771.8486328125, 6918.72314453125, 5364.6796875, 1872.1060791015625, 1563.952880859375, 2481.6474609375, 2200.4423828125, 322.7485046386719, 597.9683227539062, 1290.617919921875, 747.4078979492188, 1231.7286376953125, 1999.272216796875, 1365.11767578125, 4636.66259765625, 2415.591552734375, 395.8729553222656, 4327.08056640625, 1934.85693359375, 3554.214111328125, 6996.37451171875, 2610.594970703125, 2608.07861328125, 738.628662109375, 554.415771484375, 1182.883544921875, 543.231201171875, 7149.2861328125, 680.0824584960938, 471.7688903808594, 1138.789794921875, 945.8654174804688, 1074.9178466796875, 1690.51611328125, 824.69580078125, 817.4103393554688, 883.1558837890625, 529.473876953125, 1423.4146728515625, 705.3455200195312, 1386.855712890625, 968.968994140625]\n", - "378\n", - "2190\n", - "7\n", - "[1950.2640380859375, 2356.97509765625, 568.58154296875, 576.7561645507812, 997.7564086914062, 432.9918212890625, 431.39398193359375]\n", - "7\n", - "2191\n", - "38\n", - "[315.35150146484375, 406.3095703125, 301.4317321777344, 890.03515625, 666.9883422851562, 1501.466064453125, 1203.241943359375, 712.4615478515625, 1435.9638671875, 692.9931640625, 312.2352600097656, 1258.8580322265625, 1513.547607421875, 531.3292846679688, 512.4075927734375, 676.8704833984375, 704.8256225585938, 1340.3424072265625, 440.0734558105469, 3900.367431640625, 870.4647216796875, 736.4365844726562, 584.4021606445312, 614.224609375, 1189.9571533203125, 3547.19677734375, 707.2993774414062, 1266.035400390625, 2715.683837890625, 3654.93701171875, 1249.7171630859375, 321.9285888671875, 718.8001708984375, 2424.06884765625, 365.98114013671875, 939.6463012695312, 546.9771118164062, 324.1606140136719]\n", - "38\n", - "2192\n", - "11\n", - "[428.10693359375, 1695.2030029296875, 1823.2554931640625, 1670.579833984375, 3614.254150390625, 1562.8177490234375, 672.7574462890625, 2943.4775390625, 3854.49267578125, 1653.2210693359375, 577.05615234375]\n", - "11\n", - "2193\n", - "6\n", - "[527.0216064453125, 1205.8111572265625, 998.9900512695312, 1355.9285888671875, 511.5675048828125, 631.2911376953125]\n", - "6\n", - "2194\n", - "14\n", - "[641.7996826171875, 573.5617065429688, 586.2257690429688, 2305.215087890625, 671.076416015625, 605.9461669921875, 501.41644287109375, 436.1969299316406, 786.6204223632812, 327.8148193359375, 488.4491882324219, 749.77587890625, 326.1553649902344]\n", - "13\n", - "2195\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[354.26251220703125, 316.56707763671875, 556.7377319335938, 432.1517639160156, 1731.979248046875, 630.5127563476562, 572.088134765625, 1014.066650390625, 404.12060546875, 336.77374267578125]\n", - "10\n", - "2196\n", - "6\n", - "[1361.3580322265625, 568.8864135742188, 1596.040771484375, 2536.033935546875, 973.2642822265625, 528.59130859375]\n", - "6\n", - "2197\n", - "11\n", - "[374.4925537109375, 449.86590576171875, 402.21807861328125, 1251.7584228515625, 555.5137329101562, 712.2731323242188, 309.2325134277344, 516.648681640625, 677.0054931640625, 352.4954528808594, 366.26373291015625]\n", - "11\n", - "2198\n", - "8\n", - "[367.40020751953125, 632.0798950195312, 374.60986328125, 358.2142333984375, 1345.7320556640625, 321.0464172363281, 1202.9478759765625, 666.160888671875]\n", - "8\n", - "2199\n", - "15\n", - "[656.5970458984375, 372.7078552246094, 817.6336059570312, 1124.673095703125, 1187.3077392578125, 2566.46142578125, 2376.518798828125, 513.3609008789062, 1009.8505249023438, 2329.625244140625, 2081.4169921875, 570.8710327148438, 818.8887329101562, 827.296630859375, 668.4651489257812]\n", - "15\n", - "2200\n", - "11\n", - "[444.8211669921875, 482.9405517578125, 1325.7305908203125, 1281.5496826171875, 386.6840515136719, 451.0853271484375, 1018.18701171875, 1681.14892578125, 1097.5394287109375, 719.966064453125, 566.806884765625]\n", - "11\n", - "2201\n", - "69\n", - "[413.1986999511719, 312.99853515625, 350.41839599609375, 756.6361083984375, 683.56982421875, 1089.2152099609375, 438.4300842285156, 712.718994140625, 406.7981262207031, 629.4633178710938, 434.96380615234375, 350.82952880859375, 353.1753234863281, 1973.0401611328125, 878.1580200195312, 800.1583251953125, 1431.209716796875, 531.7218627929688, 492.97186279296875, 3349.36962890625, 6046.71240234375, 2429.583740234375, 587.0374755859375, 648.753662109375, 4314.09619140625, 4183.8525390625, 1303.2791748046875, 706.6166381835938, 3293.312255859375, 2285.547119140625, 493.4394226074219, 372.2560729980469, 530.8754272460938, 875.9895629882812, 650.6157836914062, 323.38934326171875, 2270.75, 1771.5032958984375, 525.36962890625, 1332.3370361328125, 635.3465576171875, 372.3769836425781, 589.1172485351562, 573.4737548828125, 610.41552734375, 345.06121826171875, 405.86114501953125, 982.8886108398438, 406.7739562988281, 631.8468017578125, 1119.904052734375, 1170.405029296875, 369.98089599609375, 686.0768432617188, 1303.5048828125, 703.650146484375, 514.6503295898438, 969.193115234375, 1670.0869140625, 1202.677001953125, 524.8366088867188, 477.0444641113281, 643.596435546875, 2990.26904296875, 3408.87890625, 312.4960632324219, 386.48809814453125, 1057.2947998046875, 364.5815124511719]\n", - "69\n", - "2202\n", - "36\n", - "[1109.3095703125, 597.8379516601562, 590.3536376953125, 629.1594848632812, 2082.661865234375, 3372.11865234375, 374.2220458984375, 1062.876220703125, 5329.72705078125, 2865.587158203125, 424.23968505859375, 465.8880615234375, 341.4743347167969, 697.2604370117188, 919.6539306640625, 3438.98828125, 5834.34912109375, 2376.098388671875, 395.69403076171875, 357.3454284667969, 1594.3079833984375, 1835.9080810546875, 311.6298522949219, 562.8135375976562, 414.5209655761719, 2030.9534912109375, 1291.3961181640625, 522.9942626953125, 648.0714111328125, 589.2149658203125, 771.5493774414062, 436.7759094238281, 907.0203247070312, 339.1426696777344, 327.5868835449219, 628.700927734375]\n", - "36\n", - "2203\n", - "14\n", - "[454.9814758300781, 655.1525268554688, 1142.234375, 501.0462341308594, 432.72869873046875, 575.295654296875, 478.36773681640625, 1386.4451904296875, 1344.6539306640625, 648.8993530273438, 366.33447265625, 805.437744140625, 317.95379638671875, 805.1093139648438]\n", - "14\n", - "2204\n", - "9\n", - "[606.1023559570312, 1288.0074462890625, 608.7948608398438, 1151.0489501953125, 1276.649169921875, 2264.971923828125, 1974.4442138671875, 677.6578979492188, 1141.2103271484375]\n", - "9\n", - "2205\n", - "7\n", - "[1412.8970947265625, 3538.797119140625, 4461.09716796875, 486.62530517578125, 1125.066650390625, 2544.737548828125, 501.4767150878906]\n", - "7\n", - "2206\n", - "6\n", - "[1053.113525390625, 1355.7010498046875, 724.8128662109375, 1488.20849609375, 1169.9112548828125, 390.5456848144531]\n", - "6\n", - "2207\n", - "6\n", - "[1997.387939453125, 2323.31640625, 517.0126953125, 323.4831237792969, 565.390625, 536.3219604492188]\n", - "6\n", - "2208\n", - "21\n", - "[378.843994140625, 1283.902587890625, 416.0079345703125, 2268.516357421875, 1980.5965576171875, 541.9124145507812, 315.9722595214844, 465.6746826171875, 1290.7208251953125, 389.40472412109375, 974.8065795898438, 763.1052856445312, 583.8365478515625, 507.350830078125, 302.5340576171875, 434.2887268066406, 754.6830444335938, 305.9290771484375, 512.89990234375, 337.4833679199219, 359.8071594238281]\n", - "21\n", - "2209\n", - "24\n", - "[678.6015625, 1222.541259765625, 347.7871398925781, 1526.3121337890625, 1436.7862548828125, 1833.0341796875, 545.7749633789062, 666.1393432617188, 2478.5146484375, 3774.43310546875, 3544.203125, 1546.6405029296875, 371.6850280761719, 3104.4404296875, 3318.4677734375, 1707.288330078125, 1577.339111328125, 2370.42578125, 3221.95458984375, 2443.060546875, 376.49493408203125, 1231.232666015625, 348.9246520996094, 609.431640625]\n", - "24\n", - "2210\n", - "36\n", - "[514.6578979492188, 356.9112854003906, 1813.885986328125, 5671.72216796875, 3125.0380859375, 1413.0526123046875, 829.7654418945312, 323.3907470703125, 716.6097412109375, 1525.1866455078125, 2331.2177734375, 6257.34619140625, 7203.27880859375, 6544.91357421875, 5480.79736328125, 1977.114990234375, 594.5842895507812, 1627.2928466796875, 3054.90966796875, 3290.45947265625, 5749.39404296875, 5895.82568359375, 4234.22216796875, 3970.0302734375, 925.2109985351562, 542.7233276367188, 531.43408203125, 889.0451049804688, 1128.0330810546875, 723.6515502929688, 1157.94091796875, 2918.6376953125, 882.407958984375, 328.1475524902344, 327.2463684082031, 719.3702392578125]\n", - "36\n", - "2211\n", - "9\n", - "[825.9205932617188, 2259.087890625, 1363.5198974609375, 2278.567626953125, 636.7501220703125, 482.6869201660156, 1597.8543701171875, 1206.7381591796875, 567.753173828125]\n", - "9\n", - "2212\n", - "27\n", - "[326.4593811035156, 715.6148681640625, 322.8089294433594, 724.2828979492188, 344.25836181640625, 425.8378601074219, 420.2062683105469, 386.1313171386719, 310.0494079589844, 1147.4661865234375, 734.6109619140625, 375.2011413574219, 1639.0045166015625, 3060.291015625, 1265.841064453125, 487.4604797363281, 1734.824951171875, 2845.355712890625, 1623.76904296875, 529.4251098632812, 912.6173095703125, 1264.6505126953125, 823.6285400390625, 310.1454162597656, 363.62603759765625, 1286.79931640625, 900.3146362304688]\n", - "27\n", - "2213\n", - "17\n", - "[764.7503662109375, 448.74462890625, 975.586669921875, 660.1027221679688, 5531.92041015625, 7978.3984375, 1035.2640380859375, 1123.530029296875, 1220.6422119140625, 1332.000244140625, 766.7647094726562, 3700.150390625, 1898.473388671875, 346.4875183105469, 1072.346923828125, 888.8859252929688, 623.0805053710938]\n", - "17\n", - "2214\n", - "12\n", - "[524.2921142578125, 448.2080078125, 978.5404663085938, 656.6329345703125, 438.6904602050781, 810.7405395507812, 399.3922119140625, 454.01458740234375, 415.4828796386719, 376.349853515625, 385.14459228515625, 548.761474609375]\n", - "12\n", - "2215\n", - "13\n", - "[762.437744140625, 349.6977233886719, 978.5836791992188, 515.094482421875, 743.2261352539062, 649.2645874023438, 522.7922973632812, 865.0077514648438, 452.1582946777344, 409.9883728027344, 720.2964477539062, 1141.051025390625, 697.4791259765625]\n", - "13\n", - "2216\n", - "18\n", - "[328.16156005859375, 395.5531005859375, 762.4916381835938, 402.2204895019531, 962.2011108398438, 440.0058288574219, 462.9931945800781, 439.91912841796875, 613.2017822265625, 919.218505859375, 370.5894470214844, 617.4699096679688, 543.0919799804688, 527.7843627929688, 384.35760498046875, 1790.877685546875, 317.3786315917969, 729.456298828125]\n", - "18\n", - "2217\n", - "46\n", - "[339.7987365722656, 1096.5252685546875, 1594.4346923828125, 2033.13720703125, 3669.2861328125, 459.0455322265625, 1636.84521484375, 3450.855712890625, 5467.28759765625, 3288.749267578125, 582.4962768554688, 4494.388671875, 5147.38916015625, 4825.05712890625, 1211.4639892578125, 838.3244018554688, 920.6312255859375, 2733.800048828125, 3281.6884765625, 3411.4580078125, 2301.9306640625, 800.322265625, 375.59942626953125, 1229.92626953125, 679.2745971679688, 538.331787109375, 1295.029052734375, 3474.5029296875, 765.2765502929688, 659.4053344726562, 414.90130615234375, 843.1159057617188, 1201.2701416015625, 474.7561340332031, 1117.87548828125, 791.1360473632812, 432.27362060546875, 424.55499267578125, 365.6415100097656, 1101.9903564453125, 785.6104736328125, 659.54345703125, 329.3287353515625, 362.5396728515625, 499.1743469238281, 759.920654296875]\n", - "46\n", - "2218\n", - "5\n", - "[520.9033203125, 1806.9609375, 2197.203125, 1396.1456298828125, 3218.96728515625]\n", - "5\n", - "2219\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17\n", - "[1443.8818359375, 758.662109375, 1102.57080078125, 1919.37939453125, 2733.5205078125, 3767.74755859375, 4183.42431640625, 2379.097900390625, 543.0469970703125, 543.470947265625, 1767.980712890625, 4286.63232421875, 2805.90576171875, 1772.3709716796875, 697.8483276367188, 489.73089599609375, 1174.7264404296875]\n", - "17\n", - "2220\n", - "4\n", - "[1408.3187255859375, 3202.293212890625, 512.015869140625, 988.3078002929688]\n", - "4\n", - "2221\n", - "11\n", - "[347.6959533691406, 562.3885498046875, 1261.2716064453125, 1077.226806640625, 882.51708984375, 395.78338623046875, 1695.580322265625, 2427.186279296875, 340.62811279296875, 495.876708984375, 446.6621398925781]\n", - "11\n", - "2222\n", - "6\n", - "[893.432861328125, 2389.271728515625, 1015.4671630859375, 694.0573120117188, 1013.8189086914062, 1179.1932373046875]\n", - "6\n", - "2223\n", - "4\n", - "[512.0904541015625, 905.1163940429688, 3861.837158203125, 1930.0037841796875]\n", - "4\n", - "2224\n", - "13\n", - "[469.3434753417969, 346.1097412109375, 429.9734802246094, 555.2037353515625, 3507.53662109375, 2553.193359375, 2801.40283203125, 1385.284423828125, 565.29833984375, 2236.6240234375, 391.0108947753906, 1760.02783203125, 735.0528564453125]\n", - "13\n", - "2225\n", - "202\n", - "[324.5135498046875, 1972.734619140625, 710.9500732421875, 1701.754150390625, 970.3862915039062, 346.0083312988281, 1074.4547119140625, 1159.3604736328125, 1918.8121337890625, 580.8900146484375, 302.57855224609375, 2581.326171875, 3216.666259765625, 3360.19873046875, 1379.57275390625, 1250.451416015625, 396.57269287109375, 321.25732421875, 325.4012756347656, 1235.73095703125, 2115.3974609375, 1408.72607421875, 1326.15966796875, 897.2320556640625, 996.0359497070312, 331.4698791503906, 301.83270263671875, 1236.5386962890625, 2041.341064453125, 1544.4581298828125, 1634.082763671875, 1540.354248046875, 948.6514282226562, 610.61083984375, 1700.7427978515625, 2617.97802734375, 2070.134033203125, 885.7715454101562, 1718.3118896484375, 2050.695068359375, 2251.355224609375, 2502.176025390625, 3503.69482421875, 3006.1826171875, 3229.4072265625, 2887.062744140625, 2057.123779296875, 1175.998291015625, 982.3524780273438, 1539.1318359375, 1982.8126220703125, 549.8120727539062, 1057.7005615234375, 1775.39599609375, 2824.03369140625, 2402.124267578125, 3536.8466796875, 3356.44775390625, 3136.260986328125, 2916.96923828125, 3302.183349609375, 3488.908935546875, 3132.804443359375, 1447.0076904296875, 442.6692810058594, 1596.936279296875, 1510.127685546875, 322.4797668457031, 356.3409423828125, 448.5378112792969, 390.04931640625, 1919.8126220703125, 3379.89990234375, 3560.033203125, 2750.3447265625, 2849.093994140625, 2808.705810546875, 3506.845458984375, 3605.001708984375, 3090.237060546875, 1784.156982421875, 2453.398193359375, 2278.256591796875, 603.800048828125, 355.5950927734375, 1215.007568359375, 1202.1463623046875, 1338.5006103515625, 2052.08837890625, 995.3155517578125, 507.89581298828125, 313.16949462890625, 287.3015441894531, 1917.7388916015625, 3434.3935546875, 2689.72412109375, 3181.4296875, 3080.734130859375, 2124.649658203125, 2663.044921875, 3466.868408203125, 2214.68896484375, 89.4681625366211, 96.70464324951172, 1014.03076171875, 1802.9993896484375, 1165.4873046875, 201.27880859375, 909.6893920898438, 407.70208740234375, 1843.2275390625, 1215.6951904296875, 894.6925659179688, 732.2920532226562, 3082.927978515625, 1841.0555419921875, 2420.595703125, 802.5939331054688, 816.950439453125, 1798.811767578125, 3195.22216796875, 3549.722412109375, 991.0151977539062, 178.23414611816406, 523.2929077148438, 1841.553955078125, 787.1932373046875, 174.4321746826172, 2206.844970703125, 1465.424560546875, 529.5433959960938, 1498.7872314453125, 497.90521240234375, 1466.4359130859375, 920.294921875, 1139.9832763671875, 1233.257080078125, 1424.1268310546875, 2183.7783203125, 3370.669677734375, 1914.959228515625, 509.47845458984375, 329.28692626953125, 326.6855773925781, 295.18927001953125, 512.6437377929688, 883.2283935546875, 872.1900024414062, 1198.9737548828125, 607.5802001953125, 676.0083618164062, 440.5882263183594, 2364.09375, 2996.821533203125, 1618.2236328125, 922.5833740234375, 109.13289642333984, 267.0074157714844, 625.8296508789062, 747.78369140625, 720.8097534179688, 1482.1240234375, 2133.392333984375, 1143.5595703125, 455.1776123046875, 397.78057861328125, 1056.9329833984375, 591.59375, 890.2647705078125, 755.0420532226562, 507.983154296875, 335.2209167480469, 959.9263305664062, 770.5919189453125, 1575.339599609375, 1858.7628173828125, 1377.67724609375, 1265.06982421875, 1152.684326171875, 407.85125732421875, 524.4752807617188, 511.91607666015625, 1235.5745849609375, 1848.2337646484375, 1260.6239013671875, 616.1810302734375, 1508.0284423828125, 2347.71435546875, 2329.130126953125, 3098.310302734375, 2295.192626953125, 337.2510681152344, 1538.9281005859375, 1442.6199951171875, 2053.6708984375, 525.4976806640625, 475.50811767578125, 1392.5831298828125, 969.4658203125, 1090.586669921875]\n", - "200\n", - "2226\n", - "36\n", - "[319.9900207519531, 318.6578063964844, 720.2606811523438, 314.43341064453125, 302.22845458984375, 686.4967651367188, 406.40118408203125, 616.3848266601562, 301.6354675292969, 385.76812744140625, 839.2529907226562, 721.6812133789062, 577.8140869140625, 553.080322265625, 455.8098449707031, 972.019287109375, 2489.6416015625, 2297.1181640625, 2344.789794921875, 602.8853149414062, 411.2809143066406, 1304.203125, 2247.463134765625, 2137.296142578125, 5759.740234375, 2184.228759765625, 1053.869384765625, 410.5859069824219, 324.91650390625, 520.5399169921875, 1311.1617431640625, 575.3875122070312, 1368.9676513671875, 960.9685668945312, 397.83447265625, 549.4923095703125]\n", - "36\n", - "2227\n", - "6\n", - "[704.372314453125, 974.3674926757812, 815.6150512695312, 1436.2138671875, 1059.2672119140625, 489.4067077636719]\n", - "6\n", - "2228\n", - "97\n", - "[1380.2864990234375, 817.7055053710938, 468.9020080566406, 534.7164306640625, 673.5932006835938, 1248.007080078125, 676.112548828125, 637.0103149414062, 462.4147644042969, 588.0272216796875, 666.2166137695312, 941.549072265625, 676.1201782226562, 465.187255859375, 395.4008483886719, 1808.1898193359375, 1023.9475708007812, 652.6016235351562, 1172.2877197265625, 875.6080932617188, 460.29302978515625, 889.3954467773438, 1377.795654296875, 442.7150573730469, 873.2161254882812, 368.0431213378906, 883.2096557617188, 1736.421142578125, 177.0232391357422, 1581.4520263671875, 405.7431945800781, 1299.552490234375, 1399.84765625, 361.4368591308594, 805.3121337890625, 1316.090087890625, 2445.88720703125, 1131.283203125, 541.2305297851562, 713.1620483398438, 1233.382568359375, 4130.78173828125, 4936.6318359375, 2056.3916015625, 3084.447265625, 811.9630737304688, 735.2313232421875, 3252.502685546875, 5438.2646484375, 361.9685363769531, 467.5250549316406, 584.1055908203125, 991.7780151367188, 419.84576416015625, 1613.4173583984375, 5092.720703125, 6027.6572265625, 2641.268798828125, 4807.2197265625, 5482.3642578125, 3428.71875, 2863.61083984375, 408.51226806640625, 836.6121826171875, 522.5204467773438, 388.42523193359375, 309.4181823730469, 2242.890380859375, 2806.100341796875, 421.79156494140625, 731.8040161132812, 1771.3067626953125, 3090.847900390625, 2254.712158203125, 1803.39306640625, 2708.4072265625, 1931.2767333984375, 2736.067626953125, 1240.19921875, 1660.884765625, 1839.50439453125, 2050.05908203125, 1367.6895751953125, 545.814697265625, 620.7374267578125, 614.5652465820312, 2886.512451171875, 1413.4093017578125, 742.0858764648438, 741.3973388671875, 324.9637756347656, 413.3013916015625, 441.34759521484375, 860.5936279296875, 318.64764404296875, 555.6434936523438, 1718.45263671875]\n", - "97\n", - "2229\n", - "9\n", - "[1255.9051513671875, 306.1913146972656, 309.8877868652344, 1419.5352783203125, 982.2870483398438, 804.0492553710938, 1304.650390625, 1350.092041015625, 961.8291015625]\n", - "9\n", - "2230\n", - "6\n", - "[735.4224853515625, 696.3184204101562, 2593.523681640625, 355.98992919921875, 392.02130126953125, 578.9326782226562]\n", - "6\n", - "2231\n", - "4\n", - "[473.744384765625, 1277.6845703125, 1094.4385986328125, 3162.02734375]\n", - "4\n", - "2232\n", - "5\n", - "[821.3344116210938, 977.2421264648438, 3180.9755859375, 1891.023193359375, 376.27294921875]\n", - "5\n", - "2233\n", - "4\n", - "[2385.6650390625, 418.47454833984375, 5036.45361328125, 1255.455322265625]\n", - "4\n", - "2234\n", - "7\n", - "[426.8509826660156, 1067.964599609375, 385.9513244628906, 398.85491943359375, 934.0020141601562, 1408.7515869140625, 486.0451965332031]\n", - "7\n", - "2235\n", - "3\n", - "[2913.0966796875, 1626.668701171875, 2144.515380859375]\n", - "3\n", - "2236\n", - "4\n", - "[2430.57763671875, 3727.67431640625, 571.12744140625, 2012.6207275390625]\n", - "4\n", - "2237\n", - "28\n", - "[557.6909790039062, 415.3428039550781, 775.3187866210938, 312.1344299316406, 1028.6820068359375, 306.6419677734375, 401.02838134765625, 477.49749755859375, 671.0377197265625, 1636.602783203125, 615.8175048828125, 1782.81884765625, 805.59033203125, 436.9508972167969, 325.64752197265625, 1406.264892578125, 740.0020141601562, 1687.2977294921875, 1123.851806640625, 1625.4957275390625, 917.0615844726562, 618.6421508789062, 1613.1669921875, 867.2617797851562, 1247.5865478515625, 657.711181640625, 423.5310974121094, 699.9000244140625]\n", - "28\n", - "2238\n", - "6\n", - "[1016.1437377929688, 1847.76025390625, 1363.77880859375, 1226.7655029296875, 781.7810668945312, 406.6172790527344]\n", - "6\n", - "2239\n", - "7\n", - "[646.3478393554688, 418.6913757324219, 3019.41357421875, 843.712158203125, 345.11297607421875, 750.3748779296875, 1468.98828125]\n", - "7\n", - "2240\n", - "14\n", - "[315.9396667480469, 673.64013671875, 1641.8062744140625, 4117.93505859375, 9220.705078125, 2507.8251953125, 312.96728515625, 765.3693237304688, 3651.061279296875, 3003.745361328125, 949.0435180664062, 3227.7275390625, 3486.256591796875, 740.1166381835938]\n", - "14\n", - "2241\n", - "6\n", - "[5430.125, 1771.9805908203125, 401.54888916015625, 1893.95654296875, 311.48211669921875, 948.0576782226562]\n", - "6\n", - "2242\n", - "9\n", - "[632.6807250976562, 796.8800048828125, 815.8021240234375, 541.4091796875, 786.5843505859375, 1260.204345703125, 1194.0843505859375, 1294.0474853515625, 414.2052917480469]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "2243\n", - "22\n", - "[733.0958862304688, 1018.1177978515625, 429.4502868652344, 451.5043029785156, 2475.806884765625, 2660.2685546875, 1133.023681640625, 431.0849609375, 520.4954833984375, 3831.306884765625, 3025.836181640625, 1031.454833984375, 3292.365966796875, 1413.6197509765625, 625.86376953125, 2385.6083984375, 1288.257568359375, 443.6283264160156, 367.609619140625, 1154.047119140625, 586.3726196289062, 363.33770751953125]\n", - "22\n", - "2244\n", - "30\n", - "[396.7446594238281, 856.5633544921875, 321.63104248046875, 688.4854125976562, 2058.9287109375, 1019.395751953125, 403.2671813964844, 2789.54541015625, 627.2974243164062, 3118.59423828125, 4210.837890625, 1861.4847412109375, 2356.524169921875, 3222.468505859375, 4474.0673828125, 4526.556640625, 2726.731689453125, 520.0355224609375, 2645.299560546875, 3880.21240234375, 4145.00390625, 2880.959228515625, 1624.2523193359375, 2254.35400390625, 2585.009033203125, 2168.382568359375, 694.5936279296875, 1361.0721435546875, 322.1446838378906, 378.8802795410156]\n", - "30\n", - "2245\n", - "5\n", - "[382.55859375, 2354.738525390625, 764.45849609375, 3073.82421875, 4798.6494140625]\n", - "5\n", - "2246\n", - "2\n", - "[5929.67724609375, 1325.1578369140625]\n", - "2\n", - "2247\n", - "9\n", - "[1252.1287841796875, 2100.608154296875, 1534.6883544921875, 3176.65625, 3495.29248046875, 1232.9644775390625, 973.1217651367188, 6027.0703125, 2393.87548828125]\n", - "9\n", - "2248\n", - "11\n", - "[420.0809326171875, 2778.4482421875, 522.1195678710938, 2649.51025390625, 4248.25537109375, 660.890380859375, 4782.849609375, 3895.155517578125, 760.5899658203125, 467.8587646484375, 667.0557250976562]\n", - "11\n", - "2249\n", - "15\n", - "[355.1153259277344, 305.773193359375, 1202.541259765625, 1753.8311767578125, 713.5347900390625, 357.5131530761719, 708.6011352539062, 1200.41357421875, 333.0179748535156, 708.55908203125, 354.7674865722656, 542.811279296875, 606.1492309570312, 320.9359130859375, 799.9819946289062]\n", - "15\n", - "2250\n", - "10\n", - "[5559.5810546875, 9307.2841796875, 473.898681640625, 1449.28466796875, 4797.5205078125, 1495.6614990234375, 1480.4344482421875, 6061.27783203125, 329.0582275390625, 797.4923706054688]\n", - "10\n", - "2251\n", - "4\n", - "[2391.2236328125, 2726.422119140625, 529.0924072265625, 5594.25146484375]\n", - "4\n", - "2252\n", - "6\n", - "[990.2098999023438, 760.3272094726562, 2379.3115234375, 2239.780029296875, 2240.234375, 2916.942626953125]\n", - "6\n", - "2253\n", - "6\n", - "[1430.32080078125, 2662.671875, 1567.8673095703125, 6573.04443359375, 347.4601135253906, 476.98077392578125]\n", - "6\n", - "2254\n", - "15\n", - "[3095.726318359375, 1975.800048828125, 307.2811279296875, 358.0064392089844, 5272.5966796875, 10975.548828125, 4585.99365234375, 5113.81005859375, 460.2086181640625, 535.9111328125, 412.1044006347656, 384.4097900390625, 2891.70751953125, 2640.29736328125, 1382.2254638671875]\n", - "15\n", - "2255\n", - "7\n", - "[352.74981689453125, 2603.672119140625, 1147.2681884765625, 2421.669677734375, 7719.24755859375, 1493.4951171875, 1352.996337890625]\n", - "7\n", - "2256\n", - "15\n", - "[2735.228515625, 3406.317626953125, 407.334716796875, 426.06610107421875, 2104.136962890625, 8054.400390625, 2951.2607421875, 1822.3681640625, 1256.962646484375, 784.03271484375, 543.1499633789062, 1476.842041015625, 526.6905517578125, 323.52716064453125, 463.2057800292969]\n", - "15\n", - "2257\n", - "15\n", - "[348.4319763183594, 478.0260009765625, 1281.5382080078125, 803.947509765625, 396.5184326171875, 1058.1202392578125, 389.39886474609375, 365.20147705078125, 551.869873046875, 766.8169555664062, 887.52294921875, 788.6835327148438, 2007.0980224609375, 780.1128540039062, 790.234375]\n", - "15\n", - "2258\n", - "8\n", - "[359.91864013671875, 1078.3134765625, 1371.9110107421875, 327.30078125, 329.1972961425781, 322.5179443359375, 896.7532348632812, 499.7846984863281]\n", - "8\n", - "2259\n", - "6\n", - "[3386.286376953125, 585.568115234375, 399.3721618652344, 4905.095703125, 1842.8125, 403.614990234375]\n", - "6\n", - "2260\n", - "8\n", - "[381.2762145996094, 2018.652587890625, 1742.0146484375, 342.681884765625, 471.11187744140625, 2045.815673828125, 2041.97021484375, 798.27001953125]\n", - "8\n", - "2261\n", - "36\n", - "[1344.953369140625, 554.9204711914062, 585.736572265625, 639.1604614257812, 3023.488525390625, 1280.945556640625, 439.4269714355469, 2070.705078125, 4415.57763671875, 406.89752197265625, 2692.634765625, 3505.6337890625, 1665.4783935546875, 1866.1170654296875, 1781.658447265625, 364.0818786621094, 414.5225830078125, 522.4943237304688, 754.4351806640625, 216.58145141601562, 842.0654296875, 557.2717895507812, 427.64007568359375, 485.9427490234375, 2248.201416015625, 562.0594482421875, 1597.2479248046875, 579.9585571289062, 409.2002258300781, 1779.531982421875, 790.3245239257812, 898.6122436523438, 765.8333129882812, 326.98956298828125, 1459.134521484375, 470.8385009765625]\n", - "36\n", - "2262\n", - "12\n", - "[362.70489501953125, 648.6586303710938, 2916.11669921875, 1125.9384765625, 360.9354248046875, 1099.5777587890625, 3614.996337890625, 2421.9404296875, 1053.4034423828125, 603.0648193359375, 871.6917724609375, 1428.9429931640625]\n", - "12\n", - "2263\n", - "98\n", - "[453.9413146972656, 351.3985900878906, 1300.89111328125, 1025.229248046875, 810.6170043945312, 2282.69873046875, 1887.8731689453125, 608.65185546875, 1173.888671875, 2131.802490234375, 842.07958984375, 1053.6602783203125, 1552.04345703125, 414.40081787109375, 1321.6661376953125, 508.1687316894531, 1577.109375, 2861.428955078125, 2268.896484375, 956.7576293945312, 596.1478881835938, 1359.5770263671875, 1154.1307373046875, 1253.234375, 345.51214599609375, 1327.474853515625, 3390.519775390625, 3580.82861328125, 2500.537109375, 1922.6373291015625, 1858.722900390625, 1613.9276123046875, 1085.8896484375, 509.76177978515625, 1867.5550537109375, 3156.2529296875, 3502.456298828125, 3289.798828125, 1667.4564208984375, 338.8135681152344, 335.17822265625, 794.931396484375, 2196.37646484375, 3728.95166015625, 2395.994140625, 508.7130432128906, 1025.0582275390625, 2657.496337890625, 1210.9095458984375, 1180.9407958984375, 1273.198974609375, 307.42254638671875, 1077.84814453125, 526.9930419921875, 1323.4183349609375, 1916.5982666015625, 1387.829345703125, 1089.9342041015625, 377.562744140625, 2458.247802734375, 2967.354248046875, 2982.53515625, 1238.9791259765625, 1240.4451904296875, 344.8247985839844, 313.1834411621094, 726.5274658203125, 2682.95556640625, 1001.4702758789062, 1599.402099609375, 429.82061767578125, 302.2297668457031, 508.1210632324219, 422.6448974609375, 685.3944702148438, 700.2854614257812, 725.6135864257812, 1191.385986328125, 2718.546142578125, 924.4130249023438, 361.9605407714844, 751.0689697265625, 822.1467895507812, 1984.3466796875, 860.5621948242188, 477.5246276855469, 327.6890563964844, 337.6296081542969, 389.1163635253906, 1042.4046630859375, 2186.991943359375, 729.439697265625, 976.416259765625, 628.3335571289062, 1427.8856201171875, 852.13134765625, 841.2134399414062, 870.2166748046875]\n", - "98\n", - "2264\n", - "3\n", - "[1393.7991943359375, 3508.3740234375, 383.09710693359375]\n", - "3\n", - "2265\n", - "7\n", - "[638.5646362304688, 1087.55224609375, 865.4441528320312, 1664.863525390625, 490.230712890625, 577.5393676757812, 489.1537780761719]\n", - "7\n", - "2266\n", - "11\n", - "[406.52276611328125, 773.4085693359375, 315.3050537109375, 485.23681640625, 348.9844055175781, 740.525390625, 1699.0302734375, 862.12109375, 722.5901489257812, 320.2095031738281, 361.65277099609375]\n", - "11\n", - "2267\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23\n", - "[669.7571411132812, 713.5632934570312, 606.0206909179688, 980.8280029296875, 365.6686096191406, 763.2176513671875, 879.1261596679688, 2869.23876953125, 3716.90087890625, 3073.051025390625, 358.0408020019531, 765.4497680664062, 2286.998779296875, 2762.8701171875, 3133.132080078125, 1318.3460693359375, 342.3902587890625, 348.3959045410156, 701.5783081054688, 821.9349975585938, 1045.4833984375, 916.6588134765625, 301.76324462890625]\n", - "23\n", - "2268\n", - "9\n", - "[400.3486328125, 645.9741821289062, 1020.9392700195312, 497.2695617675781, 2144.1875, 663.9567260742188, 425.8697204589844, 605.4302978515625, 667.5778198242188]\n", - "9\n", - "2269\n", - "23\n", - "[686.4244995117188, 2635.75390625, 736.5242309570312, 2195.719482421875, 3131.781982421875, 3994.3623046875, 1776.1207275390625, 999.0261840820312, 3982.832275390625, 359.9847717285156, 2763.703125, 531.47412109375, 469.61505126953125, 302.6511535644531, 901.685302734375, 361.70660400390625, 608.0804443359375, 3103.60009765625, 1121.13818359375, 890.7117919921875, 474.9966125488281, 435.6031494140625, 505.01995849609375]\n", - "23\n", - "2270\n", - "13\n", - "[1388.09521484375, 321.4158630371094, 1711.531982421875, 3441.6669921875, 1061.17919921875, 1460.9921875, 3961.508544921875, 2506.8779296875, 483.0425720214844, 736.5513305664062, 1674.118408203125, 2598.5283203125, 401.2212219238281]\n", - "13\n", - "2271\n", - "18\n", - "[830.8320922851562, 2450.986572265625, 9527.630859375, 1622.3768310546875, 1642.5804443359375, 9136.2783203125, 441.083984375, 731.7776489257812, 701.8866577148438, 343.7276916503906, 1211.4727783203125, 6656.53369140625, 416.289794921875, 886.8460693359375, 1698.4107666015625, 425.7118835449219, 2557.161865234375, 774.3295288085938]\n", - "18\n", - "2272\n", - "4\n", - "[3191.308837890625, 4656.9306640625, 357.9461975097656, 559.5853271484375]\n", - "4\n", - "2273\n", - "4\n", - "[796.7313842773438, 2194.276611328125, 3188.9326171875, 904.7410278320312]\n", - "4\n", - "2274\n", - "5\n", - "[847.9816284179688, 562.8861694335938, 999.1853637695312, 2472.233154296875, 1075.024658203125]\n", - "5\n", - "2275\n", - "6\n", - "[805.1439208984375, 736.0260009765625, 511.1014099121094, 2112.074462890625, 721.3628540039062, 561.000244140625]\n", - "6\n", - "2276\n", - "16\n", - "[312.3139343261719, 810.3369750976562, 459.4344482421875, 1044.926025390625, 482.27593994140625, 505.7012023925781, 1246.82666015625, 1950.2255859375, 1490.678955078125, 542.97412109375, 546.5818481445312, 426.7684326171875, 373.2680358886719, 1550.1646728515625, 1332.5556640625, 763.99365234375]\n", - "16\n", - "2277\n", - "4\n", - "[2269.307861328125, 1763.165283203125, 1952.4468994140625, 404.8243713378906]\n", - "4\n", - "2278\n", - "11\n", - "[644.2939453125, 887.9995727539062, 1105.065185546875, 598.7969360351562, 1084.937744140625, 1326.5185546875, 619.3222045898438, 1316.468505859375, 1544.692138671875, 1424.236572265625, 625.0252075195312]\n", - "11\n", - "2279\n", - "9\n", - "[2849.0322265625, 3739.443115234375, 449.3943786621094, 1159.042724609375, 2211.256103515625, 1310.693359375, 1274.413818359375, 437.8685607910156, 426.8041687011719]\n", - "9\n", - "2280\n", - "5\n", - "[753.6234741210938, 2840.0068359375, 1398.601806640625, 1862.8475341796875, 2119.970703125]\n", - "5\n", - "2281\n", - "7\n", - "[417.36309814453125, 2267.675048828125, 1398.487060546875, 447.22564697265625, 3051.3564453125, 3686.048828125, 346.6905822753906]\n", - "7\n", - "2282\n", - "15\n", - "[664.296142578125, 1183.7095947265625, 1667.9278564453125, 489.354248046875, 697.67041015625, 2893.292236328125, 1004.1056518554688, 1120.8515625, 883.7688598632812, 340.3398132324219, 507.8306884765625, 1720.380126953125, 659.7874145507812, 451.08563232421875, 518.8563232421875]\n", - "15\n", - "2283\n", - "8\n", - "[1989.7276611328125, 1906.4627685546875, 1493.921875, 378.1265869140625, 5542.94677734375, 2843.117431640625, 660.6207885742188, 2175.4501953125]\n", - "8\n", - "2284\n", - "456\n", - "[515.748779296875, 1041.78955078125, 725.1296997070312, 765.796630859375, 815.1588745117188, 796.5491943359375, 339.9814758300781, 358.297607421875, 914.2410888671875, 1860.2269287109375, 1091.1539306640625, 353.3829345703125, 1278.494140625, 632.97900390625, 867.210205078125, 1234.1597900390625, 530.6678466796875, 340.7615966796875, 406.66937255859375, 1359.6649169921875, 608.7847290039062, 1104.89453125, 1269.664306640625, 897.4126586914062, 2327.8623046875, 2459.909912109375, 497.0970458984375, 416.1093444824219, 457.3898010253906, 1207.4066162109375, 399.3323974609375, 688.4185791015625, 1523.2618408203125, 538.5819091796875, 1183.3338623046875, 1008.5534057617188, 803.6727905273438, 988.9407958984375, 1222.488037109375, 457.1624755859375, 824.09619140625, 1746.3111572265625, 677.4949951171875, 236.41494750976562, 3813.319091796875, 1242.5689697265625, 717.5902709960938, 1394.6287841796875, 1316.0361328125, 1575.2879638671875, 2810.828857421875, 1966.9591064453125, 2512.032470703125, 650.687744140625, 2017.3907470703125, 2667.9423828125, 328.3345031738281, 1259.6817626953125, 1914.3663330078125, 730.83935546875, 2077.3349609375, 2554.125732421875, 1391.98388671875, 1223.0, 347.8946228027344, 692.5587158203125, 941.9331665039062, 3381.305419921875, 989.485595703125, 437.2287902832031, 591.0463256835938, 1347.7623291015625, 2000.91943359375, 1669.578369140625, 1209.366943359375, 5080.66259765625, 5259.68994140625, 1468.802978515625, 2386.409423828125, 3309.635009765625, 3419.40625, 2168.2138671875, 968.750732421875, 996.6254272460938, 2465.612060546875, 793.3833618164062, 467.6551208496094, 2620.224609375, 2757.83349609375, 3642.4091796875, 1535.4803466796875, 528.470947265625, 552.9334106445312, 2488.385986328125, 5534.7822265625, 5384.0205078125, 5964.68896484375, 4708.9443359375, 2477.428466796875, 3035.20068359375, 4923.83056640625, 3180.780029296875, 5818.3740234375, 437.28070068359375, 1501.8631591796875, 550.7479248046875, 3441.216064453125, 3803.412353515625, 1231.067138671875, 1059.515380859375, 915.748291015625, 814.3580322265625, 5129.0478515625, 4084.3759765625, 4841.14892578125, 5952.025390625, 4571.3642578125, 4508.8916015625, 1108.542236328125, 4185.71484375, 7638.08154296875, 7502.6982421875, 3076.9638671875, 8957.89453125, 12605.84765625, 10370.583984375, 4704.3623046875, 316.1094665527344, 493.5707702636719, 730.405029296875, 1042.7025146484375, 1220.0870361328125, 4524.43603515625, 8990.025390625, 8846.9736328125, 6556.6728515625, 5995.25244140625, 4549.4736328125, 2870.8974609375, 3231.93212890625, 4567.56005859375, 8257.2373046875, 6599.130859375, 8130.1103515625, 11730.806640625, 9096.080078125, 488.3790588378906, 712.8716430664062, 1037.4664306640625, 900.1689453125, 687.7615356445312, 2591.061279296875, 1090.385498046875, 427.4558410644531, 537.95751953125, 1608.4166259765625, 9034.75, 9475.236328125, 5781.6943359375, 5435.6943359375, 4929.02294921875, 8285.1103515625, 11575.732421875, 12389.8525390625, 12207.01171875, 8245.1591796875, 5584.4619140625, 1800.1944580078125, 905.0926513671875, 1957.5853271484375, 3377.007080078125, 906.5932006835938, 1253.7603759765625, 339.5778503417969, 702.490966796875, 400.64990234375, 963.3711547851562, 1360.455810546875, 2516.358642578125, 1757.2459716796875, 2822.224853515625, 10703.6875, 10692.6806640625, 6085.93017578125, 5958.064453125, 6836.14599609375, 12820.3212890625, 12731.298828125, 12750.22265625, 12358.6962890625, 4991.390625, 4594.29248046875, 2418.2548828125, 2304.128662109375, 3108.607177734375, 2259.1640625, 2181.5712890625, 1112.7442626953125, 620.193115234375, 449.71588134765625, 625.6390991210938, 791.9806518554688, 448.36688232421875, 840.3639526367188, 1223.4169921875, 1660.957763671875, 2999.658935546875, 9917.216796875, 13258.4287109375, 12528.099609375, 10475.2734375, 10271.91796875, 9316.921875, 6009.10498046875, 5657.4736328125, 12807.0576171875, 12855.048828125, 12875.0810546875, 12801.501953125, 12308.822265625, 10371.7548828125, 8625.2607421875, 6180.18505859375, 579.9683227539062, 754.06396484375, 603.783203125, 301.0418395996094, 336.9169616699219, 429.4330749511719, 5747.5634765625, 11608.0107421875, 12442.2568359375, 13505.181640625, 13535.634765625, 13469.5556640625, 12710.197265625, 11347.9931640625, 9381.0234375, 8134.78466796875, 8068.8662109375, 13198.607421875, 13347.7177734375, 13207.890625, 11811.765625, 11568.91796875, 12190.0888671875, 12916.17578125, 13181.265625, 10687.5, 5541.2666015625, 577.5468139648438, 1985.7850341796875, 7289.64013671875, 7752.5126953125, 8931.1240234375, 13066.4140625, 12214.10546875, 12203.1796875, 12086.8154296875, 11310.6123046875, 10354.3837890625, 10825.7001953125, 13067.890625, 13363.4228515625, 13426.193359375, 12885.09765625, 6633.60693359375, 9833.837890625, 13268.6630859375, 10966.9716796875, 8907.931640625, 10467.2060546875, 4965.95263671875, 360.83795166015625, 796.7547607421875, 630.0623168945312, 4945.67333984375, 11833.2822265625, 11817.4609375, 7675.712890625, 8578.2099609375, 11289.5244140625, 11260.25390625, 11290.5439453125, 9435.4423828125, 11593.3779296875, 13324.888671875, 13147.1142578125, 12919.0732421875, 12699.4150390625, 13088.3974609375, 9081.087890625, 4153.8974609375, 4270.55810546875, 1394.7916259765625, 654.4214477539062, 616.3928833007812, 1298.055419921875, 802.8102416992188, 967.6526489257812, 941.1766967773438, 496.4239196777344, 1455.551025390625, 1577.163818359375, 2621.791748046875, 4085.7900390625, 4193.6953125, 7113.42578125, 11310.736328125, 11227.3251953125, 11066.2578125, 8838.41015625, 5520.32080078125, 6010.18212890625, 4858.43310546875, 10629.7939453125, 9699.9736328125, 8499.462890625, 8431.7958984375, 10200.7470703125, 8702.9306640625, 1866.5634765625, 1010.8024291992188, 250.01223754882812, 581.7185668945312, 235.59178161621094, 642.07177734375, 198.24574279785156, 428.3614196777344, 1466.5213623046875, 7263.150390625, 10554.794921875, 10688.84765625, 10987.1513671875, 11198.3271484375, 12169.466796875, 13399.4951171875, 11858.5009765625, 3444.508056640625, 4707.61083984375, 3527.94287109375, 2475.550537109375, 326.2346496582031, 1184.7950439453125, 2137.5859375, 607.6817626953125, 869.1739501953125, 1030.501220703125, 403.54833984375, 259.8229064941406, 507.48419189453125, 835.453857421875, 1351.0596923828125, 1410.96435546875, 654.3157958984375, 3643.925048828125, 3178.804443359375, 3159.031005859375, 10070.142578125, 11354.3056640625, 12928.7734375, 12665.25, 12039.6669921875, 10024.5986328125, 1743.7513427734375, 1407.4705810546875, 1033.7261962890625, 97.88890075683594, 563.0803833007812, 363.3305358886719, 1171.971923828125, 1160.226318359375, 1301.705810546875, 701.979248046875, 632.3438720703125, 406.006103515625, 1005.5556640625, 1282.728271484375, 374.10467529296875, 1089.0465087890625, 1610.9525146484375, 3426.37451171875, 11062.5126953125, 12763.0166015625, 11255.814453125, 12708.4091796875, 13143.203125, 3888.289794921875, 2105.362548828125, 2031.344970703125, 1119.5218505859375, 1055.9969482421875, 689.8148803710938, 934.363525390625, 398.9290466308594, 780.2575073242188, 1807.32421875, 570.4006958007812, 131.8634490966797, 4503.501953125, 7164.53466796875, 4628.96630859375, 6512.18212890625, 11279.833984375, 4229.77734375, 475.9352722167969, 950.1468505859375, 1106.017578125, 785.25927734375, 862.2969360351562, 834.9559326171875, 435.90313720703125, 983.6464233398438, 271.9311828613281, 884.8344116210938, 1067.46337890625, 3287.970458984375, 9146.7392578125, 391.390625, 698.2621459960938, 1190.031005859375, 1326.3651123046875, 520.8670654296875, 639.8231201171875, 1563.4473876953125, 553.5974731445312, 862.7189331054688, 669.0548095703125, 1428.01123046875, 362.67156982421875, 438.3684997558594, 488.5133972167969, 324.05560302734375, 1292.2115478515625, 683.7252807617188, 983.8578491210938, 538.911376953125, 533.1116333007812, 423.92303466796875, 1550.7540283203125, 999.277099609375, 331.6549072265625, 337.67340087890625, 449.7348327636719]\n", - "444\n", - "2285\n", - "15\n", - "[351.1213684082031, 311.3612365722656, 608.9683837890625, 1677.1729736328125, 1012.5398559570312, 440.03631591796875, 392.9747009277344, 640.8825073242188, 503.4744873046875, 1391.2679443359375, 2891.094482421875, 689.9563598632812, 1596.5037841796875, 1563.1873779296875, 323.70135498046875]\n", - "15\n", - "2286\n", - "6\n", - "[819.847412109375, 2629.2646484375, 973.5775756835938, 902.1434936523438, 2074.42041015625, 993.0370483398438]\n", - "6\n", - "2287\n", - "10\n", - "[1035.0838623046875, 2570.22705078125, 4908.857421875, 406.7652587890625, 1339.182861328125, 3310.20703125, 6344.90625, 4574.3154296875, 1958.6373291015625, 1683.8831787109375]\n", - "10\n", - "2288\n", - "4\n", - "[1675.2076416015625, 7995.7841796875, 6764.85205078125, 3465.284912109375]\n", - "4\n", - "2289\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[1000.86279296875, 476.5684509277344, 3039.305908203125, 2316.481689453125, 3415.9365234375]\n", - "5\n", - "2290\n", - "15\n", - "[480.7266845703125, 355.2615966796875, 1987.739013671875, 2047.0850830078125, 2140.999755859375, 4092.7783203125, 2479.502685546875, 372.7218933105469, 2055.661865234375, 4036.55859375, 2852.107177734375, 966.0611572265625, 716.735595703125, 859.0743408203125, 1513.8924560546875]\n", - "15\n", - "2291\n", - "15\n", - "[2770.618896484375, 1576.1646728515625, 1181.5152587890625, 565.6775512695312, 632.46484375, 1729.0626220703125, 2211.248291015625, 2683.299560546875, 1017.584228515625, 1224.810791015625, 5255.15283203125, 831.7420043945312, 1714.6978759765625, 1718.199951171875, 1768.484130859375]\n", - "15\n", - "2292\n", - "73\n", - "[2028.1055908203125, 1188.359130859375, 573.0370483398438, 568.9221801757812, 346.3765563964844, 3384.721435546875, 1658.488037109375, 335.1346130371094, 935.8404541015625, 3083.9716796875, 1257.0067138671875, 1616.682861328125, 2131.779052734375, 6280.46728515625, 5484.26025390625, 2809.23193359375, 1323.3082275390625, 5103.5400390625, 2934.69482421875, 394.088623046875, 1604.74853515625, 5248.75244140625, 4496.806640625, 6458.53173828125, 6298.25439453125, 6487.78271484375, 6600.98193359375, 6091.58251953125, 2536.265625, 3279.486328125, 7490.560546875, 6491.09423828125, 7701.25048828125, 7597.53759765625, 7220.3564453125, 4520.32958984375, 1686.2327880859375, 425.9862060546875, 346.9225769042969, 354.8819885253906, 865.5921630859375, 5719.3046875, 6980.66650390625, 7657.57763671875, 7549.72216796875, 7455.73876953125, 6756.1748046875, 2744.831787109375, 1075.472900390625, 536.6423950195312, 2071.519287109375, 2812.61376953125, 5195.64794921875, 7073.41796875, 4097.2236328125, 5616.416015625, 5750.87841796875, 2371.39892578125, 1199.0218505859375, 572.1386108398438, 643.251953125, 5103.50146484375, 4016.626220703125, 519.192138671875, 1624.7945556640625, 739.5830688476562, 633.1736450195312, 340.5420837402344, 358.10662841796875, 5071.3291015625, 1651.649658203125, 348.6141357421875, 417.3933410644531]\n", - "73\n", - "2293\n", - "4\n", - "[921.403564453125, 1738.5999755859375, 1193.1488037109375, 2960.953125]\n", - "4\n", - "2294\n", - "4\n", - "[2404.27734375, 463.0660400390625, 2043.9644775390625, 409.69781494140625]\n", - "4\n", - "2295\n", - "5\n", - "[818.2713623046875, 3690.715087890625, 1259.032470703125, 2023.4234619140625, 724.9593505859375]\n", - "5\n", - "2296\n", - "5\n", - "[1842.2467041015625, 322.2131652832031, 311.99273681640625, 3948.197509765625, 313.02716064453125]\n", - "5\n", - "2297\n", - "17\n", - "[1405.35205078125, 813.6434326171875, 1340.1593017578125, 1193.7908935546875, 537.5526123046875, 662.108154296875, 1007.8409423828125, 448.0816345214844, 536.4341430664062, 440.5337219238281, 401.517578125, 517.9161987304688, 376.3712463378906, 583.996826171875, 400.03900146484375, 678.2322387695312, 565.664794921875]\n", - "17\n", - "2298\n", - "4\n", - "[1567.1273193359375, 6797.34326171875, 4971.23779296875, 1767.768310546875]\n", - "4\n", - "2299\n", - "25\n", - "[1661.4227294921875, 815.7439575195312, 462.9176940917969, 765.4378051757812, 3711.331787109375, 1064.8790283203125, 490.28070068359375, 1621.041015625, 946.4002685546875, 546.3796997070312, 1028.881591796875, 780.7202758789062, 3394.591064453125, 2071.177490234375, 842.1842041015625, 429.6289978027344, 1125.968505859375, 1703.5718994140625, 2022.06787109375, 649.4541625976562, 383.3167724609375, 541.2133178710938, 462.25152587890625, 499.9862365722656, 334.0459899902344]\n", - "25\n", - "2300\n", - "12\n", - "[715.490966796875, 1711.0567626953125, 4018.336669921875, 556.064697265625, 1375.4041748046875, 2258.02001953125, 1068.28857421875, 1839.1270751953125, 970.9437255859375, 677.2304077148438, 512.74169921875, 552.927001953125]\n", - "12\n", - "2301\n", - "9\n", - "[633.5983276367188, 1522.1888427734375, 415.3765869140625, 1614.9820556640625, 1957.78466796875, 994.060791015625, 318.8775634765625, 411.81744384765625, 395.65728759765625]\n", - "9\n", - "2302\n", - "9\n", - "[3546.307373046875, 5692.9638671875, 935.6653442382812, 466.94012451171875, 2483.258544921875, 5365.19482421875, 852.907470703125, 1105.9820556640625, 581.3053588867188]\n", - "9\n", - "2303\n", - "4\n", - "[991.413330078125, 6335.04150390625, 5817.47412109375, 342.0531005859375]\n", - "4\n", - "2304\n", - "17\n", - "[377.77874755859375, 978.4931640625, 870.9678955078125, 1033.679931640625, 605.5335693359375, 552.2080688476562, 785.1654052734375, 458.5464172363281, 714.7975463867188, 395.29022216796875, 1484.728759765625, 301.318603515625, 898.7178955078125, 3026.006103515625, 807.3410034179688, 1092.1092529296875, 2352.124755859375]\n", - "17\n", - "2305\n", - "6\n", - "[2198.498046875, 712.9262084960938, 4837.06005859375, 4061.0068359375, 603.6797485351562, 761.9151611328125]\n", - "6\n", - "2306\n", - "11\n", - "[716.1396484375, 1575.9971923828125, 2161.450439453125, 2788.086669921875, 1972.13525390625, 1440.510986328125, 560.94482421875, 3092.98046875, 1417.096923828125, 973.5336303710938, 846.279052734375]\n", - "11\n", - "2307\n", - "35\n", - "[386.7729797363281, 773.9894409179688, 482.0972900390625, 536.673095703125, 620.942626953125, 473.40716552734375, 318.3771667480469, 1812.8392333984375, 3503.86328125, 2387.572265625, 1150.396240234375, 2640.833740234375, 1967.2474365234375, 1735.3809814453125, 3316.283447265625, 5150.689453125, 3953.8701171875, 3696.288818359375, 3808.388671875, 1032.5208740234375, 708.1817626953125, 3091.333251953125, 4446.9609375, 3438.505859375, 2172.6767578125, 591.5241088867188, 472.636474609375, 1177.7904052734375, 565.4395751953125, 1499.865478515625, 2256.257568359375, 649.3613891601562, 351.5545959472656, 450.03326416015625, 303.15411376953125]\n", - "35\n", - "2308\n", - "6\n", - "[846.815673828125, 717.6587524414062, 3007.11376953125, 3645.784912109375, 569.3798217773438, 308.3164367675781]\n", - "6\n", - "2309\n", - "6\n", - "[391.00299072265625, 2211.66455078125, 3317.0458984375, 3454.299072265625, 753.9471435546875, 340.7728576660156]\n", - "6\n", - "2310\n", - "7\n", - "[315.86358642578125, 1610.98291015625, 1577.0355224609375, 773.5248413085938, 1665.110107421875, 1116.2235107421875, 352.7587585449219]\n", - "7\n", - "2311\n", - "7\n", - "[1829.0089111328125, 370.85308837890625, 2720.52392578125, 11349.0244140625, 521.0732421875, 4153.07275390625, 4680.50341796875]\n", - "7\n", - "2312\n", - "19\n", - "[1250.3568115234375, 2308.811279296875, 1077.4156494140625, 4476.41650390625, 804.2903442382812, 446.0111083984375, 3452.646728515625, 2388.881103515625, 1536.3226318359375, 1204.0347900390625, 1043.096923828125, 2383.0927734375, 3787.551513671875, 2213.72216796875, 1281.127197265625, 2802.530029296875, 636.324462890625, 327.3202209472656, 358.0906982421875]\n", - "19\n", - "2313\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[438.47113037109375, 2263.58154296875, 1264.2254638671875, 372.61395263671875, 2380.3447265625, 2596.89208984375, 1276.50390625, 1994.6953125, 617.9938354492188, 490.5435485839844]\n", - "10\n", - "2314\n", - "3\n", - "[651.8076782226562, 623.9443969726562, 4840.892578125]\n", - "3\n", - "2315\n", - "11\n", - "[721.12744140625, 1638.9033203125, 6661.68994140625, 746.2330322265625, 1115.017822265625, 4863.6572265625, 6714.0654296875, 6059.1064453125, 9419.8154296875, 455.875732421875, 537.95556640625]\n", - "11\n", - "2316\n", - "12\n", - "[614.2910766601562, 1082.777587890625, 1006.8992919921875, 528.523681640625, 335.2425537109375, 850.1278076171875, 2286.66064453125, 1610.270263671875, 1225.6295166015625, 449.8802185058594, 3007.996826171875, 1705.9735107421875]\n", - "12\n", - "2317\n", - "6\n", - "[1801.920654296875, 5164.14599609375, 1300.6773681640625, 1826.21826171875, 7682.72998046875, 398.126220703125]\n", - "6\n", - "2318\n", - "4\n", - "[2022.92724609375, 687.7271118164062, 1969.19287109375, 456.8360595703125]\n", - "4\n", - "2319\n", - "4\n", - "[3709.727294921875, 754.6009521484375, 378.240478515625, 1844.7630615234375]\n", - "4\n", - "2320\n", - "5\n", - "[2756.900634765625, 2020.6148681640625, 3571.285888671875, 10738.01953125, 1284.4189453125]\n", - "5\n", - "2321\n", - "5\n", - "[325.77655029296875, 777.0949096679688, 368.8063049316406, 2300.918701171875, 1291.314208984375]\n", - "5\n", - "2322\n", - "7\n", - "[433.86663818359375, 517.9415283203125, 444.19696044921875, 790.6028442382812, 1659.4971923828125, 908.3070678710938, 358.17236328125]\n", - "7\n", - "2323\n", - "8\n", - "[310.2373352050781, 986.708740234375, 858.3887329101562, 1171.8997802734375, 1893.615478515625, 647.2595825195312, 491.9561767578125, 353.15338134765625]\n", - "8\n", - "2324\n", - "24\n", - "[2534.773193359375, 2943.234619140625, 521.0318603515625, 1087.324951171875, 3414.581298828125, 342.17181396484375, 622.4052734375, 342.3720703125, 1141.8837890625, 669.796630859375, 1583.832763671875, 1810.06591796875, 389.92730712890625, 667.5936889648438, 1221.5245361328125, 3644.5302734375, 5252.68115234375, 1986.2718505859375, 2534.1484375, 2087.31396484375, 1058.0697021484375, 470.9140930175781, 1353.6551513671875, 1806.3173828125]\n", - "24\n", - "2325\n", - "7\n", - "[460.8476257324219, 1363.2706298828125, 3794.89208984375, 7813.37841796875, 781.476318359375, 1096.2965087890625, 451.754150390625]\n", - "7\n", - "2326\n", - "8\n", - "[1489.4998779296875, 589.2680053710938, 1193.975830078125, 4723.58203125, 6149.45947265625, 1397.8955078125, 618.478271484375, 2916.20556640625]\n", - "8\n", - "2327\n", - "4\n", - "[1274.0780029296875, 4577.7431640625, 4384.68017578125, 725.6773071289062]\n", - "4\n", - "2328\n", - "4\n", - "[889.217529296875, 1243.262939453125, 2559.955810546875, 1608.97802734375]\n", - "4\n", - "2329\n", - "9\n", - "[1078.496826171875, 315.69610595703125, 561.996826171875, 3150.345458984375, 4243.9130859375, 522.5020141601562, 692.91162109375, 866.5429077148438, 388.22381591796875]\n", - "9\n", - "2330\n", - "6\n", - "[394.2958679199219, 2079.814453125, 2958.131591796875, 433.32257080078125, 465.61651611328125, 1009.9959106445312]\n", - "6\n", - "2331\n", - "8\n", - "[1335.1912841796875, 2183.104736328125, 366.8233947753906, 494.0105895996094, 1705.470703125, 387.73175048828125, 938.0301513671875, 1083.843994140625]\n", - "8\n", - "2332\n", - "72\n", - "[1495.52099609375, 5687.07177734375, 10286.513671875, 5442.16552734375, 2320.14111328125, 691.3075561523438, 1364.300048828125, 1031.2310791015625, 2906.8447265625, 10766.8994140625, 13025.365234375, 7345.203125, 3592.501708984375, 477.3594665527344, 331.46173095703125, 808.733154296875, 3129.4716796875, 5107.23828125, 638.09375, 515.643310546875, 1187.84423828125, 1327.9832763671875, 13106.349609375, 26042.8046875, 18280.36328125, 5004.62841796875, 594.6305541992188, 612.6001586914062, 914.58349609375, 4420.81494140625, 1967.5926513671875, 487.1572265625, 10000.0966796875, 9424.9404296875, 793.5816650390625, 9040.9072265625, 23138.478515625, 22790.19921875, 17217.74609375, 2061.22900390625, 2761.304443359375, 9498.8447265625, 6596.69873046875, 1559.8944091796875, 1948.23583984375, 757.0286254882812, 525.3538208007812, 664.580810546875, 1687.428955078125, 3180.004150390625, 19346.73046875, 26337.736328125, 17035.265625, 10782.279296875, 11502.28125, 14759.49609375, 1286.420166015625, 1896.9849853515625, 375.2460632324219, 6227.95458984375, 10391.359375, 6950.35400390625, 4578.205078125, 3470.233642578125, 1019.4202270507812, 523.1806640625, 646.825439453125, 464.6388244628906, 520.475830078125, 3553.991455078125, 3401.53125, 1734.8568115234375]\n", - "72\n", - "2333\n", - "22\n", - "[765.8338623046875, 954.9586791992188, 796.4036254882812, 908.7682495117188, 2689.90234375, 3085.864501953125, 2583.99267578125, 464.4006042480469, 2285.1259765625, 3204.026611328125, 3355.033447265625, 1684.0947265625, 349.59600830078125, 2697.04638671875, 3440.839599609375, 2998.268798828125, 1215.3802490234375, 3286.9326171875, 3036.798095703125, 1295.8109130859375, 1141.1900634765625, 2173.081298828125]\n", - "22\n", - "2334\n", - "57\n", - "[2774.37939453125, 3853.00244140625, 4005.989013671875, 2293.860595703125, 895.4747314453125, 1879.4356689453125, 1215.508056640625, 1306.0877685546875, 1492.006591796875, 1918.9920654296875, 743.5401611328125, 1283.3516845703125, 393.73016357421875, 322.3559265136719, 777.253662109375, 324.79302978515625, 409.46734619140625, 798.6669311523438, 633.0365600585938, 345.7689208984375, 516.4268188476562, 1983.79443359375, 2127.959228515625, 1437.37646484375, 1201.1014404296875, 370.6665954589844, 568.8133544921875, 561.2769165039062, 1397.55322265625, 859.1074829101562, 1573.654052734375, 5811.82080078125, 1130.1590576171875, 485.4253845214844, 1529.9356689453125, 1692.1156005859375, 691.1866455078125, 1119.7222900390625, 3802.90380859375, 365.0467834472656, 423.8314208984375, 2010.824951171875, 3207.844970703125, 737.3674926757812, 1922.33837890625, 592.6503295898438, 431.75042724609375, 2367.703125, 1620.0223388671875, 306.83740234375, 303.70697021484375, 662.428955078125, 2811.2060546875, 1665.718994140625, 511.5570373535156, 510.56884765625, 728.2281494140625]\n", - "57\n", - "2335\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1008.2988891601562, 570.5023803710938, 450.56048583984375, 1685.566650390625, 1486.4896240234375, 553.646728515625, 521.5056762695312]\n", - "7\n", - "2336\n", - "20\n", - "[2044.6790771484375, 3885.44384765625, 1343.3994140625, 1222.0418701171875, 693.4376220703125, 2126.89111328125, 420.34552001953125, 352.5033874511719, 2234.417236328125, 6605.4638671875, 5497.4755859375, 4779.75830078125, 768.3246459960938, 2775.215576171875, 10265.8369140625, 8426.9248046875, 3110.656005859375, 584.748046875, 4462.349609375, 1369.7261962890625]\n", - "20\n", - "2337\n", - "6\n", - "[1613.919189453125, 1461.7947998046875, 1614.3258056640625, 357.7103576660156, 1284.630615234375, 329.852294921875]\n", - "6\n", - "2338\n", - "10\n", - "[2028.388916015625, 2531.69921875, 2736.665771484375, 2259.102783203125, 508.5736389160156, 6008.5419921875, 923.0529174804688, 2496.265625, 973.262939453125, 1507.5023193359375]\n", - "10\n", - "2339\n", - "8\n", - "[754.8259887695312, 1829.5318603515625, 1803.467041015625, 1538.770263671875, 1714.065185546875, 485.8607482910156, 471.44873046875, 1712.656005859375]\n", - "8\n", - "2340\n", - "72\n", - "[663.0594482421875, 550.0795288085938, 2080.486328125, 1985.871337890625, 1193.30517578125, 1297.8328857421875, 2146.784423828125, 4189.52099609375, 580.3103637695312, 2320.018798828125, 877.9083862304688, 4577.7705078125, 482.4704895019531, 1907.2252197265625, 3027.579345703125, 1435.077880859375, 3580.20263671875, 1026.5433349609375, 4117.64501953125, 373.77410888671875, 2322.767822265625, 5066.95361328125, 5219.29736328125, 5398.73779296875, 3065.277587890625, 427.9828186035156, 3552.68798828125, 3659.16064453125, 7150.6728515625, 7252.72265625, 5127.38232421875, 6220.771484375, 6092.1591796875, 7869.18017578125, 7301.77783203125, 6130.62060546875, 2159.82177734375, 6934.642578125, 7465.0029296875, 6457.33349609375, 7570.9091796875, 6555.98583984375, 3714.846435546875, 719.1063232421875, 1230.855712890625, 938.5833740234375, 3941.831787109375, 6164.89697265625, 6341.17822265625, 2630.828369140625, 4145.42236328125, 5542.0634765625, 2491.827392578125, 3191.830078125, 5872.78857421875, 5221.29150390625, 4991.94287109375, 6108.267578125, 1309.14892578125, 525.2892456054688, 3683.089111328125, 4725.2236328125, 5119.35693359375, 5081.3876953125, 2528.631103515625, 378.06585693359375, 362.86834716796875, 4162.400390625, 4197.64501953125, 1964.724609375, 1336.4869384765625, 685.002197265625]\n", - "72\n", - "2341\n", - "39\n", - "[758.9571533203125, 606.0851440429688, 1072.171630859375, 442.1513366699219, 897.8687744140625, 3222.5361328125, 2594.455322265625, 2006.060546875, 4402.0966796875, 3014.653564453125, 829.771728515625, 7073.9306640625, 3834.4716796875, 2631.690185546875, 579.8587036132812, 7172.28271484375, 4353.02197265625, 5585.05615234375, 379.72369384765625, 536.837158203125, 1399.9541015625, 1213.98193359375, 6529.76171875, 6217.16552734375, 6650.90869140625, 4606.28125, 1443.497802734375, 474.846435546875, 1287.24755859375, 1039.1036376953125, 2074.828857421875, 2817.25732421875, 1667.738525390625, 3008.29150390625, 2098.241943359375, 983.9971313476562, 391.0945129394531, 2066.5166015625, 419.7720031738281]\n", - "39\n", - "2342\n", - "7\n", - "[605.5997314453125, 868.7767944335938, 3187.4248046875, 2751.32958984375, 5225.29931640625, 3100.132568359375, 1720.2008056640625]\n", - "7\n", - "2343\n", - "7\n", - "[1257.53662109375, 2771.408447265625, 1209.6748046875, 3587.652099609375, 484.6510009765625, 1154.1517333984375, 302.70123291015625]\n", - "7\n", - "2344\n", - "13\n", - "[588.3043212890625, 843.5181884765625, 521.63134765625, 515.1370239257812, 919.980712890625, 323.7815856933594, 1607.731689453125, 749.7283325195312, 2202.0361328125, 2959.260986328125, 1209.1351318359375, 326.19805908203125, 342.6741027832031]\n", - "13\n", - "2345\n", - "7\n", - "[1440.9814453125, 1771.201904296875, 651.4898071289062, 2774.938720703125, 688.8661499023438, 1184.2127685546875, 2062.87890625]\n", - "7\n", - "2346\n", - "7\n", - "[2255.3173828125, 2095.3642578125, 1244.4398193359375, 712.5322875976562, 2457.53662109375, 333.2119140625, 366.5347900390625]\n", - "7\n", - "2347\n", - "5\n", - "[1271.3021240234375, 2641.714111328125, 3607.796630859375, 516.8712768554688, 1555.3302001953125]\n", - "5\n", - "2348\n", - "11\n", - "[3550.19140625, 5917.00927734375, 5433.8154296875, 3247.830322265625, 4621.43896484375, 3293.6728515625, 723.6517333984375, 4496.09033203125, 555.8759765625, 807.33642578125, 8201.556640625]\n", - "11\n", - "2349\n", - "10\n", - "[544.6192016601562, 6079.9697265625, 3880.77392578125, 1139.4296875, 1190.5030517578125, 2289.271484375, 499.4754943847656, 767.8319091796875, 5371.18798828125, 788.5155029296875]\n", - "10\n", - "2350\n", - "7\n", - "[911.9033203125, 1084.4747314453125, 1192.7305908203125, 3940.823486328125, 367.931640625, 1881.16064453125, 650.2628173828125]\n", - "7\n", - "2351\n", - "8\n", - "[644.2821655273438, 1156.564208984375, 970.584716796875, 1025.0699462890625, 2905.7783203125, 1695.80908203125, 1053.0814208984375, 552.8265380859375]\n", - "8\n", - "2352\n", - "17\n", - "[380.92333984375, 683.9613037109375, 658.5331420898438, 1112.953125, 2976.5546875, 2909.107177734375, 932.711181640625, 1164.7685546875, 2204.404296875, 4059.890380859375, 3448.93310546875, 848.9398803710938, 739.3117065429688, 1722.62451171875, 1271.909423828125, 649.6831665039062, 1246.201171875]\n", - "17\n", - "2353\n", - "9\n", - "[2789.91015625, 1818.7396240234375, 817.4740600585938, 7776.05615234375, 10767.10546875, 5676.23876953125, 382.1580505371094, 4611.8251953125, 3033.30322265625]\n", - "9\n", - "2354\n", - "25\n", - "[543.9164428710938, 368.3731384277344, 900.2172241210938, 542.7091674804688, 701.9227294921875, 408.77691650390625, 410.25384521484375, 2047.320068359375, 1046.6456298828125, 684.6875610351562, 2306.367919921875, 2546.035888671875, 4007.0771484375, 589.0784912109375, 3475.00830078125, 2266.593505859375, 385.0946044921875, 1318.9923095703125, 1247.39306640625, 761.5137939453125, 524.3630981445312, 975.8362426757812, 1523.97802734375, 753.8787231445312, 980.421142578125]\n", - "25\n", - "2355\n", - "43\n", - "[342.3360595703125, 330.9797668457031, 808.0131225585938, 605.8032836914062, 333.89971923828125, 610.1176147460938, 512.7369384765625, 603.0932006835938, 2548.31591796875, 3018.337890625, 1624.362060546875, 2992.609130859375, 404.77374267578125, 2341.157958984375, 3479.923583984375, 3245.773681640625, 1895.9639892578125, 2123.775634765625, 3963.50048828125, 4059.145751953125, 2469.87109375, 605.4230346679688, 513.7423706054688, 769.0792236328125, 3774.146240234375, 4261.92822265625, 3755.485595703125, 1556.5740966796875, 892.7393188476562, 3381.541748046875, 3400.154296875, 3218.252685546875, 1079.995361328125, 639.7628173828125, 2353.58056640625, 740.6666870117188, 304.8359069824219, 1212.488037109375, 1028.3177490234375, 652.0086059570312, 987.5752563476562, 422.9366149902344, 547.5960083007812]\n", - "43\n", - "2356\n", - "13\n", - "[1032.6307373046875, 2808.35302734375, 982.9218139648438, 1452.72802734375, 3099.24072265625, 4113.26904296875, 832.71533203125, 664.1700439453125, 2878.943359375, 2578.453857421875, 1099.478271484375, 1254.4007568359375, 307.2585754394531]\n", - "13\n", - "2357\n", - "6\n", - "[497.7257385253906, 738.949951171875, 490.689453125, 2039.1297607421875, 1142.65185546875, 340.5528564453125]\n", - "6\n", - "2358\n", - "19\n", - "[837.8109741210938, 392.91778564453125, 1591.967529296875, 2479.164306640625, 310.34722900390625, 12554.421875, 10265.7294921875, 17372.3203125, 18485.173828125, 1070.737060546875, 1050.6817626953125, 25830.912109375, 15421.9931640625, 1200.8865966796875, 322.7231140136719, 4879.97412109375, 1513.6429443359375, 471.1231689453125, 355.0715637207031]\n", - "19\n", - "2359\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "32\n", - "[354.1207275390625, 404.4366455078125, 610.4215698242188, 406.35955810546875, 1302.3704833984375, 3159.759765625, 967.7273559570312, 1474.7650146484375, 1977.940673828125, 925.4849853515625, 1097.0626220703125, 1997.863525390625, 3279.2255859375, 1837.886962890625, 760.3128051757812, 563.66064453125, 1677.43603515625, 1637.4757080078125, 885.4422607421875, 350.66094970703125, 342.4137878417969, 662.9813842773438, 371.1641540527344, 971.3779907226562, 588.982421875, 331.33642578125, 665.058837890625, 2508.70947265625, 758.55029296875, 1110.5224609375, 1143.700927734375, 673.0300903320312]\n", - "32\n", - "2360\n", - "3\n", - "[2971.351806640625, 1442.1424560546875, 1846.0582275390625]\n", - "3\n", - "2361\n", - "7\n", - "[698.2825317382812, 779.7353515625, 1954.381103515625, 501.0763244628906, 931.5972900390625, 885.982421875, 334.4839782714844]\n", - "7\n", - "2362\n", - "4\n", - "[2846.546875, 2866.0751953125, 445.02618408203125, 3352.030517578125]\n", - "4\n", - "2363\n", - "11\n", - "[400.2267150878906, 405.65673828125, 712.4048461914062, 311.85601806640625, 1224.0567626953125, 2710.17919921875, 732.2657470703125, 2244.94921875, 3059.41015625, 522.8983764648438, 443.38128662109375]\n", - "11\n", - "2364\n", - "18\n", - "[645.4749755859375, 1094.5614013671875, 3499.144287109375, 1916.938720703125, 445.9634094238281, 456.4825134277344, 1469.951171875, 1142.04833984375, 1836.2481689453125, 4145.70654296875, 2872.25048828125, 315.4105529785156, 1975.497802734375, 3037.232421875, 1006.4684448242188, 302.5915222167969, 980.6669921875, 1173.7188720703125]\n", - "18\n", - "2365\n", - "22\n", - "[2030.814208984375, 903.7615966796875, 2079.7646484375, 2638.892822265625, 374.75897216796875, 2853.622802734375, 2256.228759765625, 1756.3109130859375, 1000.4523315429688, 1978.67578125, 2445.76708984375, 523.6971435546875, 818.8274536132812, 356.4706115722656, 716.1113891601562, 1109.64404296875, 3421.80322265625, 1550.0087890625, 594.0475463867188, 853.0255126953125, 358.30364990234375, 447.5165100097656]\n", - "22\n", - "2366\n", - "30\n", - "[456.76611328125, 895.5026245117188, 852.0438232421875, 577.6683959960938, 601.9479370117188, 1681.4400634765625, 1759.0487060546875, 912.2637329101562, 458.35833740234375, 1080.85302734375, 1524.8880615234375, 665.0615234375, 378.9922790527344, 1660.25244140625, 973.5869750976562, 1380.6246337890625, 2454.48779296875, 1934.238037109375, 1762.695556640625, 341.8296813964844, 1673.2476806640625, 4530.10888671875, 1350.702880859375, 518.1752319335938, 396.32818603515625, 871.4698486328125, 2837.939453125, 365.5014343261719, 307.1710205078125, 305.9289855957031]\n", - "30\n", - "2367\n", - "11\n", - "[625.6159057617188, 1225.283447265625, 1987.780029296875, 1117.6475830078125, 1893.4609375, 2110.35302734375, 1283.67578125, 330.21038818359375, 368.62908935546875, 1097.813232421875, 1518.291748046875]\n", - "11\n", - "2368\n", - "9\n", - "[395.0738220214844, 664.2070922851562, 1639.306640625, 1426.4803466796875, 728.5244750976562, 1430.3338623046875, 1344.09765625, 1528.7061767578125, 643.3674926757812]\n", - "9\n", - "2369\n", - "17\n", - "[452.7478332519531, 413.1191711425781, 635.9369506835938, 593.2362670898438, 1855.4908447265625, 1918.3895263671875, 1033.4613037109375, 1249.8359375, 2758.69970703125, 2875.5703125, 2240.19775390625, 2875.449462890625, 338.50689697265625, 800.2608032226562, 2817.9482421875, 400.2192077636719, 761.5262451171875]\n", - "17\n", - "2370\n", - "64\n", - "[500.6939392089844, 699.9508666992188, 1115.8709716796875, 368.9541015625, 573.6419677734375, 1275.2564697265625, 2953.591552734375, 3782.943115234375, 484.8883972167969, 1061.3291015625, 786.9056396484375, 2221.35888671875, 400.4076843261719, 530.827880859375, 2452.030029296875, 4863.20654296875, 2261.6103515625, 1042.8431396484375, 2462.27880859375, 2461.721435546875, 1211.2554931640625, 676.1983032226562, 645.5100708007812, 120.1716079711914, 803.5055541992188, 4491.83447265625, 4763.25048828125, 4377.19091796875, 3732.19287109375, 1272.931396484375, 1939.3101806640625, 2546.625, 3823.290771484375, 5876.95654296875, 5939.0244140625, 5425.6064453125, 1288.8935546875, 1013.4487915039062, 2332.94091796875, 3269.928466796875, 5060.53759765625, 5058.724609375, 3910.006591796875, 4910.83056640625, 5022.521484375, 1039.1280517578125, 2328.969482421875, 2273.0888671875, 3809.23095703125, 2914.512451171875, 1414.8555908203125, 1818.44677734375, 3550.632080078125, 3422.786865234375, 1273.0439453125, 357.0687561035156, 2372.73779296875, 1743.2410888671875, 1044.36767578125, 1660.8804931640625, 2207.0986328125, 330.4808044433594, 482.9532470703125, 686.65283203125]\n", - "64\n", - "2371\n", - "34\n", - "[511.070068359375, 1105.3697509765625, 322.3004455566406, 638.2827758789062, 629.6756591796875, 513.8538208007812, 928.3670043945312, 688.0515747070312, 1088.32568359375, 2015.682861328125, 236.48326110839844, 1483.5367431640625, 370.79815673828125, 461.3547058105469, 2470.0068359375, 4910.94775390625, 4187.61376953125, 2337.99462890625, 304.5074768066406, 339.43621826171875, 681.1649780273438, 3228.3076171875, 5249.6298828125, 2944.48876953125, 371.99737548828125, 1592.8162841796875, 2346.860107421875, 1245.7178955078125, 908.69873046875, 878.810302734375, 460.340576171875, 926.958740234375, 525.1188354492188, 1278.578125]\n", - "34\n", - "2372\n", - "9\n", - "[340.5439453125, 712.502197265625, 2614.78759765625, 1351.9149169921875, 367.0986022949219, 358.7614440917969, 1070.3916015625, 1742.0377197265625, 686.919921875]\n", - "9\n", - "2373\n", - "16\n", - "[1172.9705810546875, 1885.40185546875, 1594.2923583984375, 320.212890625, 482.3085632324219, 662.56494140625, 4580.2685546875, 5295.60009765625, 4141.34912109375, 623.4478149414062, 378.15985107421875, 3917.39111328125, 5780.423828125, 2107.25634765625, 2455.926513671875, 4251.06689453125]\n", - "16\n", - "2374\n", - "6\n", - "[2774.086181640625, 1738.974365234375, 734.1538696289062, 827.688720703125, 1512.808349609375, 1161.0645751953125]\n", - "6\n", - "2375\n", - "13\n", - "[459.1830139160156, 413.711669921875, 769.57177734375, 989.8804321289062, 1258.4129638671875, 2252.454833984375, 3196.384521484375, 2410.806884765625, 443.6153564453125, 721.409912109375, 362.09674072265625, 1393.2099609375, 1069.824462890625]\n", - "13\n", - "2376\n", - "21\n", - "[544.0821533203125, 939.2661743164062, 1462.213134765625, 2483.602783203125, 2131.05859375, 301.7787780761719, 1035.912353515625, 2174.684814453125, 2733.406005859375, 1654.978759765625, 415.2662048339844, 690.23681640625, 2002.350341796875, 2731.968994140625, 486.39874267578125, 904.3327026367188, 1585.4608154296875, 915.7424926757812, 1511.0234375, 645.5633544921875, 406.3437194824219]\n", - "21\n", - "2377\n", - "3\n", - "[3030.684814453125, 2166.228515625, 1371.111083984375]\n", - "3\n", - "2378\n", - "6\n", - "[952.3253784179688, 417.9151306152344, 2245.42822265625, 1162.9794921875, 1294.768798828125, 1471.4468994140625]\n", - "6\n", - "2379\n", - "11\n", - "[775.1408081054688, 694.6439208984375, 1216.0201416015625, 1878.3323974609375, 1521.6129150390625, 1053.0028076171875, 3708.36669921875, 1706.8370361328125, 420.5409240722656, 357.9601135253906, 319.32159423828125]\n", - "11\n", - "2380\n", - "14\n", - "[319.3660888671875, 1322.853759765625, 662.818359375, 2741.575439453125, 1121.7847900390625, 997.8368530273438, 3105.119384765625, 1066.5272216796875, 625.4865112304688, 2250.53076171875, 1407.7547607421875, 497.4456787109375, 863.6096801757812, 411.64324951171875]\n", - "14\n", - "2381\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[778.6834716796875, 673.8477172851562, 611.38916015625, 704.6209716796875, 1194.2745361328125, 1247.921142578125, 1089.568359375, 369.9466247558594, 326.2662658691406, 322.09149169921875]\n", - "10\n", - "2382\n", - "17\n", - "[484.6106262207031, 1756.577880859375, 463.71337890625, 1293.01806640625, 4845.88525390625, 5229.64794921875, 1647.263427734375, 1367.0655517578125, 5916.953125, 4689.46826171875, 450.45703125, 412.69415283203125, 4370.44189453125, 4183.55712890625, 3971.772216796875, 3655.433837890625, 461.87994384765625]\n", - "17\n", - "2383\n", - "10\n", - "[408.6691589355469, 1441.5927734375, 4454.7919921875, 1195.6099853515625, 338.9990234375, 1031.359375, 359.1748352050781, 348.032958984375, 1004.0484008789062, 476.95916748046875]\n", - "10\n", - "2384\n", - "17\n", - "[414.13739013671875, 765.3788452148438, 1586.981689453125, 2273.2294921875, 4048.249267578125, 3724.556396484375, 2671.667236328125, 1180.0438232421875, 2116.921875, 4057.145263671875, 4484.4931640625, 4140.56396484375, 470.8165283203125, 780.2650146484375, 969.7880249023438, 341.74609375, 567.5626831054688]\n", - "17\n", - "2385\n", - "8\n", - "[865.1224975585938, 895.0673217773438, 1098.86669921875, 493.7766418457031, 477.8902893066406, 816.2122192382812, 534.1823120117188, 688.9684448242188]\n", - "8\n", - "2386\n", - "7\n", - "[1342.6558837890625, 3014.47509765625, 630.7716674804688, 2298.140380859375, 1508.7325439453125, 1210.3170166015625, 1354.3302001953125]\n", - "7\n", - "2387\n", - "46\n", - "[463.68389892578125, 327.0716552734375, 577.764892578125, 489.7685241699219, 330.3687438964844, 697.9556274414062, 840.138427734375, 441.1204833984375, 802.589111328125, 2931.397216796875, 2410.459716796875, 736.1940307617188, 1578.6878662109375, 1591.53173828125, 3929.346923828125, 2684.28662109375, 1889.5169677734375, 2141.484619140625, 545.1339111328125, 387.06402587890625, 448.0786437988281, 924.777099609375, 2683.71533203125, 4204.83154296875, 4941.55078125, 2651.763427734375, 1046.3741455078125, 1061.0843505859375, 1697.1614990234375, 2918.26025390625, 4253.9716796875, 4850.92529296875, 3861.35595703125, 2876.35791015625, 703.2271728515625, 997.6831665039062, 1709.2601318359375, 2298.29931640625, 2470.8935546875, 529.690185546875, 2519.915283203125, 2216.453369140625, 507.4170227050781, 667.1837158203125, 783.0493774414062, 667.54052734375]\n", - "46\n", - "2388\n", - "24\n", - "[602.7251586914062, 1390.681640625, 493.1629638671875, 376.640625, 342.46331787109375, 383.1670227050781, 975.2490234375, 1306.65380859375, 444.39056396484375, 371.36944580078125, 950.963623046875, 1449.083251953125, 1818.165283203125, 1835.1302490234375, 765.7415771484375, 2545.2431640625, 2423.098388671875, 1775.8062744140625, 2180.85205078125, 711.9240112304688, 1861.7244873046875, 346.5740051269531, 423.8921203613281, 367.92144775390625]\n", - "24\n", - "2389\n", - "24\n", - "[521.7886352539062, 812.8255004882812, 673.1790161132812, 4345.12158203125, 5275.404296875, 5155.13134765625, 3170.067138671875, 1232.9661865234375, 4537.63671875, 7168.51806640625, 5752.173828125, 2028.7379150390625, 372.678466796875, 1772.85986328125, 409.5606689453125, 2789.1904296875, 3787.85205078125, 316.750732421875, 2411.94140625, 2025.55859375, 535.4193115234375, 742.6834716796875, 480.4742736816406, 672.2909545898438]\n", - "24\n", - "2390\n", - "13\n", - "[385.3560791015625, 729.8444213867188, 1751.4136962890625, 438.66827392578125, 547.22900390625, 778.5009155273438, 3302.77294921875, 2010.1319580078125, 640.9580078125, 316.67523193359375, 1034.047119140625, 682.65576171875, 702.0225219726562]\n", - "13\n", - "2391\n", - "8\n", - "[575.378662109375, 785.4386596679688, 515.82763671875, 861.4328002929688, 1350.1004638671875, 480.7164001464844, 424.1715087890625, 382.02813720703125]\n", - "8\n", - "2392\n", - "5\n", - "[1129.6368408203125, 3225.1826171875, 625.9825439453125, 2245.478271484375, 304.0310974121094]\n", - "5\n", - "2393\n", - "18\n", - "[390.9742431640625, 1796.005615234375, 729.7490844726562, 474.9067687988281, 1618.744384765625, 3859.122802734375, 3162.195556640625, 602.9420776367188, 404.3244323730469, 1524.396484375, 2949.46875, 4032.95458984375, 678.1007690429688, 2052.581787109375, 654.986328125, 460.5423583984375, 382.1334228515625, 377.28460693359375]\n", - "18\n", - "2394\n", - "15\n", - "[576.7621459960938, 547.8927612304688, 5196.48779296875, 4063.67529296875, 421.792724609375, 480.30401611328125, 325.2702331542969, 335.607666015625, 2498.603759765625, 2820.259521484375, 605.7970581054688, 661.8343505859375, 827.1412353515625, 456.64935302734375, 596.1494140625]\n", - "15\n", - "2395\n", - "12\n", - "[480.1446533203125, 327.4241638183594, 338.6233825683594, 3165.797119140625, 2101.392333984375, 395.3656311035156, 1610.6256103515625, 3976.026611328125, 1633.8194580078125, 430.55413818359375, 1208.481201171875, 443.1822814941406]\n", - "12\n", - "2396\n", - "193\n", - "[502.12353515625, 416.4082946777344, 792.804931640625, 800.5382080078125, 3229.814208984375, 2793.97802734375, 1967.8673095703125, 546.8671264648438, 605.7254028320312, 748.90625, 809.6911010742188, 419.03045654296875, 1479.9139404296875, 640.4471435546875, 2487.381103515625, 1260.88330078125, 538.3416137695312, 2364.59375, 772.6883544921875, 2627.180419921875, 1663.378662109375, 764.1177368164062, 461.1159973144531, 1114.5511474609375, 2342.22265625, 338.2385559082031, 712.2105102539062, 811.954833984375, 435.1264343261719, 362.9599914550781, 317.3292236328125, 2155.236572265625, 797.078125, 953.5453491210938, 1270.366943359375, 1432.779541015625, 823.7180786132812, 541.3734130859375, 1620.05908203125, 4105.21826171875, 3634.231201171875, 3515.3837890625, 762.1144409179688, 347.9610900878906, 478.92572021484375, 390.99798583984375, 379.49981689453125, 430.0242614746094, 106.1610107421875, 407.9023132324219, 1631.26171875, 2318.4560546875, 846.5003051757812, 1023.1862182617188, 935.7489013671875, 846.5045166015625, 1801.1944580078125, 1184.8243408203125, 4112.5869140625, 3415.357177734375, 241.5520477294922, 3483.634765625, 6248.9599609375, 1941.3876953125, 4361.6328125, 475.8525390625, 644.3308715820312, 1781.61962890625, 1539.23681640625, 4227.36767578125, 5638.5908203125, 1289.2039794921875, 119.93769073486328, 1883.624267578125, 6899.13525390625, 9853.6748046875, 5785.36328125, 3131.03857421875, 1644.197509765625, 1776.562744140625, 1411.6561279296875, 883.7745361328125, 430.87158203125, 220.66249084472656, 403.76153564453125, 1170.1343994140625, 4969.2001953125, 4940.2333984375, 2530.5322265625, 3576.87548828125, 6468.7802734375, 5268.03125, 11095.24609375, 9486.1767578125, 10034.9755859375, 8532.51953125, 6526.33056640625, 1775.4720458984375, 1283.3826904296875, 993.4928588867188, 1531.9683837890625, 651.3147583007812, 1381.5106201171875, 3103.18212890625, 1251.3065185546875, 5161.0947265625, 5193.09228515625, 7657.6162109375, 9202.9052734375, 11392.9453125, 15067.953125, 11630.2216796875, 8612.82421875, 6748.9794921875, 6119.59130859375, 969.4686279296875, 808.3038330078125, 1301.321044921875, 1719.167724609375, 1827.1654052734375, 844.4632568359375, 2187.562255859375, 604.3391723632812, 1277.0723876953125, 2385.456787109375, 6460.427734375, 7845.48291015625, 8448.6435546875, 6748.759765625, 4893.5634765625, 5481.79931640625, 1453.2310791015625, 646.037109375, 622.4304809570312, 1042.2264404296875, 1808.5897216796875, 1060.04248046875, 2489.135986328125, 1774.521728515625, 3570.085205078125, 3739.04296875, 3849.1494140625, 7721.82080078125, 6071.7451171875, 2476.129638671875, 662.77197265625, 387.128662109375, 1522.4097900390625, 1581.997802734375, 2936.69140625, 321.57830810546875, 1794.8662109375, 2344.863525390625, 1564.6107177734375, 2981.980712890625, 5405.14892578125, 3800.023681640625, 1815.012939453125, 532.74072265625, 1663.6473388671875, 2350.88427734375, 1585.843505859375, 3186.38037109375, 2628.66552734375, 983.94482421875, 1891.93994140625, 1733.781982421875, 1200.552978515625, 2240.177978515625, 760.1156616210938, 1373.67431640625, 460.16693115234375, 1350.8741455078125, 772.8963012695312, 1726.084228515625, 1930.529541015625, 87.3086166381836, 382.2582092285156, 763.7830200195312, 1011.7791748046875, 1697.310546875, 465.6055908203125, 348.795166015625, 431.9469299316406, 434.19610595703125, 367.3677978515625]\n", - "186\n", - "2397\n", - "6\n", - "[802.47705078125, 367.00390625, 2834.976318359375, 3447.65625, 2321.4951171875, 503.8995361328125]\n", - "6\n", - "2398\n", - "6\n", - "[408.8191223144531, 3326.371337890625, 809.3603515625, 2220.045166015625, 1246.7255859375, 1011.654541015625]\n", - "6\n", - "2399\n", - "87\n", - "[688.433349609375, 641.0725708007812, 1357.9559326171875, 1677.9984130859375, 333.8902587890625, 376.902587890625, 1221.4693603515625, 2118.91064453125, 780.2258911132812, 1460.1558837890625, 2540.213623046875, 3361.5126953125, 1868.554931640625, 2124.075927734375, 4232.98583984375, 4534.04296875, 2498.193115234375, 927.6983642578125, 1033.159423828125, 2368.955078125, 4651.1357421875, 4706.06982421875, 2845.93994140625, 343.1505126953125, 570.0224609375, 2864.78857421875, 2296.413818359375, 1591.17529296875, 2638.399169921875, 2412.580810546875, 700.7765502929688, 1759.050048828125, 1834.1826171875, 498.44073486328125, 446.4229431152344, 329.16168212890625, 2603.641845703125, 466.961669921875, 754.1405639648438, 3020.671630859375, 3843.9462890625, 881.0292358398438, 1171.423828125, 339.98541259765625, 791.5593872070312, 964.4500122070312, 3349.81201171875, 2525.32568359375, 2708.052490234375, 301.8755187988281, 780.4700927734375, 3630.36572265625, 3845.724609375, 4205.74169921875, 4293.23046875, 1833.0538330078125, 587.0548706054688, 958.3087158203125, 1918.50634765625, 4534.51806640625, 4384.40966796875, 3674.580078125, 1241.359619140625, 527.0382080078125, 3638.631103515625, 4524.22119140625, 4248.93798828125, 2987.79541015625, 312.7390441894531, 1012.7139282226562, 3118.0703125, 3216.800537109375, 2459.361328125, 3605.215576171875, 1238.8809814453125, 1331.9259033203125, 392.9900817871094, 468.0627746582031, 340.3401794433594, 1331.4744873046875, 1388.5057373046875, 564.392578125, 335.7745361328125, 1676.9884033203125, 1659.9052734375, 635.7749633789062, 871.787353515625]\n", - "87\n", - "2400\n", - "25\n", - "[1075.6640625, 798.815185546875, 1027.56494140625, 427.99420166015625, 1813.2235107421875, 495.5440979003906, 914.4356689453125, 3289.185546875, 1897.0889892578125, 350.1624450683594, 1953.2677001953125, 4296.10595703125, 2328.41259765625, 1016.766845703125, 1134.47119140625, 3531.641357421875, 2009.0106201171875, 452.5324401855469, 634.368896484375, 453.9181213378906, 730.2091674804688, 1911.8363037109375, 570.2261352539062, 369.1231689453125, 524.9407348632812]\n", - "25\n", - "2401\n", - "11\n", - "[476.29583740234375, 386.8677062988281, 1145.4501953125, 1427.0399169921875, 352.2029724121094, 303.3412780761719, 1587.0966796875, 1831.5230712890625, 462.9240417480469, 358.59930419921875, 750.1770629882812]\n", - "11\n", - "2402\n", - "16\n", - "[727.297607421875, 1070.857666015625, 1068.1146240234375, 489.11163330078125, 441.3663330078125, 996.96337890625, 1308.679931640625, 1330.686767578125, 888.1648559570312, 513.0994873046875, 695.4344482421875, 413.63897705078125, 361.17144775390625, 471.8351745605469, 891.13525390625, 455.4130859375]\n", - "16\n", - "2403\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[692.414306640625, 346.3175048828125, 359.1388244628906, 1470.6951904296875, 1156.872314453125, 557.392333984375, 1291.5458984375, 687.93701171875, 1270.654541015625, 370.5481872558594, 4130.578125, 3139.195556640625, 1745.79638671875, 1779.1163330078125, 3109.47314453125]\n", - "15\n", - "2404\n", - "19\n", - "[565.23193359375, 365.0130615234375, 1087.390380859375, 2657.405029296875, 824.6666870117188, 2007.0150146484375, 1645.7119140625, 918.3554077148438, 1350.1446533203125, 1114.6324462890625, 1706.6456298828125, 368.3477478027344, 857.5681762695312, 766.3324584960938, 1074.0699462890625, 498.87060546875, 376.8690490722656, 477.120361328125, 576.8163452148438]\n", - "19\n", - "2405\n", - "6\n", - "[814.0509033203125, 629.1428833007812, 1084.68408203125, 2207.624267578125, 764.3206787109375, 720.9925537109375]\n", - "6\n", - "2406\n", - "10\n", - "[1980.9542236328125, 4050.510009765625, 1498.0872802734375, 3199.711181640625, 4882.92919921875, 5166.00634765625, 1941.6976318359375, 3205.9736328125, 1563.1722412109375, 1042.377685546875]\n", - "10\n", - "2407\n", - "10\n", - "[360.80499267578125, 381.2241516113281, 915.1255493164062, 1596.5213623046875, 954.0230102539062, 362.98382568359375, 494.67578125, 744.8154907226562, 468.52935791015625, 1315.0904541015625]\n", - "10\n", - "2408\n", - "15\n", - "[558.8755493164062, 1037.1455078125, 843.7725830078125, 3292.890625, 2668.604248046875, 448.8959045410156, 670.1764526367188, 937.249267578125, 887.0870361328125, 861.6988525390625, 560.6959838867188, 470.9739074707031, 364.9327697753906, 1224.728515625, 304.1158447265625]\n", - "15\n", - "2409\n", - "10\n", - "[1317.5386962890625, 404.8902282714844, 592.5051879882812, 1564.9613037109375, 1906.6180419921875, 401.8172302246094, 514.3458251953125, 1476.0848388671875, 1434.2279052734375, 637.4510498046875]\n", - "10\n", - "2410\n", - "11\n", - "[940.6438598632812, 873.796142578125, 1342.1920166015625, 338.3985900878906, 312.40130615234375, 2090.89794921875, 3607.388671875, 1734.6072998046875, 352.75726318359375, 951.7714233398438, 337.645751953125]\n", - "11\n", - "2411\n", - "14\n", - "[306.0403747558594, 662.3555908203125, 326.1399230957031, 430.20404052734375, 3100.024658203125, 1990.46435546875, 1022.15283203125, 446.12646484375, 3708.3505859375, 3083.7255859375, 577.6113891601562, 1462.0233154296875, 625.5995483398438, 1018.3784790039062]\n", - "14\n", - "2412\n", - "8\n", - "[621.824462890625, 887.7432250976562, 923.408447265625, 1388.8662109375, 1483.818603515625, 1163.2412109375, 1926.6429443359375, 704.5839233398438]\n", - "8\n", - "2413\n", - "7\n", - "[1465.66455078125, 5108.1142578125, 3042.2490234375, 447.43853759765625, 2524.225341796875, 2350.845458984375, 681.0686645507812]\n", - "7\n", - "2414\n", - "7\n", - "[456.7669372558594, 837.0867309570312, 888.1126098632812, 1643.954345703125, 402.08795166015625, 443.7084045410156, 548.7056884765625]\n", - "7\n", - "2415\n", - "28\n", - "[329.0568542480469, 671.15869140625, 472.7449035644531, 1240.2459716796875, 1043.9154052734375, 2356.57763671875, 1557.6473388671875, 498.3590393066406, 2823.384765625, 607.652587890625, 955.0547485351562, 2996.208251953125, 327.5838317871094, 1912.2093505859375, 519.1067504882812, 1103.9248046875, 3329.1962890625, 1130.967529296875, 785.0841674804688, 880.2174682617188, 835.16357421875, 881.5556030273438, 603.4100952148438, 616.4000854492188, 1028.7562255859375, 951.0101928710938, 842.3319091796875, 529.9668579101562]\n", - "28\n", - "2416\n", - "6\n", - "[708.8218383789062, 944.3197631835938, 758.9135131835938, 735.1611328125, 743.5506591796875, 2388.545166015625]\n", - "6\n", - "2417\n", - "46\n", - "[312.49188232421875, 1552.3974609375, 586.983642578125, 354.4977722167969, 470.76025390625, 654.402587890625, 2465.466552734375, 1945.8360595703125, 1732.9884033203125, 3390.376220703125, 1106.0701904296875, 469.13189697265625, 954.53076171875, 1525.540771484375, 302.5423583984375, 2417.8193359375, 4824.74072265625, 2980.353271484375, 4621.81494140625, 5745.47412109375, 3977.805908203125, 3127.429931640625, 802.053466796875, 468.8213806152344, 369.9012756347656, 490.8370666503906, 546.7706909179688, 1052.39794921875, 3972.27490234375, 4999.9052734375, 1786.2039794921875, 612.0364990234375, 2187.829345703125, 2002.784912109375, 3038.1865234375, 2071.594482421875, 993.97412109375, 349.8870544433594, 2263.376953125, 1233.8177490234375, 648.1629028320312, 1102.5897216796875, 925.5429077148438, 579.7523193359375, 308.31817626953125, 440.4529113769531]\n", - "46\n", - "2418\n", - "14\n", - "[747.9010620117188, 840.2348022460938, 309.4849853515625, 2618.397216796875, 1529.670654296875, 1595.8289794921875, 3091.032470703125, 1079.8765869140625, 1306.2486572265625, 2484.30126953125, 1574.2877197265625, 1522.2872314453125, 477.49725341796875, 825.7163696289062]\n", - "14\n", - "2419\n", - "10\n", - "[1129.880615234375, 951.8511352539062, 324.71002197265625, 3931.953369140625, 2928.553466796875, 1005.0189819335938, 8349.11328125, 1227.8271484375, 971.1681518554688, 1274.923828125]\n", - "10\n", - "2420\n", - "12\n", - "[687.2843627929688, 523.6082763671875, 1560.4381103515625, 343.0283203125, 2064.6015625, 2418.74658203125, 1124.1529541015625, 2280.351318359375, 2254.60009765625, 799.1676025390625, 1015.5130004882812, 1891.8125]\n", - "12\n", - "2421\n", - "3\n", - "[1543.383056640625, 4591.478515625, 939.5645141601562]\n", - "3\n", - "2422\n", - "9\n", - "[394.5040283203125, 1820.253662109375, 1903.1907958984375, 709.3983154296875, 870.4100341796875, 2058.511474609375, 3336.625244140625, 1688.2076416015625, 361.8284606933594]\n", - "9\n", - "2423\n", - "135\n", - "[491.6705322265625, 499.88739013671875, 462.44683837890625, 1019.6812133789062, 494.62896728515625, 1048.7967529296875, 858.815673828125, 347.2838439941406, 411.15203857421875, 1664.8663330078125, 3167.108154296875, 1706.7716064453125, 2610.01806640625, 871.1184692382812, 322.344482421875, 460.5887756347656, 1205.026123046875, 1832.0906982421875, 5701.37890625, 2620.607177734375, 512.2714233398438, 506.98590087890625, 834.4625854492188, 595.3875732421875, 1827.47265625, 4928.56591796875, 3866.952392578125, 3454.84423828125, 2700.99951171875, 511.26123046875, 4171.6904296875, 2025.12939453125, 1972.4185791015625, 4300.59033203125, 3980.3564453125, 497.596435546875, 922.1607055664062, 2440.791259765625, 2414.453857421875, 2542.893798828125, 1602.0263671875, 2387.485107421875, 1212.88232421875, 513.047119140625, 356.33056640625, 3688.561767578125, 1114.973876953125, 7348.86474609375, 7252.9765625, 2838.4228515625, 3336.767822265625, 5871.580078125, 3138.037841796875, 1564.946533203125, 1126.699462890625, 884.8824462890625, 273.71954345703125, 1712.3819580078125, 609.6656494140625, 925.470947265625, 858.5631103515625, 488.2701110839844, 333.93475341796875, 2592.5830078125, 7760.3232421875, 7891.875, 7770.560546875, 3110.040771484375, 6742.5634765625, 6986.02197265625, 4448.68408203125, 929.51171875, 481.171630859375, 477.57281494140625, 2827.599365234375, 3193.716064453125, 458.36993408203125, 2383.8232421875, 7383.13037109375, 5393.953125, 7440.7568359375, 3062.570556640625, 1405.13623046875, 5849.70751953125, 423.3826904296875, 1663.919189453125, 2338.688720703125, 538.220947265625, 266.8194885253906, 324.5723571777344, 2160.478515625, 7372.0634765625, 7769.63134765625, 4248.7724609375, 4185.31005859375, 5587.037109375, 1933.94970703125, 2170.535400390625, 1833.7232666015625, 274.9642333984375, 800.0615844726562, 1306.96630859375, 5581.0478515625, 3846.017822265625, 4475.12109375, 3197.585693359375, 1233.1494140625, 2176.722900390625, 5848.0927734375, 4391.896484375, 921.7548217773438, 868.1419677734375, 647.3407592773438, 465.4052734375, 1434.1885986328125, 1291.84033203125, 3266.207275390625, 3364.286865234375, 655.7831420898438, 954.189453125, 2514.17529296875, 1201.1748046875, 769.5932006835938, 347.879150390625, 857.5167846679688, 1152.062744140625, 990.6920166015625, 1727.363525390625, 1250.900146484375, 1543.0286865234375, 3312.027099609375, 919.3916625976562, 606.0668334960938, 504.54156494140625]\n", - "134\n", - "2424\n", - "7\n", - "[952.1060180664062, 1326.1134033203125, 302.312744140625, 3453.73681640625, 593.03857421875, 1352.767578125, 2311.019287109375]\n", - "7\n", - "2425\n", - "4\n", - "[780.42138671875, 1953.6009521484375, 2376.933837890625, 789.7894287109375]\n", - "4\n", - "2426\n", - "7\n", - "[700.3762817382812, 505.1263427734375, 457.0106506347656, 1675.595703125, 1478.393310546875, 676.0272216796875, 372.4869079589844]\n", - "7\n", - "2427\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[557.3843383789062, 429.9147033691406, 460.7523498535156, 471.69073486328125, 1802.82177734375, 1100.82470703125, 1652.29931640625, 407.34808349609375]\n", - "8\n", - "2428\n", - "27\n", - "[959.26806640625, 1423.5091552734375, 2204.6494140625, 2431.712158203125, 1658.503173828125, 1539.623046875, 844.4948120117188, 633.7300415039062, 2890.267578125, 2118.310791015625, 789.6600341796875, 1408.9532470703125, 1029.74755859375, 899.9385986328125, 1095.3717041015625, 3268.064697265625, 2293.48876953125, 1240.1005859375, 2607.430908203125, 2530.214599609375, 2188.2119140625, 1496.0880126953125, 2782.169921875, 725.5772705078125, 588.6876831054688, 1774.831298828125, 1830.3670654296875]\n", - "27\n", - "2429\n", - "23\n", - "[657.392822265625, 962.7412109375, 625.9676513671875, 796.933837890625, 416.7845764160156, 444.62103271484375, 977.5111083984375, 816.817138671875, 999.4609985351562, 476.227294921875, 348.903076171875, 307.6300048828125, 301.1490173339844, 331.52423095703125, 3184.860595703125, 1910.3065185546875, 378.4906005859375, 805.8770141601562, 939.4031982421875, 1594.4710693359375, 1711.5889892578125, 345.7960510253906, 569.5701293945312]\n", - "23\n", - "2430\n", - "11\n", - "[466.72320556640625, 1256.994140625, 666.6082153320312, 492.32354736328125, 360.99102783203125, 1127.014404296875, 2336.504638671875, 2131.386962890625, 1388.369140625, 526.0617065429688, 1180.95458984375]\n", - "11\n", - "2431\n", - "9\n", - "[961.5552978515625, 1561.598388671875, 4951.34521484375, 2427.643798828125, 648.6935424804688, 1453.6280517578125, 496.69683837890625, 442.1556701660156, 340.671142578125]\n", - "9\n", - "2432\n", - "17\n", - "[678.4624633789062, 1147.46337890625, 1711.3052978515625, 3580.158447265625, 1764.1055908203125, 3710.50634765625, 3809.312744140625, 4293.0244140625, 3690.105224609375, 587.2786865234375, 624.192626953125, 2677.567138671875, 2674.868896484375, 3368.923828125, 3837.9873046875, 916.4586791992188, 389.30426025390625]\n", - "17\n", - "2433\n", - "7\n", - "[467.3958435058594, 4299.9931640625, 3552.6806640625, 690.9620361328125, 321.56842041015625, 1543.2911376953125, 791.2957153320312]\n", - "7\n", - "2434\n", - "15\n", - "[446.7190856933594, 579.9826049804688, 392.67431640625, 655.0801391601562, 421.17303466796875, 742.3256225585938, 964.068603515625, 1147.171630859375, 2186.10595703125, 1938.4853515625, 2481.18701171875, 1952.9210205078125, 2678.87646484375, 411.2684020996094, 492.6580810546875]\n", - "15\n", - "2435\n", - "14\n", - "[300.7641906738281, 1197.059814453125, 637.0245361328125, 3197.026611328125, 2828.445556640625, 847.056396484375, 364.65380859375, 6205.4794921875, 363.8389587402344, 571.9609985351562, 794.262451171875, 424.71136474609375, 518.8102416992188, 702.0526733398438]\n", - "14\n", - "2436\n", - "39\n", - "[539.3693237304688, 731.7124633789062, 323.306640625, 409.33990478515625, 461.2657165527344, 927.625732421875, 598.859619140625, 1027.8685302734375, 3237.947509765625, 5185.28759765625, 3121.17724609375, 1463.6915283203125, 999.4644165039062, 365.26544189453125, 715.11376953125, 2362.254150390625, 5966.94482421875, 6543.57373046875, 7273.00830078125, 4392.19873046875, 931.146484375, 378.1062316894531, 516.5195922851562, 818.8886108398438, 2627.529052734375, 6201.73193359375, 5984.6015625, 711.7998657226562, 1075.423828125, 312.2345275878906, 421.9883728027344, 1390.530029296875, 921.4683837890625, 4012.7822265625, 584.929443359375, 1177.8212890625, 2180.073974609375, 397.7586975097656, 439.70892333984375]\n", - "39\n", - "2437\n", - "6\n", - "[2075.26953125, 1031.7249755859375, 455.8899841308594, 2606.755615234375, 542.4674072265625, 332.2734375]\n", - "6\n", - "2438\n", - "13\n", - "[394.9132385253906, 607.2156982421875, 1091.147216796875, 671.9306640625, 351.2907409667969, 2585.72802734375, 3442.114013671875, 2490.2890625, 489.2309875488281, 1675.34326171875, 2312.6611328125, 526.9072875976562, 898.7588500976562]\n", - "13\n", - "2439\n", - "17\n", - "[562.0718994140625, 967.0528564453125, 533.2633666992188, 324.5487365722656, 734.3567504882812, 742.8931884765625, 526.40087890625, 2158.51416015625, 1312.540283203125, 2169.7294921875, 2408.249755859375, 1533.2314453125, 496.64642333984375, 915.444580078125, 1156.069580078125, 907.8156127929688, 598.2377319335938]\n", - "17\n", - "2440\n", - "27\n", - "[350.2301025390625, 304.9571533203125, 501.7696228027344, 1357.2222900390625, 1406.56298828125, 526.8870849609375, 450.44775390625, 1505.09521484375, 2046.7978515625, 3117.60791015625, 435.10247802734375, 369.3438415527344, 1009.1807861328125, 1951.928955078125, 3031.812255859375, 4371.0478515625, 1409.722412109375, 401.7216491699219, 1169.453369140625, 1211.590576171875, 1886.4248046875, 3423.249755859375, 1223.7259521484375, 304.9933166503906, 1821.3642578125, 889.6821899414062, 894.0056762695312]\n", - "27\n", - "2441\n", - "21\n", - "[695.1668090820312, 490.85491943359375, 441.6054992675781, 662.1699829101562, 945.7056274414062, 846.9917602539062, 315.0997619628906, 473.45086669921875, 320.50860595703125, 991.2974243164062, 464.0968322753906, 570.0949096679688, 320.0797119140625, 515.4749755859375, 301.7921447753906, 441.3553161621094, 746.4535522460938, 520.5933837890625, 480.57525634765625, 1075.379150390625, 329.2532653808594]\n", - "21\n", - "2442\n", - "13\n", - "[892.1497192382812, 411.27447509765625, 2307.9375, 1469.94189453125, 323.86407470703125, 1250.4954833984375, 1184.91162109375, 1574.9200439453125, 341.62969970703125, 527.5230712890625, 1825.7818603515625, 998.4631958007812, 948.7821044921875]\n", - "13\n", - "2443\n", - "14\n", - "[696.9121704101562, 440.7601623535156, 604.1961669921875, 523.1358642578125, 343.2979736328125, 997.3406982421875, 407.5516357421875, 1388.080810546875, 1023.1626586914062, 1270.23681640625, 2096.330810546875, 1449.1158447265625, 1511.2685546875, 1523.093017578125]\n", - "14\n", - "2444\n", - "9\n", - "[336.8811340332031, 402.3687438964844, 385.05712890625, 325.88165283203125, 904.2520141601562, 757.9358520507812, 1524.0618896484375, 633.4207763671875, 499.2794494628906]\n", - "9\n", - "2445\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[718.9093017578125, 840.138427734375, 1915.4320068359375, 1683.3055419921875, 305.3583068847656]\n", - "5\n", - "2446\n", - "6\n", - "[346.8973388671875, 1293.7843017578125, 2054.641845703125, 1566.078125, 1880.8944091796875, 993.8280639648438]\n", - "6\n", - "2447\n", - "7\n", - "[1275.1563720703125, 1419.4920654296875, 1444.1768798828125, 782.1693725585938, 326.7226257324219, 1534.0260009765625, 957.1984252929688]\n", - "7\n", - "2448\n", - "12\n", - "[432.830322265625, 954.8905029296875, 2816.549072265625, 2776.68505859375, 1044.449951171875, 317.6336975097656, 2884.2939453125, 3242.85009765625, 2792.132080078125, 751.3199462890625, 801.2005004882812, 301.764404296875]\n", - "12\n", - "2449\n", - "16\n", - "[461.79742431640625, 2675.752685546875, 3463.912841796875, 3537.238037109375, 408.2926025390625, 2741.114501953125, 3918.55517578125, 4304.20263671875, 4859.47998046875, 1646.3468017578125, 589.5845947265625, 1211.692138671875, 3926.81591796875, 4434.8515625, 4332.2744140625, 468.77593994140625]\n", - "16\n", - "2450\n", - "17\n", - "[447.2756652832031, 712.5321044921875, 591.9078979492188, 811.5028076171875, 638.033935546875, 629.2012939453125, 1983.786376953125, 3775.24658203125, 2043.0899658203125, 2503.41162109375, 2267.8125, 412.7071838378906, 1024.1953125, 1139.9332275390625, 521.9671630859375, 624.8270263671875, 1619.232421875]\n", - "17\n", - "2451\n", - "4\n", - "[463.32232666015625, 2498.46826171875, 339.46429443359375, 2138.328125]\n", - "4\n", - "2452\n", - "9\n", - "[471.9690856933594, 1161.1573486328125, 1458.9742431640625, 2011.65185546875, 1589.7462158203125, 424.6425476074219, 1470.9239501953125, 1794.80859375, 1064.2059326171875]\n", - "9\n", - "2453\n", - "18\n", - "[630.1610717773438, 1237.8140869140625, 1447.7686767578125, 1291.677734375, 306.1467590332031, 805.2467651367188, 594.7040405273438, 765.402099609375, 750.6419677734375, 1122.1065673828125, 1847.0726318359375, 583.0599975585938, 928.5879516601562, 724.9625244140625, 807.594970703125, 484.3932189941406, 595.7929077148438, 953.7156372070312]\n", - "18\n", - "2454\n", - "7\n", - "[818.3305053710938, 963.264404296875, 3519.153564453125, 2605.289306640625, 496.71685791015625, 542.583251953125, 910.9502563476562]\n", - "7\n", - "2455\n", - "7\n", - "[578.7683715820312, 371.0120544433594, 1395.63232421875, 331.1296691894531, 1204.23974609375, 571.6969604492188, 768.8601684570312]\n", - "7\n", - "2456\n", - "91\n", - "[903.8673706054688, 357.7530212402344, 1063.7955322265625, 735.2485961914062, 1860.28076171875, 1090.9678955078125, 535.9527587890625, 351.0, 339.7688903808594, 614.8412475585938, 2874.8818359375, 2656.94775390625, 1744.3114013671875, 1922.051513671875, 1627.1593017578125, 2096.4580078125, 2068.292236328125, 1148.439697265625, 1490.2398681640625, 1074.6837158203125, 1658.89697265625, 736.4766235351562, 1127.3197021484375, 772.2455444335938, 489.7510070800781, 1222.1636962890625, 668.0960693359375, 694.1072387695312, 1078.9791259765625, 814.97412109375, 1573.7799072265625, 2129.26806640625, 2410.1044921875, 3295.166259765625, 2290.206298828125, 1875.3642578125, 1735.182373046875, 698.213623046875, 2429.04345703125, 2468.86865234375, 2982.67236328125, 1619.96240234375, 1278.981689453125, 452.4451904296875, 1151.6904296875, 5535.48779296875, 6277.61328125, 5978.36865234375, 7004.49755859375, 6925.42529296875, 5773.95703125, 1994.795166015625, 120.51890563964844, 1075.45654296875, 895.3766479492188, 740.5684204101562, 2015.29150390625, 7273.0205078125, 7971.21875, 8165.9833984375, 7916.12841796875, 7451.96728515625, 4976.27978515625, 4241.24755859375, 2009.829345703125, 3786.88330078125, 2530.600830078125, 1372.51318359375, 440.5661926269531, 2611.7451171875, 3960.76220703125, 6715.9140625, 8130.072265625, 7546.4541015625, 7491.65185546875, 6382.55419921875, 6550.14013671875, 5588.8232421875, 3707.786376953125, 1064.2919921875, 643.0831298828125, 607.50146484375, 1944.9517822265625, 921.2123413085938, 515.980712890625, 401.8703308105469, 967.51220703125, 773.9505615234375, 2400.720947265625, 602.8753051757812, 2156.4326171875]\n", - "91\n", - "2457\n", - "9\n", - "[487.44012451171875, 1158.64599609375, 971.9365234375, 1188.077880859375, 1616.322021484375, 433.4891662597656, 1016.0232543945312, 997.0067138671875, 564.4482421875]\n", - "9\n", - "2458\n", - "5\n", - "[412.8499450683594, 2136.909912109375, 384.9941101074219, 2367.32861328125, 320.1897888183594]\n", - "5\n", - "2459\n", - "13\n", - "[414.0826721191406, 884.6002197265625, 496.27496337890625, 983.8124389648438, 1458.007080078125, 614.712158203125, 2698.111083984375, 2131.652099609375, 419.7234191894531, 2030.0853271484375, 2766.221435546875, 1267.577880859375, 818.3803100585938]\n", - "13\n", - "2460\n", - "6\n", - "[1909.033935546875, 1772.2149658203125, 434.9925231933594, 1604.239990234375, 880.5084838867188, 370.2522277832031]\n", - "6\n", - "2461\n", - "4\n", - "[1634.8177490234375, 2400.864501953125, 2275.79296875, 1276.22119140625]\n", - "4\n", - "2462\n", - "9\n", - "[714.3557739257812, 462.7941589355469, 923.1499633789062, 886.7940063476562, 4669.765625, 1544.42333984375, 980.5607299804688, 962.542236328125, 465.3653869628906]\n", - "9\n", - "2463\n", - "8\n", - "[948.1647338867188, 621.0671997070312, 1757.70947265625, 2333.74365234375, 1182.046142578125, 601.8185424804688, 1152.299072265625, 556.773193359375]\n", - "8\n", - "2464\n", - "5\n", - "[1100.915771484375, 926.36279296875, 1242.955810546875, 1623.163818359375, 395.01837158203125]\n", - "5\n", - "2465\n", - "6\n", - "[1013.4932250976562, 349.7654113769531, 400.8824157714844, 2154.83056640625, 1132.8140869140625, 475.8898010253906]\n", - "6\n", - "2466\n", - "5\n", - "[1248.437744140625, 2505.429931640625, 2596.931884765625, 912.1184692382812, 672.7064208984375]\n", - "5\n", - "2467\n", - "7\n", - "[1318.1273193359375, 2691.86328125, 1558.7781982421875, 454.7605285644531, 370.3653564453125, 393.98809814453125, 968.8215942382812]\n", - "7\n", - "2468\n", - "7\n", - "[314.99566650390625, 1114.6427001953125, 408.18353271484375, 1475.3446044921875, 1507.8726806640625, 650.162109375, 375.3304748535156]\n", - "7\n", - "2469\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[1382.5782470703125, 1948.0921630859375, 384.394287109375, 2312.677978515625, 1196.8040771484375]\n", - "5\n", - "2470\n", - "7\n", - "[438.3296203613281, 1936.26025390625, 634.9783935546875, 805.5875854492188, 1032.6766357421875, 1433.3223876953125, 545.6607666015625]\n", - "7\n", - "2471\n", - "7\n", - "[1098.9788818359375, 330.5085754394531, 1177.2781982421875, 2012.0762939453125, 1477.07666015625, 802.4994506835938, 311.6363830566406]\n", - "7\n", - "2472\n", - "6\n", - "[732.7913208007812, 1102.952880859375, 1829.8538818359375, 1180.2718505859375, 920.8448486328125, 397.3258972167969]\n", - "6\n", - "2473\n", - "6\n", - "[328.5673828125, 984.458984375, 2648.339111328125, 566.321533203125, 1115.0255126953125, 884.8392944335938]\n", - "6\n", - "2474\n", - "45\n", - "[708.7494506835938, 501.9537048339844, 302.17791748046875, 1185.700439453125, 1548.581298828125, 1393.5469970703125, 2199.469970703125, 1772.9493408203125, 1163.6199951171875, 1368.699462890625, 1085.7200927734375, 1799.03271484375, 2724.635009765625, 2716.70947265625, 671.9384765625, 573.8143920898438, 1431.398681640625, 2079.905517578125, 1821.3583984375, 4174.82177734375, 4501.341796875, 2596.9150390625, 749.603271484375, 638.0896606445312, 459.3586730957031, 418.9402160644531, 2545.058349609375, 3467.568603515625, 4623.2578125, 2940.84228515625, 1878.5186767578125, 1665.178466796875, 641.296875, 308.4023132324219, 2504.960205078125, 4739.89990234375, 3550.507080078125, 1614.24755859375, 430.80859375, 778.0082397460938, 768.9168090820312, 2145.917236328125, 3184.84912109375, 845.4707641601562, 747.9219970703125]\n", - "45\n", - "2475\n", - "19\n", - "[504.7996520996094, 767.8738403320312, 659.2942504882812, 2187.088623046875, 2847.380126953125, 561.82373046875, 3916.973876953125, 3575.13427734375, 943.1610107421875, 805.4690551757812, 3326.550048828125, 3775.265625, 1351.474365234375, 817.8096313476562, 906.8898315429688, 2141.959228515625, 998.0620727539062, 753.9885864257812, 459.5864562988281]\n", - "19\n", - "2476\n", - "11\n", - "[594.7634887695312, 726.9593505859375, 1182.806640625, 753.8525390625, 308.7767028808594, 920.9712524414062, 521.4059448242188, 691.2769165039062, 853.5084228515625, 691.0479736328125, 424.4866638183594]\n", - "11\n", - "2477\n", - "7\n", - "[300.83465576171875, 604.2793579101562, 979.278564453125, 814.1544799804688, 1252.84521484375, 766.4070434570312, 433.4345703125]\n", - "7\n", - "2478\n", - "15\n", - "[428.1455383300781, 1389.441162109375, 1433.3360595703125, 1219.6910400390625, 831.6591186523438, 948.2252197265625, 369.75360107421875, 2675.266357421875, 2407.831298828125, 451.1298522949219, 1348.150146484375, 1147.3543701171875, 1499.5084228515625, 321.61651611328125]\n", - "14\n", - "2479\n", - "21\n", - "[329.184814453125, 1908.528076171875, 873.926513671875, 335.09222412109375, 675.6436767578125, 427.05657958984375, 355.3681335449219, 1703.913818359375, 1129.5147705078125, 1288.1612548828125, 2814.8583984375, 528.81201171875, 566.752197265625, 1794.47119140625, 411.89300537109375, 1128.97509765625, 1285.8917236328125, 975.1566772460938, 433.98065185546875, 580.6051635742188, 495.0059509277344]\n", - "21\n", - "2480\n", - "6\n", - "[404.5570068359375, 685.1387939453125, 1931.285400390625, 1493.576904296875, 1327.6319580078125, 453.52520751953125]\n", - "6\n", - "2481\n", - "11\n", - "[1168.5411376953125, 2045.88427734375, 356.25946044921875, 414.95947265625, 1419.1717529296875, 1896.9102783203125, 1848.46630859375, 3040.44287109375, 3914.376953125, 788.97265625, 761.273681640625]\n", - "11\n", - "2482\n", - "8\n", - "[313.3814697265625, 711.6755981445312, 1443.07861328125, 1646.8021240234375, 896.0154418945312, 2010.4083251953125, 899.6580200195312, 534.9646606445312]\n", - "8\n", - "2483\n", - "7\n", - "[776.2362670898438, 681.189453125, 515.9326782226562, 2582.045166015625, 1613.3890380859375, 380.31683349609375, 379.22589111328125]\n", - "7\n", - "2484\n", - "6\n", - "[408.4192199707031, 1779.7850341796875, 928.374267578125, 502.1715393066406, 377.9530334472656, 1096.3604736328125]\n", - "6\n", - "2485\n", - "33\n", - "[2238.10791015625, 313.0238342285156, 850.6390991210938, 440.54815673828125, 1073.6693115234375, 797.891845703125, 1442.529052734375, 525.4776611328125, 499.0100402832031, 599.8017578125, 1266.43505859375, 1986.2635498046875, 2675.186767578125, 1374.58447265625, 1215.57666015625, 554.8892211914062, 3419.849609375, 3774.00830078125, 3457.539306640625, 2077.79443359375, 947.8170166015625, 1512.6995849609375, 1580.639404296875, 345.6975402832031, 736.3220825195312, 1603.2762451171875, 2878.7216796875, 1558.7637939453125, 1624.6749267578125, 895.994873046875, 1568.323486328125, 730.2460327148438, 1135.8414306640625]\n", - "33\n", - "2486\n", - "16\n", - "[914.7071533203125, 682.5695190429688, 489.32806396484375, 524.9895629882812, 469.3134765625, 2456.525390625, 2014.4747314453125, 1314.384033203125, 1972.123291015625, 2813.06298828125, 2273.99072265625, 2666.097412109375, 916.6671752929688, 407.6981506347656, 764.1543579101562, 1260.8121337890625]\n", - "16\n", - "2487\n", - "17\n", - "[1444.638427734375, 658.5555419921875, 2798.47119140625, 1265.70751953125, 1094.8892822265625, 430.27557373046875, 643.6301879882812, 1137.42919921875, 1301.5428466796875, 2662.36279296875, 392.7674560546875, 1537.8834228515625, 504.8063659667969, 554.2662963867188, 1604.093017578125, 858.162841796875, 1055.6116943359375]\n", - "17\n", - "2488\n", - "7\n", - "[571.4031372070312, 1156.7867431640625, 2690.064453125, 1076.5518798828125, 731.82470703125, 2143.555419921875, 834.8299560546875]\n", - "7\n", - "2489\n", - "40\n", - "[3208.6796875, 1777.08544921875, 391.1065673828125, 1396.419677734375, 914.5789794921875, 552.5851440429688, 1504.203857421875, 3063.622802734375, 3842.267822265625, 4311.2548828125, 4255.67529296875, 2326.46728515625, 1314.9302978515625, 3118.158447265625, 6138.96337890625, 4710.07568359375, 6178.69921875, 7860.033203125, 4793.00439453125, 1331.990478515625, 1343.140869140625, 6724.43212890625, 5322.021484375, 5034.6142578125, 4687.2578125, 3588.2099609375, 1783.71484375, 2813.2041015625, 4102.4375, 4813.84521484375, 1850.0396728515625, 567.1820678710938, 2150.310791015625, 311.8573913574219, 4518.85546875, 5729.955078125, 6167.80224609375, 1051.08056640625, 315.1822509765625, 491.20709228515625]\n", - "40\n", - "2490\n", - "17\n", - "[2037.124755859375, 2970.145751953125, 2498.03759765625, 546.1513061523438, 1617.81591796875, 3555.727294921875, 3151.291259765625, 887.6045532226562, 484.10906982421875, 393.30474853515625, 353.5181884765625, 1871.2298583984375, 1529.548583984375, 653.1609497070312, 487.5154724121094, 405.5265197753906, 452.2826843261719]\n", - "17\n", - "2491\n", - "7\n", - "[580.4207153320312, 1603.7852783203125, 1449.27490234375, 1258.505859375, 1084.7261962890625, 743.9606323242188, 427.27447509765625]\n", - "7\n", - "2492\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1985.8487548828125, 598.2914428710938, 3290.974609375, 4096.6787109375, 1308.6846923828125, 2506.921630859375, 536.3771362304688]\n", - "7\n", - "2493\n", - "7\n", - "[956.2216186523438, 2150.16748046875, 2001.391845703125, 3526.18994140625, 1919.2423095703125, 2238.153564453125, 410.2540283203125]\n", - "7\n", - "2494\n", - "64\n", - "[666.1732177734375, 444.1166687011719, 558.1165771484375, 446.7489013671875, 1129.2276611328125, 2058.186767578125, 1030.0433349609375, 939.7702026367188, 1696.30078125, 1302.9200439453125, 1504.6563720703125, 575.9055786132812, 2164.463134765625, 692.6547241210938, 506.6038818359375, 3358.58837890625, 521.0834350585938, 1139.368896484375, 668.1934204101562, 848.561279296875, 579.0966186523438, 427.5553283691406, 325.4672546386719, 1276.9403076171875, 423.29742431640625, 332.5942077636719, 1253.0343017578125, 1148.4969482421875, 533.9864501953125, 962.4066162109375, 1145.1292724609375, 1712.0960693359375, 471.1346435546875, 1068.25390625, 2320.934814453125, 390.0581970214844, 1942.93359375, 449.28973388671875, 581.1513671875, 804.6757202148438, 915.6204223632812, 471.554443359375, 2117.295166015625, 1829.7164306640625, 754.04833984375, 1148.31396484375, 1385.1864013671875, 559.3348999023438, 1537.1064453125, 1683.9605712890625, 1393.4180908203125, 2379.5380859375, 2411.28125, 2593.287353515625, 474.5687255859375, 556.857177734375, 414.2230224609375, 552.6466064453125, 863.2255249023438, 1376.13720703125, 2423.208984375, 1678.8126220703125, 1817.0311279296875, 1131.806396484375]\n", - "64\n", - "2495\n", - "50\n", - "[600.7190551757812, 1511.313720703125, 592.0458984375, 631.34326171875, 550.90185546875, 1483.4892578125, 736.624755859375, 1635.2401123046875, 2035.2191162109375, 446.9130554199219, 2312.451171875, 4357.8564453125, 5069.3251953125, 3342.55224609375, 1170.8853759765625, 2107.01123046875, 4894.890625, 5272.53173828125, 2402.328125, 2516.09814453125, 1609.4766845703125, 2830.244873046875, 849.8466796875, 459.8632507324219, 1128.281982421875, 2391.96337890625, 4303.1787109375, 368.3600158691406, 905.7160034179688, 1882.6998291015625, 1800.0662841796875, 2875.064208984375, 1548.3831787109375, 539.44091796875, 1250.832275390625, 356.29736328125, 574.6101684570312, 393.8077087402344, 217.0677947998047, 865.0128173828125, 1008.4718017578125, 323.08197021484375, 1892.087890625, 3216.582763671875, 1317.6683349609375, 552.1170654296875, 888.5126342773438, 662.5452880859375, 657.8035888671875, 528.64111328125]\n", - "50\n", - "2496\n", - "70\n", - "[534.5151977539062, 1144.093994140625, 1791.4058837890625, 1754.980712890625, 2797.64453125, 1342.9520263671875, 1948.20361328125, 795.1649169921875, 548.8106689453125, 1587.460693359375, 1832.973876953125, 2011.042236328125, 8529.8203125, 7570.923828125, 6223.36962890625, 2057.012939453125, 654.90869140625, 1879.6624755859375, 1807.977294921875, 4530.24853515625, 8164.26416015625, 12826.76953125, 9150.8740234375, 8331.03515625, 3303.63037109375, 662.0579223632812, 859.9388427734375, 494.6993103027344, 1658.2591552734375, 2341.422119140625, 1447.621826171875, 912.3939208984375, 2383.97216796875, 6031.04443359375, 9363.77734375, 13607.3271484375, 11136.302734375, 13104.681640625, 12612.14453125, 609.7478637695312, 954.283935546875, 489.7401123046875, 700.2385864257812, 1145.8662109375, 1417.0155029296875, 3888.95166015625, 4368.69873046875, 3451.071533203125, 4651.9423828125, 4453.3173828125, 2993.145263671875, 3786.7880859375, 2879.237060546875, 1935.1798095703125, 377.426025390625, 666.1430053710938, 426.07208251953125, 346.1908874511719, 2122.32177734375, 490.994140625, 1182.716796875, 611.3627319335938, 577.950439453125, 2043.995361328125, 1748.4788818359375, 1256.2080078125, 423.1709899902344, 780.7294921875, 566.3865966796875, 452.227783203125]\n", - "70\n", - "2497\n", - "6\n", - "[862.091064453125, 1610.989990234375, 4013.763671875, 766.8395385742188, 1057.366455078125, 2575.455322265625]\n", - "6\n", - "2498\n", - "63\n", - "[412.4090881347656, 1279.9622802734375, 1360.163818359375, 2692.9619140625, 1368.4617919921875, 1067.72705078125, 783.8857421875, 2337.848876953125, 886.6859741210938, 376.3829650878906, 416.44189453125, 3292.033935546875, 2126.710205078125, 2923.428466796875, 3433.211181640625, 4500.50146484375, 4670.9775390625, 2167.744873046875, 3493.8525390625, 1066.47265625, 5082.494140625, 6923.98779296875, 3705.204833984375, 4615.0009765625, 5468.63427734375, 8487.373046875, 7695.654296875, 7247.6279296875, 6075.9111328125, 692.03173828125, 4768.37890625, 4863.12255859375, 8673.953125, 8511.5703125, 8830.9736328125, 7830.4296875, 3460.586181640625, 5106.9794921875, 3789.86669921875, 309.1070251464844, 5589.5546875, 7201.873046875, 8045.25732421875, 8628.958984375, 6567.91796875, 3354.654541015625, 1753.0777587890625, 5089.98388671875, 4021.912841796875, 1024.5645751953125, 472.90167236328125, 2239.620361328125, 5507.89404296875, 6716.84521484375, 5165.009765625, 3996.7216796875, 508.0450134277344, 1438.042236328125, 1552.1697998046875, 1431.3890380859375, 610.21337890625, 330.3305358886719, 1393.0584716796875]\n", - "63\n", - "2499\n", - "8\n", - "[804.206298828125, 877.4721069335938, 502.5310363769531, 1695.1103515625, 573.2514038085938, 1286.9041748046875, 428.6778869628906, 929.84130859375]\n", - "8\n", - "2500\n", - "7\n", - "[425.1108703613281, 1241.6568603515625, 2898.53466796875, 1657.1273193359375, 552.4721069335938, 3133.641357421875, 3083.830322265625]\n", - "7\n", - "2501\n", - "9\n", - "[539.2428588867188, 1589.8597412109375, 2004.08203125, 552.5433349609375, 604.3897094726562, 532.8798828125, 344.7282409667969, 1156.1044921875, 317.2440185546875]\n", - "9\n", - "2502\n", - "23\n", - "[536.5111083984375, 885.3878173828125, 921.7590942382812, 364.37164306640625, 2394.12158203125, 2743.083740234375, 1777.4925537109375, 1363.7730712890625, 1183.2459716796875, 1074.046630859375, 1963.114501953125, 2484.548583984375, 2898.8349609375, 2622.3349609375, 2224.732421875, 985.5895385742188, 730.1793823242188, 1922.215576171875, 2469.977294921875, 2254.94775390625, 532.727294921875, 489.20001220703125, 1908.38525390625]\n", - "23\n", - "2503\n", - "8\n", - "[1008.7998657226562, 509.79742431640625, 326.7635498046875, 616.3381958007812, 421.89544677734375, 857.6035766601562, 300.87261962890625, 1947.112548828125]\n", - "8\n", - "2504\n", - "4\n", - "[607.522705078125, 4478.69384765625, 1736.6649169921875, 2058.029052734375]\n", - "4\n", - "2505\n", - "6\n", - "[301.8768615722656, 706.7984619140625, 1584.5400390625, 619.4102783203125, 1315.033447265625, 878.43798828125]\n", - "6\n", - "2506\n", - "8\n", - "[463.06146240234375, 1497.724365234375, 1351.6397705078125, 1473.4805908203125, 3022.321044921875, 1501.2547607421875, 533.8223266601562, 874.3034057617188]\n", - "8\n", - "2507\n", - "14\n", - "[518.5213623046875, 470.5628662109375, 921.3099365234375, 2498.317138671875, 4612.3994140625, 3748.660400390625, 600.6980590820312, 870.6626586914062, 1140.122802734375, 4126.33740234375, 3033.80126953125, 511.0348815917969, 1076.612548828125, 2281.72265625]\n", - "14\n", - "2508\n", - "5\n", - "[313.3559265136719, 2752.6220703125, 1005.7029418945312, 1567.69384765625, 1416.9029541015625]\n", - "5\n", - "2509\n", - "23\n", - "[328.2167663574219, 512.1505126953125, 312.57196044921875, 384.2159118652344, 770.87841796875, 477.40753173828125, 1517.052978515625, 390.3248596191406, 1401.200927734375, 2388.568603515625, 557.1889038085938, 339.5955810546875, 445.0551452636719, 834.24658203125, 2187.267822265625, 2602.69970703125, 647.2626953125, 1615.5263671875, 2765.762939453125, 1402.0635986328125, 685.385498046875, 476.4153747558594, 530.968994140625]\n", - "23\n", - "2510\n", - "19\n", - "[905.0093994140625, 1360.418701171875, 1868.3436279296875, 2425.00439453125, 2548.6259765625, 1208.2320556640625, 1725.6116943359375, 3590.096923828125, 3663.49658203125, 1594.620361328125, 490.122802734375, 401.3764343261719, 1495.5916748046875, 3719.090087890625, 1759.1348876953125, 533.1520385742188, 2177.734130859375, 2505.22607421875, 593.9794311523438]\n", - "19\n", - "2511\n", - "20\n", - "[420.2142639160156, 1038.6195068359375, 1310.39013671875, 2036.4105224609375, 2218.399658203125, 2661.72314453125, 990.4765625, 1840.6617431640625, 3642.399658203125, 3147.195068359375, 392.0508728027344, 3299.41650390625, 3554.396484375, 1147.7442626953125, 1054.5841064453125, 2028.2662353515625, 3004.583984375, 1212.55517578125, 734.5243530273438, 997.4630737304688]\n", - "20\n", - "2512\n", - "6\n", - "[696.7612915039062, 702.1973266601562, 1333.017578125, 2061.747314453125, 882.4197998046875, 758.8804931640625]\n", - "6\n", - "2513\n", - "9\n", - "[846.65966796875, 1090.2344970703125, 612.7984008789062, 1234.14501953125, 400.97332763671875, 1534.377197265625, 746.0613403320312, 415.92010498046875, 794.3103637695312]\n", - "9\n", - "2514\n", - "11\n", - "[390.7631530761719, 725.4569091796875, 497.7932434082031, 403.08154296875, 320.6098327636719, 385.20111083984375, 915.01806640625, 888.3287963867188, 833.90576171875, 681.5391235351562, 329.5450134277344]\n", - "11\n", - "2515\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[357.61004638671875, 1258.896484375, 2640.03271484375, 1862.53515625, 1189.751708984375, 3207.5400390625, 2522.216064453125, 306.9043273925781, 1097.9998779296875, 1299.5321044921875, 1084.2796630859375, 575.7100830078125, 1911.805908203125, 1740.4583740234375, 726.9876708984375, 688.2566528320312]\n", - "16\n", - "2516\n", - "6\n", - "[525.3168334960938, 1241.7349853515625, 1361.452880859375, 663.2357788085938, 527.16552734375, 843.7992553710938]\n", - "6\n", - "2517\n", - "4\n", - "[754.9553833007812, 1234.758544921875, 529.828125, 4359.64794921875]\n", - "4\n", - "2518\n", - "9\n", - "[625.8150634765625, 587.9305419921875, 3561.39794921875, 1328.6629638671875, 988.761474609375, 3545.192138671875, 762.2254638671875, 966.4321899414062, 807.9526977539062]\n", - "9\n", - "2519\n", - "11\n", - "[334.2360534667969, 3125.18408203125, 3467.2802734375, 2312.360107421875, 1588.701416015625, 4488.78759765625, 5256.5341796875, 3235.94482421875, 825.1581420898438, 1355.6695556640625, 1948.9205322265625]\n", - "11\n", - "2520\n", - "10\n", - "[3757.86279296875, 1060.18408203125, 339.5859069824219, 1104.9835205078125, 344.90325927734375, 2124.075927734375, 3906.006591796875, 1331.883544921875, 340.8519592285156, 306.1807556152344]\n", - "10\n", - "2521\n", - "118\n", - "[1126.558837890625, 2824.890625, 2730.742919921875, 312.77008056640625, 406.21563720703125, 2605.40625, 2931.59375, 1153.64453125, 388.7179260253906, 333.5627136230469, 3004.45947265625, 2594.216552734375, 1363.8226318359375, 3554.844482421875, 602.5120239257812, 3762.13232421875, 1278.256591796875, 916.9141845703125, 1200.11181640625, 1138.35107421875, 3532.89990234375, 1058.0400390625, 3325.902099609375, 1970.8125, 1767.8267822265625, 4521.85693359375, 3839.9111328125, 3977.49755859375, 2059.124755859375, 685.1799926757812, 1433.2037353515625, 446.4283447265625, 589.33154296875, 4945.73779296875, 1348.8043212890625, 1423.21923828125, 2239.815185546875, 1657.3409423828125, 2065.074462890625, 1075.7056884765625, 2675.267578125, 5439.78564453125, 5808.908203125, 5708.00244140625, 2927.687744140625, 904.5650634765625, 1652.5888671875, 1165.0782470703125, 1965.412109375, 1544.429443359375, 2857.513671875, 3278.2294921875, 2875.90380859375, 553.4207763671875, 1870.8603515625, 857.1824340820312, 585.0447998046875, 192.76478576660156, 3763.108642578125, 5284.91455078125, 7075.12841796875, 6735.6083984375, 6403.1748046875, 6276.8232421875, 6508.51953125, 5519.7607421875, 4304.54638671875, 3105.349853515625, 4535.51806640625, 3741.5986328125, 3963.7451171875, 1824.7210693359375, 372.1766357421875, 1402.3009033203125, 1675.3955078125, 2170.2744140625, 2966.123046875, 413.9881591796875, 1806.6741943359375, 6586.69482421875, 7227.154296875, 6896.6728515625, 6738.5224609375, 7377.87548828125, 7124.36474609375, 5959.484375, 4367.99267578125, 3531.999755859375, 379.96142578125, 740.912841796875, 441.4627990722656, 323.9214172363281, 1300.0106201171875, 967.3783569335938, 682.5713500976562, 1462.6463623046875, 6869.65576171875, 7191.47216796875, 6013.15234375, 1273.626708984375, 594.114013671875, 650.0396118164062, 1210.6302490234375, 2090.00146484375, 5926.0224609375, 6315.72412109375, 4209.689453125, 917.86767578125, 378.66473388671875, 859.08935546875, 1638.9813232421875, 4189.76611328125, 3112.634033203125, 521.8348388671875, 691.0684814453125, 5136.6416015625, 2190.91455078125, 737.2460327148438]\n", - "118\n", - "2522\n", - "6\n", - "[1225.980224609375, 1510.2960205078125, 7042.888671875, 1382.430908203125, 1766.5736083984375, 852.1162719726562]\n", - "6\n", - "2523\n", - "14\n", - "[342.95709228515625, 764.6461181640625, 403.75689697265625, 1306.4764404296875, 1788.224365234375, 617.48828125, 2889.801513671875, 1353.6951904296875, 394.79083251953125, 1583.3448486328125, 3364.215087890625, 1180.1435546875, 889.7020874023438, 529.8020629882812]\n", - "14\n", - "2524\n", - "7\n", - "[667.7855224609375, 1693.3270263671875, 529.7432861328125, 968.1273803710938, 516.7349243164062, 425.03302001953125, 679.6323852539062]\n", - "7\n", - "2525\n", - "35\n", - "[310.9686279296875, 2173.40380859375, 1057.1942138671875, 415.27203369140625, 290.628662109375, 538.3214721679688, 2567.977294921875, 345.80548095703125, 641.1714477539062, 1934.9603271484375, 1453.18017578125, 319.34869384765625, 949.8472290039062, 1757.49951171875, 443.9033203125, 396.1450500488281, 2755.937255859375, 3395.337158203125, 3219.510986328125, 3100.396484375, 2368.771240234375, 991.2076416015625, 842.6703491210938, 2971.60009765625, 3451.098388671875, 3498.948974609375, 2382.850341796875, 566.4534912109375, 2398.523193359375, 2834.604736328125, 1328.9288330078125, 609.8109130859375, 420.14251708984375, 379.4847717285156, 491.86126708984375]\n", - "35\n", - "2526\n", - "521\n", - "[582.3153076171875, 591.3826293945312, 691.3583984375, 506.1210632324219, 1740.3798828125, 440.79296875, 427.2575988769531, 576.7387084960938, 1754.1900634765625, 1258.4525146484375, 358.3716125488281, 1236.9859619140625, 1798.2103271484375, 427.8562316894531, 2048.424560546875, 2231.655517578125, 736.28271484375, 432.8555908203125, 2403.1650390625, 1992.643310546875, 1508.4530029296875, 586.7528076171875, 2497.86962890625, 1649.1385498046875, 786.527099609375, 400.3427429199219, 1942.4630126953125, 669.7299194335938, 1616.18896484375, 2415.00244140625, 416.9070739746094, 415.4814147949219, 803.4432373046875, 763.0082397460938, 649.109375, 379.3342590332031, 1254.8885498046875, 1079.8363037109375, 1913.7249755859375, 770.85400390625, 1365.6356201171875, 1072.2991943359375, 482.4953308105469, 1190.0277099609375, 840.088134765625, 246.94337463378906, 719.9132690429688, 580.17138671875, 1254.87939453125, 1214.5115966796875, 2048.687255859375, 1097.7022705078125, 358.1822814941406, 2510.140625, 774.698974609375, 1982.8582763671875, 442.1733703613281, 428.5708312988281, 1209.72900390625, 1056.7633056640625, 1342.4527587890625, 2202.15673828125, 3832.520751953125, 512.6566162109375, 1812.2618408203125, 1402.61962890625, 1321.114501953125, 738.5396118164062, 367.1640930175781, 788.4450073242188, 2632.79833984375, 1476.75244140625, 3130.265625, 4310.18017578125, 2598.904296875, 2452.080322265625, 1595.4522705078125, 1141.2950439453125, 1187.51123046875, 409.0771484375, 531.2493896484375, 2632.047119140625, 2151.561279296875, 2026.8695068359375, 1166.6248779296875, 3169.968017578125, 7888.8818359375, 2020.623291015625, 1586.5660400390625, 343.8996276855469, 543.0892944335938, 528.0848999023438, 385.9639587402344, 552.3597412109375, 658.9486083984375, 2312.70703125, 2651.618896484375, 2970.361083984375, 620.1612548828125, 704.5538940429688, 3011.990966796875, 2902.77099609375, 1926.35546875, 1729.999267578125, 3019.7158203125, 2435.18017578125, 4217.24853515625, 8893.853515625, 6210.68603515625, 3627.1142578125, 336.67431640625, 2155.233154296875, 2104.5498046875, 1046.946533203125, 414.2698059082031, 719.2954711914062, 1711.3980712890625, 2037.4923095703125, 2641.55712890625, 3343.489501953125, 7471.333984375, 7663.646484375, 6952.546875, 6129.7939453125, 4938.85009765625, 6585.05859375, 8281.607421875, 6042.8203125, 6162.2255859375, 1076.109130859375, 563.9299926757812, 3210.0009765625, 449.4759521484375, 515.1375732421875, 1653.107421875, 670.4335327148438, 3096.713134765625, 4582.7021484375, 6989.99951171875, 7906.6708984375, 6948.8125, 8705.2646484375, 8603.6484375, 7694.029296875, 3820.215576171875, 3912.87451171875, 4493.3046875, 1939.8267822265625, 1330.0833740234375, 634.9098510742188, 1227.099609375, 154.95896911621094, 5150.06689453125, 8676.1806640625, 5519.0869140625, 8196.2216796875, 9371.234375, 8928.27734375, 8592.4599609375, 8595.3837890625, 3974.034912109375, 450.3166198730469, 89.64769744873047, 980.0345458984375, 1888.3670654296875, 2014.34228515625, 678.7479858398438, 539.6204833984375, 2080.107666015625, 1612.754150390625, 6521.19189453125, 7691.52783203125, 4804.1083984375, 6842.6552734375, 8199.310546875, 9068.88671875, 8125.7294921875, 7574.91259765625, 6653.9599609375, 1616.1407470703125, 390.1813049316406, 2556.9013671875, 1080.7213134765625, 1746.591552734375, 2069.50830078125, 728.1949462890625, 1861.6435546875, 8418.609375, 7303.53564453125, 6895.41650390625, 7332.9951171875, 7125.3271484375, 8238.8046875, 8194.4130859375, 8008.69140625, 4202.25244140625, 9070.705078125, 4296.306640625, 4202.560546875, 543.7586669921875, 705.9996948242188, 1362.587158203125, 2446.177490234375, 889.9911499023438, 1228.159423828125, 1357.4139404296875, 542.0161743164062, 2177.232666015625, 9016.84765625, 8448.837890625, 6519.0751953125, 7265.79296875, 9110.3720703125, 8633.5595703125, 3634.28173828125, 7810.92333984375, 5334.0478515625, 9161.86328125, 6039.97265625, 5708.2724609375, 2887.047119140625, 352.05609130859375, 443.1570129394531, 2391.408935546875, 2575.0185546875, 1918.456298828125, 472.3624267578125, 1404.4324951171875, 8890.0537109375, 9117.3095703125, 6619.98876953125, 5142.21630859375, 8990.486328125, 7307.21044921875, 8785.484375, 8797.029296875, 9393.689453125, 9341.45703125, 9398.6435546875, 9027.8349609375, 6962.134765625, 1413.1229248046875, 690.7293701171875, 1516.7071533203125, 1422.7371826171875, 627.6805419921875, 820.5802612304688, 7416.66796875, 9199.203125, 6616.9580078125, 3144.692626953125, 8404.7939453125, 6829.4169921875, 7587.59326171875, 9121.484375, 8825.7470703125, 8760.9990234375, 9497.27734375, 9313.8359375, 9271.9169921875, 5389.298828125, 2891.3671875, 546.4760131835938, 642.4954223632812, 418.9147033691406, 746.59912109375, 1236.5003662109375, 4382.87744140625, 9098.5390625, 8906.8515625, 7554.5029296875, 8514.1259765625, 9198.0283203125, 8261.9228515625, 7787.96826171875, 8891.4970703125, 8962.4130859375, 9086.6279296875, 9458.1201171875, 8355.8134765625, 7965.85693359375, 1346.7650146484375, 2508.06689453125, 2185.1865234375, 2790.718505859375, 738.0526123046875, 939.9375610351562, 7312.74365234375, 7871.6689453125, 6002.3427734375, 9343.7568359375, 9378.3828125, 9156.29296875, 8949.6259765625, 9252.78125, 9195.1904296875, 8946.2490234375, 7888.4296875, 6447.1201171875, 5111.12158203125, 2854.31201171875, 400.46514892578125, 820.0966796875, 1767.53271484375, 2979.092529296875, 1940.58154296875, 2823.240234375, 448.4631652832031, 2079.529541015625, 4156.830078125, 6549.15087890625, 9153.1953125, 9086.080078125, 8518.62890625, 7964.0400390625, 9439.388671875, 9284.126953125, 8943.61328125, 8558.3818359375, 9109.16015625, 7575.1533203125, 3227.490234375, 1013.775146484375, 525.93701171875, 1083.9578857421875, 1637.2940673828125, 2374.880615234375, 1210.7130126953125, 2317.47021484375, 1889.306396484375, 2627.6474609375, 3309.302734375, 5042.05078125, 8125.89306640625, 4303.61865234375, 8975.0732421875, 8272.140625, 8520.322265625, 8294.10546875, 8578.8173828125, 8104.87109375, 8045.29833984375, 7296.185546875, 3277.239990234375, 346.0384216308594, 3268.50830078125, 2300.61767578125, 215.92916870117188, 2172.420166015625, 3022.74951171875, 3386.372802734375, 3458.94580078125, 6243.37255859375, 8600.3583984375, 7799.96533203125, 8705.2744140625, 8878.412109375, 9146.576171875, 8050.24365234375, 8167.099609375, 7040.47119140625, 8139.40087890625, 3506.525634765625, 331.4454345703125, 1673.9022216796875, 454.2064208984375, 981.5369262695312, 459.0066833496094, 2052.947021484375, 3438.750244140625, 3401.82373046875, 3625.508056640625, 4602.0908203125, 7924.20947265625, 7359.5966796875, 9061.046875, 9148.5966796875, 8911.9892578125, 4166.24169921875, 4677.53564453125, 7312.146484375, 6956.5185546875, 7816.359375, 4258.22705078125, 300.18475341796875, 1872.069091796875, 2668.9560546875, 1864.08837890625, 1155.61376953125, 791.5874633789062, 3369.538818359375, 3189.918212890625, 4389.51708984375, 8000.45556640625, 7662.45361328125, 8353.2353515625, 8463.5966796875, 8574.689453125, 4833.1923828125, 1954.9124755859375, 2862.164794921875, 3676.700439453125, 6967.400390625, 6051.76806640625, 3713.7216796875, 574.143798828125, 344.2947082519531, 507.25311279296875, 1190.6466064453125, 2543.5693359375, 2039.6519775390625, 576.9747924804688, 1450.36962890625, 2397.83154296875, 3508.928466796875, 8412.75, 9108.0830078125, 7361.47265625, 8334.4169921875, 8318.91796875, 7683.7734375, 4654.23388671875, 3644.970458984375, 1861.185546875, 2258.9912109375, 2069.516845703125, 3428.33642578125, 3248.72607421875, 1340.1343994140625, 1752.7733154296875, 586.9783935546875, 786.1917724609375, 2525.226318359375, 899.0010375976562, 4980.142578125, 8864.029296875, 7624.181640625, 5962.70703125, 6651.02587890625, 6789.13427734375, 7439.30615234375, 6435.60400390625, 2422.258056640625, 859.8491821289062, 1349.0640869140625, 4351.771484375, 443.2624816894531, 786.8204956054688, 133.474609375, 1209.8660888671875, 1467.0965576171875, 3153.236083984375, 2360.82763671875, 3087.989013671875, 5023.75439453125, 4527.82421875, 4209.81494140625, 4496.8642578125, 1658.0494384765625, 7010.5498046875, 6404.10498046875, 2346.6953125, 2208.903564453125, 1526.908203125, 3043.1728515625, 754.3397827148438, 706.01904296875, 830.8214111328125, 1296.4921875, 1779.1708984375, 2034.7926025390625, 2296.582763671875, 2522.9296875, 1899.08056640625, 1986.99365234375, 1813.1148681640625, 6914.7353515625, 4348.9619140625, 2600.389404296875, 2539.873779296875, 6302.02734375, 1002.2396850585938, 996.9203491210938, 422.75616455078125, 1110.5115966796875, 569.4620971679688, 346.4489440917969, 571.0947265625, 498.86932373046875, 1174.337646484375, 989.99462890625, 1116.157958984375, 499.0616149902344, 570.3402709960938, 3316.854736328125, 2113.83056640625, 3574.93994140625, 2714.93505859375, 3912.2109375, 892.9076538085938, 749.758056640625, 769.9678955078125, 1054.3096923828125, 732.4471435546875, 518.3189086914062, 1145.440185546875, 3603.099853515625, 407.31353759765625, 301.96356201171875, 416.969482421875, 984.010986328125, 1315.064453125, 442.5978698730469, 543.8945922851562]\n", - "514\n", - "2527\n", - "6\n", - "[325.6477355957031, 671.2333374023438, 505.6585998535156, 1639.2030029296875, 1426.5645751953125, 920.72216796875]\n", - "6\n", - "2528\n", - "22\n", - "[306.88140869140625, 800.4338989257812, 2716.846435546875, 740.3052368164062, 506.48077392578125, 619.9296264648438, 3470.13134765625, 3068.664794921875, 1760.29931640625, 681.8211059570312, 885.8048706054688, 2028.255615234375, 4958.89599609375, 3491.349609375, 961.5355224609375, 1287.2662353515625, 5282.41650390625, 1655.7158203125, 3183.17724609375, 1825.8990478515625, 556.384033203125]\n", - "21\n", - "2529\n", - "10\n", - "[364.2842102050781, 1255.7279052734375, 2458.9853515625, 3096.725341796875, 1134.0096435546875, 421.95819091796875, 1308.860107421875, 1269.989501953125, 326.3056640625, 702.4322509765625]\n", - "10\n", - "2530\n", - "17\n", - "[400.85516357421875, 979.3662719726562, 1027.020751953125, 1779.9949951171875, 2138.794677734375, 456.9427185058594, 207.49563598632812, 1706.0753173828125, 2736.0341796875, 1181.4422607421875, 1233.86279296875, 3575.236572265625, 3116.882568359375, 876.5901489257812, 2772.635498046875, 1853.32470703125, 321.4985046386719]\n", - "17\n", - "2531\n", - "31\n", - "[2161.516845703125, 1612.8590087890625, 342.14129638671875, 1354.2352294921875, 791.3799438476562, 1445.3406982421875, 474.2046203613281, 377.1443176269531, 401.28369140625, 423.36407470703125, 763.65283203125, 1555.7755126953125, 1558.561767578125, 1617.7850341796875, 1040.6602783203125, 634.8875122070312, 1430.4937744140625, 1856.1173095703125, 1351.5933837890625, 821.771728515625, 698.7412719726562, 2928.0751953125, 1962.3624267578125, 566.279052734375, 939.8486938476562, 809.9802856445312, 610.1508178710938, 990.7853393554688, 1403.9517822265625, 2720.458984375, 915.18896484375]\n", - "31\n", - "2532\n", - "27\n", - "[1942.7537841796875, 919.818603515625, 2087.7373046875, 2163.29541015625, 1101.778564453125, 6528.50634765625, 2281.65283203125, 821.3780517578125, 1260.265380859375, 1603.4908447265625, 2646.275634765625, 2722.42431640625, 8902.962890625, 9111.453125, 542.9649658203125, 360.5278015136719, 1163.4996337890625, 4291.73974609375, 9874.9130859375, 7893.13623046875, 1010.2447509765625, 2529.48388671875, 6086.5751953125, 3968.32275390625, 3149.36962890625, 486.5321960449219, 2678.489013671875]\n", - "27\n", - "2533\n", - "14\n", - "[460.2724914550781, 1118.3057861328125, 355.76666259765625, 343.08197021484375, 2824.615966796875, 991.0316162109375, 1109.732421875, 919.15673828125, 801.1423950195312, 321.70941162109375, 403.2942810058594, 595.1361083984375, 1476.017578125, 893.4898071289062]\n", - "14\n", - "2534\n", - "14\n", - "[416.86639404296875, 335.5787658691406, 507.5016174316406, 311.81719970703125, 766.0325317382812, 630.6967163085938, 2472.5595703125, 4011.08447265625, 3730.0556640625, 1818.5262451171875, 449.57989501953125, 1126.9908447265625, 2782.977294921875, 1932.32080078125]\n", - "14\n", - "2535\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[1632.467041015625, 1761.47998046875, 513.8731079101562, 662.6717529296875, 639.4596557617188]\n", - "5\n", - "2536\n", - "3\n", - "[1298.2109375, 3531.023193359375, 1288.120361328125]\n", - "3\n", - "2537\n", - "24\n", - "[314.3104553222656, 338.02191162109375, 439.3048400878906, 770.8595581054688, 2562.84765625, 2386.35595703125, 498.11541748046875, 1624.1209716796875, 943.8924560546875, 843.3153076171875, 530.6016235351562, 1003.3287353515625, 644.9041137695312, 322.4495544433594, 878.2042236328125, 492.79449462890625, 577.5940551757812, 413.30084228515625, 146.78366088867188, 1039.3890380859375, 651.7216796875, 709.8665161132812, 1132.8031005859375, 432.53228759765625]\n", - "24\n", - "2538\n", - "22\n", - "[449.3719787597656, 408.1374206542969, 1790.1016845703125, 587.322265625, 3001.100341796875, 444.1153869628906, 2408.02783203125, 3019.120361328125, 689.1958618164062, 846.0902099609375, 2979.87109375, 3331.5576171875, 1378.9505615234375, 841.2893676757812, 3309.3515625, 2474.0263671875, 1107.0726318359375, 2949.093994140625, 936.88818359375, 718.4345703125, 541.3753662109375, 512.1427001953125]\n", - "22\n", - "2539\n", - "13\n", - "[424.2458801269531, 696.5844116210938, 588.9568481445312, 1802.8773193359375, 2585.520263671875, 490.5896911621094, 1063.52734375, 1960.39697265625, 2441.950439453125, 858.6568603515625, 1096.84033203125, 424.4217224121094, 389.3922424316406]\n", - "13\n", - "2540\n", - "18\n", - "[621.8515625, 598.66796875, 947.1014404296875, 1104.052734375, 1223.2757568359375, 4728.56298828125, 505.38482666015625, 371.40228271484375, 953.4611206054688, 1768.0714111328125, 2355.475830078125, 1752.655517578125, 3000.91650390625, 7299.75390625, 778.7074584960938, 2015.31103515625, 1080.06982421875, 666.7390747070312]\n", - "18\n", - "2541\n", - "27\n", - "[1039.05908203125, 1114.9876708984375, 869.3682861328125, 781.3460083007812, 629.0466918945312, 537.6490478515625, 2239.009521484375, 2752.672607421875, 2841.257568359375, 1137.737060546875, 1016.640625, 361.89935302734375, 1269.669677734375, 1807.7066650390625, 1998.2667236328125, 1358.4349365234375, 582.6423950195312, 918.0408935546875, 613.2767333984375, 835.7315673828125, 872.6534423828125, 336.7763366699219, 441.0950012207031, 516.861083984375, 528.2478637695312, 1656.0211181640625, 746.5841674804688]\n", - "27\n", - "2542\n", - "8\n", - "[755.143798828125, 3727.560302734375, 843.0796508789062, 1601.7864990234375, 4845.98779296875, 1828.5286865234375, 1912.865478515625, 451.4288024902344]\n", - "8\n", - "2543\n", - "9\n", - "[3733.393310546875, 6606.29736328125, 3417.436279296875, 1900.31640625, 7821.40380859375, 9103.4326171875, 2746.525634765625, 982.5302734375, 834.6030883789062]\n", - "9\n", - "2544\n", - "9\n", - "[808.5762939453125, 1495.5894775390625, 1571.34130859375, 2604.266357421875, 2479.449462890625, 1169.7960205078125, 306.4441223144531, 788.3735961914062, 2002.7618408203125]\n", - "9\n", - "2545\n", - "7\n", - "[1852.9398193359375, 1575.352294921875, 455.0301513671875, 2502.97802734375, 2257.872314453125, 501.51690673828125, 601.5604248046875]\n", - "7\n", - "2546\n", - "7\n", - "[805.4844360351562, 303.2857666015625, 749.4994506835938, 613.58447265625, 617.2197265625, 3191.052978515625, 1038.890625]\n", - "7\n", - "2547\n", - "47\n", - "[1430.8997802734375, 785.9592895507812, 1083.8167724609375, 871.11181640625, 554.7611694335938, 468.0875244140625, 1000.765625, 1142.8267822265625, 390.22247314453125, 375.5119934082031, 4541.853515625, 400.8326110839844, 895.5396118164062, 703.8994750976562, 2470.2978515625, 818.0493774414062, 492.5343322753906, 315.9208984375, 1592.6123046875, 558.0037841796875, 406.4567565917969, 755.733154296875, 976.9357299804688, 880.7342529296875, 705.1304321289062, 671.0570678710938, 822.7361450195312, 867.8839721679688, 2230.1572265625, 145.83132934570312, 699.8810424804688, 448.4517822265625, 639.7415161132812, 306.7576904296875, 1040.92919921875, 2831.89111328125, 316.24981689453125, 1686.7105712890625, 9945.90625, 4388.1591796875, 938.5614624023438, 832.0576782226562, 1198.743408203125, 3211.90869140625, 2757.313232421875, 733.1978759765625, 2042.8758544921875]\n", - "47\n", - "2548\n", - "3\n", - "[315.739013671875, 3991.736083984375, 818.7785034179688]\n", - "3\n", - "2549\n", - "37\n", - "[327.2042541503906, 1376.755126953125, 508.3839416503906, 628.0928955078125, 677.5979614257812, 1702.507080078125, 791.4580688476562, 1357.1744384765625, 348.7112121582031, 4510.1513671875, 4413.60986328125, 3001.90087890625, 1385.1011962890625, 1409.6927490234375, 341.04974365234375, 698.4808959960938, 746.5543212890625, 3051.463134765625, 5665.44677734375, 6137.52294921875, 5739.05908203125, 2319.97802734375, 810.5869750976562, 759.7382202148438, 2013.71533203125, 1759.387451171875, 2526.378173828125, 5257.41650390625, 2662.04052734375, 930.8234252929688, 687.5184326171875, 1978.3560791015625, 829.9785766601562, 1029.596435546875, 843.7119140625, 716.7521362304688, 312.06439208984375]\n", - "37\n", - "2550\n", - "7\n", - "[867.7623901367188, 723.1119384765625, 783.957763671875, 1242.2083740234375, 333.52069091796875, 1452.1240234375, 780.4330444335938]\n", - "7\n", - "2551\n", - "7\n", - "[2474.695556640625, 1173.756103515625, 4000.4912109375, 3455.7607421875, 645.2357177734375, 1097.168701171875, 428.119140625]\n", - "7\n", - "2552\n", - "13\n", - "[381.79815673828125, 335.61944580078125, 308.79412841796875, 313.35455322265625, 761.8270263671875, 573.7412719726562, 1451.0938720703125, 4157.0693359375, 1270.20751953125, 2889.15673828125, 2139.6357421875, 1054.991455078125, 681.3235473632812]\n", - "13\n", - "2553\n", - "11\n", - "[487.4723205566406, 399.1840515136719, 739.9326782226562, 1138.70556640625, 586.9732055664062, 775.8213500976562, 886.8314819335938, 728.5856323242188, 1664.5628662109375, 523.651123046875, 363.0812683105469]\n", - "11\n", - "2554\n", - "6\n", - "[644.3076782226562, 720.7755737304688, 1616.3052978515625, 1011.196044921875, 368.85296630859375, 809.5580444335938]\n", - "6\n", - "2555\n", - "7\n", - "[1068.979736328125, 442.2953186035156, 1194.0352783203125, 1097.974365234375, 495.661865234375, 954.0535278320312, 334.2772216796875]\n", - "7\n", - "2556\n", - "7\n", - "[1885.0091552734375, 558.0804443359375, 1554.422607421875, 1698.728271484375, 1522.5416259765625, 707.9304809570312, 1410.2841796875]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2557\n", - "5\n", - "[486.8966369628906, 2628.18701171875, 1808.34521484375, 529.603759765625, 1280.125244140625]\n", - "5\n", - "2558\n", - "15\n", - "[395.1131286621094, 888.2584228515625, 465.9183349609375, 464.50201416015625, 416.83905029296875, 997.153564453125, 1069.77978515625, 1577.114013671875, 1002.8822631835938, 1056.5394287109375, 2122.8037109375, 1843.8192138671875, 376.1820068359375, 1016.9699096679688, 559.1703491210938]\n", - "15\n", - "2559\n", - "13\n", - "[1111.5067138671875, 873.8125610351562, 2822.646240234375, 1194.9036865234375, 842.9487915039062, 2265.815185546875, 2746.8583984375, 947.7337646484375, 591.1432495117188, 448.65966796875, 440.6158447265625, 1304.2440185546875, 1650.332275390625]\n", - "13\n", - "2560\n", - "7\n", - "[836.5845336914062, 982.3301391601562, 596.2095336914062, 492.90362548828125, 1942.82666015625, 982.9649047851562, 506.0234069824219]\n", - "7\n", - "2561\n", - "5\n", - "[2899.290771484375, 1265.771484375, 1162.767578125, 2426.81640625, 1034.436279296875]\n", - "5\n", - "2562\n", - "9\n", - "[394.66058349609375, 1920.6685791015625, 1742.3714599609375, 439.5316162109375, 494.1602478027344, 2408.412109375, 2313.702880859375, 585.200439453125, 826.81396484375]\n", - "9\n", - "2563\n", - "13\n", - "[413.0357360839844, 1205.4044189453125, 1366.529052734375, 1509.3988037109375, 3184.076904296875, 2411.078369140625, 511.8111267089844, 321.3057861328125, 1678.5308837890625, 836.788330078125, 1632.888916015625, 2884.097900390625, 3182.88720703125]\n", - "13\n", - "2564\n", - "36\n", - "[1552.184814453125, 504.04119873046875, 334.2712707519531, 535.6488647460938, 728.9879760742188, 848.0068969726562, 1209.3414306640625, 2072.31982421875, 1420.900634765625, 523.8028564453125, 3103.378662109375, 3557.799560546875, 2324.939697265625, 550.116455078125, 386.119140625, 2403.85107421875, 1491.0362548828125, 1558.8553466796875, 2851.15673828125, 2339.030517578125, 1474.03173828125, 1570.4599609375, 1949.3580322265625, 1203.7598876953125, 3549.041015625, 3899.956787109375, 3982.688232421875, 2285.73828125, 675.3993530273438, 1293.22900390625, 880.8004760742188, 774.7371215820312, 1217.392578125, 2716.513916015625, 3161.01171875, 577.6752319335938]\n", - "36\n", - "2565\n", - "31\n", - "[450.1135559082031, 1125.491943359375, 1443.189697265625, 660.7612915039062, 1703.0299072265625, 1670.719482421875, 981.3071899414062, 3287.92529296875, 3726.828369140625, 2903.1162109375, 1080.40380859375, 1119.543212890625, 1501.189453125, 340.8938293457031, 1585.66015625, 831.8494873046875, 1089.2720947265625, 387.7243347167969, 1295.4935302734375, 913.9403076171875, 2208.55517578125, 1341.010986328125, 1502.9976806640625, 1121.994384765625, 1466.6116943359375, 2237.082275390625, 642.5136108398438, 1142.056396484375, 383.0452880859375, 758.460693359375, 365.60260009765625]\n", - "31\n", - "2566\n", - "6\n", - "[393.2139587402344, 1145.3935546875, 934.5549926757812, 2467.540283203125, 973.3245849609375, 3217.863037109375]\n", - "6\n", - "2567\n", - "3\n", - "[1425.447998046875, 3520.714599609375, 1006.7476806640625]\n", - "3\n", - "2568\n", - "6\n", - "[665.954833984375, 1707.2353515625, 358.9517822265625, 1459.7529296875, 1530.34716796875, 431.5917053222656]\n", - "6\n", - "2569\n", - "31\n", - "[507.8472595214844, 517.3397827148438, 472.2877197265625, 341.6661071777344, 2873.856689453125, 5561.69384765625, 2813.00244140625, 433.6872253417969, 950.4898071289062, 4290.94970703125, 7619.52197265625, 5281.95947265625, 1204.9219970703125, 587.266357421875, 1508.67529296875, 4731.69482421875, 7952.45849609375, 3663.754638671875, 2642.9404296875, 489.0180358886719, 402.0754699707031, 873.2488403320312, 2708.3544921875, 5410.03076171875, 4990.73388671875, 2011.886962890625, 654.86279296875, 576.3790283203125, 2762.6025390625, 2515.77978515625, 505.5910339355469]\n", - "31\n", - "2570\n", - "13\n", - "[981.6852416992188, 569.3939819335938, 862.1270141601562, 1214.374755859375, 1134.8905029296875, 1581.5751953125, 1462.77880859375, 851.2896728515625, 1008.40283203125, 798.7302856445312, 1185.9053955078125, 326.1780090332031, 681.8827514648438]\n", - "13\n", - "2571\n", - "232\n", - "[418.8202209472656, 707.7695922851562, 960.4025268554688, 872.3660888671875, 442.9701843261719, 426.7085876464844, 620.4585571289062, 488.8559875488281, 750.5857543945312, 375.2209167480469, 879.2791748046875, 510.1015625, 629.0611572265625, 525.4069213867188, 2219.210205078125, 1386.5870361328125, 878.1881713867188, 1299.2630615234375, 587.8663330078125, 452.78839111328125, 2506.962646484375, 2066.848876953125, 896.4508056640625, 1056.9110107421875, 936.5658569335938, 2205.006103515625, 2165.587890625, 1788.360595703125, 1725.8150634765625, 1720.022705078125, 1418.0958251953125, 1580.848876953125, 2648.640380859375, 1687.2421875, 1682.81494140625, 1615.0421142578125, 1020.1210327148438, 964.7775268554688, 591.3927612304688, 608.7117919921875, 1757.150146484375, 2370.1689453125, 6155.55517578125, 14607.5390625, 12792.5, 9666.46484375, 3872.584228515625, 1014.7614135742188, 1662.756591796875, 674.25048828125, 943.8108520507812, 451.0542297363281, 697.6627197265625, 2121.81494140625, 3102.28369140625, 17965.16796875, 14501.0576171875, 14672.16796875, 18857.658203125, 19226.744140625, 7404.26953125, 2555.43212890625, 1348.208251953125, 570.2676391601562, 647.7564086914062, 338.7635498046875, 465.055419921875, 717.8414916992188, 463.088134765625, 460.5721740722656, 587.90478515625, 1827.94921875, 2010.655517578125, 5625.0439453125, 20773.853515625, 20408.89453125, 18604.310546875, 21771.712890625, 22196.51171875, 21323.970703125, 18622.345703125, 5747.3583984375, 1837.8428955078125, 1707.3734130859375, 1659.04736328125, 1165.61767578125, 913.1730346679688, 668.3500366210938, 439.7775573730469, 1690.73193359375, 1546.3790283203125, 2330.5732421875, 2528.46044921875, 1892.676025390625, 2367.6728515625, 2434.520263671875, 2641.911376953125, 2718.933349609375, 20716.61328125, 20099.447265625, 20244.716796875, 21376.287109375, 20009.341796875, 17863.767578125, 20259.17578125, 17879.21484375, 2909.269287109375, 1609.777587890625, 1385.4906005859375, 1508.595703125, 1736.4111328125, 1592.6712646484375, 1568.079345703125, 499.4848937988281, 322.57464599609375, 746.560546875, 1176.6016845703125, 690.4281616210938, 608.9915161132812, 1065.2044677734375, 1641.9964599609375, 1425.240966796875, 2244.812255859375, 2310.559326171875, 2450.52587890625, 2267.967529296875, 1931.87646484375, 2444.0126953125, 11550.357421875, 18134.400390625, 16813.68359375, 20742.701171875, 20797.138671875, 20797.0703125, 21146.564453125, 20062.455078125, 11200.5185546875, 912.455078125, 581.2777709960938, 499.2237854003906, 1163.465576171875, 1581.323486328125, 1163.073974609375, 1153.73291015625, 1380.9515380859375, 1431.133056640625, 1090.0272216796875, 428.8382873535156, 321.4046630859375, 478.5903625488281, 1521.3673095703125, 1318.5220947265625, 625.0157470703125, 1170.1380615234375, 1735.95654296875, 2480.953125, 16831.974609375, 12583.265625, 21346.68359375, 16658.626953125, 15976.1015625, 21342.375, 20812.578125, 15761.4755859375, 1295.7030029296875, 1530.5899658203125, 1159.111083984375, 1140.9361572265625, 1414.56005859375, 601.70361328125, 353.36431884765625, 1724.9886474609375, 2370.748779296875, 1802.02001953125, 11235.94140625, 20225.970703125, 21495.970703125, 20829.931640625, 20471.337890625, 20928.224609375, 20320.978515625, 1117.815673828125, 1124.96923828125, 805.402587890625, 652.7020263671875, 608.9168701171875, 306.3459167480469, 1982.3631591796875, 1940.470458984375, 1469.442626953125, 4723.140625, 8199.3115234375, 15416.5888671875, 14371.681640625, 15495.267578125, 8905.4892578125, 1432.3843994140625, 958.2280883789062, 543.2868041992188, 896.4312133789062, 912.9057006835938, 881.6312255859375, 1171.6448974609375, 939.5029907226562, 290.21929931640625, 1480.5533447265625, 822.5435180664062, 890.8189086914062, 974.2379760742188, 428.0979309082031, 820.342041015625, 1226.0389404296875, 1174.2762451171875, 832.3983764648438, 746.8384399414062, 470.0163269042969, 613.1333618164062, 307.7862854003906, 731.4057006835938, 374.6957092285156, 851.8992309570312, 949.9835205078125, 764.54345703125, 840.0629272460938, 576.0375366210938, 595.7901000976562, 931.8165283203125, 637.1136474609375, 1063.6021728515625, 716.8402709960938, 420.8435974121094, 1269.100830078125]\n", - "232\n", - "2572\n", - "37\n", - "[438.1432800292969, 799.2025756835938, 1379.516845703125, 1035.7960205078125, 1738.3729248046875, 2354.40478515625, 1353.395263671875, 327.00567626953125, 1837.648193359375, 1605.1282958984375, 633.378662109375, 830.6907958984375, 2359.548095703125, 3869.79052734375, 1341.5455322265625, 981.0296630859375, 2365.5634765625, 2932.203857421875, 3497.896728515625, 3266.033935546875, 2796.62548828125, 3062.605224609375, 1696.083984375, 873.9570922851562, 344.6264343261719, 1223.6048583984375, 2655.234130859375, 1820.22119140625, 1338.2135009765625, 567.028076171875, 459.6563720703125, 579.96875, 1239.40576171875, 1033.036865234375, 658.4007568359375, 408.5127868652344, 583.6041259765625]\n", - "37\n", - "2573\n", - "5\n", - "[532.5589599609375, 816.4606323242188, 2175.908447265625, 1396.6842041015625, 675.4373779296875]\n", - "5\n", - "2574\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "85\n", - "[300.07183837890625, 421.71405029296875, 935.4830322265625, 1043.7105712890625, 406.7473449707031, 650.2832641601562, 783.4465942382812, 1310.923095703125, 324.70086669921875, 397.2470703125, 1098.128173828125, 1856.452392578125, 2368.88037109375, 1544.474853515625, 613.0438842773438, 833.3937377929688, 1516.9246826171875, 1744.3692626953125, 2774.25732421875, 2020.6092529296875, 1470.9952392578125, 1484.1995849609375, 729.591064453125, 425.1021423339844, 487.6775207519531, 728.1549682617188, 1175.4114990234375, 1063.22900390625, 1157.2657470703125, 1007.7234497070312, 1296.2506103515625, 2786.2255859375, 2950.185791015625, 2672.4775390625, 1288.9385986328125, 1373.456787109375, 2063.625732421875, 1788.4039306640625, 1914.0281982421875, 1989.60595703125, 482.25103759765625, 697.3755493164062, 1190.8740234375, 368.7008972167969, 861.8780517578125, 1608.9024658203125, 1392.836669921875, 1005.5661010742188, 1475.003662109375, 676.9730834960938, 456.9962463378906, 704.4615478515625, 721.284912109375, 1309.423583984375, 755.2115478515625, 1002.625244140625, 1351.969970703125, 1358.983642578125, 1354.96875, 406.6484375, 670.977783203125, 543.783203125, 415.12933349609375, 1219.0302734375, 2263.13671875, 2865.82275390625, 2934.15087890625, 2080.4306640625, 1635.4542236328125, 1015.68017578125, 899.0758666992188, 302.5770568847656, 1388.851318359375, 2372.0888671875, 1246.73486328125, 1504.1644287109375, 1854.75048828125, 964.4071655273438, 1278.3848876953125, 1243.5152587890625, 944.22802734375, 633.52880859375, 747.9178466796875, 525.8035278320312, 430.8974304199219]\n", - "85\n", - "2575\n", - "10\n", - "[1153.0809326171875, 475.71014404296875, 469.1538391113281, 1677.7862548828125, 1528.37353515625, 8202.978515625, 891.1158447265625, 1041.8936767578125, 1394.9556884765625, 2057.444091796875]\n", - "10\n", - "2576\n", - "6\n", - "[1077.350830078125, 316.91748046875, 1514.440185546875, 1537.052001953125, 934.9318237304688, 601.7530517578125]\n", - "6\n", - "2577\n", - "35\n", - "[901.1060791015625, 313.2760009765625, 315.4689636230469, 2615.352294921875, 871.84228515625, 315.1887512207031, 798.38232421875, 544.3892211914062, 1095.674072265625, 2181.35400390625, 2919.580322265625, 640.0630493164062, 545.4613647460938, 663.8079223632812, 1875.477294921875, 2762.861083984375, 1640.0511474609375, 3108.227294921875, 485.4311828613281, 316.110595703125, 1701.3199462890625, 2629.573974609375, 429.1656494140625, 1283.6348876953125, 2133.169921875, 444.9386901855469, 1026.3929443359375, 549.4573974609375, 1625.1512451171875, 663.7957153320312, 761.0167846679688, 937.6675415039062, 691.069580078125, 601.8121948242188, 313.9541931152344]\n", - "35\n", - "2578\n", - "8\n", - "[785.0101928710938, 1197.1226806640625, 905.2096557617188, 2954.24560546875, 1794.218505859375, 4079.355712890625, 1090.6087646484375, 581.8851318359375]\n", - "8\n", - "2579\n", - "6\n", - "[715.0770263671875, 1893.8203125, 1337.028564453125, 3255.0908203125, 3068.36474609375, 888.7314453125]\n", - "6\n", - "2580\n", - "147\n", - "[828.5040283203125, 460.4953308105469, 790.0880737304688, 1364.5384521484375, 1925.4970703125, 1420.668701171875, 2335.165771484375, 945.6920776367188, 818.8973999023438, 968.0921020507812, 9976.4580078125, 1916.5767822265625, 580.2412719726562, 469.68707275390625, 1970.190185546875, 5092.80224609375, 1262.3026123046875, 2368.37939453125, 133.15228271484375, 1782.49365234375, 5726.71630859375, 2104.055419921875, 3403.750732421875, 7707.00732421875, 1180.4068603515625, 388.99700927734375, 430.86834716796875, 184.5277099609375, 3611.054931640625, 10598.3896484375, 10007.65234375, 11245.4951171875, 2343.602783203125, 334.0022888183594, 409.3877868652344, 485.8638000488281, 1470.1214599609375, 2835.90771484375, 3227.371337890625, 2542.2255859375, 5549.77392578125, 13561.2314453125, 15234.794921875, 17411.099609375, 5140.6044921875, 966.9246215820312, 609.3888549804688, 461.0389709472656, 694.8494262695312, 3538.523193359375, 486.2637939453125, 1276.2669677734375, 2526.80908203125, 5787.4189453125, 5884.52587890625, 1161.0157470703125, 480.01434326171875, 536.1860961914062, 317.1432800292969, 506.4880676269531, 615.0946655273438, 1168.582763671875, 1472.4298095703125, 1415.8026123046875, 1280.5491943359375, 1420.3624267578125, 701.2453002929688, 307.61346435546875, 572.3997802734375, 1076.9842529296875, 882.3771362304688, 621.8078002929688, 704.7471923828125, 1136.6627197265625, 1288.3104248046875, 1338.5870361328125, 1311.2626953125, 412.0733642578125, 1004.8491821289062, 972.5994262695312, 588.9425659179688, 473.2718811035156, 2729.47314453125, 2884.1142578125, 2826.935791015625, 613.5343017578125, 1643.7364501953125, 477.7802429199219, 919.93115234375, 759.2651977539062, 719.0958251953125, 1516.6627197265625, 1567.461669921875, 1546.3330078125, 836.6488647460938, 335.7524108886719, 374.7822265625, 700.064453125, 3228.2939453125, 1158.0662841796875, 322.8749084472656, 369.9568786621094, 572.7866821289062, 1503.1875, 1340.1134033203125, 1551.3172607421875, 1360.417724609375, 1285.5823974609375, 1179.4736328125, 1372.044677734375, 397.6941223144531, 1119.8587646484375, 1583.4869384765625, 1351.5855712890625, 916.1942138671875, 1213.677490234375, 1120.1656494140625, 514.520263671875, 393.5975646972656, 931.5509643554688, 659.7062377929688, 305.91070556640625, 928.0433959960938, 1562.5770263671875, 1429.271240234375, 382.6969299316406, 4028.23779296875, 4363.84130859375, 967.4780883789062, 726.3330078125, 1015.0315551757812, 606.6347045898438, 394.11346435546875, 2407.627197265625, 7071.35009765625, 9829.2041015625, 3730.2431640625, 2365.240234375, 1385.651123046875, 5859.31396484375, 5335.3994140625, 1671.5631103515625, 369.48779296875, 449.5075378417969, 325.0278015136719]\n", - "145\n", - "2581\n", - "16\n", - "[463.90386962890625, 4527.5537109375, 362.89593505859375, 482.2437438964844, 4928.376953125, 544.5319213867188, 2100.58935546875, 4671.83642578125, 912.795166015625, 2557.799072265625, 6227.75537109375, 367.01544189453125, 494.4835510253906, 3015.0087890625, 4963.650390625, 1352.3779296875]\n", - "16\n", - "2582\n", - "11\n", - "[581.510498046875, 944.1663208007812, 817.7965698242188, 665.0817260742188, 1849.934814453125, 779.467529296875, 621.2041015625, 306.0065002441406, 347.1820373535156, 326.41290283203125, 423.54278564453125]\n", - "11\n", - "2583\n", - "4\n", - "[317.67913818359375, 2820.15087890625, 2924.801025390625, 1057.0968017578125]\n", - "4\n", - "2584\n", - "26\n", - "[410.1486511230469, 949.4085083007812, 347.1302795410156, 838.5686645507812, 1408.2769775390625, 1033.856201171875, 1287.4373779296875, 1450.1727294921875, 1133.7515869140625, 989.0781860351562, 4414.5595703125, 2070.611328125, 943.16455078125, 2033.85986328125, 339.8603820800781, 7207.826171875, 6958.28515625, 816.7965698242188, 416.39874267578125, 2791.43994140625, 5544.9384765625, 3646.30908203125, 488.89007568359375, 678.231201171875, 391.3949890136719, 702.5230712890625]\n", - "26\n", - "2585\n", - "46\n", - "[795.4165649414062, 470.6697998046875, 569.7691650390625, 701.81884765625, 834.6729736328125, 671.63916015625, 509.5389099121094, 820.4223022460938, 2633.13916015625, 1935.17333984375, 1095.1873779296875, 6490.58544921875, 3478.547119140625, 4815.6884765625, 5704.28564453125, 798.8129272460938, 3040.0830078125, 3921.301513671875, 2590.883544921875, 389.44586181640625, 1926.8812255859375, 936.9799194335938, 666.11767578125, 1295.3721923828125, 1853.691162109375, 891.6459350585938, 1084.551513671875, 588.1610107421875, 401.6905517578125, 323.4358825683594, 770.3810424804688, 1562.8779296875, 329.1163024902344, 308.2715759277344, 407.25177001953125, 550.930419921875, 374.2418212890625, 480.1437683105469, 404.7988586425781, 322.283935546875, 300.1581115722656, 739.4664916992188, 479.647216796875, 471.30535888671875, 1303.863037109375, 413.1804504394531]\n", - "46\n", - "2586\n", - "48\n", - "[522.5285034179688, 382.92626953125, 1133.9864501953125, 779.6943969726562, 512.8475341796875, 360.4124755859375, 727.404052734375, 504.4173889160156, 1215.844970703125, 1093.0113525390625, 807.0111083984375, 1894.8944091796875, 1270.003173828125, 917.5538940429688, 2714.079833984375, 973.90185546875, 728.6494140625, 1350.68115234375, 3176.76318359375, 2901.5693359375, 1881.686279296875, 875.411376953125, 854.4043579101562, 1092.21923828125, 1326.6378173828125, 5451.365234375, 6579.15771484375, 2070.598876953125, 1713.3824462890625, 1314.8699951171875, 2027.3040771484375, 1328.9141845703125, 314.214111328125, 1642.439208984375, 2149.074951171875, 3781.817138671875, 6497.97314453125, 1700.232421875, 1032.5655517578125, 701.3307495117188, 2430.18896484375, 3232.42041015625, 1869.7716064453125, 1610.4073486328125, 745.0474243164062, 1069.15966796875, 874.3828125, 509.92919921875]\n", - "48\n", - "2587\n", - "15\n", - "[306.9366455078125, 2010.6005859375, 2940.762451171875, 464.7113342285156, 5682.56396484375, 2695.018310546875, 4026.246826171875, 5360.9013671875, 1623.309814453125, 978.001220703125, 903.8544311523438, 399.15374755859375, 461.4727783203125, 429.532958984375, 761.1461181640625]\n", - "15\n", - "2588\n", - "6\n", - "[1141.806396484375, 1499.4180908203125, 1627.8072509765625, 1305.5291748046875, 764.6105346679688, 604.963623046875]\n", - "6\n", - "2589\n", - "5\n", - "[393.1784973144531, 3340.11572265625, 1375.8870849609375, 4565.54052734375, 546.294677734375]\n", - "5\n", - "2590\n", - "53\n", - "[2535.7685546875, 2506.490234375, 1953.973388671875, 952.4935913085938, 1269.9354248046875, 887.10205078125, 1982.871826171875, 1442.2965087890625, 1218.9766845703125, 826.5579223632812, 1300.3206787109375, 1468.5977783203125, 2206.90380859375, 3040.68603515625, 2647.885498046875, 2722.755615234375, 1426.9644775390625, 576.8583984375, 412.6862487792969, 1247.6177978515625, 1987.9447021484375, 2518.287841796875, 3136.117919921875, 3039.74267578125, 2346.07421875, 655.7871704101562, 548.1033325195312, 495.8363342285156, 1944.5528564453125, 2755.00146484375, 785.1074829101562, 1012.0115966796875, 3063.927978515625, 2968.500244140625, 2516.89453125, 972.6842041015625, 556.6175537109375, 1006.892822265625, 799.1004028320312, 1921.4041748046875, 1730.888916015625, 1051.1639404296875, 866.6743774414062, 1846.6917724609375, 765.1054077148438, 875.0410766601562, 417.56134033203125, 379.6141052246094, 792.275634765625, 565.0182495117188, 1661.974365234375, 340.91741943359375, 555.1064453125]\n", - "53\n", - "2591\n", - "5\n", - "[1539.9906005859375, 2475.277099609375, 1672.9134521484375, 1275.389892578125, 1155.216064453125]\n", - "5\n", - "2592\n", - "7\n", - "[711.9938354492188, 1224.0306396484375, 684.1182861328125, 1227.2255859375, 2025.9862060546875, 1344.7989501953125, 526.1820678710938]\n", - "7\n", - "2593\n", - "4\n", - "[3274.896240234375, 819.9866943359375, 2007.5433349609375, 414.6277770996094]\n", - "4\n", - "2594\n", - "6\n", - "[1881.8604736328125, 528.2459716796875, 1038.2520751953125, 357.4632568359375, 614.152587890625, 975.3631591796875]\n", - "6\n", - "2595\n", - "3\n", - "[1528.074951171875, 3436.405517578125, 1742.3853759765625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "2596\n", - "8\n", - "[623.8133544921875, 1201.796875, 1743.2786865234375, 3982.011474609375, 725.930419921875, 368.6394958496094, 804.4393310546875, 411.20599365234375]\n", - "8\n", - "2597\n", - "3\n", - "[4058.833984375, 1028.3980712890625, 841.0867919921875]\n", - "3\n", - "2598\n", - "9\n", - "[1864.0679931640625, 434.97796630859375, 738.9063720703125, 3979.805419921875, 967.212646484375, 2024.847900390625, 972.7752685546875, 467.8670959472656, 5249.16796875]\n", - "9\n", - "2599\n", - "10\n", - "[521.1622924804688, 431.8760986328125, 3432.409423828125, 3073.58349609375, 1154.8363037109375, 1702.7218017578125, 1887.572998046875, 512.7735595703125, 1548.5653076171875, 428.6774597167969]\n", - "10\n", - "2600\n", - "11\n", - "[1266.0438232421875, 6458.07275390625, 12531.572265625, 4121.4345703125, 8483.8544921875, 11249.69140625, 1820.8707275390625, 1069.5826416015625, 4560.24658203125, 693.81201171875, 524.0651245117188]\n", - "11\n", - "2601\n", - "30\n", - "[434.901611328125, 1282.181396484375, 501.57061767578125, 798.9467163085938, 1376.97314453125, 2669.31982421875, 1462.15234375, 466.5448913574219, 680.345947265625, 510.6965026855469, 682.677001953125, 4495.74560546875, 5047.77001953125, 3382.083984375, 3306.97412109375, 1174.5208740234375, 2405.85791015625, 2302.27685546875, 1512.8284912109375, 472.8831787109375, 1491.080078125, 2372.039794921875, 1268.5616455078125, 1144.17529296875, 902.6000366210938, 1594.9736328125, 1490.773681640625, 502.1714172363281, 362.84954833984375, 1313.518310546875]\n", - "30\n", - "2602\n", - "8\n", - "[603.3396606445312, 768.2755737304688, 424.7582702636719, 436.5633544921875, 2095.189697265625, 2522.6064453125, 748.4766235351562, 362.0986328125]\n", - "8\n", - "2603\n", - "16\n", - "[394.6466369628906, 542.7288818359375, 321.014892578125, 1188.33544921875, 1684.997802734375, 3459.758544921875, 1233.0804443359375, 771.40966796875, 2038.5047607421875, 3162.7607421875, 491.4912109375, 310.71563720703125, 330.7539367675781, 898.4625244140625, 331.4290466308594, 310.0836181640625]\n", - "16\n", - "2604\n", - "5\n", - "[624.63916015625, 1211.751220703125, 2734.906005859375, 461.8798828125, 630.6832885742188]\n", - "5\n", - "2605\n", - "4\n", - "[1965.42138671875, 4080.65478515625, 1463.1627197265625, 2385.209716796875]\n", - "4\n", - "2606\n", - "7\n", - "[473.240966796875, 525.99658203125, 408.3866271972656, 6792.7197265625, 782.1458740234375, 1111.533203125, 2126.048095703125]\n", - "7\n", - "2607\n", - "6\n", - "[461.820556640625, 3495.02880859375, 1966.4564208984375, 2041.746337890625, 2526.78125, 317.88067626953125]\n", - "6\n", - "2608\n", - "16\n", - "[332.9335632324219, 418.2062683105469, 2251.400634765625, 388.95269775390625, 4925.14697265625, 1272.80908203125, 517.2135009765625, 4424.115234375, 2851.449951171875, 537.9224243164062, 449.94769287109375, 851.5847778320312, 1232.410888671875, 780.658447265625, 413.98492431640625, 302.3341064453125]\n", - "16\n", - "2609\n", - "16\n", - "[693.2763671875, 4109.97412109375, 784.5796508789062, 378.6602783203125, 1181.0679931640625, 3286.81982421875, 1292.8526611328125, 1863.338623046875, 5738.416015625, 3264.374755859375, 510.90582275390625, 1688.99755859375, 1932.1815185546875, 748.7601928710938, 487.91119384765625, 324.13885498046875]\n", - "16\n", - "2610\n", - "8\n", - "[1312.490966796875, 3285.95263671875, 416.9081115722656, 562.4000244140625, 617.5760498046875, 837.4149169921875, 1504.3033447265625, 2057.90185546875]\n", - "8\n", - "2611\n", - "8\n", - "[795.558837890625, 733.9815063476562, 559.844970703125, 791.7366333007812, 541.844482421875, 583.5520629882812, 1906.733154296875, 349.2624816894531]\n", - "8\n", - "2612\n", - "6\n", - "[562.938720703125, 1338.36962890625, 629.8833618164062, 1027.8062744140625, 1276.005859375, 488.9684753417969]\n", - "6\n", - "2613\n", - "9\n", - "[1534.2159423828125, 5173.28125, 3783.885498046875, 397.635498046875, 2417.4140625, 5259.19091796875, 4530.8544921875, 303.29815673828125, 1030.4547119140625]\n", - "9\n", - "2614\n", - "8\n", - "[672.0446166992188, 372.14727783203125, 391.91485595703125, 2559.203125, 2200.0634765625, 608.2277221679688, 411.42620849609375, 2644.912841796875]\n", - "8\n", - "2615\n", - "5\n", - "[3278.049560546875, 861.903076171875, 393.94775390625, 2058.797607421875, 1465.3702392578125]\n", - "5\n", - "2616\n", - "21\n", - "[675.5220947265625, 317.34765625, 755.8226928710938, 3840.451416015625, 2215.815185546875, 2700.18115234375, 2397.73291015625, 512.8945922851562, 1124.7742919921875, 2904.091552734375, 3424.942626953125, 1663.3662109375, 1290.659912109375, 1859.7767333984375, 490.8625793457031, 2015.759033203125, 358.154052734375, 348.926025390625, 399.66522216796875, 1241.8377685546875, 626.4120483398438]\n", - "21\n", - "2617\n", - "12\n", - "[311.85015869140625, 514.46337890625, 476.4518737792969, 1237.6414794921875, 1429.362060546875, 1025.4949951171875, 1242.1251220703125, 520.88134765625, 432.6211242675781, 1245.46630859375, 609.6107788085938, 801.2206420898438]\n", - "12\n", - "2618\n", - "14\n", - "[653.317626953125, 3212.839111328125, 948.974609375, 1055.754150390625, 4570.25244140625, 4129.7978515625, 1263.4310302734375, 656.1539916992188, 323.9159851074219, 1369.4322509765625, 4502.388671875, 991.4005737304688, 447.9158935546875, 687.5413208007812]\n", - "14\n", - "2619\n", - "14\n", - "[2150.207275390625, 401.07550048828125, 321.9201965332031, 733.5425415039062, 3306.697998046875, 850.5848388671875, 444.1217956542969, 326.84783935546875, 322.5218200683594, 801.17138671875, 533.555419921875, 331.71148681640625, 561.2466430664062, 346.4902038574219]\n", - "14\n", - "2620\n", - "10\n", - "[638.9528198242188, 400.10498046875, 376.2701416015625, 1004.551513671875, 705.5707397460938, 1934.7259521484375, 576.9462890625, 3719.84326171875, 2768.869140625, 347.4607849121094]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "2621\n", - "8\n", - "[913.55712890625, 410.9669189453125, 619.9428100585938, 2664.501708984375, 2349.66455078125, 2561.42626953125, 2167.171630859375, 2367.773681640625]\n", - "8\n", - "2622\n", - "6\n", - "[542.5402221679688, 1517.9530029296875, 1060.4326171875, 1996.72021484375, 5321.40234375, 739.26806640625]\n", - "6\n", - "2623\n", - "9\n", - "[564.1907958984375, 972.6834716796875, 338.5094299316406, 2403.495361328125, 856.7951049804688, 750.3912353515625, 1098.0816650390625, 347.84222412109375, 314.3175354003906]\n", - "9\n", - "2624\n", - "7\n", - "[1626.2950439453125, 1113.919921875, 1318.091796875, 1505.3839111328125, 640.0138549804688, 968.0808715820312, 809.6019897460938]\n", - "7\n", - "2625\n", - "15\n", - "[1466.7373046875, 1542.380615234375, 844.6619873046875, 450.4952087402344, 333.6990661621094, 1815.9993896484375, 3123.91064453125, 2237.65234375, 2386.940673828125, 4310.2802734375, 2246.129638671875, 776.2777099609375, 1185.2479248046875, 2643.706787109375, 920.366455078125]\n", - "15\n", - "2626\n", - "6\n", - "[327.8573913574219, 534.8466796875, 791.349609375, 1740.25830078125, 2730.109130859375, 960.8084716796875]\n", - "6\n", - "2627\n", - "9\n", - "[1394.3543701171875, 348.786376953125, 853.1124267578125, 719.676025390625, 3192.83642578125, 2210.67724609375, 1363.771728515625, 1511.453369140625, 545.2232666015625]\n", - "9\n", - "2628\n", - "20\n", - "[447.0107727050781, 1216.6680908203125, 947.05859375, 898.9613037109375, 835.3143920898438, 723.0858154296875, 419.2635498046875, 668.6126708984375, 1081.149169921875, 374.3603515625, 311.87103271484375, 1034.6658935546875, 575.2132568359375, 735.2308349609375, 418.1539306640625, 726.8123168945312, 378.1502685546875, 792.20654296875, 347.9199523925781, 1072.134765625]\n", - "20\n", - "2629\n", - "8\n", - "[705.794189453125, 645.718505859375, 3232.888671875, 2270.450927734375, 2153.927978515625, 2228.298095703125, 683.013427734375, 488.9622802734375]\n", - "8\n", - "2630\n", - "32\n", - "[643.2219848632812, 997.7998046875, 531.623291015625, 343.95672607421875, 1306.2191162109375, 2715.366455078125, 3005.81298828125, 2059.194580078125, 719.4707641601562, 907.5617065429688, 2959.407958984375, 2846.032958984375, 2431.649658203125, 2579.127685546875, 1022.9923706054688, 394.5556945800781, 887.3589477539062, 2746.015869140625, 1875.07373046875, 980.166015625, 2193.6240234375, 2617.520263671875, 1417.248779296875, 710.0535278320312, 2140.373779296875, 2016.072021484375, 469.2091979980469, 538.425537109375, 856.9035034179688, 441.227294921875, 434.53033447265625, 384.016845703125]\n", - "32\n", - "2631\n", - "8\n", - "[1149.5426025390625, 1285.193603515625, 570.4376831054688, 392.48004150390625, 669.3779296875, 491.9054260253906, 389.8186340332031, 350.01788330078125]\n", - "8\n", - "2632\n", - "386\n", - "[649.4572143554688, 1014.9619140625, 331.40374755859375, 2504.376708984375, 5600.97509765625, 2634.194580078125, 3596.28173828125, 2567.39306640625, 1436.2618408203125, 934.522216796875, 412.0420837402344, 4716.12890625, 1140.697265625, 3100.98876953125, 1706.377197265625, 321.37115478515625, 2013.6134033203125, 5877.78564453125, 689.4385986328125, 2519.852783203125, 1362.62646484375, 1209.5546875, 495.7398376464844, 1602.6937255859375, 1993.10107421875, 2005.2198486328125, 1183.1719970703125, 1028.143310546875, 1182.1290283203125, 2677.732177734375, 598.15185546875, 1731.0018310546875, 2004.4947509765625, 1166.980712890625, 2161.162109375, 610.3698120117188, 483.829833984375, 631.0111694335938, 304.04754638671875, 1188.4962158203125, 1006.9954223632812, 497.21990966796875, 848.361083984375, 1995.8228759765625, 2469.838623046875, 313.89141845703125, 2055.41259765625, 2379.78369140625, 1007.4622802734375, 2554.619140625, 1124.0789794921875, 495.1934814453125, 863.032470703125, 706.6629028320312, 911.0399780273438, 2588.948486328125, 1474.7432861328125, 805.2208862304688, 5787.01513671875, 2177.39306640625, 511.8019104003906, 1468.9521484375, 674.052001953125, 3434.67724609375, 3686.297119140625, 4050.401123046875, 6575.84619140625, 7401.7578125, 1242.3841552734375, 1667.563720703125, 985.88720703125, 2105.138671875, 6011.4775390625, 3616.19775390625, 2704.40283203125, 3912.666259765625, 7524.4736328125, 5160.9111328125, 2056.42578125, 2768.16455078125, 729.9365844726562, 326.66558837890625, 315.103271484375, 836.182861328125, 1142.8330078125, 1991.343017578125, 3203.043212890625, 5904.158203125, 5302.42041015625, 901.1265869140625, 3485.466064453125, 1174.6590576171875, 3640.504638671875, 5843.37646484375, 5145.02783203125, 1222.0904541015625, 7072.47021484375, 7365.2138671875, 7585.5234375, 7782.0830078125, 2189.19384765625, 1964.0264892578125, 381.9144592285156, 909.3712158203125, 1045.9239501953125, 521.6060791015625, 1355.33544921875, 4810.58447265625, 1728.0714111328125, 97.73346710205078, 876.4126586914062, 519.0432739257812, 454.71539306640625, 4329.17822265625, 3821.548583984375, 1281.9185791015625, 633.5739135742188, 1546.7694091796875, 3211.834228515625, 5592.77001953125, 6415.8408203125, 5635.5029296875, 7522.3876953125, 6702.50537109375, 6672.78515625, 6322.05078125, 6122.0146484375, 4972.78466796875, 2064.362548828125, 404.383544921875, 80.39990997314453, 429.584228515625, 1356.4281005859375, 1073.54833984375, 224.96875, 1096.0670166015625, 815.3031005859375, 148.27395629882812, 1849.6348876953125, 762.9945068359375, 1771.37060546875, 424.0513916015625, 1762.241943359375, 2610.404296875, 6123.1474609375, 6454.33251953125, 5823.9970703125, 3506.762939453125, 6944.90673828125, 6786.7890625, 7189.81201171875, 3121.55078125, 8194.443359375, 6450.37890625, 2539.272216796875, 3246.04443359375, 740.8631591796875, 4724.5126953125, 4970.251953125, 2151.3779296875, 714.152587890625, 89.64778137207031, 438.2658996582031, 261.2748718261719, 106.3058853149414, 1194.466064453125, 843.0070190429688, 1210.7467041015625, 783.963623046875, 4914.3076171875, 6579.0146484375, 8264.5419921875, 8995.869140625, 8763.470703125, 7154.52880859375, 7404.62890625, 7392.00341796875, 7937.53857421875, 3766.51806640625, 4447.880859375, 4099.40185546875, 2318.435791015625, 509.606689453125, 974.3447875976562, 319.91094970703125, 1256.549072265625, 2030.370849609375, 549.5086059570312, 643.6859741210938, 1058.201416015625, 458.9767761230469, 2969.8994140625, 3136.62939453125, 1994.94873046875, 1730.5548095703125, 3997.2978515625, 6065.13671875, 6781.802734375, 7756.76318359375, 9443.10546875, 9270.59375, 7545.89990234375, 7999.91015625, 6599.34814453125, 7779.69921875, 1809.365478515625, 862.5358276367188, 1362.149658203125, 317.4375915527344, 135.78782653808594, 400.48968505859375, 610.0817260742188, 1312.6820068359375, 1738.15380859375, 4229.41845703125, 5157.732421875, 4807.90234375, 7798.2646484375, 5469.6474609375, 7923.69189453125, 8116.9736328125, 7825.45166015625, 4560.1962890625, 5456.55517578125, 7084.4892578125, 6120.28662109375, 2917.15380859375, 4441.37451171875, 4515.0595703125, 181.2027587890625, 324.1226501464844, 606.5355224609375, 841.0501708984375, 2938.22216796875, 6000.2529296875, 4306.013671875, 6295.02294921875, 5596.5048828125, 7783.41455078125, 6517.18994140625, 5120.47265625, 6748.97314453125, 2472.182861328125, 1328.3367919921875, 7194.947265625, 7284.7939453125, 5716.6279296875, 2807.053466796875, 3143.75146484375, 243.05723571777344, 2878.056396484375, 322.016845703125, 1092.8685302734375, 1847.658203125, 1491.0933837890625, 3788.56005859375, 6668.84130859375, 7049.6435546875, 7047.31884765625, 7600.78125, 6675.66552734375, 2956.96630859375, 5894.86083984375, 2896.20458984375, 4996.97265625, 7519.0205078125, 5651.9921875, 7084.2607421875, 5636.4765625, 5368.8837890625, 3220.99267578125, 953.0081176757812, 1379.9202880859375, 2378.22412109375, 1729.36279296875, 2614.496826171875, 4295.8720703125, 4661.87353515625, 6581.607421875, 7426.62109375, 4829.14990234375, 2517.9853515625, 6397.951171875, 2548.013671875, 5716.55859375, 6486.4765625, 3774.39501953125, 6745.56591796875, 5665.09423828125, 6863.9609375, 6535.875, 1889.0799560546875, 305.0309143066406, 4298.51416015625, 5739.16650390625, 928.2841796875, 461.0627746582031, 806.4923095703125, 2601.375, 2611.198974609375, 2451.31298828125, 2681.298095703125, 1461.4227294921875, 3578.23291015625, 4561.060546875, 6674.8212890625, 4494.95458984375, 4650.3310546875, 6466.5107421875, 3899.554443359375, 5910.634765625, 5268.716796875, 1041.215576171875, 361.11419677734375, 2916.279541015625, 457.50665283203125, 1136.604736328125, 1942.7891845703125, 2684.854248046875, 1944.08056640625, 3694.978759765625, 3316.014404296875, 4302.56689453125, 1951.49072265625, 2313.1611328125, 6477.18896484375, 3945.614990234375, 5686.708984375, 6228.0625, 505.5439758300781, 431.5708923339844, 400.7082214355469, 900.0438842773438, 3245.766357421875, 4065.499755859375, 1500.8082275390625, 2125.13427734375, 908.596435546875, 1418.0341796875, 5493.556640625, 1726.8597412109375, 1278.4915771484375, 5234.099609375, 1486.6929931640625, 1485.2130126953125, 1368.258544921875, 468.4729919433594, 335.7744140625, 3115.8193359375, 2813.162353515625, 2472.451171875, 1567.0333251953125, 2556.218505859375, 4191.44384765625, 2815.90380859375, 940.015380859375, 4663.32373046875, 1336.93896484375, 546.9359130859375, 477.1248779296875, 3892.988525390625, 1563.556640625, 804.4957275390625, 1576.6983642578125, 1031.669677734375, 1362.2291259765625, 1045.735107421875, 2777.03515625, 466.0592041015625, 705.0934448242188, 681.2635498046875, 1121.0294189453125, 374.5936279296875, 1971.8638916015625, 1184.860595703125, 720.8973388671875, 1123.80078125, 1304.2982177734375]\n", - "378\n", - "2633\n", - "14\n", - "[449.7453918457031, 331.6319580078125, 545.4677124023438, 1092.8682861328125, 4111.42919921875, 2881.351806640625, 477.7439270019531, 1675.802734375, 4878.11181640625, 2388.837890625, 459.98199462890625, 2277.722412109375, 1495.138671875, 387.3757629394531]\n", - "14\n", - "2634\n", - "8\n", - "[301.81439208984375, 514.8215942382812, 1145.2188720703125, 811.7989501953125, 403.6962890625, 472.48291015625, 1556.3199462890625, 984.670654296875]\n", - "8\n", - "2635\n", - "20\n", - "[422.1075134277344, 356.6070251464844, 353.139892578125, 454.2000732421875, 416.5758056640625, 3200.168212890625, 344.99481201171875, 348.97589111328125, 390.6509094238281, 3106.4169921875, 1134.9818115234375, 757.6505737304688, 749.9323120117188, 3133.300048828125, 3852.428955078125, 359.35980224609375, 604.2788696289062, 390.0498046875, 1656.050048828125, 1516.233154296875]\n", - "20\n", - "2636\n", - "34\n", - "[1292.528076171875, 854.7511596679688, 479.7188415527344, 3170.315673828125, 340.80621337890625, 556.7592163085938, 862.5941772460938, 4740.94189453125, 2815.695556640625, 561.203369140625, 407.33160400390625, 4835.92236328125, 7781.96923828125, 8084.63232421875, 5286.2861328125, 1763.5767822265625, 743.839111328125, 680.7944946289062, 578.089111328125, 2232.526123046875, 7506.833984375, 3702.500732421875, 891.2036743164062, 3720.904052734375, 773.7028198242188, 445.75634765625, 558.4586791992188, 617.2500610351562, 567.310546875, 464.8233337402344, 538.0285034179688, 774.2026977539062, 716.1383666992188, 465.8594055175781]\n", - "34\n", - "2637\n", - "5\n", - "[2339.04736328125, 706.0271606445312, 2163.44677734375, 425.8592529296875, 320.6162109375]\n", - "5\n", - "2638\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[747.9175415039062, 503.7098388671875, 1137.7437744140625, 2017.0289306640625, 681.4439697265625, 1283.260009765625, 2382.86279296875, 2463.047607421875, 321.64263916015625, 727.9232788085938, 1670.3184814453125, 510.5497131347656]\n", - "12\n", - "2639\n", - "5\n", - "[665.6614379882812, 663.1612548828125, 535.447021484375, 2221.7216796875, 1932.6842041015625]\n", - "5\n", - "2640\n", - "7\n", - "[390.54168701171875, 798.8897094726562, 2163.454833984375, 2191.385986328125, 532.0550537109375, 329.6842956542969, 513.814208984375]\n", - "7\n", - "2641\n", - "8\n", - "[338.5307922363281, 309.84112548828125, 302.7574768066406, 422.1141357421875, 2575.031982421875, 4175.64404296875, 311.4254150390625, 836.2250366210938]\n", - "8\n", - "2642\n", - "11\n", - "[425.1838073730469, 1170.4176025390625, 1374.2384033203125, 1182.0196533203125, 3883.820068359375, 2324.47509765625, 1907.6552734375, 1973.5623779296875, 1635.0364990234375, 1104.33154296875, 667.2079467773438]\n", - "11\n", - "2643\n", - "7\n", - "[329.4132995605469, 641.1980590820312, 1428.7762451171875, 369.52520751953125, 784.7293701171875, 1172.729248046875, 427.4595031738281]\n", - "7\n", - "2644\n", - "37\n", - "[4094.027587890625, 1999.25927734375, 1241.357666015625, 1454.65673828125, 2882.249755859375, 1195.852294921875, 552.7951049804688, 661.0196533203125, 3747.187744140625, 3284.13037109375, 2113.1650390625, 846.9454956054688, 1809.9686279296875, 2783.999755859375, 2797.369384765625, 2370.4619140625, 1454.5567626953125, 3335.322265625, 3184.95703125, 1600.368896484375, 279.9820556640625, 883.4197387695312, 1597.5732421875, 2977.444091796875, 2639.660400390625, 764.0921630859375, 946.5232543945312, 1116.2838134765625, 584.6464233398438, 546.679443359375, 569.619384765625, 2263.250732421875, 542.4708251953125, 608.1304931640625, 966.233154296875, 508.18328857421875, 383.5987243652344]\n", - "37\n", - "2645\n", - "9\n", - "[432.9494323730469, 491.3235778808594, 2587.165283203125, 2511.10888671875, 903.9213256835938, 502.4983215332031, 3026.71240234375, 302.76885986328125, 976.455810546875]\n", - "9\n", - "2646\n", - "7\n", - "[540.2012329101562, 1912.6263427734375, 1306.627685546875, 987.7196044921875, 838.91357421875, 345.2877197265625, 481.8397521972656]\n", - "7\n", - "2647\n", - "17\n", - "[465.205078125, 1578.561279296875, 319.4647521972656, 1350.419677734375, 4280.4326171875, 1892.9791259765625, 1237.3974609375, 4222.72607421875, 4192.791015625, 985.9723510742188, 301.514404296875, 501.3388366699219, 1156.6407470703125, 2787.741455078125, 1309.1058349609375, 368.5553283691406, 397.17205810546875]\n", - "17\n", - "2648\n", - "159\n", - "[802.2589111328125, 721.5601806640625, 504.484130859375, 363.4228210449219, 959.6961059570312, 333.46234130859375, 419.069580078125, 469.9203186035156, 427.1632995605469, 1002.285400390625, 238.7697296142578, 1307.0, 407.6365966796875, 1026.803955078125, 826.8248901367188, 1664.650390625, 446.63067626953125, 521.4745483398438, 402.65325927734375, 1014.9810791015625, 505.9697265625, 870.1951904296875, 730.9556274414062, 324.8007507324219, 718.84326171875, 1011.4215698242188, 332.7724609375, 376.3634033203125, 2823.428955078125, 1615.2403564453125, 547.0795288085938, 622.1930541992188, 578.32568359375, 454.0379333496094, 882.5572509765625, 353.892333984375, 1088.362548828125, 631.3826293945312, 399.3202209472656, 722.4393920898438, 136.08509826660156, 741.93798828125, 2152.12255859375, 661.4072875976562, 381.27899169921875, 1544.145263671875, 1246.6607666015625, 441.5137939453125, 400.3091735839844, 81.69174194335938, 1997.7398681640625, 5123.78173828125, 3313.596435546875, 1099.5968017578125, 838.45654296875, 1338.3355712890625, 431.25628662109375, 411.2406921386719, 1130.3275146484375, 7588.5771484375, 7787.47998046875, 2870.186279296875, 938.1038818359375, 420.015869140625, 398.9001770019531, 1477.56591796875, 427.9430236816406, 2372.772705078125, 8125.19677734375, 8143.9775390625, 5256.96826171875, 2932.664794921875, 417.51239013671875, 277.7591247558594, 216.62423706054688, 2544.072021484375, 5801.2578125, 8120.958984375, 7437.6943359375, 5241.56884765625, 589.3433227539062, 499.04132080078125, 972.3009033203125, 369.0594177246094, 457.05596923828125, 274.1033630371094, 2568.868896484375, 3120.59228515625, 6281.7041015625, 8154.630859375, 7721.36572265625, 4673.32861328125, 3177.019775390625, 460.1907653808594, 676.623291015625, 1379.09130859375, 4065.519775390625, 4944.2060546875, 3247.6318359375, 2772.891845703125, 4673.10009765625, 4307.6611328125, 4711.87353515625, 3077.640380859375, 2463.761474609375, 1175.4322509765625, 1855.2613525390625, 408.9624328613281, 3396.3759765625, 4338.470703125, 2147.360595703125, 572.7320556640625, 4432.97412109375, 2067.244384765625, 449.59698486328125, 520.8522338867188, 861.2586059570312, 1180.2861328125, 2375.688232421875, 3665.441162109375, 2751.26318359375, 1777.6746826171875, 3135.3984375, 762.7952880859375, 572.4839477539062, 763.7806396484375, 1141.40673828125, 328.72003173828125, 881.7945556640625, 747.927490234375, 2768.094970703125, 2340.533203125, 510.77947998046875, 893.1826782226562, 430.0127258300781, 867.2919311523438, 568.0296020507812, 1067.4915771484375, 637.4673461914062, 1686.6549072265625, 1949.9766845703125, 751.4085083007812, 506.53253173828125, 477.96221923828125, 1087.706298828125, 321.0559387207031, 745.7960205078125, 363.9198303222656, 446.33416748046875, 727.0021362304688, 760.8263549804688, 381.5211486816406, 321.6505126953125, 540.5939331054688, 609.5858764648438]\n", - "155\n", - "2649\n", - "6\n", - "[592.8289184570312, 764.0621337890625, 2765.832763671875, 309.1225280761719, 726.5545654296875, 568.5260620117188]\n", - "6\n", - "2650\n", - "4\n", - "[4075.067626953125, 4016.09033203125, 8217.5380859375, 30356.5859375]\n", - "4\n", - "2651\n", - "15\n", - "[501.40802001953125, 561.8145751953125, 1815.561767578125, 2157.8291015625, 371.92987060546875, 354.2923278808594, 1838.024658203125, 1865.2808837890625, 681.795654296875, 1732.532470703125, 746.6307373046875, 820.7069702148438, 350.6125183105469, 384.8699645996094, 600.519775390625]\n", - "15\n", - "2652\n", - "4\n", - "[3332.54345703125, 5869.97802734375, 1618.885009765625, 1288.6732177734375]\n", - "4\n", - "2653\n", - "21\n", - "[578.699951171875, 694.4996337890625, 1821.691650390625, 2818.275634765625, 2049.556396484375, 1331.6533203125, 1981.3701171875, 2740.808837890625, 2810.410400390625, 1959.9315185546875, 849.6870727539062, 1480.5771484375, 1572.6807861328125, 1273.1700439453125, 925.1712036132812, 556.4843139648438, 846.1680908203125, 571.1804809570312, 392.3384704589844, 1014.8226318359375, 574.126220703125]\n", - "21\n", - "2654\n", - "15\n", - "[596.7128295898438, 2234.204833984375, 3087.7021484375, 3602.620361328125, 1379.3829345703125, 576.2407836914062, 438.10748291015625, 646.0289306640625, 1124.2679443359375, 3317.563232421875, 2441.205322265625, 571.9070434570312, 724.1693725585938, 428.6914367675781, 432.8872985839844]\n", - "15\n", - "2655\n", - "9\n", - "[1237.103271484375, 2071.046142578125, 1846.272705078125, 952.7852172851562, 592.2907104492188, 421.57684326171875, 542.6928100585938, 464.08135986328125, 576.55126953125]\n", - "9\n", - "2656\n", - "9\n", - "[645.4483642578125, 336.649169921875, 422.25067138671875, 321.84979248046875, 1920.929931640625, 707.2621459960938, 373.6058044433594, 387.4898986816406, 547.0404052734375]\n", - "9\n", - "2657\n", - "9\n", - "[342.7020263671875, 652.3438110351562, 1424.2374267578125, 1869.6502685546875, 345.4991149902344, 317.5080871582031, 733.1102905273438, 857.5311279296875, 2115.638427734375]\n", - "9" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2658\n", - "16\n", - "[501.95556640625, 545.5209350585938, 1011.3070678710938, 780.5526123046875, 396.36553955078125, 601.3779907226562, 653.0535888671875, 732.797119140625, 3190.698974609375, 639.2635498046875, 464.69720458984375, 612.4413452148438, 418.6055603027344, 442.666259765625, 517.6707763671875, 1002.2559814453125]\n", - "16\n", - "2659\n", - "11\n", - "[633.8768310546875, 620.1963500976562, 2203.978271484375, 2232.041748046875, 1401.7498779296875, 2176.832275390625, 697.7289428710938, 1703.1732177734375, 1311.94140625, 552.91162109375, 478.94781494140625]\n", - "11\n", - "2660\n", - "9\n", - "[388.4888000488281, 939.0645141601562, 461.4482421875, 1066.40869140625, 935.1139526367188, 801.2468872070312, 732.8941040039062, 345.4548645019531, 389.3955078125]\n", - "9\n", - "2661\n", - "11\n", - "[780.0618896484375, 769.5530395507812, 733.6639404296875, 1026.7706298828125, 1466.9158935546875, 328.2902526855469, 667.7045288085938, 1078.2310791015625, 3998.17333984375, 1781.0965576171875, 324.9773254394531]\n", - "11\n", - "2662\n", - "5\n", - "[778.9103393554688, 1609.9896240234375, 3026.81591796875, 2490.6416015625, 306.3946228027344]\n", - "5\n", - "2663\n", - "8\n", - "[601.5316772460938, 693.7298583984375, 1187.389404296875, 888.83935546875, 450.15179443359375, 571.1467895507812, 1065.0736083984375, 505.043212890625]\n", - "8\n", - "2664\n", - "6\n", - "[844.3820190429688, 503.5984191894531, 1403.85107421875, 2431.43994140625, 649.91259765625, 673.9939575195312]\n", - "6\n", - "2665\n", - "5\n", - "[771.9105224609375, 1723.3729248046875, 1976.263671875, 2037.4005126953125, 669.4718017578125]\n", - "5\n", - "2666\n", - "12\n", - "[452.75457763671875, 731.3504028320312, 1900.8936767578125, 1728.822265625, 573.1884765625, 3020.453857421875, 3590.11328125, 2526.5517578125, 1045.1807861328125, 3687.858642578125, 770.540771484375, 352.3668518066406]\n", - "12\n", - "2667\n", - "5\n", - "[1648.7984619140625, 1809.823486328125, 1676.14892578125, 576.957275390625, 1387.5850830078125]\n", - "5\n", - "2668\n", - "9\n", - "[851.4468383789062, 1009.99560546875, 369.8968200683594, 641.2432250976562, 810.3236694335938, 833.6404418945312, 1758.9144287109375, 2170.010009765625, 1032.9090576171875]\n", - "9\n", - "2669\n", - "6\n", - "[885.239013671875, 1419.0914306640625, 1088.813720703125, 782.791748046875, 1348.51611328125, 766.3851928710938]\n", - "6\n", - "2670\n", - "19\n", - "[1350.097412109375, 4681.59912109375, 4066.388671875, 3264.260498046875, 6162.10205078125, 4788.7099609375, 2527.8642578125, 500.2139587402344, 329.5750427246094, 2036.796875, 4511.03759765625, 5539.29736328125, 2668.81396484375, 838.2142333984375, 1439.868408203125, 4939.1044921875, 1178.57275390625, 507.0496520996094, 1080.0396728515625]\n", - "19\n", - "2671\n", - "17\n", - "[650.2724609375, 2533.005126953125, 3147.029541015625, 1484.593505859375, 843.4107666015625, 2938.4794921875, 3738.115234375, 1945.438232421875, 771.3531494140625, 1164.6474609375, 1338.033203125, 1185.2115478515625, 911.3040771484375, 398.45166015625, 317.54632568359375, 319.976318359375, 403.0141906738281]\n", - "17\n", - "2672\n", - "8\n", - "[330.09002685546875, 653.10107421875, 814.56982421875, 746.1739501953125, 1293.8563232421875, 967.6851806640625, 767.491943359375, 323.9465637207031]\n", - "8\n", - "2673\n", - "25\n", - "[445.35296630859375, 2281.2783203125, 634.507080078125, 603.8765869140625, 468.16192626953125, 481.38275146484375, 859.513916015625, 2136.185791015625, 323.0692138671875, 357.46771240234375, 343.0500793457031, 708.8018798828125, 761.7413330078125, 496.0434875488281, 3461.61767578125, 1168.1561279296875, 739.245361328125, 797.2618408203125, 2845.96923828125, 524.2243041992188, 695.5623168945312, 594.3489990234375, 716.552978515625, 1244.9754638671875, 727.4176635742188]\n", - "25\n", - "2674\n", - "6\n", - "[1174.9991455078125, 1249.27783203125, 3132.456298828125, 1192.8367919921875, 1707.2493896484375, 375.23388671875]\n", - "6\n", - "2675\n", - "10\n", - "[411.24761962890625, 1022.8527221679688, 517.7177734375, 3097.545166015625, 2721.55810546875, 512.8848266601562, 952.3782958984375, 1374.3558349609375, 2920.16796875, 1348.96875]\n", - "10\n", - "2676\n", - "9\n", - "[486.6744079589844, 322.85687255859375, 1491.9146728515625, 1684.7061767578125, 390.2901611328125, 1438.231201171875, 850.9853515625, 325.0956115722656, 412.5939025878906]\n", - "9\n", - "2677\n", - "8\n", - "[787.3440551757812, 351.5115051269531, 380.07220458984375, 988.7379150390625, 856.7269897460938, 947.4205322265625, 1656.0560302734375, 1776.60498046875]\n", - "8\n", - "2678\n", - "27\n", - "[368.3558349609375, 469.4659729003906, 731.40869140625, 1374.9744873046875, 721.864013671875, 310.85235595703125, 614.2132568359375, 1047.76611328125, 601.2779541015625, 1841.382080078125, 2181.486328125, 1447.461669921875, 916.568603515625, 1469.3131103515625, 2751.20654296875, 2736.515380859375, 2206.387939453125, 1998.13427734375, 1067.5701904296875, 342.7866516113281, 1539.892578125, 2373.690673828125, 2660.962890625, 1727.3851318359375, 500.83001708984375, 1024.113037109375, 562.2500610351562]\n", - "27\n", - "2679\n", - "6\n", - "[727.971923828125, 809.6196899414062, 458.9850769042969, 2432.800048828125, 3318.896484375, 447.4347839355469]\n", - "6\n", - "2680\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[372.034423828125, 901.5488891601562, 2244.084228515625, 536.4514770507812, 333.1143493652344, 1300.6307373046875, 2547.423583984375, 1646.23779296875]\n", - "8\n", - "2681\n", - "38\n", - "[1231.392333984375, 340.5152587890625, 658.65234375, 432.14013671875, 303.72711181640625, 386.6749572753906, 395.8913879394531, 415.1159362792969, 402.8473815917969, 1364.12939453125, 1856.0506591796875, 4005.705810546875, 2822.6015625, 1399.94140625, 2379.880126953125, 2344.65234375, 3993.7158203125, 2725.965576171875, 5327.2802734375, 1366.630126953125, 729.0914306640625, 2799.544189453125, 5038.0439453125, 4701.86279296875, 3806.05126953125, 1296.2510986328125, 400.9746398925781, 444.5997619628906, 3206.17529296875, 1747.0643310546875, 1717.4276123046875, 2369.888427734375, 572.9144287109375, 579.4227905273438, 1280.4281005859375, 635.4093017578125, 1131.76953125, 1093.3095703125]\n", - "38\n", - "2682\n", - "20\n", - "[978.0074462890625, 699.3126220703125, 332.53997802734375, 735.772216796875, 434.2862854003906, 602.49560546875, 393.333251953125, 782.5895385742188, 1129.218505859375, 783.18310546875, 956.6883544921875, 1233.26806640625, 367.9885559082031, 1311.0543212890625, 571.9116821289062, 736.2385864257812, 830.69287109375, 560.5570678710938, 408.7364501953125, 668.7432250976562]\n", - "20\n", - "2683\n", - "46\n", - "[494.44378662109375, 871.6425170898438, 325.9686584472656, 485.8844909667969, 448.3019714355469, 518.3344116210938, 697.8796997070312, 705.6532592773438, 701.92529296875, 401.0081481933594, 619.4061889648438, 610.4776611328125, 1499.358642578125, 1700.51806640625, 2116.562744140625, 1602.898681640625, 1957.037841796875, 4034.23779296875, 3612.576171875, 3660.30126953125, 3049.566162109375, 3694.239013671875, 1168.3663330078125, 301.9894104003906, 650.35693359375, 2198.69873046875, 3731.013916015625, 3512.197021484375, 3201.82470703125, 3541.16796875, 617.7297973632812, 934.5261840820312, 1009.3736572265625, 1301.814208984375, 1613.297119140625, 2545.474609375, 3526.906982421875, 1771.288330078125, 918.01318359375, 369.3115234375, 1752.1573486328125, 2407.735595703125, 1201.3980712890625, 366.37225341796875, 659.927978515625, 469.4471130371094]\n", - "46\n", - "2684\n", - "56\n", - "[562.8118286132812, 464.0490417480469, 361.7684326171875, 337.80633544921875, 643.7631225585938, 377.0581359863281, 676.2125244140625, 862.240234375, 1257.71337890625, 1030.200927734375, 2147.44091796875, 2363.65185546875, 1734.7081298828125, 1446.71826171875, 436.1395263671875, 656.105224609375, 1695.215576171875, 1142.59814453125, 431.5107727050781, 2582.728759765625, 1028.5308837890625, 2236.405517578125, 2030.526123046875, 1628.6763916015625, 637.4569091796875, 1960.9986572265625, 3248.7099609375, 3152.7763671875, 1054.603759765625, 2238.771728515625, 2982.964111328125, 3441.003173828125, 3367.435546875, 2197.66845703125, 2104.70458984375, 2712.98193359375, 3375.689453125, 2327.584716796875, 1373.07666015625, 386.6044921875, 717.5380249023438, 945.7576904296875, 2291.60986328125, 730.96142578125, 1422.1007080078125, 207.1607208251953, 842.147705078125, 556.8203735351562, 673.3908081054688, 954.656005859375, 441.0608215332031, 355.7177429199219, 657.938232421875, 397.3691101074219, 577.3016357421875, 395.4398498535156]\n", - "56\n", - "2685\n", - "7\n", - "[489.5678405761719, 725.76123046875, 1176.316650390625, 348.5630798339844, 1644.726806640625, 1018.4954833984375, 511.6771240234375]\n", - "7\n", - "2686\n", - "9\n", - "[458.4355773925781, 840.0548706054688, 2452.4990234375, 930.971923828125, 563.8397216796875, 1995.89453125, 2217.365234375, 1119.5924072265625, 1003.6416625976562]\n", - "9\n", - "2687\n", - "12\n", - "[368.7133483886719, 1724.3197021484375, 696.0738525390625, 984.1991577148438, 2116.001953125, 4317.83154296875, 1951.0289306640625, 541.3541259765625, 425.29339599609375, 1070.027099609375, 1383.5836181640625, 879.7706298828125]\n", - "12\n", - "2688\n", - "15\n", - "[1372.0345458984375, 558.4592895507812, 1179.6644287109375, 1787.6839599609375, 1742.3223876953125, 2178.545654296875, 1190.419189453125, 318.3187255859375, 973.1509399414062, 579.02587890625, 638.0518188476562, 1001.9382934570312, 471.0068359375, 313.3538818359375, 653.4252319335938]\n", - "15\n", - "2689\n", - "68\n", - "[2099.534912109375, 3943.682861328125, 572.5372314453125, 1434.4033203125, 5542.0927734375, 1654.849365234375, 4004.662353515625, 2225.894287109375, 2234.70849609375, 3530.25830078125, 4929.4677734375, 1938.2978515625, 8408.091796875, 3301.744140625, 1368.4669189453125, 2962.539306640625, 4477.232421875, 5319.88916015625, 6862.65673828125, 10679.0947265625, 4111.6728515625, 672.769775390625, 996.6730346679688, 3858.372802734375, 4972.90673828125, 9201.404296875, 7327.93017578125, 8318.2041015625, 10667.0048828125, 7826.79150390625, 4410.853515625, 1286.1790771484375, 491.2610778808594, 4665.58251953125, 6516.015625, 7277.19384765625, 8111.630859375, 10448.41796875, 10514.658203125, 10305.9990234375, 5887.91162109375, 1732.420166015625, 1061.02880859375, 4418.8330078125, 5039.42529296875, 6721.8935546875, 8562.0576171875, 10550.00390625, 8473.2197265625, 9788.5224609375, 3255.90234375, 1232.913818359375, 4852.11181640625, 4189.74951171875, 3126.55859375, 6381.48681640625, 7180.388671875, 6025.4375, 3139.72314453125, 432.7983703613281, 3175.6884765625, 3629.074462890625, 3388.812255859375, 1019.473876953125, 892.6972045898438, 2497.68310546875, 1953.5994873046875, 640.4717407226562]\n", - "68\n", - "2690\n", - "21\n", - "[409.5158996582031, 2539.671875, 1556.27734375, 381.10906982421875, 352.5356140136719, 861.8343505859375, 345.1520080566406, 2104.661865234375, 3319.4755859375, 1926.9329833984375, 2124.337646484375, 1879.93701171875, 1171.54736328125, 409.56005859375, 644.8013916015625, 2723.42822265625, 1773.057373046875, 853.9961547851562, 731.6701049804688, 608.3323974609375, 1121.193115234375]\n", - "21\n", - "2691\n", - "36\n", - "[511.5581970214844, 907.2477416992188, 542.094482421875, 1789.134033203125, 2099.066650390625, 643.30810546875, 2099.6181640625, 695.2850952148438, 340.1833801269531, 723.5938110351562, 5917.99658203125, 7018.5322265625, 3819.66064453125, 543.0997314453125, 430.0355529785156, 4553.7138671875, 7265.4677734375, 4044.036865234375, 873.7048950195312, 633.94970703125, 1109.24560546875, 3677.979736328125, 4046.9287109375, 1068.596435546875, 827.9539184570312, 1362.7696533203125, 326.3526306152344, 1298.526123046875, 3988.016845703125, 1841.55712890625, 1335.60986328125, 991.3150634765625, 872.1275634765625, 909.0142822265625, 476.7500305175781, 920.1131591796875]\n", - "36\n", - "2692\n", - "34\n", - "[620.067138671875, 545.0501708984375, 437.0006103515625, 1360.9952392578125, 752.8417358398438, 333.64605712890625, 1562.25537109375, 1980.138916015625, 1885.62451171875, 1315.07177734375, 306.045166015625, 928.6638793945312, 1951.296630859375, 1590.296630859375, 1613.610595703125, 1234.2430419921875, 949.8236083984375, 1702.7469482421875, 1462.6444091796875, 1717.4290771484375, 949.0482788085938, 337.9609069824219, 324.00689697265625, 913.0453491210938, 1188.7362060546875, 868.2215576171875, 735.7283325195312, 938.5736083984375, 749.9379272460938, 693.5570678710938, 547.7928466796875, 435.638916015625, 517.6469116210938]\n", - "33\n", - "2693\n", - "12\n", - "[1396.7586669921875, 2249.25830078125, 2106.66748046875, 1014.5929565429688, 817.9618530273438, 449.6158447265625, 391.4242248535156, 1830.95263671875, 1568.6729736328125, 954.9563598632812, 840.519775390625, 877.1117553710938]\n", - "12\n", - "2694\n", - "51\n", - "[468.466064453125, 1330.8262939453125, 1581.9879150390625, 1693.06982421875, 2584.365966796875, 533.4773559570312, 1363.678955078125, 951.6116943359375, 1519.55029296875, 484.33648681640625, 1769.786376953125, 3017.236328125, 4422.521484375, 4716.88671875, 563.2090454101562, 580.8064575195312, 2530.015869140625, 2210.321044921875, 1454.03662109375, 3372.72412109375, 1650.1654052734375, 3262.319580078125, 5050.56689453125, 3890.20703125, 2402.9111328125, 760.5172729492188, 1811.5958251953125, 5016.1337890625, 5272.34130859375, 1835.0684814453125, 2862.968017578125, 5412.24609375, 4003.63671875, 1081.5269775390625, 3741.57666015625, 3485.34130859375, 2796.65869140625, 3657.1279296875, 2098.34765625, 2494.2958984375, 3898.824951171875, 2298.7373046875, 746.7858276367188, 4858.083984375, 3712.578857421875, 937.0845336914062, 2430.51513671875, 1368.5157470703125, 1397.83544921875, 3862.9189453125, 376.719970703125]\n", - "51\n", - "2695\n", - "10\n", - "[304.831787109375, 1333.601806640625, 678.3328857421875, 344.77239990234375, 2509.1298828125, 339.8377685546875, 473.2557373046875, 1308.5550537109375, 616.6571044921875, 948.2832641601562]\n", - "10\n", - "2696\n", - "11\n", - "[509.05389404296875, 474.0191345214844, 563.8400268554688, 323.8323669433594, 835.5467529296875, 549.5390014648438, 482.736328125, 1001.1948852539062, 425.556640625, 1467.6287841796875, 1416.2431640625]\n", - "11\n", - "2697\n", - "21\n", - "[776.327880859375, 937.324951171875, 1676.8858642578125, 1729.7821044921875, 2674.5341796875, 612.0259399414062, 358.2132873535156, 722.7938842773438, 779.1747436523438, 1187.9853515625, 592.7174072265625, 483.24261474609375, 524.24853515625, 1032.6461181640625, 382.0660705566406, 959.8575439453125, 851.25390625, 443.5389404296875, 1518.3944091796875, 768.9188232421875, 1461.438720703125]\n", - "21\n", - "2698\n", - "9\n", - "[522.7120361328125, 748.5358276367188, 2203.02685546875, 1910.052734375, 550.1845703125, 567.1702270507812, 1784.1358642578125, 1437.9237060546875, 721.5484008789062]\n", - "9\n", - "2699\n", - "15\n", - "[943.507568359375, 628.25, 792.6939697265625, 343.0829162597656, 1173.037109375, 1373.224609375, 564.05078125, 616.2938842773438, 511.4269104003906, 326.3732604980469, 1564.318603515625, 4058.1796875, 1667.1043701171875, 814.564208984375, 403.631591796875]\n", - "15\n", - "2700\n", - "5\n", - "[365.49609375, 863.3204345703125, 1033.0177001953125, 2906.112548828125, 414.1201477050781]\n", - "5\n", - "2701\n", - "7\n", - "[843.8307495117188, 1920.144287109375, 978.7758178710938, 497.7604675292969, 636.3282470703125, 2101.270263671875, 714.8496704101562]\n", - "7\n", - "2702\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[448.71356201171875, 856.3894653320312, 2071.801025390625, 2011.9521484375, 1384.222412109375, 651.5897827148438, 592.281982421875]\n", - "7\n", - "2703\n", - "4\n", - "[2420.179931640625, 1076.1585693359375, 1573.87255859375, 792.296875]\n", - "4\n", - "2704\n", - "19\n", - "[521.5115356445312, 1180.33642578125, 2046.5362548828125, 475.1315002441406, 2072.724365234375, 5672.99853515625, 4811.34423828125, 3412.562744140625, 392.0516052246094, 2030.90234375, 4963.43603515625, 4520.37353515625, 1177.5506591796875, 3398.585693359375, 4756.17626953125, 1614.3133544921875, 1191.64306640625, 1996.5633544921875, 2098.026611328125]\n", - "19\n", - "2705\n", - "6\n", - "[467.3201904296875, 1322.395751953125, 2627.764404296875, 2975.094970703125, 3642.10888671875, 1658.87890625]\n", - "6\n", - "2706\n", - "47\n", - "[343.3715515136719, 1661.1661376953125, 554.707275390625, 443.49981689453125, 608.2974853515625, 1106.3988037109375, 2417.353759765625, 1424.78564453125, 508.4924621582031, 1456.4898681640625, 1007.7807006835938, 339.83392333984375, 1569.3646240234375, 2203.08544921875, 1588.396484375, 2208.50732421875, 3855.001220703125, 2610.521240234375, 1573.0684814453125, 820.0257568359375, 308.56378173828125, 1593.6380615234375, 349.0381164550781, 2954.1884765625, 4446.48828125, 4473.37548828125, 4329.99755859375, 3545.85107421875, 1357.75634765625, 1295.4468994140625, 1735.4091796875, 2152.561767578125, 3622.11669921875, 4175.06005859375, 4430.60595703125, 3061.88623046875, 472.06829833984375, 556.74853515625, 1355.636474609375, 2007.950439453125, 2796.124267578125, 310.8174743652344, 2713.365234375, 1703.7325439453125, 306.476318359375, 743.3997802734375, 603.9840087890625]\n", - "47\n", - "2707\n", - "28\n", - "[1077.6962890625, 477.03424072265625, 988.503662109375, 3900.9013671875, 1114.5089111328125, 1893.846923828125, 2648.664306640625, 1866.0635986328125, 3587.721923828125, 1554.7052001953125, 1657.40380859375, 820.918212890625, 4429.20263671875, 3245.557861328125, 2855.17431640625, 4800.70556640625, 954.3087768554688, 2014.566162109375, 6980.90966796875, 8140.79248046875, 4194.5048828125, 825.3064575195312, 1178.8013916015625, 1172.9083251953125, 5634.8642578125, 5186.4482421875, 740.7296752929688, 620.7313232421875]\n", - "28\n", - "2708\n", - "61\n", - "[1323.4083251953125, 335.7326354980469, 422.0866394042969, 432.699462890625, 519.916259765625, 531.5214233398438, 341.30194091796875, 318.1396789550781, 1561.944580078125, 1810.3604736328125, 1049.7786865234375, 1051.64501953125, 785.5769653320312, 2054.34375, 2323.163330078125, 1237.57275390625, 885.3580322265625, 647.3217163085938, 1242.6976318359375, 3069.41064453125, 3026.30029296875, 2630.23095703125, 3078.2421875, 2479.3115234375, 984.9688110351562, 449.1296691894531, 1844.0577392578125, 3137.560546875, 3549.15283203125, 2334.31298828125, 2825.968017578125, 2472.4423828125, 475.63201904296875, 742.9110107421875, 1781.3140869140625, 1434.3502197265625, 2463.469970703125, 2658.87353515625, 3022.67138671875, 2083.671630859375, 1080.5728759765625, 419.1279296875, 1446.3035888671875, 2654.967041015625, 1132.1297607421875, 758.5376586914062, 2141.664306640625, 1192.3997802734375, 1022.6282958984375, 304.06085205078125, 1371.2880859375, 1745.865234375, 416.3395690917969, 855.3711547851562, 884.0694580078125, 399.80938720703125, 925.450439453125, 1680.092529296875, 613.9354858398438, 955.2041015625, 911.3938598632812]\n", - "61\n", - "2709\n", - "60\n", - "[471.4874267578125, 352.6195373535156, 669.2874755859375, 989.6936645507812, 2183.30859375, 320.39990234375, 1459.945556640625, 543.4788818359375, 3263.13037109375, 3100.764892578125, 3065.865966796875, 1090.6771240234375, 832.6173706054688, 1240.037353515625, 3236.55908203125, 2746.916015625, 3655.981689453125, 1519.499267578125, 2233.595458984375, 2489.76416015625, 578.6173095703125, 458.0851745605469, 1661.9945068359375, 3365.92919921875, 4384.0537109375, 4756.30419921875, 4328.56005859375, 4003.21142578125, 2383.693359375, 579.6511840820312, 402.2255859375, 1144.7275390625, 2735.134033203125, 3018.737548828125, 3458.11865234375, 5580.75146484375, 5482.76220703125, 3834.08203125, 1285.8106689453125, 348.42108154296875, 2181.978515625, 915.8614501953125, 2813.1708984375, 5573.029296875, 4354.822265625, 3352.63427734375, 550.8041381835938, 3105.0390625, 343.623779296875, 1319.681884765625, 1089.466796875, 716.1575927734375, 3145.79443359375, 964.0427856445312, 345.62841796875, 418.77984619140625, 432.8755187988281, 422.1209716796875, 829.919189453125]\n", - "59\n", - "2710\n", - "11\n", - "[582.9196166992188, 1058.49951171875, 4910.30908203125, 2342.933349609375, 1221.44384765625, 4448.04541015625, 301.1403503417969, 4034.88623046875, 3463.411376953125, 1802.226318359375, 1846.1461181640625]\n", - "11\n", - "2711\n", - "8\n", - "[558.6066284179688, 3154.47265625, 3368.05712890625, 352.9155578613281, 1487.7432861328125, 1564.390625, 358.4045715332031, 1084.1898193359375]\n", - "8\n", - "2712\n", - "9\n", - "[1113.5972900390625, 327.56182861328125, 461.2411804199219, 2432.15625, 1530.4576416015625, 1191.08837890625, 427.41168212890625, 448.0862731933594, 671.08251953125]\n", - "9\n", - "2713\n", - "9\n", - "[316.2552795410156, 1562.365478515625, 1155.534912109375, 379.2030029296875, 1366.898681640625, 3213.764892578125, 1269.507568359375, 393.4353942871094, 851.8474731445312]\n", - "9\n", - "2714\n", - "18\n", - "[358.15606689453125, 1944.4256591796875, 460.37823486328125, 310.3443908691406, 571.3983764648438, 814.2352905273438, 808.2610473632812, 1360.355712890625, 559.5068359375, 511.52252197265625, 594.399658203125, 930.7676391601562, 633.2756958007812, 407.0210876464844, 1424.295654296875, 698.0292358398438, 1131.7333984375, 1089.869873046875]\n", - "18\n", - "2715\n", - "22\n", - "[666.375732421875, 325.67510986328125, 1969.1746826171875, 2897.051025390625, 544.5872192382812, 2902.437255859375, 4383.80126953125, 2139.718017578125, 363.953125, 6754.35302734375, 4297.2939453125, 4485.5478515625, 7627.6123046875, 2051.108642578125, 2136.408935546875, 3312.271484375, 6530.5966796875, 3757.4033203125, 2233.467041015625, 365.11083984375, 403.8568420410156, 421.7149963378906]\n", - "22\n", - "2716\n", - "2\n", - "[3726.704345703125, 1415.4384765625]\n", - "2\n", - "2717\n", - "6\n", - "[903.1044921875, 820.6648559570312, 369.6204833984375, 1088.71337890625, 1639.6011962890625, 396.2668762207031]\n", - "6\n", - "2718\n", - "30\n", - "[2396.875, 1603.4744873046875, 740.7935180664062, 2945.163818359375, 1092.07666015625, 699.0611572265625, 1549.4305419921875, 849.9154663085938, 1093.55810546875, 987.0712280273438, 1674.3125, 369.4007568359375, 2276.790283203125, 1117.298828125, 2131.080078125, 769.35693359375, 615.7603759765625, 1098.1978759765625, 1291.1627197265625, 416.78778076171875, 700.0194091796875, 844.166259765625, 352.47454833984375, 1562.637451171875, 1111.3731689453125, 548.3518676757812, 401.0152282714844, 920.8604736328125, 559.9827270507812, 1369.306884765625]\n", - "30\n", - "2719\n", - "57\n", - "[841.6307373046875, 513.3648071289062, 1928.158935546875, 308.5140686035156, 378.7917175292969, 616.644775390625, 775.3784790039062, 332.7705993652344, 311.2296447753906, 1057.5513916015625, 411.19500732421875, 426.27447509765625, 689.813720703125, 1450.304443359375, 424.517333984375, 2319.162841796875, 2704.871337890625, 2050.0087890625, 497.0713195800781, 487.8622741699219, 1926.6654052734375, 5789.109375, 6103.669921875, 4379.5068359375, 315.5506286621094, 431.5299377441406, 469.3723449707031, 584.8565063476562, 318.362060546875, 1679.866943359375, 6335.93994140625, 7844.18212890625, 5566.958984375, 3076.187255859375, 1293.3358154296875, 467.5832824707031, 844.9133911132812, 735.0760498046875, 3741.1533203125, 5435.49267578125, 4079.490966796875, 898.9375, 366.4837341308594, 1579.3505859375, 464.54022216796875, 1083.357421875, 534.9696655273438, 321.75653076171875, 339.7512512207031, 374.5745849609375, 1121.271728515625, 1177.364501953125, 957.7857666015625, 423.67071533203125, 412.8004150390625, 384.8538818359375, 853.491455078125]\n", - "57\n", - "2720\n", - "27\n", - "[695.2962036132812, 354.81829833984375, 483.9022521972656, 1645.9761962890625, 1319.2764892578125, 348.95208740234375, 497.0368957519531, 1247.01220703125, 1034.107666015625, 2081.33642578125, 3744.383056640625, 1861.7122802734375, 384.8267822265625, 523.5906982421875, 677.2639770507812, 1114.30419921875, 464.84716796875, 2002.39990234375, 2091.4365234375, 547.9971313476562, 2049.912353515625, 1209.3763427734375, 303.02484130859375, 759.70947265625, 545.17919921875, 894.1922607421875, 388.5660095214844]\n", - "27\n", - "2721\n", - "14\n", - "[903.9595336914062, 456.570556640625, 1111.921630859375, 848.7464599609375, 527.0311889648438, 1216.74609375, 1445.4954833984375, 430.1142883300781, 884.698974609375, 1215.2137451171875, 2002.5269775390625, 2431.080810546875, 357.301513671875, 425.7628479003906]\n", - "14\n", - "2722\n", - "14\n", - "[379.1414794921875, 354.43023681640625, 1091.8060302734375, 744.83154296875, 497.6429138183594, 1752.146728515625, 2427.722412109375, 403.75213623046875, 1356.3316650390625, 2430.32470703125, 744.30126953125, 1012.0980834960938, 1374.5089111328125, 360.3415832519531]\n", - "14\n", - "2723\n", - "10\n", - "[621.39892578125, 593.0419311523438, 609.0770263671875, 487.4767761230469, 799.7393188476562, 309.6932373046875, 380.8681640625, 432.5822448730469, 631.3162841796875, 923.4404907226562]\n", - "10\n", - "2724\n", - "13\n", - "[485.9830017089844, 615.970947265625, 3637.068603515625, 3429.635009765625, 874.7728881835938, 743.4695434570312, 1569.6988525390625, 4451.73388671875, 1895.6796875, 1192.1025390625, 338.8868713378906, 575.2046508789062, 326.298583984375]\n", - "13\n", - "2725\n", - "28\n", - "[841.7772827148438, 2234.437255859375, 1409.8780517578125, 497.71807861328125, 4175.48388671875, 4890.470703125, 4862.45751953125, 3296.392578125, 1142.68798828125, 4209.04541015625, 2903.318359375, 4534.1376953125, 5429.333984375, 2397.460205078125, 1591.13671875, 2396.379150390625, 4365.04150390625, 3246.201171875, 3349.0166015625, 602.1870727539062, 331.13372802734375, 461.86700439453125, 987.1053466796875, 1637.448974609375, 387.09637451171875, 334.7267761230469, 984.1641235351562, 467.0657958984375]\n", - "28\n", - "2726\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "26\n", - "[596.3244018554688, 487.31549072265625, 728.0836181640625, 1042.9449462890625, 1889.092041015625, 802.7079467773438, 1145.694091796875, 5178.05126953125, 2210.339599609375, 852.1160888671875, 1362.6370849609375, 549.2684936523438, 2965.017822265625, 7066.67529296875, 3573.0146484375, 707.8499145507812, 1058.436279296875, 4242.1171875, 2004.4365234375, 1826.3424072265625, 389.0177307128906, 837.965087890625, 1044.96826171875, 385.552734375, 676.2348022460938, 678.7134399414062]\n", - "26\n", - "2727\n", - "10\n", - "[667.9535522460938, 1254.05224609375, 1146.4615478515625, 3106.104248046875, 2755.86279296875, 1577.4122314453125, 384.24951171875, 2033.99658203125, 2830.89794921875, 532.3353271484375]\n", - "10\n", - "2728\n", - "9\n", - "[433.2658996582031, 373.0958251953125, 1227.005615234375, 360.6697998046875, 473.8401184082031, 1658.135986328125, 731.7384643554688, 924.5819091796875, 2191.25390625]\n", - "9\n", - "2729\n", - "12\n", - "[416.4858703613281, 392.46551513671875, 1682.552978515625, 1723.0181884765625, 657.3480224609375, 1249.116455078125, 309.3706970214844, 5281.86328125, 1438.020751953125, 382.06689453125, 315.7933654785156, 530.2589721679688]\n", - "12\n", - "2730\n", - "5\n", - "[2347.127197265625, 2430.701904296875, 320.81640625, 465.958984375, 1495.9202880859375]\n", - "5\n", - "2731\n", - "12\n", - "[1263.8294677734375, 2262.948974609375, 3144.762939453125, 525.105224609375, 717.8921508789062, 1354.7393798828125, 1410.79638671875, 2576.86474609375, 560.4495239257812, 1255.6639404296875, 366.1755676269531, 1376.5673828125]\n", - "12\n", - "2732\n", - "5\n", - "[1323.4903564453125, 429.8641357421875, 1283.55859375, 1825.17626953125, 304.0303039550781]\n", - "5\n", - "2733\n", - "12\n", - "[425.1934509277344, 540.01611328125, 1634.475341796875, 487.6927185058594, 1855.0001220703125, 1972.196533203125, 1822.813720703125, 546.2149658203125, 718.0341796875, 468.537109375, 517.505615234375, 522.6879272460938]\n", - "12\n", - "2734\n", - "12\n", - "[331.47857666015625, 1837.56982421875, 2052.9130859375, 1736.1383056640625, 1294.645263671875, 2120.396240234375, 1071.7626953125, 1587.6180419921875, 681.4434204101562, 1731.312255859375, 1500.35791015625, 372.9533386230469]\n", - "12\n", - "2735\n", - "15\n", - "[419.2767028808594, 325.6355285644531, 321.5833740234375, 416.21893310546875, 792.5916137695312, 1873.4984130859375, 1032.073486328125, 1600.2432861328125, 3125.260986328125, 1095.371337890625, 1404.505615234375, 502.8778381347656, 568.0421752929688, 328.6241455078125, 413.7834167480469]\n", - "15\n", - "2736\n", - "5\n", - "[1071.643310546875, 703.77783203125, 1073.438720703125, 2043.1605224609375, 1199.001708984375]\n", - "5\n", - "2737\n", - "9\n", - "[2181.17138671875, 497.30804443359375, 318.2980651855469, 382.48370361328125, 5564.900390625, 5811.69287109375, 1447.3538818359375, 350.4621887207031, 945.14990234375]\n", - "9\n", - "2738\n", - "13\n", - "[300.9525451660156, 1570.5211181640625, 560.1343383789062, 395.2521667480469, 690.9852905273438, 2905.465087890625, 1175.670166015625, 1155.8472900390625, 526.7262573242188, 944.3336181640625, 725.9437255859375, 577.4129638671875, 442.99627685546875]\n", - "13\n", - "2739\n", - "12\n", - "[510.522705078125, 2122.460693359375, 771.7991943359375, 3883.165771484375, 4441.37744140625, 2914.20263671875, 507.8157653808594, 887.125, 4162.91162109375, 3576.38134765625, 2175.13134765625, 1594.181640625]\n", - "12\n", - "2740\n", - "8\n", - "[724.8060913085938, 863.9072265625, 438.5582580566406, 958.6085205078125, 1568.4036865234375, 925.2970581054688, 308.8165588378906, 360.2706298828125]\n", - "8\n", - "2741\n", - "18\n", - "[792.4371337890625, 924.2349853515625, 2012.6671142578125, 1960.5482177734375, 771.964599609375, 718.8630981445312, 4166.86328125, 4923.33349609375, 4308.45654296875, 2333.87744140625, 938.143310546875, 591.263427734375, 1489.652587890625, 2257.61669921875, 1511.241455078125, 323.9076843261719, 522.4321899414062, 1006.6219482421875]\n", - "18\n", - "2742\n", - "260\n", - "[375.576171875, 904.491455078125, 442.27752685546875, 428.2782897949219, 1964.5504150390625, 1918.1754150390625, 1055.6260986328125, 659.9461669921875, 493.04571533203125, 886.568603515625, 2433.943115234375, 1865.330078125, 2673.935791015625, 427.7689208984375, 419.6102600097656, 457.5847473144531, 3564.1484375, 1655.7677001953125, 607.1408081054688, 509.6872253417969, 1012.8085327148438, 1104.2772216796875, 4035.531982421875, 6710.470703125, 5633.01416015625, 1920.6029052734375, 527.01318359375, 398.64605712890625, 300.00238037109375, 312.8925476074219, 2562.52294921875, 1059.8521728515625, 3040.296875, 5074.39013671875, 2704.958740234375, 1113.445556640625, 4005.58349609375, 2498.837890625, 1773.3839111328125, 2296.87158203125, 2610.33837890625, 2288.90478515625, 1061.3563232421875, 2113.034912109375, 2999.94580078125, 3940.943359375, 1642.742919921875, 2039.540771484375, 613.796630859375, 664.063232421875, 1145.939208984375, 1985.4896240234375, 3762.85302734375, 5892.17919921875, 7265.7607421875, 6365.45556640625, 4627.81396484375, 6300.9189453125, 7155.19140625, 7156.791015625, 5925.9873046875, 3860.338134765625, 757.1452026367188, 1915.6279296875, 776.86328125, 489.4516296386719, 916.2559204101562, 683.2667846679688, 444.1747131347656, 316.2159118652344, 1157.3194580078125, 3284.140625, 2239.847900390625, 1571.903076171875, 7237.22900390625, 7205.75244140625, 7805.09375, 7711.19775390625, 7236.775390625, 7478.447265625, 7355.38330078125, 6632.05419921875, 6571.576171875, 2561.695068359375, 1013.914794921875, 425.47686767578125, 703.9053344726562, 1230.5740966796875, 2845.971435546875, 1773.52294921875, 509.6404113769531, 872.3704223632812, 1228.7822265625, 3709.506103515625, 7486.84375, 7247.64697265625, 7697.8115234375, 6583.76904296875, 6893.99658203125, 7776.912109375, 7372.7724609375, 6880.47509765625, 6869.67529296875, 6267.54052734375, 5635.41748046875, 5769.990234375, 4657.58740234375, 3687.614501953125, 2219.56640625, 446.9492492675781, 3351.06494140625, 7393.791015625, 7868.5400390625, 7816.7451171875, 7739.97607421875, 7721.19384765625, 6142.47021484375, 7227.95751953125, 7814.8271484375, 6644.0, 6115.27587890625, 6719.39990234375, 4876.76025390625, 2937.08837890625, 671.1998291015625, 351.21478271484375, 430.4220886230469, 824.94482421875, 3846.044677734375, 7664.1220703125, 7829.3359375, 7727.37744140625, 7288.9521484375, 7492.44677734375, 7750.521484375, 7857.1435546875, 6431.19384765625, 6707.8603515625, 5646.814453125, 1645.06689453125, 716.516357421875, 1959.369384765625, 4601.91650390625, 5240.3427734375, 420.6224060058594, 495.1320495605469, 380.63153076171875, 1896.002685546875, 6389.33154296875, 7358.1044921875, 7698.20947265625, 7245.80078125, 7409.7802734375, 7717.541015625, 7727.3857421875, 7888.27734375, 7788.1259765625, 7350.376953125, 3924.74755859375, 1339.0491943359375, 685.5015869140625, 1145.0572509765625, 600.7210083007812, 789.92431640625, 2043.0089111328125, 1250.6776123046875, 1392.635986328125, 1786.5501708984375, 1112.570068359375, 1977.51513671875, 4677.00634765625, 6531.80712890625, 6612.72265625, 7262.66455078125, 7070.623046875, 7524.71875, 7603.85986328125, 7062.5126953125, 3025.134765625, 781.5740356445312, 2535.70068359375, 3378.251953125, 3360.485107421875, 3334.37158203125, 1974.2479248046875, 1024.5872802734375, 700.185791015625, 1510.0882568359375, 4424.91748046875, 5635.89306640625, 5219.57861328125, 3821.587646484375, 6237.50439453125, 6054.01025390625, 6633.255859375, 6191.7822265625, 5145.642578125, 2670.744384765625, 1016.1671142578125, 2767.882568359375, 3280.0078125, 3475.7705078125, 3055.050537109375, 1878.9697265625, 329.3782958984375, 333.1109313964844, 2181.81591796875, 2895.51025390625, 1223.0126953125, 4987.91748046875, 4994.3408203125, 6712.2451171875, 5508.22265625, 3978.635498046875, 5423.677734375, 3571.161376953125, 3692.196044921875, 1318.969482421875, 1169.4449462890625, 2544.59912109375, 1770.2939453125, 300.2430725097656, 302.5796813964844, 475.4283752441406, 2060.816650390625, 1325.7823486328125, 5429.154296875, 6529.53076171875, 1558.8349609375, 1711.4388427734375, 1650.9388427734375, 2573.10693359375, 2041.1485595703125, 2055.342041015625, 928.034423828125, 830.0706787109375, 91.19381713867188, 934.7709350585938, 681.9818115234375, 352.1971130371094, 2395.864501953125, 2372.66796875, 667.3289794921875, 319.5653381347656, 359.36553955078125, 579.4248046875, 1395.73876953125, 936.1030883789062, 419.57598876953125, 1170.385498046875, 683.251953125, 469.0221862792969, 312.3704528808594, 487.4711608886719, 1779.541015625, 316.6140441894531, 1269.857177734375, 3712.94482421875, 1337.032470703125, 375.54730224609375]\n", - "260\n", - "2743\n", - "19\n", - "[355.0522766113281, 384.41790771484375, 732.2283935546875, 1909.9803466796875, 644.2608642578125, 1909.554931640625, 583.2359619140625, 618.5349731445312, 1095.7716064453125, 2246.634521484375, 436.7095031738281, 3374.80859375, 4101.3134765625, 505.0246276855469, 2288.410888671875, 1225.6607666015625, 834.9702758789062, 2097.74462890625, 315.408203125]\n", - "19\n", - "2744\n", - "45\n", - "[1143.2464599609375, 515.8136596679688, 4946.2880859375, 4914.7705078125, 976.99658203125, 1133.0992431640625, 7754.43994140625, 13178.1083984375, 15606.76953125, 7015.392578125, 343.2613830566406, 319.04974365234375, 666.8203735351562, 921.9789428710938, 1152.3671875, 733.218505859375, 1440.796142578125, 14998.9619140625, 15794.8486328125, 12581.9130859375, 9874.232421875, 492.3002014160156, 459.58551025390625, 669.3474731445312, 903.863037109375, 1156.420166015625, 4116.484375, 14057.31640625, 7949.9013671875, 10826.7255859375, 314.8878479003906, 460.97137451171875, 353.9225158691406, 447.8795166015625, 973.783447265625, 5187.2626953125, 4900.45166015625, 3482.017822265625, 866.6481323242188, 485.8945617675781, 2945.89697265625, 1120.685546875, 428.1129455566406, 612.9793090820312, 397.7574768066406]\n", - "45\n", - "2745\n", - "22\n", - "[1483.412841796875, 1980.695556640625, 1917.217529296875, 1813.71435546875, 1741.287841796875, 488.0343017578125, 371.9132080078125, 745.9539184570312, 628.565185546875, 341.7524719238281, 562.1995239257812, 524.43505859375, 544.21044921875, 865.12890625, 1495.734619140625, 2067.293212890625, 2273.4296875, 1701.9676513671875, 686.0454711914062, 495.08624267578125, 364.6903381347656, 435.2307434082031]\n", - "22\n", - "2746\n", - "7\n", - "[1019.329833984375, 1793.561279296875, 485.19427490234375, 2141.8212890625, 5719.03125, 551.2177734375, 4751.4091796875]\n", - "7\n", - "2747\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[1425.90625, 903.024169921875, 1485.4656982421875, 2445.50634765625, 483.25531005859375, 643.372314453125, 2510.512939453125, 1540.1341552734375, 1983.5115966796875, 2029.1058349609375, 417.00555419921875, 768.81494140625, 631.0272827148438]\n", - "13\n", - "2748\n", - "6\n", - "[371.5890197753906, 1773.13427734375, 634.6986694335938, 1295.1861572265625, 1470.9818115234375, 1279.9332275390625]\n", - "6\n", - "2749\n", - "6\n", - "[498.9454650878906, 899.7021484375, 3736.462890625, 692.6599731445312, 618.6978149414062, 1395.935302734375]\n", - "6\n", - "2750\n", - "18\n", - "[454.7839050292969, 1062.7969970703125, 928.7156372070312, 348.35009765625, 556.052490234375, 1355.91748046875, 1636.4935302734375, 463.5918884277344, 1242.01123046875, 5317.83349609375, 6475.80908203125, 3326.03125, 586.6983642578125, 2127.733154296875, 1921.7119140625, 3255.4365234375, 2639.642822265625, 452.5048828125]\n", - "18\n", - "2751\n", - "39\n", - "[418.9618835449219, 406.1531677246094, 476.8721923828125, 646.4616088867188, 925.771728515625, 861.3842163085938, 332.0136413574219, 2144.50244140625, 1346.6920166015625, 452.84930419921875, 1176.8577880859375, 1265.3541259765625, 317.445068359375, 447.4770812988281, 2494.743408203125, 895.5098876953125, 395.93798828125, 1495.037109375, 3668.76953125, 3981.053955078125, 1390.688720703125, 1809.3660888671875, 2958.515869140625, 1818.039794921875, 1300.3729248046875, 467.2524719238281, 1664.03125, 4056.927001953125, 1582.977783203125, 1431.298095703125, 3574.08056640625, 4257.90283203125, 3784.226318359375, 565.2561645507812, 1759.5670166015625, 985.9844970703125, 1499.9595947265625, 307.8915100097656, 311.384765625]\n", - "39\n", - "2752\n", - "6\n", - "[587.7666015625, 2041.831787109375, 1015.910400390625, 453.3470153808594, 669.1512451171875, 675.9725341796875]\n", - "6\n", - "2753\n", - "3\n", - "[474.181396484375, 3681.117919921875, 961.557861328125]\n", - "3\n", - "2754\n", - "9\n", - "[1514.9033203125, 1170.9202880859375, 800.8701782226562, 421.2455749511719, 917.527099609375, 2468.863037109375, 798.4885864257812, 862.9260864257812, 480.4948425292969]\n", - "9\n", - "2755\n", - "10\n", - "[398.26568603515625, 390.90728759765625, 978.1532592773438, 5383.833984375, 733.5342407226562, 822.847900390625, 5458.08544921875, 2075.087158203125, 617.5812377929688, 929.4498901367188]\n", - "10\n", - "2756\n", - "79\n", - "[1219.7872314453125, 605.2548217773438, 592.6502685546875, 1344.364990234375, 1489.0615234375, 1102.3759765625, 971.126708984375, 304.87298583984375, 511.018310546875, 745.037109375, 509.7786560058594, 1632.724365234375, 367.26177978515625, 683.8533325195312, 913.6346435546875, 372.4643859863281, 1501.4228515625, 1545.4825439453125, 393.31427001953125, 1124.953125, 1035.930419921875, 719.5126953125, 514.9552001953125, 1524.555908203125, 732.8470458984375, 1652.6171875, 2036.8878173828125, 419.8257751464844, 1020.7024536132812, 618.3285522460938, 1444.2027587890625, 456.37994384765625, 471.9554443359375, 1683.8985595703125, 1658.993408203125, 1899.635986328125, 460.6104431152344, 1108.5784912109375, 487.7133483886719, 2738.218994140625, 2919.66943359375, 3348.685791015625, 1696.3206787109375, 1974.603271484375, 2696.20068359375, 3185.095458984375, 1010.3303833007812, 970.4404907226562, 5918.328125, 7422.1923828125, 8031.10400390625, 5080.59619140625, 566.2335815429688, 767.7333374023438, 3311.66259765625, 8130.31640625, 8587.0263671875, 4225.986328125, 808.3355712890625, 1299.9405517578125, 4900.57080078125, 5218.26513671875, 6340.08251953125, 327.4500427246094, 682.2722778320312, 1248.1844482421875, 548.1649780273438, 859.04052734375, 461.1490173339844, 1073.188232421875, 4641.72021484375, 648.7932739257812, 595.0304565429688, 360.21673583984375, 1101.7071533203125, 1129.4442138671875, 1509.6580810546875, 507.9884338378906, 640.3583374023438]\n", - "79\n", - "2757\n", - "11\n", - "[357.93212890625, 533.0933227539062, 480.4338073730469, 453.53936767578125, 903.334716796875, 1138.4437255859375, 1255.8375244140625, 430.1717834472656, 511.0722351074219, 3186.494140625, 388.7442932128906]\n", - "11\n", - "2758\n", - "7\n", - "[647.0772094726562, 2509.1611328125, 427.1260070800781, 1900.9573974609375, 2338.04638671875, 314.0550537109375, 421.6123352050781]\n", - "7\n", - "2759\n", - "6\n", - "[428.5736389160156, 1706.6741943359375, 1973.26904296875, 1032.2713623046875, 3066.995361328125, 404.7455749511719]\n", - "6\n", - "2760\n", - "4\n", - "[721.03173828125, 349.0240478515625, 1723.9644775390625, 2885.672119140625]\n", - "4\n", - "2761\n", - "5\n", - "[532.171630859375, 1044.15576171875, 1495.2547607421875, 1710.5167236328125, 1149.4755859375]\n", - "5\n", - "2762\n", - "4\n", - "[4480.6201171875, 1112.51513671875, 1164.42041015625, 340.7799987792969]\n", - "4\n", - "2763\n", - "23\n", - "[1890.782958984375, 469.0351257324219, 368.1099548339844, 703.570068359375, 1024.318359375, 1778.03125, 4850.6943359375, 2810.4912109375, 1337.55078125, 823.3370971679688, 520.24169921875, 1003.3490600585938, 2261.34033203125, 5030.9287109375, 2559.207275390625, 878.4927368164062, 365.60003662109375, 525.9359130859375, 636.61572265625, 397.33905029296875, 1859.0091552734375, 990.312744140625, 317.6056213378906]\n", - "23\n", - "2764\n", - "29\n", - "[1824.656982421875, 759.7924194335938, 787.743896484375, 919.7003784179688, 2151.807861328125, 529.2653198242188, 3368.07373046875, 3974.3427734375, 2772.078125, 2283.376953125, 3667.669921875, 3939.99755859375, 2565.899658203125, 1014.6819458007812, 762.8740234375, 1050.4990234375, 2654.736328125, 1673.1173095703125, 1704.0997314453125, 340.1787109375, 2950.40673828125, 2163.927001953125, 1399.6226806640625, 357.0215759277344, 416.3614196777344, 775.1867065429688, 743.7938232421875, 464.740234375, 612.9813842773438]\n", - "29\n", - "2765\n", - "8\n", - "[438.4559326171875, 1789.109375, 468.9794921875, 587.1508178710938, 2209.3857421875, 333.88519287109375, 923.2722778320312, 413.6911926269531]\n", - "8\n", - "2766\n", - "7\n", - "[387.47833251953125, 736.435791015625, 991.5263061523438, 450.01708984375, 705.1261596679688, 2158.543701171875, 905.1182861328125]\n", - "7\n", - "2767\n", - "8\n", - "[962.6175537109375, 560.7387084960938, 1212.6512451171875, 1126.320556640625, 2202.0537109375, 2337.055908203125, 731.2756958007812, 339.5198669433594]\n", - "8\n", - "2768\n", - "20\n", - "[450.9060363769531, 1154.1224365234375, 1925.7900390625, 769.5833740234375, 420.9277648925781, 1895.927490234375, 1290.8458251953125, 650.0912475585938, 3758.50830078125, 2848.58056640625, 3037.913330078125, 2707.994140625, 4230.10888671875, 4636.7314453125, 2001.58837890625, 3739.6875, 1055.8193359375, 1249.7940673828125, 584.7452392578125, 1355.970703125]\n", - "20\n", - "2769\n", - "27\n", - "[778.9623413085938, 817.1982421875, 879.8223266601562, 433.7107849121094, 1545.539794921875, 497.2093505859375, 1724.509033203125, 809.3920288085938, 1479.7518310546875, 968.265625, 744.605712890625, 1281.052490234375, 1509.2593994140625, 549.4676513671875, 1289.7330322265625, 4188.55224609375, 5008.9775390625, 1483.742431640625, 1149.365478515625, 3897.0693359375, 6020.90087890625, 763.5567626953125, 1458.75, 2319.859619140625, 924.9105224609375, 702.3634643554688, 448.9732971191406]\n", - "27\n", - "2770\n", - "23\n", - "[367.4815368652344, 1540.7313232421875, 1230.6375732421875, 2636.245849609375, 4190.10400390625, 1769.2960205078125, 766.6034545898438, 2052.5927734375, 3649.927978515625, 5833.1796875, 2582.120849609375, 779.3886108398438, 1722.3665771484375, 5384.00439453125, 3542.107666015625, 898.6787719726562, 1411.96923828125, 1282.8404541015625, 490.1229248046875, 411.6541748046875, 584.7406616210938, 495.4721984863281, 706.2944946289062]\n", - "23\n", - "2771\n", - "40\n", - "[679.3284301757812, 2711.72021484375, 451.8956604003906, 468.9245910644531, 1270.6080322265625, 529.81591796875, 2077.765869140625, 1166.9771728515625, 1960.8270263671875, 424.53302001953125, 1326.1649169921875, 581.3343505859375, 2354.9677734375, 1199.499755859375, 1073.1944580078125, 2456.9462890625, 2467.237060546875, 4102.3935546875, 4098.43115234375, 3350.814453125, 1677.7989501953125, 2217.2900390625, 4551.3740234375, 8746.158203125, 9516.0830078125, 4510.53515625, 1447.1593017578125, 301.26025390625, 4211.099609375, 323.6234130859375, 4696.9560546875, 6763.9775390625, 3877.66064453125, 717.133056640625, 492.0004577636719, 300.2344055175781, 2523.776611328125, 3201.194091796875, 494.9591979980469, 2219.8818359375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "40\n", - "2772\n", - "31\n", - "[444.668212890625, 797.5056762695312, 1049.0535888671875, 1702.7943115234375, 494.68817138671875, 558.2767333984375, 511.2543640136719, 345.89239501953125, 352.35345458984375, 570.964111328125, 715.0684814453125, 739.4716796875, 302.11322021484375, 1565.7432861328125, 1200.153564453125, 387.3565673828125, 1269.051025390625, 409.2606201171875, 1623.5028076171875, 586.1253662109375, 1608.3126220703125, 2619.036865234375, 1069.0760498046875, 1601.7576904296875, 1096.9390869140625, 1294.2921142578125, 524.1151123046875, 506.3137512207031, 1598.485595703125, 729.9949951171875, 853.7916259765625]\n", - "31\n", - "2773\n", - "8\n", - "[564.379150390625, 1541.781494140625, 1107.7032470703125, 2609.647216796875, 1157.489013671875, 464.7500915527344, 1331.1822509765625, 922.1825561523438]\n", - "8\n", - "2774\n", - "7\n", - "[1878.3231201171875, 656.5758056640625, 1445.85009765625, 1470.8115234375, 464.1416015625, 443.0292663574219, 968.7733764648438]\n", - "7\n", - "2775\n", - "16\n", - "[319.2314147949219, 381.2966613769531, 661.3345336914062, 330.11480712890625, 487.8283996582031, 786.9933471679688, 1625.0823974609375, 1159.6229248046875, 645.5750732421875, 1658.202392578125, 1250.600341796875, 1231.77099609375, 1473.951904296875, 1047.6395263671875, 678.549560546875, 1264.7255859375]\n", - "16\n", - "2776\n", - "10\n", - "[746.21435546875, 1091.77490234375, 334.4188537597656, 461.74993896484375, 327.3264465332031, 520.5964965820312, 604.603759765625, 1529.5008544921875, 2587.554443359375, 1471.55419921875]\n", - "10\n", - "2777\n", - "6\n", - "[1261.5076904296875, 1560.311279296875, 301.7740173339844, 979.74755859375, 1070.123046875, 1296.181640625]\n", - "6\n", - "2778\n", - "8\n", - "[1044.2288818359375, 676.205810546875, 589.6254272460938, 641.09619140625, 1336.6787109375, 1380.8529052734375, 559.9215087890625, 583.3577880859375]\n", - "8\n", - "2779\n", - "12\n", - "[868.5535278320312, 1016.2672729492188, 1726.471435546875, 4829.62548828125, 2716.9345703125, 384.20989990234375, 3364.564208984375, 2755.6591796875, 1263.9678955078125, 554.7546997070312, 696.88916015625, 340.9794921875]\n", - "12\n", - "2780\n", - "12\n", - "[796.1961059570312, 533.2655639648438, 2408.714111328125, 448.46484375, 1649.189453125, 1773.4945068359375, 442.25823974609375, 488.7612609863281, 302.575927734375, 336.6781311035156, 640.120361328125, 416.83782958984375]\n", - "12\n", - "2781\n", - "9\n", - "[603.2059326171875, 412.31231689453125, 301.04351806640625, 1254.368896484375, 358.5169372558594, 832.706787109375, 1628.490478515625, 570.4251708984375, 477.778564453125]\n", - "9\n", - "2782\n", - "18\n", - "[1827.65625, 1785.4290771484375, 507.1125793457031, 1850.2095947265625, 1900.474609375, 2070.497802734375, 2169.4736328125, 833.8634643554688, 692.6016845703125, 2063.190673828125, 1852.5968017578125, 1478.9713134765625, 1478.0548095703125, 406.158203125, 609.0546264648438, 1169.7174072265625, 907.2206420898438, 540.6917724609375]\n", - "18\n", - "2783\n", - "81\n", - "[453.22833251953125, 322.0210266113281, 512.664794921875, 2589.05419921875, 1077.3734130859375, 307.3864440917969, 489.3402404785156, 826.3043823242188, 10048.5224609375, 7265.84912109375, 1233.8746337890625, 1730.6246337890625, 1315.1219482421875, 5706.216796875, 9990.9853515625, 9146.87890625, 8102.97998046875, 4685.58251953125, 4518.09326171875, 2373.30908203125, 5542.5400390625, 7716.18603515625, 7469.66748046875, 6861.0419921875, 10388.236328125, 9486.6923828125, 5145.42138671875, 472.77508544921875, 865.67431640625, 2170.8896484375, 6793.02587890625, 5961.794921875, 7942.78125, 9582.865234375, 6438.55908203125, 5667.25634765625, 3813.935791015625, 1437.0157470703125, 1970.2181396484375, 1867.731201171875, 5807.91845703125, 5824.4931640625, 6993.845703125, 7869.8564453125, 7091.7109375, 4340.66650390625, 5459.60546875, 6574.68798828125, 389.3448791503906, 2553.775390625, 1120.5106201171875, 1243.5582275390625, 6052.865234375, 7949.07958984375, 8345.0859375, 8108.08154296875, 5612.33349609375, 6855.39599609375, 2618.626953125, 1087.2896728515625, 1368.37109375, 978.9295043945312, 4882.94482421875, 4562.31689453125, 9764.607421875, 4443.91162109375, 7492.21435546875, 647.2640380859375, 3140.642822265625, 93.0293197631836, 1282.0152587890625, 496.3013916015625, 2840.217041015625, 2677.4306640625, 1240.6326904296875, 4246.724609375, 323.50506591796875, 317.8713073730469, 1861.8843994140625, 435.3094787597656, 306.1202392578125]\n", - "81\n", - "2784\n", - "24\n", - "[348.8110656738281, 430.1405944824219, 327.3100280761719, 336.0646667480469, 445.83465576171875, 349.67047119140625, 935.811767578125, 1485.1195068359375, 986.4198608398438, 2494.325439453125, 4221.40185546875, 5195.123046875, 3228.2431640625, 391.9576416015625, 1338.3150634765625, 1098.7279052734375, 2605.5732421875, 2389.0693359375, 2084.6015625, 1077.8453369140625, 677.1973266601562, 339.26129150390625, 512.6829223632812, 314.0657043457031]\n", - "24\n", - "2785\n", - "5\n", - "[1624.7847900390625, 1958.826904296875, 458.5141906738281, 1609.9044189453125, 332.7480163574219]\n", - "5\n", - "2786\n", - "6\n", - "[1874.327880859375, 1022.2910766601562, 6754.3486328125, 992.0928955078125, 2743.775390625, 1535.0533447265625]\n", - "6\n", - "2787\n", - "15\n", - "[1083.466064453125, 1225.582763671875, 488.3221130371094, 1942.1116943359375, 1470.4830322265625, 3293.705810546875, 915.8642578125, 460.1340637207031, 1589.2923583984375, 2582.407470703125, 2766.989013671875, 1860.218505859375, 815.5606689453125, 882.954345703125, 382.0724792480469]\n", - "15\n", - "2788\n", - "21\n", - "[1073.9298095703125, 1225.2972412109375, 619.7429809570312, 827.3032836914062, 303.7002258300781, 941.2264404296875, 867.590576171875, 1483.055908203125, 1514.890625, 818.2072143554688, 337.66064453125, 1485.13671875, 2051.801513671875, 2120.98291015625, 1647.7628173828125, 860.6755981445312, 435.76007080078125, 487.962646484375, 341.0284729003906, 576.5678100585938, 352.9437561035156]\n", - "21\n", - "2789\n", - "6\n", - "[565.6000366210938, 712.8552856445312, 708.6319580078125, 1553.6103515625, 2242.1357421875, 932.0142822265625]\n", - "6\n", - "2790\n", - "14\n", - "[351.404296875, 560.9782104492188, 373.9642639160156, 1337.6829833984375, 1830.02734375, 1033.735595703125, 307.0793151855469, 334.37701416015625, 513.56884765625, 2741.32861328125, 1630.8670654296875, 616.050537109375, 321.00640869140625, 781.1404418945312]\n", - "14\n", - "2791\n", - "52\n", - "[921.5865478515625, 582.5963745117188, 581.808349609375, 502.1528625488281, 446.7175598144531, 633.7611083984375, 1216.169921875, 808.6452026367188, 337.8001708984375, 455.8819580078125, 915.11083984375, 355.53369140625, 999.3900146484375, 973.5877685546875, 726.9483032226562, 694.5802612304688, 623.8342895507812, 588.5209350585938, 823.4443359375, 1557.72802734375, 1023.3726806640625, 1664.9468994140625, 823.610595703125, 673.0253295898438, 3456.119140625, 5186.27197265625, 5854.3701171875, 1964.594970703125, 594.1600341796875, 3883.69970703125, 9227.078125, 9270.365234375, 2440.618408203125, 2669.13427734375, 9118.541015625, 9090.3994140625, 3494.443115234375, 477.83038330078125, 2461.1865234375, 2872.373046875, 4049.052490234375, 1885.099365234375, 528.0211181640625, 2091.109375, 967.7855834960938, 464.53363037109375, 530.7150268554688, 785.3201904296875, 549.9474487304688, 1339.4501953125, 597.7390747070312, 587.758544921875]\n", - "52\n", - "2792\n", - "15\n", - "[1828.52197265625, 2171.697021484375, 708.8456420898438, 3158.2099609375, 1756.5250244140625, 311.20245361328125, 1094.117919921875, 3144.61865234375, 2844.277587890625, 466.2932434082031, 1822.7781982421875, 1169.7457275390625, 2351.626953125, 372.26666259765625, 679.16796875]\n", - "15\n", - "2793\n", - "5\n", - "[1257.5802001953125, 1123.3785400390625, 639.5922241210938, 1560.4569091796875, 1040.6202392578125]\n", - "5" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2794\n", - "8\n", - "[891.095458984375, 485.0201416015625, 1257.755615234375, 3923.409423828125, 2938.443359375, 543.6481323242188, 376.6728820800781, 1329.9569091796875]\n", - "8\n", - "2795\n", - "7\n", - "[1068.4993896484375, 1339.2386474609375, 2117.522216796875, 1438.339599609375, 517.2811279296875, 430.9046630859375, 515.9020385742188]\n", - "7\n", - "2796\n", - "4\n", - "[797.8880004882812, 1191.0635986328125, 4556.611328125, 1113.8658447265625]\n", - "4\n", - "2797\n", - "4\n", - "[3344.146728515625, 479.3560791015625, 1237.4754638671875, 1494.1383056640625]\n", - "4\n", - "2798\n", - "4\n", - "[385.6156921386719, 1388.028076171875, 2506.80615234375, 1485.5400390625]\n", - "4\n", - "2799\n", - "15\n", - "[525.7247314453125, 1343.447998046875, 675.3992919921875, 1790.6458740234375, 843.0657348632812, 787.0089721679688, 1237.448486328125, 342.9608459472656, 2793.94384765625, 3886.57275390625, 3504.4189453125, 496.9306945800781, 3191.0283203125, 1576.1468505859375, 758.4699096679688]\n", - "15\n", - "2800\n", - "8\n", - "[1246.6717529296875, 1411.8880615234375, 338.43206787109375, 1448.3968505859375, 3236.544921875, 530.2860717773438, 1272.31787109375, 320.9074401855469]\n", - "8\n", - "2801\n", - "5\n", - "[1157.8529052734375, 1222.616943359375, 3132.868408203125, 590.286865234375, 872.5020751953125]\n", - "5\n", - "2802\n", - "17\n", - "[1422.2310791015625, 856.4993286132812, 1313.45361328125, 1771.69580078125, 1019.55419921875, 491.3110046386719, 387.4620666503906, 303.3113708496094, 913.7815551757812, 758.35791015625, 2237.6328125, 341.4041748046875, 1396.3006591796875, 1125.867431640625, 809.3125610351562, 527.066650390625, 1135.3587646484375]\n", - "17\n", - "2803\n", - "6\n", - "[311.5710754394531, 1667.432861328125, 1443.501953125, 362.8681945800781, 1325.60791015625, 1450.37939453125]\n", - "6\n", - "2804\n", - "7\n", - "[881.0708618164062, 1198.1639404296875, 1065.4110107421875, 4972.435546875, 973.0232543945312, 990.9634399414062, 737.1810302734375]\n", - "7\n", - "2805\n", - "26\n", - "[3538.231201171875, 6141.2529296875, 367.2905578613281, 312.8977355957031, 3696.22509765625, 8332.173828125, 6820.5849609375, 1637.0740966796875, 6150.21044921875, 5975.609375, 2669.901611328125, 578.5083618164062, 299.993896484375, 926.217529296875, 1952.8651123046875, 2169.360107421875, 501.7450256347656, 1955.1102294921875, 2000.4415283203125, 2717.8251953125, 520.6668090820312, 314.24017333984375, 427.655029296875, 965.553955078125, 639.63671875, 342.87164306640625]\n", - "26\n", - "2806\n", - "5\n", - "[348.1833190917969, 1284.22021484375, 1156.191650390625, 3112.26318359375, 791.6585693359375]\n", - "5\n", - "2807\n", - "6\n", - "[1094.459228515625, 1224.719970703125, 483.2342224121094, 1325.575439453125, 832.3141479492188, 342.49346923828125]\n", - "6\n", - "2808\n", - "4\n", - "[583.2042846679688, 1589.75341796875, 1856.9593505859375, 1346.0615234375]\n", - "4\n", - "2809\n", - "30\n", - "[391.2703857421875, 399.03326416015625, 882.7269287109375, 694.9476318359375, 1525.8614501953125, 2659.937255859375, 599.481689453125, 2396.802734375, 566.2581176757812, 467.512939453125, 817.6110229492188, 893.5112915039062, 2702.930908203125, 380.1690979003906, 995.0624389648438, 313.62060546875, 2311.034912109375, 3072.302978515625, 3703.51220703125, 905.322509765625, 716.9937744140625, 1474.6444091796875, 4066.165283203125, 2624.19921875, 422.53314208984375, 1210.77880859375, 1132.820556640625, 837.5400390625, 568.7387084960938, 396.7174987792969]\n", - "30\n", - "2810\n", - "22\n", - "[624.8846435546875, 1572.6873779296875, 4123.22607421875, 9092.052734375, 6344.46044921875, 631.7190551757812, 937.360595703125, 2006.052978515625, 4466.53515625, 1713.69921875, 1534.683837890625, 1294.1591796875, 2882.061279296875, 1780.5191650390625, 1102.0126953125, 512.2857666015625, 936.979736328125, 325.58447265625, 2801.95361328125, 707.7709350585938, 707.9053344726562, 334.77166748046875]\n", - "22\n", - "2811\n", - "23\n", - "[422.8294982910156, 555.60302734375, 551.4862670898438, 1507.080078125, 516.0779418945312, 862.3887939453125, 793.9943237304688, 1671.6029052734375, 438.9145202636719, 1017.0256958007812, 1713.67724609375, 3535.840576171875, 2852.20947265625, 1092.970703125, 3989.238525390625, 4588.75439453125, 6203.54541015625, 687.6060180664062, 1679.379150390625, 6187.4853515625, 3628.607177734375, 2685.201416015625, 1324.3660888671875]\n", - "23\n", - "2812\n", - "8\n", - "[786.649658203125, 1014.8615112304688, 4575.494140625, 3703.483642578125, 4970.15869140625, 1875.6925048828125, 1728.8046875, 546.0159912109375]\n", - "8\n", - "2813\n", - "12\n", - "[1242.5736083984375, 1097.3118896484375, 623.5472412109375, 531.377685546875, 3170.6103515625, 585.8436279296875, 1639.031982421875, 465.281005859375, 5236.70556640625, 1290.3829345703125, 1323.6412353515625, 733.1912231445312]\n", - "12\n", - "2814\n", - "7\n", - "[2237.869873046875, 3223.435546875, 336.8614501953125, 825.5239868164062, 3097.457763671875, 885.7965087890625, 688.9091186523438]\n", - "7\n", - "2815\n", - "7\n", - "[643.1396484375, 365.85382080078125, 396.7641906738281, 1785.1055908203125, 466.5514831542969, 1647.914306640625, 411.0468444824219]\n", - "7\n", - "2816\n", - "3\n", - "[3198.3662109375, 1568.2479248046875, 344.8028869628906]\n", - "3\n", - "2817\n", - "5\n", - "[935.0037841796875, 443.2457580566406, 2864.945068359375, 2005.367919921875, 782.3870239257812]\n", - "5\n", - "2818\n", - "6\n", - "[1670.010009765625, 430.11181640625, 2052.22265625, 798.0863037109375, 744.760009765625, 402.5082702636719]\n", - "6\n", - "2819\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[942.1087036132812, 2022.53173828125, 977.5982666015625, 2894.3818359375, 409.703369140625]\n", - "5\n", - "2820\n", - "10\n", - "[748.996826171875, 1360.554443359375, 604.318115234375, 2467.772705078125, 2767.615966796875, 1755.5670166015625, 450.6387939453125, 804.6679077148438, 938.1168823242188, 451.80316162109375]\n", - "10\n", - "2821\n", - "7\n", - "[6606.353515625, 1393.8177490234375, 4722.78173828125, 4150.92041015625, 1403.0455322265625, 409.1571350097656, 373.2459716796875]\n", - "7\n", - "2822\n", - "10\n", - "[662.8804931640625, 1787.90185546875, 479.1895446777344, 1647.4027099609375, 1448.3316650390625, 1482.3404541015625, 483.0902099609375, 361.6946105957031, 994.88818359375, 615.2515258789062]\n", - "10\n", - "2823\n", - "27\n", - "[321.73138427734375, 708.693603515625, 338.6347351074219, 364.2619934082031, 1030.552001953125, 315.7012023925781, 1919.1951904296875, 1518.0692138671875, 3863.9267578125, 3336.6943359375, 533.6317138671875, 1582.419677734375, 4004.7734375, 4283.41064453125, 3804.108154296875, 2854.0703125, 1391.28369140625, 1584.478759765625, 1017.561767578125, 1720.4932861328125, 4271.3212890625, 2869.32861328125, 681.7918701171875, 400.92138671875, 2054.325927734375, 851.1743774414062, 760.7998657226562]\n", - "27\n", - "2824\n", - "17\n", - "[702.6472778320312, 1617.3914794921875, 2303.54931640625, 701.8599243164062, 619.8013916015625, 362.0109558105469, 5085.484375, 7892.78369140625, 6154.85498046875, 2832.966552734375, 512.9495239257812, 331.53424072265625, 2761.142578125, 2227.810302734375, 1269.508056640625, 526.6888427734375, 476.5845031738281]\n", - "17\n", - "2825\n", - "8\n", - "[1692.9154052734375, 819.2269287109375, 2229.517333984375, 3786.0595703125, 665.097412109375, 2164.89794921875, 1895.1751708984375, 1515.6561279296875]\n", - "8\n", - "2826\n", - "21\n", - "[657.7363891601562, 983.1673583984375, 328.3761901855469, 819.0333862304688, 823.6744995117188, 762.5691528320312, 472.8396301269531, 1103.8775634765625, 2399.781005859375, 2627.110595703125, 1729.7021484375, 1146.63134765625, 403.5408630371094, 2497.125244140625, 3081.385986328125, 2678.246337890625, 1323.547607421875, 680.599853515625, 877.696044921875, 674.9921875, 787.016845703125]\n", - "21\n", - "2827\n", - "10\n", - "[587.9578857421875, 553.633056640625, 2419.829345703125, 571.2485961914062, 1389.194091796875, 4221.2392578125, 2089.649658203125, 701.9024047851562, 1840.3931884765625, 636.034912109375]\n", - "10\n", - "2828\n", - "12\n", - "[1452.7879638671875, 989.2357788085938, 1072.607421875, 479.4030456542969, 750.94921875, 920.77685546875, 1721.822265625, 596.8451538085938, 2238.888671875, 1420.0848388671875, 1626.9876708984375, 435.4754638671875]\n", - "12\n", - "2829\n", - "6\n", - "[1610.3599853515625, 828.810791015625, 2391.785400390625, 1779.5565185546875, 935.0593872070312, 637.0075073242188]\n", - "6\n", - "2830\n", - "203\n", - "[396.2377014160156, 329.9426574707031, 441.783935546875, 1367.529052734375, 463.3079833984375, 6007.3447265625, 581.3092651367188, 1673.7608642578125, 4870.98828125, 962.3858032226562, 2647.49658203125, 2602.11279296875, 1659.2562255859375, 618.8045043945312, 1262.8096923828125, 696.0050659179688, 2065.8466796875, 1509.9947509765625, 394.0408935546875, 2615.81787109375, 3927.81982421875, 3499.352783203125, 3301.570068359375, 2502.217041015625, 9569.0166015625, 617.5345458984375, 506.0160827636719, 2149.166748046875, 2029.5191650390625, 588.0645751953125, 342.3248291015625, 2940.62353515625, 2054.69873046875, 8452.9462890625, 8779.9248046875, 2604.68017578125, 606.4529418945312, 505.92486572265625, 1708.2877197265625, 325.02105712890625, 594.345947265625, 946.9530029296875, 730.5965576171875, 4873.95751953125, 2945.03955078125, 2221.50341796875, 2465.357666015625, 2328.3955078125, 7415.287109375, 9952.3564453125, 5317.19677734375, 2332.491455078125, 1256.14111328125, 3060.460693359375, 1107.819091796875, 2467.75390625, 2075.87109375, 3312.07275390625, 5100.03662109375, 6460.45458984375, 7501.923828125, 5463.65966796875, 3492.052978515625, 873.536865234375, 938.6546630859375, 6517.41015625, 12864.900390625, 1757.17333984375, 3770.758544921875, 1703.8046875, 839.0289916992188, 3006.864990234375, 2314.28125, 380.2248229980469, 445.0597839355469, 1144.4044189453125, 3858.85546875, 3687.981689453125, 2068.554443359375, 1554.4232177734375, 2519.372314453125, 3804.923583984375, 6466.97998046875, 6411.15673828125, 5729.22412109375, 7497.099609375, 11243.9609375, 5799.830078125, 3980.2236328125, 3236.49267578125, 3530.731689453125, 3292.74755859375, 2361.86279296875, 508.32000732421875, 1353.794921875, 2168.903564453125, 1356.931396484375, 1122.3314208984375, 620.2269897460938, 815.1292724609375, 415.26507568359375, 1836.7308349609375, 5034.07373046875, 703.3006591796875, 599.5045166015625, 1706.6962890625, 4635.82568359375, 11024.890625, 11845.8076171875, 5330.5322265625, 2805.906982421875, 2525.53955078125, 2187.77001953125, 2080.261474609375, 1886.2252197265625, 443.8380432128906, 663.9229736328125, 242.328857421875, 601.499755859375, 1210.61865234375, 667.0169677734375, 2771.065673828125, 1077.926513671875, 516.500244140625, 4272.1494140625, 11836.48046875, 6886.0517578125, 4505.58349609375, 3421.164306640625, 3349.6025390625, 1321.295166015625, 429.4335021972656, 330.85296630859375, 1048.4453125, 275.1354064941406, 195.8568878173828, 539.2718505859375, 1244.31591796875, 2480.62109375, 6886.705078125, 10489.8017578125, 8740.6845703125, 4712.18994140625, 1943.6417236328125, 659.0995483398438, 301.87109375, 150.576416015625, 401.44403076171875, 623.3668212890625, 509.6883850097656, 149.0449676513672, 367.71875, 606.3900756835938, 1097.461669921875, 5468.23681640625, 4507.0087890625, 3385.29931640625, 4937.427734375, 4455.88525390625, 731.1571655273438, 582.723388671875, 332.0817565917969, 584.8477172851562, 661.6666870117188, 821.2576904296875, 460.919677734375, 576.5844116210938, 2114.4765625, 391.1047668457031, 551.5142211914062, 504.44976806640625, 4467.23193359375, 232.90748596191406, 179.2056884765625, 214.31600952148438, 1511.1746826171875, 594.3583984375, 436.68548583984375, 1117.012451171875, 3085.24365234375, 6733.6552734375, 4908.4228515625, 588.6563720703125, 2445.36962890625, 3772.716796875, 10760.7802734375, 5035.9091796875, 510.8419494628906, 2507.8701171875, 1840.5592041015625, 890.9131469726562, 3450.047119140625, 3614.65625, 444.94671630859375, 4280.3095703125, 3644.268798828125, 350.06976318359375, 3713.729248046875, 658.8543701171875, 1762.5340576171875, 1797.484619140625]\n", - "201\n", - "2831\n", - "7\n", - "[1016.8196411132812, 1677.51318359375, 933.5115966796875, 608.3239135742188, 1625.4615478515625, 2574.728515625, 995.1817626953125]\n", - "7\n", - "2832\n", - "9\n", - "[1390.529541015625, 1979.059814453125, 615.2237548828125, 847.4530639648438, 643.28466796875, 1537.4951171875, 350.609375, 934.3223876953125, 575.44580078125]\n", - "9\n", - "2833\n", - "14\n", - "[380.3554382324219, 2455.442138671875, 1518.146728515625, 1633.0450439453125, 665.3199462890625, 722.634033203125, 700.2330322265625, 1887.5003662109375, 1756.0040283203125, 1286.0128173828125, 644.5406494140625, 991.668212890625, 3019.091064453125, 679.406005859375]\n", - "14\n", - "2834\n", - "23\n", - "[412.9683532714844, 1878.4530029296875, 394.744873046875, 1928.93701171875, 433.2094421386719, 944.1788330078125, 901.9918823242188, 883.4986572265625, 796.1900024414062, 824.4908447265625, 3488.89453125, 7465.1513671875, 2418.100830078125, 635.2429809570312, 1937.63330078125, 7813.0478515625, 8782.064453125, 1846.0628662109375, 452.52264404296875, 1517.576416015625, 4998.10888671875, 2144.392578125, 732.2513427734375]\n", - "23\n", - "2835\n", - "15\n", - "[412.9185485839844, 417.561767578125, 304.6450500488281, 5504.587890625, 3604.274658203125, 2023.9542236328125, 11046.21875, 5663.4638671875, 804.4700317382812, 767.9611206054688, 1898.648681640625, 435.94976806640625, 574.9384765625, 348.1804504394531, 805.3123779296875]\n", - "15\n", - "2836\n", - "16\n", - "[2307.28076171875, 1065.831787109375, 1557.5283203125, 5216.09521484375, 6316.95263671875, 4348.17822265625, 640.5541381835938, 804.9700317382812, 1488.9368896484375, 3536.135498046875, 1259.201904296875, 538.3899536132812, 336.1904602050781, 1118.02783203125, 383.77886962890625, 309.8522033691406]\n", - "16\n", - "2837\n", - "7\n", - "[506.6913146972656, 407.6111145019531, 2551.54150390625, 974.4396362304688, 322.4142761230469, 584.7874145507812, 308.0027160644531]\n", - "7\n", - "2838\n", - "5\n", - "[2601.979248046875, 346.2591552734375, 361.3043212890625, 2440.763671875, 699.8069458007812]\n", - "5\n", - "2839\n", - "16\n", - "[421.37353515625, 877.787353515625, 920.2839965820312, 791.3313598632812, 1093.5616455078125, 416.36553955078125, 1448.574951171875, 610.374755859375, 1795.0506591796875, 1019.5382080078125, 659.9939575195312, 753.1114501953125, 658.6107788085938, 1924.9095458984375, 1247.8883056640625, 1779.9788818359375]\n", - "16\n", - "2840\n", - "6\n", - "[620.5498046875, 660.77294921875, 634.5563354492188, 1406.793701171875, 1827.626708984375, 328.82843017578125]\n", - "6" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2841\n", - "6\n", - "[736.1514892578125, 610.6227416992188, 1669.903564453125, 1114.7186279296875, 3735.795166015625, 2518.222900390625]\n", - "6\n", - "2842\n", - "7\n", - "[771.5321655273438, 2143.690185546875, 1453.8558349609375, 705.9519653320312, 1075.7747802734375, 1540.4932861328125, 1116.487548828125]\n", - "7\n", - "2843\n", - "7\n", - "[2675.384765625, 888.2581176757812, 322.2700500488281, 950.0903930664062, 338.9324035644531, 1864.1712646484375, 1473.2274169921875]\n", - "7\n", - "2844\n", - "41\n", - "[1240.5908203125, 908.837158203125, 1496.063720703125, 565.3025512695312, 430.1654052734375, 1119.428466796875, 1374.7900390625, 1910.235107421875, 1550.2457275390625, 1055.3099365234375, 1449.8785400390625, 1385.8077392578125, 304.61505126953125, 1032.67041015625, 4144.60888671875, 4777.2890625, 6101.935546875, 3771.598388671875, 1101.065673828125, 415.65008544921875, 2606.31884765625, 4117.2158203125, 4301.09765625, 4998.0078125, 467.3201904296875, 1880.139404296875, 998.6795043945312, 978.552001953125, 2328.7470703125, 2397.714599609375, 3963.39794921875, 2421.276123046875, 888.995849609375, 2343.5009765625, 1745.797119140625, 976.9462280273438, 3655.618896484375, 1940.36279296875, 2494.281982421875, 735.08251953125, 385.9835205078125]\n", - "41\n", - "2845\n", - "3\n", - "[450.3981628417969, 3143.96337890625, 5607.72265625]\n", - "3\n", - "2846\n", - "4\n", - "[1388.90283203125, 2144.908935546875, 777.99755859375, 1409.667724609375]\n", - "4\n", - "2847\n", - "5\n", - "[426.0146484375, 2810.67333984375, 390.937255859375, 3665.611083984375, 1807.5531005859375]\n", - "5\n", - "2848\n", - "7\n", - "[486.9632263183594, 1251.4420166015625, 1678.7767333984375, 1760.5281982421875, 1116.678955078125, 629.9745483398438, 355.89105224609375]\n", - "7\n", - "2849\n", - "3\n", - "[651.5836791992188, 3009.91796875, 1882.269775390625]\n", - "3\n", - "2850\n", - "6\n", - "[524.321533203125, 1129.6146240234375, 1708.64013671875, 650.9158325195312, 623.9397583007812, 1104.350830078125]\n", - "6\n", - "2851\n", - "7\n", - "[1070.981201171875, 358.02227783203125, 1640.34423828125, 1189.7781982421875, 1454.8140869140625, 911.426025390625, 753.1607055664062]\n", - "7\n", - "2852\n", - "10\n", - "[650.38232421875, 870.7791748046875, 1250.8326416015625, 613.6231079101562, 690.9944458007812, 1909.8555908203125, 1021.7757568359375, 803.5107421875, 1793.777587890625, 1542.8133544921875]\n", - "10\n", - "2853\n", - "9\n", - "[511.0673522949219, 635.748779296875, 1033.598876953125, 636.4100341796875, 1037.693603515625, 1367.521728515625, 1255.28369140625, 385.69287109375, 1991.4122314453125]\n", - "9\n", - "2854\n", - "11\n", - "[1408.232421875, 1551.2056884765625, 1626.4337158203125, 1422.8720703125, 2190.384521484375, 3964.4443359375, 6084.23828125, 480.0990905761719, 5069.77880859375, 2274.206787109375, 655.1668701171875]\n", - "11\n", - "2855\n", - "12\n", - "[460.3815612792969, 1523.137451171875, 1640.208984375, 1201.4986572265625, 635.3251342773438, 439.25762939453125, 1233.083251953125, 1657.746826171875, 1528.5465087890625, 342.8832702636719, 422.9998779296875, 346.1934509277344]\n", - "12\n", - "2856\n", - "28\n", - "[1868.4539794921875, 350.2119140625, 614.2380981445312, 953.0985107421875, 1371.46728515625, 1370.0045166015625, 1006.3901977539062, 431.0875244140625, 998.281982421875, 4964.1123046875, 3986.577880859375, 610.2634887695312, 1280.225830078125, 3815.17626953125, 3177.66259765625, 3601.882080078125, 844.8297729492188, 775.8939208984375, 1665.1441650390625, 454.9670715332031, 3254.46826171875, 1898.708740234375, 597.41748046875, 651.472412109375, 1057.410888671875, 347.47918701171875, 497.77874755859375, 632.0154418945312]\n", - "28\n", - "2857\n", - "13\n", - "[300.887451171875, 1055.300048828125, 559.9290771484375, 1454.8013916015625, 1235.25341796875, 481.624755859375, 823.0048217773438, 522.5726928710938, 868.4168090820312, 1715.8917236328125, 1397.7044677734375, 308.79119873046875, 332.6795959472656]\n", - "13\n", - "2858\n", - "7\n", - "[678.692626953125, 880.1997680664062, 901.6209106445312, 1569.3919677734375, 446.2189636230469, 827.2257080078125, 1212.4605712890625]\n", - "7\n", - "2859\n", - "25\n", - "[414.8707580566406, 777.858642578125, 420.1044616699219, 390.2339172363281, 2017.1834716796875, 3314.55615234375, 1162.0045166015625, 1188.6964111328125, 944.6135864257812, 1412.783447265625, 1227.32568359375, 2667.23193359375, 3418.191162109375, 2188.417724609375, 379.0892028808594, 721.4116821289062, 1705.662841796875, 1511.430908203125, 3031.50537109375, 4359.86474609375, 1273.4130859375, 1231.6512451171875, 1667.8570556640625, 1010.6890258789062, 369.7378234863281]\n", - "25\n", - "2860\n", - "101\n", - "[1675.3082275390625, 665.685302734375, 3494.189208984375, 1278.776611328125, 1466.608154296875, 510.24371337890625, 552.879150390625, 882.7659301757812, 1114.2220458984375, 637.2138671875, 578.60693359375, 808.8956909179688, 1384.077880859375, 4306.49365234375, 309.6514587402344, 3305.96875, 1840.4384765625, 1200.2860107421875, 5781.9052734375, 2895.516357421875, 5167.9052734375, 7409.095703125, 4950.6669921875, 2979.209228515625, 7000.90625, 6032.138671875, 2735.3876953125, 1039.4783935546875, 411.0406188964844, 4655.80029296875, 3283.565185546875, 2243.671875, 587.0026245117188, 1646.795166015625, 638.2063598632812, 897.1369018554688, 1791.5941162109375, 1131.050537109375, 594.4478149414062, 1508.74560546875, 614.7484741210938, 452.59844970703125, 883.3180541992188, 455.9092102050781, 2532.485107421875, 906.1217041015625, 509.9399108886719, 1466.6641845703125, 1728.92041015625, 1419.9141845703125, 2967.09521484375, 639.9677124023438, 1742.814208984375, 1379.7884521484375, 1953.896484375, 2638.900146484375, 595.7633666992188, 447.1941223144531, 1750.8134765625, 3091.405517578125, 1148.11572265625, 2355.246826171875, 1123.7177734375, 1473.6837158203125, 2431.423095703125, 923.6939697265625, 745.7925415039062, 955.0194091796875, 2671.975341796875, 567.2716674804688, 821.73974609375, 336.93896484375, 686.7880859375, 3140.70166015625, 896.5223388671875, 574.712158203125, 2045.117431640625, 1490.3775634765625, 2682.1572265625, 2232.0634765625, 1692.704345703125, 2829.355224609375, 7544.40966796875, 6367.2294921875, 1656.0960693359375, 732.4759521484375, 727.7969970703125, 1508.09765625, 2747.245361328125, 6481.2685546875, 6793.86962890625, 1617.35205078125, 971.2492065429688, 1896.6380615234375, 2412.68408203125, 4459.8232421875, 608.141357421875, 384.85595703125, 545.546142578125, 454.1435546875, 836.1627807617188]\n", - "101\n", - "2861\n", - "8\n", - "[2887.378173828125, 355.06402587890625, 794.4353637695312, 4797.57177734375, 331.3047790527344, 3268.6142578125, 1376.842529296875, 1812.327392578125]\n", - "8\n", - "2862\n", - "8\n", - "[381.18670654296875, 918.0426025390625, 4370.2099609375, 4961.5751953125, 530.6865844726562, 4630.5458984375, 915.04248046875, 445.4784240722656]\n", - "8\n", - "2863\n", - "20\n", - "[356.22552490234375, 404.85626220703125, 824.1298828125, 499.8062744140625, 693.1439208984375, 975.2823486328125, 739.7446899414062, 362.8933410644531, 360.6410827636719, 434.5058898925781, 713.9920043945312, 476.7503662109375, 822.396240234375, 393.2245788574219, 754.76953125, 915.6273803710938, 1005.3765258789062, 502.8882751464844, 346.1200256347656, 331.4952392578125]\n", - "20\n", - "2864\n", - "20\n", - "[748.7852172851562, 729.234375, 705.5989379882812, 2265.95703125, 2387.700439453125, 922.2890014648438, 4067.96826171875, 7145.14404296875, 901.9161987304688, 392.2930908203125, 3017.056396484375, 6075.03515625, 404.8000183105469, 856.8203735351562, 3071.73779296875, 1293.2608642578125, 1686.1483154296875, 590.4945678710938, 778.6677856445312, 909.3521118164062]\n", - "20" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2865\n", - "11\n", - "[383.70013427734375, 721.4328002929688, 538.53271484375, 452.450927734375, 1326.087158203125, 2031.4388427734375, 358.8781433105469, 512.8917846679688, 334.267333984375, 730.8892211914062, 430.98651123046875]\n", - "11\n", - "2866\n", - "122\n", - "[621.9171142578125, 2519.338134765625, 1984.24267578125, 527.19384765625, 692.4586791992188, 909.25048828125, 2320.591064453125, 1338.2393798828125, 1089.1259765625, 343.7253112792969, 306.824951171875, 358.0975646972656, 334.90167236328125, 462.91632080078125, 323.0414123535156, 1145.8359375, 465.7462158203125, 366.1421813964844, 404.26678466796875, 510.67535400390625, 783.3185424804688, 414.0443420410156, 4094.322021484375, 862.9222412109375, 3378.84228515625, 1703.984130859375, 1173.8489990234375, 1443.185302734375, 819.185546875, 1755.6541748046875, 598.7688598632812, 646.1781616210938, 3004.05126953125, 3145.5478515625, 737.4354858398438, 1790.9647216796875, 1607.86181640625, 1276.7122802734375, 667.4821166992188, 262.75433349609375, 759.0892333984375, 377.589111328125, 664.9384155273438, 1384.4244384765625, 3491.260498046875, 4438.39697265625, 3411.86328125, 1918.0255126953125, 2744.174560546875, 3587.52587890625, 3512.834716796875, 1742.4425048828125, 477.94036865234375, 621.7262573242188, 968.6312866210938, 687.720947265625, 1279.8123779296875, 1887.405029296875, 851.9364013671875, 515.142822265625, 738.5484008789062, 1252.2603759765625, 868.7411499023438, 4662.7880859375, 4296.232421875, 4965.73388671875, 2086.37451171875, 4487.5234375, 7118.7392578125, 2183.021484375, 1431.64306640625, 625.049072265625, 1826.4820556640625, 1202.879638671875, 1685.3829345703125, 2004.9583740234375, 390.8643493652344, 531.67724609375, 376.30133056640625, 1415.7127685546875, 4698.830078125, 8747.09375, 7663.802734375, 5955.240234375, 4042.063720703125, 671.2183227539062, 807.8975830078125, 471.3424987792969, 657.958984375, 2850.471923828125, 1853.0802001953125, 299.9726867675781, 2754.5244140625, 6491.4326171875, 5374.24560546875, 5369.7783203125, 1520.14990234375, 471.51739501953125, 1240.7657470703125, 4579.4482421875, 555.1116333007812, 837.0394897460938, 1284.58203125, 1553.5048828125, 3515.521484375, 4248.41015625, 2310.972412109375, 331.00653076171875, 1744.4775390625, 501.1680603027344, 874.7825317382812, 3920.392578125, 2350.400634765625, 795.4172973632812, 1000.0785522460938, 323.4547424316406, 670.5028686523438, 814.27294921875, 1673.188720703125, 669.771484375, 321.7377014160156]\n", - "121\n", - "2867\n", - "7\n", - "[378.9881591796875, 2552.804443359375, 591.9007568359375, 346.1896057128906, 694.4301147460938, 370.8322448730469, 1138.840576171875]\n", - "7\n", - "2868\n", - "14\n", - "[2488.71435546875, 2114.9462890625, 915.92578125, 2797.384765625, 5886.7763671875, 1834.8514404296875, 372.04327392578125, 601.9432983398438, 2552.78271484375, 2283.008056640625, 496.924560546875, 737.087646484375, 817.6646728515625, 1262.5267333984375]\n", - "14\n", - "2869\n", - "11\n", - "[1287.22119140625, 307.0157165527344, 1763.7783203125, 528.115966796875, 1787.5625, 986.3740234375, 1113.2757568359375, 455.1419372558594, 588.6256103515625, 1331.291748046875, 883.6380004882812]\n", - "11\n", - "2870\n", - "4\n", - "[2252.743408203125, 1426.7271728515625, 1370.0592041015625, 1846.7091064453125]\n", - "4\n", - "2871\n", - "8\n", - "[634.2622680664062, 309.9217529296875, 736.3523559570312, 2617.90869140625, 450.2181091308594, 831.9742431640625, 2411.5341796875, 1244.901611328125]\n", - "8\n", - "2872\n", - "15\n", - "[532.4581298828125, 1847.9844970703125, 1056.780517578125, 3164.467529296875, 2557.313720703125, 2434.399658203125, 6392.91845703125, 5657.20166015625, 2637.489501953125, 1129.9683837890625, 4866.22265625, 865.4273071289062, 471.17559814453125, 1922.5791015625, 883.769287109375]\n", - "15\n", - "2873\n", - "14\n", - "[304.0964660644531, 652.5958251953125, 346.69342041015625, 703.153564453125, 1092.396484375, 539.0283813476562, 992.5870361328125, 1002.0606689453125, 346.7149658203125, 803.9027099609375, 1673.0780029296875, 2563.3642578125, 395.0530090332031, 1730.9930419921875]\n", - "14\n", - "2874\n", - "7\n", - "[1570.525390625, 864.5218505859375, 492.7406311035156, 621.5532836914062, 676.6900634765625, 382.0118408203125, 405.1161804199219]\n", - "7\n", - "2875\n", - "18\n", - "[2582.4921875, 336.6637878417969, 799.0974731445312, 796.7966918945312, 1742.660400390625, 662.7291870117188, 2898.103271484375, 1314.3148193359375, 3377.476806640625, 959.8773803710938, 602.1450805664062, 4439.93896484375, 7176.51708984375, 3263.475830078125, 2181.50830078125, 6121.27001953125, 1131.69677734375, 403.0762023925781]\n", - "18\n", - "2876\n", - "8\n", - "[498.0696716308594, 885.9523315429688, 3728.83837890625, 2383.97607421875, 1002.5083618164062, 550.7326049804688, 786.7029418945312, 308.0668029785156]\n", - "8\n", - "2877\n", - "14\n", - "[303.0774230957031, 754.4993896484375, 1060.63232421875, 950.9017333984375, 793.490478515625, 668.6513061523438, 528.4497680664062, 385.6697998046875, 352.989990234375, 719.4644165039062, 1857.501708984375, 737.0358276367188, 336.157470703125, 314.6454162597656]\n", - "14\n", - "2878\n", - "5\n", - "[497.02447509765625, 1531.2574462890625, 840.1011962890625, 1672.059326171875, 1458.1395263671875]\n", - "5\n", - "2879\n", - "6\n", - "[347.16552734375, 344.1635437011719, 2137.55615234375, 595.1942138671875, 987.6146850585938, 1207.61279296875]\n", - "6\n", - "2880\n", - "16\n", - "[2029.8348388671875, 571.1437377929688, 1607.9676513671875, 967.9188232421875, 3113.561279296875, 2340.57568359375, 748.986083984375, 302.5431823730469, 844.6944580078125, 587.9656982421875, 975.2757568359375, 2438.592529296875, 1114.635009765625, 441.9536437988281, 378.3187255859375, 359.6447448730469]\n", - "16\n", - "2881\n", - "6\n", - "[825.2119750976562, 686.0811767578125, 1183.396240234375, 696.9599609375, 1025.7706298828125, 1136.816650390625]\n", - "6\n", - "2882\n", - "5\n", - "[1275.5450439453125, 1545.6116943359375, 601.6522827148438, 755.4461059570312, 1330.65283203125]\n", - "5\n", - "2883\n", - "17\n", - "[1676.5382080078125, 2440.2294921875, 1048.9237060546875, 1653.3673095703125, 3346.9609375, 1696.8536376953125, 1067.64404296875, 321.0860595703125, 6145.82568359375, 5059.18115234375, 4352.67041015625, 4055.93017578125, 2999.264892578125, 3533.90771484375, 2662.002685546875, 332.0257568359375, 467.7288818359375]\n", - "17\n", - "2884\n", - "5\n", - "[1128.24462890625, 3763.281005859375, 1234.713134765625, 926.4019165039062, 1091.1473388671875]\n", - "5\n", - "2885\n", - "20\n", - "[1136.739501953125, 452.1666259765625, 312.9984436035156, 3037.073486328125, 2170.80029296875, 513.2938842773438, 319.4848327636719, 5019.07421875, 5747.3232421875, 2247.69091796875, 3580.09619140625, 5089.2099609375, 1933.4256591796875, 999.4629516601562, 690.2769165039062, 1901.0521240234375, 1203.69921875, 983.3082885742188, 660.9859619140625, 413.1607971191406]\n", - "20\n", - "2886\n", - "5\n", - "[339.7922668457031, 1400.5340576171875, 559.3701171875, 1476.75048828125, 2224.515625]\n", - "5\n", - "2887\n", - "10\n", - "[560.7139892578125, 449.52862548828125, 635.748291015625, 578.7317504882812, 1025.3818359375, 479.8379211425781, 1231.7821044921875, 450.9217224121094, 1264.6927490234375, 447.63525390625]\n", - "10\n", - "2888\n", - "9\n", - "[798.1393432617188, 732.0800170898438, 1051.0712890625, 1734.9356689453125, 527.625732421875, 637.0714721679688, 1145.680419921875, 1643.0343017578125, 324.3568115234375]\n", - "9\n", - "2889\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "87\n", - "[734.2675170898438, 302.1141052246094, 583.3875122070312, 613.54833984375, 1776.6181640625, 893.5950317382812, 2305.43798828125, 852.8115844726562, 1837.0283203125, 1098.9669189453125, 636.4376831054688, 1736.7957763671875, 724.909423828125, 1275.2275390625, 1154.230224609375, 289.480712890625, 591.7339477539062, 1329.7193603515625, 2272.874267578125, 1234.0267333984375, 1907.4034423828125, 1490.1724853515625, 503.439208984375, 1195.7218017578125, 594.7942504882812, 1105.2266845703125, 855.6948852539062, 352.16717529296875, 602.2554321289062, 373.4884033203125, 565.7715454101562, 1348.4481201171875, 844.7687377929688, 531.2478637695312, 345.2244873046875, 384.65484619140625, 496.041259765625, 627.4716186523438, 1373.436767578125, 340.2925109863281, 647.072998046875, 1510.052001953125, 975.9967041015625, 357.87054443359375, 502.3010559082031, 885.6406860351562, 774.5957641601562, 2101.7607421875, 962.313720703125, 1369.12451171875, 503.059814453125, 339.4199523925781, 589.5841064453125, 887.3226318359375, 2144.1376953125, 342.56878662109375, 2364.12841796875, 997.3053588867188, 981.9910278320312, 950.2620239257812, 1968.9644775390625, 1675.032470703125, 1493.2200927734375, 677.9293823242188, 923.945556640625, 2586.243408203125, 1605.947021484375, 2315.276611328125, 1649.61376953125, 849.9535522460938, 902.0552978515625, 480.5877990722656, 340.3431091308594, 344.2254333496094, 498.72222900390625, 404.2056579589844, 524.874267578125, 823.0301513671875, 404.3321228027344, 1142.4061279296875, 1772.5966796875, 1323.5860595703125, 2553.894775390625, 675.8301391601562, 1261.81005859375, 703.3984985351562, 946.3164672851562]\n", - "87\n", - "2890\n", - "12\n", - "[372.45965576171875, 387.7069396972656, 472.6231689453125, 970.0013427734375, 800.0023803710938, 302.2060546875, 1313.8909912109375, 819.662109375, 336.58392333984375, 401.2259216308594, 329.7689514160156, 325.62109375]\n", - "12\n", - "2891\n", - "38\n", - "[627.2454223632812, 902.4683227539062, 1678.724609375, 1216.0050048828125, 503.5571594238281, 408.54693603515625, 478.00506591796875, 1618.9310302734375, 747.6070556640625, 3246.866943359375, 11038.4521484375, 3464.447021484375, 404.01580810546875, 347.5201110839844, 855.0348510742188, 4652.40478515625, 7011.11376953125, 9078.4248046875, 374.13330078125, 645.5706787109375, 460.5401611328125, 345.59869384765625, 779.1242065429688, 873.2740478515625, 684.8308715820312, 5311.310546875, 1055.1500244140625, 319.64508056640625, 461.88800048828125, 345.13983154296875, 588.9603271484375, 673.904541015625, 1807.5462646484375, 402.5245361328125, 430.7723693847656, 458.41796875, 723.3167114257812, 648.9833374023438]\n", - "38\n", - "2892\n", - "17\n", - "[717.0629272460938, 429.2019348144531, 1212.8526611328125, 370.3674011230469, 362.3604736328125, 1692.343017578125, 724.91845703125, 583.6533813476562, 422.5892333984375, 474.61346435546875, 328.3465881347656, 746.77880859375, 346.4298095703125, 1758.24951171875, 438.7902526855469, 376.6585693359375, 315.1299743652344]\n", - "17\n", - "2893\n", - "8\n", - "[452.9932861328125, 1059.0523681640625, 2051.676025390625, 786.1707153320312, 7792.0439453125, 3400.7158203125, 417.296875, 304.6507263183594]\n", - "8\n", - "2894\n", - "66\n", - "[339.6671447753906, 1483.9771728515625, 363.38043212890625, 546.7984619140625, 501.650146484375, 1047.7559814453125, 717.5402221679688, 481.9621887207031, 469.4474792480469, 1027.4061279296875, 93.71401977539062, 1258.058349609375, 535.961669921875, 2222.3212890625, 882.0862426757812, 532.8522338867188, 82.12290954589844, 222.83245849609375, 610.488037109375, 1249.2764892578125, 627.1588745117188, 622.6024780273438, 947.3458251953125, 865.7232666015625, 1025.5589599609375, 347.30987548828125, 1449.4500732421875, 324.6433410644531, 406.0350646972656, 328.2915344238281, 841.3095703125, 877.9454345703125, 540.6411743164062, 1000.5217895507812, 3025.124755859375, 2072.552978515625, 635.5789794921875, 1598.8876953125, 703.4862670898438, 335.2261962890625, 1544.56494140625, 304.2703857421875, 923.2246704101562, 1603.4979248046875, 2772.57568359375, 4230.56884765625, 1633.4454345703125, 715.9932250976562, 326.6983337402344, 571.7816772460938, 310.3968811035156, 429.5713195800781, 926.9498291015625, 1634.361328125, 1064.511474609375, 474.25018310546875, 1838.398681640625, 767.52978515625, 501.357666015625, 1184.0322265625, 1928.310546875, 310.5200500488281, 866.3004760742188, 656.390625]\n", - "64\n", - "2895\n", - "26\n", - "[744.4937744140625, 378.5350341796875, 666.0960693359375, 321.48773193359375, 323.088623046875, 2371.135498046875, 1111.068359375, 926.2955932617188, 335.61102294921875, 734.988525390625, 2330.15087890625, 556.5731811523438, 1127.1927490234375, 4859.90625, 2508.4814453125, 1149.4820556640625, 1089.6485595703125, 746.564208984375, 572.3281860351562, 788.3106689453125, 1103.7333984375, 390.7496032714844, 1152.653076171875, 1853.3994140625, 1063.410888671875]\n", - "25\n", - "2896\n", - "5\n", - "[469.2288818359375, 1006.2218627929688, 2059.615234375, 2887.76220703125, 426.1870422363281]\n", - "5\n", - "2897\n", - "10\n", - "[1097.200927734375, 763.439453125, 445.3580017089844, 657.3355102539062, 1236.1292724609375, 1454.7943115234375, 1488.4024658203125, 417.64324951171875, 1381.3551025390625, 787.6295776367188]\n", - "10\n", - "2898\n", - "40\n", - "[310.39813232421875, 1451.9359130859375, 2866.1982421875, 1116.6898193359375, 2000.251220703125, 392.0346374511719, 577.5769653320312, 5324.5556640625, 1511.2427978515625, 4837.58984375, 5712.50439453125, 3103.39208984375, 661.3164672851562, 1032.2069091796875, 5137.720703125, 6665.12451171875, 4161.263671875, 5527.3642578125, 1426.652587890625, 1005.2894287109375, 1288.4285888671875, 541.76513671875, 792.869873046875, 2491.2958984375, 6172.130859375, 6513.97412109375, 5596.00048828125, 369.28973388671875, 1255.0147705078125, 4126.9658203125, 1617.6668701171875, 402.5899658203125, 901.5376586914062, 4875.1025390625, 5961.64013671875, 1365.34326171875, 1668.2401123046875, 384.245361328125, 1371.592041015625, 384.7945556640625]\n", - "40\n", - "2899\n", - "9\n", - "[489.7420654296875, 309.1584167480469, 429.5225830078125, 1071.2359619140625, 479.59735107421875, 2165.693603515625, 1109.90576171875, 1121.447998046875, 569.0156860351562]\n", - "9\n", - "2900\n", - "5\n", - "[1947.531005859375, 2243.207275390625, 510.1177978515625, 362.0696105957031, 695.0292358398438]\n", - "5\n", - "2901\n", - "8\n", - "[304.5259094238281, 2529.36083984375, 5633.8203125, 4154.19384765625, 6714.51123046875, 1466.4052734375, 522.0125732421875, 1250.0321044921875]\n", - "8\n", - "2902\n", - "4\n", - "[2047.7569580078125, 2542.22412109375, 396.7831726074219, 951.4813232421875]\n", - "4\n", - "2903\n", - "10\n", - "[851.5327758789062, 331.57757568359375, 1346.9854736328125, 2103.3466796875, 1450.3739013671875, 616.3937377929688, 644.1868286132812, 4110.35205078125, 3688.147705078125, 1098.3734130859375]\n", - "10\n", - "2904\n", - "13\n", - "[553.9033203125, 395.6656799316406, 1471.5482177734375, 1374.7105712890625, 436.4453125, 1567.9566650390625, 2096.915283203125, 631.1859130859375, 913.5112915039062, 997.0101318359375, 1900.0601806640625, 2650.993408203125, 1024.196533203125]\n", - "13\n", - "2905\n", - "7\n", - "[2143.625, 1756.1817626953125, 2258.865478515625, 975.1126098632812, 549.2147216796875, 1130.4693603515625, 925.8008422851562]\n", - "7\n", - "2906\n", - "5\n", - "[982.645263671875, 513.5244140625, 1746.6639404296875, 2324.25732421875, 2775.791259765625]\n", - "5\n", - "2907\n", - "5\n", - "[411.620849609375, 351.76776123046875, 4059.30517578125, 337.660888671875, 728.775634765625]\n", - "5\n", - "2908\n", - "4\n", - "[1558.04248046875, 1796.8153076171875, 2234.84521484375, 429.46710205078125]\n", - "4\n", - "2909\n", - "4\n", - "[556.92724609375, 3123.99560546875, 1844.47900390625, 549.1228637695312]\n", - "4\n", - "2910\n", - "14\n", - "[1872.4107666015625, 441.1073913574219, 361.0384521484375, 514.7889404296875, 1909.543701171875, 656.0287475585938, 2610.270263671875, 6113.7109375, 936.854248046875, 425.1529235839844, 1550.30029296875, 6468.0595703125, 3295.47412109375, 859.4677124023438]\n", - "14\n", - "2911\n", - "8\n", - "[978.2529296875, 2854.372314453125, 5252.60693359375, 2759.114990234375, 1601.177734375, 1718.45654296875, 373.39630126953125, 501.02362060546875]\n", - "8\n", - "2912\n", - "9\n", - "[1878.20263671875, 2928.6328125, 341.7789306640625, 505.82080078125, 2254.5517578125, 3115.89794921875, 1342.548095703125, 783.83642578125, 1153.4405517578125]\n", - "9\n", - "2913\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[701.8237915039062, 2674.058837890625, 763.1812133789062, 767.9608154296875, 429.00946044921875, 312.53656005859375, 1064.803955078125, 1037.6348876953125, 507.77667236328125]\n", - "9\n", - "2914\n", - "35\n", - "[796.327392578125, 750.6883544921875, 798.443359375, 2619.890380859375, 4249.4248046875, 565.9006958007812, 300.4297790527344, 324.95916748046875, 860.9802856445312, 2979.432373046875, 2946.830322265625, 3285.152099609375, 1273.075927734375, 349.3431396484375, 641.2086791992188, 671.7149658203125, 481.9482116699219, 1052.918212890625, 2114.67626953125, 2568.78076171875, 2515.826171875, 1897.0809326171875, 883.0728149414062, 405.8379211425781, 941.7939453125, 316.7509460449219, 610.89794921875, 1963.43359375, 764.0210571289062, 2092.5087890625, 891.541748046875, 679.4769287109375, 472.080322265625, 317.32257080078125, 697.6683959960938]\n", - "35\n", - "2915\n", - "38\n", - "[1207.013671875, 1110.326171875, 886.1752319335938, 522.8983764648438, 995.9067993164062, 1861.660400390625, 2295.84912109375, 1232.1148681640625, 622.1106567382812, 558.4693603515625, 750.5612182617188, 2463.93359375, 2071.70654296875, 5132.40283203125, 5306.43359375, 1680.375732421875, 2140.858154296875, 5815.177734375, 6979.505859375, 5323.705078125, 2334.767578125, 381.70806884765625, 598.8023681640625, 2152.972900390625, 1609.447509765625, 2234.255859375, 860.84375, 833.3491821289062, 1208.2637939453125, 451.5588684082031, 792.4979858398438, 787.7935791015625, 345.8491516113281, 1313.3319091796875, 660.8892822265625, 728.0753784179688, 952.9171752929688, 593.1356811523438]\n", - "38\n", - "2916\n", - "26\n", - "[686.8260498046875, 849.52685546875, 398.481201171875, 1510.0457763671875, 2523.456787109375, 6099.087890625, 3275.988525390625, 718.1405639648438, 3187.36376953125, 7304.32177734375, 3972.1689453125, 1400.519775390625, 452.06707763671875, 625.4053955078125, 3704.164794921875, 2784.98388671875, 557.2583618164062, 724.6924438476562, 2029.32568359375, 2319.264892578125, 1341.216552734375, 2750.76708984375, 644.1516723632812, 559.4008178710938, 577.051025390625, 325.8002014160156]\n", - "26\n", - "2917\n", - "13\n", - "[467.1770324707031, 426.1197204589844, 435.6195068359375, 1291.2191162109375, 2089.471435546875, 434.58306884765625, 406.1626892089844, 1860.184326171875, 507.2862548828125, 783.1799926757812, 767.4337768554688, 367.3687744140625, 630.2258911132812]\n", - "13\n", - "2918\n", - "4\n", - "[1528.6312255859375, 1829.67626953125, 1629.872314453125, 633.9017333984375]\n", - "4\n", - "2919\n", - "16\n", - "[1190.3792724609375, 1348.764892578125, 404.6964111328125, 342.5185546875, 692.8320922851562, 306.35577392578125, 924.7869262695312, 1366.36083984375, 1181.443359375, 5048.6171875, 3075.341552734375, 802.0286865234375, 2958.147705078125, 316.7207946777344, 477.29498291015625, 615.4173583984375]\n", - "16\n", - "2920\n", - "7\n", - "[842.0167236328125, 417.26739501953125, 7339.08642578125, 4270.1435546875, 319.78460693359375, 632.9939575195312, 649.7559814453125]\n", - "7\n", - "2921\n", - "8\n", - "[649.3984985351562, 927.1251220703125, 859.210205078125, 1038.5263671875, 325.9368591308594, 315.90655517578125, 426.466552734375, 881.3092041015625]\n", - "8\n", - "2922\n", - "12\n", - "[452.0648193359375, 321.75640869140625, 1932.5457763671875, 6684.70458984375, 925.094970703125, 666.0672607421875, 4351.7548828125, 2399.9443359375, 630.7440185546875, 540.7213745117188, 377.7661437988281, 354.9607849121094]\n", - "12\n", - "2923\n", - "52\n", - "[715.8554077148438, 869.4635620117188, 474.418701171875, 1120.754638671875, 1117.4049072265625, 764.673095703125, 6538.22119140625, 2712.397216796875, 1874.7174072265625, 428.26739501953125, 300.8733215332031, 11302.6298828125, 18347.482421875, 10744.482421875, 6895.1064453125, 7572.64697265625, 570.4725952148438, 6006.28125, 11553.8515625, 15876.0625, 14193.9189453125, 4754.3701171875, 6984.96630859375, 1451.041015625, 4206.6337890625, 9533.8173828125, 7628.52783203125, 4574.3642578125, 448.3890380859375, 464.6676025390625, 452.6280517578125, 2040.8292236328125, 5473.66943359375, 6558.85693359375, 1451.499755859375, 316.4741516113281, 429.0016174316406, 1439.293701171875, 1805.6820068359375, 868.7179565429688, 1523.6922607421875, 2487.959228515625, 940.589111328125, 1275.762451171875, 679.1798706054688, 705.4160766601562, 467.46673583984375, 888.1856689453125, 1756.295654296875, 576.0364379882812, 590.3303833007812, 386.8998718261719]\n", - "52\n", - "2924\n", - "7\n", - "[944.4026489257812, 2536.024169921875, 429.0182800292969, 683.2872314453125, 311.2645263671875, 929.6171875, 502.0018310546875]\n", - "7\n", - "2925\n", - "7\n", - "[456.23895263671875, 1342.3253173828125, 1287.76171875, 916.1981201171875, 1890.6005859375, 1199.57275390625, 1520.7064208984375]\n", - "7\n", - "2926\n", - "6\n", - "[678.60205078125, 322.96673583984375, 1163.9136962890625, 3091.17236328125, 609.35693359375, 621.2650146484375]\n", - "6\n", - "2927\n", - "13\n", - "[847.76806640625, 919.1151733398438, 446.3437805175781, 1578.6348876953125, 1141.4786376953125, 479.8099670410156, 1528.9461669921875, 994.5932006835938, 386.4393310546875, 1193.255859375, 393.4992370605469, 399.1833190917969, 301.02923583984375]\n", - "13\n", - "2928\n", - "4\n", - "[1029.805908203125, 371.3573303222656, 3766.199951171875, 1906.9501953125]\n", - "4\n", - "2929\n", - "14\n", - "[480.4679260253906, 570.6812133789062, 322.19866943359375, 943.9743041992188, 1984.4644775390625, 1267.39404296875, 939.1726684570312, 917.5367431640625, 1214.957763671875, 2041.199951171875, 2243.905029296875, 1830.6407470703125, 860.0825805664062, 872.9293212890625]\n", - "14\n", - "2930\n", - "6\n", - "[1366.541748046875, 818.983642578125, 384.41253662109375, 1321.7130126953125, 1254.826416015625, 562.4511108398438]\n", - "6\n", - "2931\n", - "10\n", - "[1128.1895751953125, 1171.264892578125, 344.17852783203125, 724.5439453125, 1431.011474609375, 3499.914794921875, 2683.48486328125, 1184.870361328125, 1381.266357421875, 1063.8958740234375]\n", - "10\n", - "2932\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[1257.49609375, 715.1263427734375, 1301.1278076171875, 3730.77880859375, 324.94427490234375, 947.9152221679688, 1009.8192138671875, 469.2200927734375]\n", - "8\n", - "2933\n", - "3\n", - "[3613.85498046875, 2034.16162109375, 647.7645263671875]\n", - "3\n", - "2934\n", - "8\n", - "[730.1698608398438, 1036.4224853515625, 531.39111328125, 338.3675537109375, 1324.51904296875, 352.9941711425781, 688.2774047851562, 1912.14306640625]\n", - "8\n", - "2935\n", - "9\n", - "[890.1021118164062, 1151.863525390625, 535.1158447265625, 341.0998840332031, 989.6725463867188, 2967.962890625, 2569.298583984375, 1255.0057373046875, 1298.3587646484375]\n", - "9\n", - "2936\n", - "12\n", - "[2547.247314453125, 1007.2978515625, 1664.423828125, 1514.439453125, 795.3209228515625, 1056.277587890625, 1428.465087890625, 547.2359008789062, 1050.999267578125, 309.77410888671875, 1306.46875, 1565.793701171875]\n", - "12\n", - "2937\n", - "7\n", - "[401.6607360839844, 1868.4293212890625, 633.0081787109375, 515.224853515625, 900.1404418945312, 1299.9588623046875, 482.7462463378906]\n", - "7\n", - "2938\n", - "11\n", - "[1021.8824462890625, 1337.8895263671875, 1434.87353515625, 2025.453857421875, 1424.040771484375, 3305.871337890625, 2795.903564453125, 591.052001953125, 821.9681396484375, 2546.609130859375, 2755.958984375]\n", - "11\n", - "2939\n", - "4\n", - "[468.44122314453125, 1948.597900390625, 2639.968994140625, 340.4549560546875]\n", - "4\n", - "2940\n", - "4\n", - "[11527.353515625, 3326.866455078125, 889.1884765625, 2083.7373046875]\n", - "4\n", - "2941\n", - "4\n", - "[1276.362548828125, 2840.328857421875, 2280.555908203125, 1434.53173828125]\n", - "4\n", - "2942\n", - "4\n", - "[2629.3955078125, 8323.6728515625, 2582.550537109375, 3522.921630859375]\n", - "4\n", - "2943\n", - "5\n", - "[2857.697998046875, 826.2603759765625, 323.1949157714844, 708.7847900390625, 306.364501953125]\n", - "5\n", - "2944\n", - "269\n", - "[570.51513671875, 630.9317626953125, 685.45263671875, 656.7366943359375, 374.21551513671875, 698.83740234375, 441.4113464355469, 414.13201904296875, 512.7188720703125, 753.1090698242188, 1311.7667236328125, 667.97119140625, 404.1019287109375, 551.7689208984375, 982.1212768554688, 1169.5802001953125, 1182.776123046875, 583.4450073242188, 437.0579833984375, 724.4478759765625, 557.7098999023438, 952.8257446289062, 1170.654296875, 8712.08203125, 3687.89990234375, 790.5404052734375, 863.483642578125, 721.5821533203125, 687.0629272460938, 913.32080078125, 6411.56494140625, 7622.2177734375, 3213.810302734375, 541.8992919921875, 908.9862670898438, 676.8591918945312, 1282.8997802734375, 2487.61279296875, 3819.521240234375, 409.82733154296875, 639.3137817382812, 943.8150634765625, 1115.28955078125, 3318.705322265625, 1394.1256103515625, 1633.8778076171875, 1821.9658203125, 5969.80712890625, 13971.3232421875, 1497.362060546875, 916.0881958007812, 13295.498046875, 15491.7861328125, 13117.775390625, 495.8340148925781, 329.9927978515625, 595.1712036132812, 2469.31005859375, 8055.00439453125, 12562.376953125, 15127.431640625, 16557.5546875, 14817.560546875, 10529.173828125, 3810.653564453125, 372.4525146484375, 920.6701049804688, 3230.316650390625, 17997.134765625, 16407.974609375, 17748.125, 12294.9619140625, 16462.720703125, 17201.087890625, 6647.92138671875, 3903.70556640625, 3948.853759765625, 5855.05224609375, 7366.70849609375, 3960.1123046875, 13902.4443359375, 17533.02734375, 13671.271484375, 18313.990234375, 13235.28515625, 2741.745361328125, 336.49493408203125, 426.2674255371094, 3703.509521484375, 7129.724609375, 5854.7080078125, 14355.8623046875, 14881.51953125, 15047.3369140625, 17523.328125, 18704.74609375, 8114.8330078125, 4367.46923828125, 3541.963623046875, 1187.4505615234375, 7248.8134765625, 3364.24951171875, 725.9002075195312, 1697.1571044921875, 4835.34619140625, 347.731689453125, 4615.87255859375, 7667.529296875, 14134.2451171875, 14718.5361328125, 14454.98828125, 8636.9873046875, 7024.78759765625, 10621.294921875, 4828.115234375, 10998.36328125, 6464.59033203125, 3557.783935546875, 638.4033813476562, 487.9736022949219, 349.7572326660156, 879.7564697265625, 2433.028564453125, 3756.676513671875, 13734.3994140625, 12970.7060546875, 13641.8125, 17445.642578125, 17118.765625, 12944.75, 16806.990234375, 11556.71875, 5215.52978515625, 2378.114990234375, 1233.6612548828125, 980.916748046875, 490.1942138671875, 432.9521484375, 1028.8409423828125, 784.6438598632812, 877.8267211914062, 419.5159606933594, 2100.501708984375, 486.2979431152344, 11043.59375, 13121.744140625, 14316.240234375, 15522.0341796875, 13410.841796875, 12967.4052734375, 12086.404296875, 8985.12890625, 546.1083374023438, 709.4925537109375, 1009.9241333007812, 488.1081237792969, 1027.8896484375, 1235.4857177734375, 418.31036376953125, 1069.7177734375, 2393.83154296875, 1951.8123779296875, 760.3935546875, 883.6737670898438, 489.76007080078125, 416.630126953125, 6455.7021484375, 8088.26904296875, 8468.6787109375, 9253.24609375, 10799.6044921875, 13919.390625, 15469.1298828125, 11214.23046875, 7946.1884765625, 1580.16259765625, 1102.1148681640625, 396.37799072265625, 988.7802124023438, 1285.969482421875, 3586.060302734375, 12068.9111328125, 8539.48046875, 7002.9931640625, 527.3042602539062, 391.5381164550781, 842.0877075195312, 2152.352783203125, 7287.14013671875, 2177.984619140625, 478.4626159667969, 302.1484375, 959.754638671875, 667.8270263671875, 1792.2911376953125, 1171.4761962890625, 8190.8173828125, 11778.619140625, 8349.4072265625, 632.5780639648438, 994.3202514648438, 332.8506164550781, 4424.60498046875, 14904.033203125, 1125.0916748046875, 373.0801696777344, 1655.8768310546875, 7966.66943359375, 680.319091796875, 3010.880615234375, 4923.4150390625, 1144.07763671875, 829.2444458007812, 1114.4735107421875, 7272.30615234375, 2499.229736328125, 637.3102416992188, 713.4202270507812, 1440.851318359375, 1097.6484375, 1282.8914794921875, 806.9038696289062, 493.0194396972656, 307.2883605957031, 1395.3299560546875, 4615.109375, 3918.222900390625, 1412.1802978515625, 6624.00048828125, 10320.4052734375, 4806.00390625, 4148.720703125, 2856.437744140625, 623.3679809570312, 1259.6016845703125, 7208.00634765625, 5493.9423828125, 5141.2529296875, 2183.552001953125, 1444.32470703125, 2675.256591796875, 6000.5791015625, 1332.10107421875, 11451.630859375, 3438.015380859375, 1036.9520263671875, 313.27374267578125, 527.0426635742188, 7239.5869140625, 5011.615234375, 2100.185791015625, 483.1319580078125, 920.6365966796875, 338.9580993652344, 2689.65185546875, 1875.228759765625, 784.6265869140625, 1158.5667724609375, 617.2100830078125, 640.8468017578125, 887.2578735351562, 1111.933349609375, 403.6429748535156, 5794.29638671875, 2603.73681640625, 625.2342529296875, 1264.22900390625]\n", - "267\n", - "2945\n", - "19\n", - "[1323.1651611328125, 2362.799560546875, 1322.503173828125, 897.1539306640625, 329.9126892089844, 1031.722900390625, 365.0567321777344, 2415.385009765625, 3942.19775390625, 1172.4053955078125, 1433.403076171875, 498.1137390136719, 1482.2451171875, 2317.0224609375, 465.560546875, 1598.7435302734375, 1071.5992431640625, 647.87646484375, 377.9783020019531]\n", - "19\n", - "2946\n", - "39\n", - "[410.156494140625, 344.0223693847656, 2097.213623046875, 390.0916442871094, 761.22900390625, 506.4752502441406, 1312.613037109375, 395.5196533203125, 1218.5653076171875, 1266.9056396484375, 1324.9913330078125, 3073.578125, 7496.43017578125, 5444.46240234375, 725.7037353515625, 350.8354187011719, 2566.491455078125, 6876.5166015625, 11290.0849609375, 9008.8310546875, 1306.62353515625, 878.13671875, 1079.6212158203125, 6746.51904296875, 6850.92333984375, 2987.70361328125, 918.84033203125, 599.2003173828125, 971.8973999023438, 600.02392578125, 541.1520385742188, 732.9036254882812, 715.5339965820312, 618.915771484375, 1698.6243896484375, 442.8616943359375, 515.422119140625, 970.4874267578125, 827.2757568359375]\n", - "39\n", - "2947\n", - "10\n", - "[490.56378173828125, 721.1236572265625, 867.7713012695312, 646.0986938476562, 618.5942993164062, 1711.34521484375, 363.1055908203125, 533.7599487304688, 893.2247924804688, 383.64642333984375]\n", - "10\n", - "2948\n", - "15\n", - "[331.212646484375, 987.5341796875, 1622.752197265625, 2116.064697265625, 1017.6854248046875, 303.38775634765625, 2114.204345703125, 2005.4962158203125, 792.6158447265625, 1943.4698486328125, 860.2875366210938, 1124.6392822265625, 543.798095703125, 667.0741577148438, 676.8947143554688]\n", - "15\n", - "2949\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[661.2164306640625, 315.42431640625, 2122.5341796875, 766.5322875976562, 1205.4208984375, 949.8727416992188, 2542.63916015625, 1612.7957763671875, 451.19512939453125, 781.7535400390625, 315.58624267578125, 372.13665771484375, 1298.4052734375, 479.53265380859375]\n", - "14\n", - "2950\n", - "21\n", - "[1383.90576171875, 844.0418701171875, 453.60784912109375, 1233.35986328125, 4661.04052734375, 5807.09033203125, 4610.1123046875, 1347.6239013671875, 335.5340270996094, 2036.779052734375, 2898.71533203125, 1395.9432373046875, 1874.980712890625, 4547.88525390625, 4490.2373046875, 2584.131591796875, 520.9994506835938, 525.6866455078125, 665.064697265625, 2568.384521484375, 3119.339111328125]\n", - "21\n", - "2951\n", - "4\n", - "[873.5386352539062, 1159.7401123046875, 866.7208862304688, 2484.098388671875]\n", - "4\n", - "2952\n", - "7\n", - "[2518.324462890625, 3702.91552734375, 2540.57763671875, 6264.326171875, 536.26953125, 433.7279357910156, 389.17919921875]\n", - "7\n", - "2953\n", - "15\n", - "[1619.0858154296875, 1790.448974609375, 754.5372314453125, 854.0089721679688, 6087.3251953125, 2896.72802734375, 1143.2452392578125, 6521.6875, 2523.3388671875, 377.69482421875, 3683.8486328125, 533.360595703125, 734.9540405273438, 584.1986694335938, 409.45440673828125]\n", - "15\n", - "2954\n", - "7\n", - "[520.1389770507812, 495.81842041015625, 1774.5780029296875, 2651.91943359375, 841.8012084960938, 2146.842529296875, 493.39434814453125]\n", - "7\n", - "2955\n", - "18\n", - "[3403.17919921875, 3886.03125, 3984.185546875, 790.697509765625, 2243.70947265625, 859.6145629882812, 1734.974853515625, 5438.29736328125, 3080.59814453125, 10661.3486328125, 11454.2646484375, 560.9498901367188, 6576.8994140625, 7361.3017578125, 709.3173217773438, 1068.9088134765625, 1885.218017578125, 611.1452026367188]\n", - "18\n", - "2956\n", - "4\n", - "[692.0841674804688, 2048.164794921875, 1004.3975830078125, 1605.2802734375]\n", - "4\n", - "2957\n", - "6\n", - "[1233.2545166015625, 3296.44384765625, 510.7178039550781, 681.5142211914062, 524.5068969726562, 334.91766357421875]\n", - "6\n", - "2958\n", - "18\n", - "[889.14404296875, 554.8260498046875, 593.4862060546875, 666.0961303710938, 941.0731201171875, 1208.97705078125, 2565.53662109375, 1826.5843505859375, 759.471435546875, 1163.7978515625, 1869.146728515625, 780.56787109375, 334.74127197265625, 545.57470703125, 464.17529296875, 1983.164306640625, 946.4376831054688, 490.9364318847656]\n", - "18\n", - "2959\n", - "4\n", - "[428.2090148925781, 1848.7044677734375, 2207.451416015625, 561.776123046875]\n", - "4\n", - "2960\n", - "7\n", - "[1298.0804443359375, 3139.523193359375, 2445.38134765625, 633.823486328125, 603.138671875, 397.3815612792969, 301.3545227050781]\n", - "7\n", - "2961\n", - "4\n", - "[2854.185302734375, 1571.8890380859375, 887.4686279296875, 359.0660705566406]\n", - "4\n", - "2962\n", - "8\n", - "[383.6622619628906, 1207.00927734375, 592.8255615234375, 1126.9368896484375, 1210.818359375, 447.529052734375, 475.1847839355469, 322.89813232421875]\n", - "8\n", - "2963\n", - "8\n", - "[535.3344116210938, 586.7814331054688, 8336.7587890625, 1917.7169189453125, 681.2319946289062, 4514.3955078125, 725.3400268554688, 687.650634765625]\n", - "8\n", - "2964\n", - "126\n", - "[1485.2470703125, 376.0644226074219, 467.09234619140625, 1815.8707275390625, 2025.1263427734375, 662.7403564453125, 701.292724609375, 839.5470581054688, 374.6174621582031, 728.2462768554688, 333.41748046875, 770.38525390625, 1420.2030029296875, 1124.6605224609375, 367.9060363769531, 1381.7891845703125, 2338.486328125, 736.9896240234375, 313.1214904785156, 383.3454284667969, 1763.841552734375, 3998.846923828125, 3898.775390625, 4029.333251953125, 1881.2764892578125, 629.021484375, 420.7125244140625, 1649.76220703125, 3169.051513671875, 3893.926513671875, 2728.951171875, 5291.05517578125, 1774.155029296875, 1039.8746337890625, 1358.006591796875, 779.8674926757812, 823.6304321289062, 1054.0594482421875, 1271.10400390625, 1114.2315673828125, 4202.31494140625, 5360.6787109375, 6448.94189453125, 5032.302734375, 3724.708740234375, 862.3598022460938, 1527.89404296875, 335.2107849121094, 1964.0689697265625, 4515.58251953125, 3813.935791015625, 5142.541015625, 6055.38330078125, 6803.39453125, 4219.93212890625, 882.59423828125, 1345.584228515625, 1227.6875, 741.0611572265625, 485.47955322265625, 2222.336669921875, 5986.56787109375, 5601.90625, 5018.5947265625, 4920.09375, 5878.345703125, 6333.62353515625, 5854.2861328125, 2419.585693359375, 760.3026123046875, 2160.28662109375, 2512.3759765625, 1187.9652099609375, 671.5452880859375, 2430.738037109375, 2971.10986328125, 3001.52685546875, 3776.891845703125, 3109.2412109375, 4613.4833984375, 5031.625, 3321.41357421875, 1364.2947998046875, 2984.37890625, 1595.67822265625, 1939.23974609375, 1199.1407470703125, 3522.203125, 4432.73583984375, 4658.77783203125, 3648.011962890625, 916.5055541992188, 356.2533264160156, 1315.505859375, 2744.629150390625, 3040.941162109375, 2149.2958984375, 1319.769775390625, 1790.3948974609375, 1300.1434326171875, 1402.29296875, 2058.16015625, 1264.6312255859375, 667.02734375, 3419.868896484375, 4751.8916015625, 4433.228515625, 1350.2945556640625, 208.66299438476562, 920.66943359375, 581.787353515625, 900.2117919921875, 2325.886962890625, 1339.5963134765625, 331.4779357910156, 1979.4622802734375, 1175.927734375, 458.3489685058594, 1050.5960693359375, 865.2537231445312, 3042.711669921875, 908.6857299804688, 1230.25048828125, 692.9495239257812, 311.997802734375, 990.39306640625]\n", - "126\n", - "2965\n", - "15\n", - "[473.9579162597656, 651.14404296875, 833.4152221679688, 1127.1785888671875, 499.88519287109375, 1270.463134765625, 1916.7496337890625, 2145.248779296875, 1297.2861328125, 1565.2197265625, 2159.57568359375, 1474.5914306640625, 802.7893676757812, 802.8182373046875, 1235.6478271484375]\n", - "15\n", - "2966\n", - "9\n", - "[688.4088745117188, 847.598876953125, 876.9165649414062, 697.3807373046875, 599.792724609375, 974.3074951171875, 304.6607666015625, 480.1358337402344, 336.17376708984375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "2967\n", - "5\n", - "[1632.5089111328125, 1457.8839111328125, 978.34912109375, 780.2835693359375, 1159.6470947265625]\n", - "5\n", - "2968\n", - "4\n", - "[705.3098754882812, 2265.74755859375, 2199.482421875, 1098.877685546875]\n", - "4\n", - "2969\n", - "5\n", - "[701.2186889648438, 2809.28125, 513.2656860351562, 432.6479797363281, 704.0942993164062]\n", - "5\n", - "2970\n", - "12\n", - "[438.7086486816406, 732.965087890625, 1048.96044921875, 2483.06787109375, 2641.2216796875, 841.9534912109375, 568.6900634765625, 1039.193603515625, 611.1515502929688, 1902.163330078125, 986.2705078125, 873.9534912109375]\n", - "12\n", - "2971\n", - "5\n", - "[1694.1375732421875, 728.3721923828125, 3524.58740234375, 1205.47509765625, 412.79644775390625]\n", - "5\n", - "2972\n", - "4\n", - "[1147.7742919921875, 725.5021362304688, 3225.068115234375, 764.0161743164062]\n", - "4\n", - "2973\n", - "25\n", - "[579.2782592773438, 1570.818115234375, 1151.8834228515625, 703.4246826171875, 1039.6976318359375, 693.0188598632812, 1679.809814453125, 1340.496826171875, 870.91845703125, 584.9737548828125, 671.3836669921875, 1470.81591796875, 519.1676635742188, 1071.3460693359375, 1375.262451171875, 2315.2119140625, 548.3301391601562, 387.40155029296875, 1368.6279296875, 1333.11572265625, 755.1228637695312, 627.7745971679688, 721.1345825195312, 2265.29150390625]\n", - "24\n", - "2974\n", - "5\n", - "[499.3873291015625, 388.8100280761719, 1766.9893798828125, 1777.2874755859375, 811.89306640625]\n", - "5\n", - "2975\n", - "409\n", - "[452.8929443359375, 739.8064575195312, 429.8644714355469, 1812.1661376953125, 720.5592041015625, 1109.349365234375, 662.9185180664062, 1616.56982421875, 822.9669189453125, 1644.36572265625, 1463.173095703125, 851.761962890625, 692.4976196289062, 429.9656677246094, 905.5835571289062, 572.802734375, 1407.7327880859375, 362.7771911621094, 880.2029418945312, 746.3065795898438, 1555.982421875, 818.3764038085938, 716.1963500976562, 1000.555419921875, 675.7669067382812, 558.841552734375, 581.4147338867188, 1104.88525390625, 474.7705993652344, 564.2919921875, 1270.282958984375, 651.1450805664062, 355.9356994628906, 617.1651000976562, 817.9717407226562, 2536.77197265625, 788.1649780273438, 354.4434509277344, 435.3402404785156, 1009.179931640625, 1437.729248046875, 435.42877197265625, 528.9462890625, 1732.6351318359375, 1074.4715576171875, 1908.2381591796875, 638.7266235351562, 2843.539794921875, 3730.30615234375, 552.9611206054688, 510.74859619140625, 593.8457641601562, 683.5062866210938, 1385.7540283203125, 5593.94140625, 8137.97265625, 6731.5927734375, 5210.4248046875, 889.2069091796875, 697.1134643554688, 620.377197265625, 721.1915283203125, 2416.318359375, 5726.6240234375, 8213.0146484375, 7256.251953125, 5804.22021484375, 1878.50732421875, 332.4140319824219, 670.4176025390625, 726.0096435546875, 1302.5177001953125, 605.6572265625, 2352.177734375, 1980.6748046875, 5263.91748046875, 7036.29931640625, 5425.06640625, 2072.699951171875, 175.1857147216797, 1581.17333984375, 912.0836181640625, 382.40386962890625, 589.0909423828125, 781.3361206054688, 375.72674560546875, 354.5572509765625, 1714.6524658203125, 2728.29638671875, 2254.942138671875, 83.78006744384766, 1089.6087646484375, 3407.123779296875, 364.9649658203125, 726.6925659179688, 904.0660400390625, 379.8746337890625, 1101.040771484375, 650.8289184570312, 599.4100341796875, 390.9652404785156, 1203.2841796875, 978.0201416015625, 804.3013305664062, 892.886962890625, 729.4367065429688, 307.8427734375, 1192.2188720703125, 1188.918212890625, 1079.44140625, 2460.238037109375, 1409.667724609375, 2518.99169921875, 1282.5875244140625, 807.0076293945312, 2735.251708984375, 910.5281372070312, 445.92498779296875, 700.7933959960938, 2823.647705078125, 620.693359375, 1966.7767333984375, 1348.916015625, 2451.31005859375, 1002.0602416992188, 900.4745483398438, 747.735595703125, 735.317138671875, 433.3042297363281, 2274.783935546875, 1014.339599609375, 977.4510498046875, 1262.6068115234375, 406.6842956542969, 1012.6956176757812, 1593.46533203125, 1143.316650390625, 1359.905517578125, 316.0753479003906, 692.4849853515625, 854.1900634765625, 680.8759155273438, 1014.9339599609375, 385.75506591796875, 465.4251708984375, 2475.805419921875, 2795.01708984375, 1082.1729736328125, 425.8177490234375, 2667.0263671875, 312.1424255371094, 370.9844970703125, 493.17059326171875, 1492.7269287109375, 793.28662109375, 1310.8134765625, 926.588623046875, 403.5733337402344, 4436.8662109375, 1221.8359375, 407.3924560546875, 724.2265625, 2125.117919921875, 1757.2064208984375, 1285.319091796875, 2261.214599609375, 964.8302612304688, 3285.9619140625, 964.5900268554688, 1375.7762451171875, 1691.0169677734375, 2712.52685546875, 201.74241638183594, 3013.793701171875, 1115.91259765625, 2254.461669921875, 1682.518798828125, 1303.20068359375, 3328.98388671875, 1218.649169921875, 2175.76513671875, 1873.0443115234375, 570.1344604492188, 1882.339111328125, 1389.66162109375, 2314.378662109375, 619.8081665039062, 341.8353576660156, 192.09347534179688, 1223.833984375, 3079.9072265625, 467.97967529296875, 1149.930419921875, 1579.617919921875, 721.280029296875, 1683.2396240234375, 1372.8170166015625, 4276.185546875, 1784.4080810546875, 765.8067626953125, 373.26080322265625, 2870.22314453125, 2447.883056640625, 2405.65771484375, 1410.148193359375, 348.0951232910156, 312.7241516113281, 1357.5279541015625, 1123.0828857421875, 422.5803527832031, 1413.3603515625, 1994.7117919921875, 556.7549438476562, 276.1517639160156, 680.3826904296875, 4520.25390625, 1276.4921875, 1195.190673828125, 1925.3609619140625, 1098.296630859375, 2313.240478515625, 2414.130615234375, 3640.139892578125, 1824.2430419921875, 3373.030029296875, 1574.243408203125, 318.3136901855469, 583.653076171875, 512.2534790039062, 4196.79345703125, 920.3287963867188, 1516.197998046875, 1403.06640625, 1911.57666015625, 1880.37890625, 591.0636596679688, 2313.20263671875, 2700.47509765625, 2199.438720703125, 4198.4248046875, 2456.57080078125, 1525.79638671875, 2912.764404296875, 641.6731567382812, 548.9776000976562, 605.3789672851562, 1187.173095703125, 3243.294189453125, 2595.3232421875, 1175.1214599609375, 1173.07275390625, 2685.514892578125, 1644.11279296875, 1606.26318359375, 4072.647216796875, 1854.2774658203125, 1951.6014404296875, 2446.087158203125, 177.96783447265625, 1032.246337890625, 555.9076538085938, 1358.33740234375, 3653.013427734375, 2350.495849609375, 1963.109375, 1783.1434326171875, 1606.1240234375, 1466.9036865234375, 1138.09375, 1752.603271484375, 346.81787109375, 1861.71337890625, 1528.2496337890625, 1828.3782958984375, 2034.5216064453125, 3378.518310546875, 4840.64208984375, 5690.5322265625, 4263.8427734375, 5591.85498046875, 2750.718017578125, 3662.59912109375, 1029.1353759765625, 597.7155151367188, 1638.1944580078125, 770.0938110351562, 1117.999267578125, 4050.3017578125, 9567.7353515625, 8815.3837890625, 10614.7900390625, 5660.77587890625, 3634.9296875, 1477.8931884765625, 2295.864990234375, 1067.7186279296875, 2446.631103515625, 1005.803466796875, 893.6204223632812, 3431.859375, 8598.6298828125, 10382.1025390625, 9153.0830078125, 8843.583984375, 5641.71826171875, 2576.000244140625, 735.5953979492188, 1174.6788330078125, 617.4053955078125, 745.838623046875, 2599.167724609375, 2621.53857421875, 4272.49267578125, 3108.284912109375, 3479.939697265625, 1718.888916015625, 618.4423828125, 583.8680419921875, 2571.7509765625, 1439.44921875, 3229.661865234375, 573.4730224609375, 1697.5423583984375, 398.0470275878906, 954.4732055664062, 377.73748779296875, 1208.6334228515625, 1878.4566650390625, 153.358642578125, 1511.038330078125, 810.270263671875, 1635.779052734375, 757.144287109375, 1042.4517822265625, 1000.3909912109375, 695.5326538085938, 759.1170043945312, 2213.387451171875, 2966.0927734375, 549.9260864257812, 881.6572265625, 485.20361328125, 1723.125244140625, 433.16510009765625, 912.3491821289062, 1530.7156982421875, 567.6431884765625, 1713.2108154296875, 780.1221313476562, 1016.9447021484375, 1208.1529541015625, 461.2899169921875, 689.1590576171875, 1398.7794189453125, 2100.078857421875, 2074.989013671875, 1966.865234375, 1527.478271484375, 510.1163024902344, 749.2531127929688, 652.6372680664062, 345.0221252441406, 759.4584350585938, 942.510009765625, 1512.6065673828125, 1837.4962158203125, 646.2257690429688, 1134.5528564453125, 303.45458984375, 809.3218383789062, 3438.14453125, 369.36578369140625, 1217.9788818359375, 1085.1953125, 963.3633422851562, 470.71124267578125, 528.6174926757812, 1104.3035888671875, 397.7308654785156, 357.8958435058594, 457.2810974121094, 670.3291015625, 1263.8460693359375, 785.01611328125, 1246.0404052734375, 498.2290344238281, 570.0965576171875, 1268.7275390625, 728.7411499023438, 2466.58642578125, 399.6404113769531, 803.2264404296875, 1875.7630615234375, 1815.770263671875, 1268.60107421875, 423.4276428222656, 519.1582641601562, 1765.261962890625, 2117.846435546875, 671.6063842773438, 346.7673034667969, 713.06005859375, 1762.2774658203125, 381.3921813964844, 562.7744750976562, 505.46258544921875]\n", - "406\n", - "2976\n", - "39\n", - "[1931.2044677734375, 339.1052551269531, 537.2546997070312, 1478.9588623046875, 1911.6396484375, 857.9035034179688, 2491.6875, 1244.627685546875, 2221.336181640625, 3310.361328125, 917.8909301757812, 1323.5565185546875, 3173.946533203125, 3813.958740234375, 5493.306640625, 2716.45947265625, 1002.1149291992188, 1917.9739990234375, 4295.38232421875, 4948.90966796875, 5436.10546875, 1412.9912109375, 2044.390869140625, 1456.67724609375, 3985.093017578125, 5339.12060546875, 3508.7724609375, 3066.39404296875, 1444.662841796875, 374.1556701660156, 316.6080627441406, 2096.8896484375, 1679.486572265625, 904.029296875, 2213.916748046875, 2012.3885498046875, 2897.961181640625, 1393.3341064453125, 560.5215454101562]\n", - "39\n", - "2977\n", - "8\n", - "[685.9879760742188, 633.3157958984375, 2060.716796875, 3192.28515625, 2835.402587890625, 683.0181274414062, 307.4901428222656, 923.4000854492188]\n", - "8\n", - "2978\n", - "14\n", - "[306.0947570800781, 1185.7528076171875, 839.7987060546875, 2837.411376953125, 1251.3338623046875, 783.4476318359375, 1906.29736328125, 2658.29345703125, 322.15057373046875, 856.2158203125, 393.1624755859375, 1607.3773193359375, 1071.28173828125, 766.2582397460938]\n", - "14\n", - "2979\n", - "17\n", - "[562.7416381835938, 389.3153076171875, 1321.7589111328125, 1129.2105712890625, 995.2695922851562, 1806.263671875, 1940.1658935546875, 1872.0704345703125, 605.7053833007812, 1346.3216552734375, 805.6115112304688, 755.674560546875, 2155.586181640625, 1627.616455078125, 2297.599365234375, 945.3197631835938, 1027.9337158203125]\n", - "17\n", - "2980\n", - "15\n", - "[1426.8297119140625, 1881.892333984375, 569.203369140625, 640.5202026367188, 323.2964172363281, 1359.4613037109375, 1889.665771484375, 1709.7574462890625, 2015.45166015625, 1276.2916259765625, 1657.8128662109375, 1433.864501953125, 441.100830078125, 1150.99072265625, 2765.11767578125]\n", - "15\n", - "2981\n", - "11\n", - "[706.08935546875, 1749.8729248046875, 1212.9149169921875, 556.1019287109375, 454.6836853027344, 1106.5499267578125, 748.8486938476562, 847.7341918945312, 1005.7830200195312, 862.1568603515625, 485.34027099609375]\n", - "11\n", - "2982\n", - "17\n", - "[999.1925048828125, 1751.8192138671875, 825.1038208007812, 2289.42822265625, 411.503173828125, 1061.58447265625, 1217.62939453125, 1747.9691162109375, 2071.048828125, 915.6103515625, 9197.234375, 5503.1728515625, 2448.461181640625, 370.58843994140625, 359.8138732910156, 2496.91796875, 1344.611572265625]\n", - "17\n", - "2983\n", - "8\n", - "[329.2529296875, 1124.1827392578125, 1325.65625, 661.5357666015625, 498.3961486816406, 578.0553588867188, 428.43731689453125, 611.2091064453125]\n", - "8\n", - "2984\n", - "12\n", - "[430.82586669921875, 371.47723388671875, 1170.05517578125, 393.5280456542969, 701.7160034179688, 1499.0086669921875, 899.6422119140625, 420.7586975097656, 375.5872497558594, 940.2418823242188, 620.539794921875, 583.8884887695312]\n", - "12" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "2985\n", - "6\n", - "[495.69622802734375, 832.9490356445312, 1436.9727783203125, 2452.261474609375, 651.7255249023438, 730.3573608398438]\n", - "6\n", - "2986\n", - "8\n", - "[345.0632629394531, 646.1131591796875, 354.32110595703125, 3235.626708984375, 331.36163330078125, 1893.477294921875, 1793.5465087890625, 1237.2269287109375]\n", - "8\n", - "2987\n", - "7\n", - "[2145.251220703125, 2307.350830078125, 1399.934326171875, 759.095947265625, 1275.1009521484375, 883.1793823242188, 332.3974914550781]\n", - "7\n", - "2988\n", - "15\n", - "[590.8616333007812, 359.4320373535156, 331.54718017578125, 484.3173522949219, 1120.8814697265625, 485.9028625488281, 1443.0311279296875, 873.4891357421875, 1307.8785400390625, 465.6145935058594, 354.3907470703125, 557.981689453125, 437.1370849609375, 1913.2098388671875, 2359.490478515625]\n", - "15\n", - "2989\n", - "15\n", - "[1343.771484375, 403.38848876953125, 404.85107421875, 404.26226806640625, 2608.63427734375, 1609.945068359375, 1002.1270751953125, 4178.931640625, 5550.650390625, 1310.8353271484375, 1632.4659423828125, 6117.77587890625, 728.2734985351562, 1474.8067626953125, 1101.9105224609375]\n", - "15\n", - "2990\n", - "12\n", - "[488.05767822265625, 927.2484741210938, 419.3446960449219, 642.76611328125, 516.0342407226562, 609.287353515625, 1243.3216552734375, 637.7294311523438, 1332.97021484375, 318.88897705078125, 439.0906066894531, 525.1087036132812]\n", - "12\n", - "2991\n", - "24\n", - "[953.8070678710938, 310.3779296875, 730.2998657226562, 492.4344177246094, 307.0029602050781, 550.4419555664062, 1468.8316650390625, 969.033447265625, 520.0723266601562, 426.5470886230469, 1501.6884765625, 453.226318359375, 303.1609191894531, 343.7067565917969, 654.3170166015625, 414.0475769042969, 478.2669677734375, 827.4225463867188, 1910.971923828125, 455.7673034667969, 1415.6737060546875, 1468.0196533203125, 555.6829223632812, 609.4766845703125]\n", - "24\n", - "2992\n", - "13\n", - "[547.4154052734375, 372.97576904296875, 418.41168212890625, 318.3208312988281, 679.9893188476562, 3145.004150390625, 1700.404052734375, 2619.25537109375, 3767.201416015625, 1751.1326904296875, 310.43463134765625, 357.94915771484375, 1799.994384765625]\n", - "13\n", - "2993\n", - "5\n", - "[1685.0145263671875, 529.9335327148438, 382.3768310546875, 3197.991455078125, 432.037109375]\n", - "5\n", - "2994\n", - "10\n", - "[1173.1162109375, 1412.3887939453125, 889.7811279296875, 4551.30029296875, 6558.193359375, 1366.513671875, 643.0859985351562, 3381.834716796875, 5619.0322265625, 906.705078125]\n", - "10\n", - "2995\n", - "10\n", - "[732.8720703125, 1468.847412109375, 595.74951171875, 1217.56494140625, 697.195556640625, 522.434814453125, 2512.715576171875, 2799.134765625, 2115.19287109375, 446.0116882324219]\n", - "10\n", - "2996\n", - "11\n", - "[433.2657165527344, 1078.08056640625, 318.8169860839844, 623.233642578125, 1163.76708984375, 2252.0380859375, 1927.163818359375, 2622.837890625, 753.2679443359375, 452.2840270996094, 677.6409912109375]\n", - "11\n", - "2997\n", - "23\n", - "[334.92535400390625, 1685.9427490234375, 1196.3704833984375, 329.3601989746094, 2759.2255859375, 484.43182373046875, 942.7444458007812, 923.8523559570312, 1282.0203857421875, 2063.358642578125, 2606.504638671875, 305.6454772949219, 5308.58740234375, 6711.64453125, 2229.5712890625, 1021.7280883789062, 5956.9326171875, 755.0346069335938, 2560.767333984375, 493.2745361328125, 681.4722290039062, 1679.9935302734375, 1802.6820068359375]\n", - "23\n", - "2998\n", - "4\n", - "[1235.367431640625, 551.27294921875, 1297.461669921875, 2011.1126708984375]\n", - "4\n", - "2999\n", - "9\n", - "[475.8377380371094, 472.463623046875, 873.265869140625, 425.4449768066406, 934.9614868164062, 1094.653564453125, 789.7584228515625, 515.6902465820312, 338.5425109863281]\n", - "9\n", - "3000\n", - "23\n", - "[624.1157836914062, 1502.466552734375, 1153.242919921875, 1164.4512939453125, 695.2406616210938, 1806.188232421875, 3122.84423828125, 2757.36376953125, 2437.234619140625, 317.8795471191406, 3160.2412109375, 3381.044677734375, 2411.88037109375, 339.89703369140625, 913.30029296875, 2789.92138671875, 2297.19091796875, 494.0035400390625, 589.64453125, 1222.3475341796875, 366.88018798828125, 497.6170959472656, 384.5843200683594]\n", - "23\n", - "3001\n", - "9\n", - "[370.87689208984375, 913.6346435546875, 904.8759155273438, 630.2529296875, 1495.3681640625, 1010.804443359375, 1072.63916015625, 403.1026306152344, 927.1575927734375]\n", - "9\n", - "3002\n", - "12\n", - "[796.3414306640625, 346.53326416015625, 542.7581787109375, 1012.3497314453125, 2216.5693359375, 520.0800170898438, 961.8363647460938, 1040.11669921875, 1458.40576171875, 1755.9256591796875, 2104.270751953125, 1110.997802734375]\n", - "12\n", - "3003\n", - "3\n", - "[3220.740966796875, 1403.416748046875, 452.87274169921875]\n", - "3\n", - "3004\n", - "5\n", - "[2342.83349609375, 7260.1494140625, 1190.1781005859375, 2157.504638671875, 546.0227661132812]\n", - "5\n", - "3005\n", - "15\n", - "[1055.96630859375, 447.6155700683594, 1205.25146484375, 533.9568481445312, 640.5687866210938, 812.9315795898438, 451.4884948730469, 3519.126708984375, 5479.9443359375, 6059.7900390625, 2390.196533203125, 557.05224609375, 2475.880615234375, 2263.02099609375, 398.6799621582031]\n", - "15\n", - "3006\n", - "20\n", - "[416.02630615234375, 1069.72021484375, 1034.5687255859375, 1412.6221923828125, 978.6541137695312, 2012.2177734375, 2423.43017578125, 4816.49609375, 4753.705078125, 1980.645751953125, 2329.11962890625, 422.1538391113281, 434.0826110839844, 1109.5887451171875, 866.7369384765625, 510.4515380859375, 1579.325439453125, 1536.17724609375, 860.4066772460938, 927.6592407226562]\n", - "20\n", - "3007\n", - "4\n", - "[396.50140380859375, 475.94866943359375, 3762.805419921875, 934.1368408203125]\n", - "4\n", - "3008\n", - "68\n", - "[2253.996337890625, 3099.041259765625, 1342.0223388671875, 558.1234741210938, 798.1676635742188, 3409.8974609375, 917.4957275390625, 1397.197998046875, 1513.5615234375, 2889.54931640625, 664.2681274414062, 373.3696594238281, 6356.1357421875, 3348.855712890625, 1044.203369140625, 633.2149047851562, 455.2563171386719, 3971.6220703125, 4973.9794921875, 2534.7490234375, 2814.447265625, 658.8821411132812, 873.1860961914062, 4300.0869140625, 3207.805908203125, 1349.683837890625, 1091.5191650390625, 5926.35888671875, 3881.030029296875, 507.467529296875, 2469.28125, 2842.4736328125, 3964.753662109375, 9215.154296875, 5204.2431640625, 4658.03955078125, 1077.8348388671875, 442.6366882324219, 664.3829956054688, 4888.17822265625, 6727.53271484375, 6573.27880859375, 7935.65576171875, 7115.453125, 4538.81591796875, 1511.8704833984375, 899.0203247070312, 3949.84814453125, 4620.6923828125, 2367.499755859375, 994.5494995117188, 2924.17236328125, 2486.93212890625, 401.6777038574219, 4656.150390625, 8229.4140625, 5001.3271484375, 2090.369140625, 1357.1053466796875, 643.2354736328125, 407.4604187011719, 376.4488830566406, 503.3445129394531, 678.9336547851562, 997.2843017578125, 898.5505981445312, 1044.49560546875, 785.0157470703125]\n", - "68\n", - "3009\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[367.21856689453125, 1545.2479248046875, 1405.8369140625, 1178.9881591796875, 2566.941650390625, 3953.909423828125, 1403.1949462890625, 559.3441162109375, 3816.865966796875, 2156.280517578125, 1699.0384521484375, 619.9594116210938, 2197.77685546875, 1409.21923828125]\n", - "14\n", - "3010\n", - "8\n", - "[842.7333984375, 412.93890380859375, 1615.697021484375, 885.495849609375, 479.630126953125, 1464.52001953125, 909.7171020507812, 504.7980651855469]\n", - "8\n", - "3011\n", - "19\n", - "[358.28619384765625, 801.9212036132812, 355.9464416503906, 513.325927734375, 722.9462280273438, 1464.17236328125, 424.9400634765625, 2603.996337890625, 3175.147216796875, 3681.47119140625, 1020.58349609375, 2055.66064453125, 1789.6502685546875, 3073.316650390625, 3108.435791015625, 830.3438720703125, 1055.3511962890625, 433.3193664550781, 1538.663818359375]\n", - "19\n", - "3012\n", - "8\n", - "[427.16473388671875, 1438.2169189453125, 2058.693603515625, 4294.67822265625, 7109.81396484375, 4014.493408203125, 359.29034423828125, 369.16839599609375]\n", - "8\n", - "3013\n", - "24\n", - "[492.2890625, 446.4242858886719, 880.1829223632812, 630.4087524414062, 1034.6878662109375, 1295.5721435546875, 406.4637451171875, 1513.7235107421875, 5990.5908203125, 5860.22119140625, 499.1888122558594, 373.32000732421875, 1723.1500244140625, 6548.47607421875, 6753.4296875, 4810.17138671875, 1158.358154296875, 350.8162841796875, 4499.77880859375, 5224.35791015625, 1575.185302734375, 537.2896118164062, 869.6119995117188, 1559.9339599609375]\n", - "24\n", - "3014\n", - "18\n", - "[357.03173828125, 513.299072265625, 330.0516662597656, 315.6686706542969, 2437.48974609375, 582.5675659179688, 835.4528198242188, 370.9806213378906, 738.4388427734375, 499.72332763671875, 306.10662841796875, 2775.56884765625, 1418.1497802734375, 534.3651733398438, 382.7208557128906, 388.2882385253906, 455.146240234375, 855.749755859375]\n", - "18\n", - "3015\n", - "22\n", - "[1321.2860107421875, 822.5375366210938, 1920.614013671875, 1987.6514892578125, 1031.9471435546875, 930.3825073242188, 801.5257568359375, 334.87213134765625, 632.392578125, 1306.831787109375, 533.8604736328125, 2228.155517578125, 646.2772827148438, 806.659423828125, 815.94921875, 1115.1783447265625, 320.60260009765625, 1058.8621826171875, 1281.0711669921875, 365.26605224609375, 448.75897216796875, 566.9713134765625]\n", - "22\n", - "3016\n", - "7\n", - "[328.4242858886719, 2895.33837890625, 341.6830139160156, 833.8189086914062, 2499.7802734375, 1638.8812255859375, 630.8663330078125]\n", - "7\n", - "3017\n", - "6\n", - "[385.05792236328125, 3537.450439453125, 522.8914794921875, 812.9900512695312, 483.8262634277344, 304.8414306640625]\n", - "6\n", - "3018\n", - "7\n", - "[1765.919677734375, 719.0103149414062, 1273.8287353515625, 467.6080017089844, 603.060791015625, 776.5502319335938, 723.9361572265625]\n", - "7\n", - "3019\n", - "14\n", - "[509.56610107421875, 590.279052734375, 653.70166015625, 583.988525390625, 1053.187255859375, 319.5328369140625, 3490.811279296875, 3965.753173828125, 1250.4798583984375, 304.3190612792969, 430.4214172363281, 2954.914306640625, 3357.97509765625, 1386.3046875]\n", - "14\n", - "3020\n", - "8\n", - "[430.5990295410156, 706.6760864257812, 2519.29638671875, 1380.971923828125, 668.0830078125, 382.0644226074219, 1088.036376953125, 803.7062377929688]\n", - "8\n", - "3021\n", - "11\n", - "[327.86981201171875, 1187.36181640625, 2758.11328125, 2115.055908203125, 7141.94482421875, 980.6840209960938, 749.1162719726562, 833.6849975585938, 686.1483154296875, 4770.2099609375, 386.4891357421875]\n", - "11\n", - "3022\n", - "7\n", - "[537.0144653320312, 412.23590087890625, 936.5916748046875, 2036.67138671875, 2470.36767578125, 471.07794189453125, 1778.805908203125]\n", - "7\n", - "3023\n", - "14\n", - "[883.6084594726562, 834.9744262695312, 520.3217163085938, 467.1842041015625, 512.7646484375, 507.9487609863281, 536.7646484375, 1296.5736083984375, 2117.813720703125, 805.748291015625, 2616.890625, 908.6994018554688, 306.24713134765625, 823.841552734375]\n", - "14\n", - "3024\n", - "32\n", - "[550.7666015625, 452.37548828125, 461.638916015625, 1395.3812255859375, 7414.27490234375, 5358.1123046875, 1498.259033203125, 7108.99609375, 4951.88818359375, 4939.642578125, 705.925537109375, 6126.02392578125, 4536.71826171875, 1377.02001953125, 7169.16015625, 3296.440673828125, 7391.9794921875, 2606.3359375, 556.0126342773438, 8527.54296875, 4814.0546875, 817.1280517578125, 1745.058349609375, 10524.83984375, 2209.16845703125, 1926.5028076171875, 5431.80517578125, 1186.60205078125, 2274.675048828125, 630.6860961914062, 544.15380859375, 879.8460693359375]\n", - "32\n", - "3025\n", - "10\n", - "[458.1905517578125, 2155.724609375, 1772.8504638671875, 1702.413330078125, 3584.945068359375, 565.1011352539062, 852.11279296875, 2061.58740234375, 1108.088134765625, 872.606201171875]\n", - "10\n", - "3026\n", - "10\n", - "[571.166015625, 754.7841796875, 1778.1649169921875, 1055.298583984375, 1626.2568359375, 623.0258178710938, 1557.295166015625, 672.4842529296875, 947.9154052734375, 545.1821899414062]\n", - "10\n", - "3027\n", - "15\n", - "[1475.533935546875, 314.9225158691406, 315.89227294921875, 378.057861328125, 880.1159057617188, 1693.009521484375, 708.8815307617188, 83.98548889160156, 781.460693359375, 1768.4595947265625, 4917.0302734375, 1325.3729248046875, 473.7345275878906, 1087.8707275390625, 1172.410400390625]\n", - "15\n", - "3028\n", - "3\n", - "[1967.70458984375, 6182.5400390625, 849.8411254882812]\n", - "3\n", - "3029\n", - "4\n", - "[3224.8232421875, 1998.373046875, 661.4507446289062, 428.0894775390625]\n", - "4\n", - "3030\n", - "10\n", - "[522.5079956054688, 413.51617431640625, 823.7843627929688, 607.6556396484375, 421.86700439453125, 979.7332763671875, 1250.0384521484375, 463.9521179199219, 1451.9361572265625, 507.49957275390625]\n", - "10\n", - "3031\n", - "9\n", - "[1292.1666259765625, 2906.710693359375, 3214.629150390625, 746.8623046875, 1026.836181640625, 1059.6099853515625, 1203.066162109375, 461.9091796875, 979.989501953125]\n", - "9\n", - "3032\n", - "4\n", - "[1557.6951904296875, 346.648681640625, 2878.741943359375, 736.1995239257812]\n", - "4\n", - "3033\n", - "32\n", - "[917.345947265625, 491.4576721191406, 394.42449951171875, 1209.0283203125, 386.6325988769531, 391.40997314453125, 404.47607421875, 398.0409851074219, 796.7555541992188, 1565.783203125, 906.7879638671875, 537.5879516601562, 2069.141357421875, 382.9014892578125, 1179.900634765625, 1100.744384765625, 2635.403076171875, 3712.045654296875, 4203.3076171875, 4104.1484375, 2886.735595703125, 1325.5006103515625, 999.5453491210938, 1125.725341796875, 982.5809326171875, 1454.771484375, 3132.4931640625, 3019.126220703125, 2594.7333984375, 977.4022216796875, 342.785888671875, 637.8602294921875]\n", - "32\n", - "3034\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "144\n", - "[2077.470947265625, 642.0287475585938, 457.0405578613281, 481.2771911621094, 1530.0029296875, 650.8875122070312, 1145.8570556640625, 380.7747802734375, 800.3096923828125, 3931.478515625, 2189.2490234375, 2323.908935546875, 660.2312622070312, 327.7681579589844, 1400.622802734375, 2180.505615234375, 2569.16943359375, 2220.366455078125, 2298.279296875, 574.4524536132812, 1974.182373046875, 448.1047668457031, 371.7235412597656, 1989.9989013671875, 486.3954162597656, 1241.564453125, 1616.22802734375, 1758.977294921875, 1358.0836181640625, 1043.722900390625, 101.15664672851562, 1024.073486328125, 532.6675415039062, 1016.0921020507812, 411.19952392578125, 556.427001953125, 4920.8095703125, 1935.060546875, 2959.62646484375, 1084.0223388671875, 1477.404296875, 966.07177734375, 1501.286865234375, 939.54150390625, 584.4503784179688, 619.5392456054688, 707.680908203125, 758.4246826171875, 631.4458618164062, 481.10015869140625, 402.88714599609375, 1403.9322509765625, 2422.918212890625, 2893.98974609375, 1574.612548828125, 3418.3681640625, 989.9927978515625, 1870.0933837890625, 4057.933837890625, 2668.463623046875, 1144.163818359375, 1391.510009765625, 1303.7608642578125, 2148.433837890625, 2124.243408203125, 345.95526123046875, 1726.2513427734375, 1807.9969482421875, 460.2577209472656, 1572.1187744140625, 3947.741455078125, 4321.63525390625, 3325.37744140625, 6138.67578125, 4906.31640625, 2964.30615234375, 2379.239990234375, 1349.2247314453125, 812.9244384765625, 948.246337890625, 2048.716552734375, 1943.1419677734375, 1707.75634765625, 383.29156494140625, 425.5690612792969, 2391.570068359375, 606.1009521484375, 1378.19482421875, 1030.946533203125, 4505.64599609375, 5108.560546875, 4247.88623046875, 4332.85693359375, 3005.629150390625, 380.4591979980469, 744.470703125, 1237.6160888671875, 609.3873901367188, 720.264892578125, 717.5248413085938, 1874.3111572265625, 2387.29833984375, 424.2529602050781, 1659.13671875, 2462.717529296875, 5620.439453125, 2518.0947265625, 2743.25146484375, 1861.0574951171875, 264.56353759765625, 227.08099365234375, 1773.054443359375, 724.8597412109375, 1562.836669921875, 818.981689453125, 767.5220947265625, 624.7036743164062, 2648.36767578125, 2491.102783203125, 2319.529541015625, 376.4107666015625, 866.816162109375, 1151.2215576171875, 1483.6693115234375, 1111.7840576171875, 1892.9599609375, 733.8724975585938, 557.4506225585938, 122.08374786376953, 1753.4356689453125, 2280.615478515625, 2018.4302978515625, 525.0709228515625, 2219.31201171875, 2849.203125, 397.26861572265625, 852.4234619140625, 361.6255798339844, 2351.801513671875]\n", - "139\n", - "3035\n", - "14\n", - "[716.366455078125, 318.56036376953125, 1079.03662109375, 326.7415771484375, 4423.2705078125, 2001.1429443359375, 1868.5599365234375, 6541.5576171875, 4667.29296875, 2207.5283203125, 2661.12353515625, 4279.703125, 421.85113525390625, 323.6930236816406]\n", - "14\n", - "3036\n", - "5\n", - "[430.42974853515625, 1982.537841796875, 2396.17431640625, 555.3837890625, 1049.5936279296875]\n", - "5\n", - "3037\n", - "11\n", - "[676.4403686523438, 363.5574035644531, 613.3819580078125, 954.5806884765625, 786.9021606445312, 553.6946411132812, 1398.1136474609375, 340.62921142578125, 419.73504638671875, 1667.34130859375, 1784.1990966796875]\n", - "11\n", - "3038\n", - "6\n", - "[1352.56591796875, 649.60009765625, 4181.306640625, 843.9580688476562, 342.6205139160156, 615.53076171875]\n", - "6\n", - "3039\n", - "13\n", - "[2140.27587890625, 1074.490478515625, 3262.451416015625, 643.258056640625, 1423.0360107421875, 10241.447265625, 3119.602783203125, 405.5663757324219, 8356.3291015625, 4031.380126953125, 799.7457885742188, 665.2543334960938, 2739.13232421875]\n", - "13\n", - "3040\n", - "16\n", - "[2013.8914794921875, 2135.10888671875, 1317.3349609375, 3447.346435546875, 1098.296142578125, 2326.938720703125, 313.1702575683594, 1323.8946533203125, 1629.1796875, 4219.54443359375, 1689.44677734375, 759.8301391601562, 3516.11376953125, 1600.9456787109375, 595.496337890625, 439.29388427734375]\n", - "16\n", - "3041\n", - "22\n", - "[1965.4754638671875, 3590.303955078125, 4138.11865234375, 1787.1839599609375, 737.7423095703125, 1245.431884765625, 2346.43115234375, 7488.8837890625, 8798.1611328125, 7654.2861328125, 746.7191162109375, 378.78533935546875, 1238.126220703125, 5120.53564453125, 7283.1220703125, 6349.185546875, 382.9425354003906, 764.0713500976562, 2360.43115234375, 723.7932739257812, 1108.5291748046875, 418.06488037109375]\n", - "22\n", - "3042\n", - "10\n", - "[1181.2440185546875, 5728.2099609375, 2106.739013671875, 582.562255859375, 425.4987487792969, 306.8777160644531, 4048.062744140625, 2264.665771484375, 6687.16943359375, 1837.55615234375]\n", - "10\n", - "3043\n", - "6\n", - "[1897.439453125, 1157.555908203125, 627.9593505859375, 1318.0072021484375, 564.6084594726562, 452.54571533203125]\n", - "6\n", - "3044\n", - "6\n", - "[502.6126403808594, 1866.6197509765625, 503.1313171386719, 1128.4306640625, 2155.88916015625, 1532.1458740234375]\n", - "6\n", - "3045\n", - "5\n", - "[731.2210693359375, 892.852783203125, 3792.70263671875, 390.4674072265625, 300.7202453613281]\n", - "5\n", - "3046\n", - "18\n", - "[395.79559326171875, 823.8432006835938, 1792.555419921875, 1011.6082153320312, 1933.5595703125, 1458.66015625, 1291.934814453125, 817.1740112304688, 417.92437744140625, 1844.7291259765625, 1650.1993408203125, 1199.2777099609375, 2172.38037109375, 1687.3289794921875, 902.7797241210938, 1182.4757080078125, 1659.1904296875, 908.053955078125]\n", - "18\n", - "3047\n", - "112\n", - "[1357.6793212890625, 651.9188232421875, 336.2879638671875, 447.40606689453125, 777.6614990234375, 415.91827392578125, 352.9380798339844, 487.9827575683594, 481.3342590332031, 606.2276000976562, 600.2584228515625, 853.22265625, 876.74658203125, 1199.10986328125, 310.0393981933594, 1062.70556640625, 1671.700927734375, 492.28155517578125, 711.6907348632812, 937.0619506835938, 1404.6279296875, 1823.172607421875, 598.0165405273438, 333.2610168457031, 927.2687377929688, 587.141357421875, 926.4122314453125, 1396.3751220703125, 1088.6673583984375, 381.46893310546875, 314.55950927734375, 1837.5858154296875, 1888.1180419921875, 636.2515258789062, 351.337646484375, 484.3667297363281, 520.80322265625, 1528.5689697265625, 350.08221435546875, 327.3215637207031, 1866.9853515625, 340.05621337890625, 368.94842529296875, 670.6978759765625, 861.80419921875, 382.0846252441406, 784.4884033203125, 3785.86279296875, 869.0726928710938, 1382.7305908203125, 649.9228515625, 845.77685546875, 622.2410888671875, 352.0529479980469, 1422.4482421875, 2222.34765625, 3159.84912109375, 4375.80859375, 4008.945068359375, 1628.2625732421875, 3977.904296875, 3019.25048828125, 929.9085083007812, 1564.2342529296875, 1758.9495849609375, 966.2570190429688, 1005.9107666015625, 1735.0938720703125, 2074.70068359375, 519.2254028320312, 5331.76123046875, 6646.8203125, 6611.74365234375, 6384.3994140625, 5516.689453125, 2210.02197265625, 979.5142822265625, 1654.2528076171875, 536.365478515625, 323.8315734863281, 649.498779296875, 5750.30419921875, 6632.978515625, 6235.69140625, 6573.0693359375, 5870.41064453125, 3320.66748046875, 406.18267822265625, 337.56787109375, 769.5408935546875, 2510.594482421875, 4312.95263671875, 2026.365478515625, 1277.5225830078125, 3946.4111328125, 5965.74609375, 2129.95849609375, 464.5849609375, 572.8455200195312, 658.6871948242188, 3770.39697265625, 3290.485107421875, 483.7162170410156, 307.4544982910156, 502.2228088378906, 562.3329467773438, 2434.30126953125, 2693.292236328125, 301.66876220703125, 380.4729919433594, 2325.74609375, 1034.7054443359375]\n", - "112\n", - "3048\n", - "6\n", - "[894.939697265625, 618.8897094726562, 341.79156494140625, 2563.561279296875, 441.0977783203125, 1517.8563232421875]\n", - "6\n", - "3049\n", - "19\n", - "[1470.394287109375, 609.9003295898438, 786.7931518554688, 1153.9442138671875, 470.1517028808594, 1256.04296875, 314.536865234375, 587.9527587890625, 1304.73486328125, 665.2613525390625, 457.9889831542969, 1780.27099609375, 1836.656982421875, 485.86761474609375, 626.354248046875, 1295.3873291015625, 752.7647705078125, 2130.77685546875, 928.4437866210938]\n", - "19\n", - "3050\n", - "7\n", - "[366.8542175292969, 724.352294921875, 622.96435546875, 1538.7227783203125, 593.6229858398438, 357.5416259765625, 913.6190795898438]\n", - "7\n", - "3051\n", - "14\n", - "[570.7349853515625, 1107.0660400390625, 313.683349609375, 340.0904541015625, 362.36444091796875, 320.7796325683594, 860.3740844726562, 451.00640869140625, 1034.771728515625, 505.8063049316406, 759.309814453125, 582.8494262695312, 1166.0145263671875]\n", - "13\n", - "3052\n", - "5\n", - "[998.8920288085938, 1330.31103515625, 307.53485107421875, 993.7328491210938, 1449.808349609375]\n", - "5\n", - "3053\n", - "11\n", - "[966.1026611328125, 2087.328857421875, 1330.0887451171875, 1945.2030029296875, 3125.7158203125, 900.1539306640625, 896.1212768554688, 2787.328857421875, 1741.9815673828125, 445.8182373046875, 896.2378540039062]\n", - "11\n", - "3054\n", - "22\n", - "[617.6640014648438, 513.7371826171875, 423.32733154296875, 520.3892822265625, 1323.099609375, 1134.230712890625, 1723.165771484375, 1283.9847412109375, 1182.17138671875, 1303.5333251953125, 2125.387939453125, 2387.589599609375, 2947.8525390625, 1921.5341796875, 1166.9027099609375, 1596.2828369140625, 2402.209228515625, 2066.416015625, 2042.3748779296875, 979.335205078125, 1229.870849609375, 759.5531616210938]\n", - "22\n", - "3055\n", - "12\n", - "[876.277099609375, 831.2867431640625, 1331.5814208984375, 353.0511474609375, 410.6578369140625, 894.783203125, 718.4845581054688, 563.91162109375, 661.7288208007812, 1649.3756103515625, 1100.055419921875, 523.35009765625]\n", - "12\n", - "3056\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[894.8933715820312, 416.09454345703125, 773.286865234375, 468.1544494628906, 1183.708984375, 729.8779296875, 722.7816772460938, 1705.1240234375, 777.9279174804688]\n", - "9\n", - "3057\n", - "5\n", - "[518.1143798828125, 449.0021667480469, 2744.330078125, 1077.873779296875, 1293.217041015625]\n", - "5\n", - "3058\n", - "6\n", - "[403.8355407714844, 1067.5323486328125, 1753.359130859375, 1303.5120849609375, 900.190673828125, 993.6748046875]\n", - "6\n", - "3059\n", - "209\n", - "[372.3829650878906, 755.7415161132812, 697.7376708984375, 2106.93798828125, 1000.8365478515625, 515.1944580078125, 2490.387939453125, 1090.55712890625, 698.244873046875, 795.1157836914062, 311.73199462890625, 610.2753295898438, 614.913818359375, 885.9435424804688, 764.0074462890625, 818.0095825195312, 1178.2554931640625, 300.2121276855469, 368.1046142578125, 338.4745178222656, 630.3474731445312, 366.25830078125, 530.856201171875, 794.6920166015625, 488.9652404785156, 550.8121337890625, 430.29534912109375, 492.868408203125, 1049.8719482421875, 669.2095947265625, 1789.634765625, 707.1817626953125, 775.8622436523438, 516.4740600585938, 919.7232666015625, 337.197509765625, 437.8013610839844, 1591.4912109375, 799.5272216796875, 457.81671142578125, 1654.781005859375, 901.4645385742188, 1911.363525390625, 4225.7412109375, 4496.783203125, 1673.4320068359375, 760.4716186523438, 554.9353637695312, 1005.9755249023438, 991.7042846679688, 358.6697998046875, 1054.7664794921875, 322.4367370605469, 2396.758544921875, 5822.8388671875, 7671.20849609375, 4637.2080078125, 2705.38916015625, 2740.8701171875, 1077.8448486328125, 501.4051513671875, 1018.9575805664062, 889.2822875976562, 793.001220703125, 722.7965087890625, 739.9953002929688, 415.4603271484375, 731.5364379882812, 2230.1552734375, 4472.0390625, 7426.7744140625, 6500.560546875, 7748.431640625, 7472.60888671875, 1303.9814453125, 1370.90673828125, 901.4334716796875, 1792.4429931640625, 2249.79052734375, 2125.427734375, 2205.416015625, 1951.5703125, 2230.3115234375, 7081.4287109375, 9169.2578125, 10755.1796875, 2161.16796875, 379.04632568359375, 1210.632568359375, 1395.13818359375, 882.5722045898438, 5415.07763671875, 1579.6585693359375, 506.1969299316406, 361.34466552734375, 736.4180908203125, 698.59521484375, 1018.9454345703125, 2914.8740234375, 3269.8212890625, 4987.232421875, 11765.369140625, 16509.560546875, 7835.25341796875, 4228.1083984375, 4998.51171875, 6288.654296875, 8493.96484375, 9298.6455078125, 629.2025756835938, 649.46142578125, 2987.02587890625, 3530.194091796875, 7315.1904296875, 12657.7255859375, 14276.1748046875, 12165.259765625, 9779.45703125, 11294.3095703125, 14567.6162109375, 14365.7587890625, 13683.2685546875, 2922.789794921875, 1080.955322265625, 722.65478515625, 396.29833984375, 2896.710205078125, 4659.17578125, 11568.828125, 16595.91015625, 14747.27734375, 16871.33984375, 16054.9462890625, 15840.5185546875, 11597.376953125, 5218.82421875, 1786.9293212890625, 458.79681396484375, 465.9006042480469, 816.32177734375, 4621.18115234375, 8405.1240234375, 14608.416015625, 16968.36328125, 16582.36328125, 16441.984375, 13212.240234375, 5496.2353515625, 5369.42822265625, 1861.0830078125, 1027.826904296875, 493.5525207519531, 512.2023315429688, 2367.73779296875, 9209.2919921875, 13366.869140625, 14863.6611328125, 15685.9013671875, 14807.6572265625, 14485.3671875, 10075.5458984375, 2828.995849609375, 369.38592529296875, 352.25787353515625, 524.3394775390625, 8622.8193359375, 7723.9052734375, 4432.1318359375, 7146.322265625, 9646.412109375, 3510.324462890625, 820.6110229492188, 4082.9345703125, 1272.1591796875, 865.3049926757812, 408.12567138671875, 1221.6710205078125, 1347.126220703125, 570.0487670898438, 666.9310913085938, 3197.412353515625, 6056.595703125, 5474.1669921875, 1770.6820068359375, 670.0014038085938, 781.5171508789062, 965.862060546875, 524.0670776367188, 380.52734375, 2052.626953125, 667.2598876953125, 1811.2935791015625, 622.0802001953125, 551.0968627929688, 962.3673095703125, 372.3475341796875, 2062.7880859375, 1994.2049560546875, 454.6681213378906, 1004.8671264648438, 1016.8955078125, 408.4091491699219, 877.2645263671875, 1138.10302734375, 543.0643920898438, 420.6843566894531, 342.99468994140625, 852.936767578125, 411.0787353515625]\n", - "209\n", - "3060\n", - "203\n", - "[461.8586120605469, 657.999267578125, 516.1351928710938, 1270.5576171875, 1177.1514892578125, 1342.5980224609375, 2436.094970703125, 386.33172607421875, 428.5245666503906, 2959.264892578125, 857.8034057617188, 1554.6859130859375, 853.2162475585938, 1204.3282470703125, 1445.0091552734375, 1972.889404296875, 2108.542236328125, 2230.818359375, 3370.94921875, 588.1986083984375, 3275.318603515625, 890.4140014648438, 462.7899475097656, 898.7109375, 1054.428955078125, 1469.923095703125, 2330.859130859375, 4223.52685546875, 1432.2327880859375, 785.9093627929688, 643.51416015625, 706.2493286132812, 1663.70849609375, 331.38555908203125, 530.9049682617188, 966.9876708984375, 1321.363037109375, 627.7900390625, 1511.77734375, 489.9358825683594, 2089.431640625, 917.1904907226562, 339.2514953613281, 317.9549560546875, 2171.423583984375, 778.0587768554688, 2191.54248046875, 917.8832397460938, 363.349609375, 2019.1614990234375, 1843.9248046875, 2481.443359375, 333.02496337890625, 989.5772094726562, 1155.27001953125, 370.145751953125, 527.6416015625, 1239.6171875, 1097.9071044921875, 515.3270263671875, 1265.4239501953125, 1505.5738525390625, 968.7963256835938, 1528.6636962890625, 634.1012573242188, 517.8746337890625, 556.326904296875, 2292.914794921875, 488.81988525390625, 615.8602294921875, 307.5876159667969, 733.056640625, 1587.319580078125, 941.7734985351562, 1735.3486328125, 410.9993591308594, 718.94873046875, 1633.5916748046875, 349.842041015625, 408.8520202636719, 638.9655151367188, 610.7266235351562, 2234.112548828125, 922.7474975585938, 668.6282348632812, 2132.88671875, 397.38409423828125, 1525.7005615234375, 581.7334594726562, 1707.6331787109375, 405.60406494140625, 1547.4127197265625, 1658.228515625, 1607.330810546875, 1742.2294921875, 4343.12451171875, 3138.4111328125, 5063.18896484375, 3827.85888671875, 3771.75830078125, 3699.009765625, 1470.3310546875, 1613.99609375, 1364.2254638671875, 303.823974609375, 667.4583740234375, 769.5693359375, 454.03887939453125, 1999.04248046875, 1607.169189453125, 401.2862548828125, 1644.1129150390625, 1785.6768798828125, 2271.825927734375, 1481.9605712890625, 1291.73876953125, 1965.51611328125, 972.3060302734375, 568.972412109375, 1455.2303466796875, 4392.2900390625, 4466.708984375, 3394.085205078125, 3404.57568359375, 1115.50927734375, 174.55929565429688, 1037.0576171875, 836.5992431640625, 1596.7479248046875, 359.5321044921875, 1179.5989990234375, 995.2265014648438, 467.73114013671875, 2080.842041015625, 561.4913330078125, 1620.1995849609375, 4814.91162109375, 4993.5810546875, 4124.07861328125, 3671.725341796875, 1750.056884765625, 837.5844116210938, 584.8428955078125, 1557.7569580078125, 1682.357421875, 638.9732055664062, 1543.9722900390625, 577.9390258789062, 391.3883972167969, 1264.0155029296875, 827.0477294921875, 1495.822265625, 662.5787353515625, 2452.250244140625, 3044.21240234375, 417.3798522949219, 1967.632568359375, 1530.0645751953125, 1998.0572509765625, 1747.3092041015625, 336.157470703125, 897.9259033203125, 1163.05126953125, 2964.76025390625, 1152.1451416015625, 304.5397644042969, 755.5769653320312, 1373.4844970703125, 725.4754638671875, 791.381591796875, 351.1504821777344, 845.0270385742188, 379.22003173828125, 2297.224853515625, 2205.835205078125, 273.0067138671875, 1305.600341796875, 3186.4150390625, 1707.9564208984375, 398.2537841796875, 482.43939208984375, 503.3741760253906, 330.7005615234375, 926.76513671875, 1220.983642578125, 1873.79541015625, 2403.05322265625, 1073.0623779296875, 262.2237548828125, 440.56207275390625, 446.08056640625, 400.1240539550781, 743.66259765625, 360.98675537109375, 2097.69775390625, 2930.77197265625, 722.7739868164062, 1079.950927734375, 1539.7237548828125, 754.9996948242188, 345.1933288574219, 380.6054382324219, 478.0830993652344]\n", - "203\n", - "3061\n", - "18\n", - "[2505.540283203125, 2805.666015625, 330.7599792480469, 2722.24658203125, 1114.892333984375, 337.7980041503906, 640.3021240234375, 1048.418212890625, 1241.5770263671875, 2039.944580078125, 1161.227294921875, 1323.5721435546875, 1184.1370849609375, 720.2509155273438, 467.239501953125, 646.1862182617188, 336.2839050292969, 559.039794921875]\n", - "18\n", - "3062\n", - "5\n", - "[2068.55712890625, 4154.74853515625, 2192.41552734375, 938.658447265625, 1491.097900390625]\n", - "5\n", - "3063\n", - "89\n", - "[568.8651733398438, 471.2648010253906, 458.55792236328125, 2142.864990234375, 392.8851623535156, 546.7494506835938, 570.4031372070312, 1184.124755859375, 1382.9278564453125, 456.197509765625, 468.5333251953125, 711.9306030273438, 1149.3397216796875, 430.21331787109375, 599.5725708007812, 555.7603759765625, 342.0462951660156, 629.5308227539062, 634.7579956054688, 573.5086669921875, 975.3757934570312, 1481.7376708984375, 2433.244140625, 1755.160888671875, 1063.726318359375, 464.2016906738281, 4426.1083984375, 3975.83203125, 2568.790771484375, 523.8628540039062, 1624.9373779296875, 4350.126953125, 4028.21533203125, 561.5142211914062, 303.52508544921875, 1011.447021484375, 2195.341552734375, 1797.6324462890625, 519.6173095703125, 1994.4840087890625, 1217.627685546875, 652.9691772460938, 1081.554443359375, 1410.5050048828125, 1057.9246826171875, 980.8502807617188, 1804.607177734375, 2600.44091796875, 652.195068359375, 382.9376525878906, 972.1915893554688, 681.85009765625, 902.179931640625, 2018.8160400390625, 2187.0341796875, 387.294921875, 1655.4461669921875, 1898.272705078125, 464.0021667480469, 1956.8485107421875, 402.85662841796875, 999.9633178710938, 1052.1229248046875, 303.7817077636719, 1576.710205078125, 558.37060546875, 330.1123352050781, 852.765625, 964.6298828125, 366.7442321777344, 1321.73291015625, 309.43841552734375, 866.29345703125, 2196.982421875, 309.18603515625, 895.6710815429688, 339.2991638183594, 490.0667419433594, 637.1278686523438, 427.38153076171875, 753.9605102539062, 308.6668395996094, 517.9661254882812, 1384.1441650390625, 676.8388671875, 840.8519897460938, 1555.2421875, 863.9472045898438, 880.6773681640625]\n", - "89\n", - "3064\n", - "17\n", - "[309.3016662597656, 460.5677795410156, 1795.6387939453125, 351.9234619140625, 3980.5302734375, 3941.451171875, 1092.8052978515625, 997.8167724609375, 3163.20556640625, 1265.639892578125, 2317.76806640625, 379.8154296875, 662.212646484375, 564.4349365234375, 438.626708984375, 432.9747009277344, 446.2320251464844]\n", - "17\n", - "3065\n", - "7\n", - "[1379.1639404296875, 412.00457763671875, 1142.279052734375, 2840.8251953125, 1288.9776611328125, 619.70703125, 721.219482421875]\n", - "7\n", - "3066\n", - "66\n", - "[860.7366943359375, 1298.997802734375, 795.6317749023438, 704.1166381835938, 359.98138427734375, 1679.4219970703125, 878.1585693359375, 1955.5107421875, 384.22381591796875, 1695.6551513671875, 2771.874267578125, 1038.21923828125, 1521.7017822265625, 631.9954223632812, 1852.2379150390625, 2808.000244140625, 1184.8671875, 771.2448120117188, 1435.64111328125, 2771.240478515625, 2111.15625, 543.6876831054688, 785.1982421875, 549.407958984375, 1993.673828125, 898.2798461914062, 101.7296142578125, 532.0000610351562, 901.790283203125, 673.1515502929688, 1136.9278564453125, 2209.78564453125, 737.4126586914062, 345.70166015625, 425.0722961425781, 528.4382934570312, 1456.5921630859375, 2293.734619140625, 576.7786254882812, 737.8135986328125, 3651.021484375, 2921.072509765625, 655.7483520507812, 1976.1307373046875, 1510.2938232421875, 2888.8955078125, 2551.515380859375, 1636.3824462890625, 2534.65283203125, 618.9185180664062, 2885.15185546875, 2076.172607421875, 910.615478515625, 339.9487609863281, 714.6434936523438, 2126.494384765625, 857.8555297851562, 654.8998413085938, 768.7786865234375, 386.8764953613281, 375.3333740234375, 618.666748046875, 1125.5106201171875, 1217.78564453125, 1050.461669921875, 987.6224975585938]\n", - "66\n", - "3067\n", - "14\n", - "[576.3095092773438, 783.9741821289062, 325.8897705078125, 838.01025390625, 905.9595947265625, 1071.1512451171875, 707.2633056640625, 528.5155639648438, 1144.2333984375, 734.9205932617188, 534.889404296875, 397.5993957519531, 658.510498046875, 1178.5089111328125]\n", - "14\n", - "3068\n", - "48\n", - "[488.608154296875, 1806.639404296875, 850.9928588867188, 948.0347900390625, 5847.189453125, 3613.83642578125, 672.69921875, 777.6715087890625, 988.342041015625, 2661.093017578125, 6411.76513671875, 2729.032958984375, 665.9813232421875, 1011.4518432617188, 359.38421630859375, 1784.8927001953125, 6869.4921875, 3716.533935546875, 799.7900390625, 736.1605834960938, 751.2691040039062, 1676.85791015625, 2085.240966796875, 575.6927490234375, 315.89947509765625, 2381.00439453125, 6883.70703125, 5826.61962890625, 4121.64208984375, 4707.3984375, 3896.111083984375, 2727.3779296875, 1037.1195068359375, 387.19390869140625, 545.9800415039062, 450.2569885253906, 7962.9658203125, 7786.248046875, 6240.49951171875, 374.1741638183594, 312.5361022949219, 4787.287109375, 3357.884521484375, 3041.852294921875, 328.9015197753906, 1278.8392333984375, 363.5087585449219, 1455.7078857421875]\n", - "48\n", - "3069\n", - "22\n", - "[446.03631591796875, 473.5150146484375, 709.5325317382812, 2010.4112548828125, 2223.64404296875, 4431.3623046875, 4483.86669921875, 837.9948120117188, 2602.865234375, 2837.19970703125, 2743.43896484375, 1985.25830078125, 2192.613037109375, 338.6080627441406, 1548.4407958984375, 739.5485229492188, 5429.5439453125, 5263.5888671875, 1845.8265380859375, 406.0150146484375, 3054.804931640625, 828.4969482421875]\n", - "22\n", - "3070\n", - "4\n", - "[594.434326171875, 1194.70068359375, 1401.985107421875, 2131.992431640625]\n", - "4\n", - "3071\n", - "5\n", - "[431.635498046875, 388.68328857421875, 3050.30517578125, 1473.5469970703125, 860.3945922851562]\n", - "5\n", - "3072\n", - "7\n", - "[661.4548950195312, 1115.7847900390625, 933.2304077148438, 1921.2864990234375, 1938.1163330078125, 468.4888916015625, 1089.8358154296875]\n", - "7\n", - "3073\n", - "9\n", - "[1877.201171875, 989.4323120117188, 2161.384521484375, 6734.21728515625, 818.2279052734375, 6409.20068359375, 1312.6256103515625, 1683.450927734375, 3809.033447265625]\n", - "9\n", - "3074\n", - "138\n", - "[1572.335205078125, 445.3010559082031, 1263.1339111328125, 2625.750732421875, 2252.68994140625, 937.0424194335938, 1935.42822265625, 2547.164306640625, 531.9959716796875, 4487.31982421875, 354.6479797363281, 341.4594421386719, 798.891357421875, 1036.3489990234375, 1167.5772705078125, 5041.4140625, 3682.5634765625, 10914.39453125, 2151.26806640625, 314.97021484375, 6839.5087890625, 10003.5849609375, 8609.3193359375, 2770.0712890625, 1289.8795166015625, 1746.4781494140625, 7213.59521484375, 12110.015625, 10263.1572265625, 6719.98291015625, 2758.953857421875, 385.2555847167969, 2340.634765625, 5725.4873046875, 7945.79052734375, 10777.6376953125, 7362.169921875, 4574.0048828125, 676.749267578125, 866.6448364257812, 1477.705322265625, 10807.2783203125, 7585.6357421875, 9057.40234375, 567.0419311523438, 443.4393615722656, 662.3898315429688, 453.5218505859375, 5871.64501953125, 20288.71484375, 10452.2216796875, 1117.17529296875, 3100.53076171875, 1172.595458984375, 2239.111328125, 1975.2314453125, 2945.266357421875, 4428.8828125, 1127.6280517578125, 5965.04736328125, 21203.458984375, 19247.34765625, 1296.7864990234375, 401.7577819824219, 325.3285827636719, 598.6780395507812, 471.0201110839844, 1675.5948486328125, 10614.4462890625, 14921.0009765625, 24478.142578125, 17596.41015625, 1375.2080078125, 2650.079833984375, 5967.47900390625, 11653.6923828125, 23669.115234375, 18416.458984375, 16792.77734375, 4824.41259765625, 320.64227294921875, 965.2484130859375, 2803.481689453125, 759.2984008789062, 6533.71240234375, 16174.1650390625, 15620.0654296875, 10402.9990234375, 12307.041015625, 5822.53271484375, 407.0258483886719, 526.444091796875, 2894.779052734375, 1992.24169921875, 5018.9130859375, 7801.8359375, 2119.107666015625, 400.5637512207031, 416.8494567871094, 930.3916625976562, 461.7944030761719, 467.7059326171875, 669.2193603515625, 2235.28076171875, 2266.6640625, 2908.180419921875, 372.31573486328125, 356.03997802734375, 333.6744689941406, 1205.501953125, 7562.59326171875, 11109.580078125, 7616.0390625, 3324.93505859375, 5723.27783203125, 1158.678466796875, 1967.255859375, 1343.147705078125, 6444.34423828125, 3471.13720703125, 2269.409423828125, 1471.418701171875, 1584.96875, 564.39013671875, 829.403564453125, 507.5440368652344, 1273.0648193359375, 4853.326171875, 2441.16259765625, 409.06134033203125, 1731.146728515625, 480.7539978027344, 652.6806030273438, 3215.344970703125, 740.1821899414062, 611.59619140625]\n", - "136\n", - "3075\n", - "8\n", - "[1751.69921875, 1358.2218017578125, 323.59783935546875, 508.7734375, 1429.638671875, 578.18505859375, 2284.066650390625, 340.97576904296875]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "3076\n", - "6\n", - "[1084.4818115234375, 704.739501953125, 2109.942138671875, 3217.312255859375, 1243.12158203125, 418.1026306152344]\n", - "6\n", - "3077\n", - "12\n", - "[367.7529602050781, 501.2146301269531, 614.332763671875, 501.3890380859375, 338.68853759765625, 302.9803466796875, 2504.281494140625, 573.5505981445312, 515.5169067382812, 1038.5814208984375, 922.32373046875, 400.7972717285156]\n", - "12\n", - "3078\n", - "15\n", - "[830.5365600585938, 1034.5423583984375, 2632.484375, 963.5352783203125, 3889.545654296875, 2697.472900390625, 3564.057861328125, 8388.9296875, 3428.396728515625, 3731.04931640625, 492.640380859375, 314.19415283203125, 1654.621337890625, 662.5667114257812, 518.100830078125]\n", - "15\n", - "3079\n", - "14\n", - "[966.0055541992188, 306.971923828125, 728.0548706054688, 459.4034423828125, 959.9119873046875, 2672.52099609375, 2753.42626953125, 507.7672119140625, 914.2047119140625, 1860.7178955078125, 3486.689208984375, 731.0491333007812, 650.318603515625, 495.1257629394531]\n", - "14\n", - "3080\n", - "12\n", - "[1664.8419189453125, 1542.732177734375, 8056.0986328125, 2515.44384765625, 3114.629638671875, 465.74200439453125, 6376.89208984375, 2380.0478515625, 1414.38720703125, 876.9993286132812, 2363.556884765625, 388.44366455078125]\n", - "12\n", - "3081\n", - "10\n", - "[792.3641357421875, 326.4940490722656, 950.4865112304688, 597.0234985351562, 867.2874755859375, 1690.12548828125, 979.0750732421875, 2898.635009765625, 609.0325317382812, 639.3311157226562]\n", - "10\n", - "3082\n", - "4\n", - "[1591.7100830078125, 2084.46142578125, 1050.15576171875, 703.95947265625]\n", - "4\n", - "3083\n", - "15\n", - "[416.2869873046875, 310.7856140136719, 2398.771240234375, 1310.247314453125, 1758.4068603515625, 2486.06689453125, 1449.0185546875, 926.1665649414062, 1063.331298828125, 3251.11328125, 2307.84423828125, 475.94219970703125, 1433.958984375, 2362.41748046875, 646.7327880859375]\n", - "15\n", - "3084\n", - "7\n", - "[916.8067626953125, 1263.6348876953125, 1041.0728759765625, 425.88751220703125, 1082.2974853515625, 568.2589111328125, 538.49462890625]\n", - "7\n", - "3085\n", - "58\n", - "[715.1408081054688, 439.5817565917969, 2080.156494140625, 2006.3555908203125, 567.7625122070312, 570.2978515625, 729.5619506835938, 2768.39111328125, 2585.46142578125, 2520.018310546875, 1041.118896484375, 2018.252197265625, 1131.0926513671875, 651.6620483398438, 576.9464111328125, 474.9733581542969, 1189.841064453125, 1596.3822021484375, 1346.3961181640625, 637.6876831054688, 871.4121704101562, 1162.746826171875, 2196.451416015625, 807.5327758789062, 979.0621337890625, 1534.3572998046875, 303.365966796875, 503.2093811035156, 237.20301818847656, 740.6783447265625, 583.6375122070312, 1223.647705078125, 763.9642944335938, 877.6600341796875, 129.1097869873047, 357.7352600097656, 704.4569702148438, 1072.801513671875, 529.9525756835938, 1024.4283447265625, 417.4482421875, 820.9255981445312, 388.1945495605469, 311.58892822265625, 1248.7811279296875, 912.4772338867188, 1193.1458740234375, 1444.30908203125, 806.2952270507812, 1281.924560546875, 1114.9481201171875, 560.9650268554688, 957.6235961914062, 605.4376831054688, 1888.723876953125, 1068.1492919921875, 847.0872802734375, 708.7404174804688]\n", - "58\n", - "3086\n", - "33\n", - "[868.1632080078125, 1676.0716552734375, 1832.473388671875, 929.7547607421875, 1129.2672119140625, 451.92742919921875, 1031.181884765625, 939.8807373046875, 323.6646728515625, 1450.3585205078125, 1374.4637451171875, 2201.989013671875, 433.4466552734375, 831.3018188476562, 2231.9326171875, 1670.2567138671875, 636.7354125976562, 3974.508544921875, 5242.03076171875, 5823.5576171875, 9240.4677734375, 15885.0009765625, 3563.987548828125, 3456.511474609375, 10136.5361328125, 12551.1708984375, 2734.824462890625, 2033.556640625, 3637.409423828125, 2978.38330078125, 347.1249084472656, 3900.017333984375, 506.9020080566406]\n", - "33\n", - "3087\n", - "37\n", - "[1021.565673828125, 1468.02197265625, 1220.8111572265625, 1436.89892578125, 1400.692626953125, 931.7748413085938, 2055.55224609375, 1416.943603515625, 2139.447998046875, 3199.765869140625, 447.94573974609375, 3205.085693359375, 4247.62353515625, 392.18603515625, 839.29638671875, 1451.5107421875, 2442.2451171875, 6628.27685546875, 5314.8134765625, 2513.4521484375, 828.1680908203125, 6968.17041015625, 1407.423095703125, 742.191650390625, 1013.5347290039062, 6949.70458984375, 5101.78369140625, 6034.0, 7100.96142578125, 2188.57958984375, 4578.62744140625, 4843.1845703125, 2677.736328125, 693.927001953125, 1232.8616943359375, 1868.4281005859375, 411.8182067871094]\n", - "37\n", - "3088\n", - "15\n", - "[797.351806640625, 884.6737060546875, 1605.9219970703125, 1494.259521484375, 2042.62646484375, 3983.188720703125, 1428.1353759765625, 908.8760375976562, 2663.2490234375, 3260.562744140625, 1494.9010009765625, 1793.4385986328125, 741.2405395507812, 362.9071044921875, 718.6298828125]\n", - "15\n", - "3089\n", - "23\n", - "[696.8056030273438, 663.771728515625, 456.5479431152344, 1865.4830322265625, 1994.89404296875, 1525.7235107421875, 436.8677062988281, 1454.614501953125, 427.7010192871094, 2219.850830078125, 302.4924621582031, 776.6502685546875, 1567.5316162109375, 2962.06640625, 3137.433837890625, 940.873046875, 1440.5989990234375, 832.7047729492188, 633.0314331054688, 2505.202880859375, 397.7149963378906, 1309.879638671875, 1055.1292724609375]\n", - "23\n", - "3090\n", - "4\n", - "[3040.4794921875, 4255.0478515625, 4289.46728515625, 898.5283813476562]\n", - "4\n", - "3091\n", - "12\n", - "[624.411376953125, 497.60791015625, 385.54052734375, 1551.6280517578125, 2540.489501953125, 2656.154541015625, 358.0867004394531, 436.57965087890625, 430.5898742675781, 3737.778076171875, 607.76904296875, 634.4192504882812]\n", - "12\n", - "3092\n", - "8\n", - "[1667.146240234375, 648.28955078125, 594.5614624023438, 1093.3597412109375, 2141.013671875, 622.7361450195312, 933.2296752929688, 580.1978759765625]\n", - "8\n", - "3093\n", - "12\n", - "[1208.1839599609375, 1504.79150390625, 1741.2427978515625, 1264.5745849609375, 636.9536743164062, 554.7880249023438, 1565.11083984375, 1375.1817626953125, 907.3179321289062, 1174.5689697265625, 326.51715087890625, 682.0964965820312]\n", - "12\n", - "3094\n", - "6\n", - "[399.83660888671875, 833.6556396484375, 1714.0289306640625, 1489.252685546875, 1348.6094970703125, 2049.946044921875]\n", - "6\n", - "3095\n", - "2\n", - "[4583.3203125, 1085.253173828125]\n", - "2\n", - "3096\n", - "19\n", - "[1348.4228515625, 367.0285949707031, 3255.124267578125, 1468.4639892578125, 1550.161865234375, 455.77740478515625, 576.8091430664062, 1038.326416015625, 698.1322631835938, 1016.1829223632812, 1508.905029296875, 1193.3599853515625, 1542.382568359375, 853.4603271484375, 401.2685546875, 2992.7236328125, 3426.88818359375, 917.8242797851562, 863.984375]\n", - "19\n", - "3097\n", - "18\n", - "[3221.171630859375, 4300.60107421875, 1209.844970703125, 1662.49609375, 2890.2158203125, 979.9216918945312, 4027.400634765625, 7503.63623046875, 1630.5108642578125, 2033.8922119140625, 6414.76953125, 3387.6953125, 667.39599609375, 1139.856201171875, 2028.7867431640625, 1880.9129638671875, 573.9149169921875, 355.8542785644531]\n", - "18\n", - "3098\n", - "17\n", - "[511.74273681640625, 796.6254272460938, 1249.3946533203125, 1349.911865234375, 775.0112915039062, 1297.26904296875, 5722.2431640625, 6515.90673828125, 6788.08740234375, 2371.889404296875, 459.8199157714844, 375.5234375, 1088.9256591796875, 364.614501953125, 1087.9339599609375, 2305.579833984375, 812.927734375]\n", - "17\n", - "3099\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "32\n", - "[459.8291320800781, 469.3450622558594, 446.97491455078125, 460.03375244140625, 910.2190551757812, 313.0544738769531, 716.9581909179688, 829.9473876953125, 730.4774780273438, 1043.404052734375, 384.545654296875, 647.6029663085938, 2661.052490234375, 350.1334228515625, 1367.8419189453125, 1398.5257568359375, 428.1924133300781, 682.9872436523438, 1056.9105224609375, 5192.0537109375, 5261.72216796875, 2691.231201171875, 474.17340087890625, 1460.1683349609375, 1255.652099609375, 381.4184265136719, 776.52880859375, 391.42041015625, 311.31500244140625, 446.8150329589844, 829.902587890625, 311.7882385253906]\n", - "32\n", - "3100\n", - "12\n", - "[644.6415405273438, 414.3604431152344, 414.5645446777344, 496.5595703125, 3353.572509765625, 1789.4044189453125, 351.21258544921875, 631.3646240234375, 4443.32080078125, 2809.939453125, 446.34759521484375, 1037.930908203125]\n", - "12\n", - "3101\n", - "11\n", - "[424.0517272949219, 1744.8079833984375, 460.92327880859375, 1158.7396240234375, 1127.326416015625, 921.8726196289062, 922.7845458984375, 718.4276733398438, 906.5164184570312, 310.0786437988281, 344.4933166503906]\n", - "11\n", - "3102\n", - "56\n", - "[785.3445434570312, 1437.91015625, 1360.1778564453125, 321.369873046875, 2483.045654296875, 1631.844482421875, 424.8899230957031, 328.6675109863281, 1047.9505615234375, 1386.2388916015625, 2697.560791015625, 6509.1064453125, 4713.11962890625, 3333.522216796875, 2857.767578125, 521.4265747070312, 1296.78125, 3785.197509765625, 7639.57275390625, 7989.36767578125, 3196.9580078125, 6023.11572265625, 1249.3328857421875, 1501.498046875, 5229.17529296875, 5138.55615234375, 4125.0576171875, 7267.40625, 8442.9013671875, 3085.129150390625, 1930.966064453125, 549.1549072265625, 3471.535400390625, 7230.9453125, 5811.90771484375, 10435.529296875, 12065.1318359375, 11634.2294921875, 2230.320068359375, 631.4789428710938, 2687.666748046875, 7071.353515625, 1796.4652099609375, 1118.959228515625, 3891.519287109375, 2054.302001953125, 1625.2574462890625, 447.52081298828125, 488.8604736328125, 1257.2454833984375, 304.8203430175781, 369.72021484375, 388.4289855957031, 1292.0391845703125, 1319.658203125, 597.5052490234375]\n", - "56\n", - "3103\n", - "88\n", - "[782.0140991210938, 747.0816650390625, 917.15625, 715.263427734375, 475.212158203125, 563.9487915039062, 2586.83935546875, 2659.506103515625, 3370.713623046875, 857.5712280273438, 1204.2379150390625, 1030.21923828125, 1057.97216796875, 2162.38720703125, 3315.095947265625, 4504.52294921875, 4569.2919921875, 2509.352294921875, 1121.440673828125, 2514.53173828125, 4501.8837890625, 4431.791015625, 4495.744140625, 442.1119079589844, 2848.39208984375, 4402.62060546875, 4145.3056640625, 3669.888671875, 732.522216796875, 2485.50146484375, 4202.86767578125, 4234.84912109375, 1136.5269775390625, 1727.6878662109375, 526.2984008789062, 3175.403564453125, 3611.478271484375, 1577.2962646484375, 780.8299560546875, 507.7762756347656, 1101.184326171875, 3052.830078125, 989.4234008789062, 1526.3389892578125, 301.6317443847656, 416.39630126953125, 1037.449951171875, 3344.032958984375, 314.98370361328125, 2074.084716796875, 909.1012573242188, 598.9371337890625, 317.650390625, 2714.4384765625, 3398.8115234375, 2429.734619140625, 1634.2425537109375, 353.4452819824219, 704.921875, 423.59912109375, 833.2728271484375, 702.5455322265625, 2799.70654296875, 3517.71142578125, 621.7017211914062, 1223.49658203125, 551.6690673828125, 1714.461669921875, 1733.8883056640625, 584.9884033203125, 334.04736328125, 319.46044921875, 1324.009521484375, 526.8671875, 2566.67626953125, 1580.89990234375, 774.7646484375, 1035.24951171875, 1516.470947265625, 3012.578369140625, 585.3287353515625, 476.676025390625, 1533.3707275390625, 411.46392822265625]\n", - "84\n", - "3104\n", - "24\n", - "[445.72747802734375, 683.8135986328125, 3932.10986328125, 1056.8680419921875, 7272.5234375, 5183.54296875, 1006.0167236328125, 394.5742492675781, 341.71337890625, 1017.054931640625, 708.7581176757812, 2217.721923828125, 831.2069702148438, 830.5277099609375, 1367.2215576171875, 679.7568359375, 312.5045471191406, 336.9678955078125, 400.60284423828125, 636.1982421875, 820.09326171875, 335.684814453125, 334.77911376953125, 784.6954956054688]\n", - "24\n", - "3105\n", - "8\n", - "[1311.755615234375, 2253.37548828125, 339.9861755371094, 3138.287109375, 1544.5020751953125, 2669.856201171875, 1807.344970703125, 419.8835754394531]\n", - "8\n", - "3106\n", - "5\n", - "[491.5634460449219, 1269.02783203125, 751.2431640625, 686.46044921875, 2226.928955078125]\n", - "5\n", - "3107\n", - "14\n", - "[1813.380615234375, 8968.365234375, 3605.86962890625, 334.97509765625, 1975.408447265625, 17441.623046875, 12852.271484375, 358.12945556640625, 2370.005859375, 6088.279296875, 4011.62353515625, 808.7184448242188, 1208.552001953125, 2353.19287109375]\n", - "14\n", - "3108\n", - "4\n", - "[578.7149047851562, 5161.28173828125, 535.8037719726562, 343.5210876464844]\n", - "4\n", - "3109\n", - "176\n", - "[430.25994873046875, 556.8916625976562, 508.9145202636719, 4309.0830078125, 10755.8662109375, 4832.30810546875, 782.97216796875, 2268.443359375, 2123.705810546875, 2073.641357421875, 15457.05078125, 14125.7900390625, 4336.88232421875, 718.6759033203125, 12840.1806640625, 11006.630859375, 541.1417236328125, 7325.50390625, 11712.0556640625, 10157.1640625, 1051.85888671875, 1484.16845703125, 5388.6572265625, 11289.47265625, 11857.8369140625, 6176.71044921875, 4488.451171875, 3048.04736328125, 3315.7421875, 3254.314697265625, 3178.911865234375, 5577.9716796875, 7745.8720703125, 12999.5205078125, 5339.70458984375, 3341.998046875, 1403.4498291015625, 2680.630615234375, 2419.912109375, 5223.05029296875, 5355.66796875, 3571.623046875, 852.13330078125, 434.0760192871094, 488.2037353515625, 1254.6937255859375, 3751.503173828125, 2120.5791015625, 1698.059326171875, 4106.208984375, 1646.6983642578125, 1509.0906982421875, 729.2616577148438, 2879.394287109375, 5115.5341796875, 654.484130859375, 474.50054931640625, 1050.5816650390625, 2071.2021484375, 2733.953857421875, 788.618408203125, 535.6293334960938, 1038.1884765625, 3413.061279296875, 1482.418212890625, 1209.3717041015625, 489.0408935546875, 564.9877319335938, 1880.07568359375, 2643.885986328125, 273.7911071777344, 89.5351791381836, 452.3450927734375, 496.99310302734375, 650.6583251953125, 842.7324829101562, 1667.7987060546875, 2917.31298828125, 765.4301147460938, 554.5234985351562, 85.5726318359375, 767.3651733398438, 2677.494384765625, 533.3463745117188, 1527.7518310546875, 657.9900512695312, 614.34765625, 1751.105224609375, 195.3227996826172, 1007.2490234375, 935.5208740234375, 1076.933349609375, 832.3695068359375, 2004.9422607421875, 1269.505859375, 1152.8524169921875, 1341.8426513671875, 1928.028564453125, 1998.2021484375, 1331.64013671875, 2001.680908203125, 1499.27392578125, 700.9638671875, 1290.7969970703125, 2046.6822509765625, 1121.64111328125, 1565.67529296875, 1722.008544921875, 861.71630859375, 1772.2442626953125, 801.4844360351562, 336.76251220703125, 1632.0003662109375, 1871.4984130859375, 578.902099609375, 1979.3895263671875, 3541.346923828125, 1007.2816162109375, 772.4365844726562, 650.8368530273438, 419.090087890625, 2036.2296142578125, 4196.12451171875, 2019.42822265625, 324.9672546386719, 301.89312744140625, 801.3431396484375, 1283.9263916015625, 1589.9071044921875, 2622.578369140625, 360.4671630859375, 306.3992614746094, 1200.946533203125, 2310.2109375, 3564.75244140625, 2373.11181640625, 868.6575927734375, 4616.486328125, 5435.5986328125, 5108.7724609375, 2350.021240234375, 2599.54248046875, 2878.388671875, 491.9379577636719, 1713.0234375, 1313.7950439453125, 599.4595336914062, 1722.0411376953125, 4228.86328125, 4761.83984375, 3455.333984375, 4149.63916015625, 3842.468017578125, 1443.542724609375, 692.750732421875, 302.3008117675781, 561.0570068359375, 2538.391845703125, 1381.3758544921875, 1014.0326538085938, 1353.2684326171875, 1608.10546875, 1659.15673828125, 1663.9454345703125, 323.9833984375, 457.06317138671875, 641.851806640625, 465.8199157714844, 789.4554443359375, 320.80902099609375, 1056.1639404296875, 503.151611328125, 1055.2127685546875]\n", - "173\n", - "3110\n", - "6\n", - "[571.0092163085938, 422.7054138183594, 2082.032470703125, 379.7541809082031, 755.721435546875, 1669.930908203125]\n", - "6\n", - "3111\n", - "8\n", - "[307.9183349609375, 857.9943237304688, 407.6398010253906, 798.9705810546875, 1274.3880615234375, 1019.6844482421875, 494.36590576171875, 443.6349792480469]\n", - "8\n", - "3112\n", - "2\n", - "[5373.02587890625, 3478.754150390625]\n", - "2\n", - "3113\n", - "80\n", - "[1401.0477294921875, 709.3533325195312, 1803.9560546875, 2511.975341796875, 330.69122314453125, 3420.99072265625, 862.894287109375, 3536.199951171875, 3821.8955078125, 1354.29541015625, 439.582275390625, 582.9459838867188, 723.0996704101562, 680.8145751953125, 1087.0712890625, 2132.166015625, 2319.575927734375, 1257.1185302734375, 315.2278747558594, 422.79052734375, 680.79931640625, 650.3181762695312, 612.2862548828125, 3876.546875, 3441.861083984375, 654.0610961914062, 693.6669311523438, 420.0074462890625, 2082.109375, 4156.275390625, 1196.1051025390625, 656.3707275390625, 499.7723083496094, 983.9714965820312, 310.2161865234375, 2591.81494140625, 5116.88525390625, 3130.657958984375, 3241.397705078125, 2156.758056640625, 1079.4027099609375, 1005.9835205078125, 1783.697509765625, 7271.54541015625, 7674.15185546875, 2779.325927734375, 513.740966796875, 2793.048828125, 8876.810546875, 8643.1142578125, 5739.48388671875, 469.3403015136719, 2612.45654296875, 3611.146728515625, 5961.10400390625, 5671.85595703125, 4019.0517578125, 496.4828796386719, 3648.9609375, 894.3650512695312, 4701.4150390625, 479.5440673828125, 335.08502197265625, 3212.338623046875, 572.8460693359375, 2328.943359375, 676.3092651367188, 417.9385681152344, 1176.72900390625, 556.9818725585938, 817.821044921875, 1496.47119140625, 1562.6837158203125, 960.6202392578125, 395.63714599609375, 1022.3640747070312, 519.6781005859375, 1107.99462890625, 705.6968994140625, 1074.5106201171875]\n", - "80\n", - "3114\n", - "13\n", - "[1554.606201171875, 483.39398193359375, 380.3776550292969, 2533.70654296875, 1123.6597900390625, 333.9860534667969, 2997.52001953125, 685.3800048828125, 782.3637084960938, 961.7949829101562, 403.8042297363281, 438.7459716796875, 1657.5152587890625]\n", - "13\n", - "3115\n", - "48\n", - "[316.83868408203125, 574.9618530273438, 588.9945678710938, 1569.272705078125, 2364.66748046875, 2259.18701171875, 399.8800048828125, 334.6927795410156, 398.4346923828125, 502.6320495605469, 1177.5230712890625, 1796.5284423828125, 6593.22265625, 2912.662353515625, 1852.7535400390625, 2348.892333984375, 1086.5867919921875, 804.0614013671875, 1401.5050048828125, 1023.6505126953125, 1244.947021484375, 880.3484497070312, 1891.3358154296875, 365.9024963378906, 957.3706665039062, 3212.000732421875, 4058.88916015625, 710.8190307617188, 3110.292724609375, 749.7806396484375, 360.6146545410156, 1929.87060546875, 5839.529296875, 7731.55322265625, 2092.025146484375, 507.4263610839844, 323.6686706542969, 1077.3858642578125, 3065.687255859375, 9487.7919921875, 4927.66552734375, 903.87255859375, 1678.6236572265625, 1986.7598876953125, 1342.8372802734375, 3166.802490234375, 1271.5538330078125, 346.2392272949219]\n", - "48\n", - "3116\n", - "9\n", - "[527.8742065429688, 1352.2845458984375, 1615.8883056640625, 3429.74853515625, 1334.01416015625, 1346.5828857421875, 3536.41064453125, 2398.38720703125, 765.2401733398438]\n", - "9\n", - "3117\n", - "51\n", - "[448.0887145996094, 380.0856018066406, 1536.219482421875, 4998.85302734375, 4663.03173828125, 498.36492919921875, 570.753662109375, 346.1246032714844, 841.536376953125, 1331.1392822265625, 2020.7679443359375, 1092.2279052734375, 957.1221923828125, 1540.2030029296875, 811.0477905273438, 1279.48388671875, 498.4753112792969, 582.3103637695312, 309.8794860839844, 3354.210205078125, 5497.84716796875, 412.8764953613281, 1368.8765869140625, 644.3916625976562, 3044.45166015625, 2916.58837890625, 2420.927978515625, 1607.524658203125, 302.00933837890625, 480.2657775878906, 1692.63427734375, 2852.28466796875, 3921.62744140625, 573.7902221679688, 322.7552795410156, 2450.71826171875, 4258.4013671875, 2955.50146484375, 1585.8509521484375, 1862.349853515625, 391.8835144042969, 3178.932861328125, 4330.73681640625, 3178.536376953125, 779.0770263671875, 401.6923522949219, 1591.5107421875, 3159.23583984375, 1045.9068603515625, 306.4522399902344, 1953.8602294921875]\n", - "51\n", - "3118\n", - "23\n", - "[806.7896118164062, 512.0188598632812, 921.5150756835938, 582.36669921875, 632.8153076171875, 1161.40380859375, 1059.8939208984375, 2639.673095703125, 3416.750244140625, 1212.4345703125, 336.1583251953125, 2038.498779296875, 4397.22900390625, 5464.94677734375, 4595.74853515625, 1250.2923583984375, 2002.533447265625, 4959.75732421875, 4415.72119140625, 479.3285217285156, 454.0193786621094, 1552.0621337890625, 466.0522766113281]\n", - "23\n", - "3119\n", - "27\n", - "[364.01214599609375, 676.9238891601562, 1365.109375, 767.5930786132812, 412.9494934082031, 319.908447265625, 2468.1484375, 1262.53076171875, 558.6853637695312, 1239.017578125, 917.9070434570312, 671.2984008789062, 548.2478637695312, 897.2876586914062, 515.9888916015625, 616.0626220703125, 456.4017333984375, 418.36614990234375, 668.7034301757812, 736.510986328125, 758.51611328125, 843.8081665039062, 804.0537109375, 358.3974914550781, 636.048583984375, 607.4598388671875, 421.5802001953125]\n", - "27\n", - "3120\n", - "29\n", - "[713.1654052734375, 562.8421020507812, 1509.2337646484375, 1282.67724609375, 1811.4072265625, 2698.6552734375, 3243.45703125, 6666.70166015625, 3623.390380859375, 968.9053344726562, 4204.4873046875, 5821.6689453125, 872.997802734375, 836.930419921875, 10074.8662109375, 11701.0341796875, 4654.82763671875, 2189.0771484375, 2964.091796875, 1784.05859375, 1483.3048095703125, 1245.846435546875, 2321.668212890625, 3458.990966796875, 2805.85302734375, 3006.681640625, 4567.26416015625, 467.24261474609375, 1198.408203125]\n", - "29\n", - "3121\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "28\n", - "[1005.0797729492188, 1028.2449951171875, 2486.112060546875, 358.42254638671875, 602.4176025390625, 1074.2415771484375, 1050.0162353515625, 1488.4039306640625, 1412.0157470703125, 336.10919189453125, 2816.502197265625, 1224.036865234375, 550.8887329101562, 2456.277099609375, 2342.0869140625, 2721.1259765625, 3110.2607421875, 2815.06298828125, 2390.689697265625, 328.92901611328125, 1120.4849853515625, 3542.294921875, 4218.4580078125, 1749.3568115234375, 566.8543090820312, 411.87701416015625, 385.5761413574219, 1003.8358154296875]\n", - "28\n", - "3122\n", - "13\n", - "[549.2269287109375, 515.933349609375, 2393.295654296875, 2061.822265625, 1376.1087646484375, 3490.21826171875, 2825.866455078125, 1194.6309814453125, 1054.310546875, 532.7931518554688, 372.7345275878906, 1076.1788330078125, 395.984375]\n", - "13\n", - "3123\n", - "16\n", - "[1334.9093017578125, 1562.7647705078125, 1643.1236572265625, 2615.45947265625, 1459.5479736328125, 1089.939453125, 1311.5618896484375, 327.7249755859375, 1873.5013427734375, 972.0700073242188, 455.7389831542969, 1728.1820068359375, 404.83453369140625, 1278.07470703125, 792.8718872070312, 635.7576293945312]\n", - "16\n", - "3124\n", - "19\n", - "[671.013427734375, 2516.652587890625, 1397.50732421875, 715.0868530273438, 3514.96484375, 4154.60888671875, 1457.9835205078125, 726.4013061523438, 3749.160888671875, 4477.50732421875, 1401.9471435546875, 2535.629150390625, 1946.1790771484375, 909.2852783203125, 831.4074096679688, 903.19140625, 352.79931640625, 748.2428588867188, 1001.25]\n", - "19\n", - "3125\n", - "9\n", - "[2097.45263671875, 2026.756591796875, 2601.53662109375, 1266.7513427734375, 479.28265380859375, 1174.8018798828125, 786.9362182617188, 771.4717407226562, 724.48779296875]\n", - "9\n", - "3126\n", - "10\n", - "[2001.4844970703125, 557.52099609375, 2115.42431640625, 4281.3984375, 366.0903625488281, 320.6545715332031, 3360.258544921875, 5151.7138671875, 1901.15283203125, 896.7646484375]\n", - "10\n", - "3127\n", - "14\n", - "[386.8170471191406, 316.9509582519531, 912.1044921875, 2195.044677734375, 723.719970703125, 1402.591552734375, 2974.081787109375, 1342.90234375, 612.4837036132812, 926.2217407226562, 1793.2921142578125, 1210.41064453125, 538.4498901367188, 304.34552001953125]\n", - "14\n", - "3128\n", - "5\n", - "[2260.60400390625, 922.5966186523438, 703.7799682617188, 1208.7835693359375, 419.4728088378906]\n", - "5\n", - "3129\n", - "12\n", - "[811.594482421875, 3344.0048828125, 520.0933227539062, 429.3240661621094, 544.8065795898438, 874.368408203125, 444.335693359375, 936.46630859375, 2223.226318359375, 381.1795349121094, 1727.7763671875, 511.8182067871094]\n", - "12\n", - "3130\n", - "5\n", - "[397.244384765625, 1839.0137939453125, 826.9639282226562, 3205.851318359375, 1528.242431640625]\n", - "5\n", - "3131\n", - "19\n", - "[1077.2137451171875, 1427.01171875, 444.1692810058594, 800.61328125, 607.9961547851562, 2899.449951171875, 4835.416015625, 3494.447021484375, 1915.6859130859375, 558.91162109375, 3015.9794921875, 1526.9610595703125, 744.1566772460938, 723.1084594726562, 969.7667846679688, 492.2066345214844, 504.395751953125, 361.34478759765625, 631.8856201171875]\n", - "19\n", - "3132\n", - "4\n", - "[6993.73583984375, 1607.2177734375, 2018.3427734375, 6698.55615234375]\n", - "4\n", - "3133\n", - "6\n", - "[521.353271484375, 1389.3660888671875, 1510.2353515625, 1811.67626953125, 2917.469970703125, 479.9071044921875]\n", - "6\n", - "3134\n", - "7\n", - "[446.93365478515625, 3141.113037109375, 1370.414794921875, 3268.91943359375, 728.0693969726562, 383.116943359375, 430.7630615234375]\n", - "7\n", - "3135\n", - "13\n", - "[410.3402404785156, 1322.1427001953125, 3159.588623046875, 2480.807373046875, 1074.4283447265625, 365.6312561035156, 1053.1014404296875, 698.1780395507812, 531.7466430664062, 411.50726318359375, 1065.8857421875, 650.6905517578125, 468.271728515625]\n", - "13\n", - "3136\n", - "11\n", - "[1973.136474609375, 1525.7899169921875, 1328.53076171875, 1545.91943359375, 909.6725463867188, 1017.8776245117188, 924.2411499023438, 605.5899658203125, 1540.0975341796875, 561.6270751953125, 309.0871887207031]\n", - "11\n", - "3137\n", - "7\n", - "[741.6051025390625, 3190.520263671875, 430.7731018066406, 4336.322265625, 4171.14306640625, 3282.95361328125, 3858.1064453125]\n", - "7\n", - "3138\n", - "8\n", - "[1353.9442138671875, 1268.21923828125, 942.1958618164062, 2856.1123046875, 2503.165771484375, 1338.1446533203125, 2657.636474609375, 465.9580993652344]\n", - "8\n", - "3139\n", - "8\n", - "[603.2235717773438, 844.235107421875, 1207.614990234375, 2110.363037109375, 5242.39208984375, 464.8612060546875, 352.66119384765625, 496.0506286621094]\n", - "8\n", - "3140\n", - "12\n", - "[455.91302490234375, 1154.299560546875, 1568.92529296875, 1378.07177734375, 622.8366088867188, 1113.1837158203125, 1638.4302978515625, 398.3363952636719, 449.0470275878906, 1584.61572265625, 3630.795166015625, 666.943603515625]\n", - "12\n", - "3141\n", - "19\n", - "[740.0664672851562, 1476.476318359375, 1515.683837890625, 2551.251708984375, 1506.667236328125, 5970.052734375, 731.2061157226562, 806.2769775390625, 359.3992614746094, 1727.863525390625, 3111.78271484375, 676.8563232421875, 2722.848876953125, 1353.618896484375, 424.23455810546875, 462.48883056640625, 1033.3333740234375, 791.3065795898438, 731.6124267578125]\n", - "19\n", - "3142\n", - "9\n", - "[359.720947265625, 1645.8226318359375, 388.90374755859375, 1712.5565185546875, 2416.51708984375, 1304.65380859375, 511.0529479980469, 524.236572265625, 403.5057678222656]\n", - "9\n", - "3143\n", - "21\n", - "[414.0855712890625, 398.33917236328125, 1415.3538818359375, 3199.168212890625, 391.742431640625, 347.182373046875, 306.5205383300781, 571.8931884765625, 380.6180114746094, 367.0458679199219, 409.3160400390625, 327.4234313964844, 329.2987060546875, 321.0933837890625, 559.198486328125, 619.9857788085938, 756.7068481445312, 1133.1541748046875, 1095.4884033203125, 1458.741943359375, 777.5623779296875]\n", - "21\n", - "3144\n", - "11\n", - "[520.9249267578125, 934.3480834960938, 399.57183837890625, 411.6617126464844, 872.7545166015625, 778.8796997070312, 2974.744873046875, 1291.677734375, 729.05029296875, 1229.114990234375, 357.7189025878906]\n", - "11\n", - "3145\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[811.3457641601562, 668.2702026367188, 2141.731201171875, 2056.085205078125, 2776.187744140625, 844.4374389648438, 341.1792907714844, 442.9346618652344]\n", - "8\n", - "3146\n", - "33\n", - "[417.8677978515625, 349.1183166503906, 413.73016357421875, 359.1378479003906, 805.6769409179688, 468.8822937011719, 1233.47509765625, 1235.7547607421875, 679.39013671875, 494.754638671875, 325.9394836425781, 1648.68994140625, 374.6881408691406, 420.5613098144531, 1142.9503173828125, 1690.77197265625, 487.8375549316406, 1731.95361328125, 968.3018798828125, 2040.9449462890625, 487.34747314453125, 1169.8123779296875, 1607.3299560546875, 416.31011962890625, 355.8682861328125, 872.5117797851562, 4937.53466796875, 5164.75537109375, 3077.71240234375, 7417.701171875, 6195.24365234375, 3739.984130859375, 3268.22998046875]\n", - "33\n", - "3147\n", - "4\n", - "[2712.94189453125, 527.2307739257812, 482.5925598144531, 2417.998291015625]\n", - "4\n", - "3148\n", - "11\n", - "[700.3450317382812, 1854.3731689453125, 615.3613891601562, 535.35205078125, 535.8975219726562, 434.80657958984375, 735.4779052734375, 307.12359619140625, 851.3567504882812, 823.5478515625, 1761.18896484375]\n", - "11\n", - "3149\n", - "24\n", - "[1368.806640625, 1158.4896240234375, 1334.0047607421875, 1193.202880859375, 686.9744262695312, 1201.8135986328125, 577.7203369140625, 681.5338745117188, 520.386962890625, 414.54083251953125, 2200.969970703125, 1939.5526123046875, 519.4732666015625, 523.939453125, 4371.25, 2013.52001953125, 1282.368408203125, 709.2261962890625, 1138.9744873046875, 4303.46923828125, 1304.6015625, 921.0303955078125, 372.5688171386719, 1884.0841064453125]\n", - "24\n", - "3150\n", - "3\n", - "[845.231201171875, 3216.19091796875, 8577.31640625]\n", - "3\n", - "3151\n", - "1176\n", - "[585.3997802734375, 1216.8502197265625, 1296.700439453125, 2052.062255859375, 744.8518676757812, 1064.8197021484375, 1783.8114013671875, 1339.063232421875, 1583.74462890625, 2063.1787109375, 2761.827392578125, 827.6273803710938, 332.79339599609375, 1135.759033203125, 497.08917236328125, 306.1566162109375, 890.5174560546875, 1608.072998046875, 1773.2623291015625, 473.8599548339844, 1704.01220703125, 503.7939758300781, 733.3241577148438, 1206.11328125, 2034.137451171875, 1012.1322021484375, 533.9523315429688, 2498.469970703125, 932.6286010742188, 456.2333068847656, 455.49139404296875, 1378.8970947265625, 314.6372985839844, 385.72662353515625, 591.236328125, 1633.4261474609375, 1716.478271484375, 966.9741821289062, 496.0360412597656, 388.0420837402344, 3883.90771484375, 2962.55322265625, 1218.632080078125, 413.8824462890625, 1046.458984375, 323.66851806640625, 1352.07666015625, 2042.1090087890625, 2685.71826171875, 1269.6806640625, 358.6926574707031, 481.7744140625, 1349.26171875, 791.8117065429688, 357.7991027832031, 1014.5432739257812, 759.2911987304688, 2352.20751953125, 688.8396606445312, 525.7081298828125, 2689.43798828125, 2606.70849609375, 607.9127197265625, 394.1977844238281, 2357.584228515625, 1160.5164794921875, 648.8856201171875, 337.1376647949219, 477.2153015136719, 890.8035278320312, 418.4430236816406, 974.1602783203125, 1354.2064208984375, 1691.033447265625, 713.865478515625, 1026.6883544921875, 329.8472900390625, 329.24249267578125, 350.1573181152344, 1455.797119140625, 432.6477355957031, 1000.15869140625, 622.9568481445312, 5340.955078125, 3545.127197265625, 730.8136596679688, 3022.337646484375, 2993.537841796875, 1459.5103759765625, 101.33829498291016, 1040.92041015625, 1071.2626953125, 454.30078125, 382.4326171875, 2771.860107421875, 4697.90087890625, 4930.45654296875, 5607.87841796875, 1275.115966796875, 3042.232177734375, 3331.2060546875, 1673.9600830078125, 2063.9853515625, 89.00434112548828, 873.7627563476562, 320.8978576660156, 3851.542236328125, 4050.171630859375, 934.2759399414062, 844.854736328125, 604.5347900390625, 352.1611022949219, 559.5572509765625, 1432.22119140625, 2715.07470703125, 1900.592041015625, 922.8206176757812, 1249.2349853515625, 2796.4853515625, 4974.615234375, 7074.13720703125, 6227.0185546875, 3712.502685546875, 2196.636962890625, 501.2041015625, 208.30746459960938, 407.37786865234375, 816.7024536132812, 2732.027587890625, 2181.940673828125, 472.0660705566406, 522.7685546875, 1852.4068603515625, 1332.3331298828125, 1884.9652099609375, 1578.49658203125, 743.2101440429688, 587.5734252929688, 2078.0927734375, 916.7120361328125, 1852.1240234375, 4720.5322265625, 5072.69970703125, 150.0244140625, 827.15576171875, 1244.8450927734375, 1814.274169921875, 1896.3724365234375, 1660.9600830078125, 1327.3404541015625, 779.96337890625, 1228.36376953125, 1435.614501953125, 536.065673828125, 497.5856018066406, 2467.48583984375, 2362.3037109375, 2651.170654296875, 1997.2852783203125, 381.4431457519531, 2146.07470703125, 452.393798828125, 2073.122802734375, 257.56500244140625, 650.0831298828125, 789.3131103515625, 1155.7720947265625, 2296.073486328125, 303.3127746582031, 334.12664794921875, 530.1795043945312, 424.6109619140625, 1382.16015625, 1982.427978515625, 1027.64453125, 1480.6156005859375, 501.6917419433594, 457.58074951171875, 936.9403686523438, 2206.358642578125, 2685.09765625, 2209.592529296875, 1709.372314453125, 923.5546264648438, 386.0696105957031, 1636.75634765625, 2855.748046875, 98.85284423828125, 561.4547729492188, 1982.9580078125, 3499.646240234375, 1422.7464599609375, 1755.7987060546875, 1774.2232666015625, 286.7215270996094, 118.4649887084961, 213.28590393066406, 436.32305908203125, 1118.352294921875, 629.840576171875, 461.7117004394531, 1005.5535888671875, 622.9615478515625, 925.533203125, 2299.821533203125, 1652.435791015625, 643.5277709960938, 185.8406524658203, 1689.518798828125, 1225.3214111328125, 502.2909851074219, 1837.549560546875, 444.7694091796875, 714.208740234375, 319.85986328125, 140.39639282226562, 467.3586120605469, 129.43634033203125, 1513.2061767578125, 1678.746337890625, 2693.78515625, 2932.785888671875, 677.4301147460938, 99.31713104248047, 673.6253662109375, 1185.454833984375, 1156.4564208984375, 2139.745361328125, 359.1146240234375, 557.312744140625, 611.8912353515625, 895.751220703125, 364.6639404296875, 1635.1884765625, 385.1025390625, 332.165771484375, 616.5824584960938, 963.9530639648438, 2210.798095703125, 1210.5704345703125, 1088.8006591796875, 415.3454284667969, 98.64852905273438, 510.561279296875, 2341.6396484375, 1712.0916748046875, 2348.1875, 2757.739013671875, 3026.071533203125, 2503.7568359375, 1612.7713623046875, 1984.569580078125, 412.8882141113281, 1450.8690185546875, 1185.8662109375, 568.4220581054688, 1125.025634765625, 2093.921630859375, 1947.03271484375, 333.64794921875, 863.4409790039062, 308.6068115234375, 1405.336181640625, 623.1104736328125, 690.4471435546875, 325.9072570800781, 2186.671875, 1976.5877685546875, 481.2673645019531, 375.0534362792969, 1450.5250244140625, 839.8287963867188, 446.32122802734375, 834.450439453125, 3413.974609375, 5279.8291015625, 2643.862060546875, 1294.3062744140625, 735.8800048828125, 588.3606567382812, 1365.4979248046875, 2549.045166015625, 3202.295654296875, 3014.937255859375, 1373.316650390625, 1149.4639892578125, 1342.878662109375, 2856.910888671875, 1683.5545654296875, 671.483642578125, 2509.9443359375, 1747.969482421875, 695.5354614257812, 1331.1275634765625, 612.3131713867188, 743.759765625, 985.3348388671875, 779.9102172851562, 751.6422729492188, 666.2782592773438, 755.7626342773438, 2062.767333984375, 1629.9725341796875, 1058.54345703125, 1520.9678955078125, 989.01904296875, 306.7735900878906, 713.2047119140625, 1476.2930908203125, 828.1344604492188, 622.0659790039062, 1861.196044921875, 4619.03125, 2388.814453125, 847.9657592773438, 194.96524047851562, 1315.9227294921875, 1705.1456298828125, 3455.13623046875, 1259.7449951171875, 1082.4039306640625, 1176.82763671875, 2627.842041015625, 3323.02294921875, 912.1439208984375, 1101.1865234375, 1060.7525634765625, 264.4284362792969, 518.999267578125, 802.55078125, 2019.1173095703125, 2375.948486328125, 1463.315185546875, 833.1412353515625, 246.62802124023438, 1029.7508544921875, 692.9185791015625, 231.73878479003906, 242.21337890625, 2423.197509765625, 1442.759521484375, 323.62725830078125, 502.04278564453125, 431.9366760253906, 707.2044677734375, 2276.484375, 259.7635192871094, 1781.020751953125, 510.783447265625, 2254.675048828125, 618.3199462890625, 1724.5948486328125, 885.464599609375, 3031.6279296875, 2658.046142578125, 2036.687255859375, 2441.235595703125, 2866.00244140625, 2815.827880859375, 2191.239013671875, 1655.39306640625, 2587.62451171875, 2508.214111328125, 853.593994140625, 1171.108154296875, 1328.223388671875, 864.53662109375, 594.8602294921875, 529.839111328125, 786.2750854492188, 398.5876159667969, 645.3858032226562, 680.1072998046875, 1770.9149169921875, 2262.121337890625, 555.5433349609375, 2344.810791015625, 958.7705078125, 347.8525085449219, 692.312255859375, 1681.937744140625, 1976.935302734375, 889.6806030273438, 1229.385009765625, 654.105224609375, 2288.722900390625, 3342.397705078125, 3103.134521484375, 2779.15625, 2368.899169921875, 2707.5078125, 2774.2275390625, 3182.53076171875, 2859.364501953125, 3323.09033203125, 2744.6474609375, 1898.2801513671875, 1123.1746826171875, 2359.28271484375, 1467.268798828125, 1481.736083984375, 1565.068359375, 325.8930969238281, 2165.999267578125, 609.2637329101562, 387.5243835449219, 438.4342346191406, 1335.7435302734375, 1471.4486083984375, 674.7166748046875, 1871.2213134765625, 2126.92333984375, 711.8289184570312, 750.6884765625, 217.85304260253906, 1407.435302734375, 1898.333251953125, 2561.33154296875, 3043.247802734375, 3321.06201171875, 3274.33056640625, 3163.790771484375, 2289.0419921875, 2610.264892578125, 2483.22607421875, 3004.15771484375, 2772.0751953125, 2234.98828125, 3296.191162109375, 2144.592529296875, 1908.02783203125, 1659.0843505859375, 2189.20361328125, 2424.08056640625, 1254.64599609375, 1686.827392578125, 2209.145751953125, 343.6012878417969, 846.6156616210938, 537.7284545898438, 1977.253173828125, 2954.854248046875, 1882.298828125, 1696.422607421875, 2258.529541015625, 2559.778564453125, 2465.05322265625, 1044.92724609375, 2327.312744140625, 1902.772705078125, 3223.87255859375, 3174.155517578125, 2895.84130859375, 2866.849853515625, 3049.995849609375, 3139.859619140625, 3188.87451171875, 3011.86669921875, 3116.857177734375, 3205.6181640625, 1781.9639892578125, 1508.1494140625, 2941.363525390625, 2786.26220703125, 2899.96875, 2875.725341796875, 2806.07666015625, 2077.11767578125, 1380.1744384765625, 445.2019958496094, 421.2601013183594, 1020.96728515625, 1719.867919921875, 1069.6949462890625, 1080.169921875, 387.36480712890625, 1563.85205078125, 1778.0740966796875, 2306.01611328125, 3397.518798828125, 3354.36181640625, 2607.9638671875, 3277.933349609375, 3234.591796875, 3263.600830078125, 3071.799560546875, 3353.968017578125, 3359.598876953125, 2625.43798828125, 3067.61181640625, 1088.22265625, 2319.6748046875, 3080.557861328125, 2578.17822265625, 2793.6484375, 1857.02001953125, 1716.896728515625, 1001.7913818359375, 1161.8355712890625, 451.56689453125, 1879.1500244140625, 659.0269165039062, 947.3511962890625, 756.0498046875, 2037.431884765625, 3179.7119140625, 3169.900390625, 3487.591796875, 3438.5166015625, 3364.634033203125, 3488.90380859375, 3446.75732421875, 3278.880126953125, 3332.635986328125, 2420.28271484375, 3386.554931640625, 2380.02978515625, 2216.425537109375, 3068.554931640625, 2444.9091796875, 2976.319091796875, 2891.96923828125, 1837.99267578125, 2001.4658203125, 375.54278564453125, 499.1387023925781, 320.134521484375, 915.9203491210938, 325.8895568847656, 363.1959533691406, 1230.686279296875, 218.66859436035156, 1060.9688720703125, 2224.276123046875, 2238.704345703125, 3240.15869140625, 2896.784423828125, 2808.434814453125, 3478.259033203125, 3419.517578125, 3327.480224609375, 2971.38671875, 2863.545166015625, 3065.526611328125, 2441.724853515625, 3408.15283203125, 3156.252197265625, 2693.0654296875, 3039.4326171875, 2709.35888671875, 3235.627197265625, 3166.510498046875, 2079.426025390625, 515.2619018554688, 402.7398376464844, 1650.11669921875, 1341.626953125, 437.2733459472656, 538.8173217773438, 1225.5908203125, 675.7564697265625, 814.2451171875, 731.1788940429688, 1077.8829345703125, 3436.927978515625, 3534.638916015625, 3369.95654296875, 3360.75146484375, 3490.81494140625, 3210.181884765625, 3045.47119140625, 2590.4541015625, 2588.3408203125, 2057.473388671875, 3008.3740234375, 3168.896728515625, 2530.5390625, 3054.0947265625, 3453.441162109375, 3336.64990234375, 3011.10791015625, 2339.17041015625, 826.7515258789062, 455.22271728515625, 465.012939453125, 896.435546875, 697.5282592773438, 1019.2620239257812, 975.207763671875, 2665.843505859375, 1545.2183837890625, 1697.436767578125, 2397.447265625, 3292.08154296875, 3497.36083984375, 3437.96337890625, 3462.089599609375, 2973.45751953125, 3110.467529296875, 3499.779052734375, 2964.4970703125, 2550.814453125, 2159.76904296875, 2473.003173828125, 2475.9072265625, 2273.01806640625, 2692.168212890625, 3096.7626953125, 3315.53759765625, 2643.688720703125, 1008.4967041015625, 348.5372009277344, 452.020751953125, 319.673583984375, 772.2368774414062, 1047.693115234375, 412.718017578125, 626.0535888671875, 335.5414733886719, 3075.5830078125, 2479.889404296875, 2927.392578125, 3346.971923828125, 2567.81005859375, 3520.650146484375, 3503.38525390625, 2889.06494140625, 2785.552978515625, 3045.804443359375, 3236.4853515625, 2387.8837890625, 1960.92919921875, 2969.95068359375, 3023.951171875, 3216.64599609375, 2139.603515625, 2045.835693359375, 1774.84375, 1765.1705322265625, 1925.52685546875, 935.9794311523438, 1142.620361328125, 1002.0537719726562, 1094.20458984375, 1287.5341796875, 747.4119873046875, 781.8001098632812, 307.31610107421875, 1184.4229736328125, 1020.2158203125, 341.8851013183594, 830.6981201171875, 1524.3756103515625, 264.2475891113281, 2218.98193359375, 2164.077392578125, 2972.354736328125, 3122.45263671875, 2670.956787109375, 2339.3193359375, 2698.299072265625, 2684.4560546875, 2993.275390625, 3090.277099609375, 3056.442138671875, 3227.517822265625, 3455.19287109375, 3319.193359375, 2802.623046875, 2457.738037109375, 2007.6640625, 2650.13525390625, 3121.1796875, 2894.2880859375, 2747.88134765625, 1498.0650634765625, 548.9408569335938, 1946.9547119140625, 628.3123168945312, 506.209228515625, 661.5657348632812, 1072.705810546875, 1461.2088623046875, 384.40753173828125, 516.0384521484375, 775.2650756835938, 1075.223388671875, 471.9380798339844, 3017.455078125, 2247.89892578125, 2694.1396484375, 2377.423583984375, 2702.4443359375, 2185.735595703125, 2392.44384765625, 2528.37255859375, 3260.10107421875, 3341.61767578125, 3182.506103515625, 3375.211669921875, 3153.48291015625, 3325.1611328125, 3004.85986328125, 2836.794921875, 3309.942138671875, 2862.22265625, 2811.923828125, 1917.2010498046875, 792.313720703125, 1180.947998046875, 601.0053100585938, 421.27069091796875, 489.2208251953125, 1116.5721435546875, 610.0722045898438, 870.7455444335938, 1662.885498046875, 366.69573974609375, 1875.1502685546875, 2681.406494140625, 3401.0859375, 3051.509765625, 2430.90283203125, 2247.650634765625, 2181.93798828125, 2650.252197265625, 3231.7763671875, 3069.1328125, 2396.4365234375, 3081.185546875, 3255.072998046875, 3319.271484375, 3156.3125, 3415.670166015625, 3009.2958984375, 3061.895751953125, 3121.576904296875, 2477.208740234375, 1732.0802001953125, 1100.83544921875, 340.151123046875, 379.6524963378906, 458.7792663574219, 856.5938110351562, 1354.25390625, 1301.980224609375, 2778.50390625, 3242.06640625, 2773.7666015625, 2754.46630859375, 3136.476806640625, 3314.310791015625, 3213.458251953125, 2885.604248046875, 2696.68212890625, 2459.2275390625, 2656.787109375, 1978.477783203125, 2109.849853515625, 2702.575439453125, 3395.380615234375, 3183.683349609375, 2929.83935546875, 3250.9951171875, 2424.268310546875, 273.5946044921875, 302.39794921875, 575.9783325195312, 849.59423828125, 421.5685729980469, 2451.252685546875, 2840.08203125, 1560.0650634765625, 1217.3076171875, 2787.389892578125, 3180.598388671875, 2410.730224609375, 2783.638427734375, 1900.552978515625, 1674.955810546875, 926.3487548828125, 226.99790954589844, 430.18865966796875, 1260.4151611328125, 2807.76806640625, 3327.579345703125, 2628.058349609375, 2567.6611328125, 2031.2159423828125, 1181.313232421875, 907.8214721679688, 815.0925903320312, 1676.718017578125, 850.1119384765625, 1918.0875244140625, 423.91595458984375, 501.932861328125, 1025.499267578125, 3144.125244140625, 2064.891357421875, 991.774169921875, 2679.48095703125, 3053.39990234375, 2666.765380859375, 2971.4931640625, 817.4329223632812, 2191.3134765625, 2136.284423828125, 2125.90576171875, 2654.18115234375, 2769.3837890625, 3089.206298828125, 3389.994384765625, 3422.07421875, 2369.57275390625, 1548.4664306640625, 2113.30712890625, 1814.0260009765625, 1835.9964599609375, 1731.9029541015625, 832.8008422851562, 666.7817993164062, 1248.0576171875, 842.0343627929688, 1855.6478271484375, 1825.954345703125, 717.4066162109375, 2157.70166015625, 2816.664794921875, 3189.25732421875, 2637.100341796875, 1141.563720703125, 2258.341552734375, 827.9713134765625, 1759.564453125, 1315.514892578125, 1711.957275390625, 1557.61474609375, 1756.01513671875, 2064.224853515625, 3030.322998046875, 1794.0306396484375, 2386.156982421875, 1102.849609375, 1481.3602294921875, 413.8172302246094, 462.8854064941406, 2029.9500732421875, 429.5858459472656, 1399.1307373046875, 2277.92919921875, 3272.35546875, 2277.599365234375, 1631.256103515625, 752.6563720703125, 2115.6083984375, 853.6294555664062, 2241.643798828125, 1046.9732666015625, 18223.603515625, 34451.78515625, 35706.20703125, 18445.8671875, 3510.7685546875, 2483.45654296875, 2981.7939453125, 543.79931640625, 1305.3665771484375, 2281.595458984375, 541.6221313476562, 439.60302734375, 888.1807250976562, 745.7418823242188, 1462.8045654296875, 962.4885864257812, 257.1061706542969, 1960.1348876953125, 1964.06005859375, 874.8765258789062, 599.9451293945312, 2382.607666015625, 1721.3006591796875, 42831.72265625, 19449.1015625, 55127.109375, 33763.51171875, 61890.921875, 16249.5400390625, 25973.2109375, 55427.98046875, 50455.984375, 3646.41943359375, 756.2200317382812, 794.5902099609375, 621.5999145507812, 1146.666259765625, 733.73193359375, 492.3979187011719, 403.3000793457031, 1442.0928955078125, 570.69140625, 1102.3814697265625, 349.77825927734375, 707.279541015625, 48453.8984375, 69197.4140625, 39418.09765625, 24085.4140625, 23130.41796875, 26376.7265625, 33150.515625, 17336.76171875, 18496.744140625, 47175.44140625, 27002.923828125, 920.9732055664062, 458.61614990234375, 713.655029296875, 312.4718322753906, 1423.4095458984375, 1291.7183837890625, 1285.0521240234375, 2219.854248046875, 2721.0283203125, 1609.3282470703125, 519.8999633789062, 24888.51171875, 57115.5390625, 56765.12890625, 11492.2509765625, 70621.75, 34282.91796875, 14809.072265625, 11722.0771484375, 5271.31591796875, 10959.447265625, 1318.22021484375, 6915.986328125, 636.03173828125, 1273.059814453125, 2364.232666015625, 3074.402099609375, 1647.524658203125, 16492.451171875, 50906.6328125, 70482.7734375, 18573.22265625, 53143.2734375, 28650.23828125, 14084.5849609375, 8116.26171875, 9203.6787109375, 184.349365234375, 14552.2548828125, 6586.7978515625, 2148.5888671875, 2221.57763671875, 1240.8134765625, 2473.591796875, 1265.411376953125, 8124.28125, 22450.525390625, 68821.3828125, 46115.80078125, 32854.96875, 16896.279296875, 894.3633422851562, 2954.3818359375, 26926.9375, 10132.8583984375, 50985.5546875, 24974.0078125, 806.7987670898438, 674.4267578125, 1092.314697265625, 2108.818115234375, 875.8445434570312, 860.4269409179688, 2131.274169921875, 563.2190551757812, 33466.79296875, 16612.95703125, 29873.10546875, 6307.193359375, 3356.821044921875, 5241.68310546875, 3943.21826171875, 24122.1875, 389.39306640625, 2411.343505859375, 640.925048828125, 576.0137939453125, 79.05230712890625, 694.9149780273438, 191.9537811279297, 189.2943572998047, 2047.4490966796875, 812.2275390625, 1678.1171875, 248.1136932373047, 6953.4423828125, 7024.34619140625, 3890.505126953125, 345.42279052734375, 890.64697265625, 1244.4803466796875, 18087.94921875, 6516.28564453125, 8217.677734375, 18098.021484375, 824.437744140625, 1855.583984375, 1573.117431640625, 859.2178344726562, 785.3815307617188, 1104.74658203125, 357.0260925292969, 1430.5830078125, 2592.90087890625, 8183.0185546875, 15794.583984375, 15299.8232421875, 8627.6474609375, 2331.505859375, 435.49481201171875, 17414.119140625, 7249.08642578125, 10938.8115234375, 7469.42529296875, 3666.156005859375, 16221.375, 2420.599853515625, 5807.04736328125, 303.433349609375, 305.62115478515625, 313.7235412597656, 876.8267211914062, 418.185791015625, 326.8930358886719, 1055.490478515625, 384.61322021484375, 1498.869873046875, 905.50244140625, 13563.966796875, 7360.86962890625, 198.0410919189453, 4527.07275390625, 428.4533386230469, 6823.17578125, 7175.64013671875, 1653.56982421875, 5330.1904296875, 12262.1181640625, 901.5026245117188, 517.644775390625, 343.22900390625, 977.5870361328125, 914.6792602539062, 2354.76171875, 1390.422119140625, 2486.680419921875, 2534.632568359375, 1561.2484130859375, 11880.412109375, 5736.7373046875, 2849.444580078125, 386.1067810058594, 25027.2109375, 9734.1357421875, 416.5404968261719, 564.4506225585938, 592.5093383789062, 770.4993896484375, 1859.122802734375, 1556.1964111328125, 2882.597412109375, 2540.36474609375, 1657.2794189453125, 2491.0146484375, 9447.29296875, 18191.712890625, 9862.0546875, 873.3367919921875, 4375.58349609375, 7555.5859375, 3167.484130859375, 16000.2529296875, 5068.384765625, 556.3943481445312, 866.9337158203125, 781.0307006835938, 802.2032470703125, 880.620849609375, 427.6745910644531, 1151.3929443359375, 824.9005737304688, 2682.95263671875, 3135.52294921875, 3231.173583984375, 1942.3272705078125, 377.66168212890625, 5807.48095703125, 5576.83740234375, 3898.719970703125, 1911.2677001953125, 840.77001953125, 650.7188110351562, 351.7391662597656, 733.4518432617188, 2184.600830078125, 3250.1015625, 3249.147705078125, 3243.963623046875, 1876.7635498046875, 2187.774658203125, 1653.6676025390625, 1918.349853515625, 3055.70458984375, 2403.978759765625, 2555.37109375, 3349.826416015625, 3198.356201171875, 307.1778259277344, 1092.151611328125, 2903.698974609375, 2546.11962890625, 1123.7030029296875, 1213.0738525390625, 3308.31103515625, 1068.0855712890625, 668.3313598632812, 2270.808837890625, 1514.8690185546875, 682.1320190429688, 625.2841186523438, 730.2958984375, 947.9823608398438, 1551.299560546875, 626.6847534179688, 821.8971557617188, 327.98870849609375, 505.4078369140625, 452.65191650390625, 1775.6451416015625, 590.8888549804688, 620.7701416015625, 787.8494873046875, 345.9628601074219, 351.8597106933594, 465.9242248535156, 385.0918884277344]\n", - "1151\n", - "3152\n", - "14\n", - "[486.7945251464844, 315.00714111328125, 650.985595703125, 766.976806640625, 791.6240844726562, 315.76531982421875, 488.9227294921875, 684.8125, 737.6077880859375, 422.29217529296875, 555.7655029296875, 327.5709228515625, 328.8395690917969, 386.3000793457031]\n", - "14\n", - "3153\n", - "61\n", - "[396.17413330078125, 373.0647888183594, 320.5383605957031, 688.6932983398438, 742.8900756835938, 442.9373779296875, 2628.033203125, 416.45867919921875, 465.5559997558594, 1049.2086181640625, 2387.469970703125, 8293.705078125, 8927.1181640625, 4601.17724609375, 1799.532470703125, 918.3071899414062, 326.2222595214844, 467.5872802734375, 902.1592407226562, 5772.25048828125, 9233.8671875, 8158.9423828125, 3692.7763671875, 331.1221008300781, 671.7355346679688, 437.5758361816406, 532.1513061523438, 6276.7724609375, 7251.646484375, 4907.81494140625, 3318.422607421875, 1401.869140625, 911.5521850585938, 1221.1956787109375, 416.1873474121094, 2254.0205078125, 1774.6676025390625, 2179.867919921875, 599.3307495117188, 527.1717529296875, 581.1810302734375, 173.44992065429688, 406.13006591796875, 480.9771728515625, 786.3196411132812, 403.3863830566406, 389.6795654296875, 423.6314392089844, 338.75225830078125, 623.2352294921875, 523.023681640625, 422.15728759765625, 369.8798828125, 309.43682861328125, 167.15118408203125, 881.8261108398438, 449.8941345214844, 523.0662841796875, 361.58941650390625, 454.4840087890625, 512.4880981445312]\n", - "61\n", - "3154\n", - "5\n", - "[866.1187744140625, 2414.183349609375, 1440.5997314453125, 442.27166748046875, 741.7952270507812]\n", - "5\n", - "3155\n", - "30\n", - "[378.4736328125, 487.4259338378906, 2209.689208984375, 1247.975830078125, 1240.0203857421875, 648.1288452148438, 1699.09326171875, 3316.178466796875, 2183.738037109375, 788.3618774414062, 7498.28662109375, 695.74951171875, 5987.806640625, 14028.197265625, 5795.89111328125, 670.23583984375, 1622.5400390625, 4140.8125, 3405.6875, 9119.0751953125, 9311.033203125, 4281.03369140625, 1755.3824462890625, 966.1659545898438, 1324.921630859375, 343.10137939453125, 2530.383056640625, 1103.531494140625, 5073.189453125, 477.0484924316406]\n", - "30\n", - "3156\n", - "17\n", - "[829.2080688476562, 754.243408203125, 1085.3363037109375, 1267.2257080078125, 913.588134765625, 1377.493408203125, 3121.3701171875, 3990.522216796875, 3022.09521484375, 735.7410278320312, 2211.245849609375, 5125.09326171875, 2874.107666015625, 1703.3311767578125, 521.8922119140625, 2830.97216796875, 321.3479309082031]\n", - "17\n", - "3157\n", - "38\n", - "[819.0142822265625, 951.7708129882812, 2084.351806640625, 744.6792602539062, 1371.0316162109375, 2183.8857421875, 531.5390625, 790.8861694335938, 1572.2808837890625, 555.7501220703125, 2101.67724609375, 2619.049072265625, 1160.017333984375, 1766.2542724609375, 555.3865356445312, 882.725341796875, 860.8411254882812, 1546.76416015625, 1543.728759765625, 2350.188232421875, 826.1342163085938, 705.3131713867188, 1352.2105712890625, 1940.0673828125, 677.759765625, 409.6410827636719, 3356.926513671875, 4309.4951171875, 1395.4100341796875, 4667.60595703125, 5280.03662109375, 471.21502685546875, 2885.427001953125, 5058.8388671875, 5148.98193359375, 2217.1640625, 1422.388671875, 1734.716796875]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "38\n", - "3158\n", - "11\n", - "[307.5169982910156, 666.9420776367188, 1650.62841796875, 1123.9615478515625, 512.7591552734375, 1059.74560546875, 1740.4569091796875, 304.5193176269531, 474.112060546875, 835.8998413085938, 374.62530517578125]\n", - "11\n", - "3159\n", - "6\n", - "[869.3334350585938, 399.3520202636719, 3178.9375, 1692.0748291015625, 763.9534301757812, 820.1026611328125]\n", - "6\n", - "3160\n", - "8\n", - "[498.2322082519531, 944.6781005859375, 1645.9920654296875, 995.5242919921875, 738.5811767578125, 803.4300537109375, 1970.464599609375, 664.7430419921875]\n", - "8\n", - "3161\n", - "7\n", - "[687.5631713867188, 790.4747924804688, 1624.114501953125, 2711.6787109375, 480.7937316894531, 662.8529052734375, 700.8173828125]\n", - "7\n", - "3162\n", - "44\n", - "[368.8126525878906, 355.78857421875, 372.43658447265625, 315.843994140625, 497.6565246582031, 335.1301574707031, 714.183349609375, 1197.0888671875, 554.6852416992188, 436.6705627441406, 2388.3271484375, 1038.505615234375, 715.3251342773438, 376.5498046875, 1007.9860229492188, 3134.366943359375, 3187.488037109375, 674.947998046875, 393.12335205078125, 1770.5213623046875, 1901.2020263671875, 1255.83740234375, 507.6062927246094, 670.455322265625, 561.9295043945312, 472.21820068359375, 410.884765625, 1487.0159912109375, 756.0923461914062, 494.35882568359375, 578.2619018554688, 636.8330688476562, 534.4239501953125, 1624.394775390625, 490.1001892089844, 476.79241943359375, 367.4403991699219, 954.1805419921875, 508.361572265625, 434.7451477050781, 523.775634765625, 786.32470703125, 347.7996520996094, 503.86181640625]\n", - "44\n", - "3163\n", - "8\n", - "[375.963623046875, 321.3773193359375, 331.0522766113281, 1627.0509033203125, 1203.3712158203125, 942.78466796875, 1286.5079345703125, 399.8819274902344]\n", - "8\n", - "3164\n", - "12\n", - "[306.7893981933594, 530.1643676757812, 565.9022827148438, 3469.091552734375, 2437.218017578125, 328.351806640625, 533.831787109375, 6208.841796875, 3149.080322265625, 665.5730590820312, 2241.049560546875, 2425.46142578125]\n", - "12\n", - "3165\n", - "7\n", - "[502.2019958496094, 1213.9217529296875, 370.27197265625, 738.8392944335938, 6496.70263671875, 464.2863464355469, 798.4505615234375]\n", - "7\n", - "3166\n", - "8\n", - "[437.1785583496094, 1209.522216796875, 1010.7794799804688, 5969.33349609375, 9271.84765625, 1814.04931640625, 1580.22216796875, 1357.2235107421875]\n", - "8\n", - "3167\n", - "4\n", - "[623.31005859375, 830.4802856445312, 2212.946533203125, 1334.8253173828125]\n", - "4\n", - "3168\n", - "8\n", - "[1068.517578125, 664.5361938476562, 1248.9698486328125, 328.61541748046875, 386.25177001953125, 463.8648376464844, 812.9278564453125, 1425.7996826171875]\n", - "8\n", - "3169\n", - "9\n", - "[690.725341796875, 1471.11328125, 477.6335144042969, 979.2994384765625, 505.775146484375, 2003.211181640625, 1315.6856689453125, 542.6574096679688, 1001.8834838867188]\n", - "9\n", - "3170\n", - "7\n", - "[669.8148193359375, 777.853759765625, 1165.287353515625, 2281.28662109375, 3227.080810546875, 2661.52294921875, 914.9210205078125]\n", - "7\n", - "3171\n", - "6\n", - "[1821.826904296875, 1269.1026611328125, 394.2544860839844, 1929.5478515625, 322.2585144042969, 1112.59716796875]\n", - "6\n", - "3172\n", - "44\n", - "[378.14178466796875, 363.44586181640625, 484.8324279785156, 1395.5645751953125, 1248.3701171875, 2971.241943359375, 2536.123046875, 587.8760986328125, 413.74639892578125, 2419.25390625, 901.0314331054688, 2751.080810546875, 3717.9599609375, 3800.5185546875, 1780.8460693359375, 455.82745361328125, 774.7884521484375, 466.86553955078125, 1000.5540771484375, 1339.307373046875, 879.4097900390625, 966.314208984375, 434.24005126953125, 3746.634033203125, 5806.0390625, 2189.7373046875, 1402.82958984375, 3722.457275390625, 3447.532470703125, 2030.6551513671875, 639.1239624023438, 2334.386474609375, 4070.64208984375, 5099.7314453125, 472.96856689453125, 1968.92529296875, 1318.427978515625, 486.8726806640625, 1219.7232666015625, 636.4446411132812, 1019.2589721679688, 1788.9490966796875, 1189.594482421875, 307.15191650390625]\n", - "44\n", - "3173\n", - "34\n", - "[320.64776611328125, 484.7467346191406, 1308.60595703125, 1075.8331298828125, 1893.5728759765625, 336.5767517089844, 1006.1535034179688, 522.2637939453125, 357.6761169433594, 2012.356689453125, 1254.3736572265625, 606.540771484375, 3340.234619140625, 957.318359375, 977.0223999023438, 303.8759765625, 2828.700927734375, 2220.64453125, 1581.728759765625, 1419.6270751953125, 2764.758544921875, 534.8639526367188, 1332.6942138671875, 460.7434997558594, 1603.911865234375, 1481.069580078125, 2900.4345703125, 393.8616027832031, 2444.75537109375, 463.15869140625, 1479.3043212890625, 1783.36376953125, 348.24163818359375, 770.1793823242188]\n", - "34\n", - "3174\n", - "2\n", - "[3748.3564453125, 1681.29833984375]\n", - "2\n", - "3175\n", - "35\n", - "[453.4429931640625, 549.4141235351562, 1133.1773681640625, 3839.5107421875, 406.01666259765625, 1923.960205078125, 5238.77001953125, 696.1453857421875, 12098.015625, 8799.9169921875, 2120.63427734375, 2188.473876953125, 4222.42724609375, 568.8363037109375, 9145.1943359375, 1081.5137939453125, 908.9938354492188, 8239.25390625, 1073.92138671875, 3769.263916015625, 353.987548828125, 3010.50732421875, 17716.77734375, 13845.1318359375, 9619.306640625, 739.2054443359375, 2300.42431640625, 783.6851196289062, 5394.98681640625, 640.438232421875, 748.86279296875, 2994.827392578125, 443.549072265625, 665.861328125, 1766.066162109375]\n", - "35\n", - "3176\n", - "18\n", - "[1171.0521240234375, 516.277587890625, 528.165771484375, 940.8263549804688, 1396.0728759765625, 760.3530883789062, 1137.1669921875, 714.61474609375, 538.842041015625, 1383.260009765625, 1071.1900634765625, 923.4109497070312, 1537.9744873046875, 600.9800415039062, 2018.9727783203125, 681.0167846679688, 2183.375732421875, 322.32586669921875]\n", - "18\n", - "3177\n", - "7\n", - "[346.7784423828125, 1357.6898193359375, 547.9692993164062, 346.81036376953125, 477.3313903808594, 1148.4923095703125, 1505.72412109375]\n", - "7\n", - "3178\n", - "7\n", - "[453.4923095703125, 416.4093017578125, 763.4111328125, 408.6756591796875, 1460.6982421875, 2279.414794921875, 424.13226318359375]\n", - "7\n", - "3179\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "42\n", - "[419.8881530761719, 312.37298583984375, 1077.4173583984375, 1607.3382568359375, 2153.70654296875, 411.067626953125, 700.4429931640625, 616.7040405273438, 1434.060791015625, 525.4826049804688, 397.17022705078125, 3164.391845703125, 1586.4757080078125, 1896.969970703125, 1242.9326171875, 516.81591796875, 322.15386962890625, 2347.61328125, 3922.359375, 4229.58544921875, 2169.15185546875, 731.8275756835938, 358.32635498046875, 3896.88623046875, 4535.4599609375, 4225.45068359375, 2363.1611328125, 429.8508605957031, 469.2541198730469, 2617.286865234375, 4352.853515625, 4579.46923828125, 3359.361572265625, 2007.650634765625, 2739.599365234375, 4214.51806640625, 1958.7227783203125, 2841.515380859375, 1178.401123046875, 527.263427734375, 2125.7763671875, 1965.897705078125]\n", - "42\n", - "3180\n", - "5\n", - "[398.5020751953125, 892.8186645507812, 1631.7591552734375, 2245.587158203125, 387.9379577636719]\n", - "5\n", - "3181\n", - "6\n", - "[1236.4041748046875, 616.6449584960938, 651.8651123046875, 723.8280639648438, 2547.791015625, 1886.299072265625]\n", - "6\n", - "3182\n", - "20\n", - "[1610.36669921875, 1502.214599609375, 310.31829833984375, 1313.82763671875, 394.9886474609375, 387.9767150878906, 914.7079467773438, 937.4396362304688, 798.619873046875, 1086.516357421875, 3094.018798828125, 642.8573608398438, 1444.2711181640625, 574.8797607421875, 789.526123046875, 886.81787109375, 329.44158935546875, 534.482421875, 1998.753662109375, 397.5787658691406]\n", - "20\n", - "3183\n", - "5\n", - "[4214.640625, 1729.0299072265625, 381.2679138183594, 1302.9508056640625, 11360.623046875]\n", - "5\n", - "3184\n", - "11\n", - "[2397.853271484375, 1190.8050537109375, 1184.1636962890625, 2404.0849609375, 1666.79638671875, 523.7176513671875, 623.5508422851562, 559.6025390625, 664.7557983398438, 721.36328125, 1027.8714599609375]\n", - "11\n", - "3185\n", - "6\n", - "[649.01220703125, 1121.8453369140625, 1220.55908203125, 362.1451721191406, 997.7601318359375, 858.151611328125]\n", - "6\n", - "3186\n", - "30\n", - "[386.8971252441406, 1940.123779296875, 2303.3818359375, 1258.8624267578125, 599.283447265625, 1211.6092529296875, 2117.9677734375, 3727.83349609375, 1778.0833740234375, 449.4231872558594, 3010.669921875, 2641.16845703125, 6291.7998046875, 8093.0166015625, 6332.39501953125, 2206.081298828125, 323.7740478515625, 603.4125366210938, 3750.684814453125, 6157.5859375, 5847.37646484375, 5265.3642578125, 1699.330810546875, 545.9940185546875, 2665.9765625, 2172.865478515625, 1003.8330078125, 1055.5552978515625, 831.1878662109375, 406.5810852050781]\n", - "30\n", - "3187\n", - "6\n", - "[367.8189392089844, 648.763427734375, 3051.20166015625, 945.3596801757812, 614.0939331054688, 1163.1219482421875]\n", - "6\n", - "3188\n", - "7\n", - "[512.4257202148438, 1269.64306640625, 388.0526428222656, 3252.100341796875, 2950.26318359375, 1039.7352294921875, 1218.8524169921875]\n", - "7\n", - "3189\n", - "5\n", - "[856.31982421875, 4765.0107421875, 3160.6669921875, 2726.72607421875, 4191.0361328125]\n", - "5\n", - "3190\n", - "64\n", - "[408.4168395996094, 809.2738037109375, 1080.68408203125, 1100.75390625, 431.4687194824219, 417.0262756347656, 2055.416748046875, 2120.742919921875, 1823.5042724609375, 643.5454711914062, 2453.20654296875, 3240.205078125, 2997.690185546875, 2348.772705078125, 956.5421142578125, 552.2137451171875, 386.9002990722656, 1737.0941162109375, 2810.79638671875, 3416.922119140625, 2873.56591796875, 1735.29638671875, 899.4105834960938, 557.0042114257812, 1163.71142578125, 2983.644775390625, 2275.071044921875, 2041.14453125, 2485.94580078125, 1817.766845703125, 972.3355712890625, 886.290771484375, 1357.8245849609375, 1296.512451171875, 2084.234130859375, 800.27783203125, 328.3326721191406, 365.1710205078125, 1489.356201171875, 802.8450927734375, 1077.035400390625, 813.0820922851562, 522.7791748046875, 993.0648803710938, 528.6937866210938, 885.0036010742188, 1277.201416015625, 1228.849609375, 1271.71240234375, 2017.982666015625, 1157.9351806640625, 543.04052734375, 391.0950927734375, 491.1427001953125, 758.7979125976562, 1152.80419921875, 654.4349365234375, 2014.4935302734375, 875.5785522460938, 586.9990234375, 664.9698486328125, 433.1636657714844, 903.7684936523438, 384.62384033203125]\n", - "64\n", - "3191\n", - "6\n", - "[1546.7196044921875, 360.7948303222656, 381.395751953125, 1237.38232421875, 1063.96533203125, 731.1312255859375]\n", - "6\n", - "3192\n", - "43\n", - "[838.7550048828125, 613.5996704101562, 1323.5968017578125, 621.8834838867188, 805.4830932617188, 856.752685546875, 194.15663146972656, 673.631591796875, 2396.998779296875, 3712.021240234375, 1935.3505859375, 1965.8365478515625, 1225.54150390625, 446.3454895019531, 321.1597595214844, 1528.87451171875, 1289.4246826171875, 509.66473388671875, 346.42706298828125, 1010.23095703125, 501.1245422363281, 1402.7430419921875, 1337.8570556640625, 1107.1297607421875, 1178.8980712890625, 1323.454345703125, 3029.615966796875, 4515.7783203125, 2827.9560546875, 1692.2830810546875, 3579.725341796875, 5325.021484375, 4756.4130859375, 2932.455078125, 417.8934020996094, 97.13243865966797, 2198.125, 2530.513916015625, 1339.0477294921875, 768.8668823242188, 1177.8668212890625, 845.2955322265625]\n", - "42\n", - "3193\n", - "6\n", - "[732.2582397460938, 2605.501220703125, 675.9273071289062, 516.0328979492188, 1168.3653564453125, 489.79241943359375]\n", - "6\n", - "3194\n", - "11\n", - "[596.07373046875, 1909.3114013671875, 1344.0958251953125, 5764.26953125, 4650.02392578125, 1276.77490234375, 3945.74609375, 2389.516845703125, 1151.082275390625, 1406.696044921875, 351.359619140625]\n", - "11\n", - "3195\n", - "12\n", - "[2063.5283203125, 2330.129638671875, 3084.194580078125, 478.5992736816406, 373.0785827636719, 2921.176025390625, 3304.410888671875, 500.5748291015625, 1900.719970703125, 1463.0018310546875, 370.02862548828125, 965.7073364257812]\n", - "12\n", - "3196\n", - "6\n", - "[317.2780456542969, 373.1075439453125, 375.3741455078125, 1184.0015869140625, 1178.21044921875, 1665.77490234375]\n", - "6\n", - "3197\n", - "11\n", - "[3048.64306640625, 1529.4241943359375, 582.6429443359375, 902.6837768554688, 549.8391723632812, 5057.89111328125, 2687.306396484375, 1173.1634521484375, 4302.759765625, 430.9958190917969, 523.3505249023438]\n", - "11\n", - "3198\n", - "8\n", - "[1218.2340087890625, 1970.474365234375, 712.7473754882812, 1157.327880859375, 779.1467895507812, 305.9259033203125, 1043.5150146484375, 416.3104553222656]\n", - "8\n", - "3199\n", - "7\n", - "[418.2295227050781, 665.19970703125, 1287.0888671875, 2027.8682861328125, 1797.608154296875, 1541.510986328125, 1839.5797119140625]\n", - "7\n", - "3200\n", - "29\n", - "[449.97674560546875, 1050.997802734375, 479.4033203125, 3584.942138671875, 3881.27783203125, 2359.5947265625, 523.3427124023438, 4013.538818359375, 4193.25439453125, 3020.0283203125, 574.0513305664062, 2113.00732421875, 2468.238037109375, 518.0933227539062, 2731.240478515625, 3363.25439453125, 2396.4990234375, 1184.1072998046875, 3209.8837890625, 386.67138671875, 2584.47119140625, 830.228515625, 361.4825439453125, 1719.5853271484375, 1397.87890625, 1225.0118408203125, 876.8392333984375, 497.9254455566406, 910.21923828125]\n", - "29\n", - "3201\n", - "9\n", - "[803.869873046875, 1261.312255859375, 395.7366943359375, 1732.314208984375, 2300.580322265625, 580.077392578125, 1002.3480834960938, 1260.4010009765625, 478.8135986328125]\n", - "9\n", - "3202\n", - "7\n", - "[1092.30322265625, 1429.5433349609375, 1942.3218994140625, 1577.0491943359375, 2010.3358154296875, 1006.8952026367188, 590.2611083984375]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "3203\n", - "4\n", - "[1113.0257568359375, 1771.66455078125, 1191.87890625, 982.2332153320312]\n", - "4\n", - "3204\n", - "24\n", - "[380.87432861328125, 762.1763916015625, 735.7704467773438, 394.9930419921875, 412.6015930175781, 1082.8519287109375, 434.1656188964844, 1223.7235107421875, 714.702880859375, 1190.623046875, 1032.7021484375, 441.5000305175781, 1456.42626953125, 5120.677734375, 1884.8502197265625, 649.0030517578125, 3441.0390625, 4394.47314453125, 647.6528930664062, 2342.02587890625, 1532.6732177734375, 1907.150634765625, 344.614013671875, 414.7901916503906]\n", - "24\n", - "3205\n", - "11\n", - "[795.9152221679688, 314.0028076171875, 372.0730895996094, 1623.4996337890625, 1672.2318115234375, 3963.36181640625, 1426.1539306640625, 498.7189025878906, 530.011474609375, 1536.6256103515625, 366.14080810546875]\n", - "11\n", - "3206\n", - "2\n", - "[566.8656616210938, 4465.07568359375]\n", - "2\n", - "3207\n", - "24\n", - "[626.6826782226562, 329.6378479003906, 1153.4442138671875, 2601.496337890625, 616.0787353515625, 982.5596923828125, 641.946044921875, 452.1256103515625, 1559.5972900390625, 1130.4271240234375, 1365.471435546875, 3133.391845703125, 1025.2203369140625, 650.9588623046875, 799.6787109375, 700.5370483398438, 475.3637390136719, 2024.6282958984375, 6429.65771484375, 6539.736328125, 7678.91455078125, 7315.29638671875, 2394.274169921875, 455.6240234375]\n", - "24\n", - "3208\n", - "17\n", - "[1068.702392578125, 4124.4013671875, 3108.244140625, 1128.60546875, 1773.75048828125, 445.68701171875, 2530.29638671875, 2300.879150390625, 711.7674560546875, 1602.2586669921875, 1013.2930908203125, 3657.764892578125, 1546.9150390625, 2475.2216796875, 2902.0849609375, 781.0248413085938, 825.8357543945312]\n", - "17\n", - "3209\n", - "9\n", - "[1009.902587890625, 3026.788330078125, 5546.57568359375, 3196.56298828125, 1536.4998779296875, 574.6334838867188, 2497.794677734375, 1230.2923583984375, 694.2190551757812]\n", - "9\n", - "3210\n", - "15\n", - "[574.619140625, 1818.568359375, 2037.456787109375, 4419.11865234375, 2105.801025390625, 1953.7242431640625, 1207.6463623046875, 970.2020263671875, 2039.6273193359375, 3430.6796875, 3271.349853515625, 770.8257446289062, 2324.0341796875, 1889.499267578125, 2057.85595703125]\n", - "15\n", - "3211\n", - "23\n", - "[713.2261962890625, 654.46435546875, 751.5963745117188, 2695.5751953125, 328.487060546875, 581.464599609375, 4043.610107421875, 3450.71875, 2424.184814453125, 675.6524047851562, 2064.79638671875, 6347.701171875, 3465.0654296875, 2449.33056640625, 6562.71875, 2290.48046875, 904.9804077148438, 5881.10546875, 953.1241455078125, 638.6578369140625, 423.33856201171875, 549.0912475585938, 1705.7701416015625]\n", - "23\n", - "3212\n", - "9\n", - "[972.0195922851562, 432.9310607910156, 1077.839111328125, 3445.1201171875, 544.9646606445312, 400.593994140625, 2207.864013671875, 1296.0059814453125, 425.5292663574219]\n", - "9\n", - "3213\n", - "10\n", - "[337.775390625, 908.0342407226562, 2160.088134765625, 622.5147705078125, 344.29986572265625, 905.5982055664062, 1357.076416015625, 1013.5744018554688, 450.4393005371094, 641.357666015625]\n", - "10\n", - "3214\n", - "5\n", - "[1476.75634765625, 2017.4140625, 481.13787841796875, 1797.648193359375, 1140.06103515625]\n", - "5\n", - "3215\n", - "13\n", - "[2039.3367919921875, 1007.8641357421875, 3914.051513671875, 4640.7431640625, 307.5617980957031, 510.8987731933594, 2665.728759765625, 2581.46240234375, 2404.06591796875, 351.6502380371094, 1145.9229736328125, 442.0576477050781, 1742.7681884765625]\n", - "13\n", - "3216\n", - "109\n", - "[1097.1656494140625, 512.181396484375, 480.91326904296875, 1124.98681640625, 899.4872436523438, 2516.54052734375, 461.1182861328125, 1744.09521484375, 5384.5146484375, 817.4269409179688, 3044.72509765625, 11549.9931640625, 2697.50146484375, 472.6160888671875, 2614.5302734375, 6080.5625, 13306.6201171875, 13022.3759765625, 5812.4677734375, 306.20220947265625, 1059.6932373046875, 1995.9881591796875, 4019.920654296875, 2435.73583984375, 6815.8134765625, 5406.12744140625, 3567.91357421875, 2517.248291015625, 13421.87890625, 17591.0625, 15345.0625, 6350.4619140625, 1154.085205078125, 417.5399475097656, 1532.9248046875, 423.5965881347656, 711.8777465820312, 431.9472961425781, 841.187255859375, 1291.711669921875, 4726.2744140625, 9599.873046875, 14501.5830078125, 14299.6923828125, 12249.853515625, 11745.1630859375, 8914.162109375, 16334.666015625, 13309.2705078125, 11356.591796875, 7837.44140625, 624.449462890625, 509.448486328125, 863.2211303710938, 1169.348388671875, 400.76116943359375, 1454.5013427734375, 2403.530029296875, 2377.638671875, 3725.626953125, 11354.4638671875, 3751.227294921875, 4688.9931640625, 6962.97509765625, 5832.63427734375, 5748.59228515625, 5095.37646484375, 5273.43212890625, 11690.4326171875, 3913.689697265625, 3869.184814453125, 1283.62158203125, 300.8893127441406, 1308.105224609375, 515.88037109375, 632.7281494140625, 3734.506103515625, 580.3267822265625, 480.7278137207031, 1528.0518798828125, 1355.2557373046875, 1390.1563720703125, 391.7182922363281, 524.8140869140625, 3753.75634765625, 4387.75830078125, 1405.9520263671875, 306.3477783203125, 930.0694580078125, 1084.962646484375, 1085.1666259765625, 5415.388671875, 3142.161865234375, 323.98388671875, 900.5573120117188, 3791.630615234375, 508.15631103515625, 617.4807739257812, 2153.3681640625, 1261.514892578125, 1240.6929931640625, 2872.63134765625, 559.9351806640625, 2390.35693359375, 1034.1624755859375, 1147.8443603515625, 980.0144653320312, 1325.8634033203125, 830.5978393554688]\n", - "109\n", - "3217\n", - "9\n", - "[1051.357666015625, 2196.153564453125, 1015.51806640625, 552.880859375, 436.296875, 438.5876159667969, 508.3194580078125, 697.6265869140625, 334.9425964355469]\n", - "9\n", - "3218\n", - "26\n", - "[366.1461181640625, 2527.52490234375, 667.6328125, 784.2822875976562, 377.68804931640625, 1360.8775634765625, 2551.68310546875, 817.9329223632812, 550.4159545898438, 683.9439697265625, 1237.0157470703125, 693.7093505859375, 512.7088623046875, 2429.409912109375, 3151.22412109375, 2548.006103515625, 2134.720703125, 741.5222778320312, 730.8880615234375, 2763.490478515625, 2668.059814453125, 458.9352722167969, 327.5242004394531, 1556.3453369140625, 981.9165649414062, 931.5789794921875]\n", - "26\n", - "3219\n", - "5\n", - "[365.56005859375, 1098.68896484375, 1216.162109375, 1004.5787353515625, 1858.774169921875]\n", - "5\n", - "3220\n", - "6\n", - "[439.1809387207031, 606.1849975585938, 2943.504638671875, 338.6607666015625, 488.76373291015625, 335.2919006347656]\n", - "6\n", - "3221\n", - "44\n", - "[844.1656494140625, 1453.2279052734375, 1778.9200439453125, 812.8068237304688, 6889.0029296875, 1537.9730224609375, 737.8056640625, 2159.17529296875, 2179.78564453125, 13313.494140625, 17974.833984375, 15614.455078125, 14686.181640625, 12497.013671875, 3677.123046875, 4561.41455078125, 5535.04248046875, 3325.776611328125, 628.4808959960938, 1470.452880859375, 1197.763916015625, 8942.693359375, 15242.095703125, 11285.0400390625, 3983.24365234375, 11370.4990234375, 464.9873046875, 620.5804443359375, 1368.371337890625, 468.7180480957031, 7221.87890625, 2810.91845703125, 3181.887451171875, 1438.267578125, 3627.014404296875, 3168.775390625, 1642.6710205078125, 1429.6357421875, 2061.737548828125, 1352.62548828125, 530.54931640625, 489.3284606933594, 805.0867919921875, 883.8709106445312]\n", - "44\n", - "3222\n", - "3\n", - "[1744.832763671875, 5014.24462890625, 571.0531005859375]\n", - "3\n", - "3223\n", - "7\n", - "[530.2744140625, 1768.1861572265625, 1031.7215576171875, 433.2845153808594, 857.8193359375, 1245.302490234375, 328.9249572753906]\n", - "7\n", - "3224\n", - "21\n", - "[682.5361938476562, 2740.22412109375, 1500.5177001953125, 1011.2635498046875, 675.2914428710938, 445.016357421875, 1021.4872436523438, 1301.193603515625, 2395.10986328125, 2030.648193359375, 510.676025390625, 518.3403930664062, 760.1259765625, 3323.63671875, 3802.5458984375, 1204.8206787109375, 1307.8602294921875, 1897.990966796875, 1166.2891845703125, 1057.049072265625, 384.3543395996094]\n", - "21\n", - "3225\n", - "6\n", - "[638.8384399414062, 1680.755859375, 434.57568359375, 516.2864379882812, 1722.1016845703125, 1056.923095703125]\n", - "6\n", - "3226\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[376.8568420410156, 499.18231201171875, 440.26611328125, 1670.26513671875, 3252.979248046875, 1453.978759765625, 571.879638671875, 793.8720092773438, 535.45068359375, 490.0824890136719]\n", - "10\n", - "3227\n", - "5\n", - "[943.9194946289062, 319.1751708984375, 3290.849365234375, 2194.727783203125, 1218.7125244140625]\n", - "5\n", - "3228\n", - "6\n", - "[1627.0750732421875, 767.4164428710938, 518.925048828125, 1329.8419189453125, 996.7366333007812, 368.6433410644531]\n", - "6\n", - "3229\n", - "18\n", - "[815.031494140625, 774.92138671875, 867.609130859375, 2969.39306640625, 1915.7066650390625, 376.979736328125, 930.8954467773438, 442.40496826171875, 398.1880798339844, 579.7271118164062, 1761.7586669921875, 494.5377502441406, 895.3576049804688, 1456.357666015625, 1461.6553955078125, 1280.74267578125, 1903.995361328125, 1943.8179931640625]\n", - "18\n", - "3230\n", - "16\n", - "[388.0030822753906, 659.1829223632812, 695.7340698242188, 534.3353271484375, 1307.5615234375, 1207.999755859375, 366.3234558105469, 1254.653076171875, 2889.976318359375, 975.0765380859375, 664.4308471679688, 1484.38134765625, 1077.3828125, 731.8419799804688, 630.1774291992188, 322.37200927734375]\n", - "16\n", - "3231\n", - "9\n", - "[692.38427734375, 900.0806274414062, 1007.7116088867188, 522.8653564453125, 308.26800537109375, 629.1668701171875, 341.22210693359375, 405.89569091796875, 1006.572021484375]\n", - "9\n", - "3232\n", - "1\n", - "[6156.33837890625]\n", - "1\n", - "3233\n", - "3\n", - "[1475.49169921875, 4372.2333984375, 2579.94677734375]\n", - "3\n", - "3234\n", - "29\n", - "[2786.787841796875, 2613.255126953125, 1221.017822265625, 1874.3216552734375, 3790.6435546875, 2478.82275390625, 2033.3148193359375, 3522.644775390625, 3078.2705078125, 500.9251403808594, 318.79541015625, 614.37451171875, 376.15533447265625, 302.5468444824219, 342.1427307128906, 636.981201171875, 436.306884765625, 1012.5838623046875, 647.6407470703125, 2154.10791015625, 1058.5777587890625, 1022.4743041992188, 1029.3052978515625, 658.8700561523438, 313.57672119140625, 976.0360107421875, 549.8619995117188, 700.7595825195312, 670.4880981445312]\n", - "29\n", - "3235\n", - "35\n", - "[1054.9112548828125, 3395.2626953125, 2371.65966796875, 6076.78515625, 4522.6279296875, 301.21368408203125, 7715.802734375, 29626.818359375, 13622.33203125, 5299.0087890625, 1165.7750244140625, 696.7818603515625, 564.5623779296875, 448.6951599121094, 3861.526123046875, 5424.76904296875, 12050.173828125, 12016.0244140625, 3376.198974609375, 1326.6927490234375, 5413.5927734375, 6460.16015625, 1817.005859375, 2095.207275390625, 2180.553466796875, 2073.479248046875, 618.7147827148438, 2056.293212890625, 1562.2701416015625, 1598.510986328125, 2234.6259765625, 2115.47705078125, 3484.005859375, 454.7370910644531, 314.80419921875]\n", - "35\n", - "3236\n", - "21\n", - "[923.3631591796875, 1330.8367919921875, 681.5078735351562, 617.7845458984375, 1263.0604248046875, 2050.668701171875, 1503.9156494140625, 920.6859741210938, 3148.42626953125, 3155.1494140625, 2284.396728515625, 833.8575439453125, 1259.429443359375, 3106.857666015625, 1269.092041015625, 462.793212890625, 590.5768432617188, 1442.217041015625, 492.2419128417969, 828.08837890625, 638.0741577148438]\n", - "21\n", - "3237\n", - "12\n", - "[1118.45068359375, 2528.481689453125, 788.6901245117188, 5063.76513671875, 6913.759765625, 666.2010498046875, 2391.831298828125, 2345.192626953125, 7271.10009765625, 1724.25732421875, 2511.2568359375, 486.7930908203125]\n", - "12\n", - "3238\n", - "9\n", - "[375.7023620605469, 703.2863159179688, 1472.5198974609375, 1292.592529296875, 2970.675537109375, 2924.987548828125, 929.5307006835938, 663.8959350585938, 519.918212890625]\n", - "9\n", - "3239\n", - "12\n", - "[2261.610595703125, 489.993896484375, 1003.0341796875, 388.12158203125, 737.1688842773438, 343.0066833496094, 1382.4561767578125, 306.35858154296875, 337.3432922363281, 414.3083190917969, 376.70355224609375, 321.418212890625]\n", - "12\n", - "3240\n", - "8\n", - "[1574.1416015625, 1336.9515380859375, 370.8263244628906, 2492.384521484375, 555.4694213867188, 760.0238647460938, 1638.0643310546875, 422.462890625]\n", - "8\n", - "3241\n", - "13\n", - "[471.4360046386719, 2612.996337890625, 1792.4669189453125, 375.3988342285156, 448.5633239746094, 1356.8636474609375, 6097.97021484375, 4702.5556640625, 1284.154541015625, 5349.5400390625, 3810.206787109375, 686.6281127929688, 1021.8369750976562]\n", - "13\n", - "3242\n", - "14\n", - "[394.6480712890625, 2160.244140625, 3018.291748046875, 1332.2940673828125, 931.9832153320312, 2518.03271484375, 3229.9111328125, 3198.044189453125, 575.8258666992188, 528.661865234375, 1357.3636474609375, 2002.3807373046875, 2092.39697265625, 809.2418823242188]\n", - "14\n", - "3243\n", - "533\n", - "[598.5035400390625, 878.38232421875, 331.1701965332031, 872.4103393554688, 1154.8392333984375, 593.2354736328125, 425.5944519042969, 413.61309814453125, 989.2542114257812, 653.3567504882812, 1542.9091796875, 1208.275146484375, 673.2587890625, 482.5688171386719, 1881.7298583984375, 3159.2685546875, 2414.144775390625, 3077.310302734375, 2799.053955078125, 3831.035400390625, 3215.06787109375, 392.3170471191406, 1452.0841064453125, 1503.2076416015625, 3444.48974609375, 4406.76953125, 3107.375732421875, 850.8345947265625, 1079.482666015625, 3030.364013671875, 3729.92578125, 1134.3077392578125, 450.4848937988281, 1984.3592529296875, 2215.650634765625, 662.5082397460938, 1475.7437744140625, 329.73895263671875, 414.39630126953125, 352.61077880859375, 1522.44775390625, 895.0816650390625, 1691.3707275390625, 665.748291015625, 545.06298828125, 1375.720458984375, 409.80889892578125, 340.2144775390625, 559.7576293945312, 633.109619140625, 2568.168212890625, 1490.5223388671875, 309.8415222167969, 489.3240661621094, 904.8671875, 2635.795166015625, 697.15625, 2346.61572265625, 2150.0654296875, 457.5431823730469, 342.6527099609375, 2071.939697265625, 856.7786865234375, 1020.9697875976562, 2763.776611328125, 586.7459716796875, 673.8182373046875, 1198.5875244140625, 827.6131591796875, 3217.00732421875, 525.4732666015625, 486.7552795410156, 364.19586181640625, 472.65740966796875, 373.5291748046875, 1514.307861328125, 1097.8089599609375, 2069.15185546875, 1502.0794677734375, 671.5897827148438, 1001.4126586914062, 690.5781860351562, 918.1958618164062, 2093.864990234375, 4032.839599609375, 3747.846435546875, 1838.15869140625, 2683.403564453125, 344.7039794921875, 812.2938232421875, 518.0186767578125, 1742.6435546875, 490.19586181640625, 386.573486328125, 2762.396484375, 499.1422424316406, 1671.6971435546875, 1494.662109375, 686.2471313476562, 3908.7509765625, 4193.89794921875, 4484.54150390625, 2982.503662109375, 1427.0118408203125, 3435.720703125, 970.6947631835938, 1156.806640625, 358.1165771484375, 496.0699768066406, 2119.431396484375, 921.841552734375, 2706.4384765625, 2107.46875, 493.1562194824219, 338.5361633300781, 2698.713623046875, 2280.470947265625, 2647.34765625, 4369.01220703125, 4232.78369140625, 4545.0400390625, 3082.86279296875, 1501.87890625, 1427.0677490234375, 2799.25439453125, 4155.61328125, 1674.265869140625, 787.1422729492188, 929.6597290039062, 419.0583190917969, 736.275146484375, 408.7506103515625, 2312.606201171875, 1769.515380859375, 1742.3497314453125, 1087.720458984375, 1807.74853515625, 3874.00048828125, 3838.863037109375, 4498.71826171875, 4164.72802734375, 489.8928527832031, 2929.56201171875, 2861.54345703125, 379.5338439941406, 1441.240234375, 1198.988525390625, 130.9324188232422, 1894.77880859375, 4179.2265625, 1064.3824462890625, 852.8345947265625, 540.2191772460938, 407.0956115722656, 346.4895324707031, 1351.9208984375, 3816.51318359375, 2746.196044921875, 1339.235595703125, 1878.000244140625, 458.93243408203125, 456.5688171386719, 620.955810546875, 309.8741455078125, 1526.4383544921875, 430.1865234375, 812.2937622070312, 133.90676879882812, 693.00244140625, 3596.3173828125, 4082.047119140625, 1646.8206787109375, 3376.22412109375, 3558.53662109375, 1231.5059814453125, 2381.818359375, 873.6177978515625, 313.1888427734375, 305.2867431640625, 764.1912841796875, 3041.13330078125, 3068.20068359375, 556.8112182617188, 1193.1982421875, 1209.347412109375, 1967.277587890625, 670.1445922851562, 661.5059204101562, 755.8322143554688, 1986.2332763671875, 4047.44091796875, 3733.17529296875, 2977.43603515625, 3821.75341796875, 1596.2425537109375, 207.4359130859375, 3209.68798828125, 2773.785888671875, 1461.1563720703125, 1205.1749267578125, 318.63873291015625, 705.6364135742188, 564.8765258789062, 653.9534301757812, 3972.709228515625, 4279.5390625, 4405.23583984375, 1260.112060546875, 320.480224609375, 461.9114685058594, 339.58514404296875, 405.5338439941406, 3228.210205078125, 2531.002685546875, 1158.573486328125, 2891.3896484375, 1629.2822265625, 1263.240234375, 1882.340576171875, 2339.268310546875, 4275.6787109375, 1495.254150390625, 632.4662475585938, 2152.34521484375, 2804.38720703125, 3441.39892578125, 4302.8583984375, 3191.33837890625, 1957.3521728515625, 2036.979248046875, 1448.30322265625, 4277.72998046875, 3699.953857421875, 4169.39453125, 4474.177734375, 4547.98193359375, 3892.345458984375, 434.191162109375, 1309.091064453125, 2452.80224609375, 3210.858154296875, 1966.340576171875, 548.6900634765625, 429.7296447753906, 1413.6458740234375, 2488.998046875, 1087.1982421875, 2289.93505859375, 3398.382568359375, 1881.133056640625, 1290.317138671875, 1879.286865234375, 2964.275390625, 3848.72314453125, 4605.77685546875, 4610.708984375, 3668.653076171875, 3254.322021484375, 3514.149658203125, 4413.34326171875, 4140.99365234375, 3509.301025390625, 4573.92578125, 3916.764892578125, 4573.8232421875, 4075.632080078125, 3259.08203125, 2639.464111328125, 714.4802856445312, 2722.219482421875, 4123.7255859375, 4109.5341796875, 3990.009765625, 556.0700073242188, 980.5408935546875, 1636.018798828125, 1293.35205078125, 1247.6318359375, 2787.52001953125, 2553.608642578125, 2575.31494140625, 3795.496826171875, 3634.345458984375, 4060.014404296875, 4505.66015625, 4391.62744140625, 1412.802001953125, 2733.80908203125, 2547.198486328125, 1849.6552734375, 1716.461669921875, 3307.4736328125, 3452.9375, 3681.002685546875, 1803.1051025390625, 481.7016906738281, 492.80657958984375, 3204.023681640625, 3855.4970703125, 4423.46435546875, 2596.638916015625, 803.058349609375, 130.12588500976562, 2361.524658203125, 2610.541015625, 3052.53173828125, 2442.1494140625, 2993.370849609375, 3868.415283203125, 4380.52734375, 3977.15185546875, 4017.459716796875, 3901.100830078125, 3905.68798828125, 2474.988525390625, 436.9137878417969, 396.93243408203125, 337.4266052246094, 916.07470703125, 3186.2333984375, 3717.93505859375, 3410.76953125, 2426.2939453125, 583.939453125, 758.8112182617188, 457.8368835449219, 1203.100341796875, 1638.5177001953125, 4383.54833984375, 4514.28955078125, 4462.19189453125, 4555.0263671875, 4254.02392578125, 4363.52490234375, 4291.478515625, 4328.732421875, 4155.27783203125, 931.2960815429688, 690.139892578125, 349.86016845703125, 566.9603881835938, 2851.33349609375, 2591.2216796875, 3802.695068359375, 4401.841796875, 4539.11962890625, 4345.36669921875, 4502.8349609375, 4551.1103515625, 4412.732421875, 4456.69970703125, 4469.57177734375, 3690.373291015625, 3437.93994140625, 1268.452392578125, 490.3869934082031, 3033.27783203125, 2518.0234375, 2537.100341796875, 302.64337158203125, 501.748291015625, 328.4569091796875, 2951.1005859375, 2853.03515625, 3027.34765625, 4054.0283203125, 3560.424560546875, 4437.7861328125, 4253.90234375, 3242.06103515625, 4022.168212890625, 3347.869873046875, 2904.032958984375, 3404.592529296875, 1997.533935546875, 2806.261474609375, 1502.3731689453125, 1191.2261962890625, 2895.66943359375, 3004.853515625, 2364.107421875, 2029.9256591796875, 342.14923095703125, 290.0746154785156, 2108.988525390625, 3841.8046875, 4456.19189453125, 939.3707275390625, 710.223876953125, 2735.394287109375, 3797.468994140625, 2323.137939453125, 466.27508544921875, 455.8601989746094, 2103.64599609375, 688.676025390625, 1010.083984375, 2680.76953125, 1205.5618896484375, 809.9254760742188, 605.254150390625, 2119.771728515625, 2233.2822265625, 1637.5152587890625, 1567.962890625, 1991.3428955078125, 2492.0283203125, 3279.27783203125, 1408.443115234375, 1715.4920654296875, 1759.2635498046875, 1371.095703125, 1277.8648681640625, 912.8905639648438, 415.4778747558594, 359.7716064453125, 260.56878662109375, 550.4662475585938, 2402.792724609375, 2072.86279296875, 1234.7320556640625, 1607.3055419921875, 383.3893127441406, 1771.678466796875, 583.9254760742188, 2002.7740478515625, 1623.7158203125, 930.6807861328125, 2223.263671875, 2521.12841796875, 2821.06787109375, 784.0093994140625, 1138.8345947265625, 2251.548095703125, 903.2401733398438, 760.3311157226562, 391.6829833984375, 349.7342834472656, 2316.830078125, 3790.587890625, 4045.403564453125, 2705.385009765625, 4108.251953125, 1485.39404296875, 391.48724365234375, 1617.39404296875, 2951.3662109375, 2707.48291015625, 3995.939697265625, 884.1959228515625, 1747.1656494140625, 671.2774658203125, 484.12591552734375, 867.8602294921875, 1034.480224609375, 314.05596923828125, 1796.6015625, 1521.0584716796875, 2693.948974609375, 4204.3779296875, 3683.333740234375, 942.8392333984375, 673.160888671875, 445.44525146484375, 1072.1259765625, 2579.9443359375, 1914.55029296875, 2641.990966796875, 3763.767333984375, 791.1376342773438, 1179.0537109375, 3126.596923828125, 1224.9185791015625, 152.4615478515625, 142.97438049316406, 1923.669189453125, 277.00701904296875, 1822.2379150390625, 3140.415283203125, 381.56646728515625, 1341.6085205078125, 945.7809448242188, 583.4826049804688, 2775.590087890625, 1841.557373046875, 1453.277587890625, 905.1469116210938, 767.1842651367188, 2748.11669921875, 1352.0748291015625, 268.8904724121094, 347.5198669433594, 2529.673828125, 195.48719787597656, 850.71337890625, 3297.930419921875, 419.9953918457031, 1376.6435546875, 2738.6669921875, 522.5595092773438, 1036.5316162109375, 3203.72998046875, 1440.5595703125, 3420.2568359375, 4447.142578125, 2965.506103515625, 2290.060791015625, 3770.294189453125, 2292.662109375, 120.28905487060547, 1250.2379150390625, 3826.233642578125, 2942.59716796875, 2100.112060546875, 2210.102783203125, 722.4942626953125, 2603.5341796875, 1229.235595703125, 2149.165771484375, 1301.2728271484375, 3323.78125, 2787.990966796875, 796.3497314453125, 2066.046875, 2881.683349609375, 558.028076171875]\n", - "526\n", - "3244\n", - "6\n", - "[807.4207763671875, 318.07220458984375, 1383.3616943359375, 1954.0408935546875, 1083.3984375, 369.7561340332031]\n", - "6\n", - "3245\n", - "10\n", - "[849.0358276367188, 674.0943603515625, 1725.4720458984375, 2623.9697265625, 4745.376953125, 5067.931640625, 1007.9759521484375, 1039.9268798828125, 3410.3193359375, 418.5278015136719]\n", - "10\n", - "3246\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[1268.7120361328125, 996.6273193359375, 2698.0439453125, 6107.10107421875, 5362.31298828125, 748.8497924804688, 4615.41064453125, 6240.4541015625, 6481.23828125, 710.7984008789062, 1539.6185302734375, 722.2762451171875, 4333.677734375, 1801.55615234375, 571.9628295898438, 3518.713134765625]\n", - "16\n", - "3247\n", - "6\n", - "[467.26007080078125, 678.2784423828125, 452.2832946777344, 10189.8486328125, 1675.9967041015625, 450.83416748046875]\n", - "6\n", - "3248\n", - "4\n", - "[884.943603515625, 1605.2794189453125, 830.888916015625, 3362.008056640625]\n", - "4\n", - "3249\n", - "21\n", - "[803.376953125, 601.242919921875, 1668.1015625, 305.03607177734375, 876.2664794921875, 836.5169677734375, 1117.5330810546875, 2960.936767578125, 890.8613891601562, 504.1667785644531, 440.7908935546875, 1305.68212890625, 2603.683837890625, 552.0648193359375, 1012.5035400390625, 371.9082336425781, 302.80926513671875, 602.2783203125, 368.6247253417969, 749.8657836914062, 618.0859375]\n", - "21\n", - "3250\n", - "15\n", - "[606.8251953125, 463.212158203125, 315.0350036621094, 517.7996215820312, 909.244873046875, 1387.5618896484375, 1063.7156982421875, 1318.554931640625, 1449.7437744140625, 1241.976806640625, 998.0700073242188, 474.80657958984375, 1730.4290771484375, 2182.671630859375, 1107.6085205078125]\n", - "15\n", - "3251\n", - "28\n", - "[492.1072692871094, 465.8275451660156, 1740.9093017578125, 362.6527099609375, 960.7413330078125, 3324.508544921875, 1005.58984375, 1324.5782470703125, 1019.244873046875, 717.1889038085938, 1280.862548828125, 2357.1611328125, 1099.6923828125, 943.925537109375, 2553.785888671875, 1891.7996826171875, 989.193603515625, 801.2821044921875, 615.6737060546875, 1632.3917236328125, 1003.68310546875, 1663.9208984375, 1128.1400146484375, 395.3613586425781, 2441.608642578125, 1132.79736328125, 1520.1307373046875, 313.8927917480469]\n", - "28\n", - "3252\n", - "194\n", - "[460.6014709472656, 1370.317138671875, 1117.39404296875, 1431.14697265625, 1326.46630859375, 318.95574951171875, 2969.692626953125, 3453.720703125, 2843.375732421875, 1804.3544921875, 652.9930419921875, 1237.2822265625, 327.944091796875, 1206.1959228515625, 4237.8466796875, 1492.461669921875, 583.5851440429688, 1283.151611328125, 370.88580322265625, 2300.0888671875, 1202.6668701171875, 1085.892822265625, 719.986083984375, 335.2821044921875, 902.9697875976562, 939.8508911132812, 723.7670288085938, 654.522216796875, 603.2960815429688, 1583.0723876953125, 579.4872436523438, 96.66667175292969, 640.7319946289062, 602.6853637695312, 980.3078002929688, 958.9977416992188, 618.9697875976562, 1035.68310546875, 480.1165771484375, 356.1166076660156, 339.655029296875, 460.8625183105469, 310.2564697265625, 531.0443725585938, 315.9161071777344, 459.87884521484375, 336.9697265625, 503.7203369140625, 1013.347412109375, 1401.7950439453125, 836.7972412109375, 1319.15625, 1197.4219970703125, 1495.5992431640625, 164.0373077392578, 397.5478210449219, 570.8438720703125, 517.1002807617188, 1674.8160400390625, 1401.5711669921875, 386.676025390625, 1243.109619140625, 445.6224060058594, 1210.997802734375, 1015.7670288085938, 1008.6714477539062, 770.6807250976562, 802.71337890625, 1078.1026611328125, 775.9068603515625, 753.4825439453125, 910.079345703125, 997.14697265625, 1532.6715087890625, 588.3170776367188, 1465.9862060546875, 1750.01416015625, 1668.7833251953125, 586.811279296875, 457.5758056640625, 109.45921325683594, 110.64336395263672, 1505.0816650390625, 315.2867431640625, 846.0047607421875, 1810.732177734375, 804.9790649414062, 369.34735107421875, 266.2657470703125, 1525.058349609375, 304.05596923828125, 990.0047607421875, 1493.7576904296875, 1733.720458984375, 880.4057006835938, 1133.212158203125, 249.69699096679688, 442.573486328125, 329.697021484375, 1631.3427734375, 847.64111328125, 503.6457214355469, 955.8043212890625, 268.2564392089844, 521.9581298828125, 617.5198364257812, 1028.951171875, 3057.93505859375, 4114.71826171875, 3746.447998046875, 518.0280151367188, 608.7040405273438, 1366.5408935546875, 792.028076171875, 787.0303955078125, 644.9371337890625, 387.2867431640625, 2399.33349609375, 935.5711669921875, 889.8509521484375, 1053.874267578125, 2066.82080078125, 1721.874267578125, 3921.69287109375, 2076.648193359375, 2086.969970703125, 526.181884765625, 2143.217041015625, 1785.8883056640625, 1791.0211181640625, 3020.382568359375, 658.6434326171875, 684.1492309570312, 1038.75537109375, 331.2541198730469, 1896.163330078125, 2438.909423828125, 650.1119384765625, 386.73663330078125, 1531.5992431640625, 1108.9884033203125, 1251.575927734375, 1386.07470703125, 2587.557373046875, 731.49658203125, 2044.2286376953125, 3112.960693359375, 497.6643981933594, 520.1455078125, 252.71884155273438, 1746.2860107421875, 528.6302490234375, 447.7902526855469, 1145.3194580078125, 431.3929443359375, 390.2113037109375, 1634.8448486328125, 3897.6357421875, 4182.5869140625, 2921.73681640625, 2011.949951171875, 647.938232421875, 2253.931396484375, 595.2279663085938, 898.057861328125, 2138.865234375, 2088.779296875, 2885.758544921875, 3035.831298828125, 3323.02099609375, 1377.5035400390625, 546.7545166015625, 374.1502990722656, 1429.0870361328125, 738.0440063476562, 905.3696899414062, 383.6356506347656, 1313.3046875, 671.5113525390625, 746.3574829101562, 361.9355163574219, 303.3056945800781]\n", - "182\n", - "3253\n", - "4\n", - "[538.081298828125, 2346.1669921875, 3051.75, 3624.577392578125]\n", - "4\n", - "3254\n", - "58\n", - "[420.7318115234375, 642.2901000976562, 535.6231079101562, 315.59619140625, 338.1357116699219, 480.5561828613281, 551.3233642578125, 1774.1607666015625, 340.4757080078125, 1384.77783203125, 857.619873046875, 833.2221069335938, 1279.8056640625, 3168.840576171875, 2953.536376953125, 4776.53564453125, 2128.95166015625, 316.1811828613281, 4460.06201171875, 4935.6455078125, 4347.69140625, 1656.2498779296875, 1578.2735595703125, 664.2876586914062, 538.8406372070312, 5753.5634765625, 8514.80078125, 8117.322265625, 3633.550048828125, 2250.071533203125, 4657.0419921875, 1465.62744140625, 944.7411499023438, 6336.84619140625, 7751.4677734375, 660.2443237304688, 3843.279541015625, 2983.293701171875, 2195.735595703125, 1018.9752197265625, 3739.236328125, 623.5358276367188, 1907.5826416015625, 811.1815795898438, 528.5515747070312, 959.2627563476562, 693.3739624023438, 1564.2679443359375, 912.9879150390625, 338.67767333984375, 1192.796142578125, 2023.600830078125, 501.1600341796875, 809.1427001953125, 1000.4188232421875, 946.78857421875, 444.5531921386719, 1741.49560546875]\n", - "58\n", - "3255\n", - "7\n", - "[1982.7672119140625, 4054.50830078125, 1168.057861328125, 712.4437255859375, 4492.13232421875, 2121.428466796875, 687.6137084960938]\n", - "7\n", - "3256\n", - "6\n", - "[601.8638305664062, 4310.615234375, 574.1195678710938, 6092.6396484375, 6103.1083984375, 667.7691650390625]\n", - "6\n", - "3257\n", - "3\n", - "[1129.83642578125, 7831.44140625, 302.59625244140625]\n", - "3\n", - "3258\n", - "9\n", - "[513.8119506835938, 2166.57958984375, 2514.77978515625, 4503.92919921875, 707.9879760742188, 616.2894897460938, 368.94989013671875, 363.75286865234375, 498.451904296875]\n", - "9\n", - "3259\n", - "2\n", - "[1996.3067626953125, 6577.783203125]\n", - "2\n", - "3260\n", - "22\n", - "[907.197021484375, 342.4112243652344, 1112.14794921875, 1376.881103515625, 2334.53662109375, 6031.03125, 2258.94091796875, 3035.180908203125, 1430.6473388671875, 400.98486328125, 479.6477966308594, 1526.770263671875, 6043.4599609375, 2025.7113037109375, 1560.701416015625, 1252.531982421875, 528.68896484375, 2387.798828125, 349.2720031738281, 3828.4462890625, 942.0384521484375, 582.0093994140625]\n", - "22\n", - "3261\n", - "7\n", - "[698.246826171875, 1136.90087890625, 815.25048828125, 847.3521728515625, 965.8479614257812, 784.42529296875, 446.77191162109375]\n", - "7\n", - "3262\n", - "8\n", - "[1134.3204345703125, 390.7855529785156, 1561.807373046875, 319.2924499511719, 1607.1776123046875, 432.0694580078125, 1296.533447265625, 808.8883056640625]\n", - "8\n", - "3263\n", - "10\n", - "[513.8740844726562, 718.3805541992188, 1540.3697509765625, 536.2666015625, 1219.7152099609375, 2477.326171875, 2219.23583984375, 318.61822509765625, 1644.806396484375, 2409.063720703125]\n", - "10\n", - "3264\n", - "7\n", - "[1062.52392578125, 1286.4061279296875, 1498.8048095703125, 881.9418334960938, 1282.029052734375, 846.920166015625, 753.3988647460938]\n", - "7\n", - "3265\n", - "8\n", - "[628.305908203125, 324.0333251953125, 634.219970703125, 738.2647705078125, 779.0137329101562, 869.0467529296875, 582.1832275390625, 575.1893920898438]\n", - "8\n", - "3266\n", - "18\n", - "[362.145263671875, 366.954345703125, 907.0946044921875, 300.8035583496094, 2403.125732421875, 383.22802734375, 1550.0416259765625, 4229.31982421875, 720.2020874023438, 4247.73046875, 4847.8212890625, 1628.9080810546875, 3213.879150390625, 3710.762939453125, 2352.16259765625, 873.2210693359375, 746.6994018554688, 605.3102416992188]\n", - "18\n", - "3267\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "30\n", - "[1278.245361328125, 481.4273681640625, 1965.08984375, 622.8566284179688, 5025.54736328125, 3435.931640625, 5435.6533203125, 8268.0595703125, 672.7574462890625, 3818.465087890625, 3544.797119140625, 2990.37060546875, 742.0137329101562, 1579.1375732421875, 4518.63671875, 8059.8251953125, 7269.33837890625, 3066.4404296875, 4998.9560546875, 778.0142822265625, 400.86236572265625, 494.2752990722656, 846.04345703125, 1762.68017578125, 1885.3162841796875, 650.091552734375, 833.9190673828125, 2370.70068359375, 706.9778442382812, 692.9142456054688]\n", - "30\n", - "3268\n", - "10\n", - "[616.7738647460938, 2128.806640625, 726.649169921875, 1296.9769287109375, 676.578125, 2447.150390625, 2711.333984375, 2488.65185546875, 872.9195556640625, 867.8544921875]\n", - "10\n", - "3269\n", - "18\n", - "[690.8457641601562, 1174.940185546875, 962.8931884765625, 487.00201416015625, 4293.43310546875, 4201.7880859375, 345.9861755371094, 565.9153442382812, 4289.0615234375, 6045.70263671875, 4155.54541015625, 3154.595458984375, 633.984375, 957.982666015625, 874.2329711914062, 886.9342651367188, 1600.8497314453125, 447.1692810058594]\n", - "18\n", - "3270\n", - "8\n", - "[1408.247314453125, 1914.33251953125, 594.6865234375, 348.6896667480469, 1114.16455078125, 2270.872802734375, 632.7589111328125, 458.0487976074219]\n", - "8\n", - "3271\n", - "6\n", - "[401.1840515136719, 1870.506103515625, 507.75146484375, 795.2014770507812, 1741.1168212890625, 1839.20556640625]\n", - "6\n", - "3272\n", - "4\n", - "[1448.83056640625, 515.4736328125, 1848.3751220703125, 2255.777099609375]\n", - "4\n", - "3273\n", - "9\n", - "[1116.66796875, 792.6355590820312, 618.4476928710938, 2229.89990234375, 726.4573974609375, 1158.9100341796875, 302.3243713378906, 2466.932373046875, 1391.86669921875]\n", - "9\n", - "3274\n", - "9\n", - "[327.4205322265625, 1118.25244140625, 707.3914184570312, 681.117919921875, 320.7777404785156, 813.2518310546875, 1421.4359130859375, 537.7689819335938, 398.0306396484375]\n", - "9\n", - "3275\n", - "37\n", - "[480.9801330566406, 1253.0538330078125, 1461.407470703125, 1420.4913330078125, 538.6435546875, 475.8102111816406, 1048.7462158203125, 1132.1138916015625, 857.7391967773438, 500.4542236328125, 594.1546630859375, 476.12225341796875, 421.10760498046875, 1480.5943603515625, 2115.51611328125, 592.98095703125, 1567.7313232421875, 2612.45654296875, 933.2633056640625, 336.3747863769531, 1135.025146484375, 2242.13671875, 1851.9884033203125, 2563.962646484375, 2285.949951171875, 704.5172729492188, 553.77392578125, 615.8519897460938, 1726.5025634765625, 1432.0296630859375, 1776.4571533203125, 2485.4599609375, 575.861328125, 2027.673583984375, 1004.021728515625, 2060.4482421875, 540.7533569335938]\n", - "37\n", - "3276\n", - "74\n", - "[2945.90234375, 726.1492919921875, 1454.699462890625, 1482.61083984375, 616.326416015625, 400.088623046875, 1354.71337890625, 378.2191467285156, 87.1142349243164, 2054.760009765625, 1931.039794921875, 586.1586303710938, 1764.8486328125, 447.016357421875, 421.66436767578125, 467.90216064453125, 612.7273559570312, 3610.6484375, 3296.26611328125, 1974.750732421875, 1046.5875244140625, 151.44056701660156, 333.8648376464844, 631.5851440429688, 542.386962890625, 580.2611083984375, 542.3497314453125, 2559.7763671875, 2636.67626953125, 4112.0703125, 3838.30810546875, 740.0607299804688, 254.96971130371094, 2569.52001953125, 128.5734405517578, 1249.3614501953125, 2522.974609375, 710.6807250976562, 3974.71826171875, 3840.583251953125, 696.470947265625, 765.5479125976562, 2271.403564453125, 1719.384765625, 1661.46875, 1557.3475341796875, 890.9231567382812, 1882.8765869140625, 4418.90478515625, 2691.436279296875, 1096.27978515625, 1350.4150390625, 843.347412109375, 507.3660583496094, 1486.1632080078125, 1833.962890625, 1435.669189453125, 1398.662109375, 2685.7392578125, 842.8439331054688, 2315.771728515625, 1735.175048828125, 1905.0958251953125, 2176.247314453125, 446.5082092285156, 1612.4896240234375, 2665.785888671875, 1171.039794921875, 1547.27294921875, 1201.1795654296875, 445.1142578125, 659.151611328125]\n", - "72\n", - "3277\n", - "4\n", - "[1833.71875, 1603.388671875, 665.2603759765625, 1933.0262451171875]\n", - "4\n", - "3278\n", - "11\n", - "[341.002197265625, 683.0236206054688, 854.5549926757812, 695.6160278320312, 377.0204162597656, 1080.048095703125, 2265.7705078125, 1354.7913818359375, 543.6286010742188, 2637.357421875, 1384.138916015625]\n", - "11\n", - "3279\n", - "18\n", - "[494.0303039550781, 389.79327392578125, 1755.2030029296875, 2249.19482421875, 1395.5618896484375, 2585.9560546875, 4412.94287109375, 4399.25048828125, 722.0680541992188, 3460.843505859375, 4570.423828125, 2257.723876953125, 553.694580078125, 487.93353271484375, 3586.242919921875, 553.823486328125, 1257.9241943359375, 373.42645263671875]\n", - "18\n", - "3280\n", - "10\n", - "[824.7269897460938, 1474.0238037109375, 1923.003173828125, 335.6307678222656, 391.7095642089844, 2167.407470703125, 1032.009033203125, 317.0644836425781, 1580.866455078125, 913.1915893554688]\n", - "10\n", - "3281\n", - "24\n", - "[2751.19189453125, 2370.02685546875, 2718.5986328125, 388.8199462890625, 4931.3984375, 4449.22021484375, 394.6219787597656, 4204.6201171875, 6056.79443359375, 2189.668212890625, 1797.302978515625, 5984.23486328125, 5980.216796875, 790.8984375, 4005.757568359375, 5486.12158203125, 1791.76025390625, 2334.88671875, 4594.49169921875, 2852.700927734375, 479.57867431640625, 1050.7623291015625, 1688.5435791015625, 1375.9505615234375]\n", - "24\n", - "3282\n", - "11\n", - "[431.34783935546875, 896.9811401367188, 1043.763671875, 1439.8795166015625, 1723.6885986328125, 539.6029663085938, 418.80255126953125, 1042.5416259765625, 928.9478759765625, 475.0685729980469, 1061.557373046875]\n", - "11\n", - "3283\n", - "35\n", - "[873.4284057617188, 1658.32861328125, 3937.115478515625, 600.5509643554688, 566.7477416992188, 2053.729248046875, 4628.1953125, 2047.6767578125, 384.3981628417969, 896.6463012695312, 1154.669921875, 1880.373291015625, 2017.483154296875, 4127.8564453125, 4206.72265625, 1605.6654052734375, 2296.315673828125, 5065.05126953125, 8601.619140625, 5579.91357421875, 2348.94140625, 442.760986328125, 1529.51416015625, 4508.74560546875, 5214.279296875, 6352.11376953125, 3271.4521484375, 1665.8143310546875, 2582.63037109375, 2690.880126953125, 1726.367919921875, 647.708251953125, 608.991943359375, 567.5952758789062, 419.67523193359375]\n", - "35\n", - "3284\n", - "36\n", - "[1336.1781005859375, 432.2781982421875, 1491.64208984375, 1493.247314453125, 1754.8900146484375, 473.09326171875, 2779.91064453125, 2193.150634765625, 1001.221435546875, 1460.0572509765625, 406.7371520996094, 2467.021240234375, 620.193115234375, 355.7816162109375, 615.5661010742188, 350.1689758300781, 1276.307373046875, 2523.603271484375, 2147.705078125, 1683.38671875, 416.8946838378906, 1725.3551025390625, 2567.50537109375, 2889.463623046875, 1972.271484375, 2531.83056640625, 500.8520202636719, 2020.3111572265625, 2380.863525390625, 2349.268310546875, 869.5393676757812, 669.0780639648438, 2140.921875, 1806.3076171875, 692.148193359375, 541.8997802734375]\n", - "36\n", - "3285\n", - "12\n", - "[381.72943115234375, 903.332763671875, 2640.427490234375, 867.0949096679688, 2173.596435546875, 1063.784423828125, 481.2864990234375, 382.9187927246094, 1967.4146728515625, 635.9437866210938, 451.59014892578125, 1057.281005859375]\n", - "12\n", - "3286\n", - "6\n", - "[350.30938720703125, 361.75775146484375, 790.1428833007812, 12523.150390625, 450.83416748046875, 2955.750732421875]\n", - "6\n", - "3287\n", - "10\n", - "[1331.2821044921875, 1591.8883056640625, 1557.5618896484375, 933.2215576171875, 465.9487609863281, 806.5035400390625, 2475.7158203125, 1883.8370361328125, 645.841552734375, 555.8275756835938]\n", - "10\n", - "3288\n", - "7\n", - "[379.5011901855469, 472.4009704589844, 923.0863647460938, 2111.813720703125, 667.24951171875, 991.8182373046875, 1054.6434326171875]\n", - "7\n", - "3289\n", - "10\n", - "[347.7525939941406, 484.9796142578125, 467.3160095214844, 552.4487915039062, 343.150146484375, 973.5750732421875, 628.1061401367188, 630.6001586914062, 518.05810546875, 445.93145751953125]\n", - "10\n", - "3290\n", - "81" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[515.7716064453125, 421.5105285644531, 776.223876953125, 1212.4476318359375, 558.8671875, 360.05133056640625, 915.2401733398438, 451.03033447265625, 545.6727905273438, 1157.8431396484375, 764.3065185546875, 394.9739990234375, 1286.28125, 373.43914794921875, 2056.331787109375, 1337.8843994140625, 435.3793640136719, 1474.470458984375, 3217.47021484375, 4367.01513671875, 3507.394287109375, 2276.748291015625, 2422.86474609375, 2083.5908203125, 2586.664794921875, 1567.1654052734375, 1199.2501220703125, 420.9510192871094, 2109.37255859375, 1644.400390625, 609.0653686523438, 320.16796875, 2393.13671875, 3789.0400390625, 3228.78857421875, 1522.3228759765625, 1134.330078125, 601.0122680664062, 768.7086181640625, 579.0768432617188, 345.5841064453125, 149.03610229492188, 793.072998046875, 1835.97021484375, 1550.378173828125, 753.4539184570312, 715.6227416992188, 529.982421875, 1283.802001953125, 103.65269470214844, 628.987548828125, 712.1821899414062, 388.3232116699219, 396.1609191894531, 332.9336242675781, 176.51055908203125, 350.341796875, 873.0874633789062, 864.7489624023438, 729.990966796875, 1104.13623046875, 963.1031494140625, 1744.78271484375, 1014.3510131835938, 1673.85791015625, 1519.187744140625, 1818.176513671875, 1374.1080322265625, 998.3901977539062, 428.87384033203125, 2261.323486328125, 2544.526611328125, 621.6456909179688, 1084.013671875, 316.26165771484375, 493.9641418457031]\n", - "76\n", - "3291\n", - "4\n", - "[2754.44873046875, 1054.5745849609375, 1298.04345703125, 1378.9630126953125]\n", - "4\n", - "3292\n", - "30\n", - "[327.0419616699219, 1511.482666015625, 1396.971435546875, 610.8699951171875, 373.6173400878906, 2767.798828125, 2344.662841796875, 1985.3284912109375, 1070.31591796875, 318.5530700683594, 817.5570068359375, 346.6968688964844, 996.632080078125, 1317.965087890625, 2734.91064453125, 1451.8831787109375, 318.6700744628906, 1852.0628662109375, 1202.94677734375, 631.8049926757812, 1137.383056640625, 960.7014770507812, 676.8450317382812, 423.6571044921875, 364.0044250488281, 413.8349914550781, 426.6604919433594, 453.5384216308594, 416.5050354003906, 344.74664306640625]\n", - "30\n", - "3293\n", - "15\n", - "[340.5459289550781, 2921.240966796875, 3262.202880859375, 2209.194091796875, 1247.0374755859375, 3302.668212890625, 4813.39697265625, 2897.92822265625, 1164.1434326171875, 2863.657958984375, 1259.4024658203125, 718.0967407226562, 1305.3468017578125, 431.9488220214844, 897.9226684570312]\n", - "15\n", - "3294\n", - "9\n", - "[1587.9761962890625, 354.4949035644531, 1664.2137451171875, 2088.42236328125, 671.3766479492188, 2676.8544921875, 863.0801391601562, 1571.964599609375, 950.610107421875]\n", - "9\n", - "3295\n", - "15\n", - "[1585.1595458984375, 1036.7623291015625, 300.33087158203125, 2076.93017578125, 4240.89111328125, 1985.602294921875, 864.3383178710938, 1913.9013671875, 1063.7459716796875, 795.3617553710938, 1585.510009765625, 2009.44091796875, 382.15325927734375, 343.07000732421875, 1013.7049560546875]\n", - "15\n", - "3296\n", - "9\n", - "[877.343505859375, 578.1129150390625, 445.58026123046875, 668.8004760742188, 1973.4735107421875, 385.6842041015625, 511.47479248046875, 303.07049560546875, 739.8499755859375]\n", - "9\n", - "3297\n", - "5\n", - "[2293.0478515625, 589.0750122070312, 2423.443603515625, 3098.771484375, 1208.5853271484375]\n", - "5\n", - "3298\n", - "7\n", - "[670.9178466796875, 493.2997131347656, 334.2729187011719, 2080.181396484375, 422.2169494628906, 1673.7391357421875, 543.124755859375]\n", - "7\n", - "3299\n", - "6\n", - "[370.016845703125, 2404.208740234375, 3249.1533203125, 1747.9500732421875, 501.83331298828125, 1456.0699462890625]\n", - "6\n", - "3300\n", - "3\n", - "[4143.93994140625, 9227.3984375, 831.8135986328125]\n", - "3\n", - "3301\n", - "7\n", - "[1874.1751708984375, 713.3922729492188, 2185.9775390625, 4618.9013671875, 731.649658203125, 666.1649169921875, 513.1655883789062]\n", - "7\n", - "3302\n", - "19\n", - "[358.3948974609375, 539.6503295898438, 837.9304809570312, 1695.051513671875, 3514.81591796875, 1412.75, 386.5448913574219, 769.3341064453125, 2553.3486328125, 5007.0400390625, 4640.86181640625, 2936.343505859375, 1203.5943603515625, 3848.3974609375, 4143.72314453125, 2313.08837890625, 435.5245361328125, 421.0452575683594, 922.5276489257812]\n", - "19\n", - "3303\n", - "11\n", - "[1391.5198974609375, 3432.643798828125, 3269.10986328125, 742.0653686523438, 827.0816650390625, 472.0746765136719, 763.6504516601562, 332.4289245605469, 2240.909423828125, 420.5921325683594, 356.284423828125]\n", - "11\n", - "3304\n", - "10\n", - "[477.2320556640625, 304.2722473144531, 1159.79638671875, 1263.1885986328125, 819.2804565429688, 355.1445617675781, 319.48187255859375, 858.904541015625, 1656.7452392578125, 468.4979553222656]\n", - "10\n", - "3305\n", - "7\n", - "[1336.96728515625, 1692.109619140625, 893.9253540039062, 976.6497802734375, 2716.956298828125, 322.673583984375, 569.13671875]\n", - "7\n", - "3306\n", - "13\n", - "[610.3274536132812, 1149.1417236328125, 594.3289184570312, 494.66900634765625, 1201.1500244140625, 3938.2119140625, 1082.316650390625, 1212.3021240234375, 5201.9248046875, 1185.469482421875, 501.8486633300781, 449.6378479003906, 1208.766845703125]\n", - "13\n", - "3307\n", - "139\n", - "[684.594482421875, 1026.859130859375, 782.4581298828125, 1207.0521240234375, 1448.4344482421875, 2162.741943359375, 860.6503295898438, 323.2853088378906, 993.1885375976562, 1991.239990234375, 1364.785888671875, 1175.5426025390625, 945.34326171875, 1911.40087890625, 561.6567993164062, 763.5669555664062, 817.3250122070312, 2161.07177734375, 1427.740478515625, 679.9528198242188, 509.9049987792969, 652.7213134765625, 3228.404296875, 1014.1815185546875, 515.5660400390625, 3123.826904296875, 2550.164794921875, 546.7125244140625, 771.8198852539062, 482.8686828613281, 828.7230224609375, 3668.967041015625, 1780.459716796875, 1012.7608032226562, 2577.103515625, 3784.280517578125, 427.516357421875, 345.8199157714844, 512.9332885742188, 406.687255859375, 516.6209716796875, 1263.0731201171875, 725.7801513671875, 2767.31201171875, 3013.328369140625, 2725.55908203125, 5647.08544921875, 7965.2021484375, 5232.7021484375, 2270.89794921875, 600.4055786132812, 883.1426391601562, 2100.297119140625, 1720.715087890625, 530.70263671875, 364.4398498535156, 364.4224853515625, 1131.5364990234375, 2947.911865234375, 2672.104736328125, 8074.58349609375, 9905.103515625, 10444.6259765625, 8145.0537109375, 4032.82373046875, 527.5712890625, 679.9094848632812, 417.614990234375, 311.99658203125, 368.6072692871094, 801.75390625, 980.3528442382812, 2064.931884765625, 6920.41650390625, 9991.0595703125, 9596.251953125, 7577.9853515625, 1172.4735107421875, 1068.883056640625, 503.97283935546875, 349.3898010253906, 616.3328857421875, 661.85009765625, 747.7601318359375, 1366.705322265625, 1312.75, 2424.830322265625, 1985.7750244140625, 1601.5623779296875, 4779.8955078125, 1967.3062744140625, 204.66473388671875, 422.38671875, 574.7140502929688, 349.8127136230469, 384.5478515625, 361.0510559082031, 449.8568420410156, 221.33334350585938, 686.01513671875, 578.509765625, 860.2491455078125, 1582.4862060546875, 1714.7178955078125, 90.67411804199219, 536.0302734375, 338.5339050292969, 318.54754638671875, 141.1353759765625, 108.0042495727539, 138.05543518066406, 617.4754028320312, 1508.5240478515625, 3574.75732421875, 1230.3526611328125, 512.3410034179688, 161.1225128173828, 1381.3134765625, 1072.331787109375, 3169.229736328125, 739.0921630859375, 489.5063171386719, 1296.31591796875, 3016.789306640625, 677.3165893554688, 395.3179016113281, 450.17132568359375, 450.19305419921875, 612.3717651367188, 426.75238037109375, 786.0012817382812, 334.4898376464844, 955.5687255859375, 716.0474243164062, 1261.6239013671875, 755.3146362304688, 589.0084228515625, 455.4690246582031]\n", - "138\n", - "3308\n", - "2\n", - "[5246.4052734375, 3292.623291015625]\n", - "2\n", - "3309\n", - "30\n", - "[1772.4735107421875, 1399.0291748046875, 736.464599609375, 366.8872985839844, 2522.584716796875, 1159.261962890625, 1059.60302734375, 4674.708984375, 2924.66015625, 1020.9262084960938, 1387.218017578125, 374.1658935546875, 4032.572509765625, 6779.41455078125, 4534.173828125, 721.5851440429688, 1476.1376953125, 3650.0771484375, 4735.82470703125, 4386.8779296875, 472.7740173339844, 527.5843505859375, 3488.46240234375, 4351.08056640625, 5673.638671875, 5765.857421875, 441.8941650390625, 2682.63720703125, 2882.837646484375, 519.647216796875]\n", - "30\n", - "3310\n", - "61\n", - "[360.2144775390625, 362.69000244140625, 323.37530517578125, 732.4056396484375, 2488.289306640625, 2128.424560546875, 302.3170471191406, 2272.918701171875, 1108.223876953125, 1774.2845458984375, 883.6177978515625, 619.8602294921875, 450.0839538574219, 918.7646484375, 2522.722900390625, 4398.322265625, 1261.916259765625, 464.4103088378906, 717.4219970703125, 479.2867431640625, 927.30078125, 310.7646179199219, 340.2657775878906, 362.22845458984375, 1177.6270751953125, 2964.331298828125, 1907.6971435546875, 1215.1143798828125, 148.582763671875, 1078.997802734375, 1124.3358154296875, 1962.9932861328125, 1178.2799072265625, 1755.100341796875, 1442.0513916015625, 722.8765258789062, 338.7086486816406, 2279.496826171875, 1536.6295166015625, 1586.802001953125, 1756.6387939453125, 2991.54345703125, 2998.168212890625, 1486.8719482421875, 832.0093994140625, 995.3613891601562, 2499.436279296875, 2515.0537109375, 3145.431396484375, 446.0419921875, 492.3263854980469, 506.27978515625, 1578.6387939453125, 568.5828247070312, 1610.997802734375, 1960.265869140625, 627.748291015625, 473.7669677734375, 639.2587890625, 1048.4803466796875, 1119.976806640625]\n", - "61\n", - "3311\n", - "17\n", - "[613.4824829101562, 474.8081359863281, 826.0062866210938, 1438.802734375, 570.2474975585938, 695.0895385742188, 456.508544921875, 588.8726806640625, 653.422119140625, 273.0517578125, 731.338134765625, 650.5975341796875, 459.5835266113281, 2366.1279296875, 1567.64111328125, 361.9956359863281, 1824.8572998046875]\n", - "17\n", - "3312\n", - "10\n", - "[1791.207275390625, 741.0965576171875, 757.9152221679688, 427.37127685546875, 4356.6640625, 1008.0010375976562, 431.12530517578125, 496.4147033691406, 398.4911804199219, 305.7928466796875]\n", - "10\n", - "3313\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1085.340087890625, 1156.5543212890625, 619.0912475585938, 349.4254455566406, 997.7313842773438, 1777.2542724609375, 874.698486328125]\n", - "7\n", - "3314\n", - "4\n", - "[4472.33642578125, 493.89813232421875, 1031.4378662109375, 311.1578674316406]\n", - "4\n", - "3315\n", - "45\n", - "[666.0282592773438, 453.4530334472656, 1748.297607421875, 4835.90185546875, 1728.5582275390625, 979.8652954101562, 1091.771240234375, 3528.181640625, 2927.43896484375, 938.3507690429688, 467.9882507324219, 359.6976013183594, 3058.24853515625, 6971.5986328125, 4777.08056640625, 2522.584716796875, 395.5480651855469, 2642.883056640625, 7262.82763671875, 4292.38330078125, 4968.642578125, 360.3256530761719, 838.598876953125, 5147.8271484375, 7276.58984375, 5979.8779296875, 2036.703857421875, 1140.084228515625, 622.3634033203125, 1932.0352783203125, 7001.6162109375, 5856.60546875, 2434.210205078125, 1092.31787109375, 1636.6241455078125, 2022.6976318359375, 456.0212707519531, 461.8991394042969, 3503.9736328125, 5901.73779296875, 2204.1044921875, 368.5943908691406, 2219.874755859375, 2254.873291015625, 593.2219848632812]\n", - "45\n", - "3316\n", - "5\n", - "[1564.0247802734375, 1168.2210693359375, 498.4638366699219, 454.34246826171875, 1976.8153076171875]\n", - "5\n", - "3317\n", - "4\n", - "[366.39697265625, 1643.3785400390625, 1610.921630859375, 1531.3448486328125]\n", - "4\n", - "3318\n", - "12\n", - "[1075.5474853515625, 355.09051513671875, 1218.6314697265625, 1334.677490234375, 1703.3896484375, 1421.4063720703125, 398.0747985839844, 1872.465087890625, 1013.6210327148438, 871.1477661132812, 742.3546142578125, 652.4115600585938]\n", - "12\n", - "3319\n", - "12\n", - "[695.0995483398438, 512.8447265625, 871.0842895507812, 676.1388549804688, 1180.9505615234375, 493.7888488769531, 338.1620788574219, 1806.076904296875, 525.0994873046875, 858.2134399414062, 810.2007446289062, 1352.98388671875]\n", - "12\n", - "3320\n", - "5\n", - "[920.599609375, 2366.9912109375, 857.07275390625, 519.9444580078125, 357.5362243652344]\n", - "5\n", - "3321\n", - "6\n", - "[2318.60400390625, 1324.499267578125, 7400.47705078125, 1525.68994140625, 6347.0341796875, 2421.547119140625]\n", - "6\n", - "3322\n", - "4\n", - "[2879.210693359375, 3929.448486328125, 845.7597045898438, 1041.877197265625]\n", - "4\n", - "3323\n", - "37\n", - "[312.8182067871094, 2531.63916015625, 2319.5234375, 1417.7791748046875, 539.8068237304688, 585.10107421875, 724.752685546875, 4863.15576171875, 8360.0029296875, 4225.2900390625, 920.4539184570312, 2176.08056640625, 6270.25830078125, 10162.73828125, 9921.5400390625, 8266.083984375, 5134.099609375, 978.0673828125, 1299.109619140625, 402.45037841796875, 1532.207275390625, 3327.044677734375, 7389.52978515625, 8962.3623046875, 6204.38671875, 1174.736083984375, 626.1201171875, 2284.2197265625, 3559.20849609375, 712.3096923828125, 1856.3658447265625, 486.8285827636719, 759.85400390625, 894.9379272460938, 816.0836791992188, 581.7709350585938, 404.4416809082031]\n", - "37\n", - "3324\n", - "37\n", - "[542.8406982421875, 713.8233032226562, 934.4638061523438, 556.4111328125, 6917.04833984375, 10872.5751953125, 19513.04296875, 13099.482421875, 4774.81201171875, 4720.52099609375, 3173.01220703125, 1395.7550048828125, 959.9393310546875, 5375.87841796875, 8380.6953125, 9047.2822265625, 3111.128173828125, 2669.552001953125, 7074.9404296875, 4376.1064453125, 4244.66748046875, 2326.260498046875, 620.3325805664062, 475.9925231933594, 813.6222534179688, 1001.7813720703125, 873.3695068359375, 436.0865173339844, 1412.9527587890625, 7289.46337890625, 3947.388671875, 2675.79833984375, 1766.0772705078125, 3455.29150390625, 317.5865173339844, 571.5418701171875, 416.6639404296875]\n", - "37\n", - "3325\n", - "17\n", - "[1073.2039794921875, 1199.955322265625, 382.82415771484375, 3343.561279296875, 1114.58837890625, 580.0966186523438, 343.3851013183594, 864.3231201171875, 957.9346923828125, 1118.39453125, 976.2216186523438, 1222.715576171875, 903.2424926757812, 1372.5924072265625, 395.1628723144531, 923.5238647460938, 404.4187316894531]\n", - "17\n", - "3326\n", - "30\n", - "[324.130126953125, 301.7208251953125, 1213.727783203125, 2962.129638671875, 2827.575927734375, 2859.8251953125, 8923.7470703125, 5789.74755859375, 896.9881591796875, 1058.234375, 1975.266357421875, 1093.0731201171875, 6674.4599609375, 9585.7529296875, 3123.935546875, 397.3487854003906, 1515.1126708984375, 1595.39990234375, 1253.6334228515625, 853.0093994140625, 2427.2177734375, 2069.66259765625, 1004.8355712890625, 358.0310363769531, 1184.5999755859375, 1389.2091064453125, 883.1730346679688, 331.9264831542969, 1246.64892578125, 527.0176391601562]\n", - "30\n", - "3327\n", - "2\n", - "[5307.58837890625, 1135.2503662109375]\n", - "2\n", - "3328\n", - "11\n", - "[847.08447265625, 411.9861145019531, 2282.887939453125, 913.312255859375, 1267.925537109375, 692.6913452148438, 503.9857177734375, 2413.65185546875, 1550.447265625, 994.8277587890625, 1208.73828125]\n", - "11\n", - "3329\n", - "1\n", - "[6267.67333984375]\n", - "1\n", - "3330\n", - "6\n", - "[1305.7542724609375, 384.7136535644531, 377.112548828125, 10289.353515625, 1060.802734375, 1857.1199951171875]\n", - "6\n", - "3331\n", - "4\n", - "[708.2584228515625, 4206.421875, 1028.02978515625, 406.42425537109375]\n", - "4\n", - "3332\n", - "6\n", - "[514.612548828125, 996.737548828125, 1199.0548095703125, 2439.72705078125, 2585.497802734375, 339.724609375]\n", - "6\n", - "3333\n", - "7\n", - "[854.3755493164062, 7238.15380859375, 2443.42919921875, 5788.0849609375, 3949.91064453125, 481.4789123535156, 538.8475952148438]\n", - "7\n", - "3334\n", - "28\n", - "[344.43310546875, 505.29083251953125, 1618.135986328125, 1553.8948974609375, 1477.9322509765625, 591.2433471679688, 712.3572387695312, 839.412353515625, 2066.3623046875, 921.43603515625, 402.2298889160156, 500.63641357421875, 893.5404052734375, 855.035400390625, 806.4721069335938, 1376.1614990234375, 1246.303466796875, 364.224609375, 1124.104736328125, 595.9011840820312, 776.242431640625, 1212.066162109375, 1138.5093994140625, 921.9630737304688, 337.4275207519531, 408.5646667480469, 391.1756591796875, 313.5976257324219]\n", - "28\n", - "3335\n", - "4\n", - "[1331.4058837890625, 2030.804931640625, 1192.439697265625, 812.1651000976562]\n", - "4\n", - "3336\n", - "19\n", - "[353.93914794921875, 329.5111389160156, 1322.962158203125, 1075.9908447265625, 504.6776123046875, 954.5599365234375, 3575.781982421875, 363.5151672363281, 1792.5760498046875, 2658.62646484375, 424.425048828125, 428.023681640625, 3865.73095703125, 698.4166259765625, 396.0553283691406, 371.8789367675781, 323.8082275390625, 815.250244140625, 702.8386840820312]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "3337\n", - "13\n", - "[415.152099609375, 359.023681640625, 346.2994689941406, 672.741943359375, 3773.65283203125, 4029.88134765625, 1830.16357421875, 562.81396484375, 1377.9075927734375, 1580.3477783203125, 766.2555541992188, 459.0287780761719, 440.9493103027344]\n", - "13\n", - "3338\n", - "7\n", - "[442.6253356933594, 1580.332275390625, 2137.646240234375, 928.7608642578125, 614.1959228515625, 1558.3988037109375, 622.20068359375]\n", - "7\n", - "3339\n", - "9\n", - "[414.7808532714844, 1073.0546875, 1685.3255615234375, 1109.8660888671875, 1296.5894775390625, 1534.412353515625, 2359.35009765625, 820.3363037109375, 961.5404663085938]\n", - "9\n", - "3340\n", - "20\n", - "[1060.6915283203125, 1314.69189453125, 3866.673828125, 516.3970947265625, 1831.74462890625, 6380.40478515625, 2588.404541015625, 516.619384765625, 1180.851806640625, 1989.60693359375, 2295.361328125, 9303.4208984375, 4805.1015625, 487.4686279296875, 1433.621337890625, 901.7243041992188, 1601.0472412109375, 637.3294067382812, 452.5345458984375, 511.135009765625]\n", - "20\n", - "3341\n", - "25\n", - "[512.4446411132812, 737.706298828125, 784.9214477539062, 1438.377197265625, 525.1812133789062, 512.2268676757812, 1581.26318359375, 735.253662109375, 1071.77294921875, 1690.2197265625, 309.9667663574219, 574.6217041015625, 2272.852783203125, 1045.267822265625, 919.5689697265625, 1709.0357666015625, 311.68072509765625, 1176.790283203125, 676.8265380859375, 373.1949462890625, 697.8394775390625, 756.9105224609375, 811.9944458007812, 587.30810546875, 318.1038513183594]\n", - "25\n", - "3342\n", - "6\n", - "[810.2396850585938, 731.4814453125, 310.3207092285156, 2350.364013671875, 554.5238037109375, 733.491455078125]\n", - "6\n", - "3343\n", - "23\n", - "[1342.8515625, 884.541259765625, 835.1441650390625, 1416.912109375, 392.7751770019531, 2914.633544921875, 2756.982666015625, 364.0316162109375, 446.1050109863281, 430.6412048339844, 648.7146606445312, 1398.7515869140625, 1533.2347412109375, 1838.0517578125, 1042.213134765625, 424.7843322753906, 591.90869140625, 1655.1475830078125, 847.1668701171875, 560.6439819335938, 708.2313232421875, 975.940673828125, 442.6709289550781]\n", - "23\n", - "3344\n", - "16\n", - "[521.3357543945312, 493.1615295410156, 648.0205078125, 351.7637939453125, 1142.536376953125, 981.1383056640625, 738.9112548828125, 1099.8885498046875, 2546.499755859375, 3467.71240234375, 2931.36962890625, 1737.4710693359375, 425.663818359375, 812.7907104492188, 944.7491455078125, 659.0945434570312]\n", - "16\n", - "3345\n", - "71\n", - "[304.2125549316406, 402.8027648925781, 3171.100341796875, 353.27874755859375, 439.58563232421875, 2384.5673828125, 2415.889892578125, 1140.69384765625, 322.2801818847656, 583.3560180664062, 734.8314208984375, 3691.74462890625, 2579.0341796875, 4169.77685546875, 5020.171875, 5618.826171875, 2229.161376953125, 773.6801147460938, 1630.451171875, 325.04949951171875, 579.52587890625, 421.3616943359375, 495.87664794921875, 1022.7853393554688, 2163.490234375, 6339.62109375, 9859.779296875, 8885.1552734375, 8838.0322265625, 4131.7880859375, 1950.66552734375, 1214.2930908203125, 652.4439697265625, 948.6947631835938, 2314.653076171875, 1910.6219482421875, 3239.250244140625, 358.2590637207031, 955.86376953125, 348.1644592285156, 470.6512145996094, 1384.89697265625, 6451.0751953125, 8058.25537109375, 7971.333984375, 1778.0181884765625, 1023.209716796875, 365.48388671875, 317.6348876953125, 685.60888671875, 592.3563842773438, 1106.36767578125, 513.2407836914062, 566.2264404296875, 492.3033447265625, 732.2184448242188, 2367.7392578125, 302.1244201660156, 864.5430297851562, 415.1083984375, 434.9403381347656, 440.7581481933594, 456.8604431152344, 370.6875305175781, 387.4263000488281, 581.0780639648438, 462.52191162109375, 366.7680358886719, 1033.0809326171875, 416.33673095703125, 545.914306640625]\n", - "71\n", - "3346\n", - "5\n", - "[390.7082824707031, 2340.742919921875, 2553.37841796875, 317.876220703125, 443.10321044921875]\n", - "5\n", - "3347\n", - "11\n", - "[733.0382080078125, 428.13043212890625, 363.97259521484375, 1965.2799072265625, 5322.6201171875, 953.179931640625, 792.766357421875, 1702.26708984375, 420.8111572265625, 3073.666015625, 940.8515625]\n", - "11\n", - "3348\n", - "9\n", - "[762.4951171875, 1055.9635009765625, 902.77197265625, 1832.37744140625, 513.2412719726562, 864.2037963867188, 1043.9688720703125, 2689.291748046875, 363.8279724121094]\n", - "9\n", - "3349\n", - "5\n", - "[329.9938659667969, 1158.1136474609375, 832.4166870117188, 1213.8087158203125, 1550.5784912109375]\n", - "5\n", - "3350\n", - "1980\n", - "[817.2987670898438, 1160.7763671875, 964.3101196289062, 895.2425537109375, 307.6784362792969, 2772.87060546875, 360.4462585449219, 361.6468505859375, 2556.6572265625, 1342.3472900390625, 5063.640625, 2254.768310546875, 947.4577026367188, 435.185791015625, 3424.120361328125, 5905.7978515625, 365.6153259277344, 1169.12109375, 1583.7713623046875, 2715.17822265625, 1697.497802734375, 2927.11083984375, 4281.1865234375, 5205.7578125, 437.6185302734375, 3690.836669921875, 4830.8193359375, 2991.720703125, 1635.9051513671875, 415.2946472167969, 3346.518798828125, 598.2979125976562, 362.0830078125, 1065.604736328125, 460.7226257324219, 981.4071655273438, 2765.34130859375, 4618.72412109375, 1785.796142578125, 2032.436279296875, 5948.92333984375, 2308.626220703125, 5651.28125, 9315.091796875, 3086.015869140625, 1394.0189208984375, 4029.760009765625, 411.8914489746094, 993.7882080078125, 1214.554443359375, 1186.8792724609375, 3227.829345703125, 2189.7392578125, 12017.4033203125, 8865.5625, 1895.812255859375, 820.38525390625, 4784.67919921875, 6001.2041015625, 1866.388671875, 357.27069091796875, 1739.4097900390625, 1173.0218505859375, 2253.347412109375, 1981.5577392578125, 1205.5743408203125, 1948.438232421875, 1772.153564453125, 3652.40234375, 4679.2294921875, 4889.6259765625, 661.4291381835938, 1782.56689453125, 375.0772705078125, 6628.27392578125, 6210.982421875, 2050.87158203125, 1236.2113037109375, 4011.26611328125, 7545.43896484375, 577.3811645507812, 438.1077880859375, 8233.6708984375, 7375.14990234375, 1040.5399169921875, 739.2321166992188, 1192.9256591796875, 2960.781494140625, 2275.609130859375, 7772.556640625, 5849.5986328125, 3121.453125, 1669.412353515625, 1796.614501953125, 7142.6669921875, 543.0166015625, 822.7996826171875, 6234.4912109375, 1678.2579345703125, 1255.0882568359375, 5427.33935546875, 2722.54443359375, 300.03106689453125, 6217.1865234375, 4366.16455078125, 1234.770263671875, 1987.4959716796875, 2572.05224609375, 5098.8564453125, 6638.38720703125, 501.9798583984375, 972.3912353515625, 2760.697998046875, 1736.178955078125, 1436.6612548828125, 6472.78173828125, 1257.795654296875, 2210.777099609375, 372.16888427734375, 733.539794921875, 1393.0550537109375, 900.431884765625, 545.6251220703125, 1678.1827392578125, 542.116943359375, 7174.00830078125, 10083.4375, 4306.43798828125, 959.8078002929688, 6143.02685546875, 7655.05859375, 564.1954956054688, 1466.667236328125, 1949.060546875, 858.010986328125, 799.9808349609375, 2681.32568359375, 5427.30517578125, 3845.24609375, 1093.04833984375, 923.4259033203125, 826.506591796875, 1381.9888916015625, 2183.343017578125, 2218.48583984375, 7162.41748046875, 10560.5166015625, 1641.25634765625, 4869.77880859375, 1564.1337890625, 304.521240234375, 389.58984375, 268.73260498046875, 1178.42578125, 2755.111572265625, 453.745361328125, 338.6159362792969, 507.64385986328125, 1415.5830078125, 3747.71337890625, 9582.310546875, 5889.04052734375, 1269.2296142578125, 2983.138671875, 3698.126953125, 1199.8707275390625, 677.186767578125, 1404.6881103515625, 1450.2642822265625, 6007.67333984375, 8124.9619140625, 373.4237060546875, 504.3167724609375, 1829.84375, 235.76089477539062, 1461.8577880859375, 88.8047866821289, 3474.22509765625, 1573.6763916015625, 2741.8173828125, 7946.4365234375, 21883.830078125, 21004.751953125, 2614.18798828125, 953.45263671875, 4105.650390625, 2329.244873046875, 1901.8504638671875, 4694.2861328125, 13354.2998046875, 2537.786376953125, 4331.60791015625, 10484.1845703125, 11184.0751953125, 6776.5634765625, 1547.117431640625, 7574.0966796875, 5569.5234375, 1007.7569580078125, 3118.709228515625, 2824.322998046875, 852.5130004882812, 1073.410400390625, 2084.129638671875, 5013.14306640625, 3899.828125, 4736.40673828125, 875.9365234375, 509.2638244628906, 2905.4072265625, 4057.094482421875, 1134.76220703125, 505.4464416503906, 3882.517333984375, 4632.5224609375, 3119.39892578125, 5722.4638671875, 30985.931640625, 27984.83984375, 36344.984375, 11825.6669921875, 2558.02099609375, 3338.898681640625, 2587.84619140625, 8283.1572265625, 6883.2470703125, 9416.603515625, 16350.36328125, 17423.31640625, 12016.7216796875, 10297.7890625, 8699.421875, 4722.48828125, 1966.97802734375, 10147.2255859375, 9492.85546875, 3906.413818359375, 9834.3193359375, 4437.50146484375, 368.8204345703125, 490.6596984863281, 1331.1551513671875, 670.3041381835938, 1727.7425537109375, 305.354736328125, 382.4569396972656, 3114.155517578125, 1650.8948974609375, 863.6788940429688, 399.5857849121094, 2876.138671875, 5303.072265625, 2209.0546875, 6400.04248046875, 6519.48095703125, 5987.39111328125, 381.2555236816406, 26790.71484375, 39084.09375, 36093.21484375, 36420.82421875, 23290.646484375, 8472.3486328125, 777.7320556640625, 171.6594696044922, 6708.1806640625, 3696.454345703125, 5738.728515625, 22586.287109375, 18346.90625, 6241.6689453125, 9879.53515625, 6480.396484375, 8814.1669921875, 3582.22021484375, 3169.95654296875, 8085.80810546875, 8085.5859375, 3608.206298828125, 3207.32958984375, 5759.9404296875, 1158.6129150390625, 1224.3209228515625, 668.9890747070312, 997.7747802734375, 486.6185607910156, 712.021728515625, 439.1073913574219, 421.9775695800781, 764.1845703125, 1609.9422607421875, 1551.8485107421875, 310.5522766113281, 398.01556396484375, 1768.6170654296875, 403.44061279296875, 509.31097412109375, 365.3464660644531, 879.9580688476562, 121.98280334472656, 181.0027618408203, 912.4264526367188, 571.930908203125, 1245.1368408203125, 2256.327392578125, 1594.8890380859375, 2207.08935546875, 10346.2568359375, 7670.3583984375, 513.1168212890625, 101.91825103759766, 5976.619140625, 40640.0703125, 39748.28125, 36755.69140625, 36268.2890625, 26969.484375, 5232.341796875, 1958.4031982421875, 6626.412109375, 17939.66015625, 31133.765625, 34395.37890625, 38502.35546875, 5987.5126953125, 5037.5634765625, 6518.74560546875, 7259.96484375, 2646.369384765625, 2803.694091796875, 7524.10205078125, 13107.78515625, 5589.09033203125, 1470.282470703125, 1004.046630859375, 3837.772216796875, 3812.40234375, 835.812255859375, 584.44384765625, 1218.2994384765625, 620.895263671875, 573.0177612304688, 2487.0, 799.0082397460938, 706.1780395507812, 2532.83642578125, 1845.0616455078125, 685.582763671875, 383.36859130859375, 929.3251953125, 543.776123046875, 246.09156799316406, 2157.3466796875, 989.605224609375, 447.9979248046875, 930.179443359375, 878.23388671875, 1578.147705078125, 1868.1292724609375, 3286.5859375, 6162.212890625, 7353.0712890625, 2055.766357421875, 2510.98876953125, 1240.706298828125, 4988.31298828125, 6700.0322265625, 1547.4376220703125, 3040.956298828125, 11227.4208984375, 8884.4677734375, 1473.115966796875, 103.06166076660156, 11495.6455078125, 35931.4140625, 41635.77734375, 44323.50390625, 35142.6484375, 16581.439453125, 16104.458984375, 11545.1416015625, 18509.556640625, 37262.99609375, 36744.6953125, 37302.9140625, 21242.484375, 7905.40087890625, 7865.5830078125, 7981.37109375, 4228.3388671875, 3080.943115234375, 9775.349609375, 8840.8330078125, 697.4351806640625, 431.6376037597656, 1957.0521240234375, 3961.8154296875, 2070.2177734375, 1707.58642578125, 474.9408874511719, 1490.31298828125, 341.16943359375, 306.2182312011719, 605.3861083984375, 492.7209777832031, 713.7719116210938, 1082.0108642578125, 1184.32470703125, 750.5260620117188, 1677.2230224609375, 2388.6865234375, 1390.533935546875, 2043.223388671875, 2280.796630859375, 2211.259765625, 4017.043701171875, 5296.5126953125, 1963.4295654296875, 600.2127075195312, 300.2546081542969, 122.21720123291016, 1484.4747314453125, 1423.246826171875, 1219.8062744140625, 2117.1474609375, 2355.11767578125, 5480.4599609375, 5958.296875, 12406.2333984375, 7270.044921875, 2978.533447265625, 956.0073852539062, 10774.28125, 14520.212890625, 2667.002197265625, 9570.14453125, 2096.7861328125, 2949.983642578125, 9795.1220703125, 11486.8203125, 5643.11767578125, 188.88880920410156, 408.3161926269531, 5930.09716796875, 4206.40869140625, 31888.48828125, 42867.62890625, 47086.19140625, 41409.3828125, 18247.625, 17868.3203125, 18014.82421875, 29738.923828125, 34585.58984375, 29789.837890625, 27911.197265625, 21070.404296875, 8586.7861328125, 8631.806640625, 6336.26220703125, 1593.171142578125, 9793.0810546875, 19919.396484375, 2425.423828125, 1919.5218505859375, 165.23751831054688, 2112.34765625, 2391.543701171875, 1705.4775390625, 502.451416015625, 4845.236328125, 1693.7293701171875, 362.8868103027344, 538.1580810546875, 1853.5616455078125, 2549.175537109375, 1919.7037353515625, 1026.0802001953125, 353.9815673828125, 588.5427856445312, 3149.7080078125, 2672.572998046875, 1937.199951171875, 2370.539306640625, 1439.7662353515625, 1514.3385009765625, 3026.60693359375, 283.1538391113281, 148.22012329101562, 189.93991088867188, 372.041748046875, 317.9077453613281, 1005.357177734375, 2499.552001953125, 2324.50927734375, 4340.787109375, 9399.134765625, 10904.3837890625, 14763.7841796875, 6884.01123046875, 2677.935791015625, 8397.671875, 15812.4404296875, 10453.728515625, 9296.7265625, 899.8749389648438, 3857.314697265625, 8964.7333984375, 11490.845703125, 9357.9345703125, 16802.017578125, 16833.638671875, 14836.1416015625, 28465.228515625, 35773.36328125, 35608.9140625, 43417.50390625, 46240.06640625, 35567.12109375, 27950.681640625, 22242.76171875, 35423.60546875, 25122.58984375, 25017.404296875, 19973.453125, 8908.2158203125, 8856.505859375, 7518.1552734375, 5401.6337890625, 1408.400634765625, 16355.2890625, 26284.125, 15818.8232421875, 5539.24609375, 1228.3543701171875, 210.17398071289062, 1385.4676513671875, 2222.532470703125, 1868.9708251953125, 1494.984619140625, 2398.619873046875, 449.77117919921875, 534.2835693359375, 377.78314208984375, 636.096923828125, 710.1552734375, 1099.257080078125, 1677.1533203125, 1448.115966796875, 1746.9227294921875, 1852.8939208984375, 2285.611083984375, 2246.251953125, 1146.628662109375, 385.4502258300781, 434.40338134765625, 1046.745361328125, 333.25, 725.9234619140625, 446.7903747558594, 2737.32177734375, 6828.9306640625, 9482.439453125, 17240.11328125, 18780.8671875, 11368.185546875, 4226.23828125, 13137.9912109375, 20014.57421875, 10399.369140625, 8313.5947265625, 7357.8525390625, 6207.943359375, 13107.8779296875, 22799.228515625, 21735.763671875, 32261.697265625, 44146.37890625, 39441.24609375, 53606.22265625, 49018.4375, 23472.212890625, 35141.03125, 43444.7109375, 41758.8671875, 31363.89453125, 33201.4375, 26205.14453125, 24767.4765625, 24719.57421875, 21253.744140625, 9195.076171875, 8433.548828125, 7897.4853515625, 5906.35791015625, 10654.8837890625, 31501.974609375, 20102.849609375, 7931.3505859375, 7861.9052734375, 2977.945068359375, 106.17125701904297, 487.8344421386719, 1513.0213623046875, 3206.048828125, 4232.37890625, 2343.485595703125, 524.5704956054688, 1722.4490966796875, 1620.3271484375, 2100.369384765625, 1321.375, 2363.544189453125, 1851.934326171875, 311.88690185546875, 339.1224670410156, 380.7721862792969, 476.7386474609375, 1301.83154296875, 331.55902099609375, 1880.8291015625, 3511.158203125, 9307.05859375, 6582.23974609375, 12451.865234375, 9007.0224609375, 863.7122192382812, 174.57164001464844, 6335.32470703125, 780.1720581054688, 3325.84228515625, 20710.34765625, 10415.2021484375, 20923.865234375, 27199.29296875, 35690.0546875, 35638.81640625, 42739.3671875, 51020.7578125, 49506.390625, 54088.5390625, 54549.1328125, 38064.3203125, 41780.0078125, 24666.892578125, 19624.93359375, 14522.23046875, 25528.439453125, 27166.91796875, 23112.076171875, 20916.0859375, 8845.0849609375, 8246.4619140625, 5648.732421875, 4042.793212890625, 19698.046875, 33027.3828125, 26439.970703125, 13292.2841796875, 13995.4375, 7963.974609375, 1630.8035888671875, 1665.244140625, 438.0196838378906, 521.3226318359375, 2691.43701171875, 3252.740966796875, 1557.8970947265625, 9214.3251953125, 14609.791015625, 760.1453857421875, 432.1568908691406, 511.2569885253906, 825.5751953125, 1778.040283203125, 2069.146240234375, 1439.4246826171875, 544.5894165039062, 733.1298217773438, 766.8056030273438, 528.1751708984375, 858.7554931640625, 1819.44482421875, 6775.533203125, 19448.0859375, 17062.5703125, 18745.642578125, 18460.986328125, 17143.75, 5039.919921875, 317.15216064453125, 12765.2265625, 22838.796875, 26356.962890625, 30187.939453125, 32390.048828125, 43982.71875, 51113.41796875, 47662.80859375, 50121.5859375, 53159.52734375, 57009.3125, 45660.3828125, 37011.54296875, 28649.21484375, 18725.001953125, 18089.14453125, 12798.23828125, 27090.275390625, 26980.75390625, 26272.109375, 9852.47265625, 6281.341796875, 1428.586181640625, 888.7962036132812, 16071.9208984375, 20928.703125, 32621.21875, 26365.2265625, 18020.876953125, 19506.23046875, 14635.248046875, 2375.342041015625, 1489.5518798828125, 4626.12060546875, 5313.345703125, 7847.70263671875, 999.9368286132812, 8798.4072265625, 3155.17578125, 3006.947509765625, 8156.49951171875, 3035.7587890625, 337.2976989746094, 1231.1334228515625, 2115.091552734375, 596.0029296875, 531.0159912109375, 302.513916015625, 1083.6220703125, 826.2719116210938, 2293.8056640625, 1890.1298828125, 2096.593994140625, 17564.59765625, 19117.650390625, 19506.216796875, 17486.583984375, 19913.01953125, 20971.166015625, 2260.773193359375, 256.10491943359375, 2882.1103515625, 15888.1591796875, 24614.01953125, 17997.810546875, 34875.5859375, 41506.2109375, 51821.80859375, 51395.859375, 51880.53515625, 54494.22265625, 52765.87109375, 54515.6484375, 31881.515625, 24603.453125, 20603.103515625, 18727.875, 19945.736328125, 10787.80859375, 22175.98046875, 27571.3828125, 15825.521484375, 2016.4200439453125, 16723.271484375, 19424.361328125, 26663.373046875, 30389.802734375, 24205.57421875, 23659.822265625, 21328.3828125, 23964.1484375, 10157.9150390625, 3235.563232421875, 6957.009765625, 19606.677734375, 17303.998046875, 14468.8115234375, 4479.4287109375, 3396.57666015625, 11554.439453125, 7102.837890625, 1517.164306640625, 5379.74609375, 1388.8931884765625, 1180.91796875, 855.0411376953125, 775.7188110351562, 766.9336547851562, 321.880615234375, 509.4653015136719, 1647.837646484375, 1366.4967041015625, 2746.822998046875, 1964.699951171875, 994.0531005859375, 2684.814697265625, 2002.234619140625, 829.391845703125, 1222.453369140625, 2309.97705078125, 5607.302734375, 14884.3203125, 19343.75390625, 17586.869140625, 19421.05078125, 15861.1640625, 7419.70703125, 179.37966918945312, 8147.9384765625, 16587.921875, 23940.96484375, 36974.46484375, 44114.88671875, 47295.5546875, 49151.23828125, 48047.19140625, 52094.96484375, 55673.9140625, 53383.11328125, 29276.677734375, 24932.30859375, 22078.96484375, 21153.06640625, 22431.078125, 21866.48828125, 9943.6240234375, 17911.712890625, 1522.3961181640625, 29129.466796875, 25128.7109375, 20470.1796875, 31512.39453125, 24816.380859375, 23669.318359375, 18199.33984375, 21891.314453125, 25360.798828125, 24042.916015625, 18802.51171875, 19827.8359375, 24553.3125, 22434.99609375, 15794.3505859375, 10414.7119140625, 1492.3470458984375, 4264.8095703125, 12806.0693359375, 10496.5009765625, 5230.12744140625, 4957.48193359375, 1692.9775390625, 524.282958984375, 1748.8123779296875, 655.9946899414062, 81.85114288330078, 671.7521362304688, 2094.880859375, 2560.558349609375, 2557.9443359375, 546.1690673828125, 1543.42431640625, 2910.19677734375, 1227.7408447265625, 3126.7412109375, 5707.86865234375, 11420.2509765625, 12926.962890625, 13929.3544921875, 17061.5703125, 17716.751953125, 6941.82861328125, 333.676025390625, 7923.166015625, 21476.26953125, 36165.34375, 36243.83203125, 44241.69921875, 47350.5390625, 44992.61328125, 47551.90625, 48398.625, 50346.62109375, 55903.4453125, 36254.90625, 24477.5859375, 21894.763671875, 21323.431640625, 22303.310546875, 22356.8984375, 21631.724609375, 17807.26953125, 6509.8798828125, 12785.662109375, 14154.859375, 16206.1875, 12882.365234375, 20093.080078125, 9296.361328125, 10190.9912109375, 10336.533203125, 12701.59765625, 18417.341796875, 21877.0546875, 25598.41015625, 25478.91015625, 22705.822265625, 19509.1875, 12764.724609375, 8068.619140625, 10943.5556640625, 12942.3388671875, 11575.640625, 16341.3583984375, 15494.7490234375, 3570.564697265625, 1326.928466796875, 470.33782958984375, 869.1728515625, 1526.0313720703125, 2122.957275390625, 2152.287841796875, 310.9542236328125, 3186.302734375, 920.5010375976562, 3067.002197265625, 7626.626953125, 9875.4404296875, 10044.552734375, 7269.64111328125, 11582.95703125, 25631.02734375, 24019.802734375, 1922.16650390625, 8155.033203125, 34592.60546875, 31369.755859375, 15603.8603515625, 43006.21484375, 48544.98828125, 48211.62890625, 48519.74609375, 41066.68359375, 18706.09375, 23459.30859375, 24780.869140625, 20920.4140625, 19289.134765625, 22350.19140625, 22292.02734375, 21382.986328125, 21397.857421875, 10830.8232421875, 4670.5068359375, 15833.1044921875, 14750.8193359375, 17814.27734375, 13977.1259765625, 15266.2236328125, 12287.8349609375, 10230.3046875, 9194.267578125, 6971.92236328125, 9486.8408203125, 10380.4189453125, 14340.365234375, 14082.32421875, 14252.8896484375, 14044.5302734375, 12563.763671875, 10545.009765625, 12183.359375, 11316.2119140625, 17875.072265625, 17812.478515625, 6637.6875, 6249.40869140625, 666.5872802734375, 1196.3902587890625, 1947.622314453125, 2313.23486328125, 4190.08056640625, 6361.58837890625, 6378.3671875, 5513.17236328125, 7646.501953125, 10180.623046875, 10131.2041015625, 8269.9287109375, 16172.189453125, 28873.3515625, 18292.279296875, 24656.62109375, 27852.189453125, 19025.482421875, 3139.474853515625, 4842.119140625, 17228.84375, 16126.2734375, 8561.0224609375, 7366.02392578125, 8338.1220703125, 21251.7890625, 24692.302734375, 23709.38671875, 20889.591796875, 9159.1474609375, 4458.16015625, 17122.14453125, 18158.9765625, 17871.115234375, 17734.02734375, 17991.04296875, 12834.9638671875, 9666.986328125, 7653.68701171875, 9379.619140625, 9941.0263671875, 12298.2861328125, 10797.6650390625, 9361.845703125, 11385.865234375, 11000.701171875, 3501.923583984375, 4412.9716796875, 11774.7626953125, 9729.513671875, 11161.828125, 13288.3046875, 6168.5390625, 821.596923828125, 877.3012084960938, 3464.84423828125, 8450.736328125, 6619.29150390625, 6532.78515625, 4534.04345703125, 7457.5927734375, 8842.6142578125, 7631.830078125, 5902.185546875, 24579.955078125, 27729.83203125, 11763.2470703125, 2041.795654296875, 3067.86279296875, 7516.08203125, 8139.2021484375, 5021.8525390625, 4793.318359375, 7205.15185546875, 6810.181640625, 7625.5810546875, 4801.48095703125, 8300.423828125, 18129.4296875, 22866.666015625, 22406.62109375, 10545.4814453125, 606.8952026367188, 1442.051025390625, 17472.017578125, 17695.53125, 18055.080078125, 17914.837890625, 15842.8330078125, 15933.0947265625, 10614.201171875, 10945.9345703125, 12920.181640625, 13189.966796875, 14278.69140625, 14456.6591796875, 13724.943359375, 13313.763671875, 10456.6298828125, 4503.76513671875, 5290.66064453125, 13232.068359375, 15809.373046875, 15638.4404296875, 16930.67578125, 12354.07421875, 3455.78369140625, 1452.8787841796875, 1974.8228759765625, 1058.47119140625, 3929.927001953125, 4781.0732421875, 3146.9384765625, 6014.1162109375, 7877.556640625, 4084.84716796875, 20951.857421875, 27424.888671875, 29229.158203125, 27494.59375, 11999.775390625, 1698.32763671875, 3154.46142578125, 3225.0986328125, 5795.52099609375, 3753.207275390625, 8122.34326171875, 3365.04345703125, 5168.0791015625, 6746.56103515625, 8121.74853515625, 9059.244140625, 9800.6962890625, 5604.4853515625, 6062.71435546875, 7906.28662109375, 18024.181640625, 16837.74609375, 17603.423828125, 16863.623046875, 13900.0693359375, 13686.7001953125, 14594.28125, 14386.03515625, 14036.2333984375, 11202.4482421875, 6040.31103515625, 8837.80078125, 6403.333984375, 4824.66845703125, 9456.677734375, 9395.4423828125, 17249.87890625, 16263.431640625, 17093.49609375, 19740.76171875, 3738.318359375, 354.5802307128906, 3003.738525390625, 525.0634765625, 1668.5701904296875, 1598.5855712890625, 2214.73388671875, 1832.2354736328125, 6495.1748046875, 1862.693603515625, 6543.0615234375, 10124.392578125, 7181.474609375, 837.0701904296875, 5386.9638671875, 3420.99169921875, 3026.826171875, 2979.294189453125, 4697.65087890625, 1295.8013916015625, 1714.55078125, 2929.683349609375, 11843.453125, 14649.55078125, 15721.8359375, 14320.1669921875, 14359.3681640625, 13123.4228515625, 14550.3984375, 12321.34765625, 8545.0029296875, 2422.546875, 258.4987487792969, 937.6431884765625, 7383.36669921875, 8647.7431640625, 10067.3427734375, 17294.521484375, 19138.53125, 18456.416015625, 19434.79296875, 12027.5087890625, 753.7224731445312, 1471.9178466796875, 1567.6595458984375, 524.4061889648438, 875.9673461914062, 1622.147705078125, 300.4930419921875, 1436.2274169921875, 6115.18212890625, 6708.02294921875, 4071.56494140625, 878.6286010742188, 3761.6240234375, 12782.4716796875, 14593.0048828125, 14632.30859375, 11025.2734375, 5879.95458984375, 3355.199951171875, 4522.98681640625, 1503.8658447265625, 728.193603515625, 4379.7041015625, 4302.12841796875, 5698.8037109375, 11521.0263671875, 7169.31640625, 9029.802734375, 17244.25, 19217.107421875, 16982.298828125, 9148.791015625, 5953.7451171875, 2344.723388671875, 344.07012939453125, 593.91748046875, 4578.2001953125, 11024.3486328125, 14630.708984375, 13590.990234375, 8759.8828125, 6347.65380859375, 6095.0107421875, 5983.072265625, 199.55441284179688, 275.26031494140625, 6392.61279296875, 105.38274383544922, 1514.7711181640625, 9353.38671875, 13782.740234375, 14587.5986328125, 13844.5, 2965.194091796875, 853.2195434570312, 703.4987182617188, 1002.3341064453125, 1592.3094482421875, 529.927490234375, 8586.2587890625, 13594.673828125, 12594.185546875, 12866.7236328125, 15318.5458984375, 5327.76806640625, 131.45477294921875, 2688.09228515625, 644.4736328125, 13046.146484375, 14245.0048828125, 14662.1416015625, 3454.442626953125, 1517.26318359375, 543.5927734375, 976.8875732421875, 1111.435791015625, 10441.5439453125, 17612.435546875, 18595.626953125, 17217.009765625, 14198.8759765625, 1833.618408203125, 1030.489501953125, 1866.5599365234375, 12855.9755859375, 1477.5244140625, 3799.8896484375, 8693.109375, 9897.4345703125, 7762.22900390625, 5975.07470703125, 3643.20654296875, 1405.1463623046875, 1878.5428466796875, 2434.9638671875, 868.9255981445312, 14318.4111328125, 18565.11328125, 18145.5, 16972.021484375, 6078.0615234375, 5294.279296875, 5408.7158203125, 13983.6533203125, 9667.6083984375, 1297.0107421875, 290.1047668457031, 3014.013671875, 4696.76171875, 9098.2724609375, 12314.02734375, 8435.8974609375, 3079.18701171875, 1864.8253173828125, 1435.6773681640625, 1189.440673828125, 480.5341491699219, 519.0677490234375, 1041.2646484375, 15957.0498046875, 15313.474609375, 17855.673828125, 17753.48828125, 14906.9150390625, 15582.478515625, 14229.732421875, 13094.55859375, 5628.8662109375, 1270.4530029296875, 10714.2822265625, 11403.3955078125, 13247.3076171875, 14324.265625, 8443.0849609375, 1709.5107421875, 763.6473388671875, 1406.7548828125, 2489.720947265625, 1443.5667724609375, 1217.029296875, 2167.703125, 9397.73046875, 16199.2568359375, 18279.3203125, 18410.376953125, 15633.009765625, 13962.3984375, 14647.6630859375, 13704.0283203125, 5810.005859375, 12146.173828125, 8714.3671875, 10783.75390625, 12561.486328125, 7638.8173828125, 4657.15673828125, 1986.6988525390625, 1487.8153076171875, 1696.302490234375, 2006.5030517578125, 2020.10009765625, 2798.587158203125, 1263.1629638671875, 649.2147216796875, 3839.806640625, 14011.310546875, 17259.91015625, 15182.01171875, 15115.625, 14660.4462890625, 15089.78515625, 11558.9091796875, 13382.75390625, 13309.7548828125, 13788.0244140625, 7868.697265625, 5181.34130859375, 2042.3773193359375, 957.899658203125, 142.78526306152344, 2717.4384765625, 4189.166015625, 3123.015380859375, 1750.9921875, 2116.939453125, 7554.7041015625, 12321.9541015625, 14497.708984375, 14507.4375, 15138.05859375, 15158.2333984375, 12270.5947265625, 11879.98828125, 11007.2958984375, 5699.33447265625, 2718.303466796875, 1509.16357421875, 188.74749755859375, 759.9451293945312, 463.3878479003906, 2729.609375, 2153.017578125, 2257.771728515625, 2311.5869140625, 2482.30126953125, 1024.83935546875, 493.35345458984375, 1226.0728759765625, 4583.09326171875, 11920.6083984375, 15019.396484375, 12870.642578125, 11821.7763671875, 8013.919921875, 8039.37451171875, 3611.131591796875, 298.7303161621094, 1123.6336669921875, 1228.443115234375, 8071.73388671875, 6934.50830078125, 3518.0, 2758.626220703125, 3019.32958984375, 3646.53466796875, 2718.634765625, 1295.235595703125, 708.9053955078125, 895.990966796875, 4833.9033203125, 3944.23974609375, 6488.9814453125, 7867.5048828125, 7747.6201171875, 5325.71875, 5880.6689453125, 4426.34326171875, 6050.34765625, 10577.333984375, 759.8722534179688, 612.7296752929688, 1917.5101318359375, 1536.14404296875, 1839.57373046875, 1496.707275390625, 1906.2911376953125, 993.0527954101562, 359.9225769042969, 1108.5401611328125, 1245.727294921875, 367.70599365234375, 5342.330078125, 7820.79931640625, 7963.75439453125, 5920.859375, 2215.2490234375, 3493.683349609375, 13538.927734375, 6649.10791015625, 382.77203369140625, 1974.114013671875, 2207.76611328125, 2125.021728515625, 2013.2332763671875, 3082.80322265625, 2645.4033203125, 730.4904174804688, 940.42333984375, 730.7582397460938, 567.1243286132812, 837.0850830078125, 811.33935546875, 3489.9677734375, 13532.123046875, 6459.779296875, 405.03887939453125, 1377.700439453125, 2602.034423828125, 872.2982788085938, 765.792236328125, 1650.265869140625, 2933.44482421875, 3382.109619140625, 1195.259033203125, 585.1826171875, 591.1344604492188, 1469.6456298828125, 1992.4144287109375, 15934.8623046875, 13962.6337890625, 1299.7322998046875, 219.03659057617188, 2511.498046875, 678.8401489257812, 1216.09423828125, 1834.05419921875, 1026.54150390625, 2675.6904296875, 2785.837890625, 1377.8843994140625, 2406.961181640625, 4401.63818359375, 2583.6884765625, 9525.48046875, 12793.6259765625, 6451.55615234375, 550.9556884765625, 743.91650390625, 2644.317138671875, 2513.25390625, 2518.59375, 2031.5516357421875, 1208.31787109375, 1432.7899169921875, 1196.3568115234375, 2846.80615234375, 1408.1370849609375, 419.8045349121094, 346.4584655761719, 1031.4056396484375, 1184.8580322265625, 3076.44873046875, 459.4286193847656, 963.9668579101562, 2085.767333984375, 7096.291015625, 8509.2236328125, 7051.23583984375, 3396.887939453125, 3524.788818359375, 2656.346923828125, 3672.13623046875, 3680.302734375, 2689.08984375, 1430.0626220703125, 2296.55810546875, 616.50634765625, 1176.82958984375, 798.519775390625, 361.420654296875, 900.4824829101562, 329.03875732421875, 323.40362548828125, 510.2597351074219, 687.7333374023438, 1617.1566162109375, 3155.42236328125, 5164.19677734375, 4560.19140625, 4834.859375, 1698.8626708984375, 3681.55908203125, 1430.34375, 1189.685791015625, 3530.603759765625, 3423.24072265625, 2950.818359375, 1539.976806640625, 1835.61865234375, 2986.636474609375, 2836.76904296875, 1513.1246337890625, 393.6930236816406, 795.637939453125, 1776.5325927734375, 729.529296875, 610.6798095703125, 616.5473022460938, 1268.77587890625, 1561.397705078125, 1402.2646484375, 490.0361633300781, 580.3827514648438, 2794.86669921875, 2683.110107421875, 1908.0108642578125, 2251.024169921875, 3217.48876953125, 3436.211669921875, 1617.8289794921875, 949.0450439453125, 3818.1552734375, 3801.210205078125, 2859.184326171875, 1875.66015625, 1857.0301513671875, 2057.231201171875, 2397.651611328125, 1641.8438720703125, 674.0116577148438, 1937.6697998046875, 714.095947265625, 367.20330810546875, 347.82867431640625, 842.0445556640625, 1887.130615234375, 376.8900451660156, 387.66461181640625, 488.6151428222656, 525.1043090820312, 3967.916015625, 3724.509521484375, 3215.37353515625, 3288.803955078125, 2583.70068359375, 2528.959716796875, 3823.185302734375, 3818.748291015625, 3235.657958984375, 2945.849365234375, 2075.365966796875, 773.723876953125, 2401.485107421875, 1489.53662109375, 1725.7005615234375, 899.5567016601562, 339.216552734375, 830.7061157226562, 722.1609497070312, 3178.775146484375, 857.5986328125, 417.98004150390625, 2851.148193359375, 1983.5030517578125, 339.5585632324219, 339.38714599609375, 1396.8758544921875, 2160.16943359375, 2538.528564453125, 1743.2174072265625, 1319.2864990234375, 3597.673828125, 3951.7958984375, 3760.71044921875, 7184.51416015625, 3065.7548828125, 3456.909423828125, 3360.887939453125, 3284.450927734375, 2719.109130859375, 2527.54833984375, 1333.6395263671875, 451.9659423828125, 398.9056701660156, 411.3286437988281, 862.3342895507812, 2250.79443359375, 2949.02685546875, 1493.923583984375, 356.5363464355469, 2104.648681640625, 1264.1063232421875, 2135.658935546875, 2771.41845703125, 2182.071044921875, 419.2643737792969, 552.2586669921875, 250.08053588867188, 1540.66748046875, 1282.92236328125, 8269.3095703125, 3452.617431640625, 934.75634765625, 393.22332763671875, 1133.4495849609375, 880.67529296875, 1105.0443115234375, 1760.5802001953125, 7156.892578125, 7726.1943359375, 4081.031494140625, 3780.76513671875, 1512.2142333984375, 1902.2977294921875, 407.610107421875, 319.9462585449219, 2154.542724609375, 2884.206787109375, 1039.096923828125, 134.9123992919922, 282.4517822265625, 5484.689453125, 3657.58935546875, 2572.6435546875, 4457.19482421875, 927.4996337890625, 477.8345031738281, 1584.70166015625, 1407.9246826171875, 2070.26416015625, 2257.893310546875, 2064.35400390625, 980.4641723632812, 2333.9765625, 556.9112548828125, 687.9468383789062, 2270.46533203125, 2167.439208984375, 3019.453369140625, 1541.5933837890625, 337.7709655761719, 920.9208374023438, 1807.7669677734375, 5069.6865234375, 3815.86767578125, 3690.19677734375, 7245.62548828125, 5034.228515625, 2283.45263671875, 545.9652709960938, 899.3838500976562, 837.7850952148438, 1061.125, 1452.2430419921875, 589.4598388671875, 4239.7587890625, 6828.89453125, 3330.40234375, 890.0582275390625, 1153.8101806640625, 443.3510437011719, 2347.358642578125, 1984.115234375, 1284.38818359375, 351.74908447265625, 1695.08203125, 690.1119384765625, 3241.927490234375, 6147.4443359375, 7391.44677734375, 10307.3037109375, 8640.826171875, 7022.04541015625, 5817.0625, 5452.3408203125, 5740.744140625, 4900.6904296875, 2965.196533203125, 3134.985595703125, 1655.4923095703125, 3686.9033203125, 4198.09619140625, 3603.473876953125, 6719.38525390625, 7661.267578125, 5422.92138671875, 9511.75390625, 11505.6875, 11958.90625, 8946.95703125, 4983.0859375, 4090.59521484375, 5569.54150390625, 2739.388916015625, 2320.6494140625, 486.1051330566406, 2648.575927734375, 2336.42236328125, 4612.419921875, 6850.0048828125, 663.9966430664062, 311.1258239746094, 2616.51953125, 9715.6162109375, 7580.66162109375, 6400.69140625, 6383.17724609375, 5436.2861328125, 5651.44677734375, 5724.294921875, 6299.7216796875, 5674.0146484375, 8157.79248046875, 10563.42578125, 8715.572265625, 9036.77734375, 8865.6943359375, 8885.5791015625, 11136.42578125, 11079.1494140625, 9265.2607421875, 6979.689453125, 4672.6064453125, 5487.005859375, 2084.68603515625, 2531.672119140625, 1511.7542724609375, 1350.0965576171875, 1735.1702880859375, 509.41168212890625, 1411.7757568359375, 1665.4962158203125, 3067.00146484375, 4169.73193359375, 7171.7841796875, 5331.67578125, 6418.63232421875, 5474.7177734375, 5648.45654296875, 6350.89013671875, 4926.72802734375, 4859.2158203125, 2426.711181640625, 302.2270812988281, 1572.2076416015625, 6965.119140625, 10527.673828125, 1154.683349609375, 2607.71630859375, 6531.75732421875, 5770.95263671875, 6182.9033203125, 6756.75048828125, 5279.33056640625, 2165.18408203125, 1312.801513671875, 2748.75439453125, 3608.004150390625, 2022.15625, 408.1022644042969, 804.7762451171875, 6858.56103515625, 10556.2880859375, 1737.4556884765625, 749.3159790039062, 711.6010131835938, 805.0419921875, 4372.07177734375, 2477.83056640625, 3820.944091796875, 5878.9423828125, 4090.428466796875, 634.923828125, 1169.8626708984375, 5966.59716796875, 2858.799072265625, 1491.462158203125, 1442.7005615234375, 2844.796630859375, 2015.55615234375, 109.07026672363281, 846.8712158203125, 2023.680419921875, 814.712646484375, 761.5790405273438, 3827.4423828125, 4528.837890625, 5165.36376953125, 1189.1881103515625, 538.22021484375, 1279.005859375, 618.1142578125, 3546.103515625, 2470.7646484375, 1852.9063720703125, 1499.5771484375, 1102.6331787109375, 1191.487548828125, 1341.9202880859375, 347.172607421875, 1167.9173583984375, 3485.6083984375, 1086.1099853515625, 338.01556396484375, 1330.216796875, 1894.1533203125, 2168.94384765625, 9258.8525390625, 9823.970703125, 7836.8486328125, 12929.2099609375, 12771.5419921875, 9607.7490234375, 2884.781982421875, 2911.63623046875, 471.04351806640625, 517.7764282226562, 863.5206298828125, 689.8388671875, 2090.935546875, 1030.03857421875, 901.747314453125, 1450.0328369140625, 300.16705322265625, 567.1114501953125, 422.68280029296875, 2098.007080078125, 4061.243408203125, 1971.456298828125, 400.101806640625, 752.2523193359375, 558.9946899414062, 348.78955078125, 336.3851623535156, 1181.6490478515625, 5430.9541015625, 4258.6904296875, 3527.501220703125, 7328.326171875, 11063.2978515625, 8372.373046875, 1495.3067626953125, 2848.938232421875, 2371.953125, 2755.89990234375, 1618.459228515625, 2139.72119140625, 3469.884765625, 1314.0421142578125, 646.8021850585938, 388.47381591796875, 615.5044555664062, 855.3584594726562, 1032.9952392578125, 1966.181396484375, 1087.2178955078125, 519.07568359375, 321.1039733886719, 2956.529296875, 1963.424072265625, 5416.1572265625, 4241.41552734375, 4093.61669921875, 4115.59375, 2185.70166015625, 1681.957763671875, 911.6260986328125, 741.598388671875, 665.5422973632812, 689.6702880859375, 442.5028991699219, 449.203125, 578.5238647460938, 2271.943603515625, 477.1326904296875, 1761.71484375, 348.5189514160156, 3936.888427734375, 639.986328125, 756.9651489257812, 919.4098510742188, 395.72784423828125, 451.5328369140625, 365.06219482421875, 312.309326171875, 804.70849609375, 1716.7913818359375, 1422.705078125, 990.7232055664062, 574.2046508789062]\n", - "1935\n", - "3351\n", - "5\n", - "[347.9691162109375, 2762.236328125, 14123.0078125, 2981.43994140625, 3682.92578125]\n", - "5\n", - "3352\n", - "3\n", - "[3273.95654296875, 1890.630859375, 599.80419921875]\n", - "3\n", - "3353\n", - "24\n", - "[1746.2601318359375, 583.7393798828125, 535.846923828125, 1424.564697265625, 305.529296875, 810.3410034179688, 483.6474609375, 1372.6456298828125, 301.91845703125, 335.197265625, 1027.62744140625, 555.1080932617188, 1246.5616455078125, 645.46923828125, 461.55670166015625, 326.6684875488281, 673.2091064453125, 2564.493896484375, 2974.872802734375, 2077.6162109375, 1481.7171630859375, 1833.3009033203125, 2526.337158203125, 2759.14892578125]\n", - "24\n", - "3354\n", - "39\n", - "[327.5869445800781, 585.3472900390625, 558.8478393554688, 394.386474609375, 709.7803344726562, 1476.28271484375, 148.51075744628906, 519.1447143554688, 755.0094604492188, 447.0853576660156, 2665.5302734375, 11083.921875, 6243.17578125, 611.93212890625, 3984.59228515625, 12724.45703125, 12409.7001953125, 1046.430908203125, 559.2904663085938, 4918.837890625, 4929.279296875, 686.8904418945312, 551.2673950195312, 954.4805297851562, 361.2812805175781, 377.2434997558594, 515.1848754882812, 533.86474609375, 628.1156005859375, 1020.6722412109375, 385.4058837890625, 1729.774658203125, 882.3744506835938, 471.8056945800781, 872.4700927734375, 2919.23291015625, 3522.108154296875, 438.25286865234375]\n", - "38\n", - "3355\n", - "13\n", - "[330.7617492675781, 450.79168701171875, 2581.387451171875, 848.4335327148438, 1603.24072265625, 416.4671325683594, 1608.212890625, 820.9638061523438, 307.120849609375, 734.5307006835938, 1476.5882568359375, 392.06695556640625, 395.3931579589844]\n", - "13\n", - "3356\n", - "24\n", - "[3696.822265625, 637.1455688476562, 706.2119140625, 1248.8314208984375, 1728.966064453125, 2171.38916015625, 5176.30029296875, 1506.77001953125, 423.30865478515625, 449.8146667480469, 1194.8631591796875, 4370.66796875, 2360.9814453125, 443.4581604003906, 983.5912475585938, 1131.275634765625, 1123.3553466796875, 3803.691650390625, 2493.4326171875, 622.4750366210938, 655.686279296875, 830.0341796875, 530.7839965820312, 1031.1468505859375]\n", - "24\n", - "3357\n", - "15\n", - "[2374.80029296875, 334.6957702636719, 3151.35498046875, 4257.52734375, 3119.471435546875, 9834.9287109375, 1827.284912109375, 443.0765075683594, 2049.194091796875, 6640.30419921875, 827.742431640625, 1555.6024169921875, 308.85272216796875, 446.7588806152344, 301.06219482421875]\n", - "15\n", - "3358\n", - "18\n", - "[2072.32666015625, 946.6600341796875, 672.6687622070312, 2982.443359375, 3424.7529296875, 3639.7529296875, 7150.14892578125, 1375.671142578125, 318.1452331542969, 4677.79833984375, 9981.96875, 13106.353515625, 6561.19970703125, 1444.114013671875, 641.2086791992188, 2267.1591796875, 9798.4287109375, 3867.474609375]\n", - "18\n", - "3359\n", - "10\n", - "[629.6411743164062, 1878.1649169921875, 1674.860107421875, 3593.124267578125, 1467.6646728515625, 2769.44091796875, 1171.541748046875, 1523.0802001953125, 1295.3084716796875, 547.2448120117188]\n", - "10\n", - "3360\n", - "50\n", - "[907.9270629882812, 663.9113159179688, 332.11749267578125, 364.05230712890625, 818.130615234375, 303.6956787109375, 478.5339660644531, 1243.46337890625, 2282.195556640625, 2472.180419921875, 1397.3177490234375, 5592.63232421875, 2534.15576171875, 1161.9344482421875, 868.4501342773438, 2422.35693359375, 1429.88232421875, 1311.11083984375, 1280.9649658203125, 1822.3447265625, 970.4197387695312, 1241.5216064453125, 1437.0201416015625, 523.343994140625, 343.8334045410156, 1383.6070556640625, 3228.924560546875, 4196.84375, 555.1080932617188, 814.0647583007812, 6136.44921875, 3312.680908203125, 1978.0213623046875, 630.27587890625, 811.3988037109375, 323.8557434082031, 303.25433349609375, 627.0630493164062, 374.50897216796875, 777.7280883789062, 1114.176513671875, 1696.1529541015625, 393.61572265625, 379.8226013183594, 377.81011962890625, 503.2603759765625, 466.11627197265625, 1251.2672119140625, 832.6121826171875, 392.3021545410156]\n", - "50\n", - "3361\n", - "7\n", - "[340.14495849609375, 1319.4847412109375, 3322.620849609375, 9253.525390625, 335.6993103027344, 634.4240112304688, 697.4218139648438]\n", - "7\n", - "3362\n", - "9\n", - "[886.5557250976562, 503.65185546875, 492.64056396484375, 1812.4542236328125, 362.3625793457031, 402.4885559082031, 979.5516357421875, 758.1105346679688, 1011.4473266601562]\n", - "9\n", - "3363\n", - "12\n", - "[1420.9324951171875, 3490.796630859375, 2347.2001953125, 2610.403564453125, 4555.91943359375, 4649.7841796875, 1668.404296875, 439.11175537109375, 1570.1663818359375, 2419.0966796875, 825.336669921875, 332.4607238769531]\n", - "12\n", - "3364\n", - "12\n", - "[695.9033203125, 2742.911865234375, 707.6863403320312, 600.2304077148438, 1810.302734375, 3460.20947265625, 2262.635009765625, 309.3238525390625, 907.6067504882812, 1556.237548828125, 696.176513671875, 390.7757263183594]\n", - "12\n", - "3365\n", - "4\n", - "[1253.4114990234375, 1385.44384765625, 2115.543701171875, 1829.870361328125]\n", - "4\n", - "3366\n", - "19\n", - "[936.1279296875, 479.19549560546875, 447.900634765625, 403.13653564453125, 1160.0133056640625, 566.3239135742188, 522.3975830078125, 730.3599243164062, 563.4052124023438, 888.6666259765625, 1292.830078125, 1187.8868408203125, 523.813720703125, 1907.78271484375, 1078.1331787109375, 817.8504638671875, 2305.87109375, 656.9385375976562, 328.4557800292969]\n", - "19\n", - "3367\n", - "5\n", - "[1838.41552734375, 1077.7286376953125, 1606.6839599609375, 577.84912109375, 1183.148193359375]\n", - "5\n", - "3368\n", - "4\n", - "[952.6619873046875, 1276.5938720703125, 2146.366943359375, 1780.4527587890625]\n", - "4\n", - "3369\n", - "192\n", - "[1631.6552734375, 681.4312133789062, 4580.3349609375, 699.2852783203125, 4470.55078125, 7089.40478515625, 2033.46728515625, 1301.5760498046875, 308.3946533203125, 4674.4169921875, 3004.394287109375, 882.8912353515625, 4389.53369140625, 667.1226196289062, 538.4718627929688, 1016.8602905273438, 809.037353515625, 306.7401428222656, 4446.90380859375, 1512.8494873046875, 373.89129638671875, 741.3880615234375, 621.2528076171875, 2712.397705078125, 636.2261962890625, 1216.45263671875, 424.12969970703125, 217.38307189941406, 1951.19287109375, 2835.318603515625, 628.37548828125, 913.2811279296875, 477.4734191894531, 3342.20751953125, 1560.23876953125, 1068.0166015625, 489.78460693359375, 1108.9481201171875, 490.44940185546875, 1236.9024658203125, 668.7054443359375, 1238.8968505859375, 1181.662353515625, 906.4818725585938, 1238.474365234375, 4368.890625, 12505.9697265625, 8533.1806640625, 2930.793701171875, 2304.855712890625, 159.8954315185547, 2282.6015625, 914.2625122070312, 522.6437377929688, 1465.46240234375, 1835.2161865234375, 1905.8624267578125, 2710.58251953125, 1962.6923828125, 11729.2236328125, 14012.0126953125, 4936.81494140625, 3786.14404296875, 1624.880859375, 2738.767333984375, 2933.326171875, 1640.223876953125, 2389.3740234375, 1949.6676025390625, 2855.203857421875, 2879.31494140625, 3785.655517578125, 6987.35595703125, 1677.4300537109375, 2706.762939453125, 853.7359008789062, 403.7829284667969, 1667.1004638671875, 2370.548095703125, 2779.174560546875, 2611.100341796875, 2950.41162109375, 2814.10791015625, 770.2622680664062, 2937.081298828125, 386.300537109375, 373.648681640625, 1223.9111328125, 2426.459228515625, 2583.343505859375, 2553.23291015625, 2422.229248046875, 2846.518798828125, 843.0208740234375, 2127.630126953125, 484.1221923828125, 1217.3662109375, 1698.189208984375, 2477.497314453125, 2718.37841796875, 2442.193359375, 2092.560791015625, 3529.064697265625, 1544.36962890625, 644.1473388671875, 804.2241821289062, 303.4441223144531, 847.1382446289062, 786.4013671875, 374.4727478027344, 903.8941040039062, 2447.410400390625, 1816.8824462890625, 2249.673095703125, 2064.9697265625, 6963.41162109375, 5712.6796875, 7108.8046875, 3583.009765625, 2227.18017578125, 1513.38623046875, 459.6869812011719, 333.7325134277344, 607.1372680664062, 1609.0018310546875, 756.4034423828125, 1628.361083984375, 2256.277587890625, 1355.2586669921875, 1183.393310546875, 3025.556640625, 4278.828125, 2735.850341796875, 3142.954345703125, 1286.3988037109375, 907.3262329101562, 1797.61279296875, 2361.56982421875, 3472.7890625, 2938.203369140625, 1388.219482421875, 1557.240966796875, 886.740478515625, 778.8064575195312, 406.2528991699219, 864.9430541992188, 602.2201538085938, 1338.8131103515625, 4095.423095703125, 2207.6884765625, 2879.4169921875, 4348.81640625, 2837.102783203125, 481.2351989746094, 972.7426147460938, 456.806640625, 1181.80517578125, 2413.826904296875, 644.9815063476562, 1354.0048828125, 2017.3092041015625, 587.2052001953125, 759.449462890625, 370.3482360839844, 1631.833251953125, 1617.920654296875, 1520.2501220703125, 1437.6243896484375, 432.6114807128906, 994.5674438476562, 389.5893249511719, 1196.764404296875, 813.8303833007812, 560.6513061523438, 1353.341552734375, 352.36572265625, 1500.2579345703125, 339.1813049316406, 3286.83154296875, 660.947021484375, 921.9937133789062, 1311.6173095703125, 531.436767578125, 420.3277282714844, 786.5641479492188, 2250.083740234375, 437.62213134765625, 450.848388671875, 1269.16015625, 937.1738891601562, 335.0255126953125]\n", - "191\n", - "3370\n", - "25\n", - "[493.2561340332031, 812.3740234375, 1911.39697265625, 706.9540405273438, 320.56494140625, 1861.6534423828125, 1961.466064453125, 426.8712158203125, 747.1467895507812, 817.7281494140625, 8292.43359375, 8656.375, 699.646240234375, 4589.13232421875, 10771.810546875, 7356.0625, 3763.0654296875, 4168.89990234375, 3626.967529296875, 6757.13330078125, 5214.5615234375, 3272.2333984375, 982.8945922851562, 312.42510986328125]\n", - "24\n", - "3371\n", - "10\n", - "[1710.2235107421875, 3767.54052734375, 646.0172729492188, 2396.028076171875, 1003.2086791992188, 3606.91796875, 3712.461669921875, 426.28155517578125, 326.1491394042969, 1782.478271484375]\n", - "10\n", - "3372\n", - "19\n", - "[643.4969482421875, 3224.388916015625, 4082.1220703125, 2210.414794921875, 1806.3822021484375, 1566.912109375, 1175.653564453125, 786.6198120117188, 1360.7174072265625, 338.78424072265625, 886.2820434570312, 735.24169921875, 706.3951416015625, 323.4599609375, 628.1554565429688, 860.0659790039062, 368.0509033203125, 630.6806030273438, 751.1630249023438]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "3373\n", - "6\n", - "[1314.19873046875, 586.7913818359375, 2013.0577392578125, 1788.155517578125, 1279.9722900390625, 775.3948974609375]\n", - "6\n", - "3374\n", - "7\n", - "[960.3681640625, 500.4196472167969, 347.811767578125, 1186.1573486328125, 905.0261840820312, 1061.7227783203125, 311.6464538574219]\n", - "7\n", - "3375\n", - "28\n", - "[634.3184814453125, 452.08642578125, 431.8031921386719, 688.6400146484375, 444.6524658203125, 1651.9415283203125, 2440.393310546875, 1996.8536376953125, 1311.8948974609375, 540.8668212890625, 477.57794189453125, 3947.24658203125, 5087.4619140625, 4914.9345703125, 2592.87646484375, 473.53424072265625, 453.7556457519531, 335.00006103515625, 382.1917419433594, 1624.6578369140625, 3866.572998046875, 4204.84033203125, 1009.548583984375, 609.1828002929688, 340.5059814453125, 301.0329284667969, 952.5096435546875, 1032.620361328125]\n", - "28\n", - "3376\n", - "8\n", - "[805.5750732421875, 700.1016235351562, 376.2095031738281, 1005.6498413085938, 415.9316711425781, 763.2529907226562, 1112.396484375, 693.6591186523438]\n", - "8\n", - "3377\n", - "11\n", - "[786.2957153320312, 447.0440368652344, 1721.6195068359375, 2363.28759765625, 1888.2271728515625, 402.71875, 530.60400390625, 351.4521484375, 3430.2109375, 472.0455322265625, 558.9310913085938]\n", - "11\n", - "3378\n", - "23\n", - "[1309.924560546875, 574.8768920898438, 357.5765686035156, 942.2191162109375, 1349.3416748046875, 804.9843139648438, 755.740966796875, 1516.8389892578125, 984.4375, 2066.342041015625, 4840.4267578125, 2357.25, 411.7461242675781, 1138.05810546875, 922.9373168945312, 305.2630310058594, 736.3421020507812, 377.3498229980469, 886.0045166015625, 1061.6143798828125, 419.0139465332031, 885.800537109375, 423.82342529296875]\n", - "23\n", - "3379\n", - "4\n", - "[1206.7498779296875, 3217.656494140625, 718.1500854492188, 502.7825927734375]\n", - "4\n", - "3380\n", - "77\n", - "[2929.6435546875, 2925.772705078125, 386.708984375, 5823.51416015625, 7225.26416015625, 13649.6875, 6526.42138671875, 1479.6878662109375, 753.44921875, 1598.08349609375, 1017.7957153320312, 441.78656005859375, 5083.94091796875, 7946.8134765625, 11448.291015625, 15840.55859375, 5992.01318359375, 1014.9872436523438, 396.0191345214844, 712.215576171875, 5550.95703125, 8847.505859375, 17510.453125, 7096.03955078125, 1339.68359375, 1363.90283203125, 8470.931640625, 17397.443359375, 7640.62744140625, 1421.388671875, 1625.30419921875, 354.29461669921875, 327.3705139160156, 2131.3076171875, 14499.166015625, 18587.865234375, 10482.431640625, 1803.9034423828125, 1973.698486328125, 1213.6138916015625, 341.8324279785156, 5094.88427734375, 17505.794921875, 17420.826171875, 8039.14697265625, 2106.927001953125, 532.7685546875, 2208.78076171875, 14372.2783203125, 18083.134765625, 13752.166015625, 1350.6318359375, 2263.92333984375, 1747.610595703125, 458.7328796386719, 3002.55908203125, 6260.41259765625, 1576.9556884765625, 1325.6392822265625, 1655.2652587890625, 1969.506103515625, 710.4017333984375, 539.83203125, 3344.1015625, 1647.7576904296875, 1400.5777587890625, 771.58154296875, 367.1733093261719, 435.449951171875, 684.5385131835938, 604.9617309570312, 1201.600341796875, 627.3330078125, 793.7782592773438, 1532.310546875, 1172.6011962890625, 312.8096008300781]\n", - "77\n", - "3381\n", - "6\n", - "[646.05517578125, 1349.453125, 1180.6217041015625, 1330.0850830078125, 919.2726440429688, 703.748779296875]\n", - "6\n", - "3382\n", - "19\n", - "[403.18487548828125, 986.5662841796875, 8173.46923828125, 4874.39404296875, 301.9556884765625, 1803.8917236328125, 979.7359008789062, 5921.830078125, 11780.2998046875, 2348.27587890625, 1143.605712890625, 7500.72900390625, 11262.5947265625, 449.6934814453125, 3151.64892578125, 2055.797119140625, 2055.797119140625, 3533.0390625, 626.6791381835938]\n", - "19\n", - "3383\n", - "4\n", - "[2530.924560546875, 1633.293212890625, 2671.601806640625, 2444.314697265625]\n", - "4\n", - "3384\n", - "9\n", - "[376.3485107421875, 4519.21240234375, 8389.119140625, 4541.44970703125, 2053.654296875, 1000.631103515625, 6722.14990234375, 10162.2412109375, 7794.18505859375]\n", - "9\n", - "3385\n", - "9\n", - "[601.5584106445312, 2351.092041015625, 1179.01416015625, 1943.86083984375, 6179.533203125, 4818.21044921875, 677.17138671875, 549.8641357421875, 2233.990478515625]\n", - "9\n", - "3386\n", - "5\n", - "[1701.815673828125, 802.2789916992188, 1726.105712890625, 3365.656982421875, 1690.2816162109375]\n", - "5\n", - "3387\n", - "10\n", - "[995.8456420898438, 2717.27294921875, 1041.3900146484375, 1203.6539306640625, 949.0285034179688, 513.79345703125, 1540.304443359375, 3229.29443359375, 2301.1923828125, 434.05377197265625]\n", - "10\n", - "3388\n", - "30\n", - "[984.6427612304688, 3012.883544921875, 725.0165405273438, 1070.4512939453125, 4493.935546875, 5301.45361328125, 2189.57958984375, 364.844482421875, 421.080322265625, 767.6672973632812, 660.645751953125, 1337.256103515625, 4417.91552734375, 5588.02490234375, 2498.107421875, 1149.5650634765625, 382.5027770996094, 1523.8350830078125, 4147.2158203125, 2693.167236328125, 1774.1107177734375, 821.5582885742188, 1346.7852783203125, 466.5195007324219, 500.0789489746094, 873.5480346679688, 603.9259643554688, 416.033447265625, 344.1384582519531, 533.9264526367188]\n", - "30\n", - "3389\n", - "18\n", - "[355.8639831542969, 374.0211181640625, 772.517578125, 1185.3123779296875, 4025.447021484375, 4672.935546875, 973.363037109375, 308.40191650390625, 3439.811279296875, 13316.69140625, 4235.88037109375, 1143.771728515625, 10853.240234375, 8782.7646484375, 940.193359375, 804.4102172851562, 300.7139587402344, 799.6353149414062]\n", - "18\n", - "3390\n", - "19\n", - "[483.8191223144531, 1366.965576171875, 643.230224609375, 2591.837646484375, 1801.69677734375, 490.5469055175781, 1126.945556640625, 11023.9951171875, 10688.353515625, 8667.7958984375, 3828.213623046875, 9217.66796875, 4518.64208984375, 2279.826171875, 951.1094360351562, 1195.033203125, 955.0963134765625, 3560.443359375, 704.3626098632812]\n", - "19\n", - "3391\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17\n", - "[377.0607604980469, 1260.834228515625, 3570.897216796875, 3564.079345703125, 1442.4342041015625, 600.31591796875, 737.2489624023438, 1979.251220703125, 5321.50537109375, 5005.646484375, 1459.5450439453125, 944.525146484375, 812.5697631835938, 3163.665771484375, 3485.588134765625, 829.69384765625, 300.4425964355469]\n", - "17\n", - "3392\n", - "12\n", - "[349.7610778808594, 439.27703857421875, 372.8853454589844, 758.4192504882812, 908.692626953125, 541.4110717773438, 1524.9735107421875, 601.901611328125, 1227.4078369140625, 534.8695068359375, 1396.856201171875, 464.177734375]\n", - "12\n", - "3393\n", - "8\n", - "[637.7445678710938, 579.7401123046875, 3594.559326171875, 2339.708251953125, 905.9198608398438, 484.0502014160156, 870.87353515625, 427.0533447265625]\n", - "8\n", - "3394\n", - "5\n", - "[1540.9366455078125, 1172.4521484375, 650.4380493164062, 2990.753173828125, 1261.09765625]\n", - "5\n", - "3395\n", - "6\n", - "[765.906494140625, 4109.6435546875, 352.30145263671875, 845.7654418945312, 650.7283325195312, 442.5406494140625]\n", - "6\n", - "3396\n", - "8\n", - "[885.9580688476562, 496.2678527832031, 1199.1728515625, 3050.1513671875, 1503.082763671875, 942.0211791992188, 1349.88330078125, 2010.94482421875]\n", - "8\n", - "3397\n", - "5\n", - "[562.059326171875, 2255.75732421875, 635.1915283203125, 906.2877197265625, 2525.02490234375]\n", - "5\n", - "3398\n", - "6\n", - "[649.4996337890625, 2261.701904296875, 2211.16845703125, 334.322021484375, 662.9945068359375, 377.9020690917969]\n", - "6\n", - "3399\n", - "4\n", - "[996.4570922851562, 1305.487060546875, 946.8718872070312, 1977.810791015625]\n", - "4\n", - "3400\n", - "59\n", - "[887.6856689453125, 608.9788818359375, 651.6807861328125, 3191.970703125, 5197.95654296875, 3683.731689453125, 677.0169067382812, 414.5565185546875, 1045.0423583984375, 3190.428466796875, 7629.8251953125, 9680.9267578125, 10055.8505859375, 8479.505859375, 6745.908203125, 1778.369140625, 1437.9146728515625, 2299.666259765625, 3704.720458984375, 5804.14794921875, 9724.6572265625, 6628.3193359375, 6159.8779296875, 3359.46923828125, 1351.31298828125, 571.3843383789062, 572.64892578125, 1999.32470703125, 2385.3330078125, 2195.3349609375, 4729.02197265625, 3222.729248046875, 726.868896484375, 613.129638671875, 2164.869873046875, 594.3618774414062, 1147.4486083984375, 598.99609375, 3656.75048828125, 554.6380615234375, 755.89306640625, 3054.899658203125, 1176.5809326171875, 1568.37451171875, 1593.927490234375, 432.5722351074219, 998.2403564453125, 502.14801025390625, 1320.1011962890625, 347.111083984375, 686.4686279296875, 311.81494140625, 549.8043212890625, 447.365478515625, 472.2803955078125, 674.8330078125, 1315.8514404296875, 698.8936767578125, 480.2501220703125]\n", - "59\n", - "3401\n", - "18\n", - "[2329.7666015625, 621.6484985351562, 3007.70654296875, 327.167236328125, 908.9667358398438, 401.4206848144531, 3148.037353515625, 893.46484375, 307.6678161621094, 599.453857421875, 354.55328369140625, 722.2207641601562, 929.8408813476562, 4625.63525390625, 1284.3399658203125, 453.91357421875, 702.1424560546875, 390.5675354003906]\n", - "18\n", - "3402\n", - "18\n", - "[1229.0849609375, 359.4344482421875, 424.58123779296875, 805.8264770507812, 2891.153564453125, 7877.5400390625, 4303.62353515625, 1636.815673828125, 494.1171569824219, 3397.145751953125, 1373.8387451171875, 3060.7998046875, 3538.00634765625, 903.8922729492188, 1041.2054443359375, 1608.7216796875, 335.0833435058594, 1165.9974365234375]\n", - "18\n", - "3403\n", - "7\n", - "[1391.9949951171875, 801.0262451171875, 1576.455810546875, 1255.915771484375, 442.24737548828125, 383.5531921386719, 1228.715576171875]\n", - "7\n", - "3404\n", - "9\n", - "[933.6546020507812, 898.9385375976562, 459.1888427734375, 512.244873046875, 1293.701171875, 986.6581420898438, 321.1612548828125, 434.08209228515625, 322.96759033203125]\n", - "9\n", - "3405\n", - "7\n", - "[368.6996154785156, 527.3291625976562, 1308.3160400390625, 3571.779296875, 1963.4576416015625, 377.58184814453125, 866.9881591796875]\n", - "7\n", - "3406\n", - "13\n", - "[499.1507263183594, 394.4615173339844, 565.869873046875, 1042.0062255859375, 679.3314208984375, 411.773681640625, 634.1565551757812, 765.5842895507812, 900.438720703125, 1205.84228515625, 887.7748413085938, 815.1318359375, 594.15966796875]\n", - "13\n", - "3407\n", - "30\n", - "[384.8932800292969, 484.8952941894531, 703.2251586914062, 795.1226196289062, 1977.998291015625, 8594.0634765625, 6271.3134765625, 2636.16796875, 549.6602172851562, 3072.0634765625, 8314.5, 6083.64697265625, 2025.924072265625, 515.073486328125, 3174.192626953125, 7018.138671875, 5935.60546875, 883.3238525390625, 542.4124755859375, 705.3623046875, 811.2389526367188, 3303.515869140625, 2342.088134765625, 3502.89013671875, 483.1504821777344, 346.2903747558594, 3713.962158203125, 871.6056518554688, 393.47283935546875, 890.4064331054688]\n", - "30\n", - "3408\n", - "3\n", - "[1048.7342529296875, 2002.8072509765625, 2156.549560546875]\n", - "3\n", - "3409\n", - "20\n", - "[346.9556884765625, 321.1048278808594, 423.0448913574219, 368.11688232421875, 373.03125, 560.5147705078125, 896.4952392578125, 308.23992919921875, 1799.788818359375, 755.568603515625, 792.26220703125, 447.7723083496094, 357.41241455078125, 453.60272216796875, 320.7476501464844, 894.0178833007812, 471.72772216796875, 805.9855346679688, 661.17578125, 454.7088928222656]\n", - "20\n", - "3410\n", - "12\n", - "[1448.325927734375, 1093.2679443359375, 5046.75, 5758.0146484375, 2737.975341796875, 3038.205078125, 6724.34423828125, 5664.79443359375, 1192.09912109375, 2650.68310546875, 3738.934326171875, 301.94580078125]\n", - "12\n", - "3411\n", - "15\n", - "[335.0794372558594, 796.42578125, 2135.61669921875, 1625.1785888671875, 3416.491943359375, 2440.630126953125, 1546.714111328125, 2164.6572265625, 3071.516845703125, 2334.804443359375, 1539.090087890625, 360.75390625, 567.5547485351562, 926.3043212890625, 488.4871520996094]\n", - "15\n", - "3412\n", - "11\n", - "[660.0140380859375, 1551.9852294921875, 576.802978515625, 633.8688354492188, 391.9324951171875, 1410.198486328125, 620.7786865234375, 1322.2823486328125, 3680.211669921875, 1775.4591064453125, 1047.1500244140625]\n", - "11\n", - "3413\n", - "3\n", - "[1688.25732421875, 2440.17236328125, 1676.261962890625]\n", - "3\n", - "3414\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1295.31396484375, 762.4972534179688, 647.2435302734375, 4590.43408203125, 712.6388549804688, 6843.4931640625, 944.4736938476562]\n", - "7\n", - "3415\n", - "5\n", - "[709.662353515625, 3159.06494140625, 804.8507080078125, 2765.517822265625, 3809.25830078125]\n", - "5\n", - "3416\n", - "8\n", - "[696.3802490234375, 538.8968505859375, 1665.4739990234375, 7199.41064453125, 701.4395141601562, 1899.698974609375, 2015.414306640625, 558.5602416992188]\n", - "8\n", - "3417\n", - "9\n", - "[1892.6536865234375, 593.4974365234375, 1384.4422607421875, 1292.6673583984375, 1054.2166748046875, 858.0189208984375, 563.1673583984375, 1523.6343994140625, 1547.5555419921875]\n", - "9\n", - "3418\n", - "27\n", - "[369.94647216796875, 1259.30126953125, 417.5848693847656, 394.03143310546875, 1389.7030029296875, 560.8865966796875, 1040.845947265625, 865.2216186523438, 404.29833984375, 310.2052307128906, 3800.974365234375, 1705.4644775390625, 675.8758544921875, 2143.7763671875, 429.3736877441406, 2549.789794921875, 1244.9759521484375, 8103.48046875, 8115.97021484375, 378.2807922363281, 1332.908935546875, 6947.86279296875, 525.6409301757812, 1833.6435546875, 1915.22314453125, 1125.034423828125, 510.15606689453125]\n", - "27\n", - "3419\n", - "14\n", - "[360.6856994628906, 541.546142578125, 1329.868408203125, 2118.48828125, 476.620361328125, 1426.885009765625, 967.5263671875, 478.1796569824219, 561.0465087890625, 869.4552001953125, 750.951904296875, 940.281494140625, 460.083251953125, 651.4832153320312]\n", - "14\n", - "3420\n", - "19\n", - "[345.1818542480469, 1645.6763916015625, 437.82861328125, 757.8447875976562, 477.6993103027344, 1162.7735595703125, 4068.681396484375, 4223.06005859375, 3989.701416015625, 367.6141052246094, 509.2742614746094, 372.5710754394531, 521.5872192382812, 437.40478515625, 530.6665649414062, 1803.4967041015625, 522.45166015625, 1575.730224609375, 507.5061340332031]\n", - "19\n", - "3421\n", - "8\n", - "[1816.1051025390625, 1912.53369140625, 1143.488525390625, 2875.365478515625, 4832.23046875, 622.0796508789062, 1480.4366455078125, 979.6071166992188]\n", - "8\n", - "3422\n", - "11\n", - "[812.4754028320312, 1359.2991943359375, 760.77197265625, 1523.8905029296875, 2617.789794921875, 981.2766723632812, 1178.9154052734375, 3502.882568359375, 2615.68798828125, 1903.5589599609375, 305.22833251953125]\n", - "11\n", - "3423\n", - "7\n", - "[1198.7484130859375, 2879.713623046875, 1102.995849609375, 3305.083984375, 3203.620849609375, 717.7135620117188, 319.0430908203125]\n", - "7\n", - "3424\n", - "58\n", - "[2366.437744140625, 1031.5946044921875, 2817.008056640625, 7027.978515625, 8990.5341796875, 459.04931640625, 484.0371398925781, 5564.5498046875, 9060.9345703125, 8413.06640625, 668.8676147460938, 2172.265869140625, 579.01220703125, 1336.136474609375, 1852.185302734375, 2590.05224609375, 7495.5966796875, 9021.970703125, 8930.4267578125, 2377.59326171875, 359.9245910644531, 1664.2650146484375, 5276.9296875, 9639.875, 9232.328125, 7894.6826171875, 383.42138671875, 1026.654541015625, 1971.0703125, 4323.119140625, 8738.8955078125, 8572.0830078125, 8623.046875, 1920.1966552734375, 2448.388916015625, 1520.7513427734375, 1486.69189453125, 3248.8779296875, 544.6293334960938, 7223.44384765625, 7607.63720703125, 754.986572265625, 351.3917236328125, 1804.0780029296875, 3067.029541015625, 5029.51318359375, 5375.35400390625, 1243.640380859375, 502.7195739746094, 1105.6058349609375, 1223.448974609375, 478.23480224609375, 2913.240478515625, 886.3744506835938, 2437.988037109375, 400.9541015625, 1793.910400390625, 785.2018432617188]\n", - "58\n", - "3425\n", - "4\n", - "[314.4599914550781, 1068.7904052734375, 2640.23193359375, 1195.8876953125]\n", - "4\n", - "3426\n", - "3\n", - "[2466.2470703125, 6601.14697265625, 2002.4874267578125]\n", - "3\n", - "3427\n", - "9\n", - "[347.8946533203125, 526.484130859375, 1487.396484375, 1413.6556396484375, 1901.887939453125, 1117.8408203125, 920.3165283203125, 972.0037231445312, 1186.8597412109375]\n", - "9\n", - "3428\n", - "3\n", - "[357.487548828125, 2725.18603515625, 1955.67041015625]\n", - "3\n", - "3429\n", - "8\n", - "[477.0937805175781, 2513.5380859375, 1786.4857177734375, 1078.6243896484375, 3050.05224609375, 2946.845947265625, 656.8382568359375, 1042.0411376953125]\n", - "8\n", - "3430\n", - "8\n", - "[631.5297241210938, 816.77490234375, 978.8272705078125, 522.1976318359375, 345.4977111816406, 320.2402038574219, 632.1026611328125, 789.328369140625]\n", - "8\n", - "3431\n", - "16\n", - "[1261.0054931640625, 517.6220703125, 3443.5908203125, 1851.000732421875, 424.12225341796875, 3376.909912109375, 4249.4072265625, 986.5587768554688, 1201.0997314453125, 6057.29638671875, 2224.223388671875, 391.3511657714844, 402.25091552734375, 3138.916748046875, 546.0082397460938, 336.40948486328125]\n", - "16\n", - "3432\n", - "10\n", - "[328.1345520019531, 424.4307861328125, 1820.3582763671875, 569.3231811523438, 1480.031005859375, 499.0788879394531, 905.7928466796875, 534.9431762695312, 426.22662353515625, 498.5957946777344]\n", - "10\n", - "3433\n", - "7\n", - "[893.0565185546875, 1123.7236328125, 3487.803466796875, 4550.72705078125, 510.1304931640625, 328.68768310546875, 654.8532104492188]\n", - "7\n", - "3434\n", - "16\n", - "[2542.8603515625, 3546.4013671875, 433.346923828125, 345.9654541015625, 486.1926574707031, 581.3831176757812, 2004.135986328125, 447.8292541503906, 386.8539123535156, 749.138671875, 945.8789672851562, 2532.61328125, 3705.9404296875, 749.5728759765625, 703.6832885742188, 336.1324462890625]\n", - "16\n", - "3435\n", - "7\n", - "[1774.71533203125, 1684.876953125, 1406.1533203125, 4042.96630859375, 1423.1905517578125, 396.8213195800781, 320.2115783691406]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "3436\n", - "6\n", - "[1335.6566162109375, 2067.619873046875, 1314.2325439453125, 428.3515319824219, 533.3675537109375, 842.8880004882812]\n", - "6\n", - "3437\n", - "822\n", - "[923.604736328125, 337.3275451660156, 1801.3348388671875, 313.8979797363281, 1282.796630859375, 1139.626953125, 1059.018798828125, 1278.5823974609375, 1159.0972900390625, 786.5616455078125, 826.48681640625, 971.4058837890625, 730.1834106445312, 752.6969604492188, 932.1464233398438, 1624.607421875, 1043.51513671875, 2241.85546875, 873.0923461914062, 577.67431640625, 389.67572021484375, 1321.823974609375, 1706.5943603515625, 568.1427612304688, 1547.2254638671875, 599.1792602539062, 445.691650390625, 778.1629028320312, 875.0953369140625, 2038.1268310546875, 336.45233154296875, 418.38055419921875, 1289.5576171875, 745.00048828125, 1457.349609375, 1752.12548828125, 102.06434631347656, 513.8013916015625, 914.5427856445312, 305.27545166015625, 3616.445068359375, 419.38836669921875, 510.733154296875, 813.4763793945312, 2001.1900634765625, 1006.2182006835938, 4170.4833984375, 4203.54052734375, 4570.47265625, 587.3312377929688, 489.2796936035156, 137.85757446289062, 598.6431884765625, 2814.290283203125, 1229.4150390625, 4017.868408203125, 4536.0517578125, 4343.87158203125, 563.3505249023438, 1010.6369018554688, 982.6106567382812, 788.4598388671875, 4073.162109375, 2687.697509765625, 4130.51220703125, 4782.734375, 4929.14208984375, 1010.710693359375, 774.301513671875, 5532.72607421875, 4182.32861328125, 3854.403076171875, 4144.681640625, 4648.896484375, 1393.1361083984375, 1564.9215087890625, 409.0256652832031, 305.4837341308594, 259.79327392578125, 1839.6097412109375, 447.8883972167969, 2298.3935546875, 850.2938232421875, 2976.261474609375, 3085.11474609375, 721.8109130859375, 656.3109130859375, 4888.73876953125, 4657.771484375, 4380.44873046875, 808.5604858398438, 407.6728820800781, 983.064453125, 742.5753173828125, 2882.744384765625, 953.316650390625, 6453.2490234375, 6724.6865234375, 6363.10791015625, 1148.5228271484375, 132.4676513671875, 371.13323974609375, 3658.849609375, 657.8903198242188, 2615.60400390625, 761.0497436523438, 4793.3701171875, 6131.75830078125, 4867.3984375, 1659.2843017578125, 2028.993896484375, 3017.483154296875, 2728.346435546875, 814.3895874023438, 1069.22802734375, 1972.0360107421875, 1810.4927978515625, 2097.278076171875, 357.5344543457031, 1451.3717041015625, 1718.6585693359375, 4591.54150390625, 3842.2490234375, 1711.2713623046875, 556.2723388671875, 542.367431640625, 334.954833984375, 1597.3248291015625, 1619.451171875, 378.7046203613281, 1606.5535888671875, 600.4213256835938, 238.97723388671875, 1965.1292724609375, 1716.285888671875, 342.00830078125, 474.3273620605469, 629.3329467773438, 1018.5836791992188, 398.1183166503906, 341.02471923828125, 320.3644714355469, 508.4595947265625, 425.59210205078125, 221.94332885742188, 681.6030883789062, 683.030029296875, 1023.3956909179688, 624.8508911132812, 945.9796752929688, 1757.9427490234375, 1110.6322021484375, 457.5704345703125, 379.2886657714844, 958.56494140625, 1007.2017822265625, 557.8614501953125, 149.57237243652344, 323.6083679199219, 457.35797119140625, 726.9041137695312, 4102.27587890625, 639.0001220703125, 386.8208312988281, 499.66290283203125, 2123.30712890625, 2048.1455078125, 139.44410705566406, 421.05206298828125, 5747.6142578125, 2457.5537109375, 1102.1949462890625, 327.18511962890625, 843.1311645507812, 1970.4342041015625, 1280.40966796875, 2813.0224609375, 333.5312194824219, 582.5516967773438, 543.647705078125, 1029.720947265625, 1198.784423828125, 486.45556640625, 992.7109985351562, 3865.80419921875, 3384.791015625, 2128.65869140625, 520.9678344726562, 3700.982421875, 920.0283813476562, 305.6895446777344, 1718.6605224609375, 2529.6875, 3300.18408203125, 1509.0513916015625, 1535.90478515625, 2905.114990234375, 1926.45166015625, 523.38671875, 1002.3215942382812, 370.76483154296875, 406.5226745605469, 302.9350891113281, 958.3053588867188, 501.9670715332031, 636.7100830078125, 2874.670654296875, 2237.7353515625, 4631.44775390625, 3015.954345703125, 306.59100341796875, 1460.2374267578125, 590.595458984375, 713.3189697265625, 701.2344360351562, 995.5205688476562, 2352.480712890625, 1958.69384765625, 1207.082763671875, 4784.4453125, 1663.225830078125, 318.18475341796875, 2958.2158203125, 1263.5592041015625, 1304.48046875, 700.9039306640625, 974.2862548828125, 1042.2110595703125, 1444.0411376953125, 1589.93212890625, 1966.2861328125, 2612.521484375, 740.2275390625, 492.772216796875, 527.3331298828125, 1117.48291015625, 744.1088256835938, 586.7943725585938, 1106.700439453125, 307.0767822265625, 779.4059448242188, 3251.6806640625, 892.4337768554688, 380.9412841796875, 2037.5213623046875, 908.7201538085938, 631.7520751953125, 1630.1171875, 490.1930236816406, 583.4839477539062, 535.0505981445312, 585.9579467773438, 584.680908203125, 1123.9033203125, 1285.3795166015625, 1189.7847900390625, 1734.380859375, 4553.96728515625, 3728.076416015625, 1220.32421875, 1618.6737060546875, 782.0301513671875, 727.7974243164062, 475.9349670410156, 310.9330139160156, 678.3123779296875, 1663.5712890625, 2009.9417724609375, 488.29498291015625, 762.7740478515625, 1770.6865234375, 1535.298583984375, 442.76129150390625, 1014.3259887695312, 999.0162353515625, 671.085693359375, 1687.24462890625, 188.78541564941406, 870.0325317382812, 253.700439453125, 559.054443359375, 951.183837890625, 1777.35546875, 1560.1590576171875, 508.1921691894531, 281.6406555175781, 1675.16015625, 4132.08984375, 3934.946044921875, 2649.396240234375, 511.6427001953125, 375.52252197265625, 2293.280029296875, 4607.24853515625, 3960.812744140625, 1172.3516845703125, 638.1015625, 850.810302734375, 643.1054077148438, 1102.583740234375, 693.36669921875, 690.7324829101562, 158.9671630859375, 564.9039306640625, 1090.6494140625, 1563.1539306640625, 3049.994384765625, 3510.905029296875, 2232.326416015625, 364.0790100097656, 431.98388671875, 2372.19775390625, 1522.0023193359375, 318.92596435546875, 944.2976684570312, 1563.71484375, 2525.716064453125, 3434.671630859375, 1230.1451416015625, 344.8729248046875, 1323.035400390625, 2570.528564453125, 904.478271484375, 3800.68896484375, 4793.2294921875, 1763.878662109375, 558.7021484375, 3031.424072265625, 345.9281005859375, 1304.0955810546875, 1642.2218017578125, 1169.5421142578125, 1758.8104248046875, 759.4486083984375, 683.2904663085938, 3561.111083984375, 4639.0048828125, 2825.63134765625, 687.0916137695312, 688.8043823242188, 1398.607666015625, 797.8657836914062, 509.00347900390625, 2771.709228515625, 3633.0224609375, 3151.76904296875, 919.7529907226562, 1860.40478515625, 574.5995483398438, 2986.92724609375, 4650.078125, 3226.755615234375, 685.4900512695312, 533.05078125, 1660.4669189453125, 1055.1414794921875, 478.2887878417969, 2681.583251953125, 958.9313354492188, 416.9395446777344, 688.2134399414062, 2103.32275390625, 4198.447265625, 3484.89794921875, 1745.3536376953125, 637.0406494140625, 1890.07275390625, 3024.59326171875, 3008.06640625, 4124.34619140625, 3428.709716796875, 1699.260498046875, 1758.730712890625, 974.8397216796875, 996.3561401367188, 904.816162109375, 616.8035278320312, 1186.6197509765625, 1522.723388671875, 1435.3321533203125, 1612.0831298828125, 2039.058837890625, 1161.8095703125, 115.89749908447266, 1304.5205078125, 881.0704345703125, 743.7682495117188, 577.9600219726562, 1522.0223388671875, 3771.591796875, 777.2875366210938, 952.5009765625, 1016.2390747070312, 1251.6148681640625, 2323.63427734375, 410.2536926269531, 470.20068359375, 945.9804077148438, 2783.4189453125, 3794.2958984375, 2671.020751953125, 2148.081787109375, 235.4862823486328, 440.2375793457031, 830.263427734375, 601.2361450195312, 2033.91552734375, 1133.6890869140625, 1042.5015869140625, 1054.295654296875, 1603.188720703125, 362.6166687011719, 1329.17529296875, 169.49420166015625, 1684.970947265625, 3962.666015625, 1151.93359375, 1472.6776123046875, 1656.139404296875, 1391.9798583984375, 2937.39697265625, 743.6226806640625, 312.2386474609375, 398.8993835449219, 1680.843505859375, 2970.275390625, 290.4999694824219, 813.5912475585938, 860.8677368164062, 158.4313201904297, 1650.8056640625, 2195.476806640625, 974.6568603515625, 2053.412353515625, 1214.9952392578125, 1868.97265625, 2628.707763671875, 1720.3231201171875, 1289.5662841796875, 1952.5689697265625, 1160.22705078125, 4312.84765625, 2930.6162109375, 581.861328125, 630.8562622070312, 1289.0404052734375, 602.1090698242188, 1496.0302734375, 1308.4769287109375, 282.7223815917969, 648.1685791015625, 520.6272583007812, 212.80929565429688, 2570.99951171875, 3907.581787109375, 4477.55908203125, 2071.796875, 888.39892578125, 1641.8349609375, 2407.87548828125, 757.755859375, 1370.562255859375, 1310.2095947265625, 715.076904296875, 1080.918701171875, 311.3637390136719, 1401.7427978515625, 1211.40478515625, 1947.3955078125, 264.3727111816406, 623.7090454101562, 3544.384033203125, 2496.2333984375, 1984.26025390625, 1501.86474609375, 555.9644165039062, 410.7674560546875, 2893.576416015625, 3679.913330078125, 307.217041015625, 78.12139129638672, 971.2162475585938, 596.1695556640625, 432.9554443359375, 628.7471923828125, 2042.083740234375, 954.4090576171875, 1461.599609375, 534.1441650390625, 1426.5780029296875, 608.218994140625, 1443.2098388671875, 2368.847412109375, 1984.400390625, 363.18524169921875, 395.2049865722656, 2685.34326171875, 871.3866577148438, 489.2314758300781, 2878.867431640625, 1630.60302734375, 460.59515380859375, 725.2132568359375, 731.162841796875, 931.2716064453125, 1610.9962158203125, 1166.462158203125, 632.3680419921875, 1932.005615234375, 2633.65576171875, 3457.02294921875, 4581.32666015625, 3118.92578125, 811.1373291015625, 710.2941284179688, 454.9410095214844, 961.1219482421875, 899.3220825195312, 333.25018310546875, 380.9663391113281, 336.8099060058594, 1314.541748046875, 1849.6072998046875, 2917.570068359375, 586.6290283203125, 513.7761840820312, 624.5553588867188, 425.1478271484375, 366.24249267578125, 2030.4698486328125, 480.1818542480469, 810.9519653320312, 3654.863037109375, 4827.98095703125, 4256.025390625, 3765.6220703125, 1272.0279541015625, 1343.799072265625, 374.2034606933594, 914.4944458007812, 467.8468933105469, 1082.301025390625, 591.6371459960938, 366.4678649902344, 594.5267944335938, 224.13259887695312, 2015.435546875, 417.1106262207031, 324.0672912597656, 129.0570068359375, 494.6702880859375, 967.1746826171875, 3874.80859375, 1835.3642578125, 553.745849609375, 265.18902587890625, 3715.47607421875, 4824.4501953125, 2451.060302734375, 514.9430541992188, 1069.324951171875, 1128.304443359375, 1511.3914794921875, 344.9079895019531, 1469.8980712890625, 323.57403564453125, 1337.971923828125, 424.1396789550781, 1270.388916015625, 78.1916732788086, 265.3271484375, 186.8197479248047, 1133.6990966796875, 1259.8782958984375, 2495.542236328125, 1056.529296875, 742.851806640625, 1327.8031005859375, 2446.603271484375, 951.6095581054688, 1770.3841552734375, 1591.7801513671875, 314.478271484375, 1637.1407470703125, 1257.083740234375, 1217.0289306640625, 352.88067626953125, 1385.0206298828125, 1107.9736328125, 1154.7032470703125, 2221.450927734375, 207.69601440429688, 371.01019287109375, 988.2738037109375, 3317.39697265625, 3811.541259765625, 807.0306396484375, 1389.007080078125, 1020.7513427734375, 425.2379455566406, 1080.3714599609375, 2603.01708984375, 2837.8544921875, 1094.46630859375, 871.2627563476562, 1488.6683349609375, 1134.8909912109375, 596.0092163085938, 2963.4443359375, 1184.7467041015625, 1054.0703125, 987.7680053710938, 973.8004150390625, 1331.594970703125, 879.7595825195312, 1558.92236328125, 668.88916015625, 2915.8583984375, 1965.189208984375, 1388.0181884765625, 3482.824462890625, 642.7297973632812, 665.0008544921875, 495.8572082519531, 691.8392944335938, 350.44696044921875, 719.373779296875, 753.3588256835938, 514.377197265625, 428.29290771484375, 185.27818298339844, 355.8854675292969, 546.1036987304688, 1278.3511962890625, 1819.6492919921875, 179.91830444335938, 2083.6650390625, 609.801513671875, 369.17724609375, 440.3423767089844, 879.6280517578125, 717.1201782226562, 702.9522094726562, 1066.9010009765625, 605.820068359375, 436.7065124511719, 537.26416015625, 1073.967529296875, 164.70948791503906, 726.4620361328125, 742.4361572265625, 1308.0111083984375, 1358.83837890625, 1750.1815185546875, 1379.4617919921875, 253.7154541015625, 1369.7059326171875, 1126.1318359375, 208.75758361816406, 373.807373046875, 1159.1273193359375, 308.3542785644531, 1247.1827392578125, 1696.9102783203125, 540.3491821289062, 1602.0919189453125, 2004.9786376953125, 95.62971496582031, 205.0433807373047, 306.54705810546875, 677.90673828125, 901.638671875, 432.65997314453125, 629.142822265625, 178.47137451171875, 137.372314453125, 713.1484985351562, 396.21575927734375, 382.6741027832031, 570.96875, 216.2999267578125, 1046.077392578125, 1329.8914794921875, 440.8975524902344, 551.2847900390625, 499.0630798339844, 1755.0704345703125, 1235.453125, 1178.837158203125, 1683.703857421875, 1229.1285400390625, 106.80779266357422, 849.369140625, 783.527587890625, 1125.05517578125, 274.2976989746094, 447.0304260253906, 484.9837646484375, 547.6996459960938, 777.1874389648438, 396.092529296875, 616.0865478515625, 3250.294189453125, 4834.22412109375, 2266.361572265625, 1248.168212890625, 606.9742431640625, 797.4893798828125, 701.1392822265625, 267.0169982910156, 1242.0294189453125, 984.773193359375, 2193.52880859375, 1449.8255615234375, 163.6748046875, 2425.784423828125, 579.7028198242188, 1362.4091796875, 210.19004821777344, 642.7999267578125, 1495.1390380859375, 907.1196899414062, 1937.1890869140625, 777.5923461914062, 284.87799072265625, 298.1680908203125, 5086.794921875, 5052.25244140625, 1982.222900390625, 1339.2569580078125, 1216.28369140625, 426.2745056152344, 1259.192138671875, 370.0987548828125, 563.2562255859375, 689.5455932617188, 1933.75341796875, 667.1343383789062, 178.40863037109375, 2117.25537109375, 3907.912109375, 3166.657958984375, 1906.1988525390625, 1270.901123046875, 1257.3040771484375, 1064.6324462890625, 837.5950927734375, 1427.7637939453125, 1292.8616943359375, 2320.765869140625, 1159.004150390625, 1320.6507568359375, 1675.5938720703125, 2007.48291015625, 1889.7142333984375, 1876.3184814453125, 872.6827392578125, 448.2203063964844, 576.5115966796875, 709.692138671875, 457.845703125, 390.0109558105469, 550.2251586914062, 3312.353759765625, 3346.44384765625, 756.143310546875, 381.99298095703125, 419.3484191894531, 396.7673034667969, 396.2450866699219, 347.690673828125, 1343.3114013671875, 2923.09912109375, 3871.15771484375, 3895.697509765625, 620.573974609375, 701.3486938476562, 1329.5408935546875, 3361.904052734375, 2432.300048828125, 636.17919921875]\n", - "781\n", - "3438\n", - "20\n", - "[621.4470825195312, 892.4297485351562, 1776.661376953125, 835.5655517578125, 354.3490295410156, 761.2294921875, 389.6222229003906, 1994.22314453125, 809.5916137695312, 464.21136474609375, 670.1380004882812, 3311.216552734375, 755.7357177734375, 1088.411865234375, 3539.966064453125, 2422.41650390625, 470.27752685546875, 426.1610412597656, 602.639404296875, 513.3933715820312]\n", - "20\n", - "3439\n", - "6\n", - "[727.9147338867188, 2011.5665283203125, 716.2344360351562, 553.8538208007812, 745.5343017578125, 827.3497924804688]\n", - "6\n", - "3440\n", - "7\n", - "[639.2537841796875, 429.9501953125, 3593.412109375, 4990.43115234375, 4124.5224609375, 1520.52880859375, 3286.408935546875]\n", - "7\n", - "3441\n", - "4\n", - "[3180.71435546875, 1192.506591796875, 975.5546264648438, 327.16900634765625]\n", - "4\n", - "3442\n", - "10\n", - "[1389.184814453125, 477.5848388671875, 1499.192626953125, 698.9083251953125, 428.7507629394531, 1231.7916259765625, 1510.8133544921875, 521.4733276367188, 305.2413635253906, 349.4811706542969]\n", - "10\n", - "3443\n", - "9\n", - "[944.8414306640625, 715.3722534179688, 609.7378540039062, 934.4978637695312, 720.3128051757812, 1024.4541015625, 581.16845703125, 870.4840087890625, 872.6533813476562]\n", - "9\n", - "3444\n", - "6\n", - "[403.0738525390625, 4146.2822265625, 5048.66259765625, 952.984619140625, 3118.10107421875, 1452.6683349609375]\n", - "6\n", - "3445\n", - "19\n", - "[974.4759521484375, 5907.43603515625, 1507.6798095703125, 2093.217041015625, 4680.66015625, 1641.4329833984375, 1787.851806640625, 1282.0423583984375, 2510.271484375, 539.8603515625, 1248.0020751953125, 5377.716796875, 5097.8095703125, 2513.47509765625, 313.93096923828125, 597.7574462890625, 1061.6981201171875, 320.4783935546875, 1086.026611328125]\n", - "19\n", - "3446\n", - "4" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[1089.177490234375, 1282.114501953125, 1425.806640625, 1317.4161376953125]\n", - "4\n", - "3447\n", - "6\n", - "[1044.5943603515625, 569.6588134765625, 1505.760498046875, 997.5147705078125, 368.5928955078125, 873.9185791015625]\n", - "6\n", - "3448\n", - "243\n", - "[878.3460083007812, 704.9555053710938, 1127.9798583984375, 1752.930908203125, 1988.0562744140625, 520.4569702148438, 1018.6830444335938, 1114.0723876953125, 352.8608703613281, 516.97998046875, 1184.4451904296875, 2077.748291015625, 2781.690185546875, 480.32208251953125, 572.6664428710938, 508.42254638671875, 306.8915100097656, 2959.67333984375, 906.5509033203125, 4545.572265625, 872.2215576171875, 547.4656982421875, 508.6829528808594, 2833.524169921875, 1891.4600830078125, 1438.0264892578125, 2336.294677734375, 1341.984375, 512.5606689453125, 1459.929931640625, 2772.56396484375, 4447.5185546875, 3053.927734375, 853.0950927734375, 3303.048583984375, 538.4360961914062, 445.0650329589844, 1737.8564453125, 931.7573852539062, 2862.936767578125, 1245.880615234375, 706.588134765625, 510.39105224609375, 777.0372314453125, 2154.145751953125, 1997.3665771484375, 606.7015380859375, 2129.525146484375, 2161.8125, 1555.3763427734375, 1141.186279296875, 1954.4219970703125, 704.4496459960938, 1216.51806640625, 1859.2779541015625, 2759.945068359375, 3742.39453125, 318.37005615234375, 625.967041015625, 1327.6016845703125, 1255.658447265625, 1182.7354736328125, 760.2098388671875, 1109.39990234375, 736.997314453125, 1288.0938720703125, 3182.228271484375, 1037.0126953125, 1873.265625, 2186.011474609375, 1067.722412109375, 2862.063232421875, 498.63800048828125, 1686.892578125, 3245.081298828125, 1824.4649658203125, 2285.129150390625, 1027.9859619140625, 1136.9493408203125, 659.4168090820312, 1223.6046142578125, 943.3160400390625, 1484.7119140625, 1958.6641845703125, 3175.557861328125, 727.8203125, 1768.6241455078125, 672.2644653320312, 454.5952453613281, 1073.3284912109375, 1513.0811767578125, 345.3687438964844, 2900.056640625, 1368.843994140625, 765.4840698242188, 200.08709716796875, 173.0315399169922, 1396.9658203125, 494.103759765625, 1441.1280517578125, 437.86297607421875, 380.75238037109375, 2375.304443359375, 1962.891357421875, 2924.654052734375, 1539.351806640625, 1890.5445556640625, 5334.85693359375, 5916.640625, 4357.9443359375, 628.1116943359375, 390.6207580566406, 1786.796142578125, 1439.5582275390625, 8353.484375, 12136.9189453125, 11578.2314453125, 9421.7587890625, 1251.9090576171875, 507.50152587890625, 3872.963134765625, 1036.2645263671875, 1035.2896728515625, 5739.96728515625, 11324.2001953125, 13010.1572265625, 12480.8759765625, 6054.53515625, 530.7308959960938, 1173.0721435546875, 2823.105712890625, 1375.4488525390625, 1980.0943603515625, 7662.72216796875, 13148.2314453125, 12365.16015625, 8742.791015625, 3139.492431640625, 2634.396728515625, 1993.162109375, 1090.0806884765625, 804.5476684570312, 1624.2078857421875, 820.9149780273438, 313.303466796875, 3334.132080078125, 7303.52197265625, 10725.3818359375, 12323.05078125, 7081.50537109375, 7451.00439453125, 672.2744750976562, 557.813232421875, 722.5161743164062, 2699.086181640625, 3687.6435546875, 5876.44482421875, 11683.697265625, 9561.33203125, 12441.1142578125, 9206.9052734375, 742.512939453125, 391.44061279296875, 379.1976623535156, 546.7550659179688, 1333.605712890625, 929.8571166992188, 330.15069580078125, 570.3311767578125, 551.8692626953125, 3502.6240234375, 4948.0556640625, 5234.0859375, 7890.37841796875, 9829.8876953125, 9587.57421875, 1874.853515625, 566.2268676757812, 355.61151123046875, 1546.890625, 1002.3951416015625, 860.383544921875, 638.679931640625, 4199.4091796875, 2477.47265625, 3114.962646484375, 4630.7734375, 6155.51416015625, 10899.984375, 6332.10595703125, 1317.5032958984375, 489.45452880859375, 627.2018432617188, 1130.3291015625, 744.7625122070312, 2511.7470703125, 2254.039306640625, 1430.099853515625, 3946.490966796875, 3705.230712890625, 3453.0322265625, 3943.0830078125, 2174.952392578125, 326.65130615234375, 392.6954345703125, 594.7022094726562, 1459.9298095703125, 670.2147827148438, 669.0549926757812, 1362.7159423828125, 904.9261474609375, 1116.7813720703125, 2389.9619140625, 4417.1435546875, 4050.853759765625, 2274.31103515625, 2577.5361328125, 3769.705078125, 665.1705932617188, 766.4189453125, 883.5147094726562, 967.2859497070312, 355.71649169921875, 761.3648071289062, 1936.256591796875, 1049.997314453125, 805.8124389648438, 1420.936279296875, 613.6240844726562, 373.6635437011719, 603.4607543945312, 672.3494262695312, 744.4425659179688, 966.1710815429688, 715.2273559570312, 1240.7059326171875, 337.7994384765625, 725.8156127929688, 422.5255126953125, 528.7630615234375]\n", - "240\n", - "3449\n", - "84\n", - "[521.1687622070312, 411.9747009277344, 555.05078125, 312.26513671875, 346.94012451171875, 714.3665161132812, 603.0758056640625, 426.323486328125, 723.9119873046875, 451.7959899902344, 585.6087036132812, 1253.5665283203125, 657.3602294921875, 317.2285461425781, 778.5471801757812, 568.6981811523438, 1150.3651123046875, 1281.86767578125, 1752.205810546875, 4160.89501953125, 547.4647216796875, 922.6449584960938, 2076.013916015625, 353.11572265625, 588.9710083007812, 325.859130859375, 2453.893310546875, 2008.2347412109375, 2085.590087890625, 583.6264038085938, 2507.826904296875, 3370.31689453125, 3365.13232421875, 1121.1719970703125, 413.4766845703125, 2956.5732421875, 4388.31787109375, 5352.69775390625, 3621.489013671875, 315.66558837890625, 325.71429443359375, 1354.7017822265625, 2152.4697265625, 545.749267578125, 639.5805053710938, 1147.780517578125, 5343.95263671875, 5284.0185546875, 5926.29833984375, 4365.5517578125, 4096.3408203125, 3059.561279296875, 634.9450073242188, 696.3123168945312, 570.7567138671875, 961.5970458984375, 359.84027099609375, 1405.8375244140625, 317.495361328125, 3029.186279296875, 4395.08056640625, 6379.36767578125, 3565.10791015625, 1825.085693359375, 895.068115234375, 341.80902099609375, 1961.90234375, 2395.049560546875, 1922.3477783203125, 1688.3909912109375, 844.9083862304688, 418.0740661621094, 446.6954345703125, 818.1473999023438, 1312.425537109375, 695.595703125, 1268.4871826171875, 764.3814086914062, 1448.70849609375, 1119.6700439453125, 879.3622436523438, 512.9117431640625, 2066.857421875, 927.4100952148438]\n", - "84\n", - "3450\n", - "21\n", - "[641.7411499023438, 370.66607666015625, 1353.88525390625, 3236.906494140625, 2098.50244140625, 3611.03125, 484.77374267578125, 657.3763427734375, 3981.13427734375, 4935.25390625, 2328.095703125, 1014.1710815429688, 487.4839782714844, 1231.7586669921875, 1808.2913818359375, 2669.273193359375, 708.3789672851562, 932.1814575195312, 606.4634399414062, 685.1503295898438, 1132.6900634765625]\n", - "21\n", - "3451\n", - "6\n", - "[1846.6031494140625, 1395.4190673828125, 382.1822204589844, 2280.628173828125, 1230.911865234375, 419.138427734375]\n", - "6\n", - "3452\n", - "5\n", - "[802.4738159179688, 984.23291015625, 726.7234497070312, 5470.33740234375, 4819.990234375]\n", - "5\n", - "3453\n", - "5\n", - "[1859.7615966796875, 4566.927734375, 979.5293579101562, 692.453369140625, 954.0030517578125]\n", - "5\n", - "3454\n", - "6\n", - "[803.9146728515625, 1244.3017578125, 653.7894287109375, 1874.4954833984375, 3236.6767578125, 1183.875]\n", - "6\n", - "3455\n", - "34\n", - "[510.9883728027344, 1672.8953857421875, 426.28887939453125, 1861.46337890625, 958.1677856445312, 412.7631530761719, 1081.586669921875, 1391.7857666015625, 3587.190673828125, 2720.546875, 1464.4783935546875, 396.77838134765625, 868.55078125, 2515.298828125, 4781.810546875, 2772.410888671875, 1437.6654052734375, 568.0576782226562, 568.7432250976562, 2660.77783203125, 1409.332763671875, 304.1197814941406, 992.9530639648438, 817.2872924804688, 506.6590881347656, 2220.821044921875, 1445.17626953125, 1313.147705078125, 506.6393737792969, 417.74224853515625, 1079.84033203125, 632.5917358398438, 1009.6796875, 1198.840087890625]\n", - "34\n", - "3456\n", - "12\n", - "[360.5604553222656, 901.7649536132812, 666.7201538085938, 2711.240478515625, 2058.21533203125, 3331.2939453125, 5956.80322265625, 368.0156555175781, 2189.366943359375, 3258.4833984375, 608.33251953125, 1333.7344970703125]\n", - "12\n", - "3457\n", - "8\n", - "[429.53753662109375, 791.7410888671875, 606.888916015625, 1605.42578125, 988.4258422851562, 502.42205810546875, 406.7052001953125, 978.3859252929688]\n", - "8\n", - "3458\n", - "33\n", - "[786.7949829101562, 473.44085693359375, 399.569091796875, 1228.4656982421875, 3710.8505859375, 2716.03662109375, 1275.6307373046875, 7826.7685546875, 2734.1337890625, 904.19189453125, 6547.3359375, 3002.8203125, 481.6924133300781, 2429.9091796875, 1158.0633544921875, 2546.9482421875, 685.3384399414062, 1954.558837890625, 302.5964050292969, 3317.614990234375, 795.3107299804688, 1120.223876953125, 464.1919860839844, 577.7444458007812, 1588.8057861328125, 1215.662109375, 590.1643676757812, 1101.4703369140625, 1235.0634765625, 415.9698791503906, 678.314453125, 926.64501953125, 404.64105224609375]\n", - "33\n", - "3459\n", - "9\n", - "[351.9886779785156, 341.8263244628906, 487.66754150390625, 1375.596923828125, 894.8406982421875, 466.5498962402344, 738.8515014648438, 346.3679504394531, 529.2526245117188]\n", - "9\n", - "3460\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[419.5622863769531, 489.70281982421875, 304.70086669921875, 438.7770080566406, 2055.360595703125, 1694.43701171875, 1123.16748046875, 331.693359375, 2149.53173828125, 1305.8831787109375, 325.16412353515625]\n", - "11\n", - "3461\n", - "4\n", - "[484.900390625, 2753.586181640625, 727.7241821289062, 1305.4951171875]\n", - "4\n", - "3462\n", - "31\n", - "[418.2607116699219, 305.39605712890625, 598.8931884765625, 4879.830078125, 3820.828857421875, 349.4286193847656, 1285.18408203125, 1131.02197265625, 3964.540283203125, 5245.1728515625, 7035.82421875, 6173.849609375, 1653.0809326171875, 386.9788818359375, 1000.4993286132812, 6502.68505859375, 7268.0537109375, 4792.52294921875, 1108.2406005859375, 3160.586181640625, 6630.67529296875, 6944.7421875, 1193.8787841796875, 566.4937133789062, 3480.030029296875, 692.9605712890625, 2401.164794921875, 1674.3885498046875, 559.2471313476562, 491.2612609863281, 595.9942626953125]\n", - "31\n", - "3463\n", - "9\n", - "[1020.598876953125, 618.5442504882812, 1236.47265625, 2170.129638671875, 471.4168395996094, 3242.549072265625, 8249.677734375, 1713.2337646484375, 2336.6630859375]\n", - "9\n", - "3464\n", - "5\n", - "[729.8193359375, 2130.851318359375, 709.456298828125, 2244.813720703125, 426.2845153808594]\n", - "5\n", - "3465\n", - "8\n", - "[443.64691162109375, 1283.122802734375, 722.560546875, 1084.5596923828125, 710.18310546875, 338.7252502441406, 525.2730102539062, 1053.745849609375]\n", - "8\n", - "3466\n", - "11\n", - "[699.0372924804688, 3027.97119140625, 1444.1407470703125, 396.78143310546875, 395.68914794921875, 2608.705810546875, 5562.44482421875, 1037.6024169921875, 687.9548950195312, 1993.2529296875, 747.196044921875]\n", - "11\n", - "3467\n", - "7\n", - "[901.0199584960938, 1168.888427734375, 819.22314453125, 963.3533325195312, 512.9608154296875, 1012.73974609375, 313.7760009765625]\n", - "7\n", - "3468\n", - "12\n", - "[642.7018432617188, 1818.7625732421875, 1022.5103759765625, 391.4022521972656, 993.1180419921875, 506.1988525390625, 2999.844482421875, 1612.102783203125, 347.38946533203125, 737.1107788085938, 913.2755737304688, 1207.4637451171875]\n", - "12\n", - "3469\n", - "3\n", - "[3823.04638671875, 987.0917358398438, 738.2325439453125]\n", - "3\n", - "3470\n", - "18\n", - "[1740.001220703125, 2820.431640625, 3294.394287109375, 5495.22314453125, 5559.12060546875, 3463.16650390625, 840.1869506835938, 2808.45361328125, 4833.029296875, 2725.9521484375, 2700.18994140625, 814.7069091796875, 1427.7452392578125, 375.46478271484375, 2159.705078125, 1346.5308837890625, 1003.2132568359375, 1148.6873779296875]\n", - "18\n", - "3471\n", - "9\n", - "[355.2647399902344, 4065.917236328125, 913.98828125, 402.9209289550781, 855.6300048828125, 2109.89599609375, 2947.50634765625, 757.0387573242188, 662.1063842773438]\n", - "9\n", - "3472\n", - "14\n", - "[681.6966552734375, 402.21240234375, 663.016845703125, 955.5577392578125, 348.368408203125, 1164.405517578125, 392.04443359375, 862.755859375, 350.62152099609375, 426.66943359375, 427.9981994628906, 647.148681640625, 323.9691162109375, 315.51507568359375]\n", - "14\n", - "3473\n", - "20\n", - "[619.865234375, 2049.64404296875, 523.275390625, 522.4091796875, 331.369140625, 2227.377685546875, 4071.40185546875, 1908.344482421875, 1967.686279296875, 5758.7744140625, 5733.4765625, 5587.25048828125, 4473.29052734375, 616.4942016601562, 365.6112976074219, 2885.336181640625, 5999.794921875, 3036.894775390625, 964.1651611328125, 352.6282958984375]\n", - "20\n", - "3474\n", - "5\n", - "[1249.945556640625, 3945.732666015625, 401.3987731933594, 2083.10595703125, 799.1080932617188]\n", - "5\n", - "3475\n", - "7\n", - "[1405.1534423828125, 449.91900634765625, 4010.251953125, 2593.1962890625, 313.9543762207031, 483.2317199707031, 300.9095153808594]\n", - "7\n", - "3476\n", - "6\n", - "[573.4480590820312, 1537.111328125, 683.8086547851562, 626.2000122070312, 1018.5728759765625, 1693.25537109375]\n", - "6\n", - "3477\n", - "4\n", - "[2001.234619140625, 2155.78271484375, 394.14227294921875, 459.61236572265625]\n", - "4\n", - "3478\n", - "6\n", - "[494.9948425292969, 1555.4552001953125, 875.0241088867188, 1152.621826171875, 873.9185791015625, 813.8244018554688]\n", - "6\n", - "3479\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[537.3528442382812, 1892.6846923828125, 441.45751953125, 2829.781005859375, 1158.544921875, 746.8233642578125, 1073.6278076171875, 304.833984375]\n", - "8\n", - "3480\n", - "982\n", - "[1200.55078125, 1871.3153076171875, 2612.523193359375, 323.1048583984375, 816.6505737304688, 697.1787109375, 2988.7265625, 743.856201171875, 1812.2548828125, 2104.32421875, 768.2813110351562, 2297.752685546875, 764.3843383789062, 1122.0487060546875, 1674.57373046875, 566.8049926757812, 1618.0645751953125, 1603.600830078125, 332.898681640625, 1339.6373291015625, 557.72998046875, 1580.5538330078125, 591.559814453125, 861.5552368164062, 2310.757080078125, 708.2103271484375, 1072.274169921875, 389.2078552246094, 668.1971435546875, 1729.0830078125, 1896.8701171875, 304.12249755859375, 1594.23388671875, 1388.9200439453125, 526.4027099609375, 1022.126708984375, 1598.8984375, 1521.2935791015625, 1442.31591796875, 857.4258422851562, 475.5255432128906, 360.49114990234375, 767.9462890625, 354.36187744140625, 430.0047302246094, 708.9453735351562, 409.984619140625, 1508.2406005859375, 658.6790161132812, 1783.9058837890625, 1579.8511962890625, 1416.815185546875, 1959.23291015625, 330.9961242675781, 1348.02587890625, 752.1474609375, 2399.63671875, 3194.154052734375, 848.583251953125, 1684.805419921875, 606.6248168945312, 879.6673583984375, 791.3714599609375, 490.7568054199219, 1894.697265625, 396.8018798828125, 626.7625122070312, 2229.709228515625, 463.8399353027344, 697.0868530273438, 137.04348754882812, 585.4522094726562, 339.25494384765625, 1711.8033447265625, 4307.3544921875, 2384.84326171875, 730.6032104492188, 2145.148193359375, 1725.9534912109375, 1276.62060546875, 444.8792419433594, 1127.3814697265625, 1001.5984497070312, 1168.7315673828125, 1238.196533203125, 720.6958618164062, 837.1787719726562, 522.45703125, 454.8514404296875, 1091.126708984375, 433.4801330566406, 305.73858642578125, 1174.3636474609375, 886.2506713867188, 614.6282958984375, 1303.915771484375, 233.93875122070312, 1098.9423828125, 2192.05810546875, 1506.1109619140625, 1998.26220703125, 1408.4375, 2847.72119140625, 3033.65283203125, 1272.26416015625, 125.9578628540039, 443.21990966796875, 587.8141479492188, 1540.0867919921875, 2414.305908203125, 131.89794921875, 218.06968688964844, 1198.9779052734375, 2519.0869140625, 642.4640502929688, 503.7720031738281, 273.1735534667969, 2550.954833984375, 2675.5830078125, 1473.1947021484375, 1331.28125, 735.9054565429688, 1493.2470703125, 469.69354248046875, 1737.1256103515625, 714.2584838867188, 272.7249450683594, 497.8751525878906, 808.9971313476562, 571.9180908203125, 2126.89013671875, 587.981689453125, 2800.76806640625, 680.2989501953125, 1211.7120361328125, 98.01406860351562, 1055.7835693359375, 1342.5614013671875, 894.7797241210938, 1473.9189453125, 1888.2166748046875, 1095.6021728515625, 892.0231323242188, 350.25408935546875, 2494.348388671875, 1742.8603515625, 1550.7291259765625, 3256.305908203125, 3190.7001953125, 1139.544677734375, 1776.7550048828125, 426.529296875, 1072.1715087890625, 347.7353820800781, 769.0867309570312, 512.1226806640625, 372.30645751953125, 2323.4208984375, 1034.62841796875, 296.7933349609375, 896.930908203125, 1009.4898071289062, 820.2611083984375, 3540.176025390625, 822.4338989257812, 564.2970581054688, 1348.88525390625, 808.2675170898438, 3122.754150390625, 1500.7384033203125, 196.8226776123047, 1371.4835205078125, 1572.66259765625, 3925.221923828125, 3805.182373046875, 309.68426513671875, 1038.957763671875, 1528.087646484375, 714.5611572265625, 381.68951416015625, 957.8775634765625, 349.68658447265625, 1030.0504150390625, 1872.001708984375, 919.4157104492188, 843.7728271484375, 1129.0264892578125, 1391.7197265625, 1728.5911865234375, 1463.227783203125, 2292.1044921875, 2523.546142578125, 117.83956909179688, 1479.6373291015625, 1023.4779052734375, 1877.8985595703125, 107.54846954345703, 870.03564453125, 2959.84765625, 1498.3927001953125, 1897.5836181640625, 3811.603515625, 2825.722900390625, 893.3744506835938, 623.0169067382812, 681.2340087890625, 1107.017333984375, 91.98210144042969, 624.886962890625, 3930.443115234375, 3547.359130859375, 1339.8642578125, 1746.751953125, 1462.72509765625, 1008.2952880859375, 3465.997802734375, 2606.6044921875, 659.3599853515625, 1457.6715087890625, 1095.5155029296875, 88.0040283203125, 743.5751342773438, 684.6607666015625, 844.843017578125, 2431.612548828125, 1602.989990234375, 1165.98046875, 2679.350341796875, 478.22259521484375, 352.47015380859375, 465.78570556640625, 1035.1796875, 982.7728881835938, 696.3895263671875, 541.60693359375, 1591.698974609375, 373.53338623046875, 2573.288330078125, 4065.20556640625, 1339.572509765625, 3715.686767578125, 654.9603271484375, 409.95758056640625, 1396.5301513671875, 2089.860595703125, 2030.6219482421875, 519.3329467773438, 1444.6724853515625, 1717.910888671875, 165.70614624023438, 917.3995971679688, 791.7335815429688, 2038.2537841796875, 3058.9482421875, 2372.422607421875, 2904.133056640625, 926.3394775390625, 810.0457153320312, 518.4951782226562, 1747.8544921875, 728.9384765625, 660.851806640625, 1525.050048828125, 313.4299011230469, 1662.20166015625, 3759.353515625, 2277.70556640625, 1682.0325927734375, 2617.674072265625, 1068.3447265625, 2975.1220703125, 325.3046875, 632.39453125, 1877.3148193359375, 515.5764770507812, 906.973388671875, 1520.061279296875, 658.8951416015625, 186.30996704101562, 1089.3917236328125, 1040.671142578125, 1291.03564453125, 3438.664794921875, 3325.56005859375, 3940.950439453125, 2883.183349609375, 685.6336669921875, 1011.3977661132812, 2214.56982421875, 730.538330078125, 1450.65576171875, 95.79802703857422, 151.59912109375, 514.7981567382812, 2974.127685546875, 3614.948486328125, 3558.309814453125, 4446.0791015625, 3394.641357421875, 1689.9779052734375, 1617.8321533203125, 685.1309814453125, 1483.1883544921875, 844.95654296875, 1495.58740234375, 1447.656005859375, 384.2677001953125, 709.9398803710938, 2026.3790283203125, 2260.977294921875, 1294.2408447265625, 1960.302978515625, 4793.2197265625, 4629.11376953125, 2863.1416015625, 1497.0577392578125, 2372.07666015625, 688.3307495117188, 123.69317626953125, 1045.7789306640625, 1223.0679931640625, 3492.011962890625, 3991.097900390625, 3983.75244140625, 4794.58740234375, 5176.03369140625, 4085.35009765625, 2652.579345703125, 1748.0491943359375, 980.6595458984375, 1151.6031494140625, 898.9091186523438, 3791.075439453125, 3331.7109375, 1343.65869140625, 2398.15576171875, 3413.861328125, 1126.8914794921875, 2452.708251953125, 3937.356201171875, 4171.24072265625, 1162.9644775390625, 2446.06005859375, 556.6868286132812, 530.0078125, 2246.048583984375, 2857.7041015625, 4175.67822265625, 4619.3740234375, 4948.6728515625, 4000.0810546875, 4661.5380859375, 4890.650390625, 4207.486328125, 3311.663818359375, 1143.7010498046875, 4322.33740234375, 2177.7294921875, 613.3527221679688, 2077.164306640625, 2986.699462890625, 2691.884521484375, 2015.3150634765625, 863.96044921875, 1364.559814453125, 735.754150390625, 1563.3011474609375, 368.7715759277344, 990.7453002929688, 1832.8642578125, 695.3734130859375, 378.87890625, 1406.0430908203125, 1377.1749267578125, 1167.201904296875, 511.46868896484375, 2540.139404296875, 4385.14892578125, 4818.28271484375, 4268.8115234375, 3590.84765625, 5199.6591796875, 4498.29150390625, 5074.83056640625, 5053.3134765625, 2941.114013671875, 2593.540771484375, 1204.8153076171875, 130.80072021484375, 135.56253051757812, 1360.1871337890625, 2121.371826171875, 508.7824401855469, 1002.8794555664062, 1132.19384765625, 682.2933959960938, 77.48592376708984, 602.7157592773438, 1716.667724609375, 535.3587646484375, 476.43896484375, 1009.9762573242188, 1634.6903076171875, 1742.7091064453125, 1901.318359375, 1221.4031982421875, 639.8480224609375, 974.7249145507812, 549.5684814453125, 1786.9920654296875, 2511.68212890625, 890.001708984375, 3511.918701171875, 4105.6240234375, 4455.87841796875, 3661.285400390625, 4133.7412109375, 4172.7001953125, 3263.43505859375, 1890.0814208984375, 792.9659423828125, 2249.572509765625, 135.751708984375, 912.8269653320312, 456.55401611328125, 855.426025390625, 381.0409240722656, 1561.3499755859375, 428.9561462402344, 2374.373779296875, 1488.052978515625, 1123.432373046875, 1113.530517578125, 1306.0723876953125, 1647.056884765625, 1276.8043212890625, 1284.3226318359375, 325.31005859375, 131.17367553710938, 567.496826171875, 134.8112335205078, 1473.043212890625, 1275.1234130859375, 2196.34423828125, 1942.10986328125, 4470.41796875, 3613.294677734375, 2246.594482421875, 1256.84912109375, 3717.20556640625, 2265.1552734375, 468.5530700683594, 643.647705078125, 1518.7640380859375, 2575.271728515625, 762.7034301757812, 2042.1724853515625, 1684.45947265625, 496.24285888671875, 1951.5198974609375, 1306.947998046875, 893.3635864257812, 2095.80615234375, 666.0405883789062, 239.0248260498047, 183.79666137695312, 454.0731201171875, 512.8848266601562, 1454.1798095703125, 523.0732421875, 428.91290283203125, 400.3583679199219, 369.2850341796875, 1406.4970703125, 431.1559753417969, 436.76092529296875, 814.3264770507812, 1441.2294921875, 2124.0634765625, 3013.01123046875, 3134.0234375, 2763.39794921875, 397.9693298339844, 1407.74560546875, 698.6704711914062, 2057.538818359375, 969.1307373046875, 1243.5960693359375, 305.960205078125, 1911.7230224609375, 553.1790161132812, 1080.16552734375, 1001.7984619140625, 2911.94873046875, 244.58116149902344, 2149.115478515625, 775.313232421875, 227.5824737548828, 1896.6917724609375, 1502.5924072265625, 1381.8880615234375, 1640.6951904296875, 475.228271484375, 1069.1500244140625, 1445.8724365234375, 426.0050048828125, 1128.734619140625, 816.85595703125, 706.12939453125, 2449.935546875, 2322.5400390625, 1807.10400390625, 1274.99365234375, 233.45228576660156, 862.3930053710938, 624.9410400390625, 2002.494384765625, 1743.1090087890625, 1107.0499267578125, 1492.6363525390625, 1914.6201171875, 1497.717041015625, 1283.598388671875, 383.9217834472656, 410.2008361816406, 1496.4468994140625, 730.4302368164062, 322.62921142578125, 230.80384826660156, 1392.0008544921875, 1643.203125, 1180.1630859375, 367.4743957519531, 2605.247802734375, 850.7452392578125, 913.210693359375, 557.3678588867188, 834.7465209960938, 4046.526123046875, 2363.89892578125, 836.6382446289062, 884.629150390625, 2347.9326171875, 676.3424682617188, 408.5955505371094, 2067.197509765625, 1315.3094482421875, 2085.15283203125, 213.09710693359375, 1276.78271484375, 1121.443359375, 850.7073974609375, 1362.851806640625, 898.411865234375, 687.1199951171875, 1108.1199951171875, 798.6519775390625, 1970.410400390625, 871.0626220703125, 1028.0289306640625, 522.0138549804688, 594.2515258789062, 1366.2352294921875, 1141.814697265625, 1782.80859375, 1385.439208984375, 1940.601806640625, 2192.658203125, 1110.265869140625, 727.857421875, 356.5833435058594, 427.0589904785156, 2296.228515625, 345.16802978515625, 1385.482421875, 406.0335693359375, 726.1764526367188, 2160.5361328125, 1484.8856201171875, 218.16697692871094, 239.62478637695312, 152.80984497070312, 1118.3570556640625, 1609.600341796875, 1537.7139892578125, 292.10723876953125, 255.23439025878906, 1575.2408447265625, 2923.299072265625, 2964.38232421875, 1265.145751953125, 1375.0616455078125, 364.6854248046875, 1015.4947509765625, 1139.5230712890625, 411.8655700683594, 91.04704284667969, 734.00830078125, 614.6229248046875, 452.2840881347656, 2265.814697265625, 1314.963623046875, 2028.9193115234375, 569.86962890625, 2058.414306640625, 2548.079345703125, 873.6624145507812, 1595.46630859375, 1027.201904296875, 976.77880859375, 2023.4927978515625, 322.1697692871094, 723.5604858398438, 233.02528381347656, 957.9856567382812, 584.5603637695312, 1031.320556640625, 1077.7061767578125, 104.62977600097656, 1047.130126953125, 2103.497314453125, 509.45806884765625, 768.1786499023438, 1110.4117431640625, 1767.901611328125, 470.84478759765625, 2171.086669921875, 588.0736083984375, 175.98104858398438, 882.9481811523438, 397.9477233886719, 915.5997314453125, 1609.80029296875, 1518.9532470703125, 961.406982421875, 645.5664672851562, 3169.247802734375, 3701.455322265625, 3025.237060546875, 1028.6505126953125, 1764.9937744140625, 342.162841796875, 386.9107360839844, 559.9352416992188, 2180.891357421875, 2415.327392578125, 317.6998596191406, 1461.708984375, 1223.489501953125, 1568.38720703125, 1664.266357421875, 766.5084838867188, 738.3377075195312, 355.32940673828125, 517.3763427734375, 511.74432373046875, 2355.8779296875, 928.0204467773438, 2081.855712890625, 1438.2459716796875, 3009.411376953125, 3911.7255859375, 2104.329833984375, 1158.7701416015625, 1854.008544921875, 556.4274291992188, 910.5676879882812, 651.7714233398438, 80.48028564453125, 1104.428466796875, 950.2565307617188, 657.0953369140625, 357.9183654785156, 1469.5191650390625, 2305.2763671875, 1304.88330078125, 305.37103271484375, 1107.9091796875, 513.49560546875, 579.3229370117188, 2611.685302734375, 2650.249755859375, 741.6887817382812, 794.7442016601562, 3439.113525390625, 1875.5203857421875, 837.6544189453125, 936.3440551757812, 413.0979309082031, 471.4231262207031, 1161.7320556640625, 1366.905517578125, 1062.610107421875, 701.14599609375, 943.0841064453125, 3360.487060546875, 1013.921875, 681.8717651367188, 428.66424560546875, 114.87763214111328, 1706.2685546875, 847.9130859375, 1215.4793701171875, 975.6923828125, 1227.7379150390625, 2105.47021484375, 1576.673095703125, 1868.883056640625, 495.2375183105469, 859.7877807617188, 798.8519897460938, 1707.403564453125, 1017.6513671875, 250.82931518554688, 1586.7803955078125, 209.33522033691406, 2263.16064453125, 1639.3818359375, 348.27044677734375, 1458.6173095703125, 464.9317321777344, 695.1572265625, 1295.5218505859375, 1010.4464721679688, 326.396484375, 1134.0098876953125, 544.7688598632812, 1775.79296875, 496.994140625, 2061.6953125, 1189.221923828125, 794.230712890625, 775.9186401367188, 353.8808288574219, 967.001220703125, 1395.638427734375, 1797.088623046875, 751.250244140625, 1835.8909912109375, 1417.40966796875, 1680.5894775390625, 197.1739959716797, 1355.771240234375, 1256.91943359375, 716.063720703125, 1540.4056396484375, 361.19378662109375, 722.0092163085938, 1485.723388671875, 946.0189819335938, 449.5167236328125, 1854.6192626953125, 2777.86181640625, 744.2291259765625, 440.1012268066406, 541.260986328125, 362.9774169921875, 1464.2115478515625, 2115.145263671875, 1085.6029052734375, 3438.059326171875, 483.1141357421875, 750.2340698242188, 1390.2496337890625, 734.5758666992188, 1064.0423583984375, 1284.6632080078125, 1876.08251953125, 2853.0830078125, 377.046630859375, 694.2330322265625, 382.00299072265625, 455.8675537109375, 1479.334716796875, 911.5027465820312, 1876.70947265625, 2150.358642578125, 666.2351684570312, 2639.23974609375, 3025.388671875, 854.4801025390625, 1105.4229736328125, 803.500244140625, 2641.504638671875, 1488.49609375, 1782.9058837890625, 2155.00146484375, 1105.455322265625, 1972.8642578125, 604.4939575195312, 663.9542236328125, 524.0569458007812, 1118.600341796875, 2194.3876953125, 3546.61865234375, 2943.82177734375, 1207.0367431640625, 1285.20361328125, 1671.1414794921875, 375.7980651855469, 664.1704711914062, 552.8763427734375, 1543.956787109375, 2390.03759765625, 1832.7073974609375, 3011.200439453125, 2060.095458984375, 2647.95263671875, 307.7654724121094, 954.0291748046875, 658.7330322265625, 1925.45166015625, 315.37567138671875, 1724.142822265625, 2726.476318359375, 1740.3848876953125, 1749.6328125, 1298.548583984375, 1496.9224853515625, 1003.1173095703125, 390.6617736816406, 358.62103271484375, 990.8425903320312, 426.1833801269531, 1655.1806640625, 344.68695068359375, 1122.3675537109375, 3024.604736328125, 3979.477294921875, 4744.16943359375, 3372.5185546875, 1922.295166015625, 339.1090087890625, 926.3772583007812, 161.10650634765625, 713.7503662109375, 3517.610107421875, 3231.3564453125, 744.6939697265625, 1273.0965576171875, 2410.92236328125, 636.21044921875, 564.6592407226562, 483.06549072265625, 405.43902587890625, 1252.373779296875, 2428.931884765625, 2249.340087890625, 2434.67724609375, 894.8661499023438, 932.522705078125, 3236.107421875, 3906.7314453125, 1705.5010986328125, 884.5642700195312, 768.7245483398438, 862.911865234375, 2249.11328125, 3553.54248046875, 3636.184814453125, 3919.519775390625, 4516.84130859375, 2112.02099609375, 814.3750610351562, 1337.702392578125, 558.6434326171875, 705.5510864257812, 1090.5322265625, 800.770751953125, 1677.7734375, 2092.903564453125, 1281.7066650390625, 971.6224365234375, 2173.53515625, 1222.9976806640625, 799.8194580078125, 639.4480590820312, 601.3644409179688, 838.8272705078125, 618.0335083007812, 754.0338134765625, 4325.69921875, 5054.66455078125, 4258.1640625, 980.173095703125, 475.0012512207031, 1445.18603515625, 617.4659423828125, 934.1604614257812, 2122.085205078125, 1663.5799560546875, 403.27703857421875, 320.78607177734375, 1077.2845458984375, 1689.810302734375, 750.942138671875, 1333.1297607421875, 766.31396484375, 2093.125244140625, 1433.365234375, 2556.76513671875, 943.8245239257812, 1962.859619140625, 1442.6131591796875, 3851.35205078125, 5006.65771484375, 4554.41650390625, 2041.588623046875, 331.574462890625, 757.0767822265625, 905.6653442382812, 964.5148315429688, 1057.405029296875, 1727.4722900390625, 1419.65283203125, 1512.5321044921875, 1002.4903564453125, 825.3526000976562, 772.0918579101562, 384.3055419921875, 2842.359375, 1395.58984375, 676.737060546875, 969.2929077148438, 1008.9276733398438, 578.7716674804688, 802.9759521484375, 2035.0648193359375, 2135.46240234375, 1715.6083984375, 2940.52490234375, 426.48065185546875, 569.0426635742188, 689.590087890625, 458.7700500488281, 583.5928344726562, 500.3614501953125, 2725.454833984375, 2073.834716796875, 995.2422485351562, 357.4103088378906, 346.1571044921875, 752.2447509765625, 457.75933837890625, 891.8015747070312, 716.8853149414062, 541.5636596679688, 587.430419921875, 1545.5728759765625, 351.5621032714844, 1043.865478515625, 1683.259521484375, 445.0413818359375]\n", - "953\n", - "3481\n", - "20\n", - "[703.0520629882812, 860.30517578125, 709.9094848632812, 1206.770751953125, 4751.60595703125, 5748.89990234375, 325.72222900390625, 635.458984375, 3500.758056640625, 2762.483154296875, 789.460205078125, 3346.596923828125, 5435.375, 1656.177734375, 457.473876953125, 566.5309448242188, 2716.1357421875, 6186.828125, 2764.01220703125, 886.9931640625]\n", - "20\n", - "3482\n", - "3\n", - "[1565.5982666015625, 7539.85009765625, 397.4875793457031]\n", - "3\n", - "3483\n", - "4\n", - "[2035.501220703125, 4424.18896484375, 1289.2879638671875, 2519.93994140625]\n", - "4\n", - "3484\n", - "5\n", - "[1041.48486328125, 367.43328857421875, 2393.850341796875, 1176.0338134765625, 1281.2301025390625]\n", - "5\n", - "3485\n", - "6\n", - "[315.68817138671875, 1281.1094970703125, 1077.0750732421875, 1409.1478271484375, 639.3607788085938, 1084.6224365234375]\n", - "6\n", - "3486\n", - "7\n", - "[1085.7310791015625, 3682.8037109375, 1548.3052978515625, 4582.43896484375, 901.5853271484375, 680.7982788085938, 2190.9140625]\n", - "7\n", - "3487\n", - "10\n", - "[1183.6007080078125, 960.239501953125, 1146.7982177734375, 957.07763671875, 2235.1845703125, 2174.06494140625, 482.3196105957031, 1865.27783203125, 1205.9556884765625, 689.0280151367188]\n", - "10\n", - "3488\n", - "9\n", - "[2661.5205078125, 917.4771118164062, 1673.871826171875, 337.10992431640625, 1102.9005126953125, 564.5279541015625, 1753.8089599609375, 905.9462280273438, 350.58843994140625]\n", - "9\n", - "3489\n", - "41\n", - "[468.8800354003906, 2679.8232421875, 1483.224853515625, 3160.128173828125, 2356.884521484375, 856.6036987304688, 323.7291564941406, 7032.826171875, 6782.3564453125, 3383.689208984375, 315.47418212890625, 549.0504150390625, 1324.791015625, 4418.02392578125, 3988.30810546875, 3630.59716796875, 1594.45947265625, 568.591796875, 397.906982421875, 361.0732421875, 1041.57080078125, 6332.2275390625, 3888.767333984375, 4766.697265625, 1897.3677978515625, 1642.86474609375, 3291.067138671875, 1010.0176391601562, 529.6963500976562, 2251.9736328125, 2530.589599609375, 2259.087646484375, 1362.0240478515625, 1031.9305419921875, 318.9700927734375, 1982.2481689453125, 1457.5880126953125, 368.36151123046875, 932.34912109375, 402.2452392578125, 646.5211791992188]\n", - "41\n", - "3490\n", - "7\n", - "[550.9917602539062, 428.68756103515625, 3195.492431640625, 3932.6494140625, 433.2767639160156, 319.2225341796875, 498.0308837890625]\n", - "7\n", - "3491\n", - "5\n", - "[1293.274658203125, 327.5916442871094, 720.8322143554688, 3342.9921875, 2842.22900390625]\n", - "5\n", - "3492\n", - "34\n", - "[684.2424926757812, 1029.96728515625, 1227.6767578125, 716.3212280273438, 657.023193359375, 655.332275390625, 699.231201171875, 1071.83056640625, 1499.0162353515625, 830.8623657226562, 1939.0072021484375, 2041.810302734375, 688.2318115234375, 696.7357788085938, 3175.943115234375, 1979.8690185546875, 1093.1397705078125, 3540.645751953125, 2379.5400390625, 411.8851013183594, 1206.548095703125, 5962.54150390625, 8429.009765625, 4407.0673828125, 367.3951416015625, 312.16851806640625, 4481.20654296875, 10777.1435546875, 4568.0029296875, 1641.482666015625, 5079.095703125, 3363.802490234375, 1480.0546875, 687.4930419921875]\n", - "34\n", - "3493\n", - "8\n", - "[410.6175842285156, 983.3565673828125, 2945.274169921875, 4615.83203125, 951.2662353515625, 678.9291381835938, 1897.1116943359375, 879.4994506835938]\n", - "8\n", - "3494\n", - "18\n", - "[1653.1890869140625, 646.7932739257812, 559.8428955078125, 1178.40673828125, 778.3722534179688, 1594.1258544921875, 2458.86083984375, 600.1409301757812, 760.5223388671875, 488.9491882324219, 1422.524169921875, 2456.12255859375, 751.7052612304688, 1388.0743408203125, 3848.1923828125, 1342.366943359375, 2330.883056640625, 556.7550659179688]\n", - "18\n", - "3495\n", - "10\n", - "[329.10101318359375, 1286.1412353515625, 1318.09228515625, 1660.6453857421875, 1925.485107421875, 3519.3369140625, 7734.484375, 1253.7412109375, 1288.8173828125, 1030.01220703125]\n", - "10\n", - "3496\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "[521.3029174804688, 2055.7314453125, 1744.474609375, 339.97515869140625, 2134.057861328125, 1701.5565185546875, 605.9976196289062, 535.50537109375, 2250.8544921875, 1062.6180419921875, 704.0270385742188, 487.7760925292969, 2237.84375, 948.2259521484375, 354.75360107421875, 1213.490966796875, 1732.7852783203125, 1009.6981811523438, 1586.246826171875]\n", - "19\n", - "3497\n", - "42\n", - "[645.8446044921875, 467.3863525390625, 1139.1602783203125, 1191.6907958984375, 1588.0484619140625, 2577.838134765625, 1293.10205078125, 353.3636474609375, 601.3893432617188, 2276.5546875, 4749.0478515625, 497.3879699707031, 509.0159912109375, 542.882080078125, 764.1611328125, 989.1524047851562, 6488.6416015625, 5174.88720703125, 2088.158203125, 315.2383728027344, 656.2606811523438, 552.993408203125, 711.325927734375, 4195.06396484375, 4726.76806640625, 4161.04541015625, 1214.5244140625, 645.0828247070312, 3298.236328125, 5370.27197265625, 2206.177001953125, 2613.78173828125, 2626.642578125, 3699.337890625, 2581.314453125, 1005.3720703125, 979.096435546875, 876.487060546875, 311.65093994140625, 446.0694274902344, 670.603515625, 699.3169555664062]\n", - "42\n", - "3498\n", - "4\n", - "[1364.6383056640625, 871.0005493164062, 1341.874267578125, 2265.809326171875]\n", - "4\n", - "3499\n", - "13\n", - "[455.921630859375, 1007.927734375, 589.7113037109375, 960.96923828125, 2256.961181640625, 947.0081176757812, 300.9173583984375, 310.7922668457031, 335.5849609375, 460.5861511230469, 702.275634765625, 1652.16455078125, 1812.86572265625]\n", - "13\n", - "3500\n", - "19\n", - "[3062.646484375, 2260.5380859375, 6342.140625, 8653.17578125, 4482.47607421875, 2083.537841796875, 574.6859741210938, 1078.237060546875, 1589.4207763671875, 5242.19970703125, 3108.6982421875, 900.3306274414062, 655.2550048828125, 335.4200439453125, 1467.0960693359375, 663.9110107421875, 649.978271484375, 952.5758056640625]\n", - "18\n", - "3501\n", - "37\n", - "[302.9486083984375, 632.399169921875, 712.3319091796875, 1828.3077392578125, 4056.373291015625, 1537.0771484375, 1888.391845703125, 3106.64306640625, 7156.72216796875, 7404.65966796875, 4833.2392578125, 983.86767578125, 373.63177490234375, 302.4532470703125, 2390.963134765625, 3391.88671875, 5878.01953125, 4411.38623046875, 6412.7041015625, 3532.70654296875, 552.2869873046875, 589.405029296875, 445.6046142578125, 3932.020263671875, 2976.516357421875, 1780.0526123046875, 1328.537841796875, 5002.30322265625, 1418.6085205078125, 316.81024169921875, 678.3909912109375, 750.0648803710938, 1915.96142578125, 931.1713256835938, 387.7325744628906, 712.0073852539062, 337.1884460449219]\n", - "37\n", - "3502\n", - "17\n", - "[356.4734802246094, 333.64208984375, 835.7437744140625, 1682.9384765625, 1218.974609375, 1032.150390625, 1871.846435546875, 974.1669311523438, 977.6146240234375, 4954.2626953125, 446.86651611328125, 5386.97900390625, 542.107177734375, 2215.89404296875, 2022.8004150390625, 1230.8931884765625, 815.4942016601562]\n", - "17\n", - "3503\n", - "14\n", - "[1124.7880859375, 417.40924072265625, 740.4407958984375, 2387.146240234375, 1102.197021484375, 963.6835327148438, 690.5606079101562, 586.0203247070312, 611.8912353515625, 349.2392883300781, 933.7597045898438, 677.898193359375, 330.0382385253906, 586.2685546875]\n", - "14\n", - "3504\n", - "38\n", - "[459.167724609375, 702.0651245117188, 2479.9267578125, 738.5210571289062, 920.1434936523438, 1436.510009765625, 10335.7451171875, 11374.85546875, 5247.5234375, 348.221923828125, 1855.244140625, 773.859375, 2282.9853515625, 545.524658203125, 1191.443115234375, 2447.908447265625, 4302.36376953125, 11218.8408203125, 14561.251953125, 8593.912109375, 882.0438842773438, 530.7318725585938, 1653.2406005859375, 730.1385498046875, 1637.6917724609375, 479.8118896484375, 7753.6494140625, 6909.08056640625, 12366.990234375, 6012.3427734375, 13467.572265625, 322.7454528808594, 360.91082763671875, 6556.19091796875, 6394.22607421875, 944.4694213867188, 3178.408447265625, 549.4036254882812]\n", - "38\n", - "3505\n", - "4\n", - "[1327.8824462890625, 1337.58837890625, 1251.0064697265625, 2532.324462890625]\n", - "4\n", - "3506\n", - "11\n", - "[1258.1068115234375, 1470.0980224609375, 2303.736328125, 514.8727416992188, 515.18212890625, 2580.228515625, 2992.546142578125, 1242.35205078125, 776.4229125976562, 846.0134887695312, 333.79254150390625]\n", - "11\n", - "3507\n", - "15\n", - "[1322.4974365234375, 1228.4696044921875, 2575.213623046875, 1297.0401611328125, 1491.0606689453125, 881.0052490234375, 501.4931640625, 4328.681640625, 3699.467041015625, 2918.3046875, 2859.283203125, 3590.91162109375, 1623.6654052734375, 1031.1165771484375, 1547.695068359375]\n", - "15\n", - "3508\n", - "14\n", - "[773.40673828125, 2968.351318359375, 406.1036682128906, 377.34698486328125, 356.2428283691406, 1736.5972900390625, 532.6176147460938, 438.1485290527344, 421.24639892578125, 1146.022216796875, 487.83001708984375, 684.4378662109375, 367.19207763671875, 451.1219177246094]\n", - "14\n", - "3509\n", - "9\n", - "[1231.1231689453125, 924.3656616210938, 627.3948974609375, 2854.212646484375, 1424.862548828125, 592.5208129882812, 2269.830810546875, 616.250732421875, 557.646728515625]\n", - "9\n", - "3510\n", - "5\n", - "[558.2224731445312, 2510.708984375, 447.7933044433594, 805.62841796875, 828.1656494140625]\n", - "5\n", - "3511\n", - "8\n", - "[1126.8436279296875, 2056.66845703125, 772.8215942382812, 2490.736083984375, 1779.6116943359375, 3072.364990234375, 599.947509765625, 657.2844848632812]\n", - "8\n", - "3512\n", - "4\n", - "[1728.8795166015625, 603.8580322265625, 1022.1603393554688, 1894.2257080078125]\n", - "4\n", - "3513\n", - "11\n", - "[1299.146484375, 727.2498168945312, 3217.30078125, 4533.15625, 895.8070678710938, 14741.1025390625, 19326.912109375, 6430.36328125, 1263.242431640625, 2516.133544921875, 1022.5510864257812]\n", - "11\n", - "3514\n", - "6\n", - "[1967.8436279296875, 2573.109619140625, 312.0843200683594, 718.4027099609375, 2232.029052734375, 1500.83642578125]\n", - "6\n", - "3515\n", - "13\n", - "[321.02880859375, 939.091796875, 4641.4814453125, 7011.95849609375, 1714.5106201171875, 524.6857299804688, 7044.49951171875, 7387.2509765625, 1624.137939453125, 342.17803955078125, 874.593017578125, 1231.9959716796875, 340.3094177246094]\n", - "13\n", - "3516\n", - "83\n", - "[453.040771484375, 2075.88330078125, 2353.878173828125, 840.443359375, 746.4506225585938, 517.1818237304688, 1308.2506103515625, 2065.721923828125, 3326.9111328125, 1102.866455078125, 2343.25732421875, 2007.175048828125, 2261.798828125, 2738.3349609375, 762.1466674804688, 619.70361328125, 2181.92919921875, 3710.21142578125, 3217.211669921875, 3673.500732421875, 2407.96044921875, 441.86865234375, 1270.518310546875, 3079.85986328125, 3655.826416015625, 3999.805419921875, 3764.110107421875, 3677.1220703125, 1216.0360107421875, 1320.15771484375, 3152.4111328125, 3720.80517578125, 4279.0, 3944.33935546875, 3550.418212890625, 2509.233642578125, 366.6095886230469, 1088.397216796875, 1852.8951416015625, 2619.560302734375, 2215.764404296875, 3090.65380859375, 4080.696533203125, 2863.179443359375, 2421.867431640625, 833.5574340820312, 2586.930419921875, 1307.3209228515625, 362.1612854003906, 2104.22705078125, 2454.513671875, 2298.547119140625, 2204.170654296875, 1025.8992919921875, 2544.00927734375, 3401.19189453125, 1795.396728515625, 1249.21728515625, 802.251708984375, 1272.7127685546875, 1737.6768798828125, 1047.1734619140625, 1677.7464599609375, 1819.908447265625, 2099.55712890625, 376.7872009277344, 2100.119140625, 1305.0562744140625, 383.93798828125, 302.2740173339844, 1022.4239501953125, 937.2305297851562, 650.9552612304688, 1320.3253173828125, 1090.2078857421875, 3238.701904296875, 1313.871826171875, 1220.1600341796875, 1291.0411376953125, 363.1557922363281, 421.66717529296875, 1190.79150390625, 649.3013305664062]\n", - "83\n", - "3517\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1838\n", - "[319.9225769042969, 395.9706115722656, 338.7179870605469, 309.47113037109375, 1096.9256591796875, 873.6130981445312, 639.0388793945312, 600.8771362304688, 302.9482727050781, 1603.5450439453125, 877.3407592773438, 322.2051696777344, 1122.2564697265625, 609.6038208007812, 484.7742614746094, 800.5200805664062, 1354.6114501953125, 878.791748046875, 738.6752319335938, 1179.9595947265625, 1900.3341064453125, 801.4777221679688, 1012.150634765625, 374.688720703125, 522.025390625, 457.8881530761719, 627.4312744140625, 370.885009765625, 551.3720092773438, 361.9906311035156, 497.5599670410156, 1488.7685546875, 2811.443359375, 1945.2642822265625, 82.62867736816406, 1374.510009765625, 2000.1961669921875, 776.5235595703125, 496.5501708984375, 441.2587890625, 448.10498046875, 2188.560546875, 389.485107421875, 308.2536926269531, 1910.065185546875, 395.3446044921875, 1145.032470703125, 886.3489379882812, 621.73583984375, 87.51158142089844, 1513.919189453125, 1567.0001220703125, 2037.3460693359375, 782.7113037109375, 520.9678344726562, 379.44757080078125, 1016.2294921875, 1584.9605712890625, 725.9393920898438, 816.0652465820312, 954.013427734375, 322.3114318847656, 1139.3482666015625, 985.7948608398438, 827.8793334960938, 394.3129577636719, 458.1962890625, 2452.05712890625, 398.6399230957031, 1687.6953125, 139.00489807128906, 4077.927490234375, 2789.267578125, 707.8175659179688, 984.3497924804688, 534.8998413085938, 576.697998046875, 2883.725341796875, 519.5755615234375, 428.1526794433594, 2395.355224609375, 3173.16845703125, 455.1463317871094, 450.69415283203125, 2613.94384765625, 680.8965454101562, 399.3811340332031, 439.44091796875, 1950.365234375, 2672.88427734375, 423.2146911621094, 322.0760498046875, 309.7156677246094, 322.3123779296875, 510.7972412109375, 338.29376220703125, 745.5911865234375, 2298.53369140625, 1287.73828125, 1337.729248046875, 406.8782653808594, 692.7206420898438, 1104.9124755859375, 3050.28466796875, 355.4350280761719, 1765.62646484375, 1425.451171875, 195.9119415283203, 1141.06103515625, 1818.3416748046875, 3872.2294921875, 3716.1220703125, 650.417236328125, 842.703369140625, 1839.8765869140625, 1382.0308837890625, 1203.8026123046875, 1855.90234375, 2497.99560546875, 2078.247314453125, 2908.3173828125, 2806.298583984375, 430.8858337402344, 1495.473388671875, 422.4634704589844, 1026.1251220703125, 372.9483642578125, 616.38720703125, 2817.09765625, 1843.5574951171875, 648.5091552734375, 739.6416015625, 407.05352783203125, 1208.23974609375, 874.5098266601562, 3856.2236328125, 616.5625, 1690.83544921875, 645.3440551757812, 1407.24169921875, 3480.23046875, 3073.221923828125, 4175.890625, 4332.66943359375, 4452.869140625, 3389.869140625, 4441.8408203125, 2382.69482421875, 388.07464599609375, 1827.0118408203125, 4020.695068359375, 4031.95849609375, 1238.2332763671875, 1150.4896240234375, 702.0958862304688, 644.0769653320312, 504.3409118652344, 1295.571044921875, 2145.47607421875, 1181.3211669921875, 2131.5283203125, 1959.92578125, 323.0426025390625, 3007.350341796875, 2813.752197265625, 1804.93505859375, 562.800537109375, 544.611083984375, 689.2750854492188, 694.7439575195312, 1267.986328125, 1921.4635009765625, 359.7920837402344, 1707.221923828125, 2174.357666015625, 1718.675537109375, 3080.4736328125, 1690.1544189453125, 3583.9482421875, 306.4021911621094, 940.3450927734375, 2684.084228515625, 2987.92578125, 424.6946716308594, 3300.42919921875, 1269.645751953125, 959.8929443359375, 1578.0780029296875, 2979.540283203125, 4029.138427734375, 3157.363037109375, 1879.1051025390625, 737.8086547851562, 735.5049438476562, 403.011962890625, 372.0619201660156, 686.6007690429688, 2846.82568359375, 737.252685546875, 294.1258239746094, 811.397705078125, 499.50311279296875, 1006.1727905273438, 189.4464874267578, 2124.036376953125, 1310.505126953125, 2304.503173828125, 1133.4837646484375, 409.69781494140625, 974.893798828125, 1094.8719482421875, 1781.4593505859375, 1755.9862060546875, 377.4289245605469, 713.9677124023438, 1328.2344970703125, 1608.752685546875, 864.2181396484375, 604.8385009765625, 770.0107421875, 2461.6826171875, 3893.008056640625, 3808.551513671875, 2647.332763671875, 462.72857666015625, 311.51397705078125, 1727.379638671875, 1930.6534423828125, 1346.38818359375, 824.904541015625, 1995.1427001953125, 418.25665283203125, 304.6528625488281, 863.8175048828125, 373.6495056152344, 302.4342956542969, 1386.1075439453125, 3113.24658203125, 613.6804809570312, 1246.7921142578125, 3303.043701171875, 3923.77783203125, 2310.3876953125, 124.68170928955078, 3079.682373046875, 4828.71728515625, 1244.7186279296875, 2981.934326171875, 1710.4371337890625, 3093.45458984375, 898.4835815429688, 368.9769287109375, 1758.7904052734375, 2166.3896484375, 3104.392333984375, 1168.300048828125, 214.2766571044922, 162.03213500976562, 2089.0947265625, 314.54388427734375, 3570.651611328125, 3982.978759765625, 1893.42822265625, 548.1868286132812, 1040.7587890625, 3294.590087890625, 1373.136474609375, 2398.495361328125, 371.1705017089844, 1576.3602294921875, 2390.3671875, 1106.4801025390625, 561.5084228515625, 81.93254852294922, 248.48699951171875, 860.9779052734375, 1646.6689453125, 2554.91845703125, 154.97071838378906, 470.8116760253906, 349.1598815917969, 1666.000244140625, 903.6168823242188, 1794.0875244140625, 2554.247314453125, 473.2406311035156, 438.5044250488281, 929.108154296875, 439.8115234375, 1750.44189453125, 1282.40966796875, 1389.3076171875, 199.3274688720703, 217.21141052246094, 1710.4871826171875, 535.6466064453125, 2422.734619140625, 487.52874755859375, 350.0312805175781, 1900.0137939453125, 746.697998046875, 406.62786865234375, 562.2596435546875, 751.99658203125, 1403.3353271484375, 1561.82177734375, 1718.324951171875, 1124.479248046875, 736.3762817382812, 2425.09326171875, 1358.0921630859375, 1132.286865234375, 2153.979736328125, 2729.180419921875, 420.74066162109375, 532.1458740234375, 2161.902587890625, 2850.8720703125, 869.90234375, 140.5824432373047, 191.419677734375, 1007.5099487304688, 681.2621459960938, 342.954833984375, 1153.4910888671875, 1457.6531982421875, 439.9718017578125, 463.2945251464844, 537.254150390625, 332.2575378417969, 945.1891479492188, 607.3776245117188, 784.6494140625, 3054.681884765625, 683.1251831054688, 1385.2711181640625, 1628.279296875, 2664.41064453125, 969.9542236328125, 1844.2686767578125, 3226.07421875, 1662.2091064453125, 1186.3092041015625, 159.11741638183594, 388.23809814453125, 2320.47900390625, 1195.6844482421875, 1606.6593017578125, 2089.9560546875, 673.2041015625, 409.6126708984375, 559.0043334960938, 868.6803588867188, 396.9271545410156, 1896.8837890625, 2171.08251953125, 1211.1243896484375, 658.2699584960938, 240.64932250976562, 1915.9747314453125, 4711.26708984375, 3069.5009765625, 494.4899597167969, 466.5347900390625, 319.7122497558594, 2065.7470703125, 881.0053100585938, 383.7808837890625, 515.0733032226562, 1255.8668212890625, 610.6328735351562, 1764.3443603515625, 3001.831298828125, 3199.466064453125, 1158.2188720703125, 321.6153259277344, 364.8252258300781, 406.64788818359375, 673.7650146484375, 845.8534545898438, 874.0240478515625, 998.7808227539062, 1587.09765625, 2093.006103515625, 917.554443359375, 242.27194213867188, 3148.21337890625, 3602.543212890625, 2147.97509765625, 295.01727294921875, 238.3055419921875, 456.20806884765625, 859.0498046875, 1302.792724609375, 303.5110168457031, 329.92877197265625, 807.5814819335938, 602.3294677734375, 1165.545654296875, 787.1685180664062, 657.744140625, 513.5558471679688, 668.6116943359375, 2435.98095703125, 639.7249145507812, 2153.40380859375, 2743.833984375, 1929.556640625, 4429.380859375, 3497.242919921875, 3493.44677734375, 2721.783447265625, 3007.06982421875, 2100.4482421875, 421.0611877441406, 154.54502868652344, 105.86627197265625, 412.2469482421875, 3259.383056640625, 1354.66162109375, 1015.4578857421875, 822.1951904296875, 1701.3123779296875, 432.8252258300781, 2314.81494140625, 1167.83935546875, 1604.78125, 1815.0213623046875, 2060.4033203125, 135.88983154296875, 976.5548706054688, 3994.03662109375, 2860.56787109375, 2867.12841796875, 2866.021728515625, 3500.603271484375, 3806.618408203125, 1747.076416015625, 516.5857543945312, 108.90618896484375, 733.8622436523438, 1084.2991943359375, 3066.330810546875, 2602.5302734375, 1820.47021484375, 2375.9638671875, 2848.693603515625, 2537.31494140625, 681.8681640625, 414.24517822265625, 675.68310546875, 297.0055236816406, 366.00213623046875, 1139.899169921875, 1289.696533203125, 864.9693603515625, 1000.9893798828125, 4120.345703125, 3834.258056640625, 3148.13818359375, 3775.1826171875, 3751.869873046875, 4063.313720703125, 4000.13134765625, 2163.520263671875, 367.34429931640625, 587.2650756835938, 124.6015853881836, 504.9268798828125, 1659.384521484375, 1030.2366943359375, 1543.9127197265625, 359.9172668457031, 193.1825408935547, 1090.7095947265625, 78.0863265991211, 703.3829956054688, 1399.444091796875, 1469.1417236328125, 987.4425048828125, 2738.6806640625, 4343.17626953125, 4670.76123046875, 4391.91552734375, 4538.7626953125, 4050.257568359375, 4515.70068359375, 2486.988525390625, 2057.80908203125, 491.2096862792969, 773.3711547851562, 1805.6060791015625, 210.9112091064453, 315.3902282714844, 530.0224609375, 574.7097778320312, 231.44943237304688, 392.8555603027344, 906.751953125, 285.3616638183594, 578.6962280273438, 727.2615966796875, 2377.551513671875, 3615.949951171875, 4755.27294921875, 4558.509765625, 4076.740478515625, 4289.9404296875, 4199.34375, 4000.48193359375, 2676.314697265625, 1115.6348876953125, 413.5039978027344, 498.5866394042969, 1197.9630126953125, 1100.46533203125, 1097.3603515625, 352.5052795410156, 421.161376953125, 885.8080444335938, 611.3590087890625, 290.27459716796875, 90.50141143798828, 264.06719970703125, 395.26446533203125, 993.2418823242188, 770.3162231445312, 299.8651123046875, 1506.1717529296875, 4450.58544921875, 4507.11669921875, 4589.8857421875, 4283.890625, 3930.44384765625, 3998.363525390625, 4130.6728515625, 3685.863037109375, 725.3634643554688, 1553.928955078125, 379.32867431640625, 731.843994140625, 1463.5977783203125, 619.2518310546875, 749.2772216796875, 375.0016784667969, 256.7303466796875, 244.585693359375, 358.25457763671875, 155.67684936523438, 1404.74755859375, 290.28460693359375, 753.7393798828125, 1166.7025146484375, 258.91387939453125, 1709.135009765625, 910.958740234375, 678.9634399414062, 794.4152221679688, 332.6732177734375, 2245.828369140625, 4149.658203125, 3887.163818359375, 4762.29443359375, 3870.717041015625, 2971.166748046875, 3364.798583984375, 3603.885498046875, 1317.060791015625, 367.4444580078125, 997.6590576171875, 1523.049072265625, 2530.6240234375, 1015.2374267578125, 2082.94482421875, 564.6484985351562, 346.585693359375, 543.3390502929688, 610.7531127929688, 1403.3853759765625, 505.4677429199219, 421.201416015625, 826.3518676757812, 529.9874267578125, 189.48655700683594, 479.6159362792969, 832.17626953125, 123.90545654296875, 433.7317199707031, 249.71400451660156, 1135.6923828125, 110.05805206298828, 189.06085205078125, 418.7474670410156, 444.3238220214844, 3524.64208984375, 3696.5654296875, 4204.3671875, 3022.92041015625, 3508.20556640625, 3094.476318359375, 4309.29150390625, 2218.39404296875, 1098.78759765625, 353.4518127441406, 533.407958984375, 1318.603271484375, 730.9375, 2562.130126953125, 3658.48876953125, 524.4534912109375, 804.9422607421875, 506.89508056640625, 855.468994140625, 116.82400512695312, 1530.2506103515625, 1649.513671875, 384.7825012207031, 1008.3663330078125, 786.397216796875, 149.3716583251953, 81.59700775146484, 183.58200073242188, 228.64991760253906, 636.735107421875, 623.1982421875, 495.1109924316406, 387.85748291015625, 792.1265258789062, 776.3709716796875, 505.9535217285156, 187.61351013183594, 1656.4498291015625, 2231.765625, 2310.427734375, 3143.896240234375, 3163.492919921875, 4483.76416015625, 4417.326171875, 2416.8349609375, 3455.1748046875, 3636.97900390625, 1337.2384033203125, 1468.861328125, 513.0299682617188, 735.1743774414062, 1532.6495361328125, 1770.7947998046875, 1650.0595703125, 1484.191162109375, 1416.51171875, 107.04317474365234, 641.05712890625, 1949.654052734375, 1264.35546875, 1611.7374267578125, 396.22601318359375, 2118.3369140625, 343.7210693359375, 1038.895751953125, 516.195068359375, 1014.9019165039062, 1330.0467529296875, 448.7409973144531, 807.3611450195312, 691.21826171875, 453.9143371582031, 734.0074462890625, 1732.4227294921875, 428.6134338378906, 123.16926574707031, 425.4332580566406, 3993.044921875, 3813.439453125, 4432.0302734375, 4427.02197265625, 4396.81298828125, 3016.605224609375, 1930.9888916015625, 943.0857543945312, 2195.09619140625, 2750.890380859375, 2630.74609375, 582.8479614257812, 1201.6890869140625, 395.47979736328125, 551.6324462890625, 2869.181884765625, 2264.493408203125, 2281.23046875, 3597.354736328125, 3244.5791015625, 2132.940673828125, 2397.0478515625, 1279.665283203125, 1338.5455322265625, 160.69998168945312, 469.8150634765625, 188.66522216796875, 398.5397644042969, 1075.4398193359375, 553.8159790039062, 744.8450317382812, 1712.4354248046875, 1332.8963623046875, 633.7553100585938, 240.83963012695312, 2232.992431640625, 3508.586181640625, 3871.2578125, 4236.06298828125, 3942.798828125, 3228.327880859375, 1644.34521484375, 816.4158325195312, 311.4889221191406, 2482.501220703125, 1830.5665283203125, 314.2984924316406, 1595.5712890625, 3731.561767578125, 4057.514404296875, 4632.439453125, 4528.8818359375, 4082.33447265625, 3479.213623046875, 1493.8416748046875, 103.96820068359375, 1622.8204345703125, 2312.380859375, 156.5783233642578, 284.2298278808594, 408.8965148925781, 1832.41455078125, 1199.6407470703125, 2153.218505859375, 1399.6844482421875, 1370.912841796875, 1410.0863037109375, 327.67010498046875, 118.6369400024414, 270.7480163574219, 2815.3447265625, 3435.703369140625, 3345.056640625, 2480.0771484375, 1346.3131103515625, 1052.302490234375, 787.6192626953125, 1177.199462890625, 2174.147216796875, 955.1903076171875, 542.9784545898438, 570.6983032226562, 723.5505981445312, 2644.262939453125, 3589.952880859375, 4719.08984375, 3987.686279296875, 4434.8046875, 3681.03515625, 2900.65283203125, 484.25341796875, 1252.8118896484375, 1828.7835693359375, 858.17333984375, 634.5415649414062, 224.54327392578125, 1194.5274658203125, 946.3359985351562, 1320.265869140625, 594.6370239257812, 1602.4925537109375, 2116.32373046875, 2009.83154296875, 269.34576416015625, 435.4945373535156, 382.634033203125, 903.8572387695312, 670.8202514648438, 315.31512451171875, 358.6452331542969, 1582.08447265625, 958.0950317382812, 570.648193359375, 962.6724243164062, 664.214599609375, 525.445068359375, 1166.6273193359375, 602.9605102539062, 1257.965087890625, 3722.477294921875, 4386.24609375, 4290.361328125, 1866.02392578125, 1811.2152099609375, 1365.969970703125, 1412.2747802734375, 207.37550354003906, 1267.9412841796875, 2815.474853515625, 1336.9329833984375, 1015.2073974609375, 269.3858337402344, 333.16900634765625, 925.8528442382812, 695.7055053710938, 225.6700897216797, 1702.183837890625, 2116.033203125, 532.3812866210938, 693.0211791992188, 946.9810791015625, 786.0466918945312, 498.0757751464844, 661.9859619140625, 1467.9849853515625, 1959.815673828125, 1105.683837890625, 585.82275390625, 148.4301300048828, 747.9049682617188, 1490.1007080078125, 1640.1434326171875, 1812.52734375, 627.375, 1356.3743896484375, 697.8890380859375, 1798.7249755859375, 719.1985473632812, 1439.163330078125, 1034.26318359375, 518.7843017578125, 1356.4344482421875, 550.0448608398438, 874.4246826171875, 1865.0924072265625, 454.27996826171875, 873.5081787109375, 425.6104431152344, 505.06378173828125, 985.2754516601562, 682.4176635742188, 1214.955078125, 377.7110595703125, 429.1392517089844, 1077.713623046875, 1525.6231689453125, 1488.82861328125, 1550.4583740234375, 1370.0364990234375, 215.58377075195312, 691.423583984375, 179.22496032714844, 1666.51611328125, 1939.0269775390625, 3145.023193359375, 623.7991943359375, 1662.1590576171875, 2821.26416015625, 2109.267333984375, 1368.5240478515625, 1515.7772216796875, 592.117919921875, 1158.07861328125, 1456.85693359375, 383.8559875488281, 476.1470947265625, 931.9065551757812, 1473.232421875, 1627.280029296875, 3117.689453125, 1439.58642578125, 508.9499816894531, 325.661865234375, 848.3074340820312, 779.5762329101562, 582.9080200195312, 405.2305908203125, 712.0770263671875, 3011.12646484375, 1295.065185546875, 722.6390991210938, 1127.879638671875, 404.3441467285156, 1961.6685791015625, 1198.5791015625, 490.9793395996094, 1369.625732421875, 1270.670654296875, 1226.9049072265625, 2673.620361328125, 551.1065673828125, 1140.53515625, 2920.319580078125, 1397.09033203125, 781.3690795898438, 1555.89208984375, 425.6266784667969, 2024.4332275390625, 3440.599853515625, 4344.9462890625, 4838.97314453125, 2994.0341796875, 886.4190673828125, 1024.552490234375, 527.8990478515625, 1181.8070068359375, 881.0604248046875, 2243.42431640625, 1060.9013671875, 1351.8170166015625, 1194.9130859375, 908.149169921875, 1383.207763671875, 788.6158447265625, 274.4840393066406, 1731.7967529296875, 1634.6746826171875, 902.800537109375, 1972.416015625, 2774.708984375, 2873.56884765625, 3740.196044921875, 4130.251953125, 3118.16455078125, 2453.64453125, 534.088623046875, 2997.861083984375, 3535.80859375, 4162.8466796875, 3981.196044921875, 2204.66796875, 610.4124755859375, 822.826171875, 1040.994140625, 2007.462646484375, 1629.5462646484375, 545.9933471679688, 840.8804321289062, 2204.937255859375, 2788.711669921875, 1883.7275390625, 1220.309326171875, 2938.21337890625, 2886.454833984375, 3494.137939453125, 3941.556640625, 4256.47119140625, 4298.4189453125, 657.6790161132812, 332.3203430175781, 1492.5823974609375, 916.8969116210938, 2787.298828125, 1578.2081298828125, 561.2529907226562, 1017.7365112304688, 538.6113891601562, 327.5699462890625, 157.66506958007812, 347.2518005371094, 733.6719360351562, 931.59716796875, 1022.97998046875, 1142.3531494140625, 2553.966796875, 3745.739990234375, 3516.8896484375, 3841.1240234375, 3303.22412109375, 3103.67626953125, 726.5053100585938, 742.9697875976562, 2527.837646484375, 1517.77490234375, 931.3282470703125, 601.98388671875, 531.0641479492188, 1310.3798828125, 704.7301025390625, 2646.191162109375, 1130.0682373046875, 108.28518676757812, 852.2587890625, 470.6965026855469, 582.787841796875, 1232.4488525390625, 141.2835693359375, 110.10813903808594, 1984.4954833984375, 1605.707763671875, 4529.64794921875, 2255.63427734375, 1538.7593994140625, 2327.300048828125, 351.01788330078125, 644.5341186523438, 1913.9444580078125, 2545.6796875, 479.91436767578125, 947.89990234375, 504.3070983886719, 820.15185546875, 2199.127685546875, 1576.1749267578125, 1321.062255859375, 990.257080078125, 637.4512939453125, 526.9775390625, 975.6334228515625, 411.23529052734375, 632.8237915039062, 1332.2403564453125, 783.507568359375, 576.9083251953125, 3105.228759765625, 830.3283081054688, 349.7608337402344, 547.0750732421875, 651.436279296875, 2158.374267578125, 893.7473754882812, 579.5715942382812, 579.409423828125, 330.3907470703125, 2683.9716796875, 1761.1021728515625, 407.4942626953125, 390.9224548339844, 423.4951171875, 420.8358459472656, 1327.272216796875, 1446.2047119140625, 599.3696899414062, 597.9273681640625, 1378.3199462890625, 572.6013793945312, 441.3490295410156, 1946.6142578125, 600.9266967773438, 618.568603515625, 472.2987365722656, 317.9646911621094, 632.513427734375, 2726.26025390625, 3266.7158203125, 1091.4658203125, 3104.14208984375, 871.1543579101562, 1951.0513916015625, 2242.59814453125, 846.2891235351562, 858.2985229492188, 742.1005859375, 335.2930908203125, 511.674072265625, 438.6418762207031, 641.1830444335938, 482.0439453125, 795.2954711914062, 947.6080932617188, 1223.4193115234375, 1007.1278076171875, 486.6435852050781, 1798.0667724609375, 1735.362548828125, 1536.676025390625, 1128.560791015625, 101.82473754882812, 427.0408630371094, 1219.883544921875, 365.8907165527344, 349.6325378417969, 1491.258056640625, 578.123046875, 1309.9422607421875, 360.45330810546875, 735.9541015625, 985.0214233398438, 563.2701416015625, 1097.14501953125, 1060.836181640625, 690.7474975585938, 1702.5894775390625, 3064.48291015625, 2648.499755859375, 533.7435302734375, 759.7198486328125, 685.66064453125, 640.0858154296875, 564.1187133789062, 870.0626831054688, 391.61846923828125, 382.93267822265625, 447.42498779296875, 456.19189453125, 1056.091552734375, 393.2453918457031, 452.06787109375, 476.21197509765625, 404.0067138671875, 978.3975830078125, 1544.1473388671875, 2324.315185546875, 1266.4429931640625, 1872.6124267578125, 454.1271667480469, 529.1592407226562, 933.79296875, 380.5652770996094, 2008.1534423828125, 2091.579345703125, 551.222412109375, 746.1749267578125, 1236.75341796875, 385.85675048828125, 723.490234375, 1057.3131103515625, 1148.0574951171875, 664.3433837890625, 355.637451171875, 556.2382202148438, 1210.247314453125, 1019.2349853515625, 356.9833068847656, 713.177490234375, 439.8580017089844, 1145.700927734375, 440.9389953613281, 291.3397216796875, 139.36224365234375, 933.1550903320312, 776.1077880859375, 1096.9478759765625, 1142.3768310546875, 1148.4034423828125, 682.5042114257812, 925.70166015625, 108.75377655029297, 964.4013671875, 785.39892578125, 981.1676635742188, 682.07177734375, 886.3479614257812, 800.4086303710938, 1793.93212890625, 1785.646240234375, 2675.75048828125, 452.7056579589844, 341.35748291015625, 130.42239379882812, 183.63450622558594, 92.17668151855469, 1507.3271484375, 666.8242797851562, 582.2200317382812, 377.2682189941406, 632.1783447265625, 699.3515014648438, 2315.52978515625, 172.66238403320312, 1126.73486328125, 1037.0498046875, 1856.046142578125, 1229.959228515625, 520.1707763671875, 1216.0306396484375, 662.3435668945312, 890.4989624023438, 200.454833984375, 1049.389404296875, 755.2823486328125, 1214.3118896484375, 2189.993408203125, 3082.2705078125, 3688.061767578125, 1955.314208984375, 1311.8826904296875, 1242.0447998046875, 766.5463256835938, 926.6637573242188, 1303.7158203125, 700.6649780273438, 2105.08642578125, 587.8358154296875, 389.16461181640625, 272.08172607421875, 173.359619140625, 1195.8592529296875, 818.7747802734375, 1032.325927734375, 2321.5185546875, 2413.4951171875, 155.2691192626953, 228.84722900390625, 992.8046264648438, 1189.9515380859375, 254.58038330078125, 269.3414306640625, 872.5760498046875, 903.9141235351562, 310.8030700683594, 1213.755126953125, 319.7915954589844, 693.4655151367188, 1723.9266357421875, 682.7581787109375, 880.6240234375, 2895.2744140625, 1384.044677734375, 2576.85546875, 1619.134765625, 1708.91162109375, 1402.3946533203125, 631.264892578125, 720.6741943359375, 413.55731201171875, 1067.144775390625, 1994.1328125, 174.21360778808594, 883.6886596679688, 688.0496826171875, 461.5103759765625, 2035.821533203125, 2256.339599609375, 757.0281982421875, 838.9786376953125, 931.5120239257812, 120.89878845214844, 371.8092041015625, 649.7661743164062, 90.27412414550781, 375.18731689453125, 593.7650756835938, 1663.4718017578125, 1733.8934326171875, 1845.10107421875, 1895.978271484375, 1981.0203857421875, 586.2953491210938, 734.7650146484375, 3201.742431640625, 3254.93310546875, 2159.806640625, 2760.51708984375, 638.6967163085938, 935.43603515625, 326.8018493652344, 301.93890380859375, 1523.736572265625, 1282.495849609375, 568.9453735351562, 921.539794921875, 834.9951171875, 1382.4501953125, 1628.371826171875, 133.47080993652344, 1455.358154296875, 2761.819580078125, 889.8287353515625, 290.0425109863281, 2344.403076171875, 1427.711669921875, 342.52496337890625, 289.32366943359375, 375.7170104980469, 1097.7208251953125, 520.51123046875, 449.46807861328125, 871.705810546875, 324.94793701171875, 607.3316040039062, 936.76025390625, 604.60205078125, 370.9876403808594, 680.2772827148438, 637.496826171875, 1498.9114990234375, 1991.7330322265625, 969.8766479492188, 1392.762939453125, 270.6818542480469, 936.3873291015625, 1856.959716796875, 3996.713623046875, 4060.184326171875, 883.5967407226562, 671.521240234375, 499.9344482421875, 767.6165771484375, 498.59942626953125, 1577.986572265625, 365.64208984375, 671.440185546875, 1033.8609619140625, 882.6617431640625, 1509.407958984375, 1886.36279296875, 1324.65478515625, 415.2220458984375, 761.7683715820312, 1679.5787353515625, 1716.4947509765625, 481.21697998046875, 1197.7672119140625, 811.591552734375, 469.86651611328125, 593.7001953125, 582.9713134765625, 445.44134521484375, 1321.2171630859375, 2033.8973388671875, 1753.7783203125, 939.603271484375, 371.830810546875, 572.7234497070312, 288.83721923828125, 3009.805908203125, 3458.2470703125, 4201.0224609375, 4831.81689453125, 3436.102783203125, 961.6934814453125, 1174.2283935546875, 1686.443115234375, 827.1795043945312, 884.477783203125, 77.09135437011719, 1667.9580078125, 2017.4661865234375, 2114.12890625, 1091.9105224609375, 1779.61962890625, 2829.58740234375, 2394.63720703125, 804.8352661132812, 1682.2919921875, 1091.6131591796875, 835.2761840820312, 2929.63916015625, 1440.7808837890625, 1488.4637451171875, 2092.3955078125, 875.0569458007812, 633.2431030273438, 315.80810546875, 1686.615966796875, 1999.873046875, 1030.9476318359375, 631.3297729492188, 401.417724609375, 1134.22607421875, 1943.7421875, 1505.9002685546875, 2750.496337890625, 1279.2635498046875, 3167.302001953125, 3499.9951171875, 1381.35302734375, 1311.03955078125, 1118.4705810546875, 641.5775756835938, 487.421875, 479.44415283203125, 718.3121948242188, 653.7496337890625, 666.8729248046875, 1142.117431640625, 3572.443603515625, 2818.291015625, 3407.3427734375, 3044.72216796875, 3709.892578125, 720.14453125, 898.5523681640625, 2311.367919921875, 1080.6302490234375, 3099.62060546875, 3867.074951171875, 1826.5511474609375, 3115.32763671875, 1053.46484375, 547.8172607421875, 373.76580810546875, 637.9075927734375, 2052.636474609375, 1092.596923828125, 1389.2281494140625, 2555.9921875, 1986.48486328125, 2602.61572265625, 1361.8626708984375, 647.5230712890625, 2347.5380859375, 544.8445434570312, 1769.0853271484375, 3509.053955078125, 4624.4384765625, 4945.7919921875, 4702.31884765625, 4658.43017578125, 2561.240478515625, 3254.63037109375, 2649.7470703125, 3597.047119140625, 667.9215087890625, 1652.575439453125, 2627.0625, 856.6528930664062, 575.7772827148438, 681.331298828125, 391.1266174316406, 320.1266784667969, 664.1380004882812, 948.1593627929688, 1276.46923828125, 1026.5587158203125, 2288.104736328125, 2686.306640625, 2284.0888671875, 2103.302734375, 2878.08642578125, 2324.242431640625, 1492.901123046875, 941.0518188476562, 1799.8018798828125, 2578.287841796875, 941.159912109375, 3529.8037109375, 4924.42578125, 5325.2060546875, 4846.55615234375, 5237.34228515625, 4663.8896484375, 4811.0673828125, 3225.654052734375, 1935.2725830078125, 646.3663940429688, 1293.413818359375, 1363.646240234375, 103.92172241210938, 433.3071594238281, 1029.9368896484375, 1095.3426513671875, 409.2981872558594, 459.2781066894531, 922.080322265625, 963.1041870117188, 1632.9119873046875, 384.8676452636719, 326.5910339355469, 1168.964111328125, 829.6982421875, 682.5042114257812, 925.0206298828125, 1381.396240234375, 2151.26123046875, 674.402099609375, 1540.3677978515625, 2538.669189453125, 4673.86669921875, 4933.28466796875, 5103.25, 5130.6748046875, 4279.13525390625, 4199.498046875, 4489.1728515625, 3751.446044921875, 401.7852478027344, 472.5041198730469, 403.0284118652344, 277.5083312988281, 301.0470886230469, 723.8685302734375, 848.664306640625, 525.4622192382812, 905.1356811523438, 846.8536987304688, 1957.173583984375, 907.443603515625, 1435.8353271484375, 2414.332763671875, 4307.90576171875, 5160.4296875, 4902.21142578125, 4993.8154296875, 4975.47607421875, 4742.3046875, 4370.306640625, 2946.626953125, 1107.2120361328125, 805.9216918945312, 2952.134765625, 420.0487365722656, 523.9487915039062, 1406.075439453125, 1045.3519287109375, 1511.6673583984375, 1378.861328125, 1637.73876953125, 3096.058837890625, 3695.55322265625, 4988.79931640625, 5054.28076171875, 5114.70849609375, 5226.08935546875, 3817.214111328125, 2967.6904296875, 1285.6253662109375, 502.1126708984375, 409.5198059082031, 262.89324951171875, 977.5355224609375, 1447.0128173828125, 134.57342529296875, 1684.583740234375, 3156.767578125, 4436.94482421875, 5118.794921875, 4909.13525390625, 3302.729248046875, 2350.74853515625, 2927.67724609375, 1191.010986328125, 887.7964477539062, 1272.4371337890625, 149.107421875, 493.0484924316406, 681.7312622070312, 603.8075561523438, 2929.428466796875, 3801.94482421875, 3458.38232421875, 2832.365478515625, 3710.74658203125, 3106.07958984375, 3441.28076171875, 2291.888427734375, 901.5305786132812, 565.5834350585938, 1296.608154296875, 946.8676147460938, 212.4376983642578, 827.476806640625, 530.39697265625, 714.5071411132812, 1760.9129638671875, 2611.669189453125, 3696.95849609375, 2491.59716796875, 1301.078125, 2286.294189453125, 1490.74462890625, 502.8585510253906, 455.6513977050781, 980.3136596679688, 2044.3236083984375, 1061.4642333984375, 1437.4459228515625, 1214.5064697265625, 1101.509765625, 556.519287109375, 839.3569946289062, 1507.57568359375, 961.5205078125, 2111.55615234375, 192.45004272460938, 1211.53369140625, 1657.45068359375, 1032.13134765625, 672.456298828125, 2802.757080078125, 2876.037841796875, 1155.348876953125, 860.2688598632812, 835.9248046875, 651.4633178710938, 1569.7979736328125, 3675.614013671875, 3110.18212890625, 4145.529296875, 3094.999267578125, 880.4348754882812, 1042.2764892578125, 2124.652587890625, 1434.2679443359375, 1819.1842041015625, 556.7246704101562, 513.2091064453125, 3977.007080078125, 4633.3671875, 2809.680908203125, 3131.029052734375, 2282.267333984375, 1479.3455810546875, 1274.712646484375, 655.1603393554688, 1588.2181396484375, 1948.1309814453125, 307.9762878417969, 2301.28759765625, 3819.06787109375, 4272.984375, 4884.36962890625, 4688.83349609375, 4299.80908203125, 1093.4725341796875, 346.8273010253906, 504.3773498535156, 523.3164672851562, 790.020263671875, 2502.753173828125, 2456.162109375, 3327.30029296875, 4017.177001953125, 3805.89599609375, 4119.27734375, 4049.552978515625, 3073.649658203125, 2749.658447265625, 1457.2498779296875, 1235.083251953125, 1516.553466796875, 433.5990295410156, 1272.0208740234375, 1469.767822265625, 4236.16015625, 3252.98193359375, 2619.05224609375, 3410.467041015625, 2847.05078125, 2759.5009765625, 869.2735595703125, 1458.1849365234375, 1045.6600341796875, 714.1395874023438, 2272.197998046875, 2417.500244140625, 3841.347412109375, 2772.51611328125, 2976.224853515625, 4857.0205078125, 3260.127197265625, 663.6893920898438, 1270.447998046875, 1201.3831787109375, 612.6392822265625, 2903.23046875, 2211.494384765625, 3603.91162109375, 2752.13916015625, 2759.81982421875, 2823.36083984375, 2557.45166015625, 2093.125244140625, 374.56573486328125, 1898.2591552734375, 999.787841796875, 2287.5859375, 3752.640625, 1088.2620849609375, 529.3322143554688, 486.794921875, 998.9500732421875, 393.5480651855469, 1446.6182861328125, 554.2329711914062, 833.6979370117188, 583.7982788085938, 303.9603576660156, 536.3154296875, 1243.8013916015625, 1220.4195556640625, 306.8466491699219, 765.46533203125, 372.4739990234375, 764.016845703125, 1046.9949951171875, 1163.32666015625, 499.372314453125, 327.8936462402344, 515.8575439453125, 2260.50146484375, 2049.544677734375, 2910.440673828125, 1946.6175537109375, 1860.7647705078125, 594.673095703125, 370.36065673828125, 590.6139526367188, 3253.80322265625, 1671.63330078125, 587.7493286132812, 818.915283203125, 519.4302368164062, 1360.95458984375, 373.14422607421875, 1516.715576171875, 2053.982421875, 395.08306884765625, 305.7818603515625]\n", - "1701\n", - "3518\n", - "38\n", - "[710.8749389648438, 1221.8302001953125, 376.3061218261719, 866.2683715820312, 684.4391479492188, 1107.7254638671875, 1292.7327880859375, 904.1357421875, 711.5336303710938, 1471.3460693359375, 394.79119873046875, 347.02191162109375, 563.905517578125, 1044.2740478515625, 841.9659423828125, 800.2417602539062, 1781.989013671875, 1736.2674560546875, 1375.0556640625, 847.982177734375, 679.8308715820312, 1099.638916015625, 1428.6168212890625, 1693.56396484375, 805.5513305664062, 851.3668212890625, 352.3296203613281, 1345.51416015625, 919.8519897460938, 709.47900390625, 314.9728088378906, 519.0950927734375, 1347.436767578125, 546.4443969726562, 413.5142822265625, 1923.08642578125, 600.9302978515625, 323.1906433105469]\n", - "38\n", - "3519\n", - "19\n", - "[1140.944091796875, 761.7127685546875, 1027.2498779296875, 360.1722412109375, 365.9412536621094, 537.549072265625, 1054.5206298828125, 1192.8043212890625, 683.912353515625, 1946.93505859375, 329.48883056640625, 538.6866455078125, 1612.9112548828125, 413.87078857421875, 1345.5765380859375, 897.6908569335938, 1517.07763671875, 588.804931640625, 977.2940673828125]\n", - "19\n", - "3520\n", - "4\n", - "[1199.1695556640625, 783.0949096679688, 3360.29150390625, 531.8978271484375]\n", - "4\n", - "3521\n", - "21\n", - "[1221.3702392578125, 1271.8968505859375, 671.52392578125, 1356.1456298828125, 867.1400146484375, 1887.1119384765625, 454.9112548828125, 861.2966918945312, 1312.9439697265625, 1233.8055419921875, 395.6307373046875, 621.0321044921875, 3016.434814453125, 3240.0458984375, 713.5831909179688, 974.0291137695312, 1047.078857421875, 3458.02294921875, 1567.7734375, 377.366455078125, 1220.64111328125]\n", - "21\n", - "3522\n", - "6\n", - "[330.6160583496094, 1231.623779296875, 607.2791748046875, 1811.359130859375, 970.7515869140625, 498.5986328125]\n", - "6\n", - "3523\n", - "731\n", - "[1044.4031982421875, 2887.274169921875, 3255.553466796875, 5785.94482421875, 7084.1064453125, 3967.947509765625, 968.4454345703125, 841.897705078125, 1665.047607421875, 4081.401123046875, 4412.75830078125, 3384.30419921875, 1838.4310302734375, 3252.934814453125, 5133.66064453125, 3884.29052734375, 4966.44775390625, 1617.447509765625, 805.330078125, 2416.706787109375, 1140.8060302734375, 1330.4083251953125, 5534.80517578125, 2114.63525390625, 905.9864501953125, 4451.265625, 6709.10546875, 10838.8037109375, 10134.5693359375, 2033.6756591796875, 414.9580993652344, 1938.498046875, 2497.706298828125, 6011.5029296875, 9664.8857421875, 10687.2138671875, 10364.4326171875, 2011.0166015625, 314.77874755859375, 1011.1337280273438, 1461.18212890625, 3910.130859375, 7946.359375, 10009.673828125, 10575.37890625, 10011.921875, 2225.2001953125, 576.94091796875, 378.5517272949219, 1020.5311279296875, 671.6084594726562, 601.4920043945312, 80.59981536865234, 1573.4554443359375, 2194.156005859375, 2235.5966796875, 5397.2763671875, 7365.85205078125, 10408.12109375, 10634.814453125, 8825.3369140625, 988.8062133789062, 484.1600036621094, 336.2433166503906, 353.35693359375, 323.037109375, 736.0350952148438, 845.294189453125, 343.77392578125, 320.42108154296875, 1127.565673828125, 2075.869384765625, 2605.281494140625, 1195.06005859375, 1925.8758544921875, 8147.76318359375, 9913.169921875, 8903.6103515625, 1893.459228515625, 1447.17138671875, 572.5382080078125, 459.3993225097656, 485.6321716308594, 321.2965393066406, 803.0015869140625, 479.22442626953125, 404.0741271972656, 347.9378967285156, 332.5944519042969, 374.6029052734375, 424.8544006347656, 201.19540405273438, 724.9799194335938, 1203.4169921875, 311.7569580078125, 3825.20361328125, 2403.37158203125, 1589.8990478515625, 2752.330322265625, 5407.9990234375, 2053.154052734375, 3738.635498046875, 5511.53662109375, 1552.60205078125, 1499.7259521484375, 828.8792114257812, 628.0725708007812, 343.36346435546875, 695.684326171875, 810.2085571289062, 1090.1656494140625, 819.6297607421875, 637.2174682617188, 586.261474609375, 471.5102844238281, 552.9617309570312, 334.24029541015625, 409.47344970703125, 805.125, 665.3901977539062, 327.0905456542969, 1498.97802734375, 1391.0885009765625, 934.4104614257812, 453.7099304199219, 627.017333984375, 1320.75341796875, 2783.86865234375, 4823.69287109375, 6046.72705078125, 9028.9873046875, 7661.71875, 2662.642333984375, 1185.4638671875, 1162.9931640625, 1088.4072265625, 381.2079772949219, 335.3947448730469, 817.70166015625, 2054.104736328125, 1202.449951171875, 190.45401000976562, 284.02825927734375, 917.6718139648438, 540.383056640625, 318.01275634765625, 1328.5799560546875, 1148.9088134765625, 678.8549194335938, 434.380126953125, 1787.19970703125, 12886.1083984375, 2618.9140625, 315.55712890625, 872.2653198242188, 4524.34130859375, 1302.3017578125, 372.1578369140625, 668.6199951171875, 221.65029907226562, 100.86555480957031, 7457.48046875, 2146.18603515625, 215.48306274414062, 399.0556945800781, 386.59149169921875, 552.54931640625, 952.7969360351562, 1498.6898193359375, 816.2689819335938, 435.372802734375, 2982.02294921875, 403.7135314941406, 618.7461547851562, 3501.08837890625, 13212.7587890625, 9202.5927734375, 6569.2177734375, 1207.4068603515625, 1185.8837890625, 119.10356140136719, 6479.0185546875, 11371.2763671875, 936.6010131835938, 318.51904296875, 1149.611328125, 760.8648681640625, 343.8173522949219, 977.060302734375, 1733.38623046875, 1788.7706298828125, 1371.0028076171875, 640.2407836914062, 705.0502319335938, 753.2750244140625, 1043.55712890625, 334.20477294921875, 1393.427001953125, 1305.9722900390625, 395.8331298828125, 3103.603759765625, 6671.7021484375, 3611.198486328125, 343.0757141113281, 93.2544174194336, 239.96630859375, 105.4789047241211, 6851.9462890625, 5343.9716796875, 2126.63134765625, 911.5775756835938, 1483.346435546875, 1215.1253662109375, 637.1893920898438, 575.018798828125, 1065.977294921875, 1217.98681640625, 1203.724853515625, 1257.481201171875, 1090.228759765625, 652.7246704101562, 603.0731201171875, 828.80419921875, 742.2652587890625, 1182.30517578125, 1610.609130859375, 1391.08056640625, 518.0537109375, 1015.0280151367188, 4544.9453125, 418.39727783203125, 121.88594055175781, 142.88836669921875, 85.0149917602539, 92.21327209472656, 114.84922790527344, 1402.56787109375, 4472.2802734375, 3577.397216796875, 1828.773681640625, 719.3911743164062, 315.9071044921875, 1128.96923828125, 1217.675048828125, 948.1475830078125, 309.7618103027344, 971.3037719726562, 1211.5968017578125, 849.6949462890625, 413.03155517578125, 665.8006591796875, 722.1085815429688, 346.0611572265625, 674.214111328125, 826.1856079101562, 158.18246459960938, 477.168212890625, 207.27789306640625, 195.879150390625, 4618.48974609375, 12593.9228515625, 1191.3587646484375, 1806.6044921875, 1152.872314453125, 4333.7470703125, 935.80712890625, 745.4498901367188, 504.86932373046875, 195.6165008544922, 577.2428588867188, 1010.7665405273438, 782.9475708007812, 828.7647094726562, 461.6746826171875, 221.875, 929.7196044921875, 1046.010009765625, 830.629638671875, 566.5626220703125, 333.6225891113281, 590.3701171875, 646.2647094726562, 612.5531005859375, 433.69134521484375, 2707.734619140625, 4905.72021484375, 258.653076171875, 760.9703369140625, 1975.1429443359375, 11058.3662109375, 6674.97216796875, 7681.689453125, 1234.4029541015625, 861.1871948242188, 6046.1484375, 5334.08447265625, 1039.23388671875, 623.4547119140625, 847.1354370117188, 922.6764526367188, 1330.25146484375, 1339.7061767578125, 1164.9251708984375, 1206.1817626953125, 1040.1114501953125, 1154.4107666015625, 815.3729858398438, 488.19171142578125, 473.34466552734375, 2306.211181640625, 715.1778564453125, 8388.4453125, 8175.4052734375, 434.71453857421875, 195.5380859375, 934.9561157226562, 1080.8072509765625, 2222.3515625, 4899.64306640625, 1252.215576171875, 927.9908447265625, 5890.38330078125, 10202.095703125, 11248.9345703125, 4869.6806640625, 1213.7222900390625, 2106.9931640625, 485.8562316894531, 547.9590454101562, 815.1283569335938, 1532.735595703125, 1393.36181640625, 1445.0361328125, 1705.6319580078125, 1587.028564453125, 1485.6829833984375, 583.5874633789062, 4418.5537109375, 4835.19189453125, 10307.2421875, 7875.53515625, 895.1318359375, 128.3050994873047, 161.68470764160156, 381.9466247558594, 4333.44970703125, 4806.96337890625, 3397.0166015625, 1385.442626953125, 464.723876953125, 1064.0430908203125, 4342.51123046875, 7309.8798828125, 11851.9912109375, 4733.6240234375, 288.9100646972656, 2944.843994140625, 430.544921875, 1878.218994140625, 1525.1053466796875, 549.27734375, 930.9550170898438, 615.8806762695312, 1041.2421875, 1020.7304077148438, 1463.0438232421875, 1052.226318359375, 399.0004577636719, 3170.809814453125, 7315.009765625, 6718.02099609375, 4762.677734375, 3930.08154296875, 465.0753479003906, 390.6855773925781, 929.2484130859375, 4369.73681640625, 5413.96728515625, 7933.5244140625, 4535.37158203125, 727.0479125976562, 669.1126708984375, 1849.20361328125, 2051.438720703125, 7846.00634765625, 4851.80810546875, 6336.12890625, 3558.46337890625, 337.5634460449219, 481.39453125, 574.3474731445312, 443.8614501953125, 1460.322265625, 302.5528564453125, 400.23779296875, 1175.342041015625, 3501.71044921875, 5393.837890625, 5467.24755859375, 5283.83544921875, 4349.2177734375, 4729.888671875, 3283.799560546875, 520.2940063476562, 2763.149169921875, 4897.2880859375, 5253.2119140625, 5337.369140625, 302.42144775390625, 1477.546142578125, 959.9039916992188, 683.0738525390625, 9632.9296875, 5940.3330078125, 4287.408203125, 3565.0830078125, 1174.1453857421875, 2159.0771484375, 2314.8251953125, 1158.012451171875, 1402.023193359375, 1109.2601318359375, 1508.3355712890625, 2391.0703125, 3365.77490234375, 4853.4306640625, 5101.982421875, 3815.043701171875, 4854.1669921875, 4903.51513671875, 2933.96826171875, 4704.5126953125, 3369.819091796875, 2453.603759765625, 6338.2744140625, 3924.3359375, 645.8270874023438, 655.117919921875, 528.757080078125, 1996.4967041015625, 7194.60498046875, 10321.1123046875, 5535.751953125, 1734.4736328125, 1839.155029296875, 3029.119140625, 3860.410888671875, 3477.425048828125, 831.3147583007812, 563.89453125, 711.1875, 1219.6754150390625, 583.1917724609375, 3240.92626953125, 4412.30078125, 5012.2587890625, 5107.95849609375, 4748.06298828125, 5188.302734375, 5540.935546875, 5290.7919921875, 4465.23046875, 4967.15478515625, 4693.68408203125, 2515.038818359375, 476.97235107421875, 262.08795166015625, 3752.98486328125, 9519.546875, 10655.6455078125, 6119.853515625, 4901.84228515625, 5173.22900390625, 4241.4375, 2494.287109375, 571.9480590820312, 806.7211303710938, 1322.9066162109375, 330.8279113769531, 900.4510498046875, 4024.62255859375, 2009.6824951171875, 4747.2216796875, 5032.0986328125, 4505.8671875, 7028.2333984375, 6847.658203125, 4405.33837890625, 5318.673828125, 5503.712890625, 4944.7421875, 5578.578125, 6450.02685546875, 6076.58154296875, 1850.9989013671875, 1923.599609375, 4874.3046875, 10355.455078125, 11456.3837890625, 3998.16357421875, 3704.2744140625, 5085.33154296875, 2379.579833984375, 748.8619384765625, 1043.6080322265625, 4712.25732421875, 601.3289794921875, 313.1043395996094, 2170.676513671875, 4736.24951171875, 2259.310302734375, 11259.1943359375, 12376.767578125, 11175.2705078125, 5752.54638671875, 6695.759765625, 7692.6640625, 8264.6943359375, 8360.0732421875, 8156.55810546875, 8764.5048828125, 8601.2177734375, 8559.6455078125, 8728.0380859375, 8282.185546875, 5506.27685546875, 4368.89013671875, 3388.134033203125, 4999.3369140625, 3900.354736328125, 806.2298583984375, 547.82861328125, 1347.7686767578125, 4588.4521484375, 1642.635498046875, 1688.2010498046875, 14076.4990234375, 19824.044921875, 12911.806640625, 7634.53466796875, 8446.2685546875, 8170.87646484375, 8353.9951171875, 8058.1083984375, 8652.345703125, 8495.2451171875, 6698.89404296875, 9053.7236328125, 9029.3828125, 6434.7998046875, 5609.18212890625, 2717.2060546875, 4318.93701171875, 4853.43212890625, 1028.834716796875, 826.2708129882812, 739.6443481445312, 589.4989013671875, 14747.2626953125, 17067.177734375, 17945.28515625, 14041.361328125, 9864.3994140625, 8510.064453125, 8699.9052734375, 8205.4609375, 9083.900390625, 6928.0986328125, 4931.70556640625, 7769.39892578125, 9130.33203125, 9238.0458984375, 4798.9091796875, 4831.47216796875, 3304.378662109375, 1271.662841796875, 500.04681396484375, 939.7056274414062, 14883.087890625, 14773.4326171875, 17149.650390625, 19225.888671875, 17387.412109375, 7874.36328125, 8596.4306640625, 8794.177734375, 9270.2314453125, 9109.666015625, 5797.9296875, 8894.283203125, 7071.43017578125, 7548.0146484375, 7775.923828125, 4159.294921875, 3118.5244140625, 1515.3193359375, 7438.513671875, 14962.474609375, 13241.23046875, 16812.408203125, 20078.90625, 15385.8818359375, 10379.4970703125, 10210.3515625, 7847.14501953125, 8608.5126953125, 8897.4140625, 10165.2099609375, 6340.1572265625, 9340.921875, 10179.94921875, 5459.8115234375, 2097.093505859375, 607.6963500976562, 1773.18505859375, 7313.02294921875, 15880.921875, 15864.5751953125, 19936.40234375, 20394.52734375, 11958.1865234375, 9800.5546875, 7150.068359375, 6099.03564453125, 7974.19091796875, 8320.1494140625, 10191.501953125, 9760.4794921875, 9581.779296875, 9299.0, 2593.3984375, 314.9947509765625, 1901.7218017578125, 6748.2587890625, 15561.0625, 15819.005859375, 15537.654296875, 2803.9150390625, 662.6574096679688, 637.497802734375, 2498.320068359375, 5116.84375, 8763.4931640625, 9613.787109375, 8677.2314453125, 3614.760986328125, 712.6942749023438, 307.9254455566406, 5179.966796875, 7866.611328125, 7247.01904296875, 4335.1064453125, 889.6434936523438, 4896.80419921875, 6839.20556640625, 7883.7509765625, 4130.1240234375, 1023.3023681640625, 3843.34423828125, 10554.013671875, 3962.61376953125, 4857.29052734375, 2003.226806640625, 4647.6591796875, 8740.5869140625, 3696.783935546875, 613.914306640625, 509.9242248535156, 5670.99658203125, 2628.880859375, 8839.8408203125, 6205.123046875, 5771.81396484375, 6867.93115234375, 1453.28955078125, 1938.3455810546875, 4535.02880859375, 4639.470703125, 1593.83203125, 1269.4327392578125, 638.7522583007812, 1390.9398193359375, 4940.08837890625, 5716.24951171875, 5960.7314453125, 4014.51220703125, 1787.4661865234375, 585.3234252929688, 302.27679443359375, 2249.6328125, 4769.02978515625, 1141.745361328125, 1200.0050048828125, 695.1328125, 2075.679443359375, 1230.1468505859375, 1182.481689453125, 580.6453247070312, 2153.640380859375, 1064.437744140625, 2464.404296875, 501.0933837890625, 305.27838134765625]\n", - "703\n", - "3524\n", - "4\n", - "[1143.716064453125, 350.2002258300781, 2402.886474609375, 1341.38232421875]\n", - "4\n", - "3525\n", - "21\n", - "[890.1692504882812, 333.3148498535156, 307.4573974609375, 384.0406799316406, 515.4359741210938, 802.59765625, 2821.04736328125, 2712.693603515625, 1614.7080078125, 517.0142211914062, 820.471923828125, 1198.9129638671875, 1696.6314697265625, 1450.7855224609375, 1419.82568359375, 1300.3214111328125, 1232.8077392578125, 1401.724365234375, 527.2999267578125, 863.48486328125, 1467.0545654296875]\n", - "21\n", - "3526\n", - "19\n", - "[591.1612548828125, 445.6917724609375, 340.77801513671875, 602.450439453125, 1259.305419921875, 1226.1690673828125, 385.6605224609375, 520.0338134765625, 309.5968933105469, 2697.43994140625, 2335.297119140625, 387.6207580566406, 938.57666015625, 918.6441650390625, 540.2863159179688, 682.5818481445312, 590.5722045898438, 328.14306640625, 527.7173461914062]\n", - "19\n", - "3527\n", - "11\n", - "[366.9112854003906, 821.0473022460938, 1539.3807373046875, 3031.48291015625, 2418.303466796875, 1346.5693359375, 388.9059143066406, 1069.3216552734375, 1058.3460693359375, 1679.4239501953125, 453.9246520996094]\n", - "11\n", - "3528\n", - "12\n", - "[2581.7802734375, 1376.1610107421875, 813.1212158203125, 2680.460205078125, 647.9859619140625, 800.1563720703125, 2181.40771484375, 511.3085021972656, 1229.8922119140625, 646.7646484375, 765.421142578125, 461.6953430175781]\n", - "12\n", - "3529\n", - "5\n", - "[2017.9549560546875, 1470.6488037109375, 949.4569091796875, 2742.617919921875, 1485.413330078125]\n", - "5\n", - "3530\n", - "10\n", - "[556.726806640625, 903.1401977539062, 420.0617980957031, 1376.3914794921875, 970.9547729492188, 1106.730224609375, 1622.441162109375, 525.765869140625, 1272.6595458984375, 479.2575378417969]\n", - "10\n", - "3531\n", - "3\n", - "[676.9697265625, 3470.697265625, 1222.78759765625]\n", - "3\n", - "3532\n", - "12\n", - "[2886.72021484375, 1460.975830078125, 1315.9326171875, 4327.33154296875, 3652.2451171875, 1941.1796875, 962.2985229492188, 5590.9697265625, 2905.613037109375, 429.94500732421875, 1194.2425537109375, 307.629638671875]\n", - "12\n", - "3533\n", - "5\n", - "[1585.26220703125, 1180.8203125, 2066.217529296875, 945.432861328125, 483.7884826660156]\n", - "5" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "3534\n", - "7\n", - "[839.0191040039062, 1268.275146484375, 404.6766357421875, 1372.9027099609375, 471.18511962890625, 561.2374267578125, 443.494140625]\n", - "7\n", - "3535\n", - "14\n", - "[310.3488464355469, 368.3017578125, 1885.872314453125, 734.4765625, 925.0527954101562, 1765.0806884765625, 3138.503173828125, 2288.877197265625, 346.59613037109375, 2336.546875, 4007.4365234375, 449.0460205078125, 300.1723937988281, 611.0328979492188]\n", - "14\n", - "3536\n", - "18\n", - "[1365.3299560546875, 3440.39111328125, 862.8710327148438, 1622.3424072265625, 528.1373291015625, 2836.011474609375, 1393.6693115234375, 3050.59521484375, 3088.945068359375, 3081.2138671875, 4186.3369140625, 3566.96826171875, 4234.1484375, 2000.75537109375, 3324.533203125, 4448.86962890625, 1499.0511474609375, 661.3019409179688]\n", - "18\n", - "3537\n", - "5\n", - "[2101.5732421875, 1277.593505859375, 955.677734375, 1734.68798828125, 468.1909484863281]\n", - "5\n", - "3538\n", - "11\n", - "[440.895751953125, 426.3779602050781, 2169.61669921875, 3075.9306640625, 2054.365966796875, 980.7244262695312, 495.30780029296875, 1015.2136840820312, 505.00433349609375, 875.5001220703125, 676.6397705078125]\n", - "11\n", - "3539\n", - "14\n", - "[742.030517578125, 1036.273193359375, 366.66522216796875, 676.7781372070312, 348.31646728515625, 1551.176513671875, 628.9939575195312, 886.7124633789062, 1287.8958740234375, 517.2900390625, 1194.1429443359375, 1469.846435546875, 358.8898620605469, 691.5638427734375]\n", - "14\n", - "3540\n", - "13\n", - "[1236.6702880859375, 480.2737731933594, 1126.53759765625, 558.6964111328125, 479.5570068359375, 2022.503173828125, 1549.39697265625, 4710.94384765625, 2819.927734375, 6925.7841796875, 1091.6143798828125, 1361.8055419921875, 1369.9122314453125]\n", - "13\n", - "3541\n", - "24\n", - "[519.5716552734375, 1274.0986328125, 383.1564636230469, 565.3973999023438, 723.176025390625, 1783.09033203125, 2947.767333984375, 1626.2120361328125, 2649.948974609375, 2646.83056640625, 3157.4541015625, 1785.4281005859375, 1673.2471923828125, 487.61248779296875, 1638.19482421875, 336.31622314453125, 1758.1424560546875, 885.9844360351562, 926.7999877929688, 557.857421875, 885.7516479492188, 948.5708618164062, 769.3353881835938, 394.3597717285156]\n", - "24\n", - "3542\n", - "10\n", - "[1492.115234375, 463.84954833984375, 2063.47802734375, 888.4053955078125, 721.5162963867188, 2350.01318359375, 1456.9595947265625, 1169.15771484375, 528.5842895507812, 597.623291015625]\n", - "10\n", - "3543\n", - "72\n", - "[305.03057861328125, 651.663330078125, 1232.2293701171875, 390.8347473144531, 450.549072265625, 402.0093994140625, 661.0626220703125, 1526.6121826171875, 703.448486328125, 2822.690673828125, 1679.724609375, 2211.164794921875, 3213.725341796875, 1516.710205078125, 476.81732177734375, 1665.4013671875, 165.0791778564453, 314.0406494140625, 1678.524658203125, 2980.056884765625, 3673.960205078125, 2322.599365234375, 1303.769775390625, 607.3802490234375, 168.2519073486328, 949.2890014648438, 2426.385986328125, 2679.615234375, 2152.57470703125, 591.6625366210938, 581.6466674804688, 911.69189453125, 546.5740966796875, 682.4501342773438, 1742.0008544921875, 3412.05615234375, 1375.0238037109375, 1192.497314453125, 1912.9283447265625, 461.8238830566406, 985.716552734375, 613.6446533203125, 1508.03515625, 3090.95654296875, 4331.14208984375, 2552.668212890625, 1995.808349609375, 1607.4112548828125, 898.6713256835938, 1307.7335205078125, 698.2836303710938, 316.80804443359375, 508.1608581542969, 535.9154663085938, 458.05120849609375, 1018.0458984375, 1871.9556884765625, 1029.6539306640625, 1337.43701171875, 506.0395812988281, 471.3908386230469, 558.0218505859375, 622.8709106445312, 318.4132995605469, 749.9949340820312, 603.705810546875, 353.71514892578125, 378.97259521484375, 607.615966796875]\n", - "69\n", - "3544\n", - "7\n", - "[404.20562744140625, 606.1712036132812, 1916.118896484375, 2023.7117919921875, 504.1438903808594, 393.42498779296875, 1019.3124389648438]\n", - "7\n", - "3545\n", - "6\n", - "[503.8350524902344, 3483.246826171875, 2207.60400390625, 2102.86474609375, 3106.558349609375, 3554.061767578125]\n", - "6\n", - "3546\n", - "6\n", - "[411.5587158203125, 3303.460205078125, 627.4321899414062, 589.5883178710938, 4850.5966796875, 2588.32568359375]\n", - "6\n", - "3547\n", - "182\n", - "[528.959228515625, 1463.0872802734375, 613.2392578125, 604.7750244140625, 410.7737731933594, 344.3680419921875, 782.6153564453125, 901.2764892578125, 402.9959716796875, 1293.3543701171875, 538.1207275390625, 304.6576232910156, 1592.315185546875, 1410.042724609375, 435.755615234375, 814.0183715820312, 425.37261962890625, 656.4304809570312, 991.2101440429688, 689.4171142578125, 460.283447265625, 310.1490783691406, 340.22784423828125, 210.0919189453125, 1065.3017578125, 325.4505920410156, 1339.6427001953125, 703.1836547851562, 784.9557495117188, 304.6089782714844, 394.34259033203125, 573.4368896484375, 866.8359375, 570.0317993164062, 1455.6446533203125, 848.2156982421875, 589.7599487304688, 118.73680114746094, 1229.953857421875, 655.1441040039062, 3211.04443359375, 2752.685302734375, 718.2581787109375, 446.64666748046875, 548.8766479492188, 860.9336547851562, 679.3206176757812, 538.0017700195312, 597.321533203125, 1954.57373046875, 409.8332824707031, 1122.027099609375, 1340.8804931640625, 367.7554626464844, 610.0448608398438, 3896.099609375, 3939.474853515625, 2809.3349609375, 1380.9530029296875, 449.3221435546875, 374.9386901855469, 81.2261734008789, 213.5565185546875, 1120.8974609375, 2131.08984375, 3068.8662109375, 3524.33935546875, 1716.7542724609375, 677.0775756835938, 1009.2033081054688, 1004.7982788085938, 336.4010925292969, 1236.9100341796875, 2027.5843505859375, 898.0551147460938, 1216.279296875, 607.9585571289062, 399.8448791503906, 1005.5765991210938, 1625.647705078125, 920.8101196289062, 739.2727661132812, 431.8424072265625, 1065.1719970703125, 1586.9317626953125, 699.3785400390625, 1984.587646484375, 1116.108642578125, 467.49371337890625, 182.9480743408203, 913.55126953125, 1426.66845703125, 1112.73046875, 1266.070068359375, 1247.7686767578125, 2950.02685546875, 1050.8541259765625, 305.2035217285156, 651.4903564453125, 1098.5369873046875, 1847.927978515625, 378.92218017578125, 478.0874938964844, 2420.10009765625, 1312.5906982421875, 977.6057739257812, 734.8947143554688, 437.9392395019531, 544.7850952148438, 936.8521728515625, 1492.14453125, 791.349853515625, 1915.14599609375, 1432.630126953125, 1339.264404296875, 364.2062072753906, 1394.0931396484375, 2470.988525390625, 538.37109375, 3039.69140625, 3232.396240234375, 661.3635864257812, 2526.914794921875, 1378.845458984375, 2936.14013671875, 2101.61279296875, 348.09918212890625, 594.6142578125, 1026.6171875, 1447.554931640625, 473.54754638671875, 1256.144775390625, 941.7422485351562, 778.4374389648438, 289.5337829589844, 766.2102661132812, 876.3377075195312, 1183.020751953125, 1075.010986328125, 1096.3922119140625, 2601.3779296875, 2676.697998046875, 1878.349609375, 880.2490844726562, 2224.49755859375, 2745.116943359375, 2732.33203125, 1650.453857421875, 1030.8643798828125, 511.1448669433594, 1202.919677734375, 2790.17578125, 2641.403564453125, 2327.510986328125, 1194.8720703125, 304.7475891113281, 1456.465576171875, 2222.453857421875, 1610.8997802734375, 790.7754516601562, 2022.4892578125, 605.5252685546875, 1870.65869140625, 3839.099609375, 600.6910400390625, 3070.35791015625, 3476.766357421875, 2818.55419921875, 542.0914916992188, 3862.3251953125, 1450.3646240234375, 4715.689453125, 4199.04296875, 2575.179931640625, 690.9414672851562, 455.54150390625, 2387.248291015625, 317.9948425292969]\n", - "178\n", - "3548\n", - "18\n", - "[615.9639892578125, 680.4082641601562, 469.43817138671875, 1931.329345703125, 939.2470703125, 1271.21923828125, 848.8827514648438, 350.5284423828125, 302.1672668457031, 480.71209716796875, 747.3613891601562, 980.264892578125, 805.889404296875, 820.2611694335938, 753.2877807617188, 1470.722412109375, 2069.470703125, 863.8892822265625]\n", - "18\n", - "3549\n", - "4\n", - "[1332.208740234375, 2672.385009765625, 1749.7242431640625, 572.9197998046875]\n", - "4\n", - "3550\n", - "18\n", - "[435.6667175292969, 301.8336486816406, 876.7693481445312, 787.499755859375, 593.2808837890625, 1675.1219482421875, 427.0700988769531, 2626.928466796875, 813.565673828125, 1832.4219970703125, 3879.492919921875, 2674.519287109375, 2058.92333984375, 4625.98974609375, 5177.2587890625, 429.7071533203125, 2157.408447265625, 1568.2783203125]\n", - "18\n", - "3551\n", - "9\n", - "[1059.687744140625, 1647.121337890625, 996.7420043945312, 458.0819091796875, 1698.6533203125, 1223.830078125, 444.355224609375, 457.43731689453125, 461.48516845703125]\n", - "9\n", - "3552\n", - "15\n", - "[709.727294921875, 1156.54736328125, 5304.2578125, 3988.263427734375, 636.5911865234375, 440.4836730957031, 4566.2822265625, 4202.7939453125, 657.5610961914062, 1450.5968017578125, 4628.8525390625, 1540.072021484375, 1593.14111328125, 1305.5594482421875, 306.5911865234375]\n", - "15\n", - "3553\n", - "2\n", - "[2649.58837890625, 3276.5]\n", - "2\n", - "3554\n", - "9\n", - "[531.697265625, 1214.3878173828125, 2630.58935546875, 807.27978515625, 313.08453369140625, 2199.96728515625, 1495.3037109375, 371.62640380859375, 2857.97265625]\n", - "9\n", - "3555\n", - "6\n", - "[1118.07861328125, 612.812255859375, 4163.63525390625, 3003.279296875, 1639.0147705078125, 2715.1064453125]\n", - "6\n", - "3556\n", - "9\n", - "[300.9793395996094, 598.2525634765625, 932.7791748046875, 2927.8173828125, 1349.360107421875, 860.16455078125, 819.7100830078125, 1738.568115234375, 2487.21435546875]\n", - "9\n", - "3557\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[364.9236755371094, 1869.366455078125, 1273.4964599609375, 383.9704284667969, 1201.604736328125, 618.871826171875, 734.9595947265625, 399.2395324707031, 595.2406616210938, 496.8644104003906, 392.59228515625]\n", - "11\n", - "3558\n", - "70\n", - "[534.9946899414062, 1112.81005859375, 847.72998046875, 503.1076354980469, 1418.2071533203125, 1130.97021484375, 516.778564453125, 754.9484252929688, 562.1232299804688, 431.44189453125, 351.5542907714844, 422.8239440917969, 527.5142211914062, 1167.117919921875, 624.4854736328125, 414.9219970703125, 1673.211669921875, 404.37933349609375, 3086.838134765625, 2757.740234375, 2942.501220703125, 2561.0302734375, 907.96435546875, 1059.126708984375, 1140.9644775390625, 573.3870239257812, 818.0216064453125, 1284.7275390625, 146.31759643554688, 2749.37109375, 4503.98876953125, 4662.3623046875, 4367.076171875, 967.2389526367188, 1959.4786376953125, 390.3427734375, 403.6480407714844, 1002.9550170898438, 1298.7591552734375, 364.5751647949219, 2068.328125, 2173.830810546875, 2347.29736328125, 1752.682861328125, 1548.88330078125, 2342.823486328125, 2289.084228515625, 4759.1103515625, 4084.115478515625, 3105.851318359375, 336.56805419921875, 2427.271484375, 3577.4833984375, 1495.9415283203125, 308.6624755859375, 809.5813598632812, 4248.755859375, 2240.67236328125, 595.5489501953125, 592.0753784179688, 357.2978820800781, 2589.11865234375, 3355.47802734375, 2211.212646484375, 2279.30322265625, 999.6489868164062, 949.1904296875, 2818.116943359375, 454.7464599609375, 315.7214050292969]\n", - "70\n", - "3559\n", - "3\n", - "[10086.55859375, 3496.75341796875, 914.608154296875]\n", - "3\n", - "3560\n", - "19\n", - "[362.04742431640625, 427.1180725097656, 765.0505981445312, 658.3482055664062, 275.2718505859375, 4202.67138671875, 530.3817749023438, 1306.2332763671875, 2310.19970703125, 6674.9306640625, 4603.9404296875, 578.5234985351562, 739.9657592773438, 521.4029541015625, 713.6024169921875, 4492.138671875, 1383.3394775390625, 837.0720825195312, 308.336181640625]\n", - "19\n", - "3561\n", - "17\n", - "[519.2627563476562, 502.1921081542969, 313.2715759277344, 1017.223388671875, 994.2286987304688, 350.94281005859375, 1753.4942626953125, 848.6519165039062, 4264.85107421875, 676.3216552734375, 1975.694580078125, 6591.3818359375, 3660.403076171875, 2901.518798828125, 2089.203857421875, 2404.434814453125, 1305.2054443359375]\n", - "17\n", - "3562\n", - "9\n", - "[1908.47412109375, 797.074951171875, 1071.5067138671875, 3694.560546875, 3801.6826171875, 328.9567565917969, 429.05084228515625, 1938.7918701171875, 3295.080322265625]\n", - "9\n", - "3563\n", - "18\n", - "[994.515869140625, 703.7379760742188, 367.94921875, 374.9095458984375, 996.4690551757812, 749.5094604492188, 1210.7025146484375, 2294.19677734375, 2167.94384765625, 824.0548706054688, 666.9105834960938, 1198.65478515625, 1008.937255859375, 2252.610595703125, 1187.092529296875, 2056.21923828125, 1111.46923828125, 1336.72607421875]\n", - "18\n", - "3564\n", - "7\n", - "[1710.8778076171875, 1171.7442626953125, 998.20166015625, 806.0722045898438, 1343.113525390625, 949.2869262695312, 1019.9268798828125]\n", - "7\n", - "3565\n", - "7\n", - "[780.487060546875, 1347.8729248046875, 566.6469116210938, 394.6282958984375, 555.2722778320312, 915.97900390625, 1234.7120361328125]\n", - "7\n", - "3566\n", - "9\n", - "[721.14892578125, 745.54248046875, 682.448974609375, 455.1960754394531, 1204.82177734375, 2386.23583984375, 634.4982299804688, 666.8847045898438, 749.9656982421875]\n", - "9\n", - "3567\n", - "9\n", - "[684.3187255859375, 398.786865234375, 1084.6834716796875, 1012.725830078125, 1847.8631591796875, 4147.42041015625, 1609.64794921875, 2514.763916015625, 589.6990966796875]\n", - "9\n", - "3568\n", - "5\n", - "[469.314697265625, 3140.554443359375, 373.8055419921875, 341.5303039550781, 1057.3914794921875]\n", - "5\n", - "3569\n", - "6\n", - "[1179.660400390625, 1591.6448974609375, 462.33734130859375, 1879.471435546875, 1072.16064453125, 916.010498046875]\n", - "6\n", - "3570\n", - "19\n", - "[806.1331787109375, 337.6802062988281, 410.727294921875, 1054.93701171875, 652.5484619140625, 2309.671875, 1357.39892578125, 1263.352783203125, 1616.400146484375, 772.1843872070312, 320.2208251953125, 1026.015869140625, 357.10491943359375, 796.0576782226562, 529.1697998046875, 1458.19921875, 1875.812744140625, 2772.5693359375, 1384.3953857421875]\n", - "19\n", - "3571\n", - "11\n", - "[839.9759521484375, 854.9298706054688, 350.8410949707031, 1398.760498046875, 1681.058837890625, 2908.852783203125, 577.3324584960938, 1112.0390625, 925.6995849609375, 336.0900573730469, 387.77825927734375]\n", - "11\n", - "3572\n", - "6\n", - "[731.389404296875, 3109.476318359375, 740.2479248046875, 2880.09228515625, 399.9669189453125, 389.6372985839844]\n", - "6\n", - "3573\n", - "6\n", - "[1416.8878173828125, 986.5972900390625, 356.8218688964844, 801.3361206054688, 1171.596923828125, 560.9832153320312]\n", - "6\n", - "3574\n", - "11\n", - "[329.4779357910156, 538.7634887695312, 627.9254150390625, 331.1861877441406, 546.4091796875, 579.7401123046875, 447.6224670410156, 520.7960815429688, 433.8769226074219, 555.1202392578125, 436.4591979980469]\n", - "11\n", - "3575\n", - "5\n", - "[876.7946166992188, 815.0449829101562, 4895.99365234375, 1595.8289794921875, 694.1249389648438]\n", - "5\n", - "3576\n", - "5\n", - "[406.1373291015625, 305.3756103515625, 2041.96728515625, 1955.3931884765625, 438.505859375]\n", - "5\n", - "3577\n", - "4\n", - "[561.8700561523438, 2248.73095703125, 1580.4638671875, 612.6710815429688]\n", - "4\n", - "3578\n", - "16\n", - "[1525.6273193359375, 1467.5975341796875, 888.2063598632812, 5220.17333984375, 4810.54052734375, 532.1061401367188, 4916.7626953125, 3216.04296875, 1701.2818603515625, 487.56805419921875, 952.541259765625, 2030.6158447265625, 983.2874145507812, 545.2656860351562, 308.0614318847656, 714.046630859375]\n", - "16\n", - "3579\n", - "180\n", - "[352.200439453125, 306.1034240722656, 817.4845581054688, 1559.882080078125, 365.15911865234375, 679.7440185546875, 1111.2596435546875, 496.8174133300781, 3268.736572265625, 720.5367431640625, 697.7028198242188, 2270.70166015625, 2376.753662109375, 2777.43310546875, 862.2325439453125, 593.9281005859375, 4612.77001953125, 327.3103942871094, 330.2032165527344, 2286.28759765625, 2401.208984375, 3467.588134765625, 2296.837158203125, 696.2793579101562, 2816.690185546875, 1644.279541015625, 1273.2769775390625, 707.7929077148438, 2105.22021484375, 1938.5511474609375, 2425.991455078125, 3398.438720703125, 3921.709716796875, 3988.0703125, 3963.21337890625, 3669.024658203125, 2075.83740234375, 3427.470703125, 3318.427001953125, 1701.83251953125, 351.7810974121094, 900.7653198242188, 136.7722625732422, 3512.518310546875, 3982.024658203125, 3998.286865234375, 3729.40576171875, 3856.880126953125, 3588.04443359375, 3659.05615234375, 3593.034912109375, 4869.8212890625, 3210.9248046875, 452.4681091308594, 362.949462890625, 212.7825927734375, 694.8931274414062, 1371.1943359375, 3743.429443359375, 3157.786865234375, 3730.8623046875, 3236.404296875, 3434.69140625, 2883.075439453125, 3347.1650390625, 1685.0545654296875, 356.1872253417969, 4674.240234375, 14331.494140625, 1763.7718505859375, 1045.6566162109375, 1157.4697265625, 1556.5384521484375, 1591.6087646484375, 4053.160400390625, 2153.460693359375, 2212.4638671875, 834.636474609375, 1466.2393798828125, 3191.68505859375, 3408.502197265625, 1987.5986328125, 1686.5599365234375, 575.4754638671875, 447.4085388183594, 2179.34130859375, 14471.0703125, 7376.77685546875, 1986.8958740234375, 1079.9517822265625, 2312.019287109375, 2471.7861328125, 1926.820068359375, 2400.77880859375, 1885.32861328125, 3199.78466796875, 1435.391357421875, 1926.4639892578125, 868.373291015625, 2686.497314453125, 2029.1905517578125, 2680.39599609375, 2883.404296875, 844.217041015625, 846.3501586914062, 1384.42919921875, 2291.753662109375, 1467.9757080078125, 389.33673095703125, 343.97833251953125, 1221.072265625, 3388.36865234375, 2318.88623046875, 2128.410400390625, 4304.306640625, 5265.5009765625, 1884.531005859375, 658.0576171875, 2204.8974609375, 5568.16357421875, 4665.86376953125, 3564.64306640625, 6515.79052734375, 6921.3984375, 1947.0391845703125, 655.3234252929688, 696.5206909179688, 5142.2431640625, 5255.9189453125, 2514.892822265625, 5683.1767578125, 6127.3486328125, 3327.218994140625, 328.0023498535156, 5356.74462890625, 5944.6455078125, 3540.84521484375, 570.5870361328125, 520.5418090820312, 2294.699462890625, 482.9447021484375, 1655.7635498046875, 2086.408447265625, 1614.2376708984375, 3736.9189453125, 1101.4117431640625, 510.3333740234375, 5548.8525390625, 7192.6884765625, 2809.995849609375, 472.416259765625, 419.283203125, 1946.451416015625, 3486.335693359375, 545.9364624023438, 2693.893310546875, 7309.7509765625, 7248.76806640625, 6473.8779296875, 2563.869384765625, 1695.7342529296875, 538.7191162109375, 617.559326171875, 1185.824951171875, 1777.766357421875, 3239.7626953125, 6089.431640625, 6937.28369140625, 5968.19482421875, 4161.8271484375, 329.7508850097656, 942.4664306640625, 1096.858154296875, 337.6081237792969, 1827.64794921875, 868.1426391601562, 1462.85205078125, 539.9319458007812, 3104.828125]\n", - "179\n", - "3580\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[2544.985107421875, 817.6583862304688, 477.2823791503906, 453.2940368652344, 2225.6728515625, 1165.494384765625, 790.0095825195312, 683.5126953125]\n", - "8\n", - "3581\n", - "37\n", - "[845.2861938476562, 1836.544921875, 1538.46533203125, 804.4244995117188, 2531.2861328125, 2375.43310546875, 674.872314453125, 1762.8262939453125, 1239.79638671875, 841.9243774414062, 342.91412353515625, 335.5687255859375, 655.792724609375, 1908.9827880859375, 1043.935791015625, 548.0929565429688, 739.5916748046875, 1905.35595703125, 3194.883544921875, 2688.81982421875, 4200.37353515625, 2734.5947265625, 1427.1981201171875, 1952.7900390625, 3734.685302734375, 991.145263671875, 2173.637939453125, 983.7782592773438, 648.9878540039062, 1604.3282470703125, 1731.3660888671875, 562.7044677734375, 740.9285278320312, 1210.912841796875, 506.89959716796875, 1631.9454345703125, 492.96746826171875]\n", - "37\n", - "3582\n", - "9\n", - "[3539.93701171875, 1702.5711669921875, 4461.4541015625, 2994.938232421875, 2638.174560546875, 16176.958984375, 3825.107421875, 4195.15087890625, 2002.371337890625]\n", - "9\n", - "3583\n", - "11\n", - "[1822.41845703125, 1779.0498046875, 1036.9947509765625, 975.437744140625, 2869.220703125, 1761.2432861328125, 1791.067626953125, 937.5196533203125, 2400.414794921875, 1449.854248046875, 422.1961669921875]\n", - "11\n", - "3584\n", - "11\n", - "[1181.7823486328125, 1517.0540771484375, 306.5048828125, 2374.05419921875, 4970.1279296875, 3736.5419921875, 1617.09423828125, 483.274169921875, 2990.68359375, 2249.542236328125, 342.9752197265625]\n", - "11\n", - "3585\n", - "106\n", - "[2318.444091796875, 1084.851318359375, 628.1060180664062, 1069.95361328125, 2199.5556640625, 978.0758056640625, 1533.8316650390625, 1286.7982177734375, 653.6324462890625, 636.2969970703125, 846.369873046875, 302.65496826171875, 552.3320922851562, 850.4437255859375, 809.1817626953125, 1191.1390380859375, 1334.730712890625, 395.59814453125, 915.375732421875, 490.8996887207031, 516.0108032226562, 2226.5771484375, 1131.80859375, 1034.6326904296875, 496.4759216308594, 1455.248046875, 1486.2279052734375, 916.0330200195312, 852.8128662109375, 1019.6591796875, 1489.387939453125, 1928.5377197265625, 432.4178771972656, 472.3254699707031, 366.45654296875, 1839.7623291015625, 1207.250244140625, 507.83782958984375, 624.4944458007812, 796.5883178710938, 608.6759033203125, 1118.8106689453125, 846.7671508789062, 470.3427429199219, 305.92340087890625, 1870.1678466796875, 1173.8577880859375, 2704.59814453125, 1764.902099609375, 1360.3184814453125, 473.61480712890625, 1108.091552734375, 1026.8135986328125, 315.4109191894531, 372.7623291015625, 892.164306640625, 767.9270629882812, 1650.6038818359375, 1011.6812744140625, 379.8951110839844, 801.9225463867188, 569.8011474609375, 285.23284912109375, 450.652587890625, 550.6491088867188, 739.8184204101562, 1575.7183837890625, 2796.1904296875, 708.4774169921875, 500.0260314941406, 1665.95654296875, 2592.062255859375, 884.6017456054688, 409.932373046875, 545.795166015625, 1208.6551513671875, 647.6192016601562, 391.64349365234375, 425.87738037109375, 398.9966125488281, 430.1281433105469, 611.821533203125, 417.4227294921875, 1173.1282958984375, 404.5186462402344, 361.63153076171875, 612.08154296875, 880.6145629882812, 356.12030029296875, 325.0610046386719, 801.467529296875, 657.0778198242188, 579.1875610351562, 332.435791015625, 398.2923278808594, 422.3958435058594, 518.0910034179688, 974.8687744140625, 1062.4669189453125, 851.3104858398438, 755.1060791015625, 1014.5596923828125, 437.39459228515625, 440.1971435546875]\n", - "104\n", - "3586\n", - "7\n", - "[528.7306518554688, 1339.38232421875, 430.9190673828125, 337.65447998046875, 1295.05419921875, 630.8002319335938, 692.666015625]\n", - "7\n", - "3587\n", - "10\n", - "[721.1171875, 942.5848388671875, 301.553466796875, 507.40557861328125, 5230.31494140625, 1853.792724609375, 1409.2227783203125, 5343.41455078125, 2053.80029296875, 546.2667846679688]\n", - "10\n", - "3588\n", - "7\n", - "[1692.3310546875, 2503.98681640625, 1894.38232421875, 4141.814453125, 525.9326171875, 361.6874694824219, 769.2073974609375]\n", - "7\n", - "3589\n", - "320\n", - "[722.1980590820312, 339.756591796875, 1055.46240234375, 968.6776123046875, 312.66436767578125, 460.78277587890625, 1054.7320556640625, 986.3177490234375, 1130.3826904296875, 575.1986083984375, 523.4144287109375, 1690.2772216796875, 1283.892333984375, 991.4474487304688, 1157.1846923828125, 723.121337890625, 574.43310546875, 2615.15576171875, 1064.14013671875, 837.3688354492188, 892.9696655273438, 1397.3330078125, 1230.7552490234375, 638.1490478515625, 446.7230529785156, 2338.5166015625, 350.07598876953125, 575.31103515625, 1002.5280151367188, 892.3915405273438, 558.1067504882812, 550.5430297851562, 553.3533325195312, 3158.2529296875, 1974.64599609375, 506.3706970214844, 1465.1224365234375, 1310.926025390625, 2103.2822265625, 3379.4892578125, 1279.723876953125, 691.5872802734375, 460.3623046875, 504.7059326171875, 3720.770263671875, 5077.5283203125, 4554.26904296875, 4614.0556640625, 3845.685302734375, 1519.8076171875, 432.5321044921875, 365.5625, 1448.8603515625, 1860.677001953125, 4880.6904296875, 2472.462646484375, 365.93133544921875, 552.9089965820312, 1284.2364501953125, 2552.017822265625, 547.7702026367188, 1200.09912109375, 4477.57763671875, 2668.620849609375, 345.5527648925781, 1734.7720947265625, 2828.116943359375, 2258.1884765625, 1680.9732666015625, 605.2438354492188, 558.8348999023438, 864.2940673828125, 3438.237548828125, 5038.19482421875, 4654.42236328125, 2022.265625, 1773.333251953125, 3497.093017578125, 4320.01953125, 919.4559936523438, 729.4913330078125, 3351.1240234375, 3453.432373046875, 1380.4949951171875, 392.9044189453125, 437.3380126953125, 988.9700927734375, 1546.8653564453125, 652.5681762695312, 1753.4354248046875, 1597.813720703125, 367.0233459472656, 1190.0731201171875, 3738.745361328125, 3090.91845703125, 4880.4443359375, 4433.35693359375, 3557.591796875, 4236.46044921875, 3541.0458984375, 3411.446044921875, 786.9763793945312, 5170.0634765625, 6600.3955078125, 7137.55078125, 2056.2919921875, 1262.5577392578125, 1235.9385986328125, 642.1975708007812, 442.2265930175781, 1466.2733154296875, 2087.4482421875, 442.07135009765625, 687.8991088867188, 1238.0673828125, 3684.611328125, 3263.11669921875, 3704.77587890625, 3632.281005859375, 4725.56787109375, 5037.9326171875, 2018.97900390625, 612.337158203125, 367.55328369140625, 922.7962036132812, 4743.216796875, 6606.642578125, 3533.10302734375, 1631.396484375, 392.603271484375, 417.58441162109375, 4362.359375, 1554.766845703125, 987.2837524414062, 970.4450073242188, 529.8668823242188, 2388.4541015625, 861.6497192382812, 300.9896545410156, 495.386474609375, 680.3568725585938, 1479.48974609375, 3791.39697265625, 1160.1610107421875, 1444.1336669921875, 1217.65673828125, 424.0212707519531, 2548.415283203125, 3749.119384765625, 2238.315185546875, 997.2125244140625, 3242.893310546875, 3835.90087890625, 3843.512939453125, 5021.67578125, 3247.598388671875, 4124.236328125, 1765.0308837890625, 1538.1578369140625, 4694.333984375, 8236.9228515625, 11192.9052734375, 3264.66357421875, 3998.6298828125, 1810.9014892578125, 5081.30712890625, 248.8474884033203, 415.7656555175781, 1204.4532470703125, 887.2388916015625, 494.172119140625, 603.2471313476562, 544.94921875, 1466.4927978515625, 1118.81494140625, 686.8981323242188, 478.6693115234375, 653.6939086914062, 1766.4493408203125, 2430.9560546875, 2861.4169921875, 3465.478515625, 2655.618408203125, 2133.231689453125, 4207.6669921875, 4577.50634765625, 4897.2470703125, 5204.65478515625, 4901.21875, 2402.946044921875, 16442.205078125, 16033.4140625, 14112.00390625, 18326.486328125, 17475.20703125, 12842.89453125, 14886.74609375, 4653.427734375, 1916.2822265625, 2990.180908203125, 4065.5009765625, 594.210205078125, 172.2831573486328, 1152.4940185546875, 2235.401611328125, 346.58050537109375, 1100.7327880859375, 1587.5491943359375, 4581.62255859375, 3850.6591796875, 3530.318603515625, 4683.205078125, 4929.33251953125, 10496.3505859375, 78909.7734375, 91149.3828125, 107491.390625, 18471.54296875, 18471.54296875, 17896.0625, 17092.0703125, 16310.7236328125, 7094.310546875, 5712.2138671875, 9239.1904296875, 1544.283447265625, 175.63853454589844, 1452.1815185546875, 2058.474609375, 2026.6280517578125, 783.41796875, 1721.23583984375, 462.7015380859375, 813.5804443359375, 310.9514465332031, 3063.548828125, 4534.0615234375, 1986.6044921875, 3591.64697265625, 4175.31396484375, 37396.80859375, 86921.7890625, 42856.703125, 67266.9453125, 13864.0751953125, 17316.42578125, 18452.111328125, 16801.880859375, 18296.099609375, 18178.67578125, 18200.123046875, 16518.32421875, 8861.693359375, 1770.20751953125, 1907.4617919921875, 2080.0068359375, 2126.968505859375, 2196.969482421875, 2205.8359375, 832.0413818359375, 904.74072265625, 2056.294189453125, 637.4423828125, 1155.380859375, 1263.3653564453125, 9459.3056640625, 13064.3154296875, 348.3655700683594, 10417.91015625, 14734.87890625, 17789.2421875, 18421.466796875, 18290.78125, 18361.896484375, 18220.384765625, 18461.80859375, 17692.04296875, 14166.3720703125, 2085.982421875, 919.4907836914062, 1447.2236328125, 1422.4383544921875, 949.8076171875, 1315.6602783203125, 722.2630615234375, 962.7611694335938, 1297.859619140625, 1915.292724609375, 1843.108642578125, 503.97259521484375, 6042.83203125, 4163.1162109375, 14858.8232421875, 17189.470703125, 17647.87890625, 18471.54296875, 18238.525390625, 18296.783203125, 14482.7421875, 11333.630859375, 532.0511474609375, 486.06146240234375, 405.4503479003906, 326.42132568359375, 590.6900024414062, 325.90753173828125, 941.87939453125, 579.2882690429688, 3518.13525390625, 534.01318359375, 5256.66015625, 348.8077697753906, 1011.5201416015625, 3185.583740234375, 11282.4365234375, 14032.517578125, 8691.1748046875, 6841.453125, 2604.099609375, 551.5291748046875]\n", - "320\n", - "3590\n", - "6\n", - "[1230.931396484375, 1701.968505859375, 321.7762756347656, 325.7017822265625, 3875.410400390625, 2894.907470703125]\n", - "6\n", - "3591\n", - "13\n", - "[1008.7169189453125, 314.1999206542969, 921.6278686523438, 5395.49169921875, 1753.05078125, 2957.69921875, 5862.646484375, 4826.40234375, 584.6837768554688, 2586.7724609375, 3798.2958984375, 1500.7926025390625, 678.3749389648438]\n", - "13\n", - "3592\n", - "14\n", - "[871.8157958984375, 414.5723571777344, 1386.3909912109375, 1060.02978515625, 310.3599853515625, 949.7000732421875, 1936.1317138671875, 458.72650146484375, 694.8727416992188, 976.3846435546875, 1269.010986328125, 2038.0028076171875, 465.20819091796875, 527.7973022460938]\n", - "14\n", - "3593\n", - "22\n", - "[707.9230346679688, 1618.8861083984375, 1513.5423583984375, 6360.24951171875, 6493.45751953125, 628.5962524414062, 2396.703857421875, 843.9751586914062, 341.6534118652344, 723.319091796875, 1230.8929443359375, 4984.2568359375, 6425.19580078125, 3750.447021484375, 1551.510986328125, 536.979736328125, 3630.35302734375, 995.5053100585938, 1053.4700927734375, 513.3858642578125, 2312.30908203125, 1135.9075927734375]\n", - "22\n", - "3594\n", - "5\n", - "[554.9336547851562, 963.8821411132812, 753.1774291992188, 6294.099609375, 695.9872436523438]\n", - "5\n", - "3595\n", - "16\n", - "[461.68035888671875, 6673.26904296875, 8750.4375, 2466.68212890625, 4063.431396484375, 10766.556640625, 2247.7060546875, 780.3231201171875, 302.88934326171875, 350.85662841796875, 841.6866455078125, 310.47137451171875, 1520.103759765625, 3291.31884765625, 934.3998413085938, 1200.871826171875]\n", - "16\n", - "3596\n", - "11\n", - "[839.223388671875, 2612.681640625, 2259.734619140625, 3479.017822265625, 692.1052856445312, 1284.307861328125, 5287.716796875, 5769.95849609375, 396.4757080078125, 1354.7318115234375, 2814.0400390625]\n", - "11\n", - "3597\n", - "12\n", - "[378.4542541503906, 1496.264892578125, 926.5740356445312, 346.4852294921875, 332.935546875, 756.5152587890625, 694.01220703125, 544.7525634765625, 450.5290222167969, 569.8287353515625, 842.6683959960938, 618.5889282226562]\n", - "12\n", - "3598\n", - "29\n", - "[1250.8343505859375, 1243.0767822265625, 451.1690368652344, 680.6901245117188, 1928.7471923828125, 1318.2403564453125, 1410.5189208984375, 1788.9298095703125, 1349.8486328125, 1235.015869140625, 804.7395629882812, 1853.5186767578125, 2060.402587890625, 1927.8262939453125, 1096.8741455078125, 823.7579956054688, 753.2208251953125, 312.30499267578125, 696.068115234375, 1614.943359375, 920.2802124023438, 578.18359375, 833.6464233398438, 810.3519287109375, 577.4287719726562, 547.2723388671875, 1024.1302490234375, 1428.3094482421875, 593.9768676757812]\n", - "29\n", - "3599\n", - "11\n", - "[429.04107666015625, 440.5980529785156, 373.990234375, 399.41192626953125, 1467.97509765625, 1444.6192626953125, 1038.666748046875, 1123.7259521484375, 1759.26806640625, 903.9271240234375, 490.5638122558594]\n", - "11\n", - "3600\n", - "4\n", - "[2313.6494140625, 1886.658447265625, 2331.6357421875, 2217.3447265625]\n", - "4\n", - "3601\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "51\n", - "[909.74755859375, 710.0658569335938, 922.310791015625, 2359.30859375, 1923.6429443359375, 4052.67138671875, 2349.480712890625, 322.56024169921875, 389.3885803222656, 1439.1180419921875, 3316.120849609375, 3668.1962890625, 4279.41796875, 3757.0302734375, 4430.56884765625, 4699.03857421875, 1735.0703125, 464.061279296875, 1723.70556640625, 4586.44287109375, 4718.349609375, 4519.21728515625, 2229.3955078125, 2501.56884765625, 2970.278076171875, 443.5261535644531, 326.238037109375, 390.93463134765625, 3023.84326171875, 4163.16015625, 1638.9166259765625, 2517.181396484375, 3011.372802734375, 458.95849609375, 495.7159729003906, 1458.8277587890625, 3662.08203125, 2991.165283203125, 1192.8375244140625, 413.3828430175781, 982.829833984375, 1066.6209716796875, 1151.86474609375, 1809.8988037109375, 767.9778442382812, 669.0416870117188, 306.0719299316406, 686.4932250976562, 1124.5697021484375, 1340.3240966796875, 328.75689697265625]\n", - "51\n", - "3602\n", - "6\n", - "[2465.55615234375, 3211.55224609375, 1545.923095703125, 999.7747192382812, 1334.8382568359375, 1001.518798828125]\n", - "6\n", - "3603\n", - "13\n", - "[1483.521484375, 2597.21484375, 1838.0513916015625, 1108.0374755859375, 6045.59521484375, 1392.865478515625, 403.7836608886719, 1442.9083251953125, 1671.3292236328125, 7243.59033203125, 517.680419921875, 373.93597412109375, 2427.80126953125]\n", - "13\n", - "3604\n", - "17\n", - "[322.87994384765625, 635.3436889648438, 421.35028076171875, 1000.9111938476562, 333.00714111328125, 785.0724487304688, 559.606689453125, 861.0540161132812, 3571.222412109375, 1057.09423828125, 523.1889038085938, 2183.755615234375, 5948.0947265625, 1424.86279296875, 1727.4884033203125, 4732.34521484375, 368.2354431152344]\n", - "17\n", - "3605\n", - "3\n", - "[1385.6021728515625, 4019.4033203125, 2709.35546875]\n", - "3\n", - "3606\n", - "5\n", - "[6283.966796875, 1408.9505615234375, 590.8966064453125, 1203.109619140625, 1725.3809814453125]\n", - "5\n", - "3607\n", - "6\n", - "[1851.0714111328125, 1362.4957275390625, 374.11456298828125, 2727.868896484375, 1535.586181640625, 1619.507080078125]\n", - "6\n", - "3608\n", - "3\n", - "[5517.99462890625, 7944.67919921875, 392.7566833496094]\n", - "3\n", - "3609\n", - "7\n", - "[1467.1263427734375, 1609.3809814453125, 544.7509765625, 2392.088134765625, 382.096435546875, 1179.064453125, 943.8307495117188]\n", - "7\n", - "3610\n", - "11\n", - "[2641.6162109375, 2735.685791015625, 1109.0845947265625, 2834.302001953125, 4351.80078125, 2858.09619140625, 838.6048583984375, 530.4541625976562, 1551.677978515625, 538.3004760742188, 821.0914916992188]\n", - "11\n", - "3611\n", - "103\n", - "[588.48828125, 472.3955078125, 356.5828552246094, 400.7647705078125, 669.3406982421875, 528.3462524414062, 660.9700317382812, 794.5759887695312, 2074.69580078125, 1064.4261474609375, 701.623779296875, 330.72613525390625, 306.10693359375, 1829.337158203125, 508.943115234375, 599.767822265625, 1247.75634765625, 548.0579223632812, 561.9578857421875, 1461.1202392578125, 2453.876708984375, 1071.18115234375, 1560.745849609375, 2450.415771484375, 2740.09814453125, 438.8954162597656, 372.4836730957031, 324.1364440917969, 555.4085693359375, 547.0225219726562, 737.9905395507812, 447.1522521972656, 1001.9296264648438, 2829.369873046875, 2568.458984375, 1657.6943359375, 2206.6494140625, 3264.46240234375, 847.5943603515625, 1307.8109130859375, 2521.3125, 658.6900634765625, 703.531494140625, 859.8631591796875, 2694.29736328125, 2324.301025390625, 1328.3453369140625, 645.089599609375, 939.1390991210938, 1033.7730712890625, 1486.045654296875, 359.3953857421875, 830.6681518554688, 1137.5626220703125, 503.95001220703125, 901.8201904296875, 1932.847900390625, 346.8523254394531, 1548.552001953125, 531.5089721679688, 1140.0889892578125, 779.36962890625, 447.1933288574219, 1105.5166015625, 1569.692626953125, 452.0303955078125, 503.93841552734375, 831.5918579101562, 2949.7138671875, 2844.585693359375, 454.7940368652344, 1579.975830078125, 706.7777099609375, 441.1002197265625, 3848.108154296875, 3208.937255859375, 565.0040893554688, 643.289306640625, 319.4747314453125, 987.14111328125, 946.2235717773438, 1202.681884765625, 2547.4794921875, 2830.52099609375, 970.2634887695312, 571.4584350585938, 648.1251831054688, 703.8250732421875, 3225.679931640625, 1349.00244140625, 1764.6514892578125, 854.1001586914062, 2079.34326171875, 4434.7197265625, 4646.36865234375, 2105.00146484375, 763.4264526367188, 382.0238952636719, 1909.9942626953125, 2842.047119140625, 4298.16748046875, 2491.567626953125, 321.13165283203125]\n", - "103\n", - "3612\n", - "6\n", - "[522.1371459960938, 1614.66552734375, 350.7171325683594, 301.11627197265625, 2304.175537109375, 716.312255859375]\n", - "6\n", - "3613\n", - "11\n", - "[472.4285888671875, 463.4062194824219, 343.8538513183594, 2328.9013671875, 1687.7874755859375, 2136.3828125, 598.664794921875, 431.32037353515625, 3407.89599609375, 8314.74609375, 374.8411865234375]\n", - "11\n", - "3614\n", - "7\n", - "[375.4120788574219, 406.7088317871094, 453.59442138671875, 1301.4324951171875, 4509.82421875, 713.48828125, 4636.736328125]\n", - "7\n", - "3615\n", - "4\n", - "[1234.105712890625, 2160.64208984375, 1058.404296875, 886.2039794921875]\n", - "4\n", - "3616\n", - "12\n", - "[421.65283203125, 1791.8748779296875, 3406.732666015625, 996.8244018554688, 684.3798828125, 1148.9217529296875, 2360.115966796875, 5028.47314453125, 722.6167602539062, 1126.416259765625, 1066.251953125, 343.3495788574219]\n", - "12\n", - "3617\n", - "2\n", - "[1363.680908203125, 5100.69189453125]\n", - "2\n", - "3618\n", - "5\n", - "[1452.779052734375, 1269.0760498046875, 512.5176391601562, 1088.56689453125, 1251.7664794921875]\n", - "5\n", - "3619\n", - "5\n", - "[2172.5888671875, 795.669189453125, 1607.1514892578125, 1713.946533203125, 639.64306640625]\n", - "5\n", - "3620\n", - "5\n", - "[1803.4080810546875, 1392.2459716796875, 348.6972351074219, 1165.4932861328125, 581.6410522460938]\n", - "5\n", - "3621\n", - "6\n", - "[606.6566162109375, 1533.3798828125, 948.5397338867188, 630.4977416992188, 2622.559814453125, 644.3292236328125]\n", - "6\n", - "3622\n", - "28\n", - "[771.9384765625, 488.3319091796875, 1891.8133544921875, 2612.33349609375, 2347.82861328125, 2746.822998046875, 1579.9381103515625, 1663.9573974609375, 6726.62451171875, 503.6512451171875, 2738.3291015625, 5340.63330078125, 1040.803955078125, 5386.04150390625, 1216.6348876953125, 7097.2744140625, 1249.6624755859375, 1612.7664794921875, 4583.46435546875, 2221.918212890625, 788.139404296875, 313.8565673828125, 866.0347900390625, 1225.4891357421875, 839.64306640625, 2372.77001953125, 536.3565063476562, 689.540283203125]\n", - "28\n", - "3623\n", - "23\n", - "[1038.059814453125, 1134.298095703125, 443.2332763671875, 873.299560546875, 502.38348388671875, 919.4376220703125, 591.2696533203125, 699.31640625, 511.242919921875, 2717.0009765625, 1548.80810546875, 346.9533386230469, 1273.9873046875, 2809.878662109375, 5610.58837890625, 1426.1942138671875, 1348.2945556640625, 5727.13720703125, 4328.93896484375, 569.6185302734375, 543.8386840820312, 811.9329833984375, 565.6148681640625]\n", - "23\n", - "3624\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "264\n", - "[759.3272094726562, 454.29583740234375, 722.2643432617188, 793.4456787109375, 2899.886962890625, 490.5174865722656, 2934.31298828125, 4491.52099609375, 7570.16455078125, 1211.6490478515625, 550.9302978515625, 2641.606201171875, 10976.408203125, 6317.353515625, 578.728759765625, 1533.401123046875, 470.0780334472656, 644.153076171875, 635.7976684570312, 1571.52734375, 4121.12939453125, 1058.7645263671875, 363.54412841796875, 497.5643005371094, 1277.6475830078125, 690.0140380859375, 837.6571655273438, 1707.874755859375, 372.1191711425781, 322.3878173828125, 1193.8369140625, 425.13262939453125, 1610.6622314453125, 475.9295654296875, 818.5076293945312, 913.6006469726562, 1495.476806640625, 572.1770629882812, 878.2459106445312, 722.9685668945312, 652.9940795898438, 473.62347412109375, 620.9020385742188, 3166.900390625, 1983.51416015625, 691.9634399414062, 2409.640380859375, 1049.7939453125, 133.1928253173828, 2943.498779296875, 5745.0703125, 5197.875, 2039.1776123046875, 618.4642333984375, 2181.54052734375, 2924.319580078125, 1439.6614990234375, 502.49847412109375, 6168.53515625, 9787.2373046875, 1094.3399658203125, 2273.985595703125, 10034.310546875, 9346.1015625, 5788.564453125, 7450.17529296875, 2636.208740234375, 339.20635986328125, 6136.05908203125, 1194.69677734375, 3050.800537109375, 9850.8203125, 14893.8232421875, 6347.30126953125, 6213.90234375, 10240.5185546875, 12063.6123046875, 6390.201171875, 5513.42529296875, 12236.6279296875, 14063.1435546875, 1674.453125, 4375.95166015625, 4122.8359375, 5385.82666015625, 14369.23046875, 9371.767578125, 6820.6904296875, 14499.244140625, 14134.9619140625, 12743.908203125, 12886.5146484375, 8185.48291015625, 11403.92578125, 9567.142578125, 2137.15380859375, 1810.724853515625, 1881.99267578125, 462.7388916015625, 6239.5927734375, 14393.6318359375, 11643.109375, 12149.17578125, 14538.1494140625, 9983.8671875, 8261.103515625, 7777.9853515625, 6545.42529296875, 12106.498046875, 13704.8466796875, 4260.52001953125, 1436.9503173828125, 1291.3948974609375, 2753.7578125, 10297.5283203125, 2526.5244140625, 8183.93798828125, 14117.634765625, 6738.47607421875, 3198.160888671875, 5535.5615234375, 12718.0068359375, 11740.7060546875, 7090.8515625, 3375.37109375, 3982.16650390625, 16210.107421875, 10692.484375, 12063.2236328125, 3754.636474609375, 540.5087890625, 1301.3150634765625, 488.89276123046875, 1963.8001708984375, 145.79129028320312, 3326.201904296875, 4917.009765625, 13198.0478515625, 13272.8212890625, 6011.162109375, 843.0343627929688, 7043.89892578125, 12657.126953125, 13857.0791015625, 9487.4052734375, 3029.6396484375, 438.15814208984375, 10987.046875, 7647.8818359375, 2174.129638671875, 322.60186767578125, 1442.2469482421875, 865.996337890625, 4285.06201171875, 11433.7607421875, 12225.6982421875, 8999.6826171875, 98.27326202392578, 9448.1689453125, 10239.2763671875, 12756.3115234375, 10651.9375, 1569.56640625, 1448.4212646484375, 6370.65673828125, 5501.20654296875, 1474.8173828125, 2019.31494140625, 1706.0535888671875, 1796.2381591796875, 7344.53515625, 10579.837890625, 3770.76220703125, 527.4456787109375, 4129.60791015625, 4285.69140625, 11809.95703125, 11827.4853515625, 7209.5576171875, 1768.1451416015625, 1250.5423583984375, 2175.546875, 1341.951416015625, 349.96917724609375, 2108.6806640625, 1757.9842529296875, 4041.602294921875, 3222.94482421875, 8730.146484375, 8240.8681640625, 8825.1103515625, 11684.1044921875, 7666.18310546875, 3321.142333984375, 338.947998046875, 583.3983764648438, 883.7735595703125, 2471.89599609375, 4722.31103515625, 5756.125, 6330.7041015625, 6798.1015625, 8413.693359375, 7824.2705078125, 9814.681640625, 11727.48046875, 7902.44873046875, 1948.63037109375, 3267.443603515625, 1298.989013671875, 351.39825439453125, 1114.4024658203125, 961.3013916015625, 1519.1728515625, 2893.28564453125, 6498.759765625, 3683.6298828125, 2438.23046875, 6472.3056640625, 5131.18359375, 7270.9736328125, 11066.974609375, 6331.72021484375, 730.9716186523438, 1362.09423828125, 2321.300537109375, 1284.5758056640625, 1510.7662353515625, 806.948486328125, 814.2081909179688, 3692.81982421875, 2087.784912109375, 5766.67236328125, 1687.3077392578125, 6105.52880859375, 7679.04638671875, 3686.710205078125, 1332.56982421875, 467.4982604980469, 4386.01220703125, 4577.57421875, 288.0531921386719, 3972.049072265625, 4062.62548828125, 1998.8370361328125, 751.35302734375, 2207.4970703125, 566.1660766601562, 1079.237060546875, 2091.930419921875, 1252.568359375, 1949.3714599609375, 3249.31494140625, 325.9918518066406, 1332.292236328125, 967.8312377929688, 306.9548034667969, 1260.942138671875, 3068.278076171875, 2898.533447265625, 2916.982666015625, 2695.833740234375, 613.3115234375, 1096.770751953125]\n", - "264\n", - "3625\n", - "61\n", - "[1106.6065673828125, 3569.554931640625, 973.3987426757812, 595.6397094726562, 608.5796508789062, 359.87322998046875, 372.3721008300781, 762.8276977539062, 3202.09521484375, 976.087158203125, 689.5662231445312, 256.9698181152344, 615.0658569335938, 1316.1644287109375, 849.03564453125, 1960.4505615234375, 5151.4609375, 1746.3350830078125, 655.0596923828125, 703.1630859375, 770.2694702148438, 829.6873779296875, 483.13031005859375, 4428.302734375, 5666.78857421875, 5026.31005859375, 568.786865234375, 773.9515380859375, 466.8464660644531, 3904.24951171875, 3027.176025390625, 2739.30322265625, 4126.779296875, 833.9228515625, 2034.3802490234375, 1719.644287109375, 594.62646484375, 1692.3809814453125, 5072.951171875, 5645.1357421875, 5220.7099609375, 4514.91943359375, 332.8258361816406, 692.5275268554688, 2975.43505859375, 4147.2236328125, 5332.89306640625, 3667.82861328125, 573.0223999023438, 673.9365844726562, 1952.409912109375, 1616.0389404296875, 3377.908203125, 1536.4552001953125, 486.5437927246094, 1352.6298828125, 413.3388977050781, 628.1873779296875]\n", - "58\n", - "3626\n", - "50\n", - "[446.5210876464844, 513.2601318359375, 688.6721801757812, 964.162841796875, 1233.8934326171875, 935.4891967773438, 1140.3480224609375, 462.14019775390625, 381.0630798339844, 315.7361145019531, 1239.0374755859375, 902.5669555664062, 1084.4229736328125, 334.8674621582031, 469.02911376953125, 506.8315124511719, 1322.6024169921875, 1933.2833251953125, 2264.2431640625, 573.3484497070312, 3206.864990234375, 1891.99755859375, 638.8294677734375, 561.9939575195312, 1536.5531005859375, 368.8870544433594, 1585.4249267578125, 356.1518859863281, 3154.209228515625, 2200.2470703125, 1798.309814453125, 989.5911865234375, 1344.1988525390625, 1176.335693359375, 1908.3980712890625, 1188.33544921875, 403.53009033203125, 370.4007873535156, 2216.5, 1589.474853515625, 1794.309326171875, 308.42901611328125, 451.6641845703125, 1208.9276123046875, 849.5396728515625, 475.47454833984375, 304.0163879394531, 1212.9827880859375, 1803.22216796875, 456.40216064453125]\n", - "50\n", - "3627\n", - "15\n", - "[313.0702209472656, 1317.09716796875, 1123.348876953125, 3769.94873046875, 1695.4598388671875, 4454.34228515625, 789.9563598632812, 3292.7294921875, 5106.13037109375, 3796.39892578125, 1655.4002685546875, 1103.992431640625, 3988.344970703125, 632.3976440429688, 496.59625244140625]\n", - "15\n", - "3628\n", - "7\n", - "[1317.61962890625, 2283.568603515625, 321.4397888183594, 336.3506774902344, 395.4510803222656, 400.4213562011719, 1584.0423583984375]\n", - "7\n", - "3629\n", - "20\n", - "[1062.83984375, 3480.941162109375, 1091.173583984375, 488.435791015625, 613.6902465820312, 5599.939453125, 6212.93017578125, 2977.557373046875, 1255.6248779296875, 362.5265808105469, 990.2708129882812, 3628.847412109375, 1911.2979736328125, 1863.4078369140625, 3920.434326171875, 3562.39111328125, 1072.3209228515625, 1444.509033203125, 661.267578125]\n", - "19\n", - "3630\n", - "6\n", - "[4132.5263671875, 3635.300048828125, 385.170166015625, 6957.06689453125, 346.4914855957031, 330.1991882324219]\n", - "6\n", - "3631\n", - "8\n", - "[388.5708923339844, 895.45166015625, 970.9337768554688, 1400.5579833984375, 1550.719482421875, 349.03289794921875, 451.0381164550781, 408.03082275390625]\n", - "8\n", - "3632\n", - "4\n", - "[2333.570556640625, 829.9479370117188, 512.32763671875, 2322.749755859375]\n", - "4\n", - "3633\n", - "38\n", - "[517.4561157226562, 2340.470458984375, 4552.80419921875, 6939.31884765625, 1113.09619140625, 1494.13037109375, 5084.37646484375, 7762.78857421875, 2909.451416015625, 1758.70703125, 883.2066040039062, 1109.8775634765625, 7780.55517578125, 8345.1220703125, 4353.3623046875, 1262.9993896484375, 2417.93701171875, 807.41357421875, 1441.2904052734375, 628.9293823242188, 2343.900390625, 8126.81982421875, 520.5367431640625, 344.31475830078125, 790.7505493164062, 4474.40869140625, 1084.156494140625, 3483.683349609375, 2094.17529296875, 731.9791870117188, 5786.46875, 1589.096923828125, 1079.5584716796875, 6933.8291015625, 4205.84130859375, 348.0299072265625, 3202.36083984375, 805.9882202148438]\n", - "38\n", - "3634\n", - "71\n", - "[543.5233154296875, 357.8473815917969, 948.53271484375, 571.2189331054688, 4799.8525390625, 4435.90771484375, 2241.670166015625, 1503.3564453125, 1420.8209228515625, 1548.034423828125, 2536.97216796875, 2377.185302734375, 3924.12646484375, 7984.71630859375, 1996.0684814453125, 785.2407836914062, 1455.7879638671875, 1227.7738037109375, 305.32879638671875, 307.5509033203125, 2160.19140625, 3121.641357421875, 6966.3759765625, 5569.5107421875, 5992.3427734375, 1656.034423828125, 5557.505859375, 2244.072998046875, 90.25902557373047, 951.5497436523438, 5114.27734375, 8003.478515625, 6416.5927734375, 376.90728759765625, 362.34588623046875, 1046.5782470703125, 842.9173583984375, 602.8438720703125, 677.629150390625, 185.95599365234375, 120.18578338623047, 3053.847900390625, 8507.138671875, 8818.130859375, 6705.3095703125, 3653.69287109375, 846.0699462890625, 1007.419677734375, 439.0823059082031, 3284.9423828125, 506.3610534667969, 1875.6749267578125, 2082.6962890625, 6526.5078125, 8315.3740234375, 8447.9267578125, 6421.6240234375, 1567.428466796875, 335.4632873535156, 368.1541748046875, 373.7095642089844, 644.6311645507812, 5750.580078125, 5397.4296875, 1123.14306640625, 412.6784973144531, 745.2963256835938, 914.495849609375]\n", - "68\n", - "3635\n", - "20\n", - "[779.3248291015625, 695.0866088867188, 744.462646484375, 580.52880859375, 944.4048461914062, 354.69134521484375, 358.28326416015625, 319.4068908691406, 901.7850341796875, 77.4079818725586, 1663.0438232421875, 1597.7591552734375, 523.4918212890625, 722.6369018554688, 592.15869140625, 1293.421875, 791.9397583007812, 923.4905395507812]\n", - "18\n", - "3636\n", - "3\n", - "[620.4569091796875, 2170.361328125, 5002.91259765625]\n", - "3\n", - "3637\n", - "11\n", - "[1051.7564697265625, 5609.12060546875, 3420.024169921875, 2747.919921875, 5538.3232421875, 1072.094482421875, 803.8812866210938, 792.3748168945312, 315.33294677734375, 350.9787902832031, 819.12890625]\n", - "11\n", - "3638\n", - "4\n", - "[373.2408752441406, 7347.958984375, 1139.2911376953125, 850.0737915039062]\n", - "4\n", - "3639\n", - "42\n", - "[2318.272705078125, 951.7864379882812, 1748.2401123046875, 1187.9364013671875, 7258.51806640625, 6121.65478515625, 1128.4547119140625, 370.945556640625, 781.3072509765625, 1774.994873046875, 359.53179931640625, 1498.0491943359375, 8484.265625, 10419.015625, 1271.18603515625, 4028.481201171875, 5099.005859375, 407.1819152832031, 586.505615234375, 1467.4249267578125, 581.7516479492188, 389.6033630371094, 2811.02587890625, 6763.3330078125, 14308.083984375, 16243.607421875, 2555.30712890625, 470.3100891113281, 5025.37451171875, 465.2244567871094, 2297.045654296875, 5412.65625, 21712.869140625, 9206.755859375, 489.10479736328125, 3918.808349609375, 7769.734375, 18629.431640625, 8115.33203125, 4899.33935546875, 4938.6484375, 719.5700073242188]\n", - "42\n", - "3640\n", - "7\n", - "[1208.527587890625, 1051.7930908203125, 1819.516845703125, 560.3912353515625, 1139.7750244140625, 1196.306884765625, 533.1786499023438]\n", - "7\n", - "3641\n", - "6\n", - "[420.2158508300781, 596.6236572265625, 5103.990234375, 343.14495849609375, 755.93408203125, 2028.617919921875]\n", - "6\n", - "3642\n", - "6\n", - "[849.0578002929688, 572.1881713867188, 919.14453125, 1007.4552001953125, 1274.0994873046875, 1497.59326171875]\n", - "6\n", - "3643\n", - "7\n", - "[806.7797241210938, 1564.513916015625, 1220.933349609375, 1990.373046875, 1357.279052734375, 612.9910888671875, 757.0032348632812]\n", - "7\n", - "3644\n", - "199\n", - "[688.94970703125, 328.7122802734375, 445.2207946777344, 407.74737548828125, 1074.0274658203125, 1356.3096923828125, 1009.49267578125, 1755.4796142578125, 911.5438842773438, 946.6444702148438, 1632.2572021484375, 1216.3837890625, 1047.5006103515625, 1849.1162109375, 1333.7916259765625, 1685.0941162109375, 2368.53271484375, 791.1348876953125, 530.9300537109375, 1134.4775390625, 1660.867919921875, 1189.268310546875, 1905.6802978515625, 1505.4630126953125, 881.4163208007812, 302.998046875, 762.5675048828125, 2095.29736328125, 2465.11279296875, 1658.7261962890625, 2562.28857421875, 2319.827392578125, 3024.81591796875, 3436.904541015625, 2894.4931640625, 2570.035400390625, 2322.34814453125, 1368.3397216796875, 779.1047973632812, 633.0827026367188, 827.7017822265625, 468.9523010253906, 1011.3145141601562, 547.2999267578125, 1729.9315185546875, 2508.07568359375, 1142.076171875, 1715.5069580078125, 1832.4307861328125, 2890.314697265625, 1531.830810546875, 1348.53759765625, 2168.46728515625, 3444.640380859375, 3307.47021484375, 2768.12158203125, 1766.4586181640625, 1291.4822998046875, 865.6808471679688, 609.7391967773438, 2202.965576171875, 522.360107421875, 542.8120727539062, 605.8335571289062, 1155.3919677734375, 1497.5067138671875, 958.5518188476562, 333.6636962890625, 1898.0164794921875, 2392.654296875, 2996.375, 2942.739990234375, 2509.512939453125, 409.4539489746094, 2137.715087890625, 738.8648681640625, 1233.9326171875, 683.9306030273438, 341.8248596191406, 482.4414367675781, 1113.8050537109375, 2158.521240234375, 2855.30078125, 2192.1123046875, 1098.513671875, 933.8777465820312, 862.12744140625, 3174.22265625, 1452.586669921875, 2337.90869140625, 1331.6051025390625, 639.0546875, 1513.7967529296875, 1149.8433837890625, 624.9557495117188, 1105.9498291015625, 922.0390625, 1749.2677001953125, 2199.63134765625, 792.97314453125, 736.6763305664062, 815.6861572265625, 1273.3018798828125, 1170.8819580078125, 347.3659362792969, 419.54632568359375, 824.7939453125, 4114.58203125, 3132.8310546875, 1787.3333740234375, 3121.9072265625, 702.1560668945312, 906.0748901367188, 1927.113525390625, 831.1327514648438, 1577.787841796875, 3199.279052734375, 2260.832763671875, 98.0824203491211, 891.7345581054688, 1041.94970703125, 1972.99951171875, 515.4365234375, 382.27874755859375, 577.7816162109375, 1653.531005859375, 145.78079223632812, 2982.018310546875, 1655.2962646484375, 1655.07275390625, 1292.254150390625, 858.1671752929688, 802.5393676757812, 597.3080444335938, 610.7416381835938, 864.7237548828125, 1887.6116943359375, 3183.081298828125, 2895.17578125, 2544.6171875, 790.4017333984375, 1030.5299072265625, 920.8328247070312, 412.16070556640625, 740.760986328125, 128.2063446044922, 1457.2159423828125, 2129.003662109375, 951.690185546875, 1611.15966796875, 1000.3773193359375, 444.7242126464844, 3113.230224609375, 1612.8275146484375, 3019.678466796875, 462.8522644042969, 1197.418701171875, 539.207763671875, 1100.3411865234375, 1914.0482177734375, 3185.9775390625, 3415.2060546875, 2194.362060546875, 1089.6185302734375, 405.7429504394531, 1044.59326171875, 353.7502136230469, 815.15966796875, 1057.9251708984375, 1041.545166015625, 627.8442993164062, 2568.925048828125, 1808.6136474609375, 1725.578857421875, 1571.6768798828125, 653.3255615234375, 1633.6434326171875, 810.3453979492188, 476.1175842285156, 1129.8438720703125, 1725.84326171875, 1411.089599609375, 603.8544311523438, 1311.99267578125, 953.8279418945312, 486.8376770019531, 1086.55859375, 737.5294799804688, 1175.834716796875, 979.2232055664062, 353.1785583496094, 398.7307434082031, 838.7610473632812, 2085.7724609375, 2085.852783203125, 1266.847412109375, 790.5839233398438, 1358.9261474609375]\n", - "198\n", - "3645\n", - "10\n", - "[588.5303955078125, 581.747314453125, 410.1445007324219, 345.52862548828125, 1123.112060546875, 542.03369140625, 333.337646484375, 689.73779296875, 933.7616577148438, 1064.1641845703125]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "3646\n", - "12\n", - "[390.0304870605469, 1049.13671875, 713.5469360351562, 2071.1220703125, 2135.309814453125, 369.84844970703125, 2446.08935546875, 755.7079467773438, 644.7845458984375, 1211.7889404296875, 1211.0325927734375, 389.0796813964844]\n", - "12\n", - "3647\n", - "2\n", - "[1135.20068359375, 4450.14599609375]\n", - "2\n", - "3648\n", - "7\n", - "[663.9973754882812, 3725.1279296875, 3442.749267578125, 571.7929077148438, 957.64013671875, 3590.038330078125, 2350.193115234375]\n", - "7\n", - "3649\n", - "3\n", - "[2095.593505859375, 2686.44384765625, 615.0106811523438]\n", - "3\n", - "3650\n", - "9\n", - "[357.8144836425781, 847.17578125, 393.1482849121094, 2751.035400390625, 1607.103271484375, 442.8901672363281, 1365.997802734375, 2502.31396484375, 1255.0902099609375]\n", - "9\n", - "3651\n", - "9\n", - "[707.3923950195312, 716.6285400390625, 1028.2789306640625, 647.2366333007812, 342.20208740234375, 606.073486328125, 786.7637939453125, 653.1090698242188, 444.282958984375]\n", - "9\n", - "3652\n", - "6\n", - "[465.85382080078125, 372.407958984375, 373.370849609375, 1494.475341796875, 1581.7745361328125, 1372.0625]\n", - "6\n", - "3653\n", - "10\n", - "[590.2599487304688, 643.2442016601562, 560.6726684570312, 664.648681640625, 491.1987609863281, 416.3532409667969, 490.3287658691406, 2234.6748046875, 641.2744140625, 907.891357421875]\n", - "10\n", - "3654\n", - "6\n", - "[725.2785034179688, 1186.9410400390625, 570.2205200195312, 491.1164855957031, 1225.42138671875, 1366.2027587890625]\n", - "6\n", - "3655\n", - "11\n", - "[473.5914001464844, 1872.396484375, 391.37042236328125, 629.7386474609375, 799.46826171875, 693.2550659179688, 430.3244934082031, 980.5457763671875, 2135.750244140625, 381.116943359375, 1310.119384765625]\n", - "11\n", - "3656\n", - "1\n", - "[6529.50439453125]\n", - "1\n", - "3657\n", - "2\n", - "[3300.020263671875, 3699.463134765625]\n", - "2\n", - "3658\n", - "3\n", - "[634.5296020507812, 1232.24609375, 3898.09130859375]\n", - "3\n", - "3659\n", - "143\n", - "[617.0267333984375, 446.36871337890625, 1189.3009033203125, 1532.718505859375, 2632.466796875, 3670.595458984375, 4426.50439453125, 2399.427490234375, 2283.349853515625, 2800.384033203125, 3597.9375, 1956.207763671875, 5784.2392578125, 6400.287109375, 6118.80859375, 6143.7421875, 4093.826171875, 3488.4365234375, 1974.299072265625, 6441.115234375, 6207.28662109375, 6339.6875, 5514.27587890625, 6680.86083984375, 3417.533203125, 431.1202392578125, 1929.8118896484375, 2322.79052734375, 358.7680969238281, 1128.4974365234375, 5477.236328125, 6645.29638671875, 4280.31103515625, 6282.99169921875, 6404.6328125, 4469.1689453125, 2688.597900390625, 316.7633361816406, 402.8608703613281, 651.4412841796875, 2099.592529296875, 4329.626953125, 6453.99658203125, 6141.89208984375, 5626.19775390625, 6234.53955078125, 5929.5830078125, 5789.2109375, 3576.377197265625, 453.2108459472656, 1481.3756103515625, 1458.427978515625, 4244.896484375, 4778.083984375, 5965.0927734375, 5670.6513671875, 5529.123046875, 4067.9677734375, 6505.4619140625, 4481.7109375, 1179.4390869140625, 3331.89111328125, 1177.0789794921875, 1816.49560546875, 717.502197265625, 1134.5777587890625, 4542.35107421875, 5462.50439453125, 4290.06396484375, 5001.32958984375, 4862.0048828125, 3044.8359375, 5793.18310546875, 2247.173583984375, 1872.2049560546875, 2168.63916015625, 3812.273193359375, 4359.48486328125, 5304.986328125, 5675.3642578125, 5965.8818359375, 3955.43359375, 1243.765625, 1898.2064208984375, 384.510986328125, 358.7001037597656, 1589.3868408203125, 5802.9365234375, 6210.44921875, 6350.05224609375, 5994.65087890625, 3786.686767578125, 499.0583190917969, 706.7425537109375, 407.5673522949219, 4687.25244140625, 1790.05224609375, 1144.0247802734375, 915.9366455078125, 1082.45947265625, 3390.00146484375, 6122.4267578125, 5889.27880859375, 5219.21533203125, 3523.46337890625, 2473.241943359375, 2838.702392578125, 1483.4840087890625, 2373.330810546875, 1814.58447265625, 403.683837890625, 558.1819458007812, 1755.93017578125, 2720.2646484375, 3534.4541015625, 5693.19091796875, 5137.92626953125, 559.2565307617188, 2950.42041015625, 3063.852294921875, 705.8311767578125, 759.3301391601562, 421.0271301269531, 1866.4102783203125, 1440.125732421875, 665.0029907226562, 107.09993743896484, 815.263916015625, 990.471923828125, 1585.68017578125, 2024.057373046875, 622.8146362304688, 573.620849609375, 419.14996337890625, 1320.409423828125, 4151.5078125, 4538.11376953125, 420.88427734375, 1149.1529541015625, 1042.0325927734375, 2067.184326171875, 2767.139404296875, 954.935302734375]\n", - "143\n", - "3660\n", - "7\n", - "[2512.47900390625, 2363.8193359375, 10068.4248046875, 4139.248046875, 4681.30810546875, 743.8880615234375, 8691.1123046875]\n", - "7\n", - "3661\n", - "5\n", - "[1975.324462890625, 4256.33935546875, 1037.4681396484375, 2473.052490234375, 4529.7470703125]\n", - "5\n", - "3662\n", - "19\n", - "[719.6039428710938, 835.1162719726562, 478.7408142089844, 653.0897827148438, 312.7221374511719, 932.0850830078125, 1467.8720703125, 452.5417175292969, 1537.1954345703125, 328.1611022949219, 613.471435546875, 538.8033447265625, 862.3472900390625, 1999.0374755859375, 1213.2633056640625, 1038.4822998046875, 1704.7884521484375, 671.7964477539062, 622.039794921875]\n", - "19\n", - "3663\n", - "54\n", - "[2646.726318359375, 698.53125, 911.064453125, 2190.46728515625, 1797.0648193359375, 10818.2958984375, 4738.39111328125, 3169.61328125, 4523.1865234375, 995.763427734375, 2457.92138671875, 671.3457641601562, 6010.330078125, 1664.4378662109375, 2646.372802734375, 1158.8365478515625, 5476.9541015625, 1837.3714599609375, 394.9346923828125, 544.7293701171875, 305.0893249511719, 886.2754516601562, 6268.08056640625, 3139.795654296875, 516.6797485351562, 1010.4168701171875, 4351.39208984375, 2746.8251953125, 1875.87109375, 921.632080078125, 515.6190185546875, 2544.6240234375, 806.6834716796875, 598.8251953125, 561.2684936523438, 664.4315795898438, 750.5448608398438, 1949.923828125, 3198.527099609375, 4871.7646484375, 1770.508056640625, 3398.371337890625, 2727.77197265625, 823.3404541015625, 8593.767578125, 2107.8896484375, 2960.261962890625, 3080.47509765625, 998.3955688476562, 829.390380859375, 452.998291015625, 1042.6700439453125, 628.3284301757812, 957.7353515625]\n", - "54\n", - "3664\n", - "16\n", - "[1241.895751953125, 327.1123352050781, 1877.297119140625, 2195.43115234375, 1392.197509765625, 411.4564514160156, 421.8251953125, 2785.21875, 2586.507568359375, 2221.289794921875, 654.7230834960938, 300.3399353027344, 2572.747802734375, 2425.41455078125, 921.308349609375, 807.3545532226562]\n", - "16\n", - "3665\n", - "5\n", - "[824.6524047851562, 1073.4608154296875, 359.50048828125, 3080.4052734375, 557.6782836914062]\n", - "5\n", - "3666\n", - "11\n", - "[1450.050048828125, 307.4224853515625, 347.1988220214844, 1283.6510009765625, 3118.457763671875, 880.7830200195312, 4687.25732421875, 1846.1053466796875, 981.4705200195312, 2542.27001953125, 304.241943359375]\n", - "11\n", - "3667\n", - "24\n", - "[1190.403076171875, 1500.8272705078125, 841.9473266601562, 2298.0703125, 4774.22998046875, 5525.001953125, 3243.213623046875, 1513.3851318359375, 403.10382080078125, 175.72601318359375, 4161.021484375, 7534.43310546875, 4316.9912109375, 2333.081787109375, 618.2938842773438, 790.8446044921875, 1323.095947265625, 4966.05908203125, 2008.1778564453125, 526.5930786132812, 407.3892517089844, 1661.130615234375, 646.7638549804688, 853.4785766601562]\n", - "24\n", - "3668\n", - "48\n", - "[380.8564147949219, 639.9517822265625, 340.9941711425781, 657.5320434570312, 970.7062377929688, 962.5665893554688, 1345.5787353515625, 355.89837646484375, 699.9402465820312, 353.1851501464844, 412.0214538574219, 365.3575134277344, 446.1227111816406, 633.8377075195312, 368.3309326171875, 192.4910125732422, 532.66748046875, 373.2184753417969, 325.7740173339844, 4186.41015625, 5737.67431640625, 735.5654296875, 319.7156982421875, 426.9256591796875, 8579.583984375, 12437.4130859375, 4837.326171875, 785.3142700195312, 459.0942077636719, 531.0321044921875, 341.440185546875, 3789.98046875, 10678.5498046875, 5253.603515625, 721.385986328125, 2588.035888671875, 4945.6142578125, 2290.15625, 893.7404174804688, 1771.9654541015625, 2878.40771484375, 861.5635986328125, 515.700439453125, 826.9374389648438, 1938.4871826171875, 735.4910888671875, 399.45880126953125]\n", - "47\n", - "3669\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[326.4376220703125, 321.3732604980469, 970.7493286132812, 1557.92236328125, 868.0263061523438, 1509.431884765625, 1287.58154296875, 489.0857238769531, 1311.24853515625, 422.62579345703125, 354.94464111328125]\n", - "11\n", - "3670\n", - "9\n", - "[328.0329895019531, 1068.5673828125, 2954.122802734375, 1205.4034423828125, 634.9349365234375, 3107.978271484375, 2148.94091796875, 356.2170104980469, 404.06854248046875]\n", - "9\n", - "3671\n", - "22\n", - "[615.9232788085938, 2754.420166015625, 2226.034912109375, 600.5745849609375, 1430.3294677734375, 1901.6495361328125, 2457.70556640625, 3661.48291015625, 6131.88037109375, 5453.49072265625, 968.7906494140625, 529.8548583984375, 1314.59912109375, 574.9669189453125, 776.671630859375, 2382.1787109375, 992.9285888671875, 1212.7911376953125, 336.4254455566406, 3202.854736328125, 634.2982177734375, 893.5169677734375]\n", - "22\n", - "3672\n", - "8\n", - "[6821.74951171875, 7539.4208984375, 1429.80029296875, 7499.41015625, 7004.92529296875, 697.7796020507812, 1073.647216796875, 988.5885620117188]\n", - "8\n", - "3673\n", - "89\n", - "[869.6571655273438, 686.7250366210938, 309.8852844238281, 720.446044921875, 326.3105773925781, 313.3631896972656, 348.250732421875, 308.9065246582031, 804.483154296875, 569.7686767578125, 1633.3551025390625, 452.0285949707031, 1284.0894775390625, 906.6682739257812, 950.21630859375, 998.5785522460938, 1850.01904296875, 1711.765380859375, 906.7296752929688, 543.7835693359375, 333.6275634765625, 343.4112548828125, 704.613037109375, 374.4344482421875, 391.777099609375, 805.0285034179688, 491.1163635253906, 367.1571960449219, 1252.4415283203125, 1007.1162719726562, 340.265625, 837.9044189453125, 1364.3814697265625, 1126.311767578125, 1317.185791015625, 1322.62109375, 835.6038208007812, 845.7197875976562, 325.96026611328125, 358.95538330078125, 323.79693603515625, 754.1959838867188, 1317.7274169921875, 630.233154296875, 529.5215454101562, 361.5159606933594, 837.5432739257812, 446.7918395996094, 636.7448120117188, 718.040771484375, 702.6194458007812, 1136.640869140625, 1276.4619140625, 674.7418823242188, 379.27032470703125, 1327.1824951171875, 1010.225830078125, 1045.58642578125, 379.0030822753906, 423.21563720703125, 446.4414978027344, 497.4112854003906, 727.651123046875, 495.3743591308594, 2259.79248046875, 1786.1741943359375, 713.0134887695312, 1568.1485595703125, 486.435791015625, 1454.09228515625, 1741.618408203125, 455.87847900390625, 461.5847473144531, 214.9412841796875, 1005.5452880859375, 2555.94677734375, 2163.288330078125, 403.236572265625, 442.0426330566406, 591.8244018554688, 1022.064453125, 1426.2545166015625, 559.8694458007812, 509.7302551269531, 953.7556762695312, 818.4417724609375, 313.21875, 319.2752990722656, 435.4371337890625]\n", - "89\n", - "3674\n", - "8\n", - "[369.3464660644531, 962.0809936523438, 1494.946533203125, 573.2940063476562, 622.5657958984375, 403.8373107910156, 1016.80322265625, 345.3897399902344]\n", - "8\n", - "3675\n", - "27\n", - "[1415.6944580078125, 1295.2000732421875, 634.2404174804688, 472.75592041015625, 1845.44287109375, 816.5924682617188, 394.6729736328125, 801.35302734375, 357.287841796875, 452.20928955078125, 340.5926818847656, 987.539306640625, 927.6646728515625, 692.590576171875, 482.4303283691406, 340.53533935546875, 306.9271240234375, 469.6438293457031, 1208.8582763671875, 670.066650390625, 1668.5927734375, 4279.75146484375, 3833.29638671875, 728.0614624023438, 677.7407836914062, 1600.2301025390625, 1612.970703125]\n", - "27\n", - "3676\n", - "12\n", - "[2717.8955078125, 4060.622314453125, 1795.226806640625, 779.265625, 2662.25537109375, 7090.7685546875, 3789.263916015625, 1692.2664794921875, 3152.390625, 356.7109069824219, 391.200927734375, 534.7855224609375]\n", - "12\n", - "3677\n", - "4\n", - "[639.5730590820312, 1234.2598876953125, 386.397216796875, 4314.7119140625]\n", - "4\n", - "3678\n", - "4\n", - "[3026.102294921875, 2641.1142578125, 517.6943969726562, 354.6038513183594]\n", - "4\n", - "3679\n", - "30\n", - "[1331.01611328125, 335.24346923828125, 482.9029846191406, 715.2499389648438, 1760.9281005859375, 528.9049072265625, 838.2255249023438, 911.833251953125, 1384.1240234375, 1834.3721923828125, 2944.14453125, 6803.55859375, 2862.7763671875, 379.81951904296875, 470.44415283203125, 2274.35888671875, 1053.8594970703125, 510.976318359375, 1776.5426025390625, 2951.858154296875, 6919.33447265625, 11117.8720703125, 1797.9073486328125, 1378.0699462890625, 343.1675720214844, 1376.8076171875, 5967.95068359375, 2744.802978515625, 3899.151123046875, 5494.25732421875]\n", - "30\n", - "3680\n", - "5\n", - "[397.614990234375, 1958.1192626953125, 403.4612731933594, 2038.2867431640625, 1377.6014404296875]\n", - "5\n", - "3681\n", - "8\n", - "[1511.946044921875, 648.0745849609375, 1914.9027099609375, 1632.362060546875, 466.6366271972656, 331.9402160644531, 769.3557739257812, 332.1767272949219]\n", - "8\n", - "3682\n", - "14\n", - "[766.2455444335938, 321.464111328125, 1637.2999267578125, 1300.588134765625, 579.573974609375, 454.7366943359375, 754.5441284179688, 1241.4215087890625, 364.7196350097656, 2077.87890625, 2143.6044921875, 770.863525390625, 1736.93896484375, 627.811279296875]\n", - "14\n", - "3683\n", - "10\n", - "[344.94305419921875, 349.3656005859375, 679.5223999023438, 393.6502380371094, 2012.9283447265625, 919.869140625, 392.19085693359375, 373.7932434082031, 679.1927490234375, 624.32958984375]\n", - "10\n", - "3684\n", - "8\n", - "[921.5753784179688, 738.6707763671875, 464.5084533691406, 1201.4627685546875, 368.1761779785156, 327.01458740234375, 630.2259521484375, 640.1284790039062]\n", - "8\n", - "3685\n", - "5\n", - "[313.2242126464844, 324.1389465332031, 2669.98046875, 1067.76025390625, 681.1279296875]\n", - "5\n", - "3686\n", - "181\n", - "[360.1367492675781, 1423.9456787109375, 380.54559326171875, 819.6990356445312, 1266.06787109375, 833.2147827148438, 848.4826049804688, 847.7454833984375, 1235.3397216796875, 1587.8092041015625, 1980.4520263671875, 387.2275390625, 609.6322631835938, 81.1205825805664, 1599.895263671875, 1725.541259765625, 848.8677978515625, 495.79083251953125, 664.5361938476562, 1087.9625244140625, 1516.656005859375, 1888.4046630859375, 685.6117553710938, 434.1086730957031, 315.7409973144531, 505.9952697753906, 684.0819702148438, 514.7736206054688, 900.2529296875, 662.11376953125, 1394.284423828125, 1856.59130859375, 1425.7755126953125, 1359.674560546875, 1417.563720703125, 318.83380126953125, 811.13916015625, 1019.7799072265625, 348.45440673828125, 392.8724060058594, 703.6834106445312, 323.11187744140625, 1333.220703125, 913.1612548828125, 414.07391357421875, 977.2139282226562, 247.52871704101562, 1503.5291748046875, 849.464111328125, 265.55963134765625, 400.05810546875, 519.503662109375, 1069.8094482421875, 642.3086547851562, 950.0194702148438, 205.6961212158203, 1816.2218017578125, 1221.45361328125, 751.4201049804688, 233.99072265625, 1409.929931640625, 1061.871826171875, 1148.9705810546875, 1160.6529541015625, 369.207763671875, 1938.6600341796875, 354.4363098144531, 620.89599609375, 629.5632934570312, 180.5684051513672, 95.50679016113281, 683.22265625, 907.8016357421875, 2019.99560546875, 1111.345703125, 1089.2626953125, 844.5045166015625, 140.813720703125, 863.009521484375, 366.31494140625, 1030.025146484375, 1159.623291015625, 1504.4810791015625, 524.4373168945312, 693.419677734375, 507.9842834472656, 726.9220581054688, 191.33953857421875, 399.9765930175781, 200.66612243652344, 997.14501953125, 1131.4249267578125, 535.4158935546875, 773.0142822265625, 1880.485595703125, 1267.1641845703125, 530.9970092773438, 1223.4610595703125, 208.48521423339844, 489.5607604980469, 491.0052795410156, 522.3260498046875, 659.2061767578125, 596.1646118164062, 2102.74951171875, 2588.75439453125, 1550.1510009765625, 416.2814636230469, 1272.383056640625, 1240.7586669921875, 477.1376647949219, 136.24302673339844, 257.49609375, 566.0291748046875, 449.8875427246094, 378.738037109375, 325.16387939453125, 592.7828979492188, 554.46533203125, 1101.4005126953125, 455.1842346191406, 1120.6278076171875, 1871.2996826171875, 1997.334716796875, 1763.32177734375, 1632.664306640625, 499.35772705078125, 329.912353515625, 922.2655639648438, 476.0635070800781, 1759.7252197265625, 315.7224426269531, 517.2442016601562, 570.5516967773438, 395.3318176269531, 605.509765625, 427.885986328125, 1420.5677490234375, 744.2047729492188, 1744.9908447265625, 624.8518676757812, 394.5762023925781, 727.2146606445312, 966.0538940429688, 834.2445068359375, 341.2464904785156, 931.1328735351562, 943.0411376953125, 660.8211059570312, 1028.5657958984375, 399.13580322265625, 434.6827697753906, 174.30870056152344, 635.9933471679688, 417.06671142578125, 615.05859375, 687.3340454101562, 368.2261962890625, 614.3881225585938, 548.8538818359375, 968.7503662109375, 577.0484619140625, 471.0038757324219, 836.2113037109375, 549.7169189453125, 756.3834228515625, 402.2286071777344, 485.23822021484375, 496.1649475097656, 411.2477722167969, 673.0367431640625, 412.2774658203125, 359.6737365722656, 447.654052734375, 505.2582092285156, 952.2899780273438, 1107.819580078125]\n", - "177\n", - "3687\n", - "4\n", - "[1867.8203125, 3265.2822265625, 2138.036376953125, 1021.590087890625]\n", - "4\n", - "3688\n", - "7\n", - "[2427.98828125, 1232.5692138671875, 427.9239807128906, 749.4461669921875, 4173.8798828125, 2605.412353515625, 722.4840087890625]\n", - "7\n", - "3689\n", - "8\n", - "[308.1919860839844, 303.1067810058594, 1402.3463134765625, 4737.23681640625, 1552.41943359375, 1269.5699462890625, 1633.5201416015625, 625.6351928710938]\n", - "8\n", - "3690\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "54\n", - "[476.903564453125, 1241.1058349609375, 1422.853271484375, 1446.804931640625, 2691.326171875, 954.6118774414062, 401.6979675292969, 407.38165283203125, 1607.814453125, 1590.122314453125, 3882.4306640625, 4066.586669921875, 345.2239685058594, 1627.7744140625, 322.7337341308594, 1031.396728515625, 1039.069580078125, 455.98309326171875, 1116.5726318359375, 845.0746459960938, 348.224853515625, 576.0948486328125, 328.5255126953125, 1844.675048828125, 1307.2452392578125, 1344.7933349609375, 802.6430053710938, 342.5325012207031, 727.2490844726562, 802.156005859375, 320.8280029296875, 1656.2008056640625, 636.234130859375, 676.4261474609375, 2209.2978515625, 1115.725341796875, 688.435302734375, 1358.31298828125, 1855.2113037109375, 1051.353515625, 2591.201171875, 3794.828857421875, 2236.08447265625, 1310.6524658203125, 4387.90185546875, 3627.838623046875, 872.2660522460938, 2490.710693359375, 1979.844970703125, 391.1343078613281, 1245.997314453125, 1990.19189453125, 401.4640197753906, 364.72271728515625]\n", - "54\n", - "3691\n", - "12\n", - "[892.486083984375, 387.4745178222656, 323.4504089355469, 1725.8941650390625, 428.05767822265625, 476.81365966796875, 847.5127563476562, 579.3175659179688, 552.5811767578125, 723.9979248046875, 350.3186340332031, 493.41143798828125]\n", - "12\n", - "3692\n", - "11\n", - "[1194.1231689453125, 1368.3826904296875, 328.1557922363281, 757.0502319335938, 336.06494140625, 1175.794677734375, 729.82666015625, 1114.469970703125, 906.4646606445312, 1701.9373779296875, 462.829345703125]\n", - "11\n", - "3693\n", - "17\n", - "[336.7047119140625, 318.3072204589844, 302.7662658691406, 390.4825134277344, 601.5061645507812, 791.2213745117188, 2270.781005859375, 1173.052734375, 3257.281005859375, 3435.22998046875, 4595.693359375, 1833.3016357421875, 1290.7557373046875, 3893.936279296875, 4132.43701171875, 1936.6064453125, 1261.557861328125]\n", - "17\n", - "3694\n", - "5\n", - "[2312.77294921875, 1896.7376708984375, 10360.5576171875, 13922.37890625, 4493.62646484375]\n", - "5\n", - "3695\n", - "7\n", - "[333.9587707519531, 15656.6220703125, 316.417724609375, 30400.515625, 30428.677734375, 18442.75390625, 1960.162841796875]\n", - "7\n", - "3696\n", - "16\n", - "[831.4630126953125, 1749.0245361328125, 5076.39697265625, 1035.1839599609375, 4826.2724609375, 5717.45751953125, 2257.648193359375, 1303.3426513671875, 6483.677734375, 2864.062744140625, 649.9476318359375, 2010.947021484375, 2395.541015625, 1260.84228515625, 1650.6319580078125, 4452.48486328125]\n", - "16\n", - "3697\n", - "18\n", - "[1131.19140625, 3338.02001953125, 520.8020629882812, 1251.6463623046875, 4075.8369140625, 2296.5, 2343.142333984375, 4306.693359375, 945.67333984375, 544.4312133789062, 798.6055908203125, 3617.10107421875, 5951.70751953125, 4506.416015625, 3385.48583984375, 2843.642578125, 384.1834716796875, 319.85992431640625]\n", - "18\n", - "3698\n", - "45\n", - "[902.2598266601562, 841.5565185546875, 497.080810546875, 555.9420166015625, 563.818359375, 907.987060546875, 527.0513305664062, 1567.592529296875, 307.2957458496094, 3860.713134765625, 1469.7940673828125, 1337.2716064453125, 765.4921264648438, 1576.823974609375, 2046.5279541015625, 2881.11865234375, 1149.942626953125, 1619.307861328125, 2016.6104736328125, 1446.196533203125, 648.7648315429688, 1779.5565185546875, 3498.34619140625, 7040.7001953125, 6287.60546875, 2181.1572265625, 532.2069702148438, 303.050537109375, 1802.3175048828125, 5951.0478515625, 8905.3837890625, 3731.7158203125, 682.874755859375, 769.8643798828125, 3734.7119140625, 3726.655517578125, 4752.0791015625, 970.8394165039062, 732.875, 1017.6425170898438, 1937.5078125, 1255.4163818359375, 1746.7064208984375, 335.2230529785156, 1075.2545166015625]\n", - "45\n", - "3699\n", - "10\n", - "[865.6762084960938, 789.2322998046875, 471.9400939941406, 1336.45947265625, 3006.55615234375, 2066.196533203125, 3469.795654296875, 478.7295227050781, 696.6950073242188, 1354.514404296875]\n", - "10\n", - "3700\n", - "6\n", - "[940.8848876953125, 511.0207824707031, 2215.144287109375, 1279.28076171875, 313.3155212402344, 586.5881958007812]\n", - "6\n", - "3701\n", - "8\n", - "[2366.15234375, 2407.12841796875, 1173.5858154296875, 1271.6204833984375, 3203.04541015625, 2348.878173828125, 588.23046875, 526.1934204101562]\n", - "8\n", - "3702\n", - "10\n", - "[383.4339599609375, 1099.4482421875, 546.6435546875, 527.1973266601562, 898.04541015625, 471.2256774902344, 553.1771850585938, 381.691650390625, 372.8024597167969, 1133.9791259765625]\n", - "10\n", - "3703\n", - "55\n", - "[1598.656982421875, 3036.86474609375, 1981.93017578125, 5916.63330078125, 3974.565673828125, 2129.599853515625, 594.3444213867188, 738.8310546875, 4379.4599609375, 5472.29833984375, 1648.503662109375, 754.3788452148438, 340.7242736816406, 356.2992248535156, 1630.3238525390625, 2746.83740234375, 2119.37060546875, 450.0074157714844, 402.83367919921875, 991.0569458007812, 862.19287109375, 4647.716796875, 1018.4456787109375, 1269.5357666015625, 2113.154296875, 2659.202880859375, 1488.1768798828125, 799.3693237304688, 1535.309814453125, 4201.87841796875, 735.7908325195312, 1530.8006591796875, 1392.0474853515625, 1158.470703125, 2588.714111328125, 483.6737976074219, 1378.3768310546875, 1631.7044677734375, 323.0205078125, 1713.9593505859375, 864.9609985351562, 673.9671020507812, 412.8655700683594, 916.154296875, 1805.2054443359375, 419.2792053222656, 714.3668212890625, 783.3455200195312, 1589.32568359375, 1447.2943115234375, 1366.9302978515625, 1143.1610107421875, 1119.4244384765625, 504.0436706542969, 332.01861572265625]\n", - "55\n", - "3704\n", - "13\n", - "[989.1145629882812, 1497.48828125, 1484.8929443359375, 416.1361999511719, 424.84539794921875, 560.920654296875, 471.29437255859375, 1055.9617919921875, 707.9937744140625, 1062.013671875, 3593.636962890625, 2621.433837890625, 481.61639404296875]\n", - "13\n", - "3705\n", - "23\n", - "[544.4918212890625, 2016.264404296875, 524.0004272460938, 343.02386474609375, 612.3292846679688, 3291.416259765625, 1927.131591796875, 508.4481201171875, 505.1630554199219, 1142.6700439453125, 2941.454833984375, 1985.8489990234375, 369.1434631347656, 3853.73486328125, 9378.5048828125, 9326.8623046875, 8366.0654296875, 1019.6298828125, 4112.56494140625, 4268.869140625, 1941.0528564453125, 1927.154541015625, 712.328125]\n", - "23\n", - "3706\n", - "29\n", - "[648.738037109375, 1572.876220703125, 663.801513671875, 4189.00830078125, 1534.7738037109375, 8112.4990234375, 6758.38427734375, 2151.78466796875, 387.67864990234375, 813.9017944335938, 1461.2340087890625, 1983.65771484375, 8706.623046875, 8497.939453125, 1773.71142578125, 1055.15380859375, 468.89801025390625, 3041.5400390625, 11991.63671875, 10245.58984375, 1732.811767578125, 619.0330200195312, 6692.93115234375, 5958.54150390625, 953.2355346679688, 323.1627197265625, 1921.989990234375, 3213.010986328125, 523.8884887695312]\n", - "29\n", - "3707\n", - "35\n", - "[1330.4559326171875, 667.8286743164062, 1135.6956787109375, 388.8913269042969, 3412.77001953125, 1064.0423583984375, 2902.248291015625, 1088.6656494140625, 673.08349609375, 1578.2171630859375, 2352.5244140625, 964.0296020507812, 378.1278991699219, 1223.996337890625, 2017.9957275390625, 1350.55908203125, 1078.97900390625, 2811.357666015625, 2453.775634765625, 2176.94140625, 2373.8486328125, 1639.8421630859375, 569.4240112304688, 709.8535766601562, 715.357666015625, 305.0005187988281, 906.77978515625, 531.009765625, 942.3841552734375, 1151.1212158203125, 1014.2501831054688, 2681.857177734375, 1065.3270263671875, 1266.5418701171875, 1433.86865234375]\n", - "35\n", - "3708\n", - "6\n", - "[903.7870483398438, 2613.645263671875, 791.2178955078125, 594.2763061523438, 1662.50048828125, 511.7232666015625]\n", - "6\n", - "3709\n", - "6\n", - "[404.4937744140625, 951.5382690429688, 1035.7733154296875, 6357.29931640625, 644.2638549804688, 1584.6614990234375]\n", - "6\n", - "3710\n", - "742\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[469.0704040527344, 848.4418334960938, 655.1095581054688, 439.4905090332031, 419.69281005859375, 433.3530578613281, 332.30511474609375, 597.0276489257812, 307.04034423828125, 185.64283752441406, 745.9530639648438, 612.29541015625, 722.7810668945312, 769.1880493164062, 498.8354797363281, 808.2278442382812, 799.6865234375, 322.5377502441406, 1287.84716796875, 1529.4754638671875, 1852.96142578125, 1335.4764404296875, 1084.3031005859375, 725.9442138671875, 444.61309814453125, 1033.225341796875, 421.44476318359375, 459.5364074707031, 541.9274291992188, 1224.531494140625, 2803.047607421875, 2331.15478515625, 1318.249267578125, 2120.09521484375, 1099.1004638671875, 2328.70654296875, 1518.6932373046875, 785.0965576171875, 912.4281616210938, 433.5013427734375, 458.02734375, 680.5781860351562, 496.67236328125, 622.5405883789062, 915.2836303710938, 1542.880126953125, 2421.29443359375, 2000.8868408203125, 1423.97900390625, 1597.480224609375, 2525.1796875, 1120.057373046875, 1071.1688232421875, 306.2736511230469, 1742.609130859375, 1477.5162353515625, 1377.0126953125, 1750.9356689453125, 284.0794372558594, 339.76123046875, 204.09600830078125, 754.0980834960938, 861.4909057617188, 1458.174072265625, 618.1624755859375, 1607.510009765625, 1499.90478515625, 1256.49365234375, 1108.6260986328125, 886.1257934570312, 1433.3583984375, 322.8600158691406, 654.1650390625, 1104.741455078125, 546.6240844726562, 570.4183349609375, 953.09375, 1687.5347900390625, 1154.1265869140625, 1291.1436767578125, 1861.558349609375, 1258.4525146484375, 2222.7099609375, 2265.22412109375, 1998.290283203125, 1311.615478515625, 2090.80419921875, 1839.1234130859375, 3114.403076171875, 2873.189453125, 922.4544677734375, 750.6311645507812, 1261.0341796875, 423.7893981933594, 344.56524658203125, 729.88525390625, 186.96514892578125, 121.38270568847656, 289.6835632324219, 147.3378143310547, 607.0470581054688, 1357.924072265625, 2243.262451171875, 1684.3050537109375, 1485.9798583984375, 1437.80224609375, 1771.0296630859375, 1558.39599609375, 528.774658203125, 413.6924133300781, 943.1337280273438, 1839.9937744140625, 1774.922607421875, 1371.9013671875, 1519.404296875, 1865.83642578125, 621.6331176757812, 1051.993408203125, 708.7578125, 805.6461791992188, 605.5282592773438, 563.9697265625, 919.3320922851562, 1187.99560546875, 1239.480712890625, 707.0021362304688, 638.7232055664062, 371.7190246582031, 1143.1109619140625, 1903.60205078125, 2362.03466796875, 2045.92333984375, 1809.039794921875, 1494.8284912109375, 138.6283721923828, 312.0814514160156, 1043.81494140625, 775.3921508789062, 1678.1707763671875, 1580.5687255859375, 1863.7755126953125, 598.8596801757812, 356.37310791015625, 925.9695434570312, 720.8031005859375, 1920.9144287109375, 1326.5721435546875, 999.0192260742188, 1845.39794921875, 1120.1500244140625, 1508.473876953125, 2368.4462890625, 2164.431640625, 2293.811279296875, 858.5536499023438, 661.965576171875, 170.96400451660156, 146.2400360107422, 494.5314636230469, 615.3511962890625, 851.4716796875, 636.4564208984375, 847.0787353515625, 1459.49267578125, 1329.9464111328125, 1075.5394287109375, 689.48974609375, 2052.416259765625, 2658.122314453125, 1466.382080078125, 1031.0955810546875, 1095.4556884765625, 760.3726196289062, 1366.2156982421875, 2324.59619140625, 3279.84912109375, 403.56884765625, 376.3738708496094, 1805.0950927734375, 382.8939208984375, 502.1394348144531, 610.547119140625, 2352.82666015625, 860.5945434570312, 1373.5162353515625, 346.6579895019531, 375.27484130859375, 1379.36474609375, 1018.2390747070312, 2588.554443359375, 2835.420166015625, 1605.0401611328125, 571.6591796875, 1679.0009765625, 204.99606323242188, 1724.7967529296875, 1404.7962646484375, 1922.955322265625, 1893.01611328125, 225.6901092529297, 117.02684020996094, 346.4913024902344, 2280.328857421875, 573.70751953125, 1584.8275146484375, 1146.3482666015625, 1445.880615234375, 1710.9661865234375, 157.2185821533203, 768.3287353515625, 825.84765625, 482.5009765625, 1059.295654296875, 1217.6334228515625, 986.8843994140625, 1747.2489013671875, 853.8277587890625, 393.0798034667969, 1797.979736328125, 536.6937255859375, 1555.2698974609375, 634.8526000976562, 327.2010498046875, 712.669189453125, 2039.211669921875, 949.6008911132812, 1583.9163818359375, 1496.350830078125, 604.5096435546875, 1463.5855712890625, 843.3118286132812, 1236.084228515625, 392.2353210449219, 116.51939392089844, 259.2480773925781, 251.72901916503906, 1974.7626953125, 3500.91943359375, 2591.102783203125, 1829.2412109375, 1021.73193359375, 1242.3106689453125, 1776.48193359375, 763.1283569335938, 453.0989074707031, 131.50096130371094, 739.4391479492188, 1496.593017578125, 1554.8328857421875, 574.1025390625, 1158.308349609375, 881.7442016601562, 811.072509765625, 851.6420288085938, 937.9703979492188, 1222.0869140625, 234.46853637695312, 783.4668579101562, 655.6577758789062, 704.7686767578125, 935.0516967773438, 2164.53173828125, 676.43701171875, 78.86487579345703, 288.3871765136719, 153.24423217773438, 88.96558380126953, 302.46966552734375, 1827.4114990234375, 2294.652099609375, 3131.7783203125, 3390.44482421875, 3536.61083984375, 3019.2294921875, 2360.923583984375, 926.8659057617188, 1713.9923095703125, 779.6258544921875, 912.524169921875, 1526.87841796875, 449.3379821777344, 1162.448974609375, 2118.483642578125, 1443.9727783203125, 1348.4921875, 2238.90380859375, 1403.2220458984375, 1286.8656005859375, 444.8575744628906, 2163.216796875, 592.6310424804688, 661.4248657226562, 484.9604187011719, 200.24757385253906, 488.4162292480469, 596.7164916992188, 814.1690063476562, 667.0252075195312, 428.3675231933594, 511.7178649902344, 352.6621398925781, 3045.46484375, 3272.818115234375, 2377.772705078125, 1652.806396484375, 1618.08544921875, 720.1067504882812, 651.1796875, 818.02490234375, 1075.5350341796875, 2559.04541015625, 976.0064086914062, 817.6761474609375, 1314.1051025390625, 695.6636352539062, 756.6987915039062, 611.2286376953125, 568.981201171875, 516.673828125, 668.1253051757812, 443.9982604980469, 278.645751953125, 362.2665100097656, 518.5516967773438, 577.0262451171875, 409.84027099609375, 1252.981689453125, 3356.3017578125, 1312.8082275390625, 610.7916259765625, 138.96914672851562, 379.90478515625, 1178.987548828125, 2396.107421875, 2520.012451171875, 1267.760498046875, 778.1405029296875, 692.6900024414062, 665.9658813476562, 1871.544189453125, 1630.5751953125, 575.4113159179688, 229.80279541015625, 2537.405029296875, 936.568359375, 1389.535888671875, 503.67010498046875, 1429.0968017578125, 1175.6724853515625, 533.8231811523438, 161.0892333984375, 107.55580139160156, 87.34695434570312, 185.231689453125, 1559.2293701171875, 2069.0361328125, 2009.805908203125, 1430.3572998046875, 1555.0958251953125, 1598.3321533203125, 1556.210693359375, 2336.92919921875, 1876.766845703125, 587.3047485351562, 773.2105102539062, 986.28125, 880.89599609375, 647.723876953125, 1290.0880126953125, 2015.0322265625, 874.0642700195312, 1096.531005859375, 734.5310668945312, 508.8526916503906, 1925.1861572265625, 1661.3770751953125, 1584.4945068359375, 347.65484619140625, 668.2993774414062, 1560.099853515625, 492.783203125, 476.3857421875, 947.0821533203125, 348.5321960449219, 1409.21142578125, 1586.9461669921875, 1574.2861328125, 1901.6463623046875, 552.9985961914062, 2324.40234375, 612.3546752929688, 1972.2698974609375, 971.1024169921875, 750.23486328125, 2844.80615234375, 1052.8896484375, 1528.9197998046875, 530.5599975585938, 1348.16259765625, 1609.1365966796875, 1540.2021484375, 1322.4459228515625, 1123.720703125, 1257.5263671875, 746.290283203125, 595.114501953125, 1052.759033203125, 2900.19580078125, 2812.0234375, 2394.97998046875, 428.13458251953125, 815.3765258789062, 1017.864990234375, 750.3570556640625, 1580.8013916015625, 1546.1063232421875, 2267.516845703125, 2137.689208984375, 1732.412109375, 1127.898681640625, 1923.54052734375, 2658.259521484375, 1228.565185546875, 1479.93115234375, 544.5165405273438, 513.7550659179688, 2077.899658203125, 1495.5137939453125, 412.3552551269531, 1656.706787109375, 572.3644409179688, 534.5777587890625, 765.3051147460938, 656.8575439453125, 373.6832580566406, 1625.2833251953125, 2094.499267578125, 2727.094482421875, 1444.1063232421875, 866.28759765625, 859.46484375, 356.55126953125, 2825.093505859375, 2251.34521484375, 1755.4619140625, 943.0892944335938, 1069.6834716796875, 1187.3104248046875, 1910.27294921875, 534.54541015625, 1120.1055908203125, 559.4175415039062, 705.5909423828125, 1241.0401611328125, 1466.2635498046875, 1311.822998046875, 1326.7054443359375, 1385.4012451171875, 406.22332763671875, 101.06916809082031, 201.70855712890625, 563.9649047851562, 893.1322021484375, 349.8542785644531, 569.7325439453125, 983.2836303710938, 1034.3004150390625, 586.3167724609375, 2745.82861328125, 1200.35205078125, 872.3953857421875, 595.2460327148438, 966.6762084960938, 1082.8585205078125, 953.8715209960938, 842.6451416015625, 905.3199462890625, 594.4385986328125, 884.3999633789062, 505.36187744140625, 291.4688720703125, 1384.0577392578125, 1592.2984619140625, 450.33203125, 1068.9241943359375, 413.39239501953125, 151.2362518310547, 2064.682373046875, 193.96900939941406, 341.2262878417969, 433.1763000488281, 1113.09716796875, 1980.554931640625, 342.8262023925781, 1340.0361328125, 1544.828369140625, 3010.840087890625, 3573.03173828125, 2068.232177734375, 1895.171875, 1074.6060791015625, 1163.708740234375, 405.58441162109375, 991.2001342773438, 812.154052734375, 423.3301086425781, 571.466552734375, 183.39453125, 587.27880859375, 417.48895263671875, 338.69818115234375, 403.6694641113281, 318.5522766113281, 559.7175903320312, 433.4652099609375, 1782.9598388671875, 2921.973388671875, 2724.40380859375, 329.7957458496094, 676.1829223632812, 585.2405395507812, 757.9122314453125, 1892.8411865234375, 347.1203308105469, 629.2817993164062, 2679.160888671875, 2974.9189453125, 1548.23974609375, 1093.4703369140625, 667.9734497070312, 662.976806640625, 639.5973510742188, 1215.2974853515625, 611.68798828125, 1854.457763671875, 1958.835693359375, 1234.3062744140625, 1451.9921875, 1606.89208984375, 1148.785400390625, 247.54635620117188, 1272.1533203125, 1885.4376220703125, 1902.2095947265625, 235.57766723632812, 414.57684326171875, 810.395263671875, 305.4328308105469, 100.8775405883789, 178.7608642578125, 1420.83447265625, 1620.8486328125, 2116.309814453125, 1324.7164306640625, 1434.524169921875, 1235.280517578125, 745.5604248046875, 1354.370361328125, 861.2316284179688, 996.3004760742188, 614.7437133789062, 931.3070068359375, 384.8829345703125, 1050.6043701171875, 737.8228759765625, 113.01544952392578, 752.6538696289062, 1095.776123046875, 1045.64794921875, 1159.8775634765625, 298.6280822753906, 336.7660217285156, 1067.3641357421875, 2155.9208984375, 699.9396362304688, 834.466796875, 1110.7493896484375, 1024.9840087890625, 661.5989379882812, 1147.033447265625, 215.28567504882812, 927.6437377929688, 2091.634033203125, 1757.77685546875, 2422.187255859375, 853.8200073242188, 543.490478515625, 878.003173828125, 134.45401000976562, 858.575927734375, 989.1295776367188, 1657.35498046875, 462.1736145019531, 267.0621337890625, 2060.32666015625, 397.61700439453125, 283.466796875, 441.7212219238281, 1994.47021484375, 859.0066528320312, 680.8562622070312, 607.42626953125, 1038.7628173828125, 594.6200561523438, 640.42333984375, 765.313720703125, 1733.38623046875, 1342.328857421875, 762.1727294921875, 309.4183044433594, 625.4815063476562, 623.462890625, 2487.15478515625, 1139.710693359375, 787.3893432617188, 169.11572265625, 203.93673706054688, 239.4318389892578, 207.11480712890625, 2852.71484375, 2950.7177734375, 1118.4097900390625, 1228.486083984375, 580.0759887695312, 719.2831420898438, 1586.260498046875, 449.9986572265625, 1197.84814453125, 908.6053466796875, 374.90814208984375, 764.7951049804688, 582.6785278320312, 384.9829406738281, 1198.45556640625, 1436.74658203125, 1343.4140625, 84.25784301757812, 278.8716735839844, 147.6771697998047, 262.6958312988281, 1267.7147216796875, 2168.50341796875, 829.9951782226562, 459.6272888183594, 849.5516967773438, 335.5705871582031, 2030.155517578125, 1327.701904296875, 1713.80712890625, 1137.9884033203125, 584.2822875976562, 1601.40283203125, 1018.1205444335938, 1575.93798828125, 1789.2049560546875, 421.2188415527344, 164.5672607421875, 288.5093994140625, 335.8246765136719, 1417.6373291015625, 685.35986328125, 882.7129516601562, 713.9019165039062, 763.8243408203125, 889.5459594726562, 909.2396850585938, 595.6423950195312, 586.6491088867188, 414.1368713378906, 86.20613098144531, 438.80157470703125, 834.5889892578125, 329.3826904296875, 856.5868530273438, 335.30902099609375, 551.376220703125, 2196.130126953125, 880.4881591796875, 255.63258361816406, 2660.840576171875, 576.1177368164062, 2312.524658203125, 399.3577575683594, 648.5690307617188, 917.0117797851562, 987.5813598632812, 302.5585632324219, 550.3947143554688, 647.2616577148438, 616.6898803710938, 557.0162963867188, 746.0591430664062, 979.1557006835938, 445.6724548339844, 360.9923400878906, 844.171142578125, 1218.099365234375, 681.3546752929688, 882.3192138671875, 352.942138671875, 1588.89453125, 1129.8511962890625, 832.8843994140625, 377.3417663574219, 690.8566284179688, 997.1857299804688, 1134.181396484375, 1116.845947265625, 526.4119873046875]\n", - "709\n", - "3711\n", - "5\n", - "[1565.793212890625, 986.6014404296875, 2841.626220703125, 423.3560791015625, 528.3550415039062]\n", - "5\n", - "3712\n", - "4\n", - "[12295.734375, 1523.0113525390625, 4292.669921875, 346.0650634765625]\n", - "4\n", - "3713\n", - "9\n", - "[584.5289916992188, 1797.9149169921875, 1921.773681640625, 916.2479248046875, 1099.7003173828125, 4288.41650390625, 649.543212890625, 557.2525024414062, 1089.19287109375]\n", - "9\n", - "3714\n", - "8\n", - "[673.227783203125, 396.0691223144531, 353.4447937011719, 784.9017944335938, 2287.1806640625, 1001.4616088867188, 1257.1864013671875, 1336.8541259765625]\n", - "8\n", - "3715\n", - "8\n", - "[714.1870727539062, 2548.69775390625, 1606.8653564453125, 767.1735229492188, 313.2714538574219, 2146.060302734375, 7158.90380859375, 431.3892822265625]\n", - "8\n", - "3716\n", - "31\n", - "[635.6822509765625, 327.2862548828125, 338.3462829589844, 1154.9302978515625, 752.1757202148438, 366.48162841796875, 777.7034301757812, 497.9391174316406, 331.7717590332031, 1706.6287841796875, 1499.8140869140625, 690.8306274414062, 311.59625244140625, 979.3622436523438, 2835.046142578125, 2497.707275390625, 1177.646728515625, 483.8492431640625, 306.8070068359375, 1362.7821044921875, 1789.2606201171875, 2128.521728515625, 2658.83349609375, 1592.9022216796875, 759.6503295898438, 332.9125671386719, 626.9779052734375, 1171.575927734375, 542.7238159179688, 899.997314453125, 356.83648681640625]\n", - "31\n", - "3717\n", - "24\n", - "[606.9254150390625, 345.92120361328125, 630.8306884765625, 1445.37060546875, 2950.755615234375, 2731.03369140625, 1948.248046875, 842.909912109375, 514.37939453125, 3596.693115234375, 5533.12939453125, 4687.4267578125, 4466.94775390625, 3736.23095703125, 4745.6728515625, 445.7248229980469, 1397.9178466796875, 3502.43408203125, 1250.2142333984375, 945.6441040039062, 805.3838500976562, 927.0701904296875, 800.4307861328125, 1870.5816650390625]\n", - "24\n", - "3718\n", - "4\n", - "[3232.397705078125, 2976.421630859375, 2553.880126953125, 2919.23583984375]\n", - "4\n", - "3719\n", - "4\n", - "[1375.14306640625, 1754.6146240234375, 2153.285400390625, 544.233642578125]\n", - "4\n", - "3720\n", - "10\n", - "[452.49981689453125, 2260.6982421875, 638.40869140625, 474.2944030761719, 433.37579345703125, 2730.58349609375, 2928.239013671875, 1398.582275390625, 891.7688598632812, 880.0144653320312]\n", - "10\n", - "3721\n", - "6\n", - "[2164.718505859375, 7576.03662109375, 5144.9716796875, 750.1051635742188, 530.02734375, 5398.845703125]\n", - "6\n", - "3722\n", - "7\n", - "[324.3788757324219, 999.0763549804688, 627.5004272460938, 2239.892333984375, 583.478515625, 478.76800537109375, 1039.2125244140625]\n", - "7\n", - "3723\n", - "519\n", - "[434.4439392089844, 375.0881652832031, 533.8456420898438, 2820.25439453125, 972.019287109375, 1250.0997314453125, 453.0460510253906, 2272.199462890625, 1263.964599609375, 449.7047119140625, 420.446533203125, 2126.349853515625, 495.5950622558594, 375.4158935546875, 368.1944885253906, 311.11669921875, 2215.683349609375, 4915.66552734375, 3650.35400390625, 2500.384521484375, 747.3414306640625, 514.3822021484375, 923.1770629882812, 544.5860595703125, 1736.634521484375, 4491.31591796875, 3303.71484375, 496.1911315917969, 1386.9176025390625, 783.207763671875, 1132.8787841796875, 521.3743286132812, 1566.8682861328125, 1613.3719482421875, 2094.00830078125, 567.9810791015625, 506.8856506347656, 1763.12451171875, 449.2633972167969, 520.635009765625, 316.85369873046875, 472.0681457519531, 3907.745849609375, 2089.784423828125, 539.2330322265625, 1456.3292236328125, 1221.249267578125, 1031.2803955078125, 105.8509750366211, 2661.9951171875, 1215.6441650390625, 625.8211669921875, 1255.837646484375, 760.0648803710938, 1197.963134765625, 376.61944580078125, 761.4805297851562, 4651.3505859375, 3396.928466796875, 2166.417236328125, 3259.733154296875, 759.7725830078125, 2912.68701171875, 988.7142333984375, 1560.4149169921875, 1082.541015625, 501.63580322265625, 1441.6170654296875, 776.7715454101562, 1404.787841796875, 1316.1019287109375, 529.5471801757812, 489.59442138671875, 784.96728515625, 541.5714111328125, 3248.2763671875, 1194.7479248046875, 286.08245849609375, 1078.71826171875, 2181.077880859375, 2066.16015625, 1242.7359619140625, 1841.3966064453125, 1299.7850341796875, 5426.04150390625, 5524.28125, 4798.3232421875, 4045.78369140625, 2389.7021484375, 1694.26318359375, 2170.68701171875, 2226.44091796875, 1358.8917236328125, 2487.105224609375, 3337.615478515625, 635.6387939453125, 910.0753173828125, 390.8903503417969, 1380.28662109375, 1233.772216796875, 900.7391357421875, 1167.4268798828125, 1305.1265869140625, 428.91162109375, 618.8003540039062, 661.44677734375, 478.1949157714844, 632.326171875, 671.8720092773438, 851.3355102539062, 465.31671142578125, 550.1912231445312, 133.55023193359375, 422.81927490234375, 1137.52685546875, 1575.24169921875, 837.8326416015625, 2600.229248046875, 3667.232666015625, 3777.771728515625, 3947.068115234375, 2700.635498046875, 1659.514404296875, 550.0708618164062, 2044.7479248046875, 1404.9195556640625, 629.3516235351562, 980.3350830078125, 1641.7933349609375, 2119.294921875, 688.1946411132812, 147.28811645507812, 1304.1351318359375, 365.9478454589844, 990.8748779296875, 1614.4207763671875, 308.3370361328125, 524.2800903320312, 757.11328125, 633.4208374023438, 532.7451782226562, 666.404296875, 642.4132080078125, 1212.0908203125, 1295.2000732421875, 804.5568237304688, 976.965087890625, 719.90576171875, 1205.16162109375, 590.5623779296875, 1355.808349609375, 1150.840576171875, 1130.33984375, 1401.469482421875, 1758.5623779296875, 1641.340576171875, 3711.122802734375, 2133.6572265625, 729.9928588867188, 478.0573425292969, 948.4806518554688, 646.8663940429688, 764.661376953125, 674.324951171875, 115.8291244506836, 919.9102172851562, 127.52092742919922, 693.3814697265625, 402.2153625488281, 1411.13232421875, 2282.859619140625, 1147.957763671875, 726.5712890625, 1684.54296875, 1150.4852294921875, 785.9931640625, 1089.16064453125, 2274.6181640625, 1117.352783203125, 2040.90234375, 2185.095703125, 765.096923828125, 1478.4920654296875, 1240.4146728515625, 2499.69677734375, 305.9241638183594, 205.81591796875, 2023.5538330078125, 1108.8990478515625, 1201.373291015625, 602.11083984375, 894.9447631835938, 2449.244384765625, 1885.89990234375, 417.2083740234375, 690.9456787109375, 1323.66162109375, 761.98486328125, 665.4013671875, 1335.9552001953125, 403.4590148925781, 360.4171447753906, 1667.04541015625, 1975.261962890625, 1138.14013671875, 526.796142578125, 2090.64990234375, 473.3175964355469, 1662.9073486328125, 2173.83349609375, 552.4092407226562, 929.492919921875, 1203.0869140625, 1497.153076171875, 972.489013671875, 959.0261840820312, 923.8705444335938, 1050.14208984375, 883.97509765625, 872.822021484375, 361.90728759765625, 1069.9263916015625, 475.4496154785156, 352.25579833984375, 531.2665405273438, 1084.546875, 1293.7213134765625, 1075.9556884765625, 1315.59765625, 2281.85107421875, 970.4085083007812, 675.7291259765625, 2168.325927734375, 1543.4962158203125, 1943.6768798828125, 1014.3731689453125, 237.80218505859375, 908.6024169921875, 365.38043212890625, 1809.381591796875, 334.8327331542969, 293.584716796875, 1949.8839111328125, 100.52088165283203, 146.31951904296875, 1166.6302490234375, 262.3721618652344, 1217.4151611328125, 740.498291015625, 1077.18798828125, 2353.531982421875, 448.059814453125, 2571.0341796875, 3901.51025390625, 835.8495483398438, 551.4348754882812, 917.18212890625, 389.3142395019531, 540.4595336914062, 737.9020385742188, 2754.228759765625, 1237.6636962890625, 1001.28857421875, 1760.15576171875, 682.2742309570312, 456.96624755859375, 319.3926696777344, 1660.935791015625, 1052.050537109375, 902.5845947265625, 423.2720642089844, 472.6126403808594, 956.2809448242188, 705.457275390625, 1086.4210205078125, 819.2689819335938, 1880.6729736328125, 332.4542236328125, 1383.639404296875, 1577.0872802734375, 511.9120178222656, 692.3956909179688, 2121.40966796875, 1641.111328125, 1449.7725830078125, 1697.9368896484375, 3104.799560546875, 1303.3155517578125, 704.3912353515625, 1010.063232421875, 385.87548828125, 997.127685546875, 2911.540771484375, 1599.725830078125, 884.1585083007812, 787.3572387695312, 524.0164794921875, 609.9398193359375, 314.78472900390625, 1401.42919921875, 400.03173828125, 551.99658203125, 758.5862426757812, 647.6573486328125, 699.8922119140625, 321.3355712890625, 351.8717956542969, 759.5433349609375, 1707.1011962890625, 936.4793701171875, 616.158203125, 324.27569580078125, 410.64605712890625, 1056.6241455078125, 1007.01416015625, 484.5680847167969, 2002.6746826171875, 1493.4964599609375, 2370.227294921875, 3475.395263671875, 2512.489013671875, 1035.166259765625, 437.13604736328125, 510.1123962402344, 1806.9228515625, 737.833251953125, 503.4297180175781, 677.74658203125, 990.6513671875, 529.1975708007812, 1647.2838134765625, 2756.973876953125, 1013.17529296875, 1347.8876953125, 839.5576782226562, 3246.425048828125, 1473.603271484375, 1971.422119140625, 3140.075439453125, 313.59832763671875, 682.7614135742188, 621.5857543945312, 357.5113830566406, 1247.710693359375, 1710.7061767578125, 345.0057373046875, 1280.556640625, 2804.927490234375, 1469.24169921875, 1569.4874267578125, 822.0429077148438, 466.2222595214844, 1556.7755126953125, 593.1700439453125, 463.51708984375, 582.0169677734375, 4546.19873046875, 4197.86328125, 3751.121337890625, 1803.19189453125, 933.98046875, 2128.350341796875, 2756.068359375, 1784.4505615234375, 1489.21533203125, 2186.516845703125, 1196.7825927734375, 197.82078552246094, 3243.6455078125, 3101.26318359375, 2504.50537109375, 2941.17138671875, 2131.244384765625, 1086.994140625, 3256.105224609375, 3286.7275390625, 1684.451171875, 740.8937377929688, 3049.16015625, 3470.34033203125, 1344.9130859375, 3141.668701171875, 3114.599853515625, 1089.85400390625, 1070.06396484375, 2004.7952880859375, 3291.748046875, 3199.457275390625, 376.8028564453125, 1157.3570556640625, 1960.1485595703125, 3962.50830078125, 5191.1162109375, 3392.750244140625, 770.8568725585938, 1049.7293701171875, 668.3643798828125, 679.5862426757812, 2649.65576171875, 3648.646240234375, 3268.599365234375, 1707.5311279296875, 451.16619873046875, 2601.215087890625, 3517.291015625, 2462.260009765625, 2477.72314453125, 3228.755615234375, 3340.16015625, 2343.5595703125, 1271.415283203125, 889.9241333007812, 863.7551879882812, 1096.422119140625, 751.7430419921875, 2019.86279296875, 4058.111572265625, 4888.93505859375, 4412.0810546875, 3965.59716796875, 4136.24609375, 1336.3218994140625, 484.3503112792969, 2013.9652099609375, 552.4951782226562, 631.7415771484375, 1457.458251953125, 423.5700988769531, 1808.2066650390625, 1244.09423828125, 1081.434814453125, 1475.1163330078125, 395.8937683105469, 1052.4747314453125, 646.0010375976562, 307.46014404296875, 452.43280029296875, 361.66656494140625, 487.36492919921875, 312.1253967285156, 679.0590209960938, 1469.0067138671875, 1637.145263671875, 1595.8399658203125, 1856.045654296875, 4942.96337890625, 5655.5048828125, 5113.68115234375, 4690.81591796875, 3393.300537109375, 857.4392700195312, 1315.70654296875, 1769.6925048828125, 1135.681396484375, 1013.4446411132812, 1467.67138671875, 915.5716552734375, 2071.472900390625, 569.03564453125, 848.5672607421875, 1276.762451171875, 326.94073486328125, 374.613525390625, 3071.225830078125, 3995.9443359375, 5357.994140625, 5383.4697265625, 5054.9296875, 4188.09716796875, 2013.70166015625, 793.6674194335938, 1073.7720947265625, 345.99151611328125, 1361.4364013671875, 377.3530578613281, 1387.7200927734375, 3386.19384765625, 4543.986328125, 5597.79638671875, 3405.863525390625, 2161.3623046875, 2581.017822265625, 328.2532043457031, 337.2914123535156, 2065.225830078125, 986.6337280273438, 2764.539306640625, 2151.18359375, 1181.00439453125, 1778.799560546875, 1073.0614013671875, 3616.705810546875, 1009.077392578125, 431.43341064453125, 4309.1015625, 1455.056884765625, 327.1642761230469, 3957.642333984375, 2856.830078125, 2024.49365234375, 1518.6339111328125, 2202.753662109375]\n", - "502\n", - "3724\n", - "30\n", - "[522.0264282226562, 308.18408203125, 684.410400390625, 546.3700561523438, 818.6441650390625, 408.72381591796875, 627.3314819335938, 1228.1417236328125, 909.1666259765625, 355.6062316894531, 651.5491333007812, 902.4692993164062, 443.92388916015625, 661.2744750976562, 1152.46728515625, 1228.609130859375, 1120.108642578125, 919.7598266601562, 1319.4075927734375, 1188.3310546875, 1156.522705078125, 562.2359619140625, 1283.2869873046875, 1166.970703125, 1032.1627197265625, 370.652099609375, 1087.611083984375, 1265.99169921875, 825.3128051757812, 750.2796630859375]\n", - "30\n", - "3725\n", - "32\n", - "[650.3411865234375, 1532.6153564453125, 631.4588623046875, 905.8306884765625, 546.5260620117188, 929.5646362304688, 900.775390625, 665.3491821289062, 526.7260131835938, 1841.629638671875, 1653.5250244140625, 956.0006713867188, 1125.9930419921875, 1409.1282958984375, 616.4781494140625, 1301.1605224609375, 325.3935546875, 1953.81494140625, 4663.66943359375, 1415.5986328125, 1528.65966796875, 1978.7606201171875, 6034.529296875, 2073.57958984375, 920.1804809570312, 2599.38916015625, 539.6162719726562, 1747.4593505859375, 2250.592529296875, 493.6117858886719, 1227.4403076171875, 470.3435974121094]\n", - "32\n", - "3726\n", - "14\n", - "[750.3115844726562, 1390.285888671875, 1631.928955078125, 1838.5250244140625, 484.3947448730469, 330.8623962402344, 2798.23486328125, 1211.3779296875, 690.4534301757812, 905.6666870117188, 1005.5912475585938, 829.2066040039062, 515.3338012695312, 472.8597412109375]\n", - "14\n", - "3727\n", - "6\n", - "[416.8428039550781, 1947.0675048828125, 1292.444580078125, 965.7335815429688, 561.9500122070312, 510.642333984375]\n", - "6\n", - "3728\n", - "66\n", - "[398.0357360839844, 670.9254760742188, 1761.0030517578125, 527.7227172851562, 454.8397521972656, 979.021484375, 583.7711791992188, 354.0362854003906, 1480.9349365234375, 371.996826171875, 1227.3243408203125, 451.3283996582031, 1052.663818359375, 394.205810546875, 686.8636474609375, 1151.574462890625, 335.5757141113281, 741.1453247070312, 784.9854736328125, 756.1204223632812, 1076.7802734375, 581.5043334960938, 1075.3023681640625, 582.4488525390625, 877.2772216796875, 2046.4307861328125, 1490.6578369140625, 335.29791259765625, 1363.3377685546875, 1418.352783203125, 1713.2366943359375, 1397.9698486328125, 425.337646484375, 137.4542236328125, 416.7703857421875, 682.2596435546875, 828.4515380859375, 1619.618896484375, 936.573974609375, 555.3505859375, 1851.1279296875, 534.3639526367188, 392.66497802734375, 1032.302978515625, 547.764892578125, 616.0660400390625, 919.6654663085938, 1945.0865478515625, 672.71826171875, 433.7382507324219, 586.8972778320312, 871.6361083984375, 1682.356689453125, 1234.091552734375, 1260.193359375, 1083.6363525390625, 615.5252685546875, 720.6882934570312, 1680.7640380859375, 782.8705444335938, 1364.911865234375, 581.46728515625, 453.1877746582031, 714.4767456054688, 805.1868896484375, 334.57196044921875]\n", - "66\n", - "3729\n", - "3\n", - "[2833.950439453125, 3498.160400390625, 5216.19140625]\n", - "3\n", - "3730\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[397.8370666503906, 498.7325744628906, 683.2728881835938, 592.3532104492188, 552.9525756835938, 308.4648742675781, 423.4474182128906, 632.658447265625, 911.5006103515625, 481.8695983886719]\n", - "10\n", - "3731\n", - "6\n", - "[810.3005981445312, 740.70654296875, 6525.841796875, 1644.528076171875, 384.0748596191406, 826.8950805664062]\n", - "6\n", - "3732\n", - "1\n", - "[25927.654296875]\n", - "1\n", - "3733\n", - "7\n", - "[511.81610107421875, 646.5524291992188, 684.5874633789062, 949.2581176757812, 1206.91064453125, 1013.6277465820312, 610.3983154296875]\n", - "7\n", - "3734\n", - "16\n", - "[872.4482421875, 1524.743408203125, 4844.7626953125, 2085.522705078125, 1801.5911865234375, 469.7946472167969, 614.897216796875, 476.66552734375, 2492.936767578125, 863.0380859375, 1410.6397705078125, 924.7372436523438, 1550.38623046875, 577.9141235351562, 588.901123046875, 525.2348022460938]\n", - "16\n", - "3735\n", - "6\n", - "[1182.51904296875, 734.2142944335938, 1989.56005859375, 839.8927001953125, 551.173095703125, 846.1312255859375]\n", - "6\n", - "3736\n", - "50\n", - "[720.8291015625, 1436.3841552734375, 2237.953125, 2672.553955078125, 564.602294921875, 684.32421875, 4558.3701171875, 525.1353759765625, 436.7269287109375, 5549.93603515625, 8014.36962890625, 1727.9998779296875, 911.919677734375, 4443.333984375, 5695.92431640625, 836.6806030273438, 438.47113037109375, 738.8699340820312, 3144.11376953125, 6183.35791015625, 7035.47802734375, 1979.2919921875, 1984.369873046875, 3797.300048828125, 5471.05322265625, 8027.9931640625, 6279.86767578125, 677.594970703125, 1089.0255126953125, 1803.641357421875, 1959.9197998046875, 2970.744140625, 922.085693359375, 6581.89697265625, 8934.453125, 1340.9471435546875, 1174.6575927734375, 4415.6328125, 3781.870361328125, 4431.9501953125, 6850.2705078125, 340.94940185546875, 933.3663940429688, 939.5692138671875, 4466.7724609375, 3359.190185546875, 787.5224609375, 333.8796081542969, 889.3067016601562, 309.7804260253906]\n", - "50\n", - "3737\n", - "5\n", - "[886.7116088867188, 574.9761352539062, 2545.75537109375, 1194.495849609375, 402.8669738769531]\n", - "5\n", - "3738\n", - "93\n", - "[582.9053344726562, 353.09259033203125, 710.7472534179688, 599.0904541015625, 603.6124877929688, 305.0701904296875, 1251.2984619140625, 1300.6849365234375, 168.53395080566406, 927.166015625, 758.9186401367188, 1649.140869140625, 1166.5213623046875, 1014.2528076171875, 834.8236694335938, 885.4537963867188, 675.0184326171875, 832.6400146484375, 1568.9888916015625, 928.8223876953125, 250.64024353027344, 542.001220703125, 1037.613525390625, 811.39990234375, 1005.145751953125, 404.26715087890625, 684.463623046875, 788.5436401367188, 1629.5799560546875, 869.1483154296875, 2013.6959228515625, 502.93109130859375, 667.137939453125, 762.5465087890625, 634.2518920898438, 842.2514038085938, 268.0518798828125, 2897.229736328125, 1946.53125, 1265.9647216796875, 199.0071563720703, 1707.8748779296875, 2152.765380859375, 758.5575561523438, 760.1852416992188, 359.79815673828125, 3293.08349609375, 5200.8994140625, 4092.53369140625, 632.5153198242188, 396.1631164550781, 410.1646423339844, 655.188232421875, 1293.7442626953125, 590.2643432617188, 2303.21728515625, 3892.798583984375, 650.6260986328125, 224.36807250976562, 1050.411376953125, 581.3349609375, 623.4827880859375, 887.03564453125, 647.7261352539062, 205.73568725585938, 1784.891845703125, 502.80499267578125, 2135.336669921875, 340.2545166015625, 675.7864379882812, 429.3013610839844, 602.385986328125, 383.94403076171875, 407.86065673828125, 1146.8287353515625, 644.1841430664062, 308.0561828613281, 458.0895690917969, 537.2901000976562, 328.6888122558594, 350.86309814453125, 584.59033203125, 357.1159362792969, 568.0155029296875, 312.77874755859375, 321.5246887207031, 712.644287109375]\n", - "87\n", - "3739\n", - "5\n", - "[596.0387573242188, 3310.507080078125, 1048.375244140625, 1471.8265380859375, 357.7081604003906]\n", - "5\n", - "3740\n", - "12\n", - "[533.500244140625, 1645.55712890625, 1552.169921875, 340.4139404296875, 4633.31201171875, 3406.784912109375, 432.0047912597656, 373.6387939453125, 419.3893127441406, 520.043701171875, 753.107666015625, 404.4956970214844]\n", - "12\n", - "3741\n", - "43\n", - "[325.4735412597656, 1352.84521484375, 337.6123962402344, 1594.99169921875, 1098.98974609375, 713.1314697265625, 610.9141235351562, 957.4386596679688, 2682.392822265625, 1622.7655029296875, 169.0211181640625, 3901.8310546875, 2885.417724609375, 954.9684448242188, 439.0674743652344, 1191.7332763671875, 1415.2130126953125, 5094.37255859375, 2374.330810546875, 1355.72802734375, 394.6844482421875, 414.02752685546875, 1057.43798828125, 1198.794189453125, 1385.00341796875, 751.1126708984375, 578.1311645507812, 632.21728515625, 405.77447509765625, 622.1301879882812, 959.8572387695312, 1478.514892578125, 343.2920837402344, 814.6266479492188, 914.700439453125, 591.3590087890625, 496.89605712890625, 945.5462036132812, 386.6950378417969, 387.21087646484375, 428.8027648925781, 405.33319091796875]\n", - "42\n", - "3742\n", - "13\n", - "[304.7276306152344, 1667.43701171875, 2500.3544921875, 1807.584228515625, 1304.6126708984375, 488.3775939941406, 2065.41015625, 4100.84765625, 2956.66455078125, 390.7864074707031, 494.16326904296875, 2299.99609375, 934.5690307617188]\n", - "13\n", - "3743\n", - "3\n", - "[7028.10546875, 6210.759765625, 631.1644897460938]\n", - "3\n", - "3744\n", - "8\n", - "[2842.855712890625, 1651.840576171875, 517.0520629882812, 1686.3409423828125, 2691.1748046875, 691.4646606445312, 724.9088134765625, 450.66656494140625]\n", - "8\n", - "3745\n", - "28\n", - "[802.208984375, 337.3515319824219, 494.19976806640625, 624.925537109375, 1624.974609375, 790.7131958007812, 992.687255859375, 1883.093017578125, 924.4321899414062, 329.3182067871094, 2482.098388671875, 3729.522216796875, 4179.6240234375, 1488.8529052734375, 550.3441162109375, 3443.687744140625, 6868.7197265625, 6205.47216796875, 943.6458740234375, 823.242919921875, 4215.91552734375, 2112.314208984375, 2881.6455078125, 402.89642333984375, 1240.9439697265625, 610.6710205078125, 363.86236572265625, 398.3741455078125]\n", - "28\n", - "3746\n", - "14\n", - "[746.7901611328125, 550.4058227539062, 670.0958251953125, 674.6480102539062, 524.0261840820312, 1223.4129638671875, 1318.30859375, 1005.8159790039062, 718.1066284179688, 807.03515625, 792.8712158203125, 370.55596923828125, 1089.1256103515625, 342.679931640625]\n", - "14\n", - "3747\n", - "322\n", - "[368.1314392089844, 823.997314453125, 494.660888671875, 422.09716796875, 375.6795349121094, 677.2650756835938, 565.2587280273438, 491.3481750488281, 856.62548828125, 339.1254577636719, 433.58837890625, 2093.18310546875, 1514.518798828125, 1277.2725830078125, 669.1611328125, 524.8991088867188, 448.0655517578125, 757.1935424804688, 783.7350463867188, 1121.3875732421875, 305.425537109375, 2884.890380859375, 1609.6351318359375, 2532.113037109375, 2213.77490234375, 2073.9716796875, 2829.40576171875, 4131.09375, 2284.894287109375, 508.97186279296875, 1179.03271484375, 928.1116943359375, 653.66943359375, 433.2616882324219, 1908.6243896484375, 1499.26220703125, 1170.9803466796875, 2571.1201171875, 390.145263671875, 1598.2642822265625, 3824.286865234375, 3093.153564453125, 1531.9935302734375, 1150.645751953125, 1152.6917724609375, 452.0545349121094, 364.2742919921875, 407.7632141113281, 1013.2670288085938, 335.89300537109375, 453.24664306640625, 839.6551513671875, 260.1770935058594, 2384.727294921875, 511.264404296875, 1387.2501220703125, 310.7842712402344, 712.8792724609375, 277.9154052734375, 234.6442413330078, 312.43487548828125, 479.2781066894531, 354.6285400390625, 489.416748046875, 647.7088623046875, 1119.3701171875, 355.0755920410156, 907.5307006835938, 130.6272735595703, 168.66578674316406, 988.3302612304688, 939.7748413085938, 595.1702880859375, 92.27357482910156, 88.68006134033203, 372.4814758300781, 170.8780517578125, 387.1822204589844, 633.4093627929688, 1795.3629150390625, 258.7041320800781, 623.0701293945312, 867.1194458007812, 1604.4368896484375, 1462.152099609375, 634.8364868164062, 743.4327392578125, 174.51168823242188, 159.13465881347656, 192.02645874023438, 577.7701416015625, 400.1119689941406, 1346.3516845703125, 747.0892333984375, 589.83447265625, 1053.8043212890625, 1030.455078125, 435.95538330078125, 1233.1187744140625, 823.8941040039062, 372.1146545410156, 2573.79638671875, 5236.06103515625, 5394.341796875, 3210.134521484375, 736.8016357421875, 217.1925048828125, 912.57421875, 330.024169921875, 89.67156982421875, 345.59033203125, 506.6048583984375, 520.9617309570312, 255.12783813476562, 732.8470458984375, 1103.5919189453125, 1937.4012451171875, 1167.85107421875, 2607.725830078125, 3216.22119140625, 694.5277099609375, 467.76971435546875, 2168.41748046875, 434.0411376953125, 273.9608154296875, 344.6962585449219, 461.61431884765625, 330.0127258300781, 962.1669311523438, 812.5462036132812, 541.2619018554688, 632.0166625976562, 532.911376953125, 856.482177734375, 1254.2672119140625, 511.699951171875, 1412.26708984375, 1222.452880859375, 1580.00439453125, 94.7494888305664, 1410.51904296875, 2076.275634765625, 1639.03662109375, 128.57550048828125, 946.0276489257812, 131.39527893066406, 338.7471618652344, 1082.374755859375, 2162.462646484375, 605.4349975585938, 646.1729125976562, 1117.0145263671875, 359.2880859375, 660.96533203125, 134.98878479003906, 1191.6529541015625, 3209.14306640625, 298.16973876953125, 235.21737670898438, 1148.2386474609375, 534.9402465820312, 2233.23828125, 1973.731689453125, 450.6274719238281, 2061.06494140625, 1464.0950927734375, 487.14715576171875, 1439.410400390625, 1146.3358154296875, 1200.4046630859375, 1323.98828125, 302.7891540527344, 788.8473510742188, 1458.7076416015625, 191.45333862304688, 619.3849487304688, 426.52166748046875, 135.37850952148438, 351.1897888183594, 589.714111328125, 709.5838012695312, 139.23565673828125, 507.3212585449219, 1748.630126953125, 513.7861328125, 3613.605224609375, 4234.61181640625, 2508.098876953125, 383.3995666503906, 513.230224609375, 463.3337097167969, 551.8361206054688, 527.6730346679688, 1486.5731201171875, 2858.165283203125, 318.1776428222656, 1588.8994140625, 1220.836669921875, 1135.0279541015625, 138.26707458496094, 235.90512084960938, 769.3667602539062, 345.5101013183594, 861.8925170898438, 1586.1483154296875, 985.0691528320312, 558.7824096679688, 582.3379516601562, 1015.960693359375, 681.4718627929688, 847.5643310546875, 883.0638427734375, 523.5064086914062, 373.36981201171875, 283.07354736328125, 707.4345703125, 330.84375, 210.9969940185547, 1604.8494873046875, 740.4696655273438, 1611.979248046875, 196.08421325683594, 666.8055419921875, 739.7647094726562, 724.14697265625, 304.8581237792969, 1626.2501220703125, 882.3130493164062, 596.3165893554688, 1268.2801513671875, 2142.1396484375, 1277.072021484375, 169.23890686035156, 440.73529052734375, 996.233642578125, 916.8153076171875, 1187.1654052734375, 457.1725769042969, 2175.908203125, 314.3433837890625, 621.849365234375, 493.9158020019531, 392.5065612792969, 410.80078125, 642.3616333007812, 421.74755859375, 769.9456176757812, 647.978271484375, 175.46881103515625, 1717.5322265625, 645.5310668945312, 505.1835021972656, 349.5391845703125, 344.3523864746094, 706.4888916015625, 998.526123046875, 815.3544921875, 447.033935546875, 726.5426025390625, 464.4799499511719, 1137.6988525390625, 774.2440795898438, 1672.4327392578125, 355.322021484375, 444.0536804199219, 324.6826477050781, 901.9025268554688, 579.12841796875, 1208.9443359375, 644.8719482421875, 599.9444580078125, 386.92431640625, 1344.2197265625, 537.3932495117188, 551.9163208007812, 343.263427734375, 1289.3656005859375, 1080.6324462890625, 859.9266357421875, 525.7645263671875, 552.5926513671875, 1264.6064453125, 679.4716186523438, 438.2479248046875, 373.5303039550781, 728.7950439453125, 603.75, 570.6404418945312, 643.5537109375, 333.2680969238281, 413.6033935546875, 341.4408874511719, 405.7400817871094]\n", - "293\n", - "3748\n", - "16\n", - "[873.570556640625, 1026.0133056640625, 1259.9857177734375, 1036.1695556640625, 2926.83056640625, 1090.7830810546875, 3176.337646484375, 4827.2451171875, 4760.92919921875, 4372.32666015625, 966.7697143554688, 5170.7900390625, 4723.8486328125, 1393.2177734375, 2021.31103515625, 977.1973876953125]\n", - "16\n", - "3749\n", - "17\n", - "[544.7064208984375, 587.82275390625, 521.6380004882812, 722.3129272460938, 338.0364990234375, 800.883056640625, 356.7720642089844, 416.7154846191406, 1120.57373046875, 517.74072265625, 384.4483947753906, 616.9033203125, 518.2507934570312, 310.58367919921875, 1046.525634765625, 668.2785034179688, 509.7398681640625]\n", - "17\n", - "3750\n", - "2\n", - "[633.9808959960938, 5666.9521484375]\n", - "2\n", - "3751\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4\n", - "[1561.5926513671875, 3355.78466796875, 306.4533996582031, 1927.2159423828125]\n", - "4\n", - "3752\n", - "5\n", - "[1470.4501953125, 724.339599609375, 1109.9111328125, 1587.19921875, 1343.96240234375]\n", - "5\n", - "3753\n", - "12\n", - "[334.9093933105469, 1187.0064697265625, 674.5086669921875, 2616.595703125, 1666.9920654296875, 329.7973327636719, 623.2822265625, 313.4054870605469, 325.1300964355469, 969.39599609375, 1853.59814453125, 1358.2613525390625]\n", - "12\n", - "3754\n", - "20\n", - "[1080.7198486328125, 1811.3555908203125, 2703.564697265625, 1999.53564453125, 338.95428466796875, 2257.10546875, 2834.679931640625, 878.5764770507812, 2374.511962890625, 1453.5076904296875, 457.2801513671875, 375.4625549316406, 571.6828002929688, 2293.233642578125, 422.6726379394531, 510.54852294921875, 937.6466674804688, 689.354736328125, 2348.563720703125, 347.82904052734375]\n", - "20\n", - "3755\n", - "17\n", - "[569.4130859375, 1511.2652587890625, 1829.9776611328125, 5315.048828125, 3150.702880859375, 1609.9613037109375, 560.725830078125, 3918.298095703125, 9761.4140625, 8661.7041015625, 2350.61181640625, 315.6695861816406, 3491.528564453125, 2904.20654296875, 1397.494140625, 2935.053466796875, 537.5906372070312]\n", - "17\n", - "3756\n", - "10\n", - "[1804.9775390625, 1682.4615478515625, 903.110595703125, 1822.8021240234375, 3163.80908203125, 2336.96533203125, 1516.90283203125, 3180.283447265625, 1362.78759765625, 1583.4638671875]\n", - "10\n", - "3757\n", - "6\n", - "[699.8952026367188, 1872.640869140625, 382.59869384765625, 1078.578369140625, 876.944091796875, 1308.7379150390625]\n", - "6\n", - "3758\n", - "18\n", - "[1351.5728759765625, 1139.962646484375, 334.4831237792969, 826.7081909179688, 1257.516845703125, 1619.8367919921875, 367.3061218261719, 518.7035522460938, 1349.0625, 685.7645874023438, 457.499267578125, 919.0447998046875, 601.8128662109375, 548.2139282226562, 714.1744995117188, 1183.01025390625, 496.2140197753906, 639.851318359375]\n", - "18\n", - "3759\n", - "19\n", - "[1804.52880859375, 2406.038330078125, 300.7547912597656, 1804.52880859375, 4812.07666015625, 4812.07666015625, 3909.812255859375, 601.5095825195312, 902.264404296875, 4812.07666015625, 4812.07666015625, 4812.07666015625, 2406.038330078125, 3007.5478515625, 4511.32177734375, 4210.56689453125, 1203.0191650390625, 601.5095825195312, 4511.32177734375]\n", - "19\n", - "3760\n", - "6\n", - "[2097.353759765625, 1041.4583740234375, 3732.915771484375, 2490.033203125, 2285.10888671875, 2937.42919921875]\n", - "6\n", - "3761\n", - "11\n", - "[306.8630065917969, 387.1988830566406, 403.43096923828125, 1847.73095703125, 1989.7667236328125, 2365.752197265625, 903.0015869140625, 3084.9453125, 317.8847351074219, 1468.6002197265625, 715.0313110351562]\n", - "11\n", - "3762\n", - "16\n", - "[688.085205078125, 2668.746826171875, 3651.957275390625, 1301.060791015625, 519.41845703125, 1553.487548828125, 2431.4462890625, 5478.99951171875, 6889.99267578125, 5435.12255859375, 1447.555908203125, 385.9621887207031, 2356.787353515625, 4759.30908203125, 3009.401123046875, 1187.9019775390625]\n", - "16\n", - "3763\n", - "1\n", - "[6221.61376953125]\n", - "1\n", - "3764\n", - "14\n", - "[415.52215576171875, 911.83154296875, 731.3816528320312, 411.4477844238281, 355.51416015625, 513.0438842773438, 2146.375, 1546.0062255859375, 408.31793212890625, 1219.6756591796875, 644.1976928710938, 895.0525512695312, 626.3704833984375, 1292.814208984375]\n", - "14\n", - "3765\n", - "7\n", - "[918.2767944335938, 1312.0958251953125, 593.6514892578125, 816.764404296875, 457.9978942871094, 705.5317993164062, 1056.790283203125]\n", - "7\n", - "3766\n", - "11\n", - "[610.9542236328125, 1748.9625244140625, 555.698974609375, 524.9735717773438, 1068.4649658203125, 869.1082153320312, 377.0263977050781, 321.5189514160156, 398.4269714355469, 2583.390625, 775.4075317382812]\n", - "11\n", - "3767\n", - "3\n", - "[2467.321044921875, 2121.90185546875, 1424.6158447265625]\n", - "3\n", - "3768\n", - "729\n", - "[496.59375, 312.148193359375, 862.6832885742188, 378.1605224609375, 323.038330078125, 1080.740966796875, 780.5633544921875, 1186.27734375, 2266.246337890625, 399.30792236328125, 1245.652099609375, 541.535888671875, 2360.05126953125, 910.6663208007812, 668.1502075195312, 410.69976806640625, 328.4957275390625, 982.0169677734375, 3410.50830078125, 1387.6871337890625, 380.7769470214844, 1380.154296875, 397.46331787109375, 713.0679321289062, 1705.7567138671875, 1158.783935546875, 796.7367553710938, 7728.74658203125, 10614.361328125, 2736.790283203125, 1056.1280517578125, 1312.081298828125, 754.6887817382812, 7992.2158203125, 19530.1640625, 7975.71533203125, 5957.5302734375, 10848.6806640625, 3424.403564453125, 360.6494445800781, 2538.717529296875, 575.8200073242188, 1565.619384765625, 306.37152099609375, 535.9545288085938, 4441.54443359375, 3208.068115234375, 1366.11181640625, 3298.764404296875, 3109.839599609375, 593.2138671875, 1948.7650146484375, 408.443603515625, 1696.3399658203125, 6535.0888671875, 2100.918701171875, 328.61517333984375, 1368.3846435546875, 1438.0333251953125, 219.7456512451172, 971.2882080078125, 839.646240234375, 720.4864501953125, 2307.015380859375, 5502.21533203125, 417.38177490234375, 8335.33984375, 8495.1787109375, 95.99050903320312, 323.835693359375, 5102.4921875, 18995.029296875, 17950.91796875, 4062.613037109375, 514.21142578125, 996.6348876953125, 807.9532470703125, 4747.9365234375, 3848.340087890625, 333.86895751953125, 2731.3330078125, 8754.509765625, 8037.95556640625, 1242.768798828125, 3317.455322265625, 24470.318359375, 20215.140625, 6182.54052734375, 6798.06884765625, 2337.02978515625, 6024.7001953125, 510.0394592285156, 1074.758056640625, 6351.6455078125, 1193.3687744140625, 324.67486572265625, 424.459716796875, 4628.08544921875, 4276.630859375, 3493.529052734375, 15360.48828125, 3493.966796875, 1650.883544921875, 5826.16015625, 3309.468017578125, 3188.571533203125, 1946.613037109375, 5544.6171875, 2696.4189453125, 9107.0498046875, 1135.4332275390625, 9021.1162109375, 700.281982421875, 386.58892822265625, 1517.861328125, 3178.814453125, 1425.7381591796875, 14831.646484375, 22581.556640625, 1452.66357421875, 173.37396240234375, 1315.2998046875, 753.8046264648438, 1078.7713623046875, 785.232666015625, 2073.6455078125, 12723.3173828125, 15980.1953125, 2007.567626953125, 3577.51220703125, 427.1747131347656, 1074.035400390625, 1536.7469482421875, 321.8049621582031, 1068.92333984375, 2206.173828125, 1124.87890625, 1539.9708251953125, 2731.843994140625, 1158.125, 2606.52001953125, 12887.3916015625, 31267.623046875, 29871.544921875, 27428.18359375, 7405.42529296875, 9991.66015625, 3443.03466796875, 3772.67724609375, 8373.076171875, 12320.396484375, 5146.44384765625, 5057.03759765625, 1186.7347412109375, 600.656005859375, 2807.861572265625, 3982.82666015625, 4201.43994140625, 2309.697021484375, 742.0213012695312, 476.23065185546875, 1060.192138671875, 2933.153076171875, 2648.3388671875, 1129.944091796875, 209.61431884765625, 6743.00927734375, 15847.2265625, 3105.99169921875, 17350.203125, 29861.0390625, 29242.080078125, 33946.52734375, 31435.1953125, 14792.060546875, 4496.0107421875, 1462.415771484375, 1053.7401123046875, 2672.048828125, 1196.31494140625, 3996.467041015625, 1962.7344970703125, 9135.6171875, 12003.7568359375, 13470.8203125, 5248.25634765625, 3386.1455078125, 4314.1845703125, 4275.46728515625, 2952.16845703125, 1850.672607421875, 3447.716552734375, 4034.8974609375, 1962.505126953125, 1579.8829345703125, 6555.41162109375, 6447.51513671875, 4788.73388671875, 2107.204345703125, 1052.52392578125, 6216.09912109375, 7653.251953125, 14013.8955078125, 25819.39453125, 25710.716796875, 31441.833984375, 33712.7734375, 30020.037109375, 23732.755859375, 4667.17138671875, 1653.50390625, 18179.453125, 20002.9140625, 13941.4267578125, 13358.75390625, 3472.372314453125, 4737.4169921875, 2987.6591796875, 4384.404296875, 3715.060546875, 3917.2138671875, 656.4881591796875, 2183.742431640625, 4594.75390625, 4461.33447265625, 3263.36474609375, 3454.46484375, 6373.57080078125, 4378.3193359375, 3791.87744140625, 3844.717529296875, 6356.341796875, 6846.21240234375, 6141.37060546875, 6173.671875, 15368.310546875, 27707.076171875, 29518.267578125, 32338.3671875, 18497.119140625, 6290.04443359375, 1716.9105224609375, 3105.497802734375, 3439.7041015625, 1289.7408447265625, 1132.907958984375, 1751.2847900390625, 1859.3778076171875, 14078.67578125, 13826.173828125, 15591.6591796875, 19734.677734375, 5541.88427734375, 5649.67529296875, 4825.06884765625, 4406.43603515625, 2359.475830078125, 4431.6572265625, 1933.2578125, 959.3377685546875, 2961.08837890625, 5795.78466796875, 5791.99169921875, 5858.40380859375, 7163.21435546875, 4618.3388671875, 3082.692626953125, 5163.74853515625, 6236.34375, 6785.23681640625, 6401.74755859375, 6517.1240234375, 7017.79150390625, 5476.20361328125, 11792.04296875, 16488.708984375, 16623.890625, 16256.076171875, 13978.474609375, 8525.4814453125, 9102.6572265625, 10849.8662109375, 7855.26171875, 14534.005859375, 3741.563720703125, 3232.16015625, 12568.615234375, 7665.150390625, 19833.65234375, 23047.896484375, 15804.6689453125, 9711.2255859375, 3017.680908203125, 1181.4117431640625, 1774.41357421875, 2837.9912109375, 3200.873779296875, 709.1019287109375, 525.262939453125, 3237.826904296875, 4447.13671875, 3381.312255859375, 5804.41796875, 4906.06298828125, 4894.1728515625, 3513.56298828125, 3566.734619140625, 6993.28662109375, 6025.60986328125, 6598.23876953125, 1995.168212890625, 2034.1270751953125, 4473.18701171875, 4869.38916015625, 8795.27734375, 11227.9853515625, 18413.9296875, 16938.2421875, 15442.5166015625, 14159.0400390625, 17689.619140625, 16954.927734375, 15090.119140625, 9978.3603515625, 2145.987548828125, 1439.4678955078125, 6306.521484375, 5924.67236328125, 24201.029296875, 26463.84765625, 27483.724609375, 42286.828125, 42273.609375, 18040.943359375, 4716.09716796875, 1606.4764404296875, 1646.9130859375, 1461.6943359375, 2313.942138671875, 2653.156982421875, 4940.08349609375, 4326.8369140625, 5399.982421875, 3083.258056640625, 2510.274658203125, 4632.90576171875, 5237.76806640625, 3478.796142578125, 4872.91015625, 4136.6494140625, 3439.286865234375, 4915.962890625, 7631.18896484375, 10069.9189453125, 10094.6474609375, 11707.23046875, 14480.3759765625, 19950.85546875, 28925.880859375, 2997.785888671875, 3793.971435546875, 2509.849853515625, 2548.681640625, 2509.78955078125, 302.9842224121094, 1844.5009765625, 9603.3125, 25475.78125, 21639.861328125, 31337.826171875, 53982.94921875, 55508.33984375, 45127.86328125, 8858.9619140625, 6546.318359375, 4969.994140625, 1216.246337890625, 2423.28662109375, 3243.489501953125, 5439.03955078125, 3940.082763671875, 3388.460205078125, 1413.2501220703125, 4101.55078125, 2178.97705078125, 2110.001708984375, 816.3200073242188, 1218.3499755859375, 5504.0263671875, 7183.56689453125, 10897.3271484375, 10283.4052734375, 11432.5263671875, 11388.076171875, 30673.697265625, 15587.802734375, 13375.759765625, 6370.93994140625, 2078.07373046875, 1618.80078125, 4638.0537109375, 12436.2509765625, 37327.2109375, 23763.80078125, 38884.4453125, 26811.4921875, 3871.341064453125, 626.9918823242188, 1994.5650634765625, 2413.605224609375, 5265.5224609375, 4658.07421875, 2893.176025390625, 2005.6336669921875, 875.2069702148438, 3403.630615234375, 2604.810791015625, 2069.6552734375, 1200.8724365234375, 5449.60986328125, 8671.0380859375, 8579.3935546875, 10272.166015625, 10841.857421875, 11432.2109375, 23518.3671875, 41856.8203125, 28058.15625, 30295.697265625, 5642.20849609375, 362.30352783203125, 313.77178955078125, 2887.615478515625, 1699.8192138671875, 649.9805297851562, 1468.498046875, 3713.3291015625, 9227.767578125, 22949.892578125, 29461.302734375, 19059.552734375, 384.1151123046875, 1503.925537109375, 1085.948486328125, 2767.198486328125, 314.6797180175781, 1255.016845703125, 2164.8095703125, 1038.808837890625, 135.2289581298828, 1005.5726928710938, 1188.67236328125, 5047.41552734375, 11765.021484375, 6218.59423828125, 10297.193359375, 10135.921875, 11154.4375, 11154.3056640625, 26000.7890625, 38069.68359375, 26326.802734375, 6366.61474609375, 4188.619140625, 1759.519775390625, 975.1956176757812, 8019.81298828125, 4761.998046875, 1785.3155517578125, 371.1700439453125, 11685.2275390625, 1049.153564453125, 1188.0469970703125, 271.1591491699219, 150.8215789794922, 467.3259582519531, 3569.288818359375, 5316.84228515625, 11624.96484375, 8154.4912109375, 10220.0869140625, 10984.109375, 10903.3349609375, 10767.2607421875, 11603.6044921875, 15445.3955078125, 25797.314453125, 22660.947265625, 11917.8955078125, 14770.306640625, 6676.0615234375, 1647.9178466796875, 4420.2138671875, 3949.279541015625, 637.4324340820312, 1546.7098388671875, 1355.18505859375, 503.34429931640625, 181.11709594726562, 1341.1531982421875, 2634.442626953125, 3535.39111328125, 2815.98876953125, 5394.61962890625, 7088.259765625, 9725.044921875, 6761.587890625, 8096.4443359375, 9501.953125, 11132.6435546875, 10229.65625, 9474.822265625, 10778.14453125, 8300.3837890625, 11736.59375, 7478.36962890625, 8921.4482421875, 24362.248046875, 19002.73046875, 11230.302734375, 1390.5736083984375, 325.64068603515625, 7486.9814453125, 10686.6279296875, 10591.1787109375, 744.6679077148438, 2547.997314453125, 2333.9833984375, 91.39170837402344, 1959.04443359375, 1290.582763671875, 1175.7869873046875, 1020.7156372070312, 4795.55029296875, 8628.6591796875, 10441.5751953125, 4046.36865234375, 3580.36328125, 9851.5234375, 10495.599609375, 11535.6728515625, 3359.703369140625, 2579.934326171875, 4681.12548828125, 8945.97265625, 8591.9599609375, 1688.614013671875, 19530.845703125, 14462.97265625, 11563.1357421875, 3236.01025390625, 11945.751953125, 7114.2607421875, 18099.25, 5330.13232421875, 874.7470092773438, 1864.478271484375, 2993.585693359375, 4169.31982421875, 1327.1966552734375, 223.34080505371094, 537.8697509765625, 882.9757690429688, 2944.331298828125, 3401.897705078125, 6592.71826171875, 10138.734375, 8467.63671875, 8138.6259765625, 9574.90625, 6355.65380859375, 10411.0927734375, 4774.26904296875, 734.4857177734375, 849.6463623046875, 4534.29931640625, 5152.53369140625, 329.4125671386719, 1060.00439453125, 6393.92333984375, 2802.119140625, 3303.390380859375, 7735.64306640625, 4073.33349609375, 3645.29638671875, 8742.5048828125, 2370.928955078125, 3568.8232421875, 3057.569580078125, 1539.5443115234375, 1110.95849609375, 113.50637817382812, 111.41780853271484, 1753.266845703125, 1199.1505126953125, 1335.9208984375, 1002.2430419921875, 4153.91845703125, 6360.4912109375, 9788.310546875, 10156.05859375, 7064.1787109375, 6177.49072265625, 6420.58837890625, 8244.755859375, 3057.08642578125, 727.6504516601562, 2165.24560546875, 1167.5789794921875, 3411.50732421875, 500.7957763671875, 633.2274780273438, 4014.305908203125, 3944.093994140625, 4507.96142578125, 2255.831787109375, 2795.37548828125, 274.60491943359375, 479.5482482910156, 2334.517333984375, 2499.83056640625, 660.5205688476562, 2438.90478515625, 9880.8623046875, 10101.626953125, 8351.017578125, 7841.0693359375, 7784.455078125, 5998.77587890625, 918.143310546875, 3400.77294921875, 1769.1583251953125, 801.338134765625, 2836.226806640625, 3455.0078125, 2375.67919921875, 742.564208984375, 630.15869140625, 3467.30517578125, 6283.8837890625, 646.3111572265625, 629.1310424804688, 6262.32666015625, 7123.54052734375, 4214.318359375, 5908.7607421875, 7213.79150390625, 586.6456298828125, 3521.04248046875, 3671.7587890625, 3342.82080078125, 2342.510986328125, 1776.0648193359375, 517.5646362304688, 338.71710205078125, 1037.3367919921875, 804.2577514648438, 1205.367919921875, 366.6053466796875, 4135.765625, 3774.760009765625, 2207.505859375, 5392.96337890625, 748.3402099609375, 1287.035888671875, 1141.3370361328125, 1021.8740844726562, 657.8604736328125, 1190.082763671875, 1322.1676025390625, 1884.1595458984375, 658.640869140625, 554.1143188476562, 726.598876953125, 1740.3829345703125, 4546.58984375, 5576.5419921875, 7046.0126953125, 1520.4854736328125, 413.92803955078125, 419.0627746582031, 359.7504577636719, 484.4869079589844, 556.191162109375, 2106.5283203125, 513.8258666992188, 473.8397216796875, 1220.2349853515625, 1966.5013427734375, 357.129638671875, 479.612548828125, 552.4580688476562, 535.98779296875, 2297.152587890625, 1032.804443359375, 856.6261596679688, 344.06768798828125, 367.9871520996094, 767.649658203125, 361.77423095703125, 990.546875, 1441.68310546875, 411.29730224609375, 420.8494567871094, 1400.9049072265625, 742.7274780273438, 1832.4351806640625, 312.3835144042969, 1352.4415283203125, 462.50128173828125, 354.7706298828125]\n", - "711\n", - "3769\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[12455.037109375]\n", - "1\n", - "3770\n", - "1\n", - "[41744.44921875]\n", - "1\n", - "3771\n", - "5\n", - "[1681.021728515625, 979.9705810546875, 1995.14892578125, 3753.26513671875, 481.5135803222656]\n", - "5\n", - "3772\n", - "12\n", - "[301.16717529296875, 453.6994323730469, 1062.3382568359375, 1003.879150390625, 537.9033203125, 1941.6824951171875, 302.9725341796875, 607.6128540039062, 303.3336181640625, 352.9894104003906, 324.4934997558594, 817.6871337890625]\n", - "12\n", - "3773\n", - "10\n", - "[2585.489990234375, 1160.517822265625, 1075.9351806640625, 789.9403686523438, 2562.451416015625, 338.2264709472656, 4367.31298828125, 1992.0521240234375, 1027.8294677734375, 2643.78369140625]\n", - "10\n", - "3774\n", - "6\n", - "[440.1500549316406, 636.4623413085938, 1948.0921630859375, 3755.257568359375, 846.4878540039062, 1723.5499267578125]\n", - "6\n", - "3775\n", - "7\n", - "[387.2975769042969, 1271.9779052734375, 9849.9619140625, 2144.49609375, 540.6171875, 1122.469482421875, 1633.534912109375]\n", - "7\n", - "3776\n", - "11\n", - "[403.7305908203125, 1058.1304931640625, 704.4466552734375, 608.9503784179688, 426.3766174316406, 522.344970703125, 422.2331237792969, 452.90728759765625, 348.91693115234375, 527.7130737304688, 464.2934265136719]\n", - "11\n", - "3777\n", - "2\n", - "[20619.306640625, 2257.57373046875]\n", - "2\n", - "3778\n", - "15\n", - "[425.68524169921875, 629.259765625, 446.614990234375, 391.1982727050781, 1834.64208984375, 510.4659729003906, 1361.0626220703125, 1371.740478515625, 372.68603515625, 919.528564453125, 1183.1268310546875, 717.6757202148438, 531.8456420898438, 935.9892578125, 533.1533203125]\n", - "15\n", - "3779\n", - "8\n", - "[1249.3223876953125, 567.4656982421875, 731.1727905273438, 1396.604248046875, 1076.9912109375, 345.2675476074219, 960.1177978515625, 1378.7236328125]\n", - "8\n", - "3780\n", - "2\n", - "[3525.121826171875, 18412.90625]\n", - "2\n", - "3781\n", - "13\n", - "[708.7633666992188, 387.9243469238281, 559.3912963867188, 1227.8350830078125, 2490.658447265625, 4889.8671875, 3482.24169921875, 2436.73828125, 4530.51171875, 6362.1376953125, 2756.318359375, 875.6295166015625, 641.5303955078125]\n", - "13\n", - "3782\n", - "33\n", - "[465.0034484863281, 628.6150512695312, 489.2088623046875, 706.6724853515625, 403.51019287109375, 327.3047790527344, 334.41265869140625, 356.89947509765625, 626.5482788085938, 532.8934936523438, 831.0220947265625, 329.8605041503906, 911.9093017578125, 467.073974609375, 1038.75537109375, 543.1756591796875, 874.2140502929688, 233.80921936035156, 455.2397766113281, 384.3791809082031, 1064.1534423828125, 1228.87255859375, 364.9740905761719, 897.1897583007812, 1296.5662841796875, 1453.7255859375, 502.80242919921875, 324.40826416015625, 555.7617797851562, 321.463623046875, 354.1844482421875, 485.8678894042969, 565.7142944335938]\n", - "33\n", - "3783\n", - "7\n", - "[1676.8614501953125, 467.3609619140625, 2941.1728515625, 4506.73486328125, 546.4072265625, 2834.725341796875, 360.6831970214844]\n", - "7\n", - "3784\n", - "4\n", - "[1946.8262939453125, 1079.02783203125, 3146.124267578125, 6099.83544921875]\n", - "4\n", - "3785\n", - "10\n", - "[889.9065551757812, 1192.327392578125, 581.736328125, 497.4983825683594, 346.5302429199219, 915.51953125, 2138.896240234375, 815.368896484375, 3479.350341796875, 435.43841552734375]\n", - "10\n", - "3786\n", - "26\n", - "[323.2441101074219, 311.10858154296875, 792.0545654296875, 450.1542663574219, 639.985595703125, 799.864990234375, 606.1524658203125, 423.6876525878906, 608.3419799804688, 822.6603393554688, 1246.4320068359375, 897.8610229492188, 700.6452026367188, 570.5977172851562, 926.3491821289062, 2101.06591796875, 878.96484375, 329.0075988769531, 1058.9715576171875, 1814.4022216796875, 2871.44677734375, 2302.61865234375, 653.812744140625, 1052.551513671875, 714.3043823242188, 398.8946838378906]\n", - "26\n", - "3787\n", - "10\n", - "[1196.5361328125, 779.6429443359375, 344.80511474609375, 3658.83056640625, 2475.6484375, 1398.448974609375, 2962.0791015625, 2117.51806640625, 467.0533142089844, 421.518310546875]\n", - "10\n", - "3788\n", - "9\n", - "[826.8973388671875, 1155.9013671875, 1193.0687255859375, 1856.876708984375, 1609.640869140625, 1542.0863037109375, 748.120849609375, 1085.3779296875, 1013.0721435546875]\n", - "9\n", - "3789\n", - "34\n", - "[513.6375732421875, 555.8247680664062, 319.0314636230469, 2995.747802734375, 3094.57763671875, 3850.683349609375, 1438.518310546875, 2386.897216796875, 807.9255981445312, 5126.0224609375, 11796.654296875, 5042.7099609375, 430.50830078125, 3952.042724609375, 2060.526611328125, 826.94189453125, 1018.0357666015625, 5555.5615234375, 6292.62451171875, 581.8002319335938, 1217.29443359375, 330.1581726074219, 391.8990173339844, 1307.2911376953125, 2010.292724609375, 440.62591552734375, 533.2960815429688, 1016.3582153320312, 499.14276123046875, 332.3730163574219, 757.0624389648438, 614.8265380859375, 334.2864685058594, 1337.9583740234375]\n", - "34\n", - "3790\n", - "7\n", - "[310.322509765625, 904.9525756835938, 594.6436767578125, 480.5248107910156, 341.091552734375, 1512.5867919921875, 1234.2574462890625]\n", - "7\n", - "3791\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[362.8154296875, 350.8725280761719, 9598.44921875, 1400.752685546875, 12092.1650390625, 6479.08349609375, 2316.234619140625, 1201.3446044921875]\n", - "8\n", - "3792\n", - "43\n", - "[400.38153076171875, 836.3845825195312, 436.08697509765625, 1114.447509765625, 2441.28125, 1373.2103271484375, 580.7406616210938, 1185.4666748046875, 1380.2869873046875, 5872.1044921875, 4309.43017578125, 4662.63818359375, 2488.776611328125, 891.6978759765625, 1256.8076171875, 1873.6312255859375, 5242.5673828125, 6407.67138671875, 8719.5009765625, 6448.50927734375, 5004.154296875, 1365.266357421875, 560.11181640625, 3675.20849609375, 2727.945556640625, 6100.140625, 8749.1083984375, 3986.64111328125, 2539.32080078125, 404.605224609375, 635.508544921875, 975.206298828125, 2084.33935546875, 2340.920166015625, 1104.1260986328125, 487.98773193359375, 1248.332275390625, 465.8204650878906, 348.4947509765625, 845.5032348632812, 433.4856262207031, 1273.6883544921875, 721.4783935546875]\n", - "43\n", - "3793\n", - "12\n", - "[2061.976318359375, 2714.1669921875, 1719.813232421875, 1107.6324462890625, 2251.693115234375, 5172.1630859375, 5227.962890625, 2308.598876953125, 1511.693359375, 2946.9658203125, 883.396240234375, 302.2962646484375]\n", - "12\n", - "3794\n", - "5\n", - "[2162.42333984375, 649.7778930664062, 941.477783203125, 2073.393310546875, 331.7290344238281]\n", - "5\n", - "3795\n", - "10\n", - "[413.266845703125, 390.7527770996094, 680.7276000976562, 2236.51611328125, 388.8978271484375, 348.3485107421875, 461.6308288574219, 703.6751708984375, 822.9494018554688, 304.13330078125]\n", - "10\n", - "3796\n", - "18\n", - "[791.25537109375, 699.376708984375, 1071.196533203125, 1617.925048828125, 3019.07275390625, 938.5169677734375, 723.58935546875, 322.7144470214844, 2993.214111328125, 5340.1083984375, 3199.85791015625, 1206.3721923828125, 1647.50390625, 3813.721923828125, 2384.859130859375, 411.02239990234375, 429.09344482421875, 1814.8497314453125]\n", - "18\n", - "3797\n", - "166\n", - "[445.3043212890625, 386.30731201171875, 2823.231689453125, 3801.19384765625, 427.8422546386719, 493.9190979003906, 1534.458251953125, 915.9344482421875, 1165.5203857421875, 734.4129028320312, 503.0853271484375, 1002.0350341796875, 593.5559692382812, 1211.061279296875, 755.4859008789062, 730.9069213867188, 2413.3330078125, 741.2335815429688, 453.026123046875, 921.0453491210938, 435.52703857421875, 716.450927734375, 1714.7515869140625, 3403.010498046875, 1948.8568115234375, 1938.999267578125, 1024.6881103515625, 1819.83251953125, 1570.6539306640625, 3554.712646484375, 2093.54052734375, 3606.8642578125, 5606.96533203125, 5888.7841796875, 5786.61669921875, 5638.76025390625, 4340.63525390625, 4539.19287109375, 2699.552734375, 663.7745971679688, 2283.771728515625, 5297.38232421875, 5853.8662109375, 5488.23046875, 4963.5849609375, 4856.88671875, 6165.72705078125, 5714.5771484375, 4627.404296875, 2075.881103515625, 1364.3743896484375, 1361.08447265625, 537.92919921875, 1281.16259765625, 451.53857421875, 4649.1689453125, 5796.2275390625, 5869.63720703125, 3979.332763671875, 4703.666015625, 6046.28857421875, 6130.494140625, 4223.39453125, 3482.2041015625, 4239.84423828125, 2171.1416015625, 2358.342041015625, 866.5155029296875, 353.6730651855469, 752.7218017578125, 713.8955078125, 1363.9918212890625, 4198.51904296875, 5405.81494140625, 5184.740234375, 5921.64697265625, 6100.18701171875, 7325.53564453125, 8556.638671875, 9720.9189453125, 9462.7734375, 2385.862060546875, 230.5060577392578, 1691.8082275390625, 1287.1002197265625, 571.1189575195312, 531.5672607421875, 338.19183349609375, 935.5631103515625, 1172.581787109375, 1235.3502197265625, 4335.271484375, 5903.61083984375, 9975.513671875, 6506.2626953125, 8380.7294921875, 11246.7197265625, 9927.67578125, 5972.4921875, 1831.44970703125, 526.44970703125, 3144.986572265625, 3916.503173828125, 2565.84716796875, 364.26129150390625, 396.8623962402344, 1715.28857421875, 2133.933837890625, 2723.088623046875, 3393.406005859375, 7828.962890625, 8823.0498046875, 6205.5224609375, 8229.6826171875, 9949.9580078125, 10428.0205078125, 9479.8701171875, 8080.21875, 1419.994873046875, 1255.5230712890625, 4064.58984375, 1558.63818359375, 9442.1884765625, 8619.2216796875, 7401.12744140625, 2774.63232421875, 514.6587524414062, 1925.7716064453125, 601.4629516601562, 780.2132568359375, 4080.619140625, 4445.33935546875, 5271.3935546875, 4210.220703125, 5184.23486328125, 5556.08056640625, 5923.16455078125, 1529.8721923828125, 4157.88671875, 8505.328125, 10095.6123046875, 10444.578125, 7281.52001953125, 2334.73291015625, 379.93511962890625, 409.8370056152344, 1951.963623046875, 1901.144287109375, 568.0897827148438, 1207.205078125, 5873.17138671875, 5627.56494140625, 5914.91455078125, 5005.04150390625, 2166.577880859375, 663.58984375, 748.820556640625, 500.4949645996094, 320.2690734863281, 2114.978271484375, 593.5510864257812, 3902.389892578125, 4466.23388671875, 1199.34521484375, 4711.3583984375, 624.646240234375]\n", - "166\n", - "3798\n", - "9\n", - "[565.8706665039062, 706.8119506835938, 954.5734252929688, 506.9806823730469, 510.47796630859375, 396.5851745605469, 521.9776611328125, 414.299560546875, 471.31793212890625]\n", - "9\n", - "3799\n", - "7\n", - "[1541.4581298828125, 472.5264587402344, 1388.80322265625, 1473.397705078125, 410.7299499511719, 1337.8819580078125, 437.3570251464844]\n", - "7\n", - "3800\n", - "3\n", - "[1198.8438720703125, 2795.583740234375, 1994.9371337890625]\n", - "3\n", - "3801\n", - "26\n", - "[1530.4876708984375, 3291.85888671875, 2359.8779296875, 958.4107055664062, 1398.3997802734375, 793.7786254882812, 3138.748046875, 2376.337158203125, 364.4811706542969, 514.4564819335938, 663.146240234375, 433.2218322753906, 1630.5550537109375, 1553.3399658203125, 689.84814453125, 714.6048583984375, 240.52085876464844, 1308.2486572265625, 1397.23681640625, 2479.267822265625, 1443.6488037109375, 433.8679504394531, 754.3244018554688, 769.2396240234375, 617.2987670898438, 384.5314025878906]\n", - "26\n", - "3802\n", - "12\n", - "[336.9631652832031, 411.36248779296875, 450.9187927246094, 367.0928649902344, 393.8763732910156, 1108.3656005859375, 403.67022705078125, 487.7477722167969, 410.4579162597656, 562.1810913085938, 891.764892578125, 353.884765625]\n", - "12\n", - "3803\n", - "22\n", - "[491.9957580566406, 887.2413330078125, 702.9207763671875, 3486.56005859375, 1097.0279541015625, 2663.155029296875, 1965.9583740234375, 2829.083251953125, 3560.031494140625, 3861.088134765625, 639.068359375, 4404.21142578125, 995.7081909179688, 589.34765625, 707.3521728515625, 1528.67578125, 1836.814453125, 2688.076416015625, 2132.951904296875, 3679.7841796875, 321.3189392089844, 3647.203369140625]\n", - "22\n", - "3804\n", - "30\n", - "[318.187255859375, 2691.363037109375, 3908.59521484375, 470.66986083984375, 1406.0523681640625, 5992.7353515625, 10280.4365234375, 1055.9921875, 1008.6254272460938, 1918.4752197265625, 2008.9425048828125, 3591.953369140625, 1824.917236328125, 5191.1982421875, 12758.1337890625, 3919.84912109375, 3341.606689453125, 4594.14599609375, 7589.021484375, 12523.0693359375, 9610.8818359375, 5091.431640625, 1136.79052734375, 479.83673095703125, 3028.438720703125, 9573.8310546875, 5566.94921875, 761.5148315429688, 2420.23876953125, 3450.724609375]\n", - "30\n", - "3805\n", - "9\n", - "[425.74920654296875, 3748.5546875, 1541.905029296875, 2548.518798828125, 326.2325744628906, 1961.76318359375, 1583.841064453125, 499.0052185058594, 676.2077026367188]\n", - "9\n", - "3806\n", - "9\n", - "[769.9155883789062, 1155.28466796875, 632.8599853515625, 4429.4716796875, 2583.4609375, 876.8438720703125, 621.2709350585938, 2036.9200439453125, 1103.595703125]\n", - "9\n", - "3807\n", - "10\n", - "[465.841064453125, 434.2874755859375, 322.3742980957031, 944.5194702148438, 475.4031066894531, 411.28216552734375, 883.4639282226562, 370.4364929199219, 321.5524597167969, 683.2247314453125]\n", - "10\n", - "3808\n", - "7\n", - "[1212.9716796875, 644.2786865234375, 446.34796142578125, 2163.985595703125, 713.477783203125, 514.5752563476562, 629.8175048828125]\n", - "7\n", - "3809\n", - "14\n", - "[893.7578125, 556.9984741210938, 827.1834106445312, 424.0715637207031, 304.3299865722656, 338.8198547363281, 543.8881225585938, 554.2210083007812, 491.1559143066406, 480.3760986328125, 1026.456787109375, 1053.561767578125, 612.619140625, 434.1195373535156]\n", - "14\n", - "3810\n", - "4\n", - "[1574.1136474609375, 929.12353515625, 2271.560546875, 419.6072692871094]\n", - "4\n", - "3811\n", - "4\n", - "[4499.96484375, 2639.870361328125, 2104.40380859375, 931.8782348632812]\n", - "4\n", - "3812\n", - "1\n", - "[17912.71875]\n", - "1\n", - "3813\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[932.465087890625, 2103.683837890625, 2088.39501953125, 480.76202392578125, 380.36505126953125]\n", - "5\n", - "3814\n", - "4\n", - "[786.5335693359375, 1757.65380859375, 2758.210693359375, 559.1515502929688]\n", - "4\n", - "3815\n", - "71\n", - "[680.92333984375, 3169.534423828125, 8456.828125, 1304.7867431640625, 318.1107177734375, 3721.362548828125, 1717.180908203125, 515.1094360351562, 2893.78857421875, 492.4499816894531, 705.6953735351562, 940.87109375, 2102.52197265625, 1197.2105712890625, 3336.24560546875, 6210.42236328125, 1490.43701171875, 1564.0614013671875, 754.6973876953125, 2977.546142578125, 11757.271484375, 10338.6259765625, 13793.87109375, 13388.337890625, 4685.13623046875, 10292.970703125, 1531.8858642578125, 445.9158630371094, 327.1595153808594, 8277.0859375, 16713.53515625, 17744.501953125, 17583.3984375, 15851.0, 5635.78515625, 649.962890625, 343.94842529296875, 467.0983581542969, 507.29449462890625, 11347.3076171875, 16049.681640625, 13301.009765625, 12443.41015625, 10395.2939453125, 2776.77099609375, 12288.123046875, 13130.2421875, 8959.5419921875, 10350.6103515625, 6448.34619140625, 2982.23876953125, 1356.9483642578125, 414.8619689941406, 1298.43017578125, 2621.538818359375, 1405.9503173828125, 4473.947265625, 2915.1953125, 4677.13427734375, 4202.052734375, 1622.916259765625, 1498.19580078125, 379.33978271484375, 1408.7359619140625, 442.88714599609375, 1514.7230224609375, 1035.2479248046875, 3231.922607421875, 6508.73388671875, 369.3374938964844, 582.5081176757812]\n", - "71\n", - "3816\n", - "1\n", - "[17525.35546875]\n", - "1\n", - "3817\n", - "2\n", - "[27403.08203125, 2434.845703125]\n", - "2\n", - "3818\n", - "4\n", - "[4609.43408203125, 1737.2755126953125, 1231.9951171875, 304.90570068359375]\n", - "4\n", - "3819\n", - "8\n", - "[637.9707641601562, 803.5737915039062, 369.22650146484375, 1829.1226806640625, 321.335205078125, 721.5731811523438, 1137.5526123046875, 345.0938415527344]\n", - "8\n", - "3820\n", - "14\n", - "[1502.8565673828125, 1382.2999267578125, 1997.81689453125, 974.6708984375, 1576.7342529296875, 430.8553466796875, 1412.0709228515625, 342.4805603027344, 1088.18115234375, 1239.82763671875, 322.9918518066406, 1958.3297119140625, 407.5724182128906, 2474.1337890625]\n", - "14\n", - "3821\n", - "400\n", - "[699.186767578125, 2399.385498046875, 733.537353515625, 845.1304931640625, 1095.811279296875, 1041.548095703125, 735.9404296875, 1034.8662109375, 840.2699584960938, 535.6142578125, 510.4309387207031, 806.1832885742188, 1248.54443359375, 210.19931030273438, 1205.538330078125, 852.007568359375, 519.3739624023438, 1679.5565185546875, 144.1607208251953, 97.26982879638672, 236.4372100830078, 849.12548828125, 705.2020263671875, 500.994873046875, 424.68206787109375, 391.66119384765625, 788.9376220703125, 500.8948974609375, 109.20406341552734, 487.87786865234375, 329.1637268066406, 392.4921875, 503.7173156738281, 456.09912109375, 82.5354995727539, 205.54795837402344, 1097.0150146484375, 323.6822814941406, 1308.4365234375, 693.0567016601562, 1338.161865234375, 598.6166381835938, 205.8442840576172, 1322.971923828125, 608.8284912109375, 233.4906768798828, 489.09405517578125, 428.661865234375, 382.7309265136719, 1471.4083251953125, 1952.557373046875, 100.44788360595703, 666.2140502929688, 330.1026611328125, 417.6502380371094, 546.1671752929688, 522.0348510742188, 840.6672973632812, 1362.8140869140625, 578.618896484375, 1158.1676025390625, 1414.5413818359375, 585.0267944335938, 135.72817993164062, 575.6298217773438, 2541.26953125, 1044.1038818359375, 408.9681091308594, 395.4320068359375, 487.0317077636719, 1828.959716796875, 3253.61669921875, 2273.898681640625, 758.5280151367188, 1120.0167236328125, 1001.271240234375, 359.1551513671875, 402.6064147949219, 372.3857421875, 384.37176513671875, 863.4929809570312, 775.8905639648438, 358.62310791015625, 2055.449951171875, 1470.98974609375, 547.7686157226562, 1717.325927734375, 203.86636352539062, 1677.2637939453125, 1471.697265625, 492.6572570800781, 783.9890747070312, 190.61355590820312, 803.0050659179688, 1302.2821044921875, 385.60150146484375, 1274.6092529296875, 1475.7864990234375, 801.8236694335938, 1294.58837890625, 649.8944091796875, 490.0348815917969, 504.1432800292969, 224.1715087890625, 1632.85693359375, 404.6658020019531, 1057.61962890625, 309.86279296875, 1113.205078125, 176.00881958007812, 273.5602111816406, 695.3346557617188, 390.4573974609375, 473.8892517089844, 268.9228515625, 589.223388671875, 1208.556396484375, 709.6282348632812, 289.902099609375, 336.6498718261719, 399.49139404296875, 1697.9874267578125, 849.9678955078125, 1027.799072265625, 110.07079315185547, 782.7223510742188, 1839.3270263671875, 2070.6806640625, 2271.18017578125, 2321.2392578125, 1037.4404296875, 1281.2947998046875, 730.5890502929688, 620.0663452148438, 1997.0087890625, 1279.9761962890625, 183.03524780273438, 119.25292205810547, 225.03451538085938, 1257.7227783203125, 525.9299926757812, 377.960205078125, 790.1265258789062, 267.77459716796875, 1355.5186767578125, 1085.8660888671875, 397.15789794921875, 1742.7720947265625, 2465.405029296875, 1462.9967041015625, 1295.4736328125, 1753.23583984375, 980.466064453125, 1437.4688720703125, 2559.404296875, 633.2005615234375, 784.6261596679688, 1137.6475830078125, 555.1172485351562, 1538.1798095703125, 406.68817138671875, 1541.39111328125, 371.2004699707031, 2740.246826171875, 1321.505126953125, 816.0877075195312, 854.712646484375, 1315.6417236328125, 1491.3209228515625, 629.3299560546875, 647.4163818359375, 1110.3160400390625, 283.22015380859375, 1610.670166015625, 1177.7393798828125, 115.9897232055664, 389.30548095703125, 802.9163818359375, 823.9623413085938, 884.4629516601562, 564.054931640625, 2404.552490234375, 2090.01904296875, 2616.245361328125, 2820.256103515625, 2998.565185546875, 3286.14111328125, 1519.311767578125, 1562.822265625, 442.5833435058594, 214.23745727539062, 681.6929321289062, 213.75595092773438, 776.0292358398438, 172.91229248046875, 886.4111938476562, 464.6034240722656, 697.068115234375, 986.0923461914062, 506.78790283203125, 2089.256103515625, 310.23687744140625, 2438.8994140625, 2560.419189453125, 2533.498779296875, 2144.937744140625, 2708.755615234375, 3321.5029296875, 3173.79248046875, 2727.738525390625, 1132.7620849609375, 248.95103454589844, 941.670654296875, 721.3031616210938, 280.4643859863281, 177.91265869140625, 518.4813232421875, 179.55352783203125, 1014.0128784179688, 479.1859436035156, 1309.996826171875, 751.66455078125, 1789.1087646484375, 639.8603515625, 2111.661376953125, 3214.913818359375, 3047.9130859375, 2885.894287109375, 2422.33154296875, 3546.830078125, 3512.02392578125, 3511.446044921875, 2288.966552734375, 1098.037353515625, 901.8270874023438, 692.0640258789062, 261.5185852050781, 84.66898345947266, 476.3968505859375, 1363.456298828125, 2761.54833984375, 737.0857543945312, 349.23223876953125, 477.5635986328125, 443.8426818847656, 1436.4169921875, 973.8211059570312, 2756.007080078125, 2360.94580078125, 2935.353271484375, 3277.35888671875, 3193.842041015625, 3535.0810546875, 1606.5550537109375, 1176.3133544921875, 626.51123046875, 303.22528076171875, 211.78173828125, 102.38506317138672, 675.2332153320312, 1913.7620849609375, 354.1622314453125, 978.543701171875, 425.704345703125, 436.9829406738281, 517.9701538085938, 566.21435546875, 2281.3955078125, 2155.194091796875, 2724.60498046875, 3291.70068359375, 3079.68212890625, 2462.219482421875, 2523.242431640625, 2571.182861328125, 3374.387939453125, 562.543701171875, 711.6654052734375, 602.5910034179688, 1571.2303466796875, 1841.4420166015625, 851.2716674804688, 1158.9935302734375, 683.5596923828125, 312.4963073730469, 832.6481323242188, 786.1373901367188, 533.6268310546875, 1478.69775390625, 792.6341552734375, 1039.877685546875, 2161.613037109375, 1992.9825439453125, 3235.62646484375, 2264.790771484375, 1533.072021484375, 1514.144775390625, 2163.516845703125, 804.2201538085938, 1428.7646484375, 569.5368041992188, 567.4736938476562, 2453.341064453125, 1788.867919921875, 526.6300659179688, 1192.78857421875, 1625.000732421875, 866.3616333007812, 353.114013671875, 780.244384765625, 696.638427734375, 2058.9130859375, 1908.7098388671875, 1685.26806640625, 326.434326171875, 1248.20361328125, 1943.8790283203125, 2174.476806640625, 1010.7274169921875, 2177.010498046875, 3183.907958984375, 3432.13671875, 2735.75390625, 1945.3309326171875, 1361.8968505859375, 332.26068115234375, 514.7625122070312, 560.5546875, 1548.41015625, 839.0745239257812, 1420.06396484375, 777.0293579101562, 1155.0228271484375, 623.2813720703125, 1207.20068359375, 777.7997436523438, 942.6929931640625, 3026.24853515625, 3354.46826171875, 3366.05419921875, 3021.81494140625, 3095.27197265625, 2415.297607421875, 462.7958679199219, 1121.7205810546875, 640.6492919921875, 1998.8236083984375, 89.3730239868164, 1202.31884765625, 887.9668579101562, 2884.371826171875, 572.65185546875, 817.3655395507812, 1906.5281982421875, 927.1474609375, 2558.256103515625, 3003.239501953125, 1270.175537109375, 1887.415771484375, 516.8663940429688, 1227.446533203125, 2579.157470703125, 2214.931640625, 1061.7310791015625, 110.45970916748047, 599.5167236328125, 625.7408447265625, 738.4562377929688, 1053.6934814453125, 357.58837890625, 1875.17041015625, 776.6552734375, 1290.6103515625, 498.1280212402344, 2338.669921875, 1540.268798828125, 858.0499267578125, 2252.88623046875, 791.5525512695312, 873.1102905273438, 2410.53076171875, 305.9958190917969, 1143.6517333984375, 600.2760620117188, 1534.2906494140625, 998.6895751953125, 323.7304382324219]\n", - "387\n", - "3822\n", - "10\n", - "[695.2891845703125, 349.4231262207031, 556.6992797851562, 828.8733520507812, 390.0472412109375, 487.2240905761719, 1408.83984375, 393.3118591308594, 1346.1591796875, 427.6243896484375]\n", - "10\n", - "3823\n", - "12\n", - "[2165.998046875, 1601.9951171875, 776.5557861328125, 1901.63037109375, 22592.357421875, 28427.82421875, 2959.384033203125, 2480.288818359375, 14272.2509765625, 36818.875, 351.40185546875, 356.10992431640625]\n", - "12\n", - "3824\n", - "12\n", - "[1003.2394409179688, 1444.6123046875, 2329.061767578125, 895.02587890625, 615.14111328125, 476.5485534667969, 446.75933837890625, 875.695068359375, 410.679443359375, 496.9410095214844, 300.8145751953125, 503.41522216796875]\n", - "12\n", - "3825\n", - "4\n", - "[1660.264892578125, 5491.43896484375, 313.92578125, 401.30169677734375]\n", - "4\n", - "3826\n", - "5\n", - "[485.18017578125, 2224.261962890625, 6305.3740234375, 4308.744140625, 455.7908020019531]\n", - "5\n", - "3827\n", - "152\n", - "[556.2951049804688, 983.684814453125, 903.6531372070312, 1072.154052734375, 312.8518981933594, 308.9923400878906, 1071.6502685546875, 923.0656127929688, 420.6891784667969, 853.134765625, 353.9473876953125, 511.04376220703125, 1018.768798828125, 1054.54541015625, 337.5166015625, 1314.7158203125, 510.1362609863281, 833.0370483398438, 695.3383178710938, 635.4451904296875, 1544.632080078125, 484.8567199707031, 1249.1258544921875, 354.2177734375, 775.6069946289062, 897.8416137695312, 375.1822509765625, 404.4584045410156, 364.13702392578125, 855.0275268554688, 1488.4910888671875, 1402.973876953125, 756.4315795898438, 1333.64306640625, 588.1492309570312, 775.9181518554688, 1213.482666015625, 958.149658203125, 631.9264526367188, 1511.640869140625, 1213.1492919921875, 286.49444580078125, 534.0416870117188, 590.949462890625, 1432.031494140625, 2975.022705078125, 1112.9124755859375, 894.0562133789062, 1108.61962890625, 1187.4696044921875, 775.140380859375, 970.809814453125, 353.2880859375, 714.6360473632812, 646.5978393554688, 2040.393310546875, 755.5648803710938, 805.4276733398438, 324.2749328613281, 118.40471649169922, 85.04679107666016, 438.6682434082031, 390.6499938964844, 1325.197998046875, 213.39295959472656, 359.551513671875, 1902.909423828125, 855.6868286132812, 330.5679626464844, 1908.3690185546875, 536.875244140625, 365.4148864746094, 1294.262451171875, 547.1648559570312, 1332.4503173828125, 313.50006103515625, 309.1590270996094, 598.16845703125, 1114.9127197265625, 591.1568603515625, 1207.7451171875, 591.923583984375, 1691.153564453125, 899.864013671875, 1450.9365234375, 1312.3082275390625, 295.0765380859375, 553.0430297851562, 299.3768615722656, 601.902099609375, 1325.2091064453125, 2066.93603515625, 315.69281005859375, 637.8898315429688, 668.7179565429688, 1083.732666015625, 697.6237182617188, 1693.4019775390625, 199.06600952148438, 82.1502914428711, 636.5379028320312, 1379.7462158203125, 349.6878356933594, 1327.968505859375, 433.027099609375, 824.7993774414062, 752.1275634765625, 753.9351196289062, 144.35101318359375, 95.79940795898438, 294.7431945800781, 303.02154541015625, 513.781005859375, 1667.3111572265625, 403.9287414550781, 834.1408081054688, 695.275390625, 1054.8638916015625, 376.252685546875, 744.5010986328125, 969.6393432617188, 238.9429168701172, 1152.181884765625, 1137.7364501953125, 925.058349609375, 702.8685302734375, 280.7940368652344, 92.67326354980469, 222.0824737548828, 493.020263671875, 968.2985229492188, 401.7804260253906, 1043.1075439453125, 762.48388671875, 375.07110595703125, 304.48834228515625, 661.2433471679688, 1333.5689697265625, 909.027587890625, 531.5155639648438, 419.85577392578125, 1299.4998779296875, 835.5408935546875, 706.8650512695312, 409.4476318359375, 338.35369873046875, 959.8720092773438, 1213.9642333984375]\n", - "148\n", - "3828\n", - "7\n", - "[2859.35888671875, 942.9345703125, 829.2627563476562, 820.739501953125, 535.010986328125, 1000.6762084960938, 2313.006103515625]\n", - "7\n", - "3829\n", - "2\n", - "[2258.412109375, 9412.5126953125]\n", - "2\n", - "3830\n", - "1\n", - "[8765.4443359375]\n", - "1\n", - "3831\n", - "6\n", - "[808.3908081054688, 1824.318603515625, 2039.5413818359375, 517.888671875, 469.59637451171875, 791.3007202148438]\n", - "6\n", - "3832\n", - "4\n", - "[1041.218505859375, 3049.31103515625, 7669.2763671875, 1537.98486328125]\n", - "4\n", - "3833\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4\n", - "[675.5802001953125, 8854.2373046875, 4068.647216796875, 9908.96875]\n", - "4\n", - "3834\n", - "6\n", - "[746.75146484375, 803.904541015625, 1972.0919189453125, 1057.712646484375, 873.5700073242188, 588.783935546875]\n", - "6\n", - "3835\n", - "10\n", - "[303.523681640625, 1019.2971801757812, 390.61334228515625, 1944.5411376953125, 863.1170654296875, 2082.50439453125, 534.918212890625, 837.9057006835938, 1618.837158203125, 415.0009460449219]\n", - "10\n", - "3836\n", - "3\n", - "[1911.84814453125, 3619.14697265625, 359.6444091796875]\n", - "3\n", - "3837\n", - "34\n", - "[310.2308044433594, 479.62091064453125, 309.4890441894531, 860.2803344726562, 1096.45068359375, 574.681396484375, 523.3406982421875, 796.4341430664062, 248.2033233642578, 363.67584228515625, 775.5055541992188, 445.3956298828125, 521.9505615234375, 1021.9011840820312, 391.68133544921875, 80.63187408447266, 201.0934295654297, 417.5165100097656, 666.2088623046875, 653.7198486328125, 479.32421875, 725.6923828125, 692.4231567382812, 550.0770263671875, 1528.31884765625, 386.313232421875, 419.4011535644531, 1868.7584228515625, 845.4121704101562, 885.4725952148438, 447.13189697265625, 717.7967529296875, 413.7637634277344, 868.8132934570312]\n", - "34\n", - "3838\n", - "12\n", - "[2088.799072265625, 1112.2679443359375, 451.0527038574219, 455.7288818359375, 859.3615112304688, 2165.248779296875, 1603.613037109375, 450.4190368652344, 3120.170166015625, 1059.3056640625, 478.90509033203125, 1036.748046875]\n", - "12\n", - "3839\n", - "25\n", - "[758.749755859375, 430.3813781738281, 2299.322265625, 3198.78271484375, 2839.608642578125, 7512.7177734375, 7638.3330078125, 8064.9013671875, 1216.7774658203125, 6247.2197265625, 7490.8525390625, 8615.77734375, 6918.51416015625, 2278.513427734375, 523.356201171875, 1940.5185546875, 2266.69287109375, 3700.295166015625, 920.7268676757812, 2220.859130859375, 466.56243896484375, 3420.5537109375, 562.4678955078125, 3960.099365234375, 349.7284851074219]\n", - "25\n", - "3840\n", - "6\n", - "[5127.29443359375, 3692.77392578125, 576.0054321289062, 1685.9412841796875, 3434.293701171875, 547.0438842773438]\n", - "6\n", - "3841\n", - "3\n", - "[2571.1328125, 2710.013671875, 335.2427978515625]\n", - "3\n", - "3842\n", - "5\n", - "[953.270263671875, 4256.5537109375, 1957.142822265625, 1180.7083740234375, 1789.49755859375]\n", - "5\n", - "3843\n", - "2\n", - "[3793.58251953125, 3822.392333984375]\n", - "2\n", - "3844\n", - "87\n", - "[419.4008483886719, 1180.1981201171875, 750.5726928710938, 491.9714050292969, 373.7120666503906, 1665.491455078125, 825.0476684570312, 2916.457275390625, 367.47406005859375, 478.4205017089844, 4501.1513671875, 3583.583251953125, 2269.51806640625, 4969.28759765625, 6089.154296875, 5310.015625, 3946.8251953125, 2637.10205078125, 460.92535400390625, 880.3939819335938, 466.858642578125, 3968.7978515625, 2913.78271484375, 7414.51904296875, 8328.2275390625, 7825.23583984375, 7613.7451171875, 3738.220947265625, 219.20127868652344, 605.45703125, 1594.1312255859375, 2239.555419921875, 4790.11279296875, 3335.155517578125, 8402.2373046875, 7799.5390625, 7384.14990234375, 6986.14599609375, 2160.32373046875, 283.7479553222656, 417.5810852050781, 1574.9771728515625, 8088.00146484375, 7957.333984375, 8039.05419921875, 6962.447265625, 797.2772216796875, 438.84271240234375, 577.7711791992188, 2081.328857421875, 6979.2060546875, 8322.8701171875, 5409.14599609375, 2233.833740234375, 675.5137939453125, 2731.55224609375, 531.7099609375, 1598.947265625, 5189.77587890625, 7898.74609375, 5919.3154296875, 526.4961547851562, 1678.407470703125, 616.138671875, 544.6007080078125, 2182.829345703125, 4028.26611328125, 5983.5400390625, 421.7877197265625, 752.841064453125, 405.16436767578125, 746.5607299804688, 2296.061279296875, 1379.5682373046875, 1605.2783203125, 854.764892578125, 896.9072265625, 411.2330627441406, 687.6596069335938, 1444.4534912109375, 3303.931884765625, 2013.176513671875, 1579.7677001953125, 934.0982055664062, 823.5156860351562, 1838.90234375, 415.9221496582031]\n", - "87\n", - "3845\n", - "9\n", - "[477.85675048828125, 556.49560546875, 642.7684936523438, 485.6512756347656, 1311.95263671875, 3816.056884765625, 1759.0380859375, 663.4412841796875, 350.3071594238281]\n", - "9\n", - "3846\n", - "5\n", - "[352.13653564453125, 636.852294921875, 2175.46728515625, 2674.35693359375, 352.94708251953125]\n", - "5\n", - "3847\n", - "550\n", - "[556.2205200195312, 746.4760131835938, 329.7261657714844, 1698.32666015625, 1021.6575927734375, 872.1228637695312, 423.7535095214844, 436.8036193847656, 1780.524658203125, 677.0530395507812, 1751.98291015625, 694.774169921875, 1041.585205078125, 799.2095336914062, 741.2376708984375, 1238.6953125, 557.2349853515625, 641.295654296875, 1205.99267578125, 519.3053588867188, 788.0162963867188, 795.375244140625, 635.3408203125, 576.0450439453125, 315.8851318359375, 1154.9384765625, 690.5502319335938, 940.5772094726562, 1431.3980712890625, 469.6266174316406, 1071.256103515625, 411.9642639160156, 586.1721801757812, 2970.567138671875, 471.065185546875, 436.4597473144531, 431.9664306640625, 1080.6783447265625, 2776.32275390625, 785.460205078125, 2271.064697265625, 926.9826049804688, 914.03564453125, 873.75048828125, 991.4251098632812, 2034.81005859375, 1061.1748046875, 935.4534301757812, 2049.74560546875, 1139.9569091796875, 2779.5380859375, 531.535888671875, 403.20111083984375, 1538.2406005859375, 350.5020446777344, 649.6346435546875, 477.1116943359375, 2349.28515625, 1392.56298828125, 668.2612915039062, 1522.9266357421875, 1550.2877197265625, 1030.426513671875, 340.2716979980469, 738.6470947265625, 861.4110717773438, 1184.0303955078125, 2766.086669921875, 4405.0029296875, 1406.58740234375, 2746.47998046875, 1101.4483642578125, 357.26495361328125, 1193.6646728515625, 1209.0989990234375, 726.5540771484375, 1140.9598388671875, 375.060546875, 1137.44091796875, 367.5124816894531, 431.07232666015625, 1269.2659912109375, 507.9803466796875, 2068.27490234375, 811.5833129882812, 542.9010009765625, 588.3442993164062, 1000.9447021484375, 1282.8778076171875, 739.5354614257812, 837.6148071289062, 2750.944580078125, 566.7832641601562, 531.690673828125, 758.1964721679688, 3021.638671875, 1207.253662109375, 321.97747802734375, 4488.30126953125, 4832.26953125, 2329.477783203125, 1076.5460205078125, 1876.517822265625, 374.67083740234375, 996.9615478515625, 3851.206787109375, 990.5826416015625, 409.13873291015625, 1031.515380859375, 1238.0877685546875, 1265.8272705078125, 363.84442138671875, 482.1151123046875, 2062.165283203125, 311.6496887207031, 1930.523681640625, 675.2362670898438, 635.44970703125, 711.1427001953125, 1049.52880859375, 1133.7098388671875, 688.8250732421875, 1871.13037109375, 800.3442993164062, 385.8410949707031, 910.298828125, 1752.3267822265625, 1254.0723876953125, 1581.01318359375, 4218.15185546875, 4463.8916015625, 4076.560546875, 529.025634765625, 2637.06982421875, 2399.737548828125, 2245.176513671875, 108.0976333618164, 1061.6790771484375, 1059.2777099609375, 130.7533721923828, 417.4147033691406, 1687.8555908203125, 1644.8939208984375, 1618.8853759765625, 302.4968566894531, 824.9830322265625, 520.7840576171875, 2504.929443359375, 957.1806640625, 627.0247192382812, 370.53857421875, 467.4487609863281, 948.5150146484375, 1273.6331787109375, 597.5774536132812, 1954.2110595703125, 3485.40771484375, 2888.294677734375, 347.9172058105469, 333.6119689941406, 528.7963256835938, 142.65150451660156, 518.2794799804688, 2228.275146484375, 187.1778106689453, 1638.25146484375, 1279.2384033203125, 1801.0999755859375, 467.90155029296875, 745.369873046875, 819.9739379882812, 1483.5699462890625, 1417.803466796875, 1022.8668823242188, 2639.65478515625, 2112.486083984375, 307.7925720214844, 3231.913330078125, 4268.20849609375, 3482.7255859375, 2109.007080078125, 2885.457763671875, 2614.333984375, 1866.19580078125, 2574.84521484375, 1298.03125, 1343.58349609375, 3363.222900390625, 4086.515869140625, 3749.986572265625, 3109.052001953125, 2814.361083984375, 1039.5850830078125, 1017.7775268554688, 1901.15087890625, 1365.6202392578125, 786.4459228515625, 2160.181640625, 1580.5889892578125, 2674.46630859375, 4667.455078125, 2380.744140625, 389.3257141113281, 487.85211181640625, 1650.2412109375, 606.5182495117188, 783.5745849609375, 2635.5625, 1731.0064697265625, 89.16722106933594, 2206.0205078125, 1036.1060791015625, 2053.21875, 1234.35107421875, 1276.5389404296875, 1301.61328125, 2403.99609375, 2676.913818359375, 3662.962890625, 3937.296142578125, 2593.586669921875, 1243.3033447265625, 1466.7830810546875, 2166.216796875, 3693.83154296875, 1192.5643310546875, 2871.6396484375, 3453.0205078125, 4015.751708984375, 3041.92724609375, 3283.529296875, 4726.47607421875, 4681.90380859375, 4376.98291015625, 5013.435546875, 5344.1474609375, 5171.75634765625, 5092.05126953125, 3758.32568359375, 1322.78466796875, 578.0166015625, 1688.067626953125, 2350.05322265625, 2324.5546875, 711.5725708007812, 495.14801025390625, 525.5352783203125, 2717.961181640625, 1084.844970703125, 890.0445556640625, 2587.906982421875, 1310.124267578125, 1193.9168701171875, 725.2645874023438, 1384.0921630859375, 2534.227783203125, 883.1497802734375, 1822.4833984375, 1485.180419921875, 963.0953979492188, 692.9745483398438, 737.2028198242188, 2053.717529296875, 2051.40771484375, 3745.458984375, 1716.06494140625, 814.8157958984375, 2125.55322265625, 1572.8575439453125, 4090.550537109375, 4305.66845703125, 3497.105224609375, 2794.553955078125, 4141.50146484375, 4778.45849609375, 5315.63427734375, 4973.86083984375, 4679.10107421875, 4656.359375, 4166.32958984375, 3049.251953125, 5201.62744140625, 2066.6416015625, 383.47406005859375, 665.8828125, 435.1816711425781, 1042.1182861328125, 612.1692504882812, 829.7744140625, 476.4526062011719, 2166.113525390625, 1451.7498779296875, 999.706787109375, 1871.3309326171875, 1872.48876953125, 1343.463134765625, 757.932861328125, 896.9678955078125, 1708.6429443359375, 3868.60107421875, 4435.91748046875, 3676.9072265625, 4508.53857421875, 4678.68310546875, 4029.776123046875, 4981.59228515625, 5163.66943359375, 5450.80078125, 4782.642578125, 4910.47314453125, 2020.34423828125, 527.231689453125, 4591.03466796875, 4619.34716796875, 3947.790283203125, 2016.7564697265625, 699.2330932617188, 791.2946166992188, 695.5421752929688, 1486.2464599609375, 1888.61083984375, 749.8001708984375, 1764.7979736328125, 1952.216552734375, 2732.764892578125, 2564.603515625, 3113.01806640625, 1906.83056640625, 1729.0118408203125, 1104.646484375, 787.5692749023438, 1566.3697509765625, 1809.2384033203125, 944.8584594726562, 1074.08740234375, 953.5527954101562, 456.74273681640625, 3632.145751953125, 4849.2744140625, 5215.70361328125, 5094.41259765625, 5406.56103515625, 5345.322265625, 5452.98974609375, 4682.30517578125, 5353.08203125, 3333.047607421875, 5117.681640625, 5207.9892578125, 5409.73046875, 3506.03466796875, 3309.03369140625, 518.8125, 491.9098205566406, 423.52423095703125, 1049.253662109375, 486.0811462402344, 1418.548583984375, 2430.96728515625, 830.255859375, 1348.51806640625, 660.66162109375, 1496.6201171875, 4940.5390625, 5227.89990234375, 4625.857421875, 4980.42333984375, 5656.060546875, 5490.17431640625, 4899.76123046875, 4421.45751953125, 5376.8955078125, 5512.64111328125, 4944.6484375, 4294.2802734375, 2720.557373046875, 2082.87255859375, 300.1756591796875, 2089.578125, 1186.0421142578125, 2775.027587890625, 3955.429931640625, 4708.6630859375, 5564.66943359375, 5222.44921875, 5144.17724609375, 5499.6826171875, 4910.931640625, 5388.06005859375, 5371.2216796875, 4889.80029296875, 4507.111328125, 3578.26611328125, 2547.031494140625, 355.27044677734375, 475.5986328125, 2709.490234375, 2051.556884765625, 739.1514282226562, 3491.952880859375, 1902.37158203125, 2884.385986328125, 5175.32666015625, 5425.38818359375, 5567.16845703125, 5554.51953125, 5319.30224609375, 5634.5625, 5050.912109375, 5111.31396484375, 3100.70166015625, 4118.9775390625, 2111.75244140625, 2715.513916015625, 1078.3914794921875, 1599.479248046875, 1418.7607421875, 1422.1363525390625, 4742.603515625, 5027.923828125, 5513.0537109375, 5531.82958984375, 5437.75634765625, 5424.70068359375, 4988.4755859375, 1806.5618896484375, 1351.8135986328125, 1894.5025634765625, 2145.532470703125, 1624.845947265625, 789.2427978515625, 472.07391357421875, 1083.2974853515625, 581.5241088867188, 400.5131530761719, 1476.0792236328125, 941.4999389648438, 307.4830627441406, 3609.621826171875, 4629.52001953125, 5371.56591796875, 5071.35546875, 4954.28271484375, 5230.3525390625, 5462.61865234375, 3822.72802734375, 3426.7197265625, 3324.542236328125, 3318.24951171875, 351.3674621582031, 1419.0013427734375, 2272.9501953125, 873.9052734375, 2372.880859375, 464.37677001953125, 462.5141296386719, 3023.037109375, 3124.262939453125, 4409.04931640625, 4525.49169921875, 4739.46875, 5286.7197265625, 5036.03955078125, 2175.80517578125, 3677.3369140625, 3057.115234375, 1187.2457275390625, 714.18603515625, 3078.72216796875, 1201.8489990234375, 765.6012573242188, 2648.86474609375, 1681.02392578125, 1357.544921875, 1959.9136962890625, 4255.07861328125, 4432.0947265625, 5086.54345703125, 5541.7275390625, 5273.3603515625, 4102.84423828125, 4434.048828125, 1630.967041015625, 923.0222778320312, 1317.5921630859375, 3947.21142578125, 3635.72216796875, 1183.7955322265625, 632.412109375, 1442.74609375, 540.9466552734375, 1939.7911376953125, 1051.0303955078125, 1427.10546875, 3438.119140625, 4465.01513671875, 3979.037109375, 1223.9085693359375, 2736.38720703125, 2420.731201171875, 492.0416564941406, 472.114013671875, 2784.633056640625, 1754.109130859375, 1774.3291015625, 892.0504760742188, 796.3954467773438, 338.4892883300781, 935.31591796875, 2623.50390625, 2063.025146484375, 564.4506225585938, 3053.796875, 1541.5533447265625, 2786.5703125, 2824.8837890625, 2522.484375, 2054.674560546875, 639.6507568359375, 346.9486389160156, 922.2428588867188, 403.7398681640625, 412.5545959472656, 388.85003662109375, 335.3944091796875, 429.9317932128906, 536.46484375, 792.74462890625, 981.0400390625, 2374.56005859375, 2468.845458984375, 3819.552734375, 595.9440307617188, 470.91619873046875, 1220.71630859375, 967.6690063476562, 918.001708984375, 385.7780456542969, 848.8767700195312, 1504.4891357421875, 2756.35498046875, 907.6854248046875, 473.3061218261719, 348.375732421875, 1064.4072265625, 854.1036987304688]\n", - "546\n", - "3848\n", - "18\n", - "[1660.0020751953125, 1816.8763427734375, 409.4595947265625, 1211.9942626953125, 2088.965087890625, 1594.5413818359375, 3004.180908203125, 2249.388671875, 4093.94677734375, 6260.86962890625, 1139.6324462890625, 961.6951904296875, 2584.313232421875, 5894.3681640625, 2345.106689453125, 338.68548583984375, 996.0238037109375, 956.67822265625]\n", - "18\n", - "3849\n", - "7\n", - "[383.11627197265625, 875.9527587890625, 333.1265869140625, 1204.8626708984375, 1587.673828125, 5549.3134765625, 438.7717590332031]\n", - "7\n", - "3850\n", - "9\n", - "[1701.7767333984375, 2284.871826171875, 3211.369140625, 2662.451904296875, 2165.122802734375, 2062.741943359375, 477.0747375488281, 780.789306640625, 534.4100341796875]\n", - "9\n", - "3851\n", - "7\n", - "[310.2437744140625, 746.776611328125, 4808.96240234375, 1790.8345947265625, 1970.6092529296875, 3898.025634765625, 794.3203735351562]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "3852\n", - "6\n", - "[538.9292602539062, 1002.5208129882812, 1644.9970703125, 838.0045776367188, 762.81591796875, 709.1253051757812]\n", - "6\n", - "3853\n", - "13\n", - "[688.0879516601562, 683.7767944335938, 633.9667358398438, 480.8466796875, 1902.531494140625, 1043.9210205078125, 547.339111328125, 584.294677734375, 718.8973999023438, 1011.9474487304688, 695.9407958984375, 1738.6187744140625, 359.85809326171875]\n", - "13\n", - "3854\n", - "18\n", - "[1694.136474609375, 690.1045532226562, 1435.6246337890625, 2089.6015625, 2231.023681640625, 372.0343933105469, 5401.0615234375, 5571.3291015625, 5296.6171875, 1292.316650390625, 565.73291015625, 3732.94482421875, 4030.294921875, 4311.3232421875, 320.736083984375, 2030.11376953125, 3330.3642578125, 423.4925537109375]\n", - "18\n", - "3855\n", - "4\n", - "[8325.0224609375, 8042.50146484375, 2094.611083984375, 304.17388916015625]\n", - "4\n", - "3856\n", - "31\n", - "[486.77484130859375, 431.5879821777344, 2514.999755859375, 1504.115478515625, 785.9947509765625, 2749.309326171875, 4750.42431640625, 741.73095703125, 313.3818054199219, 2848.400146484375, 495.66571044921875, 1043.7239990234375, 1344.5809326171875, 2735.2392578125, 4982.95556640625, 2536.7470703125, 1474.662841796875, 2092.203857421875, 984.3245239257812, 856.9099731445312, 1794.45166015625, 1566.2669677734375, 1304.00048828125, 3914.767822265625, 2510.667236328125, 1038.92578125, 1925.0980224609375, 330.35205078125, 576.9183349609375, 575.069580078125, 712.6310424804688]\n", - "31\n", - "3857\n", - "15\n", - "[3229.109619140625, 433.5948486328125, 1277.1575927734375, 2997.013427734375, 3607.0888671875, 1211.4842529296875, 3597.561279296875, 3269.075439453125, 512.5194702148438, 1558.217041015625, 4704.82421875, 902.0802612304688, 2492.484619140625, 496.7371826171875, 2508.373046875]\n", - "15\n", - "3858\n", - "11\n", - "[1474.190673828125, 1509.796875, 2586.025390625, 628.0572509765625, 608.2068481445312, 1396.578125, 2742.2578125, 1292.8470458984375, 1180.396728515625, 522.7891845703125, 344.7583312988281]\n", - "11\n", - "3859\n", - "26\n", - "[1124.44677734375, 832.2463989257812, 444.96533203125, 963.3496704101562, 1613.7791748046875, 3541.312255859375, 889.9306640625, 725.7921142578125, 2359.468994140625, 2767.320068359375, 300.9466857910156, 919.2706298828125, 704.33447265625, 978.7245483398438, 377.7550048828125, 513.0934448242188, 311.0906066894531, 302.1224365234375, 487.6286315917969, 864.5018310546875, 397.24505615234375, 949.8764038085938, 429.8603820800781, 646.1282958984375, 534.2151489257812, 535.3728637695312]\n", - "26\n", - "3860\n", - "8\n", - "[1184.14013671875, 306.5553894042969, 403.9700622558594, 4352.8115234375, 507.9237976074219, 1440.50244140625, 3763.977783203125, 517.583251953125]\n", - "8\n", - "3861\n", - "6\n", - "[1901.2314453125, 817.9125366210938, 733.0098876953125, 765.3170776367188, 1144.217529296875, 649.0044555664062]\n", - "6\n", - "3862\n", - "26\n", - "[1063.16455078125, 348.15069580078125, 1185.039794921875, 500.2911376953125, 418.2408752441406, 1191.8662109375, 1071.7318115234375, 1488.787353515625, 1280.4281005859375, 651.61669921875, 333.864501953125, 1124.609619140625, 444.7279357910156, 330.1382751464844, 665.1880493164062, 1018.8502807617188, 1315.452880859375, 484.1307373046875, 573.9223022460938, 600.3834228515625, 907.0645141601562, 470.12603759765625, 826.8995361328125, 473.4929504394531, 419.9446716308594]\n", - "25\n", - "3863\n", - "20\n", - "[1661.0111083984375, 596.7745971679688, 1612.104248046875, 4930.30908203125, 5912.015625, 5080.79052734375, 2279.5400390625, 393.1316833496094, 376.936279296875, 836.1364135742188, 834.7040405273438, 730.6173706054688, 1392.6480712890625, 895.613525390625, 1187.819580078125, 2187.1669921875, 493.1401672363281, 379.3927917480469, 669.4551391601562, 636.8724365234375]\n", - "20\n", - "3864\n", - "20\n", - "[363.07696533203125, 744.8682250976562, 797.9945678710938, 455.269287109375, 767.225341796875, 788.615478515625, 3417.775146484375, 379.4670715332031, 1767.263916015625, 1786.1046142578125, 5108.6103515625, 5100.7255859375, 3348.363037109375, 1331.3353271484375, 521.9341430664062, 1402.0166015625, 3205.884765625, 3435.472900390625, 414.0549621582031, 366.7527770996094]\n", - "20\n", - "3865\n", - "4\n", - "[1505.9390869140625, 2802.732421875, 618.6571044921875, 421.93670654296875]\n", - "4\n", - "3866\n", - "5\n", - "[2430.859619140625, 5695.32763671875, 2700.654541015625, 1522.9248046875, 348.52783203125]\n", - "5\n", - "3867\n", - "5\n", - "[430.57537841796875, 6358.048828125, 883.3555908203125, 7962.79638671875, 4150.412109375]\n", - "5\n", - "3868\n", - "10\n", - "[495.1612854003906, 1298.4771728515625, 1455.3101806640625, 4356.7216796875, 12004.181640625, 3211.10107421875, 9108.7353515625, 9480.9345703125, 612.5767822265625, 2362.646728515625]\n", - "10\n", - "3869\n", - "20\n", - "[345.98150634765625, 1286.2152099609375, 3022.384521484375, 2087.939208984375, 449.36962890625, 1707.69921875, 7106.396484375, 10094.1044921875, 9656.7294921875, 5722.88818359375, 1348.8880615234375, 6234.095703125, 17284.9921875, 14357.7861328125, 2270.11376953125, 308.1884765625, 3999.91015625, 3934.25927734375, 371.66851806640625, 461.22515869140625]\n", - "20\n", - "3870\n", - "14\n", - "[343.02069091796875, 468.4481506347656, 477.8043518066406, 336.2646484375, 712.213623046875, 741.960205078125, 575.7372436523438, 695.51611328125, 707.56884765625, 681.3818359375, 840.711669921875, 442.5870361328125, 612.5361328125, 446.4539794921875]\n", - "14\n", - "3871\n", - "64\n", - "[375.1579895019531, 652.259521484375, 388.6436767578125, 419.9250183105469, 550.1912231445312, 531.3926391601562, 844.3375854492188, 807.6459350585938, 369.43243408203125, 329.7777404785156, 2002.1531982421875, 1702.56201171875, 511.75726318359375, 547.0734252929688, 1040.3702392578125, 867.3659057617188, 3277.803955078125, 2016.4183349609375, 343.1717529296875, 342.7877197265625, 1754.722412109375, 916.7293701171875, 253.05885314941406, 262.802001953125, 1884.581787109375, 505.25799560546875, 906.1780395507812, 306.3769226074219, 751.1011962890625, 801.9891967773438, 182.96531677246094, 995.3338623046875, 1411.48193359375, 102.274658203125, 1944.897705078125, 869.1368408203125, 452.2494201660156, 716.4498901367188, 1271.4610595703125, 333.2107849121094, 438.16192626953125, 655.1366577148438, 1126.1043701171875, 1761.193115234375, 696.522216796875, 511.6999816894531, 630.4979248046875, 983.1204833984375, 336.3343200683594, 1699.255126953125, 1874.483154296875, 2695.70654296875, 1211.58642578125, 820.8221435546875, 2492.423828125, 2685.00048828125, 321.5877380371094, 987.384521484375, 1990.6505126953125, 1657.399658203125, 341.36065673828125]\n", - "61\n", - "3872\n", - "10\n", - "[983.3261108398438, 582.800537109375, 818.0977783203125, 2036.314453125, 1034.148681640625, 3155.99169921875, 872.8915405273438, 1807.682373046875, 4605.27392578125, 2655.06201171875]\n", - "10\n", - "3873\n", - "6\n", - "[425.1914978027344, 1780.4139404296875, 2489.970458984375, 2793.123779296875, 2193.814697265625, 1765.0159912109375]\n", - "6\n", - "3874\n", - "28\n", - "[1134.15234375, 325.9635925292969, 1663.6650390625, 5350.431640625, 5777.28125, 759.0546264648438, 418.4349060058594, 2755.064453125, 10630.2236328125, 12737.2880859375, 9075.1591796875, 2733.37255859375, 717.1666870117188, 530.40087890625, 3273.427490234375, 10853.220703125, 17231.02734375, 12045.763671875, 4807.59521484375, 327.2959899902344, 413.87677001953125, 4856.14501953125, 13391.505859375, 5305.59814453125, 1036.0244140625, 620.18408203125, 1124.8724365234375, 1866.2557373046875]\n", - "28" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "3875\n", - "42\n", - "[328.5625305175781, 2299.759033203125, 1442.9373779296875, 1064.50439453125, 3094.63720703125, 706.5941162109375, 1276.8001708984375, 3239.08251953125, 1233.3184814453125, 1661.8720703125, 309.32452392578125, 4180.39599609375, 2683.6708984375, 815.2850341796875, 640.0017700195312, 728.6874389648438, 1257.2320556640625, 1437.95849609375, 707.8968505859375, 520.0677490234375, 1286.8831787109375, 1128.6875, 3160.631591796875, 3061.738037109375, 622.61083984375, 1171.0716552734375, 649.888427734375, 1664.138427734375, 965.209228515625, 796.7698974609375, 1341.947021484375, 2439.27880859375, 621.46875, 1313.2149658203125, 1294.7086181640625, 2281.083251953125, 409.52081298828125, 741.590087890625, 1564.44189453125, 1301.73095703125, 431.765869140625, 378.88818359375]\n", - "42\n", - "3876\n", - "17\n", - "[452.3129577636719, 706.9802856445312, 414.6747131347656, 332.14105224609375, 912.5856323242188, 772.5075073242188, 759.1560668945312, 1320.8975830078125, 514.8508911132812, 852.1206665039062, 1872.763916015625, 2188.6259765625, 1033.88818359375, 435.4510498046875, 333.8583984375, 461.41943359375, 364.4118347167969]\n", - "17\n", - "3877\n", - "14\n", - "[574.9252319335938, 790.0623779296875, 779.4961547851562, 444.00518798828125, 1518.134765625, 2020.578125, 897.727783203125, 589.1400756835938, 914.1988525390625, 909.1652221679688, 3368.17138671875, 615.2466430664062, 996.077880859375, 1886.68701171875]\n", - "14\n", - "3878\n", - "8\n", - "[476.3666076660156, 431.3912658691406, 811.5448608398438, 1675.191162109375, 1653.5001220703125, 742.6148681640625, 411.8671875, 890.087890625]\n", - "8\n", - "3879\n", - "3\n", - "[1200.7530517578125, 3393.510986328125, 808.3801879882812]\n", - "3\n", - "3880\n", - "5\n", - "[685.7407836914062, 756.8126220703125, 1770.550048828125, 2863.47216796875, 2044.8463134765625]\n", - "5\n", - "3881\n", - "4\n", - "[3102.334716796875, 3776.267822265625, 723.5458984375, 460.6407165527344]\n", - "4\n", - "3882\n", - "10\n", - "[751.7048950195312, 1801.97412109375, 991.7384033203125, 347.27606201171875, 3804.360595703125, 718.139404296875, 1320.1181640625, 1623.7711181640625, 586.5542602539062, 400.0293884277344]\n", - "10\n", - "3883\n", - "13\n", - "[398.8854675292969, 1327.1461181640625, 370.8824462890625, 1290.6207275390625, 2464.277587890625, 603.1826171875, 1710.8380126953125, 729.7578735351562, 312.0738220214844, 1122.6427001953125, 748.8544921875, 1104.1822509765625, 779.4767456054688]\n", - "13\n", - "3884\n", - "5\n", - "[2270.079833984375, 3082.25, 2383.44140625, 1028.7371826171875, 1874.065673828125]\n", - "5\n", - "3885\n", - "8\n", - "[920.5579833984375, 788.2752685546875, 4534.61181640625, 1593.8333740234375, 3162.736572265625, 2869.5107421875, 1608.5545654296875, 674.8316040039062]\n", - "8\n", - "3886\n", - "18\n", - "[572.039794921875, 3354.985107421875, 4042.324951171875, 715.8687133789062, 729.9942626953125, 1602.436767578125, 344.1355895996094, 1818.854248046875, 6466.796875, 2001.91455078125, 399.11004638671875, 3660.30615234375, 1760.750732421875, 3303.164306640625, 874.2317504882812, 1464.3021240234375, 1420.0628662109375, 341.4232482910156]\n", - "18\n", - "3887\n", - "3\n", - "[440.57635498046875, 4347.5185546875, 753.6924438476562]\n", - "3\n", - "3888\n", - "6\n", - "[3510.106201171875, 2442.9453125, 828.9413452148438, 4434.20068359375, 952.2816772460938, 909.5191040039062]\n", - "6\n", - "3889\n", - "10\n", - "[388.42022705078125, 303.99200439453125, 658.9283447265625, 812.646728515625, 1242.7587890625, 1665.78515625, 1267.3123779296875, 1474.312255859375, 631.9412231445312, 618.4995727539062]\n", - "10\n", - "3890\n", - "28\n", - "[640.2496948242188, 1254.369140625, 1889.7906494140625, 2168.06298828125, 736.3074951171875, 354.58795166015625, 586.3235473632812, 1288.6619873046875, 2215.657470703125, 2740.91015625, 3171.948974609375, 2750.4638671875, 2595.02392578125, 1643.1607666015625, 877.063232421875, 678.220703125, 875.2008056640625, 1345.079833984375, 1317.2972412109375, 595.5304565429688, 1287.40625, 1808.1082763671875, 1109.7884521484375, 779.2223510742188, 1807.341552734375, 324.0458679199219, 442.8631286621094, 776.684326171875]\n", - "28\n", - "3891\n", - "4\n", - "[1211.6697998046875, 4270.69921875, 1482.4859619140625, 520.2581176757812]\n", - "4\n", - "3892\n", - "68\n", - "[515.729248046875, 1118.6351318359375, 704.3056640625, 713.6692504882812, 546.8981323242188, 444.53533935546875, 530.178466796875, 479.02667236328125, 431.6529235839844, 1197.4925537109375, 710.7949829101562, 1047.72265625, 1286.09521484375, 924.0657348632812, 1322.9755859375, 1059.1864013671875, 656.9689331054688, 467.0554504394531, 428.726806640625, 418.4334716796875, 255.85153198242188, 434.8605651855469, 1145.2666015625, 1614.585205078125, 734.9189453125, 331.3902282714844, 399.8099365234375, 1534.5128173828125, 524.90771484375, 317.3299865722656, 1877.114990234375, 2575.609130859375, 414.4813232421875, 436.16436767578125, 800.2124633789062, 1526.2974853515625, 1035.0699462890625, 2273.84326171875, 2605.237060546875, 1912.932373046875, 419.2631530761719, 812.0392456054688, 1436.546630859375, 497.6798400878906, 956.764404296875, 464.1774597167969, 1721.8187255859375, 1458.2259521484375, 389.85736083984375, 943.6337890625, 571.9221801757812, 2184.00341796875, 706.3761596679688, 418.0445556640625, 978.7177734375, 576.455810546875, 2173.4619140625, 2153.031005859375, 566.3069458007812, 790.9562377929688, 556.0691528320312, 308.30340576171875, 669.0105590820312, 1307.5819091796875, 876.9067993164062, 358.07733154296875, 520.8074340820312]\n", - "67\n", - "3893\n", - "15\n", - "[707.6845092773438, 1195.428955078125, 699.0989379882812, 1700.8135986328125, 2372.659423828125, 2934.992919921875, 1828.4276123046875, 1102.60400390625, 318.91558837890625, 596.1619262695312, 896.8118896484375, 4653.20849609375, 2411.640380859375, 1350.1099853515625, 1774.107177734375]\n", - "15\n", - "3894\n", - "9\n", - "[692.1143798828125, 1137.9588623046875, 3320.3291015625, 363.6526794433594, 781.2088012695312, 642.2021484375, 2893.390625, 406.2601623535156, 2683.808349609375]\n", - "9\n", - "3895\n", - "3\n", - "[2641.5244140625, 1900.163818359375, 1345.553955078125]\n", - "3\n", - "3896\n", - "8\n", - "[598.8910522460938, 1435.06884765625, 546.9087524414062, 799.7186279296875, 860.05078125, 1452.5770263671875, 325.52362060546875, 326.0148010253906]\n", - "8\n", - "3897\n", - "21\n", - "[472.41204833984375, 371.478515625, 1101.5975341796875, 586.590576171875, 1248.169189453125, 337.46337890625, 367.9767150878906, 443.9333190917969, 882.9835815429688, 359.00726318359375, 766.300537109375, 1447.00439453125, 320.2580871582031, 417.7643127441406, 441.2797546386719, 446.05963134765625, 1050.044677734375, 336.9189147949219, 1415.425048828125, 1501.2738037109375, 410.7320251464844]\n", - "21\n", - "3898\n", - "26\n", - "[304.785888671875, 612.7494506835938, 3442.43701171875, 1177.2279052734375, 769.8989868164062, 1368.897216796875, 376.50897216796875, 346.607666015625, 1635.0535888671875, 1495.092529296875, 998.1928100585938, 698.7536010742188, 1310.5723876953125, 1661.333740234375, 817.8263549804688, 543.93505859375, 371.25030517578125, 664.086181640625, 1134.053466796875, 760.40673828125, 526.06884765625, 541.2325439453125, 570.1885986328125, 914.90576171875, 434.1548767089844, 402.16339111328125]\n", - "26\n", - "3899\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "28\n", - "[1897.2352294921875, 416.0889892578125, 1073.4097900390625, 781.8799438476562, 1625.51220703125, 1502.818359375, 526.5784301757812, 1296.6795654296875, 6306.87841796875, 3163.52490234375, 2401.208740234375, 1228.4395751953125, 628.2083740234375, 440.3763732910156, 3835.787353515625, 8318.3330078125, 4085.3310546875, 2937.37646484375, 2032.154052734375, 3464.3603515625, 1600.555908203125, 2249.078125, 2096.298583984375, 1010.724853515625, 370.39300537109375, 1056.684326171875, 781.4946899414062]\n", - "27\n", - "3900\n", - "7\n", - "[596.1217041015625, 3676.0087890625, 589.6417846679688, 882.7467651367188, 4301.09765625, 1614.1373291015625, 1067.1248779296875]\n", - "7\n", - "3901\n", - "29\n", - "[355.52264404296875, 938.1070556640625, 608.7247314453125, 362.8529357910156, 558.4614868164062, 1028.919189453125, 354.7890319824219, 441.7726135253906, 401.4645690917969, 543.1474609375, 546.2022705078125, 1413.36181640625, 1300.828125, 610.6791381835938, 633.0081787109375, 614.2841186523438, 751.0266723632812, 952.3779296875, 474.33203125, 1251.544921875, 2340.447509765625, 841.8387451171875, 314.77899169921875, 420.53253173828125, 1406.36962890625, 637.5416259765625, 449.251953125, 438.1160888671875, 547.8700561523438]\n", - "29\n", - "3902\n", - "7\n", - "[2284.145751953125, 5192.376953125, 324.86517333984375, 641.7032470703125, 308.0440673828125, 3456.863525390625, 1239.3245849609375]\n", - "7\n", - "3903\n", - "22\n", - "[740.150146484375, 808.2982788085938, 577.2037963867188, 386.8924560546875, 725.9873657226562, 456.753173828125, 2546.7900390625, 2378.1845703125, 461.71240234375, 2396.375732421875, 2571.2509765625, 1920.3515625, 834.6505737304688, 947.1187744140625, 378.0760803222656, 379.8185119628906, 1908.4002685546875, 1061.24755859375, 453.5885314941406, 1026.212890625, 520.3143920898438, 376.29644775390625]\n", - "22\n", - "3904\n", - "7\n", - "[790.0758666992188, 1328.1514892578125, 586.78076171875, 754.5606079101562, 836.3246459960938, 1983.792236328125, 599.4774169921875]\n", - "7\n", - "3905\n", - "1\n", - "[16514.138671875]\n", - "1\n", - "3906\n", - "7\n", - "[607.4180297851562, 640.200927734375, 940.6517333984375, 424.8768310546875, 1118.8658447265625, 516.3823852539062, 803.2500610351562]\n", - "7\n", - "3907\n", - "6\n", - "[1187.8189697265625, 1086.1700439453125, 2160.299560546875, 1307.79296875, 1652.3682861328125, 933.4772338867188]\n", - "6\n", - "3908\n", - "5\n", - "[698.8681640625, 1072.528564453125, 1195.6002197265625, 1594.6971435546875, 5041.7392578125]\n", - "5\n", - "3909\n", - "7\n", - "[3760.931640625, 1757.7135009765625, 2028.5440673828125, 912.7333374023438, 3516.53466796875, 1120.332763671875, 873.3863525390625]\n", - "7\n", - "3910\n", - "6\n", - "[367.8147277832031, 574.6427612304688, 2591.837158203125, 515.6192626953125, 1145.14990234375, 2805.80224609375]\n", - "6\n", - "3911\n", - "5\n", - "[659.9098510742188, 345.70721435546875, 1531.143310546875, 1533.5633544921875, 991.8558349609375]\n", - "5\n", - "3912\n", - "8\n", - "[338.48333740234375, 593.5607299804688, 1372.6273193359375, 397.58013916015625, 372.2635192871094, 841.2561645507812, 1168.53125, 370.1781921386719]\n", - "8\n", - "3913\n", - "6\n", - "[452.6371765136719, 356.08245849609375, 1906.4674072265625, 3001.088623046875, 632.9448852539062, 924.6336669921875]\n", - "6\n", - "3914\n", - "4\n", - "[2335.531005859375, 505.857177734375, 7244.52685546875, 1355.7000732421875]\n", - "4\n", - "3915\n", - "1\n", - "[22939.0546875]\n", - "1\n", - "3916\n", - "5\n", - "[833.873046875, 3749.504150390625, 952.1948852539062, 1570.911865234375, 761.705078125]\n", - "5\n", - "3917\n", - "60\n", - "[305.60858154296875, 624.7623291015625, 1812.61865234375, 2465.05322265625, 713.224853515625, 348.0986328125, 3309.35888671875, 360.67694091796875, 1870.10400390625, 1949.2437744140625, 1624.60498046875, 1841.2479248046875, 1889.5289306640625, 1050.14599609375, 1344.90283203125, 783.7028198242188, 1376.718505859375, 826.5184326171875, 1026.814453125, 2768.39306640625, 4240.97314453125, 2018.0250244140625, 1513.817138671875, 1425.24609375, 564.4752197265625, 1441.22802734375, 5649.2998046875, 6248.1953125, 9091.169921875, 8429.0283203125, 4156.08154296875, 2828.512451171875, 4051.25244140625, 5242.640625, 9318.595703125, 8781.7734375, 3577.3115234375, 1064.1549072265625, 772.2886352539062, 1158.7930908203125, 2342.713134765625, 3958.429443359375, 6691.2578125, 4913.91748046875, 2857.00341796875, 809.037109375, 372.6830749511719, 3098.901611328125, 8630.26171875, 5602.28173828125, 1118.907470703125, 337.759765625, 5583.7646484375, 1847.30517578125, 714.8723754882812, 348.51300048828125, 1822.0006103515625, 2137.060302734375, 2252.02099609375, 1137.5826416015625]\n", - "60\n", - "3918\n", - "16\n", - "[712.7330322265625, 556.4287109375, 711.8842163085938, 1335.664306640625, 1004.030517578125, 3012.98486328125, 1215.7945556640625, 772.5115966796875, 768.512939453125, 756.241455078125, 746.56884765625, 1511.6043701171875, 1482.727783203125, 596.958740234375, 366.63116455078125, 842.5213012695312]\n", - "16\n", - "3919\n", - "45\n", - "[2176.825439453125, 808.3050537109375, 559.9000244140625, 3707.884765625, 3687.177490234375, 1292.67822265625, 1534.4063720703125, 1236.2996826171875, 410.82373046875, 735.1051635742188, 3659.587158203125, 5116.6669921875, 4975.90673828125, 1609.486083984375, 4516.3388671875, 3834.5859375, 1236.368408203125, 329.9095458984375, 311.51788330078125, 1341.5316162109375, 1109.9593505859375, 685.6384887695312, 4938.12646484375, 4940.64794921875, 4316.42041015625, 4023.84423828125, 4430.93701171875, 2249.285888671875, 871.1714477539062, 2667.892578125, 2292.041259765625, 765.1829223632812, 861.135986328125, 3847.19482421875, 5019.4072265625, 5066.92529296875, 2782.10546875, 2343.989501953125, 504.43841552734375, 301.9065246582031, 900.3665771484375, 1850.314453125, 4099.87548828125, 524.4176635742188, 1592.664794921875]\n", - "45\n", - "3920\n", - "7\n", - "[1507.71337890625, 1048.5198974609375, 309.6380615234375, 462.4039611816406, 2549.012451171875, 1255.59521484375, 1588.5323486328125]\n", - "7\n", - "3921\n", - "20\n", - "[1215.2369384765625, 354.6754150390625, 1631.69873046875, 1342.6170654296875, 1550.7547607421875, 2011.85546875, 517.5484619140625, 313.8173828125, 699.6056518554688, 4491.947265625, 306.6282958984375, 4448.58642578125, 1431.815185546875, 1340.6600341796875, 3530.885009765625, 2368.048583984375, 2074.001220703125, 1189.2896728515625, 675.6419677734375, 1308.96142578125]\n", - "20\n", - "3922\n", - "10\n", - "[398.8923034667969, 484.65283203125, 689.9930419921875, 588.0750122070312, 311.97552490234375, 933.306884765625, 1706.6966552734375, 971.6182250976562, 3977.93310546875, 1930.4046630859375]\n", - "10\n", - "3923\n", - "5\n", - "[413.3604736328125, 4963.32666015625, 2839.63232421875, 2702.880615234375, 449.47406005859375]\n", - "5\n", - "3924\n", - "13\n", - "[2357.61279296875, 997.0990600585938, 425.449951171875, 3126.859130859375, 4086.9169921875, 1271.214599609375, 349.65380859375, 512.8290405273438, 361.4602355957031, 499.0281066894531, 998.3886108398438, 1411.0291748046875, 452.7308349609375]\n", - "13\n", - "3925\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[421.4241943359375, 2165.490478515625, 1176.6619873046875, 1296.436767578125, 1836.6661376953125, 322.11322021484375, 1289.5025634765625]\n", - "7\n", - "3926\n", - "6\n", - "[1049.2464599609375, 734.81201171875, 2386.562255859375, 2239.884765625, 1744.9007568359375, 417.21527099609375]\n", - "6\n", - "3927\n", - "1\n", - "[6697.263671875]\n", - "1\n", - "3928\n", - "13\n", - "[344.88116455078125, 917.9532470703125, 1200.1038818359375, 1781.8709716796875, 2228.49560546875, 1024.2945556640625, 661.7657470703125, 1052.2001953125, 611.3264770507812, 1775.5279541015625, 744.1166381835938, 454.78851318359375, 408.97735595703125]\n", - "13\n", - "3929\n", - "5\n", - "[580.9745483398438, 1767.497314453125, 438.0357971191406, 2147.804443359375, 1973.16455078125]\n", - "5\n", - "3930\n", - "10\n", - "[611.8939208984375, 3327.4560546875, 2824.436767578125, 319.4787292480469, 1827.0606689453125, 5461.498046875, 4892.158203125, 543.228271484375, 1113.2027587890625, 920.5582885742188]\n", - "10\n", - "3931\n", - "7\n", - "[1989.2674560546875, 936.1651000976562, 1625.299560546875, 6451.58203125, 877.3038330078125, 493.853759765625, 599.0573120117188]\n", - "7\n", - "3932\n", - "7\n", - "[4391.25048828125, 706.179443359375, 4860.3857421875, 11284.505859375, 7393.197265625, 1360.16015625, 1212.1527099609375]\n", - "7\n", - "3933\n", - "9\n", - "[505.45849609375, 734.4371337890625, 547.2859497070312, 721.9303588867188, 832.3632202148438, 3984.0751953125, 3043.4931640625, 4739.564453125, 1083.0858154296875]\n", - "9\n", - "3934\n", - "11\n", - "[1219.8851318359375, 2326.818115234375, 848.6293334960938, 354.9707946777344, 2378.64697265625, 6294.22412109375, 3616.9033203125, 869.117919921875, 1217.907958984375, 995.0236206054688, 1195.2552490234375]\n", - "11\n", - "3935\n", - "4\n", - "[3980.748046875, 10697.2568359375, 6316.00927734375, 1193.4443359375]\n", - "4\n", - "3936\n", - "4\n", - "[2202.752685546875, 877.6822509765625, 1616.6549072265625, 1036.0020751953125]\n", - "4\n", - "3937\n", - "8\n", - "[1418.9146728515625, 329.6999816894531, 1157.5777587890625, 628.1673583984375, 405.2254333496094, 1120.2476806640625, 1695.149169921875, 1523.7557373046875]\n", - "8\n", - "3938\n", - "4\n", - "[677.3232421875, 3395.46630859375, 1075.009765625, 305.9017028808594]\n", - "4\n", - "3939\n", - "4\n", - "[1084.9228515625, 1667.904541015625, 4727.1962890625, 2165.496337890625]\n", - "4\n", - "3940\n", - "7\n", - "[937.4335327148438, 1014.7017822265625, 1081.44287109375, 341.7207946777344, 473.67718505859375, 1164.574462890625, 723.0252075195312]\n", - "7\n", - "3941\n", - "4\n", - "[1397.3270263671875, 848.4740600585938, 14224.787109375, 522.87353515625]\n", - "4\n", - "3942\n", - "18\n", - "[849.232177734375, 766.8623657226562, 2922.063232421875, 2412.310302734375, 684.139892578125, 3670.9921875, 586.1775512695312, 1032.78662109375, 1725.0950927734375, 2201.155517578125, 319.0779113769531, 512.4560546875, 728.8115844726562, 1017.478271484375, 519.723388671875, 497.4218444824219, 636.9412841796875]\n", - "17\n", - "3943\n", - "7\n", - "[459.18499755859375, 500.27197265625, 575.72705078125, 3564.459716796875, 2677.216064453125, 3050.83837890625, 1480.0716552734375]\n", - "7\n", - "3944\n", - "8\n", - "[1182.8114013671875, 1069.774658203125, 536.8870849609375, 2592.6962890625, 1767.5428466796875, 1643.9073486328125, 1370.9892578125, 1127.8177490234375]\n", - "8\n", - "3945\n", - "21\n", - "[1283.391357421875, 1342.331298828125, 1589.626220703125, 2067.693359375, 701.6488647460938, 519.1653442382812, 315.1715087890625, 678.2266845703125, 2754.378662109375, 1758.216552734375, 4037.832275390625, 423.2214050292969, 739.3905029296875, 441.4063720703125, 3341.51416015625, 1752.646728515625, 2421.801513671875, 1654.271240234375, 770.523193359375, 1693.062255859375, 486.910400390625]\n", - "21\n", - "3946\n", - "10\n", - "[1730.7208251953125, 399.0631103515625, 342.4668884277344, 611.4033813476562, 1564.47021484375, 1229.2188720703125, 2721.997314453125, 366.63189697265625, 555.0234375, 2167.329345703125]\n", - "10\n", - "3947\n", - "7\n", - "[326.1980285644531, 485.5478820800781, 619.9229736328125, 1594.927978515625, 1529.475341796875, 930.3274536132812, 945.919921875]\n", - "7\n", - "3948\n", - "8\n", - "[3784.473876953125, 3809.601806640625, 5692.17333984375, 9629.7998046875, 4871.78271484375, 880.627685546875, 754.7302856445312, 1461.4483642578125]\n", - "8\n", - "3949\n", - "6\n", - "[497.1913146972656, 1384.828857421875, 595.0206909179688, 5496.84423828125, 340.1739501953125, 1171.622314453125]\n", - "6\n", - "3950\n", - "29\n", - "[4010.9814453125, 2579.146240234375, 1643.340576171875, 909.9234008789062, 312.26312255859375, 2194.002685546875, 6822.1669921875, 11032.9873046875, 4888.57958984375, 2500.68212890625, 1849.5255126953125, 4772.8994140625, 9864.8095703125, 11803.24609375, 5773.216796875, 1703.6954345703125, 373.60174560546875, 520.6510009765625, 2022.58154296875, 6721.2568359375, 4243.20068359375, 1993.92822265625, 679.2695922851562, 3460.055908203125, 452.4261169433594, 493.7850341796875, 1455.846923828125, 609.9779052734375, 457.30328369140625]\n", - "29\n", - "3951\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "30\n", - "[1197.5218505859375, 1770.5611572265625, 1272.89794921875, 2614.908935546875, 720.6265869140625, 435.9058837890625, 2037.4388427734375, 785.2888793945312, 1011.3837280273438, 440.8429870605469, 305.0688171386719, 1604.7178955078125, 658.49609375, 1475.839599609375, 1581.1915283203125, 505.57196044921875, 1172.509765625, 1349.8131103515625, 389.6928405761719, 595.1064453125, 673.5806884765625, 803.2650146484375, 809.0350341796875, 3176.001708984375, 4464.93017578125, 2171.987060546875, 1288.1956787109375, 1619.0694580078125, 1283.0386962890625, 534.2552490234375]\n", - "30\n", - "3952\n", - "8\n", - "[500.7171630859375, 590.947998046875, 2657.859130859375, 7639.037109375, 611.9419555664062, 559.9764404296875, 2136.580810546875, 1714.88330078125]\n", - "8\n", - "3953\n", - "6\n", - "[336.26055908203125, 2111.20166015625, 1115.714599609375, 522.9595947265625, 599.4021606445312, 1102.420166015625]\n", - "6\n", - "3954\n", - "6\n", - "[758.9877319335938, 3108.232666015625, 941.5040893554688, 1524.116455078125, 4198.521484375, 548.5283813476562]\n", - "6\n", - "3955\n", - "6\n", - "[1287.3424072265625, 2992.862060546875, 1328.195068359375, 803.9843139648438, 1590.2125244140625, 412.03253173828125]\n", - "6\n", - "3956\n", - "4\n", - "[507.906494140625, 738.62744140625, 991.6460571289062, 4914.83642578125]\n", - "4\n", - "3957\n", - "15\n", - "[600.7364501953125, 1203.5250244140625, 3871.556396484375, 1101.6044921875, 981.4011840820312, 1541.3148193359375, 1486.9598388671875, 1266.96142578125, 909.4765014648438, 836.7322387695312, 459.8452453613281, 1342.2841796875, 1044.2645263671875, 964.3644409179688, 572.9793090820312]\n", - "15\n", - "3958\n", - "15\n", - "[691.5003051757812, 536.1734619140625, 508.70196533203125, 386.51708984375, 1296.3062744140625, 1392.085693359375, 1118.0040283203125, 1516.3255615234375, 302.1402893066406, 487.6734313964844, 344.8308410644531, 1581.9759521484375, 4352.85986328125, 1385.0865478515625, 1658.3956298828125]\n", - "15\n", - "3959\n", - "4\n", - "[757.6578979492188, 4011.401123046875, 1315.4949951171875, 741.2955322265625]\n", - "4\n", - "3960\n", - "10\n", - "[424.72412109375, 1715.185791015625, 3504.875, 8989.9716796875, 1880.749267578125, 3310.471435546875, 2814.314697265625, 1059.0731201171875, 1674.1954345703125, 688.8641357421875]\n", - "10\n", - "3961\n", - "7\n", - "[849.3186645507812, 2251.600830078125, 1628.408203125, 4433.9091796875, 1084.0870361328125, 356.39678955078125, 930.4912719726562]\n", - "7\n", - "3962\n", - "30\n", - "[998.3295288085938, 1613.8231201171875, 1057.937744140625, 2213.226318359375, 1700.0126953125, 2946.864013671875, 3174.742919921875, 2585.931396484375, 6039.96435546875, 22583.974609375, 3376.38818359375, 3380.333251953125, 494.51397705078125, 529.1950073242188, 350.9774169921875, 6347.76123046875, 11986.3603515625, 3337.115478515625, 1707.10302734375, 785.0416259765625, 2158.2138671875, 11558.67578125, 18218.646484375, 10601.3564453125, 4707.146484375, 347.4262390136719, 477.8581848144531, 1263.3001708984375, 802.1065673828125, 2009.8436279296875]\n", - "30\n", - "3963\n", - "26\n", - "[706.9171142578125, 853.7000122070312, 4082.7216796875, 2961.7529296875, 541.7365112304688, 1002.0825805664062, 12682.564453125, 12177.3232421875, 6829.2998046875, 8257.0322265625, 5582.595703125, 2462.71142578125, 668.4716796875, 1185.7110595703125, 675.5208740234375, 430.69952392578125, 8553.84765625, 10192.40625, 2575.4482421875, 845.8008422851562, 4662.15380859375, 3335.00927734375, 1809.3380126953125, 2273.083740234375, 4669.10302734375, 882.3965454101562]\n", - "26\n", - "3964\n", - "22\n", - "[814.9754638671875, 1854.9022216796875, 1342.2447509765625, 1373.264404296875, 1727.4248046875, 2462.23583984375, 1408.4271240234375, 500.7791442871094, 2481.14111328125, 2831.795166015625, 4788.75830078125, 6804.1826171875, 6299.21728515625, 3135.937744140625, 1236.4775390625, 441.2014465332031, 697.1867065429688, 3521.633056640625, 4701.28076171875, 1467.8831787109375, 534.1744384765625, 422.08160400390625]\n", - "22\n", - "3965\n", - "7\n", - "[1249.0584716796875, 1562.9754638671875, 491.8199462890625, 513.853759765625, 1251.6903076171875, 528.771728515625, 590.6557006835938]\n", - "7\n", - "3966\n", - "23\n", - "[395.0030822753906, 758.3312377929688, 305.98828125, 654.6317138671875, 851.5435791015625, 773.5890502929688, 439.05072021484375, 1501.318115234375, 1363.258544921875, 821.994140625, 378.8391418457031, 1048.9752197265625, 2695.188720703125, 1554.4937744140625, 375.307861328125, 2185.086181640625, 800.8931274414062, 1534.0723876953125, 727.9089965820312, 381.79742431640625, 318.3743896484375, 2107.611328125]\n", - "22\n", - "3967\n", - "10\n", - "[2223.989501953125, 351.6587829589844, 1119.06884765625, 3308.51220703125, 597.4299926757812, 726.71484375, 321.8622741699219, 1790.7901611328125, 577.1323852539062, 323.91204833984375]\n", - "10\n", - "3968\n", - "6\n", - "[5650.791015625, 663.0391235351562, 302.4684753417969, 5178.7587890625, 6017.90234375, 3228.255859375]\n", - "6\n", - "3969\n", - "15\n", - "[834.4935302734375, 660.6282348632812, 378.18621826171875, 1045.1307373046875, 939.6788940429688, 319.3604736328125, 580.2816772460938, 833.0343627929688, 814.658447265625, 345.5718688964844, 352.1014099121094, 1799.16455078125, 763.6015014648438, 541.23779296875, 599.0374755859375]\n", - "15\n", - "3970\n", - "31\n", - "[323.6476745605469, 1580.8763427734375, 680.0502319335938, 1324.7393798828125, 1602.8363037109375, 5037.5908203125, 319.57855224609375, 490.04510498046875, 1891.0218505859375, 6920.50830078125, 11754.4912109375, 2473.39599609375, 874.8306884765625, 2969.0068359375, 5171.0654296875, 12759.484375, 10432.2236328125, 802.1243286132812, 545.5333251953125, 935.5987548828125, 7840.2841796875, 7933.18505859375, 1453.4215087890625, 591.016845703125, 995.2738037109375, 1598.6494140625, 408.2083740234375, 2959.002197265625, 317.7121276855469, 4658.27001953125, 1414.6639404296875]\n", - "31\n", - "3971\n", - "13\n", - "[567.3656616210938, 1788.3258056640625, 364.5113220214844, 4507.1005859375, 4988.18701171875, 1131.3984375, 4714.96630859375, 13084.16796875, 5660.80126953125, 1020.661865234375, 1858.7923583984375, 1758.1043701171875, 525.3162841796875]\n", - "13\n", - "3972\n", - "2\n", - "[3643.512451171875, 3612.62060546875]\n", - "2\n", - "3973\n", - "22\n", - "[369.8927001953125, 395.0710754394531, 643.0828857421875, 470.7933044433594, 445.3447265625, 988.8467407226562, 1144.946533203125, 1403.983642578125, 983.879638671875, 749.3973999023438, 482.6810607910156, 535.3863525390625, 734.3195190429688, 1168.763671875, 616.0132446289062, 358.5140686035156, 464.52728271484375, 485.6114196777344, 567.9945678710938, 470.32568359375, 363.12786865234375, 332.30694580078125]\n", - "22\n", - "3974\n", - "9\n", - "[344.9173583984375, 4582.31494140625, 3718.4765625, 2473.058349609375, 23547.2734375, 5063.734375, 711.69482421875, 338.88958740234375, 1124.9013671875]\n", - "9\n", - "3975\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[436.7523193359375, 799.789794921875, 889.2308959960938, 817.9354248046875, 422.2202453613281, 379.12042236328125, 1245.9405517578125, 449.0510559082031]\n", - "8\n", - "3976\n", - "10\n", - "[2376.521484375, 2342.4755859375, 327.861572265625, 1455.829345703125, 6273.4150390625, 3547.63427734375, 542.2364501953125, 325.36187744140625, 1094.4217529296875, 1683.252685546875]\n", - "10\n", - "3977\n", - "6\n", - "[1763.64892578125, 514.3897094726562, 1357.749267578125, 1209.310546875, 996.2620239257812, 338.9236145019531]\n", - "6\n", - "3978\n", - "12\n", - "[429.9950256347656, 2045.229736328125, 3263.46044921875, 1296.3221435546875, 673.9765014648438, 3809.310791015625, 13208.0087890625, 1467.065673828125, 1095.76416015625, 6775.4814453125, 1047.6483154296875, 1193.5921630859375]\n", - "12\n", - "3979\n", - "29\n", - "[673.25830078125, 913.5369873046875, 608.93701171875, 820.7643432617188, 769.0720825195312, 1678.795166015625, 1233.1573486328125, 359.0262756347656, 397.1538391113281, 1066.48193359375, 690.6494140625, 1086.9893798828125, 2305.277099609375, 1556.7274169921875, 3381.7119140625, 1967.7822265625, 1718.172607421875, 1275.7188720703125, 448.829345703125, 1495.9261474609375, 552.0420532226562, 487.6986999511719, 324.8438415527344, 2544.61865234375, 1956.94140625, 569.4445190429688, 510.1458740234375, 1740.118896484375, 1338.974609375]\n", - "29\n", - "3980\n", - "18\n", - "[501.0635070800781, 2313.751708984375, 413.775634765625, 1026.3077392578125, 529.0475463867188, 415.14727783203125, 1882.903076171875, 877.2845458984375, 1568.0328369140625, 493.5608825683594, 2679.22802734375, 2600.378173828125, 512.1614990234375, 1242.1893310546875, 441.4063720703125, 545.6842041015625, 519.2588500976562, 742.5806884765625]\n", - "18\n", - "3981\n", - "7\n", - "[401.40985107421875, 816.4116821289062, 1447.0040283203125, 1472.8682861328125, 795.1923828125, 1077.6932373046875, 641.7008056640625]\n", - "7\n", - "3982\n", - "34\n", - "[350.45556640625, 516.8551025390625, 1349.2806396484375, 4249.49658203125, 314.2221984863281, 388.83221435546875, 748.4591674804688, 553.165283203125, 1954.693603515625, 4025.436767578125, 2116.23779296875, 1842.70068359375, 611.3251953125, 2103.9609375, 1339.066650390625, 1522.670654296875, 1968.756103515625, 2725.972900390625, 1707.355224609375, 1334.7489013671875, 4065.541259765625, 5020.154296875, 1665.0513916015625, 579.0140991210938, 579.5735473632812, 2792.3310546875, 726.0053100585938, 402.89013671875, 1983.4393310546875, 1488.0927734375, 490.1842346191406, 1005.8480224609375, 2158.995849609375, 852.7611083984375]\n", - "34\n", - "3983\n", - "3\n", - "[2356.9599609375, 514.315185546875, 2234.04638671875]\n", - "3\n", - "3984\n", - "10\n", - "[515.1544189453125, 304.66632080078125, 1038.63525390625, 309.62371826171875, 2284.408203125, 1627.2261962890625, 1872.3416748046875, 2050.22509765625, 1923.1876220703125, 614.3397216796875]\n", - "10\n", - "3985\n", - "15\n", - "[3592.189208984375, 968.70458984375, 578.3910522460938, 6913.2958984375, 3687.758056640625, 1891.45166015625, 2155.040283203125, 6995.50390625, 5461.443359375, 3711.94921875, 887.1072387695312, 2812.139892578125, 1467.9150390625, 2691.591064453125, 1781.4644775390625]\n", - "15\n", - "3986\n", - "14\n", - "[304.16290283203125, 1482.94677734375, 351.33843994140625, 550.82763671875, 861.3072509765625, 2519.696533203125, 463.0740051269531, 317.8653259277344, 3693.804931640625, 4999.873046875, 1754.6407470703125, 619.2316284179688, 1578.5504150390625, 640.3197021484375]\n", - "14\n", - "3987\n", - "13\n", - "[732.812744140625, 764.0285034179688, 1104.9603271484375, 1858.961181640625, 637.5650634765625, 514.052734375, 544.8529052734375, 906.8480834960938, 734.3402709960938, 749.7611083984375, 1312.1650390625, 393.3980712890625, 335.5698547363281]\n", - "13\n", - "3988\n", - "9\n", - "[364.0960998535156, 2434.35302734375, 1872.7857666015625, 1520.782470703125, 4043.244140625, 1368.27587890625, 353.2022705078125, 1448.6929931640625, 419.4427795410156]\n", - "9\n", - "3989\n", - "7\n", - "[426.16253662109375, 439.0816345214844, 754.9102783203125, 4371.86669921875, 5287.51025390625, 2039.5284423828125, 751.1336059570312]\n", - "7\n", - "3990\n", - "13\n", - "[1611.51171875, 2827.7392578125, 6985.81103515625, 335.82745361328125, 416.97308349609375, 9317.70703125, 15293.2177734375, 6708.1220703125, 376.87847900390625, 894.1267700195312, 4180.35546875, 2237.333251953125, 2036.8345947265625]\n", - "13\n", - "3991\n", - "5\n", - "[406.15240478515625, 3022.895751953125, 2326.427490234375, 1431.332275390625, 1887.5787353515625]\n", - "5\n", - "3992\n", - "5\n", - "[3227.55126953125, 812.4362182617188, 1270.8427734375, 1046.52978515625, 319.1446228027344]\n", - "5\n", - "3993\n", - "4\n", - "[305.7548828125, 4912.34716796875, 361.9169006347656, 536.1433715820312]\n", - "4\n", - "3994\n", - "3\n", - "[2741.084716796875, 571.3269653320312, 2065.725830078125]\n", - "3\n", - "3995\n", - "14\n", - "[881.4502563476562, 382.2127685546875, 1013.0569458007812, 7917.6455078125, 3655.7802734375, 316.9410400390625, 1328.0450439453125, 2037.571044921875, 770.21923828125, 1005.13671875, 2801.280517578125, 1535.4259033203125, 4048.365234375, 472.5472717285156]\n", - "14\n", - "3996\n", - "23\n", - "[667.6585693359375, 2089.00634765625, 671.7839965820312, 1324.6036376953125, 2366.0205078125, 1771.7979736328125, 1768.7845458984375, 2947.46142578125, 3247.607177734375, 1299.186279296875, 674.4130249023438, 885.026123046875, 1386.235107421875, 2135.28955078125, 2357.6865234375, 2514.191650390625, 1137.3192138671875, 1737.3505859375, 977.9669189453125, 1066.85498046875, 1501.953857421875, 992.0784301757812, 1117.9495849609375]\n", - "23\n", - "3997\n", - "9\n", - "[459.7991943359375, 2421.728759765625, 3119.117431640625, 1603.800048828125, 588.7046508789062, 1049.9586181640625, 444.2847900390625, 559.4631958007812, 716.4982299804688]\n", - "9\n", - "3998\n", - "5\n", - "[304.3987121582031, 558.5672607421875, 3978.927978515625, 5662.2275390625, 303.86370849609375]\n", - "5\n", - "3999\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[372.61865234375, 863.427978515625, 5336.69970703125, 2337.97021484375, 2179.9765625]\n", - "5\n", - "4000\n", - "7\n", - "[1557.8984375, 1143.193603515625, 1086.806396484375, 338.6958923339844, 532.8826293945312, 607.0061645507812, 388.32696533203125]\n", - "7\n", - "4001\n", - "34\n", - "[448.6492004394531, 778.1400756835938, 325.032958984375, 732.5217895507812, 2606.23876953125, 3986.3740234375, 2844.700927734375, 3479.262939453125, 658.680419921875, 2636.2802734375, 5081.078125, 6522.39794921875, 6294.37939453125, 3167.322998046875, 519.33154296875, 2683.602783203125, 3734.85009765625, 6095.041015625, 8405.9345703125, 4985.70556640625, 1707.173828125, 412.1233825683594, 1675.6151123046875, 6641.56689453125, 5528.54248046875, 7623.6904296875, 4201.37255859375, 984.2537231445312, 2578.514404296875, 1370.554443359375, 3495.878662109375, 1540.017578125, 713.1002807617188, 730.0902099609375]\n", - "34\n", - "4002\n", - "31\n", - "[425.3724365234375, 560.232177734375, 532.2481079101562, 898.0985107421875, 512.4005126953125, 577.8975830078125, 1208.4588623046875, 1459.91015625, 897.40234375, 317.63427734375, 362.9200439453125, 1013.6302490234375, 1006.0029907226562, 1383.574951171875, 2677.75244140625, 1669.86865234375, 979.9100952148438, 670.3603515625, 1172.992919921875, 2058.881591796875, 2205.53564453125, 1626.06884765625, 2422.2275390625, 407.07318115234375, 758.4899291992188, 710.855712890625, 621.8324584960938, 1133.838134765625, 317.0523681640625, 666.3284912109375, 470.7517395019531]\n", - "31\n", - "4003\n", - "8\n", - "[919.3704223632812, 2115.575927734375, 428.9299011230469, 5861.580078125, 1328.25439453125, 3053.384765625, 2435.742919921875, 840.1510009765625]\n", - "8\n", - "4004\n", - "5\n", - "[775.5489501953125, 1405.303466796875, 3883.55615234375, 325.11065673828125, 653.506103515625]\n", - "5\n", - "4005\n", - "7\n", - "[701.742431640625, 381.94671630859375, 3327.548095703125, 1838.916259765625, 613.1140747070312, 1595.3206787109375, 1031.555419921875]\n", - "7\n", - "4006\n", - "1\n", - "[11439.044921875]\n", - "1\n", - "4007\n", - "42\n", - "[1143.56298828125, 1094.637451171875, 1442.589599609375, 543.2548217773438, 1963.84521484375, 808.4810791015625, 2828.2099609375, 1719.7174072265625, 368.2762756347656, 2671.46630859375, 1900.844482421875, 3153.826171875, 4855.5615234375, 1009.0221557617188, 2123.2421875, 472.4211730957031, 6278.21533203125, 10411.248046875, 5338.931640625, 1447.16357421875, 423.9072265625, 1057.4097900390625, 2099.322021484375, 1671.2034912109375, 9718.4921875, 9377.6318359375, 1624.5426025390625, 595.9379272460938, 2278.59619140625, 1369.507568359375, 5049.78564453125, 4904.62255859375, 432.24560546875, 536.2219848632812, 457.1342468261719, 2679.720458984375, 3777.47412109375, 537.8643798828125, 692.2919921875, 1020.0136108398438, 1110.05078125, 641.7987670898438]\n", - "42\n", - "4008\n", - "9\n", - "[424.328369140625, 1062.84228515625, 1590.72607421875, 2355.241455078125, 2083.361328125, 3291.619140625, 3966.307861328125, 2421.6953125, 306.9600524902344]\n", - "9\n", - "4009\n", - "100\n", - "[771.0172119140625, 1685.237548828125, 386.25482177734375, 877.0020751953125, 1832.73828125, 538.5526733398438, 583.8529663085938, 619.0791015625, 935.354736328125, 908.5370483398438, 3327.26708984375, 3453.25341796875, 3086.6806640625, 1121.193115234375, 479.2139892578125, 1331.7769775390625, 3038.03564453125, 3882.916259765625, 4044.548828125, 3760.84765625, 1921.5931396484375, 1715.73974609375, 1352.4515380859375, 762.921875, 390.1192321777344, 722.8985595703125, 586.7512817382812, 619.7320556640625, 1593.510986328125, 3438.555419921875, 3137.304443359375, 4294.76953125, 3013.843017578125, 341.05450439453125, 845.1806030273438, 1292.1666259765625, 1138.829345703125, 1278.4747314453125, 3922.5400390625, 4576.34521484375, 3067.338623046875, 424.9522705078125, 543.3499145507812, 480.419921875, 170.90036010742188, 2004.5113525390625, 3235.300537109375, 3495.3623046875, 2371.09765625, 439.67034912109375, 539.425537109375, 1400.1903076171875, 1940.968505859375, 3064.760009765625, 2898.25048828125, 2119.477783203125, 315.6826171875, 674.306884765625, 890.9606323242188, 2499.356201171875, 2183.38720703125, 1360.1204833984375, 364.5274963378906, 745.2455444335938, 849.6912841796875, 712.184814453125, 2299.372802734375, 586.8978881835938, 639.1940307617188, 318.3410949707031, 1583.290283203125, 530.7372436523438, 894.3253173828125, 983.2335205078125, 2700.572265625, 1823.4503173828125, 2283.46875, 515.3928833007812, 312.39788818359375, 1026.834716796875, 2217.6005859375, 3584.697021484375, 3884.3623046875, 2071.212646484375, 333.8587341308594, 1384.1796875, 374.0352783203125, 422.72021484375, 897.91650390625, 2464.64306640625, 1982.8507080078125, 1391.26220703125, 648.2021484375, 388.1870422363281, 587.8572998046875, 1297.1171875, 728.681884765625, 580.3350219726562]\n", - "98\n", - "4010\n", - "6\n", - "[655.8331909179688, 1990.9737548828125, 1645.9580078125, 440.5231018066406, 533.1937255859375, 769.9932250976562]\n", - "6\n", - "4011\n", - "12\n", - "[788.90087890625, 332.7970886230469, 1931.3070068359375, 396.1053161621094, 458.156494140625, 2391.79296875, 2857.911865234375, 1684.5120849609375, 1569.3173828125, 1568.9005126953125, 342.7008056640625, 569.9459228515625]\n", - "12\n", - "4012\n", - "6\n", - "[1659.5499267578125, 1020.301513671875, 655.802001953125, 2457.01806640625, 1793.5888671875, 450.8522033691406]\n", - "6\n", - "4013\n", - "21\n", - "[1172.2872314453125, 1830.6728515625, 2806.255615234375, 2787.7001953125, 935.3899536132812, 1408.4140625, 1867.0987548828125, 406.2074279785156, 888.2416381835938, 632.1041259765625, 3274.14306640625, 1084.090087890625, 444.77362060546875, 3094.32470703125, 9497.03515625, 3077.245849609375, 517.454345703125, 803.811279296875, 323.7674255371094]\n", - "19\n", - "4014\n", - "8\n", - "[449.4454650878906, 946.1273803710938, 2281.8984375, 7259.55419921875, 568.3746948242188, 7861.78759765625, 672.6127319335938, 344.17041015625]\n", - "8\n", - "4015\n", - "282\n", - "[1670.93896484375, 1999.214111328125, 454.4579772949219, 2395.9375, 1564.4686279296875, 499.089111328125, 440.1802062988281, 1556.269775390625, 733.38427734375, 326.06170654296875, 1430.034912109375, 398.9678649902344, 433.2387390136719, 1075.687744140625, 1868.261474609375, 694.12548828125, 1244.132568359375, 1528.5870361328125, 632.8265380859375, 556.9588623046875, 758.458740234375, 1422.210205078125, 1450.0799560546875, 1164.139404296875, 3182.338623046875, 573.4500732421875, 576.3180541992188, 1274.392333984375, 1529.50146484375, 804.066650390625, 1745.0089111328125, 1869.924072265625, 517.980712890625, 479.8649597167969, 1450.568359375, 1713.9906005859375, 184.4683380126953, 2566.501953125, 2479.868896484375, 2479.03759765625, 350.58544921875, 2593.551025390625, 3063.782958984375, 571.7770385742188, 1138.8675537109375, 1755.639404296875, 3275.11328125, 444.5030212402344, 3994.167724609375, 1057.824951171875, 3380.409423828125, 969.3524169921875, 375.2962341308594, 2934.6591796875, 117.4541244506836, 370.6512756347656, 2139.83056640625, 7946.4892578125, 7711.23779296875, 4004.205810546875, 1053.2423095703125, 462.6360168457031, 2267.114990234375, 2515.417724609375, 2716.740966796875, 935.4764404296875, 1065.691162109375, 819.6641845703125, 1646.0203857421875, 1802.556640625, 4356.75537109375, 7359.47802734375, 8746.513671875, 6678.14453125, 3712.3525390625, 2326.927978515625, 106.53274536132812, 100.55769348144531, 2093.090087890625, 2692.643310546875, 685.44873046875, 1431.146728515625, 1099.17236328125, 3919.32861328125, 4299.9453125, 7429.92138671875, 4991.4208984375, 2338.026123046875, 3939.571044921875, 3012.90673828125, 1092.96875, 3048.570068359375, 1945.6256103515625, 409.2657470703125, 1314.8564453125, 4956.6513671875, 4354.7392578125, 5091.23046875, 731.9710693359375, 1520.6376953125, 3781.476318359375, 681.8636474609375, 1099.411376953125, 1789.421875, 1242.5946044921875, 2732.43212890625, 637.6793823242188, 3270.021484375, 5902.75830078125, 5885.60205078125, 2196.35986328125, 194.45448303222656, 389.8026428222656, 638.2093505859375, 242.97198486328125, 839.1065063476562, 170.63735961914062, 798.3617553710938, 1016.591796875, 483.8760681152344, 647.1459350585938, 525.1507568359375, 2198.115966796875, 2451.11572265625, 5967.88134765625, 2860.319091796875, 3345.8681640625, 1296.754638671875, 358.0880432128906, 370.5577392578125, 1335.712158203125, 2112.26220703125, 628.8882446289062, 405.472900390625, 2004.6488037109375, 551.24365234375, 1067.52001953125, 1601.7218017578125, 3193.125, 3139.9521484375, 5915.76806640625, 7655.4150390625, 2794.998779296875, 1100.35693359375, 431.67999267578125, 2911.47607421875, 889.4736938476562, 544.9776000976562, 5092.1865234375, 7105.2421875, 8168.62646484375, 7673.3505859375, 6051.94775390625, 2053.80029296875, 2272.39404296875, 426.5882263183594, 330.862548828125, 1301.326904296875, 1179.8096923828125, 302.2342224121094, 1363.8624267578125, 1911.1572265625, 1901.326904296875, 1977.0595703125, 7826.27099609375, 9272.474609375, 9319.1943359375, 7574.35205078125, 3016.325439453125, 3705.4423828125, 1804.094482421875, 4754.2685546875, 1021.9849853515625, 2136.7861328125, 687.797119140625, 553.7271118164062, 384.24322509765625, 357.1839904785156, 1456.4498291015625, 507.10089111328125, 749.9481811523438, 3312.594970703125, 9143.62109375, 9162.3681640625, 4680.29150390625, 4855.1376953125, 2452.466796875, 1619.9068603515625, 1234.167236328125, 179.72984313964844, 632.2135009765625, 171.40634155273438, 1345.6463623046875, 753.7618408203125, 452.78497314453125, 303.8552551269531, 3399.259521484375, 5089.66162109375, 8186.9462890625, 4158.41455078125, 271.5483703613281, 1210.661865234375, 459.2900085449219, 837.8699340820312, 1441.953857421875, 849.456298828125, 4596.3603515625, 2975.32080078125, 421.1535339355469, 3193.997802734375, 2266.439697265625, 2154.6904296875, 1000.3916015625, 410.5334777832031, 1878.9127197265625, 3273.98046875, 3468.736328125, 3669.81005859375, 497.135498046875, 1982.982666015625, 1505.9649658203125, 425.59063720703125, 1479.0096435546875, 1306.054931640625, 1089.7681884765625, 1880.0557861328125, 936.9104614257812, 1890.3328857421875, 880.5994262695312, 2872.17578125, 891.4791870117188, 1015.3864135742188, 325.9474182128906, 1748.7083740234375, 351.3440246582031, 1615.6982421875, 602.1926879882812, 973.52978515625, 1834.3751220703125, 451.54840087890625, 536.1656494140625, 2093.07958984375, 403.6024169921875, 577.284423828125, 477.5373229980469, 805.2928466796875, 1678.6182861328125, 342.2723083496094, 1262.618896484375, 1513.093505859375, 412.8715515136719, 955.7500610351562, 2310.00048828125, 1098.8709716796875, 1439.283203125, 2204.58984375, 813.5747680664062, 1648.555908203125, 916.5328979492188, 576.2557373046875, 375.3585510253906, 996.3285522460938, 1394.5067138671875, 541.9640502929688]\n", - "264\n", - "4016\n", - "4\n", - "[3258.830810546875, 1644.4384765625, 520.1491088867188, 596.3341064453125]\n", - "4\n", - "4017\n", - "9\n", - "[924.90283203125, 846.4481201171875, 1088.303955078125, 4383.158203125, 3006.1298828125, 791.4609375, 2484.2294921875, 1057.5062255859375, 1105.9351806640625]\n", - "9\n", - "4018\n", - "4\n", - "[539.6664428710938, 2988.2490234375, 1183.5189208984375, 1126.1717529296875]\n", - "4\n", - "4019\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[1367.7799072265625, 334.53070068359375, 364.478759765625, 621.0842895507812, 1073.45361328125, 367.2532653808594, 1510.7864990234375, 565.1889038085938, 569.2207641601562, 1627.1287841796875, 2056.57470703125, 2019.5916748046875, 1527.2882080078125, 476.19683837890625, 779.3974609375, 465.20269775390625]\n", - "16\n", - "4020\n", - "118\n", - "[465.60797119140625, 698.978271484375, 1520.3778076171875, 491.3890686035156, 595.56298828125, 1081.7667236328125, 896.3215942382812, 327.94256591796875, 760.8280029296875, 1310.720703125, 519.3731079101562, 1920.582275390625, 1903.831298828125, 2578.1611328125, 3901.964599609375, 1268.562744140625, 1351.4862060546875, 1412.97216796875, 4836.1630859375, 1147.91845703125, 353.3183898925781, 420.40533447265625, 1894.62451171875, 758.198974609375, 789.1653442382812, 3858.22705078125, 1604.2469482421875, 1868.2510986328125, 984.3680419921875, 321.9986572265625, 2306.197265625, 2875.60498046875, 469.3800964355469, 377.41607666015625, 1633.2181396484375, 3604.08447265625, 3943.81103515625, 4434.85693359375, 1123.4466552734375, 566.6748657226562, 640.2357177734375, 2686.3876953125, 345.5975646972656, 421.9432678222656, 521.4098510742188, 427.5754089355469, 2844.31640625, 2927.582763671875, 797.6135864257812, 562.4559326171875, 612.9996948242188, 89.92727661132812, 1500.5614013671875, 2802.09619140625, 486.1829833984375, 1189.1619873046875, 415.4278564453125, 204.99136352539062, 1150.485107421875, 1285.864501953125, 532.1961669921875, 515.3724365234375, 559.161865234375, 259.3072814941406, 1328.9783935546875, 2718.476318359375, 603.294189453125, 982.6326904296875, 1765.2825927734375, 588.7774047851562, 1035.9925537109375, 1878.8399658203125, 1514.51708984375, 5016.7138671875, 8118.27978515625, 1896.1104736328125, 1026.18310546875, 908.3029174804688, 1831.2369384765625, 1018.7012329101562, 687.8802490234375, 866.0825805664062, 667.0142822265625, 364.79052734375, 822.2620239257812, 306.8791809082031, 446.4150390625, 1169.0234375, 5071.60107421875, 8133.9296875, 5209.16259765625, 1567.7418212890625, 345.6495361328125, 324.41986083984375, 412.1234130859375, 559.2241821289062, 378.80853271484375, 1089.009521484375, 631.9952392578125, 1291.35107421875, 333.45001220703125, 2163.460693359375, 1280.1387939453125, 3470.6171875, 4287.72509765625, 704.4442138671875, 936.44287109375, 1584.8045654296875, 1884.1083984375, 481.0911865234375, 417.70355224609375, 503.7860107421875, 1273.322021484375, 705.5768432617188, 399.903076171875]\n", - "115\n", - "4021\n", - "6\n", - "[419.1895446777344, 1916.1971435546875, 1825.4696044921875, 421.2574157714844, 2044.302490234375, 499.9308166503906]\n", - "6\n", - "4022\n", - "61\n", - "[398.73284912109375, 2703.31494140625, 482.5064392089844, 1549.63330078125, 1329.3709716796875, 475.6243896484375, 446.17047119140625, 365.4872741699219, 965.8805541992188, 1651.1409912109375, 4699.0712890625, 4020.978271484375, 701.0095825195312, 535.3284912109375, 1154.5614013671875, 3894.248046875, 5591.4833984375, 6378.001953125, 5762.9296875, 1174.946044921875, 674.396484375, 1529.7001953125, 5573.392578125, 8612.123046875, 7979.76806640625, 5820.60107421875, 1692.2314453125, 2931.56494140625, 3252.811767578125, 4490.421875, 6110.5400390625, 2536.017333984375, 313.0931396484375, 865.1572875976562, 1282.8841552734375, 1134.7115478515625, 384.089111328125, 1236.1478271484375, 1357.1014404296875, 1482.02490234375, 1668.708740234375, 1368.1435546875, 400.7178649902344, 1330.749755859375, 1680.4879150390625, 423.80072021484375, 1028.8177490234375, 521.1126708984375, 868.9490356445312, 660.4183959960938, 1499.901611328125, 798.0599975585938, 1833.92626953125, 1166.411865234375, 2035.28955078125, 316.95611572265625, 2165.78759765625, 493.7032165527344, 1845.1348876953125, 1532.635986328125, 879.4207153320312]\n", - "61\n", - "4023\n", - "7\n", - "[2040.0003662109375, 381.1258239746094, 2048.770751953125, 481.7770080566406, 1699.2763671875, 431.7215881347656, 330.98724365234375]\n", - "7\n", - "4024\n", - "22\n", - "[415.7701416015625, 755.0107421875, 553.7991943359375, 2398.08251953125, 2766.167724609375, 399.220703125, 1875.3485107421875, 7207.17333984375, 8613.6669921875, 2493.4287109375, 380.12335205078125, 1700.8311767578125, 8859.572265625, 9558.8798828125, 5105.8125, 1625.330078125, 433.5584716796875, 4588.54833984375, 6276.2666015625, 1228.7974853515625, 651.9739379882812, 595.7105102539062]\n", - "22\n", - "4025\n", - "9\n", - "[1180.776123046875, 855.6392211914062, 1416.4326171875, 2773.83154296875, 379.39044189453125, 771.7182006835938, 641.3059692382812, 397.4922790527344, 346.9380798339844]\n", - "9\n", - "4026\n", - "46\n", - "[333.12786865234375, 601.98486328125, 1274.25732421875, 2564.2158203125, 1269.113525390625, 2276.15576171875, 525.7430419921875, 1489.7647705078125, 309.45623779296875, 952.7781372070312, 293.50543212890625, 585.5352783203125, 1267.9912109375, 3530.450927734375, 4282.66455078125, 6261.2099609375, 3867.350830078125, 310.44342041015625, 1527.27783203125, 766.408203125, 3147.475341796875, 7160.68017578125, 5243.080078125, 5565.7958984375, 1607.416259765625, 1214.579345703125, 1924.10498046875, 2811.011962890625, 663.533203125, 338.6560974121094, 486.2557373046875, 816.2349853515625, 336.08941650390625, 440.93878173828125, 380.79327392578125, 337.7832336425781, 2784.4619140625, 521.4410400390625, 735.2339477539062, 672.8854370117188, 444.1913146972656, 1934.69384765625, 444.88751220703125, 478.4725646972656, 996.4948120117188, 1785.639404296875]\n", - "46\n", - "4027\n", - "8\n", - "[319.16973876953125, 4887.44921875, 12954.4609375, 4213.75439453125, 3980.201904296875, 4516.18798828125, 861.336181640625, 2743.385009765625]\n", - "8\n", - "4028\n", - "7\n", - "[469.5255432128906, 1037.499267578125, 473.33917236328125, 1801.7149658203125, 2679.830810546875, 3165.650146484375, 348.3512878417969]\n", - "7\n", - "4029\n", - "4\n", - "[885.285888671875, 2000.980712890625, 2574.18115234375, 711.6246948242188]\n", - "4\n", - "4030\n", - "8\n", - "[468.0291748046875, 594.7732543945312, 971.1813354492188, 998.8120727539062, 570.9873046875, 650.6270751953125, 516.6401977539062, 390.5716247558594]\n", - "8\n", - "4031\n", - "5\n", - "[329.6397705078125, 9188.634765625, 1028.258544921875, 2544.8994140625, 898.8129272460938]\n", - "5\n", - "4032\n", - "7\n", - "[3254.932861328125, 458.1625671386719, 6720.76220703125, 7985.33544921875, 4035.8955078125, 2115.037353515625, 722.6854248046875]\n", - "7\n", - "4033\n", - "11\n", - "[1007.6430053710938, 4742.28564453125, 1933.739013671875, 2073.97265625, 1164.9208984375, 2718.42822265625, 2847.454833984375, 904.8587646484375, 767.0015869140625, 397.3133239746094, 379.12139892578125]\n", - "11\n", - "4034\n", - "3\n", - "[2670.9384765625, 3193.596435546875, 1268.258544921875]\n", - "3\n", - "4035\n", - "5\n", - "[663.6105346679688, 5211.8984375, 3422.240478515625, 2172.439697265625, 1890.984375]\n", - "5\n", - "4036\n", - "11\n", - "[541.1075439453125, 1142.1827392578125, 353.0647888183594, 4658.46044921875, 3151.003662109375, 1891.219482421875, 4278.5849609375, 1191.1270751953125, 1250.766845703125, 387.00274658203125, 420.2559814453125]\n", - "11\n", - "4037\n", - "7\n", - "[4338.73828125, 1724.2108154296875, 2796.44921875, 6923.0849609375, 1131.7469482421875, 649.289306640625, 456.34033203125]\n", - "7\n", - "4038\n", - "5\n", - "[518.4986572265625, 995.9854125976562, 2395.36962890625, 398.4723815917969, 1169.438720703125]\n", - "5\n", - "4039\n", - "6\n", - "[381.24957275390625, 4325.30419921875, 356.4158935546875, 6787.7158203125, 1365.00244140625, 1086.18603515625]\n", - "6\n", - "4040\n", - "11\n", - "[1452.9271240234375, 2418.434814453125, 484.0735168457031, 1146.58837890625, 2985.888916015625, 1029.0511474609375, 1045.70849609375, 2784.90869140625, 919.7230224609375, 690.5300903320312, 1219.484130859375]\n", - "11\n", - "4041\n", - "8\n", - "[455.24627685546875, 351.8836669921875, 1955.388427734375, 4088.114990234375, 2534.637939453125, 5278.5244140625, 1060.8203125, 2224.672607421875]\n", - "8\n", - "4042\n", - "10\n", - "[403.83123779296875, 1338.6795654296875, 1066.63818359375, 2045.21435546875, 691.9899291992188, 655.6044921875, 921.8692626953125, 2581.315185546875, 1109.419921875, 399.7669677734375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "4043\n", - "16\n", - "[920.8869018554688, 2353.675537109375, 2209.193359375, 584.6000366210938, 2988.133544921875, 4437.4755859375, 2960.28466796875, 1756.6058349609375, 1084.5723876953125, 1415.829833984375, 2069.1689453125, 1292.546142578125, 1179.986328125, 391.9432678222656, 1344.5655517578125, 487.11822509765625]\n", - "16\n", - "4044\n", - "8\n", - "[473.82757568359375, 493.3946228027344, 1336.7095947265625, 1824.96044921875, 626.9450073242188, 774.8667602539062, 969.0407104492188, 558.1434936523438]\n", - "8\n", - "4045\n", - "18\n", - "[1252.663818359375, 693.60595703125, 3717.756103515625, 1921.3824462890625, 832.3936157226562, 433.5400695800781, 311.1604309082031, 3483.67919921875, 2665.002197265625, 1031.887939453125, 544.4060668945312, 720.5716552734375, 301.69384765625, 914.7767944335938, 569.43896484375, 2542.56005859375, 1993.644287109375, 2116.262939453125]\n", - "18\n", - "4046\n", - "4\n", - "[884.9019165039062, 1086.1484375, 2221.363525390625, 987.8934936523438]\n", - "4\n", - "4047\n", - "4\n", - "[2300.36865234375, 711.4649658203125, 777.481201171875, 3102.06884765625]\n", - "4\n", - "4048\n", - "11\n", - "[2822.84521484375, 1484.370849609375, 1788.457763671875, 897.5074462890625, 1516.336669921875, 1453.770751953125, 498.3420104980469, 13979.2587890625, 1453.770751953125, 613.9114990234375, 2380.239013671875]\n", - "11\n", - "4049\n", - "3\n", - "[2290.40185546875, 874.6675415039062, 4781.451171875]\n", - "3\n", - "4050\n", - "30\n", - "[775.1278076171875, 601.4547729492188, 665.7188110351562, 2378.6982421875, 486.8236999511719, 2822.819580078125, 1431.034423828125, 366.5496520996094, 499.8786926269531, 2377.013671875, 1238.199951171875, 413.9685974121094, 2241.11572265625, 3887.177978515625, 708.7159423828125, 445.4689636230469, 664.7080688476562, 1008.3483276367188, 5896.63134765625, 3938.5556640625, 2847.413330078125, 1393.9329833984375, 342.50323486328125, 1051.0086669921875, 1172.0828857421875, 1053.61962890625, 1326.215576171875, 334.2912292480469, 1577.2498779296875, 855.057861328125]\n", - "30\n", - "4051\n", - "34\n", - "[690.207763671875, 1336.31640625, 2432.318603515625, 1539.639892578125, 363.6900329589844, 370.063720703125, 424.4803161621094, 492.6234436035156, 340.9151916503906, 2506.8173828125, 6244.74462890625, 6913.16552734375, 3484.03125, 449.9478759765625, 357.6971130371094, 1692.3272705078125, 7398.75341796875, 8476.77734375, 4699.9638671875, 318.15850830078125, 509.2966003417969, 892.4068603515625, 1666.4970703125, 5863.87353515625, 7857.7861328125, 3521.693359375, 1395.6016845703125, 959.6251831054688, 1856.3839111328125, 3218.9931640625, 1969.587158203125, 883.4854736328125, 366.4371337890625, 404.90594482421875]\n", - "34\n", - "4052\n", - "28\n", - "[1180.119873046875, 1104.083251953125, 628.9560546875, 342.3670959472656, 845.78857421875, 11715.0322265625, 5904.65087890625, 1124.1390380859375, 830.9999389648438, 8173.7275390625, 3158.218505859375, 2679.917236328125, 1747.22021484375, 998.1318359375, 1481.699951171875, 11442.287109375, 10209.765625, 4289.44775390625, 1239.409423828125, 638.5450439453125, 12759.8935546875, 10773.421875, 2250.709228515625, 362.01776123046875, 3260.455810546875, 3977.265869140625, 5380.49853515625, 1142.911865234375]\n", - "28\n", - "4053\n", - "4\n", - "[2029.4688720703125, 1097.807861328125, 3621.10205078125, 331.56494140625]\n", - "4\n", - "4054\n", - "9\n", - "[1753.171875, 1140.309814453125, 326.7897033691406, 419.05859375, 975.0109252929688, 1640.902587890625, 555.2542114257812, 1162.9486083984375, 2030.83984375]\n", - "9\n", - "4055\n", - "5\n", - "[685.2213745117188, 2669.200439453125, 3762.9599609375, 1702.32275390625, 498.1078186035156]\n", - "5\n", - "4056\n", - "6\n", - "[764.4857788085938, 1689.2901611328125, 930.6548461914062, 811.299072265625, 2468.4072265625, 837.9010620117188]\n", - "6\n", - "4057\n", - "14\n", - "[1443.582763671875, 869.7203369140625, 364.4785461425781, 331.4435119628906, 1465.565673828125, 834.2562255859375, 530.8682861328125, 881.744140625, 2223.671142578125, 988.2578735351562, 3643.449462890625, 20369.869140625, 2631.87255859375, 2374.636474609375]\n", - "14\n", - "4058\n", - "6\n", - "[680.3014526367188, 6482.52587890625, 5052.04345703125, 7429.71337890625, 10700.0126953125, 371.314208984375]\n", - "6\n", - "4059\n", - "2\n", - "[3095.78564453125, 1990.635986328125]\n", - "2\n", - "4060\n", - "10\n", - "[768.3929443359375, 675.2443237304688, 464.36102294921875, 765.7431030273438, 1504.4373779296875, 1140.6029052734375, 2731.164306640625, 1140.9769287109375, 1276.5018310546875, 789.2173461914062]\n", - "10\n", - "4061\n", - "6\n", - "[747.286865234375, 417.0090026855469, 526.3829956054688, 2903.359375, 3559.512939453125, 1291.4993896484375]\n", - "6\n", - "4062\n", - "5\n", - "[454.3546142578125, 1579.7222900390625, 782.7576293945312, 3286.216064453125, 416.651123046875]\n", - "5\n", - "4063\n", - "5\n", - "[1566.6378173828125, 2014.29833984375, 406.4707946777344, 600.4829711914062, 964.9395751953125]\n", - "5\n", - "4064\n", - "5\n", - "[2997.12451171875, 649.2105712890625, 580.861572265625, 616.4047241210938, 619.226318359375]\n", - "5\n", - "4065\n", - "4\n", - "[2152.84130859375, 4561.5009765625, 1596.933349609375, 422.4431457519531]\n", - "4\n", - "4066\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[534.8147583007812, 612.31396484375, 1209.4564208984375, 2128.275390625, 790.9838256835938, 644.9845581054688, 808.420654296875]\n", - "7\n", - "4067\n", - "8\n", - "[1124.8494873046875, 807.5685424804688, 1373.765380859375, 1984.8739013671875, 1766.84130859375, 2866.82421875, 577.1286010742188, 1252.4249267578125]\n", - "8\n", - "4068\n", - "8\n", - "[466.41278076171875, 458.3902893066406, 393.17120361328125, 3446.8017578125, 3909.251953125, 490.05072021484375, 3671.029541015625, 577.2589111328125]\n", - "8\n", - "4069\n", - "5\n", - "[613.6128540039062, 1053.4189453125, 1533.0657958984375, 874.6970825195312, 1338.7774658203125]\n", - "5\n", - "4070\n", - "12\n", - "[3730.194580078125, 2192.089111328125, 1232.1201171875, 641.9190673828125, 626.7476196289062, 1870.2047119140625, 1754.350830078125, 1247.2396240234375, 754.655517578125, 640.1317138671875, 2611.268310546875, 2685.56689453125]\n", - "12\n", - "4071\n", - "12\n", - "[1329.6556396484375, 661.3865966796875, 504.76568603515625, 1086.470703125, 2612.99560546875, 1916.9686279296875, 1128.3951416015625, 1651.37890625, 1942.5404052734375, 320.4912414550781, 979.8926391601562, 719.6636962890625]\n", - "12\n", - "4072\n", - "9\n", - "[576.9415893554688, 301.79779052734375, 1087.1495361328125, 1362.5323486328125, 682.300048828125, 1521.6456298828125, 2758.62890625, 2236.60595703125, 606.2037963867188]\n", - "9\n", - "4073\n", - "9\n", - "[831.6246337890625, 836.4254760742188, 1691.45166015625, 362.8057556152344, 1180.111083984375, 626.30078125, 418.02569580078125, 804.0250854492188, 797.8005981445312]\n", - "9\n", - "4074\n", - "3\n", - "[574.1832275390625, 9776.9423828125, 405.19122314453125]\n", - "3\n", - "4075\n", - "20\n", - "[986.384033203125, 366.7960510253906, 439.7333679199219, 488.45867919921875, 404.755859375, 5134.71875, 2628.34130859375, 598.2439575195312, 4169.1591796875, 6975.30810546875, 4285.2724609375, 422.0679931640625, 462.7191467285156, 2112.656982421875, 1447.43017578125, 1628.5628662109375, 537.204833984375, 528.1538696289062, 781.4237670898438, 378.2162170410156]\n", - "20\n", - "4076\n", - "6\n", - "[628.0106811523438, 3997.585205078125, 2925.6884765625, 385.65582275390625, 2594.397216796875, 347.0741882324219]\n", - "6\n", - "4077\n", - "4\n", - "[2134.047607421875, 1848.6282958984375, 4249.86572265625, 4646.7880859375]\n", - "4\n", - "4078\n", - "4\n", - "[989.9073486328125, 4620.4482421875, 2945.170654296875, 582.66064453125]\n", - "4\n", - "4079\n", - "8\n", - "[829.239501953125, 373.4031982421875, 1586.6533203125, 634.80810546875, 309.4766845703125, 589.8958740234375, 805.5985107421875, 396.8185119628906]\n", - "8\n", - "4080\n", - "10\n", - "[1135.6199951171875, 374.8034973144531, 423.0858459472656, 2625.61376953125, 2041.445068359375, 1840.8448486328125, 673.7596435546875, 884.1493530273438, 1148.0694580078125, 1352.4859619140625]\n", - "10\n", - "4081\n", - "7\n", - "[685.510986328125, 1135.3033447265625, 344.0076904296875, 1097.55126953125, 3763.281005859375, 1018.25439453125, 475.656494140625]\n", - "7\n", - "4082\n", - "2\n", - "[5313.89501953125, 302.21636962890625]\n", - "2\n", - "4083\n", - "5\n", - "[1073.5206298828125, 1983.366455078125, 568.712890625, 801.0352783203125, 648.0309448242188]\n", - "5\n", - "4084\n", - "12\n", - "[1498.499755859375, 850.0044555664062, 920.9297485351562, 2202.429443359375, 354.3134460449219, 692.4629516601562, 2384.7763671875, 3196.703125, 1573.529296875, 353.98699951171875, 775.8743286132812, 314.716552734375]\n", - "12\n", - "4085\n", - "31\n", - "[437.51934814453125, 458.5261535644531, 479.44769287109375, 1098.5855712890625, 637.3064575195312, 477.681396484375, 787.1011352539062, 1278.3221435546875, 448.29986572265625, 470.4212951660156, 3367.9560546875, 1497.709228515625, 715.8399658203125, 2580.556396484375, 562.878173828125, 2555.7490234375, 2026.321044921875, 2465.198486328125, 5074.56396484375, 1336.2021484375, 562.8536987304688, 2778.07177734375, 2361.766357421875, 1637.496826171875, 1388.009521484375, 2324.150146484375, 462.92364501953125, 1522.4495849609375, 946.33642578125, 457.0887451171875, 307.90313720703125]\n", - "31\n", - "4086\n", - "9\n", - "[1237.9288330078125, 468.47601318359375, 1112.3695068359375, 3260.98095703125, 1768.6494140625, 1614.2642822265625, 734.9221801757812, 3421.93359375, 1809.1759033203125]\n", - "9\n", - "4087\n", - "5\n", - "[510.5916748046875, 2411.0546875, 19176.259765625, 6349.583984375, 20730.658203125]\n", - "5\n", - "4088\n", - "6\n", - "[613.999755859375, 2461.323486328125, 2173.059814453125, 1561.449951171875, 851.1847534179688, 2047.4388427734375]\n", - "6\n", - "4089\n", - "16\n", - "[930.4457397460938, 518.3612060546875, 499.5592041015625, 568.4633178710938, 689.5707397460938, 625.2285766601562, 1358.116455078125, 423.5472717285156, 747.5481567382812, 374.3648681640625, 878.2119140625, 1164.218994140625, 537.0535888671875, 925.1224975585938, 379.1156005859375, 861.5660400390625]\n", - "16\n", - "4090\n", - "6" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[561.5872802734375, 2562.83251953125, 363.1116943359375, 1227.4337158203125, 311.4938049316406, 439.4920349121094]\n", - "6\n", - "4091\n", - "6\n", - "[372.5538330078125, 1029.5479736328125, 4469.4638671875, 1603.7021484375, 406.6854248046875, 476.0686950683594]\n", - "6\n", - "4092\n", - "8\n", - "[728.6275024414062, 432.6520690917969, 1445.572509765625, 6989.40673828125, 14116.736328125, 697.6590576171875, 3862.873046875, 2186.815185546875]\n", - "8\n", - "4093\n", - "3\n", - "[3851.84814453125, 420.197021484375, 2862.17578125]\n", - "3\n", - "4094\n", - "3\n", - "[347.85858154296875, 1352.788330078125, 4219.65966796875]\n", - "3\n", - "4095\n", - "8\n", - "[1834.8330078125, 2576.940185546875, 2238.00244140625, 4456.18994140625, 2436.8466796875, 355.76873779296875, 345.17919921875, 368.2016296386719]\n", - "8\n", - "4096\n", - "12\n", - "[309.0033264160156, 588.9071655273438, 913.3684692382812, 1228.031005859375, 466.51800537109375, 3248.54345703125, 1751.403076171875, 616.329833984375, 7365.6708984375, 2911.890380859375, 659.9092407226562, 361.6304931640625]\n", - "12\n", - "4097\n", - "14\n", - "[325.6804504394531, 1793.6605224609375, 1756.5947265625, 1870.4473876953125, 2411.10595703125, 5293.70068359375, 3847.646240234375, 1600.07080078125, 444.1901550292969, 345.57257080078125, 2379.539794921875, 521.5565185546875, 1122.5445556640625, 760.7042236328125]\n", - "14\n", - "4098\n", - "1\n", - "[5250.2509765625]\n", - "1\n", - "4099\n", - "34\n", - "[723.15478515625, 636.2542114257812, 5400.9404296875, 1281.084228515625, 2228.54150390625, 8509.7099609375, 984.9150390625, 360.6668701171875, 11995.1748046875, 9547.052734375, 1195.771728515625, 1148.0654296875, 4880.97705078125, 16729.814453125, 9331.5380859375, 2583.300537109375, 1488.6163330078125, 471.72760009765625, 723.21826171875, 1240.492431640625, 1195.432861328125, 13912.978515625, 11671.3095703125, 628.3984375, 448.753173828125, 1566.771728515625, 766.5838623046875, 325.3899841308594, 834.2154541015625, 445.1958312988281, 476.4283447265625, 1191.6849365234375, 2054.951904296875, 314.7815246582031]\n", - "34\n", - "4100\n", - "253\n", - "[534.3991088867188, 1524.6279296875, 622.1442260742188, 2890.464599609375, 1346.6541748046875, 400.51617431640625, 882.8023681640625, 221.34744262695312, 2429.324951171875, 771.2921142578125, 866.5086669921875, 1980.7276611328125, 97.4506607055664, 1077.84912109375, 1492.56005859375, 1588.3896484375, 1045.802001953125, 2759.0654296875, 1756.2420654296875, 1057.0767822265625, 3803.287841796875, 445.72918701171875, 1983.0035400390625, 1109.09619140625, 331.40289306640625, 572.64990234375, 4821.6357421875, 3030.343505859375, 449.7091064453125, 960.9562377929688, 472.0402526855469, 1232.213623046875, 3644.67333984375, 2409.009765625, 738.3929443359375, 551.2747802734375, 588.8605346679688, 156.21409606933594, 1126.054931640625, 1202.0992431640625, 1672.1131591796875, 4185.9931640625, 373.0308837890625, 271.8081359863281, 410.751708984375, 964.8529663085938, 2158.20263671875, 1250.7830810546875, 1774.863525390625, 947.40576171875, 2501.119140625, 2456.09326171875, 414.845947265625, 1900.6307373046875, 3340.24658203125, 2030.3468017578125, 2207.86328125, 4578.1962890625, 2317.37841796875, 1919.5638427734375, 5824.12646484375, 1054.208740234375, 1005.8055419921875, 4149.55029296875, 2883.4296875, 430.9526062011719, 2846.768798828125, 4598.41796875, 1426.7615966796875, 2047.658935546875, 2860.901123046875, 4253.55810546875, 5373.89794921875, 5970.115234375, 1780.1214599609375, 226.4912109375, 2755.220458984375, 1900.246337890625, 378.6006774902344, 3652.7578125, 5076.6513671875, 9090.916015625, 9989.2744140625, 9529.6416015625, 8257.701171875, 3595.833740234375, 767.8006591796875, 953.7860717773438, 1013.7445678710938, 4051.289306640625, 3850.2568359375, 9165.017578125, 10090.091796875, 8858.1904296875, 9607.337890625, 5887.5556640625, 1108.2025146484375, 1984.4893798828125, 532.9339599609375, 1075.500732421875, 5069.34619140625, 2020.693115234375, 5445.775390625, 9304.833984375, 9159.0322265625, 10170.8017578125, 9726.6005859375, 9176.8740234375, 3976.658203125, 3482.89990234375, 1989.363037109375, 1052.2760009765625, 1609.151611328125, 195.65989685058594, 5827.80517578125, 1275.4210205078125, 3883.83154296875, 8655.0380859375, 9200.212890625, 9075.4228515625, 10052.33984375, 9386.1669921875, 8078.59521484375, 2304.025390625, 865.5734252929688, 6164.37255859375, 1995.8056640625, 2963.485107421875, 2499.77880859375, 573.5435791015625, 6757.60791015625, 7535.48828125, 5152.6025390625, 8712.4609375, 8467.8369140625, 7437.89208984375, 7778.47021484375, 2458.4833984375, 606.1934204101562, 915.5664672851562, 3196.03466796875, 831.115478515625, 377.0523986816406, 1831.2056884765625, 2245.157958984375, 1108.711669921875, 5666.10400390625, 3602.49462890625, 4115.341796875, 5079.0830078125, 6086.42626953125, 8957.3037109375, 9526.1396484375, 8541.5634765625, 5798.9482421875, 6620.37890625, 4599.748046875, 575.0814819335938, 1061.0047607421875, 1660.7762451171875, 4399.96240234375, 4195.61572265625, 1301.8984375, 2867.04248046875, 4848.4560546875, 2220.031494140625, 2738.8125, 2437.690185546875, 5515.376953125, 884.911865234375, 2804.049560546875, 8255.166015625, 9701.3076171875, 9751.1240234375, 6380.1396484375, 3680.045654296875, 2212.051025390625, 734.5377197265625, 4502.1103515625, 7001.78515625, 4446.5576171875, 4056.942138671875, 2604.90869140625, 514.624267578125, 1598.0535888671875, 2125.438720703125, 8678.740234375, 8435.4052734375, 3582.09619140625, 2825.61181640625, 1047.0802001953125, 2346.349609375, 793.955810546875, 4549.30810546875, 4333.2705078125, 1397.0941162109375, 486.1206359863281, 4600.912109375, 4809.01025390625, 2859.498291015625, 2173.76904296875, 1063.727294921875, 1058.7393798828125, 1002.5218505859375, 388.389404296875, 3617.562255859375, 2236.813720703125, 2583.440185546875, 2777.468505859375, 1048.2440185546875, 349.24493408203125, 3688.971923828125, 4307.59326171875, 4287.3095703125, 2250.384765625, 1352.75390625, 2610.270751953125, 1103.2562255859375, 1406.8828125, 2741.607666015625, 8609.3369140625, 7190.33740234375, 7202.349609375, 3365.5703125, 172.09217834472656, 3118.56640625, 1292.6083984375, 4264.05322265625, 2222.92041015625, 3426.07958984375, 1728.4659423828125, 1066.8031005859375, 4842.76171875, 606.3804321289062, 3283.61328125, 4207.71142578125, 2733.200927734375, 4974.91943359375, 1903.530029296875, 312.8542175292969, 1574.4443359375, 1685.8818359375, 791.6384887695312, 2241.209228515625, 838.2959594726562, 559.4631958007812, 356.45660400390625, 837.942626953125, 796.7199096679688, 664.582763671875]\n", - "250\n", - "4101\n", - "9\n", - "[2458.5849609375, 2204.525390625, 3387.29052734375, 337.5686950683594, 324.7162780761719, 1081.662841796875, 1309.3990478515625, 1306.167236328125, 404.1608581542969]\n", - "9\n", - "4102\n", - "6\n", - "[539.0696411132812, 1235.154052734375, 703.7398681640625, 3816.24560546875, 1094.809326171875, 599.9844360351562]\n", - "6\n", - "4103\n", - "12\n", - "[1197.8363037109375, 643.7941284179688, 384.35455322265625, 1433.4959716796875, 3163.631103515625, 1131.4139404296875, 520.6856079101562, 3826.423828125, 3647.243896484375, 446.1598205566406, 980.716064453125, 991.7515258789062]\n", - "12\n", - "4104\n", - "12\n", - "[450.8511657714844, 446.7909240722656, 441.1106872558594, 439.2311096191406, 408.6763916015625, 348.1610107421875, 1879.8438720703125, 376.5299072265625, 321.8245544433594, 309.69818115234375, 1156.6422119140625, 493.01959228515625]\n", - "12\n", - "4105\n", - "7\n", - "[643.4796142578125, 1639.434814453125, 4415.5419921875, 1525.7540283203125, 690.69287109375, 2017.5826416015625, 3528.19482421875]\n", - "7\n", - "4106\n", - "9\n", - "[445.71435546875, 559.4161987304688, 2598.646728515625, 1243.1038818359375, 571.7734375, 524.5789794921875, 1550.965576171875, 1886.3004150390625, 332.2456359863281]\n", - "9\n", - "4107\n", - "3\n", - "[1436.2734375, 4249.21044921875, 4542.966796875]\n", - "3\n", - "4108\n", - "11\n", - "[420.4425354003906, 2717.83203125, 1749.953369140625, 3318.5546875, 930.3013305664062, 2133.425048828125, 3889.37646484375, 1918.3973388671875, 475.2994079589844, 1680.2518310546875, 740.4974365234375]\n", - "11\n", - "4109\n", - "6\n", - "[1023.1425170898438, 2623.054931640625, 370.0842590332031, 4563.88671875, 1880.35693359375, 577.97607421875]\n", - "6\n", - "4110\n", - "2\n", - "[9475.2265625, 2233.549560546875]\n", - "2\n", - "4111\n", - "50\n", - "[585.382080078125, 1290.3795166015625, 334.0204162597656, 3845.0712890625, 771.3502197265625, 3230.29345703125, 4568.1806640625, 1574.8046875, 8434.6923828125, 8170.46630859375, 375.0394592285156, 2275.683349609375, 11198.0341796875, 8627.205078125, 2385.31201171875, 12590.5947265625, 20278.59375, 3672.08056640625, 747.9913330078125, 6880.82080078125, 3635.68798828125, 7117.06103515625, 462.88909912109375, 1515.279052734375, 1365.195556640625, 910.4877319335938, 1983.0205078125, 2958.224609375, 846.3355102539062, 556.2681274414062, 367.8174133300781, 1160.8902587890625, 793.3549194335938, 1771.7752685546875, 1215.5634765625, 3317.071044921875, 402.9685363769531, 1817.9285888671875, 702.6277465820312, 899.8239135742188, 1385.0562744140625, 338.2520751953125, 370.80780029296875, 402.0657958984375, 379.9482116699219, 337.01080322265625, 1643.301513671875, 1766.81005859375, 674.5858154296875, 415.3814697265625]\n", - "50\n", - "4112\n", - "6\n", - "[1540.3470458984375, 443.2919006347656, 539.781982421875, 2560.99365234375, 1497.23486328125, 328.15631103515625]\n", - "6\n", - "4113\n", - "6\n", - "[816.165771484375, 3617.973876953125, 2116.2333984375, 977.2772216796875, 427.00213623046875, 691.1908569335938]\n", - "6\n", - "4114\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[3892.92236328125, 3453.596923828125, 628.1876220703125]\n", - "3\n", - "4115\n", - "3\n", - "[4363.18115234375, 4487.89990234375, 492.3776550292969]\n", - "3\n", - "4116\n", - "4\n", - "[5218.25341796875, 1811.8011474609375, 3757.225341796875, 363.8394470214844]\n", - "4\n", - "4117\n", - "3\n", - "[899.1105346679688, 1338.5084228515625, 5558.89794921875]\n", - "3\n", - "4118\n", - "4\n", - "[834.2904663085938, 1366.05908203125, 6230.4853515625, 1201.6048583984375]\n", - "4\n", - "4119\n", - "105\n", - "[668.5921020507812, 1805.5997314453125, 525.767822265625, 2516.606689453125, 2165.001953125, 2538.818603515625, 758.1046752929688, 2559.327880859375, 4104.1572265625, 1858.9488525390625, 556.8153076171875, 576.6746215820312, 1785.3370361328125, 942.6865234375, 802.0281982421875, 2615.626953125, 5434.970703125, 755.2889404296875, 749.1123657226562, 439.1007995605469, 1230.762451171875, 1062.9329833984375, 1055.434326171875, 319.9075622558594, 978.44677734375, 1025.0814208984375, 691.5136108398438, 344.5020446777344, 4677.01513671875, 3820.0771484375, 1464.944091796875, 415.731201171875, 424.1783142089844, 626.2294921875, 1647.7110595703125, 1347.251953125, 609.8506469726562, 2649.2509765625, 4148.521484375, 4383.15869140625, 648.5161743164062, 3184.130859375, 604.3984985351562, 1239.4036865234375, 3068.537353515625, 599.5438232421875, 154.94601440429688, 693.8662109375, 692.0812377929688, 415.8507080078125, 3282.075439453125, 4570.16796875, 175.90322875976562, 561.9462890625, 3263.7919921875, 1563.874755859375, 2311.829345703125, 446.0990295410156, 1876.067138671875, 539.6521606445312, 3562.189697265625, 6218.6259765625, 4582.423828125, 2649.8486328125, 5479.80517578125, 4582.9541015625, 1043.8876953125, 1707.1470947265625, 3805.177001953125, 6664.306640625, 5943.26171875, 5598.9912109375, 2271.587890625, 918.973388671875, 1289.5936279296875, 4315.783203125, 5710.4091796875, 2329.75439453125, 1056.1812744140625, 5530.13720703125, 6392.64697265625, 357.7515563964844, 2003.797119140625, 3736.5693359375, 4498.1396484375, 1086.2950439453125, 401.0626525878906, 867.8500366210938, 518.8966064453125, 483.8160095214844, 2586.57373046875, 987.8050537109375, 545.6719360351562, 2881.550537109375, 1359.4559326171875, 830.4616088867188, 1056.58447265625, 1109.0223388671875, 1156.8743896484375, 396.9473876953125, 384.95263671875, 2458.880859375, 356.07110595703125, 442.99200439453125, 798.72705078125]\n", - "105\n", - "4120\n", - "13\n", - "[2006.299072265625, 2774.204345703125, 712.0028686523438, 1057.8221435546875, 348.1663818359375, 761.9999389648438, 371.0133056640625, 1195.13720703125, 803.3230590820312, 494.74212646484375, 445.8960876464844, 520.7261352539062, 309.56646728515625]\n", - "13\n", - "4121\n", - "5\n", - "[705.26220703125, 590.2630004882812, 6575.26220703125, 331.2977294921875, 472.2146301269531]\n", - "5\n", - "4122\n", - "7\n", - "[1525.322265625, 338.477783203125, 1045.224365234375, 2430.22412109375, 1017.690185546875, 626.1189575195312, 1572.3785400390625]\n", - "7\n", - "4123\n", - "11\n", - "[838.6542358398438, 1253.55078125, 2533.137451171875, 1075.3623046875, 2265.374755859375, 886.71142578125, 339.2984924316406, 933.7091064453125, 1593.859375, 465.407958984375, 771.3495483398438]\n", - "11\n", - "4124\n", - "7\n", - "[490.156982421875, 435.6129455566406, 2281.2822265625, 2988.024658203125, 2312.649658203125, 1887.1134033203125, 1921.9530029296875]\n", - "7\n", - "4125\n", - "14\n", - "[2225.356201171875, 1076.9381103515625, 502.8802185058594, 1152.92529296875, 319.42822265625, 544.279296875, 1287.18798828125, 1372.3333740234375, 2308.98974609375, 3562.899658203125, 1864.87451171875, 728.7392578125, 554.9638671875, 859.9060668945312]\n", - "14\n", - "4126\n", - "10\n", - "[418.8916320800781, 4997.80419921875, 4405.42529296875, 5960.03955078125, 1459.9085693359375, 512.840576171875, 2601.528076171875, 3151.525390625, 3178.434326171875, 1470.5458984375]\n", - "10\n", - "4127\n", - "9\n", - "[2007.2821044921875, 572.9691772460938, 1617.7421875, 719.8366088867188, 1817.6466064453125, 512.9357299804688, 959.518798828125, 682.2592163085938, 344.797119140625]\n", - "9\n", - "4128\n", - "8\n", - "[498.9228515625, 383.7236633300781, 527.021240234375, 797.8941040039062, 2769.976318359375, 1089.2381591796875, 790.9422607421875, 485.56988525390625]\n", - "8\n", - "4129\n", - "5\n", - "[1479.3592529296875, 987.07568359375, 2870.782958984375, 1711.941650390625, 2980.122802734375]\n", - "5\n", - "4130\n", - "9\n", - "[431.8402099609375, 3032.17724609375, 659.7335815429688, 3056.59521484375, 2339.6025390625, 573.5340576171875, 2731.83251953125, 965.6337890625, 549.4671630859375]\n", - "9\n", - "4131\n", - "3\n", - "[332.7802429199219, 3199.443115234375, 2142.933837890625]\n", - "3\n", - "4132\n", - "6\n", - "[1034.16552734375, 450.1940612792969, 3318.820068359375, 2264.680908203125, 435.5806884765625, 656.079345703125]\n", - "6\n", - "4133\n", - "16\n", - "[2186.893310546875, 911.3787231445312, 2376.619873046875, 4735.9482421875, 4782.22119140625, 479.771484375, 2109.841064453125, 1795.9268798828125, 772.2273559570312, 1277.9669189453125, 3212.525634765625, 1546.13818359375, 476.1760559082031, 1206.307861328125, 881.4515380859375, 529.66064453125]\n", - "16\n", - "4134\n", - "9\n", - "[587.0425415039062, 991.0678100585938, 1415.0548095703125, 652.2344360351562, 4641.93798828125, 2038.0965576171875, 381.08856201171875, 1924.2449951171875, 395.43756103515625]\n", - "9\n", - "4135\n", - "233\n", - "[441.4537658691406, 1532.6097412109375, 4798.482421875, 382.51220703125, 1665.9876708984375, 1284.4302978515625, 8246.34375, 1144.281494140625, 2397.982421875, 1133.647705078125, 1276.6177978515625, 1699.2779541015625, 482.8170166015625, 463.806396484375, 1057.08447265625, 9742.4521484375, 3037.1376953125, 318.83978271484375, 5421.96875, 4932.9453125, 494.0150451660156, 2034.39404296875, 1019.5407104492188, 2063.560791015625, 1374.01513671875, 2389.90283203125, 1469.3712158203125, 1079.0030517578125, 959.6443481445312, 1424.7962646484375, 436.46240234375, 2077.927490234375, 4621.35400390625, 3838.837890625, 15315.2900390625, 9295.181640625, 426.7400817871094, 1181.9554443359375, 2105.53173828125, 707.3416748046875, 539.5958862304688, 1773.890869140625, 2616.1015625, 2874.95458984375, 2338.769287109375, 3263.488037109375, 556.255126953125, 1408.4766845703125, 946.5800170898438, 382.729248046875, 6373.3232421875, 12032.5341796875, 17467.306640625, 3851.38134765625, 2328.18994140625, 498.1383361816406, 1242.2403564453125, 551.133544921875, 925.8052978515625, 2241.18212890625, 3321.152587890625, 4411.8291015625, 2179.724853515625, 2707.4248046875, 434.55438232421875, 261.7369384765625, 2768.569091796875, 1494.632080078125, 630.083984375, 8091.82861328125, 9964.1552734375, 5113.02490234375, 5633.81982421875, 5240.32666015625, 1738.87109375, 4156.1611328125, 607.3883056640625, 968.02734375, 668.5093383789062, 5175.43505859375, 3234.107177734375, 3231.966064453125, 2030.125, 723.525390625, 6560.32177734375, 2097.203857421875, 895.4944458007812, 3231.23681640625, 5420.23291015625, 333.5100402832031, 2070.98291015625, 5580.08203125, 1656.5693359375, 4136.72265625, 9079.181640625, 9541.962890625, 2851.472412109375, 2026.9930419921875, 3279.426025390625, 837.62744140625, 4950.41650390625, 6594.349609375, 7305.43505859375, 5852.81005859375, 1610.4000244140625, 9370.2080078125, 5632.515625, 3205.920166015625, 11031.8310546875, 1157.259033203125, 1526.17138671875, 457.18756103515625, 1941.9873046875, 2308.36669921875, 914.4712524414062, 1808.7220458984375, 8410.798828125, 9810.3720703125, 11192.037109375, 9482.1337890625, 10366.4951171875, 5886.37890625, 7980.47412109375, 12747.1728515625, 9936.2060546875, 7668.79931640625, 4350.40869140625, 5342.8017578125, 3088.482421875, 309.1953430175781, 5784.6865234375, 12227.927734375, 10943.4296875, 11980.275390625, 9362.970703125, 9617.6123046875, 8700.9736328125, 11153.884765625, 11153.283203125, 5142.52099609375, 2319.892822265625, 1345.70068359375, 7108.80078125, 3089.6279296875, 3532.7138671875, 3311.497802734375, 12706.5439453125, 9502.1650390625, 13827.798828125, 13043.9482421875, 12431.5869140625, 11406.1376953125, 8825.0732421875, 8669.3154296875, 4877.13818359375, 626.3757934570312, 245.11981201171875, 1706.2891845703125, 7996.22998046875, 861.9766235351562, 6055.15869140625, 11121.572265625, 11405.625, 12104.9599609375, 10412.2919921875, 8228.55078125, 4121.84912109375, 2476.3583984375, 2439.445068359375, 1586.6700439453125, 349.2960510253906, 1301.4012451171875, 419.3359680175781, 352.6875305175781, 461.78912353515625, 871.822021484375, 2999.939697265625, 8237.2216796875, 6311.09423828125, 2611.447509765625, 2497.345458984375, 4376.685546875, 976.7866821289062, 3465.372802734375, 8723.82421875, 2184.3076171875, 831.3490600585938, 937.580810546875, 492.62786865234375, 3403.727783203125, 7353.69140625, 4679.51220703125, 163.40237426757812, 3099.425048828125, 5677.10888671875, 7169.97412109375, 6972.43701171875, 2632.7373046875, 979.6380615234375, 592.6615600585938, 724.9193115234375, 545.8047485351562, 3806.319580078125, 2630.29345703125, 1031.6434326171875, 1340.59326171875, 886.1845703125, 7747.56298828125, 10019.154296875, 2952.570556640625, 654.3125610351562, 304.8906555175781, 320.1413879394531, 456.14288330078125, 879.0531616210938, 1762.0821533203125, 4139.47705078125, 2469.6044921875, 572.572998046875, 438.0700378417969, 442.6941223144531, 1329.604248046875, 1175.8231201171875, 483.0651550292969, 543.7266235351562, 516.908935546875, 463.0260925292969, 3580.708740234375, 4462.8232421875, 1113.5286865234375, 8129.1806640625]\n", - "231\n", - "4136\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[2337.474365234375, 3278.076904296875, 1020.05322265625, 4140.04638671875, 9212.79296875, 12504.439453125, 5957.65771484375]\n", - "7\n", - "4137\n", - "6\n", - "[1995.3677978515625, 3156.285400390625, 4160.26318359375, 4694.94775390625, 1132.0843505859375, 623.45361328125]\n", - "6\n", - "4138\n", - "8\n", - "[985.24462890625, 304.7611999511719, 2243.044189453125, 4344.06103515625, 622.671875, 1480.6470947265625, 6891.49853515625, 1667.3992919921875]\n", - "8\n", - "4139\n", - "9\n", - "[1715.2410888671875, 1210.71484375, 1242.111328125, 3704.74169921875, 1832.2855224609375, 752.7957153320312, 4864.08544921875, 1410.4158935546875, 971.9840087890625]\n", - "9\n", - "4140\n", - "4\n", - "[7436.966796875, 2960.4873046875, 355.3099365234375, 916.947998046875]\n", - "4\n", - "4141\n", - "5\n", - "[513.424560546875, 1377.8692626953125, 1321.55517578125, 1546.0511474609375, 470.6721496582031]\n", - "5\n", - "4142\n", - "8\n", - "[576.7857055664062, 300.8833312988281, 950.450439453125, 2480.36767578125, 372.98931884765625, 311.08770751953125, 375.0572204589844, 538.1088256835938]\n", - "8\n", - "4143\n", - "47\n", - "[446.3993835449219, 1588.5338134765625, 2112.474365234375, 1036.686279296875, 926.8024291992188, 1828.4620361328125, 1739.8212890625, 9490.2939453125, 9801.9296875, 8968.2978515625, 8266.00390625, 3259.52783203125, 1774.970703125, 713.6251220703125, 305.51800537109375, 695.8087158203125, 6526.56103515625, 9330.408203125, 9129.1083984375, 6619.3115234375, 3668.4970703125, 3599.837890625, 301.2504577636719, 883.9693603515625, 2205.8974609375, 8200.33984375, 8671.3359375, 8226.4814453125, 4340.27734375, 739.7454223632812, 3541.763671875, 6325.2822265625, 3691.611083984375, 736.4343872070312, 1990.439453125, 1926.3211669921875, 2559.535888671875, 348.0252380371094, 575.9286499023438, 2025.9356689453125, 1550.525390625, 2233.38427734375, 314.0005187988281, 583.8225708007812, 922.8607177734375, 3014.7119140625, 316.1027526855469]\n", - "47\n", - "4144\n", - "4\n", - "[478.909912109375, 2314.721923828125, 2775.094970703125, 511.07470703125]\n", - "4\n", - "4145\n", - "6\n", - "[373.1038513183594, 342.43072509765625, 1274.2567138671875, 1331.807373046875, 1603.112060546875, 1316.2073974609375]\n", - "6\n", - "4146\n", - "10\n", - "[1347.5732421875, 337.0625915527344, 441.99169921875, 2726.795166015625, 526.1652221679688, 339.1313781738281, 509.8330383300781, 769.7559814453125, 689.1483764648438, 446.7311096191406]\n", - "10\n", - "4147\n", - "70\n", - "[706.3333740234375, 1711.2874755859375, 824.180419921875, 7399.98388671875, 3981.95947265625, 336.21826171875, 1430.248779296875, 1120.8858642578125, 789.99560546875, 1173.6319580078125, 939.6802978515625, 334.15911865234375, 1431.7607421875, 1517.3956298828125, 4507.51904296875, 5566.54443359375, 2061.2861328125, 4822.00830078125, 4206.7529296875, 3795.97314453125, 408.1878967285156, 669.0382080078125, 630.2310180664062, 3223.585693359375, 2044.294677734375, 1705.57080078125, 4115.0703125, 8237.369140625, 3242.13232421875, 9532.6064453125, 8358.873046875, 10857.103515625, 5850.60693359375, 3237.43798828125, 4650.4794921875, 3392.73876953125, 789.5347900390625, 322.4377746582031, 2271.636962890625, 4944.29052734375, 6683.31201171875, 8377.650390625, 9522.1806640625, 13212.2587890625, 12409.2607421875, 10726.556640625, 13301.0185546875, 13952.171875, 11809.296875, 11529.439453125, 9604.302734375, 5765.6484375, 688.650634765625, 364.0096740722656, 958.1838989257812, 5777.83056640625, 7856.28125, 7456.08544921875, 6333.25537109375, 5660.7900390625, 13198.6220703125, 12039.5625, 7534.736328125, 630.9654541015625, 1370.4324951171875, 4609.55517578125, 1022.435302734375, 452.6253356933594, 640.7716064453125, 738.761474609375]\n", - "70\n", - "4148\n", - "29\n", - "[1058.1507568359375, 4682.0986328125, 911.61474609375, 4770.4521484375, 4097.64599609375, 322.62408447265625, 875.2420654296875, 4476.7197265625, 636.3233642578125, 2505.758056640625, 3391.327392578125, 4176.44189453125, 4211.5771484375, 523.2172241210938, 3845.718505859375, 10507.4150390625, 8478.408203125, 4344.4716796875, 358.40545654296875, 6577.482421875, 5157.88671875, 3699.63623046875, 1738.4515380859375, 5113.92333984375, 456.2336730957031, 1918.458740234375, 1261.0130615234375, 657.9132690429688, 337.3244323730469]\n", - "29\n", - "4149\n", - "79\n", - "[873.1239624023438, 2091.231201171875, 2173.16015625, 2352.486572265625, 1764.8509521484375, 2504.5322265625, 323.65228271484375, 336.7121276855469, 500.8019714355469, 5464.5341796875, 13881.37890625, 19628.23828125, 13736.4443359375, 9864.4287109375, 7656.994140625, 8501.5888671875, 2766.338623046875, 9631.5859375, 10666.1875, 8216.1005859375, 12169.609375, 21820.17578125, 22374.986328125, 18563.802734375, 10007.216796875, 1296.640625, 638.0175170898438, 6809.8154296875, 8142.3271484375, 10554.0185546875, 9176.0, 10522.326171875, 11092.751953125, 11936.0986328125, 12925.513671875, 8325.6875, 1625.6038818359375, 421.949462890625, 8144.70654296875, 5350.68115234375, 2381.2470703125, 598.9249877929688, 882.7882080078125, 654.8792114257812, 2681.943115234375, 2957.8251953125, 1786.5013427734375, 612.2750854492188, 2913.77001953125, 867.9000244140625, 450.12969970703125, 2114.5068359375, 879.2765502929688, 479.4708557128906, 2477.77392578125, 410.16656494140625, 788.69921875, 2772.288330078125, 1303.48974609375, 1612.834228515625, 1449.1217041015625, 1457.7991943359375, 1126.6302490234375, 2246.208251953125, 656.359375, 1225.8271484375, 2873.57470703125, 9525.59765625, 7874.658203125, 1402.8607177734375, 797.0285034179688, 1736.5545654296875, 4930.99560546875, 395.6556091308594, 944.3146362304688, 1176.489990234375, 716.3766479492188, 396.2070007324219, 302.0599365234375]\n", - "79\n", - "4150\n", - "4\n", - "[1841.122802734375, 3223.940673828125, 1724.4049072265625, 732.287109375]\n", - "4\n", - "4151\n", - "9\n", - "[500.0966796875, 413.2258605957031, 1423.018310546875, 2704.602783203125, 3633.8330078125, 3599.322998046875, 1277.9053955078125, 3577.6875, 599.8421630859375]\n", - "9\n", - "4152\n", - "6\n", - "[383.83465576171875, 2659.278076171875, 3974.8515625, 756.8200073242188, 315.7207336425781, 593.021484375]\n", - "6\n", - "4153\n", - "14\n", - "[924.7061767578125, 1588.9102783203125, 1081.8424072265625, 685.0803833007812, 371.37200927734375, 2260.61865234375, 371.3720397949219, 580.4168701171875, 405.5075378417969, 525.6871948242188, 1204.3470458984375, 5284.35693359375, 1100.673583984375, 632.02783203125]\n", - "14\n", - "4154\n", - "14\n", - "[317.26812744140625, 1242.4967041015625, 1602.7301025390625, 3096.66357421875, 12295.2197265625, 5445.828125, 1062.4864501953125, 533.67578125, 2512.450927734375, 1738.7108154296875, 899.4129028320312, 816.4013671875, 1319.061767578125, 367.3182678222656]\n", - "14\n", - "4155\n", - "3\n", - "[2122.313232421875, 1671.62255859375, 1215.7625732421875]\n", - "3\n", - "4156\n", - "38\n", - "[1572.6986083984375, 2300.918212890625, 1062.7088623046875, 789.91357421875, 474.5965576171875, 4020.90478515625, 4231.68408203125, 1296.016845703125, 1732.248291015625, 453.2733459472656, 4221.427734375, 7924.5947265625, 5140.22607421875, 3886.720458984375, 571.7146606445312, 1084.239990234375, 5638.28662109375, 4720.7353515625, 2121.07421875, 1470.64453125, 4708.87890625, 7566.79736328125, 6218.63671875, 3150.25, 813.8345947265625, 810.6444091796875, 5543.7041015625, 7462.80029296875, 3100.527099609375, 477.7347412109375, 473.8379821777344, 506.3111572265625, 2807.85302734375, 2047.076904296875, 1937.624267578125, 1788.3411865234375, 303.1174621582031, 1115.63232421875]\n", - "38\n", - "4157\n", - "7\n", - "[836.8351440429688, 2138.79248046875, 606.9193115234375, 1111.428466796875, 4580.2744140625, 562.7889404296875, 398.7747802734375]\n", - "7\n", - "4158\n", - "3\n", - "[1706.506591796875, 4054.085205078125, 442.06390380859375]\n", - "3\n", - "4159\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[1225.70947265625, 1950.2366943359375, 1419.8868408203125, 3836.833984375, 4169.115234375]\n", - "5\n", - "4160\n", - "4\n", - "[1583.051025390625, 402.1732177734375, 2845.128173828125, 456.7995910644531]\n", - "4\n", - "4161\n", - "5\n", - "[913.1749877929688, 567.7923583984375, 1086.7078857421875, 562.4542846679688, 2760.573974609375]\n", - "5\n", - "4162\n", - "7\n", - "[640.5267944335938, 529.130859375, 643.9107055664062, 2644.084716796875, 506.00494384765625, 806.2528076171875, 3258.029541015625]\n", - "7\n", - "4163\n", - "12\n", - "[1643.501220703125, 607.64599609375, 857.5452270507812, 3157.434814453125, 6854.66259765625, 6260.4609375, 1597.517578125, 441.96881103515625, 394.6596374511719, 2159.155029296875, 4932.84814453125, 1768.6207275390625]\n", - "12\n", - "4164\n", - "8\n", - "[1117.1099853515625, 1118.653564453125, 1026.213623046875, 4865.068359375, 409.79547119140625, 829.464111328125, 1428.689453125, 655.7864990234375]\n", - "8\n", - "4165\n", - "8\n", - "[650.373291015625, 1540.7415771484375, 444.3247375488281, 551.98681640625, 422.3359375, 335.7143249511719, 1003.616455078125, 610.4556884765625]\n", - "8\n", - "4166\n", - "7\n", - "[696.0379638671875, 2896.81982421875, 1096.0037841796875, 885.4375, 3178.224365234375, 1469.601318359375, 846.9306030273438]\n", - "7\n", - "4167\n", - "5\n", - "[5081.79736328125, 302.6822814941406, 5636.2841796875, 898.3882446289062, 892.5386962890625]\n", - "5\n", - "4168\n", - "20\n", - "[945.7491455078125, 441.08673095703125, 380.24334716796875, 352.9895935058594, 1804.6483154296875, 2601.58447265625, 1565.2337646484375, 1024.3958740234375, 1586.5958251953125, 3025.921630859375, 709.3616943359375, 1232.6441650390625, 1041.1102294921875, 742.9070434570312, 841.2142333984375, 570.3042602539062, 942.30712890625, 1370.0924072265625, 646.6271362304688, 1643.4185791015625]\n", - "20\n", - "4169\n", - "6\n", - "[525.0875244140625, 478.87164306640625, 467.35565185546875, 1425.790771484375, 1822.3209228515625, 663.2373657226562]\n", - "6\n", - "4170\n", - "30\n", - "[1493.2054443359375, 6441.26806640625, 2948.01318359375, 334.6745300292969, 1452.138671875, 534.7023315429688, 784.9094848632812, 8844.494140625, 5740.494140625, 2198.4228515625, 1909.165771484375, 1592.56640625, 477.53033447265625, 2479.68798828125, 2117.866455078125, 2645.22900390625, 1120.419677734375, 2357.3974609375, 2796.9697265625, 933.7083129882812, 4412.375, 1532.5281982421875, 838.1082763671875, 1304.5833740234375, 2075.905029296875, 837.0921630859375, 1397.6356201171875, 1554.3961181640625, 1094.35107421875, 352.26751708984375]\n", - "30\n", - "4171\n", - "6\n", - "[460.3271789550781, 319.5392761230469, 5157.6396484375, 927.8045043945312, 1127.3079833984375, 317.9900817871094]\n", - "6\n", - "4172\n", - "4\n", - "[1045.9356689453125, 3034.22314453125, 1612.502197265625, 2404.7529296875]\n", - "4\n", - "4173\n", - "5\n", - "[775.80126953125, 905.2003173828125, 2762.052978515625, 2303.933349609375, 649.5732421875]\n", - "5\n", - "4174\n", - "26\n", - "[379.3990478515625, 336.93072509765625, 728.0731811523438, 1475.210693359375, 1410.531005859375, 981.2266845703125, 520.9324951171875, 2900.333984375, 1043.305908203125, 4859.29248046875, 3564.5224609375, 796.0489501953125, 5854.94580078125, 4365.755859375, 998.9825439453125, 7523.98046875, 5666.654296875, 3491.312744140625, 10026.1826171875, 2602.393310546875, 1207.24951171875, 5299.6279296875, 1495.947998046875, 1187.8870849609375, 433.5610656738281, 406.629150390625]\n", - "26\n", - "4175\n", - "5\n", - "[1564.6973876953125, 2944.112548828125, 1798.0008544921875, 410.4236145019531, 706.9842529296875]\n", - "5\n", - "4176\n", - "7\n", - "[487.70904541015625, 473.39068603515625, 1164.82763671875, 1615.82470703125, 1060.428466796875, 349.0564880371094, 681.202880859375]\n", - "7\n", - "4177\n", - "22\n", - "[981.2720336914062, 844.8348388671875, 494.4811096191406, 1650.1373291015625, 683.5787963867188, 3846.364013671875, 4837.119140625, 1787.0931396484375, 1846.93994140625, 681.1783447265625, 1478.09423828125, 8071.23486328125, 12911.7763671875, 9688.6259765625, 8673.0224609375, 1219.6221923828125, 741.6771850585938, 5831.59326171875, 8523.9306640625, 6184.5400390625, 6803.45654296875, 886.4120483398438]\n", - "22\n", - "4178\n", - "7\n", - "[2133.332763671875, 2398.916748046875, 1555.5384521484375, 1860.288818359375, 301.02044677734375, 1234.5084228515625, 483.6261901855469]\n", - "7\n", - "4179\n", - "5\n", - "[5457.49365234375, 3489.08544921875, 3881.35791015625, 10694.353515625, 1834.43017578125]\n", - "5\n", - "4180\n", - "37\n", - "[366.3551025390625, 849.3240966796875, 680.0380859375, 6255.87060546875, 637.7166137695312, 1494.29296875, 9117.798828125, 16136.103515625, 8115.19091796875, 464.3788757324219, 1983.271484375, 3292.701416015625, 4630.15283203125, 7041.6103515625, 16457.787109375, 14943.5087890625, 6078.78759765625, 3388.069580078125, 1120.1920166015625, 1825.4425048828125, 924.2464599609375, 957.7155151367188, 377.4887390136719, 352.25927734375, 1888.5672607421875, 3372.73095703125, 393.11669921875, 1910.3919677734375, 3360.405517578125, 7683.6513671875, 5236.75, 2387.811279296875, 1484.70849609375, 659.9498291015625, 400.41998291015625, 1866.0106201171875, 319.6243896484375]\n", - "37\n", - "4181\n", - "6\n", - "[1037.1229248046875, 1163.8258056640625, 812.6318969726562, 587.6651611328125, 1039.12451171875, 615.8810424804688]\n", - "6\n", - "4182\n", - "6\n", - "[1559.5594482421875, 340.3373107910156, 1991.80810546875, 693.9656372070312, 559.0990600585938, 1027.6055908203125]\n", - "6\n", - "4183\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[409.6866760253906, 1768.1529541015625, 3004.31201171875]\n", - "3\n", - "4184\n", - "14\n", - "[478.9817199707031, 653.2249145507812, 2896.491455078125, 3061.185302734375, 4368.798828125, 595.6149291992188, 1718.957763671875, 3805.646728515625, 3594.503662109375, 567.6204833984375, 1077.88037109375, 2345.476806640625, 1186.88623046875, 329.0648193359375]\n", - "14\n", - "4185\n", - "2\n", - "[2553.899658203125, 2955.11865234375]\n", - "2\n", - "4186\n", - "18\n", - "[395.6759948730469, 469.2930908203125, 831.48193359375, 1405.0408935546875, 2298.666748046875, 2776.541259765625, 3439.03515625, 818.416259765625, 483.9445495605469, 338.0362548828125, 4023.48779296875, 3426.062744140625, 1194.4171142578125, 429.25640869140625, 2127.139892578125, 2370.951171875, 2214.982177734375, 707.4542236328125]\n", - "18\n", - "4187\n", - "11\n", - "[760.7915649414062, 906.7153930664062, 465.12774658203125, 865.854736328125, 2215.624755859375, 1556.8958740234375, 1861.874267578125, 303.7912902832031, 2302.395263671875, 6047.55224609375, 8459.4638671875]\n", - "11\n", - "4188\n", - "46\n", - "[375.3849792480469, 767.2903442382812, 1264.3135986328125, 3264.47412109375, 860.4063720703125, 3990.365234375, 5514.02880859375, 743.7805786132812, 1685.279541015625, 1274.0439453125, 623.7532348632812, 306.4954528808594, 2744.18017578125, 2980.432861328125, 4979.3291015625, 4463.98486328125, 4098.4716796875, 2698.759521484375, 2919.39697265625, 1804.1524658203125, 1025.7064208984375, 2081.909912109375, 2059.184326171875, 1018.8571166992188, 2933.460205078125, 1844.82275390625, 353.83697509765625, 1030.7117919921875, 771.674072265625, 1202.001220703125, 1151.0335693359375, 960.7843017578125, 1004.1742553710938, 321.4959716796875, 1064.393310546875, 1372.5545654296875, 665.5624389648438, 389.32373046875, 1114.369140625, 4677.4091796875, 2423.98486328125, 1145.2611083984375, 4002.804443359375, 2750.21533203125, 346.2282409667969, 527.5360717773438]\n", - "46\n", - "4189\n", - "12\n", - "[464.857666015625, 981.00927734375, 802.8426513671875, 2982.06201171875, 4638.08447265625, 3436.65576171875, 4175.35546875, 944.2304077148438, 1825.44580078125, 1108.1226806640625, 534.1069946289062, 721.94189453125]\n", - "12\n", - "4190\n", - "5\n", - "[750.8775024414062, 1671.4666748046875, 1225.2681884765625, 3638.92626953125, 662.279052734375]\n", - "5\n", - "4191\n", - "7\n", - "[618.674072265625, 1164.6417236328125, 564.7431030273438, 9495.3779296875, 3835.22998046875, 1856.5859375, 2213.1083984375]\n", - "7\n", - "4192\n", - "2\n", - "[934.1240234375, 4441.72314453125]\n", - "2\n", - "4193\n", - "8\n", - "[2056.287841796875, 1663.483642578125, 1932.080322265625, 545.9083862304688, 1708.03759765625, 3864.76025390625, 431.3685302734375, 421.31439208984375]\n", - "8\n", - "4194\n", - "6\n", - "[717.1297607421875, 329.5844421386719, 4941.04638671875, 1160.3092041015625, 1634.8402099609375, 1133.1024169921875]\n", - "6\n", - "4195\n", - "95\n", - "[2044.88916015625, 851.2569580078125, 538.5978393554688, 3647.62890625, 813.8416137695312, 1911.474365234375, 3676.33056640625, 1323.022705078125, 352.8182678222656, 696.9893798828125, 4863.81005859375, 2520.9287109375, 1568.018310546875, 983.30810546875, 2454.661865234375, 7654.91064453125, 9215.7783203125, 6373.92626953125, 8107.68603515625, 12161.76171875, 8374.0166015625, 627.4634399414062, 698.3031005859375, 3736.9765625, 7138.013671875, 8387.7021484375, 12040.38671875, 11320.515625, 13282.142578125, 7609.130859375, 4186.34326171875, 3242.76171875, 3808.134521484375, 7346.001953125, 11035.1279296875, 12437.720703125, 14043.7529296875, 9082.0478515625, 10315.3232421875, 461.056640625, 4426.56640625, 7561.35595703125, 4856.24365234375, 2174.512451171875, 699.6167602539062, 1639.0574951171875, 323.2518310546875, 3268.61376953125, 7629.72412109375, 12510.638671875, 14041.2255859375, 14635.8134765625, 9271.037109375, 5440.87060546875, 12278.115234375, 7313.78271484375, 3394.734375, 991.1903076171875, 490.78936767578125, 419.4781799316406, 734.1022338867188, 3239.697021484375, 8711.458984375, 13644.9716796875, 13950.314453125, 12962.9150390625, 14296.181640625, 6120.8154296875, 1676.5560302734375, 606.0819702148438, 938.934814453125, 1218.203369140625, 1574.041748046875, 3179.730712890625, 9057.880859375, 14533.7958984375, 10366.990234375, 690.4708251953125, 599.0108642578125, 511.9623107910156, 1534.738525390625, 1220.4892578125, 1641.5125732421875, 1308.8580322265625, 1854.7430419921875, 3377.541748046875, 566.5164184570312, 1146.1368408203125, 455.1973876953125, 621.8265991210938, 480.0343933105469, 584.4917602539062, 340.1179504394531, 688.1357421875, 497.5203552246094]\n", - "95\n", - "4196\n", - "5\n", - "[1148.638916015625, 383.8206481933594, 3540.663330078125, 1419.0460205078125, 4318.18505859375]\n", - "5\n", - "4197\n", - "9\n", - "[1790.10009765625, 4995.15576171875, 1713.07958984375, 2179.78369140625, 3997.39599609375, 11008.080078125, 6143.3095703125, 2725.261474609375, 784.2527465820312]\n", - "9\n", - "4198\n", - "12\n", - "[841.0142211914062, 1494.3033447265625, 3961.981689453125, 1542.4185791015625, 1003.6552124023438, 931.70947265625, 4226.35205078125, 4245.33154296875, 2464.014404296875, 1910.43798828125, 2569.716552734375, 611.3934326171875]\n", - "12\n", - "4199\n", - "6\n", - "[1565.893798828125, 371.5633850097656, 1635.7197265625, 2028.6773681640625, 1677.18896484375, 1043.3250732421875]\n", - "6\n", - "4200\n", - "13\n", - "[545.8949584960938, 1058.1595458984375, 1637.2391357421875, 1630.2471923828125, 1576.8876953125, 168.75442504882812, 490.02593994140625, 383.5380554199219, 753.6123657226562, 745.3492431640625, 1286.1343994140625, 2201.294677734375, 524.6551513671875]\n", - "13\n", - "4201\n", - "5\n", - "[555.8486938476562, 1560.673095703125, 1267.80615234375, 304.81146240234375, 1519.6611328125]\n", - "5\n", - "4202\n", - "3\n", - "[3209.029052734375, 2040.4888916015625, 2960.4111328125]\n", - "3\n", - "4203\n", - "4\n", - "[2400.570068359375, 381.1922607421875, 671.3825073242188, 1655.96728515625]\n", - "4\n", - "4204\n", - "4\n", - "[5800.92578125, 2635.125244140625, 5638.7900390625, 312.1212158203125]\n", - "4\n", - "4205\n", - "9\n", - "[1872.8402099609375, 562.0233154296875, 1495.7896728515625, 315.041748046875, 522.437744140625, 3646.3251953125, 620.870849609375, 580.2470703125, 480.1093444824219]\n", - "9\n", - "4206\n", - "3\n", - "[5204.71435546875, 380.7411193847656, 570.94091796875]\n", - "3\n", - "4207\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "693\n", - "[301.3243408203125, 679.666748046875, 354.8531799316406, 507.209228515625, 451.6542663574219, 857.9498291015625, 714.0494995117188, 1812.3658447265625, 1430.4051513671875, 3032.619873046875, 635.916748046875, 602.23681640625, 1445.4002685546875, 440.85955810546875, 327.35821533203125, 1165.3687744140625, 1477.3216552734375, 528.1013793945312, 2372.219970703125, 2134.324462890625, 1029.252197265625, 896.7886352539062, 388.59521484375, 2497.3310546875, 1480.4007568359375, 754.3361206054688, 522.9699096679688, 550.5324096679688, 1257.8427734375, 855.4322509765625, 1402.458740234375, 710.6837158203125, 632.1345825195312, 2152.663330078125, 960.22509765625, 499.8535461425781, 402.2417297363281, 564.9590454101562, 1473.685546875, 2300.4248046875, 685.2964477539062, 707.7398681640625, 1064.825927734375, 2882.0732421875, 1674.980712890625, 339.929443359375, 393.6944274902344, 717.2655639648438, 968.5844116210938, 1183.6341552734375, 1615.3365478515625, 2051.79736328125, 832.1387329101562, 512.67724609375, 794.3848266601562, 1030.4788818359375, 381.578125, 1496.655517578125, 3541.965576171875, 1271.8326416015625, 457.9721374511719, 319.3680725097656, 353.80242919921875, 1003.468017578125, 1954.6746826171875, 696.9163818359375, 2388.781494140625, 768.7965087890625, 2139.538330078125, 3698.298828125, 78.34255981445312, 112.78089904785156, 1381.3043212890625, 887.5336303710938, 2142.05078125, 1723.5250244140625, 1402.3104248046875, 1305.8968505859375, 3488.103759765625, 869.0896606445312, 780.3930053710938, 1075.404052734375, 2561.37255859375, 667.8880004882812, 309.5932922363281, 690.4888916015625, 616.1886596679688, 770.9880981445312, 1527.3978271484375, 1009.9154052734375, 1372.7158203125, 1265.106689453125, 2072.3994140625, 1329.8914794921875, 232.16766357421875, 313.3533630371094, 496.9766845703125, 2614.259521484375, 1294.695556640625, 330.4034423828125, 1922.91064453125, 2988.185302734375, 4932.80029296875, 6451.75732421875, 8603.1162109375, 11408.5517578125, 9648.3671875, 1671.662353515625, 392.822509765625, 1621.567626953125, 324.5155944824219, 2423.478271484375, 712.1470947265625, 1565.7015380859375, 528.617431640625, 1836.0235595703125, 868.9899291992188, 878.1690063476562, 3159.678955078125, 3201.398193359375, 3868.971923828125, 2185.188720703125, 827.5576171875, 355.5281066894531, 625.3990478515625, 883.4794311523438, 454.63189697265625, 1090.4981689453125, 2372.904541015625, 3401.262451171875, 4064.43408203125, 12278.38671875, 15759.947265625, 13503.9189453125, 8031.6357421875, 19609.142578125, 14674.48828125, 1085.868896484375, 536.5523071289062, 555.1957397460938, 1174.099609375, 715.1780395507812, 505.5071105957031, 1799.3858642578125, 1677.94482421875, 2983.319580078125, 2982.61083984375, 937.579833984375, 1578.5528564453125, 812.3548583984375, 1542.233154296875, 457.8897399902344, 1282.52978515625, 2113.0693359375, 1916.733642578125, 459.232666015625, 1199.623779296875, 2393.98681640625, 202.7955780029297, 1067.020751953125, 3180.729248046875, 16012.9140625, 16080.7080078125, 14789.4384765625, 9102.96484375, 12491.5712890625, 19837.599609375, 13540.8056640625, 2239.669189453125, 1767.9713134765625, 913.6710205078125, 889.1179809570312, 2179.704833984375, 330.4689636230469, 363.6383056640625, 2560.023681640625, 4504.52880859375, 769.6148681640625, 765.66650390625, 3974.7080078125, 835.6736450195312, 707.7068481445312, 741.8499145507812, 634.0382080078125, 362.452880859375, 2144.462158203125, 1397.290283203125, 768.1093139648438, 344.940185546875, 975.74169921875, 1667.9171142578125, 1306.044921875, 1512.2939453125, 14945.986328125, 17015.796875, 16895.880859375, 14013.6064453125, 16264.2216796875, 19426.865234375, 20436.275390625, 16215.2060546875, 2885.693359375, 1605.837646484375, 637.0769653320312, 428.44140625, 551.241455078125, 906.359130859375, 746.7301635742188, 256.0369873046875, 473.2544860839844, 3941.535400390625, 5722.5927734375, 1015.3317260742188, 587.8897705078125, 4387.8583984375, 870.7025756835938, 3668.50048828125, 3423.129638671875, 763.6163940429688, 1387.6234130859375, 764.1961059570312, 1919.57080078125, 348.2033386230469, 1523.1064453125, 2654.9423828125, 1979.2822265625, 2669.255859375, 325.98284912109375, 1174.7266845703125, 90.0553970336914, 739.1170654296875, 1844.9271240234375, 1763.403076171875, 9345.4326171875, 17759.126953125, 19854.15625, 19163.974609375, 13725.3056640625, 17071.86328125, 19956.42578125, 17613.087890625, 11167.7705078125, 3608.19091796875, 2496.1923828125, 1571.35986328125, 1931.17626953125, 679.6375732421875, 965.8429565429688, 1375.3927001953125, 736.4407958984375, 329.5245666503906, 1089.9649658203125, 1063.37353515625, 1323.0179443359375, 5022.66455078125, 7571.7841796875, 2461.699462890625, 1172.556884765625, 1866.301025390625, 1544.3675537109375, 1678.1304931640625, 911.59130859375, 229.31863403320312, 1363.8411865234375, 2000.410888671875, 516.96826171875, 1540.5771484375, 105.48831176757812, 658.59912109375, 1787.505126953125, 3601.1162109375, 313.52587890625, 1639.029052734375, 1290.38037109375, 3665.828369140625, 2284.238525390625, 3161.31494140625, 13358.771484375, 19368.115234375, 20187.001953125, 16664.359375, 18135.408203125, 20675.078125, 14752.88671875, 7527.44775390625, 1783.02197265625, 1943.6314697265625, 2058.30078125, 2855.730224609375, 2893.2783203125, 1910.51220703125, 2239.970703125, 1794.94140625, 1254.591552734375, 499.81854248046875, 862.1610717773438, 1652.5096435546875, 1487.2119140625, 1378.0677490234375, 2838.847412109375, 2779.924072265625, 7170.1669921875, 4705.79296875, 82.60305786132812, 2738.269287109375, 2885.201416015625, 741.6770629882812, 1004.0402221679688, 1581.0782470703125, 1614.1632080078125, 1752.0543212890625, 1016.283935546875, 3589.61474609375, 2269.8505859375, 1138.7879638671875, 2695.971435546875, 2667.2265625, 631.7197265625, 1610.7484130859375, 188.40191650390625, 144.80108642578125, 539.2523193359375, 3343.977783203125, 3463.216796875, 14369.9384765625, 19517.7421875, 16900.12109375, 17229.71484375, 18113.75390625, 17903.171875, 6137.71240234375, 1263.397216796875, 1997.0052490234375, 395.0740051269531, 854.9710083007812, 3077.57861328125, 2929.25, 1677.95947265625, 1162.950927734375, 859.7178955078125, 1510.817626953125, 392.43927001953125, 201.22779846191406, 607.9744262695312, 1573.5029296875, 474.3922119140625, 3760.07177734375, 7948.2685546875, 2391.042724609375, 1110.640380859375, 1047.905517578125, 859.3724365234375, 904.0460205078125, 2325.871826171875, 3217.398193359375, 6421.78466796875, 5271.19482421875, 5152.439453125, 1911.4287109375, 469.0330810546875, 111.16629791259766, 662.9576416015625, 2956.8486328125, 2667.89990234375, 2758.5927734375, 4472.0263671875, 1837.9156494140625, 964.815185546875, 1355.80859375, 3690.934326171875, 3185.005859375, 11975.865234375, 18254.00390625, 14004.7939453125, 17250.3203125, 18094.09375, 6851.9921875, 1725.597900390625, 1804.308837890625, 1902.2640380859375, 1456.9124755859375, 2208.576171875, 1226.7984619140625, 1544.23291015625, 541.8566284179688, 863.084228515625, 1344.834228515625, 450.18988037109375, 950.1739501953125, 840.0249633789062, 2673.253173828125, 1685.175048828125, 1252.915771484375, 348.07012939453125, 649.0553588867188, 2087.1298828125, 664.6297607421875, 553.9254150390625, 948.4556274414062, 4385.458984375, 5223.41455078125, 7688.29052734375, 2254.882080078125, 265.7090148925781, 2182.9248046875, 1076.4849853515625, 1955.9244384765625, 1843.02001953125, 375.7560729980469, 2128.05615234375, 4338.02392578125, 2119.402587890625, 410.48394775390625, 1742.6170654296875, 1304.202880859375, 690.0197143554688, 3869.551513671875, 3606.866943359375, 3392.774658203125, 7139.5302734375, 7465.0791015625, 5438.35595703125, 2500.751953125, 372.28472900390625, 250.81292724609375, 121.97696685791016, 501.743408203125, 573.9262084960938, 434.211669921875, 1381.559326171875, 1494.817626953125, 200.41342163085938, 417.00537109375, 590.4227294921875, 416.2391052246094, 1642.872802734375, 615.578857421875, 802.7792358398438, 2378.429931640625, 662.69970703125, 808.4856567382812, 1381.390869140625, 437.72735595703125, 1222.9656982421875, 2174.698974609375, 2195.8369140625, 1827.2054443359375, 357.2935791015625, 2801.159423828125, 731.6028442382812, 1460.676025390625, 720.1195068359375, 562.2191772460938, 1384.760498046875, 1360.8203125, 97.0623550415039, 1161.9639892578125, 2502.4765625, 1294.02099609375, 1961.0162353515625, 2937.332763671875, 4152.599609375, 4209.94482421875, 2785.60302734375, 784.19921875, 1070.4786376953125, 506.5207824707031, 1616.16748046875, 2136.806884765625, 1508.2613525390625, 1573.210693359375, 1335.1402587890625, 769.3924560546875, 145.56756591796875, 993.4661865234375, 709.5079956054688, 654.2396850585938, 631.6239013671875, 1487.926513671875, 631.515625, 1127.2352294921875, 856.0650024414062, 4676.78759765625, 2632.735107421875, 2381.888916015625, 1378.62158203125, 2293.810546875, 890.6467895507812, 1422.0111083984375, 627.8174438476562, 463.9996643066406, 2332.867919921875, 2898.12158203125, 674.0042114257812, 2076.99072265625, 868.1016235351562, 2208.8125, 2281.0244140625, 1935.1688232421875, 242.23277282714844, 2293.144775390625, 2832.597412109375, 387.59429931640625, 3239.819091796875, 1624.47705078125, 1257.1435546875, 1642.1053466796875, 3028.3505859375, 3972.201171875, 3677.0029296875, 2422.646484375, 1043.4781494140625, 2055.744384765625, 2328.87646484375, 2507.62841796875, 1119.3233642578125, 1466.2537841796875, 347.9581604003906, 1236.3836669921875, 986.6289672851562, 592.1298217773438, 389.2689208984375, 944.01611328125, 463.2347412109375, 1802.7042236328125, 225.26649475097656, 518.9962768554688, 623.947998046875, 1292.17138671875, 3257.97412109375, 3131.55126953125, 1268.1353759765625, 511.5804443359375, 525.7762451171875, 2538.83544921875, 2768.638427734375, 610.0178833007812, 2579.10888671875, 1050.797607421875, 2751.77734375, 6816.55810546875, 545.5128173828125, 2018.8006591796875, 1887.1722412109375, 1555.651611328125, 1286.6612548828125, 3604.04052734375, 3937.553466796875, 3304.23046875, 2601.703369140625, 1306.328125, 2529.7470703125, 3678.13525390625, 1573.2716064453125, 144.06077575683594, 917.3857421875, 2115.502685546875, 1112.703857421875, 817.2530517578125, 1683.3812255859375, 315.1841125488281, 1712.458984375, 3429.49072265625, 1353.1175537109375, 2148.725830078125, 1129.0238037109375, 416.1206359863281, 2071.185302734375, 581.2640380859375, 2695.607421875, 2679.019287109375, 903.4160766601562, 581.75537109375, 402.2896728515625, 889.302978515625, 1294.5267333984375, 875.0471801757812, 1389.4677734375, 2406.576904296875, 2375.330322265625, 3872.634765625, 3084.764404296875, 3942.74462890625, 1183.5845947265625, 1942.08984375, 967.4107055664062, 520.5958862304688, 1538.471435546875, 377.6979064941406, 449.9508972167969, 777.0137939453125, 575.0155029296875, 314.4449157714844, 4171.21533203125, 2640.42919921875, 412.8084716796875, 667.5875244140625, 523.4135131835938, 1385.422119140625, 1133.2330322265625, 1667.843017578125, 2071.104248046875, 2790.184326171875, 1098.7899169921875, 3251.588134765625, 2007.496337890625, 698.3681030273438, 1577.9139404296875, 581.6644287109375, 1866.6146240234375, 284.590087890625, 346.89306640625, 407.47247314453125, 655.4895629882812, 2732.072265625, 3436.655029296875, 813.8954467773438, 426.76043701171875, 1987.485595703125, 1042.14111328125, 928.44287109375, 1226.406494140625, 3038.21875, 1570.7501220703125, 985.97412109375, 1037.649169921875, 1069.342041015625, 717.1076049804688, 1011.6959228515625, 562.7427978515625, 1714.5452880859375, 2502.729248046875, 731.1780395507812, 669.7693481445312, 2095.287109375, 427.5138244628906, 2130.170166015625, 460.2105407714844, 1443.5689697265625, 1248.21630859375, 717.8264770507812, 1502.7174072265625, 1602.7613525390625, 774.3397216796875, 593.5843505859375, 870.4266357421875, 589.7041625976562, 1361.1390380859375, 1572.6749267578125, 2408.671630859375, 829.1898803710938, 655.1868286132812, 891.88720703125, 317.08026123046875, 1207.022705078125, 1301.293701171875, 1018.4547729492188, 2272.628173828125, 4348.83642578125, 2455.9267578125, 1022.6180419921875, 1930.48828125, 2846.240966796875, 4222.52197265625, 2978.099365234375, 864.7869873046875, 1361.1912841796875, 1447.56689453125, 1231.619384765625, 1136.5296630859375, 1131.983154296875, 320.21728515625, 582.9801025390625, 515.3046264648438, 983.2713623046875, 1197.855712890625, 697.740966796875, 823.628662109375]\n", - "678\n", - "4208\n", - "3\n", - "[1119.4605712890625, 2804.88232421875, 1890.591796875]\n", - "3\n", - "4209\n", - "6\n", - "[1692.449951171875, 367.75146484375, 3321.601318359375, 613.6535034179688, 972.150634765625, 1211.2220458984375]\n", - "6\n", - "4210\n", - "9\n", - "[343.2019348144531, 1250.24755859375, 2829.609130859375, 2127.8154296875, 341.1656799316406, 5058.67822265625, 1247.4771728515625, 565.6963500976562, 410.2937316894531]\n", - "9\n", - "4211\n", - "6\n", - "[1334.2628173828125, 2259.602294921875, 993.134033203125, 3728.422607421875, 529.3735961914062, 361.400634765625]\n", - "6\n", - "4212\n", - "4\n", - "[3221.064697265625, 1021.8955078125, 1149.3563232421875, 947.4711303710938]\n", - "4\n", - "4213\n", - "6\n", - "[412.66455078125, 378.4781799316406, 2337.467529296875, 863.9181518554688, 440.1710510253906, 1443.7293701171875]\n", - "6\n", - "4214\n", - "22\n", - "[383.9591369628906, 551.5343627929688, 991.5798950195312, 1249.81494140625, 1463.55078125, 1135.685546875, 754.5817260742188, 762.1663208007812, 334.16839599609375, 2535.82958984375, 791.233154296875, 1253.186279296875, 2291.295166015625, 1687.1158447265625, 2261.763427734375, 1544.9073486328125, 1003.2636108398438, 584.709228515625, 1207.428955078125, 1461.1439208984375, 531.3453979492188, 526.1370239257812]\n", - "22\n", - "4215\n", - "3\n", - "[1855.635009765625, 2811.1826171875, 567.3076171875]\n", - "3\n", - "4216\n", - "18\n", - "[713.0687255859375, 1818.8077392578125, 3785.49560546875, 5075.33544921875, 8784.9345703125, 3501.6396484375, 410.5013427734375, 313.72650146484375, 2777.462646484375, 5071.44091796875, 373.02752685546875, 986.8490600585938, 526.2416381835938, 499.2327575683594, 1595.8277587890625, 1073.8194580078125, 1361.8409423828125, 1781.486328125]\n", - "18\n", - "4217\n", - "5\n", - "[447.1346435546875, 5321.26123046875, 4257.87646484375, 533.0582275390625, 1156.21826171875]\n", - "5\n", - "4218\n", - "1\n", - "[8294.73828125]\n", - "1\n", - "4219\n", - "5\n", - "[1516.0362548828125, 683.9146118164062, 480.26666259765625, 2016.2645263671875, 555.009765625]\n", - "5\n", - "4220\n", - "6\n", - "[756.4904174804688, 1015.8842163085938, 1578.322021484375, 2038.64599609375, 698.6940307617188, 738.5948486328125]\n", - "6\n", - "4221\n", - "20\n", - "[1787.0950927734375, 506.452880859375, 310.7528076171875, 2179.86962890625, 2790.343017578125, 4977.38330078125, 459.18267822265625, 2101.9150390625, 971.2637939453125, 3253.321533203125, 9076.94921875, 3532.43603515625, 2459.69482421875, 1380.0068359375, 3976.3232421875, 6718.18994140625, 2740.267822265625, 1549.8653564453125, 520.5516357421875, 555.6303100585938]\n", - "20\n", - "4222\n", - "18\n", - "[755.338623046875, 472.0693359375, 1064.28955078125, 1479.2567138671875, 2429.598388671875, 1803.2708740234375, 578.7471923828125, 5369.2353515625, 6935.04931640625, 3564.29541015625, 681.6814575195312, 661.3040161132812, 1494.4088134765625, 4743.33251953125, 4277.54541015625, 2633.09619140625, 364.8679504394531, 1837.5855712890625]\n", - "18\n", - "4223\n", - "7\n", - "[1966.9404296875, 708.8728637695312, 626.8921508789062, 309.45050048828125, 529.5379028320312, 2879.763671875, 373.1247863769531]\n", - "7\n", - "4224\n", - "9\n", - "[1191.1416015625, 4241.71337890625, 3320.693603515625, 654.6174926757812, 4630.025390625, 4195.2119140625, 345.1978454589844, 314.72998046875, 1324.7523193359375]\n", - "9\n", - "4225\n", - "5\n", - "[939.0416870117188, 1668.2279052734375, 3214.16796875, 393.54296875, 329.1549377441406]\n", - "5\n", - "4226\n", - "6\n", - "[606.2059326171875, 2090.246337890625, 1598.00244140625, 7252.78125, 619.7328491210938, 746.6912841796875]\n", - "6\n", - "4227\n", - "5\n", - "[895.216064453125, 1787.712646484375, 929.2515258789062, 823.501220703125, 617.2960205078125]\n", - "5\n", - "4228\n", - "14\n", - "[392.3601989746094, 847.1790161132812, 1755.0169677734375, 2488.641357421875, 9733.666015625, 1808.053955078125, 11865.09375, 4764.46435546875, 709.9464721679688, 3358.82763671875, 484.3190612792969, 959.71044921875, 446.56158447265625, 682.5634765625]\n", - "14\n", - "4229\n", - "8\n", - "[1074.357666015625, 781.392578125, 824.9014282226562, 1907.8216552734375, 587.6239624023438, 1614.44091796875, 2166.56787109375, 795.1924438476562]\n", - "8\n", - "4230\n", - "7\n", - "[419.0958557128906, 1046.4407958984375, 1273.378173828125, 1368.2227783203125, 2235.869384765625, 1048.712646484375, 2105.1396484375]\n", - "7\n", - "4231\n", - "5\n", - "[802.0748901367188, 4055.427490234375, 2950.211669921875, 843.525390625, 1449.166748046875]\n", - "5\n", - "4232\n", - "2\n", - "[926.6013793945312, 4364.39697265625]\n", - "2\n", - "4233\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[315.8843688964844, 1089.624755859375, 974.228515625, 819.5850219726562, 2516.10009765625, 712.841552734375, 1171.1708984375, 1914.067138671875, 1022.0181274414062, 523.4876098632812, 310.7112731933594, 441.81512451171875, 2992.386474609375, 647.5298461914062, 1755.9588623046875, 594.5485229492188]\n", - "16\n", - "4234\n", - "4\n", - "[2120.024658203125, 1727.8016357421875, 3542.963623046875, 1275.8460693359375]\n", - "4\n", - "4235\n", - "5\n", - "[418.640625, 2818.0537109375, 3401.60302734375, 1029.1947021484375, 3042.47802734375]\n", - "5\n", - "4236\n", - "6\n", - "[1010.2891235351562, 495.8254089355469, 2961.928466796875, 2192.67041015625, 1853.1148681640625, 928.6254272460938]\n", - "6\n", - "4237\n", - "3\n", - "[643.3428344726562, 4701.34423828125, 701.0659790039062]\n", - "3\n", - "4238\n", - "8\n", - "[1168.1138916015625, 517.420654296875, 500.7514343261719, 2615.40283203125, 2192.783447265625, 617.4763793945312, 435.80364990234375, 669.9019775390625]\n", - "8\n", - "4239\n", - "52\n", - "[908.4550170898438, 861.1141357421875, 1880.847412109375, 2925.611328125, 651.753173828125, 1492.73388671875, 1430.020751953125, 501.70440673828125, 546.5966186523438, 960.1490478515625, 2009.538330078125, 1554.358642578125, 883.8323364257812, 6071.6025390625, 1152.7733154296875, 771.500732421875, 962.9856567382812, 4929.8125, 14906.3798828125, 2308.275634765625, 382.23480224609375, 4864.9580078125, 2003.670166015625, 779.7865600585938, 1839.5732421875, 2328.39453125, 378.0365295410156, 2892.2861328125, 2683.273193359375, 980.7862548828125, 5129.0087890625, 635.4732666015625, 1285.40087890625, 7711.27392578125, 403.724609375, 1135.2215576171875, 6559.98779296875, 1273.381103515625, 895.6896362304688, 520.816162109375, 662.1773681640625, 835.4569091796875, 1232.0118408203125, 300.4546813964844, 1625.5186767578125, 639.2305908203125, 906.693359375, 1516.24853515625, 736.53857421875, 3080.4609375, 445.5156555175781, 4178.60693359375]\n", - "52\n", - "4240\n", - "6\n", - "[2362.684814453125, 2493.658203125, 1348.0155029296875, 577.3676147460938, 3311.992431640625, 758.1677856445312]\n", - "6\n", - "4241\n", - "49\n", - "[579.8563232421875, 353.8457946777344, 1282.7724609375, 1416.10595703125, 1540.232177734375, 172.69845581054688, 1853.85986328125, 2450.9931640625, 1437.814697265625, 4061.50634765625, 4646.1142578125, 7746.830078125, 4136.6103515625, 1536.2388916015625, 6358.84375, 9447.79296875, 9620.6455078125, 8614.2451171875, 2684.030517578125, 1170.02197265625, 1122.9427490234375, 2116.296630859375, 3602.99169921875, 6777.4482421875, 10087.7392578125, 10112.375, 6102.49755859375, 1057.2003173828125, 5218.35107421875, 4480.35986328125, 730.3483276367188, 1235.325927734375, 4219.58203125, 4481.58056640625, 3760.036376953125, 995.0838623046875, 1340.824462890625, 1387.287353515625, 442.8375244140625, 597.2754516601562, 315.97393798828125, 651.0260009765625, 1153.1004638671875, 991.007568359375, 388.8855285644531, 350.6463317871094, 951.5477905273438, 1180.426025390625, 311.04443359375]\n", - "49\n", - "4242\n", - "15\n", - "[304.4927673339844, 2086.03759765625, 487.28216552734375, 1875.796142578125, 4448.11962890625, 371.61419677734375, 308.2135925292969, 5370.2119140625, 3929.07861328125, 801.9119873046875, 923.4981689453125, 536.2681884765625, 3286.664306640625, 3788.302490234375, 391.1851501464844]\n", - "15\n", - "4243\n", - "6\n", - "[1209.665771484375, 8469.318359375, 7319.1591796875, 488.43426513671875, 356.1618347167969, 3322.606201171875]\n", - "6\n", - "4244\n", - "22\n", - "[462.4466552734375, 1081.4010009765625, 1001.2437744140625, 471.59979248046875, 466.364990234375, 788.6644897460938, 367.8803405761719, 932.4779052734375, 591.6797485351562, 756.5342407226562, 945.0836791992188, 540.6831665039062, 324.2971496582031, 415.61285400390625, 1415.1572265625, 755.38525390625, 1273.0489501953125, 1490.8187255859375, 412.6356201171875, 322.5997009277344, 1729.8740234375, 432.025390625]\n", - "22\n", - "4245\n", - "10\n", - "[2584.146484375, 2510.969482421875, 819.0252685546875, 399.68310546875, 938.313720703125, 2780.491943359375, 3543.906005859375, 1542.73779296875, 2449.255126953125, 624.412841796875]\n", - "10\n", - "4246\n", - "12\n", - "[336.4317626953125, 1485.9149169921875, 477.13165283203125, 507.5947570800781, 334.3646240234375, 1418.5889892578125, 3483.82763671875, 4234.05859375, 395.64923095703125, 329.916748046875, 2108.71923828125, 2585.927490234375]\n", - "12\n", - "4247\n", - "5\n", - "[487.2146301269531, 607.8593139648438, 6892.310546875, 1899.8502197265625, 487.4353942871094]\n", - "5\n", - "4248\n", - "7\n", - "[1014.6318969726562, 1301.03076171875, 1444.6141357421875, 4166.6279296875, 2653.503173828125, 3496.27392578125, 477.8744812011719]\n", - "7\n", - "4249\n", - "9\n", - "[349.9715881347656, 1221.435302734375, 534.2584838867188, 3007.50390625, 3139.146728515625, 2262.45751953125, 1865.78369140625, 1367.7611083984375, 1721.22314453125]\n", - "9\n", - "4250\n", - "9\n", - "[926.9191284179688, 521.1947631835938, 2029.366455078125, 680.0931396484375, 464.2135314941406, 521.097900390625, 308.6520690917969, 863.2338256835938, 916.6904907226562]\n", - "9\n", - "4251\n", - "5\n", - "[3608.521484375, 3635.91455078125, 4553.33984375, 1135.3714599609375, 2019.5032958984375]\n", - "5\n", - "4252\n", - "6\n", - "[427.7987060546875, 4489.1748046875, 5582.5419921875, 4863.9423828125, 613.2071533203125, 307.6749267578125]\n", - "6\n", - "4253\n", - "136\n", - "[331.1012878417969, 1273.044677734375, 926.2639770507812, 7588.93603515625, 1322.5728759765625, 2990.44384765625, 1026.2991943359375, 430.18548583984375, 374.2373046875, 461.0688781738281, 615.463623046875, 427.70880126953125, 1378.472412109375, 319.3801574707031, 548.138427734375, 2482.130615234375, 567.5768432617188, 340.3272705078125, 854.0130615234375, 1074.2178955078125, 2708.164306640625, 5756.3857421875, 1589.2745361328125, 483.69049072265625, 901.3255615234375, 4315.017578125, 1750.38818359375, 1560.7021484375, 4574.27734375, 924.6679077148438, 2408.03759765625, 4684.9912109375, 301.2748718261719, 2878.8818359375, 7275.21435546875, 7326.37060546875, 6425.05859375, 2690.144775390625, 1443.088134765625, 1288.462158203125, 1647.8057861328125, 3928.71728515625, 685.3554077148438, 852.114990234375, 7807.85888671875, 6050.48779296875, 9618.9658203125, 9636.5400390625, 10306.861328125, 8716.3173828125, 5631.33935546875, 1047.430908203125, 1622.207763671875, 518.6364135742188, 407.2066955566406, 3778.451171875, 8300.126953125, 10597.275390625, 11750.6513671875, 12343.7861328125, 12605.6171875, 12698.662109375, 10141.1416015625, 3463.006103515625, 1511.11572265625, 2433.581787109375, 348.2701110839844, 1554.1177978515625, 4234.34765625, 2503.74365234375, 2151.94775390625, 810.6040649414062, 1290.9444580078125, 1169.8564453125, 7204.86328125, 8582.5986328125, 11267.0966796875, 12061.841796875, 13145.4208984375, 13152.580078125, 11087.666015625, 9555.0048828125, 3854.30029296875, 895.4630126953125, 432.3185729980469, 3797.536376953125, 7140.57958984375, 5265.2646484375, 1578.292236328125, 5346.3017578125, 9964.3857421875, 7821.04296875, 4061.09814453125, 8559.6884765625, 9930.83203125, 12205.9609375, 10712.419921875, 10262.1220703125, 2077.476806640625, 335.93707275390625, 513.3045043945312, 961.045166015625, 4000.9189453125, 1775.958740234375, 1901.51806640625, 918.0758056640625, 864.9208374023438, 5719.96728515625, 4164.341796875, 2680.134521484375, 2689.023193359375, 402.74102783203125, 900.9563598632812, 595.2822875976562, 181.06480407714844, 2414.629638671875, 738.8616333007812, 2972.8994140625, 1079.46435546875, 2456.5322265625, 3556.618408203125, 598.6458129882812, 332.9652404785156, 319.0434265136719, 3319.517822265625, 1597.7037353515625, 1190.226806640625, 1203.937744140625, 1018.1388549804688, 2365.639892578125, 853.8980102539062, 561.2549438476562, 1101.43701171875, 2812.418701171875]\n", - "134\n", - "4254\n", - "8\n", - "[713.0294799804688, 2133.662109375, 3166.378662109375, 390.78533935546875, 439.2928771972656, 381.1937255859375, 2928.63671875, 991.6544799804688]\n", - "8\n", - "4255\n", - "2\n", - "[6913.05419921875, 1987.3533935546875]\n", - "2\n", - "4256\n", - "8\n", - "[648.4690551757812, 672.0220336914062, 1341.531005859375, 1034.6649169921875, 309.5216979980469, 346.459716796875, 649.0215454101562, 678.4917602539062]\n", - "8\n", - "4257\n", - "5\n", - "[531.3754272460938, 1649.6751708984375, 1347.6727294921875, 434.0186767578125, 3696.98095703125]\n", - "5\n", - "4258\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[1683.859375, 1637.0732421875, 598.3612060546875, 794.130126953125, 2086.62890625, 4144.15283203125, 3776.59375, 2959.158935546875, 441.128173828125, 2353.782470703125, 1744.9029541015625, 1741.9461669921875, 1561.590576171875, 525.1858520507812]\n", - "14\n", - "4259\n", - "7\n", - "[532.3720092773438, 583.5595703125, 2542.884765625, 1489.2259521484375, 1558.8216552734375, 1931.260986328125, 391.5437927246094]\n", - "7\n", - "4260\n", - "4\n", - "[1099.36865234375, 3821.24072265625, 2716.067138671875, 1168.5167236328125]\n", - "4\n", - "4261\n", - "3\n", - "[4633.2705078125, 1120.051513671875, 1309.7596435546875]\n", - "3\n", - "4262\n", - "4\n", - "[1644.1114501953125, 2751.828369140625, 2474.306884765625, 1217.2786865234375]\n", - "4\n", - "4263\n", - "3\n", - "[468.3230285644531, 794.1183471679688, 4059.250244140625]\n", - "3\n", - "4264\n", - "27\n", - "[3015.081787109375, 342.193359375, 2587.47412109375, 1396.736328125, 3917.3359375, 4739.06005859375, 4999.826171875, 682.66162109375, 2732.210693359375, 3063.89208984375, 1424.9827880859375, 816.0963745117188, 2546.78369140625, 389.44720458984375, 3247.693603515625, 338.0760192871094, 3918.923095703125, 658.4021606445312, 420.9523010253906, 3365.394775390625, 5623.158203125, 1729.8515625, 3852.4013671875, 3497.79443359375, 1412.247314453125, 427.4388427734375, 1360.255126953125]\n", - "27\n", - "4265\n", - "19\n", - "[2144.7646484375, 1684.87548828125, 9955.46875, 11339.9853515625, 1024.5030517578125, 656.2551879882812, 12637.3994140625, 17988.779296875, 7633.3505859375, 4212.9482421875, 3190.329833984375, 8369.755859375, 6789.330078125, 2575.265625, 930.7393188476562, 378.0928649902344, 4597.35400390625, 1334.9996337890625, 685.0393676757812]\n", - "19\n", - "4266\n", - "10\n", - "[1084.1822509765625, 740.7998046875, 2969.87060546875, 1032.01953125, 5983.59716796875, 4991.94970703125, 1092.050537109375, 5265.7861328125, 604.6578369140625, 745.7648315429688]\n", - "10\n", - "4267\n", - "9\n", - "[376.33660888671875, 2683.33154296875, 1961.1002197265625, 408.7220458984375, 5846.2822265625, 5800.5537109375, 393.388427734375, 606.9448852539062, 2261.586669921875]\n", - "9\n", - "4268\n", - "2\n", - "[3376.072998046875, 1976.9024658203125]\n", - "2\n", - "4269\n", - "26\n", - "[834.05615234375, 1920.5380859375, 478.1802062988281, 704.586669921875, 590.0420532226562, 1098.4927978515625, 515.6903686523438, 3529.7353515625, 2029.3704833984375, 356.51983642578125, 562.1405639648438, 3252.957763671875, 6328.072265625, 6249.09814453125, 1585.6956787109375, 2680.9443359375, 6310.6796875, 4574.13427734375, 419.2651672363281, 810.0592041015625, 3396.64208984375, 2713.493408203125, 393.57598876953125, 670.1390991210938, 1662.4742431640625, 435.2548522949219]\n", - "26\n", - "4270\n", - "5\n", - "[970.5996704101562, 1053.86083984375, 2393.855712890625, 5213.85302734375, 452.0655822753906]\n", - "5\n", - "4271\n", - "502\n", - "[543.9642944335938, 593.1940307617188, 438.0722961425781, 304.3380432128906, 1068.3466796875, 964.9671630859375, 1198.244140625, 391.3251037597656, 735.6472778320312, 307.8437194824219, 912.1866455078125, 1164.9027099609375, 703.8856811523438, 6392.83740234375, 4349.9013671875, 1317.384033203125, 826.7418212890625, 485.85760498046875, 884.5701293945312, 334.2715759277344, 1047.184814453125, 2056.980712890625, 6207.06689453125, 3540.46240234375, 1779.74755859375, 4508.875, 1895.8934326171875, 488.6711730957031, 3746.20556640625, 4083.998046875, 820.3323364257812, 2564.51171875, 2404.10888671875, 427.8938293457031, 895.7642211914062, 2844.3779296875, 2324.599609375, 539.67626953125, 476.9279479980469, 3221.59765625, 1307.754638671875, 2621.482666015625, 3583.01171875, 1922.238525390625, 352.64996337890625, 1441.0224609375, 1178.857666015625, 4311.04443359375, 366.5823669433594, 1232.239990234375, 721.894775390625, 2382.95751953125, 4131.8818359375, 4081.931396484375, 568.0380249023438, 670.0552978515625, 942.3287963867188, 1009.0155029296875, 1530.782958984375, 3784.809814453125, 6338.53857421875, 2746.93212890625, 2574.20703125, 575.7898559570312, 2075.985595703125, 2478.17626953125, 1018.007080078125, 1420.5013427734375, 2574.04150390625, 932.7904052734375, 1136.439697265625, 4717.72021484375, 7979.78955078125, 7459.1298828125, 5675.4892578125, 6010.32421875, 3465.615966796875, 453.595458984375, 593.933349609375, 1182.34619140625, 384.1697692871094, 4599.9404296875, 959.5086669921875, 1194.192626953125, 672.6123046875, 434.7346496582031, 3401.68017578125, 8171.25341796875, 8674.3984375, 8752.3173828125, 8111.0791015625, 9645.4306640625, 4213.0791015625, 9416.556640625, 4573.6650390625, 2845.7294921875, 3194.10009765625, 2144.5361328125, 2864.25390625, 380.9300842285156, 679.2020874023438, 371.92889404296875, 103.33863830566406, 338.3355712890625, 1631.255859375, 898.0374755859375, 1870.458740234375, 8399.384765625, 6942.224609375, 6885.84326171875, 6130.13525390625, 7474.03515625, 10996.96484375, 9135.818359375, 5253.798828125, 10037.046875, 7783.01953125, 1520.128173828125, 6549.71337890625, 9198.4365234375, 531.0924682617188, 605.8828125, 493.9325256347656, 79.31710052490234, 1732.6708984375, 4511.8798828125, 2331.43310546875, 2267.513671875, 4376.87158203125, 4275.80615234375, 690.5870361328125, 5953.88134765625, 11703.6787109375, 14669.103515625, 14797.3037109375, 13377.2646484375, 19351.8359375, 11927.6748046875, 1793.0802001953125, 11431.9716796875, 18192.080078125, 12849.7275390625, 11558.955078125, 10765.0185546875, 6593.5859375, 1422.5921630859375, 1925.90625, 489.4851379394531, 516.3802490234375, 293.85430908203125, 1086.371826171875, 2418.545654296875, 1991.5145263671875, 2818.58251953125, 7632.380859375, 14942.0849609375, 15197.6767578125, 13710.736328125, 15405.404296875, 14236.77734375, 9275.7578125, 18856.126953125, 22601.853515625, 22191.978515625, 13939.0400390625, 6028.98486328125, 10010.9443359375, 6917.8232421875, 5480.74560546875, 4231.23486328125, 584.6141967773438, 452.877685546875, 355.8340148925781, 644.6884155273438, 1436.2579345703125, 2049.71826171875, 709.4729614257812, 8788.31640625, 15053.201171875, 15095.5068359375, 11499.5537109375, 1743.4288330078125, 19035.96484375, 22932.052734375, 22436.587890625, 15898.9638671875, 6369.83837890625, 6415.86572265625, 6308.51611328125, 9277.0341796875, 5151.35498046875, 2163.27490234375, 1270.8123779296875, 2913.53076171875, 608.1959228515625, 4048.51123046875, 7711.4892578125, 373.7773132324219, 8601.8955078125, 22865.134765625, 22443.6953125, 10975.2119140625, 6175.4228515625, 6801.69873046875, 8053.24462890625, 9284.298828125, 8094.119140625, 2482.118408203125, 4938.701171875, 5816.02197265625, 2989.371337890625, 1579.7874755859375, 2742.354736328125, 3647.8125, 2673.17529296875, 8307.6455078125, 13983.9521484375, 10630.26171875, 4129.2236328125, 4149.32177734375, 5058.0419921875, 7761.04150390625, 8091.44970703125, 7734.39013671875, 5059.541015625, 2258.75927734375, 5493.46728515625, 5923.34326171875, 5861.53271484375, 6368.1513671875, 9807.443359375, 10615.5361328125, 6429.82568359375, 7911.51953125, 8127.728515625, 5346.98486328125, 8844.5283203125, 8129.63232421875, 4143.40283203125, 598.2796630859375, 1026.4193115234375, 2086.1123046875, 6531.92919921875, 6303.09765625, 6631.2080078125, 5003.3916015625, 7323.1572265625, 9848.650390625, 6195.87109375, 6282.32373046875, 6109.19873046875, 7048.7939453125, 4082.715087890625, 4601.93701171875, 1831.6197509765625, 475.3607177734375, 3090.69775390625, 1226.9002685546875, 4589.68994140625, 6399.9111328125, 6260.74658203125, 6544.36083984375, 6736.189453125, 6099.41015625, 3440.925048828125, 1858.8072509765625, 1306.8179931640625, 909.267333984375, 4238.78369140625, 1018.9912109375, 442.45123291015625, 3808.062744140625, 4790.92236328125, 1676.468505859375, 1866.274169921875, 3168.2041015625, 836.7803955078125, 1735.9365234375, 3113.19140625, 5511.51708984375, 6841.85107421875, 6842.66357421875, 5644.021484375, 6793.66650390625, 4589.75927734375, 2107.391845703125, 1152.50732421875, 1052.1195068359375, 511.5305480957031, 366.84039306640625, 2865.85107421875, 7376.50537109375, 8837.46875, 7060.1982421875, 5012.37353515625, 4663.52587890625, 4541.6689453125, 6472.80712890625, 8958.2138671875, 6599.69775390625, 6492.751953125, 6795.96533203125, 6818.18212890625, 5305.3193359375, 5701.470703125, 6876.06201171875, 5827.21728515625, 4255.408203125, 5662.76513671875, 3653.512939453125, 348.19744873046875, 78.91497802734375, 553.236328125, 878.9130859375, 7183.5732421875, 2089.779052734375, 1013.85498046875, 2139.409423828125, 8103.85009765625, 11280.404296875, 7519.3740234375, 5185.5205078125, 8667.73046875, 6804.41845703125, 6847.80810546875, 5813.94921875, 6098.177734375, 5814.8203125, 6903.41162109375, 6836.63525390625, 6388.43798828125, 6080.2109375, 12978.5029296875, 44206.78125, 8452.3056640625, 607.1956787109375, 691.6575927734375, 1333.904296875, 1290.757568359375, 1023.58251953125, 1857.800537109375, 1734.2908935546875, 390.0831298828125, 653.27294921875, 3020.735107421875, 350.54132080078125, 3589.3759765625, 487.1550598144531, 3378.5537109375, 6165.8984375, 6866.3671875, 6937.44921875, 6837.94775390625, 4631.8671875, 39268.1171875, 50530.37890625, 30824.400390625, 403.9882507324219, 771.8421020507812, 3722.663330078125, 4719.17431640625, 2035.027587890625, 2034.93408203125, 1105.767578125, 1193.0032958984375, 1179.4268798828125, 530.7960815429688, 351.2019958496094, 1349.54833984375, 2960.16845703125, 15400.5234375, 23710.203125, 23984.9296875, 33941.4921875, 16731.26171875, 45822.76171875, 50729.265625, 50381.4921875, 32277.771484375, 15173.4755859375, 5286.36328125, 2924.19775390625, 574.0739135742188, 1414.7357177734375, 1550.748779296875, 1340.381103515625, 922.209228515625, 425.9980773925781, 812.115966796875, 532.0047607421875, 1953.878662109375, 1308.43505859375, 754.3665771484375, 17412.546875, 43946.5078125, 9836.083984375, 45986.62109375, 49582.421875, 54561.56640625, 12317.1455078125, 3209.653076171875, 3016.093994140625, 4515.40087890625, 1292.9842529296875, 768.909423828125, 2072.603759765625, 431.6791687011719, 677.734619140625, 7427.05712890625, 2773.923095703125, 568.6473999023438, 362.6199951171875, 747.7449951171875, 593.0014038085938, 726.3336791992188, 5797.4580078125, 13406.48828125, 1072.4251708984375, 14187.759765625, 49020.9375, 51000.26953125, 409.5375061035156, 21719.861328125, 11031.208984375, 839.1634521484375, 1047.5391845703125, 1192.5284423828125, 325.3586730957031, 6177.19580078125, 3447.25732421875, 9484.74609375, 12076.2119140625, 11329.4658203125, 12342.8388671875, 3743.3837890625, 1104.6968994140625, 1116.516845703125, 673.9058227539062, 6823.8271484375, 28574.486328125, 15655.2041015625, 6751.99365234375, 3478.156982421875, 746.875244140625, 357.0934143066406, 4245.22119140625, 14398.49609375, 12337.4365234375, 5148.47607421875, 1608.644287109375, 918.7459716796875, 11588.5205078125, 15087.6103515625, 7396.22802734375, 606.7630615234375, 1695.748046875, 314.0097351074219, 9374.3056640625, 4907.5693359375, 5817.6630859375, 11982.4462890625, 777.2916259765625, 1695.6864013671875, 751.3532104492188, 1141.396240234375, 11822.248046875, 5456.568359375, 1029.5614013671875, 1558.97412109375, 1150.930908203125, 1063.3277587890625, 652.4180297851562, 705.141845703125, 1075.3084716796875, 512.9384765625, 382.48858642578125, 449.65057373046875, 342.1121520996094, 309.9012145996094, 760.6014404296875, 2092.159912109375, 1327.0772705078125, 336.1007995605469, 632.5586547851562, 3803.50048828125, 1054.205322265625, 418.56939697265625, 715.8450927734375, 2064.269775390625, 471.4322814941406, 423.94000244140625, 379.3859558105469]\n", - "492\n", - "4272\n", - "11\n", - "[1000.774169921875, 664.2767333984375, 2581.300537109375, 3360.512939453125, 14847.2626953125, 1044.705078125, 3043.358642578125, 890.12939453125, 699.251220703125, 494.10394287109375, 1015.2474975585938]\n", - "11\n", - "4273\n", - "16\n", - "[338.0435485839844, 1442.1588134765625, 528.0819091796875, 970.9446411132812, 1405.1328125, 1208.9344482421875, 2397.23681640625, 531.5955810546875, 4791.26708984375, 9483.4140625, 1400.597900390625, 329.8201599121094, 757.9242553710938, 1235.0240478515625, 459.9702453613281, 1465.0091552734375]\n", - "16\n", - "4274\n", - "9\n", - "[1229.464111328125, 3277.1328125, 816.677490234375, 435.2890625, 1405.3272705078125, 4652.876953125, 4419.7275390625, 1151.195556640625, 434.02130126953125]\n", - "9\n", - "4275\n", - "3\n", - "[1524.5189208984375, 2550.441650390625, 1229.645751953125]\n", - "3\n", - "4276\n", - "5\n", - "[1699.869384765625, 2375.327880859375, 2411.2880859375, 3393.44091796875, 305.6984558105469]\n", - "5\n", - "4277\n", - "5\n", - "[2570.697509765625, 2094.09326171875, 828.9506225585938, 2790.50146484375, 2318.475830078125]\n", - "5\n", - "4278\n", - "9\n", - "[1976.157470703125, 347.26141357421875, 2129.347900390625, 1784.203125, 4539.3232421875, 497.0476379394531, 3126.980712890625, 399.56817626953125, 1760.077392578125]\n", - "9\n", - "4279\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[683.30712890625, 4886.10546875, 362.719482421875]\n", - "3\n", - "4280\n", - "5\n", - "[404.2701721191406, 745.5191040039062, 2028.78857421875, 1442.6044921875, 1366.6005859375]\n", - "5\n", - "4281\n", - "14\n", - "[3845.392333984375, 711.19580078125, 3099.559814453125, 8073.82958984375, 1514.3160400390625, 6816.560546875, 10301.20703125, 2916.010009765625, 526.2908935546875, 451.01593017578125, 1531.4759521484375, 3896.942626953125, 1215.6451416015625, 3688.541748046875]\n", - "14\n", - "4282\n", - "10\n", - "[391.40179443359375, 942.5921630859375, 1878.38330078125, 2786.013916015625, 2413.864501953125, 4533.42333984375, 485.43994140625, 1388.770751953125, 2047.0076904296875, 305.872314453125]\n", - "10\n", - "4283\n", - "10\n", - "[1279.06103515625, 809.6812744140625, 381.7774353027344, 2488.822509765625, 640.300048828125, 2054.335693359375, 1645.3741455078125, 1347.0546875, 720.2401123046875, 1222.347412109375]\n", - "10\n", - "4284\n", - "5\n", - "[406.8894958496094, 1442.908935546875, 7567.3798828125, 896.0948486328125, 1405.317626953125]\n", - "5\n", - "4285\n", - "30\n", - "[408.82244873046875, 600.4546508789062, 603.6715087890625, 1856.421630859375, 517.1524658203125, 3063.4287109375, 8470.47265625, 6371.03759765625, 447.2478942871094, 1045.4578857421875, 10691.4052734375, 13872.478515625, 9216.5517578125, 3564.79736328125, 774.6239624023438, 2047.3292236328125, 789.824462890625, 941.1400756835938, 455.3253479003906, 5190.0126953125, 11570.5595703125, 600.666748046875, 803.3812255859375, 1158.065185546875, 347.2604675292969, 495.7657165527344, 1088.142822265625, 486.4510192871094, 484.78955078125, 509.30474853515625]\n", - "30\n", - "4286\n", - "3\n", - "[1746.2861328125, 919.7371215820312, 5008.47412109375]\n", - "3\n", - "4287\n", - "13\n", - "[315.45904541015625, 447.78460693359375, 497.7492980957031, 6707.42236328125, 1055.442138671875, 387.27886962890625, 580.0398559570312, 339.84405517578125, 890.3690185546875, 1274.344970703125, 4038.775390625, 10813.6611328125, 6521.61865234375]\n", - "13\n", - "4288\n", - "7\n", - "[371.66754150390625, 381.4495544433594, 474.7874450683594, 749.4766845703125, 1369.360107421875, 628.8482055664062, 1478.580322265625]\n", - "7\n", - "4289\n", - "3\n", - "[2296.6806640625, 2542.138916015625, 589.550537109375]\n", - "3\n", - "4290\n", - "4\n", - "[1751.4561767578125, 1501.336669921875, 1468.8399658203125, 2124.3916015625]\n", - "4\n", - "4291\n", - "3\n", - "[857.0560302734375, 1801.085205078125, 6546.8759765625]\n", - "3\n", - "4292\n", - "4\n", - "[2805.314697265625, 776.40234375, 1970.198974609375, 937.8199462890625]\n", - "4\n", - "4293\n", - "12\n", - "[676.80078125, 503.1924743652344, 1277.433837890625, 2215.633544921875, 800.0543212890625, 840.8994750976562, 3630.783447265625, 1786.9083251953125, 828.310791015625, 564.7408447265625, 1815.0821533203125, 356.2474365234375]\n", - "12\n", - "4294\n", - "4\n", - "[3733.08984375, 1215.204345703125, 1823.7764892578125, 333.7976379394531]\n", - "4\n", - "4295\n", - "5\n", - "[1052.1258544921875, 2689.234130859375, 1806.825439453125, 1007.137451171875, 1799.93603515625]\n", - "5\n", - "4296\n", - "5\n", - "[2036.263427734375, 771.9052124023438, 669.561279296875, 2017.6485595703125, 736.8219604492188]\n", - "5\n", - "4297\n", - "4\n", - "[302.8631591796875, 3144.67041015625, 1656.7041015625, 509.39190673828125]\n", - "4\n", - "4298\n", - "4\n", - "[1024.888916015625, 501.5633544921875, 1460.9864501953125, 2817.552490234375]\n", - "4\n", - "4299\n", - "6\n", - "[1631.73486328125, 1675.7301025390625, 1107.4202880859375, 1444.5728759765625, 384.1326599121094, 336.0877685546875]\n", - "6\n", - "4300\n", - "62\n", - "[1540.078369140625, 2712.493896484375, 2456.468505859375, 1029.27978515625, 1782.4246826171875, 4937.45703125, 1401.509521484375, 882.7794189453125, 1636.287109375, 319.53369140625, 2747.26416015625, 1255.869873046875, 2391.8291015625, 2670.90185546875, 1087.360595703125, 514.6114501953125, 1368.987060546875, 3511.93994140625, 3206.007080078125, 377.4722900390625, 885.8950805664062, 945.2350463867188, 521.9951782226562, 917.21533203125, 757.071533203125, 1051.1748046875, 890.1702880859375, 1342.2762451171875, 555.3640747070312, 346.64996337890625, 1635.2911376953125, 1193.47119140625, 1601.467041015625, 681.2569580078125, 911.89453125, 2020.453125, 681.697998046875, 1716.810791015625, 2047.9534912109375, 2395.926513671875, 2434.331787109375, 842.3326416015625, 3902.44384765625, 1762.606689453125, 760.677978515625, 792.2899169921875, 2047.4981689453125, 3400.522705078125, 442.1614990234375, 600.5697021484375, 6005.31298828125, 3370.639404296875, 700.9254760742188, 512.1502075195312, 4616.84228515625, 6345.52490234375, 2295.833984375, 1618.140869140625, 1334.5013427734375, 467.3856201171875, 974.8480834960938, 1949.454345703125]\n", - "62\n", - "4301\n", - "36\n", - "[676.8057861328125, 339.73663330078125, 503.6795959472656, 3843.774658203125, 3430.9365234375, 2839.228759765625, 387.98516845703125, 328.46893310546875, 932.8290405273438, 3965.35791015625, 8157.79052734375, 8481.8427734375, 7119.193359375, 2775.00439453125, 816.3037719726562, 1317.8115234375, 347.4476623535156, 1547.786376953125, 1613.32275390625, 1788.329345703125, 5619.509765625, 12358.7646484375, 10200.37890625, 3693.8544921875, 364.7646789550781, 6120.6240234375, 3942.37060546875, 6236.04150390625, 1717.385009765625, 1353.93212890625, 354.6339111328125, 3334.395751953125, 3698.86865234375, 743.8289794921875, 377.2276611328125, 2258.614013671875]\n", - "36\n", - "4302\n", - "11\n", - "[2102.547607421875, 1222.20751953125, 785.6087036132812, 1211.53369140625, 1565.687255859375, 547.0277709960938, 2535.755126953125, 2209.092041015625, 378.5793151855469, 2063.636962890625, 1597.1156005859375]\n", - "11\n", - "4303\n", - "13\n", - "[560.70947265625, 5787.50732421875, 1065.546630859375, 4382.0576171875, 395.91412353515625, 8728.1123046875, 1118.677001953125, 2498.87255859375, 7053.73291015625, 732.8961791992188, 367.3620300292969, 644.1403198242188, 403.702880859375]\n", - "13\n", - "4304\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[2915.746337890625, 317.4151611328125, 1807.0916748046875, 2292.901123046875, 1333.497314453125]\n", - "5\n", - "4305\n", - "12\n", - "[1422.5462646484375, 438.63934326171875, 1182.1395263671875, 370.9245910644531, 1146.8994140625, 2739.77685546875, 975.5282592773438, 310.71356201171875, 2592.3447265625, 1282.6260986328125, 821.104248046875, 669.9244384765625]\n", - "12\n", - "4306\n", - "6\n", - "[499.9686279296875, 1068.7916259765625, 2241.358642578125, 486.9920349121094, 5818.4462890625, 360.1344299316406]\n", - "6\n", - "4307\n", - "4\n", - "[3797.456787109375, 1424.8514404296875, 1109.136474609375, 2429.671875]\n", - "4\n", - "4308\n", - "4\n", - "[332.7034912109375, 4221.283203125, 2795.432861328125, 2001.129638671875]\n", - "4\n", - "4309\n", - "30\n", - "[414.0271301269531, 493.8033752441406, 1518.884765625, 1699.911865234375, 2670.2890625, 3785.060546875, 1770.767578125, 596.9497680664062, 623.808349609375, 471.8804626464844, 490.52703857421875, 1056.966552734375, 4710.2841796875, 3945.703125, 773.1563110351562, 640.3231201171875, 4935.87744140625, 2354.66650390625, 378.72650146484375, 311.97076416015625, 378.8718566894531, 1911.7279052734375, 583.7173461914062, 530.6664428710938, 1298.626708984375, 3631.043212890625, 1081.0211181640625, 1223.3319091796875]\n", - "28\n", - "4310\n", - "3\n", - "[2059.259521484375, 1950.25634765625, 1094.82177734375]\n", - "3\n", - "4311\n", - "7\n", - "[651.5806884765625, 771.7739868164062, 1445.73876953125, 596.5022583007812, 1435.4287109375, 388.2764892578125, 300.99615478515625]\n", - "7\n", - "4312\n", - "15\n", - "[311.21734619140625, 596.0360107421875, 1222.994384765625, 2266.442626953125, 988.3201293945312, 2239.890625, 1676.0421142578125, 2271.886474609375, 2179.165283203125, 1565.318115234375, 1143.7830810546875, 2424.16748046875, 626.4983520507812, 578.2631225585938, 1676.0498046875]\n", - "15\n", - "4313\n", - "8\n", - "[1469.7462158203125, 378.4205017089844, 1146.00537109375, 1082.608154296875, 589.7200927734375, 1368.3126220703125, 940.3521118164062, 714.3826293945312]\n", - "8\n", - "4314\n", - "5\n", - "[1610.1075439453125, 618.6028442382812, 431.5595703125, 3370.000244140625, 370.6680603027344]\n", - "5\n", - "4315\n", - "2\n", - "[3607.959716796875, 1415.6251220703125]\n", - "2\n", - "4316\n", - "5\n", - "[2433.669921875, 641.255615234375, 1204.8355712890625, 912.3477172851562, 482.0332336425781]\n", - "5\n", - "4317\n", - "14\n", - "[1029.889404296875, 520.5804443359375, 932.6340942382812, 2610.556884765625, 4780.6982421875, 6015.0234375, 2760.29443359375, 10970.0009765625, 3939.554443359375, 848.0914306640625, 2318.410400390625, 763.4263916015625, 960.710693359375, 790.9863891601562]\n", - "14\n", - "4318\n", - "6\n", - "[934.048828125, 997.1320190429688, 1512.9312744140625, 2053.6162109375, 749.8628540039062, 442.9018249511719]\n", - "6\n", - "4319\n", - "5\n", - "[4456.013671875, 1866.094482421875, 320.7770690917969, 1119.256103515625, 1378.1168212890625]\n", - "5\n", - "4320\n", - "8\n", - "[1172.3780517578125, 932.02685546875, 5272.2216796875, 6292.541015625, 2476.594482421875, 3385.975830078125, 9229.2548828125, 1265.476318359375]\n", - "8\n", - "4321\n", - "2\n", - "[4724.55859375, 508.8351745605469]\n", - "2\n", - "4322\n", - "16\n", - "[358.2844543457031, 388.20703125, 323.2049255371094, 3567.893310546875, 2033.04150390625, 743.2000732421875, 1186.9281005859375, 2674.92724609375, 516.0657958984375, 474.2635192871094, 1521.50634765625, 349.4895935058594, 821.6410522460938, 2260.029052734375, 2873.23828125, 1854.0924072265625]\n", - "16\n", - "4323\n", - "3\n", - "[4495.2822265625, 3167.060302734375, 387.5154113769531]\n", - "3\n", - "4324\n", - "4\n", - "[766.6360473632812, 341.7716369628906, 6269.55810546875, 1963.633544921875]\n", - "4\n", - "4325\n", - "6\n", - "[1308.3531494140625, 1354.4703369140625, 611.5322265625, 349.1241760253906, 2860.426513671875, 446.6344299316406]\n", - "6\n", - "4326\n", - "36\n", - "[400.4523010253906, 304.36553955078125, 563.7997436523438, 538.8370361328125, 554.3479614257812, 372.93878173828125, 887.8944702148438, 1988.5748291015625, 1319.4346923828125, 1396.840576171875, 1315.711669921875, 466.4913024902344, 1286.1922607421875, 1603.616943359375, 332.5559387207031, 467.72955322265625, 528.4028930664062, 1430.198486328125, 1151.3736572265625, 504.73614501953125, 935.3930053710938, 632.2244873046875, 344.7071228027344, 510.1678466796875, 1654.285400390625, 301.26995849609375, 1411.9718017578125, 639.3814086914062, 687.474365234375, 2201.69921875, 1409.5860595703125, 429.501220703125, 1302.8836669921875, 1196.205810546875, 404.1835021972656, 1206.4171142578125]\n", - "36\n", - "4327\n", - "19\n", - "[653.2681884765625, 1243.4427490234375, 1579.979736328125, 1836.246826171875, 347.7715148925781, 1059.4549560546875, 1342.94921875, 1578.169921875, 1531.159912109375, 310.34564208984375, 8932.7529296875, 7115.66259765625, 1599.125244140625, 5392.14892578125, 9682.7724609375, 5308.646484375, 1461.89697265625, 947.564453125, 610.5835571289062]\n", - "19\n", - "4328\n", - "7\n", - "[393.7589111328125, 458.3304443359375, 966.08984375, 1240.7021484375, 3763.931884765625, 1732.72705078125, 699.1453247070312]\n", - "7\n", - "4329\n", - "844\n", - "[858.2639770507812, 393.7927551269531, 999.5161743164062, 1245.337890625, 417.4300231933594, 1917.8555908203125, 2148.777099609375, 4642.65087890625, 2687.358154296875, 2420.230712890625, 1633.1119384765625, 768.09033203125, 775.7230834960938, 4917.21826171875, 7557.63232421875, 3573.635009765625, 1844.2886962890625, 5788.580078125, 615.9015502929688, 2171.100830078125, 128.4153289794922, 1001.162109375, 2083.003173828125, 1282.631591796875, 761.8479614257812, 495.55169677734375, 1326.9891357421875, 735.64501953125, 490.58831787109375, 2912.297119140625, 1827.4482421875, 196.45037841796875, 3055.0654296875, 1450.960693359375, 1634.9107666015625, 582.0548706054688, 586.00732421875, 77.73760986328125, 1344.7681884765625, 720.7476806640625, 917.298828125, 1296.6573486328125, 2266.845947265625, 537.0652465820312, 615.0556640625, 521.8301391601562, 449.2839050292969, 1141.8863525390625, 298.6071472167969, 786.047607421875, 1489.9266357421875, 1561.430908203125, 101.02971649169922, 856.2221069335938, 625.5713500976562, 1414.29443359375, 360.0189208984375, 435.8264465332031, 658.2359008789062, 683.0694580078125, 2715.142822265625, 4425.0234375, 3359.437255859375, 397.4260559082031, 1176.2005615234375, 1151.94091796875, 430.9307861328125, 495.7510070800781, 404.8529357910156, 429.3653564453125, 2309.020751953125, 1557.0294189453125, 1996.220947265625, 785.4474487304688, 797.9346313476562, 911.3228759765625, 81.44302368164062, 1683.060791015625, 127.20153045654297, 2253.082763671875, 2486.023193359375, 190.57623291015625, 387.36077880859375, 517.6381225585938, 2998.691162109375, 374.01190185546875, 1375.26904296875, 5823.79150390625, 572.6254272460938, 894.5643310546875, 535.8034057617188, 1046.3033447265625, 1539.2518310546875, 805.457275390625, 488.8597412109375, 3102.140869140625, 1149.6846923828125, 299.2192687988281, 1254.21044921875, 1855.065185546875, 478.1664733886719, 1837.5438232421875, 1104.6014404296875, 3133.83154296875, 2146.251220703125, 1400.2911376953125, 2894.990478515625, 4622.41943359375, 1520.05810546875, 1120.265380859375, 915.1176147460938, 825.3857421875, 1523.3341064453125, 3367.668212890625, 3166.9267578125, 2450.073974609375, 1371.550537109375, 1745.5130615234375, 3174.1533203125, 697.7229614257812, 1327.8836669921875, 1857.077880859375, 972.9257202148438, 1008.8779907226562, 654.9253540039062, 951.9523315429688, 1460.056396484375, 633.3471069335938, 551.3305053710938, 1036.8406982421875, 863.7456665039062, 1835.7247314453125, 714.4500732421875, 1521.51904296875, 1136.7412109375, 1053.892578125, 302.0584716796875, 1164.8826904296875, 615.0264282226562, 406.50592041015625, 600.7568969726562, 884.4109497070312, 580.0615234375, 2662.648193359375, 1698.061767578125, 765.4374389648438, 323.4793395996094, 326.127197265625, 753.6010131835938, 442.17529296875, 187.73301696777344, 551.1148071289062, 1538.24267578125, 770.63134765625, 587.161865234375, 407.875732421875, 620.1312255859375, 634.2931518554688, 1030.654296875, 441.7844543457031, 355.33941650390625, 1321.0361328125, 301.77349853515625, 1408.686279296875, 632.6536865234375, 1714.680419921875, 1348.873291015625, 2588.183349609375, 1000.3876953125, 1508.085205078125, 449.1212463378906, 672.9666137695312, 1149.660888671875, 1751.7078857421875, 1184.0267333984375, 1715.3167724609375, 311.08203125, 340.8917541503906, 1002.075927734375, 468.6375732421875, 595.3746948242188, 1028.80517578125, 371.53546142578125, 446.6053161621094, 614.9222412109375, 1716.84912109375, 892.1513061523438, 1668.44189453125, 1695.0433349609375, 1606.8642578125, 3186.54443359375, 166.27984619140625, 383.41748046875, 251.0709686279297, 464.5546569824219, 374.31268310546875, 879.6891479492188, 1939.661865234375, 1895.5615234375, 533.4537353515625, 1084.789794921875, 1344.29833984375, 386.98858642578125, 1006.0547485351562, 1805.745849609375, 3998.45556640625, 399.2470703125, 317.06976318359375, 2191.834716796875, 5443.62060546875, 622.6433715820312, 3125.717529296875, 1984.5567626953125, 2282.16650390625, 634.3027954101562, 3219.363037109375, 1570.340576171875, 1134.7752685546875, 136.1270751953125, 865.3142700195312, 307.0813903808594, 786.0375366210938, 2269.166259765625, 881.03466796875, 2099.05810546875, 994.960205078125, 182.96932983398438, 198.26559448242188, 4434.9404296875, 3636.21533203125, 1642.9844970703125, 362.8017883300781, 663.1884765625, 2131.524658203125, 649.6917114257812, 4499.4462890625, 2998.222412109375, 2649.508544921875, 1074.407958984375, 1925.47265625, 2586.913818359375, 583.8584594726562, 468.08685302734375, 2107.40380859375, 1211.1883544921875, 821.195068359375, 1700.8758544921875, 354.91015625, 121.84196472167969, 626.140625, 508.5829162597656, 1768.1448974609375, 215.66688537597656, 253.36691284179688, 331.8377685546875, 987.78515625, 562.4322509765625, 1094.62939453125, 1756.044677734375, 1027.0216064453125, 1068.57861328125, 3082.346923828125, 443.1629943847656, 1158.5972900390625, 327.87066650390625, 1499.580810546875, 1943.21435546875, 1287.5789794921875, 656.3699340820312, 3033.7578125, 1884.8358154296875, 1890.87841796875, 1511.418212890625, 584.1150512695312, 984.691162109375, 1166.100341796875, 2812.4462890625, 752.8330078125, 4958.17919921875, 1326.88525390625, 1241.2579345703125, 614.9744873046875, 3394.698486328125, 680.1858520507812, 887.70458984375, 2660.530029296875, 1239.758544921875, 1120.19482421875, 430.7889709472656, 1457.4478759765625, 1071.9039306640625, 756.6749877929688, 920.410400390625, 396.5667724609375, 1917.596435546875, 1619.7666015625, 1335.8236083984375, 628.822509765625, 930.423583984375, 2839.25634765625, 2471.35302734375, 672.4505004882812, 2527.700927734375, 1076.939453125, 556.0567016601562, 1068.189208984375, 1009.48876953125, 1206.51611328125, 306.5943603515625, 2750.572509765625, 408.01824951171875, 733.0547485351562, 2981.492919921875, 631.0247192382812, 894.0855712890625, 329.95562744140625, 563.8658447265625, 991.40234375, 2193.221435546875, 2766.720703125, 866.6959838867188, 3676.0283203125, 6436.4091796875, 781.9678955078125, 1716.9068603515625, 590.3474731445312, 832.2152709960938, 1328.614013671875, 1089.7757568359375, 980.3738403320312, 1113.4342041015625, 1891.4908447265625, 4805.82177734375, 596.3898315429688, 318.81982421875, 816.2999877929688, 303.8720397949219, 575.8271484375, 369.6615905761719, 1443.728271484375, 446.4154357910156, 183.07664489746094, 738.6875610351562, 3122.976318359375, 3238.297119140625, 690.272705078125, 1176.57568359375, 2073.880859375, 79.28807830810547, 1616.874267578125, 2058.7412109375, 1161.7581787109375, 3063.17822265625, 1177.4012451171875, 2179.138671875, 846.1082763671875, 851.1685180664062, 750.5415649414062, 493.0307312011719, 484.65203857421875, 304.9103698730469, 789.9586791992188, 440.8929443359375, 1346.6014404296875, 366.6485595703125, 586.5419311523438, 3111.03173828125, 790.2723388671875, 301.129638671875, 1209.7025146484375, 3128.1357421875, 3771.10791015625, 77.05101013183594, 516.3177490234375, 1311.575927734375, 308.1710205078125, 825.149169921875, 1322.8768310546875, 902.4230346679688, 1408.7275390625, 483.7439880371094, 245.37619018554688, 2069.47265625, 2103.400146484375, 504.1582946777344, 2038.5911865234375, 3598.556396484375, 1283.17919921875, 1879.412353515625, 2237.33544921875, 4523.42431640625, 139.07815551757812, 1147.0810546875, 3754.26806640625, 1314.4404296875, 667.06005859375, 2548.593994140625, 414.2544250488281, 420.8335876464844, 1180.406005859375, 402.1528015136719, 583.685791015625, 411.3157043457031, 1857.5286865234375, 385.2467956542969, 1128.4085693359375, 1272.505615234375, 641.4203491210938, 3438.667724609375, 1481.2384033203125, 2008.840576171875, 1891.40673828125, 1331.610595703125, 155.30723571777344, 519.01708984375, 928.4341430664062, 293.67547607421875, 1009.8107299804688, 715.037353515625, 349.66827392578125, 1910.6241455078125, 410.4737243652344, 1680.626708984375, 1443.6622314453125, 1387.9171142578125, 801.267822265625, 124.21937561035156, 1512.53271484375, 1729.9991455078125, 633.3966064453125, 607.2369384765625, 3920.455322265625, 6429.970703125, 5747.2509765625, 1749.0267333984375, 3811.763427734375, 2859.2001953125, 434.23126220703125, 761.87548828125, 260.474365234375, 1706.348876953125, 1707.00927734375, 658.1612548828125, 2003.2274169921875, 1237.042724609375, 567.6795654296875, 2051.49365234375, 928.45068359375, 220.11627197265625, 1287.001220703125, 111.72975158691406, 319.24908447265625, 894.0608520507812, 4741.95556640625, 7002.65283203125, 1956.5211181640625, 1019.5845336914062, 719.428955078125, 1082.2554931640625, 1689.5667724609375, 1311.27880859375, 478.1802062988281, 1525.9468994140625, 929.3834838867188, 1277.28515625, 1693.8758544921875, 1869.7047119140625, 1513.2095947265625, 315.5013427734375, 1163.970458984375, 108.55987548828125, 241.331298828125, 1826.812255859375, 892.8225708007812, 183.6544952392578, 422.1378479003906, 126.43993377685547, 1574.6671142578125, 4051.328125, 2555.503173828125, 310.6144714355469, 751.920166015625, 1911.0120849609375, 366.5907897949219, 1467.0152587890625, 442.9814147949219, 1279.5552978515625, 368.6710205078125, 485.12255859375, 371.1557312011719, 4198.421875, 2869.82421875, 509.0946960449219, 512.6195068359375, 134.6782989501953, 2739.553955078125, 1114.366943359375, 1478.8363037109375, 164.89114379882812, 1685.2493896484375, 1311.856689453125, 212.78594970703125, 637.2268676757812, 703.1834106445312, 937.6879272460938, 636.7894287109375, 118.76289367675781, 2491.115234375, 2626.354736328125, 606.1802978515625, 895.876953125, 704.941650390625, 225.8369140625, 133.1346435546875, 1097.4527587890625, 133.09336853027344, 145.24453735351562, 399.4864501953125, 920.8231811523438, 2297.6953125, 530.0538330078125, 2166.92138671875, 2188.27685546875, 2553.88525390625, 2286.485107421875, 551.112060546875, 772.3839721679688, 624.8446044921875, 630.96142578125, 187.682861328125, 1013.6575317382812, 1702.28759765625, 242.693359375, 149.58660888671875, 1999.273193359375, 127.12509155273438, 740.0413818359375, 246.31724548339844, 3342.3662109375, 1552.510986328125, 357.1967468261719, 893.631591796875, 1979.7916259765625, 302.0871887207031, 200.238525390625, 1833.45751953125, 3637.51123046875, 2066.517333984375, 1541.16064453125, 843.9042358398438, 1031.61181640625, 611.3643798828125, 2435.52685546875, 631.357666015625, 161.52316284179688, 195.62405395507812, 102.25315856933594, 219.97593688964844, 520.725830078125, 361.01873779296875, 540.834716796875, 544.8878784179688, 313.5697326660156, 317.7714538574219, 750.6076049804688, 1996.549072265625, 1002.9921875, 430.4835205078125, 2073.897216796875, 3235.193359375, 934.59228515625, 973.0269775390625, 366.14501953125, 833.0160522460938, 974.8760986328125, 1222.93505859375, 778.9136352539062, 571.9804077148438, 452.2021179199219, 1554.66552734375, 1931.665771484375, 1067.5040283203125, 465.3025817871094, 281.0785217285156, 1664.3233642578125, 278.76715087890625, 372.1793518066406, 1051.81982421875, 2760.158203125, 454.3236083984375, 2082.234619140625, 3228.044677734375, 554.092041015625, 486.69921875, 279.9806213378906, 391.7598876953125, 2038.5828857421875, 904.0575561523438, 467.85333251953125, 1257.844970703125, 1312.6160888671875, 3189.122802734375, 1966.4022216796875, 367.1191101074219, 662.8252563476562, 879.63134765625, 1946.516357421875, 6445.572265625, 3172.1259765625, 137.93898010253906, 857.5743408203125, 1109.4305419921875, 5036.2666015625, 1031.5128173828125, 1187.604248046875, 535.4938354492188, 402.86273193359375, 1268.4854736328125, 2994.22509765625, 653.662353515625, 1519.2274169921875, 302.91265869140625, 2802.62109375, 5461.66552734375, 7619.86962890625, 1095.578857421875, 1745.683349609375, 1817.880615234375, 408.8887634277344, 2596.075927734375, 1217.998779296875, 357.5599670410156, 221.40402221679688, 1335.118896484375, 348.2980041503906, 1639.1376953125, 1210.2060546875, 1699.258056640625, 1464.703857421875, 4241.3388671875, 6574.6455078125, 6734.93017578125, 7179.2822265625, 1518.5751953125, 4732.8173828125, 4493.8388671875, 2591.123046875, 571.121826171875, 1949.0587158203125, 2829.0615234375, 1229.1593017578125, 323.0710754394531, 1901.7747802734375, 1322.1009521484375, 4742.48388671875, 6709.4560546875, 6611.4541015625, 6786.88671875, 2749.888916015625, 334.9580993652344, 223.3686981201172, 380.1452941894531, 1318.254150390625, 329.5924377441406, 1066.4144287109375, 716.8369140625, 429.63330078125, 4341.5859375, 5285.16796875, 5844.31201171875, 3770.489013671875, 2578.30322265625, 1573.247314453125, 628.6500854492188, 250.5437469482422, 83.34123229980469, 581.5560302734375, 640.61962890625, 691.4284057617188, 1062.2786865234375, 902.4973754882812, 1022.0526733398438, 542.0729370117188, 723.0363159179688, 646.1834106445312, 955.4193725585938, 1868.3013916015625, 479.5009765625, 83.82000732421875, 1110.38818359375, 973.0352783203125, 750.9625854492188, 2114.585693359375, 2120.364013671875, 678.0142211914062, 621.5673828125, 1291.96240234375, 879.5405883789062, 451.31884765625, 1628.2330322265625, 263.4956359863281, 2414.27880859375, 2141.5625, 1162.8974609375, 676.0743408203125, 1020.517333984375, 499.6759033203125, 165.20481872558594, 142.19850158691406, 702.2423095703125, 238.89610290527344, 2457.77392578125, 664.9797973632812, 979.6226196289062, 579.1951293945312, 3645.650390625, 1538.304443359375, 687.994384765625, 811.5781860351562, 381.2762145996094, 760.8601684570312, 563.1146240234375, 295.75567626953125, 3869.67138671875, 177.91734313964844, 1253.5771484375, 949.8720703125, 399.6597900390625, 1071.75537109375, 1274.792236328125, 1649.2994384765625, 344.02197265625, 1201.5302734375, 1379.8272705078125, 1175.4283447265625, 2893.755126953125, 514.3118286132812, 511.80230712890625, 1695.8486328125, 1644.1566162109375, 710.8851318359375, 4940.4443359375, 2623.894775390625, 1685.728271484375, 384.718505859375, 306.82550048828125, 650.4264526367188, 1295.156982421875, 2331.944580078125, 2492.61767578125, 1000.2763061523438, 392.4037780761719, 556.7418823242188, 947.3295288085938, 1465.0506591796875, 1011.6350708007812, 441.9165344238281, 451.75634765625, 511.6537170410156, 532.4559936523438, 1211.8736572265625, 1208.2496337890625, 464.8650817871094, 470.00787353515625, 1378.6881103515625, 311.398681640625, 1171.30908203125, 1842.6617431640625, 401.3851013183594, 352.0787353515625, 526.5703125, 2102.56640625, 2095.079345703125, 1740.82958984375, 354.8771057128906, 346.5396728515625, 1030.3818359375, 1575.269775390625, 1770.40673828125, 506.634765625, 1932.2271728515625, 424.3088684082031]\n", - "782\n", - "4330\n", - "8\n", - "[388.32733154296875, 1615.9498291015625, 430.0829772949219, 397.8023681640625, 455.02252197265625, 954.3615112304688, 2074.70703125, 1491.849609375]\n", - "8\n", - "4331\n", - "8\n", - "[654.41845703125, 3474.07470703125, 2212.5302734375, 1054.9383544921875, 3979.5, 709.6796264648438, 903.5532836914062, 1822.8106689453125]\n", - "8\n", - "4332\n", - "10\n", - "[414.9808654785156, 886.1774291992188, 680.2512817382812, 1762.721435546875, 573.1690063476562, 889.7930908203125, 1327.97021484375, 1611.434326171875, 755.874267578125, 661.298095703125]\n", - "10\n", - "4333\n", - "12\n", - "[1141.1756591796875, 465.1824951171875, 894.3194580078125, 1642.7550048828125, 1854.1591796875, 611.0603637695312, 335.0079345703125, 2642.498046875, 2382.78466796875, 1025.632568359375, 2761.668701171875, 1101.4420166015625]\n", - "12\n", - "4334\n", - "18\n", - "[1022.73583984375, 1309.1474609375, 404.5836181640625, 3273.164306640625, 514.5341186523438, 2664.426025390625, 8081.04443359375, 4471.71728515625, 5262.39404296875, 2816.064453125, 5544.42578125, 9084.91015625, 8890.486328125, 650.974853515625, 1474.21044921875, 3727.118896484375, 894.5377197265625, 1473.102294921875]\n", - "18\n", - "4335\n", - "2\n", - "[5102.12109375, 2420.983642578125]\n", - "2\n", - "4336\n", - "12\n", - "[321.99957275390625, 1698.11328125, 558.5060424804688, 407.304931640625, 3466.7734375, 4228.62890625, 677.9190063476562, 1466.6453857421875, 776.02685546875, 1832.64208984375, 2576.947509765625, 419.62896728515625]\n", - "12\n", - "4337\n", - "17\n", - "[1269.6412353515625, 1760.5091552734375, 967.999755859375, 1100.6226806640625, 508.2939758300781, 1298.0296630859375, 831.4476318359375, 1497.1290283203125, 1048.3692626953125, 500.1299133300781, 2483.364013671875, 1564.06787109375, 435.4859924316406, 433.50482177734375, 825.0088500976562, 564.6005249023438, 357.11419677734375]\n", - "17\n", - "4338\n", - "3\n", - "[1046.21142578125, 6034.62109375, 1494.3463134765625]\n", - "3\n", - "4339\n", - "5\n", - "[894.0208740234375, 335.6917724609375, 481.4907531738281, 1453.3228759765625, 1887.1337890625]\n", - "5\n", - "4340\n", - "4\n", - "[2924.936279296875, 755.8447265625, 2411.477294921875, 881.287841796875]\n", - "4\n", - "4341\n", - "1\n", - "[5047.9306640625]\n", - "1\n", - "4342\n", - "11\n", - "[1041.11328125, 910.5128173828125, 771.3768920898438, 304.3820495605469, 508.9461364746094, 688.3823852539062, 335.7505798339844, 968.7427368164062, 368.827880859375, 567.1017456054688, 860.2488403320312]\n", - "11\n", - "4343\n", - "4\n", - "[2066.55322265625, 2144.261962890625, 983.001220703125, 520.892578125]\n", - "4\n", - "4344\n", - "6\n", - "[1136.1431884765625, 1892.7906494140625, 660.1869506835938, 1176.4945068359375, 2169.248779296875, 1351.4171142578125]\n", - "6\n", - "4345\n", - "25\n", - "[885.3238525390625, 3872.01611328125, 515.29296875, 415.8575744628906, 379.37884521484375, 870.4459228515625, 396.8553161621094, 1638.5380859375, 633.330810546875, 2197.132568359375, 418.26947021484375, 1401.849365234375, 3384.273681640625, 1148.3704833984375, 488.1154479980469, 4055.61572265625, 3945.40673828125, 411.9864807128906, 753.6406860351562, 2694.2294921875, 4701.47265625, 619.8052978515625, 446.94610595703125, 734.2453002929688, 1135.6246337890625]\n", - "25\n", - "4346\n", - "15\n", - "[4355.42431640625, 1501.9168701171875, 2881.379638671875, 3379.86279296875, 6877.0419921875, 4229.98291015625, 1139.003173828125, 6328.625, 10300.748046875, 1255.3016357421875, 1638.274169921875, 598.5310668945312, 305.88885498046875, 490.5220031738281, 1937.4986572265625]\n", - "15\n", - "4347\n", - "9\n", - "[755.621826171875, 409.76513671875, 416.5491943359375, 2245.080810546875, 1476.7041015625, 901.549560546875, 572.55615234375, 417.63323974609375, 536.4678344726562]\n", - "9\n", - "4348\n", - "4\n", - "[1371.3973388671875, 660.3809814453125, 3630.3203125, 1055.6529541015625]\n", - "4\n", - "4349\n", - "10\n", - "[1140.115966796875, 1278.5811767578125, 1172.2613525390625, 960.045654296875, 985.111572265625, 1776.339111328125, 601.5765991210938, 846.0709838867188, 1071.161865234375, 321.70281982421875]\n", - "10\n", - "4350\n", - "8\n", - "[1262.8406982421875, 2169.64501953125, 1169.22314453125, 1679.39599609375, 1607.4949951171875, 554.0867919921875, 1249.992431640625, 710.9342651367188]\n", - "8\n", - "4351\n", - "10\n", - "[421.24993896484375, 878.5963745117188, 716.5597534179688, 2861.571044921875, 2116.92236328125, 693.6557006835938, 2507.781494140625, 2122.733154296875, 413.7269592285156, 642.1215209960938]\n", - "10\n", - "4352\n", - "11\n", - "[507.8907165527344, 385.7618103027344, 13422.1318359375, 7451.54443359375, 9922.6142578125, 1403.0050048828125, 31864.34375, 21599.818359375, 5762.8056640625, 535.516845703125, 3569.53759765625]\n", - "11\n", - "4353\n", - "6\n", - "[347.73663330078125, 1764.08349609375, 314.2135925292969, 2301.78955078125, 612.9988403320312, 465.9134521484375]\n", - "6\n", - "4354\n", - "5\n", - "[397.9163818359375, 526.862060546875, 8761.7041015625, 2562.88330078125, 4743.1728515625]\n", - "5" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4355\n", - "4\n", - "[3073.57373046875, 4667.1630859375, 793.9226684570312, 377.1198425292969]\n", - "4\n", - "4356\n", - "5\n", - "[319.59326171875, 2083.294921875, 10014.291015625, 508.1864318847656, 385.887451171875]\n", - "5\n", - "4357\n", - "4\n", - "[436.40362548828125, 1261.9610595703125, 4727.05859375, 1146.796875]\n", - "4\n", - "4358\n", - "3\n", - "[2224.19873046875, 1909.4622802734375, 2610.306396484375]\n", - "3\n", - "4359\n", - "6\n", - "[832.386962890625, 1729.531982421875, 1767.0452880859375, 5003.95166015625, 2251.41357421875, 326.9612121582031]\n", - "6\n", - "4360\n", - "22\n", - "[2049.58740234375, 493.884033203125, 3421.473876953125, 936.9183349609375, 1560.1810302734375, 705.0119018554688, 850.484375, 494.63543701171875, 1061.32080078125, 612.9884643554688, 701.3316040039062, 492.672607421875, 1381.401611328125, 1354.61962890625, 1920.9599609375, 1112.6920166015625, 1362.7777099609375, 1071.8251953125, 1346.2315673828125, 1493.1607666015625, 1484.8626708984375, 858.5652465820312]\n", - "22\n", - "4361\n", - "61\n", - "[2188.18603515625, 900.3634033203125, 4339.896484375, 5285.34716796875, 980.2546997070312, 675.8720703125, 3564.7236328125, 3427.015380859375, 3012.303955078125, 1541.84326171875, 1483.0693359375, 3568.544921875, 1958.40185546875, 3846.9169921875, 4985.1435546875, 2544.487060546875, 3068.00732421875, 429.31256103515625, 1107.3587646484375, 2327.378173828125, 2299.73828125, 1290.0330810546875, 2320.98876953125, 4523.29150390625, 5570.10205078125, 1411.9654541015625, 834.2314453125, 740.6232299804688, 1751.4669189453125, 3664.569580078125, 2784.560546875, 3419.34228515625, 4112.47412109375, 2155.52587890625, 444.2770690917969, 478.86309814453125, 567.0450439453125, 469.89410400390625, 2812.87255859375, 2475.605712890625, 375.3108825683594, 2362.96337890625, 378.16326904296875, 1733.5955810546875, 3742.58935546875, 2419.060302734375, 803.0186157226562, 1352.0408935546875, 1004.5333251953125, 1225.403076171875, 417.5335693359375, 1608.6171875, 4952.7255859375, 1396.122802734375, 2984.488525390625, 4223.869140625, 1763.14306640625, 1708.50537109375, 1662.7218017578125, 1717.637939453125, 2592.2509765625]\n", - "61\n", - "4362\n", - "7\n", - "[2219.693359375, 5058.91259765625, 1958.6033935546875, 2014.566162109375, 3550.112060546875, 305.70013427734375, 2110.23974609375]\n", - "7\n", - "4363\n", - "7\n", - "[597.67822265625, 719.7271118164062, 1259.4990234375, 1800.9967041015625, 1502.4241943359375, 574.5450439453125, 992.2681884765625]\n", - "7\n", - "4364\n", - "8\n", - "[5741.03466796875, 3005.2412109375, 619.1133422851562, 18007.978515625, 5532.52685546875, 2039.42041015625, 5802.91162109375, 357.110595703125]\n", - "8\n", - "4365\n", - "8\n", - "[4522.57666015625, 1817.1488037109375, 645.951171875, 1264.5045166015625, 1257.0745849609375, 1018.1976928710938, 508.518310546875, 2477.410888671875]\n", - "8\n", - "4366\n", - "7\n", - "[603.884521484375, 613.4749145507812, 1107.8524169921875, 980.884521484375, 305.2725524902344, 1274.429443359375, 1397.0552978515625]\n", - "7\n", - "4367\n", - "2\n", - "[4009.5517578125, 1753.0509033203125]\n", - "2\n", - "4368\n", - "3\n", - "[533.157470703125, 4471.91650390625, 4202.37353515625]\n", - "3\n", - "4369\n", - "3\n", - "[2458.98828125, 4978.443359375, 4550.998046875]\n", - "3\n", - "4370\n", - "9\n", - "[974.2697143554688, 1260.5614013671875, 1021.2149047851562, 723.1362915039062, 760.227294921875, 474.196044921875, 1447.9141845703125, 1483.716552734375, 665.7102661132812]\n", - "9\n", - "4371\n", - "7\n", - "[1437.47265625, 4444.69482421875, 9137.9111328125, 2822.78466796875, 3087.630126953125, 9253.9140625, 761.646728515625]\n", - "7\n", - "4372\n", - "4\n", - "[3852.963623046875, 603.9007568359375, 9384.72265625, 384.34307861328125]\n", - "4\n", - "4373\n", - "10\n", - "[706.2816162109375, 462.8235168457031, 677.4118041992188, 319.67364501953125, 1031.8651123046875, 662.8069458007812, 553.4906616210938, 852.0499267578125, 1127.9090576171875, 455.76763916015625]\n", - "10\n", - "4374\n", - "9\n", - "[657.59130859375, 397.44061279296875, 607.4926147460938, 612.6972045898438, 358.1490478515625, 1816.51611328125, 2073.161865234375, 410.1265563964844, 1222.5340576171875]\n", - "9\n", - "4375\n", - "1\n", - "[5314.58837890625]\n", - "1\n", - "4376\n", - "6\n", - "[2038.57080078125, 1593.9532470703125, 1562.19482421875, 2229.585205078125, 305.981201171875, 2511.76416015625]\n", - "6\n", - "4377\n", - "4\n", - "[5569.255859375, 1059.2081298828125, 3561.846435546875, 4406.59326171875]\n", - "4\n", - "4378\n", - "4\n", - "[2467.27001953125, 3004.739013671875, 654.486083984375, 503.5600891113281]\n", - "4\n", - "4379\n", - "5\n", - "[1673.36328125, 2336.3916015625, 1661.5350341796875, 2379.257080078125, 469.3603515625]\n", - "5\n", - "4380\n", - "14\n", - "[581.1616821289062, 729.1652221679688, 3818.5869140625, 598.6394653320312, 516.8889770507812, 1107.7706298828125, 2742.689208984375, 3114.959716796875, 2930.420166015625, 1848.55126953125, 1298.5115966796875, 616.73486328125, 583.6749877929688, 329.1517639160156]\n", - "14\n", - "4381\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[385.2410583496094, 370.44525146484375, 4309.49072265625, 1162.57080078125, 547.0777587890625, 1847.5797119140625, 1218.941650390625, 732.7589721679688, 689.3497924804688, 473.2821960449219]\n", - "10\n", - "4382\n", - "3\n", - "[580.4327392578125, 4873.69580078125, 2403.8623046875]\n", - "3\n", - "4383\n", - "6\n", - "[1650.476806640625, 873.2658081054688, 837.41552734375, 652.4853515625, 4334.46826171875, 865.8560791015625]\n", - "6\n", - "4384\n", - "18\n", - "[441.48577880859375, 449.188232421875, 1941.8697509765625, 4070.480224609375, 1742.5501708984375, 464.8567810058594, 731.3238525390625, 5074.26025390625, 3887.619873046875, 3125.1494140625, 1541.876220703125, 926.0159912109375, 4635.263671875, 2863.97607421875, 1416.696533203125, 1739.0577392578125, 2266.185791015625, 1198.91162109375]\n", - "18\n", - "4385\n", - "23\n", - "[1293.50927734375, 1519.9384765625, 868.5147094726562, 1918.4320068359375, 1372.7647705078125, 3993.739501953125, 4799.77392578125, 1849.459716796875, 948.9328002929688, 4452.06640625, 2167.55322265625, 1106.8016357421875, 804.5447387695312, 2432.28076171875, 639.251220703125, 1033.16015625, 5268.62060546875, 3901.960205078125, 676.7986450195312, 432.08624267578125, 3221.964111328125, 326.00262451171875, 344.68548583984375]\n", - "23\n", - "4386\n", - "6\n", - "[783.6764526367188, 857.5067749023438, 2042.5159912109375, 1216.0311279296875, 1799.3643798828125, 554.1102905273438]\n", - "6\n", - "4387\n", - "51\n", - "[1660.4517822265625, 1279.5223388671875, 390.81884765625, 642.0559692382812, 512.041748046875, 2193.328857421875, 747.7183837890625, 875.9249267578125, 757.5087280273438, 1091.030517578125, 1190.510009765625, 2075.218017578125, 1483.161865234375, 450.26220703125, 704.1904907226562, 1453.551513671875, 1714.1002197265625, 4329.302734375, 1954.0860595703125, 890.4534912109375, 655.9324340820312, 1156.9456787109375, 6274.74609375, 3043.3994140625, 1075.032470703125, 670.6013793945312, 729.8218383789062, 1619.3756103515625, 5569.8125, 3910.549560546875, 1239.7750244140625, 605.9574584960938, 1531.84912109375, 3285.3251953125, 2838.7529296875, 537.0869750976562, 1245.2811279296875, 1392.019775390625, 599.79931640625, 1764.2486572265625, 1183.8070068359375, 704.9912109375, 491.6356506347656, 1344.257080078125, 441.000244140625, 666.4326782226562, 1699.53857421875, 1066.5052490234375, 1117.759765625, 443.62530517578125, 414.97259521484375]\n", - "51\n", - "4388\n", - "9\n", - "[628.75, 886.4432983398438, 2229.32666015625, 3999.254638671875, 3213.956298828125, 6545.1845703125, 896.1048583984375, 2057.2998046875, 490.6573486328125]\n", - "9\n", - "4389\n", - "2\n", - "[3859.5751953125, 1715.1341552734375]\n", - "2\n", - "4390\n", - "32\n", - "[913.5425415039062, 793.6317138671875, 1946.8299560546875, 667.677734375, 2010.2607421875, 783.2499389648438, 4179.21435546875, 3614.745849609375, 1225.195556640625, 1817.94287109375, 4243.3095703125, 1601.05419921875, 375.99139404296875, 4732.20556640625, 10166.22265625, 5775.2880859375, 1658.5081787109375, 580.174072265625, 4256.40283203125, 3648.03857421875, 5804.23095703125, 10399.95703125, 8394.765625, 5406.236328125, 365.0119323730469, 2459.271728515625, 760.704345703125, 2263.087158203125, 3460.61279296875, 2703.970458984375, 661.9888305664062, 4102.74560546875]\n", - "32\n", - "4391\n", - "2\n", - "[5221.39404296875, 1999.1514892578125]\n", - "2\n", - "4392\n", - "4\n", - "[472.7394714355469, 975.3026123046875, 968.4083862304688, 3182.23828125]\n", - "4\n", - "4393\n", - "3\n", - "[2450.170166015625, 6824.27587890625, 783.4842529296875]\n", - "3\n", - "4394\n", - "3\n", - "[1030.6494140625, 1749.5609130859375, 2846.08544921875]\n", - "3\n", - "4395\n", - "5\n", - "[575.3009643554688, 2992.01806640625, 488.66845703125, 1249.591552734375, 331.56268310546875]\n", - "5\n", - "4396\n", - "3\n", - "[3003.062255859375, 934.6906127929688, 1260.3160400390625]\n", - "3\n", - "4397\n", - "9\n", - "[424.4278564453125, 488.45977783203125, 3325.937744140625, 1820.6365966796875, 1518.7059326171875, 2879.93115234375, 341.0393981933594, 940.0604858398438, 453.1454772949219]\n", - "9\n", - "4398\n", - "2\n", - "[359.23760986328125, 4729.5615234375]\n", - "2\n", - "4399\n", - "4\n", - "[6403.03515625, 1704.3905029296875, 810.7731323242188, 5850.27197265625]\n", - "4\n", - "4400\n", - "10\n", - "[675.046630859375, 2521.69189453125, 1922.5146484375, 465.8386535644531, 1936.2646484375, 322.3866271972656, 360.9987487792969, 2825.71142578125, 2265.568359375, 812.4274291992188]\n", - "10\n", - "4401\n", - "6\n", - "[1096.6307373046875, 484.7935791015625, 4383.26513671875, 3230.62255859375, 579.5201416015625, 308.65960693359375]\n", - "6\n", - "4402\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[987.0642700195312, 1865.9560546875, 391.3211975097656, 787.1533813476562, 721.3703002929688, 767.8854370117188, 2038.3023681640625, 513.6388549804688, 4131.09912109375, 9592.50390625, 9166.88671875, 3997.3564453125, 8719.416015625]\n", - "13\n", - "4403\n", - "5\n", - "[725.4904174804688, 2053.06982421875, 1148.4771728515625, 1391.2022705078125, 554.5167236328125]\n", - "5\n", - "4404\n", - "143\n", - "[1340.5606689453125, 1054.189697265625, 653.3068237304688, 776.369384765625, 381.4445495605469, 983.1066284179688, 1672.44189453125, 1125.1815185546875, 2780.31494140625, 1633.47998046875, 687.1990356445312, 930.9628295898438, 361.9953308105469, 377.0505676269531, 1482.3372802734375, 1269.67236328125, 1022.4092407226562, 617.479248046875, 649.24755859375, 404.7352294921875, 1112.9366455078125, 2971.54541015625, 1000.8798217773438, 875.1621704101562, 305.7788391113281, 581.2803955078125, 459.0090637207031, 2731.1533203125, 735.0645141601562, 1204.91259765625, 780.73291015625, 319.3807678222656, 577.890625, 1892.8297119140625, 864.2738037109375, 320.4335632324219, 1725.91650390625, 4051.145263671875, 1976.462890625, 557.2992553710938, 180.283203125, 406.48187255859375, 558.75048828125, 813.8766479492188, 306.5882568359375, 367.9460754394531, 860.7743530273438, 954.6893920898438, 1685.5306396484375, 426.15997314453125, 583.0471801757812, 724.59228515625, 1145.35107421875, 1669.6055908203125, 533.4575805664062, 375.6690673828125, 1341.85693359375, 396.0324401855469, 1451.360107421875, 655.3212890625, 529.4835205078125, 364.29254150390625, 171.30630493164062, 897.4301147460938, 318.1363525390625, 718.04248046875, 1577.329345703125, 945.4427490234375, 528.4915771484375, 1655.419677734375, 758.6898803710938, 497.021484375, 792.624755859375, 724.0612182617188, 1157.9241943359375, 736.5364379882812, 1693.4205322265625, 1435.8533935546875, 837.43505859375, 184.99851989746094, 2033.6630859375, 3151.157958984375, 2070.40966796875, 886.1038208007812, 3583.145751953125, 337.6871032714844, 883.038330078125, 791.21826171875, 376.03839111328125, 361.9454345703125, 1079.6103515625, 2433.6513671875, 2411.0361328125, 5341.62353515625, 3795.50634765625, 1407.724365234375, 4145.1826171875, 1211.022705078125, 1263.9881591796875, 1488.118896484375, 1480.2037353515625, 1778.329345703125, 2148.820068359375, 451.0609130859375, 575.529296875, 789.5270385742188, 1895.3857421875, 744.9540405273438, 304.0139465332031, 693.3580322265625, 383.6902770996094, 1188.7120361328125, 1922.998046875, 1030.0667724609375, 917.2452392578125, 1657.020263671875, 459.4411926269531, 737.3953857421875, 2120.4658203125, 1492.32421875, 1265.5887451171875, 877.7722778320312, 425.3176574707031, 431.3218688964844, 1132.3875732421875, 1299.3349609375, 1177.185302734375, 301.6708679199219, 2510.029052734375, 1085.5501708984375, 1115.6326904296875]\n", - "131\n", - "4405\n", - "24\n", - "[334.96490478515625, 2888.02294921875, 2440.957275390625, 3162.621826171875, 1112.1685791015625, 366.81390380859375, 342.36309814453125, 7785.2060546875, 17373.33984375, 14746.353515625, 8995.8857421875, 3265.96044921875, 569.7656860351562, 14760.677734375, 15747.8896484375, 17904.673828125, 3562.544189453125, 308.1268005371094, 1512.8251953125, 7004.53955078125, 6443.9296875, 7550.431640625, 455.618408203125, 1147.2706298828125]\n", - "24\n", - "4406\n", - "9\n", - "[4737.8798828125, 988.9288940429688, 367.30242919921875, 8767.2861328125, 3292.71728515625, 406.32916259765625, 332.8770751953125, 392.3276062011719, 959.2803344726562]\n", - "9\n", - "4407\n", - "11\n", - "[1183.0802001953125, 752.4415283203125, 1141.8262939453125, 1452.6864013671875, 515.335205078125, 606.0939331054688, 2123.736083984375, 1893.4798583984375, 1974.8935546875, 1238.9317626953125, 862.3717651367188]\n", - "11\n", - "4408\n", - "28\n", - "[331.2730407714844, 682.048095703125, 2836.17626953125, 1180.2928466796875, 858.6302490234375, 1646.5072021484375, 893.1034545898438, 481.218994140625, 343.41998291015625, 426.7084045410156, 1144.2335205078125, 313.8189697265625, 664.0252075195312, 2047.1080322265625, 709.413818359375, 2077.37158203125, 1997.4830322265625, 3810.47998046875, 310.00421142578125, 693.6528930664062, 3266.13037109375, 618.8238525390625, 864.5531616210938, 2246.3779296875, 1147.3790283203125, 584.230224609375, 416.3417053222656, 720.7442626953125]\n", - "28\n", - "4409\n", - "9\n", - "[916.432373046875, 2365.25439453125, 988.8568725585938, 1020.5383911132812, 1765.0577392578125, 468.9932556152344, 1239.41748046875, 1735.634765625, 707.507568359375]\n", - "9\n", - "4410\n", - "28\n", - "[1433.186279296875, 563.329833984375, 2414.805419921875, 4502.3056640625, 1174.8731689453125, 3407.861083984375, 1470.04150390625, 616.177734375, 2102.186279296875, 12987.419921875, 11524.58203125, 8122.5205078125, 958.0109252929688, 881.276611328125, 2026.63720703125, 6086.4306640625, 12079.7490234375, 10015.51953125, 1492.6053466796875, 430.4623107910156, 483.3601989746094, 491.7248840332031, 1306.5234375, 3532.070068359375, 1217.987548828125, 610.2083740234375, 431.02728271484375, 720.3399047851562]\n", - "28\n", - "4411\n", - "6\n", - "[1201.2496337890625, 458.3419494628906, 364.074951171875, 9080.517578125, 2160.796875, 303.5539245605469]\n", - "6\n", - "4412\n", - "30\n", - "[2528.5634765625, 1344.4482421875, 1854.152099609375, 315.0166931152344, 534.3676147460938, 794.3336181640625, 1010.031005859375, 350.7093200683594, 408.3149108886719, 2062.908447265625, 1891.3350830078125, 2283.9794921875, 2621.81201171875, 2089.888671875, 3098.67626953125, 1567.7423095703125, 471.9245910644531, 2547.130859375, 359.2684020996094, 1678.5078125, 1450.8277587890625, 1180.318359375, 1173.9820556640625, 1907.397216796875, 3331.832275390625, 518.1947631835938, 474.7861633300781, 2241.15869140625, 313.5518493652344, 368.05743408203125]\n", - "30\n", - "4413\n", - "55\n", - "[2271.06494140625, 3248.828857421875, 2755.45654296875, 1357.1458740234375, 1087.915283203125, 2573.680908203125, 1817.0313720703125, 2089.15380859375, 436.5292663574219, 1002.3717041015625, 3810.6630859375, 1789.6329345703125, 364.5326232910156, 1946.8856201171875, 654.3626098632812, 10914.8046875, 8371.0078125, 9583.8896484375, 1496.496337890625, 1999.4158935546875, 4985.24560546875, 5907.94140625, 7366.833984375, 5683.28662109375, 3381.3037109375, 912.2100830078125, 1131.3367919921875, 2586.168701171875, 1167.4549560546875, 2737.48193359375, 3988.206787109375, 3170.240234375, 2387.118408203125, 1373.44970703125, 1493.1912841796875, 1433.88525390625, 2007.7130126953125, 3651.65576171875, 2885.978515625, 2392.824462890625, 1048.5533447265625, 446.6193542480469, 1174.4686279296875, 2334.6923828125, 1668.4613037109375, 950.095458984375, 1118.2474365234375, 2135.1552734375, 1140.8109130859375, 787.861328125, 614.065185546875, 703.2205200195312, 1005.5709838867188, 394.8154602050781, 446.4604797363281]\n", - "55\n", - "4414\n", - "7\n", - "[750.3307495117188, 2887.09814453125, 923.298583984375, 519.2059326171875, 3183.5078125, 1966.805908203125, 333.3532409667969]\n", - "7\n", - "4415\n", - "9\n", - "[728.6376342773438, 5254.68798828125, 2310.34423828125, 426.91375732421875, 1239.078857421875, 603.0254516601562, 861.1635131835938, 1219.84033203125, 553.0857543945312]\n", - "9\n", - "4416\n", - "168\n", - "[625.6614990234375, 922.2499389648438, 1625.3741455078125, 863.530517578125, 2433.36474609375, 2234.351318359375, 419.3382873535156, 5439.873046875, 2662.77587890625, 313.7292785644531, 1314.8701171875, 4042.849853515625, 3391.063232421875, 2846.3017578125, 605.2828979492188, 1276.267822265625, 4882.40087890625, 4109.36767578125, 2370.8212890625, 4481.05810546875, 3707.246826171875, 791.8787841796875, 2379.343505859375, 6542.18310546875, 909.1809692382812, 710.4884033203125, 5797.55419921875, 12404.7431640625, 12532.96875, 10836.892578125, 10652.5380859375, 6638.0654296875, 7706.49560546875, 7322.47216796875, 4342.99853515625, 10057.591796875, 5362.060546875, 3298.520263671875, 1030.772705078125, 505.96990966796875, 2173.353515625, 9800.556640625, 10707.853515625, 15458.224609375, 11881.8095703125, 13281.291015625, 10517.40625, 17229.06640625, 14807.3408203125, 9147.677734375, 3046.86572265625, 6989.2255859375, 1303.9644775390625, 824.9915161132812, 8529.1640625, 14140.5361328125, 13927.875, 15051.291015625, 12157.7646484375, 14366.994140625, 16539.609375, 15728.927734375, 10114.333984375, 1494.7230224609375, 1991.867431640625, 901.0113525390625, 4302.6328125, 11032.84765625, 13114.228515625, 14676.58203125, 10110.89453125, 9895.982421875, 15506.2578125, 9940.080078125, 4179.92529296875, 415.56536865234375, 1912.6666259765625, 2471.457275390625, 1997.1756591796875, 951.3299560546875, 368.5435485839844, 1490.276611328125, 5615.9296875, 12828.3564453125, 12859.3349609375, 10156.8408203125, 6521.41455078125, 8982.830078125, 5716.51416015625, 2785.128662109375, 660.0333862304688, 643.8780517578125, 1094.5018310546875, 355.7825012207031, 768.3220825195312, 9198.73046875, 12198.9169921875, 12195.3486328125, 10097.408203125, 10534.2041015625, 8693.0966796875, 9120.6337890625, 10454.423828125, 7071.31103515625, 4441.4462890625, 829.5380249023438, 770.7096557617188, 2399.384765625, 3008.8603515625, 2369.412353515625, 6134.42626953125, 7611.96728515625, 7335.591796875, 7769.8076171875, 5068.8505859375, 8895.4560546875, 1578.30908203125, 3719.219970703125, 2671.48828125, 3462.21923828125, 1169.9842529296875, 1218.7232666015625, 1927.0255126953125, 1531.941650390625, 1085.356201171875, 4268.74462890625, 4645.357421875, 2519.457275390625, 7456.21337890625, 5242.88427734375, 7718.5361328125, 4447.42626953125, 2286.613037109375, 1315.5838623046875, 539.3203735351562, 1242.917236328125, 3051.52880859375, 801.9164428710938, 1455.453857421875, 3468.547607421875, 1298.584228515625, 405.41546630859375, 476.9554443359375, 1744.5845947265625, 2005.2420654296875, 2109.358642578125, 4003.146484375, 5887.78515625, 4159.01025390625, 3659.89111328125, 3655.64599609375, 2130.078369140625, 3028.4130859375, 1624.42333984375, 775.03369140625, 326.05517578125, 3396.76318359375, 2950.0498046875, 3038.7412109375, 3497.275390625, 1655.042724609375, 1090.4140625, 2688.487548828125, 886.9977416992188, 432.55377197265625, 2964.873046875, 1140.26904296875, 2687.873779296875]\n", - "168\n", - "4417\n", - "7\n", - "[1010.7796630859375, 1014.6220092773438, 814.3612670898438, 2093.95556640625, 977.7504272460938, 4971.95751953125, 652.872802734375]\n", - "7\n", - "4418\n", - "5\n", - "[2197.688720703125, 6069.37890625, 1176.68212890625, 1504.3016357421875, 2111.576171875]\n", - "5\n", - "4419\n", - "9\n", - "[313.501220703125, 529.9354858398438, 400.4057922363281, 2522.77587890625, 3884.68115234375, 1032.7020263671875, 386.3392333984375, 3292.37255859375, 1767.8223876953125]\n", - "9\n", - "4420\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4\n", - "[1717.8988037109375, 1034.456787109375, 2982.330810546875, 1900.223876953125]\n", - "4\n", - "4421\n", - "5\n", - "[1116.398193359375, 344.2354431152344, 1166.2490234375, 1823.5010986328125, 2571.29052734375]\n", - "5\n", - "4422\n", - "7\n", - "[393.3035888671875, 1191.3153076171875, 633.8455810546875, 2388.999267578125, 1762.342041015625, 649.5848388671875, 1202.9173583984375]\n", - "7\n", - "4423\n", - "5\n", - "[928.4971313476562, 1780.6256103515625, 1042.3800048828125, 1208.94140625, 763.6448974609375]\n", - "5\n", - "4424\n", - "39\n", - "[395.912109375, 387.62420654296875, 421.7994079589844, 1604.3104248046875, 1123.6619873046875, 496.316162109375, 1861.3177490234375, 980.737060546875, 545.35009765625, 546.4315185546875, 3043.16845703125, 1164.3668212890625, 448.7763366699219, 1901.097900390625, 334.71044921875, 903.4384155273438, 567.9107055664062, 1271.16845703125, 329.44384765625, 829.012451171875, 750.6323852539062, 270.0169982910156, 684.6842041015625, 533.0999145507812, 465.9794921875, 504.6205749511719, 990.221923828125, 351.5999450683594, 510.4567565917969, 982.0330810546875, 670.873779296875, 803.5296630859375, 1736.4378662109375, 1078.557373046875, 2775.322509765625, 480.7062072753906, 387.4343566894531, 702.5394897460938, 1097.99755859375]\n", - "39\n", - "4425\n", - "3\n", - "[1154.863525390625, 474.9444580078125, 4676.24267578125]\n", - "3\n", - "4426\n", - "148\n", - "[454.08441162109375, 4011.533203125, 391.8415222167969, 747.7477416992188, 9536.0712890625, 1866.3857421875, 629.7974853515625, 1268.2803955078125, 4075.152587890625, 2979.454833984375, 877.4334106445312, 411.26788330078125, 459.800537109375, 5262.21337890625, 10966.259765625, 6701.154296875, 307.3072204589844, 1454.719482421875, 1333.8829345703125, 19559.326171875, 19703.86328125, 1837.7442626953125, 646.3049926757812, 5092.33935546875, 10503.8115234375, 7521.9609375, 4244.01025390625, 710.6043090820312, 3176.20263671875, 2742.081787109375, 2333.005615234375, 4425.12451171875, 12279.3818359375, 13949.5234375, 10683.890625, 5475.8056640625, 12454.16796875, 5873.28466796875, 1810.780517578125, 487.88836669921875, 789.01318359375, 1472.718505859375, 2949.489501953125, 2620.255126953125, 737.0865478515625, 8795.576171875, 12815.6865234375, 10420.9482421875, 14341.546875, 11275.5576171875, 7876.8310546875, 2433.0556640625, 1709.648193359375, 1960.042724609375, 447.8529357910156, 630.4605102539062, 1526.98876953125, 901.5870971679688, 3429.305419921875, 8520.81640625, 10032.375, 10297.4912109375, 11907.6474609375, 13663.6708984375, 11029.45703125, 18238.41796875, 6497.15087890625, 1327.47802734375, 1218.887451171875, 301.2530517578125, 8756.9169921875, 1292.4720458984375, 3802.248046875, 4360.9287109375, 3349.755126953125, 3400.839111328125, 3860.612548828125, 5342.98046875, 14494.5751953125, 17285.166015625, 24135.845703125, 29214.138671875, 1628.602783203125, 1460.946533203125, 3853.556396484375, 1160.591064453125, 2731.81298828125, 3469.46875, 2124.083984375, 418.5404052734375, 395.3360595703125, 1225.5159912109375, 603.5538940429688, 660.0723876953125, 1170.998779296875, 4298.71728515625, 11007.90625, 13118.2392578125, 36036.7578125, 9724.8359375, 401.8417053222656, 924.9951171875, 1106.9927978515625, 418.9026794433594, 397.02679443359375, 1520.374755859375, 5409.1083984375, 7539.869140625, 5331.57666015625, 356.8370056152344, 1086.034423828125, 470.6077880859375, 1629.7369384765625, 2149.44482421875, 1822.203369140625, 301.15045166015625, 476.60357666015625, 424.854736328125, 834.3031616210938, 1283.483642578125, 1036.189453125, 597.25634765625, 874.39306640625, 1076.2628173828125, 446.519287109375, 1159.1982421875, 808.2637939453125, 3549.328369140625, 2420.180908203125, 565.2918701171875, 318.5979309082031, 720.6279296875, 8234.11328125, 5493.90576171875, 480.91229248046875, 1402.3936767578125, 2978.29150390625, 4461.0263671875, 620.51513671875, 307.15966796875, 438.2735290527344]\n", - "141\n", - "4427\n", - "16\n", - "[359.6829833984375, 882.9252319335938, 3860.400634765625, 5898.59765625, 2150.20361328125, 3988.7705078125, 8915.6796875, 7771.8271484375, 3199.715576171875, 941.2421264648438, 536.1568603515625, 1111.2491455078125, 1435.6181640625, 702.5712280273438, 985.35107421875, 474.81256103515625]\n", - "16\n", - "4428\n", - "11\n", - "[1102.4263916015625, 888.9603881835938, 3419.424560546875, 864.5521240234375, 1374.511474609375, 419.3778381347656, 2425.37060546875, 1526.4627685546875, 882.743408203125, 575.4426879882812, 432.2718200683594]\n", - "11\n", - "4429\n", - "6\n", - "[6665.94482421875, 2877.817138671875, 1778.1444091796875, 384.1068115234375, 5369.3427734375, 3197.01513671875]\n", - "6\n", - "4430\n", - "4\n", - "[301.76190185546875, 434.5527648925781, 717.5502319335938, 3777.6796875]\n", - "4\n", - "4431\n", - "5\n", - "[487.76593017578125, 807.8308715820312, 2783.57568359375, 2958.27783203125, 903.8312377929688]\n", - "5\n", - "4432\n", - "26\n", - "[322.1553955078125, 554.3615112304688, 553.9962768554688, 684.2720336914062, 2217.573974609375, 620.59521484375, 546.7180786132812, 889.9134521484375, 1461.861328125, 1179.463623046875, 2321.604736328125, 996.3868408203125, 2998.97802734375, 3563.213134765625, 2871.223388671875, 4710.43408203125, 2351.5322265625, 3958.98779296875, 3773.074462890625, 1257.3031005859375, 810.7036743164062, 3201.19921875, 3265.556884765625, 1014.8463134765625, 998.63037109375, 1442.4036865234375]\n", - "26\n", - "4433\n", - "87\n", - "[643.1803588867188, 600.136474609375, 1018.5189819335938, 589.376953125, 383.1089782714844, 342.5242004394531, 381.1776428222656, 1163.3126220703125, 713.1459350585938, 877.263671875, 520.349853515625, 291.62054443359375, 1163.20361328125, 414.04339599609375, 2894.505859375, 1553.21044921875, 1328.319580078125, 878.1076049804688, 3751.693115234375, 8106.5087890625, 6485.5380859375, 1987.9794921875, 1852.52587890625, 1103.3525390625, 3233.9560546875, 3220.89111328125, 8180.3388671875, 6573.37451171875, 2759.618408203125, 1211.5001220703125, 1796.741455078125, 4739.56396484375, 14884.169921875, 15763.267578125, 13045.1494140625, 1157.62060546875, 1572.9298095703125, 304.71929931640625, 355.42919921875, 1289.667724609375, 6049.09716796875, 16102.052734375, 15719.6416015625, 15406.4189453125, 10974.2353515625, 6208.5244140625, 692.6636962890625, 7428.4033203125, 15440.2744140625, 16077.6748046875, 14572.3271484375, 15612.9619140625, 8303.1669921875, 2440.6826171875, 9063.4453125, 15140.587890625, 13811.0107421875, 4687.23876953125, 8771.7431640625, 7290.69189453125, 2148.00732421875, 1135.3692626953125, 1386.3363037109375, 1907.072998046875, 646.5543212890625, 390.5748291015625, 1658.9813232421875, 2826.080322265625, 9970.5068359375, 13840.857421875, 8732.3212890625, 1664.5482177734375, 4236.19091796875, 2664.2509765625, 529.2276611328125, 828.6386108398438, 2819.474609375, 2046.3912353515625, 520.5121459960938, 445.82171630859375, 600.5098266601562, 315.3812561035156, 333.9159240722656, 443.92279052734375, 631.703857421875, 646.9924926757812]\n", - "86\n", - "4434\n", - "18\n", - "[1825.1693115234375, 1417.4603271484375, 1348.4871826171875, 2858.1669921875, 2877.642333984375, 855.0681762695312, 622.9368286132812, 1567.9725341796875, 3290.96142578125, 2691.957275390625, 314.556640625, 1704.5263671875, 2188.45751953125, 460.2383728027344, 922.8419799804688, 643.67138671875, 447.9921569824219, 1001.6427612304688]\n", - "18\n", - "4435\n", - "4\n", - "[1613.208984375, 462.5210266113281, 2839.25390625, 3601.811767578125]\n", - "4\n", - "4436\n", - "4\n", - "[712.460205078125, 1001.2081909179688, 1688.7857666015625, 3783.912109375]\n", - "4\n", - "4437\n", - "5\n", - "[475.91790771484375, 1809.5738525390625, 383.4811096191406, 2530.296630859375, 642.9612426757812]\n", - "5\n", - "4438\n", - "13\n", - "[372.0164794921875, 510.90216064453125, 510.7555847167969, 591.581787109375, 1359.0943603515625, 2834.32763671875, 1683.21875, 1556.90576171875, 2718.36865234375, 4549.70751953125, 670.9888305664062, 735.3379516601562, 580.8613891601562]\n", - "13\n", - "4439\n", - "7\n", - "[1296.613525390625, 1305.8812255859375, 360.65234375, 1278.455810546875, 2219.207275390625, 344.2855224609375, 1727.9117431640625]\n", - "7\n", - "4440\n", - "83\n", - "[400.05303955078125, 584.6675415039062, 634.9064331054688, 5926.55517578125, 344.43658447265625, 2779.5302734375, 5792.68408203125, 1219.968994140625, 355.6786193847656, 1950.4691162109375, 8716.076171875, 10704.63671875, 4766.65576171875, 2141.923583984375, 666.8317260742188, 1693.65380859375, 548.9940795898438, 368.029052734375, 2612.5673828125, 691.8196411132812, 4349.5390625, 1157.3343505859375, 1004.7945556640625, 6329.29296875, 2686.421875, 617.4180908203125, 482.3838195800781, 1280.268310546875, 554.6912231445312, 809.1157836914062, 2712.120361328125, 9700.1064453125, 13318.009765625, 13687.748046875, 12215.6650390625, 3373.92578125, 2710.1845703125, 821.773193359375, 649.6854858398438, 1365.24365234375, 1177.7193603515625, 718.3856811523438, 779.5403442382812, 5228.3076171875, 6325.09521484375, 364.41766357421875, 1500.2437744140625, 1668.0755615234375, 3193.19091796875, 8657.798828125, 11891.2822265625, 13979.3173828125, 6955.77685546875, 2052.04931640625, 5748.2861328125, 6640.56787109375, 618.3190307617188, 392.4251403808594, 595.818603515625, 2297.733642578125, 271.052978515625, 2478.224365234375, 11388.3681640625, 9629.3349609375, 6603.72705078125, 1564.24267578125, 1709.156005859375, 1549.2005615234375, 2571.403076171875, 1220.0343017578125, 7383.3330078125, 1847.6087646484375, 3603.6171875, 1487.0924072265625, 3296.085205078125, 1905.1959228515625, 311.6090087890625, 2806.503173828125, 1708.7779541015625, 764.9093017578125, 391.09356689453125, 320.1081848144531, 787.9408569335938]\n", - "83\n", - "4441\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[544.8309326171875, 351.98065185546875, 2414.114013671875, 2197.25, 332.4892578125, 2384.02783203125, 1272.978759765625]\n", - "7\n", - "4442\n", - "5\n", - "[743.9413452148438, 536.057861328125, 2210.55029296875, 1114.4210205078125, 827.4462280273438]\n", - "5\n", - "4443\n", - "4\n", - "[3486.25341796875, 2334.254638671875, 325.03204345703125, 455.5691223144531]\n", - "4\n", - "4444\n", - "1\n", - "[5685.7568359375]\n", - "1\n", - "4445\n", - "10\n", - "[336.8815002441406, 404.7530822753906, 617.9765014648438, 794.63916015625, 1258.010009765625, 1668.458984375, 1561.2777099609375, 627.2055053710938, 431.5979309082031, 311.1593017578125]\n", - "10\n", - "4446\n", - "3\n", - "[1745.308349609375, 1628.5418701171875, 6068.57861328125]\n", - "3\n", - "4447\n", - "9\n", - "[660.7079467773438, 1078.5386962890625, 692.68017578125, 446.0705871582031, 1858.155029296875, 1941.5958251953125, 594.1815185546875, 913.4098510742188, 731.7716064453125]\n", - "9\n", - "4448\n", - "2\n", - "[5185.13427734375, 302.76727294921875]\n", - "2\n", - "4449\n", - "14\n", - "[439.9299621582031, 409.3138427734375, 2121.4619140625, 7869.44384765625, 6653.4384765625, 6932.56298828125, 18158.392578125, 12308.2412109375, 692.8460693359375, 11951.2998046875, 10078.1064453125, 947.1806030273438, 5818.0517578125, 1113.747314453125]\n", - "14\n", - "4450\n", - "5\n", - "[324.8576354980469, 3882.9052734375, 1130.7647705078125, 759.4223022460938, 317.9404602050781]\n", - "5\n", - "4451\n", - "9\n", - "[2096.102783203125, 514.8386840820312, 2806.518798828125, 9119.4326171875, 7071.80810546875, 1143.5174560546875, 2558.98486328125, 4936.044921875, 1395.11865234375]\n", - "9\n", - "4452\n", - "4\n", - "[2240.807373046875, 2845.61328125, 1122.119140625, 302.5174255371094]\n", - "4\n", - "4453\n", - "3\n", - "[834.4485473632812, 3770.1298828125, 441.58843994140625]\n", - "3\n", - "4454\n", - "66\n", - "[407.9696350097656, 624.2371215820312, 938.6702880859375, 1254.4405517578125, 917.4395751953125, 2097.383056640625, 566.3507690429688, 1157.0035400390625, 724.5175170898438, 1090.494873046875, 805.4050903320312, 433.1319885253906, 2127.199462890625, 1299.26611328125, 1238.6722412109375, 3006.757568359375, 1308.678955078125, 2239.549072265625, 837.66552734375, 1310.7484130859375, 1905.0806884765625, 1377.96923828125, 4668.00244140625, 1818.876708984375, 1670.68115234375, 848.200439453125, 785.4338989257812, 1289.41455078125, 821.884521484375, 3058.997802734375, 6603.64013671875, 5066.37890625, 566.2022705078125, 2395.179443359375, 2302.681884765625, 752.4154663085938, 1149.0286865234375, 1436.2049560546875, 457.4210205078125, 522.9724731445312, 4027.033935546875, 3013.391845703125, 214.7008819580078, 3902.42919921875, 330.9595947265625, 1702.0048828125, 1808.4696044921875, 2224.2109375, 722.0711669921875, 432.9275817871094, 2244.99951171875, 447.33746337890625, 896.5145263671875, 1939.938720703125, 1630.31298828125, 595.9758911132812, 4216.71337890625, 1752.5672607421875, 2049.98876953125, 1106.1651611328125, 785.90234375, 1129.7899169921875, 486.8966369628906, 924.2357788085938, 378.33685302734375, 350.24090576171875]\n", - "66\n", - "4455\n", - "7\n", - "[741.936767578125, 524.2572021484375, 316.0179443359375, 444.0791015625, 1029.415283203125, 4686.40576171875, 1080.1278076171875]\n", - "7\n", - "4456\n", - "14\n", - "[356.0635681152344, 742.0850219726562, 770.8778076171875, 1922.0550537109375, 2250.584716796875, 724.9880981445312, 743.45751953125, 1686.351318359375, 1376.2021484375, 1441.6424560546875, 1004.404296875, 835.6763305664062, 520.2198486328125, 632.7001953125]\n", - "14\n", - "4457\n", - "150\n", - "[366.7841796875, 503.83746337890625, 594.2180786132812, 1540.346923828125, 352.5787048339844, 309.9134826660156, 878.7017822265625, 2392.006103515625, 1138.3260498046875, 456.08953857421875, 818.9965209960938, 1071.680908203125, 825.3987426757812, 1166.036376953125, 3710.01806640625, 3497.164306640625, 4594.1611328125, 4238.1611328125, 1486.3922119140625, 554.6806030273438, 960.9859008789062, 1707.8963623046875, 918.2229614257812, 5019.05419921875, 2802.6611328125, 3510.033935546875, 2304.80224609375, 2390.116455078125, 1296.980712890625, 1388.8927001953125, 782.4566040039062, 100.75772094726562, 2148.721435546875, 7775.107421875, 1408.816162109375, 504.1470031738281, 1511.5450439453125, 2352.33837890625, 4269.09716796875, 6457.91015625, 3945.695068359375, 3079.911865234375, 338.2755126953125, 1673.7608642578125, 4288.94091796875, 715.1360473632812, 3341.10009765625, 2599.011474609375, 919.2003173828125, 2881.882568359375, 8544.0751953125, 9919.5283203125, 3159.475341796875, 7612.54296875, 12294.625, 1278.474609375, 784.134521484375, 4344.0830078125, 1054.999267578125, 1429.4888916015625, 2050.553955078125, 1415.671142578125, 925.8981323242188, 2957.218017578125, 3714.6005859375, 340.3652038574219, 3250.637939453125, 2609.079345703125, 3498.74462890625, 2671.22802734375, 5348.9072265625, 12820.5361328125, 9452.9150390625, 12603.853515625, 12684.9814453125, 4160.56884765625, 395.4068603515625, 779.3809204101562, 444.4930114746094, 603.6615600585938, 1613.8013916015625, 5598.08935546875, 7145.408203125, 7505.9697265625, 3790.29833984375, 5823.8125, 11269.5673828125, 12635.767578125, 12546.0546875, 13565.931640625, 7697.04296875, 627.9559936523438, 742.2186889648438, 3213.967529296875, 7005.45556640625, 7601.9541015625, 3712.6572265625, 2530.395263671875, 10745.3994140625, 13804.0517578125, 13820.423828125, 10412.1904296875, 2165.5986328125, 2913.942626953125, 549.6304931640625, 441.2324523925781, 887.4010620117188, 2913.584228515625, 1400.263427734375, 1101.639404296875, 7503.6728515625, 12927.20703125, 13526.263671875, 12364.0224609375, 1994.51416015625, 491.700927734375, 773.6433715820312, 321.25177001953125, 704.7501831054688, 1685.203369140625, 7545.91455078125, 2548.77099609375, 975.8756103515625, 1004.139892578125, 6876.48193359375, 10939.2421875, 7327.326171875, 1954.5042724609375, 5933.66064453125, 3273.819580078125, 4502.4609375, 10233.107421875, 10752.35546875, 7057.52001953125, 1504.1002197265625, 2136.09619140625, 1185.813232421875, 6768.1494140625, 7704.47119140625, 9762.3720703125, 5057.076171875, 470.8652038574219, 334.7567138671875, 3520.052734375, 9520.423828125, 8569.6357421875, 4500.26171875, 2624.31103515625, 726.416748046875, 590.8784790039062]\n", - "150\n", - "4458\n", - "5\n", - "[709.3748779296875, 2729.1943359375, 1263.2412109375, 375.2834777832031, 951.8389892578125]\n", - "5\n", - "4459\n", - "8\n", - "[1097.3712158203125, 1760.6898193359375, 666.2728271484375, 862.4781494140625, 678.7467041015625, 769.6744995117188, 2044.1651611328125, 490.51336669921875]\n", - "8\n", - "4460\n", - "286\n", - "[356.8685302734375, 2423.3466796875, 776.34521484375, 3083.840087890625, 3291.689453125, 397.0428466796875, 1334.4735107421875, 5502.77197265625, 2066.412353515625, 1347.403564453125, 1705.641357421875, 352.7536926269531, 1454.4986572265625, 908.0850830078125, 1749.61572265625, 451.9851379394531, 467.22900390625, 342.4373779296875, 3790.145751953125, 354.9868469238281, 317.67529296875, 2654.010498046875, 1680.4910888671875, 662.2140502929688, 511.3424072265625, 2478.808837890625, 3757.6005859375, 2504.017578125, 723.04296875, 929.0984497070312, 656.1004028320312, 2779.1318359375, 4175.203125, 5306.30810546875, 3831.520751953125, 827.912109375, 1537.7320556640625, 5177.5478515625, 5595.05517578125, 3192.83154296875, 1102.4990234375, 1766.3018798828125, 1202.7188720703125, 377.0838317871094, 523.1524047851562, 1734.357177734375, 5884.22705078125, 6274.482421875, 6339.32373046875, 2211.551025390625, 1074.9180908203125, 773.306640625, 950.807373046875, 1337.3143310546875, 3896.87451171875, 5520.43212890625, 5076.9619140625, 2962.57763671875, 2497.94775390625, 1065.24609375, 898.7132568359375, 2092.477783203125, 3226.445556640625, 5272.4228515625, 6181.4306640625, 5932.6455078125, 4487.86279296875, 4985.484375, 2743.03564453125, 3705.62353515625, 4356.76708984375, 5411.38916015625, 6327.96044921875, 6532.44189453125, 5833.78759765625, 6163.27978515625, 5381.23876953125, 5168.4033203125, 527.6112670898438, 3743.06689453125, 5635.822265625, 6491.46923828125, 6391.93017578125, 6245.341796875, 5819.341796875, 5677.92236328125, 3550.8642578125, 2103.1015625, 1596.89892578125, 4076.60107421875, 5589.32958984375, 5670.41748046875, 6438.62109375, 6229.1904296875, 5037.5859375, 4646.4443359375, 3970.61181640625, 3685.430419921875, 2020.6807861328125, 3540.74560546875, 5365.47509765625, 5575.30859375, 5648.7236328125, 4203.6767578125, 5476.48681640625, 5112.11376953125, 3766.803955078125, 2733.619873046875, 1001.8251953125, 469.49139404296875, 314.4097900390625, 2984.60888671875, 4717.8896484375, 5514.88916015625, 4578.82080078125, 4828.4990234375, 5089.1455078125, 5762.1591796875, 3910.03173828125, 3527.010009765625, 2430.62451171875, 2700.738037109375, 3932.502197265625, 1625.95166015625, 485.6578063964844, 1837.29345703125, 3547.218017578125, 4674.8818359375, 4454.1826171875, 4777.1298828125, 5367.90576171875, 5281.24560546875, 3911.13720703125, 4212.0458984375, 3977.962890625, 2262.8544921875, 932.8545532226562, 1831.0260009765625, 695.000732421875, 975.298583984375, 884.3626708984375, 360.7637023925781, 1236.816162109375, 907.6238403320312, 1384.31982421875, 4101.5244140625, 4013.268310546875, 4736.26708984375, 4326.10400390625, 3874.27978515625, 2994.19287109375, 2038.1285400390625, 3064.166748046875, 1000.8734130859375, 868.0938110351562, 2258.46875, 2433.47998046875, 2889.52880859375, 4266.34375, 4591.267578125, 5102.79296875, 2893.3505859375, 1929.0859375, 3006.8740234375, 723.4090576171875, 5926.13427734375, 2469.947265625, 9281.30859375, 8018.23779296875, 8952.44140625, 4320.58544921875, 4044.143798828125, 3384.1923828125, 3231.6513671875, 1789.2921142578125, 1637.8128662109375, 744.0856323242188, 441.7859802246094, 3988.77392578125, 1138.87255859375, 5722.45263671875, 9666.0673828125, 9626.30078125, 20863.27734375, 16661.65234375, 5346.8984375, 1979.0274658203125, 3507.900146484375, 595.2421875, 332.58233642578125, 743.5952758789062, 1988.5972900390625, 1874.611328125, 459.7698059082031, 570.2825927734375, 1931.009521484375, 1631.21484375, 3830.97509765625, 5339.8896484375, 1367.6224365234375, 8109.46142578125, 3740.000244140625, 2896.889404296875, 2399.755615234375, 1274.341552734375, 4267.4765625, 3379.404296875, 2011.9073486328125, 819.070556640625, 3028.8525390625, 1274.6080322265625, 2723.81298828125, 1445.0675048828125, 1588.775146484375, 1446.45166015625, 2159.900146484375, 1066.9368896484375, 3626.42236328125, 2050.82421875, 1470.6490478515625, 1827.2325439453125, 7030.23828125, 1136.8822021484375, 4425.564453125, 4147.27734375, 755.0180053710938, 597.9502563476562, 302.2598571777344, 536.5191650390625, 778.4849853515625, 1198.3641357421875, 1115.4241943359375, 743.4266357421875, 2969.528564453125, 9213.8662109375, 1059.340087890625, 2524.87744140625, 2075.633544921875, 3564.834716796875, 5421.88525390625, 8644.7587890625, 2065.033203125, 527.7005004882812, 1570.48681640625, 1214.0909423828125, 2896.906982421875, 1653.55419921875, 8698.609375, 9659.77734375, 1631.6368408203125, 2167.074951171875, 898.6336059570312, 515.742431640625, 1237.022216796875, 3931.2802734375, 4672.3310546875, 1003.2059326171875, 420.312744140625, 1044.099365234375, 669.6492309570312, 3481.238037109375, 4705.9638671875, 5048.30859375, 1843.4578857421875, 1670.46533203125, 599.77685546875, 2238.11962890625, 2269.116455078125, 2418.990478515625, 493.84283447265625, 1205.04833984375, 7028.4736328125, 578.05224609375, 1627.9791259765625, 551.522705078125, 436.7726135253906, 1610.206298828125, 569.436279296875, 723.3075561523438, 944.44921875, 390.8162841796875, 507.0201110839844, 4647.7783203125, 5480.947265625, 1365.46533203125, 433.63067626953125]\n", - "286\n", - "4461\n", - "9\n", - "[736.4339599609375, 1615.9002685546875, 397.05126953125, 629.1041259765625, 1666.71728515625, 2428.49365234375, 530.466552734375, 363.80889892578125, 426.24053955078125]\n", - "9\n", - "4462\n", - "5\n", - "[1024.8641357421875, 2592.246826171875, 328.6664733886719, 334.4592590332031, 1792.701171875]\n", - "5\n", - "4463\n", - "69\n", - "[302.1256408691406, 608.15283203125, 3678.638916015625, 3740.544189453125, 1085.579345703125, 3490.310546875, 314.6004943847656, 1836.1630859375, 2467.926025390625, 788.728271484375, 578.8160400390625, 409.1916198730469, 514.0975341796875, 375.90301513671875, 601.7228393554688, 321.4323425292969, 3109.1328125, 362.0718688964844, 723.8256225585938, 4308.626953125, 663.4774780273438, 3816.0966796875, 2605.417236328125, 7102.5732421875, 11223.173828125, 8965.6953125, 5695.7958984375, 2457.477294921875, 962.0867919921875, 796.22998046875, 363.54541015625, 933.4532470703125, 2028.208740234375, 8284.0166015625, 14485.185546875, 10834.025390625, 5417.41455078125, 941.7754516601562, 731.8463134765625, 393.8199462890625, 617.8982543945312, 5067.716796875, 8434.333984375, 7659.57080078125, 13795.5869140625, 13974.7392578125, 10223.4609375, 4640.15625, 490.9395446777344, 318.8369140625, 1012.3880615234375, 5581.32861328125, 6044.4052734375, 10710.0634765625, 13159.7880859375, 7390.96826171875, 9069.7978515625, 2826.330810546875, 697.3521118164062, 338.7799072265625, 2529.16162109375, 1396.2783203125, 4064.77294921875, 3522.22607421875, 6768.0966796875, 4541.84814453125, 947.9207153320312, 337.2896423339844]\n", - "68" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4464\n", - "5\n", - "[493.7987976074219, 1136.9971923828125, 1040.9197998046875, 1471.6021728515625, 1402.34912109375]\n", - "5\n", - "4465\n", - "12\n", - "[320.67340087890625, 477.1094665527344, 884.5443725585938, 313.34588623046875, 601.8035278320312, 543.751953125, 578.0838623046875, 944.806884765625, 407.0874938964844, 378.643798828125, 865.5732421875, 791.720458984375]\n", - "12\n", - "4466\n", - "6\n", - "[3310.2919921875, 5657.55859375, 1673.50146484375, 321.63458251953125, 857.8115234375, 541.9898681640625]\n", - "6\n", - "4467\n", - "4\n", - "[7369.11474609375, 3289.193115234375, 995.9022827148438, 992.44921875]\n", - "4\n", - "4468\n", - "8\n", - "[717.5084228515625, 870.966552734375, 858.3089599609375, 1665.599365234375, 1077.5205078125, 953.9561157226562, 2120.55419921875, 304.7096252441406]\n", - "8\n", - "4469\n", - "4\n", - "[1061.0447998046875, 1017.840576171875, 2068.22265625, 4291.20703125]\n", - "4\n", - "4470\n", - "1\n", - "[6793.728515625]\n", - "1\n", - "4471\n", - "9\n", - "[606.0673217773438, 384.6311950683594, 1638.2674560546875, 5804.55810546875, 7161.97998046875, 10717.560546875, 21090.0, 700.2195434570312, 3618.46435546875]\n", - "9\n", - "4472\n", - "12\n", - "[613.5795288085938, 754.6041870117188, 924.195556640625, 1086.9453125, 935.1685180664062, 522.84765625, 1124.109375, 853.1153564453125, 3084.859619140625, 1708.5477294921875, 578.5874633789062, 512.53662109375]\n", - "12\n", - "4473\n", - "2\n", - "[914.2024536132812, 6966.2744140625]\n", - "2\n", - "4474\n", - "7\n", - "[615.7659912109375, 1335.591796875, 853.6776733398438, 19553.189453125, 7695.89404296875, 867.8419189453125, 4215.83935546875]\n", - "7\n", - "4475\n", - "7\n", - "[314.9084777832031, 1087.568603515625, 371.2301330566406, 651.1942749023438, 2801.784423828125, 421.8741760253906, 2423.68701171875]\n", - "7\n", - "4476\n", - "19\n", - "[515.5049438476562, 1501.824951171875, 800.1741333007812, 789.0460815429688, 1096.736572265625, 795.2864379882812, 394.0145263671875, 451.9949951171875, 619.6368408203125, 864.1728515625, 1216.247314453125, 545.4480590820312, 407.0186462402344, 612.986572265625, 1799.8140869140625, 2475.35302734375, 1513.3331298828125, 497.0700988769531, 683.0036010742188]\n", - "19\n", - "4477\n", - "6\n", - "[839.2840576171875, 2270.762939453125, 990.80908203125, 435.0263977050781, 357.045166015625, 316.1956481933594]\n", - "6\n", - "4478\n", - "50\n", - "[849.0418701171875, 2788.0224609375, 1844.48828125, 7084.705078125, 311.4006652832031, 1667.3370361328125, 2777.60791015625, 5261.865234375, 7540.2138671875, 3530.314453125, 415.9566345214844, 1211.8135986328125, 1859.218017578125, 2604.171875, 5357.908203125, 9474.1630859375, 13057.033203125, 12700.7412109375, 11198.3125, 4275.7216796875, 2331.270263671875, 848.9248657226562, 1554.9847412109375, 10055.2177734375, 11836.1650390625, 11916.0595703125, 13221.736328125, 12068.388671875, 8049.990234375, 1226.44091796875, 1737.9869384765625, 4331.7880859375, 10103.82421875, 3204.315673828125, 2139.228515625, 2600.52978515625, 3906.99658203125, 601.4308471679688, 4291.66552734375, 6696.6279296875, 2428.16162109375, 1580.216796875, 3780.07568359375, 2834.6396484375, 1659.306640625, 1046.64208984375, 1317.5689697265625, 359.93408203125, 1100.8070068359375, 470.574951171875]\n", - "50\n", - "4479\n", - "8\n", - "[1640.6785888671875, 2274.947998046875, 453.16741943359375, 766.97607421875, 1332.4771728515625, 3080.0068359375, 784.4414672851562, 976.0725708007812]\n", - "8\n", - "4480\n", - "31\n", - "[1771.7864990234375, 1281.91064453125, 495.42095947265625, 2101.143798828125, 419.3241882324219, 2284.629638671875, 1002.918212890625, 1514.871826171875, 1760.0423583984375, 646.520751953125, 2868.417724609375, 1870.840087890625, 402.382568359375, 1887.710205078125, 1553.85546875, 541.865966796875, 2113.470703125, 1050.5438232421875, 2703.95361328125, 2109.8779296875, 350.3822937011719, 620.4617919921875, 986.1145629882812, 1334.7490234375, 673.9544067382812, 2426.065185546875, 975.4998779296875, 309.54864501953125, 1475.4437255859375, 2452.016845703125, 393.234619140625]\n", - "31\n", - "4481\n", - "28\n", - "[394.2245788574219, 804.7776489257812, 343.48828125, 1704.93115234375, 535.9993286132812, 1436.0384521484375, 1058.7757568359375, 2349.7578125, 357.3446350097656, 1137.3919677734375, 2453.3154296875, 1872.3687744140625, 6862.54248046875, 1214.978759765625, 4788.54833984375, 7205.248046875, 1719.156982421875, 5346.7001953125, 6669.5478515625, 1059.7083740234375, 327.4060974121094, 2722.45458984375, 1751.1981201171875, 2272.9189453125, 482.5621643066406, 1227.7265625, 727.1292114257812, 405.969482421875]\n", - "28\n", - "4482\n", - "33\n", - "[729.2205810546875, 539.8104858398438, 1514.294189453125, 1257.82763671875, 3741.947021484375, 1044.7501220703125, 1548.7344970703125, 3126.405517578125, 1300.38671875, 319.38140869140625, 3379.03564453125, 5392.734375, 545.4866333007812, 980.9192504882812, 900.4044799804688, 1803.5960693359375, 3650.878662109375, 6604.95703125, 3913.9609375, 311.3565673828125, 1225.861328125, 2174.71240234375, 2906.73583984375, 3671.774658203125, 6803.0810546875, 6406.01904296875, 1199.4771728515625, 597.1197509765625, 548.1876831054688, 1720.88134765625, 1285.2216796875, 765.015380859375, 331.8923645019531]\n", - "33\n", - "4483\n", - "2\n", - "[1587.8377685546875, 7605.81787109375]\n", - "2\n", - "4484\n", - "6\n", - "[325.12677001953125, 1999.1158447265625, 11108.4140625, 4395.43310546875, 8947.11328125, 2919.287109375]\n", - "6\n", - "4485\n", - "14\n", - "[637.3927612304688, 825.2194213867188, 2017.300048828125, 1177.90234375, 677.4133911132812, 2026.50244140625, 2907.920166015625, 4416.935546875, 4122.31982421875, 2409.352294921875, 1774.0826416015625, 1951.8406982421875, 2052.76171875, 2365.20263671875]\n", - "14\n", - "4486\n", - "24\n", - "[4386.5400390625, 1572.54345703125, 7902.6650390625, 23254.486328125, 19761.3984375, 2158.611328125, 664.9088134765625, 9235.8798828125, 23696.283203125, 21649.25390625, 8272.08203125, 9765.52734375, 1061.6611328125, 9110.21875, 13082.375, 3932.10498046875, 867.1716918945312, 570.6499633789062, 327.049072265625, 2022.834228515625, 410.4458312988281, 5093.35302734375, 608.8219604492188, 547.0465698242188]\n", - "24\n", - "4487\n", - "56\n", - "[612.3384399414062, 623.2678833007812, 1300.4979248046875, 1983.4073486328125, 3184.25244140625, 3780.650634765625, 1214.8536376953125, 833.2471923828125, 1447.847412109375, 6071.15576171875, 3321.134765625, 1553.831787109375, 3408.198974609375, 3145.09130859375, 559.4659423828125, 1974.73974609375, 1035.5906982421875, 1204.0892333984375, 1212.6824951171875, 2231.788330078125, 540.2321166992188, 304.1591491699219, 416.3924560546875, 1462.7640380859375, 694.7385864257812, 349.9241943359375, 528.6174926757812, 653.6788940429688, 683.7596435546875, 969.1224365234375, 319.5132141113281, 416.9455261230469, 1371.902587890625, 317.7879638671875, 523.1527709960938, 725.7439575195312, 561.9259033203125, 1862.32470703125, 1206.2354736328125, 419.4219970703125, 1035.5081787109375, 1637.92431640625, 4341.66015625, 906.4266357421875, 779.3758544921875, 387.7232666015625, 1355.046142578125, 391.97454833984375, 572.0299072265625, 740.3468017578125, 374.83740234375, 1103.2064208984375, 742.2371826171875, 411.1258544921875, 413.5775451660156, 349.8334045410156]\n", - "56\n", - "4488\n", - "8\n", - "[517.0317993164062, 2524.233154296875, 2604.772705078125, 361.8274841308594, 4680.1640625, 3946.74951171875, 981.9813842773438, 792.3820190429688]\n", - "8\n", - "4489\n", - "8\n", - "[669.3971557617188, 1080.4000244140625, 746.0198364257812, 1429.3197021484375, 1186.0870361328125, 697.7752075195312, 389.2453308105469, 615.119384765625]\n", - "8\n", - "4490\n", - "13\n", - "[650.8093872070312, 761.3046264648438, 409.4175720214844, 500.6123352050781, 3523.297119140625, 574.6563110351562, 3351.2734375, 3822.24267578125, 1496.552734375, 3797.136474609375, 3909.92041015625, 816.0191040039062, 1160.9473876953125]\n", - "13\n", - "4491\n", - "6\n", - "[3275.3603515625, 529.8009033203125, 1306.1011962890625, 584.5802001953125, 1767.636474609375, 371.6505126953125]\n", - "6\n", - "4492\n", - "2\n", - "[3489.47509765625, 1848.1668701171875]\n", - "2\n", - "4493\n", - "11\n", - "[1020.1753540039062, 4216.28125, 4751.81201171875, 1135.8172607421875, 2673.927978515625, 6212.05322265625, 8886.53515625, 3730.658935546875, 949.9049682617188, 1205.3499755859375, 410.81451416015625]\n", - "11\n", - "4494\n", - "11\n", - "[569.891845703125, 453.56414794921875, 1032.94091796875, 511.2244567871094, 824.092529296875, 3076.7822265625, 2894.613525390625, 1432.02294921875, 1431.527587890625, 870.6665649414062, 981.7606811523438]\n", - "11\n", - "4495\n", - "3\n", - "[1965.826171875, 10009.88671875, 3475.95703125]\n", - "3\n", - "4496\n", - "9\n", - "[427.2642517089844, 817.9564819335938, 577.0302734375, 1690.760986328125, 453.5888977050781, 717.6549682617188, 1604.1114501953125, 613.4690551757812, 840.3700561523438]\n", - "9\n", - "4497\n", - "11\n", - "[489.2289733886719, 423.8085632324219, 732.5967407226562, 754.2638549804688, 839.8896484375, 1215.420166015625, 1250.7474365234375, 465.4446105957031, 403.1410217285156, 510.5843811035156, 510.5306396484375]\n", - "11\n", - "4498\n", - "5\n", - "[321.2334289550781, 374.2635192871094, 1481.198974609375, 3290.414794921875, 1748.2584228515625]\n", - "5\n", - "4499\n", - "8\n", - "[487.8343200683594, 682.8585205078125, 2703.536865234375, 5124.4150390625, 630.2532348632812, 343.97918701171875, 307.9515075683594, 457.01605224609375]\n", - "8\n", - "4500\n", - "21\n", - "[1967.3720703125, 926.9718627929688, 380.3685607910156, 655.134033203125, 3818.891845703125, 1328.5943603515625, 862.9632568359375, 518.29931640625, 1770.7696533203125, 1014.8115234375, 1007.6331176757812, 660.243896484375, 3120.302001953125, 2477.105712890625, 483.4093322753906, 468.3711242675781, 1156.138916015625, 2126.882568359375, 763.798095703125, 2080.069580078125, 831.2774658203125]\n", - "21\n", - "4501\n", - "17\n", - "[859.0245361328125, 1903.4066162109375, 511.9464416503906, 727.0322875976562, 3123.389892578125, 2209.0107421875, 1893.9854736328125, 1613.4681396484375, 539.452392578125, 2815.05322265625, 389.63043212890625, 515.63330078125, 497.0895690917969, 1268.4010009765625, 444.8609924316406, 998.2303466796875, 540.494384765625]\n", - "17\n", - "4502\n", - "114\n", - "[395.7967834472656, 505.1125183105469, 942.1038818359375, 2106.443359375, 939.3687744140625, 742.74658203125, 1937.1328125, 1857.7255859375, 435.7620544433594, 642.2730712890625, 393.471435546875, 362.4224548339844, 1263.736572265625, 3095.310546875, 1930.3048095703125, 1529.9659423828125, 1316.4146728515625, 1340.3988037109375, 721.8777465820312, 1503.6170654296875, 1370.33203125, 1468.7813720703125, 1798.7132568359375, 534.9815673828125, 412.6814270019531, 1893.0302734375, 586.4056396484375, 899.9268188476562, 364.47625732421875, 1826.9234619140625, 2648.80078125, 1593.8165283203125, 302.8572082519531, 1357.3624267578125, 1314.3065185546875, 1222.3939208984375, 712.7047729492188, 3204.517822265625, 415.6337890625, 334.1826477050781, 2713.786865234375, 789.8408813476562, 2171.95751953125, 1569.407958984375, 519.4447021484375, 363.03466796875, 369.07757568359375, 3257.709228515625, 548.9829711914062, 597.53369140625, 761.5369262695312, 1538.66015625, 597.8397827148438, 818.4312744140625, 1364.313720703125, 311.571044921875, 2540.94140625, 332.79534912109375, 1112.3079833984375, 2477.8955078125, 1301.9591064453125, 772.9069213867188, 475.97906494140625, 1217.2890625, 2430.258056640625, 642.9593505859375, 508.1734619140625, 1013.8389892578125, 1675.3121337890625, 2794.42822265625, 1115.808349609375, 907.233642578125, 1427.3448486328125, 738.2687377929688, 117.5013198852539, 2477.84619140625, 3846.57373046875, 1143.554443359375, 668.93798828125, 692.4284057617188, 437.56903076171875, 1963.8272705078125, 1699.5233154296875, 2335.314208984375, 822.3215942382812, 3635.224365234375, 2358.6513671875, 1014.3326416015625, 621.0833740234375, 1822.978759765625, 1882.6131591796875, 442.7232666015625, 2063.18505859375, 1032.130615234375, 401.30157470703125, 486.8652648925781, 683.52197265625, 2420.996337890625, 2873.094970703125, 349.45782470703125, 251.09243774414062, 2206.432861328125, 1514.9573974609375, 444.8609924316406, 1966.8782958984375, 1606.9293212890625, 611.3277587890625, 1581.533203125, 1458.132080078125, 3078.4951171875, 410.4449462890625, 637.2965698242188]\n", - "112\n", - "4503\n", - "6\n", - "[749.1128540039062, 307.18939208984375, 592.9017944335938, 911.0385131835938, 4800.1962890625, 641.0380859375]\n", - "6\n", - "4504\n", - "6\n", - "[611.6264038085938, 1128.318603515625, 691.62548828125, 1361.5523681640625, 1152.583251953125, 1636.8970947265625]\n", - "6\n", - "4505\n", - "7\n", - "[1032.7381591796875, 802.8511962890625, 1366.5626220703125, 1556.6292724609375, 341.4134826660156, 1044.5762939453125, 304.7349853515625]\n", - "7\n", - "4506\n", - "26\n", - "[305.5313720703125, 731.55712890625, 1783.12353515625, 3041.673583984375, 430.7691955566406, 1585.99853515625, 1571.7464599609375, 766.9979248046875, 2024.739013671875, 5868.2099609375, 3743.997802734375, 700.968994140625, 2316.06201171875, 1280.423583984375, 474.3051452636719, 3146.028564453125, 4415.3115234375, 2578.76416015625, 1580.774169921875, 1499.1015625, 1832.8018798828125, 981.245849609375, 1838.6456298828125, 1871.033447265625, 567.8109130859375, 906.4441528320312]\n", - "26\n", - "4507\n", - "28\n", - "[352.9335021972656, 1025.3916015625, 312.18817138671875, 756.26416015625, 1811.8555908203125, 1384.269287109375, 1299.8460693359375, 1143.2532958984375, 2311.21142578125, 2446.9453125, 1608.3709716796875, 1764.642822265625, 1789.6092529296875, 508.9930114746094, 694.36865234375, 522.5945434570312, 2603.923095703125, 742.8009033203125, 447.4825439453125, 1273.2205810546875, 173.1663360595703, 1625.4727783203125, 1761.097900390625, 435.6682434082031, 1874.9705810546875, 1169.3258056640625, 2160.65185546875, 433.1108703613281]\n", - "28\n", - "4508\n", - "6\n", - "[1685.6240234375, 673.9671020507812, 2519.218017578125, 324.0111083984375, 1946.21875, 682.5887451171875]\n", - "6\n", - "4509\n", - "1\n", - "[36564.8203125]\n", - "1\n", - "4510\n", - "59\n", - "[780.1765747070312, 434.80908203125, 485.82421875, 619.0991821289062, 803.5791625976562, 998.2208862304688, 398.4298400878906, 2110.19384765625, 2780.08544921875, 778.5503540039062, 1478.844482421875, 515.7069091796875, 1027.12939453125, 4141.77685546875, 2038.7562255859375, 910.7852172851562, 1732.1124267578125, 5905.33984375, 1905.20068359375, 352.7143249511719, 3589.971435546875, 6819.93115234375, 4453.9677734375, 465.36041259765625, 1105.501220703125, 2097.91064453125, 4683.55224609375, 5623.4609375, 2165.46044921875, 611.3231201171875, 1052.9342041015625, 315.4353332519531, 2165.10546875, 1209.7850341796875, 3973.237060546875, 3007.23486328125, 663.5929565429688, 845.47265625, 1643.892578125, 906.6577758789062, 1229.1015625, 1459.982177734375, 300.87371826171875, 516.3672485351562, 769.5855712890625, 356.6023864746094, 1932.68115234375, 1768.2357177734375, 1073.0018310546875, 1097.3536376953125, 303.16033935546875, 1027.921875, 356.2061462402344, 708.0289916992188, 347.5550537109375, 359.11187744140625]\n", - "56\n", - "4511\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4\n", - "[3940.2265625, 754.1083984375, 596.1766967773438, 1605.0888671875]\n", - "4\n", - "4512\n", - "3\n", - "[942.6203002929688, 978.7758178710938, 4121.90673828125]\n", - "3\n", - "4513\n", - "20\n", - "[384.9359130859375, 397.5360412597656, 748.8458862304688, 1852.236328125, 519.2090454101562, 1627.45166015625, 586.8462524414062, 792.6998901367188, 954.499267578125, 1929.7318115234375, 6016.953125, 1228.66796875, 315.2500305175781, 1232.6112060546875, 11633.705078125, 3112.173583984375, 566.94482421875, 477.5731201171875, 1798.2467041015625, 369.3936767578125]\n", - "20\n", - "4514\n", - "10\n", - "[670.8545532226562, 714.9661254882812, 765.93408203125, 887.754638671875, 693.0924682617188, 706.65234375, 1539.1036376953125, 767.209228515625, 1942.250244140625, 364.37591552734375]\n", - "10\n", - "4515\n", - "3\n", - "[1435.0423583984375, 3158.48681640625, 658.1236572265625]\n", - "3\n", - "4516\n", - "8\n", - "[405.1274108886719, 1222.198974609375, 2618.8564453125, 1774.765380859375, 3322.10546875, 801.486572265625, 3441.2880859375, 1037.927734375]\n", - "8\n", - "4517\n", - "11\n", - "[494.3185119628906, 1407.1591796875, 493.509521484375, 358.4019775390625, 1014.6481323242188, 595.7378540039062, 971.7227172851562, 1357.0107421875, 2156.371826171875, 382.6465148925781, 555.8585815429688]\n", - "11\n", - "4518\n", - "6\n", - "[1359.7470703125, 1511.05224609375, 2445.177734375, 2103.03173828125, 1376.4588623046875, 885.9945068359375]\n", - "6\n", - "4519\n", - "10\n", - "[2091.365478515625, 718.9649047851562, 853.8198852539062, 344.56524658203125, 327.6954040527344, 861.6845703125, 2547.03857421875, 876.357421875, 2065.485595703125, 1535.218994140625]\n", - "10\n", - "4520\n", - "6\n", - "[837.4251098632812, 1580.925048828125, 1060.3485107421875, 521.462646484375, 1297.8634033203125, 869.8129272460938]\n", - "6\n", - "4521\n", - "6\n", - "[305.6033935546875, 1611.579833984375, 1713.3701171875, 328.71685791015625, 465.9074401855469, 1887.8570556640625]\n", - "6\n", - "4522\n", - "8\n", - "[2260.3017578125, 7467.37060546875, 869.0391845703125, 2515.4052734375, 10729.6181640625, 390.02935791015625, 1864.1357421875, 1379.959228515625]\n", - "8\n", - "4523\n", - "14\n", - "[3396.17236328125, 7577.04736328125, 9360.146484375, 7207.458984375, 19020.392578125, 1616.17041015625, 3286.49951171875, 4260.00390625, 10691.3154296875, 488.82305908203125, 371.1756591796875, 623.0006713867188, 1090.299560546875, 1408.245361328125]\n", - "14\n", - "4524\n", - "54\n", - "[472.7403869628906, 1059.2003173828125, 827.49072265625, 374.5527648925781, 947.40625, 621.4190673828125, 2599.346435546875, 1969.54931640625, 2123.100830078125, 811.2676391601562, 1261.4508056640625, 1259.796875, 540.3184814453125, 1017.8675537109375, 617.7706298828125, 723.1465454101562, 1245.3116455078125, 480.85687255859375, 2267.064697265625, 3303.15478515625, 3762.515625, 2161.18505859375, 465.7199401855469, 677.2914428710938, 1616.6700439453125, 1182.4879150390625, 1724.549072265625, 403.4047546386719, 964.8290405273438, 2534.923095703125, 1457.25830078125, 3544.689208984375, 2183.939697265625, 363.14324951171875, 982.2764892578125, 1214.0601806640625, 1225.6917724609375, 2031.7213134765625, 2924.973388671875, 577.5486450195312, 391.0424499511719, 640.638916015625, 2106.75439453125, 985.5596313476562, 385.5376281738281, 855.6515502929688, 1123.2830810546875, 303.27191162109375, 549.086669921875, 1406.9302978515625, 1557.3912353515625, 307.1770935058594, 948.1320190429688, 649.505859375]\n", - "54\n", - "4525\n", - "4\n", - "[1048.8486328125, 1918.94140625, 1305.9453125, 776.6405639648438]\n", - "4\n", - "4526\n", - "4\n", - "[4481.3271484375, 1111.6923828125, 2677.784912109375, 1967.0865478515625]\n", - "4\n", - "4527\n", - "7\n", - "[362.74053955078125, 2064.009033203125, 589.0000610351562, 12899.125, 2948.626953125, 838.8592529296875, 729.4557495117188]\n", - "7\n", - "4528\n", - "7\n", - "[1410.017578125, 400.0722351074219, 790.917236328125, 719.1599731445312, 723.146484375, 3262.7880859375, 792.22265625]\n", - "7\n", - "4529\n", - "5\n", - "[621.652587890625, 1624.5479736328125, 695.3244018554688, 2426.713623046875, 721.640625]\n", - "5\n", - "4530\n", - "1\n", - "[5377.8740234375]\n", - "1\n", - "4531\n", - "4\n", - "[3270.18115234375, 2607.497802734375, 1569.558837890625, 419.79302978515625]\n", - "4\n", - "4532\n", - "3\n", - "[2172.516845703125, 2584.462158203125, 394.23760986328125]\n", - "3\n", - "4533\n", - "14\n", - "[917.0725708007812, 1904.886474609375, 750.6052856445312, 2026.5772705078125, 3694.98291015625, 2364.18505859375, 823.336669921875, 2378.13037109375, 3243.877197265625, 553.3464965820312, 377.3397521972656, 531.6488647460938, 824.75244140625, 721.75927734375]\n", - "14\n", - "4534\n", - "4\n", - "[488.2541198730469, 378.5989990234375, 8587.373046875, 427.5660705566406]\n", - "4\n", - "4535\n", - "2\n", - "[3311.221435546875, 2404.7607421875]\n", - "2\n", - "4536\n", - "19\n", - "[359.27264404296875, 855.4540405273438, 928.4925537109375, 1557.9786376953125, 1655.717041015625, 2058.958984375, 1363.281982421875, 2324.19091796875, 905.7377319335938, 653.129638671875, 576.7191772460938, 433.263916015625, 2549.556640625, 558.9064331054688, 757.039306640625, 2348.98486328125, 596.6500244140625, 636.12646484375, 1675.03564453125]\n", - "19\n", - "4537\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[466.2215270996094, 1990.7061767578125, 539.7053833007812, 644.5242309570312, 1387.84423828125, 671.7283935546875]\n", - "6\n", - "4538\n", - "4\n", - "[482.7155456542969, 2834.827880859375, 1327.3353271484375, 1047.5616455078125]\n", - "4\n", - "4539\n", - "3\n", - "[398.08404541015625, 705.0156860351562, 5275.1240234375]\n", - "3\n", - "4540\n", - "20\n", - "[2242.311767578125, 6810.28857421875, 6144.99755859375, 3096.95849609375, 16693.904296875, 8402.7158203125, 889.01904296875, 1351.5128173828125, 447.6398620605469, 2477.701904296875, 8233.4921875, 9535.962890625, 13185.5205078125, 2976.531982421875, 2998.874267578125, 3132.4970703125, 5419.61572265625, 3119.5458984375, 304.0121154785156, 473.1123046875]\n", - "20\n", - "4541\n", - "1\n", - "[7476.9990234375]\n", - "1\n", - "4542\n", - "23\n", - "[397.6812438964844, 619.56689453125, 589.2880249023438, 347.87103271484375, 398.4408264160156, 402.33233642578125, 396.89764404296875, 639.9916381835938, 1437.6134033203125, 368.357177734375, 429.47711181640625, 365.8771057128906, 412.2032470703125, 530.522216796875, 1262.3157958984375, 3010.7802734375, 691.4432373046875, 633.03173828125, 1352.7720947265625, 631.6775512695312, 318.81878662109375, 341.77716064453125, 673.3978271484375]\n", - "23\n", - "4543\n", - "1\n", - "[12362.939453125]\n", - "1\n", - "4544\n", - "5\n", - "[306.18353271484375, 544.3099365234375, 1769.3946533203125, 500.69061279296875, 2414.074951171875]\n", - "5\n", - "4545\n", - "31\n", - "[2205.983642578125, 1865.555419921875, 368.2760925292969, 554.8936767578125, 2079.234130859375, 4233.77685546875, 2574.317138671875, 3250.27197265625, 394.799560546875, 592.5576782226562, 1896.8270263671875, 1190.10009765625, 1656.1834716796875, 576.5731811523438, 355.0367431640625, 555.936767578125, 1253.7178955078125, 303.6663513183594, 2151.490478515625, 1471.53662109375, 826.885498046875, 813.8125610351562, 1132.6507568359375, 468.086181640625, 1076.4107666015625, 563.9161376953125, 910.1799926757812, 660.2900390625, 619.5418090820312, 534.8523559570312, 1627.4459228515625]\n", - "31\n", - "4546\n", - "6\n", - "[1357.822021484375, 664.11083984375, 1181.0438232421875, 526.3010864257812, 3830.309326171875, 1138.5841064453125]\n", - "6\n", - "4547\n", - "6\n", - "[343.16070556640625, 6209.12646484375, 7806.24609375, 481.53411865234375, 441.6593322753906, 3906.011474609375]\n", - "6\n", - "4548\n", - "159\n", - "[816.490966796875, 2017.3150634765625, 1471.0128173828125, 1875.7210693359375, 561.8192749023438, 1333.4178466796875, 946.6804809570312, 2006.1375732421875, 3108.013671875, 822.998046875, 2078.277587890625, 1275.0128173828125, 1157.4176025390625, 2003.6888427734375, 772.3391723632812, 1573.0810546875, 1627.4722900390625, 1737.879150390625, 1572.389892578125, 1636.52685546875, 459.1043395996094, 1885.5999755859375, 1872.8526611328125, 2445.938232421875, 1709.910888671875, 104.26020812988281, 2611.60009765625, 1836.9259033203125, 2260.794677734375, 2577.865478515625, 1381.2379150390625, 3739.98828125, 3276.65771484375, 2619.40576171875, 418.6206970214844, 2161.431884765625, 987.1049194335938, 470.8840637207031, 2417.589599609375, 2191.083740234375, 2752.98681640625, 3498.236572265625, 3848.054931640625, 1533.0318603515625, 2569.289794921875, 961.8717651367188, 778.1303100585938, 318.0286865234375, 2572.093994140625, 2760.90087890625, 1899.9815673828125, 468.52911376953125, 861.7586669921875, 176.56301879882812, 2056.96923828125, 3688.751708984375, 3776.833251953125, 3785.966796875, 3200.31640625, 2390.07568359375, 170.88543701171875, 857.9522094726562, 587.5313110351562, 716.846923828125, 689.5352783203125, 1519.0550537109375, 428.7416076660156, 429.1760559082031, 1615.164306640625, 2661.365478515625, 4085.79736328125, 3453.847900390625, 2700.60498046875, 3564.091552734375, 3020.03076171875, 2160.222412109375, 161.91978454589844, 356.29559326171875, 1234.5142822265625, 1762.7667236328125, 2084.58203125, 2252.96435546875, 3756.295166015625, 3452.20849609375, 3731.545654296875, 2858.031982421875, 3311.5625, 3567.0439453125, 3477.37255859375, 979.5068359375, 1656.0577392578125, 366.5942687988281, 375.3377380371094, 1485.5079345703125, 2978.243896484375, 3042.820068359375, 2956.767822265625, 3132.51611328125, 2769.456787109375, 2708.770751953125, 395.8560485839844, 1490.9437255859375, 1248.259033203125, 907.07568359375, 2042.3310546875, 1128.95068359375, 1322.995849609375, 1319.115234375, 1462.8125, 1661.843994140625, 756.6048583984375, 1302.08251953125, 1530.08935546875, 1549.4178466796875, 1665.69482421875, 1727.1756591796875, 314.8294982910156, 1297.525634765625, 375.2093505859375, 452.9922790527344, 1164.5615234375, 896.23388671875, 577.5387573242188, 1525.37939453125, 1707.0325927734375, 636.3436889648438, 1370.6331787109375, 532.35009765625, 2362.102294921875, 1404.363037109375, 399.1539611816406, 943.5701904296875, 2722.337890625, 857.971923828125, 778.6536254882812, 2020.9141845703125, 1649.7828369140625, 1585.7840576171875, 916.9201049804688, 942.7457275390625, 1395.298583984375, 350.7611999511719, 645.2896118164062, 1337.100830078125, 2390.9248046875, 271.7391052246094, 1575.5989990234375, 2535.984619140625, 2274.7861328125, 374.8736572265625, 427.1370544433594, 882.1436157226562, 753.0797729492188, 327.2313232421875, 430.87933349609375, 581.725341796875]\n", - "156\n", - "4549\n", - "12\n", - "[472.1161804199219, 515.3761596679688, 511.05316162109375, 485.55572509765625, 325.10760498046875, 362.4216003417969, 684.1867065429688, 750.5337524414062, 815.6680908203125, 1773.35205078125, 1400.064208984375, 635.0531005859375]\n", - "12\n", - "4550\n", - "8\n", - "[986.5322265625, 496.3048400878906, 1820.9249267578125, 2396.281494140625, 1502.5999755859375, 610.8834228515625, 1937.5523681640625, 752.4675903320312]\n", - "8\n", - "4551\n", - "6\n", - "[1095.4080810546875, 792.13818359375, 495.4111633300781, 887.1494750976562, 1223.120361328125, 577.3900756835938]\n", - "6\n", - "4552\n", - "11\n", - "[791.0152587890625, 516.4828491210938, 327.57000732421875, 419.2899169921875, 1396.96435546875, 804.1652221679688, 806.2124633789062, 2418.001708984375, 1367.601806640625, 1085.829833984375, 1134.3768310546875]\n", - "11\n", - "4553\n", - "2\n", - "[1542.46435546875, 11062.7177734375]\n", - "2\n", - "4554\n", - "6\n", - "[525.7591552734375, 339.47021484375, 1963.6051025390625, 460.3681945800781, 1724.3961181640625, 1248.72802734375]\n", - "6\n", - "4555\n", - "10\n", - "[506.82568359375, 767.6934204101562, 1175.6649169921875, 730.8433837890625, 799.191650390625, 1299.4215087890625, 458.67974853515625, 1613.0018310546875, 1828.95751953125, 412.1976013183594]\n", - "10\n", - "4556\n", - "16\n", - "[1032.6875, 852.552978515625, 1902.3624267578125, 792.3737182617188, 646.01953125, 431.6006774902344, 856.1629638671875, 394.4121398925781, 329.7557373046875, 390.0963439941406, 471.5521240234375, 1129.9544677734375, 1354.698974609375, 372.8129577636719, 792.9989624023438, 1377.0040283203125]\n", - "16\n", - "4557\n", - "99\n", - "[1133.1693115234375, 3335.299072265625, 2092.1826171875, 896.7556762695312, 3641.2265625, 4216.25, 5744.54150390625, 3154.326171875, 857.1746826171875, 951.8392333984375, 969.5956420898438, 1190.4517822265625, 700.6651000976562, 3502.9130859375, 7775.291015625, 8138.30859375, 10835.8046875, 11457.2529296875, 14996.4482421875, 15780.7001953125, 9449.8671875, 5680.35986328125, 2537.550537109375, 1931.577392578125, 1760.032470703125, 313.0467529296875, 1203.0955810546875, 2079.043701171875, 4641.607421875, 7657.2353515625, 6928.01123046875, 11366.1064453125, 14778.6435546875, 14229.595703125, 16115.6279296875, 9049.1650390625, 4657.30224609375, 2354.40625, 2638.1796875, 735.0235595703125, 1875.8616943359375, 274.48284912109375, 6904.5927734375, 13500.2890625, 14987.54296875, 16184.1787109375, 9448.052734375, 15453.4169921875, 10670.7734375, 1187.8131103515625, 413.26348876953125, 2000.046875, 1243.418701171875, 3684.07861328125, 2973.68310546875, 8550.720703125, 11461.7880859375, 5714.33349609375, 10104.3271484375, 15995.427734375, 2601.347412109375, 2528.205078125, 8902.826171875, 4922.7421875, 3086.049072265625, 9444.947265625, 3411.244873046875, 3359.322509765625, 3273.97607421875, 2348.88134765625, 714.0512084960938, 6450.4013671875, 1795.93017578125, 2412.705810546875, 771.3336181640625, 1368.34619140625, 7291.6064453125, 9201.689453125, 2113.457275390625, 410.04754638671875, 4205.44775390625, 3716.732666015625, 311.8648376464844, 707.4268798828125, 3273.013916015625, 7646.3779296875, 8768.8271484375, 1037.597900390625, 1300.6737060546875, 2552.063720703125, 896.3433837890625, 2716.297119140625, 2113.48486328125, 398.80548095703125, 1256.639892578125, 884.4691162109375, 1124.8133544921875, 1273.1044921875]\n", - "98\n", - "4558\n", - "7\n", - "[735.6767578125, 590.4737548828125, 1505.9473876953125, 2456.2021484375, 950.73876953125, 846.1131591796875, 654.2454223632812]\n", - "7\n", - "4559\n", - "27\n", - "[1704.509765625, 1043.04150390625, 755.5631103515625, 1268.5008544921875, 1189.0096435546875, 373.35797119140625, 1197.4273681640625, 1153.6605224609375, 466.5345458984375, 857.3202514648438, 397.42108154296875, 572.8189697265625, 1291.838134765625, 1895.439453125, 1029.2918701171875, 1103.845947265625, 293.40771484375, 1592.3946533203125, 304.1260070800781, 547.9363403320312, 2113.06884765625, 705.1214599609375, 831.2971801757812, 1743.8529052734375, 1294.193115234375, 1434.291259765625, 1345.7110595703125]\n", - "27\n", - "4560\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[392.0714111328125, 1261.1181640625, 2208.03271484375, 1787.8643798828125, 668.277099609375, 372.46954345703125, 810.4475708007812, 695.7877197265625, 2112.828369140625, 3031.219482421875, 2326.576904296875, 1144.4927978515625, 2357.485595703125, 924.1212768554688, 1271.3721923828125, 497.1435241699219]\n", - "16\n", - "4561\n", - "6\n", - "[498.0842590332031, 326.5744323730469, 530.4179077148438, 1830.3424072265625, 956.8984375, 1747.11181640625]\n", - "6\n", - "4562\n", - "13\n", - "[322.8190612792969, 1874.2078857421875, 3792.6494140625, 365.8817443847656, 3028.281005859375, 14471.4189453125, 11087.9970703125, 1024.4810791015625, 848.5154418945312, 1637.3123779296875, 2714.14306640625, 7427.30126953125, 4133.39599609375]\n", - "13\n", - "4563\n", - "12\n", - "[818.206787109375, 1020.8970336914062, 1448.4583740234375, 464.25421142578125, 1273.4136962890625, 2460.83642578125, 1144.7283935546875, 1346.2216796875, 2166.85546875, 1270.2850341796875, 1352.5697021484375, 2791.1220703125]\n", - "12\n", - "4564\n", - "4\n", - "[1064.5452880859375, 3218.39599609375, 1140.513916015625, 2001.8665771484375]\n", - "4\n", - "4565\n", - "8\n", - "[2492.00732421875, 1928.0078125, 4110.05078125, 3886.676025390625, 381.38531494140625, 6575.5673828125, 4878.53662109375, 1598.669677734375]\n", - "8\n", - "4566\n", - "1\n", - "[7439.8388671875]\n", - "1\n", - "4567\n", - "14\n", - "[6150.47119140625, 6603.44140625, 1716.3734130859375, 6346.83349609375, 2283.389892578125, 549.4426879882812, 1196.197265625, 4763.767578125, 10554.908203125, 3939.4248046875, 3357.485107421875, 2332.837158203125, 2252.29638671875, 6797.24169921875]\n", - "14\n", - "4568\n", - "1\n", - "[5363.2265625]\n", - "1\n", - "4569\n", - "13\n", - "[667.96044921875, 494.0980224609375, 1673.5989990234375, 1309.9224853515625, 1920.5443115234375, 327.66082763671875, 1063.1055908203125, 1074.6729736328125, 314.4789733886719, 1122.3302001953125, 567.5363159179688, 350.5834655761719, 1116.85009765625]\n", - "13\n", - "4570\n", - "14\n", - "[1055.3775634765625, 1502.659912109375, 832.8427124023438, 554.4718017578125, 654.5208740234375, 366.1202392578125, 379.36932373046875, 312.62042236328125, 634.3789672851562, 1070.0631103515625, 975.6025390625, 501.11224365234375, 858.9363403320312, 343.5101623535156]\n", - "14\n", - "4571\n", - "14\n", - "[359.0730285644531, 373.2607421875, 500.53985595703125, 404.701171875, 324.98089599609375, 366.50927734375, 795.196533203125, 346.058837890625, 616.7686767578125, 652.8367919921875, 329.9253234863281, 322.0124206542969, 509.116455078125, 904.713134765625]\n", - "14\n", - "4572\n", - "2\n", - "[3966.91015625, 9067.65234375]\n", - "2\n", - "4573\n", - "36\n", - "[320.919189453125, 797.8912353515625, 442.4783935546875, 378.53924560546875, 1454.9334716796875, 2668.969482421875, 1827.260498046875, 1820.775146484375, 3271.895751953125, 3044.8125, 747.5167846679688, 3052.8896484375, 7038.93701171875, 7607.32177734375, 2240.566650390625, 608.1049194335938, 1260.312744140625, 7346.3271484375, 10587.31640625, 7009.87158203125, 827.0516357421875, 5239.9814453125, 8280.6611328125, 8076.01513671875, 1555.528076171875, 450.4010314941406, 2341.99267578125, 3693.183837890625, 1746.0745849609375, 946.2352905273438, 798.7227172851562, 1193.4635009765625, 943.3014526367188, 1381.8719482421875, 612.9630126953125, 328.8893127441406]\n", - "36\n", - "4574\n", - "7\n", - "[306.8721008300781, 860.56982421875, 379.9093933105469, 506.47711181640625, 3367.57177734375, 1048.81298828125, 2858.537841796875]\n", - "7\n", - "4575\n", - "15\n", - "[1071.1434326171875, 416.7328796386719, 2312.580322265625, 3962.83984375, 765.113525390625, 1217.487060546875, 1254.353759765625, 4162.73486328125, 6170.65283203125, 8226.005859375, 3465.7412109375, 513.6156616210938, 2507.88134765625, 3915.017822265625, 3494.387939453125]\n", - "15\n", - "4576\n", - "10\n", - "[1092.093505859375, 495.0497741699219, 593.6519165039062, 678.3237915039062, 2395.98779296875, 2913.608642578125, 532.9441528320312, 405.6739501953125, 516.631591796875, 339.1719970703125]\n", - "10\n", - "4577\n", - "22\n", - "[613.2877807617188, 1603.0833740234375, 900.5044555664062, 687.4271850585938, 2726.6181640625, 2259.80712890625, 978.149169921875, 419.4945373535156, 1958.233642578125, 1228.6146240234375, 1306.599853515625, 735.9532470703125, 1151.552490234375, 189.99172973632812, 556.6748657226562, 916.169677734375, 1292.0059814453125, 306.7525329589844, 1148.4569091796875, 1146.9560546875, 1110.6146240234375, 352.3904113769531]\n", - "22\n", - "4578\n", - "8\n", - "[536.4678955078125, 1753.426513671875, 378.0733337402344, 1197.683349609375, 4896.181640625, 1155.6578369140625, 1523.75927734375, 1482.24560546875]\n", - "8\n", - "4579\n", - "17\n", - "[313.43670654296875, 431.6330261230469, 393.5618896484375, 357.55926513671875, 465.5145568847656, 589.002197265625, 3176.394775390625, 2061.896728515625, 2096.3857421875, 858.716064453125, 398.431884765625, 2775.002685546875, 1884.8468017578125, 374.9480895996094, 1126.3465576171875, 1784.159912109375, 2490.38916015625]\n", - "17\n", - "4580\n", - "23\n", - "[947.1959228515625, 1045.2457275390625, 1061.5357666015625, 490.53759765625, 1001.5305786132812, 1999.3701171875, 1137.233154296875, 1288.8958740234375, 3206.279296875, 1709.1593017578125, 1205.135986328125, 330.8329772949219, 1781.6397705078125, 2641.797119140625, 2727.18603515625, 810.4417724609375, 2239.617919921875, 2340.9462890625, 334.15283203125, 737.425048828125, 329.0596008300781, 914.9251098632812, 596.8973999023438]\n", - "23\n", - "4581\n", - "7\n", - "[632.148193359375, 421.00390625, 592.0267944335938, 767.954833984375, 724.0105590820312, 1661.529541015625, 443.2434387207031]\n", - "7\n", - "4582\n", - "5\n", - "[749.3742065429688, 2187.138427734375, 360.05572509765625, 1321.7122802734375, 473.3763122558594]\n", - "5\n", - "4583\n", - "26\n", - "[938.5689697265625, 683.8330078125, 601.0587768554688, 321.7117004394531, 664.2872924804688, 512.3551025390625, 578.7730102539062, 463.276123046875, 1034.59912109375, 1454.661376953125, 1001.3729248046875, 532.9869995117188, 1070.9998779296875, 374.73046875, 849.6925659179688, 1696.491943359375, 707.1950073242188, 1390.9144287109375, 2757.716552734375, 2692.631591796875, 716.8074340820312, 3376.296875, 2173.779541015625, 1134.4654541015625, 1627.01318359375, 301.7908020019531]\n", - "26\n", - "4584\n", - "12\n", - "[359.1333923339844, 461.0688781738281, 785.0241088867188, 320.4316711425781, 498.6393127441406, 344.7435302734375, 882.7482299804688, 459.3976135253906, 426.5815734863281, 732.451416015625, 736.7744140625, 452.1212463378906]\n", - "12\n", - "4585\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[388.8890075683594, 335.01214599609375, 324.77667236328125, 3513.402099609375, 364.17681884765625, 2170.479248046875, 6254.13818359375]\n", - "7\n", - "4586\n", - "28\n", - "[1407.1903076171875, 1279.122314453125, 6032.64404296875, 7851.1357421875, 574.5078735351562, 560.4637451171875, 997.7012939453125, 8881.484375, 14869.4755859375, 3611.046875, 947.4707641601562, 776.9305419921875, 1540.6663818359375, 10061.8720703125, 12466.7919921875, 13879.900390625, 1743.9952392578125, 1191.99755859375, 3262.660888671875, 1119.4833984375, 5725.45654296875, 3337.8369140625, 331.79315185546875, 1183.559814453125, 358.2392272949219, 330.09429931640625, 4004.594482421875, 337.9657897949219]\n", - "28\n", - "4587\n", - "5\n", - "[725.3387451171875, 7269.41259765625, 8530.9599609375, 4762.056640625, 3357.4345703125]\n", - "5\n", - "4588\n", - "58\n", - "[795.3160400390625, 692.25390625, 647.8839111328125, 2166.5087890625, 1301.87646484375, 397.6291198730469, 758.6395874023438, 1040.57666015625, 405.83447265625, 1249.0369873046875, 1335.482177734375, 418.959716796875, 1309.4049072265625, 1012.3697509765625, 2493.49267578125, 2635.872802734375, 338.80487060546875, 2828.599365234375, 508.64068603515625, 380.9460144042969, 1506.99365234375, 1621.1339111328125, 4692.7236328125, 2059.74853515625, 325.795166015625, 4872.08544921875, 4972.38232421875, 1275.2957763671875, 1605.9200439453125, 361.6048583984375, 2180.70703125, 2907.1279296875, 596.5303344726562, 542.4361572265625, 712.0078735351562, 4456.4853515625, 2734.23779296875, 1477.2843017578125, 278.75067138671875, 383.15008544921875, 650.5833129882812, 665.7144775390625, 1247.8648681640625, 2121.420654296875, 1470.6309814453125, 790.7427978515625, 317.8292236328125, 1509.3875732421875, 1556.035888671875, 739.5708618164062, 1306.7799072265625, 730.1520385742188, 1225.2960205078125, 579.2116088867188, 689.3894653320312, 680.0119018554688, 1252.140869140625, 864.9129028320312]\n", - "58\n", - "4589\n", - "31\n", - "[1522.5806884765625, 575.9013061523438, 607.0511474609375, 511.54754638671875, 2100.145751953125, 1311.589599609375, 2590.756103515625, 746.3936767578125, 1251.043212890625, 1410.9454345703125, 3035.3837890625, 1917.1177978515625, 5345.349609375, 5440.05322265625, 3025.25439453125, 503.8880615234375, 324.1940612792969, 1145.6981201171875, 961.0256958007812, 2508.869384765625, 4982.89013671875, 2410.767578125, 2106.6982421875, 174.8052520751953, 1086.27783203125, 1392.7213134765625, 1065.4110107421875, 365.4413757324219, 802.5440673828125, 1842.1546630859375, 1529.670654296875]\n", - "31\n", - "4590\n", - "3\n", - "[1706.19775390625, 3975.920166015625, 508.9337158203125]\n", - "3\n", - "4591\n", - "5\n", - "[1161.7427978515625, 461.3786315917969, 601.6205444335938, 1732.0458984375, 1487.5999755859375]\n", - "5\n", - "4592\n", - "10\n", - "[738.2913208007812, 1055.980224609375, 841.5763549804688, 1324.01611328125, 669.115478515625, 605.7345581054688, 481.49041748046875, 474.5975646972656, 354.0681457519531, 1110.0826416015625]\n", - "10\n", - "4593\n", - "8\n", - "[825.322509765625, 871.3599243164062, 544.260498046875, 1312.5087890625, 1344.7935791015625, 427.5035095214844, 508.17840576171875, 462.4133605957031]\n", - "8\n", - "4594\n", - "74\n", - "[706.3779907226562, 1805.836669921875, 302.797119140625, 1138.83447265625, 2786.169189453125, 611.5955200195312, 690.536865234375, 325.1595764160156, 1418.9884033203125, 758.070068359375, 462.8013916015625, 522.9711303710938, 694.8789672851562, 2912.54296875, 738.217041015625, 1885.5540771484375, 337.4097900390625, 850.65673828125, 2409.6396484375, 486.5093994140625, 1804.6727294921875, 884.6998291015625, 1002.5051879882812, 4619.4453125, 3437.875244140625, 587.3509521484375, 1237.315185546875, 2950.466064453125, 6577.328125, 3699.282470703125, 1475.3197021484375, 848.2214965820312, 457.8814697265625, 2597.27294921875, 6141.47900390625, 5242.3662109375, 1616.535888671875, 684.08984375, 975.0164184570312, 2398.0166015625, 2390.5048828125, 657.8641357421875, 954.8250122070312, 625.6205444335938, 2145.2607421875, 694.2020263671875, 1129.118408203125, 458.9710998535156, 1892.9090576171875, 1665.5863037109375, 1544.0579833984375, 2095.72314453125, 414.65069580078125, 1670.12646484375, 2259.780517578125, 1682.525390625, 2355.94970703125, 1474.75830078125, 694.0617065429688, 576.3637084960938, 936.2845458984375, 2023.9222412109375, 871.8304443359375, 980.390380859375, 879.8129272460938, 1849.95068359375, 300.03173828125, 1209.9666748046875, 502.6476745605469, 642.7411499023438, 1316.01708984375, 830.3909912109375, 802.1676025390625]\n", - "73\n", - "4595\n", - "6\n", - "[1601.0963134765625, 2065.62548828125, 455.7104797363281, 5600.16064453125, 738.7059326171875, 2156.814453125]\n", - "6\n", - "4596\n", - "8\n", - "[323.2899475097656, 316.44073486328125, 1195.0523681640625, 2615.303466796875, 1867.8148193359375, 1309.2869873046875, 3552.7568359375, 639.8602294921875]\n", - "8\n", - "4597\n", - "18\n", - "[1724.6285400390625, 4429.6103515625, 910.3736572265625, 392.24407958984375, 8930.150390625, 8664.7880859375, 3577.306396484375, 7032.61962890625, 1777.031494140625, 1618.0633544921875, 4029.410888671875, 6048.8876953125, 12281.94921875, 7410.07373046875, 824.8568115234375, 640.714599609375, 853.3157958984375, 3133.188720703125]\n", - "18\n", - "4598\n", - "5\n", - "[1809.8260498046875, 2775.27978515625, 9949.7373046875, 2485.0341796875, 942.5481567382812]\n", - "5\n", - "4599\n", - "11\n", - "[428.12261962890625, 306.3549499511719, 1665.4625244140625, 1686.72705078125, 2895.843505859375, 764.7564697265625, 1061.9403076171875, 376.7112731933594, 970.4844970703125, 2567.902099609375, 1835.430419921875]\n", - "11\n", - "4600\n", - "5\n", - "[945.6438598632812, 1224.35693359375, 442.1114501953125, 987.6911010742188, 1551.861572265625]\n", - "5\n", - "4601\n", - "17\n", - "[1199.6610107421875, 679.6646728515625, 2614.92578125, 2037.2423095703125, 514.0039672851562, 357.3948974609375, 832.5859985351562, 612.2890625, 3216.96484375, 5307.27587890625, 1683.2332763671875, 494.8615417480469, 1029.550048828125, 4146.97265625, 1642.2916259765625, 443.8207092285156, 611.8364868164062]\n", - "17\n", - "4602\n", - "9\n", - "[335.890869140625, 1456.349853515625, 1772.956787109375, 2051.306396484375, 993.3206787109375, 622.5792846679688, 1351.52197265625, 1366.9007568359375, 628.1630859375]\n", - "9\n", - "4603\n", - "14\n", - "[321.1642150878906, 354.65423583984375, 361.4975280761719, 980.0106201171875, 406.9984130859375, 1145.2567138671875, 535.2461547851562, 840.5362548828125, 1027.4678955078125, 315.220703125, 842.616455078125, 540.4302368164062, 507.7491760253906, 605.6272583007812]\n", - "14\n", - "4604\n", - "23\n", - "[304.41064453125, 1182.926025390625, 409.85150146484375, 745.5056762695312, 391.2200622558594, 1725.9237060546875, 4362.00146484375, 4353.18017578125, 642.1739501953125, 1754.844970703125, 7325.7294921875, 5261.6748046875, 2167.654296875, 6000.181640625, 6042.25, 1667.6573486328125, 3437.675537109375, 5960.4873046875, 1148.728759765625, 4363.94775390625, 2519.167724609375, 973.3189697265625, 1868.3665771484375]\n", - "23\n", - "4605\n", - "18\n", - "[485.6153869628906, 675.563720703125, 1248.7554931640625, 588.9385375976562, 441.4397277832031, 889.8193359375, 1290.99365234375, 1332.738525390625, 3445.843505859375, 1502.642333984375, 977.219482421875, 1494.962646484375, 1410.521484375, 2073.931640625, 515.10107421875, 656.5407104492188, 1000.5050659179688, 550.082275390625]\n", - "18\n", - "4606\n", - "10\n", - "[974.851318359375, 2689.876220703125, 1050.449462890625, 1320.48291015625, 578.3613891601562, 3228.721435546875, 3092.84619140625, 1000.3424072265625, 309.3184509277344, 376.14166259765625]\n", - "10\n", - "4607\n", - "11\n", - "[459.8873291015625, 694.2970581054688, 1667.592529296875, 4809.66796875, 2324.09423828125, 6921.47607421875, 481.9031066894531, 1584.1842041015625, 2364.908935546875, 817.6573486328125, 309.910400390625]\n", - "11\n", - "4608\n", - "12\n", - "[327.05816650390625, 1480.346923828125, 413.073974609375, 2609.9111328125, 395.06182861328125, 1609.6678466796875, 727.0151977539062, 821.9297485351562, 305.7441101074219, 355.4136962890625, 595.7378540039062, 315.8728332519531]\n", - "12\n", - "4609\n", - "7\n", - "[963.6824340820312, 924.1746215820312, 1040.8160400390625, 482.9267578125, 846.529296875, 1397.641357421875, 337.03009033203125]\n", - "7\n", - "4610\n", - "11\n", - "[405.09576416015625, 798.9413452148438, 752.7099609375, 915.135009765625, 413.709228515625, 1450.0477294921875, 1421.218994140625, 568.2239379882812, 1937.5865478515625, 1656.5068359375, 968.046142578125]\n", - "11\n", - "4611\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[1187.8843994140625, 861.05029296875, 1531.0478515625, 1664.396484375, 510.2272033691406, 445.6535339355469, 1613.263916015625, 824.32666015625, 1081.2767333984375]\n", - "9\n", - "4612\n", - "5\n", - "[2052.44921875, 3068.783935546875, 1011.99609375, 4046.8798828125, 3017.771728515625]\n", - "5\n", - "4613\n", - "5\n", - "[452.2583923339844, 1765.8433837890625, 2065.996337890625, 347.9234619140625, 604.5916137695312]\n", - "5\n", - "4614\n", - "2\n", - "[1028.3634033203125, 4205.44384765625]\n", - "2\n", - "4615\n", - "19\n", - "[1561.700927734375, 1506.518310546875, 723.43017578125, 2381.89453125, 4084.162109375, 3176.870849609375, 310.0934143066406, 1542.182373046875, 1429.0191650390625, 4328.5478515625, 2518.125, 1480.925537109375, 1070.91357421875, 3624.8662109375, 3050.723388671875, 1213.8299560546875, 1694.782470703125, 1484.759033203125, 726.7125244140625]\n", - "19\n", - "4616\n", - "9\n", - "[1584.1029052734375, 2585.69921875, 2502.823974609375, 560.18701171875, 1096.476318359375, 1038.098876953125, 482.75811767578125, 362.4242858886719, 444.9662170410156]\n", - "9\n", - "4617\n", - "11\n", - "[504.2501525878906, 750.828369140625, 342.071044921875, 330.83294677734375, 2263.96435546875, 479.01324462890625, 723.0023193359375, 1265.298095703125, 1183.2945556640625, 2321.236572265625, 869.2552490234375]\n", - "11\n", - "4618\n", - "24\n", - "[959.7838134765625, 712.387451171875, 531.0611572265625, 560.125, 1008.9177856445312, 3539.0419921875, 4501.26904296875, 2057.3896484375, 693.834716796875, 818.3621826171875, 3213.269775390625, 4849.5126953125, 1648.6063232421875, 357.94384765625, 2947.420166015625, 3243.443115234375, 1667.969970703125, 486.3325500488281, 2104.211181640625, 2844.270751953125, 874.339599609375, 457.38897705078125, 743.6121826171875, 774.30322265625]\n", - "24\n", - "4619\n", - "4\n", - "[547.5115966796875, 3394.878662109375, 1388.4619140625, 724.2855834960938]\n", - "4\n", - "4620\n", - "28\n", - "[364.7274169921875, 740.5206298828125, 1790.585205078125, 501.9178771972656, 2160.089111328125, 10712.8837890625, 3571.07568359375, 524.8123168945312, 3206.42919921875, 8951.80859375, 11385.4970703125, 10982.978515625, 5132.52392578125, 1502.019775390625, 2047.84130859375, 8414.0087890625, 11254.23046875, 14347.892578125, 8299.83203125, 429.7274475097656, 368.3093566894531, 3206.09521484375, 3046.643310546875, 2561.50390625, 521.5198364257812, 847.2616577148438, 1026.4866943359375, 310.59991455078125]\n", - "28\n", - "4621\n", - "22\n", - "[1751.0443115234375, 350.15386962890625, 3628.017822265625, 647.692626953125, 1662.0179443359375, 767.5100708007812, 469.2882080078125, 7982.8701171875, 3308.728271484375, 3443.3798828125, 1201.2120361328125, 621.5355834960938, 1624.2618408203125, 7191.2939453125, 9255.7275390625, 2334.64453125, 898.9265747070312, 6159.3330078125, 4407.8369140625, 3119.000732421875, 1290.7298583984375, 405.61175537109375]\n", - "22\n", - "4622\n", - "2\n", - "[3894.7314453125, 1173.69384765625]\n", - "2\n", - "4623\n", - "11\n", - "[6340.22607421875, 2372.71044921875, 13711.103515625, 21696.23046875, 2581.115966796875, 2043.6890869140625, 3616.632568359375, 2228.862060546875, 4099.57666015625, 957.6643676757812, 442.5788269042969]\n", - "11\n", - "4624\n", - "1\n", - "[24531.52734375]\n", - "1\n", - "4625\n", - "13\n", - "[1732.5655517578125, 358.40643310546875, 533.9492797851562, 1364.2366943359375, 1296.811767578125, 412.1338195800781, 1352.3076171875, 2504.28759765625, 440.99981689453125, 835.7374877929688, 333.56207275390625, 663.9952392578125, 409.25994873046875]\n", - "13\n", - "4626\n", - "8\n", - "[1324.378173828125, 1758.861572265625, 668.5380859375, 1733.608642578125, 469.8374328613281, 1261.2828369140625, 933.7207641601562, 686.0892333984375]\n", - "8\n", - "4627\n", - "9\n", - "[1023.1049194335938, 987.3656616210938, 304.58172607421875, 897.4544677734375, 1039.381591796875, 318.0303649902344, 727.0326538085938, 1400.47265625, 412.6426086425781]\n", - "9\n", - "4628\n", - "4\n", - "[584.09716796875, 2402.24755859375, 3702.16015625, 312.98504638671875]\n", - "4\n", - "4629\n", - "5\n", - "[603.2164306640625, 424.4532470703125, 8281.830078125, 12804.263671875, 462.3955993652344]\n", - "5\n", - "4630\n", - "10\n", - "[325.7552490234375, 1912.291259765625, 620.9915771484375, 1717.3236083984375, 1472.2745361328125, 1849.86083984375, 775.9474487304688, 2665.826904296875, 498.17205810546875, 1015.79833984375]\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4631\n", - "2\n", - "[7725.7158203125, 796.75048828125]\n", - "2\n", - "4632\n", - "4\n", - "[1318.7008056640625, 2307.0029296875, 1526.6915283203125, 1078.6656494140625]\n", - "4\n", - "4633\n", - "10\n", - "[559.0973510742188, 2737.939697265625, 13127.92578125, 454.88336181640625, 1276.088134765625, 1091.4454345703125, 740.1614990234375, 586.6781005859375, 505.8516845703125, 1960.58203125]\n", - "10\n", - "4634\n", - "4\n", - "[688.2893676757812, 728.44384765625, 2150.638916015625, 7814.638671875]\n", - "4\n", - "4635\n", - "3\n", - "[1073.4549560546875, 1863.5867919921875, 3414.287109375]\n", - "3\n", - "4636\n", - "7\n", - "[386.81884765625, 924.4373168945312, 2078.1455078125, 1357.058349609375, 680.3892822265625, 590.7227783203125, 583.6975708007812]\n", - "7\n", - "4637\n", - "6\n", - "[5899.24267578125, 5002.0302734375, 705.5115966796875, 1735.534423828125, 4784.49853515625, 2856.954833984375]\n", - "6\n", - "4638\n", - "8\n", - "[308.0507507324219, 3057.854736328125, 382.8338317871094, 635.9072265625, 313.2591857910156, 778.373291015625, 519.7429809570312, 928.3814697265625]\n", - "8\n", - "4639\n", - "25\n", - "[622.84716796875, 344.15802001953125, 309.55743408203125, 542.5477294921875, 847.2274169921875, 1637.7838134765625, 453.7591552734375, 706.743408203125, 3123.568115234375, 3493.5859375, 412.5585021972656, 10265.984375, 11238.5087890625, 9165.248046875, 7068.71484375, 16945.416015625, 5727.93505859375, 3595.403564453125, 5401.24365234375, 427.1673583984375, 9278.5546875, 13728.6875, 1411.659912109375, 1049.11865234375, 1654.130859375]\n", - "25\n", - "4640\n", - "19\n", - "[335.28045654296875, 2272.528564453125, 1550.89697265625, 312.9942626953125, 505.5157165527344, 3569.513916015625, 4895.90771484375, 2127.462158203125, 707.4058837890625, 2450.10986328125, 4489.1416015625, 4270.6640625, 3197.40673828125, 880.7236328125, 4039.2626953125, 1408.08349609375, 1896.2607421875, 2010.0174560546875, 771.0306396484375]\n", - "19\n", - "4641\n", - "14\n", - "[1220.4833984375, 2830.23388671875, 1375.1715087890625, 1463.80419921875, 2046.3837890625, 445.4413757324219, 1855.968505859375, 3321.58056640625, 463.8084716796875, 1147.2462158203125, 2220.735107421875, 697.9745483398438, 1345.35498046875, 1196.87451171875]\n", - "14\n", - "4642\n", - "11\n", - "[694.8442993164062, 718.6708984375, 3998.631103515625, 3678.894287109375, 1084.2833251953125, 434.51971435546875, 2056.60888671875, 3247.704833984375, 1295.6263427734375, 492.42572021484375, 540.9021606445312]\n", - "11\n", - "4643\n", - "19\n", - "[688.6099853515625, 680.6431884765625, 848.5337524414062, 651.981201171875, 2811.58544921875, 1294.84765625, 2946.503173828125, 5577.28271484375, 992.0562133789062, 602.8536987304688, 5928.02001953125, 2301.358154296875, 309.54248046875, 5441.90576171875, 723.4193115234375, 3501.419677734375, 670.6867065429688, 369.3491516113281, 415.4837951660156]\n", - "19\n", - "4644\n", - "12\n", - "[734.3963012695312, 322.26397705078125, 833.5515747070312, 1501.0498046875, 1340.794677734375, 871.4959106445312, 563.1067504882812, 1333.415771484375, 315.0641174316406, 1787.678955078125, 428.7796630859375, 530.3245849609375]\n", - "12\n", - "4645\n", - "14\n", - "[1384.9451904296875, 1517.1234130859375, 1038.612548828125, 1638.92236328125, 1132.7587890625, 588.255126953125, 1579.342041015625, 1920.49462890625, 1269.0966796875, 4919.44384765625, 484.7308044433594, 805.1052856445312, 944.4278564453125, 509.2831726074219]\n", - "14\n", - "4646\n", - "699\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "[421.21575927734375, 343.8155822753906, 1029.681884765625, 410.01165771484375, 1513.8662109375, 2359.970458984375, 441.9207763671875, 365.517822265625, 1419.2572021484375, 303.2958068847656, 384.23333740234375, 843.4345092773438, 1133.843505859375, 780.7029418945312, 1043.8818359375, 602.6556396484375, 441.35565185546875, 2760.79931640625, 161.06275939941406, 197.07289123535156, 1831.630126953125, 2408.42529296875, 1091.75244140625, 353.9692077636719, 750.2103881835938, 1966.0029296875, 3404.593017578125, 1559.40087890625, 421.01434326171875, 1379.958740234375, 645.5376586914062, 198.7049102783203, 94.06587982177734, 1429.727294921875, 397.50885009765625, 670.5123901367188, 478.8443603515625, 89.43278503417969, 831.555908203125, 673.5597534179688, 1245.7015380859375, 5180.076171875, 2315.405029296875, 390.9983825683594, 2271.97802734375, 962.1644897460938, 1906.5753173828125, 522.2464599609375, 248.23008728027344, 1413.60693359375, 800.8714599609375, 328.22796630859375, 1046.55810546875, 402.373046875, 996.9132080078125, 368.5301208496094, 1221.425537109375, 1401.0802001953125, 346.9909973144531, 722.91357421875, 3387.075439453125, 822.9124755859375, 1063.5504150390625, 2557.268798828125, 2998.006591796875, 912.3016357421875, 394.34027099609375, 2153.561767578125, 757.8361206054688, 2208.1337890625, 1121.3172607421875, 364.04571533203125, 820.7979125976562, 1291.5496826171875, 640.872802734375, 3119.08154296875, 1370.499755859375, 2293.4921875, 3043.444580078125, 3243.1044921875, 3316.122802734375, 2949.515625, 934.5717163085938, 889.0320434570312, 437.64093017578125, 929.0142211914062, 1415.10986328125, 463.5623779296875, 2237.427001953125, 650.2741088867188, 600.5767211914062, 922.1935424804688, 327.9188232421875, 2298.81005859375, 434.0241394042969, 472.3563232421875, 902.1469116210938, 743.5043334960938, 2326.182861328125, 3165.3427734375, 3529.5146484375, 1763.79052734375, 564.744140625, 768.8130493164062, 621.5769653320312, 193.96792602539062, 342.45068359375, 313.191162109375, 484.5419006347656, 2709.1298828125, 701.3383178710938, 1542.0206298828125, 3277.434326171875, 1198.1090087890625, 481.9951171875, 497.9734191894531, 136.03506469726562, 929.3812255859375, 1224.0352783203125, 648.39501953125, 2277.582763671875, 1750.418212890625, 1818.1771240234375, 1119.46728515625, 295.1300048828125, 344.0281982421875, 526.517578125, 331.917236328125, 1550.01953125, 3305.42919921875, 303.26776123046875, 1095.170166015625, 2320.89599609375, 690.549560546875, 381.95233154296875, 1115.20166015625, 2531.951416015625, 375.09912109375, 426.7358093261719, 1635.4755859375, 2745.556396484375, 1420.3594970703125, 545.58544921875, 1069.675048828125, 1653.741455078125, 563.4029541015625, 889.591796875, 169.7896270751953, 592.4948120117188, 373.7693786621094, 2199.82763671875, 1056.22509765625, 928.87158203125, 2376.62890625, 1384.5784912109375, 7497.5576171875, 961.9131469726562, 1109.1680908203125, 546.4619140625, 115.86628723144531, 370.50616455078125, 1179.1837158203125, 1754.8311767578125, 695.8492431640625, 903.2257080078125, 79.29186248779297, 767.973388671875, 718.9116821289062, 429.4554748535156, 317.23651123046875, 832.3259887695312, 629.789306640625, 894.4273071289062, 1082.3155517578125, 10933.6083984375, 8082.5498046875, 4927.55712890625, 6518.96630859375, 1295.8837890625, 4236.84619140625, 4465.78955078125, 2563.627685546875, 1119.0943603515625, 2510.963134765625, 774.8521118164062, 1121.796875, 2659.210205078125, 547.76171875, 463.3405456542969, 996.7984619140625, 152.8517303466797, 759.090087890625, 997.022216796875, 328.61700439453125, 801.5186157226562, 364.1521911621094, 145.24974060058594, 1558.3502197265625, 2888.3642578125, 2451.185546875, 4315.2041015625, 368.1988830566406, 665.2032470703125, 1678.00537109375, 683.582275390625, 1860.303466796875, 1047.9937744140625, 120.6333999633789, 854.0840454101562, 635.0949096679688, 1974.411865234375, 539.9354248046875, 1217.9759521484375, 639.65087890625, 450.4122009277344, 294.9774475097656, 940.37939453125, 709.6292724609375, 1379.8255615234375, 2225.85205078125, 323.83477783203125, 1022.8936157226562, 2249.861572265625, 1156.693359375, 691.5462646484375, 1498.7791748046875, 1092.923828125, 406.46636962890625, 554.0808715820312, 431.6864929199219, 342.34893798828125, 1704.2838134765625, 1718.5589599609375, 721.488037109375, 330.6501770019531, 699.0, 321.0904846191406, 1160.5316162109375, 1370.4429931640625, 491.09906005859375, 350.4457092285156, 434.58837890625, 794.406005859375, 447.4005432128906, 2426.96728515625, 893.2053833007812, 1087.80615234375, 1364.735107421875, 1096.941650390625, 1501.6759033203125, 850.005859375, 349.552978515625, 988.1481323242188, 4861.5732421875, 7200.486328125, 1740.0714111328125, 674.7125854492188, 896.7930297851562, 2649.51025390625, 120.94229888916016, 601.5517578125, 1333.600341796875, 453.91259765625, 1168.1865234375, 1007.6669311523438, 2152.939697265625, 529.801025390625, 4680.08984375, 5641.37890625, 3560.62841796875, 342.287109375, 1966.2838134765625, 599.4664306640625, 313.32366943359375, 3792.814453125, 1356.40673828125, 1622.570068359375, 505.4255676269531, 438.3943176269531, 158.1660919189453, 558.3863525390625, 558.3143310546875, 1388.8751220703125, 423.1314697265625, 735.41259765625, 696.2601928710938, 389.2733459472656, 196.4192352294922, 1456.2733154296875, 901.125244140625, 1001.8123779296875, 699.7307739257812, 1271.42578125, 1248.3082275390625, 1191.4676513671875, 1104.5750732421875, 459.06622314453125, 2430.227783203125, 212.85543823242188, 1079.528076171875, 1605.907470703125, 399.8249206542969, 257.9472961425781, 87.8505630493164, 701.9017333984375, 821.5113525390625, 564.7115478515625, 1431.494873046875, 1197.950927734375, 1981.7965087890625, 300.5985412597656, 657.1596069335938, 4012.60205078125, 990.4737548828125, 296.70965576171875, 377.00384521484375, 659.115234375, 586.4113159179688, 370.8123474121094, 731.5435180664062, 1903.6427001953125, 1068.23388671875, 1640.219482421875, 1855.9593505859375, 517.5671997070312, 1516.8892822265625, 670.93798828125, 1778.0806884765625, 1774.332275390625, 810.7530517578125, 1414.3304443359375, 1314.5718994140625, 2259.392333984375, 1680.3414306640625, 709.6024169921875, 388.06219482421875, 633.5844116210938, 400.32086181640625, 751.0320434570312, 1274.9603271484375, 629.918701171875, 309.089111328125, 2812.5244140625, 1280.1427001953125, 231.78286743164062, 565.8831787109375, 4139.2080078125, 6698.3291015625, 5894.939453125, 3123.617431640625, 757.0404052734375, 1698.170166015625, 2383.424072265625, 2972.19287109375, 808.31103515625, 860.8462524414062, 305.2846374511719, 745.3373413085938, 481.8567810058594, 305.0833740234375, 380.05865478515625, 681.0953369140625, 899.1280517578125, 2194.156494140625, 4410.07763671875, 1496.7882080078125, 3398.7001953125, 445.21771240234375, 664.6351928710938, 826.1165161132812, 1031.3936767578125, 2745.3603515625, 1252.146484375, 1054.59619140625, 324.2496643066406, 484.87017822265625, 492.5715026855469, 1103.0115966796875, 1018.8182373046875, 1377.802490234375, 906.2655029296875, 488.01123046875, 3087.71142578125, 531.2841796875, 771.40380859375, 695.3610229492188, 680.37158203125, 948.5753173828125, 2285.930908203125, 793.8189086914062, 389.49615478515625, 740.875732421875, 1691.2164306640625, 2017.3924560546875, 614.3492431640625, 2009.5252685546875, 1309.54736328125, 343.3360595703125, 467.3395080566406, 1512.503662109375, 1572.1922607421875, 2951.839111328125, 628.3883666992188, 311.63629150390625, 1253.5955810546875, 608.9462890625, 595.7088623046875, 523.0347900390625, 1424.8035888671875, 441.7121276855469, 3634.9345703125, 526.4370727539062, 1048.7470703125, 1123.453369140625, 4286.568359375, 511.7558898925781, 332.2874450683594, 416.0712585449219, 738.7322998046875, 970.2423706054688, 2500.586669921875, 371.60882568359375, 448.4635009765625, 1417.8289794921875, 459.7484436035156, 1759.0211181640625, 5477.37646484375, 842.0928955078125, 618.4684448242188, 578.9810180664062, 297.2539978027344, 1078.9166259765625, 849.8369750976562, 741.3883056640625, 1192.2054443359375, 375.7992248535156, 866.3179321289062, 332.6856384277344, 454.2086181640625, 690.6480712890625, 822.1074829101562, 1429.0601806640625, 451.2900695800781, 335.8720397949219, 4635.34814453125, 1174.321533203125, 889.9625244140625, 615.9520874023438, 712.8461303710938, 2048.427001953125, 766.8609619140625, 305.65472412109375, 420.8559265136719, 2197.5380859375, 388.180419921875, 769.020263671875, 709.94091796875, 641.9625244140625, 1481.820068359375, 1693.073974609375, 328.24127197265625, 465.5364990234375, 527.4674072265625, 945.2763671875, 743.9735107421875, 1298.0474853515625, 549.7880249023438, 446.6329040527344, 727.6129150390625, 1558.1998291015625, 1665.0159912109375, 480.6610107421875, 1583.448974609375, 792.3209838867188, 1278.35400390625, 600.4758911132812, 972.8169555664062, 1027.181640625, 547.8275756835938, 1759.2271728515625, 1511.1651611328125, 716.3778076171875, 740.4462890625, 1161.4910888671875, 698.1827392578125, 1273.3541259765625, 845.868896484375, 1140.611328125, 2971.768310546875, 3746.770263671875, 544.0011596679688, 821.501220703125, 326.959716796875, 388.6386413574219, 256.384033203125, 1306.3350830078125, 3531.169677734375, 7084.0771484375, 2617.614501953125, 694.6189575195312, 511.7602844238281, 756.2557373046875, 2961.627685546875, 806.1326904296875, 1180.457763671875, 4392.9189453125, 4058.762939453125, 814.7931518554688, 1263.84130859375, 387.29229736328125, 856.1618041992188, 2603.175048828125, 1367.0455322265625, 408.8190002441406, 1346.7764892578125, 513.49072265625, 757.4813232421875, 1289.411376953125, 1274.267333984375, 824.1466064453125, 1075.6492919921875, 327.1014404296875, 1286.12451171875, 745.3670654296875, 1885.2855224609375, 483.5426025390625, 367.94775390625, 1079.9007568359375, 1789.01953125, 1116.275146484375, 417.87982177734375, 443.2237854003906, 1346.7484130859375, 338.97857666015625, 1435.5570068359375, 1865.6219482421875, 1288.2344970703125, 628.5550537109375, 1438.8111572265625, 442.8085632324219, 704.4033203125, 1495.670654296875, 561.4404296875, 302.3825378417969, 369.75830078125, 521.6630859375, 128.6758575439453, 730.15673828125, 317.1024475097656, 1220.6920166015625, 2140.1689453125, 1051.041015625, 832.9602661132812, 1458.8160400390625, 995.171875, 814.155517578125, 308.9378662109375, 964.83349609375, 681.4678955078125, 1065.960693359375, 144.2030029296875, 225.45721435546875, 690.7189331054688, 698.324462890625, 640.8603515625, 891.158935546875, 369.8850402832031, 1255.7022705078125, 583.4461059570312, 380.83624267578125, 670.161865234375, 1015.1783447265625, 1384.9591064453125, 604.5070190429688, 583.8634033203125, 457.83734130859375, 452.88916015625, 354.6806640625, 305.7151184082031, 323.4272766113281, 368.4870300292969, 869.59765625, 663.4276733398438, 1323.3214111328125, 678.8199462890625, 451.6023864746094, 583.2210693359375, 299.2130126953125, 949.1072387695312, 413.70166015625, 320.8780822753906, 664.2852783203125, 542.1436767578125, 826.4740600585938, 493.78466796875, 2614.4658203125, 1643.5191650390625, 398.07080078125, 371.6106262207031, 1108.3975830078125, 1020.0721435546875, 943.5354614257812, 1058.67822265625, 2284.436279296875, 1594.464599609375, 191.2231903076172, 1019.3170166015625, 1322.3248291015625, 476.6704406738281, 831.8370361328125, 2143.842529296875, 481.82696533203125, 197.30258178710938, 439.1615295410156, 1102.4407958984375, 442.6271667480469, 835.9932250976562, 2511.74853515625, 718.8971557617188, 468.661376953125, 1314.2254638671875, 872.4308471679688, 677.4257202148438, 457.844970703125, 459.69720458984375, 2395.717529296875, 2909.69677734375, 994.0508422851562, 534.9215698242188, 698.3357543945312, 1400.6856689453125, 694.6506958007812, 986.2160034179688, 1925.1005859375, 693.3212280273438, 287.8867492675781, 678.4647827148438, 619.258544921875, 752.0111694335938, 1037.6456298828125, 227.24131774902344, 467.2286682128906, 399.2066650390625, 3804.683349609375, 3943.837890625, 2224.442626953125, 2398.692626953125, 4654.919921875, 3170.677978515625, 1479.5306396484375, 697.2708740234375, 1294.4383544921875, 1483.8739013671875, 311.56536865234375, 1248.73974609375, 2959.041748046875, 472.5917053222656, 755.6640014648438, 1568.4432373046875, 412.9207763671875, 2820.913330078125, 2724.320556640625, 1490.843994140625, 1982.7386474609375, 898.942626953125, 2713.000732421875]\n", - "666\n", - "4647\n", - "4\n", - "[1991.0186767578125, 1671.721923828125, 1910.03125, 1348.7333984375]\n", - "4\n", - "4648\n", - "5\n", - "[2719.758544921875, 3237.177734375, 1746.7237548828125, 1031.5909423828125, 456.61944580078125]\n", - "5\n", - "4649\n", - "5\n", - "[980.7125854492188, 11402.744140625, 19779.73828125, 9922.9658203125, 1020.77734375]\n", - "5\n", - "4650\n", - "21\n", - "[1159.80224609375, 777.7254638671875, 899.0628662109375, 1011.3111572265625, 677.8246459960938, 995.2559814453125, 1968.1175537109375, 772.8871459960938, 1469.04296875, 3718.916748046875, 3564.047119140625, 815.0889282226562, 1123.322509765625, 2692.809326171875, 1680.175048828125, 837.7547607421875, 834.78759765625, 788.98681640625, 461.3407897949219, 384.421875, 316.3698425292969]\n", - "21\n", - "4651\n", - "6\n", - "[351.484375, 1939.301513671875, 1001.4732666015625, 505.3222351074219, 873.176025390625, 345.76373291015625]\n", - "6\n", - "4652\n", - "6\n", - "[4151.17529296875, 693.7515258789062, 3428.1943359375, 8516.5009765625, 4052.74951171875, 782.6328125]\n", - "6\n", - "4653\n", - "3\n", - "[3855.43212890625, 1966.805908203125, 471.67974853515625]\n", - "3\n", - "4654\n", - "8\n", - "[442.5371398925781, 1521.556396484375, 696.9830322265625, 892.5582275390625, 865.06787109375, 1270.055908203125, 732.0869140625, 374.41033935546875]\n", - "8\n", - "4655\n", - "7\n", - "[916.0667724609375, 313.8235778808594, 1061.901611328125, 806.381103515625, 827.38525390625, 3603.79736328125, 536.1797485351562]\n", - "7\n", - "4656\n", - "4\n", - "[1665.8345947265625, 2379.199462890625, 1417.83984375, 1591.2484130859375]\n", - "4\n", - "4657\n", - "6\n", - "[1189.8140869140625, 1311.680419921875, 1216.6005859375, 1342.51123046875, 736.884765625, 667.7699584960938]\n", - "6\n", - "4658\n", - "52\n", - "[3989.739501953125, 390.62896728515625, 2305.788818359375, 1093.3936767578125, 5252.60205078125, 539.70166015625, 1147.5489501953125, 1052.810791015625, 2007.3211669921875, 2696.499267578125, 562.3748168945312, 877.3176879882812, 332.9648132324219, 999.6260375976562, 1297.1890869140625, 3183.442138671875, 2389.000244140625, 3883.564208984375, 1003.0303955078125, 675.7672119140625, 5310.4892578125, 4739.580078125, 2140.9921875, 693.2886352539062, 1394.0623779296875, 1439.8941650390625, 5320.865234375, 2657.959228515625, 2265.09423828125, 2992.56298828125, 1597.466552734375, 4119.10546875, 4045.70068359375, 1528.201171875, 638.1305541992188, 834.5762329101562, 983.4564208984375, 646.5682983398438, 479.1460876464844, 929.7423706054688, 814.0431518554688, 2602.499755859375, 780.4148559570312, 4473.72021484375, 1781.6240234375, 2481.555419921875, 4374.84375, 2604.841552734375, 675.6268310546875, 405.60064697265625, 1153.211669921875, 450.4032897949219]\n", - "52\n", - "4659\n", - "10\n", - "[2160.661865234375, 1249.095703125, 2073.849609375, 3103.22998046875, 1003.44482421875, 1956.7679443359375, 2059.46728515625, 671.4102172851562, 595.3784790039062, 1151.505126953125]\n", - "10\n", - "4660\n", - "5\n", - "[853.039306640625, 1524.8785400390625, 2071.412109375, 1006.8233032226562, 1817.3797607421875]\n", - "5\n", - "4661\n", - "2\n", - "[24096.45703125, 555.0542602539062]\n", - "2\n", - "4662\n", - "3\n", - "[3525.26025390625, 1000.1655883789062, 1635.3023681640625]\n", - "3\n", - "4663\n", - "116\n", - "[862.7088623046875, 1690.722412109375, 1408.859619140625, 723.3335571289062, 912.7664184570312, 474.20135498046875, 1273.9915771484375, 669.3631591796875, 1720.7205810546875, 426.9339294433594, 533.8015747070312, 2401.681884765625, 254.2171630859375, 1486.8516845703125, 997.9732055664062, 319.4554443359375, 1040.2135009765625, 1472.174560546875, 1174.2313232421875, 595.5067749023438, 519.6196899414062, 1136.151611328125, 967.7686157226562, 2884.270263671875, 1777.60498046875, 392.4863586425781, 633.8093872070312, 841.394775390625, 941.1962280273438, 1677.547607421875, 2322.831298828125, 2247.9677734375, 1626.14453125, 1576.309814453125, 1813.0513916015625, 346.5479431152344, 2990.048095703125, 2656.385986328125, 1999.5455322265625, 2685.45166015625, 2969.64208984375, 4204.513671875, 3452.544189453125, 115.6425552368164, 626.9000244140625, 1263.730712890625, 4788.669921875, 1317.25537109375, 595.622314453125, 507.5840759277344, 636.2528076171875, 1357.7537841796875, 1321.688232421875, 3242.1025390625, 4725.38818359375, 4681.12548828125, 4323.68115234375, 3262.781005859375, 3545.857177734375, 1044.5555419921875, 726.7014770507812, 1159.3890380859375, 1304.3695068359375, 354.076416015625, 547.8348388671875, 375.5885925292969, 832.347412109375, 1936.494873046875, 5338.453125, 7155.7392578125, 7077.8134765625, 6373.16064453125, 1009.5053100585938, 4548.75048828125, 3113.58251953125, 1602.1641845703125, 456.2304992675781, 645.8367309570312, 1809.13037109375, 3092.821533203125, 7132.13037109375, 7124.52734375, 5061.84033203125, 6741.6005859375, 4371.6748046875, 3190.4765625, 416.22735595703125, 786.6318969726562, 963.5834350585938, 439.6959533691406, 807.5992431640625, 5022.9267578125, 7166.0498046875, 7021.201171875, 6858.390625, 6927.76416015625, 1092.72265625, 823.7705688476562, 5400.2080078125, 6969.228515625, 7170.078125, 4995.23193359375, 314.61810302734375, 612.8502807617188, 3511.079345703125, 7342.6708984375, 6288.84521484375, 6553.93408203125, 4821.978515625, 2173.401611328125, 4207.1220703125, 5946.50732421875, 6173.20263671875, 918.4375, 626.6276245117188]\n", - "115\n", - "4664\n", - "7\n", - "[4109.77587890625, 2270.672607421875, 5882.71240234375, 5883.08447265625, 879.8482055664062, 3485.424560546875, 839.2774047851562]\n", - "7\n", - "4665\n", - "6\n", - "[1058.6563720703125, 465.095947265625, 1052.1094970703125, 3063.13232421875, 693.7625122070312, 1775.1461181640625]\n", - "6\n", - "4666\n", - "4\n", - "[1699.2474365234375, 747.375, 1319.7325439453125, 1400.3365478515625]\n", - "4\n", - "4667\n", - "18\n", - "[464.71490478515625, 898.3139038085938, 379.0711364746094, 636.7000122070312, 2662.796142578125, 5882.4267578125, 952.974609375, 2300.9599609375, 15004.9404296875, 1683.7200927734375, 3937.657470703125, 5394.53271484375, 11273.40625, 1202.1353759765625, 4935.330078125, 1051.901611328125, 943.90869140625, 555.1408081054688]\n", - "18\n", - "4668\n", - "19\n", - "[304.95721435546875, 1702.0787353515625, 9632.83203125, 4913.431640625, 5519.55908203125, 16101.7265625, 16922.09765625, 5758.66259765625, 6735.6015625, 11723.99609375, 15976.4951171875, 7457.50390625, 707.6339111328125, 561.6400756835938, 427.6279296875, 2705.176025390625, 4278.4560546875, 3168.017333984375, 573.3656616210938]\n", - "19\n", - "4669\n", - "6\n", - "[493.0675354003906, 457.8253173828125, 1052.9820556640625, 323.0643005371094, 2142.806884765625, 1484.4888916015625]\n", - "6\n", - "4670\n", - "10\n", - "[1466.172607421875, 616.722412109375, 3201.754150390625, 1902.610107421875, 1405.5819091796875, 2244.669677734375, 559.704345703125, 1075.9056396484375, 1681.166259765625, 463.2733154296875]\n", - "10\n", - "4671\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[887.948974609375, 812.0905151367188, 517.051513671875, 5280.35791015625, 2834.5791015625, 6242.24365234375, 756.6632080078125]\n", - "7\n", - "4672\n", - "3\n", - "[5223.6953125, 347.5704650878906, 1880.529541015625]\n", - "3\n", - "4673\n", - "12\n", - "[2651.27734375, 4616.669921875, 5678.60791015625, 396.0203857421875, 8138.49169921875, 9915.3984375, 3124.41455078125, 362.0147705078125, 4181.55419921875, 1017.7197265625, 665.6382446289062, 2466.114501953125]\n", - "12\n", - "4674\n", - "7\n", - "[2516.721923828125, 886.599853515625, 1752.3446044921875, 524.12744140625, 4736.12060546875, 4168.5849609375, 774.5582275390625]\n", - "7\n", - "4675\n", - "10\n", - "[2822.138427734375, 1330.355712890625, 1271.2872314453125, 860.9432983398438, 1209.6900634765625, 709.2628173828125, 407.8152770996094, 1849.9718017578125, 459.7914733886719, 951.567626953125]\n", - "10\n", - "4676\n", - "3\n", - "[988.019287109375, 5838.59814453125, 4321.61279296875]\n", - "3\n", - "4677\n", - "9\n", - "[1652.6776123046875, 4937.041015625, 1003.7156372070312, 1037.1353759765625, 3084.613037109375, 1473.5179443359375, 641.05126953125, 537.9832763671875, 424.6771545410156]\n", - "9\n", - "4678\n", - "34\n", - "[824.7215576171875, 715.5322265625, 442.7779846191406, 2120.09423828125, 1820.4610595703125, 522.2726440429688, 2453.540771484375, 4619.125, 338.4975891113281, 2083.63818359375, 2526.379150390625, 440.3883056640625, 1048.2440185546875, 770.5745849609375, 1303.5296630859375, 542.1494140625, 324.1164245605469, 1444.4390869140625, 384.2159423828125, 661.0517578125, 1007.8050537109375, 168.31947326660156, 321.6650085449219, 793.6992797851562, 437.5664367675781, 359.9859619140625, 1747.3079833984375, 1721.7503662109375, 1315.5889892578125, 576.8333740234375, 1203.0035400390625, 816.3794555664062, 964.4639892578125]\n", - "33\n", - "4679\n", - "2\n", - "[1334.428955078125, 4321.9912109375]\n", - "2\n", - "4680\n", - "33\n", - "[4566.2470703125, 14031.51953125, 12349.5126953125, 1461.8360595703125, 720.3892211914062, 6657.70849609375, 19970.875, 16905.23046875, 10230.818359375, 2055.52392578125, 11896.4375, 6888.3203125, 1432.111328125, 1920.7874755859375, 793.17431640625, 6323.5869140625, 1484.687255859375, 410.5138854980469, 681.1129760742188, 2219.06005859375, 2194.2294921875, 956.3182983398438, 3680.80615234375, 2252.275390625, 371.6126708984375, 1093.6060791015625, 2983.733154296875, 1729.46630859375, 580.0274047851562, 307.79095458984375, 1029.6583251953125, 931.4697265625, 668.625732421875]\n", - "33\n", - "4681\n", - "40\n", - "[731.321533203125, 628.313720703125, 1461.75732421875, 394.8863525390625, 816.4758911132812, 914.0228881835938, 425.6562194824219, 322.4404602050781, 453.76116943359375, 2233.476318359375, 456.43377685546875, 1030.5555419921875, 1534.349609375, 347.8342590332031, 2127.99609375, 1903.295166015625, 5757.1376953125, 1430.1170654296875, 373.5361328125, 1828.700439453125, 1039.4669189453125, 3024.3271484375, 1926.6942138671875, 1466.216796875, 1124.4517822265625, 1665.8165283203125, 665.5918579101562, 613.6104125976562, 531.28271484375, 588.1242065429688, 491.616943359375, 344.9690856933594, 411.569091796875, 952.4639892578125, 1237.1025390625, 1054.69384765625, 469.1037292480469, 325.968017578125, 1205.05419921875, 483.03680419921875]\n", - "40\n", - "4682\n", - "7\n", - "[619.5087890625, 4749.984375, 2767.117431640625, 1142.0020751953125, 351.8592834472656, 378.5491027832031, 2102.5478515625]\n", - "7\n", - "4683\n", - "5\n", - "[333.94384765625, 350.5984191894531, 3783.148193359375, 2330.551025390625, 520.4193725585938]\n", - "5\n", - "4684\n", - "34\n", - "[446.1580810546875, 418.853759765625, 349.7464599609375, 1370.2957763671875, 515.8705444335938, 2068.41162109375, 426.949462890625, 478.611083984375, 696.2476806640625, 912.0072021484375, 2577.39697265625, 796.8430786132812, 3898.28515625, 4155.4091796875, 3972.35693359375, 1268.4810791015625, 546.8324584960938, 1068.509521484375, 4010.002197265625, 8530.5419921875, 6785.22216796875, 7426.2646484375, 1248.693603515625, 832.7167358398438, 725.8588256835938, 6852.671875, 7620.0263671875, 8261.6123046875, 6760.81201171875, 2664.94091796875, 1587.3973388671875, 2198.030517578125, 2780.9912109375, 1100.602783203125]\n", - "34\n", - "4685\n", - "7\n", - "[1667.232177734375, 664.6669311523438, 1479.8453369140625, 820.5859985351562, 349.4362487792969, 1618.8189697265625, 1956.037109375]\n", - "7\n", - "4686\n", - "5\n", - "[1142.406982421875, 1162.759033203125, 1244.1845703125, 5583.73291015625, 351.80706787109375]\n", - "5\n", - "4687\n", - "36\n", - "[563.2515869140625, 1815.2821044921875, 746.4811401367188, 374.80548095703125, 396.0382080078125, 968.2207641601562, 6953.3115234375, 5021.2265625, 3046.67626953125, 471.35015869140625, 818.3536376953125, 398.82415771484375, 7430.96728515625, 10238.935546875, 11075.6328125, 6047.09228515625, 3794.5791015625, 2041.5618896484375, 7365.11376953125, 9870.6884765625, 8739.9775390625, 4582.44775390625, 2951.094482421875, 1311.647216796875, 3797.788818359375, 8464.25, 5257.46923828125, 3956.873779296875, 6374.869140625, 6546.04931640625, 1687.3699951171875, 635.2615966796875, 740.7946166992188, 324.9223937988281, 1090.8363037109375, 464.9757080078125]\n", - "36\n", - "4688\n", - "7\n", - "[2631.41796875, 6313.330078125, 5140.87353515625, 2348.7578125, 353.46832275390625, 1156.0042724609375, 782.385986328125]\n", - "7\n", - "4689\n", - "6\n", - "[1012.2978515625, 2174.85107421875, 1289.2410888671875, 581.8046264648438, 6348.34228515625, 4833.54052734375]\n", - "6\n", - "4690\n", - "12\n", - "[396.7014465332031, 965.6310424804688, 1631.844970703125, 412.23114013671875, 2130.517333984375, 604.2619018554688, 2166.405517578125, 1651.3017578125, 971.0216674804688, 704.6397705078125, 495.15899658203125, 306.22796630859375]\n", - "12\n", - "4691\n", - "4\n", - "[3314.4580078125, 1242.1513671875, 331.66455078125, 909.8902587890625]\n", - "4\n", - "4692\n", - "2\n", - "[880.5836791992188, 4294.4150390625]\n", - "2\n", - "4693\n", - "8\n", - "[1874.494384765625, 1530.153564453125, 4490.87109375, 420.83111572265625, 909.3491821289062, 566.87646484375, 800.9784545898438, 778.9083862304688]\n", - "8\n", - "4694\n", - "5\n", - "[470.29266357421875, 2350.418701171875, 650.7735595703125, 937.6465454101562, 930.7244262695312]\n", - "5\n", - "4695\n", - "4\n", - "[1128.672607421875, 6636.923828125, 1184.91943359375, 1768.23681640625]\n", - "4\n", - "4696\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[2345.50830078125, 2341.1376953125, 1024.5845947265625]\n", - "3\n", - "4697\n", - "6\n", - "[1678.729736328125, 624.7760009765625, 677.1708374023438, 831.6907348632812, 1177.62158203125, 2039.4549560546875]\n", - "6\n", - "4698\n", - "6\n", - "[618.8695678710938, 689.4876708984375, 726.47705078125, 526.23046875, 1796.8466796875, 1040.1015625]\n", - "6\n", - "4699\n", - "5\n", - "[940.1883544921875, 2165.501953125, 453.95416259765625, 3719.0986328125, 892.6968994140625]\n", - "5\n", - "4700\n", - "7\n", - "[1877.8787841796875, 1487.8558349609375, 4269.71923828125, 1279.1842041015625, 4787.67431640625, 307.73162841796875, 2750.488525390625]\n", - "7\n", - "4701\n", - "3\n", - "[3214.96630859375, 2050.20068359375, 317.1914978027344]\n", - "3\n", - "4702\n", - "7\n", - "[3430.237060546875, 6719.9453125, 1462.9033203125, 8710.826171875, 2369.2861328125, 2039.786865234375, 424.92425537109375]\n", - "7\n", - "4703\n", - "10\n", - "[842.4005126953125, 755.5694580078125, 358.1130676269531, 843.188232421875, 1038.357666015625, 1981.68359375, 635.8092651367188, 1884.4013671875, 625.8081665039062, 347.5633544921875]\n", - "10\n", - "4704\n", - "55\n", - "[3670.898681640625, 1181.2340087890625, 369.3496398925781, 2597.0029296875, 5386.9404296875, 437.5701599121094, 379.57843017578125, 4305.72607421875, 888.9642333984375, 803.923828125, 884.384765625, 7106.79150390625, 2356.561767578125, 1612.084716796875, 2339.528076171875, 935.9995727539062, 1873.9251708984375, 1253.86279296875, 417.6689453125, 583.384033203125, 4958.2724609375, 4665.4462890625, 2109.230224609375, 2184.427001953125, 515.03515625, 1464.0882568359375, 1082.626708984375, 1713.9876708984375, 316.4080810546875, 6150.63427734375, 7514.3173828125, 2226.968505859375, 2422.3427734375, 16076.0810546875, 17757.626953125, 3431.3994140625, 1648.762939453125, 1658.1358642578125, 10098.009765625, 3362.322509765625, 6743.09130859375, 1380.1177978515625, 1140.361572265625, 905.4415283203125, 1633.27001953125, 965.9155883789062, 2004.2459716796875, 5865.6826171875, 5358.18017578125, 1689.4642333984375, 905.6555786132812, 791.8547973632812, 631.0614013671875, 2164.22607421875, 440.1380615234375]\n", - "55\n", - "4705\n", - "13\n", - "[382.1694030761719, 4729.70703125, 952.1112670898438, 530.947021484375, 1965.4783935546875, 854.6721801757812, 1265.2452392578125, 716.0236206054688, 4067.12109375, 2827.4873046875, 1926.502685546875, 3519.228271484375, 371.0582275390625]\n", - "13\n", - "4706\n", - "32\n", - "[670.69677734375, 5199.54736328125, 1732.716552734375, 302.3653564453125, 2733.81591796875, 4236.9228515625, 838.7603759765625, 914.3516845703125, 7697.88232421875, 11169.9853515625, 8909.1142578125, 6290.70947265625, 4112.8984375, 3270.130859375, 2265.0244140625, 7382.45703125, 10810.2802734375, 10635.880859375, 1071.6583251953125, 738.3801879882812, 382.5230712890625, 1251.49072265625, 9124.65234375, 7299.86328125, 721.299560546875, 3587.366943359375, 3542.44873046875, 716.0143432617188, 302.69818115234375, 433.9512939453125, 883.8648681640625, 791.1263427734375]\n", - "32\n", - "4707\n", - "85\n", - "[330.9142761230469, 1405.4847412109375, 1232.3665771484375, 2291.39404296875, 3454.5576171875, 7247.4140625, 7664.64404296875, 750.5543212890625, 450.4829406738281, 1636.949951171875, 382.1643371582031, 5238.3154296875, 9244.2197265625, 1106.474609375, 1660.2093505859375, 9139.265625, 2900.270263671875, 562.9987182617188, 7504.92431640625, 5511.08154296875, 313.3592529296875, 1169.7965087890625, 5030.33056640625, 1160.8199462890625, 8489.486328125, 5813.408203125, 1624.7235107421875, 8561.71875, 11183.1865234375, 1384.8564453125, 395.8943786621094, 7852.86328125, 13776.8193359375, 9230.51171875, 12838.111328125, 16036.0439453125, 9477.830078125, 1144.436767578125, 544.4266357421875, 3258.73291015625, 15737.9619140625, 14114.1005859375, 16898.892578125, 10293.806640625, 9164.890625, 5643.783203125, 2065.345458984375, 1547.140869140625, 2777.782958984375, 3113.229736328125, 1372.873046875, 431.7561340332031, 3065.163330078125, 13126.310546875, 18526.0703125, 11765.111328125, 826.1249389648438, 4533.32861328125, 14362.08203125, 2284.849609375, 6246.26953125, 13428.4384765625, 1093.120361328125, 18395.181640625, 13202.080078125, 418.18084716796875, 2253.78564453125, 468.8781433105469, 3764.06982421875, 18666.48828125, 10590.0751953125, 366.42230224609375, 341.94696044921875, 4338.34423828125, 11867.544921875, 2446.1611328125, 404.6497802734375, 1925.5023193359375, 2226.900390625, 332.15240478515625, 1840.667724609375, 6216.00146484375, 440.4451904296875, 2518.746826171875, 1324.5635986328125]\n", - "85\n", - "4708\n", - "293\n", - "[635.9282836914062, 1113.399169921875, 1244.41552734375, 595.138427734375, 828.235595703125, 1163.0947265625, 385.6306457519531, 314.66351318359375, 1301.6220703125, 1410.5965576171875, 1059.3934326171875, 624.3129272460938, 1250.2861328125, 822.291748046875, 587.6871337890625, 549.3345336914062, 783.8329467773438, 586.55810546875, 707.5927734375, 813.6250610351562, 1015.52880859375, 1142.3013916015625, 790.4873657226562, 741.4558715820312, 600.564208984375, 404.1062927246094, 339.5544738769531, 401.80181884765625, 868.268310546875, 489.7569580078125, 585.1966552734375, 566.940185546875, 656.7615356445312, 527.2793579101562, 524.3905029296875, 745.0421142578125, 217.68968200683594, 85.65068817138672, 318.0106201171875, 1107.38232421875, 1612.8189697265625, 450.2886962890625, 345.14630126953125, 339.60760498046875, 259.7612609863281, 595.6099853515625, 977.6212158203125, 481.7012634277344, 412.9522705078125, 1097.420654296875, 697.963134765625, 2820.44921875, 1975.4912109375, 135.88421630859375, 93.36103820800781, 469.7937316894531, 552.9938354492188, 804.712646484375, 501.97003173828125, 511.427001953125, 516.9989013671875, 855.2981567382812, 667.0419921875, 516.0491943359375, 792.3734741210938, 787.6317138671875, 394.5164794921875, 1551.3553466796875, 1224.8173828125, 2465.108642578125, 3754.198974609375, 2666.049560546875, 1113.326171875, 534.2924194335938, 190.2751007080078, 1035.5916748046875, 809.3150024414062, 400.0884094238281, 550.63623046875, 487.9173583984375, 348.5598449707031, 576.795654296875, 307.1191711425781, 543.9420166015625, 1072.2440185546875, 733.6459350585938, 535.7069702148438, 399.50396728515625, 1189.4068603515625, 1488.67626953125, 518.3403930664062, 567.6641235351562, 1123.9586181640625, 1876.624755859375, 2519.26708984375, 3797.28662109375, 1305.527099609375, 280.10968017578125, 187.86434936523438, 674.8984375, 596.1014404296875, 543.4505004882812, 469.0698547363281, 454.5257568359375, 639.368408203125, 390.3857116699219, 409.3062744140625, 1422.3314208984375, 1621.8775634765625, 1267.0284423828125, 789.6439819335938, 650.27978515625, 895.7825317382812, 1224.159912109375, 636.2670288085938, 559.9935913085938, 1172.19970703125, 1251.00341796875, 1646.31689453125, 592.435546875, 848.4113159179688, 329.3802490234375, 479.848388671875, 715.5621337890625, 134.40988159179688, 881.6435546875, 196.7900390625, 812.9675903320312, 140.47323608398438, 129.9337615966797, 191.6365203857422, 87.43714904785156, 127.81524658203125, 856.1083984375, 494.16668701171875, 381.4267883300781, 144.31845092773438, 1227.0355224609375, 541.9163818359375, 473.12091064453125, 432.324462890625, 991.607421875, 524.144775390625, 893.7304077148438, 776.381591796875, 1526.43115234375, 1556.3294677734375, 947.8822021484375, 480.54571533203125, 315.29443359375, 1021.3065795898438, 514.1962890625, 670.528564453125, 313.6009216308594, 743.1294555664062, 391.0299072265625, 620.4146118164062, 449.53826904296875, 1189.7523193359375, 637.0573120117188, 452.51348876953125, 282.5802001953125, 629.5859985351562, 371.2193908691406, 90.80420684814453, 546.6714477539062, 738.2615356445312, 449.61798095703125, 78.86344909667969, 121.86478424072266, 386.713134765625, 471.53369140625, 332.26251220703125, 406.71624755859375, 487.9638671875, 450.4613952636719, 975.4960327148438, 1459.5748291015625, 794.7775268554688, 1210.9375, 946.1687622070312, 1570.57470703125, 1379.7484130859375, 1465.67138671875, 1021.1671142578125, 1511.68115234375, 1576.9302978515625, 375.92132568359375, 942.2837524414062, 846.3193359375, 1021.7847290039062, 1099.698486328125, 442.23968505859375, 305.89056396484375, 288.4177551269531, 985.6304321289062, 448.25653076171875, 1596.667724609375, 171.2814483642578, 213.6053924560547, 803.430908203125, 89.00446319580078, 510.21832275390625, 145.1818084716797, 255.3316192626953, 681.8251342773438, 619.5247192382812, 623.296875, 553.8173217773438, 461.804443359375, 1103.862548828125, 489.79681396484375, 435.0406799316406, 321.2514953613281, 388.3999938964844, 771.5667724609375, 309.6627197265625, 775.916748046875, 808.68408203125, 555.8030395507812, 412.08892822265625, 1283.43212890625, 455.3160400390625, 210.05902099609375, 397.6378173828125, 909.3901977539062, 792.5328369140625, 1336.3486328125, 1396.68994140625, 1119.243408203125, 353.29498291015625, 1163.718994140625, 694.4300537109375, 998.1223754882812, 343.5325012207031, 1187.9525146484375, 1562.6717529296875, 815.0263671875, 534.3920288085938, 459.765625, 516.6668090820312, 486.1375427246094, 555.36474609375, 488.4220886230469, 263.2412109375, 569.4638061523438, 2029.5035400390625, 1659.6190185546875, 997.1129150390625, 1071.918701171875, 723.6842041015625, 591.6983642578125, 368.6293640136719, 2506.509521484375, 1921.784423828125, 852.4093017578125, 1066.39990234375, 431.0892028808594, 1109.421142578125, 778.978271484375, 398.6140441894531, 852.16357421875, 370.53533935546875, 393.8125305175781, 394.0715026855469, 928.3572998046875, 1247.3707275390625, 1366.3134765625, 374.2743225097656, 669.014404296875, 461.7845153808594, 585.9139404296875, 519.2901000976562, 427.0049133300781, 826.0844116210938, 809.815185546875, 2808.2626953125, 614.198486328125, 431.0411071777344, 784.4168090820312, 595.064453125]\n", - "281\n", - "4709\n", - "4\n", - "[2053.99658203125, 2391.88525390625, 597.45703125, 391.6002502441406]\n", - "4\n", - "4710\n", - "12\n", - "[1894.3408203125, 2658.115966796875, 1095.469482421875, 959.83056640625, 2296.46826171875, 735.8598022460938, 998.1587524414062, 1669.79345703125, 1301.13818359375, 693.0626831054688, 2120.82666015625, 698.948974609375]\n", - "12\n", - "4711\n", - "7\n", - "[11285.0146484375, 3787.47021484375, 21639.62890625, 15110.359375, 9198.6123046875, 10357.9072265625, 6884.9619140625]\n", - "7\n", - "4712\n", - "9\n", - "[3658.872314453125, 3295.169677734375, 11345.3388671875, 10723.505859375, 8227.8642578125, 3169.87451171875, 521.6537475585938, 352.1615905761719, 545.5984497070312]\n", - "9\n", - "4713\n", - "6\n", - "[1051.3780517578125, 4552.69580078125, 948.6783447265625, 1236.4359130859375, 2372.45751953125, 5073.5849609375]\n", - "6\n", - "4714\n", - "3\n", - "[12911.0751953125, 1203.523193359375, 2574.6572265625]\n", - "3\n", - "4715\n", - "68\n", - "[314.4327697753906, 946.6038208007812, 445.46575927734375, 533.9906005859375, 10750.736328125, 17852.3828125, 6899.1953125, 4227.90869140625, 4940.3701171875, 5205.9736328125, 1650.830078125, 3953.026611328125, 1740.05078125, 1742.08056640625, 10047.873046875, 23999.97265625, 21487.583984375, 19330.65625, 17393.23046875, 1927.133056640625, 2454.675537109375, 2467.77587890625, 965.65673828125, 3699.74267578125, 725.4802856445312, 3166.915771484375, 4618.31103515625, 10358.1298828125, 3019.470947265625, 15871.4326171875, 25583.9375, 26471.21484375, 11999.7109375, 641.5368041992188, 404.7553405761719, 1514.9256591796875, 10527.060546875, 1116.5784912109375, 4116.8251953125, 11015.44140625, 9131.3955078125, 6839.580078125, 15160.478515625, 24078.8125, 22669.083984375, 21366.060546875, 23722.798828125, 27110.0546875, 20499.86328125, 6054.19384765625, 1560.1595458984375, 346.9083251953125, 596.7379760742188, 516.3030395507812, 417.7455749511719, 2008.14794921875, 3127.0751953125, 8033.11376953125, 4710.4892578125, 3904.371337890625, 1960.1595458984375, 399.42010498046875, 1319.231689453125, 1145.8065185546875, 461.4715576171875, 6247.13330078125, 568.9017944335938]\n", - "67\n", - "4716\n", - "71\n", - "[496.48193359375, 480.45672607421875, 1363.755126953125, 506.68267822265625, 435.68695068359375, 573.3651123046875, 611.34228515625, 751.6965942382812, 1054.60888671875, 841.2754516601562, 656.73388671875, 432.8298034667969, 650.5709838867188, 369.712890625, 557.9696044921875, 605.982177734375, 611.9798583984375, 552.8456420898438, 699.3155517578125, 383.2823791503906, 523.4476928710938, 573.7350463867188, 471.2241516113281, 753.3573608398438, 555.2069091796875, 875.4746704101562, 1265.0616455078125, 1663.7237548828125, 1655.87646484375, 1163.0859375, 528.6346435546875, 1110.5869140625, 314.7424011230469, 965.26611328125, 1840.142578125, 1661.66943359375, 587.1259765625, 921.2981567382812, 489.1082763671875, 1122.5665283203125, 1332.0352783203125, 446.8008728027344, 758.7484130859375, 130.8444061279297, 619.661865234375, 341.0084533691406, 405.29132080078125, 727.901123046875, 321.4282531738281, 474.1878662109375, 452.4132995605469, 1884.288818359375, 539.8491821289062, 416.5724792480469, 338.08270263671875, 2810.228759765625, 852.2328491210938, 3146.820556640625, 648.6236572265625, 543.7596435546875, 2054.3359375, 1223.3712158203125, 400.73382568359375, 333.2016906738281, 6703.22216796875, 4259.3212890625, 735.0608520507812, 3338.7265625, 5580.9736328125, 361.2638854980469, 1057.234619140625]\n", - "71\n", - "4717\n", - "4\n", - "[2835.423583984375, 1099.207275390625, 1278.4688720703125, 1683.17724609375]\n", - "4" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4718\n", - "3\n", - "[9956.833984375, 1143.9061279296875, 431.5350341796875]\n", - "3\n", - "4719\n", - "4\n", - "[1562.039794921875, 523.8118896484375, 2691.09326171875, 1257.461669921875]\n", - "4\n", - "4720\n", - "14\n", - "[524.203369140625, 2601.05078125, 2239.706787109375, 634.6031494140625, 27911.96875, 12834.5654296875, 2251.451416015625, 4047.2099609375, 449.8205261230469, 2710.2763671875, 2012.2518310546875, 1114.5682373046875, 1573.00146484375, 660.8328857421875]\n", - "14\n", - "4721\n", - "5\n", - "[2977.76171875, 4707.05029296875, 960.5634155273438, 4680.841796875, 17747.033203125]\n", - "5\n", - "4722\n", - "3\n", - "[4160.17626953125, 662.9453125, 3785.729736328125]\n", - "3\n", - "4723\n", - "9\n", - "[1579.93310546875, 1102.6202392578125, 531.4129028320312, 2191.656494140625, 1652.1278076171875, 7487.880859375, 407.94622802734375, 451.6504211425781, 599.5503540039062]\n", - "9\n", - "4724\n", - "4\n", - "[2051.075927734375, 644.9542236328125, 1872.7139892578125, 1127.151123046875]\n", - "4\n", - "4725\n", - "2\n", - "[2439.7451171875, 2569.25732421875]\n", - "2\n", - "4726\n", - "9\n", - "[1444.5220947265625, 2775.662353515625, 3763.52490234375, 356.9021911621094, 448.046142578125, 452.43109130859375, 945.109619140625, 312.7396545410156, 2243.989013671875]\n", - "9\n", - "4727\n", - "16\n", - "[313.0823974609375, 1128.1397705078125, 406.5311279296875, 600.4525756835938, 827.9993896484375, 985.6278076171875, 5645.10009765625, 2798.32080078125, 337.5467529296875, 4919.01513671875, 5330.986328125, 1791.59130859375, 312.64154052734375, 1911.140869140625, 939.426513671875, 432.75146484375]\n", - "16\n", - "4728\n", - "14\n", - "[753.45166015625, 444.052001953125, 4911.62158203125, 2826.923828125, 515.0616455078125, 3982.979248046875, 3010.880859375, 528.9190063476562, 356.33551025390625, 1703.7935791015625, 2482.269287109375, 1490.30419921875, 384.77496337890625, 305.1718444824219]\n", - "14\n", - "4729\n", - "2\n", - "[6645.912109375, 718.3817138671875]\n", - "2\n", - "4730\n", - "9\n", - "[354.1956787109375, 429.61151123046875, 1040.8975830078125, 412.6092224121094, 594.90283203125, 379.5774841308594, 478.29681396484375, 2837.76611328125, 370.13671875]\n", - "9\n", - "4731\n", - "174\n", - "[344.4478454589844, 540.6417846679688, 1221.70947265625, 620.5732421875, 1004.6272583007812, 990.3690795898438, 786.3469848632812, 1514.76904296875, 2671.044921875, 1350.0736083984375, 528.4071655273438, 1535.1778564453125, 429.90411376953125, 894.1026000976562, 1462.9281005859375, 2213.862548828125, 333.5444641113281, 2302.64697265625, 533.359619140625, 1663.7550048828125, 1400.277099609375, 2621.8798828125, 1749.4376220703125, 1098.8701171875, 424.4191589355469, 516.5452880859375, 540.66845703125, 868.3952026367188, 2735.12060546875, 4550.97705078125, 358.35992431640625, 370.6478576660156, 3485.842041015625, 3003.843994140625, 602.014892578125, 9450.369140625, 4928.494140625, 6483.81494140625, 3758.91845703125, 8461.451171875, 6664.27294921875, 1586.819091796875, 6555.31884765625, 8637.58203125, 5494.94970703125, 8521.240234375, 12406.912109375, 12068.294921875, 8146.8642578125, 2663.05712890625, 5997.42333984375, 11504.3818359375, 10074.216796875, 1093.23876953125, 5920.021484375, 9033.51171875, 8065.455078125, 10587.9140625, 12721.2451171875, 12524.8515625, 7144.69970703125, 1567.382080078125, 8373.544921875, 11740.421875, 9373.6591796875, 4185.361328125, 6605.09619140625, 7748.28564453125, 7381.20556640625, 8060.18310546875, 10929.978515625, 11013.3837890625, 10445.3046875, 9970.1220703125, 9212.1455078125, 6410.712890625, 5921.85888671875, 4266.5439453125, 1321.237548828125, 1472.5401611328125, 1744.8179931640625, 5057.13818359375, 5606.859375, 8136.1474609375, 12177.5146484375, 12866.1181640625, 10498.263671875, 8686.2412109375, 2798.636962890625, 293.7251892089844, 6876.6689453125, 320.77728271484375, 1826.5831298828125, 2182.361083984375, 5349.45166015625, 9818.6865234375, 8681.8076171875, 10916.6513671875, 12007.0546875, 21897.162109375, 35342.35546875, 31362.142578125, 10024.55078125, 2748.43359375, 1688.09130859375, 1390.7315673828125, 3685.91162109375, 10558.44140625, 12132.490234375, 13072.310546875, 12226.173828125, 11970.2177734375, 41790.11328125, 44663.203125, 45782.17578125, 34983.67578125, 5720.88916015625, 2458.422607421875, 15499.7822265625, 28555.140625, 14183.8076171875, 5853.3232421875, 10067.6533203125, 10400.634765625, 30607.291015625, 27844.310546875, 14352.2099609375, 15482.6240234375, 7784.37060546875, 818.2001953125, 5293.18212890625, 27616.2734375, 27340.623046875, 7707.17138671875, 6690.9794921875, 321.128662109375, 7696.53271484375, 1220.9957275390625, 11243.083984375, 5311.73583984375, 332.26641845703125, 1312.344482421875, 355.0271301269531, 5255.42431640625, 15662.9501953125, 38824.15625, 27784.837890625, 20751.115234375, 11852.046875, 5284.85888671875, 544.514404296875, 4881.7509765625, 8040.12060546875, 353.9066467285156, 3964.53955078125, 15177.072265625, 18851.033203125, 8514.419921875, 2626.08447265625, 2145.879638671875, 1803.2681884765625, 5536.9814453125, 2646.91650390625, 1195.002197265625, 793.0101318359375, 10550.3740234375, 2431.435791015625, 538.5159301757812, 1353.985595703125, 3842.56982421875, 2944.283935546875, 1908.3114013671875, 1721.3817138671875, 616.2638549804688]\n", - "174\n", - "4732\n", - "5\n", - "[1182.6915283203125, 3244.164794921875, 353.30352783203125, 985.67578125, 1330.4871826171875]\n", - "5\n", - "4733\n", - "7\n", - "[544.2014770507812, 837.6787109375, 3009.316650390625, 18203.578125, 4216.26904296875, 658.6795043945312, 433.63848876953125]\n", - "7\n", - "4734\n", - "46\n", - "[324.6237487792969, 348.5113525390625, 1268.64404296875, 425.8365783691406, 924.2347412109375, 795.7189331054688, 4796.580078125, 12240.1689453125, 6589.13330078125, 3163.701416015625, 443.16986083984375, 6217.32470703125, 17268.6953125, 14075.6318359375, 3394.339111328125, 1652.252197265625, 11601.4375, 17745.072265625, 16732.380859375, 5736.36865234375, 1304.05419921875, 462.5067138671875, 673.364990234375, 7757.271484375, 11455.5556640625, 16735.84375, 11321.66015625, 10850.95703125, 4650.46484375, 693.0289306640625, 2072.071533203125, 2153.91357421875, 1072.473876953125, 1089.3863525390625, 5092.05712890625, 6012.51025390625, 10860.9033203125, 6390.8779296875, 3283.936279296875, 742.0733032226562, 5305.22412109375, 1041.9774169921875, 912.0260009765625, 403.68804931640625, 2885.0390625, 857.0169677734375]\n", - "46\n", - "4735\n", - "6\n", - "[1530.9566650390625, 1320.2744140625, 2867.21630859375, 1564.3421630859375, 2306.93701171875, 336.8396301269531]\n", - "6\n", - "4736\n", - "53\n", - "[388.4638977050781, 3220.546142578125, 615.31298828125, 1625.1669921875, 3188.32470703125, 7036.4423828125, 7278.25244140625, 5581.625, 1479.976318359375, 502.94110107421875, 5413.74365234375, 13163.935546875, 11251.3291015625, 1279.0029296875, 968.1810302734375, 313.60546875, 544.0814819335938, 992.6678466796875, 14623.4267578125, 4255.2607421875, 2579.56640625, 2288.428955078125, 1979.14697265625, 3341.690185546875, 2629.671142578125, 14723.291015625, 11649.3994140625, 10140.2587890625, 4002.048095703125, 2695.928466796875, 9863.0615234375, 12926.626953125, 16452.484375, 13424.2783203125, 7123.77587890625, 3673.154541015625, 2930.166015625, 1403.4227294921875, 2426.331787109375, 1665.5125732421875, 10949.484375, 17019.69921875, 15149.4091796875, 8169.015625, 824.2002563476562, 2610.6513671875, 13341.49609375, 16003.181640625, 3629.665283203125, 548.8365478515625, 1243.4571533203125, 1958.8770751953125, 368.94158935546875]\n", - "53\n", - "4737\n", - "9\n", - "[589.61181640625, 377.3634033203125, 1074.7445068359375, 1279.8887939453125, 708.0032348632812, 1826.7047119140625, 1381.100341796875, 1105.517822265625, 1054.2403564453125]\n", - "9\n", - "4738\n", - "4\n", - "[1121.2236328125, 2235.791748046875, 1571.4356689453125, 6331.546875]\n", - "4\n", - "4739\n", - "26\n", - "[885.4334106445312, 699.4619140625, 489.3741455078125, 366.2667236328125, 1106.2159423828125, 588.7533569335938, 679.835205078125, 8192.3515625, 7079.84765625, 3866.54931640625, 603.1030883789062, 1217.7353515625, 8041.8251953125, 10951.9794921875, 7569.45703125, 815.2474975585938, 1117.2515869140625, 8643.435546875, 10771.33203125, 7128.96142578125, 796.6668090820312, 1610.210205078125, 4997.0341796875, 2254.106201171875, 601.2579345703125, 318.90411376953125]\n", - "26\n", - "4740\n", - "1\n", - "[45910.03515625]\n", - "1\n", - "4741\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[3145.219970703125, 3815.84033203125, 441.2077331542969, 681.1903076171875, 4064.0439453125, 2031.043212890625, 1588.26953125, 453.3439025878906, 2224.047119140625, 1361.2061767578125]\n", - "10\n", - "4742\n", - "14\n", - "[681.0032348632812, 517.0669555664062, 2776.94384765625, 460.5380554199219, 1206.1837158203125, 9664.8515625, 5111.70166015625, 377.0606994628906, 10420.904296875, 1998.4337158203125, 868.4107055664062, 1753.8453369140625, 486.83447265625, 596.4634399414062]\n", - "14\n", - "4743\n", - "19\n", - "[792.359619140625, 2868.013671875, 3221.130126953125, 1874.85107421875, 359.1447448730469, 1443.3155517578125, 550.1038818359375, 1384.050537109375, 8713.38671875, 6341.92578125, 8154.060546875, 489.0940856933594, 415.6977233886719, 2346.248291015625, 7635.99560546875, 2326.19287109375, 2596.077392578125, 2839.387939453125, 326.1394348144531]\n", - "19\n", - "4744\n", - "3\n", - "[396.7580871582031, 6840.81982421875, 2773.6767578125]\n", - "3\n", - "4745\n", - "13\n", - "[2348.7021484375, 615.4647216796875, 1581.742431640625, 1519.5260009765625, 571.289794921875, 570.2948608398438, 760.3267822265625, 416.5889587402344, 433.723876953125, 761.4322509765625, 1304.0458984375, 625.1045532226562, 1394.16455078125]\n", - "13\n", - "4746\n", - "12\n", - "[802.101806640625, 421.9467468261719, 1538.0496826171875, 825.7290649414062, 1135.90869140625, 825.9617919921875, 2135.7373046875, 2459.65966796875, 865.0220947265625, 1822.8507080078125, 970.7261962890625, 1059.3192138671875]\n", - "12\n", - "4747\n", - "38\n", - "[1530.071044921875, 1979.54296875, 309.6180725097656, 1212.222412109375, 1403.38720703125, 2083.419921875, 311.9006652832031, 621.8597412109375, 689.1156616210938, 1048.552978515625, 1106.025146484375, 2474.20263671875, 2324.053466796875, 702.896484375, 2201.4375, 1087.5511474609375, 347.6028747558594, 429.85198974609375, 2848.462646484375, 3652.948486328125, 3447.35888671875, 3397.501708984375, 2502.99072265625, 529.1068725585938, 594.487548828125, 662.3922729492188, 1090.638916015625, 1530.947265625, 1461.138671875, 844.9049682617188, 797.931884765625, 1820.798583984375, 638.2830200195312, 2012.692626953125, 734.0382690429688, 1413.748779296875]\n", - "36\n", - "4748\n", - "9\n", - "[1059.3323974609375, 386.3329772949219, 2546.0380859375, 544.9163818359375, 1200.84326171875, 1578.07421875, 626.1227416992188, 1832.091552734375, 2695.09375]\n", - "9\n", - "4749\n", - "7\n", - "[1112.88330078125, 1553.888916015625, 948.0409545898438, 1123.6248779296875, 7139.50927734375, 1542.58935546875, 585.4343872070312]\n", - "7\n", - "4750\n", - "2\n", - "[1155.005126953125, 6621.35888671875]\n", - "2\n", - "4751\n", - "6\n", - "[1375.3935546875, 688.3821411132812, 707.5953979492188, 1026.2166748046875, 886.7494506835938, 789.71044921875]\n", - "6\n", - "4752\n", - "9\n", - "[914.0105590820312, 2284.341064453125, 1341.8753662109375, 1497.327880859375, 1953.2498779296875, 3014.7314453125, 413.6262512207031, 942.6646118164062, 1787.030029296875]\n", - "9\n", - "4753\n", - "8\n", - "[648.9977416992188, 739.03955078125, 411.2137756347656, 1036.0418701171875, 500.2604675292969, 1294.1246337890625, 362.5623474121094, 323.077880859375]\n", - "8\n", - "4754\n", - "37\n", - "[388.9881896972656, 762.3478393554688, 761.2451782226562, 2655.282958984375, 2673.605712890625, 1143.6558837890625, 494.6199951171875, 875.1802368164062, 313.1560974121094, 1570.5457763671875, 8109.3251953125, 4492.060546875, 1337.9967041015625, 1258.26220703125, 824.4593505859375, 308.75518798828125, 596.9534912109375, 4494.51513671875, 9375.076171875, 6695.84130859375, 740.1417846679688, 356.00518798828125, 2136.203857421875, 9505.6650390625, 8004.10546875, 1763.6112060546875, 3267.798095703125, 6652.08154296875, 9155.0771484375, 8390.4091796875, 1247.120849609375, 824.794921875, 1469.851806640625, 2095.339599609375, 7081.4833984375, 5389.8974609375, 690.8207397460938]\n", - "37\n", - "4755\n", - "12\n", - "[499.3497619628906, 719.21923828125, 1364.3538818359375, 1418.359130859375, 506.210205078125, 1132.35302734375, 403.55426025390625, 480.7344665527344, 893.198974609375, 538.3790893554688, 839.3192138671875, 301.6930847167969]\n", - "12\n", - "4756\n", - "5\n", - "[852.075439453125, 2531.815185546875, 1595.384765625, 464.914306640625, 2182.8203125]\n", - "5\n", - "4757\n", - "2\n", - "[6301.7939453125, 2279.2470703125]\n", - "2\n", - "4758\n", - "3\n", - "[1919.83056640625, 2900.806396484375, 1208.5162353515625]\n", - "3\n", - "4759\n", - "5\n", - "[2833.153076171875, 964.801513671875, 810.9393310546875, 509.450439453125, 438.47943115234375]\n", - "5\n", - "4760\n", - "1\n", - "[38142.78125]\n", - "1\n", - "4761\n", - "6\n", - "[413.88385009765625, 1294.599609375, 1424.342529296875, 6439.93603515625, 1312.060302734375, 4406.24658203125]\n", - "6\n", - "4762\n", - "69\n", - "[1122.9267578125, 889.0035400390625, 555.8113403320312, 412.39630126953125, 1241.0958251953125, 1604.4495849609375, 923.6260375976562, 1186.057861328125, 894.9468383789062, 790.6815795898438, 969.3489379882812, 1603.1614990234375, 1620.465576171875, 390.4891052246094, 1329.68603515625, 456.7411193847656, 533.5205078125, 498.1592712402344, 730.7706298828125, 745.3991088867188, 750.134765625, 503.8231506347656, 691.919189453125, 1243.2742919921875, 977.0869750976562, 879.2291259765625, 371.4801330566406, 935.0958251953125, 816.5099487304688, 808.0377807617188, 592.664306640625, 1511.4788818359375, 414.5462951660156, 1370.535888671875, 1256.216796875, 877.4058837890625, 606.8665771484375, 776.322998046875, 1544.562255859375, 316.1438293457031, 338.13153076171875, 1275.287353515625, 2220.569580078125, 433.1148681640625, 639.447998046875, 458.02447509765625, 442.4583435058594, 423.51092529296875, 990.87255859375, 686.6815185546875, 387.3209228515625, 335.8394775390625, 1233.031005859375, 850.2752685546875, 1131.3656005859375, 3056.699462890625, 2496.716064453125, 2029.007080078125, 1548.5450439453125, 1298.9798583984375, 1661.542724609375, 803.1363525390625, 1744.6016845703125, 342.0810852050781, 923.0103759765625, 808.648681640625, 1390.2694091796875, 1868.60986328125, 662.4017944335938]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "69\n", - "4763\n", - "23\n", - "[317.31304931640625, 389.8978576660156, 579.4880981445312, 378.18865966796875, 349.5006103515625, 552.4481201171875, 460.7786560058594, 625.2974243164062, 411.79534912109375, 356.1741638183594, 339.7141418457031, 418.4841613769531, 375.1723327636719, 390.2182922363281, 565.9833984375, 453.5863037109375, 382.5935974121094, 795.9149169921875, 765.5126953125, 489.0801086425781, 301.9720764160156, 340.91455078125, 603.5982666015625]\n", - "23\n", - "4764\n", - "9\n", - "[948.88720703125, 333.5007019042969, 559.349853515625, 1230.4912109375, 2274.646728515625, 2578.95947265625, 1060.605224609375, 4211.640625, 1497.0787353515625]\n", - "9\n", - "4765\n", - "13\n", - "[385.63092041015625, 1107.940185546875, 858.49609375, 352.55029296875, 3593.2529296875, 840.3347778320312, 428.5325927734375, 2751.524169921875, 919.4005126953125, 564.1734008789062, 933.6727294921875, 628.746826171875, 2261.7568359375]\n", - "13\n", - "4766\n", - "11\n", - "[472.0177001953125, 747.8569946289062, 1435.752685546875, 569.3883666992188, 4179.1552734375, 948.56787109375, 1279.61474609375, 2056.25830078125, 738.6151733398438, 330.53839111328125, 674.4088745117188]\n", - "11\n", - "4767\n", - "6\n", - "[359.1856994628906, 845.6695556640625, 2578.996337890625, 1808.311767578125, 1597.1729736328125, 1689.3916015625]\n", - "6\n", - "4768\n", - "41\n", - "[538.1142578125, 347.05908203125, 757.03857421875, 1099.4434814453125, 1165.3089599609375, 796.326904296875, 531.171142578125, 560.66796875, 420.3407287597656, 441.7702941894531, 957.890380859375, 1059.031005859375, 994.320068359375, 682.1597290039062, 487.4371643066406, 473.9070129394531, 576.3700561523438, 705.608642578125, 626.0197143554688, 787.4102783203125, 841.3936157226562, 394.4146728515625, 457.6046447753906, 654.763671875, 768.1729736328125, 982.5702514648438, 1020.7446899414062, 392.78192138671875, 452.47235107421875, 544.228271484375, 703.0908203125, 438.1385192871094, 675.2013549804688, 813.7025146484375, 561.2681884765625, 507.5747375488281, 454.705322265625, 575.5511474609375, 655.0281982421875, 532.5038452148438, 348.59521484375]\n", - "41\n", - "4769\n", - "8\n", - "[609.9993896484375, 1254.4407958984375, 543.6005859375, 692.091064453125, 1148.9093017578125, 1056.9327392578125, 1095.0869140625, 440.8164367675781]\n", - "8\n", - "4770\n", - "7\n", - "[4197.318359375, 877.8260498046875, 2323.3701171875, 448.07354736328125, 2660.959716796875, 742.6507568359375, 2179.731689453125]\n", - "7\n", - "4771\n", - "11\n", - "[4295.7958984375, 6610.43017578125, 19222.0625, 354.23309326171875, 21859.92578125, 31585.736328125, 2885.976806640625, 3410.8125, 3036.90185546875, 1299.0606689453125, 347.1197814941406]\n", - "11\n", - "4772\n", - "5\n", - "[424.0841064453125, 3162.290771484375, 1962.580078125, 533.062255859375, 3768.580078125]\n", - "5\n", - "4773\n", - "15\n", - "[2468.395263671875, 627.5518798828125, 807.2716064453125, 340.0003967285156, 395.0166015625, 7419.85693359375, 829.0947875976562, 525.4050903320312, 848.5338134765625, 3245.774658203125, 6404.80712890625, 2278.772705078125, 7603.06103515625, 8924.1845703125, 737.0342407226562]\n", - "15\n", - "4774\n", - "15\n", - "[856.3430786132812, 2474.308837890625, 458.7685241699219, 865.8756103515625, 5833.4697265625, 551.52294921875, 861.0396118164062, 4769.1279296875, 2046.788330078125, 1257.126220703125, 408.76483154296875, 17085.802734375, 390.6925964355469, 479.739990234375, 468.45086669921875]\n", - "15\n", - "4775\n", - "4\n", - "[1228.475341796875, 615.9290771484375, 1641.5267333984375, 1686.143798828125]\n", - "4\n", - "4776\n", - "6\n", - "[325.4485168457031, 467.236083984375, 461.41583251953125, 2320.65966796875, 1024.524169921875, 1114.4954833984375]\n", - "6\n", - "4777\n", - "4\n", - "[548.5025024414062, 1416.0399169921875, 2042.959716796875, 1421.203857421875]\n", - "4\n", - "4778\n", - "4\n", - "[2015.75146484375, 520.6447143554688, 2696.9365234375, 1318.643310546875]\n", - "4\n", - "4779\n", - "109\n", - "[320.195556640625, 1120.0469970703125, 443.4018859863281, 363.708251953125, 1037.01953125, 355.89166259765625, 563.0418701171875, 810.590087890625, 397.33233642578125, 849.8524780273438, 943.98388671875, 1720.6444091796875, 624.5719604492188, 522.5869750976562, 423.850341796875, 169.6344451904297, 393.8988342285156, 761.625, 505.3907165527344, 788.509521484375, 495.3642272949219, 538.0789794921875, 150.8936309814453, 372.5617370605469, 610.4794921875, 528.6097412109375, 685.5813598632812, 1155.82421875, 573.054931640625, 722.4906005859375, 512.8624877929688, 1131.9298095703125, 581.262939453125, 1182.6778564453125, 568.2191162109375, 307.2339172363281, 508.69940185546875, 469.5861511230469, 904.3130493164062, 668.5519409179688, 889.0604858398438, 849.1472778320312, 454.84259033203125, 1749.5245361328125, 523.033935546875, 430.19110107421875, 480.657470703125, 665.661376953125, 622.0759887695312, 334.2577819824219, 2675.007568359375, 1804.82666015625, 686.8677978515625, 928.7190551757812, 758.0406494140625, 2440.96435546875, 479.9757385253906, 352.41912841796875, 991.2020874023438, 922.147216796875, 899.359130859375, 1587.0450439453125, 1597.1256103515625, 1540.9417724609375, 304.9342346191406, 437.9810485839844, 1180.06005859375, 437.52655029296875, 2197.695068359375, 476.21258544921875, 670.369873046875, 581.1720581054688, 1781.0750732421875, 1901.5416259765625, 473.58563232421875, 707.6652221679688, 1722.6279296875, 473.97650146484375, 546.8764038085938, 1092.5166015625, 598.2971801757812, 855.9918823242188, 414.29315185546875, 499.6914367675781, 615.8949584960938, 945.22607421875, 1168.6160888671875, 438.1264953613281, 532.9690551757812, 888.5787353515625, 338.07550048828125, 562.265380859375, 918.429443359375, 753.5775756835938, 783.5828857421875, 513.4442749023438, 460.7054443359375, 477.7669372558594, 409.64825439453125, 845.6477661132812, 168.4514617919922, 304.5251770019531, 421.0922546386719, 329.24932861328125, 509.1539001464844, 193.6937255859375, 308.07928466796875, 410.6754150390625, 393.8593444824219]\n", - "109\n", - "4780\n", - "8\n", - "[1036.084716796875, 1006.6905517578125, 1118.651123046875, 612.02001953125, 1712.748046875, 1518.8182373046875, 889.7113647460938, 822.5587158203125]\n", - "8\n", - "4781\n", - "13\n", - "[380.45343017578125, 321.8919372558594, 1287.9439697265625, 730.802734375, 636.1447143554688, 1970.09814453125, 3767.630859375, 1492.402099609375, 597.93798828125, 566.7542114257812, 1766.9814453125, 1431.523193359375, 531.2574462890625]\n", - "13\n", - "4782\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4\n", - "[2717.54150390625, 2757.4013671875, 643.2922973632812, 2387.51953125]\n", - "4\n", - "4783\n", - "22\n", - "[396.7952880859375, 464.0179748535156, 435.0133056640625, 1596.5914306640625, 2579.13427734375, 820.3446044921875, 1904.501953125, 1341.5841064453125, 622.7276611328125, 1920.2703857421875, 2732.14697265625, 1748.9290771484375, 436.4058837890625, 385.55633544921875, 1806.8258056640625, 805.18115234375, 1527.3714599609375, 1664.4893798828125, 593.1041259765625, 464.39776611328125, 458.7572021484375, 423.7462463378906]\n", - "22\n", - "4784\n", - "10\n", - "[1476.14599609375, 1090.1036376953125, 555.4696044921875, 532.4695434570312, 3634.2568359375, 2054.5419921875, 459.487060546875, 470.29888916015625, 442.8647766113281, 3777.563232421875]\n", - "10\n", - "4785\n", - "204\n", - "[2446.80419921875, 11506.2431640625, 1719.4239501953125, 317.816650390625, 13387.21875, 23922.10546875, 5647.6826171875, 1146.607666015625, 1382.296875, 1326.50634765625, 941.5162963867188, 2570.8583984375, 8622.6279296875, 7448.9638671875, 3159.64208984375, 1824.83056640625, 1751.056640625, 1419.620361328125, 318.49505615234375, 387.41937255859375, 881.0596923828125, 1702.1474609375, 9127.02734375, 11821.7021484375, 12158.3251953125, 8949.6064453125, 2681.4560546875, 1873.3087158203125, 1757.7713623046875, 1127.502685546875, 1433.5289306640625, 1902.943603515625, 1426.6507568359375, 580.89306640625, 8439.96484375, 8153.41064453125, 8909.390625, 14266.400390625, 14387.802734375, 2862.5625, 1822.721435546875, 473.2389221191406, 450.98358154296875, 1408.4390869140625, 713.041015625, 946.7786865234375, 4247.49267578125, 5529.08056640625, 12950.4345703125, 16475.28515625, 13978.4921875, 1945.66748046875, 1193.9171142578125, 645.16455078125, 542.2796630859375, 1159.871337890625, 850.8672485351562, 306.27703857421875, 488.66259765625, 388.50506591796875, 700.3076782226562, 533.2698364257812, 1623.1627197265625, 1745.5322265625, 2388.76123046875, 7458.666015625, 14624.3388671875, 13109.953125, 7639.5322265625, 2004.9464111328125, 1090.68505859375, 418.4200744628906, 638.66259765625, 1738.222900390625, 1621.2191162109375, 921.9566650390625, 1090.2188720703125, 565.1613159179688, 5553.1875, 8474.138671875, 1049.8909912109375, 9221.8662109375, 6598.16748046875, 10143.4169921875, 14709.6201171875, 16634.681640625, 18766.19140625, 13329.88671875, 1648.6441650390625, 1589.6318359375, 671.4970092773438, 1592.291748046875, 1701.0628662109375, 1930.6978759765625, 1084.2950439453125, 302.7528991699219, 446.0399475097656, 1210.1429443359375, 1777.0364990234375, 1827.0438232421875, 3275.68994140625, 2843.698486328125, 5317.251953125, 8579.349609375, 7312.61767578125, 6904.95751953125, 3106.0029296875, 10593.361328125, 14172.662109375, 16881.35546875, 17715.853515625, 7735.2763671875, 14007.8447265625, 4021.83203125, 1850.755615234375, 870.7470092773438, 1592.8939208984375, 1416.261962890625, 777.4448852539062, 1295.8907470703125, 867.0101928710938, 934.8374633789062, 36173.5546875, 7958.76904296875, 934.449951171875, 2269.8154296875, 2523.092529296875, 6291.4189453125, 1437.1123046875, 1676.369384765625, 1618.455322265625, 819.2739868164062, 1479.4371337890625, 1043.166259765625, 1151.6787109375, 5318.00634765625, 2312.201416015625, 3184.763671875, 12655.525390625, 13449.123046875, 11550.2060546875, 1624.24267578125, 14549.673828125, 7198.0439453125, 2129.80908203125, 1459.37548828125, 1773.5784912109375, 1310.8089599609375, 1254.5975341796875, 1643.5416259765625, 1183.740966796875, 1164.34033203125, 604.1243286132812, 452.27545166015625, 718.2130737304688, 52246.41796875, 78162.9609375, 1934.679931640625, 2968.51318359375, 311.9045104980469, 1797.06787109375, 3890.777099609375, 4419.44140625, 985.7005004882812, 2118.2646484375, 3888.026123046875, 10184.6416015625, 16105.3046875, 10881.8310546875, 2040.125, 1365.8426513671875, 1713.737548828125, 1759.2647705078125, 1928.0693359375, 1224.8685302734375, 892.1582641601562, 497.809326171875, 352.4965515136719, 658.4012451171875, 1009.8700561523438, 789.527587890625, 2533.54638671875, 726.2691650390625, 2258.36279296875, 547.9419555664062, 807.678955078125, 352.5788269042969, 4258.333984375, 9705.583984375, 1518.6162109375, 674.998779296875, 1280.9210205078125, 483.87847900390625, 434.2942810058594, 697.2509765625, 3259.0615234375, 3952.073974609375, 568.2088012695312, 415.11761474609375, 342.7475280761719, 430.7545166015625, 1247.088134765625, 688.609130859375, 389.3426208496094]\n", - "204\n", - "4786\n", - "7\n", - "[1046.3603515625, 329.37298583984375, 1717.1219482421875, 560.2684326171875, 1483.6544189453125, 529.68408203125, 401.7001037597656]\n", - "7\n", - "4787\n", - "10\n", - "[1232.667236328125, 732.374267578125, 3263.08740234375, 749.8117065429688, 750.8812255859375, 1654.60791015625, 11548.9599609375, 6352.451171875, 1037.8323974609375, 482.0184631347656]\n", - "10\n", - "4788\n", - "4\n", - "[548.671630859375, 5238.69140625, 398.96759033203125, 2067.843994140625]\n", - "4\n", - "4789\n", - "7\n", - "[429.0305480957031, 360.3246765136719, 1387.3155517578125, 1187.552978515625, 854.7551879882812, 833.68603515625, 1360.7735595703125]\n", - "7\n", - "4790\n", - "5\n", - "[376.67431640625, 2789.427978515625, 2905.866455078125, 615.78125, 1622.4112548828125]\n", - "5\n", - "4791\n", - "8\n", - "[359.5683288574219, 2492.060791015625, 739.4332885742188, 1787.980712890625, 889.048828125, 3170.67041015625, 316.9852600097656, 1883.33935546875]\n", - "8\n", - "4792\n", - "13\n", - "[320.314208984375, 694.0140991210938, 374.3686218261719, 634.052734375, 853.9111328125, 1030.154541015625, 2778.248291015625, 2813.207275390625, 812.8594970703125, 336.3135986328125, 1879.205322265625, 517.7335815429688, 2304.173095703125]\n", - "13\n", - "4793\n", - "1\n", - "[10792.0263671875]\n", - "1\n", - "4794\n", - "8\n", - "[1434.66943359375, 1143.220703125, 723.8901977539062, 636.645751953125, 1669.9154052734375, 784.3599243164062, 1373.5662841796875, 353.1344299316406]\n", - "8\n", - "4795\n", - "20\n", - "[496.8816223144531, 459.3913879394531, 1124.4619140625, 1004.3174438476562, 437.09857177734375, 1181.2977294921875, 3462.918212890625, 3691.12939453125, 1607.74755859375, 399.48602294921875, 1165.5164794921875, 2041.1427001953125, 3227.661865234375, 3271.7138671875, 2375.857666015625, 1271.8204345703125, 364.6871643066406, 751.6505126953125, 654.1770629882812, 899.6873779296875]\n", - "20\n", - "4796\n", - "15\n", - "[1577.8658447265625, 1368.070556640625, 5550.95556640625, 4947.7939453125, 525.7719116210938, 736.850830078125, 4733.04736328125, 840.2813720703125, 1154.9742431640625, 1159.7423095703125, 525.9552612304688, 638.1884155273438, 875.3084106445312, 525.9552612304688, 827.6275634765625]\n", - "15\n", - "4797\n", - "14\n", - "[418.2756042480469, 350.4822998046875, 344.79559326171875, 463.1845703125, 424.4353942871094, 325.955078125, 315.1360168457031, 771.2401733398438, 518.6176147460938, 624.6005859375, 302.8774719238281, 345.955322265625, 518.1547241210938, 313.4167785644531]\n", - "14\n", - "4798\n", - "14\n", - "[402.6427917480469, 366.77886962890625, 1820.821533203125, 765.6231079101562, 853.6303100585938, 689.110107421875, 5912.61328125, 935.76708984375, 359.97113037109375, 1179.7601318359375, 4395.1796875, 2477.126220703125, 3300.516357421875, 1925.8480224609375]\n", - "14\n", - "4799\n", - "9\n", - "[438.3746032714844, 3503.142822265625, 4361.1953125, 1470.87255859375, 438.854248046875, 1977.46484375, 3763.8515625, 3155.965087890625, 1029.34619140625]\n", - "9\n", - "4800\n", - "13\n", - "[764.3671264648438, 4441.908203125, 12006.4130859375, 10166.3173828125, 3125.807373046875, 619.6620483398438, 8156.564453125, 15413.15234375, 11365.1279296875, 1695.4150390625, 444.39715576171875, 416.0359191894531, 373.59979248046875]\n", - "13\n", - "4801\n", - "35\n", - "[2512.50244140625, 775.6206665039062, 5139.4404296875, 961.2610473632812, 22016.185546875, 741.936279296875, 819.8377685546875, 4620.91015625, 792.1995239257812, 10996.0126953125, 1108.705078125, 2664.260986328125, 411.5433044433594, 13296.2314453125, 1014.9801025390625, 327.7466125488281, 5792.10693359375, 403.42120361328125, 365.353271484375, 9295.21484375, 2585.088134765625, 542.8388061523438, 914.2152709960938, 1127.7713623046875, 317.1856689453125, 1558.1719970703125, 2646.957275390625, 1448.912109375, 1475.4678955078125, 1458.23486328125, 458.2277526855469, 337.0318603515625, 6252.19775390625, 727.4697265625, 580.2160034179688]\n", - "35\n", - "4802\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[765.8017578125, 3215.1962890625, 3388.9326171875]\n", - "3\n", - "4803\n", - "8\n", - "[1528.9925537109375, 345.9052429199219, 798.8156127929688, 550.0204467773438, 1354.239013671875, 1385.6849365234375, 1044.1505126953125, 1231.55126953125]\n", - "8\n", - "4804\n", - "5\n", - "[925.6773681640625, 1085.9114990234375, 1789.9375, 2804.036376953125, 541.999755859375]\n", - "5\n", - "4805\n", - "11\n", - "[844.7515869140625, 1168.9342041015625, 754.8052368164062, 4714.1533203125, 1468.814208984375, 382.6071472167969, 613.9998168945312, 360.6988220214844, 599.561279296875, 2454.548095703125, 2865.31787109375]\n", - "11\n", - "4806\n", - "2\n", - "[1749.0596923828125, 4916.865234375]\n", - "2\n", - "4807\n", - "4\n", - "[11555.302734375, 29926.65625, 4714.923828125, 985.6920776367188]\n", - "4\n", - "4808\n", - "20\n", - "[388.6982727050781, 437.1208190917969, 466.6481018066406, 520.7369995117188, 432.5888366699219, 352.03656005859375, 718.875732421875, 1212.5877685546875, 1072.48046875, 1358.5338134765625, 1075.138427734375, 962.2340698242188, 1840.245849609375, 399.48602294921875, 1540.3297119140625, 688.00830078125, 463.3450622558594, 738.8553466796875, 1144.7806396484375, 1760.060546875]\n", - "20\n", - "4809\n", - "43\n", - "[537.029296875, 395.68450927734375, 614.6727905273438, 733.27294921875, 577.2371826171875, 916.8289184570312, 326.29705810546875, 383.725341796875, 301.002685546875, 918.1846923828125, 2359.436279296875, 402.7062072753906, 629.0399780273438, 348.8191223144531, 824.4337158203125, 9015.734375, 6602.04638671875, 601.49951171875, 2676.1923828125, 810.8557739257812, 1965.2491455078125, 6803.40966796875, 1561.7537841796875, 2818.835205078125, 449.3085021972656, 279.2900085449219, 1022.0736083984375, 2607.199462890625, 1494.955810546875, 333.34417724609375, 355.8724365234375, 739.36376953125, 977.3330688476562, 1579.318115234375, 2020.4072265625, 879.990478515625, 1658.904296875, 2848.785400390625, 3623.851318359375, 1330.1390380859375, 1132.0439453125, 404.6535949707031, 647.3763427734375]\n", - "43\n", - "4810\n", - "5\n", - "[1967.0496826171875, 672.306396484375, 7300.61962890625, 568.1163940429688, 759.4400634765625]\n", - "5\n", - "4811\n", - "7\n", - "[591.0125732421875, 473.3236083984375, 527.3019409179688, 309.6470031738281, 1451.21240234375, 425.61029052734375, 1679.42236328125]\n", - "7\n", - "4812\n", - "18\n", - "[490.3656921386719, 2150.284423828125, 302.18389892578125, 1970.2100830078125, 451.0400695800781, 2189.51953125, 4250.576171875, 4008.607666015625, 3749.02392578125, 3139.213623046875, 5815.00390625, 5455.67578125, 3114.078125, 1419.1697998046875, 3674.0087890625, 1050.6051025390625, 2855.15673828125, 608.8543701171875]\n", - "18\n", - "4813\n", - "23\n", - "[745.1647338867188, 3022.182861328125, 1495.4813232421875, 1030.4022216796875, 1941.3592529296875, 334.8410339355469, 2422.358154296875, 4432.63232421875, 5099.5693359375, 1023.829833984375, 307.2018737792969, 622.7781982421875, 4180.22802734375, 3590.486083984375, 481.7678527832031, 341.68048095703125, 645.1806640625, 761.5772094726562, 763.65869140625, 332.0657043457031, 310.7304992675781, 341.8962097167969, 554.8571166992188]\n", - "23\n", - "4814\n", - "48\n", - "[448.86749267578125, 321.9432373046875, 1572.396728515625, 593.0964965820312, 1935.0888671875, 1310.666015625, 520.8639526367188, 957.4752197265625, 1592.3214111328125, 467.48785400390625, 1377.7489013671875, 519.9868774414062, 368.3929138183594, 825.142578125, 582.009765625, 329.60052490234375, 4456.77490234375, 698.769287109375, 1555.2381591796875, 1213.1566162109375, 1236.1397705078125, 701.569091796875, 2169.822265625, 2920.82080078125, 415.1462097167969, 437.2859802246094, 2298.916748046875, 1481.836181640625, 462.3155212402344, 3685.717041015625, 4056.201416015625, 839.9736328125, 1425.9976806640625, 1584.619140625, 2201.272216796875, 6908.24169921875, 4836.02978515625, 6135.6318359375, 2580.583251953125, 1330.64697265625, 6158.0302734375, 1772.4306640625, 1620.9940185546875, 966.0995483398438, 622.4775390625, 858.00927734375, 3081.825927734375, 855.378173828125]\n", - "48\n", - "4815\n", - "9\n", - "[1185.9849853515625, 858.7882080078125, 540.08642578125, 1270.766357421875, 513.1685791015625, 1227.86572265625, 995.67529296875, 415.4510803222656, 2212.618896484375]\n", - "9\n", - "4816\n", - "7\n", - "[1904.8900146484375, 2174.671142578125, 1301.389404296875, 5788.64599609375, 315.634033203125, 1160.9366455078125, 363.98675537109375]\n", - "7\n", - "4817\n", - "312\n", - "[2021.4554443359375, 492.366943359375, 799.79296875, 6585.9912109375, 607.7169799804688, 1833.48095703125, 2935.517333984375, 775.235107421875, 711.6399536132812, 2821.343994140625, 6123.0625, 6856.154296875, 1739.0057373046875, 2586.788330078125, 2536.85400390625, 3200.419189453125, 2309.541259765625, 889.0755004882812, 801.4203491210938, 1444.09619140625, 14530.005859375, 5971.1318359375, 4464.77392578125, 3987.92138671875, 4475.34033203125, 1652.2352294921875, 1830.142333984375, 674.6685180664062, 914.4596557617188, 545.707275390625, 3888.712890625, 10071.9833984375, 3579.971435546875, 6075.10986328125, 1950.9239501953125, 2450.927490234375, 2670.000244140625, 827.8970336914062, 2860.78515625, 2036.3314208984375, 282.0838317871094, 776.7025146484375, 1525.3997802734375, 14525.4931640625, 6523.63818359375, 5355.2265625, 3194.548828125, 5225.23583984375, 2351.792724609375, 2987.4736328125, 9434.39453125, 3704.1650390625, 2075.024169921875, 1091.0941162109375, 807.5091552734375, 636.474365234375, 493.17938232421875, 400.0982666015625, 5747.58349609375, 7563.01318359375, 10474.3564453125, 1572.9493408203125, 5682.38623046875, 13122.453125, 4415.32470703125, 4135.14501953125, 3235.556884765625, 3364.366943359375, 687.47021484375, 395.2665100097656, 823.7684326171875, 407.6633605957031, 4626.9482421875, 8657.1640625, 726.0387573242188, 1611.98876953125, 1483.4302978515625, 11014.2412109375, 21512.373046875, 12927.8154296875, 12229.1015625, 8519.3232421875, 13049.177734375, 1293.0118408203125, 1463.7210693359375, 229.39688110351562, 3873.259033203125, 3506.368408203125, 733.5157470703125, 962.7568359375, 2282.83056640625, 595.2442016601562, 462.1851806640625, 1118.0247802734375, 1277.482666015625, 2019.7337646484375, 388.8998107910156, 8891.060546875, 23497.380859375, 19146.96875, 12062.6787109375, 10603.392578125, 4482.93310546875, 1314.676513671875, 834.6013793945312, 326.7272033691406, 1154.77734375, 3879.137451171875, 1465.2437744140625, 1442.040283203125, 710.21435546875, 1543.3558349609375, 2454.72412109375, 548.8449096679688, 2118.209228515625, 2104.775146484375, 2742.176513671875, 3597.413330078125, 11792.3115234375, 7708.99609375, 8452.8017578125, 6006.82177734375, 2387.172119140625, 2773.633056640625, 2505.27197265625, 1534.8126220703125, 1968.6173095703125, 1842.8994140625, 1628.730712890625, 1461.0880126953125, 739.812744140625, 315.25384521484375, 432.0664367675781, 4059.17724609375, 139.3617401123047, 682.8642578125, 3294.08544921875, 5998.8759765625, 6913.111328125, 7383.92578125, 6724.99365234375, 6369.9892578125, 6441.525390625, 872.072265625, 3336.400634765625, 2464.546630859375, 2692.945068359375, 294.9184875488281, 503.159912109375, 1227.3006591796875, 429.710693359375, 322.96923828125, 2698.837158203125, 3480.719482421875, 3422.155517578125, 1231.6080322265625, 7764.58203125, 7627.06298828125, 7616.275390625, 6959.51611328125, 6135.79443359375, 3853.955078125, 1205.1746826171875, 2439.13818359375, 3166.930419921875, 1034.47119140625, 1606.885498046875, 572.4982299804688, 350.7850646972656, 322.85101318359375, 777.638671875, 1720.914306640625, 3334.59912109375, 3580.94189453125, 2686.630615234375, 6981.03662109375, 6883.6767578125, 7578.1083984375, 6603.26171875, 5736.423828125, 2699.31201171875, 1556.0938720703125, 1970.957763671875, 2603.055419921875, 1419.4305419921875, 790.4365844726562, 815.8366088867188, 455.6397705078125, 526.1052856445312, 845.6965942382812, 1879.7789306640625, 2742.15087890625, 849.7240600585938, 2391.392578125, 3075.820068359375, 6461.14892578125, 8206.8837890625, 7983.21630859375, 6727.728515625, 6556.52197265625, 4515.4541015625, 2030.2886962890625, 3698.8037109375, 745.0470581054688, 247.29769897460938, 243.1706085205078, 307.844970703125, 824.9799194335938, 400.4610290527344, 1859.7978515625, 2814.87548828125, 1949.8919677734375, 2344.03759765625, 1459.679931640625, 2744.029296875, 5904.24169921875, 5974.041015625, 7706.9287109375, 7936.95458984375, 7577.99072265625, 4253.28369140625, 3502.071044921875, 1831.383544921875, 938.9276123046875, 266.3644714355469, 422.9586486816406, 1013.3408813476562, 302.3505859375, 348.1427307128906, 304.50640869140625, 426.9493408203125, 2620.172607421875, 2737.236083984375, 3951.947998046875, 971.3851318359375, 5098.21923828125, 6353.330078125, 7170.47509765625, 2334.510009765625, 3473.76025390625, 3853.06591796875, 1337.450927734375, 1768.7979736328125, 2782.239501953125, 214.14682006835938, 827.7984619140625, 1334.791748046875, 1229.55126953125, 3376.7314453125, 2346.244384765625, 1701.3883056640625, 2717.053466796875, 7053.75927734375, 4680.10107421875, 2688.5078125, 3594.91357421875, 1821.6279296875, 3776.58056640625, 4074.552490234375, 2355.76611328125, 2444.255126953125, 2164.75439453125, 452.8967590332031, 659.7625122070312, 391.5643005371094, 3152.328369140625, 1687.494384765625, 1966.9443359375, 1649.5506591796875, 2254.560302734375, 7015.43310546875, 5678.41796875, 5887.47314453125, 6102.9873046875, 7007.85009765625, 6597.6669921875, 1710.2890625, 1495.4039306640625, 878.0699462890625, 555.4949951171875, 828.1087646484375, 2804.37646484375, 2301.233154296875, 2532.86962890625, 1099.974365234375, 1240.3035888671875, 1269.0103759765625, 2003.9732666015625, 4049.972900390625, 1857.857666015625, 353.00799560546875, 3140.02880859375, 7014.677734375, 6466.8330078125, 3591.41552734375, 2390.88818359375, 5040.11328125, 318.2381896972656, 319.5551452636719, 567.7503662109375, 1822.726806640625, 1566.3360595703125, 1453.02734375, 499.73760986328125, 577.2307739257812, 674.2529907226562, 1826.5482177734375, 2747.691162109375, 415.1519470214844, 495.7520751953125, 1428.4853515625]\n", - "311\n", - "4818\n", - "10\n", - "[713.6264038085938, 1444.580078125, 953.6984252929688, 999.8466186523438, 796.4029541015625, 2268.3583984375, 1577.925537109375, 1977.7119140625, 3170.0419921875, 438.72784423828125]\n", - "10\n", - "4819\n", - "5\n", - "[6770.26953125, 3778.92138671875, 12585.048828125, 21427.0625, 5612.06591796875]\n", - "5\n", - "4820\n", - "4\n", - "[561.6650390625, 5724.53125, 4090.051513671875, 3603.73193359375]\n", - "4\n", - "4821\n", - "8\n", - "[512.950927734375, 2867.949462890625, 2887.67041015625, 506.1448974609375, 3322.147216796875, 1154.9288330078125, 327.4669189453125, 606.1028442382812]\n", - "8\n", - "4822\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22\n", - "[1894.6705322265625, 1907.792724609375, 460.5578308105469, 1401.8006591796875, 1500.759521484375, 791.6700439453125, 4994.75390625, 1878.687255859375, 1418.4254150390625, 1387.0999755859375, 9045.748046875, 3916.912109375, 2546.140869140625, 1744.55517578125, 623.4500732421875, 3434.7470703125, 2711.401123046875, 1142.0216064453125, 524.7379760742188, 621.0821533203125, 374.671875, 799.957763671875]\n", - "22\n", - "4823\n", - "8\n", - "[2622.064453125, 954.9431762695312, 1774.2203369140625, 2446.537109375, 1520.722900390625, 6544.53125, 2131.85400390625, 626.3340454101562]\n", - "8\n", - "4824\n", - "3\n", - "[5383.89306640625, 343.3509521484375, 1905.646240234375]\n", - "3\n", - "4825\n", - "34\n", - "[1429.641357421875, 528.3687133789062, 2817.795166015625, 5244.07080078125, 5648.203125, 3949.417724609375, 8959.4169921875, 6788.16259765625, 14329.169921875, 6584.9072265625, 1943.2283935546875, 2302.9951171875, 6061.92626953125, 4235.62060546875, 5214.76953125, 6423.69775390625, 1123.2139892578125, 163.59580993652344, 1082.304931640625, 1340.8226318359375, 1739.1971435546875, 902.4354858398438, 1202.7149658203125, 4520.33740234375, 478.5089111328125, 794.8240356445312, 328.78485107421875, 1723.81787109375, 454.4227294921875, 1423.9759521484375, 810.2252807617188, 325.72210693359375, 1199.08349609375, 944.17626953125]\n", - "34\n", - "4826\n", - "7\n", - "[1908.1923828125, 8040.0859375, 1210.9425048828125, 1618.0655517578125, 2286.460205078125, 716.1631469726562, 10612.720703125]\n", - "7\n", - "4827\n", - "5\n", - "[1676.793212890625, 605.7239990234375, 6315.39990234375, 3370.418701171875, 1448.504150390625]\n", - "5\n", - "4828\n", - "6\n", - "[1833.4661865234375, 310.0881652832031, 6010.58544921875, 1137.3035888671875, 487.813720703125, 1063.733642578125]\n", - "6\n", - "4829\n", - "5\n", - "[1244.6591796875, 2459.338623046875, 438.2645568847656, 1645.7279052734375, 859.7418212890625]\n", - "5\n", - "4830\n", - "2\n", - "[611.6544799804688, 6813.31005859375]\n", - "2\n", - "4831\n", - "4\n", - "[1709.527587890625, 1713.4735107421875, 710.98193359375, 1359.8145751953125]\n", - "4\n", - "4832\n", - "68\n", - "[950.5784301757812, 1591.996826171875, 1114.723876953125, 863.572021484375, 362.9071350097656, 974.9995727539062, 1500.775634765625, 1132.2965087890625, 1782.8807373046875, 2006.7479248046875, 2766.11474609375, 2110.337890625, 504.6957702636719, 842.3250122070312, 1263.4990234375, 783.247314453125, 412.09442138671875, 415.62506103515625, 1194.6287841796875, 3183.28076171875, 2591.42333984375, 710.0587158203125, 1453.2041015625, 2921.0771484375, 761.2872924804688, 751.718994140625, 3308.244384765625, 1396.8463134765625, 827.9322509765625, 932.7642822265625, 1965.294677734375, 1845.2015380859375, 1645.14599609375, 748.912841796875, 443.27777099609375, 874.5491943359375, 2331.329833984375, 2762.6416015625, 1550.6873779296875, 1576.810546875, 2817.33740234375, 3638.40966796875, 3453.39697265625, 5307.3271484375, 4643.67822265625, 495.02392578125, 1144.4007568359375, 3684.5263671875, 4230.06005859375, 604.8643798828125, 2630.168212890625, 4798.4912109375, 4684.8671875, 4443.44482421875, 1873.3775634765625, 448.57373046875, 1601.2950439453125, 2449.939453125, 394.74603271484375, 748.5736083984375, 385.98846435546875, 963.976318359375, 1346.0777587890625, 391.53741455078125, 870.5010375976562, 945.5355224609375, 2124.30517578125, 1385.679443359375]\n", - "68\n", - "4833\n", - "7\n", - "[4501.55810546875, 1791.4052734375, 492.985595703125, 1365.3492431640625, 9021.8974609375, 867.5855102539062, 552.0498046875]\n", - "7\n", - "4834\n", - "17\n", - "[431.8187255859375, 1930.1619873046875, 1535.130859375, 1492.0897216796875, 371.7315979003906, 2145.754150390625, 627.8080444335938, 382.61328125, 3128.683837890625, 1893.2454833984375, 611.2872924804688, 675.8075561523438, 5561.09814453125, 2621.386962890625, 1130.218994140625, 428.49871826171875, 590.5546264648438]\n", - "17\n", - "4835\n", - "12\n", - "[422.3992614746094, 873.0474243164062, 529.817626953125, 16144.76953125, 19834.3359375, 8455.865234375, 7960.96533203125, 12434.3486328125, 8250.486328125, 53231.640625, 5134.74560546875, 7126.59375]\n", - "12\n", - "4836\n", - "14\n", - "[3816.45458984375, 413.0350646972656, 470.96051025390625, 617.471923828125, 1561.5235595703125, 3649.6025390625, 744.541748046875, 1352.7921142578125, 2533.1728515625, 1287.9090576171875, 533.2802734375, 1664.5242919921875, 696.7698364257812, 924.110595703125]\n", - "14\n", - "4837\n", - "12\n", - "[326.54986572265625, 1286.3017578125, 817.038818359375, 404.21856689453125, 339.32598876953125, 723.6213989257812, 3016.036376953125, 2442.99560546875, 351.19134521484375, 3641.7216796875, 2059.35498046875, 3254.057373046875]\n", - "12\n", - "4838\n", - "4\n", - "[5215.73388671875, 1683.292724609375, 1053.08837890625, 2129.091064453125]\n", - "4\n", - "4839\n", - "6\n", - "[726.130615234375, 589.4507446289062, 567.2725830078125, 1605.3231201171875, 1945.0828857421875, 483.1087951660156]\n", - "6\n", - "4840\n", - "10\n", - "[366.67926025390625, 308.1996765136719, 305.5890808105469, 701.6058959960938, 614.7547607421875, 3633.35546875, 1189.286865234375, 1234.97802734375, 1170.253662109375, 554.8778076171875]\n", - "10\n", - "4841\n", - "7\n", - "[688.4710083007812, 1297.654052734375, 1239.269287109375, 583.05712890625, 980.1268920898438, 512.9419555664062, 720.4219970703125]\n", - "7\n", - "4842\n", - "10\n", - "[662.1396484375, 320.7158508300781, 1360.6732177734375, 3080.328369140625, 302.7060852050781, 914.818603515625, 357.277587890625, 892.509765625, 1077.10009765625, 440.6130676269531]\n", - "10\n", - "4843\n", - "27\n", - "[481.5643310546875, 831.6250610351562, 539.2859497070312, 867.3089599609375, 319.72174072265625, 1871.6212158203125, 1397.8804931640625, 448.2559509277344, 435.3715515136719, 2342.89599609375, 5816.49560546875, 2528.85498046875, 717.447021484375, 419.3370361328125, 1367.4381103515625, 547.3419189453125, 825.5831298828125, 6819.60693359375, 6915.1943359375, 1660.1904296875, 814.7901611328125, 1956.1058349609375, 1470.1519775390625, 1124.248291015625, 2693.912353515625, 2020.8892822265625, 526.15625]\n", - "27\n", - "4844\n", - "5\n", - "[356.4513244628906, 636.1771850585938, 1514.2403564453125, 2343.85986328125, 336.8462219238281]\n", - "5\n", - "4845\n", - "6\n", - "[1304.5003662109375, 377.076416015625, 1630.5843505859375, 549.9716796875, 603.1015014648438, 1163.877685546875]\n", - "6\n", - "4846\n", - "7\n", - "[1503.423828125, 1753.060302734375, 701.897705078125, 4038.106689453125, 1202.894775390625, 364.8305969238281, 1223.1566162109375]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4847\n", - "8\n", - "[589.6861572265625, 4537.54052734375, 564.9505615234375, 1620.0933837890625, 939.9915771484375, 1882.702880859375, 370.33642578125, 425.6149597167969]\n", - "8\n", - "4848\n", - "5\n", - "[1312.159423828125, 3301.780029296875, 941.4879150390625, 3483.009033203125, 841.7335815429688]\n", - "5\n", - "4849\n", - "3\n", - "[3084.9453125, 2133.21337890625, 462.044677734375]\n", - "3\n", - "4850\n", - "25\n", - "[636.2918701171875, 562.8070068359375, 998.353759765625, 2629.076416015625, 6931.8974609375, 4020.725830078125, 1309.6507568359375, 1426.449462890625, 7984.4970703125, 9079.8173828125, 6808.33447265625, 3302.435302734375, 330.310302734375, 3748.25537109375, 7280.95751953125, 6182.353515625, 6469.7265625, 3435.650634765625, 1551.40478515625, 1213.982177734375, 417.8787841796875, 346.62353515625, 898.3951416015625, 461.7947082519531, 624.6448974609375]\n", - "25\n", - "4851\n", - "8\n", - "[303.73333740234375, 2047.597900390625, 483.1022644042969, 979.1786499023438, 652.70361328125, 1263.130126953125, 968.5231323242188, 1256.8651123046875]\n", - "8\n", - "4852\n", - "5\n", - "[1231.670654296875, 465.27056884765625, 4665.9384765625, 645.706298828125, 670.3200073242188]\n", - "5\n", - "4853\n", - "8\n", - "[322.03997802734375, 359.6016845703125, 406.6436767578125, 792.8903198242188, 792.8060913085938, 435.3545227050781, 1756.4034423828125, 457.52276611328125]\n", - "8\n", - "4854\n", - "7\n", - "[930.805908203125, 753.7605590820312, 716.6088256835938, 1302.2904052734375, 345.8611145019531, 414.6634521484375, 747.148681640625]\n", - "7\n", - "4855\n", - "13\n", - "[1839.8389892578125, 889.4862060546875, 1154.535888671875, 605.6106567382812, 1248.9923095703125, 616.06689453125, 997.774658203125, 605.871337890625, 345.2687683105469, 710.7265014648438, 435.69903564453125, 1782.56591796875, 628.5223999023438]\n", - "13\n", - "4856\n", - "15\n", - "[384.043701171875, 442.2815856933594, 655.3202514648438, 974.5967407226562, 1544.93994140625, 573.5526123046875, 1084.895263671875, 347.492919921875, 1199.0712890625, 1464.338134765625, 946.1705932617188, 1437.457763671875, 724.6302490234375, 1077.0224609375, 651.927490234375]\n", - "15\n", - "4857\n", - "2\n", - "[2583.70703125, 13156.75]\n", - "2\n", - "4858\n", - "7\n", - "[885.0050659179688, 343.83978271484375, 1654.1307373046875, 681.759765625, 628.4325561523438, 1692.7572021484375, 444.67315673828125]\n", - "7\n", - "4859\n", - "19\n", - "[1603.0623779296875, 2192.4267578125, 523.9493408203125, 1320.7669677734375, 700.1212158203125, 440.49664306640625, 385.620361328125, 1401.6351318359375, 348.2193603515625, 1030.624267578125, 347.3623046875, 358.0669250488281, 1652.5816650390625, 2566.065673828125, 620.8612670898438, 913.1647338867188, 908.7545776367188, 615.640380859375, 945.2681884765625]\n", - "19\n", - "4860\n", - "9\n", - "[533.8436279296875, 1068.352783203125, 795.1358032226562, 1882.67236328125, 1003.1827392578125, 387.4405212402344, 1779.234130859375, 3951.76025390625, 462.1106872558594]\n", - "9\n", - "4861\n", - "1\n", - "[5391.8857421875]\n", - "1\n", - "4862\n", - "31\n", - "[1369.1800537109375, 866.3842163085938, 1847.4527587890625, 2966.81396484375, 2818.874755859375, 2120.72265625, 5648.63916015625, 3971.476806640625, 311.0265808105469, 2216.857666015625, 8318.646484375, 13309.60546875, 2952.537353515625, 1137.2105712890625, 4802.56201171875, 4116.5322265625, 878.3576049804688, 5098.6103515625, 4299.990234375, 2921.62841796875, 342.0755920410156, 959.041259765625, 2844.70849609375, 681.2642822265625, 303.89642333984375, 703.8861694335938, 1532.3695068359375, 1225.4678955078125, 1657.82373046875, 959.8196411132812, 1822.5804443359375]\n", - "31\n", - "4863\n", - "335\n", - "[723.48779296875, 356.0826110839844, 354.42437744140625, 303.40283203125, 1008.7893676757812, 419.33538818359375, 327.1842041015625, 325.05657958984375, 621.3225708007812, 491.7646789550781, 473.928955078125, 895.2259521484375, 680.2166137695312, 311.3251953125, 435.9941101074219, 398.8891906738281, 317.14971923828125, 455.04266357421875, 543.415771484375, 442.4222106933594, 908.5499267578125, 747.9078369140625, 428.7511901855469, 1344.046142578125, 553.7520751953125, 340.37237548828125, 313.57354736328125, 753.4456787109375, 649.9623413085938, 342.4245300292969, 198.7731170654297, 950.7098388671875, 1661.7691650390625, 634.118408203125, 952.3244018554688, 353.77178955078125, 658.0804443359375, 351.1763916015625, 882.2943115234375, 410.84002685546875, 506.024169921875, 1078.9398193359375, 545.9508056640625, 594.9915161132812, 363.3686828613281, 607.3799438476562, 311.9891357421875, 417.5480651855469, 687.5802612304688, 477.8672790527344, 458.1755676269531, 1708.365478515625, 756.9765625, 615.2415161132812, 886.7305908203125, 702.12646484375, 868.3818359375, 660.751220703125, 547.1278076171875, 1258.8209228515625, 342.7715759277344, 666.7116088867188, 475.3775329589844, 2800.991455078125, 1179.465576171875, 453.1658935546875, 356.23138427734375, 340.4779968261719, 109.42858123779297, 469.2814025878906, 626.0908203125, 480.80975341796875, 795.6508178710938, 285.703369140625, 1033.4150390625, 128.90904235839844, 288.60052490234375, 810.58935546875, 412.1377258300781, 439.8419189453125, 328.52716064453125, 704.2540893554688, 1313.9276123046875, 968.4851684570312, 2063.314208984375, 448.3976135253906, 1793.0172119140625, 528.4017944335938, 502.9956359863281, 954.648193359375, 653.0707397460938, 78.7366714477539, 95.03325653076172, 318.8548583984375, 1621.555908203125, 342.71124267578125, 1343.47265625, 2182.475341796875, 1547.75341796875, 1136.24951171875, 1705.8907470703125, 747.4249877929688, 1468.1868896484375, 351.0255126953125, 591.1436767578125, 975.8035278320312, 1042.3177490234375, 1134.861328125, 847.2550659179688, 743.9591064453125, 1572.49853515625, 2646.3701171875, 563.964111328125, 399.0553283691406, 874.2662353515625, 316.0801086425781, 324.9239807128906, 520.3736572265625, 574.4712524414062, 562.2474365234375, 981.97509765625, 2188.903564453125, 928.4830932617188, 719.0115356445312, 427.63458251953125, 1008.9701538085938, 306.28533935546875, 173.90573120117188, 399.130615234375, 564.7221069335938, 712.568359375, 1063.1260986328125, 567.090087890625, 661.4222412109375, 716.4781494140625, 313.1714782714844, 396.91314697265625, 193.48434448242188, 197.1005096435547, 979.4297485351562, 858.8779296875, 581.80908203125, 467.0549011230469, 105.06523895263672, 240.5800018310547, 639.3597412109375, 495.9897155761719, 235.41026306152344, 752.223388671875, 640.818115234375, 867.838623046875, 1149.0302734375, 644.7413330078125, 850.9234008789062, 263.3710021972656, 1036.1009521484375, 702.3226318359375, 388.1907958984375, 591.6265258789062, 701.384765625, 771.5397338867188, 910.683349609375, 668.1842651367188, 909.3272705078125, 1470.8348388671875, 1224.66064453125, 1218.961181640625, 1993.0166015625, 930.49365234375, 664.332275390625, 204.5490264892578, 582.8125610351562, 735.7457275390625, 772.880859375, 643.775634765625, 369.4346008300781, 317.19500732421875, 253.1856231689453, 1065.796875, 1125.32470703125, 831.9559936523438, 300.6117248535156, 372.2110900878906, 818.0284423828125, 385.79156494140625, 673.60205078125, 815.0515747070312, 319.4801025390625, 1448.2730712890625, 357.155029296875, 1255.55517578125, 1858.4913330078125, 1276.26953125, 620.8597412109375, 343.7319641113281, 1995.8072509765625, 2219.98974609375, 227.0714111328125, 322.2725830078125, 122.14897155761719, 188.83746337890625, 724.86083984375, 1085.9564208984375, 1560.8360595703125, 2727.671630859375, 2381.218505859375, 3714.354736328125, 355.64288330078125, 561.6740112304688, 930.5352783203125, 1089.110107421875, 550.8885498046875, 718.3978271484375, 863.1229858398438, 197.98489379882812, 1059.653564453125, 1747.3927001953125, 454.3786926269531, 926.1699829101562, 737.5006103515625, 1202.3936767578125, 404.6960754394531, 843.83544921875, 1295.593994140625, 1619.27734375, 5376.57666015625, 9478.8662109375, 1219.4979248046875, 651.8334350585938, 716.3342895507812, 364.6231689453125, 644.5809936523438, 689.1541137695312, 1377.6400146484375, 350.0013122558594, 458.5844421386719, 491.405029296875, 836.6306762695312, 193.01266479492188, 2096.465576171875, 5899.9990234375, 10799.5986328125, 8289.154296875, 1750.9176025390625, 408.2726135253906, 494.70672607421875, 2076.581298828125, 1192.8226318359375, 1289.712158203125, 442.8619689941406, 529.6695556640625, 1849.7457275390625, 91.661865234375, 225.87258911132812, 3418.5263671875, 11404.8056640625, 12811.3671875, 13039.474609375, 4204.0673828125, 617.0469970703125, 1080.3677978515625, 1165.2493896484375, 113.33918762207031, 511.4315185546875, 541.4024047851562, 300.6328125, 130.85006713867188, 1227.431640625, 414.10919189453125, 4759.2529296875, 11744.318359375, 13322.8388671875, 9918.9189453125, 3687.85791015625, 422.63995361328125, 728.7354125976562, 1173.031982421875, 760.3571166992188, 1121.7965087890625, 1231.716064453125, 841.4063110351562, 605.7465209960938, 118.055908203125, 794.5927734375, 1966.3343505859375, 6352.41064453125, 9730.134765625, 4668.61083984375, 4037.0576171875, 2014.2432861328125, 1354.8802490234375, 517.8973388671875, 340.1551208496094, 1543.374267578125, 521.0418701171875, 611.4852294921875, 1331.3177490234375, 2402.902099609375, 3047.009521484375, 6874.7314453125, 794.3983764648438, 2623.479248046875, 1411.7977294921875, 2085.737060546875, 593.7843627929688, 541.0618286132812, 307.4917297363281, 941.7618408203125, 3161.342041015625, 3406.560546875, 471.03179931640625, 656.9336547851562, 609.024658203125, 2033.7540283203125, 449.6651306152344, 909.440185546875, 443.1465148925781, 2372.19482421875, 314.9617614746094]\n", - "319\n", - "4864\n", - "174\n", - "[856.46484375, 791.0676879882812, 530.3138427734375, 1174.42724609375, 1105.809326171875, 500.1833801269531, 915.0767822265625, 683.3727416992188, 1044.1309814453125, 1613.086669921875, 495.3206787109375, 649.7900390625, 1968.203369140625, 734.5467529296875, 402.23492431640625, 762.6984252929688, 1750.2384033203125, 528.756103515625, 640.0015258789062, 588.2801513671875, 1102.1534423828125, 372.96759033203125, 708.0651245117188, 601.8928833007812, 804.0980224609375, 623.1610107421875, 1586.5419921875, 314.3556823730469, 511.10687255859375, 1301.2088623046875, 1036.177978515625, 1475.0718994140625, 756.6639404296875, 207.49578857421875, 985.3717041015625, 362.8703308105469, 458.36285400390625, 341.4898986816406, 1668.4976806640625, 531.594970703125, 1152.279541015625, 2700.730224609375, 2012.7657470703125, 569.1904907226562, 344.1656188964844, 309.5000305175781, 572.5904541015625, 1109.7457275390625, 419.1315612792969, 413.51806640625, 347.32794189453125, 578.7933349609375, 432.41387939453125, 2063.841064453125, 1557.2142333984375, 1618.9656982421875, 1986.4093017578125, 2994.645751953125, 395.69061279296875, 384.2896728515625, 865.8569946289062, 1024.4276123046875, 1731.2816162109375, 2032.703369140625, 1580.007568359375, 885.0740356445312, 401.8431396484375, 798.0665893554688, 927.4905395507812, 996.7742919921875, 1342.6429443359375, 1840.3226318359375, 931.4859008789062, 642.4957275390625, 395.5030212402344, 926.6595458984375, 1311.6099853515625, 504.8190612792969, 841.0856323242188, 1395.5390625, 3539.22216796875, 3295.294677734375, 2446.716064453125, 601.7429809570312, 383.3941345214844, 803.568359375, 1995.762451171875, 1198.77001953125, 2309.2880859375, 4307.146484375, 7841.390625, 9274.486328125, 3190.183349609375, 1918.75, 2746.880126953125, 905.5748901367188, 2008.66552734375, 7913.28173828125, 11738.07421875, 10633.09765625, 8976.1298828125, 6723.091796875, 3048.275634765625, 1791.225341796875, 2061.57470703125, 746.9257202148438, 603.8126831054688, 3451.1142578125, 3257.7119140625, 7153.5966796875, 7545.35302734375, 9228.03515625, 8545.48046875, 4238.0986328125, 2447.73779296875, 1927.0943603515625, 1360.550048828125, 366.33013916015625, 300.80596923828125, 953.768310546875, 3662.895263671875, 4379.666015625, 2381.741943359375, 1085.6026611328125, 685.7506713867188, 943.9698486328125, 1351.9566650390625, 1733.0369873046875, 1639.2176513671875, 1862.7098388671875, 1146.6336669921875, 457.5950012207031, 1153.17041015625, 1617.7867431640625, 2810.229736328125, 1265.171875, 1362.33154296875, 661.79150390625, 1024.021484375, 425.9595031738281, 407.20086669921875, 326.88726806640625, 759.3048706054688, 1058.1851806640625, 1506.7021484375, 303.9236755371094, 1017.4061889648438, 530.8872680664062, 1657.701171875, 1324.2772216796875, 463.5553283691406, 950.68994140625, 789.8793334960938, 772.391357421875, 330.6992492675781, 1319.967529296875, 1445.12109375, 489.964111328125, 521.6913452148438, 551.1392211914062, 714.2684326171875, 672.7820434570312, 588.9315185546875, 978.78857421875, 1186.4302978515625, 383.2024230957031, 387.0668029785156, 325.7738037109375, 598.1536254882812, 368.360595703125, 559.483642578125, 330.9874572753906, 714.3601684570312, 413.46246337890625]\n", - "174\n", - "4865\n", - "17\n", - "[2298.59912109375, 1056.181396484375, 4811.17236328125, 3509.3173828125, 2296.43798828125, 4504.17041015625, 467.9329833984375, 722.1622314453125, 6570.0634765625, 13301.8681640625, 5325.21435546875, 3255.718505859375, 772.4136352539062, 10222.5703125, 7135.97802734375, 693.79443359375, 307.63262939453125]\n", - "17\n", - "4866\n", - "7\n", - "[1640.3505859375, 2442.341796875, 303.1905822753906, 3210.60888671875, 6966.3486328125, 955.3639526367188, 1619.59033203125]\n", - "7\n", - "4867\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "38\n", - "[1931.7469482421875, 1021.418701171875, 1529.364990234375, 398.0543212890625, 4351.99853515625, 1107.9073486328125, 1255.1844482421875, 687.8147583007812, 1033.4365234375, 1962.3076171875, 463.3702697753906, 1439.4805908203125, 3637.6181640625, 10209.259765625, 3145.11865234375, 1531.5621337890625, 3206.50634765625, 1430.8250732421875, 6564.583984375, 19623.642578125, 23696.3671875, 11310.7421875, 1871.6910400390625, 1124.319580078125, 1254.385498046875, 5160.65771484375, 17296.072265625, 7093.3369140625, 5155.83056640625, 874.3746337890625, 599.1954956054688, 725.9989013671875, 2186.08642578125, 3879.140625, 361.60125732421875, 1000.7453002929688, 2408.43359375, 1662.1273193359375]\n", - "38\n", - "4868\n", - "5\n", - "[572.0738525390625, 1409.0689697265625, 508.5857849121094, 2027.226318359375, 1552.204833984375]\n", - "5\n", - "4869\n", - "6\n", - "[484.9983215332031, 496.1500244140625, 1047.624267578125, 1621.3438720703125, 320.47430419921875, 2073.20556640625]\n", - "6\n", - "4870\n", - "3\n", - "[426.03643798828125, 5610.12646484375, 627.7793579101562]\n", - "3\n", - "4871\n", - "42\n", - "[1469.9061279296875, 1183.7867431640625, 1668.9954833984375, 3751.60791015625, 4527.478515625, 1294.57568359375, 950.5488891601562, 4419.99560546875, 5253.68359375, 1876.011962890625, 351.8752136230469, 2921.787841796875, 4303.53955078125, 1490.43798828125, 532.7827758789062, 878.2037963867188, 2928.331787109375, 1468.669189453125, 944.8255615234375, 691.8316040039062, 2965.077880859375, 2292.676025390625, 474.9314880371094, 581.2789306640625, 2026.189208984375, 2292.147705078125, 347.5911865234375, 498.28564453125, 518.502685546875, 934.4359130859375, 1012.031982421875, 1350.6053466796875, 638.5342407226562, 838.2645263671875, 572.609619140625, 689.6052856445312, 1785.6087646484375, 778.872802734375, 2419.915283203125, 459.8707580566406, 1679.485107421875, 4313.0712890625]\n", - "42\n", - "4872\n", - "24\n", - "[730.2798461914062, 1045.612060546875, 489.5557556152344, 1619.2005615234375, 638.7979736328125, 593.99951171875, 615.1722412109375, 638.2299194335938, 1912.1981201171875, 411.7996520996094, 1402.8564453125, 1089.7650146484375, 666.6453247070312, 1362.829345703125, 1041.0677490234375, 806.4127197265625, 2227.46044921875, 881.9907836914062, 549.2655639648438, 2607.684814453125, 528.0855102539062, 6403.6328125, 1205.3385009765625, 301.0265808105469]\n", - "24\n", - "4873\n", - "6\n", - "[533.915283203125, 1644.6336669921875, 514.4595947265625, 425.2240905761719, 1310.594482421875, 1181.3760986328125]\n", - "6\n", - "4874\n", - "7\n", - "[1244.089599609375, 2579.236572265625, 368.2817077636719, 1138.2779541015625, 2195.19482421875, 491.2476501464844, 372.6918640136719]\n", - "7\n", - "4875\n", - "1\n", - "[19834.24609375]\n", - "1\n", - "4876\n", - "1\n", - "[5396.46630859375]\n", - "1\n", - "4877\n", - "8\n", - "[772.4780883789062, 856.5635986328125, 450.75653076171875, 691.69921875, 1158.278076171875, 728.1544189453125, 665.8218383789062, 419.72711181640625]\n", - "8\n", - "4878\n", - "3\n", - "[3238.071044921875, 3426.841552734375, 631.1741333007812]\n", - "3\n", - "4879\n", - "7\n", - "[336.14581298828125, 1218.179931640625, 882.4880981445312, 1668.3092041015625, 470.46142578125, 2213.12744140625, 1410.8331298828125]\n", - "7\n", - "4880\n", - "13\n", - "[364.97406005859375, 351.71112060546875, 414.7830505371094, 1746.07080078125, 5045.78662109375, 2478.451171875, 1255.1151123046875, 725.8621826171875, 5914.91455078125, 1190.1949462890625, 1126.6689453125, 551.4658813476562, 588.011962890625]\n", - "13\n", - "4881\n", - "124\n", - "[678.4534912109375, 970.4197998046875, 758.3511962890625, 4224.9404296875, 9575.673828125, 1517.948486328125, 759.3990478515625, 332.76953125, 629.2445678710938, 307.84503173828125, 472.77410888671875, 11710.8095703125, 18087.4765625, 14348.349609375, 8474.6982421875, 8300.7734375, 1851.6298828125, 389.82904052734375, 509.7369384765625, 365.82403564453125, 693.31640625, 1107.613037109375, 1538.8682861328125, 12494.6923828125, 18948.388671875, 18369.73046875, 18386.544921875, 18890.5703125, 14924.06640625, 1446.6834716796875, 1015.21630859375, 576.7598266601562, 1796.9154052734375, 6776.029296875, 18882.65625, 19279.849609375, 19206.318359375, 18891.94140625, 18427.412109375, 6651.67626953125, 913.6113891601562, 573.7974853515625, 974.619873046875, 666.7666625976562, 649.4752807617188, 1700.363037109375, 2743.713134765625, 17037.3125, 18915.87890625, 19142.53515625, 18785.880859375, 14268.5244140625, 3656.415771484375, 723.1234741210938, 1891.384033203125, 1700.561767578125, 526.102783203125, 1023.5974731445312, 816.5284423828125, 4311.076171875, 14370.10546875, 18498.203125, 15745.4951171875, 5727.31689453125, 3596.620849609375, 1253.82373046875, 3770.620361328125, 417.2845458984375, 257.7359313964844, 150.7911376953125, 571.057861328125, 6740.892578125, 2341.039794921875, 1054.1446533203125, 696.5941162109375, 745.810546875, 691.0744018554688, 1466.08251953125, 694.501953125, 524.5548095703125, 472.27386474609375, 2109.630859375, 664.8869018554688, 880.4479370117188, 332.4852600097656, 380.69842529296875, 365.2953796386719, 353.85552978515625, 348.1781005859375, 543.9639892578125, 1256.77099609375, 868.0521240234375, 2341.18017578125, 1637.137451171875, 475.6805725097656, 1175.67919921875, 1143.3575439453125, 3660.59814453125, 5075.3193359375, 2811.092529296875, 331.8349304199219, 493.8218688964844, 2428.2802734375, 1054.7003173828125, 1517.7470703125, 3204.73046875, 2644.322021484375, 596.7116088867188, 308.1576232910156, 1717.6083984375, 1426.5400390625, 498.137451171875, 719.1742553710938, 1043.978759765625, 411.60162353515625, 2602.072998046875, 2546.07177734375, 2037.693359375, 3159.206298828125, 674.8986206054688, 1259.717529296875, 841.0516967773438, 429.5441589355469, 2279.860107421875]\n", - "124\n", - "4882\n", - "9\n", - "[976.0449829101562, 1265.86767578125, 1171.4833984375, 1775.5284423828125, 453.1206359863281, 331.3337707519531, 510.9282531738281, 362.1011657714844, 991.4663696289062]\n", - "9\n", - "4883\n", - "6\n", - "[570.40869140625, 649.792236328125, 659.42041015625, 839.9328002929688, 2542.500244140625, 406.1004943847656]\n", - "6\n", - "4884\n", - "3\n", - "[2516.565673828125, 1653.0631103515625, 1732.460693359375]\n", - "3\n", - "4885\n", - "10\n", - "[1471.967041015625, 945.7655029296875, 1760.759765625, 1156.0906982421875, 1162.9814453125, 1134.871337890625, 586.5689086914062, 441.4382019042969, 584.4491577148438, 488.6722717285156]\n", - "10\n", - "4886\n", - "13\n", - "[683.4632568359375, 423.6571044921875, 379.7624816894531, 338.82147216796875, 4969.2529296875, 3610.62890625, 715.3448486328125, 3882.42333984375, 7660.57666015625, 1386.6337890625, 426.44940185546875, 1268.650634765625, 697.4122314453125]\n", - "13\n", - "4887\n", - "3\n", - "[985.3154296875, 628.1431274414062, 4290.43212890625]\n", - "3\n", - "4888\n", - "10\n", - "[3956.397705078125, 1303.0709228515625, 884.1429443359375, 1868.969970703125, 872.7885131835938, 991.34423828125, 1129.0462646484375, 563.7845458984375, 371.22186279296875, 486.64935302734375]\n", - "10\n", - "4889\n", - "5\n", - "[2237.446044921875, 442.1361999511719, 1279.3126220703125, 622.2848510742188, 3307.271240234375]\n", - "5\n", - "4890\n", - "5\n", - "[693.124267578125, 5341.11865234375, 982.9492797851562, 1123.360595703125, 464.9016418457031]\n", - "5\n", - "4891\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "320\n", - "[316.9788513183594, 952.18701171875, 714.96240234375, 1081.0511474609375, 367.6817321777344, 359.9992370605469, 364.38433837890625, 850.5927124023438, 921.0885620117188, 680.3182983398438, 327.9587707519531, 486.4567565917969, 799.8212890625, 4188.5400390625, 6852.02734375, 4058.545166015625, 2908.197265625, 2436.19775390625, 1450.4544677734375, 627.5598754882812, 1066.4654541015625, 6767.365234375, 7879.2578125, 6643.4775390625, 4510.46923828125, 3545.77783203125, 6054.27001953125, 4652.11181640625, 2080.412353515625, 835.0392456054688, 5327.09423828125, 7742.63427734375, 8284.341796875, 7835.26123046875, 6517.19970703125, 1888.5377197265625, 3909.074462890625, 2087.2041015625, 557.800537109375, 6268.2841796875, 8152.9423828125, 7656.7646484375, 6956.07958984375, 5380.03271484375, 1517.438720703125, 354.38934326171875, 2299.496826171875, 6186.19189453125, 7338.44970703125, 1724.9952392578125, 1335.22509765625, 1625.0025634765625, 453.5084228515625, 548.3707885742188, 470.6120910644531, 690.9384765625, 382.6528015136719, 2057.5498046875, 578.333251953125, 937.8264770507812, 494.01934814453125, 3716.805908203125, 1654.542236328125, 303.5579833984375, 466.7579650878906, 349.2467956542969, 1346.6707763671875, 311.7503662109375, 1215.1746826171875, 1121.4730224609375, 500.9755554199219, 1216.2132568359375, 552.4241943359375, 582.84423828125, 1121.775146484375, 486.66229248046875, 2768.515869140625, 5208.0966796875, 653.7592163085938, 402.3686828613281, 1513.843505859375, 1953.8853759765625, 5494.60498046875, 689.3013916015625, 709.2589111328125, 877.7047119140625, 2430.296630859375, 8482.90234375, 1992.735595703125, 3240.113037109375, 1101.203857421875, 370.9215087890625, 1328.834228515625, 1700.142822265625, 679.689453125, 2338.482666015625, 7516.15966796875, 353.0192565917969, 417.8110656738281, 368.42816162109375, 423.2767028808594, 466.2060852050781, 2772.628662109375, 6471.76708984375, 2968.704345703125, 3217.082763671875, 1836.0291748046875, 5047.53173828125, 4082.10400390625, 15613.9560546875, 2874.910400390625, 998.256103515625, 423.0457458496094, 2988.19921875, 4393.45068359375, 4332.99560546875, 1470.0047607421875, 1049.4609375, 381.3480224609375, 3054.28271484375, 1205.824462890625, 12799.4580078125, 9370.951171875, 19107.1328125, 20005.0, 6743.89306640625, 1661.1214599609375, 1829.2080078125, 2388.072998046875, 3267.958740234375, 4980.7724609375, 10504.98828125, 6293.185546875, 6166.70703125, 254.98472595214844, 262.5801086425781, 485.6436462402344, 364.82177734375, 523.8848266601562, 680.4125366210938, 524.1070556640625, 578.3103637695312, 5719.86083984375, 5546.38232421875, 17413.787109375, 27248.18359375, 15492.7373046875, 7645.025390625, 8413.2763671875, 8517.123046875, 9446.3662109375, 6448.41650390625, 4036.428466796875, 596.4954223632812, 1953.8778076171875, 1974.688232421875, 497.61407470703125, 244.04066467285156, 206.7949981689453, 291.29052734375, 962.0663452148438, 1614.390869140625, 2908.75048828125, 5846.30029296875, 13512.515625, 23788.71875, 31886.669921875, 21083.7578125, 8695.705078125, 8056.33154296875, 8601.8662109375, 5350.3681640625, 2272.1533203125, 691.2454223632812, 911.4991455078125, 2338.818359375, 3234.472412109375, 1802.18798828125, 690.6039428710938, 552.2059936523438, 349.3241882324219, 434.940673828125, 1248.898681640625, 1875.786865234375, 1207.4832763671875, 630.9863891601562, 1869.5279541015625, 6312.12255859375, 6493.568359375, 7979.34716796875, 12872.5625, 8943.4921875, 6987.47216796875, 3093.1748046875, 5381.73779296875, 2203.987060546875, 1284.405029296875, 3496.5263671875, 7606.30419921875, 4770.00048828125, 4537.044921875, 628.0316772460938, 437.6848449707031, 950.2587890625, 599.7008056640625, 420.83221435546875, 929.0256958007812, 1896.0755615234375, 2549.347412109375, 2811.34619140625, 6049.60009765625, 6522.826171875, 6447.73388671875, 5246.30712890625, 5088.865234375, 6511.64306640625, 947.5260009765625, 3628.4580078125, 2634.474365234375, 923.2130126953125, 546.0860595703125, 457.2507019042969, 412.3343811035156, 1358.4669189453125, 1619.542724609375, 2742.36865234375, 2596.347412109375, 5117.5107421875, 5601.55908203125, 6373.4140625, 5537.779296875, 1750.506103515625, 2011.830810546875, 1364.943603515625, 573.6751708984375, 1773.727783203125, 5428.38818359375, 5456.533203125, 6381.2509765625, 6502.7802734375, 6197.40185546875, 2457.802734375, 3579.92822265625, 4027.875, 4413.53955078125, 5908.7509765625, 6282.4716796875, 5034.01171875, 3600.11181640625, 2079.50537109375, 420.68231201171875, 631.2799682617188, 756.4819946289062, 6311.5322265625, 6763.22265625, 4996.14013671875, 1268.9451904296875, 431.21221923828125, 2733.82666015625, 1123.2476806640625, 960.8340454101562, 5055.05712890625, 8753.6904296875, 381.56988525390625, 493.2550354003906, 281.1387634277344, 2318.8466796875, 5236.93115234375, 9315.6962890625, 5102.9794921875, 560.7488403320312, 595.5165405273438, 1230.3668212890625, 8904.4169921875, 7755.64453125, 3125.121826171875, 4341.23779296875, 8169.87060546875, 3547.765380859375, 1139.640869140625, 5893.2939453125, 344.62982177734375, 3757.488037109375, 2458.259521484375, 526.4437255859375, 359.87652587890625, 2136.28857421875, 1787.404541015625, 1851.3079833984375, 2812.03125, 935.2156372070312, 1885.3038330078125, 2981.957763671875, 538.3995971679688, 1026.5213623046875, 2111.560791015625, 1453.68359375, 704.2549438476562, 1712.8773193359375, 5411.24609375, 270.5731506347656, 2948.31201171875, 947.0929565429688, 2328.957275390625, 2045.605712890625, 2193.45361328125, 1663.5548095703125, 367.57867431640625, 480.25054931640625, 1550.6224365234375, 4510.8701171875, 933.1854248046875, 305.39093017578125, 1045.2275390625, 2095.21044921875, 3471.0927734375, 755.796142578125, 610.010986328125, 1063.9447021484375]\n", - "319\n", - "4892\n", - "2\n", - "[4041.526611328125, 1862.6063232421875]\n", - "2\n", - "4893\n", - "53\n", - "[395.5614929199219, 683.9707641601562, 358.0981140136719, 593.6358642578125, 993.1903076171875, 1147.530029296875, 1205.59228515625, 243.4296875, 278.02752685546875, 1523.8782958984375, 1539.8736572265625, 1231.6170654296875, 501.6803283691406, 463.6532287597656, 832.1095581054688, 839.6022338867188, 3061.75537109375, 7345.70947265625, 6847.3173828125, 1281.41162109375, 735.1276245117188, 1242.491943359375, 1409.115966796875, 2715.70654296875, 2733.745361328125, 12719.037109375, 18285.529296875, 1204.770263671875, 474.6925964355469, 3546.125, 2702.553466796875, 790.1600341796875, 3873.078125, 15171.4892578125, 1087.3067626953125, 1086.5316162109375, 1217.35986328125, 97.38127899169922, 861.5400390625, 4273.00830078125, 1204.8408203125, 1067.1070556640625, 1773.4383544921875, 922.9141845703125, 1678.1005859375, 3084.6328125, 1064.452880859375, 1760.872314453125, 934.1649780273438, 1327.26025390625, 2319.4169921875, 499.4489440917969, 342.00885009765625]\n", - "53\n", - "4894\n", - "1\n", - "[18308.533203125]\n", - "1\n", - "4895\n", - "63\n", - "[1023.54638671875, 517.52880859375, 403.3652038574219, 375.0155334472656, 1204.7685546875, 630.2731323242188, 686.9171752929688, 309.1459045410156, 444.98651123046875, 543.1320190429688, 356.3246765136719, 1690.9339599609375, 478.6540222167969, 4408.0224609375, 2988.37353515625, 734.1788940429688, 338.2420959472656, 316.4913635253906, 558.9658203125, 943.0779418945312, 619.7111206054688, 410.95953369140625, 632.4942626953125, 2891.205078125, 1651.515380859375, 500.9393005371094, 555.0303955078125, 2120.953125, 1288.2415771484375, 338.4540710449219, 343.2650451660156, 1311.4945068359375, 1071.6007080078125, 767.29345703125, 854.4437866210938, 1411.8887939453125, 1633.1102294921875, 1372.673095703125, 3150.3701171875, 546.0167236328125, 852.6649780273438, 1305.28271484375, 900.249267578125, 2161.48681640625, 3792.781494140625, 5257.47998046875, 2670.260009765625, 1866.38671875, 677.78369140625, 366.8037414550781, 3882.954833984375, 4433.3955078125, 3739.363037109375, 2288.65478515625, 619.88623046875, 388.34246826171875, 366.9696350097656, 2016.29150390625, 2615.781982421875, 965.3263549804688, 344.0392150878906, 622.6419677734375, 961.9715576171875]\n", - "63\n", - "4896\n", - "5\n", - "[739.6387939453125, 751.9918212890625, 10297.0380859375, 872.94873046875, 594.4904174804688]\n", - "5\n", - "4897\n", - "74\n", - "[563.4649047851562, 344.27557373046875, 1120.015380859375, 733.3538818359375, 474.8951110839844, 837.3425903320312, 1345.364990234375, 1296.0374755859375, 724.0045166015625, 365.53668212890625, 1055.5869140625, 495.2294616699219, 3977.036376953125, 3585.4501953125, 3001.85107421875, 2115.25341796875, 1376.8023681640625, 1171.4873046875, 1632.1265869140625, 449.7997131347656, 1949.5894775390625, 7297.431640625, 6826.27099609375, 3264.1533203125, 2169.478515625, 1723.87646484375, 3020.122802734375, 3109.364990234375, 1510.102294921875, 1387.2967529296875, 1538.105224609375, 3739.684326171875, 1014.4639892578125, 1006.3411254882812, 855.29638671875, 2976.5556640625, 2820.05029296875, 1383.9166259765625, 583.2904052734375, 429.1383056640625, 4418.47705078125, 1059.8936767578125, 1116.435546875, 2327.1376953125, 3931.7158203125, 1007.6859130859375, 813.0104370117188, 1337.4783935546875, 1399.4627685546875, 737.5879516601562, 7246.52294921875, 4915.26953125, 4564.8701171875, 2631.771240234375, 1378.955810546875, 384.6625671386719, 423.6322021484375, 925.3308715820312, 1143.5115966796875, 1192.7938232421875, 522.8416137695312, 813.7736206054688, 4435.5498046875, 6713.92333984375, 7437.4189453125, 3226.72802734375, 421.5060729980469, 413.3196716308594, 702.4889526367188, 1559.0391845703125, 1872.8677978515625, 1328.3924560546875, 1339.76806640625, 857.0863037109375]\n", - "74\n", - "4898\n", - "4\n", - "[871.9196166992188, 3299.768798828125, 920.5064086914062, 571.6572265625]\n", - "4\n", - "4899\n", - "18\n", - "[1352.56982421875, 2618.537109375, 313.2730712890625, 662.7320556640625, 2944.821044921875, 1042.8883056640625, 452.12152099609375, 550.9892578125, 670.86376953125, 2002.562255859375, 1929.7158203125, 6669.19873046875, 574.3677978515625, 1732.183837890625, 3382.7119140625, 306.9032287597656, 1223.8858642578125, 1787.4114990234375]\n", - "18\n", - "4900\n", - "3\n", - "[12961.619140625, 2011.6099853515625, 488.95989990234375]\n", - "3\n", - "4901\n", - "40\n", - "[1262.4693603515625, 3135.259765625, 1256.1649169921875, 308.797607421875, 1116.6180419921875, 979.3746337890625, 1230.9471435546875, 2592.590576171875, 693.976318359375, 5135.8369140625, 1826.2342529296875, 1659.1658935546875, 845.40478515625, 2050.891357421875, 1690.5670166015625, 1616.8531494140625, 142.82041931152344, 1830.7200927734375, 6481.4765625, 1551.1412353515625, 2293.977294921875, 1545.927978515625, 435.3719482421875, 2172.97998046875, 1937.653564453125, 924.9380493164062, 3656.590576171875, 3323.423828125, 354.0200500488281, 703.311767578125, 3792.9853515625, 1621.339111328125, 787.3308715820312, 2092.961669921875, 1654.07373046875, 2073.442138671875, 2352.293701171875, 2955.824951171875, 673.2442626953125]\n", - "39\n", - "4902\n", - "4\n", - "[6216.810546875, 1155.414794921875, 3097.432861328125, 4928.27294921875]\n", - "4\n", - "4903\n", - "18\n", - "[418.6412658691406, 934.3074951171875, 12486.6845703125, 1882.470703125, 1024.233642578125, 935.1226806640625, 939.7412109375, 876.4397583007812, 4269.99462890625, 420.28900146484375, 4047.760498046875, 1255.433349609375, 941.371337890625, 1126.9287109375, 954.1403198242188, 3134.100830078125, 320.3107604980469, 7076.177734375]\n", - "18\n", - "4904\n", - "4\n", - "[3257.087158203125, 1686.4483642578125, 1644.4996337890625, 1504.4984130859375]\n", - "4\n", - "4905\n", - "8\n", - "[518.5621948242188, 1030.04638671875, 1014.7184448242188, 2361.8369140625, 1452.570068359375, 2861.61865234375, 3183.9423828125, 784.8076171875]\n", - "8\n", - "4906\n", - "1\n", - "[9597.5654296875]\n", - "1\n", - "4907\n", - "1\n", - "[10402.576171875]\n", - "1\n", - "4908\n", - "21\n", - "[610.3230590820312, 420.6835632324219, 1629.7100830078125, 317.2486877441406, 969.0366821289062, 1145.812255859375, 938.5619506835938, 1339.36279296875, 612.1683959960938, 745.2993774414062, 553.7149658203125, 376.1607971191406, 375.5065612792969, 367.2647705078125, 440.9929504394531, 563.4003295898438, 742.2735595703125, 1072.4324951171875, 675.7952270507812, 1206.0185546875, 405.29864501953125]\n", - "21\n", - "4909\n", - "12\n", - "[1110.32470703125, 3926.264404296875, 7307.87451171875, 2101.916259765625, 768.3346557617188, 12012.9228515625, 10972.1005859375, 423.245361328125, 5395.95458984375, 11911.802734375, 2738.63037109375, 1091.086181640625]\n", - "12\n", - "4910\n", - "7\n", - "[739.9227905273438, 1916.172119140625, 738.8595581054688, 1245.3079833984375, 2113.86767578125, 591.2081298828125, 535.18310546875]\n", - "7\n", - "4911\n", - "10\n", - "[1396.2923583984375, 540.8950805664062, 1931.4403076171875, 2930.58984375, 1098.8016357421875, 4352.35986328125, 1387.656494140625, 759.5786743164062, 2591.039794921875, 2345.43115234375]\n", - "10\n", - "4912\n", - "36\n", - "[459.89404296875, 636.7947387695312, 462.7819519042969, 560.8948364257812, 2189.827392578125, 458.3957824707031, 1196.0177001953125, 767.5323486328125, 399.37823486328125, 2966.06689453125, 5255.42919921875, 2829.596923828125, 1015.8925170898438, 915.6190795898438, 1446.3646240234375, 5786.087890625, 9497.9306640625, 2031.4267578125, 325.7474365234375, 581.12109375, 728.6432495117188, 2797.2978515625, 1649.2130126953125, 490.0759582519531, 593.3023681640625, 2326.2431640625, 416.673095703125, 375.6235656738281, 682.1327514648438, 428.0836181640625, 765.1438598632812, 303.0675964355469, 3034.1171875, 2417.86376953125, 1375.0462646484375, 2301.185546875]\n", - "36\n", - "4913\n", - "5\n", - "[424.7430419921875, 1247.5926513671875, 928.3154296875, 9649.2255859375, 1154.005126953125]\n", - "5\n", - "4914\n", - "4\n", - "[6990.1904296875, 4911.24755859375, 563.7522583007812, 433.39520263671875]\n", - "4\n", - "4915\n", - "1\n", - "[5876.35009765625]\n", - "1" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "4916\n", - "1\n", - "[6868.2978515625]\n", - "1\n", - "4917\n", - "56\n", - "[691.4976806640625, 439.8898010253906, 621.3700561523438, 1938.0626220703125, 514.1187744140625, 2846.394775390625, 2019.8306884765625, 346.0023193359375, 841.36572265625, 555.8506469726562, 494.8288269042969, 3909.2861328125, 8193.357421875, 7506.24609375, 5538.986328125, 3664.267822265625, 2425.803955078125, 1541.628173828125, 1178.7783203125, 2594.796142578125, 6834.259765625, 4163.80615234375, 5086.47900390625, 7891.36328125, 3135.12646484375, 1478.15478515625, 301.18292236328125, 691.51611328125, 1087.4068603515625, 5920.6650390625, 3754.874267578125, 578.4308471679688, 501.6858215332031, 606.338134765625, 3355.075927734375, 2226.2412109375, 467.76025390625, 338.4172058105469, 1066.7713623046875, 1741.0987548828125, 856.4068603515625, 1125.9222412109375, 532.9939575195312, 575.988525390625, 2443.66552734375, 461.6866455078125, 463.1796875, 1116.3280029296875, 4168.0732421875, 976.763916015625, 347.59674072265625, 1234.07666015625, 5381.86474609375, 688.078369140625, 799.4955444335938, 3527.2568359375]\n", - "56\n", - "4918\n", - "98\n", - "[760.6612548828125, 2528.017333984375, 2294.56884765625, 6382.94189453125, 1926.73095703125, 389.59478759765625, 4239.73583984375, 3518.635009765625, 1517.1583251953125, 1253.0050048828125, 3512.665283203125, 487.86322021484375, 4235.3740234375, 2868.023193359375, 1998.748779296875, 736.5455322265625, 5599.1533203125, 2129.75146484375, 1737.8372802734375, 1032.299560546875, 986.1766357421875, 3268.489990234375, 3458.305908203125, 11438.7001953125, 12866.0244140625, 8258.5947265625, 6881.755859375, 2083.4306640625, 1969.9810791015625, 2114.31982421875, 4260.3330078125, 11403.9365234375, 10219.865234375, 9776.92578125, 6562.8349609375, 1267.4217529296875, 2223.14404296875, 3433.38623046875, 9971.2880859375, 5426.81103515625, 7060.52880859375, 7606.08544921875, 3590.5341796875, 479.9959411621094, 2184.716796875, 1790.68115234375, 4619.5791015625, 1776.4356689453125, 7203.82666015625, 5234.7021484375, 762.9674072265625, 2641.63818359375, 3337.21337890625, 4131.3466796875, 4839.216796875, 3035.542236328125, 3212.707275390625, 4500.13330078125, 2597.346923828125, 855.1475830078125, 1150.124267578125, 603.05224609375, 986.0184936523438, 2051.500244140625, 1782.2076416015625, 1397.6732177734375, 1665.0946044921875, 937.3257446289062, 1421.9471435546875, 2109.9580078125, 569.9622802734375, 1086.698486328125, 1788.0323486328125, 1452.401611328125, 2074.601318359375, 1243.0029296875, 1076.8150634765625, 2322.743408203125, 1672.1976318359375, 4808.84130859375, 1258.487060546875, 337.97650146484375, 362.4349060058594, 1378.196044921875, 1819.60693359375, 939.8377685546875, 2156.404296875, 4810.8720703125, 1157.78369140625, 437.4891357421875, 2450.926025390625, 5419.638671875, 479.23828125, 6474.9453125, 762.043701171875, 1342.433837890625, 1732.4251708984375, 429.98736572265625]\n", - "98\n", - "4919\n", - "7\n", - "[917.2367553710938, 567.821533203125, 596.5051879882812, 1135.9686279296875, 1153.155029296875, 1006.4578857421875, 425.0002746582031]\n", - "7\n", - "4920\n", - "24\n", - "[813.7755126953125, 1395.80908203125, 2125.160400390625, 848.2859497070312, 728.0940551757812, 3783.586181640625, 6948.79345703125, 2127.142333984375, 2162.490966796875, 6780.64697265625, 10095.42578125, 6083.24658203125, 1091.048095703125, 1103.767333984375, 5217.2919921875, 9939.6142578125, 5720.8701171875, 459.7237243652344, 850.0867919921875, 2271.866455078125, 4014.263427734375, 1537.803466796875, 502.626708984375, 320.86651611328125]\n", - "24\n", - "4921\n", - "1\n", - "[8683.9404296875]\n", - "1\n", - "4922\n", - "1\n", - "[6710.2763671875]\n", - "1\n", - "4923\n", - "4\n", - "[817.985595703125, 402.1278076171875, 3820.09765625, 5579.8720703125]\n", - "4\n", - "4924\n", - "1\n", - "[5871.150390625]\n", - "1\n", - "4925\n", - "1\n", - "[27410.173828125]\n", - "1\n", - "4926\n", - "24\n", - "[342.1932678222656, 391.761962890625, 1373.9833984375, 540.327392578125, 446.96356201171875, 1003.20361328125, 3437.563720703125, 10699.1015625, 1718.570556640625, 2347.1923828125, 4022.531005859375, 5394.96533203125, 1075.866943359375, 1704.3477783203125, 705.5095825195312, 796.0569458007812, 5106.001953125, 10854.7080078125, 1475.233154296875, 820.4188842773438, 730.8572387695312, 3446.294677734375, 1392.5716552734375, 571.5894775390625]\n", - "24\n", - "4927\n", - "2\n", - "[15742.7412109375, 2876.322021484375]\n", - "2\n", - "4928\n", - "17\n", - "[590.2300415039062, 1616.0855712890625, 1589.7296142578125, 856.2677612304688, 2062.359130859375, 1457.44873046875, 784.2499389648438, 498.9063720703125, 89.92676544189453, 1196.91943359375, 858.7979125976562, 513.0200805664062, 793.869873046875, 1140.5438232421875, 793.0528564453125, 1483.5279541015625, 2034.8038330078125]\n", - "17\n", - "4929\n", - "2\n", - "[4594.6591796875, 2561.327880859375]\n", - "2\n", - "4930\n", - "5\n", - "[1792.4581298828125, 3269.723876953125, 607.51708984375, 1459.903076171875, 555.111572265625]\n", - "5\n", - "4931\n", - "1\n", - "[11268.5361328125]\n", - "1\n", - "4932\n", - "11\n", - "[585.8546142578125, 1050.8148193359375, 420.16302490234375, 543.6171875, 546.4097290039062, 645.4290771484375, 3435.7724609375, 9873.19140625, 888.7303466796875, 676.8452758789062, 2504.688232421875]\n", - "11\n", - "4933\n", - "23\n", - "[1089.4132080078125, 758.7636108398438, 1193.7039794921875, 1092.1673583984375, 684.5714111328125, 370.3812561035156, 1412.1031494140625, 1458.8060302734375, 1170.5765380859375, 3818.935546875, 342.5229187011719, 468.9000549316406, 4084.24853515625, 493.45068359375, 508.1573791503906, 818.7235717773438, 354.98931884765625, 427.66607666015625, 1893.40380859375, 1301.289306640625, 3686.522705078125, 1969.6912841796875, 982.868896484375]\n", - "23\n", - "4934\n", - "1\n", - "[34849.0546875]\n", - "1\n", - "4935\n", - "14\n", - "[1041.0787353515625, 4024.947998046875, 4204.9765625, 786.3378295898438, 1394.0968017578125, 351.19525146484375, 440.68780517578125, 706.5961303710938, 387.16796875, 1203.845458984375, 1236.512939453125, 650.7373657226562, 1009.9046020507812, 707.1670532226562]\n", - "14\n", - "4936\n", - "17\n", - "[671.5497436523438, 1738.360107421875, 3480.6533203125, 1115.97216796875, 2178.849365234375, 1714.7625732421875, 1760.9744873046875, 1722.62841796875, 5174.76806640625, 3437.390869140625, 13202.8837890625, 8034.99951171875, 2858.26513671875, 1137.603271484375, 5149.20361328125]\n", - "15\n", - "4937\n", - "19\n", - "[691.62939453125, 1902.129150390625, 943.3067016601562, 976.6111450195312, 5389.462890625, 4443.60888671875, 637.58251953125, 599.7650146484375, 680.8024291992188, 1970.7254638671875, 8016.43798828125, 5375.28662109375, 618.058837890625, 2732.828857421875, 4286.60693359375, 2355.466796875, 1392.8779296875, 502.8494873046875, 604.9478759765625]\n", - "19\n", - "4938\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[715.1265258789062, 905.6019897460938, 1513.7969970703125, 435.75482177734375, 1575.931396484375, 3028.8740234375, 1905.6854248046875, 1625.73193359375, 2977.560791015625, 875.8147583007812, 746.7754516601562]\n", - "11\n", - "4939\n", - "1\n", - "[11782.6318359375]\n", - "1\n", - "4940\n", - "28\n", - "[338.9543762207031, 325.85809326171875, 1073.33203125, 1143.4605712890625, 897.3067626953125, 1143.7423095703125, 159.54937744140625, 574.5467529296875, 734.5185546875, 743.531005859375, 2185.8125, 412.4625549316406, 1766.449462890625, 2671.360595703125, 2875.97265625, 1396.2330322265625, 968.9842529296875, 1989.649658203125, 2370.709228515625, 3294.349609375, 734.6593627929688, 1436.0850830078125, 1233.303955078125, 1037.1412353515625, 887.871826171875, 415.98309326171875, 2138.355712890625, 907.8683471679688]\n", - "28\n", - "4941\n", - "31\n", - "[940.3768920898438, 301.9979553222656, 776.4765625, 1206.7255859375, 4146.076171875, 872.348388671875, 1591.9705810546875, 920.7329711914062, 238.6407012939453, 402.6885070800781, 562.4583740234375, 999.5177001953125, 357.86883544921875, 344.30987548828125, 532.1688842773438, 291.7948913574219, 368.7848815917969, 457.03509521484375, 430.98663330078125, 631.5809936523438, 695.0980224609375, 2330.52392578125, 2235.328125, 1603.9560546875, 6062.87255859375, 3328.406494140625, 394.6366882324219, 6057.53759765625, 1632.5491943359375, 343.6091613769531]\n", - "30\n", - "4942\n", - "7\n", - "[455.17584228515625, 1480.2520751953125, 556.9602661132812, 312.2005920410156, 884.2728881835938, 869.2874755859375, 761.7168579101562]\n", - "7\n", - "4943\n", - "49\n", - "[532.74609375, 935.0418701171875, 577.1327514648438, 734.1826782226562, 1520.62255859375, 305.4747314453125, 3247.938720703125, 944.9281005859375, 1132.1937255859375, 369.0209655761719, 464.98101806640625, 885.6361694335938, 358.12689208984375, 405.3548278808594, 747.6394653320312, 1096.3714599609375, 441.75958251953125, 732.2783813476562, 514.3715209960938, 726.150146484375, 2059.390380859375, 1922.999267578125, 2398.585693359375, 834.1387329101562, 1019.6722412109375, 880.30810546875, 1186.507080078125, 1661.318603515625, 1299.7325439453125, 1141.355712890625, 1801.548828125, 1765.230224609375, 1712.5020751953125, 363.10546875, 326.2752685546875, 442.97509765625, 951.10693359375, 1207.216552734375, 1303.789306640625, 1342.3516845703125, 691.3002319335938, 1049.9639892578125, 1650.1763916015625, 2445.337646484375, 2250.920654296875, 384.7315368652344, 794.7255859375, 1001.5003051757812, 531.2368774414062]\n", - "49\n", - "4944\n", - "3\n", - "[2149.696044921875, 4251.2177734375, 1591.6844482421875]\n", - "3\n", - "4945\n", - "24\n", - "[416.1908264160156, 409.4546203613281, 1739.8109130859375, 317.4126281738281, 500.3902893066406, 387.9464111328125, 1535.650634765625, 680.832763671875, 308.9312438964844, 885.6162109375, 1837.2060546875, 661.7606201171875, 1149.1942138671875, 421.4696044921875, 585.8955078125, 1291.63671875, 496.67254638671875, 990.7728271484375, 1276.26025390625, 406.7251281738281, 2182.49072265625, 367.94598388671875, 929.6492919921875, 382.94805908203125]\n", - "24\n", - "4946\n", - "6\n", - "[377.32928466796875, 380.9309387207031, 1643.215576171875, 1255.2679443359375, 1377.25244140625, 1336.0968017578125]\n", - "6\n", - "4947\n", - "21\n", - "[575.2507934570312, 2547.57958984375, 1313.571533203125, 1313.4306640625, 1153.599609375, 830.1355590820312, 329.3786315917969, 827.8823852539062, 901.3905639648438, 1820.10205078125, 2137.510986328125, 301.63702392578125, 1653.6524658203125, 980.9539794921875, 1074.5994873046875, 2624.608154296875, 2650.941650390625, 1051.78662109375, 824.9251708984375, 649.6039428710938, 418.2361755371094]\n", - "21\n", - "4948\n", - "4\n", - "[1718.6953125, 1163.1673583984375, 1741.309814453125, 1697.064208984375]\n", - "4\n", - "4949\n", - "30\n", - "[305.14422607421875, 709.1746215820312, 4169.49609375, 6367.33154296875, 1218.32568359375, 1705.6558837890625, 2638.92626953125, 18451.875, 1414.19287109375, 912.4887084960938, 4415.06640625, 6862.974609375, 401.2594909667969, 1816.14501953125, 1866.367431640625, 5445.31787109375, 502.91650390625, 4471.17724609375, 3456.68505859375, 2790.978759765625, 2037.9893798828125, 1119.6126708984375, 4007.052978515625, 1719.51025390625, 2515.794921875, 4099.53173828125, 7457.1572265625, 3660.864990234375, 597.6463012695312, 1313.92138671875]\n", - "30\n", - "4950\n", - "4\n", - "[2146.657470703125, 7410.09619140625, 7741.72705078125, 2826.43212890625]\n", - "4\n", - "4951\n", - "20\n", - "[303.5638732910156, 745.92578125, 3153.403076171875, 530.652587890625, 303.8235778808594, 985.47900390625, 10461.138671875, 27330.748046875, 17418.69921875, 464.30474853515625, 6845.63818359375, 37387.30859375, 11442.8525390625, 1352.5343017578125, 524.5501098632812, 917.9627075195312, 626.9931640625, 972.7547607421875, 1448.095947265625, 764.1033325195312]\n", - "20\n", - "4952\n", - "8\n", - "[637.2346801757812, 375.5894775390625, 2566.130615234375, 625.0327758789062, 1501.5438232421875, 1965.7294921875, 532.1467895507812, 356.0615234375]\n", - "8\n", - "4953\n", - "45\n", - "[515.168212890625, 407.0863342285156, 653.4898681640625, 433.15020751953125, 543.2171630859375, 632.4248046875, 863.71875, 406.0680236816406, 322.1472473144531, 543.09375, 2532.36328125, 836.1942749023438, 1074.5133056640625, 641.4247436523438, 1063.2916259765625, 2811.732421875, 658.7870483398438, 577.9827880859375, 1525.869140625, 6299.72705078125, 2139.399169921875, 1320.79345703125, 996.6713256835938, 1409.3427734375, 1118.74169921875, 1247.364013671875, 885.5552368164062, 547.2080078125, 411.9308776855469, 1187.51171875, 939.8944091796875, 361.83966064453125, 367.517333984375, 323.61810302734375, 621.2545776367188, 482.6448669433594, 464.5420837402344, 483.30316162109375, 570.9370727539062, 620.5859985351562, 793.3750610351562, 631.3447875976562, 520.0538940429688, 513.7075805664062, 701.5753784179688]\n", - "45\n", - "4954\n", - "25\n", - "[348.3013916015625, 608.5855102539062, 462.5931396484375, 657.835205078125, 971.974853515625, 995.4404296875, 2189.854736328125, 1125.903564453125, 829.0321044921875, 656.8008422851562, 653.7155151367188, 422.2606506347656, 938.0003051757812, 2226.46435546875, 1712.37890625, 1115.6531982421875, 1050.3704833984375, 883.8060302734375, 745.567138671875, 1544.468017578125, 1296.8150634765625, 903.5174560546875, 344.16827392578125, 868.4506225585938, 505.8326416015625]\n", - "25\n", - "4955\n", - "5\n", - "[613.3521728515625, 1506.169189453125, 3237.06201171875, 423.33978271484375, 639.8009643554688]\n", - "5\n", - "4956\n", - "19\n", - "[793.5501098632812, 810.9732055664062, 2271.449951171875, 1102.5474853515625, 2000.4713134765625, 834.0889282226562, 3059.36865234375, 12809.77734375, 4035.6357421875, 422.0246887207031, 9273.9619140625, 13180.1865234375, 334.9342956542969, 331.927734375, 933.8786010742188, 4442.4384765625, 8876.501953125, 1076.296875, 1354.122802734375]\n", - "19\n", - "4957\n", - "3\n", - "[23913.0234375, 10317.5615234375, 8285.130859375]\n", - "3\n", - "4958\n", - "2\n", - "[6817.70166015625, 389.4256286621094]\n", - "2\n", - "4959\n", - "1\n", - "[5481.41357421875]\n", - "1\n", - "4960\n", - "9\n", - "[1165.2535400390625, 457.14801025390625, 498.0319519042969, 1087.3253173828125, 435.6871032714844, 1161.522705078125, 2111.5322265625, 5788.708984375, 629.080322265625]\n", - "9\n", - "4961\n", - "17\n", - "[1100.6444091796875, 1878.6861572265625, 2781.130126953125, 3956.837646484375, 5633.5283203125, 9211.4658203125, 2332.016845703125, 60789.30859375, 26855.513671875, 4965.34033203125, 597.5529174804688, 15310.5546875, 23952.08984375, 1491.1412353515625, 1929.07958984375, 2352.890869140625, 1808.894287109375]\n", - "17\n", - "4962\n", - "5\n", - "[961.1060791015625, 915.9164428710938, 2607.771484375, 1303.8857421875, 1302.78369140625]\n", - "5\n", - "4963\n", - "4\n", - "[1562.6822509765625, 2288.689697265625, 1903.4486083984375, 1677.382568359375]\n", - "4\n", - "4964\n", - "5\n", - "[490.69561767578125, 1387.4482421875, 2127.17578125, 885.0847778320312, 335.8830261230469]\n", - "5\n", - "4965\n", - "32\n", - "[509.4760437011719, 1401.274658203125, 7630.287109375, 1488.989013671875, 748.9125366210938, 764.2140502929688, 899.55712890625, 7058.0966796875, 1507.9541015625, 754.3004150390625, 1146.752197265625, 382.3225402832031, 382.1070251464844, 867.014404296875, 637.060546875, 381.89154052734375, 1391.3609619140625, 1576.9189453125, 33888.77734375, 8861.3056640625, 1656.0126953125, 52836.15625, 17904.2890625, 1263.9920654296875, 2162.04052734375, 759.4727783203125, 8070.79833984375, 8183.728515625, 381.8914794921875, 1397.3953857421875, 389.43450927734375, 996.7540893554688]\n", - "32\n", - "4966\n", - "3\n", - "[14099.890625, 8671.58203125, 1761.740966796875]\n", - "3\n", - "4967\n", - "2\n", - "[42725.51953125, 3757.402587890625]\n", - "2\n", - "4968\n", - "7\n", - "[1336.1929931640625, 936.5707397460938, 1308.2255859375, 3513.453369140625, 1064.3187255859375, 526.6146240234375, 326.60247802734375]\n", - "7\n", - "4969\n", - "1\n", - "[5111.6220703125]\n", - "1\n", - "4970\n", - "1\n", - "[15040.798828125]\n", - "1\n", - "4971\n", - "15\n", - "[926.2545776367188, 700.251708984375, 464.47406005859375, 940.0315551757812, 522.6497192382812, 696.9591064453125, 1069.0037841796875, 487.3658447265625, 540.982177734375, 568.6583251953125, 1608.5858154296875, 1982.7327880859375, 822.9172973632812, 879.5247802734375, 512.0851440429688]\n", - "15\n", - "4972\n", - "13\n", - "[749.7745361328125, 764.860595703125, 11078.9482421875, 1240.7164306640625, 639.8622436523438, 377.58123779296875, 3473.0146484375, 1390.929931640625, 3198.233642578125, 1020.2451171875, 1368.947509765625, 369.82269287109375, 509.9070739746094]\n", - "13\n", - "4973\n", - "2\n", - "[11799.5830078125, 22233.04296875]\n", - "2\n", - "4974\n", - "3\n", - "[16137.3759765625, 14730.54296875, 5817.75390625]\n", - "3\n", - "4975\n", - "4\n", - "[879.230224609375, 3491.465087890625, 474.4415588378906, 533.671630859375]\n", - "4\n", - "4976\n", - "232\n", - "[1306.54833984375, 399.36322021484375, 6182.8837890625, 1033.6134033203125, 821.3558959960938, 1238.43212890625, 634.23583984375, 5489.90869140625, 5204.09130859375, 1906.2415771484375, 1360.884521484375, 1289.9183349609375, 1078.515869140625, 391.0838317871094, 5346.9072265625, 319.0345764160156, 2013.07568359375, 479.62060546875, 2205.197509765625, 388.33355712890625, 367.9129333496094, 2342.570068359375, 1944.4749755859375, 585.4287109375, 1189.53955078125, 2264.70654296875, 351.98114013671875, 1058.3802490234375, 2616.673583984375, 564.5236206054688, 782.7804565429688, 3927.724853515625, 672.7257690429688, 664.1755981445312, 3460.131591796875, 352.57965087890625, 429.0037536621094, 1558.873779296875, 2573.495361328125, 839.0261840820312, 4727.49169921875, 2793.248291015625, 1041.450927734375, 1579.839599609375, 328.71051025390625, 3967.183837890625, 7151.57275390625, 2909.644287109375, 720.6066284179688, 1021.0873413085938, 5581.05322265625, 1450.5899658203125, 2037.1158447265625, 7952.1376953125, 5193.6171875, 3152.7822265625, 1634.560546875, 3527.478271484375, 1228.813232421875, 300.96527099609375, 1860.4127197265625, 700.8557739257812, 3006.1328125, 5638.509765625, 3624.365478515625, 8781.060546875, 9045.3740234375, 5334.62353515625, 6410.517578125, 7764.8466796875, 996.9188842773438, 1083.4464111328125, 2704.697265625, 6379.23779296875, 10590.798828125, 7665.8076171875, 5678.6103515625, 1588.3184814453125, 6103.9658203125, 7233.22705078125, 2070.67529296875, 1008.5756225585938, 444.63629150390625, 933.0635375976562, 10149.1416015625, 11916.2431640625, 11029.521484375, 7460.888671875, 6787.6357421875, 2114.72265625, 727.6747436523438, 3869.1279296875, 6411.85693359375, 12370.19921875, 12117.6279296875, 11411.9130859375, 8946.9052734375, 1233.8150634765625, 829.32177734375, 3585.87548828125, 6507.490234375, 12737.8134765625, 8239.8642578125, 3692.73828125, 868.4386596679688, 363.1533203125, 2395.38134765625, 8768.7060546875, 11321.951171875, 6844.63671875, 2106.386474609375, 586.8822631835938, 400.5459899902344, 3324.81103515625, 1125.698486328125, 4149.84375, 3544.179443359375, 2080.74462890625, 366.3338928222656, 1849.810546875, 1499.4539794921875, 4347.95068359375, 1235.297119140625, 536.92041015625, 428.3338317871094, 1213.2646484375, 532.1898193359375, 115.95426940917969, 540.939453125, 2548.1298828125, 694.3861694335938, 1598.8067626953125, 1323.776123046875, 1090.61572265625, 787.5057983398438, 438.18377685546875, 1046.59521484375, 905.133056640625, 170.30471801757812, 282.1549377441406, 2538.2685546875, 630.5877685546875, 1166.989990234375, 640.9195556640625, 790.0057983398438, 2892.48779296875, 568.8826293945312, 846.4240112304688, 1630.570556640625, 1521.3565673828125, 1873.950439453125, 4580.1728515625, 2173.70458984375, 1011.453857421875, 1747.2725830078125, 2105.73193359375, 861.6426391601562, 1363.70361328125, 1222.8424072265625, 1109.8236083984375, 2515.667724609375, 1725.5626220703125, 3462.155029296875, 547.4328002929688, 1536.36181640625, 992.404052734375, 423.30889892578125, 405.7718505859375, 632.0270385742188, 412.5732116699219, 716.915771484375, 1084.386962890625, 3527.150390625, 1604.5863037109375, 759.5060424804688, 322.3347473144531, 1115.85302734375, 681.4066772460938, 1055.666015625, 571.3345947265625, 668.878173828125, 371.87451171875, 1682.3731689453125, 325.57220458984375, 756.1060180664062, 776.5183715820312, 2302.492919921875, 1266.401611328125, 417.1714172363281, 956.0491943359375, 758.3270263671875, 1425.162841796875, 3998.640869140625, 642.656982421875, 357.95947265625, 333.15966796875, 1028.816162109375, 631.882080078125, 5000.294921875, 723.6063232421875, 328.6978454589844, 344.6707763671875, 3800.630126953125, 3956.128662109375, 639.9695434570312, 800.1931762695312, 2016.082763671875, 2121.73193359375, 2188.50634765625, 3890.654541015625, 8602.1640625, 9001.7978515625, 3949.0537109375, 2503.591064453125, 856.8052368164062, 1258.01416015625, 2065.419921875, 2438.30419921875, 8018.83154296875, 5808.962890625, 3860.57958984375, 3105.75, 443.8462219238281, 1404.1004638671875, 1495.0498046875, 1443.72119140625, 1099.7281494140625, 3355.3837890625, 1749.860107421875, 654.6289672851562, 1439.587646484375]\n", - "231\n", - "4977\n", - "46\n", - "[712.6844482421875, 350.89971923828125, 1278.430419921875, 828.9237670898438, 594.4179077148438, 518.4667358398438, 390.432861328125, 449.78607177734375, 2180.939208984375, 2104.048828125, 1006.2105712890625, 534.7318115234375, 644.8479614257812, 361.4280090332031, 421.8512878417969, 705.6100463867188, 708.0712280273438, 2301.185546875, 5421.521484375, 3462.401611328125, 867.7613525390625, 984.8448486328125, 490.9897155761719, 957.2013549804688, 577.1957397460938, 1289.297607421875, 3555.1884765625, 1037.4090576171875, 852.19775390625, 2006.494140625, 515.6072998046875, 501.5417785644531, 1157.2093505859375, 886.8977661132812, 792.1371459960938, 1955.862060546875, 506.5770568847656, 504.7401123046875, 1133.328857421875, 805.9231567382812, 551.5675659179688, 333.4932556152344, 400.15264892578125, 403.0240173339844, 415.2406311035156, 593.8828735351562]\n", - "46\n", - "4978\n", - "3\n", - "[3916.72705078125, 7873.28564453125, 3916.72705078125]\n", - "3\n", - "4979\n", - "6\n", - "[765.4208374023438, 11194.916015625, 2899.827880859375, 4185.22119140625, 43554.6015625, 4775.46044921875]\n", - "6\n", - "4980\n", - "11\n", - "[704.2972412109375, 2658.0771484375, 1683.5679931640625, 13787.5595703125, 5823.248046875, 9797.0712890625, 15375.501953125, 6303.3603515625, 3484.584716796875, 7007.65771484375, 1390.3421630859375]\n", - "11\n", - "4981\n", - "41\n", - "[698.4447631835938, 802.6570434570312, 1392.4549560546875, 1633.7977294921875, 4575.4521484375, 925.9722290039062, 3327.462158203125, 1593.204345703125, 1183.0067138671875, 503.8353271484375, 1190.3406982421875, 3110.679931640625, 500.4241027832031, 1001.1893920898438, 1311.438720703125, 1009.03515625, 504.85870361328125, 1371.646484375, 1606.5081787109375, 396.21173095703125, 2316.89208984375, 506.0526428222656, 3594.730224609375, 1005.6239013671875, 799.2459106445312, 2848.01708984375, 769.2272338867188, 702.197021484375, 1409.169677734375, 495.13671875, 2908.736572265625, 3612.63916015625, 2911.124267578125, 403.7164001464844, 1090.2218017578125, 908.9161987304688, 1302.057861328125, 404.0575256347656, 2096.016357421875, 1083.058349609375, 1559.0924072265625]\n", - "41\n", - "4982\n", - "1\n", - "[5524.9326171875]\n", - "1\n", - "4983\n", - "3\n", - "[1533.185546875, 3941.286865234375, 2987.013671875]\n", - "3\n", - "4984\n", - "3\n", - "[8684.861328125, 5437.29248046875, 2513.2392578125]\n", - "3\n", - "4985\n", - "1\n", - "[8059.0908203125]\n", - "1\n", - "4986\n", - "6\n", - "[571.1270141601562, 597.3162231445312, 2335.879150390625, 523.7848510742188, 761.5025634765625, 2888.874755859375]\n", - "6\n", - "4987\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[470.19281005859375, 1390.3421630859375, 3477.045654296875]\n", - "3\n", - "4988\n", - "1\n", - "[6021.951171875]\n", - "1\n", - "4989\n", - "1\n", - "[5291.1845703125]\n", - "1\n", - "4990\n", - "4\n", - "[1421.520751953125, 2760.460205078125, 1207.0499267578125, 1310.8779296875]\n", - "4\n", - "4991\n", - "1\n", - "[8052.888671875]\n", - "1\n", - "4992\n", - "1\n", - "[14117.775390625]\n", - "1\n", - "4993\n", - "6\n", - "[370.0748596191406, 994.159912109375, 1035.2755126953125, 884.8886108398438, 1914.0965576171875, 718.8316650390625]\n", - "6\n", - "4994\n", - "10\n", - "[633.09375, 3151.225830078125, 412.3299255371094, 13205.951171875, 14627.7412109375, 6940.17431640625, 1241.61865234375, 9738.890625, 843.1754150390625, 423.01202392578125]\n", - "10\n", - "4995\n", - "4\n", - "[1564.19091796875, 6193.35009765625, 3128.3818359375, 12521.4541015625]\n", - "4\n", - "4996\n", - "7\n", - "[1000.2622680664062, 2002.214111328125, 2005.593505859375, 7003.52490234375, 5881.609375, 10009.380859375, 17972.6171875]\n", - "7\n", - "4997\n", - "2\n", - "[8605.3525390625, 3082.927001953125]\n", - "2\n", - "4998\n", - "22\n", - "[2276.72412109375, 3778.78564453125, 7610.337890625, 2661.627197265625, 2734.140625, 574.927001953125, 1502.3853759765625, 699.8829956054688, 1484.9044189453125, 2468.042724609375, 765.9219970703125, 574.6033325195312, 1379.6954345703125, 383.28472900390625, 383.2846984863281, 907.06396484375, 1538.9656982421875, 575.250732421875, 766.8931274414062, 766.5693969726562, 383.2846984863281, 574.927001953125]\n", - "22\n", - "4999\n", - "3\n", - "[16119.3798828125, 16105.77734375, 47990.86328125]\n", - "3\n", - "5000\n", - "11\n", - "[2363.07568359375, 1194.6324462890625, 5966.111328125, 5372.82373046875, 4460.2294921875, 70300.9921875, 2451.716064453125, 598.323486328125, 2957.369873046875, 3796.432861328125, 3962.6337890625]\n", - "11\n", - "5001\n", - "2\n", - "[3131.02392578125, 9393.0712890625]\n", - "2\n", - "5002\n", - "5\n", - "[6796.95361328125, 1362.8336181640625, 2034.20849609375, 4280.732421875, 814.8310546875]\n", - "5\n", - "5003\n", - "6\n", - "[1241.52001953125, 1833.2625732421875, 399.7809753417969, 808.0437622070312, 1711.342529296875, 716.5753784179688]\n", - "6\n", - "5004\n", - "30\n", - "[1037.177001953125, 4089.578125, 7355.14697265625, 458.30615234375, 17177.7109375, 24696.216796875, 2296.04052734375, 720.3815307617188, 10278.6650390625, 24666.25, 8822.2685546875, 1415.0064697265625, 13924.16796875, 23933.943359375, 3498.48046875, 325.91546630859375, 2498.78564453125, 1839.438232421875, 11627.025390625, 6435.32763671875, 351.3713684082031, 593.5029296875, 6171.34814453125, 13861.0302734375, 1387.145263671875, 22460.927734375, 3295.83544921875, 14869.5439453125, 2854.466552734375, 10904.0380859375]\n", - "30\n", - "5005\n", - "13\n", - "[1194.6033935546875, 1945.7626953125, 1557.633056640625, 1430.0157470703125, 834.8222045898438, 666.400390625, 929.5440673828125, 417.2383117675781, 1219.318115234375, 361.07958984375, 1952.6844482421875, 1292.0653076171875, 459.0845642089844]\n", - "13\n", - "5006\n", - "5\n", - "[1409.7847900390625, 470.1927490234375, 863.8055419921875, 1016.9653930664062, 3027.882568359375]\n", - "5\n", - "5007\n", - "2\n", - "[9390.4296875, 9393.0712890625]\n", - "2\n", - "5008\n", - "7\n", - "[818.1751098632812, 1653.808837890625, 705.8843383789062, 1015.3782958984375, 470.1927795410156, 1615.3204345703125, 705.8843383789062]\n", - "7\n", - "5009\n", - "5\n", - "[355.54071044921875, 613.5897216796875, 3104.198974609375, 6564.9521484375, 2068.556884765625]\n", - "5\n", - "5010\n", - "6\n", - "[2449.3671875, 1991.077880859375, 1062.60498046875, 1670.476806640625, 488.8417663574219, 949.1148071289062]\n", - "6\n", - "5011\n", - "8\n", - "[2959.6904296875, 6673.3720703125, 2622.054443359375, 374.6243591308594, 936.7189331054688, 860.845703125, 2302.438232421875, 3933.7138671875]\n", - "8\n", - "5012\n", - "4\n", - "[2397.912109375, 1309.4464111328125, 1715.36865234375, 750.8294067382812]\n", - "4\n", - "5013\n", - "1\n", - "[9761.328125]\n", - "1\n", - "5014\n", - "2" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[9260.623046875, 2340.813720703125]\n", - "2\n", - "5015\n", - "5\n", - "[962.20166015625, 8011.5439453125, 3430.880615234375, 573.433349609375, 1151.726318359375]\n", - "5\n", - "5016\n", - "1\n", - "[5104.1708984375]\n", - "1\n", - "5017\n", - "4\n", - "[1617.148193359375, 1784.831298828125, 5789.3330078125, 670.7327880859375]\n", - "4\n", - "5018\n", - "1\n", - "[11601.4365234375]\n", - "1\n", - "5019\n", - "1\n", - "[7014.546875]\n", - "1\n", - "5020\n", - "1\n", - "[7014.546875]\n", - "1\n", - "5021\n", - "39\n", - "[940.5416870117188, 6272.24169921875, 8620.1455078125, 3953.46923828125, 358.0081787109375, 6860.46826171875, 14748.9716796875, 13106.8798828125, 11249.13671875, 2006.7042236328125, 663.7914428710938, 1800.145751953125, 8021.2216796875, 8206.6337890625, 1873.1719970703125, 790.9403076171875, 712.3195190429688, 1264.6861572265625, 1260.4964599609375, 1388.1875, 3319.378662109375, 3112.456298828125, 673.575927734375, 1249.0540771484375, 4230.84033203125, 7083.984375, 4603.9775390625, 2937.4150390625, 334.09478759765625, 5900.62158203125, 3245.322021484375, 1176.0771484375, 1646.269775390625, 705.8843383789062, 4075.40087890625, 375.7574157714844, 470.1927795410156, 1166.55419921875, 704.6939697265625]\n", - "39\n", - "5022\n", - "1\n", - "[5104.1708984375]\n", - "1\n", - "5023\n", - "2\n", - "[1496.2843017578125, 4366.24560546875]\n", - "2\n", - "5024\n", - "3\n", - "[5018.3857421875, 22068.0625, 1108.698486328125]\n", - "3\n", - "5025\n", - "2\n", - "[1636.7147216796875, 3550.427001953125]\n", - "2\n", - "5026\n", - "15\n", - "[2475.60400390625, 3559.71630859375, 9383.46875, 5133.01904296875, 2542.18701171875, 2185.529541015625, 6427.7490234375, 830.9697265625, 497.7376708984375, 312.7611999511719, 1123.260009765625, 497.84320068359375, 1885.2197265625, 2180.886474609375, 10856.31640625]\n", - "15\n", - "5027\n", - "2\n", - "[3345.9345703125, 3351.5771484375]\n", - "2\n", - "5028\n", - "3\n", - "[1158.618408203125, 3564.735595703125, 4432.50927734375]\n", - "3\n", - "5029\n", - "2\n", - "[3343.11376953125, 4948.37255859375]\n", - "2\n", - "5030\n", - "2\n", - "[7642.611328125, 2400.835205078125]\n", - "2\n", - "5031\n", - "1\n", - "[6691.869140625]\n", - "1\n", - "5032\n", - "2\n", - "[1670.146240234375, 4756.53125]\n", - "2\n", - "5033\n", - "16\n", - "[605.2625732421875, 2394.353515625, 1751.842529296875, 2369.661865234375, 1302.85498046875, 2450.912353515625, 490.456787109375, 1373.553466796875, 2627.658203125, 375.756591796875, 1355.4039306640625, 521.4796752929688, 433.053955078125, 455.0020751953125, 4396.2783203125, 2710.91357421875]\n", - "16\n", - "5034\n", - "8\n", - "[2499.9169921875, 1289.346435546875, 1297.9991455078125, 776.2216796875, 2633.944091796875, 481.3980712890625, 685.2779541015625, 1389.3935546875]\n", - "8\n", - "5035\n", - "15\n", - "[479.05462646484375, 4009.27685546875, 1604.08935546875, 374.1402893066406, 908.9869384765625, 4216.9423828125, 1174.787841796875, 1075.5518798828125, 1226.5240478515625, 566.1226806640625, 2621.415771484375, 657.51708984375, 1347.48193359375, 6787.7939453125, 1290.0673828125]\n", - "15\n", - "5036\n", - "5\n", - "[376.1316833496094, 2650.832763671875, 1951.510009765625, 969.7318115234375, 375.6561584472656]\n", - "5\n", - "5037\n", - "1\n", - "[16738.13671875]\n", - "1\n", - "5038\n", - "1\n", - "[8030.27783203125]\n", - "1\n", - "5039\n", - "1\n", - "[5649.05859375]\n", - "1\n", - "5040\n", - "8\n", - "[1069.4229736328125, 908.9869384765625, 958.3795776367188, 1139.9967041015625, 474.90850830078125, 1018.04736328125, 2963.378662109375, 758.1050415039062]\n", - "8\n", - "5041\n", - "4\n", - "[1412.562255859375, 1883.548583984375, 2118.446533203125, 1413.752685546875]\n", - "4\n", - "5042\n", - "29\n", - "[2356.02294921875, 4280.03662109375, 1393.79541015625, 777.6166381835938, 2039.547119140625, 6579.01025390625, 1925.7791748046875, 2710.7890625, 3076.479736328125, 4314.5751953125, 324.8621520996094, 688.3458251953125, 1283.3377685546875, 2097.4794921875, 2920.55908203125, 548.866943359375, 961.67578125, 1429.4375, 2881.275390625, 982.0900268554688, 326.406982421875, 1571.895751953125, 3166.30224609375, 4902.5048828125, 1039.5809326171875, 1047.19482421875, 654.9105834960938, 1535.260498046875, 720.2361450195312]\n", - "29\n", - "5043\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[1964.0697021484375, 874.8325805664062, 733.1467895507812, 672.124755859375, 458.38226318359375, 392.8360290527344]\n", - "6\n", - "5044\n", - "12\n", - "[1499.6749267578125, 428.5816955566406, 642.5114135742188, 2462.99072265625, 321.5265197753906, 6048.1650390625, 5855.1767578125, 428.40118408203125, 900.1298828125, 5575.35302734375, 535.6368408203125, 316.1105651855469]\n", - "12\n", - "5045\n", - "2\n", - "[3856.693603515625, 1289.5361328125]\n", - "2\n", - "5046\n", - "13\n", - "[1495.8836669921875, 6668.10986328125, 1195.1182861328125, 1552.570556640625, 2455.408447265625, 6127.23779296875, 8192.517578125, 910.05908203125, 9974.1826171875, 3157.314453125, 749.7471923828125, 2996.280517578125, 702.2673950195312]\n", - "13\n", - "5047\n", - "13\n", - "[1144.8521728515625, 1076.8782958984375, 785.8927001953125, 361.2767028808594, 1426.3477783203125, 1497.852783203125, 380.58746337890625, 1008.5733642578125, 1050.3948974609375, 335.2347412109375, 786.1134033203125, 654.8002319335938, 458.3822326660156]\n", - "13\n", - "5048\n", - "6\n", - "[1372.3546142578125, 3366.719970703125, 1050.94384765625, 1071.754638671875, 3431.46484375, 5491.73046875]\n", - "6\n", - "5049\n", - "16\n", - "[1628.724609375, 471.4031982421875, 1375.257080078125, 3845.048095703125, 3772.770263671875, 3178.771484375, 6493.82177734375, 2815.949951171875, 327.6208190917969, 1607.096435546875, 2357.12646484375, 457.60980224609375, 1266.5650634765625, 523.928466796875, 2489.4326171875, 327.51043701171875]\n", - "16\n", - "5050\n", - "5\n", - "[1373.5107421875, 1389.5982666015625, 1748.531005859375, 2926.594970703125, 2005.072021484375]\n", - "5\n", - "5051\n", - "2\n", - "[3607.807861328125, 3672.859375]\n", - "2\n", - "5052\n", - "2\n", - "[5257.06103515625, 2178.5341796875]\n", - "2\n", - "5053\n", - "1\n", - "[7445.623046875]\n", - "1\n", - "5054\n", - "4\n", - "[524.038818359375, 4260.28466796875, 3352.0166015625, 854.4183349609375]\n", - "4\n", - "5055\n", - "6\n", - "[911.0850830078125, 1679.0404052734375, 3583.474609375, 2674.449951171875, 2785.87890625, 2172.465576171875]\n", - "6\n", - "5056\n", - "5\n", - "[1691.3408203125, 2629.650146484375, 404.27337646484375, 693.0887451171875, 2341.515869140625]\n", - "5\n", - "5057\n", - "9\n", - "[398.5740661621094, 1308.4970703125, 3825.074951171875, 4927.33349609375, 2272.490234375, 458.7132568359375, 786.4444580078125, 3824.1923828125, 844.376708984375]\n", - "9\n", - "5058\n", - "6\n", - "[942.7662963867188, 1649.444091796875, 735.6433715820312, 3073.909912109375, 1414.1494140625, 471.3831481933594]\n", - "6\n", - "5059\n", - "2\n", - "[4010.14404296875, 2005.0721435546875]\n", - "2\n", - "5060\n", - "33\n", - "[577.8607177734375, 1752.9022216796875, 796.6884155273438, 318.78271484375, 1596.8651123046875, 835.0604248046875, 5024.181640625, 1849.905517578125, 1398.6993408203125, 797.3592529296875, 1832.195556640625, 956.2139282226562, 1995.0751953125, 1821.864501953125, 1953.2149658203125, 1167.9306640625, 3680.088623046875, 699.8192138671875, 3650.303466796875, 8061.06982421875, 478.174072265625, 3564.43603515625, 14479.5234375, 2088.4560546875, 1676.4266357421875, 2413.14208984375, 956.6163940429688, 1915.781982421875, 563.9072875976562, 366.54644775390625, 963.0565185546875, 405.85760498046875, 319.051025390625]\n", - "33\n", - "5061\n", - "13\n", - "[443.9974060058594, 548.4924926757812, 1679.2506103515625, 5729.45947265625, 1387.385009765625, 435.1418762207031, 1407.355712890625, 758.7042236328125, 326.4938049316406, 838.709228515625, 312.263916015625, 770.2469482421875, 895.6288452148438]\n", - "13\n", - "5062\n", - "6\n", - "[1072.7174072265625, 3275.849609375, 615.6521606445312, 343.2825012207031, 842.5731811523438, 574.0714721679688]\n", - "6\n", - "5063\n", - "2\n", - "[5344.6083984375, 1337.8399658203125]\n", - "2\n", - "5064\n", - "2\n", - "[417.9259948730469, 12748.6865234375]\n", - "2\n", - "5065\n", - "6\n", - "[560.7896728515625, 1754.01318359375, 1697.427001953125, 378.3507385253906, 376.76568603515625, 565.0692749023438]\n", - "6\n", - "5066\n", - "6\n", - "[587.609375, 1165.2265625, 6862.7490234375, 434.1798095703125, 3225.24365234375, 957.322998046875]\n", - "6\n", - "5067\n", - "1\n", - "[6708.79638671875]\n", - "1\n", - "5068" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "1\n", - "[8057.361328125]\n", - "1\n", - "5069\n", - "3\n", - "[744.624267578125, 1250.3594970703125, 3014.59130859375]\n", - "3\n", - "5070\n", - "12\n", - "[565.0693359375, 875.1044921875, 371.8520202636719, 1115.714599609375, 1977.9803466796875, 753.5313720703125, 300.4661560058594, 403.15472412109375, 2856.125, 5681.76025390625, 376.9241943359375, 600.705322265625]\n", - "12\n", - "5071\n", - "1\n", - "[40259.71875]\n", - "1\n", - "5072\n", - "1\n", - "[5028.36328125]\n", - "1\n", - "5073\n", - "5\n", - "[1937.8538818359375, 1111.397216796875, 724.92236328125, 999.2260131835938, 782.2973022460938]\n", - "5\n", - "5074\n", - "1\n", - "[25198.666015625]\n", - "1\n", - "5075\n", - "11\n", - "[683.6056518554688, 1418.0343017578125, 401.3172607421875, 833.8648681640625, 1019.9210815429688, 757.8882446289062, 634.8082275390625, 481.78692626953125, 671.4523315429688, 1185.316650390625, 405.77349853515625]\n", - "11\n", - "5076\n", - "2\n", - "[1673.337890625, 10054.11328125]\n", - "2\n", - "5077\n", - "1\n", - "[6785.16845703125]\n", - "1\n", - "5078\n", - "2\n", - "[2003.825927734375, 5778.3994140625]\n", - "2\n", - "5079\n", - "1\n", - "[20224.3984375]\n", - "1\n", - "5080\n", - "1\n", - "[5815.62744140625]\n", - "1\n", - "5081\n", - "2\n", - "[5025.7509765625, 1830.6358642578125]\n", - "2\n", - "5082\n", - "2\n", - "[2092.07861328125, 4455.578125]\n", - "2\n", - "5083\n", - "1\n", - "[6632.48095703125]\n", - "1\n", - "5084\n", - "1\n", - "[6766.189453125]\n", - "1\n", - "5085\n", - "2\n", - "[982.5723266601562, 4656.09326171875]\n", - "2\n", - "5086\n", - "1\n", - "[6635.26708984375]\n", - "1\n", - "5087\n", - "8\n", - "[314.6944274902344, 1498.100830078125, 777.541259765625, 7659.63623046875, 2305.946044921875, 2542.420166015625, 623.1726684570312, 5595.0859375]\n", - "8\n", - "5088\n", - "6\n", - "[349.3565979003906, 1797.5701904296875, 1412.0809326171875, 1925.54443359375, 1414.3182373046875, 1214.749755859375]\n", - "6\n", - "5089\n", - "5\n", - "[2507.443115234375, 901.9823608398438, 2481.682861328125, 1578.942626953125, 919.7872314453125]\n", - "5\n", - "5090\n", - "10\n", - "[6801.3232421875, 942.80419921875, 919.42431640625, 2011.121826171875, 5587.96142578125, 2111.9814453125, 2298.3935546875, 1653.858154296875, 4230.70361328125, 1241.3658447265625]\n", - "10\n", - "5091\n", - "6\n", - "[1373.98046875, 1796.264404296875, 408.72686767578125, 1285.3162841796875, 1339.2830810546875, 334.4097595214844]\n", - "6\n", - "5092\n", - "14\n", - "[642.4616088867188, 1785.244873046875, 803.4815673828125, 1497.458740234375, 475.2381591796875, 2904.0234375, 963.1529541015625, 809.1456298828125, 462.5615539550781, 3161.33154296875, 3646.279541015625, 3962.92529296875, 456.08837890625, 803.2118530273438]\n", - "14\n", - "5093\n", - "7\n", - "[20636.431640625, 5253.9697265625, 2215.144775390625, 67141.515625, 36740.7734375, 17867.84765625, 3087.8759765625]\n", - "7\n", - "5094\n", - "8\n", - "[324.95556640625, 999.947021484375, 919.7987060546875, 392.5636901855469, 324.95556640625, 1298.731689453125, 649.3658447265625, 324.4102783203125]\n", - "8\n", - "5095\n", - "1\n", - "[9922.353515625]\n", - "1\n", - "5096\n", - "2\n", - "[5607.14697265625, 3100.562744140625]\n", - "2\n", - "5097\n", - "1\n", - "[14883.529296875]\n", - "1\n", - "5098\n", - "4\n", - "[468.8040466308594, 3012.0009765625, 2295.326904296875, 2351.531494140625]\n", - "4\n", - "5099\n", - "7\n", - "[1058.76416015625, 791.2684326171875, 660.3802490234375, 2914.516357421875, 11340.6337890625, 1048.2052001953125, 802.04736328125]\n", - "7\n", - "5100\n", - "3\n", - "[1020.3865356445312, 826.5130615234375, 4329.5]\n", - "3\n", - "5101\n", - "6\n", - "[690.5099487304688, 1213.7835693359375, 377.8141784667969, 1274.0394287109375, 363.86029052734375, 1403.64208984375]\n", - "6\n", - "5102\n", - "5\n", - "[5650.42138671875, 2803.526123046875, 1849.39794921875, 2952.22119140625, 737.2809448242188]\n", - "5\n", - "5103\n", - "5\n", - "[7027.67529296875, 5647.197265625, 698.318115234375, 558.045654296875, 703.001708984375]\n", - "5\n", - "5104\n", - "1\n", - "[5399.720703125]\n", - "1\n", - "5105\n", - "1\n", - "[10715.556640625]\n", - "1\n", - "5106\n", - "2\n", - "[4493.1904296875, 4729.3671875]\n", - "2\n", - "5107\n", - "2\n", - "[1738.040283203125, 4701.923828125]\n", - "2\n", - "5108\n", - "2\n", - "[1620.9052734375, 4219.49755859375]\n", - "2\n", - "5109\n", - "1\n", - "[5401.73486328125]\n", - "1\n", - "5110\n", - "2\n", - "[6943.470703125, 980.3189086914062]\n", - "2\n", - "5111\n", - "2\n", - "[3548.4833984375, 2342.329345703125]\n", - "2\n", - "5112\n", - "2\n", - "[2524.140380859375, 7676.8876953125]\n", - "2\n", - "5113\n", - "3\n", - "[1195.341064453125, 3467.848876953125, 537.8468017578125]\n", - "3\n", - "5114\n", - "2\n", - "[5868.99462890625, 3938.574951171875]\n", - "2\n", - "5115\n", - "1\n", - "[5019.9130859375]\n", - "1\n", - "5116\n", - "3\n", - "[3321.2275390625, 2646.327392578125, 1113.198974609375]\n", - "3\n", - "5117\n", - "20\n", - "[1263.8934326171875, 1894.620361328125, 1885.9085693359375, 9348.3505859375, 3589.568603515625, 10891.3662109375, 3874.615478515625, 2116.5947265625, 9999.2890625, 2220.43798828125, 1371.2215576171875, 7305.63134765625, 448.8267517089844, 2309.64599609375, 4180.5703125, 1528.72900390625, 4374.6669921875, 1695.99365234375, 1011.6025390625, 2562.98193359375]\n", - "20\n", - "5118\n", - "4\n", - "[1994.3818359375, 741.57568359375, 2686.389404296875, 415.982177734375]\n", - "4\n", - "5119\n", - "2\n", - "[4463.9892578125, 2265.18408203125]\n", - "2\n", - "5120\n", - "1\n", - "[11674.41015625]\n", - "1\n", - "5121\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[7578.0673828125]\n", - "1\n", - "5122\n", - "2\n", - "[9904.517578125, 807.5288696289062]\n", - "2\n", - "5123\n", - "1\n", - "[9947.3671875]\n", - "1\n", - "5124\n", - "3\n", - "[578.2929077148438, 2919.650390625, 2364.68359375]\n", - "3\n", - "5125\n", - "2\n", - "[4099.478515625, 1769.474853515625]\n", - "2\n", - "5126\n", - "1\n", - "[6663.02880859375]\n", - "1\n", - "5127\n", - "3\n", - "[3518.01708984375, 3015.944580078125, 2096.064208984375]\n", - "3\n", - "5128\n", - "2\n", - "[2280.14892578125, 3153.536865234375]\n", - "2\n", - "5129\n", - "3\n", - "[20478.40234375, 14908.5439453125, 4977.8525390625]\n", - "3\n", - "5130\n", - "2\n", - "[1328.71142578125, 10327.517578125]\n", - "2\n", - "5131\n", - "2\n", - "[5521.90966796875, 2997.76953125]\n", - "2\n", - "5132\n", - "4\n", - "[3245.2998046875, 1179.8111572265625, 2006.4981689453125, 4904.40966796875]\n", - "4\n", - "5133\n", - "4\n", - "[582.0126953125, 2934.476806640625, 14189.9775390625, 6497.83935546875]\n", - "4\n", - "5134\n", - "4\n", - "[2098.26123046875, 2006.4981689453125, 2148.2392578125, 15899.3076171875]\n", - "4\n", - "5135\n", - "11\n", - "[24630.791015625, 2664.147216796875, 3085.837890625, 512.9264526367188, 597.4942626953125, 5300.962890625, 12737.212890625, 2315.068603515625, 12083.3408203125, 5889.58642578125, 891.2146606445312]\n", - "11\n", - "5136\n", - "6\n", - "[1615.9951171875, 4165.9345703125, 848.1710205078125, 3434.50048828125, 1454.8538818359375, 494.4761047363281]\n", - "6\n", - "5137\n", - "5\n", - "[2735.473876953125, 416.07080078125, 1247.1669921875, 831.7930908203125, 631.7724609375]\n", - "5\n", - "5138\n", - "6\n", - "[582.9891967773438, 2936.4296875, 2376.87744140625, 2422.774169921875, 2374.92431640625, 2353.4404296875]\n", - "6\n", - "5139\n", - "6\n", - "[2078.155517578125, 6258.84619140625, 2381.17138671875, 3247.262939453125, 4575.4248046875, 1744.9541015625]\n", - "6\n", - "5140\n", - "1\n", - "[32054.521484375]\n", - "1\n", - "5141\n", - "3\n", - "[776.2442016601562, 2510.72900390625, 3284.06103515625]\n", - "3\n", - "5142\n", - "16\n", - "[421.39593505859375, 1282.5400390625, 421.39593505859375, 3358.4619140625, 905.6129760742188, 995.9625244140625, 4477.94921875, 27523.435546875, 1701.8182373046875, 1161.838623046875, 844.9093627929688, 1702.524169921875, 1298.774658203125, 3402.9306640625, 3001.298828125, 2140.15478515625]\n", - "16\n", - "5143\n", - "7\n", - "[608.9860229492188, 468.97991943359375, 17499.806640625, 855.3930053710938, 17770.548828125, 44965.98828125, 528.704345703125]\n", - "7\n", - "5144\n", - "152\n", - "[1466.2041015625, 1697.65087890625, 1698.40869140625, 3514.8349609375, 903.4734497070312, 3084.3916015625, 17789.302734375, 2474.23974609375, 703.8568725585938, 3737.135986328125, 2767.158935546875, 7203.47216796875, 3897.517333984375, 368.6656494140625, 571.3408203125, 17425.95703125, 10232.1494140625, 1030.8409423828125, 661.2333984375, 15909.7724609375, 4069.723388671875, 451.8883056640625, 665.9453735351562, 1818.491943359375, 575.9408569335938, 4654.25244140625, 4216.91650390625, 1097.8111572265625, 549.208740234375, 264.33148193359375, 2056.674560546875, 639.2529296875, 680.030517578125, 1253.49365234375, 5187.84716796875, 636.0695190429688, 549.05712890625, 855.9304809570312, 1876.352294921875, 539.1409301757812, 2263.3828125, 141.73617553710938, 668.2064819335938, 3058.318115234375, 456.1340026855469, 1254.0350341796875, 1665.4320068359375, 3065.69873046875, 3732.087158203125, 1590.8203125, 803.390869140625, 3323.913818359375, 498.3515625, 365.3306884765625, 442.5126953125, 179.06202697753906, 3389.81298828125, 2039.95654296875, 365.3848571777344, 2424.45361328125, 414.35821533203125, 254.4424591064453, 1089.694580078125, 3031.33984375, 4506.89501953125, 544.09619140625, 5090.05078125, 644.4418334960938, 3284.486328125, 447.1165466308594, 438.66656494140625, 2395.042236328125, 499.17236328125, 1630.833251953125, 1168.4097900390625, 1856.1998291015625, 4864.275390625, 656.8976440429688, 356.738037109375, 1412.2564697265625, 3866.84130859375, 737.0623779296875, 355.6722717285156, 551.2919921875, 811.7879638671875, 3359.516357421875, 1626.8807373046875, 1038.5606689453125, 2926.28076171875, 414.2214050292969, 1096.9051513671875, 978.8323974609375, 2109.98779296875, 365.0341491699219, 1724.60009765625, 332.9639892578125, 358.42449951171875, 544.6970825195312, 830.6607055664062, 885.04833984375, 1241.8433837890625, 10216.001953125, 835.7830200195312, 465.3810119628906, 1528.0360107421875, 903.422119140625, 438.66650390625, 1018.7274169921875, 15281.869140625, 1743.614990234375, 1529.9505615234375, 3089.12060546875, 1075.573974609375, 730.9696655273438, 1965.22607421875, 40678.375, 5063.5419921875, 731.2701416015625, 1082.7845458984375, 1985.906005859375, 715.1795043945312, 326.1241149902344, 51980.546875, 17327.53125, 358.42449951171875, 966.2138671875, 1564.989990234375, 2332.9072265625, 1387.7794189453125, 592.9603271484375, 18886.060546875, 11588.896484375, 7202.9375, 3223.814453125, 738.1567993164062, 2634.573974609375, 571.6837158203125, 1393.360107421875, 741.029541015625, 1158.574462890625, 750.771240234375, 370.3571472167969]\n", - "142\n", - "5145\n", - "7\n", - "[1194.423828125, 41165.609375, 5922.1015625, 596.2116088867188, 741.2630615234375, 1815.6444091796875, 596.2116088867188]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "5146\n", - "1\n", - "[7507.8232421875]\n", - "1\n", - "5147\n", - "5\n", - "[649.1958618164062, 1471.2318115234375, 1905.074462890625, 2690.1728515625, 496.5668640136719]\n", - "5\n", - "5148\n", - "1\n", - "[5636.65673828125]\n", - "1\n", - "5149\n", - "2\n", - "[5274.9150390625, 6634.64453125]\n", - "2\n", - "5150\n", - "1\n", - "[16185.322265625]\n", - "1\n", - "5151\n", - "4\n", - "[2126.03759765625, 1263.4818115234375, 2947.65380859375, 2123.920166015625]\n", - "4\n", - "5152\n", - "3\n", - "[5506.4912109375, 4201.8271484375, 1264.938720703125]\n", - "3\n", - "5153\n", - "3\n", - "[943.11572265625, 981.0299682617188, 19987.103515625]\n", - "3\n", - "5154\n", - "2\n", - "[1170.2685546875, 5179.134765625]\n", - "2\n", - "5155\n", - "4\n", - "[4046.583984375, 314.09747314453125, 8031.2666015625, 5666.3642578125]\n", - "4\n", - "5156\n", - "7\n", - "[706.5089721679688, 2381.69775390625, 565.2890014648438, 2870.37744140625, 479.8089599609375, 2230.771728515625, 950.5501098632812]\n", - "7\n", - "5157\n", - "2\n", - "[4060.942626953125, 2511.00341796875]\n", - "2\n", - "5158\n", - "2\n", - "[7780.6943359375, 2951.941650390625]\n", - "2\n", - "5159\n", - "2\n", - "[1884.65185546875, 8600.205078125]\n", - "2\n", - "5160\n", - "2\n", - "[60580.4140625, 13093.166015625]\n", - "2\n", - "5161\n", - "2\n", - "[7139.533203125, 1347.478271484375]\n", - "2\n", - "5162\n", - "15\n", - "[852.3045654296875, 2901.40380859375, 409.6826171875, 2263.205078125, 3295.989501953125, 11058.6865234375, 2458.095947265625, 1671.669921875, 835.148681640625, 1228.3616943359375, 1229.734130859375, 837.2073974609375, 426.8385314941406, 820.73779296875, 835.8348999023438]\n", - "15\n", - "5163\n", - "1\n", - "[5648.27734375]\n", - "1\n", - "5164\n", - "34\n", - "[484.75738525390625, 486.1849670410156, 474.5419006347656, 437.8361511230469, 1390.9490966796875, 7078.18701171875, 2431.559326171875, 7682.10302734375, 9393.6650390625, 3582.16015625, 1166.3680419921875, 12613.779296875, 10496.931640625, 5753.57470703125, 1057.1707763671875, 2530.382568359375, 2627.143798828125, 9941.83984375, 4194.26171875, 6620.71337890625, 4177.85986328125, 453.1592712402344, 431.3959655761719, 1202.788330078125, 620.4450073242188, 1740.30419921875, 3499.104248046875, 326.4815368652344, 386.5051574707031, 632.6908569335938, 2071.385986328125, 459.821533203125, 753.975341796875, 761.2086181640625]\n", - "34\n", - "5165\n", - "2\n", - "[10603.400390625, 2397.9091796875]\n", - "2\n", - "5166\n", - "2\n", - "[15531.2060546875, 3200.89794921875]\n", - "2\n", - "5167\n", - "1\n", - "[24521.130859375]\n", - "1\n", - "5168\n", - "1\n", - "[58286.1484375]\n", - "1\n", - "5169\n", - "2\n", - "[4010.463134765625, 1634.6998291015625]\n", - "2\n", - "5170\n", - "1\n", - "[8256.265625]\n", - "1\n", - "5171\n", - "2\n", - "[1805.2188720703125, 22201.169921875]\n", - "2\n", - "5172\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[4655.353515625, 2298.1796875, 764.3499755859375]\n", - "3\n", - "5173\n", - "14\n", - "[796.3439331054688, 1328.1292724609375, 541.5672607421875, 562.9097900390625, 530.4512939453125, 700.7471313476562, 6463.6806640625, 13215.9306640625, 387.7620849609375, 916.3821411132812, 1843.040283203125, 3896.349609375, 509.998046875, 1306.4005126953125]\n", - "14\n", - "5174\n", - "2\n", - "[17036.9375, 17265.109375]\n", - "2\n", - "5175\n", - "6\n", - "[7472.05712890625, 1451.2738037109375, 12275.7421875, 1877.2579345703125, 514.5704956054688, 3257.662841796875]\n", - "6\n", - "5176\n", - "1\n", - "[7937.18310546875]\n", - "1\n", - "5177\n", - "1\n", - "[5685.3173828125]\n", - "1\n", - "5178\n", - "2\n", - "[8221.189453125, 5784.37744140625]\n", - "2\n", - "5179\n", - "1\n", - "[6960.82470703125]\n", - "1\n", - "5180\n", - "2\n", - "[5903.9833984375, 5675.81005859375]\n", - "2\n", - "5181\n", - "1\n", - "[35853.765625]\n", - "1\n", - "5182\n", - "10\n", - "[716.6569213867188, 2404.22314453125, 985.5779418945312, 2134.60400390625, 417.7006530761719, 2119.23681640625, 834.0042724609375, 904.5523681640625, 381.37884521484375, 2102.47314453125]\n", - "10\n", - "5183\n", - "2\n", - "[10643.6220703125, 519.8048095703125]\n", - "2\n", - "5184\n", - "1\n", - "[37897.96484375]\n", - "1\n", - "5185\n", - "7\n", - "[939.784423828125, 2799.3251953125, 1381.9453125, 4217.4755859375, 1398.892333984375, 957.5017700195312, 460.6484375]\n", - "7\n", - "5186\n", - "3\n", - "[3623.123779296875, 10712.09765625, 7094.798828125]\n", - "3\n", - "5187\n", - "2\n", - "[3094.591552734375, 4659.2001953125]\n", - "2\n", - "5188\n", - "1\n", - "[7094.798828125]\n", - "1\n", - "5189\n", - "1\n", - "[11361.1279296875]\n", - "1\n", - "5190\n", - "1\n", - "[7937.18310546875]\n", - "1\n", - "5191\n", - "2\n", - "[3617.299072265625, 3477.500244140625]\n", - "2\n", - "5192\n", - "11\n", - "[1265.6748046875, 7196.6044921875, 10149.1474609375, 5927.43798828125, 6778.904296875, 4589.11865234375, 3390.499755859375, 13893.0859375, 2121.332275390625, 14956.89453125, 1253.101806640625]\n", - "11\n", - "5193\n", - "1\n", - "[40988.8359375]\n", - "1\n", - "5194\n", - "2\n", - "[20319.9765625, 9980.7197265625]\n", - "2\n", - "5195\n", - "1\n", - "[9217.3046875]\n", - "1\n", - "5196\n", - "1\n", - "[6001.0322265625]\n", - "1\n", - "5197\n", - "6\n", - "[1901.64208984375, 1881.947265625, 12177.9482421875, 871.6770629882812, 4505.7314453125, 3008.19775390625]\n", - "6\n", - "5198\n", - "1\n", - "[5894.47607421875]\n", - "1\n", - "5199\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[24369.9453125]\n", - "1\n", - "5200\n", - "1\n", - "[12107.43359375]\n", - "1\n", - "5201\n", - "1\n", - "[5686.912109375]\n", - "1\n", - "5202\n", - "1\n", - "[17046.443359375]\n", - "1\n", - "5203\n", - "6\n", - "[6927.8837890625, 797.6941528320312, 8554.05078125, 3862.78857421875, 4810.53173828125, 347.5484313964844]\n", - "6\n", - "5204\n", - "45\n", - "[3328.55322265625, 499.1451721191406, 2777.3486328125, 2041.49169921875, 1040.5328369140625, 5258.78125, 1017.4331665039062, 1014.3121948242188, 6254.0537109375, 7775.11083984375, 2399.255859375, 1516.6485595703125, 1072.99853515625, 4218.22412109375, 1336.0255126953125, 1144.62548828125, 2460.359619140625, 520.7927856445312, 3971.711181640625, 1314.199951171875, 1667.0303955078125, 2020.6298828125, 438.7752990722656, 339.6173400878906, 843.796142578125, 912.2592163085938, 356.1096496582031, 649.6195068359375, 1029.9573974609375, 994.6473388671875, 4535.01025390625, 1419.1619873046875, 1278.883056640625, 610.8327026367188, 1522.22607421875, 336.9347839355469, 1963.1961669921875, 764.4556884765625, 703.6954345703125, 341.5174255371094, 1510.9664306640625, 514.7393798828125, 959.6687622070312]\n", - "43\n", - "5205\n", - "1\n", - "[6369.44482421875]\n", - "1\n", - "5206\n", - "2\n", - "[5736.2919921875, 1794.41455078125]\n", - "2\n", - "5207\n", - "1\n", - "[5913.490234375]\n", - "1\n", - "5208\n", - "1\n", - "[9604.6123046875]\n", - "1\n", - "5209\n", - "1\n", - "[14529.0439453125]\n", - "1\n", - "5210\n", - "7\n", - "[3925.629638671875, 2300.744873046875, 10153.287109375, 11622.9931640625, 15488.3466796875, 768.1973876953125, 4786.1650390625]\n", - "7\n", - "5211\n", - "1\n", - "[5686.912109375]\n", - "1\n", - "5212\n", - "1\n", - "[13572.2470703125]\n", - "1\n", - "5213\n", - "5\n", - "[19754.849609375, 11319.86328125, 20776.673828125, 4675.1689453125, 3534.038818359375]\n", - "5\n", - "5214\n", - "11\n", - "[8946.7822265625, 25864.951171875, 6590.19091796875, 5676.7724609375, 919.3214111328125, 1359.06103515625, 3987.1689453125, 1339.877685546875, 881.6925659179688, 1340.615478515625, 898.6624145507812]\n", - "11\n", - "5215\n", - "4\n", - "[479.59539794921875, 725.2994384765625, 3362.680419921875, 490.2267761230469]\n", - "4\n", - "5216\n", - "21\n", - "[647.6724243164062, 1610.33056640625, 4208.89697265625, 2183.482666015625, 569.3463134765625, 4253.5029296875, 117.7988510131836, 311.7111511230469, 6810.82666015625, 7229.8046875, 425.82354736328125, 487.7513122558594, 4912.76953125, 942.2164306640625, 6199.10693359375, 341.728515625, 1796.1153564453125, 653.1116333007812, 394.0779724121094, 309.7794189453125]\n", - "20\n", - "5217\n", - "2\n", - "[4166.458984375, 1214.4486083984375]\n", - "2\n", - "5218\n", - "8\n", - "[9326.8544921875, 14039.3369140625, 1274.364501953125, 1302.09130859375, 1276.4971923828125, 663.309326171875, 2352.5087890625, 2880.3837890625]\n", - "8\n", - "5219\n", - "3\n", - "[769.5219116210938, 508.9783935546875, 5584.14892578125]\n", - "3\n", - "5220\n", - "4\n", - "[1289.876220703125, 1330.8759765625, 2580.2919921875, 11825.2138671875]\n", - "4\n", - "5221\n", - "5\n", - "[3869.201171875, 855.4051513671875, 3029.556640625, 688.5355834960938, 2300.744873046875]\n", - "5\n", - "5222\n", - "57\n", - "[433.855224609375, 8591.0419921875, 1840.6075439453125, 1019.9572143554688, 703.2149658203125, 2862.49853515625, 649.6008911132812, 1178.435791015625, 672.5936889648438, 660.5601196289062, 453.73211669921875, 390.1258544921875, 1109.027587890625, 2747.212158203125, 1818.5816650390625, 1245.2652587890625, 657.4442749023438, 1376.238525390625, 1099.0352783203125, 1527.9481201171875, 911.332275390625, 2390.286376953125, 1617.6630859375, 390.2332763671875, 2329.3662109375, 1612.828125, 1047.7850341796875, 1037.470458984375, 911.547119140625, 723.6292114257812, 1035.9661865234375, 457.49267578125, 2721.426025390625, 810.013427734375, 2855.300048828125, 571.4898071289062, 3457.196044921875, 425.7969665527344, 331.3544921875, 3063.73974609375, 2360.309814453125, 827.311767578125, 3099.088623046875, 2677.266845703125, 1045.6361083984375, 719.43896484375, 5411.5859375, 397.96917724609375, 323.72601318359375, 2215.476318359375, 1259.6627197265625, 2861.316650390625, 1539.766845703125, 1202.932861328125, 3342.661865234375, 334.3628845214844, 1283.3680419921875]\n", - "57\n", - "5223\n", - "23\n", - "[343.438232421875, 1001.0035400390625, 1656.90966796875, 675.815673828125, 1005.4279174804688, 992.7080078125, 675.2626342773438, 3028.45068359375, 5251.673828125, 2012.514892578125, 780.34033203125, 992.7079467773438, 10466.2939453125, 7110.99658203125, 20706.39453125, 9301.0380859375, 17495.994140625, 52349.16796875, 859.4251708984375, 7928.943359375, 2150.775146484375, 4090.841552734375, 675.2626342773438]\n", - "23\n", - "5224\n", - "24\n", - "[763.273193359375, 658.31396484375, 638.3013916015625, 1913.433837890625, 502.6177062988281, 1024.9788818359375, 1522.5556640625, 767.89404296875, 691.8607177734375, 2281.418212890625, 11306.4833984375, 763.4832763671875, 3773.518310546875, 5432.59814453125, 924.5813598632812, 1794.76318359375, 700.892333984375, 1264.2105712890625, 1069.7166748046875, 553.0265502929688, 2517.91943359375, 664.1666259765625, 1028.4046630859375, 766.73876953125]\n", - "24\n", - "5225\n", - "2\n", - "[9873.40625, 3573.998046875]\n", - "2" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "5226\n", - "9\n", - "[17385.005859375, 8517.7138671875, 6545.40673828125, 3709.405029296875, 25853.087890625, 4056.28515625, 3160.2236328125, 659.2340698242188, 1641.0721435546875]\n", - "9\n", - "5227\n", - "1\n", - "[5158.611328125]\n", - "1\n", - "5228\n", - "2\n", - "[6800.2998046875, 1073.956298828125]\n", - "2\n", - "5229\n", - "9\n", - "[2255.652099609375, 782.95361328125, 586.56494140625, 2172.41455078125, 1187.436279296875, 1685.3446044921875, 1145.8175048828125, 731.1469116210938, 1328.333251953125]\n", - "9\n", - "5230\n", - "2\n", - "[2541.599853515625, 10380.2216796875]\n", - "2\n", - "5231\n", - "1\n", - "[7068.501953125]\n", - "1\n", - "5232\n", - "2\n", - "[9077.576171875, 33576.109375]\n", - "2\n", - "5233\n", - "1\n", - "[41698.2421875]\n", - "1\n", - "5234\n", - "1\n", - "[6488.57470703125]\n", - "1\n", - "5235\n", - "1\n", - "[11758.0068359375]\n", - "1\n", - "5236\n", - "14\n", - "[588.5016479492188, 454.9140625, 1343.9207763671875, 450.7027587890625, 436.3053283691406, 807.8505859375, 725.3355712890625, 1052.32275390625, 460.4907531738281, 1463.1905517578125, 3038.6015625, 548.9810180664062, 651.0150756835938, 406.3722839355469]\n", - "14\n", - "5237\n", - "34\n", - "[2183.24169921875, 773.3101196289062, 10166.8759765625, 890.1751098632812, 3327.91455078125, 3899.401123046875, 1507.9169921875, 2128.292724609375, 519.367919921875, 3300.24072265625, 1524.1534423828125, 2409.419921875, 2996.57666015625, 4414.2490234375, 347.9518127441406, 9356.42578125, 5274.0986328125, 929.052978515625, 529.5558471679688, 1226.2960205078125, 456.5565185546875, 899.4261474609375, 3864.695556640625, 1039.5130615234375, 343.6094970703125, 817.8660888671875, 3543.202392578125, 4290.55224609375, 410.024169921875, 3995.57763671875, 3024.737548828125, 5952.22900390625, 904.0763549804688, 578.215087890625]\n", - "34\n", - "5238\n", - "8\n", - "[663.5346069335938, 4970.8193359375, 1384.7159423828125, 878.0167846679688, 1729.287353515625, 554.1026611328125, 2553.24267578125, 617.0985717773438]\n", - "8\n", - "5239\n", - "1\n", - "[11989.1875]\n", - "1\n", - "5240\n", - "1\n", - "[12922.697265625]\n", - "1\n", - "5241\n", - "1\n", - "[22096.7578125]\n", - "1\n", - "5242\n", - "2\n", - "[1328.033447265625, 7818.74365234375]\n", - "2\n", - "5243\n", - "3\n", - "[2548.893798828125, 1143.751708984375, 3785.035888671875]\n", - "3\n", - "5244\n", - "2\n", - "[5562.0166015625, 2906.72705078125]\n", - "2\n", - "5245\n", - "8\n", - "[5660.896484375, 1561.7333984375, 1843.89501953125, 5962.61474609375, 1963.800048828125, 490.95001220703125, 494.3219299316406, 403.81988525390625]\n", - "8\n", - "5246\n", - "6\n", - "[1877.13916015625, 797.2513427734375, 6098.25390625, 666.51513671875, 4201.02685546875, 3199.44677734375]\n", - "6\n", - "5247\n", - "15\n", - "[6572.24365234375, 1960.0450439453125, 2551.19189453125, 561.2064819335938, 906.1002197265625, 1428.0826416015625, 2150.595458984375, 717.870849609375, 729.011474609375, 2066.3447265625, 1434.1170654296875, 428.447998046875, 391.3127746582031, 2713.426513671875, 5095.6533203125]\n", - "15\n", - "5248\n", - "1\n", - "[5311.095703125]\n", - "1\n", - "5249\n", - "7\n", - "[2147.09619140625, 5347.7802734375, 5790.146484375, 29044.060546875, 404.0640869140625, 555.1160888671875, 1343.8232421875]\n", - "7\n", - "5250\n", - "3\n", - "[711.604248046875, 944.163818359375, 3602.351806640625]\n", - "3\n", - "5251\n", - "4\n", - "[1009.6146850585938, 2214.8857421875, 7335.373046875, 2615.946533203125]\n", - "4\n", - "5252\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[2134.580810546875, 500.16546630859375, 366.71063232421875, 3974.400634765625, 911.902587890625, 711.8363647460938, 850.3973388671875, 3169.493896484375, 1685.0120849609375, 2238.32763671875, 1278.8453369140625, 5926.32275390625, 2606.89501953125, 978.2818603515625]\n", - "14\n", - "5253\n", - "8\n", - "[418.00372314453125, 1144.22998046875, 566.08056640625, 2203.281005859375, 1745.589111328125, 561.4385986328125, 711.8363647460938, 850.62939453125]\n", - "8\n", - "5254\n", - "7\n", - "[1012.167724609375, 1561.5374755859375, 1690.1181640625, 989.8866577148438, 567.4730834960938, 1850.96044921875, 427.7516784667969]\n", - "7\n", - "5255\n", - "2\n", - "[774.9149780273438, 7410.9775390625]\n", - "2\n", - "5256\n", - "1\n", - "[20302.357421875]\n", - "1\n", - "5257\n", - "1\n", - "[5161.37451171875]\n", - "1\n", - "5258\n", - "5\n", - "[705.105712890625, 561.90283203125, 2546.7822265625, 1557.359619140625, 850.6294555664062]\n", - "5\n", - "5259\n", - "3\n", - "[6680.0400390625, 1548.3134765625, 959.9240112304688]\n", - "3\n", - "5260\n", - "4\n", - "[1724.1422119140625, 596.8184814453125, 1127.32373046875, 6750.126953125]\n", - "4\n", - "5261\n", - "6\n", - "[3558.253662109375, 862.0020751953125, 2708.320556640625, 1417.870361328125, 1129.1439208984375, 711.6043701171875]\n", - "6\n", - "5262\n", - "1\n", - "[9252.4697265625]\n", - "1\n", - "5263\n", - "1\n", - "[6181.39013671875]\n", - "1\n", - "5264\n", - "1\n", - "[5097.82470703125]\n", - "1\n", - "5265\n", - "5\n", - "[2521.04443359375, 1667.956787109375, 5888.3515625, 10106.017578125, 1699.350341796875]\n", - "5\n", - "5266\n", - "470\n", - "[308.887939453125, 1051.4342041015625, 354.67596435546875, 2915.263427734375, 463.6739501953125, 1080.5244140625, 535.1724853515625, 1170.5711669921875, 1167.23193359375, 8284.7314453125, 481.7799072265625, 584.7492065429688, 817.4803466796875, 316.988525390625, 477.19305419921875, 5829.56103515625, 11416.0595703125, 3409.154052734375, 2106.604736328125, 1534.7550048828125, 1511.406494140625, 7971.296875, 6193.048828125, 1619.0543212890625, 631.224853515625, 1372.2525634765625, 1608.4320068359375, 385.6387939453125, 607.8377685546875, 13426.5068359375, 2689.461669921875, 425.00372314453125, 19650.544921875, 28481.94140625, 12006.0302734375, 2783.256591796875, 1351.99462890625, 2313.08642578125, 326.2469482421875, 1034.4608154296875, 495.3983459472656, 408.6904296875, 1546.996337890625, 5838.8154296875, 9661.30859375, 1874.6123046875, 357.74658203125, 11081.8349609375, 31950.7265625, 32018.060546875, 19648.693359375, 2019.56494140625, 18913.55078125, 11218.9873046875, 6692.0068359375, 6653.49609375, 848.7473754882812, 706.1815795898438, 1467.65966796875, 84.76549530029297, 1826.395751953125, 554.5077514648438, 1095.2691650390625, 323.78009033203125, 333.19110107421875, 663.3627319335938, 5511.29833984375, 2312.73681640625, 14554.4375, 33790.69140625, 36159.41796875, 32009.634765625, 6762.88671875, 6619.82763671875, 12626.7802734375, 6698.38623046875, 9901.0546875, 15430.9462890625, 5848.93017578125, 1552.2679443359375, 2488.79736328125, 1177.17626953125, 2327.960205078125, 1338.38037109375, 780.5877685546875, 1875.3131103515625, 481.1563720703125, 842.4415283203125, 1489.6845703125, 531.98486328125, 1537.056640625, 969.013916015625, 8197.732421875, 26233.908203125, 33504.4140625, 28645.83203125, 18851.96484375, 15982.8642578125, 17413.0625, 12838.396484375, 10094.517578125, 9643.3271484375, 7591.47265625, 414.7655029296875, 7360.916015625, 5034.44091796875, 10082.33984375, 7291.80859375, 377.47479248046875, 807.085693359375, 4928.67724609375, 3460.36865234375, 556.3230590820312, 480.3692626953125, 382.7669677734375, 347.5960998535156, 942.57861328125, 6586.4189453125, 1515.9083251953125, 1289.51611328125, 1020.404296875, 2121.4892578125, 4306.46533203125, 16238.3466796875, 16025.66796875, 33393.171875, 24209.146484375, 27735.814453125, 17845.86328125, 18441.17578125, 25051.552734375, 22200.921875, 17160.1796875, 11249.6630859375, 21877.080078125, 22588.3984375, 8300.3896484375, 7731.30322265625, 3161.518798828125, 1719.82177734375, 2061.3447265625, 1409.2318115234375, 8843.0625, 1952.2398681640625, 490.0774841308594, 922.8049926757812, 931.8987426757812, 2215.810546875, 3119.79345703125, 1154.801513671875, 2039.4339599609375, 1328.428955078125, 540.8935546875, 2736.239501953125, 999.524658203125, 513.3279418945312, 19915.2421875, 26552.080078125, 33417.8203125, 34574.58203125, 32950.52734375, 23576.03125, 18483.310546875, 25472.4609375, 20620.220703125, 26886.04296875, 21924.173828125, 31755.728515625, 29375.66015625, 27469.857421875, 25313.177734375, 14726.63671875, 11857.8515625, 13709.8251953125, 323.64544677734375, 2056.540771484375, 1883.8912353515625, 1610.564208984375, 587.4985961914062, 1545.41015625, 2676.419921875, 4839.14794921875, 16958.697265625, 2259.5048828125, 3311.311767578125, 6569.81787109375, 323.1729431152344, 2611.018310546875, 382.7514343261719, 7375.87939453125, 9134.6064453125, 22706.53125, 33260.3125, 31789.080078125, 32891.06640625, 20952.412109375, 20707.24609375, 25447.693359375, 20099.923828125, 16343.83984375, 12736.919921875, 5969.662109375, 9014.701171875, 19914.76953125, 14301.5146484375, 8028.197265625, 11905.8310546875, 13957.931640625, 4278.0673828125, 1475.822998046875, 585.12744140625, 1983.369384765625, 2444.2119140625, 17419.412109375, 14191.244140625, 14134.671875, 17695.322265625, 18706.384765625, 12959.6005859375, 28389.08984375, 25716.5234375, 18141.236328125, 24246.396484375, 29772.11328125, 30931.591796875, 31151.00390625, 26907.306640625, 30388.021484375, 25509.12109375, 21115.001953125, 16049.5703125, 5072.6376953125, 2878.432373046875, 2575.563232421875, 1484.491455078125, 1053.3150634765625, 224.05642700195312, 776.3714599609375, 352.545166015625, 1034.00732421875, 818.2466430664062, 900.4566650390625, 396.8473815917969, 1249.75732421875, 5112.38427734375, 18883.42578125, 11237.337890625, 20169.740234375, 20586.23828125, 22888.0625, 30348.76171875, 34804.11328125, 21748.1953125, 9516.6884765625, 9089.4013671875, 1810.3118896484375, 14193.9345703125, 23211.1953125, 24407.017578125, 25376.025390625, 6823.2919921875, 3537.260986328125, 3396.052490234375, 1165.4229736328125, 2934.23388671875, 553.66357421875, 999.584228515625, 892.7424926757812, 121.4520492553711, 1493.4581298828125, 2642.635009765625, 1516.45361328125, 845.8757934570312, 6220.4482421875, 6205.3271484375, 8460.26171875, 1051.0692138671875, 2591.683837890625, 7297.51806640625, 12577.361328125, 9473.2548828125, 22768.078125, 26646.94140625, 31997.388671875, 20772.060546875, 22967.880859375, 17189.201171875, 11204.49609375, 17916.03515625, 7139.29833984375, 16274.1806640625, 9270.0654296875, 14075.052734375, 11973.6220703125, 4276.30224609375, 773.4594116210938, 395.0786437988281, 580.0975952148438, 541.8973388671875, 787.8117065429688, 1592.6304931640625, 2195.80029296875, 2408.28857421875, 1881.456298828125, 1735.8504638671875, 497.8304138183594, 6140.5615234375, 14354.3203125, 18681.498046875, 24568.07421875, 28770.267578125, 30863.46875, 27176.767578125, 35894.08984375, 36036.75390625, 33624.671875, 7666.2509765625, 418.9789123535156, 1011.9679565429688, 5754.935546875, 23870.732421875, 15676.1904296875, 20931.66015625, 11911.5234375, 13270.291015625, 1203.105712890625, 1173.7509765625, 577.8543090820312, 192.37522888183594, 294.2574157714844, 694.302001953125, 1752.110107421875, 405.50909423828125, 2096.745849609375, 682.5606079101562, 909.3758544921875, 1528.682373046875, 10609.814453125, 20696.0234375, 22019.310546875, 27420.91015625, 29686.546875, 31791.28515625, 25660.017578125, 36064.00390625, 37873.921875, 35266.64453125, 30361.0078125, 5781.47607421875, 716.0838012695312, 6133.8671875, 12846.03515625, 13670.3291015625, 7634.5126953125, 2816.640625, 610.6411743164062, 2005.96875, 3043.4208984375, 1566.790771484375, 631.7513427734375, 440.7821350097656, 373.4188537597656, 488.2837219238281, 1779.676025390625, 6709.8447265625, 6754.10546875, 14878.359375, 23191.5859375, 23719.5234375, 32280.908203125, 34277.04296875, 37017.45703125, 32780.76953125, 27599.330078125, 642.2899169921875, 1465.6781005859375, 1074.5391845703125, 17244.763671875, 19342.96484375, 4207.009765625, 433.1574401855469, 614.6420288085938, 1268.5452880859375, 1178.9788818359375, 379.9762268066406, 439.8885192871094, 2832.006103515625, 12940.423828125, 15025.6708984375, 16406.923828125, 30784.634765625, 33456.13671875, 33056.8046875, 29484.853515625, 31927.88671875, 6412.58251953125, 1538.2623291015625, 9403.71484375, 5241.2236328125, 657.610107421875, 250.68856811523438, 336.5160217285156, 456.0443420410156, 4116.07421875, 5079.84375, 4462.83447265625, 18009.83203125, 23031.162109375, 24476.638671875, 30555.298828125, 26915.41796875, 4580.45556640625, 860.6075439453125, 2951.53955078125, 840.7628173828125, 414.7124328613281, 621.8065795898438, 421.5382385253906, 356.1370544433594, 391.6507568359375, 956.7210693359375, 10642.33984375, 9346.537109375, 27356.84375, 22879.87109375, 9282.9033203125, 332.7417297363281, 666.9860229492188, 481.391845703125, 560.3551635742188, 1989.1260986328125, 8971.2685546875, 10110.7802734375, 25583.6640625, 9789.2216796875, 5238.61474609375, 422.7142028808594, 2020.9039306640625, 8745.4365234375, 8672.7060546875, 1212.7943115234375, 2110.80322265625, 4777.068359375, 5135.64208984375, 416.93157958984375, 674.5941162109375, 1573.0709228515625, 5189.0517578125, 2130.06396484375, 1089.2720947265625, 710.022705078125, 3532.422119140625, 6536.49462890625, 2290.057861328125, 2009.2294921875, 1825.4488525390625, 3355.5712890625, 768.0469970703125, 449.0572814941406, 418.30474853515625, 870.3318481445312, 1560.8748779296875, 2511.29736328125, 1837.1685791015625, 1364.9910888671875, 450.9094543457031, 493.25408935546875, 3001.613525390625, 683.8687133789062, 379.1535339355469]\n", - "470\n", - "5267\n", - "11\n", - "[1405.8883056640625, 1703.4451904296875, 851.7225952148438, 3273.126220703125, 3548.84423828125, 8911.6943359375, 3338.643310546875, 2515.584716796875, 2488.28564453125, 5182.58642578125, 1333.5341796875]\n", - "11\n", - "5268\n", - "2\n", - "[6794.59423828125, 11634.951171875]\n", - "2\n", - "5269\n", - "1\n", - "[5039.80029296875]\n", - "1\n", - "5270\n", - "2\n", - "[32783.62109375, 13698.2021484375]\n", - "2\n", - "5271\n", - "2\n", - "[631.9901733398438, 7299.9130859375]\n", - "2\n", - "5272\n", - "1\n", - "[5564.14892578125]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "5273\n", - "1\n", - "[7752.029296875]\n", - "1\n", - "5274\n", - "4\n", - "[570.8955688476562, 1898.0787353515625, 3883.622314453125, 1044.3507080078125]\n", - "4\n", - "5275\n", - "1\n", - "[36538.0]\n", - "1\n", - "5276\n", - "2\n", - "[3688.321533203125, 3685.305908203125]\n", - "2\n", - "5277\n", - "26\n", - "[356.6579895019531, 3539.02001953125, 5365.197265625, 15846.8154296875, 412.8094787597656, 2917.81591796875, 16983.404296875, 2649.58544921875, 999.6740112304688, 717.2952270507812, 2056.236328125, 3270.347412109375, 4755.78369140625, 448.77008056640625, 5088.71337890625, 2083.501708984375, 2745.382080078125, 3207.858642578125, 4483.4267578125, 360.195068359375, 1165.91796875, 486.0570068359375, 720.832275390625, 636.236572265625, 1084.7119140625, 996.7264404296875]\n", - "26\n", - "5278\n", - "1\n", - "[23162.505859375]\n", - "1\n", - "5279\n", - "6\n", - "[1537.578369140625, 7757.01513671875, 1011.564697265625, 7274.8359375, 4081.663818359375, 2063.592041015625]\n", - "6\n", - "5280\n", - "9\n", - "[353.8211975097656, 349.43890380859375, 6614.5703125, 4788.87548828125, 540.2584838867188, 12106.134765625, 7575.52685546875, 2944.699462890625, 351.5348205566406]\n", - "9\n", - "5281\n", - "2\n", - "[6400.22265625, 8916.60546875]\n", - "2\n", - "5282\n", - "137\n", - "[5812.1064453125, 2409.74853515625, 347.928955078125, 313.995849609375, 829.1319580078125, 5441.65234375, 1052.8857421875, 1684.300048828125, 665.1803588867188, 4411.21826171875, 790.3529663085938, 690.0562744140625, 382.02899169921875, 572.8433837890625, 623.8201904296875, 4229.27197265625, 1386.002685546875, 485.1221618652344, 1736.0970458984375, 3366.095703125, 948.7908935546875, 994.452392578125, 166.70205688476562, 381.9872741699219, 736.1465454101562, 1192.890625, 2114.561767578125, 6000.6064453125, 1636.98876953125, 714.149658203125, 1639.4315185546875, 1109.482666015625, 1705.377685546875, 179.01480102539062, 277.0576171875, 559.1655883789062, 545.2661743164062, 2534.4091796875, 5056.767578125, 7962.10400390625, 5268.4775390625, 19031.330078125, 5537.50244140625, 5817.37060546875, 1858.6998291015625, 1573.3428955078125, 1703.2908935546875, 2726.20849609375, 869.154541015625, 557.24560546875, 944.7313232421875, 3363.838623046875, 9642.955078125, 8002.13818359375, 5302.9716796875, 3827.6357421875, 16688.248046875, 31077.1796875, 12349.04296875, 12634.255859375, 11640.69140625, 2260.03564453125, 1046.0823974609375, 452.7271728515625, 545.861328125, 3031.025634765625, 2032.734619140625, 724.095703125, 360.1881103515625, 1084.2838134765625, 1059.2408447265625, 1180.35400390625, 8141.4697265625, 27599.6328125, 13942.9267578125, 20118.76953125, 22979.341796875, 8331.7705078125, 2571.00048828125, 727.5175170898438, 5003.80322265625, 695.084228515625, 773.7870483398438, 371.34637451171875, 647.1781616210938, 900.6934814453125, 1284.0908203125, 794.1627807617188, 6085.80810546875, 17416.3046875, 19172.6171875, 18862.248046875, 12466.7841796875, 2907.764404296875, 1077.76171875, 408.19879150390625, 998.7372436523438, 456.5953369140625, 338.61553955078125, 354.5054626464844, 789.8794555664062, 653.628662109375, 1079.806640625, 2375.015380859375, 4109.06640625, 4975.01416015625, 7046.1875, 1426.567138671875, 797.448486328125, 474.1523742675781, 2008.335205078125, 816.7835083007812, 824.2222900390625, 1455.4815673828125, 998.5884399414062, 2903.364990234375, 575.1702880859375, 509.55279541015625, 1888.89892578125, 858.6782836914062, 2014.82421875, 5366.72900390625, 2218.380859375, 1668.1055908203125, 1448.19140625, 1723.279296875, 738.2294921875, 2001.0450439453125, 948.6239013671875, 4915.41455078125, 3665.2744140625, 382.2377014160156, 695.4822387695312, 621.2301635742188, 354.4400939941406, 919.8246459960938]\n", - "136\n", - "5283\n", - "6\n", - "[820.2735595703125, 1509.75390625, 496.43316650390625, 1188.5390625, 794.255126953125, 433.32513427734375]\n", - "6\n", - "5284\n", - "1\n", - "[5133.69140625]\n", - "1\n", - "5285\n", - "12\n", - "[665.8699951171875, 2634.66796875, 638.1253662109375, 639.1924438476562, 665.8699340820312, 6010.97021484375, 26438.451171875, 1331.739990234375, 640.2595825195312, 1280.51904296875, 1178.07763671875, 9495.048828125]\n", - "12\n", - "5286\n", - "2\n", - "[7173.1650390625, 10030.7490234375]\n", - "2\n", - "5287\n", - "5\n", - "[1022.21142578125, 733.953857421875, 2330.3984375, 1516.774658203125, 3529.728515625]\n", - "5\n", - "5288\n", - "6\n", - "[583.257568359375, 2684.676513671875, 2314.601806640625, 779.3233642578125, 587.8173217773438, 701.4290771484375]\n", - "6\n", - "5289\n", - "2\n", - "[3691.33740234375, 3760.700927734375]\n", - "2\n", - "5290\n", - "15\n", - "[522.5193481445312, 996.1555786132812, 535.0957641601562, 433.3461608886719, 1151.966796875, 1776.1217041015625, 547.3306884765625, 1532.10498046875, 1110.99365234375, 784.57568359375, 3672.544677734375, 813.1428833007812, 1256.333984375, 627.4556884765625, 1077.9307861328125]\n", - "15\n", - "5291\n", - "2\n", - "[1947.16064453125, 5512.44775390625]\n", - "2\n", - "5292\n", - "10\n", - "[460.46356201171875, 1800.0479736328125, 1934.839599609375, 687.9429321289062, 492.1529846191406, 453.322265625, 2307.97119140625, 542.141845703125, 788.5159301757812, 360.4856872558594]\n", - "10\n", - "5293\n", - "1\n", - "[7281.580078125]\n", - "1\n", - "5294\n", - "7\n", - "[1048.585205078125, 56788.28125, 3102.064697265625, 10395.109375, 9667.4853515625, 6010.88037109375, 8099.6484375]\n", - "7\n", - "5295\n", - "6\n", - "[1011.564697265625, 2061.90625, 14554.7294921875, 1052.0272216796875, 3031.322265625, 6187.40380859375]\n", - "6\n", - "5296\n", - "11\n", - "[3350.06298828125, 2162.385009765625, 2593.96044921875, 10438.9443359375, 2141.2490234375, 553.0025634765625, 4133.208984375, 2144.355712890625, 583.6974487304688, 912.7315673828125, 1115.560791015625]\n", - "11\n", - "5297\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[1936.534912109375, 369.7759094238281, 320.0216979980469, 973.8223876953125, 611.6124267578125, 2123.82763671875, 369.9492492675781, 1783.3494873046875]\n", - "8\n", - "5298\n", - "6\n", - "[10187.3681640625, 5494.78466796875, 9119.7744140625, 5711.92236328125, 868.5499877929688, 7373.62744140625]\n", - "6\n", - "5299\n", - "1\n", - "[5570.18017578125]\n", - "1\n", - "5300\n", - "9\n", - "[2484.384521484375, 1749.154052734375, 359.70819091796875, 1030.12646484375, 559.8485107421875, 4573.1552734375, 391.8551025390625, 637.364013671875, 472.6112060546875]\n", - "9\n", - "5301\n", - "8\n", - "[991.6962890625, 6032.9619140625, 1275.1978759765625, 2195.743896484375, 1275.825927734375, 898.5633544921875, 386.6837158203125, 2697.36474609375]\n", - "8\n", - "5302\n", - "3\n", - "[2454.572021484375, 16397.9609375, 520.06982421875]\n", - "3\n", - "5303\n", - "2\n", - "[3334.48779296875, 1701.3248291015625]\n", - "2\n", - "5304\n", - "2\n", - "[5860.50927734375, 1996.5426025390625]\n", - "2\n", - "5305\n", - "20\n", - "[1633.858642578125, 711.2777099609375, 1747.5997314453125, 717.9683227539062, 842.779541015625, 1170.6217041015625, 542.6731567382812, 484.6468811035156, 366.5263671875, 1234.9737548828125, 1120.5025634765625, 1902.944580078125, 1788.59521484375, 737.9186401367188, 294.6322021484375, 539.996826171875, 522.2362670898438, 962.7247924804688, 2693.41552734375, 1114.5418701171875]\n", - "20\n", - "5306\n", - "9\n", - "[1387.085693359375, 4207.05712890625, 1633.0970458984375, 815.2399291992188, 5590.216796875, 6435.55419921875, 816.5485229492188, 816.5485229492188, 4835.17138671875]\n", - "9\n", - "5307\n", - "2\n", - "[3192.3955078125, 20874.35546875]\n", - "2\n", - "5308\n", - "1\n", - "[8133.21142578125]\n", - "1\n", - "5309\n", - "2\n", - "[665.8699340820312, 5888.25341796875]\n", - "2\n", - "5310\n", - "2\n", - "[46612.8359375, 6632.52978515625]\n", - "2\n", - "5311\n", - "7\n", - "[738.5472412109375, 2170.832763671875, 1992.397216796875, 489.69757080078125, 2697.337646484375, 3677.532958984375, 498.4993591308594]\n", - "7\n", - "5312\n", - "2\n", - "[676.097412109375, 7572.29150390625]\n", - "2\n", - "5313\n", - "11\n", - "[1162.8875732421875, 2108.29736328125, 1568.5462646484375, 1406.2828369140625, 2080.12646484375, 676.0975341796875, 2649.17529296875, 6975.07177734375, 811.31689453125, 2707.770263671875, 4756.345703125]\n", - "11\n", - "5314\n", - "1\n", - "[24496.244140625]\n", - "1\n", - "5315\n", - "7\n", - "[633.7208862304688, 700.965087890625, 522.3475341796875, 1636.90185546875, 3697.9453125, 2835.780517578125, 2521.67626953125]\n", - "7\n", - "5316\n", - "2\n", - "[355.4463195800781, 8883.689453125]\n", - "2\n", - "5317\n", - "2\n", - "[986.110595703125, 11161.98046875]\n", - "2\n", - "5318\n", - "3\n", - "[1701.3248291015625, 5103.974609375, 6674.4287109375]\n", - "3\n", - "5319\n", - "5\n", - "[1331.7398681640625, 1280.51904296875, 1331.739990234375, 665.8699340820312, 1331.739990234375]\n", - "5\n", - "5320\n", - "9\n", - "[9705.37890625, 2028.2923583984375, 702.0145263671875, 2055.336181640625, 676.097412109375, 2082.380126953125, 4866.77490234375, 676.0974731445312, 703.1414184570312]\n", - "9\n", - "5321\n", - "2\n", - "[3028.91650390625, 2542.12646484375]\n", - "2\n", - "5322\n", - "3\n", - "[4067.7060546875, 9456.095703125, 1373.51123046875]\n", - "3" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "5323\n", - "1\n", - "[6867.55615234375]\n", - "1\n", - "5324\n", - "106\n", - "[430.5248718261719, 435.8704528808594, 363.6365661621094, 4673.5908203125, 2968.442138671875, 1093.46826171875, 3427.796630859375, 2833.5234375, 6398.97998046875, 11092.7197265625, 891.5241088867188, 2991.514892578125, 7189.16650390625, 13101.8818359375, 6470.48291015625, 1923.1754150390625, 536.8424682617188, 389.0851745605469, 301.317138671875, 3925.986572265625, 5305.0546875, 25339.515625, 21985.32421875, 16853.83984375, 13950.3212890625, 931.9129028320312, 4396.0322265625, 6990.92333984375, 17122.80859375, 33152.15234375, 35423.609375, 30453.5, 17468.947265625, 9614.052734375, 2809.124755859375, 15390.9716796875, 2720.0322265625, 3030.989990234375, 5832.25732421875, 9310.173828125, 25197.01171875, 36511.6875, 36158.51171875, 26882.7890625, 55524.90234375, 40582.5703125, 45535.1328125, 5713.45458984375, 404.3908996582031, 1135.59326171875, 5825.9521484375, 18752.525390625, 32587.57421875, 24482.955078125, 19209.314453125, 5227.66015625, 1294.18603515625, 1567.0062255859375, 1493.88427734375, 4922.04638671875, 18189.77734375, 22199.9140625, 13317.8427734375, 3828.6015625, 692.6896362304688, 462.7810974121094, 1051.8914794921875, 2748.4052734375, 7740.8134765625, 31549.17578125, 706.5587158203125, 1241.369873046875, 14195.818359375, 355.6541748046875, 8631.412109375, 3415.951904296875, 1193.572265625, 5710.435546875, 1875.6666259765625, 495.10406494140625, 1630.629638671875, 580.3035888671875, 1192.967529296875, 1712.591796875, 1276.9747314453125, 1174.977294921875, 5820.83642578125, 3941.996826171875, 393.21185302734375, 1731.1441650390625, 1701.0267333984375, 1464.6658935546875, 27575.265625, 16432.095703125, 1475.2672119140625, 4853.146484375, 10247.1201171875, 34619.58984375, 6631.75537109375, 4554.54345703125, 25158.169921875, 13363.33984375, 1550.3597412109375, 2113.272705078125, 469.34844970703125, 309.7667541503906]\n", - "106\n", - "5325\n", - "6\n", - "[4014.878662109375, 422.6188049316406, 8135.41259765625, 2324.403564453125, 6761.9013671875, 1320.683837890625]\n", - "6\n", - "5326\n", - "9\n", - "[4120.53369140625, 422.61883544921875, 5335.5625, 8082.58544921875, 1373.51123046875, 13418.1484375, 4014.879150390625, 1468.16015625, 6455.943359375]\n", - "9\n", - "5327\n", - "55\n", - "[1954.329345703125, 5699.0361328125, 1934.98828125, 1284.388427734375, 2525.398193359375, 5590.3388671875, 1184.4942626953125, 904.0699462890625, 1919.090087890625, 473.7915954589844, 1596.641357421875, 636.2294921875, 320.195068359375, 2083.434814453125, 320.0216979980469, 395.0863952636719, 632.06884765625, 819.2972412109375, 4383.04931640625, 960.411865234375, 852.2354736328125, 1201.901611328125, 2311.576171875, 894.7085571289062, 1052.1190185546875, 532.0404052734375, 848.2481689453125, 432.7054138183594, 4679.1474609375, 4254.416015625, 965.092529296875, 1401.6119384765625, 1268.64501953125, 307.7131652832031, 1385.3160400390625, 324.355712890625, 1509.788330078125, 968.906494140625, 432.53204345703125, 428.3714294433594, 1461.59423828125, 711.6409912109375, 322.96881103515625, 642.6438598632812, 1058.7066650390625, 848.7682495117188, 1281.4737548828125, 428.54473876953125, 432.7054138183594, 748.9132080078125, 532.5604858398438, 590.809326171875, 424.3841552734375, 578.327392578125, 424.5574645996094]\n", - "55\n", - "5328\n", - "2\n", - "[1701.3248291015625, 3337.21435546875]\n", - "2\n", - "5329\n", - "8\n", - "[676.097412109375, 4299.9794921875, 6084.876953125, 2055.33642578125, 13005.861328125, 840.6144409179688, 811.31689453125, 1271.063232421875]\n", - "8\n", - "5330\n", - "28\n", - "[1443.36962890625, 404.4286804199219, 3443.088134765625, 472.7408447265625, 401.31768798828125, 951.9628295898438, 317.3209533691406, 724.990234375, 2321.705810546875, 1380.11279296875, 335.98687744140625, 1086.902099609375, 5144.02197265625, 796.4133911132812, 1143.5479736328125, 547.5341796875, 2519.901611328125, 1508.830078125, 559.9781494140625, 1357.2989501953125, 5439.95458984375, 4971.8798828125, 516.42431640625, 482.2033996582031, 864.8551635742188, 917.7420043945312, 1434.2958984375, 1281.727783203125]\n", - "28\n", - "5331\n", - "2\n", - "[2418.239990234375, 2918.1142578125]\n", - "2\n", - "5332\n", - "1\n", - "[5038.5390625]\n", - "1\n", - "5333\n", - "4\n", - "[469.75946044921875, 479.0924072265625, 399.1393127441406, 5667.77783203125]\n", - "4\n", - "5334\n", - "8\n", - "[2089.969970703125, 1314.507080078125, 2284.127685546875, 1615.584228515625, 2313.884765625, 1450.2611083984375, 1081.0211181640625, 351.2665710449219]\n", - "8\n", - "5335\n", - "2\n", - "[1701.3248291015625, 8509.3505859375]\n", - "2\n", - "5336\n", - "1\n", - "[13351.5830078125]\n", - "1\n", - "5337\n", - "1\n", - "[6864.3095703125]\n", - "1\n", - "5338\n", - "1\n", - "[5093.056640625]\n", - "1\n", - "5339\n", - "1\n", - "[6998.3251953125]\n", - "1\n", - "5340\n", - "1\n", - "[5299.60888671875]\n", - "1\n", - "5341\n", - "1\n", - "[8563.8896484375]\n", - "1\n", - "5342\n", - "5\n", - "[5234.5888671875, 1698.62255859375, 5172.3056640625, 4348.47412109375, 6115.04150390625]\n", - "5\n", - "5343\n", - "1\n", - "[15627.1962890625]\n", - "1\n", - "5344\n", - "2\n", - "[5116.5595703125, 1129.22265625]\n", - "2\n", - "5345\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2\n", - "[4801.31298828125, 5584.6240234375]\n", - "2\n", - "5346\n", - "1\n", - "[71340.265625]\n", - "1\n", - "5347\n", - "192\n", - "[544.4192504882812, 448.47528076171875, 730.0342407226562, 532.0809326171875, 1202.9306640625, 688.1640625, 2357.6015625, 2029.1297607421875, 1941.0296630859375, 1069.382568359375, 792.4656372070312, 428.9150085449219, 465.8092346191406, 803.1246337890625, 933.86083984375, 2269.9365234375, 407.0006103515625, 1647.2708740234375, 1280.3402099609375, 686.9630126953125, 366.97491455078125, 2717.180419921875, 1114.7132568359375, 691.885498046875, 1624.13916015625, 895.0947265625, 1003.5542602539062, 507.5202941894531, 1870.700439453125, 1314.111328125, 460.621826171875, 648.904052734375, 194.26361083984375, 1494.3477783203125, 1783.837646484375, 5973.580078125, 8299.767578125, 409.594482421875, 805.6167602539062, 572.5219116210938, 396.4671630859375, 552.08984375, 3098.2666015625, 891.6541137695312, 1124.7705078125, 820.3005981445312, 1248.28466796875, 646.0488891601562, 500.6131286621094, 353.06219482421875, 635.6707763671875, 269.7458801269531, 652.7152099609375, 1023.9334106445312, 373.8648376464844, 636.8882446289062, 6349.27099609375, 277.6558532714844, 521.9180297851562, 622.27880859375, 955.438232421875, 479.9422912597656, 688.1272583007812, 769.6007080078125, 2782.6142578125, 1138.903564453125, 1409.0728759765625, 135.71986389160156, 764.7740478515625, 495.5574951171875, 1044.311279296875, 520.7535400390625, 1535.4766845703125, 1448.455078125, 2473.817626953125, 685.95703125, 2274.472412109375, 3289.406982421875, 1079.9892578125, 418.91070556640625, 2055.64794921875, 2206.241943359375, 561.6177368164062, 328.8719177246094, 655.5206298828125, 636.8400268554688, 1143.8453369140625, 1114.6602783203125, 844.8085327148438, 424.36279296875, 945.3810424804688, 471.049560546875, 332.9477233886719, 3074.18212890625, 1397.639404296875, 301.21270751953125, 1081.0955810546875, 594.24462890625, 633.5477294921875, 655.5283203125, 1293.527587890625, 1213.380126953125, 724.174560546875, 368.4127502441406, 316.3268127441406, 597.1356811523438, 1664.77392578125, 2500.335205078125, 3045.0859375, 2284.9482421875, 2201.792724609375, 3669.654541015625, 4976.052734375, 1982.53076171875, 889.2041625976562, 735.3478393554688, 458.1381530761719, 542.5614624023438, 321.3226318359375, 1028.6346435546875, 1039.21044921875, 889.9073486328125, 446.75341796875, 393.3970642089844, 355.7088623046875, 488.61163330078125, 1650.786376953125, 1339.7890625, 1925.782958984375, 2618.6376953125, 1721.023193359375, 2428.1396484375, 1891.8427734375, 1595.018798828125, 986.305908203125, 794.7872924804688, 433.15423583984375, 681.9494018554688, 830.6597290039062, 692.9871215820312, 1769.9808349609375, 302.4054870605469, 1115.91943359375, 433.419677734375, 345.5861511230469, 1281.9056396484375, 1366.10888671875, 2349.521728515625, 1329.9066162109375, 1449.047607421875, 734.2391357421875, 1448.601318359375, 468.95208740234375, 515.6384887695312, 1047.1451416015625, 1467.455322265625, 411.9402770996094, 2345.689697265625, 1275.1492919921875, 1251.653076171875, 903.3441772460938, 1518.5772705078125, 1108.658935546875, 433.31878662109375, 2414.665771484375, 2734.33544921875, 3638.8896484375, 1011.4469604492188, 522.8666381835938, 319.56884765625, 1264.157470703125, 2555.138916015625, 3364.9013671875, 748.1480712890625, 1363.1844482421875, 1617.6092529296875, 1781.6795654296875, 559.3715209960938, 2264.108642578125, 2568.65185546875, 521.253173828125, 435.63818359375, 312.3082275390625, 690.8697509765625, 1909.849853515625, 1027.0775146484375, 878.9404296875, 806.333984375]\n", - "188\n", - "5348\n", - "36\n", - "[1910.0426025390625, 3900.27490234375, 317.324462890625, 630.52783203125, 1052.9403076171875, 2212.943115234375, 1230.5767822265625, 791.33642578125, 1949.536376953125, 1040.662841796875, 2440.290283203125, 1636.7623291015625, 525.2681274414062, 3238.23779296875, 789.4476318359375, 583.3927612304688, 1003.74462890625, 1209.5418701171875, 1509.00830078125, 1018.0826416015625, 959.0136108398438, 659.2037963867188, 1787.5257568359375, 754.4182739257812, 830.8302612304688, 523.6369018554688, 315.521484375, 478.4765319824219, 435.119140625, 2171.474609375, 3406.515869140625, 2113.435791015625, 319.47088623046875, 2120.132568359375, 1531.2449951171875, 527.8438110351562]\n", - "36\n", - "5349\n", - "8\n", - "[555.9879150390625, 556.2887573242188, 1459.1673583984375, 2781.74462890625, 939.2826538085938, 375.773193359375, 1856.9034423828125, 1857.8060302734375]\n", - "8\n", - "5350\n", - "5\n", - "[3075.03564453125, 5112.30908203125, 2554.49169921875, 3116.612548828125, 1518.3924560546875]\n", - "5\n", - "5351\n", - "4\n", - "[576.6046752929688, 1728.8916015625, 3990.104736328125, 2282.43212890625]\n", - "4\n", - "5352\n", - "7\n", - "[1592.03125, 1425.727783203125, 883.3743286132812, 3335.341064453125, 508.7837219238281, 3203.98095703125, 369.2674865722656]\n", - "7\n", - "5353\n", - "1\n", - "[6323.76953125]\n", - "1\n", - "5354\n", - "2\n", - "[5367.802734375, 6144.9111328125]\n", - "2\n", - "5355\n", - "3\n", - "[4881.41650390625, 8476.140625, 1849.6859130859375]\n", - "3\n", - "5356\n", - "5\n", - "[1108.003662109375, 1706.7498779296875, 1728.8916015625, 2260.290283203125, 3398.73876953125]\n", - "5\n", - "5357\n", - "26\n", - "[307.81109619140625, 592.7469482421875, 1747.7613525390625, 579.1097412109375, 634.0984497070312, 795.0425415039062, 2055.572509765625, 2901.4560546875, 1090.221923828125, 851.099609375, 1122.209716796875, 1094.62109375, 1717.7216796875, 2430.878173828125, 3946.492919921875, 3168.1669921875, 1359.760986328125, 3155.535400390625, 6292.21728515625, 3255.583251953125, 333.514404296875, 319.248779296875, 8150.71044921875, 4989.07861328125, 581.7491455078125, 5090.50927734375]\n", - "26\n", - "5358\n", - "18\n", - "[321.9890441894531, 376.0539855957031, 2078.929931640625, 2653.605712890625, 1349.240478515625, 2180.917236328125, 5936.43798828125, 1319.494140625, 307.5686340332031, 1801.92529296875, 3184.46240234375, 529.5603637695312, 1732.2720947265625, 1073.68798828125, 2329.15966796875, 3286.0654296875, 1432.4815673828125, 453.1744079589844]\n", - "18\n", - "5359\n", - "10\n", - "[555.7471313476562, 339.475341796875, 2326.273193359375, 581.6756591796875, 363.0858459472656, 3801.454345703125, 1062.813720703125, 688.73828125, 742.4843139648438, 429.0233459472656]\n", - "10\n", - "5360\n", - "7\n", - "[554.4630737304688, 1108.0035400390625, 1107.0810546875, 6229.17626953125, 1704.9049072265625, 2282.431884765625, 3414.42236328125]\n", - "7\n", - "5361\n", - "12\n", - "[503.83807373046875, 1602.42626953125, 593.123779296875, 1293.09765625, 1472.3197021484375, 4349.79150390625, 407.394287109375, 966.692626953125, 2538.543701171875, 343.0023498535156, 339.3299560546875, 809.100830078125]\n", - "12\n", - "5362\n", - "2\n", - "[4590.6962890625, 3935.6728515625]\n", - "2\n", - "5363\n", - "2\n", - "[2881.17822265625, 5122.0947265625]\n", - "2\n", - "5364\n", - "2\n", - "[1505.0181884765625, 3552.606201171875]\n", - "2\n", - "5365\n", - "7\n", - "[722.96484375, 5089.33544921875, 1244.052978515625, 2617.7763671875, 376.37493896484375, 556.2887573242188, 5009.005859375]\n", - "7\n", - "5366\n", - "2\n", - "[4951.7646484375, 5048.7783203125]\n", - "2\n", - "5367\n", - "6\n", - "[3398.07373046875, 1712.68603515625, 664.2151489257812, 4246.15380859375, 1458.800537109375, 679.6392211914062]\n", - "6\n", - "5368\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[5316.68896484375]\n", - "1\n", - "5369\n", - "1\n", - "[5052.82080078125]\n", - "1\n", - "5370\n", - "1\n", - "[21797.2734375]\n", - "1\n", - "5371\n", - "46\n", - "[458.8054504394531, 2188.751708984375, 2026.798828125, 303.0955810546875, 979.552001953125, 4972.7998046875, 594.5618896484375, 568.2430419921875, 1091.43798828125, 1359.890380859375, 3728.95703125, 1652.703369140625, 454.3985595703125, 988.85546875, 4989.08056640625, 983.958984375, 1714.889404296875, 555.144775390625, 1502.7469482421875, 4472.98583984375, 427.34521484375, 1148.7274169921875, 1135.8740234375, 363.8126220703125, 1666.291259765625, 373.8505554199219, 721.3822021484375, 2271.380615234375, 1294.8890380859375, 376.7884521484375, 455.8675231933594, 1653.8050537109375, 753.6994018554688, 1830.9371337890625, 885.2937622070312, 528.9483032226562, 532.3759155273438, 1123.51025390625, 752.7200927734375, 1803.2718505859375, 359.16094970703125, 996.8123168945312, 1314.2303466796875, 1443.131591796875, 533.8448486328125, 816.6198120117188]\n", - "46\n", - "5372\n", - "23\n", - "[3542.918701171875, 6924.27587890625, 4819.46435546875, 880.013427734375, 691.3746337890625, 3966.5283203125, 1301.8179931640625, 376.0740661621094, 960.0419311523438, 8808.2568359375, 4048.3623046875, 1976.0435791015625, 564.111083984375, 933.5662841796875, 2618.97998046875, 752.1481323242188, 752.448974609375, 542.7501220703125, 737.7069091796875, 564.111083984375, 368.85345458984375, 564.111083984375, 795.8258056640625]\n", - "23\n", - "5373\n", - "9\n", - "[1128.5230712890625, 490.4006042480469, 1571.0870361328125, 497.3203430175781, 1896.9176025390625, 8684.904296875, 2671.630126953125, 2727.590087890625, 933.2654418945312]\n", - "9\n", - "5374\n", - "64\n", - "[557.922119140625, 1602.093505859375, 826.0711669921875, 686.2319946289062, 445.1263427734375, 1744.7486572265625, 1555.1793212890625, 694.573486328125, 1890.857177734375, 309.7501220703125, 2253.790771484375, 753.4950561523438, 790.4207153320312, 393.2710876464844, 2395.7021484375, 674.1182861328125, 682.0347290039062, 864.6438598632812, 1297.2845458984375, 393.32421875, 689.791748046875, 3372.6103515625, 1173.650146484375, 2980.50830078125, 1768.3916015625, 702.01171875, 424.4586181640625, 902.5789184570312, 3261.674072265625, 3963.8984375, 1394.5662841796875, 2313.987548828125, 425.9994201660156, 904.7041625976562, 4447.70361328125, 1561.1300048828125, 790.1019287109375, 661.3138427734375, 2263.56689453125, 1123.3887939453125, 595.1665649414062, 2363.664306640625, 308.0499572753906, 6229.484375, 840.469482421875, 1187.1983642578125, 1010.9649047851562, 1081.9471435546875, 3403.160400390625, 11541.2998046875, 2167.02880859375, 1697.6219482421875, 559.9411010742188, 4919.0234375, 3315.760986328125, 1270.2412109375, 1374.0579833984375, 2031.2275390625, 1881.0811767578125, 647.5531005859375, 1942.1280517578125, 331.0023193359375, 490.60595703125, 737.5028076171875]\n", - "64\n", - "5375\n", - "1\n", - "[40719.32421875]\n", - "1\n", - "5376\n", - "19\n", - "[1450.9052734375, 1491.253662109375, 1644.679443359375, 1394.826171875, 690.109619140625, 1696.774658203125, 626.3694458007812, 380.704345703125, 1519.9571533203125, 304.9107666015625, 741.5919799804688, 1341.6072998046875, 3665.77294921875, 341.9903564453125, 1764.192138671875, 648.024658203125, 1859.5980224609375, 754.25830078125, 633.72412109375]\n", - "19\n", - "5377\n", - "18\n", - "[1287.0040283203125, 643.677001953125, 521.6968994140625, 858.2359619140625, 1320.7803955078125, 5996.10107421875, 377.8408203125, 5099.7138671875, 955.3651123046875, 1420.884521484375, 320.6134338378906, 1687.2457275390625, 1325.155517578125, 327.9637451171875, 1413.3592529296875, 1969.1038818359375, 603.9503173828125, 789.7998657226562]\n", - "18\n", - "5378\n", - "1\n", - "[12438.0234375]\n", - "1\n", - "5379\n", - "6\n", - "[303.0955810546875, 647.9341430664062, 763.24755859375, 750.8838500976562, 335.16790771484375, 4151.048828125]\n", - "6\n", - "5380\n", - "1\n", - "[7292.2314453125]\n", - "1\n", - "5381\n", - "1\n", - "[5130.53466796875]\n", - "1\n", - "5382\n", - "4\n", - "[3765.19775390625, 1812.6192626953125, 2635.246826171875, 905.3309326171875]\n", - "4\n", - "5383\n", - "2\n", - "[12632.052734375, 4858.79296875]\n", - "2\n", - "5384\n", - "1\n", - "[7670.36328125]\n", - "1\n", - "5385\n", - "5\n", - "[940.486083984375, 2777.23193359375, 1122.505859375, 564.4119873046875, 1270.82958984375]\n", - "5\n", - "5386\n", - "4\n", - "[331.055419921875, 2073.09423828125, 913.8956909179688, 2518.592529296875]\n", - "4\n", - "5387\n", - "13\n", - "[1760.859375, 16177.7216796875, 19302.369140625, 2216.364501953125, 2942.469970703125, 4450.5078125, 358.7857971191406, 4908.0634765625, 12269.890625, 6811.951171875, 5232.79638671875, 516.3101196289062, 1094.4920654296875]\n", - "13\n", - "5388\n", - "1\n", - "[7752.50048828125]\n", - "1\n", - "5389\n", - "1\n", - "[46108.6328125]\n", - "1\n", - "5390\n", - "1\n", - "[8600.7880859375]\n", - "1\n", - "5391\n", - "3\n", - "[14831.8671875, 15993.755859375, 2418.6259765625]\n", - "3\n", - "5392\n", - "1\n", - "[9336.6533203125]\n", - "1\n", - "5393\n", - "10\n", - "[7109.00341796875, 1437.806396484375, 1934.224365234375, 3751.71484375, 621.5751953125, 3280.2685546875, 1564.46826171875, 448.5811462402344, 2804.60986328125, 517.77880859375]\n", - "10\n", - "5394\n", - "47\n", - "[581.137939453125, 5340.19873046875, 4404.8037109375, 1073.2218017578125, 413.69879150390625, 801.051513671875, 544.9937133789062, 670.4097900390625, 1429.8736572265625, 544.7760009765625, 680.8611450195312, 2530.3125, 559.3642578125, 816.9462890625, 1870.78955078125, 3493.795166015625, 1089.552001953125, 1896.2646484375, 806.494873046875, 806.2771606445312, 1084.3262939453125, 3968.677978515625, 1971.1658935546875, 534.5424194335938, 2908.302490234375, 1391.11669921875, 1488.2269287109375, 1508.0408935546875, 2451.491943359375, 4842.453125, 5023.17431640625, 670.8452758789062, 403.2474365234375, 1023.5779418945312, 8894.306640625, 4089.7392578125, 665.18408203125, 3719.15234375, 3656.661865234375, 408.47314453125, 3902.268310546875, 2100.065673828125, 5214.12939453125, 3662.976318359375, 2169.305908203125, 3096.426513671875, 409.1263122558594]\n", - "47\n", - "5395\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[13011.3076171875]\n", - "1\n", - "5396\n", - "1\n", - "[11794.4677734375]\n", - "1\n", - "5397\n", - "1\n", - "[57578.69921875]\n", - "1\n", - "5398\n", - "3\n", - "[3900.77783203125, 4470.736328125, 3973.538330078125]\n", - "3\n", - "5399\n", - "1\n", - "[21823.24609375]\n", - "1\n", - "5400\n", - "2\n", - "[9438.669921875, 3209.552001953125]\n", - "2\n", - "5401\n", - "2\n", - "[5853.8642578125, 5926.5244140625]\n", - "2\n", - "5402\n", - "1\n", - "[77331.0234375]\n", - "1\n", - "5403\n", - "3\n", - "[616.774169921875, 3134.159423828125, 3060.69873046875]\n", - "3\n", - "5404\n", - "5\n", - "[926.8868408203125, 1221.7158203125, 1519.009765625, 617.2672119140625, 914.0681762695312]\n", - "5\n", - "5405\n", - "2\n", - "[1271.7659912109375, 6610.2255859375]\n", - "2\n", - "5406\n", - "3\n", - "[2551.564697265625, 4881.4462890625, 424.771484375]\n", - "3\n", - "5407\n", - "1\n", - "[7214.896484375]\n", - "1\n", - "5408\n", - "27\n", - "[703.98681640625, 762.446533203125, 2119.370849609375, 1269.646240234375, 772.73876953125, 1020.9867553710938, 2011.19287109375, 3222.283203125, 3638.500244140625, 4761.58544921875, 1030.45556640625, 568.129638671875, 927.9451904296875, 5094.2294921875, 515.43359375, 1594.4683837890625, 10165.390625, 2792.638671875, 9992.5478515625, 534.782958984375, 1573.060546875, 3283.625, 3004.911865234375, 1288.583984375, 2848.3525390625, 1030.8671875, 1012.34130859375]\n", - "27\n", - "5409\n", - "19\n", - "[2303.60107421875, 334.6610107421875, 334.6610107421875, 1995.670166015625, 321.2959289550781, 656.4915161132812, 1994.06640625, 334.1263732910156, 2461.30859375, 2870.279296875, 1640.6942138671875, 5325.1728515625, 3350.352294921875, 7004.3583984375, 2676.218505859375, 990.083251953125, 11379.0087890625, 4919.9443359375, 655.9569091796875]\n", - "19\n", - "5410\n", - "7\n", - "[2840.80126953125, 13147.1826171875, 2198.99072265625, 731.827880859375, 2899.254150390625, 29083.7265625, 8024.38720703125]\n", - "7\n", - "5411\n", - "1\n", - "[9412.2822265625]\n", - "1\n", - "5412\n", - "2\n", - "[424.771484375, 11483.0205078125]\n", - "2\n", - "5413\n", - "2\n", - "[5073.7900390625, 2131.43408203125]\n", - "2\n", - "5414\n", - "1\n", - "[8082.11474609375]\n", - "1\n", - "5415\n", - "2\n", - "[15711.052734375, 1633.1103515625]\n", - "2\n", - "5416\n", - "3\n", - "[621.5198364257812, 6030.328125, 2324.50390625]\n", - "3\n", - "5417\n", - "1\n", - "[9695.533203125]\n", - "1\n", - "5418\n", - "4\n", - "[318.6556701660156, 9684.4765625, 19017.10546875, 9085.669921875]\n", - "4\n", - "5419\n", - "1\n", - "[7083.240234375]\n", - "1\n", - "5420\n", - "20\n", - "[775.9085693359375, 919.3933715820312, 2149.79443359375, 597.4817504882812, 1379.3377685546875, 1535.2135009765625, 1033.38818359375, 457.4663391113281, 811.8416748046875, 304.5645446777344, 770.9522094726562, 1535.2135009765625, 1062.878173828125, 465.64422607421875, 2151.03369140625, 1068.082275390625, 615.324462890625, 1087.1640625, 1547.3564453125, 311.0077209472656]\n", - "20\n", - "5421\n", - "2\n", - "[981.4974365234375, 16762.052734375]\n", - "2\n", - "5422\n", - "1\n", - "[5508.767578125]\n", - "1\n", - "5423\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[15773.2919921875, 40475.07421875, 2214.061279296875, 5674.4814453125, 8278.7880859375, 1601.7078857421875]\n", - "6\n", - "5424\n", - "1\n", - "[7920.859375]\n", - "1\n", - "5425\n", - "1\n", - "[121218.9375]\n", - "1\n", - "5426\n", - "2\n", - "[1629.337646484375, 4066.20361328125]\n", - "2\n", - "5427\n", - "2\n", - "[10805.0830078125, 3218.42236328125]\n", - "2\n", - "5428\n", - "1\n", - "[6630.693359375]\n", - "1\n", - "5429\n", - "1\n", - "[9648.744140625]\n", - "1\n", - "5430\n", - "111\n", - "[302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375, 302.77435302734375]\n", - "111\n", - "5431\n", - "1\n", - "[33678.4921875]\n", - "1\n", - "5432\n", - "1\n", - "[5603.36328125]\n", - "1\n", - "5433\n", - "39\n", - "[1787.6561279296875, 855.94384765625, 427.5096435546875, 1018.1297607421875, 2398.915771484375, 2284.2958984375, 500.63134765625, 1822.5238037109375, 676.888427734375, 3794.21630859375, 3822.49853515625, 865.5672607421875, 3710.199951171875, 1540.8502197265625, 722.8119506835938, 398.1769104003906, 867.3743286132812, 501.02215576171875, 4369.90234375, 618.21435546875, 315.7259216308594, 1456.5501708984375, 355.648681640625, 454.40496826171875, 2637.1708984375, 960.0371704101562, 3010.175537109375, 1649.061767578125, 685.746826171875, 2544.130126953125, 18616.9453125, 4151.3779296875, 982.856201171875, 323.92059326171875, 487.5198669433594, 6258.20703125, 5524.7626953125, 564.7598876953125, 566.5248413085938]\n", - "39\n", - "5434\n", - "5\n", - "[1007.0618896484375, 9752.708984375, 1137.63037109375, 3433.73486328125, 341.73876953125]\n", - "5\n", - "5435\n", - "1\n", - "[5731.8193359375]\n", - "1\n", - "5436\n", - "2\n", - "[7588.0244140625, 10005.3212890625]\n", - "2\n", - "5437\n", - "1\n", - "[9921.505859375]\n", - "1\n", - "5438\n", - "1\n", - "[64368.4375]\n", - "1\n", - "5439\n", - "16\n", - "[836.9366455078125, 492.64764404296875, 674.870849609375, 3013.40185546875, 2614.015869140625, 46232.28125, 21901.455078125, 1178.00048828125, 24016.91015625, 24120.921875, 2223.76806640625, 18254.83984375, 836.6679077148438, 6198.0078125, 3838.512939453125, 2131.85009765625]\n", - "16\n", - "5440\n", - "1\n", - "[57399.8671875]\n", - "1\n", - "5441\n", - "8\n", - "[709.2720947265625, 707.0133666992188, 708.1427612304688, 709.2721557617188, 707.0133056640625, 1417.4150390625, 708.1427612304688, 1416.2855224609375]\n", - "8\n", - "5442\n", - "1\n", - "[22435.08984375]\n", - "1\n", - "5443\n", - "1\n", - "[31042.78515625]\n", - "1\n", - "5444\n", - "1\n", - "[19312.876953125]\n", - "1\n", - "5445\n", - "1\n", - "[19858.833984375]\n", - "1\n", - "5446\n", - "13\n", - "[708.1427612304688, 2834.82958984375, 9214.890625, 709.2721557617188, 3328.3837890625, 3163.489501953125, 2125.5576171875, 900.1431274414062, 1773.180419921875, 2127.81640625, 2125.5576171875, 2127.816650390625, 2127.81640625]\n", - "13\n", - "5447\n", - "1\n", - "[19843.0078125]\n", - "1\n", - "5448\n", - "2\n", - "[9921.50390625, 20830.556640625]\n", - "2\n", - "5449\n", - "1\n", - "[19874.65625]\n", - "1\n", - "5450\n", - "2\n", - "[16699.37890625, 66957.5625]\n", - "2\n", - "5451\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[3546.360595703125, 709.2721557617188, 1418.544189453125, 2100.71044921875, 1418.544189453125, 2834.82958984375, 709.2720947265625]\n", - "7\n", - "5452\n", - "2\n", - "[9937.3291015625, 9921.5048828125]\n", - "2\n", - "5453\n", - "1\n", - "[10423.576171875]\n", - "1\n", - "5454\n", - "1\n", - "[10423.5751953125]\n", - "1\n", - "5455\n", - "2\n", - "[9929.8095703125, 5671.9189453125]\n", - "2\n", - "5456\n", - "1\n", - "[10423.5751953125]\n", - "1\n", - "5457\n", - "1\n", - "[9934.2177734375]\n", - "1\n", - "5458\n", - "2\n", - "[705.0256958007812, 4295.21337890625]\n", - "2\n", - "5459\n", - "4\n", - "[1418.544189453125, 709.2720947265625, 2835.959228515625, 2587.26318359375]\n", - "4\n", - "5460\n", - "1\n", - "[7395.1552734375]\n", - "1\n", - "5461\n", - "7\n", - "[1386.9554443359375, 972.59765625, 1828.6395263671875, 11813.380859375, 11396.234375, 33015.33984375, 13119.4716796875]\n", - "7\n", - "5462\n", - "3\n", - "[811.6096801757812, 4364.9765625, 1293.6317138671875]\n", - "3\n", - "5463\n", - "4\n", - "[2466.361083984375, 2466.361083984375, 9865.443359375, 4932.7216796875]\n", - "4\n", - "5464\n", - "1\n", - "[10423.5751953125]\n", - "1\n", - "5465\n", - "33\n", - "[312.76385498046875, 313.0129699707031, 13726.732421875, 39066.95703125, 1303.86767578125, 770.0143432617188, 523.6396484375, 963.2030029296875, 481.0409851074219, 312.39019775390625, 439.31427001953125, 565.8646240234375, 1035.5709228515625, 1254.7921142578125, 375.91448974609375, 469.830810546875, 626.02587890625, 1602.1829833984375, 28259.6015625, 4354.9033203125, 2477.32373046875, 11947.802734375, 6879.55908203125, 723.1807861328125, 658.9090576171875, 1397.1612548828125, 547.9283447265625, 10695.6259765625, 3452.85791015625, 2833.931640625, 25112.78125, 3806.725830078125, 3415.615234375]\n", - "33\n", - "5466\n", - "9\n", - "[1969.333251953125, 2363.72216796875, 1245.851318359375, 2295.814208984375, 1968.8109130859375, 542.2196655273438, 3069.443359375, 328.5704345703125, 1313.2369384765625]\n", - "9\n", - "5467\n", - "3\n", - "[12573.802734375, 1230.610595703125, 2628.5322265625]\n", - "3\n", - "5468\n", - "12\n", - "[3356.131103515625, 37338.4921875, 1105.8836669921875, 8823.0888671875, 48629.32421875, 7718.3203125, 3154.25, 1905.599853515625, 27071.005859375, 700.44873046875, 3853.58349609375, 3505.0322265625]\n", - "12\n", - "5469\n", - "1\n", - "[35729.19140625]\n", - "1\n", - "5470\n", - "1\n", - "[17864.595703125]\n", - "1\n", - "5471\n", - "44\n", - "[314.1452941894531, 1255.0828857421875, 334.0631408691406, 313.6458740234375, 1568.229248046875, 627.2916870117188, 821.072998046875, 1447.111572265625, 683.1978149414062, 1072.7886962890625, 495.4405822753906, 941.4370727539062, 2195.52099609375, 711.6964111328125, 548.561279296875, 1360.4168701171875, 1447.60693359375, 2224.646484375, 2224.646484375, 1568.728759765625, 313.6458435058594, 833.0593872070312, 313.6458435058594, 313.6458435058594, 1255.0828857421875, 1254.5833740234375, 7217.8505859375, 3451.103515625, 5961.26904296875, 2196.52001953125, 9236.310546875, 1727.6123046875, 313.6458435058594, 314.1452941894531, 313.6458435058594, 314.1452941894531, 1255.582275390625, 941.9364624023438, 313.6458435058594, 313.6458740234375, 1255.0830078125, 313.6458740234375, 628.2905883789062]\n", - "43\n", - "5472\n", - "4\n", - "[4449.29296875, 4452.83544921875, 2224.646484375, 6681.0244140625]\n", - "4\n", - "5473\n", - "3\n", - "[2228.189208984375, 4622.8720703125, 2054.60986328125]\n", - "3\n", - "5474\n", - "1\n", - "[28652.607421875]\n", - "1\n", - "5475\n", - "1\n", - "[53622.234375]\n", - "1\n", - "5476\n", - "2\n", - "[10588.044921875, 8555.83984375]\n", - "2\n", - "5477\n", - "2\n", - "[9009.7353515625, 23015.9765625]\n", - "2\n", - "5478\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3\n", - "[1478.4031982421875, 7038.509765625, 2840.4765625]\n", - "3\n", - "5479\n", - "1\n", - "[83464.09375]\n", - "1\n", - "5480\n", - "2\n", - "[2504.1025390625, 5008.20556640625]\n", - "2\n", - "5481\n", - "1\n", - "[9530.603515625]\n", - "1\n", - "5482\n", - "2\n", - "[7995.501953125, 5987.09326171875]\n", - "2\n", - "5483\n", - "1\n", - "[17807.703125]\n", - "1\n", - "5484\n", - "3\n", - "[31671.01171875, 5484.6806640625, 14545.275390625]\n", - "3\n", - "5485\n", - "1\n", - "[88422.765625]\n", - "1\n", - "5486\n", - "1\n", - "[9530.6025390625]\n", - "1\n", - "5487\n", - "1\n", - "[28667.810546875]\n", - "1\n", - "5488\n", - "1\n", - "[10747.0751953125]\n", - "1\n", - "5489\n", - "1\n", - "[6285.33984375]\n", - "1\n", - "5490\n", - "1\n", - "[9561.0029296875]\n", - "1\n", - "5491\n", - "1\n", - "[9591.404296875]\n", - "1\n", - "5492\n", - "1\n", - "[47805.015625]\n", - "1\n", - "5493\n", - "5\n", - "[3431.73583984375, 8633.6865234375, 3794.126953125, 28924.560546875, 1034.816650390625]\n", - "5\n", - "5494\n", - "1\n", - "[7840.2724609375]\n", - "1\n", - "5495\n", - "1\n", - "[18799.375]\n", - "1\n", - "5496\n", - "1\n", - "[88704.828125]\n", - "1\n", - "5497\n", - "3\n", - "[3029.534912109375, 926.12353515625, 2373.2744140625]\n", - "3\n", - "5498\n", - "4\n", - "[1134.176513671875, 2268.35302734375, 6805.05908203125, 4538.5087890625]\n", - "4\n", - "5499\n", - "1\n", - "[15705.513671875]\n", - "1\n", - "5500\n", - "2\n", - "[872.7208862304688, 4799.96484375]\n", - "2\n", - "5501\n", - "1\n", - "[9121.0]\n", - "1\n", - "5502\n", - "1\n", - "[10295.169921875]\n", - "1\n", - "5503\n", - "1\n", - "[12384.0107421875]\n", - "1\n", - "5504\n", - "1\n", - "[6139.4599609375]\n", - "1\n", - "5505\n", - "5\n", - "[896.1502685546875, 5474.39306640625, 302.55877685546875, 313.6045837402344, 302.0785217285156]\n", - "5\n", - "5506\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2\n", - "[20827.14453125, 889.7344970703125]\n", - "2\n", - "5507\n", - "1\n", - "[27891.75390625]\n", - "1\n", - "5508\n", - "1\n", - "[34984.06640625]\n", - "1\n", - "5509\n", - "11\n", - "[919.6826171875, 302.55877685546875, 302.55877685546875, 2118.3916015625, 302.55877685546875, 9132.47265625, 302.55877685546875, 17745.3125, 3533.694580078125, 1535.845947265625, 907.6763305664062]\n", - "11\n", - "5510\n", - "1\n", - "[28573.814453125]\n", - "1\n", - "5511\n", - "1\n", - "[5528.87060546875]\n", - "1\n", - "5512\n", - "1\n", - "[7563.60595703125]\n", - "1\n", - "5513\n", - "5\n", - "[605.1175537109375, 1175.656982421875, 302.55877685546875, 547.007080078125, 5307.26513671875]\n", - "5\n", - "5514\n", - "1\n", - "[29004.8828125]\n", - "1\n", - "5515\n", - "5\n", - "[604.6373291015625, 1826.8785400390625, 907.6763305664062, 1909.96240234375, 4494.19873046875]\n", - "5\n", - "5516\n", - "3\n", - "[16714.931640625, 4157.1845703125, 42108.8984375]\n", - "3\n", - "5517\n", - "1\n", - "[28074.037109375]\n", - "1\n", - "5518\n", - "1\n", - "[50472.9765625]\n", - "1\n", - "5519\n", - "2\n", - "[2585.4609375, 3803.803955078125]\n", - "2\n", - "5520\n", - "3\n", - "[1113.448974609375, 16296.8427734375, 11612.99609375]\n", - "3\n", - "5521\n", - "5\n", - "[2989.530517578125, 1182.2520751953125, 9084.009765625, 5585.1875, 5811.2939453125]\n", - "5\n", - "5522\n", - "3\n", - "[671.8460693359375, 994.9678344726562, 4478.6796875]\n", - "3\n", - "5523\n", - "1\n", - "[29399.134765625]\n", - "1\n", - "5524\n", - "5\n", - "[8639.478515625, 3841.23486328125, 4415.4404296875, 3913.835693359375, 8494.2783203125]\n", - "5\n", - "5525\n", - "2\n", - "[21418.048828125, 5014.70703125]\n", - "2\n", - "5526\n", - "1\n", - "[9325.4306640625]\n", - "1\n", - "5527\n", - "3\n", - "[2273.5234375, 1902.95849609375, 7036.36962890625]\n", - "3\n", - "5528\n", - "2\n", - "[425.0594787597656, 11878.3388671875]\n", - "2\n", - "5529\n", - "3\n", - "[1110.6207275390625, 3391.895751953125, 2233.601318359375]\n", - "3\n", - "5530\n", - "1\n", - "[18710.068359375]\n", - "1\n", - "5531\n", - "17\n", - "[857.1875610351562, 388.65155029296875, 1306.2760009765625, 27852.162109375, 14506.3662109375, 2001.8994140625, 2995.070068359375, 48813.46484375, 7442.27294921875, 806.4743041992188, 5332.6640625, 1340.6832275390625, 381.47088623046875, 2898.879638671875, 4073.211669921875, 857.7859497070312, 1335.4473876953125]\n", - "17\n", - "5532\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[1693.29931640625, 10650.658203125, 5523.0869140625, 580.0300903320312, 4480.4453125, 557.9589233398438]\n", - "6\n", - "5533\n", - "1\n", - "[28405.556640625]\n", - "1\n", - "5534\n", - "2\n", - "[3364.52734375, 14152.91015625]\n", - "2\n", - "5535\n", - "1\n", - "[28350.6484375]\n", - "1\n", - "5536\n", - "2\n", - "[5508.96923828125, 988.5252685546875]\n", - "2\n", - "5537\n", - "1\n", - "[18695.267578125]\n", - "1\n", - "5538\n", - "1\n", - "[10205.6259765625]\n", - "1\n", - "5539\n", - "1\n", - "[10139.130859375]\n", - "1\n", - "5540\n", - "2\n", - "[355.7162780761719, 8657.970703125]\n", - "2\n", - "5541\n", - "1\n", - "[6466.60400390625]\n", - "1\n", - "5542\n", - "5\n", - "[3283.3056640625, 3944.5576171875, 1243.047607421875, 19736.03125, 1133.57470703125]\n", - "5\n", - "5543\n", - "1\n", - "[5663.10009765625]\n", - "1\n", - "5544\n", - "2\n", - "[7898.11279296875, 3430.466552734375]\n", - "2\n", - "5545\n", - "1\n", - "[15750.2265625]\n", - "1\n", - "5546\n", - "3\n", - "[5697.4365234375, 10806.7021484375, 11897.4248046875]\n", - "3\n", - "5547\n", - "1\n", - "[21087.30859375]\n", - "1\n", - "5548\n", - "3\n", - "[8532.6162109375, 37457.86328125, 3433.792724609375]\n", - "3\n", - "5549\n", - "4\n", - "[1071.5411376953125, 3169.5869140625, 2767.258544921875, 1118.57958984375]\n", - "4\n", - "5550\n", - "1\n", - "[16099.83203125]\n", - "1\n", - "5551\n", - "4\n", - "[755.2831420898438, 3526.211181640625, 438.3577575683594, 430.35125732421875]\n", - "4\n", - "5552\n", - "1\n", - "[5278.11962890625]\n", - "1\n", - "5553\n", - "4\n", - "[860.3688354492188, 1931.91015625, 1071.20751953125, 3202.61376953125]\n", - "4\n", - "5554\n", - "5\n", - "[2696.544189453125, 3316.66259765625, 4200.66357421875, 7347.8369140625, 4283.74560546875]\n", - "5\n", - "5555\n", - "1\n", - "[5338.7392578125]\n", - "1\n", - "5556\n", - "1\n", - "[6659.83740234375]\n", - "1\n", - "5557\n", - "5\n", - "[6391.98828125, 6624.08935546875, 1679.9693603515625, 605.1205444335938, 1187.215087890625]\n", - "5\n", - "5558\n", - "2\n", - "[2923.524658203125, 26877.564453125]\n", - "2\n", - "5559\n", - "2\n", - "[8640.2373046875, 7889.5927734375]\n", - "2\n", - "5560\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1\n", - "[26680.56640625]\n", - "1\n", - "5561\n", - "2\n", - "[39812.38671875, 7895.02099609375]\n", - "2\n", - "5562\n", - "2\n", - "[1086.8853759765625, 9535.474609375]\n", - "2\n", - "5563\n", - "2\n", - "[5346.62744140625, 2535.900634765625]\n", - "2\n", - "5564\n", - "1\n", - "[5346.91552734375]\n", - "1\n", - "5565\n", - "1\n", - "[5355.22509765625]\n", - "1\n", - "5566\n", - "32\n", - "[536.2396850585938, 404.3371887207031, 574.533935546875, 826.113525390625, 616.4539184570312, 2576.77294921875, 3558.0712890625, 724.7445678710938, 1162.70166015625, 2663.2197265625, 7774.5166015625, 7311.50927734375, 824.1058959960938, 1074.756591796875, 634.1627807617188, 3612.15673828125, 14934.7666015625, 19758.794921875, 18600.58984375, 1162.4619140625, 386.1488952636719, 1532.8795166015625, 4745.1337890625, 2971.851318359375, 12757.9853515625, 16626.576171875, 2268.0517578125, 374.9722595214844, 880.1989135742188, 1865.5123291015625, 654.9878540039062, 723.486083984375]\n", - "32\n", - "5567\n", - "3\n", - "[61295.52734375, 2378.447998046875, 8725.279296875]\n", - "3\n", - "5568\n", - "2\n", - "[7907.51220703125, 24022.34765625]\n", - "2\n", - "5569\n", - "1\n", - "[14140.951171875]\n", - "1\n", - "5570\n", - "1\n", - "[31912.61328125]\n", - "1\n", - "5571\n", - "1\n", - "[28280.5390625]\n", - "1\n", - "5572\n", - "1\n", - "[9948.6396484375]\n", - "1\n", - "5573\n", - "1\n", - "[6796.08447265625]\n", - "1\n", - "5574\n", - "14\n", - "[1018.9570922851562, 437.17572021484375, 6403.13037109375, 1203.780029296875, 2066.287353515625, 678.4796752929688, 3552.6494140625, 1483.2684326171875, 2049.75830078125, 17948.24609375, 810.1804809570312, 2867.363525390625, 512.5722045898438, 514.7819213867188]\n", - "14\n", - "5575\n", - "3\n", - "[54217.5546875, 8242.5693359375, 10102.0390625]\n", - "3\n", - "5576\n", - "5\n", - "[1014.4258422851562, 464.46380615234375, 14829.720703125, 7175.6962890625, 1502.767578125]\n", - "5\n", - "5577\n", - "5\n", - "[485.6153259277344, 817.3348999023438, 977.2757568359375, 976.5200805664062, 2126.330078125]\n", - "5\n", - "5578\n", - "4\n", - "[6687.7333984375, 3487.867431640625, 12250.4599609375, 2315.783447265625]\n", - "4\n", - "5579\n", - "5\n", - "[4107.00927734375, 1572.06103515625, 1388.65380859375, 692.1434936523438, 694.3269653320312]\n", - "5\n", - "5580\n", - "2\n", - "[1530.8973388671875, 7979.9091796875]\n", - "2\n", - "5581\n", - "13\n", - "[2204.02587890625, 15820.26953125, 19619.115234375, 32393.83984375, 12165.517578125, 47693.609375, 646.4554443359375, 3197.96923828125, 1592.368408203125, 634.2026977539062, 645.4752807617188, 961.106201171875, 322.4925537109375]\n", - "13\n", - "5582\n", - "3\n", - "[1057.02001953125, 541.3870849609375, 5868.13232421875]\n", - "3\n", - "5583\n", - "3\n", - "[4497.41650390625, 447.7886657714844, 2278.002685546875]\n", - "3\n", - "5584\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "43\n", - "[2442.181640625, 2311.962158203125, 824.1355590820312, 424.40966796875, 5154.87744140625, 326.1783752441406, 1980.49462890625, 1438.962890625, 812.0455322265625, 1259.3758544921875, 1305.720947265625, 1421.599365234375, 652.3567504882812, 1968.404541015625, 535.9904174804688, 1315.2921142578125, 576.7513427734375, 4160.2578125, 3167.23974609375, 4706.2216796875, 5199.5693359375, 341.970947265625, 833.2108154296875, 1914.9771728515625, 593.7633666992188, 1232.5406494140625, 2696.926025390625, 481.6799621582031, 4881.46044921875, 590.3007202148438, 461.65704345703125, 6252.5810546875, 2218.257080078125, 5509.02197265625, 2545.549560546875, 2351.567626953125, 1348.538330078125, 737.6876831054688, 3011.72314453125, 443.74176025390625, 1374.4326171875, 391.72723388671875, 431.2658996582031]\n", - "43\n", - "5585\n", - "3\n", - "[2725.79150390625, 5420.8935546875, 887.2074584960938]\n", - "3\n", - "5586\n", - "2\n", - "[4248.4228515625, 1324.7459716796875]\n", - "2\n", - "5587\n", - "2\n", - "[9172.2060546875, 9602.2431640625]\n", - "2\n", - "5588\n", - "1\n", - "[15057.0791015625]\n", - "1\n", - "5589\n", - "7\n", - "[3729.589111328125, 7476.587890625, 2652.109375, 25538.3984375, 11043.6845703125, 6337.2060546875, 3735.39208984375]\n", - "7\n", - "5590\n", - "3\n", - "[533.9306030273438, 1816.593505859375, 3456.498046875]\n", - "3\n", - "5591\n", - "5\n", - "[566.13623046875, 841.17529296875, 701.9581909179688, 5067.6494140625, 950.640625]\n", - "5\n", - "5592\n", - "92\n", - "[783.5297241210938, 872.2343139648438, 4113.0517578125, 386.8641357421875, 307.14990234375, 2178.073974609375, 667.485107421875, 358.147216796875, 10356.517578125, 2238.48486328125, 5956.32421875, 754.55322265625, 5264.42724609375, 10669.5419921875, 2542.580078125, 2775.982666015625, 2567.725341796875, 524.1355590820312, 1143.8343505859375, 444.6397399902344, 8361.1015625, 7985.42236328125, 7493.9306640625, 5427.73974609375, 6190.0224609375, 16970.58203125, 7331.82763671875, 18391.236328125, 26659.615234375, 5485.20751953125, 456.9692077636719, 854.687744140625, 802.3483276367188, 1754.757568359375, 3059.840087890625, 1101.34375, 1941.3531494140625, 3379.728515625, 6279.27880859375, 5502.09814453125, 5663.64013671875, 28452.064453125, 28377.921875, 27071.638671875, 14629.88671875, 11165.3505859375, 22284.66796875, 18236.79296875, 9900.3486328125, 23671.658203125, 4648.44384765625, 2480.08544921875, 11638.7490234375, 2379.947509765625, 2478.396240234375, 792.6776123046875, 725.7943725585938, 1805.3779296875, 1118.443603515625, 469.68499755859375, 1529.7904052734375, 19288.521484375, 34081.58984375, 21899.1875, 17041.228515625, 11600.576171875, 6112.7275390625, 2841.29833984375, 5764.08056640625, 12365.837890625, 2242.889404296875, 732.8761596679688, 621.0792846679688, 815.4822998046875, 8838.9482421875, 22953.6796875, 15625.609375, 7560.9482421875, 510.2756042480469, 732.5739135742188, 4699.05224609375, 2838.49169921875, 5199.05078125, 463.55322265625, 3395.48974609375, 2971.145263671875, 3996.31689453125, 1593.6990966796875, 1116.4140625, 949.90625, 1476.6341552734375, 591.3272705078125]\n", - "92\n", - "5593\n", - "11\n", - "[3305.401123046875, 2938.451171875, 588.5047607421875, 1047.09033203125, 1076.8211669921875, 2927.454833984375, 21502.212890625, 22792.03515625, 1015.3234252929688, 3118.871337890625, 4315.83740234375]\n", - "11\n", - "5594\n", - "7\n", - "[504.74835205078125, 764.6145629882812, 1833.5721435546875, 1704.977783203125, 1523.7017822265625, 1203.2520751953125, 1984.7506103515625]\n", - "7\n", - "5595\n", - "24\n", - "[1566.4705810546875, 3333.191162109375, 541.7469482421875, 2981.385009765625, 13973.8212890625, 10577.95703125, 5551.6689453125, 1455.91943359375, 18070.677734375, 8832.7294921875, 3080.927490234375, 27922.59765625, 7274.35498046875, 2599.814697265625, 1910.6356201171875, 9356.322265625, 30425.865234375, 39490.265625, 9228.0458984375, 4343.1201171875, 1859.681396484375, 3792.409912109375, 364.85357666015625, 422.7501525878906]\n", - "24\n", - "5596\n", - "4\n", - "[1295.9322509765625, 4610.7001953125, 1047.905029296875, 6611.20947265625]\n", - "4\n", - "5597\n", - "3\n", - "[9258.935546875, 3275.333984375, 1364.722412109375]\n", - "3\n", - "5598\n", - "12\n", - "[3021.5341796875, 1211.22021484375, 539.6323852539062, 1622.9698486328125, 3618.0048828125, 4113.79541015625, 4212.7763671875, 9828.15234375, 1025.4766845703125, 4852.8349609375, 4906.74951171875, 695.0790405273438]\n", - "12\n", - "5599\n", - "1\n", - "[5645.322265625]\n", - "1\n", - "5600\n", - "2\n", - "[2393.239501953125, 5737.58154296875]\n", - "2\n", - "5601\n", - "1\n", - "[5060.47998046875]\n", - "1\n", - "5602\n", - "2\n", - "[6348.88623046875, 3652.344482421875]\n", - "2\n", - "5603\n", - "10\n", - "[1853.8916015625, 2412.258544921875, 541.6307983398438, 1486.22900390625, 891.3822021484375, 528.2288208007812, 1079.357666015625, 1231.18017578125, 365.2344665527344, 541.077880859375]\n", - "10\n", - "5604\n", - "2\n", - "[7981.796875, 1467.8499755859375]\n", - "2\n", - "5605\n", - "1\n", - "[26568.041015625]\n", - "1\n", - "5606\n", - "26\n", - "[771.7826538085938, 2066.438720703125, 651.3512573242188, 1144.1365966796875, 3819.70458984375, 2285.7509765625, 1095.5108642578125, 1033.63525390625, 6311.53515625, 2955.124755859375, 1943.2530517578125, 13977.19921875, 5509.87109375, 873.9068603515625, 3280.0224609375, 3633.635498046875, 2987.94287109375, 4827.30126953125, 2480.646728515625, 617.020263671875, 2283.7392578125, 4262.09912109375, 2323.034423828125, 8692.6484375, 355.1645812988281, 941.8745727539062]\n", - "26\n", - "5607\n", - "1\n", - "[26162.669921875]\n", - "1\n", - "5608\n", - "6\n", - "[1855.113525390625, 1806.8826904296875, 1078.284912109375, 1264.358154296875, 540.8013305664062, 894.14697265625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "5609\n", - "4\n", - "[5022.8720703125, 1637.0577392578125, 1068.0550537109375, 906.312255859375]\n", - "4\n", - "5610\n", - "2\n", - "[6262.8564453125, 19135.53125]\n", - "2\n", - "5611\n", - "2\n", - "[44725.24609375, 7731.85791015625]\n", - "2\n", - "5612\n", - "1\n", - "[7831.84619140625]\n", - "1\n", - "5613\n", - "3\n", - "[12932.197265625, 5812.453125, 4730.0576171875]\n", - "3\n", - "5614\n", - "1\n", - "[10529.154296875]\n", - "1\n", - "5615\n", - "1\n", - "[5139.6083984375]\n", - "1\n", - "5616\n", - "1\n", - "[6312.40478515625]\n", - "1\n", - "5617\n", - "6\n", - "[1303.6229248046875, 3160.04345703125, 32816.29296875, 6483.50341796875, 2823.321533203125, 2896.74755859375]\n", - "6\n", - "5618\n", - "6\n", - "[19173.904296875, 4349.72216796875, 13173.0888671875, 29350.59765625, 3538.43994140625, 2361.634521484375]\n", - "6\n", - "5619\n", - "2\n", - "[2361.634521484375, 10535.08203125]\n", - "2\n", - "5620\n", - "17\n", - "[851.4319458007812, 540.176513671875, 435.0080261230469, 1019.6937255859375, 562.0833740234375, 743.2884521484375, 502.2354736328125, 460.89447021484375, 871.9478759765625, 358.93280029296875, 590.9061889648438, 474.9581298828125, 808.7000122070312, 771.5703125, 502.3127746582031, 434.5444030761719, 375.50787353515625]\n", - "17\n", - "5621\n", - "9\n", - "[306.3099365234375, 473.8763122558594, 369.9442138671875, 3509.118896484375, 4240.1982421875, 1917.8758544921875, 717.6338500976562, 2031.3125, 1280.2967529296875]\n", - "9\n", - "5622\n", - "3\n", - "[1729.7161865234375, 4204.53662109375, 775.8976440429688]\n", - "3\n", - "5623\n", - "4\n", - "[1475.445068359375, 2659.41064453125, 5548.2470703125, 3108.373046875]\n", - "4\n", - "5624\n", - "20\n", - "[461.8253173828125, 1893.1676025390625, 563.0421752929688, 2251.5791015625, 3515.959228515625, 15384.9072265625, 3498.33056640625, 1372.5626220703125, 2111.622314453125, 416.86981201171875, 301.45367431640625, 817.02197265625, 1397.7462158203125, 16469.197265625, 6840.84423828125, 1082.8433837890625, 355.3573913574219, 1547.2943115234375, 5137.19677734375, 390.7752685546875]\n", - "20\n", - "5625\n", - "55\n", - "[1341.9219970703125, 414.5693664550781, 622.588134765625, 2062.414794921875, 3082.68798828125, 2096.80126953125, 410.3193054199219, 563.203857421875, 1941.135009765625, 5122.4619140625, 1262.2921142578125, 447.64215087890625, 4039.481689453125, 3172.208740234375, 920.66845703125, 665.7063598632812, 6583.94970703125, 405.2966003417969, 3563.673583984375, 2887.1875, 1461.463134765625, 3019.590576171875, 12268.4775390625, 6539.1611328125, 616.095458984375, 6516.859375, 1542.56201171875, 1284.430908203125, 362.5260009765625, 9252.353515625, 15249.9970703125, 23029.705078125, 17962.017578125, 2988.0166015625, 1001.2713623046875, 2615.95947265625, 8599.16015625, 8098.55419921875, 7016.83740234375, 9555.984375, 2883.2080078125, 1514.31787109375, 3752.06494140625, 5861.8095703125, 2200.849365234375, 4135.97314453125, 437.86712646484375, 524.6446533203125, 1296.5626220703125, 584.87890625, 1590.1612548828125, 2519.677490234375, 579.3152465820312, 1653.14306640625, 1623.929443359375]\n", - "55\n", - "5626\n", - "1\n", - "[22014.939453125]\n", - "1\n", - "5627\n", - "1\n", - "[6846.1591796875]\n", - "1\n", - "5628\n", - "1\n", - "[5203.79833984375]\n", - "1\n", - "5629\n", - "2\n", - "[1785.8433837890625, 5255.0419921875]\n", - "2\n", - "5630\n", - "1\n", - "[6974.2685546875]\n", - "1\n", - "5631\n", - "1\n", - "[5198.673828125]\n", - "1\n", - "5632\n", - "1\n", - "[10148.2626953125]\n", - "1\n", - "5633\n", - "7\n", - "[618.2742919921875, 419.52777099609375, 989.6905517578125, 550.6573486328125, 1620.8536376953125, 750.9479370117188, 405.9727478027344]\n", - "7\n", - "5634\n", - "12\n", - "[350.3917236328125, 324.2747802734375, 992.3021240234375, 563.724609375, 389.24945068359375, 911.9205322265625, 1733.97412109375, 946.10888671875, 954.5376586914062, 624.970458984375, 674.1320190429688, 311.8851318359375]\n", - "12\n", - "5635\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "154\n", - "[404.6112976074219, 309.9437561035156, 460.9290771484375, 985.0078735351562, 1201.448486328125, 521.9000244140625, 1304.59619140625, 1923.4224853515625, 405.4800109863281, 540.7492065429688, 1181.0211181640625, 411.2646484375, 1107.552734375, 1633.771728515625, 915.0863647460938, 864.1139526367188, 567.8638916015625, 582.0208129882812, 2781.4140625, 2907.705078125, 2503.448486328125, 2159.66015625, 1488.5809326171875, 322.3016052246094, 1478.0084228515625, 2859.933837890625, 3225.591552734375, 2794.82470703125, 2118.06884765625, 996.1817016601562, 509.22271728515625, 1848.865966796875, 3025.07177734375, 3004.298583984375, 2844.289306640625, 1708.409423828125, 703.21337890625, 790.1544189453125, 883.9472045898438, 2431.26220703125, 2243.75537109375, 2067.147705078125, 678.4154663085938, 987.5916137695312, 1750.9356689453125, 648.6842651367188, 911.3920288085938, 1407.7408447265625, 1656.6097412109375, 2919.15966796875, 1113.43212890625, 1534.185791015625, 1856.048095703125, 1467.70263671875, 479.4614562988281, 608.4669189453125, 1726.0665283203125, 2197.53857421875, 2924.3671875, 1716.004638671875, 2657.4658203125, 2675.378173828125, 2434.509765625, 788.930419921875, 1289.510498046875, 1615.7767333984375, 2764.372802734375, 3174.005859375, 2843.358154296875, 3412.69287109375, 3067.688232421875, 3035.066162109375, 1946.7135009765625, 618.8028564453125, 1643.7320556640625, 1851.4564208984375, 2054.300048828125, 2287.62939453125, 3300.424560546875, 3655.798828125, 3369.80224609375, 3143.910400390625, 2527.85205078125, 640.52587890625, 915.4467163085938, 2213.430908203125, 2397.9267578125, 1621.010498046875, 993.2908325195312, 1905.974365234375, 2547.375, 3562.989501953125, 3437.738525390625, 1127.63134765625, 492.1926574707031, 427.0009765625, 1399.2144775390625, 2479.476318359375, 2918.273681640625, 2549.372314453125, 2662.1025390625, 3240.935791015625, 3634.6689453125, 3657.398193359375, 1765.0335693359375, 1121.6016845703125, 1332.566162109375, 2147.004150390625, 3236.021240234375, 2640.97998046875, 3080.363037109375, 2906.48486328125, 581.153564453125, 464.75164794921875, 1026.40478515625, 1905.7303466796875, 2618.13818359375, 2354.052490234375, 2630.9521484375, 715.148681640625, 1334.6873779296875, 1191.06591796875, 617.169677734375, 1002.0236206054688, 1770.1357421875, 3157.56884765625, 3429.23095703125, 1534.812744140625, 571.6961669921875, 1494.7794189453125, 1314.9879150390625, 1754.029296875, 2823.68505859375, 3023.513916015625, 2184.00390625, 335.45330810546875, 541.949951171875, 1211.5274658203125, 1880.3016357421875, 2191.456298828125, 2417.494873046875, 2521.50341796875, 1157.2762451171875, 822.1044921875, 1334.72119140625, 1533.6151123046875, 1445.213623046875, 424.79339599609375, 665.3726196289062, 912.796142578125, 1174.8656005859375, 422.7659912109375, 572.9201049804688, 650.3323974609375]\n", - "154\n", - "5636\n", - "20\n", - "[561.9741821289062, 571.33447265625, 1476.551513671875, 476.36328125, 663.504150390625, 307.2828063964844, 887.8298950195312, 1011.0818481445312, 2267.41650390625, 2527.7587890625, 3165.7666015625, 1833.7110595703125, 782.594970703125, 711.6260986328125, 483.2434387207031, 985.598388671875, 1806.590087890625, 1280.2371826171875, 1805.908203125, 1030.6494140625]\n", - "20\n", - "5637\n", - "7\n", - "[566.7787475585938, 2353.8515625, 2483.247314453125, 1312.4033203125, 577.2896118164062, 836.84375, 454.9658508300781]\n", - "7\n", - "5638\n", - "5\n", - "[1321.32177734375, 2798.902099609375, 911.9388427734375, 2291.943603515625, 834.6024780273438]\n", - "5\n", - "5639\n", - "8\n", - "[925.0120849609375, 1617.305419921875, 1054.8037109375, 557.4066162109375, 494.9666442871094, 1013.9326171875, 836.3654174804688, 395.1473693847656]\n", - "8\n", - "5640\n", - "11\n", - "[404.40704345703125, 384.5231628417969, 736.3209838867188, 655.407470703125, 593.18359375, 1281.2823486328125, 1407.5626220703125, 2035.15576171875, 675.4556274414062, 2840.4296875, 1323.6123046875]\n", - "11\n", - "5641\n", - "6\n", - "[454.1663818359375, 1100.9969482421875, 2273.86376953125, 2654.84130859375, 434.921630859375, 1164.9918212890625]\n", - "6\n", - "5642\n", - "8\n", - "[409.99176025390625, 1074.152587890625, 548.3302001953125, 531.9768676757812, 1826.7275390625, 560.807861328125, 588.3121948242188, 717.3058471679688]\n", - "8\n", - "5643\n", - "222\n", - "[414.1320495605469, 654.1232299804688, 1305.0714111328125, 313.1077575683594, 1336.6295166015625, 2484.082763671875, 1952.245361328125, 1575.4222412109375, 1629.48828125, 2763.669677734375, 2666.798583984375, 2103.299560546875, 598.4593505859375, 2764.392822265625, 2254.416015625, 1588.8526611328125, 1896.829345703125, 397.74005126953125, 639.5288696289062, 1242.409912109375, 4094.107421875, 1642.526123046875, 1692.983154296875, 668.607421875, 395.4479675292969, 723.01806640625, 1674.9244384765625, 3974.7626953125, 4388.66748046875, 2662.72119140625, 1308.156982421875, 346.22235107421875, 624.483642578125, 1675.2056884765625, 488.4952087402344, 656.4925537109375, 1463.3643798828125, 1777.8358154296875, 1770.7349853515625, 2972.77099609375, 1357.80126953125, 969.4969482421875, 591.1380615234375, 1301.104248046875, 423.4644775390625, 3286.188720703125, 2693.073974609375, 358.4084167480469, 614.8099975585938, 1799.6275634765625, 3828.04052734375, 4058.279296875, 3899.462890625, 709.8009643554688, 2842.57861328125, 1392.5274658203125, 2970.41552734375, 1086.2244873046875, 729.265869140625, 1484.7703857421875, 3690.698974609375, 3528.3701171875, 4818.5234375, 3751.31494140625, 2750.96240234375, 2154.452392578125, 2662.9140625, 2278.494140625, 4159.455078125, 518.6488647460938, 1493.52294921875, 579.5615844726562, 925.555419921875, 4535.41015625, 5170.88232421875, 5624.56884765625, 5089.8798828125, 4971.38916015625, 5666.66455078125, 3557.33837890625, 2350.419189453125, 337.1516418457031, 425.0791015625, 452.33642578125, 2913.029541015625, 5661.26513671875, 6189.89306640625, 6147.03271484375, 5783.66748046875, 5803.482421875, 3926.99853515625, 1236.693359375, 884.4169921875, 4697.5048828125, 6067.44873046875, 5233.5576171875, 5830.2607421875, 5825.61181640625, 3871.69970703125, 3723.896240234375, 3039.013916015625, 1910.9967041015625, 722.66455078125, 2021.5118408203125, 4408.46875, 6139.91796875, 6186.814453125, 4716.1904296875, 3411.39453125, 3943.631591796875, 2865.410400390625, 586.8196411132812, 1327.5816650390625, 2441.34326171875, 838.8384399414062, 372.3599548339844, 987.2595825195312, 2121.4892578125, 2137.157958984375, 4788.060546875, 3496.01318359375, 4065.986328125, 2835.849609375, 662.0230712890625, 358.60589599609375, 2025.09326171875, 2421.03564453125, 1253.9256591796875, 892.8196411132812, 3026.1552734375, 4587.671875, 4511.53857421875, 2275.68408203125, 1933.7457275390625, 1472.531494140625, 1223.710693359375, 2563.997314453125, 1094.3516845703125, 3875.859619140625, 5029.30517578125, 4563.04931640625, 3967.413818359375, 261.8035583496094, 1445.194091796875, 2347.677978515625, 5234.583984375, 4275.9345703125, 1984.0994873046875, 3904.848876953125, 2917.425537109375, 1678.0030517578125, 5532.67724609375, 4196.302734375, 3252.998291015625, 3306.657958984375, 4022.15478515625, 1803.5650634765625, 2242.755615234375, 6109.17236328125, 4698.08349609375, 1950.2891845703125, 1749.41162109375, 2506.90087890625, 1018.2672729492188, 2356.108154296875, 5360.38916015625, 4524.20458984375, 4055.951171875, 1522.664794921875, 2031.1473388671875, 2679.7353515625, 347.60498046875, 677.41162109375, 1791.810302734375, 4524.2802734375, 4775.3740234375, 4645.615234375, 4434.43408203125, 4362.86669921875, 3842.818359375, 1954.4630126953125, 3120.787841796875, 2908.745849609375, 3894.524658203125, 3675.00244140625, 1196.8740234375, 2164.31494140625, 2049.839599609375, 3424.604736328125, 3774.29833984375, 4598.009765625, 5372.05615234375, 1021.7152709960938, 2308.62646484375, 3901.790771484375, 2491.059814453125, 831.79736328125, 1270.08349609375, 3330.591796875, 1409.169921875, 794.716796875, 412.63519287109375, 353.77459716796875, 450.124267578125, 1947.26806640625, 2063.13916015625, 2089.92431640625, 1374.9439697265625, 1942.3619384765625, 1142.64599609375, 1179.0596923828125, 640.68408203125, 391.2785949707031, 891.6898193359375, 606.5358276367188, 714.7874145507812, 652.5419311523438, 1496.1903076171875, 832.72021484375, 454.99725341796875, 671.7463989257812, 787.3975830078125]\n", - "222\n", - "5644\n", - "11\n", - "[1262.6341552734375, 773.9321899414062, 2166.336669921875, 987.6716918945312, 2978.224609375, 2224.322509765625, 773.1988525390625, 1213.692138671875, 540.0110473632812, 1133.9073486328125, 418.58575439453125]\n", - "11\n", - "5645\n", - "10\n", - "[2871.55029296875, 2348.755126953125, 2699.635009765625, 754.423095703125, 6489.4140625, 1215.810546875, 1928.0108642578125, 988.709228515625, 463.8336486816406, 645.0716552734375]\n", - "10\n", - "5646\n", - "7\n", - "[544.3154907226562, 335.75048828125, 1418.0335693359375, 526.030517578125, 1333.0982666015625, 534.4016723632812, 549.4949951171875]\n", - "7\n", - "5647\n", - "12\n", - "[498.4244689941406, 554.833984375, 440.74505615234375, 976.7213745117188, 352.6842346191406, 849.71337890625, 1583.1668701171875, 758.9949951171875, 1633.132080078125, 615.1900024414062, 444.92718505859375, 434.0459899902344]\n", - "12\n", - "5648\n", - "7\n", - "[1321.50927734375, 457.4637756347656, 1257.9178466796875, 1986.35009765625, 3351.922607421875, 2919.791259765625, 555.6240234375]\n", - "7\n", - "5649\n", - "13\n", - "[552.8135986328125, 502.2628173828125, 396.7363586425781, 1517.5604248046875, 1805.120849609375, 580.9994506835938, 1048.0908203125, 1491.7894287109375, 518.4967651367188, 436.3053894042969, 696.1239624023438, 1998.4527587890625, 522.9155883789062]\n", - "13\n", - "5650\n", - "11\n", - "[1136.3729248046875, 402.46258544921875, 1199.23681640625, 1117.6883544921875, 2443.8662109375, 1712.46630859375, 957.4577026367188, 1261.102783203125, 973.1879272460938, 463.9679870605469, 607.4791870117188]\n", - "11\n", - "5651\n", - "12\n", - "[359.87481689453125, 1425.655029296875, 985.7791748046875, 1322.2652587890625, 1732.5928955078125, 1801.8668212890625, 664.465087890625, 520.1405639648438, 689.5948486328125, 3165.976806640625, 1184.4034423828125, 1638.0487060546875]\n", - "12\n", - "5652\n", - "9\n", - "[968.2823486328125, 373.3124084472656, 620.064453125, 844.6898193359375, 2568.458251953125, 1838.6475830078125, 523.0978393554688, 610.5906372070312, 608.510009765625]\n", - "9\n", - "5653\n", - "9\n", - "[860.1923828125, 1755.42138671875, 3198.854736328125, 3747.29541015625, 2990.393798828125, 679.8442993164062, 328.720458984375, 492.5503845214844, 663.8425903320312]\n", - "9\n", - "5654\n", - "7\n", - "[948.0745239257812, 500.4714050292969, 455.744384765625, 981.5435180664062, 910.8529052734375, 1077.309814453125, 489.557861328125]\n", - "7\n", - "5655\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "[315.7479248046875, 373.0210876464844, 551.1503295898438, 1077.099853515625, 1046.9385986328125, 450.4144287109375, 769.2158203125, 808.7550659179688, 667.62890625, 1110.8087158203125, 1007.7562255859375, 679.194580078125, 906.7246704101562, 389.3402099609375, 764.1752319335938, 1100.818359375, 617.3453979492188, 795.8125610351562, 875.3175659179688]\n", - "19\n", - "5656\n", - "17\n", - "[765.7906494140625, 337.1056823730469, 657.591552734375, 1772.8631591796875, 1644.9735107421875, 1003.4315795898438, 2657.189453125, 3659.73876953125, 3006.012939453125, 1256.335693359375, 1012.1617431640625, 719.6514282226562, 1286.566650390625, 1475.3636474609375, 334.7254638671875, 396.7520446777344, 1434.8380126953125]\n", - "17\n", - "5657\n", - "83\n", - "[982.2398071289062, 399.0840759277344, 309.18243408203125, 809.3643188476562, 3545.806884765625, 789.5720825195312, 415.6835021972656, 1643.3548583984375, 329.11419677734375, 339.5607604980469, 1170.16259765625, 442.93170166015625, 3977.8994140625, 5337.4951171875, 4274.11376953125, 3395.443359375, 5687.22509765625, 2048.740478515625, 2897.897216796875, 931.9669799804688, 820.50439453125, 370.32537841796875, 645.1705322265625, 3116.87353515625, 3469.30029296875, 4429.16015625, 4052.741455078125, 4508.23583984375, 3536.5087890625, 4268.33447265625, 1718.5386962890625, 4238.45751953125, 1659.810546875, 5424.01953125, 5124.15966796875, 5468.02099609375, 5127.94921875, 5936.0595703125, 4711.1064453125, 4097.40576171875, 1335.478515625, 3097.170166015625, 967.9583740234375, 634.309326171875, 520.4548950195312, 3302.28369140625, 1829.932861328125, 4765.67529296875, 5319.06201171875, 3605.441162109375, 6513.529296875, 4833.39013671875, 2949.33984375, 1941.785400390625, 1412.228759765625, 1962.67431640625, 1196.701416015625, 618.4955444335938, 2033.9771728515625, 3102.76318359375, 2741.941162109375, 4136.39990234375, 3467.214111328125, 2257.315673828125, 656.292724609375, 2531.04736328125, 310.0926513671875, 394.59307861328125, 693.9735717773438, 2047.6939697265625, 2409.201904296875, 1458.7808837890625, 557.2571411132812, 587.8255615234375, 421.5712585449219, 803.992919921875, 367.7868347167969, 405.339111328125, 1008.0957641601562, 686.860107421875, 1906.3753662109375, 369.79168701171875, 717.5416259765625]\n", - "83\n", - "5658\n", - "9\n", - "[740.3782958984375, 317.2683410644531, 592.44873046875, 518.6378173828125, 1632.392578125, 1806.1796875, 720.8677368164062, 773.8970947265625, 425.5650634765625]\n", - "9\n", - "5659\n", - "12\n", - "[521.768310546875, 340.66943359375, 700.1242065429688, 1008.8170166015625, 556.2713623046875, 1592.1025390625, 1296.5889892578125, 814.0035400390625, 376.30328369140625, 2442.33544921875, 516.2283325195312, 651.9848022460938]\n", - "12\n", - "5660\n", - "6\n", - "[565.6854248046875, 1111.9163818359375, 1501.0589599609375, 740.4375610351562, 452.6953430175781, 776.2788696289062]\n", - "6\n", - "5661\n", - "9\n", - "[558.5887451171875, 439.1910095214844, 1571.8157958984375, 389.9482727050781, 457.8513488769531, 1408.3035888671875, 820.4961547851562, 393.723388671875, 351.080078125]\n", - "9\n", - "5662\n", - "8\n", - "[473.5586853027344, 326.6897888183594, 445.9942932128906, 460.83447265625, 1741.2384033203125, 863.101318359375, 657.7750854492188, 357.3409729003906]\n", - "8\n", - "5663\n", - "6\n", - "[544.8094482421875, 2324.57177734375, 300.12744140625, 1985.396728515625, 321.565673828125, 1736.1588134765625]\n", - "6\n", - "5664\n", - "15\n", - "[553.7169799804688, 388.8571472167969, 556.1405029296875, 761.4627685546875, 808.5224609375, 398.7048645019531, 735.4710083007812, 1005.2650756835938, 380.439208984375, 741.010009765625, 893.6773681640625, 917.9834594726562, 522.7542724609375, 585.0819091796875, 638.3785400390625]\n", - "15\n", - "5665\n", - "29\n", - "[358.8133544921875, 589.3514404296875, 695.0768432617188, 802.4552612304688, 1030.1158447265625, 938.134765625, 634.64501953125, 953.1163940429688, 1133.5732421875, 1621.029052734375, 1579.362060546875, 1359.053466796875, 474.22216796875, 926.0230712890625, 1105.7474365234375, 1511.076904296875, 1491.1435546875, 676.4088745117188, 300.3290100097656, 468.75054931640625, 902.2879028320312, 1482.4796142578125, 1163.39501953125, 564.3788452148438, 441.9068603515625, 806.3390502929688, 390.5714111328125, 324.09027099609375, 417.746826171875]\n", - "29\n", - "5666\n", - "9\n", - "[435.10260009765625, 690.1697387695312, 394.7072448730469, 969.855712890625, 579.6994018554688, 463.3487243652344, 473.7223815917969, 617.63818359375, 502.3463134765625]\n", - "9\n", - "5667\n", - "22\n", - "[399.7247619628906, 564.6698608398438, 607.74853515625, 427.25457763671875, 490.4563293457031, 556.3346557617188, 362.3468933105469, 313.4684143066406, 459.296875, 408.67169189453125, 555.0894165039062, 590.7886962890625, 327.39837646484375, 249.64720153808594, 350.5196838378906, 475.6119384765625, 443.622314453125, 467.7718505859375, 361.5708312988281, 401.881591796875, 344.1650390625, 371.0255432128906]\n", - "22\n", - "5668\n", - "11\n", - "[487.2337951660156, 680.6931762695312, 1566.573974609375, 428.8305969238281, 361.4552307128906, 303.6583251953125, 427.0398864746094, 1506.2515869140625, 2124.09521484375, 1005.968994140625, 1428.873291015625]\n", - "11\n", - "5669\n", - "6\n", - "[1358.1177978515625, 753.71728515625, 446.7569580078125, 990.6092529296875, 2033.28369140625, 395.6031494140625]\n", - "6\n", - "5670\n", - "13\n", - "[718.3099975585938, 338.66400146484375, 1445.1724853515625, 1232.0672607421875, 2179.995849609375, 4174.697265625, 2015.7410888671875, 1819.3226318359375, 4200.498046875, 4859.91943359375, 1894.7904052734375, 1001.2239379882812, 691.9837036132812]\n", - "13\n", - "5671\n", - "14\n", - "[1672.3529052734375, 452.7140808105469, 1777.7962646484375, 1994.3775634765625, 541.5681762695312, 1248.7750244140625, 2335.178466796875, 1476.9619140625, 568.3344116210938, 614.4661254882812, 359.7261962890625, 434.5200500488281, 544.6388549804688, 341.8199462890625]\n", - "14\n", - "5672\n", - "14\n", - "[911.72607421875, 1612.85302734375, 1040.957763671875, 2482.9677734375, 844.36181640625, 336.9999084472656, 900.1963500976562, 3017.7041015625, 749.4169921875, 1309.4527587890625, 554.7999877929688, 510.151611328125, 1169.9556884765625, 2163.763916015625]\n", - "14\n", - "5673\n", - "4\n", - "[1073.207763671875, 1919.331298828125, 1155.893798828125, 958.913818359375]\n", - "4\n", - "5674\n", - "7\n", - "[1734.542236328125, 333.6995544433594, 444.9609375, 890.7583618164062, 1412.30908203125, 863.5774536132812, 558.346435546875]\n", - "7\n", - "5675\n", - "6\n", - "[790.2089233398438, 2742.393310546875, 1029.1776123046875, 1724.922119140625, 422.4859313964844, 323.31585693359375]\n", - "6\n", - "5676\n", - "6\n", - "[5055.208984375, 5942.26806640625, 1552.2225341796875, 1530.32861328125, 1713.5006103515625, 1940.92431640625]\n", - "6\n", - "5677\n", - "6\n", - "[996.21875, 665.807861328125, 1110.960205078125, 1102.447998046875, 1750.117919921875, 404.5957336425781]\n", - "6\n", - "5678\n", - "5\n", - "[1346.2586669921875, 1315.208984375, 827.7611083984375, 457.59759521484375, 1696.232666015625]\n", - "5\n", - "5679\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[301.3402404785156, 463.16143798828125, 1562.623046875, 1778.1904296875, 780.3604125976562, 379.7067565917969, 980.7467041015625, 411.9533386230469, 2317.679443359375, 3114.552734375, 1460.1295166015625, 313.9476013183594, 1017.3621215820312, 1358.212646484375, 1437.042724609375, 817.0175170898438, 656.7001342773438, 1314.3216552734375]\n", - "18\n", - "5680\n", - "11\n", - "[386.4848327636719, 2270.659423828125, 1763.2637939453125, 739.000244140625, 3126.13427734375, 808.0838623046875, 303.8077087402344, 412.0692443847656, 438.5694274902344, 631.7975463867188, 1087.62353515625]\n", - "11\n", - "5681\n", - "6\n", - "[405.9511413574219, 309.4714050292969, 512.3436279296875, 1823.9302978515625, 2488.971923828125, 953.2011108398438]\n", - "6\n", - "5682\n", - "45\n", - "[610.3434448242188, 526.4540405273438, 312.3973083496094, 349.1606140136719, 868.9512329101562, 641.955078125, 378.0003967285156, 445.4280090332031, 396.8770751953125, 1031.407470703125, 1428.121337890625, 1472.0606689453125, 1263.289794921875, 703.5552368164062, 784.4241333007812, 893.5012817382812, 414.191650390625, 663.1200561523438, 973.5189208984375, 1203.776611328125, 1095.30810546875, 1287.084716796875, 1369.811767578125, 1500.24755859375, 1326.447509765625, 999.766845703125, 1161.135498046875, 803.428955078125, 425.918212890625, 852.0546264648438, 602.7586059570312, 1081.7005615234375, 1128.083740234375, 923.7399291992188, 901.16845703125, 595.7290649414062, 682.3018188476562, 874.9998779296875, 415.51123046875, 308.49810791015625, 463.3375244140625, 805.5997924804688, 618.497314453125, 666.1954345703125, 825.677001953125]\n", - "45\n", - "5683\n", - "15\n", - "[1702.6060791015625, 364.5323791503906, 1968.1484375, 700.5474243164062, 488.1428527832031, 681.7671508789062, 497.59649658203125, 1790.648193359375, 799.5764770507812, 899.9141845703125, 3394.79150390625, 1165.9156494140625, 1020.6436767578125, 684.0328369140625, 303.03472900390625]\n", - "15\n", - "5684\n", - "8\n", - "[864.1342163085938, 412.80267333984375, 419.1766357421875, 924.4026489257812, 1452.942626953125, 747.0064086914062, 708.56640625, 1344.34375]\n", - "8\n", - "5685\n", - "10\n", - "[308.58978271484375, 446.3495178222656, 1012.5300903320312, 534.5849609375, 999.527587890625, 710.7666015625, 505.5850524902344, 991.444091796875, 393.9737548828125, 397.17181396484375]\n", - "10\n", - "5686\n", - "96\n", - "[598.2667236328125, 1314.59375, 1973.255615234375, 2732.314697265625, 681.0661010742188, 1045.2886962890625, 1520.382568359375, 819.16845703125, 562.866943359375, 476.52593994140625, 980.5768432617188, 749.6296997070312, 304.2315673828125, 2073.58349609375, 1674.1488037109375, 1275.92578125, 478.17840576171875, 1114.7091064453125, 705.2330932617188, 1437.195556640625, 933.6546020507812, 1908.6212158203125, 2851.962158203125, 424.8625183105469, 1079.9541015625, 3514.740966796875, 3506.51513671875, 1739.5745849609375, 767.141845703125, 1825.98095703125, 2028.0892333984375, 3593.349853515625, 3280.027587890625, 1294.690673828125, 316.925048828125, 1585.857421875, 1197.565673828125, 1831.75439453125, 2784.280029296875, 3522.02001953125, 3884.382080078125, 2942.052978515625, 728.9635009765625, 300.6567077636719, 537.5089111328125, 1069.255859375, 1960.635498046875, 3052.23046875, 3664.96142578125, 4022.74560546875, 3500.198974609375, 2203.998779296875, 395.10565185546875, 447.57696533203125, 685.7338256835938, 945.2219848632812, 2387.795166015625, 3898.858642578125, 4026.205322265625, 3639.60693359375, 1390.6405029296875, 791.765869140625, 2233.07421875, 3714.71533203125, 3542.8291015625, 1213.7314453125, 579.4815063476562, 2611.083740234375, 3019.299072265625, 2080.98095703125, 343.0913391113281, 2905.449462890625, 3078.8046875, 1637.2515869140625, 1287.9542236328125, 2864.6435546875, 1757.2337646484375, 851.5447998046875, 1303.6058349609375, 1967.037353515625, 2620.81103515625, 1080.0152587890625, 1027.2747802734375, 1895.5645751953125, 1560.0625, 430.55029296875, 1038.6951904296875, 2053.227294921875, 1944.1270751953125, 1578.774169921875, 343.9604187011719, 891.9183349609375, 625.958984375, 364.9938049316406, 1241.37060546875, 447.41375732421875]\n", - "96\n", - "5687\n", - "78\n", - "[366.5367126464844, 351.1332092285156, 446.1672058105469, 390.5362548828125, 1770.4495849609375, 895.4255981445312, 616.9683837890625, 2040.0413818359375, 1544.552001953125, 473.7190856933594, 1510.156982421875, 3470.40380859375, 4776.07958984375, 1540.899658203125, 2013.2513427734375, 1681.9947509765625, 829.3402099609375, 2499.702392578125, 4016.77880859375, 5129.810546875, 2942.431640625, 2313.720458984375, 1506.1680908203125, 332.3237609863281, 1230.211669921875, 1916.8551025390625, 4721.69921875, 5375.19677734375, 2121.44140625, 894.6641845703125, 711.5608520507812, 2702.128662109375, 5516.35546875, 5165.23974609375, 5149.17236328125, 3284.553955078125, 3245.13330078125, 4681.33056640625, 3697.963623046875, 1157.4483642578125, 4610.66552734375, 5058.82568359375, 4891.31591796875, 5140.470703125, 2654.8837890625, 5145.55224609375, 3678.921630859375, 1118.4248046875, 442.1933898925781, 482.6656188964844, 482.15032958984375, 1094.582763671875, 4236.599609375, 5308.72265625, 5184.48779296875, 5133.5732421875, 3372.051513671875, 4999.5517578125, 438.2876892089844, 308.3911437988281, 319.68499755859375, 230.61550903320312, 564.3002319335938, 3318.487548828125, 4807.18115234375, 4281.19580078125, 2559.335205078125, 2970.815185546875, 604.0387573242188, 627.497314453125, 880.5177612304688, 1270.632080078125, 928.2545166015625, 1701.9334716796875, 1104.415283203125, 303.88311767578125, 648.515380859375, 392.9503479003906]\n", - "78\n", - "5688\n", - "8\n", - "[351.2483825683594, 1065.0516357421875, 615.655517578125, 1166.881103515625, 1947.0228271484375, 1615.82763671875, 1054.0614013671875, 581.4522705078125]\n", - "8\n", - "5689\n", - "7\n", - "[401.7344665527344, 1462.2989501953125, 1042.6209716796875, 1785.12255859375, 2086.2158203125, 644.6458129882812, 728.1303100585938]\n", - "7\n", - "5690\n", - "10\n", - "[2524.04833984375, 2226.873779296875, 2227.279296875, 1169.7816162109375, 383.8671569824219, 1347.841552734375, 4572.3583984375, 4119.830078125, 945.1277465820312, 401.96734619140625]\n", - "10\n", - "5691\n", - "19\n", - "[413.3574523925781, 658.9822998046875, 504.6015930175781, 332.5354919433594, 481.78338623046875, 397.09747314453125, 1087.01904296875, 883.1773681640625, 404.5744934082031, 904.3981323242188, 958.9584350585938, 821.73974609375, 627.0717163085938, 814.6498413085938, 982.904541015625, 515.2066040039062, 585.9324951171875, 552.7196044921875, 321.4143371582031]\n", - "19\n", - "5692\n", - "12\n", - "[384.8199157714844, 366.9539794921875, 690.591064453125, 510.306640625, 906.0092163085938, 1099.6881103515625, 879.3831787109375, 350.3016662597656, 946.8827514648438, 404.1046142578125, 450.52020263671875, 751.8062133789062]\n", - "12\n", - "5693\n", - "15\n", - "[804.9512939453125, 305.16546630859375, 1046.068603515625, 1354.258544921875, 349.7070617675781, 1460.29736328125, 2521.586669921875, 1913.8629150390625, 816.6880493164062, 501.6427001953125, 1359.19140625, 2208.49658203125, 1355.623046875, 766.74462890625, 370.00140380859375]\n", - "15\n", - "5694\n", - "10\n", - "[1426.5450439453125, 306.6412048339844, 370.8559875488281, 922.3137817382812, 2555.82568359375, 547.2965087890625, 722.8116455078125, 387.9791259765625, 1546.161865234375, 530.6759033203125]\n", - "10\n", - "5695\n", - "31\n", - "[622.8484497070312, 457.7314758300781, 1884.360107421875, 521.8502807617188, 390.908935546875, 1375.006103515625, 1284.21923828125, 618.0338134765625, 1343.0391845703125, 549.72607421875, 1508.70556640625, 1406.9403076171875, 2266.0205078125, 1345.91162109375, 579.9085693359375, 796.9472045898438, 875.4010009765625, 2045.277099609375, 2790.754150390625, 1828.5213623046875, 1319.33056640625, 866.653076171875, 1030.290283203125, 1682.7117919921875, 582.6340942382812, 569.7515869140625, 557.5763549804688, 924.1836547851562, 473.4864501953125, 1285.0244140625, 395.6800231933594]\n", - "31\n", - "5696\n", - "15\n", - "[316.24139404296875, 365.5834655761719, 892.3131103515625, 563.81640625, 403.320068359375, 316.0280456542969, 1110.2943115234375, 920.8331298828125, 503.9189453125, 322.1333923339844, 804.9680786132812, 961.1259765625, 439.93408203125, 610.7235717773438, 460.4172668457031]\n", - "15\n", - "5697\n", - "14\n", - "[562.142822265625, 661.3306884765625, 941.4906005859375, 1979.059326171875, 2817.558349609375, 972.7596435546875, 554.125244140625, 479.8604736328125, 1172.8323974609375, 1410.2867431640625, 1688.5416259765625, 551.9300537109375, 521.0584106445312, 464.4561767578125]\n", - "14\n", - "5698\n", - "5\n", - "[739.5648803710938, 713.2363891601562, 2445.54248046875, 1071.1669921875, 791.412841796875]\n", - "5\n", - "5699\n", - "57\n", - "[341.2640686035156, 575.00341796875, 300.01324462890625, 389.347412109375, 1158.4171142578125, 1548.4434814453125, 571.389404296875, 331.1207275390625, 644.6321411132812, 2795.10986328125, 1102.8941650390625, 633.6642456054688, 1315.45703125, 3245.419921875, 3843.950439453125, 3522.329833984375, 2233.03076171875, 2230.611572265625, 3827.7060546875, 2500.138671875, 799.0615844726562, 1043.8699951171875, 639.2666625976562, 424.449462890625, 3949.37890625, 1577.69384765625, 3913.90087890625, 3826.0234375, 3160.06396484375, 3843.028076171875, 2874.904296875, 1691.4786376953125, 785.1160278320312, 1446.9970703125, 750.3486938476562, 651.7359008789062, 645.4319458007812, 1870.56640625, 3494.814208984375, 3196.241943359375, 3470.21826171875, 3580.095947265625, 2253.39599609375, 1323.6798095703125, 1560.430419921875, 2369.455810546875, 1184.839111328125, 2413.17431640625, 423.1490173339844, 366.66351318359375, 842.5175170898438, 2672.90380859375, 428.4625244140625, 962.0010986328125, 703.625, 327.10748291015625, 304.422607421875]\n", - "57\n", - "5700\n", - "9\n", - "[333.9736328125, 1324.3121337890625, 1075.3707275390625, 2155.474853515625, 2378.6044921875, 976.97998046875, 594.07421875, 356.774169921875, 329.87994384765625]\n", - "9\n", - "5701\n", - "7\n", - "[987.4022216796875, 458.1266784667969, 356.629150390625, 372.0118713378906, 1267.23974609375, 2132.769775390625, 668.5436401367188]\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "5702\n", - "5\n", - "[652.1340942382812, 1256.946533203125, 1406.2611083984375, 1549.2177734375, 957.8176879882812]\n", - "5\n", - "5703\n", - "10\n", - "[622.7568969726562, 683.255615234375, 345.20013427734375, 699.774658203125, 1200.5833740234375, 888.7324829101562, 861.8018798828125, 2093.22802734375, 581.6234741210938, 790.5170288085938]\n", - "10\n", - "5704\n", - "18\n", - "[415.8819580078125, 2602.2353515625, 3784.16943359375, 2350.008544921875, 1047.0970458984375, 589.04296875, 368.044189453125, 1142.2274169921875, 2589.829345703125, 1563.917236328125, 1248.451904296875, 452.0724182128906, 540.8496704101562, 537.3411865234375, 666.8287353515625, 635.2529296875, 1028.49609375, 409.85284423828125]\n", - "18\n", - "5705\n", - "5\n", - "[322.8135681152344, 1686.07080078125, 1802.0360107421875, 815.8538208007812, 488.5566101074219]\n", - "5\n", - "5706\n", - "14\n", - "[408.33251953125, 758.8045043945312, 944.3282470703125, 432.9004821777344, 849.25927734375, 1825.527587890625, 1624.6644287109375, 1018.7333984375, 715.3553466796875, 1682.8873291015625, 1541.9825439453125, 412.42523193359375, 311.18035888671875, 395.3030700683594]\n", - "14\n", - "5707\n", - "6\n", - "[838.0003662109375, 739.3360595703125, 1252.339599609375, 1614.078125, 367.9493713378906, 359.407470703125]\n", - "6\n", - "5708\n", - "10\n", - "[760.2097778320312, 436.43975830078125, 1083.130126953125, 649.2393798828125, 1609.350830078125, 1224.8446044921875, 1277.48779296875, 494.1353759765625, 356.0864562988281, 552.4462890625]\n", - "10\n", - "5709\n", - "9\n", - "[557.6663208007812, 1264.9779052734375, 1026.0682373046875, 909.7277221679688, 1905.787841796875, 719.989501953125, 545.9331665039062, 431.5952453613281, 558.0668334960938]\n", - "9\n", - "5710\n", - "83\n", - "[439.30718994140625, 690.0193481445312, 648.9221801757812, 680.9210815429688, 2277.070068359375, 4492.435546875, 6432.66796875, 1533.429931640625, 301.82098388671875, 370.4147644042969, 1029.7823486328125, 2005.9580078125, 6467.9091796875, 4903.708984375, 4141.2890625, 6841.07568359375, 6754.90478515625, 7374.80029296875, 575.3472900390625, 401.059326171875, 502.04290771484375, 306.1609802246094, 1959.5626220703125, 4853.4970703125, 5859.865234375, 7858.68359375, 7073.861328125, 6057.7607421875, 3811.049560546875, 2464.0673828125, 329.7173767089844, 680.78955078125, 3382.85009765625, 7040.796875, 5845.80908203125, 6655.599609375, 5829.2294921875, 3762.1806640625, 4656.84130859375, 4342.36083984375, 1128.573486328125, 3061.229248046875, 7370.9248046875, 6412.61572265625, 6947.9169921875, 8341.1708984375, 5886.7626953125, 7704.3427734375, 7259.02734375, 3778.168701171875, 813.4676513671875, 1236.9244384765625, 4678.70263671875, 7250.23388671875, 7604.3740234375, 8040.94677734375, 8006.71142578125, 7558.74365234375, 7300.9892578125, 6121.29736328125, 7506.36083984375, 3948.330810546875, 457.7139892578125, 1739.995849609375, 937.9957885742188, 3139.494384765625, 5444.169921875, 5616.87939453125, 7166.853515625, 4501.76806640625, 7441.3857421875, 5278.96630859375, 322.5877685546875, 418.68719482421875, 327.0165100097656, 2105.89404296875, 1315.5535888671875, 224.5414581298828, 2247.288818359375, 4058.841064453125, 960.212646484375, 775.1085205078125, 1303.7738037109375]\n", - "83\n", - "5711\n", - "15\n", - "[604.5502319335938, 512.0379638671875, 379.26129150390625, 418.79681396484375, 393.1985778808594, 626.3554077148438, 1873.9537353515625, 2138.7451171875, 637.5223999023438, 1164.5400390625, 718.4790649414062, 1621.835693359375, 1406.641357421875, 774.964599609375, 394.5534362792969]\n", - "15\n", - "5712\n", - "7\n", - "[433.1092529296875, 1319.9906005859375, 334.2517395019531, 3091.463623046875, 2764.221923828125, 679.1788330078125, 931.00537109375]\n", - "7\n", - "5713\n", - "7\n", - "[966.04296875, 440.4681396484375, 1554.7252197265625, 663.2477416992188, 416.4240417480469, 564.2418212890625, 534.9231567382812]\n", - "7\n", - "5714\n", - "15\n", - "[342.6075744628906, 1087.4857177734375, 1461.9542236328125, 2810.9560546875, 334.6179504394531, 1664.46875, 1291.0374755859375, 784.3077392578125, 1129.673828125, 727.2302856445312, 979.621826171875, 602.24462890625, 861.86669921875, 463.8727722167969, 474.01953125]\n", - "15\n", - "5715\n", - "9\n", - "[414.62005615234375, 1191.6083984375, 1761.816650390625, 1198.5517578125, 573.0399780273438, 355.22393798828125, 640.7061157226562, 791.6365356445312, 411.53375244140625]\n", - "9\n", - "5716\n", - "8\n", - "[782.5247802734375, 439.6045837402344, 733.8555297851562, 977.5935668945312, 988.0159912109375, 481.8478698730469, 1262.5540771484375, 334.49957275390625]\n", - "8\n", - "5717\n", - "23\n", - "[326.47540283203125, 533.9069213867188, 555.5567626953125, 614.2825317382812, 422.3927001953125, 3161.568359375, 948.1771240234375, 936.26220703125, 595.1845092773438, 2931.492431640625, 2622.1259765625, 840.520751953125, 1781.17822265625, 2179.404541015625, 1784.2423095703125, 2240.02392578125, 904.9478149414062, 744.824462890625, 591.6732788085938, 827.21435546875, 447.7295227050781, 405.19842529296875, 308.72857666015625]\n", - "23\n", - "5718\n", - "13\n", - "[1253.6839599609375, 2173.3798828125, 559.8756713867188, 439.9632263183594, 1536.19580078125, 614.720703125, 2087.81689453125, 1727.9920654296875, 499.57843017578125, 1332.2552490234375, 612.4900512695312, 812.1121826171875, 597.7786865234375]\n", - "13\n", - "5719\n", - "26\n", - "[780.7947998046875, 452.31378173828125, 1313.3260498046875, 1364.0653076171875, 471.7467346191406, 648.6421508789062, 1232.15185546875, 3448.23486328125, 3817.623046875, 1522.544189453125, 809.2565307617188, 766.7774047851562, 1149.132568359375, 2764.963623046875, 5040.25927734375, 5240.65380859375, 2570.309326171875, 690.8052368164062, 893.2239990234375, 2230.7666015625, 652.5543212890625, 1283.0789794921875, 628.6966552734375, 430.7624206542969, 694.2049560546875, 740.7927856445312]\n", - "26\n", - "5720\n", - "9\n", - "[655.2543334960938, 1994.2255859375, 2733.932861328125, 552.233642578125, 2070.134033203125, 2557.94580078125, 1542.1884765625, 2294.96923828125, 768.5344848632812]\n", - "9\n", - "5721\n", - "167\n", - "[596.503662109375, 458.6580810546875, 1352.5762939453125, 694.1220703125, 1009.4846801757812, 2671.935546875, 562.190673828125, 344.4997253417969, 384.1560363769531, 1257.4544677734375, 693.7567138671875, 558.9710083007812, 1255.9549560546875, 2289.796630859375, 1059.667724609375, 1832.39453125, 2231.32470703125, 2535.80126953125, 388.3271789550781, 1302.5987548828125, 4082.009765625, 2400.697265625, 3625.9091796875, 1714.7652587890625, 4358.728515625, 5422.39208984375, 3748.516357421875, 1983.2557373046875, 461.942626953125, 304.3562927246094, 2426.066650390625, 5908.787109375, 6240.91796875, 6747.35400390625, 5991.66162109375, 4143.96044921875, 4601.7734375, 4530.27294921875, 1510.9742431640625, 2104.072265625, 825.8421020507812, 1335.9298095703125, 1150.6412353515625, 4511.591796875, 6561.75341796875, 6272.04931640625, 6804.1591796875, 4698.41748046875, 6330.810546875, 6700.55029296875, 3509.43115234375, 1152.7838134765625, 1055.167724609375, 417.6469421386719, 1975.33984375, 3536.868896484375, 4338.4208984375, 4457.7626953125, 5139.744140625, 6564.11279296875, 4770.56787109375, 4314.771484375, 4269.21630859375, 2258.650146484375, 361.0549011230469, 919.0453491210938, 1438.087158203125, 668.5114135742188, 580.5498046875, 2358.940185546875, 3609.232177734375, 5376.12939453125, 4034.19384765625, 4165.85107421875, 6688.5087890625, 5201.306640625, 6247.25830078125, 4880.2275390625, 5064.580078125, 3855.146728515625, 3090.229736328125, 1237.94091796875, 1058.7652587890625, 705.2779541015625, 3149.68359375, 3589.495361328125, 5600.48779296875, 4666.7001953125, 6315.0244140625, 6656.3115234375, 2980.463134765625, 1307.5919189453125, 3223.553955078125, 2514.779541015625, 1884.8306884765625, 1002.6906127929688, 746.198486328125, 378.03631591796875, 499.2886657714844, 1621.32568359375, 4983.638671875, 1564.2845458984375, 4293.755859375, 4582.04443359375, 4956.65576171875, 5282.45361328125, 5757.16455078125, 5466.23486328125, 657.8377075195312, 1076.245849609375, 333.26507568359375, 1754.071533203125, 3243.03955078125, 5169.4140625, 4978.3486328125, 5487.3037109375, 5066.3076171875, 4143.572265625, 3101.548095703125, 2725.28515625, 2654.261474609375, 2273.858154296875, 465.470458984375, 579.4384765625, 428.63043212890625, 499.1681213378906, 416.64361572265625, 1050.9710693359375, 495.1098937988281, 1997.2154541015625, 5088.6171875, 3942.352783203125, 5544.26904296875, 4169.66455078125, 2668.59423828125, 2512.130615234375, 378.98016357421875, 712.3365478515625, 935.404296875, 2452.544189453125, 1036.790771484375, 378.9361877441406, 388.5461730957031, 1379.6824951171875, 1130.8134765625, 511.5180358886719, 1760.9638671875, 656.3078002929688, 1600.9951171875, 1197.96240234375, 311.6786193847656, 546.4091186523438, 1066.2281494140625, 593.0379638671875, 471.3963317871094, 406.5062561035156, 354.4490051269531, 733.5450439453125, 2336.7802734375, 835.3397827148438, 362.9130554199219, 570.0156860351562, 325.6842041015625, 507.6974182128906, 506.9128723144531]\n", - "165\n", - "5722\n", - "3\n", - "[1141.9107666015625, 2836.490234375, 1142.793701171875]\n", - "3\n", - "5723\n", - "10\n", - "[1356.3017578125, 1004.9943237304688, 339.7921447753906, 1517.9521484375, 4198.8154296875, 754.5802001953125, 849.2619018554688, 725.344970703125, 1316.82763671875, 789.1942138671875]\n", - "10\n", - "5724\n", - "13\n", - "[327.1990661621094, 563.3876342773438, 2374.633544921875, 1564.4110107421875, 374.3058776855469, 608.5448608398438, 1717.5069580078125, 2057.721435546875, 1859.297607421875, 2309.031494140625, 374.3150939941406, 349.1693420410156, 590.6903076171875]\n", - "13\n", - "5725\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "42\n", - "[630.439697265625, 817.3178100585938, 644.9935302734375, 807.6572265625, 1368.54443359375, 741.46337890625, 1052.2169189453125, 671.4649658203125, 320.872314453125, 561.683837890625, 1985.6580810546875, 2536.68408203125, 2166.14794921875, 1210.9967041015625, 445.41107177734375, 2169.135009765625, 2652.54541015625, 1763.17138671875, 1032.8697509765625, 561.5875244140625, 341.2135925292969, 1456.863525390625, 2327.94775390625, 1135.5440673828125, 1838.2786865234375, 1619.29296875, 2301.705078125, 410.929931640625, 977.578369140625, 1239.24267578125, 684.0516357421875, 1054.7021484375, 1954.785400390625, 1721.1495361328125, 654.3408813476562, 1129.7928466796875, 1373.1529541015625, 488.3701171875, 1471.7969970703125, 457.3428649902344, 694.1735229492188, 498.36566162109375]\n", - "42\n", - "5726\n", - "10\n", - "[1073.3857421875, 611.5104370117188, 441.3062438964844, 1578.5745849609375, 1880.0966796875, 340.66705322265625, 836.0582885742188, 1032.5899658203125, 869.5057983398438, 371.5281982421875]\n", - "10\n", - "5727\n", - "6\n", - "[1188.61865234375, 2325.13427734375, 898.104736328125, 672.1019287109375, 1324.716552734375, 437.6654357910156]\n", - "6\n", - "5728\n", - "19\n", - "[570.58837890625, 378.5540771484375, 511.7188415527344, 484.552978515625, 320.4497375488281, 324.40240478515625, 956.7611083984375, 3621.3515625, 2048.401611328125, 533.7916870117188, 1767.6546630859375, 988.9461059570312, 1076.18310546875, 579.8614501953125, 847.5994873046875, 965.0382080078125, 1233.341064453125, 603.1181640625, 3361.52490234375]\n", - "19\n", - "5729\n", - "13\n", - "[316.2330017089844, 646.4688110351562, 377.22003173828125, 882.91357421875, 970.1703491210938, 1312.9603271484375, 1460.29736328125, 720.9891357421875, 519.4790649414062, 1040.671630859375, 1005.8543701171875, 960.83349609375, 353.6829833984375]\n", - "13\n", - "5730\n", - "19\n", - "[709.4464721679688, 633.11767578125, 3755.166259765625, 5023.51904296875, 1752.1971435546875, 301.8092956542969, 1288.3509521484375, 1680.2880859375, 5527.51171875, 5580.4892578125, 3611.306396484375, 709.0748291015625, 1509.619873046875, 2513.1552734375, 2442.573486328125, 1334.6304931640625, 1018.3655395507812, 601.8843994140625, 392.3604736328125]\n", - "19\n", - "5731\n", - "7\n", - "[883.5947875976562, 1314.3016357421875, 2879.108154296875, 1347.8212890625, 1778.69580078125, 785.3693237304688, 336.6217041015625]\n", - "7\n", - "5732\n", - "5\n", - "[379.5660400390625, 1087.4383544921875, 2033.942626953125, 2345.639892578125, 2098.8779296875]\n", - "5\n", - "5733\n", - "9\n", - "[371.4744567871094, 430.5094299316406, 532.1970825195312, 424.1360168457031, 640.6767578125, 1343.4620361328125, 1143.0509033203125, 922.8973388671875, 347.4667663574219]\n", - "9\n", - "5734\n", - "5\n", - "[620.8823852539062, 4343.98681640625, 4182.0439453125, 5241.3037109375, 374.6221618652344]\n", - "5\n", - "5735\n", - "8\n", - "[417.4798583984375, 471.9648132324219, 913.2357788085938, 438.5083312988281, 1410.883056640625, 2793.254150390625, 566.7345581054688, 2091.800048828125]\n", - "8\n", - "5736\n", - "17\n", - "[593.8601684570312, 723.96826171875, 983.771484375, 1019.8675537109375, 877.7742919921875, 550.7048950195312, 399.0923156738281, 1959.0072021484375, 2282.134033203125, 2496.362060546875, 2349.259765625, 839.59375, 307.8758850097656, 489.9302673339844, 455.1416931152344, 912.2732543945312, 416.981201171875]\n", - "17\n", - "5737\n", - "7\n", - "[434.9626770019531, 2085.313720703125, 819.240966796875, 409.5555725097656, 1849.4908447265625, 1990.1387939453125, 472.1831970214844]\n", - "7\n", - "5738\n", - "28\n", - "[406.0537109375, 693.769287109375, 629.001953125, 1226.4058837890625, 344.7992858886719, 1056.536376953125, 369.4363708496094, 897.4111328125, 1729.269287109375, 1848.7659912109375, 1369.8271484375, 976.2396850585938, 654.9739379882812, 1163.45556640625, 3458.4990234375, 3189.986572265625, 2578.4580078125, 307.7599792480469, 2052.423583984375, 3095.620849609375, 2611.079833984375, 1746.9251708984375, 2739.5908203125, 1401.472900390625, 780.16015625, 385.31103515625, 855.5765991210938, 1233.53955078125]\n", - "28\n", - "5739\n", - "22\n", - "[586.41357421875, 1530.896484375, 731.8028564453125, 663.2583618164062, 335.9945983886719, 2306.29541015625, 3968.6787109375, 3323.41748046875, 1008.7503662109375, 1116.5584716796875, 5253.3369140625, 1486.4512939453125, 1310.931884765625, 1125.707763671875, 2717.673828125, 2380.148681640625, 1264.447265625, 419.4483642578125, 1223.2396240234375, 3584.49462890625, 3331.12255859375, 1794.5345458984375]\n", - "22\n", - "5740\n", - "5\n", - "[1024.9998779296875, 1211.2462158203125, 1181.6683349609375, 1215.5416259765625, 849.8182983398438]\n", - "5\n", - "5741\n", - "3\n", - "[518.9501953125, 4407.3984375, 3710.83642578125]\n", - "3\n", - "5742\n", - "10\n", - "[519.9126586914062, 1601.7935791015625, 1921.996337890625, 3578.470703125, 2710.137939453125, 1635.70654296875, 971.7936401367188, 486.14044189453125, 1120.5364990234375, 468.56671142578125]\n", - "10\n", - "5743\n", - "14\n", - "[1000.5250854492188, 825.5440673828125, 416.09686279296875, 2225.95947265625, 3151.899169921875, 2373.20703125, 1113.0899658203125, 459.88665771484375, 819.8792724609375, 1172.7393798828125, 1680.6925048828125, 1228.8857421875, 359.60809326171875, 350.9795837402344]\n", - "14\n", - "5744\n", - "9\n", - "[3131.602783203125, 4769.45068359375, 927.4517822265625, 5351.4462890625, 10076.681640625, 940.4324340820312, 1966.9591064453125, 6159.787109375, 3918.878173828125]\n", - "9\n", - "5745\n", - "5\n", - "[2807.0361328125, 3119.45068359375, 988.7897338867188, 3114.8056640625, 2514.079833984375]\n", - "5\n", - "5746\n", - "10\n", - "[947.3982543945312, 996.6959228515625, 1013.3765869140625, 930.3053588867188, 684.8810424804688, 1664.756591796875, 1326.534423828125, 462.1675720214844, 531.4102783203125, 378.0391540527344]\n", - "10\n", - "5747\n", - "24\n", - "[759.1432495117188, 1256.600341796875, 1113.8333740234375, 818.3602294921875, 899.2113037109375, 2053.01416015625, 1868.515625, 497.1246337890625, 872.1787719726562, 1265.1102294921875, 454.6282958984375, 537.0347900390625, 789.825439453125, 2020.264404296875, 2023.9010009765625, 867.2854614257812, 1944.78564453125, 2286.3251953125, 2841.1376953125, 1426.5989990234375, 411.885986328125, 1554.772705078125, 1196.3994140625, 334.4126281738281]\n", - "24\n", - "5748\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "28\n", - "[434.85491943359375, 878.0134887695312, 433.83966064453125, 401.02630615234375, 1149.371337890625, 1234.479248046875, 1453.949951171875, 1508.8572998046875, 415.1478271484375, 322.85986328125, 816.1264038085938, 1049.2603759765625, 1286.17529296875, 854.2452392578125, 415.78753662109375, 1160.18603515625, 1413.17041015625, 1458.87353515625, 1135.8800048828125, 764.8408203125, 1351.37548828125, 1403.0684814453125, 999.591552734375, 428.52777099609375, 804.8851928710938, 1002.6373901367188, 959.5535278320312, 317.5161437988281]\n", - "28\n", - "5749\n", - "6\n", - "[309.84906005859375, 1191.3187255859375, 2369.478515625, 635.2764282226562, 1928.37890625, 1594.48779296875]\n", - "6\n", - "5750\n", - "17\n", - "[621.1771240234375, 1855.924072265625, 2408.133544921875, 1945.41748046875, 1113.505615234375, 935.3704223632812, 809.9833984375, 2598.600830078125, 1535.0238037109375, 995.5304565429688, 1721.7852783203125, 368.7491149902344, 819.5587768554688, 718.4312744140625, 461.8715515136719, 353.2833557128906, 341.5235290527344]\n", - "17\n", - "5751\n", - "7\n", - "[335.0578308105469, 501.5648193359375, 364.2789306640625, 2092.80419921875, 2391.05810546875, 546.3073120117188, 373.4688415527344]\n", - "7\n", - "5752\n", - "17\n", - "[595.3228759765625, 610.0157470703125, 2369.8505859375, 2331.34375, 446.9995422363281, 491.1172790527344, 1206.294677734375, 1721.40625, 345.85791015625, 423.7339172363281, 1340.2777099609375, 313.0634460449219, 345.5365905761719, 954.2437133789062, 735.1047973632812, 751.8820190429688, 541.1434936523438]\n", - "17\n", - "5753\n", - "11\n", - "[453.2876892089844, 800.1882934570312, 969.2133178710938, 1132.532470703125, 1265.720458984375, 1736.7569580078125, 1089.3402099609375, 1331.810546875, 1200.6483154296875, 490.0845947265625, 452.3331604003906]\n", - "11\n", - "5754\n", - "12\n", - "[316.59130859375, 932.3389282226562, 1585.9503173828125, 2318.37890625, 1006.7797241210938, 539.7618408203125, 1114.9610595703125, 2839.925537109375, 1896.7164306640625, 453.34136962890625, 756.9400024414062, 332.1876220703125]\n", - "12\n", - "5755\n", - "17\n", - "[430.21136474609375, 996.8150024414062, 2354.997802734375, 1264.8359375, 505.58404541015625, 1140.57763671875, 4094.13623046875, 2010.3580322265625, 909.02099609375, 1227.47509765625, 424.7633056640625, 398.74957275390625, 355.51031494140625, 327.92669677734375, 786.2268676757812, 356.870361328125, 1425.13427734375]\n", - "17\n", - "5756\n", - "18\n", - "[491.22442626953125, 612.5072631835938, 575.0029907226562, 2711.330810546875, 1676.364990234375, 1815.3450927734375, 3002.05224609375, 2369.265625, 1604.6943359375, 769.8458251953125, 2627.01708984375, 485.5326843261719, 1447.5289306640625, 1225.2113037109375, 507.244873046875, 755.9273681640625, 692.0975952148438, 495.955810546875]\n", - "18\n", - "5757\n", - "28\n", - "[494.96771240234375, 587.6051635742188, 887.2110595703125, 717.3198852539062, 381.5381164550781, 934.016357421875, 1513.43310546875, 2522.17431640625, 1551.9742431640625, 2475.875732421875, 1134.9422607421875, 488.8732604980469, 959.650634765625, 1678.861083984375, 1609.5364990234375, 1423.0291748046875, 1728.55810546875, 982.3931274414062, 856.8663330078125, 765.4613647460938, 867.6314086914062, 1489.2227783203125, 1366.0811767578125, 814.36865234375, 348.6527404785156, 425.7030334472656, 379.5318908691406, 426.83978271484375]\n", - "28\n", - "5758\n", - "7\n", - "[1442.01806640625, 638.0401611328125, 960.6734008789062, 2314.17236328125, 518.5384521484375, 902.457275390625, 797.920166015625]\n", - "7\n", - "5759\n", - "23\n", - "[491.8467102050781, 845.5284423828125, 610.993408203125, 1260.8896484375, 788.7666625976562, 310.2533264160156, 2070.815673828125, 1420.71728515625, 1758.7760009765625, 2070.861083984375, 505.9804382324219, 530.2627563476562, 2105.83642578125, 1268.1875, 727.8587036132812, 385.1382141113281, 1681.4736328125, 1359.28955078125, 1923.63818359375, 4743.78125, 1112.79052734375, 1556.4586181640625, 1663.229736328125]\n", - "23\n", - "5760\n", - "8\n", - "[1065.23193359375, 582.9099731445312, 1298.8011474609375, 386.9266662597656, 1841.1241455078125, 2005.829345703125, 1687.4991455078125, 325.42822265625]\n", - "8\n", - "5761\n", - "8\n", - "[470.1571960449219, 838.8246459960938, 315.1729431152344, 2028.790771484375, 1157.767333984375, 781.7357177734375, 1047.861328125, 443.71282958984375]\n", - "8\n", - "5762\n", - "17\n", - "[791.7839965820312, 866.490966796875, 1539.8211669921875, 1225.1168212890625, 596.3614501953125, 613.51611328125, 882.7239379882812, 479.14324951171875, 713.167236328125, 999.9769287109375, 706.3028564453125, 612.4776611328125, 386.1875305175781, 863.1519775390625, 773.0284423828125, 624.3032836914062, 376.3121032714844]\n", - "17\n", - "5763\n", - "8\n", - "[859.8560180664062, 1373.9752197265625, 1164.2674560546875, 1895.27001953125, 1544.2103271484375, 400.1650085449219, 510.01507568359375, 463.1564025878906]\n", - "8\n", - "5764\n", - "10\n", - "[675.8640747070312, 1290.2703857421875, 1828.7320556640625, 979.2818603515625, 568.8302612304688, 890.5003051757812, 1308.5787353515625, 395.93511962890625, 699.4951171875, 449.6999816894531]\n", - "10\n", - "5765\n", - "34\n", - "[705.1883544921875, 479.4458923339844, 467.47613525390625, 395.46771240234375, 452.101318359375, 958.166259765625, 346.787109375, 886.9924926757812, 411.34521484375, 1936.786376953125, 1076.730712890625, 592.7225952148438, 922.778564453125, 1217.342529296875, 341.6084289550781, 1698.60986328125, 2081.818115234375, 2759.614501953125, 793.5057983398438, 515.4880981445312, 565.6530151367188, 2097.36181640625, 2996.852294921875, 2940.7783203125, 959.7881469726562, 452.4223327636719, 2573.27978515625, 3373.582763671875, 2369.70947265625, 441.51629638671875, 1879.76123046875, 4373.482421875, 1289.11767578125, 877.9957885742188]\n", - "34\n", - "5766\n", - "5\n", - "[440.7965393066406, 2753.3740234375, 1740.9429931640625, 758.335693359375, 718.31640625]\n", - "5\n", - "5767\n", - "9\n", - "[419.4204406738281, 617.0277099609375, 999.009521484375, 1805.3875732421875, 342.5120544433594, 715.4136962890625, 610.393310546875, 1254.66162109375, 484.0696105957031]\n", - "9\n", - "5768\n", - "16\n", - "[445.6407165527344, 549.76318359375, 491.1575622558594, 1149.1556396484375, 1019.9907836914062, 344.6915283203125, 2209.44384765625, 1795.2039794921875, 319.07757568359375, 417.6687927246094, 1868.99658203125, 2419.8828125, 1364.37060546875, 532.5459594726562, 1368.37109375, 356.9769592285156]\n", - "16\n", - "5769\n", - "7\n", - "[1373.0792236328125, 715.3758544921875, 832.2487182617188, 1819.12548828125, 930.68994140625, 621.5630493164062, 953.8486938476562]\n", - "7\n", - "5770\n", - "15\n", - "[784.88525390625, 777.389404296875, 508.9872741699219, 849.03955078125, 922.0584716796875, 1007.9138793945312, 553.2974853515625, 1346.689208984375, 1940.68896484375, 872.8848876953125, 489.8022155761719, 311.6302185058594, 1144.1710205078125, 1014.55517578125, 431.2500305175781]\n", - "15\n", - "5771\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[343.8620910644531, 935.3871459960938, 1445.1680908203125, 1262.5333251953125, 917.1498413085938, 548.3676147460938, 565.8330688476562, 933.8229370117188, 833.3602294921875]\n", - "9\n", - "5772\n", - "61\n", - "[636.5406494140625, 814.1865234375, 418.3645324707031, 1176.243896484375, 458.9430236816406, 2097.173095703125, 3200.54736328125, 1198.4642333984375, 463.84161376953125, 463.6138000488281, 1664.48046875, 1081.861328125, 890.0115966796875, 404.5207214355469, 621.7864379882812, 1591.3350830078125, 3345.47216796875, 3865.33056640625, 3244.256103515625, 3212.00341796875, 2411.534423828125, 813.9359130859375, 676.7407836914062, 734.9147338867188, 914.9765625, 741.0961303710938, 2289.388671875, 1664.558837890625, 897.1098022460938, 1862.1895751953125, 3231.802490234375, 3425.253662109375, 3529.56298828125, 3319.882568359375, 2365.770263671875, 1003.4224243164062, 308.4216003417969, 821.8677368164062, 550.2175903320312, 1544.953125, 1542.5030517578125, 1218.9345703125, 349.2347412109375, 576.9188842773438, 2411.324462890625, 3290.048583984375, 2059.044921875, 994.5784301757812, 2066.7216796875, 695.957763671875, 451.08074951171875, 1685.0411376953125, 788.92919921875, 531.6397094726562, 1046.5609130859375, 597.2922973632812, 873.9805297851562, 704.2645874023438, 464.8566589355469, 397.59881591796875, 683.4412231445312]\n", - "61\n", - "5773\n", - "15\n", - "[336.48138427734375, 656.6143188476562, 1528.56298828125, 786.9240112304688, 1260.8897705078125, 846.1315307617188, 486.7501525878906, 766.2224731445312, 1423.6536865234375, 1832.9521484375, 363.9123840332031, 314.08502197265625, 726.4548950195312, 928.1136474609375, 795.2390747070312]\n", - "15\n", - "5774\n", - "9\n", - "[1310.4921875, 845.6097412109375, 385.27313232421875, 319.6011657714844, 740.5821533203125, 712.90234375, 629.7767944335938, 1214.2313232421875, 1079.446044921875]\n", - "9\n", - "5775\n", - "82\n", - "[524.7103881835938, 744.7392578125, 439.58245849609375, 774.99951171875, 905.31591796875, 423.3713684082031, 938.8878173828125, 571.0021362304688, 692.7674560546875, 1151.8907470703125, 3661.305419921875, 2738.348876953125, 2639.001953125, 1637.036865234375, 334.72314453125, 554.7611083984375, 616.1493530273438, 574.857177734375, 999.024169921875, 1523.984375, 3130.705810546875, 3858.06689453125, 3598.376953125, 3046.825439453125, 482.1507263183594, 1050.7960205078125, 596.136962890625, 312.3328552246094, 1274.9613037109375, 2347.262451171875, 3106.029052734375, 3307.47705078125, 3895.093505859375, 4043.64453125, 4195.66650390625, 3116.26904296875, 762.8133544921875, 521.4597778320312, 631.4031982421875, 365.03485107421875, 2407.763671875, 4178.06298828125, 3854.8818359375, 3421.27001953125, 3964.27392578125, 4144.75634765625, 4123.3779296875, 4090.52099609375, 2179.152587890625, 795.289306640625, 2672.031494140625, 1447.65576171875, 606.9619140625, 1546.1114501953125, 1654.9317626953125, 4147.70556640625, 4089.749755859375, 4331.708984375, 4391.80615234375, 3521.079833984375, 440.8417053222656, 1125.3978271484375, 845.5549926757812, 915.6519165039062, 1267.4976806640625, 3294.9140625, 3606.94287109375, 3840.091064453125, 809.2724609375, 581.1057739257812, 1763.194091796875, 2904.195068359375, 2884.540771484375, 1717.6015625, 1704.4261474609375, 2871.025146484375, 2269.46630859375, 787.4130859375, 425.5910339355469, 759.1116943359375, 482.7059326171875, 789.3924560546875]\n", - "82\n", - "5776\n", - "33\n", - "[351.7817687988281, 1425.897705078125, 1981.234619140625, 2142.158447265625, 865.001220703125, 1473.982666015625, 3186.433349609375, 3641.244873046875, 3628.458740234375, 3010.582763671875, 1422.37744140625, 1752.9852294921875, 3366.892333984375, 2535.36181640625, 2936.876220703125, 3297.057861328125, 1439.4583740234375, 1434.4534912109375, 3071.911865234375, 3573.75341796875, 2671.117919921875, 3054.893310546875, 2841.8740234375, 869.1272583007812, 585.5162963867188, 1609.9180908203125, 2055.5361328125, 1469.4759521484375, 326.0576171875, 2139.548583984375, 2648.147216796875, 1157.768798828125, 443.5995788574219]\n", - "33\n", - "5777\n", - "29\n", - "[669.073974609375, 1584.4351806640625, 2169.729736328125, 4298.25146484375, 1082.25341796875, 1719.2117919921875, 987.7552490234375, 1384.801025390625, 2126.47119140625, 4054.227294921875, 5821.70849609375, 5793.64404296875, 3512.868408203125, 2407.1064453125, 641.4640502929688, 490.8367919921875, 2041.6107177734375, 2847.8251953125, 5347.40966796875, 7203.9638671875, 6271.44873046875, 3313.264404296875, 344.4323425292969, 1383.7099609375, 1180.2166748046875, 1212.9384765625, 1209.7864990234375, 304.59844970703125, 893.0348510742188]\n", - "29\n", - "5778\n", - "28\n", - "[1073.0875244140625, 1077.8372802734375, 541.1810302734375, 696.97314453125, 1650.6458740234375, 2364.39306640625, 2189.701904296875, 2123.384521484375, 852.469482421875, 1329.42041015625, 2965.000244140625, 2987.990966796875, 2275.430908203125, 1927.611083984375, 2141.6669921875, 607.385986328125, 617.2647094726562, 1144.7755126953125, 1838.8697509765625, 1766.3775634765625, 1184.802734375, 1354.6566162109375, 341.6119384765625, 859.4774780273438, 390.9969177246094, 1263.57373046875, 708.618408203125, 1157.7415771484375]\n", - "28\n", - "5779\n", - "32\n", - "[301.0556640625, 789.1226806640625, 1075.4915771484375, 1477.4171142578125, 1107.4107666015625, 1684.5775146484375, 830.8330688476562, 351.63226318359375, 1632.1092529296875, 2064.050048828125, 2009.673583984375, 1725.3546142578125, 1956.617919921875, 1598.331787109375, 2056.76708984375, 1461.6971435546875, 1672.953125, 2379.54248046875, 1576.599609375, 1467.2967529296875, 1451.68505859375, 498.64569091796875, 1299.671875, 1917.47412109375, 1231.150390625, 2520.43115234375, 1846.5902099609375, 910.1290893554688, 1178.2406005859375, 797.6305541992188, 848.7113037109375, 953.8893432617188]\n", - "32\n", - "5780\n", - "9\n", - "[355.5404968261719, 421.0143127441406, 584.6514282226562, 342.5811767578125, 396.93701171875, 1328.4725341796875, 592.2257690429688, 2305.441650390625, 798.2781982421875]\n", - "9\n", - "5781\n", - "24\n", - "[373.6642150878906, 715.2076416015625, 893.5091552734375, 561.9939575195312, 358.382568359375, 857.7427368164062, 1006.6273803710938, 503.9476013183594, 454.311279296875, 417.7244567871094, 798.0643310546875, 1217.4815673828125, 843.0733032226562, 646.3352661132812, 461.7188415527344, 310.6436462402344, 1472.243408203125, 1383.1463623046875, 839.103271484375, 644.0007934570312, 497.7350158691406, 771.6704711914062, 677.7362670898438, 401.30157470703125]\n", - "24\n", - "5782\n", - "15\n", - "[351.9342041015625, 383.55035400390625, 472.9969787597656, 1023.0916137695312, 335.5108642578125, 1114.6505126953125, 1955.6417236328125, 1829.53076171875, 961.5743408203125, 373.26031494140625, 812.9019165039062, 1284.004638671875, 885.6103515625, 336.3829040527344, 380.3625793457031]\n", - "15\n", - "5783\n", - "43\n", - "[1597.5245361328125, 828.1644287109375, 1053.915283203125, 768.1895141601562, 729.1658935546875, 3453.08447265625, 606.1217041015625, 354.6862487792969, 499.4348449707031, 4399.52197265625, 4096.90087890625, 577.9312744140625, 1162.8421630859375, 4096.3505859375, 2913.778076171875, 738.1196899414062, 2444.330810546875, 3442.295654296875, 583.8414916992188, 1485.7882080078125, 1606.7379150390625, 1631.6947021484375, 694.4262084960938, 371.7903137207031, 3910.622802734375, 432.2461853027344, 720.4335327148438, 1217.2486572265625, 1511.7701416015625, 1819.9976806640625, 827.4557495117188, 3377.688720703125, 818.3816528320312, 1401.1409912109375, 382.30712890625, 1108.6002197265625, 1396.547119140625, 1193.271728515625, 3048.623779296875, 1950.6732177734375, 948.5573120117188, 722.5850219726562, 566.5538940429688]\n", - "43\n", - "5784\n", - "59\n", - "[378.3313903808594, 308.80401611328125, 459.3017272949219, 1191.8343505859375, 1143.4427490234375, 1513.3387451171875, 1705.2261962890625, 578.6158447265625, 1168.919677734375, 2997.241943359375, 790.1578369140625, 618.8250122070312, 618.535888671875, 1238.963623046875, 1111.2021484375, 1212.4066162109375, 1911.3011474609375, 1460.6368408203125, 912.2118530273438, 1898.022705078125, 2118.98681640625, 1692.167724609375, 658.562744140625, 724.7528076171875, 1662.610107421875, 2352.469970703125, 2838.553955078125, 2703.029052734375, 2857.134765625, 593.2033081054688, 648.8785400390625, 704.34375, 2199.979736328125, 3132.03857421875, 1764.42724609375, 2422.594970703125, 1547.9752197265625, 706.2783813476562, 313.87841796875, 1354.6568603515625, 2923.071533203125, 3650.6298828125, 3353.858642578125, 2141.953369140625, 917.5191650390625, 644.144775390625, 374.3711242675781, 2714.0234375, 1967.3626708984375, 1887.83349609375, 3058.414306640625, 2669.85302734375, 1636.1087646484375, 890.1569213867188, 1817.06005859375, 1264.9332275390625, 2381.0224609375, 1297.22802734375, 601.1390380859375]\n", - "59\n", - "5785\n", - "12\n", - "[704.40234375, 579.0278930664062, 737.8834838867188, 850.997314453125, 438.9807434082031, 2600.140625, 2844.51953125, 460.3326110839844, 302.6907043457031, 1358.3936767578125, 1434.98828125, 883.8754272460938]\n", - "12\n", - "5786\n", - "8\n", - "[487.1342468261719, 709.0198364257812, 1742.230712890625, 748.4343872070312, 741.5581665039062, 507.5355529785156, 729.8518676757812, 600.6436767578125]\n", - "8\n", - "5787\n", - "8\n", - "[800.7578125, 493.4372253417969, 855.5365600585938, 1226.6165771484375, 621.3688354492188, 699.093505859375, 989.2644653320312, 641.0679321289062]\n", - "8\n", - "5788\n", - "10\n", - "[474.550537109375, 777.7825927734375, 1039.7177734375, 762.8899536132812, 418.6429443359375, 317.8361511230469, 555.7890014648438, 545.7264404296875, 303.9632263183594, 736.8346557617188]\n", - "10\n", - "5789\n", - "10\n", - "[832.7760620117188, 1497.9884033203125, 1531.4053955078125, 1310.806884765625, 387.53619384765625, 477.3557434082031, 834.7672729492188, 780.959228515625, 616.7218627929688, 724.1719360351562]\n", - "10\n", - "5790\n", - "13\n", - "[407.9559020996094, 915.6856079101562, 839.48974609375, 854.9388427734375, 636.0447387695312, 558.0308837890625, 422.9505310058594, 855.2686767578125, 2101.724853515625, 1048.7628173828125, 833.9431762695312, 1263.8963623046875, 738.465087890625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "5791\n", - "35\n", - "[792.9916381835938, 846.1235961914062, 379.6420593261719, 875.8439331054688, 977.7471313476562, 1047.5982666015625, 934.11376953125, 1308.1064453125, 989.9912719726562, 607.563232421875, 1452.13232421875, 2419.0048828125, 1988.8046875, 1107.7757568359375, 1486.2099609375, 1210.8970947265625, 395.7757568359375, 662.53564453125, 625.0731201171875, 772.7799072265625, 1787.0037841796875, 1317.578125, 685.8328247070312, 934.467041015625, 1291.5858154296875, 887.6708374023438, 892.75830078125, 416.6402587890625, 450.0820007324219, 410.3752136230469, 1033.617919921875, 562.0994262695312, 635.5541381835938, 495.5592041015625, 957.0979614257812]\n", - "35\n", - "5792\n", - "10\n", - "[318.00079345703125, 612.966796875, 976.8092651367188, 604.3517456054688, 353.18182373046875, 699.126953125, 735.11279296875, 444.91204833984375, 916.3062744140625, 883.8114013671875]\n", - "10\n", - "5793\n", - "10\n", - "[351.0370178222656, 660.9876098632812, 495.9317932128906, 1461.802734375, 975.1748046875, 367.160888671875, 493.464599609375, 961.0529174804688, 749.7520141601562, 799.3364868164062]\n", - "10\n", - "5794\n", - "15\n", - "[886.6216430664062, 1445.809814453125, 1193.73876953125, 415.60284423828125, 793.8707275390625, 342.71099853515625, 1692.2369384765625, 1858.0142822265625, 2210.30859375, 1841.8929443359375, 1005.9309692382812, 435.1930236816406, 559.7159423828125, 569.628662109375, 803.4674682617188]\n", - "15\n", - "5795\n", - "15\n", - "[835.3031005859375, 318.8873291015625, 742.2156372070312, 2877.88720703125, 3869.2412109375, 3461.64501953125, 2585.21533203125, 381.71051025390625, 683.3711547851562, 2820.193359375, 3715.442626953125, 1249.3057861328125, 444.7371520996094, 601.3494262695312, 698.9207763671875]\n", - "15\n", - "5796\n", - "6\n", - "[427.8612365722656, 639.5078735351562, 915.5564575195312, 1163.4317626953125, 2045.0330810546875, 419.8338317871094]\n", - "6\n", - "5797\n", - "4\n", - "[1985.535888671875, 1532.3643798828125, 2083.542236328125, 471.7525939941406]\n", - "4\n", - "5798\n", - "311\n", - "[834.8843994140625, 1124.05322265625, 1475.117919921875, 1539.2779541015625, 2832.2099609375, 940.3916015625, 2534.47607421875, 2901.56396484375, 2639.28173828125, 1666.9710693359375, 5984.18017578125, 4098.9140625, 3758.69921875, 2182.67626953125, 3581.0927734375, 657.6223754882812, 823.94921875, 1658.5914306640625, 927.143310546875, 938.7782592773438, 3989.2578125, 6493.40771484375, 6390.22998046875, 2499.4228515625, 1724.3602294921875, 579.2517700195312, 1882.3988037109375, 856.1554565429688, 1412.530517578125, 2965.597412109375, 4360.9150390625, 2894.283935546875, 3599.412841796875, 6064.01318359375, 4136.68603515625, 2724.59375, 964.6841430664062, 320.4815979003906, 346.3392639160156, 1172.0322265625, 798.50341796875, 1001.6800537109375, 534.7230834960938, 768.7440795898438, 1604.13525390625, 4552.43701171875, 4545.20654296875, 5092.66064453125, 1765.3138427734375, 1331.06103515625, 3773.30908203125, 2194.2451171875, 321.3244934082031, 315.264892578125, 1828.7239990234375, 2224.4892578125, 817.1138305664062, 437.3918151855469, 410.8018493652344, 387.5649108886719, 455.27056884765625, 1074.839111328125, 2895.87060546875, 2773.852294921875, 5391.05419921875, 4564.4521484375, 4136.38037109375, 5284.05908203125, 5587.0634765625, 3533.330078125, 2958.574462890625, 876.125732421875, 466.2103271484375, 410.5317077636719, 1211.001220703125, 1219.4051513671875, 946.5623779296875, 2310.56982421875, 2800.51025390625, 3393.5537109375, 1403.5810546875, 621.4098510742188, 109.22386169433594, 1433.2178955078125, 653.1472778320312, 3310.29150390625, 1260.854736328125, 1512.9149169921875, 1599.2431640625, 3995.90185546875, 6454.13134765625, 6008.615234375, 6626.1845703125, 5740.07763671875, 386.0934753417969, 777.3185424804688, 2172.86767578125, 554.7588500976562, 802.7782592773438, 346.93603515625, 305.63720703125, 307.9881286621094, 547.7332763671875, 1057.7159423828125, 401.975830078125, 3048.521240234375, 2980.80224609375, 5476.4814453125, 5719.83203125, 3456.34765625, 2752.094482421875, 2473.379638671875, 3847.770751953125, 6235.74462890625, 4038.71484375, 2701.03466796875, 5791.89794921875, 5948.68896484375, 4951.25634765625, 4165.55859375, 412.5199890136719, 104.59883117675781, 304.9793701171875, 1499.4454345703125, 3877.668212890625, 2156.0927734375, 305.4586486816406, 956.5035400390625, 1130.8880615234375, 1309.6954345703125, 1379.482177734375, 1806.5595703125, 1249.1724853515625, 484.18896484375, 1191.9044189453125, 4981.7900390625, 5732.85546875, 6013.58984375, 7268.2470703125, 7522.9267578125, 7365.8134765625, 5138.47314453125, 5448.328125, 6369.373046875, 6970.34912109375, 7785.45654296875, 7450.505859375, 1221.97509765625, 1008.422607421875, 112.84575653076172, 4497.0966796875, 5840.84228515625, 3386.141357421875, 2581.255859375, 3917.227783203125, 3815.093017578125, 2139.394287109375, 1558.019775390625, 1084.549560546875, 647.1185302734375, 306.8221435546875, 406.95867919921875, 2124.71630859375, 3584.364990234375, 4412.42138671875, 6533.724609375, 6581.677734375, 7383.24951171875, 7501.62353515625, 6752.21875, 5002.7626953125, 7117.0419921875, 5261.97900390625, 4317.70556640625, 85.27887725830078, 746.8759765625, 642.4093017578125, 4107.00390625, 4855.3671875, 6785.7353515625, 7703.7724609375, 6186.42822265625, 5650.27880859375, 3161.66455078125, 1515.4517822265625, 597.3817749023438, 652.0824584960938, 811.0324096679688, 664.7362670898438, 2092.224609375, 1740.3170166015625, 4907.87353515625, 7302.0361328125, 6872.92333984375, 7493.55859375, 6802.86572265625, 6424.5068359375, 5947.60595703125, 1355.38037109375, 190.745361328125, 266.4055480957031, 5503.05712890625, 7772.0537109375, 7716.25830078125, 7459.4052734375, 6529.31201171875, 6505.36474609375, 5637.39599609375, 5208.2333984375, 3057.0244140625, 336.15985107421875, 394.88580322265625, 1236.57666015625, 1311.989013671875, 4920.22705078125, 4923.32568359375, 6652.751953125, 3521.19921875, 189.95208740234375, 253.5806884765625, 2658.78369140625, 1995.955322265625, 6099.14990234375, 7097.3916015625, 7488.4599609375, 7583.5390625, 6762.49853515625, 5442.03955078125, 5016.00048828125, 5348.17529296875, 6244.9169921875, 5985.064453125, 770.3524780273438, 1010.1166381835938, 445.28460693359375, 1320.293701171875, 2528.72509765625, 1677.96923828125, 1748.74560546875, 1068.4814453125, 821.3297119140625, 2065.16162109375, 3889.740966796875, 1955.4561767578125, 4758.59375, 6504.33154296875, 6867.3701171875, 7638.9951171875, 7502.7392578125, 7461.91748046875, 6400.14599609375, 5224.81005859375, 5654.302734375, 5382.17919921875, 3487.327392578125, 602.7530517578125, 984.9461669921875, 1399.9039306640625, 703.368896484375, 960.6268310546875, 1405.8948974609375, 683.6357421875, 149.59335327148438, 1681.4481201171875, 2111.040283203125, 4394.9521484375, 4490.71728515625, 5122.4501953125, 6785.611328125, 6713.958984375, 7088.77294921875, 6972.32421875, 7143.9150390625, 7794.373046875, 5739.0615234375, 3913.870361328125, 400.6123352050781, 312.7635803222656, 1102.0640869140625, 386.31658935546875, 399.0340576171875, 454.0603942871094, 608.93408203125, 1934.6322021484375, 2183.601806640625, 2537.0712890625, 157.34446716308594, 899.022705078125, 597.0099487304688, 1636.709716796875, 1228.420654296875, 2951.111572265625, 4438.3603515625, 4469.25732421875, 4636.11328125, 5854.26220703125, 2459.212890625, 828.6263427734375, 384.3829345703125, 352.5934143066406, 581.970458984375, 1015.8184204101562, 1596.56591796875, 730.5308227539062, 369.2690734863281, 333.81884765625]\n", - "306\n", - "5799\n", - "9\n", - "[424.346923828125, 746.5318603515625, 664.0133056640625, 368.71502685546875, 1566.085693359375, 1310.5528564453125, 391.3538818359375, 732.962890625, 362.078125]\n", - "9\n", - "5800\n", - "8\n", - "[1291.0794677734375, 1146.5789794921875, 385.3345031738281, 726.0988159179688, 599.7476806640625, 1677.52099609375, 1075.220703125, 1137.3436279296875]\n", - "8\n", - "5801\n", - "16\n", - "[300.2572021484375, 527.6990356445312, 914.7144165039062, 1662.45947265625, 1856.928466796875, 1073.2283935546875, 433.55206298828125, 979.3690185546875, 2087.948974609375, 2237.607421875, 2410.162353515625, 1173.711669921875, 425.0193786621094, 358.5403747558594, 1993.724853515625, 1238.134765625]\n", - "16\n", - "5802\n", - "16\n", - "[1436.5628662109375, 2707.93212890625, 1274.693603515625, 2690.01025390625, 3000.40087890625, 4467.67919921875, 3236.21826171875, 700.356689453125, 3040.907958984375, 4886.3525390625, 1280.1500244140625, 525.6456298828125, 379.23046875, 852.6195678710938, 1394.7579345703125, 419.4269714355469]\n", - "16\n", - "5803\n", - "8\n", - "[796.3177490234375, 924.0530395507812, 772.9931030273438, 378.63775634765625, 329.89971923828125, 690.7771606445312, 799.7181396484375, 470.55157470703125]\n", - "8\n", - "5804\n", - "11\n", - "[392.4536437988281, 1079.734375, 557.3649291992188, 1536.069580078125, 1192.8311767578125, 559.3478393554688, 453.1911926269531, 481.45196533203125, 1875.5654296875, 641.0933837890625, 507.4619140625]\n", - "11\n", - "5805\n", - "6\n", - "[1200.639404296875, 472.5553283691406, 318.8464050292969, 493.5126037597656, 1285.4017333984375, 2102.8564453125]\n", - "6\n", - "5806\n", - "16\n", - "[3022.036865234375, 1438.517822265625, 1997.1558837890625, 3508.010009765625, 638.8798217773438, 634.0494995117188, 1504.6265869140625, 681.54931640625, 1121.061767578125, 4634.60888671875, 1379.5223388671875, 782.83935546875, 811.0848999023438, 1237.1334228515625, 1382.728515625, 740.4800415039062]\n", - "16\n", - "5807\n", - "61\n", - "[1037.4434814453125, 1193.8231201171875, 397.2049560546875, 722.0885620117188, 1626.3428955078125, 2036.7513427734375, 2011.4609375, 1000.1411743164062, 559.4093017578125, 303.57635498046875, 1022.28173828125, 1567.433349609375, 3179.372802734375, 3485.478271484375, 2969.77099609375, 1774.714599609375, 747.8955688476562, 890.2842407226562, 1469.79248046875, 1768.131591796875, 3085.002685546875, 3150.84521484375, 3044.721435546875, 1981.479248046875, 769.5111694335938, 736.296142578125, 1649.2958984375, 757.7868041992188, 1302.746826171875, 2215.767333984375, 807.7592163085938, 2370.909423828125, 2947.6845703125, 2379.583984375, 1995.5325927734375, 680.328125, 1071.9959716796875, 1549.4134521484375, 722.2552490234375, 1103.573486328125, 322.5670471191406, 867.3603515625, 647.4381713867188, 1291.1597900390625, 2455.45947265625, 3406.582275390625, 3805.691162109375, 3417.1318359375, 2335.16552734375, 2317.687255859375, 1679.990234375, 355.02374267578125, 315.29241943359375, 508.80767822265625, 1000.3661499023438, 626.4142456054688, 633.5846557617188, 823.783447265625, 952.0936279296875, 709.5933837890625, 509.1701354980469]\n", - "61\n", - "5808\n", - "16\n", - "[673.5784912109375, 1315.2169189453125, 942.302490234375, 880.468017578125, 1702.2515869140625, 464.5765686035156, 376.6143493652344, 2200.42236328125, 3108.605712890625, 2974.27490234375, 1223.0174560546875, 903.1502685546875, 1080.0538330078125, 2768.36865234375, 1949.268310546875, 628.1724853515625]\n", - "16\n", - "5809\n", - "17\n", - "[1002.5991821289062, 1169.284912109375, 363.43792724609375, 1099.4722900390625, 1588.3353271484375, 1603.1336669921875, 571.37841796875, 360.5177307128906, 1004.3770141601562, 1597.573974609375, 1913.03759765625, 1349.63818359375, 370.60382080078125, 309.1824645996094, 395.903564453125, 927.4099731445312, 647.7071533203125]\n", - "17\n", - "5810\n", - "7\n", - "[1122.73779296875, 1289.4010009765625, 468.70465087890625, 1205.3475341796875, 1990.018798828125, 461.4020690917969, 611.0603637695312]\n", - "7\n", - "5811\n", - "6\n", - "[527.24462890625, 636.6521606445312, 645.6183471679688, 1185.277099609375, 1655.73583984375, 420.4695739746094]\n", - "6\n", - "5812\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[372.3739929199219, 2410.79150390625, 2202.91064453125, 1738.0478515625, 458.8656921386719, 770.7171630859375, 538.8679809570312, 1984.0250244140625, 1056.318603515625, 503.29571533203125, 409.9082946777344]\n", - "11\n", - "5813\n", - "11\n", - "[445.2073669433594, 828.1260375976562, 1858.611572265625, 717.7462158203125, 347.88037109375, 1673.4044189453125, 2433.325439453125, 1423.89990234375, 828.6195678710938, 713.1393432617188, 414.9542236328125]\n", - "11\n", - "5814\n", - "56\n", - "[449.2723083496094, 2982.274169921875, 3052.579833984375, 1763.4671630859375, 5442.12158203125, 4964.2890625, 1899.4180908203125, 1759.481201171875, 1623.0150146484375, 636.1981811523438, 1172.939453125, 1770.196044921875, 684.0056762695312, 3838.884033203125, 5333.51806640625, 4949.98974609375, 6001.345703125, 5611.9443359375, 5523.361328125, 3314.48681640625, 913.4574584960938, 1612.1259765625, 1712.2724609375, 310.5980529785156, 917.3674926757812, 1931.918701171875, 3703.099853515625, 4098.59326171875, 4034.433349609375, 1975.528076171875, 2148.215576171875, 2339.445556640625, 1893.0224609375, 1626.9403076171875, 1254.2554931640625, 2733.416015625, 4516.873046875, 2386.229248046875, 3568.31396484375, 1076.4989013671875, 521.9562377929688, 416.60498046875, 1123.9498291015625, 649.4894409179688, 1012.5809326171875, 351.2930603027344, 1361.8658447265625, 334.1296691894531, 1797.955810546875, 4866.2353515625, 3315.877197265625, 1051.3343505859375, 440.830810546875, 395.24871826171875, 2374.7685546875, 745.7128295898438]\n", - "56\n", - "5815\n", - "14\n", - "[335.4711608886719, 492.3076171875, 391.53546142578125, 695.7454223632812, 651.7465209960938, 1546.447509765625, 1177.7943115234375, 487.8985900878906, 1723.95703125, 677.587890625, 803.78515625, 967.294677734375, 677.7113647460938, 302.23870849609375]\n", - "14\n", - "5816\n", - "56\n", - "[716.2787475585938, 434.06036376953125, 497.281494140625, 1771.440185546875, 420.026611328125, 911.9154052734375, 2050.506591796875, 612.1834106445312, 753.4835205078125, 2393.155029296875, 684.3824462890625, 302.168212890625, 1680.1695556640625, 1379.43603515625, 498.2379455566406, 964.9345092773438, 1618.7457275390625, 413.6503601074219, 961.4375610351562, 3319.734375, 1526.752685546875, 842.20751953125, 445.43792724609375, 445.06951904296875, 556.464111328125, 2432.686279296875, 3109.0966796875, 1490.113037109375, 1136.7095947265625, 2742.497314453125, 3595.61669921875, 659.2039794921875, 697.1198120117188, 2476.715576171875, 2825.139892578125, 2764.05029296875, 2071.703857421875, 3677.4765625, 655.0831909179688, 415.6327209472656, 494.6665344238281, 922.1949462890625, 1207.6923828125, 3060.550048828125, 674.5580444335938, 353.3783874511719, 1159.3968505859375, 674.0260009765625, 3804.574951171875, 2113.7705078125, 1133.8486328125, 1111.1865234375, 556.8756713867188, 431.8306579589844, 306.09619140625, 620.054443359375]\n", - "56\n", - "5817\n", - "6\n", - "[369.7142333984375, 2592.34375, 2158.234375, 737.551513671875, 1301.6788330078125, 1506.85791015625]\n", - "6\n", - "5818\n", - "25\n", - "[855.0551147460938, 1043.0238037109375, 1528.196044921875, 2331.3564453125, 940.0406494140625, 1441.57373046875, 438.63067626953125, 1115.364990234375, 3904.568115234375, 3680.413330078125, 2127.400390625, 519.0814819335938, 3035.61328125, 3871.360107421875, 307.2930603027344, 2231.2099609375, 2879.283447265625, 735.3780517578125, 484.2369079589844, 371.30426025390625, 2402.28857421875, 3537.0908203125, 787.0419311523438, 307.15899658203125, 328.95916748046875]\n", - "25\n", - "5819\n", - "8\n", - "[1038.5078125, 2624.325927734375, 2857.9365234375, 1112.2930908203125, 546.3064575195312, 636.5078735351562, 463.7326354980469, 583.6758422851562]\n", - "8\n", - "5820\n", - "5\n", - "[306.700439453125, 995.1878051757812, 2020.4876708984375, 1550.6025390625, 622.8119506835938]\n", - "5\n", - "5821\n", - "6\n", - "[452.18621826171875, 1100.637451171875, 1984.470947265625, 2222.040283203125, 642.5966796875, 787.7885131835938]\n", - "6\n", - "5822\n", - "6\n", - "[1349.0582275390625, 2018.5814208984375, 714.53662109375, 412.8152770996094, 987.0548706054688, 758.6170654296875]\n", - "6\n", - "5823\n", - "9\n", - "[560.207763671875, 311.08026123046875, 1684.770751953125, 2846.26416015625, 1394.42822265625, 654.9022216796875, 750.3439331054688, 910.3572387695312, 503.0948791503906]\n", - "9\n", - "5824\n", - "7\n", - "[928.2022705078125, 2013.09423828125, 315.5555725097656, 662.4285278320312, 983.7271728515625, 410.225830078125, 338.01025390625]\n", - "7\n", - "5825\n", - "7\n", - "[1553.6409912109375, 975.3832397460938, 690.9920043945312, 945.37451171875, 3503.809814453125, 1354.5633544921875, 598.2218627929688]\n", - "7\n", - "5826\n", - "3\n", - "[2701.6572265625, 1033.8966064453125, 1857.5157470703125]\n", - "3\n", - "5827\n", - "3\n", - "[344.6563415527344, 1239.54443359375, 3706.06005859375]\n", - "3\n", - "5828\n", - "7\n", - "[386.50067138671875, 526.0466918945312, 315.5386962890625, 4041.849609375, 2344.512451171875, 408.708740234375, 744.1495971679688]\n", - "7\n", - "5829\n", - "7\n", - "[458.8755187988281, 1340.7252197265625, 557.0066528320312, 3177.39013671875, 1797.9730224609375, 1183.5164794921875, 765.1155395507812]\n", - "7\n", - "5830\n", - "4\n", - "[625.7315063476562, 815.3092651367188, 3266.507080078125, 449.4671630859375]\n", - "4\n", - "5831\n", - "5\n", - "[555.487548828125, 335.18426513671875, 675.0979614257812, 3396.126953125, 940.2872924804688]\n", - "5\n", - "5832\n", - "9\n", - "[358.3117370605469, 1473.85400390625, 425.03656005859375, 507.61029052734375, 1067.7376708984375, 2404.484619140625, 2904.63916015625, 1090.033935546875, 353.5289611816406]\n", - "9\n", - "5833\n", - "7\n", - "[818.3108520507812, 637.748779296875, 2683.310302734375, 388.3503112792969, 1196.925537109375, 1143.9205322265625, 405.4168701171875]\n", - "7\n", - "5834\n", - "3\n", - "[327.30706787109375, 2352.611572265625, 2768.346435546875]\n", - "3\n", - "5835\n", - "6\n", - "[1234.08154296875, 1146.7821044921875, 732.8687133789062, 2423.78857421875, 2317.30615234375, 405.9356384277344]\n", - "6\n", - "5836\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[643.0269775390625, 4477.12158203125, 3133.28125, 634.4225463867188, 2941.525390625, 3022.14990234375]\n", - "6\n", - "5837\n", - "4\n", - "[5529.068359375, 1132.469970703125, 389.94989013671875, 937.198974609375]\n", - "4\n", - "5838\n", - "6\n", - "[682.564208984375, 2186.925048828125, 788.5186157226562, 1199.6177978515625, 4673.162109375, 1824.0601806640625]\n", - "6\n", - "5839\n", - "6\n", - "[527.9762573242188, 2665.869140625, 2578.861572265625, 3060.1357421875, 1469.5352783203125, 2642.9521484375]\n", - "6\n", - "5840\n", - "6\n", - "[654.3766479492188, 4264.3515625, 4282.1748046875, 3588.484375, 768.6905517578125, 708.2410278320312]\n", - "6\n", - "5841\n", - "11\n", - "[473.580810546875, 357.0442199707031, 1241.905517578125, 1775.9254150390625, 1452.85205078125, 1529.613037109375, 1852.3836669921875, 858.4134521484375, 1239.428466796875, 595.2313232421875, 898.2944946289062]\n", - "11\n", - "5842\n", - "9\n", - "[1290.5006103515625, 1541.46240234375, 1123.6202392578125, 1355.1358642578125, 2299.85986328125, 2151.072265625, 439.9555969238281, 483.83074951171875, 737.51318359375]\n", - "9\n", - "5843\n", - "13\n", - "[1652.6451416015625, 1980.7086181640625, 1025.238525390625, 982.2191772460938, 690.7481689453125, 1255.0849609375, 1542.5413818359375, 1181.8577880859375, 1378.849853515625, 1018.3930053710938, 698.1170043945312, 442.9717712402344, 367.9154052734375]\n", - "13\n", - "5844\n", - "12\n", - "[341.3626403808594, 556.4129028320312, 555.586181640625, 617.7693481445312, 384.3553771972656, 322.8030700683594, 1625.297119140625, 987.7955322265625, 556.3111572265625, 598.8307495117188, 1121.319580078125, 329.3609924316406]\n", - "12\n", - "5845\n", - "15\n", - "[745.0523681640625, 1166.4552001953125, 502.9532165527344, 779.6673583984375, 2148.374755859375, 2093.13916015625, 842.07861328125, 1237.948974609375, 729.388916015625, 2742.0341796875, 1465.5006103515625, 807.8211669921875, 1030.84716796875, 302.0783996582031, 713.27001953125]\n", - "15\n", - "5846\n", - "28\n", - "[611.3890380859375, 1148.97900390625, 1139.9583740234375, 1546.927001953125, 528.7709350585938, 2043.3828125, 2356.427490234375, 1564.5478515625, 749.8458251953125, 300.6745910644531, 794.0765380859375, 2328.8349609375, 2609.994140625, 2697.127197265625, 1475.9212646484375, 1679.6798095703125, 2375.882080078125, 2598.63623046875, 2579.66796875, 469.5078430175781, 432.19390869140625, 802.5548706054688, 360.7650146484375, 368.55914306640625, 772.1375732421875, 754.153564453125, 846.383056640625, 525.5677490234375]\n", - "28\n", - "5847\n", - "207\n", - "[590.2369384765625, 308.4615173339844, 325.720458984375, 822.2840576171875, 1794.9312744140625, 2378.10986328125, 1304.156982421875, 1382.6683349609375, 929.2943725585938, 848.2268676757812, 1422.5947265625, 1955.12646484375, 4394.33740234375, 3503.25341796875, 4793.517578125, 4620.80078125, 4718.40234375, 4800.24951171875, 5724.123046875, 4569.1025390625, 2867.850830078125, 1667.3865966796875, 878.6656494140625, 977.034423828125, 3593.524658203125, 5034.435546875, 5014.5, 5024.9482421875, 5596.24609375, 5766.28564453125, 5604.84521484375, 5142.0263671875, 5305.55712890625, 5093.75439453125, 2716.412109375, 357.1020202636719, 770.1325073242188, 4286.771484375, 4874.56689453125, 5157.28515625, 4793.81982421875, 4484.759765625, 3586.24267578125, 5738.0224609375, 5972.14794921875, 5691.73828125, 4413.57861328125, 5291.912109375, 2749.65478515625, 380.6094970703125, 521.3703002929688, 343.3601379394531, 848.794921875, 1769.1697998046875, 1395.72119140625, 724.8035888671875, 546.2918090820312, 5128.74365234375, 4520.62548828125, 3930.92041015625, 4066.804443359375, 5555.8486328125, 5651.697265625, 5946.0361328125, 5921.15673828125, 5490.994140625, 5929.17626953125, 5105.19384765625, 5323.3720703125, 397.9530334472656, 1438.74169921875, 2810.979736328125, 3480.6826171875, 3760.51220703125, 992.0031127929688, 1161.7403564453125, 2557.4072265625, 2024.1925048828125, 2365.473876953125, 1030.914306640625, 4202.3017578125, 5504.88720703125, 5858.72021484375, 5633.767578125, 5777.18701171875, 5994.0, 5530.244140625, 5912.134765625, 6008.41845703125, 4547.74072265625, 610.789306640625, 324.6508483886719, 458.32916259765625, 798.49853515625, 1908.8790283203125, 2059.054931640625, 2905.716552734375, 1660.038330078125, 956.6875, 2339.77880859375, 5191.349609375, 4612.9814453125, 5577.603515625, 4367.482421875, 5626.04443359375, 5329.84423828125, 6027.4541015625, 6035.4912109375, 6027.677734375, 5347.634765625, 1665.4588623046875, 313.4107666015625, 2520.399658203125, 3624.34423828125, 4133.38037109375, 2946.035888671875, 3162.64892578125, 2974.80078125, 3977.38525390625, 2725.349609375, 2745.15283203125, 1730.1981201171875, 2641.725830078125, 5885.671875, 6040.99658203125, 5840.7177734375, 4922.88720703125, 599.2349853515625, 1671.2662353515625, 4542.22314453125, 3842.66748046875, 4086.716064453125, 598.5037841796875, 972.81640625, 390.91290283203125, 383.842529296875, 1352.108642578125, 4769.99169921875, 3821.32958984375, 4641.8916015625, 4896.1044921875, 313.7250061035156, 506.4076843261719, 655.4837036132812, 732.8347778320312, 1093.50830078125, 2828.81884765625, 2421.795166015625, 1215.674560546875, 664.51806640625, 3443.13720703125, 5226.76806640625, 4789.26318359375, 2401.62939453125, 2025.9691162109375, 3066.491943359375, 1429.689208984375, 1368.0985107421875, 3734.303466796875, 4860.52880859375, 1398.4949951171875, 732.157958984375, 1121.68701171875, 3062.944580078125, 2402.30615234375, 3573.715576171875, 4722.7958984375, 1595.589111328125, 904.7777099609375, 829.3786010742188, 822.0846557617188, 1614.9932861328125, 1546.8035888671875, 2389.14453125, 2632.292724609375, 1533.46044921875, 498.2193603515625, 591.173583984375, 2506.3857421875, 990.1539306640625, 1597.4261474609375, 1400.7430419921875, 601.3984375, 1369.911376953125, 450.47320556640625, 580.1994018554688, 1976.5732421875, 1804.171142578125, 431.73974609375, 796.8246459960938, 365.5260314941406, 1611.4884033203125, 712.6751708984375, 1480.0701904296875, 747.869873046875, 1995.983642578125, 3049.64404296875, 4111.93994140625, 3310.643310546875, 685.1430053710938, 1488.02880859375, 1475.392822265625, 1000.3787841796875, 561.47802734375, 1527.363037109375, 338.8641052246094, 1168.9376220703125]\n", - "207\n", - "5848\n", - "6\n", - "[610.876708984375, 816.019287109375, 2119.315673828125, 535.9489135742188, 838.1071166992188, 635.5755004882812]\n", - "6\n", - "5849\n", - "6\n", - "[628.9926147460938, 816.8778076171875, 899.2418823242188, 1735.3651123046875, 998.8037719726562, 394.3916320800781]\n", - "6\n", - "5850\n", - "15\n", - "[356.9481201171875, 758.2797241210938, 1638.1962890625, 577.2882690429688, 347.7807922363281, 373.3451843261719, 324.70196533203125, 557.24609375, 685.776611328125, 1738.61328125, 1438.4705810546875, 619.2013549804688, 1651.6536865234375, 763.3145141601562, 306.6276550292969]\n", - "15\n", - "5851\n", - "7\n", - "[587.0820922851562, 913.1321411132812, 647.0020141601562, 1370.3984375, 602.2481689453125, 1392.887451171875, 775.7493286132812]\n", - "7\n", - "5852\n", - "6\n", - "[434.53753662109375, 1063.4906005859375, 1014.6080932617188, 913.7310180664062, 1372.9791259765625, 472.84173583984375]\n", - "6\n", - "5853\n", - "5\n", - "[1218.0616455078125, 316.1724548339844, 2214.161865234375, 1098.511962890625, 638.9740600585938]\n", - "5\n", - "5854\n", - "6\n", - "[325.7688293457031, 1302.35302734375, 610.8074340820312, 660.7037353515625, 1413.1513671875, 1112.127685546875]\n", - "6\n", - "5855\n", - "5\n", - "[1101.938720703125, 1016.5409545898438, 421.8458557128906, 1912.594970703125, 1431.37841796875]\n", - "5\n", - "5856\n", - "26\n", - "[316.8782958984375, 384.935302734375, 588.46630859375, 797.0631103515625, 1633.06591796875, 1359.837646484375, 1052.1690673828125, 1178.49072265625, 1688.72607421875, 2852.6328125, 2709.532470703125, 1686.111083984375, 482.0772705078125, 2341.366455078125, 2423.162353515625, 1013.8167114257812, 714.0326538085938, 316.01123046875, 678.3722534179688, 574.6235961914062, 596.23046875, 517.25830078125, 677.183837890625, 918.1594848632812, 315.0361022949219, 1119.226806640625]\n", - "26\n", - "5857\n", - "10\n", - "[1041.1207275390625, 828.4009399414062, 1090.154541015625, 715.3547973632812, 1508.441162109375, 1806.6138916015625, 1178.294189453125, 397.3609313964844, 535.9191284179688, 553.6244506835938]\n", - "10\n", - "5858\n", - "7\n", - "[847.43359375, 906.2002563476562, 436.2708435058594, 345.2795715332031, 1029.0255126953125, 1751.156494140625, 724.882568359375]\n", - "7\n", - "5859\n", - "7\n", - "[583.846923828125, 1005.9237060546875, 754.0361328125, 456.2676086425781, 626.8302612304688, 1047.9736328125, 666.2638549804688]\n", - "7\n", - "5860\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[339.2726135253906, 828.49658203125, 726.5306396484375, 1941.9976806640625, 2132.960205078125, 483.5489807128906, 1782.218017578125, 1147.846923828125, 479.1814880371094, 910.6054077148438]\n", - "10\n", - "5861\n", - "8\n", - "[580.7185668945312, 584.9631958007812, 514.6469116210938, 795.3803100585938, 753.2429809570312, 412.579833984375, 1010.9572143554688, 1119.453125]\n", - "8\n", - "5862\n", - "8\n", - "[1083.2578125, 1311.36767578125, 663.474365234375, 1961.6923828125, 1459.6533203125, 1332.0379638671875, 1661.186767578125, 556.4246826171875]\n", - "8\n", - "5863\n", - "118\n", - "[476.88519287109375, 1085.07958984375, 311.1658020019531, 1375.424560546875, 780.351318359375, 334.36688232421875, 531.6775512695312, 2333.52685546875, 678.1888427734375, 411.92364501953125, 546.2566528320312, 313.0269470214844, 683.0537109375, 813.150634765625, 678.419921875, 814.2716674804688, 1662.1392822265625, 681.8385620117188, 413.1344909667969, 1757.994140625, 1152.9659423828125, 2078.914794921875, 3251.6953125, 633.5025634765625, 411.9150695800781, 2026.7281494140625, 1364.0364990234375, 1087.4842529296875, 652.7266235351562, 308.5145263671875, 315.0932922363281, 1060.9833984375, 1283.178466796875, 2729.16845703125, 815.0675048828125, 988.6441040039062, 2659.922607421875, 3438.099609375, 3932.01513671875, 4097.11572265625, 456.6227722167969, 1309.423828125, 3498.599609375, 3790.237548828125, 3041.745849609375, 372.8637390136719, 623.53759765625, 775.9664306640625, 1279.3250732421875, 676.6400146484375, 961.04248046875, 770.265625, 2887.85546875, 3828.689697265625, 4041.125, 4061.341796875, 3791.174560546875, 1503.2513427734375, 2324.458740234375, 3902.184326171875, 4104.111328125, 768.4814453125, 378.14361572265625, 2735.488037109375, 4103.4052734375, 4163.39208984375, 3961.60205078125, 2419.693115234375, 1172.2713623046875, 373.1418762207031, 3593.89404296875, 3573.5576171875, 3075.27783203125, 713.894287109375, 1828.6134033203125, 2976.90283203125, 3786.228271484375, 4103.1787109375, 4162.6005859375, 3603.35400390625, 503.68377685546875, 2258.682861328125, 759.3192749023438, 355.7020568847656, 764.8274536132812, 78.872802734375, 1123.8369140625, 3591.994384765625, 4009.84375, 4221.068359375, 3536.7568359375, 680.13134765625, 573.404541015625, 427.1984558105469, 709.6712646484375, 373.59967041015625, 1265.691650390625, 687.4479370117188, 942.4645385742188, 1815.0970458984375, 2879.777099609375, 3728.16259765625, 900.7861328125, 597.5490112304688, 1143.0994873046875, 1576.30078125, 2412.333740234375, 2587.74169921875, 481.46038818359375, 1123.7855224609375, 3008.359619140625, 1784.8682861328125, 532.46630859375, 879.4869384765625, 812.4489135742188, 516.36572265625, 813.013671875, 333.6156005859375]\n", - "118\n", - "5864\n", - "10\n", - "[854.4781494140625, 394.7900085449219, 951.6830444335938, 1695.588623046875, 1918.4281005859375, 1190.3111572265625, 656.4996948242188, 788.6343994140625, 304.8899841308594, 381.2522888183594]\n", - "10\n", - "5865\n", - "14\n", - "[731.55078125, 1312.397216796875, 1043.5804443359375, 664.9878540039062, 306.7691955566406, 1308.5074462890625, 1888.15087890625, 1980.2939453125, 1380.4375, 866.5999145507812, 1294.0291748046875, 1881.40234375, 1325.68115234375, 658.2131958007812]\n", - "14\n", - "5866\n", - "12\n", - "[1650.09130859375, 1182.9456787109375, 2224.3544921875, 3986.95654296875, 3996.4736328125, 1935.5230712890625, 520.20166015625, 460.8404235839844, 1763.76611328125, 2815.122802734375, 1381.2359619140625, 523.0651245117188]\n", - "12\n", - "5867\n", - "6\n", - "[405.3294372558594, 569.8331909179688, 1205.425537109375, 1366.5731201171875, 979.1171875, 794.814697265625]\n", - "6\n", - "5868\n", - "10\n", - "[1498.56396484375, 2205.338134765625, 1821.4285888671875, 2060.216796875, 755.6415405273438, 575.7457275390625, 1054.271240234375, 2355.774658203125, 1918.972900390625, 448.7385559082031]\n", - "10\n", - "5869\n", - "9\n", - "[323.6333312988281, 759.9089965820312, 925.6212158203125, 402.5223083496094, 352.01763916015625, 686.1742553710938, 1309.3817138671875, 437.8446044921875, 1037.6251220703125]\n", - "9\n", - "5870\n", - "19\n", - "[301.82025146484375, 1622.53662109375, 713.3395385742188, 869.5006713867188, 1415.00927734375, 609.1981811523438, 1000.9107055664062, 1894.2811279296875, 1972.32421875, 1375.7841796875, 1168.4764404296875, 652.1649780273438, 354.1748352050781, 1213.2216796875, 1987.9580078125, 1325.288330078125, 931.5697631835938, 418.908935546875, 314.94708251953125]\n", - "19\n", - "5871\n", - "17\n", - "[341.2926025390625, 696.73779296875, 827.0074462890625, 1501.453369140625, 821.8253173828125, 1923.745361328125, 2323.61767578125, 1007.6599731445312, 725.2315673828125, 588.130126953125, 1188.2548828125, 1810.3104248046875, 1581.3753662109375, 1743.095947265625, 621.91796875, 2385.870361328125, 1138.3197021484375]\n", - "17\n", - "5872\n", - "6\n", - "[446.47882080078125, 1755.9654541015625, 1093.923583984375, 1314.2886962890625, 793.3726196289062, 1390.0250244140625]\n", - "6\n", - "5873\n", - "246\n", - "[710.64208984375, 496.5426025390625, 500.67724609375, 347.39056396484375, 1318.8780517578125, 2009.3072509765625, 1765.7249755859375, 719.3732299804688, 527.886474609375, 1621.9295654296875, 826.8211669921875, 686.00244140625, 1420.9560546875, 334.1512756347656, 380.6550598144531, 489.84698486328125, 1093.5906982421875, 1142.440185546875, 441.8186340332031, 748.4349975585938, 1146.256103515625, 573.0194702148438, 795.9679565429688, 1865.355712890625, 1087.874755859375, 987.11767578125, 1399.8203125, 2138.720947265625, 1938.85595703125, 814.9594116210938, 1607.5140380859375, 1105.8551025390625, 638.247802734375, 1069.3651123046875, 1600.4544677734375, 1000.8093872070312, 450.916259765625, 606.5916137695312, 1337.102783203125, 1217.2547607421875, 761.58837890625, 940.2949829101562, 668.691650390625, 1346.643798828125, 1166.2564697265625, 317.4172668457031, 798.1439819335938, 1104.73095703125, 767.4716796875, 416.45294189453125, 528.3546752929688, 841.35205078125, 1584.31982421875, 1605.3018798828125, 1263.0323486328125, 1299.864990234375, 733.5263671875, 449.89837646484375, 396.27166748046875, 985.9369506835938, 1333.8885498046875, 2029.6649169921875, 1440.895263671875, 503.3439636230469, 308.744873046875, 422.5955505371094, 347.01507568359375, 564.3878173828125, 1136.2808837890625, 1421.81884765625, 1097.5430908203125, 793.5397338867188, 410.08709716796875, 463.5493469238281, 757.3313598632812, 381.7166748046875, 1838.7471923828125, 1743.7425537109375, 1513.2373046875, 1093.2449951171875, 2165.265869140625, 1744.1090087890625, 803.8717041015625, 617.867919921875, 717.3555908203125, 1188.032470703125, 1846.3863525390625, 1482.8916015625, 508.1493225097656, 823.3535766601562, 1405.278564453125, 361.07171630859375, 587.0517578125, 741.226806640625, 695.0187377929688, 741.7425537109375, 1881.9969482421875, 2168.305419921875, 1501.6763916015625, 1338.272705078125, 178.71771240234375, 1363.383056640625, 2548.856201171875, 1104.9422607421875, 389.8572998046875, 950.9131469726562, 1370.986572265625, 1363.6004638671875, 1707.2333984375, 1512.5074462890625, 1408.7218017578125, 788.6286010742188, 1596.7005615234375, 2855.34423828125, 1810.3651123046875, 1169.3804931640625, 1649.0264892578125, 1093.102294921875, 178.21817016601562, 435.2706298828125, 765.79541015625, 1757.03564453125, 1630.6729736328125, 1432.4697265625, 338.11529541015625, 1114.7093505859375, 2711.3515625, 2155.4208984375, 383.9373474121094, 358.2333984375, 2111.71044921875, 700.7862548828125, 966.8629760742188, 518.0299682617188, 342.208984375, 1566.2703857421875, 2059.871337890625, 1990.00927734375, 1649.3087158203125, 272.2691955566406, 612.1199340820312, 308.90478515625, 1669.6798095703125, 2270.452880859375, 1221.7745361328125, 1190.0631103515625, 1985.030029296875, 882.7575073242188, 2608.532470703125, 2160.98388671875, 2305.521728515625, 1528.3372802734375, 1099.888427734375, 822.8800048828125, 245.30340576171875, 1864.1689453125, 2329.905517578125, 613.0897827148438, 147.59335327148438, 202.9327392578125, 1063.3079833984375, 1721.1622314453125, 1005.53564453125, 1540.9556884765625, 1348.704833984375, 2045.017822265625, 2061.7041015625, 3227.568359375, 2972.6826171875, 2026.3399658203125, 527.1904907226562, 512.9826049804688, 1532.39208984375, 2252.472412109375, 746.5790405273438, 302.90374755859375, 352.3361511230469, 678.71533203125, 356.2334899902344, 2209.15771484375, 2467.09912109375, 2514.8251953125, 1902.63720703125, 1235.385498046875, 824.5245971679688, 628.2708740234375, 429.5680236816406, 968.8482055664062, 1320.3311767578125, 1955.0150146484375, 741.0775756835938, 532.2962646484375, 567.7802734375, 308.951416015625, 474.2763671875, 999.1583251953125, 698.123046875, 420.576171875, 868.413330078125, 419.5998229980469, 680.956787109375, 1562.67626953125, 1267.236572265625, 798.9049682617188, 1035.735595703125, 517.0397338867188, 870.3401489257812, 720.3788452148438, 2584.08056640625, 1869.2779541015625, 1005.3021240234375, 1647.151611328125, 1020.8172607421875, 570.9300537109375, 1070.4443359375, 1799.9674072265625, 976.91552734375, 1675.862548828125, 782.4718017578125, 369.2129211425781, 401.34039306640625, 1186.721923828125, 1633.154541015625, 1152.7916259765625, 1393.51806640625, 1325.9202880859375, 773.4475708007812, 447.0069580078125, 686.195556640625, 592.812744140625, 1184.493408203125, 424.287109375, 387.468994140625, 625.8477172851562, 1115.8525390625, 327.6484375, 362.8704833984375, 470.8779296875, 1185.174560546875, 1033.086181640625]\n", - "240\n", - "5874\n", - "6\n", - "[585.16650390625, 1500.242431640625, 610.4899291992188, 629.8399658203125, 1949.6102294921875, 1097.71826171875]\n", - "6\n", - "5875\n", - "19\n", - "[587.1481323242188, 1198.013916015625, 1294.3043212890625, 1065.3438720703125, 434.58154296875, 490.5730895996094, 822.5863037109375, 1742.1983642578125, 3143.62744140625, 2333.4736328125, 2088.72705078125, 1519.4775390625, 2105.975341796875, 1148.4915771484375, 837.4119873046875, 764.1082763671875, 986.0086669921875, 410.44305419921875, 314.3695373535156]\n", - "19\n", - "5876\n", - "11\n", - "[428.8357849121094, 421.4581604003906, 515.234619140625, 478.1604919433594, 370.9247741699219, 313.3011169433594, 690.9033813476562, 1005.9358520507812, 486.51300048828125, 571.06494140625, 432.9676818847656]\n", - "11\n", - "5877\n", - "21\n", - "[344.43316650390625, 437.3094482421875, 428.8132629394531, 338.6431884765625, 694.4326171875, 564.617919921875, 514.2372436523438, 442.15533447265625, 302.4560241699219, 363.4009094238281, 525.8145751953125, 354.0932312011719, 582.30029296875, 1797.9720458984375, 2034.2418212890625, 1447.1959228515625, 323.8053894042969, 444.66058349609375, 340.2367248535156, 389.4241943359375, 1153.76416015625]\n", - "21\n", - "5878\n", - "15\n", - "[477.4875793457031, 356.6397399902344, 428.67889404296875, 871.5855102539062, 474.8433532714844, 441.1083984375, 901.4796752929688, 1719.232666015625, 943.8123168945312, 358.72979736328125, 690.116943359375, 1597.950439453125, 752.7598876953125, 682.3380737304688, 671.7453002929688]\n", - "15\n", - "5879\n", - "7\n", - "[347.98748779296875, 669.6259765625, 1059.2666015625, 1501.6026611328125, 1307.5467529296875, 673.620849609375, 791.3182983398438]\n", - "7\n", - "5880\n", - "8\n", - "[1191.2794189453125, 1166.011962890625, 1131.9742431640625, 1449.5892333984375, 2079.94677734375, 1834.1654052734375, 586.8986206054688, 616.02880859375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "5881\n", - "11\n", - "[341.70831298828125, 723.507080078125, 1059.44189453125, 436.0333251953125, 1728.99072265625, 2006.8570556640625, 1364.6077880859375, 317.7565612792969, 661.8095703125, 1556.7677001953125, 592.8064575195312]\n", - "11\n", - "5882\n", - "6\n", - "[582.2356567382812, 811.0275268554688, 1385.274169921875, 1437.0611572265625, 1016.8303833007812, 321.4401550292969]\n", - "6\n", - "5883\n", - "9\n", - "[929.5174560546875, 1397.1026611328125, 1252.921142578125, 1494.9600830078125, 615.756103515625, 1047.7724609375, 822.8616333007812, 3291.031494140625, 610.6218872070312]\n", - "9\n", - "5884\n", - "9\n", - "[471.89739990234375, 339.887451171875, 668.0185546875, 411.6501159667969, 1310.51171875, 1108.581787109375, 444.3138122558594, 428.5120849609375, 332.074462890625]\n", - "9\n", - "5885\n", - "3\n", - "[2604.8935546875, 1469.470703125, 2424.08544921875]\n", - "3\n", - "5886\n", - "11\n", - "[414.3176574707031, 432.1385803222656, 411.5740966796875, 1363.149169921875, 1768.22705078125, 567.4243774414062, 904.8925170898438, 2022.4461669921875, 1017.547119140625, 704.7648315429688, 799.5621337890625]\n", - "11\n", - "5887\n", - "54\n", - "[457.7454833984375, 477.1497497558594, 401.51177978515625, 952.1260375976562, 1327.044189453125, 1778.9271240234375, 478.1896057128906, 596.4846801757812, 1748.06494140625, 1132.4649658203125, 1533.503173828125, 1142.300537109375, 361.4581298828125, 734.9717407226562, 1997.193115234375, 2116.11083984375, 490.8958740234375, 522.2011108398438, 878.7698974609375, 1465.0545654296875, 2779.87646484375, 1513.535400390625, 1593.1815185546875, 367.0746154785156, 410.0420227050781, 341.16015625, 2496.68212890625, 2595.012451171875, 1251.3983154296875, 536.8641357421875, 831.3965454101562, 1507.0341796875, 654.4561157226562, 1451.2423095703125, 2743.13427734375, 1865.1202392578125, 490.88641357421875, 1264.74365234375, 1816.2001953125, 760.4146728515625, 2188.287353515625, 2656.624755859375, 2372.03466796875, 2428.64208984375, 1559.5615234375, 1384.6300048828125, 901.6484985351562, 1564.14404296875, 1197.909423828125, 1613.3841552734375, 1745.766845703125, 1480.1260986328125, 413.2571716308594, 437.90618896484375]\n", - "54\n", - "5888\n", - "8\n", - "[420.3617248535156, 890.026123046875, 1457.0899658203125, 1418.0501708984375, 827.3358764648438, 305.3953857421875, 420.7718505859375, 361.718994140625]\n", - "8\n", - "5889\n", - "20\n", - "[552.147216796875, 849.3093872070312, 526.8534545898438, 1937.8597412109375, 2310.989013671875, 1569.9910888671875, 1785.000732421875, 816.2935791015625, 1697.519287109375, 604.2510986328125, 1999.1136474609375, 1904.1385498046875, 2336.68798828125, 2140.866455078125, 477.8309631347656, 1373.783935546875, 1179.6729736328125, 663.3773803710938, 2188.88671875, 1306.1845703125]\n", - "20\n", - "5890\n", - "7\n", - "[1164.5499267578125, 2087.14306640625, 779.7094116210938, 1004.103515625, 1270.5494384765625, 1161.3721923828125, 825.01123046875]\n", - "7\n", - "5891\n", - "29\n", - "[756.4089965820312, 729.93603515625, 891.798095703125, 1808.307373046875, 489.196533203125, 1669.947509765625, 2442.797119140625, 2721.1923828125, 1720.943359375, 551.9740600585938, 300.385986328125, 477.1995849609375, 470.31915283203125, 1716.5596923828125, 2139.440673828125, 2674.72900390625, 1582.8050537109375, 370.4967041015625, 1012.5796508789062, 1571.0994873046875, 1866.5177001953125, 2256.800048828125, 1965.7545166015625, 1234.0185546875, 936.311767578125, 904.541259765625, 1401.5164794921875, 1590.8494873046875, 1753.986083984375]\n", - "29\n", - "5892\n", - "7\n", - "[462.9856262207031, 768.9069213867188, 1318.107666015625, 1508.57470703125, 1236.156494140625, 1121.650634765625, 877.3961791992188]\n", - "7\n", - "5893\n", - "7\n", - "[1475.2274169921875, 1332.6107177734375, 1107.690673828125, 2314.6298828125, 2195.7607421875, 332.71270751953125, 737.372802734375]\n", - "7\n", - "5894\n", - "8\n", - "[810.9605712890625, 475.07977294921875, 2216.091064453125, 2445.775634765625, 546.7367553710938, 2134.1279296875, 2566.34716796875, 1270.087646484375]\n", - "8\n", - "5895\n", - "15\n", - "[784.8253784179688, 544.4094848632812, 1597.139404296875, 2297.0341796875, 1294.275146484375, 433.8833923339844, 1116.76123046875, 2951.984375, 3787.23681640625, 2672.063232421875, 877.802978515625, 390.4342041015625, 1248.6307373046875, 2737.547607421875, 882.3295288085938]\n", - "15\n", - "5896\n", - "258\n", - "[528.6292724609375, 1510.6143798828125, 1220.9832763671875, 666.5655517578125, 2126.837646484375, 724.1539916992188, 1361.476806640625, 318.2630920410156, 1128.289306640625, 1148.38232421875, 816.4186401367188, 1499.9525146484375, 337.00128173828125, 535.6414184570312, 336.7627868652344, 2791.34228515625, 3646.439697265625, 2902.25927734375, 3706.7041015625, 2367.424072265625, 452.8890380859375, 3439.6181640625, 3698.9091796875, 2871.666748046875, 2727.22802734375, 780.0892333984375, 420.5312805175781, 650.1743774414062, 2139.713134765625, 1712.651123046875, 2818.43359375, 1481.3895263671875, 1986.9500732421875, 2829.12890625, 2252.2900390625, 332.5505065917969, 1373.3360595703125, 3254.19677734375, 2774.47900390625, 618.789794921875, 438.7921142578125, 984.4421997070312, 1933.364013671875, 3415.880615234375, 2645.73974609375, 1833.6812744140625, 767.4407958984375, 2660.718994140625, 3477.948486328125, 2697.603759765625, 831.0160522460938, 2490.386474609375, 3236.818115234375, 764.8456420898438, 1156.329833984375, 1431.22705078125, 2570.242919921875, 599.6270141601562, 757.9046630859375, 864.1990966796875, 1490.321044921875, 1243.5091552734375, 549.8143310546875, 3995.24755859375, 4264.37060546875, 1851.0169677734375, 2351.9775390625, 315.94427490234375, 608.3648071289062, 455.0738830566406, 1542.2708740234375, 347.35308837890625, 1347.260986328125, 2118.794677734375, 4064.72412109375, 3894.048095703125, 636.612060546875, 1801.0850830078125, 4674.59765625, 4395.0322265625, 2282.353271484375, 2461.243896484375, 1005.5274658203125, 389.59515380859375, 2734.2119140625, 2631.7001953125, 2030.6785888671875, 3005.543701171875, 3605.47119140625, 3109.7724609375, 3413.1376953125, 3388.08349609375, 3565.051513671875, 3930.522705078125, 2501.239013671875, 1528.865966796875, 4393.3720703125, 4406.80126953125, 4014.620361328125, 2077.535400390625, 1646.9671630859375, 1945.6668701171875, 791.7794189453125, 999.7552490234375, 3822.03857421875, 3910.73974609375, 3950.787353515625, 3292.20263671875, 3171.611328125, 3246.802734375, 3887.712890625, 3801.73583984375, 3373.00390625, 2566.18359375, 446.9068908691406, 776.9005126953125, 785.9297485351562, 484.2696838378906, 375.07415771484375, 369.0489501953125, 3665.416259765625, 4069.69970703125, 4612.42041015625, 4168.9716796875, 2027.3125, 277.57623291015625, 103.82811737060547, 1987.197998046875, 3992.8623046875, 3792.11376953125, 4173.3701171875, 4374.98681640625, 3021.75830078125, 958.562744140625, 1006.0235595703125, 2602.63427734375, 742.3245239257812, 259.2721252441406, 335.55511474609375, 325.02703857421875, 363.4007873535156, 727.2738647460938, 1035.9580078125, 1217.5247802734375, 3938.684814453125, 4418.8369140625, 4277.7421875, 4325.21240234375, 3847.703369140625, 2994.31396484375, 2077.697509765625, 1331.0224609375, 1738.2061767578125, 2154.802001953125, 1215.8360595703125, 2500.1943359375, 1141.4891357421875, 1921.55712890625, 3539.8779296875, 1406.27587890625, 1109.3460693359375, 2711.7431640625, 1018.6231689453125, 398.58502197265625, 560.1434326171875, 1083.8709716796875, 1033.33642578125, 1211.0560302734375, 1875.1552734375, 3219.887939453125, 2810.08056640625, 3738.141357421875, 4186.5029296875, 4059.672119140625, 4018.140869140625, 3940.58349609375, 3671.775146484375, 3364.417236328125, 1062.4384765625, 269.02764892578125, 340.24517822265625, 373.499755859375, 1195.003662109375, 371.7156066894531, 1298.9700927734375, 3191.399169921875, 1402.4881591796875, 565.001953125, 2189.637939453125, 1594.485107421875, 2167.352783203125, 2507.335693359375, 2439.853271484375, 2731.903076171875, 549.0988159179688, 1439.6783447265625, 3698.823486328125, 3808.8388671875, 3622.91650390625, 3741.036865234375, 1484.1815185546875, 397.8105773925781, 1659.06494140625, 599.9371337890625, 88.88240051269531, 298.9620056152344, 1535.58056640625, 2338.434326171875, 907.9771728515625, 441.4686584472656, 558.0527954101562, 3475.052734375, 1907.8040771484375, 663.5505981445312, 1609.0853271484375, 1889.7337646484375, 1888.7127685546875, 513.4876098632812, 637.5367431640625, 2824.5029296875, 1907.6656494140625, 537.4971313476562, 718.2128295898438, 355.5009765625, 866.360107421875, 3157.0185546875, 1604.7728271484375, 736.9100341796875, 684.588134765625, 694.949462890625, 1602.553466796875, 1452.4248046875, 442.902587890625, 115.05130004882812, 973.5036010742188, 810.4134521484375, 931.3522338867188, 1955.00732421875, 2871.084716796875, 2316.1748046875, 1294.05859375, 1910.983154296875, 734.7238159179688, 336.70074462890625, 498.8758239746094, 1801.5811767578125, 2653.739013671875, 758.7539672851562]\n", - "248\n", - "5897\n", - "15\n", - "[1702.9913330078125, 567.9589233398438, 454.3498229980469, 1048.7303466796875, 2245.798583984375, 845.0120849609375, 519.3775634765625, 1053.918212890625, 1751.34521484375, 817.6834106445312, 724.8125, 419.89178466796875, 859.598388671875, 400.0715026855469, 702.154541015625]\n", - "15\n", - "5898\n", - "6\n", - "[927.9369506835938, 576.8026123046875, 1078.3875732421875, 1271.403076171875, 1363.3985595703125, 348.312744140625]\n", - "6\n", - "5899\n", - "12\n", - "[756.4244995117188, 1092.7457275390625, 505.1708984375, 668.2935180664062, 900.6890869140625, 1340.4603271484375, 1272.6334228515625, 312.83978271484375, 550.3942260742188, 727.8846435546875, 926.138427734375, 336.81048583984375]\n", - "12\n", - "5900\n", - "14\n", - "[529.1959228515625, 550.0785522460938, 318.1602783203125, 1454.56982421875, 1646.4552001953125, 930.709716796875, 681.9017333984375, 452.56280517578125, 1347.3099365234375, 1625.198974609375, 1551.5220947265625, 1553.808349609375, 327.15093994140625, 603.3858642578125]\n", - "14\n", - "5901\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[1151.660400390625, 801.4132690429688, 902.7861938476562, 1076.857177734375, 1936.2607421875, 1420.2799072265625, 479.0330810546875, 2043.6629638671875, 2152.420166015625, 1533.09326171875, 1073.3870849609375, 1194.15771484375, 407.4391784667969]\n", - "13\n", - "5902\n", - "10\n", - "[512.6537475585938, 664.4281616210938, 316.8659973144531, 866.8395385742188, 2178.305908203125, 1710.0745849609375, 351.244384765625, 1802.4505615234375, 2050.025390625, 476.4471435546875]\n", - "10\n", - "5903\n", - "6\n", - "[1586.1885986328125, 1066.5047607421875, 2125.193115234375, 759.2548217773438, 634.0885009765625, 467.81903076171875]\n", - "6\n", - "5904\n", - "7\n", - "[499.7618713378906, 1290.7012939453125, 1745.31201171875, 763.7808837890625, 2082.729736328125, 1575.836669921875, 415.23431396484375]\n", - "7\n", - "5905\n", - "6\n", - "[1599.4765625, 760.43994140625, 1586.41455078125, 520.842041015625, 585.57568359375, 574.7392578125]\n", - "6\n", - "5906\n", - "13\n", - "[402.22882080078125, 875.9326171875, 3106.3173828125, 1856.2091064453125, 360.3634338378906, 693.027099609375, 2991.732666015625, 2328.130859375, 2153.383544921875, 1121.677490234375, 1104.0343017578125, 688.6886596679688, 310.1445007324219]\n", - "13\n", - "5907\n", - "10\n", - "[948.577880859375, 1166.42724609375, 924.7681884765625, 2044.196533203125, 1216.977783203125, 406.1324462890625, 863.2244262695312, 863.4736938476562, 1532.203369140625, 300.56695556640625]\n", - "10\n", - "5908\n", - "7\n", - "[695.9998168945312, 1497.1483154296875, 546.2410888671875, 337.6423645019531, 2126.889892578125, 2112.6015625, 441.2262268066406]\n", - "7\n", - "5909\n", - "10\n", - "[936.8549194335938, 679.0858764648438, 572.8677368164062, 2116.070556640625, 937.9996337890625, 652.5234375, 615.0277709960938, 874.414794921875, 306.0176696777344, 1208.7254638671875]\n", - "10\n", - "5910\n", - "52\n", - "[1025.131103515625, 2284.0283203125, 2593.348876953125, 2161.350830078125, 1320.0380859375, 305.8856201171875, 1006.2479858398438, 2698.281005859375, 4322.90283203125, 3514.641845703125, 1260.045166015625, 486.4372863769531, 3594.267822265625, 3537.063232421875, 4471.57275390625, 3809.722412109375, 306.2394714355469, 2847.005126953125, 4848.5380859375, 4787.58837890625, 4214.3837890625, 1820.0069580078125, 1215.5352783203125, 4554.6552734375, 4500.43896484375, 5092.90234375, 4387.33642578125, 1060.572998046875, 3229.5009765625, 3966.50830078125, 3875.80517578125, 4948.37548828125, 2783.41552734375, 1377.9649658203125, 2550.198974609375, 3146.325927734375, 4497.33642578125, 4787.34375, 3692.923583984375, 1930.6165771484375, 4001.26416015625, 5051.40771484375, 1215.948974609375, 373.9690856933594, 1525.9580078125, 3648.4892578125, 3582.183349609375, 754.5675659179688, 374.7704772949219, 781.4035034179688, 823.0235595703125, 928.2076416015625]\n", - "52\n", - "5911\n", - "6\n", - "[1544.271728515625, 674.5076293945312, 598.5252075195312, 1717.314208984375, 489.9266052246094, 325.08172607421875]\n", - "6\n", - "5912\n", - "9\n", - "[468.89141845703125, 822.7361450195312, 529.3423461914062, 726.3023681640625, 1166.2789306640625, 633.6488647460938, 643.557373046875, 1026.8843994140625, 312.3971252441406]\n", - "9\n", - "5913\n", - "6\n", - "[1187.0081787109375, 1560.2808837890625, 908.76318359375, 695.105224609375, 1128.012939453125, 1067.804443359375]\n", - "6\n", - "5914\n", - "5\n", - "[323.40472412109375, 1381.9910888671875, 801.802490234375, 2165.823974609375, 565.3858642578125]\n", - "5\n", - "5915\n", - "11\n", - "[1188.8568115234375, 718.87060546875, 419.2406005859375, 515.531982421875, 1694.4285888671875, 586.1890258789062, 1207.02880859375, 978.4457397460938, 559.99755859375, 308.1789245605469, 363.9759521484375]\n", - "11\n", - "5916\n", - "18\n", - "[1112.09521484375, 1154.98486328125, 743.9049072265625, 352.92236328125, 988.665771484375, 1301.3046875, 1866.2230224609375, 598.5224609375, 545.7544555664062, 574.7523803710938, 401.1304016113281, 467.1433410644531, 632.7944946289062, 1188.9893798828125, 1291.819091796875, 1265.587158203125, 908.0258178710938, 342.0353698730469]\n", - "18\n", - "5917\n", - "19\n", - "[375.7704162597656, 843.5025634765625, 1597.91650390625, 1365.3074951171875, 675.1746826171875, 799.7057495117188, 981.8873901367188, 812.2666015625, 3193.835205078125, 2656.85693359375, 1721.5452880859375, 347.5197448730469, 2495.406494140625, 1347.9072265625, 491.7809143066406, 1163.539306640625, 548.7850952148438, 412.6493835449219, 385.7589416503906]\n", - "19\n", - "5918\n", - "17\n", - "[392.2183532714844, 1492.7637939453125, 1581.6712646484375, 370.51263427734375, 415.37646484375, 357.88555908203125, 3172.239013671875, 2580.18115234375, 2929.813720703125, 747.4725952148438, 1313.96337890625, 462.32489013671875, 1503.0328369140625, 1792.6800537109375, 526.71875, 706.2140502929688, 485.72222900390625]\n", - "17\n", - "5919\n", - "13\n", - "[1135.5372314453125, 686.1048583984375, 873.3342895507812, 736.9990844726562, 518.4702758789062, 742.3438720703125, 436.57794189453125, 1444.2451171875, 2157.62109375, 931.2465209960938, 411.9277648925781, 529.6514282226562, 1276.6580810546875]\n", - "13\n", - "5920\n", - "4\n", - "[2567.534423828125, 2993.297119140625, 1855.82275390625, 455.5091247558594]\n", - "4\n", - "5921\n", - "27\n", - "[452.7391357421875, 659.8748779296875, 302.24969482421875, 359.8328552246094, 824.5797119140625, 311.3497009277344, 312.178955078125, 952.2168579101562, 334.12664794921875, 1395.942138671875, 945.4752807617188, 487.7607421875, 318.0050964355469, 863.7151489257812, 436.29449462890625, 936.85986328125, 1813.9720458984375, 1877.9736328125, 1340.857421875, 1159.481689453125, 1924.8521728515625, 451.2960510253906, 300.6666259765625, 449.4114685058594, 732.2442016601562, 710.8995361328125, 457.3376159667969]\n", - "27\n", - "5922\n", - "10\n", - "[615.4529418945312, 339.98779296875, 1393.4442138671875, 1896.1776123046875, 682.5331420898438, 483.4049987792969, 587.3504028320312, 893.9131469726562, 655.7470703125, 353.82403564453125]\n", - "10\n", - "5923\n", - "17\n", - "[905.267333984375, 382.1340637207031, 761.5408325195312, 1588.82275390625, 468.14288330078125, 937.0703735351562, 662.3936157226562, 656.550537109375, 677.6217651367188, 1158.9068603515625, 2050.481201171875, 466.2002258300781, 1377.8614501953125, 2349.56005859375, 807.6214599609375, 580.8472290039062, 1480.7318115234375]\n", - "17\n", - "5924\n", - "36\n", - "[1485.6614990234375, 1911.8416748046875, 772.4852905273438, 405.583984375, 1914.5740966796875, 2067.77099609375, 527.1570434570312, 1327.89306640625, 1252.6683349609375, 585.4147338867188, 1363.8094482421875, 2816.15869140625, 1468.6868896484375, 343.70452880859375, 228.8587188720703, 457.05035400390625, 309.4991149902344, 339.71337890625, 942.615234375, 626.7053833007812, 1678.750732421875, 1108.923583984375, 283.2119445800781, 378.6711730957031, 1396.6505126953125, 1560.874755859375, 2966.72509765625, 2427.221435546875, 1859.63671875, 644.5806884765625, 416.6566467285156, 621.9303588867188, 1557.3812255859375, 1334.8388671875, 1113.0428466796875, 783.252685546875]\n", - "36\n", - "5925\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "30\n", - "[358.9872131347656, 438.2940979003906, 748.97802734375, 501.4803771972656, 620.7422485351562, 391.49847412109375, 840.12109375, 334.8558349609375, 1092.4971923828125, 2357.987060546875, 3205.45751953125, 1859.5264892578125, 626.1923217773438, 935.1615600585938, 2591.159912109375, 2851.749267578125, 1782.79833984375, 729.7296142578125, 1111.525146484375, 545.9943237304688, 689.050048828125, 2122.37060546875, 1947.61376953125, 1264.7113037109375, 1436.8984375, 339.7793273925781, 1130.7330322265625, 1670.7552490234375, 1044.598876953125, 411.0393981933594]\n", - "30\n", - "5926\n", - "9\n", - "[439.5950012207031, 688.1206665039062, 1873.9698486328125, 567.7762451171875, 403.6451110839844, 690.0833129882812, 660.70556640625, 2653.9072265625, 2565.68408203125]\n", - "9\n", - "5927\n", - "8\n", - "[1496.9520263671875, 2094.603515625, 2665.49658203125, 1233.3055419921875, 991.17236328125, 1562.590576171875, 1428.3624267578125, 946.6185302734375]\n", - "8\n", - "5928\n", - "8\n", - "[460.72821044921875, 830.7730712890625, 1022.8721923828125, 1830.6185302734375, 2428.09716796875, 538.5919799804688, 645.5156860351562, 405.2276916503906]\n", - "8\n", - "5929\n", - "19\n", - "[1150.668701171875, 868.8228149414062, 331.6585388183594, 319.172607421875, 434.504150390625, 846.3305053710938, 915.0478515625, 440.4282531738281, 476.3243103027344, 743.8194580078125, 457.95556640625, 1006.107177734375, 979.8659057617188, 811.9851684570312, 302.9281005859375, 380.9947204589844, 382.9734191894531, 671.9788208007812, 421.5478210449219]\n", - "19\n", - "5930\n", - "32\n", - "[777.6979370117188, 417.64471435546875, 713.4522094726562, 1091.3466796875, 623.392578125, 990.674560546875, 652.69677734375, 1061.9168701171875, 1262.4542236328125, 2738.91455078125, 1392.6282958984375, 2078.185546875, 1202.7032470703125, 518.454833984375, 1299.988525390625, 900.677734375, 1769.4083251953125, 679.7881469726562, 757.304931640625, 1893.1572265625, 1356.77001953125, 736.5916748046875, 839.5425415039062, 1793.0941162109375, 2100.876220703125, 449.24969482421875, 710.9065551757812, 353.8697509765625, 1811.5284423828125, 795.1028442382812, 594.9326782226562, 338.0594177246094]\n", - "32\n", - "5931\n", - "22\n", - "[392.451171875, 701.3800048828125, 419.4801330566406, 317.8036193847656, 466.48516845703125, 736.5518798828125, 904.8427124023438, 483.7086181640625, 659.1636962890625, 516.962646484375, 373.9319763183594, 590.7532348632812, 525.230712890625, 1214.6251220703125, 789.5917358398438, 615.4169311523438, 511.21063232421875, 463.1429748535156, 355.2825012207031, 417.6856689453125, 431.2738342285156, 655.4924926757812]\n", - "22\n", - "5932\n", - "86\n", - "[3021.032958984375, 441.2913818359375, 3160.84814453125, 5122.10498046875, 4257.1669921875, 418.67840576171875, 1172.1240234375, 5001.6953125, 8136.57373046875, 6244.97705078125, 4091.910888671875, 558.2586669921875, 2702.855712890625, 5894.244140625, 6423.98876953125, 9125.490234375, 5213.1748046875, 324.9285888671875, 1579.6531982421875, 2706.45703125, 2561.05810546875, 4933.4453125, 4752.19775390625, 4084.509765625, 1007.3524169921875, 2194.9833984375, 7159.29931640625, 8672.27734375, 4749.70849609375, 2369.09423828125, 8472.8134765625, 8772.5654296875, 8704.91015625, 2670.3662109375, 3903.493408203125, 7155.1474609375, 9442.984375, 8479.3330078125, 7166.03955078125, 2774.332763671875, 1678.7847900390625, 2040.6634521484375, 4302.20068359375, 3556.273681640625, 2628.625244140625, 5180.90576171875, 3332.25, 875.64306640625, 456.41766357421875, 422.4853820800781, 646.6412353515625, 2146.42529296875, 2367.497314453125, 2907.418701171875, 7707.22705078125, 2150.863525390625, 749.0769653320312, 737.1934814453125, 602.2241821289062, 1425.046875, 1476.050048828125, 373.2444152832031, 5430.205078125, 3418.59521484375, 306.007568359375, 5302.0751953125, 7100.59765625, 6457.55810546875, 804.4083251953125, 1153.6361083984375, 7781.59619140625, 6881.111328125, 2473.677734375, 479.9427185058594, 1191.5828857421875, 1104.8594970703125, 813.2735595703125, 2564.1513671875, 1955.0977783203125, 311.9667663574219, 1251.5579833984375, 700.918212890625, 457.50897216796875, 804.8397827148438, 420.6290588378906]\n", - "85\n", - "5933\n", - "15\n", - "[622.6946411132812, 626.4309692382812, 387.48455810546875, 668.4216918945312, 2022.147216796875, 2880.53173828125, 1893.4161376953125, 1454.03369140625, 1257.925537109375, 806.9805908203125, 2102.738525390625, 1625.2965087890625, 1948.2640380859375, 372.2325744628906, 349.80364990234375]\n", - "15\n", - "5934\n", - "35\n", - "[486.52740478515625, 1075.9649658203125, 922.4558715820312, 602.5738525390625, 345.8917236328125, 478.33154296875, 616.430908203125, 833.6348266601562, 506.9872131347656, 495.92291259765625, 977.0422973632812, 1040.2952880859375, 666.9749755859375, 804.9469604492188, 326.4170837402344, 807.3446044921875, 362.13995361328125, 848.3126220703125, 1425.18310546875, 1534.58642578125, 1111.80712890625, 715.3084716796875, 897.4329833984375, 1209.3980712890625, 1530.6748046875, 1289.9844970703125, 666.3623046875, 915.51123046875, 1039.7293701171875, 996.6829833984375, 1052.93017578125, 960.2571411132812, 703.1057739257812, 500.01678466796875, 336.8026123046875]\n", - "35\n", - "5935\n", - "10\n", - "[419.4103698730469, 1203.3685302734375, 2582.987060546875, 540.52294921875, 352.18597412109375, 1027.576416015625, 1195.57861328125, 1566.313720703125, 2467.728271484375, 692.3175659179688]\n", - "10\n", - "5936\n", - "11\n", - "[1188.3258056640625, 326.8877868652344, 2017.37841796875, 2843.89208984375, 695.151611328125, 1434.5306396484375, 531.8054809570312, 561.4035034179688, 351.2942810058594, 315.5060119628906, 507.9359130859375]\n", - "11\n", - "5937\n", - "3\n", - "[488.20782470703125, 3822.3515625, 950.385986328125]\n", - "3\n", - "5938\n", - "7\n", - "[463.8658142089844, 1667.619384765625, 352.2529602050781, 1152.9427490234375, 1275.421142578125, 1104.764404296875, 675.6087646484375]\n", - "7\n", - "5939\n", - "8\n", - "[374.092529296875, 778.3909912109375, 1782.3486328125, 775.9462280273438, 402.4562683105469, 1791.38671875, 2063.679931640625, 625.7066650390625]\n", - "8\n", - "5940\n", - "7\n", - "[2076.767578125, 313.2023010253906, 944.7968139648438, 1802.16259765625, 388.51263427734375, 2988.4921875, 1425.5789794921875]\n", - "7\n", - "5941\n", - "17\n", - "[2029.3553466796875, 833.396240234375, 964.7582397460938, 2910.179931640625, 350.6338806152344, 1270.087646484375, 2343.7392578125, 338.48138427734375, 2171.78369140625, 4126.24365234375, 1017.3430786132812, 1697.4691162109375, 3403.52978515625, 2724.794189453125, 2999.791015625, 6016.18505859375, 2807.54638671875]\n", - "17\n", - "5942\n", - "23\n", - "[802.492919921875, 740.9993896484375, 504.35260009765625, 749.3507690429688, 539.4686889648438, 526.1663818359375, 494.4197998046875, 2057.971923828125, 3057.287109375, 984.3363037109375, 633.6411743164062, 580.3016967773438, 1632.5546875, 900.4186401367188, 1554.753173828125, 2163.208251953125, 1717.7818603515625, 496.24029541015625, 518.7247924804688, 637.2156372070312, 1291.5341796875, 427.5251770019531, 1211.5767822265625]\n", - "23\n", - "5943\n", - "6\n", - "[562.5144653320312, 389.097412109375, 1563.8070068359375, 2000.038818359375, 1219.83935546875, 445.08734130859375]\n", - "6\n", - "5944\n", - "7\n", - "[484.41290283203125, 638.0322875976562, 551.2781372070312, 1360.908447265625, 1897.9932861328125, 701.2210083007812, 659.1044921875]\n", - "7\n", - "5945\n", - "8\n", - "[310.67816162109375, 413.31884765625, 506.9295959472656, 945.7120971679688, 535.5768432617188, 521.6044921875, 646.348388671875, 1785.2314453125]\n", - "8\n", - "5946\n", - "12\n", - "[965.6934814453125, 914.5675659179688, 1946.0423583984375, 2766.412841796875, 1150.818359375, 843.615234375, 2075.01953125, 1622.468505859375, 346.5575256347656, 460.8419494628906, 792.4955444335938, 541.017578125]\n", - "12\n", - "5947\n", - "94\n", - "[537.1038208007812, 1129.498779296875, 376.1211242675781, 1675.708251953125, 2078.674560546875, 569.533447265625, 490.56915283203125, 626.5970458984375, 1109.3258056640625, 839.3596801757812, 2598.663330078125, 1459.2548828125, 589.0748291015625, 747.7584838867188, 838.1585083007812, 960.2742309570312, 568.8506469726562, 933.1904296875, 1302.680419921875, 959.0648193359375, 1075.28173828125, 835.8795776367188, 860.7503051757812, 2589.44970703125, 394.4265441894531, 808.1951904296875, 495.3985290527344, 374.8541259765625, 1191.8934326171875, 4190.455078125, 3960.24267578125, 6127.63916015625, 3435.81884765625, 3483.051025390625, 5386.6845703125, 6441.3076171875, 6625.6865234375, 5834.14306640625, 2165.479248046875, 551.6229248046875, 448.1663513183594, 2484.12548828125, 5532.06640625, 6135.8330078125, 5774.10986328125, 5137.73046875, 4719.2314453125, 901.3759765625, 468.3558349609375, 3909.423583984375, 4673.65283203125, 6433.228515625, 6461.974609375, 5533.37451171875, 4913.400390625, 4646.552734375, 2290.244140625, 2972.456787109375, 2721.20751953125, 3680.70849609375, 2943.719482421875, 5034.89111328125, 6183.92919921875, 5905.7197265625, 5649.62451171875, 3364.234375, 2376.90087890625, 3383.617431640625, 4875.7939453125, 1200.5732421875, 1051.15966796875, 4340.74072265625, 3889.03662109375, 3864.741943359375, 2641.21484375, 4071.78662109375, 3678.4130859375, 1512.95849609375, 983.7299194335938, 303.08038330078125, 643.1089477539062, 3509.6904296875, 2772.890625, 1953.0787353515625, 588.93310546875, 966.9464111328125, 369.95074462890625, 3041.31005859375, 2075.02978515625, 935.1896362304688, 2090.37353515625, 442.1111755371094]\n", - "92\n", - "5948\n", - "14\n", - "[596.7213134765625, 499.2215270996094, 2196.06689453125, 1526.88427734375, 747.2985229492188, 305.80120849609375, 400.18560791015625, 1415.0794677734375, 1328.7115478515625, 1172.9404296875, 864.9838256835938, 1581.862548828125, 1506.9244384765625, 1126.80908203125]\n", - "14\n", - "5949\n", - "8\n", - "[544.6389770507812, 838.7225952148438, 683.2415771484375, 419.114501953125, 371.1880798339844, 1451.4730224609375, 2061.976318359375, 1693.6292724609375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "5950\n", - "10\n", - "[493.2867736816406, 446.7568359375, 772.2113647460938, 956.191162109375, 305.5447082519531, 330.6895446777344, 790.0338134765625, 577.231689453125, 381.4646301269531, 475.5388488769531]\n", - "10\n", - "5951\n", - "15\n", - "[329.07916259765625, 350.3919677734375, 1346.1058349609375, 1178.71875, 464.1214294433594, 713.973388671875, 1188.0706787109375, 1317.87109375, 741.2327270507812, 983.9739990234375, 895.0594482421875, 1037.3204345703125, 321.5185852050781, 480.0858459472656, 528.1951904296875]\n", - "15\n", - "5952\n", - "8\n", - "[777.718017578125, 432.1947326660156, 871.955322265625, 1231.60498046875, 507.5390625, 392.0972595214844, 895.1271362304688, 518.4840698242188]\n", - "8\n", - "5953\n", - "14\n", - "[874.8583984375, 431.2588806152344, 1377.8095703125, 1123.22802734375, 466.1709899902344, 933.5101928710938, 1232.920166015625, 511.54327392578125, 519.6597900390625, 313.09185791015625, 607.73388671875, 433.3514099121094, 517.5281982421875, 546.526123046875]\n", - "14\n", - "5954\n", - "11\n", - "[519.3902587890625, 538.55419921875, 478.44158935546875, 614.4122924804688, 546.6777954101562, 472.86285400390625, 412.9259033203125, 1289.2838134765625, 723.7601928710938, 565.1232299804688, 412.5302429199219]\n", - "11\n", - "5955\n", - "24\n", - "[1992.99853515625, 1602.40478515625, 725.4005737304688, 1020.2507934570312, 3062.198974609375, 3385.767822265625, 2352.092041015625, 1027.9464111328125, 794.4896850585938, 1514.2752685546875, 2070.6259765625, 3151.921142578125, 3413.78662109375, 1566.7576904296875, 1450.4110107421875, 631.5028686523438, 2799.156005859375, 3184.291748046875, 2718.840576171875, 1275.7633056640625, 563.5538330078125, 1488.699462890625, 1005.0479125976562, 550.4232788085938]\n", - "24\n", - "5956\n", - "11\n", - "[566.927734375, 2681.318115234375, 2828.071533203125, 1373.93701171875, 481.857666015625, 576.4730834960938, 1224.866455078125, 839.3303833007812, 986.9022827148438, 1091.65478515625, 764.0938110351562]\n", - "11\n", - "5957\n", - "12\n", - "[794.6703491210938, 2364.774169921875, 1781.664794921875, 959.4537353515625, 2455.93505859375, 2913.280029296875, 1224.26318359375, 665.1053466796875, 859.0973510742188, 1111.67919921875, 447.36541748046875, 339.0853271484375]\n", - "12\n", - "5958\n", - "22\n", - "[2240.661865234375, 2390.210693359375, 2253.931396484375, 1853.552490234375, 2726.311767578125, 1996.1361083984375, 1990.6138916015625, 550.44677734375, 1095.0645751953125, 800.6869506835938, 292.35479736328125, 437.95904541015625, 479.4600830078125, 615.74267578125, 1585.9703369140625, 343.36297607421875, 404.44805908203125, 329.4697265625, 519.9025268554688, 1632.514892578125, 917.9080200195312, 781.5850219726562]\n", - "22\n", - "5959\n", - "6\n", - "[438.6872863769531, 1157.5115966796875, 2035.9649658203125, 780.3612060546875, 1425.9029541015625, 1159.9052734375]\n", - "6\n", - "5960\n", - "19\n", - "[527.859375, 584.217529296875, 719.1016235351562, 911.8467407226562, 983.4268188476562, 1231.0126953125, 1151.0797119140625, 1383.069091796875, 707.4807739257812, 853.3717651367188, 1595.159423828125, 568.6314086914062, 425.1736755371094, 416.7665710449219, 617.4608764648438, 658.6450805664062, 304.755859375, 335.50762939453125, 431.5804748535156]\n", - "19\n", - "5961\n", - "10\n", - "[404.9941711425781, 616.6478881835938, 1351.8680419921875, 627.922607421875, 563.1304931640625, 332.53350830078125, 1549.76171875, 907.2788696289062, 482.4486083984375, 646.5064086914062]\n", - "10\n", - "5962\n", - "91\n", - "[644.531494140625, 489.9912414550781, 1537.706787109375, 403.1784362792969, 765.382568359375, 2093.455078125, 2785.587158203125, 2698.926513671875, 856.2714233398438, 563.8440551757812, 1883.31396484375, 2392.390625, 5321.75927734375, 3316.0458984375, 698.0435180664062, 1586.9908447265625, 2582.23583984375, 3494.344482421875, 4931.01171875, 412.3326110839844, 357.9254150390625, 1485.46142578125, 756.8757934570312, 382.91650390625, 695.8817138671875, 474.25225830078125, 2040.477294921875, 460.57208251953125, 327.2456359863281, 1211.507080078125, 1069.473876953125, 783.4408569335938, 583.7894287109375, 745.49658203125, 1373.341552734375, 1086.4090576171875, 4245.5751953125, 943.5114135742188, 353.42376708984375, 397.8013000488281, 594.9324340820312, 939.2167358398438, 3246.766357421875, 3709.062255859375, 1648.6378173828125, 475.9459533691406, 3795.217529296875, 1311.5965576171875, 1837.1868896484375, 1702.19970703125, 1179.3544921875, 1565.425048828125, 2487.72998046875, 2250.598388671875, 448.6260986328125, 1939.790771484375, 2092.58251953125, 1163.568115234375, 551.5458374023438, 2154.79638671875, 3073.531494140625, 3065.058349609375, 3722.450927734375, 1298.959716796875, 5425.71923828125, 3443.408447265625, 1538.5203857421875, 488.9981689453125, 2031.481201171875, 2693.97607421875, 2062.677978515625, 5603.2373046875, 387.7904052734375, 2005.727783203125, 3815.656005859375, 3462.6572265625, 766.6710815429688, 1249.6181640625, 632.5205688476562, 329.9117126464844, 355.46502685546875, 535.1802978515625, 812.5633544921875, 3358.53076171875, 2233.48583984375, 1799.9658203125, 308.2611083984375, 1011.7693481445312, 647.0363159179688, 853.6969604492188, 2756.89892578125]\n", - "91\n", - "5963\n", - "19\n", - "[490.9139404296875, 476.4371032714844, 586.530029296875, 405.0403747558594, 468.3080139160156, 851.0945434570312, 865.9281616210938, 970.9115600585938, 513.674072265625, 593.1217041015625, 497.49639892578125, 412.9347229003906, 830.145751953125, 807.4385375976562, 461.1386413574219, 452.69189453125, 565.459228515625, 652.000244140625, 423.2319030761719]\n", - "19\n", - "5964\n", - "8\n", - "[1421.7144775390625, 647.2921752929688, 402.70916748046875, 565.610107421875, 753.53466796875, 990.00537109375, 862.4760131835938, 801.649658203125]\n", - "8\n", - "5965\n", - "32\n", - "[329.5935363769531, 598.6467895507812, 872.1153564453125, 372.2453918457031, 1384.0361328125, 879.572998046875, 643.8125, 3174.963623046875, 3077.92529296875, 1103.2877197265625, 339.2884826660156, 302.0891418457031, 441.7991027832031, 897.1404418945312, 1103.62353515625, 627.5785522460938, 2935.785400390625, 2567.81201171875, 668.2005004882812, 905.096923828125, 1393.7557373046875, 3932.57177734375, 1651.4940185546875, 873.09814453125, 451.913818359375, 2302.630859375, 2003.8704833984375, 962.985107421875, 313.08795166015625, 412.0524597167969, 920.1950073242188, 712.9019165039062]\n", - "32\n", - "5966\n", - "8\n", - "[532.7379150390625, 645.0587768554688, 1039.3968505859375, 753.83056640625, 1030.116943359375, 353.312744140625, 640.529296875, 552.9686279296875]\n", - "8\n", - "5967\n", - "18\n", - "[1041.6175537109375, 533.4717407226562, 1262.051513671875, 1206.9537353515625, 898.6517333984375, 567.2818603515625, 1422.2259521484375, 656.4652709960938, 1401.6396484375, 1195.81103515625, 561.746826171875, 360.12078857421875, 1273.090576171875, 1480.7650146484375, 358.4061279296875, 352.45196533203125, 1007.5587158203125, 570.3661499023438]\n", - "18\n", - "5968\n", - "42\n", - "[434.07177734375, 444.49835205078125, 1022.7540283203125, 633.1004028320312, 3059.175048828125, 1259.4866943359375, 343.78662109375, 577.8237915039062, 1726.303466796875, 2993.90380859375, 3345.77685546875, 1517.963623046875, 766.2782592773438, 2793.1201171875, 2628.892333984375, 861.7957763671875, 665.1236572265625, 565.5, 391.92266845703125, 565.8389892578125, 580.1966552734375, 1739.365234375, 4073.498291015625, 754.0364379882812, 1543.75390625, 2487.518798828125, 836.0218505859375, 3193.189453125, 528.747314453125, 380.3807373046875, 801.5928955078125, 3472.29541015625, 956.8212280273438, 311.53375244140625, 524.24755859375, 2273.678466796875, 2345.42333984375, 1754.4610595703125, 849.7891235351562, 3025.99267578125, 1620.8514404296875, 652.4061889648438]\n", - "42\n", - "5969\n", - "14\n", - "[345.40228271484375, 376.2501220703125, 1048.2716064453125, 2012.451171875, 770.9771728515625, 1702.681640625, 1452.0484619140625, 1697.6136474609375, 390.9732360839844, 633.1895751953125, 699.734619140625, 397.7628173828125, 824.8199462890625, 1380.7967529296875]\n", - "14\n", - "5970\n", - "9\n", - "[347.7769775390625, 1000.8323974609375, 3905.726318359375, 3868.135009765625, 1712.7430419921875, 4542.462890625, 2698.10986328125, 2164.757568359375, 707.2401733398438]\n", - "9\n", - "5971\n", - "4\n", - "[2423.600830078125, 821.8665161132812, 2179.1044921875, 1291.8056640625]\n", - "4\n", - "5972\n", - "11\n", - "[304.86639404296875, 957.1888427734375, 1687.9036865234375, 1252.1092529296875, 348.7027282714844, 448.58843994140625, 831.5438232421875, 430.718994140625, 475.719970703125, 357.3409118652344, 380.06500244140625]\n", - "11\n", - "5973\n", - "32\n", - "[444.1953430175781, 722.6201782226562, 456.6378479003906, 747.7664794921875, 635.4482421875, 868.653564453125, 3283.83740234375, 2161.09326171875, 1805.44677734375, 3510.22900390625, 2459.9833984375, 457.0438537597656, 2766.620849609375, 2466.77880859375, 828.5538940429688, 1323.00927734375, 843.437255859375, 1342.74169921875, 916.2252807617188, 1524.5997314453125, 1926.51123046875, 1782.971923828125, 1834.808349609375, 506.9024658203125, 474.49560546875, 586.2992553710938, 348.59576416015625, 435.3155212402344, 371.8293762207031, 692.9605712890625, 311.7030944824219, 308.1424255371094]\n", - "32\n", - "5974\n", - "11\n", - "[686.814453125, 592.3897705078125, 407.571044921875, 467.267333984375, 624.2467041015625, 648.5076293945312, 681.2316284179688, 803.5615844726562, 480.26824951171875, 400.3351745605469, 335.4995422363281]\n", - "11\n", - "5975\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "49\n", - "[1067.4715576171875, 543.8761596679688, 898.087158203125, 2473.15283203125, 1073.5557861328125, 1184.8126220703125, 387.6502685546875, 1706.33203125, 580.1260375976562, 648.1704711914062, 536.0033569335938, 306.4792785644531, 2502.238525390625, 2587.460205078125, 614.7633056640625, 2046.937255859375, 2130.328125, 4500.68798828125, 4632.12939453125, 850.5150756835938, 1033.1060791015625, 386.62554931640625, 1077.3035888671875, 964.4227905273438, 2855.964599609375, 3990.82568359375, 3693.70458984375, 2682.4921875, 2545.365234375, 1519.2537841796875, 1331.49609375, 966.8190307617188, 794.1920166015625, 820.173828125, 4153.806640625, 4534.2548828125, 1640.4913330078125, 1651.43017578125, 1127.2119140625, 4131.84912109375, 8496.576171875, 1299.9979248046875, 462.1781311035156, 354.08319091796875, 3918.05224609375, 6964.248046875, 5168.14794921875, 1014.6405639648438, 919.857421875]\n", - "49\n", - "5976\n", - "19\n", - "[368.4211730957031, 395.8851623535156, 1501.715087890625, 922.3262939453125, 375.8173522949219, 603.259033203125, 419.75091552734375, 846.0330810546875, 783.8121337890625, 480.4702453613281, 574.7061157226562, 411.7729797363281, 412.5633239746094, 610.525634765625, 466.2947998046875, 479.8467712402344, 637.7854614257812, 627.5726318359375, 636.5363159179688]\n", - "19\n", - "5977\n", - "29\n", - "[733.703369140625, 806.3912353515625, 323.76739501953125, 737.6127319335938, 2298.289794921875, 1838.511474609375, 1213.4534912109375, 1038.4874267578125, 2838.96728515625, 2591.322265625, 2548.640625, 438.2133483886719, 1855.3173828125, 1736.634521484375, 2616.61669921875, 2504.27734375, 1026.1573486328125, 1098.3260498046875, 1446.19873046875, 618.2306518554688, 607.8361206054688, 1066.2838134765625, 1545.5323486328125, 912.6053466796875, 1276.572998046875, 2393.5341796875, 2168.65771484375, 1507.5242919921875, 334.40679931640625]\n", - "29\n", - "5978\n", - "12\n", - "[605.7860107421875, 304.4531555175781, 1705.7615966796875, 1875.632568359375, 2067.763671875, 1452.82275390625, 957.9014892578125, 2349.6123046875, 2839.25830078125, 1234.370361328125, 1019.7236328125, 853.458740234375]\n", - "12\n", - "5979\n", - "8\n", - "[375.3092956542969, 1194.4228515625, 1089.318359375, 433.04412841796875, 630.8126831054688, 661.8347778320312, 324.2300720214844, 360.2567443847656]\n", - "8\n", - "5980\n", - "84\n", - "[661.3299560546875, 805.921875, 537.3121337890625, 760.8983154296875, 457.12530517578125, 544.9481811523438, 906.0853271484375, 384.9427490234375, 695.5494384765625, 695.4786987304688, 1056.30126953125, 405.4363708496094, 572.9412841796875, 712.2384643554688, 543.00439453125, 636.2756958007812, 376.60919189453125, 500.0148620605469, 782.4821166992188, 504.11456298828125, 655.3401489257812, 157.10809326171875, 372.42901611328125, 300.5196228027344, 560.8470458984375, 1013.6287231445312, 547.7675170898438, 625.3325805664062, 599.097900390625, 1946.2779541015625, 1779.626708984375, 1360.8814697265625, 884.4819946289062, 488.7132263183594, 468.5390930175781, 2136.35205078125, 2027.130615234375, 1222.9622802734375, 347.64544677734375, 1590.3087158203125, 2318.543701171875, 2176.114990234375, 1067.278564453125, 1255.662353515625, 346.95770263671875, 332.1392822265625, 300.1488952636719, 415.0283508300781, 393.0445861816406, 354.62542724609375, 86.20592498779297, 1384.2286376953125, 1859.38427734375, 1308.7999267578125, 1747.6436767578125, 2005.6199951171875, 1664.8204345703125, 639.560791015625, 552.545166015625, 1107.709716796875, 400.93426513671875, 933.2711791992188, 1605.4613037109375, 1558.2623291015625, 234.81951904296875, 1779.102294921875, 882.4041748046875, 1134.3516845703125, 308.3922119140625, 391.3739929199219, 786.177001953125, 717.50634765625, 1066.9127197265625, 1071.5269775390625, 1677.9365234375, 985.5478515625, 944.5484008789062, 773.151123046875, 1050.913818359375, 380.382080078125, 571.4682006835938]\n", - "81\n", - "5981\n", - "12\n", - "[476.3726501464844, 423.7691955566406, 531.4857788085938, 667.7026977539062, 422.6009826660156, 519.8427124023438, 344.9261474609375, 1026.286376953125, 426.6860656738281, 725.686279296875, 302.86822509765625, 398.4466247558594]\n", - "12\n", - "5982\n", - "9\n", - "[959.4544677734375, 741.6863403320312, 506.0221862792969, 1549.49853515625, 1572.309326171875, 746.336181640625, 309.5569152832031, 837.5873413085938, 641.1849975585938]\n", - "9\n", - "5983\n", - "13\n", - "[388.9812927246094, 302.78387451171875, 544.6217651367188, 1839.6121826171875, 2103.541259765625, 468.18798828125, 342.43487548828125, 1202.161865234375, 1393.5552978515625, 377.43463134765625, 1648.8765869140625, 1392.725341796875, 458.9561767578125]\n", - "13\n", - "5984\n", - "9\n", - "[394.7273864746094, 367.66595458984375, 414.31378173828125, 1623.6136474609375, 1844.99267578125, 1474.395263671875, 864.8322143554688, 365.6173400878906, 372.1070861816406]\n", - "9\n", - "5985\n", - "8\n", - "[669.6334228515625, 1439.0972900390625, 437.00469970703125, 867.15625, 309.4770202636719, 582.4877319335938, 373.7435302734375, 581.4905395507812]\n", - "8\n", - "5986\n", - "14\n", - "[313.39984130859375, 1548.9378662109375, 1530.0711669921875, 480.63580322265625, 1729.361572265625, 746.4140014648438, 911.9254150390625, 1431.6939697265625, 375.0225830078125, 321.6252136230469, 1112.6024169921875, 550.7664184570312, 1177.23486328125, 372.55389404296875]\n", - "14\n", - "5987\n", - "14\n", - "[610.6135864257812, 604.3441162109375, 508.189453125, 356.6339111328125, 448.4132995605469, 669.4644775390625, 1473.4530029296875, 1424.6253662109375, 560.1448974609375, 519.4371948242188, 480.4855651855469, 384.959228515625, 1246.6846923828125, 964.5362548828125]\n", - "14\n", - "5988\n", - "27\n", - "[303.35821533203125, 803.6890869140625, 581.6260375976562, 366.7873840332031, 492.93304443359375, 379.775634765625, 851.4310302734375, 1694.2691650390625, 904.037109375, 234.43348693847656, 678.6029663085938, 753.4297485351562, 301.2770690917969, 415.0333557128906, 1381.2991943359375, 1619.716064453125, 1409.207763671875, 1012.57421875, 503.7398376464844, 2095.436279296875, 2198.442626953125, 1636.30029296875, 434.763671875, 899.3219604492188, 886.4367065429688, 383.1385498046875, 386.3442687988281]\n", - "27\n", - "5989\n", - "916\n", - "[572.3485717773438, 502.83697509765625, 845.47607421875, 450.8742980957031, 305.1767578125, 790.8983764648438, 3495.86962890625, 1164.94921875, 395.9968566894531, 1045.349365234375, 560.3234252929688, 797.5737915039062, 381.5712585449219, 1190.4552001953125, 332.9201965332031, 521.7058715820312, 1221.170166015625, 364.0289611816406, 459.48016357421875, 579.0831909179688, 418.2310791015625, 4210.19580078125, 1368.14453125, 2855.472412109375, 389.0677185058594, 414.70233154296875, 411.0340576171875, 381.27349853515625, 302.9984130859375, 1279.2320556640625, 2445.5791015625, 680.1083374023438, 2721.728271484375, 11286.900390625, 9296.6953125, 13158.6240234375, 4784.02978515625, 407.8028564453125, 2278.914306640625, 940.9302368164062, 1953.0614013671875, 341.2763366699219, 445.154052734375, 4993.31005859375, 15867.001953125, 15814.4970703125, 12146.5244140625, 10880.0, 13791.5966796875, 11464.3701171875, 3304.488525390625, 446.9747619628906, 709.2657470703125, 546.6766967773438, 720.792724609375, 1893.91845703125, 391.067626953125, 2303.480712890625, 1146.0550537109375, 838.30224609375, 1819.897705078125, 7490.9443359375, 18976.802734375, 14689.2216796875, 10714.3671875, 13158.5869140625, 18117.724609375, 13439.1357421875, 8846.1259765625, 5491.90185546875, 5756.34814453125, 1010.8448486328125, 636.4454956054688, 507.9288330078125, 769.6388549804688, 5054.34326171875, 2964.779541015625, 5142.00244140625, 9970.60546875, 21666.076171875, 17352.798828125, 18702.1171875, 18544.56640625, 16778.9375, 17087.8359375, 17220.3125, 14375.9951171875, 984.2435302734375, 1317.8919677734375, 322.3338623046875, 4940.556640625, 7510.8046875, 8670.388671875, 17014.90234375, 16470.458984375, 6083.05712890625, 9703.7353515625, 14629.2236328125, 17985.953125, 6731.94482421875, 9877.375, 13648.7314453125, 13899.15625, 16674.259765625, 14276.873046875, 993.9013061523438, 8046.20166015625, 18672.345703125, 18440.625, 16314.36328125, 7441.63232421875, 7875.5078125, 11949.8310546875, 7784.32861328125, 1818.63525390625, 8376.9482421875, 17888.529296875, 16176.9697265625, 15259.0537109375, 14556.427734375, 4393.7265625, 549.2451171875, 314.6390380859375, 382.1927795410156, 10313.080078125, 10806.9169921875, 14107.029296875, 18382.306640625, 20179.0625, 21290.708984375, 16390.23828125, 3223.423583984375, 9796.5283203125, 10799.927734375, 10167.8369140625, 15992.7578125, 21136.439453125, 17812.431640625, 13037.2333984375, 7299.064453125, 2157.8896484375, 429.498046875, 301.04730224609375, 7837.6591796875, 11130.2666015625, 11630.8583984375, 13302.869140625, 15674.4453125, 17525.642578125, 21626.568359375, 18534.84765625, 11175.94140625, 8026.01416015625, 7973.62890625, 18662.732421875, 22256.666015625, 5195.78466796875, 3121.255615234375, 3792.62255859375, 4010.753173828125, 1101.958251953125, 307.15740966796875, 1014.3263549804688, 8140.13232421875, 12375.6171875, 12093.599609375, 11590.888671875, 12551.0, 12291.2021484375, 15357.287109375, 11075.2548828125, 12289.65625, 11147.8994140625, 7164.49462890625, 9893.828125, 7297.4248046875, 6331.93408203125, 7541.1982421875, 7631.8251953125, 2164.644775390625, 1218.72314453125, 305.08380126953125, 602.5918579101562, 732.2666625976562, 1218.814208984375, 794.4420776367188, 1524.568359375, 1975.7220458984375, 2522.025634765625, 1406.839111328125, 2043.065673828125, 2784.910400390625, 2193.11328125, 5496.33203125, 8327.263671875, 8234.25390625, 8797.451171875, 7909.50732421875, 8455.4150390625, 6475.09814453125, 2985.271240234375, 1906.967041015625, 2079.9638671875, 1169.0980224609375, 733.82373046875, 753.9793701171875, 1122.82861328125, 1041.6968994140625, 404.9036865234375, 724.0280151367188, 472.7952575683594, 394.58990478515625, 1934.51806640625, 3081.44287109375, 3883.697021484375, 5524.568359375, 5137.2890625, 8288.611328125, 10849.658203125, 9635.4013671875, 8611.3857421875, 8741.1103515625, 8713.64453125, 7879.1376953125, 4141.2607421875, 1511.8294677734375, 2431.1318359375, 2073.966796875, 1722.7901611328125, 1644.499267578125, 664.7905883789062, 1336.466064453125, 15237.232421875, 13942.7666015625, 12611.341796875, 10681.7568359375, 5986.4501953125, 15773.5576171875, 17236.7265625, 13786.6298828125, 5421.9794921875, 7043.6748046875, 6841.5146484375, 6288.9951171875, 6111.009765625, 10990.0830078125, 9679.6455078125, 13565.0458984375, 13393.31640625, 12202.58984375, 1234.4583740234375, 685.6611938476562, 18521.04296875, 18974.3125, 8994.8857421875, 14092.7109375, 16759.947265625, 12041.333984375, 9549.36328125, 3162.830078125, 6536.09765625, 21228.25390625, 14375.49609375, 13897.45703125, 9505.6201171875, 10201.017578125, 8089.927734375, 12113.9697265625, 16936.515625, 18239.650390625, 14460.9619140625, 9544.90625, 3024.617431640625, 3324.2099609375, 8720.4951171875, 9918.5087890625, 11229.73046875, 10820.0849609375, 9736.8720703125, 11645.9501953125, 12496.4873046875, 6991.06396484375, 16512.431640625, 19928.125, 14733.162109375, 10285.1123046875, 8547.376953125, 10588.615234375, 10705.30078125, 11848.74609375, 12578.037109375, 13584.0107421875, 12121.08984375, 6928.71044921875, 520.0996704101562, 1469.052978515625, 6688.2978515625, 9474.001953125, 20085.333984375, 16170.408203125, 13195.5439453125, 13523.705078125, 25332.5078125, 25499.4609375, 6833.95947265625, 8084.82861328125, 4956.67919921875, 9673.208984375, 9627.4970703125, 10379.7802734375, 8932.33203125, 12164.634765625, 16990.091796875, 7310.9052734375, 790.389892578125, 385.52545166015625, 473.77362060546875, 1249.5069580078125, 10201.1083984375, 9440.58203125, 8904.337890625, 13044.4755859375, 9147.4091796875, 11070.060546875, 6001.93603515625, 4238.509765625, 3602.398193359375, 3284.52978515625, 10255.611328125, 10678.978515625, 12653.8916015625, 14010.5361328125, 14881.4541015625, 13803.9541015625, 4865.7119140625, 1101.1051025390625, 1816.77783203125, 1533.5882568359375, 928.5680541992188, 1195.8555908203125, 1659.39111328125, 4485.09814453125, 6438.1796875, 7982.1484375, 7021.95556640625, 5253.13916015625, 5924.97802734375, 4281.38525390625, 4216.12353515625, 3978.358154296875, 3760.032470703125, 3349.3193359375, 6421.14697265625, 13572.216796875, 13960.916015625, 14385.7939453125, 8501.498046875, 5570.63232421875, 541.6046752929688, 1358.1156005859375, 467.7381591796875, 758.1232299804688, 662.859375, 1418.5286865234375, 4786.95263671875, 4449.7216796875, 4208.93994140625, 4370.39990234375, 4981.24365234375, 5401.6337890625, 5494.03662109375, 6181.10693359375, 5960.6513671875, 3976.993896484375, 3664.72509765625, 3962.692626953125, 6263.728515625, 11891.1796875, 10333.8388671875, 8960.7451171875, 4034.699462890625, 851.0219116210938, 467.2986755371094, 1011.9615478515625, 945.917236328125, 674.5509033203125, 1801.0362548828125, 4027.8408203125, 4143.78857421875, 4144.42138671875, 3964.44970703125, 5300.84619140625, 5425.74755859375, 5430.8671875, 4300.24609375, 5138.2880859375, 5586.96630859375, 7565.55029296875, 5266.1689453125, 5001.86328125, 4293.427734375, 5059.77880859375, 4473.77099609375, 5213.314453125, 981.0523681640625, 769.8927001953125, 660.1021728515625, 1573.468994140625, 3563.2919921875, 2640.63427734375, 2950.546875, 3837.808837890625, 3959.982666015625, 4018.7490234375, 3856.189208984375, 3745.9482421875, 7894.427734375, 4292.4384765625, 6788.89892578125, 9803.1708984375, 12574.7646484375, 15134.9287109375, 18855.900390625, 13340.7861328125, 6218.67724609375, 7224.6484375, 4957.9228515625, 3474.513916015625, 5542.72509765625, 3306.781494140625, 1113.7808837890625, 404.69403076171875, 1971.8948974609375, 1017.221435546875, 400.1040954589844, 419.549560546875, 346.4364318847656, 472.99298095703125, 352.7208557128906, 1860.6934814453125, 5345.6640625, 4014.497802734375, 2625.6416015625, 6959.82421875, 8458.876953125, 7678.33984375, 17250.994140625, 17843.955078125, 13629.81640625, 8013.60498046875, 7229.07373046875, 3807.02978515625, 8850.5810546875, 7645.3671875, 6196.25830078125, 6471.87353515625, 14923.48828125, 20635.302734375, 21176.76171875, 13456.9267578125, 7399.72412109375, 7650.09033203125, 9851.02734375, 9783.9345703125, 4388.4365234375, 3872.693603515625, 1048.9361572265625, 428.6966552734375, 368.55023193359375, 1057.9952392578125, 1392.4154052734375, 1902.2093505859375, 812.2998657226562, 1244.932861328125, 872.0075073242188, 2576.33984375, 6070.70556640625, 6223.86279296875, 5662.54052734375, 3950.869873046875, 5389.81201171875, 8162.22265625, 24115.94140625, 31408.404296875, 24586.486328125, 20126.783203125, 18277.705078125, 19518.384765625, 13321.126953125, 12073.1943359375, 8449.978515625, 8402.55078125, 8752.630859375, 19970.21875, 23379.88671875, 9768.5546875, 4687.3369140625, 4734.033203125, 6420.16552734375, 9988.453125, 6509.232421875, 1867.3382568359375, 2666.82373046875, 833.0383911132812, 631.6212158203125, 1063.3795166015625, 638.7538452148438, 843.1469116210938, 741.8488159179688, 1365.7166748046875, 4852.234375, 9511.240234375, 8778.47265625, 11730.6416015625, 12927.8359375, 5949.18701171875, 15198.94921875, 12318.244140625, 16408.16015625, 17027.740234375, 12756.5751953125, 11424.01953125, 15116.296875, 4641.09912109375, 7579.46728515625, 7452.38623046875, 10005.083984375, 23835.349609375, 19431.65234375, 7900.7939453125, 6184.857421875, 6602.14013671875, 5702.484375, 3733.2529296875, 4625.67578125, 3596.47509765625, 2459.1435546875, 1499.0458984375, 787.6495971679688, 313.3769226074219, 714.3916625976562, 3759.84814453125, 2722.26611328125, 819.9061889648438, 1671.2625732421875, 5171.84228515625, 6394.37109375, 16892.453125, 14443.521484375, 19585.248046875, 15872.7138671875, 7866.490234375, 6029.861328125, 2021.601318359375, 2805.296142578125, 10569.9697265625, 6373.865234375, 7033.6884765625, 8890.84765625, 8903.4892578125, 12079.9326171875, 18522.63671875, 18645.98046875, 12972.1640625, 6391.021484375, 1493.4906005859375, 215.4676055908203, 1048.8714599609375, 4436.7197265625, 5383.17041015625, 3281.52099609375, 2490.787841796875, 1191.4378662109375, 1432.35888671875, 1853.3338623046875, 3934.738037109375, 2192.66064453125, 1886.614013671875, 3195.63427734375, 6660.068359375, 6609.32958984375, 4200.9404296875, 368.2311706542969, 601.8248291015625, 1434.2132568359375, 2340.04541015625, 3311.14306640625, 5645.87158203125, 7595.76611328125, 7575.51025390625, 6708.2060546875, 4543.42578125, 7610.560546875, 3335.1728515625, 202.38490295410156, 272.1732177734375, 131.78395080566406, 1568.45703125, 4613.0625, 3171.993896484375, 1436.41943359375, 2725.639892578125, 1198.9241943359375, 745.9074096679688, 2414.609130859375, 2095.659423828125, 1485.5777587890625, 893.9282836914062, 372.15325927734375, 518.9738159179688, 567.1738891601562, 1593.8170166015625, 3208.8271484375, 2816.1806640625, 2908.3662109375, 85.75629425048828, 675.2686767578125, 1384.5933837890625, 1369.3931884765625, 568.9528198242188, 159.7958526611328, 84.84748840332031, 737.3469848632812, 464.3342590332031, 2995.13818359375, 4130.14892578125, 2779.089111328125, 334.1642761230469, 368.5907897949219, 754.1204223632812, 1082.02783203125, 948.76806640625, 647.5237426757812, 2327.9189453125, 1024.618896484375, 1397.1314697265625, 520.6107788085938, 768.9281005859375, 79.73072814941406, 109.73971557617188, 838.8817138671875, 592.6290283203125, 876.9087524414062, 153.7271728515625, 163.82896423339844, 616.90234375, 3556.593994140625, 3665.383544921875, 1636.755126953125, 749.5960083007812, 446.9513854980469, 743.9296264648438, 572.9898071289062, 927.473876953125, 1351.4522705078125, 965.27099609375, 2032.5836181640625, 468.7616882324219, 1146.6156005859375, 1057.842041015625, 843.0827026367188, 659.359130859375, 78.84721374511719, 93.05559539794922, 555.219482421875, 408.06634521484375, 155.25100708007812, 216.43179321289062, 79.63382720947266, 264.16064453125, 149.05984497070312, 851.999267578125, 3249.96923828125, 1604.345947265625, 1083.60595703125, 3587.107666015625, 1172.25830078125, 783.5259399414062, 430.29998779296875, 317.04864501953125, 863.0081787109375, 1010.9379272460938, 1652.3914794921875, 1977.7418212890625, 1699.134765625, 536.2229614257812, 763.61474609375, 1154.302490234375, 960.6209716796875, 356.3008117675781, 372.6778259277344, 78.0112075805664, 519.593994140625, 182.05845642089844, 234.5086212158203, 139.9842987060547, 104.97825622558594, 621.1316528320312, 1375.4188232421875, 1529.281494140625, 2322.47412109375, 5136.8662109375, 2217.467529296875, 944.71923828125, 617.8209838867188, 414.2004089355469, 407.0494079589844, 444.6719970703125, 434.92877197265625, 1215.72021484375, 694.0921630859375, 502.4632873535156, 247.4146728515625, 147.57679748535156, 78.04920196533203, 178.59849548339844, 592.8551025390625, 649.2003784179688, 196.87672424316406, 1996.4637451171875, 6408.40576171875, 6762.31640625, 4704.51708984375, 4790.08740234375, 5670.93798828125, 4424.1044921875, 783.1650390625, 894.0665283203125, 1064.2130126953125, 770.3648681640625, 628.5401611328125, 707.82275390625, 119.71104431152344, 205.40594482421875, 197.75454711914062, 128.1629180908203, 262.393310546875, 139.01339721679688, 781.6510620117188, 363.23907470703125, 625.2011108398438, 4903.5849609375, 6888.14111328125, 6819.421875, 6597.74072265625, 6449.12841796875, 5919.23828125, 3346.029296875, 1443.072509765625, 2919.556640625, 4144.47509765625, 988.2734985351562, 639.0576171875, 418.2969665527344, 292.722900390625, 963.51953125, 475.9094543457031, 643.7055053710938, 484.00274658203125, 342.6123962402344, 535.8653564453125, 1096.584228515625, 3382.659423828125, 6188.69677734375, 5888.26953125, 5363.4345703125, 3508.759033203125, 688.0750122070312, 1582.258544921875, 3977.171630859375, 3483.583251953125, 2750.054443359375, 348.8323669433594, 880.4725341796875, 373.97601318359375, 647.6365356445312, 487.990478515625, 1137.061279296875, 2964.06982421875, 4312.65283203125, 4015.180419921875, 2224.21435546875, 3011.943603515625, 2140.33251953125, 980.7128295898438, 651.3514404296875, 4229.330078125, 5256.48876953125, 1707.720458984375, 5565.6943359375, 1640.31591796875, 887.3179321289062, 3544.249267578125, 5022.60986328125, 2814.390380859375, 2848.647216796875, 409.09967041015625, 644.5597534179688, 438.5206604003906, 532.3396606445312, 653.332763671875, 622.277099609375, 1716.770751953125, 4955.9541015625, 4959.20068359375, 5032.3212890625, 2572.859130859375, 604.4946899414062, 994.4481201171875, 1512.7723388671875, 342.0479736328125, 315.3972473144531, 445.9427185058594, 935.0675048828125, 703.3925170898438, 2092.5595703125, 1105.3751220703125, 978.9548950195312, 565.6316528320312, 543.979736328125, 1110.6885986328125, 3537.869384765625, 4119.18798828125, 2894.759765625, 474.1512451171875, 536.7239990234375, 596.5409545898438, 758.8883666992188, 1125.0401611328125, 635.6329956054688, 754.3871459960938, 867.6779174804688, 1100.2657470703125, 3363.64892578125, 5154.4951171875, 5473.34912109375, 4563.34521484375, 602.0596313476562, 882.2908325195312, 444.7822570800781, 558.7049560546875, 1446.9600830078125, 497.3744812011719, 1183.2734375, 1869.6650390625, 1961.2598876953125, 2773.398193359375, 774.6724243164062, 2669.92041015625, 1205.43896484375, 491.33758544921875, 794.4895629882812, 905.6920776367188, 776.810546875, 2389.080322265625, 1365.18798828125, 1474.31689453125, 1318.111083984375, 650.7442016601562, 303.352783203125, 1297.08203125, 583.9927978515625, 1649.9503173828125, 476.06256103515625, 566.669189453125, 736.5115966796875, 731.2894287109375, 389.18634033203125, 853.2794189453125, 321.1790771484375, 423.63995361328125, 1135.0711669921875, 566.4734497070312, 333.400146484375, 649.0333251953125, 1844.8975830078125, 1386.6943359375, 470.7657775878906, 808.70947265625, 1197.8055419921875, 783.3333129882812]\n", - "881\n", - "5990\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "33\n", - "[1067.981201171875, 2368.894287109375, 799.5824584960938, 636.1356201171875, 368.1214904785156, 896.9647827148438, 1833.0625, 5190.28076171875, 4097.43017578125, 2945.84765625, 2679.90380859375, 1762.210693359375, 678.5092163085938, 327.9328918457031, 837.6106567382812, 579.8993530273438, 1084.9044189453125, 3721.86181640625, 1952.8673095703125, 609.187744140625, 465.888427734375, 402.2135009765625, 2063.62939453125, 2799.045654296875, 632.4448852539062, 1795.8934326171875, 407.7454833984375, 2317.8544921875, 5058.84765625, 868.5928955078125, 452.8359375, 650.9066162109375, 300.41217041015625]\n", - "33\n", - "5991\n", - "10\n", - "[831.7305297851562, 737.5798950195312, 1417.5513916015625, 1460.3126220703125, 565.819580078125, 1384.0550537109375, 1621.697021484375, 685.09033203125, 493.1552429199219, 704.8261108398438]\n", - "10\n", - "5992\n", - "7\n", - "[634.13671875, 870.4322509765625, 384.7518310546875, 2781.671142578125, 1817.8338623046875, 743.2111206054688, 1529.6627197265625]\n", - "7\n", - "5993\n", - "4\n", - "[1523.1571044921875, 2360.529296875, 1707.3299560546875, 1346.4754638671875]\n", - "4\n", - "5994\n", - "13\n", - "[1013.0092163085938, 874.236328125, 575.3233032226562, 888.0336303710938, 1285.295166015625, 1349.4185791015625, 720.3770141601562, 373.7756652832031, 527.435791015625, 1156.7440185546875, 758.6771240234375, 485.23309326171875, 681.8843383789062]\n", - "13\n", - "5995\n", - "9\n", - "[431.92889404296875, 314.2196960449219, 320.9451904296875, 2673.106689453125, 1218.685791015625, 1316.4432373046875, 330.6734313964844, 499.9346618652344, 1101.2115478515625]\n", - "9\n", - "5996\n", - "8\n", - "[602.4234619140625, 1137.244384765625, 521.5552978515625, 839.2327880859375, 936.757080078125, 1235.06396484375, 1351.1229248046875, 310.9672546386719]\n", - "8\n", - "5997\n", - "14\n", - "[364.3565368652344, 1168.639404296875, 781.4682006835938, 431.4956359863281, 514.8731079101562, 556.9110717773438, 1664.8408203125, 472.9441833496094, 383.6868896484375, 426.6688232421875, 999.7427368164062, 794.2684326171875, 774.6863403320312, 485.2996520996094]\n", - "14\n", - "5998\n", - "9\n", - "[539.2640380859375, 1680.1158447265625, 1935.5615234375, 1223.4158935546875, 301.3817443847656, 1538.77490234375, 1281.43505859375, 679.9089965820312, 503.1690368652344]\n", - "9\n", - "5999\n", - "27\n", - "[1160.55322265625, 526.2879028320312, 1332.869140625, 1768.8687744140625, 1909.3740234375, 1022.8909912109375, 1661.6793212890625, 1864.2552490234375, 2498.28759765625, 2351.10791015625, 879.7099609375, 433.822998046875, 804.0347290039062, 1919.555419921875, 2035.2105712890625, 2252.32861328125, 1038.9154052734375, 668.83544921875, 544.7068481445312, 1721.9940185546875, 968.4220581054688, 1353.8955078125, 772.099853515625, 456.5597839355469, 339.3740539550781, 433.9801025390625, 340.3597717285156]\n", - "27\n", - "6000\n", - "16\n", - "[609.7794799804688, 416.0560607910156, 3560.578369140625, 4360.6611328125, 2050.0478515625, 612.9678955078125, 2723.2294921875, 1489.6412353515625, 4813.01708984375, 5128.8583984375, 3439.70654296875, 986.6849975585938, 4423.1064453125, 1969.0159912109375, 1494.0181884765625, 454.6847839355469]\n", - "16\n", - "6001\n", - "28\n", - "[352.3625793457031, 2313.392822265625, 940.1555786132812, 325.9798278808594, 1296.63818359375, 611.59765625, 996.992919921875, 3321.16064453125, 2946.732666015625, 2627.47998046875, 1245.2412109375, 734.04736328125, 2683.739013671875, 2640.273681640625, 764.5983276367188, 520.9759521484375, 532.4832153320312, 339.39044189453125, 752.6092529296875, 1868.5870361328125, 3452.49609375, 766.1306762695312, 698.0222778320312, 1156.9180908203125, 931.17822265625, 360.01959228515625, 538.0296020507812, 529.7268676757812]\n", - "28\n", - "6002\n", - "72\n", - "[706.2286376953125, 407.7060852050781, 1242.6776123046875, 4153.83837890625, 2541.9853515625, 2355.123291015625, 1622.6517333984375, 1379.390869140625, 1115.2213134765625, 792.0797729492188, 2597.025390625, 4080.78125, 3085.754150390625, 3497.18994140625, 3942.8486328125, 2007.531494140625, 2905.86962890625, 2636.683837890625, 576.2761840820312, 913.91259765625, 1114.6719970703125, 408.6650390625, 1227.301025390625, 2384.517822265625, 3657.683837890625, 4554.62939453125, 4441.06103515625, 3552.37939453125, 3746.561279296875, 4221.8935546875, 3608.021484375, 2589.652587890625, 1468.586181640625, 336.4317321777344, 1467.2176513671875, 3029.880615234375, 4449.474609375, 4039.2626953125, 3551.579345703125, 3940.299560546875, 4339.775390625, 4006.861083984375, 1331.4151611328125, 614.1998291015625, 2827.92626953125, 2111.97802734375, 527.5150756835938, 701.05322265625, 1659.4189453125, 2681.753662109375, 1707.823486328125, 928.3399658203125, 392.3968811035156, 4084.8046875, 899.3936767578125, 534.0830078125, 1852.1695556640625, 2120.90234375, 315.6194763183594, 1404.1448974609375, 2145.545654296875, 370.71728515625, 1433.96337890625, 830.8033447265625, 420.24932861328125, 736.138671875, 377.0683898925781, 1495.2725830078125, 1351.581787109375, 2121.4951171875, 896.1554565429688, 531.861572265625]\n", - "72\n", - "6003\n", - "4\n", - "[2225.65771484375, 2879.6171875, 685.792236328125, 1876.7982177734375]\n", - "4\n", - "6004\n", - "38\n", - "[769.9215698242188, 1080.482421875, 993.6927490234375, 927.2295532226562, 3200.631591796875, 2867.061279296875, 505.984619140625, 862.368408203125, 4157.900390625, 3966.234619140625, 1039.2972412109375, 345.5119323730469, 620.27587890625, 807.5051879882812, 480.757080078125, 579.9700927734375, 4229.90283203125, 3764.083984375, 739.9890747070312, 407.67340087890625, 643.0999755859375, 1004.8221435546875, 3762.6220703125, 1337.7315673828125, 1342.895751953125, 2617.642578125, 536.4268798828125, 369.9945373535156, 1677.558349609375, 1839.044921875, 1065.3648681640625, 439.4654846191406, 1128.6690673828125, 394.2530822753906, 1842.0078125, 322.48565673828125, 538.7737426757812, 1412.8092041015625]\n", - "38\n", - "6005\n", - "15\n", - "[316.3636169433594, 347.23150634765625, 2462.311767578125, 1183.0897216796875, 1670.3048095703125, 2436.35595703125, 835.6117553710938, 1299.1956787109375, 3381.072509765625, 930.7247314453125, 2604.423828125, 1836.3563232421875, 521.8974609375, 487.99932861328125, 648.8921508789062]\n", - "15\n", - "6006\n", - "15\n", - "[1128.388916015625, 1314.5653076171875, 511.7740478515625, 301.81573486328125, 894.171630859375, 586.7810668945312, 886.8453369140625, 1081.535400390625, 2741.265380859375, 1747.3878173828125, 1749.9810791015625, 596.9191284179688, 1246.6402587890625, 497.02838134765625, 866.5468139648438]\n", - "15\n", - "6007\n", - "8\n", - "[491.1846618652344, 990.7244262695312, 321.74346923828125, 390.1839599609375, 1485.8017578125, 897.4832763671875, 496.0987548828125, 425.62701416015625]\n", - "8\n", - "6008\n", - "14\n", - "[382.7207946777344, 529.7365112304688, 562.8269653320312, 2915.709716796875, 3533.595703125, 3922.1328125, 1539.5472412109375, 338.9760437011719, 2151.858154296875, 2609.135009765625, 3070.690673828125, 571.5923461914062, 2340.1611328125, 1164.5943603515625]\n", - "14\n", - "6009\n", - "29\n", - "[594.33203125, 663.3367309570312, 1037.6873779296875, 2353.114013671875, 1051.7581787109375, 1758.1553955078125, 3194.0078125, 2983.427734375, 1359.53271484375, 592.0624389648438, 464.9192810058594, 1301.427978515625, 3555.241455078125, 3488.434326171875, 3420.335693359375, 2515.3955078125, 502.6695251464844, 603.2708740234375, 610.7303466796875, 937.2739868164062, 1672.3621826171875, 482.5704345703125, 427.6365051269531, 376.2154541015625, 1090.5926513671875, 2253.991943359375, 821.3922729492188, 531.9868774414062, 1440.593994140625]\n", - "29\n", - "6010\n", - "13\n", - "[508.4231262207031, 1629.44140625, 1320.08154296875, 691.3964233398438, 531.601318359375, 620.6907348632812, 1368.5389404296875, 2270.02392578125, 911.3152465820312, 543.5470581054688, 1590.997314453125, 1342.4261474609375, 1062.0606689453125]\n", - "13\n", - "6011\n", - "93\n", - "[453.55181884765625, 772.5396728515625, 1296.34423828125, 865.5610961914062, 487.74578857421875, 442.64215087890625, 1196.9813232421875, 976.1951293945312, 886.9226684570312, 554.7410888671875, 884.6626586914062, 992.8246459960938, 785.3238525390625, 948.9016723632812, 453.6048278808594, 392.628173828125, 1524.30078125, 3224.125, 1959.4593505859375, 2015.0245361328125, 1628.6607666015625, 815.7254028320312, 544.8385009765625, 1457.421142578125, 1579.0322265625, 422.20574951171875, 513.270751953125, 378.1188659667969, 411.7972106933594, 394.88336181640625, 740.0370483398438, 400.21771240234375, 1279.7435302734375, 1896.690185546875, 2196.672607421875, 2393.40380859375, 2755.423095703125, 2757.634765625, 1924.8558349609375, 950.3134765625, 2364.230712890625, 2030.0687255859375, 309.92852783203125, 390.9753723144531, 565.2074584960938, 654.1377563476562, 1356.174072265625, 2129.566650390625, 2551.541015625, 613.8673095703125, 954.0336303710938, 1931.6839599609375, 1348.8880615234375, 1497.1951904296875, 1469.6944580078125, 1263.4947509765625, 1522.2864990234375, 1109.93505859375, 2296.47900390625, 1371.06884765625, 913.4210205078125, 457.4357604980469, 515.6367797851562, 338.3110656738281, 836.778564453125, 1306.2757568359375, 1625.2587890625, 1737.9744873046875, 2275.54150390625, 1434.642822265625, 945.2008056640625, 570.34423828125, 936.5414428710938, 2868.596435546875, 1589.80224609375, 1389.7174072265625, 932.27685546875, 684.8333129882812, 1476.628662109375, 954.4721069335938, 333.17425537109375, 2151.7666015625, 1915.83984375, 1763.1766357421875, 3469.091796875, 3373.583740234375, 554.8374633789062, 423.0635070800781, 822.2403564453125, 1384.093994140625, 1210.762939453125, 495.8702392578125]\n", - "92\n", - "6012\n", - "10\n", - "[1816.7564697265625, 1882.7060546875, 984.0303955078125, 616.397216796875, 613.4288330078125, 649.0491333007812, 1810.74267578125, 2571.548583984375, 314.6846618652344, 354.6033020019531]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "6013\n", - "11\n", - "[627.35986328125, 496.7087097167969, 1624.3768310546875, 1295.39013671875, 1055.1890869140625, 353.5094299316406, 1459.257080078125, 1042.2796630859375, 346.266845703125, 1847.5194091796875, 1023.5780639648438]\n", - "11\n", - "6014\n", - "9\n", - "[1360.910888671875, 951.8458862304688, 925.3571166992188, 1912.8040771484375, 3364.746337890625, 1618.67626953125, 335.7281799316406, 1190.1097412109375, 590.7806396484375]\n", - "9\n", - "6015\n", - "48\n", - "[400.3623046875, 2220.3134765625, 305.74102783203125, 592.8141479492188, 983.5533447265625, 350.94586181640625, 1059.5693359375, 323.5608215332031, 882.5231323242188, 311.3356018066406, 587.6869506835938, 1983.06640625, 1387.953857421875, 730.8477172851562, 1737.62744140625, 1651.6220703125, 1656.2337646484375, 553.3822021484375, 677.927978515625, 1451.74462890625, 3707.061767578125, 4395.55224609375, 4419.81982421875, 4235.38623046875, 824.437744140625, 413.46453857421875, 2161.230712890625, 1244.21484375, 1872.6107177734375, 1282.7843017578125, 1794.6431884765625, 1223.4266357421875, 1291.9736328125, 492.4103698730469, 892.19921875, 2438.19873046875, 1974.093994140625, 591.13720703125, 712.4688720703125, 1330.827392578125, 2006.1483154296875, 1816.3516845703125, 1040.564208984375, 465.38671875, 316.1109924316406, 1471.6123046875, 2736.95263671875, 891.4041137695312]\n", - "48\n", - "6016\n", - "12\n", - "[646.7911987304688, 763.4813842773438, 768.4429321289062, 1377.197509765625, 959.6131591796875, 553.972900390625, 690.794189453125, 1492.975341796875, 1811.4525146484375, 543.3114013671875, 602.2765502929688, 377.0255126953125]\n", - "12\n", - "6017\n", - "15\n", - "[461.37548828125, 339.0463562011719, 364.29833984375, 441.2423400878906, 451.59246826171875, 520.251953125, 828.164794921875, 1142.736572265625, 869.61181640625, 758.945556640625, 719.9332885742188, 750.944580078125, 432.512939453125, 780.9120483398438, 530.1596069335938]\n", - "15\n", - "6018\n", - "284\n", - "[729.202880859375, 353.10577392578125, 588.1507568359375, 1198.7606201171875, 715.739501953125, 1087.8052978515625, 1160.88232421875, 2657.54931640625, 1561.274658203125, 1884.014404296875, 1835.447998046875, 685.4033813476562, 705.7450561523438, 525.2835083007812, 538.9862060546875, 449.5628967285156, 1211.524169921875, 556.2476806640625, 99.22035217285156, 207.57383728027344, 964.1881103515625, 1731.9810791015625, 1417.172119140625, 2107.38427734375, 1858.9835205078125, 1421.251220703125, 1058.826904296875, 2396.30712890625, 1812.16357421875, 1795.7813720703125, 489.79766845703125, 2159.35400390625, 2050.504150390625, 481.5079040527344, 706.1458129882812, 116.23058319091797, 574.1370849609375, 3900.217041015625, 3147.412841796875, 3318.86669921875, 3929.6201171875, 1805.3690185546875, 479.0616455078125, 372.06585693359375, 632.315185546875, 1283.9493408203125, 332.81195068359375, 1383.0560302734375, 140.4420623779297, 126.16517639160156, 366.22833251953125, 4763.09716796875, 5488.13134765625, 5551.23779296875, 5376.685546875, 3939.739990234375, 2273.31787109375, 2635.185791015625, 1086.2801513671875, 503.52362060546875, 1300.463134765625, 1159.3900146484375, 521.5453491210938, 485.7903747558594, 2633.7265625, 2118.269775390625, 656.72998046875, 3412.303466796875, 733.24609375, 539.5843505859375, 3466.86279296875, 4929.37158203125, 4415.03369140625, 3186.8818359375, 3427.507080078125, 4170.78369140625, 3309.1474609375, 918.88134765625, 777.6373901367188, 358.3153381347656, 742.5706787109375, 2224.015625, 3150.04443359375, 3827.8935546875, 3667.271240234375, 3188.018310546875, 4162.134765625, 4543.93212890625, 4718.67578125, 3613.806396484375, 1730.7489013671875, 518.4830322265625, 402.8086853027344, 1015.0154418945312, 4103.6640625, 3214.963134765625, 673.902099609375, 489.96820068359375, 480.8311767578125, 893.309326171875, 1154.6859130859375, 994.9010009765625, 1995.920654296875, 2628.18798828125, 5707.212890625, 5398.283203125, 4186.017578125, 4408.41845703125, 3967.713623046875, 4260.4462890625, 2452.876220703125, 1292.041748046875, 1079.126708984375, 1121.81982421875, 3047.773681640625, 3611.68896484375, 3210.82421875, 1825.003173828125, 725.7349853515625, 508.3357238769531, 997.4044189453125, 1841.532470703125, 1075.621826171875, 588.4498291015625, 1183.3472900390625, 1074.0787353515625, 2763.94677734375, 3270.30029296875, 3658.04833984375, 4613.576171875, 4686.80859375, 5003.72265625, 5605.4384765625, 5768.18408203125, 5800.798828125, 5621.03125, 4844.0751953125, 4653.43408203125, 3749.5234375, 1203.0191650390625, 4550.9482421875, 4211.3173828125, 3386.3095703125, 596.1176147460938, 315.89593505859375, 1855.7657470703125, 747.0026245117188, 1563.2484130859375, 376.8507385253906, 1823.4976806640625, 5075.68115234375, 5628.25048828125, 5263.439453125, 5309.20703125, 5643.74755859375, 5011.880859375, 5362.27734375, 5414.0673828125, 4558.08349609375, 2076.653564453125, 194.30776977539062, 1401.2684326171875, 1220.24462890625, 515.6898803710938, 636.81298828125, 410.8711853027344, 95.3685302734375, 227.81983947753906, 3052.624267578125, 5299.5537109375, 5907.8662109375, 5928.9677734375, 5849.0244140625, 5496.25390625, 4774.18603515625, 4889.64501953125, 5447.794921875, 4729.68115234375, 1740.198974609375, 710.0634155273438, 375.4810485839844, 879.041259765625, 587.7919311523438, 381.222900390625, 713.6520385742188, 309.3699035644531, 238.24420166015625, 368.3131103515625, 1214.3951416015625, 3043.485107421875, 5245.74169921875, 5572.25537109375, 4945.5205078125, 4962.85986328125, 5113.7685546875, 5042.982421875, 4763.47412109375, 3962.32470703125, 4141.18896484375, 3679.861572265625, 2371.563232421875, 526.8206176757812, 761.8417358398438, 665.8451538085938, 409.8783264160156, 300.460205078125, 1042.2279052734375, 1396.385986328125, 1236.6885986328125, 820.3305053710938, 1955.9730224609375, 3284.451416015625, 1226.207763671875, 1096.1309814453125, 3847.620849609375, 5271.84326171875, 5222.79833984375, 5092.97265625, 4502.9736328125, 4661.5263671875, 4387.1318359375, 950.9339599609375, 597.46337890625, 311.7286071777344, 1438.24951171875, 3380.0771484375, 2478.558837890625, 1928.065185546875, 807.5463256835938, 877.0675048828125, 1460.0760498046875, 991.504150390625, 1028.03076171875, 1697.0208740234375, 2616.62060546875, 2499.947265625, 3193.2158203125, 3431.915283203125, 3231.925537109375, 3262.05224609375, 1234.6470947265625, 2259.01708984375, 2880.225341796875, 1134.9063720703125, 2076.324462890625, 4682.8251953125, 3519.107666015625, 2572.599609375, 353.5330505371094, 837.2827758789062, 1264.025390625, 1538.0106201171875, 1490.1396484375, 2052.922607421875, 2526.946044921875, 4473.4091796875, 2080.0029296875, 3050.62646484375, 422.2053527832031, 1185.608154296875, 617.918701171875, 334.9384460449219, 388.9718017578125, 302.4790954589844, 1423.2197265625, 1183.3662109375, 831.73681640625, 693.1249389648438]\n", - "268\n", - "6019\n", - "7\n", - "[756.1749267578125, 1615.6905517578125, 1419.9739990234375, 349.77081298828125, 1051.1815185546875, 657.9312744140625, 1792.5567626953125]\n", - "7\n", - "6020\n", - "12\n", - "[580.8060913085938, 790.6867065429688, 784.7628173828125, 331.2886962890625, 1003.2482299804688, 609.0403442382812, 763.04345703125, 504.2168884277344, 962.8883666992188, 1273.6263427734375, 777.5128784179688, 813.4661865234375]\n", - "12\n", - "6021\n", - "8\n", - "[912.2305908203125, 802.801025390625, 403.8707275390625, 1768.55810546875, 497.76947021484375, 538.0982055664062, 487.02239990234375, 358.8931884765625]\n", - "8\n", - "6022\n", - "10\n", - "[805.943115234375, 597.9691162109375, 592.8727416992188, 936.590576171875, 314.2149963378906, 1264.1448974609375, 1031.746337890625, 731.35302734375, 1197.220703125, 1125.5609130859375]\n", - "10\n", - "6023\n", - "11\n", - "[766.5895385742188, 1112.2459716796875, 484.0264892578125, 396.73236083984375, 1062.67333984375, 2054.426025390625, 1509.2496337890625, 1061.6002197265625, 477.6242370605469, 515.7442626953125, 507.3326416015625]\n", - "11\n", - "6024\n", - "8\n", - "[687.3609619140625, 393.6220397949219, 875.5252685546875, 1061.459716796875, 980.50439453125, 693.5904541015625, 388.9063415527344, 462.1907958984375]\n", - "8\n", - "6025\n", - "6\n", - "[409.4262390136719, 582.302978515625, 4008.427978515625, 1921.39208984375, 356.4896240234375, 447.6517333984375]\n", - "6\n", - "6026\n", - "6\n", - "[780.2132568359375, 2068.445068359375, 3577.002685546875, 716.0940551757812, 1251.06201171875, 2178.3798828125]\n", - "6\n", - "6027\n", - "26\n", - "[631.2330322265625, 992.6871337890625, 966.6583251953125, 573.1375122070312, 473.8957214355469, 627.6102905273438, 327.7591247558594, 610.3919067382812, 1245.966796875, 1873.1474609375, 1838.814697265625, 1560.1348876953125, 660.0863037109375, 361.5784606933594, 737.6954956054688, 1801.5218505859375, 1761.9608154296875, 1718.476318359375, 1262.5677490234375, 830.7885131835938, 625.40087890625, 314.08441162109375, 451.2816467285156, 856.9891967773438, 1606.25634765625, 915.8717041015625]\n", - "26\n", - "6028\n", - "7\n", - "[436.2988586425781, 527.721923828125, 306.6933898925781, 1098.1597900390625, 1695.2384033203125, 564.7174072265625, 687.478515625]\n", - "7\n", - "6029\n", - "8\n", - "[937.6627807617188, 416.59478759765625, 1374.0413818359375, 1957.5787353515625, 706.077392578125, 897.61669921875, 1570.487548828125, 620.0463256835938]\n", - "8\n", - "6030\n", - "8\n", - "[564.4430541992188, 2253.71484375, 1857.030517578125, 769.3385620117188, 1349.6201171875, 1481.57080078125, 534.216552734375, 1144.3011474609375]\n", - "8\n", - "6031\n", - "8\n", - "[486.6311340332031, 1194.97509765625, 494.5984802246094, 725.1990356445312, 963.1533813476562, 346.45928955078125, 1077.004638671875, 306.1429748535156]\n", - "8\n", - "6032\n", - "7\n", - "[1060.8040771484375, 606.3309326171875, 889.0292358398438, 380.9247131347656, 690.0433349609375, 1096.1158447265625, 1410.997802734375]\n", - "7\n", - "6033\n", - "6\n", - "[597.27880859375, 344.4774475097656, 1835.7891845703125, 1402.9127197265625, 2148.361083984375, 2138.53369140625]\n", - "6\n", - "6034\n", - "13\n", - "[844.75927734375, 1005.79833984375, 2065.878173828125, 1282.8822021484375, 924.4546508789062, 395.18023681640625, 1126.2047119140625, 1215.418212890625, 368.8852844238281, 1695.5206298828125, 2354.930908203125, 400.0469055175781, 892.9093017578125]\n", - "13\n", - "6035\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "70\n", - "[326.0247802734375, 1087.482666015625, 557.985107421875, 413.93438720703125, 1184.5579833984375, 1101.5972900390625, 659.042236328125, 976.3946533203125, 981.8368530273438, 2572.569091796875, 929.0042114257812, 1156.6851806640625, 997.1025390625, 915.7705688476562, 305.12506103515625, 302.7367248535156, 1228.71435546875, 317.7674560546875, 913.300048828125, 651.0433349609375, 2182.7958984375, 1236.1378173828125, 2017.943359375, 3085.285888671875, 2748.180908203125, 1941.662109375, 1572.0721435546875, 1377.9176025390625, 2463.08642578125, 2337.100830078125, 1602.3958740234375, 459.5551452636719, 561.9277954101562, 1383.0897216796875, 1993.55908203125, 2774.272216796875, 2372.984130859375, 3757.792724609375, 3780.95556640625, 3637.9345703125, 3636.650390625, 3914.376220703125, 3914.074951171875, 3915.27294921875, 3769.217529296875, 2773.75146484375, 2317.12109375, 567.18994140625, 976.5004272460938, 612.3486938476562, 811.6165161132812, 1304.678466796875, 1685.9869384765625, 2811.882568359375, 2977.279296875, 2684.408935546875, 2713.886962890625, 1654.9779052734375, 1542.9815673828125, 3051.908203125, 3674.20947265625, 2685.95947265625, 3219.01220703125, 2436.548583984375, 1065.96044921875, 492.19677734375, 596.765869140625, 1317.3836669921875, 782.0953369140625, 742.8173217773438]\n", - "70\n", - "6036\n", - "12\n", - "[505.3050842285156, 622.5440063476562, 953.7996215820312, 2098.24169921875, 2631.184814453125, 1815.14794921875, 2087.63916015625, 476.6257629394531, 971.4340209960938, 1349.124755859375, 1408.4058837890625, 1854.480712890625]\n", - "12\n", - "6037\n", - "16\n", - "[916.4479370117188, 334.52874755859375, 383.4109191894531, 826.5806884765625, 1399.86669921875, 1136.204345703125, 1231.102783203125, 1675.028076171875, 1569.39404296875, 361.5401916503906, 880.482177734375, 695.5403442382812, 1094.8160400390625, 2004.7958984375, 2936.309814453125, 2040.2213134765625]\n", - "16\n", - "6038\n", - "9\n", - "[971.2852172851562, 473.41131591796875, 1299.377197265625, 2379.933837890625, 304.38897705078125, 390.94781494140625, 649.6690673828125, 1821.1734619140625, 1127.273681640625]\n", - "9\n", - "6039\n", - "8\n", - "[372.45989990234375, 1748.9132080078125, 2453.216064453125, 707.141357421875, 1557.7578125, 2096.56591796875, 1936.5526123046875, 372.9767150878906]\n", - "8\n", - "6040\n", - "7\n", - "[1148.557861328125, 2555.23193359375, 318.74005126953125, 697.3642578125, 1286.9952392578125, 413.1831970214844, 434.60882568359375]\n", - "7\n", - "6041\n", - "21\n", - "[365.6952209472656, 724.225830078125, 514.6566162109375, 522.7935180664062, 1017.3174438476562, 1179.2769775390625, 1322.075927734375, 3449.52197265625, 3185.552490234375, 2222.874755859375, 1354.548583984375, 513.9237670898438, 303.18792724609375, 511.54547119140625, 1428.737548828125, 1074.664306640625, 586.6170654296875, 464.7435607910156, 679.443115234375, 345.293212890625, 398.6764221191406]\n", - "21\n", - "6042\n", - "8\n", - "[1582.6287841796875, 1391.7701416015625, 2578.2041015625, 1533.5693359375, 1577.765380859375, 2196.666259765625, 4926.171875, 1332.6256103515625]\n", - "8\n", - "6043\n", - "10\n", - "[310.78387451171875, 1799.1263427734375, 2717.784423828125, 686.6738891601562, 827.4197998046875, 529.7915649414062, 795.1467895507812, 1476.4417724609375, 1058.5970458984375, 862.8079223632812]\n", - "10\n", - "6044\n", - "5\n", - "[393.9821472167969, 573.6238403320312, 3144.614501953125, 2396.384033203125, 635.2222900390625]\n", - "5\n", - "6045\n", - "5\n", - "[2896.406005859375, 5875.3994140625, 1224.2423095703125, 1694.1944580078125, 1012.3167724609375]\n", - "5\n", - "6046\n", - "9\n", - "[611.4376220703125, 1881.3551025390625, 1406.06884765625, 323.6930236816406, 3232.649658203125, 3686.44287109375, 2287.680419921875, 741.8740234375, 475.9809265136719]\n", - "9\n", - "6047\n", - "42\n", - "[333.3077087402344, 1420.0762939453125, 2064.212646484375, 579.6801147460938, 1198.9842529296875, 1294.1669921875, 954.6513061523438, 710.3406982421875, 3155.732666015625, 1225.766357421875, 889.0072021484375, 1462.837890625, 2146.284423828125, 3940.480224609375, 5093.162109375, 3319.27099609375, 830.1539306640625, 1017.359375, 2977.581298828125, 5928.515625, 5813.38623046875, 1646.1884765625, 353.1196594238281, 843.4889526367188, 1618.173828125, 738.3778076171875, 1688.03125, 3546.122802734375, 1348.1793212890625, 853.462158203125, 547.945068359375, 3202.931640625, 3593.165283203125, 3456.677490234375, 3438.770751953125, 5619.23291015625, 1465.2359619140625, 313.04742431640625, 473.4707946777344, 2091.599609375, 3333.704345703125, 1531.3507080078125]\n", - "42\n", - "6048\n", - "7\n", - "[510.259033203125, 393.1678771972656, 648.2106323242188, 2150.966796875, 1940.7818603515625, 841.7081909179688, 413.271728515625]\n", - "7\n", - "6049\n", - "6\n", - "[399.8226013183594, 906.5736083984375, 771.9276733398438, 1561.6846923828125, 1353.57666015625, 445.74542236328125]\n", - "6\n", - "6050\n", - "7\n", - "[616.9850463867188, 1351.9190673828125, 1694.8079833984375, 2466.5478515625, 1362.2938232421875, 486.7386474609375, 629.3403930664062]\n", - "7\n", - "6051\n", - "13\n", - "[1162.570556640625, 1916.4229736328125, 2615.963134765625, 2026.0401611328125, 1765.932861328125, 1343.972900390625, 1561.501708984375, 818.886474609375, 2963.425048828125, 1955.358642578125, 573.924560546875, 1728.977783203125, 1083.0174560546875]\n", - "13\n", - "6052\n", - "5\n", - "[1235.80126953125, 2820.06201171875, 1180.197509765625, 845.4282836914062, 1009.830078125]\n", - "5\n", - "6053\n", - "7\n", - "[464.8373718261719, 808.164794921875, 377.79119873046875, 1473.0579833984375, 1106.7884521484375, 812.7811279296875, 362.2314147949219]\n", - "7\n", - "6054\n", - "5\n", - "[1623.581787109375, 2084.65087890625, 535.6443481445312, 1407.6529541015625, 316.08209228515625]\n", - "5\n", - "6055\n", - "16\n", - "[313.7016296386719, 1591.7779541015625, 2717.9765625, 970.4077758789062, 326.0135803222656, 399.388916015625, 796.3635864257812, 929.212158203125, 353.6540222167969, 1271.9178466796875, 2694.19580078125, 2148.42724609375, 1371.3580322265625, 383.4532470703125, 1165.9195556640625, 646.2831420898438]\n", - "16\n", - "6056\n", - "4\n", - "[2522.546630859375, 938.3919067382812, 936.2379150390625, 2569.298095703125]\n", - "4\n", - "6057\n", - "6\n", - "[1233.59912109375, 968.595947265625, 817.9854125976562, 2260.83447265625, 1067.120361328125, 725.320556640625]\n", - "6\n", - "6058\n", - "8\n", - "[345.4093017578125, 325.8822937011719, 474.9225769042969, 693.590576171875, 1779.7225341796875, 427.5203552246094, 495.0040283203125, 618.797119140625]\n", - "8\n", - "6059\n", - "30\n", - "[311.48345947265625, 703.339599609375, 3074.96142578125, 1828.115234375, 547.5274047851562, 2156.825927734375, 1734.1605224609375, 1634.873046875, 2085.223388671875, 3482.8701171875, 3561.136474609375, 1737.0538330078125, 479.1275939941406, 1597.051513671875, 2172.103271484375, 2465.983642578125, 2527.94677734375, 2254.746826171875, 3397.88134765625, 2883.582763671875, 512.9124755859375, 648.4279174804688, 1480.3450927734375, 1990.826171875, 414.8074951171875, 708.30419921875, 1627.8922119140625, 872.5655517578125, 535.5427856445312, 688.4146118164062]\n", - "30\n", - "6060\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[523.5106811523438, 376.0130615234375, 594.9922485351562, 694.1817016601562, 675.0319213867188, 1058.0322265625, 616.098388671875, 642.7655029296875]\n", - "8\n", - "6061\n", - "10\n", - "[407.9277648925781, 1036.0875244140625, 3691.45849609375, 2974.06005859375, 1405.619384765625, 362.18804931640625, 1199.703857421875, 1945.6295166015625, 2111.4287109375, 326.21112060546875]\n", - "10\n", - "6062\n", - "15\n", - "[677.24853515625, 1537.3450927734375, 3087.8310546875, 1255.1004638671875, 1510.4949951171875, 2258.511962890625, 892.6714477539062, 2496.650634765625, 2235.222900390625, 414.6499328613281, 512.099853515625, 759.5723266601562, 1796.397216796875, 407.0748596191406, 1304.0252685546875]\n", - "15\n", - "6063\n", - "16\n", - "[1683.6573486328125, 324.1679992675781, 2079.9140625, 974.45556640625, 498.9205017089844, 1656.387939453125, 2081.19580078125, 2121.32177734375, 1900.8294677734375, 860.5110473632812, 1384.199951171875, 712.1075439453125, 604.6731567382812, 649.4346313476562, 793.8289794921875, 312.69451904296875]\n", - "16\n", - "6064\n", - "6\n", - "[1265.3994140625, 1447.367919921875, 1235.352294921875, 507.32122802734375, 1239.4996337890625, 847.7349243164062]\n", - "6\n", - "6065\n", - "9\n", - "[490.7575988769531, 721.9549560546875, 1562.001953125, 663.4889526367188, 1171.692626953125, 1015.6636962890625, 397.4653015136719, 585.382080078125, 488.4225158691406]\n", - "9\n", - "6066\n", - "9\n", - "[1304.2435302734375, 2551.41845703125, 409.06878662109375, 435.8993225097656, 1432.221435546875, 2094.831298828125, 471.66790771484375, 731.49267578125, 500.5669250488281]\n", - "9\n", - "6067\n", - "12\n", - "[501.93017578125, 528.2089233398438, 902.5065307617188, 374.62451171875, 418.1392517089844, 411.70751953125, 484.294189453125, 742.4710693359375, 567.1002197265625, 431.2386779785156, 415.9571838378906, 366.469970703125]\n", - "12\n", - "6068\n", - "8\n", - "[549.84765625, 567.3294067382812, 452.68035888671875, 506.5434265136719, 1178.4114990234375, 1609.1766357421875, 1430.6937255859375, 673.2080688476562]\n", - "8\n", - "6069\n", - "10\n", - "[359.6534423828125, 386.6064453125, 965.701416015625, 857.2849731445312, 534.01904296875, 410.3479309082031, 624.3472290039062, 974.8983154296875, 623.2200927734375, 764.0160522460938]\n", - "10\n", - "6070\n", - "16\n", - "[571.2676391601562, 1206.7625732421875, 1161.9012451171875, 1166.6568603515625, 705.55224609375, 333.2235107421875, 452.8544616699219, 972.8959350585938, 1196.5885009765625, 1336.531982421875, 604.4287109375, 612.10546875, 846.4561157226562, 1156.7171630859375, 923.5889282226562, 318.41107177734375]\n", - "16\n", - "6071\n", - "8\n", - "[405.0867004394531, 772.655029296875, 361.1410827636719, 536.2338256835938, 972.653076171875, 1252.2523193359375, 347.3221435546875, 408.912841796875]\n", - "8\n", - "6072\n", - "8\n", - "[352.5121154785156, 961.8554077148438, 1344.3155517578125, 1141.2584228515625, 574.9700927734375, 778.7232666015625, 977.055419921875, 518.2644653320312]\n", - "8\n", - "6073\n", - "6\n", - "[1754.4544677734375, 2121.3935546875, 331.1875305175781, 972.3623657226562, 2323.07958984375, 335.57623291015625]\n", - "6\n", - "6074\n", - "6\n", - "[564.105224609375, 567.1927490234375, 597.19091796875, 2377.516845703125, 850.962158203125, 374.42529296875]\n", - "6\n", - "6075\n", - "12\n", - "[795.9559936523438, 1171.8194580078125, 530.142822265625, 912.77001953125, 2018.9676513671875, 2258.019775390625, 1510.478759765625, 450.3988952636719, 981.3063354492188, 1928.9571533203125, 1857.244873046875, 834.7676391601562]\n", - "12\n", - "6076\n", - "10\n", - "[1075.7406005859375, 1507.7734375, 319.3315734863281, 569.7527465820312, 536.8724975585938, 452.6486511230469, 886.1668701171875, 897.1530151367188, 669.88427734375, 1046.631103515625]\n", - "10\n", - "6077\n", - "7\n", - "[425.63592529296875, 1083.2291259765625, 1205.0042724609375, 2041.1156005859375, 1067.54931640625, 696.7947387695312, 716.1378173828125]\n", - "7\n", - "6078\n", - "12\n", - "[494.2357177734375, 1008.948974609375, 624.1851196289062, 1109.383056640625, 1945.729736328125, 881.9779052734375, 735.2084350585938, 956.451416015625, 1592.6588134765625, 1312.133056640625, 390.55224609375, 607.2841186523438]\n", - "12\n", - "6079\n", - "158\n", - "[606.466064453125, 1469.062744140625, 398.5881652832031, 767.6962890625, 698.329345703125, 544.3770141601562, 504.69903564453125, 309.13861083984375, 452.0662536621094, 2869.75341796875, 4269.25537109375, 3622.383544921875, 827.1585693359375, 934.9661254882812, 488.1463623046875, 398.2084655761719, 308.50579833984375, 536.3221435546875, 1834.405029296875, 1091.443603515625, 792.58837890625, 1572.6739501953125, 3133.703857421875, 3748.49169921875, 3287.1591796875, 2113.24951171875, 1894.292724609375, 1786.5274658203125, 1598.298828125, 417.4101257324219, 352.0892333984375, 1548.8526611328125, 677.9976196289062, 750.9124145507812, 810.0361938476562, 644.3495483398438, 446.4341125488281, 296.26068115234375, 1392.608642578125, 2485.03759765625, 2608.863037109375, 2170.596923828125, 1846.3609619140625, 2762.453857421875, 1025.2503662109375, 837.3876953125, 822.9705200195312, 1608.518798828125, 2779.042724609375, 2549.59912109375, 2684.440185546875, 1209.2391357421875, 3589.422607421875, 4166.927734375, 3810.11962890625, 3704.12158203125, 3613.2255859375, 1005.6373291015625, 1440.97900390625, 1622.05224609375, 1289.625732421875, 879.1009521484375, 1497.806396484375, 2233.196533203125, 285.45294189453125, 1320.9910888671875, 3360.8828125, 3901.621337890625, 4191.96484375, 4406.97998046875, 3989.714599609375, 3921.279296875, 3305.72802734375, 2960.0888671875, 1977.685302734375, 1225.9727783203125, 2031.8594970703125, 1717.6627197265625, 632.0999145507812, 960.6436157226562, 404.6090393066406, 3168.378173828125, 4213.25927734375, 3983.368408203125, 4350.27490234375, 4355.56787109375, 4142.17529296875, 4177.2158203125, 3672.15966796875, 1868.536865234375, 1301.70361328125, 982.1053466796875, 485.2035827636719, 2219.50048828125, 1775.8734130859375, 3419.297119140625, 3497.545654296875, 4289.017578125, 4274.6748046875, 4463.04833984375, 4063.339111328125, 2632.779296875, 1803.6905517578125, 618.8467407226562, 322.82568359375, 2117.597900390625, 1493.5213623046875, 2012.5673828125, 3433.092529296875, 3326.746826171875, 4085.85888671875, 3313.25390625, 2112.4267578125, 2318.0673828125, 2312.39453125, 1295.32568359375, 875.641845703125, 324.6698913574219, 997.6185302734375, 1060.8555908203125, 1994.3873291015625, 2421.79150390625, 1236.816650390625, 2811.92236328125, 1554.380859375, 490.12603759765625, 535.9830932617188, 418.3638916015625, 357.73492431640625, 2165.62939453125, 698.30224609375, 3900.848388671875, 1476.94140625, 388.40423583984375, 393.3086242675781, 615.3345947265625, 985.8028564453125, 633.7633056640625, 1394.2359619140625, 1322.3426513671875, 1376.1417236328125, 1433.981689453125, 1251.0234375, 601.1503295898438, 1059.3006591796875, 177.30799865722656, 806.2618408203125, 553.9055786132812, 1922.26806640625, 385.5746154785156, 2644.7666015625, 1227.11181640625, 2421.694091796875, 342.7183837890625, 589.8707275390625]\n", - "155\n", - "6080\n", - "8\n", - "[423.7950439453125, 430.79052734375, 1133.67626953125, 1213.260986328125, 1117.82763671875, 456.0827331542969, 721.6658325195312, 689.3375244140625]\n", - "8\n", - "6081\n", - "8\n", - "[868.3003540039062, 475.0427551269531, 573.5440673828125, 932.6561279296875, 3402.339111328125, 1525.74560546875, 456.98101806640625, 451.081787109375]\n", - "8\n", - "6082\n", - "8\n", - "[590.1351318359375, 642.011962890625, 341.1446533203125, 1283.8184814453125, 1626.9754638671875, 1225.086181640625, 503.34161376953125, 425.6776123046875]\n", - "8\n", - "6083\n", - "7\n", - "[694.4271850585938, 333.62286376953125, 378.41973876953125, 1732.5733642578125, 997.9948120117188, 733.3336791992188, 717.5072631835938]\n", - "7\n", - "6084\n", - "44\n", - "[392.9222412109375, 411.96710205078125, 1279.2559814453125, 497.5278015136719, 685.5795288085938, 868.8758544921875, 1288.62939453125, 577.2340698242188, 925.8368530273438, 703.0078125, 343.53338623046875, 316.92437744140625, 340.3899230957031, 469.88104248046875, 536.750732421875, 1660.7406005859375, 1669.88818359375, 2146.70947265625, 363.9799499511719, 1121.0032958984375, 569.7194213867188, 2514.5810546875, 1463.9847412109375, 724.376220703125, 1610.9749755859375, 1481.4761962890625, 1450.181640625, 2300.22509765625, 2275.239501953125, 1583.1220703125, 1061.6036376953125, 1110.32958984375, 614.2063598632812, 408.2496643066406, 1870.472412109375, 2812.94091796875, 2634.650146484375, 2276.53662109375, 552.919921875, 954.4915771484375, 790.6007690429688, 1417.2762451171875, 1586.2264404296875, 601.85400390625]\n", - "44\n", - "6085\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[375.6343078613281, 536.7849731445312, 763.1278076171875, 462.07659912109375, 739.9545288085938, 1087.6158447265625, 1161.0487060546875, 595.379638671875, 841.2577514648438, 1160.6939697265625, 660.4237060546875, 349.5437927246094, 789.38916015625, 740.3286743164062]\n", - "14\n", - "6086\n", - "20\n", - "[409.1031799316406, 1449.7139892578125, 1047.47119140625, 310.8431396484375, 456.8242492675781, 1971.9912109375, 2257.56103515625, 1589.515869140625, 307.479248046875, 980.2894287109375, 1731.6651611328125, 1486.46728515625, 1037.428955078125, 351.1630859375, 317.84130859375, 1475.3280029296875, 1738.8399658203125, 1513.8568115234375, 507.8233947753906, 549.7213134765625]\n", - "20\n", - "6087\n", - "477\n", - "[488.50140380859375, 1689.7872314453125, 781.8024291992188, 595.9542846679688, 892.7861938476562, 1380.376953125, 373.1622009277344, 446.3016357421875, 2261.791259765625, 3616.28662109375, 1759.2032470703125, 1512.4901123046875, 795.79443359375, 674.302734375, 2844.0341796875, 3734.384521484375, 4100.875, 3444.693603515625, 584.020751953125, 3159.166748046875, 4661.59130859375, 4839.71142578125, 4264.3662109375, 3745.619873046875, 2946.3447265625, 4873.6083984375, 4475.0390625, 4160.00537109375, 3131.095947265625, 1962.787841796875, 382.5384521484375, 907.8403930664062, 2490.5625, 3759.28759765625, 4735.8369140625, 2961.52978515625, 4741.6748046875, 4882.85107421875, 3890.71728515625, 599.4085693359375, 1875.691162109375, 774.0303955078125, 837.2897338867188, 2325.432861328125, 4800.02880859375, 5061.21435546875, 5100.39306640625, 5478.263671875, 5224.69970703125, 4187.4912109375, 2539.714111328125, 733.5196533203125, 1133.157470703125, 405.76446533203125, 341.8558044433594, 2338.2607421875, 3884.109375, 1488.9945068359375, 309.7233581542969, 2628.316650390625, 3106.650390625, 3621.643798828125, 5078.79150390625, 5328.86328125, 3812.996826171875, 3974.8544921875, 2437.30517578125, 2555.779541015625, 703.2536010742188, 1715.7171630859375, 483.38275146484375, 350.03399658203125, 333.3862609863281, 1589.4112548828125, 2299.94482421875, 2266.09423828125, 1994.0264892578125, 3170.141357421875, 3290.02880859375, 2123.26123046875, 2586.416015625, 1633.3216552734375, 569.28173828125, 1973.0733642578125, 942.7335205078125, 1886.793212890625, 2017.8465576171875, 317.00311279296875, 375.6351318359375, 319.9335632324219, 1416.8626708984375, 1128.683349609375, 354.1085510253906, 877.6383056640625, 279.1679992675781, 2128.2998046875, 3290.787353515625, 2075.9052734375, 2957.244140625, 2982.15869140625, 4579.21484375, 2432.23193359375, 481.3916320800781, 639.0679321289062, 432.42547607421875, 1860.4193115234375, 2527.031005859375, 1377.6319580078125, 2204.398681640625, 1440.06884765625, 2649.154052734375, 4462.564453125, 5546.45751953125, 4283.78466796875, 5148.04443359375, 4955.39404296875, 5317.68017578125, 5432.04833984375, 1762.1104736328125, 583.5343017578125, 2248.30322265625, 589.0535278320312, 4287.74560546875, 5408.4599609375, 4872.79150390625, 5056.65673828125, 5317.9638671875, 5445.38623046875, 5067.9326171875, 4384.4736328125, 4963.05029296875, 5733.501953125, 5224.578125, 2199.111083984375, 2565.393310546875, 494.2890319824219, 336.77166748046875, 5009.39892578125, 4933.72265625, 5260.837890625, 3729.00439453125, 3765.565185546875, 4908.88916015625, 3732.015869140625, 5722.99609375, 5674.09375, 4191.77099609375, 4401.841796875, 5575.935546875, 5071.638671875, 4032.316650390625, 5701.9736328125, 3710.9990234375, 592.90478515625, 495.6895446777344, 333.2599792480469, 2130.662841796875, 3243.03173828125, 4624.34130859375, 5243.677734375, 3883.8603515625, 4556.3330078125, 5206.89697265625, 5140.83447265625, 4903.57275390625, 5197.55517578125, 4150.99951171875, 4741.70947265625, 5518.693359375, 5655.7060546875, 5563.11328125, 4958.701171875, 3304.240966796875, 350.2051696777344, 752.723876953125, 2101.09765625, 951.1136474609375, 884.3621215820312, 507.98052978515625, 785.6131591796875, 4113.2626953125, 2339.940185546875, 471.662109375, 916.3247680664062, 2277.1328125, 2538.225830078125, 4186.6396484375, 4961.22607421875, 4897.12158203125, 5632.8125, 5543.99609375, 5220.69775390625, 5589.25, 4540.32568359375, 2079.032470703125, 2492.334716796875, 4495.7724609375, 4296.90771484375, 3434.85400390625, 1464.9315185546875, 455.5394592285156, 465.5888977050781, 2061.649658203125, 441.8711853027344, 2335.2783203125, 3271.5947265625, 2268.5615234375, 627.6415405273438, 504.60931396484375, 4592.64501953125, 5342.02734375, 5747.5341796875, 5634.48046875, 5220.76123046875, 4236.7294921875, 5677.47021484375, 5546.50341796875, 5221.8095703125, 3873.632568359375, 3296.01708984375, 3357.70703125, 1808.3604736328125, 1089.262939453125, 342.10638427734375, 502.02349853515625, 586.3157348632812, 1330.3338623046875, 1761.6470947265625, 2477.120849609375, 1689.689208984375, 3363.4462890625, 1807.08056640625, 689.1981811523438, 2133.6162109375, 5297.15576171875, 5653.48193359375, 5692.388671875, 5679.45068359375, 5481.91796875, 5511.9462890625, 5189.82958984375, 4969.357421875, 4701.54638671875, 2704.953857421875, 2185.593994140625, 986.2210083007812, 790.725830078125, 822.7442626953125, 1097.6181640625, 428.7135314941406, 1838.2845458984375, 5616.99658203125, 5500.11474609375, 5718.32275390625, 5694.94873046875, 5699.32080078125, 5498.3193359375, 5379.91455078125, 5383.96240234375, 3864.360595703125, 2846.47216796875, 1865.7357177734375, 369.9988098144531, 636.206787109375, 1122.433837890625, 939.760498046875, 2010.11328125, 1160.75439453125, 366.7337646484375, 375.72198486328125, 4217.23583984375, 5418.00439453125, 5307.10498046875, 5338.7783203125, 5549.462890625, 5602.1416015625, 3720.485107421875, 4883.26806640625, 4932.03173828125, 4289.52978515625, 4115.4580078125, 2180.74072265625, 865.0633544921875, 819.8384399414062, 1168.9013671875, 1043.922607421875, 2656.5458984375, 1977.893798828125, 1562.525146484375, 2675.399658203125, 2897.288818359375, 2394.9404296875, 2647.97265625, 3465.14892578125, 3752.940185546875, 4637.05322265625, 5171.5751953125, 5424.73974609375, 5184.130859375, 4868.80712890625, 4538.63427734375, 5420.6103515625, 5624.9189453125, 5441.1875, 5044.9638671875, 4178.9951171875, 2104.080322265625, 1682.5130615234375, 657.8854370117188, 692.0115356445312, 1303.09130859375, 2668.9072265625, 3200.62353515625, 2907.939208984375, 1930.5377197265625, 1544.2418212890625, 466.906005859375, 958.3933715820312, 4506.71826171875, 5003.955078125, 4303.97314453125, 4590.1142578125, 5092.5166015625, 3903.44677734375, 3439.52197265625, 349.58544921875, 2129.67822265625, 4613.8935546875, 5246.9443359375, 4088.23828125, 2432.739501953125, 1260.101806640625, 1362.71240234375, 1311.59619140625, 600.6980590820312, 1919.7249755859375, 2929.58447265625, 3185.84521484375, 1482.7042236328125, 1473.3603515625, 1254.3292236328125, 730.9189453125, 481.0789489746094, 2599.411865234375, 4610.76611328125, 4849.57958984375, 4501.7783203125, 2241.996337890625, 1359.898681640625, 459.73187255859375, 3835.299560546875, 3766.121337890625, 1573.2996826171875, 462.07537841796875, 354.85003662109375, 1738.7152099609375, 1346.766845703125, 372.9432067871094, 1509.4195556640625, 2957.26806640625, 1453.750732421875, 1003.3208618164062, 1894.140380859375, 837.63427734375, 1221.11962890625, 1735.939208984375, 1538.927734375, 3313.17138671875, 3885.6728515625, 2381.3486328125, 95.33201599121094, 706.1090087890625, 993.1011962890625, 1333.8837890625, 801.3715209960938, 424.3754577636719, 573.17626953125, 998.7086181640625, 793.640380859375, 982.0932006835938, 1352.7286376953125, 1535.411865234375, 343.43603515625, 453.4713439941406, 411.292724609375, 328.4411315917969, 708.7046508789062, 1258.287841796875, 4739.6416015625, 2320.2841796875, 1247.5225830078125, 2799.880615234375, 3488.16943359375, 1972.8475341796875, 514.6805419921875, 1494.6005859375, 894.5491333007812, 786.5778198242188, 772.4591674804688, 3099.55029296875, 315.7075500488281, 2264.878662109375, 2238.214599609375, 4329.8837890625, 1594.6583251953125, 1724.576416015625, 3998.396484375, 1852.641357421875, 203.19081115722656, 1481.99853515625, 900.8502197265625, 626.0646362304688, 1300.7237548828125, 885.255615234375, 346.2842712402344, 761.9303588867188, 1492.8572998046875, 2572.72607421875, 1083.61474609375, 445.8672790527344, 879.7811279296875, 1014.7783813476562, 1706.9185791015625, 1508.0018310546875, 130.82164001464844, 381.467041015625, 353.7315368652344, 408.8167419433594, 867.2542114257812, 2537.0185546875, 764.4349365234375, 1802.3360595703125, 1869.34130859375, 2268.2255859375, 4115.0234375, 2818.21630859375, 793.7327270507812, 797.4739379882812, 372.148681640625, 983.4874877929688, 420.9064025878906, 323.6838073730469, 711.25634765625, 413.5815124511719, 1150.260009765625, 994.19580078125, 608.1353149414062, 1967.8782958984375, 511.4583435058594, 641.5814208984375, 4430.607421875, 4904.50537109375, 854.5885620117188, 531.1512451171875, 1383.5897216796875, 1610.775390625, 1131.58544921875, 529.4766235351562, 2414.683837890625, 985.416015625, 1516.7200927734375]\n", - "461\n", - "6088\n", - "10\n", - "[377.1567687988281, 367.6295471191406, 808.757080078125, 1822.41064453125, 1386.27197265625, 423.6404113769531, 578.0152587890625, 984.81591796875, 1257.0667724609375, 956.16552734375]\n", - "10\n", - "6089\n", - "9\n", - "[659.6264038085938, 321.4736633300781, 365.20343017578125, 1235.820556640625, 414.7196960449219, 704.447265625, 723.480224609375, 632.9823608398438, 508.6175231933594]\n", - "9\n", - "6090\n", - "7\n", - "[346.89739990234375, 1110.202880859375, 321.6579284667969, 1901.9290771484375, 1360.2388916015625, 1030.7855224609375, 419.55322265625]\n", - "7\n", - "6091\n", - "9\n", - "[474.2667236328125, 1330.8758544921875, 1190.68017578125, 760.058349609375, 997.1159057617188, 1467.0233154296875, 1448.6070556640625, 1116.4742431640625, 359.5189208984375]\n", - "9\n", - "6092\n", - "13\n", - "[713.2457885742188, 388.42791748046875, 609.0272827148438, 536.1661376953125, 1214.3839111328125, 461.8626708984375, 482.11553955078125, 2301.322265625, 631.4586181640625, 1672.5296630859375, 542.890625, 713.4016723632812, 377.6881103515625]\n", - "13\n", - "6093\n", - "22\n", - "[566.7908935546875, 397.1939392089844, 344.373779296875, 635.0645141601562, 485.808837890625, 636.43310546875, 1160.48974609375, 582.3694458007812, 842.3331909179688, 1567.83740234375, 1943.2979736328125, 1511.8082275390625, 371.47467041015625, 875.1978759765625, 2272.630126953125, 2008.9986572265625, 859.5462646484375, 458.7470397949219, 1138.0030517578125, 1871.17138671875, 2208.17822265625, 1530.96337890625]\n", - "22\n", - "6094\n", - "10\n", - "[569.6524047851562, 405.00726318359375, 460.31591796875, 305.5982971191406, 871.76806640625, 2188.695068359375, 1587.6929931640625, 543.3797607421875, 1764.5384521484375, 837.85693359375]\n", - "10\n", - "6095\n", - "9\n", - "[909.3735961914062, 795.0037841796875, 400.2009582519531, 815.2507934570312, 1335.9892578125, 1685.9090576171875, 1315.7122802734375, 625.4224243164062, 335.5271301269531]\n", - "9\n", - "6096\n", - "26\n", - "[1336.0277099609375, 1392.2596435546875, 800.3597412109375, 913.400390625, 1265.908203125, 919.0509643554688, 413.68438720703125, 389.61932373046875, 2310.805908203125, 2158.48486328125, 1092.6282958984375, 737.2095947265625, 838.465576171875, 1065.255859375, 1510.0406494140625, 584.173583984375, 306.252197265625, 328.48480224609375, 1726.9537353515625, 1834.0194091796875, 931.2261962890625, 1139.2655029296875, 478.76611328125, 489.1359558105469, 1441.321044921875, 1023.8486328125]\n", - "26\n", - "6097\n", - "7\n", - "[432.41534423828125, 653.5541381835938, 400.58197021484375, 956.3812866210938, 2176.92919921875, 1423.4285888671875, 605.197021484375]\n", - "7\n", - "6098\n", - "25\n", - "[403.3433837890625, 610.9766235351562, 1958.511962890625, 969.3538818359375, 567.55615234375, 608.516845703125, 1577.9478759765625, 2465.1328125, 2567.699951171875, 717.5892333984375, 1507.9007568359375, 1385.664794921875, 2658.88916015625, 2601.643310546875, 560.34228515625, 1870.965576171875, 2003.337158203125, 2698.96337890625, 2155.770751953125, 896.3067626953125, 994.06298828125, 2027.578857421875, 1476.9852294921875, 1362.2506103515625, 496.04217529296875]\n", - "25\n", - "6099\n", - "13\n", - "[646.1510620117188, 688.74755859375, 906.6727905273438, 1164.68994140625, 1416.1329345703125, 1920.7344970703125, 2724.9521484375, 300.17474365234375, 377.6765441894531, 371.4171447753906, 469.7494812011719, 1129.9219970703125, 682.4305419921875]\n", - "13\n", - "6100\n", - "16\n", - "[1250.4095458984375, 939.9983520507812, 362.44488525390625, 2173.13525390625, 1863.0474853515625, 2976.9296875, 1271.981689453125, 479.2491455078125, 1064.4107666015625, 2351.385009765625, 2563.736328125, 1512.634521484375, 408.40869140625, 966.7159423828125, 823.641845703125, 373.154296875]\n", - "16\n", - "6101\n", - "10\n", - "[673.9147338867188, 1126.186767578125, 861.6600952148438, 666.867919921875, 422.98846435546875, 694.0648193359375, 1513.6722412109375, 1177.6787109375, 662.4620971679688, 532.542236328125]\n", - "10\n", - "6102\n", - "14\n", - "[750.554443359375, 851.9435424804688, 477.552490234375, 1186.189208984375, 2119.879150390625, 1382.92236328125, 468.5488586425781, 484.5616455078125, 1721.8896484375, 1195.315673828125, 541.3012084960938, 961.81640625, 1191.3834228515625, 741.380615234375]\n", - "14\n", - "6103\n", - "11\n", - "[410.1414794921875, 428.02056884765625, 318.8770446777344, 356.7210388183594, 1233.24169921875, 1621.813232421875, 1126.6785888671875, 1739.7879638671875, 377.22100830078125, 597.1807861328125, 397.97833251953125]\n", - "11\n", - "6104\n", - "8\n", - "[772.9622802734375, 439.22296142578125, 1138.683837890625, 662.4971923828125, 321.578857421875, 1416.137939453125, 852.7320556640625, 899.1693725585938]\n", - "8\n", - "6105\n", - "18\n", - "[845.8796997070312, 841.3797607421875, 1666.1527099609375, 2143.53076171875, 1218.90185546875, 668.3123168945312, 1461.18603515625, 2695.940185546875, 2775.64208984375, 1510.931396484375, 899.4388427734375, 2439.0224609375, 2896.60498046875, 1238.91943359375, 425.4305419921875, 1100.158203125, 2224.74169921875, 2088.848388671875]\n", - "18\n", - "6106\n", - "8\n", - "[469.2220153808594, 451.02813720703125, 1810.666259765625, 1592.8883056640625, 631.6368408203125, 933.3780517578125, 1130.240478515625, 958.8384399414062]\n", - "8\n", - "6107\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[353.82666015625, 937.5182495117188, 946.6270751953125, 1331.2132568359375, 1617.2694091796875, 749.3692626953125, 1356.206787109375]\n", - "7\n", - "6108\n", - "8\n", - "[670.1528930664062, 432.5226745605469, 797.1632690429688, 1141.218505859375, 933.1572875976562, 386.9175720214844, 305.4903259277344, 404.2517395019531]\n", - "8\n", - "6109\n", - "10\n", - "[938.2955932617188, 883.1488647460938, 1043.3172607421875, 313.5785217285156, 1359.9114990234375, 2584.960205078125, 1953.0224609375, 894.0555419921875, 1827.04638671875, 311.55859375]\n", - "10\n", - "6110\n", - "9\n", - "[1376.8670654296875, 3075.602783203125, 2269.75732421875, 873.1085815429688, 1312.274169921875, 1438.247802734375, 2552.678466796875, 1460.2916259765625, 410.1261291503906]\n", - "9\n", - "6111\n", - "8\n", - "[935.0499267578125, 526.9380493164062, 411.94512939453125, 345.5271911621094, 2150.66357421875, 922.458984375, 385.594970703125, 1121.2239990234375]\n", - "8\n", - "6112\n", - "14\n", - "[959.4025268554688, 647.9107055664062, 1172.0340576171875, 2677.89306640625, 1384.13037109375, 355.4666748046875, 459.35064697265625, 815.6141967773438, 2169.438232421875, 2185.322021484375, 702.542236328125, 1569.041748046875, 918.0137939453125, 694.6629638671875]\n", - "14\n", - "6113\n", - "9\n", - "[457.6296691894531, 1097.2850341796875, 1036.6806640625, 1185.0078125, 614.0810546875, 459.2215881347656, 1014.246826171875, 1161.1337890625, 321.0096435546875]\n", - "9\n", - "6114\n", - "8\n", - "[412.1321105957031, 319.0865783691406, 732.9140014648438, 1274.4439697265625, 1005.25439453125, 500.6860656738281, 1010.355224609375, 1021.6458740234375]\n", - "8\n", - "6115\n", - "9\n", - "[559.551025390625, 1167.670166015625, 1298.0650634765625, 1519.4923095703125, 2408.655029296875, 302.30419921875, 677.8731689453125, 1892.1837158203125, 553.3154907226562]\n", - "9\n", - "6116\n", - "8\n", - "[669.27294921875, 1537.892822265625, 467.68963623046875, 478.4344177246094, 1312.5081787109375, 1491.1822509765625, 536.3991088867188, 323.8509521484375]\n", - "8\n", - "6117\n", - "9\n", - "[684.0859985351562, 335.1626892089844, 880.2565307617188, 1391.2138671875, 775.8883056640625, 403.4042053222656, 499.9254455566406, 831.9573364257812, 313.686279296875]\n", - "9\n", - "6118\n", - "7\n", - "[324.70599365234375, 1211.9576416015625, 913.0518798828125, 317.5130920410156, 988.8052368164062, 969.76025390625, 677.4002075195312]\n", - "7\n", - "6119\n", - "11\n", - "[822.1323852539062, 878.1538696289062, 581.0588989257812, 893.6455688476562, 1302.642578125, 1412.90771484375, 1096.31005859375, 492.9526672363281, 321.2700500488281, 535.0556640625, 640.3101196289062]\n", - "11\n", - "6120\n", - "9\n", - "[315.6410827636719, 1178.3975830078125, 1653.6473388671875, 2003.8939208984375, 1487.8248291015625, 470.1473693847656, 1828.1026611328125, 1978.0247802734375, 2373.5537109375]\n", - "9\n", - "6121\n", - "15\n", - "[647.2989501953125, 657.3799438476562, 411.32684326171875, 792.619384765625, 1418.392822265625, 2189.708984375, 1547.7960205078125, 491.87567138671875, 519.50634765625, 1860.0283203125, 1172.5345458984375, 616.0656127929688, 541.2103271484375, 652.0348510742188, 364.1680908203125]\n", - "15\n", - "6122\n", - "9\n", - "[307.13134765625, 1023.4544677734375, 1895.4608154296875, 2507.008544921875, 1321.8372802734375, 340.2845153808594, 356.6035461425781, 869.6882934570312, 358.537353515625]\n", - "9\n", - "6123\n", - "7\n", - "[525.2828979492188, 1197.0159912109375, 2332.599365234375, 2248.046142578125, 548.3075561523438, 925.8857421875, 1322.8690185546875]\n", - "7\n", - "6124\n", - "47\n", - "[432.07196044921875, 1934.588623046875, 578.0938110351562, 368.893310546875, 924.0936889648438, 1213.4627685546875, 1267.2630615234375, 2073.4873046875, 1167.080078125, 406.23370361328125, 362.5532531738281, 627.8544311523438, 538.882568359375, 2093.241943359375, 2531.8134765625, 2181.8154296875, 1695.8531494140625, 1043.7991943359375, 601.2540283203125, 1843.83251953125, 2593.15576171875, 2381.436767578125, 2887.89501953125, 2431.85546875, 2801.576904296875, 2383.3076171875, 1855.2618408203125, 556.65283203125, 2270.635986328125, 3012.391845703125, 2970.12158203125, 2769.734619140625, 1843.1741943359375, 1967.6502685546875, 1211.96044921875, 553.7022705078125, 436.06683349609375, 1382.270751953125, 2297.412109375, 816.3995971679688, 484.5765075683594, 477.3796081542969, 1347.521728515625, 975.5726928710938, 897.7288208007812, 422.2846984863281, 438.7668762207031]\n", - "47\n", - "6125\n", - "43\n", - "[695.6727905273438, 472.4012756347656, 1971.653564453125, 795.633056640625, 677.9243774414062, 357.11334228515625, 362.3763732910156, 1579.2919921875, 3133.5185546875, 1902.833984375, 1237.07177734375, 1846.553466796875, 1658.8670654296875, 2479.601806640625, 3517.5087890625, 3240.803466796875, 2917.451904296875, 1241.7784423828125, 580.7413940429688, 2548.875732421875, 3685.57763671875, 3684.818359375, 4055.579833984375, 3595.207275390625, 3623.683837890625, 2687.1181640625, 363.36871337890625, 1562.0279541015625, 1815.4688720703125, 2087.7412109375, 2964.107177734375, 1123.0689697265625, 1550.0330810546875, 467.1998291015625, 377.41754150390625, 1830.735595703125, 377.68115234375, 612.4073486328125, 1599.6875, 639.4274291992188, 1229.4381103515625, 322.43450927734375, 998.7793579101562]\n", - "43\n", - "6126\n", - "13\n", - "[522.3235473632812, 398.5077819824219, 726.3013305664062, 308.05047607421875, 1533.27001953125, 2197.571533203125, 1761.169677734375, 631.7338256835938, 545.0372314453125, 2805.946533203125, 1629.27783203125, 703.1948852539062, 1724.7664794921875]\n", - "13\n", - "6127\n", - "7\n", - "[1362.609130859375, 786.26708984375, 536.830078125, 2115.84765625, 816.736572265625, 783.4532470703125, 1504.3232421875]\n", - "7\n", - "6128\n", - "33\n", - "[754.70947265625, 512.0536499023438, 926.2413940429688, 976.9284057617188, 488.1195373535156, 569.4185180664062, 955.7659912109375, 888.9949951171875, 1609.888427734375, 1262.144287109375, 1038.95556640625, 861.8766479492188, 474.045654296875, 303.80914306640625, 910.48974609375, 1288.5931396484375, 1494.364501953125, 1188.7388916015625, 637.924072265625, 3214.374755859375, 1506.0987548828125, 1198.467041015625, 1237.71435546875, 990.4902954101562, 356.4573974609375, 1238.946533203125, 989.1356811523438, 802.2420043945312, 739.8648681640625, 400.3399353027344, 469.0160217285156, 695.9949951171875, 360.4267883300781]\n", - "33\n", - "6129\n", - "7\n", - "[560.0899658203125, 616.7134399414062, 807.1306762695312, 2508.1962890625, 674.3636474609375, 1606.8255615234375, 624.6907348632812]\n", - "7\n", - "6130\n", - "10\n", - "[413.7153015136719, 329.9698486328125, 676.33251953125, 1018.4246826171875, 2568.369384765625, 1704.9656982421875, 1183.2510986328125, 888.565185546875, 1097.1734619140625, 300.81170654296875]\n", - "10\n", - "6131\n", - "33\n", - "[444.7068176269531, 429.1800842285156, 371.2419738769531, 945.0885620117188, 1239.3431396484375, 1351.990966796875, 1878.4671630859375, 2265.237060546875, 894.052978515625, 931.826171875, 999.2747802734375, 1364.53955078125, 1099.597900390625, 1841.373291015625, 1873.3917236328125, 1786.9090576171875, 427.2730712890625, 950.8771362304688, 1531.2618408203125, 1784.8948974609375, 608.490966796875, 1227.0648193359375, 1140.212158203125, 410.1080627441406, 741.860107421875, 1318.767822265625, 1460.191162109375, 1013.132080078125, 464.1612854003906, 629.4328002929688, 370.98809814453125, 1184.4532470703125, 358.4461975097656]\n", - "33\n", - "6132\n", - "7" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[346.66302490234375, 1601.5302734375, 1450.9066162109375, 546.6558227539062, 2567.111083984375, 857.5769653320312, 622.8870849609375]\n", - "7\n", - "6133\n", - "13\n", - "[416.8283996582031, 1257.7860107421875, 692.470458984375, 337.78076171875, 1027.1298828125, 1639.9884033203125, 1143.2176513671875, 777.783203125, 845.3748168945312, 1416.221923828125, 1090.55615234375, 743.9672241210938, 746.546630859375]\n", - "13\n", - "6134\n", - "7\n", - "[654.0172119140625, 878.890625, 770.19189453125, 1796.1839599609375, 410.8749084472656, 940.8162231445312, 1401.0872802734375]\n", - "7\n", - "6135\n", - "12\n", - "[304.7407531738281, 350.7655029296875, 517.3794555664062, 576.7832641601562, 1212.011962890625, 2059.361572265625, 1016.525634765625, 443.3580017089844, 869.3584594726562, 423.31817626953125, 1374.98779296875, 407.126708984375]\n", - "12\n", - "6136\n", - "26\n", - "[384.62237548828125, 1263.5623779296875, 1173.6376953125, 855.5552368164062, 2282.360107421875, 1914.9688720703125, 2955.99560546875, 1878.78515625, 2060.40625, 1138.0633544921875, 354.30181884765625, 824.6128540039062, 2640.33642578125, 3236.51416015625, 3127.548583984375, 1913.8009033203125, 425.921630859375, 324.4555358886719, 392.23150634765625, 757.0512084960938, 1678.042724609375, 865.2335205078125, 1285.9130859375, 660.7401123046875, 840.0243530273438, 1136.0738525390625]\n", - "26\n", - "6137\n", - "10\n", - "[1156.15234375, 1584.93115234375, 1723.4793701171875, 832.241943359375, 608.550048828125, 740.6946411132812, 2072.066162109375, 2224.686767578125, 1003.1853637695312, 313.4378356933594]\n", - "10\n", - "6138\n", - "9\n", - "[334.0374755859375, 382.8053894042969, 1419.36279296875, 787.552001953125, 2589.9375, 1564.3453369140625, 703.4143676757812, 1165.333251953125, 394.1398620605469]\n", - "9\n", - "6139\n", - "7\n", - "[947.5262451171875, 1484.62451171875, 823.231201171875, 319.2943115234375, 1088.0860595703125, 854.5099487304688, 534.5064697265625]\n", - "7\n", - "6140\n", - "6\n", - "[1048.087890625, 729.6801147460938, 1173.3616943359375, 774.75830078125, 890.2007446289062, 665.1725463867188]\n", - "6\n", - "6141\n", - "21\n", - "[375.6518859863281, 388.5075378417969, 454.164794921875, 592.1459350585938, 1386.8167724609375, 911.177978515625, 358.1447448730469, 351.0907287597656, 864.3607177734375, 1245.336669921875, 602.4991455078125, 1199.927734375, 1593.94677734375, 1404.1630859375, 401.1292419433594, 518.4356079101562, 1733.0975341796875, 1232.2275390625, 734.2108764648438, 967.1033325195312, 331.1542663574219]\n", - "21\n", - "6142\n", - "10\n", - "[381.9724426269531, 584.9096069335938, 483.80218505859375, 2415.6572265625, 2144.076416015625, 950.6942749023438, 488.8708801269531, 1170.2689208984375, 1781.966552734375, 777.195068359375]\n", - "10\n", - "6143\n", - "460\n", - "[830.6901245117188, 1168.8905029296875, 2764.906005859375, 871.9869384765625, 1210.55810546875, 3363.802734375, 789.5617065429688, 1197.070556640625, 2111.7919921875, 2814.89453125, 1000.7737426757812, 815.4673461914062, 374.1305236816406, 651.2061767578125, 1537.6343994140625, 2163.65185546875, 2815.562744140625, 2995.60791015625, 2952.502685546875, 1295.3162841796875, 2428.864990234375, 881.2952880859375, 342.8952331542969, 456.2823486328125, 738.4613647460938, 865.8751220703125, 2333.544921875, 4351.763671875, 3137.602783203125, 2562.138671875, 3453.251220703125, 4026.41845703125, 4039.21337890625, 3899.181884765625, 472.21478271484375, 1023.558837890625, 768.75341796875, 612.8519897460938, 3633.733642578125, 3967.67529296875, 3569.814208984375, 3956.69091796875, 5282.45751953125, 5096.0087890625, 3471.5869140625, 3154.303955078125, 2264.217529296875, 1664.2039794921875, 370.4579772949219, 505.51470947265625, 725.6055297851562, 1413.33740234375, 1320.523193359375, 778.1824951171875, 1640.0174560546875, 1847.8211669921875, 3454.08349609375, 4478.30224609375, 3823.35986328125, 4708.7548828125, 5364.833984375, 4065.313720703125, 419.820556640625, 1568.400390625, 1553.8619384765625, 1641.292724609375, 3984.91748046875, 2544.234619140625, 440.1460266113281, 2852.42236328125, 5668.16748046875, 5939.392578125, 5824.37890625, 4829.5283203125, 4160.76416015625, 4640.08935546875, 759.9942626953125, 377.0406494140625, 2392.9443359375, 2207.510498046875, 1014.8201293945312, 1957.227294921875, 1524.36572265625, 1050.197265625, 958.027099609375, 547.2595825195312, 345.42626953125, 2336.4375, 3192.86474609375, 2894.68310546875, 4457.45751953125, 5278.1923828125, 5242.529296875, 5361.88134765625, 5448.96630859375, 1906.667724609375, 2185.578125, 2544.217529296875, 3229.21435546875, 5385.1806640625, 5533.74853515625, 5269.923828125, 4716.47705078125, 3570.518798828125, 2649.679443359375, 1936.3399658203125, 2505.19384765625, 335.15667724609375, 932.8019409179688, 429.2953186035156, 312.1314697265625, 371.8710021972656, 374.6943359375, 375.6792907714844, 1414.7056884765625, 1186.1419677734375, 359.17889404296875, 1056.4488525390625, 841.9683227539062, 950.3052368164062, 741.3775634765625, 2367.233154296875, 2815.56884765625, 1231.244873046875, 950.1715698242188, 4485.392578125, 5606.92138671875, 5556.04541015625, 3094.7890625, 2500.120849609375, 5487.7275390625, 4459.359375, 4391.19287109375, 1962.3975830078125, 162.18943786621094, 1122.124267578125, 1194.755859375, 316.6617736816406, 520.1455688476562, 317.05206298828125, 897.655517578125, 885.6432495117188, 616.10302734375, 570.3301391601562, 1943.2598876953125, 1528.9100341796875, 739.3118896484375, 287.2519836425781, 1049.2860107421875, 3072.27978515625, 983.7625732421875, 1123.2359619140625, 3065.85205078125, 5496.37890625, 5911.26953125, 5198.2822265625, 3293.04833984375, 5054.568359375, 5255.71337890625, 3557.086181640625, 1373.8592529296875, 742.0094604492188, 975.7733764648438, 1422.3167724609375, 1072.9862060546875, 256.84686279296875, 351.36444091796875, 139.2431182861328, 387.82440185546875, 197.77902221679688, 329.6732482910156, 2340.100341796875, 4255.4619140625, 3546.897705078125, 3830.9052734375, 3642.85888671875, 2632.26123046875, 2533.53564453125, 4505.48974609375, 4525.04052734375, 2427.91455078125, 898.26318359375, 1807.4681396484375, 4653.61474609375, 5645.73095703125, 5859.2333984375, 4697.74658203125, 3627.494140625, 1616.906494140625, 3513.640869140625, 4453.71533203125, 3325.8798828125, 3974.01806640625, 2603.488037109375, 745.6060180664062, 563.00927734375, 1149.408935546875, 1196.493408203125, 421.92633056640625, 596.8085327148438, 506.23712158203125, 1177.641357421875, 1853.49560546875, 2937.411376953125, 4364.6005859375, 3376.74951171875, 3210.08251953125, 3760.892333984375, 3898.482177734375, 3317.501953125, 4276.36767578125, 3763.00048828125, 1906.9349365234375, 2956.66455078125, 4875.744140625, 4843.173828125, 5714.71142578125, 5950.65625, 5883.15869140625, 5937.13232421875, 5271.32080078125, 3880.462646484375, 3338.60791015625, 1366.605224609375, 322.22210693359375, 88.063232421875, 1107.749755859375, 749.5429077148438, 450.95294189453125, 317.0701599121094, 2135.565185546875, 2350.3251953125, 2194.138427734375, 897.4915771484375, 2665.21435546875, 2505.133056640625, 3628.87939453125, 3786.803955078125, 1732.7039794921875, 2067.429443359375, 1351.19189453125, 2529.33740234375, 5703.39306640625, 5662.0615234375, 6055.37255859375, 5870.3212890625, 5953.943359375, 4343.54345703125, 5411.65087890625, 3805.522216796875, 776.0195922851562, 455.0247497558594, 114.67964935302734, 275.60540771484375, 201.7586669921875, 359.9869384765625, 1014.4677734375, 1105.702392578125, 1353.2757568359375, 418.3291931152344, 133.9326629638672, 352.5749206542969, 690.4716186523438, 1378.79248046875, 1777.5223388671875, 5595.97314453125, 5807.087890625, 3652.701416015625, 3599.292236328125, 5491.42138671875, 4870.26416015625, 4761.15576171875, 2708.38037109375, 1497.159912109375, 950.791259765625, 1344.5758056640625, 815.68603515625, 752.5320434570312, 1435.1298828125, 904.2337036132812, 649.7662963867188, 263.8919982910156, 336.97930908203125, 1837.8271484375, 1862.7181396484375, 1074.0615234375, 178.30145263671875, 1946.583251953125, 5521.19091796875, 5715.81103515625, 5500.3642578125, 5520.6376953125, 4872.08056640625, 3154.729248046875, 2896.973388671875, 2851.012939453125, 1962.2335205078125, 1122.53125, 723.7284545898438, 1990.374755859375, 2089.580322265625, 899.2109375, 1155.703125, 954.2339477539062, 326.0124816894531, 829.7931518554688, 2112.56982421875, 1967.907958984375, 3425.407470703125, 5191.994140625, 5132.892578125, 3387.78857421875, 87.78984069824219, 3663.059814453125, 5804.82177734375, 5746.92919921875, 5689.6015625, 5891.943359375, 5203.3916015625, 2179.052978515625, 1906.1876220703125, 2377.90771484375, 2216.538330078125, 2271.9462890625, 1244.22802734375, 1071.6678466796875, 947.1885375976562, 985.8889770507812, 1024.2066650390625, 850.8170776367188, 874.833251953125, 371.3223571777344, 153.0641632080078, 1192.8846435546875, 3900.99755859375, 5465.5888671875, 5554.4599609375, 5716.61279296875, 2381.607666015625, 4103.740234375, 5787.9384765625, 5671.49072265625, 5632.14013671875, 5769.56640625, 5650.9736328125, 2360.367919921875, 2736.630859375, 3222.25146484375, 3124.54052734375, 3387.260009765625, 2796.09716796875, 886.2338256835938, 481.3238525390625, 322.9407043457031, 675.3659057617188, 486.05096435546875, 2536.0751953125, 4814.56494140625, 4430.62255859375, 5781.765625, 5831.802734375, 3057.722900390625, 2755.4951171875, 5193.591796875, 5551.65283203125, 4825.85888671875, 5677.94287109375, 5376.70556640625, 2837.4951171875, 2742.882568359375, 4442.13525390625, 3411.069580078125, 4566.28076171875, 2795.337646484375, 602.4087524414062, 566.1903686523438, 400.7172546386719, 342.5329895019531, 550.5364379882812, 2849.26318359375, 4733.96826171875, 4861.19970703125, 1096.571044921875, 2268.3740234375, 4451.49169921875, 5640.9619140625, 4925.56884765625, 4865.51904296875, 4771.4111328125, 2428.06640625, 5685.39111328125, 3842.849853515625, 2525.51611328125, 2101.54296875, 2864.166259765625, 1469.724365234375, 537.816162109375, 824.0472412109375, 423.4934387207031, 907.4425048828125, 796.8583374023438, 2965.279296875, 5103.736328125, 2487.4111328125, 1241.913330078125, 1994.6883544921875, 5036.177734375, 5853.95361328125, 3463.80419921875, 1958.2540283203125, 489.92803955078125, 2145.753662109375, 5069.4833984375, 2734.285888671875, 731.5232543945312, 1481.8316650390625, 602.9794921875, 823.22021484375, 616.1874389648438, 3176.053955078125, 1156.7236328125, 782.7086791992188, 1704.884765625, 1736.021240234375, 790.3333129882812, 669.8030395507812, 518.6405029296875, 354.1849060058594, 761.894287109375, 363.7779846191406, 427.23651123046875, 3033.12353515625, 754.081298828125, 213.05894470214844, 815.0360107421875, 771.6453247070312, 590.0266723632812, 1080.8538818359375, 793.255615234375, 351.70159912109375, 420.5531311035156, 107.3587646484375, 472.7528076171875, 466.6409606933594, 383.83294677734375, 309.0445251464844, 698.4727783203125, 657.773681640625, 808.717529296875, 470.58233642578125, 698.4094848632812, 885.058837890625, 461.5654296875, 1003.0262451171875, 662.1028442382812]\n", - "455\n", - "6144\n", - "8\n", - "[309.5172119140625, 423.6534118652344, 1838.2882080078125, 2379.4521484375, 1100.6800537109375, 702.4573364257812, 1803.864013671875, 1407.218017578125]\n", - "8\n", - "6145\n", - "9\n", - "[301.8525085449219, 492.8532409667969, 1036.7025146484375, 413.2471008300781, 1229.9066162109375, 621.0250854492188, 404.7923278808594, 482.3192138671875, 388.97100830078125]\n", - "9\n", - "6146\n", - "24\n", - "[1615.1016845703125, 471.6024169921875, 593.28369140625, 550.1051025390625, 345.98699951171875, 655.6000366210938, 1099.712646484375, 433.0015869140625, 667.2860717773438, 2866.361328125, 2931.307861328125, 1414.9398193359375, 1120.7066650390625, 402.7821350097656, 2360.267822265625, 3223.96728515625, 2084.275390625, 819.3157958984375, 364.1592102050781, 329.8274841308594, 1413.4139404296875, 860.411865234375, 635.463134765625, 393.72100830078125]\n", - "24\n", - "6147\n", - "12\n", - "[597.2689819335938, 345.10064697265625, 576.5194702148438, 1079.5230712890625, 932.796875, 519.4990844726562, 461.81951904296875, 1001.194091796875, 1030.991943359375, 563.1971435546875, 989.9853515625, 814.6982421875]\n", - "12\n", - "6148\n", - "10\n", - "[2873.6103515625, 1340.173095703125, 1333.7738037109375, 1201.077392578125, 304.77996826171875, 302.9745788574219, 1820.68505859375, 785.9312133789062, 329.07366943359375, 700.3583374023438]\n", - "10\n", - "6149\n", - "7\n", - "[514.5108642578125, 876.3706665039062, 903.6932983398438, 754.6971435546875, 1240.9578857421875, 1533.4970703125, 421.0392150878906]\n", - "7\n", - "6150\n", - "27\n", - "[323.1447448730469, 645.3585815429688, 1006.1714477539062, 891.5289916992188, 537.8090209960938, 944.800048828125, 1027.3848876953125, 888.1416015625, 629.1192016601562, 571.1505126953125, 896.828125, 1080.9921875, 1040.737060546875, 373.91912841796875, 722.723388671875, 1030.0775146484375, 1249.3546142578125, 1263.87939453125, 621.3955078125, 556.0338134765625, 698.1239624023438, 1143.03466796875, 592.9891967773438, 108.35125732421875, 436.63818359375, 527.2147827148438, 338.8505554199219]\n", - "27\n", - "6151\n", - "8\n", - "[1162.916015625, 595.9485473632812, 2017.732666015625, 2045.44677734375, 1208.764892578125, 536.7603759765625, 1570.79736328125, 879.398681640625]\n", - "8\n", - "6152\n", - "8\n", - "[625.8098754882812, 726.8033447265625, 1034.2396240234375, 934.8294067382812, 418.4030456542969, 847.5429077148438, 499.13824462890625, 358.2859191894531]\n", - "8\n", - "6153\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "25\n", - "[484.608154296875, 1552.0035400390625, 320.9460144042969, 353.2770080566406, 441.4614562988281, 1369.15673828125, 1444.1949462890625, 751.1853637695312, 333.1883239746094, 413.8250427246094, 496.4523620605469, 650.7586059570312, 400.1063232421875, 2916.25, 2652.27734375, 414.12359619140625, 364.1424560546875, 1183.158203125, 956.5675659179688, 635.886962890625, 316.583251953125, 426.1253967285156, 1049.89453125, 674.9031372070312, 420.8253479003906]\n", - "25\n", - "6154\n", - "4\n", - "[1839.7752685546875, 1901.2340087890625, 892.7080078125, 852.23046875]\n", - "4\n", - "6155\n", - "9\n", - "[695.9073486328125, 1937.2940673828125, 2093.156494140625, 517.207763671875, 1238.0699462890625, 2979.9912109375, 2733.639892578125, 1055.55419921875, 916.0850219726562]\n", - "9\n", - "6156\n", - "5\n", - "[1198.2158203125, 958.5709838867188, 1020.714599609375, 1175.3468017578125, 1106.330078125]\n", - "5\n", - "6157\n", - "23\n", - "[724.522216796875, 1752.3140869140625, 370.96002197265625, 545.8509521484375, 515.1470336914062, 599.9882202148438, 456.8106994628906, 303.6025695800781, 2964.178955078125, 3287.91796875, 739.503662109375, 356.6121520996094, 3665.525634765625, 3358.25, 1619.6824951171875, 1589.1934814453125, 467.8078308105469, 1927.1512451171875, 686.7410888671875, 1206.4630126953125, 334.5427551269531, 406.1744384765625, 441.6359558105469]\n", - "23\n", - "6158\n", - "7\n", - "[542.2586669921875, 800.448974609375, 650.71044921875, 2630.43017578125, 636.9287109375, 583.82080078125, 328.3835144042969]\n", - "7\n", - "6159\n", - "66\n", - "[395.9825744628906, 1538.09228515625, 1330.878662109375, 769.204345703125, 728.4839477539062, 870.149169921875, 342.947265625, 337.3192443847656, 1453.4197998046875, 1161.5250244140625, 1037.8448486328125, 2675.06787109375, 3329.91552734375, 1979.1915283203125, 665.3528442382812, 1808.483642578125, 1277.720947265625, 1766.36669921875, 818.5313720703125, 1429.393310546875, 1813.8583984375, 2131.45458984375, 705.4657592773438, 2029.2398681640625, 3405.407958984375, 1308.7760009765625, 1685.8875732421875, 3890.68701171875, 3891.11328125, 3018.698486328125, 2220.101318359375, 2374.49072265625, 3528.822509765625, 2008.6729736328125, 668.8502807617188, 1349.243408203125, 2647.607177734375, 418.4986572265625, 1841.319091796875, 2393.340576171875, 3809.19140625, 3770.50439453125, 3130.6923828125, 2333.0361328125, 2076.609375, 2602.178466796875, 2945.07080078125, 914.5822143554688, 1258.4871826171875, 3464.990966796875, 3920.046142578125, 3259.427001953125, 3348.44482421875, 3142.935546875, 1530.0006103515625, 1249.1002197265625, 3445.37353515625, 3187.8623046875, 2478.354736328125, 482.5789794921875, 358.05078125, 1103.5831298828125, 364.6839294433594, 517.4732055664062, 443.5755920410156, 844.5617065429688]\n", - "66\n", - "6160\n", - "55\n", - "[402.85968017578125, 757.6646728515625, 419.47320556640625, 572.9769287109375, 819.3380737304688, 349.7601013183594, 557.3331298828125, 1111.4447021484375, 1846.7706298828125, 524.345458984375, 2591.779296875, 2603.201416015625, 3053.06396484375, 2045.0645751953125, 2555.80224609375, 2408.89697265625, 2396.374755859375, 2028.4814453125, 330.0625, 922.1548461914062, 1010.21728515625, 1890.126708984375, 3351.07080078125, 2950.7255859375, 2928.88134765625, 3337.984375, 2798.159423828125, 2275.42822265625, 1841.2274169921875, 561.8583984375, 1197.599853515625, 743.4656982421875, 410.1601257324219, 1636.5902099609375, 2676.580810546875, 3385.179931640625, 3336.966552734375, 3026.60498046875, 2355.365234375, 606.2503662109375, 1345.5765380859375, 1328.1861572265625, 494.39923095703125, 1255.2603759765625, 1536.5628662109375, 340.4774169921875, 919.1154174804688, 3032.341064453125, 2495.4091796875, 561.761962890625, 1182.6739501953125, 306.2994689941406, 568.4730834960938, 1061.1739501953125, 323.315673828125]\n", - "55\n", - "6161\n", - "8\n", - "[362.51434326171875, 467.0788879394531, 1525.693115234375, 1499.460205078125, 430.2144470214844, 1025.9222412109375, 2066.551513671875, 721.5270385742188]\n", - "8\n", - "6162\n", - "8\n", - "[931.18017578125, 623.5360107421875, 627.1934814453125, 1098.8118896484375, 951.1432495117188, 378.74493408203125, 696.9326782226562, 406.7834777832031]\n", - "8\n", - "6163\n", - "9\n", - "[1256.513916015625, 317.91180419921875, 1445.6309814453125, 2126.415283203125, 1807.621826171875, 1606.241943359375, 982.259033203125, 1703.003173828125, 981.5138549804688]\n", - "9\n", - "6164\n", - "47\n", - "[742.7647705078125, 898.609619140625, 553.6963500976562, 1179.5311279296875, 651.481201171875, 738.7526245117188, 1383.7156982421875, 2999.793701171875, 2488.843017578125, 389.1944274902344, 2066.0537109375, 1200.6380615234375, 625.1681518554688, 454.28729248046875, 2104.154296875, 3582.621337890625, 1209.265625, 394.09674072265625, 1764.9449462890625, 2767.583251953125, 554.2575073242188, 3472.428955078125, 3976.3720703125, 1945.600830078125, 2309.04345703125, 3767.07861328125, 3711.419189453125, 2490.02001953125, 1619.8961181640625, 1075.04248046875, 2045.5457763671875, 3449.55859375, 2235.580322265625, 912.2955932617188, 2304.31396484375, 1997.328369140625, 983.2147216796875, 1695.654296875, 2417.7509765625, 2089.72998046875, 1143.7298583984375, 2021.8021240234375, 448.76055908203125, 314.4572448730469, 648.9710083007812]\n", - "45\n", - "6165\n", - "9\n", - "[1187.9488525390625, 647.6132202148438, 307.2772521972656, 597.5088500976562, 1965.0634765625, 979.8021240234375, 351.4289245605469, 415.8606872558594, 327.7244567871094]\n", - "9\n", - "6166\n", - "8\n", - "[672.1104125976562, 347.9197082519531, 2094.434814453125, 1197.369384765625, 1380.66064453125, 1131.87353515625, 340.2143249511719, 346.09954833984375]\n", - "8\n", - "6167\n", - "5\n", - "[301.20135498046875, 444.23583984375, 2847.70068359375, 1823.657470703125, 2227.893310546875]\n", - "5\n", - "6168\n", - "6\n", - "[924.0879516601562, 1163.4931640625, 2372.086181640625, 1014.9722290039062, 879.5773315429688, 455.7328796386719]\n", - "6\n", - "6169\n", - "5\n", - "[826.5805053710938, 967.4290771484375, 850.1385498046875, 1766.4173583984375, 845.4171752929688]\n", - "5\n", - "6170\n", - "5\n", - "[717.1012573242188, 829.5581665039062, 1317.14013671875, 1595.876953125, 1504.3939208984375]\n", - "5\n", - "6171\n", - "22\n", - "[450.2688903808594, 899.72021484375, 1226.268798828125, 383.0653076171875, 798.003173828125, 1456.5703125, 312.04449462890625, 569.0250854492188, 1037.74462890625, 914.8478393554688, 1461.5697021484375, 3361.13916015625, 2769.852294921875, 528.018310546875, 416.0495300292969, 2656.56005859375, 3896.8212890625, 2906.341552734375, 550.9920043945312, 2729.751220703125, 2146.986572265625, 790.9863891601562]\n", - "22\n", - "6172\n", - "102\n", - "[1499.068115234375, 781.3133544921875, 581.7235717773438, 3820.298095703125, 1021.083740234375, 353.37261962890625, 368.39862060546875, 2815.356689453125, 1763.7576904296875, 603.3704223632812, 938.1484985351562, 2157.113525390625, 458.35711669921875, 1130.4947509765625, 3217.762939453125, 3266.834716796875, 2919.65771484375, 2145.0107421875, 880.07177734375, 1160.584716796875, 1519.4620361328125, 614.1369018554688, 1740.341796875, 1181.2977294921875, 343.78302001953125, 765.1939697265625, 2269.698486328125, 4881.64599609375, 4932.2744140625, 3760.839599609375, 3126.80224609375, 1905.5213623046875, 498.029052734375, 1951.3585205078125, 1405.123291015625, 717.5269165039062, 973.05224609375, 1174.0086669921875, 372.1494140625, 119.03861999511719, 1641.021484375, 4032.9853515625, 4324.986328125, 4313.4453125, 877.47509765625, 384.34332275390625, 1030.658203125, 955.6497192382812, 4414.451171875, 4799.0751953125, 2310.57763671875, 1300.374267578125, 699.2816162109375, 1459.7376708984375, 2416.359375, 2149.088134765625, 417.7284851074219, 2875.87060546875, 2450.291259765625, 3067.3056640625, 3996.335205078125, 4085.116943359375, 2110.092041015625, 2170.20361328125, 936.1820068359375, 832.0782470703125, 1648.3028564453125, 2454.998779296875, 3049.083251953125, 3394.969482421875, 5113.54296875, 5776.5390625, 6060.658203125, 2828.203369140625, 350.93536376953125, 582.3006591796875, 576.47705078125, 1671.1796875, 2922.732666015625, 4107.39404296875, 4194.30029296875, 4754.1494140625, 5914.0732421875, 5608.97509765625, 4524.029296875, 1895.126953125, 541.1860961914062, 507.4364318847656, 377.5782165527344, 2683.73681640625, 4345.26611328125, 5377.9287109375, 4359.935546875, 4236.796875, 4350.26220703125, 637.5376586914062, 1202.4737548828125, 2411.41650390625, 3532.169921875, 1957.903564453125, 497.7709045410156, 890.1321411132812]\n", - "102\n", - "6173\n", - "15\n", - "[1759.9815673828125, 405.507568359375, 306.5389099121094, 598.3937377929688, 2725.97265625, 1501.4736328125, 409.3089294433594, 332.86004638671875, 821.3653564453125, 1798.6275634765625, 949.9093017578125, 497.70184326171875, 574.89404296875, 395.397705078125, 333.5921936035156]\n", - "15\n", - "6174\n", - "7\n", - "[2434.42724609375, 877.7085571289062, 314.4406433105469, 1176.21044921875, 2763.11376953125, 879.6492919921875, 314.48193359375]\n", - "7\n", - "6175\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[679.5586547851562, 326.6298522949219, 1992.4024658203125, 3288.4248046875, 3121.564453125, 1920.7052001953125, 386.43621826171875, 546.1378784179688, 486.1781311035156, 957.4705810546875]\n", - "10\n", - "6176\n", - "19\n", - "[646.89501953125, 1759.24853515625, 839.3228149414062, 1576.7908935546875, 3054.64013671875, 3810.23193359375, 3316.434326171875, 865.3145141601562, 880.405029296875, 312.1558837890625, 1353.456298828125, 718.904052734375, 1038.53759765625, 384.300048828125, 1251.4013671875, 1026.3050537109375, 2598.8564453125, 383.4792175292969, 1481.20263671875]\n", - "19\n", - "6177\n", - "5\n", - "[1171.9068603515625, 1168.4207763671875, 594.2769775390625, 346.8440856933594, 1762.8121337890625]\n", - "5\n", - "6178\n", - "7\n", - "[581.47021484375, 355.3993835449219, 1299.1778564453125, 1340.0806884765625, 1987.3853759765625, 312.5291748046875, 1130.242431640625]\n", - "7\n", - "6179\n", - "4\n", - "[1683.36328125, 2007.03076171875, 788.8381958007812, 665.3875122070312]\n", - "4\n", - "6180\n", - "25\n", - "[1440.7139892578125, 4217.361328125, 4486.4912109375, 2083.47900390625, 2388.503662109375, 976.8593139648438, 2210.75390625, 4859.2138671875, 3849.89453125, 1107.767333984375, 1036.8004150390625, 390.1754150390625, 915.4891967773438, 3575.6962890625, 1146.9234619140625, 630.7631225585938, 1349.083251953125, 974.9121704101562, 1159.139892578125, 837.7828979492188, 559.8848876953125, 453.6886291503906, 889.44482421875, 571.3681640625, 436.9853820800781]\n", - "25\n", - "6181\n", - "6\n", - "[1056.457275390625, 822.6966552734375, 1022.9597778320312, 766.3086547851562, 369.59613037109375, 1494.6025390625]\n", - "6\n", - "6182\n", - "5\n", - "[1975.0194091796875, 1347.68310546875, 670.8035888671875, 1276.36376953125, 1344.786865234375]\n", - "5\n", - "6183\n", - "6\n", - "[389.1819763183594, 1890.4149169921875, 962.9957885742188, 1445.7783203125, 1085.77734375, 322.79388427734375]\n", - "6\n", - "6184\n", - "8\n", - "[695.18603515625, 829.39599609375, 403.9444274902344, 1100.6416015625, 1090.2049560546875, 1327.6923828125, 584.4981079101562, 432.92889404296875]\n", - "8\n", - "6185\n", - "16\n", - "[655.544677734375, 641.899169921875, 382.5262145996094, 617.4935302734375, 556.75732421875, 644.221923828125, 581.3251342773438, 2385.580078125, 2419.10791015625, 1783.5418701171875, 1905.9307861328125, 894.2144775390625, 305.4975280761719, 1232.545166015625, 781.8875732421875, 521.5385131835938]\n", - "16\n", - "6186\n", - "30\n", - "[335.59033203125, 2242.7646484375, 1748.8468017578125, 928.1621704101562, 398.2012939453125, 1396.270751953125, 2028.353759765625, 2192.1376953125, 347.76123046875, 1906.3148193359375, 2578.467041015625, 1006.1792602539062, 369.78594970703125, 1243.8729248046875, 1001.45166015625, 356.7602844238281, 1023.607177734375, 1578.92041015625, 479.0748596191406, 1205.8155517578125, 1313.80078125, 627.0066528320312, 1165.8397216796875, 494.83795166015625, 1170.399169921875, 2081.316650390625, 419.8149108886719, 406.34844970703125, 372.2337951660156, 347.7019348144531]\n", - "30\n", - "6187\n", - "12\n", - "[489.9229431152344, 472.4537048339844, 2688.434814453125, 1510.119140625, 320.0732116699219, 1450.49169921875, 4622.2060546875, 2919.937255859375, 1454.3931884765625, 1220.9512939453125, 1987.063720703125, 849.1161499023438]\n", - "12\n", - "6188\n", - "17\n", - "[1411.3892822265625, 1995.2154541015625, 1298.9107666015625, 1153.54833984375, 353.5435791015625, 837.9769287109375, 1033.3387451171875, 2462.788818359375, 2196.0634765625, 1869.2132568359375, 828.201904296875, 1079.198974609375, 880.4534301757812, 664.1982421875, 967.757080078125, 1381.5130615234375, 1048.43212890625]\n", - "17\n", - "6189\n", - "5\n", - "[610.8005981445312, 1926.2501220703125, 839.8932495117188, 1737.4949951171875, 799.7857055664062]\n", - "5\n", - "6190\n", - "18\n", - "[545.1207275390625, 418.4604187011719, 1345.9814453125, 684.8572387695312, 1287.406982421875, 1611.1494140625, 1287.742431640625, 526.9951171875, 318.70697021484375, 1487.5413818359375, 1649.2744140625, 1407.2275390625, 680.0216064453125, 730.2998657226562, 944.0579833984375, 1238.7017822265625, 460.8804016113281, 370.0767822265625]\n", - "18\n", - "6191\n", - "10\n", - "[346.8185119628906, 314.41363525390625, 667.3291625976562, 1155.377685546875, 657.5026245117188, 990.9542846679688, 221.8884735107422, 348.2673645019531, 398.6221923828125, 306.7436218261719]\n", - "10\n", - "6192\n", - "11\n", - "[1109.0718994140625, 557.44482421875, 1037.2769775390625, 1479.93310546875, 550.9375, 1397.0482177734375, 1446.4490966796875, 947.265625, 719.5022583007812, 504.62298583984375, 1208.89453125]\n", - "11\n", - "6193\n", - "16\n", - "[593.6737060546875, 901.1954345703125, 1659.072265625, 1264.45458984375, 367.875244140625, 383.7284851074219, 1882.5609130859375, 2367.33056640625, 1025.788818359375, 434.0632629394531, 1391.01953125, 1427.0274658203125, 1136.8988037109375, 1007.190673828125, 410.8892517089844, 732.2122802734375]\n", - "16\n", - "6194\n", - "6\n", - "[429.87628173828125, 1107.9573974609375, 707.5370483398438, 676.7249755859375, 1536.427734375, 739.701904296875]\n", - "6\n", - "6195\n", - "8\n", - "[956.7943115234375, 1462.760498046875, 715.0449829101562, 479.83526611328125, 2542.41162109375, 428.13525390625, 395.7772521972656, 321.554443359375]\n", - "8\n", - "6196\n", - "8\n", - "[454.11871337890625, 441.0043029785156, 1207.961181640625, 1692.03369140625, 1134.35888671875, 375.0586853027344, 742.5057373046875, 1055.3306884765625]\n", - "8\n", - "6197\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "617\n", - "[1426.8876953125, 620.6176147460938, 308.4411926269531, 3927.24658203125, 3954.497314453125, 471.6907653808594, 533.2914428710938, 659.9720458984375, 3573.407958984375, 1600.09912109375, 1213.8719482421875, 411.5981750488281, 3859.671142578125, 3802.084228515625, 1896.7392578125, 844.3282470703125, 382.5575866699219, 548.951904296875, 1198.4638671875, 383.5954895019531, 950.2044677734375, 818.0932006835938, 339.4008483886719, 328.3822937011719, 3454.74072265625, 2977.79296875, 1513.7501220703125, 535.1769409179688, 315.31573486328125, 640.1469116210938, 316.63299560546875, 1803.829833984375, 5082.9619140625, 3282.91455078125, 789.4238891601562, 1350.4720458984375, 1473.9425048828125, 1587.23779296875, 492.5971374511719, 375.40985107421875, 549.2047119140625, 1230.7974853515625, 2477.16357421875, 1972.0367431640625, 3668.669921875, 4876.22314453125, 4679.462890625, 6771.42724609375, 6060.25732421875, 1868.823486328125, 1347.109375, 552.4098510742188, 497.89422607421875, 919.9755249023438, 914.0712890625, 1037.8699951171875, 5197.05419921875, 5442.45849609375, 6310.4345703125, 5098.57275390625, 5077.06982421875, 588.421142578125, 489.2808837890625, 910.5596313476562, 498.86419677734375, 680.47509765625, 1295.2447509765625, 915.849609375, 1314.4405517578125, 1254.4775390625, 2099.251708984375, 4096.5498046875, 2715.497314453125, 2906.99072265625, 6692.8310546875, 3183.441650390625, 1042.994140625, 539.555908203125, 777.4144287109375, 427.0302429199219, 413.4447326660156, 1301.364013671875, 341.93853759765625, 490.317138671875, 2400.54931640625, 5970.66796875, 6428.77197265625, 5909.966796875, 3595.302978515625, 3715.327392578125, 6823.94677734375, 6370.65771484375, 2447.12939453125, 1581.75390625, 1546.8558349609375, 1978.49951171875, 888.460693359375, 301.62457275390625, 811.9954223632812, 715.3450317382812, 811.6893920898438, 737.6124877929688, 429.609130859375, 4276.72705078125, 5763.521484375, 6691.544921875, 6417.546875, 5951.4091796875, 6457.6396484375, 6449.97802734375, 5881.00830078125, 5514.6025390625, 3740.71533203125, 323.9166259765625, 2018.3568115234375, 1412.8792724609375, 803.6764526367188, 423.8697204589844, 1056.8687744140625, 1055.1539306640625, 585.044677734375, 937.0906982421875, 6302.4287109375, 6890.5029296875, 6280.28076171875, 6775.9326171875, 6923.83349609375, 6898.396484375, 6293.40380859375, 4973.90234375, 4077.325927734375, 1833.920166015625, 282.109130859375, 710.4249877929688, 419.48760986328125, 880.3284912109375, 628.6766357421875, 619.829345703125, 660.5062255859375, 1347.6375732421875, 4546.46533203125, 6929.02099609375, 6667.82958984375, 6917.45166015625, 6954.205078125, 7012.22119140625, 5815.85107421875, 6893.18115234375, 5191.7119140625, 6585.423828125, 5724.736328125, 4412.98779296875, 1582.028076171875, 384.54730224609375, 2082.530029296875, 1242.487548828125, 317.1098327636719, 1203.9423828125, 621.6609497070312, 454.8166198730469, 232.46072387695312, 299.6397399902344, 528.8491821289062, 1019.1873779296875, 717.650634765625, 2722.968994140625, 6526.296875, 6758.916015625, 6986.71337890625, 6801.60205078125, 6918.224609375, 6349.62744140625, 6681.2685546875, 6662.62841796875, 6698.86181640625, 6027.671875, 5997.9892578125, 782.772705078125, 1004.068359375, 980.7617797851562, 634.295654296875, 3137.276123046875, 2121.73681640625, 2103.208740234375, 3204.970947265625, 3960.16943359375, 2225.86181640625, 3430.4345703125, 6179.5087890625, 6803.60546875, 6917.2685546875, 6448.83251953125, 6717.57275390625, 6768.89697265625, 5960.736328125, 4449.087890625, 3425.381103515625, 2783.283447265625, 3152.168701171875, 3680.93505859375, 4713.765625, 4434.201171875, 2570.14111328125, 3237.458251953125, 4797.68994140625, 4215.95556640625, 3919.24072265625, 5259.09033203125, 6693.83642578125, 6785.94921875, 6905.3896484375, 6649.3369140625, 6558.48193359375, 2133.9248046875, 3470.224853515625, 857.4669189453125, 1838.740234375, 935.6194458007812, 684.9247436523438, 623.5966796875, 364.23297119140625, 4231.060546875, 5842.4619140625, 6682.35107421875, 5963.39306640625, 5709.0478515625, 5706.3837890625, 5638.39404296875, 4998.095703125, 2696.5615234375, 2041.467529296875, 3595.731689453125, 6261.9638671875, 6809.34814453125, 6767.00634765625, 5040.26171875, 305.4026794433594, 967.2021484375, 3178.25439453125, 1879.375732421875, 2229.601318359375, 1912.7135009765625, 999.0361328125, 1276.0811767578125, 831.1500854492188, 1345.8013916015625, 2039.1766357421875, 2027.7171630859375, 733.9332275390625, 491.9401550292969, 2113.470947265625, 3633.1884765625, 4311.53369140625, 6097.8193359375, 6240.0341796875, 6401.4296875, 6716.5673828125, 6155.427734375, 4157.3984375, 3169.8408203125, 2601.131103515625, 1282.6561279296875, 3160.232421875, 5784.4111328125, 6655.2412109375, 5416.69775390625, 2928.618408203125, 4573.8779296875, 1013.1566772460938, 703.2063598632812, 4275.51123046875, 652.5233764648438, 1859.569580078125, 1261.375732421875, 2265.844482421875, 2379.3642578125, 1268.5009765625, 669.5304565429688, 2728.978515625, 5725.91015625, 5529.166015625, 6438.0712890625, 6874.79345703125, 6492.78369140625, 6181.8701171875, 6569.4892578125, 6713.48876953125, 3418.92138671875, 673.3619384765625, 287.5564880371094, 1641.9769287109375, 3217.390869140625, 6054.248046875, 3389.8642578125, 1092.3505859375, 1095.4361572265625, 4342.16552734375, 459.3410949707031, 564.3771362304688, 1067.405029296875, 608.520263671875, 1075.0225830078125, 418.3525695800781, 308.0509338378906, 827.7923583984375, 4070.044189453125, 5454.05615234375, 6937.13232421875, 7024.8095703125, 6851.98486328125, 6846.79052734375, 6311.01806640625, 5768.09033203125, 3600.209228515625, 2161.66748046875, 352.0740966796875, 525.4331665039062, 1711.6748046875, 2832.696044921875, 1837.05517578125, 572.125732421875, 2280.454833984375, 2641.1533203125, 3474.027587890625, 4895.9951171875, 4639.75732421875, 2237.362548828125, 632.3514404296875, 496.8335266113281, 365.9269104003906, 419.89093017578125, 360.29254150390625, 556.7154541015625, 2472.297119140625, 2201.98486328125, 3865.1396484375, 5544.44677734375, 6335.18310546875, 6556.8515625, 6256.01025390625, 4961.66552734375, 4504.7841796875, 3653.38232421875, 1613.0672607421875, 2090.61328125, 2907.59521484375, 940.7456665039062, 308.6429748535156, 519.514892578125, 991.0791625976562, 2557.4189453125, 4665.013671875, 5631.7587890625, 3572.515380859375, 4115.4365234375, 3680.48291015625, 1931.97509765625, 1945.333740234375, 776.7600708007812, 525.6967163085938, 366.7405700683594, 1343.6376953125, 4498.53857421875, 5654.11767578125, 5392.9755859375, 3928.926513671875, 1241.01025390625, 3611.75732421875, 5219.37744140625, 6088.47802734375, 6403.095703125, 5003.3603515625, 6241.4677734375, 5677.20751953125, 3208.000244140625, 659.212890625, 109.38968658447266, 1208.642578125, 2042.84521484375, 4008.5068359375, 3681.610107421875, 504.42401123046875, 117.91565704345703, 3225.8818359375, 5920.01123046875, 2952.64306640625, 753.1354370117188, 521.9454345703125, 828.9319458007812, 537.3195190429688, 596.4767456054688, 1948.3377685546875, 3542.3828125, 6135.775390625, 5909.48193359375, 5524.47802734375, 5303.70263671875, 5799.2490234375, 5919.93408203125, 4023.372802734375, 5210.51416015625, 3794.436767578125, 2798.7958984375, 953.6084594726562, 764.6383666992188, 719.3515625, 253.85324096679688, 1038.6431884765625, 3718.6376953125, 1272.07763671875, 1409.18212890625, 1687.5238037109375, 717.474853515625, 670.6689453125, 327.7743835449219, 1736.4442138671875, 451.7843933105469, 379.9935302734375, 306.2154846191406, 603.2811279296875, 666.9094848632812, 1214.490478515625, 1968.6207275390625, 4273.9013671875, 5401.1640625, 5581.2216796875, 5762.2353515625, 3587.43994140625, 1131.7752685546875, 443.2801513671875, 2716.93896484375, 2505.791748046875, 892.449462890625, 469.8822937011719, 333.532470703125, 457.0989074707031, 2202.364501953125, 1458.0745849609375, 1000.2236938476562, 5751.8466796875, 5179.30615234375, 3054.680419921875, 1316.5037841796875, 2130.611083984375, 1955.1162109375, 820.3825073242188, 1356.5517578125, 427.18408203125, 926.0398559570312, 1004.7528076171875, 1780.3946533203125, 2889.1064453125, 1952.2662353515625, 378.1094055175781, 770.8348388671875, 765.75830078125, 872.0599365234375, 3501.123779296875, 2430.2041015625, 2122.580322265625, 480.2026672363281, 1826.216552734375, 4123.87451171875, 614.2849731445312, 864.5027465820312, 550.85498046875, 941.3637084960938, 1010.2977294921875, 931.21630859375, 1740.366455078125, 3913.462890625, 1307.9248046875, 1655.9432373046875, 489.0589904785156, 1036.7705078125, 459.381591796875, 500.0417785644531, 300.6922912597656, 951.7528686523438, 1290.97119140625, 1317.3082275390625, 388.0918884277344, 1073.126708984375, 1564.744140625, 564.3658447265625, 2614.359375, 792.8521118164062, 369.7264099121094, 399.943115234375, 224.85296630859375, 1615.246337890625, 1292.412109375, 2724.07958984375, 1547.1298828125, 2341.40185546875, 1012.9739379882812, 302.9777526855469, 933.387939453125, 954.6673583984375, 346.2050476074219, 552.7542724609375, 772.0748291015625, 263.7498474121094, 186.207763671875, 806.277099609375, 636.341064453125, 3027.38427734375, 4410.70751953125, 3667.3837890625, 2759.160888671875, 2589.78662109375, 142.277587890625, 1026.1319580078125, 604.2052612304688, 1986.987060546875, 4462.8154296875, 5477.97509765625, 2834.366943359375, 771.45458984375, 772.3348999023438, 2774.93310546875, 5239.283203125, 5549.4658203125, 3893.100341796875, 171.74948120117188, 1266.9818115234375, 3263.46484375, 475.317626953125, 552.5714721679688, 2332.285400390625, 3020.675048828125, 5015.80126953125, 3519.61767578125, 732.9383544921875, 4176.1162109375, 5487.18994140625, 2576.350830078125, 502.3368225097656, 415.2140808105469, 880.2836303710938, 3927.583740234375, 5215.265625, 4002.180908203125, 456.2484130859375, 972.2559814453125, 3280.63623046875, 4380.07177734375, 767.9586181640625, 342.3755798339844, 1229.5745849609375, 1314.0679931640625, 829.7744750976562, 402.6900939941406, 894.9950561523438, 1862.7110595703125, 1826.8973388671875, 1468.8076171875, 348.41912841796875, 2306.454345703125, 4580.02783203125, 2807.878173828125, 432.5089416503906, 647.2584228515625, 642.8071899414062, 303.3992919921875, 515.4547119140625, 788.256591796875, 1045.1168212890625, 1182.49462890625, 968.4392700195312, 2825.425537109375, 1034.56103515625, 728.9346313476562, 1974.7626953125, 455.2978515625, 1738.449951171875, 914.58447265625, 362.73272705078125, 401.18035888671875, 858.9976806640625, 333.7449951171875, 1558.3275146484375, 4111.455078125, 3619.97705078125, 1315.8349609375, 465.0740661621094, 2791.29833984375, 5218.9833984375, 4907.3232421875, 3740.691650390625, 1847.4354248046875, 716.3569946289062, 787.9852905273438, 4105.73681640625, 4721.3447265625, 3304.283447265625, 4613.55029296875, 4654.888671875, 3197.61767578125, 3170.095458984375, 1355.60595703125, 892.093017578125, 3634.398193359375, 3472.125732421875, 1717.62939453125, 1798.614501953125, 1721.8143310546875, 789.29833984375, 2751.956787109375, 2382.5654296875, 738.0372924804688, 1183.802734375, 660.24560546875, 481.816650390625, 532.7784423828125]\n", - "615\n", - "6198\n", - "22\n", - "[1398.60791015625, 640.5606689453125, 480.5047912597656, 1002.294189453125, 1677.585205078125, 1496.4215087890625, 385.5478515625, 568.1432495117188, 1448.011962890625, 1520.3927001953125, 1913.843017578125, 1442.7391357421875, 340.7190856933594, 1566.392822265625, 1900.81787109375, 1655.9534912109375, 1868.9942626953125, 525.3602294921875, 681.5216064453125, 848.2485961914062, 306.7696533203125, 624.2083740234375]\n", - "22\n", - "6199\n", - "18\n", - "[404.8539733886719, 329.9077453613281, 459.0780944824219, 554.5119018554688, 1767.6973876953125, 1492.4984130859375, 585.7344970703125, 408.16900634765625, 1505.596923828125, 1570.9986572265625, 1605.7442626953125, 1381.5849609375, 1000.0732421875, 430.6614990234375, 578.6441650390625, 659.7225341796875, 409.92388916015625, 375.9726867675781]\n", - "18\n", - "6200\n", - "222\n", - "[1210.572265625, 1766.4447021484375, 354.414306640625, 2035.614990234375, 3261.755859375, 2455.13330078125, 1027.34375, 657.0355224609375, 694.2766723632812, 1449.0224609375, 2823.54296875, 992.8847045898438, 352.9803161621094, 851.8927001953125, 317.1788024902344, 1393.732177734375, 1800.7598876953125, 1364.560302734375, 2210.397216796875, 648.8668823242188, 1327.460693359375, 902.9722290039062, 586.3925170898438, 1970.3765869140625, 1890.2320556640625, 2412.95458984375, 2651.071533203125, 1506.912109375, 1810.5867919921875, 1339.339599609375, 2013.9403076171875, 3243.62744140625, 3584.5146484375, 1870.082763671875, 403.45751953125, 1105.810791015625, 2033.1065673828125, 3544.688232421875, 1755.6617431640625, 1014.7392578125, 1658.306640625, 2291.4189453125, 3434.450439453125, 3462.9326171875, 3558.431884765625, 2577.62451171875, 3385.37451171875, 1467.764404296875, 3623.744384765625, 3391.6240234375, 941.3046264648438, 829.1870727539062, 1721.5203857421875, 2114.296630859375, 2616.6513671875, 3540.49072265625, 2663.43359375, 3278.8974609375, 2033.97265625, 3387.2041015625, 3073.027587890625, 2589.9326171875, 2791.986083984375, 734.2098999023438, 1824.806396484375, 1496.52734375, 2544.192138671875, 148.60528564453125, 420.38055419921875, 1020.7415161132812, 759.583251953125, 791.5563354492188, 1097.0802001953125, 1544.37060546875, 3104.63037109375, 3361.8662109375, 3414.796630859375, 3097.6552734375, 1930.9674072265625, 696.298828125, 2102.69091796875, 3072.86376953125, 2074.068359375, 617.7893676757812, 662.6243286132812, 326.48272705078125, 1245.5877685546875, 3582.646240234375, 3774.7412109375, 3241.6259765625, 3187.724365234375, 3083.650390625, 3240.49853515625, 3673.27685546875, 3396.40283203125, 2101.629638671875, 1105.1827392578125, 1160.8751220703125, 1658.6539306640625, 2065.47412109375, 3635.346435546875, 2255.8427734375, 347.38177490234375, 371.6715087890625, 2732.760498046875, 3742.37353515625, 3676.30419921875, 1614.313720703125, 633.58056640625, 3000.72802734375, 3865.53173828125, 3865.040283203125, 3881.5458984375, 3037.016357421875, 3530.925048828125, 3035.4521484375, 3517.025390625, 3660.247314453125, 3562.6572265625, 1864.4024658203125, 1051.1180419921875, 319.0390625, 1667.7509765625, 2434.39111328125, 3313.35205078125, 1897.9874267578125, 319.7239074707031, 1100.2127685546875, 1996.8768310546875, 3109.4169921875, 3791.41455078125, 3534.046142578125, 3809.10205078125, 3860.487548828125, 3489.20654296875, 3825.248779296875, 3641.670166015625, 3415.206298828125, 3738.00048828125, 2292.389404296875, 409.4925537109375, 759.8988037109375, 1015.5914306640625, 1929.2626953125, 1961.6341552734375, 415.6485290527344, 1673.7979736328125, 188.8218994140625, 3419.002197265625, 3377.342041015625, 2489.982177734375, 2091.1435546875, 3655.55419921875, 3720.671630859375, 3610.761474609375, 3284.7919921875, 3434.22802734375, 1085.021240234375, 316.625732421875, 423.2651062011719, 1104.564697265625, 2977.89111328125, 3350.865234375, 3188.65673828125, 3432.004638671875, 326.5313720703125, 767.8414306640625, 1119.554443359375, 890.40673828125, 3085.331787109375, 3423.297119140625, 3754.94287109375, 3674.82177734375, 3672.56689453125, 2989.883056640625, 2055.02685546875, 2966.56201171875, 3699.012451171875, 3514.9306640625, 1365.7564697265625, 382.39990234375, 308.95770263671875, 754.7975463867188, 2451.415771484375, 1316.280029296875, 1981.003173828125, 1816.1849365234375, 531.4336547851562, 2248.87353515625, 2913.89306640625, 3366.567138671875, 3597.544677734375, 3251.9140625, 2891.2548828125, 3028.64453125, 1339.0587158203125, 1987.951171875, 2128.659423828125, 1165.7232666015625, 363.236572265625, 1911.1810302734375, 3385.475830078125, 2997.314697265625, 1449.37060546875, 1729.1458740234375, 379.1015930175781, 469.1153259277344, 655.0337524414062, 1794.931640625, 970.55908203125, 1070.243408203125, 1720.4241943359375, 3436.354248046875, 2426.725341796875, 451.581787109375, 419.3155517578125, 2423.432861328125, 3552.681640625, 530.2282104492188, 426.0552978515625]\n", - "220\n", - "6201\n", - "6\n", - "[2494.774169921875, 1465.113525390625, 534.6989135742188, 435.4436950683594, 828.817626953125, 1077.4322509765625]\n", - "6\n", - "6202\n", - "10\n", - "[562.6741943359375, 1316.7467041015625, 791.14453125, 550.6121826171875, 546.6551513671875, 354.9584045410156, 392.22314453125, 391.62078857421875, 910.7064208984375, 599.9463500976562]\n", - "10\n", - "6203\n", - "17\n", - "[426.4477844238281, 588.1729125976562, 370.97711181640625, 451.2622985839844, 553.080078125, 2104.696533203125, 1950.5543212890625, 1385.6871337890625, 420.452392578125, 508.9852600097656, 1446.770751953125, 2827.978271484375, 1594.8604736328125, 992.3408813476562, 1454.8182373046875, 483.8275451660156, 418.42535400390625]\n", - "17\n", - "6204\n", - "10\n", - "[915.026123046875, 319.47442626953125, 525.79736328125, 935.366455078125, 415.1455383300781, 927.277099609375, 1569.880126953125, 1834.2371826171875, 1251.3935546875, 544.8095092773438]\n", - "10\n", - "6205\n", - "13\n", - "[308.57513427734375, 994.186767578125, 1267.166748046875, 1090.723388671875, 519.8884887695312, 446.721923828125, 417.1028747558594, 692.5154418945312, 1480.791748046875, 1331.792236328125, 549.741455078125, 361.9112243652344, 621.1030883789062]\n", - "13\n", - "6206\n", - "18\n", - "[360.9364318847656, 572.4503784179688, 635.385498046875, 480.4967346191406, 371.2945556640625, 511.4895935058594, 307.7124938964844, 899.6577758789062, 1829.0203857421875, 2339.29150390625, 2245.959228515625, 1019.9104614257812, 585.8380126953125, 621.601806640625, 355.6907958984375, 1475.4339599609375, 916.4194946289062, 710.0059814453125]\n", - "18\n", - "6207\n", - "12\n", - "[517.2510986328125, 1385.54736328125, 1142.38525390625, 1342.860595703125, 1267.805419921875, 1963.7244873046875, 1003.2042846679688, 908.7109985351562, 524.609619140625, 969.1204223632812, 1814.827392578125, 851.8523559570312]\n", - "12\n", - "6208\n", - "11\n", - "[1142.06298828125, 937.8527221679688, 332.2980041503906, 1448.1966552734375, 1811.3592529296875, 373.6224670410156, 709.8580932617188, 2406.55078125, 955.9788208007812, 453.28802490234375, 338.8016052246094]\n", - "11\n", - "6209\n", - "29\n", - "[891.9168090820312, 660.8578491210938, 379.8100891113281, 1144.575439453125, 1111.8778076171875, 1246.4881591796875, 1027.854248046875, 2529.0205078125, 2420.361328125, 1345.0101318359375, 329.93280029296875, 2199.412841796875, 2666.8984375, 2413.810546875, 1163.894287109375, 1960.250244140625, 972.965087890625, 891.6224975585938, 2101.337646484375, 2770.8876953125, 2640.95361328125, 1531.575439453125, 1134.84375, 1088.5770263671875, 1899.2537841796875, 2214.958251953125, 2536.316650390625, 894.2489013671875, 357.0968933105469]\n", - "29\n", - "6210\n", - "21\n", - "[473.7848815917969, 316.03411865234375, 388.87652587890625, 948.3643188476562, 644.0482177734375, 712.2206420898438, 790.8910522460938, 432.16046142578125, 867.7343139648438, 343.30615234375, 814.779296875, 943.54638671875, 1081.801513671875, 1128.4453125, 1071.843017578125, 581.9320678710938, 445.75775146484375, 531.5874633789062, 591.5003662109375, 745.5320434570312, 646.4642944335938]\n", - "21\n", - "6211\n", - "46\n", - "[539.03564453125, 423.8621520996094, 1199.677734375, 876.4244995117188, 741.369140625, 1256.7164306640625, 430.61102294921875, 358.35699462890625, 594.6364135742188, 1114.0985107421875, 907.0278930664062, 2061.013427734375, 2253.61474609375, 498.0336608886719, 929.337158203125, 1091.1978759765625, 1121.21826171875, 1601.0146484375, 470.71142578125, 707.9655151367188, 1533.3973388671875, 461.20684814453125, 1794.1346435546875, 1006.0447387695312, 315.402587890625, 720.1670532226562, 1099.3826904296875, 447.4075622558594, 313.0473937988281, 849.4649658203125, 1523.8138427734375, 1763.8817138671875, 1404.8702392578125, 887.4683837890625, 891.5383911132812, 391.54046630859375, 1660.332275390625, 401.2501525878906, 602.2157592773438, 362.86553955078125, 2514.2568359375, 2103.61669921875, 966.7965698242188, 554.8026123046875, 1261.5107421875, 689.5967407226562]\n", - "46\n", - "6212\n", - "18\n", - "[324.182861328125, 463.64129638671875, 555.752685546875, 461.5809631347656, 319.89630126953125, 331.81494140625, 1650.8704833984375, 1038.5177001953125, 2733.47265625, 2848.986083984375, 1109.851318359375, 516.568359375, 313.0477600097656, 1945.8516845703125, 780.5610961914062, 710.666015625, 898.5991821289062, 469.08453369140625]\n", - "18\n", - "6213\n", - "8\n", - "[334.1383361816406, 939.6625366210938, 1044.8310546875, 356.6404724121094, 890.49853515625, 1215.0364990234375, 2031.08251953125, 363.1309509277344]\n", - "8\n", - "6214\n", - "10\n", - "[431.8905334472656, 352.8660888671875, 1535.5335693359375, 1692.95751953125, 892.1102294921875, 397.5485534667969, 598.6245727539062, 1152.0582275390625, 1453.3216552734375, 894.9121704101562]\n", - "10\n", - "6215\n", - "50\n", - "[442.502197265625, 330.24920654296875, 557.6304321289062, 1293.1781005859375, 1504.7076416015625, 1698.1571044921875, 1615.0123291015625, 1860.42919921875, 974.3909912109375, 559.01025390625, 1546.129150390625, 2573.912841796875, 2777.00732421875, 1920.953857421875, 902.7781372070312, 325.820068359375, 719.678466796875, 2435.14990234375, 2604.83349609375, 1706.5836181640625, 1134.63330078125, 2706.83447265625, 2691.8857421875, 2092.27197265625, 949.4276123046875, 2717.96728515625, 2656.351806640625, 2244.483642578125, 531.5784301757812, 559.9125366210938, 1593.98828125, 1763.166748046875, 1096.148193359375, 360.02252197265625, 420.31463623046875, 1293.33740234375, 710.07421875, 1047.2061767578125, 445.22503662109375, 736.1356201171875, 462.87384033203125, 742.5591430664062, 856.377197265625, 440.8410339355469, 466.4935302734375, 352.88629150390625, 1344.3671875, 1491.33642578125, 543.5628662109375, 511.2185363769531]\n", - "50\n", - "6216\n", - "27\n", - "[453.06005859375, 422.7969055175781, 324.69537353515625, 345.2646484375, 649.30712890625, 547.46728515625, 388.71270751953125, 530.4760131835938, 767.5074462890625, 472.82879638671875, 604.515625, 732.0323486328125, 495.6851806640625, 632.1357421875, 525.9215698242188, 778.9757080078125, 755.3247680664062, 470.9286193847656, 324.3868408203125, 551.1090698242188, 752.2500610351562, 528.799072265625, 365.9407653808594, 628.0984497070312, 451.65972900390625, 302.06390380859375, 641.3677978515625]\n", - "27\n", - "6217\n", - "6\n", - "[975.2827758789062, 1006.0914916992188, 1620.7802734375, 468.3896789550781, 901.9588012695312, 452.794189453125]\n", - "6\n", - "6218\n", - "17\n", - "[511.71148681640625, 353.7657165527344, 388.53668212890625, 545.48486328125, 426.1475830078125, 1298.0240478515625, 1321.432861328125, 618.5510864257812, 759.908447265625, 1036.970947265625, 457.7152099609375, 688.2083129882812, 1495.82666015625, 343.2657165527344, 651.6251220703125, 374.2944030761719, 599.3382568359375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "17\n", - "6219\n", - "9\n", - "[344.1366271972656, 469.39068603515625, 2333.151611328125, 480.775634765625, 1235.31787109375, 3265.890380859375, 538.5719604492188, 774.545166015625, 408.6952819824219]\n", - "9\n", - "6220\n", - "16\n", - "[560.2747802734375, 1192.1988525390625, 1347.6072998046875, 301.0140075683594, 892.343017578125, 369.9403381347656, 770.4729614257812, 404.0727844238281, 379.9696960449219, 1058.685546875, 697.3953247070312, 659.6806030273438, 1160.3150634765625, 656.97021484375, 914.256103515625, 674.02734375]\n", - "16\n", - "6221\n", - "18\n", - "[439.7879638671875, 1235.351806640625, 2147.40576171875, 1098.825439453125, 476.6422424316406, 1864.7115478515625, 2363.5341796875, 2555.480224609375, 1867.7413330078125, 468.4160461425781, 1233.4884033203125, 979.6611328125, 480.2731628417969, 1437.6043701171875, 1693.59228515625, 449.74224853515625, 1209.271240234375, 342.0910339355469]\n", - "18\n", - "6222\n", - "11\n", - "[439.743408203125, 415.25579833984375, 567.3851928710938, 1105.1199951171875, 955.248779296875, 951.07275390625, 908.201904296875, 660.9275512695312, 865.1952514648438, 693.0061645507812, 416.9243469238281]\n", - "11\n", - "6223\n", - "8\n", - "[340.8114929199219, 307.5985107421875, 545.2467041015625, 976.9097900390625, 1101.5308837890625, 803.705078125, 651.7221069335938, 798.4395141601562]\n", - "8\n", - "6224\n", - "8\n", - "[1126.2708740234375, 1068.459228515625, 444.2333984375, 1213.7027587890625, 1007.4952392578125, 456.32745361328125, 702.2098388671875, 380.20343017578125]\n", - "8\n", - "6225\n", - "9\n", - "[403.91937255859375, 747.8372192382812, 675.0057373046875, 438.2021179199219, 756.2216796875, 701.842041015625, 332.86083984375, 493.79595947265625, 507.0641784667969]\n", - "9\n", - "6226\n", - "17\n", - "[414.6536865234375, 1026.430908203125, 712.1471557617188, 315.2193908691406, 485.4384460449219, 837.5836181640625, 1630.37353515625, 2064.052734375, 456.5178527832031, 853.174560546875, 871.7247314453125, 1752.9324951171875, 2039.4095458984375, 1863.030517578125, 373.85888671875, 513.8763427734375, 575.1854858398438]\n", - "17\n", - "6227\n", - "35\n", - "[402.8153381347656, 729.5946044921875, 323.41357421875, 421.0329284667969, 1623.2215576171875, 1485.510986328125, 910.640380859375, 1499.260009765625, 1149.0242919921875, 1001.5585327148438, 758.2164306640625, 335.154052734375, 1045.063232421875, 853.7147216796875, 857.4749755859375, 1241.2755126953125, 470.90960693359375, 767.4706420898438, 1738.026611328125, 794.5297241210938, 1274.6055908203125, 2501.59375, 4827.24951171875, 4902.58203125, 3514.179443359375, 944.0245361328125, 1092.173095703125, 641.65380859375, 1593.2130126953125, 2867.189453125, 1691.606689453125, 917.5945434570312, 1058.2816162109375, 537.6824951171875, 2484.309814453125]\n", - "35\n", - "6228\n", - "15\n", - "[375.67547607421875, 521.3866577148438, 978.8389282226562, 2465.375732421875, 4451.07861328125, 1864.576171875, 485.5960693359375, 510.9598388671875, 1345.078125, 3742.2734375, 3682.855712890625, 1684.1243896484375, 1312.813720703125, 350.8399963378906, 596.7383422851562]\n", - "15\n", - "6229\n", - "69\n", - "[333.59490966796875, 345.5376892089844, 347.7513732910156, 722.346435546875, 906.1009521484375, 708.7077026367188, 371.93408203125, 1315.28857421875, 1616.2227783203125, 1091.865478515625, 1066.2628173828125, 1345.768310546875, 381.6352233886719, 1463.2596435546875, 1414.76806640625, 453.2682800292969, 698.2301635742188, 1237.1943359375, 1213.36474609375, 1223.769287109375, 352.6912841796875, 301.2494201660156, 401.45098876953125, 1324.9361572265625, 1524.53076171875, 1664.1204833984375, 1413.22119140625, 953.7796020507812, 1188.1336669921875, 654.863525390625, 1458.2728271484375, 1684.632080078125, 1535.8756103515625, 1649.9189453125, 1402.072265625, 1552.7860107421875, 1517.1361083984375, 930.0943603515625, 308.1382751464844, 515.216552734375, 1653.4132080078125, 1697.3731689453125, 1694.2618408203125, 1556.0399169921875, 1618.7000732421875, 1664.3680419921875, 1337.41552734375, 1151.878173828125, 1639.9080810546875, 612.6683959960938, 513.1060791015625, 352.37249755859375, 1030.4544677734375, 1145.66259765625, 1504.911376953125, 1182.0711669921875, 735.9620361328125, 1130.403076171875, 492.569580078125, 516.9761352539062, 1542.7501220703125, 538.4031372070312, 103.59255981445312, 597.4070434570312, 351.3000183105469, 1099.76611328125, 1032.0208740234375, 1028.87255859375, 565.995849609375]\n", - "69\n", - "6230\n", - "7\n", - "[615.8140258789062, 1717.3427734375, 1948.0015869140625, 634.63134765625, 618.6109619140625, 968.0589599609375, 304.0711669921875]\n", - "7\n", - "6231\n", - "215\n", - "[545.1685180664062, 882.6362915039062, 605.7359008789062, 1034.3890380859375, 1400.921875, 1326.2811279296875, 512.090576171875, 2596.6708984375, 1757.9835205078125, 447.58966064453125, 542.8050537109375, 330.8022766113281, 1698.8388671875, 1288.68017578125, 1888.351318359375, 1496.2335205078125, 1506.8099365234375, 615.5413818359375, 1561.7886962890625, 746.2265625, 509.369873046875, 2291.991943359375, 2153.853515625, 1924.12158203125, 1511.5765380859375, 2639.55419921875, 4056.65234375, 2111.46875, 2748.123291015625, 903.8682861328125, 1325.859619140625, 1043.28759765625, 1456.0196533203125, 2744.90380859375, 3710.796142578125, 3732.3681640625, 4398.98876953125, 5106.12939453125, 2965.80517578125, 858.5306396484375, 1225.0025634765625, 1511.7353515625, 485.3895568847656, 1138.43115234375, 3458.23095703125, 4113.27490234375, 3109.31689453125, 1851.73095703125, 1010.164794921875, 3560.779296875, 2851.3076171875, 371.23150634765625, 2607.15625, 1633.3460693359375, 379.56903076171875, 3552.552490234375, 2667.598388671875, 1952.1300048828125, 2735.380615234375, 2184.404541015625, 338.2745666503906, 1573.1451416015625, 3245.2744140625, 3584.2236328125, 691.4957885742188, 4263.6884765625, 758.4338989257812, 564.798583984375, 1096.4678955078125, 5074.765625, 6476.52392578125, 3923.528564453125, 2833.0400390625, 1060.2054443359375, 3141.357421875, 4986.04541015625, 2341.843994140625, 4289.515625, 699.8383178710938, 470.2101135253906, 4952.89697265625, 6379.3583984375, 6692.25830078125, 7006.67041015625, 6904.28076171875, 4184.54541015625, 5285.4345703125, 6102.56689453125, 4421.16748046875, 2926.0029296875, 3248.630859375, 2211.901611328125, 764.1158447265625, 500.03717041015625, 1689.36181640625, 4775.828125, 7280.517578125, 7123.13330078125, 5850.30419921875, 7304.14404296875, 7283.833984375, 7567.685546875, 7535.83544921875, 4996.9443359375, 1727.765869140625, 772.1744995117188, 2125.81689453125, 2280.49267578125, 468.25799560546875, 397.49688720703125, 360.5491638183594, 1900.228271484375, 6428.6220703125, 6454.44091796875, 7027.44775390625, 7516.87841796875, 7204.72265625, 6918.24267578125, 3851.168701171875, 3317.16796875, 2226.1884765625, 1953.3228759765625, 1597.9581298828125, 3134.24951171875, 1336.316162109375, 112.01465606689453, 458.28497314453125, 4603.68212890625, 7199.32421875, 7647.85791015625, 3215.268798828125, 2282.3935546875, 1400.2069091796875, 1582.99853515625, 2562.667724609375, 2319.586669921875, 2126.4501953125, 481.31793212890625, 1273.2010498046875, 733.49951171875, 963.5263671875, 892.967041015625, 202.23899841308594, 3895.612060546875, 6680.25146484375, 6323.98388671875, 6592.0849609375, 6764.958984375, 4274.84912109375, 4528.5361328125, 2218.225830078125, 2075.437255859375, 1333.57763671875, 312.1719970703125, 316.3376159667969, 568.7576904296875, 425.7203369140625, 494.12457275390625, 6578.5185546875, 7149.42724609375, 7351.07275390625, 7745.9580078125, 7225.3017578125, 6248.02294921875, 931.608642578125, 3439.005126953125, 3305.342529296875, 1359.214599609375, 612.7509765625, 733.1913452148438, 588.2586669921875, 1075.0462646484375, 5938.05126953125, 7686.71337890625, 7497.2255859375, 7314.2119140625, 6182.40673828125, 2103.472412109375, 356.7135925292969, 322.1213073730469, 1596.1693115234375, 2684.9404296875, 3948.714599609375, 6408.17724609375, 3715.614501953125, 3452.896240234375, 3136.38671875, 2556.66015625, 1028.52294921875, 314.9264831542969, 1737.216552734375, 1186.261474609375, 328.4325256347656, 517.0943603515625, 463.69097900390625, 348.1831359863281, 1573.484619140625, 862.0492553710938, 2035.7191162109375, 2513.880126953125, 736.7299194335938, 358.1983947753906, 812.3199462890625, 2081.088623046875, 2070.102294921875, 1433.672119140625, 2906.1123046875, 416.542724609375, 544.395751953125, 385.2997131347656, 380.9938659667969]\n", - "211\n", - "6232\n", - "9\n", - "[1067.7476806640625, 1916.7867431640625, 559.1709594726562, 611.4108276367188, 1848.34375, 755.5018920898438, 373.5023498535156, 860.6447143554688, 1002.06396484375]\n", - "9\n", - "6233\n", - "12\n", - "[355.56561279296875, 340.1865539550781, 942.997802734375, 1227.8197021484375, 482.11968994140625, 630.2084350585938, 2270.86572265625, 2426.0498046875, 922.7921752929688, 673.4344482421875, 322.4142761230469, 306.94287109375]\n", - "12\n", - "6234\n", - "17\n", - "[442.94110107421875, 414.5823974609375, 1234.576904296875, 1533.4432373046875, 629.1902465820312, 365.8554382324219, 1132.129638671875, 3338.413330078125, 1923.61083984375, 708.1617431640625, 1952.828369140625, 2596.876953125, 1708.7144775390625, 467.2889709472656, 531.7656860351562, 2148.085693359375, 751.7471313476562]\n", - "17\n", - "6235\n", - "39\n", - "[452.5430908203125, 588.56396484375, 460.192138671875, 505.5239562988281, 805.8790893554688, 813.1741333007812, 508.9492492675781, 790.4608154296875, 476.4342041015625, 346.0001525878906, 641.7962646484375, 891.5271606445312, 888.0599365234375, 752.0159912109375, 578.919921875, 842.8119506835938, 919.781005859375, 1064.8724365234375, 971.2554321289062, 535.4551391601562, 603.9193725585938, 1042.4866943359375, 869.3057250976562, 829.9620971679688, 563.845703125, 910.7611694335938, 488.4371337890625, 577.0992431640625, 782.8403930664062, 451.7137451171875, 603.9215698242188, 309.88775634765625, 677.9031372070312, 864.1876220703125, 673.30224609375, 669.7589721679688, 686.1918334960938, 399.1354064941406, 614.4930419921875]\n", - "39\n", - "6236\n", - "52\n", - "[1128.5010986328125, 613.0701904296875, 572.3778686523438, 414.1841735839844, 1152.97509765625, 3223.176025390625, 3741.147216796875, 2030.5692138671875, 1980.852783203125, 3405.99072265625, 1735.7041015625, 2171.335205078125, 2877.139892578125, 2607.32568359375, 1566.0640869140625, 3185.97412109375, 1315.8695068359375, 1117.8641357421875, 978.3804931640625, 2104.68994140625, 3781.550537109375, 3083.290283203125, 1297.5045166015625, 446.4277038574219, 1517.72021484375, 807.8619384765625, 3073.83154296875, 3483.070556640625, 2979.501953125, 2093.8798828125, 1392.917236328125, 1067.9378662109375, 2210.783935546875, 2078.0888671875, 1266.1470947265625, 1771.565673828125, 3462.726806640625, 3517.130615234375, 2214.864501953125, 1516.3521728515625, 1171.924560546875, 2119.633056640625, 4897.0341796875, 3046.141845703125, 637.2559204101562, 2658.07763671875, 1906.823974609375, 485.5198974609375, 373.2608947753906, 2589.874267578125, 3444.222412109375, 326.8775329589844]\n", - "52\n", - "6237\n", - "10\n", - "[675.9334106445312, 1734.568359375, 576.6814575195312, 994.3389892578125, 1574.7608642578125, 1342.7510986328125, 559.6328125, 1989.589599609375, 719.42138671875, 336.71612548828125]\n", - "10\n", - "6238\n", - "21\n", - "[730.8291015625, 660.4182739257812, 1497.30712890625, 1826.440185546875, 2178.656982421875, 1387.078857421875, 750.267822265625, 819.43994140625, 381.04827880859375, 1125.0306396484375, 1363.412353515625, 1742.6365966796875, 1940.2841796875, 2232.28125, 1658.049560546875, 839.4876098632812, 522.2070922851562, 334.6142272949219, 1002.2314453125, 1459.8902587890625, 693.2821655273438]\n", - "21\n", - "6239\n", - "11\n", - "[548.7897338867188, 707.0034790039062, 589.04931640625, 451.17987060546875, 361.8130798339844, 868.1157836914062, 538.3464965820312, 602.7031860351562, 680.5968627929688, 646.2709350585938, 1244.8388671875]\n", - "11\n", - "6240\n", - "33\n", - "[589.0181884765625, 1470.178955078125, 1071.4019775390625, 582.77294921875, 994.9185180664062, 2442.93359375, 2792.330810546875, 3266.70361328125, 2660.93115234375, 1553.6734619140625, 896.6235961914062, 1268.0762939453125, 919.6559448242188, 2770.171630859375, 3180.509521484375, 3932.562255859375, 2679.50439453125, 1376.8553466796875, 1404.9075927734375, 1277.266845703125, 526.6875610351562, 1120.448486328125, 1828.9296875, 1325.2322998046875, 1707.9639892578125, 2410.0966796875, 2008.7850341796875, 630.23583984375, 1097.6837158203125, 2028.6375732421875, 341.98724365234375, 795.4783935546875, 1338.173583984375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "33\n", - "6241\n", - "33\n", - "[373.7174072265625, 1300.6690673828125, 2453.888916015625, 1860.1700439453125, 938.31396484375, 368.0970764160156, 721.2046508789062, 591.3568115234375, 377.3746337890625, 2226.135009765625, 3271.75439453125, 2508.097900390625, 720.8951416015625, 1086.7012939453125, 2905.76318359375, 2478.14990234375, 616.3532104492188, 501.8983154296875, 801.1002807617188, 478.3156433105469, 461.5732421875, 438.0599365234375, 392.6339111328125, 2462.965087890625, 2435.678466796875, 2030.836181640625, 1058.15966796875, 395.42901611328125, 1539.20556640625, 1171.9808349609375, 579.8649291992188, 807.0654907226562, 908.0211181640625]\n", - "33\n", - "6242\n", - "23\n", - "[349.33001708984375, 804.4215087890625, 431.99688720703125, 357.0347900390625, 619.929443359375, 633.721435546875, 507.71148681640625, 451.9510803222656, 1176.3740234375, 1298.72412109375, 709.6039428710938, 395.50335693359375, 302.4693298339844, 1783.6708984375, 1865.3878173828125, 1903.222412109375, 1633.6044921875, 1103.199462890625, 1532.711669921875, 1786.1160888671875, 1274.1463623046875, 467.04071044921875, 1060.6424560546875]\n", - "23\n", - "6243\n", - "8\n", - "[404.2543640136719, 1017.0567016601562, 1642.294921875, 1610.598388671875, 316.6402587890625, 1345.87451171875, 1430.768798828125, 1220.6612548828125]\n", - "8\n", - "6244\n", - "11\n", - "[1340.3544921875, 1231.08203125, 573.6282958984375, 467.68218994140625, 1325.4635009765625, 2183.2822265625, 1416.2421875, 477.53265380859375, 1608.2215576171875, 1402.791748046875, 688.3973999023438]\n", - "11\n", - "6245\n", - "10\n", - "[780.978271484375, 1251.330810546875, 2074.69287109375, 826.1719970703125, 1561.246826171875, 2844.56640625, 1956.451416015625, 1073.79638671875, 507.7890625, 321.283203125]\n", - "10\n", - "6246\n", - "16\n", - "[1314.1646728515625, 545.2943115234375, 1379.671875, 1177.263427734375, 1298.3167724609375, 1658.22412109375, 1532.9163818359375, 449.63201904296875, 348.8674621582031, 981.1036376953125, 1661.4163818359375, 987.2035522460938, 435.7190856933594, 637.9827880859375, 1251.182373046875, 542.4152221679688]\n", - "16\n", - "6247\n", - "15\n", - "[423.4219055175781, 1068.177734375, 2851.968505859375, 2327.119140625, 712.4141235351562, 1527.505126953125, 2794.3291015625, 2700.013671875, 1693.9656982421875, 328.7615966796875, 378.7574462890625, 1964.890869140625, 1331.997802734375, 378.5603942871094, 581.5140991210938]\n", - "15\n", - "6248\n", - "12\n", - "[1052.7587890625, 1124.9327392578125, 905.4187622070312, 2258.69287109375, 1031.8648681640625, 957.6917114257812, 1777.4324951171875, 304.50018310546875, 897.5077514648438, 1739.844970703125, 1843.1492919921875, 885.4952392578125]\n", - "12\n", - "6249\n", - "10\n", - "[490.8068542480469, 1011.314697265625, 1857.1041259765625, 1601.2806396484375, 543.3876953125, 446.2033996582031, 2418.025390625, 2689.140869140625, 871.8070678710938, 525.0552368164062]\n", - "10\n", - "6250\n", - "7\n", - "[340.4862060546875, 540.0729370117188, 1281.7109375, 1813.0908203125, 2121.9951171875, 2052.875244140625, 322.3550720214844]\n", - "7\n", - "6251\n", - "51\n", - "[448.7353820800781, 1105.72802734375, 765.501708984375, 511.9642028808594, 390.4048156738281, 304.69671630859375, 609.2871704101562, 2066.791259765625, 1391.28759765625, 2314.43408203125, 2410.45849609375, 614.721923828125, 547.227783203125, 662.6602172851562, 334.1282653808594, 472.4438171386719, 236.87118530273438, 267.71435546875, 3834.755615234375, 3894.670654296875, 433.144775390625, 2683.45703125, 1832.4512939453125, 3662.490966796875, 4136.26953125, 1300.5953369140625, 2717.615478515625, 3415.398681640625, 3581.8525390625, 5471.328125, 2618.2099609375, 314.8348388671875, 545.93896484375, 2549.52001953125, 1972.5028076171875, 1610.0323486328125, 528.1763305664062, 470.8340148925781, 3873.444091796875, 3370.97705078125, 2063.044921875, 2891.812744140625, 878.44970703125, 1479.08349609375, 570.7421875, 920.6665649414062, 474.47845458984375, 723.0729370117188, 413.2444763183594, 695.5180053710938, 520.559814453125]\n", - "51\n", - "6252\n", - "11\n", - "[400.06597900390625, 859.83984375, 387.5294494628906, 1657.254638671875, 637.5484008789062, 2906.0478515625, 1598.0167236328125, 1199.6583251953125, 2346.47802734375, 1614.7542724609375, 874.4354248046875]\n", - "11\n", - "6253\n", - "22\n", - "[1013.2083129882812, 1976.3558349609375, 1241.722412109375, 538.0261840820312, 1857.186767578125, 1751.198486328125, 322.6750793457031, 435.65020751953125, 777.39208984375, 2162.78515625, 1492.08984375, 2172.72265625, 3517.310302734375, 1338.364013671875, 1054.1107177734375, 350.4272155761719, 2496.75634765625, 3591.988037109375, 3363.902099609375, 611.4823608398438, 1992.495361328125, 1516.36474609375]\n", - "22\n", - "6254\n", - "17\n", - "[1808.50732421875, 1271.5838623046875, 796.552734375, 615.0590209960938, 432.8918151855469, 696.90283203125, 1346.109130859375, 2467.84765625, 812.81298828125, 343.160400390625, 1123.4764404296875, 2651.591064453125, 1325.6356201171875, 885.1187744140625, 314.0818176269531, 528.8706665039062, 1466.7984619140625]\n", - "17\n", - "6255\n", - "7\n", - "[408.6000061035156, 307.5254211425781, 517.7626342773438, 1052.2647705078125, 1702.0306396484375, 762.2649536132812, 779.7337646484375]\n", - "7\n", - "6256\n", - "6\n", - "[558.8990478515625, 1299.1646728515625, 1332.33984375, 1249.160400390625, 514.3092041015625, 732.7826538085938]\n", - "6\n", - "6257\n", - "25\n", - "[758.1423950195312, 517.4275512695312, 666.167724609375, 1924.95556640625, 1901.8143310546875, 673.6512451171875, 874.1800537109375, 1721.210205078125, 1258.5687255859375, 566.9786987304688, 1572.371337890625, 949.761962890625, 825.1690673828125, 1204.838623046875, 321.03582763671875, 702.1100463867188, 1418.6356201171875, 1436.7625732421875, 341.275390625, 1494.99951171875, 651.37841796875, 905.0421752929688, 1248.2816162109375, 820.2262573242188, 521.16455078125]\n", - "25\n", - "6258\n", - "9\n", - "[423.91046142578125, 912.611572265625, 709.5133666992188, 463.43780517578125, 1241.986083984375, 930.332763671875, 1079.7989501953125, 875.2052001953125, 392.08697509765625]\n", - "9\n", - "6259\n", - "7\n", - "[919.6585693359375, 2362.8310546875, 3471.4384765625, 1082.8065185546875, 1524.7293701171875, 2805.366943359375, 316.9681396484375]\n", - "7\n", - "6260\n", - "8\n", - "[1286.4615478515625, 1419.8626708984375, 488.7856750488281, 2287.452392578125, 2948.469970703125, 1595.492431640625, 1656.34423828125, 1640.44775390625]\n", - "8\n", - "6261\n", - "7\n", - "[875.48828125, 1785.0247802734375, 2091.05224609375, 2522.21142578125, 892.5514526367188, 1085.5303955078125, 819.0233764648438]\n", - "7\n", - "6262\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[663.3773193359375, 330.2601013183594, 412.13128662109375, 758.5429077148438, 1701.5701904296875, 2494.2958984375, 1151.0662841796875, 670.7975463867188, 603.4093017578125]\n", - "9\n", - "6263\n", - "16\n", - "[555.1605224609375, 449.9349060058594, 655.0802612304688, 347.67340087890625, 442.1721496582031, 948.589111328125, 655.580322265625, 306.29559326171875, 517.5479125976562, 550.7689819335938, 522.1405029296875, 617.2050170898438, 346.405517578125, 655.2025146484375, 417.5957946777344, 630.8796997070312]\n", - "16\n", - "6264\n", - "56\n", - "[309.203857421875, 1156.7994384765625, 349.6290283203125, 674.6851806640625, 1522.825927734375, 1344.951416015625, 1285.2947998046875, 2651.328125, 2577.02197265625, 197.62794494628906, 3227.94970703125, 2823.75390625, 3171.4580078125, 3126.259765625, 1960.04052734375, 963.2591552734375, 3810.383544921875, 3257.6357421875, 1121.263671875, 594.1610107421875, 4027.9375, 3760.9345703125, 3793.94873046875, 3335.479736328125, 2124.062255859375, 579.478759765625, 1446.3616943359375, 3963.554443359375, 3915.1962890625, 1206.8914794921875, 2084.31298828125, 4150.12646484375, 3918.235107421875, 3028.1962890625, 3052.377685546875, 461.7688903808594, 792.16650390625, 2533.2548828125, 3398.87451171875, 2189.638427734375, 1805.154296875, 2925.229248046875, 3893.8486328125, 4530.7001953125, 3115.935546875, 786.5032958984375, 1537.72265625, 3005.725341796875, 3666.0126953125, 2582.6337890625, 3118.06103515625, 3204.784423828125, 2838.1005859375, 1804.6368408203125, 494.2004089355469, 1605.4940185546875]\n", - "56\n", - "6265\n", - "8\n", - "[1300.7156982421875, 382.7296447753906, 337.38848876953125, 1963.03759765625, 1300.36669921875, 326.7309265136719, 394.21905517578125, 1069.8311767578125]\n", - "8\n", - "6266\n", - "6\n", - "[2573.864990234375, 760.7598876953125, 905.327880859375, 3310.818603515625, 532.39697265625, 1002.598388671875]\n", - "6\n", - "6267\n", - "111\n", - "[1382.185791015625, 3686.117431640625, 5756.32861328125, 6297.84619140625, 2730.888427734375, 5777.21142578125, 5574.33056640625, 3052.983154296875, 1930.9893798828125, 2404.218017578125, 1209.00830078125, 615.4103393554688, 3152.352294921875, 6022.14599609375, 3295.8515625, 5819.076171875, 5449.3134765625, 4223.998046875, 5396.078125, 4878.060546875, 6661.291015625, 5381.638671875, 3814.464599609375, 1781.0286865234375, 943.867431640625, 469.4203796386719, 1235.0621337890625, 3173.11767578125, 1110.5687255859375, 1374.3648681640625, 3351.623046875, 5915.42236328125, 5608.59716796875, 6905.23388671875, 6651.19287109375, 6951.24951171875, 7585.5302734375, 6191.67236328125, 4857.177734375, 3876.571533203125, 2661.480712890625, 992.8255004882812, 1143.8330078125, 6856.85302734375, 5685.63916015625, 1411.6904296875, 6477.1005859375, 2181.474609375, 6583.99609375, 7240.36865234375, 7623.90283203125, 6853.14404296875, 6387.3330078125, 6226.3173828125, 6051.52099609375, 2985.200927734375, 1232.522705078125, 387.9829406738281, 1944.2645263671875, 6112.310546875, 4221.20068359375, 2730.103271484375, 3457.020751953125, 7652.54638671875, 8371.5859375, 7201.96923828125, 6174.23681640625, 6959.642578125, 4924.14892578125, 1831.3314208984375, 1115.0086669921875, 903.2569580078125, 1003.564697265625, 2332.509033203125, 505.0943908691406, 1103.9356689453125, 3494.2470703125, 5891.19140625, 6595.35791015625, 6877.09521484375, 6386.92724609375, 3918.58056640625, 1118.1944580078125, 5456.35302734375, 5178.64111328125, 7060.9697265625, 1136.7177734375, 376.4455261230469, 737.7830200195312, 3599.8701171875, 1429.757568359375, 769.8381958007812, 3597.334228515625, 5978.23291015625, 5829.255859375, 2240.6845703125, 2210.4072265625, 507.8184814453125, 2070.564453125, 3112.317626953125, 5782.94189453125, 3203.647705078125, 3098.4306640625, 7503.9306640625, 4599.724609375, 524.84033203125, 2660.06103515625, 4195.6884765625, 2596.059326171875, 332.4042663574219, 336.1646728515625]\n", - "111\n", - "6268\n", - "31\n", - "[352.7424621582031, 533.5396728515625, 1589.1429443359375, 969.3092651367188, 1552.9893798828125, 751.3113403320312, 359.9035339355469, 464.3944091796875, 707.7361450195312, 645.6971435546875, 2195.77392578125, 2552.2216796875, 812.6405029296875, 422.1261291503906, 337.01007080078125, 1621.220703125, 2036.9383544921875, 410.21319580078125, 630.1832275390625, 1462.0584716796875, 2038.413818359375, 2821.97412109375, 1470.611083984375, 315.2068176269531, 1055.7666015625, 933.9014282226562, 1331.1304931640625, 370.0264892578125, 761.1057739257812, 346.2435302734375, 424.99749755859375]\n", - "31\n", - "6269\n", - "8\n", - "[699.5814819335938, 441.4956970214844, 2473.716064453125, 653.810546875, 694.2813110351562, 3469.373291015625, 2111.0390625, 623.1345825195312]\n", - "8\n", - "6270\n", - "14\n", - "[343.46942138671875, 375.9393310546875, 636.4307861328125, 831.2265625, 1436.154541015625, 814.8297729492188, 539.9268798828125, 1286.646484375, 2196.35595703125, 1991.4156494140625, 1511.991455078125, 920.0208129882812, 1007.2212524414062, 1336.5313720703125]\n", - "14\n", - "6271\n", - "5\n", - "[1739.44287109375, 660.9129638671875, 1950.306396484375, 2770.045166015625, 896.7547607421875]\n", - "5\n", - "6272\n", - "10\n", - "[488.82550048828125, 356.3845520019531, 392.21575927734375, 509.7413024902344, 830.6450805664062, 1174.540283203125, 966.0335083007812, 393.3568420410156, 522.2861938476562, 307.8802185058594]\n", - "10\n", - "6273\n", - "13\n", - "[968.52099609375, 3265.415771484375, 2060.5673828125, 586.091552734375, 2114.779052734375, 3945.131103515625, 3915.123046875, 1776.5546875, 1542.4949951171875, 3408.97998046875, 2221.582275390625, 1453.877685546875, 316.1188049316406]\n", - "13\n", - "6274\n", - "9\n", - "[578.7959594726562, 664.9605712890625, 1030.871337890625, 952.8001708984375, 463.81268310546875, 1802.937255859375, 547.2482299804688, 495.9559020996094, 456.9862060546875]\n", - "9\n", - "6275\n", - "9\n", - "[1609.782958984375, 349.33135986328125, 637.7158813476562, 1792.0306396484375, 2163.180419921875, 332.5894775390625, 1841.2344970703125, 394.2801818847656, 364.1480712890625]\n", - "9\n", - "6276\n", - "14\n", - "[607.766357421875, 830.854248046875, 492.05731201171875, 432.5576477050781, 644.471435546875, 918.4915771484375, 721.9478149414062, 546.1984252929688, 348.28094482421875, 682.1062622070312, 1349.1129150390625, 562.7904663085938, 629.0399169921875, 469.9089660644531]\n", - "14\n", - "6277\n", - "8\n", - "[393.3187255859375, 866.1077270507812, 646.5621337890625, 1291.141357421875, 1913.6209716796875, 829.0755004882812, 517.287353515625, 1094.9140625]\n", - "8\n", - "6278\n", - "44\n", - "[571.65673828125, 1217.9400634765625, 1191.5419921875, 1305.4951171875, 881.2494506835938, 4503.44140625, 2112.3916015625, 558.35791015625, 827.430419921875, 404.99444580078125, 686.1505737304688, 6525.3330078125, 7769.62939453125, 6507.14990234375, 2546.972900390625, 3986.40966796875, 492.49102783203125, 4234.505859375, 6927.8203125, 7910.52099609375, 6203.75927734375, 7553.09375, 2418.783203125, 1067.26806640625, 5348.251953125, 5733.5625, 3139.013427734375, 7195.25146484375, 4976.9658203125, 4508.14599609375, 721.7254028320312, 1450.92919921875, 5450.09326171875, 2530.75390625, 4786.10205078125, 3298.108642578125, 800.5764770507812, 616.462158203125, 435.4463195800781, 824.2020874023438, 304.184326171875, 1427.101806640625, 1013.90771484375, 1149.50244140625]\n", - "44\n", - "6279\n", - "8\n", - "[757.5240478515625, 882.3430786132812, 624.2390747070312, 1549.2398681640625, 755.8289794921875, 911.454345703125, 730.90576171875, 510.6528625488281]\n", - "8\n", - "6280\n", - "6\n", - "[570.0109252929688, 810.3724975585938, 770.9971313476562, 1817.4566650390625, 1852.8670654296875, 565.5604248046875]\n", - "6\n", - "6281\n", - "7\n", - "[1637.8226318359375, 1339.6829833984375, 409.23748779296875, 569.7857666015625, 1185.349853515625, 1535.134521484375, 361.34808349609375]\n", - "7\n", - "6282\n", - "16\n", - "[519.898193359375, 456.53204345703125, 390.8384094238281, 385.9765930175781, 371.24859619140625, 454.06353759765625, 398.59808349609375, 507.63482666015625, 632.6233520507812, 491.227294921875, 351.3091125488281, 360.88555908203125, 368.4220275878906, 406.33447265625, 416.36346435546875, 323.28778076171875]\n", - "16\n", - "6283\n", - "5\n", - "[814.3091430664062, 4120.5009765625, 1565.867431640625, 2741.388671875, 489.5666809082031]\n", - "5\n", - "6284\n", - "14\n", - "[410.94012451171875, 318.3625793457031, 1348.726806640625, 1798.78515625, 1600.5780029296875, 422.655517578125, 338.05694580078125, 1299.2681884765625, 1389.23583984375, 591.804931640625, 736.7532958984375, 808.4747924804688, 324.0086364746094, 469.1988830566406]\n", - "14\n", - "6285\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "51\n", - "[788.4949951171875, 350.35565185546875, 322.968994140625, 580.1031494140625, 396.99346923828125, 1260.0966796875, 658.82861328125, 563.8604736328125, 359.2161560058594, 389.10748291015625, 841.0437622070312, 541.0264282226562, 399.38751220703125, 605.010986328125, 842.8186645507812, 616.3385620117188, 314.8217468261719, 635.2295532226562, 1228.53173828125, 350.85235595703125, 1083.8890380859375, 770.0865478515625, 920.3624267578125, 544.5150756835938, 494.367431640625, 1066.029052734375, 654.1770629882812, 489.11328125, 609.102294921875, 691.2010498046875, 416.4235534667969, 617.171875, 350.5910339355469, 681.695556640625, 991.0865478515625, 369.7362976074219, 985.1944580078125, 1449.173828125, 385.52703857421875, 326.0033264160156, 300.0243835449219, 678.8965454101562, 646.451171875, 579.415771484375, 347.8980407714844, 602.8099975585938, 723.1051025390625, 405.5220642089844, 351.76806640625, 1003.45458984375, 478.4001159667969]\n", - "51\n", - "6286\n", - "18\n", - "[792.2535400390625, 333.9585266113281, 609.2991333007812, 1721.3670654296875, 945.7205200195312, 681.0260009765625, 322.65325927734375, 2033.98583984375, 2063.523193359375, 1898.2060546875, 851.5781860351562, 383.9505615234375, 662.66064453125, 2006.31640625, 1722.3760986328125, 1295.529296875, 580.4303588867188, 1925.76611328125]\n", - "18\n", - "6287\n", - "104\n", - "[376.9113464355469, 638.2921142578125, 497.6536560058594, 572.1795043945312, 608.4008178710938, 534.4752197265625, 302.976318359375, 517.385009765625, 942.9515991210938, 416.277587890625, 692.6417236328125, 830.0740356445312, 1300.628173828125, 551.2758178710938, 1211.43212890625, 524.830810546875, 1717.4141845703125, 1515.4346923828125, 1436.7728271484375, 1564.5726318359375, 730.3295288085938, 414.72393798828125, 1355.413330078125, 1522.92529296875, 1289.2724609375, 1054.4591064453125, 548.1943969726562, 722.325927734375, 2113.230712890625, 1774.5792236328125, 1218.6141357421875, 1326.1787109375, 1294.783203125, 393.3682556152344, 730.2706909179688, 1064.03759765625, 1569.89501953125, 629.2432861328125, 1365.361328125, 647.1785888671875, 842.6279907226562, 1283.333251953125, 1821.6407470703125, 1270.7957763671875, 1877.591064453125, 1186.1851806640625, 354.4681396484375, 583.1068725585938, 381.65704345703125, 701.7588500976562, 1084.642333984375, 545.2166137695312, 879.150634765625, 491.6414794921875, 757.546875, 1488.6656494140625, 2053.648681640625, 385.7077331542969, 4198.806640625, 6281.59765625, 4085.84375, 3066.826171875, 1029.0865478515625, 5953.1083984375, 7224.44970703125, 7180.59716796875, 7299.3134765625, 5319.5009765625, 529.7505493164062, 643.5109252929688, 3524.731689453125, 7623.798828125, 6985.24365234375, 7482.56689453125, 5280.01025390625, 1538.4337158203125, 1369.135986328125, 6655.28955078125, 7556.00634765625, 7236.60693359375, 4986.89404296875, 644.0723876953125, 2087.852294921875, 5365.33837890625, 6590.638671875, 6573.77783203125, 5311.990234375, 501.6033935546875, 1785.239990234375, 2330.1943359375, 4488.75732421875, 6234.84033203125, 835.2718505859375, 333.35833740234375, 1771.0037841796875, 433.1183776855469, 417.777099609375, 483.371826171875, 373.3779602050781, 872.5499267578125, 330.95147705078125, 404.7052001953125, 689.3389892578125, 529.9884643554688]\n", - "104\n", - "6288\n", - "5\n", - "[1063.3515625, 2443.698486328125, 733.30712890625, 1297.500244140625, 696.85791015625]\n", - "5\n", - "6289\n", - "60\n", - "[1690.19287109375, 956.4375610351562, 981.6610107421875, 369.52130126953125, 708.247314453125, 404.4817199707031, 317.4022216796875, 419.6207275390625, 489.6947937011719, 463.7707214355469, 1896.3841552734375, 893.9465942382812, 758.108642578125, 1587.9744873046875, 1609.11767578125, 799.346923828125, 487.1305847167969, 738.1148681640625, 1098.4110107421875, 1989.886474609375, 2012.685302734375, 2379.256591796875, 1952.219482421875, 1764.4896240234375, 1338.013671875, 542.0546875, 356.8780822753906, 1049.920654296875, 1210.9356689453125, 1270.443603515625, 2104.854736328125, 2252.794189453125, 1503.251220703125, 1228.19287109375, 359.36566162109375, 318.79791259765625, 253.20094299316406, 921.5317993164062, 918.699462890625, 514.59814453125, 422.138427734375, 1021.744384765625, 487.69158935546875, 670.068603515625, 266.9087219238281, 565.6224975585938, 538.1522827148438, 317.3803405761719, 665.0414428710938, 691.1296997070312, 301.1384582519531, 362.22271728515625, 409.6785583496094, 366.4508056640625, 638.1431884765625, 476.4057312011719, 550.4862670898438, 360.10455322265625]\n", - "58\n", - "6290\n", - "11\n", - "[427.458251953125, 566.2817993164062, 2381.61767578125, 780.6569213867188, 509.11785888671875, 1829.4361572265625, 2291.55126953125, 967.1038208007812, 339.87420654296875, 805.348876953125, 609.8489990234375]\n", - "11\n", - "6291\n", - "7\n", - "[740.710693359375, 806.6066284179688, 1155.221435546875, 726.326416015625, 1325.6341552734375, 583.5394897460938, 486.7603759765625]\n", - "7\n", - "6292\n", - "20\n", - "[490.5109558105469, 446.6309814453125, 513.2862548828125, 475.3482666015625, 2274.452880859375, 1843.448486328125, 382.64385986328125, 468.095703125, 1206.836181640625, 2732.3291015625, 1420.728515625, 700.068115234375, 1678.9259033203125, 1101.47314453125, 1270.3592529296875, 1718.2864990234375, 506.89910888671875, 979.7574462890625, 382.767822265625, 972.5675048828125]\n", - "20\n", - "6293\n", - "7\n", - "[701.0325927734375, 2077.65234375, 617.7906494140625, 2330.01611328125, 1747.0755615234375, 1532.7218017578125, 332.2196044921875]\n", - "7\n", - "6294\n", - "38\n", - "[1047.696044921875, 1958.7655029296875, 787.9462280273438, 1862.6844482421875, 2356.888427734375, 458.1173400878906, 1741.4622802734375, 2995.526611328125, 406.81951904296875, 982.42041015625, 2280.199951171875, 3054.26318359375, 1769.372314453125, 991.44384765625, 521.4534301757812, 2770.826904296875, 2596.694091796875, 1542.4024658203125, 1700.8111572265625, 2979.405517578125, 342.7385559082031, 1306.574462890625, 2551.11669921875, 2014.8983154296875, 1423.9913330078125, 1627.759521484375, 1676.660888671875, 639.6854248046875, 2375.922607421875, 1374.1552734375, 695.3087158203125, 560.5267333984375, 699.8344116210938, 1252.051025390625, 972.8804931640625, 493.4871520996094, 545.9866943359375, 348.46954345703125]\n", - "38\n", - "6295\n", - "9\n", - "[718.3258056640625, 443.6918029785156, 439.27520751953125, 1680.6683349609375, 1790.578857421875, 461.8121337890625, 1015.8320922851562, 853.7139282226562, 337.4244079589844]\n", - "9\n", - "6296\n", - "9\n", - "[726.0802001953125, 1834.57763671875, 1372.843505859375, 709.11328125, 737.0569458007812, 530.5424194335938, 735.2788696289062, 718.7930297851562, 1123.0323486328125]\n", - "9\n", - "6297\n", - "14\n", - "[1255.651611328125, 832.9493408203125, 336.54864501953125, 449.6048583984375, 391.2921447753906, 1372.9769287109375, 1636.008544921875, 534.3172607421875, 635.8543701171875, 730.7145385742188, 1361.416259765625, 1070.9439697265625, 923.8728637695312, 536.00341796875]\n", - "14\n", - "6298\n", - "13\n", - "[533.0726928710938, 1761.6519775390625, 379.3234558105469, 2154.260009765625, 2040.56689453125, 398.9925537109375, 328.7288818359375, 3203.433837890625, 5167.58935546875, 503.7781677246094, 1128.2333984375, 2993.2353515625, 1137.2315673828125]\n", - "13\n", - "6299\n", - "7\n", - "[424.8917541503906, 1437.17138671875, 662.5905151367188, 382.6630859375, 1826.2376708984375, 1581.6739501953125, 303.2506103515625]\n", - "7\n", - "6300\n", - "11\n", - "[665.66650390625, 544.13330078125, 1032.3133544921875, 995.8709106445312, 3806.991455078125, 2564.532958984375, 1318.96337890625, 880.0166015625, 1566.714599609375, 2282.906982421875, 305.2192687988281]\n", - "11\n", - "6301\n", - "15\n", - "[429.92620849609375, 532.5355224609375, 337.4273681640625, 411.2470397949219, 1260.228515625, 909.3738403320312, 882.5529174804688, 791.6015625, 681.4393310546875, 649.93798828125, 311.104736328125, 494.2812805175781, 342.65582275390625, 545.1306762695312, 598.7658081054688]\n", - "15\n", - "6302\n", - "10\n", - "[412.1346130371094, 878.8036499023438, 1305.107421875, 1032.6839599609375, 621.270263671875, 1360.2943115234375, 1822.31396484375, 742.455078125, 314.5133361816406, 1049.3670654296875]\n", - "10\n", - "6303\n", - "8\n", - "[497.3299865722656, 352.09954833984375, 347.9521179199219, 1678.4205322265625, 2094.43505859375, 349.7012939453125, 511.8475646972656, 393.2752990722656]\n", - "8\n", - "6304\n", - "36\n", - "[302.113037109375, 303.18023681640625, 351.80914306640625, 310.6655578613281, 397.0549621582031, 396.6612548828125, 408.7773742675781, 661.9523315429688, 651.5234375, 343.1829833984375, 397.3510437011719, 435.71685791015625, 595.2565307617188, 524.9615478515625, 494.7420959472656, 669.253173828125, 351.8874206542969, 354.6759948730469, 185.5336151123047, 343.46588134765625, 489.4826965332031, 329.3005065917969, 339.75653076171875, 160.4410400390625, 150.35626220703125, 199.6912078857422, 378.8199157714844, 445.999267578125, 323.8434753417969, 323.3149108886719, 542.9268798828125, 454.52545166015625, 304.4768981933594]\n", - "33\n", - "6305\n", - "7\n", - "[1653.8349609375, 1097.1844482421875, 1128.638427734375, 1898.766357421875, 1195.6234130859375, 392.18670654296875, 540.9783935546875]\n", - "7\n", - "6306\n", - "21\n", - "[529.8030395507812, 790.4566040039062, 398.4509582519531, 431.8011169433594, 891.427001953125, 632.146728515625, 524.3115844726562, 412.81781005859375, 961.4892578125, 945.9628295898438, 905.1016235351562, 788.1713256835938, 365.6231689453125, 477.5914001464844, 849.530029296875, 869.1835327148438, 859.9156494140625, 689.8607788085938, 485.85552978515625, 485.3331604003906, 367.5708312988281]\n", - "21\n", - "6307\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[851.9915161132812, 717.1294555664062, 318.2356262207031, 458.2638854980469, 2481.869140625, 1485.8438720703125, 622.2077026367188, 765.312255859375, 1984.8314208984375, 2390.063720703125, 1747.01953125, 715.5341186523438, 1210.670654296875, 2648.36328125, 1849.1259765625, 709.873291015625, 982.3276977539062, 822.209228515625]\n", - "18\n", - "6308\n", - "397\n", - "[362.8623046875, 393.22454833984375, 907.0780639648438, 733.806884765625, 483.6761474609375, 409.8259582519531, 1019.2575073242188, 1151.7713623046875, 1205.9437255859375, 627.1638793945312, 477.357177734375, 2251.444091796875, 3306.450927734375, 2230.896728515625, 968.8851318359375, 408.5744934082031, 472.0296936035156, 606.0255126953125, 880.9793701171875, 390.0570068359375, 5330.44970703125, 4615.90576171875, 4829.9599609375, 5365.81298828125, 4734.75390625, 2516.615234375, 1913.3741455078125, 1124.239013671875, 1179.3466796875, 972.1384887695312, 368.3746643066406, 342.2063293457031, 915.2533569335938, 184.14053344726562, 895.9635620117188, 4774.94140625, 6670.62646484375, 6244.42236328125, 6171.935546875, 2909.734375, 1244.101318359375, 2502.218505859375, 983.4713745117188, 1212.4395751953125, 1843.8563232421875, 1006.0568237304688, 796.8628540039062, 702.46923828125, 369.67169189453125, 501.731689453125, 186.17544555664062, 963.0547485351562, 5310.6416015625, 6707.0185546875, 6921.49951171875, 6761.2373046875, 6298.29833984375, 6422.0087890625, 4131.5966796875, 924.9930419921875, 772.4977416992188, 860.8969116210938, 2026.056640625, 2596.5478515625, 2490.647216796875, 2404.338623046875, 1199.099609375, 746.181884765625, 1017.95166015625, 1559.42138671875, 858.2529296875, 6513.61767578125, 7358.3046875, 5362.46728515625, 6106.109375, 6897.51513671875, 7253.25146484375, 6287.5595703125, 4220.904296875, 2247.823974609375, 2508.27734375, 527.06884765625, 571.30322265625, 2282.52783203125, 2562.197998046875, 2081.08642578125, 1657.6123046875, 938.1450805664062, 2006.370361328125, 6701.3330078125, 6848.71533203125, 4802.18017578125, 3583.44287109375, 4179.8857421875, 5978.6875, 5865.3955078125, 1432.1212158203125, 6534.02783203125, 6604.75439453125, 4263.4541015625, 2543.428955078125, 360.25750732421875, 1484.0035400390625, 2409.5078125, 2219.57373046875, 1731.245361328125, 1141.1728515625, 648.3749389648438, 848.5432739257812, 714.9859619140625, 3500.651611328125, 3560.27392578125, 5917.48779296875, 7052.67138671875, 5493.78369140625, 5569.43359375, 6970.49755859375, 6973.99609375, 6940.81982421875, 6814.2587890625, 6686.6083984375, 7018.29931640625, 3925.30810546875, 1633.287841796875, 3572.727294921875, 3108.72900390625, 2329.88330078125, 1644.75048828125, 425.6320495605469, 81.96810913085938, 448.267822265625, 1323.5552978515625, 1685.436767578125, 1312.420654296875, 1226.0235595703125, 553.7858276367188, 356.1173095703125, 833.7120361328125, 1062.5216064453125, 1195.377685546875, 1764.985595703125, 1459.3980712890625, 1591.0272216796875, 3830.193115234375, 5927.7685546875, 5613.54638671875, 7189.91015625, 7557.0400390625, 7456.54443359375, 7268.87548828125, 7590.27734375, 1512.1915283203125, 4256.39697265625, 6752.44189453125, 7421.34912109375, 7260.712890625, 6034.216796875, 4336.0634765625, 2673.82177734375, 1213.7376708984375, 1214.9803466796875, 1356.82177734375, 874.1207275390625, 506.502685546875, 1345.145751953125, 2549.447998046875, 3497.7783203125, 2977.473388671875, 4917.23291015625, 6676.80712890625, 6276.48583984375, 6935.896484375, 7148.4345703125, 6958.9970703125, 7260.69775390625, 3465.36474609375, 2510.32763671875, 7062.65576171875, 6398.51953125, 6959.97265625, 7199.490234375, 5518.89599609375, 6342.41845703125, 5693.4033203125, 3252.98681640625, 1109.3017578125, 1386.30126953125, 1493.5267333984375, 1185.0126953125, 5628.8349609375, 7380.5595703125, 6310.02783203125, 4828.7177734375, 4502.2021484375, 5055.36279296875, 7399.978515625, 5816.0849609375, 1373.0552978515625, 4833.32861328125, 6126.9462890625, 3226.372802734375, 5248.1767578125, 6584.6875, 4336.3681640625, 4578.7666015625, 6101.96337890625, 2749.3955078125, 2237.572265625, 2400.244140625, 6870.2685546875, 5032.43017578125, 5074.91943359375, 6460.046875, 5486.10888671875, 6825.5234375, 6603.22265625, 4380.1455078125, 1685.6468505859375, 6051.76904296875, 6277.68212890625, 3900.751953125, 3749.97802734375, 4230.2783203125, 4138.42529296875, 5759.97607421875, 4348.9052734375, 2196.061767578125, 1083.9530029296875, 365.4905090332031, 961.568603515625, 5020.9599609375, 1624.7442626953125, 1905.4097900390625, 6065.81494140625, 7000.21337890625, 5020.7158203125, 5893.25927734375, 4763.6083984375, 1056.68359375, 2651.963623046875, 6204.806640625, 721.4412841796875, 263.06768798828125, 4045.916748046875, 2317.590087890625, 3666.6533203125, 4074.814453125, 1594.373779296875, 472.2074890136719, 844.6328735351562, 399.7304992675781, 4325.8203125, 2835.181884765625, 1251.5931396484375, 2488.5, 1781.0743408203125, 3856.69287109375, 3083.12109375, 6147.95068359375, 6239.79638671875, 5669.380859375, 4804.71826171875, 7008.12451171875, 2467.266845703125, 711.6553955078125, 5000.0087890625, 1789.86181640625, 296.876220703125, 1689.6328125, 813.3095703125, 837.7361450195312, 1152.74365234375, 1470.808837890625, 1107.5308837890625, 430.55316162109375, 747.444580078125, 1514.6192626953125, 1875.829833984375, 1612.3861083984375, 303.94122314453125, 318.8334655761719, 1170.73779296875, 799.7740478515625, 231.08070373535156, 4060.694580078125, 6681.56298828125, 6100.8583984375, 6200.38623046875, 6971.7783203125, 7007.15673828125, 6029.544921875, 3413.569580078125, 256.1474609375, 3470.318603515625, 3740.12353515625, 4440.45361328125, 2035.171630859375, 1027.249755859375, 866.66064453125, 727.3163452148438, 1604.944091796875, 838.1400756835938, 1714.1280517578125, 2280.824462890625, 3198.242431640625, 6201.140625, 6785.732421875, 6849.36328125, 6925.04345703125, 6737.0009765625, 7026.1337890625, 5279.5537109375, 2781.687255859375, 1021.4346313476562, 6293.52734375, 6591.5390625, 4266.5791015625, 497.9407653808594, 310.5108947753906, 752.048828125, 586.207275390625, 1413.2734375, 6124.28662109375, 4808.818359375, 5147.421875, 7348.03125, 6962.82275390625, 6585.47998046875, 5156.6513671875, 1044.1312255859375, 1555.17626953125, 5088.63037109375, 6256.3349609375, 4014.486083984375, 5830.6416015625, 1141.72314453125, 736.127685546875, 650.5165405273438, 364.5313415527344, 4946.11767578125, 4522.08642578125, 5183.61572265625, 5988.00830078125, 6434.119140625, 6729.0595703125, 2888.6611328125, 523.3688354492188, 5175.91845703125, 3883.17724609375, 1548.8885498046875, 1336.2515869140625, 1961.06884765625, 1607.8095703125, 848.7289428710938, 431.04534912109375, 514.8056030273438, 927.2341918945312, 1938.570556640625, 330.41796875, 484.11102294921875, 3622.837890625, 1646.549072265625, 2055.36083984375, 5641.93603515625, 5767.0869140625, 4584.15478515625, 2453.395751953125, 605.9085693359375, 336.88604736328125, 2558.4033203125, 2358.478759765625, 1309.18798828125, 393.71368408203125, 466.3692321777344, 2484.53662109375, 2038.6851806640625, 592.4720458984375, 2974.653564453125, 4867.0458984375, 3787.177978515625, 514.9166870117188, 1003.3948364257812, 652.735107421875, 358.0133361816406, 540.86572265625, 935.0004272460938, 936.346923828125, 566.3250122070312, 383.50860595703125, 2069.909912109375, 3889.167724609375, 3175.6220703125, 3668.18505859375, 671.6126098632812, 1128.8516845703125, 2065.276123046875, 1265.4793701171875]\n", - "397\n", - "6309\n", - "14\n", - "[1443.8651123046875, 523.7734985351562, 347.239990234375, 820.6126708984375, 995.2388916015625, 333.4228210449219, 770.1068115234375, 977.0467529296875, 1386.503173828125, 607.597900390625, 1158.951904296875, 388.0396423339844, 308.730224609375, 381.02191162109375]\n", - "14\n", - "6310\n", - "5\n", - "[1007.2042236328125, 1226.042236328125, 502.61773681640625, 1649.83203125, 722.2633056640625]\n", - "5\n", - "6311\n", - "9\n", - "[588.3282470703125, 597.0296630859375, 882.5623779296875, 882.3980712890625, 621.7841796875, 328.492919921875, 1114.1329345703125, 402.30670166015625, 704.7626953125]\n", - "9\n", - "6312\n", - "17\n", - "[666.6220703125, 1002.9375610351562, 767.4769897460938, 590.7114868164062, 1270.562255859375, 2409.825439453125, 2251.71240234375, 2154.885009765625, 769.207763671875, 501.376220703125, 1660.5245361328125, 2105.56787109375, 2196.55517578125, 2518.24853515625, 1379.6656494140625, 347.3071594238281, 546.1459350585938]\n", - "17\n", - "6313\n", - "14\n", - "[765.19775390625, 971.6611328125, 416.4313049316406, 477.2798156738281, 365.8128662109375, 1138.072265625, 370.85211181640625, 1365.4805908203125, 649.3776245117188, 319.72393798828125, 654.750244140625, 718.7149047851562, 459.3320617675781, 323.80316162109375]\n", - "14\n", - "6314\n", - "4\n", - "[950.4517211914062, 1261.30712890625, 2493.930419921875, 1729.1929931640625]\n", - "4\n", - "6315\n", - "123\n", - "[387.8373107910156, 328.0074157714844, 334.2874755859375, 483.23699951171875, 458.9129638671875, 745.4149780273438, 353.46368408203125, 428.27764892578125, 571.9228515625, 795.5032348632812, 1854.8433837890625, 942.2670288085938, 461.0479431152344, 371.8117370605469, 456.3252258300781, 1570.562255859375, 1965.425537109375, 1486.5950927734375, 1657.3082275390625, 1933.9002685546875, 629.6378173828125, 339.18585205078125, 1275.465576171875, 762.2294921875, 613.9434814453125, 2002.177001953125, 1510.9268798828125, 1982.938720703125, 886.554443359375, 444.1163635253906, 831.9307250976562, 1512.8629150390625, 2789.37841796875, 3018.06787109375, 1353.8824462890625, 659.0592041015625, 921.9085693359375, 728.163330078125, 1126.40283203125, 669.1448364257812, 109.19660186767578, 238.127197265625, 382.595947265625, 669.2619018554688, 2048.506591796875, 2967.116943359375, 2876.06591796875, 3478.00732421875, 3410.893798828125, 1903.2767333984375, 872.8975219726562, 1092.410888671875, 2607.842041015625, 3031.37353515625, 2937.231201171875, 2604.688232421875, 3097.163818359375, 3464.007080078125, 3207.17626953125, 2884.9296875, 999.111572265625, 870.3605346679688, 158.80479431152344, 1730.1358642578125, 3706.75537109375, 3212.734130859375, 3456.8916015625, 3062.55517578125, 3325.986083984375, 3212.347900390625, 3185.986328125, 1552.0303955078125, 1576.6314697265625, 2968.0458984375, 1991.01806640625, 3600.318359375, 3724.77978515625, 3840.54150390625, 3446.505615234375, 3843.695068359375, 3323.628662109375, 2080.515869140625, 3115.1337890625, 3606.2783203125, 2400.084716796875, 2375.292236328125, 2150.541015625, 328.5304260253906, 2573.432373046875, 3634.743408203125, 3682.77490234375, 3541.1435546875, 3130.11376953125, 2904.23828125, 2941.5947265625, 2511.849609375, 1851.605712890625, 2164.26123046875, 2698.90087890625, 1208.2232666015625, 594.4436645507812, 628.564453125, 466.7269592285156, 839.3505249023438, 1459.3553466796875, 3169.87451171875, 1986.392822265625, 1267.8428955078125, 1020.0711669921875, 614.5484619140625, 1150.7347412109375, 513.844970703125, 543.1337280273438, 377.0379638671875, 850.9107055664062, 573.75341796875, 1165.453125, 527.5682373046875, 437.0361633300781, 351.09027099609375, 515.4257202148438, 990.3297119140625, 1723.5123291015625]\n", - "123\n", - "6316\n", - "11\n", - "[977.85302734375, 481.6884765625, 709.6615600585938, 1388.447021484375, 1693.4786376953125, 1298.9727783203125, 338.8897399902344, 1113.10986328125, 584.6382446289062, 304.7196044921875, 823.8776245117188]\n", - "11\n", - "6317\n", - "13\n", - "[546.343994140625, 487.2628173828125, 544.6046142578125, 1015.6119995117188, 1909.37646484375, 1146.857666015625, 477.2757873535156, 495.4800720214844, 404.124755859375, 564.165771484375, 964.42626953125, 647.17333984375, 542.0244140625]\n", - "13\n", - "6318\n", - "15\n", - "[300.09844970703125, 443.70806884765625, 457.4052429199219, 456.24822998046875, 374.82025146484375, 1294.139892578125, 817.9725341796875, 915.9290161132812, 729.8436889648438, 710.1185302734375, 491.2207946777344, 916.7993774414062, 471.2649230957031, 390.06768798828125, 963.8052978515625]\n", - "15\n", - "6319\n", - "23\n", - "[602.4541015625, 361.2618713378906, 407.4225158691406, 1415.441162109375, 2522.30859375, 2753.043701171875, 1286.218017578125, 1353.633544921875, 2294.543212890625, 2420.759521484375, 2970.472900390625, 1171.192626953125, 1517.94091796875, 2217.035888671875, 2390.385498046875, 2502.0849609375, 1526.1839599609375, 644.7130126953125, 566.42236328125, 445.1697692871094, 360.25238037109375, 1052.850830078125, 367.82354736328125]\n", - "23\n", - "6320\n", - "7\n", - "[862.5604858398438, 746.1959228515625, 1807.3658447265625, 681.18994140625, 607.4248657226562, 935.8128662109375, 306.26910400390625]\n", - "7\n", - "6321\n", - "7\n", - "[748.1541748046875, 402.35198974609375, 719.2542724609375, 834.4053344726562, 1317.9267578125, 667.6642456054688, 413.32958984375]\n", - "7\n", - "6322\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22\n", - "[803.5323486328125, 420.4415588378906, 472.87640380859375, 1684.9884033203125, 2858.305419921875, 1604.420166015625, 1101.163818359375, 1797.6055908203125, 3329.159912109375, 704.3368530273438, 535.0228271484375, 314.8658142089844, 1434.053466796875, 3796.400634765625, 878.9528198242188, 400.62042236328125, 565.4605712890625, 649.7581176757812, 1433.7646484375, 2667.46923828125, 960.0602416992188, 429.13897705078125]\n", - "22\n", - "6323\n", - "8\n", - "[1136.6300048828125, 928.4859008789062, 1272.3072509765625, 1561.5872802734375, 992.7577514648438, 555.0689086914062, 806.442626953125, 462.5888671875]\n", - "8\n", - "6324\n", - "9\n", - "[1099.1412353515625, 348.4817810058594, 347.27001953125, 952.5103759765625, 544.70849609375, 1939.3302001953125, 722.2953491210938, 1286.5145263671875, 434.2377014160156]\n", - "9\n", - "6325\n", - "27\n", - "[580.7965698242188, 2140.928955078125, 1716.0128173828125, 1190.20947265625, 1454.047607421875, 1225.8731689453125, 621.960205078125, 595.3038940429688, 738.8156127929688, 1733.7530517578125, 3062.661376953125, 2591.23291015625, 1659.5999755859375, 1517.233154296875, 973.6986083984375, 436.39654541015625, 619.2949829101562, 2566.728759765625, 1273.947021484375, 714.1787719726562, 323.6579895019531, 2138.776611328125, 1729.095947265625, 394.6422119140625, 428.3139953613281, 457.3332214355469, 948.5809936523438]\n", - "27\n", - "6326\n", - "24\n", - "[399.1575012207031, 585.0304565429688, 376.6668395996094, 1156.5018310546875, 666.0872802734375, 586.6904907226562, 1223.7301025390625, 1532.2196044921875, 1068.1290283203125, 1114.3365478515625, 547.2228393554688, 366.57745361328125, 625.4656372070312, 922.7651977539062, 1070.47412109375, 1328.37451171875, 1208.047607421875, 572.3651123046875, 378.4376525878906, 631.5868530273438, 382.2008972167969, 736.2958374023438, 1259.9163818359375, 547.0105590820312]\n", - "24\n", - "6327\n", - "8\n", - "[447.03662109375, 429.05682373046875, 632.4766845703125, 713.7667236328125, 896.4068603515625, 321.82861328125, 833.7913208007812, 776.3131713867188]\n", - "8\n", - "6328\n", - "42\n", - "[531.4456176757812, 932.2166137695312, 1855.59326171875, 1812.7315673828125, 836.6383666992188, 1178.1580810546875, 347.94140625, 692.8930053710938, 1083.306884765625, 2259.28759765625, 2253.53076171875, 2498.7626953125, 2356.6640625, 1564.0609130859375, 344.0335693359375, 949.0277099609375, 805.218994140625, 1396.08349609375, 2008.0892333984375, 2107.066162109375, 1816.3763427734375, 2415.5048828125, 1224.133056640625, 1321.2408447265625, 512.6303100585938, 465.4931640625, 1343.228759765625, 1494.424072265625, 2486.092041015625, 1793.2828369140625, 1805.3343505859375, 1102.54638671875, 330.1864929199219, 1235.5399169921875, 1616.655517578125, 2376.915771484375, 2359.48876953125, 1945.8353271484375, 1315.4949951171875, 619.394287109375, 332.3567810058594, 543.7566528320312]\n", - "42\n", - "6329\n", - "10\n", - "[730.1336669921875, 854.3262329101562, 1731.5582275390625, 1068.2724609375, 1710.094482421875, 1617.7232666015625, 658.4320068359375, 535.4894409179688, 643.85888671875, 406.1480712890625]\n", - "10\n", - "6330\n", - "110\n", - "[486.0087585449219, 395.2354736328125, 747.2623291015625, 877.5346069335938, 396.0239562988281, 390.4234619140625, 756.3583374023438, 1053.665283203125, 756.1903076171875, 357.0216979980469, 315.8312683105469, 381.870361328125, 367.9955749511719, 644.0582885742188, 302.8502197265625, 1352.00439453125, 1299.2640380859375, 318.47735595703125, 459.16400146484375, 339.4353942871094, 432.20477294921875, 620.4430541992188, 629.6757202148438, 455.6943664550781, 862.3912353515625, 642.4647216796875, 305.6089172363281, 559.799560546875, 360.9455261230469, 581.86181640625, 643.1461181640625, 461.79345703125, 657.1981201171875, 897.5785522460938, 607.1444091796875, 1028.087158203125, 471.77020263671875, 237.6088409423828, 656.8362426757812, 345.0469970703125, 943.593994140625, 494.8979187011719, 605.1630859375, 1206.93408203125, 1352.5343017578125, 1586.2064208984375, 882.6845703125, 495.4592590332031, 348.05865478515625, 316.1839599609375, 1182.0079345703125, 1576.128173828125, 1760.8746337890625, 1535.0189208984375, 922.8150634765625, 641.5525512695312, 335.0148010253906, 1381.231201171875, 1686.5576171875, 1721.1263427734375, 1465.582275390625, 833.4340209960938, 337.95263671875, 300.7821044921875, 651.6696166992188, 812.1473388671875, 1237.9556884765625, 1737.8226318359375, 1596.25146484375, 1121.9737548828125, 1276.9764404296875, 937.14404296875, 524.5863037109375, 780.8782958984375, 1386.8778076171875, 438.99810791015625, 1376.6278076171875, 1761.0223388671875, 1625.72021484375, 1554.1119384765625, 746.034423828125, 849.5264892578125, 301.2621765136719, 590.4979858398438, 1081.8358154296875, 389.3653869628906, 968.8137817382812, 363.46051025390625, 1277.807373046875, 967.7298583984375, 996.040771484375, 1270.4010009765625, 795.5895385742188, 780.939208984375, 432.25830078125, 396.33416748046875, 464.6629638671875, 932.6643676757812, 367.95123291015625, 669.556884765625, 679.0000610351562, 439.1107482910156, 580.6154174804688, 483.84649658203125, 602.8512573242188, 660.2061157226562, 382.17132568359375, 1017.5047607421875, 385.77020263671875, 456.1080017089844]\n", - "110\n", - "6331\n", - "25\n", - "[934.2876586914062, 1473.5911865234375, 818.388916015625, 565.16748046875, 408.6458435058594, 2152.62890625, 2045.75927734375, 1200.4320068359375, 769.23583984375, 1934.0927734375, 1831.7960205078125, 2644.268310546875, 2284.10595703125, 1309.58544921875, 567.2235107421875, 1994.3431396484375, 2585.913330078125, 2436.059326171875, 2375.66455078125, 1265.4366455078125, 1400.59423828125, 1475.4248046875, 1306.7803955078125, 409.7848205566406, 1005.3555908203125]\n", - "25\n", - "6332\n", - "45\n", - "[373.659912109375, 1342.7132568359375, 1389.048583984375, 499.6719970703125, 611.853759765625, 1067.373046875, 2008.9766845703125, 1040.3441162109375, 2429.4248046875, 1263.5006103515625, 1015.148193359375, 1045.30419921875, 3018.124267578125, 1653.1998291015625, 4356.8408203125, 5307.869140625, 5471.13232421875, 2679.93896484375, 1128.71630859375, 1817.8421630859375, 5867.03076171875, 4720.08251953125, 5272.837890625, 4068.55126953125, 5054.54736328125, 1182.0831298828125, 2163.607421875, 2035.906494140625, 1545.8704833984375, 3243.044677734375, 2816.24755859375, 5969.787109375, 3611.295654296875, 2367.5263671875, 545.4744873046875, 1901.7261962890625, 4527.05224609375, 1311.4468994140625, 431.33026123046875, 884.53857421875, 4960.39892578125, 2699.402587890625, 2413.172119140625, 5980.23779296875, 1595.6749267578125]\n", - "45\n", - "6333\n", - "12\n", - "[801.7081298828125, 2136.541748046875, 1019.5936279296875, 1114.15234375, 2771.620361328125, 1806.1729736328125, 1440.525390625, 2620.23779296875, 1320.8692626953125, 739.3310546875, 1065.840087890625, 849.8549194335938]\n", - "12\n", - "6334\n", - "8\n", - "[526.567626953125, 1305.4444580078125, 319.20770263671875, 342.84796142578125, 589.663330078125, 594.1033935546875, 756.4653930664062, 888.2852783203125]\n", - "8\n", - "6335\n", - "16\n", - "[388.3727722167969, 652.0880126953125, 1882.3583984375, 619.4260864257812, 493.2962951660156, 1098.1575927734375, 1634.0098876953125, 1845.8089599609375, 1454.856201171875, 348.095703125, 1185.57666015625, 1328.474853515625, 1368.2391357421875, 381.4537353515625, 763.7235717773438, 374.9839172363281]\n", - "16\n", - "6336\n", - "7\n", - "[728.5916137695312, 1039.9127197265625, 363.8001403808594, 715.5617065429688, 851.30078125, 1360.280029296875, 879.155517578125]\n", - "7\n", - "6337\n", - "21\n", - "[495.6679992675781, 424.594970703125, 408.2621765136719, 591.4055786132812, 617.789306640625, 878.1277465820312, 694.2763061523438, 2170.967529296875, 2036.7923583984375, 365.2397766113281, 1700.041259765625, 1809.907470703125, 1119.2486572265625, 1658.6444091796875, 710.2454223632812, 899.419921875, 1930.185546875, 2348.7548828125, 1668.7421875, 896.1495361328125, 1262.7255859375]\n", - "21\n", - "6338\n", - "20\n", - "[589.5955200195312, 893.672607421875, 850.1497802734375, 573.2491455078125, 1604.624755859375, 1987.7037353515625, 2100.21728515625, 1631.269287109375, 1183.575927734375, 1612.9105224609375, 2358.671875, 2329.3623046875, 2010.385498046875, 1714.7320556640625, 527.4410400390625, 829.4550170898438, 1419.0028076171875, 810.7586059570312, 500.26739501953125, 438.9881591796875]\n", - "20\n", - "6339\n", - "6\n", - "[891.1693115234375, 1159.4071044921875, 1744.3990478515625, 4364.79638671875, 1581.040771484375, 782.5367431640625]\n", - "6\n", - "6340\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "108\n", - "[1316.7508544921875, 978.4971313476562, 369.42498779296875, 427.4387512207031, 430.2772216796875, 1069.4403076171875, 475.9378356933594, 309.5574951171875, 358.37298583984375, 572.4136352539062, 1030.326416015625, 553.997802734375, 360.9974365234375, 308.0046081542969, 2309.76171875, 2963.083984375, 2378.028564453125, 3535.578125, 5385.2890625, 4091.759033203125, 4768.18798828125, 4678.6162109375, 429.51873779296875, 3736.0419921875, 4205.25146484375, 5170.71533203125, 5080.85546875, 4497.09912109375, 5007.97119140625, 5971.2060546875, 3538.413818359375, 2701.51513671875, 5369.291015625, 6947.125, 7101.984375, 7071.43701171875, 6786.4736328125, 5799.3408203125, 5415.63916015625, 1134.182373046875, 1151.17333984375, 4107.84033203125, 5219.8984375, 4492.982421875, 6146.8544921875, 6371.3828125, 6422.9775390625, 5690.51123046875, 2882.653076171875, 2333.65966796875, 814.486572265625, 669.45361328125, 1960.041748046875, 4948.74951171875, 6279.4228515625, 4898.45166015625, 6250.755859375, 5119.4697265625, 2273.05029296875, 335.59490966796875, 540.0560913085938, 341.0872497558594, 657.09521484375, 862.2066650390625, 500.37860107421875, 871.6309204101562, 718.492919921875, 2212.046875, 6669.29638671875, 7119.56640625, 6539.08544921875, 3926.47509765625, 866.5586547851562, 583.9942016601562, 500.6214904785156, 1326.055908203125, 1446.81201171875, 441.3084716796875, 2779.29736328125, 630.30859375, 2064.830322265625, 5148.1669921875, 6919.49658203125, 5375.0380859375, 494.61639404296875, 991.9515991210938, 1201.1148681640625, 1563.5775146484375, 1293.35546875, 4993.49755859375, 4522.4150390625, 417.2665100097656, 3146.74365234375, 5807.47607421875, 4143.27001953125, 462.8560791015625, 472.56842041015625, 611.4490356445312, 1932.81005859375, 3694.341796875, 2184.39599609375, 1623.42333984375, 398.95635986328125, 1855.7459716796875, 2633.710693359375, 954.4625244140625, 1182.8023681640625, 2408.50390625]\n", - "108\n", - "6341\n", - "30\n", - "[1029.9697265625, 653.0254516601562, 551.7001342773438, 550.4697265625, 1313.57080078125, 615.0410766601562, 901.2891845703125, 760.8311157226562, 398.8240661621094, 875.833251953125, 1382.0859375, 1118.0078125, 484.0384826660156, 653.6864013671875, 837.11376953125, 1169.6312255859375, 1298.2991943359375, 387.7973937988281, 322.3142395019531, 753.1234741210938, 1154.1102294921875, 1232.5682373046875, 780.3240966796875, 765.798583984375, 680.6520385742188, 417.19708251953125, 1102.23291015625, 970.0440673828125, 580.2006225585938, 550.5296630859375]\n", - "30\n", - "6342\n", - "67\n", - "[302.8778991699219, 512.4675903320312, 549.1099853515625, 301.4486999511719, 363.4788513183594, 460.6116638183594, 657.1687622070312, 348.1145324707031, 392.07159423828125, 325.2512512207031, 335.92431640625, 541.9828491210938, 339.3508605957031, 170.7447052001953, 374.7108459472656, 400.12530517578125, 896.9608764648438, 1157.646240234375, 417.5744934082031, 1490.7945556640625, 1132.0428466796875, 947.1897583007812, 422.9396057128906, 503.899658203125, 852.9806518554688, 1628.166259765625, 662.6063842773438, 307.7536926269531, 310.2549133300781, 767.1214599609375, 913.3286743164062, 1761.069580078125, 1250.8751220703125, 471.8453063964844, 921.1027221679688, 570.2457885742188, 786.2850952148438, 1000.1242065429688, 1062.9559326171875, 755.5692749023438, 328.8822021484375, 403.14300537109375, 604.6826782226562, 340.4168395996094, 692.0979614257812, 453.5059509277344, 716.4573974609375, 409.6730041503906, 302.1885681152344, 812.8094482421875, 614.48095703125, 657.2303466796875, 584.3124389648438, 484.4657287597656, 388.13787841796875, 522.247802734375, 463.4690856933594, 775.2756958007812, 365.5411682128906, 716.3497314453125, 824.4759521484375, 594.1832275390625, 338.9376525878906, 1589.2940673828125, 830.3333740234375, 1533.8121337890625, 303.4721374511719]\n", - "67\n", - "6343\n", - "10\n", - "[1239.8746337890625, 657.682861328125, 476.46405029296875, 650.8468627929688, 437.00457763671875, 477.79339599609375, 1160.6837158203125, 717.5006713867188, 459.1894836425781, 775.3568725585938]\n", - "10\n", - "6344\n", - "17\n", - "[407.8796691894531, 434.0286560058594, 364.3853759765625, 316.2787780761719, 392.114013671875, 818.5591430664062, 368.8895263671875, 496.8190002441406, 437.43121337890625, 541.3983154296875, 315.6365051269531, 413.817626953125, 370.88909912109375, 387.8426208496094, 777.3553466796875, 573.8527221679688, 349.7131652832031]\n", - "17\n", - "6345\n", - "473\n", - "[614.337646484375, 1794.816650390625, 3578.98046875, 2341.2021484375, 2263.4287109375, 465.4527587890625, 723.1350708007812, 3493.894287109375, 1173.86669921875, 304.2235107421875, 1494.72998046875, 458.4342041015625, 1280.176513671875, 333.21063232421875, 771.9969482421875, 515.46484375, 3104.36865234375, 1598.27099609375, 485.1656188964844, 1216.52685546875, 3341.7841796875, 3386.885986328125, 542.2877807617188, 1787.9149169921875, 1514.32958984375, 1670.7884521484375, 837.3789672851562, 422.80364990234375, 580.1338500976562, 525.1956787109375, 1265.8499755859375, 267.7264404296875, 1376.4066162109375, 460.2635192871094, 604.7113037109375, 350.6953125, 933.61767578125, 496.8991394042969, 710.0415649414062, 610.0621337890625, 1586.9298095703125, 3559.818115234375, 4562.7119140625, 4993.69970703125, 1830.4610595703125, 605.4093627929688, 586.3023071289062, 565.0241088867188, 1176.4365234375, 730.0311279296875, 2177.95556640625, 2680.2041015625, 2670.98046875, 1994.083740234375, 651.3563842773438, 667.8718872070312, 1863.8214111328125, 3131.86669921875, 4599.201171875, 4030.005126953125, 3821.34716796875, 638.4296875, 1154.660400390625, 1570.72705078125, 1233.1773681640625, 351.5001525878906, 644.8662719726562, 815.3081665039062, 1275.8780517578125, 3158.73388671875, 1329.8486328125, 2687.34619140625, 2520.66015625, 2916.519287109375, 410.3624572753906, 401.673095703125, 1287.307861328125, 1252.77490234375, 774.8084106445312, 2392.682373046875, 5429.29443359375, 5116.90625, 3592.656494140625, 3473.736083984375, 1430.5167236328125, 3033.890625, 842.8343505859375, 2933.937744140625, 4901.685546875, 3006.5146484375, 464.16436767578125, 1570.22802734375, 1483.9656982421875, 1312.0992431640625, 925.14794921875, 1107.2637939453125, 2440.75146484375, 352.12579345703125, 804.4797973632812, 1892.2174072265625, 3691.76416015625, 5036.556640625, 4447.31689453125, 3355.059326171875, 887.7849731445312, 1958.9217529296875, 3870.267822265625, 2342.577392578125, 1168.31689453125, 4002.1923828125, 5964.419921875, 5759.30224609375, 4368.10009765625, 3806.908203125, 5054.5546875, 4099.603515625, 2245.17919921875, 486.9334716796875, 537.9754638671875, 609.7628784179688, 926.9201049804688, 1089.4522705078125, 2224.490966796875, 507.90045166015625, 1140.438232421875, 1679.63671875, 2580.6591796875, 3392.940185546875, 3284.796875, 4832.45654296875, 4887.333984375, 3964.069091796875, 1772.525146484375, 914.5191040039062, 1770.74951171875, 4703.0185546875, 1799.5247802734375, 1850.6373291015625, 4104.16748046875, 5189.9453125, 4363.43408203125, 3593.465087890625, 4149.7724609375, 2924.341552734375, 3909.993408203125, 4669.5830078125, 1522.5040283203125, 451.2644348144531, 1699.957763671875, 4484.275390625, 3976.2451171875, 3626.265380859375, 1255.4549560546875, 1777.9315185546875, 5075.189453125, 5096.7060546875, 4691.1904296875, 3858.40869140625, 4301.12646484375, 978.0134887695312, 396.1529541015625, 618.453857421875, 488.76922607421875, 405.0108642578125, 1192.0533447265625, 2863.061767578125, 5161.20849609375, 5500.87646484375, 4979.80810546875, 4759.35546875, 3292.4189453125, 3489.673828125, 435.4678649902344, 3297.605224609375, 4694.7412109375, 4699.92431640625, 4313.73291015625, 2617.690185546875, 4222.20751953125, 5148.4580078125, 4925.33447265625, 4504.2109375, 4378.91552734375, 2544.8515625, 725.9873046875, 3091.248779296875, 5766.4140625, 5502.59033203125, 5799.95849609375, 5111.88037109375, 3268.091796875, 2033.732421875, 421.8408508300781, 3549.150390625, 5074.4638671875, 4816.41357421875, 4870.88671875, 4796.5810546875, 4194.216796875, 3931.8017578125, 5092.50732421875, 5067.79248046875, 4455.9267578125, 4633.3525390625, 1168.3896484375, 2230.51318359375, 4556.19580078125, 1412.9935302734375, 5387.9189453125, 4918.00830078125, 2543.086669921875, 2498.68212890625, 3905.542236328125, 4331.49169921875, 5140.6728515625, 4792.46044921875, 4933.1201171875, 2444.0791015625, 4144.80224609375, 5007.42041015625, 4551.51025390625, 4744.16552734375, 1023.2952270507812, 4477.48876953125, 3867.0390625, 3017.26611328125, 1186.3775634765625, 351.4519348144531, 2050.1484375, 1117.1488037109375, 3566.4736328125, 4986.302734375, 4429.1123046875, 2973.428955078125, 2012.46435546875, 1424.12109375, 4444.47607421875, 3205.6396484375, 345.66943359375, 457.8589172363281, 974.8201293945312, 1450.9871826171875, 4551.064453125, 5017.7509765625, 5024.0439453125, 4480.3720703125, 2206.000732421875, 3337.3369140625, 1096.979736328125, 1934.8685302734375, 2691.3681640625, 562.7315673828125, 3296.718994140625, 4996.6591796875, 5052.02978515625, 5081.34765625, 5175.2880859375, 5080.0361328125, 4615.72900390625, 807.5484619140625, 932.2013549804688, 1292.7762451171875, 3686.0830078125, 4926.65625, 4925.4638671875, 5139.10693359375, 5006.78271484375, 4680.5693359375, 2590.585693359375, 2807.759033203125, 4939.89501953125, 3632.43896484375, 4242.2265625, 4270.6162109375, 4954.263671875, 2914.85009765625, 440.3697814941406, 1541.98876953125, 2646.37060546875, 4239.3857421875, 4990.765625, 5060.763671875, 5070.0576171875, 5138.1171875, 3992.469482421875, 556.1640625, 1615.6048583984375, 2790.99560546875, 2071.675537109375, 2948.55322265625, 3683.7763671875, 4919.23876953125, 5183.50390625, 4732.0830078125, 1156.5797119140625, 446.1545715332031, 413.3377990722656, 760.430419921875, 4027.302734375, 4812.8056640625, 4806.79296875, 5089.05517578125, 2381.876953125, 1143.273681640625, 2683.023193359375, 4340.3291015625, 4974.5830078125, 4875.60400390625, 722.233154296875, 897.3682250976562, 3658.268310546875, 5066.533203125, 5119.6953125, 3104.03759765625, 1477.3712158203125, 5049.6552734375, 5094.95947265625, 5012.79541015625, 1901.2625732421875, 1759.193115234375, 2604.202880859375, 1642.7406005859375, 766.5261840820312, 898.3738403320312, 2428.823974609375, 1270.720458984375, 854.0029907226562, 1783.1461181640625, 483.973388671875, 983.3107299804688, 830.454345703125, 736.980224609375, 2848.78125, 3121.143310546875, 657.9318237304688, 3819.0087890625, 4839.8427734375, 2296.24560546875, 3254.8310546875, 5133.0634765625, 3781.697998046875, 401.9444580078125, 526.0115966796875, 1446.010986328125, 4635.8564453125, 4654.916015625, 4979.4501953125, 1614.205322265625, 1356.206787109375, 3908.42431640625, 4587.779296875, 3698.839599609375, 422.45556640625, 347.5643005371094, 370.4391174316406, 1383.4512939453125, 3502.447021484375, 3813.649169921875, 3522.02001953125, 1499.3182373046875, 415.9761962890625, 2927.84521484375, 3057.811279296875, 3652.86181640625, 3399.538818359375, 426.7267761230469, 570.8748779296875, 537.6796875, 342.7229309082031, 301.5555419921875, 1728.1697998046875, 1969.3997802734375, 4156.97314453125, 4370.87060546875, 638.5662231445312, 317.62957763671875, 561.3994140625, 2438.206298828125, 2953.436279296875, 2265.771728515625, 763.2554321289062, 746.4090576171875, 311.1139221191406, 1046.85009765625, 1243.0716552734375, 436.7672424316406, 1028.319091796875, 762.980712890625, 1640.2109375, 568.02392578125, 2291.17626953125, 2691.197509765625, 1501.6248779296875, 1025.3074951171875, 1119.91162109375, 2903.65380859375, 4048.4462890625, 1505.0977783203125, 1150.3387451171875, 1516.563720703125, 680.7495727539062, 2704.3583984375, 3153.197998046875, 2078.3623046875, 3568.2412109375, 3786.824462890625, 3364.72119140625, 4645.6689453125, 4440.3193359375, 4488.9404296875, 3779.183837890625, 1418.23779296875, 560.1864624023438, 1282.041259765625, 463.22900390625, 838.4680786132812, 2499.8173828125, 3153.9912109375, 4266.87939453125, 4328.2880859375, 3043.8623046875, 4715.8017578125, 2114.117919921875, 1632.1298828125, 2071.5615234375, 1183.7672119140625, 1034.606689453125, 1866.3673095703125, 802.8677368164062, 1145.5699462890625, 2497.01318359375, 2700.921630859375, 2772.251953125, 4632.19189453125, 2309.194091796875, 3847.33154296875, 3430.9560546875, 3024.85986328125, 1477.17431640625, 1611.6395263671875, 414.892822265625, 2656.04296875, 2184.306396484375, 4493.09765625, 4439.37060546875, 3674.6845703125, 3519.640625, 2658.411865234375, 1693.4921875, 498.26190185546875, 1296.24755859375, 352.95574951171875, 2576.3984375, 855.0189819335938, 1916.823486328125, 2739.269287109375, 3395.537353515625, 3623.85498046875, 688.8617553710938, 345.01214599609375, 928.5689697265625, 541.6223754882812, 353.60308837890625, 1863.692626953125, 3829.583251953125, 3555.42236328125, 772.9278564453125, 1450.6812744140625, 1267.54736328125, 704.287841796875, 1605.444091796875, 437.08917236328125]\n", - "472\n", - "6346\n", - "7\n", - "[626.78125, 880.3707885742188, 749.3795776367188, 1192.737060546875, 1432.338623046875, 682.3363037109375, 526.2208251953125]\n", - "7\n", - "6347\n", - "9\n", - "[568.2647705078125, 949.28271484375, 576.7781982421875, 542.4891357421875, 892.4088745117188, 1406.4111328125, 979.0263061523438, 864.6258544921875, 418.97711181640625]\n", - "9\n", - "6348\n", - "7\n", - "[315.1720886230469, 1345.3111572265625, 1292.3468017578125, 427.3699951171875, 1100.5723876953125, 617.1688232421875, 477.0815124511719]\n", - "7\n", - "6349\n", - "6\n", - "[774.5670776367188, 2952.603271484375, 1251.67626953125, 407.6022644042969, 1663.429931640625, 449.6836853027344]\n", - "6\n", - "6350\n", - "10\n", - "[446.35223388671875, 381.3763122558594, 381.2589111328125, 839.3991088867188, 607.7366333007812, 442.20477294921875, 301.01885986328125, 426.18609619140625, 837.4243774414062, 385.7789611816406]\n", - "10\n", - "6351\n", - "6\n", - "[544.9266967773438, 797.3623046875, 342.41033935546875, 1750.5821533203125, 639.4944458007812, 1728.115966796875]\n", - "6\n", - "6352\n", - "24\n", - "[633.445068359375, 574.9059448242188, 467.1911926269531, 374.2583923339844, 880.9287109375, 665.5470581054688, 1474.861572265625, 1258.378173828125, 1223.3114013671875, 1096.501708984375, 442.8305358886719, 307.9024963378906, 654.5043334960938, 611.8248901367188, 1260.452880859375, 662.6558227539062, 527.3654174804688, 707.5533447265625, 606.6088256835938, 1351.849853515625, 321.60662841796875, 303.8009948730469, 519.3978881835938, 439.28082275390625]\n", - "24\n", - "6353\n", - "15\n", - "[552.3602294921875, 877.3478393554688, 618.662353515625, 834.2312622070312, 1249.5003662109375, 374.5360107421875, 623.3794555664062, 1730.5804443359375, 1366.9630126953125, 491.8904724121094, 1852.510498046875, 2211.524658203125, 849.7753295898438, 1145.123291015625, 554.84912109375]\n", - "15\n", - "6354\n", - "27\n", - "[337.77874755859375, 334.2383117675781, 463.4735412597656, 693.2485961914062, 1278.1904296875, 458.5169372558594, 851.1075439453125, 1876.9716796875, 957.8466186523438, 870.030029296875, 1341.84375, 1284.1031494140625, 534.6209716796875, 697.1692504882812, 1503.2403564453125, 616.1444091796875, 1823.4051513671875, 2389.2314453125, 1974.8665771484375, 920.2188720703125, 845.51171875, 718.22998046875, 2165.269775390625, 1942.4185791015625, 458.5334777832031, 508.6807861328125, 433.1746520996094]\n", - "27\n", - "6355\n", - "12\n", - "[511.2314453125, 560.5582885742188, 1879.5972900390625, 1661.03955078125, 1605.174072265625, 774.7931518554688, 926.7947387695312, 1270.5220947265625, 568.1943359375, 563.4369506835938, 640.7333374023438, 414.88165283203125]\n", - "12\n", - "6356\n", - "72\n", - "[420.8000183105469, 348.6070556640625, 739.4102783203125, 619.0081176757812, 422.5002746582031, 404.6075439453125, 1367.8319091796875, 387.02947998046875, 325.4306640625, 1757.3177490234375, 1609.4410400390625, 304.9034118652344, 859.68310546875, 958.3333740234375, 1452.2923583984375, 1272.847900390625, 1660.0115966796875, 447.2159118652344, 821.72900390625, 757.6493530273438, 300.1125183105469, 1308.374755859375, 1350.7294921875, 1608.8751220703125, 2209.705078125, 1505.492431640625, 298.09515380859375, 527.84423828125, 392.5229187011719, 945.5804443359375, 826.093017578125, 505.2142333984375, 1276.8021240234375, 649.9612426757812, 2365.653564453125, 2272.27734375, 688.751953125, 640.3915405273438, 327.83099365234375, 342.8867492675781, 964.60498046875, 1962.9169921875, 1748.665283203125, 1292.5775146484375, 1238.0162353515625, 317.3710021972656, 417.885009765625, 842.9221801757812, 535.3159790039062, 840.116943359375, 1287.6036376953125, 1443.154541015625, 1389.5543212890625, 2346.03369140625, 1235.9793701171875, 585.525390625, 1809.915283203125, 1831.9305419921875, 743.7864379882812, 894.4147338867188, 1526.1612548828125, 1001.1100463867188, 1079.0941162109375, 865.8961181640625, 1877.7955322265625, 2127.49365234375, 869.74853515625, 308.1314697265625, 338.2010192871094, 1140.0645751953125, 350.507080078125, 355.0970764160156]\n", - "72" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "6357\n", - "16\n", - "[2072.68408203125, 870.57177734375, 588.8271484375, 1981.3623046875, 1440.60791015625, 546.4214477539062, 1320.532958984375, 1487.4075927734375, 1656.429443359375, 360.17041015625, 1038.554443359375, 1018.2588500976562, 317.53668212890625, 370.3597412109375, 934.445068359375, 656.6515502929688]\n", - "16\n", - "6358\n", - "66\n", - "[889.1826171875, 363.3059387207031, 1075.0272216796875, 396.88128662109375, 371.6753845214844, 463.61187744140625, 434.6189880371094, 667.8204345703125, 712.6760864257812, 756.194580078125, 1180.870361328125, 1217.140625, 375.3766174316406, 897.9617309570312, 387.0238342285156, 658.4669799804688, 680.1859130859375, 653.3651123046875, 967.750732421875, 614.555908203125, 458.6780090332031, 418.79736328125, 312.6558532714844, 307.39453125, 645.1328735351562, 1383.589111328125, 1433.2330322265625, 789.8076171875, 322.6470031738281, 356.9114990234375, 524.309814453125, 1162.624755859375, 1239.3121337890625, 373.4565734863281, 1115.3724365234375, 1437.7930908203125, 1389.6270751953125, 1231.96630859375, 1237.8240966796875, 1231.822265625, 424.6964111328125, 320.77838134765625, 362.9322204589844, 674.439453125, 691.5931396484375, 1391.3721923828125, 1567.61474609375, 1179.3446044921875, 1207.11865234375, 1460.564697265625, 1034.289306640625, 1120.8360595703125, 501.67706298828125, 436.7447814941406, 663.3871459960938, 947.96728515625, 416.5584411621094, 688.43359375, 1272.2274169921875, 668.1581420898438, 348.74267578125, 801.8370971679688, 416.76416015625, 1016.5853881835938, 590.8980712890625]\n", - "65\n", - "6359\n", - "20\n", - "[379.2971496582031, 502.8486633300781, 366.16070556640625, 617.1116943359375, 3122.1904296875, 2042.6478271484375, 699.8988037109375, 1048.5191650390625, 680.09130859375, 3274.611328125, 1879.585205078125, 684.6320190429688, 2631.535400390625, 912.0271606445312, 651.4161376953125, 1060.5799560546875, 2553.926025390625, 1966.2222900390625, 981.9111328125, 848.057861328125]\n", - "20\n", - "6360\n", - "8\n", - "[716.1544799804688, 777.1134033203125, 817.2564086914062, 418.0660400390625, 308.0771179199219, 820.2124633789062, 871.1280517578125, 443.0610656738281]\n", - "8\n", - "6361\n", - "18\n", - "[1675.8795166015625, 1011.3465576171875, 924.1953735351562, 1015.3766479492188, 2071.8056640625, 2724.47021484375, 2921.080322265625, 2030.7008056640625, 476.9024353027344, 341.2959289550781, 727.0557250976562, 1448.3165283203125, 1113.1490478515625, 1027.69970703125, 786.1213989257812, 1646.3682861328125, 644.9398803710938, 312.2025451660156]\n", - "18\n", - "6362\n", - "11\n", - "[408.9923400878906, 552.556884765625, 476.447021484375, 786.7919921875, 794.5745849609375, 791.9942626953125, 777.1946411132812, 762.9548950195312, 606.5811157226562, 892.1135864257812, 372.2213439941406]\n", - "11\n", - "6363\n", - "17\n", - "[523.0281982421875, 1484.8221435546875, 316.7425231933594, 597.2039794921875, 1268.2738037109375, 2051.1318359375, 2314.945068359375, 1449.4185791015625, 1647.6082763671875, 2156.521728515625, 2148.676025390625, 1346.958740234375, 1289.349365234375, 321.9630432128906, 715.3875122070312, 453.4779968261719, 584.5640869140625]\n", - "17\n", - "6364\n", - "6\n", - "[1168.1463623046875, 341.6480712890625, 449.4284362792969, 1144.4639892578125, 2192.39501953125, 306.1468811035156]\n", - "6\n", - "6365\n", - "19\n", - "[415.45733642578125, 441.5982666015625, 343.51080322265625, 829.7235107421875, 1602.9000244140625, 1261.924072265625, 386.98486328125, 486.88177490234375, 2484.33203125, 2900.18603515625, 1405.4189453125, 1640.72412109375, 361.5182800292969, 1500.883544921875, 2524.490966796875, 1980.1192626953125, 2009.514892578125, 2076.11767578125, 426.8822937011719]\n", - "19\n", - "6366\n", - "9\n", - "[1046.4346923828125, 896.783203125, 380.7557067871094, 538.8406372070312, 1953.9749755859375, 1344.2486572265625, 447.7253112792969, 1390.3006591796875, 698.821044921875]\n", - "9\n", - "6367\n", - "21\n", - "[315.5635681152344, 1352.2335205078125, 579.9700927734375, 1612.7677001953125, 2000.9659423828125, 1525.6234130859375, 537.4921875, 382.28167724609375, 1883.101806640625, 2154.917236328125, 2045.0582275390625, 1602.1663818359375, 449.8485412597656, 1194.6153564453125, 2479.29296875, 909.6162719726562, 615.7131958007812, 1038.3758544921875, 983.321533203125, 848.6537475585938, 386.5838317871094]\n", - "21\n", - "6368\n", - "9\n", - "[423.87469482421875, 478.9385070800781, 518.0752563476562, 393.8472900390625, 882.066650390625, 363.0322570800781, 816.0286254882812, 926.07373046875, 594.0571899414062]\n", - "9\n", - "6369\n", - "9\n", - "[644.430908203125, 461.060302734375, 968.499755859375, 942.4813232421875, 1391.6763916015625, 777.5772705078125, 1159.471923828125, 541.0914306640625, 692.424072265625]\n", - "9\n", - "6370\n", - "9\n", - "[379.0491943359375, 625.7137451171875, 572.5545654296875, 459.5512390136719, 1128.8194580078125, 526.344482421875, 626.8444213867188, 514.4750366210938, 317.3934631347656]\n", - "9\n", - "6371\n", - "43\n", - "[330.97198486328125, 1151.7493896484375, 550.201416015625, 365.2133483886719, 362.7377014160156, 727.1488647460938, 1998.8623046875, 700.5721435546875, 369.3975524902344, 634.86572265625, 617.9318237304688, 300.1842956542969, 1378.482177734375, 2010.2635498046875, 1585.06494140625, 1887.8402099609375, 402.14056396484375, 920.684814453125, 2383.706298828125, 2503.111083984375, 1834.02490234375, 382.9993591308594, 892.447509765625, 749.6992797851562, 1047.231689453125, 2981.400390625, 3574.26220703125, 3554.813232421875, 4048.794921875, 1089.225830078125, 387.4481201171875, 2929.72265625, 4370.970703125, 4658.4775390625, 3925.426025390625, 791.3264770507812, 1478.98876953125, 4386.00244140625, 4497.85009765625, 2903.1650390625, 323.06866455078125, 1632.570556640625, 2048.00830078125]\n", - "43\n", - "6372\n", - "5\n", - "[548.3822631835938, 440.2966613769531, 395.1861572265625, 3329.827392578125, 573.75048828125]\n", - "5\n", - "6373\n", - "6\n", - "[835.0198364257812, 2111.8291015625, 431.074951171875, 2027.017578125, 2793.950927734375, 551.6887817382812]\n", - "6\n", - "6374\n", - "22\n", - "[670.1539916992188, 671.1353149414062, 430.3481750488281, 1075.1444091796875, 1118.47314453125, 581.4349975585938, 586.3606567382812, 530.9609985351562, 893.59716796875, 1504.749267578125, 438.43487548828125, 551.5216064453125, 810.6704711914062, 1100.714111328125, 777.30078125, 519.8175048828125, 544.6889038085938, 524.1995239257812, 556.4854125976562, 823.839111328125, 504.6844787597656, 649.4214477539062]\n", - "22\n", - "6375\n", - "11\n", - "[712.1783447265625, 736.1758422851562, 1349.2427978515625, 2359.59423828125, 2047.2509765625, 756.3052978515625, 949.8117065429688, 2243.727783203125, 1824.7379150390625, 548.3849487304688, 971.0578002929688]\n", - "11\n", - "6376\n", - "34\n", - "[375.3388671875, 617.1483764648438, 789.4796142578125, 363.5736389160156, 455.20458984375, 526.52880859375, 952.5111083984375, 915.3541870117188, 1105.4287109375, 383.87274169921875, 460.977783203125, 566.642333984375, 742.8028564453125, 846.7142944335938, 968.7023315429688, 640.47021484375, 649.1516723632812, 1003.3263549804688, 892.2448120117188, 1143.7000732421875, 1153.766845703125, 379.6477966308594, 865.0452880859375, 1116.7779541015625, 1143.431640625, 1063.8763427734375, 1117.095947265625, 891.408935546875, 438.12158203125, 548.6878662109375, 760.9290161132812, 606.8449096679688, 339.0126647949219, 541.9389038085938]\n", - "34\n", - "6377\n", - "22\n", - "[971.6187133789062, 615.9688720703125, 2228.646484375, 1416.01318359375, 1154.14794921875, 626.5606079101562, 1753.1591796875, 2651.472412109375, 3000.426025390625, 2879.812744140625, 2276.0146484375, 781.4689331054688, 423.1725769042969, 1398.3292236328125, 1548.9678955078125, 2395.896240234375, 3669.303955078125, 2310.3427734375, 679.854736328125, 1283.0970458984375, 800.2423095703125, 541.8986206054688]\n", - "22\n", - "6378\n", - "22\n", - "[623.9016723632812, 721.3321533203125, 478.0893859863281, 2346.736328125, 2624.176513671875, 1120.8353271484375, 851.1444702148438, 742.9751586914062, 1903.0579833984375, 2137.357421875, 2209.6337890625, 1084.563232421875, 1723.7723388671875, 2166.416259765625, 2056.533935546875, 2278.438720703125, 1629.425537109375, 345.2104797363281, 1520.3870849609375, 1993.890625, 885.0482177734375, 420.00616455078125]\n", - "22\n", - "6379\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15\n", - "[340.4119567871094, 3245.729248046875, 3277.69384765625, 1223.4639892578125, 1027.197509765625, 3827.57275390625, 3187.40869140625, 1728.3406982421875, 1643.7711181640625, 1957.876220703125, 1412.0528564453125, 3318.9599609375, 388.80706787109375, 409.03118896484375, 589.3010864257812]\n", - "15\n", - "6380\n", - "14\n", - "[340.7572937011719, 436.9898376464844, 359.747802734375, 608.0501708984375, 1014.2130126953125, 451.573974609375, 425.11859130859375, 512.515869140625, 525.8373413085938, 1178.8887939453125, 716.7861328125, 634.3336181640625, 584.6325073242188, 506.3883361816406]\n", - "14\n", - "6381\n", - "10\n", - "[395.9101867675781, 504.40533447265625, 1653.9825439453125, 1286.4588623046875, 2259.359130859375, 1820.30322265625, 1767.4896240234375, 2301.994384765625, 696.1261596679688, 687.88623046875]\n", - "10\n", - "6382\n", - "44\n", - "[427.86181640625, 974.8098754882812, 369.7244873046875, 593.05126953125, 405.8367919921875, 587.4673461914062, 694.0323486328125, 566.1876831054688, 850.6954956054688, 366.066162109375, 948.4661254882812, 1517.5570068359375, 2413.678955078125, 504.0226135253906, 361.2276611328125, 720.081787109375, 2091.626953125, 2379.8583984375, 2832.448974609375, 2138.51806640625, 1396.2933349609375, 752.512939453125, 1908.407470703125, 2849.448974609375, 3037.7490234375, 2866.9853515625, 1847.0498046875, 1595.767578125, 529.7026977539062, 1365.94482421875, 2371.33203125, 2686.4892578125, 2064.727294921875, 2580.774169921875, 2292.60498046875, 947.6880493164062, 367.4752197265625, 477.1427001953125, 488.2680358886719, 188.58428955078125, 1024.0777587890625, 458.37713623046875, 477.0610046386719, 378.2637939453125]\n", - "44\n", - "6383\n", - "11\n", - "[302.7433776855469, 829.6918334960938, 1515.32763671875, 408.8318786621094, 864.6736450195312, 2347.549560546875, 1720.467529296875, 438.1759338378906, 415.8160400390625, 1510.45458984375, 934.0718994140625]\n", - "11\n", - "6384\n", - "50\n", - "[334.37188720703125, 936.1825561523438, 355.6883239746094, 3474.400390625, 2573.81640625, 901.761474609375, 2892.289794921875, 4222.40185546875, 2977.204833984375, 498.44183349609375, 4986.4140625, 4031.74462890625, 3394.304443359375, 4074.989501953125, 4795.37646484375, 2868.0478515625, 561.0704345703125, 3343.050048828125, 4510.55126953125, 4791.888671875, 5231.0927734375, 3752.212890625, 1654.40576171875, 1085.010009765625, 1200.083740234375, 2732.918212890625, 5076.01513671875, 2871.37451171875, 1544.4493408203125, 555.3467407226562, 461.6414794921875, 1646.266845703125, 2378.92626953125, 1107.077392578125, 3031.26953125, 3998.808349609375, 2755.893310546875, 417.97412109375, 756.7868041992188, 99.8179931640625, 530.0963134765625, 4122.1923828125, 3463.355712890625, 1498.19921875, 533.5148315429688, 394.9392395019531, 547.5767822265625, 1299.0667724609375, 826.2550048828125, 364.7818603515625]\n", - "50\n", - "6385\n", - "6\n", - "[689.9934692382812, 524.4678955078125, 1768.088134765625, 882.4822387695312, 457.23809814453125, 1413.0462646484375]\n", - "6\n", - "6386\n", - "3707\n", - "[552.0612182617188, 478.57470703125, 354.942138671875, 575.57177734375, 727.1993408203125, 765.0706176757812, 632.0509033203125, 526.2710571289062, 460.8450012207031, 1187.6544189453125, 425.06427001953125, 405.96746826171875, 1169.6748046875, 662.6605224609375, 430.4718017578125, 386.16015625, 1048.546142578125, 343.12811279296875, 1338.734375, 401.4661865234375, 736.8738403320312, 1034.0401611328125, 563.9420776367188, 1542.5977783203125, 456.6960144042969, 303.4976806640625, 319.30987548828125, 410.1303405761719, 1577.462646484375, 1580.4407958984375, 863.5218505859375, 480.4655456542969, 990.702880859375, 2579.782470703125, 2357.58349609375, 1408.38623046875, 790.6057739257812, 649.2725830078125, 559.9169921875, 1167.04638671875, 507.5811462402344, 1416.11181640625, 1215.1986083984375, 1521.68408203125, 636.172119140625, 394.50067138671875, 365.00390625, 889.396728515625, 557.4339599609375, 1001.7742309570312, 738.42041015625, 969.6177368164062, 308.3348388671875, 476.41632080078125, 451.9102783203125, 1058.0501708984375, 1046.849609375, 411.23468017578125, 1925.947509765625, 2918.56005859375, 2742.083740234375, 2026.4144287109375, 1770.697509765625, 1490.17431640625, 431.89208984375, 303.5971374511719, 494.838623046875, 362.8794860839844, 137.3650360107422, 702.628173828125, 642.4010009765625, 324.125732421875, 2311.251708984375, 1199.596435546875, 345.7968444824219, 1417.3046875, 4928.7890625, 4799.4755859375, 2436.299072265625, 4538.92578125, 4745.7314453125, 2299.23876953125, 682.4464111328125, 669.8041381835938, 432.7919921875, 437.67108154296875, 659.2694702148438, 1038.020751953125, 411.7236328125, 1288.5604248046875, 1343.07958984375, 1065.2724609375, 1574.858154296875, 428.1156921386719, 613.0347290039062, 304.0633850097656, 408.3762512207031, 482.02825927734375, 619.3290405273438, 810.4111938476562, 3809.952880859375, 5447.162109375, 2080.836181640625, 12171.7021484375, 11830.5380859375, 1888.79248046875, 341.4896545410156, 2617.65966796875, 3135.60302734375, 4445.82373046875, 4597.67236328125, 4534.072265625, 3092.901611328125, 505.2782287597656, 1159.0498046875, 540.0576171875, 765.4666137695312, 1444.9964599609375, 627.4337158203125, 1135.0457763671875, 1676.0565185546875, 1896.2982177734375, 1746.6951904296875, 1579.829833984375, 993.5678100585938, 849.798095703125, 314.2594909667969, 303.0347595214844, 515.4591674804688, 278.2255859375, 4067.2724609375, 1254.613525390625, 4491.6572265625, 6426.6953125, 8922.955078125, 3403.69189453125, 2628.665283203125, 1309.6754150390625, 575.0519409179688, 507.9970703125, 330.74285888671875, 1216.57666015625, 1002.9768676757812, 574.5648193359375, 1907.3851318359375, 1181.98193359375, 902.6325073242188, 1391.7669677734375, 544.697998046875, 759.1017456054688, 535.876220703125, 1761.5943603515625, 916.6810913085938, 571.3138427734375, 384.7080993652344, 1152.1866455078125, 1576.2823486328125, 1159.391357421875, 1395.8448486328125, 2031.2366943359375, 1696.294921875, 662.9668579101562, 467.2567443847656, 6271.39404296875, 10733.0810546875, 5971.60986328125, 5677.0908203125, 3850.439697265625, 6860.66943359375, 3696.93701171875, 2404.94189453125, 1120.78662109375, 366.64996337890625, 380.2237243652344, 391.95672607421875, 437.6391296386719, 364.80615234375, 490.30718994140625, 777.2047119140625, 3356.8603515625, 852.6097412109375, 532.0162353515625, 866.7731323242188, 3155.6123046875, 1095.146728515625, 1479.16357421875, 1245.278564453125, 415.5378723144531, 531.04345703125, 1090.7286376953125, 572.737060546875, 134.83187866210938, 344.8224792480469, 1908.6807861328125, 520.4763793945312, 401.9389953613281, 505.27398681640625, 351.7855529785156, 1119.125732421875, 576.8483276367188, 521.35546875, 1771.841552734375, 1888.177001953125, 1083.687255859375, 992.3397216796875, 2612.358642578125, 1298.3958740234375, 1248.7510986328125, 450.2350158691406, 457.4241638183594, 422.4940490722656, 745.4334106445312, 895.285400390625, 2477.905029296875, 13613.3896484375, 13026.4052734375, 13210.599609375, 4356.0322265625, 6368.10498046875, 1346.8067626953125, 1975.6478271484375, 6616.5068359375, 1673.499755859375, 355.2485656738281, 417.50421142578125, 499.24151611328125, 438.1884765625, 1459.1817626953125, 3900.599609375, 3539.74853515625, 2876.732666015625, 1509.3660888671875, 684.1658325195312, 1041.2314453125, 2662.16455078125, 3704.93359375, 4471.86279296875, 1675.24755859375, 967.5903930664062, 695.3399047851562, 899.783935546875, 348.59130859375, 826.648681640625, 94.885986328125, 453.9794921875, 314.7367248535156, 1964.976806640625, 1800.3629150390625, 303.04376220703125, 932.7183837890625, 998.634033203125, 1174.5877685546875, 770.5391845703125, 1409.37744140625, 1782.5013427734375, 1259.17236328125, 1490.181396484375, 3354.023681640625, 3744.578125, 3901.624267578125, 1935.794921875, 1964.9638671875, 1068.418212890625, 1664.867919921875, 420.28887939453125, 314.02545166015625, 714.9722290039062, 344.2726745605469, 4391.51904296875, 9197.6953125, 8549.2490234375, 11412.306640625, 4281.04736328125, 887.2116088867188, 1490.1185302734375, 353.6005554199219, 784.1513061523438, 657.847900390625, 397.73065185546875, 1202.4998779296875, 1475.320556640625, 1895.699951171875, 2989.127685546875, 3524.52197265625, 3058.093994140625, 2269.99267578125, 3588.6767578125, 4190.4033203125, 4093.30029296875, 1731.4183349609375, 1785.5618896484375, 527.7845458984375, 143.5701904296875, 895.3197021484375, 1172.1363525390625, 1674.1209716796875, 942.5181884765625, 845.1011352539062, 1550.4217529296875, 1402.9783935546875, 1144.8900146484375, 878.8685302734375, 867.6824951171875, 1195.2921142578125, 1139.5443115234375, 935.9561767578125, 1163.963134765625, 792.412841796875, 562.8330078125, 810.8274536132812, 5179.98046875, 5847.89453125, 5963.583984375, 5886.9755859375, 4608.279296875, 2762.283447265625, 443.4333190917969, 576.8539428710938, 748.4779052734375, 7428.21923828125, 7033.7890625, 3783.571044921875, 1326.074462890625, 452.7437438964844, 489.9027099609375, 678.999755859375, 377.5319519042969, 866.6209716796875, 2108.20556640625, 4413.470703125, 6287.25830078125, 601.2559814453125, 478.3556823730469, 1534.18798828125, 1476.43212890625, 1896.3436279296875, 1581.86376953125, 2023.9154052734375, 2241.17626953125, 2316.097412109375, 1995.05029296875, 775.344482421875, 439.4301452636719, 671.8780517578125, 2595.519287109375, 2249.674072265625, 1156.6422119140625, 3011.3798828125, 2715.15185546875, 1943.0177001953125, 2697.9140625, 1967.139892578125, 3726.337646484375, 2504.7900390625, 1942.320068359375, 1635.8485107421875, 802.7696533203125, 1134.0679931640625, 196.51229858398438, 974.2913208007812, 963.5318603515625, 758.9859008789062, 197.51821899414062, 426.6798095703125, 1126.9798583984375, 956.6571044921875, 286.06951904296875, 572.3414916992188, 1346.5238037109375, 1459.1160888671875, 1406.7310791015625, 930.3102416992188, 1863.450439453125, 1075.849365234375, 1903.9952392578125, 388.16668701171875, 3670.275146484375, 4485.43310546875, 974.3805541992188, 1501.653076171875, 1833.8115234375, 8671.1083984375, 9267.3974609375, 5057.93798828125, 835.8468017578125, 638.6715087890625, 454.8116149902344, 2454.959716796875, 336.9029235839844, 1410.799072265625, 1413.3929443359375, 647.3060302734375, 3553.367919921875, 3578.8203125, 3215.39453125, 2218.667724609375, 2152.410888671875, 923.4453125, 113.25663757324219, 269.66851806640625, 445.5537109375, 519.4464111328125, 636.8948974609375, 843.468505859375, 2939.573486328125, 1864.8421630859375, 2911.436279296875, 4150.8662109375, 4032.290283203125, 3342.979248046875, 2956.16259765625, 2812.0146484375, 956.56201171875, 87.49371337890625, 185.3124237060547, 1257.8389892578125, 1100.1785888671875, 1094.2657470703125, 510.1457214355469, 1215.2576904296875, 566.0926513671875, 1031.9588623046875, 2847.49169921875, 4881.80908203125, 4764.17431640625, 4573.5791015625, 1660.88720703125, 476.1729431152344, 843.4111328125, 2197.72705078125, 1579.171630859375, 1496.7222900390625, 1537.138916015625, 505.75408935546875, 678.8388671875, 5083.19677734375, 5088.93994140625, 2194.889892578125, 484.9073791503906, 532.5778198242188, 445.60760498046875, 441.8287048339844, 904.876953125, 686.775390625, 2776.66455078125, 2936.90869140625, 2257.9638671875, 1316.874755859375, 2097.31640625, 1763.4593505859375, 368.0570373535156, 241.93019104003906, 97.52731323242188, 897.9242553710938, 110.59041595458984, 1095.5289306640625, 3667.597900390625, 4547.94677734375, 3785.218017578125, 2562.927490234375, 3348.49169921875, 2754.471435546875, 357.3875732421875, 519.6373291015625, 1166.1539306640625, 645.4481201171875, 1044.614990234375, 1965.7022705078125, 2301.71923828125, 987.2504272460938, 584.9107666015625, 4371.43408203125, 10424.189453125, 13294.6669921875, 9001.91796875, 5253.04736328125, 2470.74267578125, 2128.79736328125, 1235.0364990234375, 1389.5675048828125, 1277.5328369140625, 2008.6251220703125, 2015.696533203125, 1468.4366455078125, 483.7468566894531, 364.7808837890625, 1318.301025390625, 896.1947631835938, 1048.83203125, 311.8815612792969, 500.52801513671875, 614.2711181640625, 442.44805908203125, 428.0728454589844, 1373.6673583984375, 368.863037109375, 489.4999694824219, 317.4399719238281, 332.37542724609375, 285.0673522949219, 470.1841735839844, 152.1368408203125, 1508.914794921875, 1796.1231689453125, 653.7305908203125, 2452.296630859375, 4223.55029296875, 4714.22998046875, 2743.10498046875, 2324.279296875, 1870.851318359375, 1499.8369140625, 1975.5462646484375, 1295.1217041015625, 779.2994995117188, 986.4600219726562, 486.767822265625, 335.0341796875, 245.26834106445312, 445.9434814453125, 1019.5914306640625, 1747.34423828125, 2293.24755859375, 2249.208251953125, 968.9904174804688, 4852.40087890625, 6532.85693359375, 6281.7275390625, 8754.9423828125, 9668.72265625, 3474.36962890625, 1737.989013671875, 893.4698486328125, 1418.239013671875, 1651.441650390625, 1822.8973388671875, 2142.9658203125, 1790.522216796875, 2456.95703125, 2350.8701171875, 1400.0701904296875, 1845.3089599609375, 441.2127380371094, 420.18890380859375, 663.52685546875, 543.4849853515625, 644.9404907226562, 2663.972900390625, 583.7013549804688, 1120.807861328125, 3536.81396484375, 3195.05517578125, 1410.0537109375, 1245.817626953125, 911.597900390625, 3595.180908203125, 2856.837158203125, 3373.67431640625, 1941.4974365234375, 3255.637939453125, 3370.1630859375, 1147.762939453125, 659.2301025390625, 499.0084228515625, 1328.6124267578125, 1281.923828125, 214.582275390625, 1085.295654296875, 1506.3291015625, 1552.09521484375, 1189.6314697265625, 1584.635498046875, 2117.6884765625, 2308.70751953125, 2307.30517578125, 2202.82568359375, 4294.099609375, 8718.1611328125, 7961.34033203125, 7567.57373046875, 8656.701171875, 7955.6708984375, 4999.52587890625, 1755.1646728515625, 1750.8453369140625, 886.43310546875, 1305.4615478515625, 1790.9134521484375, 984.036865234375, 2032.5118408203125, 2555.30078125, 2284.401611328125, 1989.88525390625, 752.0712890625, 753.850341796875, 1375.1444091796875, 518.58837890625, 911.21337890625, 836.0741577148438, 457.449462890625, 318.5617980957031, 544.5130004882812, 1244.0128173828125, 1200.4625244140625, 1448.5718994140625, 2954.150390625, 3597.93994140625, 4025.7998046875, 3643.35791015625, 4293.4970703125, 3184.3251953125, 1836.8873291015625, 2308.88330078125, 2584.71435546875, 616.5728759765625, 3301.10498046875, 8712.5341796875, 8253.2998046875, 10672.208984375, 12218.38671875, 4431.4248046875, 355.15777587890625, 278.1818542480469, 364.1325378417969, 237.32505798339844, 1838.63525390625, 967.66455078125, 1246.8802490234375, 2108.268798828125, 2063.1982421875, 1880.757568359375, 2250.05419921875, 1982.6805419921875, 4348.48974609375, 8717.1416015625, 5498.482421875, 4203.8203125, 6889.6796875, 7779.73828125, 5103.5908203125, 2468.017822265625, 1601.130126953125, 225.18638610839844, 1049.9010009765625, 920.285888671875, 532.7523193359375, 191.11270141601562, 1855.161376953125, 2536.169677734375, 2510.226318359375, 2126.409423828125, 1456.0941162109375, 1611.1968994140625, 1316.4188232421875, 897.3137817382812, 1159.1641845703125, 388.8685607910156, 764.1944580078125, 1268.7642822265625, 404.4891052246094, 450.85833740234375, 853.7578125, 870.8728637695312, 1346.39892578125, 1523.6146240234375, 1031.442138671875, 2255.690185546875, 3722.699462890625, 4526.083984375, 4469.88623046875, 4001.751708984375, 4474.4853515625, 4295.7607421875, 2697.66162109375, 3264.697021484375, 2252.446533203125, 3932.56787109375, 13113.3828125, 14506.033203125, 15606.1796875, 9952.373046875, 17605.212890625, 18373.142578125, 25031.482421875, 20675.017578125, 13538.8330078125, 3607.056640625, 5838.3544921875, 4735.595703125, 1675.0086669921875, 2096.47802734375, 1976.47802734375, 1435.224365234375, 1483.9178466796875, 274.6726379394531, 623.6000366210938, 2216.4921875, 227.5911865234375, 1641.4451904296875, 4142.32275390625, 2007.113037109375, 248.30926513671875, 1545.135986328125, 418.4561767578125, 507.6177673339844, 1082.6319580078125, 1089.9676513671875, 1759.0406494140625, 1673.47802734375, 1379.0145263671875, 511.2763977050781, 269.7466125488281, 1319.9637451171875, 1240.6240234375, 375.2624206542969, 145.3270721435547, 782.3580322265625, 568.7119750976562, 1300.396484375, 769.542236328125, 920.0029296875, 666.7297973632812, 427.3607177734375, 734.1710815429688, 814.8890991210938, 986.7394409179688, 352.75372314453125, 1462.452880859375, 2854.315673828125, 1314.4237060546875, 4155.6435546875, 4772.44775390625, 3753.07080078125, 4274.0849609375, 4426.84814453125, 2123.110107421875, 2829.748779296875, 7477.1884765625, 12868.4453125, 13557.30078125, 12661.7734375, 17235.208984375, 25543.84765625, 18680.669921875, 24093.603515625, 29098.90625, 28193.14453125, 26531.01171875, 23756.900390625, 24614.146484375, 22397.4609375, 14214.1689453125, 12050.3271484375, 7068.98681640625, 2654.629638671875, 1773.6102294921875, 1136.207275390625, 132.5997772216797, 896.3702392578125, 3572.255126953125, 468.762939453125, 101.82357788085938, 1706.599853515625, 152.9375457763672, 1359.4658203125, 827.271240234375, 213.2759246826172, 166.11566162109375, 786.4131469726562, 99.29824829101562, 698.6168212890625, 346.9768371582031, 1006.1233520507812, 1803.49658203125, 1285.6378173828125, 441.7784729003906, 1355.19873046875, 456.73388671875, 176.74522399902344, 913.803955078125, 649.8255004882812, 467.4290771484375, 625.486083984375, 471.0856628417969, 712.1785278320312, 324.2871398925781, 1213.052734375, 415.1812744140625, 1133.310791015625, 605.8912353515625, 609.0819091796875, 1969.0694580078125, 1680.4461669921875, 1136.8455810546875, 1617.8277587890625, 5551.826171875, 9986.0380859375, 8105.451171875, 6370.916015625, 10367.775390625, 12755.2158203125, 10988.607421875, 11755.658203125, 17131.056640625, 27481.96875, 23490.4375, 18252.814453125, 19745.580078125, 22074.765625, 24820.255859375, 25792.677734375, 22021.578125, 17439.583984375, 18711.013671875, 16283.466796875, 16703.689453125, 13427.83984375, 2597.5166015625, 496.2386169433594, 277.2616882324219, 148.63043212890625, 352.7698669433594, 1654.2197265625, 125.01908874511719, 1258.8828125, 1553.3304443359375, 1002.0629272460938, 1190.5479736328125, 1393.11767578125, 616.8715209960938, 262.42144775390625, 708.5960693359375, 407.69036865234375, 93.80238342285156, 824.8868408203125, 1349.2935791015625, 1526.760009765625, 2769.761962890625, 1140.84619140625, 125.14651489257812, 445.05133056640625, 1561.7447509765625, 3817.047119140625, 1171.333984375, 547.9948120117188, 544.5260620117188, 508.0595397949219, 741.651611328125, 687.8470458984375, 337.90728759765625, 552.988525390625, 1179.389892578125, 537.999267578125, 723.8856201171875, 1100.6070556640625, 992.3485107421875, 644.7965087890625, 1141.4041748046875, 1431.825439453125, 1888.8902587890625, 4224.56591796875, 1068.66259765625, 12744.7685546875, 14924.4521484375, 10262.7841796875, 14607.7109375, 19365.197265625, 15884.880859375, 11928.341796875, 14955.84375, 22040.0546875, 26109.0546875, 21357.904296875, 19815.435546875, 19582.26953125, 18470.4609375, 21633.455078125, 19096.66015625, 18873.49609375, 19579.869140625, 16311.5087890625, 13242.7958984375, 4086.39990234375, 345.70184326171875, 1576.933349609375, 374.88958740234375, 314.4140625, 1156.4493408203125, 1594.1197509765625, 1693.6771240234375, 197.1240692138672, 105.85944366455078, 197.9964141845703, 90.6777572631836, 366.7106628417969, 158.82749938964844, 497.20953369140625, 576.349365234375, 564.9952392578125, 786.4826049804688, 1013.991455078125, 5000.54296875, 4927.68017578125, 1135.963623046875, 619.536865234375, 677.1995849609375, 317.5238342285156, 1551.8756103515625, 1887.9937744140625, 651.2711181640625, 1814.9718017578125, 1410.1263427734375, 7188.53857421875, 15758.509765625, 8127.21875, 3202.7880859375, 8318.6103515625, 23652.396484375, 28084.05859375, 26343.08984375, 10617.8857421875, 9317.01953125, 13227.6005859375, 18459.048828125, 13947.046875, 13272.830078125, 12050.931640625, 16467.900390625, 23828.431640625, 19788.5546875, 19173.18359375, 19532.251953125, 12680.0205078125, 12969.236328125, 18823.263671875, 18571.185546875, 15875.9365234375, 12074.7294921875, 3521.324462890625, 603.8713989257812, 243.67942810058594, 1027.2359619140625, 2119.352783203125, 1945.2310791015625, 340.8650207519531, 109.49163055419922, 409.75494384765625, 595.8899536132812, 116.35418701171875, 273.52685546875, 558.8093872070312, 621.2517700195312, 400.1212463378906, 2466.2451171875, 3363.302001953125, 932.960693359375, 591.0093383789062, 442.136474609375, 359.66107177734375, 424.3951416015625, 694.29931640625, 1978.45849609375, 2314.0869140625, 1571.89306640625, 578.5947875976562, 495.03472900390625, 560.7109375, 379.0538635253906, 441.7709655761719, 2860.367431640625, 20803.87890625, 19040.00390625, 16324.748046875, 13360.4033203125, 15926.8193359375, 19003.833984375, 20677.955078125, 18331.185546875, 5815.42333984375, 9007.3984375, 11795.1103515625, 11875.4033203125, 12423.0185546875, 13856.0908203125, 15329.80078125, 15838.8037109375, 16307.62890625, 16237.181640625, 14557.2939453125, 8164.41357421875, 12660.27734375, 15366.525390625, 16928.611328125, 15383.5947265625, 6401.98388671875, 2494.367919921875, 1765.2147216796875, 134.8277587890625, 1460.6239013671875, 207.3887939453125, 223.46722412109375, 103.51390075683594, 1088.773193359375, 820.1365356445312, 322.5703125, 178.0775604248047, 112.93348693847656, 111.74918365478516, 268.0468444824219, 350.5244445800781, 142.2341766357422, 146.0937042236328, 225.3726348876953, 684.6326293945312, 1247.04248046875, 1587.2281494140625, 798.2645874023438, 651.4518432617188, 370.4542541503906, 555.6119384765625, 314.4168395996094, 435.18035888671875, 346.65899658203125, 1596.51220703125, 1869.5987548828125, 2373.642578125, 2415.353759765625, 908.64794921875, 572.7609252929688, 1158.26025390625, 2260.39599609375, 2224.999267578125, 721.2581176757812, 870.5140991210938, 1690.259765625, 1195.059326171875, 1386.537841796875, 9477.7080078125, 17763.83984375, 12546.4794921875, 17771.748046875, 14932.1572265625, 14341.923828125, 16079.90625, 15512.7275390625, 13400.3828125, 4187.3203125, 13383.5126953125, 12076.1376953125, 15296.0439453125, 22369.05078125, 18422.01171875, 10465.01171875, 12284.578125, 6938.93798828125, 898.29248046875, 1975.179931640625, 6380.90478515625, 10216.5869140625, 12140.12890625, 12430.5478515625, 2076.823486328125, 134.2625732421875, 2546.07177734375, 1923.7464599609375, 1727.27197265625, 234.2028045654297, 1007.6143188476562, 826.8941040039062, 2415.719482421875, 3595.875, 2384.734130859375, 1760.7308349609375, 599.698486328125, 413.2073974609375, 220.45042419433594, 392.37652587890625, 585.4559936523438, 439.5526123046875, 1298.9927978515625, 1689.6641845703125, 447.6354675292969, 455.11181640625, 1053.001953125, 1008.5628051757812, 992.635498046875, 320.8480224609375, 304.6287841796875, 600.556640625, 1178.8193359375, 797.4583740234375, 571.6790161132812, 371.23883056640625, 600.207763671875, 890.6881713867188, 1645.3507080078125, 1093.05615234375, 978.2302856445312, 1581.8466796875, 1808.4971923828125, 1464.311767578125, 2417.3125, 13900.84375, 8182.9921875, 5276.53076171875, 7636.4775390625, 6101.1494140625, 6621.44677734375, 7410.5849609375, 7392.58447265625, 3941.630126953125, 4429.75146484375, 12560.6181640625, 16907.748046875, 22703.40234375, 6198.5146484375, 7943.486328125, 10279.927734375, 13738.349609375, 11669.232421875, 2412.619384765625, 7085.4521484375, 8431.7939453125, 12386.703125, 10807.8623046875, 2524.85791015625, 7134.2509765625, 8373.0302734375, 10341.3681640625, 510.7613525390625, 5456.3076171875, 15376.6318359375, 8856.20703125, 679.7379150390625, 20409.69921875, 27876.162109375, 9176.3515625, 141.64247131347656, 401.1038513183594, 623.9534912109375, 554.3220825195312, 3092.351806640625, 4231.626953125, 3693.149169921875, 3786.1044921875, 1111.763916015625, 153.74951171875, 461.6833190917969, 610.5470581054688, 111.61284637451172, 345.30084228515625, 873.1600341796875, 650.5128784179688, 720.33203125, 1736.062744140625, 781.5294799804688, 381.92547607421875, 600.2679443359375, 393.37664794921875, 554.9112548828125, 335.10321044921875, 459.05224609375, 133.43194580078125, 77.00115966796875, 1323.733642578125, 1805.293701171875, 106.28301239013672, 599.96044921875, 1610.2967529296875, 2383.787353515625, 3650.047119140625, 2189.029296875, 2340.221435546875, 4814.2333984375, 10323.0625, 2966.2978515625, 1979.7076416015625, 5694.8095703125, 5462.66064453125, 1567.8731689453125, 9913.7841796875, 14456.28125, 17348.642578125, 16285.1103515625, 1570.4444580078125, 5615.41845703125, 13264.208984375, 14920.1728515625, 11923.79296875, 7432.44775390625, 7922.30517578125, 15912.921875, 16514.791015625, 2343.899169921875, 8139.177734375, 22252.9609375, 28350.30078125, 22049.970703125, 28606.201171875, 39318.37109375, 27006.041015625, 17574.84765625, 14778.8173828125, 16958.119140625, 16856.14453125, 3959.58203125, 4367.9853515625, 5370.42919921875, 2235.87939453125, 105.86467742919922, 115.8025894165039, 837.3935546875, 2181.961669921875, 2558.465576171875, 2216.416259765625, 284.90618896484375, 154.10829162597656, 404.8737487792969, 254.24441528320312, 495.1230773925781, 395.929443359375, 377.8341064453125, 222.6313018798828, 893.615234375, 1053.732666015625, 491.16522216796875, 754.2039794921875, 486.6964416503906, 324.91925048828125, 502.234375, 740.8502807617188, 212.9840850830078, 242.06704711914062, 432.8571472167969, 1102.0992431640625, 212.25408935546875, 146.3671112060547, 136.82382202148438, 588.2842407226562, 1287.594970703125, 2174.236572265625, 2599.857666015625, 2656.555419921875, 1677.4202880859375, 1909.490234375, 7576.0625, 20639.35546875, 17597.83203125, 7390.83837890625, 4039.46923828125, 12227.66015625, 10439.9140625, 11469.7421875, 16336.990234375, 17343.095703125, 16772.759765625, 13625.8505859375, 9294.8037109375, 15395.0712890625, 16677.0390625, 15327.9091796875, 13738.5458984375, 9439.498046875, 13713.4970703125, 14835.3466796875, 1072.8917236328125, 4016.45166015625, 15188.0595703125, 17320.380859375, 15662.7607421875, 24488.1640625, 13571.8681640625, 11991.14453125, 11966.12890625, 12524.1357421875, 15204.890625, 14978.302734375, 10010.78125, 2650.222412109375, 2930.73291015625, 103.45032501220703, 628.090576171875, 526.5567016601562, 1275.681396484375, 1737.216064453125, 2660.040283203125, 1469.14892578125, 1934.8433837890625, 405.38629150390625, 428.2698059082031, 992.1785278320312, 2667.2333984375, 2021.400146484375, 527.0358276367188, 687.0933227539062, 723.0697631835938, 429.6837158203125, 134.51568603515625, 365.0776672363281, 1475.2681884765625, 1912.1622314453125, 2109.720947265625, 1196.3828125, 430.61248779296875, 345.3189697265625, 81.64305877685547, 168.4999237060547, 143.82391357421875, 78.98231506347656, 437.8451843261719, 1769.6805419921875, 1726.828369140625, 1175.3319091796875, 147.38157653808594, 1040.197021484375, 1277.7060546875, 706.1900024414062, 2166.8740234375, 1739.0947265625, 976.8617553710938, 854.4835205078125, 684.7850952148438, 3177.276123046875, 19205.52734375, 20371.392578125, 6288.15234375, 1063.5479736328125, 7105.14990234375, 15044.8603515625, 15139.0732421875, 17084.09375, 16850.478515625, 12892.2431640625, 11089.1337890625, 16047.201171875, 20763.6640625, 23943.52734375, 16447.84375, 15009.4345703125, 14975.5283203125, 13511.712890625, 13174.8369140625, 2838.141357421875, 4166.4375, 9014.08203125, 15726.64453125, 15565.1982421875, 13106.1923828125, 9934.919921875, 8675.701171875, 9809.1884765625, 11461.4619140625, 12570.42578125, 14361.0546875, 4686.095703125, 933.1294555664062, 745.4190673828125, 3846.476318359375, 2899.183837890625, 4097.4091796875, 2288.9814453125, 4019.3671875, 4007.6328125, 2137.26171875, 1246.5355224609375, 1566.4185791015625, 512.9691772460938, 318.2527770996094, 491.3228454589844, 292.68511962890625, 123.71544647216797, 801.9129028320312, 842.9293212890625, 1456.525390625, 1907.793212890625, 1306.9134521484375, 341.57708740234375, 278.4713134765625, 359.73077392578125, 304.3907470703125, 427.7173767089844, 276.159912109375, 617.38623046875, 1243.57666015625, 1762.8770751953125, 1017.6146240234375, 1406.054443359375, 353.1554260253906, 158.98191833496094, 1614.7845458984375, 924.7725830078125, 361.9203186035156, 7727.4267578125, 7039.69482421875, 14808.44921875, 19203.775390625, 3996.896240234375, 1505.1011962890625, 1947.0748291015625, 13790.7724609375, 15840.9296875, 15421.265625, 15862.9091796875, 7640.46435546875, 6887.794921875, 7947.06103515625, 13165.625, 15919.0322265625, 13101.08203125, 12896.8349609375, 14143.017578125, 13434.56640625, 12779.30859375, 10653.3759765625, 10840.5458984375, 11964.62890625, 14138.5625, 13900.8837890625, 13196.05078125, 11486.36328125, 5160.8232421875, 5699.6259765625, 6237.58740234375, 5468.56884765625, 6966.427734375, 6437.53564453125, 2710.65380859375, 1353.5416259765625, 2976.531005859375, 4211.626953125, 3514.631591796875, 2056.84033203125, 1437.6143798828125, 1804.4678955078125, 2015.791748046875, 2306.533447265625, 664.0347900390625, 500.0265197753906, 413.1700439453125, 1069.06689453125, 477.710693359375, 198.6862335205078, 312.9502868652344, 639.3067016601562, 710.2191772460938, 471.0791320800781, 802.4519653320312, 1278.5946044921875, 701.72119140625, 512.6580200195312, 469.74609375, 759.3919677734375, 1766.9068603515625, 704.3128662109375, 95.5341567993164, 673.7158813476562, 640.4913330078125, 910.4492797851562, 1282.77001953125, 1339.953857421875, 436.9487609863281, 265.7904052734375, 566.4745483398438, 1627.197021484375, 1446.0335693359375, 8528.8525390625, 464.0383605957031, 430.8980712890625, 3831.087158203125, 1952.7802734375, 2435.119140625, 5395.53662109375, 10357.9091796875, 14012.3955078125, 15531.6513671875, 12793.078125, 12885.9072265625, 7146.5146484375, 7698.37353515625, 9616.9658203125, 10895.1650390625, 11512.5009765625, 11240.9970703125, 11344.9111328125, 12527.3046875, 13195.119140625, 10508.8203125, 10331.1884765625, 11849.177734375, 13285.5224609375, 13437.0234375, 13956.5732421875, 13547.7841796875, 5614.53466796875, 403.188232421875, 12236.5732421875, 21664.341796875, 9922.7958984375, 8462.125, 3560.04443359375, 4112.49072265625, 3876.857421875, 1872.528076171875, 427.2162170410156, 2017.7308349609375, 645.7062377929688, 307.41729736328125, 138.25466918945312, 365.3150634765625, 81.66796875, 340.974853515625, 296.02020263671875, 321.3965148925781, 316.42010498046875, 1083.1968994140625, 447.954833984375, 1303.6627197265625, 460.23089599609375, 233.88951110839844, 114.74440002441406, 93.70755004882812, 1815.5367431640625, 1088.1749267578125, 545.3843383789062, 813.5830688476562, 1079.263916015625, 186.475341796875, 819.1159057617188, 3370.660400390625, 261.1155700683594, 6261.53369140625, 6447.9462890625, 7469.6552734375, 10484.33203125, 5726.63818359375, 4200.95703125, 3641.341552734375, 10425.650390625, 11923.8046875, 13624.822265625, 12867.10546875, 7707.09814453125, 9281.56640625, 10264.548828125, 11863.6640625, 11787.4189453125, 11368.0703125, 11379.50390625, 12532.697265625, 11279.931640625, 12228.6748046875, 13367.166015625, 12839.056640625, 11049.291015625, 11298.07421875, 13799.1796875, 11128.4697265625, 873.7090454101562, 376.1842041015625, 2228.550048828125, 2619.96728515625, 7261.14501953125, 23160.208984375, 16529.080078125, 9941.0712890625, 10414.857421875, 5932.201171875, 4028.150390625, 3169.380859375, 2533.361328125, 1446.701416015625, 741.3892822265625, 747.7362670898438, 212.96324157714844, 1021.206298828125, 246.80030822753906, 534.9989013671875, 476.0945129394531, 788.841064453125, 686.1116943359375, 399.7076416015625, 495.38690185546875, 486.9330139160156, 983.2800903320312, 390.3085632324219, 337.300537109375, 1328.336669921875, 540.1293334960938, 552.2748413085938, 274.563720703125, 1425.75927734375, 932.2476196289062, 144.58090209960938, 162.06883239746094, 865.68701171875, 8419.501953125, 1565.653564453125, 13506.787109375, 5436.89111328125, 6631.51708984375, 6508.44091796875, 8367.73828125, 11709.8037109375, 14477.408203125, 13684.994140625, 11394.71484375, 11832.521484375, 11766.2041015625, 11761.7197265625, 12175.51953125, 12351.57421875, 11883.9560546875, 11825.0546875, 12781.142578125, 13367.166015625, 13318.08203125, 11885.548828125, 10885.728515625, 11189.7412109375, 12203.83984375, 12437.076171875, 10402.59375, 10776.154296875, 12408.732421875, 11614.728515625, 12783.41796875, 19714.953125, 21652.494140625, 9835.7255859375, 9912.3271484375, 7983.1943359375, 4427.48876953125, 3351.3544921875, 3627.43701171875, 2106.562744140625, 1843.3123779296875, 3893.75634765625, 452.7356872558594, 687.5586547851562, 244.16636657714844, 279.4053649902344, 1924.412109375, 1266.2401123046875, 3263.212646484375, 584.3580932617188, 169.2646484375, 866.1674194335938, 771.2824096679688, 838.1521606445312, 887.8359375, 952.2474975585938, 838.1072998046875, 136.1465606689453, 1006.1913452148438, 2034.0518798828125, 1622.5518798828125, 1125.41796875, 494.46942138671875, 800.3094482421875, 710.3780517578125, 492.6455078125, 755.8240356445312, 147.99879455566406, 1000.2952880859375, 2702.4365234375, 8995.41796875, 8712.5087890625, 9218.26953125, 5504.48876953125, 7723.9130859375, 2260.574951171875, 4319.66162109375, 14006.771484375, 12257.6181640625, 10401.51171875, 10092.2880859375, 9417.326171875, 11489.5302734375, 13972.966796875, 13011.71875, 9362.4521484375, 13043.9169921875, 15393.46875, 15838.021484375, 14177.98046875, 12214.138671875, 10979.6044921875, 11098.705078125, 11850.9912109375, 12048.2021484375, 12299.373046875, 12406.5185546875, 18666.98046875, 23941.169921875, 23738.16015625, 22296.4296875, 14791.8369140625, 14613.201171875, 18846.77734375, 13624.373046875, 1902.977294921875, 2292.964111328125, 2947.035400390625, 5141.90771484375, 7062.10107421875, 6154.2763671875, 7256.70751953125, 8705.6259765625, 8044.78662109375, 7428.18408203125, 3171.282470703125, 2028.2938232421875, 2994.732421875, 877.4072265625, 2172.49951171875, 5023.546875, 5179.89453125, 2596.35986328125, 1094.2373046875, 354.25860595703125, 483.9344787597656, 521.7880859375, 263.2835388183594, 408.58489990234375, 570.1607666015625, 224.3379669189453, 569.7787475585938, 100.48238372802734, 199.69375610351562, 977.6468505859375, 655.4716796875, 284.2967224121094, 200.71121215820312, 528.0379638671875, 525.4317016601562, 503.77001953125, 889.2073364257812, 11557.6982421875, 14505.306640625, 14420.103515625, 8268.6650390625, 4462.82958984375, 13215.5048828125, 17881.994140625, 14192.4248046875, 11016.455078125, 9901.1865234375, 9990.7177734375, 10129.82421875, 10156.8369140625, 11880.7265625, 11747.376953125, 7272.822265625, 10350.5087890625, 14547.5029296875, 15303.7861328125, 15873.6630859375, 15837.86328125, 11462.2734375, 7530.412109375, 10702.8271484375, 6752.21484375, 9355.8681640625, 11479.7021484375, 16564.564453125, 11021.15625, 9370.533203125, 16654.90625, 16880.083984375, 32418.650390625, 25247.2890625, 6059.38671875, 1078.5400390625, 399.8232421875, 431.03997802734375, 1011.9617919921875, 3258.357421875, 6800.798828125, 5515.55224609375, 4272.99462890625, 6065.70849609375, 6215.07861328125, 2650.939208984375, 1643.983642578125, 1143.2576904296875, 349.4967956542969, 360.3797302246094, 1739.2952880859375, 1111.70703125, 438.9609069824219, 741.6052856445312, 340.989013671875, 742.07666015625, 341.09527587890625, 322.8748779296875, 939.9741821289062, 632.2625732421875, 424.41094970703125, 1114.4090576171875, 791.509521484375, 450.0024108886719, 266.1370544433594, 332.80096435546875, 359.0081787109375, 1033.6290283203125, 449.5480041503906, 272.65673828125, 1063.2442626953125, 787.5350952148438, 844.040771484375, 6035.7880859375, 15381.8173828125, 15462.9970703125, 15327.34765625, 13345.9462890625, 15654.255859375, 21585.484375, 18905.7109375, 7781.09619140625, 8890.916015625, 7948.75, 7621.59521484375, 8163.0830078125, 10753.423828125, 11806.1279296875, 9686.822265625, 6452.115234375, 9296.83984375, 15092.0166015625, 12678.7001953125, 13861.9306640625, 16636.3515625, 8776.3134765625, 6377.0673828125, 6369.85498046875, 7485.6953125, 9785.27734375, 15621.5859375, 12316.9560546875, 5047.95068359375, 7488.64990234375, 11048.513671875, 17353.578125, 12067.5615234375, 9769.6513671875, 1651.9193115234375, 742.4478149414062, 339.54803466796875, 1018.396240234375, 3380.287841796875, 2990.885986328125, 1991.918212890625, 7145.51416015625, 7964.97705078125, 5379.95556640625, 3076.184814453125, 1500.15673828125, 985.0350952148438, 363.31134033203125, 928.9366455078125, 304.7530822753906, 494.29193115234375, 288.0043640136719, 298.4589538574219, 399.2689514160156, 508.712646484375, 408.3685607910156, 98.44415283203125, 156.22909545898438, 167.86741638183594, 968.204833984375, 1166.9749755859375, 621.4177856445312, 183.175537109375, 377.3127136230469, 946.4609985351562, 1114.5654296875, 9464.09765625, 14619.2822265625, 14512.333984375, 12961.8798828125, 11609.49609375, 19930.435546875, 11707.6962890625, 4031.522216796875, 4272.7431640625, 8036.18994140625, 7947.837890625, 5217.474609375, 10604.712890625, 11746.08203125, 5984.6357421875, 8265.1240234375, 8998.103515625, 9653.173828125, 8398.056640625, 7208.27001953125, 16735.107421875, 14866.419921875, 8106.84814453125, 5763.21435546875, 20742.595703125, 21556.970703125, 17341.982421875, 18689.1328125, 16875.275390625, 16795.724609375, 18695.83203125, 18350.6171875, 9199.0634765625, 5512.28369140625, 5212.67578125, 4196.2265625, 8167.283203125, 3156.250244140625, 805.6878051757812, 1305.7037353515625, 200.90040588378906, 1010.7042236328125, 112.80535125732422, 491.25762939453125, 3198.0048828125, 3163.7763671875, 1151.095947265625, 591.0382690429688, 306.2456359863281, 593.2711181640625, 398.59063720703125, 475.75689697265625, 473.39923095703125, 213.85104370117188, 226.12158203125, 314.66436767578125, 1002.6900634765625, 245.02377319335938, 155.83560180664062, 570.8802490234375, 163.19825744628906, 671.910888671875, 1383.3878173828125, 2164.71337890625, 9238.9736328125, 13398.076171875, 10752.904296875, 11878.8212890625, 10979.3955078125, 7746.99609375, 7438.5361328125, 5486.1396484375, 8628.416015625, 6845.578125, 3558.409912109375, 4932.31787109375, 9466.681640625, 13202.5869140625, 11262.150390625, 8341.0029296875, 8659.375, 7588.29345703125, 7434.44677734375, 10780.75, 15611.7265625, 7210.39306640625, 5679.18798828125, 5646.31689453125, 21100.984375, 25853.3515625, 29008.10546875, 22421.12109375, 20843.580078125, 19222.8984375, 21829.125, 17427.439453125, 10399.669921875, 7057.5166015625, 7180.740234375, 7560.15771484375, 4646.349609375, 2362.84326171875, 1519.5687255859375, 808.6383666992188, 893.82763671875, 1427.4151611328125, 1023.2269287109375, 273.7753601074219, 143.1953887939453, 1494.970703125, 2324.925537109375, 759.3108520507812, 399.626220703125, 1094.782470703125, 1287.6865234375, 475.22674560546875, 604.1587524414062, 185.62535095214844, 98.19390106201172, 84.92236328125, 81.79422760009766, 159.80010986328125, 1064.8116455078125, 879.8497314453125, 766.8712768554688, 686.89794921875, 524.4817504882812, 826.6829223632812, 3625.24609375, 3994.67236328125, 8309.6630859375, 8650.0390625, 7243.02294921875, 7597.3330078125, 5720.72998046875, 9265.619140625, 9266.91796875, 8948.33984375, 10533.7763671875, 14676.9794921875, 17796.494140625, 19843.84375, 11190.7578125, 8630.1298828125, 7863.57861328125, 8388.56640625, 7972.7119140625, 12996.66015625, 8492.5849609375, 3537.603515625, 5193.39599609375, 12442.865234375, 24778.09375, 28177.8046875, 19664.810546875, 20517.177734375, 13605.1669921875, 21766.1171875, 18279.080078125, 17514.853515625, 16289.90625, 4396.8759765625, 4528.634765625, 5048.2919921875, 3005.5849609375, 1468.076904296875, 587.509521484375, 166.96255493164062, 3090.681640625, 3257.0, 2278.6015625, 1829.3668212890625, 890.6051635742188, 1552.5380859375, 2109.99853515625, 831.24560546875, 348.58514404296875, 350.5589294433594, 545.2838745117188, 437.74176025390625, 325.21112060546875, 675.8688354492188, 473.4387512207031, 1896.6041259765625, 8083.81396484375, 4805.52392578125, 598.4671630859375, 709.771240234375, 331.14306640625, 1285.1099853515625, 1457.006103515625, 1152.0718994140625, 766.7379150390625, 670.0274658203125, 690.2927856445312, 633.5533447265625, 893.6679077148438, 2194.723876953125, 6810.5322265625, 8443.3046875, 7909.818359375, 8682.58203125, 6830.51171875, 10704.279296875, 8252.1181640625, 12823.10546875, 19653.328125, 16415.455078125, 20437.845703125, 20427.779296875, 18871.775390625, 14503.919921875, 12370.69140625, 7421.2177734375, 7351.56005859375, 11595.21875, 13387.9521484375, 16052.0048828125, 6715.6025390625, 5314.55029296875, 10336.0068359375, 12687.9169921875, 8138.74853515625, 6666.15771484375, 4622.599609375, 9149.0908203125, 5307.7509765625, 8383.505859375, 20081.9140625, 11354.796875, 5889.470703125, 5762.44775390625, 4890.59814453125, 3342.65771484375, 2820.87744140625, 3374.89990234375, 3003.2626953125, 3469.25341796875, 3783.253662109375, 878.4766235351562, 529.63134765625, 357.6466064453125, 547.2240600585938, 408.30596923828125, 745.9259643554688, 705.8824462890625, 95.13162231445312, 554.4855346679688, 1292.3638916015625, 602.6234741210938, 3135.322021484375, 5283.39453125, 3468.43017578125, 276.5010681152344, 984.7131958007812, 1511.4752197265625, 1336.482177734375, 1629.06689453125, 1417.387451171875, 1176.2457275390625, 791.4996337890625, 713.836181640625, 852.8786010742188, 451.3277587890625, 1111.804443359375, 538.6966552734375, 4645.134765625, 8522.4169921875, 8807.283203125, 7784.93359375, 9547.8662109375, 14205.171875, 14207.9306640625, 22444.025390625, 27736.4765625, 24155.740234375, 19379.837890625, 20591.783203125, 18612.75, 19319.490234375, 16162.796875, 12152.0224609375, 11045.8291015625, 12423.28125, 17129.166015625, 17634.677734375, 11388.75, 3870.83251953125, 9387.2939453125, 13920.1064453125, 13572.6328125, 13780.931640625, 9459.5400390625, 6466.7685546875, 5032.193359375, 3028.100341796875, 5784.9619140625, 10520.01953125, 6023.20703125, 6117.7529296875, 5235.5712890625, 3278.81005859375, 2973.62646484375, 4015.0693359375, 1669.9141845703125, 2360.669677734375, 2088.320068359375, 1973.041259765625, 1250.26708984375, 458.4376220703125, 308.637939453125, 946.4769287109375, 434.8650207519531, 487.1679992675781, 488.677734375, 358.6031799316406, 917.7940673828125, 338.77569580078125, 668.2015380859375, 589.1057739257812, 743.1161499023438, 1288.529052734375, 390.9925842285156, 393.8655090332031, 1023.0905151367188, 1435.7545166015625, 1582.9185791015625, 1586.6180419921875, 1617.0679931640625, 1366.3179931640625, 1162.36181640625, 805.9548950195312, 539.8985595703125, 222.09503173828125, 168.5740509033203, 133.1006317138672, 80.12478637695312, 1771.7645263671875, 6398.6416015625, 8293.98828125, 9484.234375, 11926.748046875, 13195.435546875, 14537.9453125, 15419.193359375, 16338.681640625, 17368.828125, 19088.900390625, 20902.837890625, 20581.23046875, 14619.7880859375, 13077.6005859375, 13827.638671875, 9917.6591796875, 10053.271484375, 9988.8876953125, 5476.60107421875, 3651.5078125, 3813.790771484375, 9843.2734375, 14100.861328125, 16770.08984375, 18733.025390625, 15089.9033203125, 9149.6318359375, 5446.16357421875, 350.13616943359375, 1060.3175048828125, 1760.842529296875, 4658.8134765625, 5246.01611328125, 5623.587890625, 5584.7548828125, 5048.470703125, 5915.05517578125, 5940.7998046875, 2669.996826171875, 4400.9892578125, 3865.69140625, 2834.231201171875, 1675.3043212890625, 1632.8277587890625, 414.1532287597656, 370.5147705078125, 310.5533142089844, 307.81536865234375, 630.4861450195312, 357.4227294921875, 327.8008728027344, 312.76934814453125, 1003.0967407226562, 1033.4429931640625, 1045.171875, 1356.1795654296875, 1478.5391845703125, 1323.8857421875, 1468.218017578125, 1511.1524658203125, 1246.609130859375, 330.2095642089844, 567.6524658203125, 2796.25244140625, 2172.703369140625, 4204.671875, 4451.33251953125, 6587.92822265625, 6806.748046875, 6072.998046875, 3342.6650390625, 4934.44921875, 11704.28515625, 10191.7509765625, 7157.17236328125, 14259.6484375, 19124.091796875, 20786.4921875, 20022.6328125, 21675.62890625, 24419.666015625, 24877.7421875, 15346.0380859375, 10997.001953125, 9792.25390625, 10035.2412109375, 3272.9306640625, 5415.44091796875, 5434.18798828125, 18943.685546875, 19540.333984375, 24939.9453125, 24366.37890625, 22685.64453125, 12172.142578125, 8620.7099609375, 2246.056396484375, 3960.43359375, 4159.958984375, 4184.40234375, 3904.353759765625, 3856.319580078125, 3910.831298828125, 5043.470703125, 5415.2861328125, 4850.24853515625, 3392.7646484375, 3848.4111328125, 5127.591796875, 1723.8719482421875, 2888.2734375, 2472.58837890625, 318.3346252441406, 900.9930419921875, 1171.0845947265625, 993.8798217773438, 800.3005981445312, 439.7291564941406, 811.815185546875, 351.6389465332031, 498.0638122558594, 354.70947265625, 565.8851318359375, 933.2437744140625, 946.4741821289062, 681.9867553710938, 566.2621459960938, 1027.5439453125, 657.9544677734375, 288.51806640625, 785.067138671875, 828.7886352539062, 219.72535705566406, 525.8251953125, 948.0794067382812, 1263.6409912109375, 1301.9462890625, 5910.203125, 2843.748291015625, 6169.56494140625, 7493.49853515625, 7834.52978515625, 7880.87548828125, 4460.7646484375, 2512.754150390625, 1394.431640625, 7137.50341796875, 11937.796875, 15168.8544921875, 19537.390625, 22275.294921875, 23879.16015625, 22082.861328125, 14690.6279296875, 21304.34765625, 25033.64453125, 16289.4833984375, 11762.3701171875, 9871.8681640625, 10472.841796875, 8467.6904296875, 5527.9814453125, 13637.37109375, 24557.79296875, 23966.044921875, 24786.46875, 24010.751953125, 16781.140625, 8038.6357421875, 4779.17626953125, 4820.03955078125, 4526.7900390625, 4079.800537109375, 3923.57568359375, 2326.483154296875, 1963.973876953125, 1582.5029296875, 3632.828369140625, 4971.03857421875, 2383.134765625, 2748.68017578125, 1168.760009765625, 2613.229736328125, 3334.647705078125, 3798.394775390625, 2445.672119140625, 1699.8658447265625, 1572.6993408203125, 1320.9908447265625, 783.412109375, 708.6873168945312, 270.2113952636719, 356.87554931640625, 360.42486572265625, 351.04925537109375, 888.5278930664062, 777.8724365234375, 611.608642578125, 1252.49169921875, 926.3174438476562, 407.34942626953125, 557.8276977539062, 474.57147216796875, 645.147216796875, 761.4052734375, 828.9598999023438, 632.0435791015625, 825.515625, 239.42274475097656, 85.10511016845703, 449.3372802734375, 819.2346801757812, 1254.2994384765625, 679.0018920898438, 566.243408203125, 3242.044921875, 8285.5234375, 8091.404296875, 8553.9521484375, 5792.076171875, 5724.42919921875, 6297.66259765625, 5837.4052734375, 3114.6279296875, 2371.484619140625, 3136.482177734375, 4623.09765625, 3508.454833984375, 11127.4638671875, 22445.515625, 23610.7578125, 8588.7314453125, 3781.28173828125, 19776.203125, 21315.90234375, 20831.169921875, 15136.1005859375, 13131.7041015625, 13815.7109375, 12286.1953125, 8488.9609375, 9776.1201171875, 8312.34375, 12660.724609375, 16382.7021484375, 18423.720703125, 15296.849609375, 3941.279296875, 3941.97021484375, 4424.7880859375, 4859.5234375, 3699.58544921875, 887.6073608398438, 1279.9539794921875, 468.1280517578125, 1533.3560791015625, 3834.31787109375, 2962.968017578125, 1008.1997680664062, 1666.4822998046875, 3098.720703125, 3630.4794921875, 2185.40576171875, 1135.1676025390625, 789.336181640625, 502.4571838378906, 601.6087646484375, 473.0770568847656, 707.272705078125, 107.39508819580078, 478.9670715332031, 471.53497314453125, 394.15936279296875, 534.0785522460938, 983.3186645507812, 1096.5194091796875, 1000.202392578125, 1406.1951904296875, 1030.7099609375, 449.0870056152344, 94.31336212158203, 105.61417388916016, 166.8762969970703, 176.3249053955078, 287.67181396484375, 621.355224609375, 231.66331481933594, 105.64380645751953, 122.46495819091797, 557.2481689453125, 891.6264038085938, 1147.848876953125, 1033.4429931640625, 682.8336181640625, 4766.06787109375, 2020.151123046875, 986.0261840820312, 1891.135986328125, 2489.35009765625, 2317.668701171875, 3034.854248046875, 5850.49267578125, 11599.509765625, 8564.333984375, 8853.2265625, 6530.36279296875, 2684.1083984375, 11222.560546875, 10158.3486328125, 4511.33447265625, 7710.3955078125, 19931.39453125, 22809.162109375, 20575.8203125, 17887.4375, 16069.5732421875, 17407.044921875, 7253.845703125, 10706.3203125, 12895.634765625, 19014.17578125, 30008.40625, 21337.7734375, 11939.00390625, 6792.43701171875, 3832.700439453125, 4709.1708984375, 4455.88818359375, 4667.28125, 4624.98291015625, 2666.955322265625, 329.51116943359375, 2757.890625, 3350.4853515625, 2572.319091796875, 632.0819702148438, 1085.7432861328125, 1124.322998046875, 2910.525390625, 2239.076171875, 700.612548828125, 1725.7174072265625, 1723.38525390625, 1420.0042724609375, 739.6668701171875, 638.6057739257812, 611.6619873046875, 578.819580078125, 79.17894744873047, 775.442626953125, 444.45306396484375, 1062.2366943359375, 1356.620849609375, 848.736328125, 153.38414001464844, 119.87025451660156, 139.17909240722656, 341.30126953125, 344.3388366699219, 429.4719543457031, 773.015625, 711.54931640625, 431.8460388183594, 102.40615844726562, 349.3876647949219, 1998.6634521484375, 2388.123046875, 1173.6907958984375, 4824.09814453125, 352.02685546875, 3766.286376953125, 8775.28125, 7307.12451171875, 8656.6552734375, 7244.24755859375, 8781.572265625, 9847.8662109375, 1584.9493408203125, 9685.140625, 4743.365234375, 8783.3203125, 17330.61328125, 18943.08984375, 20750.544921875, 13773.037109375, 13413.09375, 17150.8359375, 11634.19921875, 18760.958984375, 26496.953125, 27982.107421875, 33331.8828125, 33502.1484375, 21707.60546875, 12664.3359375, 2890.796875, 2959.639404296875, 2947.1611328125, 2068.290283203125, 1234.647705078125, 1888.5126953125, 1723.867431640625, 81.68577575683594, 335.92889404296875, 237.08602905273438, 788.7702026367188, 1212.451171875, 2419.589599609375, 1918.6820068359375, 2092.5703125, 601.4685668945312, 312.9837951660156, 1657.651611328125, 1309.1490478515625, 1447.0968017578125, 1708.5145263671875, 1022.9476928710938, 583.8748779296875, 314.37506103515625, 311.86651611328125, 456.8363952636719, 742.589599609375, 672.9843139648438, 1442.814208984375, 1068.236083984375, 825.291748046875, 801.43115234375, 2223.15185546875, 1039.9324951171875, 378.20697021484375, 589.887939453125, 669.811767578125, 912.6227416992188, 166.4202423095703, 226.5496368408203, 564.1498413085938, 297.90740966796875, 331.6055908203125, 631.9554443359375, 337.0135803222656, 353.4446105957031, 1948.4871826171875, 4389.19140625, 1437.784423828125, 851.6406860351562, 1427.252197265625, 428.29302978515625, 2151.300537109375, 4522.2060546875, 9195.5673828125, 3921.7578125, 9452.951171875, 11175.982421875, 11781.564453125, 15292.2958984375, 16384.1953125, 4255.63916015625, 7188.19580078125, 16653.384765625, 18795.4453125, 19046.255859375, 15592.1533203125, 10598.1923828125, 16418.81640625, 8336.1591796875, 5884.3388671875, 22941.412109375, 27077.912109375, 28022.7734375, 26807.59375, 15571.837890625, 1603.3087158203125, 2182.910888671875, 1722.1793212890625, 1262.83349609375, 436.6398620605469, 231.99366760253906, 503.1412353515625, 807.2896728515625, 5542.6357421875, 3127.910888671875, 671.2293701171875, 1372.9072265625, 1809.897216796875, 4211.87353515625, 4803.119140625, 5381.7509765625, 4686.158203125, 1306.7999267578125, 426.0586242675781, 378.0997009277344, 1146.3853759765625, 2323.865234375, 8170.1533203125, 6640.509765625, 1206.417724609375, 533.589599609375, 1238.151611328125, 623.321044921875, 922.998291015625, 531.46240234375, 1178.7401123046875, 373.99346923828125, 398.9328308105469, 364.0874938964844, 1846.554443359375, 7204.0244140625, 7783.1689453125, 112.70602416992188, 1015.1903076171875, 549.435546875, 2536.749755859375, 5868.53515625, 4263.27197265625, 5809.88134765625, 4660.966796875, 10939.2783203125, 11358.369140625, 15697.466796875, 7318.7294921875, 11327.7978515625, 19313.40625, 19298.677734375, 15756.7578125, 10381.5537109375, 14986.8310546875, 13395.1123046875, 2951.344482421875, 1807.03125, 12797.1630859375, 24177.765625, 18794.87890625, 2215.610595703125, 1917.0247802734375, 1007.2874755859375, 2320.97802734375, 2692.23486328125, 2618.9931640625, 679.2348022460938, 1721.3406982421875, 1433.50146484375, 856.6061401367188, 567.3882446289062, 1309.8681640625, 710.1083374023438, 429.68017578125, 354.51995849609375, 300.0042724609375, 2138.034423828125, 5895.0927734375, 6563.6201171875, 6247.06005859375, 1632.8419189453125, 540.0595703125, 325.5391540527344, 590.9942016601562, 1354.998046875, 942.3240966796875, 5789.8017578125, 4684.3525390625, 310.5641784667969, 553.6220703125, 986.263427734375, 1034.27392578125, 343.0760803222656, 402.4859924316406, 350.1588439941406, 362.37274169921875, 397.129638671875, 1774.2154541015625, 6803.10498046875, 4675.697265625, 1540.388916015625, 570.3790283203125, 1244.5968017578125, 1364.2669677734375, 3698.637451171875, 3887.23681640625, 3802.074462890625, 141.16970825195312, 4094.269775390625, 8341.5400390625, 7247.59619140625, 1275.8489990234375, 2589.46435546875, 8743.486328125, 21357.619140625, 13096.7060546875, 10572.0625, 11433.6357421875, 15487.658203125, 10735.33984375, 5759.54150390625, 4918.3115234375, 10271.8515625, 5689.5419921875, 2277.811767578125, 2231.400634765625, 1449.8023681640625, 2298.228759765625, 997.4291381835938, 837.6300659179688, 283.9073181152344, 1153.302001953125, 3304.41943359375, 5580.10791015625, 4084.845703125, 356.2745666503906, 1239.1805419921875, 1586.8988037109375, 383.85125732421875, 381.6570739746094, 2181.719482421875, 4947.01708984375, 3514.63134765625, 4113.76416015625, 1640.1019287109375, 542.765625, 1603.3262939453125, 1147.454345703125, 962.6729736328125, 566.4468994140625, 301.88409423828125, 388.0592346191406, 432.5605773925781, 497.6253967285156, 2487.1162109375, 762.1634521484375, 869.3882446289062, 984.9894409179688, 1124.4915771484375, 670.2249755859375, 541.9954223632812, 1216.5299072265625, 256.1202697753906, 3082.844970703125, 5382.57470703125, 1270.6156005859375, 979.2233276367188, 1979.6600341796875, 430.2748718261719, 5708.60791015625, 4725.34326171875, 2538.358154296875, 6739.92333984375, 5970.34423828125, 272.51470947265625, 1970.019775390625, 13976.3076171875, 19636.759765625, 17336.83984375, 13150.4814453125, 11779.4130859375, 10483.98828125, 12134.8515625, 15592.8193359375, 14909.4130859375, 6926.3291015625, 1013.9325561523438, 972.2620849609375, 731.9296875, 1105.252685546875, 837.572998046875, 515.19580078125, 394.3451232910156, 282.9661865234375, 882.1873168945312, 84.37712860107422, 869.1094360351562, 5679.95263671875, 5787.43505859375, 3597.777099609375, 240.8590087890625, 395.0832824707031, 439.2788391113281, 296.41815185546875, 148.4257354736328, 273.838134765625, 241.97097778320312, 963.3807373046875, 480.0127258300781, 999.9063110351562, 3236.936767578125, 1727.6661376953125, 4946.5830078125, 1451.5001220703125, 552.2736206054688, 356.2765808105469, 1035.6368408203125, 2059.51708984375, 773.2484130859375, 1720.5665283203125, 1562.4486083984375, 881.9434204101562, 406.1242370605469, 360.1105041503906, 720.1640625, 778.8063354492188, 343.157470703125, 408.8407897949219, 969.1378173828125, 997.0213012695312, 4174.06982421875, 2457.513916015625, 1775.8623046875, 2101.33056640625, 2759.83740234375, 869.6388549804688, 4594.91064453125, 2729.75830078125, 1475.475341796875, 1121.51171875, 864.3408813476562, 16768.017578125, 20300.734375, 15162.7099609375, 4930.474609375, 1542.7005615234375, 1431.822265625, 1897.4127197265625, 4479.90234375, 2041.955322265625, 1262.21875, 245.91908264160156, 170.0218048095703, 390.3111877441406, 2217.05517578125, 1993.549560546875, 391.2650146484375, 251.40753173828125, 911.7432861328125, 726.1179809570312, 520.15185546875, 1034.0040283203125, 313.3871765136719, 332.2567443847656, 1889.0789794921875, 812.6935424804688, 2970.1982421875, 4664.76416015625, 1742.88818359375, 888.0982055664062, 741.943359375, 396.0072937011719, 638.0365600585938, 1432.418701171875, 1165.0543212890625, 702.6306762695312, 897.11376953125, 2098.72021484375, 3850.02783203125, 3025.310546875, 3512.51953125, 2757.7626953125, 548.38525390625, 846.7688598632812, 1974.1336669921875, 1719.81884765625, 2007.3350830078125, 1760.1358642578125, 1400.630615234375, 1109.0830078125, 696.6566162109375, 991.433837890625, 628.1578979492188, 381.8563232421875, 533.9317016601562, 893.5182495117188, 717.8284301757812, 830.9772338867188, 320.59259033203125, 354.6106262207031, 1621.8309326171875, 1492.0404052734375, 1480.49267578125, 1213.096435546875, 1407.4112548828125, 365.7105712890625, 951.0881958007812, 2767.76513671875, 587.1339721679688, 160.42774963378906, 508.05877685546875, 2991.905517578125, 6454.23193359375, 7650.857421875, 755.8197021484375, 967.3408813476562, 1534.5850830078125, 1143.8714599609375, 671.119384765625, 2162.563720703125, 2181.862060546875, 2362.670654296875, 2150.876953125, 1202.9832763671875, 386.2138366699219, 1863.7120361328125, 1707.1832275390625, 255.87879943847656, 562.1867065429688, 640.6761474609375, 781.6585693359375, 388.7489318847656, 972.6581420898438, 1604.1319580078125, 1293.3115234375, 304.8376159667969, 586.7505493164062, 2331.369140625, 5884.73779296875, 4654.5166015625, 1133.721923828125, 428.5777893066406, 354.6070556640625, 633.0704345703125, 982.0147705078125, 749.590576171875, 823.878662109375, 4848.4921875, 4157.11083984375, 1069.712646484375, 314.3525695800781, 227.8778076171875, 678.6678466796875, 1851.727783203125, 1554.6702880859375, 1588.4642333984375, 1679.7164306640625, 1695.1456298828125, 897.546875, 610.3599243164062, 582.0396728515625, 781.2222290039062, 302.65869140625, 811.0369262695312, 392.01983642578125, 959.263916015625, 1232.8387451171875, 1115.1864013671875, 358.418701171875, 652.394287109375, 758.5189819335938, 867.8341674804688, 1124.4766845703125, 625.6295166015625, 2172.703369140625, 3365.05078125, 3977.988037109375, 4398.625, 5064.7265625, 4716.75146484375, 3057.526123046875, 1178.8714599609375, 389.81683349609375, 122.78050231933594, 1281.4505615234375, 1897.4254150390625, 1958.7269287109375, 2390.99072265625, 2953.507080078125, 2141.9375, 1345.35693359375, 1932.8026123046875, 3039.538330078125, 810.5712280273438, 456.67333984375, 98.804931640625, 366.0504150390625, 892.4671020507812, 440.3600769042969, 332.7405700683594, 555.5772094726562, 1142.6583251953125, 1135.78466796875, 1125.6591796875, 1231.2127685546875, 579.116943359375, 633.4124145507812, 797.78564453125, 2063.701171875, 2038.45556640625, 1105.547119140625, 1210.6715087890625, 852.731201171875, 693.6653442382812, 1154.8162841796875, 1072.2877197265625, 1240.18896484375, 975.088134765625, 1002.8688354492188, 928.6708374023438, 437.99591064453125, 457.926025390625, 567.5811767578125, 615.7413330078125, 939.12255859375, 423.595703125, 303.7640380859375, 1074.6085205078125, 1172.3702392578125, 414.7781066894531, 599.8236694335938, 640.542724609375, 612.5366821289062, 609.9345092773438, 3245.11669921875, 2801.06689453125, 2706.46875, 1038.3489990234375, 2872.509521484375, 3633.144775390625, 4193.60498046875, 4685.201171875, 4007.578125, 2515.860107421875, 3932.848388671875, 1185.5714111328125, 685.4266967773438, 452.4334411621094, 1204.18115234375, 2251.532470703125, 1812.0311279296875, 1588.988037109375, 1717.7386474609375, 2108.423828125, 1670.684326171875, 1488.275390625, 1968.34130859375, 848.9016723632812, 638.112548828125, 149.7316131591797, 548.8521728515625, 349.2649841308594, 925.505615234375, 433.4171142578125, 761.706298828125, 750.9265747070312, 994.3917236328125, 438.43560791015625, 507.8310546875, 435.2239990234375, 572.5408325195312, 596.9017944335938, 395.36517333984375, 1379.5841064453125, 332.2785339355469, 359.72607421875, 1141.4091796875, 843.3406372070312, 783.987548828125, 906.3165283203125, 445.0563049316406, 613.1727905273438, 364.79620361328125, 441.8758239746094, 897.150390625, 598.1227416992188, 432.6842346191406, 507.8682861328125, 654.7047729492188, 615.7655029296875, 418.47003173828125, 2134.299560546875, 3066.1474609375, 3915.069580078125, 3208.882568359375, 2999.243408203125, 3315.941650390625, 3910.842529296875, 2786.3388671875, 936.1453857421875, 313.01885986328125, 2044.4921875, 2779.960205078125, 1784.3575439453125, 1147.078369140625, 576.7730102539062, 1160.79638671875, 1312.334228515625, 985.7677001953125, 415.3958435058594, 1545.39404296875, 1177.5216064453125, 392.5103454589844, 883.2838134765625, 419.8924560546875, 866.0293579101562, 267.8602294921875, 946.4422607421875, 485.4845886230469, 431.0395812988281, 534.8067626953125, 1160.00537109375, 572.4027709960938, 340.40765380859375, 508.8059997558594, 334.1650085449219, 813.1597290039062, 386.0990905761719, 770.75927734375, 1088.1103515625, 595.3048095703125, 665.02734375, 383.1272277832031, 534.7306518554688, 654.736572265625, 1880.281494140625, 1287.2086181640625, 1467.9986572265625, 1512.262939453125, 2321.94287109375, 2270.744384765625, 1577.8778076171875, 1958.4774169921875, 2653.83837890625, 1794.1834716796875, 413.1712951660156, 1081.6224365234375, 793.3579711914062, 447.6216125488281, 888.0657958984375, 1171.9818115234375, 2134.779052734375, 334.7135925292969, 558.6535034179688, 1496.099365234375, 670.77392578125, 1007.8989868164062, 554.1697387695312, 371.78228759765625, 380.1766052246094, 637.7965087890625, 362.25946044921875, 667.1557006835938, 335.57904052734375, 355.8450622558594, 300.7578430175781, 549.3948364257812, 652.652099609375, 604.2037353515625, 2305.13623046875, 2116.391357421875, 4690.6396484375, 4768.60009765625, 3496.001220703125, 1671.4990234375, 498.726806640625, 743.0875244140625, 508.0029296875, 337.0522155761719, 1252.9815673828125, 1745.9129638671875, 567.5769653320312, 1593.348388671875, 301.0146484375, 314.0543212890625, 346.1468811035156, 470.6109924316406, 759.6798706054688, 859.1458129882812, 824.51708984375, 758.927978515625, 488.3958435058594, 1459.792724609375, 613.8034057617188, 2896.63818359375, 480.6172180175781, 2737.364013671875, 5417.77001953125, 7075.166015625, 4011.403564453125, 3811.22802734375, 706.478759765625, 588.5477905273438, 1004.7973022460938, 1084.6322021484375, 450.43072509765625, 1538.690673828125, 424.7055969238281, 1130.97998046875, 1210.335205078125, 965.7953491210938, 428.65234375, 433.5496826171875, 1889.509765625, 1977.645751953125, 1859.4320068359375, 3127.362548828125, 4605.74267578125, 4907.97314453125, 1888.5748291015625, 1753.5745849609375, 566.875244140625, 660.9939575195312, 1242.7449951171875, 1026.8466796875, 928.8651123046875, 512.8128662109375, 612.1907958984375, 323.9376220703125, 447.0104675292969, 362.19091796875, 1182.8477783203125, 3029.91357421875, 3908.900634765625, 6378.390625, 3909.235107421875, 3141.498779296875, 4235.31103515625, 361.1441955566406, 1089.0633544921875, 977.7847290039062, 1500.726806640625, 493.48193359375, 522.2640991210938, 2536.2119140625, 5126.77001953125, 4986.8583984375, 4826.18701171875, 612.8569946289062, 441.69403076171875, 378.9755859375, 790.9036254882812, 522.4869995117188, 611.7183227539062, 1028.89794921875, 629.5798950195312, 462.19866943359375, 796.895263671875, 2014.5546875, 3507.695556640625, 5227.57470703125, 2592.534912109375, 1893.79345703125, 474.09039306640625, 300.03759765625, 716.3380126953125, 401.7651672363281, 771.5501098632812, 1149.90625, 1177.0234375, 360.6040344238281, 1193.0709228515625, 2629.754150390625, 2552.34716796875, 4802.595703125, 3099.498779296875, 3196.525634765625, 2702.141845703125, 581.4002685546875, 466.9288024902344, 1216.0325927734375, 1641.345703125, 1650.0611572265625, 1255.6810302734375, 398.03619384765625, 493.71240234375, 2234.298583984375, 1362.17333984375, 2215.3232421875, 3613.10791015625, 3953.002685546875, 5387.72607421875, 5093.94677734375, 2827.02734375, 747.4083251953125, 382.28729248046875, 911.0140380859375, 1047.950927734375, 1562.6707763671875, 1612.0350341796875, 1564.138427734375, 783.7339477539062, 364.2502136230469, 775.9658203125, 4768.87060546875, 4526.9814453125, 4876.97705078125, 5315.7734375, 5525.62451171875, 5323.8271484375, 5119.9111328125, 1801.3363037109375, 399.98321533203125, 398.36273193359375, 881.9186401367188, 994.5850830078125, 1260.644775390625, 1358.7618408203125, 1552.00146484375, 1223.2230224609375, 1563.2540283203125, 4651.6357421875, 3272.945068359375, 2587.274658203125, 4498.73828125, 5511.90625, 4937.02587890625, 5349.5869140625, 4370.525390625, 512.8792724609375, 417.5754089355469, 424.2935791015625, 495.85272216796875, 604.8787231445312, 504.6176452636719, 310.2737731933594, 1713.091796875, 5450.7236328125, 5349.271484375, 4860.89794921875, 3645.73779296875, 751.67041015625, 431.19976806640625, 335.6089172363281, 804.2050170898438, 3711.51416015625, 3910.2744140625, 2042.813720703125, 1418.1507568359375, 316.01629638671875, 322.6500549316406, 571.1935424804688, 504.653564453125, 3411.50390625, 4808.7197265625, 2385.94189453125, 863.8543090820312, 1979.7862548828125, 2724.19384765625, 5139.02880859375, 4871.38818359375, 4774.72509765625, 1760.9404296875, 2382.266357421875, 2685.187255859375, 4851.3818359375, 4002.16552734375, 1932.7156982421875, 1769.2772216796875, 762.1023559570312, 4658.1923828125, 2053.94921875, 841.7460327148438, 364.65606689453125, 302.61669921875]\n", - "3462\n", - "6387\n", - "13\n", - "[343.2329406738281, 405.24456787109375, 332.3887939453125, 811.3333740234375, 1575.5947265625, 1843.688232421875, 1003.375244140625, 335.1608581542969, 548.0392456054688, 580.5220336914062, 673.2018432617188, 338.6537170410156, 530.4701538085938]\n", - "13\n", - "6388\n", - "13\n", - "[769.0498657226562, 673.6311645507812, 315.5095520019531, 412.3080749511719, 1084.2259521484375, 1421.86279296875, 2354.536865234375, 1557.7393798828125, 1014.0631103515625, 913.7286987304688, 1476.0533447265625, 532.2660522460938]\n", - "12\n", - "6389\n", - "68\n", - "[349.5316162109375, 395.1365051269531, 322.0192565917969, 1235.9208984375, 883.4918212890625, 1680.5811767578125, 1317.6387939453125, 221.42385864257812, 636.072265625, 396.0182800292969, 1294.4786376953125, 3357.614013671875, 2137.41552734375, 1720.224365234375, 1133.6273193359375, 1631.1573486328125, 1745.8531494140625, 4199.34130859375, 4645.4755859375, 4548.03076171875, 3073.885986328125, 3551.552490234375, 456.6043395996094, 708.4274291992188, 1983.262451171875, 4175.4306640625, 2449.2998046875, 2911.09228515625, 4415.19140625, 2994.074951171875, 364.6172180175781, 357.8320007324219, 3064.763427734375, 3672.228271484375, 4284.880859375, 3785.885986328125, 584.0700073242188, 574.6153564453125, 522.1171875, 569.4364624023438, 323.3936767578125, 1729.6812744140625, 2728.380615234375, 2828.254150390625, 3095.482421875, 3766.684814453125, 677.5435791015625, 775.3900756835938, 790.4199829101562, 1143.6197509765625, 1769.200927734375, 2676.1259765625, 878.0304565429688, 766.1349487304688, 339.22283935546875, 2060.317138671875, 1707.1842041015625, 815.2894897460938, 617.0276489257812, 337.6271057128906, 840.726318359375, 1406.921630859375, 1135.83544921875, 2109.666748046875, 368.3150939941406, 562.9144897460938, 374.8330078125, 461.8748474121094]\n", - "68\n", - "6390\n", - "24\n", - "[769.8757934570312, 1122.03515625, 1818.73876953125, 1963.5372314453125, 1501.3104248046875, 400.8257141113281, 415.7916259765625, 1491.0350341796875, 2016.1727294921875, 2120.145751953125, 2343.918212890625, 2063.1845703125, 815.3444213867188, 415.1760559082031, 1589.59326171875, 1971.9658203125, 2279.550537109375, 2528.843017578125, 1784.0411376953125, 385.9433898925781, 631.7845458984375, 1508.1485595703125, 1769.7298583984375, 759.4082641601562]\n", - "24\n", - "6391\n", - "26\n", - "[513.9258422851562, 387.5494689941406, 698.1387329101562, 369.1442565917969, 1065.938232421875, 690.039794921875, 712.4555053710938, 1000.0831909179688, 460.0289001464844, 750.6909790039062, 1180.8409423828125, 779.7002563476562, 1135.685791015625, 1850.814208984375, 1540.3453369140625, 536.1004638671875, 633.64013671875, 1378.8837890625, 1563.767822265625, 1531.230224609375, 506.8596496582031, 412.8271179199219, 573.2748413085938, 433.50579833984375, 1788.2369384765625, 708.7734985351562]\n", - "26\n", - "6392\n", - "39\n", - "[604.600341796875, 494.48834228515625, 645.4267578125, 885.9722900390625, 916.7216186523438, 444.4552307128906, 311.8103332519531, 415.9872741699219, 764.3821411132812, 531.07666015625, 624.05517578125, 593.4631958007812, 606.7256469726562, 556.2105712890625, 672.546142578125, 779.0956420898438, 776.7967529296875, 999.7367553710938, 1115.318115234375, 703.96728515625, 491.7873840332031, 452.4007568359375, 622.8851318359375, 741.1624755859375, 1039.5767822265625, 1109.7239990234375, 898.9850463867188, 1014.2704467773438, 561.2303466796875, 872.6061401367188, 611.4170532226562, 1053.6807861328125, 837.2203369140625, 562.7063598632812, 859.83935546875, 979.7675170898438, 322.414306640625, 301.2962341308594, 664.9602661132812]\n", - "39\n", - "6393\n", - "24\n", - "[356.6597900390625, 722.2324829101562, 343.0718688964844, 1891.14501953125, 1166.9195556640625, 861.9967041015625, 1200.2490234375, 323.0916442871094, 927.1130981445312, 988.4854736328125, 576.5297241210938, 835.6947021484375, 1661.68994140625, 607.597412109375, 499.8822326660156, 2108.0576171875, 1828.0518798828125, 1602.0450439453125, 1095.53515625, 488.831787109375, 1388.2615966796875, 1675.71484375, 720.1958618164062, 540.6459350585938]\n", - "24\n", - "6394\n", - "8\n", - "[357.4442138671875, 348.7119140625, 837.60009765625, 901.3939208984375, 377.05657958984375, 497.9283752441406, 1509.791015625, 662.6661987304688]\n", - "8\n", - "6395\n", - "6\n", - "[1151.194091796875, 3718.2060546875, 1751.007568359375, 1873.511962890625, 2660.1376953125, 1003.7195434570312]\n", - "6\n", - "6396\n", - "68\n", - "[352.2979736328125, 447.6557922363281, 1396.64111328125, 2260.7919921875, 1907.120849609375, 1315.6512451171875, 910.041748046875, 707.1528930664062, 569.4356689453125, 477.548583984375, 1935.8450927734375, 3291.123779296875, 2540.759521484375, 2057.490478515625, 2823.408935546875, 3656.556640625, 4060.258544921875, 1073.5946044921875, 402.6988525390625, 1099.4368896484375, 682.0886840820312, 1719.0638427734375, 1561.752685546875, 4132.80810546875, 5305.025390625, 5041.74560546875, 5113.84814453125, 4868.67578125, 2889.382080078125, 983.582763671875, 1293.2607421875, 327.7862854003906, 3249.614990234375, 4982.958984375, 5175.6962890625, 5605.7236328125, 5200.1728515625, 5058.5556640625, 5551.4072265625, 4642.779296875, 1690.561767578125, 3277.994384765625, 4367.462890625, 5024.5673828125, 4038.624755859375, 5053.384765625, 5194.224609375, 5421.31298828125, 5525.248046875, 5270.75048828125, 3041.423583984375, 899.869140625, 1833.090087890625, 2406.037353515625, 1786.6673583984375, 4500.87060546875, 5693.16455078125, 5245.88232421875, 3697.977783203125, 1788.044921875, 818.6007080078125, 636.4647216796875, 309.6265563964844, 2735.869140625, 3564.8857421875, 1000.4213256835938, 332.1688232421875, 467.5336608886719]\n", - "68\n", - "6397\n", - "22\n", - "[321.49871826171875, 412.69903564453125, 475.0272216796875, 710.6582641601562, 926.1231689453125, 420.93597412109375, 1030.9913330078125, 1203.2139892578125, 802.0467529296875, 1002.1753540039062, 1212.7093505859375, 1332.402587890625, 1298.6346435546875, 1128.470703125, 590.9832763671875, 1139.6654052734375, 1182.19970703125, 1119.6201171875, 926.4419555664062, 531.3501586914062, 343.1661376953125, 557.7210083007812]\n", - "22\n", - "6398\n", - "172\n", - "[592.6237182617188, 583.5645141601562, 404.9588317871094, 2203.0458984375, 2477.961669921875, 2351.038818359375, 1936.5401611328125, 785.681884765625, 492.8167419433594, 1181.1171875, 1334.2110595703125, 1570.022705078125, 1020.4188232421875, 2645.61181640625, 2508.983642578125, 2333.274169921875, 2737.2265625, 2178.936767578125, 1105.6563720703125, 1763.8927001953125, 1423.689208984375, 1845.1136474609375, 2692.794189453125, 2713.718017578125, 2644.2578125, 2746.353759765625, 2652.943603515625, 1448.814697265625, 1686.3245849609375, 2650.8525390625, 2507.4931640625, 2027.2261962890625, 2251.3779296875, 2471.88623046875, 2331.15380859375, 1670.617431640625, 3152.331787109375, 1259.8931884765625, 306.66497802734375, 846.190185546875, 644.819580078125, 1868.224609375, 3745.830078125, 1458.8797607421875, 785.6192016601562, 2268.713134765625, 979.8916625976562, 3069.83544921875, 465.87255859375, 382.4542236328125, 1592.947509765625, 3448.3984375, 2016.12646484375, 322.2950744628906, 1182.7991943359375, 745.5791625976562, 1235.6875, 652.2337646484375, 2073.913330078125, 577.3273315429688, 2768.063720703125, 6072.1279296875, 4961.4736328125, 1422.5086669921875, 1270.850830078125, 4063.404296875, 4700.60546875, 4373.89013671875, 2926.333251953125, 1505.138427734375, 493.3770751953125, 1050.2528076171875, 4495.16162109375, 6263.126953125, 4403.09130859375, 728.5951538085938, 2730.73681640625, 6510.00341796875, 3849.19091796875, 2951.586669921875, 2363.97607421875, 1966.002685546875, 4709.34423828125, 4900.9775390625, 3944.211181640625, 4747.7734375, 4959.70849609375, 4245.33056640625, 4322.9931640625, 4026.91650390625, 6469.54052734375, 5590.0537109375, 3320.05126953125, 2311.635498046875, 1053.271240234375, 625.528564453125, 4608.79296875, 5580.078125, 446.6125793457031, 312.5316467285156, 3683.0693359375, 5841.09033203125, 6682.0087890625, 6084.5595703125, 6278.74658203125, 4714.7197265625, 832.0994873046875, 893.5330810546875, 3397.713623046875, 3813.9072265625, 2794.243408203125, 5413.2041015625, 6349.533203125, 6254.765625, 6552.01953125, 5417.794921875, 4360.22021484375, 4519.44482421875, 3780.682861328125, 615.395751953125, 564.587646484375, 417.6302490234375, 1724.5653076171875, 5182.37158203125, 6556.02197265625, 6107.32275390625, 5621.17724609375, 5824.35498046875, 4110.6953125, 3945.68896484375, 2745.118408203125, 1073.9610595703125, 360.4609375, 1025.6025390625, 3361.62939453125, 2316.144287109375, 6482.62890625, 6331.484375, 4064.225341796875, 4117.96875, 4337.06005859375, 1469.7109375, 877.3109130859375, 5535.81787109375, 5271.248046875, 3122.8193359375, 438.9701843261719, 531.1102294921875, 4000.325927734375, 6355.369140625, 4476.07421875, 853.4462890625, 659.0197143554688, 416.61767578125, 3426.66943359375, 5794.40771484375, 4649.94775390625, 1261.7716064453125, 2670.491455078125, 4745.9658203125, 4461.6240234375, 3546.18310546875, 2678.683349609375, 908.7935791015625, 934.156494140625, 488.4792785644531, 605.0241088867188, 574.2130737304688, 477.80902099609375, 643.9558715820312, 374.8394775390625]\n", - "171\n", - "6399\n", - "7\n", - "[742.3052978515625, 649.9754638671875, 1629.515380859375, 344.27667236328125, 431.8630676269531, 1283.8812255859375, 1582.238037109375]\n", - "7\n", - "6400\n", - "25\n", - "[395.52630615234375, 495.22235107421875, 1140.263916015625, 955.4661865234375, 1182.4129638671875, 482.76837158203125, 1456.0799560546875, 2039.2398681640625, 2569.562255859375, 321.02520751953125, 1532.7484130859375, 2770.54443359375, 2909.47607421875, 1839.263671875, 501.7548828125, 2257.78369140625, 2215.769775390625, 990.5189819335938, 1705.2879638671875, 571.4789428710938, 965.4151611328125, 1023.2220458984375, 338.4688720703125, 470.20635986328125, 579.91552734375]\n", - "25\n", - "6401\n", - "17\n", - "[489.9505615234375, 1236.41650390625, 1167.610107421875, 676.6879272460938, 971.7709350585938, 661.7742309570312, 2054.924560546875, 2082.26611328125, 630.554931640625, 1250.932373046875, 2167.590576171875, 2240.40087890625, 2508.765869140625, 934.0799560546875, 939.0376586914062, 472.04962158203125, 422.7260437011719]\n", - "17\n", - "6402\n", - "21\n", - "[309.1497802734375, 1051.0606689453125, 372.75738525390625, 2659.154296875, 2749.912841796875, 389.6672668457031, 2132.226318359375, 3460.693603515625, 3112.5771484375, 304.6900329589844, 422.23468017578125, 2343.087158203125, 3625.765869140625, 3280.275634765625, 384.2314758300781, 534.7013549804688, 1911.3355712890625, 1780.5955810546875, 872.4763793945312, 697.60693359375, 598.0711059570312]\n", - "21\n", - "6403\n", - "80\n", - "[370.5997314453125, 724.6950073242188, 401.5951232910156, 1055.18505859375, 625.4832763671875, 1767.511474609375, 848.1578369140625, 4790.453125, 2809.38232421875, 1635.2950439453125, 1417.037353515625, 1825.151123046875, 1102.0723876953125, 3998.564208984375, 4881.0546875, 3851.94775390625, 1224.5274658203125, 691.17529296875, 1351.1614990234375, 998.3179931640625, 2594.01318359375, 4503.79931640625, 3885.7509765625, 4346.18798828125, 4148.45703125, 2409.98583984375, 1097.8265380859375, 713.1712646484375, 393.2525329589844, 446.3251647949219, 350.97882080078125, 919.6110229492188, 1523.18603515625, 438.4328918457031, 3132.942138671875, 4217.529296875, 4432.51953125, 4704.06982421875, 4310.63134765625, 3590.0224609375, 1226.7352294921875, 1776.84814453125, 497.0515441894531, 606.2650756835938, 3612.140869140625, 2037.1478271484375, 2744.240966796875, 3166.0498046875, 1690.3333740234375, 544.7969970703125, 2283.341796875, 3169.1630859375, 2820.013671875, 1800.490234375, 2696.2109375, 1046.2490234375, 343.83203125, 1179.7706298828125, 2772.155029296875, 2974.82275390625, 1774.957763671875, 4014.11962890625, 4285.86669921875, 4426.173828125, 2412.43798828125, 448.7216796875, 377.0264892578125, 1233.4190673828125, 381.7917785644531, 321.5623779296875, 747.39208984375, 2382.758544921875, 3202.551025390625, 1235.289794921875, 375.3372802734375, 374.1496887207031, 338.2021789550781, 856.0392456054688, 646.3283081054688, 1517.3228759765625]\n", - "80\n", - "6404\n", - "13\n", - "[1070.72900390625, 1418.05810546875, 591.5741577148438, 1582.15380859375, 2330.052490234375, 641.665283203125, 831.8982543945312, 1777.096923828125, 724.1395263671875, 312.3024597167969, 1130.8206787109375, 459.3944396972656, 330.1873474121094]\n", - "13\n", - "6405\n", - "12\n", - "[1060.085693359375, 2795.206298828125, 1378.995849609375, 398.5567321777344, 1282.564697265625, 3286.8486328125, 3676.13525390625, 1591.655517578125, 1385.8779296875, 1143.2437744140625, 1039.1649169921875, 582.7562255859375]\n", - "12\n", - "6406\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[804.4688720703125, 2033.7490234375, 661.7989501953125, 457.254150390625, 1616.29736328125, 1287.126220703125]\n", - "6\n", - "6407\n", - "10\n", - "[466.7058410644531, 913.31640625, 598.3564453125, 331.29290771484375, 598.091064453125, 795.6522827148438, 866.7036743164062, 496.13092041015625, 306.8437194824219, 379.6839294433594]\n", - "10\n", - "6408\n", - "6\n", - "[369.7783203125, 472.3652038574219, 1711.668701171875, 1743.7398681640625, 339.1300354003906, 772.3778686523438]\n", - "6\n", - "6409\n", - "6\n", - "[631.5027465820312, 930.2929077148438, 917.250732421875, 314.73211669921875, 1622.1915283203125, 820.7111206054688]\n", - "6\n", - "6410\n", - "10\n", - "[547.0347290039062, 799.8510131835938, 1052.0032958984375, 1418.066162109375, 623.5957641601562, 942.0997924804688, 404.19573974609375, 369.7440185546875, 535.9476928710938, 388.2953186035156]\n", - "10\n", - "6411\n", - "59\n", - "[441.0315246582031, 439.381103515625, 443.4453125, 364.72015380859375, 526.5502319335938, 388.76556396484375, 1044.7347412109375, 606.6614379882812, 485.5898742675781, 423.7981262207031, 394.6720886230469, 925.4102172851562, 1160.7086181640625, 365.56170654296875, 490.182861328125, 838.2951049804688, 633.0808715820312, 1261.7918701171875, 1129.141845703125, 599.705810546875, 776.7421875, 980.0260009765625, 1197.545166015625, 1368.74462890625, 1283.198974609375, 997.6162109375, 434.3843994140625, 636.2153930664062, 1012.484130859375, 948.3966064453125, 1355.5882568359375, 735.4889526367188, 310.27923583984375, 636.9275512695312, 664.2027587890625, 700.1450805664062, 800.89990234375, 439.69671630859375, 865.337158203125, 503.3819274902344, 803.8084106445312, 971.445556640625, 905.8511962890625, 505.6777038574219, 329.39617919921875, 319.20367431640625, 381.8042907714844, 399.41864013671875, 512.2523803710938, 719.5833129882812, 594.6124267578125, 352.0882873535156, 443.3586120605469, 415.1068115234375, 337.3369140625, 1107.8427734375, 523.1613159179688, 333.0736999511719, 374.872802734375]\n", - "59\n", - "6412\n", - "7\n", - "[402.3653869628906, 671.47998046875, 310.0034484863281, 1285.2684326171875, 1968.1064453125, 516.423583984375, 379.1485595703125]\n", - "7\n", - "6413\n", - "24\n", - "[470.6250915527344, 339.5959777832031, 338.1856689453125, 1158.840576171875, 362.93597412109375, 491.06622314453125, 405.79058837890625, 548.2880859375, 836.3988037109375, 474.9391784667969, 372.8923034667969, 1382.6097412109375, 1017.7556762695312, 336.7340087890625, 955.062255859375, 1491.7484130859375, 1013.5208129882812, 1442.335205078125, 1792.2080078125, 632.2116088867188, 428.0976867675781, 492.0075988769531, 884.6485595703125, 326.850830078125]\n", - "24\n", - "6414\n", - "27\n", - "[569.0919799804688, 664.6873168945312, 706.5626831054688, 733.0346069335938, 553.205322265625, 1891.06298828125, 1432.8814697265625, 1311.3221435546875, 1269.0517578125, 388.2045593261719, 1667.5699462890625, 2550.95654296875, 1938.2750244140625, 2185.248779296875, 1731.1484375, 1313.0399169921875, 1790.356689453125, 2273.39453125, 2342.1298828125, 1953.9818115234375, 1148.1661376953125, 1532.1485595703125, 2091.8935546875, 1459.607421875, 676.76806640625, 1566.66259765625, 469.4051513671875]\n", - "27\n", - "6415\n", - "12\n", - "[860.7785034179688, 781.052001953125, 493.037353515625, 616.2291870117188, 706.476806640625, 983.4254760742188, 1007.1778564453125, 706.4603881835938, 595.959716796875, 446.3720397949219, 625.7822875976562, 842.7490234375]\n", - "12\n", - "6416\n", - "58\n", - "[522.6880493164062, 1982.9482421875, 492.0774230957031, 1246.208740234375, 1506.85302734375, 1102.997314453125, 1284.6787109375, 1777.7803955078125, 2779.91015625, 4301.7314453125, 2051.247314453125, 2142.218017578125, 2906.6220703125, 4274.4775390625, 3708.05126953125, 2726.3046875, 332.56829833984375, 1340.4053955078125, 1147.0302734375, 1998.9456787109375, 3975.596435546875, 2963.06689453125, 1529.35595703125, 557.8679809570312, 1965.373046875, 2220.115966796875, 2036.66015625, 3044.722412109375, 3340.860107421875, 2915.703369140625, 480.0604248046875, 374.1303405761719, 3559.1962890625, 2436.783935546875, 2487.255859375, 4382.86474609375, 4701.61669921875, 3159.468017578125, 389.8864440917969, 518.03759765625, 3248.622802734375, 1585.349609375, 205.4822540283203, 4402.2490234375, 3905.5068359375, 1793.5953369140625, 1002.692626953125, 2283.046630859375, 323.7720947265625, 1185.6416015625, 2061.5615234375, 3149.758056640625, 866.787841796875, 808.2437744140625, 3171.2822265625, 2505.590576171875, 1050.218505859375, 613.4566650390625]\n", - "58\n", - "6417\n", - "39\n", - "[316.91265869140625, 385.1685485839844, 318.1410217285156, 422.9410095214844, 375.0582275390625, 332.7050476074219, 629.6358032226562, 304.9375, 517.4807739257812, 898.7139282226562, 469.7402648925781, 844.6486206054688, 445.6692810058594, 321.66864013671875, 995.7371826171875, 926.3544921875, 361.1141052246094, 967.73583984375, 1068.3323974609375, 505.48150634765625, 512.5799560546875, 446.9446716308594, 421.68597412109375, 1053.6324462890625, 1158.685302734375, 1198.4698486328125, 385.9777526855469, 763.3974609375, 1016.2208251953125, 1218.129150390625, 612.1869506835938, 371.052978515625, 765.9977416992188, 563.1088256835938, 455.82916259765625, 804.1551513671875, 730.0342407226562, 381.4897766113281, 357.7821044921875]\n", - "39\n", - "6418\n", - "9\n", - "[337.5161437988281, 326.3283996582031, 837.15185546875, 467.3423156738281, 1047.0977783203125, 1675.68359375, 543.6666259765625, 777.6694946289062, 382.68109130859375]\n", - "9\n", - "6419\n", - "17\n", - "[494.1947021484375, 388.7400817871094, 588.28759765625, 604.5870361328125, 709.5773315429688, 649.2393188476562, 303.9701843261719, 440.4859619140625, 580.9676513671875, 419.5844421386719, 327.9561767578125, 431.6011962890625, 448.78546142578125, 569.90283203125, 536.21728515625, 315.9979248046875, 409.3794250488281]\n", - "17\n", - "6420\n", - "4\n", - "[387.43359375, 3279.65478515625, 3629.13232421875, 3136.805908203125]\n", - "4\n", - "6421\n", - "7\n", - "[1054.4464111328125, 2488.22119140625, 2319.92822265625, 656.9251098632812, 568.3848266601562, 897.5347900390625, 870.0760498046875]\n", - "7\n", - "6422\n", - "19\n", - "[334.3574523925781, 1267.0633544921875, 2244.311279296875, 1304.6357421875, 1319.5748291015625, 2324.1591796875, 1682.9063720703125, 467.20770263671875, 1830.4951171875, 2615.4267578125, 1643.3970947265625, 792.3951416015625, 1725.7506103515625, 1449.667724609375, 1609.2677001953125, 1207.3338623046875, 1000.740234375, 1515.6871337890625, 399.4158935546875]\n", - "19\n", - "6423\n", - "28\n", - "[301.65399169921875, 421.5789489746094, 472.38671875, 492.3338317871094, 585.5167846679688, 407.4135437011719, 623.2572631835938, 836.539306640625, 1313.8814697265625, 1234.1375732421875, 375.4101867675781, 333.6849670410156, 332.5315856933594, 512.93310546875, 349.5411376953125, 771.1222534179688, 876.1043701171875, 1151.464599609375, 751.9270629882812, 442.2355651855469, 602.6516723632812, 491.44384765625, 513.5512084960938, 618.182861328125, 1394.8212890625, 1073.4134521484375, 440.2367858886719, 653.081298828125]\n", - "28\n", - "6424\n", - "5\n", - "[419.242431640625, 1893.283935546875, 1068.4462890625, 1481.5281982421875, 993.6380004882812]\n", - "5\n", - "6425\n", - "31\n", - "[387.2181701660156, 1202.0863037109375, 1214.164794921875, 1493.1103515625, 495.4656066894531, 1311.9315185546875, 1068.692626953125, 349.6575012207031, 1391.537841796875, 3440.74072265625, 1945.882568359375, 409.5433654785156, 998.3939819335938, 1482.717529296875, 2392.61767578125, 3361.572021484375, 3000.874267578125, 3721.0791015625, 3946.459228515625, 374.7041931152344, 3336.62939453125, 3377.08056640625, 4236.33056640625, 3177.5361328125, 1430.1966552734375, 3084.960693359375, 3128.38330078125, 364.53350830078125, 465.857666015625, 1675.5211181640625, 718.5420532226562]\n", - "31\n", - "6426\n", - "7\n", - "[926.0479125976562, 324.6864013671875, 578.37841796875, 560.2688598632812, 738.0217895507812, 1256.6046142578125, 790.8235473632812]\n", - "7\n", - "6427\n", - "7\n", - "[679.7862548828125, 311.4146423339844, 732.4443359375, 500.4491882324219, 1764.6842041015625, 1583.2509765625, 1027.403564453125]\n", - "7\n", - "6428\n", - "9\n", - "[975.5203857421875, 728.8335571289062, 1514.1693115234375, 1471.7889404296875, 846.8106079101562, 430.2192077636719, 549.4655151367188, 1574.2760009765625, 692.3121337890625]\n", - "9\n", - "6429\n", - "18\n", - "[302.45562744140625, 370.6737365722656, 381.01019287109375, 831.1473388671875, 603.11279296875, 466.85308837890625, 573.447509765625, 1073.4439697265625, 1637.5687255859375, 1342.41015625, 511.5633544921875, 910.6807250976562, 1544.74169921875, 1553.482421875, 1095.9747314453125, 431.4008483886719, 1133.0, 1110.306640625]\n", - "18\n", - "6430\n", - "9\n", - "[380.3004455566406, 475.0574645996094, 604.1444702148438, 594.0223999023438, 1181.7548828125, 621.870849609375, 348.1589050292969, 525.230712890625, 653.4046020507812]\n", - "9\n", - "6431\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "22\n", - "[562.8367309570312, 1120.406494140625, 400.029296875, 605.4805908203125, 505.1643371582031, 1061.628173828125, 626.947021484375, 2556.046875, 2528.05126953125, 1605.3282470703125, 1190.9427490234375, 1161.611083984375, 1582.1395263671875, 1694.7327880859375, 1223.7100830078125, 1306.328857421875, 845.9729614257812, 317.1982116699219, 530.0812377929688, 348.0279846191406, 391.24395751953125, 346.7480773925781]\n", - "22\n", - "6432\n", - "18\n", - "[463.83074951171875, 415.70220947265625, 1088.7674560546875, 506.1718444824219, 1205.2874755859375, 1440.2166748046875, 2267.464111328125, 747.8584594726562, 444.25140380859375, 579.4824829101562, 1218.2802734375, 2177.377685546875, 958.6264038085938, 460.2372741699219, 782.758544921875, 532.0513305664062, 844.81298828125, 378.1092834472656]\n", - "18\n", - "6433\n", - "15\n", - "[352.2724609375, 571.6643676757812, 1468.37353515625, 499.0235900878906, 365.7463684082031, 543.0687866210938, 943.9811401367188, 1751.3592529296875, 1776.6923828125, 1701.29541015625, 439.6915283203125, 405.1943054199219, 675.8934326171875, 484.2834167480469, 310.65557861328125]\n", - "15\n", - "6434\n", - "16\n", - "[632.8258666992188, 909.4425048828125, 943.2725219726562, 1954.7967529296875, 1877.8907470703125, 468.226318359375, 1130.5328369140625, 1942.142333984375, 2312.245849609375, 2157.753173828125, 1157.5992431640625, 463.0367431640625, 792.5316162109375, 1411.8717041015625, 1747.65087890625, 463.86517333984375]\n", - "16\n", - "6435\n", - "11\n", - "[639.6857299804688, 935.3057250976562, 1598.43505859375, 2019.65380859375, 391.089599609375, 814.259765625, 2033.523681640625, 1809.2728271484375, 771.4284057617188, 709.3175659179688, 459.7657165527344]\n", - "11\n", - "6436\n", - "13\n", - "[315.0767517089844, 617.635498046875, 1164.1790771484375, 1155.3043212890625, 527.4971923828125, 2158.582275390625, 2424.8212890625, 1085.406005859375, 601.5431518554688, 1245.088623046875, 562.6484375, 302.680908203125, 843.05322265625]\n", - "13\n", - "6437\n", - "40\n", - "[858.6771850585938, 363.6575622558594, 352.42919921875, 368.46124267578125, 765.7500610351562, 410.9994812011719, 586.4721069335938, 1244.6416015625, 753.4188232421875, 1315.3677978515625, 1266.468505859375, 305.7129211425781, 356.1286315917969, 387.70501708984375, 476.22430419921875, 505.5322570800781, 970.4921264648438, 1535.314453125, 653.4846801757812, 467.28619384765625, 512.7660522460938, 449.351806640625, 1262.5693359375, 752.73486328125, 709.55078125, 405.4511413574219, 750.2804565429688, 848.72265625, 306.1595458984375, 396.62579345703125, 482.8829650878906, 313.6650085449219, 431.2147521972656, 498.6951599121094, 409.9148864746094, 780.6484375, 574.5194702148438, 520.44482421875, 610.1939697265625, 833.5516357421875]\n", - "40\n", - "6438\n", - "10\n", - "[1156.7537841796875, 1768.075927734375, 512.6420288085938, 1617.7891845703125, 3463.8984375, 578.078369140625, 1510.7779541015625, 830.283935546875, 388.8919677734375, 406.22314453125]\n", - "10\n", - "6439\n", - "8\n", - "[964.3814697265625, 910.6027221679688, 442.7478942871094, 1421.9560546875, 660.390380859375, 333.5350646972656, 326.3899841308594, 539.8242797851562]\n", - "8\n", - "6440\n", - "2\n", - "[4888.72509765625, 1804.4501953125]\n", - "2\n", - "6441\n", - "11\n", - "[977.6468505859375, 655.4716796875, 332.80096435546875, 359.0081787109375, 1033.6290283203125, 449.5480041503906, 968.204833984375, 1166.9749755859375, 621.4177856445312, 314.66436767578125, 1002.6900634765625]\n", - "11\n", - "6442\n", - "21\n", - "[305.8579406738281, 638.5844116210938, 583.0647583007812, 362.72265625, 1218.7886962890625, 1545.4947509765625, 1234.288818359375, 1591.7972412109375, 533.2154541015625, 1466.48291015625, 2020.6063232421875, 2419.926025390625, 2212.01171875, 1585.3529052734375, 1031.75, 1388.9267578125, 1949.6602783203125, 1738.7747802734375, 1511.537109375, 1464.3455810546875, 706.8727416992188]\n", - "21\n", - "6443\n", - "25\n", - "[353.46478271484375, 471.82037353515625, 564.0675048828125, 732.77294921875, 582.8972778320312, 359.0789794921875, 1044.98095703125, 663.5192260742188, 475.5724792480469, 491.4206237792969, 848.537109375, 515.4365234375, 840.8978271484375, 392.85955810546875, 350.05181884765625, 412.1898193359375, 368.6527099609375, 608.3191528320312, 533.2421875, 425.9997253417969, 536.02294921875, 807.4910278320312, 1033.559814453125, 873.341552734375, 663.537353515625]\n", - "25\n", - "6444\n", - "24\n", - "[509.69696044921875, 670.8883666992188, 839.7050170898438, 333.7420349121094, 352.6403503417969, 1003.2453002929688, 2803.670654296875, 3126.667236328125, 3345.0712890625, 3454.224853515625, 2138.545654296875, 384.2120056152344, 1863.015625, 3092.883544921875, 3004.226318359375, 3727.01025390625, 2633.129150390625, 672.0552368164062, 2751.957763671875, 2300.51318359375, 648.7430419921875, 1574.553466796875, 569.4765625, 336.1366882324219]\n", - "24\n", - "6445\n", - "16\n", - "[508.4513854980469, 1990.06103515625, 750.0736083984375, 994.56640625, 1756.9268798828125, 1082.962158203125, 1335.1168212890625, 924.9228515625, 423.90802001953125, 843.1534423828125, 1997.8515625, 1196.645263671875, 2187.514892578125, 1712.0771484375, 318.4984130859375, 1920.2200927734375]\n", - "16\n", - "6446\n", - "8\n", - "[1257.5927734375, 1413.142333984375, 1378.0950927734375, 1317.3797607421875, 444.4668884277344, 1721.6767578125, 1744.7431640625, 1267.896728515625]\n", - "8\n", - "6447\n", - "14\n", - "[1077.29150390625, 1123.653076171875, 370.40972900390625, 1318.555908203125, 882.8182983398438, 522.2260131835938, 1592.5325927734375, 1163.1798095703125, 829.5989379882812, 543.3942260742188, 368.3094482421875, 1615.493408203125, 784.1196899414062, 577.6600952148438]\n", - "14\n", - "6448\n", - "5\n", - "[1307.317626953125, 2375.5810546875, 1854.3975830078125, 628.958984375, 554.9000244140625]\n", - "5\n", - "6449\n", - "11\n", - "[632.298828125, 310.5467529296875, 705.064208984375, 436.8872985839844, 627.6839599609375, 634.5938720703125, 522.9193115234375, 402.0694885253906, 512.7874145507812, 465.1557922363281, 305.2173767089844]\n", - "11\n", - "6450\n", - "227\n", - "[366.03997802734375, 1857.045654296875, 620.894775390625, 2149.395263671875, 2970.77587890625, 1647.742919921875, 2935.814453125, 934.6880493164062, 370.9363098144531, 798.9016723632812, 2795.70556640625, 534.1343383789062, 2498.600341796875, 2935.872802734375, 422.32171630859375, 422.8656921386719, 616.8533325195312, 3969.285888671875, 4627.8505859375, 996.6558227539062, 970.0589599609375, 1118.854248046875, 1920.85595703125, 457.93243408203125, 397.965087890625, 471.6491394042969, 1271.3170166015625, 3758.095703125, 3668.350341796875, 2636.240966796875, 1244.8187255859375, 4288.6474609375, 4354.7509765625, 2083.631103515625, 2204.794189453125, 3565.65869140625, 312.4537048339844, 977.670166015625, 1860.1396484375, 4418.88671875, 3975.017822265625, 395.1047668457031, 571.1287841796875, 3030.345458984375, 4961.0927734375, 4910.73583984375, 3687.0732421875, 1675.628662109375, 1204.9410400390625, 2517.8056640625, 3120.707763671875, 1205.3572998046875, 2766.505615234375, 3267.793212890625, 2629.1865234375, 910.9397583007812, 897.9658203125, 2452.43408203125, 3430.438232421875, 601.3638916015625, 301.0767822265625, 3088.7744140625, 3224.36181640625, 4426.890625, 5013.923828125, 4654.39453125, 1051.29443359375, 491.61614990234375, 2492.196533203125, 3830.698486328125, 4731.34375, 467.7710266113281, 5209.20947265625, 5536.41552734375, 5704.455078125, 4899.91455078125, 4212.07421875, 4593.111328125, 1967.3990478515625, 654.0325927734375, 3495.800048828125, 5553.88134765625, 4850.7158203125, 126.32215881347656, 433.1546936035156, 5411.57861328125, 5740.69140625, 5738.9482421875, 5422.40576171875, 5240.98876953125, 4244.24560546875, 3799.889404296875, 3086.82080078125, 2899.67333984375, 475.13116455078125, 2235.1640625, 4652.7451171875, 5397.2421875, 122.19837188720703, 1466.7607421875, 5641.94873046875, 5642.69189453125, 5796.19580078125, 5649.55908203125, 4932.88720703125, 4818.9892578125, 4268.2919921875, 3684.359130859375, 1253.0457763671875, 1122.58837890625, 1718.0302734375, 5091.146484375, 5041.41552734375, 4725.5400390625, 1391.92431640625, 5417.1826171875, 5799.4365234375, 5839.27587890625, 5769.40576171875, 5345.86181640625, 2103.946044921875, 2821.79931640625, 2237.421875, 476.9661560058594, 843.0286254882812, 723.1520385742188, 1625.4111328125, 3546.071533203125, 2270.265869140625, 2980.813232421875, 5511.5146484375, 5814.30517578125, 5730.23291015625, 5616.2060546875, 5382.9521484375, 1565.5313720703125, 516.468017578125, 394.9065856933594, 962.9257202148438, 511.80487060546875, 858.9934692382812, 2147.49365234375, 3471.627685546875, 91.23786926269531, 3245.98681640625, 5131.7236328125, 5794.259765625, 5819.7861328125, 5633.1806640625, 2218.864501953125, 1306.902587890625, 700.7890014648438, 1038.368408203125, 1301.87939453125, 497.3994445800781, 3433.812255859375, 3669.866943359375, 350.5036315917969, 4939.841796875, 5617.67431640625, 4858.021484375, 5563.79052734375, 5183.26220703125, 2832.89013671875, 1374.751220703125, 396.5121154785156, 523.3464965820312, 2701.96240234375, 3768.64794921875, 484.11993408203125, 4013.998291015625, 5211.3330078125, 3635.868408203125, 2384.140625, 3958.624267578125, 2470.130615234375, 1577.7806396484375, 344.53271484375, 596.444580078125, 2112.983154296875, 2218.01953125, 362.74627685546875, 4874.90283203125, 2946.419189453125, 2756.175537109375, 391.31439208984375, 327.69122314453125, 945.2431030273438, 955.80078125, 1750.546875, 2839.37060546875, 1631.7879638671875, 3403.703857421875, 1329.265625, 1830.81005859375, 371.66650390625, 765.291748046875, 2843.219482421875, 1766.7203369140625, 1728.0328369140625, 4473.6328125, 702.6505737304688, 639.0628051757812, 1608.9989013671875, 460.4476623535156, 4255.7158203125, 2012.541748046875, 488.9040832519531, 385.1556396484375, 1945.5008544921875, 620.0812377929688, 1180.864990234375, 1005.8114013671875, 625.9547729492188, 1178.4178466796875, 581.9878540039062, 1129.7783203125, 723.5595703125, 711.1851196289062, 577.6197509765625, 323.2215270996094, 501.90972900390625, 1631.9293212890625, 698.4988403320312, 1078.4385986328125, 540.2534790039062]\n", - "226\n", - "6451\n", - "8\n", - "[707.1707153320312, 1561.780029296875, 952.0357666015625, 589.9592895507812, 1503.704345703125, 2174.08642578125, 1062.836669921875, 1240.718017578125]\n", - "8\n", - "6452\n", - "48\n", - "[458.2313537597656, 1152.322998046875, 1101.813232421875, 731.1986083984375, 505.932861328125, 945.2769775390625, 3352.076416015625, 792.9590454101562, 504.98333740234375, 568.4472045898438, 1791.3125, 829.2200317382812, 4355.47119140625, 4873.50048828125, 4888.37060546875, 4628.703125, 3766.956787109375, 4658.70849609375, 2398.385986328125, 2245.221923828125, 1785.828125, 451.5557861328125, 661.9856567382812, 2939.307861328125, 4404.501953125, 4580.4375, 3561.551025390625, 5183.3388671875, 5136.98974609375, 4921.5302734375, 2440.92529296875, 1154.337158203125, 329.8533935546875, 2381.138916015625, 3498.271240234375, 4569.48046875, 3917.16845703125, 2024.577392578125, 856.7337036132812, 305.0789794921875, 483.82293701171875, 1206.98779296875, 881.214599609375, 539.2589111328125, 540.7723999023438, 1090.53955078125, 1331.648193359375, 331.08489990234375]\n", - "48\n", - "6453\n", - "25\n", - "[376.1328430175781, 718.1460571289062, 385.6375732421875, 607.423583984375, 317.8100891113281, 812.2325439453125, 906.7359619140625, 402.7463073730469, 1227.69775390625, 1014.76806640625, 612.5194091796875, 487.1434326171875, 757.9420776367188, 659.1820068359375, 876.856201171875, 977.9824829101562, 1251.374267578125, 933.2274169921875, 372.5201416015625, 557.6215209960938, 937.7207641601562, 746.181884765625, 601.1617431640625, 385.4146423339844, 696.2066650390625]\n", - "25\n", - "6454\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[850.129150390625, 1194.9771728515625, 579.3998413085938, 902.9193725585938, 2278.02099609375, 1767.4144287109375]\n", - "6\n", - "6455\n", - "20\n", - "[314.0754089355469, 492.724365234375, 610.6373291015625, 488.62982177734375, 506.4148864746094, 512.9896240234375, 973.6105346679688, 995.7149658203125, 617.6564331054688, 444.56646728515625, 498.177978515625, 766.607177734375, 1041.162353515625, 1066.207763671875, 1013.1969604492188, 357.7411804199219, 318.13409423828125, 435.9373779296875, 669.4482421875, 325.0401916503906]\n", - "20\n", - "6456\n", - "7\n", - "[361.48358154296875, 2268.868896484375, 2037.5438232421875, 1217.89013671875, 621.7078857421875, 1824.383056640625, 866.6392211914062]\n", - "7\n", - "6457\n", - "20\n", - "[515.3323364257812, 383.95428466796875, 547.1891479492188, 789.891357421875, 2402.564697265625, 2828.517578125, 1528.290283203125, 1400.0623779296875, 930.0064086914062, 2993.5673828125, 3443.91552734375, 2586.216552734375, 2922.1533203125, 364.5843200683594, 1087.0372314453125, 1924.998291015625, 2619.7060546875, 1952.0791015625, 479.1165771484375, 715.759765625]\n", - "20\n", - "6458\n", - "13\n", - "[456.673583984375, 677.8375854492188, 1073.669677734375, 1414.7147216796875, 2279.491943359375, 1289.7640380859375, 3484.21337890625, 2391.887451171875, 1101.16162109375, 1399.743408203125, 3693.650634765625, 1018.8016357421875, 881.793701171875]\n", - "13\n", - "6459\n", - "7\n", - "[1062.034912109375, 345.4259033203125, 1098.3155517578125, 1037.8582763671875, 470.8458557128906, 920.05078125, 750.2357177734375]\n", - "7\n", - "6460\n", - "20\n", - "[388.29876708984375, 1258.4296875, 1834.4466552734375, 1821.58740234375, 1245.451416015625, 329.61669921875, 552.4046630859375, 2897.8505859375, 2562.691650390625, 3464.6787109375, 1371.9449462890625, 1048.317626953125, 525.6682739257812, 1380.63720703125, 960.466796875, 317.3105163574219, 396.3917541503906, 497.64263916015625, 562.2106323242188, 455.4090270996094]\n", - "20\n", - "6461\n", - "7\n", - "[306.00537109375, 4288.24072265625, 2044.422607421875, 500.4063415527344, 4467.11865234375, 1393.3450927734375, 852.0067749023438]\n", - "7\n", - "6462\n", - "14\n", - "[502.50164794921875, 574.6165771484375, 323.75726318359375, 780.7989501953125, 669.8615112304688, 674.1279907226562, 459.2882995605469, 660.1406860351562, 1473.9222412109375, 1261.48046875, 773.636962890625, 592.4849243164062, 669.4859008789062, 534.4426879882812]\n", - "14\n", - "6463\n", - "7\n", - "[768.7461547851562, 426.9332275390625, 1881.048583984375, 699.32373046875, 1896.75341796875, 777.70361328125, 470.0665283203125]\n", - "7\n", - "6464\n", - "47\n", - "[378.2686462402344, 513.2470092773438, 350.06243896484375, 383.2629699707031, 343.46783447265625, 518.47998046875, 549.5197143554688, 497.3519287109375, 458.9573059082031, 526.725830078125, 585.1234130859375, 543.0858764648438, 713.958984375, 313.90771484375, 1815.2532958984375, 834.4940795898438, 966.6369018554688, 599.771240234375, 2543.246337890625, 403.05517578125, 6985.4189453125, 1927.41748046875, 858.66845703125, 676.9849243164062, 2439.818359375, 582.0631103515625, 412.5131530761719, 389.86187744140625, 394.0834655761719, 3949.64013671875, 676.8460083007812, 715.6266479492188, 2187.41162109375, 690.9406127929688, 626.8814697265625, 1304.951171875, 2807.066650390625, 2806.440185546875, 364.4520263671875, 571.5097045898438, 4076.038330078125, 3755.08251953125, 1800.151123046875, 423.6287536621094, 600.6193237304688, 510.4449157714844, 456.6034240722656]\n", - "47\n", - "6465\n", - "10\n", - "[790.0485229492188, 391.43609619140625, 1441.959228515625, 524.0929565429688, 898.7775268554688, 873.77197265625, 1554.8203125, 376.7197265625, 331.2526550292969, 1137.22216796875]\n", - "10\n", - "6466\n", - "39\n", - "[580.6597900390625, 372.65838623046875, 470.511474609375, 300.4576721191406, 774.8447875976562, 786.2245483398438, 639.27783203125, 406.5970458984375, 353.6409606933594, 665.7731323242188, 560.9393920898438, 433.4578552246094, 362.0638732910156, 396.29559326171875, 505.1629943847656, 395.972900390625, 476.4219970703125, 390.82464599609375, 1134.5015869140625, 1439.9395751953125, 998.6959228515625, 383.58544921875, 305.2074890136719, 409.7070617675781, 564.9862060546875, 573.8206787109375, 312.0482482910156, 550.6181640625, 334.99725341796875, 405.10540771484375, 1037.7713623046875, 1128.059326171875, 433.9517822265625, 407.48443603515625, 799.7941284179688, 755.6248168945312, 463.9078369140625, 483.919677734375, 442.2215881347656]\n", - "39\n", - "6467\n", - "6\n", - "[367.41680908203125, 571.9129028320312, 1342.024169921875, 1832.9014892578125, 763.5537109375, 312.2217102050781]\n", - "6\n", - "6468\n", - "15\n", - "[507.8197021484375, 589.953125, 1248.6468505859375, 2137.22021484375, 2463.723876953125, 878.092529296875, 670.1661376953125, 2331.02197265625, 790.8109130859375, 591.7734375, 405.19671630859375, 664.908447265625, 1879.3883056640625, 1577.6715087890625, 494.6395568847656]\n", - "15\n", - "6469\n", - "3\n", - "[2006.4453125, 1249.6478271484375, 2105.974853515625]\n", - "3\n", - "6470\n", - "11\n", - "[379.69287109375, 601.7569580078125, 351.6617126464844, 621.7452392578125, 584.3344116210938, 422.9195556640625, 868.2673950195312, 325.8087463378906, 348.53668212890625, 435.63409423828125, 537.2366333007812]\n", - "11\n", - "6471\n", - "10\n", - "[527.9764404296875, 925.9296875, 325.2755126953125, 933.2005615234375, 1940.780029296875, 980.7566528320312, 443.5328674316406, 502.9080505371094, 1174.4012451171875, 498.7107849121094]\n", - "10\n", - "6472\n", - "6\n", - "[476.84527587890625, 1920.329345703125, 1226.715087890625, 479.5657653808594, 1685.185302734375, 945.6609497070312]\n", - "6\n", - "6473\n", - "23\n", - "[894.2789306640625, 663.8445434570312, 475.8661804199219, 1673.927734375, 2334.246337890625, 1468.390869140625, 836.5701293945312, 458.6695251464844, 508.3475341796875, 1478.86572265625, 1398.1357421875, 1535.957275390625, 2030.8326416015625, 1145.006591796875, 1046.5728759765625, 1518.3775634765625, 2212.61767578125, 1858.5753173828125, 1724.1768798828125, 2645.492431640625, 1613.0867919921875, 609.9454345703125, 1127.8739013671875]\n", - "23\n", - "6474\n", - "11\n", - "[414.34014892578125, 833.0035400390625, 549.0138549804688, 649.7039794921875, 772.1493530273438, 454.4102478027344, 651.6372680664062, 843.446533203125, 1060.1351318359375, 1239.69482421875, 482.499267578125]\n", - "11\n", - "6475\n", - "7\n", - "[1294.9326171875, 1534.5653076171875, 1644.6324462890625, 572.0813598632812, 1310.016357421875, 683.1033935546875, 713.8214721679688]\n", - "7\n", - "6476\n", - "54\n", - "[347.3138732910156, 304.24542236328125, 1593.6923828125, 682.8773803710938, 1315.231689453125, 2684.34716796875, 2650.2626953125, 740.4209594726562, 3565.2470703125, 2347.772705078125, 2120.953369140625, 3676.66357421875, 1879.251220703125, 753.6261596679688, 2703.6650390625, 4703.37939453125, 3580.484130859375, 4297.9443359375, 4668.802734375, 2755.876708984375, 300.7295837402344, 407.9380187988281, 1406.2008056640625, 4355.6650390625, 4694.509765625, 4753.9912109375, 4882.859375, 4576.59326171875, 3395.00244140625, 349.16522216796875, 2530.208984375, 3168.73681640625, 1861.743896484375, 1129.0633544921875, 4493.20947265625, 3532.607666015625, 1421.887451171875, 395.2366638183594, 956.5321044921875, 1373.21826171875, 2181.0439453125, 3788.948974609375, 2769.0986328125, 1203.06787109375, 824.44140625, 517.1341552734375, 1911.5250244140625, 1029.451416015625, 981.8184814453125, 2553.88427734375, 828.2285766601562, 1261.691162109375, 1580.59228515625, 646.4620361328125]\n", - "54\n", - "6477\n", - "10\n", - "[638.0657958984375, 454.9792175292969, 499.0347900390625, 505.02880859375, 914.7185668945312, 873.4813842773438, 1332.0517578125, 847.0635986328125, 458.7197570800781, 363.1014709472656]\n", - "10\n", - "6478\n", - "21\n", - "[472.8490905761719, 588.6735229492188, 685.3095703125, 371.1062316894531, 564.4278564453125, 319.0728454589844, 1050.646484375, 1355.1968994140625, 939.907958984375, 516.4866943359375, 769.1342163085938, 1400.61328125, 1306.877685546875, 486.4533996582031, 337.32757568359375, 1165.6781005859375, 591.28173828125, 1262.1002197265625, 1082.362060546875, 446.70721435546875, 326.764404296875]\n", - "21\n", - "6479\n", - "14\n", - "[322.63720703125, 649.6174926757812, 722.3828125, 949.6675415039062, 1848.249267578125, 379.8614196777344, 1738.2154541015625, 1917.1531982421875, 2142.4912109375, 594.4114990234375, 810.8604125976562, 1425.1402587890625, 593.5277709960938, 422.10186767578125]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "6480\n", - "8\n", - "[365.35308837890625, 605.728759765625, 402.4940490722656, 1249.52685546875, 2077.397705078125, 1140.30126953125, 1068.5010986328125, 661.1669921875]\n", - "8\n", - "6481\n", - "6\n", - "[545.9296875, 396.2969055175781, 1592.5389404296875, 3331.746337890625, 1482.04052734375, 774.0597534179688]\n", - "6\n", - "6482\n", - "14\n", - "[817.0661010742188, 1189.2325439453125, 1177.0113525390625, 971.7037963867188, 846.12255859375, 1566.4007568359375, 1321.8382568359375, 964.7671508789062, 931.8915405273438, 1406.3228759765625, 1024.8037109375, 902.5040893554688, 941.1451416015625, 328.6681213378906]\n", - "14\n", - "6483\n", - "8\n", - "[401.92926025390625, 380.0139465332031, 1148.9384765625, 1464.4268798828125, 916.6727294921875, 985.2503662109375, 1140.1119384765625, 585.7325439453125]\n", - "8\n", - "6484\n", - "8\n", - "[475.71282958984375, 955.6691284179688, 395.81396484375, 746.341552734375, 982.9122314453125, 457.88177490234375, 558.7802124023438, 738.0101928710938]\n", - "8\n", - "6485\n", - "22\n", - "[746.9596557617188, 843.5287475585938, 321.52734375, 1349.196044921875, 714.4389038085938, 1216.10009765625, 1612.587646484375, 394.291259765625, 311.6084899902344, 1383.4830322265625, 857.3233032226562, 496.2969970703125, 307.0804138183594, 842.86669921875, 869.90966796875, 487.4896545410156, 486.4892883300781, 1400.145751953125, 1413.621337890625, 932.60009765625, 362.1039733886719, 1157.273193359375]\n", - "22\n", - "6486\n", - "35\n", - "[416.09521484375, 369.4319152832031, 809.3152465820312, 1469.19580078125, 1068.538818359375, 2292.988037109375, 1365.763916015625, 1923.16650390625, 2424.390380859375, 3076.5185546875, 2058.37646484375, 625.23388671875, 565.2218017578125, 1865.22509765625, 3349.629150390625, 2645.189208984375, 1904.451416015625, 354.5875549316406, 544.9295043945312, 1991.480224609375, 1407.0164794921875, 2771.0400390625, 2530.297607421875, 1061.3170166015625, 546.97802734375, 608.6007080078125, 737.93603515625, 722.2455444335938, 2282.12939453125, 1277.8741455078125, 979.0569458007812, 380.472412109375, 791.5093994140625, 785.2413330078125, 828.8466796875]\n", - "35\n", - "6487\n", - "9\n", - "[363.1051025390625, 431.83404541015625, 941.2454223632812, 1272.709228515625, 625.4601440429688, 335.0276184082031, 365.1858825683594, 566.243408203125, 520.9547729492188]\n", - "9\n", - "6488\n", - "14\n", - "[639.057373046875, 1071.684814453125, 1360.1209716796875, 1505.424560546875, 2132.723876953125, 3493.6630859375, 2100.658203125, 607.9381103515625, 1176.0841064453125, 2089.370849609375, 1902.0509033203125, 2180.103271484375, 373.07843017578125, 361.6466369628906]\n", - "14\n", - "6489\n", - "6\n", - "[1213.89453125, 947.3071899414062, 483.50140380859375, 1129.759033203125, 1726.4412841796875, 1384.0443115234375]\n", - "6\n", - "6490\n", - "20\n", - "[1216.1787109375, 325.33935546875, 795.8348388671875, 2064.98291015625, 2668.183349609375, 2581.3984375, 1378.5909423828125, 1428.2484130859375, 2847.855224609375, 3169.982177734375, 2755.47265625, 1095.9249267578125, 3021.019775390625, 2865.104248046875, 2525.01416015625, 970.3448486328125, 2974.070068359375, 2986.586669921875, 1555.40380859375, 926.3707275390625]\n", - "20\n", - "6491\n", - "6\n", - "[536.9734497070312, 1499.7557373046875, 490.3610534667969, 566.0128173828125, 887.9252319335938, 1366.84033203125]\n", - "6\n", - "6492\n", - "10\n", - "[452.99237060546875, 1303.6258544921875, 521.9822998046875, 712.1387939453125, 810.1634521484375, 555.1765747070312, 346.84075927734375, 544.6677856445312, 443.5097351074219, 570.9637451171875]\n", - "10\n", - "6493\n", - "6\n", - "[328.8291931152344, 893.7300415039062, 707.4216918945312, 1995.327392578125, 1084.932373046875, 551.2340087890625]\n", - "6\n", - "6494\n", - "7\n", - "[1185.294921875, 1043.2442626953125, 710.1611938476562, 1268.025390625, 734.10888671875, 484.5868835449219, 429.253173828125]\n", - "7\n", - "6495\n", - "9\n", - "[304.49517822265625, 717.4054565429688, 970.7532958984375, 750.8435668945312, 750.440185546875, 823.6856689453125, 383.87744140625, 478.6568908691406, 460.5782775878906]\n", - "9\n", - "6496\n", - "8\n", - "[437.0175476074219, 681.2821044921875, 639.4259643554688, 1255.0609130859375, 1128.454833984375, 830.7354125976562, 336.5110168457031, 312.74542236328125]\n", - "8\n", - "6497\n", - "21\n", - "[853.6671142578125, 1259.8372802734375, 791.666015625, 1697.5289306640625, 1928.6129150390625, 1034.4871826171875, 399.542724609375, 1242.1683349609375, 2047.9549560546875, 2281.851318359375, 1049.120361328125, 514.6320190429688, 1236.381103515625, 1623.86328125, 2395.90283203125, 2528.27099609375, 453.0071105957031, 574.8573608398438, 1330.2423095703125, 1176.235595703125, 549.3270263671875]\n", - "21\n", - "6498\n", - "7\n", - "[353.91595458984375, 1061.1309814453125, 1172.647705078125, 727.8925170898438, 490.19989013671875, 768.7173461914062, 426.9154357910156]\n", - "7\n", - "6499\n", - "7\n", - "[804.2139282226562, 876.5681762695312, 1042.3692626953125, 2167.933349609375, 372.3808898925781, 596.3670043945312, 1057.2032470703125]\n", - "7\n", - "6500\n", - "10\n", - "[361.42608642578125, 1003.2374267578125, 674.6049194335938, 530.6439819335938, 1501.0413818359375, 1501.975830078125, 757.6917724609375, 1774.098876953125, 1464.3763427734375, 330.060302734375]\n", - "10\n", - "6501\n", - "10\n", - "[837.6832885742188, 517.9129028320312, 1591.1318359375, 2847.311279296875, 2372.528564453125, 1119.448486328125, 1027.0538330078125, 2374.862060546875, 379.7431335449219, 356.3367004394531]\n", - "10\n", - "6502\n", - "12\n", - "[530.9623413085938, 373.3312072753906, 1460.5689697265625, 2352.503662109375, 2170.317138671875, 526.083740234375, 1450.07080078125, 2629.831787109375, 1986.7109375, 329.9855651855469, 334.83087158203125, 522.7078247070312]\n", - "12\n", - "6503\n", - "35\n", - "[864.7697143554688, 1661.72216796875, 1007.0213012695312, 1167.105224609375, 2103.992431640625, 787.1630249023438, 434.9355163574219, 1548.441162109375, 2029.936279296875, 768.4623413085938, 1190.7086181640625, 1470.635986328125, 1905.068359375, 2176.6162109375, 1336.1805419921875, 553.689453125, 556.8489990234375, 1796.997802734375, 2281.90869140625, 2404.094482421875, 1079.4881591796875, 980.1590576171875, 1284.5325927734375, 362.15789794921875, 1670.5052490234375, 871.15283203125, 840.5767211914062, 623.8651733398438, 2024.53369140625, 2200.616943359375, 1413.16552734375, 553.583740234375, 712.6166381835938, 569.1281127929688, 1176.311279296875]\n", - "35\n", - "6504\n", - "10\n", - "[400.59405517578125, 502.62939453125, 726.61376953125, 747.3115234375, 394.37188720703125, 443.4132995605469, 741.9605102539062, 717.5143432617188, 536.874267578125, 335.41485595703125]\n", - "10\n", - "6505\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[1135.3226318359375, 346.8896179199219, 407.03973388671875, 394.1702575683594, 1569.81640625, 1115.0799560546875, 753.772216796875, 430.2362976074219, 2099.02880859375, 658.1246337890625, 690.8068237304688, 2056.273681640625, 622.2803955078125]\n", - "13\n", - "6506\n", - "8\n", - "[972.57763671875, 890.3070678710938, 1693.4815673828125, 1684.0323486328125, 412.39764404296875, 514.90283203125, 1097.4404296875, 911.707275390625]\n", - "8\n", - "6507\n", - "11\n", - "[456.5040588378906, 1277.834716796875, 1372.1959228515625, 446.67828369140625, 628.380615234375, 1155.1005859375, 438.48333740234375, 726.2531127929688, 761.3746337890625, 965.374267578125, 436.0845642089844]\n", - "11\n", - "6508\n", - "6\n", - "[729.6834716796875, 1626.3831787109375, 412.46044921875, 405.49920654296875, 2060.703857421875, 1667.0850830078125]\n", - "6\n", - "6509\n", - "13\n", - "[663.8599243164062, 325.0168151855469, 1747.9107666015625, 1537.892333984375, 991.259765625, 378.74224853515625, 604.032958984375, 1410.5135498046875, 2304.39697265625, 820.8927001953125, 313.50994873046875, 402.5324401855469, 573.3714599609375]\n", - "13\n", - "6510\n", - "8\n", - "[565.97509765625, 874.0009765625, 674.8087768554688, 515.3147583007812, 506.973876953125, 898.4373168945312, 1016.9771118164062, 325.1302185058594]\n", - "8\n", - "6511\n", - "11\n", - "[675.67041015625, 393.3180236816406, 754.5714721679688, 1435.123291015625, 2182.397705078125, 324.0107421875, 623.8657836914062, 1904.4290771484375, 809.8602294921875, 563.3121337890625, 382.41827392578125]\n", - "11\n", - "6512\n", - "13\n", - "[844.535400390625, 1256.7359619140625, 998.8592529296875, 658.0894775390625, 1545.9591064453125, 986.26123046875, 500.2198486328125, 403.2209777832031, 520.1939086914062, 531.1197509765625, 643.9785766601562, 542.6723022460938, 423.12591552734375]\n", - "13\n", - "6513\n", - "139\n", - "[498.96612548828125, 626.9307861328125, 1150.3924560546875, 387.26397705078125, 2470.07177734375, 3724.575927734375, 1614.3973388671875, 661.38818359375, 1353.2813720703125, 2065.39404296875, 2199.197265625, 1253.4224853515625, 525.5973510742188, 864.3140869140625, 3343.150390625, 1564.0380859375, 782.4882202148438, 353.73577880859375, 629.66748046875, 782.405029296875, 1258.835693359375, 2311.63427734375, 2194.135498046875, 1729.330810546875, 2140.253662109375, 1715.282470703125, 1776.8240966796875, 2400.9951171875, 369.2837829589844, 510.5846862792969, 350.8003845214844, 1490.7825927734375, 1379.6953125, 3650.747314453125, 4147.35107421875, 2456.943359375, 4086.110107421875, 3393.703857421875, 1909.420654296875, 1094.635009765625, 1021.9000244140625, 695.4946899414062, 987.5172119140625, 517.6463623046875, 380.5518798828125, 2585.3564453125, 4011.5556640625, 4438.33447265625, 4496.35791015625, 2693.02294921875, 1049.169921875, 1223.7357177734375, 2115.02294921875, 675.2654418945312, 301.7538757324219, 2063.91943359375, 2798.050048828125, 4303.87451171875, 4097.662109375, 3358.631591796875, 3658.29150390625, 1852.4185791015625, 734.9255981445312, 489.2446594238281, 2702.72607421875, 4382.00732421875, 4519.7998046875, 4172.64208984375, 4411.75390625, 1624.9185791015625, 753.6427612304688, 3728.5283203125, 3891.653076171875, 4487.87548828125, 4137.509765625, 4375.396484375, 1463.52734375, 499.7982177734375, 1609.6868896484375, 778.2301025390625, 415.2403869628906, 435.3304748535156, 2038.8414306640625, 4419.3349609375, 4388.19677734375, 4547.22607421875, 4379.31201171875, 4481.62109375, 3475.275390625, 1782.8243408203125, 3210.673828125, 2387.67236328125, 774.7860107421875, 467.0489807128906, 353.50927734375, 797.7892456054688, 964.0712280273438, 1118.07080078125, 1579.7642822265625, 2247.55029296875, 3693.94140625, 4566.77490234375, 4308.58984375, 3051.45068359375, 2166.098876953125, 1128.226806640625, 633.5967407226562, 2316.229248046875, 319.5603942871094, 1396.39697265625, 1371.9892578125, 3684.894775390625, 1574.5777587890625, 1140.860595703125, 277.8177185058594, 1210.9678955078125, 575.78564453125, 90.4332504272461, 523.8961791992188, 339.24835205078125, 1210.158935546875, 656.5806274414062, 2667.6953125, 512.6122436523438, 2114.306640625, 547.7352905273438, 304.3471984863281, 342.2068786621094, 1009.1653442382812, 793.9755249023438, 1693.1029052734375, 1444.694580078125, 381.8508605957031, 713.1204833984375, 1941.6868896484375, 556.111572265625, 609.568115234375, 326.41119384765625, 332.0785827636719]\n", - "139\n", - "6514\n", - "31\n", - "[441.1275634765625, 479.1680603027344, 1374.75048828125, 1026.615478515625, 393.8403625488281, 891.7782592773438, 2097.88232421875, 2654.960693359375, 610.0977172851562, 910.03076171875, 1885.3092041015625, 4292.01708984375, 5055.6455078125, 1375.650146484375, 332.27880859375, 761.6526489257812, 1913.016845703125, 5896.5888671875, 5288.31005859375, 5913.25244140625, 2425.448974609375, 1784.386474609375, 324.1508483886719, 1820.4197998046875, 3779.68798828125, 3340.89794921875, 2339.52294921875, 2973.64892578125, 1339.8729248046875, 1353.0263671875, 1278.13232421875]\n", - "31\n", - "6515\n", - "30\n", - "[681.5489501953125, 345.36834716796875, 418.4635925292969, 523.2908325195312, 896.2151489257812, 1260.819091796875, 452.130126953125, 475.3809509277344, 899.9818725585938, 1299.8580322265625, 2061.30224609375, 1726.927001953125, 1419.5035400390625, 473.61456298828125, 745.2420043945312, 496.0272216796875, 320.8700866699219, 307.104248046875, 2082.58203125, 1446.231201171875, 540.9183959960938, 441.0858154296875, 1387.652099609375, 636.19970703125, 1165.15283203125, 1342.8389892578125, 833.8353271484375, 1332.5767822265625, 634.7646484375, 315.4880065917969]\n", - "30\n", - "6516\n", - "10\n", - "[411.690673828125, 792.4469604492188, 395.7928161621094, 920.64794921875, 1433.8096923828125, 923.7903442382812, 935.03125, 1004.20654296875, 564.3223876953125, 520.3004150390625]\n", - "10\n", - "6517\n", - "9\n", - "[514.259765625, 899.3729248046875, 552.2086791992188, 652.3754272460938, 1556.1026611328125, 1682.52099609375, 503.1215515136719, 763.670654296875, 695.764892578125]\n", - "9\n", - "6518\n", - "32\n", - "[888.1681518554688, 638.4695434570312, 893.2850341796875, 846.0836791992188, 777.10302734375, 393.6468505859375, 665.27685546875, 1845.260986328125, 1480.9432373046875, 1353.8551025390625, 903.711669921875, 687.3478393554688, 571.9979248046875, 741.0411376953125, 2334.193603515625, 2044.097412109375, 886.4176635742188, 1361.409912109375, 624.0828247070312, 510.7878112792969, 2258.8046875, 2388.67333984375, 2472.28662109375, 1751.5380859375, 430.6753234863281, 2155.053466796875, 638.7181396484375, 555.0768432617188, 942.8939208984375, 489.9193420410156, 1346.2012939453125, 368.9527587890625]\n", - "32\n", - "6519\n", - "11\n", - "[536.51318359375, 420.42181396484375, 1279.136474609375, 581.6804809570312, 382.13824462890625, 1333.33984375, 1592.6064453125, 663.7064819335938, 547.6358032226562, 1301.748291015625, 1142.7303466796875]\n", - "11\n", - "6520\n", - "19\n", - "[1077.8892822265625, 1098.1400146484375, 507.3296813964844, 396.3681335449219, 1342.518310546875, 1583.2640380859375, 1677.6036376953125, 1081.256591796875, 925.7698364257812, 1763.080322265625, 5513.34326171875, 9051.982421875, 7789.72509765625, 3121.33642578125, 3833.90869140625, 6201.38818359375, 3107.654541015625, 498.4886474609375, 440.2976379394531]\n", - "19\n", - "6521\n", - "5\n", - "[373.40057373046875, 990.366455078125, 1082.713134765625, 2967.22998046875, 1398.3614501953125]\n", - "5\n", - "6522\n", - "34\n", - "[1683.25927734375, 2348.24267578125, 1215.266357421875, 913.728515625, 2505.36962890625, 4031.927978515625, 3993.937255859375, 4058.81201171875, 3905.03955078125, 1774.1224365234375, 1981.871826171875, 665.2847900390625, 475.6194152832031, 1275.8094482421875, 894.335205078125, 2223.534912109375, 2378.050537109375, 3258.314208984375, 3865.77978515625, 4061.641845703125, 2429.421875, 3101.915771484375, 355.63739013671875, 459.6820983886719, 588.2557373046875, 1693.2344970703125, 1511.8909912109375, 809.9281005859375, 2460.10302734375, 3917.649169921875, 2492.091064453125, 523.382568359375, 308.029541015625, 479.3233947753906]\n", - "34\n", - "6523\n", - "14\n", - "[312.27227783203125, 377.1593322753906, 404.9688415527344, 832.1288452148438, 780.6266479492188, 483.6181335449219, 1277.9700927734375, 1926.3868408203125, 1716.84716796875, 1250.03125, 400.3691101074219, 317.4921875, 1367.7374267578125, 918.99853515625]\n", - "14\n", - "6524\n", - "15\n", - "[373.3034973144531, 407.197265625, 1473.127685546875, 742.6549682617188, 689.2265625, 304.17822265625, 326.209228515625, 1012.5531616210938, 655.6630249023438, 478.6181945800781, 1053.9071044921875, 585.9229125976562, 859.5463256835938, 407.6128234863281, 1196.429443359375]\n", - "15\n", - "6525\n", - "34\n", - "[301.5244140625, 898.657958984375, 3167.583251953125, 2761.9375, 2880.1142578125, 556.8621215820312, 496.50848388671875, 939.8458862304688, 1002.1767578125, 2570.490966796875, 2643.649169921875, 3102.812744140625, 467.42352294921875, 590.3060913085938, 1580.7637939453125, 859.2079467773438, 1722.1103515625, 2085.111083984375, 3634.12744140625, 3338.609130859375, 1249.411376953125, 887.7769165039062, 995.7124633789062, 386.09625244140625, 694.5554809570312, 2592.40576171875, 2552.798828125, 624.3156127929688, 1397.45751953125, 1555.10498046875, 517.4285278320312, 327.85198974609375, 391.07855224609375, 566.3314208984375]\n", - "34\n", - "6526\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[702.8840942382812, 1389.5169677734375, 1113.082275390625, 734.0322265625, 651.1327514648438, 732.691162109375, 1047.1505126953125, 912.7559814453125]\n", - "8\n", - "6527\n", - "8\n", - "[478.48876953125, 1236.2117919921875, 693.3382568359375, 760.513427734375, 518.5464477539062, 602.6215209960938, 492.0474853515625, 442.7023620605469]\n", - "8\n", - "6528\n", - "6\n", - "[1710.3646240234375, 635.5303344726562, 2196.119140625, 2846.71630859375, 1579.21044921875, 586.2115478515625]\n", - "6\n", - "6529\n", - "5\n", - "[640.8032836914062, 1983.673583984375, 831.1260375976562, 621.9821166992188, 1180.370361328125]\n", - "5\n", - "6530\n", - "11\n", - "[1520.8623046875, 4502.88623046875, 4936.34326171875, 1874.2135009765625, 1496.692138671875, 6344.6162109375, 3650.65576171875, 1525.3485107421875, 578.57080078125, 533.1431274414062, 2518.429931640625]\n", - "11\n", - "6531\n", - "9\n", - "[797.9876098632812, 362.10552978515625, 953.0030517578125, 565.3944091796875, 447.8495178222656, 703.1740112304688, 733.2050170898438, 772.1978759765625, 380.1369934082031]\n", - "9\n", - "6532\n", - "5\n", - "[814.836669921875, 2330.278564453125, 1558.7855224609375, 401.29156494140625, 470.4981384277344]\n", - "5\n", - "6533\n", - "22\n", - "[601.7288208007812, 1071.3525390625, 375.9097900390625, 511.89459228515625, 2000.2164306640625, 2580.237060546875, 2331.268798828125, 470.0831298828125, 2093.552734375, 2794.97705078125, 1066.481689453125, 580.9143676757812, 818.4196166992188, 1156.426025390625, 2712.91162109375, 1562.1116943359375, 1808.2008056640625, 1177.4544677734375, 1727.9259033203125, 1772.3614501953125, 830.9713134765625, 1118.56982421875]\n", - "22\n", - "6534\n", - "8\n", - "[473.676025390625, 443.8232727050781, 1198.48583984375, 2230.591064453125, 1070.6292724609375, 391.1231384277344, 1151.4224853515625, 415.0885009765625]\n", - "8\n", - "6535\n", - "20\n", - "[418.162109375, 1264.49658203125, 1234.2874755859375, 2146.16796875, 1911.4766845703125, 550.8857421875, 608.7692260742188, 982.417236328125, 911.06201171875, 744.6561279296875, 719.5252075195312, 1931.228271484375, 2167.90771484375, 1608.248291015625, 1440.716796875, 1935.0902099609375, 2311.00390625, 2364.057861328125, 1136.5208740234375, 311.5780334472656]\n", - "20\n", - "6536\n", - "21\n", - "[311.4692687988281, 519.6552124023438, 401.6027526855469, 927.6697998046875, 1472.688232421875, 1706.946044921875, 908.969482421875, 348.0906066894531, 324.83734130859375, 374.4911193847656, 676.0939331054688, 1285.46728515625, 1179.2315673828125, 803.1796875, 1426.829345703125, 1424.379150390625, 397.6341247558594, 334.6685791015625, 688.1031494140625, 597.4204711914062, 346.0487976074219]\n", - "21\n", - "6537\n", - "6\n", - "[319.4200134277344, 2158.91943359375, 1333.767333984375, 1235.3426513671875, 2640.555908203125, 1257.3909912109375]\n", - "6\n", - "6538\n", - "187\n", - "[1278.7669677734375, 1036.53857421875, 779.6630859375, 510.0408630371094, 878.4236450195312, 723.4276733398438, 613.34228515625, 867.5875244140625, 796.4098510742188, 355.4302062988281, 1392.868408203125, 4156.0419921875, 2449.376953125, 2293.947998046875, 742.1365356445312, 917.475830078125, 972.0853881835938, 2001.7794189453125, 3062.048583984375, 3658.375244140625, 2856.637939453125, 411.9842529296875, 308.28009033203125, 794.856689453125, 710.6000366210938, 698.2548217773438, 668.5213012695312, 878.53369140625, 311.7100524902344, 1013.8347778320312, 3611.489501953125, 4921.052734375, 507.7123718261719, 2386.131103515625, 561.0953369140625, 952.9846801757812, 325.2310485839844, 768.5845336914062, 2373.1220703125, 4302.796875, 4205.96728515625, 4828.47216796875, 1493.82275390625, 2958.387451171875, 2229.1943359375, 5087.87548828125, 3067.021728515625, 514.5994873046875, 305.97052001953125, 1513.4130859375, 4198.1455078125, 5526.88671875, 5814.17919921875, 3090.8466796875, 5241.0732421875, 4735.01416015625, 4186.4443359375, 4621.82080078125, 1336.4481201171875, 476.2806701660156, 2268.994384765625, 4991.69140625, 5759.62890625, 4497.2646484375, 4682.43798828125, 5326.54638671875, 5769.80712890625, 4128.82958984375, 5474.43603515625, 5290.99853515625, 4937.42919921875, 5807.93701171875, 4106.52392578125, 803.1409301757812, 5087.18603515625, 5300.32421875, 5212.23095703125, 5952.7431640625, 6157.15673828125, 6168.04931640625, 5140.25146484375, 3877.57373046875, 3393.860595703125, 3874.860107421875, 5005.29150390625, 4406.13818359375, 2572.94287109375, 1459.0946044921875, 474.2681579589844, 2755.531005859375, 4888.33740234375, 4857.20166015625, 4647.23486328125, 4077.951416015625, 3392.37255859375, 5862.02392578125, 5950.6748046875, 4030.808837890625, 399.5085754394531, 3765.207275390625, 5241.568359375, 3529.080078125, 721.1852416992188, 361.52301025390625, 1873.1055908203125, 2225.778564453125, 2832.30224609375, 4580.64453125, 3246.118896484375, 5306.86083984375, 3960.23291015625, 5698.51025390625, 1541.0780029296875, 317.88128662109375, 1055.7440185546875, 5049.04345703125, 3688.176025390625, 384.5863037109375, 667.4246215820312, 4694.57177734375, 6121.03857421875, 6170.14892578125, 5171.16162109375, 3586.012939453125, 2928.909423828125, 1822.490966796875, 4312.43896484375, 758.8932495117188, 1084.99365234375, 2713.148193359375, 5482.7021484375, 4663.72412109375, 1905.4967041015625, 1914.7784423828125, 365.7309875488281, 2101.870849609375, 4542.05712890625, 4892.26708984375, 908.5255737304688, 1431.9759521484375, 3467.41064453125, 3424.556884765625, 477.1283874511719, 115.8488540649414, 426.63739013671875, 333.21051025390625, 834.8915405273438, 1570.38916015625, 2487.13525390625, 2327.196044921875, 432.5496826171875, 2558.910400390625, 3603.8056640625, 603.1635131835938, 330.2217102050781, 458.12921142578125, 368.1504821777344, 1251.033203125, 3365.71142578125, 3519.786376953125, 1647.11328125, 3526.517578125, 1111.8558349609375, 196.27088928222656, 498.50823974609375, 1219.6173095703125, 3946.318603515625, 4120.53759765625, 1453.084228515625, 479.0530090332031, 567.6788330078125, 1380.7835693359375, 924.1759033203125, 350.6959228515625, 1538.607666015625, 1672.947021484375, 1801.4140625, 3276.7470703125, 3923.525390625, 2399.9375, 2327.087158203125, 2458.89697265625, 3723.360595703125, 2787.791748046875, 867.86328125]\n", - "185\n", - "6539\n", - "16\n", - "[380.6015319824219, 987.7275390625, 1255.021728515625, 760.0076904296875, 351.5743713378906, 321.6275939941406, 521.7258911132812, 1188.7158203125, 1301.471435546875, 1204.1038818359375, 343.4017028808594, 479.1022033691406, 1188.10009765625, 1108.327392578125, 1042.5994873046875, 536.6787719726562]\n", - "16\n", - "6540\n", - "7\n", - "[800.4212646484375, 1286.421630859375, 2770.154296875, 3382.792236328125, 1037.583740234375, 1179.200439453125, 1779.7288818359375]\n", - "7\n", - "6541\n", - "15\n", - "[976.101318359375, 1137.533203125, 1271.910888671875, 401.3594055175781, 546.6807861328125, 1129.1944580078125, 947.2168579101562, 2066.2451171875, 1034.98779296875, 502.8222351074219, 394.8914489746094, 1291.104248046875, 745.7191772460938, 795.5111694335938, 395.1775817871094]\n", - "15\n", - "6542\n", - "47\n", - "[1620.9107666015625, 849.2069091796875, 1313.3021240234375, 5150.9189453125, 4920.88232421875, 3579.251708984375, 2845.614990234375, 1380.1146240234375, 823.4081420898438, 1206.802978515625, 522.1226196289062, 2134.23193359375, 5447.09814453125, 5916.81591796875, 5198.49072265625, 5308.06982421875, 4383.94091796875, 659.4918212890625, 682.8544921875, 1276.7691650390625, 1232.723388671875, 834.17431640625, 1003.5548095703125, 1252.843994140625, 1899.742919921875, 3240.794189453125, 2416.052734375, 177.6065673828125, 356.2157897949219, 646.8764038085938, 719.3346557617188, 688.4553833007812, 1065.6990966796875, 1165.3226318359375, 1230.8778076171875, 995.5426025390625, 812.2958374023438, 465.02581787109375, 355.5555419921875, 773.039306640625, 426.3584899902344, 883.6948852539062, 1173.1129150390625, 918.1759033203125, 735.8690795898438, 808.54736328125, 385.09820556640625]\n", - "47\n", - "6543\n", - "119\n", - "[365.34490966796875, 429.8018798828125, 558.9021606445312, 486.1739501953125, 329.9022216796875, 580.5022583007812, 393.9231872558594, 459.90313720703125, 1169.2110595703125, 1491.5091552734375, 4371.68408203125, 3127.909423828125, 3925.52392578125, 3368.688232421875, 3052.801025390625, 788.1656494140625, 2830.9482421875, 4597.59326171875, 4096.22119140625, 2500.60498046875, 2999.07666015625, 3091.4794921875, 2363.3828125, 4744.529296875, 3102.87109375, 323.5616760253906, 4758.32177734375, 5264.8193359375, 1120.6884765625, 2065.361083984375, 2741.0576171875, 3521.119384765625, 3072.310302734375, 3128.303466796875, 2174.33837890625, 1067.9556884765625, 587.4810791015625, 1290.539306640625, 951.9417114257812, 2538.8916015625, 536.6270141601562, 2939.999267578125, 4479.58154296875, 4550.6005859375, 3302.3359375, 2882.0361328125, 5011.56201171875, 1927.94189453125, 671.716064453125, 307.85357666015625, 3956.743896484375, 6056.9658203125, 6403.29833984375, 6240.46728515625, 1067.3714599609375, 3577.0244140625, 4995.84375, 5264.48681640625, 1540.51953125, 830.2811889648438, 5426.8212890625, 6012.26904296875, 6717.9287109375, 4587.037109375, 2759.43212890625, 3786.848388671875, 4346.75439453125, 2792.146484375, 305.10009765625, 756.8778076171875, 4217.50732421875, 4442.404296875, 6198.94970703125, 5419.662109375, 5259.34423828125, 651.9693603515625, 1251.688232421875, 2102.415771484375, 3638.880126953125, 561.95751953125, 2087.736572265625, 3377.091064453125, 5970.5947265625, 4367.6083984375, 4884.244140625, 2110.954345703125, 2403.752685546875, 2221.623291015625, 363.3962097167969, 1545.2608642578125, 710.5235595703125, 375.9085998535156, 2114.5341796875, 4299.13671875, 1762.767333984375, 350.76153564453125, 1454.033203125, 1090.677734375, 397.5709533691406, 3425.1435546875, 1935.9642333984375, 407.5428161621094, 2711.89599609375, 1303.6058349609375, 399.1332702636719, 2070.978759765625, 804.6043090820312, 360.9983215332031, 358.97406005859375, 1528.699951171875, 327.54364013671875, 2502.024658203125, 3250.4794921875, 410.7286376953125, 1174.5419921875, 314.92254638671875, 412.4404602050781, 1675.40478515625, 388.34625244140625]\n", - "119\n", - "6544\n", - "8\n", - "[636.0609130859375, 1892.2646484375, 650.79248046875, 1951.944580078125, 1833.8460693359375, 636.3148193359375, 577.4757690429688, 878.3394165039062]\n", - "8\n", - "6545\n", - "8\n", - "[1496.843017578125, 514.9847412109375, 2185.115478515625, 1332.8504638671875, 473.3299865722656, 2102.173583984375, 1450.1007080078125, 964.84912109375]\n", - "8\n", - "6546\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[695.6630859375, 768.33349609375, 649.7979125976562, 791.6202392578125, 1024.2816162109375, 1111.373779296875]\n", - "6\n", - "6547\n", - "14\n", - "[869.1307983398438, 1249.802001953125, 1125.32421875, 1895.3226318359375, 2440.95751953125, 1970.527587890625, 1667.8865966796875, 1145.5460205078125, 588.7623291015625, 1698.84326171875, 1590.2099609375, 1683.2288818359375, 2238.75732421875, 1057.721435546875]\n", - "14\n", - "6548\n", - "8\n", - "[655.59619140625, 981.2942504882812, 2044.147216796875, 1285.1883544921875, 1016.7599487304688, 2095.406005859375, 945.0833740234375, 432.5240783691406]\n", - "8\n", - "6549\n", - "12\n", - "[581.707763671875, 1175.6337890625, 1089.203125, 477.1772155761719, 1570.8466796875, 1912.843505859375, 732.466064453125, 665.3333740234375, 1529.7286376953125, 1522.8232421875, 1154.12255859375, 330.3277282714844]\n", - "12\n", - "6550\n", - "7\n", - "[463.8563232421875, 685.5380859375, 1274.0948486328125, 386.85565185546875, 857.8925170898438, 1033.7811279296875, 635.77783203125]\n", - "7\n", - "6551\n", - "19\n", - "[451.6253356933594, 1154.4681396484375, 591.2105712890625, 2918.4208984375, 3813.66455078125, 3817.578369140625, 1942.7117919921875, 885.4348754882812, 1771.3651123046875, 3499.444580078125, 4113.8154296875, 1861.0078125, 921.1842041015625, 3238.046875, 1582.0665283203125, 2875.69873046875, 465.8636169433594, 1017.4156494140625, 1087.2237548828125]\n", - "19\n", - "6552\n", - "14\n", - "[343.5583190917969, 472.2467956542969, 1074.5765380859375, 1231.3416748046875, 358.0840759277344, 1445.10107421875, 900.72216796875, 394.6705322265625, 419.8390808105469, 1017.6317138671875, 320.0884704589844, 767.7568359375, 1069.975341796875, 523.0126953125]\n", - "14\n", - "6553\n", - "17\n", - "[319.04278564453125, 1623.4927978515625, 307.6991271972656, 674.2876586914062, 1104.6922607421875, 1879.2236328125, 2736.1669921875, 1610.5223388671875, 2171.227783203125, 1710.2281494140625, 1491.6085205078125, 2727.096435546875, 1730.4815673828125, 2138.99365234375, 687.6972045898438, 375.0777893066406, 488.92596435546875]\n", - "17\n", - "6554\n", - "21\n", - "[702.487548828125, 1182.6038818359375, 526.8242797851562, 779.5201416015625, 388.1787414550781, 921.1296997070312, 2186.92236328125, 3059.266357421875, 322.15533447265625, 726.4942016601562, 836.0682373046875, 1284.3304443359375, 1678.0662841796875, 1953.8201904296875, 2596.9013671875, 2999.7421875, 1367.73291015625, 2440.8759765625, 2330.892822265625, 577.963623046875, 752.7368774414062]\n", - "21\n", - "6555\n", - "15\n", - "[532.7130737304688, 1304.3253173828125, 845.92919921875, 1542.315185546875, 3971.724609375, 2428.9326171875, 1395.557861328125, 1805.9554443359375, 1452.054443359375, 1116.2064208984375, 334.5942687988281, 358.7583923339844, 536.1636962890625, 1310.5919189453125, 370.05902099609375]\n", - "15\n", - "6556\n", - "9\n", - "[366.3162841796875, 1594.8387451171875, 1854.8856201171875, 3175.9521484375, 2531.281494140625, 5017.6611328125, 4908.294921875, 866.5298461914062, 320.52545166015625]\n", - "9\n", - "6557\n", - "9\n", - "[1020.5654296875, 1678.0709228515625, 1931.93310546875, 4139.39404296875, 2416.514892578125, 547.1160888671875, 468.1899719238281, 1086.3966064453125, 535.5340576171875]\n", - "9\n", - "6558\n", - "12\n", - "[661.1185302734375, 523.3966064453125, 407.74102783203125, 705.1500854492188, 343.53106689453125, 350.1661376953125, 500.86492919921875, 644.0587768554688, 828.5297241210938, 748.6153564453125, 735.2103271484375, 552.1722412109375]\n", - "12\n", - "6559\n", - "6\n", - "[712.0173950195312, 841.8113403320312, 1553.400634765625, 665.6525268554688, 925.7583618164062, 314.31787109375]\n", - "6\n", - "6560\n", - "22\n", - "[1035.4564208984375, 358.38140869140625, 447.26361083984375, 535.8729858398438, 1910.2913818359375, 1170.5986328125, 770.395263671875, 1859.88134765625, 1599.879638671875, 323.0255432128906, 923.0076904296875, 815.5851440429688, 318.3086242675781, 467.3652038574219, 1465.5166015625, 1692.1661376953125, 368.1275329589844, 306.4010925292969, 499.1984558105469, 562.0980834960938, 653.56005859375, 666.0496215820312]\n", - "22\n", - "6561\n", - "17\n", - "[302.4049987792969, 917.0012817382812, 843.6105346679688, 768.6422729492188, 399.02716064453125, 1243.1795654296875, 1291.951416015625, 1840.717529296875, 1117.8822021484375, 587.6353149414062, 658.7675170898438, 802.1055297851562, 800.8800048828125, 1337.1051025390625, 652.432373046875, 1405.5255126953125, 616.7941284179688]\n", - "17\n", - "6562\n", - "4\n", - "[16002.6123046875, 12802.08984375, 44807.3125, 16021.96875]\n", - "4\n", - "6563\n", - "12\n", - "[1110.907470703125, 1961.64599609375, 1416.08642578125, 986.06396484375, 387.6492614746094, 629.0225830078125, 1515.6146240234375, 2460.94482421875, 1306.4837646484375, 362.0154724121094, 317.67510986328125, 369.98712158203125]\n", - "12\n", - "6564\n", - "8\n", - "[652.447509765625, 1204.772216796875, 450.14349365234375, 352.9217529296875, 440.3215637207031, 849.679931640625, 1207.2215576171875, 757.332763671875]\n", - "8\n", - "6565\n", - "59\n", - "[319.778076171875, 691.9149780273438, 1612.730712890625, 1983.12060546875, 518.5673828125, 606.7611694335938, 589.3003540039062, 512.7952880859375, 517.2275390625, 482.33917236328125, 676.5244140625, 883.4493408203125, 1429.5660400390625, 1422.4013671875, 1179.5714111328125, 1063.279296875, 841.5784912109375, 1158.198486328125, 2840.322509765625, 1252.03125, 2890.01953125, 3907.3818359375, 3596.31103515625, 3476.4072265625, 1268.177734375, 724.9630126953125, 3320.0791015625, 3865.84765625, 4074.076171875, 3488.24365234375, 785.1060791015625, 2614.5595703125, 5334.91748046875, 5453.41259765625, 4220.22265625, 347.9122314453125, 3482.010986328125, 4253.4013671875, 5214.44140625, 2077.921630859375, 315.36138916015625, 2021.79443359375, 3917.718505859375, 3112.905029296875, 862.9281616210938, 1437.626708984375, 3031.697509765625, 3701.154296875, 3480.749755859375, 1805.9652099609375, 2899.27587890625, 2081.42529296875, 486.9149475097656, 909.4671630859375, 2040.2474365234375, 2733.843994140625, 1903.6666259765625, 936.9603271484375, 673.77978515625]\n", - "59\n", - "6566\n", - "13\n", - "[332.34368896484375, 366.979248046875, 772.9876098632812, 317.3555603027344, 1735.0556640625, 1289.607177734375, 1708.700439453125, 420.5052185058594, 1015.5785522460938, 675.041015625, 1798.7745361328125, 879.8170776367188, 499.4254455566406]\n", - "13\n", - "6567\n", - "46\n", - "[1098.4107666015625, 2479.96728515625, 1363.426025390625, 4806.20263671875, 4611.111328125, 2335.476806640625, 3965.63427734375, 3831.013427734375, 1013.9593505859375, 2555.355224609375, 3980.226806640625, 4673.9951171875, 5011.6298828125, 4692.43212890625, 5391.89697265625, 5168.91015625, 3103.217041015625, 342.80694580078125, 3003.837890625, 4587.72607421875, 4536.6533203125, 4626.2509765625, 5039.8046875, 5431.8466796875, 4730.7421875, 1047.933837890625, 1428.15576171875, 1941.6943359375, 2992.8916015625, 4511.29931640625, 3937.04296875, 5061.0244140625, 5419.458984375, 2845.126220703125, 445.4079284667969, 332.1512451171875, 309.9648132324219, 466.3043518066406, 630.6004638671875, 1455.2239990234375, 2309.623046875, 2709.1923828125, 3820.94287109375, 5066.83154296875, 655.8599243164062, 327.6386413574219]\n", - "46\n", - "6568\n", - "8\n", - "[414.4184875488281, 951.7689819335938, 1417.5062255859375, 1335.2957763671875, 1201.136962890625, 1848.9755859375, 524.2200927734375, 441.5409851074219]\n", - "8\n", - "6569\n", - "30\n", - "[759.7462158203125, 657.8507690429688, 773.4554443359375, 1386.9178466796875, 1282.7333984375, 1084.13134765625, 1937.088623046875, 2166.432861328125, 1408.768798828125, 534.2153930664062, 579.0758056640625, 1856.0498046875, 2038.8326416015625, 1937.0760498046875, 588.5324096679688, 454.64794921875, 529.7735595703125, 426.0736083984375, 606.468994140625, 1037.251953125, 465.4699401855469, 314.8275146484375, 874.3944091796875, 554.2265625, 655.3775024414062, 590.8492431640625, 848.8889770507812, 1060.637451171875, 507.4254150390625, 320.5691223144531]\n", - "30" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "6570\n", - "10\n", - "[863.013427734375, 306.65826416015625, 1415.3721923828125, 1654.8753662109375, 802.535400390625, 363.3233947753906, 1090.74267578125, 1273.89111328125, 1020.3742065429688, 345.736572265625]\n", - "10\n", - "6571\n", - "10\n", - "[971.41748046875, 700.2653198242188, 1095.9385986328125, 797.09033203125, 354.7069396972656, 817.3773193359375, 554.8114624023438, 624.397705078125, 308.1018981933594, 332.2479248046875]\n", - "10\n", - "6572\n", - "8\n", - "[307.57708740234375, 355.37872314453125, 1183.3123779296875, 2157.47509765625, 780.3240966796875, 1083.3018798828125, 1140.100830078125, 347.4258117675781]\n", - "8\n", - "6573\n", - "24\n", - "[348.9130859375, 908.1043701171875, 788.4017333984375, 969.7465209960938, 1137.280029296875, 492.906494140625, 702.0247192382812, 1999.200927734375, 1364.8692626953125, 1750.671875, 2552.075439453125, 2119.990234375, 579.8243408203125, 670.6800537109375, 1782.2510986328125, 2409.467041015625, 2509.921142578125, 1390.0281982421875, 1412.8905029296875, 1770.1759033203125, 899.65185546875, 783.8959350585938, 609.5526733398438, 527.086181640625]\n", - "24\n", - "6574\n", - "8\n", - "[478.329833984375, 844.28125, 417.146728515625, 657.9732666015625, 1514.359130859375, 405.18780517578125, 443.26336669921875, 303.3070068359375]\n", - "8\n", - "6575\n", - "11\n", - "[1146.547607421875, 1656.5982666015625, 796.4530029296875, 513.4561157226562, 656.7405395507812, 634.4284057617188, 1165.025390625, 523.0090942382812, 375.31524658203125, 498.6385803222656, 461.3171691894531]\n", - "11\n", - "6576\n", - "11\n", - "[1119.1331787109375, 348.7315673828125, 1825.9395751953125, 476.0697021484375, 600.572021484375, 700.81884765625, 883.873779296875, 339.00408935546875, 618.0064697265625, 578.283447265625, 832.1403198242188]\n", - "11\n", - "6577\n", - "9\n", - "[744.4134521484375, 351.2478942871094, 352.33013916015625, 1002.3214111328125, 1631.9564208984375, 1416.34619140625, 329.6575012207031, 310.1871337890625, 482.4384765625]\n", - "9\n", - "6578\n", - "59\n", - "[494.6387023925781, 965.2005004882812, 750.887451171875, 1400.101318359375, 669.9761962890625, 1290.85546875, 929.7879028320312, 1712.709228515625, 456.55438232421875, 2495.2470703125, 2163.31689453125, 411.3655700683594, 786.5137329101562, 3732.351806640625, 5437.81005859375, 4177.9599609375, 4082.09326171875, 617.6348266601562, 1513.912841796875, 5846.1982421875, 4647.74755859375, 3971.31396484375, 829.816650390625, 1093.4962158203125, 446.59014892578125, 4485.00634765625, 5832.48291015625, 5520.64208984375, 3032.322509765625, 366.3493347167969, 1509.903564453125, 1127.589599609375, 4750.78466796875, 5835.2841796875, 5448.54736328125, 3311.3486328125, 348.02764892578125, 1382.897705078125, 1740.8736572265625, 5297.79541015625, 5975.0068359375, 4551.98388671875, 2539.59521484375, 409.783935546875, 1424.8084716796875, 4522.30517578125, 5044.38916015625, 3792.177490234375, 3409.032470703125, 306.1451416015625, 1618.5194091796875, 3016.170654296875, 5589.49169921875, 3017.30078125, 896.1760864257812, 1176.71044921875, 3223.393798828125, 931.4320678710938, 312.1687316894531]\n", - "59\n", - "6579\n", - "14\n", - "[350.0052795410156, 688.7035522460938, 331.2763671875, 343.0261535644531, 691.994873046875, 307.8234558105469, 1517.19189453125, 1837.6815185546875, 444.697021484375, 1378.1697998046875, 866.3757934570312, 727.7835693359375, 917.3961181640625, 351.39208984375]\n", - "14\n", - "6580\n", - "51\n", - "[308.5422058105469, 640.1063232421875, 313.5755920410156, 525.0582275390625, 334.0121765136719, 1351.08251953125, 442.2417907714844, 2021.4981689453125, 2155.221435546875, 1075.4727783203125, 668.9950561523438, 1356.4095458984375, 891.4346313476562, 2225.248291015625, 3749.67724609375, 2599.200927734375, 2912.866455078125, 2390.63037109375, 1588.4613037109375, 332.4779968261719, 1657.65966796875, 3983.400634765625, 4210.28662109375, 2222.6962890625, 1924.5333251953125, 838.6716918945312, 439.32025146484375, 392.29620361328125, 3550.16015625, 4410.68896484375, 4412.32763671875, 3366.851318359375, 1387.6514892578125, 2404.826171875, 3337.720947265625, 3968.52294921875, 4325.6611328125, 3068.7783203125, 2065.496337890625, 905.0858764648438, 401.7900390625, 3299.85009765625, 1825.8306884765625, 768.673095703125, 2623.6669921875, 2091.354736328125, 938.9274291992188, 1577.3575439453125, 1679.28955078125, 865.6284790039062]\n", - "50\n", - "6581\n", - "18\n", - "[350.7955017089844, 819.6962280273438, 579.721435546875, 344.6568908691406, 651.4067993164062, 1425.31787109375, 732.1839599609375, 685.0823364257812, 674.0628662109375, 658.6355590820312, 346.9989013671875, 448.2723083496094, 337.1518859863281, 397.25653076171875, 843.8832397460938, 775.0864868164062, 519.334716796875, 583.3211059570312]\n", - "18\n", - "6582\n", - "9\n", - "[528.426513671875, 1009.693115234375, 1124.480712890625, 951.9714965820312, 1904.7532958984375, 1006.5223388671875, 412.4774169921875, 496.40423583984375, 339.62750244140625]\n", - "9\n", - "6583\n", - "10\n", - "[722.4039306640625, 633.0927734375, 565.1192626953125, 1188.5506591796875, 305.4704895019531, 325.7178039550781, 379.7105407714844, 1132.1422119140625, 481.51092529296875, 697.8748168945312]\n", - "10\n", - "6584\n", - "11\n", - "[382.55615234375, 947.8483276367188, 1568.5076904296875, 1085.6768798828125, 1237.4786376953125, 840.8119506835938, 879.04296875, 1137.51171875, 447.3746032714844, 472.8114318847656, 647.7108764648438]\n", - "11\n", - "6585\n", - "175\n", - "[1538.01025390625, 1556.9840087890625, 4227.44189453125, 1585.6240234375, 2557.480712890625, 2986.0546875, 1356.461181640625, 982.7442016601562, 3269.83154296875, 4254.92138671875, 1936.875, 4232.68310546875, 1664.5372314453125, 3558.6103515625, 4796.2548828125, 3352.22021484375, 3884.14794921875, 1583.7808837890625, 669.5982055664062, 3224.134521484375, 2263.4912109375, 3543.715087890625, 3224.08203125, 2072.91357421875, 4416.96875, 5255.91748046875, 5440.76611328125, 1268.7398681640625, 864.6972045898438, 1463.254638671875, 1260.0584716796875, 996.8096923828125, 2028.9931640625, 2941.226806640625, 2060.489501953125, 3861.29052734375, 2387.673095703125, 4012.764404296875, 4134.90869140625, 5181.18994140625, 764.7277221679688, 2773.888916015625, 3757.163330078125, 1212.9158935546875, 526.382568359375, 783.3849487304688, 913.4435424804688, 2256.86865234375, 3219.016845703125, 5097.73193359375, 5902.4970703125, 3395.81689453125, 292.5566711425781, 1927.8277587890625, 2196.07080078125, 1030.593017578125, 1771.830322265625, 640.0578002929688, 522.2216186523438, 1440.120361328125, 4207.58154296875, 4688.8212890625, 989.0433959960938, 2534.496826171875, 6353.75244140625, 6833.7607421875, 6644.6064453125, 5702.3115234375, 5732.97802734375, 3421.19287109375, 418.4361877441406, 516.1442260742188, 1009.7056884765625, 3211.58056640625, 6016.1708984375, 6686.099609375, 6131.849609375, 6414.916015625, 6240.5849609375, 6769.69140625, 6576.12646484375, 5602.20166015625, 1719.814697265625, 1690.3492431640625, 1608.48828125, 5585.16943359375, 5499.98779296875, 6164.86572265625, 6078.0166015625, 5705.39306640625, 2496.55615234375, 4802.48828125, 6118.61669921875, 5169.59619140625, 3793.78857421875, 4444.546875, 3097.755126953125, 2390.93603515625, 1283.462158203125, 474.91778564453125, 1288.2694091796875, 2735.026611328125, 1862.2530517578125, 826.601806640625, 3730.725341796875, 5178.25634765625, 3665.53759765625, 2346.440185546875, 4782.65576171875, 3795.047607421875, 1747.0736083984375, 5019.5224609375, 4738.34130859375, 4515.5732421875, 918.0235595703125, 393.64471435546875, 1201.286865234375, 1299.180908203125, 2651.9765625, 2641.177734375, 1037.55078125, 268.9326171875, 1802.1307373046875, 2541.278564453125, 3140.574951171875, 3680.142578125, 3312.2255859375, 366.3835144042969, 440.7520751953125, 474.3378601074219, 937.5671997070312, 1669.8277587890625, 4228.61669921875, 5695.8955078125, 5489.25927734375, 2924.567626953125, 2809.3388671875, 3352.262451171875, 4012.78564453125, 4113.21923828125, 1281.2413330078125, 307.95660400390625, 916.4969482421875, 3740.279052734375, 3464.860107421875, 3454.37060546875, 1056.046142578125, 1747.5802001953125, 2865.697509765625, 4312.31396484375, 813.4371337890625, 2632.826904296875, 4234.02685546875, 3568.888671875, 2505.012451171875, 435.8626403808594, 990.2142944335938, 955.4154663085938, 958.0817260742188, 2171.687255859375, 4002.211669921875, 3277.957275390625, 4607.994140625, 1184.029541015625, 1322.5712890625, 999.1609497070312, 421.92633056640625, 1999.7972412109375, 2071.8583984375, 3128.115478515625, 603.6650390625, 628.3654174804688, 2402.083984375]\n", - "173\n", - "6586\n", - "10\n", - "[339.045654296875, 1368.269775390625, 1560.2041015625, 894.6777954101562, 1115.3851318359375, 481.98089599609375, 1230.245849609375, 1369.54541015625, 1687.1591796875, 1036.921875]\n", - "10\n", - "6587\n", - "8\n", - "[1074.2340087890625, 2489.824462890625, 399.78680419921875, 723.387451171875, 2788.138916015625, 509.3301696777344, 609.3184814453125, 574.8380126953125]\n", - "8\n", - "6588\n", - "9\n", - "[1776.1282958984375, 841.8950805664062, 1321.190673828125, 535.1834106445312, 593.2252807617188, 447.9700927734375, 649.5877685546875, 794.9807739257812, 2068.5986328125]\n", - "9\n", - "6589\n", - "6\n", - "[1043.181640625, 1948.0914306640625, 2133.61083984375, 1847.3583984375, 1591.057861328125, 1061.9107666015625]\n", - "6\n", - "6590\n", - "26\n", - "[605.1746215820312, 2367.819091796875, 1488.0028076171875, 1455.609130859375, 1534.997802734375, 619.358154296875, 1089.1318359375, 2843.206298828125, 2736.351806640625, 1319.7098388671875, 1665.9395751953125, 1496.53271484375, 1032.86328125, 2031.6400146484375, 1077.890625, 1486.4053955078125, 1963.774658203125, 465.2230529785156, 749.6220703125, 1480.301025390625, 790.465087890625, 1243.2340087890625, 1259.5537109375, 1105.9351806640625, 372.302978515625, 330.1445617675781]\n", - "26\n", - "6591\n", - "13\n", - "[676.6021728515625, 453.51873779296875, 679.1722412109375, 2164.82080078125, 1509.5389404296875, 1210.228515625, 431.2264709472656, 882.228759765625, 383.0497741699219, 374.368408203125, 725.4434204101562, 1266.3690185546875, 658.7009887695312]\n", - "13\n", - "6592\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "19\n", - "[371.314697265625, 381.5637512207031, 2088.78369140625, 3088.462646484375, 1059.6036376953125, 455.3326416015625, 2662.722900390625, 3042.02197265625, 1978.911376953125, 964.9617309570312, 651.7959594726562, 2540.5908203125, 2620.91064453125, 1818.525634765625, 922.4766845703125, 419.97930908203125, 815.07861328125, 586.0741577148438, 438.58050537109375]\n", - "19\n", - "6593\n", - "20\n", - "[907.7235717773438, 592.2604370117188, 344.15692138671875, 325.0359802246094, 2888.906982421875, 1274.113525390625, 1143.5023193359375, 1924.04248046875, 2225.459716796875, 326.4761047363281, 456.9096984863281, 2118.37353515625, 3978.82421875, 1902.9388427734375, 558.999755859375, 1341.8035888671875, 1856.1795654296875, 1184.5997314453125, 391.9962158203125, 375.7505798339844]\n", - "20\n", - "6594\n", - "19\n", - "[372.668701171875, 346.16131591796875, 707.2022094726562, 694.9869384765625, 944.1808471679688, 377.97528076171875, 1153.6119384765625, 2074.8330078125, 2072.35498046875, 1223.5792236328125, 1492.8353271484375, 2188.851318359375, 1924.3363037109375, 699.1073608398438, 1438.5833740234375, 1113.290771484375, 582.4100341796875, 497.1069030761719, 333.16131591796875]\n", - "19\n", - "6595\n", - "13\n", - "[1050.612060546875, 475.81201171875, 832.96337890625, 432.7683410644531, 737.4581909179688, 1098.6331787109375, 1795.624267578125, 354.75762939453125, 1380.1201171875, 1797.18115234375, 541.5469970703125, 661.197998046875, 628.482177734375]\n", - "13\n", - "6596\n", - "10\n", - "[611.8240966796875, 1207.3355712890625, 1957.92578125, 2310.8662109375, 910.5098876953125, 483.836181640625, 336.97308349609375, 382.27178955078125, 494.9801940917969, 567.2334594726562]\n", - "10\n", - "6597\n", - "34\n", - "[454.32672119140625, 730.068603515625, 1016.7705688476562, 1318.3211669921875, 933.8627319335938, 1396.5526123046875, 2158.337890625, 1783.308349609375, 608.7364501953125, 1316.749755859375, 1583.5889892578125, 1035.27734375, 836.7385864257812, 1442.36865234375, 2184.9287109375, 714.9715576171875, 1457.2099609375, 1990.58154296875, 1039.4034423828125, 1317.392822265625, 305.2526550292969, 2080.65966796875, 323.57672119140625, 453.1645812988281, 952.1320190429688, 2604.207763671875, 1692.0826416015625, 423.56610107421875, 470.5384521484375, 1626.1466064453125, 600.4844360351562, 536.2039794921875, 337.7236022949219, 419.0892333984375]\n", - "34\n", - "6598\n", - "53\n", - "[483.4753112792969, 1701.544677734375, 368.369384765625, 655.3087158203125, 1189.8980712890625, 2209.83349609375, 3257.81982421875, 803.5877685546875, 573.4207763671875, 540.0914306640625, 496.4823303222656, 616.51806640625, 1067.598876953125, 4908.98193359375, 6451.78125, 1900.6082763671875, 573.4129028320312, 1643.0809326171875, 5169.7021484375, 6524.619140625, 7208.6875, 2569.231689453125, 1648.15087890625, 5499.22607421875, 7051.1796875, 6673.958984375, 5909.984375, 1966.3365478515625, 1718.7291259765625, 3058.773681640625, 6843.6015625, 6737.005859375, 5454.3505859375, 1662.788330078125, 812.4035034179688, 323.8324890136719, 1333.33251953125, 3722.61474609375, 4928.9052734375, 5486.96240234375, 2917.488525390625, 1103.5478515625, 467.37359619140625, 3676.56396484375, 4875.095703125, 762.24560546875, 330.0245666503906, 399.13897705078125, 1149.3560791015625, 2577.9306640625, 1208.027099609375, 837.6776123046875, 651.25146484375]\n", - "53\n", - "6599\n", - "14\n", - "[1167.4786376953125, 654.4190063476562, 452.99700927734375, 728.1875610351562, 1064.7415771484375, 436.43695068359375, 1116.5828857421875, 518.01806640625, 940.1591186523438, 1720.8277587890625, 2061.522705078125, 1314.475341796875, 689.5936279296875, 399.229248046875]\n", - "14\n", - "6600\n", - "18\n", - "[804.3687744140625, 905.9022827148438, 1301.933349609375, 1406.810791015625, 1716.692138671875, 691.8587646484375, 794.7154541015625, 1134.5289306640625, 1234.77587890625, 1160.425537109375, 317.1444396972656, 369.995361328125, 364.0293884277344, 387.2884826660156, 653.973876953125, 1132.9954833984375, 711.3470458984375, 993.4058227539062]\n", - "18\n", - "6601\n", - "9\n", - "[412.48193359375, 620.2080078125, 771.9791870117188, 372.0150451660156, 362.0713195800781, 803.2340698242188, 983.9368896484375, 494.98284912109375, 329.7716979980469]\n", - "9\n", - "6602\n", - "11\n", - "[694.3298950195312, 1655.8641357421875, 2360.427734375, 1831.9132080078125, 906.4574584960938, 1205.2615966796875, 2055.83642578125, 1816.1632080078125, 1545.4073486328125, 611.9214477539062, 426.647705078125]\n", - "11\n", - "6603\n", - "18\n", - "[378.117919921875, 445.5562744140625, 497.6867370605469, 385.774658203125, 1031.338134765625, 2261.2861328125, 1292.3446044921875, 1101.39697265625, 427.1297912597656, 409.9817199707031, 672.9417114257812, 513.2990112304688, 1849.159912109375, 1449.380615234375, 438.9178771972656, 333.73828125, 411.8938293457031, 567.3969116210938]\n", - "18\n", - "6604\n", - "116\n", - "[1430.3919677734375, 789.7068481445312, 1711.2410888671875, 772.5870971679688, 489.86480712890625, 1071.9833984375, 901.26220703125, 1406.9486083984375, 2080.149658203125, 3689.28173828125, 3208.73388671875, 3470.961669921875, 2252.471923828125, 814.0715942382812, 949.4242553710938, 2955.42822265625, 2463.310302734375, 340.2015075683594, 1469.7867431640625, 3972.64599609375, 1613.42431640625, 1238.516357421875, 693.9879760742188, 656.7694091796875, 593.6900024414062, 2671.8212890625, 3463.678466796875, 2553.922119140625, 1010.9420776367188, 1699.0860595703125, 650.3369140625, 1328.190185546875, 2534.318115234375, 2355.51904296875, 361.8924560546875, 1509.720947265625, 462.4088439941406, 573.1248168945312, 602.8571166992188, 3635.40234375, 1448.3050537109375, 1446.0518798828125, 3902.907958984375, 1430.9114990234375, 1154.9852294921875, 3451.783203125, 3244.5341796875, 482.1946716308594, 901.4922485351562, 620.36279296875, 1424.4947509765625, 3352.837890625, 5625.36083984375, 4359.462890625, 1810.0714111328125, 312.0403747558594, 4343.83544921875, 4843.03564453125, 4068.37060546875, 1683.396240234375, 501.1539001464844, 459.74664306640625, 1827.9105224609375, 2565.134765625, 5595.169921875, 4013.71240234375, 4230.67919921875, 6142.01611328125, 5711.91552734375, 4782.7431640625, 1449.3980712890625, 1027.2589111328125, 1163.6627197265625, 696.5706787109375, 2091.005859375, 1058.7618408203125, 1188.791748046875, 1864.3770751953125, 3369.93359375, 5025.28564453125, 5667.07763671875, 5928.068359375, 5978.25244140625, 5977.0537109375, 3100.667236328125, 3475.7373046875, 4257.697265625, 3240.173583984375, 930.886962890625, 537.11376953125, 430.25, 3048.85498046875, 3196.106201171875, 5033.66357421875, 4837.50390625, 5883.81982421875, 5910.357421875, 6026.65478515625, 4955.4677734375, 4768.12646484375, 725.1470947265625, 647.5582275390625, 771.385986328125, 931.326416015625, 1866.4859619140625, 1753.034912109375, 4574.37841796875, 5491.82080078125, 6069.6982421875, 3319.582763671875, 1595.4046630859375, 3306.715576171875, 5517.14697265625, 1473.146484375, 332.83489990234375, 967.6166381835938]\n", - "116\n", - "6605\n", - "12\n", - "[405.3847961425781, 366.0350341796875, 634.0767211914062, 871.0806884765625, 998.438720703125, 1061.0916748046875, 402.9146728515625, 878.699951171875, 571.1929931640625, 327.7498779296875, 322.2910461425781, 496.28106689453125]\n", - "12\n", - "6606\n", - "25\n", - "[1026.033447265625, 960.1685791015625, 1064.741943359375, 1128.931396484375, 945.2339477539062, 2163.328857421875, 1620.538330078125, 305.93914794921875, 2303.512939453125, 1770.46728515625, 2908.640380859375, 2672.774169921875, 2328.572998046875, 2613.7919921875, 337.360595703125, 1626.44287109375, 753.8385620117188, 877.9401245117188, 1284.389404296875, 1267.3253173828125, 727.1881713867188, 954.2177124023438, 1423.006103515625, 845.7046508789062, 693.739501953125]\n", - "25\n", - "6607\n", - "7\n", - "[603.8756103515625, 947.9265747070312, 680.6929321289062, 2914.451171875, 977.3253173828125, 1063.2322998046875, 585.9022827148438]\n", - "7\n", - "6608\n", - "8\n", - "[1836.9166259765625, 1055.050048828125, 2384.9267578125, 4077.93896484375, 3571.08447265625, 1259.8826904296875, 902.4505615234375, 1886.9254150390625]\n", - "8\n", - "6609\n", - "53\n", - "[1171.0467529296875, 1108.34912109375, 818.6224975585938, 1171.5712890625, 764.4474487304688, 1231.306396484375, 501.8249816894531, 1586.6583251953125, 387.4014587402344, 628.5429077148438, 3210.5712890625, 5030.833984375, 2057.558837890625, 3175.195556640625, 3549.9638671875, 3763.944091796875, 2251.019287109375, 340.1355285644531, 324.66241455078125, 1722.1533203125, 4217.0068359375, 4852.939453125, 4170.77294921875, 3501.39794921875, 5107.60400390625, 4072.046630859375, 1431.08056640625, 2653.424072265625, 4522.59130859375, 5266.02197265625, 3872.780029296875, 3363.4375, 2273.302978515625, 794.1243286132812, 589.6007080078125, 3087.944091796875, 4488.50439453125, 4139.63818359375, 2293.4326171875, 2431.950927734375, 1788.0970458984375, 801.809326171875, 661.1898193359375, 3343.510009765625, 2647.8916015625, 351.9518737792969, 1127.9849853515625, 1627.8197021484375, 2310.14013671875, 1074.7060546875, 1468.0498046875, 1360.8753662109375, 587.4323120117188]\n", - "53\n", - "6610\n", - "7\n", - "[881.4514770507812, 1013.036865234375, 389.6940612792969, 826.3971557617188, 909.4331665039062, 739.0838623046875, 368.3708190917969]\n", - "7\n", - "6611\n", - "5\n", - "[379.372802734375, 1250.9461669921875, 1215.2435302734375, 1446.0419921875, 811.703857421875]\n", - "5\n", - "6612\n", - "13\n", - "[333.88751220703125, 403.4093017578125, 1397.296142578125, 1809.1474609375, 1012.2798461914062, 1599.5911865234375, 2351.638427734375, 1848.9443359375, 836.8577880859375, 556.888916015625, 1450.9697265625, 1106.5926513671875, 1171.763916015625]\n", - "13\n", - "6613\n", - "6\n", - "[1408.064697265625, 853.9871215820312, 373.51776123046875, 1389.1839599609375, 1623.208740234375, 311.0169677734375]\n", - "6\n", - "6614\n", - "10\n", - "[575.8499755859375, 323.73626708984375, 755.7290649414062, 1272.2474365234375, 1847.064208984375, 3160.235107421875, 1250.379150390625, 2260.822509765625, 2292.1728515625, 1670.5975341796875]\n", - "10\n", - "6615\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[432.3427734375, 1060.7027587890625, 499.79315185546875, 1193.3509521484375, 396.30926513671875, 329.4050598144531, 406.48919677734375, 785.5157470703125, 450.810791015625, 432.4242858886719, 1013.3527221679688, 473.8200378417969, 2103.8857421875, 704.5592651367188, 307.5009765625, 1748.762939453125, 390.1861877441406, 756.8624877929688]\n", - "18\n", - "6616\n", - "21\n", - "[2170.868896484375, 6634.16552734375, 335.27679443359375, 983.0037841796875, 5747.583984375, 13180.3173828125, 3661.321044921875, 1051.813232421875, 426.7919006347656, 462.4197692871094, 2052.885009765625, 9653.2333984375, 1109.1075439453125, 491.1192626953125, 339.7025146484375, 684.8485717773438, 514.5534057617188, 364.26983642578125, 476.3598937988281, 657.485107421875, 455.2853698730469]\n", - "21\n", - "6617\n", - "46\n", - "[2240.321533203125, 1729.4339599609375, 626.0342407226562, 3025.965576171875, 2996.292236328125, 2863.832763671875, 604.7392578125, 1721.749755859375, 2885.72412109375, 3528.27001953125, 1616.5430908203125, 1007.772705078125, 777.3236083984375, 482.4378967285156, 500.9697570800781, 1439.798583984375, 1679.0931396484375, 1633.206298828125, 3146.07763671875, 2891.22802734375, 990.5311889648438, 422.1882019042969, 2483.366943359375, 639.9475708007812, 1401.8138427734375, 1000.2265014648438, 751.0616455078125, 1681.73046875, 1641.010498046875, 372.9820251464844, 687.49853515625, 3877.9326171875, 3723.559814453125, 926.7842407226562, 1399.905029296875, 3483.22412109375, 1700.3614501953125, 2473.004150390625, 3779.724853515625, 3593.396240234375, 530.2514038085938, 2082.544921875, 2202.31005859375, 378.7840576171875, 756.7405395507812, 598.8971557617188]\n", - "46\n", - "6618\n", - "8\n", - "[1045.9429931640625, 371.11297607421875, 351.6499938964844, 1334.3035888671875, 909.573974609375, 914.1517333984375, 860.3762817382812, 494.0816650390625]\n", - "8\n", - "6619\n", - "53\n", - "[1128.5411376953125, 537.1380615234375, 6205.66162109375, 6384.89990234375, 2517.441162109375, 854.7831420898438, 1419.0537109375, 1681.429931640625, 6814.603515625, 8348.2060546875, 8279.55078125, 1643.8509521484375, 3291.315185546875, 365.03179931640625, 110.79006958007812, 1893.6820068359375, 6775.76708984375, 7876.71435546875, 4193.9365234375, 5043.33447265625, 2469.738037109375, 783.3627319335938, 3657.294677734375, 7733.37744140625, 9052.291015625, 10026.0966796875, 10371.658203125, 4806.92578125, 1671.2255859375, 2469.157958984375, 1868.2796630859375, 6447.89599609375, 7893.181640625, 6409.376953125, 6240.91357421875, 1659.1883544921875, 1325.034912109375, 2672.8564453125, 2922.922607421875, 3593.696044921875, 2716.23486328125, 1073.8387451171875, 1330.3756103515625, 753.1358642578125, 1060.3787841796875, 2696.5693359375, 2921.898681640625, 3208.296875, 1234.834716796875, 855.8412475585938, 627.1828002929688, 578.4678344726562, 708.1255493164062]\n", - "53\n", - "6620\n", - "9\n", - "[719.835693359375, 2194.806640625, 1435.1890869140625, 631.6102294921875, 1171.4166259765625, 2299.597412109375, 1301.244140625, 454.15167236328125, 303.7532653808594]\n", - "9\n", - "6621\n", - "9\n", - "[755.4273681640625, 3869.6435546875, 2138.12158203125, 1095.662109375, 1830.7374267578125, 598.07666015625, 1545.526123046875, 2893.08935546875, 1111.868408203125]\n", - "9\n", - "6622\n", - "11\n", - "[398.28466796875, 1096.890625, 587.2598266601562, 788.6862182617188, 1919.7872314453125, 1061.444091796875, 1122.823974609375, 1869.8209228515625, 824.6430053710938, 614.81982421875, 316.2586975097656]\n", - "11\n", - "6623\n", - "14\n", - "[1251.0281982421875, 1243.2191162109375, 661.895263671875, 945.205078125, 1063.728515625, 379.80133056640625, 2066.779541015625, 366.1946105957031, 663.604736328125, 746.8282470703125, 981.5128173828125, 942.5897827148438, 926.4330444335938, 1125.393310546875]\n", - "14\n", - "6624\n", - "8\n", - "[313.9147033691406, 1080.9176025390625, 1736.9404296875, 465.294677734375, 474.14129638671875, 439.5787353515625, 1617.11962890625, 574.4400024414062]\n", - "8\n", - "6625\n", - "85\n", - "[368.1546936035156, 662.9719848632812, 338.49066162109375, 794.8895263671875, 982.512451171875, 2318.9365234375, 718.6492919921875, 644.4346313476562, 1189.448486328125, 2928.93310546875, 3541.9912109375, 2630.47900390625, 1953.0208740234375, 342.7350769042969, 663.6009521484375, 1753.8751220703125, 2198.49658203125, 927.5269775390625, 585.7407836914062, 704.1538696289062, 1956.8853759765625, 1905.056640625, 330.6422424316406, 591.5309448242188, 1401.42919921875, 1707.912841796875, 367.36865234375, 1335.5135498046875, 1319.4483642578125, 457.51019287109375, 1158.4229736328125, 569.6444091796875, 396.5400085449219, 497.266845703125, 1486.1317138671875, 1167.0362548828125, 665.8630981445312, 440.2781982421875, 751.78662109375, 2372.765380859375, 2073.54541015625, 1171.7109375, 1689.697021484375, 492.7239990234375, 1487.9462890625, 3763.52197265625, 4624.5517578125, 2976.158935546875, 1112.2720947265625, 1092.4342041015625, 515.7830810546875, 1500.1258544921875, 2405.36376953125, 3624.034423828125, 3313.39990234375, 1310.64697265625, 660.5650634765625, 649.7164916992188, 718.8271484375, 1129.0047607421875, 2990.296142578125, 2652.478759765625, 2385.6611328125, 1531.5625, 2075.538818359375, 2083.2548828125, 1167.0899658203125, 1966.01123046875, 2782.75146484375, 1593.642578125, 1969.314208984375, 1923.0355224609375, 1772.9232177734375, 2213.244384765625, 2055.29248046875, 361.1571960449219, 2438.37841796875, 985.00146484375, 312.52520751953125, 560.6334838867188, 418.0544738769531, 1903.047119140625, 1273.1256103515625, 938.5820922851562, 408.7802429199219]\n", - "85\n", - "6626\n", - "14\n", - "[422.7626647949219, 432.9962463378906, 937.3856811523438, 956.0776977539062, 340.1750793457031, 477.09588623046875, 569.3514404296875, 1199.310546875, 1144.984130859375, 929.6087036132812, 490.05694580078125, 731.0086669921875, 673.3108520507812, 548.1006469726562]\n", - "14\n", - "6627\n", - "25\n", - "[3179.17333984375, 4663.62548828125, 5540.70703125, 1201.5213623046875, 425.87066650390625, 3816.907470703125, 1383.9422607421875, 1453.012939453125, 856.4472045898438, 727.6016235351562, 3819.082275390625, 875.611083984375, 745.0086059570312, 331.3800048828125, 468.3765869140625, 411.2810363769531, 1617.8101806640625, 1102.9310302734375, 959.275146484375, 1381.175537109375, 2752.64208984375, 964.0863647460938, 1151.3006591796875, 2350.077392578125, 1614.5699462890625]\n", - "25\n", - "6628\n", - "6\n", - "[479.8325500488281, 638.02880859375, 839.8435668945312, 1451.628173828125, 2051.970458984375, 808.8096313476562]\n", - "6\n", - "6629\n", - "6\n", - "[770.3705444335938, 1055.6573486328125, 1831.969482421875, 2857.84423828125, 1075.5283203125, 826.3635864257812]\n", - "6\n", - "6630\n", - "17\n", - "[423.0281982421875, 670.5233154296875, 414.6454162597656, 539.489501953125, 495.7889709472656, 621.1495971679688, 1174.3507080078125, 1984.32568359375, 1092.511474609375, 590.1815185546875, 511.6767578125, 1418.3990478515625, 1668.529541015625, 1100.990966796875, 841.9472045898438, 322.293701171875, 441.3798828125]\n", - "17\n", - "6631\n", - "8\n", - "[602.2945556640625, 791.813232421875, 380.8486022949219, 1933.166015625, 896.0327758789062, 972.9287109375, 519.4765625, 458.85546875]\n", - "8\n", - "6632\n", - "19\n", - "[425.76678466796875, 453.9617614746094, 345.78216552734375, 859.4993896484375, 1721.310546875, 1839.3890380859375, 1576.50244140625, 1706.837646484375, 1076.37890625, 2235.37353515625, 2496.81103515625, 2158.1748046875, 1705.240478515625, 1944.2161865234375, 651.7482299804688, 995.1725463867188, 860.2469482421875, 359.29681396484375, 1202.4990234375]\n", - "19\n", - "6633\n", - "12\n", - "[702.0416259765625, 1487.4744873046875, 1545.06298828125, 1784.5369873046875, 1183.693603515625, 1276.789794921875, 1939.010009765625, 1982.9788818359375, 657.8399658203125, 1413.312744140625, 1387.54345703125, 331.5258483886719]\n", - "12\n", - "6634\n", - "111\n", - "[1074.0689697265625, 315.47393798828125, 1051.1590576171875, 1379.1358642578125, 553.0383911132812, 611.1836547851562, 1469.0804443359375, 1139.254150390625, 442.8608703613281, 667.7860717773438, 360.6940002441406, 956.7691040039062, 910.1722412109375, 674.4558715820312, 1400.4459228515625, 1213.273193359375, 648.2316284179688, 621.046875, 2821.490966796875, 692.07421875, 1295.858642578125, 605.2886352539062, 694.6661376953125, 812.5277709960938, 428.5816955566406, 514.2136840820312, 2006.8768310546875, 1831.0582275390625, 946.8654174804688, 960.8807373046875, 1394.7366943359375, 592.01171875, 535.5811767578125, 920.8269653320312, 1426.137451171875, 1889.1514892578125, 1635.7108154296875, 2076.62890625, 2188.41455078125, 1644.014404296875, 1241.41796875, 2273.84716796875, 983.86865234375, 1306.285888671875, 1535.0660400390625, 2208.411865234375, 2346.4267578125, 1884.8521728515625, 1639.6185302734375, 1093.2276611328125, 5410.36572265625, 4568.43310546875, 1367.6427001953125, 1551.01416015625, 2295.5244140625, 1994.784423828125, 1964.1419677734375, 2396.762939453125, 2936.384765625, 862.2779541015625, 974.906005859375, 1551.1231689453125, 2275.8916015625, 1806.9228515625, 1537.0880126953125, 1791.9337158203125, 676.78759765625, 420.8045654296875, 1157.2886962890625, 1552.9295654296875, 1882.654296875, 1742.275390625, 1117.0863037109375, 757.829345703125, 1455.423828125, 2116.249755859375, 679.7770385742188, 1063.0396728515625, 453.25433349609375, 925.7085571289062, 2205.25244140625, 2159.429931640625, 1840.8511962890625, 2288.261474609375, 2195.211669921875, 751.4988403320312, 1167.58203125, 461.11029052734375, 495.5604248046875, 597.5400390625, 1932.26806640625, 2134.241455078125, 2213.494140625, 2206.48876953125, 1687.6463623046875, 574.4949951171875, 670.1817626953125, 809.831787109375, 1105.1375732421875, 843.6410522460938, 1560.44775390625, 1519.6778564453125, 850.5842895507812, 1186.5955810546875, 761.8312377929688, 1307.5299072265625, 333.48870849609375, 1096.8785400390625, 1595.3919677734375, 1131.7806396484375, 855.6417846679688]\n", - "111\n", - "6635\n", - "29\n", - "[1705.9232177734375, 1267.2060546875, 481.6959228515625, 313.7336730957031, 1576.20751953125, 3176.904296875, 866.8945922851562, 435.2801208496094, 608.9234619140625, 1240.294921875, 1642.91064453125, 2030.4375, 3863.90869140625, 2706.26953125, 981.76416015625, 423.9825134277344, 352.7729797363281, 1477.7239990234375, 2871.19091796875, 3407.910888671875, 3500.51953125, 1860.574462890625, 1089.267822265625, 2269.853759765625, 1072.8265380859375, 444.2004089355469, 824.1069946289062, 545.9013671875, 560.0308227539062]\n", - "29\n", - "6636\n", - "4\n", - "[733.5289306640625, 1367.117919921875, 1330.959228515625, 3770.368408203125]\n", - "4" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "6637\n", - "167\n", - "[432.7621154785156, 776.8582763671875, 702.7522583007812, 839.699462890625, 522.368896484375, 861.0519409179688, 1497.9383544921875, 694.819091796875, 497.67987060546875, 991.5405883789062, 913.43505859375, 946.283935546875, 409.840087890625, 1663.0369873046875, 2244.108642578125, 679.0587158203125, 746.79150390625, 634.5299072265625, 903.118408203125, 1365.1497802734375, 2279.95263671875, 1844.01904296875, 1592.6873779296875, 2346.9423828125, 4643.96142578125, 876.90625, 567.1411743164062, 693.1819458007812, 1078.987060546875, 1002.3372802734375, 1400.7359619140625, 977.2041015625, 585.260009765625, 572.1222534179688, 344.96539306640625, 1947.22998046875, 4785.46240234375, 2836.334716796875, 985.0257568359375, 586.5166625976562, 1247.7283935546875, 3506.368408203125, 4576.248046875, 4230.375, 3843.3876953125, 5238.90673828125, 4998.26318359375, 3053.806640625, 5366.15283203125, 4693.59326171875, 1498.3428955078125, 3137.399658203125, 819.5886840820312, 2408.076171875, 5323.8642578125, 4173.02587890625, 4488.376953125, 5260.15576171875, 4959.205078125, 5104.29833984375, 5314.4775390625, 5434.7294921875, 5645.47998046875, 5241.99755859375, 3830.77685546875, 4565.744140625, 4934.59228515625, 2619.237548828125, 735.6337890625, 3071.367919921875, 2390.0244140625, 3937.522705078125, 5786.94287109375, 4997.4443359375, 5371.71923828125, 5862.666015625, 4874.17138671875, 5350.171875, 5816.3603515625, 5416.43212890625, 2598.140869140625, 700.87890625, 2788.924560546875, 4817.8564453125, 5292.91748046875, 5914.34130859375, 6131.27978515625, 4729.794921875, 4321.939453125, 5252.8251953125, 2023.58154296875, 920.8639526367188, 4798.54345703125, 3835.003662109375, 5066.75732421875, 5560.7255859375, 5151.740234375, 4238.12451171875, 1953.1197509765625, 1760.0133056640625, 420.84722900390625, 490.85833740234375, 1251.434814453125, 1233.7908935546875, 2633.428955078125, 4868.9541015625, 5752.93701171875, 4112.56640625, 4543.34619140625, 4610.98388671875, 4004.335205078125, 628.43701171875, 1441.51416015625, 1217.6485595703125, 2567.435302734375, 3597.514404296875, 3395.776123046875, 4782.38427734375, 5843.9052734375, 5163.92626953125, 4171.23583984375, 4427.2705078125, 2351.75341796875, 1235.4473876953125, 1843.608642578125, 3308.044921875, 4677.244140625, 5737.49560546875, 5432.32421875, 5840.00830078125, 4524.185546875, 2204.965576171875, 463.2943420410156, 2306.216552734375, 3502.890380859375, 4768.529296875, 4089.71826171875, 4118.056640625, 5313.36669921875, 3739.668212890625, 787.2265625, 542.8382568359375, 344.4693908691406, 509.7575988769531, 1200.5694580078125, 2014.821533203125, 1774.86474609375, 4702.66259765625, 5602.50634765625, 4158.83154296875, 991.2400512695312, 407.70599365234375, 494.1518249511719, 2654.857666015625, 2900.31640625, 4698.7978515625, 4469.1162109375, 672.9612426757812, 649.38330078125, 721.5323486328125, 2498.319091796875, 4178.337890625, 1266.106689453125, 559.47119140625, 469.9267272949219, 731.2037353515625, 321.06634521484375]\n", - "167\n", - "6638\n", - "8\n", - "[348.56707763671875, 1237.8502197265625, 1764.9337158203125, 929.66357421875, 702.5825805664062, 3737.99951171875, 3105.436279296875, 361.9352722167969]\n", - "8\n", - "6639\n", - "24\n", - "[502.0568542480469, 563.6669921875, 474.557373046875, 367.8387451171875, 1955.8076171875, 1647.922607421875, 691.2315063476562, 1528.374755859375, 600.3093872070312, 527.9616088867188, 2014.6492919921875, 2927.76513671875, 2138.674072265625, 3550.63818359375, 2347.430908203125, 1162.8974609375, 2573.976806640625, 2619.72412109375, 3017.58935546875, 3638.650146484375, 554.3206787109375, 451.6434326171875, 1965.3243408203125, 579.0328369140625]\n", - "24\n", - "6640\n", - "53\n", - "[914.9605712890625, 1929.2701416015625, 429.4774475097656, 5621.65087890625, 2394.97802734375, 678.0587768554688, 5472.73583984375, 1233.850830078125, 449.35345458984375, 444.52301025390625, 1249.584228515625, 2015.6253662109375, 491.1759033203125, 654.6998291015625, 800.4337768554688, 838.6377563476562, 2247.130615234375, 3093.88916015625, 2960.448486328125, 2044.5841064453125, 826.9154052734375, 306.1016540527344, 1196.9239501953125, 645.427490234375, 2004.5294189453125, 3088.0234375, 2152.139404296875, 2174.835205078125, 778.47119140625, 2507.894775390625, 1596.79638671875, 868.0574340820312, 1312.739990234375, 934.46728515625, 1845.7767333984375, 525.7988891601562, 1699.427001953125, 3870.4052734375, 879.1856079101562, 802.2142333984375, 1115.9571533203125, 5012.89501953125, 363.35980224609375, 700.3054809570312, 1004.2667236328125, 2782.1181640625, 549.8045654296875, 2687.70556640625, 3035.98583984375, 2554.407958984375, 1271.4339599609375, 2065.666015625, 318.94024658203125]\n", - "53\n", - "6641\n", - "6\n", - "[794.220703125, 911.546875, 2049.469970703125, 3392.298095703125, 787.9881591796875, 1017.6710205078125]\n", - "6\n", - "6642\n", - "12\n", - "[708.990478515625, 1377.038330078125, 1155.3363037109375, 310.83331298828125, 532.3150634765625, 1216.8583984375, 458.9447937011719, 523.619384765625, 550.490234375, 1434.5947265625, 584.5768432617188, 371.7351989746094]\n", - "12\n", - "6643\n", - "35\n", - "[412.736083984375, 507.1484375, 427.62554931640625, 725.503662109375, 622.4970703125, 2105.131103515625, 1336.6146240234375, 1095.21435546875, 993.0248413085938, 1035.442138671875, 483.6439208984375, 468.3016357421875, 769.4749145507812, 812.135986328125, 3043.543701171875, 808.0693359375, 617.0509643554688, 1584.7449951171875, 3946.830810546875, 3806.852783203125, 5912.8662109375, 5662.45654296875, 4589.18701171875, 4407.8466796875, 1114.897216796875, 3973.9853515625, 5243.36474609375, 4412.65576171875, 5146.79150390625, 4587.849609375, 1023.830322265625, 1654.6427001953125, 1544.5174560546875, 1864.00537109375, 2732.382080078125]\n", - "35\n", - "6644\n", - "4\n", - "[467.150390625, 1955.445556640625, 1927.902587890625, 992.4854736328125]\n", - "4\n", - "6645\n", - "21\n", - "[357.9509582519531, 910.13232421875, 359.1038513183594, 670.3783569335938, 1456.7431640625, 1237.8525390625, 591.1063232421875, 1493.6678466796875, 1094.1741943359375, 534.8424072265625, 1869.0399169921875, 2174.19873046875, 1271.02294921875, 1513.5030517578125, 1458.733642578125, 1004.19140625, 1483.2427978515625, 1438.914794921875, 1272.4747314453125, 376.2983093261719, 813.954833984375]\n", - "21\n", - "6646\n", - "6\n", - "[568.7110595703125, 530.9801635742188, 417.1609191894531, 3210.818359375, 4320.19384765625, 709.9506225585938]\n", - "6\n", - "6647\n", - "11\n", - "[1379.349609375, 1583.3934326171875, 1624.405517578125, 555.7575073242188, 1972.104736328125, 2057.98681640625, 987.3734741210938, 507.71685791015625, 1388.677978515625, 546.2998046875, 556.0675659179688]\n", - "11\n", - "6648\n", - "10\n", - "[878.6110229492188, 545.0169677734375, 444.9097900390625, 850.8822631835938, 758.3633422851562, 1640.51025390625, 336.4344177246094, 734.233642578125, 577.888916015625, 645.4298706054688]\n", - "10\n", - "6649\n", - "9\n", - "[613.0618896484375, 315.0561828613281, 1089.33544921875, 1877.004638671875, 1068.2840576171875, 1037.9202880859375, 1206.3541259765625, 1663.8629150390625, 528.9578857421875]\n", - "9\n", - "6650\n", - "16\n", - "[1371.54931640625, 846.3911743164062, 322.7847595214844, 1769.037353515625, 2724.713134765625, 2404.23291015625, 362.76861572265625, 1213.108154296875, 2968.840576171875, 2688.1142578125, 968.0496826171875, 323.4112243652344, 1186.3546142578125, 1222.671630859375, 1484.8685302734375, 419.4540710449219]\n", - "16\n", - "6651\n", - "18\n", - "[347.40478515625, 516.5282592773438, 1100.0277099609375, 1842.048828125, 674.48779296875, 308.6959228515625, 1404.40087890625, 2688.84619140625, 2734.2783203125, 2168.594482421875, 530.4808349609375, 343.20318603515625, 467.90692138671875, 471.4750671386719, 710.3925170898438, 1001.3193359375, 1590.6103515625, 348.9792175292969]\n", - "18\n", - "6652\n", - "9\n", - "[334.6763000488281, 1357.8050537109375, 536.986328125, 1564.1536865234375, 1672.31103515625, 1289.65625, 512.4735717773438, 1079.7034912109375, 303.59124755859375]\n", - "9\n", - "6653\n", - "17\n", - "[767.3878173828125, 423.66009521484375, 1837.5245361328125, 1643.403076171875, 1414.4686279296875, 456.8038330078125, 632.326171875, 2107.294921875, 1984.3388671875, 1363.88330078125, 337.3648376464844, 781.4205932617188, 1317.7052001953125, 1066.1268310546875, 1309.25634765625, 587.9351806640625, 548.9468383789062]\n", - "17\n", - "6654\n", - "10\n", - "[659.9735717773438, 957.8007202148438, 346.95166015625, 309.9549560546875, 1244.173583984375, 1586.44140625, 484.2108459472656, 573.9490356445312, 1135.4503173828125, 978.7760009765625]\n", - "10\n", - "6655\n", - "7\n", - "[392.0216064453125, 431.46435546875, 1263.8531494140625, 347.9451904296875, 388.3033447265625, 2171.336181640625, 863.9899291992188]\n", - "7\n", - "6656\n", - "17\n", - "[1650.2467041015625, 1517.927001953125, 940.6351318359375, 1603.1534423828125, 1004.7058715820312, 2830.80224609375, 3720.717529296875, 1127.99658203125, 892.3521728515625, 3405.99609375, 1227.98779296875, 1174.756591796875, 889.9383544921875, 451.4319763183594, 2409.210205078125, 896.0074462890625, 330.5205993652344]\n", - "17\n", - "6657\n", - "12\n", - "[353.2549743652344, 748.3390502929688, 886.8213500976562, 340.279052734375, 2470.28271484375, 2825.611572265625, 1050.418212890625, 352.9219970703125, 1028.7474365234375, 1246.6689453125, 866.4537963867188, 620.6493530273438]\n", - "12\n", - "6658\n", - "15\n", - "[725.8045043945312, 936.938232421875, 1714.4974365234375, 1723.92431640625, 313.1857604980469, 2256.467529296875, 1560.341796875, 2175.77880859375, 397.5133056640625, 1395.0152587890625, 1219.21533203125, 1527.5413818359375, 464.7814025878906, 524.9815673828125, 347.2543640136719]\n", - "15\n", - "6659\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "21\n", - "[1331.3687744140625, 517.0663452148438, 348.2569580078125, 480.6564636230469, 345.783935546875, 371.6351623535156, 765.0579223632812, 2560.0673828125, 355.5775451660156, 347.6131286621094, 1687.6318359375, 1805.677978515625, 1961.7965087890625, 2873.607421875, 1935.426513671875, 378.2967834472656, 1043.2332763671875, 1415.8492431640625, 594.2034301757812, 807.8870239257812, 324.40911865234375]\n", - "21\n", - "6660\n", - "27\n", - "[300.8160705566406, 2181.077880859375, 1991.60302734375, 351.6724548339844, 1046.73779296875, 3547.08935546875, 3095.2431640625, 2260.480224609375, 564.052001953125, 803.8834228515625, 1182.3182373046875, 1446.793212890625, 830.0111083984375, 2079.5498046875, 2818.606201171875, 2066.268798828125, 2016.0867919921875, 1299.6556396484375, 1759.45654296875, 2636.96630859375, 1181.5537109375, 1241.059326171875, 960.1651000976562, 1185.785888671875, 1515.472900390625, 2817.127197265625, 2061.326904296875]\n", - "27\n", - "6661\n", - "167\n", - "[314.321044921875, 414.8721618652344, 515.2315673828125, 348.6438293457031, 461.3759765625, 507.98004150390625, 317.6866760253906, 409.7436218261719, 604.582275390625, 547.983154296875, 595.4082641601562, 627.9176025390625, 702.027587890625, 656.9274291992188, 512.8846435546875, 339.5986022949219, 576.0035400390625, 654.765625, 723.0650024414062, 715.3466186523438, 693.6366577148438, 2427.07958984375, 681.82861328125, 1590.6492919921875, 371.7171630859375, 719.37744140625, 716.8885498046875, 2080.464111328125, 6223.5927734375, 3707.7587890625, 2559.421142578125, 1981.3807373046875, 1309.0625, 304.6245422363281, 196.24154663085938, 208.78189086914062, 4024.076904296875, 8225.3408203125, 7900.67041015625, 1393.3905029296875, 459.3763427734375, 1868.01025390625, 304.7525939941406, 302.08001708984375, 1612.2774658203125, 4419.2666015625, 2077.5517578125, 886.4803466796875, 458.0574645996094, 102.64888000488281, 3247.862060546875, 3250.499755859375, 2325.421875, 850.9601440429688, 520.9603271484375, 414.4818420410156, 2780.50048828125, 5482.89990234375, 2447.647705078125, 1130.088623046875, 1699.14794921875, 4172.30322265625, 7334.724609375, 7534.001953125, 2271.849853515625, 525.3207397460938, 2006.2960205078125, 2172.05419921875, 4685.8974609375, 1764.123291015625, 1758.24658203125, 3863.109375, 7717.77587890625, 8082.3984375, 5288.5029296875, 450.9468994140625, 482.5268249511719, 1321.587646484375, 7309.46142578125, 6770.5283203125, 5099.88427734375, 6947.04345703125, 5410.79150390625, 2031.247314453125, 4177.03125, 6562.86181640625, 7902.87744140625, 4173.94482421875, 2166.93115234375, 2103.339599609375, 730.1504516601562, 5781.35595703125, 6287.1064453125, 6277.45263671875, 6148.96435546875, 5426.1787109375, 723.1537475585938, 754.1071166992188, 2278.121337890625, 5139.04736328125, 6391.56787109375, 5601.177734375, 1902.718017578125, 519.8456420898438, 5246.8134765625, 6643.1435546875, 7582.52294921875, 3222.05859375, 159.69296264648438, 1466.2073974609375, 672.7489013671875, 2047.343017578125, 1745.8472900390625, 1464.58203125, 408.90203857421875, 401.0306701660156, 413.1150817871094, 3232.6259765625, 7092.36328125, 594.62060546875, 2839.626220703125, 3022.7001953125, 1640.2197265625, 1500.48046875, 1874.2279052734375, 1519.7613525390625, 1805.502197265625, 483.4408874511719, 493.2091064453125, 489.4468688964844, 1531.0546875, 1249.2315673828125, 2331.24462890625, 6317.458984375, 8448.708984375, 6963.30078125, 7588.740234375, 4838.7626953125, 944.7715454101562, 742.5422973632812, 490.93096923828125, 422.6015930175781, 555.33935546875, 544.9548950195312, 316.6708984375, 1257.591796875, 5549.01416015625, 7866.71142578125, 8581.8173828125, 8886.8662109375, 6169.60888671875, 6546.0751953125, 1947.6370849609375, 418.6827392578125, 1333.9197998046875, 4888.0107421875, 7738.89404296875, 5344.87255859375, 3001.662841796875, 694.1135864257812, 625.9324340820312, 388.294189453125, 432.1554260253906]\n", - "163\n", - "6662\n", - "6\n", - "[812.89306640625, 1066.1065673828125, 707.4664306640625, 558.1846923828125, 1596.8487548828125, 550.1415405273438]\n", - "6\n", - "6663\n", - "9\n", - "[987.8809204101562, 967.4251098632812, 2052.48974609375, 2686.618408203125, 1232.2060546875, 1288.69482421875, 636.4304809570312, 514.9103393554688, 839.0031127929688]\n", - "9\n", - "6664\n", - "12\n", - "[2237.6650390625, 2504.065673828125, 2216.307861328125, 1646.3310546875, 815.4729614257812, 914.5571899414062, 1685.9586181640625, 704.2506713867188, 2390.556396484375, 1896.65673828125, 865.5111694335938, 873.9205932617188]\n", - "12\n", - "6665\n", - "11\n", - "[491.980712890625, 1939.7744140625, 1710.587890625, 1024.1470947265625, 1238.4501953125, 2417.300048828125, 2736.38671875, 1582.153564453125, 703.0995483398438, 1426.660888671875, 1677.9034423828125]\n", - "11\n", - "6666\n", - "12\n", - "[303.86016845703125, 1092.7567138671875, 692.3529052734375, 336.64801025390625, 376.18560791015625, 3465.163818359375, 3577.445068359375, 2312.740234375, 2860.468994140625, 2871.743896484375, 2373.87109375, 395.1178894042969]\n", - "12\n", - "6667\n", - "7\n", - "[581.3931274414062, 712.8799438476562, 2270.602294921875, 736.0105590820312, 329.1195983886719, 575.7666015625, 667.4037475585938]\n", - "7\n", - "6668\n", - "12\n", - "[766.3130493164062, 1642.2138671875, 937.249267578125, 5554.71630859375, 995.3297729492188, 952.6150512695312, 757.73291015625, 2035.4068603515625, 3578.759521484375, 4311.95703125, 338.66558837890625, 1381.751953125]\n", - "12\n", - "6669\n", - "11\n", - "[2120.208740234375, 2189.916748046875, 830.883544921875, 2692.1982421875, 2846.553955078125, 469.8343200683594, 398.6207275390625, 710.528076171875, 399.3547668457031, 2243.517333984375, 1553.2208251953125]\n", - "11\n", - "6670\n", - "5\n", - "[461.59759521484375, 1943.8370361328125, 2040.476806640625, 370.6208190917969, 655.5864868164062]\n", - "5\n", - "6671\n", - "6\n", - "[733.3425903320312, 1845.1298828125, 2708.28369140625, 1085.008544921875, 1577.5667724609375, 994.35498046875]\n", - "6\n", - "6672\n", - "22\n", - "[321.6812744140625, 623.0942993164062, 994.26220703125, 509.5457763671875, 1396.864013671875, 1411.9361572265625, 501.2533264160156, 612.0697021484375, 1138.121337890625, 2106.01025390625, 1387.391845703125, 1924.1068115234375, 1145.51904296875, 817.4448852539062, 1434.7022705078125, 2198.613037109375, 1210.870849609375, 1603.5601806640625, 1845.9183349609375, 1167.9381103515625, 338.9661560058594, 1047.2486572265625]\n", - "22\n", - "6673\n", - "138\n", - "[987.02978515625, 2643.960205078125, 1347.837890625, 2498.669677734375, 3657.244873046875, 2972.458251953125, 2819.302734375, 2189.545654296875, 512.171142578125, 1831.2977294921875, 346.6849060058594, 408.5052185058594, 925.8461303710938, 1406.8677978515625, 1717.7799072265625, 1531.736572265625, 1427.867431640625, 312.5194091796875, 679.8516845703125, 355.80535888671875, 785.5494384765625, 312.9483337402344, 1141.8875732421875, 770.7490844726562, 1793.195068359375, 1273.483642578125, 539.6182250976562, 1408.38037109375, 1407.7528076171875, 727.25537109375, 467.44488525390625, 922.1483154296875, 2260.8115234375, 1550.5552978515625, 855.0814819335938, 779.3457641601562, 415.4945373535156, 367.70709228515625, 304.72186279296875, 88.7030029296875, 2154.558349609375, 2731.54345703125, 1638.4818115234375, 1908.88916015625, 1368.516845703125, 908.2825317382812, 391.6058044433594, 118.94757843017578, 180.9051971435547, 1608.330078125, 1364.3494873046875, 3888.123046875, 3469.924072265625, 412.8125915527344, 625.057861328125, 727.5198364257812, 617.1018676757812, 2766.53955078125, 2787.1826171875, 3432.55712890625, 4162.1875, 3574.068359375, 496.38995361328125, 766.1778564453125, 1056.5406494140625, 366.2931823730469, 740.9640502929688, 419.8619079589844, 437.07794189453125, 1018.1867065429688, 530.3945922851562, 2178.8359375, 2774.41845703125, 2201.02294921875, 828.3568115234375, 1945.77685546875, 413.89312744140625, 364.8905334472656, 1008.2467041015625, 2337.336181640625, 2350.64453125, 1885.8167724609375, 1109.9307861328125, 800.8914794921875, 478.3824768066406, 326.6192626953125, 1172.3033447265625, 2155.181396484375, 2558.823974609375, 1042.5029296875, 1939.8935546875, 752.3958740234375, 1066.1700439453125, 1069.0029296875, 3091.71044921875, 3089.46630859375, 2065.98583984375, 1114.4915771484375, 359.3896789550781, 946.7113037109375, 1949.435791015625, 1140.8272705078125, 1243.013916015625, 768.0587158203125, 1091.7159423828125, 498.17254638671875, 2605.923828125, 2009.1954345703125, 664.1494750976562, 1124.8076171875, 3559.697509765625, 3458.016845703125, 4028.7431640625, 3504.619140625, 2365.2158203125, 1215.2279052734375, 1148.1680908203125, 808.5652465820312, 1942.193603515625, 2129.080078125, 1360.0054931640625, 1012.49951171875, 398.9325866699219, 761.5278930664062, 484.393798828125, 589.9531860351562, 698.2722778320312, 996.8171997070312, 549.5439453125, 1188.695068359375, 648.6437377929688, 1105.7738037109375, 759.1900634765625, 526.383056640625, 384.53802490234375, 331.0113830566406, 1634.71142578125, 1796.3399658203125]\n", - "138\n", - "6674\n", - "5\n", - "[352.3621826171875, 930.6839599609375, 2461.99462890625, 1158.939208984375, 709.234375]\n", - "5\n", - "6675\n", - "27\n", - "[355.417236328125, 471.8295593261719, 1255.53076171875, 1437.126708984375, 970.8177490234375, 1203.4273681640625, 1110.600341796875, 2572.382080078125, 944.3674926757812, 1235.2548828125, 718.1990966796875, 448.5597229003906, 2132.99658203125, 2232.356689453125, 1870.3548583984375, 898.3755493164062, 769.6973876953125, 811.9467163085938, 759.0576171875, 649.8178100585938, 1885.74951171875, 1501.5389404296875, 382.9659423828125, 317.01080322265625, 878.5184326171875, 1293.0166015625, 787.2257690429688]\n", - "27\n", - "6676\n", - "9\n", - "[456.9539794921875, 383.5645751953125, 2371.092529296875, 3418.21923828125, 3138.07470703125, 361.4981994628906, 3900.01806640625, 1893.4886474609375, 1183.115966796875]\n", - "9\n", - "6677\n", - "7\n", - "[1967.629638671875, 2766.980712890625, 1617.9534912109375, 488.0469665527344, 1073.623291015625, 853.0577392578125, 773.7979736328125]\n", - "7\n", - "6678\n", - "14\n", - "[1229.524169921875, 3595.4931640625, 867.027587890625, 314.2772521972656, 427.9991455078125, 4870.4736328125, 4305.99755859375, 2565.912841796875, 2798.1630859375, 889.4190673828125, 1270.8629150390625, 459.52362060546875, 1211.738037109375, 2002.22607421875]\n", - "14\n", - "6679\n", - "7\n", - "[393.0865478515625, 459.77069091796875, 1148.7379150390625, 1488.7735595703125, 329.4472351074219, 533.4427490234375, 695.1989135742188]\n", - "7\n", - "6680\n", - "109\n", - "[718.0400390625, 1098.2135009765625, 359.17352294921875, 303.1084899902344, 488.50579833984375, 1269.2152099609375, 636.6248168945312, 1128.4664306640625, 1242.251220703125, 974.4476318359375, 565.0006713867188, 737.2462768554688, 689.4769287109375, 1173.7464599609375, 1076.38037109375, 1063.230224609375, 444.6495361328125, 767.740966796875, 2187.3349609375, 429.44219970703125, 1120.9517822265625, 1377.04345703125, 321.9683532714844, 514.4874267578125, 526.4857177734375, 363.88958740234375, 91.78470611572266, 5939.82763671875, 4901.58740234375, 810.2929077148438, 438.1430969238281, 4440.36328125, 3075.406494140625, 4039.87109375, 3142.799560546875, 2025.247802734375, 1451.092529296875, 673.4090576171875, 2870.046875, 1800.1085205078125, 137.30123901367188, 434.7644958496094, 4885.947265625, 4671.65869140625, 3922.249267578125, 4768.8115234375, 3889.085693359375, 6047.41943359375, 5788.81640625, 1281.6812744140625, 1723.4364013671875, 1173.094482421875, 3785.2822265625, 4306.0078125, 3961.092041015625, 3891.424072265625, 6680.361328125, 6433.26611328125, 7285.40087890625, 4715.876953125, 5843.10009765625, 5974.71484375, 2862.056396484375, 1525.6490478515625, 608.6931762695312, 598.479736328125, 2612.033935546875, 3097.675048828125, 7130.5537109375, 7305.8095703125, 6619.09814453125, 6604.29296875, 6998.33154296875, 4153.4921875, 833.3709716796875, 2788.3525390625, 4428.70166015625, 5259.47119140625, 5958.64892578125, 5978.283203125, 5330.4072265625, 3797.756103515625, 302.3807067871094, 1884.443359375, 3028.515869140625, 2873.994873046875, 569.6361694335938, 6278.83642578125, 4680.8681640625, 2456.449951171875, 760.3272705078125, 345.9408264160156, 309.679443359375, 1835.109619140625, 967.3800048828125, 325.9879455566406, 961.4959106445312, 419.405029296875, 807.5672607421875, 1598.3704833984375, 694.5313720703125, 590.7430419921875, 1412.94091796875, 1850.689208984375, 4677.337890625, 1336.724853515625, 1915.8548583984375, 2029.5361328125]\n", - "108\n", - "6681\n", - "6\n", - "[1008.2471923828125, 928.3544921875, 531.3777465820312, 2183.267822265625, 932.9545288085938, 788.0789184570312]\n", - "6\n", - "6682\n", - "5\n", - "[2132.61962890625, 1169.3157958984375, 1141.8702392578125, 2345.2646484375, 1071.39111328125]\n", - "5\n", - "6683\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "38\n", - "[861.9097900390625, 703.3494262695312, 1034.4036865234375, 1148.7166748046875, 1125.6302490234375, 2412.123046875, 1871.8118896484375, 1475.884521484375, 1992.8416748046875, 590.694580078125, 1774.5408935546875, 1841.3502197265625, 782.5926513671875, 1963.2530517578125, 529.0496215820312, 213.50604248046875, 558.1171875, 1427.03955078125, 3044.164306640625, 2195.6494140625, 1710.59716796875, 638.2581176757812, 436.96417236328125, 474.61083984375, 2169.658447265625, 2505.630859375, 3123.206787109375, 2141.699951171875, 520.2451782226562, 1099.98095703125, 1947.573486328125, 2379.426025390625, 2912.281005859375, 1273.0767822265625, 372.03472900390625, 968.185791015625, 395.2197570800781, 390.80523681640625]\n", - "38\n", - "6684\n", - "28\n", - "[678.4407958984375, 1194.447021484375, 630.0343627929688, 792.0927734375, 920.330810546875, 1490.49462890625, 1695.83056640625, 4628.37646484375, 3845.396240234375, 986.6245727539062, 804.9821166992188, 1022.3646240234375, 603.9053344726562, 342.6601257324219, 1146.2794189453125, 1139.5032958984375, 359.31463623046875, 298.1276550292969, 975.59423828125, 1145.957275390625, 1823.345703125, 766.6484985351562, 677.3984375, 1061.3419189453125, 603.2155151367188, 971.5750122070312, 670.8544311523438, 651.4969482421875]\n", - "28\n", - "6685\n", - "12\n", - "[363.7473449707031, 431.98809814453125, 564.5595092773438, 1067.861572265625, 3348.60107421875, 790.5437622070312, 334.0418701171875, 470.93914794921875, 1174.1973876953125, 2897.267822265625, 489.4720458984375, 457.6911926269531]\n", - "12\n", - "6686\n", - "6\n", - "[3586.708251953125, 2433.5146484375, 1879.564697265625, 4149.69091796875, 679.9705200195312, 607.4237670898438]\n", - "6\n", - "6687\n", - "17\n", - "[399.5428466796875, 390.0552978515625, 761.6976318359375, 983.681640625, 534.2998046875, 1366.22607421875, 559.0671997070312, 358.7671203613281, 2545.006103515625, 3157.070068359375, 3256.900146484375, 2244.897216796875, 858.398193359375, 1996.720703125, 2286.411865234375, 831.4347534179688, 487.933349609375]\n", - "17\n", - "6688\n", - "11\n", - "[1863.0633544921875, 1415.915771484375, 499.3297424316406, 939.4340209960938, 1587.7330322265625, 412.9605712890625, 760.0858764648438, 379.36956787109375, 372.0631408691406, 1302.7047119140625, 1297.4957275390625]\n", - "11\n", - "6689\n", - "19\n", - "[428.2677001953125, 930.814208984375, 1712.846435546875, 399.0108642578125, 400.8136291503906, 804.79833984375, 1537.7650146484375, 988.6907348632812, 1636.808349609375, 1272.408203125, 467.70758056640625, 892.992431640625, 756.8189086914062, 501.4568786621094, 357.5256652832031, 643.426025390625, 752.6594848632812, 641.2178344726562, 344.77239990234375]\n", - "19\n", - "6690\n", - "9\n", - "[615.0214233398438, 323.7356872558594, 1245.135986328125, 403.025390625, 1023.519287109375, 1339.3594970703125, 419.1926574707031, 931.74072265625, 583.791259765625]\n", - "9\n", - "6691\n", - "9\n", - "[752.6238403320312, 1109.577392578125, 1043.884033203125, 2084.085693359375, 2214.2861328125, 354.2991638183594, 320.6515808105469, 1049.5377197265625, 630.7174682617188]\n", - "9\n", - "6692\n", - "5\n", - "[708.7140502929688, 475.6648254394531, 2697.03857421875, 625.8124389648438, 540.8001708984375]\n", - "5\n", - "6693\n", - "41\n", - "[521.7808227539062, 304.51727294921875, 592.755126953125, 904.4141235351562, 455.0343933105469, 617.1519775390625, 916.6676635742188, 541.718994140625, 351.4068298339844, 960.8137817382812, 488.345947265625, 426.6483459472656, 1249.7938232421875, 1323.9075927734375, 487.34930419921875, 929.5715942382812, 2074.80419921875, 2219.939453125, 2334.556396484375, 2406.27294921875, 1923.2431640625, 439.2427978515625, 1297.218505859375, 1703.621826171875, 2017.8695068359375, 2056.998291015625, 2195.5478515625, 1224.8436279296875, 595.8499755859375, 1339.69921875, 2109.248779296875, 1330.9156494140625, 2183.9658203125, 2098.84423828125, 1569.793212890625, 728.0838623046875, 672.9169311523438, 1439.5552978515625, 870.370849609375, 344.6165466308594, 319.16534423828125]\n", - "41\n", - "6694\n", - "7\n", - "[618.297607421875, 380.8096618652344, 1525.6011962890625, 464.436767578125, 2557.616455078125, 575.8576049804688, 414.8955078125]\n", - "7\n", - "6695\n", - "14\n", - "[2219.61572265625, 891.0217895507812, 1966.665283203125, 892.711181640625, 435.84716796875, 1260.0081787109375, 1306.0458984375, 646.8468627929688, 668.1763305664062, 1130.2747802734375, 2241.748291015625, 1736.7178955078125, 863.1087036132812, 423.5384826660156]\n", - "14\n", - "6696\n", - "10\n", - "[864.9967651367188, 1731.37744140625, 965.1719360351562, 311.3825988769531, 759.6395874023438, 2081.1455078125, 2873.28466796875, 1524.906494140625, 1424.9501953125, 1331.6470947265625]\n", - "10\n", - "6697\n", - "7\n", - "[486.79095458984375, 2645.342041015625, 894.6419677734375, 414.53350830078125, 2634.410400390625, 2390.971435546875, 312.6182556152344]\n", - "7\n", - "6698\n", - "5\n", - "[1533.3526611328125, 1089.6339111328125, 1365.73046875, 3056.99951171875, 1878.465576171875]\n", - "5\n", - "6699\n", - "10\n", - "[532.2974243164062, 1166.593505859375, 526.291015625, 641.3786010742188, 2016.1734619140625, 1445.8408203125, 461.406982421875, 1659.6986083984375, 1077.7130126953125, 384.8958740234375]\n", - "10\n", - "6700\n", - "7\n", - "[505.33087158203125, 1166.7562255859375, 712.3963623046875, 1567.6905517578125, 449.872802734375, 1852.7467041015625, 955.0841064453125]\n", - "7\n", - "6701\n", - "22\n", - "[823.5304565429688, 1501.2672119140625, 1503.059326171875, 994.7272338867188, 1665.78369140625, 1840.8582763671875, 1477.6561279296875, 1358.021728515625, 404.1114807128906, 549.5536499023438, 1455.550537109375, 2121.857666015625, 1440.0140380859375, 1376.4578857421875, 399.5816650390625, 417.2315368652344, 1863.0333251953125, 1287.8685302734375, 416.782958984375, 731.320068359375, 1170.9971923828125, 408.4355163574219]\n", - "22\n", - "6702\n", - "9\n", - "[683.1061401367188, 751.5032348632812, 2370.14990234375, 2219.89990234375, 7331.74267578125, 2156.7001953125, 10534.9384765625, 680.3265380859375, 998.64208984375]\n", - "9\n", - "6703\n", - "7\n", - "[692.2821655273438, 1371.1800537109375, 1562.1549072265625, 1428.14404296875, 781.821044921875, 363.4422607421875, 402.0829772949219]\n", - "7\n", - "6704\n", - "17\n", - "[303.09527587890625, 1196.0260009765625, 411.62017822265625, 517.0650024414062, 2357.369873046875, 2768.09375, 1131.400634765625, 375.4941101074219, 348.36370849609375, 1926.18408203125, 2585.4033203125, 1111.0462646484375, 948.7494506835938, 435.03173828125, 706.730224609375, 2315.0185546875, 1134.73486328125]\n", - "17\n", - "6705\n", - "22\n", - "[1312.182373046875, 792.5963134765625, 650.7706298828125, 709.0894775390625, 822.6680297851562, 752.1035766601562, 197.35183715820312, 334.2726745605469, 924.4867553710938, 1130.106201171875, 427.1936950683594, 1393.8343505859375, 1399.4267578125, 587.5037231445312, 342.1012878417969, 1482.7254638671875, 1779.78466796875, 647.3094482421875, 333.2621765136719, 505.4117736816406, 933.7042846679688, 360.6004333496094]\n", - "22\n", - "6706\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[1482.9002685546875, 566.773681640625, 583.563720703125, 1327.0166015625, 850.3037109375, 439.4859924316406]\n", - "6\n", - "6707\n", - "20\n", - "[972.1487426757812, 935.7626342773438, 463.36322021484375, 1831.3936767578125, 3257.13720703125, 3313.973388671875, 2953.27880859375, 1220.5186767578125, 1092.6121826171875, 1685.8935546875, 2615.9794921875, 2388.152099609375, 412.27227783203125, 391.13018798828125, 1042.1005859375, 1127.553955078125, 2466.39990234375, 915.0470581054688, 1051.7281494140625, 830.3298950195312]\n", - "20\n", - "6708\n", - "6\n", - "[435.7501220703125, 883.1036987304688, 588.55908203125, 2478.181640625, 365.2446594238281, 494.0342712402344]\n", - "6\n", - "6709\n", - "15\n", - "[325.6795654296875, 978.921142578125, 891.1212768554688, 1209.307373046875, 1130.306640625, 462.3056945800781, 1750.635009765625, 2767.561279296875, 2280.288330078125, 1430.141357421875, 1192.5501708984375, 2722.12939453125, 1057.1142578125, 960.62158203125, 309.0711364746094]\n", - "15\n", - "6710\n", - "10\n", - "[386.0942687988281, 341.68255615234375, 641.9057006835938, 1101.1185302734375, 908.0740356445312, 3553.797607421875, 1055.901123046875, 1943.2877197265625, 2964.7470703125, 341.98468017578125]\n", - "10\n", - "6711\n", - "6\n", - "[787.8429565429688, 1170.5142822265625, 413.90386962890625, 917.9514770507812, 1374.8348388671875, 688.9816284179688]\n", - "6\n", - "6712\n", - "6\n", - "[2478.310791015625, 2291.174072265625, 646.90087890625, 940.8670654296875, 2140.69873046875, 569.1719970703125]\n", - "6\n", - "6713\n", - "16\n", - "[494.0558776855469, 756.5588989257812, 1228.809326171875, 2392.005615234375, 564.8024291992188, 569.3493041992188, 1678.5252685546875, 2775.711669921875, 2305.09912109375, 1082.14892578125, 1031.3123779296875, 1524.6427001953125, 1812.562255859375, 1130.8931884765625, 837.0366821289062, 467.8594970703125]\n", - "16\n", - "6714\n", - "7\n", - "[1270.0941162109375, 698.5855712890625, 466.9659729003906, 1757.292236328125, 827.3261108398438, 547.3583374023438, 717.2566528320312]\n", - "7\n", - "6715\n", - "7\n", - "[307.3494873046875, 422.0823059082031, 1248.9053955078125, 1977.7017822265625, 693.248046875, 610.5779418945312, 749.7315673828125]\n", - "7\n", - "6716\n", - "25\n", - "[848.39111328125, 380.2182312011719, 548.4347534179688, 1111.6463623046875, 1687.5223388671875, 1646.3775634765625, 1494.5760498046875, 738.2155151367188, 331.8126525878906, 525.6412963867188, 469.5959777832031, 2957.106201171875, 2503.57373046875, 1204.051025390625, 788.0195922851562, 1861.5726318359375, 854.6216430664062, 815.213623046875, 2114.93505859375, 1090.5362548828125, 684.5269165039062, 468.3560791015625, 456.15582275390625, 687.1918334960938, 931.1602783203125]\n", - "25\n", - "6717\n", - "6\n", - "[543.1778564453125, 398.61077880859375, 2860.53564453125, 1871.79443359375, 2039.2738037109375, 397.51470947265625]\n", - "6\n", - "6718\n", - "8\n", - "[836.0222778320312, 1880.837890625, 1963.87353515625, 1300.495849609375, 1974.5374755859375, 1165.13427734375, 527.0774536132812, 1031.7877197265625]\n", - "8\n", - "6719\n", - "5\n", - "[1280.6162109375, 1035.6827392578125, 959.5869750976562, 1555.488525390625, 589.491943359375]\n", - "5\n", - "6720\n", - "9\n", - "[345.8797912597656, 494.0253601074219, 1239.6729736328125, 334.15484619140625, 461.3188781738281, 511.2228698730469, 407.51556396484375, 758.3287963867188, 1311.914794921875]\n", - "9\n", - "6721\n", - "35\n", - "[444.2521667480469, 3639.581298828125, 6710.16748046875, 1288.7623291015625, 777.7034912109375, 445.67291259765625, 1802.98779296875, 11286.9453125, 12997.3818359375, 1486.74462890625, 1183.261474609375, 1914.88525390625, 1886.55810546875, 1070.862548828125, 636.0675659179688, 1080.5601806640625, 3478.9931640625, 14356.689453125, 9755.482421875, 474.55816650390625, 464.77001953125, 2372.002197265625, 2708.430419921875, 5248.07080078125, 4411.66064453125, 2272.17138671875, 3785.353271484375, 9801.5302734375, 9305.673828125, 599.6209106445312, 1340.334716796875, 1334.3397216796875, 1832.5322265625, 788.6629028320312, 1856.42724609375]\n", - "35\n", - "6722\n", - "9\n", - "[444.727294921875, 773.8130493164062, 595.08740234375, 607.2868041992188, 1344.708740234375, 2036.0533447265625, 1626.96875, 1046.907470703125, 1289.3074951171875]\n", - "9\n", - "6723\n", - "6\n", - "[767.2567138671875, 765.59619140625, 2075.951416015625, 2482.982421875, 343.08966064453125, 600.0101318359375]\n", - "6\n", - "6724\n", - "21\n", - "[865.041015625, 1865.1494140625, 796.4193115234375, 488.62860107421875, 308.12744140625, 413.8059387207031, 1335.0828857421875, 2394.293212890625, 402.3819274902344, 556.9005737304688, 1505.28369140625, 821.410888671875, 492.9061279296875, 513.6104736328125, 1110.0677490234375, 1556.72412109375, 933.1510620117188, 1181.7105712890625, 1204.1505126953125, 986.4307250976562, 564.8177490234375]\n", - "21\n", - "6725\n", - "5\n", - "[320.1595764160156, 674.8931884765625, 1963.952392578125, 4101.966796875, 3013.176513671875]\n", - "5\n", - "6726\n", - "9\n", - "[476.1083679199219, 2271.907470703125, 2544.52490234375, 400.9591369628906, 1510.4293212890625, 2416.517578125, 1674.7078857421875, 606.827880859375, 1057.38916015625]\n", - "9\n", - "6727\n", - "7\n", - "[344.8651123046875, 896.5800170898438, 433.0724182128906, 373.8804626464844, 1489.59814453125, 1080.3199462890625, 699.2760009765625]\n", - "7\n", - "6728\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[417.81231689453125, 454.63092041015625, 785.7960205078125, 2295.505859375, 1598.83154296875, 920.3540649414062, 589.5076904296875]\n", - "7\n", - "6729\n", - "6\n", - "[836.8316040039062, 350.5841369628906, 2529.632080078125, 506.4628601074219, 1986.485595703125, 2007.2138671875]\n", - "6\n", - "6730\n", - "10\n", - "[403.3873291015625, 580.4978637695312, 1039.4066162109375, 694.60107421875, 1193.7071533203125, 1470.8494873046875, 1169.4281005859375, 405.22021484375, 1326.6622314453125, 1233.0640869140625]\n", - "10\n", - "6731\n", - "23\n", - "[1154.5562744140625, 1342.3150634765625, 915.7733154296875, 2347.5986328125, 2183.259765625, 3065.204345703125, 351.83154296875, 538.3631591796875, 1158.87353515625, 1691.6478271484375, 973.3768920898438, 1415.694580078125, 3958.222900390625, 734.653076171875, 1095.6514892578125, 1131.2694091796875, 421.76611328125, 1611.3538818359375, 1772.6026611328125, 867.921142578125, 523.2528076171875, 1050.6378173828125, 409.394775390625]\n", - "23\n", - "6732\n", - "6\n", - "[444.6720886230469, 453.1938171386719, 1524.4190673828125, 1355.159423828125, 478.6015625, 812.0615234375]\n", - "6\n", - "6733\n", - "37\n", - "[869.95068359375, 438.4255676269531, 1149.4405517578125, 986.0533447265625, 1071.3016357421875, 2206.2919921875, 323.56964111328125, 577.9231567382812, 214.00918579101562, 1868.7957763671875, 2893.28857421875, 2455.7919921875, 1877.245361328125, 417.2730407714844, 1021.8862915039062, 1567.78173828125, 1300.8651123046875, 2256.520263671875, 2372.7548828125, 3025.70556640625, 2011.2847900390625, 481.31103515625, 461.9938659667969, 2850.3173828125, 2851.374755859375, 2392.0517578125, 2310.727783203125, 2298.318603515625, 868.416259765625, 1395.0450439453125, 1437.0906982421875, 1068.049072265625, 926.3242797851562, 1124.8756103515625, 2364.3388671875, 340.2531433105469, 541.5072021484375]\n", - "37\n", - "6734\n", - "9\n", - "[478.9076843261719, 858.76123046875, 1474.1519775390625, 390.7934875488281, 1108.7933349609375, 1942.26904296875, 497.1390075683594, 734.6441040039062, 449.93133544921875]\n", - "9\n", - "6735\n", - "11\n", - "[622.1631469726562, 496.61907958984375, 1448.0982666015625, 1349.7042236328125, 404.107177734375, 2090.304931640625, 1430.947265625, 673.5302124023438, 1576.2239990234375, 766.533935546875, 918.2393798828125]\n", - "11\n", - "6736\n", - "6\n", - "[1642.4603271484375, 622.8353271484375, 1405.1185302734375, 1843.2279052734375, 744.21875, 340.922119140625]\n", - "6\n", - "6737\n", - "11\n", - "[598.5134887695312, 425.7667236328125, 752.461181640625, 1211.826171875, 1008.846435546875, 445.6262512207031, 1524.3065185546875, 418.4234619140625, 395.3717041015625, 638.77099609375, 354.80926513671875]\n", - "11\n", - "6738\n", - "15\n", - "[628.635009765625, 678.0018920898438, 1149.2235107421875, 735.504150390625, 1319.7764892578125, 1457.2322998046875, 1482.2139892578125, 776.82958984375, 542.0589599609375, 1565.2369384765625, 1211.169189453125, 309.8125915527344, 419.744873046875, 868.7792358398438, 317.16302490234375]\n", - "15\n", - "6739\n", - "14\n", - "[758.0892333984375, 1095.5316162109375, 946.2673950195312, 363.26202392578125, 400.3670959472656, 2586.642578125, 4050.00439453125, 2147.7587890625, 1448.7708740234375, 608.796630859375, 386.932373046875, 949.75732421875, 527.4293212890625, 550.8230590820312]\n", - "14\n", - "6740\n", - "11\n", - "[309.8307189941406, 680.7962646484375, 417.6451721191406, 2218.943115234375, 1555.6748046875, 691.044921875, 1147.2039794921875, 345.5099182128906, 350.4776611328125, 392.9976501464844, 332.8494567871094]\n", - "11\n", - "6741\n", - "6\n", - "[412.4093017578125, 859.9078979492188, 2725.913330078125, 1038.966796875, 1736.28759765625, 1982.001708984375]\n", - "6\n", - "6742\n", - "33\n", - "[1241.9285888671875, 1107.142822265625, 1019.7778930664062, 642.9105224609375, 2087.621826171875, 2525.068603515625, 2735.133544921875, 1763.642822265625, 383.32037353515625, 349.2178039550781, 479.03680419921875, 325.02587890625, 2169.35302734375, 3939.419677734375, 4565.984375, 2835.0576171875, 2835.789306640625, 1134.1630859375, 1134.36962890625, 2711.4365234375, 3856.203369140625, 4318.91015625, 3299.4189453125, 2544.211669921875, 2593.343017578125, 437.5717468261719, 679.4976196289062, 1581.788818359375, 2382.046630859375, 2293.443603515625, 1724.0362548828125, 306.98193359375, 492.20404052734375]\n", - "33\n", - "6743\n", - "8\n", - "[647.057861328125, 557.1502685546875, 766.8991088867188, 2648.2265625, 584.310546875, 1563.29931640625, 1500.66552734375, 804.0325927734375]\n", - "8\n", - "6744\n", - "7\n", - "[496.37939453125, 491.8941345214844, 1353.993408203125, 2244.432373046875, 1605.3218994140625, 468.08990478515625, 510.0392150878906]\n", - "7\n", - "6745\n", - "8\n", - "[742.479736328125, 1209.0504150390625, 385.7472229003906, 2425.90185546875, 329.0394287109375, 590.9642944335938, 974.3933715820312, 655.2353515625]\n", - "8\n", - "6746\n", - "10\n", - "[483.16705322265625, 1464.7274169921875, 1578.05224609375, 1975.8504638671875, 934.79443359375, 638.6311645507812, 845.5194702148438, 1378.09130859375, 516.2647705078125, 457.16107177734375]\n", - "10\n", - "6747\n", - "14\n", - "[1253.364990234375, 314.425048828125, 1846.7174072265625, 1875.7198486328125, 570.4701538085938, 567.1932373046875, 1270.899658203125, 1530.1961669921875, 1553.6241455078125, 618.902099609375, 313.9762268066406, 335.3666687011719, 350.7030944824219, 304.36737060546875]\n", - "14\n", - "6748\n", - "9\n", - "[336.4394226074219, 488.88946533203125, 680.105712890625, 735.2875366210938, 760.0703125, 517.5623168945312, 631.278076171875, 1492.531005859375, 745.3148803710938]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "6749\n", - "29\n", - "[546.42041015625, 367.30523681640625, 1560.8515625, 2114.920166015625, 881.1614990234375, 718.3671875, 1872.595703125, 1648.050048828125, 2127.183837890625, 1586.449951171875, 604.4257202148438, 2064.68017578125, 2610.787841796875, 2541.741943359375, 1776.9586181640625, 938.6461791992188, 2073.84326171875, 2809.155517578125, 2658.126220703125, 1763.53369140625, 742.9509887695312, 775.349853515625, 1742.6630859375, 804.9395751953125, 383.4653015136719, 438.643798828125, 586.5830078125, 375.4595031738281, 402.260498046875]\n", - "29\n", - "6750\n", - "6\n", - "[587.221435546875, 1977.58154296875, 413.7770080566406, 602.3800048828125, 2732.771484375, 3031.528564453125]\n", - "6\n", - "6751\n", - "23\n", - "[705.6844482421875, 857.7369384765625, 1547.825927734375, 2406.873291015625, 320.8241271972656, 1581.131591796875, 2456.57470703125, 1819.13525390625, 2887.1474609375, 794.5092163085938, 828.8308715820312, 3180.156005859375, 4020.8583984375, 2953.6923828125, 2973.475830078125, 1805.2813720703125, 791.1380615234375, 1867.5885009765625, 2163.8232421875, 1220.5662841796875, 361.4775695800781, 1036.53515625, 869.8035888671875]\n", - "23\n", - "6752\n", - "34\n", - "[359.5813293457031, 755.566162109375, 830.1019897460938, 743.0738525390625, 945.0706787109375, 374.1142272949219, 791.273681640625, 1068.389404296875, 1201.7823486328125, 1834.775634765625, 1968.679443359375, 1663.5281982421875, 758.21240234375, 575.5890502929688, 407.28173828125, 576.1563110351562, 568.2649536132812, 559.0923461914062, 1396.6766357421875, 2038.43798828125, 1730.37841796875, 1717.942626953125, 616.4987182617188, 491.5122375488281, 474.2833251953125, 511.16143798828125, 845.4891967773438, 1732.387451171875, 1693.100341796875, 1117.581298828125, 311.2142639160156, 311.2662353515625, 363.29644775390625, 1124.9844970703125]\n", - "34\n", - "6753\n", - "7\n", - "[1208.6153564453125, 595.4276123046875, 674.7835693359375, 486.28460693359375, 1847.229248046875, 511.8594970703125, 464.82269287109375]\n", - "7\n", - "6754\n", - "7\n", - "[393.06329345703125, 617.9074096679688, 993.6574096679688, 2771.815185546875, 1967.52978515625, 461.617919921875, 612.0247802734375]\n", - "7\n", - "6755\n", - "7\n", - "[2133.4404296875, 340.49688720703125, 1433.033935546875, 1510.7470703125, 1793.50634765625, 2719.689208984375, 1230.335205078125]\n", - "7\n", - "6756\n", - "256\n", - "[529.1947021484375, 346.8502502441406, 698.8880615234375, 404.2940673828125, 390.65606689453125, 543.4885864257812, 891.2188110351562, 397.36602783203125, 2313.43994140625, 3622.994384765625, 2189.548828125, 841.2291870117188, 1101.857177734375, 1613.3575439453125, 979.4161987304688, 481.822265625, 1685.159912109375, 3033.911865234375, 638.5537719726562, 2026.95947265625, 1410.6732177734375, 3035.275634765625, 642.14501953125, 486.8984680175781, 2676.3837890625, 2818.837890625, 501.476806640625, 519.8743896484375, 404.2912292480469, 2596.887451171875, 2353.578857421875, 4025.22802734375, 3098.88330078125, 3596.12841796875, 1203.7093505859375, 405.84930419921875, 1282.389404296875, 1225.481689453125, 925.883544921875, 717.9871826171875, 2389.84521484375, 1366.669189453125, 2357.810546875, 1613.3214111328125, 406.47991943359375, 1288.5460205078125, 4132.70166015625, 4254.22021484375, 4345.9609375, 3107.442626953125, 684.1154174804688, 627.8821411132812, 3182.29150390625, 3431.632080078125, 3891.358642578125, 3857.7861328125, 3065.198974609375, 3595.220947265625, 3699.05517578125, 4156.466796875, 4260.1845703125, 4143.490234375, 1921.857666015625, 397.3757629394531, 468.2679138183594, 4655.85205078125, 3753.21435546875, 3520.257080078125, 4100.83740234375, 3957.325439453125, 4711.95263671875, 3539.61572265625, 3499.72900390625, 1948.554931640625, 1568.1256103515625, 395.9150085449219, 565.2108764648438, 320.76190185546875, 607.7957153320312, 1969.0877685546875, 2047.327392578125, 3397.845703125, 3024.215576171875, 2839.41943359375, 3941.184326171875, 4377.79150390625, 4379.07763671875, 2427.887451171875, 1542.6572265625, 579.41064453125, 315.0887756347656, 446.0024719238281, 2679.290771484375, 907.9615478515625, 154.88739013671875, 309.6728820800781, 761.9066162109375, 1848.5010986328125, 1959.9107666015625, 3179.8115234375, 3967.458251953125, 4541.53076171875, 4272.7392578125, 4214.46484375, 2886.289306640625, 1159.1610107421875, 3153.70263671875, 1068.69189453125, 1934.1900634765625, 372.97015380859375, 2087.13134765625, 2270.277587890625, 2200.7685546875, 2203.641357421875, 557.8731689453125, 2984.3193359375, 3742.6591796875, 4270.0166015625, 4251.38623046875, 3002.396728515625, 2923.380615234375, 589.3689575195312, 2558.349853515625, 3343.288818359375, 921.8701782226562, 2077.706787109375, 1306.710693359375, 1559.0748291015625, 3097.4130859375, 2499.22119140625, 1120.6090087890625, 1010.2479248046875, 1820.6328125, 1962.6768798828125, 654.52978515625, 3879.7119140625, 4757.01220703125, 2741.12255859375, 3589.533203125, 3458.090576171875, 1463.8548583984375, 3088.91943359375, 572.6210327148438, 395.3240966796875, 1224.0452880859375, 1202.2650146484375, 2432.845703125, 1101.7796630859375, 596.67333984375, 645.7445678710938, 1959.52734375, 4528.66552734375, 4607.72021484375, 4696.306640625, 4806.43994140625, 4832.8935546875, 4774.5849609375, 4123.7724609375, 4526.11767578125, 1732.093017578125, 2315.283935546875, 690.9265747070312, 484.0463562011719, 534.77978515625, 938.3270263671875, 302.7428283691406, 2212.91064453125, 4543.525390625, 4755.11474609375, 4818.1064453125, 4833.6748046875, 4807.73583984375, 4767.38818359375, 3860.86767578125, 1955.921630859375, 1157.1712646484375, 2648.35791015625, 1539.221435546875, 1529.0953369140625, 660.91259765625, 442.36553955078125, 938.5929565429688, 742.4021606445312, 590.0135498046875, 744.0252075195312, 811.5196533203125, 568.294189453125, 1817.16064453125, 4028.227294921875, 4817.54345703125, 4556.48291015625, 4745.3701171875, 4847.88427734375, 4758.0458984375, 2068.9375, 649.4632568359375, 500.0500183105469, 1619.5865478515625, 1519.9775390625, 357.9783020019531, 430.1915283203125, 619.633056640625, 429.7669982910156, 346.5014343261719, 619.4884033203125, 737.028076171875, 370.1151123046875, 969.6331176757812, 3075.608642578125, 2812.27685546875, 3045.680419921875, 2157.091796875, 4600.5185546875, 2209.285400390625, 392.8770446777344, 1060.690673828125, 1889.900634765625, 363.7765197753906, 2285.081787109375, 3179.88037109375, 908.9803466796875, 715.68701171875, 424.2100830078125, 389.2667541503906, 356.62896728515625, 469.1654052734375, 506.6341857910156, 554.8587646484375, 418.7821960449219, 3233.27197265625, 403.6554870605469, 798.7843627929688, 2789.72509765625, 2464.323486328125, 446.1966247558594, 1331.004638671875, 1877.98291015625, 2269.541259765625, 508.5919189453125, 1620.3204345703125, 1721.6722412109375, 716.8530883789062, 521.6439208984375, 492.6427307128906, 421.13128662109375, 497.5798645019531, 318.0539245605469, 383.70947265625, 398.2966613769531, 414.2044677734375, 500.20501708984375, 333.78900146484375, 358.33050537109375, 440.6083068847656, 366.1473693847656]\n", - "255\n", - "6757\n", - "4\n", - "[570.1168212890625, 2818.799072265625, 1634.8636474609375, 531.1533203125]\n", - "4\n", - "6758\n", - "13\n", - "[737.9409790039062, 1504.25390625, 447.77728271484375, 1458.5816650390625, 2599.281005859375, 1288.0972900390625, 430.02203369140625, 2372.83447265625, 1470.9892578125, 623.9401245117188, 497.5688781738281, 346.3948974609375, 383.31573486328125]\n", - "13\n", - "6759\n", - "27\n", - "[613.4664916992188, 545.3095092773438, 1016.4541015625, 2095.603271484375, 656.152587890625, 2007.12890625, 4312.02099609375, 2137.601806640625, 309.8030090332031, 1327.6771240234375, 1394.927001953125, 7737.7080078125, 8785.0537109375, 5209.63916015625, 451.8642578125, 4249.7880859375, 8497.3037109375, 7221.302734375, 1439.6212158203125, 4557.5205078125, 4220.02783203125, 2194.5146484375, 1407.2899169921875, 800.4383544921875, 403.8299560546875, 599.4214477539062, 304.9195556640625]\n", - "27\n", - "6760\n", - "12\n", - "[384.2727966308594, 1498.2237548828125, 1473.027587890625, 399.6766662597656, 1028.8177490234375, 2624.23193359375, 1296.2950439453125, 363.37261962890625, 306.38543701171875, 1427.528076171875, 1065.301513671875, 1163.827880859375]\n", - "12\n", - "6761\n", - "11\n", - "[1838.6416015625, 1528.1353759765625, 1704.577880859375, 1981.2088623046875, 844.4915771484375, 846.8899536132812, 2166.898193359375, 1211.955322265625, 766.9591674804688, 416.6808776855469, 1549.4288330078125]\n", - "11\n", - "6762\n", - "4\n", - "[1843.1861572265625, 2923.75537109375, 2035.752685546875, 1076.5419921875]\n", - "4\n", - "6763\n", - "4\n", - "[1228.4923095703125, 1982.9339599609375, 461.65087890625, 1857.59814453125]\n", - "4\n", - "6764\n", - "5\n", - "[1161.3404541015625, 466.475830078125, 570.4853515625, 1832.677734375, 1316.0303955078125]\n", - "5\n", - "6765\n", - "9\n", - "[333.3574523925781, 946.0315551757812, 1794.7008056640625, 2171.273193359375, 1456.11376953125, 828.3018188476562, 1970.72412109375, 751.9313354492188, 364.2430114746094]\n", - "9\n", - "6766\n", - "7\n", - "[988.08642578125, 3492.965087890625, 636.0858764648438, 3995.758056640625, 3682.12890625, 499.33453369140625, 616.4282836914062]\n", - "7\n", - "6767\n", - "10\n", - "[1791.4635009765625, 745.6680908203125, 739.6378784179688, 1952.6409912109375, 995.7103881835938, 1357.822265625, 1035.162109375, 672.2617797851562, 542.9789428710938, 327.5798034667969]\n", - "10\n", - "6768\n", - "6\n", - "[374.36810302734375, 1141.7523193359375, 2455.158935546875, 492.7880859375, 1493.3238525390625, 607.8287353515625]\n", - "6\n", - "6769\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[431.398193359375, 439.2882995605469, 1299.2952880859375, 427.7383117675781, 569.5433959960938, 2020.29541015625, 794.1619262695312, 939.4783935546875, 997.0321655273438]\n", - "9\n", - "6770\n", - "5\n", - "[1225.7965087890625, 2592.094970703125, 529.8804931640625, 914.5110473632812, 489.1240539550781]\n", - "5\n", - "6771\n", - "5\n", - "[1631.1522216796875, 993.2528076171875, 349.77874755859375, 1271.173828125, 1644.0975341796875]\n", - "5\n", - "6772\n", - "9\n", - "[308.1589660644531, 984.5372314453125, 1311.676025390625, 510.6688232421875, 1338.80712890625, 1557.9302978515625, 500.36224365234375, 356.657470703125, 613.7691650390625]\n", - "9\n", - "6773\n", - "10\n", - "[350.2562255859375, 1247.400634765625, 670.7113037109375, 2507.5205078125, 1423.6922607421875, 310.3811340332031, 1703.44677734375, 2446.55810546875, 636.684814453125, 689.4519653320312]\n", - "10\n", - "6774\n", - "9\n", - "[1035.2835693359375, 319.6260681152344, 468.2606201171875, 1480.8780517578125, 871.1536254882812, 2092.814208984375, 615.0338134765625, 951.1099853515625, 368.34783935546875]\n", - "9\n", - "6775\n", - "71\n", - "[512.0270385742188, 521.6165161132812, 860.699462890625, 480.2589111328125, 1015.8152465820312, 1008.2138671875, 815.3539428710938, 648.4782104492188, 564.6848754882812, 2127.2265625, 1997.8743896484375, 538.8571166992188, 1523.4705810546875, 1110.9183349609375, 764.8973999023438, 666.8301391601562, 359.4703063964844, 490.7535095214844, 1491.9891357421875, 1488.662353515625, 1458.659423828125, 1645.2353515625, 849.899169921875, 887.6456298828125, 388.6722412109375, 727.71728515625, 497.8905029296875, 1125.0406494140625, 318.9622497558594, 1110.9752197265625, 2017.1551513671875, 631.3892211914062, 992.385498046875, 1833.4462890625, 2179.220947265625, 443.09063720703125, 1537.1331787109375, 1176.9378662109375, 1090.2679443359375, 1259.7027587890625, 610.042236328125, 2162.95166015625, 2329.53125, 1137.7957763671875, 1068.7977294921875, 1005.8087768554688, 2027.363037109375, 2337.94775390625, 1842.756103515625, 349.598876953125, 438.23309326171875, 1463.66748046875, 2348.191162109375, 2349.248046875, 1001.5531616210938, 519.4791870117188, 1466.40771484375, 2222.56640625, 1961.618408203125, 1190.429931640625, 985.414306640625, 502.9612731933594, 371.2381896972656, 879.377685546875, 1153.363525390625, 747.7326049804688, 1256.1768798828125, 838.6138305664062, 1534.9603271484375, 1228.1361083984375, 339.74285888671875]\n", - "71\n", - "6776\n", - "6\n", - "[808.072998046875, 1464.3209228515625, 789.6873779296875, 1744.451904296875, 554.0648803710938, 1289.02880859375]\n", - "6\n", - "6777\n", - "7\n", - "[476.9771423339844, 381.5984802246094, 779.2140502929688, 1291.286376953125, 718.1563720703125, 722.9456787109375, 1232.8463134765625]\n", - "7\n", - "6778\n", - "7\n", - "[1140.191650390625, 781.5074462890625, 866.7188720703125, 2823.486328125, 800.9782104492188, 2584.230224609375, 1236.06982421875]\n", - "7\n", - "6779\n", - "8\n", - "[1711.875, 1676.0372314453125, 2755.458251953125, 1227.7657470703125, 621.3215942382812, 995.7279663085938, 1611.6929931640625, 919.3897094726562]\n", - "8\n", - "6780\n", - "4\n", - "[1760.8267822265625, 2643.80712890625, 568.5494384765625, 1388.640625]\n", - "4\n", - "6781\n", - "22\n", - "[514.5324096679688, 2336.524169921875, 1515.5660400390625, 504.063720703125, 1292.493896484375, 3377.46728515625, 3317.572509765625, 2104.491943359375, 3320.63623046875, 1801.9735107421875, 1279.86181640625, 3276.692138671875, 4142.88134765625, 3728.28515625, 2092.076416015625, 1215.182861328125, 470.32904052734375, 2167.478515625, 1888.31103515625, 951.3436279296875, 1150.701904296875, 363.0069274902344]\n", - "22\n", - "6782\n", - "14\n", - "[689.3579711914062, 1052.509765625, 521.7147827148438, 744.896728515625, 947.2670288085938, 1232.650146484375, 619.8486328125, 332.10272216796875, 1967.3128662109375, 1286.612548828125, 653.3841552734375, 2438.976806640625, 1473.9237060546875, 1112.64013671875]\n", - "14\n", - "6783\n", - "11\n", - "[564.913330078125, 723.6119995117188, 578.074462890625, 367.7332458496094, 1254.908447265625, 2623.94677734375, 1917.53759765625, 335.914306640625, 432.190185546875, 901.9780883789062, 446.5397644042969]\n", - "11\n", - "6784\n", - "3\n", - "[2451.082275390625, 4717.96630859375, 689.4024658203125]\n", - "3\n", - "6785\n", - "19\n", - "[340.5048522949219, 643.3734130859375, 341.07366943359375, 656.7787475585938, 1180.2064208984375, 1688.48486328125, 2428.70751953125, 2474.679931640625, 2411.59423828125, 2070.517578125, 724.6478881835938, 1245.268798828125, 1368.689453125, 916.0651245117188, 1384.954345703125, 468.49761962890625, 1143.182373046875, 2194.56591796875, 710.2696533203125]\n", - "19\n", - "6786\n", - "4\n", - "[841.6521606445312, 1724.9793701171875, 1495.7913818359375, 1534.869873046875]\n", - "4\n", - "6787\n", - "7\n", - "[327.8160095214844, 722.8800048828125, 829.8905029296875, 846.2128295898438, 1147.473388671875, 1476.8328857421875, 644.25390625]\n", - "7\n", - "6788\n", - "6\n", - "[641.3402099609375, 15675.73046875, 16966.904296875, 18491.224609375, 7837.2021484375, 1072.47021484375]\n", - "6\n", - "6789\n", - "12\n", - "[874.1018676757812, 687.3148803710938, 1274.3245849609375, 375.5887451171875, 766.537109375, 1911.509033203125, 1101.4931640625, 925.1705322265625, 644.1448364257812, 558.93798828125, 305.91156005859375, 546.4210815429688]\n", - "12\n", - "6790\n", - "124\n", - "[564.2833251953125, 386.18603515625, 351.7909240722656, 1817.20361328125, 1537.881103515625, 428.8474426269531, 1717.3687744140625, 1221.019775390625, 451.8167419433594, 1324.7637939453125, 899.0807495117188, 854.2007446289062, 358.3582763671875, 734.2288818359375, 1380.779541015625, 3153.512451171875, 2909.1455078125, 3853.87890625, 1812.1712646484375, 1230.149169921875, 568.9127807617188, 809.0704345703125, 3846.296875, 2848.49072265625, 1533.369140625, 4878.16357421875, 3606.2412109375, 766.6045532226562, 1743.95556640625, 832.0444946289062, 729.0972290039062, 2657.033935546875, 3577.6357421875, 2218.483154296875, 1612.2030029296875, 3167.5673828125, 2188.484130859375, 454.376953125, 1034.1121826171875, 3502.887451171875, 5888.923828125, 4540.0751953125, 5290.11962890625, 4394.28173828125, 4175.29638671875, 5141.99169921875, 3873.072998046875, 1214.00830078125, 407.35540771484375, 902.0558471679688, 4590.20263671875, 6266.95654296875, 5776.8232421875, 4905.18603515625, 4865.3291015625, 6253.61474609375, 5808.93994140625, 5176.4560546875, 912.8742065429688, 1600.6326904296875, 4925.40185546875, 3027.294189453125, 5214.98681640625, 6020.27978515625, 6487.05126953125, 5546.80322265625, 3278.51123046875, 3722.23876953125, 1212.242431640625, 497.6980895996094, 3486.685791015625, 5888.1796875, 6361.93359375, 6048.1748046875, 3740.276123046875, 5100.8291015625, 2029.0032958984375, 2444.0107421875, 1106.2723388671875, 3924.32861328125, 6391.1142578125, 5929.7412109375, 6107.9697265625, 3992.18310546875, 3257.23974609375, 4941.8896484375, 1348.5469970703125, 303.1387023925781, 534.46240234375, 684.4983520507812, 4341.94873046875, 6100.04052734375, 4321.29345703125, 3168.16259765625, 3648.03271484375, 1110.662353515625, 432.36138916015625, 529.5508422851562, 326.3843994140625, 707.38671875, 3949.078857421875, 5746.84423828125, 2317.0390625, 2638.896240234375, 2781.489990234375, 1569.132568359375, 506.13616943359375, 1848.999755859375, 1497.9122314453125, 4885.845703125, 2695.802490234375, 306.2557067871094, 378.42529296875, 685.3237915039062, 344.8546447753906, 1352.569580078125, 479.3452453613281, 620.8109130859375, 1761.03564453125, 1120.78076171875, 922.98193359375, 683.71484375, 434.1514587402344]\n", - "123\n", - "6791\n", - "6\n", - "[378.3699951171875, 3634.762939453125, 871.729736328125, 410.08013916015625, 338.71954345703125, 875.8450927734375]\n", - "6\n", - "6792\n", - "9\n", - "[324.8165588378906, 1251.6566162109375, 916.3491821289062, 698.3441162109375, 1586.0113525390625, 812.2440795898438, 876.3924560546875, 697.91162109375, 330.6279602050781]\n", - "9\n", - "6793\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[1107.6953125, 688.8639526367188, 713.6967163085938, 1365.462158203125, 707.587158203125, 2561.100830078125, 1936.5784912109375, 402.63824462890625]\n", - "8\n", - "6794\n", - "12\n", - "[412.44708251953125, 506.7141418457031, 303.0796203613281, 541.7780151367188, 1889.635986328125, 2561.481201171875, 2592.75341796875, 594.7684936523438, 608.7359619140625, 355.91876220703125, 434.4801025390625, 460.693115234375]\n", - "12\n", - "6795\n", - "18\n", - "[1008.8529052734375, 1604.1259765625, 1126.920166015625, 1916.4486083984375, 3314.017333984375, 1249.1602783203125, 1669.6944580078125, 1982.4464111328125, 2988.881103515625, 4321.17529296875, 952.4191284179688, 874.3930053710938, 3150.071533203125, 3813.96630859375, 684.6719360351562, 2904.9345703125, 1920.2530517578125, 483.0063781738281]\n", - "18\n", - "6796\n", - "13\n", - "[301.9305419921875, 700.3929443359375, 998.4522094726562, 430.20037841796875, 1506.553955078125, 1965.8343505859375, 1944.254150390625, 795.270751953125, 1223.5098876953125, 1393.9427490234375, 1461.0250244140625, 300.5570373535156, 440.0755310058594]\n", - "13\n", - "6797\n", - "11\n", - "[1893.97705078125, 1358.107421875, 1080.39794921875, 2827.4599609375, 1068.9561767578125, 407.03826904296875, 441.7536315917969, 2401.746337890625, 1068.35107421875, 831.2998046875, 721.1571655273438]\n", - "11\n", - "6798\n", - "6\n", - "[981.3336181640625, 1555.049560546875, 1217.042724609375, 978.4961547851562, 1526.1412353515625, 643.097412109375]\n", - "6\n", - "6799\n", - "30\n", - "[610.7982788085938, 629.276611328125, 1122.0015869140625, 2372.591796875, 2517.83056640625, 394.21441650390625, 2641.64306640625, 2928.209716796875, 3000.275146484375, 3190.425537109375, 1626.0718994140625, 685.9055786132812, 2387.625, 3031.65283203125, 3705.524169921875, 1902.874755859375, 1356.171142578125, 3013.01806640625, 3395.104248046875, 2296.28271484375, 827.8284301757812, 1876.8797607421875, 2314.41259765625, 3385.0859375, 1033.736328125, 718.9042358398438, 2270.158447265625, 763.2326049804688, 1127.141845703125, 436.0020446777344]\n", - "30\n", - "6800\n", - "13\n", - "[1371.8843994140625, 739.5338134765625, 357.87872314453125, 616.54931640625, 2099.8876953125, 2788.2841796875, 2529.44091796875, 921.7841796875, 326.2808837890625, 339.0735778808594, 501.0408020019531, 1182.6331787109375, 380.8969421386719]\n", - "13\n", - "6801\n", - "5\n", - "[392.6175537109375, 2170.780029296875, 1133.408203125, 1343.2796630859375, 2146.12255859375]\n", - "5\n", - "6802\n", - "10\n", - "[325.78857421875, 816.162841796875, 1140.84423828125, 2267.068115234375, 2070.8515625, 1058.2098388671875, 370.9468078613281, 357.9946594238281, 343.7339782714844, 532.7500610351562]\n", - "10\n", - "6803\n", - "6\n", - "[2672.531494140625, 2322.998046875, 1948.322265625, 320.39776611328125, 1068.8216552734375, 558.9146118164062]\n", - "6\n", - "6804\n", - "9\n", - "[509.5316467285156, 723.8186645507812, 555.5650024414062, 794.3304443359375, 934.8768310546875, 1291.5516357421875, 362.3965759277344, 598.4916381835938, 625.230224609375]\n", - "9\n", - "6805\n", - "5\n", - "[725.4485473632812, 2507.994873046875, 1110.891845703125, 804.5655517578125, 976.9219360351562]\n", - "5\n", - "6806\n", - "8\n", - "[882.8099975585938, 3012.6630859375, 2577.15771484375, 1970.95263671875, 3089.74951171875, 1051.6317138671875, 394.5790100097656, 432.3863525390625]\n", - "8\n", - "6807\n", - "40\n", - "[940.3297729492188, 965.20458984375, 1190.4266357421875, 508.3693542480469, 1033.707275390625, 2825.85205078125, 2814.630126953125, 3491.61962890625, 4922.22119140625, 2962.81640625, 1763.845703125, 4080.08251953125, 613.7058715820312, 4688.04443359375, 5803.3515625, 6088.630859375, 5976.13037109375, 6467.818359375, 3537.35400390625, 447.499755859375, 2006.12890625, 3056.18017578125, 2858.565673828125, 3214.095703125, 4994.64404296875, 6242.96826171875, 1838.6025390625, 368.58966064453125, 592.5680541992188, 926.334228515625, 337.17828369140625, 1186.1627197265625, 2611.212890625, 3945.09912109375, 2722.7001953125, 921.5802612304688, 815.8853759765625, 309.63201904296875, 348.2593078613281, 386.0226745605469]\n", - "40\n", - "6808\n", - "4\n", - "[2460.647705078125, 2451.00537109375, 1210.579833984375, 1681.3245849609375]\n", - "4\n", - "6809\n", - "8\n", - "[806.59130859375, 344.9208679199219, 1425.971923828125, 367.02801513671875, 2779.244384765625, 486.58642578125, 906.367431640625, 2320.758544921875]\n", - "8\n", - "6810\n", - "13\n", - "[1253.29638671875, 678.8729858398438, 529.3291015625, 2442.52783203125, 2182.432373046875, 1002.770751953125, 2250.34765625, 2592.552001953125, 612.3760986328125, 839.3563842773438, 1222.11767578125, 342.8797302246094, 527.1412353515625]\n", - "13\n", - "6811\n", - "20\n", - "[868.0675659179688, 1580.3646240234375, 928.3526611328125, 1258.30859375, 562.9102783203125, 1600.7908935546875, 1503.965087890625, 573.50634765625, 594.2920532226562, 1354.7147216796875, 951.978759765625, 691.0838012695312, 460.54766845703125, 597.3082275390625, 1616.412353515625, 328.9592590332031, 1113.66650390625, 1057.44677734375, 1163.882568359375, 934.2198486328125]\n", - "20\n", - "6812\n", - "10\n", - "[978.8846435546875, 764.1055908203125, 2503.294677734375, 1596.072021484375, 1788.5596923828125, 2401.98486328125, 1446.2098388671875, 471.0051574707031, 1083.7452392578125, 1112.7115478515625]\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "6813\n", - "6\n", - "[937.6528930664062, 1216.77294921875, 334.0903625488281, 1064.7958984375, 1762.5577392578125, 670.7630004882812]\n", - "6\n", - "6814\n", - "9\n", - "[359.0511474609375, 1409.4932861328125, 1168.9024658203125, 1890.293212890625, 1433.196044921875, 1219.207275390625, 1433.3740234375, 676.3070678710938, 993.37744140625]\n", - "9\n", - "6815\n", - "14\n", - "[1459.8018798828125, 3883.549560546875, 750.7026977539062, 688.306396484375, 4517.439453125, 5700.99365234375, 1253.7803955078125, 1028.5430908203125, 6333.35986328125, 1722.7998046875, 1339.445068359375, 631.9134521484375, 3285.225341796875, 2293.39111328125]\n", - "14\n", - "6816\n", - "11\n", - "[906.2085571289062, 1192.2191162109375, 2026.4522705078125, 2727.469482421875, 1808.62353515625, 3237.458984375, 921.65673828125, 780.4464111328125, 3181.42919921875, 1685.2965087890625, 582.3839111328125]\n", - "11\n", - "6817\n", - "7\n", - "[804.4848022460938, 1059.345458984375, 530.9435424804688, 2231.933837890625, 1215.1943359375, 467.28167724609375, 345.0101318359375]\n", - "7\n", - "6818\n", - "6\n", - "[1925.924072265625, 335.14337158203125, 1754.0919189453125, 2799.97705078125, 696.9510498046875, 1220.1728515625]\n", - "6\n", - "6819\n", - "10\n", - "[325.44573974609375, 624.47607421875, 1913.0352783203125, 1627.407958984375, 471.559326171875, 627.0466918945312, 2031.7213134765625, 683.1255493164062, 350.4980773925781, 347.3815002441406]\n", - "10\n", - "6820\n", - "34\n", - "[350.5918273925781, 1592.3369140625, 705.9610595703125, 2970.9599609375, 2668.194580078125, 405.3385009765625, 1338.5350341796875, 2165.033935546875, 621.0789794921875, 642.7291870117188, 1816.187255859375, 1377.39208984375, 789.413330078125, 2002.3740234375, 2680.75537109375, 2333.55224609375, 824.115966796875, 2570.20361328125, 3487.8671875, 3097.127197265625, 2068.056640625, 1784.2054443359375, 3279.579833984375, 3317.5625, 2404.496337890625, 665.0098876953125, 420.0647277832031, 1961.06640625, 1811.259765625, 2304.268798828125, 565.6417846679688, 756.7559814453125, 480.6058044433594, 1120.2164306640625]\n", - "34\n", - "6821\n", - "66\n", - "[895.8430786132812, 917.2562255859375, 403.2240295410156, 854.5714721679688, 632.8344116210938, 344.5989685058594, 790.108642578125, 529.5215454101562, 738.9840698242188, 2171.47509765625, 1796.85009765625, 1206.3193359375, 1718.2177734375, 2193.322998046875, 1991.2763671875, 951.664306640625, 451.398193359375, 1008.9950561523438, 1639.9384765625, 1476.7667236328125, 3173.7275390625, 3442.620849609375, 3473.220947265625, 2173.33935546875, 1791.4735107421875, 1416.4073486328125, 599.38330078125, 366.001708984375, 1143.8052978515625, 1392.103515625, 603.9338989257812, 1909.507568359375, 3136.281494140625, 3481.840087890625, 2585.262451171875, 3302.1845703125, 3305.55615234375, 3266.902587890625, 2106.25, 1740.8023681640625, 832.1044921875, 1444.67529296875, 3181.838134765625, 3027.827392578125, 2821.436767578125, 2395.487548828125, 3346.79931640625, 2390.327392578125, 2526.025146484375, 1740.4151611328125, 3097.16455078125, 3096.993896484375, 2836.3818359375, 974.59521484375, 707.6895141601562, 1029.8037109375, 1170.2784423828125, 929.9743041992188, 431.87628173828125, 1532.157470703125, 2206.099853515625, 1564.09765625, 849.7509765625, 1026.12646484375, 632.2894897460938, 646.351806640625]\n", - "66\n", - "6822\n", - "11\n", - "[566.46337890625, 1796.688720703125, 409.715576171875, 776.500244140625, 451.3419189453125, 796.3862915039062, 765.4327392578125, 926.311767578125, 489.223876953125, 550.5396118164062, 402.28851318359375]\n", - "11\n", - "6823\n", - "13\n", - "[1229.468994140625, 1285.9747314453125, 514.8687133789062, 839.69140625, 1406.98876953125, 623.2430419921875, 1500.5460205078125, 363.751220703125, 550.2980346679688, 1145.541748046875, 1056.614013671875, 1322.83447265625, 475.4936218261719]\n", - "13\n", - "6824\n", - "49\n", - "[1315.7728271484375, 945.6375122070312, 1144.4876708984375, 715.85302734375, 511.66290283203125, 570.1267700195312, 517.4304809570312, 1310.515380859375, 323.8399963378906, 630.7749633789062, 637.4602661132812, 154.0125274658203, 253.94358825683594, 1032.5106201171875, 2568.1552734375, 1055.197265625, 603.1027221679688, 1440.422119140625, 5497.05810546875, 3422.570068359375, 369.3357849121094, 1337.0919189453125, 1483.175537109375, 434.86669921875, 867.8228759765625, 5211.4404296875, 7618.72265625, 2484.255615234375, 482.06768798828125, 1151.3250732421875, 1969.1192626953125, 974.696044921875, 3629.87353515625, 4739.97802734375, 4845.75244140625, 4346.67529296875, 466.4047546386719, 882.0574340820312, 1926.1348876953125, 804.4534301757812, 649.5796508789062, 1791.543212890625, 723.0409545898438, 650.3463745117188, 393.7969055175781, 464.5022888183594, 1801.6451416015625, 1035.3720703125]\n", - "48\n", - "6825\n", - "7\n", - "[358.52325439453125, 1308.116455078125, 902.3134155273438, 1221.4029541015625, 1838.2840576171875, 1922.2418212890625, 598.9813842773438]\n", - "7\n", - "6826\n", - "114\n", - "[1669.289794921875, 5522.35693359375, 6754.00927734375, 2293.950439453125, 300.9184875488281, 998.4139404296875, 2568.4248046875, 5541.5283203125, 6029.0693359375, 315.204833984375, 1021.4653930664062, 1515.7972412109375, 1377.9161376953125, 8039.86767578125, 3344.074951171875, 845.7833251953125, 365.34075927734375, 372.01953125, 1282.8994140625, 524.95166015625, 458.3128356933594, 1814.1402587890625, 2294.509765625, 3342.085693359375, 1122.406494140625, 4008.70654296875, 687.2689819335938, 329.7242431640625, 377.78240966796875, 825.6005859375, 624.2852172851562, 2277.3046875, 2729.111083984375, 7485.41748046875, 6554.3232421875, 2891.362548828125, 560.47998046875, 361.96124267578125, 1742.9150390625, 1941.7362060546875, 311.59283447265625, 1314.5518798828125, 770.033447265625, 2978.551513671875, 3627.56005859375, 4941.39697265625, 4757.9462890625, 3917.55908203125, 3246.387939453125, 417.92352294921875, 1021.3541870117188, 1899.80029296875, 2128.950439453125, 398.99102783203125, 5503.02880859375, 5964.19873046875, 6856.4013671875, 2720.538330078125, 6651.35498046875, 2580.49365234375, 2506.5703125, 709.4550170898438, 1166.7886962890625, 7899.134765625, 2613.887451171875, 1726.61474609375, 310.9425354003906, 1840.4398193359375, 6020.921875, 7803.1591796875, 7390.8037109375, 8249.0341796875, 7950.13671875, 6063.86279296875, 2634.21484375, 1657.916259765625, 1942.3499755859375, 398.412353515625, 836.81396484375, 2186.993896484375, 2559.3505859375, 7716.705078125, 9531.1044921875, 8535.7109375, 10086.1015625, 6995.68359375, 3564.6181640625, 559.9707641601562, 1465.198486328125, 3966.015625, 8039.2236328125, 8847.69921875, 7794.9404296875, 5162.98876953125, 1375.39697265625, 576.6763916015625, 3128.546630859375, 9186.537109375, 8486.96875, 6214.9140625, 420.41998291015625, 673.1365356445312, 5910.34619140625, 4767.55908203125, 3474.28076171875, 1051.06787109375, 1736.7950439453125, 1452.5245361328125, 953.2736206054688, 1120.2742919921875, 2179.3466796875, 2631.832763671875, 682.1536254882812, 843.9965209960938]\n", - "114\n", - "6827\n", - "14\n", - "[353.3905334472656, 687.431640625, 1862.8634033203125, 899.2901000976562, 1733.2320556640625, 2553.1416015625, 2259.7021484375, 1113.716796875, 806.6483154296875, 1336.27392578125, 439.2240295410156, 1477.8092041015625, 847.0345458984375, 621.7769165039062]\n", - "14\n", - "6828\n", - "6\n", - "[1046.7333984375, 1662.69921875, 987.7515869140625, 2825.969970703125, 4051.482666015625, 1197.7447509765625]\n", - "6\n", - "6829\n", - "15\n", - "[400.3634338378906, 534.5527954101562, 1077.3048095703125, 601.2137451171875, 1064.4642333984375, 2119.893798828125, 1874.4232177734375, 585.0369262695312, 636.5673217773438, 660.7991943359375, 1154.196044921875, 2130.588623046875, 995.5719604492188, 453.8155212402344, 359.6478576660156]\n", - "15\n", - "6830\n", - "21\n", - "[599.3630981445312, 1222.609619140625, 6026.75244140625, 2437.119873046875, 556.6763305664062, 1053.4359130859375, 2193.22900390625, 838.0935668945312, 2215.18603515625, 2058.770263671875, 1424.08837890625, 2614.761474609375, 356.72100830078125, 352.224609375, 435.5665588378906, 6577.52001953125, 3227.055419921875, 847.517822265625, 2217.710693359375, 1166.271484375, 907.2010498046875]\n", - "21\n", - "6831\n", - "9\n", - "[370.1829833984375, 377.5306091308594, 634.5618286132812, 1476.79296875, 1643.3590087890625, 418.1443176269531, 1622.4854736328125, 1730.4019775390625, 630.4143676757812]\n", - "9\n", - "6832\n", - "13\n", - "[1059.8203125, 1332.9384765625, 980.8001708984375, 2035.640625, 509.3786315917969, 428.6642150878906, 325.4416809082031, 1895.9925537109375, 997.63525390625, 454.0730285644531, 925.5801391601562, 948.8969116210938, 628.0543823242188]\n", - "13\n", - "6833\n", - "10\n", - "[400.2076416015625, 1377.927001953125, 662.615966796875, 1474.26904296875, 2513.677978515625, 1562.5762939453125, 423.3687744140625, 797.70654296875, 2686.2958984375, 846.3677978515625]\n", - "10\n", - "6834\n", - "6\n", - "[768.0866088867188, 600.072265625, 2668.779541015625, 382.3730163574219, 582.0259399414062, 587.8681640625]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "6835\n", - "13\n", - "[341.2976989746094, 398.5841979980469, 467.4332580566406, 511.2431335449219, 348.97003173828125, 302.6556701660156, 719.1987915039062, 621.501953125, 559.0673828125, 1591.5703125, 798.7625122070312, 395.52392578125, 522.9971313476562]\n", - "13\n", - "6836\n", - "199\n", - "[380.3052978515625, 687.4302368164062, 408.20379638671875, 822.493408203125, 922.8359985351562, 535.512939453125, 746.3679809570312, 327.9073181152344, 872.423095703125, 633.4049682617188, 1103.49169921875, 306.8603515625, 935.6405029296875, 1881.197998046875, 1759.8021240234375, 1173.9798583984375, 799.9790649414062, 1348.8487548828125, 564.7586059570312, 1778.2037353515625, 518.8240356445312, 858.6574096679688, 505.5717468261719, 576.35400390625, 981.2384033203125, 1028.149658203125, 1232.23974609375, 1734.29248046875, 578.5744018554688, 3552.0009765625, 1571.35791015625, 668.5130004882812, 3128.632568359375, 2186.769775390625, 1807.373291015625, 658.6804809570312, 449.4820556640625, 6046.60888671875, 6267.77197265625, 2792.885986328125, 510.27197265625, 1849.95166015625, 7718.16015625, 6231.1416015625, 520.4765014648438, 3577.62158203125, 7046.01904296875, 10488.9453125, 5014.38818359375, 3018.927001953125, 472.157470703125, 5336.8486328125, 8923.3173828125, 3135.5947265625, 4310.06884765625, 4174.18896484375, 9637.8173828125, 7679.2978515625, 7986.0888671875, 7781.11279296875, 6545.00830078125, 1226.1529541015625, 358.22808837890625, 3368.031982421875, 1640.4541015625, 4273.69189453125, 9926.9609375, 9444.6796875, 10489.4404296875, 9708.0751953125, 7643.1962890625, 9357.072265625, 10207.3720703125, 10373.8662109375, 10382.6669921875, 9971.7822265625, 5359.3515625, 553.9431762695312, 784.35595703125, 6074.4384765625, 7933.8466796875, 1773.8031005859375, 721.4376220703125, 6634.421875, 9213.380859375, 10173.1923828125, 2574.265380859375, 4417.32568359375, 8893.865234375, 9864.8828125, 10724.857421875, 10614.9775390625, 7674.810546875, 4091.74755859375, 444.2590026855469, 1548.613525390625, 2975.302001953125, 3223.477783203125, 1901.6185302734375, 3610.697021484375, 4248.7841796875, 2891.00830078125, 2728.115478515625, 9146.7119140625, 9303.8408203125, 10341.2158203125, 8949.673828125, 1007.474853515625, 4633.3466796875, 1623.5654296875, 1159.783203125, 9144.7333984375, 10656.4404296875, 9772.2021484375, 8070.24462890625, 5308.38623046875, 5264.1513671875, 1577.9500732421875, 4105.21923828125, 6376.99609375, 10085.033203125, 9597.3671875, 8162.3037109375, 3870.296875, 4393.46533203125, 2947.633544921875, 5345.62646484375, 10205.9453125, 8652.2470703125, 1791.025390625, 3311.004150390625, 1108.3350830078125, 7579.18505859375, 8123.1767578125, 812.5765380859375, 2138.95703125, 1705.1094970703125, 997.4083251953125, 387.0239562988281, 572.1663818359375, 4548.09814453125, 7895.8818359375, 975.3426513671875, 758.3671875, 954.5309448242188, 212.9258575439453, 896.0994262695312, 1395.1085205078125, 1522.198974609375, 425.6676330566406, 6015.58154296875, 1595.2757568359375, 4237.728515625, 4604.734375, 651.6166381835938, 1097.865966796875, 2123.863037109375, 3052.7275390625, 443.6262512207031, 310.13916015625, 2678.818603515625, 8308.9287109375, 1592.02001953125, 1134.32373046875, 1952.675537109375, 6937.00439453125, 2819.151611328125, 827.6764526367188, 2181.35595703125, 1545.3990478515625, 425.01190185546875, 3376.879150390625, 2874.22314453125, 2072.69091796875, 11727.55859375, 16533.419921875, 3022.9873046875, 539.064697265625, 368.4786376953125, 3015.84375, 11771.95703125, 19088.826171875, 5810.6689453125, 854.5885009765625, 5655.77490234375, 10369.376953125, 10654.0654296875, 7625.037109375, 4133.5556640625, 1407.4989013671875, 3924.092041015625, 1274.388916015625, 7471.3671875, 1926.873291015625, 353.86224365234375]\n", - "195\n", - "6837\n", - "41\n", - "[354.17376708984375, 883.5173950195312, 1103.5006103515625, 421.3298645019531, 3479.667724609375, 3629.218505859375, 2782.626708984375, 1166.3494873046875, 605.626220703125, 3407.274169921875, 3478.609130859375, 3499.948974609375, 3415.05908203125, 2806.09521484375, 1317.347900390625, 326.9944763183594, 925.1910400390625, 928.2390747070312, 1503.3773193359375, 3312.334228515625, 2456.52880859375, 1973.40673828125, 2644.484375, 1429.7216796875, 550.3517456054688, 1111.967529296875, 1370.9208984375, 1832.677001953125, 427.9859313964844, 337.7122802734375, 1901.220703125, 2605.661376953125, 1313.411865234375, 656.6856079101562, 334.9002990722656, 743.7819213867188, 844.9852905273438, 376.3938293457031, 724.5442504882812, 1553.375732421875, 844.7521362304688]\n", - "41\n", - "6838\n", - "12\n", - "[348.1114807128906, 1057.5146484375, 463.07421875, 1942.5943603515625, 3893.98779296875, 650.93994140625, 1111.06884765625, 1431.6622314453125, 370.04443359375, 673.845458984375, 655.8952026367188, 332.46759033203125]\n", - "12\n", - "6839\n", - "15\n", - "[2806.294677734375, 2324.100830078125, 735.9758911132812, 1125.7354736328125, 995.5542602539062, 3036.42236328125, 3791.37109375, 2015.041259765625, 946.8727416992188, 2443.66943359375, 1919.70947265625, 1446.7454833984375, 887.9526977539062, 757.9058227539062, 323.64093017578125]\n", - "15\n", - "6840\n", - "6\n", - "[1811.6181640625, 1055.03759765625, 1999.89501953125, 2818.478515625, 875.1495361328125, 739.7946166992188]\n", - "6\n", - "6841\n", - "35\n", - "[725.6259765625, 559.2761840820312, 824.7009887695312, 898.4503173828125, 403.696533203125, 1212.1947021484375, 1269.068115234375, 1148.7078857421875, 2213.377197265625, 2120.076904296875, 1865.65576171875, 534.5849609375, 2021.42529296875, 2436.306884765625, 1150.7894287109375, 332.94287109375, 868.5115356445312, 2211.195068359375, 2152.6044921875, 2389.745361328125, 1011.798095703125, 1180.97802734375, 2869.767578125, 2689.030029296875, 3203.05322265625, 2088.47314453125, 1728.4052734375, 1640.4210205078125, 1177.9864501953125, 2078.2236328125, 1411.3760986328125, 324.73553466796875, 577.6578979492188, 361.90777587890625, 1404.441650390625]\n", - "35\n", - "6842\n", - "6\n", - "[346.2464904785156, 464.4471435546875, 454.22430419921875, 1713.871337890625, 3971.39013671875, 3276.734375]\n", - "6\n", - "6843\n", - "114\n", - "[879.5363159179688, 1368.9539794921875, 591.888916015625, 455.17633056640625, 678.3937377929688, 1186.2822265625, 1324.6630859375, 1767.0255126953125, 3458.0224609375, 1581.8482666015625, 505.6354064941406, 440.8276672363281, 861.7268676757812, 551.3599853515625, 960.2212524414062, 1278.9205322265625, 6413.9794921875, 6334.9892578125, 4857.775390625, 2763.656982421875, 1535.6024169921875, 1826.959228515625, 413.3204345703125, 3618.47314453125, 4917.40673828125, 6395.5654296875, 6486.31884765625, 3604.896728515625, 2651.349365234375, 1499.488525390625, 403.71533203125, 740.283447265625, 865.0528564453125, 763.8649291992188, 4272.24853515625, 6809.7568359375, 6817.00048828125, 6874.74072265625, 6545.62060546875, 3746.492431640625, 2183.70361328125, 468.90362548828125, 2095.630615234375, 6672.89111328125, 5040.60498046875, 4993.015625, 6815.63623046875, 6671.63330078125, 4038.71875, 714.07373046875, 2087.64697265625, 6728.14599609375, 6577.17919921875, 6510.47216796875, 7080.318359375, 7123.09033203125, 4000.10546875, 1593.0162353515625, 404.7821960449219, 346.27117919921875, 645.7066040039062, 4328.98388671875, 6873.02490234375, 6952.84814453125, 6913.98828125, 6033.8740234375, 6180.67724609375, 3580.379150390625, 612.4102172851562, 538.62060546875, 916.6670532226562, 4082.414794921875, 5882.14013671875, 5735.607421875, 4920.8095703125, 5501.57421875, 6764.93115234375, 3968.180419921875, 388.4208984375, 828.7665405273438, 3280.80859375, 3931.287841796875, 4716.4267578125, 5837.55078125, 927.6593627929688, 303.6769714355469, 554.599609375, 963.6279907226562, 6226.0625, 1881.0758056640625, 537.58642578125, 338.4427795410156, 157.8795928955078, 2946.60595703125, 867.9009399414062, 764.2982788085938, 758.4404907226562, 229.21217346191406, 315.4389953613281, 458.4728088378906, 1332.5009765625, 1823.97021484375, 1240.8565673828125, 826.788330078125, 1382.30419921875, 1204.323486328125, 452.4085388183594, 751.6599731445312, 516.2782592773438, 747.95068359375, 729.1386108398438, 402.41571044921875]\n", - "112\n", - "6844\n", - "9\n", - "[606.9666137695312, 1464.2052001953125, 508.5657653808594, 467.374267578125, 1599.3524169921875, 1321.5281982421875, 600.1598510742188, 755.4193115234375, 619.6347045898438]\n", - "9\n", - "6845\n", - "4\n", - "[1093.3060302734375, 1162.550537109375, 1772.1021728515625, 1960.613037109375]\n", - "4\n", - "6846\n", - "10\n", - "[776.2078247070312, 1480.075927734375, 3222.382080078125, 428.3304443359375, 1544.6923828125, 2858.786376953125, 311.83160400390625, 3062.001953125, 1974.02734375, 600.5938720703125]\n", - "10\n", - "6847\n", - "10\n", - "[509.26519775390625, 406.21014404296875, 1409.04248046875, 2547.8037109375, 408.19451904296875, 1035.50244140625, 2568.028076171875, 1326.54150390625, 405.080078125, 1704.62890625]\n", - "10\n", - "6848\n", - "7\n", - "[826.5025024414062, 389.6966552734375, 1675.9393310546875, 442.8334655761719, 968.5221557617188, 1137.9111328125, 307.2876281738281]\n", - "7\n", - "6849\n", - "7\n", - "[945.5618286132812, 1546.061279296875, 2980.0166015625, 424.33209228515625, 2209.02001953125, 1636.2005615234375, 621.9627685546875]\n", - "7\n", - "6850\n", - "12\n", - "[821.7442016601562, 1846.367431640625, 1042.9459228515625, 1490.92724609375, 1109.8306884765625, 1421.540771484375, 618.2734375, 1459.0732421875, 841.60986328125, 616.550048828125, 970.95849609375, 1089.1385498046875]\n", - "12\n", - "6851\n", - "17\n", - "[470.4801330566406, 463.5165100097656, 700.7451171875, 452.15875244140625, 840.829345703125, 802.7342529296875, 971.8720092773438, 340.6104736328125, 679.3440551757812, 991.4893188476562, 313.1767578125, 314.65142822265625, 528.2825317382812, 687.3311157226562, 903.3753662109375, 1659.512939453125, 368.1930847167969]\n", - "17\n", - "6852\n", - "14\n", - "[454.3697509765625, 1290.2904052734375, 617.0516357421875, 1212.3704833984375, 2545.536865234375, 819.26171875, 1196.416748046875, 1632.158935546875, 3017.1279296875, 1405.900634765625, 720.8111572265625, 1980.7542724609375, 1837.76318359375, 1216.277099609375]\n", - "14\n", - "6853\n", - "7\n", - "[1447.1370849609375, 698.222412109375, 752.8133544921875, 466.133544921875, 583.4432373046875, 808.1635131835938, 365.5339660644531]\n", - "7\n", - "6854\n", - "7\n", - "[304.3576965332031, 775.0587158203125, 517.006103515625, 1335.31787109375, 2108.01025390625, 917.4697265625, 806.9237060546875]\n", - "7\n", - "6855\n", - "15\n", - "[811.6383056640625, 1026.5052490234375, 368.35076904296875, 1202.1246337890625, 1489.900634765625, 322.3902282714844, 999.991455078125, 873.0994873046875, 1294.956787109375, 1176.1470947265625, 456.83074951171875, 760.5967407226562, 511.9849853515625, 398.4878845214844, 754.1804809570312]\n", - "15\n", - "6856\n", - "13\n", - "[720.7506103515625, 756.1214599609375, 1223.9146728515625, 519.1511840820312, 979.7340698242188, 1290.22900390625, 1753.14794921875, 352.5297546386719, 477.3720397949219, 954.1492919921875, 947.2214965820312, 353.73553466796875, 329.563720703125]\n", - "13\n", - "6857\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "34\n", - "[433.593505859375, 341.7342529296875, 333.2872314453125, 658.9591064453125, 614.5689697265625, 302.38018798828125, 619.2734375, 1416.409912109375, 2877.995361328125, 2866.679443359375, 953.3965454101562, 408.6290588378906, 3165.852783203125, 3469.159423828125, 534.8658447265625, 710.9345703125, 1976.927734375, 650.8900756835938, 2772.0478515625, 2111.2490234375, 1132.1961669921875, 379.6725769042969, 327.0075988769531, 889.8844604492188, 1683.1549072265625, 918.8820190429688, 774.0172729492188, 355.9527587890625, 1344.540771484375, 2137.3525390625, 2541.6083984375, 837.0692749023438, 796.7213134765625, 389.8365478515625]\n", - "34\n", - "6858\n", - "10\n", - "[1311.532958984375, 691.6290893554688, 716.8992309570312, 333.98944091796875, 1114.7789306640625, 1378.55126953125, 1601.5286865234375, 1040.893798828125, 869.9387817382812, 398.3228759765625]\n", - "10\n", - "6859\n", - "5\n", - "[1160.35986328125, 388.547119140625, 1984.881591796875, 2061.60986328125, 786.6705932617188]\n", - "5\n", - "6860\n", - "8\n", - "[416.5097961425781, 887.4368286132812, 1393.4990234375, 1739.7694091796875, 2095.842041015625, 1326.91552734375, 558.3675537109375, 551.3328247070312]\n", - "8\n", - "6861\n", - "5\n", - "[513.3943481445312, 3229.8466796875, 1280.962646484375, 2061.25341796875, 403.6496887207031]\n", - "5\n", - "6862\n", - "177\n", - "[512.48193359375, 2094.8857421875, 589.7244873046875, 1167.8544921875, 2680.559326171875, 1486.93212890625, 441.2409362792969, 348.65496826171875, 381.1501159667969, 476.4896240234375, 1204.49365234375, 2247.6064453125, 2706.11865234375, 1582.3592529296875, 1634.435791015625, 317.6473083496094, 785.3522338867188, 1446.7073974609375, 1880.4376220703125, 479.9931640625, 3333.9384765625, 2609.5693359375, 958.9680786132812, 897.3394165039062, 482.4270935058594, 954.5112915039062, 452.51806640625, 1735.1346435546875, 4435.21533203125, 2968.740234375, 2540.07373046875, 3880.252197265625, 4532.4267578125, 2525.35888671875, 3610.820556640625, 4219.4091796875, 3352.54541015625, 3974.79248046875, 1247.093994140625, 330.8429260253906, 758.845947265625, 3639.762939453125, 3679.883544921875, 3208.517822265625, 3886.886962890625, 4490.21484375, 2329.3369140625, 3307.552734375, 5113.666015625, 5218.1259765625, 2610.4013671875, 374.83831787109375, 743.6277465820312, 513.7385864257812, 541.767333984375, 3192.14990234375, 4157.7470703125, 4600.32958984375, 4494.134765625, 3775.19580078125, 5014.0625, 3059.99609375, 343.24639892578125, 3893.866455078125, 4909.28515625, 4296.79345703125, 3868.181396484375, 677.350830078125, 945.2879028320312, 3071.754638671875, 3356.098388671875, 4807.51318359375, 4474.92529296875, 4660.453125, 5231.466796875, 3874.630126953125, 2460.41259765625, 2741.646484375, 2705.67529296875, 4197.994140625, 4058.718017578125, 1598.0374755859375, 639.7410888671875, 900.7391357421875, 520.3109741210938, 1007.8969116210938, 3997.707763671875, 3712.95361328125, 4619.7412109375, 5081.630859375, 4801.4970703125, 3342.4345703125, 1709.0826416015625, 313.37890625, 739.6422729492188, 1210.3150634765625, 774.0213623046875, 422.92584228515625, 1977.928466796875, 2336.103271484375, 4696.0849609375, 4350.81298828125, 3873.650146484375, 4455.541015625, 3469.989990234375, 945.3043823242188, 1350.981201171875, 991.3126831054688, 449.7396545410156, 3673.22705078125, 4913.2705078125, 4908.63916015625, 2487.236328125, 792.7589111328125, 1064.0845947265625, 3332.64111328125, 722.880126953125, 633.923583984375, 1055.6104736328125, 1219.952880859375, 1559.8804931640625, 2500.451171875, 1622.7646484375, 3486.188232421875, 1399.699951171875, 2753.552978515625, 4871.36474609375, 4608.54638671875, 1552.69970703125, 536.2012329101562, 369.3253173828125, 773.9390258789062, 1294.1815185546875, 2026.2059326171875, 3921.67041015625, 4717.31982421875, 4353.8076171875, 4859.75390625, 4892.39697265625, 1799.2490234375, 1533.989501953125, 597.0938720703125, 372.6025390625, 824.4658813476562, 1255.8758544921875, 1330.8128662109375, 1164.6400146484375, 885.3109741210938, 842.6649780273438, 929.3497314453125, 864.288818359375, 1032.45361328125, 1377.10986328125, 1046.3182373046875, 3036.588134765625, 3552.35009765625, 2917.074462890625, 3298.322998046875, 4665.615234375, 3723.978759765625, 4192.79736328125, 900.8661499023438, 489.03057861328125, 547.6370849609375, 765.151123046875, 893.8223266601562, 3257.21142578125, 2902.447265625, 5052.95703125, 3420.42578125, 358.8395080566406, 1115.7891845703125, 1417.2313232421875, 2766.673583984375, 1656.2987060546875, 420.6114501953125, 1800.297607421875]\n", - "177\n", - "6863\n", - "17\n", - "[307.47003173828125, 400.40411376953125, 987.6757202148438, 811.6174926757812, 498.6178894042969, 1151.5677490234375, 646.69775390625, 614.7103271484375, 709.3353881835938, 684.3915405273438, 1475.803466796875, 708.8947143554688, 552.3576049804688, 1940.265625, 781.1356201171875, 349.9236755371094, 590.0513916015625]\n", - "17\n", - "6864\n", - "10\n", - "[302.0734558105469, 1361.5001220703125, 309.3421325683594, 1617.839599609375, 1907.7174072265625, 1168.041259765625, 894.1106567382812, 2435.22998046875, 747.2745971679688, 595.92724609375]\n", - "10\n", - "6865\n", - "10\n", - "[1689.4937744140625, 1260.8402099609375, 938.5792846679688, 1758.5989990234375, 948.8372192382812, 416.8386535644531, 968.7813720703125, 539.9747314453125, 716.54443359375, 434.70263671875]\n", - "10\n", - "6866\n", - "7\n", - "[969.5453491210938, 1335.6068115234375, 767.9326782226562, 746.7169799804688, 865.0226440429688, 576.2966918945312, 309.2283630371094]\n", - "7\n", - "6867\n", - "15\n", - "[382.3653869628906, 528.5868530273438, 1016.0408325195312, 894.8834838867188, 508.69891357421875, 1180.58447265625, 546.4546508789062, 682.016845703125, 805.2680053710938, 432.0023498535156, 794.8543701171875, 1114.074462890625, 650.8433227539062, 580.6676025390625, 720.5462646484375]\n", - "15\n", - "6868\n", - "7\n", - "[481.5760498046875, 1047.2783203125, 362.5984191894531, 1456.81005859375, 472.28521728515625, 1268.5601806640625, 308.7750549316406]\n", - "7\n", - "6869\n", - "6\n", - "[753.7926025390625, 1205.2620849609375, 662.088623046875, 1069.130126953125, 644.6288452148438, 681.10791015625]\n", - "6\n", - "6870\n", - "8\n", - "[548.3224487304688, 1144.6981201171875, 1107.386962890625, 439.7735900878906, 1219.343017578125, 929.5303955078125, 612.3851928710938, 359.3793029785156]\n", - "8\n", - "6871\n", - "34\n", - "[453.7680969238281, 1085.4017333984375, 786.7998657226562, 2441.281982421875, 1848.8670654296875, 2314.657470703125, 1503.7650146484375, 1269.8760986328125, 758.0362548828125, 1409.2537841796875, 3550.008056640625, 3051.797119140625, 2984.466796875, 974.2039184570312, 828.6187744140625, 327.8367004394531, 2294.728759765625, 3639.34130859375, 2903.22607421875, 1624.0999755859375, 912.6612548828125, 973.010498046875, 2752.877685546875, 3730.195556640625, 3208.46044921875, 3481.520263671875, 3348.385986328125, 871.1957397460938, 1725.9609375, 1222.899658203125, 403.8482666015625, 906.310302734375, 1602.20458984375, 558.4373779296875]\n", - "34\n", - "6872\n", - "6\n", - "[530.9022216796875, 1025.572265625, 336.42578125, 547.8731079101562, 1105.8057861328125, 2253.99560546875]\n", - "6\n", - "6873\n", - "8\n", - "[1109.4881591796875, 1087.2191162109375, 583.7766723632812, 929.3177490234375, 1949.1468505859375, 1506.0177001953125, 413.2204284667969, 423.04461669921875]\n", - "8\n", - "6874\n", - "6\n", - "[353.5943298339844, 544.3226318359375, 1003.8045654296875, 1328.7308349609375, 1744.348388671875, 650.607421875]\n", - "6\n", - "6875\n", - "358\n", - "[498.529541015625, 554.622802734375, 1374.1197509765625, 1023.58544921875, 1249.493408203125, 615.0791015625, 522.130859375, 814.2952270507812, 4239.26611328125, 2701.89892578125, 651.0180053710938, 1203.068603515625, 710.5547485351562, 356.7049865722656, 1341.3597412109375, 4069.14599609375, 3853.927978515625, 2022.812744140625, 2039.173583984375, 5591.7431640625, 3323.3212890625, 3204.24755859375, 1604.76025390625, 4332.09423828125, 1039.4886474609375, 4132.8857421875, 3545.642333984375, 463.4459533691406, 755.6243896484375, 329.4723815917969, 507.7038269042969, 968.7327880859375, 334.5442810058594, 789.2544555664062, 4456.22265625, 4210.73291015625, 1433.8095703125, 2236.601318359375, 3199.8828125, 1504.9268798828125, 522.3702392578125, 736.039306640625, 6750.1787109375, 5615.3974609375, 3818.51708984375, 516.780517578125, 214.35897827148438, 746.0289916992188, 1642.2408447265625, 633.1647338867188, 819.5399780273438, 1014.1801147460938, 1175.5859375, 383.38275146484375, 1016.7848510742188, 2073.838134765625, 3988.862548828125, 4070.919921875, 3467.5341796875, 653.3411865234375, 180.45465087890625, 1580.0008544921875, 1150.1282958984375, 839.8502197265625, 4138.98193359375, 6058.38525390625, 5116.68115234375, 364.2110290527344, 839.8643188476562, 820.43408203125, 654.6511840820312, 1956.1630859375, 1085.0853271484375, 1280.0372314453125, 1136.006103515625, 4644.99853515625, 5796.94287109375, 6054.30908203125, 5463.890625, 4357.36767578125, 2055.773681640625, 670.9902954101562, 2786.899169921875, 1804.6593017578125, 495.78741455078125, 4877.724609375, 5971.822265625, 1513.90283203125, 1070.6192626953125, 1610.110595703125, 437.31170654296875, 2418.283203125, 1828.41650390625, 3384.1982421875, 1573.4541015625, 925.6190185546875, 115.51829528808594, 4221.6591796875, 5747.12841796875, 6124.00439453125, 4335.74853515625, 4220.6171875, 5574.080078125, 2086.038330078125, 1922.3880615234375, 2110.361328125, 4279.6962890625, 4887.47509765625, 1238.606201171875, 1735.3017578125, 821.8004150390625, 1826.5504150390625, 2711.176025390625, 2405.05615234375, 461.42742919921875, 1733.393310546875, 3779.9453125, 1944.486328125, 196.4705047607422, 292.3825988769531, 2361.025390625, 6270.9560546875, 6650.58447265625, 6625.24072265625, 6516.0302734375, 6205.85791015625, 6291.44921875, 5252.91796875, 2807.16015625, 547.347900390625, 6093.26806640625, 4928.9755859375, 1872.3341064453125, 381.8531188964844, 1413.041748046875, 2264.35400390625, 392.4987487792969, 2514.13916015625, 1795.2215576171875, 477.37799072265625, 2232.17529296875, 5006.0625, 2429.9462890625, 1062.8260498046875, 3804.45849609375, 6071.3388671875, 6475.97998046875, 6515.14306640625, 6523.99267578125, 6526.09033203125, 6560.677734375, 6267.97119140625, 4244.18701171875, 269.77032470703125, 4909.72119140625, 6018.1591796875, 2097.682373046875, 2637.4833984375, 2974.662841796875, 3139.773681640625, 1314.42724609375, 902.619384765625, 414.27215576171875, 986.0879516601562, 3799.99365234375, 3269.247314453125, 776.3077392578125, 3845.099853515625, 6180.28857421875, 6586.0986328125, 6478.1416015625, 6754.4658203125, 6773.79052734375, 6203.6826171875, 5115.2802734375, 1131.859619140625, 5743.03125, 6949.7958984375, 2291.0625, 3423.752685546875, 2313.434326171875, 214.52064514160156, 591.3945922851562, 1044.1689453125, 365.42626953125, 344.4832458496094, 637.7783203125, 385.6877746582031, 448.1227111816406, 1734.0205078125, 2560.515869140625, 5541.28076171875, 6000.8056640625, 6424.44775390625, 6756.64111328125, 6886.28857421875, 6701.30712890625, 6769.1865234375, 4944.80126953125, 460.72149658203125, 3195.6025390625, 3941.258544921875, 5096.40625, 6449.95361328125, 1672.3436279296875, 139.226318359375, 355.2865295410156, 1616.763916015625, 649.6505737304688, 380.5600280761719, 792.847412109375, 414.7934875488281, 4475.41650390625, 4319.640625, 3429.74365234375, 4001.4638671875, 5018.861328125, 4942.51318359375, 6502.29541015625, 6459.77392578125, 6281.92431640625, 4669.919921875, 111.43513488769531, 4786.10693359375, 3263.418212890625, 3932.838623046875, 6364.1650390625, 5741.2783203125, 1025.27392578125, 1127.0863037109375, 349.2572021484375, 629.9740600585938, 1179.94482421875, 1109.4420166015625, 534.4771118164062, 2299.144287109375, 3653.979736328125, 3682.30859375, 5136.76611328125, 5326.1474609375, 6486.603515625, 6583.3671875, 6085.6083984375, 6450.90380859375, 5530.974609375, 559.815673828125, 4142.931640625, 5882.8232421875, 6404.306640625, 6359.490234375, 6605.564453125, 4908.4609375, 716.18359375, 368.028564453125, 882.0554809570312, 408.3125915527344, 933.0674438476562, 1802.8863525390625, 1569.798095703125, 811.260986328125, 2677.942138671875, 660.3740844726562, 1593.8201904296875, 1535.3465576171875, 2614.765625, 4776.80029296875, 6516.78369140625, 6233.6796875, 5983.2265625, 1266.1534423828125, 3382.45654296875, 6792.39013671875, 6756.8876953125, 6798.19091796875, 6766.29296875, 1864.681640625, 744.9688110351562, 898.2789306640625, 777.411376953125, 584.7308959960938, 1589.8846435546875, 1212.48974609375, 424.7939453125, 411.6754150390625, 1012.1807250976562, 3620.744384765625, 1268.138671875, 905.76513671875, 1300.97998046875, 965.9284057617188, 3164.936767578125, 3072.030517578125, 2242.810791015625, 3735.74169921875, 6127.9892578125, 6088.45263671875, 4178.98291015625, 1418.15966796875, 334.60107421875, 396.8677062988281, 595.9978637695312, 459.1182861328125, 626.5751342773438, 788.1651000976562, 1012.792236328125, 757.6729736328125, 699.953369140625, 1563.520263671875, 1734.3795166015625, 711.1038818359375, 401.6705322265625, 379.1920166015625, 1639.27001953125, 2663.284912109375, 5729.70458984375, 6360.328125, 3951.994384765625, 1981.4320068359375, 960.3489990234375, 1738.1446533203125, 1571.3170166015625, 687.5027465820312, 923.2522583007812, 3818.3623046875, 4706.1123046875, 4923.51953125, 4087.8017578125, 625.1103515625, 987.5170288085938, 671.609375, 594.63623046875, 1994.9908447265625, 3650.8046875, 5759.9765625, 3943.046630859375, 390.8431091308594, 340.6131896972656, 550.4384155273438, 1368.0565185546875, 1654.2791748046875, 427.2818298339844, 1614.6513671875, 3759.1845703125, 399.3403015136719, 4416.57373046875, 1145.7423095703125, 983.4156494140625, 703.033203125, 1413.119140625, 4631.62255859375, 2101.27978515625, 899.9028930664062, 1459.322265625, 1520.4921875]\n", - "354\n", - "6876\n", - "6\n", - "[696.9161376953125, 357.0341796875, 1781.59521484375, 666.010986328125, 1050.592529296875, 562.5890502929688]\n", - "6\n", - "6877\n", - "7\n", - "[1018.3705444335938, 538.5487670898438, 2069.9345703125, 744.3135986328125, 1095.3055419921875, 1428.7537841796875, 361.722412109375]\n", - "7\n", - "6878\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[766.7167358398438, 1242.350830078125, 1523.2490234375, 1216.1163330078125, 522.762939453125]\n", - "5\n", - "6879\n", - "40\n", - "[675.3489379882812, 505.7943420410156, 373.56732177734375, 1142.8377685546875, 304.4193420410156, 1231.556640625, 3476.490478515625, 3236.484130859375, 2609.863037109375, 3215.88818359375, 1778.4744873046875, 2592.754150390625, 993.3645629882812, 1444.1861572265625, 3939.222900390625, 4058.093994140625, 3865.515869140625, 3692.8515625, 3087.23828125, 3119.929443359375, 2809.248046875, 402.1195068359375, 1865.9537353515625, 3629.030517578125, 3320.313720703125, 1020.2783203125, 1311.4359130859375, 2356.813720703125, 2162.94873046875, 763.0856323242188, 884.53857421875, 2812.773681640625, 2939.596435546875, 494.3811950683594, 306.89410400390625, 559.2487182617188, 411.5682678222656, 324.646484375, 936.0457153320312, 467.53173828125]\n", - "40\n", - "6880\n", - "19\n", - "[528.978759765625, 1026.7161865234375, 505.4911804199219, 1080.07373046875, 893.198486328125, 692.742431640625, 849.3419189453125, 853.5584106445312, 867.1690063476562, 1704.0323486328125, 1075.6949462890625, 1453.2305908203125, 887.5337524414062, 836.7223510742188, 1745.1805419921875, 1392.2559814453125, 1049.4305419921875, 1647.5050048828125, 1737.725830078125]\n", - "19\n", - "6881\n", - "18\n", - "[716.2640991210938, 471.52783203125, 1717.4837646484375, 366.5623779296875, 396.9678649902344, 835.0418701171875, 1615.4468994140625, 1962.96630859375, 447.32452392578125, 785.3270874023438, 1197.3592529296875, 1158.8929443359375, 1213.213134765625, 1533.523193359375, 1327.3304443359375, 1458.5118408203125, 406.9434509277344, 381.76861572265625]\n", - "18\n", - "6882\n", - "19\n", - "[1134.2119140625, 455.1800842285156, 957.3578491210938, 1403.460205078125, 1347.735595703125, 1156.8896484375, 1972.0660400390625, 2503.705078125, 1518.4415283203125, 370.9762878417969, 423.0038146972656, 1853.80029296875, 2497.00830078125, 2737.991943359375, 1411.8653564453125, 301.9033203125, 1041.16552734375, 689.6898193359375, 400.71392822265625]\n", - "19\n", - "6883\n", - "8\n", - "[556.7415771484375, 1015.6078491210938, 1620.2869873046875, 771.3373413085938, 492.3570861816406, 1412.4443359375, 1635.20751953125, 534.4638061523438]\n", - "8\n", - "6884\n", - "5\n", - "[938.57177734375, 2980.5947265625, 524.6348266601562, 679.0272216796875, 1558.6875]\n", - "5\n", - "6885\n", - "8\n", - "[604.1629638671875, 823.0870361328125, 515.2513427734375, 831.1707763671875, 768.5625, 1258.575927734375, 1196.0771484375, 748.85546875]\n", - "8\n", - "6886\n", - "31\n", - "[791.6412353515625, 342.5202331542969, 750.4827880859375, 783.3602294921875, 1073.09765625, 460.45025634765625, 634.7786865234375, 2171.00927734375, 869.8246459960938, 1818.69775390625, 2059.070068359375, 609.4400024414062, 990.7057495117188, 673.7103881835938, 898.2329711914062, 1215.2254638671875, 680.3046875, 908.852783203125, 806.0076293945312, 1472.8984375, 1374.1796875, 623.9476318359375, 1188.1146240234375, 597.4948120117188, 163.56674194335938, 817.0006713867188, 322.05120849609375, 865.5625610351562, 759.80029296875, 392.0057373046875, 636.4407348632812]\n", - "31\n", - "6887\n", - "10\n", - "[473.6048278808594, 630.6699829101562, 899.3843383789062, 1743.018798828125, 1963.3099365234375, 1464.461669921875, 322.6700439453125, 500.62109375, 462.1429748535156, 452.43695068359375]\n", - "10\n", - "6888\n", - "11\n", - "[337.49822998046875, 325.8973083496094, 870.994140625, 2295.21826171875, 625.4085083007812, 324.666015625, 1841.1917724609375, 436.21588134765625, 781.6610717773438, 1138.6539306640625, 332.4598693847656]\n", - "11\n", - "6889\n", - "4\n", - "[2175.4677734375, 2822.0751953125, 1017.4617919921875, 991.15869140625]\n", - "4\n", - "6890\n", - "10\n", - "[471.5188293457031, 681.65966796875, 1127.8118896484375, 990.9835205078125, 1210.747314453125, 868.8386840820312, 872.654052734375, 361.9142150878906, 477.20294189453125, 423.6954650878906]\n", - "10\n", - "6891\n", - "6\n", - "[674.555419921875, 391.9651794433594, 1870.6446533203125, 980.01318359375, 1022.20947265625, 769.5801391601562]\n", - "6\n", - "6892\n", - "12\n", - "[2276.307861328125, 2115.851806640625, 812.0859375, 1495.018310546875, 2533.06884765625, 2746.822509765625, 945.7150268554688, 321.21136474609375, 1390.23291015625, 717.7265014648438, 535.492431640625, 698.33935546875]\n", - "12\n", - "6893\n", - "27\n", - "[539.5822143554688, 525.55419921875, 397.7956848144531, 333.1633605957031, 1788.7861328125, 888.4717407226562, 614.7035522460938, 775.8881225585938, 421.6089172363281, 980.4661254882812, 586.6179809570312, 132.596923828125, 1330.581298828125, 498.7138671875, 411.2134094238281, 2008.49462890625, 2126.197265625, 567.1165161132812, 594.7296142578125, 371.55096435546875, 2110.318603515625, 2477.779296875, 649.8228759765625, 389.841552734375, 625.620849609375, 877.490478515625, 584.2061157226562]\n", - "27\n", - "6894\n", - "8\n", - "[512.9979248046875, 857.5315551757812, 1798.9761962890625, 1845.1942138671875, 882.7831420898438, 534.5868530273438, 1218.25927734375, 705.399658203125]\n", - "8\n", - "6895\n", - "6\n", - "[1120.4964599609375, 2048.573486328125, 1406.77490234375, 341.4503173828125, 1257.7440185546875, 966.658203125]\n", - "6\n", - "6896\n", - "6\n", - "[446.2643127441406, 2090.384033203125, 3275.167236328125, 1276.9976806640625, 742.6165771484375, 714.7242431640625]\n", - "6\n", - "6897\n", - "7\n", - "[779.2559204101562, 2075.7392578125, 1554.828125, 1257.200927734375, 345.534423828125, 1335.706298828125, 539.040771484375]\n", - "7\n", - "6898\n", - "7\n", - "[475.3935546875, 2010.8702392578125, 575.9762573242188, 943.7775268554688, 1910.7786865234375, 959.6095581054688, 364.43682861328125]\n", - "7\n", - "6899\n", - "12\n", - "[334.4371337890625, 617.2330322265625, 348.7030334472656, 488.1357116699219, 1964.34619140625, 1597.807861328125, 683.7676391601562, 1828.4178466796875, 979.7224731445312, 1160.78662109375, 564.2243041992188, 346.6549072265625]\n", - "12\n", - "6900\n", - "5\n", - "[1573.330322265625, 3126.543701171875, 832.2562255859375, 779.653564453125, 557.9219970703125]\n", - "5\n", - "6901\n", - "6\n", - "[1084.6038818359375, 2073.484130859375, 342.5533752441406, 1795.2164306640625, 363.51556396484375, 435.0594482421875]\n", - "6\n", - "6902\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[1545.281005859375, 525.2368774414062, 1616.966796875, 631.1824340820312, 680.031494140625, 784.427734375]\n", - "6\n", - "6903\n", - "24\n", - "[412.0165710449219, 583.3883056640625, 367.51568603515625, 421.5273742675781, 471.49249267578125, 828.33349609375, 1579.057861328125, 668.7423706054688, 1628.36669921875, 1834.89892578125, 1443.201904296875, 512.6031494140625, 1443.550048828125, 2319.741943359375, 2106.38232421875, 1057.6219482421875, 1609.5408935546875, 2807.0146484375, 509.2709045410156, 368.4475402832031, 1475.3892822265625, 1390.5064697265625, 772.4979858398438, 348.7987060546875]\n", - "24\n", - "6904\n", - "7\n", - "[384.62628173828125, 448.0470275878906, 627.4845581054688, 904.3738403320312, 406.2241516113281, 2337.568115234375, 503.0576477050781]\n", - "7\n", - "6905\n", - "6\n", - "[847.514892578125, 325.03515625, 543.9814453125, 2707.56591796875, 718.0452880859375, 1029.2655029296875]\n", - "6\n", - "6906\n", - "4\n", - "[659.3422241210938, 1485.2685546875, 1667.4559326171875, 1279.952392578125]\n", - "4\n", - "6907\n", - "10\n", - "[385.0570373535156, 1693.5244140625, 1622.8302001953125, 2454.5849609375, 2155.267578125, 1318.3997802734375, 539.0858764648438, 875.2232666015625, 1963.484130859375, 1050.8499755859375]\n", - "10\n", - "6908\n", - "5\n", - "[403.36199951171875, 1341.151611328125, 1983.3050537109375, 724.6370239257812, 1282.2662353515625]\n", - "5\n", - "6909\n", - "7\n", - "[1024.603271484375, 859.0643310546875, 676.4343872070312, 799.3263549804688, 560.097900390625, 845.2606201171875, 330.5838317871094]\n", - "7\n", - "6910\n", - "10\n", - "[303.6411437988281, 833.0384521484375, 1390.092529296875, 2582.59423828125, 1151.636962890625, 458.68316650390625, 1532.52392578125, 1482.0670166015625, 388.35626220703125, 366.5033264160156]\n", - "10\n", - "6911\n", - "19\n", - "[592.9353637695312, 714.1238403320312, 805.6507568359375, 761.2919311523438, 2119.78466796875, 1638.968505859375, 2906.182373046875, 2052.23974609375, 615.8264770507812, 973.6609497070312, 301.0491638183594, 1133.009033203125, 685.6422119140625, 533.6357421875, 819.697265625, 1483.8577880859375, 1247.9140625, 317.2284851074219, 403.4761962890625]\n", - "19\n", - "6912\n", - "15\n", - "[372.1806640625, 962.4878540039062, 717.9553833007812, 487.1304931640625, 1391.3460693359375, 2178.5166015625, 2291.01904296875, 1513.981689453125, 1281.6531982421875, 1970.3218994140625, 1027.2705078125, 466.4532775878906, 449.1121826171875, 940.9039916992188, 730.6807861328125]\n", - "15\n", - "6913\n", - "6\n", - "[652.4169311523438, 1389.1083984375, 2530.89990234375, 1342.119873046875, 384.6262512207031, 491.7395324707031]\n", - "6\n", - "6914\n", - "10\n", - "[363.2613220214844, 885.384765625, 595.1195068359375, 752.0016479492188, 1024.5819091796875, 484.4194030761719, 808.3536987304688, 486.10540771484375, 716.8356323242188, 300.3422546386719]\n", - "10\n", - "6915\n", - "28\n", - "[1352.0943603515625, 585.8099975585938, 865.7033081054688, 1491.927978515625, 1058.9833984375, 1308.428466796875, 1523.4903564453125, 741.2323608398438, 2081.220703125, 2315.760498046875, 900.9207153320312, 1060.1083984375, 6128.3251953125, 2431.26904296875, 423.5352478027344, 28059.76171875, 10222.5380859375, 2050.648681640625, 14366.021484375, 42170.61328125, 2355.64208984375, 1502.6370849609375, 6451.37744140625, 22802.130859375, 508.25360107421875, 736.8372802734375, 11159.4560546875, 493.63909912109375]\n", - "28\n", - "6916\n", - "10\n", - "[1043.4327392578125, 515.3301391601562, 2755.702392578125, 731.73583984375, 2291.253173828125, 2373.21484375, 1560.9041748046875, 696.6857299804688, 400.2739562988281, 395.2891540527344]\n", - "10\n", - "6917\n", - "14\n", - "[1740.622802734375, 2174.674072265625, 970.7537841796875, 816.7508544921875, 647.6029663085938, 2081.85400390625, 3616.1748046875, 3760.709228515625, 3197.112060546875, 505.718505859375, 2924.45849609375, 3604.8876953125, 3767.778564453125, 352.50189208984375]\n", - "14\n", - "6918\n", - "5\n", - "[1630.3681640625, 900.325439453125, 1196.7366943359375, 1622.4097900390625, 654.36279296875]\n", - "5\n", - "6919\n", - "15\n", - "[956.05322265625, 645.0546264648438, 987.8191528320312, 518.6577758789062, 395.877685546875, 473.4762878417969, 2622.332763671875, 2503.749755859375, 696.5751953125, 1656.4884033203125, 3722.685791015625, 353.92059326171875, 759.5029907226562, 753.603271484375, 829.2484130859375]\n", - "15\n", - "6920\n", - "10\n", - "[791.7673950195312, 698.04052734375, 1099.4847412109375, 567.7559204101562, 395.8051452636719, 993.0621337890625, 1958.4144287109375, 1381.262451171875, 453.04058837890625, 647.6522216796875]\n", - "10\n", - "6921\n", - "15\n", - "[344.0243835449219, 670.9150390625, 1461.85205078125, 632.0690307617188, 560.8121948242188, 365.39306640625, 339.3027038574219, 403.76116943359375, 484.11346435546875, 782.5528564453125, 956.6671142578125, 533.6316528320312, 493.1009521484375, 1065.261474609375, 375.9331970214844]\n", - "15\n", - "6922\n", - "7\n", - "[474.0257568359375, 917.4140625, 502.7294921875, 564.5513916015625, 536.0531616210938, 997.4580688476562, 1107.4012451171875]\n", - "7\n", - "6923\n", - "4\n", - "[3641.191162109375, 2259.520751953125, 2308.4560546875, 853.40625]\n", - "4\n", - "6924\n", - "4\n", - "[2492.2978515625, 896.7279663085938, 2269.273193359375, 573.4595336914062]\n", - "4\n", - "6925\n", - "6\n", - "[1000.4132080078125, 1474.951171875, 1267.3402099609375, 399.16058349609375, 1278.2547607421875, 1000.7105102539062]\n", - "6\n", - "6926\n", - "9\n", - "[309.5296630859375, 500.290771484375, 1019.8895263671875, 386.2965087890625, 1429.6712646484375, 946.8995971679688, 524.680908203125, 733.8219604492188, 1305.71630859375]\n", - "9\n", - "6927\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "34\n", - "[603.7855224609375, 350.3538818359375, 476.8158874511719, 392.9950256347656, 392.83013916015625, 369.9672546386719, 609.5828857421875, 2343.15185546875, 1839.81298828125, 879.3233642578125, 417.1383056640625, 1601.726806640625, 1514.2135009765625, 2291.085693359375, 2026.444091796875, 1334.776611328125, 1367.478515625, 822.4911499023438, 460.3194274902344, 1064.7451171875, 882.3853149414062, 1519.6907958984375, 508.77734375, 352.43939208984375, 1310.98583984375, 1761.621337890625, 307.0240478515625, 964.5862426757812, 1659.1571044921875, 541.4921875, 395.94708251953125, 419.7605285644531, 515.3345336914062]\n", - "33\n", - "6928\n", - "12\n", - "[597.0762329101562, 767.6838989257812, 1198.8748779296875, 345.1850891113281, 487.0432434082031, 306.2988586425781, 356.0013122558594, 325.8259582519531, 493.97833251953125, 656.3555908203125, 436.7561340332031, 392.0233154296875]\n", - "12\n", - "6929\n", - "44\n", - "[760.6796264648438, 1301.08056640625, 1822.334228515625, 1623.7908935546875, 405.01763916015625, 636.6810913085938, 425.6366271972656, 1553.52197265625, 1946.4366455078125, 1884.312744140625, 1262.6033935546875, 1531.3704833984375, 705.2861938476562, 428.9390563964844, 503.8291015625, 698.8756103515625, 314.08056640625, 601.6672973632812, 1581.75439453125, 1864.6395263671875, 1633.486328125, 1658.942138671875, 1871.2188720703125, 1273.425048828125, 791.2882080078125, 1031.6129150390625, 964.8641967773438, 965.8766479492188, 435.49285888671875, 629.9075317382812, 1065.3199462890625, 1639.1826171875, 1642.812744140625, 944.8534545898438, 319.36285400390625, 399.6882629394531, 343.7591247558594, 315.7916259765625, 540.9013061523438, 359.2822570800781, 1194.6871337890625, 401.95855712890625, 500.4913635253906, 301.5478820800781]\n", - "44\n", - "6930\n", - "18\n", - "[302.5921630859375, 691.316162109375, 722.3346557617188, 1304.541259765625, 1214.1650390625, 1064.02978515625, 1654.13232421875, 1734.722412109375, 790.1209106445312, 829.4969482421875, 1583.0003662109375, 550.863037109375, 336.9427795410156, 1165.7623291015625, 1357.158203125, 720.3299560546875, 523.1438598632812, 303.2940979003906]\n", - "18\n", - "6931\n", - "21\n", - "[304.6807861328125, 903.8974609375, 1351.6343994140625, 1109.9700927734375, 1337.1663818359375, 358.3105163574219, 711.142822265625, 1144.8843994140625, 1488.663818359375, 1532.271240234375, 898.0612182617188, 521.9225463867188, 810.910888671875, 1403.4412841796875, 1139.819091796875, 822.0204467773438, 612.7958984375, 634.724609375, 830.1812133789062, 571.71142578125, 686.3492431640625]\n", - "21\n", - "6932\n", - "14\n", - "[658.7474975585938, 390.9516906738281, 895.6235961914062, 1242.6483154296875, 857.190673828125, 457.12139892578125, 780.1717529296875, 1126.180908203125, 1008.9951171875, 803.844482421875, 680.0571899414062, 591.0181274414062, 349.12384033203125, 555.1626586914062]\n", - "14\n", - "6933\n", - "16\n", - "[389.5698547363281, 730.5484008789062, 531.6909790039062, 767.4800415039062, 1018.8361206054688, 744.7598266601562, 355.1827392578125, 337.9057312011719, 372.6734924316406, 458.37054443359375, 712.9531860351562, 388.1721496582031, 324.8206787109375, 391.65924072265625, 562.4853515625, 450.2699890136719]\n", - "16\n", - "6934\n", - "35\n", - "[421.9320983886719, 489.5119934082031, 487.8129577636719, 325.0628662109375, 692.5131225585938, 678.8704833984375, 534.5887451171875, 1026.2957763671875, 1342.2032470703125, 847.7432250976562, 393.6196594238281, 487.4024353027344, 746.4152221679688, 1229.508056640625, 1336.36376953125, 1540.6751708984375, 1059.4808349609375, 568.4004516601562, 595.9136962890625, 1295.4693603515625, 1458.8443603515625, 1489.0921630859375, 1257.5020751953125, 889.249267578125, 845.4844970703125, 475.2209167480469, 403.1001281738281, 845.477783203125, 1314.547607421875, 1178.37744140625, 1059.70703125, 370.5920104980469, 302.3552551269531, 448.30419921875, 384.7574462890625]\n", - "35\n", - "6935\n", - "14\n", - "[345.77923583984375, 306.4156494140625, 552.871826171875, 946.7545166015625, 511.44061279296875, 952.5712890625, 1180.171875, 1091.15771484375, 756.1640014648438, 1409.1702880859375, 904.3603515625, 356.1468200683594, 392.8586120605469, 310.92242431640625]\n", - "14\n", - "6936\n", - "9\n", - "[536.2944946289062, 437.3793640136719, 311.6002197265625, 685.5221557617188, 430.9378967285156, 600.8214111328125, 537.6941528320312, 638.3390502929688, 1031.6690673828125]\n", - "9\n", - "6937\n", - "18\n", - "[412.8867492675781, 352.0859375, 491.7803955078125, 601.5324096679688, 619.8758544921875, 350.15155029296875, 853.3828735351562, 451.19927978515625, 444.0137634277344, 921.1280517578125, 890.0645141601562, 482.32098388671875, 656.3301391601562, 434.1577453613281, 976.5487060546875, 673.3822631835938, 575.8140869140625, 614.9927978515625]\n", - "18\n", - "6938\n", - "13\n", - "[313.0340881347656, 1339.68896484375, 1154.4849853515625, 982.327392578125, 895.063232421875, 857.4935913085938, 1724.3282470703125, 1863.8262939453125, 957.1196899414062, 470.97235107421875, 1144.78466796875, 327.04815673828125, 933.234130859375]\n", - "13\n", - "6939\n", - "7\n", - "[770.9984741210938, 900.6853637695312, 527.6572875976562, 642.9365844726562, 856.2225341796875, 1020.568115234375, 519.0152587890625]\n", - "7\n", - "6940\n", - "5\n", - "[1413.14892578125, 691.4754638671875, 1245.9989013671875, 2482.59423828125, 918.4913330078125]\n", - "5\n", - "6941\n", - "34\n", - "[588.8975830078125, 605.5472412109375, 1468.2410888671875, 311.6769104003906, 2827.53369140625, 2033.3953857421875, 2434.14892578125, 936.731689453125, 472.6354064941406, 551.5072631835938, 3064.42626953125, 2809.51806640625, 2697.6513671875, 2029.8045654296875, 2763.421875, 2727.8173828125, 1881.7724609375, 533.27587890625, 1208.6982421875, 1570.3929443359375, 1497.3839111328125, 2528.882568359375, 1997.5406494140625, 325.6627502441406, 1267.8638916015625, 457.6681213378906, 961.9100952148438, 1046.276123046875, 330.0617980957031, 397.9034729003906, 1052.8709716796875, 1740.513427734375, 955.5855102539062, 684.4363403320312]\n", - "34\n", - "6942\n", - "225\n", - "[625.5870361328125, 414.67449951171875, 385.4693298339844, 934.0384521484375, 542.38720703125, 1366.05517578125, 1164.3134765625, 768.4578247070312, 612.1429443359375, 609.6574096679688, 902.8770751953125, 667.8896484375, 730.3952026367188, 718.866943359375, 955.4141235351562, 397.299072265625, 721.3667602539062, 1047.782470703125, 725.2601928710938, 304.1307067871094, 240.4666748046875, 719.004638671875, 1554.3955078125, 712.6043090820312, 462.73175048828125, 840.7134399414062, 337.9580993652344, 335.9085998535156, 999.186279296875, 905.6665649414062, 950.2577514648438, 1857.5576171875, 2219.63818359375, 1826.4959716796875, 1627.992431640625, 1227.281982421875, 445.9094543457031, 744.067138671875, 808.7852783203125, 359.0858154296875, 366.50506591796875, 481.9466857910156, 383.9837951660156, 1194.8887939453125, 867.3067016601562, 349.8398132324219, 307.8912353515625, 1112.6268310546875, 1029.2557373046875, 531.37158203125, 968.3905029296875, 841.625, 390.2339782714844, 364.56134033203125, 1007.2152099609375, 1024.2464599609375, 1383.5279541015625, 1030.44970703125, 1806.6468505859375, 1983.23583984375, 1977.8704833984375, 1899.5350341796875, 1777.510498046875, 1624.90625, 285.1385803222656, 312.18341064453125, 445.3235168457031, 752.0383911132812, 737.8319091796875, 1302.3382568359375, 1181.693603515625, 1373.3133544921875, 959.88916015625, 703.1333618164062, 1238.6417236328125, 712.8829956054688, 1240.584716796875, 1802.558837890625, 1698.4713134765625, 1298.73974609375, 1236.5213623046875, 1084.7052001953125, 614.9818115234375, 450.89251708984375, 730.1198120117188, 365.63201904296875, 1112.8590087890625, 1046.1776123046875, 817.1299438476562, 1252.978271484375, 1723.254638671875, 1111.2138671875, 747.654296875, 1187.5408935546875, 405.79803466796875, 1243.1190185546875, 492.0841064453125, 641.8201904296875, 623.7155151367188, 1634.6361083984375, 1646.7894287109375, 1270.076171875, 1317.8638916015625, 1196.6829833984375, 580.8963623046875, 1886.3275146484375, 2038.812255859375, 2038.812255859375, 1849.45556640625, 361.8035583496094, 1291.2850341796875, 2130.388671875, 2011.8455810546875, 991.5142822265625, 322.9329528808594, 836.387939453125, 314.9467468261719, 1578.2734375, 2007.980224609375, 2169.437255859375, 1208.6719970703125, 879.1203002929688, 449.4491271972656, 308.6081237792969, 667.1703491210938, 347.9273986816406, 1358.0101318359375, 1703.1259765625, 1820.2435302734375, 844.3924560546875, 397.6866455078125, 470.69244384765625, 564.1353149414062, 1797.8450927734375, 2016.505615234375, 2026.9586181640625, 853.881103515625, 193.70779418945312, 809.6071166992188, 982.0853881835938, 1415.1783447265625, 2032.5987548828125, 1770.4810791015625, 643.9761962890625, 1733.1424560546875, 1373.10595703125, 728.0757446289062, 1586.5587158203125, 1110.5894775390625, 876.9314575195312, 1547.800537109375, 736.4940185546875, 321.8741149902344, 1014.894287109375, 1504.254150390625, 638.727294921875, 725.8701782226562, 1098.126708984375, 747.3939208984375, 320.77655029296875, 1687.9102783203125, 1899.742919921875, 260.78448486328125, 357.75445556640625, 1074.0830078125, 845.8843994140625, 1114.402587890625, 1553.804443359375, 2331.509033203125, 2121.375244140625, 966.7191772460938, 1629.1153564453125, 1550.177001953125, 316.6868896484375, 312.2451171875, 332.1844787597656, 642.3428344726562, 1480.4068603515625, 516.3924560546875, 394.96484375, 606.07568359375, 731.9723510742188, 481.24127197265625, 1420.558837890625, 1012.0460815429688, 1561.93212890625, 1847.498291015625, 1019.1614990234375, 1915.037353515625, 1604.978759765625, 2103.054931640625, 2369.36279296875, 2060.218017578125, 1141.2071533203125, 1788.0250244140625, 382.6442565917969, 585.7628784179688, 337.8128662109375, 650.71142578125, 563.674560546875, 1117.7344970703125, 1312.328857421875, 2109.255859375, 1994.3509521484375, 2182.4111328125, 1226.0902099609375, 1319.842529296875, 970.8096313476562, 703.6539916992188, 1483.0848388671875, 2007.1326904296875, 1954.166015625, 1721.1275634765625, 1453.7015380859375, 831.0321655273438, 1510.1912841796875, 1255.9339599609375, 753.6629638671875, 1147.7071533203125, 854.9694213867188, 428.8996276855469, 982.4874267578125, 690.552001953125, 790.2275390625]\n", - "224\n", - "6943\n", - "13\n", - "[1490.3236083984375, 907.1160888671875, 828.8884887695312, 1034.377197265625, 1255.7926025390625, 637.5910034179688, 1255.56494140625, 1787.9617919921875, 2296.77880859375, 1190.1387939453125, 1276.904296875, 953.41455078125, 325.9107971191406]\n", - "13\n", - "6944\n", - "14\n", - "[476.47442626953125, 313.3132019042969, 1438.0316162109375, 1314.3408203125, 409.9198303222656, 1602.734130859375, 1075.9149169921875, 327.6571350097656, 791.7322998046875, 360.5032043457031, 602.3231201171875, 687.3076782226562, 871.7027587890625, 560.3440551757812]\n", - "14\n", - "6945\n", - "8\n", - "[363.95806884765625, 304.1807861328125, 737.1698608398438, 1034.1751708984375, 604.2992553710938, 808.8426513671875, 539.3348388671875, 1492.564208984375]\n", - "8\n", - "6946\n", - "9\n", - "[413.54058837890625, 689.00732421875, 711.7794189453125, 4336.5869140625, 2958.5888671875, 1833.9329833984375, 1680.356201171875, 346.9664001464844, 446.333984375]\n", - "9\n", - "6947\n", - "12\n", - "[925.80908203125, 831.670166015625, 1140.6767578125, 1219.6436767578125, 3023.6484375, 2746.651611328125, 901.6707763671875, 1622.942138671875, 2711.58837890625, 1185.8079833984375, 545.574462890625, 764.5631713867188]\n", - "12\n", - "6948\n", - "21\n", - "[529.9689331054688, 1244.22900390625, 1531.9503173828125, 1163.7413330078125, 2386.837890625, 1762.6358642578125, 2119.833984375, 2617.32470703125, 627.9861450195312, 1371.7178955078125, 2882.469482421875, 433.8944091796875, 536.9026489257812, 393.3035888671875, 2196.08740234375, 646.799560546875, 2837.536376953125, 1639.303466796875, 311.3545837402344, 1316.0982666015625, 302.5995788574219]\n", - "21\n", - "6949\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[384.4175720214844, 865.7382202148438, 359.61114501953125, 1174.0831298828125, 1561.0634765625, 362.06671142578125, 501.4912414550781, 487.72344970703125]\n", - "8\n", - "6950\n", - "5\n", - "[2083.631591796875, 1126.4180908203125, 1204.559326171875, 724.0731201171875, 1416.664306640625]\n", - "5\n", - "6951\n", - "7\n", - "[630.9329223632812, 442.1449890136719, 1383.905029296875, 1763.41357421875, 970.456298828125, 522.2642211914062, 589.97314453125]\n", - "7\n", - "6952\n", - "8\n", - "[1277.2266845703125, 397.42962646484375, 363.9372863769531, 1112.94091796875, 960.3418579101562, 773.254150390625, 566.2682495117188, 317.12628173828125]\n", - "8\n", - "6953\n", - "14\n", - "[427.703125, 1145.1669921875, 1107.8902587890625, 1811.5159912109375, 628.291015625, 439.1885986328125, 525.1209716796875, 1949.444091796875, 2252.952880859375, 810.4684448242188, 490.9137268066406, 913.3464965820312, 396.7340393066406, 601.9512939453125]\n", - "14\n", - "6954\n", - "7\n", - "[490.1353759765625, 577.308837890625, 1448.030517578125, 2299.56298828125, 426.6996154785156, 1020.5757446289062, 1290.709716796875]\n", - "7\n", - "6955\n", - "13\n", - "[1145.92138671875, 1186.896240234375, 928.1454467773438, 1024.9674072265625, 1909.92919921875, 2405.4677734375, 1886.215576171875, 1188.47265625, 947.6460571289062, 1265.103515625, 1096.3709716796875, 356.0523986816406, 565.2374267578125]\n", - "13\n", - "6956\n", - "4\n", - "[693.791015625, 675.21240234375, 2858.6767578125, 1217.140380859375]\n", - "4\n", - "6957\n", - "24\n", - "[365.8135681152344, 307.1410827636719, 670.554931640625, 696.966064453125, 1314.1776123046875, 1174.8504638671875, 1800.30029296875, 1024.543701171875, 1628.17626953125, 2291.7490234375, 2014.3365478515625, 523.4554443359375, 1407.8729248046875, 1135.7374267578125, 1079.80908203125, 353.33453369140625, 482.66925048828125, 431.93695068359375, 384.92138671875, 620.6185913085938, 1367.057861328125, 1233.9107666015625, 389.6368408203125, 598.76953125]\n", - "24\n", - "6958\n", - "11\n", - "[418.6772155761719, 326.1325988769531, 1097.687744140625, 501.594482421875, 540.6017456054688, 1250.1102294921875, 763.1692504882812, 563.2686157226562, 593.7623901367188, 337.15313720703125, 305.3653259277344]\n", - "11\n", - "6959\n", - "15\n", - "[460.0478820800781, 1003.941650390625, 1121.2147216796875, 678.1141967773438, 657.8098754882812, 2027.997802734375, 2178.41357421875, 980.7444458007812, 862.2044677734375, 2464.973876953125, 1871.779296875, 1402.4600830078125, 549.2797241210938, 1240.1204833984375, 1384.571044921875]\n", - "15\n", - "6960\n", - "16\n", - "[528.2506713867188, 446.4083557128906, 380.9807434082031, 866.1734619140625, 356.4941711425781, 432.8349609375, 363.7435302734375, 1060.02734375, 1098.1317138671875, 886.5078735351562, 678.186767578125, 595.0651245117188, 891.4392700195312, 322.66229248046875, 802.0181274414062, 449.9775390625]\n", - "16\n", - "6961\n", - "13\n", - "[981.0333862304688, 682.2022705078125, 689.7045288085938, 1051.9315185546875, 2096.67529296875, 1155.54345703125, 684.2845458984375, 1602.293701171875, 2166.72314453125, 382.0655212402344, 650.643310546875, 413.7082214355469, 490.18023681640625]\n", - "13\n", - "6962\n", - "9\n", - "[348.0413818359375, 562.677978515625, 908.654541015625, 582.4241333007812, 746.2765502929688, 937.074462890625, 546.0467529296875, 393.1812438964844, 344.66351318359375]\n", - "9\n", - "6963\n", - "15\n", - "[440.8536376953125, 552.8119506835938, 509.5254211425781, 838.6934814453125, 315.4286193847656, 1623.1865234375, 1056.283935546875, 918.799072265625, 576.2800903320312, 1158.4625244140625, 302.1954040527344, 834.6552124023438, 700.9830322265625, 821.6751708984375, 390.3402404785156]\n", - "15\n", - "6964\n", - "17\n", - "[893.3715209960938, 1261.109375, 432.1164245605469, 507.9544372558594, 1471.5684814453125, 1640.9237060546875, 367.3080749511719, 734.4571533203125, 2308.599853515625, 1591.4278564453125, 2189.991455078125, 1874.3704833984375, 1056.6446533203125, 1814.547607421875, 535.8348999023438, 354.21539306640625, 473.17742919921875]\n", - "17\n", - "6965\n", - "5\n", - "[369.0342102050781, 2161.310546875, 884.3447265625, 1475.9776611328125, 438.4529724121094]\n", - "5\n", - "6966\n", - "5\n", - "[671.8160400390625, 2075.8525390625, 470.3268737792969, 2497.231689453125, 574.5059814453125]\n", - "5\n", - "6967\n", - "9\n", - "[347.40899658203125, 537.80078125, 1264.7763671875, 1228.0379638671875, 1080.9385986328125, 338.37811279296875, 717.749755859375, 305.2948913574219, 345.94561767578125]\n", - "9\n", - "6968\n", - "11\n", - "[390.63555908203125, 423.52142333984375, 375.846923828125, 1542.5657958984375, 1213.3070068359375, 501.19549560546875, 870.1947021484375, 973.4010009765625, 310.89044189453125, 607.3175048828125, 451.3731689453125]\n", - "11\n", - "6969\n", - "15\n", - "[843.0346069335938, 776.14599609375, 2399.452880859375, 1715.6656494140625, 890.9537353515625, 329.273193359375, 585.0834350585938, 2076.46728515625, 2472.391845703125, 2720.858154296875, 2572.68798828125, 617.062255859375, 1194.8878173828125, 1100.212158203125, 901.7156982421875]\n", - "15\n", - "6970\n", - "12\n", - "[332.0966491699219, 489.35162353515625, 666.1803588867188, 339.13323974609375, 337.3194885253906, 307.6561279296875, 694.9154663085938, 422.97882080078125, 598.5469360351562, 540.2648315429688, 312.93121337890625, 499.6880798339844]\n", - "12\n", - "6971\n", - "6\n", - "[301.99346923828125, 574.2835693359375, 1006.387451171875, 1234.0142822265625, 2349.377685546875, 1748.411376953125]\n", - "6\n", - "6972\n", - "4\n", - "[1965.787353515625, 2410.8828125, 1266.029296875, 757.1430053710938]\n", - "4\n", - "6973\n", - "10\n", - "[524.7457885742188, 747.1268920898438, 790.4329223632812, 2318.491943359375, 1423.9346923828125, 2534.7275390625, 957.8223266601562, 2159.834228515625, 3180.7333984375, 716.4395751953125]\n", - "10\n", - "6974\n", - "45\n", - "[1174.6544189453125, 532.6671752929688, 422.0592041015625, 1055.4749755859375, 1136.4822998046875, 666.341064453125, 353.70257568359375, 497.5562744140625, 1111.0791015625, 2020.2711181640625, 1415.123291015625, 1324.4447021484375, 1477.671630859375, 600.3668823242188, 954.7684326171875, 2351.062255859375, 1047.0380859375, 1067.059814453125, 1511.3125, 383.8983459472656, 1350.0748291015625, 2548.14306640625, 2746.318359375, 2453.839599609375, 1655.2890625, 908.15283203125, 685.5808715820312, 462.5769348144531, 2196.752197265625, 1836.1695556640625, 2446.496826171875, 2717.870849609375, 645.27197265625, 1643.85009765625, 2302.186279296875, 2462.1416015625, 2713.5107421875, 1970.12060546875, 509.8873291015625, 2592.555419921875, 1781.354736328125, 922.578125, 461.3873596191406, 586.95068359375, 396.12847900390625]\n", - "45\n", - "6975\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "9\n", - "[1212.854736328125, 2169.77685546875, 1218.11669921875, 594.9011840820312, 1262.2327880859375, 1018.32958984375, 794.9010009765625, 1094.81884765625, 492.72454833984375]\n", - "9\n", - "6976\n", - "9\n", - "[304.11474609375, 449.4163818359375, 600.1491088867188, 504.5318603515625, 1225.09326171875, 520.79248046875, 746.8289794921875, 1147.58154296875, 644.7092895507812]\n", - "9\n", - "6977\n", - "43\n", - "[409.17724609375, 305.2530822753906, 925.9674072265625, 794.6334838867188, 311.91351318359375, 834.0242919921875, 1207.429931640625, 810.3052368164062, 1689.5780029296875, 856.227783203125, 479.42138671875, 1415.12109375, 1809.8765869140625, 1826.2060546875, 1334.7647705078125, 2005.439697265625, 1804.7581787109375, 1684.496337890625, 647.023193359375, 504.870361328125, 536.458984375, 501.5513916015625, 476.18817138671875, 609.2357788085938, 1033.3045654296875, 1796.16357421875, 1896.5379638671875, 1818.1485595703125, 1623.081787109375, 437.8267822265625, 505.76495361328125, 1026.37646484375, 578.42529296875, 678.1726684570312, 952.9441528320312, 1985.1805419921875, 1947.197021484375, 1288.4398193359375, 407.2879943847656, 945.1460571289062, 1069.37841796875, 1315.945556640625, 387.2229309082031]\n", - "43\n", - "6978\n", - "31\n", - "[830.59326171875, 821.4706420898438, 518.7427368164062, 610.9329833984375, 985.0845336914062, 759.9385375976562, 648.907470703125, 482.61053466796875, 494.9736328125, 423.1692810058594, 785.7815551757812, 808.9414672851562, 881.5570068359375, 684.7964477539062, 515.0052490234375, 349.43377685546875, 732.5673217773438, 685.0523681640625, 640.35595703125, 424.01324462890625, 462.97869873046875, 706.8956298828125, 421.7796325683594, 353.064453125, 811.3992919921875, 950.1082763671875, 544.3646850585938, 726.8595581054688, 314.5770263671875, 394.70452880859375, 306.646240234375]\n", - "31\n", - "6979\n", - "12\n", - "[350.8890075683594, 508.0580139160156, 805.0686645507812, 806.7195434570312, 532.0301513671875, 437.7353210449219, 811.0291137695312, 795.437255859375, 454.16058349609375, 361.4140319824219, 557.0186767578125, 431.9143981933594]\n", - "12\n", - "6980\n", - "7\n", - "[542.5973510742188, 1139.9678955078125, 478.1451110839844, 979.271728515625, 1448.93408203125, 411.6349182128906, 334.8943176269531]\n", - "7\n", - "6981\n", - "12\n", - "[456.99737548828125, 647.696044921875, 1417.8690185546875, 1345.6182861328125, 1107.855224609375, 587.1343994140625, 309.69732666015625, 1288.110107421875, 1302.3544921875, 370.2589416503906, 310.0196533203125, 481.6240539550781]\n", - "12\n", - "6982\n", - "11\n", - "[308.6159973144531, 332.0600280761719, 478.6907043457031, 369.91436767578125, 381.1593017578125, 601.521728515625, 556.7442626953125, 782.2661743164062, 812.9692993164062, 747.7991943359375, 402.39703369140625]\n", - "11\n", - "6983\n", - "11\n", - "[362.0184326171875, 1344.6187744140625, 859.8258666992188, 1570.456298828125, 800.1671142578125, 591.1106567382812, 1337.7491455078125, 1634.456787109375, 425.1952209472656, 713.89990234375, 1134.1298828125]\n", - "11\n", - "6984\n", - "6\n", - "[660.900390625, 1966.183837890625, 937.9627075195312, 579.4347534179688, 1343.9693603515625, 1740.5335693359375]\n", - "6\n", - "6985\n", - "12\n", - "[314.3836364746094, 360.7548522949219, 537.6806640625, 392.9024353027344, 617.8091430664062, 640.9297485351562, 684.2647705078125, 503.4683837890625, 1119.3310546875, 771.2987670898438, 457.3205261230469, 351.06719970703125]\n", - "12\n", - "6986\n", - "13\n", - "[490.4895324707031, 487.0393981933594, 548.573974609375, 521.2674560546875, 470.61053466796875, 1178.5189208984375, 594.7457275390625, 1204.0693359375, 704.2741088867188, 336.7044372558594, 821.0476684570312, 355.240234375, 310.0802307128906]\n", - "13\n", - "6987\n", - "31\n", - "[537.0076904296875, 364.7640380859375, 444.4591369628906, 474.5191345214844, 1086.72509765625, 687.4255981445312, 380.1855773925781, 414.7596130371094, 327.8149719238281, 1039.216064453125, 405.6371154785156, 1021.110595703125, 780.5813598632812, 686.1083374023438, 446.3686218261719, 1316.8660888671875, 1223.4808349609375, 1214.59423828125, 362.8996276855469, 480.7001953125, 341.7926330566406, 962.8635864257812, 942.22216796875, 1174.8775634765625, 389.09136962890625, 359.7436828613281, 1462.4803466796875, 1193.912109375, 930.6259765625, 1171.080078125, 307.7442626953125]\n", - "31\n", - "6988\n", - "33\n", - "[735.9530029296875, 1091.0595703125, 1683.4755859375, 762.7568359375, 1152.5440673828125, 2061.37353515625, 1208.3511962890625, 1569.7835693359375, 1843.1260986328125, 468.08660888671875, 698.5594482421875, 1563.6033935546875, 844.4441528320312, 1750.4970703125, 1337.378662109375, 567.1076049804688, 389.3187255859375, 491.3649597167969, 1620.24169921875, 261.97467041015625, 305.20172119140625, 1542.564208984375, 1892.313720703125, 815.798095703125, 412.3509216308594, 524.0023193359375, 494.3425598144531, 617.4888305664062, 702.3814086914062, 626.7393188476562, 524.756591796875, 467.4037780761719, 523.6846923828125]\n", - "33\n", - "6989\n", - "13\n", - "[670.5516357421875, 1225.4180908203125, 666.704833984375, 365.688720703125, 722.8643188476562, 518.7112426757812, 656.3959350585938, 388.9261779785156, 472.2471008300781, 385.7079772949219, 334.7362365722656, 691.544921875, 726.4557495117188]\n", - "13\n", - "6990\n", - "209\n", - "[555.1253662109375, 814.9976196289062, 1389.1925048828125, 722.9533081054688, 394.2771911621094, 541.1193237304688, 647.7150268554688, 509.5137634277344, 588.4928588867188, 330.99346923828125, 695.332763671875, 417.6741638183594, 819.0609741210938, 1035.7833251953125, 3397.32177734375, 2292.435546875, 363.005126953125, 462.6054382324219, 1179.8369140625, 731.229736328125, 548.2948608398438, 1761.1556396484375, 5286.2763671875, 3850.23583984375, 2091.677978515625, 543.2870483398438, 522.8588256835938, 335.08404541015625, 388.1483459472656, 776.017578125, 1126.91845703125, 3148.784423828125, 1357.7296142578125, 589.455322265625, 2404.10205078125, 3760.0078125, 5228.44091796875, 3831.878662109375, 828.9813842773438, 359.78790283203125, 476.36004638671875, 539.9544067382812, 353.2996826171875, 722.6354370117188, 533.43408203125, 766.5025634765625, 626.347412109375, 367.2385559082031, 1840.6219482421875, 2056.342041015625, 2440.640625, 3804.640380859375, 3549.764892578125, 5194.10546875, 4911.37451171875, 3463.671630859375, 1233.3079833984375, 1454.211669921875, 912.5314331054688, 1986.7625732421875, 521.1095581054688, 1009.0747680664062, 3859.3662109375, 5178.30322265625, 5626.65625, 5257.3896484375, 5384.48486328125, 4943.13232421875, 3619.245361328125, 654.920166015625, 2238.88232421875, 2195.18994140625, 409.3518371582031, 675.945068359375, 3232.87939453125, 4547.78369140625, 5651.7080078125, 4871.07470703125, 5390.63623046875, 5426.2060546875, 1948.3687744140625, 3537.4228515625, 3994.67431640625, 1280.41455078125, 1461.9014892578125, 496.185791015625, 300.77685546875, 1034.6591796875, 1664.238525390625, 3063.91015625, 4911.4365234375, 5422.93798828125, 4968.64892578125, 1073.474853515625, 4527.25146484375, 3751.041748046875, 2800.30078125, 4231.29443359375, 905.4921264648438, 616.1159057617188, 788.155029296875, 1010.0659790039062, 2406.968017578125, 5474.9619140625, 5276.6982421875, 4761.169921875, 3197.598388671875, 3568.2919921875, 5212.67822265625, 4931.30029296875, 4193.83251953125, 3457.616943359375, 1047.475341796875, 1611.5516357421875, 1423.0302734375, 1390.343017578125, 1723.727783203125, 3536.607177734375, 3744.443115234375, 4875.56640625, 5385.748046875, 4404.7216796875, 907.263916015625, 2377.152587890625, 1906.1038818359375, 4357.63623046875, 4642.14599609375, 1141.0103759765625, 393.71795654296875, 1067.533203125, 2345.921142578125, 1737.4007568359375, 1279.669189453125, 4124.61279296875, 3913.7861328125, 4325.4873046875, 5394.572265625, 5345.4765625, 2417.531494140625, 2094.982177734375, 724.9388427734375, 455.5180969238281, 1216.57080078125, 3640.128662109375, 1515.3663330078125, 409.569580078125, 407.2209167480469, 704.895263671875, 1910.2845458984375, 2810.399658203125, 1646.7911376953125, 1973.302001953125, 2915.94091796875, 3284.15966796875, 461.1231384277344, 2750.938720703125, 376.9693298339844, 976.9484252929688, 2679.475830078125, 535.4713134765625, 386.2790222167969, 320.70709228515625, 317.972900390625, 352.8968200683594, 473.3260803222656, 1135.9542236328125, 802.336181640625, 1416.8394775390625, 1634.4229736328125, 606.8309326171875, 777.7659301757812, 1445.462646484375, 1356.76318359375, 1215.321044921875, 1227.5986328125, 352.0872802734375, 427.4234619140625, 557.9143676757812, 1204.3929443359375, 1489.3453369140625, 379.44354248046875, 658.1275024414062, 962.3909912109375, 891.5836791992188, 374.7603759765625, 2451.400146484375, 378.5771179199219, 452.1755676269531, 596.3099365234375, 638.4365234375, 594.4957275390625, 510.8279113769531, 992.3974609375, 690.4425048828125, 1019.0836791992188, 1137.731689453125, 438.7015686035156, 900.8924560546875, 355.7461242675781, 651.2330322265625, 1254.4451904296875, 865.6261596679688, 383.0719299316406, 585.5040283203125, 735.5133666992188, 649.9479370117188, 339.22808837890625, 313.91802978515625]\n", - "208\n", - "6991\n", - "15\n", - "[1094.7127685546875, 920.2061767578125, 801.9436645507812, 2362.312255859375, 2321.77978515625, 1593.47802734375, 857.2326049804688, 2184.347412109375, 2308.59130859375, 2323.01123046875, 1301.362060546875, 1881.6092529296875, 1673.0035400390625, 633.4156494140625, 947.250732421875]\n", - "15\n", - "6992\n", - "15\n", - "[332.8014831542969, 1191.240478515625, 1880.696533203125, 1237.4957275390625, 1773.1861572265625, 1561.033447265625, 427.63525390625, 681.5188598632812, 401.9620361328125, 1871.2154541015625, 1503.188720703125, 845.066162109375, 518.3770751953125, 496.3023681640625, 354.4730529785156]\n", - "15\n", - "6993\n", - "11\n", - "[688.2356567382812, 337.6301574707031, 1051.757080078125, 447.0976867675781, 695.39892578125, 694.77392578125, 1196.2445068359375, 823.2028198242188, 353.37841796875, 647.6238403320312, 660.412109375]\n", - "11\n", - "6994\n", - "11\n", - "[349.3521728515625, 509.2867126464844, 822.0204467773438, 446.062255859375, 970.2118530273438, 740.0665893554688, 789.1085205078125, 666.9898071289062, 507.5885925292969, 543.4265747070312, 498.1466064453125]\n", - "11\n", - "6995\n", - "15\n", - "[467.17047119140625, 682.5184936523438, 718.0969848632812, 538.7964477539062, 674.4701538085938, 326.7768859863281, 533.84814453125, 743.5527954101562, 915.5950927734375, 326.489501953125, 529.650146484375, 517.9137573242188, 309.2371826171875, 646.4517822265625, 339.0184020996094]\n", - "15\n", - "6996\n", - "14\n", - "[789.1865234375, 682.4915161132812, 1297.2259521484375, 974.311767578125, 1184.701416015625, 408.2076416015625, 924.9337158203125, 1562.7208251953125, 588.5941162109375, 1063.3936767578125, 396.0887451171875, 399.623046875, 736.4039916992188, 618.6525268554688]\n", - "14\n", - "6997\n", - "17\n", - "[304.7047119140625, 435.7153625488281, 423.7613525390625, 667.225341796875, 1036.466552734375, 1029.389404296875, 845.8032836914062, 351.7606201171875, 680.546875, 1440.77685546875, 1557.3353271484375, 882.1695556640625, 513.7962646484375, 301.216552734375, 984.5642700195312, 1034.024658203125, 432.5743408203125]\n", - "17\n", - "6998\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[404.3735046386719, 673.410400390625, 1094.7940673828125, 468.7509460449219, 857.1694946289062, 1351.9967041015625, 2049.28271484375, 2265.132080078125, 1914.97802734375, 1133.9334716796875]\n", - "10\n", - "6999\n", - "22\n", - "[1116.890625, 1235.5487060546875, 1406.69140625, 1425.002685546875, 1079.8316650390625, 1050.0526123046875, 1412.67529296875, 506.4530334472656, 760.648681640625, 1810.9468994140625, 1837.9521484375, 1778.834716796875, 1795.51904296875, 1790.96044921875, 1487.178955078125, 556.48388671875, 474.97235107421875, 1089.538818359375, 736.5202026367188, 763.5518188476562, 436.0168151855469, 1012.3008422851562]\n", - "22\n", - "7000\n", - "8\n", - "[306.56658935546875, 621.3723754882812, 568.6756591796875, 419.9830627441406, 1454.33740234375, 1052.0194091796875, 355.65716552734375, 311.5060119628906]\n", - "8\n", - "7001\n", - "17\n", - "[582.6473388671875, 716.6795043945312, 323.438232421875, 906.10400390625, 619.585205078125, 389.32928466796875, 1460.4180908203125, 1268.0628662109375, 539.3626708984375, 998.663818359375, 953.8255004882812, 552.5678100585938, 362.533935546875, 522.5147094726562, 578.8356323242188, 398.6224670410156, 473.4426574707031]\n", - "17\n", - "7002\n", - "8\n", - "[386.72845458984375, 651.3093872070312, 1122.6181640625, 416.85357666015625, 2064.7470703125, 582.7114868164062, 343.8298645019531, 1012.022705078125]\n", - "8\n", - "7003\n", - "17\n", - "[909.581298828125, 1463.8182373046875, 367.2970275878906, 701.3612060546875, 2012.3934326171875, 2194.47265625, 1410.0126953125, 732.7205200195312, 1142.7576904296875, 839.6065063476562, 873.5472412109375, 1172.5218505859375, 601.367431640625, 662.3485717773438, 302.497802734375, 356.3467712402344, 322.679443359375]\n", - "17\n", - "7004\n", - "8\n", - "[508.23382568359375, 867.3952026367188, 523.3146362304688, 1191.517578125, 585.9542236328125, 568.3863525390625, 1128.45068359375, 324.1224670410156]\n", - "8\n", - "7005\n", - "29\n", - "[463.5350341796875, 564.3203735351562, 1011.80029296875, 2322.116455078125, 1422.7520751953125, 1633.8463134765625, 1086.0218505859375, 986.8994750976562, 3032.732666015625, 2730.767578125, 3130.279052734375, 2433.77783203125, 1450.5848388671875, 2313.44775390625, 2616.11083984375, 3286.796630859375, 3295.97607421875, 3229.254638671875, 2785.38427734375, 479.7037048339844, 2080.64501953125, 3284.42578125, 3261.788818359375, 3102.396240234375, 805.0938720703125, 1444.7110595703125, 1590.282470703125, 1492.3321533203125, 495.0709533691406]\n", - "29\n", - "7006\n", - "12\n", - "[695.5587158203125, 399.7291564941406, 738.0846557617188, 498.2170104980469, 2464.1484375, 1415.0252685546875, 593.80517578125, 647.9512329101562, 654.8343505859375, 1457.357421875, 947.8575439453125, 913.64306640625]\n", - "12\n", - "7007\n", - "8\n", - "[464.22625732421875, 885.2626342773438, 386.7055358886719, 842.767333984375, 673.2267456054688, 534.3839721679688, 587.968994140625, 901.8019409179688]\n", - "8\n", - "7008\n", - "74\n", - "[336.7585144042969, 2085.894775390625, 1318.5582275390625, 777.9933471679688, 534.0151977539062, 592.2379150390625, 2699.442138671875, 1979.4271240234375, 478.3138427734375, 783.2388916015625, 1618.8380126953125, 485.0374450683594, 354.3458251953125, 1551.068115234375, 985.9150390625, 420.98956298828125, 370.0658874511719, 1841.82568359375, 1252.4278564453125, 1489.3802490234375, 3085.34814453125, 1587.857421875, 431.4558410644531, 363.2967529296875, 574.7835083007812, 1485.2027587890625, 2348.971435546875, 972.5631103515625, 1829.3514404296875, 1608.359375, 3163.50146484375, 2936.100341796875, 2958.208740234375, 630.1615600585938, 1042.19189453125, 2719.62939453125, 1179.234375, 3297.240234375, 3054.280517578125, 2348.48291015625, 3405.918701171875, 3260.4716796875, 2937.897216796875, 856.684814453125, 2420.421875, 2847.642333984375, 1752.5146484375, 2723.33056640625, 3703.9296875, 3199.677978515625, 2936.738037109375, 3374.8759765625, 1803.4093017578125, 557.2496337890625, 588.143310546875, 834.228759765625, 3321.8408203125, 3266.466552734375, 1977.5931396484375, 2072.886474609375, 2161.66357421875, 1068.6307373046875, 460.4657287597656, 783.5949096679688, 709.1925659179688, 994.4022827148438, 331.06170654296875, 1165.6258544921875, 358.332763671875, 699.9683227539062, 1018.4605712890625, 1832.0010986328125, 350.5989990234375]\n", - "73\n", - "7009\n", - "16\n", - "[327.2396240234375, 684.574951171875, 678.9440307617188, 977.5889892578125, 1550.6995849609375, 1103.9644775390625, 659.2418212890625, 1098.176513671875, 1509.1875, 875.992431640625, 342.0103454589844, 1124.0521240234375, 1532.66259765625, 514.1799926757812, 862.013916015625, 781.6087646484375]\n", - "16\n", - "7010\n", - "10\n", - "[723.92724609375, 995.0680541992188, 690.8233642578125, 652.6226806640625, 1802.2156982421875, 2005.216552734375, 420.0440979003906, 1114.677490234375, 941.85302734375, 454.8197326660156]\n", - "10\n", - "7011\n", - "18\n", - "[967.4611206054688, 700.0523681640625, 1014.5962524414062, 1225.5819091796875, 425.6090087890625, 848.4172973632812, 1063.882568359375, 726.9280395507812, 508.1534423828125, 1148.0013427734375, 1800.8211669921875, 1469.635986328125, 323.5033264160156, 586.0673828125, 1402.5234375, 993.9766235351562, 503.0751647949219, 1335.7369384765625]\n", - "18\n", - "7012\n", - "9\n", - "[401.9682922363281, 378.18914794921875, 367.438232421875, 873.5608520507812, 1039.0419921875, 1304.11669921875, 1204.8184814453125, 491.9542236328125, 377.4787902832031]\n", - "9\n", - "7013\n", - "5\n", - "[409.8490905761719, 719.7581787109375, 1413.9827880859375, 2516.33642578125, 407.401611328125]\n", - "5\n", - "7014\n", - "7\n", - "[1842.9102783203125, 2037.5787353515625, 348.3074645996094, 485.56744384765625, 1211.06689453125, 302.0688171386719, 308.1929931640625]\n", - "7\n", - "7015\n", - "8\n", - "[669.7757568359375, 648.7579956054688, 594.2772216796875, 1054.823486328125, 1023.3662719726562, 487.5526123046875, 574.4039916992188, 523.9058837890625]\n", - "8\n", - "7016\n", - "21\n", - "[373.2269287109375, 548.387451171875, 397.638671875, 1166.7451171875, 1685.398193359375, 425.3013610839844, 419.11187744140625, 564.9856567382812, 651.3851318359375, 1402.711181640625, 645.9528198242188, 577.809326171875, 536.4982299804688, 685.9156494140625, 270.1363525390625, 494.1625671386719, 323.79827880859375, 718.49560546875, 504.9484558105469, 569.9732666015625]\n", - "20\n", - "7017\n", - "7\n", - "[694.30615234375, 531.9041137695312, 497.3415222167969, 752.8907470703125, 2088.751708984375, 368.3597106933594, 746.1176147460938]\n", - "7\n", - "7018\n", - "12\n", - "[333.7015686035156, 1087.4010009765625, 781.3551025390625, 380.5913391113281, 1255.235107421875, 2168.787841796875, 2051.8740234375, 970.3869018554688, 798.5589599609375, 2111.29931640625, 1892.0006103515625, 526.7337646484375]\n", - "12\n", - "7019\n", - "7\n", - "[385.10882568359375, 1663.2186279296875, 455.3968200683594, 469.2276306152344, 1071.07861328125, 1174.62646484375, 466.85906982421875]\n", - "7\n", - "7020\n", - "16\n", - "[304.9707336425781, 344.26995849609375, 1249.2724609375, 1524.4521484375, 1312.8492431640625, 443.4447326660156, 1188.4676513671875, 829.7294921875, 1291.11474609375, 2059.779541015625, 1365.4378662109375, 418.51849365234375, 1341.209228515625, 1168.2672119140625, 318.4248046875, 541.57958984375]\n", - "16\n", - "7021\n", - "9\n", - "[567.3531494140625, 538.3482666015625, 1983.6881103515625, 390.7830810546875, 954.0265502929688, 1310.07080078125, 337.171630859375, 609.6735229492188, 346.71734619140625]\n", - "9\n", - "7022\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "[610.462646484375, 305.0285339355469, 857.736083984375, 1267.671875, 1451.32177734375, 996.7274780273438, 657.8721313476562, 413.80462646484375, 482.50335693359375, 757.3087768554688, 973.6025390625, 1001.1189575195312, 891.5602416992188, 464.47454833984375]\n", - "14\n", - "7023\n", - "21\n", - "[767.3461303710938, 795.39501953125, 444.9148864746094, 1795.642578125, 2607.669189453125, 749.7860107421875, 450.7797546386719, 2729.6064453125, 2905.512451171875, 2215.72998046875, 1559.7730712890625, 660.7840576171875, 352.11114501953125, 3752.158935546875, 2763.40380859375, 2624.295166015625, 1204.85888671875, 371.09075927734375, 1688.3720703125, 1161.7491455078125, 1672.05224609375]\n", - "21\n", - "7024\n", - "7\n", - "[389.7027587890625, 458.6151428222656, 1337.172607421875, 464.2817687988281, 1138.373046875, 373.4322204589844, 966.0703125]\n", - "7\n", - "7025\n", - "11\n", - "[431.857421875, 519.5371704101562, 723.2105712890625, 652.9015502929688, 403.641845703125, 466.46063232421875, 334.02783203125, 707.481689453125, 395.42108154296875, 669.7994995117188, 654.982177734375]\n", - "11\n", - "7026\n", - "7\n", - "[734.9434814453125, 491.5514831542969, 1646.750244140625, 1080.493896484375, 1759.397216796875, 1260.7105712890625, 786.8794555664062]\n", - "7\n", - "7027\n", - "6\n", - "[471.8594055175781, 1664.7728271484375, 1477.9119873046875, 1466.137451171875, 877.8794555664062, 461.9354553222656]\n", - "6\n", - "7028\n", - "44\n", - "[1538.120361328125, 959.0162963867188, 1033.3836669921875, 933.8414306640625, 1232.4937744140625, 1061.81201171875, 302.7931213378906, 601.9169311523438, 1563.4366455078125, 2184.998779296875, 1254.196533203125, 2089.691650390625, 3049.201171875, 1882.8958740234375, 731.0792236328125, 422.2034606933594, 3200.79052734375, 2819.583740234375, 3430.429443359375, 3553.757568359375, 3841.985107421875, 2954.76416015625, 2107.7509765625, 1297.9150390625, 2020.1683349609375, 2864.99951171875, 2936.477783203125, 3547.525146484375, 3591.539306640625, 2703.2509765625, 1651.6109619140625, 818.6105346679688, 746.5322265625, 1722.0260009765625, 2011.3851318359375, 2037.035888671875, 3134.15185546875, 2385.613525390625, 1769.688232421875, 374.23699951171875, 467.0107727050781, 353.262939453125, 714.22021484375, 339.0701599121094]\n", - "44\n", - "7029\n", - "49\n", - "[471.22808837890625, 391.9952392578125, 1574.45751953125, 838.6121826171875, 1725.09375, 456.69232177734375, 1218.113037109375, 2489.0322265625, 1076.168701171875, 577.7883911132812, 356.1371154785156, 602.7662353515625, 942.2713623046875, 2314.133544921875, 2347.343994140625, 1287.23046875, 1051.718994140625, 1481.1436767578125, 1487.677734375, 343.7576599121094, 813.5868530273438, 2029.662109375, 2583.616943359375, 2717.3564453125, 1825.2835693359375, 1041.2802734375, 777.3818359375, 387.7084655761719, 1954.7745361328125, 2487.89794921875, 2659.526123046875, 2502.64404296875, 2025.7974853515625, 735.3048095703125, 1328.8258056640625, 2568.727294921875, 2543.366943359375, 2453.249267578125, 2210.93603515625, 731.9803466796875, 1420.36767578125, 2483.98828125, 2461.763671875, 1813.0806884765625, 470.0226135253906, 1033.0223388671875, 1154.4337158203125, 749.488037109375, 731.62890625]\n", - "49\n", - "7030\n", - "46\n", - "[338.5547790527344, 560.0309448242188, 615.88916015625, 1368.9818115234375, 2287.0537109375, 2051.47412109375, 1437.6302490234375, 1199.1749267578125, 555.5875854492188, 311.1265563964844, 401.2649230957031, 1991.073974609375, 1033.1781005859375, 613.9530029296875, 1310.8499755859375, 2605.919921875, 553.589111328125, 610.8177490234375, 3372.78369140625, 2420.91943359375, 439.3861999511719, 1456.2080078125, 2078.549560546875, 2957.223388671875, 1414.6297607421875, 434.2535705566406, 1282.399169921875, 2101.248779296875, 3986.37841796875, 1800.5869140625, 550.05419921875, 642.2947998046875, 717.1151123046875, 1710.2357177734375, 1024.2447509765625, 1022.6304321289062, 542.0240478515625, 1712.6131591796875, 1170.423095703125, 1038.130126953125, 445.64630126953125, 862.3486938476562, 2938.354736328125, 1781.6197509765625, 603.8990478515625]\n", - "45\n", - "7031\n", - "24\n", - "[587.84716796875, 308.2255554199219, 768.3234252929688, 1185.7369384765625, 652.204345703125, 1789.448486328125, 1912.529052734375, 450.7255554199219, 361.2669677734375, 449.6752014160156, 1278.32470703125, 1693.94775390625, 1850.64599609375, 1298.9014892578125, 443.1132507324219, 704.0862426757812, 1206.8377685546875, 1291.19970703125, 843.3347778320312, 836.2575073242188, 754.4395751953125, 346.5031433105469, 405.44488525390625, 534.4345092773438]\n", - "24\n", - "7032\n", - "18\n", - "[1409.32568359375, 1381.1651611328125, 372.60894775390625, 2093.906005859375, 2839.838134765625, 309.1100769042969, 1615.499755859375, 3457.324951171875, 2830.7490234375, 1946.2347412109375, 1369.9708251953125, 1120.1895751953125, 2236.393310546875, 1701.6146240234375, 712.3139038085938, 2640.43359375, 2823.26953125, 667.6261596679688]\n", - "18\n", - "7033\n", - "25\n", - "[688.0597534179688, 1899.2501220703125, 841.1724853515625, 1454.623779296875, 1744.5167236328125, 1825.68310546875, 708.0106201171875, 372.7773132324219, 442.69189453125, 1078.556640625, 349.89422607421875, 1169.974609375, 837.8047485351562, 889.425537109375, 939.9124145507812, 348.63861083984375, 548.7537231445312, 481.2237548828125, 1387.5439453125, 888.9340209960938, 428.83404541015625, 336.45733642578125, 1107.749267578125, 420.1957092285156]\n", - "24\n", - "7034\n", - "5\n", - "[633.5484008789062, 1171.465576171875, 1297.228759765625, 1281.695556640625, 659.007568359375]\n", - "5\n", - "7035\n", - "8\n", - "[322.0484924316406, 361.0409240722656, 781.2399291992188, 805.07861328125, 1054.6180419921875, 370.41796875, 970.4830322265625, 1061.37255859375]\n", - "8\n", - "7036\n", - "23\n", - "[585.7969970703125, 790.1286010742188, 616.1067504882812, 1115.75146484375, 723.0563354492188, 1721.564453125, 1083.754638671875, 322.8699645996094, 1356.7684326171875, 2299.351318359375, 2433.45166015625, 2325.726318359375, 2246.231201171875, 526.7073364257812, 1448.74951171875, 1686.6214599609375, 1893.189697265625, 1292.4434814453125, 793.1935424804688, 339.7933654785156, 842.3843383789062, 1566.15576171875, 582.2654418945312]\n", - "23\n", - "7037\n", - "22\n", - "[903.2413940429688, 534.0087890625, 393.9579772949219, 696.77001953125, 817.8886108398438, 1361.4947509765625, 858.487060546875, 391.83282470703125, 536.0657958984375, 1242.1025390625, 1142.2567138671875, 1118.685791015625, 2711.76025390625, 2514.19873046875, 595.7225341796875, 382.2406921386719, 2190.29248046875, 2276.25927734375, 799.1347045898438, 360.7529602050781, 1245.1512451171875, 1043.4549560546875]\n", - "22\n", - "7038\n", - "19\n", - "[399.1526794433594, 869.4641723632812, 953.5802001953125, 1179.37548828125, 1726.4407958984375, 1323.732177734375, 672.1392822265625, 431.3424377441406, 1503.0986328125, 1807.96630859375, 1515.9951171875, 949.9610595703125, 962.701904296875, 1555.53125, 1102.9224853515625, 435.06182861328125, 1255.216552734375, 1419.56298828125, 634.291259765625]\n", - "19\n", - "7039\n", - "5\n", - "[741.4805908203125, 1744.15380859375, 678.4570922851562, 1065.031982421875, 1391.4884033203125]\n", - "5\n", - "7040\n", - "11\n", - "[394.82086181640625, 1575.4510498046875, 1622.9327392578125, 1236.3583984375, 1178.5496826171875, 747.4014892578125, 1621.292724609375, 1047.093505859375, 1060.2286376953125, 459.9612731933594, 377.2497863769531]\n", - "11\n", - "7041\n", - "7\n", - "[508.40899658203125, 936.6079711914062, 566.0157470703125, 647.6736450195312, 1320.8973388671875, 1309.51904296875, 1665.5623779296875]\n", - "7\n", - "7042\n", - "8\n", - "[615.3832397460938, 1218.6143798828125, 1621.93017578125, 1263.5718994140625, 777.9097290039062, 364.3503112792969, 486.23858642578125, 527.2501831054688]\n", - "8\n", - "7043\n", - "13\n", - "[330.01312255859375, 430.17205810546875, 348.25396728515625, 794.5697631835938, 933.2368774414062, 881.6536865234375, 575.688720703125, 320.8620300292969, 356.6111755371094, 938.83349609375, 655.2738647460938, 727.023681640625, 355.01080322265625]\n", - "13\n", - "7044\n", - "9\n", - "[698.5994873046875, 969.0394287109375, 645.7324829101562, 662.7498779296875, 1601.36083984375, 1400.911865234375, 745.2081298828125, 1217.5947265625, 1023.1180419921875]\n", - "9\n", - "7045\n", - "6\n", - "[302.5812072753906, 826.9716796875, 1068.81005859375, 2109.45751953125, 514.9295654296875, 1305.579345703125]\n", - "6\n", - "7046\n", - "38\n", - "[489.48724365234375, 319.1803283691406, 823.9547119140625, 1900.6873779296875, 2573.401611328125, 1426.67041015625, 743.5009155273438, 1167.83447265625, 1140.774658203125, 2455.664794921875, 2946.008544921875, 2997.0224609375, 2339.76220703125, 672.354736328125, 1875.0594482421875, 2495.121826171875, 2746.850341796875, 3028.286865234375, 3055.4970703125, 2059.708740234375, 345.8609924316406, 852.9533081054688, 2877.86376953125, 2922.73779296875, 2373.31494140625, 2297.5361328125, 2336.215087890625, 1057.8590087890625, 965.1028442382812, 1664.6187744140625, 478.3782043457031, 963.9586181640625, 1247.235595703125, 490.8734130859375, 1535.9005126953125, 1859.9913330078125, 413.8359680175781, 637.9879760742188]\n", - "38\n", - "7047\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[442.837890625, 632.5040283203125, 1182.203369140625, 731.1217041015625, 363.6685485839844, 765.1593017578125, 1667.35546875, 1230.1407470703125, 812.4848022460938, 953.4166259765625, 845.4061279296875, 410.01507568359375]\n", - "12\n", - "7048\n", - "14\n", - "[577.7520751953125, 325.91473388671875, 441.0412292480469, 604.5550537109375, 1036.1397705078125, 1224.061767578125, 935.8389892578125, 670.6547241210938, 760.998046875, 611.08935546875, 622.1751708984375, 519.0291137695312, 360.53094482421875, 320.4133605957031]\n", - "14\n", - "7049\n", - "9\n", - "[359.14080810546875, 534.90087890625, 520.251220703125, 1457.467041015625, 1787.2071533203125, 465.183349609375, 652.2453002929688, 1706.2564697265625, 847.078369140625]\n", - "9\n", - "7050\n", - "10\n", - "[418.4088134765625, 418.66546630859375, 767.814208984375, 2001.293701171875, 1073.2379150390625, 1205.20361328125, 1928.5279541015625, 661.2295532226562, 1259.286376953125, 757.7799072265625]\n", - "10\n", - "7051\n", - "6\n", - "[498.20953369140625, 2728.87158203125, 1777.9161376953125, 678.230224609375, 561.7522583007812, 711.9090576171875]\n", - "6\n", - "7052\n", - "21\n", - "[712.9968872070312, 332.4223327636719, 828.7490844726562, 526.2429809570312, 749.0887451171875, 316.1900939941406, 963.4501342773438, 469.80633544921875, 1138.1932373046875, 706.8410034179688, 791.9067993164062, 573.8922729492188, 1358.91845703125, 1375.2615966796875, 599.6048583984375, 1427.1461181640625, 1067.021240234375, 600.0206298828125, 1012.7904052734375, 1017.7860107421875, 1084.3128662109375]\n", - "21\n", - "7053\n", - "16\n", - "[735.0369873046875, 467.9866943359375, 1241.922607421875, 1419.5399169921875, 584.306884765625, 816.6837158203125, 1649.387939453125, 1412.1793212890625, 549.2078247070312, 1533.4461669921875, 1599.0516357421875, 954.3118896484375, 1695.378173828125, 849.9750366210938, 369.91082763671875, 1122.497314453125]\n", - "16\n", - "7054\n", - "23\n", - "[477.192138671875, 352.3099060058594, 1148.845458984375, 1613.2852783203125, 2460.530517578125, 1286.763671875, 406.8031005859375, 2141.600341796875, 5657.1484375, 4484.515625, 725.708984375, 3309.33935546875, 4882.9091796875, 3260.34716796875, 834.5576782226562, 363.571533203125, 3059.728759765625, 2054.416015625, 1521.78271484375, 514.6714477539062, 423.0635681152344, 841.2335815429688, 3869.57568359375]\n", - "23\n", - "7055\n", - "7\n", - "[1085.067138671875, 944.509033203125, 1386.98486328125, 697.5484008789062, 1050.5687255859375, 1021.3013305664062, 575.0501098632812]\n", - "7\n", - "7056\n", - "9\n", - "[658.2674560546875, 1339.18310546875, 420.4228210449219, 1735.189208984375, 3881.746826171875, 2823.849365234375, 757.4424438476562, 1956.5728759765625, 810.7283325195312]\n", - "9\n", - "7057\n", - "19\n", - "[346.5099182128906, 457.3854064941406, 461.65533447265625, 1719.603271484375, 2162.66455078125, 928.2322387695312, 496.21197509765625, 406.4068908691406, 1897.426025390625, 1957.515380859375, 662.4600219726562, 3038.205322265625, 1669.537109375, 310.7492370605469, 1822.826416015625, 3437.23291015625, 307.552978515625, 1606.4376220703125, 922.8948364257812]\n", - "19\n", - "7058\n", - "9\n", - "[978.990478515625, 633.099609375, 1125.71142578125, 537.1989135742188, 330.3589782714844, 747.6644287109375, 1652.7032470703125, 615.179443359375, 373.03546142578125]\n", - "9\n", - "7059\n", - "17\n", - "[1789.5186767578125, 2921.568115234375, 1782.9420166015625, 886.2321166992188, 336.5782470703125, 2999.500732421875, 3818.0322265625, 2625.650390625, 2190.730224609375, 1953.777587890625, 498.3990478515625, 3540.62744140625, 1696.5072021484375, 1482.623046875, 1124.6268310546875, 473.1008605957031, 899.0604248046875]\n", - "17\n", - "7060\n", - "14\n", - "[398.9388732910156, 333.177978515625, 521.1345825195312, 999.43603515625, 2778.990234375, 983.77099609375, 846.7599487304688, 2571.3359375, 2727.390869140625, 2873.5087890625, 1372.252197265625, 510.5046081542969, 889.3855590820312, 1074.8050537109375]\n", - "14\n", - "7061\n", - "19\n", - "[1924.904052734375, 601.921630859375, 858.2606201171875, 1056.798583984375, 1817.4937744140625, 980.8163452148438, 1873.1070556640625, 997.8651123046875, 826.7315063476562, 1844.42578125, 2817.4404296875, 2533.239501953125, 795.9636840820312, 1495.123046875, 1523.7369384765625, 883.5302734375, 1205.38525390625, 1335.8822021484375, 503.84527587890625]\n", - "19\n", - "7062\n", - "24\n", - "[731.5270385742188, 1008.317626953125, 969.5718383789062, 666.0365600585938, 877.6004638671875, 561.6757202148438, 359.5345764160156, 652.6264038085938, 654.7239379882812, 617.2965698242188, 1092.492431640625, 243.79757690429688, 392.7571716308594, 603.7716674804688, 1061.797119140625, 1702.703125, 1424.8355712890625, 930.603759765625, 498.8370361328125, 324.6296081542969, 779.9984130859375, 857.6268920898438, 1354.393310546875, 463.18731689453125]\n", - "24\n", - "7063\n", - "8\n", - "[1870.3843994140625, 721.8366088867188, 1758.589111328125, 3911.80615234375, 590.2891235351562, 2090.53466796875, 2596.196533203125, 516.3017578125]\n", - "8\n", - "7064\n", - "22\n", - "[466.6188659667969, 983.3718872070312, 316.1676330566406, 1070.4901123046875, 689.3096923828125, 497.03839111328125, 984.1060791015625, 381.82452392578125, 924.7666015625, 1027.48486328125, 1092.696044921875, 599.0172729492188, 1316.0850830078125, 1417.592529296875, 855.4640502929688, 312.6637268066406, 581.0186157226562, 1066.2545166015625, 1616.8253173828125, 1248.73291015625, 360.7624816894531, 820.60546875]\n", - "22\n", - "7065\n", - "11\n", - "[1023.0816650390625, 1477.4093017578125, 3095.03515625, 1852.3671875, 2987.774169921875, 2256.09765625, 541.8460693359375, 716.4973754882812, 315.5231018066406, 486.9892272949219, 931.578125]\n", - "11\n", - "7066\n", - "6\n", - "[434.2623291015625, 1067.158935546875, 1979.057373046875, 554.69775390625, 634.2169799804688, 337.0340881347656]\n", - "6\n", - "7067\n", - "10\n", - "[453.89093017578125, 510.58465576171875, 383.31591796875, 662.9278564453125, 745.689453125, 660.7644653320312, 305.5256042480469, 638.2318115234375, 1169.4461669921875, 798.3991088867188]\n", - "10\n", - "7068\n", - "5\n", - "[1562.3818359375, 1346.384033203125, 534.9124145507812, 1259.735107421875, 323.0452575683594]\n", - "5\n", - "7069\n", - "23\n", - "[957.646484375, 424.270263671875, 632.7254028320312, 2872.727294921875, 3053.789306640625, 459.0445861816406, 310.741943359375, 3834.987060546875, 6274.05859375, 2292.815673828125, 839.982177734375, 2552.398193359375, 7592.5458984375, 6439.2763671875, 2384.40185546875, 600.3902587890625, 477.1051940917969, 2112.920166015625, 2054.644775390625, 851.4993896484375, 478.2717590332031, 1857.971923828125, 1144.37158203125]\n", - "23\n", - "7070\n", - "6\n", - "[738.1089477539062, 2187.474609375, 2210.604248046875, 1204.69384765625, 756.5831298828125, 335.6746826171875]\n", - "6\n", - "7071\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11\n", - "[570.3260498046875, 566.677001953125, 696.4801025390625, 1591.3665771484375, 606.722412109375, 1019.039794921875, 927.8804931640625, 327.1954345703125, 826.4592895507812, 521.4086303710938, 316.5302429199219]\n", - "11\n", - "7072\n", - "38\n", - "[428.0677795410156, 314.900146484375, 519.0353393554688, 1507.54833984375, 392.1460876464844, 339.8003234863281, 662.7293090820312, 1608.1363525390625, 2060.550048828125, 1873.1885986328125, 638.4072265625, 644.4924926757812, 1911.957763671875, 2079.671630859375, 2205.921142578125, 1457.09619140625, 1204.937744140625, 399.3209228515625, 1342.63916015625, 2247.174072265625, 2087.6171875, 2214.4755859375, 1193.40478515625, 530.4922485351562, 1108.7626953125, 1241.38037109375, 1542.2354736328125, 2182.9716796875, 1065.775634765625, 871.9982299804688, 1567.1141357421875, 1434.7962646484375, 495.5649108886719, 889.6546020507812, 940.2161865234375, 1204.9139404296875, 387.1670227050781, 370.7976379394531]\n", - "38\n", - "7073\n", - "7\n", - "[568.368408203125, 1054.3907470703125, 349.68475341796875, 708.4373168945312, 1657.8282470703125, 423.2997131347656, 400.9239501953125]\n", - "7\n", - "7074\n", - "4\n", - "[1367.19970703125, 923.1962890625, 807.4720458984375, 5123.98779296875]\n", - "4\n", - "7075\n", - "2\n", - "[4255.46533203125, 2047.9654541015625]\n", - "2\n", - "7076\n", - "34\n", - "[314.2871398925781, 584.6710205078125, 867.3138427734375, 1269.778076171875, 1471.14501953125, 605.768798828125, 1034.892578125, 1656.1175537109375, 1838.357177734375, 1906.26220703125, 1507.8468017578125, 1229.97998046875, 337.4843444824219, 1026.4173583984375, 873.34716796875, 1336.1160888671875, 2154.157470703125, 2098.626220703125, 1767.0859375, 1214.5589599609375, 606.1605224609375, 1396.7305908203125, 1896.642333984375, 1543.579833984375, 1460.1270751953125, 1473.27734375, 472.700927734375, 307.6556701660156, 301.5965881347656, 747.9898071289062, 749.014892578125, 534.4764404296875, 557.2279663085938, 1215.4080810546875]\n", - "34\n", - "7077\n", - "5\n", - "[2217.720947265625, 1696.7498779296875, 321.7826843261719, 823.5028686523438, 569.8768310546875]\n", - "5\n", - "7078\n", - "11\n", - "[361.3555603027344, 1614.5164794921875, 1687.65625, 1265.590087890625, 445.6885070800781, 809.9129028320312, 1703.095458984375, 1774.56591796875, 1756.9879150390625, 1157.264892578125, 433.2884826660156]\n", - "11\n", - "7079\n", - "18\n", - "[364.5325927734375, 982.825439453125, 816.9613647460938, 306.35614013671875, 1802.2974853515625, 1745.2890625, 1193.393798828125, 525.714599609375, 2605.1376953125, 3259.739013671875, 2985.31396484375, 1292.0467529296875, 323.94635009765625, 1772.0587158203125, 1265.3619384765625, 517.3237915039062, 311.5773010253906, 492.056640625]\n", - "18\n", - "7080\n", - "11\n", - "[614.607177734375, 687.232421875, 422.6458740234375, 360.19781494140625, 423.52313232421875, 728.2291259765625, 976.2428588867188, 1058.77490234375, 393.9194030761719, 349.9876403808594, 332.44970703125]\n", - "11\n", - "7081\n", - "14\n", - "[739.5379638671875, 471.5577392578125, 410.9218444824219, 2405.636474609375, 1083.7589111328125, 828.8538208007812, 1779.8829345703125, 313.9748840332031, 1368.252197265625, 429.2094421386719, 626.0455322265625, 523.770263671875, 693.4830322265625, 1098.8310546875]\n", - "14\n", - "7082\n", - "7\n", - "[651.203857421875, 1513.7996826171875, 1803.84765625, 1473.6363525390625, 919.89892578125, 592.794189453125, 494.8968505859375]\n", - "7\n", - "7083\n", - "9\n", - "[554.8571166992188, 1055.7579345703125, 623.508056640625, 1210.9373779296875, 1651.8585205078125, 638.1574096679688, 925.3265380859375, 1074.9273681640625, 309.5309143066406]\n", - "9\n", - "7084\n", - "33\n", - "[448.89508056640625, 618.856201171875, 495.88360595703125, 529.1563110351562, 1159.6944580078125, 514.174560546875, 423.9207763671875, 788.2774658203125, 3081.62158203125, 2401.22802734375, 2031.742431640625, 908.8251953125, 427.8395690917969, 635.8299560546875, 2670.220703125, 4255.2880859375, 3831.483642578125, 2325.383544921875, 791.5028076171875, 445.55804443359375, 885.1122436523438, 1583.7689208984375, 966.5276489257812, 1321.6737060546875, 2403.47607421875, 1836.0623779296875, 1382.0755615234375, 455.2247619628906, 1483.89501953125, 998.2132568359375, 544.7664184570312, 571.6675415039062, 1344.6746826171875]\n", - "33\n", - "7085\n", - "6\n", - "[419.958984375, 792.2555541992188, 1142.0672607421875, 1052.5177001953125, 760.4235229492188, 1021.2335815429688]\n", - "6\n", - "7086\n", - "16\n", - "[370.0395202636719, 303.189453125, 1272.109619140625, 3178.0029296875, 2028.4207763671875, 1030.5941162109375, 3778.8935546875, 2583.393798828125, 1946.23388671875, 906.7191772460938, 1111.158447265625, 2581.21142578125, 2597.3037109375, 868.6264038085938, 1092.888427734375, 319.3983459472656]\n", - "16\n", - "7087\n", - "4\n", - "[323.037841796875, 1931.534912109375, 2811.900634765625, 527.350830078125]\n", - "4\n", - "7088\n", - "18\n", - "[380.3696594238281, 1212.0501708984375, 374.8314514160156, 1027.8255615234375, 1488.0670166015625, 539.5283203125, 830.350341796875, 1733.5765380859375, 1765.123779296875, 1557.6781005859375, 857.5400390625, 1449.871337890625, 1557.24267578125, 1455.5018310546875, 691.9967041015625, 822.3629760742188, 1144.9102783203125, 551.081787109375]\n", - "18\n", - "7089\n", - "10\n", - "[738.9191284179688, 787.1019287109375, 1123.7408447265625, 1980.94140625, 794.826416015625, 1576.0543212890625, 899.639404296875, 633.8170166015625, 1456.8331298828125, 395.5868835449219]\n", - "10\n", - "7090\n", - "29\n", - "[528.3631591796875, 908.0674438476562, 2264.44384765625, 853.316650390625, 607.3475341796875, 756.0498046875, 1141.2137451171875, 1439.307373046875, 3513.188232421875, 3786.75927734375, 1770.8336181640625, 807.0997924804688, 2525.452392578125, 2804.17919921875, 1621.8133544921875, 4342.75830078125, 3614.5029296875, 2113.476806640625, 518.1281127929688, 1269.1181640625, 869.3004150390625, 2584.21240234375, 2642.008544921875, 3881.187744140625, 3129.1279296875, 1034.5841064453125, 815.9326171875, 1515.5643310546875, 652.0512084960938]\n", - "29\n", - "7091\n", - "11\n", - "[1327.9837646484375, 1202.3515625, 688.393798828125, 434.89996337890625, 831.5721435546875, 482.2032470703125, 380.6396179199219, 959.1952514648438, 856.7587280273438, 1154.011962890625, 1043.75537109375]\n", - "11\n", - "7092\n", - "7\n", - "[428.19256591796875, 886.3099365234375, 2960.0126953125, 1471.2833251953125, 634.9327392578125, 553.3736572265625, 503.96539306640625]\n", - "7\n", - "7093\n", - "5\n", - "[603.685302734375, 1666.4110107421875, 316.766357421875, 1492.5692138671875, 1468.6922607421875]\n", - "5\n", - "7094\n", - "9\n", - "[521.806884765625, 1747.4268798828125, 1132.187255859375, 617.47705078125, 1473.08349609375, 1850.8653564453125, 2275.3916015625, 955.3295288085938, 705.876220703125]\n", - "9\n", - "7095\n", - "9\n", - "[317.9999694824219, 1035.6201171875, 704.8311767578125, 1170.429931640625, 834.0078125, 307.58660888671875, 306.43011474609375, 1564.609619140625, 1297.5633544921875]\n", - "9\n", - "7096\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1515.875, 1531.9901123046875, 958.1771240234375, 446.2917175292969, 928.6008911132812, 404.81231689453125, 307.4969177246094]\n", - "7\n", - "7097\n", - "10\n", - "[410.9364318847656, 770.31982421875, 348.45361328125, 396.3397521972656, 570.716552734375, 719.391845703125, 825.8522338867188, 612.2564697265625, 608.7984008789062, 443.03155517578125]\n", - "10\n", - "7098\n", - "9\n", - "[323.9917907714844, 325.3997802734375, 1511.5233154296875, 1469.0157470703125, 1245.5692138671875, 881.4409790039062, 339.843017578125, 1331.0712890625, 1207.9249267578125]\n", - "9\n", - "7099\n", - "6\n", - "[300.4837341308594, 433.4576110839844, 1246.441162109375, 1093.55126953125, 1314.6651611328125, 808.1021118164062]\n", - "6\n", - "7100\n", - "26\n", - "[304.9290771484375, 620.9814453125, 396.2861633300781, 451.7262268066406, 1004.9147338867188, 1033.2562255859375, 1023.7723388671875, 1053.1890869140625, 821.2575073242188, 951.4534912109375, 2115.66796875, 1490.094482421875, 1761.8079833984375, 695.8739624023438, 313.3552551269531, 2747.51708984375, 2146.759521484375, 2687.62158203125, 1477.3538818359375, 1102.6444091796875, 1636.67138671875, 2267.55517578125, 1869.5106201171875, 367.98883056640625, 1190.568359375, 1399.138427734375]\n", - "26\n", - "7101\n", - "22\n", - "[595.4114379882812, 1892.6519775390625, 521.5542602539062, 338.98565673828125, 501.7684020996094, 540.4341430664062, 849.124267578125, 1275.291015625, 1015.6222534179688, 873.112060546875, 1041.75927734375, 2157.25048828125, 3730.129150390625, 1680.7757568359375, 2621.22998046875, 3669.8271484375, 1344.3585205078125, 624.0060424804688, 717.971923828125, 380.1090087890625, 824.1630249023438, 735.623046875]\n", - "22\n", - "7102\n", - "17\n", - "[457.22998046875, 434.5947265625, 1220.5848388671875, 1323.2685546875, 697.3143310546875, 1248.1815185546875, 1847.60302734375, 597.39599609375, 979.3615112304688, 1611.596923828125, 310.0462951660156, 638.6358642578125, 1775.93603515625, 617.9068603515625, 466.0890197753906, 1271.904541015625, 544.7088012695312]\n", - "17\n", - "7103\n", - "31\n", - "[941.5963745117188, 3189.5888671875, 3522.194580078125, 3452.66943359375, 2110.980712890625, 414.2644348144531, 836.5473022460938, 4049.488037109375, 4593.3818359375, 4648.7158203125, 3577.841796875, 2618.714599609375, 847.876220703125, 1185.10791015625, 3092.87646484375, 4079.971435546875, 4222.5830078125, 3035.716064453125, 2679.151611328125, 781.7723999023438, 1522.9564208984375, 1396.7191162109375, 1404.843505859375, 426.224609375, 333.35736083984375, 657.0386352539062, 430.1278076171875, 514.1140747070312, 807.1142578125, 423.01531982421875, 626.5310668945312]\n", - "31\n", - "7104\n", - "75\n", - "[346.34979248046875, 783.0000610351562, 795.77685546875, 398.972412109375, 542.872314453125, 1048.309814453125, 774.4185791015625, 257.22149658203125, 470.4899597167969, 1293.8265380859375, 497.5064697265625, 1736.67578125, 1037.386474609375, 401.15948486328125, 609.97998046875, 1482.844482421875, 835.8179931640625, 725.078857421875, 1627.3184814453125, 412.7403869628906, 1125.4569091796875, 1320.4547119140625, 700.3900146484375, 650.0902099609375, 1410.7908935546875, 388.2706604003906, 448.4288635253906, 362.4620361328125, 878.7966918945312, 1029.3363037109375, 400.1207580566406, 680.1490478515625, 912.6792602539062, 529.0185546875, 1578.1907958984375, 2159.083984375, 2061.7197265625, 1593.4239501953125, 1599.8135986328125, 1889.771728515625, 1793.24609375, 1374.07080078125, 588.2000122070312, 1983.18359375, 2348.402099609375, 2293.6494140625, 1666.0992431640625, 142.68482971191406, 870.5582885742188, 1858.2476806640625, 409.3907165527344, 2059.52294921875, 2373.929443359375, 1810.4637451171875, 213.8783416748047, 1038.608642578125, 907.683349609375, 1383.5194091796875, 334.013671875, 212.7300262451172, 385.95733642578125, 327.2762451171875, 666.1213989257812, 1551.4959716796875, 2105.913330078125, 1668.796142578125, 716.1257934570312, 648.065185546875, 1241.8590087890625, 562.4866943359375, 653.4923095703125, 357.9449768066406]\n", - "72\n", - "7105\n", - "154\n", - "[437.58819580078125, 468.3969421386719, 456.9711608886719, 410.533203125, 416.16064453125, 484.25543212890625, 541.599609375, 1292.4072265625, 1453.5794677734375, 560.369140625, 388.1529541015625, 348.6038513183594, 314.3367004394531, 352.16009521484375, 494.9114074707031, 594.8451538085938, 557.439697265625, 613.85595703125, 600.6536254882812, 631.9266967773438, 590.0885009765625, 378.2236022949219, 487.9386901855469, 459.05255126953125, 353.24810791015625, 478.1376647949219, 997.56005859375, 3320.5126953125, 3457.13720703125, 7805.44677734375, 1319.66748046875, 568.2360229492188, 619.4617919921875, 476.97784423828125, 447.85479736328125, 528.1591186523438, 572.5728759765625, 576.0179443359375, 571.0084838867188, 614.0496215820312, 432.4123229980469, 468.43505859375, 475.66436767578125, 335.946533203125, 3599.484130859375, 15506.72265625, 3245.154052734375, 364.2013244628906, 596.9309692382812, 561.422119140625, 483.0384826660156, 612.8104858398438, 522.4478149414062, 258.0780029296875, 529.2490844726562, 403.55859375, 2973.779296875, 19791.30078125, 5041.42724609375, 554.9778442382812, 598.1505126953125, 596.0075073242188, 304.42449951171875, 569.7686767578125, 632.5567626953125, 521.0066528320312, 495.5852966308594, 512.661376953125, 372.018798828125, 1623.90283203125, 469.2037658691406, 490.8775329589844, 582.3662719726562, 581.0889892578125, 537.692138671875, 333.5526428222656, 590.1983642578125, 581.5628051757812, 603.713134765625, 547.71484375, 3772.6884765625, 1564.435302734375, 319.64215087890625, 325.55413818359375, 467.03387451171875, 552.97265625, 591.2457275390625, 631.910888671875, 1594.4039306640625, 3713.220947265625, 680.2840576171875, 3421.8505859375, 1309.787841796875, 467.18511962890625, 3639.0673828125, 2436.385986328125, 3109.808837890625, 793.4305419921875, 536.8348999023438, 722.7093505859375, 1097.9407958984375, 1892.4266357421875, 952.4738159179688, 3606.71484375, 1223.62939453125, 1021.99072265625, 5461.1796875, 1406.7923583984375, 1361.6529541015625, 918.871826171875, 957.6045532226562, 493.76898193359375, 11253.6484375, 8220.0810546875, 4075.734130859375, 3016.233642578125, 1859.3563232421875, 692.9354858398438, 834.5743408203125, 388.3107604980469, 2260.746337890625, 2130.0068359375, 189.43673706054688, 11858.75, 3158.909423828125, 742.6472778320312, 1876.5826416015625, 592.7141723632812, 4877.45068359375, 6440.74267578125, 7374.5810546875, 4302.25537109375, 4160.0048828125, 1631.505859375, 4638.9404296875, 1123.142333984375, 421.2747497558594, 744.7208251953125, 1563.6904296875, 394.82379150390625, 3965.623779296875, 4554.90869140625, 10498.4794921875, 4994.419921875, 2306.736572265625, 2393.02783203125, 2993.291748046875, 754.0252075195312, 617.41064453125, 461.0176696777344, 789.1424560546875, 452.37786865234375, 598.031005859375]\n", - "153\n", - "7106\n", - "8\n", - "[479.7197265625, 803.9766845703125, 744.3763427734375, 642.9680786132812, 677.2385864257812, 759.388427734375, 2232.832763671875, 1525.740478515625]\n", - "8\n", - "7107\n", - "12\n", - "[909.3547973632812, 995.6460571289062, 1698.7364501953125, 3455.186767578125, 740.6800537109375, 338.65203857421875, 1198.374755859375, 4037.427001953125, 5099.1337890625, 1124.099365234375, 504.0303649902344, 505.97100830078125]\n", - "12\n", - "7108\n", - "32\n", - "[419.3345947265625, 561.5919799804688, 497.3788146972656, 1405.329345703125, 2406.0400390625, 2712.89697265625, 541.55615234375, 1155.5107421875, 3256.2041015625, 3289.263916015625, 2871.913818359375, 951.3281860351562, 357.5055847167969, 2817.47412109375, 3130.624755859375, 2998.774169921875, 2077.092529296875, 1765.9150390625, 2834.681640625, 2663.458984375, 3272.530517578125, 2140.05810546875, 2049.955810546875, 2427.3974609375, 2190.765869140625, 1607.997802734375, 395.4115295410156, 564.468505859375, 913.4999389648438, 536.6397094726562, 354.2440490722656, 795.3359375]\n", - "32\n", - "7109\n", - "6\n", - "[2775.041748046875, 769.0382690429688, 390.05206298828125, 441.89019775390625, 2181.203125, 870.0039672851562]\n", - "6\n", - "7110\n", - "292\n", - "[433.573974609375, 1376.10546875, 594.9146118164062, 665.109375, 329.95947265625, 1592.19140625, 2190.7705078125, 1397.5863037109375, 537.05517578125, 334.8074035644531, 634.5755615234375, 825.8919677734375, 392.1974182128906, 3593.06298828125, 2206.767822265625, 1260.290283203125, 1290.394775390625, 979.3603515625, 415.3831481933594, 2725.95849609375, 1942.04833984375, 1919.9189453125, 3687.692626953125, 1992.8145751953125, 787.3983764648438, 1520.310302734375, 2807.182373046875, 2435.57275390625, 4256.8447265625, 3354.52392578125, 2782.6845703125, 2904.66796875, 1440.330078125, 605.9383544921875, 1007.9422607421875, 639.041259765625, 2695.759033203125, 1658.4920654296875, 1185.413330078125, 3225.310791015625, 4614.2421875, 4492.4326171875, 3266.78173828125, 1228.1962890625, 1366.6942138671875, 807.4329833984375, 1738.50390625, 2265.547607421875, 1470.408203125, 4191.25537109375, 5135.8056640625, 4748.12939453125, 2851.799072265625, 1209.0838623046875, 736.9746704101562, 2882.25146484375, 2734.447509765625, 297.75762939453125, 1649.9449462890625, 2723.1025390625, 2857.268798828125, 2651.0791015625, 3907.920166015625, 567.8768310546875, 1330.58251953125, 959.784423828125, 92.54273223876953, 1392.36181640625, 4257.35595703125, 3636.367919921875, 2543.14404296875, 3661.255615234375, 1845.2374267578125, 939.41259765625, 237.86465454101562, 148.9315185546875, 479.328369140625, 704.8413696289062, 3862.518310546875, 4933.87890625, 5000.61181640625, 4477.93115234375, 2320.56103515625, 1410.0357666015625, 1093.0233154296875, 539.6323852539062, 1033.067138671875, 1237.4547119140625, 849.1356811523438, 3118.35595703125, 4989.06103515625, 4728.521484375, 5059.87744140625, 5074.35302734375, 3747.5908203125, 821.4971923828125, 556.5526733398438, 605.1690063476562, 3524.185546875, 2475.0517578125, 4432.16064453125, 4977.61572265625, 4643.89892578125, 4675.921875, 5224.33837890625, 4800.2763671875, 4918.08642578125, 4321.30615234375, 5021.900390625, 1808.9886474609375, 1041.0030517578125, 617.6576538085938, 402.2515869140625, 453.4235534667969, 457.9289855957031, 697.1953125, 628.7552490234375, 666.8377685546875, 3060.913330078125, 1431.0030517578125, 4490.33544921875, 3798.7890625, 4833.12109375, 4890.79541015625, 5210.92236328125, 4928.9150390625, 2885.5078125, 4197.04638671875, 4830.1123046875, 3454.169921875, 640.3901977539062, 2515.732177734375, 314.0245666503906, 1167.9449462890625, 3063.6904296875, 3402.107421875, 2577.927978515625, 2510.668212890625, 2669.443115234375, 2291.16259765625, 459.9787902832031, 1586.126220703125, 789.3587036132812, 493.6982421875, 809.8885498046875, 1361.103271484375, 2338.08740234375, 5269.4873046875, 5227.06787109375, 5170.447265625, 4484.1650390625, 5230.79345703125, 4284.39892578125, 5239.05078125, 3946.3505859375, 448.97613525390625, 2565.734375, 807.0219116210938, 1643.763916015625, 3902.8720703125, 1434.997314453125, 3859.435546875, 2821.44677734375, 1599.2103271484375, 1760.1773681640625, 654.6178588867188, 322.1395568847656, 558.0861206054688, 450.9134216308594, 579.3731079101562, 3338.641845703125, 4799.6494140625, 4308.896484375, 3909.4873046875, 4969.7431640625, 4842.0634765625, 5228.791015625, 5183.20458984375, 4876.08837890625, 4530.5732421875, 2790.441162109375, 4849.2509765625, 3229.363037109375, 3862.93994140625, 4784.2783203125, 4163.822265625, 3980.902587890625, 4021.88330078125, 4263.81591796875, 1769.388427734375, 858.7815551757812, 4662.3896484375, 3073.86767578125, 1284.486572265625, 2234.22802734375, 2784.616455078125, 5258.82177734375, 5269.4873046875, 4247.16455078125, 4933.74169921875, 5243.3349609375, 5170.2099609375, 5182.8779296875, 5080.9765625, 5156.298828125, 5018.98095703125, 4299.369140625, 3984.19091796875, 5035.037109375, 2822.985595703125, 624.9716796875, 535.7324829101562, 942.4473876953125, 734.984619140625, 1619.42236328125, 1611.097900390625, 5220.244140625, 5260.076171875, 4992.82861328125, 5091.92138671875, 5058.296875, 4540.75927734375, 4267.931640625, 4752.2236328125, 4840.15576171875, 3725.601318359375, 4244.09765625, 4583.0576171875, 4890.1474609375, 2349.98583984375, 907.0147705078125, 1830.460205078125, 5012.0673828125, 3616.66796875, 3430.765380859375, 4918.61328125, 4966.63427734375, 5151.9462890625, 4719.2998046875, 3319.824462890625, 2750.95166015625, 4619.7490234375, 2846.47705078125, 3007.54931640625, 4487.12109375, 1643.1051025390625, 756.3611450195312, 1311.4298095703125, 1874.4007568359375, 3747.64453125, 3151.8251953125, 1143.3585205078125, 595.7108154296875, 1390.068603515625, 2895.458251953125, 3814.9453125, 561.247802734375, 3339.23193359375, 2902.033203125, 2638.100341796875, 1146.060791015625, 561.99609375, 1318.6026611328125, 2290.129150390625, 1949.4837646484375, 1720.430419921875, 318.4590759277344, 781.6232299804688, 775.3394775390625, 864.83349609375, 1100.4849853515625, 1082.779541015625, 793.3002319335938, 680.1244506835938, 1299.8746337890625, 2699.740234375, 2495.092529296875, 1744.9375, 301.546142578125, 589.8663940429688, 872.60986328125, 1347.20947265625, 845.6251831054688, 1475.5364990234375, 1122.9287109375, 347.1999206542969, 456.4544982910156, 562.2052001953125]\n", - "288\n", - "7111\n", - "15\n", - "[1942.691650390625, 1652.675048828125, 608.5220947265625, 328.0209045410156, 314.76708984375, 1392.060302734375, 1811.7841796875, 2802.70361328125, 804.7684326171875, 1072.9461669921875, 1205.2662353515625, 1916.6204833984375, 956.7798461914062, 719.7383422851562, 1096.639892578125]\n", - "15\n", - "7112\n", - "13\n", - "[1145.83837890625, 705.8338012695312, 2037.1260986328125, 595.7808227539062, 642.504638671875, 782.6426391601562, 1622.8133544921875, 531.5367431640625, 1543.9722900390625, 1837.3778076171875, 315.1044921875, 616.0813598632812, 1618.33203125]\n", - "13\n", - "7113\n", - "32\n", - "[2819.619140625, 2577.09521484375, 2458.34423828125, 607.2821655273438, 2594.985595703125, 4691.86865234375, 5241.38037109375, 573.2174682617188, 1001.9198608398438, 6805.42041015625, 1675.76806640625, 601.5400390625, 3085.006103515625, 9123.9599609375, 2856.1455078125, 4165.42822265625, 304.2790832519531, 519.4224853515625, 2130.379150390625, 1514.962158203125, 1791.2750244140625, 780.0242309570312, 2554.152587890625, 2287.702392578125, 11937.412109375, 3659.96240234375, 2218.6640625, 1370.3990478515625, 3879.146240234375, 490.7650146484375, 420.8493957519531, 446.9813537597656]\n", - "32\n", - "7114\n", - "13\n", - "[790.7756958007812, 575.503662109375, 1044.150634765625, 1481.8214111328125, 1026.304931640625, 592.9517211914062, 1927.4844970703125, 2209.163818359375, 1441.88232421875, 355.1111145019531, 741.9213256835938, 986.3157958984375, 808.3812866210938]\n", - "13\n", - "7115\n", - "13\n", - "[359.7491149902344, 814.200439453125, 1220.8955078125, 1325.5875244140625, 1753.4307861328125, 2938.329833984375, 3131.095947265625, 398.3758850097656, 309.2478942871094, 827.2036743164062, 1649.6138916015625, 716.9920654296875, 685.3268432617188]\n", - "13\n", - "7116\n", - "24\n", - "[1677.2696533203125, 518.0020751953125, 1460.0548095703125, 2718.227783203125, 468.8453369140625, 513.9544677734375, 1437.66455078125, 2709.218994140625, 2265.103515625, 500.44659423828125, 380.2791748046875, 779.1033325195312, 420.5449523925781, 1300.6182861328125, 2509.686279296875, 789.129150390625, 351.172607421875, 1387.3233642578125, 1504.571533203125, 451.7864685058594, 473.6767578125, 310.555908203125, 748.0330200195312, 307.4091491699219]\n", - "24\n", - "7117\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "158\n", - "[827.83447265625, 350.2109680175781, 1215.097900390625, 778.078369140625, 1246.5457763671875, 1001.4754028320312, 1506.00830078125, 546.6311645507812, 626.1346435546875, 2272.60400390625, 2452.753173828125, 1306.9364013671875, 465.815673828125, 340.0996398925781, 2818.232177734375, 1881.4718017578125, 582.4707641601562, 1630.142822265625, 944.556884765625, 1433.44921875, 1692.4320068359375, 1510.423828125, 1948.7830810546875, 1594.921630859375, 917.6316528320312, 1002.7675170898438, 1438.792236328125, 1208.8035888671875, 1691.437255859375, 2077.142822265625, 2896.507080078125, 3735.740966796875, 3274.721435546875, 3008.310546875, 1656.897705078125, 1666.8345947265625, 1419.417724609375, 1697.7037353515625, 1147.1802978515625, 912.3282470703125, 361.05560302734375, 1271.7864990234375, 2235.519775390625, 2759.6767578125, 2851.416259765625, 3158.728271484375, 3319.29296875, 2882.2099609375, 2422.181396484375, 3239.198974609375, 2217.171875, 1721.248046875, 2015.3094482421875, 1958.90234375, 3014.858642578125, 2389.583984375, 1065.1241455078125, 569.4601440429688, 568.6454467773438, 1178.2396240234375, 626.71337890625, 2159.072021484375, 2511.5703125, 3586.337890625, 2269.47265625, 3695.37890625, 2759.63330078125, 3500.3935546875, 3360.832275390625, 3396.862060546875, 2754.103759765625, 2548.059814453125, 3061.142333984375, 3693.623046875, 3637.132568359375, 2875.30908203125, 2999.6142578125, 1225.5966796875, 1155.9083251953125, 1085.148681640625, 1475.123291015625, 3585.140869140625, 2757.1123046875, 2994.2314453125, 2637.2109375, 3756.578125, 3282.478271484375, 3207.9453125, 3798.05810546875, 3416.04638671875, 2653.866455078125, 1607.7877197265625, 1883.85400390625, 3627.48095703125, 3809.473388671875, 3927.765380859375, 3313.105712890625, 1296.8885498046875, 1678.1549072265625, 2270.44775390625, 2469.69384765625, 2865.197998046875, 2958.380126953125, 2795.09228515625, 2571.94091796875, 3179.54931640625, 3644.841796875, 3308.024169921875, 935.7020874023438, 1959.74658203125, 347.2818298339844, 2871.198974609375, 2962.533935546875, 3667.371337890625, 3170.155517578125, 1535.2918701171875, 311.402587890625, 519.7970581054688, 2306.31494140625, 2164.922607421875, 2848.66552734375, 2996.7958984375, 2288.77978515625, 2171.732177734375, 1076.690185546875, 2723.99560546875, 2874.6552734375, 1861.8319091796875, 921.58740234375, 1860.551513671875, 661.7681274414062, 349.52923583984375, 741.0892944335938, 1401.898193359375, 1314.177978515625, 2679.959228515625, 3400.049072265625, 3027.597900390625, 400.7320556640625, 629.7574462890625, 2373.55078125, 2018.397216796875, 1107.5078125, 470.231201171875, 1957.943115234375, 2469.574951171875, 3331.941162109375, 1530.0400390625, 749.17919921875, 319.57171630859375, 2780.553466796875, 2023.4112548828125, 1831.14892578125, 1489.142822265625, 1243.8345947265625, 1902.3922119140625, 372.3798522949219]\n", - "157\n", - "7118\n", - "33\n", - "[578.7356567382812, 1096.0943603515625, 1316.8521728515625, 567.0861206054688, 606.1796264648438, 1095.9442138671875, 1722.991455078125, 1693.1610107421875, 548.167236328125, 2055.8818359375, 2232.15771484375, 1874.5626220703125, 2136.662841796875, 1319.4437255859375, 1940.78759765625, 1871.7659912109375, 1994.2071533203125, 2207.305419921875, 311.0596008300781, 361.8151550292969, 1945.167724609375, 2072.32666015625, 1903.710205078125, 2012.4805908203125, 1483.5098876953125, 1724.149658203125, 2224.63818359375, 1783.40283203125, 972.8116455078125, 2100.078369140625, 1835.5216064453125, 653.4755859375, 945.3411865234375]\n", - "33\n", - "7119\n", - "6\n", - "[1276.3984375, 587.9822998046875, 907.307861328125, 3004.855712890625, 2846.3359375, 388.257568359375]\n", - "6\n", - "7120\n", - "11\n", - "[1134.90185546875, 640.0028076171875, 1539.62744140625, 2026.3006591796875, 705.4024658203125, 307.0440673828125, 488.7049255371094, 2400.33642578125, 1036.6593017578125, 1061.413818359375, 426.0655212402344]\n", - "11\n", - "7121\n", - "15\n", - "[376.3185119628906, 1351.7198486328125, 766.6117553710938, 1769.51220703125, 1444.0413818359375, 2512.71337890625, 2087.858154296875, 387.7452087402344, 759.122314453125, 1403.82958984375, 2443.95361328125, 1558.092041015625, 317.52398681640625, 427.7576599121094, 373.7463684082031]\n", - "15\n", - "7122\n", - "13\n", - "[395.0261535644531, 374.1737060546875, 920.1428833007812, 1378.9974365234375, 548.065185546875, 1799.8016357421875, 2916.61376953125, 1371.4632568359375, 1132.7139892578125, 2833.77880859375, 728.3658447265625, 492.4710998535156, 735.6375122070312]\n", - "13\n", - "7123\n", - "9\n", - "[397.18975830078125, 1122.5308837890625, 891.2777709960938, 6915.55712890625, 2165.54931640625, 883.4354248046875, 6172.16552734375, 2339.541015625, 1014.3079833984375]\n", - "9\n", - "7124\n", - "5\n", - "[737.1220703125, 780.8999633789062, 2080.7744140625, 967.8075561523438, 691.2537841796875]\n", - "5\n", - "7125\n", - "9\n", - "[606.7785034179688, 317.089111328125, 675.626953125, 556.108642578125, 804.3355712890625, 592.890380859375, 910.7327270507812, 534.5025024414062, 304.2315673828125]\n", - "9\n", - "7126\n", - "31\n", - "[471.97021484375, 1803.264404296875, 2835.197509765625, 9560.1220703125, 831.6234130859375, 3073.947265625, 8961.3466796875, 3589.99365234375, 448.0712890625, 2747.2314453125, 1520.73095703125, 9094.771484375, 11697.3857421875, 11678.77734375, 7591.98388671875, 813.3870239257812, 731.4820556640625, 1306.04541015625, 2250.218994140625, 7153.5625, 15521.078125, 15809.5400390625, 16398.3203125, 2643.873291015625, 5298.486328125, 1529.0782470703125, 5021.9609375, 719.6522216796875, 6649.0537109375, 924.7734985351562, 1899.6043701171875]\n", - "31\n", - "7127\n", - "11\n", - "[395.0893859863281, 732.8087158203125, 1009.4052734375, 655.4366455078125, 484.72711181640625, 587.8657836914062, 467.3691101074219, 780.8636474609375, 539.0680541992188, 588.0101928710938, 591.3906860351562]\n", - "11\n", - "7128\n", - "16\n", - "[2336.5654296875, 666.1334228515625, 2458.58837890625, 2614.198486328125, 814.1552124023438, 317.0627136230469, 2516.082763671875, 1434.8790283203125, 2262.73583984375, 1313.6021728515625, 311.42041015625, 470.8310241699219, 353.5754089355469, 494.675537109375, 311.56622314453125, 413.4491882324219]\n", - "16\n", - "7129\n", - "8\n", - "[377.8576354980469, 1069.6982421875, 420.118408203125, 784.784912109375, 622.9993896484375, 793.7032470703125, 484.9245910644531, 465.47479248046875]\n", - "8\n", - "7130\n", - "12\n", - "[372.38702392578125, 924.6937866210938, 684.8273315429688, 1213.580810546875, 2107.67626953125, 6478.14599609375, 1468.360595703125, 667.5744018554688, 1523.1500244140625, 4233.4033203125, 3746.253662109375, 334.7973937988281]\n", - "12\n", - "7131\n", - "18\n", - "[512.7047119140625, 693.080810546875, 812.9299926757812, 946.4306640625, 568.139892578125, 1565.7568359375, 2679.75927734375, 2528.76416015625, 816.199462890625, 507.5247497558594, 893.0692138671875, 688.1655883789062, 2198.2666015625, 2086.165283203125, 835.2734985351562, 402.3506164550781, 773.6567993164062, 1056.325927734375]\n", - "18\n", - "7132\n", - "5\n", - "[834.9996948242188, 770.0818481445312, 3469.83447265625, 1614.4390869140625, 662.2310180664062]\n", - "5\n", - "7133\n", - "50\n", - "[328.3385314941406, 494.6334228515625, 528.550537109375, 1614.290283203125, 2328.862548828125, 826.6109008789062, 750.4714965820312, 2329.15283203125, 2201.592041015625, 2249.47021484375, 2086.01904296875, 1039.013671875, 550.4161987304688, 391.3266296386719, 1749.7962646484375, 2484.484375, 2350.65283203125, 2229.80126953125, 2383.989501953125, 606.6138916015625, 540.953125, 422.658203125, 2184.1982421875, 2635.181640625, 2315.09912109375, 2051.01953125, 1351.8184814453125, 317.0676574707031, 686.4677124023438, 557.7637329101562, 2362.074462890625, 2539.37060546875, 2280.679931640625, 1828.8665771484375, 666.3954467773438, 525.6196899414062, 473.3829650878906, 283.138916015625, 897.8693237304688, 1528.4295654296875, 2038.933349609375, 1478.6826171875, 1135.35009765625, 389.87860107421875, 454.50628662109375, 1327.52978515625, 523.1211547851562, 442.2951965332031, 747.9149169921875, 509.6070861816406]\n", - "50\n", - "7134\n", - "6\n", - "[1096.3458251953125, 516.65771484375, 1041.317138671875, 3971.844482421875, 1861.0577392578125, 328.4704284667969]\n", - "6\n", - "7135\n", - "4\n", - "[1046.4676513671875, 445.68475341796875, 1750.3638916015625, 2648.53955078125]\n", - "4\n", - "7136\n", - "15\n", - "[655.3031005859375, 922.7550659179688, 357.5706787109375, 937.262939453125, 1328.6705322265625, 915.4482421875, 340.2820129394531, 768.5850219726562, 2087.375, 1542.365966796875, 1214.375, 1183.5172119140625, 691.4317016601562, 413.9934997558594, 480.42901611328125]\n", - "15\n", - "7137\n", - "10\n", - "[612.282958984375, 1162.5870361328125, 469.9151611328125, 333.39215087890625, 663.1080322265625, 1042.80078125, 471.55633544921875, 400.63043212890625, 692.4580688476562, 363.7408142089844]\n", - "10\n", - "7138\n", - "11\n", - "[776.231201171875, 2833.07470703125, 1107.5845947265625, 3313.895751953125, 900.0899047851562, 1636.521484375, 1051.62451171875, 580.07568359375, 1221.4923095703125, 1275.5750732421875, 497.3122253417969]\n", - "11\n", - "7139\n", - "6\n", - "[918.3401489257812, 337.42919921875, 1162.3536376953125, 1646.951171875, 1164.2144775390625, 333.8138122558594]\n", - "6\n", - "7140\n", - "14\n", - "[491.05010986328125, 622.5907592773438, 1886.1744384765625, 523.8665161132812, 2594.61279296875, 3077.945556640625, 1769.8355712890625, 957.513916015625, 725.361328125, 1315.631591796875, 617.573486328125, 1120.449951171875, 705.2547607421875, 378.6700744628906]\n", - "14\n", - "7141\n", - "26\n", - "[542.2086791992188, 537.2957153320312, 690.8417358398438, 1422.2698974609375, 1695.7275390625, 1282.960693359375, 3470.42138671875, 1827.2149658203125, 524.5097045898438, 496.4425354003906, 916.8416748046875, 453.7672119140625, 1658.46923828125, 3408.18603515625, 3564.103271484375, 2252.504150390625, 644.1365356445312, 511.9935302734375, 1923.12939453125, 3560.9619140625, 3497.71923828125, 716.8444213867188, 1227.045166015625, 2448.16943359375, 1598.08837890625, 346.76336669921875]\n", - "26\n", - "7142\n", - "11\n", - "[696.84326171875, 2928.66650390625, 1419.765380859375, 544.7568359375, 2715.224365234375, 4253.181640625, 5122.52783203125, 3908.57470703125, 601.7793579101562, 456.7110595703125, 746.1297607421875]\n", - "11\n", - "7143\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[896.4471435546875, 1801.51318359375, 1904.83642578125, 561.499755859375, 763.3878784179688, 1361.8226318359375, 1246.5975341796875, 540.5363159179688]\n", - "8\n", - "7144\n", - "19\n", - "[582.9330444335938, 745.9306030273438, 371.7377624511719, 1834.0079345703125, 1655.6326904296875, 1223.575927734375, 1048.3851318359375, 1377.17431640625, 2276.460205078125, 2069.63427734375, 1923.3634033203125, 315.09283447265625, 452.8787536621094, 2638.103759765625, 1876.7750244140625, 1078.291259765625, 1383.8992919921875, 1482.462158203125, 437.8092956542969]\n", - "19\n", - "7145\n", - "8\n", - "[419.0417175292969, 984.1353149414062, 2440.506591796875, 1962.4752197265625, 631.9520263671875, 2821.320556640625, 1247.6346435546875, 817.6404418945312]\n", - "8\n", - "7146\n", - "21\n", - "[985.3473510742188, 511.53704833984375, 349.35784912109375, 794.2789916992188, 475.6353454589844, 415.3574523925781, 1239.638427734375, 1835.456298828125, 1013.6270751953125, 950.4111938476562, 341.86248779296875, 573.9208374023438, 322.4032897949219, 1986.1065673828125, 2180.1435546875, 1013.716064453125, 1064.3345947265625, 1652.955078125, 418.1480712890625, 934.3419189453125, 411.0704345703125]\n", - "21\n", - "7147\n", - "9\n", - "[785.33984375, 737.9144287109375, 646.9558715820312, 1143.0341796875, 1817.6763916015625, 571.58251953125, 651.8787841796875, 468.29693603515625, 846.891845703125]\n", - "9\n", - "7148\n", - "6\n", - "[426.9925231933594, 1466.406494140625, 1588.1298828125, 1510.8787841796875, 795.5013427734375, 337.6885070800781]\n", - "6\n", - "7149\n", - "36\n", - "[412.11474609375, 519.716064453125, 353.06707763671875, 350.3714904785156, 584.3854370117188, 514.3756713867188, 390.9145812988281, 319.78564453125, 585.5897216796875, 1186.35888671875, 511.3296203613281, 324.3371887207031, 3809.93603515625, 3658.925537109375, 2021.8902587890625, 2752.6279296875, 1676.6590576171875, 2983.99560546875, 446.44970703125, 546.2721557617188, 832.3658447265625, 553.7894287109375, 1959.1029052734375, 696.0086059570312, 2681.197021484375, 1973.1353759765625, 2621.64892578125, 467.3796691894531, 2004.6480712890625, 647.92822265625, 374.64483642578125, 647.875732421875, 927.9103393554688, 7604.29248046875, 2101.163330078125, 576.4821166992188]\n", - "36\n", - "7150\n", - "14\n", - "[461.4031066894531, 636.33740234375, 1429.652099609375, 1505.0218505859375, 425.2680969238281, 1390.6253662109375, 2823.725341796875, 682.4891967773438, 943.9607543945312, 819.2418212890625, 1906.69384765625, 476.2010803222656, 713.6689453125, 560.3859252929688]\n", - "14\n", - "7151\n", - "11\n", - "[391.41845703125, 936.9088745117188, 1157.0328369140625, 864.322998046875, 2025.8824462890625, 1428.1280517578125, 453.5954284667969, 600.1468505859375, 1095.78173828125, 566.6407470703125, 317.1390380859375]\n", - "11\n", - "7152\n", - "4\n", - "[344.95245361328125, 4701.146484375, 3620.751220703125, 309.3300476074219]\n", - "4\n", - "7153\n", - "11\n", - "[402.12811279296875, 876.9115600585938, 867.7667236328125, 557.6505737304688, 329.29254150390625, 993.5689086914062, 1101.7681884765625, 1667.5897216796875, 1183.7457275390625, 496.0709228515625, 756.4065551757812]\n", - "11\n", - "7154\n", - "2\n", - "[2946.18505859375, 2906.309326171875]\n", - "2\n", - "7155\n", - "9\n", - "[379.8740539550781, 1331.169677734375, 1535.244873046875, 1204.9315185546875, 1103.6591796875, 441.6720275878906, 1152.387939453125, 1342.3304443359375, 1019.7384643554688]\n", - "9\n", - "7156\n", - "4\n", - "[2432.6376953125, 1145.9779052734375, 1053.652099609375, 1925.7894287109375]\n", - "4\n", - "7157\n", - "8\n", - "[1097.108154296875, 1169.5848388671875, 698.8603515625, 1485.8201904296875, 445.26519775390625, 465.03179931640625, 516.7008666992188, 457.6764831542969]\n", - "8\n", - "7158\n", - "6\n", - "[1815.8917236328125, 512.5903930664062, 1117.081298828125, 2693.3193359375, 1500.6600341796875, 1202.1231689453125]\n", - "6\n", - "7159\n", - "5\n", - "[769.2026977539062, 1161.959228515625, 531.4197387695312, 1580.62060546875, 1365.7611083984375]\n", - "5\n", - "7160\n", - "31\n", - "[874.3016967773438, 390.6500549316406, 704.3346557617188, 1673.8568115234375, 1657.9803466796875, 1174.7662353515625, 865.9036254882812, 1023.0349731445312, 981.8883056640625, 1416.860595703125, 1453.9461669921875, 1436.7496337890625, 592.9080200195312, 395.37158203125, 1097.30322265625, 1029.63720703125, 1608.0692138671875, 908.5816650390625, 941.111328125, 704.8406372070312, 412.85943603515625, 905.6315307617188, 687.0055541992188, 1205.322265625, 1024.2803955078125, 1221.798095703125, 832.03173828125, 439.6326599121094, 1018.157958984375, 602.4902954101562, 304.13458251953125]\n", - "31\n", - "7161\n", - "19\n", - "[751.4469604492188, 312.6583251953125, 1208.0509033203125, 773.163818359375, 456.1800842285156, 1693.1939697265625, 1495.8201904296875, 1045.52099609375, 549.0255126953125, 1283.8677978515625, 1363.9957275390625, 2003.7830810546875, 2101.032958984375, 887.2626953125, 1024.544189453125, 1133.8758544921875, 306.79888916015625, 1170.2646484375, 723.75927734375]\n", - "19\n", - "7162\n", - "12\n", - "[444.5826721191406, 352.78076171875, 663.1965942382812, 697.0155639648438, 328.25958251953125, 381.5972595214844, 630.4830322265625, 941.7511596679688, 1768.3070068359375, 995.4760131835938, 943.0949096679688, 342.6901550292969]\n", - "12\n", - "7163\n", - "32\n", - "[532.6325073242188, 348.22357177734375, 946.1781005859375, 300.6258850097656, 744.9380493164062, 614.1421508789062, 800.3966064453125, 2018.7659912109375, 1796.8338623046875, 1686.9102783203125, 1890.5208740234375, 1905.287841796875, 2246.337646484375, 2120.108154296875, 2529.046142578125, 2371.34228515625, 952.2269287109375, 710.2770385742188, 2065.98291015625, 2443.47216796875, 2381.702392578125, 2475.71630859375, 2474.017578125, 1046.6810302734375, 379.5279541015625, 1483.965576171875, 2109.217529296875, 637.0864868164062, 752.818603515625, 609.1614379882812, 825.8309936523438, 842.2572631835938]\n", - "32\n", - "7164\n", - "7\n", - "[633.7710571289062, 854.3197631835938, 553.5714721679688, 479.48419189453125, 382.194580078125, 1654.044677734375, 1473.8287353515625]\n", - "7\n", - "7165\n", - "20\n", - "[676.0361328125, 364.0706787109375, 802.46923828125, 1799.370849609375, 697.2110595703125, 1178.94482421875, 1596.4622802734375, 2179.244873046875, 1618.24560546875, 1677.4957275390625, 1257.1129150390625, 599.0847778320312, 1403.696533203125, 1456.0330810546875, 1094.3648681640625, 1245.142333984375, 833.5685424804688, 481.1123352050781, 1172.73583984375, 897.8836059570312]\n", - "20\n", - "7166\n", - "10\n", - "[951.95751953125, 716.727783203125, 1376.88134765625, 514.1031494140625, 1204.86669921875, 1383.7491455078125, 492.3638610839844, 821.8082885742188, 1099.9178466796875, 453.0638732910156]\n", - "10\n", - "7167\n", - "15\n", - "[412.742919921875, 670.2241821289062, 466.6448974609375, 801.0803833007812, 1136.597412109375, 690.5805053710938, 734.9730224609375, 371.89306640625, 1096.201171875, 1758.6727294921875, 800.0199584960938, 483.3293151855469, 1330.281982421875, 912.2000732421875, 553.7152709960938]\n", - "15\n", - "7168\n", - "7\n", - "[626.5104370117188, 335.78924560546875, 1683.8409423828125, 2103.23046875, 1174.415771484375, 329.0569152832031, 773.3816528320312]\n", - "7\n", - "7169\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[1044.0458984375, 632.2147827148438, 471.193115234375, 657.8721313476562, 1453.2847900390625, 1083.091064453125, 439.12396240234375, 1319.610595703125, 910.2807006835938, 541.971923828125, 436.0533142089844, 479.9111022949219]\n", - "12\n", - "7170\n", - "27\n", - "[668.6151733398438, 901.7366333007812, 409.93731689453125, 334.8295593261719, 897.4488525390625, 837.6731567382812, 672.2801513671875, 1038.8333740234375, 1074.9927978515625, 747.2601928710938, 888.1430053710938, 930.2120361328125, 1408.92626953125, 1742.322021484375, 1346.191162109375, 906.293212890625, 420.06756591796875, 924.1858520507812, 740.205810546875, 397.6743469238281, 915.5005493164062, 891.1672973632812, 644.7389526367188, 871.6773681640625, 783.8765869140625, 679.1486206054688, 562.5946655273438]\n", - "27\n", - "7171\n", - "8\n", - "[342.5145263671875, 381.8009033203125, 1268.723876953125, 1440.5255126953125, 1120.7750244140625, 1340.328857421875, 1716.595703125, 754.2557983398438]\n", - "8\n", - "7172\n", - "26\n", - "[437.162841796875, 492.123291015625, 729.35791015625, 905.2037963867188, 374.8013916015625, 666.3912353515625, 957.7899780273438, 785.9005126953125, 1406.9813232421875, 623.7119750976562, 730.6533813476562, 1839.3021240234375, 1833.90380859375, 867.3261108398438, 681.2568969726562, 1008.9554443359375, 1057.2242431640625, 759.6923828125, 576.931884765625, 1470.2962646484375, 1265.52392578125, 1217.8094482421875, 848.42333984375, 437.76593017578125, 1009.823974609375, 1387.808837890625]\n", - "26\n", - "7173\n", - "15\n", - "[757.640869140625, 1097.8922119140625, 805.4720458984375, 1128.1513671875, 1245.6744384765625, 486.3478088378906, 916.7454833984375, 960.661376953125, 347.2980041503906, 1093.7213134765625, 1149.9793701171875, 409.5152282714844, 464.12890625, 736.8064575195312, 359.0701904296875]\n", - "15\n", - "7174\n", - "9\n", - "[318.832275390625, 453.68359375, 915.73681640625, 1029.131591796875, 483.94873046875, 301.72021484375, 858.6683959960938, 866.2111206054688, 487.29217529296875]\n", - "9\n", - "7175\n", - "25\n", - "[648.96435546875, 343.2597961425781, 672.5494995117188, 709.13232421875, 903.7207641601562, 1767.5826416015625, 1702.783935546875, 844.2053833007812, 1286.89404296875, 2188.482666015625, 2005.4178466796875, 915.5327758789062, 398.6722717285156, 1389.640625, 2319.091552734375, 2109.347412109375, 1166.578857421875, 1050.6656494140625, 2049.11962890625, 1973.09912109375, 1453.6046142578125, 1830.974609375, 787.4902954101562, 393.308349609375, 530.6512451171875]\n", - "25\n", - "7176\n", - "7\n", - "[381.1735534667969, 2084.762451171875, 1034.9002685546875, 936.6256713867188, 800.177001953125, 1148.6834716796875, 821.2228393554688]\n", - "7\n", - "7177\n", - "12\n", - "[2346.2919921875, 452.9894714355469, 2041.9739990234375, 381.2735290527344, 875.4661254882812, 876.9564208984375, 1487.0484619140625, 1295.6971435546875, 356.20465087890625, 1068.0218505859375, 1503.1282958984375, 764.6361694335938]\n", - "12\n", - "7178\n", - "44\n", - "[757.0147705078125, 1890.417236328125, 2509.689208984375, 2810.781494140625, 2039.2657470703125, 1246.26708984375, 1888.287353515625, 1225.4715576171875, 1398.5111083984375, 400.83056640625, 6202.73486328125, 1837.7684326171875, 926.291259765625, 6570.4326171875, 5790.3974609375, 1015.8289794921875, 5935.3603515625, 6439.74658203125, 4572.90771484375, 2726.796630859375, 495.9073791503906, 5053.27294921875, 6300.28857421875, 6156.5302734375, 2863.668701171875, 1248.0362548828125, 4894.89794921875, 4450.17626953125, 3740.876708984375, 4184.2236328125, 1777.7840576171875, 2582.031005859375, 2224.451904296875, 2494.8681640625, 928.0333251953125, 2372.53125, 354.8164367675781, 1074.62255859375, 753.8777465820312, 658.9302368164062, 581.5867919921875, 688.0411987304688, 474.111572265625, 714.87939453125]\n", - "44\n", - "7179\n", - "14\n", - "[1873.4765625, 2628.89453125, 2192.154052734375, 411.4363098144531, 2905.679443359375, 2880.238525390625, 816.8390502929688, 365.3651428222656, 563.5822143554688, 3136.888916015625, 2791.805908203125, 1332.3214111328125, 1857.19384765625, 371.8255615234375]\n", - "14\n", - "7180\n", - "36\n", - "[327.71044921875, 523.6390991210938, 755.9912719726562, 538.5716552734375, 353.2763671875, 997.9415283203125, 2523.2451171875, 1820.87939453125, 608.1192016601562, 774.7181396484375, 1811.0926513671875, 1950.6876220703125, 3302.7060546875, 1686.32763671875, 465.18743896484375, 2761.0185546875, 3773.408203125, 4470.89306640625, 2357.331787109375, 770.938232421875, 809.3975219726562, 907.3568115234375, 3008.502197265625, 1724.2767333984375, 1907.3765869140625, 1955.4609375, 1100.74462890625, 1272.216064453125, 1694.315673828125, 789.1505737304688, 559.2725830078125, 391.858154296875, 1075.028564453125, 2362.067138671875, 1345.4984130859375, 1621.129150390625]\n", - "36\n", - "7181\n", - "12\n", - "[308.1433410644531, 1134.1304931640625, 783.1527099609375, 953.1403198242188, 1367.463623046875, 525.9763793945312, 1092.5128173828125, 2032.591796875, 1233.913330078125, 803.2376708984375, 359.4748840332031, 318.05743408203125]\n", - "12\n", - "7182\n", - "17\n", - "[1012.9956665039062, 1126.5531005859375, 855.0164184570312, 566.1168212890625, 539.3056640625, 4733.51171875, 4416.21484375, 4395.63232421875, 4030.77294921875, 1492.1712646484375, 967.01416015625, 1872.5755615234375, 1901.25732421875, 3514.658447265625, 2285.597900390625, 558.4971313476562, 806.9165649414062]\n", - "17\n", - "7183\n", - "8\n", - "[597.24365234375, 354.26995849609375, 705.3915405273438, 465.97613525390625, 1103.3701171875, 983.8679809570312, 811.104248046875, 663.2112426757812]\n", - "8\n", - "7184\n", - "31\n", - "[372.52935791015625, 1013.0390014648438, 335.3070373535156, 1407.2144775390625, 302.26287841796875, 317.6009521484375, 349.6788024902344, 852.1051635742188, 904.6043090820312, 2941.767333984375, 3727.532470703125, 538.75048828125, 1671.8466796875, 5122.44384765625, 1649.56787109375, 764.0849609375, 2746.101806640625, 4858.2060546875, 1650.39111328125, 356.9939880371094, 1173.0540771484375, 805.8336181640625, 524.9898071289062, 573.8934936523438, 396.7411804199219, 2761.86669921875, 2761.350341796875, 4578.8076171875, 1679.852783203125, 1328.8311767578125, 845.9638671875]\n", - "31\n", - "7185\n", - "8\n", - "[310.1470947265625, 702.7044677734375, 1636.13623046875, 1058.55029296875, 841.435546875, 580.0071411132812, 645.9165649414062, 597.6273803710938]\n", - "8\n", - "7186\n", - "36\n", - "[1060.5806884765625, 2451.22998046875, 1631.6827392578125, 1274.0152587890625, 702.4581298828125, 717.3253784179688, 2034.19775390625, 3868.994873046875, 4125.783203125, 1632.6058349609375, 2354.239990234375, 3081.3330078125, 1240.2510986328125, 670.212890625, 2438.876220703125, 3681.18115234375, 3146.378173828125, 655.1822509765625, 314.4720764160156, 2705.31494140625, 3881.8154296875, 2304.8671875, 479.982666015625, 2942.395263671875, 3603.28173828125, 3029.945068359375, 1423.203369140625, 2107.336181640625, 3751.98681640625, 465.67962646484375, 406.95562744140625, 1240.1395263671875, 1425.2891845703125, 2727.564697265625, 571.891845703125, 540.2056884765625]\n", - "36\n", - "7187\n", - "19\n", - "[585.835205078125, 374.27056884765625, 332.5362548828125, 462.2657470703125, 1873.8770751953125, 585.5665283203125, 781.5545654296875, 1571.387451171875, 698.486328125, 925.5643920898438, 1770.74267578125, 3875.4443359375, 1879.062255859375, 730.1823120117188, 2183.65966796875, 1181.287353515625, 1576.994140625, 1676.5980224609375]\n", - "18\n", - "7188\n", - "26\n", - "[1414.288330078125, 1591.4599609375, 1571.248291015625, 907.9652709960938, 711.349609375, 552.4754638671875, 492.8776550292969, 984.430419921875, 2321.152587890625, 3825.438232421875, 3701.377197265625, 3422.2841796875, 1938.9454345703125, 2016.2100830078125, 495.632568359375, 860.0494384765625, 1071.28466796875, 2116.63330078125, 2294.35302734375, 2860.269287109375, 2551.895751953125, 1189.6761474609375, 628.986328125, 1549.921875, 2085.287841796875, 408.0838623046875]\n", - "26\n", - "7189\n", - "12\n", - "[430.8609924316406, 437.14337158203125, 765.0104370117188, 1124.52783203125, 445.61285400390625, 405.874267578125, 1150.4483642578125, 1347.73095703125, 996.8235473632812, 426.577392578125, 605.8822021484375, 390.9103698730469]\n", - "12\n", - "7190\n", - "16\n", - "[440.44561767578125, 1345.2757568359375, 2407.318115234375, 1986.3646240234375, 1707.6943359375, 1404.2935791015625, 3535.35107421875, 3035.49755859375, 906.5878295898438, 363.9202575683594, 1486.319091796875, 3511.860107421875, 2246.700927734375, 832.099609375, 1824.5660400390625, 1012.3660278320312]\n", - "16\n", - "7191\n", - "11\n", - "[905.1201171875, 475.80352783203125, 370.8115234375, 1204.1239013671875, 1559.4459228515625, 1481.8770751953125, 451.2899169921875, 750.792236328125, 1108.090087890625, 792.399169921875, 733.4879150390625]\n", - "11\n", - "7192\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "16\n", - "[343.5067443847656, 410.6405334472656, 463.4027404785156, 401.486083984375, 576.209716796875, 513.4273681640625, 412.2220764160156, 413.8118591308594, 324.5855407714844, 331.1504821777344, 310.1072082519531, 365.61834716796875, 369.14154052734375, 305.3353271484375, 307.5685119628906, 382.5661315917969]\n", - "16\n", - "7193\n", - "7\n", - "[338.0933837890625, 860.2675170898438, 725.6590576171875, 545.5006713867188, 1086.993896484375, 1331.4384765625, 811.3580932617188]\n", - "7\n", - "7194\n", - "32\n", - "[356.0490417480469, 1574.4676513671875, 541.0942993164062, 315.7878112792969, 1060.20166015625, 2895.227294921875, 3594.590087890625, 2411.413330078125, 1569.003662109375, 2930.146240234375, 3357.779541015625, 3615.612548828125, 2231.888427734375, 1026.6263427734375, 2807.232177734375, 3607.367431640625, 3728.36181640625, 3493.36328125, 2031.0504150390625, 470.8162536621094, 1659.058837890625, 1532.637939453125, 679.0425415039062, 2078.844970703125, 3181.452392578125, 1435.8873291015625, 317.2251892089844, 1389.927978515625, 746.3662109375, 1499.64794921875, 1194.7413330078125, 1203.421875]\n", - "32\n", - "7195\n", - "15\n", - "[1270.52734375, 1391.2755126953125, 394.0885925292969, 984.3934936523438, 2211.22265625, 1686.557373046875, 1617.3468017578125, 1407.2679443359375, 423.251953125, 1191.088623046875, 919.4179077148438, 1051.3804931640625, 512.5689086914062, 1105.893798828125, 356.7168273925781]\n", - "15\n", - "7196\n", - "17\n", - "[411.7415466308594, 476.38043212890625, 1624.4610595703125, 546.6354370117188, 595.133056640625, 2142.945556640625, 2614.9130859375, 2852.644287109375, 2142.26806640625, 738.8676147460938, 1399.8502197265625, 2285.347412109375, 1987.66796875, 1172.296142578125, 383.49444580078125, 937.7044067382812, 661.3194580078125]\n", - "17\n", - "7197\n", - "22\n", - "[900.44921875, 2733.540771484375, 536.8348999023438, 5583.67822265625, 12771.8798828125, 4264.50634765625, 599.3601684570312, 343.4371337890625, 3543.89697265625, 11270.2890625, 7938.55810546875, 3974.104248046875, 416.4896545410156, 1628.3157958984375, 580.2463989257812, 5156.68798828125, 360.07916259765625, 503.0579528808594, 1577.6329345703125, 4079.299072265625, 428.17266845703125, 418.4262390136719]\n", - "22\n", - "7198\n", - "29\n", - "[529.2571411132812, 1243.3934326171875, 1337.864501953125, 402.8279724121094, 1217.8809814453125, 1409.1527099609375, 1853.01025390625, 2056.061279296875, 923.2518920898438, 857.631103515625, 2388.1650390625, 2399.5419921875, 2363.76708984375, 2200.384765625, 1463.0125732421875, 492.8493957519531, 1822.6881103515625, 2339.064697265625, 1782.0556640625, 2170.3935546875, 729.2615966796875, 433.282470703125, 846.2830810546875, 531.345703125, 1469.4317626953125, 1352.8284912109375, 531.2239379882812, 883.5458984375, 812.551513671875]\n", - "29\n", - "7199\n", - "14\n", - "[311.8303527832031, 800.0968627929688, 1488.63623046875, 1365.7169189453125, 1051.9324951171875, 397.197509765625, 719.7670288085938, 1335.9437255859375, 1898.9544677734375, 667.6814575195312, 1192.43603515625, 511.6942443847656, 1053.6007080078125, 533.2027587890625]\n", - "14\n", - "7200\n", - "11\n", - "[529.5360107421875, 490.41009521484375, 787.0242919921875, 361.2022705078125, 1415.321044921875, 2713.8017578125, 763.7173461914062, 501.14404296875, 1099.315185546875, 2575.81494140625, 1994.9119873046875]\n", - "11\n", - "7201\n", - "7\n", - "[3648.85009765625, 561.58447265625, 1097.35546875, 1257.74169921875, 4029.876953125, 9145.0673828125, 481.5290222167969]\n", - "7\n", - "7202\n", - "12\n", - "[543.8491821289062, 405.8224182128906, 1662.6832275390625, 1490.8739013671875, 1152.005615234375, 549.6317138671875, 383.8623352050781, 1061.5364990234375, 1506.9993896484375, 434.1214599609375, 836.610595703125, 310.03363037109375]\n", - "12\n", - "7203\n", - "9\n", - "[6712.98779296875, 2646.66455078125, 1619.0911865234375, 4927.64111328125, 338.14697265625, 1074.94580078125, 494.14117431640625, 1753.1536865234375, 661.1676635742188]\n", - "9\n", - "7204\n", - "9\n", - "[350.7497863769531, 938.8958129882812, 375.0330810546875, 981.69287109375, 2324.968505859375, 1310.8934326171875, 809.9784545898438, 1508.442626953125, 666.3831787109375]\n", - "9\n", - "7205\n", - "8\n", - "[841.8848876953125, 2107.756103515625, 385.35992431640625, 2517.653076171875, 2016.467041015625, 3174.806396484375, 2127.508056640625, 847.8662719726562]\n", - "8\n", - "7206\n", - "13\n", - "[314.0540466308594, 539.9932861328125, 394.52606201171875, 316.5813293457031, 307.2680969238281, 353.2893981933594, 520.2210083007812, 506.7779846191406, 331.1104736328125, 601.0340576171875, 459.2767639160156, 314.8302001953125, 406.59716796875]\n", - "13\n", - "7207\n", - "37\n", - "[572.9458618164062, 938.4500732421875, 3290.187744140625, 3190.941162109375, 1009.6705322265625, 1099.9261474609375, 828.139892578125, 5281.07666015625, 5832.0556640625, 3738.136474609375, 432.7877197265625, 1916.5694580078125, 1696.298095703125, 3049.2822265625, 3612.44873046875, 5285.62060546875, 3840.62890625, 2195.30810546875, 3589.022705078125, 403.4842529296875, 855.6354370117188, 895.744384765625, 2999.868408203125, 5595.86181640625, 5917.59228515625, 5118.95166015625, 2715.8037109375, 1207.1064453125, 2016.599609375, 2467.61181640625, 3125.270263671875, 3569.317138671875, 3627.958984375, 486.5, 719.3327026367188, 695.6307983398438, 715.6867065429688]\n", - "37\n", - "7208\n", - "12\n", - "[301.5914611816406, 518.6998291015625, 309.3694763183594, 388.15118408203125, 835.2805786132812, 893.6158447265625, 816.2051391601562, 1681.009521484375, 584.947509765625, 643.0990600585938, 819.4400024414062, 814.0791625976562]\n", - "12\n", - "7209\n", - "5\n", - "[1232.08984375, 1773.27880859375, 332.9085693359375, 1245.9476318359375, 881.7566528320312]\n", - "5\n", - "7210\n", - "22\n", - "[663.324462890625, 468.1988830566406, 380.3009338378906, 952.9982299804688, 469.1267395019531, 361.2585144042969, 2072.9951171875, 1076.46142578125, 187.34555053710938, 301.20404052734375, 1113.90185546875, 375.2579040527344, 622.0639038085938, 2151.828125, 708.2808837890625, 691.9521484375, 721.802734375, 722.552001953125, 816.3897705078125, 860.8065185546875, 740.19677734375, 529.538330078125]\n", - "22\n", - "7211\n", - "8\n", - "[851.8297119140625, 301.1091003417969, 1303.3477783203125, 1623.3731689453125, 501.47161865234375, 1108.41455078125, 2814.47412109375, 2592.130615234375]\n", - "8\n", - "7212\n", - "245\n", - "[636.7837524414062, 1046.972412109375, 1412.122802734375, 306.16192626953125, 1243.9661865234375, 1121.5865478515625, 583.2020874023438, 1411.0421142578125, 362.6372375488281, 975.54296875, 329.7010192871094, 860.9488525390625, 1011.775634765625, 933.3407592773438, 610.6387939453125, 1491.302734375, 838.5960083007812, 1179.315185546875, 410.7546081542969, 330.0047607421875, 395.8868103027344, 832.5849609375, 403.2311706542969, 483.8467102050781, 646.3343505859375, 1071.505859375, 644.6749267578125, 505.2659606933594, 1811.75048828125, 384.5296936035156, 633.7302856445312, 1373.0892333984375, 2116.09326171875, 1140.2271728515625, 695.5324096679688, 419.2979736328125, 1138.7979736328125, 755.7870483398438, 2115.408935546875, 482.5709533691406, 678.1930541992188, 1548.3408203125, 481.7428283691406, 1119.7928466796875, 1794.20654296875, 762.2361450195312, 438.9427185058594, 1208.1651611328125, 534.3077392578125, 529.0960083007812, 526.8706665039062, 2344.23583984375, 846.81005859375, 2587.265380859375, 2102.197265625, 1880.1904296875, 980.8569946289062, 2636.783203125, 1126.91015625, 843.2194213867188, 1067.483642578125, 1862.35546875, 2738.146484375, 1517.9208984375, 1172.90771484375, 1371.8966064453125, 1227.49658203125, 751.6400756835938, 676.811767578125, 2578.383056640625, 2703.67236328125, 2460.837890625, 2073.532958984375, 878.7807006835938, 2657.793212890625, 3097.11328125, 3121.553955078125, 2193.07958984375, 783.2781372070312, 544.632080078125, 793.1484375, 3023.602294921875, 3164.453125, 2469.601806640625, 1420.346435546875, 914.5593872070312, 671.609619140625, 2063.854248046875, 3150.68212890625, 2498.53173828125, 1924.4837646484375, 1794.0914306640625, 603.7356567382812, 736.0816040039062, 2427.265380859375, 2740.678955078125, 1862.1444091796875, 1450.8175048828125, 1143.8721923828125, 538.3236694335938, 347.3026123046875, 653.2726440429688, 1778.6417236328125, 2218.508544921875, 1780.620849609375, 1185.7196044921875, 751.182861328125, 247.224609375, 1162.4874267578125, 351.9451904296875, 1340.549560546875, 2574.40234375, 1186.4677734375, 567.3239135742188, 974.3279418945312, 2193.32275390625, 1838.627685546875, 810.3407592773438, 1056.7947998046875, 997.0773315429688, 484.50537109375, 308.22418212890625, 652.2271118164062, 426.29388427734375, 473.0555419921875, 1142.193603515625, 971.2456665039062, 527.9449462890625, 426.8214416503906, 383.02691650390625, 1434.0152587890625, 2238.664794921875, 713.4217529296875, 1068.318115234375, 842.6406860351562, 554.2210693359375, 1312.6363525390625, 456.8703918457031, 717.9204711914062, 923.3905029296875, 1228.4140625, 1560.2286376953125, 912.8359985351562, 492.8952941894531, 1062.287841796875, 1952.240234375, 644.29443359375, 323.24871826171875, 857.6939697265625, 1019.3471069335938, 1108.0711669921875, 599.652587890625, 385.9844970703125, 1157.3204345703125, 2029.735107421875, 894.8091430664062, 488.0992126464844, 790.36669921875, 873.1405029296875, 1686.7010498046875, 999.871826171875, 459.6585388183594, 707.6920776367188, 2859.81640625, 1269.3726806640625, 1193.9144287109375, 466.07568359375, 2509.546630859375, 978.32470703125, 323.77947998046875, 380.2292175292969, 1880.0018310546875, 2718.693603515625, 1826.8133544921875, 960.4353637695312, 1538.067626953125, 1877.7764892578125, 922.408935546875, 543.5673828125, 772.3718872070312, 2925.44921875, 2099.562744140625, 1629.8995361328125, 729.8467407226562, 2446.8876953125, 651.0408935546875, 564.414306640625, 854.0169677734375, 340.3144836425781, 696.600341796875, 3074.13037109375, 2979.22900390625, 1698.5025634765625, 2605.28271484375, 1315.2581787109375, 641.2217407226562, 592.9636840820312, 889.62939453125, 1311.2135009765625, 309.9949035644531, 1302.903564453125, 3079.13427734375, 2716.810546875, 2618.072265625, 1582.1754150390625, 1182.253662109375, 723.3080444335938, 1224.1201171875, 1458.30615234375, 752.9638061523438, 1855.062255859375, 2591.674560546875, 2888.378662109375, 2506.039306640625, 897.9074096679688, 612.8577880859375, 1750.0091552734375, 1524.5107421875, 2900.026611328125, 2319.033935546875, 1777.8997802734375, 2011.04638671875, 2123.252197265625, 444.48907470703125, 748.4842529296875, 1183.548583984375, 2175.765869140625, 2889.491455078125, 2564.0205078125, 1176.25439453125, 511.8933410644531, 1342.877197265625, 1384.0338134765625, 1442.6041259765625, 1459.47119140625, 1114.460693359375, 607.6882934570312, 433.4192810058594, 446.9265441894531, 618.6893310546875, 761.265625, 1065.6279296875, 788.3072509765625, 1461.00146484375, 1107.3094482421875]\n", - "245\n", - "7213\n", - "12\n", - "[715.5281372070312, 1957.648193359375, 311.663818359375, 1003.1895751953125, 2652.572265625, 1021.4945068359375, 515.7529907226562, 533.4641723632812, 316.9695739746094, 336.83465576171875, 2193.736083984375, 572.4237670898438]\n", - "12\n", - "7214\n", - "10\n", - "[307.50384521484375, 1340.7388916015625, 816.1920166015625, 1223.4661865234375, 693.6898803710938, 428.9458312988281, 829.2120361328125, 1716.035888671875, 370.2845458984375, 324.9101257324219]\n", - "10\n", - "7215\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[483.4266357421875, 665.7072143554688, 790.717529296875, 1226.1346435546875, 1656.4056396484375, 504.3558044433594]\n", - "6\n", - "7216\n", - "8\n", - "[541.1245727539062, 311.8020935058594, 1307.686767578125, 1652.2620849609375, 967.6646728515625, 400.8938903808594, 671.6448364257812, 1075.793701171875]\n", - "8\n", - "7217\n", - "5\n", - "[1188.3568115234375, 622.7120361328125, 2137.341064453125, 1299.1656494140625, 482.1116943359375]\n", - "5\n", - "7218\n", - "7\n", - "[542.6412353515625, 1254.4432373046875, 1611.082275390625, 518.7567749023438, 346.6048278808594, 1317.5887451171875, 1160.0447998046875]\n", - "7\n", - "7219\n", - "14\n", - "[377.52008056640625, 1410.6494140625, 1492.0517578125, 675.9620971679688, 1136.8035888671875, 934.393798828125, 1186.773681640625, 1511.5726318359375, 2713.268310546875, 307.5251770019531, 1379.1634521484375, 384.65423583984375, 452.1650695800781, 543.0001831054688]\n", - "14\n", - "7220\n", - "32\n", - "[662.58447265625, 453.38922119140625, 582.658203125, 507.6747741699219, 458.619873046875, 437.1268005371094, 654.9833374023438, 1224.4412841796875, 1918.583740234375, 303.6647644042969, 720.3739013671875, 1133.859375, 309.6072998046875, 1143.5960693359375, 2298.3173828125, 2423.451416015625, 432.43890380859375, 565.683837890625, 388.61968994140625, 331.12310791015625, 622.72607421875, 612.0653686523438, 462.95684814453125, 639.2763061523438, 2162.638916015625, 1076.594970703125, 2052.891357421875, 604.4087524414062, 465.2212829589844, 306.01751708984375, 1291.0006103515625, 1013.340087890625]\n", - "32\n", - "7221\n", - "15\n", - "[1201.757080078125, 1025.7398681640625, 377.17962646484375, 707.03076171875, 1589.93115234375, 1580.967041015625, 1114.9112548828125, 1847.5142822265625, 736.372802734375, 338.06597900390625, 796.982421875, 685.39892578125, 745.453369140625, 637.9539794921875, 886.5147705078125]\n", - "15\n", - "7222\n", - "21\n", - "[728.9012451171875, 396.12811279296875, 416.4194641113281, 384.3954772949219, 319.26422119140625, 927.5064697265625, 322.15472412109375, 445.4989318847656, 433.9383850097656, 452.0268249511719, 447.8908996582031, 1577.827880859375, 4133.6982421875, 711.7066650390625, 410.7383728027344, 1994.0621337890625, 2862.384033203125, 467.1546325683594, 335.0723876953125, 770.0828247070312, 339.4685974121094]\n", - "21\n", - "7223\n", - "8\n", - "[307.0553894042969, 301.8330383300781, 334.93280029296875, 1323.243896484375, 888.4583740234375, 730.1497802734375, 781.2095336914062, 431.08447265625]\n", - "8\n", - "7224\n", - "11\n", - "[1301.8226318359375, 1493.468505859375, 394.66131591796875, 806.4716796875, 3755.03662109375, 3080.268310546875, 2281.3193359375, 1489.2681884765625, 2795.720703125, 562.6459350585938, 487.398681640625]\n", - "11\n", - "7225\n", - "4\n", - "[637.583740234375, 3619.6826171875, 2809.33251953125, 1114.2572021484375]\n", - "4\n", - "7226\n", - "13\n", - "[548.651611328125, 1515.2257080078125, 733.3951416015625, 653.3200073242188, 572.1248168945312, 1398.5386962890625, 1370.88720703125, 926.0379028320312, 1538.0679931640625, 360.55059814453125, 800.5106811523438, 384.6573181152344, 456.6380615234375]\n", - "13\n", - "7227\n", - "10\n", - "[398.72442626953125, 318.71173095703125, 3528.25244140625, 1764.2950439453125, 554.9759521484375, 323.0956726074219, 524.0929565429688, 1880.38623046875, 1546.644775390625, 553.4356689453125]\n", - "10\n", - "7228\n", - "561\n", - "[710.459716796875, 862.3557739257812, 614.5711669921875, 1684.49072265625, 694.056396484375, 334.63177490234375, 989.8121948242188, 765.079833984375, 1579.5614013671875, 1865.8104248046875, 1391.7080078125, 626.1373291015625, 320.4072265625, 833.4187622070312, 939.8494873046875, 335.5328063964844, 1599.2987060546875, 1292.3470458984375, 401.7161560058594, 738.36181640625, 583.1740112304688, 1051.44189453125, 1745.7080078125, 1962.4097900390625, 1727.0489501953125, 1169.5677490234375, 647.465087890625, 484.78546142578125, 426.87646484375, 673.5424194335938, 1063.6824951171875, 1962.14111328125, 1874.957275390625, 1745.2049560546875, 1663.36669921875, 1213.566650390625, 426.1086120605469, 748.1885375976562, 552.4568481445312, 1308.2698974609375, 1796.0040283203125, 1763.314453125, 900.2344360351562, 1432.413818359375, 1291.2222900390625, 503.5567932128906, 1092.8382568359375, 1308.3997802734375, 2695.978515625, 1878.3836669921875, 818.4801025390625, 1733.9339599609375, 1643.42626953125, 4079.213134765625, 926.9473876953125, 1440.1627197265625, 757.3841552734375, 1478.6439208984375, 2558.874755859375, 918.5814208984375, 3227.276123046875, 769.3627319335938, 990.7020874023438, 1249.7376708984375, 1079.67236328125, 1549.7467041015625, 1352.3424072265625, 1223.2547607421875, 695.77978515625, 552.3881225585938, 5431.25732421875, 5830.43505859375, 5966.572265625, 6117.47119140625, 5554.458984375, 994.9466552734375, 865.125732421875, 1975.7003173828125, 1280.862060546875, 1423.35595703125, 1366.3021240234375, 1335.995849609375, 818.2134399414062, 606.74609375, 871.705322265625, 483.4067077636719, 304.7599792480469, 2609.53857421875, 1053.14599609375, 3685.322509765625, 6067.60302734375, 5821.48486328125, 6151.54833984375, 6011.96826171875, 5235.771484375, 1118.4322509765625, 2247.106201171875, 1224.4615478515625, 670.9107055664062, 924.2338256835938, 973.21533203125, 1599.3482666015625, 1455.3408203125, 548.4154052734375, 845.0206298828125, 1257.4246826171875, 3519.662353515625, 5395.68359375, 4899.865234375, 5306.2685546875, 5242.630859375, 3165.217529296875, 4436.78466796875, 6160.8017578125, 6107.9462890625, 4932.92529296875, 5507.43310546875, 5976.71630859375, 5439.85400390625, 3503.4228515625, 668.9951782226562, 535.794921875, 715.3828125, 1851.1978759765625, 617.5281372070312, 782.0565795898438, 304.83819580078125, 531.1553344726562, 711.891357421875, 412.75042724609375, 1880.1458740234375, 3147.03271484375, 5208.97705078125, 5501.767578125, 6047.9150390625, 5934.7880859375, 5864.7392578125, 5176.73193359375, 5453.48486328125, 5288.0458984375, 6087.18408203125, 5889.58837890625, 4860.4384765625, 4595.787109375, 4107.9150390625, 2180.610595703125, 1148.7384033203125, 1596.8427734375, 1869.13671875, 1206.1923828125, 4057.63623046875, 5805.2451171875, 5852.13818359375, 5179.6376953125, 4471.4677734375, 5080.26171875, 6270.1513671875, 6091.54248046875, 5253.19189453125, 5787.11083984375, 5680.7744140625, 5647.94189453125, 2129.138427734375, 1536.8243408203125, 2155.768310546875, 2581.258544921875, 488.90673828125, 1263.4884033203125, 3458.00146484375, 5475.16943359375, 5167.31396484375, 5501.60986328125, 6037.373046875, 6270.1826171875, 5944.10498046875, 5094.3974609375, 5721.736328125, 5932.7099609375, 2371.290283203125, 420.5206298828125, 1007.1815185546875, 1413.6165771484375, 1062.664794921875, 4455.20947265625, 5737.1923828125, 4096.3935546875, 5141.57470703125, 5222.46875, 5874.2392578125, 4673.283203125, 5732.15185546875, 5590.46240234375, 1335.8175048828125, 1341.609619140625, 1383.00732421875, 395.54559326171875, 861.1337280273438, 1530.6405029296875, 3746.281982421875, 5698.744140625, 5621.400390625, 5511.04638671875, 5711.888671875, 6205.43994140625, 6146.84228515625, 5944.654296875, 6047.31494140625, 5819.81103515625, 5865.9267578125, 5938.74853515625, 2046.658935546875, 1845.551025390625, 375.010986328125, 399.379638671875, 1133.1053466796875, 691.4689331054688, 560.27099609375, 1256.1361083984375, 4088.359375, 5102.400390625, 5620.21875, 5566.28955078125, 5349.92138671875, 6153.17138671875, 5472.63623046875, 5964.99951171875, 5769.9365234375, 5953.5224609375, 6004.48974609375, 4827.14453125, 5395.197265625, 4763.84130859375, 834.5543212890625, 943.3985595703125, 1864.5760498046875, 712.1425170898438, 165.72970581054688, 214.42913818359375, 637.0720825195312, 1902.973388671875, 1387.5740966796875, 2757.8349609375, 3371.384765625, 5831.13623046875, 5365.8134765625, 3807.071044921875, 5245.70703125, 5645.0927734375, 5747.7470703125, 5183.541015625, 3493.777587890625, 4262.96337890625, 2314.36669921875, 3218.97021484375, 2098.068115234375, 835.8997192382812, 412.19561767578125, 1341.7423095703125, 2232.310546875, 1067.93896484375, 3234.255615234375, 402.4051818847656, 2798.727294921875, 4785.3359375, 4817.322265625, 815.9651489257812, 2452.973876953125, 4320.6005859375, 5219.7529296875, 5624.02783203125, 5516.8193359375, 6132.31494140625, 5985.95751953125, 2990.80908203125, 2098.57958984375, 1025.8402099609375, 2165.173583984375, 2133.7177734375, 342.348876953125, 627.4585571289062, 598.1630859375, 2133.648193359375, 883.7907104492188, 1307.1094970703125, 547.5813598632812, 372.87603759765625, 230.03697204589844, 1166.089599609375, 3688.126953125, 2617.680419921875, 2908.961181640625, 3044.6689453125, 3075.27197265625, 1741.5135498046875, 340.32763671875, 1353.9329833984375, 4286.8330078125, 4824.9970703125, 2418.67578125, 4648.88916015625, 5744.62060546875, 5162.7724609375, 1292.53125, 1248.41748046875, 522.7136840820312, 2696.0478515625, 2683.82568359375, 2185.70166015625, 3015.133544921875, 3180.484130859375, 2750.103759765625, 1021.57666015625, 439.0213928222656, 814.6324462890625, 288.9500427246094, 915.7958984375, 1182.7396240234375, 1071.949951171875, 2862.826171875, 2251.2470703125, 2429.982177734375, 2212.47705078125, 551.1311645507812, 3289.90966796875, 4220.95947265625, 2267.682373046875, 854.5773315429688, 353.43414306640625, 794.1356811523438, 3088.643798828125, 5793.92626953125, 5284.798828125, 4630.041015625, 4036.4384765625, 3838.583740234375, 573.440673828125, 1234.0728759765625, 297.2245178222656, 4252.24462890625, 3134.87353515625, 1280.5047607421875, 3573.06103515625, 2483.89892578125, 1639.9901123046875, 547.6697998046875, 695.056640625, 1344.54052734375, 3276.841064453125, 2110.84619140625, 1319.95703125, 2651.719482421875, 2161.63623046875, 600.1211547851562, 909.1826171875, 644.4053955078125, 2046.3746337890625, 321.5868835449219, 904.8937377929688, 417.3687438964844, 783.4925537109375, 93.39429473876953, 916.0296020507812, 1859.02392578125, 2803.74267578125, 4290.71142578125, 3690.268310546875, 4916.357421875, 5454.9189453125, 5951.154296875, 4719.443359375, 1825.6417236328125, 2634.5703125, 1268.301513671875, 375.2004699707031, 576.0872802734375, 2446.43017578125, 2595.876220703125, 1761.01220703125, 1918.61279296875, 1480.1409912109375, 1357.312255859375, 1552.2679443359375, 4159.02734375, 3227.99609375, 1253.1484375, 2083.723388671875, 3279.310546875, 2255.649658203125, 442.39434814453125, 476.9576721191406, 1539.1488037109375, 2957.313232421875, 2087.999755859375, 842.9551391601562, 894.5032348632812, 402.1841125488281, 574.1607666015625, 151.89678955078125, 2028.303466796875, 5329.40576171875, 5541.90185546875, 5242.7509765625, 5451.3818359375, 5072.03759765625, 5930.29736328125, 1373.880126953125, 257.67755126953125, 2235.6328125, 116.5375747680664, 863.09814453125, 2429.0791015625, 2050.62548828125, 1839.2220458984375, 1106.2164306640625, 1077.9378662109375, 96.68513488769531, 2750.874267578125, 4128.796875, 3408.5693359375, 1767.303466796875, 813.615478515625, 907.7930297851562, 532.8325805664062, 608.7364501953125, 912.9345092773438, 440.9541931152344, 467.47674560546875, 485.4532165527344, 316.3253173828125, 1578.4051513671875, 3657.100830078125, 2747.15380859375, 3602.28076171875, 4605.99462890625, 5574.27978515625, 5309.75537109375, 4196.31298828125, 203.18594360351562, 2114.26318359375, 981.3348388671875, 5257.7080078125, 6099.6083984375, 5768.97021484375, 3955.493896484375, 3050.3095703125, 363.08563232421875, 2566.391357421875, 3879.64013671875, 4455.24755859375, 2756.893798828125, 493.00762939453125, 1609.633544921875, 5235.91650390625, 3261.233154296875, 608.9451904296875, 676.0505981445312, 708.17578125, 3758.958984375, 2925.421630859375, 5069.40380859375, 4048.29443359375, 1951.609619140625, 1083.7489013671875, 906.4877319335938, 1100.8170166015625, 2382.419677734375, 3291.324462890625, 2417.79150390625, 355.33538818359375, 625.8541870117188, 424.4620666503906, 1714.220458984375, 3075.63818359375, 401.1229553222656, 812.2069702148438, 1680.762451171875, 1103.01513671875, 819.7484130859375, 1219.2960205078125, 603.7152099609375, 2950.668212890625, 338.7295837402344, 1081.479248046875, 749.2243041992188, 756.6422119140625, 543.6273193359375, 380.30120849609375, 1635.8907470703125, 673.997802734375, 1759.0858154296875, 1657.0570068359375, 697.8156127929688, 870.5413208007812, 614.68359375, 749.2604370117188, 748.0031127929688, 755.8460083007812, 445.3789367675781, 529.8560180664062, 471.1781921386719, 1255.0687255859375, 2991.055419921875, 2558.00927734375, 953.435302734375, 1422.990234375, 2057.34912109375, 1625.0137939453125, 255.5626220703125, 1025.62060546875, 1028.3865966796875, 517.6121215820312, 808.8568115234375, 994.4541015625, 565.6588745117188, 3293.5224609375, 3550.8779296875, 3323.462158203125, 478.09466552734375, 1038.5704345703125, 735.7767944335938, 1490.933349609375, 596.2809448242188, 846.59375, 1029.642333984375, 1250.01025390625, 1092.3577880859375, 692.5513916015625, 852.2435302734375, 854.7938842773438, 1294.640869140625, 5183.8125, 3701.498779296875, 787.4339599609375, 986.8743286132812, 707.1083374023438, 1060.997314453125, 480.2927551269531, 510.64935302734375, 415.337158203125, 538.4848022460938, 459.9420471191406, 503.1264343261719, 1261.1851806640625, 1209.8482666015625, 419.6849060058594, 2650.6962890625, 2363.483154296875, 1795.8662109375, 952.20361328125, 491.06610107421875, 529.8683471679688, 377.1512756347656, 524.6212768554688]\n", - "553\n", - "7229\n", - "18\n", - "[809.1961059570312, 532.0324096679688, 578.2049560546875, 878.5399169921875, 1289.1422119140625, 781.8222045898438, 846.2527465820312, 413.438232421875, 334.0608215332031, 1384.5521240234375, 857.9931030273438, 1230.4423828125, 626.30224609375, 944.64453125, 721.6139526367188, 375.84759521484375, 384.12646484375, 575.1729736328125]\n", - "18\n", - "7230\n", - "7\n", - "[432.6807556152344, 526.1279296875, 990.2805786132812, 1375.874755859375, 491.9625244140625, 1074.1285400390625, 1038.6221923828125]\n", - "7\n", - "7231\n", - "8\n", - "[764.12060546875, 683.9981079101562, 961.2275390625, 1430.7298583984375, 1317.1746826171875, 870.2116088867188, 523.103759765625, 445.0653381347656]\n", - "8\n", - "7232\n", - "30\n", - "[354.74407958984375, 912.2753295898438, 460.9383239746094, 597.9151611328125, 1614.569091796875, 540.9327392578125, 303.3071594238281, 1254.4842529296875, 807.5517578125, 398.2095642089844, 2515.253173828125, 2036.829345703125, 479.1175231933594, 1329.1151123046875, 1979.865966796875, 3291.359130859375, 1603.2242431640625, 324.2315368652344, 309.4591064453125, 784.7103271484375, 2792.34912109375, 2348.94189453125, 1421.3983154296875, 1063.3997802734375, 1382.4586181640625, 1977.6484375, 2505.826171875, 578.4775390625, 310.1982421875, 408.7054138183594]\n", - "30\n", - "7233\n", - "12\n", - "[749.2745971679688, 655.19384765625, 893.2322387695312, 1202.143798828125, 765.937255859375, 1196.754150390625, 873.7941284179688, 344.94818115234375, 2404.302490234375, 807.6923828125, 430.6427001953125, 497.936279296875]\n", - "12\n", - "7234\n", - "14\n", - "[691.01416015625, 1216.210205078125, 1733.8834228515625, 501.1810607910156, 622.4976196289062, 1152.1492919921875, 3615.760009765625, 2522.157470703125, 2112.140869140625, 1031.4541015625, 321.68792724609375, 522.2589111328125, 1160.884765625, 654.0722045898438]\n", - "14\n", - "7235\n", - "11\n", - "[496.4572448730469, 827.2559204101562, 513.7638549804688, 944.5321044921875, 1792.5474853515625, 984.255615234375, 390.0780029296875, 1342.5108642578125, 858.6163940429688, 356.4513244628906, 599.1356201171875]\n", - "11\n", - "7236\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "24\n", - "[403.7310791015625, 1007.9879760742188, 547.0657958984375, 691.0221557617188, 551.7970581054688, 460.2361755371094, 875.05908203125, 1387.302490234375, 1746.72265625, 1289.5682373046875, 411.6305236816406, 606.75927734375, 1259.251708984375, 1546.81640625, 1392.444091796875, 754.7589111328125, 575.7388305664062, 930.2828369140625, 1709.93896484375, 1844.434814453125, 378.3389587402344, 331.3123779296875, 399.3498840332031, 461.75494384765625]\n", - "24\n", - "7237\n", - "27\n", - "[470.1681213378906, 732.968505859375, 507.5093688964844, 331.0107421875, 943.8819580078125, 876.0610961914062, 1281.6578369140625, 244.1130828857422, 2212.562255859375, 2790.123046875, 2574.968017578125, 491.4322814941406, 506.6604309082031, 2386.6005859375, 1900.8779296875, 2524.84228515625, 1150.9635009765625, 2275.052978515625, 316.0289611816406, 658.0029907226562, 2301.850341796875, 954.0828857421875, 2179.15283203125, 842.1124267578125, 670.1615600585938, 677.23291015625, 325.8136901855469]\n", - "27\n", - "7238\n", - "10\n", - "[389.9769287109375, 431.0344543457031, 646.6637573242188, 588.201904296875, 807.57568359375, 795.06201171875, 310.91326904296875, 729.2002563476562, 722.2496948242188, 323.34039306640625]\n", - "10\n", - "7239\n", - "20\n", - "[979.9617919921875, 1533.3909912109375, 860.2565307617188, 942.5432739257812, 2256.012939453125, 1757.741455078125, 2135.166748046875, 2029.0029296875, 435.5423889160156, 421.8717956542969, 619.6782836914062, 1434.8837890625, 2241.50634765625, 2050.593505859375, 1965.9300537109375, 700.9143676757812, 1528.956787109375, 914.5805053710938, 497.4085388183594, 312.1195983886719]\n", - "20\n", - "7240\n", - "188\n", - "[1203.822021484375, 455.9144287109375, 1181.6044921875, 1435.569091796875, 964.1521606445312, 413.92620849609375, 664.1615600585938, 1362.5303955078125, 651.9817504882812, 569.0662231445312, 1239.90234375, 1178.3193359375, 354.0442810058594, 422.94500732421875, 452.1576232910156, 305.2856140136719, 321.85064697265625, 484.27447509765625, 415.9518737792969, 609.5446166992188, 1586.760009765625, 2102.7490234375, 778.555419921875, 325.2757873535156, 1575.8975830078125, 1779.92578125, 547.5213623046875, 1946.2242431640625, 2854.045654296875, 3789.392822265625, 2799.522705078125, 3207.763427734375, 1274.8428955078125, 2905.85205078125, 3439.81494140625, 335.8534851074219, 344.22930908203125, 3311.544189453125, 5144.38671875, 5890.3291015625, 5846.9140625, 4707.34423828125, 5531.09716796875, 3716.519287109375, 1179.7060546875, 1764.3721923828125, 2448.34765625, 885.7734985351562, 393.1119689941406, 3458.237548828125, 4256.8984375, 3849.294921875, 5739.833984375, 5416.2216796875, 5477.33740234375, 5046.73779296875, 4766.46337890625, 4931.1474609375, 1740.79296875, 549.3540649414062, 426.73162841796875, 1063.61767578125, 4670.39990234375, 2955.207763671875, 532.8512573242188, 3200.25146484375, 6569.5693359375, 5203.07421875, 6553.943359375, 5662.04443359375, 5797.537109375, 6047.2109375, 2278.898681640625, 4492.04443359375, 3308.931640625, 844.724365234375, 3577.92724609375, 551.1534423828125, 491.6873779296875, 3011.55859375, 2613.07421875, 5493.537109375, 6750.81396484375, 6150.609375, 5962.716796875, 5693.44482421875, 3095.69189453125, 4724.42138671875, 3505.354248046875, 371.51287841796875, 2517.959716796875, 5583.05810546875, 4600.57568359375, 880.6065063476562, 625.5444946289062, 2434.23681640625, 3762.52783203125, 6790.16552734375, 6925.81396484375, 6187.82958984375, 5388.22021484375, 4774.73291015625, 6240.5126953125, 6776.3447265625, 2032.3809814453125, 529.9534301757812, 436.57073974609375, 1068.98779296875, 5761.68994140625, 6381.478515625, 6097.05517578125, 6166.6318359375, 5367.8642578125, 6420.3271484375, 6249.646484375, 6826.69189453125, 6965.646484375, 6140.91650390625, 3688.9296875, 1448.9080810546875, 5220.0947265625, 3190.332275390625, 1972.104736328125, 530.8594970703125, 2690.509521484375, 4445.95263671875, 4807.103515625, 5157.30126953125, 5725.22021484375, 6045.28515625, 6471.67919921875, 6706.8818359375, 6148.07470703125, 6956.697265625, 6938.35986328125, 6948.37109375, 6275.85693359375, 4037.2880859375, 587.4743041992188, 2827.014892578125, 534.47265625, 2293.717529296875, 6550.5732421875, 7032.546875, 6920.60302734375, 6473.14501953125, 6572.0546875, 3491.91064453125, 2625.365478515625, 1223.2286376953125, 577.9730834960938, 337.76513671875, 789.33642578125, 1037.594482421875, 438.6783752441406, 1654.7913818359375, 4696.51171875, 7061.26416015625, 6940.54052734375, 5866.28515625, 1506.3280029296875, 498.48431396484375, 786.483154296875, 499.1754150390625, 3134.574951171875, 5523.50732421875, 6709.70654296875, 6964.853515625, 6017.07763671875, 2984.455810546875, 673.349609375, 2585.801513671875, 696.9122924804688, 1371.395751953125, 2553.2099609375, 2156.5625, 5800.74462890625, 5237.2783203125, 1110.4632568359375, 1854.847900390625, 595.5543823242188, 607.22998046875, 1126.669677734375, 1207.3392333984375, 1485.753173828125, 1722.2298583984375, 1450.1400146484375, 522.9320678710938]\n", - "188\n", - "7241\n", - "18\n", - "[929.2041625976562, 449.66143798828125, 574.8731689453125, 1200.031494140625, 1068.58447265625, 328.46392822265625, 836.4498901367188, 1052.0703125, 447.4292907714844, 2236.9599609375, 1192.0946044921875, 1041.180419921875, 2069.802490234375, 642.0859985351562, 2238.335693359375, 1060.3695068359375, 726.658203125, 343.1740417480469]\n", - "18\n", - "7242\n", - "7\n", - "[930.038818359375, 709.3938598632812, 2239.62939453125, 977.3279418945312, 417.3789978027344, 1596.8677978515625, 1754.559326171875]\n", - "7\n", - "7243\n", - "11\n", - "[433.0823974609375, 1827.2423095703125, 1895.01611328125, 349.1025085449219, 1305.6707763671875, 2932.37548828125, 2560.21533203125, 311.8174743652344, 338.6619567871094, 582.6044311523438, 1136.5560302734375]\n", - "11\n", - "7244\n", - "117\n", - "[611.9817504882812, 861.9673461914062, 2003.36328125, 2034.739501953125, 782.334716796875, 505.52667236328125, 389.3310546875, 1447.266357421875, 1687.981201171875, 2007.105712890625, 974.75048828125, 1935.3851318359375, 1510.061767578125, 548.891357421875, 368.048583984375, 792.9215698242188, 1391.3115234375, 613.647216796875, 522.7755126953125, 1553.476806640625, 2320.449462890625, 3145.58984375, 3338.479248046875, 2109.938720703125, 2023.64404296875, 599.6556396484375, 604.807373046875, 2028.2755126953125, 242.3841552734375, 695.0074462890625, 3360.196533203125, 2511.04443359375, 2784.261474609375, 2129.676025390625, 2390.919921875, 428.5572509765625, 1285.26416015625, 1711.437744140625, 573.1049194335938, 109.84814453125, 652.07373046875, 1714.2989501953125, 1923.3035888671875, 2455.00439453125, 1032.3824462890625, 1911.18310546875, 1131.624267578125, 743.710205078125, 1605.654296875, 1070.5604248046875, 592.8966064453125, 878.3659057617188, 866.7696533203125, 1590.9793701171875, 1926.90234375, 1441.7186279296875, 1091.268310546875, 1040.139892578125, 550.1907958984375, 1265.7474365234375, 1090.9051513671875, 1207.4871826171875, 1322.3046875, 326.4464111328125, 575.3915405273438, 938.385498046875, 484.7192077636719, 1516.0810546875, 2485.728759765625, 1965.67529296875, 1941.3675537109375, 2496.53662109375, 671.2325439453125, 389.1980285644531, 1108.1759033203125, 2251.218505859375, 1336.1224365234375, 1134.73779296875, 346.1682434082031, 1665.3756103515625, 513.8037109375, 322.4735107421875, 634.1609497070312, 702.3101806640625, 1378.612548828125, 1233.108642578125, 912.4076538085938, 1418.1495361328125, 969.5562133789062, 353.412353515625, 1140.7237548828125, 2504.203857421875, 2768.21728515625, 1928.018798828125, 980.1165771484375, 1043.88134765625, 428.7120666503906, 1720.6861572265625, 2675.3583984375, 1813.3228759765625, 1823.3304443359375, 1219.277587890625, 1612.782958984375, 491.54144287109375, 613.1414794921875, 1418.3228759765625, 611.6763305664062, 490.06976318359375, 1331.75634765625, 1125.47021484375, 758.0634765625, 486.5114440917969, 872.965576171875, 397.2205505371094, 326.9769592285156]\n", - "115\n", - "7245\n", - "30\n", - "[863.577392578125, 1199.1041259765625, 865.306884765625, 1131.917236328125, 1517.8841552734375, 397.8337097167969, 1209.167724609375, 931.070556640625, 409.72125244140625, 469.1565856933594, 395.5860900878906, 320.5947265625, 388.5415344238281, 495.8839416503906, 607.1347045898438, 623.351318359375, 809.788818359375, 600.4444580078125, 1740.886962890625, 445.83758544921875, 373.44769287109375, 387.6838684082031, 455.7069091796875, 444.1978454589844, 602.7726440429688, 557.1063232421875, 960.3610229492188, 304.7175598144531, 1084.8599853515625, 449.9988098144531]\n", - "30\n", - "7246\n", - "14\n", - "[564.344482421875, 759.96142578125, 1497.698486328125, 452.13665771484375, 750.8964233398438, 696.0812377929688, 912.3646850585938, 652.1246337890625, 1178.4515380859375, 1521.214111328125, 423.3736877441406, 1874.1793212890625, 322.0960693359375, 742.3900146484375]\n", - "14\n", - "7247\n", - "20\n", - "[982.5584106445312, 488.0419006347656, 317.61358642578125, 998.1761474609375, 1583.3214111328125, 1347.8299560546875, 1382.8465576171875, 1387.0960693359375, 1172.075927734375, 323.0960388183594, 465.0396728515625, 677.9991455078125, 1182.2685546875, 1500.5511474609375, 1564.2742919921875, 731.24853515625, 444.44415283203125, 1075.98193359375, 381.7495422363281, 452.9048767089844]\n", - "20\n", - "7248\n", - "31\n", - "[979.975341796875, 457.0970153808594, 380.4931335449219, 1452.02001953125, 1546.738525390625, 2967.003173828125, 1721.3507080078125, 1436.329345703125, 3448.276611328125, 3883.339111328125, 2444.80126953125, 441.0475769042969, 1814.5216064453125, 4215.9912109375, 3302.770751953125, 2745.60546875, 1019.4789428710938, 4095.230712890625, 1771.072265625, 3994.235107421875, 2837.14697265625, 650.7205810546875, 915.0652465820312, 2868.374755859375, 553.3015747070312, 1853.5384521484375, 1554.3123779296875, 1284.494873046875, 412.2538757324219, 335.9830627441406, 364.0849609375]\n", - "31\n", - "7249\n", - "7\n", - "[699.3516845703125, 328.9457092285156, 634.8665771484375, 1186.6859130859375, 2159.232421875, 1751.2657470703125, 530.6266479492188]\n", - "7\n", - "7250\n", - "21\n", - "[713.1658325195312, 988.2205200195312, 2240.6982421875, 651.8544921875, 791.658203125, 2142.80810546875, 3029.352783203125, 747.6021118164062, 946.0201416015625, 3628.852783203125, 2780.989990234375, 3641.302978515625, 2989.453369140625, 1490.2161865234375, 592.161376953125, 1137.3916015625, 2628.162109375, 2314.400634765625, 1679.380615234375, 1348.0718994140625, 1029.8370361328125]\n", - "21\n", - "7251\n", - "16\n", - "[602.9165649414062, 1233.729248046875, 430.70452880859375, 1433.5108642578125, 1285.1634521484375, 335.49713134765625, 346.3032531738281, 1271.3697509765625, 1748.5618896484375, 1640.5625, 482.54962158203125, 800.7702026367188, 1315.4940185546875, 1784.7674560546875, 1028.3125, 493.59344482421875]\n", - "16\n", - "7252\n", - "107\n", - "[811.8507690429688, 1527.2650146484375, 2503.239501953125, 670.3172607421875, 399.2350158691406, 2013.6729736328125, 3049.74609375, 1277.777099609375, 2128.557373046875, 2437.777587890625, 1412.2388916015625, 655.24462890625, 319.3671569824219, 315.7417297363281, 2170.94580078125, 2258.318603515625, 3080.895751953125, 2386.80078125, 451.04119873046875, 961.0685424804688, 1620.517822265625, 2611.2607421875, 2096.661865234375, 3307.23095703125, 2444.77001953125, 2138.483642578125, 1063.543212890625, 768.1372680664062, 380.6578063964844, 1285.5697021484375, 861.0441284179688, 1301.0382080078125, 3116.675048828125, 3131.93115234375, 1516.501220703125, 1861.750732421875, 3578.5341796875, 3938.560302734375, 3547.797119140625, 2597.45068359375, 3116.083251953125, 2564.85107421875, 737.7044067382812, 621.0447387695312, 453.1330871582031, 596.2084350585938, 3655.197509765625, 2023.47412109375, 1694.2432861328125, 3810.124267578125, 3833.731201171875, 3274.052001953125, 3618.41796875, 1778.9617919921875, 2837.720947265625, 826.8150634765625, 591.3912353515625, 929.360595703125, 3474.2841796875, 4038.6513671875, 3997.6298828125, 1955.645263671875, 321.80914306640625, 876.5460205078125, 2342.470458984375, 2444.89501953125, 1140.1981201171875, 814.7636108398438, 2724.757568359375, 3953.432861328125, 3749.467041015625, 1362.35791015625, 1763.3306884765625, 1582.67578125, 415.23272705078125, 1749.18310546875, 3228.0341796875, 4003.468017578125, 3524.977783203125, 1540.2999267578125, 381.2245178222656, 921.663818359375, 1660.5517578125, 3509.93017578125, 4165.25390625, 1170.7059326171875, 482.4740905761719, 3668.994873046875, 4032.479736328125, 3326.1416015625, 515.5072021484375, 1648.4503173828125, 1334.2337646484375, 3418.677490234375, 1631.2191162109375, 917.171630859375, 443.177734375, 1630.048095703125, 1915.257080078125, 1256.87451171875, 2256.41845703125, 3031.218994140625, 843.89208984375, 350.14166259765625, 368.1479797363281, 1059.0260009765625, 641.76806640625]\n", - "107\n", - "7253\n", - "41\n", - "[1532.6727294921875, 1154.4539794921875, 401.670166015625, 1606.32275390625, 1350.4149169921875, 2431.52197265625, 2298.67578125, 495.7988586425781, 1928.6351318359375, 2114.0869140625, 4048.5244140625, 3365.2373046875, 2438.65234375, 1392.898193359375, 3294.13720703125, 1745.7830810546875, 876.7705688476562, 1342.4453125, 854.4024047851562, 598.614990234375, 2127.2236328125, 2934.13916015625, 4594.75390625, 1623.6866455078125, 1650.3582763671875, 2784.175048828125, 663.3116455078125, 310.0737609863281, 1096.1162109375, 1841.9921875, 469.0026550292969, 1732.6427001953125, 872.2643432617188, 398.68310546875, 1506.557373046875, 769.4351196289062, 2497.486083984375, 547.1806640625, 306.1656188964844, 647.9760131835938, 876.147705078125]\n", - "41\n", - "7254\n", - "8\n", - "[508.64874267578125, 660.6777954101562, 1433.1993408203125, 1938.3841552734375, 677.0079345703125, 540.6824340820312, 612.4724731445312, 384.15582275390625]\n", - "8\n", - "7255\n", - "6\n", - "[683.5177612304688, 406.05120849609375, 1264.79541015625, 1030.6962890625, 769.1190795898438, 1988.83251953125]\n", - "6\n", - "7256\n", - "16\n", - "[696.4786987304688, 332.3770751953125, 776.6007690429688, 711.0929565429688, 598.5170288085938, 1516.9013671875, 900.0154418945312, 816.5263061523438, 590.7494506835938, 750.1809692382812, 955.56787109375, 529.6921997070312, 618.177734375, 914.4879760742188, 785.1309204101562, 445.0321044921875]\n", - "16\n", - "7257\n", - "7\n", - "[1149.549560546875, 2114.213623046875, 416.591796875, 928.2401733398438, 1278.32275390625, 1403.12548828125, 740.3665771484375]\n", - "7\n", - "7258\n", - "21\n", - "[727.9069213867188, 401.1099548339844, 781.4849243164062, 420.2190246582031, 469.280029296875, 625.6676635742188, 1147.15087890625, 303.5023498535156, 449.75897216796875, 690.4322509765625, 797.1300659179688, 1018.4212646484375, 1304.7574462890625, 379.1610107421875, 1374.9117431640625, 1366.2213134765625, 893.4261474609375, 531.0487060546875, 342.7808837890625, 313.4018249511719, 1156.09228515625]\n", - "21" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "7259\n", - "7\n", - "[681.4027709960938, 1143.7216796875, 481.6477966308594, 793.3799438476562, 1071.3533935546875, 458.302978515625, 575.3052368164062]\n", - "7\n", - "7260\n", - "33\n", - "[720.7271728515625, 1079.6768798828125, 579.2528686523438, 685.7503051757812, 1664.726806640625, 1078.8760986328125, 536.6411743164062, 722.3760986328125, 377.40435791015625, 1167.723876953125, 1645.3995361328125, 672.9365844726562, 312.8266296386719, 364.16558837890625, 1021.1693115234375, 1509.3916015625, 1346.068359375, 1415.036376953125, 666.6591186523438, 454.8388977050781, 1222.9295654296875, 1513.04052734375, 1279.808837890625, 1281.2646484375, 900.0162353515625, 990.993408203125, 555.648193359375, 885.1880493164062, 676.5856323242188, 315.3524169921875, 302.6968078613281, 1216.972412109375, 302.41961669921875]\n", - "33\n", - "7261\n", - "33\n", - "[456.3728332519531, 561.4407348632812, 1874.65478515625, 2031.6141357421875, 631.2538452148438, 2737.80224609375, 3592.161865234375, 2716.36767578125, 2932.228759765625, 3595.216796875, 3078.583984375, 1724.7596435546875, 960.7597045898438, 3640.802001953125, 3635.4580078125, 3052.990478515625, 1655.223388671875, 1684.79931640625, 3755.41552734375, 3359.4755859375, 2027.2357177734375, 1196.8345947265625, 442.0890808105469, 566.2774047851562, 971.9889526367188, 2462.997314453125, 3004.35791015625, 358.3976135253906, 3209.63427734375, 2303.075439453125, 1347.046142578125, 2629.41015625, 1951.1934814453125]\n", - "33\n", - "7262\n", - "18\n", - "[424.0394592285156, 1138.80029296875, 2145.29248046875, 609.0366821289062, 2758.104248046875, 4103.93994140625, 3745.50927734375, 2078.7265625, 1945.966552734375, 808.4158325195312, 355.7189025878906, 613.130615234375, 1052.18994140625, 2562.92529296875, 1383.93017578125, 1786.6494140625, 4009.9658203125, 504.56207275390625]\n", - "18\n", - "7263\n", - "65\n", - "[706.864990234375, 2128.25341796875, 1127.5260009765625, 503.964111328125, 415.7725830078125, 2006.8863525390625, 1661.11376953125, 389.0163269042969, 1315.6895751953125, 1249.0782470703125, 3780.86474609375, 4163.5546875, 3756.531494140625, 3176.5888671875, 3764.949951171875, 3253.802734375, 1868.599609375, 1329.03662109375, 1019.6912231445312, 3217.287109375, 3998.35205078125, 4256.56396484375, 4241.50537109375, 3988.49072265625, 4150.662109375, 3496.197021484375, 682.759033203125, 879.8489379882812, 960.7921752929688, 335.51214599609375, 4038.88720703125, 4107.16650390625, 4165.80908203125, 4071.27294921875, 4309.400390625, 4271.4775390625, 3996.348876953125, 809.3615112304688, 3030.906005859375, 3195.168701171875, 3583.797119140625, 2570.980224609375, 2905.17529296875, 4069.913818359375, 3956.6962890625, 1478.2579345703125, 402.2049865722656, 631.3141479492188, 686.383056640625, 876.8234252929688, 605.6570434570312, 456.8415832519531, 3534.2568359375, 2487.461181640625, 312.8243408203125, 969.100830078125, 1326.1881103515625, 706.0457763671875, 1009.3004150390625, 2924.836181640625, 536.699462890625, 513.4931030273438, 738.5104370117188, 1207.104736328125, 380.447021484375]\n", - "65\n", - "7264\n", - "7\n", - "[1051.8975830078125, 1202.867431640625, 1792.20556640625, 3736.843017578125, 1402.0604248046875, 468.6737976074219, 936.4703369140625]\n", - "7\n", - "7265\n", - "6\n", - "[1690.187255859375, 363.57598876953125, 1687.893310546875, 1055.1817626953125, 1572.534912109375, 492.9432067871094]\n", - "6\n", - "7266\n", - "27\n", - "[850.4036254882812, 602.8269653320312, 735.6636962890625, 1209.75634765625, 443.7222900390625, 455.5815124511719, 493.15252685546875, 901.5621948242188, 304.8234558105469, 1789.2979736328125, 724.909423828125, 1903.45556640625, 1872.3087158203125, 335.8806457519531, 2399.620361328125, 3153.250244140625, 3336.46533203125, 2109.948486328125, 1072.078125, 874.4393920898438, 2101.247314453125, 1439.5908203125, 1390.4927978515625, 1646.51318359375, 408.9322509765625, 364.0672912597656, 476.9482727050781]\n", - "27\n", - "7267\n", - "8\n", - "[433.2469177246094, 577.5422973632812, 531.2399291992188, 968.5654907226562, 2100.45458984375, 1100.602783203125, 651.0523071289062, 424.6290283203125]\n", - "8\n", - "7268\n", - "23\n", - "[395.6915283203125, 841.1629638671875, 377.8561706542969, 701.9613647460938, 1023.7899780273438, 1254.3179931640625, 727.2144165039062, 620.0496826171875, 317.9137268066406, 351.24005126953125, 960.8822021484375, 1223.3201904296875, 1283.336181640625, 710.023193359375, 783.6944580078125, 677.4720458984375, 380.3056945800781, 487.4027404785156, 1077.967529296875, 763.8072509765625, 538.2099609375, 575.04345703125, 362.0481872558594]\n", - "23\n", - "7269\n", - "18\n", - "[1111.6951904296875, 1916.7635498046875, 1715.283935546875, 652.9512939453125, 1692.8436279296875, 1582.8131103515625, 1977.47998046875, 747.5709228515625, 398.3271179199219, 1562.587890625, 2111.1572265625, 819.705810546875, 857.5568237304688, 927.335205078125, 1845.0133056640625, 1955.5782470703125, 354.05413818359375, 335.0921630859375]\n", - "18\n", - "7270\n", - "9\n", - "[1057.674072265625, 493.48040771484375, 576.6027221679688, 1018.7587890625, 588.9957275390625, 676.0955810546875, 982.801025390625, 501.6049499511719, 697.1727294921875]\n", - "9\n", - "7271\n", - "9\n", - "[1821.24267578125, 2500.75, 432.0863342285156, 924.8414916992188, 2763.298095703125, 2831.165771484375, 794.1098022460938, 418.354248046875, 1071.1976318359375]\n", - "9\n", - "7272\n", - "14\n", - "[999.9996948242188, 751.2819213867188, 571.0744018554688, 487.5556640625, 486.6252136230469, 499.93914794921875, 687.8267211914062, 339.45623779296875, 379.8263244628906, 605.1585083007812, 998.4330444335938, 1077.9327392578125, 1707.129150390625, 1619.30029296875]\n", - "14\n", - "7273\n", - "6\n", - "[1111.3758544921875, 505.732421875, 625.448486328125, 1742.1990966796875, 1641.144775390625, 409.2663269042969]\n", - "6\n", - "7274\n", - "44\n", - "[723.3978881835938, 2204.29150390625, 378.03271484375, 1664.546142578125, 3208.262939453125, 3882.142333984375, 2797.160888671875, 317.715576171875, 301.6802673339844, 789.8146362304688, 1785.3873291015625, 1699.288330078125, 471.7976379394531, 2468.25048828125, 5443.8095703125, 4856.43701171875, 1931.10595703125, 1342.2440185546875, 488.4003601074219, 1739.35595703125, 3466.613037109375, 3716.865478515625, 4980.126953125, 4446.90673828125, 5236.80419921875, 2789.613037109375, 1141.4744873046875, 3524.22314453125, 3694.795654296875, 3054.494140625, 3978.4013671875, 2507.278076171875, 1267.9661865234375, 889.4251098632812, 1405.280029296875, 1508.3067626953125, 1199.1141357421875, 3592.939208984375, 2668.505859375, 937.070068359375, 929.1853637695312, 383.245849609375, 537.4224243164062]\n", - "43\n", - "7275\n", - "19\n", - "[453.3021240234375, 336.9654846191406, 920.4297485351562, 835.7279663085938, 1629.4678955078125, 2203.387939453125, 2072.83251953125, 1150.880859375, 3132.4345703125, 2167.96728515625, 1069.03759765625, 1823.5616455078125, 477.5286865234375, 560.8460083007812, 426.61041259765625, 407.3653869628906, 754.9301147460938, 316.1057434082031, 483.3798828125]\n", - "19\n", - "7276\n", - "7\n", - "[560.4631958007812, 878.337646484375, 334.33941650390625, 998.091064453125, 1082.97607421875, 548.8570556640625, 1010.8006591796875]\n", - "7\n", - "7277\n", - "7\n", - "[621.323486328125, 365.5155029296875, 350.636474609375, 1216.3624267578125, 2148.49609375, 662.9696044921875, 430.06817626953125]\n", - "7\n", - "7278\n", - "8\n", - "[711.421142578125, 448.41729736328125, 833.5517578125, 904.0396118164062, 2105.17626953125, 607.037841796875, 960.6333618164062, 387.2312316894531]\n", - "8\n", - "7279\n", - "14\n", - "[764.6994018554688, 1512.2249755859375, 307.1383972167969, 1252.8970947265625, 1109.1844482421875, 401.51068115234375, 738.9044189453125, 2713.093505859375, 4317.12158203125, 439.8207092285156, 632.5799560546875, 3582.095703125, 643.8839111328125, 814.50439453125]\n", - "14\n", - "7280\n", - "8\n", - "[598.1609497070312, 630.3230590820312, 1442.4166259765625, 388.5546875, 1798.417236328125, 1483.7054443359375, 925.3515625, 2372.068359375]\n", - "8\n", - "7281\n", - "14\n", - "[940.1527099609375, 545.9318237304688, 596.9063110351562, 326.5260314941406, 779.01611328125, 1276.116455078125, 961.4816284179688, 391.9924011230469, 912.7100830078125, 1230.1990966796875, 754.6288452148438, 543.5877685546875, 787.8655395507812, 411.7906494140625]\n", - "14\n", - "7282\n", - "7\n", - "[505.7235107421875, 647.9652709960938, 981.326904296875, 1915.718505859375, 1582.93212890625, 921.3353271484375, 788.3884887695312]\n", - "7\n", - "7283\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5\n", - "[1035.02587890625, 1282.078857421875, 523.546630859375, 3342.718994140625, 1476.536376953125]\n", - "5\n", - "7284\n", - "59\n", - "[384.9693298339844, 496.9757080078125, 709.492919921875, 868.7374267578125, 819.3450927734375, 782.7066650390625, 343.0645751953125, 861.6507568359375, 1001.3836059570312, 804.1895751953125, 647.4834594726562, 957.7874145507812, 1084.146240234375, 1102.9759521484375, 833.0000610351562, 617.87744140625, 952.5443115234375, 1119.9208984375, 900.7567138671875, 1199.5587158203125, 803.600341796875, 485.5303955078125, 460.12457275390625, 927.977783203125, 1042.365234375, 1025.2269287109375, 1272.769775390625, 1117.088623046875, 1187.5177001953125, 462.095703125, 785.876708984375, 847.578125, 1105.9849853515625, 1115.719482421875, 1205.4501953125, 1036.0418701171875, 440.740478515625, 312.1565246582031, 314.1470031738281, 512.0049438476562, 1084.20166015625, 1224.2606201171875, 1002.7797241210938, 533.8977661132812, 1104.8143310546875, 862.16259765625, 745.8129272460938, 381.198486328125, 793.7265625, 1024.5513916015625, 1134.2359619140625, 1262.876708984375, 362.1289367675781, 351.4055480957031, 307.4909973144531, 942.1831665039062, 808.366455078125, 426.2384948730469, 522.1405029296875]\n", - "59\n", - "7285\n", - "9\n", - "[1250.7325439453125, 1248.890380859375, 506.2255859375, 740.44482421875, 1253.3521728515625, 1195.0220947265625, 531.90087890625, 357.2004089355469, 306.48541259765625]\n", - "9\n", - "7286\n", - "9\n", - "[832.55322265625, 873.6144409179688, 2467.722412109375, 1816.5252685546875, 795.4899291992188, 601.1845092773438, 2214.1806640625, 1545.0360107421875, 1180.2520751953125]\n", - "9\n", - "7287\n", - "9\n", - "[542.1237182617188, 1159.197021484375, 312.9369201660156, 713.860107421875, 2161.791748046875, 1105.6961669921875, 427.7660827636719, 1109.24951171875, 404.93304443359375]\n", - "9\n", - "7288\n", - "44\n", - "[1170.731201171875, 583.2847900390625, 1211.493896484375, 520.6937255859375, 586.2543334960938, 3257.5390625, 2552.734375, 1160.9366455078125, 2049.18115234375, 313.7741394042969, 483.7491149902344, 1867.180419921875, 1665.3221435546875, 3484.1201171875, 2803.272216796875, 820.1138916015625, 308.3587646484375, 567.948486328125, 4727.7041015625, 4644.2998046875, 2257.296875, 929.0094604492188, 1000.9315795898438, 724.920166015625, 711.7908935546875, 935.354248046875, 3444.662353515625, 4563.10205078125, 4050.91943359375, 1986.380615234375, 1608.9385986328125, 2796.053466796875, 3984.354736328125, 3300.632080078125, 629.0037841796875, 789.8095703125, 1955.75634765625, 2519.301513671875, 593.6056518554688, 480.4519958496094, 1924.605712890625, 1018.8984985351562, 1338.415771484375, 977.3895263671875]\n", - "44\n", - "7289\n", - "10\n", - "[320.9132385253906, 708.3221435546875, 376.7164611816406, 1416.564208984375, 979.142822265625, 336.50115966796875, 1145.04931640625, 319.11846923828125, 410.4222106933594, 742.74658203125]\n", - "10\n", - "7290\n", - "11\n", - "[892.6050415039062, 1164.27001953125, 499.0090637207031, 2378.471435546875, 3133.064208984375, 3893.873046875, 445.35919189453125, 1146.342041015625, 1801.9912109375, 2167.3671875, 516.2568359375]\n", - "11\n", - "7291\n", - "8\n", - "[796.124755859375, 1247.2589111328125, 1275.150390625, 594.9284057617188, 1207.7230224609375, 1036.4188232421875, 584.3145751953125, 413.4705505371094]\n", - "8\n", - "7292\n", - "10\n", - "[547.8562622070312, 383.5537109375, 480.732421875, 986.918212890625, 764.2677612304688, 1675.037353515625, 2184.808837890625, 691.0416870117188, 360.13165283203125, 1335.9896240234375]\n", - "10\n", - "7293\n", - "7\n", - "[820.55712890625, 1038.1103515625, 576.691650390625, 1678.483642578125, 847.7847900390625, 360.2369384765625, 708.7105712890625]\n", - "7\n", - "7294\n", - "9\n", - "[375.4849853515625, 704.4500122070312, 1178.448486328125, 331.4391174316406, 950.5131225585938, 1393.28466796875, 682.6553344726562, 390.0531311035156, 620.7080078125]\n", - "9\n", - "7295\n", - "18\n", - "[528.4144897460938, 381.6756286621094, 343.4384460449219, 551.8368530273438, 519.2942504882812, 333.4834899902344, 913.3919677734375, 802.740234375, 613.1793212890625, 489.0205993652344, 449.20806884765625, 500.863037109375, 506.404052734375, 732.5153198242188, 853.0947875976562, 413.26458740234375, 494.8538818359375, 642.1500854492188]\n", - "18\n", - "7296\n", - "8\n", - "[385.8148193359375, 923.7733764648438, 2142.632080078125, 854.0220947265625, 1828.60498046875, 2131.710205078125, 964.0684814453125, 333.77978515625]\n", - "8\n", - "7297\n", - "27\n", - "[408.71246337890625, 1126.5477294921875, 875.0983276367188, 512.8656005859375, 334.6601257324219, 1235.56884765625, 3226.2666015625, 3323.349609375, 2462.089111328125, 2428.753173828125, 1626.3948974609375, 4283.68310546875, 4795.5634765625, 4597.91650390625, 2944.438720703125, 1048.2332763671875, 2959.312255859375, 4360.623046875, 3900.83935546875, 2686.750244140625, 683.2468872070312, 398.7489929199219, 1525.9820556640625, 2655.3671875, 1160.1368408203125, 699.3471069335938, 336.2670593261719]\n", - "27\n", - "7298\n", - "16\n", - "[706.9747314453125, 751.7620239257812, 692.0772094726562, 929.9376220703125, 696.4369506835938, 549.8814697265625, 350.2662658691406, 339.179931640625, 486.82574462890625, 1110.4970703125, 1048.431884765625, 769.4039916992188, 461.1094055175781, 369.8739318847656, 434.2637939453125, 539.3165893554688]\n", - "16\n", - "7299\n", - "4\n", - "[1087.8258056640625, 415.5726318359375, 3912.565185546875, 735.9256591796875]\n", - "4\n", - "7300\n", - "34\n", - "[335.1009521484375, 609.4828491210938, 839.922119140625, 1373.3822021484375, 970.312744140625, 2332.222900390625, 1209.96240234375, 399.3275451660156, 943.2791748046875, 765.0867919921875, 1853.5018310546875, 1313.3975830078125, 2664.8046875, 2022.19482421875, 1205.044677734375, 3126.70263671875, 2716.305419921875, 2766.825927734375, 3323.729736328125, 2334.215087890625, 2231.90478515625, 503.6533203125, 654.7692260742188, 447.87152099609375, 2225.1474609375, 2585.578857421875, 2406.027099609375, 2707.653564453125, 2125.270751953125, 2074.527587890625, 2339.6953125, 1056.0888671875, 595.6438598632812, 560.99755859375]\n", - "34\n", - "7301\n", - "7\n", - "[403.8167419433594, 544.3734741210938, 732.6293334960938, 1475.9827880859375, 1273.6077880859375, 513.8063354492188, 630.4483032226562]\n", - "7\n", - "7302\n", - "12\n", - "[1235.46923828125, 473.44122314453125, 540.8092041015625, 1216.345703125, 980.3921508789062, 761.8884887695312, 402.74798583984375, 1869.2939453125, 1549.3331298828125, 903.7413330078125, 1479.6160888671875, 2057.443359375]\n", - "12\n", - "7303\n", - "11\n", - "[355.7799377441406, 930.5506591796875, 746.553466796875, 943.4464721679688, 3802.212646484375, 888.2924194335938, 1398.920654296875, 444.4499816894531, 1398.5595703125, 971.6432495117188, 451.5258483886719]\n", - "11\n", - "7304\n", - "6\n", - "[737.6160278320312, 1825.1300048828125, 1537.9622802734375, 623.315185546875, 606.7789306640625, 494.5600891113281]\n", - "6\n", - "7305\n", - "8\n", - "[392.9944763183594, 376.840576171875, 1578.9853515625, 1582.940673828125, 1330.7860107421875, 1047.842529296875, 334.1748352050781, 397.97265625]\n", - "8\n", - "7306\n", - "11\n", - "[301.9188537597656, 1640.176513671875, 1383.2923583984375, 1168.1925048828125, 2284.346923828125, 2169.70703125, 901.6563110351562, 475.0048828125, 531.5339965820312, 1447.1287841796875, 451.24688720703125]\n", - "11\n", - "7307\n", - "10\n", - "[700.5447387695312, 961.3176879882812, 355.2078552246094, 346.8005065917969, 960.6025390625, 1569.5626220703125, 311.5973815917969, 1492.510009765625, 939.20166015625, 502.7312316894531]\n", - "10\n", - "7308\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[368.9262390136719, 501.586669921875, 317.51397705078125, 312.63214111328125, 455.8837585449219, 2597.3017578125, 3903.96533203125, 621.9436645507812, 519.055419921875, 2896.08349609375, 2833.87939453125, 468.08172607421875, 1219.348876953125]\n", - "13\n", - "7309\n", - "7\n", - "[1017.2824096679688, 525.5630493164062, 1236.0413818359375, 428.1917724609375, 681.4176025390625, 3164.302734375, 689.8809814453125]\n", - "7\n", - "7310\n", - "13\n", - "[545.9105224609375, 1082.2105712890625, 386.7972717285156, 314.7435607910156, 381.716064453125, 1327.3050537109375, 1236.112548828125, 816.1610717773438, 808.2531127929688, 1138.322509765625, 763.8961791992188, 696.6156005859375, 479.0140075683594]\n", - "13\n", - "7311\n", - "425\n", - "[735.2073974609375, 701.906005859375, 1113.5302734375, 1269.57958984375, 453.4649353027344, 1202.544921875, 312.0804138183594, 1348.0953369140625, 785.3980712890625, 342.4657287597656, 325.2313537597656, 779.4846801757812, 673.6882934570312, 341.9442443847656, 358.15423583984375, 542.5885009765625, 356.5996398925781, 377.9120788574219, 318.0805358886719, 539.5227661132812, 577.2388305664062, 524.2025756835938, 2154.495361328125, 848.4016723632812, 1214.0494384765625, 103.57979583740234, 272.22314453125, 304.49371337890625, 740.8812866210938, 1166.5430908203125, 2161.9169921875, 1680.47314453125, 1919.759521484375, 1519.33984375, 1882.3753662109375, 1977.8720703125, 1747.66552734375, 3368.483154296875, 1700.8846435546875, 1570.221923828125, 4796.1884765625, 6267.19482421875, 6616.982421875, 5716.18017578125, 5417.6513671875, 2193.62646484375, 1082.9287109375, 1553.2337646484375, 2667.2060546875, 1205.2100830078125, 551.03515625, 479.4315185546875, 2817.427490234375, 3462.147705078125, 2709.736572265625, 1762.1904296875, 609.572998046875, 949.1499633789062, 1256.5235595703125, 1176.0587158203125, 1150.790283203125, 438.5294494628906, 984.4798583984375, 909.1796875, 3500.638671875, 2811.81494140625, 1032.0048828125, 5408.72314453125, 6068.9072265625, 2982.189697265625, 6203.97265625, 5663.1298828125, 5410.63720703125, 6514.92236328125, 6383.9658203125, 5583.26123046875, 3714.44921875, 1704.8155517578125, 1110.26708984375, 1565.9560546875, 822.4851684570312, 848.7366943359375, 1082.4158935546875, 5642.5458984375, 5819.94873046875, 3857.91650390625, 977.0203247070312, 1300.05078125, 995.3893432617188, 551.7090454101562, 425.06427001953125, 806.5292358398438, 3107.82080078125, 2414.193603515625, 221.53797912597656, 971.4171752929688, 2028.2215576171875, 1023.08349609375, 2975.7021484375, 2507.236083984375, 2109.22509765625, 2690.23095703125, 2262.60498046875, 2032.337158203125, 2794.16357421875, 5657.873046875, 5750.88134765625, 5629.69384765625, 5845.0517578125, 1849.26025390625, 365.9963684082031, 1024.7926025390625, 916.341064453125, 2836.083984375, 3058.421630859375, 3457.9775390625, 748.6346435546875, 612.4788208007812, 759.985595703125, 658.5619506835938, 1073.2674560546875, 317.78167724609375, 2549.525634765625, 4406.44921875, 4438.3271484375, 698.5494384765625, 738.8837280273438, 1743.7962646484375, 3259.54638671875, 4874.00634765625, 5471.138671875, 5660.1015625, 4941.32373046875, 2940.9052734375, 3231.879638671875, 3248.307373046875, 1006.62841796875, 1223.2510986328125, 2822.7529296875, 2262.98095703125, 4105.65771484375, 3994.635986328125, 1720.4091796875, 625.6331787109375, 2426.20556640625, 1562.698974609375, 1967.9051513671875, 800.6393432617188, 2052.228271484375, 541.9791259765625, 596.5172729492188, 4679.5673828125, 5773.9541015625, 5046.92431640625, 5900.5283203125, 6375.07177734375, 6648.41552734375, 5650.90673828125, 5844.9970703125, 6016.81396484375, 4603.25341796875, 146.31103515625, 2282.211669921875, 4837.97900390625, 972.13232421875, 2707.58154296875, 3905.832275390625, 695.7394409179688, 1175.1676025390625, 1594.4940185546875, 1780.5765380859375, 1874.2232666015625, 1688.2890625, 802.4712524414062, 486.3535461425781, 405.3115539550781, 756.1224975585938, 979.2614135742188, 1107.2615966796875, 410.3971862792969, 518.9359741210938, 695.0735473632812, 3043.4638671875, 2577.533935546875, 531.7225952148438, 3167.926025390625, 6176.3466796875, 5908.28076171875, 5988.224609375, 6440.76220703125, 6020.9912109375, 4369.0615234375, 5515.48583984375, 5945.88720703125, 6316.880859375, 2293.90185546875, 376.0321044921875, 4401.171875, 1343.2901611328125, 650.7839965820312, 1483.885986328125, 340.7724609375, 1782.546875, 2527.0751953125, 2701.2646484375, 2824.988525390625, 5119.943359375, 4427.78564453125, 2185.224609375, 1198.0933837890625, 993.8855590820312, 2787.607421875, 3282.707763671875, 5651.30322265625, 5548.29345703125, 5844.8330078125, 6027.06201171875, 5696.552734375, 4858.91162109375, 5152.29931640625, 2213.527099609375, 1499.718994140625, 5649.53955078125, 5305.95263671875, 1213.15380859375, 4352.080078125, 2214.614013671875, 2756.577392578125, 888.4830322265625, 850.404541015625, 728.3421630859375, 1740.5694580078125, 2690.107666015625, 3157.35693359375, 4475.67431640625, 2932.26416015625, 1205.4835205078125, 464.8906555175781, 397.2452087402344, 2177.16455078125, 3309.73876953125, 4994.11376953125, 5309.88330078125, 3161.055419921875, 1390.7889404296875, 1028.764404296875, 788.8983154296875, 3192.52978515625, 6416.4794921875, 4553.18408203125, 2829.09716796875, 821.022216796875, 3875.048095703125, 4202.33740234375, 3008.4208984375, 1010.449951171875, 461.14434814453125, 304.571533203125, 1335.8062744140625, 343.6005554199219, 1068.9483642578125, 1311.774658203125, 634.6844482421875, 1621.795166015625, 2614.6416015625, 2430.259033203125, 3376.112548828125, 6212.53125, 3914.26806640625, 500.7608337402344, 3496.254150390625, 5990.66552734375, 5421.9375, 4824.18310546875, 1483.0655517578125, 3413.62353515625, 5413.611328125, 3897.00634765625, 4557.416015625, 3619.17822265625, 2666.6796875, 3166.380859375, 3482.65673828125, 1217.364990234375, 651.0506591796875, 442.156982421875, 538.0848388671875, 525.2900390625, 578.1549072265625, 1005.6781616210938, 5897.595703125, 6812.8974609375, 6408.10498046875, 5929.08349609375, 5776.982421875, 6068.6748046875, 3871.6162109375, 1776.309814453125, 2181.567138671875, 5751.03173828125, 2890.118408203125, 2989.518310546875, 5715.7216796875, 4283.9287109375, 5839.26123046875, 5699.232421875, 4519.52197265625, 5944.71826171875, 4578.287109375, 4041.6083984375, 4971.1162109375, 4128.6279296875, 1129.0054931640625, 2589.14892578125, 2847.82177734375, 5377.35107421875, 5853.85009765625, 4404.42578125, 5690.8173828125, 6013.67626953125, 4800.9326171875, 6378.791015625, 6063.35595703125, 4084.82080078125, 5467.4541015625, 3235.05859375, 5951.390625, 2133.1181640625, 2036.5755615234375, 783.53857421875, 4559.4462890625, 6126.140625, 2810.71435546875, 4370.025390625, 3689.85205078125, 2795.11376953125, 5142.7490234375, 2748.442138671875, 2528.8798828125, 4926.35888671875, 5595.61474609375, 1621.596923828125, 1592.7408447265625, 3513.809814453125, 565.9999389648438, 1935.02880859375, 3964.76123046875, 5612.56201171875, 5591.806640625, 3495.577392578125, 3351.802734375, 4272.40966796875, 5050.85498046875, 4763.9755859375, 5041.8583984375, 4825.44091796875, 5207.3525390625, 3464.20556640625, 3258.137939453125, 3289.291259765625, 1936.3619384765625, 328.9707946777344, 2760.97998046875, 4566.41943359375, 3404.660888671875, 6544.03173828125, 4289.96533203125, 2622.67431640625, 3563.318603515625, 3768.586181640625, 4579.38134765625, 2383.58056640625, 4443.76220703125, 1701.91015625, 3609.771484375, 2089.50244140625, 1930.5440673828125, 475.3980712890625, 608.0364990234375, 2297.907958984375, 5396.02783203125, 4313.75537109375, 5593.8232421875, 5187.20556640625, 2900.51611328125, 4292.67236328125, 3380.47412109375, 1952.26318359375, 652.1171264648438, 723.4268188476562, 3932.00830078125, 5241.03466796875, 3202.230712890625, 2983.00341796875, 1066.31640625, 1810.094970703125, 240.40623474121094, 828.9044799804688, 2478.4345703125, 1570.939697265625, 801.1968383789062, 2279.20361328125, 690.7696533203125, 1783.03076171875, 932.885009765625, 1716.239013671875, 3044.66015625, 5078.65869140625, 1728.2725830078125, 339.7604675292969, 730.4408569335938, 1450.8529052734375, 2017.9329833984375, 315.1819763183594, 2582.866455078125, 2128.654052734375, 413.5361633300781, 454.82073974609375, 2377.59033203125, 2273.633056640625, 1004.6254272460938, 405.9769592285156, 331.8078918457031]\n", - "423\n", - "7312\n", - "6\n", - "[837.25634765625, 1151.348876953125, 763.8236694335938, 1360.2655029296875, 748.689697265625, 333.29296875]\n", - "6\n", - "7313\n", - "16\n", - "[750.468505859375, 1136.5172119140625, 1747.0972900390625, 1250.0565185546875, 360.6278076171875, 509.0971374511719, 421.24755859375, 475.80743408203125, 676.1995849609375, 1866.8441162109375, 536.6644897460938, 2673.0224609375, 878.3480224609375, 638.8963623046875, 2643.640625, 570.2548217773438]\n", - "16\n", - "7314\n", - "16\n", - "[986.5388793945312, 1790.02783203125, 311.6503601074219, 351.0143127441406, 2057.57177734375, 1690.193359375, 498.8987731933594, 756.5885620117188, 1148.11328125, 1366.067138671875, 1605.83154296875, 1174.2391357421875, 1450.647216796875, 1503.4920654296875, 1500.31396484375, 598.7547607421875]\n", - "16\n", - "7315\n", - "10\n", - "[908.1965942382812, 451.47747802734375, 431.0611267089844, 2305.79833984375, 507.2252502441406, 997.427734375, 2980.526611328125, 488.317138671875, 598.4405517578125, 1068.8013916015625]\n", - "10\n", - "7316\n", - "119\n", - "[326.0574951171875, 319.2433166503906, 608.3643188476562, 672.595703125, 503.5581970214844, 1371.3851318359375, 1297.821044921875, 878.258544921875, 403.1732177734375, 1123.6285400390625, 1149.6536865234375, 446.9869689941406, 652.8627319335938, 380.00274658203125, 2361.789306640625, 3524.093017578125, 2559.269287109375, 1200.5201416015625, 874.7626342773438, 3988.43798828125, 3055.00732421875, 2272.61767578125, 4013.43359375, 1500.4161376953125, 2509.5869140625, 3412.836669921875, 2554.7392578125, 3072.03759765625, 1439.0010986328125, 931.5913696289062, 805.2560424804688, 2253.238037109375, 2838.99951171875, 2706.013916015625, 3012.13427734375, 1183.62548828125, 945.4346313476562, 3137.4775390625, 3201.723876953125, 3655.3330078125, 769.6790161132812, 596.5535278320312, 729.3237915039062, 312.7097473144531, 1294.9755859375, 868.8284301757812, 491.3154602050781, 805.6350708007812, 846.4442749023438, 619.99072265625, 754.1696166992188, 556.2825317382812, 2142.4775390625, 2766.3056640625, 2366.127685546875, 3961.884033203125, 2439.62646484375, 1311.7391357421875, 325.078857421875, 691.2429809570312, 864.2327270507812, 3722.789794921875, 3954.695556640625, 3481.032958984375, 4243.64990234375, 3865.556396484375, 2879.345458984375, 996.9421997070312, 736.3436889648438, 1781.6251220703125, 2769.5302734375, 2470.251953125, 3152.284912109375, 3145.03564453125, 3970.579345703125, 3532.634033203125, 1212.4820556640625, 373.05303955078125, 477.9307861328125, 2865.60498046875, 4211.20849609375, 2784.824462890625, 3323.491455078125, 3724.680419921875, 1936.091552734375, 559.9422607421875, 890.4873046875, 406.3275146484375, 489.4996032714844, 814.541015625, 677.0018920898438, 604.1958618164062, 613.8085327148438, 2520.589599609375, 452.42034912109375, 475.1368408203125, 837.1077270507812, 2160.46240234375, 1707.08740234375, 1592.4754638671875, 1613.656982421875, 914.453369140625, 386.08203125, 563.1760864257812, 1288.4189453125, 675.1018676757812, 1421.526123046875, 414.6718444824219, 1422.429443359375, 2218.999267578125, 1715.6143798828125, 1873.3006591796875, 924.2671508789062, 636.4828491210938, 2065.389404296875, 3248.57958984375, 1058.188720703125, 630.731201171875, 568.5440063476562]\n", - "119\n", - "7317\n", - "8\n", - "[1141.6751708984375, 788.7633056640625, 1125.684326171875, 1497.8201904296875, 3798.569580078125, 397.3855285644531, 1226.318115234375, 899.7450561523438]\n", - "8\n", - "7318\n", - "178\n", - "[933.6585083007812, 899.8599853515625, 471.211181640625, 4440.11474609375, 3450.525634765625, 4083.8251953125, 1861.01220703125, 542.3623657226562, 5334.048828125, 5099.99169921875, 3599.517822265625, 2057.814453125, 394.8113708496094, 1603.423095703125, 5297.05029296875, 5165.4716796875, 4181.962890625, 3075.267822265625, 477.3953552246094, 361.22088623046875, 1822.8128662109375, 4991.16064453125, 5113.888671875, 4378.30615234375, 4219.384765625, 4738.66650390625, 1244.6595458984375, 4367.01220703125, 1987.4649658203125, 417.1842041015625, 3690.64892578125, 6028.80078125, 5217.0478515625, 4651.95166015625, 5150.908203125, 4028.546142578125, 3255.91650390625, 5439.2490234375, 3723.25390625, 3454.55078125, 2680.0810546875, 371.9109802246094, 923.4015502929688, 4135.0859375, 5687.59228515625, 5115.21435546875, 4860.02685546875, 3823.03955078125, 2795.708251953125, 1916.60791015625, 3736.581787109375, 4695.19091796875, 3840.0048828125, 1899.142822265625, 1172.6055908203125, 1677.066650390625, 3086.51904296875, 1233.7315673828125, 3726.30126953125, 4493.072265625, 5656.34814453125, 5700.03173828125, 5672.00830078125, 4406.45458984375, 4262.21484375, 5636.17578125, 2179.098388671875, 2282.04248046875, 3466.087890625, 3005.573974609375, 883.5913696289062, 1356.509765625, 1279.588623046875, 903.4374389648438, 1539.7080078125, 499.0411376953125, 1680.489501953125, 5239.73046875, 4889.5009765625, 4580.91845703125, 1811.5396728515625, 1649.11279296875, 4248.53271484375, 3514.845703125, 3799.132568359375, 4595.94677734375, 2853.1708984375, 1318.3934326171875, 3810.260009765625, 1811.574462890625, 2833.8662109375, 1386.379638671875, 1511.58544921875, 1580.939208984375, 4252.8642578125, 4350.748046875, 4812.68505859375, 5235.9775390625, 5206.1220703125, 3486.07958984375, 431.2765197753906, 2618.916015625, 4200.08056640625, 2723.390380859375, 1210.104248046875, 4225.861328125, 1965.3590087890625, 1142.2568359375, 2583.14892578125, 526.6932983398438, 1071.66748046875, 2010.7918701171875, 3250.286865234375, 3308.13818359375, 4591.3583984375, 5709.32666015625, 5766.68505859375, 4447.7294921875, 3062.96044921875, 5321.75537109375, 5025.6259765625, 2328.272705078125, 393.2005310058594, 4034.3076171875, 5196.0634765625, 3967.62646484375, 3149.196044921875, 434.1744384765625, 1417.2205810546875, 1784.30078125, 3512.04833984375, 1967.9620361328125, 2227.5576171875, 3081.23779296875, 2952.074951171875, 3535.073486328125, 3161.100830078125, 2498.01708984375, 1837.48046875, 676.4207153320312, 387.07037353515625, 3522.599365234375, 6008.26708984375, 2334.19482421875, 466.0273742675781, 786.3722534179688, 580.7409057617188, 88.51948547363281, 417.2605285644531, 627.5637817382812, 4240.0849609375, 3170.54150390625, 1827.4151611328125, 1948.2965087890625, 2698.567138671875, 3437.759033203125, 1640.3675537109375, 841.8564453125, 686.7803344726562, 712.1483154296875, 1767.2786865234375, 1768.696044921875, 4641.3779296875, 3414.04345703125, 2169.1005859375, 2264.822998046875, 5419.90966796875, 5380.1923828125, 955.1979370117188, 530.3173828125, 395.90167236328125, 837.5851440429688, 2871.416015625, 6040.56640625, 5964.58349609375, 1491.365478515625, 719.4368286132812, 698.0855102539062]\n", - "178\n", - "7319\n", - "24\n", - "[562.412353515625, 1396.231689453125, 321.5224609375, 1618.44775390625, 4090.27099609375, 4045.236083984375, 2499.5859375, 1837.3834228515625, 491.83209228515625, 3448.848388671875, 4053.416015625, 4051.48583984375, 4178.18408203125, 1717.1512451171875, 1828.8817138671875, 2871.304931640625, 3852.501708984375, 2282.1796875, 1025.583251953125, 848.212158203125, 2682.8056640625, 1905.7191162109375, 615.701171875, 1244.576904296875]\n", - "24\n", - "7320\n", - "7\n", - "[478.1905212402344, 389.2676086425781, 1676.309814453125, 638.5203857421875, 382.415771484375, 1584.70556640625, 1135.3858642578125]\n", - "7\n", - "7321\n", - "35\n", - "[594.8174438476562, 760.1336669921875, 1107.9737548828125, 615.569580078125, 336.8521728515625, 307.85662841796875, 404.45147705078125, 1031.353271484375, 1988.6026611328125, 1602.2108154296875, 966.0030517578125, 1259.342041015625, 1163.3739013671875, 1546.3995361328125, 1501.4620361328125, 554.1849975585938, 772.0033569335938, 1993.715087890625, 2426.8203125, 1673.0029296875, 1805.5958251953125, 1877.69580078125, 2362.582275390625, 2120.85107421875, 798.9132690429688, 498.48760986328125, 1351.62939453125, 1670.8702392578125, 1766.7196044921875, 981.56591796875, 419.30841064453125, 664.4676513671875, 1141.8736572265625, 393.3397521972656, 671.34130859375]\n", - "35\n", - "7322\n", - "8\n", - "[1141.255615234375, 453.68365478515625, 416.86553955078125, 1869.9852294921875, 387.1915588378906, 768.1295776367188, 1229.254150390625, 496.28265380859375]\n", - "8\n", - "7323\n", - "8\n", - "[1230.560791015625, 554.0048217773438, 1382.6922607421875, 2901.802978515625, 520.361572265625, 503.0849609375, 1052.3734130859375, 1025.817626953125]\n", - "8\n", - "7324\n", - "24\n", - "[716.3594970703125, 1879.49169921875, 970.2919311523438, 734.7620239257812, 487.8836669921875, 1232.7364501953125, 1415.8216552734375, 2186.982177734375, 942.4319458007812, 804.036376953125, 1456.2994384765625, 1348.9771728515625, 819.69970703125, 864.7928466796875, 1095.4188232421875, 2184.00146484375, 2061.716796875, 1801.31640625, 385.30926513671875, 1376.9224853515625, 904.5784912109375, 1561.539306640625, 2105.36669921875, 1424.49853515625]\n", - "24\n", - "7325\n", - "11\n", - "[1035.9068603515625, 660.4034423828125, 306.8464050292969, 373.2101745605469, 1042.752197265625, 1376.7587890625, 675.5202026367188, 477.3883972167969, 1133.012939453125, 447.9903259277344, 396.94110107421875]\n", - "11\n", - "7326\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "[1129.72265625, 949.7482299804688, 1515.0286865234375, 1442.4180908203125, 1674.8895263671875, 595.3069458007812, 1080.533447265625, 1051.666259765625, 1143.086181640625, 708.3549194335938]\n", - "10\n", - "7327\n", - "14\n", - "[940.4140625, 659.7848510742188, 1275.2518310546875, 342.155029296875, 1067.6458740234375, 1446.7677001953125, 391.1039733886719, 755.2277221679688, 1024.370849609375, 790.4356689453125, 381.90386962890625, 459.8287048339844, 457.097412109375, 301.80865478515625]\n", - "14\n", - "7328\n", - "50\n", - "[1144.0142822265625, 583.53662109375, 743.202880859375, 2089.874267578125, 3563.706298828125, 2078.010009765625, 1506.782958984375, 380.6990051269531, 2307.188720703125, 4212.92919921875, 4100.76416015625, 1405.2198486328125, 715.2525634765625, 2649.246826171875, 314.28839111328125, 3270.7001953125, 4459.17333984375, 4678.49853515625, 727.9236450195312, 1062.041259765625, 1106.01708984375, 679.8565063476562, 297.68328857421875, 872.5846557617188, 3208.4189453125, 4646.89794921875, 3566.77392578125, 303.8967590332031, 954.5435791015625, 1990.6156005859375, 2698.093505859375, 3074.056640625, 2906.94384765625, 3768.378662109375, 3893.70458984375, 3747.169677734375, 1123.41748046875, 381.9759521484375, 2781.828369140625, 4004.930419921875, 1585.3416748046875, 2555.829833984375, 3152.272705078125, 537.3124389648438, 880.88720703125, 1220.22314453125, 739.0357055664062, 351.1088562011719, 809.5267944335938, 737.4961547851562]\n", - "50\n", - "7329\n", - "15\n", - "[372.5858459472656, 447.6230163574219, 1399.30908203125, 655.2607421875, 1124.744140625, 1675.8592529296875, 1949.83837890625, 406.6474304199219, 341.4825439453125, 452.7601013183594, 2405.455078125, 578.5289306640625, 353.6256103515625, 636.929931640625, 958.2611694335938]\n", - "15\n", - "7330\n", - "8\n", - "[1172.4788818359375, 384.6392822265625, 1092.8477783203125, 1799.08740234375, 1414.7666015625, 880.9291381835938, 721.275390625, 705.479736328125]\n", - "8\n", - "7331\n", - "19\n", - "[437.5906066894531, 809.1363525390625, 605.5225830078125, 855.662353515625, 1485.8642578125, 1497.7435302734375, 714.4446411132812, 946.1703491210938, 1858.5914306640625, 1635.6983642578125, 347.40130615234375, 500.4447326660156, 2049.400390625, 1964.632080078125, 806.5804443359375, 552.6638793945312, 802.7432250976562, 584.820068359375, 530.8403930664062]\n", - "19\n", - "7332\n", - "10\n", - "[307.6767883300781, 522.669677734375, 913.8451538085938, 870.5162963867188, 474.5889587402344, 1491.0206298828125, 821.4579467773438, 719.5353393554688, 1085.2052001953125, 443.3028259277344]\n", - "10\n", - "7333\n", - "13\n", - "[776.5289306640625, 518.8461303710938, 370.2077941894531, 749.3253173828125, 983.2131958007812, 1156.6177978515625, 1153.872314453125, 557.2162475585938, 604.6890869140625, 865.3328857421875, 402.3827209472656, 475.2850341796875, 480.10235595703125]\n", - "13\n", - "7334\n", - "94\n", - "[413.11273193359375, 860.2005004882812, 1738.512451171875, 963.2078247070312, 763.811767578125, 712.4891357421875, 1270.352294921875, 713.577392578125, 666.1914672851562, 1215.7410888671875, 488.0260314941406, 1325.4154052734375, 960.2008056640625, 1558.2154541015625, 1891.330078125, 988.3557739257812, 880.0870361328125, 110.87825012207031, 1519.8865966796875, 2645.868408203125, 2550.5771484375, 2194.27880859375, 864.8515625, 436.74078369140625, 433.55474853515625, 2817.87109375, 2028.2928466796875, 894.2938842773438, 4120.7294921875, 3533.234130859375, 4131.232421875, 1407.06201171875, 496.0550842285156, 405.01556396484375, 394.4494323730469, 1612.918701171875, 3260.025390625, 4156.201171875, 4146.7978515625, 4749.9833984375, 3195.488037109375, 2771.546630859375, 1368.833251953125, 422.4299011230469, 1967.4541015625, 2663.331787109375, 2540.613525390625, 2061.257080078125, 2319.11572265625, 3049.32177734375, 2652.77490234375, 358.3288269042969, 865.15234375, 200.0822296142578, 322.2505187988281, 1001.5220336914062, 2022.3837890625, 400.1537780761719, 743.4151000976562, 309.0842590332031, 2108.78955078125, 4327.287109375, 3529.783447265625, 1721.909912109375, 464.8367614746094, 349.1600036621094, 665.92724609375, 3375.847900390625, 4469.091796875, 4213.6591796875, 4443.37939453125, 2509.8759765625, 642.9375, 1188.5404052734375, 861.9523315429688, 2599.07470703125, 4049.560546875, 4685.8125, 860.9091186523438, 1522.5823974609375, 3712.256591796875, 1421.97509765625, 1056.527099609375, 814.4521484375, 1613.4793701171875, 667.5663452148438, 4048.25048828125, 3423.6982421875, 1462.6708984375, 971.7118530273438, 3310.124267578125, 2629.46728515625, 713.2763061523438, 380.1347351074219]\n", - "94\n", - "7335\n", - "12\n", - "[309.03839111328125, 1316.8507080078125, 903.6543579101562, 846.4290161132812, 538.0380859375, 317.4994201660156, 837.5903930664062, 998.9783935546875, 677.7313842773438, 331.7019958496094, 451.4199523925781, 431.4383544921875]\n", - "12\n", - "7336\n", - "20\n", - "[397.9355773925781, 1340.493408203125, 561.7124633789062, 2005.44140625, 1558.9119873046875, 2010.6036376953125, 665.2406005859375, 3034.56982421875, 3260.082275390625, 1960.32421875, 1781.71630859375, 2619.35302734375, 2249.24951171875, 467.2873229980469, 334.69805908203125, 1215.840576171875, 2794.02392578125, 1426.5997314453125, 1108.890380859375, 353.46990966796875]\n", - "20\n", - "7337\n", - "10\n", - "[469.40753173828125, 1355.1661376953125, 2139.620849609375, 893.7000122070312, 668.4970092773438, 1837.3819580078125, 1675.1112060546875, 353.42767333984375, 950.0350341796875, 639.9745483398438]\n", - "10\n", - "7338\n", - "15\n", - "[315.4334411621094, 662.5142211914062, 747.76611328125, 417.2356262207031, 488.5165100097656, 463.23504638671875, 999.8732299804688, 1640.074951171875, 1521.396728515625, 854.6593017578125, 513.0789184570312, 1102.5086669921875, 1363.46826171875, 1209.9326171875, 398.93731689453125]\n", - "15\n", - "7339\n", - "9\n", - "[815.1326293945312, 592.0105590820312, 716.1599731445312, 2051.839111328125, 2111.88525390625, 2211.45263671875, 1600.51611328125, 662.7974853515625, 674.1153564453125]\n", - "9\n", - "7340\n", - "39\n", - "[600.6279907226562, 491.60089111328125, 838.1908569335938, 479.4688415527344, 2154.549560546875, 2624.240478515625, 1225.4476318359375, 461.7791442871094, 1452.591796875, 2388.131591796875, 2418.697265625, 1678.512939453125, 1932.2137451171875, 2194.996337890625, 1035.633056640625, 456.03765869140625, 1094.4742431640625, 1883.699462890625, 2035.7752685546875, 537.5440063476562, 512.3967895507812, 785.6984252929688, 531.245361328125, 770.5577392578125, 421.3853454589844, 479.0565490722656, 1584.0721435546875, 1420.260009765625, 1778.9625244140625, 1354.150634765625, 927.678466796875, 1903.9381103515625, 2156.7978515625, 1121.6968994140625, 409.8717346191406, 381.7659912109375, 1336.0235595703125, 728.4339599609375, 329.00054931640625]\n", - "39\n", - "7341\n", - "29\n", - "[1417.427001953125, 337.12548828125, 335.56134033203125, 1666.09228515625, 950.4593505859375, 1477.9644775390625, 534.140380859375, 941.377685546875, 941.52685546875, 1734.3709716796875, 2283.2900390625, 2674.6083984375, 2215.257080078125, 1196.530517578125, 1079.8037109375, 2543.0673828125, 2663.45361328125, 2702.605712890625, 2710.234130859375, 1971.15380859375, 997.6998291015625, 2071.466064453125, 2549.4462890625, 2724.76513671875, 2547.72216796875, 1542.91748046875, 1204.237548828125, 452.8867492675781, 564.25634765625]\n", - "29\n", - "7342\n", - "12\n", - "[853.700439453125, 756.3671264648438, 327.46185302734375, 922.6029052734375, 967.7017822265625, 999.0629272460938, 923.5573120117188, 485.47735595703125, 559.2169189453125, 593.6862182617188, 370.4637451171875, 757.0030517578125]\n", - "12\n", - "7343\n", - "56\n", - "[313.4317626953125, 757.92822265625, 2936.048828125, 534.798828125, 665.416015625, 2681.416259765625, 488.5837097167969, 896.6467895507812, 405.5602722167969, 1463.1363525390625, 1573.680419921875, 4274.953125, 4561.59521484375, 4517.96728515625, 2545.8056640625, 3056.177001953125, 1361.0723876953125, 455.21697998046875, 830.6618041992188, 4704.8505859375, 5123.8330078125, 5418.02783203125, 5034.47021484375, 4096.85595703125, 2493.802490234375, 638.2697143554688, 3120.71484375, 4979.2529296875, 5435.2978515625, 4897.20361328125, 4406.97314453125, 2708.13330078125, 502.7843017578125, 2389.279052734375, 4905.35009765625, 4244.2216796875, 2026.8135986328125, 3841.51025390625, 4036.60888671875, 532.5964965820312, 2551.023681640625, 1753.3192138671875, 786.3721313476562, 3469.981201171875, 3246.0234375, 391.7445373535156, 362.7828674316406, 680.3391723632812, 1905.41796875, 934.2404174804688, 925.2373657226562, 929.7931518554688, 411.731689453125, 879.5826416015625, 2109.5654296875, 607.0244750976562]\n", - "56\n", - "7344\n", - "5\n", - "[370.4800109863281, 4227.39892578125, 403.86285400390625, 1740.91650390625, 1841.0860595703125]\n", - "5\n", - "7345\n", - "9\n", - "[354.8056335449219, 1226.2296142578125, 1371.509765625, 2551.89404296875, 1482.3349609375, 312.1641540527344, 1209.5906982421875, 2027.6641845703125, 2128.346923828125]\n", - "9\n", - "7346\n", - "16\n", - "[330.5972900390625, 1215.103515625, 1950.9566650390625, 1611.5008544921875, 1919.6968994140625, 647.6519165039062, 2219.4853515625, 1966.744873046875, 445.1114807128906, 1693.030029296875, 1373.4415283203125, 300.3676452636719, 1352.1629638671875, 1546.2415771484375, 469.0886535644531, 367.9240417480469]\n", - "16\n", - "7347\n", - "8\n", - "[867.6871337890625, 838.8142700195312, 1236.9249267578125, 1443.529541015625, 786.015869140625, 802.443115234375, 537.0747680664062, 380.40899658203125]\n", - "8\n", - "7348\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "23\n", - "[1515.9910888671875, 2950.973388671875, 369.0644836425781, 2226.63232421875, 3417.04638671875, 2949.453125, 1470.752685546875, 596.3212280273438, 2203.17333984375, 2427.0380859375, 2251.079345703125, 3329.890380859375, 450.17742919921875, 2236.14990234375, 1816.6270751953125, 886.3255615234375, 997.06689453125, 1300.6064453125, 365.2388000488281, 454.1897277832031, 623.9901123046875, 733.7598876953125, 534.4793701171875]\n", - "23\n", - "7349\n", - "24\n", - "[465.87359619140625, 886.4363403320312, 1001.1898803710938, 1107.6456298828125, 537.941650390625, 405.15057373046875, 671.2552490234375, 1588.2891845703125, 1504.3787841796875, 1419.306640625, 1487.4083251953125, 2462.779296875, 1418.5511474609375, 834.1401977539062, 398.34796142578125, 646.4088745117188, 607.5480346679688, 1157.599609375, 462.6532897949219, 379.9075622558594, 454.9913330078125, 1294.0328369140625, 769.8034057617188, 358.0422668457031]\n", - "24\n", - "7350\n", - "14\n", - "[571.3916625976562, 878.4413452148438, 1106.2132568359375, 1517.525146484375, 347.6650085449219, 1629.3232421875, 1781.042236328125, 725.2171020507812, 523.6785888671875, 435.67181396484375, 467.2179870605469, 914.6805419921875, 1039.928466796875, 1013.5367431640625]\n", - "14\n", - "7351\n", - "18\n", - "[1139.049560546875, 2679.83984375, 941.3803100585938, 2220.458984375, 1118.56201171875, 3281.7333984375, 3432.53759765625, 2630.54736328125, 1039.2017822265625, 1788.60595703125, 2271.873779296875, 3360.88671875, 3906.72412109375, 734.8680419921875, 988.90283203125, 656.8179931640625, 1005.876708984375, 456.492431640625]\n", - "18\n", - "7352\n", - "9\n", - "[307.0400085449219, 550.9390869140625, 1301.5137939453125, 1372.30615234375, 547.2762451171875, 719.2982177734375, 1492.4683837890625, 1601.4847412109375, 328.03173828125]\n", - "9\n", - "7353\n", - "11\n", - "[342.2322998046875, 1412.4549560546875, 340.5696716308594, 324.5303039550781, 592.7986450195312, 702.2291259765625, 908.7749633789062, 933.2543334960938, 1020.594482421875, 910.553466796875, 452.7386779785156]\n", - "11\n", - "7354\n", - "10\n", - "[1392.201416015625, 831.4889526367188, 519.2632446289062, 1448.4825439453125, 2171.2841796875, 986.5078125, 920.3786010742188, 1816.1129150390625, 705.2394409179688, 420.0843200683594]\n", - "10\n", - "7355\n", - "7\n", - "[358.6910705566406, 859.477294921875, 974.7077026367188, 706.1798095703125, 831.0572509765625, 1026.9678955078125, 616.87109375]\n", - "7\n", - "7356\n", - "5\n", - "[508.8707580566406, 1310.752685546875, 1488.0760498046875, 1389.78466796875, 524.8958129882812]\n", - "5\n", - "7357\n", - "9\n", - "[376.648681640625, 462.7333068847656, 555.3970336914062, 980.1726684570312, 303.86724853515625, 999.65234375, 1212.6533203125, 530.4102172851562, 743.600830078125]\n", - "9\n", - "7358\n", - "22\n", - "[328.6684875488281, 533.0628662109375, 742.0595092773438, 369.0228576660156, 389.4143371582031, 542.71630859375, 369.3058776855469, 384.99176025390625, 464.9765319824219, 1121.3458251953125, 1392.511474609375, 1618.0147705078125, 1420.3572998046875, 1010.6421508789062, 1440.314697265625, 1348.6014404296875, 1469.9698486328125, 948.0987548828125, 832.5293579101562, 1864.486328125, 779.3998413085938, 439.8720397949219]\n", - "22\n", - "7359\n", - "9\n", - "[588.6976928710938, 838.5427856445312, 302.4004821777344, 1265.7578125, 1248.2353515625, 1213.2293701171875, 1049.04638671875, 421.6882629394531, 597.5039672851562]\n", - "9\n", - "7360\n", - "13\n", - "[1398.7484130859375, 952.4296875, 375.3808288574219, 1538.872314453125, 663.72265625, 600.0094604492188, 1996.1104736328125, 2053.742431640625, 1866.2105712890625, 410.4954833984375, 972.4038696289062, 409.0088195800781, 1195.671875]\n", - "13\n", - "7361\n", - "59\n", - "[880.0269165039062, 352.6679992675781, 1452.8765869140625, 1621.5816650390625, 628.951416015625, 595.7581176757812, 463.1065979003906, 685.2748413085938, 734.2562255859375, 1172.7635498046875, 576.1273193359375, 1847.4534912109375, 2511.997802734375, 2888.6435546875, 3155.70263671875, 3984.21826171875, 3521.389892578125, 3703.448974609375, 2097.416015625, 1227.0091552734375, 952.6904907226562, 506.145751953125, 1560.811279296875, 2406.671142578125, 2718.177978515625, 2992.2705078125, 3486.953369140625, 3759.959228515625, 4217.50146484375, 4023.31494140625, 3806.90185546875, 2976.664794921875, 1290.6614990234375, 989.6221923828125, 781.1729125976562, 579.41357421875, 2569.264404296875, 2170.031982421875, 4062.68505859375, 4133.3232421875, 1938.1177978515625, 2162.1552734375, 2374.0517578125, 347.42559814453125, 1160.2703857421875, 1215.17236328125, 1984.35205078125, 2829.4990234375, 2393.965087890625, 847.2421875, 378.1672058105469, 583.1563110351562, 848.6419067382812, 438.9984130859375, 1945.3729248046875, 829.954345703125, 450.05706787109375, 321.55255126953125, 833.3493041992188]\n", - "59\n", - "7362\n", - "26\n", - "[733.227294921875, 641.7521362304688, 821.0172119140625, 777.4610595703125, 313.6186218261719, 319.3158264160156, 729.23193359375, 354.3471984863281, 897.65771484375, 644.2523193359375, 534.5560913085938, 552.8633422851562, 454.0599365234375, 388.13421630859375, 738.1549072265625, 753.3206787109375, 572.0780639648438, 729.9727783203125, 374.7851867675781, 1151.50927734375, 1093.20654296875, 354.96173095703125, 431.8856201171875, 690.6455688476562, 584.74365234375]\n", - "25\n", - "7363\n", - "9\n", - "[942.65625, 378.5792236328125, 404.51080322265625, 2148.576904296875, 1547.27099609375, 341.1373596191406, 2314.867431640625, 1257.38623046875, 1040.325927734375]\n", - "9\n", - "7364\n", - "6\n", - "[748.8387451171875, 2358.88232421875, 691.0909423828125, 1258.3382568359375, 1595.4034423828125, 361.5570983886719]\n", - "6\n", - "7365\n", - "10\n", - "[498.6009216308594, 567.2702026367188, 759.8663330078125, 308.6036376953125, 372.97698974609375, 774.4765014648438, 811.0552978515625, 623.1467895507812, 734.0979614257812, 777.4069213867188]\n", - "10\n", - "7366\n", - "25\n", - "[495.3601989746094, 371.1815185546875, 1011.7125854492188, 853.1922607421875, 1607.180908203125, 1622.0716552734375, 1379.471923828125, 613.9680786132812, 464.1265869140625, 2096.643310546875, 1132.0103759765625, 936.6432495117188, 2699.593017578125, 2539.73095703125, 3358.670654296875, 1774.503173828125, 1372.38525390625, 609.5267944335938, 461.6978759765625, 575.346435546875, 1701.2596435546875, 1748.7044677734375, 1189.7391357421875, 461.846435546875, 681.054931640625]\n", - "25\n", - "7367\n", - "31\n", - "[576.825927734375, 1172.2606201171875, 2327.677490234375, 1549.751953125, 425.4954528808594, 645.6626586914062, 1010.6958618164062, 613.62451171875, 637.9144897460938, 1914.6153564453125, 679.8521118164062, 1074.0513916015625, 390.6742858886719, 2233.114013671875, 3596.44140625, 2851.773193359375, 1694.880615234375, 1830.200439453125, 555.6318969726562, 2285.611572265625, 2179.7333984375, 1516.309814453125, 1294.5220947265625, 539.4863891601562, 1105.6668701171875, 619.5535888671875, 1681.19580078125, 529.0473022460938, 514.1849365234375, 367.59002685546875, 358.2715759277344]\n", - "31\n", - "7368\n", - "6\n", - "[732.0530395507812, 1185.2362060546875, 1265.1873779296875, 1252.4417724609375, 1213.337646484375, 438.0460205078125]\n", - "6\n", - "7369\n", - "9\n", - "[892.957763671875, 734.4169311523438, 1623.321533203125, 557.7739868164062, 1045.7498779296875, 2866.9580078125, 1700.7855224609375, 894.6323852539062, 380.6351623535156]\n", - "9\n", - "7370\n", - "25\n", - "[361.55523681640625, 1200.45947265625, 1804.2916259765625, 683.2724609375, 665.645263671875, 1301.049560546875, 403.27593994140625, 540.0809326171875, 583.788330078125, 1088.9095458984375, 904.6248168945312, 803.5492553710938, 2146.54150390625, 2686.552978515625, 1885.3614501953125, 902.0487670898438, 366.211669921875, 1083.2684326171875, 834.6638793945312, 2106.47802734375, 2374.54736328125, 308.6181640625, 724.497314453125, 1057.208984375, 1039.63720703125]\n", - "25\n", - "7371\n", - "15\n", - "[922.2488403320312, 845.5963134765625, 1432.766845703125, 1973.022705078125, 1575.58837890625, 1935.151123046875, 2650.911376953125, 2820.927001953125, 1511.7552490234375, 722.8092041015625, 1435.0518798828125, 1554.353759765625, 431.0265808105469, 865.1691284179688, 483.7577819824219]\n", - "15\n", - "7372\n", - "10\n", - "[529.8601684570312, 960.903564453125, 595.3876342773438, 998.950439453125, 1108.22705078125, 353.99468994140625, 1085.1690673828125, 1262.2454833984375, 848.5560302734375, 623.0382690429688]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "7373\n", - "88\n", - "[695.1787109375, 1106.21875, 459.13055419921875, 979.499755859375, 2890.893798828125, 848.593505859375, 1081.6185302734375, 1362.5361328125, 1659.489013671875, 2012.85693359375, 743.9017944335938, 451.90069580078125, 514.1172485351562, 2315.58837890625, 1399.05029296875, 450.5346374511719, 1268.4156494140625, 572.8955078125, 336.86676025390625, 1780.460693359375, 464.73052978515625, 1998.9366455078125, 1458.56201171875, 555.4358520507812, 426.0314636230469, 1125.0521240234375, 2576.174560546875, 475.81402587890625, 1970.564208984375, 2274.995361328125, 3585.42041015625, 1325.40478515625, 664.0316162109375, 1128.8203125, 2982.491943359375, 3056.983154296875, 3475.2724609375, 1651.6033935546875, 1347.0673828125, 2651.089111328125, 3112.54443359375, 2620.40380859375, 541.4495849609375, 1305.255859375, 1653.920166015625, 2948.014892578125, 2742.554931640625, 3810.5791015625, 1688.6724853515625, 539.606201171875, 1236.205322265625, 513.5778198242188, 1677.3756103515625, 1343.6600341796875, 3578.15576171875, 3587.98193359375, 465.30877685546875, 555.8705444335938, 471.7120361328125, 409.21990966796875, 1098.70166015625, 877.7924194335938, 2686.376953125, 2689.7841796875, 1913.9049072265625, 2395.427490234375, 856.6654663085938, 1267.3756103515625, 1685.0323486328125, 1098.732666015625, 810.6472778320312, 889.3687744140625, 2500.732421875, 1076.5462646484375, 888.6236572265625, 2459.840576171875, 2247.248046875, 607.9893188476562, 1988.792236328125, 2085.415771484375, 3031.20703125, 559.013916015625, 1677.755859375, 1754.0791015625, 763.1853637695312, 1482.7198486328125, 1626.9759521484375, 347.403076171875]\n", - "88\n", - "7374\n", - "18\n", - "[507.9832763671875, 1211.59814453125, 1166.6358642578125, 1155.7847900390625, 519.7586059570312, 1330.1051025390625, 2003.818359375, 758.766357421875, 1104.2537841796875, 1386.0614013671875, 1952.4752197265625, 658.7315673828125, 1160.0394287109375, 1573.173095703125, 888.935546875, 546.7953491210938, 325.1368103027344, 536.3414306640625]\n", - "18\n", - "7375\n", - "31\n", - "[377.8674011230469, 794.448974609375, 560.5865478515625, 578.2606201171875, 1593.168212890625, 2071.865234375, 1041.37353515625, 760.2965087890625, 1841.0673828125, 755.4434204101562, 429.2920227050781, 1460.296142578125, 673.443359375, 401.6103515625, 1640.71435546875, 1809.276123046875, 3360.14306640625, 2637.395263671875, 344.76995849609375, 703.7877197265625, 1300.5362548828125, 3511.523193359375, 3580.129638671875, 2568.105712890625, 369.105712890625, 469.8549499511719, 468.4783935546875, 502.2992858886719, 459.04351806640625, 321.7504577636719, 375.8377380371094]\n", - "31\n", - "7376\n", - "6\n", - "[1775.099365234375, 1813.93798828125, 827.9344482421875, 868.6799926757812, 952.860107421875, 909.0396118164062]\n", - "6\n", - "7377\n", - "258\n", - "[1463.4334716796875, 1448.3477783203125, 472.00518798828125, 3605.741455078125, 1602.404541015625, 391.8438720703125, 2767.102294921875, 3909.64697265625, 2360.307373046875, 642.5162353515625, 2542.343017578125, 3061.211181640625, 2748.202392578125, 1009.8234252929688, 1772.82275390625, 2169.45947265625, 4045.65380859375, 2382.7138671875, 1682.078857421875, 1162.414794921875, 2374.987060546875, 653.4080200195312, 1614.580078125, 945.3065795898438, 1618.89208984375, 1041.1387939453125, 909.8277587890625, 847.2601928710938, 3085.637451171875, 3634.076171875, 594.7791748046875, 1068.9747314453125, 3018.588623046875, 2648.086181640625, 5867.1982421875, 3785.95849609375, 1439.59765625, 1397.63818359375, 4726.12060546875, 2297.719482421875, 2248.073486328125, 579.5366821289062, 4033.084228515625, 5687.654296875, 3717.462890625, 1409.4945068359375, 475.3812255859375, 3237.409423828125, 4982.79150390625, 5444.6884765625, 1082.5594482421875, 1193.0047607421875, 441.8115539550781, 317.4902038574219, 4236.4814453125, 8279.19140625, 7947.091796875, 4567.0439453125, 2257.277099609375, 3188.24560546875, 5131.61962890625, 393.9739990234375, 1302.5859375, 1070.5120849609375, 803.1704711914062, 327.3973388671875, 400.3213806152344, 421.14324951171875, 3938.33349609375, 5876.39208984375, 8614.7578125, 6522.8369140625, 6232.154296875, 1572.6505126953125, 2231.39404296875, 864.5825805664062, 3752.177978515625, 4761.79052734375, 633.7632446289062, 926.6226806640625, 2816.989501953125, 9220.337890625, 9504.369140625, 8898.2265625, 9047.3955078125, 6975.0380859375, 1230.885009765625, 146.62745666503906, 4551.47998046875, 2335.50927734375, 598.9691162109375, 407.4176330566406, 1673.0823974609375, 1280.1292724609375, 484.71563720703125, 5808.0068359375, 6674.689453125, 9171.908203125, 8984.28515625, 9425.1220703125, 8056.86376953125, 2693.92431640625, 2177.728759765625, 1017.4999389648438, 1292.4075927734375, 422.6014709472656, 843.6942749023438, 360.31671142578125, 1757.359130859375, 705.304931640625, 2677.154541015625, 1480.9644775390625, 7693.9072265625, 8488.9794921875, 8893.4736328125, 6657.4775390625, 6992.08935546875, 5489.65234375, 4212.11572265625, 1102.02197265625, 1211.029541015625, 4531.263671875, 4878.14404296875, 1603.0653076171875, 4650.03857421875, 1224.022216796875, 5064.78173828125, 6985.94970703125, 7670.85791015625, 3413.677734375, 3593.844970703125, 1359.536865234375, 3926.73828125, 7378.8388671875, 4820.9716796875, 831.7664794921875, 432.8087463378906, 2220.58251953125, 4162.5400390625, 560.2047119140625, 362.90625, 877.5039672851562, 2619.851806640625, 9079.408203125, 8808.880859375, 7296.75830078125, 4785.6240234375, 446.5139465332031, 2218.452392578125, 9293.6474609375, 6014.83056640625, 775.237548828125, 942.8448486328125, 1092.52685546875, 1440.542236328125, 1908.5283203125, 1051.953857421875, 966.1356811523438, 3592.719482421875, 7545.37109375, 5292.8564453125, 7163.9365234375, 9486.193359375, 6331.4267578125, 1662.4276123046875, 2402.568359375, 620.5517578125, 407.14666748046875, 2714.69287109375, 926.4468383789062, 891.8120727539062, 595.5126953125, 413.1653137207031, 1402.692138671875, 1576.4385986328125, 5964.9736328125, 9054.1171875, 4416.8896484375, 5899.853515625, 5184.4306640625, 1970.322265625, 966.9996948242188, 5297.9306640625, 2990.062744140625, 1626.07470703125, 2323.02001953125, 5621.52001953125, 6968.99951171875, 7169.12109375, 8318.357421875, 6773.60986328125, 3537.82861328125, 416.9934997558594, 7164.66015625, 7284.79150390625, 6595.45263671875, 6904.22119140625, 7728.7431640625, 8214.8251953125, 8782.6669921875, 7275.77880859375, 3047.56640625, 3821.166259765625, 2810.780029296875, 6224.5380859375, 6583.9677734375, 8484.779296875, 9194.9580078125, 8655.380859375, 7594.1728515625, 7290.197265625, 1565.828125, 510.31744384765625, 1185.3985595703125, 354.5163269042969, 4175.1298828125, 7566.4814453125, 8451.943359375, 6363.05712890625, 5420.28271484375, 7899.08349609375, 8166.8271484375, 1636.1727294921875, 484.74578857421875, 2932.47900390625, 3641.11962890625, 5882.93359375, 7113.28564453125, 9347.82421875, 3614.071044921875, 1074.521240234375, 4450.4091796875, 1976.350830078125, 7229.408203125, 9154.244140625, 5436.158203125, 2739.631591796875, 1278.4913330078125, 2197.90478515625, 7898.19921875, 6474.2158203125, 340.1781311035156, 480.87738037109375, 3362.182861328125, 2541.609619140625, 406.30267333984375, 544.5301513671875, 608.424072265625, 362.8157958984375, 806.6771240234375, 781.6781616210938, 403.0773010253906, 324.3327331542969, 504.8514404296875, 2025.28369140625, 855.3014526367188, 605.87548828125, 340.34521484375]\n", - "258\n", - "7378\n", - "21\n", - "[1315.79052734375, 522.9235229492188, 398.10565185546875, 3647.2587890625, 6494.8740234375, 1590.11767578125, 1028.3314208984375, 1820.750732421875, 6001.115234375, 5665.5390625, 2024.2386474609375, 852.2739868164062, 2747.93896484375, 6890.1142578125, 3898.55419921875, 1553.1378173828125, 3413.7783203125, 1786.712646484375, 3850.225830078125, 1141.232177734375, 395.05670166015625]\n", - "21\n", - "7379\n", - "30\n", - "[349.473388671875, 936.3042602539062, 964.207275390625, 1970.3677978515625, 1279.414794921875, 420.7164611816406, 1332.5977783203125, 3919.28369140625, 4094.955322265625, 4607.76416015625, 3977.0634765625, 2787.201171875, 399.3892517089844, 3106.05517578125, 3120.55712890625, 3604.912353515625, 2363.8095703125, 1027.8564453125, 524.1477661132812, 300.4872741699219, 530.7339477539062, 3282.37060546875, 4238.3193359375, 3313.8525390625, 1283.7052001953125, 560.1016845703125, 1175.35498046875, 2292.0576171875, 1492.016845703125, 897.5714111328125]\n", - "30\n", - "7380\n", - "6\n", - "[2725.357421875, 2191.848388671875, 1983.7353515625, 865.8978271484375, 2459.108154296875, 1487.281005859375]\n", - "6\n", - "7381\n", - "31\n", - "[857.0991821289062, 2471.306396484375, 4244.85205078125, 2049.248291015625, 373.7852783203125, 353.1023864746094, 3357.13330078125, 4114.48193359375, 4099.52490234375, 1353.056884765625, 349.9414367675781, 1669.27783203125, 1611.5220947265625, 4077.2998046875, 4255.2373046875, 3397.4326171875, 3675.8095703125, 1693.02880859375, 2413.507080078125, 3426.023193359375, 2067.35009765625, 2945.60791015625, 2728.218505859375, 2100.447021484375, 2115.261962890625, 718.08837890625, 769.1229858398438, 1924.05712890625, 506.6983947753906, 731.8314819335938, 331.1616516113281]\n", - "31\n", - "7382\n", - "11\n", - "[400.6767883300781, 538.3685913085938, 366.3970947265625, 326.6990966796875, 747.7217407226562, 1423.1873779296875, 353.90911865234375, 810.0746459960938, 1727.3282470703125, 441.43621826171875, 414.1367492675781]\n", - "11\n", - "7383\n", - "18\n", - "[486.4384460449219, 796.852783203125, 1526.3203125, 4419.84375, 1443.9698486328125, 324.9244384765625, 3208.73291015625, 5060.3203125, 2046.857421875, 432.6534423828125, 3888.556396484375, 4384.94775390625, 2137.1435546875, 835.1395874023438, 2096.759033203125, 4267.61962890625, 1497.70263671875, 553.135986328125]\n", - "18\n", - "7384\n", - "18\n", - "[469.1040954589844, 661.8114013671875, 413.66717529296875, 444.7127990722656, 3466.755615234375, 5213.64794921875, 2761.180908203125, 1169.641845703125, 2119.803955078125, 1566.5150146484375, 692.2661743164062, 554.2915649414062, 2149.90673828125, 1908.953857421875, 1385.41552734375, 837.1218872070312, 1011.7639770507812, 376.55804443359375]\n", - "18\n", - "7385\n", - "7\n", - "[1499.5531005859375, 559.7890625, 410.37213134765625, 1087.4146728515625, 2033.2886962890625, 1535.389404296875, 737.4716186523438]\n", - "7\n", - "7386\n", - "19\n", - "[418.8210754394531, 544.3417358398438, 765.0947265625, 737.038330078125, 804.2107543945312, 1067.137451171875, 1141.0657958984375, 374.6647644042969, 999.4808959960938, 2269.093017578125, 1972.7564697265625, 327.25146484375, 1299.4732666015625, 1535.1551513671875, 1922.09326171875, 947.6715698242188, 544.5873413085938, 1166.691162109375, 567.0125732421875]\n", - "19\n", - "7387\n", - "8\n", - "[495.3663330078125, 1548.5330810546875, 1240.6673583984375, 1772.2430419921875, 2209.165283203125, 445.264404296875, 712.5133666992188, 1426.7445068359375]\n", - "8\n", - "7388\n", - "5\n", - "[752.313720703125, 792.3285522460938, 985.0665893554688, 3279.004638671875, 927.7730102539062]\n", - "5\n", - "7389\n", - "7\n", - "[305.2291564941406, 732.6036987304688, 778.4432373046875, 392.09759521484375, 732.5401611328125, 626.0798950195312, 1469.41455078125]\n", - "7\n", - "7390\n", - "12\n", - "[959.5543212890625, 954.5860595703125, 1099.18798828125, 1179.154541015625, 782.2034912109375, 1014.2323608398438, 509.1377868652344, 1586.310791015625, 1816.853515625, 662.7835083007812, 542.6980590820312, 1010.8383178710938]\n", - "12\n", - "7391\n", - "8\n", - "[999.0567016601562, 1109.9722900390625, 344.6112365722656, 578.5521240234375, 353.2300720214844, 598.5327758789062, 921.508056640625, 649.1900634765625]\n", - "8\n", - "7392\n", - "8\n", - "[814.87451171875, 816.1782836914062, 599.9727783203125, 1088.614013671875, 3753.249267578125, 1031.482421875, 1748.474609375, 1697.8447265625]\n", - "8\n", - "7393\n", - "5\n", - "[407.9308776855469, 1284.6011962890625, 1995.9510498046875, 1281.82275390625, 381.96875]\n", - "5\n", - "7394\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "27\n", - "[380.6123962402344, 583.63427734375, 419.8258361816406, 934.5584716796875, 2929.5361328125, 158.5049285888672, 1627.525390625, 490.28662109375, 2182.496337890625, 3503.12841796875, 877.520751953125, 1310.2615966796875, 2586.096435546875, 3394.4833984375, 2681.659912109375, 3207.949951171875, 1311.1593017578125, 2460.113037109375, 2798.6259765625, 3888.41357421875, 2317.72900390625, 320.48712158203125, 1819.427978515625, 751.7564697265625, 580.025634765625, 928.5367431640625, 523.3381958007812]\n", - "27\n", - "7395\n", - "11\n", - "[982.9469604492188, 592.9918212890625, 1346.2933349609375, 1173.8206787109375, 515.5064086914062, 906.765625, 1876.8592529296875, 500.16461181640625, 1351.9267578125, 344.8287658691406, 374.9662170410156]\n", - "11\n", - "7396\n", - "10\n", - "[501.0237731933594, 769.3317260742188, 403.75836181640625, 398.4579162597656, 346.3648986816406, 544.8983154296875, 1430.73583984375, 1454.4906005859375, 502.83856201171875, 451.0732727050781]\n", - "10\n", - "7397\n", - "12\n", - "[1847.95751953125, 2897.677490234375, 1518.68017578125, 848.4187622070312, 1864.059814453125, 2503.674072265625, 1374.5445556640625, 331.6402587890625, 857.9042358398438, 2287.86474609375, 474.90631103515625, 439.7791442871094]\n", - "12\n", - "7398\n", - "31\n", - "[1214.205810546875, 359.04119873046875, 376.7393493652344, 985.686279296875, 2527.671142578125, 1938.0802001953125, 902.1022338867188, 829.3723754882812, 1810.28759765625, 2613.58056640625, 2260.556640625, 3529.001953125, 1699.0169677734375, 1057.131103515625, 659.4675903320312, 1097.0267333984375, 1704.0830078125, 2885.8349609375, 2846.95263671875, 2570.559814453125, 3248.75830078125, 406.71636962890625, 494.3299255371094, 725.605712890625, 1881.9072265625, 2237.2333984375, 3599.515380859375, 2645.36669921875, 791.4488525390625, 442.2292175292969, 314.0135192871094]\n", - "31\n", - "7399\n", - "24\n", - "[330.8318786621094, 720.5272827148438, 882.158935546875, 375.0221862792969, 1681.4652099609375, 1817.3121337890625, 717.7818603515625, 432.16796875, 611.6375122070312, 951.4476928710938, 1885.9034423828125, 2138.66845703125, 2147.272216796875, 932.140625, 2526.17138671875, 1257.7005615234375, 502.8034362792969, 2295.73681640625, 843.6041870117188, 549.3793334960938, 391.9881896972656, 1075.4854736328125, 356.0601501464844, 553.6310424804688]\n", - "24\n", - "7400\n", - "29\n", - "[455.6683654785156, 444.9241638183594, 331.4488220214844, 483.33160400390625, 1205.3714599609375, 1644.602783203125, 438.8104553222656, 392.89422607421875, 1879.3792724609375, 2393.43798828125, 3522.37841796875, 2658.559326171875, 1928.123046875, 764.0382080078125, 1087.788818359375, 3693.57666015625, 3003.398681640625, 4138.98974609375, 3497.622802734375, 1731.118896484375, 577.8289184570312, 2345.962890625, 950.8197631835938, 2610.1083984375, 3247.90673828125, 422.23260498046875, 876.9146118164062, 438.19805908203125, 444.9816589355469]\n", - "29\n", - "7401\n", - "7\n", - "[1622.6939697265625, 447.89483642578125, 1108.292236328125, 542.13037109375, 412.46759033203125, 328.3594970703125, 1246.5567626953125]\n", - "7\n", - "7402\n", - "14\n", - "[624.1647338867188, 351.7096862792969, 1945.2366943359375, 333.9029541015625, 2990.093505859375, 1223.1241455078125, 1732.2779541015625, 2839.090087890625, 3348.47265625, 342.0235900878906, 468.76513671875, 347.2991027832031, 411.770751953125, 345.4476623535156]\n", - "14\n", - "7403\n", - "11\n", - "[504.22601318359375, 1011.4194946289062, 1874.5042724609375, 1014.9854125976562, 806.6053466796875, 1949.5496826171875, 1694.986328125, 1162.8087158203125, 645.1898803710938, 958.8151245117188, 571.9175415039062]\n", - "11\n", - "7404\n", - "8\n", - "[760.345947265625, 845.3712768554688, 982.7530517578125, 562.9537353515625, 1405.6998291015625, 603.5184326171875, 1000.5934448242188, 517.032470703125]\n", - "8\n", - "7405\n", - "10\n", - "[364.305419921875, 534.5426635742188, 1065.3646240234375, 1415.9642333984375, 926.5199584960938, 514.4168090820312, 649.006591796875, 1232.3973388671875, 1007.9534301757812, 408.491455078125]\n", - "10\n", - "7406\n", - "10\n", - "[674.884033203125, 1353.489501953125, 826.7490234375, 750.2017211914062, 1792.283203125, 2086.335205078125, 822.716064453125, 766.0904541015625, 661.3779296875, 500.5835266113281]\n", - "10\n", - "7407\n", - "11\n", - "[349.5726013183594, 449.01513671875, 2770.916748046875, 980.3517456054688, 716.7793579101562, 661.5400390625, 652.303466796875, 1053.97412109375, 1085.123291015625, 1140.4354248046875, 948.7656860351562]\n", - "11\n", - "7408\n", - "27\n", - "[670.9312133789062, 399.62322998046875, 661.4942016601562, 1633.999755859375, 3041.06787109375, 1119.9517822265625, 925.3578491210938, 1252.293701171875, 1089.17578125, 467.7785339355469, 754.6298217773438, 1446.440185546875, 2111.76220703125, 2454.618408203125, 1257.9111328125, 502.3574523925781, 1293.326904296875, 636.5429077148438, 2277.013427734375, 2342.2275390625, 2366.71484375, 1254.9324951171875, 780.2399291992188, 602.8297729492188, 543.7842407226562, 474.97021484375, 711.8939819335938]\n", - "27\n", - "7409\n", - "33\n", - "[596.1292724609375, 348.7756652832031, 451.18231201171875, 1215.52099609375, 456.81939697265625, 365.865478515625, 573.442626953125, 1880.5106201171875, 2561.156494140625, 445.5336608886719, 638.4163208007812, 2734.358154296875, 4780.3603515625, 2350.153076171875, 496.1064758300781, 815.7177124023438, 343.29400634765625, 1686.2518310546875, 4765.4814453125, 4141.28759765625, 1573.8895263671875, 1847.73583984375, 901.8636474609375, 2932.62451171875, 3460.290771484375, 2553.25048828125, 1064.1077880859375, 3089.358154296875, 1319.966064453125, 476.28155517578125, 650.05908203125, 1535.368408203125, 504.5074462890625]\n", - "33\n", - "7410\n", - "10\n", - "[1205.5224609375, 345.4729919433594, 749.5241088867188, 1207.736572265625, 1713.924072265625, 664.9762573242188, 764.2553100585938, 1645.77978515625, 1335.686767578125, 778.7059326171875]\n", - "10\n", - "7411\n", - "44\n", - "[360.67999267578125, 939.7110595703125, 1437.0782470703125, 1200.416015625, 830.6331787109375, 460.30657958984375, 942.6936645507812, 867.7531127929688, 645.9580688476562, 809.7969970703125, 1249.1123046875, 255.4863739013672, 1556.1416015625, 1610.5848388671875, 1305.4259033203125, 573.8622436523438, 835.40380859375, 1272.9732666015625, 1827.812255859375, 1649.801025390625, 1650.9056396484375, 1302.7113037109375, 1058.012451171875, 423.35125732421875, 535.8291625976562, 882.9418334960938, 1538.5445556640625, 1776.5028076171875, 1860.35107421875, 1801.08349609375, 956.5385131835938, 751.0789184570312, 1098.56689453125, 325.0858154296875, 497.2752990722656, 760.662353515625, 1710.431640625, 1648.646728515625, 1339.9959716796875, 745.726318359375, 766.983642578125, 735.7236328125, 676.1173095703125, 574.2317504882812]\n", - "44\n", - "7412\n", - "7\n", - "[1011.4724731445312, 574.2236328125, 751.832275390625, 688.7633056640625, 571.6061401367188, 450.80023193359375, 1139.64306640625]\n", - "7\n", - "7413\n", - "6\n", - "[841.152099609375, 373.1769104003906, 1467.3258056640625, 1799.9456787109375, 661.9186401367188, 409.7782287597656]\n", - "6\n", - "7414\n", - "18\n", - "[370.29229736328125, 356.45147705078125, 448.0698547363281, 1148.259765625, 808.2501831054688, 590.0047607421875, 664.2495727539062, 669.89501953125, 822.148193359375, 696.4630737304688, 453.024658203125, 305.1398620605469, 1040.209716796875, 1081.8936767578125, 428.2137451171875, 371.0074157714844, 476.0191650390625, 974.2584228515625]\n", - "18\n", - "7415\n", - "8\n", - "[1372.7410888671875, 1182.770263671875, 422.0069885253906, 2049.564208984375, 1297.1417236328125, 601.4139404296875, 809.7930297851562, 528.6002807617188]\n", - "8\n", - "7416\n", - "27\n", - "[1062.4443359375, 513.6179809570312, 303.0392761230469, 277.3365478515625, 901.7708129882812, 550.48388671875, 427.0813903808594, 846.2481079101562, 391.0362548828125, 597.26318359375, 1915.762451171875, 780.9932250976562, 1667.5262451171875, 1788.9967041015625, 1349.960693359375, 807.0451049804688, 1333.6409912109375, 2151.748046875, 1411.319580078125, 473.3463439941406, 482.1351013183594, 1954.6668701171875, 928.566162109375, 383.55059814453125, 514.2388916015625, 378.7618103027344, 356.899169921875]\n", - "27\n", - "7417\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[414.8397216796875, 858.638671875, 423.150146484375, 1243.072021484375, 1463.2655029296875, 1385.477783203125, 729.025146484375, 461.8508605957031, 565.7855224609375, 578.5759887695312, 910.0230712890625, 319.62310791015625, 334.56195068359375]\n", - "13\n", - "7418\n", - "7\n", - "[854.581298828125, 1261.833251953125, 1271.8514404296875, 589.0009765625, 777.8565673828125, 749.186279296875, 852.0216674804688]\n", - "7\n", - "7419\n", - "11\n", - "[1035.7110595703125, 2274.4853515625, 1152.5146484375, 434.1517333984375, 555.9852294921875, 1413.8271484375, 1384.26171875, 1079.45849609375, 778.5765380859375, 907.4488525390625, 796.7243041992188]\n", - "11\n", - "7420\n", - "6\n", - "[2049.344970703125, 1083.638916015625, 1953.935791015625, 2381.4931640625, 568.5067138671875, 428.92962646484375]\n", - "6\n", - "7421\n", - "9\n", - "[553.7227783203125, 534.0706787109375, 472.4033508300781, 2716.736572265625, 1851.7623291015625, 2272.883056640625, 1806.6834716796875, 1875.5615234375, 724.656005859375]\n", - "9\n", - "7422\n", - "53\n", - "[465.7213134765625, 1223.334716796875, 1461.8900146484375, 1673.077392578125, 1036.2734375, 940.6728515625, 386.52532958984375, 2467.882080078125, 4741.60302734375, 1398.920166015625, 1302.91650390625, 2688.76025390625, 1898.113037109375, 2982.86328125, 306.3331604003906, 1140.3555908203125, 3686.40869140625, 4448.7265625, 3087.970458984375, 2516.393310546875, 4419.412109375, 2149.082763671875, 3186.7783203125, 1613.6890869140625, 534.115234375, 495.0700378417969, 4316.63134765625, 779.3038940429688, 891.4991455078125, 1700.7218017578125, 2970.35693359375, 4117.455078125, 3546.908935546875, 2828.593994140625, 913.5697021484375, 2911.745849609375, 1526.18994140625, 937.4310302734375, 2974.34716796875, 2899.88427734375, 2229.9541015625, 740.1895751953125, 1845.3060302734375, 2006.202880859375, 4312.26123046875, 1074.241943359375, 2580.319091796875, 4115.86572265625, 499.26763916015625, 1233.0830078125, 3998.96630859375, 1307.5689697265625, 678.716796875]\n", - "53\n", - "7423\n", - "13\n", - "[596.9695434570312, 400.0860290527344, 1541.888671875, 1123.82177734375, 412.83880615234375, 1804.0250244140625, 2348.34912109375, 1950.6361083984375, 1032.1142578125, 813.858642578125, 1192.3736572265625, 584.7410888671875, 360.51104736328125]\n", - "13\n", - "7424\n", - "9\n", - "[985.0985717773438, 1833.37939453125, 971.729736328125, 1466.169189453125, 770.2634887695312, 987.1661987304688, 614.2007446289062, 702.0018920898438, 469.05450439453125]\n", - "9\n", - "7425\n", - "23\n", - "[330.2723693847656, 1361.4171142578125, 458.92279052734375, 452.50311279296875, 594.062255859375, 1008.6480102539062, 1409.5648193359375, 771.8726196289062, 531.6585693359375, 957.2788696289062, 1027.3802490234375, 1202.1470947265625, 1377.9354248046875, 956.7935791015625, 347.75897216796875, 1455.2445068359375, 1980.6405029296875, 1460.1065673828125, 667.9349975585938, 500.7294006347656, 637.1744995117188, 424.6959533691406, 477.8837890625]\n", - "23\n", - "7426\n", - "34\n", - "[1092.9132080078125, 1442.85791015625, 864.3364868164062, 345.3673400878906, 1230.0740966796875, 1085.3009033203125, 1876.422119140625, 914.8326416015625, 1659.5626220703125, 1516.1827392578125, 1342.919921875, 1929.3658447265625, 2583.44873046875, 2235.796875, 1274.332763671875, 547.1838989257812, 2021.0244140625, 1960.714111328125, 2125.50537109375, 1976.021240234375, 1791.65234375, 2356.156005859375, 798.2742309570312, 472.9836730957031, 658.1318969726562, 613.4996948242188, 716.7767944335938, 1496.0845947265625, 1490.73046875, 421.8095397949219, 437.4263000488281, 356.74822998046875, 345.77569580078125, 1012.3846435546875]\n", - "34\n", - "7427\n", - "7\n", - "[645.2288818359375, 1672.312255859375, 1253.7779541015625, 377.0882568359375, 999.7650146484375, 618.0286254882812, 359.9093933105469]\n", - "7\n", - "7428\n", - "21\n", - "[428.993408203125, 838.9822998046875, 1197.2425537109375, 1686.5833740234375, 1436.864990234375, 1137.693603515625, 618.290771484375, 705.9346313476562, 1537.6280517578125, 1830.0145263671875, 1883.76318359375, 1579.585205078125, 797.2736206054688, 478.4051208496094, 378.021728515625, 380.4951171875, 362.1578063964844, 456.0023498535156, 1202.366455078125, 457.2677917480469, 780.0660400390625]\n", - "21\n", - "7429\n", - "6\n", - "[1261.7880859375, 741.9781494140625, 900.3209228515625, 1861.784912109375, 308.3899841308594, 987.9011840820312]\n", - "6\n", - "7430\n", - "9\n", - "[991.94091796875, 855.3821411132812, 918.9332275390625, 1031.07080078125, 1604.19189453125, 837.0656127929688, 1569.3994140625, 584.3086547851562, 788.0447998046875]\n", - "9\n", - "7431\n", - "8\n", - "[637.4532470703125, 1349.5911865234375, 463.7247314453125, 761.406005859375, 1928.52587890625, 1400.676025390625, 368.65838623046875, 865.0935668945312]\n", - "8\n", - "7432\n", - "21\n", - "[642.837646484375, 800.7289428710938, 341.9110107421875, 655.4303588867188, 2143.37255859375, 1430.905029296875, 335.8032531738281, 626.7268676757812, 1578.539306640625, 1532.6622314453125, 2202.480712890625, 2292.526611328125, 2049.35888671875, 492.07330322265625, 705.3007202148438, 1145.650390625, 2084.264404296875, 1883.62255859375, 1070.449462890625, 1482.5452880859375, 1056.7396240234375]\n", - "21\n", - "7433\n", - "6\n", - "[519.7352905273438, 3644.021728515625, 396.6214294433594, 1359.924560546875, 2064.575439453125, 1063.27294921875]\n", - "6\n", - "7434\n", - "27\n", - "[334.2289123535156, 1262.48681640625, 810.6641845703125, 351.7008361816406, 1554.6817626953125, 1450.2215576171875, 983.8980712890625, 1908.0201416015625, 1604.64990234375, 1873.8021240234375, 4420.8564453125, 1940.16162109375, 2748.69873046875, 6693.33935546875, 2885.62158203125, 370.7089538574219, 1348.76611328125, 2152.863525390625, 3720.05419921875, 1841.3905029296875, 372.6333923339844, 2574.941650390625, 6540.54833984375, 974.174560546875, 1360.8023681640625, 309.97076416015625]\n", - "26\n", - "7435\n", - "8\n", - "[1420.312744140625, 893.7058715820312, 435.5572204589844, 1333.8734130859375, 1777.320068359375, 990.0220947265625, 1789.7896728515625, 326.1358337402344]\n", - "8\n", - "7436\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13\n", - "[1140.42138671875, 614.5264892578125, 1021.6785888671875, 924.0119018554688, 1458.41845703125, 1050.3876953125, 1197.8323974609375, 1493.098876953125, 821.6224365234375, 300.9833679199219, 957.0596923828125, 570.8590087890625, 443.2995300292969]\n", - "13\n", - "7437\n", - "10\n", - "[599.9107666015625, 897.312255859375, 311.4779052734375, 1583.8524169921875, 522.0432739257812, 371.4596252441406, 364.8710021972656, 542.7570190429688, 692.9273071289062, 313.51995849609375]\n", - "10\n", - "7438\n", - "6\n", - "[1124.8720703125, 1049.514892578125, 1118.6767578125, 3606.781982421875, 2358.239013671875, 3604.452392578125]\n", - "6\n", - "7439\n", - "9\n", - "[349.8009033203125, 1146.4158935546875, 1021.8250732421875, 440.43365478515625, 1419.58203125, 1805.9229736328125, 1211.4010009765625, 511.32958984375, 1208.3699951171875]\n", - "9\n", - "7440\n", - "5\n", - "[825.6332397460938, 1432.5814208984375, 1982.1478271484375, 1210.938232421875, 474.78326416015625]\n", - "5\n", - "7441\n", - "8\n", - "[610.5079956054688, 1719.7332763671875, 1507.5189208984375, 598.2340698242188, 611.2794189453125, 373.0019836425781, 2745.331298828125, 906.2767944335938]\n", - "8\n", - "7442\n", - "35\n", - "[665.5016479492188, 328.0086975097656, 338.88116455078125, 721.5565185546875, 2422.1962890625, 684.4677734375, 577.4492797851562, 1199.5345458984375, 2672.760986328125, 2529.3740234375, 3077.01025390625, 1520.880615234375, 371.4842224121094, 1905.37939453125, 2880.69775390625, 3112.959228515625, 1911.92626953125, 922.8692626953125, 475.7791442871094, 404.30169677734375, 1814.0775146484375, 564.5924072265625, 2243.199951171875, 2995.66015625, 1690.5216064453125, 435.1955261230469, 1492.8577880859375, 2470.729248046875, 2412.139404296875, 357.3968505859375, 1132.8370361328125, 1823.45458984375, 1647.6396484375, 1342.3599853515625, 1026.3262939453125]\n", - "35\n", - "7443\n", - "10\n", - "[479.26702880859375, 2770.4873046875, 4000.08740234375, 1589.1307373046875, 909.3487548828125, 372.30731201171875, 689.1214599609375, 324.775634765625, 655.271240234375, 779.7907104492188]\n", - "10\n", - "7444\n", - "7\n", - "[462.0443420410156, 579.0697631835938, 1033.2890625, 976.486083984375, 697.5700073242188, 843.1978149414062, 830.2822875976562]\n", - "7\n", - "7445\n", - "9\n", - "[761.82568359375, 1701.9736328125, 3700.444091796875, 1764.7584228515625, 1635.0625, 1998.275390625, 3589.99365234375, 655.790283203125, 467.4166259765625]\n", - "9\n", - "7446\n", - "8\n", - "[994.0283203125, 1850.160400390625, 504.9820861816406, 4427.79345703125, 4550.3291015625, 351.9820861816406, 2408.348388671875, 1285.00439453125]\n", - "8\n", - "7447\n", - "20\n", - "[628.8833618164062, 315.25714111328125, 630.5112915039062, 778.4555053710938, 1286.0223388671875, 546.8125, 834.9456787109375, 472.65728759765625, 1917.465576171875, 2039.4356689453125, 1432.7259521484375, 475.274658203125, 892.9365844726562, 438.89453125, 648.9509887695312, 391.6575622558594, 462.78082275390625, 1741.9404296875, 367.26593017578125, 1237.1302490234375]\n", - "20\n", - "7448\n", - "19\n", - "[454.5137023925781, 386.5302734375, 1490.4093017578125, 1581.912353515625, 1624.968017578125, 2431.659423828125, 962.1111450195312, 382.5052185058594, 1682.1654052734375, 1908.60888671875, 689.6131591796875, 1001.3353881835938, 2202.690185546875, 1839.94775390625, 316.2286682128906, 1716.390869140625, 1277.897216796875, 507.7247314453125, 405.7841796875]\n", - "19\n", - "7449\n", - "8\n", - "[940.4765625, 549.7173461914062, 542.46484375, 1795.9775390625, 1476.0228271484375, 841.610107421875, 621.45458984375, 716.1851806640625]\n", - "8\n", - "7450\n", - "17\n", - "[589.6521606445312, 898.0505981445312, 433.9759216308594, 1120.898193359375, 1540.3387451171875, 468.3706359863281, 438.23675537109375, 569.4493408203125, 1678.9835205078125, 2472.951416015625, 2097.983642578125, 2101.08447265625, 1046.740966796875, 1511.2032470703125, 750.4260864257812, 372.30743408203125, 849.328857421875]\n", - "17\n", - "7451\n", - "96\n", - "[653.4727172851562, 319.2303161621094, 743.0242919921875, 586.14990234375, 785.258544921875, 1078.3460693359375, 600.0673828125, 940.1334228515625, 2846.928466796875, 2895.536376953125, 2059.3251953125, 3707.685546875, 3417.55224609375, 610.1678466796875, 2266.88818359375, 3775.044189453125, 4591.21630859375, 2163.35498046875, 4339.71533203125, 2774.38427734375, 754.125, 571.0513916015625, 1751.013427734375, 4167.32763671875, 5322.4921875, 5254.33544921875, 3211.849853515625, 4553.28759765625, 3105.41259765625, 1411.8134765625, 687.3322143554688, 316.81610107421875, 2276.078125, 2442.431396484375, 3132.50439453125, 4509.5009765625, 5546.89501953125, 3326.804443359375, 610.06103515625, 2241.39306640625, 2867.935546875, 3536.988525390625, 4099.2900390625, 5645.783203125, 3575.966796875, 500.58868408203125, 325.75836181640625, 845.17919921875, 2999.471923828125, 2311.756103515625, 5454.845703125, 5200.64208984375, 5642.92919921875, 2578.5693359375, 444.361328125, 3745.400390625, 4174.79541015625, 4820.5595703125, 5379.49169921875, 5669.392578125, 4791.12939453125, 2095.64453125, 3530.22509765625, 5555.68896484375, 4269.82373046875, 5663.43359375, 5303.72900390625, 5702.8642578125, 3683.642333984375, 958.3189086914062, 1435.092041015625, 5017.76611328125, 5407.2626953125, 3630.420654296875, 5158.6845703125, 6197.86376953125, 4325.4716796875, 3061.179443359375, 667.869873046875, 1675.3369140625, 829.1333618164062, 3813.34326171875, 6048.0234375, 4506.7353515625, 3567.160400390625, 1020.7933959960938, 1226.81982421875, 1284.3212890625, 3032.304443359375, 3347.447021484375, 313.912353515625, 542.4761962890625, 608.9733276367188, 1692.9410400390625, 1119.40234375, 2348.11669921875]\n", - "96\n", - "7452\n", - "8\n", - "[1275.6494140625, 1457.2064208984375, 352.6897277832031, 374.1665954589844, 1367.0565185546875, 1439.4095458984375, 1445.022705078125, 305.079833984375]\n", - "8\n", - "7453\n", - "11\n", - "[464.8055114746094, 467.7571105957031, 400.587890625, 513.1796264648438, 1331.1556396484375, 2154.86083984375, 508.7447509765625, 684.41552734375, 2449.890380859375, 1321.991455078125, 343.1774597167969]\n", - "11\n", - "7454\n", - "20\n", - "[579.843994140625, 467.17291259765625, 1683.0228271484375, 2097.8994140625, 3407.560546875, 3264.90234375, 1702.0157470703125, 1047.201904296875, 1742.1832275390625, 2844.704833984375, 3193.239501953125, 1334.55712890625, 753.7116088867188, 1048.4844970703125, 940.11181640625, 762.2227783203125, 1272.4990234375, 706.2053833007812, 308.4079895019531, 367.7823181152344]\n", - "20\n", - "7455\n", - "8\n", - "[927.3036499023438, 1479.5804443359375, 915.435302734375, 417.3653564453125, 1034.7752685546875, 1739.03271484375, 1569.3753662109375, 443.704345703125]\n", - "8\n", - "7456\n", - "6\n", - "[1428.8541259765625, 1982.7371826171875, 927.37841796875, 1204.2789306640625, 557.743896484375, 475.6904296875]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "7457\n", - "7\n", - "[727.1747436523438, 814.2260131835938, 532.6582641601562, 615.2672119140625, 1111.4840087890625, 1130.74169921875, 1078.1693115234375]\n", - "7\n", - "7458\n", - "8\n", - "[719.41845703125, 740.7955932617188, 659.68798828125, 2193.008056640625, 1208.0673828125, 474.0097961425781, 1495.28271484375, 755.4957885742188]\n", - "8\n", - "7459\n", - "10\n", - "[805.1718139648438, 429.60040283203125, 900.306640625, 486.5275573730469, 391.2544250488281, 1061.5223388671875, 993.1514892578125, 748.8780517578125, 1021.65380859375, 542.23095703125]\n", - "10\n", - "7460\n", - "9\n", - "[519.2169799804688, 591.0703735351562, 1663.5086669921875, 729.289794921875, 1249.83203125, 2464.403076171875, 1254.2135009765625, 461.78070068359375, 999.6784057617188]\n", - "9\n", - "7461\n", - "7\n", - "[364.7138977050781, 1022.4525146484375, 1459.609619140625, 1111.2872314453125, 1854.856201171875, 1931.564697265625, 747.1162719726562]\n", - "7\n", - "7462\n", - "19\n", - "[1553.265869140625, 1363.64208984375, 622.15087890625, 1780.047607421875, 1370.482421875, 1786.6219482421875, 2742.907470703125, 550.7146606445312, 500.2220764160156, 2009.586669921875, 1228.1295166015625, 860.7048950195312, 899.129638671875, 535.1378784179688, 1091.7894287109375, 1052.82421875, 667.3653564453125, 662.4503173828125, 306.2322082519531]\n", - "19\n", - "7463\n", - "43\n", - "[632.996826171875, 594.9860229492188, 843.0374755859375, 366.843505859375, 508.46710205078125, 213.71470642089844, 1334.6910400390625, 1948.428955078125, 813.9493408203125, 1516.4368896484375, 2757.374267578125, 3382.038818359375, 1091.6376953125, 3957.455810546875, 3129.6572265625, 2517.81591796875, 3716.5615234375, 1968.7852783203125, 1167.8084716796875, 474.55377197265625, 1141.6845703125, 4069.197998046875, 3086.141357421875, 2394.1748046875, 3693.67041015625, 4331.7783203125, 3735.963623046875, 2761.429931640625, 2485.91259765625, 806.6012573242188, 642.5576782226562, 4050.362548828125, 3689.477294921875, 3861.62646484375, 3908.446533203125, 3025.1259765625, 1744.972900390625, 465.714599609375, 338.1430358886719, 959.1455688476562, 483.6553649902344, 673.9420776367188, 805.7781982421875]\n", - "43\n", - "7464\n", - "7\n", - "[556.622802734375, 1203.04296875, 1653.9488525390625, 1753.8087158203125, 419.990966796875, 1918.3477783203125, 887.8391723632812]\n", - "7\n", - "7465\n", - "11\n", - "[834.4972534179688, 1295.1546630859375, 497.85479736328125, 440.9006652832031, 2046.276123046875, 3547.44482421875, 3731.8427734375, 1097.336669921875, 1639.401123046875, 2369.845947265625, 943.9664916992188]\n", - "11\n", - "7466\n", - "21\n", - "[696.6697998046875, 1282.6883544921875, 1120.8773193359375, 1521.97607421875, 1585.771484375, 1127.5914306640625, 313.6937561035156, 844.5131225585938, 3224.727783203125, 3783.245849609375, 2570.32421875, 863.830078125, 503.8362121582031, 765.5173950195312, 1189.63134765625, 2295.154296875, 1198.2386474609375, 446.9640808105469, 781.989013671875, 1534.391845703125, 508.4205627441406]\n", - "21\n", - "7467\n", - "21\n", - "[805.847412109375, 360.1046447753906, 1357.2657470703125, 1948.52734375, 492.90228271484375, 339.70440673828125, 1062.773681640625, 1632.630126953125, 1687.959228515625, 2606.626220703125, 2327.12646484375, 801.06103515625, 1537.517333984375, 2377.5830078125, 2495.37939453125, 2077.397705078125, 996.5279541015625, 814.7988891601562, 916.8267211914062, 846.8499755859375, 429.21923828125]\n", - "21\n", - "7468\n", - "41\n", - "[740.6885986328125, 467.88824462890625, 557.5234375, 1300.7010498046875, 3325.497314453125, 399.3789367675781, 1504.5684814453125, 1080.3927001953125, 2260.591796875, 3088.09619140625, 635.5048217773438, 2953.54345703125, 3026.685302734375, 3668.274169921875, 4819.94189453125, 5560.65380859375, 5507.892578125, 3488.51220703125, 1522.91455078125, 929.269775390625, 335.2485046386719, 494.69122314453125, 2042.40380859375, 4432.5087890625, 3811.73828125, 4770.0234375, 3647.079345703125, 6245.447265625, 3250.635009765625, 2067.923828125, 695.0106201171875, 814.3372802734375, 5293.4921875, 5301.650390625, 3546.473876953125, 1323.0714111328125, 1629.20458984375, 934.101806640625, 1586.376708984375, 3273.765869140625, 2061.22509765625]\n", - "41\n", - "7469\n", - "10\n", - "[525.1554565429688, 573.8516845703125, 1487.589111328125, 3349.239501953125, 993.4544067382812, 851.5552368164062, 1702.48193359375, 543.1705932617188, 805.22900390625, 304.7613525390625]\n", - "10\n", - "7470\n", - "5\n", - "[1689.60595703125, 1438.1546630859375, 667.1678466796875, 1271.3956298828125, 882.8179931640625]\n", - "5\n", - "7471\n", - "8\n", - "[846.04052734375, 1098.5506591796875, 767.5912475585938, 1270.9012451171875, 1630.8724365234375, 347.2867126464844, 311.5633239746094, 719.1530151367188]\n", - "8\n", - "7472\n", - "177\n", - "[650.6029663085938, 329.0683898925781, 751.1048583984375, 425.0063781738281, 511.0196228027344, 2518.241455078125, 1258.5587158203125, 1124.9178466796875, 1175.210693359375, 474.2757568359375, 452.19427490234375, 645.1384887695312, 320.3935546875, 733.2909545898438, 695.7669677734375, 424.3743591308594, 389.1827392578125, 724.4874267578125, 431.6285400390625, 411.2418212890625, 426.0858154296875, 967.6294555664062, 2083.564697265625, 1342.25341796875, 1959.991455078125, 629.3212890625, 801.459228515625, 2344.0732421875, 3182.44140625, 4934.60546875, 2867.517822265625, 1996.9112548828125, 1283.341552734375, 458.525634765625, 315.2479248046875, 1698.62158203125, 2320.35302734375, 3404.4248046875, 5306.8466796875, 5181.5341796875, 3149.637939453125, 2006.9788818359375, 394.1214294433594, 828.4402465820312, 1000.975341796875, 2668.48828125, 1590.8206787109375, 1697.9281005859375, 3684.78857421875, 5279.37890625, 4915.49951171875, 5282.34375, 3667.78564453125, 1594.4171142578125, 2300.302001953125, 1311.1727294921875, 770.04296875, 2525.507080078125, 4081.64501953125, 2868.479736328125, 4436.0, 5445.07958984375, 2733.49658203125, 1447.2633056640625, 2199.537109375, 2347.79833984375, 5147.298828125, 4889.59228515625, 5261.873046875, 3161.064697265625, 3511.811767578125, 5049.69970703125, 4036.710205078125, 1036.7598876953125, 416.2028503417969, 413.9432678222656, 1533.30712890625, 4951.28955078125, 5115.53564453125, 4529.83447265625, 2812.8173828125, 3176.076416015625, 2810.188720703125, 3218.069091796875, 4469.18896484375, 2336.45556640625, 707.501220703125, 522.2195434570312, 2443.126708984375, 2799.181640625, 728.9171142578125, 607.2566528320312, 3996.350830078125, 4155.49609375, 4906.7294921875, 3754.19873046875, 3673.641845703125, 4079.984130859375, 1056.1397705078125, 3676.32080078125, 3848.900634765625, 2218.391357421875, 1874.8369140625, 1209.7255859375, 1252.4957275390625, 396.4985046386719, 993.0555419921875, 1268.687744140625, 3216.027587890625, 3390.626708984375, 3852.088623046875, 1184.6741943359375, 1188.718017578125, 3957.4228515625, 2447.394287109375, 481.3565673828125, 824.3740844726562, 2027.3040771484375, 2046.02978515625, 4564.66259765625, 4774.296875, 5041.6455078125, 1616.7279052734375, 3771.503662109375, 1606.084228515625, 1188.1195068359375, 1005.9867553710938, 2494.15771484375, 5035.72802734375, 4726.005859375, 2364.4599609375, 3872.05029296875, 2207.675048828125, 2866.768310546875, 659.7476196289062, 2874.19580078125, 4341.3984375, 3680.91259765625, 2574.86572265625, 4391.0927734375, 3635.29541015625, 2979.04345703125, 2576.79541015625, 1762.774169921875, 4663.69384765625, 4779.4365234375, 2479.593505859375, 575.6278076171875, 1707.190185546875, 440.86273193359375, 3667.52294921875, 2319.732177734375, 1051.7884521484375, 879.1749877929688, 1294.4605712890625, 2757.6474609375, 377.73931884765625, 394.9827575683594, 344.95831298828125, 439.9007263183594, 1936.9031982421875, 3206.402099609375, 404.060302734375, 1257.1827392578125, 1934.917724609375, 525.3964233398438, 355.6131286621094, 833.4796142578125, 361.8997497558594, 331.115478515625, 1645.5321044921875, 1021.61376953125, 388.0753173828125, 440.230712890625, 555.0509033203125, 434.88824462890625, 496.9388732910156]\n", - "177\n", - "7473\n", - "21\n", - "[1504.3978271484375, 602.1176147460938, 975.8865356445312, 2501.584716796875, 2350.154541015625, 1187.05078125, 479.6790771484375, 2938.048828125, 3268.833740234375, 3384.587890625, 2298.8046875, 984.7142944335938, 2578.124267578125, 1037.2236328125, 954.9419555664062, 935.1476440429688, 990.1282958984375, 868.2117919921875, 531.1997680664062, 712.1990966796875, 416.3741149902344]\n", - "21\n", - "7474\n", - "56\n", - "[300.03497314453125, 603.673095703125, 1214.09814453125, 1042.0618896484375, 508.849853515625, 2007.3853759765625, 2560.71923828125, 3387.86767578125, 2589.281005859375, 1566.860107421875, 1197.408203125, 1699.5596923828125, 2043.0804443359375, 2697.78271484375, 3417.21240234375, 3651.45263671875, 3714.796630859375, 2873.044921875, 2779.652587890625, 842.1159057617188, 791.7898559570312, 333.6553649902344, 1038.14208984375, 737.4173583984375, 2346.1953125, 2404.08984375, 3163.138427734375, 3614.81201171875, 3585.755126953125, 3994.117431640625, 3994.900390625, 3580.8779296875, 1564.956787109375, 1090.676513671875, 985.2182006835938, 2634.613037109375, 3005.892333984375, 3329.262939453125, 3381.0263671875, 3840.291748046875, 3193.5791015625, 1903.0489501953125, 575.5738525390625, 1312.8248291015625, 1556.2313232421875, 2426.4150390625, 3033.60205078125, 482.52587890625, 488.2613220214844, 596.5640869140625, 1480.1829833984375, 1041.3408203125, 1121.850341796875, 854.5506591796875, 617.2411499023438, 372.3610534667969]\n", - "56\n", - "7475\n", - "7\n", - "[302.456298828125, 536.855224609375, 322.02313232421875, 1442.430419921875, 1735.36328125, 869.03857421875, 1725.5185546875]\n", - "7\n", - "7476\n", - "10\n", - "[582.1044921875, 540.5831298828125, 913.0411376953125, 775.7484130859375, 1616.3031005859375, 478.06549072265625, 1020.2216796875, 449.15142822265625, 854.5498657226562, 369.9909362792969]\n", - "10\n", - "7477\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[536.3170776367188, 564.5894775390625, 2021.2415771484375, 1013.2293090820312, 713.9796142578125, 449.5316467285156, 438.40106201171875, 977.4296875, 1467.7720947265625, 1097.464599609375, 594.0572509765625, 684.318603515625]\n", - "12\n", - "7478\n", - "8\n", - "[995.1928100585938, 2160.687255859375, 1027.6256103515625, 616.2581176757812, 2316.37060546875, 1191.95751953125, 822.5418090820312, 1060.628662109375]\n", - "8\n", - "7479\n", - "32\n", - "[346.0286560058594, 1017.3942260742188, 336.4249267578125, 1898.6097412109375, 1631.87548828125, 799.3097534179688, 1081.7275390625, 2614.97412109375, 2593.18310546875, 3299.975341796875, 3016.875244140625, 1704.3599853515625, 1332.5877685546875, 897.0576782226562, 752.1442260742188, 2602.76318359375, 1718.01953125, 3212.15283203125, 1502.7169189453125, 316.0189208984375, 452.6501159667969, 484.8187255859375, 2331.3896484375, 1247.7850341796875, 873.9888305664062, 302.9268798828125, 317.74920654296875, 1149.5172119140625, 821.9738159179688, 440.85577392578125, 1192.09130859375, 601.6273193359375]\n", - "32\n", - "7480\n", - "78\n", - "[2458.048828125, 2593.004150390625, 636.03857421875, 1120.941162109375, 2915.556640625, 3733.60498046875, 4701.91650390625, 4763.2001953125, 2372.86083984375, 894.0469970703125, 4008.812255859375, 4320.642578125, 4914.82275390625, 3848.783203125, 3920.06689453125, 2435.17333984375, 1668.6427001953125, 1959.5440673828125, 1706.0938720703125, 625.8591918945312, 1830.8753662109375, 2529.472412109375, 1741.1793212890625, 4846.408203125, 4345.75537109375, 4491.71240234375, 3646.800537109375, 1527.7979736328125, 1948.352294921875, 1315.8988037109375, 1074.9437255859375, 602.4857177734375, 1109.24609375, 1438.8848876953125, 1311.3349609375, 2727.65185546875, 4217.2265625, 4837.3251953125, 3900.994384765625, 4521.02587890625, 3457.239990234375, 2559.221923828125, 1394.73876953125, 2092.480224609375, 1583.1414794921875, 1826.7420654296875, 916.6094360351562, 592.8548583984375, 2662.83935546875, 1473.37744140625, 560.8565063476562, 487.0894775390625, 2885.678466796875, 4980.51318359375, 4789.4931640625, 4547.58154296875, 4251.1708984375, 2742.618896484375, 2204.156982421875, 1149.23095703125, 3277.16552734375, 3587.97265625, 1722.8004150390625, 2921.41259765625, 2958.684814453125, 3267.959228515625, 1634.2005615234375, 1628.8480224609375, 3082.56591796875, 1293.1239013671875, 602.0774536132812, 456.1989440917969, 2871.002197265625, 2076.718505859375, 538.7359008789062, 1477.19189453125, 400.8610534667969, 1210.96728515625]\n", - "78\n", - "7481\n", - "1\n", - "[167251.296875]\n", - "1\n", - "7482\n", - "9\n", - "[413.2549133300781, 1149.584716796875, 598.9168090820312, 746.5804443359375, 1306.308349609375, 387.3962097167969, 436.5182189941406, 461.5951232910156, 373.75653076171875]\n", - "9\n", - "7483\n", - "1\n", - "[24410.91015625]\n", - "1\n", - "7484\n", - "11\n", - "[404.7910461425781, 948.1211547851562, 349.0094909667969, 976.8135375976562, 1798.6600341796875, 852.519287109375, 1473.0146484375, 2708.021728515625, 1313.718994140625, 695.8027954101562, 733.3928833007812]\n", - "11\n", - "7485\n", - "21\n", - "[385.0423583984375, 522.0173950195312, 610.2022094726562, 504.3040771484375, 481.3293762207031, 504.6702880859375, 498.5938415527344, 644.1975708007812, 606.8272094726562, 577.5127563476562, 397.6595153808594, 438.9510803222656, 525.7109985351562, 451.6669616699219, 344.49090576171875, 407.6473388671875, 492.53070068359375, 313.9252014160156, 333.2903137207031, 421.78607177734375, 333.104736328125]\n", - "21\n", - "7486\n", - "9\n", - "[903.8131103515625, 2413.62841796875, 362.3483581542969, 372.57861328125, 1733.7669677734375, 1816.50341796875, 532.8544921875, 839.9593505859375, 930.3463134765625]\n", - "9\n", - "7487\n", - "16\n", - "[403.7355651855469, 324.05938720703125, 488.244140625, 509.27703857421875, 928.3501586914062, 1381.654541015625, 2555.25537109375, 2597.198486328125, 1775.06201171875, 834.05859375, 1875.0626220703125, 2412.534912109375, 611.1987915039062, 570.6907958984375, 1451.379638671875, 304.2845458984375]\n", - "16\n", - "7488\n", - "7\n", - "[1072.4775390625, 1411.002197265625, 1567.3485107421875, 2819.158447265625, 853.1978759765625, 1680.2548828125, 1099.7220458984375]\n", - "7\n", - "7489\n", - "19\n", - "[465.8910827636719, 675.2023315429688, 2421.7900390625, 1059.1630859375, 2241.17236328125, 1870.2442626953125, 924.4737548828125, 651.2252807617188, 527.012939453125, 4161.994140625, 3403.2509765625, 1313.976806640625, 2080.32958984375, 3751.479736328125, 3239.04736328125, 679.0098266601562, 1503.845703125, 2997.1572265625, 842.8134765625]\n", - "19\n", - "7490\n", - "6\n", - "[729.8406372070312, 985.4860229492188, 568.1605834960938, 1556.7425537109375, 889.1857299804688, 511.1180725097656]\n", - "6\n", - "7491\n", - "14\n", - "[1056.638427734375, 543.5025024414062, 2215.116943359375, 740.0910034179688, 1607.6103515625, 665.838623046875, 2789.073486328125, 5023.33251953125, 4475.5859375, 791.0521850585938, 1374.1229248046875, 4091.70849609375, 3981.789306640625, 575.748291015625]\n", - "14\n", - "7492\n", - "7\n", - "[584.039794921875, 1384.3525390625, 1555.187255859375, 2320.017578125, 445.63360595703125, 335.422119140625, 936.35302734375]\n", - "7\n", - "7493\n", - "8\n", - "[430.3251037597656, 1324.09228515625, 438.6368103027344, 1126.7470703125, 1203.3375244140625, 848.6521606445312, 1049.799560546875, 354.0824890136719]\n", - "8\n", - "7494\n", - "9\n", - "[353.0255432128906, 414.6828308105469, 906.3436889648438, 380.17059326171875, 1585.6741943359375, 938.84521484375, 546.6044921875, 768.60205078125, 405.1373596191406]\n", - "9\n", - "7495\n", - "7\n", - "[862.3126220703125, 337.9429626464844, 564.8677978515625, 2043.1473388671875, 1297.836669921875, 821.4627685546875, 884.3203735351562]\n", - "7\n", - "7496\n", - "9\n", - "[343.00421142578125, 335.23876953125, 470.1168212890625, 777.9638671875, 1770.2440185546875, 680.6602172851562, 1210.914306640625, 1406.2208251953125, 799.9674072265625]\n", - "9\n", - "7497\n", - "17\n", - "[1356.3402099609375, 707.267333984375, 722.2799072265625, 1287.8060302734375, 681.2186279296875, 1327.600830078125, 1156.63330078125, 642.9876708984375, 1317.2672119140625, 1133.8228759765625, 613.0470581054688, 1051.738037109375, 578.6227416992188, 650.9878540039062, 1582.860595703125, 491.4581298828125, 1015.8851928710938]\n", - "17\n", - "7498\n", - "9\n", - "[1817.3599853515625, 725.6511840820312, 567.9203491210938, 1391.6885986328125, 1217.697998046875, 864.5413208007812, 353.7790222167969, 1272.197265625, 1316.5152587890625]\n", - "9\n", - "7499\n", - "6\n", - "[472.9762268066406, 1077.7523193359375, 1466.396484375, 1580.5360107421875, 477.42169189453125, 600.2142944335938]\n", - "6\n", - "7500\n", - "6\n", - "[757.5861206054688, 1551.1259765625, 955.880126953125, 553.04931640625, 1099.511474609375, 1089.48291015625]\n", - "6\n", - "7501\n", - "5\n", - "[644.0656127929688, 1074.3726806640625, 1669.2928466796875, 697.9974975585938, 1302.191650390625]\n", - "5\n", - "7502\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "42\n", - "[1196.9039306640625, 488.73980712890625, 841.7164306640625, 1190.89892578125, 1065.0771484375, 2046.312744140625, 3060.3642578125, 3241.88525390625, 2191.17919921875, 531.603759765625, 365.1220703125, 1840.601318359375, 2670.09716796875, 3251.01708984375, 3290.6552734375, 3052.133544921875, 531.037109375, 1982.92333984375, 2815.226318359375, 3107.629150390625, 3273.244873046875, 1684.533935546875, 2729.79638671875, 2875.986083984375, 2466.911865234375, 3238.440673828125, 2377.919921875, 1318.4935302734375, 2816.427978515625, 3106.993896484375, 1045.0084228515625, 308.1378479003906, 2503.2216796875, 2250.330810546875, 1976.12744140625, 2267.270263671875, 1227.3792724609375, 859.718505859375, 1301.1534423828125, 607.6232299804688, 448.5661926269531, 434.7696228027344]\n", - "42\n", - "7503\n", - "16\n", - "[364.4657897949219, 620.4776611328125, 653.7279052734375, 503.8427429199219, 1104.5250244140625, 775.8599853515625, 2165.748046875, 370.5500183105469, 684.42333984375, 2627.341552734375, 1496.431396484375, 1087.47705078125, 1394.8245849609375, 1324.329833984375, 867.7239990234375, 305.131103515625]\n", - "16\n", - "7504\n", - "27\n", - "[473.2423095703125, 462.4937744140625, 806.5723266601562, 331.1766662597656, 563.76611328125, 1090.4871826171875, 2242.844970703125, 2201.3955078125, 619.3331298828125, 307.74560546875, 2158.113525390625, 2274.215087890625, 377.26434326171875, 2891.519287109375, 3162.94677734375, 1547.8321533203125, 2319.768310546875, 2237.032958984375, 711.1790161132812, 4011.91748046875, 5430.93115234375, 4085.4833984375, 4232.96826171875, 2248.251220703125, 2396.887939453125, 4769.85400390625, 3413.14892578125]\n", - "27\n", - "7505\n", - "8\n", - "[324.5849609375, 310.0328674316406, 383.6076965332031, 642.5146484375, 788.489501953125, 2177.919921875, 1344.319091796875, 528.8014526367188]\n", - "8\n", - "7506\n", - "7\n", - "[367.7855224609375, 1537.063232421875, 1301.123046875, 1641.587158203125, 1685.0390625, 913.0855102539062, 771.7758178710938]\n", - "7\n", - "7507\n", - "11\n", - "[323.5853576660156, 306.52545166015625, 554.8530883789062, 979.8148193359375, 807.052734375, 495.1434020996094, 695.6405029296875, 538.2831420898438, 523.607421875, 465.56494140625, 691.0364379882812]\n", - "11\n", - "7508\n", - "9\n", - "[315.2994689941406, 458.3827819824219, 529.0640869140625, 437.6654968261719, 521.00146484375, 1066.22021484375, 1283.944580078125, 817.3557739257812, 665.6436767578125]\n", - "9\n", - "7509\n", - "23\n", - "[549.3013305664062, 505.6687316894531, 625.08447265625, 329.6629943847656, 1086.733642578125, 1118.9718017578125, 670.7247314453125, 1320.2633056640625, 1474.347900390625, 2003.6485595703125, 2849.88818359375, 2822.030029296875, 1410.7928466796875, 553.6199340820312, 650.15966796875, 876.8050537109375, 1059.66455078125, 343.5401306152344, 533.7385864257812, 931.0869140625, 1477.599853515625, 420.58258056640625, 1257.8988037109375]\n", - "23\n", - "7510\n", - "14\n", - "[368.65234375, 598.6492919921875, 1196.035400390625, 1872.6798095703125, 1907.5880126953125, 1966.5633544921875, 1584.134765625, 719.372314453125, 424.3021240234375, 1078.7296142578125, 1864.223388671875, 1681.2861328125, 652.9022827148438, 377.8792419433594]\n", - "14\n", - "7511\n", - "7\n", - "[721.8081665039062, 906.4255981445312, 1889.9984130859375, 358.0788269042969, 1105.31640625, 774.349365234375, 487.18280029296875]\n", - "7\n", - "7512\n", - "7\n", - "[1489.923583984375, 600.707275390625, 713.8091430664062, 1827.467041015625, 1807.6246337890625, 1552.269775390625, 503.3869323730469]\n", - "7\n", - "7513\n", - "24\n", - "[365.3860168457031, 955.3875732421875, 689.8607788085938, 390.2948913574219, 78.83467102050781, 1220.5377197265625, 1447.91552734375, 638.1223754882812, 446.25311279296875, 406.77593994140625, 322.1127624511719, 1342.9635009765625, 1501.6510009765625, 979.0762329101562, 533.0977783203125, 1592.2623291015625, 1242.1920166015625, 533.8629150390625, 911.929931640625, 1315.476806640625, 353.57403564453125, 367.7597961425781, 324.0137634277344, 353.78790283203125]\n", - "24\n", - "7514\n", - "10\n", - "[519.8761596679688, 403.171875, 771.4385375976562, 638.7760009765625, 401.5676574707031, 1528.025634765625, 1641.0599365234375, 1249.6209716796875, 1780.2113037109375, 866.8345336914062]\n", - "10\n", - "7515\n", - "240\n", - "[1180.8048095703125, 499.9434814453125, 383.3681335449219, 1589.1134033203125, 1598.2235107421875, 1781.410400390625, 1093.0321044921875, 492.2568054199219, 389.6057434082031, 518.829833984375, 2147.788330078125, 2157.7939453125, 556.985595703125, 2445.86962890625, 1797.61572265625, 776.8162231445312, 701.926025390625, 3488.21240234375, 2787.342529296875, 91.56460571289062, 670.9758911132812, 2568.569580078125, 444.6767272949219, 477.5176086425781, 2128.725341796875, 510.524658203125, 98.8897705078125, 633.8334350585938, 495.3952331542969, 539.725341796875, 4553.0966796875, 3086.044189453125, 1500.486328125, 990.2959594726562, 859.3431396484375, 323.34429931640625, 538.6724243164062, 3600.00634765625, 4696.27197265625, 3498.7431640625, 2546.328125, 1098.0863037109375, 346.52001953125, 449.7203063964844, 502.31884765625, 633.8272705078125, 789.6448974609375, 4418.7744140625, 4152.00634765625, 4407.98486328125, 2911.48828125, 3491.711181640625, 1701.8533935546875, 445.3347473144531, 557.5283203125, 782.66748046875, 1106.418701171875, 393.66436767578125, 676.136962890625, 760.7044067382812, 2333.3251953125, 4333.7646484375, 3541.6435546875, 3492.291015625, 5325.3291015625, 3501.819091796875, 969.0092163085938, 1092.568603515625, 506.24822998046875, 307.2751159667969, 432.05535888671875, 381.4558410644531, 3176.135498046875, 2821.697021484375, 3466.148193359375, 6227.96826171875, 6164.33349609375, 3970.084228515625, 975.6114501953125, 709.2113037109375, 1884.2733154296875, 2705.790283203125, 3966.7490234375, 3283.822265625, 3013.96337890625, 709.5927734375, 1194.2144775390625, 250.29702758789062, 745.0527954101562, 4571.5048828125, 6677.56591796875, 6263.31201171875, 5612.08154296875, 2994.70458984375, 641.61376953125, 3499.76611328125, 4129.66259765625, 3539.433837890625, 5945.40380859375, 3396.476318359375, 425.2449035644531, 868.0005493164062, 3011.451416015625, 2439.0830078125, 2850.260986328125, 5276.39892578125, 5380.3974609375, 5829.5244140625, 6452.0068359375, 4373.6845703125, 2385.310791015625, 3343.8984375, 1763.3466796875, 2456.52294921875, 2768.13818359375, 643.1052856445312, 481.8689880371094, 3125.882568359375, 6083.10888671875, 4916.09521484375, 6099.2119140625, 6536.1025390625, 6514.58447265625, 4633.63916015625, 1185.39501953125, 2588.21923828125, 2313.30712890625, 2393.191162109375, 436.2743225097656, 1374.3128662109375, 2847.61474609375, 3284.4375, 6065.89404296875, 6524.7265625, 5526.35498046875, 3928.61572265625, 1695.073974609375, 674.8976440429688, 793.259765625, 818.6796264648438, 358.78961181640625, 4507.17431640625, 347.41888427734375, 1417.799560546875, 3041.738525390625, 5500.908203125, 4292.009765625, 3608.0341796875, 4149.9189453125, 5371.59228515625, 4187.79296875, 3129.599609375, 626.2677612304688, 996.1682739257812, 2403.064453125, 2341.577392578125, 2035.6494140625, 1527.71533203125, 4046.3505859375, 2190.77783203125, 1537.0985107421875, 4088.4599609375, 6224.11474609375, 5680.6748046875, 3569.635009765625, 2630.055908203125, 401.7793273925781, 1577.737548828125, 775.4667358398438, 652.1470947265625, 1680.3416748046875, 1464.794921875, 2668.87109375, 4065.05908203125, 5751.9140625, 5258.181640625, 1909.1134033203125, 3202.032958984375, 2165.078369140625, 1011.2463989257812, 500.23809814453125, 1974.8507080078125, 1853.369873046875, 3559.874755859375, 5422.056640625, 4404.00146484375, 5624.69921875, 3518.5361328125, 1122.9127197265625, 3255.44384765625, 4101.0302734375, 598.2561645507812, 666.9995727539062, 3809.817138671875, 4734.9501953125, 887.5184326171875, 2164.842041015625, 1134.157470703125, 3853.222412109375, 1317.6558837890625, 2052.554443359375, 1130.8450927734375, 4232.31689453125, 2813.19189453125, 675.9999389648438, 1794.9322509765625, 3462.506103515625, 3217.972412109375, 1522.72216796875, 803.915283203125, 464.74688720703125, 556.6649169921875, 1457.346923828125, 3605.4287109375, 2474.324462890625, 2499.041748046875, 770.568115234375, 1181.6329345703125, 3047.81201171875, 2720.572265625, 6116.11962890625, 2758.333740234375, 2062.22705078125, 3618.3056640625, 3507.439208984375, 1800.436279296875, 1184.3514404296875, 304.24298095703125, 427.95465087890625, 1478.178955078125, 4745.6328125, 381.9667053222656, 1271.2130126953125, 2197.8076171875, 1909.5411376953125, 1239.2293701171875, 1071.87841796875, 444.9320373535156, 353.85894775390625]\n", - "239\n", - "7516\n", - "8\n", - "[472.5651550292969, 404.5058898925781, 844.4243774414062, 1505.088623046875, 2187.470458984375, 526.2868041992188, 736.1708984375, 994.4652099609375]\n", - "8\n", - "7517\n", - "41\n", - "[889.2615966796875, 874.1535034179688, 312.87225341796875, 323.4684753417969, 710.8688354492188, 693.5055541992188, 942.3839111328125, 1986.4921875, 1627.413818359375, 336.77764892578125, 927.232177734375, 1155.7269287109375, 1000.2998657226562, 461.9804382324219, 2010.4063720703125, 1789.9510498046875, 910.3973999023438, 315.63897705078125, 496.4423522949219, 1622.745849609375, 1487.5416259765625, 2709.395751953125, 2656.302734375, 2042.7359619140625, 802.9555053710938, 2173.44580078125, 2257.32763671875, 1769.75, 2561.56982421875, 1994.29443359375, 378.7520446777344, 400.1834411621094, 1297.7000732421875, 2133.532958984375, 1563.559326171875, 476.4786071777344, 522.0979614257812, 606.1734008789062, 806.4568481445312, 927.0167846679688, 598.370849609375]\n", - "41\n", - "7518\n", - "6\n", - "[643.1756591796875, 795.9669189453125, 516.6171875, 1478.53173828125, 1180.4599609375, 1409.326416015625]\n", - "6\n", - "7519\n", - "13\n", - "[1383.031494140625, 1591.434814453125, 1355.6275634765625, 905.9095458984375, 554.623046875, 1719.4739990234375, 2783.965576171875, 1382.4036865234375, 978.1080932617188, 551.6355590820312, 1253.278076171875, 971.638916015625, 513.9201049804688]\n", - "13\n", - "7520\n", - "8\n", - "[744.0389404296875, 588.136962890625, 1797.5457763671875, 1669.646728515625, 644.15625, 661.4891967773438, 662.4835815429688, 452.7765808105469]\n", - "8\n", - "7521\n", - "6\n", - "[447.29168701171875, 920.33154296875, 546.7103271484375, 1158.69482421875, 2060.580322265625, 620.1430053710938]\n", - "6\n", - "7522\n", - "32\n", - "[454.0702819824219, 486.7678527832031, 646.7195434570312, 1782.276611328125, 390.9263916015625, 799.9140014648438, 2342.729736328125, 551.9518432617188, 1320.245849609375, 1840.98486328125, 1997.69677734375, 761.3626708984375, 884.6328735351562, 2927.660400390625, 3307.48291015625, 2431.7509765625, 1993.853515625, 1912.0560302734375, 3217.7802734375, 2758.848388671875, 1033.4027099609375, 651.0811767578125, 2902.734619140625, 2266.352783203125, 384.5024108886719, 301.383056640625, 2324.264892578125, 2530.5322265625, 631.390869140625, 340.3675842285156, 596.0274047851562, 326.5162048339844]\n", - "32\n", - "7523\n", - "9\n", - "[368.86883544921875, 1182.814208984375, 523.1054077148438, 547.4457397460938, 829.1758422851562, 2775.403564453125, 1759.8812255859375, 971.3636474609375, 1128.2457275390625]\n", - "9\n", - "7524\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "40\n", - "[1061.2139892578125, 1523.47705078125, 1009.6686401367188, 1552.2115478515625, 671.8610229492188, 1390.716552734375, 1010.2661743164062, 1319.456298828125, 1349.74951171875, 2475.170166015625, 2174.74853515625, 672.5668334960938, 1365.40283203125, 2833.3984375, 2462.26220703125, 2675.4541015625, 1520.6539306640625, 2521.58447265625, 3397.78662109375, 1004.0438842773438, 1113.079833984375, 742.28125, 2601.626220703125, 1638.9302978515625, 592.2826538085938, 415.24261474609375, 3882.787109375, 3068.55712890625, 556.2476806640625, 2380.778564453125, 3553.29736328125, 1878.561767578125, 608.279296875, 1956.1787109375, 2635.994140625, 607.5462036132812, 744.0176391601562, 2141.207763671875, 635.8563842773438, 418.0691223144531]\n", - "40\n", - "7525\n", - "17\n", - "[772.9273681640625, 989.6986694335938, 300.41583251953125, 2169.819580078125, 2321.489990234375, 1861.6951904296875, 496.4554443359375, 1437.7581787109375, 2864.64208984375, 2508.6689453125, 2213.467041015625, 886.6685791015625, 2502.4580078125, 2339.6806640625, 363.1889953613281, 438.256103515625, 478.4703369140625]\n", - "17\n", - "7526\n", - "10\n", - "[381.0471496582031, 301.51043701171875, 427.0603942871094, 1232.373291015625, 777.4371337890625, 338.14178466796875, 1709.7469482421875, 1070.9197998046875, 438.9324951171875, 409.83001708984375]\n", - "10\n", - "7527\n", - "7\n", - "[463.0618591308594, 1518.2440185546875, 1688.6334228515625, 859.3316650390625, 615.4412231445312, 1912.4398193359375, 1424.8114013671875]\n", - "7\n", - "7528\n", - "24\n", - "[877.3264770507812, 1194.8785400390625, 1127.3828125, 998.3661499023438, 1597.0115966796875, 1846.0841064453125, 662.6629638671875, 301.81109619140625, 541.7693481445312, 1756.3792724609375, 2353.94970703125, 928.1778564453125, 1197.1978759765625, 1562.3927001953125, 1566.6429443359375, 887.6163940429688, 516.397705078125, 1645.861083984375, 407.28582763671875, 557.0404663085938, 2144.52294921875, 1066.6981201171875, 788.088623046875, 428.86785888671875]\n", - "24\n", - "7529\n", - "11\n", - "[580.4061889648438, 344.0263671875, 460.02020263671875, 595.8156127929688, 1085.73828125, 761.5258178710938, 654.200439453125, 567.9686889648438, 819.0855712890625, 859.304931640625, 553.5247802734375]\n", - "11\n", - "7530\n", - "12\n", - "[476.1173095703125, 522.68359375, 812.9127807617188, 765.121337890625, 1711.2906494140625, 458.621337890625, 1088.9400634765625, 1590.1986083984375, 457.7731018066406, 1811.814697265625, 711.2240600585938, 430.73809814453125]\n", - "12\n", - "7531\n", - "7\n", - "[402.6942443847656, 323.46124267578125, 1986.3966064453125, 1513.490234375, 652.974853515625, 426.62945556640625, 357.9552917480469]\n", - "7\n", - "7532\n", - "10\n", - "[363.77252197265625, 548.7782592773438, 1901.643798828125, 1652.9617919921875, 605.3234252929688, 380.54901123046875, 1554.13037109375, 341.2546081542969, 713.2130737304688, 348.2962341308594]\n", - "10\n", - "7533\n", - "10\n", - "[437.41571044921875, 604.3515014648438, 643.0286254882812, 1097.7154541015625, 1172.1712646484375, 635.9591064453125, 1645.9110107421875, 515.1074829101562, 1682.8375244140625, 979.8558349609375]\n", - "10\n", - "7534\n", - "20\n", - "[755.1752319335938, 1955.094970703125, 1916.3275146484375, 2896.08837890625, 1601.13525390625, 616.0734252929688, 557.5635986328125, 735.8197631835938, 2445.72998046875, 1911.3875732421875, 550.8406982421875, 1276.871826171875, 2487.71533203125, 3632.177734375, 1251.6806640625, 919.5855712890625, 1528.7752685546875, 2151.080322265625, 2072.049560546875, 500.8583679199219]\n", - "20\n", - "7535\n", - "10\n", - "[776.5626831054688, 530.7619018554688, 717.2596435546875, 531.5120849609375, 915.40625, 1623.48486328125, 1187.8665771484375, 419.10723876953125, 828.465576171875, 653.048828125]\n", - "10\n", - "7536\n", - "7\n", - "[530.6019287109375, 1305.6021728515625, 787.5397338867188, 2874.427734375, 1909.3687744140625, 1279.7354736328125, 318.107421875]\n", - "7\n", - "7537\n", - "6\n", - "[497.3539733886719, 433.3028564453125, 2000.321533203125, 836.8666381835938, 638.9978637695312, 752.15673828125]\n", - "6\n", - "7538\n", - "8\n", - "[835.2535400390625, 563.8633422851562, 1720.2379150390625, 1546.8580322265625, 495.65020751953125, 1147.5732421875, 618.9970092773438, 351.4573974609375]\n", - "8\n", - "7539\n", - "5\n", - "[1095.6837158203125, 343.7926940917969, 600.9588012695312, 1542.36962890625, 1758.0091552734375]\n", - "5\n", - "7540\n", - "8\n", - "[799.8231811523438, 1487.313232421875, 1791.420654296875, 1654.7342529296875, 1034.6846923828125, 1585.6392822265625, 676.0350341796875, 365.6192932128906]\n", - "8\n", - "7541\n", - "110\n", - "[1510.3447265625, 670.7532958984375, 1594.058837890625, 3476.148681640625, 435.1163635253906, 1787.71826171875, 3486.1611328125, 3078.955810546875, 1907.331298828125, 521.672607421875, 2640.912353515625, 3304.34130859375, 2430.727783203125, 1569.2119140625, 2023.7818603515625, 407.6352233886719, 815.3226318359375, 1673.4796142578125, 3778.89453125, 3457.466552734375, 5528.1181640625, 5497.79248046875, 5337.15771484375, 2974.125732421875, 1229.1722412109375, 1303.64111328125, 1189.252197265625, 1163.3492431640625, 1268.5555419921875, 367.064697265625, 509.66180419921875, 971.9472045898438, 4492.38037109375, 5767.62158203125, 5622.93017578125, 5503.24609375, 4876.833984375, 3717.930908203125, 4032.792236328125, 3285.582763671875, 4146.2919921875, 1443.838623046875, 926.5379028320312, 2264.88671875, 1537.6256103515625, 1986.5238037109375, 4286.22412109375, 5451.21728515625, 5026.22509765625, 4820.54638671875, 4428.353515625, 3552.902587890625, 2879.69091796875, 2057.458984375, 397.5992431640625, 693.3426513671875, 1262.772705078125, 3916.259521484375, 4572.603515625, 4122.05615234375, 972.4360961914062, 1560.0299072265625, 3914.946044921875, 4626.24609375, 5030.43017578125, 4738.74462890625, 3403.034423828125, 1706.729736328125, 420.905517578125, 755.0604248046875, 927.9514770507812, 2873.78955078125, 3974.91455078125, 3760.50732421875, 2953.423583984375, 524.1386108398438, 2294.134765625, 5157.4169921875, 5025.794921875, 3953.7763671875, 1012.292724609375, 551.7596435546875, 764.0390014648438, 1343.81201171875, 1239.013916015625, 1017.3977661132812, 1042.4759521484375, 1022.9281005859375, 3053.64208984375, 2956.60400390625, 2532.501220703125, 1804.6568603515625, 2653.9814453125, 3732.725830078125, 386.1263427734375, 394.2476501464844, 1634.8621826171875, 822.8928833007812, 1922.0948486328125, 1019.6475830078125, 502.0818176269531, 1135.5501708984375, 1166.3050537109375, 481.1767272949219, 599.8331298828125, 344.12701416015625, 332.94189453125]\n", - "107\n", - "7542\n", - "5\n", - "[765.3142700195312, 1193.7764892578125, 930.1257934570312, 1509.88916015625, 724.0459594726562]\n", - "5\n", - "7543\n", - "15\n", - "[573.7882080078125, 1142.857421875, 1133.1258544921875, 621.5911254882812, 998.2998046875, 732.965087890625, 436.7756042480469, 932.2815551757812, 1512.205322265625, 631.5173950195312, 592.2503051757812, 875.7811889648438, 534.5853881835938, 1056.7103271484375, 466.9855041503906]\n", - "15\n", - "7544\n", - "11\n", - "[349.35528564453125, 873.7885131835938, 613.2725830078125, 363.399658203125, 1528.366455078125, 1231.720458984375, 1640.98681640625, 804.258056640625, 562.4576416015625, 485.53790283203125, 346.5315856933594]\n", - "11\n", - "7545\n", - "47\n", - "[310.1859130859375, 394.1421813964844, 930.8215942382812, 530.4496459960938, 446.5299377441406, 710.271484375, 1378.0552978515625, 1459.45654296875, 1910.1846923828125, 898.7425537109375, 736.8654174804688, 1602.810791015625, 2319.825439453125, 2321.52197265625, 1521.43603515625, 712.2620849609375, 1316.6566162109375, 434.4656677246094, 605.165771484375, 378.41717529296875, 1518.5079345703125, 2207.03662109375, 2089.97265625, 1793.072509765625, 963.2452392578125, 1090.2791748046875, 1164.5084228515625, 1009.3092651367188, 1210.2928466796875, 2384.80517578125, 2252.893310546875, 1576.209716796875, 832.5842895507812, 1248.1107177734375, 1237.494140625, 2327.187744140625, 1979.0203857421875, 1530.74560546875, 1409.6907958984375, 1345.9832763671875, 306.50048828125, 1561.4461669921875, 1929.4859619140625, 1710.5819091796875, 1285.382568359375, 1162.2021484375, 366.8324890136719]\n", - "47\n", - "7546\n", - "10\n", - "[319.85919189453125, 917.8538208007812, 1596.115234375, 1476.3653564453125, 1579.427978515625, 1211.0899658203125, 2080.84033203125, 1553.432861328125, 753.4114990234375, 305.05950927734375]\n", - "10\n", - "7547\n", - "18\n", - "[519.231201171875, 429.6899719238281, 2262.4326171875, 1909.7889404296875, 687.8663940429688, 660.3109130859375, 2736.99609375, 2232.29833984375, 2578.576904296875, 1348.262939453125, 2101.164794921875, 2492.603759765625, 2590.155029296875, 862.6439208984375, 1825.92333984375, 1600.052734375, 1073.4796142578125, 378.1986389160156]\n", - "18\n", - "7548\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[815.9185791015625, 1446.59130859375, 851.8739013671875, 683.1781616210938, 1337.533447265625, 406.7052001953125, 417.8871154785156]\n", - "7\n", - "7549\n", - "5\n", - "[320.1700134277344, 1262.3251953125, 1270.7838134765625, 1426.43359375, 2013.1854248046875]\n", - "5\n", - "7550\n", - "5\n", - "[357.8524169921875, 2020.064697265625, 602.7747192382812, 1410.516357421875, 756.6895141601562]\n", - "5\n", - "7551\n", - "184\n", - "[496.6090087890625, 421.5927429199219, 362.06158447265625, 901.9723510742188, 1293.123779296875, 401.32952880859375, 621.146484375, 1263.4464111328125, 905.4229125976562, 1303.123779296875, 2299.693115234375, 727.6109619140625, 2410.694580078125, 1374.3404541015625, 654.9297485351562, 1212.0189208984375, 1340.149169921875, 3420.64013671875, 1782.293701171875, 1727.870849609375, 2517.87744140625, 2103.763671875, 960.2472534179688, 1099.6064453125, 2046.1134033203125, 1414.58056640625, 3223.506591796875, 3462.886962890625, 2136.312255859375, 2179.986572265625, 3309.35302734375, 1637.9407958984375, 890.5242309570312, 1634.2626953125, 1572.408935546875, 620.022705078125, 1108.588623046875, 1747.1427001953125, 1966.70068359375, 3957.0673828125, 3856.08203125, 3416.858642578125, 3597.032958984375, 2510.09912109375, 1716.517822265625, 337.69244384765625, 1066.1805419921875, 3048.96337890625, 3529.072265625, 843.829833984375, 1115.56005859375, 3125.380615234375, 2680.248779296875, 3159.716552734375, 3777.687255859375, 1939.0216064453125, 2186.159423828125, 3971.941162109375, 3774.0048828125, 3362.352783203125, 3006.708251953125, 2968.739501953125, 1468.4781494140625, 359.2978210449219, 844.7607421875, 1088.2783203125, 1531.5440673828125, 765.7741088867188, 1480.9564208984375, 2581.4150390625, 3926.29345703125, 3930.633544921875, 4097.19580078125, 2820.19140625, 444.36224365234375, 2128.0458984375, 2295.679931640625, 3158.789794921875, 2223.432861328125, 2313.052734375, 2973.14599609375, 1990.916748046875, 3569.98291015625, 1761.218017578125, 1822.3890380859375, 496.0297546386719, 598.5745849609375, 1153.516357421875, 3373.192626953125, 3768.634765625, 3943.074462890625, 4081.072509765625, 2240.222412109375, 487.5564270019531, 1214.823974609375, 3913.58349609375, 3320.966552734375, 3053.088134765625, 2355.99462890625, 1823.0345458984375, 2365.862060546875, 1278.8953857421875, 1579.5335693359375, 1100.1029052734375, 560.5728149414062, 1150.0906982421875, 2805.1767578125, 3831.12548828125, 3768.072021484375, 917.5123291015625, 96.36357879638672, 3260.63134765625, 2900.125244140625, 2999.12451171875, 1714.5318603515625, 1710.783447265625, 2017.37109375, 1128.91552734375, 399.4386291503906, 698.4609375, 2206.345703125, 1040.0157470703125, 797.3712158203125, 2998.8388671875, 3664.033447265625, 3384.657470703125, 725.1368408203125, 321.7345886230469, 2437.23193359375, 2095.43505859375, 2550.33935546875, 2757.423095703125, 2454.972900390625, 3386.2294921875, 1003.5448608398438, 2366.097900390625, 3696.863525390625, 2932.08642578125, 84.77892303466797, 1446.3514404296875, 2626.18994140625, 2895.23486328125, 3226.97802734375, 2811.138671875, 2873.149658203125, 2332.4072265625, 3382.2412109375, 3580.669677734375, 2507.881591796875, 503.4521789550781, 1097.293701171875, 1333.785888671875, 1442.764404296875, 2229.419921875, 775.0459594726562, 1428.1180419921875, 627.4906616210938, 835.5012817382812, 3682.908203125, 3694.10400390625, 3738.059326171875, 2861.461669921875, 498.3797912597656, 645.1945190429688, 638.5540161132812, 426.28192138671875, 2218.4267578125, 3768.94482421875, 3027.258544921875, 1414.357177734375, 1673.9442138671875, 477.96185302734375, 1341.7337646484375, 734.2059936523438, 447.8417663574219, 1183.9136962890625, 639.882080078125, 2164.305908203125, 753.9081420898438, 2874.365966796875, 1531.0889892578125, 1190.5458984375, 1805.8189697265625]\n", - "183\n", - "7552\n", - "57\n", - "[504.6974182128906, 1552.2781982421875, 370.69879150390625, 600.08154296875, 408.1828918457031, 506.59130859375, 1354.1375732421875, 604.6028442382812, 540.2564697265625, 619.8671875, 304.8778381347656, 1065.896240234375, 504.03973388671875, 985.1428833007812, 818.6073608398438, 580.0601806640625, 626.5164794921875, 773.6176147460938, 415.7388610839844, 1357.6173095703125, 6445.1865234375, 5554.27197265625, 4381.634765625, 3578.32373046875, 708.9716186523438, 1824.7606201171875, 1694.52880859375, 2061.1708984375, 705.0520629882812, 1293.284423828125, 351.4925842285156, 563.6560668945312, 1120.1524658203125, 918.0222778320312, 1233.308349609375, 435.07489013671875, 2065.524169921875, 4366.6669921875, 468.00946044921875, 865.5772705078125, 4910.240234375, 2553.162353515625, 357.302978515625, 2306.30126953125, 2045.217529296875, 394.06097412109375, 1487.491455078125, 2615.858154296875, 3372.507568359375, 1544.964111328125, 1420.4158935546875, 5986.84912109375, 5249.44140625, 2039.8980712890625, 1328.6595458984375, 2251.550537109375, 1898.1900634765625]\n", - "57\n", - "7553\n", - "10\n", - "[486.4944763183594, 411.26373291015625, 560.6595458984375, 595.1678466796875, 512.68603515625, 632.431396484375, 773.5814819335938, 1248.2196044921875, 619.2892456054688, 522.401611328125]\n", - "10\n", - "7554\n", - "31\n", - "[334.0321350097656, 1250.769775390625, 790.4024047851562, 1945.3804931640625, 698.858154296875, 3020.132080078125, 1597.2161865234375, 1377.1439208984375, 547.4095458984375, 3172.91015625, 1602.512451171875, 1023.2774047851562, 2554.878662109375, 2643.01708984375, 3213.62353515625, 3328.092529296875, 1086.16015625, 357.8678283691406, 1392.4544677734375, 3296.5908203125, 2356.302490234375, 336.0624084472656, 814.1050415039062, 855.689453125, 1016.0818481445312, 710.6033325195312, 1006.240234375, 2686.734619140625, 2942.54736328125, 310.62408447265625, 440.3658447265625]\n", - "31\n", - "7555\n", - "11\n", - "[749.0965576171875, 630.3716430664062, 1407.6416015625, 746.7909545898438, 349.4385986328125, 1218.121826171875, 619.6640625, 1308.9813232421875, 482.0384521484375, 447.8145446777344, 501.9979553222656]\n", - "11\n", - "7556\n", - "64\n", - "[397.95880126953125, 1904.894287109375, 785.1870727539062, 351.92236328125, 339.42236328125, 2227.30224609375, 1848.341552734375, 1215.6868896484375, 341.6761474609375, 745.1149291992188, 4036.05908203125, 5023.669921875, 3594.551025390625, 859.9009399414062, 807.0591430664062, 4988.37353515625, 5650.56884765625, 5076.59130859375, 3185.485107421875, 2399.02490234375, 3153.2421875, 4736.080078125, 3169.167724609375, 2914.45166015625, 4873.27001953125, 1733.337646484375, 706.2481079101562, 2007.1524658203125, 884.7684326171875, 358.1227722167969, 1922.62548828125, 1840.1563720703125, 3916.7333984375, 4401.10595703125, 1882.8348388671875, 1136.709716796875, 2282.7529296875, 6285.26171875, 5337.48095703125, 3336.429443359375, 716.2720947265625, 940.9360961914062, 4435.32666015625, 4798.83984375, 3859.11865234375, 687.8198852539062, 603.5252075195312, 4260.15869140625, 4721.98046875, 3008.624267578125, 793.2379150390625, 3141.472412109375, 1551.504638671875, 2557.231689453125, 5096.685546875, 4189.771484375, 1367.7264404296875, 1332.55419921875, 1696.6270751953125, 656.7852172851562, 916.897216796875, 1204.0826416015625, 471.4319763183594, 327.889892578125]\n", - "64\n", - "7557\n", - "7\n", - "[454.7079772949219, 2613.567626953125, 1286.2354736328125, 2206.751953125, 502.31842041015625, 590.8871459960938, 304.6504821777344]\n", - "7\n", - "7558\n", - "31\n", - "[542.0071411132812, 540.5623779296875, 645.887451171875, 1376.0172119140625, 1162.759033203125, 1769.6627197265625, 851.9215087890625, 830.0459594726562, 938.4171142578125, 1024.16162109375, 2106.06884765625, 3937.764404296875, 3670.3076171875, 4096.66748046875, 1789.5457763671875, 633.5361328125, 3051.38134765625, 4399.169921875, 1844.8240966796875, 1939.85302734375, 333.6989440917969, 434.9504089355469, 1511.5372314453125, 2236.065185546875, 446.5818786621094, 1463.7144775390625, 1444.89208984375, 495.8687744140625, 727.2258911132812, 681.8042602539062, 624.1079711914062]\n", - "31\n", - "7559\n", - "36\n", - "[1635.1014404296875, 810.5408935546875, 2270.836181640625, 3003.610107421875, 579.38037109375, 528.6152954101562, 2725.08642578125, 2988.87548828125, 624.663818359375, 987.4921264648438, 584.960205078125, 316.79248046875, 1151.026611328125, 1233.7283935546875, 4072.327392578125, 3685.175048828125, 2355.239013671875, 539.8215942382812, 1003.7315673828125, 879.4287719726562, 679.424560546875, 1817.1370849609375, 1206.380859375, 3538.449951171875, 2856.086181640625, 905.9351806640625, 354.7716979980469, 1276.4322509765625, 1088.1624755859375, 77.43048095703125, 385.5307922363281, 627.5471801757812, 507.51568603515625, 742.9568481445312, 934.8670654296875, 568.90771484375]\n", - "36\n", - "7560\n", - "19\n", - "[409.0177917480469, 439.0152893066406, 587.6876831054688, 1305.5855712890625, 415.9071044921875, 796.315185546875, 659.6211547851562, 1323.2623291015625, 1387.3314208984375, 713.7886352539062, 1223.6497802734375, 1994.4564208984375, 1269.5731201171875, 864.7933959960938, 1229.2310791015625, 1096.0438232421875, 649.8508911132812, 704.3255004882812, 416.1110534667969]\n", - "19\n", - "7561\n", - "8\n", - "[408.82928466796875, 336.81390380859375, 1451.64013671875, 2406.063720703125, 690.7045288085938, 652.6859741210938, 905.5704956054688, 722.4920043945312]\n", - "8\n", - "7562\n", - "9\n", - "[388.1330261230469, 2630.94091796875, 992.859619140625, 1410.0869140625, 1959.6357421875, 1179.5848388671875, 1643.421875, 1561.1544189453125, 401.80169677734375]\n", - "9\n", - "7563\n", - "14\n", - "[493.8863830566406, 369.4468078613281, 368.60980224609375, 1634.2841796875, 4382.03271484375, 1862.2010498046875, 426.54595947265625, 550.3186645507812, 1705.428466796875, 2664.93408203125, 464.12213134765625, 357.973876953125, 842.7009887695312, 790.5285034179688]\n", - "14\n", - "7564\n", - "208\n", - "[349.224365234375, 1667.2694091796875, 1623.9710693359375, 2180.066650390625, 4634.5625, 2653.765380859375, 1928.9271240234375, 1168.8349609375, 621.1094970703125, 1138.5943603515625, 546.8320922851562, 3760.193115234375, 2886.210693359375, 4285.13671875, 6258.84375, 6292.783203125, 4112.541015625, 493.5343017578125, 464.6892395019531, 1725.1009521484375, 2471.52197265625, 2457.923095703125, 699.0372924804688, 5241.6728515625, 3133.20654296875, 588.7359008789062, 540.7407836914062, 1004.95703125, 1805.139404296875, 594.107421875, 3828.482421875, 5520.0078125, 6221.18115234375, 5383.03466796875, 5475.41796875, 3880.6259765625, 4253.18798828125, 2743.1005859375, 1949.6661376953125, 2158.822265625, 1442.5867919921875, 4449.60205078125, 6066.421875, 4157.4052734375, 374.35601806640625, 110.82770538330078, 4122.1806640625, 3752.902099609375, 2467.7431640625, 846.2425537109375, 1610.604736328125, 2117.878173828125, 4423.58837890625, 4891.99169921875, 3888.629150390625, 5597.21337890625, 6261.78466796875, 4912.0615234375, 1773.3516845703125, 677.946044921875, 1632.942138671875, 2237.0107421875, 4159.71923828125, 1787.9259033203125, 522.706787109375, 4469.9814453125, 7029.955078125, 5989.85107421875, 1330.6368408203125, 507.6561584472656, 805.491943359375, 3117.33203125, 4150.55517578125, 4050.075927734375, 1764.2960205078125, 5965.005859375, 6420.68505859375, 5771.09033203125, 4811.86083984375, 3250.373291015625, 1308.593505859375, 1614.962158203125, 1518.43017578125, 2973.331298828125, 4269.943359375, 4745.576171875, 3795.765869140625, 2889.043701171875, 356.1440124511719, 641.5104370117188, 535.5299072265625, 3790.193115234375, 4468.43310546875, 5169.04931640625, 5814.09326171875, 6321.0263671875, 7125.44970703125, 7235.8984375, 3719.318603515625, 1333.6243896484375, 849.25341796875, 6968.4150390625, 7610.8193359375, 6757.8740234375, 5255.53515625, 6886.240234375, 5744.9296875, 2395.090576171875, 386.44573974609375, 610.572265625, 3458.01953125, 4198.25634765625, 4164.982421875, 5832.6533203125, 6618.23828125, 4575.08154296875, 1070.2896728515625, 6463.06884765625, 7617.60693359375, 7180.271484375, 4526.1572265625, 5304.900390625, 6183.18603515625, 4700.76171875, 2278.984130859375, 414.5028991699219, 720.739990234375, 1869.52001953125, 3803.776611328125, 4535.5615234375, 5712.1201171875, 3967.986328125, 3088.779541015625, 7383.36669921875, 7068.3681640625, 6373.8974609375, 6403.7421875, 6174.5791015625, 2329.154296875, 2696.768798828125, 2069.01611328125, 1140.4132080078125, 1561.289794921875, 4111.74755859375, 5049.64599609375, 6365.7626953125, 3527.94189453125, 2196.291015625, 7243.3134765625, 6159.95068359375, 5213.64697265625, 2634.70263671875, 1258.6866455078125, 1530.3187255859375, 305.89654541015625, 651.3052978515625, 1176.6126708984375, 1860.4720458984375, 1014.5468139648438, 1769.8531494140625, 1192.6729736328125, 977.8055419921875, 2006.4622802734375, 1225.2889404296875, 1026.226318359375, 1056.5125732421875, 708.2787475585938, 4902.8818359375, 7248.64599609375, 5802.0732421875, 4552.9375, 6056.57666015625, 3302.25390625, 1212.3013916015625, 5009.97900390625, 6768.86474609375, 5292.5009765625, 6188.1474609375, 6789.05029296875, 4988.771484375, 2027.9713134765625, 1003.3084716796875, 1584.04296875, 2330.55517578125, 3915.440185546875, 4694.71728515625, 6074.63427734375, 3794.140380859375, 2546.6533203125, 3256.054443359375, 3511.48681640625, 4086.96435546875, 4157.3818359375, 1945.1385498046875, 1217.353515625, 1054.3763427734375, 1414.281982421875, 1031.0638427734375, 932.2638549804688, 1176.581787109375, 333.7834167480469, 665.7092895507812, 392.5834655761719, 599.5872802734375, 1196.5042724609375, 1242.81982421875]\n", - "206\n", - "7565\n", - "7\n", - "[900.4865112304688, 503.0450744628906, 896.5089721679688, 1582.04345703125, 490.0728759765625, 1316.5233154296875, 1489.3800048828125]\n", - "7\n", - "7566\n", - "5\n", - "[1071.626953125, 1984.9775390625, 1261.90283203125, 720.8652954101562, 459.9745178222656]\n", - "5\n", - "7567\n", - "81\n", - "[315.8861389160156, 348.80780029296875, 1030.3590087890625, 510.53094482421875, 429.6081237792969, 903.8421630859375, 363.1473388671875, 402.5589904785156, 2032.079833984375, 2014.720703125, 129.11448669433594, 2677.72705078125, 3922.694580078125, 1232.9024658203125, 346.0246276855469, 507.83624267578125, 668.3753051757812, 446.4908752441406, 1977.4576416015625, 1584.2552490234375, 3251.365966796875, 6502.3916015625, 5894.13671875, 3991.16455078125, 1329.170166015625, 1690.4647216796875, 730.578125, 607.2136840820312, 1175.211181640625, 2374.6611328125, 4710.37841796875, 2312.771484375, 5295.34033203125, 6011.05712890625, 6165.7236328125, 4363.10205078125, 519.6561889648438, 1531.3546142578125, 3805.20947265625, 4658.67529296875, 5217.42529296875, 5422.18212890625, 5061.78564453125, 6369.779296875, 367.6639404296875, 686.755126953125, 5454.65478515625, 5117.95263671875, 4897.17041015625, 5632.28076171875, 6520.267578125, 1158.6890869140625, 2202.47216796875, 1615.2103271484375, 2232.250244140625, 4501.9541015625, 4595.1591796875, 5192.52001953125, 6621.59130859375, 758.2872924804688, 3758.3173828125, 4198.16015625, 5496.2255859375, 5089.59716796875, 425.5184326171875, 2091.547119140625, 3088.92822265625, 4484.642578125, 5291.27783203125, 4293.5498046875, 334.7286376953125, 1044.2730712890625, 1549.8160400390625, 5299.525390625, 3274.88330078125, 837.42041015625, 1424.906982421875, 847.8794555664062, 1099.6846923828125, 417.0804443359375, 464.0472717285156]\n", - "81\n", - "7568\n", - "9\n", - "[307.3861999511719, 372.61187744140625, 3051.983642578125, 1624.966064453125, 380.17913818359375, 3573.330078125, 1233.1280517578125, 1562.5703125, 669.2875366210938]\n", - "9\n", - "7569\n", - "28\n", - "[512.0582885742188, 1979.2109375, 581.0682373046875, 330.4663391113281, 1671.5023193359375, 2327.7060546875, 1271.6656494140625, 553.1889038085938, 1169.7196044921875, 516.4348754882812, 428.9548034667969, 524.358154296875, 329.27197265625, 2331.171875, 2166.021728515625, 1308.4317626953125, 520.6293334960938, 1729.7872314453125, 2231.8046875, 2529.367431640625, 2002.52734375, 734.3192749023438, 338.88763427734375, 589.614990234375, 1582.759033203125, 1138.7349853515625, 874.1287231445312, 969.3513793945312]\n", - "28\n", - "7570\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[438.8280334472656, 893.5364990234375, 513.4381103515625, 3106.152099609375, 1463.8839111328125, 895.7212524414062, 1727.8333740234375, 675.091552734375]\n", - "8\n", - "7571\n", - "7\n", - "[624.1411743164062, 675.07861328125, 618.934814453125, 1753.68310546875, 1553.1976318359375, 560.8283081054688, 647.8761596679688]\n", - "7\n", - "7572\n", - "5\n", - "[321.7401428222656, 1222.387939453125, 1933.32275390625, 1337.824951171875, 532.68017578125]\n", - "5\n", - "7573\n", - "7\n", - "[302.0225830078125, 1882.5712890625, 398.0609436035156, 818.4475708007812, 1305.74267578125, 625.522216796875, 341.7536315917969]\n", - "7\n", - "7574\n", - "37\n", - "[2660.344482421875, 1962.0823974609375, 1803.0810546875, 1775.4349365234375, 540.8475952148438, 2579.356689453125, 3623.717529296875, 4315.07568359375, 4248.744140625, 4026.76513671875, 2838.025146484375, 3305.73291015625, 447.9476318359375, 1939.5667724609375, 4368.30908203125, 4533.7021484375, 4150.158203125, 4315.7509765625, 4426.27880859375, 2661.099365234375, 776.0580444335938, 370.9697570800781, 3906.115478515625, 3018.73095703125, 1743.9959716796875, 3674.940673828125, 4006.350341796875, 1576.107177734375, 1199.2730712890625, 376.7485046386719, 884.642333984375, 2608.1630859375, 3729.0732421875, 1576.3837890625, 862.3709716796875, 306.2180480957031, 803.4324340820312]\n", - "37\n", - "7575\n", - "17\n", - "[1120.1610107421875, 2218.91357421875, 549.0652465820312, 348.9489440917969, 606.3025512695312, 841.5432739257812, 1970.2371826171875, 1423.2113037109375, 2524.43212890625, 3388.71435546875, 1593.847900390625, 984.1915283203125, 1944.8321533203125, 1307.6292724609375, 505.052490234375, 585.14013671875, 603.9219360351562]\n", - "17\n", - "7576\n", - "8\n", - "[595.4182739257812, 688.2403564453125, 1297.8780517578125, 461.57965087890625, 434.703857421875, 1090.4091796875, 1302.2464599609375, 732.9149169921875]\n", - "8\n", - "7577\n", - "7\n", - "[819.6244506835938, 656.8694458007812, 1260.0802001953125, 1408.885498046875, 1497.5111083984375, 768.4114379882812, 400.0558776855469]\n", - "7\n", - "7578\n", - "16\n", - "[1375.3878173828125, 1500.955322265625, 896.38427734375, 435.2216796875, 1178.73974609375, 949.66650390625, 586.1931762695312, 489.04058837890625, 2393.298828125, 2591.39208984375, 1418.8154296875, 585.57275390625, 420.163818359375, 652.65380859375, 789.172607421875, 339.67254638671875]\n", - "16\n", - "7579\n", - "309\n", - "[763.2935180664062, 823.5394897460938, 722.5178833007812, 1709.703125, 609.7772827148438, 1619.02001953125, 618.4061279296875, 2051.1748046875, 799.357666015625, 2554.829345703125, 3728.094970703125, 2366.035400390625, 1266.12353515625, 4026.52880859375, 2102.79296875, 1137.8668212890625, 948.3524169921875, 335.07965087890625, 2425.647216796875, 6082.501953125, 3830.630126953125, 1906.2894287109375, 866.0198364257812, 926.6038208007812, 487.5041198730469, 911.0253295898438, 2429.704345703125, 3478.03515625, 1214.86376953125, 507.2567138671875, 994.8507080078125, 2077.61474609375, 444.10626220703125, 1222.266357421875, 606.7734985351562, 1233.1063232421875, 2464.084228515625, 1276.0677490234375, 499.9898986816406, 825.2152709960938, 4089.6083984375, 2952.981689453125, 4978.88525390625, 3098.432373046875, 925.348388671875, 1951.2564697265625, 1188.437744140625, 648.8087158203125, 308.9444885253906, 475.8882751464844, 1735.670654296875, 529.6390991210938, 2499.252685546875, 3496.88232421875, 6529.9228515625, 6902.0849609375, 5421.1923828125, 1571.03369140625, 1225.856689453125, 1431.9371337890625, 4388.7919921875, 3217.03564453125, 4796.32177734375, 3439.475341796875, 2273.582275390625, 1045.26220703125, 841.7532348632812, 1692.343994140625, 426.8190612792969, 889.426025390625, 433.4366149902344, 2059.349365234375, 3474.046630859375, 6349.1435546875, 6667.18994140625, 5394.8583984375, 5176.82763671875, 4499.77880859375, 5197.71142578125, 6780.671875, 5633.052734375, 7071.55810546875, 6036.12646484375, 5380.9482421875, 4333.8935546875, 1780.417236328125, 1891.354248046875, 1252.3055419921875, 1013.6084594726562, 2701.22998046875, 6048.466796875, 6232.0556640625, 5872.71630859375, 5094.732421875, 6138.40087890625, 6275.568359375, 4705.7900390625, 6751.27587890625, 7032.69921875, 7184.42724609375, 6333.94775390625, 5558.0537109375, 3050.058349609375, 796.953857421875, 324.66845703125, 665.9232177734375, 336.76885986328125, 2455.1123046875, 3866.479736328125, 6738.919921875, 4858.58203125, 6389.42578125, 6945.44482421875, 6961.4287109375, 5993.869140625, 6577.2099609375, 7054.08837890625, 7284.99462890625, 5123.62353515625, 2688.866455078125, 1111.1192626953125, 929.7118530273438, 660.6299438476562, 2915.9072265625, 6347.40576171875, 6317.19775390625, 5476.1650390625, 7123.453125, 6906.2646484375, 7178.701171875, 5198.13232421875, 6279.5341796875, 6988.37548828125, 7307.578125, 6847.46435546875, 7204.97412109375, 3241.96142578125, 1471.729248046875, 3935.04052734375, 6379.54248046875, 7161.9052734375, 6953.13037109375, 5695.6728515625, 7024.8759765625, 6974.82568359375, 6774.53271484375, 7117.66552734375, 6715.82421875, 6587.21533203125, 6978.14794921875, 6560.138671875, 6729.6953125, 5118.81591796875, 1774.054931640625, 4245.07958984375, 7300.92578125, 7090.54296875, 7191.5771484375, 7279.22265625, 6315.322265625, 6935.3701171875, 7255.67529296875, 6493.04736328125, 6370.79248046875, 6815.197265625, 6878.76708984375, 7429.412109375, 7250.5537109375, 6422.1748046875, 3094.87255859375, 997.2698364257812, 785.065185546875, 7290.62158203125, 7529.85693359375, 7485.0048828125, 7314.7509765625, 7482.8994140625, 4397.58056640625, 6740.81884765625, 7007.2841796875, 6710.6875, 7082.4970703125, 6318.92041015625, 7190.1611328125, 6921.5908203125, 6778.3984375, 5719.5498046875, 4772.9345703125, 2650.4140625, 7310.9697265625, 6728.1494140625, 6068.814453125, 6204.17529296875, 6134.1142578125, 7199.8681640625, 6303.36474609375, 7650.4892578125, 7325.67529296875, 6679.13232421875, 4425.34619140625, 5046.83349609375, 3552.1611328125, 4493.5625, 1935.1727294921875, 4138.76318359375, 2511.21044921875, 472.05474853515625, 2560.762939453125, 4021.499267578125, 1308.5185546875, 89.12287139892578, 1149.14306640625, 797.5891723632812, 3242.9716796875, 4658.2890625, 5359.61328125, 3766.98388671875, 510.1407775878906, 388.9271545410156, 1251.0133056640625, 1335.3468017578125, 320.7454528808594, 3172.895263671875, 1790.5567626953125, 386.4466247558594, 189.81288146972656, 1306.0841064453125, 742.90087890625, 936.0186767578125, 648.1751098632812, 337.7965393066406, 393.9690856933594, 1403.994873046875, 517.091796875, 1594.2904052734375, 2679.8486328125, 3064.687744140625, 351.7452087402344, 260.7850646972656, 112.30309295654297, 1591.756591796875, 113.78055572509766, 347.5577697753906, 850.2040405273438, 466.952880859375, 399.152587890625, 1745.7982177734375, 3560.74267578125, 3828.65478515625, 1222.37353515625, 355.6953430175781, 2494.2001953125, 316.9059753417969, 121.95641326904297, 2422.85302734375, 1120.7572021484375, 580.6689453125, 2262.589599609375, 403.1131896972656, 1041.337646484375, 3187.531982421875, 138.0861053466797, 2341.071533203125, 6217.7939453125, 3220.830078125, 3990.4189453125, 428.8582458496094, 1612.5189208984375, 986.736083984375, 770.3976440429688, 934.5863647460938, 506.3992919921875, 2926.328857421875, 2298.15673828125, 3070.43212890625, 3475.516357421875, 4587.07177734375, 6606.8818359375, 3223.7978515625, 305.0860900878906, 335.15618896484375, 4025.495361328125, 5802.5712890625, 5494.927734375, 2431.679443359375, 550.912841796875, 3458.7177734375, 1615.434814453125, 531.6088256835938, 833.7792358398438, 692.3592529296875, 3366.01513671875, 6133.08837890625, 6502.685546875, 2724.195556640625, 436.5428466796875, 783.75927734375, 2541.634521484375, 2017.4364013671875, 2409.219482421875, 681.6256103515625, 501.6349182128906]\n", - "302\n", - "7580\n", - "53\n", - "[1710.6468505859375, 1625.2620849609375, 877.4979248046875, 794.1293334960938, 1191.0098876953125, 2523.06591796875, 3170.20166015625, 2341.885009765625, 2500.008056640625, 1819.3900146484375, 858.9588012695312, 424.4018249511719, 2102.714599609375, 2642.76806640625, 2423.289794921875, 1397.6075439453125, 3491.86767578125, 3682.240966796875, 2261.3193359375, 953.4166259765625, 719.0706787109375, 877.2373046875, 1553.7076416015625, 2910.124755859375, 3189.23974609375, 2843.119873046875, 1173.9417724609375, 3471.63232421875, 3686.609619140625, 3779.60986328125, 2973.90478515625, 1080.3404541015625, 430.6079406738281, 1718.8187255859375, 2994.330078125, 2013.3941650390625, 2611.6357421875, 800.2584228515625, 1382.919189453125, 2766.149169921875, 1646.9285888671875, 1130.193603515625, 349.3753967285156, 2260.387451171875, 1510.89599609375, 1817.16943359375, 1452.164306640625, 433.8042907714844, 690.3380737304688, 1257.2061767578125, 1223.5780029296875, 825.5791625976562, 695.18115234375]\n", - "53\n", - "7581\n", - "17\n", - "[827.0669555664062, 1733.681396484375, 1377.1651611328125, 1360.4481201171875, 669.607177734375, 1366.72509765625, 1829.9730224609375, 970.2828369140625, 1421.8365478515625, 329.6203308105469, 335.50286865234375, 1031.5216064453125, 1563.79541015625, 1025.4404296875, 320.63055419921875, 595.0470581054688, 621.1619873046875]\n", - "17\n", - "7582\n", - "10\n", - "[338.1746826171875, 507.1509094238281, 610.9688720703125, 303.1276550292969, 1531.5260009765625, 736.8870239257812, 492.9377746582031, 1367.27880859375, 549.6559448242188, 344.1596984863281]\n", - "10\n", - "7583\n", - "9\n", - "[826.5682983398438, 393.2568359375, 1361.4005126953125, 1730.851318359375, 2520.80810546875, 1479.6993408203125, 705.7677612304688, 1966.7059326171875, 2024.0909423828125]\n", - "9\n", - "7584\n", - "106\n", - "[391.8612365722656, 420.5783386230469, 424.71881103515625, 326.8529357910156, 752.9501342773438, 1104.158935546875, 1505.5576171875, 338.56915283203125, 862.48974609375, 447.7070007324219, 697.5305786132812, 3189.002685546875, 1735.6783447265625, 960.3253784179688, 1950.9266357421875, 2481.720703125, 1200.10205078125, 2099.047119140625, 1240.8675537109375, 844.7581787109375, 1779.592041015625, 3317.63671875, 3519.677978515625, 3131.562744140625, 1990.275146484375, 1466.1640625, 1088.5611572265625, 656.7718505859375, 1751.6353759765625, 1698.233642578125, 2748.709228515625, 3165.66552734375, 1465.328125, 2769.18310546875, 3797.1455078125, 3275.739990234375, 1935.828125, 1218.883544921875, 1284.0216064453125, 1397.039306640625, 1578.087890625, 366.1957092285156, 1264.0419921875, 1482.3250732421875, 1745.86865234375, 2670.4765625, 3654.28466796875, 3322.078857421875, 3947.94970703125, 2639.4375, 488.5948181152344, 1073.218994140625, 563.593017578125, 571.0072021484375, 599.3637084960938, 3476.117431640625, 2748.0712890625, 3566.67919921875, 2680.59033203125, 2001.1944580078125, 1711.62451171875, 1930.5374755859375, 1599.7005615234375, 490.106201171875, 755.98291015625, 3043.335205078125, 2922.757568359375, 310.4599304199219, 943.1674194335938, 377.9147033691406, 1283.260009765625, 2721.98828125, 1731.654052734375, 783.5923461914062, 393.7890319824219, 616.4899291992188, 1079.554931640625, 1157.1820068359375, 2282.865966796875, 872.4524536132812, 517.4480590820312, 2052.500244140625, 2478.781005859375, 777.2138061523438, 592.8783569335938, 199.5940704345703, 2684.162109375, 1100.165771484375, 1247.004638671875, 2887.56005859375, 2939.4150390625, 874.9090576171875, 469.619140625, 1591.2364501953125, 2691.86279296875, 2358.8212890625, 328.6099853515625, 790.7982177734375, 343.9490661621094, 816.42724609375, 2744.6064453125, 1454.0089111328125, 505.42620849609375, 325.11065673828125, 2556.31396484375, 669.8349609375]\n", - "106\n", - "7585\n", - "9\n", - "[777.8265991210938, 916.9484252929688, 1056.5277099609375, 755.5104370117188, 1217.82763671875, 2001.3446044921875, 351.44635009765625, 1105.659423828125, 1628.832275390625]\n", - "9\n", - "7586\n", - "9\n", - "[336.6634521484375, 443.55889892578125, 2060.888427734375, 3289.08837890625, 2269.470458984375, 1063.4267578125, 607.8637084960938, 363.36785888671875, 488.72894287109375]\n", - "9\n", - "7587\n", - "9\n", - "[675.356689453125, 1021.5997314453125, 967.9627685546875, 1240.0474853515625, 1540.2435302734375, 527.20849609375, 631.5337524414062, 392.2950744628906, 367.6141662597656]\n", - "9\n", - "7588\n", - "12\n", - "[691.4202270507812, 500.300537109375, 486.1125183105469, 428.4557189941406, 769.9818725585938, 623.5847778320312, 443.8056640625, 942.4688720703125, 885.7455444335938, 319.7773742675781, 541.5625610351562, 526.6040649414062]\n", - "12\n", - "7589\n", - "7\n", - "[980.7843017578125, 1059.288330078125, 343.3805847167969, 800.242919921875, 984.1903076171875, 525.8689575195312, 367.34197998046875]\n", - "7\n", - "7590\n", - "13\n", - "[841.2882080078125, 955.7887573242188, 956.5953369140625, 406.98382568359375, 638.560546875, 2211.7431640625, 2782.663818359375, 1914.13525390625, 847.2994995117188, 604.0700073242188, 357.93060302734375, 1078.9296875, 649.0859375]\n", - "13\n", - "7591\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10\n", - "[379.1830749511719, 1400.66796875, 404.10089111328125, 384.6693420410156, 950.0712280273438, 354.4417724609375, 389.3389587402344, 795.2944946289062, 1158.736572265625, 379.75970458984375]\n", - "10\n", - "7592\n", - "7\n", - "[351.4436340332031, 473.3782958984375, 551.236328125, 1486.284912109375, 1505.35888671875, 478.4886779785156, 661.8017578125]\n", - "7\n", - "7593\n", - "13\n", - "[461.5652770996094, 954.9719848632812, 1490.3905029296875, 1358.19384765625, 863.20556640625, 1008.5396728515625, 589.4346313476562, 807.3021850585938, 994.2800903320312, 384.5800476074219, 448.5540771484375, 409.6450500488281, 621.7666625976562]\n", - "13\n", - "7594\n", - "77\n", - "[398.42852783203125, 377.6158447265625, 322.1946105957031, 507.5571594238281, 2530.083740234375, 1038.6417236328125, 2410.423095703125, 1010.3402099609375, 3359.09130859375, 5313.1962890625, 4033.809326171875, 4470.35009765625, 3432.76611328125, 2690.839111328125, 456.5652160644531, 915.1192016601562, 3478.375244140625, 3800.54931640625, 2458.98681640625, 5976.6123046875, 6480.42919921875, 6096.7197265625, 6634.75, 6763.0703125, 2761.94970703125, 2200.818603515625, 5174.43115234375, 4293.00341796875, 2711.158203125, 544.269775390625, 975.4644775390625, 1535.4271240234375, 1711.42822265625, 1777.62939453125, 3178.77978515625, 5951.14013671875, 6523.49462890625, 6607.78271484375, 6582.8251953125, 6618.4638671875, 5074.34375, 6445.27001953125, 6270.623046875, 4546.34814453125, 2421.05908203125, 341.92431640625, 739.4388427734375, 1023.4046020507812, 1767.334228515625, 6182.67724609375, 6104.92578125, 6079.537109375, 6766.54736328125, 6644.66650390625, 3661.658935546875, 2817.059326171875, 2518.5703125, 5020.2841796875, 1309.996337890625, 1521.48193359375, 3288.313720703125, 3843.142578125, 5368.9248046875, 6790.44775390625, 6632.35107421875, 4908.59765625, 1169.840576171875, 593.2440795898438, 1284.1904296875, 394.10260009765625, 608.4697265625, 2420.556884765625, 2132.528564453125, 644.3274536132812, 635.169189453125, 975.2589111328125, 1810.7744140625]\n", - "77\n", - "7595\n", - "8\n", - "[410.4659423828125, 591.7718505859375, 337.8891296386719, 1673.8306884765625, 2180.008544921875, 1552.7298583984375, 1154.0439453125, 695.3208618164062]\n", - "8\n", - "7596\n", - "10\n", - "[752.3716430664062, 865.7371215820312, 1250.6025390625, 1444.055419921875, 313.1353454589844, 927.6178588867188, 545.5406494140625, 425.0328369140625, 668.6502685546875, 456.490234375]\n", - "10\n", - "7597\n", - "24\n", - "[709.72607421875, 1399.69580078125, 2482.3662109375, 1924.821533203125, 313.6045227050781, 1533.09765625, 1986.958984375, 2327.272216796875, 2924.9306640625, 2818.931396484375, 1763.8050537109375, 895.343017578125, 1590.56787109375, 2976.4296875, 3446.025390625, 2394.2978515625, 789.0166625976562, 800.5787963867188, 885.4913330078125, 2748.24169921875, 2193.3798828125, 762.0693969726562, 819.8931884765625, 454.36834716796875]\n", - "24\n", - "7598\n", - "10\n", - "[512.49365234375, 584.998779296875, 339.9676208496094, 328.01055908203125, 846.65673828125, 443.4341125488281, 329.3058166503906, 1011.1271362304688, 425.6099853515625, 439.0725402832031]\n", - "10\n", - "7599\n", - "7\n", - "[732.0604248046875, 797.6998901367188, 750.6104125976562, 1730.4515380859375, 397.7095642089844, 876.7797241210938, 450.8971862792969]\n", - "7\n", - "7600\n", - "11\n", - "[591.2677001953125, 1274.3956298828125, 1238.69189453125, 695.6123046875, 1648.7587890625, 2170.308349609375, 1218.44140625, 1316.1680908203125, 1715.62890625, 781.7399291992188, 1220.1490478515625]\n", - "11\n", - "7601\n", - "7\n", - "[597.9734497070312, 1339.20947265625, 1499.6068115234375, 464.7264099121094, 1259.6663818359375, 621.494873046875, 397.5106506347656]\n", - "7\n", - "7602\n", - "8\n", - "[1129.8052978515625, 585.650146484375, 2001.4951171875, 1979.3905029296875, 625.6052856445312, 465.19219970703125, 1696.024658203125, 1058.8458251953125]\n", - "8\n", - "7603\n", - "13\n", - "[732.6141357421875, 775.61474609375, 589.6837158203125, 778.8103637695312, 2207.562744140625, 2128.2275390625, 603.42138671875, 569.9473876953125, 524.4081420898438, 667.0899658203125, 478.66473388671875, 464.02935791015625, 374.74884033203125]\n", - "13\n", - "7604\n", - "55\n", - "[514.293701171875, 343.025390625, 414.1328430175781, 700.7025756835938, 333.7786865234375, 421.2205810546875, 422.72735595703125, 410.04443359375, 560.7957153320312, 1828.7215576171875, 1953.3402099609375, 1412.4171142578125, 1497.2493896484375, 919.7960815429688, 104.55377960205078, 483.79449462890625, 589.7800903320312, 2859.421630859375, 3516.722412109375, 2735.861328125, 1455.1322021484375, 432.5032958984375, 1626.46923828125, 1346.59130859375, 1225.289306640625, 642.5542602539062, 315.9846496582031, 1052.4576416015625, 2305.741455078125, 1435.67333984375, 829.5950927734375, 2507.767578125, 2919.442626953125, 1992.6295166015625, 3312.999755859375, 1334.00390625, 535.6664428710938, 671.1324462890625, 624.2525024414062, 2191.3916015625, 3382.82080078125, 640.0919189453125, 946.1102294921875, 301.3040771484375, 1212.7178955078125, 304.2691955566406, 627.5757446289062, 365.5025634765625, 2624.404052734375, 1500.6669921875, 1899.613037109375, 585.8881225585938, 575.057861328125, 304.99517822265625, 773.9168701171875]\n", - "55\n", - "7605\n", - "18\n", - "[571.4049682617188, 863.7744140625, 1358.6016845703125, 680.6952514648438, 583.6377563476562, 1797.4505615234375, 2566.896484375, 2452.42041015625, 787.89990234375, 1227.3892822265625, 2036.38232421875, 2557.790771484375, 1875.509521484375, 1082.7200927734375, 509.9416809082031, 1478.8619384765625, 1328.235107421875, 537.4894409179688]\n", - "18\n", - "7606\n", - "10\n", - "[1050.4049072265625, 876.312255859375, 1346.7935791015625, 1708.87109375, 1220.7672119140625, 1114.3419189453125, 1384.5440673828125, 1219.923095703125, 401.5469055175781, 740.3892211914062]\n", - "10\n", - "7607\n", - "7\n", - "[1216.4083251953125, 1208.2706298828125, 552.2780151367188, 341.06689453125, 1992.6251220703125, 421.8659973144531, 547.6949462890625]\n", - "7\n", - "7608\n", - "41\n", - "[362.5160217285156, 451.3717956542969, 469.9990234375, 471.26800537109375, 2169.9287109375, 1063.2894287109375, 455.9583740234375, 1457.428466796875, 2498.68798828125, 896.5723876953125, 339.5389709472656, 331.7515869140625, 757.1286010742188, 2335.537841796875, 2082.045166015625, 588.9563598632812, 595.966064453125, 1472.1446533203125, 1618.198486328125, 2866.96484375, 2585.8642578125, 2036.0816650390625, 1019.188232421875, 1368.43701171875, 2800.388427734375, 2219.288818359375, 701.2689819335938, 1101.3226318359375, 2057.70458984375, 2600.36572265625, 899.6072387695312, 1263.7791748046875, 1594.5174560546875, 512.326904296875, 2021.4326171875, 1741.668212890625, 456.3741149902344, 982.7008056640625, 555.051025390625, 418.2105712890625, 326.3663635253906]\n", - "41\n", - "7609\n", - "19\n", - "[349.63226318359375, 413.7958068847656, 376.72576904296875, 777.710205078125, 940.8844604492188, 791.5009765625, 386.9801330566406, 926.0924682617188, 830.8960571289062, 563.7659912109375, 879.3330078125, 1016.5297241210938, 916.58447265625, 867.9189453125, 962.9822387695312, 368.0007629394531, 505.7750244140625, 520.5291137695312, 306.25762939453125]\n", - "19\n", - "7610\n", - "19\n", - "[683.3424072265625, 491.52716064453125, 780.7513427734375, 897.772216796875, 1430.116455078125, 1771.0423583984375, 1478.0972900390625, 474.4858703613281, 1122.0985107421875, 2195.451904296875, 2568.365234375, 2555.88720703125, 2057.682373046875, 1596.68701171875, 369.57562255859375, 1544.2291259765625, 2094.56787109375, 1361.448974609375, 1041.566162109375]\n", - "19\n", - "7611\n", - "31\n", - "[436.7546081542969, 1121.0264892578125, 613.0867309570312, 508.1830139160156, 1323.1201171875, 2061.794189453125, 1727.205322265625, 1282.473388671875, 392.82635498046875, 2805.5556640625, 3540.9052734375, 3511.61962890625, 2834.09619140625, 1000.3720092773438, 1829.7203369140625, 2994.616455078125, 2389.384521484375, 1736.159912109375, 2250.720458984375, 1025.5142822265625, 1299.87109375, 2479.556640625, 587.493896484375, 674.6994018554688, 2343.7646484375, 1035.7120361328125, 466.0252990722656, 317.732421875, 960.4569091796875, 425.7686462402344, 310.4064636230469]\n", - "31\n", - "7612\n", - "8\n", - "[666.667724609375, 724.2218627929688, 1264.488525390625, 1982.8125, 1407.1314697265625, 1159.7860107421875, 1651.994384765625, 487.0924072265625]\n", - "8\n", - "7613\n", - "8\n", - "[1125.1187744140625, 824.8860473632812, 841.33349609375, 1687.646728515625, 1346.4913330078125, 376.94659423828125, 1680.9183349609375, 1042.7269287109375]\n", - "8\n", - "7614\n", - "10\n", - "[447.59979248046875, 846.0236206054688, 817.9241943359375, 2051.13916015625, 1762.095458984375, 1038.9432373046875, 739.795166015625, 994.1505737304688, 914.27490234375, 318.052734375]\n", - "10\n", - "7615\n", - "6\n", - "[1275.7752685546875, 1131.212158203125, 844.8457641601562, 388.139404296875, 1636.65673828125, 1096.74365234375]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "7616\n", - "48\n", - "[711.6499633789062, 1950.73681640625, 1026.8076171875, 926.0590209960938, 2724.44970703125, 5379.01904296875, 1614.4903564453125, 812.2445068359375, 3288.54638671875, 5126.9443359375, 3999.690185546875, 534.7603759765625, 716.5037841796875, 2757.194580078125, 5402.904296875, 4924.05419921875, 3282.204833984375, 1464.959716796875, 626.232421875, 657.4776000976562, 3675.13134765625, 5707.072265625, 5424.37451171875, 4730.55419921875, 3800.25732421875, 570.4634399414062, 1605.4578857421875, 5271.74755859375, 5671.94287109375, 5563.29931640625, 5504.06591796875, 4581.28759765625, 700.8935546875, 1551.718505859375, 3101.644287109375, 4902.8095703125, 5010.7578125, 3672.8203125, 4591.33056640625, 764.9869384765625, 1052.1239013671875, 4284.33935546875, 2576.15234375, 3128.888916015625, 2786.12841796875, 412.84344482421875, 678.218505859375, 794.4818115234375]\n", - "48\n", - "7617\n", - "10\n", - "[1897.322509765625, 396.7561950683594, 1547.7325439453125, 1740.4259033203125, 1624.60546875, 3216.287109375, 1538.8424072265625, 865.595458984375, 841.9910888671875, 322.5685119628906]\n", - "10\n", - "7618\n", - "36\n", - "[347.16888427734375, 722.6983032226562, 763.2650146484375, 582.0034790039062, 343.9991149902344, 499.1043701171875, 633.5365600585938, 449.5542297363281, 309.07769775390625, 315.7134094238281, 425.8194885253906, 600.0285034179688, 844.45556640625, 534.3167724609375, 475.8539123535156, 468.46575927734375, 706.85986328125, 754.2046508789062, 938.7720947265625, 957.1119995117188, 523.6913452148438, 637.4368896484375, 997.39599609375, 944.1294555664062, 876.734130859375, 449.1603698730469, 384.8817443847656, 866.9805908203125, 900.2080078125, 779.34765625, 587.7329711914062, 326.8605651855469, 332.3926086425781, 406.7084045410156, 366.8141174316406, 474.5298767089844]\n", - "36\n", - "7619\n", - "10\n", - "[331.1976013183594, 972.77880859375, 637.2492065429688, 1004.0703735351562, 1306.6380615234375, 1185.820068359375, 482.2242431640625, 703.133056640625, 1057.719482421875, 679.9885864257812]\n", - "10\n", - "7620\n", - "10\n", - "[1024.831298828125, 1401.009521484375, 919.7696533203125, 321.8938293457031, 1013.693115234375, 1574.0989990234375, 1507.871337890625, 680.1983032226562, 1194.9598388671875, 1006.5458374023438]\n", - "10\n", - "7621\n", - "6\n", - "[420.4234313964844, 824.3399047851562, 1773.3927001953125, 949.9530639648438, 1764.1806640625, 609.6118774414062]\n", - "6\n", - "7622\n", - "8\n", - "[855.9600830078125, 1150.0430908203125, 948.233154296875, 1881.593994140625, 1123.6339111328125, 324.1728515625, 1512.0789794921875, 715.4801025390625]\n", - "8\n", - "7623\n", - "42\n", - "[815.2528076171875, 844.8137817382812, 793.3040161132812, 450.8778076171875, 1226.17626953125, 539.863525390625, 509.9322204589844, 424.9962463378906, 802.574462890625, 1126.9920654296875, 625.3572387695312, 698.0391235351562, 451.4415588378906, 790.3367919921875, 1231.92919921875, 647.5594482421875, 1177.2603759765625, 1353.443115234375, 820.0357055664062, 478.2107238769531, 306.9833679199219, 748.8411865234375, 1140.5791015625, 1374.9375, 1497.661376953125, 1222.1041259765625, 1369.1246337890625, 546.4066162109375, 796.867919921875, 1345.6629638671875, 1361.4644775390625, 1088.843017578125, 537.9563598632812, 1112.3916015625, 364.3165283203125, 424.37249755859375, 401.8134765625, 348.58551025390625, 351.9410095214844, 417.3916015625, 465.9911193847656, 366.6225280761719]\n", - "42\n", - "7624\n", - "17\n", - "[685.2246704101562, 1152.8721923828125, 767.1666259765625, 465.485595703125, 542.2903442382812, 1626.2998046875, 1828.945068359375, 1885.0382080078125, 707.7293090820312, 397.804931640625, 347.2695617675781, 306.4493103027344, 578.5128173828125, 772.2047119140625, 927.6270751953125, 650.7872924804688, 503.4615173339844]\n", - "17\n", - "7625\n", - "10\n", - "[500.982666015625, 412.2938537597656, 942.4446411132812, 1222.978271484375, 736.9559326171875, 603.2434692382812, 346.5224304199219, 476.129638671875, 771.4017333984375, 464.0]\n", - "10\n", - "7626\n", - "13\n", - "[1401.3404541015625, 2633.696533203125, 1887.859375, 1264.6990966796875, 3557.5634765625, 1605.49072265625, 1023.1590576171875, 1425.010498046875, 1279.183349609375, 2770.823974609375, 1541.7396240234375, 301.0265197753906, 498.83978271484375]\n", - "13\n", - "7627\n", - "12\n", - "[867.2772827148438, 673.25146484375, 960.32958984375, 1263.40966796875, 465.92962646484375, 754.8419799804688, 785.5737915039062, 1464.6617431640625, 505.6187438964844, 695.7675170898438, 1192.870849609375, 403.00994873046875]\n", - "12\n", - "7628\n", - "19\n", - "[555.9415283203125, 1163.206787109375, 533.9899291992188, 781.8489990234375, 2428.471435546875, 1799.214599609375, 561.6930541992188, 353.9544982910156, 1284.468017578125, 2526.63671875, 2595.459716796875, 1723.3958740234375, 540.8806762695312, 1132.575439453125, 2439.179931640625, 915.32275390625, 792.6324462890625, 826.5118408203125, 358.5167236328125]\n", - "19\n", - "7629\n", - "9\n", - "[423.99493408203125, 652.6588745117188, 1117.9991455078125, 385.97674560546875, 612.6484985351562, 780.4465942382812, 321.40264892578125, 445.4437561035156, 658.2979736328125]\n", - "9\n", - "7630\n", - "6\n", - "[950.6185302734375, 1894.9873046875, 852.6648559570312, 521.2202758789062, 2386.34765625, 2084.788330078125]\n", - "6\n", - "7631\n", - "17\n", - "[403.3952941894531, 542.85400390625, 351.49871826171875, 303.6109924316406, 588.2711181640625, 1068.3321533203125, 1220.63720703125, 604.0366821289062, 509.9803161621094, 786.2110595703125, 509.05523681640625, 644.446044921875, 363.42913818359375, 375.8118896484375, 454.4959716796875, 664.8981323242188, 378.2696228027344]\n", - "17\n", - "7632\n", - "50\n", - "[344.3091735839844, 822.7952270507812, 349.3379211425781, 2328.12255859375, 1327.3917236328125, 783.3302612304688, 409.9016418457031, 2672.546875, 1412.47705078125, 1456.55078125, 1896.8760986328125, 889.7799072265625, 989.48974609375, 1611.183837890625, 1170.236572265625, 3901.04931640625, 4894.01220703125, 5151.84814453125, 4157.98291015625, 579.0894165039062, 929.102294921875, 1474.4661865234375, 3141.469482421875, 4737.47998046875, 4620.41845703125, 3320.8623046875, 455.8717346191406, 1494.060546875, 1782.727783203125, 1902.277587890625, 4479.51904296875, 4943.55810546875, 2303.30029296875, 1392.3011474609375, 2207.0615234375, 3067.56396484375, 3703.5400390625, 3376.94482421875, 3031.6572265625, 327.6929626464844, 3959.2783203125, 5338.4892578125, 3734.1923828125, 539.2974243164062, 2824.41064453125, 4420.333984375, 3673.7626953125, 822.302490234375, 1686.3043212890625, 488.39324951171875]\n", - "50\n", - "7633\n", - "36\n", - "[991.6282348632812, 1412.503173828125, 691.1143798828125, 748.2158203125, 1620.4599609375, 1782.864501953125, 1200.3701171875, 589.7744140625, 1397.452880859375, 1892.2261962890625, 640.9664916992188, 928.6959838867188, 627.2896118164062, 309.4059143066406, 1466.75048828125, 1587.4158935546875, 484.9196472167969, 842.130859375, 1101.21240234375, 1650.4300537109375, 1742.513916015625, 376.2714538574219, 565.6539306640625, 1180.4761962890625, 1243.9532470703125, 1777.0643310546875, 1761.666259765625, 410.7527770996094, 595.199462890625, 326.02386474609375, 514.2861328125, 907.1141357421875, 313.24713134765625, 1196.1376953125, 813.87939453125, 720.3709716796875]\n", - "36\n", - "7634\n", - "10\n", - "[428.8826599121094, 931.1007080078125, 1569.4144287109375, 859.0591430664062, 441.151611328125, 1802.6417236328125, 1650.3277587890625, 357.0867614746094, 1039.446044921875, 546.55615234375]\n", - "10\n", - "7635\n", - "7\n", - "[1175.376953125, 1773.007080078125, 595.1344604492188, 2166.72900390625, 2184.089111328125, 528.0060424804688, 523.577880859375]\n", - "7\n", - "7636\n", - "13\n", - "[690.8671264648438, 725.8088989257812, 857.262451171875, 1905.3824462890625, 1924.095458984375, 555.7153930664062, 471.7716369628906, 1370.733154296875, 798.390625, 615.5418701171875, 693.463623046875, 613.0469970703125, 336.38189697265625]\n", - "13\n", - "7637\n", - "27\n", - "[1389.298828125, 576.9581298828125, 364.5075378417969, 310.6593017578125, 351.9060974121094, 1806.496337890625, 2396.922607421875, 2375.469970703125, 1617.3707275390625, 2122.93603515625, 924.6700439453125, 757.9413452148438, 2260.12060546875, 2595.348876953125, 1807.8685302734375, 1814.2696533203125, 1017.55029296875, 654.1154174804688, 1090.9466552734375, 2200.09326171875, 2090.166015625, 988.2468872070312, 432.3267517089844, 1240.6978759765625, 1187.32568359375, 526.0335693359375, 406.3241271972656]\n", - "27\n", - "7638\n", - "9\n", - "[337.3709716796875, 720.8338012695312, 1366.434326171875, 416.6705322265625, 2004.4495849609375, 1788.79248046875, 594.0358276367188, 673.4479370117188, 594.9871826171875]\n", - "9\n", - "7639\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[544.2610473632812, 454.3167724609375, 1970.3306884765625, 614.6428833007812, 1542.176513671875, 894.2066650390625]\n", - "6\n", - "7640\n", - "8\n", - "[436.81182861328125, 371.11065673828125, 477.7751159667969, 529.6531982421875, 1196.2760009765625, 474.3498229980469, 1373.677001953125, 946.6666259765625]\n", - "8\n", - "7641\n", - "17\n", - "[487.5159606933594, 468.8187255859375, 991.6720581054688, 772.16357421875, 332.72735595703125, 1124.8790283203125, 1288.0931396484375, 442.60931396484375, 1544.762939453125, 2255.585205078125, 2002.1884765625, 313.7164306640625, 852.3881225585938, 471.1257019042969, 642.5127563476562, 1488.4130859375, 1171.8289794921875]\n", - "17\n", - "7642\n", - "22\n", - "[315.6397399902344, 543.4758911132812, 1447.2890625, 876.8173217773438, 2041.5374755859375, 2157.76220703125, 2892.572021484375, 2094.715087890625, 2140.822509765625, 3130.666259765625, 3618.74072265625, 2484.634521484375, 478.9204406738281, 1468.86279296875, 2760.646240234375, 2094.704833984375, 569.3209228515625, 390.4844970703125, 442.7550354003906, 518.9578857421875, 370.4139099121094, 328.8576965332031]\n", - "22\n", - "7643\n", - "12\n", - "[1289.1585693359375, 1411.2061767578125, 921.6168212890625, 491.3299560546875, 626.1350708007812, 2277.049072265625, 2145.811279296875, 823.45654296875, 698.7742919921875, 1881.7437744140625, 491.03289794921875, 866.9628295898438]\n", - "12\n", - "7644\n", - "5\n", - "[456.53216552734375, 1512.323974609375, 872.0065307617188, 1732.5054931640625, 1874.661376953125]\n", - "5\n", - "7645\n", - "12\n", - "[336.1075744628906, 428.8574523925781, 694.34814453125, 2194.749267578125, 2031.796630859375, 393.4192810058594, 754.9175415039062, 2139.874755859375, 2287.681396484375, 1185.16943359375, 670.3743286132812, 531.9915771484375]\n", - "12\n", - "7646\n", - "14\n", - "[797.2521362304688, 1575.9759521484375, 442.6068115234375, 980.6048583984375, 1389.1397705078125, 1207.475341796875, 1830.1580810546875, 3666.278564453125, 705.700439453125, 329.89105224609375, 1345.301513671875, 1756.9351806640625, 1991.669921875, 328.7583923339844]\n", - "14\n", - "7647\n", - "25\n", - "[306.9371643066406, 504.7839660644531, 390.36956787109375, 1220.40576171875, 1457.6343994140625, 1798.9642333984375, 446.6535949707031, 459.2324523925781, 1573.817626953125, 1919.1007080078125, 1155.443359375, 373.67535400390625, 619.2828369140625, 1325.58154296875, 786.8770751953125, 611.0802001953125, 986.8414916992188, 670.8031616210938, 1613.0338134765625, 534.078125, 535.3359985351562, 703.4939575195312, 300.8627014160156, 672.395751953125, 463.5768737792969]\n", - "25\n", - "7648\n", - "6\n", - "[370.3035888671875, 606.9227294921875, 325.7463684082031, 1912.288330078125, 1546.661865234375, 588.4638671875]\n", - "6\n", - "7649\n", - "6\n", - "[512.612060546875, 569.1800537109375, 1710.5499267578125, 850.906494140625, 1397.58984375, 581.8733520507812]\n", - "6\n", - "7650\n", - "7\n", - "[932.90673828125, 1588.639892578125, 1087.3583984375, 1572.8216552734375, 1290.0867919921875, 372.4436340332031, 888.6171875]\n", - "7\n", - "7651\n", - "9\n", - "[432.5237121582031, 800.6634521484375, 710.8198852539062, 2058.783203125, 396.28887939453125, 793.5634765625, 1154.016845703125, 929.53759765625, 956.1104125976562]\n", - "9\n", - "7652\n", - "8\n", - "[389.4580078125, 927.1505126953125, 627.8343505859375, 1323.7550048828125, 1043.0484619140625, 479.4529113769531, 1721.6053466796875, 979.2198486328125]\n", - "8\n", - "7653\n", - "23\n", - "[419.8251647949219, 926.1390991210938, 357.4649963378906, 554.8961791992188, 351.5226745605469, 169.4159698486328, 1599.466552734375, 1971.324951171875, 2174.479736328125, 1017.5830078125, 544.9641723632812, 912.1237182617188, 359.4114074707031, 829.0965576171875, 2524.63720703125, 1903.8472900390625, 2403.044189453125, 1061.4007568359375, 1565.9775390625, 2802.7646484375, 1591.4715576171875, 627.0946655273438, 629.1409912109375]\n", - "23\n", - "7654\n", - "81\n", - "[578.4009399414062, 400.4990539550781, 464.9784851074219, 314.41009521484375, 822.2202758789062, 306.625, 410.0626525878906, 315.59942626953125, 1850.5357666015625, 539.1578979492188, 580.0582885742188, 2775.369873046875, 2707.131591796875, 4773.2333984375, 4806.490234375, 4193.5625, 1973.9461669921875, 496.0479431152344, 808.1339721679688, 2638.898681640625, 3015.1259765625, 4410.76513671875, 3163.03173828125, 1356.7408447265625, 1682.7713623046875, 1634.1622314453125, 481.519775390625, 569.9818725585938, 2231.0947265625, 3557.74267578125, 2341.43359375, 1906.21533203125, 3408.734619140625, 4272.99560546875, 2433.043701171875, 1068.833984375, 3605.571533203125, 2285.939453125, 3218.79345703125, 4192.9296875, 3406.585205078125, 1058.02099609375, 579.6109619140625, 1747.021728515625, 3637.40478515625, 3924.1552734375, 3024.3076171875, 3470.6171875, 1029.51025390625, 1182.5008544921875, 553.8442993164062, 861.7295532226562, 2096.3857421875, 327.80352783203125, 140.7701416015625, 2222.976806640625, 2264.008056640625, 4249.04541015625, 3598.26123046875, 300.869384765625, 587.406982421875, 321.0113525390625, 202.6472625732422, 2668.986083984375, 1123.8916015625, 230.38339233398438, 929.1167602539062, 580.3092651367188, 357.2690734863281, 965.7073364257812, 2113.778076171875, 2064.15966796875, 1362.87841796875, 2696.36767578125, 599.6001586914062, 1530.2008056640625, 2870.782470703125, 508.7539978027344, 689.9390258789062, 356.1015930175781]\n", - "80\n", - "7655\n", - "26\n", - "[501.0392761230469, 720.6644897460938, 501.1395568847656, 378.1042785644531, 1356.5003662109375, 389.0499572753906, 2274.359130859375, 2492.933837890625, 2213.1484375, 777.92919921875, 1162.5706787109375, 983.7227783203125, 937.3092651367188, 2503.79541015625, 2935.801513671875, 2037.444580078125, 601.9937133789062, 317.1884460449219, 2097.140380859375, 2534.4775390625, 1404.121337890625, 498.2518310546875, 1686.259033203125, 2540.617431640625, 1382.0906982421875, 399.729248046875]\n", - "26\n", - "7656\n", - "6\n", - "[1162.575927734375, 381.1426696777344, 1160.2109375, 400.8651428222656, 1609.961669921875, 922.5189819335938]\n", - "6\n", - "7657\n", - "10\n", - "[327.67681884765625, 1080.8636474609375, 1136.804443359375, 1566.529296875, 553.8773193359375, 516.8449096679688, 557.9712524414062, 702.2525634765625, 774.9136962890625, 845.8851318359375]\n", - "10\n", - "7658\n", - "54\n", - "[516.453857421875, 506.0734558105469, 540.2739868164062, 784.4332885742188, 724.2110595703125, 1379.6578369140625, 317.861328125, 459.9776611328125, 850.5764770507812, 892.827392578125, 614.1683349609375, 301.56268310546875, 1235.9730224609375, 1265.6365966796875, 547.0552978515625, 831.0875244140625, 489.4461669921875, 509.090087890625, 1282.1436767578125, 344.5537414550781, 1814.5247802734375, 1239.4652099609375, 1412.7039794921875, 1624.09765625, 390.76446533203125, 1066.3787841796875, 1088.7186279296875, 981.0272216796875, 370.54608154296875, 968.3623657226562, 2047.117431640625, 2243.02734375, 1759.6571044921875, 822.0511474609375, 1717.3072509765625, 2524.328857421875, 2220.64208984375, 342.10357666015625, 1226.177734375, 2190.059326171875, 2595.27880859375, 1640.8665771484375, 865.0769653320312, 827.6060180664062, 347.3592529296875, 1129.417236328125, 1845.5323486328125, 1421.0804443359375, 490.3572998046875, 1265.5885009765625, 1077.4351806640625, 488.6766662597656, 568.745849609375, 1562.4833984375]\n", - "54\n", - "7659\n", - "63\n", - "[846.3425903320312, 1180.1162109375, 588.453125, 664.2360229492188, 698.1530151367188, 1359.367431640625, 1453.980712890625, 730.3623046875, 529.7367553710938, 455.17333984375, 1895.4326171875, 1607.2857666015625, 250.43014526367188, 385.8847961425781, 1735.150634765625, 985.0615844726562, 890.7512817382812, 2017.6865234375, 2602.73583984375, 1105.307861328125, 415.1504821777344, 1121.1065673828125, 851.568359375, 1425.3096923828125, 2772.7275390625, 4018.397216796875, 2214.693603515625, 687.9479370117188, 420.1310119628906, 1791.2371826171875, 3781.02001953125, 3353.313232421875, 2345.1123046875, 2074.73291015625, 2064.05908203125, 712.4060668945312, 938.1698608398438, 2470.407470703125, 3354.318603515625, 2702.0517578125, 685.0253295898438, 1459.7691650390625, 1344.8941650390625, 2122.674560546875, 2603.70556640625, 2455.35107421875, 1148.1258544921875, 1692.966796875, 1786.1845703125, 2378.515625, 345.5290222167969, 1603.4366455078125, 3099.980712890625, 2121.466064453125, 2792.57763671875, 3277.254638671875, 541.0569458007812, 1929.1004638671875, 1681.592529296875, 755.6403198242188, 425.716064453125, 890.2891845703125, 322.5054016113281]\n", - "63\n", - "7660\n", - "25\n", - "[555.5178833007812, 1065.196044921875, 572.3258666992188, 1949.801513671875, 882.526123046875, 496.5861511230469, 731.0674438476562, 2755.384033203125, 2824.4150390625, 2770.93603515625, 2606.523681640625, 1675.9090576171875, 1036.2198486328125, 2095.648193359375, 2767.206298828125, 3281.029296875, 347.5355529785156, 1618.2955322265625, 851.2870483398438, 2649.802978515625, 942.0529174804688, 1230.57373046875, 329.7173156738281, 817.4462280273438, 560.4862060546875]\n", - "25\n", - "7661\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[719.6864013671875, 1586.079345703125, 509.4709777832031, 1254.030517578125, 1077.0682373046875, 890.7544555664062, 505.3959045410156, 1564.18359375, 1898.7816162109375, 831.2373046875, 401.55841064453125, 315.2455749511719]\n", - "12\n", - "7662\n", - "8\n", - "[789.7040405273438, 657.8600463867188, 1132.7664794921875, 1409.211181640625, 1192.08203125, 2263.96875, 492.7053527832031, 303.3692626953125]\n", - "8\n", - "7663\n", - "8\n", - "[797.870361328125, 2806.349853515625, 1671.548095703125, 1773.3480224609375, 1816.877685546875, 379.7817077636719, 2084.724609375, 1558.451416015625]\n", - "8\n", - "7664\n", - "12\n", - "[493.0817565917969, 1604.04736328125, 657.0601806640625, 690.0223999023438, 2215.593017578125, 1794.7884521484375, 1500.8817138671875, 457.3885498046875, 318.909423828125, 1050.9415283203125, 347.9211120605469, 1209.319091796875]\n", - "12\n", - "7665\n", - "11\n", - "[398.9613952636719, 1523.2623291015625, 1042.207763671875, 1515.8424072265625, 645.3783569335938, 1842.354248046875, 3161.67138671875, 1324.4178466796875, 602.0546264648438, 1640.1741943359375, 1232.971435546875]\n", - "11\n", - "7666\n", - "9\n", - "[344.8523254394531, 466.1962890625, 3168.240478515625, 1921.16259765625, 1123.2755126953125, 1815.12451171875, 673.9310302734375, 389.5433349609375, 456.60650634765625]\n", - "9\n", - "7667\n", - "14\n", - "[438.8580017089844, 1040.4766845703125, 1731.793701171875, 822.82177734375, 506.4233703613281, 872.4327392578125, 1173.9696044921875, 573.8214721679688, 1116.900634765625, 518.5927124023438, 592.0949096679688, 550.0586547851562, 381.1899108886719, 969.47216796875]\n", - "14\n", - "7668\n", - "8\n", - "[505.2951354980469, 2558.047119140625, 643.3702392578125, 943.634033203125, 4737.54296875, 808.3194580078125, 1690.2945556640625, 633.037353515625]\n", - "8\n", - "7669\n", - "10\n", - "[404.8701171875, 806.1134033203125, 662.0317993164062, 345.3539733886719, 722.0650024414062, 967.3358764648438, 718.4966430664062, 618.5863037109375, 318.9833984375, 532.6573486328125]\n", - "10\n", - "7670\n", - "8\n", - "[563.0902709960938, 3524.8916015625, 4071.02685546875, 2323.18212890625, 4290.89111328125, 1631.1422119140625, 1757.4727783203125, 900.7705688476562]\n", - "8\n", - "7671\n", - "12\n", - "[1007.0089721679688, 1317.991943359375, 893.8572998046875, 2679.22900390625, 2192.248291015625, 1367.676025390625, 652.4017333984375, 1084.228271484375, 2560.91259765625, 1954.2042236328125, 417.4061279296875, 608.3719482421875]\n", - "12\n", - "7672\n", - "9\n", - "[535.377197265625, 1139.80322265625, 443.4084777832031, 576.4099731445312, 2641.180908203125, 855.8082885742188, 468.232177734375, 746.0948486328125, 1379.4521484375]\n", - "9\n", - "7673\n", - "24\n", - "[309.2837829589844, 453.6427307128906, 1296.20361328125, 745.1952514648438, 316.55499267578125, 419.3082275390625, 536.4498901367188, 691.1670532226562, 1215.380859375, 382.5777587890625, 763.8363647460938, 503.09600830078125, 756.5324096679688, 789.1254272460938, 350.691650390625, 416.0658874511719, 525.027099609375, 369.7506408691406, 646.1595458984375, 632.708984375, 548.2517700195312, 586.661865234375, 536.2155151367188, 469.0585021972656]\n", - "24\n", - "7674\n", - "8\n", - "[673.916259765625, 1043.3717041015625, 554.8389892578125, 392.2066955566406, 1581.3282470703125, 766.2116088867188, 574.9573974609375, 315.37298583984375]\n", - "8\n", - "7675\n", - "5\n", - "[484.7760314941406, 749.893310546875, 1790.2281494140625, 1505.6600341796875, 706.2697143554688]\n", - "5\n", - "7676\n", - "9\n", - "[547.643310546875, 554.844482421875, 1254.143798828125, 697.3450927734375, 1275.731689453125, 942.3898315429688, 844.4343872070312, 946.9032592773438, 905.3560791015625]\n", - "9\n", - "7677\n", - "8\n", - "[401.6579284667969, 912.96240234375, 469.1596374511719, 419.1614990234375, 594.4337158203125, 745.6505126953125, 2033.31982421875, 529.7938842773438]\n", - "8\n", - "7678\n", - "7\n", - "[413.0782470703125, 453.1324768066406, 1284.254150390625, 438.2177734375, 590.4346923828125, 1388.1895751953125, 698.7398071289062]\n", - "7\n", - "7679\n", - "149\n", - "[1305.208251953125, 1047.6710205078125, 555.5018310546875, 1710.991455078125, 3114.967529296875, 2426.5791015625, 2248.83642578125, 1736.8177490234375, 1258.2994384765625, 588.7353515625, 457.61981201171875, 3886.843505859375, 3676.773193359375, 5089.75634765625, 5010.44921875, 5230.23388671875, 3336.500732421875, 443.1537170410156, 2161.764404296875, 331.7021484375, 479.9329833984375, 2220.2333984375, 3747.615478515625, 4367.876953125, 5268.046875, 5445.46923828125, 4604.05029296875, 260.63287353515625, 1053.8900146484375, 2299.62109375, 656.2695922851562, 665.1255493164062, 2951.1201171875, 1729.4239501953125, 4430.5244140625, 5937.93505859375, 5905.23828125, 5191.31298828125, 4187.671875, 5218.42578125, 1871.1776123046875, 475.54949951171875, 843.3983154296875, 1008.6975708007812, 1388.452880859375, 109.80625915527344, 2506.711181640625, 5732.93798828125, 5611.0712890625, 5095.02587890625, 5933.66845703125, 5975.4033203125, 4534.5625, 4340.87451171875, 4205.47705078125, 1879.758544921875, 1015.4684448242188, 942.7232055664062, 1531.312744140625, 1670.9241943359375, 1978.1932373046875, 4800.58447265625, 5208.16943359375, 5397.775390625, 5720.53271484375, 5688.96240234375, 5829.52001953125, 5035.77685546875, 4250.16552734375, 4088.98388671875, 4593.56591796875, 2228.643310546875, 346.14581298828125, 683.1011962890625, 3562.060546875, 4473.26904296875, 5076.34765625, 5663.0498046875, 5848.98681640625, 5888.36962890625, 5225.9365234375, 4124.96826171875, 5330.9345703125, 4351.21728515625, 744.5474853515625, 974.4312133789062, 432.4609375, 2204.8857421875, 5296.341796875, 4946.416015625, 5731.40478515625, 5884.90966796875, 5685.5458984375, 4533.0849609375, 3036.343505859375, 4021.521728515625, 2653.2529296875, 703.15771484375, 1827.98974609375, 862.510009765625, 1716.953125, 4638.37841796875, 5949.28125, 5539.72412109375, 5427.732421875, 5109.3583984375, 5195.26513671875, 2129.32763671875, 3435.293212890625, 1905.5103759765625, 543.317138671875, 768.2024536132812, 494.8329162597656, 2611.06298828125, 2156.61962890625, 3570.000244140625, 5057.98828125, 3668.074462890625, 4506.2119140625, 3246.1162109375, 3038.361328125, 2765.70654296875, 309.2530212402344, 578.4319458007812, 2392.52880859375, 895.1183471679688, 892.1326904296875, 1484.0762939453125, 1335.80224609375, 1096.5264892578125, 1247.6201171875, 1396.491455078125, 1516.9517822265625, 369.13580322265625, 616.211181640625, 483.9368896484375, 653.3267211914062, 2285.044677734375, 2394.486083984375, 3821.058349609375, 2326.748779296875, 1833.1873779296875, 343.0105895996094, 1697.9776611328125, 2696.19287109375, 1811.2408447265625, 1505.980712890625, 2883.23046875, 1680.8563232421875]\n", - "149\n", - "7680\n", - "7\n", - "[1614.6859130859375, 925.1123657226562, 907.57275390625, 2661.473876953125, 3977.494384765625, 914.9650268554688, 550.18359375]\n", - "7\n", - "7681\n", - "149\n", - "[355.8242492675781, 463.50286865234375, 709.4253540039062, 787.0033569335938, 742.9257202148438, 683.718505859375, 356.1168212890625, 433.6359558105469, 1123.6973876953125, 1913.4393310546875, 1302.552978515625, 954.9555053710938, 2944.038330078125, 2565.882568359375, 805.6893920898438, 1948.6982421875, 729.5083618164062, 2370.506103515625, 2433.097412109375, 503.77545166015625, 509.11627197265625, 341.21246337890625, 3420.82177734375, 3899.241943359375, 4530.2724609375, 2712.30517578125, 4279.74951171875, 4660.626953125, 2942.384521484375, 3316.7119140625, 713.2940673828125, 677.708984375, 369.7056884765625, 397.0079345703125, 2181.198974609375, 4328.4716796875, 4611.6484375, 3173.257080078125, 2918.400390625, 4867.14111328125, 3914.121826171875, 4251.4736328125, 2545.3818359375, 384.2350158691406, 375.41949462890625, 1928.3685302734375, 3893.616455078125, 3675.333251953125, 2889.976806640625, 3719.69189453125, 4027.353271484375, 3835.1962890625, 4772.39404296875, 4087.85400390625, 3027.76123046875, 1622.521728515625, 302.2771911621094, 2161.863037109375, 1925.08984375, 698.631103515625, 3285.097900390625, 4559.57861328125, 4902.2900390625, 4650.56396484375, 4358.76904296875, 4346.8173828125, 3490.626220703125, 2279.16064453125, 2226.03076171875, 1848.5455322265625, 1400.353515625, 492.13092041015625, 1643.405517578125, 2090.30224609375, 3025.143310546875, 2893.171630859375, 4253.9638671875, 4066.70263671875, 3595.332763671875, 4332.1298828125, 4870.8095703125, 4321.2138671875, 4499.45263671875, 4348.66650390625, 4758.45556640625, 4667.396484375, 3826.331298828125, 732.8627319335938, 1594.3397216796875, 2429.8828125, 2209.3662109375, 4541.33154296875, 3874.31396484375, 1537.862060546875, 2891.549560546875, 4808.20849609375, 4848.01611328125, 4839.17138671875, 4806.482421875, 4749.42822265625, 4641.36376953125, 4439.33154296875, 4534.7294921875, 2452.1533203125, 448.3587646484375, 527.8325805664062, 413.1123046875, 417.5033874511719, 1401.6768798828125, 1049.4169921875, 2741.968994140625, 3920.15673828125, 4533.5166015625, 4716.083984375, 4250.5322265625, 4180.7373046875, 3164.57470703125, 3110.557373046875, 1937.302490234375, 1295.523681640625, 1835.2730712890625, 3213.646728515625, 3348.46337890625, 4303.71142578125, 4010.964599609375, 2695.768798828125, 1760.9324951171875, 2158.4697265625, 2715.204345703125, 507.517333984375, 1271.9859619140625, 3203.64306640625, 1196.2108154296875, 1077.1173095703125, 1839.1351318359375, 4215.38818359375, 3737.569580078125, 1498.344970703125, 795.5674438476562, 427.86895751953125, 301.05853271484375, 303.7021789550781, 1903.91552734375, 2054.298828125, 1999.706298828125, 2791.679443359375, 1686.8939208984375, 892.2688598632812, 715.5250854492188]\n", - "149\n", - "7682\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[672.9933471679688, 1647.6170654296875, 1381.7825927734375, 1828.7303466796875, 1177.641357421875, 505.3636474609375, 2159.48828125, 1012.9545288085938, 1008.3864135742188, 1351.6917724609375, 866.7409057617188, 375.8441162109375]\n", - "12\n", - "7683\n", - "7\n", - "[422.1038513183594, 1275.498291015625, 1108.3975830078125, 1473.472412109375, 1202.11083984375, 831.9349365234375, 1021.4293823242188]\n", - "7\n", - "7684\n", - "8\n", - "[301.3158264160156, 420.2696533203125, 1448.437255859375, 452.26910400390625, 806.7735595703125, 1370.2462158203125, 327.6650085449219, 504.0252685546875]\n", - "8\n", - "7685\n", - "19\n", - "[2025.1864013671875, 3363.75, 2299.91748046875, 970.6306762695312, 1353.759033203125, 407.4975891113281, 431.805419921875, 2759.68408203125, 2938.019287109375, 3338.626953125, 3754.5771484375, 1429.3533935546875, 754.51318359375, 1539.886962890625, 1754.3223876953125, 2420.9736328125, 763.1830444335938, 454.42230224609375, 811.6749267578125]\n", - "19\n", - "7686\n", - "17\n", - "[384.828369140625, 326.7377624511719, 965.607421875, 1250.5589599609375, 498.8879699707031, 625.3838500976562, 537.2830200195312, 1471.1085205078125, 1956.4852294921875, 2028.4200439453125, 1440.4466552734375, 1279.3897705078125, 1884.7310791015625, 1326.6126708984375, 499.00927734375, 491.6400451660156, 479.7313232421875]\n", - "17\n", - "7687\n", - "37\n", - "[722.0850830078125, 461.95062255859375, 569.8989868164062, 377.67572021484375, 1475.93505859375, 2534.163818359375, 2494.481201171875, 1062.4112548828125, 1385.6168212890625, 2013.9718017578125, 2760.673583984375, 1939.5831298828125, 2577.638671875, 2850.685302734375, 2129.277099609375, 835.0088500976562, 1262.4482421875, 2976.140625, 3201.32080078125, 2199.264404296875, 3026.42578125, 2970.745361328125, 1148.4871826171875, 479.0771789550781, 1417.4244384765625, 2107.04345703125, 1302.2413330078125, 1959.9288330078125, 2817.790771484375, 1409.917236328125, 529.2939453125, 336.3702392578125, 1102.9625244140625, 394.6337890625, 687.3280639648438, 1671.4833984375, 552.4566650390625]\n", - "37\n", - "7688\n", - "10\n", - "[641.496826171875, 651.3433227539062, 1127.618408203125, 2358.306884765625, 2172.4609375, 650.7459106445312, 324.468994140625, 1763.408203125, 1227.126953125, 485.8771057128906]\n", - "10\n", - "7689\n", - "19\n", - "[365.7203369140625, 1685.330810546875, 1047.7401123046875, 521.4029541015625, 836.2835083007812, 2137.092529296875, 2791.046630859375, 1759.9903564453125, 862.4627075195312, 2246.31787109375, 3150.9814453125, 2368.700927734375, 1558.7752685546875, 332.2738342285156, 723.6636352539062, 1278.7442626953125, 804.9179077148438, 1054.5870361328125, 311.26007080078125]\n", - "19\n", - "7690\n", - "12\n", - "[1314.641357421875, 564.6515502929688, 1000.4337158203125, 677.288818359375, 344.1701965332031, 711.4210815429688, 704.6803588867188, 914.5951538085938, 688.5969848632812, 1295.673828125, 610.1714477539062, 761.1080322265625]\n", - "12\n", - "7691\n", - "8\n", - "[634.3117065429688, 1298.184814453125, 2070.2255859375, 713.0789794921875, 683.5203857421875, 1343.7342529296875, 1046.4901123046875, 307.5780029296875]\n", - "8\n", - "7692\n", - "8\n", - "[428.87347412109375, 1388.3668212890625, 1508.1673583984375, 683.963134765625, 971.2638549804688, 2132.958740234375, 990.7417602539062, 983.62890625]\n", - "8\n", - "7693\n", - "9\n", - "[309.13995361328125, 396.81768798828125, 1365.20654296875, 903.017333984375, 1473.1837158203125, 1021.9930419921875, 467.9820861816406, 411.91900634765625, 347.6742248535156]\n", - "9\n", - "7694\n", - "128\n", - "[677.1583862304688, 543.4241943359375, 1658.8673095703125, 1586.115478515625, 929.5213623046875, 392.49493408203125, 537.3338012695312, 1410.0728759765625, 982.066162109375, 731.8593139648438, 314.9157409667969, 393.63323974609375, 437.3416442871094, 344.3330383300781, 313.428466796875, 428.1396789550781, 772.5682373046875, 1352.148193359375, 1698.1844482421875, 601.3364868164062, 313.49078369140625, 694.98486328125, 310.35833740234375, 415.53521728515625, 956.4169311523438, 2695.530517578125, 2038.6705322265625, 1806.626708984375, 1342.9378662109375, 459.8626403808594, 1021.56201171875, 2349.041259765625, 2188.964111328125, 3311.5361328125, 3183.098876953125, 3849.572021484375, 3850.976318359375, 3412.01025390625, 3609.5849609375, 3803.275390625, 891.2800903320312, 448.9490661621094, 563.5023803710938, 1513.20166015625, 691.7610473632812, 2195.528076171875, 3346.81103515625, 3838.546142578125, 3951.78271484375, 3720.594482421875, 3327.318603515625, 2960.4814453125, 939.541748046875, 682.3970336914062, 380.9748229980469, 507.4055480957031, 1065.4822998046875, 490.8128967285156, 3406.46826171875, 3524.718994140625, 3659.19677734375, 3931.02734375, 3800.4462890625, 3058.21337890625, 2577.923583984375, 585.4874267578125, 871.5758056640625, 843.9948120117188, 327.8442077636719, 630.0184326171875, 457.15814208984375, 2297.5517578125, 3676.400146484375, 3575.427490234375, 3479.89306640625, 2853.0859375, 2825.36376953125, 527.9947509765625, 496.2260437011719, 2044.2083740234375, 3215.046142578125, 3712.285888671875, 3775.993408203125, 3305.981689453125, 2196.624755859375, 2496.33544921875, 2549.6240234375, 3167.96435546875, 3576.29150390625, 2825.957763671875, 2071.681396484375, 587.1907348632812, 996.4486694335938, 362.1429138183594, 859.1707763671875, 710.9876098632812, 1102.90087890625, 575.7910766601562, 613.0892333984375, 422.72235107421875, 531.0731811523438, 315.00714111328125, 2057.34033203125, 955.00439453125, 1133.917724609375, 1377.1783447265625, 405.9759521484375, 1191.23583984375, 3145.01953125, 1800.2205810546875, 1776.75244140625, 1439.1702880859375, 1967.1151123046875, 454.4203796386719, 1931.5328369140625, 1639.308349609375, 713.970458984375, 655.6842651367188, 308.69244384765625, 2246.9345703125, 592.9736328125, 362.55419921875, 1042.8740234375, 614.3065185546875, 2126.72705078125, 1278.3992919921875, 655.472412109375, 912.1310424804688]\n", - "128\n", - "7695\n", - "9\n", - "[355.1142883300781, 390.7038879394531, 1786.4901123046875, 1353.4385986328125, 791.2225341796875, 2053.562255859375, 1406.590087890625, 602.2344970703125, 455.5845642089844]\n", - "9\n", - "7696\n", - "243\n", - "[441.90185546875, 707.6102905273438, 453.8293151855469, 593.09619140625, 431.50994873046875, 418.2754821777344, 479.49169921875, 387.5419006347656, 1797.78759765625, 834.4849243164062, 320.41033935546875, 573.4246826171875, 358.6515808105469, 234.86880493164062, 512.5943603515625, 1927.7286376953125, 2212.892822265625, 4753.1474609375, 2098.47412109375, 1895.9254150390625, 3325.152587890625, 4973.77392578125, 3750.0966796875, 2403.821044921875, 3494.048095703125, 2978.49267578125, 793.8336791992188, 5384.0478515625, 5909.1806640625, 4619.0556640625, 6551.78125, 6358.72216796875, 6527.45458984375, 6480.4716796875, 6603.03857421875, 5135.04150390625, 6212.3984375, 3630.142822265625, 351.92181396484375, 458.27020263671875, 352.5078430175781, 375.5627136230469, 2226.117431640625, 1865.2236328125, 797.32763671875, 3225.99365234375, 5672.47265625, 6163.2783203125, 6925.37451171875, 6406.4638671875, 6490.990234375, 6353.302734375, 4364.126953125, 1725.4862060546875, 2225.052490234375, 1195.276611328125, 585.7485961914062, 1364.4246826171875, 1042.303466796875, 578.1817016601562, 1777.81494140625, 2251.013671875, 1087.4310302734375, 145.16427612304688, 3060.230224609375, 4963.2021484375, 3897.246337890625, 4517.015625, 4977.8125, 6303.6865234375, 6996.10009765625, 4024.77294921875, 774.2338256835938, 876.135498046875, 2503.8486328125, 4350.09228515625, 622.1836547851562, 1117.001220703125, 1906.6334228515625, 3278.8994140625, 1681.5379638671875, 729.4758911132812, 1596.28076171875, 979.4522705078125, 6258.84130859375, 4139.62939453125, 1090.0560302734375, 1686.6732177734375, 5918.80908203125, 6311.455078125, 3140.97119140625, 1585.887451171875, 4954.93017578125, 4902.6884765625, 2982.472900390625, 2163.109130859375, 5458.0341796875, 2216.671142578125, 2812.325439453125, 1558.2275390625, 477.92388916015625, 1187.0413818359375, 1426.81298828125, 1031.7890625, 4502.71142578125, 6652.2314453125, 6441.833984375, 3898.7197265625, 6241.5537109375, 2896.903076171875, 3235.257568359375, 4984.62548828125, 2048.43505859375, 1703.9898681640625, 1228.70654296875, 2240.23193359375, 5919.31982421875, 4079.00634765625, 6369.0732421875, 5632.2587890625, 4209.830078125, 3834.03369140625, 1846.1781005859375, 1912.819091796875, 742.8171997070312, 1469.2513427734375, 3543.84375, 7127.60205078125, 7255.80712890625, 7256.8427734375, 7170.52197265625, 4245.44091796875, 672.5874633789062, 1183.08056640625, 2230.056396484375, 6419.783203125, 6178.1806640625, 7226.3671875, 6984.6337890625, 7197.583984375, 7246.134765625, 6870.06884765625, 4665.3603515625, 2961.0419921875, 2487.356201171875, 6819.03759765625, 6806.58642578125, 6988.90087890625, 6875.546875, 7178.91015625, 7263.1669921875, 6935.8857421875, 5443.30712890625, 2010.26318359375, 480.57904052734375, 2196.15234375, 4652.01171875, 6593.708984375, 6921.79296875, 7114.88818359375, 6402.349609375, 6845.056640625, 4511.61767578125, 873.7648315429688, 427.31591796875, 3604.48876953125, 5999.36767578125, 6724.4375, 6742.06103515625, 6886.3642578125, 6715.0498046875, 5684.4208984375, 1444.5819091796875, 1956.818359375, 6644.572265625, 6463.89208984375, 6717.45703125, 6583.1103515625, 5654.4267578125, 306.4781799316406, 753.6346435546875, 3319.485107421875, 5506.68017578125, 6462.17041015625, 6276.208984375, 5082.39111328125, 4558.5859375, 3022.29150390625, 6507.0888671875, 6351.94580078125, 5147.6025390625, 5128.068359375, 1339.142578125, 1431.751220703125, 334.8160400390625, 2232.993896484375, 2451.730712890625, 4672.72021484375, 4137.65283203125, 1472.5556640625, 2927.0068359375, 592.4590454101562, 405.1484680175781, 524.9577026367188, 2902.971923828125, 4104.24462890625, 3770.492919921875, 2236.610107421875, 386.09893798828125, 396.4744873046875, 360.2081604003906, 871.6495361328125, 3352.360595703125, 5756.8896484375, 2275.310302734375, 5173.31494140625, 4754.97119140625, 1166.399658203125, 711.2380981445312, 1631.1124267578125, 3413.939208984375, 5744.50390625, 2224.541748046875, 1111.2679443359375, 508.8080749511719, 1116.3740234375, 398.0019836425781, 1766.3009033203125, 1118.3360595703125, 602.0586547851562, 574.7049560546875, 1363.1700439453125, 946.890380859375, 2503.85595703125, 686.4393920898438, 391.68157958984375, 476.577392578125, 478.69927978515625, 2339.23046875, 4641.2890625, 1147.80517578125, 847.1697387695312, 552.1363525390625]\n", - "243\n", - "7697\n", - "7\n", - "[1114.9932861328125, 602.3272705078125, 1201.2232666015625, 2535.715576171875, 798.2024536132812, 1560.707275390625, 1645.2061767578125]\n", - "7\n", - "7698\n", - "7\n", - "[737.3893432617188, 719.8206787109375, 618.1641235351562, 755.677734375, 1465.1143798828125, 1625.772705078125, 1598.636474609375]\n", - "7\n", - "7699\n", - "8\n", - "[1784.77978515625, 343.6700439453125, 417.8075866699219, 2938.483642578125, 3056.216064453125, 777.1640625, 1547.4920654296875, 786.6859741210938]\n", - "8\n", - "7700\n", - "16\n", - "[580.9102783203125, 1269.298583984375, 2113.484619140625, 1286.1339111328125, 1830.23681640625, 411.01605224609375, 1899.977783203125, 2408.26171875, 2184.142578125, 1661.6114501953125, 340.0606689453125, 1282.201416015625, 1122.4544677734375, 349.9399108886719, 328.0121154785156, 473.16851806640625]\n", - "16\n", - "7701\n", - "10\n", - "[473.45880126953125, 1453.6517333984375, 572.7213745117188, 1284.582275390625, 1903.193603515625, 1202.7027587890625, 1286.13720703125, 1178.550537109375, 339.4942626953125, 389.1434020996094]\n", - "10\n", - "7702\n", - "8\n", - "[926.6111450195312, 659.477783203125, 1849.163818359375, 2531.2255859375, 2398.64404296875, 405.648193359375, 345.1629638671875, 1844.5064697265625]\n", - "8\n", - "7703\n", - "32\n", - "[803.5576782226562, 2190.15478515625, 1400.05126953125, 454.3605651855469, 1309.782470703125, 1672.0009765625, 2574.6669921875, 895.078857421875, 1018.629638671875, 698.82958984375, 2118.40771484375, 1834.26953125, 2164.61572265625, 720.94189453125, 580.7131958007812, 1045.664306640625, 2553.473876953125, 2699.08447265625, 3409.97607421875, 601.1766357421875, 654.5444946289062, 1906.66162109375, 2070.812744140625, 2068.39404296875, 2246.848388671875, 840.380615234375, 578.3439331054688, 309.9109802246094, 1919.8765869140625, 354.9864501953125, 352.7850646972656, 330.01495361328125]\n", - "32\n", - "7704\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "18\n", - "[436.94952392578125, 594.8051147460938, 384.04205322265625, 2016.9383544921875, 1141.5504150390625, 342.93377685546875, 1233.8116455078125, 2523.5048828125, 1608.4381103515625, 1591.4698486328125, 514.7694091796875, 704.0765380859375, 2011.7098388671875, 2616.716796875, 2731.615234375, 345.4816589355469, 519.239501953125, 1146.0274658203125]\n", - "18\n", - "7705\n", - "8\n", - "[381.75579833984375, 789.4638671875, 927.6383056640625, 1338.93701171875, 1231.18310546875, 641.9906005859375, 535.9193725585938, 708.6846923828125]\n", - "8\n", - "7706\n", - "18\n", - "[384.6752014160156, 371.486328125, 793.9799194335938, 648.2732543945312, 2048.960693359375, 2530.60400390625, 2313.127685546875, 788.7313232421875, 991.712158203125, 3129.633056640625, 3232.396484375, 1421.464599609375, 629.116943359375, 2003.0111083984375, 1997.7923583984375, 1592.3885498046875, 483.9381408691406, 1077.01123046875]\n", - "18\n", - "7707\n", - "16\n", - "[322.1342468261719, 508.42474365234375, 364.0812683105469, 821.5977172851562, 456.51141357421875, 798.5081787109375, 478.7726745605469, 304.84844970703125, 1992.1756591796875, 1722.630126953125, 1468.419677734375, 6638.83154296875, 3414.767333984375, 652.4108276367188, 803.9782104492188, 302.9667053222656]\n", - "16\n", - "7708\n", - "16\n", - "[1137.2044677734375, 1411.8544921875, 1115.704345703125, 300.98468017578125, 553.108154296875, 3688.517578125, 3453.14013671875, 2817.6103515625, 1094.1680908203125, 2618.349365234375, 2797.656005859375, 2418.601318359375, 1139.0198974609375, 1354.342529296875, 862.985107421875, 480.70196533203125]\n", - "16\n", - "7709\n", - "181\n", - "[562.8193359375, 726.0979614257812, 2572.222412109375, 673.0472412109375, 2199.84423828125, 1863.34375, 347.4671936035156, 897.953125, 2344.95947265625, 2644.737060546875, 1540.8931884765625, 5711.58203125, 5199.41015625, 2927.546630859375, 3568.24169921875, 554.8171997070312, 3199.989990234375, 4843.51171875, 4125.81884765625, 3867.8544921875, 4569.99853515625, 3131.621826171875, 619.1712646484375, 721.694091796875, 2332.791259765625, 2248.25341796875, 4856.81591796875, 4891.9736328125, 4205.833984375, 3951.07177734375, 4054.010498046875, 1935.9376220703125, 2216.10595703125, 4263.8564453125, 5757.4892578125, 4688.43359375, 149.7567901611328, 278.4583740234375, 2395.474853515625, 2760.92041015625, 4020.655029296875, 754.4158325195312, 1387.6143798828125, 3386.958251953125, 5996.93359375, 5782.29443359375, 4973.94970703125, 1863.6209716796875, 1406.7247314453125, 2162.6328125, 4497.451171875, 3596.685302734375, 556.4942016601562, 2600.99609375, 5448.25, 6417.2587890625, 6070.24072265625, 5703.6591796875, 5537.90478515625, 5251.41796875, 4641.33837890625, 6006.94921875, 3202.848876953125, 678.6329345703125, 2640.68994140625, 1127.6787109375, 1441.89599609375, 1595.05810546875, 5085.76904296875, 6298.41455078125, 6131.2734375, 5999.76611328125, 6174.86962890625, 6464.30810546875, 6178.87060546875, 5303.15478515625, 6452.07373046875, 5380.93798828125, 5522.85107421875, 3653.55859375, 2463.9091796875, 4469.1923828125, 3061.384765625, 2131.019775390625, 2175.3095703125, 5512.2412109375, 6251.4912109375, 6561.32470703125, 6586.7373046875, 6377.439453125, 6068.451171875, 5536.841796875, 6292.08984375, 5801.3359375, 4646.5341796875, 1040.302001953125, 3043.3271484375, 5270.65087890625, 332.44000244140625, 359.66790771484375, 394.3379821777344, 4392.7822265625, 6068.814453125, 6455.56640625, 6478.74755859375, 6181.2412109375, 6006.63916015625, 3318.76806640625, 1434.41552734375, 2469.950439453125, 2949.843017578125, 2106.373291015625, 2523.575439453125, 2680.555419921875, 2007.3101806640625, 396.1981201171875, 835.9977416992188, 932.5478515625, 697.9735107421875, 392.7047119140625, 353.8371276855469, 517.1471557617188, 829.898681640625, 1424.964111328125, 1024.84521484375, 3028.544189453125, 4106.69140625, 6108.34326171875, 6480.04150390625, 4712.2880859375, 403.62762451171875, 501.87872314453125, 878.753173828125, 3246.649658203125, 432.5527038574219, 969.397216796875, 435.0389099121094, 398.8592224121094, 634.4306030273438, 501.058837890625, 458.2629089355469, 696.0369873046875, 2584.113525390625, 303.2175598144531, 792.6704711914062, 2267.314697265625, 382.017822265625, 1356.5989990234375, 3385.34716796875, 3937.932861328125, 1278.010009765625, 622.1510620117188, 2936.86279296875, 4306.71923828125, 5905.634765625, 5165.35498046875, 4963.4482421875, 2296.342041015625, 790.6604614257812, 578.1094970703125, 455.0230407714844, 826.987060546875, 532.4270629882812, 455.91241455078125, 780.0333251953125, 4048.352294921875, 5541.82666015625, 4365.8486328125, 1580.9012451171875, 358.9797668457031, 3609.6259765625, 4230.67236328125, 2968.4619140625, 467.6859436035156, 2121.5009765625, 5628.62255859375, 3008.75, 1807.2294921875, 1197.6131591796875, 1557.4775390625, 991.3296508789062]\n", - "181\n", - "7710\n", - "6\n", - "[583.95458984375, 1106.3927001953125, 1436.3922119140625, 854.6521606445312, 388.5055847167969, 843.6948852539062]\n", - "6\n", - "7711\n", - "20\n", - "[320.52789306640625, 554.2105102539062, 314.9632568359375, 664.9732666015625, 363.90179443359375, 509.3182678222656, 1804.394775390625, 1213.6226806640625, 1779.1898193359375, 1010.2625732421875, 367.2341003417969, 992.9951782226562, 2300.304443359375, 2692.8193359375, 1069.7137451171875, 558.2821044921875, 2775.49560546875, 1404.5048828125, 478.42242431640625, 2090.265380859375]\n", - "20\n", - "7712\n", - "5\n", - "[987.2252807617188, 1897.74365234375, 2014.1044921875, 1003.690673828125, 777.4497680664062]\n", - "5\n", - "7713\n", - "10\n", - "[647.6654052734375, 958.1295776367188, 1576.1041259765625, 674.7332153320312, 357.9429931640625, 2573.226318359375, 857.7274169921875, 314.85052490234375, 2962.248779296875, 645.21875]\n", - "10\n", - "7714\n", - "21\n", - "[1472.1728515625, 1568.5909423828125, 378.62066650390625, 475.01922607421875, 1605.782958984375, 2333.0595703125, 2728.655029296875, 444.8006591796875, 383.0157165527344, 2287.233642578125, 3663.0859375, 2025.05322265625, 384.69561767578125, 559.5413208007812, 4860.77197265625, 3844.3779296875, 577.33642578125, 845.5919799804688, 837.583251953125, 949.3937377929688, 538.6793212890625]\n", - "21\n", - "7715\n", - "64\n", - "[420.37493896484375, 656.2698974609375, 701.9415893554688, 318.49609375, 1382.3765869140625, 984.1441650390625, 1691.49658203125, 949.9016723632812, 697.5269775390625, 1174.01123046875, 1606.9158935546875, 1645.963623046875, 1159.3609619140625, 889.718505859375, 167.91122436523438, 2952.295654296875, 2701.425048828125, 3460.932373046875, 3702.700439453125, 1594.8245849609375, 4337.4658203125, 1665.0675048828125, 545.59423828125, 981.350830078125, 2960.9296875, 3377.855712890625, 2955.362548828125, 2818.294921875, 3177.753173828125, 1931.0377197265625, 842.6619873046875, 424.3879699707031, 2458.6611328125, 3878.405517578125, 3987.324951171875, 3062.289794921875, 3735.087158203125, 1890.0950927734375, 1182.43017578125, 1585.819580078125, 2078.2626953125, 2145.24365234375, 3259.56005859375, 2420.39453125, 634.823974609375, 840.2788696289062, 2305.614990234375, 5605.70751953125, 3189.688232421875, 2059.901123046875, 1145.4334716796875, 758.335205078125, 461.6191101074219, 501.76080322265625, 397.0408935546875, 983.7925415039062, 2109.6923828125, 1310.2388916015625, 1280.8406982421875, 2468.193359375, 1572.59521484375, 346.4292297363281, 1791.8604736328125, 915.4639282226562]\n", - "64\n", - "7716\n", - "28\n", - "[1341.9500732421875, 1119.75732421875, 884.5792236328125, 1419.8701171875, 1307.9818115234375, 480.7098388671875, 350.3521423339844, 961.8294067382812, 893.0181274414062, 1326.3802490234375, 582.803955078125, 589.8087768554688, 352.77899169921875, 620.956298828125, 929.0745239257812, 466.81048583984375, 926.3324584960938, 1127.92041015625, 303.61907958984375, 508.3509521484375, 419.9592590332031, 746.9251708984375, 1289.9456787109375, 924.6698608398438, 309.39471435546875, 380.9165344238281, 563.5859375, 513.4647216796875]\n", - "28\n", - "7717\n", - "6\n", - "[339.1293640136719, 410.7526550292969, 846.1951293945312, 2206.00341796875, 979.0847778320312, 611.8612060546875]\n", - "6\n", - "7718\n", - "6\n", - "[1876.0740966796875, 956.9654541015625, 1378.380126953125, 1476.19189453125, 579.4004516601562, 396.2692565917969]\n", - "6\n", - "7719\n", - "15\n", - "[741.4593505859375, 1142.0147705078125, 1842.998046875, 1076.4903564453125, 934.9310302734375, 2214.24267578125, 1388.038818359375, 375.5964660644531, 634.69970703125, 1438.331787109375, 2182.28564453125, 1941.8309326171875, 418.98077392578125, 1028.4356689453125, 516.6824951171875]\n", - "15\n", - "7720\n", - "3\n", - "[807.2359008789062, 1380.54345703125, 4832.3154296875]\n", - "3\n", - "7721\n", - "60\n", - "[1797.7825927734375, 1290.688720703125, 821.0687866210938, 462.3258361816406, 4705.76123046875, 2987.38037109375, 1102.7398681640625, 400.2845153808594, 1300.9884033203125, 3257.253662109375, 1100.3416748046875, 591.9334716796875, 3921.26318359375, 3143.5859375, 4270.05859375, 3290.802978515625, 1133.7542724609375, 482.3460998535156, 321.431640625, 2819.7568359375, 4583.435546875, 4870.9990234375, 5951.35205078125, 4447.6923828125, 3499.388916015625, 3073.09814453125, 1924.7679443359375, 1400.775390625, 4075.41064453125, 5051.0869140625, 4056.80712890625, 5418.6630859375, 5467.822265625, 5726.40234375, 2312.401123046875, 1542.5164794921875, 2952.634765625, 622.9299926757812, 4478.69384765625, 5142.560546875, 4162.2587890625, 5005.322265625, 4339.34423828125, 3068.513671875, 2719.120361328125, 879.4598388671875, 1494.8704833984375, 3818.060546875, 3118.339599609375, 4008.382568359375, 3104.934814453125, 3089.99755859375, 2529.744873046875, 881.2164306640625, 1094.118896484375, 1045.0963134765625, 534.451904296875, 567.6214599609375, 338.8536682128906, 687.019775390625]\n", - "60\n", - "7722\n", - "10\n", - "[341.3247375488281, 350.1612854003906, 338.4282531738281, 640.3917236328125, 1550.099853515625, 609.5264282226562, 704.9993896484375, 368.7779235839844, 310.24298095703125, 778.4508056640625]\n", - "10\n", - "7723\n", - "8\n", - "[1034.7276611328125, 735.51904296875, 593.9608154296875, 460.4326171875, 1817.8741455078125, 2713.70263671875, 853.4762573242188, 627.7244262695312]\n", - "8\n", - "7724\n", - "6\n", - "[2028.6353759765625, 3056.59814453125, 2215.475341796875, 1082.1903076171875, 711.1075439453125, 843.8704223632812]\n", - "6\n", - "7725\n", - "20\n", - "[685.9581298828125, 729.6851196289062, 1350.6007080078125, 903.4818725585938, 459.9190368652344, 1204.2349853515625, 1214.3057861328125, 718.2179565429688, 649.6602172851562, 2190.726318359375, 391.062744140625, 900.7625122070312, 622.3875732421875, 1493.5863037109375, 3426.96533203125, 3877.805908203125, 1409.628662109375, 1631.9996337890625, 372.66162109375, 354.07427978515625]\n", - "20\n", - "7726\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[1079.29443359375, 761.5745849609375, 345.943359375, 613.8120727539062, 2129.09716796875, 2158.624755859375, 610.882568359375]\n", - "7\n", - "7727\n", - "5\n", - "[638.8460693359375, 2122.842041015625, 336.0709228515625, 1136.237548828125, 1772.876220703125]\n", - "5\n", - "7728\n", - "10\n", - "[992.3118286132812, 1379.0087890625, 463.3132019042969, 693.9830932617188, 463.8627014160156, 312.3851623535156, 553.7731323242188, 639.3821411132812, 615.22802734375, 380.67620849609375]\n", - "10\n", - "7729\n", - "14\n", - "[527.8055419921875, 311.11236572265625, 865.6771240234375, 1753.7896728515625, 1582.5352783203125, 646.4555053710938, 633.1705932617188, 635.1143188476562, 809.7372436523438, 2092.48486328125, 1213.522705078125, 406.7011413574219, 2374.202392578125, 644.0010986328125]\n", - "14\n", - "7730\n", - "18\n", - "[685.8242797851562, 1377.0316162109375, 744.8438110351562, 466.36016845703125, 313.5831298828125, 1859.3106689453125, 2020.128662109375, 1330.109130859375, 1078.406005859375, 523.4807739257812, 1248.516357421875, 362.0867614746094, 1018.043701171875, 1950.18798828125, 2991.448486328125, 944.9247436523438, 903.3456420898438, 722.2149047851562]\n", - "18\n", - "7731\n", - "6\n", - "[829.92529296875, 379.6399230957031, 4908.4541015625, 1297.887939453125, 2813.869140625, 319.3564453125]\n", - "6\n", - "7732\n", - "23\n", - "[718.2207641601562, 1314.11328125, 482.0298156738281, 1040.9254150390625, 1442.503173828125, 540.0679321289062, 1806.3780517578125, 3845.36865234375, 2991.942626953125, 2151.88525390625, 6475.97509765625, 3372.8359375, 375.9029541015625, 865.9168701171875, 3927.264892578125, 4426.74169921875, 2611.287109375, 884.472412109375, 2355.054443359375, 2354.538818359375, 3956.549560546875, 2007.0955810546875, 619.139404296875]\n", - "23\n", - "7733\n", - "3\n", - "[733.5748901367188, 2298.287109375, 2483.385986328125]\n", - "3\n", - "7734\n", - "52\n", - "[382.3468017578125, 1317.670654296875, 1720.698974609375, 465.0505065917969, 768.1595458984375, 1282.4439697265625, 715.4277954101562, 324.75177001953125, 561.7678833007812, 1785.156005859375, 860.7711791992188, 540.5994262695312, 475.9418640136719, 418.30548095703125, 649.8663330078125, 1163.380615234375, 830.8593139648438, 346.5823669433594, 1081.526611328125, 1650.598876953125, 1930.515380859375, 1529.447509765625, 2112.632080078125, 2391.3359375, 2426.871337890625, 1597.1287841796875, 2389.798583984375, 567.7959594726562, 1815.474853515625, 2594.484375, 2040.7816162109375, 2533.709716796875, 2584.251953125, 2281.031494140625, 2123.198974609375, 2256.1328125, 2147.426025390625, 580.651123046875, 1082.974853515625, 1384.116943359375, 1480.9298095703125, 2119.331787109375, 2347.656005859375, 2250.486572265625, 1659.723876953125, 1376.6661376953125, 1105.3558349609375, 2552.650390625, 2432.422119140625, 1421.307373046875, 342.96343994140625, 335.9200134277344]\n", - "52\n", - "7735\n", - "22\n", - "[1193.6661376953125, 492.6049499511719, 1119.4332275390625, 1040.929443359375, 547.9501342773438, 528.1953125, 1113.896484375, 1082.9315185546875, 1068.5164794921875, 1010.7407836914062, 755.5471801757812, 938.0436401367188, 1349.095703125, 1575.7410888671875, 637.4124145507812, 489.87127685546875, 1002.7903442382812, 1680.5552978515625, 1105.615478515625, 1297.220703125, 430.8311462402344, 518.4740600585938]\n", - "22\n", - "7736\n", - "20\n", - "[1003.0228271484375, 874.7272338867188, 685.1363525390625, 2395.641845703125, 2806.401611328125, 1007.8057250976562, 848.9163818359375, 3051.183837890625, 2740.1904296875, 3196.0126953125, 2093.09765625, 758.5774536132812, 3278.33203125, 3953.3271484375, 3436.41015625, 561.5714111328125, 432.67401123046875, 782.869384765625, 2997.404541015625, 2724.636962890625]\n", - "20\n", - "7737\n", - "170\n", - "[1271.1048583984375, 2127.31982421875, 680.4837036132812, 2107.72314453125, 2305.029541015625, 1048.7723388671875, 662.365478515625, 1868.665771484375, 311.07293701171875, 305.03173828125, 495.64801025390625, 1819.1611328125, 2541.380126953125, 1341.6259765625, 359.0141906738281, 639.8333740234375, 1080.4300537109375, 2253.238037109375, 2186.5244140625, 402.3872985839844, 325.8266906738281, 848.4295654296875, 1038.2109375, 2434.12255859375, 1111.14306640625, 652.4634399414062, 336.06195068359375, 134.84170532226562, 1209.91650390625, 463.21923828125, 1185.8848876953125, 1703.7724609375, 1793.9381103515625, 882.687744140625, 370.1871643066406, 397.6366271972656, 614.3284912109375, 1369.646240234375, 800.4032592773438, 362.69952392578125, 1090.1717529296875, 883.4766235351562, 1201.0230712890625, 363.5505065917969, 2128.324951171875, 3032.576904296875, 2606.41845703125, 3193.125732421875, 4585.76123046875, 4669.90185546875, 1625.46044921875, 1007.2166137695312, 4499.66357421875, 4476.22216796875, 1407.3238525390625, 2546.43212890625, 2995.28759765625, 2455.037841796875, 485.09600830078125, 1518.596435546875, 4159.61865234375, 2711.527587890625, 391.5386962890625, 1872.55322265625, 4042.326416015625, 999.3721313476562, 1995.41357421875, 2273.307861328125, 3989.492431640625, 4490.81494140625, 4486.576171875, 3303.084716796875, 1247.6048583984375, 5247.4833984375, 4185.37353515625, 4959.28271484375, 4484.14599609375, 760.8165283203125, 380.70074462890625, 4751.9892578125, 5149.45751953125, 5142.98583984375, 4867.52685546875, 2705.225830078125, 1055.861083984375, 669.51806640625, 2941.310302734375, 4261.12744140625, 4959.1923828125, 4704.40478515625, 4344.01318359375, 4172.716796875, 3343.6923828125, 742.5919189453125, 1424.431640625, 337.0684814453125, 438.5116271972656, 2125.212890625, 1733.2923583984375, 1281.3577880859375, 819.180908203125, 1120.8623046875, 1578.23193359375, 3473.131103515625, 2589.16162109375, 1641.653564453125, 3517.61572265625, 3046.704833984375, 578.5110473632812, 616.1995849609375, 390.59344482421875, 758.1650390625, 2062.340087890625, 2614.9111328125, 241.8759002685547, 426.7221984863281, 1708.654296875, 1952.402099609375, 3788.750732421875, 2595.66015625, 1156.930908203125, 571.5101928710938, 1068.5701904296875, 2098.074462890625, 443.9576721191406, 1412.6312255859375, 611.1856079101562, 2307.529052734375, 4010.663330078125, 1921.632568359375, 915.8247680664062, 324.9602355957031, 2705.481201171875, 499.7109375, 804.572509765625, 2012.7821044921875, 2694.239013671875, 1739.1793212890625, 1568.866943359375, 3078.438720703125, 1136.817138671875, 865.96875, 2856.59033203125, 327.55853271484375, 996.93310546875, 1366.524658203125, 433.6302185058594, 1291.64453125, 990.4873046875, 784.4799194335938, 351.748046875, 926.6512451171875, 509.7233581542969, 1339.6209716796875, 1353.093994140625, 1462.3399658203125, 1333.1708984375, 1909.9510498046875, 616.4134521484375, 1394.4332275390625, 2404.0390625, 368.9693603515625, 1440.8853759765625, 1156.407470703125, 1257.5919189453125, 307.6025390625, 619.864501953125, 519.9137573242188, 383.26702880859375, 311.3726501464844]\n", - "170\n", - "7738\n", - "5\n", - "[1120.5196533203125, 1463.330078125, 995.2478637695312, 1043.89013671875, 1136.994384765625]\n", - "5\n", - "7739\n", - "10\n", - "[587.6976928710938, 304.009765625, 349.5931091308594, 1264.0382080078125, 2142.865234375, 1858.8779296875, 1225.8038330078125, 1050.4598388671875, 510.29644775390625, 365.13446044921875]\n", - "10\n", - "7740\n", - "8\n", - "[445.4342346191406, 895.2443237304688, 531.4929809570312, 1489.7352294921875, 779.5560913085938, 544.1781616210938, 1142.879638671875, 494.3758850097656]\n", - "8\n", - "7741\n", - "5\n", - "[1445.8177490234375, 1954.07080078125, 1065.4951171875, 824.7551879882812, 334.6946716308594]\n", - "5\n", - "7742\n", - "7\n", - "[305.81231689453125, 935.7723999023438, 2274.58984375, 2031.0203857421875, 975.8946533203125, 2094.353759765625, 302.05926513671875]\n", - "7\n", - "7743\n", - "2\n", - "[2782.112548828125, 2940.06689453125]\n", - "2\n", - "7744\n", - "5\n", - "[807.7705078125, 929.6774291992188, 1081.3997802734375, 1576.7315673828125, 1092.3768310546875]\n", - "5\n", - "7745\n", - "3\n", - "[3299.427978515625, 4480.85693359375, 857.2993774414062]\n", - "3\n", - "7746\n", - "8\n", - "[885.8406372070312, 340.8221130371094, 899.2039184570312, 1998.0291748046875, 1010.8140258789062, 723.3408203125, 760.6464233398438, 691.7755126953125]\n", - "8\n", - "7747\n", - "5\n", - "[1364.53466796875, 535.4264526367188, 1310.708740234375, 2049.58251953125, 1467.4649658203125]\n", - "5\n", - "7748\n", - "8\n", - "[312.4859619140625, 902.247802734375, 1578.072509765625, 665.8690185546875, 556.2169799804688, 483.6598815917969, 677.3245239257812, 818.4710693359375]\n", - "8\n", - "7749\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "95\n", - "[907.5702514648438, 412.0708312988281, 888.3811645507812, 2790.299072265625, 870.3076171875, 1912.121826171875, 611.9150390625, 682.6622314453125, 2291.966552734375, 1635.686279296875, 662.7901611328125, 1339.12353515625, 1805.7962646484375, 3110.3212890625, 4316.953125, 1908.9429931640625, 3883.939208984375, 2634.270263671875, 2569.021728515625, 2404.8232421875, 2113.0859375, 5001.19091796875, 2725.625, 315.74456787109375, 466.2736511230469, 2806.9794921875, 3147.45556640625, 4990.15576171875, 3412.34423828125, 5332.87646484375, 5786.181640625, 4913.08837890625, 4945.80712890625, 4836.3720703125, 4279.4267578125, 4391.79638671875, 2011.298828125, 1476.28759765625, 336.813720703125, 2145.947509765625, 5163.291015625, 2346.297607421875, 4815.986328125, 5649.44384765625, 6104.70947265625, 5662.92578125, 5014.89599609375, 5594.384765625, 5531.4755859375, 4979.736328125, 3668.4228515625, 4454.0830078125, 4771.6240234375, 2804.849853515625, 5327.8662109375, 3073.849609375, 826.6375732421875, 2502.200439453125, 1940.7496337890625, 2508.9931640625, 5883.73681640625, 5766.857421875, 6348.70556640625, 5866.5556640625, 4384.189453125, 5145.16357421875, 4479.005859375, 3852.045166015625, 4822.0849609375, 5256.2548828125, 3586.31787109375, 3976.0986328125, 3475.212646484375, 448.70050048828125, 771.6370849609375, 827.2749633789062, 560.5527954101562, 670.5050659179688, 345.1006774902344, 144.76390075683594, 1963.33935546875, 1905.4608154296875, 2047.7838134765625, 1156.1165771484375, 1755.3079833984375, 1074.66748046875, 4721.919921875, 2846.9267578125, 355.7162170410156, 2607.32568359375, 5684.33984375, 4470.5068359375, 498.519287109375, 2169.677978515625, 3009.324462890625]\n", - "95\n", - "7750\n", - "8\n", - "[401.4546813964844, 720.5604858398438, 736.7659301757812, 2549.977294921875, 4907.3154296875, 3732.6953125, 524.8416748046875, 900.186767578125]\n", - "8\n", - "7751\n", - "110\n", - "[662.9113159179688, 516.4053955078125, 315.5061950683594, 813.1906127929688, 661.4407348632812, 933.7763061523438, 2706.4033203125, 860.578369140625, 441.4018249511719, 580.3482055664062, 379.7876892089844, 415.7129821777344, 538.9010620117188, 2940.460693359375, 530.988525390625, 2577.3525390625, 2765.9228515625, 258.5429992675781, 2183.894287109375, 3972.56396484375, 1751.567138671875, 523.462158203125, 1123.259521484375, 1540.7357177734375, 2678.0556640625, 3018.514892578125, 4137.48291015625, 4334.0810546875, 2416.58984375, 1969.238525390625, 1158.7684326171875, 4488.0078125, 4637.84375, 4078.33740234375, 3620.829345703125, 1197.372802734375, 394.3946838378906, 1948.91943359375, 1777.2742919921875, 1157.2315673828125, 2610.40673828125, 2488.334716796875, 5241.2373046875, 5088.25146484375, 4213.978515625, 5382.009765625, 5183.39501953125, 5416.576171875, 5300.28369140625, 4333.08203125, 614.6138305664062, 573.3270874023438, 380.3636169433594, 389.007568359375, 2039.184814453125, 3370.22216796875, 4787.91943359375, 5152.93701171875, 5128.638671875, 5162.82470703125, 5578.3857421875, 5750.60986328125, 5234.88525390625, 5274.82763671875, 4078.220703125, 4208.37451171875, 2676.84521484375, 1741.603515625, 1182.6104736328125, 4298.63232421875, 5268.85546875, 5669.6376953125, 5029.4921875, 5140.14501953125, 5505.24462890625, 5745.82373046875, 5394.35205078125, 5075.2431640625, 4010.104736328125, 4734.19677734375, 2409.30859375, 1217.7269287109375, 621.5562744140625, 1094.007080078125, 2707.02880859375, 2491.71826171875, 2615.11083984375, 3577.520751953125, 4689.47998046875, 1330.6766357421875, 3516.902587890625, 5243.5458984375, 4778.32958984375, 3979.52392578125, 875.75732421875, 815.2803344726562, 1828.1234130859375, 784.5386962890625, 1913.0792236328125, 3229.286376953125, 2220.74658203125, 2495.762451171875, 2295.7685546875, 1824.6561279296875, 423.37774658203125, 591.1830444335938, 1035.0050048828125, 479.92608642578125, 344.36273193359375]\n", - "109\n", - "7752\n", - "8\n", - "[760.9495849609375, 1387.3392333984375, 1311.6993408203125, 726.8446655273438, 400.25848388671875, 1302.24072265625, 1027.494873046875, 575.0214233398438]\n", - "8\n", - "7753\n", - "11\n", - "[309.1592102050781, 896.7301025390625, 1894.8358154296875, 1936.399658203125, 2767.37158203125, 1537.853515625, 2911.1845703125, 1130.92578125, 348.5237121582031, 843.7839965820312, 949.2009887695312]\n", - "11\n", - "7754\n", - "5\n", - "[1533.3941650390625, 1621.661376953125, 1319.8956298828125, 1876.5107421875, 682.6883544921875]\n", - "5\n", - "7755\n", - "10\n", - "[1184.023681640625, 2973.519287109375, 1326.6971435546875, 1124.7509765625, 453.43499755859375, 939.8570556640625, 411.570556640625, 1358.825927734375, 1376.1656494140625, 857.8615112304688]\n", - "10\n", - "7756\n", - "5\n", - "[674.0773315429688, 1950.289794921875, 877.2675170898438, 577.569580078125, 1084.9832763671875]\n", - "5\n", - "7757\n", - "9\n", - "[398.8832702636719, 1490.6595458984375, 726.5792236328125, 491.1620788574219, 1667.5975341796875, 620.2283325195312, 355.283203125, 379.9760437011719, 301.3358154296875]\n", - "9\n", - "7758\n", - "12\n", - "[680.0093994140625, 683.1396484375, 1647.7301025390625, 613.9653930664062, 924.2325439453125, 1779.9859619140625, 2100.3974609375, 391.2672424316406, 2738.880859375, 870.7404174804688, 974.0703125, 2316.547119140625]\n", - "12\n", - "7759\n", - "8\n", - "[3268.185302734375, 4451.96044921875, 3752.563720703125, 836.60546875, 390.9439392089844, 4918.17138671875, 5825.94970703125, 1021.5218505859375]\n", - "8\n", - "7760\n", - "7\n", - "[1884.48291015625, 1716.8514404296875, 2073.011474609375, 1368.1297607421875, 953.6398315429688, 1184.0428466796875, 480.87359619140625]\n", - "7\n", - "7761\n", - "4\n", - "[344.485107421875, 3047.604736328125, 1034.810546875, 1544.6268310546875]\n", - "4\n", - "7762\n", - "7\n", - "[2270.8193359375, 1768.9532470703125, 762.330322265625, 1291.2998046875, 2094.19482421875, 1184.9638671875, 3533.8408203125]\n", - "7\n", - "7763\n", - "10\n", - "[585.5804443359375, 2918.964599609375, 1312.9166259765625, 633.8172607421875, 1346.4241943359375, 1124.2198486328125, 1385.021484375, 437.62579345703125, 909.15673828125, 396.5596923828125]\n", - "10\n", - "7764\n", - "18\n", - "[910.7730712890625, 1100.1964111328125, 729.4208374023438, 1340.426025390625, 1759.1815185546875, 1336.6492919921875, 1044.8026123046875, 1605.0311279296875, 1857.1478271484375, 1470.473388671875, 1072.167724609375, 1798.0615234375, 1642.2728271484375, 719.8056640625, 1385.2188720703125, 1406.4652099609375, 338.4966125488281, 427.5995788574219]\n", - "18\n", - "7765\n", - "9\n", - "[470.0833740234375, 470.86468505859375, 807.0031127929688, 208.84129333496094, 405.161865234375, 1038.0340576171875, 2944.105712890625, 1281.1884765625, 350.8533630371094]\n", - "9\n", - "7766\n", - "11\n", - "[318.8338928222656, 438.6519775390625, 1093.5316162109375, 434.6213684082031, 1108.9893798828125, 1591.665771484375, 1488.8939208984375, 329.1885986328125, 413.86102294921875, 658.687255859375, 433.9333190917969]\n", - "11\n", - "7767\n", - "25\n", - "[1124.5821533203125, 687.3070678710938, 378.4591064453125, 360.28857421875, 346.14178466796875, 2119.461181640625, 2463.501953125, 2675.0234375, 1794.6119384765625, 347.10302734375, 850.6716918945312, 3321.7529296875, 4805.05859375, 2358.068603515625, 769.0489501953125, 392.60589599609375, 1144.67529296875, 1290.6434326171875, 999.8214721679688, 982.7142944335938, 819.1880493164062, 1244.59619140625, 388.25042724609375, 383.78436279296875, 341.20782470703125]\n", - "25\n", - "7768\n", - "8\n", - "[1072.14697265625, 1788.541259765625, 436.8999328613281, 1242.3804931640625, 961.833740234375, 433.43109130859375, 351.2211608886719, 307.42388916015625]\n", - "8" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "7769\n", - "11\n", - "[372.5465393066406, 549.65771484375, 1401.523193359375, 2524.44580078125, 979.0489501953125, 568.0235595703125, 402.15252685546875, 1444.366943359375, 579.4187622070312, 884.6795043945312, 1475.83935546875]\n", - "11\n", - "7770\n", - "9\n", - "[375.2674865722656, 578.39990234375, 1207.459228515625, 660.6087036132812, 1173.42529296875, 1620.1846923828125, 1142.0654296875, 405.6302490234375, 958.908447265625]\n", - "9\n", - "7771\n", - "4\n", - "[641.226806640625, 1053.5037841796875, 2159.684326171875, 1422.382568359375]\n", - "4\n", - "7772\n", - "6\n", - "[401.6399841308594, 3064.161865234375, 937.4439697265625, 603.41845703125, 3083.67431640625, 2371.15869140625]\n", - "6\n", - "7773\n", - "8\n", - "[448.2608642578125, 430.9788513183594, 1037.20361328125, 2175.662353515625, 1666.21240234375, 1019.3861694335938, 1016.9656982421875, 335.5973815917969]\n", - "8\n", - "7774\n", - "12\n", - "[338.75482177734375, 1158.9429931640625, 602.875732421875, 315.1896667480469, 811.0925903320312, 1052.049072265625, 1768.447509765625, 1812.118896484375, 1308.509765625, 397.7596740722656, 1188.5718994140625, 1178.7930908203125]\n", - "12\n", - "7775\n", - "22\n", - "[328.0325622558594, 669.26611328125, 566.5037231445312, 693.1699829101562, 505.137451171875, 1754.98193359375, 1686.534912109375, 2892.750732421875, 3543.732666015625, 512.3612060546875, 1106.401123046875, 1973.978515625, 3617.931884765625, 1816.7823486328125, 558.0385131835938, 560.3272705078125, 507.1605224609375, 2570.5419921875, 3789.815673828125, 990.6522216796875, 1675.37744140625, 2166.27685546875]\n", - "22\n", - "7776\n", - "19\n", - "[322.3233642578125, 1766.12060546875, 2439.4150390625, 2860.271484375, 3164.5400390625, 2143.193115234375, 1361.3580322265625, 774.1397705078125, 1073.1337890625, 4425.306640625, 4706.74755859375, 1388.4361572265625, 2393.649658203125, 3461.484130859375, 2409.11328125, 799.6057739257812, 467.4523620605469, 827.032958984375, 629.3866577148438]\n", - "19\n", - "7777\n", - "9\n", - "[511.8811950683594, 1422.808837890625, 552.1487426757812, 1165.805908203125, 2299.823974609375, 385.9140625, 978.90625, 363.9627685546875, 359.56610107421875]\n", - "9\n", - "7778\n", - "7\n", - "[582.4259033203125, 1973.2899169921875, 2017.045654296875, 825.300048828125, 403.7789001464844, 422.7259216308594, 983.8788452148438]\n", - "7\n", - "7779\n", - "64\n", - "[310.2163391113281, 1003.0796508789062, 2087.41259765625, 467.9388122558594, 3536.723388671875, 5442.07958984375, 903.3556518554688, 1560.2774658203125, 2907.388671875, 2458.309326171875, 665.05419921875, 902.3321533203125, 619.9486694335938, 1953.6988525390625, 803.1635131835938, 4267.646484375, 1151.9635009765625, 430.9340515136719, 4946.5458984375, 4843.44189453125, 2231.242431640625, 2385.8310546875, 4211.72705078125, 6884.95556640625, 6336.3505859375, 4257.16552734375, 612.1812133789062, 860.0987548828125, 885.3292846679688, 2190.3818359375, 5900.32275390625, 6761.81787109375, 6726.26513671875, 5629.70556640625, 2718.47705078125, 2223.141845703125, 1744.1983642578125, 1644.498046875, 4703.888671875, 3908.548095703125, 6097.9697265625, 3214.502685546875, 3709.55224609375, 6449.8798828125, 1221.07763671875, 1086.1646728515625, 4782.1064453125, 6185.26904296875, 3665.541748046875, 507.56182861328125, 3780.76123046875, 2025.455078125, 402.95526123046875, 378.00811767578125, 1261.1641845703125, 1537.140869140625, 1698.3310546875, 1229.0496826171875, 689.2542724609375, 609.3935546875, 1652.6832275390625, 875.6953125, 847.9888916015625, 383.9495544433594]\n", - "64\n", - "7780\n", - "21\n", - "[318.40985107421875, 700.4291381835938, 797.492919921875, 456.2972106933594, 450.7392578125, 1258.1632080078125, 549.3032836914062, 1106.7943115234375, 2704.461181640625, 704.069091796875, 1348.637451171875, 2471.619873046875, 2969.02197265625, 1366.2703857421875, 472.1015625, 1496.3194580078125, 1807.666748046875, 2002.5615234375, 1761.907470703125, 554.3071899414062, 663.705810546875]\n", - "21\n", - "7781\n", - "8\n", - "[1175.542236328125, 3217.55078125, 4266.6396484375, 2462.11376953125, 311.2653503417969, 780.3528442382812, 537.7332763671875, 1077.4256591796875]\n", - "8\n", - "7782\n", - "10\n", - "[355.3833312988281, 807.6996459960938, 2098.6767578125, 2101.086669921875, 508.8683166503906, 370.0888671875, 867.3444213867188, 913.9130249023438, 1576.30615234375, 603.81640625]\n", - "10\n", - "7783\n", - "27\n", - "[428.39837646484375, 790.7495727539062, 850.9019775390625, 780.40283203125, 1701.6114501953125, 1839.084716796875, 1204.2606201171875, 2059.72314453125, 2471.870849609375, 731.9363403320312, 2183.74267578125, 3601.39697265625, 2435.572265625, 1812.61767578125, 1066.3890380859375, 1839.6739501953125, 5283.0068359375, 3367.150146484375, 3009.961181640625, 1683.568359375, 3302.964111328125, 4357.86865234375, 2487.46435546875, 1477.0828857421875, 427.8075866699219, 510.4482116699219, 388.2344055175781]\n", - "27\n", - "7784\n", - "16\n", - "[337.6672058105469, 851.9617919921875, 538.21435546875, 1081.593505859375, 2490.5078125, 1119.79052734375, 742.0689697265625, 891.638671875, 1608.367431640625, 813.0015258789062, 661.5109252929688, 699.873291015625, 560.3871459960938, 770.3394165039062, 823.7889404296875, 321.95672607421875]\n", - "16\n", - "7785\n", - "30\n", - "[350.8586730957031, 462.8928527832031, 397.86700439453125, 696.4146728515625, 333.97943115234375, 560.3651733398438, 883.1122436523438, 2173.2109375, 1546.1671142578125, 1701.2769775390625, 1141.879638671875, 322.7504577636719, 1529.948974609375, 2938.66943359375, 1755.08056640625, 2254.604736328125, 1532.0380859375, 848.1677856445312, 337.0635681152344, 1378.0391845703125, 850.001220703125, 664.690673828125, 1614.5701904296875, 2200.872802734375, 1336.984375, 402.0280456542969, 393.525390625, 888.8033447265625, 1307.4005126953125, 916.6934814453125]\n", - "30\n", - "7786\n", - "13\n", - "[443.27398681640625, 642.3312377929688, 351.861328125, 431.12127685546875, 802.5281982421875, 1785.9615478515625, 1976.333740234375, 2482.056396484375, 1283.1231689453125, 1420.5257568359375, 1875.308349609375, 684.4566040039062, 323.6711120605469]\n", - "13\n", - "7787\n", - "7\n", - "[1102.603759765625, 482.3609924316406, 960.3671875, 1715.5079345703125, 1143.9542236328125, 632.8233032226562, 366.6497497558594]\n", - "7\n", - "7788\n", - "15\n", - "[1043.932373046875, 1570.833251953125, 913.654541015625, 484.9617004394531, 1389.2628173828125, 601.4674072265625, 599.9693603515625, 355.0381164550781, 638.6907958984375, 998.845947265625, 1391.133544921875, 1663.9893798828125, 338.44952392578125, 369.2948913574219, 507.185791015625]\n", - "15\n", - "7789\n", - "14\n", - "[302.74249267578125, 318.9871520996094, 1342.9725341796875, 444.41424560546875, 719.5247802734375, 516.962158203125, 351.0249328613281, 583.9012451171875, 855.2877197265625, 881.2197875976562, 479.482177734375, 501.55987548828125, 638.580322265625, 469.128173828125]\n", - "14\n", - "7790\n", - "4\n", - "[976.6883544921875, 1519.769775390625, 1976.1341552734375, 860.4075927734375]\n", - "4\n", - "7791\n", - "8\n", - "[1185.6893310546875, 1303.845947265625, 353.7564697265625, 582.1915283203125, 2375.04443359375, 1583.6820068359375, 327.00714111328125, 589.7536010742188]\n", - "8\n", - "7792\n", - "13\n", - "[309.2471618652344, 550.7640380859375, 543.4532470703125, 700.0740966796875, 325.9565124511719, 344.12933349609375, 795.33544921875, 1283.0684814453125, 1627.822265625, 859.31298828125, 422.2987365722656, 303.34619140625, 645.9046630859375]\n", - "13" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "7793\n", - "8\n", - "[452.617431640625, 304.23736572265625, 866.2178344726562, 917.5365600585938, 1192.2506103515625, 1818.8616943359375, 336.1231384277344, 306.3055419921875]\n", - "8\n", - "7794\n", - "5\n", - "[942.4387817382812, 607.24365234375, 461.93304443359375, 1970.4505615234375, 1418.9739990234375]\n", - "5\n", - "7795\n", - "6\n", - "[941.3351440429688, 702.8960571289062, 1702.0985107421875, 581.7050170898438, 474.7670593261719, 654.6911010742188]\n", - "6\n", - "7796\n", - "12\n", - "[617.30859375, 750.617919921875, 445.6568298339844, 1139.208984375, 451.8667297363281, 1298.340576171875, 2059.640380859375, 1305.7203369140625, 879.9833374023438, 954.4422607421875, 659.6549682617188, 360.850341796875]\n", - "12\n", - "7797\n", - "9\n", - "[662.5543212890625, 1819.088623046875, 456.68023681640625, 2644.398681640625, 3302.396484375, 1127.1993408203125, 1120.489013671875, 1372.2396240234375, 370.7154541015625]\n", - "9\n", - "7798\n", - "7\n", - "[875.274658203125, 397.6115417480469, 1208.814697265625, 2976.7509765625, 2684.451416015625, 526.1676635742188, 463.95306396484375]\n", - "7\n", - "7799\n", - "19\n", - "[931.7177734375, 828.2672119140625, 492.9241638183594, 341.7077331542969, 359.83819580078125, 2239.585693359375, 2598.398681640625, 2447.94677734375, 1407.913330078125, 308.43170166015625, 1039.058837890625, 1531.94677734375, 2218.343505859375, 2104.86962890625, 1916.8199462890625, 826.1734619140625, 446.3826904296875, 627.6982421875, 337.2231140136719]\n", - "19\n", - "7800\n", - "11\n", - "[395.1422119140625, 324.1325988769531, 1248.0465087890625, 1421.56640625, 1227.6641845703125, 339.51800537109375, 651.8551025390625, 2217.50537109375, 658.7587890625, 2350.11572265625, 1540.7508544921875]\n", - "11\n", - "7801\n", - "6\n", - "[367.1275939941406, 1585.5950927734375, 1634.3663330078125, 322.72027587890625, 1785.6197509765625, 349.50372314453125]\n", - "6\n", - "7802\n", - "10\n", - "[410.6896667480469, 553.2506103515625, 661.0740966796875, 1019.8677978515625, 1245.8592529296875, 584.58642578125, 890.8466796875, 1814.748046875, 309.948486328125, 657.9020385742188]\n", - "10\n", - "7803\n", - "22\n", - "[344.0696105957031, 433.61572265625, 329.7469787597656, 914.3985595703125, 344.7763977050781, 332.5948791503906, 719.7780151367188, 473.2646484375, 614.8143920898438, 515.9000244140625, 807.0997924804688, 3208.56103515625, 2659.068115234375, 356.60455322265625, 413.8605651855469, 454.41717529296875, 4576.19873046875, 5145.6962890625, 1400.38525390625, 792.8325805664062, 314.6551513671875, 951.3173828125]\n", - "22\n", - "7804\n", - "14\n", - "[936.91845703125, 2480.405517578125, 735.8953247070312, 752.3037109375, 438.0019226074219, 1466.3304443359375, 2631.9404296875, 896.2855834960938, 318.7225646972656, 2460.32470703125, 2760.5048828125, 1987.981689453125, 1513.989501953125, 1111.5067138671875]\n", - "14\n", - "7805\n", - "46\n", - "[772.3143920898438, 542.2833862304688, 1364.821044921875, 1263.6484375, 428.53619384765625, 310.8190612792969, 460.2784729003906, 1196.8221435546875, 1383.079345703125, 2735.92529296875, 3478.515625, 2351.0517578125, 529.0639038085938, 1026.223876953125, 789.3023681640625, 369.0342102050781, 481.64923095703125, 2487.847412109375, 2766.884033203125, 3548.321044921875, 3715.958984375, 2366.4453125, 400.4969482421875, 469.88433837890625, 537.410400390625, 862.7042846679688, 1939.66796875, 3076.720703125, 3445.041015625, 3721.444580078125, 2431.63427734375, 807.9810180664062, 1158.7901611328125, 1740.0888671875, 2355.95068359375, 1654.26953125, 2393.656494140625, 1911.30078125, 2711.282958984375, 443.94854736328125, 437.7257385253906, 911.8944702148438, 1156.3570556640625, 455.7337646484375, 872.5528564453125, 301.2536315917969]\n", - "46\n", - "7806\n", - "6\n", - "[370.6801452636719, 3476.76953125, 1930.2501220703125, 1760.1004638671875, 4815.078125, 1815.421630859375]\n", - "6\n", - "7807\n", - "9\n", - "[684.7665405273438, 1135.222412109375, 2116.968505859375, 1205.218505859375, 1152.5882568359375, 2601.505615234375, 639.7105712890625, 309.00738525390625, 784.9235229492188]\n", - "9\n", - "7808\n", - "5\n", - "[650.5745849609375, 1140.0235595703125, 1274.546630859375, 1410.60595703125, 1891.4254150390625]\n", - "5\n", - "7809\n", - "10\n", - "[449.3385925292969, 1325.382568359375, 1293.7584228515625, 1867.4781494140625, 866.2017211914062, 821.9967041015625, 1926.683837890625, 1088.54541015625, 646.0858764648438, 339.54150390625]\n", - "10\n", - "7810\n", - "6\n", - "[301.4645080566406, 2118.5244140625, 1617.16650390625, 463.8185729980469, 622.1455688476562, 748.4353637695312]\n", - "6\n", - "7811\n", - "27\n", - "[376.5542297363281, 552.2709350585938, 773.0932006835938, 1814.0235595703125, 1971.99169921875, 3118.096435546875, 2983.33984375, 1181.892822265625, 1654.10302734375, 2992.506591796875, 2486.8056640625, 1953.3673095703125, 391.27716064453125, 1171.4913330078125, 796.4158325195312, 1182.976806640625, 1543.4549560546875, 958.6047973632812, 2414.300048828125, 921.9949340820312, 914.1202392578125, 306.42120361328125, 1230.6270751953125, 1251.6812744140625, 391.5895080566406, 1826.432373046875, 1024.000244140625]\n", - "27\n", - "7812\n", - "9\n", - "[308.3206481933594, 485.9690856933594, 688.8717041015625, 990.3375854492188, 709.3693237304688, 509.76446533203125, 1372.164306640625, 1003.2664794921875, 386.4048767089844]\n", - "9\n", - "7813\n", - "10\n", - "[345.9140625, 648.2660522460938, 1125.6748046875, 1157.8814697265625, 737.7645874023438, 314.6679382324219, 398.32196044921875, 1190.4716796875, 1375.1734619140625, 1063.5892333984375]\n", - "10\n", - "7814\n", - "6\n", - "[758.0341186523438, 1118.301513671875, 1622.7869873046875, 419.4314880371094, 699.28564453125, 587.1493530273438]\n", - "6\n", - "7815\n", - "36\n", - "[373.10009765625, 564.72314453125, 446.91644287109375, 1198.3018798828125, 336.6333312988281, 302.13323974609375, 556.70654296875, 718.8521118164062, 1219.7086181640625, 317.38690185546875, 991.1387939453125, 1773.545166015625, 829.917236328125, 683.4744873046875, 1605.6026611328125, 1406.92333984375, 2003.901123046875, 714.6218872070312, 1089.562255859375, 678.4725341796875, 1630.8267822265625, 1708.2177734375, 2318.459228515625, 1470.1962890625, 955.27587890625, 387.016845703125, 877.1260986328125, 423.6849365234375, 737.03515625, 1916.694580078125, 894.6484375, 664.1583251953125, 1016.236328125, 465.9563903808594, 362.7142333984375, 331.7113952636719]\n", - "36\n", - "7816\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12\n", - "[307.81182861328125, 1384.0728759765625, 1870.017333984375, 1747.5614013671875, 555.8482055664062, 1477.425048828125, 2412.412841796875, 3348.080810546875, 2289.13330078125, 971.4869995117188, 1606.79443359375, 950.4729614257812]\n", - "12\n", - "7817\n", - "10\n", - "[386.3827209472656, 515.1355590820312, 1452.792724609375, 1676.3807373046875, 370.2796325683594, 1323.9288330078125, 1740.1070556640625, 407.2546691894531, 1380.6064453125, 897.7750244140625]\n", - "10\n", - "7818\n", - "6\n", - "[1788.822021484375, 1897.38623046875, 342.8678283691406, 533.9241943359375, 582.99658203125, 515.7720947265625]\n", - "6\n", - "7819\n", - "6\n", - "[807.3693237304688, 1718.2652587890625, 1153.1102294921875, 491.9969787597656, 842.1814575195312, 461.0571594238281]\n", - "6\n", - "7820\n", - "23\n", - "[315.811767578125, 1310.7777099609375, 690.6409912109375, 814.6627197265625, 3627.806640625, 774.4169311523438, 679.2828979492188, 561.2647094726562, 731.720458984375, 2649.626220703125, 3402.440185546875, 1591.351318359375, 2812.70751953125, 3432.39111328125, 2198.563720703125, 554.819091796875, 1754.1976318359375, 1450.99169921875, 2364.783447265625, 1718.6181640625, 621.2659301757812, 728.5592041015625, 399.4869689941406]\n", - "23\n", - "7821\n", - "13\n", - "[1095.0628662109375, 1287.36767578125, 397.1258544921875, 701.2213745117188, 385.2697448730469, 541.172607421875, 710.0169677734375, 2193.561279296875, 3302.19775390625, 2238.39501953125, 586.2078247070312, 999.2488403320312, 984.4237060546875]\n", - "13\n", - "7822\n", - "105\n", - "[493.20550537109375, 782.0598754882812, 1045.781005859375, 667.3148803710938, 384.4248962402344, 1057.5811767578125, 431.547119140625, 887.684814453125, 981.0228271484375, 539.0352172851562, 2761.534423828125, 1364.2559814453125, 456.5069885253906, 2885.3212890625, 1686.356689453125, 1412.40771484375, 303.8941345214844, 397.1314392089844, 2290.385009765625, 2474.1962890625, 2415.318603515625, 3061.422607421875, 1784.5009765625, 783.3970947265625, 556.2962646484375, 817.7847900390625, 1647.2578125, 1903.34716796875, 2275.423583984375, 3817.76708984375, 1919.1253662109375, 858.1593017578125, 1430.6365966796875, 3249.570068359375, 2975.593017578125, 4772.01708984375, 1204.8282470703125, 734.6746826171875, 1256.085205078125, 1828.8424072265625, 647.91650390625, 1687.9345703125, 1121.8580322265625, 823.1785278320312, 639.9323120117188, 1610.850341796875, 3168.049072265625, 4303.240234375, 4367.17578125, 956.5609130859375, 916.6956176757812, 1486.41455078125, 1632.7720947265625, 2466.06103515625, 4290.31005859375, 2993.721435546875, 1516.673095703125, 4841.8779296875, 4789.58056640625, 2747.2333984375, 603.2841186523438, 1389.8704833984375, 4242.7119140625, 4539.95361328125, 4564.12451171875, 3892.69140625, 5067.6865234375, 5413.68408203125, 5110.95361328125, 2233.16357421875, 736.0399169921875, 384.2234802246094, 1606.98974609375, 3309.348388671875, 4174.3955078125, 3590.011474609375, 3085.9404296875, 4465.34228515625, 4874.60986328125, 5328.005859375, 4963.93603515625, 3800.25439453125, 566.4849853515625, 1032.319091796875, 515.20556640625, 1725.2708740234375, 1183.1527099609375, 1128.739990234375, 3846.319091796875, 4207.4794921875, 4784.51123046875, 4382.35546875, 4192.568359375, 2013.8006591796875, 471.5635070800781, 1034.210205078125, 461.8615417480469, 1667.6856689453125, 2963.32861328125, 3148.76806640625, 679.6185913085938, 3201.9052734375, 2723.095947265625, 1273.0609130859375, 1298.837646484375]\n", - "105\n", - "7823\n", - "7\n", - "[378.72625732421875, 699.7782592773438, 1189.7855224609375, 487.4225158691406, 1088.2177734375, 1395.7666015625, 748.7086181640625]\n", - "7\n", - "7824\n", - "14\n", - "[423.8748474121094, 676.8104858398438, 312.2418518066406, 893.1675415039062, 1996.690185546875, 483.14788818359375, 750.1127319335938, 1808.64013671875, 1415.31298828125, 559.1963500976562, 351.2560119628906, 2136.853759765625, 706.2979125976562, 344.6659851074219]\n", - "14\n", - "7825\n", - "16\n", - "[539.2971801757812, 449.8431701660156, 398.74615478515625, 1266.3765869140625, 1130.5418701171875, 2148.615234375, 2060.364013671875, 770.1398315429688, 2788.912353515625, 1155.1624755859375, 590.325439453125, 1698.2137451171875, 367.9617004394531, 908.6935424804688, 1096.8450927734375, 304.880859375]\n", - "16\n", - "7826\n", - "12\n", - "[686.6292724609375, 588.731201171875, 1310.346923828125, 1471.2796630859375, 693.0300903320312, 353.07769775390625, 323.95880126953125, 1281.36962890625, 1270.7276611328125, 434.29119873046875, 332.490966796875, 639.5518188476562]\n", - "12\n", - "7827\n", - "6\n", - "[406.3160095214844, 889.2222900390625, 1458.80517578125, 1471.5731201171875, 856.8453979492188, 952.5224609375]\n", - "6\n", - "7828\n", - "11\n", - "[577.44091796875, 1279.8927001953125, 1036.8377685546875, 842.8041381835938, 319.8617248535156, 807.889404296875, 476.28802490234375, 569.5968017578125, 469.82733154296875, 932.11474609375, 504.681884765625]\n", - "11\n", - "7829\n", - "6\n", - "[635.6122436523438, 857.6405029296875, 677.6541137695312, 1100.654052734375, 1959.570068359375, 777.6148681640625]\n", - "6\n", - "7830\n", - "9\n", - "[305.3854675292969, 1274.0888671875, 1932.775634765625, 2678.0576171875, 452.3931579589844, 623.8547973632812, 1539.9600830078125, 2097.81201171875, 1738.0234375]\n", - "9\n", - "7831\n", - "11\n", - "[544.710205078125, 540.5636596679688, 819.19384765625, 1844.0562744140625, 2719.361083984375, 2278.46240234375, 566.1592407226562, 1109.8018798828125, 1026.7867431640625, 862.7210693359375, 1022.0512084960938]\n", - "11\n", - "7832\n", - "9\n", - "[599.4549560546875, 848.6648559570312, 1398.670166015625, 987.438232421875, 468.27947998046875, 1209.80810546875, 761.2478637695312, 387.62677001953125, 449.5352478027344]\n", - "9\n", - "7833\n", - "18\n", - "[536.1783447265625, 442.0030212402344, 996.6324462890625, 1399.4537353515625, 576.3598022460938, 911.2156982421875, 683.769775390625, 1680.0147705078125, 1675.1719970703125, 487.2867126464844, 695.1953735351562, 1097.625732421875, 421.22735595703125, 527.4889526367188, 590.7567749023438, 667.0655517578125, 1228.5233154296875, 310.8943786621094]\n", - "18\n", - "7834\n", - "9\n", - "[708.4615478515625, 938.8404541015625, 2251.68310546875, 947.3710327148438, 368.00775146484375, 301.1601257324219, 713.5384521484375, 319.33184814453125, 729.0799560546875]\n", - "9\n", - "7835\n", - "11\n", - "[1000.5969848632812, 2138.3193359375, 2435.936279296875, 1391.6793212890625, 339.4797668457031, 717.2462158203125, 1288.972900390625, 1675.778076171875, 2234.47119140625, 578.8551025390625, 425.41192626953125]\n", - "11\n", - "7836\n", - "13\n", - "[580.5747680664062, 1004.477294921875, 302.04364013671875, 1617.5821533203125, 2736.35791015625, 1307.42724609375, 465.4551696777344, 2520.113037109375, 2393.748046875, 1517.748779296875, 1388.279296875, 2315.19921875, 358.6571350097656]\n", - "13\n", - "7837\n", - "22\n", - "[933.08642578125, 466.543212890625, 333.505859375, 377.89404296875, 1087.2813720703125, 1451.1336669921875, 1798.9149169921875, 1703.185302734375, 1521.378173828125, 894.9526977539062, 1373.05810546875, 1922.8948974609375, 1943.5977783203125, 1887.5306396484375, 1474.752197265625, 394.94525146484375, 1305.138916015625, 1835.4073486328125, 1212.7149658203125, 1134.49755859375, 766.2490844726562, 344.4068603515625]\n", - "22\n", - "7838\n", - "9\n", - "[657.1563720703125, 919.6602172851562, 645.2106323242188, 358.0158996582031, 396.8188171386719, 1338.154541015625, 904.4132690429688, 344.3553466796875, 750.4027099609375]\n", - "9\n", - "7839\n", - "10\n", - "[594.9694213867188, 637.1365356445312, 678.400146484375, 1199.728759765625, 2220.11083984375, 1785.7049560546875, 578.7035522460938, 1712.6971435546875, 1657.55126953125, 431.98663330078125]\n", - "10" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "\n", - "7840\n", - "13\n", - "[352.0603332519531, 1186.931640625, 1624.085205078125, 563.0187377929688, 329.4636535644531, 1938.03515625, 3029.822021484375, 3243.2099609375, 1799.370361328125, 390.8407897949219, 593.9525146484375, 1461.4534912109375, 524.5826416015625]\n", - "13\n", - "7841\n", - "8\n", - "[304.9465026855469, 390.6498718261719, 1904.810302734375, 953.2755126953125, 873.442138671875, 443.1133728027344, 456.8974914550781, 464.8153076171875]\n", - "8\n", - "7842\n", - "17\n", - "[1113.4776611328125, 2020.468017578125, 868.8741455078125, 776.6255493164062, 1600.44384765625, 1547.645751953125, 966.3446655273438, 753.8954467773438, 356.3813171386719, 583.9016723632812, 1247.7894287109375, 1431.93603515625, 618.4722290039062, 622.1961669921875, 1147.7896728515625, 1578.1297607421875, 914.0459594726562]\n", - "17\n", - "7843\n", - "9\n", - "[799.6221923828125, 1687.751953125, 333.3603210449219, 425.3523864746094, 1612.270263671875, 1323.8553466796875, 339.9983825683594, 587.792236328125, 478.784912109375]\n", - "9\n", - "7844\n", - "65\n", - "[411.9219665527344, 869.947265625, 737.8341064453125, 1281.055908203125, 1276.484375, 1156.19580078125, 1730.0186767578125, 1954.9625244140625, 766.82080078125, 306.39874267578125, 2016.9788818359375, 2525.41357421875, 470.9671325683594, 340.3756103515625, 1020.3606567382812, 2240.4013671875, 3087.8349609375, 1881.5267333984375, 725.0418090820312, 1888.6422119140625, 2178.07421875, 2593.125244140625, 1958.095703125, 1673.31103515625, 2691.14208984375, 428.5123291015625, 1190.9495849609375, 1522.344970703125, 1243.0098876953125, 370.5078125, 849.9317016601562, 885.1057739257812, 1303.25537109375, 1545.520263671875, 710.5396728515625, 2503.423828125, 1395.262451171875, 636.7822265625, 2191.77783203125, 2899.75537109375, 2650.866455078125, 1924.895751953125, 1887.1820068359375, 2641.31884765625, 2907.575439453125, 3572.299560546875, 3555.0185546875, 1632.0885009765625, 424.72869873046875, 562.4397583007812, 1399.978515625, 1740.4371337890625, 2551.63525390625, 1755.04052734375, 1241.5281982421875, 305.0547790527344, 611.1568603515625, 1280.813720703125, 1306.7860107421875, 1003.5963134765625, 877.4791259765625, 329.000244140625, 617.6688842773438, 577.05712890625, 961.9979858398438]\n", - "65\n", - "7845\n", - "9\n", - "[724.7254638671875, 1452.7862548828125, 559.3143310546875, 1780.39404296875, 2274.3349609375, 2876.278076171875, 405.5008239746094, 1730.16064453125, 456.1703796386719]\n", - "9\n", - "7846\n", - "34\n", - "[490.54693603515625, 315.5643310546875, 821.1869506835938, 743.4453735351562, 637.8756713867188, 395.59552001953125, 954.4840087890625, 1773.6607666015625, 1799.041748046875, 1542.9671630859375, 727.0925903320312, 354.7733154296875, 359.697021484375, 915.1405639648438, 1091.9212646484375, 1337.62109375, 1495.316162109375, 1511.5281982421875, 592.9721069335938, 477.7125244140625, 714.0733032226562, 304.7569885253906, 712.9285278320312, 459.7695617675781, 450.94305419921875, 884.7266845703125, 807.5543823242188, 452.808349609375, 866.836181640625, 603.9622192382812, 528.03759765625, 308.30694580078125, 495.1870422363281, 719.9591064453125]\n", - "34\n", - "7847\n", - "19\n", - "[502.4798889160156, 484.1288757324219, 589.4891357421875, 529.2437133789062, 1297.1287841796875, 991.6486206054688, 1028.2242431640625, 1486.80078125, 1515.4471435546875, 1311.2852783203125, 1094.0911865234375, 1096.0849609375, 1725.6468505859375, 2004.099609375, 1250.33837890625, 363.28948974609375, 373.3125915527344, 584.5538330078125, 330.084716796875]\n", - "19\n", - "7848\n", - "6\n", - "[810.474609375, 467.15386962890625, 1122.355712890625, 1589.053955078125, 926.161865234375, 823.0591430664062]\n", - "6\n", - "7849\n", - "9\n", - "[411.7727355957031, 1490.1556396484375, 1936.609619140625, 669.9719848632812, 632.6544189453125, 933.49560546875, 603.675537109375, 560.1603393554688, 306.36749267578125]\n", - "9\n", - "7850\n", - "124\n", - "[323.1480712890625, 1196.3726806640625, 742.4370727539062, 976.6211547851562, 305.02325439453125, 309.2026062011719, 850.3287963867188, 1001.013916015625, 806.296142578125, 774.1468505859375, 1249.0657958984375, 732.5051879882812, 346.0784912109375, 1656.6014404296875, 1449.5615234375, 854.7753295898438, 1244.9100341796875, 2225.734130859375, 2255.205810546875, 1903.3021240234375, 1355.10546875, 772.036376953125, 568.1192626953125, 839.8607788085938, 2669.285400390625, 1195.3585205078125, 1406.5816650390625, 3274.468994140625, 3407.59228515625, 2390.438232421875, 434.1202087402344, 1087.425537109375, 3113.740234375, 3242.078857421875, 2102.91796875, 2318.163330078125, 1224.2763671875, 749.5840454101562, 2642.001708984375, 3368.693359375, 3431.564453125, 3734.38037109375, 3452.62646484375, 2774.142822265625, 712.5706787109375, 3456.927734375, 2890.245849609375, 2081.746337890625, 1640.65771484375, 1667.701904296875, 555.2136840820312, 1062.6998291015625, 861.8275756835938, 3062.0205078125, 2090.788330078125, 3710.02685546875, 3813.317138671875, 3830.627685546875, 3407.820068359375, 2354.02978515625, 333.42645263671875, 508.69677734375, 1591.872314453125, 605.0108642578125, 372.6943664550781, 601.1890258789062, 1085.4056396484375, 1897.28369140625, 3219.662109375, 3678.453857421875, 2380.311767578125, 3622.884765625, 3290.436279296875, 3814.126220703125, 3837.336669921875, 2713.777587890625, 1418.1495361328125, 636.1007690429688, 817.1101684570312, 1075.3255615234375, 1451.059326171875, 406.2359313964844, 915.7986450195312, 2076.34521484375, 2927.223876953125, 764.1371459960938, 1780.595947265625, 3726.379150390625, 3898.8134765625, 3771.782470703125, 3065.205810546875, 2835.7099609375, 1764.361572265625, 922.5211181640625, 884.9595336914062, 1640.7330322265625, 1216.167724609375, 776.5394897460938, 1016.1719970703125, 1299.32421875, 2849.697509765625, 1914.052978515625, 2603.782470703125, 3596.056640625, 3510.01025390625, 2405.989013671875, 2002.7427978515625, 397.8101806640625, 1207.9949951171875, 1788.8280029296875, 1428.0794677734375, 2639.66064453125, 2633.081298828125, 1484.24169921875, 2375.684814453125, 1306.0765380859375, 1270.1986083984375, 2033.063232421875, 969.3458862304688, 1618.56494140625, 677.5653076171875, 879.936279296875, 1047.638916015625, 558.7128295898438]\n", - "124\n", - "7851\n", - "37\n", - "[474.3045349121094, 769.3080444335938, 3365.454345703125, 2548.84912109375, 639.8125, 1237.0455322265625, 713.999267578125, 2277.5341796875, 3716.0751953125, 2942.2607421875, 643.6071166992188, 331.9203796386719, 529.6975708007812, 562.6563110351562, 2249.5927734375, 2937.707275390625, 3206.651611328125, 3271.90185546875, 2633.954833984375, 1636.502197265625, 2039.7471923828125, 2216.212158203125, 376.0606689453125, 300.7624816894531, 1159.8299560546875, 1757.219970703125, 1786.2320556640625, 638.4309692382812, 385.399169921875, 3360.48779296875, 1758.6009521484375, 500.50714111328125, 2041.2186279296875, 1634.77783203125, 2540.266845703125, 3745.0322265625, 633.1447143554688]\n", - "37\n", - "7852\n", - "11\n", - "[336.9425354003906, 384.5309143066406, 1888.8465576171875, 1049.53759765625, 2400.7880859375, 1058.4959716796875, 1836.518798828125, 2160.33154296875, 1922.30712890625, 3726.194580078125, 1955.64453125]\n", - "11\n", - "7853\n", - "11\n", - "[1180.6754150390625, 1106.920654296875, 648.9707641601562, 359.5433349609375, 1538.5877685546875, 2066.48046875, 1035.7540283203125, 539.4635620117188, 733.75732421875, 929.5281372070312, 465.8655700683594]\n", - "11\n", - "7854\n", - "105\n", - "[725.019287109375, 346.1051940917969, 987.47705078125, 550.0590209960938, 659.5813598632812, 740.4307250976562, 300.9873962402344, 812.4036865234375, 2364.296142578125, 3141.448486328125, 3008.139404296875, 444.43011474609375, 420.7309265136719, 815.0126342773438, 920.6342163085938, 1040.5145263671875, 700.1856689453125, 2984.972900390625, 5258.4072265625, 5299.91064453125, 4224.0751953125, 3331.834228515625, 2768.454833984375, 647.114990234375, 897.5768432617188, 708.5427856445312, 1042.245849609375, 1025.785888671875, 638.7671508789062, 1846.979248046875, 3758.96728515625, 4331.40283203125, 4655.82080078125, 5110.78466796875, 1210.00439453125, 1971.1826171875, 487.73858642578125, 4608.32470703125, 3598.021728515625, 4727.6474609375, 4472.95166015625, 4931.5927734375, 801.8829345703125, 325.82000732421875, 449.58197021484375, 1412.3780517578125, 4478.12353515625, 4959.71875, 4695.10009765625, 5259.923828125, 5026.865234375, 3078.259033203125, 317.42120361328125, 2511.9130859375, 2945.051025390625, 3979.161376953125, 5049.8681640625, 4906.96435546875, 4917.28125, 5232.0458984375, 3015.809326171875, 1776.015869140625, 3855.34130859375, 4472.017578125, 5005.8271484375, 4983.6123046875, 5277.93310546875, 5296.59619140625, 4302.22412109375, 1230.1192626953125, 477.4117736816406, 3813.654052734375, 4679.64990234375, 5013.4228515625, 5069.23779296875, 5103.34033203125, 5172.1982421875, 4498.98876953125, 691.9531860351562, 1638.1314697265625, 3283.180908203125, 4809.99658203125, 3932.545166015625, 4482.41015625, 4625.67529296875, 4780.375, 4345.31494140625, 436.57159423828125, 368.5937194824219, 832.611328125, 2462.970703125, 448.1720886230469, 575.6824340820312, 1124.913330078125, 1468.38427734375, 1484.9398193359375, 728.4632568359375, 757.0139770507812, 613.8638305664062, 776.2730712890625, 758.4833374023438, 636.6060791015625, 506.4821472167969, 869.42431640625, 379.77685546875]\n", - "105\n", - "7855\n", - "14\n", - "[722.5836181640625, 1749.596435546875, 697.1578369140625, 2562.896240234375, 2003.6845703125, 2480.587158203125, 2373.751220703125, 381.5780334472656, 552.308837890625, 1215.94677734375, 982.2742919921875, 571.51953125, 534.2487182617188, 413.4981384277344]\n", - "14\n", - "7856\n", - "6\n", - "[1229.0528564453125, 812.93212890625, 586.5438232421875, 1283.0328369140625, 1414.3004150390625, 612.6083374023438]\n", - "6\n", - "7857\n", - "68\n", - "[348.6642761230469, 366.00726318359375, 385.02130126953125, 419.7317810058594, 2151.116943359375, 2369.860107421875, 1860.29833984375, 1500.0810546875, 801.3536987304688, 1847.5040283203125, 3560.814697265625, 3445.521728515625, 3247.61572265625, 2516.79736328125, 939.2880249023438, 828.6338500976562, 2822.275146484375, 1864.1339111328125, 3044.931640625, 3334.99951171875, 3506.446044921875, 3287.4306640625, 2307.248291015625, 466.4364318847656, 439.4417724609375, 2605.09375, 3388.78173828125, 1542.92919921875, 819.6665649414062, 2446.40673828125, 3490.517822265625, 3091.111572265625, 2960.1455078125, 2171.774169921875, 1428.68310546875, 1598.2264404296875, 3199.957763671875, 3527.24560546875, 1136.4024658203125, 1316.757568359375, 3404.900634765625, 2865.152099609375, 2791.43701171875, 1290.013916015625, 687.0491943359375, 779.1306762695312, 363.5951232910156, 487.1439208984375, 1372.3240966796875, 2781.974365234375, 2022.1024169921875, 1859.2154541015625, 1001.9894409179688, 1241.9818115234375, 697.9063720703125, 535.2943115234375, 1991.257080078125, 734.3421630859375, 576.8344116210938, 518.2473754882812, 593.2068481445312, 362.0641174316406, 1317.2181396484375, 820.853515625, 664.1415405273438, 879.6661376953125, 1725.771484375, 549.0919189453125]\n", - "68\n", - "7858\n", - "9\n", - "[1067.4154052734375, 497.9095153808594, 1562.7216796875, 2533.725341796875, 396.129638671875, 1153.7515869140625, 491.021484375, 911.4457397460938, 488.39007568359375]\n", - "9\n", - "7859\n", - "12\n", - "[331.99774169921875, 659.3121337890625, 895.3936157226562, 1010.87841796875, 832.1460571289062, 426.91546630859375, 972.7487182617188, 927.1875, 753.7659301757812, 374.0596923828125, 898.4996948242188, 523.15869140625]\n", - "12\n", - "7860\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "8\n", - "[518.1685791015625, 932.9222412109375, 951.2940063476562, 672.2235717773438, 1995.7235107421875, 716.6301879882812, 889.5079956054688, 328.3379211425781]\n", - "8\n", - "7861\n", - "12\n", - "[434.6158447265625, 569.3182373046875, 435.85955810546875, 917.4378051757812, 920.4083862304688, 1111.99755859375, 308.70758056640625, 2078.721435546875, 1416.3985595703125, 805.3783569335938, 912.0092163085938, 1352.21337890625]\n", - "12\n", - "7862\n", - "17\n", - "[437.4522399902344, 552.0852661132812, 1145.0166015625, 737.6062622070312, 391.4716491699219, 821.1321411132812, 1196.443359375, 837.970947265625, 1106.659423828125, 1064.91650390625, 1485.096435546875, 1228.887451171875, 820.7603759765625, 1081.781982421875, 1059.7069091796875, 1294.829345703125, 455.9498291015625]\n", - "17\n", - "7863\n", - "16\n", - "[300.45050048828125, 411.02972412109375, 1816.0286865234375, 1073.1695556640625, 327.6336364746094, 1208.18408203125, 1327.196044921875, 351.6109313964844, 448.6135559082031, 352.6628112792969, 441.15277099609375, 463.0884094238281, 834.740966796875, 636.3129272460938, 324.9241638183594, 478.8398132324219]\n", - "16\n", - "7864\n", - "296\n", - "[729.492431640625, 486.8670654296875, 1644.796142578125, 721.9588623046875, 1133.7940673828125, 1912.8931884765625, 408.2517395019531, 652.3893432617188, 2377.542724609375, 1754.423583984375, 4393.7080078125, 3458.719970703125, 1781.81884765625, 696.0136108398438, 675.7206420898438, 1682.3399658203125, 858.6122436523438, 334.1761779785156, 677.1964111328125, 2542.698974609375, 3460.591064453125, 4827.53125, 5332.31298828125, 4274.884765625, 3556.30419921875, 1979.7646484375, 710.6141967773438, 713.4541625976562, 700.133056640625, 594.5169067382812, 4363.01611328125, 3400.2509765625, 4132.767578125, 6524.38623046875, 7118.04931640625, 7567.9169921875, 5296.322265625, 3441.97509765625, 2303.56884765625, 2173.410400390625, 2026.02197265625, 1629.631103515625, 753.0999145507812, 1119.4715576171875, 1110.19189453125, 693.2476806640625, 780.6920166015625, 2635.62548828125, 5403.671875, 5245.2177734375, 5349.28125, 6954.646484375, 6034.93359375, 6311.24169921875, 5043.27734375, 5208.8955078125, 5922.22802734375, 5517.45458984375, 3174.03173828125, 3560.138427734375, 1079.57763671875, 355.560302734375, 762.5260009765625, 420.8330078125, 1120.169189453125, 739.1106567382812, 1852.424072265625, 1134.343017578125, 606.6445922851562, 4091.51318359375, 5867.3603515625, 7013.4619140625, 5500.6865234375, 4475.6328125, 4176.53857421875, 7534.48046875, 7487.046875, 7228.13037109375, 4494.1474609375, 3207.96826171875, 3739.501220703125, 1295.37109375, 1403.503173828125, 453.67913818359375, 1225.3084716796875, 1237.2518310546875, 1236.0999755859375, 1135.28759765625, 361.103759765625, 416.4374084472656, 405.4165344238281, 1184.2261962890625, 539.4568481445312, 4780.49755859375, 5598.8173828125, 7267.63037109375, 7436.3271484375, 4836.119140625, 7407.53125, 5470.0205078125, 2456.813232421875, 4064.117919921875, 7430.0244140625, 7621.0068359375, 7688.93310546875, 5888.1376953125, 2431.82666015625, 2543.020751953125, 606.15478515625, 1348.6595458984375, 2206.861572265625, 1872.2337646484375, 1000.4226684570312, 336.4822082519531, 402.584228515625, 2708.942626953125, 4954.2119140625, 6918.84814453125, 4135.64599609375, 4350.19873046875, 4837.84326171875, 6487.41796875, 6650.72021484375, 7268.19970703125, 2331.287353515625, 1857.4638671875, 7569.248046875, 7267.8076171875, 7362.0751953125, 3682.322509765625, 5520.40966796875, 785.3067016601562, 180.9130859375, 937.6920776367188, 2224.849853515625, 2336.44140625, 1499.7701416015625, 352.1965026855469, 537.2218627929688, 602.2084350585938, 302.2147521972656, 453.4385986328125, 2413.534912109375, 5688.35205078125, 6414.95166015625, 5074.59716796875, 3518.843505859375, 4644.3369140625, 3219.2802734375, 5556.5546875, 7528.078125, 7351.44775390625, 7353.3408203125, 7437.45849609375, 6820.3095703125, 7403.6142578125, 6714.15283203125, 7196.7177734375, 4558.24951171875, 1828.76025390625, 265.3190002441406, 3803.7392578125, 2215.172607421875, 1645.05517578125, 1254.199951171875, 497.5877380371094, 663.6742553710938, 693.1326904296875, 1311.88818359375, 1029.9791259765625, 2801.46337890625, 5939.66552734375, 6176.0732421875, 5170.896484375, 7531.9873046875, 7542.19140625, 3515.19580078125, 2578.2607421875, 6634.93701171875, 7621.2607421875, 7453.41064453125, 5469.1279296875, 6293.18798828125, 7602.49951171875, 6068.3466796875, 6927.63623046875, 7674.2734375, 3731.57275390625, 3427.86181640625, 3821.22314453125, 7128.48388671875, 3561.321533203125, 1144.19580078125, 2999.10205078125, 2744.310302734375, 1737.847900390625, 2649.881103515625, 6531.02734375, 7553.21875, 5927.30712890625, 3420.882080078125, 4364.3427734375, 7619.7138671875, 7666.73193359375, 7563.6923828125, 7300.96630859375, 7621.99169921875, 6775.861328125, 7610.74853515625, 7666.41650390625, 5749.53759765625, 7062.28857421875, 7194.4404296875, 6338.775390625, 1088.078857421875, 2410.7646484375, 2810.066650390625, 512.2462158203125, 694.7174682617188, 5765.6669921875, 6698.2080078125, 7600.30615234375, 7464.96142578125, 7309.3310546875, 6711.05908203125, 7680.453125, 7676.0283203125, 7640.76025390625, 7400.3203125, 6246.53955078125, 5771.6923828125, 5682.6650390625, 3484.7763671875, 3065.358642578125, 1221.88330078125, 692.6608276367188, 1790.853271484375, 4188.48974609375, 4454.93212890625, 7170.23876953125, 6425.00146484375, 5515.884765625, 6805.103515625, 7640.52197265625, 7370.478515625, 7320.8740234375, 6713.75244140625, 5228.61083984375, 3600.221435546875, 1346.3411865234375, 1363.7017822265625, 432.7536315917969, 834.0282592773438, 637.9053344726562, 2692.035888671875, 6795.6923828125, 6767.18115234375, 6668.16552734375, 5265.5947265625, 6386.9326171875, 7191.0849609375, 7069.560546875, 5363.87939453125, 6492.85107421875, 4005.20263671875, 2462.615478515625, 379.1095886230469, 544.366455078125, 1185.0166015625, 1741.93408203125, 556.27880859375, 4689.138671875, 7001.96484375, 6829.96728515625, 6769.705078125, 2879.424560546875, 2330.640869140625, 5939.4267578125, 1812.376953125, 400.7565002441406, 426.1817932128906, 327.7972412109375, 813.0713500976562, 2504.0703125, 2767.65771484375, 2012.5782470703125, 3876.190673828125, 537.3021850585938, 348.63616943359375, 597.687255859375, 2049.04638671875, 382.9649353027344, 825.5300903320312, 501.334228515625]\n", - "294\n", - "7865\n", - "16\n", - "[331.2104797363281, 980.3650512695312, 547.5953369140625, 1928.6243896484375, 980.5333862304688, 2654.009765625, 485.9806213378906, 1141.938232421875, 2693.620361328125, 2496.697021484375, 1689.9444580078125, 1337.0980224609375, 2253.2001953125, 2004.361572265625, 722.4319458007812, 306.8807678222656]\n", - "16\n", - "7866\n", - "8\n", - "[482.0039978027344, 405.1839599609375, 766.3212890625, 1507.614501953125, 545.9705200195312, 870.6058959960938, 1620.91943359375, 489.0767517089844]\n", - "8\n", - "7867\n", - "44\n", - "[709.8229370117188, 911.6145629882812, 2374.805908203125, 1634.583984375, 468.58544921875, 734.1865234375, 3459.8466796875, 4744.03271484375, 3555.306640625, 1630.22998046875, 1179.7249755859375, 1467.3953857421875, 1567.9132080078125, 2792.259033203125, 3023.406982421875, 3120.744140625, 896.3758544921875, 1191.978515625, 1144.9068603515625, 2946.30126953125, 1895.016357421875, 2504.979736328125, 3349.682373046875, 1852.670166015625, 434.73193359375, 472.8350830078125, 1679.706787109375, 335.51116943359375, 729.9173583984375, 3664.173828125, 2059.03076171875, 1353.2618408203125, 1626.5018310546875, 354.11956787109375, 2161.1259765625, 1602.9010009765625, 432.6201477050781, 1423.0872802734375, 1169.394287109375, 854.2339477539062, 972.0265502929688, 719.0113525390625, 589.3299560546875, 892.0734252929688]\n", - "44\n", - "7868\n", - "12\n", - "[433.3976135253906, 354.3166198730469, 399.0056457519531, 424.2884521484375, 1494.944091796875, 518.9228515625, 1642.078369140625, 967.8003540039062, 407.415771484375, 1489.2777099609375, 918.3016967773438, 444.71441650390625]\n", - "12\n", - "7869\n", - "35\n", - "[1707.94140625, 1891.4957275390625, 2584.086181640625, 1363.121826171875, 551.1085205078125, 1736.621826171875, 4053.62744140625, 4562.77392578125, 4325.76806640625, 3594.497314453125, 1190.8031005859375, 1598.8978271484375, 2894.93701171875, 4428.16748046875, 4378.22314453125, 4634.71484375, 4618.146484375, 1474.8370361328125, 628.8659057617188, 2406.406005859375, 2814.509033203125, 2026.657958984375, 2837.152587890625, 3508.5703125, 3211.423095703125, 1935.5050048828125, 2119.552734375, 1965.976318359375, 332.1982421875, 349.51190185546875, 944.1092529296875, 1110.5394287109375, 653.8912353515625, 855.1924438476562, 2931.56982421875]\n", - "35\n", - "7870\n", - "7\n", - "[1319.8494873046875, 942.2191772460938, 670.6649169921875, 790.5377807617188, 835.143798828125, 381.8870849609375, 551.4297485351562]\n", - "7\n", - "7871\n", - "6\n", - "[715.2166137695312, 1234.28369140625, 641.4007568359375, 1069.353271484375, 1222.1051025390625, 706.3978271484375]\n", - "6\n", - "7872\n", - "9\n", - "[813.3682861328125, 1152.114990234375, 885.2254638671875, 1387.5208740234375, 407.5885314941406, 664.8426513671875, 568.000244140625, 393.38751220703125, 914.9813842773438]\n", - "9\n", - "7873\n", - "9\n", - "[1039.47021484375, 1549.0390625, 1350.1109619140625, 410.14141845703125, 522.6548461914062, 1056.202392578125, 1224.139404296875, 1444.6314697265625, 665.9837646484375]\n", - "9\n", - "7874\n", - "20\n", - "[326.86737060546875, 329.8021240234375, 709.6761474609375, 423.5725402832031, 670.6251831054688, 565.6527099609375, 446.0624084472656, 1337.15625, 1894.5482177734375, 1560.12158203125, 949.3474731445312, 344.6170654296875, 1264.6043701171875, 728.048828125, 1584.44287109375, 1309.037353515625, 613.1983032226562, 656.8869018554688, 665.6549072265625, 1250.8907470703125]\n", - "20\n", - "7875\n", - "20\n", - "[542.2293701171875, 447.9355773925781, 622.6231079101562, 948.7099609375, 864.8214111328125, 303.8135070800781, 667.6944580078125, 968.3637084960938, 678.5758666992188, 1583.468505859375, 1766.563720703125, 670.9886474609375, 1631.6962890625, 1306.675048828125, 1241.85888671875, 1807.6358642578125, 1288.7474365234375, 300.8718566894531, 532.5413208007812, 544.5308227539062]\n", - "20\n", - "7876\n", - "9\n", - "[656.197998046875, 496.8252258300781, 464.4648132324219, 1570.701171875, 2441.2236328125, 1992.3739013671875, 715.4951171875, 1088.0426025390625, 1503.849853515625]\n", - "9\n", - "7877\n", - "9\n", - "[1151.543212890625, 1086.6075439453125, 337.62744140625, 1207.348876953125, 1614.7674560546875, 1713.5120849609375, 510.2933349609375, 461.0751037597656, 328.8034973144531]\n", - "9\n", - "7878\n", - "40\n", - "[621.06689453125, 1110.9537353515625, 930.2986450195312, 2181.508544921875, 627.7382202148438, 1141.541015625, 2489.79296875, 4088.6923828125, 1682.4000244140625, 690.9466552734375, 445.14202880859375, 683.851318359375, 4262.09326171875, 5436.5205078125, 2283.89013671875, 356.19573974609375, 2496.1396484375, 3864.14697265625, 5043.0263671875, 4307.56005859375, 2710.22412109375, 1866.65234375, 378.3959045410156, 854.8870849609375, 4132.11865234375, 4880.51025390625, 4606.423828125, 2532.696044921875, 628.1290893554688, 486.1966857910156, 663.6917114257812, 351.59808349609375, 1358.2357177734375, 698.9495849609375, 741.3159790039062, 399.9732666015625, 441.2267150878906, 477.8559265136719, 707.0518798828125, 990.3204345703125]\n", - "40\n", - "7879\n", - "8\n", - "[1260.266357421875, 457.2060241699219, 637.7021484375, 803.0933837890625, 1861.769775390625, 998.2107543945312, 1180.1973876953125, 554.5725708007812]\n", - "8\n", - "7880\n", - "12\n", - "[1143.7344970703125, 909.9368896484375, 1459.3565673828125, 311.4924011230469, 3145.426025390625, 1006.6114501953125, 445.4459533691406, 781.3668823242188, 1901.5771484375, 2128.09423828125, 502.4084777832031, 1940.2264404296875]\n", - "12\n", - "7881\n", - "14\n", - "[781.794921875, 344.71588134765625, 474.9066162109375, 1237.0390625, 1378.383056640625, 1279.8428955078125, 1031.169189453125, 952.74365234375, 1900.23291015625, 1818.0181884765625, 516.0709838867188, 306.4669189453125, 781.6407470703125, 788.6646118164062]\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "14\n", - "7882\n", - "13\n", - "[979.4776611328125, 1405.6339111328125, 2255.134033203125, 1005.1851196289062, 357.0212097167969, 2224.12841796875, 2162.4873046875, 731.4942626953125, 688.5538940429688, 2235.094970703125, 1375.56884765625, 579.1984252929688, 863.192626953125]\n", - "13\n", - "7883\n", - "110\n", - "[316.2922058105469, 726.24462890625, 675.740478515625, 388.43780517578125, 864.5117797851562, 1172.0601806640625, 521.8890380859375, 1605.1270751953125, 374.3485107421875, 842.2910766601562, 1531.0506591796875, 2137.51416015625, 428.1197509765625, 739.3464965820312, 143.65684509277344, 1259.497802734375, 996.9810180664062, 360.2849426269531, 1308.142822265625, 855.8452758789062, 2455.5439453125, 559.8926391601562, 602.4742431640625, 303.0923156738281, 118.97193908691406, 264.03924560546875, 645.64208984375, 2921.78759765625, 2650.957275390625, 1182.8671875, 2305.534423828125, 2213.12255859375, 3250.11279296875, 4101.8466796875, 4180.5185546875, 3711.75390625, 808.2428588867188, 1369.22216796875, 2992.76904296875, 4796.64697265625, 4711.97314453125, 5091.13232421875, 4452.07666015625, 2384.99267578125, 1958.115478515625, 3750.612548828125, 3402.307861328125, 4246.01123046875, 4398.0751953125, 3443.643310546875, 2739.614013671875, 376.0972900390625, 667.4987182617188, 2742.466064453125, 3686.460693359375, 4986.27880859375, 4650.82763671875, 4478.60595703125, 4022.6455078125, 2991.759521484375, 461.41094970703125, 1199.4830322265625, 3264.857177734375, 4544.7548828125, 4558.4638671875, 5209.55615234375, 5150.48486328125, 4977.08837890625, 4306.96923828125, 2252.639404296875, 387.6114807128906, 949.0619506835938, 11253.994140625, 9026.15625, 2838.329833984375, 3121.873291015625, 3383.308837890625, 3684.82763671875, 4290.72265625, 5238.94287109375, 4768.048828125, 1078.593017578125, 1042.3145751953125, 15024.8095703125, 22537.771484375, 15389.5419921875, 1341.5404052734375, 4462.8759765625, 172.79830932617188, 670.5870971679688, 2528.3076171875, 2635.7646484375, 972.3716430664062, 916.8023071289062, 9091.25390625, 8101.66845703125, 2166.82958984375, 5822.53466796875, 3834.8203125, 421.7574768066406, 14129.04296875, 12995.14453125, 564.5242309570312, 498.5028991699219, 322.6272277832031, 468.6993408203125, 303.19354248046875, 379.3781433105469, 308.0115966796875]\n", - "109\n", - "7884\n", - "7\n", - "[930.9197998046875, 1583.2222900390625, 388.7068176269531, 420.0212097167969, 814.0579833984375, 883.7570190429688, 406.3152770996094]\n", - "7\n", - "7885\n", - "8\n", - "[363.1501159667969, 735.6773681640625, 1171.96337890625, 1186.8045654296875, 452.3540954589844, 643.2305908203125, 1196.0087890625, 641.79833984375]\n", - "8\n", - "7886\n", - "10\n", - "[329.4580078125, 596.6307983398438, 1258.0313720703125, 2239.904296875, 1282.558837890625, 1128.5810546875, 1066.1455078125, 1005.6763916015625, 432.54803466796875, 845.9999389648438]\n", - "10\n", - "7887\n", - "18\n", - "[344.63555908203125, 1121.5594482421875, 707.7697143554688, 597.6441040039062, 1385.5902099609375, 1563.452392578125, 1582.786376953125, 628.31298828125, 373.1112365722656, 749.4137573242188, 1146.6177978515625, 1327.541259765625, 1220.366455078125, 543.2782592773438, 445.2018127441406, 1032.319091796875, 1129.6669921875, 386.024658203125]\n", - "18\n", - "7888\n", - "41\n", - "[364.21075439453125, 572.63037109375, 768.4251098632812, 666.7583618164062, 1337.7470703125, 1261.4483642578125, 1705.1793212890625, 1147.494140625, 587.5164794921875, 395.4302062988281, 755.062744140625, 2062.19580078125, 2279.47265625, 1000.0732421875, 600.9658203125, 1951.553466796875, 2740.169921875, 1563.47412109375, 721.4880981445312, 2513.26708984375, 2051.658203125, 1063.7122802734375, 1915.6375732421875, 1176.285400390625, 321.72320556640625, 1137.2489013671875, 2622.50048828125, 2018.177490234375, 412.4488830566406, 365.379638671875, 2325.765869140625, 2647.01953125, 2261.46923828125, 1136.7896728515625, 526.169921875, 553.0234375, 789.503662109375, 1453.635498046875, 722.2997436523438, 332.5807800292969, 635.8764038085938]\n", - "41\n", - "7889\n", - "5\n", - "[386.6695251464844, 2548.814208984375, 1146.2032470703125, 936.9944458007812, 1248.5423583984375]\n", - "5\n", - "7890\n", - "8\n", - "[341.49951171875, 481.39227294921875, 363.7557067871094, 1651.2403564453125, 1945.791259765625, 601.8096313476562, 875.6890258789062, 462.5689697265625]\n", - "8\n", - "7891\n", - "14\n", - "[1904.4407958984375, 463.04974365234375, 1488.1290283203125, 2519.96044921875, 429.86688232421875, 1207.148193359375, 3449.115234375, 1953.27587890625, 1079.7647705078125, 814.6837158203125, 617.463134765625, 1541.2276611328125, 981.242919921875, 1559.8431396484375]\n", - "14\n", - "7892\n", - "43\n", - "[369.6692810058594, 894.3733520507812, 324.2242736816406, 358.58758544921875, 1686.7154541015625, 2615.533935546875, 2724.859619140625, 2831.79443359375, 1764.904541015625, 1608.12158203125, 917.7407836914062, 538.52197265625, 500.837158203125, 1072.6669921875, 1745.0521240234375, 2863.0458984375, 2901.278076171875, 2355.382568359375, 1862.44970703125, 2793.20458984375, 2744.798095703125, 2280.61474609375, 2261.9501953125, 680.293701171875, 1202.6959228515625, 1279.5546875, 942.3490600585938, 1394.796142578125, 1779.4033203125, 1866.395751953125, 2256.999267578125, 2040.868896484375, 834.7272338867188, 418.60845947265625, 471.0992736816406, 1228.83349609375, 1860.04541015625, 1763.43603515625, 652.0349731445312, 623.510986328125, 1067.301025390625, 1080.8885498046875, 381.11676025390625]\n", - "43\n", - "7893\n", - "86\n", - "[313.7215270996094, 529.0319213867188, 371.9385986328125, 530.3711547851562, 395.9580078125, 501.89508056640625, 497.10162353515625, 354.97406005859375, 550.595458984375, 578.4439697265625, 432.7117919921875, 664.7501831054688, 774.5404663085938, 512.9615478515625, 1060.730224609375, 489.7220153808594, 656.082275390625, 557.7304077148438, 974.26513671875, 2629.165283203125, 1499.93408203125, 1547.3984375, 350.11419677734375, 3000.426513671875, 3973.81298828125, 4381.4609375, 4414.79345703125, 1377.862548828125, 1338.2813720703125, 3783.40478515625, 3397.170166015625, 3077.2138671875, 3145.793212890625, 1514.2978515625, 564.145751953125, 2646.532470703125, 2209.0556640625, 2694.658203125, 2818.984619140625, 647.3635864257812, 2923.863525390625, 1649.85302734375, 691.6968994140625, 1282.7047119140625, 4183.00341796875, 2915.323974609375, 1119.7467041015625, 1737.42236328125, 554.7135620117188, 1541.33642578125, 311.6542053222656, 1065.6536865234375, 2762.35546875, 4119.810546875, 3986.49609375, 3521.909423828125, 2078.17626953125, 359.3934326171875, 2995.743896484375, 2123.861572265625, 1354.591552734375, 4490.62255859375, 5000.01708984375, 4987.52001953125, 3367.19677734375, 829.923828125, 403.3778381347656, 1519.845703125, 555.4307250976562, 206.54315185546875, 3111.8828125, 4861.2998046875, 5005.96142578125, 4728.2177734375, 3407.701416015625, 1398.7340087890625, 502.69720458984375, 703.7915649414062, 3246.735107421875, 4020.783203125, 3442.158935546875, 524.1517944335938, 408.47857666015625, 591.8953247070312, 326.2667236328125]\n", - "85\n", - "7894\n", - "10\n", - "[768.766845703125, 783.89453125, 898.826171875, 1140.3270263671875, 1494.9256591796875, 750.7880249023438, 371.6155700683594, 568.8106079101562, 1384.865966796875, 933.7457885742188]\n", - "10\n", - "7895\n", - "8\n", - "[760.82568359375, 999.798583984375, 1090.2735595703125, 2020.5029296875, 1337.3834228515625, 1152.026123046875, 619.5416870117188, 791.6063232421875]\n", - "8\n", - "7896\n", - "6\n", - "[391.63165283203125, 802.3173217773438, 857.7427978515625, 929.1503295898438, 3385.24462890625, 561.6843872070312]\n", - "6\n", - "7897\n", - "23\n", - "[645.5216674804688, 1270.4134521484375, 486.13543701171875, 361.7923583984375, 1699.2587890625, 1622.55224609375, 663.9617309570312, 1797.720947265625, 1848.638671875, 1743.31103515625, 790.0494995117188, 313.79034423828125, 1415.7235107421875, 2615.02978515625, 383.3759765625, 497.04150390625, 1519.0291748046875, 1695.4586181640625, 1634.695556640625, 1145.8074951171875, 1548.2896728515625, 895.7117309570312, 382.4537353515625]\n", - "23\n", - "7898\n", - "10\n", - "[554.1589965820312, 1792.5579833984375, 1218.6507568359375, 797.6699829101562, 2987.772216796875, 2353.275634765625, 1106.44677734375, 338.45843505859375, 414.4330139160156, 1135.0574951171875]\n", - "10\n", - "7899\n", - "33\n", - "[681.5752563476562, 508.81829833984375, 904.0254516601562, 1464.313720703125, 1592.6917724609375, 1193.2237548828125, 1068.2718505859375, 919.0423583984375, 902.4116821289062, 1379.2142333984375, 1629.781005859375, 1880.052978515625, 2130.9501953125, 1159.408935546875, 508.90533447265625, 605.1492919921875, 1680.831298828125, 1790.9315185546875, 2027.824951171875, 1675.657470703125, 1538.8291015625, 1393.01904296875, 802.6524047851562, 818.25634765625, 1191.2996826171875, 1273.33251953125, 1057.1363525390625, 1155.770751953125, 1035.213623046875, 462.50872802734375, 312.0093078613281, 718.6443481445312, 536.637939453125]\n", - "33\n", - "7900\n", - "15\n", - "[621.16650390625, 623.7869262695312, 873.7418212890625, 605.5142822265625, 312.23077392578125, 311.3236999511719, 1103.262451171875, 1317.4166259765625, 740.7984008789062, 672.753173828125, 898.3370361328125, 703.416015625, 551.7576904296875, 391.9503479003906, 412.4566650390625]\n", - "15\n", - "7901\n", - "11\n", - "[509.95526123046875, 323.3807067871094, 305.4021911621094, 1019.4518432617188, 882.3351440429688, 707.9080200195312, 406.4405212402344, 540.6612548828125, 350.308349609375, 442.9652099609375, 667.7962646484375]\n", - "11\n", - "7902\n", - "12\n", - "[450.0079040527344, 351.9451599121094, 939.303955078125, 1090.57861328125, 1367.4578857421875, 1391.359375, 494.2067565917969, 1330.7513427734375, 2124.947265625, 1713.2266845703125, 1737.64306640625, 1173.7359619140625]\n", - "12\n", - "7903\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "26\n", - "[440.86199951171875, 1000.3944091796875, 982.5891723632812, 458.84295654296875, 983.37890625, 774.6212158203125, 1982.60546875, 1164.88818359375, 1563.6107177734375, 1580.105712890625, 849.659423828125, 632.9578857421875, 1133.931396484375, 1633.652587890625, 1578.0079345703125, 1076.1044921875, 1283.460693359375, 509.33563232421875, 1143.4525146484375, 998.8016357421875, 1646.7640380859375, 1744.374755859375, 818.5091552734375, 780.447265625, 864.2813720703125, 502.78656005859375]\n", - "26\n", - "7904\n", - "31\n", - "[361.31097412109375, 462.47235107421875, 759.595458984375, 821.665771484375, 614.0910034179688, 1139.6527099609375, 1154.0885009765625, 399.4144287109375, 615.6561279296875, 1315.838623046875, 1281.378173828125, 1745.7254638671875, 384.4429626464844, 1022.3041381835938, 1449.6923828125, 1545.099609375, 1241.4857177734375, 951.3262939453125, 1011.565673828125, 1098.0863037109375, 1388.1116943359375, 1353.5299072265625, 907.5523071289062, 325.86077880859375, 1001.7269897460938, 1543.6893310546875, 1269.63330078125, 478.870849609375, 568.4547119140625, 347.9067687988281, 549.1854248046875]\n", - "31\n", - "7905\n", - "16\n", - "[604.4391479492188, 1190.460693359375, 1415.6815185546875, 533.9221801757812, 697.013916015625, 2169.614990234375, 2216.811767578125, 1841.4879150390625, 322.5832824707031, 1380.250732421875, 2032.1163330078125, 1364.385498046875, 792.6898803710938, 853.7061767578125, 531.70166015625, 823.2429809570312]\n", - "16\n", - "7906\n", - "32\n", - "[622.2122192382812, 935.6287841796875, 1892.0069580078125, 1041.1971435546875, 1639.2442626953125, 1589.3404541015625, 1812.7696533203125, 2250.341552734375, 2437.7607421875, 1885.0067138671875, 1406.204833984375, 2722.081298828125, 3085.401611328125, 3158.441162109375, 3073.505126953125, 2222.45751953125, 711.0288696289062, 820.7842407226562, 2070.4873046875, 2304.769775390625, 2231.754638671875, 2701.328369140625, 2648.25341796875, 1682.5093994140625, 531.488037109375, 780.3253784179688, 906.212646484375, 1219.65673828125, 2069.6748046875, 1644.2198486328125, 547.9539184570312, 459.2784423828125]\n", - "32\n", - "7907\n", - "8\n", - "[1163.7099609375, 2062.750244140625, 1679.544677734375, 395.9078369140625, 569.68115234375, 1882.2864990234375, 1968.3485107421875, 720.346435546875]\n", - "8\n", - "7908\n", - "27\n", - "[305.0677185058594, 316.4846496582031, 456.9290771484375, 739.6824951171875, 741.5200805664062, 1082.07568359375, 985.1284790039062, 418.8883972167969, 1256.4403076171875, 1467.8109130859375, 1945.9993896484375, 1522.1357421875, 1143.8543701171875, 897.5559692382812, 522.6574096679688, 678.8798828125, 1336.183349609375, 1858.813720703125, 1601.404296875, 1529.2523193359375, 878.6716918945312, 850.05517578125, 1671.01025390625, 1730.247314453125, 704.1766967773438, 1063.823486328125, 690.9603881835938]\n", - "27\n", - "7909\n", - "8\n", - "[395.8994140625, 696.6470336914062, 871.137939453125, 1675.78564453125, 1499.4744873046875, 676.1654052734375, 706.6595458984375, 1064.0391845703125]\n", - "8\n", - "7910\n", - "16\n", - "[884.80224609375, 359.1211242675781, 493.7505798339844, 603.8167114257812, 820.94970703125, 1380.890625, 816.4034423828125, 338.2615661621094, 1133.8026123046875, 1869.3961181640625, 1246.0972900390625, 2148.210693359375, 1654.0057373046875, 360.4410095214844, 409.90692138671875, 806.0944213867188]\n", - "16\n", - "7911\n", - "48\n", - "[1042.778076171875, 1249.6326904296875, 618.3013916015625, 365.2798156738281, 1218.9739990234375, 773.2691040039062, 461.30364990234375, 1706.0308837890625, 1416.8116455078125, 951.9599609375, 1675.3125, 859.9879760742188, 337.6384582519531, 546.9077758789062, 936.6573486328125, 1442.9617919921875, 528.7996826171875, 975.9895629882812, 1564.7100830078125, 582.9161987304688, 825.16015625, 1669.6007080078125, 1593.4332275390625, 983.4454345703125, 1539.59033203125, 1774.199462890625, 1988.6190185546875, 1269.2772216796875, 637.5016479492188, 383.7066955566406, 1552.342529296875, 1839.0030517578125, 1707.279296875, 686.8854370117188, 962.9144897460938, 426.3092346191406, 629.9963989257812, 1792.482421875, 1729.8095703125, 1499.375732421875, 672.0826416015625, 318.29010009765625, 674.8285522460938, 511.1502685546875, 1135.8092041015625, 493.3465881347656, 405.4635314941406, 1090.66650390625]\n", - "48\n", - "7912\n", - "14\n", - "[484.5313720703125, 470.9584045410156, 309.0556335449219, 414.0597839355469, 672.9555053710938, 849.1255493164062, 424.7860412597656, 511.192138671875, 573.0615844726562, 864.8974609375, 1148.7557373046875, 740.0719604492188, 444.11181640625, 955.5310668945312]\n", - "14\n", - "7913\n", - "17\n", - "[461.54327392578125, 438.4570617675781, 650.5739135742188, 652.5225219726562, 1069.563232421875, 748.0005493164062, 512.9032592773438, 1372.3834228515625, 1578.83251953125, 813.1760864257812, 320.8194274902344, 549.0540161132812, 444.1324768066406, 573.5468139648438, 871.2025756835938, 586.7274780273438, 739.3931884765625]\n", - "17\n", - "7914\n", - "10\n", - "[663.8324584960938, 1194.2752685546875, 1454.339111328125, 1080.744140625, 2028.0625, 1221.5589599609375, 1797.213134765625, 2141.3056640625, 421.86083984375, 356.2149658203125]\n", - "10\n", - "7915\n", - "10\n", - "[735.4927978515625, 749.4554443359375, 865.1741943359375, 300.3631591796875, 1849.146240234375, 824.8101806640625, 1100.1644287109375, 1390.973876953125, 350.14404296875, 440.2347106933594]\n", - "10\n", - "7916\n", - "17\n", - "[525.9747314453125, 765.85107421875, 862.607421875, 635.4996948242188, 1458.9344482421875, 1740.15869140625, 1603.7615966796875, 908.23876953125, 314.62969970703125, 809.4008178710938, 1360.1588134765625, 1563.3092041015625, 1300.5343017578125, 749.33447265625, 656.8663330078125, 557.7282104492188, 354.4674377441406]\n", - "17\n", - "7917\n", - "17\n", - "[416.4593811035156, 671.9483032226562, 1055.34033203125, 958.662109375, 1808.044189453125, 2417.394775390625, 725.8599243164062, 430.6548156738281, 450.83563232421875, 1197.8607177734375, 2930.37744140625, 966.893798828125, 374.55816650390625, 2161.69677734375, 648.1654663085938, 1621.3726806640625, 533.2498779296875]\n", - "17\n", - "7918\n", - "5\n", - "[1177.297607421875, 1550.427978515625, 869.2564697265625, 464.7930603027344, 994.5526733398438]\n", - "5\n", - "7919\n", - "30\n", - "[1025.665771484375, 1641.41650390625, 2168.111328125, 468.8674621582031, 3284.113037109375, 3235.20947265625, 2654.83740234375, 3373.186767578125, 3591.70703125, 1465.662841796875, 589.7647705078125, 1758.7586669921875, 2613.84130859375, 3568.832763671875, 3329.544189453125, 535.2005615234375, 993.9360961914062, 3526.664794921875, 3201.460693359375, 2400.70068359375, 512.102783203125, 1808.2894287109375, 3144.87744140625, 3001.563720703125, 2749.294677734375, 864.4682006835938, 2039.505126953125, 2231.512939453125, 1041.555908203125, 1648.77197265625]\n", - "30\n", - "7920\n", - "83\n", - "[582.7021484375, 703.351318359375, 837.6804809570312, 524.193115234375, 1665.4620361328125, 1730.5506591796875, 331.92333984375, 1613.9312744140625, 704.322265625, 707.6021728515625, 2174.779296875, 1997.7169189453125, 698.9583740234375, 1337.9632568359375, 1316.314453125, 1875.0233154296875, 454.65252685546875, 2400.373046875, 2848.509033203125, 973.3397216796875, 1253.017822265625, 2062.34765625, 2273.9375, 951.6356811523438, 676.6583251953125, 985.5159912109375, 1919.804931640625, 1927.7342529296875, 3379.1396484375, 1386.4234619140625, 2514.8017578125, 3179.990234375, 1768.8553466796875, 896.1500244140625, 2291.80517578125, 1997.918212890625, 3340.1875, 3768.39990234375, 2722.898681640625, 2666.927490234375, 3352.995361328125, 2759.22998046875, 1221.6715087890625, 988.5787353515625, 1363.95751953125, 3278.37890625, 3880.63427734375, 3592.09130859375, 2625.58349609375, 3150.26220703125, 3175.779052734375, 2176.62255859375, 732.6768798828125, 999.8826904296875, 3324.3486328125, 3700.658935546875, 3643.499755859375, 1752.1519775390625, 2660.391357421875, 1181.712890625, 749.6920166015625, 359.8556213378906, 1370.5054931640625, 2878.260986328125, 2104.87548828125, 984.5765991210938, 736.60009765625, 355.5416564941406, 631.5254516601562, 425.0428161621094, 1097.035888671875, 2192.086669921875, 2230.66357421875, 722.71484375, 500.1051330566406, 466.2248840332031, 302.42413330078125, 561.5822143554688, 1898.59423828125, 1694.377197265625, 1686.6688232421875, 995.5726928710938, 347.0202941894531]\n", - "83\n", - "7921\n", - "7\n", - "[1084.3150634765625, 317.1934509277344, 550.1993408203125, 1112.910400390625, 358.96759033203125, 771.317138671875, 917.65673828125]\n", - "7\n", - "7922\n", - "10\n", - "[339.46978759765625, 560.9217529296875, 489.67608642578125, 1085.417236328125, 1293.3948974609375, 723.244140625, 1836.9384765625, 1515.35888671875, 584.6715087890625, 868.4146728515625]\n", - "10\n", - "7923\n", - "9\n", - "[1481.80322265625, 2811.50537109375, 1254.4404296875, 580.625244140625, 518.9431762695312, 1830.5577392578125, 2094.64306640625, 1196.9228515625, 518.1925048828125]\n", - "9\n", - "7924\n", - "7\n", - "[752.53759765625, 654.850341796875, 1097.662841796875, 1847.2479248046875, 1336.73046875, 920.7516479492188, 889.4981689453125]\n", - "7\n", - "7925\n", - "5\n", - "[333.7886657714844, 906.088134765625, 1599.342529296875, 2616.784912109375, 1231.731201171875]\n", - "5\n", - "7926\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[1015.1632690429688, 462.3535461425781, 1165.3084716796875, 1402.37109375, 843.978759765625, 435.2088623046875]\n", - "6\n", - "7927\n", - "5\n", - "[775.9510498046875, 2874.131103515625, 779.40234375, 1951.0819091796875, 940.2660522460938]\n", - "5\n", - "7928\n", - "15\n", - "[531.274169921875, 953.75830078125, 1569.8714599609375, 1568.1094970703125, 313.4194030761719, 1407.8245849609375, 3300.634033203125, 4832.791015625, 2655.999267578125, 1053.71044921875, 538.2930908203125, 2968.486083984375, 3211.716796875, 1167.7462158203125, 480.6202697753906]\n", - "15\n", - "7929\n", - "14\n", - "[481.4833984375, 768.5859375, 579.6654052734375, 559.6860961914062, 314.109619140625, 1580.7032470703125, 1425.228759765625, 532.9403076171875, 351.89373779296875, 1037.261962890625, 362.15936279296875, 586.7152099609375, 848.7534790039062, 406.6069030761719]\n", - "14\n", - "7930\n", - "9\n", - "[313.4274597167969, 919.5762329101562, 410.65753173828125, 697.0819702148438, 609.5770874023438, 364.7380065917969, 1494.49462890625, 773.9373168945312, 788.324462890625]\n", - "9\n", - "7931\n", - "40\n", - "[714.06689453125, 1113.970703125, 1213.5079345703125, 790.1864624023438, 878.2027587890625, 2717.378173828125, 1667.078369140625, 1284.47509765625, 2304.96923828125, 2130.09619140625, 6934.9765625, 11455.390625, 2406.3037109375, 698.5399169921875, 355.9010314941406, 712.4669799804688, 1024.9652099609375, 448.94891357421875, 1526.5635986328125, 2619.84130859375, 12144.1943359375, 14899.591796875, 8163.966796875, 443.9744873046875, 488.1230163574219, 455.02947998046875, 416.09149169921875, 1774.133056640625, 3002.356201171875, 12565.0009765625, 8902.1865234375, 922.6768188476562, 459.51922607421875, 2121.12646484375, 7107.7783203125, 2037.521240234375, 313.9118957519531, 722.0772094726562, 494.4203796386719, 1234.956787109375]\n", - "40\n", - "7932\n", - "12\n", - "[707.3385009765625, 491.6658935546875, 1533.5504150390625, 2379.5966796875, 524.0762939453125, 2202.07763671875, 2358.7255859375, 1101.6336669921875, 703.9019775390625, 852.7464599609375, 837.8507080078125, 312.1991271972656]\n", - "12\n", - "7933\n", - "11\n", - "[409.8765563964844, 341.1290588378906, 613.7457275390625, 1023.482666015625, 909.1263427734375, 2044.0555419921875, 993.8042602539062, 655.1587524414062, 370.99114990234375, 504.15087890625, 1422.006591796875]\n", - "11\n", - "7934\n", - "10\n", - "[413.62725830078125, 760.3660888671875, 745.4644165039062, 1562.9647216796875, 1701.2489013671875, 955.192138671875, 480.3133544921875, 1408.6898193359375, 327.5653076171875, 708.8098754882812]\n", - "10\n", - "7935\n", - "11\n", - "[380.67340087890625, 449.288330078125, 1153.4910888671875, 1017.5139770507812, 1828.697998046875, 741.9898071289062, 3054.1640625, 3034.401611328125, 947.4507446289062, 2335.94873046875, 521.1837158203125]\n", - "11\n", - "7936\n", - "25\n", - "[637.5445556640625, 2466.712646484375, 4474.1962890625, 1702.581787109375, 2063.004638671875, 4118.33935546875, 3376.5576171875, 3960.43017578125, 526.6520385742188, 1289.107177734375, 4890.21533203125, 3601.3427734375, 3788.507080078125, 1353.2310791015625, 2063.25732421875, 909.8333740234375, 1302.86865234375, 2317.794189453125, 851.773681640625, 1626.0953369140625, 2666.034912109375, 674.5354614257812, 887.219482421875, 2207.01708984375, 522.7447509765625]\n", - "25\n", - "7937\n", - "10\n", - "[653.495849609375, 649.0194702148438, 1477.66162109375, 1899.09619140625, 1162.703857421875, 1064.5806884765625, 1244.9375, 1228.01220703125, 677.7667236328125, 518.9425659179688]\n", - "10\n", - "7938\n", - "15\n", - "[1513.075927734375, 1213.63427734375, 363.4418029785156, 627.4588012695312, 2105.728759765625, 995.68408203125, 486.5260314941406, 419.91510009765625, 935.20068359375, 704.09326171875, 1090.6273193359375, 816.3953857421875, 397.9569396972656, 516.5264892578125, 397.7470397949219]\n", - "15\n", - "7939\n", - "8\n", - "[403.5424499511719, 1197.7166748046875, 963.3191528320312, 2409.052978515625, 342.06256103515625, 954.5599365234375, 3163.37841796875, 1893.21337890625]\n", - "8\n", - "7940\n", - "272\n", - "[463.16766357421875, 734.3021850585938, 320.8671569824219, 857.574462890625, 900.5135498046875, 432.8616943359375, 851.3982543945312, 704.46484375, 335.0043029785156, 269.6977844238281, 413.30316162109375, 318.8411560058594, 680.9805297851562, 548.0075073242188, 815.9346313476562, 848.3087158203125, 745.4732666015625, 537.2685546875, 301.65093994140625, 445.73333740234375, 1359.8087158203125, 1344.1871337890625, 730.036865234375, 723.3807983398438, 814.4810791015625, 1367.197265625, 712.5548706054688, 2003.0751953125, 467.1186828613281, 425.2234802246094, 514.10693359375, 1265.69189453125, 1714.94970703125, 2119.610107421875, 2172.85302734375, 1863.9989013671875, 2337.863525390625, 1014.1636962890625, 362.1786804199219, 842.362548828125, 528.5191040039062, 1093.4754638671875, 1209.575439453125, 1112.5906982421875, 1692.8936767578125, 2457.93115234375, 2725.297119140625, 2071.942626953125, 1735.1593017578125, 709.078125, 407.4865417480469, 637.6444091796875, 612.9127807617188, 949.9038696289062, 552.7638549804688, 873.0810546875, 1426.6446533203125, 1913.796142578125, 1148.6182861328125, 1742.8031005859375, 1696.993408203125, 923.400146484375, 373.7314147949219, 760.1671142578125, 990.077392578125, 575.7599487304688, 824.1004028320312, 1717.18896484375, 1924.860595703125, 2245.896240234375, 1420.2972412109375, 805.9813232421875, 648.9487915039062, 2437.64306640625, 2014.7655029296875, 527.727783203125, 427.6261901855469, 1132.244384765625, 3058.091796875, 820.134521484375, 1263.1123046875, 4886.42724609375, 4715.76513671875, 1088.444091796875, 800.8934326171875, 4493.58984375, 4656.0478515625, 3463.9521484375, 1478.04833984375, 479.5830993652344, 2193.83837890625, 2188.227294921875, 1658.381103515625, 685.9102783203125, 2022.2261962890625, 5202.56689453125, 4293.03466796875, 1216.2034912109375, 791.6629028320312, 1533.0977783203125, 1044.3677978515625, 2518.796630859375, 1074.3941650390625, 393.1097412109375, 1287.198974609375, 1702.3759765625, 1620.9757080078125, 1496.621826171875, 661.124755859375, 1753.28173828125, 1428.666015625, 1438.364990234375, 1131.2254638671875, 3907.876708984375, 2965.320556640625, 1326.330322265625, 342.4345703125, 670.453369140625, 1804.222412109375, 4178.37255859375, 3290.872802734375, 1658.716552734375, 1724.324462890625, 459.2068176269531, 656.1844482421875, 2212.49560546875, 1424.6619873046875, 2016.747802734375, 1962.355224609375, 4125.04931640625, 3025.876220703125, 1345.26025390625, 332.365234375, 1366.7265625, 853.1690673828125, 376.8212890625, 866.0055541992188, 3974.6796875, 3198.341064453125, 1353.456787109375, 551.060791015625, 2252.2978515625, 2320.2255859375, 744.3139038085938, 372.04864501953125, 2355.562744140625, 2068.869384765625, 1638.9482421875, 474.23748779296875, 5731.18994140625, 5164.560546875, 2667.880126953125, 1133.035400390625, 448.0404052734375, 3250.483642578125, 6313.6396484375, 5424.10595703125, 4870.0615234375, 1758.8021240234375, 2273.17724609375, 801.4108276367188, 795.0938720703125, 5381.81640625, 6790.609375, 6148.0576171875, 4659.40234375, 1926.5150146484375, 487.0459899902344, 308.00592041015625, 512.6002197265625, 6298.7275390625, 6230.6318359375, 4789.15771484375, 1280.141357421875, 2110.628173828125, 1819.322998046875, 1753.8057861328125, 432.4437561035156, 573.6591186523438, 3298.796875, 6147.9599609375, 5585.46728515625, 1099.235595703125, 4651.03076171875, 4598.40625, 1137.486572265625, 896.6607666015625, 640.5668334960938, 3458.634521484375, 6630.505859375, 6410.43359375, 6425.40869140625, 6578.43310546875, 6395.361328125, 4399.17822265625, 3457.208984375, 900.6647338867188, 581.247802734375, 606.8299560546875, 1903.811767578125, 6335.47607421875, 6187.49658203125, 6684.26953125, 5410.2353515625, 6231.98779296875, 5108.4697265625, 5075.1240234375, 888.170654296875, 550.8651123046875, 715.2868041992188, 2932.45703125, 6277.58984375, 5316.53662109375, 5534.89013671875, 6495.88720703125, 6221.3662109375, 6525.11669921875, 5019.45263671875, 2110.670166015625, 782.3761596679688, 951.58447265625, 476.6971740722656, 5764.51416015625, 455.7688293457031, 3624.18115234375, 2971.58154296875, 4317.568359375, 6276.283203125, 6740.56298828125, 5861.86767578125, 3372.440673828125, 3842.50634765625, 1864.2681884765625, 450.3254089355469, 4962.7890625, 2278.543701171875, 4890.326171875, 6809.140625, 6716.5673828125, 6715.92431640625, 6292.794921875, 6325.693359375, 6597.544921875, 6737.439453125, 3980.395751953125, 1860.250244140625, 4791.8056640625, 880.5679931640625, 2283.581787109375, 5644.5068359375, 6377.18603515625, 4334.6044921875, 1792.287353515625, 2229.76220703125, 3914.640869140625, 4018.9541015625, 1105.203125, 429.3062744140625, 1972.50146484375, 571.6397094726562, 597.6620483398438, 900.7136840820312, 1861.5499267578125, 2112.71044921875, 631.9089965820312, 825.6932373046875, 2552.59619140625, 3078.668701171875, 439.20086669921875, 1763.79833984375, 907.1494140625, 771.2446899414062]\n", - "272\n", - "7941\n", - "8\n", - "[387.527587890625, 519.8588256835938, 405.4786376953125, 338.794921875, 954.3419799804688, 1363.4786376953125, 1541.2646484375, 497.0953369140625]\n", - "8\n", - "7942\n", - "7\n", - "[3055.2529296875, 1172.4112548828125, 1418.2891845703125, 2684.6787109375, 646.3456420898438, 493.300048828125, 337.3614501953125]\n", - "7\n", - "7943\n", - "7\n", - "[706.91650390625, 671.9718627929688, 766.4480590820312, 1764.593017578125, 490.91278076171875, 2143.152587890625, 1164.6129150390625]\n", - "7\n", - "7944\n", - "6\n", - "[319.072021484375, 1116.1473388671875, 1319.0224609375, 310.1758117675781, 927.1151733398438, 1543.96875]\n", - "6\n", - "7945\n", - "14\n", - "[544.2052612304688, 398.8348693847656, 822.9302978515625, 924.8284301757812, 644.6526489257812, 1973.9141845703125, 948.0293579101562, 433.7344055175781, 1012.5838623046875, 917.8637084960938, 343.4759521484375, 364.14013671875, 423.6099853515625, 309.4126281738281]\n", - "14\n", - "7946\n", - "15\n", - "[500.70709228515625, 1263.30029296875, 1654.4007568359375, 444.4250183105469, 508.34954833984375, 1629.63037109375, 1197.4813232421875, 984.027099609375, 1091.153564453125, 438.46649169921875, 395.591064453125, 342.1614074707031, 527.0886840820312, 1083.7945556640625, 908.0505981445312]\n", - "15\n", - "7947\n", - "29\n", - "[371.1494140625, 381.56072998046875, 407.1669616699219, 1058.1448974609375, 719.2467651367188, 989.255615234375, 1209.920654296875, 1050.763916015625, 1687.68701171875, 449.31005859375, 558.466552734375, 606.4177856445312, 339.3454895019531, 823.4898071289062, 2809.14404296875, 903.6417846679688, 701.3606567382812, 368.357177734375, 830.6615600585938, 4635.04248046875, 1875.610107421875, 404.7931823730469, 307.8085021972656, 399.9013977050781, 387.08746337890625, 364.6775207519531, 310.0379333496094, 750.43017578125, 656.20166015625]\n", - "29\n", - "7948\n", - "21\n", - "[480.0820617675781, 330.7155456542969, 567.3224487304688, 527.3717041015625, 3250.71533203125, 1255.1319580078125, 769.0189819335938, 488.0010681152344, 1440.383056640625, 3362.34228515625, 3900.845458984375, 4259.0283203125, 1961.5760498046875, 514.675048828125, 2658.689208984375, 3459.477294921875, 2588.972412109375, 328.92596435546875, 940.2161254882812, 616.2703247070312, 462.3340759277344]\n", - "21\n", - "7949\n", - "8\n", - "[646.0111694335938, 1188.1158447265625, 1102.931640625, 415.0301208496094, 797.2422485351562, 2838.464599609375, 1611.008544921875, 598.6053466796875]\n", - "8\n", - "7950\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6\n", - "[456.5051574707031, 803.470947265625, 1202.2703857421875, 392.2728271484375, 2449.260986328125, 433.9554748535156]\n", - "6\n", - "7951\n", - "6\n", - "[976.7506713867188, 793.8931884765625, 1155.4332275390625, 428.28643798828125, 2063.419921875, 1125.8333740234375]\n", - "6\n", - "7952\n", - "66\n", - "[725.3413696289062, 2876.590576171875, 1099.4322509765625, 727.256591796875, 1009.9298706054688, 2377.396240234375, 1638.7037353515625, 1254.5238037109375, 2400.880126953125, 1765.029052734375, 1138.8638916015625, 2507.60302734375, 1731.330810546875, 701.30810546875, 1960.5426025390625, 3617.648193359375, 3286.371337890625, 3008.946044921875, 3805.416259765625, 2108.984375, 2063.551025390625, 1352.4903564453125, 585.4573364257812, 381.7246398925781, 1512.5184326171875, 1477.777587890625, 1783.047119140625, 3152.16552734375, 898.8739013671875, 701.4962768554688, 1078.2198486328125, 2842.874267578125, 2786.382568359375, 1401.29541015625, 544.9797973632812, 1536.7154541015625, 1788.314453125, 1679.9847412109375, 595.3330078125, 2004.9288330078125, 2778.732177734375, 1291.8192138671875, 1149.3128662109375, 1400.1400146484375, 3299.13134765625, 797.4859619140625, 1291.6793212890625, 307.39544677734375, 2309.611572265625, 3013.987548828125, 1545.273193359375, 1191.1986083984375, 508.9120178222656, 1047.595458984375, 3366.139404296875, 2451.228759765625, 3068.38037109375, 1481.5328369140625, 2305.251708984375, 1906.425048828125, 540.0284423828125, 1417.9639892578125, 401.4939880371094, 305.8924255371094, 484.7644958496094, 408.4674377441406]\n", - "66\n", - "7953\n", - "6\n", - "[736.2614135742188, 670.759033203125, 776.25537109375, 1396.5186767578125, 883.5186767578125, 1210.4989013671875]\n", - "6\n", - "7954\n", - "8\n", - "[321.2351379394531, 793.70654296875, 551.0371704101562, 958.7874755859375, 939.3856811523438, 1008.6276245117188, 756.4482421875, 335.02703857421875]\n", - "8\n", - "7955\n", - "13\n", - "[495.1732177734375, 645.2315063476562, 813.7447509765625, 718.4662475585938, 656.5005493164062, 1640.5299072265625, 1261.6103515625, 1144.2989501953125, 1476.76416015625, 907.8958129882812, 1318.97802734375, 911.130615234375, 352.9895935058594]\n", - "13\n", - "7956\n", - "38\n", - "[630.8521118164062, 445.38665771484375, 834.8594360351562, 317.1544494628906, 1058.113037109375, 1897.3892822265625, 2171.44970703125, 834.4432373046875, 889.0331420898438, 3092.714599609375, 2908.1005859375, 2096.502197265625, 1184.9124755859375, 371.3565368652344, 698.2098388671875, 2484.944091796875, 1863.8238525390625, 1578.7735595703125, 713.9900512695312, 1901.02099609375, 2262.952880859375, 1202.281494140625, 377.23919677734375, 638.8533325195312, 842.6194458007812, 1490.7744140625, 1683.59326171875, 741.4268188476562, 1365.3890380859375, 334.428955078125, 397.92791748046875, 863.8141479492188, 1828.1494140625, 2281.390869140625, 1336.462646484375, 317.556396484375, 347.05499267578125, 1717.1964111328125]\n", - "38\n", - "7957\n", - "7\n", - "[1214.510986328125, 892.2423095703125, 422.26568603515625, 865.75439453125, 1517.000244140625, 1219.97705078125, 471.17608642578125]\n", - "7\n", - "7958\n", - "6\n", - "[876.5039672851562, 1691.4322509765625, 2026.258544921875, 400.4666442871094, 579.37939453125, 575.4818725585938]\n", - "6\n", - "7959\n", - "60\n", - "[490.61199951171875, 309.9029541015625, 324.5597839355469, 631.6610107421875, 417.75994873046875, 492.724609375, 1250.5970458984375, 711.4580078125, 779.3717041015625, 858.7540283203125, 596.8402709960938, 355.73345947265625, 990.1889038085938, 1171.1292724609375, 2597.869873046875, 2051.1318359375, 921.8062744140625, 466.8127746582031, 678.2188720703125, 398.6737976074219, 572.8248291015625, 2598.154296875, 2725.210205078125, 904.9671630859375, 375.0799255371094, 1570.3311767578125, 1170.6065673828125, 2044.83984375, 867.641357421875, 1882.671875, 2418.62451171875, 975.3984375, 420.3851623535156, 868.0988159179688, 2819.568359375, 3171.84765625, 2640.707275390625, 1164.2799072265625, 325.1084899902344, 1590.09619140625, 1963.36572265625, 3180.1923828125, 3015.22607421875, 2176.669677734375, 301.9658203125, 1472.1456298828125, 827.7095947265625, 1090.2125244140625, 2512.0947265625, 2693.41162109375, 2021.731689453125, 670.5576171875, 1116.9566650390625, 1087.3067626953125, 3210.995361328125, 2988.101318359375, 738.9481811523438, 335.9360656738281, 1655.3983154296875, 593.4744262695312]\n", - "60\n", - "7960\n", - "20\n", - "[520.44677734375, 1229.2857666015625, 360.51025390625, 405.1439208984375, 1237.1761474609375, 1319.34423828125, 1985.6873779296875, 312.16876220703125, 1392.359130859375, 2635.734619140625, 2848.15478515625, 1787.5028076171875, 640.990234375, 947.9928588867188, 2423.6494140625, 2430.820068359375, 1551.0390625, 1212.27001953125, 2058.860595703125, 689.884033203125]\n", - "20\n", - "7961\n", - "9\n", - "[768.3289184570312, 482.1434020996094, 858.7974853515625, 302.3994445800781, 392.8719177246094, 376.6422119140625, 1338.34130859375, 2395.581787109375, 370.3881530761719]\n", - "9\n", - "7962\n", - "9\n", - "[490.017822265625, 659.0913696289062, 1165.6319580078125, 1033.572021484375, 898.0006713867188, 2184.96533203125, 2097.547607421875, 310.2985534667969, 554.4043579101562]\n", - "9\n", - "7963\n", - "12\n", - "[1757.462158203125, 2256.377197265625, 1644.5933837890625, 386.275634765625, 1628.8521728515625, 2809.9384765625, 2118.662353515625, 1031.321533203125, 802.6698608398438, 1325.609619140625, 864.252685546875, 997.4945068359375]\n", - "12\n", - "7964\n", - "8\n", - "[337.84930419921875, 344.933837890625, 2597.813720703125, 1712.44970703125, 710.4869995117188, 359.90625, 1259.7586669921875, 684.2770385742188]\n", - "8\n", - "7965\n", - "6\n", - "[913.9998168945312, 1839.1502685546875, 941.5175170898438, 2231.61767578125, 537.1755981445312, 920.4268188476562]\n", - "6\n", - "7966\n", - "14\n", - "[480.9161682128906, 940.709228515625, 1112.261962890625, 328.60186767578125, 368.7611389160156, 1443.4483642578125, 2127.994140625, 673.8661499023438, 2244.6435546875, 2366.78271484375, 673.9378051757812, 845.671875, 703.0632934570312, 722.7023315429688]\n", - "14\n", - "7967\n", - "7\n", - "[997.5980834960938, 1061.7099609375, 1326.653076171875, 1940.9564208984375, 354.4507141113281, 327.6623229980469, 525.36474609375]\n", - "7\n", - "7968\n", - "6\n", - "[1220.1014404296875, 1853.6605224609375, 502.2271728515625, 472.0649108886719, 572.1299438476562, 427.13031005859375]\n", - "6\n", - "7969\n", - "31\n", - "[311.45391845703125, 745.1625366210938, 569.4807739257812, 314.202880859375, 795.3106689453125, 789.6716918945312, 556.2881469726562, 1400.953369140625, 1597.16943359375, 482.8039855957031, 997.843505859375, 1978.3609619140625, 2247.044677734375, 1833.90234375, 609.7913208007812, 1617.862060546875, 2037.79248046875, 2110.945556640625, 1168.3857421875, 566.98583984375, 671.1021728515625, 1250.60400390625, 1174.9327392578125, 390.9422912597656, 1241.5096435546875, 1092.03466796875, 784.8995971679688, 1507.4775390625, 329.4281311035156, 547.1240234375, 699.1812133789062]\n", - "31\n", - "7970\n", - "11\n", - "[1625.3184814453125, 1149.064208984375, 1713.94677734375, 834.1279296875, 1079.2257080078125, 1777.3533935546875, 369.14349365234375, 396.44793701171875, 1737.9111328125, 2165.4365234375, 1199.2896728515625]\n", - "11\n", - "7971\n", - "8\n", - "[561.56494140625, 962.9656982421875, 675.0475463867188, 1167.4434814453125, 369.3306579589844, 349.8409729003906, 728.4173583984375, 365.3252258300781]\n", - "8\n", - "7972\n", - "5\n", - "[359.1597900390625, 2377.0810546875, 851.7661743164062, 1988.4013671875, 1234.6474609375]\n", - "5\n", - "7973\n", - "8\n", - "[312.1859436035156, 565.8053588867188, 1565.465087890625, 389.2032775878906, 1240.48193359375, 1809.823974609375, 509.6390686035156, 343.727783203125]\n", - "8\n", - "7974\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "203\n", - "[456.65179443359375, 491.010498046875, 566.1030883789062, 451.2615661621094, 768.7392578125, 912.1847534179688, 1568.583740234375, 342.29254150390625, 753.0587768554688, 1215.8515625, 3440.293701171875, 3181.142822265625, 1436.096923828125, 974.1486206054688, 777.2124633789062, 833.750732421875, 1153.7344970703125, 3878.025634765625, 3839.630615234375, 3707.893310546875, 1069.71533203125, 421.3822021484375, 1604.511474609375, 1741.314697265625, 1706.0220947265625, 1985.61376953125, 3678.10107421875, 3756.97021484375, 3594.22216796875, 2274.8525390625, 902.4893188476562, 1402.7552490234375, 1384.61669921875, 408.0938415527344, 380.37115478515625, 1797.173828125, 3349.442138671875, 2313.25244140625, 3002.349853515625, 2216.55419921875, 1048.8011474609375, 502.8033447265625, 2167.3818359375, 4138.67626953125, 2683.052734375, 3356.255615234375, 2829.335693359375, 3501.295654296875, 4533.95556640625, 4669.17431640625, 4224.33447265625, 4081.073974609375, 2755.78564453125, 2658.855224609375, 3496.184326171875, 3035.072509765625, 1542.1956787109375, 1724.7264404296875, 1308.673095703125, 1584.2850341796875, 451.9143981933594, 437.58154296875, 493.10186767578125, 629.6776733398438, 1588.1197509765625, 3230.678955078125, 3699.56640625, 1232.8580322265625, 1407.44580078125, 2208.207763671875, 2016.968017578125, 4315.0556640625, 4725.5576171875, 3985.3427734375, 4028.810302734375, 3545.1162109375, 3900.31298828125, 3648.419921875, 2585.082763671875, 3646.1181640625, 1515.85595703125, 901.7349853515625, 326.89385986328125, 1305.128173828125, 466.1069641113281, 1433.4083251953125, 834.2687377929688, 1734.8251953125, 1038.2159423828125, 1008.5637817382812, 4018.92138671875, 4568.58349609375, 4661.935546875, 3989.080810546875, 2361.154052734375, 3646.26318359375, 3024.168212890625, 2875.917236328125, 3218.928466796875, 2247.163818359375, 2014.6082763671875, 2022.2921142578125, 1626.5726318359375, 537.1141357421875, 1015.531982421875, 3682.98974609375, 750.1861572265625, 601.1170654296875, 365.9947814941406, 1205.2098388671875, 3347.333740234375, 3232.7099609375, 4571.9296875, 4674.06787109375, 4727.298828125, 4562.25830078125, 4735.0166015625, 4333.76953125, 2677.69482421875, 1518.55908203125, 1242.1878662109375, 1262.40087890625, 1225.31640625, 492.72900390625, 1925.0101318359375, 332.53704833984375, 1720.7852783203125, 3906.700927734375, 4707.4580078125, 4555.498046875, 4460.20703125, 4359.90625, 2726.3994140625, 840.7188720703125, 1887.948486328125, 653.0188598632812, 1165.2191162109375, 2196.13818359375, 1185.02587890625, 362.9096374511719, 3321.709716796875, 3292.533203125, 977.3148803710938, 309.6741638183594, 313.4507751464844, 3202.62255859375, 4564.7294921875, 3230.031005859375, 2298.653564453125, 1967.4849853515625, 1907.14599609375, 421.43536376953125, 777.91845703125, 623.4827270507812, 797.0433959960938, 1649.9287109375, 1155.33984375, 344.884521484375, 1046.813720703125, 2000.5897216796875, 1892.72607421875, 2242.545654296875, 2683.052734375, 341.0090637207031, 1750.553466796875, 1767.5313720703125, 501.4748229980469, 1084.24853515625, 1344.055419921875, 3488.171630859375, 2915.1826171875, 1366.50732421875, 1225.86279296875, 1587.1331787109375, 1502.3016357421875, 1554.8746337890625, 1754.78466796875, 1062.2987060546875, 359.8922424316406, 1915.9564208984375, 1046.13671875, 1319.2486572265625, 1771.5111083984375, 973.292724609375, 897.5908203125, 352.62451171875, 490.0669250488281, 300.902587890625, 418.0777282714844, 339.8467712402344, 389.14630126953125, 388.5385437011719, 330.8109130859375, 321.96771240234375, 524.61328125, 1818.482177734375, 745.837646484375, 1290.6175537109375, 382.8702087402344, 301.9443054199219, 357.402099609375, 497.4598693847656, 443.2920227050781]\n", - "203\n", - "7975\n", - "7\n", - "[502.481689453125, 961.7000732421875, 2047.91796875, 420.4561462402344, 1255.9652099609375, 1490.71337890625, 555.4877319335938]\n", - "7\n", - "7976\n", - "8\n", - "[674.2472534179688, 552.6939086914062, 493.2880859375, 2967.073974609375, 1447.13671875, 1090.7745361328125, 2028.2979736328125, 638.9229736328125]\n", - "8\n", - "7977\n", - "5\n", - "[628.80126953125, 1670.456787109375, 1902.0950927734375, 309.9034118652344, 735.3187255859375]\n", - "5\n", - "7978\n", - "214\n", - "[839.0079956054688, 2225.646484375, 2274.53125, 588.540771484375, 1132.666748046875, 1974.9544677734375, 2697.943115234375, 1015.8539428710938, 892.9048461914062, 711.9990234375, 3034.238037109375, 2755.681884765625, 1054.5556640625, 838.4393920898438, 1012.2833251953125, 2059.12255859375, 790.958251953125, 1411.3204345703125, 3598.31298828125, 4898.185546875, 4479.75244140625, 2108.113037109375, 1305.94873046875, 3258.13037109375, 5240.9072265625, 2258.886474609375, 307.04400634765625, 565.5298461914062, 940.3889770507812, 4209.8896484375, 5732.9482421875, 5163.42431640625, 3749.728515625, 4178.15234375, 5098.4716796875, 3869.68212890625, 1467.877197265625, 1610.63671875, 2097.500244140625, 1023.3389282226562, 979.1094360351562, 2426.98388671875, 3978.818115234375, 3436.186279296875, 4815.33349609375, 4547.49560546875, 4936.8408203125, 5073.36474609375, 2419.75048828125, 3368.225341796875, 2339.642578125, 400.89703369140625, 660.2772827148438, 869.8345947265625, 711.7345581054688, 387.98980712890625, 729.3408203125, 730.1227416992188, 999.1644897460938, 4169.1982421875, 4900.96923828125, 3703.04541015625, 1347.619384765625, 3464.46044921875, 4312.95068359375, 2468.469970703125, 418.2845764160156, 2516.660400390625, 2036.8985595703125, 2436.314453125, 1950.2113037109375, 2739.408935546875, 417.031005859375, 443.6587219238281, 946.751220703125, 2444.97607421875, 568.4063720703125, 1176.8765869140625, 4982.73681640625, 4553.333984375, 2056.676025390625, 513.5771484375, 3931.031005859375, 4345.02001953125, 3972.71484375, 446.0722351074219, 797.0067138671875, 1381.9769287109375, 407.5820617675781, 565.6027221679688, 4491.25146484375, 3001.38818359375, 1348.9285888671875, 849.8455810546875, 4252.5009765625, 6105.53125, 3994.409912109375, 2304.313232421875, 367.7413024902344, 904.1986694335938, 3384.676513671875, 1933.568115234375, 395.93115234375, 2782.805419921875, 5439.54052734375, 6069.22314453125, 4873.42236328125, 1696.444580078125, 1231.3355712890625, 1139.351806640625, 3830.55712890625, 3017.1982421875, 1805.52099609375, 4692.84033203125, 4607.55517578125, 5249.03369140625, 5583.74853515625, 4226.521484375, 3912.146240234375, 1706.5548095703125, 1511.09521484375, 1187.786865234375, 505.5630798339844, 1168.5980224609375, 2367.414306640625, 5379.765625, 3343.97802734375, 4809.2236328125, 5975.52685546875, 6100.5126953125, 5112.11962890625, 5076.11572265625, 4335.3134765625, 4705.51611328125, 1983.7178955078125, 629.6611938476562, 515.801513671875, 975.0532836914062, 3550.096435546875, 4604.29541015625, 3231.62841796875, 4814.4140625, 3012.311767578125, 2956.060791015625, 4678.43212890625, 5799.57373046875, 6313.845703125, 6350.1533203125, 5115.9677734375, 4837.7421875, 2513.82080078125, 828.9398193359375, 437.9371337890625, 2038.3477783203125, 5204.123046875, 5715.11474609375, 4107.361328125, 4371.38330078125, 3798.6923828125, 1707.9830322265625, 1989.1710205078125, 5010.005859375, 6506.693359375, 6437.97802734375, 4097.7666015625, 4168.92138671875, 2766.27099609375, 941.4249267578125, 714.4110107421875, 2470.53173828125, 2295.4892578125, 4463.25, 4724.6982421875, 4198.8818359375, 2204.460693359375, 188.7083740234375, 1143.206787109375, 3325.76123046875, 4541.40576171875, 4381.837890625, 4090.910400390625, 2646.8291015625, 337.5756530761719, 376.5054626464844, 519.8766479492188, 581.3090209960938, 739.8560180664062, 749.2285766601562, 1463.8228759765625, 4025.16357421875, 1964.8641357421875, 475.7416076660156, 982.1775512695312, 589.2218627929688, 1135.07373046875, 3014.98974609375, 434.7952575683594, 632.3465576171875, 4413.37841796875, 5468.64794921875, 4851.8662109375, 3526.927001953125, 343.31451416015625, 1295.361328125, 2412.44140625, 5183.04296875, 4040.504150390625, 714.2273559570312, 376.1907043457031, 1324.0888671875, 2530.05859375, 1938.0361328125, 325.6638488769531]\n", - "213\n", - "7979\n", - "11\n", - "[328.4332580566406, 746.0450439453125, 1051.2664794921875, 731.4420776367188, 1656.4033203125, 576.2608032226562, 1312.2889404296875, 1450.292724609375, 322.3949890136719, 874.4019775390625, 1349.4278564453125]\n", - "11\n", - "7980\n", - "8\n", - "[867.5752563476562, 495.630859375, 1416.7139892578125, 330.92340087890625, 459.15570068359375, 615.0933227539062, 1095.6103515625, 485.4852294921875]\n", - "8\n", - "7981\n", - "116\n", - "[371.884521484375, 337.7038269042969, 310.9097595214844, 653.9419555664062, 1116.2757568359375, 572.0770263671875, 1543.606689453125, 2200.73486328125, 726.5584106445312, 634.3099975585938, 570.0573120117188, 1095.6224365234375, 1008.2823486328125, 2492.773193359375, 1614.4007568359375, 1576.046875, 442.8322448730469, 628.7665405273438, 2216.721435546875, 2173.85009765625, 1693.44970703125, 1796.28564453125, 2318.218017578125, 2524.76708984375, 423.0201110839844, 1063.19775390625, 1592.9388427734375, 2056.3828125, 2900.14697265625, 2597.471923828125, 1435.55859375, 482.0791015625, 1434.4345703125, 2123.238525390625, 2391.01123046875, 2687.921630859375, 1177.09619140625, 322.9696350097656, 729.0930786132812, 955.1793212890625, 1910.70751953125, 833.9402465820312, 1279.140625, 2673.0087890625, 2585.78955078125, 740.72607421875, 381.645263671875, 1477.5584716796875, 3391.05078125, 2244.79296875, 886.7601928710938, 2422.21240234375, 2488.155029296875, 784.2258911132812, 664.85595703125, 3072.15185546875, 2920.97314453125, 2560.69091796875, 1447.0301513671875, 2118.692626953125, 1129.8447265625, 2460.019287109375, 3014.81005859375, 3261.688232421875, 1990.7099609375, 943.257080078125, 2192.166015625, 2789.25927734375, 553.3182373046875, 1537.0091552734375, 2050.50537109375, 2363.350341796875, 3661.362060546875, 2346.77197265625, 1182.8658447265625, 1497.203125, 2895.745849609375, 731.6529541015625, 1904.854248046875, 1925.0731201171875, 3273.261962890625, 3644.888427734375, 3096.2646484375, 2179.763671875, 1628.295654296875, 1863.94189453125, 2319.8154296875, 370.1347961425781, 839.6204833984375, 1961.6287841796875, 3536.2958984375, 3462.2109375, 3372.755126953125, 2392.25048828125, 422.72479248046875, 964.4856567382812, 665.403076171875, 853.346435546875, 854.5693969726562, 2315.212890625, 2793.634033203125, 3483.68505859375, 1731.2926025390625, 307.3817138671875, 391.6161193847656, 325.150634765625, 1723.4761962890625, 2955.70654296875, 906.3072509765625, 553.5357055664062, 661.1549072265625, 672.5677490234375, 409.6424865722656, 554.839111328125, 630.9996337890625, 656.761962890625]\n", - "116\n", - "7982\n", - "12\n", - "[546.5249633789062, 346.4115295410156, 365.109375, 724.2998657226562, 622.223876953125, 465.5418701171875, 1061.6927490234375, 1234.8699951171875, 967.0126342773438, 813.3784790039062, 1061.0140380859375, 1144.77978515625]\n", - "12\n", - "7983\n", - "8\n", - "[740.9146728515625, 767.0032348632812, 330.5794982910156, 1945.8212890625, 1496.9879150390625, 450.0088806152344, 339.83740234375, 306.7196350097656]\n", - "8\n", - "7984\n", - "8\n", - "[331.79010009765625, 1583.862060546875, 1885.137939453125, 654.1597900390625, 1027.5440673828125, 1591.463623046875, 1488.494140625, 1202.724609375]\n", - "8\n", - "7985\n", - "44\n", - "[347.6700439453125, 637.8997802734375, 364.8013916015625, 311.91522216796875, 523.8211059570312, 1260.0367431640625, 1099.8602294921875, 747.1494140625, 354.7102966308594, 501.78631591796875, 474.2781066894531, 356.74462890625, 443.2277526855469, 757.6913452148438, 1372.604736328125, 1771.7392578125, 758.5712890625, 410.36480712890625, 218.12677001953125, 2264.63623046875, 1364.970458984375, 362.6123962402344, 655.6436157226562, 559.1717529296875, 1424.9136962890625, 1966.44287109375, 3475.787841796875, 2216.6005859375, 613.4627075195312, 1531.9927978515625, 1656.1612548828125, 2115.0537109375, 2228.6845703125, 1775.8427734375, 421.52093505859375, 696.5785522460938, 1019.2012329101562, 927.181396484375, 2163.677490234375, 703.5963745117188, 1770.1187744140625, 1971.2869873046875, 1131.0634765625, 1068.587158203125]\n", - "44\n", - "7986\n", - "9\n", - "[502.6704406738281, 349.2153015136719, 1013.1019897460938, 706.9885864257812, 3097.721923828125, 4290.6806640625, 1239.7679443359375, 808.3680419921875, 909.0199584960938]\n", - "9\n", - "7987\n", - "7\n", - "[1247.1097412109375, 655.9890747070312, 970.9873046875, 1824.4058837890625, 1287.6416015625, 1647.6519775390625, 1265.466796875]\n", - "7\n", - "7988\n", - "6\n", - "[1911.75439453125, 2082.247314453125, 457.1174011230469, 1117.9815673828125, 1241.9764404296875, 439.60736083984375]\n", - "6\n", - "7989\n", - "11\n", - "[416.0818786621094, 471.0945739746094, 1618.4810791015625, 2225.337890625, 3726.31494140625, 2453.358154296875, 573.4181518554688, 2431.97021484375, 2699.673828125, 831.6879272460938, 339.90411376953125]\n", - "11\n", - "7990\n", - "4\n", - "[1456.223876953125, 1573.294921875, 636.4786987304688, 2138.114013671875]\n", - "4\n", - "7991\n", - "4\n", - "[1041.0443115234375, 1533.785400390625, 2032.4893798828125, 866.94970703125]\n", - "4\n", - "7992\n", - "10\n", - "[767.8472900390625, 855.3234252929688, 3231.844970703125, 3970.572998046875, 1914.4066162109375, 2127.99072265625, 3257.430908203125, 1018.4610595703125, 594.7249145507812, 1683.9898681640625]\n", - "10\n", - "7993\n", - "10\n", - "[322.1956787109375, 746.066650390625, 1680.7213134765625, 755.8421630859375, 872.2687377929688, 389.58734130859375, 303.04522705078125, 633.53759765625, 523.745361328125, 580.3206787109375]\n", - "10\n", - "7994\n", - "12\n", - "[1247.9207763671875, 1065.9000244140625, 1028.9075927734375, 1103.7364501953125, 4653.3720703125, 2272.343994140625, 1732.8037109375, 2076.051513671875, 2279.991455078125, 1174.6817626953125, 458.0614929199219, 1185.3687744140625]\n", - "12\n", - "7995\n", - "9\n", - "[343.98272705078125, 707.7951049804688, 969.6539306640625, 781.8648681640625, 463.7145080566406, 1960.415283203125, 1563.9893798828125, 909.5921020507812, 643.2044067382812]\n", - "9\n", - "7996\n", - "3\n", - "[1682.4400634765625, 2976.9697265625, 727.4430541992188]\n", - "3\n", - "7997\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n", - "C:\\Users\\war-machine\\Anaconda2\\envs\\gostnets2\\lib\\site-packages\\ipykernel_launcher.py:29: DeprecationWarning: Right multiplication will be prohibited in version 3.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7\n", - "[348.8678283691406, 777.5620727539062, 1142.4613037109375, 461.3914489746094, 414.3523864746094, 1286.73974609375, 1477.8094482421875]\n", - "7\n", - "Wall time: 1min 9s\n" - ] - } - ], - "source": [ - "%%time\n", - "\n", - "with rasterio.open(GHS_pop) as src:\n", - " pixelSizeX, pixelSizeY = src.res\n", - " print(pixelSizeX, pixelSizeY)\n", - "\n", - " input_shapes_gpd = gpd.read_file(shpName)\n", - "\n", - " # pop_values = []\n", - " pop_values = []\n", - " # for entry in input_shapes_gpd.head(2).iterrows():\n", - " for entry in input_shapes_gpd.iterrows():\n", - " print(entry[0])\n", - "\n", - " # extract the geometry in GeoJSON format\n", - " geometry = entry[1][\"geometry\"] # list of shapely geometries\n", - " # geometry = geoms[0] # shapely geometry\n", - " # converts to geojson format\n", - " geoms = [mapping(geometry)]\n", - "\n", - " # extract the raster values values within the polygon\n", - " out_image, out_transform = mask(src, geoms, crop=True, nodata=-9999.0)\n", - " data = out_image[0, :, :]\n", - "\n", - " row, col = np.where(data != -9999.0)\n", - " val = np.extract(data != -9999.0, data)\n", - "\n", - " # Adding the x,y, and geometry columns is not necessary\n", - " T1 = out_transform * Affine.translation(0.5, 0.5) # reference the pixel centre\n", - " # row,column to x,y\n", - " rc2xy = lambda r, c: (c, r) * T1\n", - "\n", - " d = gpd.GeoDataFrame({\"col\": col, \"row\": row, \"val\": val})\n", - "\n", - " # coordinate transformation\n", - " d[\"x\"] = d.apply(lambda row: rc2xy(row.row, row.col)[0], axis=1)\n", - " d[\"y\"] = d.apply(lambda row: rc2xy(row.row, row.col)[1], axis=1)\n", - "\n", - " # geometry\n", - " d[\"geometry\"] = d.apply(lambda row: Point(row[\"x\"], row[\"y\"]), axis=1)\n", - "\n", - " # exlude pixels with value less than 77\n", - " print(len(d))\n", - "\n", - " # print(d)\n", - " print(d.val[d.val > 77].to_list())\n", - "\n", - " print(len(d[d.val > 77]))\n", - "\n", - " # extend values to pop_values\n", - " pop_values.extend(d.val[d.val > 77].to_list())" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [], - "source": [ - "import statistics\n", - "\n", - "UZB_pop_median = statistics.median(pop_values)" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "1149.6275634765625" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "UZB_pop_median" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Second calculate the Sprawl metric for each shape" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [], - "source": [ - "# Psuedocode\n", - "\n", - "# for each Shape/FUA:\n", - "# pixel_count_below_median = 0\n", - "# pixel_count_above_median = 0\n", - "\n", - "# Select all built-up pixels that are mostly within shape (and exclude pixels less than 77 per square km)\n", - "# calculate pixel_share_below_median and pixel_share_above_median\n", - "\n", - "# Sprawl = ((L%−H%)+1)*0.5\n", - "# Sprawl = ((pixel_share_below_median-pixel_share_above_median)+1)*.5" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1000.0 1000.0\n", - "0\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "new_temp_gdf\n", - "1\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4\n", - "pixel_share_below_median is: 0.4642857142857143\n", - "pixel_share_above_median is: 0.5357142857142857\n", - "Sprawl index is: 0.4642857142857143\n", - "5\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "6\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "8\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "9\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "10\n", - "pixel_share_below_median is: 0.2636363636363636\n", - "pixel_share_above_median is: 0.7363636363636363\n", - "Sprawl index is: 0.26363636363636367\n", - "11\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "12\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "13\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "14\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "15\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "16\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "17\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "18\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "19\n", - "pixel_share_below_median is: 0.2608695652173913\n", - "pixel_share_above_median is: 0.7391304347826086\n", - "Sprawl index is: 0.26086956521739135\n", - "20\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "21\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "22\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "23\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "24\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "25\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "26\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "27\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "28\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "29\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "30\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "31\n", - "pixel_share_below_median is: 0.4339622641509434\n", - "pixel_share_above_median is: 0.5660377358490566\n", - "Sprawl index is: 0.4339622641509434\n", - "32\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "33\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "34\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "35\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "36\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "37\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "38\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "39\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "40\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "41\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "42\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "43\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "44\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "45\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "46\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "47\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "48\n", - "pixel_share_below_median is: 0.9047619047619048\n", - "pixel_share_above_median is: 0.09523809523809523\n", - "Sprawl index is: 0.9047619047619048\n", - "49\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "50\n", - "pixel_share_below_median is: 0.3409090909090909\n", - "pixel_share_above_median is: 0.6590909090909091\n", - "Sprawl index is: 0.34090909090909094\n", - "51\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "52\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "53\n", - "pixel_share_below_median is: 0.39101123595505616\n", - "pixel_share_above_median is: 0.6089887640449438\n", - "Sprawl index is: 0.39101123595505616\n", - "54\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "55\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "56\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "57\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "58\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "59\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "60\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "61\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "62\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "63\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "64\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "65\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "66\n", - "pixel_share_below_median is: 0.42\n", - "pixel_share_above_median is: 0.58\n", - "Sprawl index is: 0.42000000000000004\n", - "67\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "68\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "69\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "70\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "71\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "72\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "73\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "74\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "75\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "76\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "77\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "78\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "79\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "80\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "81\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "82\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "83\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "84\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "85\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "86\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "87\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "88\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "89\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "90\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "91\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "92\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "93\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "94\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "95\n", - "pixel_share_below_median is: 0.36\n", - "pixel_share_above_median is: 0.64\n", - "Sprawl index is: 0.36\n", - "96\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "97\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "98\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "99\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "100\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "101\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "102\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "103\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "104\n", - "pixel_share_below_median is: 0.65625\n", - "pixel_share_above_median is: 0.34375\n", - "Sprawl index is: 0.65625\n", - "105\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "106\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "107\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "108\n", - "pixel_share_below_median is: 0.33070866141732286\n", - "pixel_share_above_median is: 0.6692913385826772\n", - "Sprawl index is: 0.3307086614173228\n", - "109\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "110\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "111\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "112\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "113\n", - "pixel_share_below_median is: 0.28164556962025317\n", - "pixel_share_above_median is: 0.7183544303797469\n", - "Sprawl index is: 0.2816455696202531\n", - "114\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "115\n", - "pixel_share_below_median is: 0.30434782608695654\n", - "pixel_share_above_median is: 0.6956521739130435\n", - "Sprawl index is: 0.30434782608695654\n", - "116\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "117\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "118\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "119\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "120\n", - "pixel_share_below_median is: 0.29850746268656714\n", - "pixel_share_above_median is: 0.7014925373134329\n", - "Sprawl index is: 0.29850746268656714\n", - "121\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "122\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "123\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "124\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "125\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "126\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "127\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "128\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "129\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "130\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "131\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "132\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "133\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "134\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "135\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "136\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "137\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "138\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "139\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "140\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "141\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "142\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "143\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "144\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "145\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "146\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "147\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "148\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "149\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "150\n", - "pixel_share_below_median is: 0.85\n", - "pixel_share_above_median is: 0.15\n", - "Sprawl index is: 0.85\n", - "151\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "152\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "153\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "154\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "155\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "156\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "157\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "158\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "159\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "160\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "161\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "162\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "163\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "164\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "165\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "166\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "167\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "168\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "169\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "170\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "171\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "172\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "173\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "174\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "175\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "176\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "177\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "178\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "179\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "180\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "181\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "182\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "183\n", - "pixel_share_below_median is: 0.33136094674556216\n", - "pixel_share_above_median is: 0.6686390532544378\n", - "Sprawl index is: 0.33136094674556216\n", - "184\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "185\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "186\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "187\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "188\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "189\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "190\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "191\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "192\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "193\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "194\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "195\n", - "pixel_share_below_median is: 0.2962962962962963\n", - "pixel_share_above_median is: 0.7037037037037037\n", - "Sprawl index is: 0.2962962962962963\n", - "196\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "197\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "198\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "199\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "200\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "201\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "202\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "203\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "204\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "205\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "206\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "207\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "208\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "209\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "210\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "211\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "212\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "213\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "214\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "215\n", - "pixel_share_below_median is: 0.59375\n", - "pixel_share_above_median is: 0.40625\n", - "Sprawl index is: 0.59375\n", - "216\n", - "pixel_share_below_median is: 0.275\n", - "pixel_share_above_median is: 0.725\n", - "Sprawl index is: 0.275\n", - "217\n", - "pixel_share_below_median is: 0.203125\n", - "pixel_share_above_median is: 0.796875\n", - "Sprawl index is: 0.203125\n", - "218\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "219\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "220\n", - "pixel_share_below_median is: 0.7551020408163265\n", - "pixel_share_above_median is: 0.24489795918367346\n", - "Sprawl index is: 0.7551020408163265\n", - "221\n", - "pixel_share_below_median is: 0.24358974358974358\n", - "pixel_share_above_median is: 0.7564102564102564\n", - "Sprawl index is: 0.2435897435897436\n", - "222\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "223\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "224\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "225\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "226\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "227\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "228\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "229\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "230\n", - "pixel_share_below_median is: 0.371900826446281\n", - "pixel_share_above_median is: 0.628099173553719\n", - "Sprawl index is: 0.371900826446281\n", - "231\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "232\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "233\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "234\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "235\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "236\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "237\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "238\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "239\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "240\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "241\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "242\n", - "pixel_share_below_median is: 0.5303030303030303\n", - "pixel_share_above_median is: 0.4696969696969697\n", - "Sprawl index is: 0.5303030303030303\n", - "243\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "244\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "245\n", - "pixel_share_below_median is: 0.5952380952380952\n", - "pixel_share_above_median is: 0.40476190476190477\n", - "Sprawl index is: 0.5952380952380952\n", - "246\n", - "pixel_share_below_median is: 0.44545454545454544\n", - "pixel_share_above_median is: 0.5545454545454546\n", - "Sprawl index is: 0.44545454545454544\n", - "247\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "248\n", - "pixel_share_below_median is: 0.6451612903225806\n", - "pixel_share_above_median is: 0.3548387096774194\n", - "Sprawl index is: 0.6451612903225806\n", - "249\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "250\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "251\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "252\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "253\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "254\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "255\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "256\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "257\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "258\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "259\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "260\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "261\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "262\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "263\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "264\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "265\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "266\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "267\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "268\n", - "pixel_share_below_median is: 0.8823529411764706\n", - "pixel_share_above_median is: 0.11764705882352941\n", - "Sprawl index is: 0.8823529411764706\n", - "269\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "270\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "271\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "272\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "273\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "274\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "275\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "276\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "277\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "278\n", - "pixel_share_below_median is: 0.6964285714285714\n", - "pixel_share_above_median is: 0.30357142857142855\n", - "Sprawl index is: 0.6964285714285714\n", - "279\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "280\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "281\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "282\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "283\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "284\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "285\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "286\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "287\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "288\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "289\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "290\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "291\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "292\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "293\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "294\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "295\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "296\n", - "pixel_share_below_median is: 0.45161290322580644\n", - "pixel_share_above_median is: 0.5483870967741935\n", - "Sprawl index is: 0.4516129032258065\n", - "297\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "298\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "299\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "300\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "301\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "302\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "303\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "304\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "305\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "306\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "307\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "308\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "309\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "310\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "311\n", - "pixel_share_below_median is: 0.49295774647887325\n", - "pixel_share_above_median is: 0.5070422535211268\n", - "Sprawl index is: 0.49295774647887325\n", - "312\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "313\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "314\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "315\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "316\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "317\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "318\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "319\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "320\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "321\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "322\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "323\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "324\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "325\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "326\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "327\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "328\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "329\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "330\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "331\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "332\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "333\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "334\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "335\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "336\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "337\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "338\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "339\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "340\n", - "pixel_share_below_median is: 0.7894736842105263\n", - "pixel_share_above_median is: 0.21052631578947367\n", - "Sprawl index is: 0.7894736842105263\n", - "341\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "342\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "343\n", - "pixel_share_below_median is: 0.9047619047619048\n", - "pixel_share_above_median is: 0.09523809523809523\n", - "Sprawl index is: 0.9047619047619048\n", - "344\n", - "pixel_share_below_median is: 0.525\n", - "pixel_share_above_median is: 0.475\n", - "Sprawl index is: 0.525\n", - "345\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "346\n", - "pixel_share_below_median is: 0.3037037037037037\n", - "pixel_share_above_median is: 0.6962962962962963\n", - "Sprawl index is: 0.3037037037037037\n", - "347\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "348\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "349\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "350\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "351\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "352\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "353\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "354\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "355\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "356\n", - "pixel_share_below_median is: 0.42196531791907516\n", - "pixel_share_above_median is: 0.5780346820809249\n", - "Sprawl index is: 0.4219653179190751\n", - "357\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "358\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "359\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "360\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "361\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "362\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "363\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "364\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "365\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "366\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "367\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "368\n", - "pixel_share_below_median is: 0.5641025641025641\n", - "pixel_share_above_median is: 0.4358974358974359\n", - "Sprawl index is: 0.5641025641025641\n", - "369\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "370\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "371\n", - "pixel_share_below_median is: 0.6976744186046512\n", - "pixel_share_above_median is: 0.3023255813953488\n", - "Sprawl index is: 0.6976744186046512\n", - "372\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "373\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "374\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "375\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "376\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "377\n", - "pixel_share_below_median is: 0.5111111111111111\n", - "pixel_share_above_median is: 0.4888888888888889\n", - "Sprawl index is: 0.5111111111111111\n", - "378\n", - "pixel_share_below_median is: 0.7105263157894737\n", - "pixel_share_above_median is: 0.2894736842105263\n", - "Sprawl index is: 0.7105263157894737\n", - "379\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "380\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "381\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "382\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "383\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "384\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "385\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "386\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "387\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "388\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "389\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "390\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "391\n", - "pixel_share_below_median is: 0.4915254237288136\n", - "pixel_share_above_median is: 0.5084745762711864\n", - "Sprawl index is: 0.4915254237288136\n", - "392\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "393\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "394\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "395\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "396\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "397\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "398\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "399\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "400\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "401\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "402\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "403\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "404\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "405\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "406\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "407\n", - "pixel_share_below_median is: 0.4090909090909091\n", - "pixel_share_above_median is: 0.5909090909090909\n", - "Sprawl index is: 0.40909090909090906\n", - "408\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "409\n", - "pixel_share_below_median is: 0.39473684210526316\n", - "pixel_share_above_median is: 0.6052631578947368\n", - "Sprawl index is: 0.39473684210526316\n", - "410\n", - "pixel_share_below_median is: 0.5892857142857143\n", - "pixel_share_above_median is: 0.4107142857142857\n", - "Sprawl index is: 0.5892857142857143\n", - "411\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "412\n", - "pixel_share_below_median is: 0.42694300518134715\n", - "pixel_share_above_median is: 0.5730569948186528\n", - "Sprawl index is: 0.4269430051813472\n", - "413\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "414\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "415\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "416\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "417\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "418\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "419\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "420\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "421\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "422\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "423\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "424\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "425\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "426\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "427\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "428\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "429\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "430\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "431\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "432\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "433\n", - "pixel_share_below_median is: 0.7837837837837838\n", - "pixel_share_above_median is: 0.21621621621621623\n", - "Sprawl index is: 0.7837837837837838\n", - "434\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "435\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "436\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "437\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "438\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "439\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "440\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "441\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "442\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "443\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "444\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "445\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "446\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "447\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "448\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "449\n", - "pixel_share_below_median is: 0.40625\n", - "pixel_share_above_median is: 0.59375\n", - "Sprawl index is: 0.40625\n", - "450\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "451\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "452\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "453\n", - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "454\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "455\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "456\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "457\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "458\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "459\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "460\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "461\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "462\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "463\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "464\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "465\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "466\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "467\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "468\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "469\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "470\n", - "pixel_share_below_median is: 0.4262295081967213\n", - "pixel_share_above_median is: 0.5737704918032787\n", - "Sprawl index is: 0.42622950819672134\n", - "471\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "472\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "473\n", - "pixel_share_below_median is: 0.6181818181818182\n", - "pixel_share_above_median is: 0.38181818181818183\n", - "Sprawl index is: 0.6181818181818182\n", - "474\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "475\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "476\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "477\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "478\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "479\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "480\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "481\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "482\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "483\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "484\n", - "pixel_share_below_median is: 0.4266666666666667\n", - "pixel_share_above_median is: 0.5733333333333334\n", - "Sprawl index is: 0.42666666666666664\n", - "485\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "486\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "487\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "488\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "489\n", - "pixel_share_below_median is: 0.5423728813559322\n", - "pixel_share_above_median is: 0.4576271186440678\n", - "Sprawl index is: 0.5423728813559322\n", - "490\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "491\n", - "pixel_share_below_median is: 0.6808510638297872\n", - "pixel_share_above_median is: 0.3191489361702128\n", - "Sprawl index is: 0.6808510638297872\n", - "492\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "493\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "494\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "495\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "496\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "497\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "498\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "499\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "500\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "501\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "502\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "503\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "504\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "505\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "506\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "507\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "508\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "509\n", - "pixel_share_below_median is: 0.34375\n", - "pixel_share_above_median is: 0.65625\n", - "Sprawl index is: 0.34375\n", - "510\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "511\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "512\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "513\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "514\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "515\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "516\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "517\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "518\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "519\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "520\n", - "pixel_share_below_median is: 0.3258426966292135\n", - "pixel_share_above_median is: 0.6741573033707865\n", - "Sprawl index is: 0.3258426966292135\n", - "521\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "522\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "523\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "524\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "525\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "526\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "527\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "528\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "529\n", - "pixel_share_below_median is: 0.5531914893617021\n", - "pixel_share_above_median is: 0.44680851063829785\n", - "Sprawl index is: 0.5531914893617021\n", - "530\n", - "pixel_share_below_median is: 0.36\n", - "pixel_share_above_median is: 0.64\n", - "Sprawl index is: 0.36\n", - "531\n", - "pixel_share_below_median is: 0.30434782608695654\n", - "pixel_share_above_median is: 0.6956521739130435\n", - "Sprawl index is: 0.30434782608695654\n", - "532\n", - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "533\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "534\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "535\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "536\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "537\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "538\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "539\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "540\n", - "pixel_share_below_median is: 0.4883720930232558\n", - "pixel_share_above_median is: 0.5116279069767442\n", - "Sprawl index is: 0.4883720930232558\n", - "541\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "542\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "543\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "544\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "545\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "546\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "547\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "548\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "549\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "550\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "551\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "552\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "553\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "554\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "555\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "556\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "557\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "558\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "559\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "560\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "561\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "562\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "563\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "564\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "565\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "566\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "567\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "568\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "569\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "570\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "571\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "572\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "573\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "574\n", - "pixel_share_below_median is: 0.35625\n", - "pixel_share_above_median is: 0.64375\n", - "Sprawl index is: 0.35624999999999996\n", - "575\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "576\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "577\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "578\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "579\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "580\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "581\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "582\n", - "pixel_share_below_median is: 0.36538461538461536\n", - "pixel_share_above_median is: 0.6346153846153846\n", - "Sprawl index is: 0.3653846153846154\n", - "583\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "584\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "585\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "586\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "587\n", - "pixel_share_below_median is: 0.5283018867924528\n", - "pixel_share_above_median is: 0.4716981132075472\n", - "Sprawl index is: 0.5283018867924528\n", - "588\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "589\n", - "pixel_share_below_median is: 0.4146341463414634\n", - "pixel_share_above_median is: 0.5853658536585366\n", - "Sprawl index is: 0.41463414634146345\n", - "590\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "591\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "592\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "593\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "594\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "595\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "596\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "597\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "598\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "599\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "600\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "601\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "602\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "603\n", - "pixel_share_below_median is: 0.6744186046511628\n", - "pixel_share_above_median is: 0.32558139534883723\n", - "Sprawl index is: 0.6744186046511628\n", - "604\n", - "pixel_share_below_median is: 0.2512315270935961\n", - "pixel_share_above_median is: 0.7487684729064039\n", - "Sprawl index is: 0.2512315270935961\n", - "605\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "606\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "607\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "608\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "609\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "610\n", - "pixel_share_below_median is: 0.43333333333333335\n", - "pixel_share_above_median is: 0.5666666666666667\n", - "Sprawl index is: 0.43333333333333335\n", - "611\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "612\n", - "pixel_share_below_median is: 0.6829268292682927\n", - "pixel_share_above_median is: 0.3170731707317073\n", - "Sprawl index is: 0.6829268292682927\n", - "613\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "614\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "615\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "616\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "617\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "618\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "619\n", - "pixel_share_below_median is: 0.3978494623655914\n", - "pixel_share_above_median is: 0.6021505376344086\n", - "Sprawl index is: 0.3978494623655914\n", - "620\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "621\n", - "pixel_share_below_median is: 0.34146341463414637\n", - "pixel_share_above_median is: 0.6585365853658537\n", - "Sprawl index is: 0.3414634146341463\n", - "622\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "623\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "624\n", - "pixel_share_below_median is: 0.76\n", - "pixel_share_above_median is: 0.24\n", - "Sprawl index is: 0.76\n", - "625\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "626\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "627\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "628\n", - "pixel_share_below_median is: 0.3611111111111111\n", - "pixel_share_above_median is: 0.6388888888888888\n", - "Sprawl index is: 0.36111111111111116\n", - "629\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "630\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "631\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "632\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "633\n", - "pixel_share_below_median is: 0.5357142857142857\n", - "pixel_share_above_median is: 0.4642857142857143\n", - "Sprawl index is: 0.5357142857142857\n", - "634\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "635\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "636\n", - "pixel_share_below_median is: 0.41304347826086957\n", - "pixel_share_above_median is: 0.5869565217391305\n", - "Sprawl index is: 0.4130434782608695\n", - "637\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "638\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "639\n", - "pixel_share_below_median is: 0.9130434782608695\n", - "pixel_share_above_median is: 0.08695652173913043\n", - "Sprawl index is: 0.9130434782608695\n", - "640\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "641\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "642\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "643\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "644\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "645\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "646\n", - "pixel_share_below_median is: 0.5769230769230769\n", - "pixel_share_above_median is: 0.4230769230769231\n", - "Sprawl index is: 0.5769230769230769\n", - "647\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "648\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "649\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "650\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "651\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "652\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "653\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "654\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "655\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "656\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "657\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "658\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "659\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "660\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "661\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "662\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "663\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "664\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "665\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "666\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "667\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "668\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "669\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "670\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "671\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "672\n", - "pixel_share_below_median is: 0.5942028985507246\n", - "pixel_share_above_median is: 0.4057971014492754\n", - "Sprawl index is: 0.5942028985507246\n", - "673\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "674\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "675\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "676\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "677\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "678\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "679\n", - "pixel_share_below_median is: 0.3875\n", - "pixel_share_above_median is: 0.6125\n", - "Sprawl index is: 0.38749999999999996\n", - "680\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "681\n", - "pixel_share_below_median is: 0.5142857142857142\n", - "pixel_share_above_median is: 0.4857142857142857\n", - "Sprawl index is: 0.5142857142857142\n", - "682\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "683\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "684\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "685\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "686\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "687\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "688\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "689\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "690\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "691\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "692\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "693\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "694\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "695\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "696\n", - "pixel_share_below_median is: 0.41414141414141414\n", - "pixel_share_above_median is: 0.5858585858585859\n", - "Sprawl index is: 0.41414141414141414\n", - "697\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "698\n", - "pixel_share_below_median is: 0.6933333333333334\n", - "pixel_share_above_median is: 0.30666666666666664\n", - "Sprawl index is: 0.6933333333333334\n", - "699\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "700\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "701\n", - "pixel_share_below_median is: 0.4857142857142857\n", - "pixel_share_above_median is: 0.5142857142857142\n", - "Sprawl index is: 0.48571428571428577\n", - "702\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "703\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "704\n", - "pixel_share_below_median is: 0.5297619047619048\n", - "pixel_share_above_median is: 0.47023809523809523\n", - "Sprawl index is: 0.5297619047619048\n", - "705\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "706\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "707\n", - "pixel_share_below_median is: 0.5490196078431373\n", - "pixel_share_above_median is: 0.45098039215686275\n", - "Sprawl index is: 0.5490196078431373\n", - "708\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "709\n", - "pixel_share_below_median is: 0.3902439024390244\n", - "pixel_share_above_median is: 0.6097560975609756\n", - "Sprawl index is: 0.3902439024390244\n", - "710\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "711\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "712\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "713\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "714\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "715\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "716\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "717\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "718\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "719\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "720\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "721\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "722\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "723\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "724\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "725\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "726\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "727\n", - "pixel_share_below_median is: 0.5595238095238095\n", - "pixel_share_above_median is: 0.44047619047619047\n", - "Sprawl index is: 0.5595238095238095\n", - "728\n", - "pixel_share_below_median is: 0.5126050420168067\n", - "pixel_share_above_median is: 0.48739495798319327\n", - "Sprawl index is: 0.5126050420168067\n", - "729\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "730\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "731\n", - "pixel_share_below_median is: 0.6976744186046512\n", - "pixel_share_above_median is: 0.3023255813953488\n", - "Sprawl index is: 0.6976744186046512\n", - "732\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "733\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "734\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "735\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "736\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "737\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "738\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "739\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "740\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "741\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "742\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "743\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "744\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "745\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "746\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "747\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "748\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "749\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "750\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "751\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "752\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "753\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "754\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "755\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "756\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "757\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "758\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "759\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "760\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "761\n", - "pixel_share_below_median is: 0.3959731543624161\n", - "pixel_share_above_median is: 0.6040268456375839\n", - "Sprawl index is: 0.3959731543624161\n", - "762\n", - "pixel_share_below_median is: 0.4482758620689655\n", - "pixel_share_above_median is: 0.5517241379310345\n", - "Sprawl index is: 0.4482758620689655\n", - "763\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "764\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "765\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "766\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "767\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "768\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "769\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "770\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "771\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "772\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "773\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "774\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "775\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "776\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "777\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "778\n", - "pixel_share_below_median is: 0.675\n", - "pixel_share_above_median is: 0.325\n", - "Sprawl index is: 0.675\n", - "779\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "780\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "781\n", - "pixel_share_below_median is: 0.43333333333333335\n", - "pixel_share_above_median is: 0.5666666666666667\n", - "Sprawl index is: 0.43333333333333335\n", - "782\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "783\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "784\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "785\n", - "pixel_share_below_median is: 0.5161290322580645\n", - "pixel_share_above_median is: 0.4838709677419355\n", - "Sprawl index is: 0.5161290322580645\n", - "786\n", - "pixel_share_below_median is: 0.27611940298507465\n", - "pixel_share_above_median is: 0.7238805970149254\n", - "Sprawl index is: 0.27611940298507465\n", - "787\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "788\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "789\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "790\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "791\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "792\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "793\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "794\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "795\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "796\n", - "pixel_share_below_median is: 0.7352941176470589\n", - "pixel_share_above_median is: 0.2647058823529412\n", - "Sprawl index is: 0.7352941176470589\n", - "797\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "798\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "799\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "800\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "801\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "802\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "803\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "804\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "805\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "806\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "807\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "808\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "809\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "810\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "811\n", - "pixel_share_below_median is: 0.29936305732484075\n", - "pixel_share_above_median is: 0.7006369426751592\n", - "Sprawl index is: 0.2993630573248408\n", - "812\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "813\n", - "pixel_share_below_median is: 0.35398230088495575\n", - "pixel_share_above_median is: 0.6460176991150443\n", - "Sprawl index is: 0.35398230088495575\n", - "814\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "815\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "816\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "817\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "818\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "819\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "820\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "821\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "822\n", - "pixel_share_below_median is: 0.48484848484848486\n", - "pixel_share_above_median is: 0.5151515151515151\n", - "Sprawl index is: 0.48484848484848486\n", - "823\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "824\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "825\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "826\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "827\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "828\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "829\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "830\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "831\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "832\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "833\n", - "pixel_share_below_median is: 0.5357142857142857\n", - "pixel_share_above_median is: 0.4642857142857143\n", - "Sprawl index is: 0.5357142857142857\n", - "834\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "835\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "836\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "837\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.37921604375569734\n", - "pixel_share_above_median is: 0.6207839562443026\n", - "Sprawl index is: 0.3792160437556974\n", - "838\n", - "pixel_share_below_median is: 0.38571428571428573\n", - "pixel_share_above_median is: 0.6142857142857143\n", - "Sprawl index is: 0.3857142857142857\n", - "839\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "840\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "841\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "842\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "843\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "844\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "845\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "846\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "847\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "848\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "849\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "850\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "851\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "852\n", - "pixel_share_below_median is: 0.7407407407407407\n", - "pixel_share_above_median is: 0.25925925925925924\n", - "Sprawl index is: 0.7407407407407407\n", - "853\n", - "pixel_share_below_median is: 0.7804878048780488\n", - "pixel_share_above_median is: 0.21951219512195122\n", - "Sprawl index is: 0.7804878048780488\n", - "854\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "855\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "856\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "857\n", - "pixel_share_below_median is: 0.8064516129032258\n", - "pixel_share_above_median is: 0.1935483870967742\n", - "Sprawl index is: 0.8064516129032258\n", - "858\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "859\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "860\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "861\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "862\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "863\n", - "pixel_share_below_median is: 0.34831460674157305\n", - "pixel_share_above_median is: 0.651685393258427\n", - "Sprawl index is: 0.348314606741573\n", - "864\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "865\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "866\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "867\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "868\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "869\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "870\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "871\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "872\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "873\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "874\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "875\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "876\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "877\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "878\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "879\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "880\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "881\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "882\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "883\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "884\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "885\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "886\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "887\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "888\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "889\n", - "pixel_share_below_median is: 0.5277777777777778\n", - "pixel_share_above_median is: 0.4722222222222222\n", - "Sprawl index is: 0.5277777777777778\n", - "890\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "891\n", - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "892\n", - "pixel_share_below_median is: 0.7575757575757576\n", - "pixel_share_above_median is: 0.24242424242424243\n", - "Sprawl index is: 0.7575757575757576\n", - "893\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "894\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "895\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "896\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "897\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "898\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "899\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "900\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "901\n", - "pixel_share_below_median is: 0.85\n", - "pixel_share_above_median is: 0.15\n", - "Sprawl index is: 0.85\n", - "902\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "903\n", - "pixel_share_below_median is: 0.5417607223476298\n", - "pixel_share_above_median is: 0.4582392776523702\n", - "Sprawl index is: 0.5417607223476298\n", - "904\n", - "pixel_share_below_median is: 0.6785714285714286\n", - "pixel_share_above_median is: 0.32142857142857145\n", - "Sprawl index is: 0.6785714285714286\n", - "905\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "906\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "907\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "908\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "909\n", - "pixel_share_below_median is: 0.85\n", - "pixel_share_above_median is: 0.15\n", - "Sprawl index is: 0.85\n", - "910\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "911\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "912\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "913\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "914\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "915\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "916\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "917\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "918\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "919\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "920\n", - "pixel_share_below_median is: 0.40384615384615385\n", - "pixel_share_above_median is: 0.5961538461538461\n", - "Sprawl index is: 0.40384615384615385\n", - "921\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "922\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "923\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "924\n", - "pixel_share_below_median is: 0.7407407407407407\n", - "pixel_share_above_median is: 0.25925925925925924\n", - "Sprawl index is: 0.7407407407407407\n", - "925\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "926\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "927\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "928\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "929\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "930\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "931\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "932\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "933\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "934\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "935\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "936\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "937\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "938\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "939\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "940\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "941\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "942\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "943\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "944\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "945\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "946\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "947\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "948\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "949\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "950\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "951\n", - "pixel_share_below_median is: 0.7586206896551724\n", - "pixel_share_above_median is: 0.2413793103448276\n", - "Sprawl index is: 0.7586206896551724\n", - "952\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "953\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "954\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "955\n", - "pixel_share_below_median is: 0.4081196581196581\n", - "pixel_share_above_median is: 0.5918803418803419\n", - "Sprawl index is: 0.4081196581196581\n", - "956\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "957\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "958\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "959\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "960\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "961\n", - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "962\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "963\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "964\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "965\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "966\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "967\n", - "pixel_share_below_median is: 0.4691358024691358\n", - "pixel_share_above_median is: 0.5308641975308642\n", - "Sprawl index is: 0.4691358024691358\n", - "968\n", - "pixel_share_below_median is: 0.643507972665148\n", - "pixel_share_above_median is: 0.3564920273348519\n", - "Sprawl index is: 0.643507972665148\n", - "969\n", - "pixel_share_below_median is: 0.3620689655172414\n", - "pixel_share_above_median is: 0.6379310344827587\n", - "Sprawl index is: 0.3620689655172413\n", - "970\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "971\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "972\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "973\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "974\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "975\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "976\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "977\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "978\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "979\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "980\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "981\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "982\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "983\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "984\n", - "pixel_share_below_median is: 0.8214285714285714\n", - "pixel_share_above_median is: 0.17857142857142858\n", - "Sprawl index is: 0.8214285714285714\n", - "985\n", - "pixel_share_below_median is: 0.7916666666666666\n", - "pixel_share_above_median is: 0.20833333333333334\n", - "Sprawl index is: 0.7916666666666666\n", - "986\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "987\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "988\n", - "pixel_share_below_median is: 0.7659574468085106\n", - "pixel_share_above_median is: 0.23404255319148937\n", - "Sprawl index is: 0.7659574468085106\n", - "989\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "990\n", - "pixel_share_below_median is: 0.6785714285714286\n", - "pixel_share_above_median is: 0.32142857142857145\n", - "Sprawl index is: 0.6785714285714286\n", - "991\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "992\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "993\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "994\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "995\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "996\n", - "pixel_share_below_median is: 0.8076923076923077\n", - "pixel_share_above_median is: 0.19230769230769232\n", - "Sprawl index is: 0.8076923076923077\n", - "997\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "998\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "999\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1000\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "1001\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1002\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1003\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1004\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1005\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1006\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1007\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1008\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1009\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1010\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1011\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1012\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1013\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1014\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1015\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1016\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1017\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1018\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1019\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1020\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1021\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1022\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1023\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1024\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1025\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1026\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1027\n", - "pixel_share_below_median is: 0.7150259067357513\n", - "pixel_share_above_median is: 0.2849740932642487\n", - "Sprawl index is: 0.7150259067357513\n", - "1028\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1029\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "1030\n", - "pixel_share_below_median is: 0.4142857142857143\n", - "pixel_share_above_median is: 0.5857142857142857\n", - "Sprawl index is: 0.41428571428571426\n", - "1031\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "1032\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1033\n", - "pixel_share_below_median is: 0.7064220183486238\n", - "pixel_share_above_median is: 0.29357798165137616\n", - "Sprawl index is: 0.7064220183486238\n", - "1034\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "1035\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1036\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1037\n", - "pixel_share_below_median is: 0.7307692307692307\n", - "pixel_share_above_median is: 0.2692307692307692\n", - "Sprawl index is: 0.7307692307692307\n", - "1038\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1039\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1040\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1041\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1042\n", - "pixel_share_below_median is: 0.6896551724137931\n", - "pixel_share_above_median is: 0.3103448275862069\n", - "Sprawl index is: 0.6896551724137931\n", - "1043\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1044\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1045\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1046\n", - "pixel_share_below_median is: 0.5151515151515151\n", - "pixel_share_above_median is: 0.48484848484848486\n", - "Sprawl index is: 0.5151515151515151\n", - "1047\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1048\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1049\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "1050\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "1051\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1052\n", - "pixel_share_below_median is: 0.7096774193548387\n", - "pixel_share_above_median is: 0.2903225806451613\n", - "Sprawl index is: 0.7096774193548387\n", - "1053\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1054\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1055\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1056\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "1057\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1058\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "1059\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1060\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1061\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1062\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1063\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "1064\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1065\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1066\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1067\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1068\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1069\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1070\n", - "pixel_share_below_median is: 0.31521739130434784\n", - "pixel_share_above_median is: 0.6847826086956522\n", - "Sprawl index is: 0.3152173913043478\n", - "1071\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1072\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "1073\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1074\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1075\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1076\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1077\n", - "pixel_share_below_median is: 0.2988505747126437\n", - "pixel_share_above_median is: 0.7011494252873564\n", - "Sprawl index is: 0.29885057471264365\n", - "1078\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1079\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1080\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1081\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1082\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1083\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1084\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1085\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1086\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "1087\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1088\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1089\n", - "pixel_share_below_median is: 0.48148148148148145\n", - "pixel_share_above_median is: 0.5185185185185185\n", - "Sprawl index is: 0.4814814814814815\n", - "1090\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1091\n", - "pixel_share_below_median is: 0.7931034482758621\n", - "pixel_share_above_median is: 0.20689655172413793\n", - "Sprawl index is: 0.7931034482758621\n", - "1092\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1093\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1094\n", - "pixel_share_below_median is: 0.7037037037037037\n", - "pixel_share_above_median is: 0.2962962962962963\n", - "Sprawl index is: 0.7037037037037037\n", - "1095\n", - "pixel_share_below_median is: 0.5081967213114754\n", - "pixel_share_above_median is: 0.4918032786885246\n", - "Sprawl index is: 0.5081967213114754\n", - "1096\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1097\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1098\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1099\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "1100\n", - "pixel_share_below_median is: 0.5365853658536586\n", - "pixel_share_above_median is: 0.4634146341463415\n", - "Sprawl index is: 0.5365853658536586\n", - "1101\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1102\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1103\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1104\n", - "pixel_share_below_median is: 0.3953488372093023\n", - "pixel_share_above_median is: 0.6046511627906976\n", - "Sprawl index is: 0.39534883720930236\n", - "1105\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "1106\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1107\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1108\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1109\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1110\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1111\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1112\n", - "pixel_share_below_median is: 0.3559322033898305\n", - "pixel_share_above_median is: 0.6440677966101694\n", - "Sprawl index is: 0.35593220338983056\n", - "1113\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "1114\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1115\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1116\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1117\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1118\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1119\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1120\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1121\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1122\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1123\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1124\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1125\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1126\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1127\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1128\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1129\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1130\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1131\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "1132\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1133\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "1134\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1135\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1136\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1137\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "1138\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1139\n", - "pixel_share_below_median is: 0.46938775510204084\n", - "pixel_share_above_median is: 0.5306122448979592\n", - "Sprawl index is: 0.4693877551020408\n", - "1140\n", - "pixel_share_below_median is: 0.4918032786885246\n", - "pixel_share_above_median is: 0.5081967213114754\n", - "Sprawl index is: 0.4918032786885246\n", - "1141\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1142\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1143\n", - "pixel_share_below_median is: 0.30303030303030304\n", - "pixel_share_above_median is: 0.696969696969697\n", - "Sprawl index is: 0.303030303030303\n", - "1144\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1145\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1146\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "1147\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1148\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "1149\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1150\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1151\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1152\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "1153\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1154\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1155\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "1156\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1157\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1158\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1159\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1160\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1161\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "1162\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1163\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1164\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1165\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1166\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1167\n", - "pixel_share_below_median is: 0.30434782608695654\n", - "pixel_share_above_median is: 0.6956521739130435\n", - "Sprawl index is: 0.30434782608695654\n", - "1168\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1169\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "1170\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "1171\n", - "pixel_share_below_median is: 0.4175824175824176\n", - "pixel_share_above_median is: 0.5824175824175825\n", - "Sprawl index is: 0.41758241758241754\n", - "1172\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1173\n", - "pixel_share_below_median is: 0.1935483870967742\n", - "pixel_share_above_median is: 0.8064516129032258\n", - "Sprawl index is: 0.19354838709677424\n", - "1174\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1175\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1176\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "1177\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1178\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "1179\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1180\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1181\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1182\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "1183\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1184\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1185\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1186\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "1187\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1188\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1189\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1190\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1191\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1192\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "1193\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "1194\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1195\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1196\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1197\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1198\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1199\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1200\n", - "pixel_share_below_median is: 0.38181818181818183\n", - "pixel_share_above_median is: 0.6181818181818182\n", - "Sprawl index is: 0.38181818181818183\n", - "1201\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1202\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1203\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1204\n", - "pixel_share_below_median is: 0.39215686274509803\n", - "pixel_share_above_median is: 0.6078431372549019\n", - "Sprawl index is: 0.3921568627450981\n", - "1205\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1206\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1207\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1208\n", - "pixel_share_below_median is: 0.6216216216216216\n", - "pixel_share_above_median is: 0.3783783783783784\n", - "Sprawl index is: 0.6216216216216216\n", - "1209\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1210\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1211\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "1212\n", - "pixel_share_below_median is: 0.2962962962962963\n", - "pixel_share_above_median is: 0.7037037037037037\n", - "Sprawl index is: 0.2962962962962963\n", - "1213\n", - "pixel_share_below_median is: 0.6333333333333333\n", - "pixel_share_above_median is: 0.36666666666666664\n", - "Sprawl index is: 0.6333333333333333\n", - "1214\n", - "pixel_share_below_median is: 0.7391304347826086\n", - "pixel_share_above_median is: 0.2608695652173913\n", - "Sprawl index is: 0.7391304347826086\n", - "1215\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1216\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1217\n", - "pixel_share_below_median is: 0.39473684210526316\n", - "pixel_share_above_median is: 0.6052631578947368\n", - "Sprawl index is: 0.39473684210526316\n", - "1218\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1219\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1220\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1221\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1222\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "1223\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1224\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1225\n", - "pixel_share_below_median is: 0.4153846153846154\n", - "pixel_share_above_median is: 0.5846153846153846\n", - "Sprawl index is: 0.41538461538461535\n", - "1226\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1227\n", - "pixel_share_below_median is: 0.3559322033898305\n", - "pixel_share_above_median is: 0.6440677966101694\n", - "Sprawl index is: 0.35593220338983056\n", - "1228\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1229\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1230\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "1231\n", - "pixel_share_below_median is: 0.1111111111111111\n", - "pixel_share_above_median is: 0.8888888888888888\n", - "Sprawl index is: 0.11111111111111116\n", - "1232\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "1233\n", - "pixel_share_below_median is: 0.5892857142857143\n", - "pixel_share_above_median is: 0.4107142857142857\n", - "Sprawl index is: 0.5892857142857143\n", - "1234\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1235\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "1236\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1237\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1238\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1239\n", - "pixel_share_below_median is: 0.22560975609756098\n", - "pixel_share_above_median is: 0.774390243902439\n", - "Sprawl index is: 0.22560975609756095\n", - "1240\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1241\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1242\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1243\n", - "pixel_share_below_median is: 0.5111111111111111\n", - "pixel_share_above_median is: 0.4888888888888889\n", - "Sprawl index is: 0.5111111111111111\n", - "1244\n", - "pixel_share_below_median is: 0.4728682170542636\n", - "pixel_share_above_median is: 0.5271317829457365\n", - "Sprawl index is: 0.4728682170542635\n", - "1245\n", - "pixel_share_below_median is: 0.4470588235294118\n", - "pixel_share_above_median is: 0.5529411764705883\n", - "Sprawl index is: 0.44705882352941173\n", - "1246\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "1247\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1248\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1249\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1250\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1251\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1252\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1253\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1254\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1255\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1256\n", - "pixel_share_below_median is: 0.6333333333333333\n", - "pixel_share_above_median is: 0.36666666666666664\n", - "Sprawl index is: 0.6333333333333333\n", - "1257\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "1258\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1259\n", - "pixel_share_below_median is: 0.35135135135135137\n", - "pixel_share_above_median is: 0.6486486486486487\n", - "Sprawl index is: 0.3513513513513513\n", - "1260\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "1261\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1262\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1263\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1264\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1265\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1266\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1267\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1268\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "1269\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1270\n", - "pixel_share_below_median is: 0.8928571428571429\n", - "pixel_share_above_median is: 0.10714285714285714\n", - "Sprawl index is: 0.8928571428571429\n", - "1271\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1272\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1273\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1274\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1275\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1276\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1277\n", - "pixel_share_below_median is: 0.4883720930232558\n", - "pixel_share_above_median is: 0.5116279069767442\n", - "Sprawl index is: 0.4883720930232558\n", - "1278\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "1279\n", - "pixel_share_below_median is: 0.85\n", - "pixel_share_above_median is: 0.15\n", - "Sprawl index is: 0.85\n", - "1280\n", - "pixel_share_below_median is: 0.40274599542334094\n", - "pixel_share_above_median is: 0.597254004576659\n", - "Sprawl index is: 0.402745995423341\n", - "1281\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1282\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1283\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1284\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1285\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1286\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1287\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1288\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "1289\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1290\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "1291\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "1292\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1293\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1294\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1295\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1296\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1297\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1298\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "1299\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1300\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1301\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1302\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1303\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1304\n", - "pixel_share_below_median is: 0.3090909090909091\n", - "pixel_share_above_median is: 0.6909090909090909\n", - "Sprawl index is: 0.3090909090909091\n", - "1305\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "1306\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1307\n", - "pixel_share_below_median is: 0.36585365853658536\n", - "pixel_share_above_median is: 0.6341463414634146\n", - "Sprawl index is: 0.36585365853658536\n", - "1308\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1309\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1310\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1311\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1312\n", - "pixel_share_below_median is: 0.4050632911392405\n", - "pixel_share_above_median is: 0.5949367088607594\n", - "Sprawl index is: 0.40506329113924056\n", - "1313\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1314\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1315\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1316\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1317\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1318\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1319\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1320\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "1321\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1322\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1323\n", - "pixel_share_below_median is: 0.8421052631578947\n", - "pixel_share_above_median is: 0.15789473684210525\n", - "Sprawl index is: 0.8421052631578947\n", - "1324\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "1325\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "1326\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1327\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1328\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1329\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1330\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1331\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1332\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "1333\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1334\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1335\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "1336\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1337\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1338\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1339\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1340\n", - "pixel_share_below_median is: 0.4875\n", - "pixel_share_above_median is: 0.5125\n", - "Sprawl index is: 0.48750000000000004\n", - "1341\n", - "pixel_share_below_median is: 0.6410256410256411\n", - "pixel_share_above_median is: 0.358974358974359\n", - "Sprawl index is: 0.6410256410256411\n", - "1342\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "1343\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "1344\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1345\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1346\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1347\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "1348\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1349\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1350\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1351\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1352\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1353\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1354\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "1355\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1356\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1357\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1358\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1359\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1360\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1361\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "1362\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1363\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1364\n", - "pixel_share_below_median is: 0.4105263157894737\n", - "pixel_share_above_median is: 0.5894736842105263\n", - "Sprawl index is: 0.41052631578947374\n", - "1365\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1366\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1367\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1368\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "1369\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "1370\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1371\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1372\n", - "pixel_share_below_median is: 0.6410256410256411\n", - "pixel_share_above_median is: 0.358974358974359\n", - "Sprawl index is: 0.6410256410256411\n", - "1373\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1374\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1375\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1376\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1377\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "1378\n", - "pixel_share_below_median is: 0.5121951219512195\n", - "pixel_share_above_median is: 0.4878048780487805\n", - "Sprawl index is: 0.5121951219512195\n", - "1379\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1380\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1381\n", - "pixel_share_below_median is: 0.425531914893617\n", - "pixel_share_above_median is: 0.574468085106383\n", - "Sprawl index is: 0.42553191489361697\n", - "1382\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1383\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1384\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "1385\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "1386\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1387\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "1388\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "1389\n", - "pixel_share_below_median is: 0.30303030303030304\n", - "pixel_share_above_median is: 0.696969696969697\n", - "Sprawl index is: 0.303030303030303\n", - "1390\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "1391\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "1392\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1393\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1394\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1395\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1396\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1397\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "1398\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1399\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1400\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1401\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1402\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1403\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1404\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1405\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1406\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1407\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1408\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1409\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1410\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "1411\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1412\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1413\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "1414\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1415\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1416\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1417\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1418\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1419\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "1420\n", - "pixel_share_below_median is: 0.5675675675675675\n", - "pixel_share_above_median is: 0.43243243243243246\n", - "Sprawl index is: 0.5675675675675675\n", - "1421\n", - "pixel_share_below_median is: 0.317157712305026\n", - "pixel_share_above_median is: 0.682842287694974\n", - "Sprawl index is: 0.317157712305026\n", - "1422\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1423\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1424\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1425\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1426\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1427\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1428\n", - "pixel_share_below_median is: 0.5617977528089888\n", - "pixel_share_above_median is: 0.43820224719101125\n", - "Sprawl index is: 0.5617977528089888\n", - "1429\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1430\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1431\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "1432\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1433\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1434\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1435\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1436\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "1437\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "1438\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1439\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1440\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1441\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "1442\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1443\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1444\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1445\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1446\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1447\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1448\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1449\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1450\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1451\n", - "pixel_share_below_median is: 0.7586206896551724\n", - "pixel_share_above_median is: 0.2413793103448276\n", - "Sprawl index is: 0.7586206896551724\n", - "1452\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1453\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1454\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1455\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1456\n", - "pixel_share_below_median is: 0.23443223443223443\n", - "pixel_share_above_median is: 0.7655677655677655\n", - "Sprawl index is: 0.2344322344322345\n", - "1457\n", - "pixel_share_below_median is: 0.425\n", - "pixel_share_above_median is: 0.575\n", - "Sprawl index is: 0.42500000000000004\n", - "1458\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1459\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1460\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1461\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1462\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1463\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1464\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1465\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "1466\n", - "pixel_share_below_median is: 0.5111111111111111\n", - "pixel_share_above_median is: 0.4888888888888889\n", - "Sprawl index is: 0.5111111111111111\n", - "1467\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1468\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1469\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1470\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1471\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1472\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1473\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1474\n", - "pixel_share_below_median is: 0.33559322033898303\n", - "pixel_share_above_median is: 0.6644067796610169\n", - "Sprawl index is: 0.3355932203389831\n", - "1475\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1476\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "1477\n", - "pixel_share_below_median is: 0.5660377358490566\n", - "pixel_share_above_median is: 0.4339622641509434\n", - "Sprawl index is: 0.5660377358490566\n", - "1478\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1479\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1480\n", - "pixel_share_below_median is: 0.7241379310344828\n", - "pixel_share_above_median is: 0.27586206896551724\n", - "Sprawl index is: 0.7241379310344828\n", - "1481\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1482\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1483\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1484\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1485\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1486\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1487\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1488\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "1489\n", - "pixel_share_below_median is: 0.5151515151515151\n", - "pixel_share_above_median is: 0.48484848484848486\n", - "Sprawl index is: 0.5151515151515151\n", - "1490\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1491\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1492\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "1493\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1494\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1495\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "1496\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "1497\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1498\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1499\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1500\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "1501\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1502\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1503\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1504\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1505\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1506\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1507\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1508\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "1509\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1510\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1511\n", - "pixel_share_below_median is: 0.5106382978723404\n", - "pixel_share_above_median is: 0.48936170212765956\n", - "Sprawl index is: 0.5106382978723404\n", - "1512\n", - "pixel_share_below_median is: 0.5689655172413793\n", - "pixel_share_above_median is: 0.43103448275862066\n", - "Sprawl index is: 0.5689655172413793\n", - "1513\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1514\n", - "pixel_share_below_median is: 0.6296296296296297\n", - "pixel_share_above_median is: 0.37037037037037035\n", - "Sprawl index is: 0.6296296296296297\n", - "1515\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1516\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1517\n", - "pixel_share_below_median is: 0.7714285714285715\n", - "pixel_share_above_median is: 0.22857142857142856\n", - "Sprawl index is: 0.7714285714285715\n", - "1518\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1519\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1520\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1521\n", - "pixel_share_below_median is: 0.9310344827586207\n", - "pixel_share_above_median is: 0.06896551724137931\n", - "Sprawl index is: 0.9310344827586207\n", - "1522\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1523\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1524\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1525\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "1526\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1527\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1528\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1529\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1530\n", - "pixel_share_below_median is: 0.734375\n", - "pixel_share_above_median is: 0.265625\n", - "Sprawl index is: 0.734375\n", - "1531\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1532\n", - "pixel_share_below_median is: 0.475\n", - "pixel_share_above_median is: 0.525\n", - "Sprawl index is: 0.475\n", - "1533\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1534\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1535\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "1536\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "1537\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1538\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1539\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "1540\n", - "pixel_share_below_median is: 0.48148148148148145\n", - "pixel_share_above_median is: 0.5185185185185185\n", - "Sprawl index is: 0.4814814814814815\n", - "1541\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1542\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1543\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1544\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1545\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1546\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "1547\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1548\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1549\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1550\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1551\n", - "pixel_share_below_median is: 0.30864197530864196\n", - "pixel_share_above_median is: 0.691358024691358\n", - "Sprawl index is: 0.308641975308642\n", - "1552\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1553\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1554\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1555\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1556\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1557\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "1558\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1559\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "1560\n", - "pixel_share_below_median is: 0.53125\n", - "pixel_share_above_median is: 0.46875\n", - "Sprawl index is: 0.53125\n", - "1561\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1562\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1563\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1564\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1565\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "1566\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1567\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "1568\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1569\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "1570\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1571\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "1572\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1573\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1574\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1575\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "1576\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1577\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1578\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "1579\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1580\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1581\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1582\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1583\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1584\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1585\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1586\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1587\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1588\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1589\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1590\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1591\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "1592\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1593\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1594\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1595\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1596\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1597\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1598\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1599\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1600\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1601\n", - "pixel_share_below_median is: 0.368763557483731\n", - "pixel_share_above_median is: 0.631236442516269\n", - "Sprawl index is: 0.368763557483731\n", - "1602\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1603\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1604\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1605\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1606\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "1607\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1608\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "1609\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1610\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "1611\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1612\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1613\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1614\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1615\n", - "pixel_share_below_median is: 0.48148148148148145\n", - "pixel_share_above_median is: 0.5185185185185185\n", - "Sprawl index is: 0.4814814814814815\n", - "1616\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1617\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "1618\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1619\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "1620\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1621\n", - "pixel_share_below_median is: 0.4888888888888889\n", - "pixel_share_above_median is: 0.5111111111111111\n", - "Sprawl index is: 0.48888888888888893\n", - "1622\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1623\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1624\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "1625\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1626\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1627\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1628\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1629\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "1630\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1631\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1632\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1633\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1634\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1635\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1636\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1637\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1638\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "1639\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1640\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1641\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1642\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1643\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1644\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1645\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1646\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1647\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1648\n", - "pixel_share_below_median is: 0.3898305084745763\n", - "pixel_share_above_median is: 0.6101694915254238\n", - "Sprawl index is: 0.38983050847457623\n", - "1649\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1650\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1651\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "1652\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1653\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1654\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1655\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1656\n", - "pixel_share_below_median is: 0.5510204081632653\n", - "pixel_share_above_median is: 0.4489795918367347\n", - "Sprawl index is: 0.5510204081632653\n", - "1657\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "1658\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1659\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "1660\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1661\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1662\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "1663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "1664\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "1665\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1666\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1667\n", - "pixel_share_below_median is: 0.4017857142857143\n", - "pixel_share_above_median is: 0.5982142857142857\n", - "Sprawl index is: 0.4017857142857143\n", - "1668\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1669\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1670\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1671\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1672\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1673\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1674\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1675\n", - "pixel_share_below_median is: 0.2717391304347826\n", - "pixel_share_above_median is: 0.7282608695652174\n", - "Sprawl index is: 0.2717391304347826\n", - "1676\n", - "pixel_share_below_median is: 0.23837209302325582\n", - "pixel_share_above_median is: 0.7616279069767442\n", - "Sprawl index is: 0.2383720930232558\n", - "1677\n", - "pixel_share_below_median is: 0.3472222222222222\n", - "pixel_share_above_median is: 0.6527777777777778\n", - "Sprawl index is: 0.3472222222222222\n", - "1678\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1679\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1680\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "1681\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1682\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1683\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1684\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1685\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1686\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1687\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "1688\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1689\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1690\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1691\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1692\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1693\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1694\n", - "pixel_share_below_median is: 0.4074074074074074\n", - "pixel_share_above_median is: 0.5925925925925926\n", - "Sprawl index is: 0.40740740740740744\n", - "1695\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1696\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1697\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1698\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1699\n", - "pixel_share_below_median is: 0.27586206896551724\n", - "pixel_share_above_median is: 0.7241379310344828\n", - "Sprawl index is: 0.27586206896551724\n", - "1700\n", - "pixel_share_below_median is: 0.5428571428571428\n", - "pixel_share_above_median is: 0.45714285714285713\n", - "Sprawl index is: 0.5428571428571428\n", - "1701\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1702\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1703\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1704\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1705\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1706\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1707\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1708\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1709\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1710\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1711\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "1712\n", - "pixel_share_below_median is: 0.5116279069767442\n", - "pixel_share_above_median is: 0.4883720930232558\n", - "Sprawl index is: 0.5116279069767442\n", - "1713\n", - "pixel_share_below_median is: 0.33568904593639576\n", - "pixel_share_above_median is: 0.6643109540636042\n", - "Sprawl index is: 0.3356890459363958\n", - "1714\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1715\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1716\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1717\n", - "pixel_share_below_median is: 0.6538461538461539\n", - "pixel_share_above_median is: 0.34615384615384615\n", - "Sprawl index is: 0.6538461538461539\n", - "1718\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1719\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1720\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1721\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1722\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1723\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1724\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1725\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "1726\n", - "pixel_share_below_median is: 0.6627906976744186\n", - "pixel_share_above_median is: 0.3372093023255814\n", - "Sprawl index is: 0.6627906976744186\n", - "1727\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1728\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1729\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1730\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1731\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1732\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1733\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "1734\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1735\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1736\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "1737\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1738\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "1739\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1740\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1741\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1742\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1743\n", - "pixel_share_below_median is: 0.5285714285714286\n", - "pixel_share_above_median is: 0.4714285714285714\n", - "Sprawl index is: 0.5285714285714286\n", - "1744\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1745\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1746\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1747\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1748\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1749\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1750\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "1751\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1752\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "1753\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "1754\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "1755\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "1756\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1757\n", - "pixel_share_below_median is: 0.9375\n", - "pixel_share_above_median is: 0.0625\n", - "Sprawl index is: 0.9375\n", - "1758\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1759\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1760\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1761\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1762\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1763\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1764\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1765\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1766\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1767\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1768\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1769\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "1770\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1771\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1772\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "1773\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1774\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1775\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "1776\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1777\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1778\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "1779\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1780\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1781\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1782\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1783\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1784\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "1785\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1786\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1787\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1788\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1789\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "1790\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1791\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1792\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1793\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1794\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1795\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1796\n", - "pixel_share_below_median is: 0.4520547945205479\n", - "pixel_share_above_median is: 0.547945205479452\n", - "Sprawl index is: 0.452054794520548\n", - "1797\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1798\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "1799\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "1800\n", - "pixel_share_below_median is: 0.41025641025641024\n", - "pixel_share_above_median is: 0.5897435897435898\n", - "Sprawl index is: 0.41025641025641024\n", - "1801\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1802\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1803\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1804\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "1805\n", - "pixel_share_below_median is: 0.44776119402985076\n", - "pixel_share_above_median is: 0.5522388059701493\n", - "Sprawl index is: 0.4477611940298507\n", - "1806\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1807\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1808\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "1809\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1810\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "1811\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1812\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1813\n", - "pixel_share_below_median is: 0.40350877192982454\n", - "pixel_share_above_median is: 0.5964912280701754\n", - "Sprawl index is: 0.4035087719298246\n", - "1814\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1815\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1816\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1817\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1818\n", - "pixel_share_below_median is: 0.7894736842105263\n", - "pixel_share_above_median is: 0.21052631578947367\n", - "Sprawl index is: 0.7894736842105263\n", - "1819\n", - "pixel_share_below_median is: 0.53125\n", - "pixel_share_above_median is: 0.46875\n", - "Sprawl index is: 0.53125\n", - "1820\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1821\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1822\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1823\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1824\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1825\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "1826\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1827\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1828\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1829\n", - "pixel_share_below_median is: 0.4358974358974359\n", - "pixel_share_above_median is: 0.5641025641025641\n", - "Sprawl index is: 0.4358974358974359\n", - "1830\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1831\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1832\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1833\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "1834\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "1835\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1836\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1837\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1838\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1839\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1840\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1841\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "1842\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1843\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1844\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1845\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1846\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1847\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "1848\n", - "pixel_share_below_median is: 0.6486486486486487\n", - "pixel_share_above_median is: 0.35135135135135137\n", - "Sprawl index is: 0.6486486486486487\n", - "1849\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "1850\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1851\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "1852\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "1853\n", - "pixel_share_below_median is: 0.4226415094339623\n", - "pixel_share_above_median is: 0.5773584905660377\n", - "Sprawl index is: 0.4226415094339623\n", - "1854\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1855\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1856\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1857\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1858\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1859\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1860\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "1861\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1862\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1863\n", - "pixel_share_below_median is: 0.5806451612903226\n", - "pixel_share_above_median is: 0.41935483870967744\n", - "Sprawl index is: 0.5806451612903226\n", - "1864\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1865\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1866\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1867\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1868\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1869\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "1870\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1871\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1872\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "1873\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "1874\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1875\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "1876\n", - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "1877\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1878\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1879\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1880\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1881\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1882\n", - "pixel_share_below_median is: 0.23809523809523808\n", - "pixel_share_above_median is: 0.7619047619047619\n", - "Sprawl index is: 0.23809523809523814\n", - "1883\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1884\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "1885\n", - "pixel_share_below_median is: 0.358974358974359\n", - "pixel_share_above_median is: 0.6410256410256411\n", - "Sprawl index is: 0.3589743589743589\n", - "1886\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "1887\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1888\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1889\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1890\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1891\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1892\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1893\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1894\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1895\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1896\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "1897\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1898\n", - "pixel_share_below_median is: 0.4857142857142857\n", - "pixel_share_above_median is: 0.5142857142857142\n", - "Sprawl index is: 0.48571428571428577\n", - "1899\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1900\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1901\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1902\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1903\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1904\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "1905\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1906\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "1907\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1908\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1909\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1910\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1911\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1912\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1913\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "1914\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1915\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1916\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1917\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1918\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1919\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1920\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1921\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1922\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "1923\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "1924\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1925\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1926\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "1927\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "1928\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1929\n", - "pixel_share_below_median is: 0.7666666666666667\n", - "pixel_share_above_median is: 0.23333333333333334\n", - "Sprawl index is: 0.7666666666666667\n", - "1930\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1931\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1932\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1933\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1934\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "1935\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1936\n", - "pixel_share_below_median is: 0.17647058823529413\n", - "pixel_share_above_median is: 0.8235294117647058\n", - "Sprawl index is: 0.17647058823529416\n", - "1937\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1938\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1939\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "1940\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "1941\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "1942\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1943\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "1944\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1945\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "1946\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "1947\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1948\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1949\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "1950\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1951\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "1952\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1953\n", - "pixel_share_below_median is: 0.3673469387755102\n", - "pixel_share_above_median is: 0.6326530612244898\n", - "Sprawl index is: 0.36734693877551017\n", - "1954\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1955\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "1956\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1957\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1958\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1959\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1960\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "1961\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "1962\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "1963\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "1964\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1965\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1966\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "1967\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "1968\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "1969\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "1970\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "1971\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "1972\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "1973\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1974\n", - "pixel_share_below_median is: 0.2696629213483146\n", - "pixel_share_above_median is: 0.7303370786516854\n", - "Sprawl index is: 0.2696629213483146\n", - "1975\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "1976\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "1977\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "1978\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "1979\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1980\n", - "pixel_share_below_median is: 0.43333333333333335\n", - "pixel_share_above_median is: 0.5666666666666667\n", - "Sprawl index is: 0.43333333333333335\n", - "1981\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "1982\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1983\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "1984\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "1985\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "1986\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "1987\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "1988\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "1989\n", - "pixel_share_below_median is: 0.34782608695652173\n", - "pixel_share_above_median is: 0.6521739130434783\n", - "Sprawl index is: 0.34782608695652173\n", - "1990\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "1991\n", - "pixel_share_below_median is: 0.32142857142857145\n", - "pixel_share_above_median is: 0.6785714285714286\n", - "Sprawl index is: 0.3214285714285714\n", - "1992\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "1993\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "1994\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "1995\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "1996\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "1997\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "1998\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "1999\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2000\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2001\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2002\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2003\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "2004\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2005\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2006\n", - "pixel_share_below_median is: 0.5344827586206896\n", - "pixel_share_above_median is: 0.46551724137931033\n", - "Sprawl index is: 0.5344827586206896\n", - "2007\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2008\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2009\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2010\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2011\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2012\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2013\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2014\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2015\n", - "pixel_share_below_median is: 0.7435897435897436\n", - "pixel_share_above_median is: 0.2564102564102564\n", - "Sprawl index is: 0.7435897435897436\n", - "2016\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2017\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "2018\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2019\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2020\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2021\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2022\n", - "pixel_share_below_median is: 0.6904761904761905\n", - "pixel_share_above_median is: 0.30952380952380953\n", - "Sprawl index is: 0.6904761904761905\n", - "2023\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2024\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2025\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2026\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2027\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2028\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2029\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2030\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2031\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "2032\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2033\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2034\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2035\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2036\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2037\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2038\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2039\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2040\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2041\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "2042\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2043\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "2044\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "2045\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2046\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2047\n", - "pixel_share_below_median is: 0.5319148936170213\n", - "pixel_share_above_median is: 0.46808510638297873\n", - "Sprawl index is: 0.5319148936170213\n", - "2048\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2049\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2050\n", - "pixel_share_below_median is: 0.25925925925925924\n", - "pixel_share_above_median is: 0.7407407407407407\n", - "Sprawl index is: 0.2592592592592593\n", - "2051\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "2052\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "2053\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "2054\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "2055\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2056\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2057\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2058\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2059\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "2060\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2061\n", - "pixel_share_below_median is: 0.9375\n", - "pixel_share_above_median is: 0.0625\n", - "Sprawl index is: 0.9375\n", - "2062\n", - "pixel_share_below_median is: 0.5054945054945055\n", - "pixel_share_above_median is: 0.4945054945054945\n", - "Sprawl index is: 0.5054945054945055\n", - "2063\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2064\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "2065\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2066\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2067\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2068\n", - "pixel_share_below_median is: 0.07692307692307693\n", - "pixel_share_above_median is: 0.9230769230769231\n", - "Sprawl index is: 0.07692307692307687\n", - "2069\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2070\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2071\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2072\n", - "pixel_share_below_median is: 0.3185840707964602\n", - "pixel_share_above_median is: 0.6814159292035398\n", - "Sprawl index is: 0.31858407079646023\n", - "2073\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2074\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2075\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "2076\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2077\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "2078\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2079\n", - "pixel_share_below_median is: 0.6818181818181818\n", - "pixel_share_above_median is: 0.3181818181818182\n", - "Sprawl index is: 0.6818181818181818\n", - "2080\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "2081\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2082\n", - "pixel_share_below_median is: 0.32\n", - "pixel_share_above_median is: 0.68\n", - "Sprawl index is: 0.31999999999999995\n", - "2083\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2084\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2085\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2086\n", - "pixel_share_below_median is: 0.423728813559322\n", - "pixel_share_above_median is: 0.576271186440678\n", - "Sprawl index is: 0.423728813559322\n", - "2087\n", - "pixel_share_below_median is: 0.7288135593220338\n", - "pixel_share_above_median is: 0.2711864406779661\n", - "Sprawl index is: 0.7288135593220338\n", - "2088\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "2089\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "2090\n", - "pixel_share_below_median is: 0.7407407407407407\n", - "pixel_share_above_median is: 0.25925925925925924\n", - "Sprawl index is: 0.7407407407407407\n", - "2091\n", - "pixel_share_below_median is: 0.7586206896551724\n", - "pixel_share_above_median is: 0.2413793103448276\n", - "Sprawl index is: 0.7586206896551724\n", - "2092\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2093\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2094\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2095\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2096\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2097\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2098\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2099\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2100\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2101\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "2102\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2103\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2104\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2105\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2106\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2107\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2108\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "2109\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2110\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "2111\n", - "pixel_share_below_median is: 0.5614035087719298\n", - "pixel_share_above_median is: 0.43859649122807015\n", - "Sprawl index is: 0.5614035087719298\n", - "2112\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2113\n", - "pixel_share_below_median is: 0.8636363636363636\n", - "pixel_share_above_median is: 0.13636363636363635\n", - "Sprawl index is: 0.8636363636363636\n", - "2114\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "2115\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2116\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2117\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2118\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2119\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2120\n", - "pixel_share_below_median is: 0.9629629629629629\n", - "pixel_share_above_median is: 0.037037037037037035\n", - "Sprawl index is: 0.9629629629629629\n", - "2121\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2122\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2123\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2124\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2125\n", - "pixel_share_below_median is: 0.36065573770491804\n", - "pixel_share_above_median is: 0.639344262295082\n", - "Sprawl index is: 0.360655737704918\n", - "2126\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2127\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "2128\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2129\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "2130\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2131\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2132\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2133\n", - "pixel_share_below_median is: 0.6216216216216216\n", - "pixel_share_above_median is: 0.3783783783783784\n", - "Sprawl index is: 0.6216216216216216\n", - "2134\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2135\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "2136\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2137\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "2138\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2139\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2140\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "2141\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "2142\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2143\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2144\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2145\n", - "pixel_share_below_median is: 0.5434782608695652\n", - "pixel_share_above_median is: 0.45652173913043476\n", - "Sprawl index is: 0.5434782608695652\n", - "2146\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2147\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "2148\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2149\n", - "pixel_share_below_median is: 0.2866666666666667\n", - "pixel_share_above_median is: 0.7133333333333334\n", - "Sprawl index is: 0.2866666666666666\n", - "2150\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2151\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "2152\n", - "pixel_share_below_median is: 0.4027777777777778\n", - "pixel_share_above_median is: 0.5972222222222222\n", - "Sprawl index is: 0.4027777777777778\n", - "2153\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2154\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2155\n", - "pixel_share_below_median is: 0.5952380952380952\n", - "pixel_share_above_median is: 0.40476190476190477\n", - "Sprawl index is: 0.5952380952380952\n", - "2156\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2157\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2158\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2159\n", - "pixel_share_below_median is: 0.5394736842105263\n", - "pixel_share_above_median is: 0.4605263157894737\n", - "Sprawl index is: 0.5394736842105263\n", - "2160\n", - "pixel_share_below_median is: 0.2911392405063291\n", - "pixel_share_above_median is: 0.7088607594936709\n", - "Sprawl index is: 0.2911392405063291\n", - "2161\n", - "pixel_share_below_median is: 0.4897959183673469\n", - "pixel_share_above_median is: 0.5102040816326531\n", - "Sprawl index is: 0.4897959183673469\n", - "2162\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2163\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2164\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "2165\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2166\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2167\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2168\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2169\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2170\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2171\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "2172\n", - "pixel_share_below_median is: 0.5365853658536586\n", - "pixel_share_above_median is: 0.4634146341463415\n", - "Sprawl index is: 0.5365853658536586\n", - "2173\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2174\n", - "pixel_share_below_median is: 0.43434343434343436\n", - "pixel_share_above_median is: 0.5656565656565656\n", - "Sprawl index is: 0.43434343434343436\n", - "2175\n", - "pixel_share_below_median is: 0.5869565217391305\n", - "pixel_share_above_median is: 0.41304347826086957\n", - "Sprawl index is: 0.5869565217391305\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2176\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2177\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2178\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2179\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2180\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2181\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2182\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2183\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2184\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2185\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2186\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "2187\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2188\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2189\n", - "pixel_share_below_median is: 0.291005291005291\n", - "pixel_share_above_median is: 0.708994708994709\n", - "Sprawl index is: 0.29100529100529104\n", - "2190\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2191\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "2192\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2193\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2194\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "2195\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "2196\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2197\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "2198\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2199\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2200\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "2201\n", - "pixel_share_below_median is: 0.7246376811594203\n", - "pixel_share_above_median is: 0.2753623188405797\n", - "Sprawl index is: 0.7246376811594203\n", - "2202\n", - "pixel_share_below_median is: 0.6944444444444444\n", - "pixel_share_above_median is: 0.3055555555555556\n", - "Sprawl index is: 0.6944444444444444\n", - "2203\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2204\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2205\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2206\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2207\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2208\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "2209\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2210\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2211\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2212\n", - "pixel_share_below_median is: 0.7037037037037037\n", - "pixel_share_above_median is: 0.2962962962962963\n", - "Sprawl index is: 0.7037037037037037\n", - "2213\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "2214\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2215\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2216\n", - "pixel_share_below_median is: 0.9444444444444444\n", - "pixel_share_above_median is: 0.05555555555555555\n", - "Sprawl index is: 0.9444444444444444\n", - "2217\n", - "pixel_share_below_median is: 0.5869565217391305\n", - "pixel_share_above_median is: 0.41304347826086957\n", - "Sprawl index is: 0.5869565217391305\n", - "2218\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2219\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "2220\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2221\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "2222\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2223\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2224\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2225\n", - "pixel_share_below_median is: 0.43\n", - "pixel_share_above_median is: 0.57\n", - "Sprawl index is: 0.43000000000000005\n", - "2226\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "2227\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2228\n", - "pixel_share_below_median is: 0.5567010309278351\n", - "pixel_share_above_median is: 0.44329896907216493\n", - "Sprawl index is: 0.5567010309278351\n", - "2229\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2230\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2231\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2232\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2233\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2234\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2235\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2236\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2237\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2238\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2239\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2240\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2241\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2242\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2243\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "2244\n", - "pixel_share_below_median is: 0.36666666666666664\n", - "pixel_share_above_median is: 0.6333333333333333\n", - "Sprawl index is: 0.3666666666666667\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2245\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2246\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2247\n", - "pixel_share_below_median is: 0.1111111111111111\n", - "pixel_share_above_median is: 0.8888888888888888\n", - "Sprawl index is: 0.11111111111111116\n", - "2248\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "2249\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2250\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "2251\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2252\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2253\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2254\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2255\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2256\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "2257\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "2258\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2259\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2260\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2261\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "2262\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2263\n", - "pixel_share_below_median is: 0.5204081632653061\n", - "pixel_share_above_median is: 0.47959183673469385\n", - "Sprawl index is: 0.5204081632653061\n", - "2264\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2265\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2266\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "2267\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "2268\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2269\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "2270\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "2271\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2272\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2273\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2274\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2275\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2276\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "2277\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2278\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2279\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2280\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2281\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2282\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "2283\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2284\n", - "pixel_share_below_median is: 0.36036036036036034\n", - "pixel_share_above_median is: 0.6396396396396397\n", - "Sprawl index is: 0.36036036036036034\n", - "2285\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2286\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2287\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2288\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2289\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2290\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2291\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "2292\n", - "pixel_share_below_median is: 0.2876712328767123\n", - "pixel_share_above_median is: 0.7123287671232876\n", - "Sprawl index is: 0.28767123287671237\n", - "2293\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2294\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2295\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2296\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2297\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "2298\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2299\n", - "pixel_share_below_median is: 0.72\n", - "pixel_share_above_median is: 0.28\n", - "Sprawl index is: 0.72\n", - "2300\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2301\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2302\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2303\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2304\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "2305\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2306\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "2307\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "2308\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2309\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2310\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2311\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2312\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "2313\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2314\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2315\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2316\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2317\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2318\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2319\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2320\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2321\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2322\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2323\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2324\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "2325\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2326\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2327\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2328\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2329\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2330\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2331\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2332\n", - "pixel_share_below_median is: 0.2916666666666667\n", - "pixel_share_above_median is: 0.7083333333333334\n", - "Sprawl index is: 0.29166666666666663\n", - "2333\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "2334\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "2335\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2336\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2337\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2338\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "2339\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2340\n", - "pixel_share_below_median is: 0.19444444444444445\n", - "pixel_share_above_median is: 0.8055555555555556\n", - "Sprawl index is: 0.19444444444444442\n", - "2341\n", - "pixel_share_below_median is: 0.358974358974359\n", - "pixel_share_above_median is: 0.6410256410256411\n", - "Sprawl index is: 0.3589743589743589\n", - "2342\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2343\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2344\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "2345\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2346\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2347\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2348\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2349\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2350\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2351\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2352\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "2353\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "2354\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "2355\n", - "pixel_share_below_median is: 0.5116279069767442\n", - "pixel_share_above_median is: 0.4883720930232558\n", - "Sprawl index is: 0.5116279069767442\n", - "2356\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2357\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2358\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "2359\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "2360\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2361\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2362\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2363\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2364\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2365\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "2366\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2367\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2368\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2369\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "2370\n", - "pixel_share_below_median is: 0.34375\n", - "pixel_share_above_median is: 0.65625\n", - "Sprawl index is: 0.34375\n", - "2371\n", - "pixel_share_below_median is: 0.6176470588235294\n", - "pixel_share_above_median is: 0.38235294117647056\n", - "Sprawl index is: 0.6176470588235294\n", - "2372\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2373\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "2374\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2375\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "2376\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "2377\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2378\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2379\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "2380\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2381\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2382\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "2383\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2384\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "2385\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2386\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "2387\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2388\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2389\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "2390\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2391\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2392\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2393\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2394\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "2395\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2396\n", - "pixel_share_below_median is: 0.3870967741935484\n", - "pixel_share_above_median is: 0.6129032258064516\n", - "Sprawl index is: 0.3870967741935484\n", - "2397\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2398\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2399\n", - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "2400\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "2401\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "2402\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2403\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2404\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "2405\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2406\n", - "pixel_share_below_median is: 0.1\n", - "pixel_share_above_median is: 0.9\n", - "Sprawl index is: 0.09999999999999998\n", - "2407\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2408\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2409\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2410\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2411\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2412\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2413\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2414\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2415\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2416\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2417\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "2418\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2419\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2420\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2421\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2422\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2423\n", - "pixel_share_below_median is: 0.39552238805970147\n", - "pixel_share_above_median is: 0.6044776119402985\n", - "Sprawl index is: 0.3955223880597015\n", - "2424\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2425\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2426\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2427\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2428\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2429\n", - "pixel_share_below_median is: 0.8260869565217391\n", - "pixel_share_above_median is: 0.17391304347826086\n", - "Sprawl index is: 0.8260869565217391\n", - "2430\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "2431\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2432\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "2433\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2434\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2435\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2436\n", - "pixel_share_below_median is: 0.5897435897435898\n", - "pixel_share_above_median is: 0.41025641025641024\n", - "Sprawl index is: 0.5897435897435898\n", - "2437\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2438\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "2439\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "2440\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2441\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2442\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2443\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2444\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2445\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2446\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2447\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2448\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2449\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2450\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "2451\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2452\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2453\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2454\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2455\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2456\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "2457\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2458\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2459\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2460\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2461\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2462\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2463\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2464\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2465\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2466\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2467\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2468\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2469\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2470\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2471\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2472\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2473\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2474\n", - "pixel_share_below_median is: 0.37777777777777777\n", - "pixel_share_above_median is: 0.6222222222222222\n", - "Sprawl index is: 0.37777777777777777\n", - "2475\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "2476\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "2477\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2478\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2479\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2480\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2481\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "2482\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2483\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2484\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2485\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2486\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2487\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "2488\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2489\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2490\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "2491\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2492\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2493\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2494\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2495\n", - "pixel_share_below_median is: 0.48\n", - "pixel_share_above_median is: 0.52\n", - "Sprawl index is: 0.48\n", - "2496\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "2497\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2498\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "2499\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2500\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2501\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2502\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "2503\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2504\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2505\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2506\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2507\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2508\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2509\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "2510\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "2511\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2512\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2513\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2514\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2515\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "2516\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2517\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2518\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2519\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "2520\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2521\n", - "pixel_share_below_median is: 0.288135593220339\n", - "pixel_share_above_median is: 0.711864406779661\n", - "Sprawl index is: 0.288135593220339\n", - "2522\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "2523\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2524\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2525\n", - "pixel_share_below_median is: 0.5142857142857142\n", - "pixel_share_above_median is: 0.4857142857142857\n", - "Sprawl index is: 0.5142857142857142\n", - "2526\n", - "pixel_share_below_median is: 0.26848249027237353\n", - "pixel_share_above_median is: 0.7315175097276264\n", - "Sprawl index is: 0.2684824902723736\n", - "2527\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2528\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2529\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2530\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "2531\n", - "pixel_share_below_median is: 0.5483870967741935\n", - "pixel_share_above_median is: 0.45161290322580644\n", - "Sprawl index is: 0.5483870967741935\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2532\n", - "pixel_share_below_median is: 0.25925925925925924\n", - "pixel_share_above_median is: 0.7407407407407407\n", - "Sprawl index is: 0.2592592592592593\n", - "2533\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2534\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2535\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2536\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2537\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2538\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "2539\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "2540\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2541\n", - "pixel_share_below_median is: 0.7037037037037037\n", - "pixel_share_above_median is: 0.2962962962962963\n", - "Sprawl index is: 0.7037037037037037\n", - "2542\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2543\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "2544\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2545\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2546\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2547\n", - "pixel_share_below_median is: 0.723404255319149\n", - "pixel_share_above_median is: 0.2765957446808511\n", - "Sprawl index is: 0.723404255319149\n", - "2548\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2549\n", - "pixel_share_below_median is: 0.4864864864864865\n", - "pixel_share_above_median is: 0.5135135135135135\n", - "Sprawl index is: 0.4864864864864865\n", - "2550\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2551\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2552\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "2553\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "2554\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2555\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2556\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2557\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2558\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2559\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2560\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2561\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2562\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2563\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "2564\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2565\n", - "pixel_share_below_median is: 0.5483870967741935\n", - "pixel_share_above_median is: 0.45161290322580644\n", - "Sprawl index is: 0.5483870967741935\n", - "2566\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2567\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2568\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2569\n", - "pixel_share_below_median is: 0.41935483870967744\n", - "pixel_share_above_median is: 0.5806451612903226\n", - "Sprawl index is: 0.4193548387096774\n", - "2570\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "2571\n", - "pixel_share_below_median is: 0.40086206896551724\n", - "pixel_share_above_median is: 0.5991379310344828\n", - "Sprawl index is: 0.40086206896551724\n", - "2572\n", - "pixel_share_below_median is: 0.43243243243243246\n", - "pixel_share_above_median is: 0.5675675675675675\n", - "Sprawl index is: 0.43243243243243246\n", - "2573\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2574\n", - "pixel_share_below_median is: 0.49411764705882355\n", - "pixel_share_above_median is: 0.5058823529411764\n", - "Sprawl index is: 0.49411764705882355\n", - "2575\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2576\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2577\n", - "pixel_share_below_median is: 0.6571428571428571\n", - "pixel_share_above_median is: 0.34285714285714286\n", - "Sprawl index is: 0.6571428571428571\n", - "2578\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2579\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2580\n", - "pixel_share_below_median is: 0.47586206896551725\n", - "pixel_share_above_median is: 0.5241379310344828\n", - "Sprawl index is: 0.4758620689655172\n", - "2581\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "2582\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "2583\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2584\n", - "pixel_share_below_median is: 0.5769230769230769\n", - "pixel_share_above_median is: 0.4230769230769231\n", - "Sprawl index is: 0.5769230769230769\n", - "2585\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "2586\n", - "pixel_share_below_median is: 0.4791666666666667\n", - "pixel_share_above_median is: 0.5208333333333334\n", - "Sprawl index is: 0.47916666666666663\n", - "2587\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "2588\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2589\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2590\n", - "pixel_share_below_median is: 0.4528301886792453\n", - "pixel_share_above_median is: 0.5471698113207547\n", - "Sprawl index is: 0.4528301886792453\n", - "2591\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2592\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2593\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2594\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2595\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2596\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2597\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2598\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2599\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2600\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2601\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2602\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2603\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2604\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2605\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2606\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2607\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2608\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2609\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "2610\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2611\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2612\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2613\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2614\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2615\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2616\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "2617\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2618\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2619\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2620\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2621\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2622\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2623\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2624\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2625\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2626\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2627\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2628\n", - "pixel_share_below_median is: 0.95\n", - "pixel_share_above_median is: 0.05\n", - "Sprawl index is: 0.95\n", - "2629\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2630\n", - "pixel_share_below_median is: 0.53125\n", - "pixel_share_above_median is: 0.46875\n", - "Sprawl index is: 0.53125\n", - "2631\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2632\n", - "pixel_share_below_median is: 0.291005291005291\n", - "pixel_share_above_median is: 0.708994708994709\n", - "Sprawl index is: 0.29100529100529104\n", - "2633\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2634\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2635\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2636\n", - "pixel_share_below_median is: 0.6176470588235294\n", - "pixel_share_above_median is: 0.38235294117647056\n", - "Sprawl index is: 0.6176470588235294\n", - "2637\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2638\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2639\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2640\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2641\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2642\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2643\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2644\n", - "pixel_share_below_median is: 0.43243243243243246\n", - "pixel_share_above_median is: 0.5675675675675675\n", - "Sprawl index is: 0.43243243243243246\n", - "2645\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2646\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2647\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "2648\n", - "pixel_share_below_median is: 0.6193548387096774\n", - "pixel_share_above_median is: 0.38064516129032255\n", - "Sprawl index is: 0.6193548387096774\n", - "2649\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2650\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2651\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2652\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2653\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "2654\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2655\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2656\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2657\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2658\n", - "pixel_share_below_median is: 0.9375\n", - "pixel_share_above_median is: 0.0625\n", - "Sprawl index is: 0.9375\n", - "2659\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2660\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2661\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "2662\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2663\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2664\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2665\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2666\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2667\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "2668\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2669\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2670\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "2671\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "2672\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2673\n", - "pixel_share_below_median is: 0.76\n", - "pixel_share_above_median is: 0.24\n", - "Sprawl index is: 0.76\n", - "2674\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "2675\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2676\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2677\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2678\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "2679\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2680\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2681\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "2682\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "2683\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "2684\n", - "pixel_share_below_median is: 0.5535714285714286\n", - "pixel_share_above_median is: 0.44642857142857145\n", - "Sprawl index is: 0.5535714285714286\n", - "2685\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2686\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2687\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2688\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2689\n", - "pixel_share_below_median is: 0.1323529411764706\n", - "pixel_share_above_median is: 0.8676470588235294\n", - "Sprawl index is: 0.13235294117647056\n", - "2690\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "2691\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2692\n", - "pixel_share_below_median is: 0.6060606060606061\n", - "pixel_share_above_median is: 0.3939393939393939\n", - "Sprawl index is: 0.6060606060606061\n", - "2693\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2694\n", - "pixel_share_below_median is: 0.21568627450980393\n", - "pixel_share_above_median is: 0.7843137254901961\n", - "Sprawl index is: 0.21568627450980393\n", - "2695\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2696\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "2697\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2698\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2699\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2700\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2701\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2702\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2703\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2704\n", - "pixel_share_below_median is: 0.15789473684210525\n", - "pixel_share_above_median is: 0.8421052631578947\n", - "Sprawl index is: 0.1578947368421053\n", - "2705\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "2706\n", - "pixel_share_below_median is: 0.3617021276595745\n", - "pixel_share_above_median is: 0.6382978723404256\n", - "Sprawl index is: 0.36170212765957444\n", - "2707\n", - "pixel_share_below_median is: 0.32142857142857145\n", - "pixel_share_above_median is: 0.6785714285714286\n", - "Sprawl index is: 0.3214285714285714\n", - "2708\n", - "pixel_share_below_median is: 0.4918032786885246\n", - "pixel_share_above_median is: 0.5081967213114754\n", - "Sprawl index is: 0.4918032786885246\n", - "2709\n", - "pixel_share_below_median is: 0.423728813559322\n", - "pixel_share_above_median is: 0.576271186440678\n", - "Sprawl index is: 0.423728813559322\n", - "2710\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2711\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2712\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2713\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2714\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2715\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "2716\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2717\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2718\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2719\n", - "pixel_share_below_median is: 0.6491228070175439\n", - "pixel_share_above_median is: 0.3508771929824561\n", - "Sprawl index is: 0.6491228070175439\n", - "2720\n", - "pixel_share_below_median is: 0.6296296296296297\n", - "pixel_share_above_median is: 0.37037037037037035\n", - "Sprawl index is: 0.6296296296296297\n", - "2721\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2722\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2723\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2724\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2725\n", - "pixel_share_below_median is: 0.39285714285714285\n", - "pixel_share_above_median is: 0.6071428571428571\n", - "Sprawl index is: 0.3928571428571429\n", - "2726\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "2727\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2728\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2729\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2730\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2731\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2732\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2733\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2734\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2735\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "2736\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2737\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "2738\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "2739\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2740\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2741\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2742\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "2743\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "2744\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "2745\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "2746\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2747\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2748\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2749\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2750\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2751\n", - "pixel_share_below_median is: 0.4358974358974359\n", - "pixel_share_above_median is: 0.5641025641025641\n", - "Sprawl index is: 0.4358974358974359\n", - "2752\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2753\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2754\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2755\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2756\n", - "pixel_share_below_median is: 0.5569620253164557\n", - "pixel_share_above_median is: 0.4430379746835443\n", - "Sprawl index is: 0.5569620253164557\n", - "2757\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "2758\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2759\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2760\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2761\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2762\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2763\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "2764\n", - "pixel_share_below_median is: 0.4827586206896552\n", - "pixel_share_above_median is: 0.5172413793103449\n", - "Sprawl index is: 0.48275862068965514\n", - "2765\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2766\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2767\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2768\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "2769\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "2770\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "2771\n", - "pixel_share_below_median is: 0.325\n", - "pixel_share_above_median is: 0.675\n", - "Sprawl index is: 0.32499999999999996\n", - "2772\n", - "pixel_share_below_median is: 0.6774193548387096\n", - "pixel_share_above_median is: 0.3225806451612903\n", - "Sprawl index is: 0.6774193548387096\n", - "2773\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2774\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2775\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "2776\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "2777\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2778\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2779\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2780\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2781\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2782\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "2783\n", - "pixel_share_below_median is: 0.24691358024691357\n", - "pixel_share_above_median is: 0.7530864197530864\n", - "Sprawl index is: 0.24691358024691357\n", - "2784\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2785\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2786\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2787\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "2788\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2789\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2790\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2791\n", - "pixel_share_below_median is: 0.5961538461538461\n", - "pixel_share_above_median is: 0.40384615384615385\n", - "Sprawl index is: 0.5961538461538461\n", - "2792\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2793\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2794\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2795\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2796\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2797\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2798\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2799\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "2800\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2801\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2802\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "2803\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2804\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2805\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2806\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2807\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2808\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2809\n", - "pixel_share_below_median is: 0.6333333333333333\n", - "pixel_share_above_median is: 0.36666666666666664\n", - "Sprawl index is: 0.6333333333333333\n", - "2810\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "2811\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "2812\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2813\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2814\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2815\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2816\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2817\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2818\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2819\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2820\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2821\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2822\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2823\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2824\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "2825\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2826\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2827\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2828\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2829\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2830\n", - "pixel_share_below_median is: 0.39303482587064675\n", - "pixel_share_above_median is: 0.6069651741293532\n", - "Sprawl index is: 0.39303482587064675\n", - "2831\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2832\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2833\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2834\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "2835\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2836\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2837\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2838\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2839\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "2840\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2841\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2842\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2843\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2844\n", - "pixel_share_below_median is: 0.3902439024390244\n", - "pixel_share_above_median is: 0.6097560975609756\n", - "Sprawl index is: 0.3902439024390244\n", - "2845\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2846\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2847\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2848\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2849\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2850\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2851\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2852\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2853\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2854\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "2855\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2856\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2857\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "2858\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2859\n", - "pixel_share_below_median is: 0.36\n", - "pixel_share_above_median is: 0.64\n", - "Sprawl index is: 0.36\n", - "2860\n", - "pixel_share_below_median is: 0.43564356435643564\n", - "pixel_share_above_median is: 0.5643564356435643\n", - "Sprawl index is: 0.4356435643564357\n", - "2861\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2862\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2863\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2864\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "2865\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "2866\n", - "pixel_share_below_median is: 0.4793388429752066\n", - "pixel_share_above_median is: 0.5206611570247934\n", - "Sprawl index is: 0.47933884297520657\n", - "2867\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2868\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2869\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2870\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2871\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2872\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2873\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "2874\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2875\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2876\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2877\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "2878\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2879\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2880\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "2881\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2882\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2883\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "2884\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2885\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2886\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2887\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2888\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "2889\n", - "pixel_share_below_median is: 0.6551724137931034\n", - "pixel_share_above_median is: 0.3448275862068966\n", - "Sprawl index is: 0.6551724137931034\n", - "2890\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "2891\n", - "pixel_share_below_median is: 0.7105263157894737\n", - "pixel_share_above_median is: 0.2894736842105263\n", - "Sprawl index is: 0.7105263157894737\n", - "2892\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "2893\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2894\n", - "pixel_share_below_median is: 0.734375\n", - "pixel_share_above_median is: 0.265625\n", - "Sprawl index is: 0.734375\n", - "2895\n", - "pixel_share_below_median is: 0.76\n", - "pixel_share_above_median is: 0.24\n", - "Sprawl index is: 0.76\n", - "2896\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2897\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2898\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "2899\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2900\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2901\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2902\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2903\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2904\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2905\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2906\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2907\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2908\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2909\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2910\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2911\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "2912\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2913\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "2914\n", - "pixel_share_below_median is: 0.6571428571428571\n", - "pixel_share_above_median is: 0.34285714285714286\n", - "Sprawl index is: 0.6571428571428571\n", - "2915\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2916\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "2917\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2918\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2919\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "2920\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2921\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2922\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2923\n", - "pixel_share_below_median is: 0.4423076923076923\n", - "pixel_share_above_median is: 0.5576923076923077\n", - "Sprawl index is: 0.4423076923076923\n", - "2924\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "2925\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2926\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2927\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "2928\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2929\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2930\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2931\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2932\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2933\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2934\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2935\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "2936\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2937\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "2938\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "2939\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2940\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2941\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2942\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "2943\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2944\n", - "pixel_share_below_median is: 0.3857677902621723\n", - "pixel_share_above_median is: 0.6142322097378277\n", - "Sprawl index is: 0.38576779026217234\n", - "2945\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "2946\n", - "pixel_share_below_median is: 0.5641025641025641\n", - "pixel_share_above_median is: 0.4358974358974359\n", - "Sprawl index is: 0.5641025641025641\n", - "2947\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "2948\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2949\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "2950\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "2951\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2952\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2953\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "2954\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2955\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "2956\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2957\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2958\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2959\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2960\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2961\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2962\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2963\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2964\n", - "pixel_share_below_median is: 0.3412698412698413\n", - "pixel_share_above_median is: 0.6587301587301587\n", - "Sprawl index is: 0.3412698412698413\n", - "2965\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "2966\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "2967\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2968\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2969\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "2970\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2971\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "2972\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "2973\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "2974\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2975\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2976\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "2977\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "2978\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "2979\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "2980\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "2981\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "2982\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "2983\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "2984\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2985\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "2986\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2987\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "2988\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "2989\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "2990\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "2991\n", - "pixel_share_below_median is: 0.7916666666666666\n", - "pixel_share_above_median is: 0.20833333333333334\n", - "Sprawl index is: 0.7916666666666666\n", - "2992\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "2993\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "2994\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "2995\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "2996\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "2997\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "2998\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "2999\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3000\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "3001\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3002\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3003\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3004\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3005\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "3006\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "3007\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3008\n", - "pixel_share_below_median is: 0.39705882352941174\n", - "pixel_share_above_median is: 0.6029411764705882\n", - "Sprawl index is: 0.3970588235294118\n", - "3009\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "3010\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3011\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "3012\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3013\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "3014\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3015\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3016\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3017\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3018\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3019\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3020\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3021\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3022\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3023\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "3024\n", - "pixel_share_below_median is: 0.28125\n", - "pixel_share_above_median is: 0.71875\n", - "Sprawl index is: 0.28125\n", - "3025\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3026\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3027\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3028\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3029\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3030\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3031\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3032\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3033\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "3034\n", - "pixel_share_below_median is: 0.4460431654676259\n", - "pixel_share_above_median is: 0.5539568345323741\n", - "Sprawl index is: 0.4460431654676259\n", - "3035\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3036\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3037\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3038\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3039\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3040\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "3041\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3042\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "3043\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3044\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3045\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3046\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3047\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "3048\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3049\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "3050\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3051\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "3052\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3053\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3054\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "3055\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3056\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "3057\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3058\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3059\n", - "pixel_share_below_median is: 0.4784688995215311\n", - "pixel_share_above_median is: 0.5215311004784688\n", - "Sprawl index is: 0.47846889952153115\n", - "3060\n", - "pixel_share_below_median is: 0.5073891625615764\n", - "pixel_share_above_median is: 0.49261083743842365\n", - "Sprawl index is: 0.5073891625615764\n", - "3061\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3062\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3063\n", - "pixel_share_below_median is: 0.6741573033707865\n", - "pixel_share_above_median is: 0.3258426966292135\n", - "Sprawl index is: 0.6741573033707865\n", - "3064\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "3065\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3066\n", - "pixel_share_below_median is: 0.5757575757575758\n", - "pixel_share_above_median is: 0.42424242424242425\n", - "Sprawl index is: 0.5757575757575758\n", - "3067\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "3068\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "3069\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3070\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3071\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3072\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3073\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "3074\n", - "pixel_share_below_median is: 0.3161764705882353\n", - "pixel_share_above_median is: 0.6838235294117647\n", - "Sprawl index is: 0.3161764705882353\n", - "3075\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3076\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3077\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "3078\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "3079\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3080\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3081\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3082\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3083\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3084\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3085\n", - "pixel_share_below_median is: 0.6896551724137931\n", - "pixel_share_above_median is: 0.3103448275862069\n", - "Sprawl index is: 0.6896551724137931\n", - "3086\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3087\n", - "pixel_share_below_median is: 0.2702702702702703\n", - "pixel_share_above_median is: 0.7297297297297297\n", - "Sprawl index is: 0.2702702702702703\n", - "3088\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3089\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "3090\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3091\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3092\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3093\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "3094\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3095\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3096\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "3097\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "3098\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "3099\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3100\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3101\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "3102\n", - "pixel_share_below_median is: 0.26785714285714285\n", - "pixel_share_above_median is: 0.7321428571428571\n", - "Sprawl index is: 0.2678571428571429\n", - "3103\n", - "pixel_share_below_median is: 0.4880952380952381\n", - "pixel_share_above_median is: 0.5119047619047619\n", - "Sprawl index is: 0.48809523809523814\n", - "3104\n", - "pixel_share_below_median is: 0.7916666666666666\n", - "pixel_share_above_median is: 0.20833333333333334\n", - "Sprawl index is: 0.7916666666666666\n", - "3105\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3106\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3107\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "3108\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3109\n", - "pixel_share_below_median is: 0.3930635838150289\n", - "pixel_share_above_median is: 0.6069364161849711\n", - "Sprawl index is: 0.3930635838150289\n", - "3110\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3111\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3112\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3113\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3114\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "3115\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "3116\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "3117\n", - "pixel_share_below_median is: 0.45098039215686275\n", - "pixel_share_above_median is: 0.5490196078431373\n", - "Sprawl index is: 0.4509803921568627\n", - "3118\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "3119\n", - "pixel_share_below_median is: 0.8518518518518519\n", - "pixel_share_above_median is: 0.14814814814814814\n", - "Sprawl index is: 0.8518518518518519\n", - "3120\n", - "pixel_share_below_median is: 0.20689655172413793\n", - "pixel_share_above_median is: 0.7931034482758621\n", - "Sprawl index is: 0.2068965517241379\n", - "3121\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3122\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "3123\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "3124\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "3125\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3126\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3127\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3128\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3129\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3130\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3131\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "3132\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3133\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3134\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3135\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "3136\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3137\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3138\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3139\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3140\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3141\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "3142\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3143\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3144\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3145\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3146\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3147\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3148\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "3149\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "3150\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3151\n", - "pixel_share_below_median is: 0.37011294526498695\n", - "pixel_share_above_median is: 0.629887054735013\n", - "Sprawl index is: 0.37011294526498695\n", - "3152\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3153\n", - "pixel_share_below_median is: 0.6885245901639344\n", - "pixel_share_above_median is: 0.3114754098360656\n", - "Sprawl index is: 0.6885245901639344\n", - "3154\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3155\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3156\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "3157\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "3158\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "3159\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3160\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3161\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3162\n", - "pixel_share_below_median is: 0.7954545454545454\n", - "pixel_share_above_median is: 0.20454545454545456\n", - "Sprawl index is: 0.7954545454545454\n", - "3163\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3164\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3165\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3166\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3167\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3168\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3169\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3170\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3171\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3172\n", - "pixel_share_below_median is: 0.4318181818181818\n", - "pixel_share_above_median is: 0.5681818181818182\n", - "Sprawl index is: 0.43181818181818177\n", - "3173\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3174\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3175\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "3176\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3177\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3178\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3179\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "3180\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3181\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3182\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3183\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3184\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3185\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3186\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3187\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3188\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3189\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3190\n", - "pixel_share_below_median is: 0.546875\n", - "pixel_share_above_median is: 0.453125\n", - "Sprawl index is: 0.546875\n", - "3191\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3192\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3193\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3194\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "3195\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "3196\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3197\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3198\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3199\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3200\n", - "pixel_share_below_median is: 0.41379310344827586\n", - "pixel_share_above_median is: 0.5862068965517241\n", - "Sprawl index is: 0.4137931034482759\n", - "3201\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3202\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3203\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3204\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3205\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3206\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3207\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "3208\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "3209\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3210\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3211\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "3212\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3213\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3214\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3215\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "3216\n", - "pixel_share_below_median is: 0.3577981651376147\n", - "pixel_share_above_median is: 0.6422018348623854\n", - "Sprawl index is: 0.35779816513761464\n", - "3217\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3218\n", - "pixel_share_below_median is: 0.5769230769230769\n", - "pixel_share_above_median is: 0.4230769230769231\n", - "Sprawl index is: 0.5769230769230769\n", - "3219\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3220\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3221\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3222\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3223\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3224\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "3225\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3226\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3227\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3228\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3229\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3230\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "3231\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3232\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3233\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3234\n", - "pixel_share_below_median is: 0.6551724137931034\n", - "pixel_share_above_median is: 0.3448275862068966\n", - "Sprawl index is: 0.6551724137931034\n", - "3235\n", - "pixel_share_below_median is: 0.22857142857142856\n", - "pixel_share_above_median is: 0.7714285714285715\n", - "Sprawl index is: 0.22857142857142854\n", - "3236\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "3237\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3238\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3239\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3240\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3241\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3242\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "3243\n", - "pixel_share_below_median is: 0.34600760456273766\n", - "pixel_share_above_median is: 0.6539923954372624\n", - "Sprawl index is: 0.3460076045627376\n", - "3244\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3245\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3246\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "3247\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3248\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3249\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "3250\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3251\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "3252\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "3253\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3254\n", - "pixel_share_below_median is: 0.4827586206896552\n", - "pixel_share_above_median is: 0.5172413793103449\n", - "Sprawl index is: 0.48275862068965514\n", - "3255\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3256\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3257\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3258\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3259\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3260\n", - "pixel_share_below_median is: 0.4090909090909091\n", - "pixel_share_above_median is: 0.5909090909090909\n", - "Sprawl index is: 0.40909090909090906\n", - "3261\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3262\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3263\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3264\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3265\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3266\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3267\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3268\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3269\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3270\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3271\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3272\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3273\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3274\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3275\n", - "pixel_share_below_median is: 0.5405405405405406\n", - "pixel_share_above_median is: 0.4594594594594595\n", - "Sprawl index is: 0.5405405405405406\n", - "3276\n", - "pixel_share_below_median is: 0.4305555555555556\n", - "pixel_share_above_median is: 0.5694444444444444\n", - "Sprawl index is: 0.4305555555555556\n", - "3277\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3278\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3279\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3280\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3281\n", - "pixel_share_below_median is: 0.20833333333333334\n", - "pixel_share_above_median is: 0.7916666666666666\n", - "Sprawl index is: 0.20833333333333337\n", - "3282\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "3283\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3284\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3285\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3286\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3287\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3288\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3289\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3290\n", - "pixel_share_below_median is: 0.5921052631578947\n", - "pixel_share_above_median is: 0.40789473684210525\n", - "Sprawl index is: 0.5921052631578947\n", - "3291\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3292\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3293\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "3294\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3295\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "3296\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3297\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3298\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3299\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3300\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3301\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3302\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "3303\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3304\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3305\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3306\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "3307\n", - "pixel_share_below_median is: 0.5942028985507246\n", - "pixel_share_above_median is: 0.4057971014492754\n", - "Sprawl index is: 0.5942028985507246\n", - "3308\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3309\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3310\n", - "pixel_share_below_median is: 0.5409836065573771\n", - "pixel_share_above_median is: 0.45901639344262296\n", - "Sprawl index is: 0.5409836065573771\n", - "3311\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "3312\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3313\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3314\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3315\n", - "pixel_share_below_median is: 0.37777777777777777\n", - "pixel_share_above_median is: 0.6222222222222222\n", - "Sprawl index is: 0.37777777777777777\n", - "3316\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3317\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3318\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3319\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3320\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3321\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3322\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3323\n", - "pixel_share_below_median is: 0.40540540540540543\n", - "pixel_share_above_median is: 0.5945945945945946\n", - "Sprawl index is: 0.4054054054054054\n", - "3324\n", - "pixel_share_below_median is: 0.3783783783783784\n", - "pixel_share_above_median is: 0.6216216216216216\n", - "Sprawl index is: 0.3783783783783784\n", - "3325\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "3326\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3327\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3328\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3329\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3330\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3331\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3332\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3333\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3334\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3335\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3336\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "3337\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "3338\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3339\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3340\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3341\n", - "pixel_share_below_median is: 0.76\n", - "pixel_share_above_median is: 0.24\n", - "Sprawl index is: 0.76\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3342\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3343\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "3344\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3345\n", - "pixel_share_below_median is: 0.6197183098591549\n", - "pixel_share_above_median is: 0.38028169014084506\n", - "Sprawl index is: 0.6197183098591549\n", - "3346\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3347\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3348\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "3349\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3350\n", - "pixel_share_below_median is: 0.21136950904392765\n", - "pixel_share_above_median is: 0.7886304909560724\n", - "Sprawl index is: 0.2113695090439276\n", - "3351\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3352\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3353\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "3354\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "3355\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "3356\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "3357\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3358\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "3359\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3360\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "3361\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3362\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3363\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3364\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3365\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3366\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "3367\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3368\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3369\n", - "pixel_share_below_median is: 0.387434554973822\n", - "pixel_share_above_median is: 0.612565445026178\n", - "Sprawl index is: 0.38743455497382195\n", - "3370\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "3371\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3372\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "3373\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3374\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3375\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "3376\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3377\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3378\n", - "pixel_share_below_median is: 0.7391304347826086\n", - "pixel_share_above_median is: 0.2608695652173913\n", - "Sprawl index is: 0.7391304347826086\n", - "3379\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3380\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3381\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3382\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "3383\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3384\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "3385\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3386\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3387\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3388\n", - "pixel_share_below_median is: 0.5666666666666667\n", - "pixel_share_above_median is: 0.43333333333333335\n", - "Sprawl index is: 0.5666666666666667\n", - "3389\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3390\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "3391\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "3392\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3393\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3394\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3395\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3396\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3397\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3398\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3399\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3400\n", - "pixel_share_below_median is: 0.4576271186440678\n", - "pixel_share_above_median is: 0.5423728813559322\n", - "Sprawl index is: 0.4576271186440678\n", - "3401\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "3402\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3403\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3404\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3405\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3406\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "3407\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3408\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3409\n", - "pixel_share_below_median is: 0.95\n", - "pixel_share_above_median is: 0.05\n", - "Sprawl index is: 0.95\n", - "3410\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3411\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3412\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3413\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3414\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3415\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3416\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3417\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3418\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "3419\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "3420\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "3421\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3422\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3423\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3424\n", - "pixel_share_below_median is: 0.29310344827586204\n", - "pixel_share_above_median is: 0.7068965517241379\n", - "Sprawl index is: 0.2931034482758621\n", - "3425\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3426\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3427\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3428\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3429\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3430\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3431\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "3432\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3433\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3434\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "3435\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3436\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3437\n", - "pixel_share_below_median is: 0.5428937259923176\n", - "pixel_share_above_median is: 0.45710627400768244\n", - "Sprawl index is: 0.5428937259923176\n", - "3438\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3439\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3440\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3441\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3442\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3443\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3444\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3445\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "3446\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3447\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3448\n", - "pixel_share_below_median is: 0.44166666666666665\n", - "pixel_share_above_median is: 0.5583333333333333\n", - "Sprawl index is: 0.44166666666666665\n", - "3449\n", - "pixel_share_below_median is: 0.5476190476190477\n", - "pixel_share_above_median is: 0.4523809523809524\n", - "Sprawl index is: 0.5476190476190477\n", - "3450\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "3451\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3452\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3453\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3454\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3455\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "3456\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "3457\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3458\n", - "pixel_share_below_median is: 0.5151515151515151\n", - "pixel_share_above_median is: 0.48484848484848486\n", - "Sprawl index is: 0.5151515151515151\n", - "3459\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "3460\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3461\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3462\n", - "pixel_share_below_median is: 0.41935483870967744\n", - "pixel_share_above_median is: 0.5806451612903226\n", - "Sprawl index is: 0.4193548387096774\n", - "3463\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3464\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3465\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3466\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3467\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3468\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3469\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3470\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "3471\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3472\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "3473\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3474\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3475\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3476\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3477\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3478\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3479\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3480\n", - "pixel_share_below_median is: 0.5068205666316894\n", - "pixel_share_above_median is: 0.4931794333683106\n", - "Sprawl index is: 0.5068205666316894\n", - "3481\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "3482\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3483\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3484\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3485\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3486\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3487\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3488\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3489\n", - "pixel_share_below_median is: 0.4146341463414634\n", - "pixel_share_above_median is: 0.5853658536585366\n", - "Sprawl index is: 0.41463414634146345\n", - "3490\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3491\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3492\n", - "pixel_share_below_median is: 0.4411764705882353\n", - "pixel_share_above_median is: 0.5588235294117647\n", - "Sprawl index is: 0.4411764705882353\n", - "3493\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3494\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3495\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3496\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "3497\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "3498\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3499\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "3500\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3501\n", - "pixel_share_below_median is: 0.43243243243243246\n", - "pixel_share_above_median is: 0.5675675675675675\n", - "Sprawl index is: 0.43243243243243246\n", - "3502\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "3503\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "3504\n", - "pixel_share_below_median is: 0.39473684210526316\n", - "pixel_share_above_median is: 0.6052631578947368\n", - "Sprawl index is: 0.39473684210526316\n", - "3505\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3506\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3507\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3508\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3509\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3510\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3511\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3512\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3513\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "3514\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3515\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "3516\n", - "pixel_share_below_median is: 0.30120481927710846\n", - "pixel_share_above_median is: 0.6987951807228916\n", - "Sprawl index is: 0.3012048192771084\n", - "3517\n", - "pixel_share_below_median is: 0.5173427395649618\n", - "pixel_share_above_median is: 0.4826572604350382\n", - "Sprawl index is: 0.5173427395649618\n", - "3518\n", - "pixel_share_below_median is: 0.7105263157894737\n", - "pixel_share_above_median is: 0.2894736842105263\n", - "Sprawl index is: 0.7105263157894737\n", - "3519\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "3520\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3521\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "3522\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3523\n", - "pixel_share_below_median is: 0.35704125177809387\n", - "pixel_share_above_median is: 0.6429587482219061\n", - "Sprawl index is: 0.35704125177809387\n", - "3524\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3525\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "3526\n", - "pixel_share_below_median is: 0.7894736842105263\n", - "pixel_share_above_median is: 0.21052631578947367\n", - "Sprawl index is: 0.7894736842105263\n", - "3527\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3528\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3529\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3530\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3531\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3532\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3533\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3534\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3535\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3536\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3537\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3538\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3539\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3540\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3541\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "3542\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3543\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "3544\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3545\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3546\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3547\n", - "pixel_share_below_median is: 0.5842696629213483\n", - "pixel_share_above_median is: 0.4157303370786517\n", - "Sprawl index is: 0.5842696629213483\n", - "3548\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "3549\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3550\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3551\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3552\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3553\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3554\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3555\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3556\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3557\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3558\n", - "pixel_share_below_median is: 0.5142857142857142\n", - "pixel_share_above_median is: 0.4857142857142857\n", - "Sprawl index is: 0.5142857142857142\n", - "3559\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3560\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "3561\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "3562\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3563\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3564\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3565\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3566\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "3567\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3568\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3569\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3570\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "3571\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3572\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3573\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3574\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3575\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3576\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3577\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3578\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3579\n", - "pixel_share_below_median is: 0.29608938547486036\n", - "pixel_share_above_median is: 0.7039106145251397\n", - "Sprawl index is: 0.2960893854748603\n", - "3580\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3581\n", - "pixel_share_below_median is: 0.4594594594594595\n", - "pixel_share_above_median is: 0.5405405405405406\n", - "Sprawl index is: 0.45945945945945943\n", - "3582\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3583\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3584\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "3585\n", - "pixel_share_below_median is: 0.7596153846153846\n", - "pixel_share_above_median is: 0.2403846153846154\n", - "Sprawl index is: 0.7596153846153846\n", - "3586\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3587\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3588\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3589\n", - "pixel_share_below_median is: 0.328125\n", - "pixel_share_above_median is: 0.671875\n", - "Sprawl index is: 0.328125\n", - "3590\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3591\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3592\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3593\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3594\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3595\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "3596\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "3597\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "3598\n", - "pixel_share_below_median is: 0.5517241379310345\n", - "pixel_share_above_median is: 0.4482758620689655\n", - "Sprawl index is: 0.5517241379310345\n", - "3599\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3600\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3601\n", - "pixel_share_below_median is: 0.39215686274509803\n", - "pixel_share_above_median is: 0.6078431372549019\n", - "Sprawl index is: 0.3921568627450981\n", - "3602\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3603\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "3604\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "3605\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3606\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3607\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3608\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3609\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3610\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3611\n", - "pixel_share_below_median is: 0.6019417475728155\n", - "pixel_share_above_median is: 0.39805825242718446\n", - "Sprawl index is: 0.6019417475728155\n", - "3612\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3613\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3614\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3615\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3616\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3617\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3618\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3619\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3620\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3621\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3622\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "3623\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "3624\n", - "pixel_share_below_median is: 0.24242424242424243\n", - "pixel_share_above_median is: 0.7575757575757576\n", - "Sprawl index is: 0.24242424242424243\n", - "3625\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3626\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "3627\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3628\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3629\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "3630\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3631\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3632\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3633\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "3634\n", - "pixel_share_below_median is: 0.4264705882352941\n", - "pixel_share_above_median is: 0.5735294117647058\n", - "Sprawl index is: 0.42647058823529416\n", - "3635\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3636\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3637\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3638\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3639\n", - "pixel_share_below_median is: 0.30952380952380953\n", - "pixel_share_above_median is: 0.6904761904761905\n", - "Sprawl index is: 0.30952380952380953\n", - "3640\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3641\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3642\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3643\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3644\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4898989898989899\n", - "pixel_share_above_median is: 0.51010101010101\n", - "Sprawl index is: 0.48989898989898994\n", - "3645\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3646\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3647\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3648\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3649\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3650\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3651\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3652\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3653\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "3654\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3655\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3656\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3657\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3658\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3659\n", - "pixel_share_below_median is: 0.2517482517482518\n", - "pixel_share_above_median is: 0.7482517482517482\n", - "Sprawl index is: 0.2517482517482518\n", - "3660\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "3661\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3662\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "3663\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3664\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "3665\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3666\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3667\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3668\n", - "pixel_share_below_median is: 0.6808510638297872\n", - "pixel_share_above_median is: 0.3191489361702128\n", - "Sprawl index is: 0.6808510638297872\n", - "3669\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3670\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3671\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3672\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3673\n", - "pixel_share_below_median is: 0.7865168539325843\n", - "pixel_share_above_median is: 0.21348314606741572\n", - "Sprawl index is: 0.7865168539325843\n", - "3674\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3675\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3676\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3677\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3678\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3679\n", - "pixel_share_below_median is: 0.36666666666666664\n", - "pixel_share_above_median is: 0.6333333333333333\n", - "Sprawl index is: 0.3666666666666667\n", - "3680\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3681\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3682\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3683\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "3684\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3685\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3686\n", - "pixel_share_below_median is: 0.7796610169491526\n", - "pixel_share_above_median is: 0.22033898305084745\n", - "Sprawl index is: 0.7796610169491526\n", - "3687\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3688\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3689\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3690\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "3691\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "3692\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "3693\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "3694\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3695\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3696\n", - "pixel_share_below_median is: 0.1875\n", - "pixel_share_above_median is: 0.8125\n", - "Sprawl index is: 0.1875\n", - "3697\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3698\n", - "pixel_share_below_median is: 0.4222222222222222\n", - "pixel_share_above_median is: 0.5777777777777777\n", - "Sprawl index is: 0.4222222222222223\n", - "3699\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3700\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3701\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3702\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3703\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "3704\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "3705\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "3706\n", - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "3707\n", - "pixel_share_below_median is: 0.5142857142857142\n", - "pixel_share_above_median is: 0.4857142857142857\n", - "Sprawl index is: 0.5142857142857142\n", - "3708\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3709\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3710\n", - "pixel_share_below_median is: 0.610719322990127\n", - "pixel_share_above_median is: 0.38928067700987307\n", - "Sprawl index is: 0.610719322990127\n", - "3711\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3712\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3713\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3714\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3715\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3716\n", - "pixel_share_below_median is: 0.6129032258064516\n", - "pixel_share_above_median is: 0.3870967741935484\n", - "Sprawl index is: 0.6129032258064516\n", - "3717\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "3718\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3719\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3720\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3721\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3722\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3723\n", - "pixel_share_below_median is: 0.5039840637450199\n", - "pixel_share_above_median is: 0.4960159362549801\n", - "Sprawl index is: 0.5039840637450199\n", - "3724\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3725\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3726\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "3727\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3728\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3729\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3730\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3731\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3732\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3733\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3734\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "3735\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3736\n", - "pixel_share_below_median is: 0.38\n", - "pixel_share_above_median is: 0.62\n", - "Sprawl index is: 0.38\n", - "3737\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3738\n", - "pixel_share_below_median is: 0.7701149425287356\n", - "pixel_share_above_median is: 0.22988505747126436\n", - "Sprawl index is: 0.7701149425287356\n", - "3739\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3740\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3741\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3742\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3743\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3744\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3745\n", - "pixel_share_below_median is: 0.5357142857142857\n", - "pixel_share_above_median is: 0.4642857142857143\n", - "Sprawl index is: 0.5357142857142857\n", - "3746\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3747\n", - "pixel_share_below_median is: 0.7303754266211604\n", - "pixel_share_above_median is: 0.2696245733788396\n", - "Sprawl index is: 0.7303754266211604\n", - "3748\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3749\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3750\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3751\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3752\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3753\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "3754\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "3755\n", - "pixel_share_below_median is: 0.23529411764705882\n", - "pixel_share_above_median is: 0.7647058823529411\n", - "Sprawl index is: 0.23529411764705888\n", - "3756\n", - "pixel_share_below_median is: 0.1\n", - "pixel_share_above_median is: 0.9\n", - "Sprawl index is: 0.09999999999999998\n", - "3757\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3758\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "3759\n", - "pixel_share_below_median is: 0.21052631578947367\n", - "pixel_share_above_median is: 0.7894736842105263\n", - "Sprawl index is: 0.21052631578947367\n", - "3760\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3761\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "3762\n", - "pixel_share_below_median is: 0.1875\n", - "pixel_share_above_median is: 0.8125\n", - "Sprawl index is: 0.1875\n", - "3763\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3764\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3765\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3766\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "3767\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3768\n", - "pixel_share_below_median is: 0.21659634317862167\n", - "pixel_share_above_median is: 0.7834036568213784\n", - "Sprawl index is: 0.21659634317862164\n", - "3769\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3770\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3771\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3772\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "3773\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3774\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3775\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3776\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3777\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3778\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "3779\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "3780\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3781\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3782\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "3783\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3784\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3785\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3786\n", - "pixel_share_below_median is: 0.8076923076923077\n", - "pixel_share_above_median is: 0.19230769230769232\n", - "Sprawl index is: 0.8076923076923077\n", - "3787\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3788\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3789\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "3790\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3791\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3792\n", - "pixel_share_below_median is: 0.3953488372093023\n", - "pixel_share_above_median is: 0.6046511627906976\n", - "Sprawl index is: 0.39534883720930236\n", - "3793\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3794\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3795\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "3796\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3797\n", - "pixel_share_below_median is: 0.26506024096385544\n", - "pixel_share_above_median is: 0.7349397590361446\n", - "Sprawl index is: 0.2650602409638554\n", - "3798\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3799\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3800\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3801\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "3802\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3803\n", - "pixel_share_below_median is: 0.4090909090909091\n", - "pixel_share_above_median is: 0.5909090909090909\n", - "Sprawl index is: 0.40909090909090906\n", - "3804\n", - "pixel_share_below_median is: 0.23333333333333334\n", - "pixel_share_above_median is: 0.7666666666666667\n", - "Sprawl index is: 0.23333333333333328\n", - "3805\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3806\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "3807\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3808\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3809\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3810\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3811\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3812\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3813\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3814\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3815\n", - "pixel_share_below_median is: 0.2676056338028169\n", - "pixel_share_above_median is: 0.7323943661971831\n", - "Sprawl index is: 0.2676056338028169\n", - "3816\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3817\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3818\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3819\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3820\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3821\n", - "pixel_share_below_median is: 0.5943152454780362\n", - "pixel_share_above_median is: 0.40568475452196384\n", - "Sprawl index is: 0.5943152454780362\n", - "3822\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3823\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3824\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3825\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3826\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3827\n", - "pixel_share_below_median is: 0.7837837837837838\n", - "pixel_share_above_median is: 0.21621621621621623\n", - "Sprawl index is: 0.7837837837837838\n", - "3828\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3829\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3830\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3831\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3832\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3833\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3834\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3835\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3836\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3837\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "3838\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3839\n", - "pixel_share_below_median is: 0.28\n", - "pixel_share_above_median is: 0.72\n", - "Sprawl index is: 0.28\n", - "3840\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3841\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3842\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3843\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3844\n", - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "3845\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3846\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3847\n", - "pixel_share_below_median is: 0.38644688644688646\n", - "pixel_share_above_median is: 0.6135531135531136\n", - "Sprawl index is: 0.3864468864468864\n", - "3848\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3849\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3850\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3851\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3852\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3853\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "3854\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "3855\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3856\n", - "pixel_share_below_median is: 0.45161290322580644\n", - "pixel_share_above_median is: 0.5483870967741935\n", - "Sprawl index is: 0.4516129032258065\n", - "3857\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "3858\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3859\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "3860\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3861\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3862\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "3863\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "3864\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3865\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3866\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3867\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3868\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3869\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3870\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3871\n", - "pixel_share_below_median is: 0.7049180327868853\n", - "pixel_share_above_median is: 0.29508196721311475\n", - "Sprawl index is: 0.7049180327868853\n", - "3872\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3873\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "3874\n", - "pixel_share_below_median is: 0.39285714285714285\n", - "pixel_share_above_median is: 0.6071428571428571\n", - "Sprawl index is: 0.3928571428571429\n", - "3875\n", - "pixel_share_below_median is: 0.4523809523809524\n", - "pixel_share_above_median is: 0.5476190476190477\n", - "Sprawl index is: 0.45238095238095233\n", - "3876\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "3877\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3878\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3879\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3880\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3881\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3882\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3883\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "3884\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3885\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3886\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "3887\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3888\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3889\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3890\n", - "pixel_share_below_median is: 0.4642857142857143\n", - "pixel_share_above_median is: 0.5357142857142857\n", - "Sprawl index is: 0.4642857142857143\n", - "3891\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3892\n", - "pixel_share_below_median is: 0.7313432835820896\n", - "pixel_share_above_median is: 0.26865671641791045\n", - "Sprawl index is: 0.7313432835820896\n", - "3893\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3894\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3895\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3896\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3897\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "3898\n", - "pixel_share_below_median is: 0.7307692307692307\n", - "pixel_share_above_median is: 0.2692307692307692\n", - "Sprawl index is: 0.7307692307692307\n", - "3899\n", - "pixel_share_below_median is: 0.37037037037037035\n", - "pixel_share_above_median is: 0.6296296296296297\n", - "Sprawl index is: 0.37037037037037035\n", - "3900\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3901\n", - "pixel_share_below_median is: 0.8275862068965517\n", - "pixel_share_above_median is: 0.1724137931034483\n", - "Sprawl index is: 0.8275862068965517\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3902\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3903\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "3904\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3905\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3906\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "3907\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3908\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3909\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3910\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3911\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3912\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3913\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3914\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3915\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3916\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3917\n", - "pixel_share_below_median is: 0.31666666666666665\n", - "pixel_share_above_median is: 0.6833333333333333\n", - "Sprawl index is: 0.31666666666666665\n", - "3918\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "3919\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3920\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3921\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "3922\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3923\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3924\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "3925\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "3926\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3927\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3928\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "3929\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3930\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3931\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3932\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "3933\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3934\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "3935\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3936\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3937\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3938\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3939\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3940\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "3941\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3942\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "3943\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3944\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "3945\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "3946\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3947\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3948\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "3949\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3950\n", - "pixel_share_below_median is: 0.3103448275862069\n", - "pixel_share_above_median is: 0.6896551724137931\n", - "Sprawl index is: 0.31034482758620685\n", - "3951\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "3952\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3953\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "3954\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3955\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3956\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3957\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3958\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "3959\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3960\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "3961\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3962\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "3963\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "3964\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "3965\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3966\n", - "pixel_share_below_median is: 0.6818181818181818\n", - "pixel_share_above_median is: 0.3181818181818182\n", - "Sprawl index is: 0.6818181818181818\n", - "3967\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "3968\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3969\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "3970\n", - "pixel_share_below_median is: 0.3870967741935484\n", - "pixel_share_above_median is: 0.6129032258064516\n", - "Sprawl index is: 0.3870967741935484\n", - "3971\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "3972\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "3973\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "3974\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "3975\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "3976\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "3977\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3978\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3979\n", - "pixel_share_below_median is: 0.5517241379310345\n", - "pixel_share_above_median is: 0.4482758620689655\n", - "Sprawl index is: 0.5517241379310345\n", - "3980\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3981\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "3982\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "3983\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3984\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3985\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3986\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3987\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "3988\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3989\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "3990\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "3991\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "3992\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3993\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "3994\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "3995\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "3996\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "3997\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "3998\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "3999\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4000\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4001\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "4002\n", - "pixel_share_below_median is: 0.6774193548387096\n", - "pixel_share_above_median is: 0.3225806451612903\n", - "Sprawl index is: 0.6774193548387096\n", - "4003\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4004\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4005\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4006\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4007\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4008\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4009\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4010\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4011\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4012\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4013\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "4014\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4015\n", - "pixel_share_below_median is: 0.42803030303030304\n", - "pixel_share_above_median is: 0.571969696969697\n", - "Sprawl index is: 0.428030303030303\n", - "4016\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4017\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4018\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4019\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4020\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "4021\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4022\n", - "pixel_share_below_median is: 0.3770491803278688\n", - "pixel_share_above_median is: 0.6229508196721312\n", - "Sprawl index is: 0.3770491803278688\n", - "4023\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4024\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4025\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4026\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "4027\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4028\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4029\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4030\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4031\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4032\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4033\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4034\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4035\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4036\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4037\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4038\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4039\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4040\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4041\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4042\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4043\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "4044\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4045\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4046\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4047\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4048\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "4049\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4050\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "4051\n", - "pixel_share_below_median is: 0.4411764705882353\n", - "pixel_share_above_median is: 0.5588235294117647\n", - "Sprawl index is: 0.4411764705882353\n", - "4052\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4053\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4054\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4055\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4056\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4057\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4058\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4059\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4060\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4061\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4062\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4063\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4064\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4065\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4066\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4067\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4068\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4069\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4070\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4071\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4072\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4073\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "4074\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4075\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4076\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4077\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4078\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4079\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4080\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4081\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4082\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4083\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4084\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4085\n", - "pixel_share_below_median is: 0.5161290322580645\n", - "pixel_share_above_median is: 0.4838709677419355\n", - "Sprawl index is: 0.5161290322580645\n", - "4086\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4087\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4088\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4089\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4090\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4091\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4092\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4093\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4094\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4095\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4096\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4097\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4098\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4099\n", - "pixel_share_below_median is: 0.4411764705882353\n", - "pixel_share_above_median is: 0.5588235294117647\n", - "Sprawl index is: 0.4411764705882353\n", - "4100\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "4101\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4102\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4103\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4104\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4105\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4106\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4107\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4108\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4109\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4110\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4111\n", - "pixel_share_below_median is: 0.42\n", - "pixel_share_above_median is: 0.58\n", - "Sprawl index is: 0.42000000000000004\n", - "4112\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4113\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4114\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4115\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4116\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4117\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4118\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4119\n", - "pixel_share_below_median is: 0.4857142857142857\n", - "pixel_share_above_median is: 0.5142857142857142\n", - "Sprawl index is: 0.48571428571428577\n", - "4120\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "4121\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4122\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4123\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4124\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4125\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4126\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4127\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4128\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4129\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4130\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4131\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4132\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4133\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4134\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4135\n", - "pixel_share_below_median is: 0.29004329004329005\n", - "pixel_share_above_median is: 0.70995670995671\n", - "Sprawl index is: 0.29004329004329\n", - "4136\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4137\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4138\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4139\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "4140\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4141\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4142\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4143\n", - "pixel_share_below_median is: 0.3404255319148936\n", - "pixel_share_above_median is: 0.6595744680851063\n", - "Sprawl index is: 0.34042553191489366\n", - "4144\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4145\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4146\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4147\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4148\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "4149\n", - "pixel_share_below_median is: 0.3037974683544304\n", - "pixel_share_above_median is: 0.6962025316455697\n", - "Sprawl index is: 0.30379746835443033\n", - "4150\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4151\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4152\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4153\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4154\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4155\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4156\n", - "pixel_share_below_median is: 0.34210526315789475\n", - "pixel_share_above_median is: 0.6578947368421053\n", - "Sprawl index is: 0.3421052631578947\n", - "4157\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4158\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4159\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4160\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4161\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4162\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4163\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4164\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4165\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4166\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4167\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4168\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4169\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4170\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4171\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4172\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4173\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4174\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "4175\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4176\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4177\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "4178\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4179\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4180\n", - "pixel_share_below_median is: 0.3783783783783784\n", - "pixel_share_above_median is: 0.6216216216216216\n", - "Sprawl index is: 0.3783783783783784\n", - "4181\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4182\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4183\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4184\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4185\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4186\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4187\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4188\n", - "pixel_share_below_median is: 0.45652173913043476\n", - "pixel_share_above_median is: 0.5434782608695652\n", - "Sprawl index is: 0.4565217391304348\n", - "4189\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4190\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4191\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4192\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4193\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4194\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4195\n", - "pixel_share_below_median is: 0.30526315789473685\n", - "pixel_share_above_median is: 0.6947368421052632\n", - "Sprawl index is: 0.3052631578947368\n", - "4196\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4197\n", - "pixel_share_below_median is: 0.1111111111111111\n", - "pixel_share_above_median is: 0.8888888888888888\n", - "Sprawl index is: 0.11111111111111116\n", - "4198\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4199\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4200\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "4201\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4202\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4203\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4204\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4205\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4206\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4207\n", - "pixel_share_below_median is: 0.42035398230088494\n", - "pixel_share_above_median is: 0.5796460176991151\n", - "Sprawl index is: 0.42035398230088494\n", - "4208\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4209\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4210\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4211\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4212\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4213\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4214\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4215\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4216\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4217\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4218\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4219\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4220\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4221\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "4222\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "4223\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4224\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4225\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4226\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4227\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4228\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4229\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4230\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4231\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4232\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4233\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "4234\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4235\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4236\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4237\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4238\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4239\n", - "pixel_share_below_median is: 0.4807692307692308\n", - "pixel_share_above_median is: 0.5192307692307693\n", - "Sprawl index is: 0.4807692307692307\n", - "4240\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4241\n", - "pixel_share_below_median is: 0.32653061224489793\n", - "pixel_share_above_median is: 0.673469387755102\n", - "Sprawl index is: 0.326530612244898\n", - "4242\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "4243\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4244\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "4245\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4246\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4247\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4248\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4249\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "4250\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "4251\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4252\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4253\n", - "pixel_share_below_median is: 0.3358208955223881\n", - "pixel_share_above_median is: 0.664179104477612\n", - "Sprawl index is: 0.33582089552238803\n", - "4254\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4255\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4256\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4257\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4258\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4259\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4260\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4261\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4262\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4263\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4264\n", - "pixel_share_below_median is: 0.2962962962962963\n", - "pixel_share_above_median is: 0.7037037037037037\n", - "Sprawl index is: 0.2962962962962963\n", - "4265\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "4266\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4267\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4268\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4269\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4270\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4271\n", - "pixel_share_below_median is: 0.2784552845528455\n", - "pixel_share_above_median is: 0.7215447154471545\n", - "Sprawl index is: 0.2784552845528455\n", - "4272\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4273\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "4274\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4275\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4276\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4277\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4278\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4279\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4280\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4281\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "4282\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4283\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4284\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4285\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4286\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4287\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "4288\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4289\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4290\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4291\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4292\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4293\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4294\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4295\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4296\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4297\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4298\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4299\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4300\n", - "pixel_share_below_median is: 0.43548387096774194\n", - "pixel_share_above_median is: 0.5645161290322581\n", - "Sprawl index is: 0.4354838709677419\n", - "4301\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4302\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "4303\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "4304\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4305\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4306\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4307\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4308\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4309\n", - "pixel_share_below_median is: 0.5357142857142857\n", - "pixel_share_above_median is: 0.4642857142857143\n", - "Sprawl index is: 0.5357142857142857\n", - "4310\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4311\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4312\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4313\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4314\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4315\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4316\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4317\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4318\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4319\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4320\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "4321\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4322\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4323\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4324\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4325\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4326\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4327\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "4328\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4329\n", - "pixel_share_below_median is: 0.5613810741687979\n", - "pixel_share_above_median is: 0.43861892583120204\n", - "Sprawl index is: 0.5613810741687979\n", - "4330\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4331\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4332\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4333\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "4334\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "4335\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4336\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4337\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "4338\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4339\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4340\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4341\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4342\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4343\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4344\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4345\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "4346\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "4347\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "4348\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4349\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4350\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4351\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4352\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "4353\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4354\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4355\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4356\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4357\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4358\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4359\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4360\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4361\n", - "pixel_share_below_median is: 0.26229508196721313\n", - "pixel_share_above_median is: 0.7377049180327869\n", - "Sprawl index is: 0.2622950819672131\n", - "4362\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4363\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4364\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4365\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4366\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4367\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4368\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4369\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4370\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4371\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4372\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4373\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4374\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4375\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4376\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4377\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4378\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4379\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4380\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4381\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4382\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4383\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4384\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "4385\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "4386\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4387\n", - "pixel_share_below_median is: 0.49019607843137253\n", - "pixel_share_above_median is: 0.5098039215686274\n", - "Sprawl index is: 0.4901960784313726\n", - "4388\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4389\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4390\n", - "pixel_share_below_median is: 0.28125\n", - "pixel_share_above_median is: 0.71875\n", - "Sprawl index is: 0.28125\n", - "4391\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4392\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4393\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4394\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4395\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4396\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4397\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4398\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4399\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4400\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4401\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4402\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "4403\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4404\n", - "pixel_share_below_median is: 0.6335877862595419\n", - "pixel_share_above_median is: 0.366412213740458\n", - "Sprawl index is: 0.6335877862595419\n", - "4405\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4406\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4407\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4408\n", - "pixel_share_below_median is: 0.6785714285714286\n", - "pixel_share_above_median is: 0.32142857142857145\n", - "Sprawl index is: 0.6785714285714286\n", - "4409\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4410\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4411\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4412\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4413\n", - "pixel_share_below_median is: 0.32727272727272727\n", - "pixel_share_above_median is: 0.6727272727272727\n", - "Sprawl index is: 0.32727272727272727\n", - "4414\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4415\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4416\n", - "pixel_share_below_median is: 0.20238095238095238\n", - "pixel_share_above_median is: 0.7976190476190477\n", - "Sprawl index is: 0.20238095238095233\n", - "4417\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4418\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4419\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4420\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4421\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4422\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4423\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4424\n", - "pixel_share_below_median is: 0.7948717948717948\n", - "pixel_share_above_median is: 0.20512820512820512\n", - "Sprawl index is: 0.7948717948717948\n", - "4425\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4426\n", - "pixel_share_below_median is: 0.3262411347517731\n", - "pixel_share_above_median is: 0.6737588652482269\n", - "Sprawl index is: 0.3262411347517731\n", - "4427\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4428\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4429\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4430\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4431\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4432\n", - "pixel_share_below_median is: 0.4230769230769231\n", - "pixel_share_above_median is: 0.5769230769230769\n", - "Sprawl index is: 0.42307692307692313\n", - "4433\n", - "pixel_share_below_median is: 0.3488372093023256\n", - "pixel_share_above_median is: 0.6511627906976745\n", - "Sprawl index is: 0.34883720930232553\n", - "4434\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4435\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4436\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4437\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4438\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "4439\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4440\n", - "pixel_share_below_median is: 0.3373493975903614\n", - "pixel_share_above_median is: 0.6626506024096386\n", - "Sprawl index is: 0.3373493975903614\n", - "4441\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4442\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4443\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4444\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4445\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4446\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4447\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "4448\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4449\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4450\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4451\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "4452\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4453\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4454\n", - "pixel_share_below_median is: 0.48484848484848486\n", - "pixel_share_above_median is: 0.5151515151515151\n", - "Sprawl index is: 0.48484848484848486\n", - "4455\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4456\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "4457\n", - "pixel_share_below_median is: 0.29333333333333333\n", - "pixel_share_above_median is: 0.7066666666666667\n", - "Sprawl index is: 0.29333333333333333\n", - "4458\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4459\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4460\n", - "pixel_share_below_median is: 0.26223776223776224\n", - "pixel_share_above_median is: 0.7377622377622378\n", - "Sprawl index is: 0.2622377622377622\n", - "4461\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4462\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4463\n", - "pixel_share_below_median is: 0.4264705882352941\n", - "pixel_share_above_median is: 0.5735294117647058\n", - "Sprawl index is: 0.42647058823529416\n", - "4464\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4465\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4466\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4467\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4468\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4469\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4470\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4471\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4472\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4473\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4474\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4475\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4476\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "4477\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4478\n", - "pixel_share_below_median is: 0.18\n", - "pixel_share_above_median is: 0.82\n", - "Sprawl index is: 0.18000000000000005\n", - "4479\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4480\n", - "pixel_share_below_median is: 0.45161290322580644\n", - "pixel_share_above_median is: 0.5483870967741935\n", - "Sprawl index is: 0.4516129032258065\n", - "4481\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4482\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4483\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4484\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4485\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "4486\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4487\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "4488\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4489\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4490\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "4491\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4492\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4493\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4494\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4495\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4496\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "4497\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "4498\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4499\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4500\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4501\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "4502\n", - "pixel_share_below_median is: 0.5178571428571429\n", - "pixel_share_above_median is: 0.48214285714285715\n", - "Sprawl index is: 0.5178571428571429\n", - "4503\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4504\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4505\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4506\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "4507\n", - "pixel_share_below_median is: 0.4642857142857143\n", - "pixel_share_above_median is: 0.5357142857142857\n", - "Sprawl index is: 0.4642857142857143\n", - "4508\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4509\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4510\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4511\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4512\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4513\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "4514\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4515\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4516\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4517\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "4518\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4519\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4520\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4521\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4522\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4523\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4524\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4525\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4526\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4527\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4528\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4529\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4530\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4531\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4532\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4533\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4534\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4535\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4536\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "4537\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4538\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4539\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4540\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4541\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4542\n", - "pixel_share_below_median is: 0.8260869565217391\n", - "pixel_share_above_median is: 0.17391304347826086\n", - "Sprawl index is: 0.8260869565217391\n", - "4543\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4544\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4545\n", - "pixel_share_below_median is: 0.5806451612903226\n", - "pixel_share_above_median is: 0.41935483870967744\n", - "Sprawl index is: 0.5806451612903226\n", - "4546\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4547\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4548\n", - "pixel_share_below_median is: 0.3525641025641026\n", - "pixel_share_above_median is: 0.6474358974358975\n", - "Sprawl index is: 0.35256410256410253\n", - "4549\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4550\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4551\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4552\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "4553\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4554\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4555\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4556\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "4557\n", - "pixel_share_below_median is: 0.20408163265306123\n", - "pixel_share_above_median is: 0.7959183673469388\n", - "Sprawl index is: 0.20408163265306123\n", - "4558\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4559\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "4560\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4561\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4562\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "4563\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4564\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4565\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "4566\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4567\n", - "pixel_share_below_median is: 0.07142857142857142\n", - "pixel_share_above_median is: 0.9285714285714286\n", - "Sprawl index is: 0.0714285714285714\n", - "4568\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4569\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "4570\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "4571\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4572\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4573\n", - "pixel_share_below_median is: 0.3611111111111111\n", - "pixel_share_above_median is: 0.6388888888888888\n", - "Sprawl index is: 0.36111111111111116\n", - "4574\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4575\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "4576\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4577\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4578\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4579\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "4580\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "4581\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4582\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4583\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "4584\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4585\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4586\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4587\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4588\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4589\n", - "pixel_share_below_median is: 0.41935483870967744\n", - "pixel_share_above_median is: 0.5806451612903226\n", - "Sprawl index is: 0.4193548387096774\n", - "4590\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4591\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4592\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "4593\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4594\n", - "pixel_share_below_median is: 0.5342465753424658\n", - "pixel_share_above_median is: 0.4657534246575342\n", - "Sprawl index is: 0.5342465753424658\n", - "4595\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4596\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4597\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "4598\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4599\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4600\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4601\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "4602\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4603\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4604\n", - "pixel_share_below_median is: 0.30434782608695654\n", - "pixel_share_above_median is: 0.6956521739130435\n", - "Sprawl index is: 0.30434782608695654\n", - "4605\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4606\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4607\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4608\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4609\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4610\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4611\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4612\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4613\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4614\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4615\n", - "pixel_share_below_median is: 0.21052631578947367\n", - "pixel_share_above_median is: 0.7894736842105263\n", - "Sprawl index is: 0.21052631578947367\n", - "4616\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4617\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4618\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "4619\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4620\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4621\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "4622\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4623\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "4624\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4625\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "4626\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4627\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "4628\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4629\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4630\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4631\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4632\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4633\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4634\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4635\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4636\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4637\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4638\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4639\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4640\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "4641\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4642\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4643\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "4644\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4645\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4646\n", - "pixel_share_below_median is: 0.6441441441441441\n", - "pixel_share_above_median is: 0.35585585585585583\n", - "Sprawl index is: 0.6441441441441441\n", - "4647\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4648\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4649\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4650\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4651\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4652\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4653\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4654\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4655\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4656\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4657\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4658\n", - "pixel_share_below_median is: 0.4423076923076923\n", - "pixel_share_above_median is: 0.5576923076923077\n", - "Sprawl index is: 0.4423076923076923\n", - "4659\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "4660\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4661\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4662\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4663\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "4664\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4665\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4666\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4667\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4668\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "4669\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4670\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4671\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4672\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4673\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4674\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4675\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4676\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4677\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4678\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4679\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4680\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4681\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "4682\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4683\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4684\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "4685\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4686\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4687\n", - "pixel_share_below_median is: 0.3611111111111111\n", - "pixel_share_above_median is: 0.6388888888888888\n", - "Sprawl index is: 0.36111111111111116\n", - "4688\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4689\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4690\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4691\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4692\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4693\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4694\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4695\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4696\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4697\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4698\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4699\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4700\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4701\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4702\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4703\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4704\n", - "pixel_share_below_median is: 0.34545454545454546\n", - "pixel_share_above_median is: 0.6545454545454545\n", - "Sprawl index is: 0.34545454545454546\n", - "4705\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "4706\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.40625\n", - "pixel_share_above_median is: 0.59375\n", - "Sprawl index is: 0.40625\n", - "4707\n", - "pixel_share_below_median is: 0.23529411764705882\n", - "pixel_share_above_median is: 0.7647058823529411\n", - "Sprawl index is: 0.23529411764705888\n", - "4708\n", - "pixel_share_below_median is: 0.8185053380782918\n", - "pixel_share_above_median is: 0.18149466192170818\n", - "Sprawl index is: 0.8185053380782918\n", - "4709\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4710\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4711\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4712\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4713\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4714\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4715\n", - "pixel_share_below_median is: 0.2537313432835821\n", - "pixel_share_above_median is: 0.746268656716418\n", - "Sprawl index is: 0.25373134328358204\n", - "4716\n", - "pixel_share_below_median is: 0.7605633802816901\n", - "pixel_share_above_median is: 0.23943661971830985\n", - "Sprawl index is: 0.7605633802816901\n", - "4717\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4718\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4719\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4720\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "4721\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4722\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4723\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4724\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4725\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4726\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4727\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4728\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4729\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4730\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "4731\n", - "pixel_share_below_median is: 0.1781609195402299\n", - "pixel_share_above_median is: 0.8218390804597702\n", - "Sprawl index is: 0.17816091954022983\n", - "4732\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4733\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4734\n", - "pixel_share_below_median is: 0.34782608695652173\n", - "pixel_share_above_median is: 0.6521739130434783\n", - "Sprawl index is: 0.34782608695652173\n", - "4735\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4736\n", - "pixel_share_below_median is: 0.18867924528301888\n", - "pixel_share_above_median is: 0.8113207547169812\n", - "Sprawl index is: 0.18867924528301883\n", - "4737\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4738\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4739\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4740\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4741\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "4742\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4743\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "4744\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4745\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "4746\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4747\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4748\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4749\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4750\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4751\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4752\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4753\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4754\n", - "pixel_share_below_median is: 0.3783783783783784\n", - "pixel_share_above_median is: 0.6216216216216216\n", - "Sprawl index is: 0.3783783783783784\n", - "4755\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4756\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4757\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4758\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4759\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4760\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4761\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4762\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4763\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4764\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4765\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "4766\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "4767\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4768\n", - "pixel_share_below_median is: 0.975609756097561\n", - "pixel_share_above_median is: 0.024390243902439025\n", - "Sprawl index is: 0.975609756097561\n", - "4769\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4770\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4771\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "4772\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4773\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "4774\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4775\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4776\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4777\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "4778\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4779\n", - "pixel_share_below_median is: 0.8532110091743119\n", - "pixel_share_above_median is: 0.14678899082568808\n", - "Sprawl index is: 0.8532110091743119\n", - "4780\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4781\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "4782\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4783\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4784\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4785\n", - "pixel_share_below_median is: 0.3088235294117647\n", - "pixel_share_above_median is: 0.6911764705882353\n", - "Sprawl index is: 0.3088235294117647\n", - "4786\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4787\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4788\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4789\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4790\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4791\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4792\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "4793\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4794\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4795\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4796\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "4797\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "4798\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4799\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4800\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "4801\n", - "pixel_share_below_median is: 0.5428571428571428\n", - "pixel_share_above_median is: 0.45714285714285713\n", - "Sprawl index is: 0.5428571428571428\n", - "4802\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4803\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4804\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4805\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4806\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4807\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4808\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4809\n", - "pixel_share_below_median is: 0.627906976744186\n", - "pixel_share_above_median is: 0.37209302325581395\n", - "Sprawl index is: 0.627906976744186\n", - "4810\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4811\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4812\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "4813\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "4814\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "4815\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4816\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4817\n", - "pixel_share_below_median is: 0.2829581993569132\n", - "pixel_share_above_median is: 0.7170418006430869\n", - "Sprawl index is: 0.28295819935691313\n", - "4818\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4819\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4820\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4821\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4822\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "4823\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4824\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4825\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "4826\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4827\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4828\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4829\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4830\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4831\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4832\n", - "pixel_share_below_median is: 0.4411764705882353\n", - "pixel_share_above_median is: 0.5588235294117647\n", - "Sprawl index is: 0.4411764705882353\n", - "4833\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4834\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "4835\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4836\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4837\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4838\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "4839\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4840\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4841\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4842\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4843\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "4844\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4845\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4846\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4847\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4848\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4849\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4850\n", - "pixel_share_below_median is: 0.36\n", - "pixel_share_above_median is: 0.64\n", - "Sprawl index is: 0.36\n", - "4851\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4852\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4853\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4854\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4855\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "4856\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "4857\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4858\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "4859\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "4860\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4861\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4862\n", - "pixel_share_below_median is: 0.3225806451612903\n", - "pixel_share_above_median is: 0.6774193548387096\n", - "Sprawl index is: 0.32258064516129037\n", - "4863\n", - "pixel_share_below_median is: 0.7429467084639498\n", - "pixel_share_above_median is: 0.25705329153605017\n", - "Sprawl index is: 0.7429467084639498\n", - "4864\n", - "pixel_share_below_median is: 0.5862068965517241\n", - "pixel_share_above_median is: 0.41379310344827586\n", - "Sprawl index is: 0.5862068965517241\n", - "4865\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "4866\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "4867\n", - "pixel_share_below_median is: 0.3157894736842105\n", - "pixel_share_above_median is: 0.6842105263157895\n", - "Sprawl index is: 0.3157894736842105\n", - "4868\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4869\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4870\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4871\n", - "pixel_share_below_median is: 0.4523809523809524\n", - "pixel_share_above_median is: 0.5476190476190477\n", - "Sprawl index is: 0.45238095238095233\n", - "4872\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4873\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4874\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4875\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4876\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4877\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "4878\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4879\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "4880\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "4881\n", - "pixel_share_below_median is: 0.46774193548387094\n", - "pixel_share_above_median is: 0.532258064516129\n", - "Sprawl index is: 0.467741935483871\n", - "4882\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4883\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4884\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4885\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4886\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "4887\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4888\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "4889\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4890\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4891\n", - "pixel_share_below_median is: 0.3605015673981191\n", - "pixel_share_above_median is: 0.6394984326018809\n", - "Sprawl index is: 0.3605015673981191\n", - "4892\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4893\n", - "pixel_share_below_median is: 0.4716981132075472\n", - "pixel_share_above_median is: 0.5283018867924528\n", - "Sprawl index is: 0.4716981132075472\n", - "4894\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4895\n", - "pixel_share_below_median is: 0.6031746031746031\n", - "pixel_share_above_median is: 0.3968253968253968\n", - "Sprawl index is: 0.6031746031746031\n", - "4896\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4897\n", - "pixel_share_below_median is: 0.4189189189189189\n", - "pixel_share_above_median is: 0.581081081081081\n", - "Sprawl index is: 0.41891891891891897\n", - "4898\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4899\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "4900\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4901\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "4902\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4903\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "4904\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4905\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4906\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4907\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4908\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4909\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4910\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4911\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "4912\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4913\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4914\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4915\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4916\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4917\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4918\n", - "pixel_share_below_median is: 0.22448979591836735\n", - "pixel_share_above_median is: 0.7755102040816326\n", - "Sprawl index is: 0.22448979591836737\n", - "4919\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4920\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "4921\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4922\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4923\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4924\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4925\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4926\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "4927\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4928\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "4929\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4930\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4931\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4932\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "4933\n", - "pixel_share_below_median is: 0.5652173913043478\n", - "pixel_share_above_median is: 0.43478260869565216\n", - "Sprawl index is: 0.5652173913043478\n", - "4934\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4935\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "4936\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "4937\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "4938\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "4939\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4940\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "4941\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4942\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "4943\n", - "pixel_share_below_median is: 0.6530612244897959\n", - "pixel_share_above_median is: 0.3469387755102041\n", - "Sprawl index is: 0.6530612244897959\n", - "4944\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4945\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4946\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4947\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4948\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4949\n", - "pixel_share_below_median is: 0.23333333333333334\n", - "pixel_share_above_median is: 0.7666666666666667\n", - "Sprawl index is: 0.23333333333333328\n", - "4950\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4951\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "4952\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "4953\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4954\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "4955\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4956\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "4957\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4958\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "4959\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4960\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "4961\n", - "pixel_share_below_median is: 0.11764705882352941\n", - "pixel_share_above_median is: 0.8823529411764706\n", - "Sprawl index is: 0.11764705882352944\n", - "4962\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4963\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4964\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "4965\n", - "pixel_share_below_median is: 0.46875\n", - "pixel_share_above_median is: 0.53125\n", - "Sprawl index is: 0.46875\n", - "4966\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4967\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4968\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "4969\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4970\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4971\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "4972\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "4973\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4974\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4975\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "4976\n", - "pixel_share_below_median is: 0.4155844155844156\n", - "pixel_share_above_median is: 0.5844155844155844\n", - "Sprawl index is: 0.4155844155844156\n", - "4977\n", - "pixel_share_below_median is: 0.7608695652173914\n", - "pixel_share_above_median is: 0.2391304347826087\n", - "Sprawl index is: 0.7608695652173914\n", - "4978\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4979\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "4980\n", - "pixel_share_below_median is: 0.09090909090909091\n", - "pixel_share_above_median is: 0.9090909090909091\n", - "Sprawl index is: 0.09090909090909094\n", - "4981\n", - "pixel_share_below_median is: 0.4878048780487805\n", - "pixel_share_above_median is: 0.5121951219512195\n", - "Sprawl index is: 0.4878048780487805\n", - "4982\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4983\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4984\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4985\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4986\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "4987\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "4988\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4989\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4990\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4991\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4992\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4993\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "4994\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "4995\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4996\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "4997\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "4998\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "4999\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5000\n", - "pixel_share_below_median is: 0.09090909090909091\n", - "pixel_share_above_median is: 0.9090909090909091\n", - "Sprawl index is: 0.09090909090909094\n", - "5001\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5002\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5003\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5004\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5005\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "5006\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5007\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5008\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5009\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5010\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5011\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5012\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5013\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5014\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5015\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5016\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5017\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5018\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5019\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5020\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5021\n", - "pixel_share_below_median is: 0.28205128205128205\n", - "pixel_share_above_median is: 0.717948717948718\n", - "Sprawl index is: 0.28205128205128205\n", - "5022\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5023\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5024\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5025\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5026\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5027\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5028\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5029\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5030\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5031\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5032\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5033\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5034\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5035\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5036\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5037\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5038\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5039\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5040\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5041\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5042\n", - "pixel_share_below_median is: 0.3793103448275862\n", - "pixel_share_above_median is: 0.6206896551724138\n", - "Sprawl index is: 0.3793103448275862\n", - "5043\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5044\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "5045\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5046\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "5047\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "5048\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5049\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "5050\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5051\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5052\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5053\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5054\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5055\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5056\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5057\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5058\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5059\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5060\n", - "pixel_share_below_median is: 0.42424242424242425\n", - "pixel_share_above_median is: 0.5757575757575758\n", - "Sprawl index is: 0.4242424242424242\n", - "5061\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "5062\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5063\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5064\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5065\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5066\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5067\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5068\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5069\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5070\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5071\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5072\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5073\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5074\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5075\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "5076\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5077\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5078\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5079\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5080\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5081\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5082\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5083\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5084\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5085\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5086\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5087\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5088\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5089\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5090\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5091\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5092\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5093\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5094\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5095\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5096\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5097\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5098\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5099\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5100\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5101\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5102\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5103\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5104\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5105\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5106\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5107\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5108\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5109\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5110\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5111\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5112\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5113\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5114\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5115\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5116\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5117\n", - "pixel_share_below_median is: 0.1\n", - "pixel_share_above_median is: 0.9\n", - "Sprawl index is: 0.09999999999999998\n", - "5118\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5119\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5120\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5121\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5122\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5123\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5124\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5125\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5126\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5127\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5128\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5129\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5130\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5131\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5132\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5133\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5134\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5135\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "5136\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5137\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5138\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5139\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5140\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5141\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5142\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "5143\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5144\n", - "pixel_share_below_median is: 0.49295774647887325\n", - "pixel_share_above_median is: 0.5070422535211268\n", - "Sprawl index is: 0.49295774647887325\n", - "5145\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5146\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5147\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5148\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5149\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5150\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5151\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5152\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5153\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5154\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5155\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5156\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5157\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5158\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5159\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5160\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5161\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5162\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "5163\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5164\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "5165\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5166\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5167\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5168\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5169\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5170\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5171\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5172\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5173\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5174\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5175\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5176\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5177\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5178\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5179\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5180\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5181\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5182\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5183\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5184\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5185\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5186\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5187\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5188\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5189\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5190\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5191\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5192\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5193\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5194\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5195\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5196\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5197\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5198\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5199\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5200\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5201\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5202\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5203\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5204\n", - "pixel_share_below_median is: 0.5116279069767442\n", - "pixel_share_above_median is: 0.4883720930232558\n", - "Sprawl index is: 0.5116279069767442\n", - "5205\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5206\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5207\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5208\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5209\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5210\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "5211\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5212\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5213\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5214\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "5215\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5216\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "5217\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5218\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "5219\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5220\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5221\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5222\n", - "pixel_share_below_median is: 0.5087719298245614\n", - "pixel_share_above_median is: 0.49122807017543857\n", - "Sprawl index is: 0.5087719298245614\n", - "5223\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "5224\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5225\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5226\n", - "pixel_share_below_median is: 0.1111111111111111\n", - "pixel_share_above_median is: 0.8888888888888888\n", - "Sprawl index is: 0.11111111111111116\n", - "5227\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5228\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5229\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5230\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5231\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5232\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5233\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5234\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5235\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5236\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "5237\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "5238\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5239\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5240\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5241\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5242\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5243\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5244\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5245\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5246\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5247\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5248\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5249\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "5250\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5251\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5252\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5253\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5254\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5255\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5256\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5257\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5258\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5259\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5260\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5261\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5262\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5263\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5264\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5265\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5266\n", - "pixel_share_below_median is: 0.26170212765957446\n", - "pixel_share_above_median is: 0.7382978723404255\n", - "Sprawl index is: 0.26170212765957446\n", - "5267\n", - "pixel_share_below_median is: 0.09090909090909091\n", - "pixel_share_above_median is: 0.9090909090909091\n", - "Sprawl index is: 0.09090909090909094\n", - "5268\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5269\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5270\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5271\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5272\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5273\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5274\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5275\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5276\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5277\n", - "pixel_share_below_median is: 0.4230769230769231\n", - "pixel_share_above_median is: 0.5769230769230769\n", - "Sprawl index is: 0.42307692307692313\n", - "5278\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5279\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5280\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5281\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5282\n", - "pixel_share_below_median is: 0.4632352941176471\n", - "pixel_share_above_median is: 0.5367647058823529\n", - "Sprawl index is: 0.4632352941176471\n", - "5283\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5284\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5285\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "5286\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5287\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5288\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5289\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5290\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5291\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5292\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5293\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5294\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "5295\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5296\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "5297\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5298\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5299\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5300\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5301\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5302\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5303\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5304\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5305\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "5306\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5307\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5308\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5309\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5310\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5311\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5312\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5313\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "5314\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5315\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5316\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5317\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5318\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5319\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5320\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5321\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5322\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5323\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5324\n", - "pixel_share_below_median is: 0.19811320754716982\n", - "pixel_share_above_median is: 0.8018867924528302\n", - "Sprawl index is: 0.19811320754716977\n", - "5325\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5326\n", - "pixel_share_below_median is: 0.1111111111111111\n", - "pixel_share_above_median is: 0.8888888888888888\n", - "Sprawl index is: 0.11111111111111116\n", - "5327\n", - "pixel_share_below_median is: 0.6181818181818182\n", - "pixel_share_above_median is: 0.38181818181818183\n", - "Sprawl index is: 0.6181818181818182\n", - "5328\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5329\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5330\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5331\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5332\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5333\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5334\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5335\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5336\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5337\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5338\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5339\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5340\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5341\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5342\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5343\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5344\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5345\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5346\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5347\n", - "pixel_share_below_median is: 0.6223404255319149\n", - "pixel_share_above_median is: 0.3776595744680851\n", - "Sprawl index is: 0.6223404255319149\n", - "5348\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "5349\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5350\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5351\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5352\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5353\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5354\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5355\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5356\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5357\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "5358\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5359\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5360\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5361\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "5362\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5363\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5364\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5365\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5366\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5367\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5368\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5369\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5370\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5371\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "5372\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "5373\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5374\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5375\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5376\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "5377\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5378\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5379\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5380\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5381\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5382\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5383\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5384\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5385\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5386\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5387\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "5388\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5389\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5390\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5391\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5392\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5393\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "5394\n", - "pixel_share_below_median is: 0.44680851063829785\n", - "pixel_share_above_median is: 0.5531914893617021\n", - "Sprawl index is: 0.44680851063829785\n", - "5395\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5396\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5397\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5398\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5399\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5400\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5401\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5402\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5403\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5404\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5405\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5406\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5407\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5408\n", - "pixel_share_below_median is: 0.4074074074074074\n", - "pixel_share_above_median is: 0.5925925925925926\n", - "Sprawl index is: 0.40740740740740744\n", - "5409\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "5410\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "5411\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5412\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5413\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5414\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5415\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5416\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5417\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5418\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5419\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5420\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5421\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5422\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5423\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5424\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5425\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5426\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5427\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5428\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5429\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5430\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5431\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5432\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5433\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5434\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5435\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5436\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5437\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5438\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5439\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5440\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5441\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5442\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5443\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5444\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5445\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5446\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "5447\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5448\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5449\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5450\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5451\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "5452\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5453\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5454\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5455\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5456\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5457\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5458\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5459\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5460\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5461\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "5462\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5463\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5464\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5465\n", - "pixel_share_below_median is: 0.48484848484848486\n", - "pixel_share_above_median is: 0.5151515151515151\n", - "Sprawl index is: 0.48484848484848486\n", - "5466\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "5467\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5468\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5469\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5470\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5471\n", - "pixel_share_below_median is: 0.5581395348837209\n", - "pixel_share_above_median is: 0.4418604651162791\n", - "Sprawl index is: 0.5581395348837209\n", - "5472\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5473\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5474\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5475\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5476\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5477\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5478\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5479\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5480\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5481\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5482\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5483\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5484\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5485\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5486\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5487\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5488\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5489\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5490\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5491\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5492\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5493\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5494\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5495\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5496\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5497\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5498\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5499\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5500\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5501\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5502\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5503\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5504\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5505\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5506\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5507\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5508\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5509\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "5510\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5511\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5512\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5513\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5514\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5515\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5516\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5517\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5518\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5519\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5520\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5521\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5522\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5523\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5524\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5525\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5526\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5527\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5528\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5529\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5530\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5531\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "5532\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5533\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5534\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5535\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5536\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5537\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5538\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5539\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5540\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5541\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5542\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5543\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5544\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5545\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5546\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5547\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5548\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5549\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5550\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5551\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5552\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5553\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5554\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5555\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5556\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5557\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5558\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5559\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5560\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5561\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5562\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5563\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5564\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5565\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5566\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "5567\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5568\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5569\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5570\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5571\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5572\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5573\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5574\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5575\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5576\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5577\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5578\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5579\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5580\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5581\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "5582\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5583\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5584\n", - "pixel_share_below_median is: 0.3953488372093023\n", - "pixel_share_above_median is: 0.6046511627906976\n", - "Sprawl index is: 0.39534883720930236\n", - "5585\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5586\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5587\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5588\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5589\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5590\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5591\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5592\n", - "pixel_share_below_median is: 0.29347826086956524\n", - "pixel_share_above_median is: 0.7065217391304348\n", - "Sprawl index is: 0.2934782608695652\n", - "5593\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "5594\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "5595\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "5596\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5597\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5598\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5599\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5600\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5601\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5602\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5603\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5604\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5605\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5606\n", - "pixel_share_below_median is: 0.34615384615384615\n", - "pixel_share_above_median is: 0.6538461538461539\n", - "Sprawl index is: 0.34615384615384615\n", - "5607\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5608\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5609\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5610\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5611\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5612\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5613\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5614\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5615\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5616\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5617\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5618\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5619\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5620\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5621\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5622\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5623\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5624\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5625\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "5626\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5627\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5628\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5629\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5630\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5631\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5632\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5633\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5634\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "5635\n", - "pixel_share_below_median is: 0.33116883116883117\n", - "pixel_share_above_median is: 0.6688311688311688\n", - "Sprawl index is: 0.3311688311688312\n", - "5636\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5637\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5638\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5639\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5640\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "5641\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5642\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5643\n", - "pixel_share_below_median is: 0.26126126126126126\n", - "pixel_share_above_median is: 0.7387387387387387\n", - "Sprawl index is: 0.26126126126126126\n", - "5644\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "5645\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5646\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5647\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5648\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "5649\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "5650\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5651\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "5652\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5653\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "5654\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5655\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5656\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "5657\n", - "pixel_share_below_median is: 0.37349397590361444\n", - "pixel_share_above_median is: 0.6265060240963856\n", - "Sprawl index is: 0.37349397590361444\n", - "5658\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5659\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5660\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5661\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5662\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5663\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5664\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5665\n", - "pixel_share_below_median is: 0.7586206896551724\n", - "pixel_share_above_median is: 0.2413793103448276\n", - "Sprawl index is: 0.7586206896551724\n", - "5666\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5667\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5668\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5669\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5670\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "5671\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5672\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5673\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5674\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5675\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5676\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5677\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5678\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5679\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "5680\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "5681\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5682\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5683\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5684\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5685\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5686\n", - "pixel_share_below_median is: 0.3958333333333333\n", - "pixel_share_above_median is: 0.6041666666666666\n", - "Sprawl index is: 0.39583333333333337\n", - "5687\n", - "pixel_share_below_median is: 0.3717948717948718\n", - "pixel_share_above_median is: 0.6282051282051282\n", - "Sprawl index is: 0.3717948717948718\n", - "5688\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5689\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5690\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "5691\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5692\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5693\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "5694\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5695\n", - "pixel_share_below_median is: 0.5483870967741935\n", - "pixel_share_above_median is: 0.45161290322580644\n", - "Sprawl index is: 0.5483870967741935\n", - "5696\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5697\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "5698\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5699\n", - "pixel_share_below_median is: 0.43859649122807015\n", - "pixel_share_above_median is: 0.5614035087719298\n", - "Sprawl index is: 0.4385964912280702\n", - "5700\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5701\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5702\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5703\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5704\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5705\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5706\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5707\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5708\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5709\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5710\n", - "pixel_share_below_median is: 0.27710843373493976\n", - "pixel_share_above_median is: 0.7228915662650602\n", - "Sprawl index is: 0.27710843373493976\n", - "5711\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5712\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5713\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5714\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "5715\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5716\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5717\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "5718\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5719\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5720\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5721\n", - "pixel_share_below_median is: 0.3575757575757576\n", - "pixel_share_above_median is: 0.6424242424242425\n", - "Sprawl index is: 0.35757575757575755\n", - "5722\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5723\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5724\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5725\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5726\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5727\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5728\n", - "pixel_share_below_median is: 0.7368421052631579\n", - "pixel_share_above_median is: 0.2631578947368421\n", - "Sprawl index is: 0.7368421052631579\n", - "5729\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "5730\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "5731\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5732\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5733\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "5734\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5735\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5736\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "5737\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5738\n", - "pixel_share_below_median is: 0.4642857142857143\n", - "pixel_share_above_median is: 0.5357142857142857\n", - "Sprawl index is: 0.4642857142857143\n", - "5739\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "5740\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5741\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5742\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5743\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5744\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "5745\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "5746\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5747\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5748\n", - "pixel_share_below_median is: 0.6785714285714286\n", - "pixel_share_above_median is: 0.32142857142857145\n", - "Sprawl index is: 0.6785714285714286\n", - "5749\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5750\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "5751\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5752\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5753\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5754\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5755\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "5756\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5757\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "5758\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5759\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "5760\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5761\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5762\n", - "pixel_share_below_median is: 0.8823529411764706\n", - "pixel_share_above_median is: 0.11764705882352941\n", - "Sprawl index is: 0.8823529411764706\n", - "5763\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5764\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5765\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "5766\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5767\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5768\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5769\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5770\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "5771\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5772\n", - "pixel_share_below_median is: 0.5573770491803278\n", - "pixel_share_above_median is: 0.4426229508196721\n", - "Sprawl index is: 0.5573770491803278\n", - "5773\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "5774\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5775\n", - "pixel_share_below_median is: 0.4268292682926829\n", - "pixel_share_above_median is: 0.573170731707317\n", - "Sprawl index is: 0.426829268292683\n", - "5776\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "5777\n", - "pixel_share_below_median is: 0.27586206896551724\n", - "pixel_share_above_median is: 0.7241379310344828\n", - "Sprawl index is: 0.27586206896551724\n", - "5778\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5779\n", - "pixel_share_below_median is: 0.34375\n", - "pixel_share_above_median is: 0.65625\n", - "Sprawl index is: 0.34375\n", - "5780\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5781\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5782\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5783\n", - "pixel_share_below_median is: 0.4883720930232558\n", - "pixel_share_above_median is: 0.5116279069767442\n", - "Sprawl index is: 0.4883720930232558\n", - "5784\n", - "pixel_share_below_median is: 0.3728813559322034\n", - "pixel_share_above_median is: 0.6271186440677966\n", - "Sprawl index is: 0.3728813559322034\n", - "5785\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5786\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5787\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5788\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5789\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5790\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "5791\n", - "pixel_share_below_median is: 0.7428571428571429\n", - "pixel_share_above_median is: 0.2571428571428571\n", - "Sprawl index is: 0.7428571428571429\n", - "5792\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5793\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "5794\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5795\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "5796\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5797\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5798\n", - "pixel_share_below_median is: 0.3137254901960784\n", - "pixel_share_above_median is: 0.6862745098039216\n", - "Sprawl index is: 0.3137254901960784\n", - "5799\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5800\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5801\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5802\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "5803\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5804\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "5805\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5806\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "5807\n", - "pixel_share_below_median is: 0.4918032786885246\n", - "pixel_share_above_median is: 0.5081967213114754\n", - "Sprawl index is: 0.4918032786885246\n", - "5808\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5809\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "5810\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5811\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5812\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5813\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5814\n", - "pixel_share_below_median is: 0.32142857142857145\n", - "pixel_share_above_median is: 0.6785714285714286\n", - "Sprawl index is: 0.3214285714285714\n", - "5815\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "5816\n", - "pixel_share_below_median is: 0.5892857142857143\n", - "pixel_share_above_median is: 0.4107142857142857\n", - "Sprawl index is: 0.5892857142857143\n", - "5817\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5818\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "5819\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5820\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5821\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5822\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5823\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5824\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5825\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5826\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5827\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5828\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5829\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5830\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5831\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5832\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5833\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5834\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5835\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5836\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5837\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5838\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5839\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "5840\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5841\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "5842\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5843\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5844\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "5845\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5846\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5847\n", - "pixel_share_below_median is: 0.27053140096618356\n", - "pixel_share_above_median is: 0.7294685990338164\n", - "Sprawl index is: 0.27053140096618356\n", - "5848\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5849\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5850\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "5851\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5852\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5853\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5854\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5855\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5856\n", - "pixel_share_below_median is: 0.6538461538461539\n", - "pixel_share_above_median is: 0.34615384615384615\n", - "Sprawl index is: 0.6538461538461539\n", - "5857\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5858\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5859\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5860\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5861\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5862\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5863\n", - "pixel_share_below_median is: 0.5084745762711864\n", - "pixel_share_above_median is: 0.4915254237288136\n", - "Sprawl index is: 0.5084745762711864\n", - "5864\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "5865\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5866\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5867\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5868\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "5869\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "5870\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "5871\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "5872\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5873\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "5874\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5875\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "5876\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5877\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "5878\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "5879\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5880\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5881\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5882\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5883\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "5884\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "5885\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5886\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "5887\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5888\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5889\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "5890\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5891\n", - "pixel_share_below_median is: 0.41379310344827586\n", - "pixel_share_above_median is: 0.5862068965517241\n", - "Sprawl index is: 0.4137931034482759\n", - "5892\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5893\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5894\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "5895\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "5896\n", - "pixel_share_below_median is: 0.36693548387096775\n", - "pixel_share_above_median is: 0.6330645161290323\n", - "Sprawl index is: 0.36693548387096775\n", - "5897\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5898\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5899\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "5900\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5901\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "5902\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5903\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5904\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5905\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5906\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "5907\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5908\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5909\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5910\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "5911\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5912\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "5913\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5914\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5915\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "5916\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5917\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "5918\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "5919\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "5920\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "5921\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5922\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5923\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "5924\n", - "pixel_share_below_median is: 0.5277777777777778\n", - "pixel_share_above_median is: 0.4722222222222222\n", - "Sprawl index is: 0.5277777777777778\n", - "5925\n", - "pixel_share_below_median is: 0.6333333333333333\n", - "pixel_share_above_median is: 0.36666666666666664\n", - "Sprawl index is: 0.6333333333333333\n", - "5926\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5927\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5928\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5929\n", - "pixel_share_below_median is: 0.9473684210526315\n", - "pixel_share_above_median is: 0.05263157894736842\n", - "Sprawl index is: 0.9473684210526315\n", - "5930\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5931\n", - "pixel_share_below_median is: 0.9545454545454546\n", - "pixel_share_above_median is: 0.045454545454545456\n", - "Sprawl index is: 0.9545454545454546\n", - "5932\n", - "pixel_share_below_median is: 0.27058823529411763\n", - "pixel_share_above_median is: 0.7294117647058823\n", - "Sprawl index is: 0.2705882352941177\n", - "5933\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "5934\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5935\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5936\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5937\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5938\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5939\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5940\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "5941\n", - "pixel_share_below_median is: 0.29411764705882354\n", - "pixel_share_above_median is: 0.7058823529411765\n", - "Sprawl index is: 0.2941176470588235\n", - "5942\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "5943\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5944\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "5945\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5946\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "5947\n", - "pixel_share_below_median is: 0.3804347826086957\n", - "pixel_share_above_median is: 0.6195652173913043\n", - "Sprawl index is: 0.3804347826086957\n", - "5948\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "5949\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "5950\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5951\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "5952\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5953\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5954\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "5955\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5956\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "5957\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "5958\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "5959\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5960\n", - "pixel_share_below_median is: 0.7894736842105263\n", - "pixel_share_above_median is: 0.21052631578947367\n", - "Sprawl index is: 0.7894736842105263\n", - "5961\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "5962\n", - "pixel_share_below_median is: 0.43956043956043955\n", - "pixel_share_above_median is: 0.5604395604395604\n", - "Sprawl index is: 0.43956043956043955\n", - "5963\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5964\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5965\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "5966\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5967\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "5968\n", - "pixel_share_below_median is: 0.5476190476190477\n", - "pixel_share_above_median is: 0.4523809523809524\n", - "Sprawl index is: 0.5476190476190477\n", - "5969\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "5970\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "5971\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "5972\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "5973\n", - "pixel_share_below_median is: 0.59375\n", - "pixel_share_above_median is: 0.40625\n", - "Sprawl index is: 0.59375\n", - "5974\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5975\n", - "pixel_share_below_median is: 0.46938775510204084\n", - "pixel_share_above_median is: 0.5306122448979592\n", - "Sprawl index is: 0.4693877551020408\n", - "5976\n", - "pixel_share_below_median is: 0.9473684210526315\n", - "pixel_share_above_median is: 0.05263157894736842\n", - "Sprawl index is: 0.9473684210526315\n", - "5977\n", - "pixel_share_below_median is: 0.4482758620689655\n", - "pixel_share_above_median is: 0.5517241379310345\n", - "Sprawl index is: 0.4482758620689655\n", - "5978\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "5979\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5980\n", - "pixel_share_below_median is: 0.7530864197530864\n", - "pixel_share_above_median is: 0.24691358024691357\n", - "Sprawl index is: 0.7530864197530864\n", - "5981\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "5982\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "5983\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "5984\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5985\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "5986\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "5987\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "5988\n", - "pixel_share_below_median is: 0.7407407407407407\n", - "pixel_share_above_median is: 0.25925925925925924\n", - "Sprawl index is: 0.7407407407407407\n", - "5989\n", - "pixel_share_below_median is: 0.3246311010215664\n", - "pixel_share_above_median is: 0.6753688989784336\n", - "Sprawl index is: 0.32463110102156645\n", - "5990\n", - "pixel_share_below_median is: 0.5757575757575758\n", - "pixel_share_above_median is: 0.42424242424242425\n", - "Sprawl index is: 0.5757575757575758\n", - "5991\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "5992\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "5993\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "5994\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "5995\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "5996\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "5997\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "5998\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "5999\n", - "pixel_share_below_median is: 0.5185185185185185\n", - "pixel_share_above_median is: 0.48148148148148145\n", - "Sprawl index is: 0.5185185185185185\n", - "6000\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "6001\n", - "pixel_share_below_median is: 0.6071428571428571\n", - "pixel_share_above_median is: 0.39285714285714285\n", - "Sprawl index is: 0.6071428571428571\n", - "6002\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6003\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6004\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "6005\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6006\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6007\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6008\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6009\n", - "pixel_share_below_median is: 0.5517241379310345\n", - "pixel_share_above_median is: 0.4482758620689655\n", - "Sprawl index is: 0.5517241379310345\n", - "6010\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6011\n", - "pixel_share_below_median is: 0.5108695652173914\n", - "pixel_share_above_median is: 0.4891304347826087\n", - "Sprawl index is: 0.5108695652173914\n", - "6012\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6013\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6014\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6015\n", - "pixel_share_below_median is: 0.4791666666666667\n", - "pixel_share_above_median is: 0.5208333333333334\n", - "Sprawl index is: 0.47916666666666663\n", - "6016\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6017\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6018\n", - "pixel_share_below_median is: 0.3656716417910448\n", - "pixel_share_above_median is: 0.6343283582089553\n", - "Sprawl index is: 0.3656716417910447\n", - "6019\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6020\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "6021\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6022\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6023\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6024\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6025\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6026\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6027\n", - "pixel_share_below_median is: 0.6538461538461539\n", - "pixel_share_above_median is: 0.34615384615384615\n", - "Sprawl index is: 0.6538461538461539\n", - "6028\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6029\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6030\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6031\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6032\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6033\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6034\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "6035\n", - "pixel_share_below_median is: 0.38571428571428573\n", - "pixel_share_above_median is: 0.6142857142857143\n", - "Sprawl index is: 0.3857142857142857\n", - "6036\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "6037\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "6038\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6039\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6040\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6041\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6042\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "6043\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6044\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6045\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "6046\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6047\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6048\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6049\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6050\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6051\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "6052\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6053\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6054\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6055\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "6056\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6057\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6058\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6059\n", - "pixel_share_below_median is: 0.36666666666666664\n", - "pixel_share_above_median is: 0.6333333333333333\n", - "Sprawl index is: 0.3666666666666667\n", - "6060\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6061\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6062\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6063\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "6064\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6065\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6066\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6067\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6068\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6069\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6070\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6071\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6072\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6073\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6074\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6075\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6076\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6077\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6078\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6079\n", - "pixel_share_below_median is: 0.38064516129032255\n", - "pixel_share_above_median is: 0.6193548387096774\n", - "Sprawl index is: 0.38064516129032255\n", - "6080\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6081\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6082\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6083\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6084\n", - "pixel_share_below_median is: 0.5681818181818182\n", - "pixel_share_above_median is: 0.4318181818181818\n", - "Sprawl index is: 0.5681818181818182\n", - "6085\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6086\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "6087\n", - "pixel_share_below_median is: 0.3036876355748373\n", - "pixel_share_above_median is: 0.6963123644251626\n", - "Sprawl index is: 0.30368763557483736\n", - "6088\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6089\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6090\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6091\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6092\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6093\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "6094\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6095\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6096\n", - "pixel_share_below_median is: 0.6538461538461539\n", - "pixel_share_above_median is: 0.34615384615384615\n", - "Sprawl index is: 0.6538461538461539\n", - "6097\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6098\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6099\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6100\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6101\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6102\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6103\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6104\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6105\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6106\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6107\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6108\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6109\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6110\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "6111\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6112\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6113\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6114\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6115\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6116\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6117\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6118\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6119\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6120\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "6121\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6122\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6123\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6124\n", - "pixel_share_below_median is: 0.425531914893617\n", - "pixel_share_above_median is: 0.574468085106383\n", - "Sprawl index is: 0.42553191489361697\n", - "6125\n", - "pixel_share_below_median is: 0.37209302325581395\n", - "pixel_share_above_median is: 0.627906976744186\n", - "Sprawl index is: 0.37209302325581395\n", - "6126\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6127\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6128\n", - "pixel_share_below_median is: 0.696969696969697\n", - "pixel_share_above_median is: 0.30303030303030304\n", - "Sprawl index is: 0.696969696969697\n", - "6129\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6130\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6131\n", - "pixel_share_below_median is: 0.5757575757575758\n", - "pixel_share_above_median is: 0.42424242424242425\n", - "Sprawl index is: 0.5757575757575758\n", - "6132\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6133\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6134\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6135\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6136\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6137\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6138\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6139\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6140\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6141\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6142\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6143\n", - "pixel_share_below_median is: 0.367032967032967\n", - "pixel_share_above_median is: 0.6329670329670329\n", - "Sprawl index is: 0.36703296703296706\n", - "6144\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6145\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6146\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6147\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6148\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6149\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6150\n", - "pixel_share_below_median is: 0.9259259259259259\n", - "pixel_share_above_median is: 0.07407407407407407\n", - "Sprawl index is: 0.9259259259259259\n", - "6151\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6152\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6153\n", - "pixel_share_below_median is: 0.76\n", - "pixel_share_above_median is: 0.24\n", - "Sprawl index is: 0.76\n", - "6154\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6155\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6156\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6157\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "6158\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6159\n", - "pixel_share_below_median is: 0.30303030303030304\n", - "pixel_share_above_median is: 0.696969696969697\n", - "Sprawl index is: 0.303030303030303\n", - "6160\n", - "pixel_share_below_median is: 0.43636363636363634\n", - "pixel_share_above_median is: 0.5636363636363636\n", - "Sprawl index is: 0.4363636363636364\n", - "6161\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6162\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6163\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6164\n", - "pixel_share_below_median is: 0.37777777777777777\n", - "pixel_share_above_median is: 0.6222222222222222\n", - "Sprawl index is: 0.37777777777777777\n", - "6165\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6166\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6167\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6168\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6169\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6170\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6171\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "6172\n", - "pixel_share_below_median is: 0.3431372549019608\n", - "pixel_share_above_median is: 0.6568627450980392\n", - "Sprawl index is: 0.3431372549019608\n", - "6173\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6174\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6175\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6176\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "6177\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6178\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6179\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6180\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "6181\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6182\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "6183\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6184\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6185\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "6186\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "6187\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6188\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6189\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6190\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6191\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6192\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6193\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6194\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6195\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6196\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6197\n", - "pixel_share_below_median is: 0.37398373983739835\n", - "pixel_share_above_median is: 0.6260162601626016\n", - "Sprawl index is: 0.3739837398373984\n", - "6198\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6199\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6200\n", - "pixel_share_below_median is: 0.2818181818181818\n", - "pixel_share_above_median is: 0.7181818181818181\n", - "Sprawl index is: 0.28181818181818186\n", - "6201\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6202\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6203\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "6204\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6205\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6206\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6207\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "6208\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6209\n", - "pixel_share_below_median is: 0.4482758620689655\n", - "pixel_share_above_median is: 0.5517241379310345\n", - "Sprawl index is: 0.4482758620689655\n", - "6210\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6211\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "6212\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6213\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6214\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6215\n", - "pixel_share_below_median is: 0.54\n", - "pixel_share_above_median is: 0.46\n", - "Sprawl index is: 0.54\n", - "6216\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6217\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6218\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "6219\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6220\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "6221\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6222\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6223\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6224\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6225\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6226\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "6227\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6228\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6229\n", - "pixel_share_below_median is: 0.5362318840579711\n", - "pixel_share_above_median is: 0.463768115942029\n", - "Sprawl index is: 0.5362318840579711\n", - "6230\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6231\n", - "pixel_share_below_median is: 0.3127962085308057\n", - "pixel_share_above_median is: 0.6872037914691943\n", - "Sprawl index is: 0.3127962085308057\n", - "6232\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6233\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6234\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6235\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6236\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6237\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6238\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "6239\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6240\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6241\n", - "pixel_share_below_median is: 0.6060606060606061\n", - "pixel_share_above_median is: 0.3939393939393939\n", - "Sprawl index is: 0.6060606060606061\n", - "6242\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "6243\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6244\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6245\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6246\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6247\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6248\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6249\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6250\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6251\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6252\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "6253\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6254\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "6255\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6256\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6257\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6258\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6259\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6260\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "6261\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6262\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6263\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6264\n", - "pixel_share_below_median is: 0.21428571428571427\n", - "pixel_share_above_median is: 0.7857142857142857\n", - "Sprawl index is: 0.2142857142857143\n", - "6265\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6266\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6267\n", - "pixel_share_below_median is: 0.1891891891891892\n", - "pixel_share_above_median is: 0.8108108108108109\n", - "Sprawl index is: 0.18918918918918914\n", - "6268\n", - "pixel_share_below_median is: 0.6451612903225806\n", - "pixel_share_above_median is: 0.3548387096774194\n", - "Sprawl index is: 0.6451612903225806\n", - "6269\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6270\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6271\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6272\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6273\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "6274\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6275\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6276\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "6277\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6278\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6279\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6280\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6281\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6282\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6283\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6284\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "6285\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "6286\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6287\n", - "pixel_share_below_median is: 0.49038461538461536\n", - "pixel_share_above_median is: 0.5096153846153846\n", - "Sprawl index is: 0.4903846153846154\n", - "6288\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6289\n", - "pixel_share_below_median is: 0.7241379310344828\n", - "pixel_share_above_median is: 0.27586206896551724\n", - "Sprawl index is: 0.7241379310344828\n", - "6290\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6291\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6292\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6293\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6294\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "6295\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6296\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6297\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6298\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6299\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6300\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "6301\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "6302\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6303\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6304\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6305\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6306\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6307\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6308\n", - "pixel_share_below_median is: 0.28211586901763225\n", - "pixel_share_above_median is: 0.7178841309823678\n", - "Sprawl index is: 0.2821158690176322\n", - "6309\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6310\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6311\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6312\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "6313\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "6314\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6315\n", - "pixel_share_below_median is: 0.42276422764227645\n", - "pixel_share_above_median is: 0.5772357723577236\n", - "Sprawl index is: 0.4227642276422764\n", - "6316\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6317\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "6318\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "6319\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "6320\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6321\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6322\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "6323\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6324\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6325\n", - "pixel_share_below_median is: 0.48148148148148145\n", - "pixel_share_above_median is: 0.5185185185185185\n", - "Sprawl index is: 0.4814814814814815\n", - "6326\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6327\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6328\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "6329\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6330\n", - "pixel_share_below_median is: 0.7818181818181819\n", - "pixel_share_above_median is: 0.21818181818181817\n", - "Sprawl index is: 0.7818181818181819\n", - "6331\n", - "pixel_share_below_median is: 0.32\n", - "pixel_share_above_median is: 0.68\n", - "Sprawl index is: 0.31999999999999995\n", - "6332\n", - "pixel_share_below_median is: 0.24444444444444444\n", - "pixel_share_above_median is: 0.7555555555555555\n", - "Sprawl index is: 0.24444444444444446\n", - "6333\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6334\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6335\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "6336\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6337\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6338\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "6339\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6340\n", - "pixel_share_below_median is: 0.35185185185185186\n", - "pixel_share_above_median is: 0.6481481481481481\n", - "Sprawl index is: 0.35185185185185186\n", - "6341\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6342\n", - "pixel_share_below_median is: 0.8955223880597015\n", - "pixel_share_above_median is: 0.1044776119402985\n", - "Sprawl index is: 0.8955223880597015\n", - "6343\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6344\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6345\n", - "pixel_share_below_median is: 0.2711864406779661\n", - "pixel_share_above_median is: 0.7288135593220338\n", - "Sprawl index is: 0.27118644067796616\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6346\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6347\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6348\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6349\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6350\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6351\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6352\n", - "pixel_share_below_median is: 0.7916666666666666\n", - "pixel_share_above_median is: 0.20833333333333334\n", - "Sprawl index is: 0.7916666666666666\n", - "6353\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6354\n", - "pixel_share_below_median is: 0.6296296296296297\n", - "pixel_share_above_median is: 0.37037037037037035\n", - "Sprawl index is: 0.6296296296296297\n", - "6355\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6356\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "6357\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6358\n", - "pixel_share_below_median is: 0.7384615384615385\n", - "pixel_share_above_median is: 0.26153846153846155\n", - "Sprawl index is: 0.7384615384615385\n", - "6359\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "6360\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6361\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "6362\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6363\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "6364\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6365\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "6366\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6367\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "6368\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6369\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6370\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6371\n", - "pixel_share_below_median is: 0.46511627906976744\n", - "pixel_share_above_median is: 0.5348837209302325\n", - "Sprawl index is: 0.4651162790697675\n", - "6372\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6373\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6374\n", - "pixel_share_below_median is: 0.9545454545454546\n", - "pixel_share_above_median is: 0.045454545454545456\n", - "Sprawl index is: 0.9545454545454546\n", - "6375\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "6376\n", - "pixel_share_below_median is: 0.9705882352941176\n", - "pixel_share_above_median is: 0.029411764705882353\n", - "Sprawl index is: 0.9705882352941176\n", - "6377\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6378\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "6379\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6380\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "6381\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6382\n", - "pixel_share_below_median is: 0.5681818181818182\n", - "pixel_share_above_median is: 0.4318181818181818\n", - "Sprawl index is: 0.5681818181818182\n", - "6383\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6384\n", - "pixel_share_below_median is: 0.38\n", - "pixel_share_above_median is: 0.62\n", - "Sprawl index is: 0.38\n", - "6385\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6386\n", - "pixel_share_below_median is: 0.40121317157712305\n", - "pixel_share_above_median is: 0.598786828422877\n", - "Sprawl index is: 0.401213171577123\n", - "6387\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "6388\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6389\n", - "pixel_share_below_median is: 0.4852941176470588\n", - "pixel_share_above_median is: 0.5147058823529411\n", - "Sprawl index is: 0.4852941176470589\n", - "6390\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6391\n", - "pixel_share_below_median is: 0.7307692307692307\n", - "pixel_share_above_median is: 0.2692307692307692\n", - "Sprawl index is: 0.7307692307692307\n", - "6392\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6393\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6394\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6395\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "6396\n", - "pixel_share_below_median is: 0.27941176470588236\n", - "pixel_share_above_median is: 0.7205882352941176\n", - "Sprawl index is: 0.27941176470588236\n", - "6397\n", - "pixel_share_below_median is: 0.7727272727272727\n", - "pixel_share_above_median is: 0.22727272727272727\n", - "Sprawl index is: 0.7727272727272727\n", - "6398\n", - "pixel_share_below_median is: 0.27485380116959063\n", - "pixel_share_above_median is: 0.7251461988304093\n", - "Sprawl index is: 0.2748538011695907\n", - "6399\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6400\n", - "pixel_share_below_median is: 0.56\n", - "pixel_share_above_median is: 0.44\n", - "Sprawl index is: 0.56\n", - "6401\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6402\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "6403\n", - "pixel_share_below_median is: 0.3875\n", - "pixel_share_above_median is: 0.6125\n", - "Sprawl index is: 0.38749999999999996\n", - "6404\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6405\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "6406\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6407\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6408\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6409\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6410\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6411\n", - "pixel_share_below_median is: 0.8983050847457628\n", - "pixel_share_above_median is: 0.1016949152542373\n", - "Sprawl index is: 0.8983050847457628\n", - "6412\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6413\n", - "pixel_share_below_median is: 0.7916666666666666\n", - "pixel_share_above_median is: 0.20833333333333334\n", - "Sprawl index is: 0.7916666666666666\n", - "6414\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6415\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6416\n", - "pixel_share_below_median is: 0.29310344827586204\n", - "pixel_share_above_median is: 0.7068965517241379\n", - "Sprawl index is: 0.2931034482758621\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6417\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "6418\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6419\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6420\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6421\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6422\n", - "pixel_share_below_median is: 0.2631578947368421\n", - "pixel_share_above_median is: 0.7368421052631579\n", - "Sprawl index is: 0.26315789473684215\n", - "6423\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6424\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6425\n", - "pixel_share_below_median is: 0.3225806451612903\n", - "pixel_share_above_median is: 0.6774193548387096\n", - "Sprawl index is: 0.32258064516129037\n", - "6426\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6427\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6428\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6429\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6430\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6431\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "6432\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "6433\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6434\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6435\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6436\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "6437\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6438\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6439\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6440\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "6441\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6442\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6443\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6444\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "6445\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6446\n", - "pixel_share_below_median is: 0.125\n", - "pixel_share_above_median is: 0.875\n", - "Sprawl index is: 0.125\n", - "6447\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6448\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6449\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6450\n", - "pixel_share_below_median is: 0.33185840707964603\n", - "pixel_share_above_median is: 0.668141592920354\n", - "Sprawl index is: 0.331858407079646\n", - "6451\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6452\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "6453\n", - "pixel_share_below_median is: 0.92\n", - "pixel_share_above_median is: 0.08\n", - "Sprawl index is: 0.92\n", - "6454\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6455\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6456\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6457\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "6458\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "6459\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6460\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "6461\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6462\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6463\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6464\n", - "pixel_share_below_median is: 0.723404255319149\n", - "pixel_share_above_median is: 0.2765957446808511\n", - "Sprawl index is: 0.723404255319149\n", - "6465\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6466\n", - "pixel_share_below_median is: 0.9743589743589743\n", - "pixel_share_above_median is: 0.02564102564102564\n", - "Sprawl index is: 0.9743589743589743\n", - "6467\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6468\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6469\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "6470\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6471\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6472\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6473\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "6474\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6475\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6476\n", - "pixel_share_below_median is: 0.3148148148148148\n", - "pixel_share_above_median is: 0.6851851851851852\n", - "Sprawl index is: 0.31481481481481477\n", - "6477\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6478\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "6479\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "6480\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6481\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6482\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "6483\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6484\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6485\n", - "pixel_share_below_median is: 0.6818181818181818\n", - "pixel_share_above_median is: 0.3181818181818182\n", - "Sprawl index is: 0.6818181818181818\n", - "6486\n", - "pixel_share_below_median is: 0.5142857142857142\n", - "pixel_share_above_median is: 0.4857142857142857\n", - "Sprawl index is: 0.5142857142857142\n", - "6487\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6488\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "6489\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6490\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6491\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6492\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6493\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6494\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6495\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6496\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6497\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6498\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6499\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6500\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6501\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6502\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6503\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "6504\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6505\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6506\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6507\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6508\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6509\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6510\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6511\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6512\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "6513\n", - "pixel_share_below_median is: 0.41007194244604317\n", - "pixel_share_above_median is: 0.5899280575539568\n", - "Sprawl index is: 0.41007194244604317\n", - "6514\n", - "pixel_share_below_median is: 0.3225806451612903\n", - "pixel_share_above_median is: 0.6774193548387096\n", - "Sprawl index is: 0.32258064516129037\n", - "6515\n", - "pixel_share_below_median is: 0.6333333333333333\n", - "pixel_share_above_median is: 0.36666666666666664\n", - "Sprawl index is: 0.6333333333333333\n", - "6516\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6517\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6518\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6519\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6520\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "6521\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6522\n", - "pixel_share_below_median is: 0.3235294117647059\n", - "pixel_share_above_median is: 0.6764705882352942\n", - "Sprawl index is: 0.32352941176470584\n", - "6523\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "6524\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "6525\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6526\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6527\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6528\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6529\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6530\n", - "pixel_share_below_median is: 0.18181818181818182\n", - "pixel_share_above_median is: 0.8181818181818182\n", - "Sprawl index is: 0.18181818181818177\n", - "6531\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6532\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6533\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "6534\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6535\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "6536\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6537\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "6538\n", - "pixel_share_below_median is: 0.32432432432432434\n", - "pixel_share_above_median is: 0.6756756756756757\n", - "Sprawl index is: 0.32432432432432434\n", - "6539\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "6540\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "6541\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6542\n", - "pixel_share_below_median is: 0.5106382978723404\n", - "pixel_share_above_median is: 0.48936170212765956\n", - "Sprawl index is: 0.5106382978723404\n", - "6543\n", - "pixel_share_below_median is: 0.3277310924369748\n", - "pixel_share_above_median is: 0.6722689075630253\n", - "Sprawl index is: 0.32773109243697474\n", - "6544\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6545\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6546\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6547\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "6548\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6549\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6550\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6551\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "6552\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6553\n", - "pixel_share_below_median is: 0.4117647058823529\n", - "pixel_share_above_median is: 0.5882352941176471\n", - "Sprawl index is: 0.4117647058823529\n", - "6554\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "6555\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6556\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6557\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6558\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6559\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6560\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6561\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "6562\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "6563\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "6564\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6565\n", - "pixel_share_below_median is: 0.3559322033898305\n", - "pixel_share_above_median is: 0.6440677966101694\n", - "Sprawl index is: 0.35593220338983056\n", - "6566\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6567\n", - "pixel_share_below_median is: 0.2391304347826087\n", - "pixel_share_above_median is: 0.7608695652173914\n", - "Sprawl index is: 0.23913043478260865\n", - "6568\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6569\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6570\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6571\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6572\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6573\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "6574\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6575\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6576\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6577\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6578\n", - "pixel_share_below_median is: 0.3389830508474576\n", - "pixel_share_above_median is: 0.6610169491525424\n", - "Sprawl index is: 0.3389830508474576\n", - "6579\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6580\n", - "pixel_share_below_median is: 0.36\n", - "pixel_share_above_median is: 0.64\n", - "Sprawl index is: 0.36\n", - "6581\n", - "pixel_share_below_median is: 0.9444444444444444\n", - "pixel_share_above_median is: 0.05555555555555555\n", - "Sprawl index is: 0.9444444444444444\n", - "6582\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6583\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6584\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6585\n", - "pixel_share_below_median is: 0.21965317919075145\n", - "pixel_share_above_median is: 0.7803468208092486\n", - "Sprawl index is: 0.21965317919075145\n", - "6586\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6587\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6588\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6589\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6590\n", - "pixel_share_below_median is: 0.4230769230769231\n", - "pixel_share_above_median is: 0.5769230769230769\n", - "Sprawl index is: 0.42307692307692313\n", - "6591\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6592\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "6593\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6594\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "6595\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6596\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6597\n", - "pixel_share_below_median is: 0.5588235294117647\n", - "pixel_share_above_median is: 0.4411764705882353\n", - "Sprawl index is: 0.5588235294117647\n", - "6598\n", - "pixel_share_below_median is: 0.37735849056603776\n", - "pixel_share_above_median is: 0.6226415094339622\n", - "Sprawl index is: 0.37735849056603776\n", - "6599\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6600\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "6601\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6602\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6603\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6604\n", - "pixel_share_below_median is: 0.3017241379310345\n", - "pixel_share_above_median is: 0.6982758620689655\n", - "Sprawl index is: 0.3017241379310345\n", - "6605\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6606\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "6607\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6608\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6609\n", - "pixel_share_below_median is: 0.3018867924528302\n", - "pixel_share_above_median is: 0.6981132075471698\n", - "Sprawl index is: 0.30188679245283023\n", - "6610\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6611\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6612\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "6613\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6614\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "6615\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6616\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6617\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "6618\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6619\n", - "pixel_share_below_median is: 0.24528301886792453\n", - "pixel_share_above_median is: 0.7547169811320755\n", - "Sprawl index is: 0.24528301886792447\n", - "6620\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6621\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6622\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6623\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6624\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6625\n", - "pixel_share_below_median is: 0.43529411764705883\n", - "pixel_share_above_median is: 0.5647058823529412\n", - "Sprawl index is: 0.43529411764705883\n", - "6626\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "6627\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "6628\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6629\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6630\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "6631\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6632\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "6633\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6634\n", - "pixel_share_below_median is: 0.46846846846846846\n", - "pixel_share_above_median is: 0.5315315315315315\n", - "Sprawl index is: 0.46846846846846846\n", - "6635\n", - "pixel_share_below_median is: 0.4827586206896552\n", - "pixel_share_above_median is: 0.5172413793103449\n", - "Sprawl index is: 0.48275862068965514\n", - "6636\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6637\n", - "pixel_share_below_median is: 0.2934131736526946\n", - "pixel_share_above_median is: 0.7065868263473054\n", - "Sprawl index is: 0.2934131736526946\n", - "6638\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6639\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "6640\n", - "pixel_share_below_median is: 0.4528301886792453\n", - "pixel_share_above_median is: 0.5471698113207547\n", - "Sprawl index is: 0.4528301886792453\n", - "6641\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6642\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6643\n", - "pixel_share_below_median is: 0.45714285714285713\n", - "pixel_share_above_median is: 0.5428571428571428\n", - "Sprawl index is: 0.4571428571428572\n", - "6644\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6645\n", - "pixel_share_below_median is: 0.47619047619047616\n", - "pixel_share_above_median is: 0.5238095238095238\n", - "Sprawl index is: 0.47619047619047616\n", - "6646\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6647\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "6648\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6649\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6650\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6651\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6652\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6653\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6654\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6655\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6656\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "6657\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6658\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6659\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "6660\n", - "pixel_share_below_median is: 0.25925925925925924\n", - "pixel_share_above_median is: 0.7407407407407407\n", - "Sprawl index is: 0.2592592592592593\n", - "6661\n", - "pixel_share_below_median is: 0.4049079754601227\n", - "pixel_share_above_median is: 0.5950920245398773\n", - "Sprawl index is: 0.4049079754601227\n", - "6662\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6663\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6664\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "6665\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "6666\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6667\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6668\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6669\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "6670\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6671\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6672\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6673\n", - "pixel_share_below_median is: 0.5507246376811594\n", - "pixel_share_above_median is: 0.4492753623188406\n", - "Sprawl index is: 0.5507246376811594\n", - "6674\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6675\n", - "pixel_share_below_median is: 0.5925925925925926\n", - "pixel_share_above_median is: 0.4074074074074074\n", - "Sprawl index is: 0.5925925925925926\n", - "6676\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6677\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6678\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "6679\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6680\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "6681\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6682\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6683\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6684\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6685\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6686\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6687\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "6688\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "6689\n", - "pixel_share_below_median is: 0.7894736842105263\n", - "pixel_share_above_median is: 0.21052631578947367\n", - "Sprawl index is: 0.7894736842105263\n", - "6690\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6691\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6692\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6693\n", - "pixel_share_below_median is: 0.5121951219512195\n", - "pixel_share_above_median is: 0.4878048780487805\n", - "Sprawl index is: 0.5121951219512195\n", - "6694\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6695\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6696\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6697\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6698\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "6699\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6700\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6701\n", - "pixel_share_below_median is: 0.4090909090909091\n", - "pixel_share_above_median is: 0.5909090909090909\n", - "Sprawl index is: 0.40909090909090906\n", - "6702\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6703\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6704\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "6705\n", - "pixel_share_below_median is: 0.7727272727272727\n", - "pixel_share_above_median is: 0.22727272727272727\n", - "Sprawl index is: 0.7727272727272727\n", - "6706\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6707\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "6708\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6709\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "6710\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6711\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6712\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6713\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "6714\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6715\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6716\n", - "pixel_share_below_median is: 0.68\n", - "pixel_share_above_median is: 0.32\n", - "Sprawl index is: 0.68\n", - "6717\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6718\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6719\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6720\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6721\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "6722\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6723\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6724\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6725\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6726\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "6727\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6728\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6729\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6730\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6731\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "6732\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6733\n", - "pixel_share_below_median is: 0.4864864864864865\n", - "pixel_share_above_median is: 0.5135135135135135\n", - "Sprawl index is: 0.4864864864864865\n", - "6734\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6735\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "6736\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6737\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6738\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6739\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6740\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6741\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6742\n", - "pixel_share_below_median is: 0.3939393939393939\n", - "pixel_share_above_median is: 0.6060606060606061\n", - "Sprawl index is: 0.3939393939393939\n", - "6743\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6744\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6745\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6746\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6747\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6748\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6749\n", - "pixel_share_below_median is: 0.4827586206896552\n", - "pixel_share_above_median is: 0.5172413793103449\n", - "Sprawl index is: 0.48275862068965514\n", - "6750\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6751\n", - "pixel_share_below_median is: 0.391304347826087\n", - "pixel_share_above_median is: 0.6086956521739131\n", - "Sprawl index is: 0.3913043478260869\n", - "6752\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "6753\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6754\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6755\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "6756\n", - "pixel_share_below_median is: 0.40784313725490196\n", - "pixel_share_above_median is: 0.592156862745098\n", - "Sprawl index is: 0.40784313725490196\n", - "6757\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6758\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6759\n", - "pixel_share_below_median is: 0.37037037037037035\n", - "pixel_share_above_median is: 0.6296296296296297\n", - "Sprawl index is: 0.37037037037037035\n", - "6760\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6761\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6762\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6763\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6764\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6765\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6766\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6767\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6768\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6769\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6770\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6771\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6772\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6773\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6774\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6775\n", - "pixel_share_below_median is: 0.5915492957746479\n", - "pixel_share_above_median is: 0.4084507042253521\n", - "Sprawl index is: 0.5915492957746479\n", - "6776\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6777\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6778\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6779\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6780\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6781\n", - "pixel_share_below_median is: 0.22727272727272727\n", - "pixel_share_above_median is: 0.7727272727272727\n", - "Sprawl index is: 0.2272727272727273\n", - "6782\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "6783\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "6784\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6785\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "6786\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6787\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6788\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6789\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6790\n", - "pixel_share_below_median is: 0.3252032520325203\n", - "pixel_share_above_median is: 0.6747967479674797\n", - "Sprawl index is: 0.3252032520325203\n", - "6791\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6792\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6793\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6794\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6795\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6796\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6797\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6798\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6799\n", - "pixel_share_below_median is: 0.36666666666666664\n", - "pixel_share_above_median is: 0.6333333333333333\n", - "Sprawl index is: 0.3666666666666667\n", - "6800\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "6801\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6802\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6803\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6804\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6805\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6806\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6807\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "6808\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "6809\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6810\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6811\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "6812\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6813\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6814\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6815\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "6816\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "6817\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6818\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6819\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6820\n", - "pixel_share_below_median is: 0.38235294117647056\n", - "pixel_share_above_median is: 0.6176470588235294\n", - "Sprawl index is: 0.38235294117647056\n", - "6821\n", - "pixel_share_below_median is: 0.3939393939393939\n", - "pixel_share_above_median is: 0.6060606060606061\n", - "Sprawl index is: 0.3939393939393939\n", - "6822\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6823\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "6824\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "6825\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6826\n", - "pixel_share_below_median is: 0.30701754385964913\n", - "pixel_share_above_median is: 0.6929824561403509\n", - "Sprawl index is: 0.3070175438596491\n", - "6827\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6828\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6829\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6830\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6831\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6832\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6833\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6834\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6835\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "6836\n", - "pixel_share_below_median is: 0.28717948717948716\n", - "pixel_share_above_median is: 0.7128205128205128\n", - "Sprawl index is: 0.28717948717948716\n", - "6837\n", - "pixel_share_below_median is: 0.4634146341463415\n", - "pixel_share_above_median is: 0.5365853658536586\n", - "Sprawl index is: 0.46341463414634143\n", - "6838\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6839\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "6840\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6841\n", - "pixel_share_below_median is: 0.37142857142857144\n", - "pixel_share_above_median is: 0.6285714285714286\n", - "Sprawl index is: 0.37142857142857144\n", - "6842\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6843\n", - "pixel_share_below_median is: 0.39285714285714285\n", - "pixel_share_above_median is: 0.6071428571428571\n", - "Sprawl index is: 0.3928571428571429\n", - "6844\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6845\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6846\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6847\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6848\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6849\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6850\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6851\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "6852\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "6853\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6854\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6855\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6856\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "6857\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "6858\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6859\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6860\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6861\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6862\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "6863\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "6864\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6865\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6866\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6867\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "6868\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6869\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6870\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6871\n", - "pixel_share_below_median is: 0.38235294117647056\n", - "pixel_share_above_median is: 0.6176470588235294\n", - "Sprawl index is: 0.38235294117647056\n", - "6872\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6873\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6874\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6875\n", - "pixel_share_below_median is: 0.3502824858757062\n", - "pixel_share_above_median is: 0.6497175141242938\n", - "Sprawl index is: 0.3502824858757062\n", - "6876\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6877\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6878\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6879\n", - "pixel_share_below_median is: 0.425\n", - "pixel_share_above_median is: 0.575\n", - "Sprawl index is: 0.42500000000000004\n", - "6880\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "6881\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6882\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "6883\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6884\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6885\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6886\n", - "pixel_share_below_median is: 0.7741935483870968\n", - "pixel_share_above_median is: 0.22580645161290322\n", - "Sprawl index is: 0.7741935483870968\n", - "6887\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "6888\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6889\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6890\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "6891\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6892\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6893\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6894\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6895\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6896\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6897\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "6898\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6899\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6900\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6901\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6902\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6903\n", - "pixel_share_below_median is: 0.5416666666666666\n", - "pixel_share_above_median is: 0.4583333333333333\n", - "Sprawl index is: 0.5416666666666666\n", - "6904\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6905\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "6906\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6907\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6908\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6909\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6910\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6911\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "6912\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6913\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6914\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6915\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "6916\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6917\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "6918\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6919\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "6920\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "6921\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "6922\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6923\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6924\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6925\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6926\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6927\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6928\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "6929\n", - "pixel_share_below_median is: 0.6136363636363636\n", - "pixel_share_above_median is: 0.38636363636363635\n", - "Sprawl index is: 0.6136363636363636\n", - "6930\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "6931\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "6932\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "6933\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6934\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6935\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "6936\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6937\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6938\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6939\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6940\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6941\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "6942\n", - "pixel_share_below_median is: 0.6026785714285714\n", - "pixel_share_above_median is: 0.39732142857142855\n", - "Sprawl index is: 0.6026785714285714\n", - "6943\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "6944\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6945\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6946\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6947\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6948\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "6949\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "6950\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6951\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "6952\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "6953\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6954\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "6955\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "6956\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6957\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "6958\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6959\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "6960\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6961\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "6962\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6963\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "6964\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "6965\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6966\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6967\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "6968\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "6969\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "6970\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6971\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6972\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "6973\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6974\n", - "pixel_share_below_median is: 0.4888888888888889\n", - "pixel_share_above_median is: 0.5111111111111111\n", - "Sprawl index is: 0.48888888888888893\n", - "6975\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "6976\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "6977\n", - "pixel_share_below_median is: 0.6046511627906976\n", - "pixel_share_above_median is: 0.3953488372093023\n", - "Sprawl index is: 0.6046511627906976\n", - "6978\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6979\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6980\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "6981\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "6982\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6983\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6984\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "6985\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6986\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "6987\n", - "pixel_share_below_median is: 0.7741935483870968\n", - "pixel_share_above_median is: 0.22580645161290322\n", - "Sprawl index is: 0.7741935483870968\n", - "6988\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "6989\n", - "pixel_share_below_median is: 0.9230769230769231\n", - "pixel_share_above_median is: 0.07692307692307693\n", - "Sprawl index is: 0.9230769230769231\n", - "6990\n", - "pixel_share_below_median is: 0.4807692307692308\n", - "pixel_share_above_median is: 0.5192307692307693\n", - "Sprawl index is: 0.4807692307692307\n", - "6991\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "6992\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "6993\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "6994\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6995\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "6996\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "6997\n", - "pixel_share_below_median is: 0.8823529411764706\n", - "pixel_share_above_median is: 0.11764705882352941\n", - "Sprawl index is: 0.8823529411764706\n", - "6998\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "6999\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7000\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7001\n", - "pixel_share_below_median is: 0.8823529411764706\n", - "pixel_share_above_median is: 0.11764705882352941\n", - "Sprawl index is: 0.8823529411764706\n", - "7002\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7003\n", - "pixel_share_below_median is: 0.7058823529411765\n", - "pixel_share_above_median is: 0.29411764705882354\n", - "Sprawl index is: 0.7058823529411765\n", - "7004\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7005\n", - "pixel_share_below_median is: 0.27586206896551724\n", - "pixel_share_above_median is: 0.7241379310344828\n", - "Sprawl index is: 0.27586206896551724\n", - "7006\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7007\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7008\n", - "pixel_share_below_median is: 0.4246575342465753\n", - "pixel_share_above_median is: 0.5753424657534246\n", - "Sprawl index is: 0.4246575342465754\n", - "7009\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "7010\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7011\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "7012\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7013\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7014\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7015\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7016\n", - "pixel_share_below_median is: 0.85\n", - "pixel_share_above_median is: 0.15\n", - "Sprawl index is: 0.85\n", - "7017\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7018\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7019\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7020\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "7021\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7022\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7023\n", - "pixel_share_below_median is: 0.38095238095238093\n", - "pixel_share_above_median is: 0.6190476190476191\n", - "Sprawl index is: 0.38095238095238093\n", - "7024\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7025\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7026\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7027\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7028\n", - "pixel_share_below_median is: 0.3409090909090909\n", - "pixel_share_above_median is: 0.6590909090909091\n", - "Sprawl index is: 0.34090909090909094\n", - "7029\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7030\n", - "pixel_share_below_median is: 0.4888888888888889\n", - "pixel_share_above_median is: 0.5111111111111111\n", - "Sprawl index is: 0.48888888888888893\n", - "7031\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7032\n", - "pixel_share_below_median is: 0.2777777777777778\n", - "pixel_share_above_median is: 0.7222222222222222\n", - "Sprawl index is: 0.2777777777777778\n", - "7033\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7034\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7035\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7036\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "7037\n", - "pixel_share_below_median is: 0.6818181818181818\n", - "pixel_share_above_median is: 0.3181818181818182\n", - "Sprawl index is: 0.6818181818181818\n", - "7038\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "7039\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7040\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7041\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7042\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7043\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7044\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7045\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7046\n", - "pixel_share_below_median is: 0.39473684210526316\n", - "pixel_share_above_median is: 0.6052631578947368\n", - "Sprawl index is: 0.39473684210526316\n", - "7047\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7048\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "7049\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7050\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7051\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7052\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7053\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "7054\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "7055\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7056\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7057\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "7058\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7059\n", - "pixel_share_below_median is: 0.35294117647058826\n", - "pixel_share_above_median is: 0.6470588235294118\n", - "Sprawl index is: 0.3529411764705882\n", - "7060\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7061\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "7062\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7063\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7064\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7065\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7066\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7067\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7068\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7069\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "7070\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7071\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7072\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "7073\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7074\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7075\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "7076\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "7077\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7078\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "7079\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7080\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7081\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "7082\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7083\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7084\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7085\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7086\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7087\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7088\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7089\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7090\n", - "pixel_share_below_median is: 0.41379310344827586\n", - "pixel_share_above_median is: 0.5862068965517241\n", - "Sprawl index is: 0.4137931034482759\n", - "7091\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7092\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7093\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7094\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7095\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7096\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7097\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7098\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7099\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7100\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7101\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7102\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "7103\n", - "pixel_share_below_median is: 0.41935483870967744\n", - "pixel_share_above_median is: 0.5806451612903226\n", - "Sprawl index is: 0.4193548387096774\n", - "7104\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7105\n", - "pixel_share_below_median is: 0.6535947712418301\n", - "pixel_share_above_median is: 0.3464052287581699\n", - "Sprawl index is: 0.6535947712418301\n", - "7106\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7107\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7108\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7109\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7110\n", - "pixel_share_below_median is: 0.2847222222222222\n", - "pixel_share_above_median is: 0.7152777777777778\n", - "Sprawl index is: 0.2847222222222222\n", - "7111\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "7112\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "7113\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "7114\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "7115\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7116\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7117\n", - "pixel_share_below_median is: 0.22929936305732485\n", - "pixel_share_above_median is: 0.7707006369426752\n", - "Sprawl index is: 0.2292993630573248\n", - "7118\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7119\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7120\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7121\n", - "pixel_share_below_median is: 0.4666666666666667\n", - "pixel_share_above_median is: 0.5333333333333333\n", - "Sprawl index is: 0.4666666666666667\n", - "7122\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "7123\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7124\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7125\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7126\n", - "pixel_share_below_median is: 0.22580645161290322\n", - "pixel_share_above_median is: 0.7741935483870968\n", - "Sprawl index is: 0.22580645161290325\n", - "7127\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7128\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "7129\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7130\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "7131\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "7132\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7133\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "7134\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7135\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7136\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7137\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7138\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7139\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7140\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7141\n", - "pixel_share_below_median is: 0.4230769230769231\n", - "pixel_share_above_median is: 0.5769230769230769\n", - "Sprawl index is: 0.42307692307692313\n", - "7142\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7143\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7144\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "7145\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7146\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "7147\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7148\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7149\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "7150\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7151\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7152\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7153\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7154\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "7155\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7156\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7157\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7158\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7159\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7160\n", - "pixel_share_below_median is: 0.7096774193548387\n", - "pixel_share_above_median is: 0.2903225806451613\n", - "Sprawl index is: 0.7096774193548387\n", - "7161\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "7162\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "7163\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7164\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7165\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "7166\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7167\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "7168\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7169\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7170\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7171\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7172\n", - "pixel_share_below_median is: 0.7307692307692307\n", - "pixel_share_above_median is: 0.2692307692307692\n", - "Sprawl index is: 0.7307692307692307\n", - "7173\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "7174\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7175\n", - "pixel_share_below_median is: 0.48\n", - "pixel_share_above_median is: 0.52\n", - "Sprawl index is: 0.48\n", - "7176\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7177\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7178\n", - "pixel_share_below_median is: 0.3181818181818182\n", - "pixel_share_above_median is: 0.6818181818181818\n", - "Sprawl index is: 0.31818181818181823\n", - "7179\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "7180\n", - "pixel_share_below_median is: 0.4722222222222222\n", - "pixel_share_above_median is: 0.5277777777777778\n", - "Sprawl index is: 0.4722222222222222\n", - "7181\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7182\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "7183\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7184\n", - "pixel_share_below_median is: 0.5161290322580645\n", - "pixel_share_above_median is: 0.4838709677419355\n", - "Sprawl index is: 0.5161290322580645\n", - "7185\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7186\n", - "pixel_share_below_median is: 0.3055555555555556\n", - "pixel_share_above_median is: 0.6944444444444444\n", - "Sprawl index is: 0.3055555555555556\n", - "7187\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7188\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "7189\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7190\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "7191\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7192\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7193\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7194\n", - "pixel_share_below_median is: 0.28125\n", - "pixel_share_above_median is: 0.71875\n", - "Sprawl index is: 0.28125\n", - "7195\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "7196\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "7197\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7198\n", - "pixel_share_below_median is: 0.41379310344827586\n", - "pixel_share_above_median is: 0.5862068965517241\n", - "Sprawl index is: 0.4137931034482759\n", - "7199\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7200\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7201\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7202\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7203\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7204\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7205\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7206\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7207\n", - "pixel_share_below_median is: 0.35135135135135137\n", - "pixel_share_above_median is: 0.6486486486486487\n", - "Sprawl index is: 0.3513513513513513\n", - "7208\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "7209\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7210\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7211\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7212\n", - "pixel_share_below_median is: 0.5469387755102041\n", - "pixel_share_above_median is: 0.4530612244897959\n", - "Sprawl index is: 0.5469387755102041\n", - "7213\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7214\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7215\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7216\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7217\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7218\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7219\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7220\n", - "pixel_share_below_median is: 0.78125\n", - "pixel_share_above_median is: 0.21875\n", - "Sprawl index is: 0.78125\n", - "7221\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "7222\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "7223\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7224\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "7225\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7226\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "7227\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7228\n", - "pixel_share_below_median is: 0.3743218806509946\n", - "pixel_share_above_median is: 0.6256781193490054\n", - "Sprawl index is: 0.3743218806509946\n", - "7229\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7230\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7231\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7232\n", - "pixel_share_below_median is: 0.5333333333333333\n", - "pixel_share_above_median is: 0.4666666666666667\n", - "Sprawl index is: 0.5333333333333333\n", - "7233\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7234\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7235\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7236\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7237\n", - "pixel_share_below_median is: 0.5925925925925926\n", - "pixel_share_above_median is: 0.4074074074074074\n", - "Sprawl index is: 0.5925925925925926\n", - "7238\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7239\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7240\n", - "pixel_share_below_median is: 0.2765957446808511\n", - "pixel_share_above_median is: 0.723404255319149\n", - "Sprawl index is: 0.276595744680851\n", - "7241\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "7242\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7243\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7244\n", - "pixel_share_below_median is: 0.5217391304347826\n", - "pixel_share_above_median is: 0.4782608695652174\n", - "Sprawl index is: 0.5217391304347826\n", - "7245\n", - "pixel_share_below_median is: 0.8666666666666667\n", - "pixel_share_above_median is: 0.13333333333333333\n", - "Sprawl index is: 0.8666666666666667\n", - "7246\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7247\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7248\n", - "pixel_share_below_median is: 0.3548387096774194\n", - "pixel_share_above_median is: 0.6451612903225806\n", - "Sprawl index is: 0.3548387096774194\n", - "7249\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7250\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7251\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7252\n", - "pixel_share_below_median is: 0.32710280373831774\n", - "pixel_share_above_median is: 0.6728971962616822\n", - "Sprawl index is: 0.3271028037383178\n", - "7253\n", - "pixel_share_below_median is: 0.3902439024390244\n", - "pixel_share_above_median is: 0.6097560975609756\n", - "Sprawl index is: 0.3902439024390244\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7254\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7255\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7256\n", - "pixel_share_below_median is: 0.9375\n", - "pixel_share_above_median is: 0.0625\n", - "Sprawl index is: 0.9375\n", - "7257\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7258\n", - "pixel_share_below_median is: 0.8095238095238095\n", - "pixel_share_above_median is: 0.19047619047619047\n", - "Sprawl index is: 0.8095238095238095\n", - "7259\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7260\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7261\n", - "pixel_share_below_median is: 0.24242424242424243\n", - "pixel_share_above_median is: 0.7575757575757576\n", - "Sprawl index is: 0.24242424242424243\n", - "7262\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7263\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "7264\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7265\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7266\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7267\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7268\n", - "pixel_share_below_median is: 0.8695652173913043\n", - "pixel_share_above_median is: 0.13043478260869565\n", - "Sprawl index is: 0.8695652173913043\n", - "7269\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7270\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7271\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7272\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7273\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7274\n", - "pixel_share_below_median is: 0.3023255813953488\n", - "pixel_share_above_median is: 0.6976744186046512\n", - "Sprawl index is: 0.3023255813953488\n", - "7275\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "7276\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7277\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7278\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7279\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7280\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7281\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7282\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7283\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7284\n", - "pixel_share_below_median is: 0.8983050847457628\n", - "pixel_share_above_median is: 0.1016949152542373\n", - "Sprawl index is: 0.8983050847457628\n", - "7285\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7286\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7287\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7288\n", - "pixel_share_below_median is: 0.4318181818181818\n", - "pixel_share_above_median is: 0.5681818181818182\n", - "Sprawl index is: 0.43181818181818177\n", - "7289\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7290\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7291\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7292\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7293\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7294\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7295\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7296\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7297\n", - "pixel_share_below_median is: 0.37037037037037035\n", - "pixel_share_above_median is: 0.6296296296296297\n", - "Sprawl index is: 0.37037037037037035\n", - "7298\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7299\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7300\n", - "pixel_share_below_median is: 0.38235294117647056\n", - "pixel_share_above_median is: 0.6176470588235294\n", - "Sprawl index is: 0.38235294117647056\n", - "7301\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7302\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7303\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7304\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7305\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7306\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7307\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7308\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "7309\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7310\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "7311\n", - "pixel_share_below_median is: 0.2860520094562648\n", - "pixel_share_above_median is: 0.7139479905437353\n", - "Sprawl index is: 0.28605200945626474\n", - "7312\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7313\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "7314\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "7315\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7316\n", - "pixel_share_below_median is: 0.453781512605042\n", - "pixel_share_above_median is: 0.5462184873949579\n", - "Sprawl index is: 0.45378151260504207\n", - "7317\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7318\n", - "pixel_share_below_median is: 0.20224719101123595\n", - "pixel_share_above_median is: 0.797752808988764\n", - "Sprawl index is: 0.202247191011236\n", - "7319\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "7320\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7321\n", - "pixel_share_below_median is: 0.5428571428571428\n", - "pixel_share_above_median is: 0.45714285714285713\n", - "Sprawl index is: 0.5428571428571428\n", - "7322\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7323\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7324\n", - "pixel_share_below_median is: 0.4583333333333333\n", - "pixel_share_above_median is: 0.5416666666666666\n", - "Sprawl index is: 0.45833333333333337\n", - "7325\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7326\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7327\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7328\n", - "pixel_share_below_median is: 0.44\n", - "pixel_share_above_median is: 0.56\n", - "Sprawl index is: 0.43999999999999995\n", - "7329\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "7330\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7331\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "7332\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7333\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "7334\n", - "pixel_share_below_median is: 0.425531914893617\n", - "pixel_share_above_median is: 0.574468085106383\n", - "Sprawl index is: 0.42553191489361697\n", - "7335\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "7336\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "7337\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7338\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "7339\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7340\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7341\n", - "pixel_share_below_median is: 0.3448275862068966\n", - "pixel_share_above_median is: 0.6551724137931034\n", - "Sprawl index is: 0.3448275862068966\n", - "7342\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7343\n", - "pixel_share_below_median is: 0.39285714285714285\n", - "pixel_share_above_median is: 0.6071428571428571\n", - "Sprawl index is: 0.3928571428571429\n", - "7344\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7345\n", - "pixel_share_below_median is: 0.2222222222222222\n", - "pixel_share_above_median is: 0.7777777777777778\n", - "Sprawl index is: 0.2222222222222222\n", - "7346\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7347\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7348\n", - "pixel_share_below_median is: 0.43478260869565216\n", - "pixel_share_above_median is: 0.5652173913043478\n", - "Sprawl index is: 0.4347826086956522\n", - "7349\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7350\n", - "pixel_share_below_median is: 0.7857142857142857\n", - "pixel_share_above_median is: 0.21428571428571427\n", - "Sprawl index is: 0.7857142857142857\n", - "7351\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7352\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7353\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7354\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7355\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7356\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7357\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7358\n", - "pixel_share_below_median is: 0.6818181818181818\n", - "pixel_share_above_median is: 0.3181818181818182\n", - "Sprawl index is: 0.6818181818181818\n", - "7359\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7360\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7361\n", - "pixel_share_below_median is: 0.3898305084745763\n", - "pixel_share_above_median is: 0.6101694915254238\n", - "Sprawl index is: 0.38983050847457623\n", - "7362\n", - "pixel_share_below_median is: 0.96\n", - "pixel_share_above_median is: 0.04\n", - "Sprawl index is: 0.96\n", - "7363\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7364\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7365\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7366\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "7367\n", - "pixel_share_below_median is: 0.5483870967741935\n", - "pixel_share_above_median is: 0.45161290322580644\n", - "Sprawl index is: 0.5483870967741935\n", - "7368\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7369\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7370\n", - "pixel_share_below_median is: 0.68\n", - "pixel_share_above_median is: 0.32\n", - "Sprawl index is: 0.68\n", - "7371\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7372\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7373\n", - "pixel_share_below_median is: 0.4318181818181818\n", - "pixel_share_above_median is: 0.5681818181818182\n", - "Sprawl index is: 0.43181818181818177\n", - "7374\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7375\n", - "pixel_share_below_median is: 0.6129032258064516\n", - "pixel_share_above_median is: 0.3870967741935484\n", - "Sprawl index is: 0.6129032258064516\n", - "7376\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7377\n", - "pixel_share_below_median is: 0.27906976744186046\n", - "pixel_share_above_median is: 0.7209302325581395\n", - "Sprawl index is: 0.2790697674418605\n", - "7378\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "7379\n", - "pixel_share_below_median is: 0.36666666666666664\n", - "pixel_share_above_median is: 0.6333333333333333\n", - "Sprawl index is: 0.3666666666666667\n", - "7380\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "7381\n", - "pixel_share_below_median is: 0.2903225806451613\n", - "pixel_share_above_median is: 0.7096774193548387\n", - "Sprawl index is: 0.29032258064516125\n", - "7382\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7383\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7384\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7385\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7386\n", - "pixel_share_below_median is: 0.6842105263157895\n", - "pixel_share_above_median is: 0.3157894736842105\n", - "Sprawl index is: 0.6842105263157895\n", - "7387\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7388\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7389\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7390\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7391\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7392\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7393\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7394\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7395\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7396\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7397\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "7398\n", - "pixel_share_below_median is: 0.45161290322580644\n", - "pixel_share_above_median is: 0.5483870967741935\n", - "Sprawl index is: 0.4516129032258065\n", - "7399\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7400\n", - "pixel_share_below_median is: 0.4827586206896552\n", - "pixel_share_above_median is: 0.5172413793103449\n", - "Sprawl index is: 0.48275862068965514\n", - "7401\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7402\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7403\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7404\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7405\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7406\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7407\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7408\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7409\n", - "pixel_share_below_median is: 0.48484848484848486\n", - "pixel_share_above_median is: 0.5151515151515151\n", - "Sprawl index is: 0.48484848484848486\n", - "7410\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7411\n", - "pixel_share_below_median is: 0.5909090909090909\n", - "pixel_share_above_median is: 0.4090909090909091\n", - "Sprawl index is: 0.5909090909090909\n", - "7412\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7413\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7414\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7415\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7416\n", - "pixel_share_below_median is: 0.7037037037037037\n", - "pixel_share_above_median is: 0.2962962962962963\n", - "Sprawl index is: 0.7037037037037037\n", - "7417\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "7418\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7419\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7420\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7421\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7422\n", - "pixel_share_below_median is: 0.3018867924528302\n", - "pixel_share_above_median is: 0.6981132075471698\n", - "Sprawl index is: 0.30188679245283023\n", - "7423\n", - "pixel_share_below_median is: 0.6153846153846154\n", - "pixel_share_above_median is: 0.38461538461538464\n", - "Sprawl index is: 0.6153846153846154\n", - "7424\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7425\n", - "pixel_share_below_median is: 0.6956521739130435\n", - "pixel_share_above_median is: 0.30434782608695654\n", - "Sprawl index is: 0.6956521739130435\n", - "7426\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "7427\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7428\n", - "pixel_share_below_median is: 0.6190476190476191\n", - "pixel_share_above_median is: 0.38095238095238093\n", - "Sprawl index is: 0.6190476190476191\n", - "7429\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7430\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7431\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7432\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "7433\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7434\n", - "pixel_share_below_median is: 0.3076923076923077\n", - "pixel_share_above_median is: 0.6923076923076923\n", - "Sprawl index is: 0.3076923076923077\n", - "7435\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7436\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "7437\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7438\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7439\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7440\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7441\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7442\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7443\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7444\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7445\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7446\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7447\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7448\n", - "pixel_share_below_median is: 0.47368421052631576\n", - "pixel_share_above_median is: 0.5263157894736842\n", - "Sprawl index is: 0.4736842105263158\n", - "7449\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7450\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7451\n", - "pixel_share_below_median is: 0.2708333333333333\n", - "pixel_share_above_median is: 0.7291666666666666\n", - "Sprawl index is: 0.27083333333333337\n", - "7452\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7453\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7454\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7455\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7456\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7457\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7458\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7459\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7460\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7461\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7462\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "7463\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.4186046511627907\n", - "pixel_share_above_median is: 0.5813953488372093\n", - "Sprawl index is: 0.41860465116279066\n", - "7464\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7465\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7466\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "7467\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "7468\n", - "pixel_share_below_median is: 0.2926829268292683\n", - "pixel_share_above_median is: 0.7073170731707317\n", - "Sprawl index is: 0.29268292682926833\n", - "7469\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7470\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7471\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7472\n", - "pixel_share_below_median is: 0.3446327683615819\n", - "pixel_share_above_median is: 0.655367231638418\n", - "Sprawl index is: 0.34463276836158196\n", - "7473\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7474\n", - "pixel_share_below_median is: 0.35714285714285715\n", - "pixel_share_above_median is: 0.6428571428571429\n", - "Sprawl index is: 0.3571428571428571\n", - "7475\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7476\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7477\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7478\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7479\n", - "pixel_share_below_median is: 0.53125\n", - "pixel_share_above_median is: 0.46875\n", - "Sprawl index is: 0.53125\n", - "7480\n", - "pixel_share_below_median is: 0.20512820512820512\n", - "pixel_share_above_median is: 0.7948717948717948\n", - "Sprawl index is: 0.20512820512820518\n", - "7481\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "7482\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7483\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "7484\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7485\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7486\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7487\n", - "pixel_share_below_median is: 0.5625\n", - "pixel_share_above_median is: 0.4375\n", - "Sprawl index is: 0.5625\n", - "7488\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7489\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "7490\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7491\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7492\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7493\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7494\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7495\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7496\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7497\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7498\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7499\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7500\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7501\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7502\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "7503\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "7504\n", - "pixel_share_below_median is: 0.37037037037037035\n", - "pixel_share_above_median is: 0.6296296296296297\n", - "Sprawl index is: 0.37037037037037035\n", - "7505\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7506\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7507\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7508\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7509\n", - "pixel_share_below_median is: 0.6521739130434783\n", - "pixel_share_above_median is: 0.34782608695652173\n", - "Sprawl index is: 0.6521739130434783\n", - "7510\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7511\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7512\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7513\n", - "pixel_share_below_median is: 0.7083333333333334\n", - "pixel_share_above_median is: 0.2916666666666667\n", - "Sprawl index is: 0.7083333333333334\n", - "7514\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7515\n", - "pixel_share_below_median is: 0.3389121338912134\n", - "pixel_share_above_median is: 0.6610878661087866\n", - "Sprawl index is: 0.33891213389121344\n", - "7516\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7517\n", - "pixel_share_below_median is: 0.5609756097560976\n", - "pixel_share_above_median is: 0.43902439024390244\n", - "Sprawl index is: 0.5609756097560976\n", - "7518\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7519\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "7520\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7521\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7522\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7523\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7524\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7525\n", - "pixel_share_below_median is: 0.47058823529411764\n", - "pixel_share_above_median is: 0.5294117647058824\n", - "Sprawl index is: 0.47058823529411764\n", - "7526\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7527\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7528\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7529\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7530\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7531\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7532\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7533\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7534\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7535\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7536\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7537\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7538\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7539\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7540\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7541\n", - "pixel_share_below_median is: 0.29906542056074764\n", - "pixel_share_above_median is: 0.7009345794392523\n", - "Sprawl index is: 0.2990654205607477\n", - "7542\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7543\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "7544\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7545\n", - "pixel_share_below_median is: 0.3829787234042553\n", - "pixel_share_above_median is: 0.6170212765957447\n", - "Sprawl index is: 0.3829787234042553\n", - "7546\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7547\n", - "pixel_share_below_median is: 0.3888888888888889\n", - "pixel_share_above_median is: 0.6111111111111112\n", - "Sprawl index is: 0.38888888888888884\n", - "7548\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7549\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "7550\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7551\n", - "pixel_share_below_median is: 0.2896174863387978\n", - "pixel_share_above_median is: 0.7103825136612022\n", - "Sprawl index is: 0.2896174863387978\n", - "7552\n", - "pixel_share_below_median is: 0.49122807017543857\n", - "pixel_share_above_median is: 0.5087719298245614\n", - "Sprawl index is: 0.49122807017543857\n", - "7553\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7554\n", - "pixel_share_below_median is: 0.4838709677419355\n", - "pixel_share_above_median is: 0.5161290322580645\n", - "Sprawl index is: 0.4838709677419355\n", - "7555\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7556\n", - "pixel_share_below_median is: 0.328125\n", - "pixel_share_above_median is: 0.671875\n", - "Sprawl index is: 0.328125\n", - "7557\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7558\n", - "pixel_share_below_median is: 0.4838709677419355\n", - "pixel_share_above_median is: 0.5161290322580645\n", - "Sprawl index is: 0.4838709677419355\n", - "7559\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7560\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "7561\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7562\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7563\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7564\n", - "pixel_share_below_median is: 0.2087378640776699\n", - "pixel_share_above_median is: 0.7912621359223301\n", - "Sprawl index is: 0.20873786407766992\n", - "7565\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7566\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7567\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7568\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7569\n", - "pixel_share_below_median is: 0.5357142857142857\n", - "pixel_share_above_median is: 0.4642857142857143\n", - "Sprawl index is: 0.5357142857142857\n", - "7570\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7571\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7572\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7573\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7574\n", - "pixel_share_below_median is: 0.24324324324324326\n", - "pixel_share_above_median is: 0.7567567567567568\n", - "Sprawl index is: 0.2432432432432432\n", - "7575\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "7576\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7577\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7578\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7579\n", - "pixel_share_below_median is: 0.2814569536423841\n", - "pixel_share_above_median is: 0.7185430463576159\n", - "Sprawl index is: 0.2814569536423841\n", - "7580\n", - "pixel_share_below_median is: 0.3018867924528302\n", - "pixel_share_above_median is: 0.6981132075471698\n", - "Sprawl index is: 0.30188679245283023\n", - "7581\n", - "pixel_share_below_median is: 0.5882352941176471\n", - "pixel_share_above_median is: 0.4117647058823529\n", - "Sprawl index is: 0.5882352941176471\n", - "7582\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7583\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7584\n", - "pixel_share_below_median is: 0.41509433962264153\n", - "pixel_share_above_median is: 0.5849056603773585\n", - "Sprawl index is: 0.41509433962264153\n", - "7585\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7586\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7587\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7588\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7589\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7590\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "7591\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7592\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7593\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "7594\n", - "pixel_share_below_median is: 0.24675324675324675\n", - "pixel_share_above_median is: 0.7532467532467533\n", - "Sprawl index is: 0.24675324675324672\n", - "7595\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7596\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7597\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7598\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7599\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7600\n", - "pixel_share_below_median is: 0.2727272727272727\n", - "pixel_share_above_median is: 0.7272727272727273\n", - "Sprawl index is: 0.2727272727272727\n", - "7601\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7602\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7603\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "7604\n", - "pixel_share_below_median is: 0.5636363636363636\n", - "pixel_share_above_median is: 0.43636363636363634\n", - "Sprawl index is: 0.5636363636363636\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7605\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7606\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7607\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7608\n", - "pixel_share_below_median is: 0.5365853658536586\n", - "pixel_share_above_median is: 0.4634146341463415\n", - "Sprawl index is: 0.5365853658536586\n", - "7609\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7610\n", - "pixel_share_below_median is: 0.42105263157894735\n", - "pixel_share_above_median is: 0.5789473684210527\n", - "Sprawl index is: 0.42105263157894735\n", - "7611\n", - "pixel_share_below_median is: 0.4838709677419355\n", - "pixel_share_above_median is: 0.5161290322580645\n", - "Sprawl index is: 0.4838709677419355\n", - "7612\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7613\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7614\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7615\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7616\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "7617\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7618\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7619\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7620\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7621\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7622\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7623\n", - "pixel_share_below_median is: 0.7619047619047619\n", - "pixel_share_above_median is: 0.23809523809523808\n", - "Sprawl index is: 0.7619047619047619\n", - "7624\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "7625\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7626\n", - "pixel_share_below_median is: 0.23076923076923078\n", - "pixel_share_above_median is: 0.7692307692307693\n", - "Sprawl index is: 0.23076923076923073\n", - "7627\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7628\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "7629\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7630\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7631\n", - "pixel_share_below_median is: 0.9411764705882353\n", - "pixel_share_above_median is: 0.058823529411764705\n", - "Sprawl index is: 0.9411764705882353\n", - "7632\n", - "pixel_share_below_median is: 0.28\n", - "pixel_share_above_median is: 0.72\n", - "Sprawl index is: 0.28\n", - "7633\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7634\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7635\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7636\n", - "pixel_share_below_median is: 0.7692307692307693\n", - "pixel_share_above_median is: 0.23076923076923078\n", - "Sprawl index is: 0.7692307692307693\n", - "7637\n", - "pixel_share_below_median is: 0.48148148148148145\n", - "pixel_share_above_median is: 0.5185185185185185\n", - "Sprawl index is: 0.4814814814814815\n", - "7638\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7639\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7640\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7641\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7642\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7643\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7644\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7645\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7646\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7647\n", - "pixel_share_below_median is: 0.68\n", - "pixel_share_above_median is: 0.32\n", - "Sprawl index is: 0.68\n", - "7648\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7649\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7650\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7651\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7652\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7653\n", - "pixel_share_below_median is: 0.6086956521739131\n", - "pixel_share_above_median is: 0.391304347826087\n", - "Sprawl index is: 0.6086956521739131\n", - "7654\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "7655\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "7656\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7657\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7658\n", - "pixel_share_below_median is: 0.5925925925925926\n", - "pixel_share_above_median is: 0.4074074074074074\n", - "Sprawl index is: 0.5925925925925926\n", - "7659\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7660\n", - "pixel_share_below_median is: 0.52\n", - "pixel_share_above_median is: 0.48\n", - "Sprawl index is: 0.52\n", - "7661\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7662\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7663\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "7664\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7665\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "7666\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7667\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7668\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7669\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7670\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "7671\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7672\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7673\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "7674\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7675\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7676\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7677\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7678\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7679\n", - "pixel_share_below_median is: 0.2483221476510067\n", - "pixel_share_above_median is: 0.7516778523489933\n", - "Sprawl index is: 0.24832214765100669\n", - "7680\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7681\n", - "pixel_share_below_median is: 0.2550335570469799\n", - "pixel_share_above_median is: 0.7449664429530202\n", - "Sprawl index is: 0.25503355704697983\n", - "7682\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7683\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7684\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7685\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "7686\n", - "pixel_share_below_median is: 0.5294117647058824\n", - "pixel_share_above_median is: 0.47058823529411764\n", - "Sprawl index is: 0.5294117647058824\n", - "7687\n", - "pixel_share_below_median is: 0.3783783783783784\n", - "pixel_share_above_median is: 0.6216216216216216\n", - "Sprawl index is: 0.3783783783783784\n", - "7688\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7689\n", - "pixel_share_below_median is: 0.5263157894736842\n", - "pixel_share_above_median is: 0.47368421052631576\n", - "Sprawl index is: 0.5263157894736842\n", - "7690\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7691\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7692\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7693\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7694\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7695\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7696\n", - "pixel_share_below_median is: 0.2674897119341564\n", - "pixel_share_above_median is: 0.7325102880658436\n", - "Sprawl index is: 0.2674897119341564\n", - "7697\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7698\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7699\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7700\n", - "pixel_share_below_median is: 0.4375\n", - "pixel_share_above_median is: 0.5625\n", - "Sprawl index is: 0.4375\n", - "7701\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7702\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7703\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7704\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7705\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7706\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7707\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "7708\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7709\n", - "pixel_share_below_median is: 0.287292817679558\n", - "pixel_share_above_median is: 0.712707182320442\n", - "Sprawl index is: 0.28729281767955805\n", - "7710\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7711\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7712\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7713\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7714\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "7715\n", - "pixel_share_below_median is: 0.359375\n", - "pixel_share_above_median is: 0.640625\n", - "Sprawl index is: 0.359375\n", - "7716\n", - "pixel_share_below_median is: 0.8214285714285714\n", - "pixel_share_above_median is: 0.17857142857142858\n", - "Sprawl index is: 0.8214285714285714\n", - "7717\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7718\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7719\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7720\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7721\n", - "pixel_share_below_median is: 0.3\n", - "pixel_share_above_median is: 0.7\n", - "Sprawl index is: 0.30000000000000004\n", - "7722\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7723\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7724\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7725\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "7726\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7727\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7728\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7729\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7730\n", - "pixel_share_below_median is: 0.6111111111111112\n", - "pixel_share_above_median is: 0.3888888888888889\n", - "Sprawl index is: 0.6111111111111112\n", - "7731\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7732\n", - "pixel_share_below_median is: 0.34782608695652173\n", - "pixel_share_above_median is: 0.6521739130434783\n", - "Sprawl index is: 0.34782608695652173\n", - "7733\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7734\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "7735\n", - "pixel_share_below_median is: 0.7727272727272727\n", - "pixel_share_above_median is: 0.22727272727272727\n", - "Sprawl index is: 0.7727272727272727\n", - "7736\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "7737\n", - "pixel_share_below_median is: 0.4176470588235294\n", - "pixel_share_above_median is: 0.5823529411764706\n", - "Sprawl index is: 0.41764705882352937\n", - "7738\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7739\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7740\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7741\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7742\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7743\n", - "pixel_share_below_median is: 0.0\n", - "pixel_share_above_median is: 1.0\n", - "Sprawl index is: 0.0\n", - "7744\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7745\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7746\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7747\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "7748\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7749\n", - "pixel_share_below_median is: 0.22105263157894736\n", - "pixel_share_above_median is: 0.7789473684210526\n", - "Sprawl index is: 0.2210526315789474\n", - "7750\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7751\n", - "pixel_share_below_median is: 0.28440366972477066\n", - "pixel_share_above_median is: 0.7155963302752294\n", - "Sprawl index is: 0.2844036697247706\n", - "7752\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7753\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7754\n", - "pixel_share_below_median is: 0.2\n", - "pixel_share_above_median is: 0.8\n", - "Sprawl index is: 0.19999999999999996\n", - "7755\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7756\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7757\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7758\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7759\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7760\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "7761\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7762\n", - "pixel_share_below_median is: 0.14285714285714285\n", - "pixel_share_above_median is: 0.8571428571428571\n", - "Sprawl index is: 0.1428571428571429\n", - "7763\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7764\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7765\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7766\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7767\n", - "pixel_share_below_median is: 0.64\n", - "pixel_share_above_median is: 0.36\n", - "Sprawl index is: 0.64\n", - "7768\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7769\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7770\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7771\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7772\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7773\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7774\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7775\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7776\n", - "pixel_share_below_median is: 0.3684210526315789\n", - "pixel_share_above_median is: 0.631578947368421\n", - "Sprawl index is: 0.368421052631579\n", - "7777\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7778\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7779\n", - "pixel_share_below_median is: 0.328125\n", - "pixel_share_above_median is: 0.671875\n", - "Sprawl index is: 0.328125\n", - "7780\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7781\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7782\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7783\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7784\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7785\n", - "pixel_share_below_median is: 0.5666666666666667\n", - "pixel_share_above_median is: 0.43333333333333335\n", - "Sprawl index is: 0.5666666666666667\n", - "7786\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7787\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7788\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "7789\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "7790\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7791\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7792\n", - "pixel_share_below_median is: 0.8461538461538461\n", - "pixel_share_above_median is: 0.15384615384615385\n", - "Sprawl index is: 0.8461538461538461\n", - "7793\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7794\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7795\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7796\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7797\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7798\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7799\n", - "pixel_share_below_median is: 0.5789473684210527\n", - "pixel_share_above_median is: 0.42105263157894735\n", - "Sprawl index is: 0.5789473684210527\n", - "7800\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7801\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7802\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7803\n", - "pixel_share_below_median is: 0.7727272727272727\n", - "pixel_share_above_median is: 0.22727272727272727\n", - "Sprawl index is: 0.7727272727272727\n", - "7804\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7805\n", - "pixel_share_below_median is: 0.45652173913043476\n", - "pixel_share_above_median is: 0.5434782608695652\n", - "Sprawl index is: 0.4565217391304348\n", - "7806\n", - "pixel_share_below_median is: 0.16666666666666666\n", - "pixel_share_above_median is: 0.8333333333333334\n", - "Sprawl index is: 0.16666666666666663\n", - "7807\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7808\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7809\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7810\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7811\n", - "pixel_share_below_median is: 0.4074074074074074\n", - "pixel_share_above_median is: 0.5925925925925926\n", - "Sprawl index is: 0.40740740740740744\n", - "7812\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7813\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7814\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7815\n", - "pixel_share_below_median is: 0.6944444444444444\n", - "pixel_share_above_median is: 0.3055555555555556\n", - "Sprawl index is: 0.6944444444444444\n", - "7816\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7817\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7818\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7819\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7820\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "7821\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "7822\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7823\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7824\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7825\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7826\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7827\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7828\n", - "pixel_share_below_median is: 0.9090909090909091\n", - "pixel_share_above_median is: 0.09090909090909091\n", - "Sprawl index is: 0.9090909090909091\n", - "7829\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7830\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7831\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7832\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7833\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7834\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7835\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7836\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "7837\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7838\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7839\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7840\n", - "pixel_share_below_median is: 0.46153846153846156\n", - "pixel_share_above_median is: 0.5384615384615384\n", - "Sprawl index is: 0.46153846153846156\n", - "7841\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7842\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7843\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7844\n", - "pixel_share_below_median is: 0.38461538461538464\n", - "pixel_share_above_median is: 0.6153846153846154\n", - "Sprawl index is: 0.3846153846153846\n", - "7845\n", - "pixel_share_below_median is: 0.4444444444444444\n", - "pixel_share_above_median is: 0.5555555555555556\n", - "Sprawl index is: 0.4444444444444444\n", - "7846\n", - "pixel_share_below_median is: 0.8235294117647058\n", - "pixel_share_above_median is: 0.17647058823529413\n", - "Sprawl index is: 0.8235294117647058\n", - "7847\n", - "pixel_share_below_median is: 0.631578947368421\n", - "pixel_share_above_median is: 0.3684210526315789\n", - "Sprawl index is: 0.631578947368421\n", - "7848\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7849\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7850\n", - "pixel_share_below_median is: 0.3548387096774194\n", - "pixel_share_above_median is: 0.6451612903225806\n", - "Sprawl index is: 0.3548387096774194\n", - "7851\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "pixel_share_below_median is: 0.3783783783783784\n", - "pixel_share_above_median is: 0.6216216216216216\n", - "Sprawl index is: 0.3783783783783784\n", - "7852\n", - "pixel_share_below_median is: 0.36363636363636365\n", - "pixel_share_above_median is: 0.6363636363636364\n", - "Sprawl index is: 0.36363636363636365\n", - "7853\n", - "pixel_share_below_median is: 0.7272727272727273\n", - "pixel_share_above_median is: 0.2727272727272727\n", - "Sprawl index is: 0.7272727272727273\n", - "7854\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7855\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7856\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7857\n", - "pixel_share_below_median is: 0.39705882352941174\n", - "pixel_share_above_median is: 0.6029411764705882\n", - "Sprawl index is: 0.3970588235294118\n", - "7858\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7859\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7860\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7861\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7862\n", - "pixel_share_below_median is: 0.7647058823529411\n", - "pixel_share_above_median is: 0.23529411764705882\n", - "Sprawl index is: 0.7647058823529411\n", - "7863\n", - "pixel_share_below_median is: 0.8125\n", - "pixel_share_above_median is: 0.1875\n", - "Sprawl index is: 0.8125\n", - "7864\n", - "pixel_share_below_median is: 0.24489795918367346\n", - "pixel_share_above_median is: 0.7551020408163265\n", - "Sprawl index is: 0.24489795918367352\n", - "7865\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7866\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7867\n", - "pixel_share_below_median is: 0.38636363636363635\n", - "pixel_share_above_median is: 0.6136363636363636\n", - "Sprawl index is: 0.38636363636363635\n", - "7868\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7869\n", - "pixel_share_below_median is: 0.22857142857142856\n", - "pixel_share_above_median is: 0.7714285714285715\n", - "Sprawl index is: 0.22857142857142854\n", - "7870\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7871\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7872\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7873\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7874\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "7875\n", - "pixel_share_below_median is: 0.65\n", - "pixel_share_above_median is: 0.35\n", - "Sprawl index is: 0.65\n", - "7876\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7877\n", - "pixel_share_below_median is: 0.5555555555555556\n", - "pixel_share_above_median is: 0.4444444444444444\n", - "Sprawl index is: 0.5555555555555556\n", - "7878\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "7879\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7880\n", - "pixel_share_below_median is: 0.5833333333333334\n", - "pixel_share_above_median is: 0.4166666666666667\n", - "Sprawl index is: 0.5833333333333334\n", - "7881\n", - "pixel_share_below_median is: 0.6428571428571429\n", - "pixel_share_above_median is: 0.35714285714285715\n", - "Sprawl index is: 0.6428571428571429\n", - "7882\n", - "pixel_share_below_median is: 0.5384615384615384\n", - "pixel_share_above_median is: 0.46153846153846156\n", - "Sprawl index is: 0.5384615384615384\n", - "7883\n", - "pixel_share_below_median is: 0.3669724770642202\n", - "pixel_share_above_median is: 0.6330275229357798\n", - "Sprawl index is: 0.3669724770642202\n", - "7884\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7885\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7886\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7887\n", - "pixel_share_below_median is: 0.7222222222222222\n", - "pixel_share_above_median is: 0.2777777777777778\n", - "Sprawl index is: 0.7222222222222222\n", - "7888\n", - "pixel_share_below_median is: 0.5609756097560976\n", - "pixel_share_above_median is: 0.43902439024390244\n", - "Sprawl index is: 0.5609756097560976\n", - "7889\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7890\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7891\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7892\n", - "pixel_share_below_median is: 0.4186046511627907\n", - "pixel_share_above_median is: 0.5813953488372093\n", - "Sprawl index is: 0.41860465116279066\n", - "7893\n", - "pixel_share_below_median is: 0.4470588235294118\n", - "pixel_share_above_median is: 0.5529411764705883\n", - "Sprawl index is: 0.44705882352941173\n", - "7894\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7895\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7896\n", - "pixel_share_below_median is: 0.8333333333333334\n", - "pixel_share_above_median is: 0.16666666666666666\n", - "Sprawl index is: 0.8333333333333334\n", - "7897\n", - "pixel_share_below_median is: 0.4782608695652174\n", - "pixel_share_above_median is: 0.5217391304347826\n", - "Sprawl index is: 0.4782608695652174\n", - "7898\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7899\n", - "pixel_share_below_median is: 0.48484848484848486\n", - "pixel_share_above_median is: 0.5151515151515151\n", - "Sprawl index is: 0.48484848484848486\n", - "7900\n", - "pixel_share_below_median is: 0.9333333333333333\n", - "pixel_share_above_median is: 0.06666666666666667\n", - "Sprawl index is: 0.9333333333333333\n", - "7901\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7902\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "7903\n", - "pixel_share_below_median is: 0.6538461538461539\n", - "pixel_share_above_median is: 0.34615384615384615\n", - "Sprawl index is: 0.6538461538461539\n", - "7904\n", - "pixel_share_below_median is: 0.6451612903225806\n", - "pixel_share_above_median is: 0.3548387096774194\n", - "Sprawl index is: 0.6451612903225806\n", - "7905\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7906\n", - "pixel_share_below_median is: 0.3125\n", - "pixel_share_above_median is: 0.6875\n", - "Sprawl index is: 0.3125\n", - "7907\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7908\n", - "pixel_share_below_median is: 0.6296296296296297\n", - "pixel_share_above_median is: 0.37037037037037035\n", - "Sprawl index is: 0.6296296296296297\n", - "7909\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7910\n", - "pixel_share_below_median is: 0.6875\n", - "pixel_share_above_median is: 0.3125\n", - "Sprawl index is: 0.6875\n", - "7911\n", - "pixel_share_below_median is: 0.6041666666666666\n", - "pixel_share_above_median is: 0.3958333333333333\n", - "Sprawl index is: 0.6041666666666666\n", - "7912\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7913\n", - "pixel_share_below_median is: 0.8823529411764706\n", - "pixel_share_above_median is: 0.11764705882352941\n", - "Sprawl index is: 0.8823529411764706\n", - "7914\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7915\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7916\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7917\n", - "pixel_share_below_median is: 0.6470588235294118\n", - "pixel_share_above_median is: 0.35294117647058826\n", - "Sprawl index is: 0.6470588235294118\n", - "7918\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7919\n", - "pixel_share_below_median is: 0.26666666666666666\n", - "pixel_share_above_median is: 0.7333333333333333\n", - "Sprawl index is: 0.2666666666666667\n", - "7920\n", - "pixel_share_below_median is: 0.3855421686746988\n", - "pixel_share_above_median is: 0.6144578313253012\n", - "Sprawl index is: 0.3855421686746988\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7921\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7922\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7923\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7924\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7925\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7926\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7927\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7928\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7929\n", - "pixel_share_below_median is: 0.8571428571428571\n", - "pixel_share_above_median is: 0.14285714285714285\n", - "Sprawl index is: 0.8571428571428571\n", - "7930\n", - "pixel_share_below_median is: 0.8888888888888888\n", - "pixel_share_above_median is: 0.1111111111111111\n", - "Sprawl index is: 0.8888888888888888\n", - "7931\n", - "pixel_share_below_median is: 0.45\n", - "pixel_share_above_median is: 0.55\n", - "Sprawl index is: 0.44999999999999996\n", - "7932\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7933\n", - "pixel_share_below_median is: 0.8181818181818182\n", - "pixel_share_above_median is: 0.18181818181818182\n", - "Sprawl index is: 0.8181818181818182\n", - "7934\n", - "pixel_share_below_median is: 0.7\n", - "pixel_share_above_median is: 0.3\n", - "Sprawl index is: 0.7\n", - "7935\n", - "pixel_share_below_median is: 0.5454545454545454\n", - "pixel_share_above_median is: 0.45454545454545453\n", - "Sprawl index is: 0.5454545454545454\n", - "7936\n", - "pixel_share_below_median is: 0.28\n", - "pixel_share_above_median is: 0.72\n", - "Sprawl index is: 0.28\n", - "7937\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7938\n", - "pixel_share_below_median is: 0.8\n", - "pixel_share_above_median is: 0.2\n", - "Sprawl index is: 0.8\n", - "7939\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7940\n", - "pixel_share_below_median is: 0.40441176470588236\n", - "pixel_share_above_median is: 0.5955882352941176\n", - "Sprawl index is: 0.40441176470588236\n", - "7941\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7942\n", - "pixel_share_below_median is: 0.42857142857142855\n", - "pixel_share_above_median is: 0.5714285714285714\n", - "Sprawl index is: 0.4285714285714286\n", - "7943\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7944\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7945\n", - "pixel_share_below_median is: 0.9285714285714286\n", - "pixel_share_above_median is: 0.07142857142857142\n", - "Sprawl index is: 0.9285714285714286\n", - "7946\n", - "pixel_share_below_median is: 0.7333333333333333\n", - "pixel_share_above_median is: 0.26666666666666666\n", - "Sprawl index is: 0.7333333333333333\n", - "7947\n", - "pixel_share_below_median is: 0.8275862068965517\n", - "pixel_share_above_median is: 0.1724137931034483\n", - "Sprawl index is: 0.8275862068965517\n", - "7948\n", - "pixel_share_below_median is: 0.5238095238095238\n", - "pixel_share_above_median is: 0.47619047619047616\n", - "Sprawl index is: 0.5238095238095238\n", - "7949\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7950\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7951\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7952\n", - "pixel_share_below_median is: 0.3484848484848485\n", - "pixel_share_above_median is: 0.6515151515151515\n", - "Sprawl index is: 0.3484848484848485\n", - "7953\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7954\n", - "pixel_share_below_median is: 1.0\n", - "pixel_share_above_median is: 0.0\n", - "Sprawl index is: 1.0\n", - "7955\n", - "pixel_share_below_median is: 0.6923076923076923\n", - "pixel_share_above_median is: 0.3076923076923077\n", - "Sprawl index is: 0.6923076923076923\n", - "7956\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7957\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7958\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7959\n", - "pixel_share_below_median is: 0.55\n", - "pixel_share_above_median is: 0.45\n", - "Sprawl index is: 0.55\n", - "7960\n", - "pixel_share_below_median is: 0.35\n", - "pixel_share_above_median is: 0.65\n", - "Sprawl index is: 0.35\n", - "7961\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7962\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7963\n", - "pixel_share_below_median is: 0.4166666666666667\n", - "pixel_share_above_median is: 0.5833333333333334\n", - "Sprawl index is: 0.41666666666666663\n", - "7964\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7965\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7966\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7967\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "7968\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7969\n", - "pixel_share_below_median is: 0.5806451612903226\n", - "pixel_share_above_median is: 0.41935483870967744\n", - "Sprawl index is: 0.5806451612903226\n", - "7970\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n", - "7971\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7972\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7973\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7974\n", - "pixel_share_below_median is: 0.3497536945812808\n", - "pixel_share_above_median is: 0.6502463054187192\n", - "Sprawl index is: 0.3497536945812808\n", - "7975\n", - "pixel_share_below_median is: 0.5714285714285714\n", - "pixel_share_above_median is: 0.42857142857142855\n", - "Sprawl index is: 0.5714285714285714\n", - "7976\n", - "pixel_share_below_median is: 0.625\n", - "pixel_share_above_median is: 0.375\n", - "Sprawl index is: 0.625\n", - "7977\n", - "pixel_share_below_median is: 0.6\n", - "pixel_share_above_median is: 0.4\n", - "Sprawl index is: 0.6\n", - "7978\n", - "pixel_share_below_median is: 0.3004694835680751\n", - "pixel_share_above_median is: 0.6995305164319249\n", - "Sprawl index is: 0.3004694835680751\n", - "7979\n", - "pixel_share_below_median is: 0.6363636363636364\n", - "pixel_share_above_median is: 0.36363636363636365\n", - "Sprawl index is: 0.6363636363636364\n", - "7980\n", - "pixel_share_below_median is: 0.875\n", - "pixel_share_above_median is: 0.125\n", - "Sprawl index is: 0.875\n", - "7981\n", - "pixel_share_below_median is: 0.4051724137931034\n", - "pixel_share_above_median is: 0.5948275862068966\n", - "Sprawl index is: 0.4051724137931034\n", - "7982\n", - "pixel_share_below_median is: 0.9166666666666666\n", - "pixel_share_above_median is: 0.08333333333333333\n", - "Sprawl index is: 0.9166666666666666\n", - "7983\n", - "pixel_share_below_median is: 0.75\n", - "pixel_share_above_median is: 0.25\n", - "Sprawl index is: 0.75\n", - "7984\n", - "pixel_share_below_median is: 0.375\n", - "pixel_share_above_median is: 0.625\n", - "Sprawl index is: 0.375\n", - "7985\n", - "pixel_share_below_median is: 0.6136363636363636\n", - "pixel_share_above_median is: 0.38636363636363635\n", - "Sprawl index is: 0.6136363636363636\n", - "7986\n", - "pixel_share_below_median is: 0.6666666666666666\n", - "pixel_share_above_median is: 0.3333333333333333\n", - "Sprawl index is: 0.6666666666666666\n", - "7987\n", - "pixel_share_below_median is: 0.2857142857142857\n", - "pixel_share_above_median is: 0.7142857142857143\n", - "Sprawl index is: 0.2857142857142857\n", - "7988\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7989\n", - "pixel_share_below_median is: 0.45454545454545453\n", - "pixel_share_above_median is: 0.5454545454545454\n", - "Sprawl index is: 0.4545454545454546\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "7990\n", - "pixel_share_below_median is: 0.25\n", - "pixel_share_above_median is: 0.75\n", - "Sprawl index is: 0.25\n", - "7991\n", - "pixel_share_below_median is: 0.5\n", - "pixel_share_above_median is: 0.5\n", - "Sprawl index is: 0.5\n", - "7992\n", - "pixel_share_below_median is: 0.4\n", - "pixel_share_above_median is: 0.6\n", - "Sprawl index is: 0.4\n", - "7993\n", - "pixel_share_below_median is: 0.9\n", - "pixel_share_above_median is: 0.1\n", - "Sprawl index is: 0.9\n", - "7994\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7995\n", - "pixel_share_below_median is: 0.7777777777777778\n", - "pixel_share_above_median is: 0.2222222222222222\n", - "Sprawl index is: 0.7777777777777778\n", - "7996\n", - "pixel_share_below_median is: 0.3333333333333333\n", - "pixel_share_above_median is: 0.6666666666666666\n", - "Sprawl index is: 0.33333333333333337\n", - "7997\n", - "pixel_share_below_median is: 0.7142857142857143\n", - "pixel_share_above_median is: 0.2857142857142857\n", - "Sprawl index is: 0.7142857142857143\n", - "Wall time: 1min 5s\n" - ] - } - ], - "source": [ - "%%time\n", - "\n", - "with rasterio.open(GHS_pop) as src:\n", - " pixelSizeX, pixelSizeY = src.res\n", - " print(pixelSizeX, pixelSizeY)\n", - "\n", - " input_shapes_gpd = gpd.read_file(shpName)\n", - "\n", - " # pixel_count_below_median = 0\n", - " pixel_count_below_median = 0\n", - " # pixel_count_above_median = 0\n", - " pixel_count_above_median = 0\n", - "\n", - " # for entry in input_shapes_gpd.head(3).iterrows():\n", - " for entry in input_shapes_gpd.iterrows():\n", - " print(entry[0])\n", - "\n", - " # extract the geometry in GeoJSON format\n", - " geometry = entry[1][\"geometry\"] # list of shapely geometries\n", - " # geometry = geoms[0] # shapely geometry\n", - " geoms = [mapping(geometry)]\n", - "\n", - " # extract the raster values values within the polygon\n", - " out_image, out_transform = mask(src, geoms, crop=True, nodata=-9999.0)\n", - " data = out_image[0, :, :]\n", - "\n", - " row, col = np.where(data != -9999.0)\n", - " val = np.extract(data != -9999.0, data)\n", - "\n", - " d = gpd.GeoDataFrame({\"col\": col, \"row\": row, \"val\": val})\n", - "\n", - " # exlude pixels with value less than 77\n", - " d = d[d.val > 77]\n", - " d_count = len(d)\n", - " # print(f\"d_count is {d_count}\")\n", - "\n", - " # print(d.val[d.val < UZB_pop_median])\n", - " # print(len(d.val[d.val < UZB_pop_median]))\n", - " pixel_share_below_median = len(d.val[d.val < UZB_pop_median]) / d_count\n", - " print(f\"pixel_share_below_median is: {pixel_share_below_median}\")\n", - "\n", - " # print(d.val[d.val > UZB_pop_median])\n", - " # print(len(d.val[d.val > UZB_pop_median]))\n", - " pixel_share_above_median = len(d.val[d.val > UZB_pop_median]) / d_count\n", - " print(f\"pixel_share_above_median is: {pixel_share_above_median}\")\n", - "\n", - " # Sprawl = ((L%−H%)+1)*0.5\n", - " # Sprawl = ((pixel_count_below_median-pixel_count_above_median)+1)*.5\n", - " Sprawl = ((pixel_share_below_median - pixel_share_above_median) + 1) * 0.5\n", - " print(f\"Sprawl index is: {Sprawl}\")\n", - "\n", - " # creates a temporary GDF for just the row's shape\n", - " temp_gdf = input_shapes_gpd.iloc[[entry[0]]]\n", - "\n", - " # print(\"print temp_gdf\")\n", - " # print(temp_gdf)\n", - "\n", - " # Put all metrics in a DataFrame\n", - " metrics_scalar = {}\n", - " metrics_scalar[\"sprawl_index\"] = [Sprawl]\n", - " metrics_df = pd.DataFrame(metrics_scalar)\n", - "\n", - " # print(\"print metrics_scalar\")\n", - " # print(metrics_scalar)\n", - "\n", - " # and concatinate it with the row's shape\n", - " new_temp_gdf = pd.concat([temp_gdf.reset_index(drop=True), metrics_df], axis=1)\n", - "\n", - " # print(\"print new_temp_gdf\")\n", - " # print(new_temp_gdf)\n", - " # print(entry[0])\n", - " # put the results of each row into a new DataFrame\n", - " if entry[0] == 0:\n", - " print(\"new_temp_gdf\")\n", - " output_new_temp_gdf = new_temp_gdf\n", - " else:\n", - " output_new_temp_gdf = output_new_temp_gdf.append(\n", - " new_temp_gdf, ignore_index=True\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometrysprawl_index
020385213.978912NoneNonePOLYGON ((2007000.000 6478000.000, 2010000.000...0.833333
123558086.003265NoneNonePOLYGON ((1952000.000 6468000.000, 1953000.000...0.777778
2269112046.157654NoneNonePOLYGON ((1893000.000 6452000.000, 1897000.000...0.500000
3275311929.881653NoneNonePOLYGON ((1934000.000 6450000.000, 1937000.000...0.250000
43060115285.056396NoneNonePOLYGON ((2010000.000 6444000.000, 2011000.000...0.464286
.....................
7993326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((7462000.000 6368000.000, 7466000.000...0.900000
79942820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((7657000.000 6452000.000, 7660000.000...0.333333
7995188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((7461000.000 6506000.000, 7462000.000...0.777778
7996155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((8040000.000 6520000.000, 8041000.000...0.333333
7997555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((8090000.000 7059000.000, 8091000.000...0.714286
\n", - "

7998 rows × 6 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7993 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7994 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7995 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7996 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7997 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry sprawl_index \n", - "0 POLYGON ((2007000.000 6478000.000, 2010000.000... 0.833333 \n", - "1 POLYGON ((1952000.000 6468000.000, 1953000.000... 0.777778 \n", - "2 POLYGON ((1893000.000 6452000.000, 1897000.000... 0.500000 \n", - "3 POLYGON ((1934000.000 6450000.000, 1937000.000... 0.250000 \n", - "4 POLYGON ((2010000.000 6444000.000, 2011000.000... 0.464286 \n", - "... ... ... \n", - "7993 POLYGON ((7462000.000 6368000.000, 7466000.000... 0.900000 \n", - "7994 POLYGON ((7657000.000 6452000.000, 7660000.000... 0.333333 \n", - "7995 POLYGON ((7461000.000 6506000.000, 7462000.000... 0.777778 \n", - "7996 POLYGON ((8040000.000 6520000.000, 8041000.000... 0.333333 \n", - "7997 POLYGON ((8090000.000 7059000.000, 8091000.000... 0.714286 \n", - "\n", - "[7998 rows x 6 columns]" - ] - }, - "execution_count": 52, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "output_new_temp_gdf" - ] - }, - { - "cell_type": "code", - "execution_count": 54, - "metadata": {}, - "outputs": [], - "source": [ - "# make the GeoDataFrame unprojected\n", - "output_new_temp_gdf = output_new_temp_gdf.to_crs(\"epsg:4326\")\n", - "\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_FUAs_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"\n", - "\n", - "# save as CSV\n", - "\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_all_urban_metrics_100k_sprawl.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_FUAs_sprawl.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_sprawl.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_all_sprawl.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_wo_rus_urban_metrics_urban_extents_all_sprawl.csv\")\n", - "output_new_temp_gdf.to_csv(output + r\"\\all_urban_metrics_5k_up_sprawl.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "print(f\"total time to process: {time.time()-start_time}\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "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.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Structure.ipynb b/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Structure.ipynb deleted file mode 100644 index cb2980f..0000000 --- a/docs/notebooks/Implementations/KAZ_SCADR_UrbanizationReview/Urban_metrics_Structure.ipynb +++ /dev/null @@ -1,37135 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate Urban Metrics: Structure\n", - "using this example notebook: https://github.com/gboeing/osmnx-examples/blob/master/notebooks/06-stats-indicators-centrality.ipynb\n", - "\n", - "OSMnx now caches server responses by default. This can be changed with ox.config(use_cache=False). The caching hash algorithm was changed for v1.0, invalidating old caches made with prior releases." - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Import libraries" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [], - "source": [ - "import logging\n", - "\n", - "import geopandas as gpd\n", - "import pandas as pd\n", - "import osmnx as ox" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [], - "source": [ - "logging.basicConfig(filename=\"urban_structure_metrics.log\", level=logging.INFO)" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [], - "source": [ - "import time\n", - "\n", - "start_time = time.time()" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": {}, - "outputs": [], - "source": [ - "inputFolder = r\"input_folder\"\n", - "# define output folder\n", - "outputFolder = r\"output_folder\"" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### You may need to use the 'Fix geometries' tool in QGIS beforehand to fix the geometries" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [], - "source": [ - "# read extents in WGS84\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\russia_urban_extents_merged_4326.shp\"\n", - "# shpName = r\"C:\\repos\\GOST_Urban\\Notebooks\\Implementations\\eca_wo_rus_urban_clusters_ghs_pop_smooth_100k_4326_3.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UBZ_only_FUAs2_geom_fixed.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_4326_geom_fixed_greater_50k.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_ghs_built_up_extents_4326\\UZB_only_ghs_built_up_extents_4326_geom_fixed.shp\"\n", - "# shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\ECA_wo_rus_urban_extents\\eca_wo_rus_built_up_extents_4326.shp\"\n", - "shpName = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_clusters_5k_up_4326.shp\"" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [], - "source": [ - "input_shapes_gpd = gpd.read_file(shpName)" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometry
020385213.978912NoneNonePOLYGON ((28.77793 55.91414, 28.82094 55.91414...
123558086.003265NoneNonePOLYGON ((27.94342 55.81376, 27.95774 55.81376...
2269112046.157654NoneNonePOLYGON ((27.02823 55.65336, 27.08535 55.65336...
3275311929.881653NoneNonePOLYGON ((27.60467 55.63333, 27.64749 55.63333...
43060115285.056396NoneNonePOLYGON ((28.66157 55.57325, 28.67583 55.57325...
..................
7993326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((105.12725 54.81515, 105.18361 54.815...
79942820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((109.32656 55.65336, 109.36940 55.653...
7995188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((107.47868 56.19569, 107.49308 56.195...
7996155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((116.09091 56.33675, 116.10535 56.336...
7997555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((129.66321 61.92831, 129.67924 61.928...
\n", - "

7998 rows × 5 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7993 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7994 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7995 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7996 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7997 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7993 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7994 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7995 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7996 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7997 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry \n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... \n", - "... ... \n", - "7993 POLYGON ((105.12725 54.81515, 105.18361 54.815... \n", - "7994 POLYGON ((109.32656 55.65336, 109.36940 55.653... \n", - "7995 POLYGON ((107.47868 56.19569, 107.49308 56.195... \n", - "7996 POLYGON ((116.09091 56.33675, 116.10535 56.336... \n", - "7997 POLYGON ((129.66321 61.92831, 129.67924 61.928... \n", - "\n", - "[7998 rows x 5 columns]" - ] - }, - "execution_count": 22, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "input_shapes_gpd" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [], - "source": [ - "# input_shapes_gpd = input_shapes_gpd[137:]" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "0\n", - "6012008.143118326\n", - "{'n': 321, 'm': 825, 'k_avg': 5.140186915887851, 'intersection_count': 249, 'streets_per_node_avg': 2.6791277258566977, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 209, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22429906542056074, 2: 0.0, 3: 0.6510903426791277, 4: 0.12149532710280374, 5: 0.003115264797507788}, 'edge_length_total': 85601.38100000018, 'edge_length_avg': 103.75924969696992, 'street_length_total': 42820.80599999999, 'street_length_avg': 103.68233898305083, 'street_segments_count': 413, 'node_density_km': 53.3931412530494, 'intersection_density_km': 41.41710957012243, 'edge_density_km': 14238.400707754234, 'street_density_km': 7122.546240895404, 'circuity_avg': 1.0864182261903164, 'self_loop_proportion': 0.007272727272727273, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864182261903164\n", - "new_temp_gdf\n", - "1\n", - "9015697.47160323\n", - "{'n': 494, 'm': 1204, 'k_avg': 4.874493927125506, 'intersection_count': 352, 'streets_per_node_avg': 2.5384615384615383, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 299, 4: 50, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2874493927125506, 2: 0.0, 3: 0.6052631578947368, 4: 0.10121457489878542, 5: 0.006072874493927126}, 'edge_length_total': 134691.71499999994, 'edge_length_avg': 111.8701951827242, 'street_length_total': 67828.47, 'street_length_avg': 111.7437726523888, 'street_segments_count': 607, 'node_density_km': 54.793320378811885, 'intersection_density_km': 39.04301371121819, 'edge_density_km': 14939.688850944574, 'street_density_km': 7523.374671082249, 'circuity_avg': 1.0808091411213767, 'self_loop_proportion': 0.0049833887043189366, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0808091411213767\n", - "2\n", - "10016787.885128956\n", - "{'n': 977, 'm': 2599, 'k_avg': 5.320368474923234, 'intersection_count': 762, 'streets_per_node_avg': 2.7246673490276354, 'streets_per_node_counts': {0: 0, 1: 215, 2: 0, 3: 604, 4: 155, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22006141248720573, 2: 0.0, 3: 0.6182190378710338, 4: 0.1586489252814739, 5: 0.0030706243602865915}, 'edge_length_total': 191778.9249999997, 'edge_length_avg': 73.78950557906876, 'street_length_total': 96206.3960000001, 'street_length_avg': 73.21643531202443, 'street_segments_count': 1314, 'node_density_km': 97.53625725173497, 'intersection_density_km': 76.0722907122027, 'edge_density_km': 19145.750833430047, 'street_density_km': 9604.515649455778, 'circuity_avg': 1.060201621291059, 'self_loop_proportion': 0.0030781069642170067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060201621291059\n", - "3\n", - "8013551.360373046\n", - "{'n': 654, 'm': 1765, 'k_avg': 5.397553516819572, 'intersection_count': 528, 'streets_per_node_avg': 2.7813455657492354, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 421, 4: 106, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1926605504587156, 2: 0.0, 3: 0.6437308868501529, 4: 0.1620795107033639, 5: 0.0, 6: 0.0015290519877675841}, 'edge_length_total': 148155.7399999997, 'edge_length_avg': 83.94092917847009, 'street_length_total': 74693.27600000009, 'street_length_avg': 83.83083726150403, 'street_segments_count': 891, 'node_density_km': 81.61175621011493, 'intersection_density_km': 65.8883903347717, 'edge_density_km': 18488.150052001758, 'street_density_km': 9320.870690285683, 'circuity_avg': 1.0876953752072025, 'self_loop_proportion': 0.006798866855524079, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0876953752072025\n", - "4\n", - "56102396.179213196\n", - "{'n': 7453, 'm': 20818, 'k_avg': 5.586475244867838, 'intersection_count': 6206, 'streets_per_node_avg': 2.8749496846907285, 'streets_per_node_counts': {0: 0, 1: 1247, 2: 1, 3: 4695, 4: 1461, 5: 45, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16731517509727625, 2: 0.0001341741580571582, 3: 0.6299476720783577, 4: 0.19602844492150812, 5: 0.006037837112572118, 6: 0.0005366966322286328}, 'edge_length_total': 1272119.3300000003, 'edge_length_avg': 61.1067023729465, 'street_length_total': 650586.1080000037, 'street_length_avg': 61.27200113015669, 'street_segments_count': 10618, 'node_density_km': 132.84637569119465, 'intersection_density_km': 110.61916108138388, 'edge_density_km': 22674.955378667768, 'street_density_km': 11596.405007760719, 'circuity_avg': 1.07594737857597, 'self_loop_proportion': 0.004227111153809204, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07594737857597\n", - "5\n", - "46087702.130206555\n", - "{'n': 6334, 'm': 16828, 'k_avg': 5.3135459425323655, 'intersection_count': 4917, 'streets_per_node_avg': 2.741079886327755, 'streets_per_node_counts': {0: 0, 1: 1417, 2: 1, 3: 3750, 4: 1140, 5: 23, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22371329333754342, 2: 0.00015787811809283233, 3: 0.5920429428481212, 4: 0.17998105462582886, 5: 0.0036311967161351435, 6: 0.000473634354278497}, 'edge_length_total': 1148615.7650000008, 'edge_length_avg': 68.25622563584507, 'street_length_total': 586766.4539999987, 'street_length_avg': 67.99147786790252, 'street_segments_count': 8630, 'node_density_km': 137.43362561459975, 'intersection_density_km': 106.68789661303869, 'edge_density_km': 24922.39169909018, 'street_density_km': 12731.518970988649, 'circuity_avg': 1.0696246725754022, 'self_loop_proportion': 0.004159733777038269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696246725754022\n", - "6\n", - "11027077.990067443\n", - "{'n': 1226, 'm': 3248, 'k_avg': 5.298531810766721, 'intersection_count': 938, 'streets_per_node_avg': 2.6851549755301796, 'streets_per_node_counts': {0: 0, 1: 288, 2: 0, 3: 750, 4: 186, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23491027732463296, 2: 0.0, 3: 0.6117455138662317, 4: 0.15171288743882544, 5: 0.0016313213703099511}, 'edge_length_total': 230428.1690000004, 'edge_length_avg': 70.94463331280801, 'street_length_total': 115315.8850000001, 'street_length_avg': 70.91997847478481, 'street_segments_count': 1626, 'node_density_km': 111.18085871019595, 'intersection_density_km': 85.063332357393, 'edge_density_km': 20896.575612102937, 'street_density_km': 10457.51967147326, 'circuity_avg': 1.0923654270277021, 'self_loop_proportion': 0.009236453201970444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923654270277021\n", - "7\n", - "9014321.89573793\n", - "{'n': 642, 'm': 1619, 'k_avg': 5.043613707165109, 'intersection_count': 477, 'streets_per_node_avg': 2.6370716510903427, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 381, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2570093457943925, 2: 0.0, 3: 0.5934579439252337, 4: 0.14797507788161993, 5: 0.001557632398753894}, 'edge_length_total': 142303.87300000034, 'edge_length_avg': 87.89615379864135, 'street_length_total': 73104.90600000013, 'street_length_avg': 87.97220938628175, 'street_segments_count': 831, 'node_density_km': 71.21999939934969, 'intersection_density_km': 52.91579394624579, 'edge_density_km': 15786.420170693393, 'street_density_km': 8109.861933659696, 'circuity_avg': 1.086536996717092, 'self_loop_proportion': 0.004941321803582459, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086536996717092\n", - "8\n", - "8017618.026092364\n", - "{'n': 745, 'm': 2017, 'k_avg': 5.414765100671141, 'intersection_count': 588, 'streets_per_node_avg': 2.808053691275168, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 420, 4: 165, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21073825503355706, 2: 0.0, 3: 0.5637583892617449, 4: 0.2214765100671141, 5: 0.004026845637583893}, 'edge_length_total': 165657.74099999954, 'edge_length_avg': 82.130759048091, 'street_length_total': 85517.41799999992, 'street_length_avg': 82.94608923375355, 'street_segments_count': 1031, 'node_density_km': 92.92036582130602, 'intersection_density_km': 73.33849007104422, 'edge_density_km': 20661.715295102178, 'street_density_km': 10666.18760356179, 'circuity_avg': 1.0447874852050865, 'self_loop_proportion': 0.0019831432821021317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447874852050865\n", - "9\n", - "7012525.112360867\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 312, 'm': 742, 'k_avg': 4.756410256410256, 'intersection_count': 210, 'streets_per_node_avg': 2.4358974358974357, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 183, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3269230769230769, 2: 0.0, 3: 0.5865384615384616, 4: 0.08333333333333333, 5: 0.003205128205128205}, 'edge_length_total': 82010.40199999987, 'edge_length_avg': 110.52614824797826, 'street_length_total': 41005.20100000001, 'street_length_avg': 110.52614824797845, 'street_segments_count': 371, 'node_density_km': 44.491819280624405, 'intersection_density_km': 29.946416823497195, 'edge_density_km': 11694.846105497923, 'street_density_km': 5847.423052748973, 'circuity_avg': 1.103418931898739, 'self_loop_proportion': 0.008086253369272238, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.103418931898739\n", - "10\n", - "110253683.5378424\n", - "error with entry 10\n", - "11\n", - "15023415.38161467\n", - "{'n': 879, 'm': 2239, 'k_avg': 5.094425483503982, 'intersection_count': 651, 'streets_per_node_avg': 2.61547212741752, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 537, 4: 110, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2593856655290102, 2: 0.0, 3: 0.6109215017064846, 4: 0.12514220705346984, 5: 0.004550625711035267}, 'edge_length_total': 240691.1930000004, 'edge_length_avg': 107.49941625725789, 'street_length_total': 120842.53000000001, 'street_length_avg': 107.12990248226951, 'street_segments_count': 1128, 'node_density_km': 58.50866648310218, 'intersection_density_km': 43.332357088167825, 'edge_density_km': 16021.070235104666, 'street_density_km': 8043.612383099284, 'circuity_avg': 1.0599519503915409, 'self_loop_proportion': 0.0026797677534613666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599519503915409\n", - "12\n", - "17026026.794742674\n", - "{'n': 2213, 'm': 6115, 'k_avg': 5.52643470402169, 'intersection_count': 1800, 'streets_per_node_avg': 2.8386805241753277, 'streets_per_node_counts': {0: 0, 1: 413, 2: 2, 3: 1359, 4: 412, 5: 22, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18662449164030728, 2: 0.0009037505648441031, 3: 0.614098508811568, 4: 0.18617261635788523, 5: 0.009941256213285133, 6: 0.0022593764121102574}, 'edge_length_total': 384245.69100000156, 'edge_length_avg': 62.836580703189135, 'street_length_total': 194220.2819999999, 'street_length_avg': 62.49043822393819, 'street_segments_count': 3108, 'node_density_km': 129.97747664084108, 'intersection_density_km': 105.72049613805419, 'edge_density_km': 22568.13616190535, 'street_density_km': 11407.25809617377, 'circuity_avg': 1.0622814396629998, 'self_loop_proportion': 0.002616516762060507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622814396629998\n", - "13\n", - "9019765.359925972\n", - "{'n': 533, 'm': 1464, 'k_avg': 5.493433395872421, 'intersection_count': 434, 'streets_per_node_avg': 2.799249530956848, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 346, 4: 85, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18574108818011256, 2: 0.0, 3: 0.649155722326454, 4: 0.15947467166979362, 5: 0.005628517823639775}, 'edge_length_total': 159714.06799999997, 'edge_length_avg': 109.09430874316938, 'street_length_total': 79857.034, 'street_length_avg': 109.09430874316939, 'street_segments_count': 732, 'node_density_km': 59.09244628114965, 'intersection_density_km': 48.116551005664064, 'edge_density_km': 17707.120044341238, 'street_density_km': 8853.56002217062, 'circuity_avg': 1.069680833507964, 'self_loop_proportion': 0.006830601092896175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069680833507964\n", - "14\n", - "7013888.744396058\n", - "{'n': 560, 'm': 1424, 'k_avg': 5.085714285714285, 'intersection_count': 434, 'streets_per_node_avg': 2.6446428571428573, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 381, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225, 2: 0.0, 3: 0.6803571428571429, 4: 0.09464285714285714}, 'edge_length_total': 137459.18100000036, 'edge_length_avg': 96.5303237359553, 'street_length_total': 69956.79299999999, 'street_length_avg': 97.02745214979194, 'street_segments_count': 721, 'node_density_km': 79.841585803229, 'intersection_density_km': 61.87722899750248, 'edge_density_km': 19598.141061166276, 'street_density_km': 9974.038019336123, 'circuity_avg': 1.0801484925157658, 'self_loop_proportion': 0.012640449438202247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801484925157658\n", - "15\n", - "9014132.427717743\n", - "{'n': 493, 'm': 1325, 'k_avg': 5.37525354969574, 'intersection_count': 404, 'streets_per_node_avg': 2.760649087221095, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 344, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18052738336713997, 2: 0.0, 3: 0.6977687626774848, 4: 0.12170385395537525}, 'edge_length_total': 140770.04900000003, 'edge_length_avg': 106.24154641509436, 'street_length_total': 70419.46400000002, 'street_length_avg': 106.21336953242839, 'street_segments_count': 663, 'node_density_km': 54.69189674694195, 'intersection_density_km': 44.818511735830725, 'edge_density_km': 15616.594289999919, 'street_density_km': 7812.117756720075, 'circuity_avg': 1.0456723440225217, 'self_loop_proportion': 0.004528301886792453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456723440225217\n", - "16\n", - "7011167.237688171\n", - "{'n': 528, 'm': 1362, 'k_avg': 5.159090909090909, 'intersection_count': 411, 'streets_per_node_avg': 2.706439393939394, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 332, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2215909090909091, 2: 0.0, 3: 0.6287878787878788, 4: 0.14962121212121213}, 'edge_length_total': 130756.37600000024, 'edge_length_avg': 96.00321292217345, 'street_length_total': 65797.23500000004, 'street_length_avg': 95.63551598837216, 'street_segments_count': 688, 'node_density_km': 75.308430408244, 'intersection_density_km': 58.62076685187176, 'edge_density_km': 18649.73000460266, 'street_density_km': 9384.633509568903, 'circuity_avg': 1.0675739018736312, 'self_loop_proportion': 0.005873715124816446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0675739018736312\n", - "17\n", - "11017660.842704352\n", - "{'n': 887, 'm': 2282, 'k_avg': 5.14543404735062, 'intersection_count': 658, 'streets_per_node_avg': 2.6065388951521986, 'streets_per_node_counts': {0: 0, 1: 229, 2: 1, 3: 551, 4: 102, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25817361894024804, 2: 0.0011273957158962795, 3: 0.62119503945885, 4: 0.11499436302142052, 5: 0.004509582863585118}, 'edge_length_total': 169341.98999999964, 'edge_length_avg': 74.2077081507448, 'street_length_total': 84985.78899999992, 'street_length_avg': 74.09397471665207, 'street_segments_count': 1147, 'node_density_km': 80.50710696793244, 'intersection_density_km': 59.722295811611666, 'edge_density_km': 15370.049270679276, 'street_density_km': 7713.596398846821, 'circuity_avg': 1.0768276405222925, 'self_loop_proportion': 0.006134969325153374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768276405222925\n", - "18\n", - "16027406.318393677\n", - "{'n': 998, 'm': 2647, 'k_avg': 5.304609218436874, 'intersection_count': 771, 'streets_per_node_avg': 2.716432865731463, 'streets_per_node_counts': {0: 0, 1: 227, 2: 0, 3: 605, 4: 161, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22745490981963928, 2: 0.0, 3: 0.6062124248496994, 4: 0.16132264529058116, 5: 0.00501002004008016}, 'edge_length_total': 291352.7030000009, 'edge_length_avg': 110.06902266717073, 'street_length_total': 146186.65299999982, 'street_length_avg': 109.66740660165027, 'street_segments_count': 1333, 'node_density_km': 62.26834087650578, 'intersection_density_km': 48.1051010178216, 'edge_density_km': 18178.40623817175, 'street_density_km': 9121.042425450356, 'circuity_avg': 1.0637125009351993, 'self_loop_proportion': 0.003022289384208538, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637125009351993\n", - "19\n", - "69100778.580821\n", - "{'n': 5511, 'm': 14758, 'k_avg': 5.355833786971512, 'intersection_count': 4273, 'streets_per_node_avg': 2.748502994011976, 'streets_per_node_counts': {0: 0, 1: 1238, 2: 1, 3: 3226, 4: 1011, 5: 26, 6: 8, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22464162583923064, 2: 0.00018145527127563056, 3: 0.5853747051351842, 4: 0.18345127925966248, 5: 0.004717837053166395, 6: 0.0014516421702050445, 7: 0.00018145527127563056}, 'edge_length_total': 1393063.528000007, 'edge_length_avg': 94.39378831820076, 'street_length_total': 705363.6129999973, 'street_length_avg': 94.0861161798049, 'street_segments_count': 7497, 'node_density_km': 79.75308112562404, 'intersection_density_km': 61.8372193158758, 'edge_density_km': 20159.881793092467, 'street_density_km': 10207.752032417358, 'circuity_avg': 1.068340867231386, 'self_loop_proportion': 0.004336630979807562, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068340867231386\n", - "20\n", - "10018833.992992224\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 667, 'm': 1751, 'k_avg': 5.250374812593703, 'intersection_count': 520, 'streets_per_node_avg': 2.6926536731634183, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 432, 4: 87, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22038980509745126, 2: 0.0, 3: 0.6476761619190404, 4: 0.13043478260869565, 5: 0.0014992503748125937}, 'edge_length_total': 157500.73899999997, 'edge_length_avg': 89.94902284408907, 'street_length_total': 79151.02900000004, 'street_length_avg': 89.94435113636368, 'street_segments_count': 880, 'node_density_km': 66.57461341973926, 'intersection_density_km': 51.90224734372476, 'edge_density_km': 15720.465985379684, 'street_density_km': 7900.223624362179, 'circuity_avg': 1.068651957712084, 'self_loop_proportion': 0.006853226727584237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068651957712084\n", - "21\n", - "11016232.571234627\n", - "{'n': 569, 'm': 1574, 'k_avg': 5.532513181019332, 'intersection_count': 476, 'streets_per_node_avg': 2.889279437609842, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 354, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1634446397188049, 2: 0.0, 3: 0.6221441124780316, 4: 0.2126537785588752, 5: 0.0017574692442882249}, 'edge_length_total': 181770.96799999962, 'edge_length_avg': 115.48346124523482, 'street_length_total': 94633.8459999999, 'street_length_avg': 116.54414532019692, 'street_segments_count': 812, 'node_density_km': 51.65105187464559, 'intersection_density_km': 43.208964309896835, 'edge_density_km': 16500.284178334838, 'street_density_km': 8590.400156139222, 'circuity_avg': 1.031577458232565, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031577458232565\n", - "22\n", - "16034359.0440677\n", - "{'n': 2052, 'm': 5671, 'k_avg': 5.52729044834308, 'intersection_count': 1702, 'streets_per_node_avg': 2.8810916179337234, 'streets_per_node_counts': {0: 0, 1: 350, 2: 10, 3: 1246, 4: 427, 5: 18, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1705653021442495, 2: 0.004873294346978557, 3: 0.6072124756335283, 4: 0.2080896686159844, 5: 0.008771929824561403, 6: 0.0004873294346978557}, 'edge_length_total': 351122.67699999985, 'edge_length_avg': 61.91547822253568, 'street_length_total': 179593.72399999978, 'street_length_avg': 61.35760983942596, 'street_segments_count': 2927, 'node_density_km': 127.97518094489641, 'intersection_density_km': 106.14705554006515, 'edge_density_km': 21898.142360103022, 'street_density_km': 11200.555226836139, 'circuity_avg': 1.070346402154045, 'self_loop_proportion': 0.0031740433785928408, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070346402154045\n", - "23\n", - "6012671.248039259\n", - "{'n': 970, 'm': 2621, 'k_avg': 5.4041237113402065, 'intersection_count': 811, 'streets_per_node_avg': 2.8845360824742268, 'streets_per_node_counts': {0: 0, 1: 159, 2: 2, 3: 610, 4: 193, 5: 3, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16391752577319588, 2: 0.002061855670103093, 3: 0.6288659793814433, 4: 0.19896907216494844, 5: 0.003092783505154639, 6: 0.003092783505154639}, 'edge_length_total': 162946.66500000004, 'edge_length_avg': 62.16965471194202, 'street_length_total': 84894.51500000003, 'street_length_avg': 61.38432031814897, 'street_segments_count': 1383, 'node_density_km': 161.3259664440025, 'intersection_density_km': 134.88181318153198, 'edge_density_km': 27100.544546342393, 'street_density_km': 14119.267709453476, 'circuity_avg': 1.0923102497290385, 'self_loop_proportion': 0.007630675314765357, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923102497290385\n", - "24\n", - "11020804.931455448\n", - "{'n': 1217, 'm': 3461, 'k_avg': 5.687756778964667, 'intersection_count': 1027, 'streets_per_node_avg': 2.8907148726376337, 'streets_per_node_counts': {0: 0, 1: 190, 2: 0, 3: 790, 4: 227, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1561216105176664, 2: 0.0, 3: 0.6491372226787182, 4: 0.1865242399342646, 5: 0.008216926869350863}, 'edge_length_total': 214423.1240000001, 'edge_length_avg': 61.954095348165296, 'street_length_total': 107221.81099999999, 'street_length_avg': 61.94212073945695, 'street_segments_count': 1731, 'node_density_km': 110.42750575563254, 'intersection_density_km': 93.18738571161431, 'edge_density_km': 19456.212620912673, 'street_density_km': 9729.036278826494, 'circuity_avg': 1.054384516823015, 'self_loop_proportion': 0.0023114706732158337, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054384516823015\n", - "25\n", - "9018851.006816026\n", - "{'n': 394, 'm': 975, 'k_avg': 4.949238578680203, 'intersection_count': 298, 'streets_per_node_avg': 2.583756345177665, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 270, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2436548223350254, 2: 0.0, 3: 0.6852791878172588, 4: 0.07106598984771574}, 'edge_length_total': 112259.77100000002, 'edge_length_avg': 115.1382266666667, 'street_length_total': 56294.99199999994, 'street_length_avg': 113.9574736842104, 'street_segments_count': 494, 'node_density_km': 43.6862744159132, 'intersection_density_km': 33.041902984624706, 'edge_density_km': 12447.236451201969, 'street_density_km': 6241.92504759806, 'circuity_avg': 1.0630067675247754, 'self_loop_proportion': 0.008205128205128205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630067675247754\n", - "26\n", - "6010585.673462935\n", - "{'n': 83, 'm': 247, 'k_avg': 5.951807228915663, 'intersection_count': 74, 'streets_per_node_avg': 3.1204819277108435, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 46, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10843373493975904, 2: 0.0, 3: 0.5542168674698795, 4: 0.3373493975903614}, 'edge_length_total': 44961.345999999976, 'edge_length_avg': 182.02974089068817, 'street_length_total': 23329.401999999995, 'street_length_avg': 183.69607874015745, 'street_segments_count': 127, 'node_density_km': 13.808970457978754, 'intersection_density_km': 12.311612215547322, 'edge_density_km': 7480.360224879047, 'street_density_km': 3881.3858195218118, 'circuity_avg': 1.0809986501457396, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0809986501457396\n", - "27\n", - "6009160.704614805\n", - "{'n': 1394, 'm': 4096, 'k_avg': 5.87661406025825, 'intersection_count': 1232, 'streets_per_node_avg': 3.0358680057388807, 'streets_per_node_counts': {0: 0, 1: 162, 2: 1, 3: 871, 4: 345, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11621233859397417, 2: 0.0007173601147776184, 3: 0.6248206599713056, 4: 0.24748923959827834, 5: 0.010760401721664276}, 'edge_length_total': 191955.0259999999, 'edge_length_avg': 46.864020019531225, 'street_length_total': 96867.67700000017, 'street_length_avg': 46.72825711529193, 'street_segments_count': 2073, 'node_density_km': 231.9791512530962, 'intersection_density_km': 205.02031158092862, 'edge_density_km': 31943.733149387364, 'street_density_km': 16120.001071964925, 'circuity_avg': 1.0580423463156619, 'self_loop_proportion': 0.001220703125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580423463156619\n", - "28\n", - "9015777.408124652\n", - "{'n': 1418, 'm': 3834, 'k_avg': 5.407616361071932, 'intersection_count': 1188, 'streets_per_node_avg': 2.9188998589562765, 'streets_per_node_counts': {0: 0, 1: 230, 2: 1, 3: 852, 4: 324, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1622002820874471, 2: 0.0007052186177715092, 3: 0.6008462623413258, 4: 0.22849083215796898, 5: 0.007757404795486601}, 'edge_length_total': 208705.3070000001, 'edge_length_avg': 54.43539567031823, 'street_length_total': 109620.30800000024, 'street_length_avg': 53.55168930141682, 'street_segments_count': 2047, 'node_density_km': 157.279836869326, 'intersection_density_km': 131.76900296245364, 'edge_density_km': 23148.897488520885, 'street_density_km': 12158.719435687806, 'circuity_avg': 1.0468810757121407, 'self_loop_proportion': 0.0010432968179447052, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468810757121407\n", - "29\n", - "8015804.250428755\n", - "{'n': 918, 'm': 2475, 'k_avg': 5.392156862745098, 'intersection_count': 721, 'streets_per_node_avg': 2.738562091503268, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 571, 4: 146, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21459694989106753, 2: 0.0, 3: 0.6220043572984749, 4: 0.15904139433551198, 5: 0.004357298474945534}, 'edge_length_total': 173944.72499999983, 'edge_length_avg': 70.2806969696969, 'street_length_total': 86991.32199999984, 'street_length_avg': 70.26762681744736, 'street_segments_count': 1238, 'node_density_km': 114.5237547375109, 'intersection_density_km': 89.94730628076836, 'edge_density_km': 21700.221158805838, 'street_density_km': 10852.475844248167, 'circuity_avg': 1.0800996973331953, 'self_loop_proportion': 0.0048484848484848485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800996973331953\n", - "30\n", - "25054128.4993678\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4368, 'm': 12300, 'k_avg': 5.631868131868132, 'intersection_count': 3714, 'streets_per_node_avg': 2.9228479853479854, 'streets_per_node_counts': {0: 0, 1: 654, 2: 4, 3: 2756, 4: 934, 5: 19, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14972527472527472, 2: 0.0009157509157509158, 3: 0.6309523809523809, 4: 0.21382783882783882, 5: 0.00434981684981685, 6: 0.00022893772893772894}, 'edge_length_total': 709662.5679999996, 'edge_length_avg': 57.69614373983737, 'street_length_total': 361416.04700000165, 'street_length_avg': 57.077707991156295, 'street_segments_count': 6332, 'node_density_km': 174.3425240319263, 'intersection_density_km': 148.23904172494832, 'edge_density_km': 28325.174751854043, 'street_density_km': 14425.408850645968, 'circuity_avg': 1.059306517353225, 'self_loop_proportion': 0.0016260162601626016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059306517353225\n", - "31\n", - "53109474.866279155\n", - "{'n': 6171, 'm': 17297, 'k_avg': 5.605898557770216, 'intersection_count': 5091, 'streets_per_node_avg': 2.87619510614163, 'streets_per_node_counts': {0: 0, 1: 1080, 2: 4, 3: 3715, 4: 1345, 5: 26, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1750121536217793, 2: 0.0006481931615621455, 3: 0.6020093988008427, 4: 0.21795495057527142, 5: 0.004213255550153946, 6: 0.00016204829039053638}, 'edge_length_total': 1302855.518999997, 'edge_length_avg': 75.32262929987843, 'street_length_total': 663973.5869999966, 'street_length_avg': 75.21223232895294, 'street_segments_count': 8828, 'node_density_km': 116.19395626745612, 'intersection_density_km': 95.85860174325379, 'edge_density_km': 24531.508215443122, 'street_density_km': 12501.97989476966, 'circuity_avg': 1.0655209285873284, 'self_loop_proportion': 0.004046944556859571, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655209285873284\n", - "32\n", - "10022109.767812025\n", - "{'n': 1809, 'm': 5199, 'k_avg': 5.747927031509121, 'intersection_count': 1599, 'streets_per_node_avg': 2.998341625207297, 'streets_per_node_counts': {0: 0, 1: 210, 2: 4, 3: 1182, 4: 406, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11608623548922056, 2: 0.002211166390270868, 3: 0.6533996683250415, 4: 0.2244333886124931, 5: 0.003316749585406302, 6: 0.000552791597567717}, 'edge_length_total': 286557.6329999991, 'edge_length_avg': 55.11783669936509, 'street_length_total': 146107.80900000018, 'street_length_avg': 54.64016791323866, 'street_segments_count': 2674, 'node_density_km': 180.50091666426954, 'intersection_density_km': 159.54724474636097, 'edge_density_km': 28592.545845021104, 'street_density_km': 14578.548068716444, 'circuity_avg': 1.060136209898577, 'self_loop_proportion': 0.003462204270051933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060136209898577\n", - "33\n", - "19024618.092949916\n", - "{'n': 3620, 'm': 10071, 'k_avg': 5.564088397790055, 'intersection_count': 2881, 'streets_per_node_avg': 2.8185082872928175, 'streets_per_node_counts': {0: 0, 1: 739, 2: 3, 3: 2068, 4: 797, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20414364640883978, 2: 0.0008287292817679558, 3: 0.5712707182320442, 4: 0.2201657458563536, 5: 0.0033149171270718232, 6: 0.00027624309392265195}, 'edge_length_total': 552496.0889999999, 'edge_length_avg': 54.86010217456061, 'street_length_total': 277129.1120000015, 'street_length_avg': 54.801089974293355, 'street_segments_count': 5057, 'node_density_km': 190.2797723619739, 'intersection_density_km': 151.43536579415658, 'edge_density_km': 29041.11327232068, 'street_density_km': 14566.868603932668, 'circuity_avg': 1.0760047834363768, 'self_loop_proportion': 0.0037732102075265614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760047834363768\n", - "34\n", - "13023514.582560373\n", - "{'n': 295, 'm': 769, 'k_avg': 5.213559322033898, 'intersection_count': 251, 'streets_per_node_avg': 2.905084745762712, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 193, 4: 57, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14915254237288136, 2: 0.0, 3: 0.6542372881355932, 4: 0.19322033898305085, 5: 0.0, 6: 0.003389830508474576}, 'edge_length_total': 48885.29900000003, 'edge_length_avg': 63.56995968790641, 'street_length_total': 27224.842000000026, 'street_length_avg': 65.13120095693786, 'street_segments_count': 418, 'node_density_km': 22.651335638310016, 'intersection_density_km': 19.272831339714624, 'edge_density_km': 3753.61801840048, 'street_density_km': 2090.4374028541015, 'circuity_avg': 1.0855052107370642, 'self_loop_proportion': 0.007802340702210663, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855052107370642\n", - "35\n", - "13018017.174902564\n", - "{'n': 1568, 'm': 4322, 'k_avg': 5.512755102040816, 'intersection_count': 1293, 'streets_per_node_avg': 2.84375, 'streets_per_node_counts': {0: 0, 1: 275, 2: 0, 3: 994, 4: 293, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1753826530612245, 2: 0.0, 3: 0.6339285714285714, 4: 0.1868622448979592, 5: 0.003826530612244898}, 'edge_length_total': 338364.4290000012, 'edge_length_avg': 78.2888544655255, 'street_length_total': 171037.39299999963, 'street_length_avg': 78.13494426678832, 'street_segments_count': 2189, 'node_density_km': 120.44845070745085, 'intersection_density_km': 99.323881865264, 'edge_density_km': 25992.009724210075, 'street_density_km': 13138.513392787854, 'circuity_avg': 1.0694423238967496, 'self_loop_proportion': 0.0041647385469689956, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694423238967496\n", - "36\n", - "5010322.917865749\n", - "{'n': 796, 'm': 2432, 'k_avg': 6.110552763819095, 'intersection_count': 697, 'streets_per_node_avg': 3.086683417085427, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 451, 4: 227, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12437185929648241, 2: 0.0, 3: 0.5665829145728644, 4: 0.2851758793969849, 5: 0.02135678391959799, 6: 0.002512562814070352}, 'edge_length_total': 144683.96999999994, 'edge_length_avg': 59.49176398026314, 'street_length_total': 72341.98500000002, 'street_length_avg': 59.49176398026317, 'street_segments_count': 1216, 'node_density_km': 158.87199548788217, 'intersection_density_km': 139.1127900189119, 'edge_density_km': 28877.174659558885, 'street_density_km': 14438.587329779451, 'circuity_avg': 1.0656482311535553, 'self_loop_proportion': 0.0024671052631578946, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656482311535553\n", - "37\n", - "57101661.676926084\n", - "{'n': 7674, 'm': 21772, 'k_avg': 5.674224654678134, 'intersection_count': 6885, 'streets_per_node_avg': 3.032577534532187, 'streets_per_node_counts': {0: 0, 1: 789, 2: 3, 3: 5092, 4: 1752, 5: 36, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10281469898358092, 2: 0.00039093041438623924, 3: 0.6635392233515768, 4: 0.22830336200156373, 5: 0.004691164972634871, 6: 0.00013031013812874641, 7: 0.00013031013812874641}, 'edge_length_total': 1206414.2870000068, 'edge_length_avg': 55.411275353665566, 'street_length_total': 632711.1549999985, 'street_length_avg': 54.913309755250694, 'street_segments_count': 11522, 'node_density_km': 134.39188588623765, 'intersection_density_km': 120.57442459300837, 'edge_density_km': 21127.481260103163, 'street_density_km': 11080.43332573748, 'circuity_avg': 1.059482589384772, 'self_loop_proportion': 0.002526180415212199, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059482589384772\n", - "38\n", - "10015650.443855608\n", - "{'n': 1675, 'm': 4494, 'k_avg': 5.365970149253731, 'intersection_count': 1405, 'streets_per_node_avg': 2.8925373134328356, 'streets_per_node_counts': {0: 0, 1: 270, 2: 3, 3: 1040, 4: 361, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16119402985074627, 2: 0.001791044776119403, 3: 0.6208955223880597, 4: 0.2155223880597015, 5: 0.0005970149253731343}, 'edge_length_total': 245974.1680000006, 'edge_length_avg': 54.733904761904896, 'street_length_total': 126592.76200000026, 'street_length_avg': 52.94552990380605, 'street_segments_count': 2391, 'node_density_km': 167.23826469279163, 'intersection_density_km': 140.28045486171476, 'edge_density_km': 24558.980904819877, 'street_density_km': 12639.494829580668, 'circuity_avg': 1.0524044824347978, 'self_loop_proportion': 0.0035603026257231864, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0524044824347978\n", - "39\n", - "14020435.284318583\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1376, 'm': 3718, 'k_avg': 5.40406976744186, 'intersection_count': 1141, 'streets_per_node_avg': 2.82921511627907, 'streets_per_node_counts': {0: 0, 1: 235, 2: 0, 3: 913, 4: 222, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17078488372093023, 2: 0.0, 3: 0.6635174418604651, 4: 0.1613372093023256, 5: 0.003633720930232558, 6: 0.0007267441860465116}, 'edge_length_total': 312351.20199999964, 'edge_length_avg': 84.01054384077452, 'street_length_total': 158723.35700000048, 'street_length_avg': 83.36310766806749, 'street_segments_count': 1904, 'node_density_km': 98.1424593528143, 'intersection_density_km': 81.38121084415779, 'edge_density_km': 22278.281356168354, 'street_density_km': 11320.85800342644, 'circuity_avg': 1.0776443111524885, 'self_loop_proportion': 0.005917159763313609, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776443111524885\n", - "40\n", - "7010018.160093949\n", - "{'n': 937, 'm': 2538, 'k_avg': 5.417289220917823, 'intersection_count': 744, 'streets_per_node_avg': 2.7705442902881536, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 587, 4: 147, 5: 7, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20597652081109924, 2: 0.0, 3: 0.6264674493062967, 4: 0.1568836712913554, 5: 0.007470651013874066, 6: 0.0021344717182497333, 7: 0.0010672358591248667}, 'edge_length_total': 172962.1000000006, 'edge_length_avg': 68.14897557131623, 'street_length_total': 86759.92900000005, 'street_length_avg': 68.15391123330718, 'street_segments_count': 1273, 'node_density_km': 133.6658448809842, 'intersection_density_km': 106.13381920112299, 'edge_density_km': 24673.559475869108, 'street_density_km': 12376.562659124022, 'circuity_avg': 1.0599615249456982, 'self_loop_proportion': 0.005516154452324665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599615249456982\n", - "41\n", - "11020362.203477833\n", - "{'n': 595, 'm': 1591, 'k_avg': 5.347899159663865, 'intersection_count': 471, 'streets_per_node_avg': 2.73781512605042, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 379, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20840336134453782, 2: 0.0, 3: 0.6369747899159663, 4: 0.1546218487394958}, 'edge_length_total': 175364.30200000064, 'edge_length_avg': 110.22269138906388, 'street_length_total': 87710.43599999989, 'street_length_avg': 110.1889899497486, 'street_segments_count': 796, 'node_density_km': 53.99096590602334, 'intersection_density_km': 42.73906712896974, 'edge_density_km': 15912.753025908596, 'street_density_km': 7958.943125509976, 'circuity_avg': 1.0494801351861742, 'self_loop_proportion': 0.003771213073538655, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494801351861742\n", - "42\n", - "15022346.656901624\n", - "{'n': 614, 'm': 1596, 'k_avg': 5.198697068403908, 'intersection_count': 503, 'streets_per_node_avg': 2.767100977198697, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 426, 4: 75, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18078175895765472, 2: 0.0, 3: 0.6938110749185668, 4: 0.12214983713355049, 5: 0.003257328990228013}, 'edge_length_total': 152650.33099999983, 'edge_length_avg': 95.64557080200491, 'street_length_total': 78560.424, 'street_length_avg': 94.42358653846154, 'street_segments_count': 832, 'node_density_km': 40.872442503376384, 'intersection_density_km': 33.48345045472039, 'edge_density_km': 10161.550288141476, 'street_density_km': 5229.57070518057, 'circuity_avg': 1.0845576683741354, 'self_loop_proportion': 0.008771929824561403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0845576683741354\n", - "43\n", - "6008239.12201513\n", - "{'n': 380, 'm': 1214, 'k_avg': 6.389473684210526, 'intersection_count': 349, 'streets_per_node_avg': 3.289473684210526, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 177, 4: 172}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08157894736842106, 2: 0.0, 3: 0.46578947368421053, 4: 0.45263157894736844}, 'edge_length_total': 134989.71, 'edge_length_avg': 111.19415980230642, 'street_length_total': 67494.85500000001, 'street_length_avg': 111.19415980230644, 'street_segments_count': 607, 'node_density_km': 63.246484083434765, 'intersection_density_km': 58.08690248715456, 'edge_density_km': 22467.43301300651, 'street_density_km': 11233.716506503259, 'circuity_avg': 1.017523035785085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.017523035785085\n", - "44\n", - "13021291.08621668\n", - "{'n': 987, 'm': 2717, 'k_avg': 5.505572441742655, 'intersection_count': 852, 'streets_per_node_avg': 2.884498480243161, 'streets_per_node_counts': {0: 0, 1: 135, 2: 2, 3: 698, 4: 147, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13677811550151975, 2: 0.002026342451874367, 3: 0.707193515704154, 4: 0.14893617021276595, 5: 0.004052684903748734, 6: 0.0010131712259371835}, 'edge_length_total': 213902.49499999985, 'edge_length_avg': 78.72745491350749, 'street_length_total': 108840.27399999979, 'street_length_avg': 77.63214978601982, 'street_segments_count': 1402, 'node_density_km': 75.79893525648627, 'intersection_density_km': 65.43129973508238, 'edge_density_km': 16427.13411317717, 'street_density_km': 8358.639191716524, 'circuity_avg': 1.0773141245997704, 'self_loop_proportion': 0.004416635995583364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773141245997704\n", - "45\n", - "8017544.160341238\n", - "{'n': 778, 'm': 2013, 'k_avg': 5.174807197943445, 'intersection_count': 600, 'streets_per_node_avg': 2.710796915167095, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 469, 4: 131}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22879177377892032, 2: 0.0, 3: 0.602827763496144, 4: 0.16838046272493573}, 'edge_length_total': 148681.26100000026, 'edge_length_avg': 73.86053700943877, 'street_length_total': 75435.03800000002, 'street_length_avg': 73.09596705426358, 'street_segments_count': 1032, 'node_density_km': 97.03719548541747, 'intersection_density_km': 74.83588340777698, 'edge_density_km': 18544.489188528794, 'street_density_km': 9408.746181048711, 'circuity_avg': 1.0983948788988185, 'self_loop_proportion': 0.005961251862891207, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0983948788988185\n", - "46\n", - "8016987.644458722\n", - "{'n': 2009, 'm': 5609, 'k_avg': 5.583872573419612, 'intersection_count': 1722, 'streets_per_node_avg': 2.940766550522648, 'streets_per_node_counts': {0: 0, 1: 287, 2: 4, 3: 1269, 4: 439, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.001991040318566451, 3: 0.6316575410652066, 4: 0.218516674962668, 5: 0.004977600796416127}, 'edge_length_total': 251993.4640000004, 'edge_length_avg': 44.92662934569449, 'street_length_total': 130087.11200000001, 'street_length_avg': 44.459026657552975, 'street_segments_count': 2926, 'node_density_km': 250.59287716235966, 'intersection_density_km': 214.793894710594, 'edge_density_km': 31432.437615664312, 'street_density_km': 16226.432890902004, 'circuity_avg': 1.0681919082796203, 'self_loop_proportion': 0.0033874130861116063, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681919082796203\n", - "47\n", - "14021281.934396753\n", - "{'n': 1321, 'm': 3324, 'k_avg': 5.032551097653293, 'intersection_count': 1041, 'streets_per_node_avg': 2.713096139288418, 'streets_per_node_counts': {0: 0, 1: 280, 2: 1, 3: 863, 4: 172, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21196063588190764, 2: 0.000757002271006813, 3: 0.6532929598788796, 4: 0.13020439061317185, 5: 0.003785011355034065}, 'edge_length_total': 244917.49699999942, 'edge_length_avg': 73.68155746089032, 'street_length_total': 128143.89899999987, 'street_length_avg': 72.52059932088278, 'street_segments_count': 1767, 'node_density_km': 94.21392467398768, 'intersection_density_km': 74.2442812911591, 'edge_density_km': 17467.553833232058, 'street_density_km': 9139.242731125718, 'circuity_avg': 1.097465586006675, 'self_loop_proportion': 0.005415162454873646, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097465586006675\n", - "48\n", - "21043562.36583619\n", - "error with entry 48\n", - "49\n", - "7012773.755835062\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 482, 'm': 1310, 'k_avg': 5.435684647302905, 'intersection_count': 393, 'streets_per_node_avg': 2.804979253112033, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 310, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18464730290456433, 2: 0.0, 3: 0.6431535269709544, 4: 0.17012448132780084, 5: 0.002074688796680498}, 'edge_length_total': 128527.11400000012, 'edge_length_avg': 98.11230076335887, 'street_length_total': 64595.26000000006, 'street_length_avg': 97.72354009077165, 'street_segments_count': 661, 'node_density_km': 68.7317196849458, 'intersection_density_km': 56.040593021128004, 'edge_density_km': 18327.571724819667, 'street_density_km': 9211.085691485883, 'circuity_avg': 1.0483527782063247, 'self_loop_proportion': 0.0030534351145038168, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483527782063247\n", - "50\n", - "44058694.96673859\n", - "{'n': 5954, 'm': 16776, 'k_avg': 5.635203224722876, 'intersection_count': 4947, 'streets_per_node_avg': 2.8758817601612363, 'streets_per_node_counts': {0: 0, 1: 1007, 2: 6, 3: 3698, 4: 1210, 5: 28, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16912999664091366, 2: 0.001007725898555593, 3: 0.6210950621430971, 4: 0.2032247228753779, 5: 0.0047027208599261005, 6: 0.0008397715821296608}, 'edge_length_total': 1195799.4019999988, 'edge_length_avg': 71.28036492608481, 'street_length_total': 604137.2309999965, 'street_length_avg': 70.95809619450276, 'street_segments_count': 8514, 'node_density_km': 135.1379110183558, 'intersection_density_km': 112.28203658176119, 'edge_density_km': 27141.053608209422, 'street_density_km': 13712.099994248134, 'circuity_avg': 1.066278860143517, 'self_loop_proportion': 0.0049475441106342395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066278860143517\n", - "51\n", - "18038623.040455904\n", - "{'n': 1076, 'm': 2709, 'k_avg': 5.0353159851301115, 'intersection_count': 800, 'streets_per_node_avg': 2.617100371747212, 'streets_per_node_counts': {0: 0, 1: 276, 2: 1, 3: 659, 4: 139, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25650557620817843, 2: 0.0009293680297397769, 3: 0.612453531598513, 4: 0.129182156133829, 5: 0.0009293680297397769}, 'edge_length_total': 262710.8159999996, 'edge_length_avg': 96.97704540420804, 'street_length_total': 131743.84499999994, 'street_length_avg': 96.58639662756595, 'street_segments_count': 1364, 'node_density_km': 59.64978577282834, 'intersection_density_km': 44.3492831024746, 'edge_density_km': 14563.79544108262, 'street_density_km': 7303.431348641913, 'circuity_avg': 1.0607201580936187, 'self_loop_proportion': 0.0007382798080472499, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607201580936187\n", - "52\n", - "17029855.831280597\n", - "{'n': 1749, 'm': 4832, 'k_avg': 5.525443110348771, 'intersection_count': 1423, 'streets_per_node_avg': 2.8158947970268726, 'streets_per_node_counts': {0: 0, 1: 326, 2: 0, 3: 1106, 4: 306, 5: 10, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1863922241280732, 2: 0.0, 3: 0.6323613493424814, 4: 0.17495711835334476, 5: 0.005717552887364208, 6: 0.0, 7: 0.0005717552887364208}, 'edge_length_total': 381978.14899999916, 'edge_length_avg': 79.05176924668856, 'street_length_total': 191433.47700000016, 'street_length_avg': 78.84410090609562, 'street_segments_count': 2428, 'node_density_km': 102.70198510943473, 'intersection_density_km': 83.55913368251893, 'edge_density_km': 22429.910903789227, 'street_density_km': 11241.050945855535, 'circuity_avg': 1.0493390563973333, 'self_loop_proportion': 0.0033112582781456954, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493390563973333\n", - "53\n", - "447895971.93097854\n", - "error with entry 53\n", - "54\n", - "15020044.937319867\n", - "{'n': 2291, 'm': 6472, 'k_avg': 5.649934526407682, 'intersection_count': 1973, 'streets_per_node_avg': 2.9912701876909646, 'streets_per_node_counts': {0: 0, 1: 318, 2: 3, 3: 1363, 4: 596, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13880401571366216, 2: 0.0013094718463553033, 3: 0.5949367088607594, 4: 0.2601484068092536, 5: 0.004364906154517678, 6: 0.00043649061545176777}, 'edge_length_total': 339093.7879999989, 'edge_length_avg': 52.393972187886106, 'street_length_total': 175387.0479999999, 'street_length_avg': 51.73659233038345, 'street_segments_count': 3390, 'node_density_km': 152.5295037105794, 'intersection_density_km': 131.35779608073906, 'edge_density_km': 22576.083454814605, 'street_density_km': 11676.865730555894, 'circuity_avg': 1.0587625695114098, 'self_loop_proportion': 0.0012360939431396785, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587625695114098\n", - "55\n", - "9018799.771923078\n", - "{'n': 698, 'm': 1842, 'k_avg': 5.277936962750716, 'intersection_count': 545, 'streets_per_node_avg': 2.7349570200573066, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 426, 4: 117, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2191977077363897, 2: 0.0, 3: 0.6103151862464183, 4: 0.167621776504298, 5: 0.0028653295128939827}, 'edge_length_total': 162689.50399999972, 'edge_length_avg': 88.32220629750256, 'street_length_total': 81584.5009999998, 'street_length_avg': 88.19946054054033, 'street_segments_count': 925, 'node_density_km': 77.39389027938975, 'intersection_density_km': 60.42932693734586, 'edge_density_km': 18038.93069080848, 'street_density_km': 9046.048594402218, 'circuity_avg': 1.0669745344715986, 'self_loop_proportion': 0.003257328990228013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669745344715986\n", - "56\n", - "6009587.870890583\n", - "{'n': 133, 'm': 324, 'k_avg': 4.87218045112782, 'intersection_count': 100, 'streets_per_node_avg': 2.6090225563909772, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 86, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24812030075187969, 2: 0.0, 3: 0.6466165413533834, 4: 0.10526315789473684}, 'edge_length_total': 44339.70800000001, 'edge_length_avg': 136.85095061728398, 'street_length_total': 22169.85399999999, 'street_length_avg': 136.85095061728387, 'street_segments_count': 162, 'node_density_km': 22.131301323378477, 'intersection_density_km': 16.640076182991336, 'edge_density_km': 7378.161190515907, 'street_density_km': 3689.0805952579503, 'circuity_avg': 1.071122497722968, 'self_loop_proportion': 0.012345679012345678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071122497722968\n", - "57\n", - "8010968.246623776\n", - "{'n': 661, 'm': 1711, 'k_avg': 5.177004538577912, 'intersection_count': 525, 'streets_per_node_avg': 2.718608169440242, 'streets_per_node_counts': {0: 0, 1: 136, 2: 2, 3: 436, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20574886535552195, 2: 0.0030257186081694403, 3: 0.659606656580938, 4: 0.13010590015128592, 5: 0.0015128593040847202}, 'edge_length_total': 127470.09800000025, 'edge_length_avg': 74.50034950321464, 'street_length_total': 64605.60800000001, 'street_length_avg': 73.24898866213152, 'street_segments_count': 882, 'node_density_km': 82.5118736775144, 'intersection_density_km': 65.53514929000765, 'edge_density_km': 15911.946480841756, 'street_density_km': 8064.644124288978, 'circuity_avg': 1.0985586475363351, 'self_loop_proportion': 0.004675628287551139, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0985586475363351\n", - "58\n", - "9015221.063498821\n", - "{'n': 794, 'm': 2083, 'k_avg': 5.246851385390428, 'intersection_count': 638, 'streets_per_node_avg': 2.8299748110831233, 'streets_per_node_counts': {0: 0, 1: 156, 2: 0, 3: 462, 4: 175, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1964735516372796, 2: 0.0, 3: 0.5818639798488665, 4: 0.22040302267002518, 5: 0.0012594458438287153}, 'edge_length_total': 155999.5069999995, 'edge_length_avg': 74.89174603936605, 'street_length_total': 84051.09399999998, 'street_length_avg': 75.65354995499548, 'street_segments_count': 1111, 'node_density_km': 88.07327012920163, 'intersection_density_km': 70.76920194260785, 'edge_density_km': 17304.013501301302, 'street_density_km': 9323.242703421809, 'circuity_avg': 1.1041226135809201, 'self_loop_proportion': 0.00672107537205953, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1041226135809201\n", - "59\n", - "71111460.59236386\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5208, 'm': 14081, 'k_avg': 5.407450076804915, 'intersection_count': 4167, 'streets_per_node_avg': 2.79857910906298, 'streets_per_node_counts': {0: 0, 1: 1041, 2: 5, 3: 3159, 4: 970, 5: 31, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19988479262672812, 2: 0.0009600614439324117, 3: 0.6065668202764977, 4: 0.18625192012288785, 5: 0.005952380952380952, 6: 0.00038402457757296467}, 'edge_length_total': 1400586.6569999994, 'edge_length_avg': 99.46641978552655, 'street_length_total': 718975.5390000007, 'street_length_avg': 99.30601367403324, 'street_segments_count': 7240, 'node_density_km': 73.23714007020759, 'intersection_density_km': 58.59814951469951, 'edge_density_km': 19695.653068197535, 'street_density_km': 10110.543828109841, 'circuity_avg': 1.0742289157420855, 'self_loop_proportion': 0.004971237838221718, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742289157420855\n", - "60\n", - "9012467.681619864\n", - "{'n': 1939, 'm': 5037, 'k_avg': 5.195461578133059, 'intersection_count': 1459, 'streets_per_node_avg': 2.6585869004641567, 'streets_per_node_counts': {0: 0, 1: 480, 2: 1, 3: 1168, 4: 285, 5: 3, 6: 0, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2475502836513667, 2: 0.0005157297576070139, 3: 0.6023723568849922, 4: 0.14698298091799897, 5: 0.0015471892728210418, 6: 0.0, 7: 0.0010314595152140279}, 'edge_length_total': 253620.83299999958, 'edge_length_avg': 50.35156501886035, 'street_length_total': 128148.89800000022, 'street_length_avg': 50.19541637289472, 'street_segments_count': 2553, 'node_density_km': 215.146402572341, 'intersection_density_km': 161.88684958898685, 'edge_density_km': 28141.108735095604, 'street_density_km': 14219.068797478036, 'circuity_avg': 1.0835503008776044, 'self_loop_proportion': 0.0019853087155052612, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0835503008776044\n", - "61\n", - "6010352.401618744\n", - "{'n': 192, 'm': 467, 'k_avg': 4.864583333333333, 'intersection_count': 138, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 126, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.65625, 4: 0.0625}, 'edge_length_total': 64142.516000000054, 'edge_length_avg': 137.35014132762325, 'street_length_total': 32098.221000000005, 'street_length_avg': 137.17188461538464, 'street_segments_count': 234, 'node_density_km': 31.944882291475853, 'intersection_density_km': 22.96038414699827, 'edge_density_km': 10672.005851557857, 'street_density_km': 5340.489018806138, 'circuity_avg': 1.0948534822622928, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948534822622928\n", - "62\n", - "25034909.59808257\n", - "{'n': 11295, 'm': 30738, 'k_avg': 5.442762284196547, 'intersection_count': 8994, 'streets_per_node_avg': 2.825940681717574, 'streets_per_node_counts': {0: 0, 1: 2301, 2: 27, 3: 6341, 4: 2590, 5: 35, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20371845949535192, 2: 0.002390438247011952, 3: 0.5613988490482514, 4: 0.22930500221336875, 5: 0.003098716246126605, 6: 8.853474988933157e-05}, 'edge_length_total': 1014169.6429999956, 'edge_length_avg': 32.99400230984435, 'street_length_total': 527618.1149999999, 'street_length_avg': 33.12935545648624, 'street_segments_count': 15926, 'node_density_km': 451.1699934744357, 'intersection_density_km': 359.2583374332957, 'edge_density_km': 40510.2179029906, 'street_density_km': 21075.295396329704, 'circuity_avg': 1.0572266355774989, 'self_loop_proportion': 0.002147179387077884, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572266355774989\n", - "63\n", - "14027727.225018041\n", - "{'n': 946, 'm': 2537, 'k_avg': 5.363636363636363, 'intersection_count': 848, 'streets_per_node_avg': 3.036997885835095, 'streets_per_node_counts': {0: 0, 1: 98, 2: 2, 3: 616, 4: 227, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10359408033826638, 2: 0.0021141649048625794, 3: 0.6511627906976745, 4: 0.23995771670190275, 5: 0.003171247357293869}, 'edge_length_total': 224884.26099999994, 'edge_length_avg': 88.64180567599524, 'street_length_total': 120445.1449999999, 'street_length_avg': 85.24072540693552, 'street_segments_count': 1413, 'node_density_km': 67.43786679233658, 'intersection_density_km': 60.45170300200996, 'edge_density_km': 16031.411032781236, 'street_density_km': 8586.219497139173, 'circuity_avg': 1.0576398647414635, 'self_loop_proportion': 0.0031533307055577452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576398647414635\n", - "64\n", - "16035104.217090486\n", - "{'n': 338, 'm': 779, 'k_avg': 4.609467455621302, 'intersection_count': 234, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 195, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.5769230769230769, 4: 0.11538461538461539}, 'edge_length_total': 162526.08800000005, 'edge_length_avg': 208.63425930680364, 'street_length_total': 89153.69400000003, 'street_length_avg': 219.0508452088453, 'street_segments_count': 407, 'node_density_km': 21.07875293007163, 'intersection_density_km': 14.592982797741897, 'edge_density_km': 10135.642762257634, 'street_density_km': 5559.907362808314, 'circuity_avg': 1.0434534214581546, 'self_loop_proportion': 0.010269576379974325, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434534214581546\n", - "65\n", - "7008909.598267124\n", - "{'n': 429, 'm': 1101, 'k_avg': 5.1328671328671325, 'intersection_count': 343, 'streets_per_node_avg': 2.675990675990676, 'streets_per_node_counts': {0: 0, 1: 86, 2: 2, 3: 306, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20046620046620048, 2: 0.004662004662004662, 3: 0.7132867132867133, 4: 0.08158508158508158}, 'edge_length_total': 116793.80200000011, 'edge_length_avg': 106.07974750227076, 'street_length_total': 58596.01400000003, 'street_length_avg': 105.57840360360366, 'street_segments_count': 555, 'node_density_km': 61.20780900156931, 'intersection_density_km': 48.93771209216381, 'edge_density_km': 16663.619406487436, 'street_density_km': 8360.218259126534, 'circuity_avg': 1.0766148581653894, 'self_loop_proportion': 0.012715712988192553, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766148581653894\n", - "66\n", - "50071281.374364704\n", - "{'n': 12676, 'm': 36039, 'k_avg': 5.686178605238245, 'intersection_count': 10933, 'streets_per_node_avg': 3.0127800568002523, 'streets_per_node_counts': {0: 0, 1: 1743, 2: 13, 3: 7369, 4: 3450, 5: 92, 6: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1375039444619754, 2: 0.0010255601136005049, 3: 0.5813348059324708, 4: 0.27216787630167244, 5: 0.007257810034711265, 6: 0.0007100031555695803}, 'edge_length_total': 1799515.5040000225, 'edge_length_avg': 49.9324482921286, 'street_length_total': 940638.195000002, 'street_length_avg': 49.504667912215254, 'street_segments_count': 19001, 'node_density_km': 253.15908944343113, 'intersection_density_km': 218.3487160685573, 'edge_density_km': 35939.074347742404, 'street_density_km': 18785.9820875602, 'circuity_avg': 1.0674822790356715, 'self_loop_proportion': 0.0026637809040206445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674822790356715\n", - "67\n", - "12015761.149411121\n", - "{'n': 1587, 'm': 4578, 'k_avg': 5.76937618147448, 'intersection_count': 1418, 'streets_per_node_avg': 3.0245746691871456, 'streets_per_node_counts': {0: 0, 1: 169, 2: 1, 3: 1048, 4: 361, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10649023314429741, 2: 0.000630119722747322, 3: 0.6603654694391935, 4: 0.22747321991178324, 5: 0.004410838059231254, 6: 0.000630119722747322}, 'edge_length_total': 236555.74900000083, 'edge_length_avg': 51.67229117518585, 'street_length_total': 120650.4340000001, 'street_length_avg': 50.608403523489976, 'street_segments_count': 2384, 'node_density_km': 132.07652684389262, 'intersection_density_km': 118.01166670739744, 'edge_density_km': 19687.121444786222, 'street_density_km': 10041.01467229257, 'circuity_avg': 1.0718772795865543, 'self_loop_proportion': 0.0034949759720401923, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718772795865543\n", - "68\n", - "21031394.82743902\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 311, 'm': 684, 'k_avg': 4.398713826366559, 'intersection_count': 222, 'streets_per_node_avg': 2.459807073954984, 'streets_per_node_counts': {0: 0, 1: 89, 2: 3, 3: 206, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2861736334405145, 2: 0.00964630225080386, 3: 0.662379421221865, 4: 0.04180064308681672}, 'edge_length_total': 165219.20200000014, 'edge_length_avg': 241.54854093567272, 'street_length_total': 94155.29999999999, 'street_length_avg': 260.81800554016615, 'street_segments_count': 361, 'node_density_km': 14.787416743004023, 'intersection_density_km': 10.555647964459464, 'edge_density_km': 7855.836636400532, 'street_density_km': 4476.892796342658, 'circuity_avg': 1.0990336550529909, 'self_loop_proportion': 0.008771929824561403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0990336550529909\n", - "69\n", - "16035593.748061381\n", - "{'n': 4603, 'm': 12762, 'k_avg': 5.545079296111232, 'intersection_count': 3792, 'streets_per_node_avg': 2.9235281338257657, 'streets_per_node_counts': {0: 0, 1: 811, 2: 5, 3: 2529, 4: 1241, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17618944166847708, 2: 0.0010862480990658267, 3: 0.5494242885074951, 4: 0.26960677818813816, 5: 0.0036932435368238104}, 'edge_length_total': 563626.1699999995, 'edge_length_avg': 44.16440761636103, 'street_length_total': 292851.5470000001, 'street_length_avg': 43.971703753753765, 'street_segments_count': 6660, 'node_density_km': 287.04892829780493, 'intersection_density_km': 236.47393788947997, 'edge_density_km': 35148.44407106154, 'street_density_km': 18262.59455066354, 'circuity_avg': 1.0643069528401716, 'self_loop_proportion': 0.001567152483936687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643069528401716\n", - "70\n", - "4005810.830674898\n", - "{'n': 517, 'm': 1275, 'k_avg': 4.932301740812379, 'intersection_count': 408, 'streets_per_node_avg': 2.6634429400386845, 'streets_per_node_counts': {0: 0, 1: 109, 2: 1, 3: 363, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21083172147001933, 2: 0.0019342359767891683, 3: 0.7021276595744681, 4: 0.08317214700193423, 5: 0.0019342359767891683}, 'edge_length_total': 86696.40400000014, 'edge_length_avg': 67.99717960784325, 'street_length_total': 44650.404, 'street_length_avg': 66.64239402985075, 'street_segments_count': 670, 'node_density_km': 129.06250990212035, 'intersection_density_km': 101.8520387622149, 'edge_density_km': 21642.660541060435, 'street_density_km': 11146.408526854302, 'circuity_avg': 1.0947384032661036, 'self_loop_proportion': 0.006274509803921568, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0947384032661036\n", - "71\n", - "10017148.636473943\n", - "{'n': 178, 'm': 414, 'k_avg': 4.651685393258427, 'intersection_count': 125, 'streets_per_node_avg': 2.4887640449438204, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 110, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29775280898876405, 2: 0.0, 3: 0.6179775280898876, 4: 0.08426966292134831}, 'edge_length_total': 55625.56800000005, 'edge_length_avg': 134.36127536231896, 'street_length_total': 27812.783999999996, 'street_length_avg': 134.36127536231882, 'street_segments_count': 207, 'node_density_km': 17.769527682945153, 'intersection_density_km': 12.47860090094463, 'edge_density_km': 5553.034103682859, 'street_density_km': 2776.5170518414266, 'circuity_avg': 1.130593509362006, 'self_loop_proportion': 0.01932367149758454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.130593509362006\n", - "72\n", - "6011290.296603304\n", - "{'n': 523, 'm': 1317, 'k_avg': 5.036328871892925, 'intersection_count': 401, 'streets_per_node_avg': 2.661567877629063, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 334, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2332695984703633, 2: 0.0, 3: 0.638623326959847, 4: 0.12810707456978968}, 'edge_length_total': 89438.66299999999, 'edge_length_avg': 67.91090584662109, 'street_length_total': 45329.77500000004, 'street_length_avg': 66.36863103953154, 'street_segments_count': 683, 'node_density_km': 87.00295181144763, 'intersection_density_km': 66.70780817665488, 'edge_density_km': 14878.446820400197, 'street_density_km': 7540.7729062117905, 'circuity_avg': 1.0853186947434492, 'self_loop_proportion': 0.0030372057706909645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0853186947434492\n", - "73\n", - "26046654.62949019\n", - "{'n': 5489, 'm': 15368, 'k_avg': 5.5995627618874115, 'intersection_count': 4574, 'streets_per_node_avg': 2.872654399708508, 'streets_per_node_counts': {0: 0, 1: 915, 2: 8, 3: 3445, 4: 1104, 5: 16, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16669703042448533, 2: 0.0014574603752960467, 3: 0.6276188741118601, 4: 0.20112953179085444, 5: 0.0029149207505920934, 6: 0.00018218254691200583}, 'edge_length_total': 764543.9260000027, 'edge_length_avg': 49.74908420093718, 'street_length_total': 389268.87300000037, 'street_length_avg': 49.55051845723019, 'street_segments_count': 7856, 'node_density_km': 210.7372358592769, 'intersection_density_km': 175.60796444167107, 'edge_density_km': 29352.864576104956, 'street_density_km': 14945.062179281467, 'circuity_avg': 1.082130432342801, 'self_loop_proportion': 0.003709005726184279, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082130432342801\n", - "74\n", - "10013822.423546372\n", - "{'n': 880, 'm': 2316, 'k_avg': 5.263636363636364, 'intersection_count': 695, 'streets_per_node_avg': 2.7181818181818183, 'streets_per_node_counts': {0: 0, 1: 185, 2: 2, 3: 571, 4: 120, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21022727272727273, 2: 0.0022727272727272726, 3: 0.6488636363636363, 4: 0.13636363636363635, 5: 0.0022727272727272726}, 'edge_length_total': 193011.81000000003, 'edge_length_avg': 83.33843264248706, 'street_length_total': 97035.05099999999, 'street_length_avg': 82.79441211604095, 'street_segments_count': 1172, 'node_density_km': 87.87853057297875, 'intersection_density_km': 69.40406675934116, 'edge_density_km': 19274.538915944282, 'street_density_km': 9690.111018129603, 'circuity_avg': 1.1009663668265106, 'self_loop_proportion': 0.010362694300518135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1009663668265106\n", - "75\n", - "15019662.23322817\n", - "{'n': 1482, 'm': 3688, 'k_avg': 4.9770580296896085, 'intersection_count': 1125, 'streets_per_node_avg': 2.6322537112010798, 'streets_per_node_counts': {0: 0, 1: 357, 2: 2, 3: 955, 4: 165, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2408906882591093, 2: 0.001349527665317139, 3: 0.6443994601889339, 4: 0.11133603238866396, 5: 0.0020242914979757085}, 'edge_length_total': 271759.58699999924, 'edge_length_avg': 73.68752359002148, 'street_length_total': 138750.27800000014, 'street_length_avg': 71.8913357512954, 'street_segments_count': 1930, 'node_density_km': 98.67066096342397, 'intersection_density_km': 74.90181753296353, 'edge_density_km': 18093.588442939978, 'street_density_km': 9237.909338136868, 'circuity_avg': 1.098016479519934, 'self_loop_proportion': 0.003796095444685466, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098016479519934\n", - "76\n", - "6010775.790675046\n", - "{'n': 139, 'm': 349, 'k_avg': 5.0215827338129495, 'intersection_count': 100, 'streets_per_node_avg': 2.6258992805755397, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 76, 4: 22, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2805755395683453, 2: 0.0, 3: 0.5467625899280576, 4: 0.15827338129496402, 5: 0.014388489208633094}, 'edge_length_total': 41206.38300000003, 'edge_length_avg': 118.06986532951298, 'street_length_total': 20991.57499999999, 'street_length_avg': 119.27031249999995, 'street_segments_count': 176, 'node_density_km': 23.12513473146691, 'intersection_density_km': 16.6367875765949, 'edge_density_km': 6855.418407708118, 'street_density_km': 3492.3237417315995, 'circuity_avg': 1.1244887407479625, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1244887407479625\n", - "77\n", - "5009597.01712341\n", - "{'n': 197, 'm': 496, 'k_avg': 5.035532994923858, 'intersection_count': 156, 'streets_per_node_avg': 2.6903553299492384, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 136, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20812182741116753, 2: 0.0, 3: 0.6903553299492385, 4: 0.09644670050761421, 5: 0.005076142131979695}, 'edge_length_total': 60416.61699999999, 'edge_length_avg': 121.80769556451611, 'street_length_total': 30302.669000000005, 'street_length_avg': 120.72776494023907, 'street_segments_count': 251, 'node_density_km': 39.32452038090691, 'intersection_density_km': 31.140229337164865, 'edge_density_km': 12060.175058690085, 'street_density_km': 6048.923475565362, 'circuity_avg': 1.0640005154665715, 'self_loop_proportion': 0.008064516129032258, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0640005154665715\n", - "78\n", - "10014821.081747571\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 583, 'm': 1380, 'k_avg': 4.734133790737564, 'intersection_count': 453, 'streets_per_node_avg': 2.6346483704974273, 'streets_per_node_counts': {0: 0, 1: 130, 2: 1, 3: 404, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22298456260720412, 2: 0.0017152658662092624, 3: 0.692967409948542, 4: 0.0823327615780446}, 'edge_length_total': 137650.044, 'edge_length_avg': 99.74640869565216, 'street_length_total': 71743.52299999999, 'street_length_avg': 95.65803066666665, 'street_segments_count': 750, 'node_density_km': 58.2137209682699, 'intersection_density_km': 45.232959860422405, 'edge_density_km': 13744.633366528427, 'street_density_km': 7163.734869987397, 'circuity_avg': 1.0728693756996204, 'self_loop_proportion': 0.004347826086956522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728693756996204\n", - "79\n", - "33048237.174602948\n", - "{'n': 2965, 'm': 8539, 'k_avg': 5.759865092748735, 'intersection_count': 2551, 'streets_per_node_avg': 2.9655986509274874, 'streets_per_node_counts': {0: 0, 1: 414, 2: 4, 3: 1845, 4: 674, 5: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13962900505902193, 2: 0.0013490725126475548, 3: 0.6222596964586846, 4: 0.22731871838111298, 5: 0.009443507588532884}, 'edge_length_total': 718578.8219999983, 'edge_length_avg': 84.15257313502732, 'street_length_total': 364325.6299999999, 'street_length_avg': 83.63765610651971, 'street_segments_count': 4356, 'node_density_km': 89.71734208802387, 'intersection_density_km': 77.19019887573319, 'edge_density_km': 21743.332880466463, 'street_density_km': 11024.056383859966, 'circuity_avg': 1.084256447519796, 'self_loop_proportion': 0.0028106335636491394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084256447519796\n", - "80\n", - "8010620.596476435\n", - "{'n': 975, 'm': 2575, 'k_avg': 5.282051282051282, 'intersection_count': 799, 'streets_per_node_avg': 2.836923076923077, 'streets_per_node_counts': {0: 0, 1: 176, 2: 3, 3: 603, 4: 190, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18051282051282053, 2: 0.003076923076923077, 3: 0.6184615384615385, 4: 0.19487179487179487, 5: 0.003076923076923077}, 'edge_length_total': 141786.99, 'edge_length_avg': 55.06290873786408, 'street_length_total': 73628.66400000012, 'street_length_avg': 53.74355036496359, 'street_segments_count': 1370, 'node_density_km': 121.71341636487756, 'intersection_density_km': 99.74258428260222, 'edge_density_km': 17699.875845120747, 'street_density_km': 9191.380756740191, 'circuity_avg': 1.0641162404152282, 'self_loop_proportion': 0.003495145631067961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641162404152282\n", - "81\n", - "9015011.214692527\n", - "{'n': 213, 'm': 494, 'k_avg': 4.63849765258216, 'intersection_count': 164, 'streets_per_node_avg': 2.6338028169014085, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 144, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2300469483568075, 2: 0.0, 3: 0.676056338028169, 4: 0.09389671361502347}, 'edge_length_total': 73399.49799999996, 'edge_length_avg': 148.58197975708495, 'street_length_total': 38092.26399999998, 'street_length_avg': 143.20399999999992, 'street_segments_count': 266, 'node_density_km': 23.627258461182592, 'intersection_density_km': 18.191879754149976, 'edge_density_km': 8141.919766042507, 'street_density_km': 4225.426135678877, 'circuity_avg': 1.1674851974296034, 'self_loop_proportion': 0.008097165991902834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1674851974296034\n", - "82\n", - "16021252.327844791\n", - "{'n': 3532, 'm': 9814, 'k_avg': 5.557191392978482, 'intersection_count': 2963, 'streets_per_node_avg': 2.886466591166478, 'streets_per_node_counts': {0: 0, 1: 569, 2: 10, 3: 2215, 4: 731, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16109852774631936, 2: 0.0028312570781426952, 3: 0.627123442808607, 4: 0.20696489241223104, 5: 0.0014156285390713476, 6: 0.0005662514156285391}, 'edge_length_total': 494424.0750000017, 'edge_length_avg': 50.379465559405105, 'street_length_total': 252483.70099999962, 'street_length_avg': 49.760287938509975, 'street_segments_count': 5074, 'node_density_km': 220.45717324240726, 'intersection_density_km': 184.9418472019402, 'edge_density_km': 30860.513577998965, 'street_density_km': 15759.298701087508, 'circuity_avg': 1.0676421602953903, 'self_loop_proportion': 0.0014265335235378032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676421602953903\n", - "83\n", - "9013599.94978655\n", - "{'n': 1129, 'm': 3066, 'k_avg': 5.431355181576617, 'intersection_count': 930, 'streets_per_node_avg': 2.8529672276350753, 'streets_per_node_counts': {0: 0, 1: 199, 2: 1, 3: 705, 4: 215, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1762621789193977, 2: 0.0008857395925597874, 3: 0.6244464127546502, 4: 0.1904340124003543, 5: 0.007971656333038087}, 'edge_length_total': 195210.77599999952, 'edge_length_avg': 63.66952902804942, 'street_length_total': 100065.4629999999, 'street_length_avg': 62.6583988728866, 'street_segments_count': 1597, 'node_density_km': 125.25517066316392, 'intersection_density_km': 103.17742136115363, 'edge_density_km': 21657.35966622551, 'street_density_km': 11101.609074892385, 'circuity_avg': 1.09181745026165, 'self_loop_proportion': 0.0019569471624266144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.09181745026165\n", - "84\n", - "9012785.23188027\n", - "{'n': 249, 'm': 636, 'k_avg': 5.108433734939759, 'intersection_count': 193, 'streets_per_node_avg': 2.6345381526104417, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 174, 4: 17, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2248995983935743, 2: 0.0, 3: 0.6987951807228916, 4: 0.06827309236947791, 5: 0.008032128514056224}, 'edge_length_total': 101628.76199999987, 'edge_length_avg': 159.79365094339602, 'street_length_total': 50814.38100000001, 'street_length_avg': 159.79365094339624, 'street_segments_count': 318, 'node_density_km': 27.62741967036232, 'intersection_density_km': 21.4140240818471, 'edge_density_km': 11276.066097804687, 'street_density_km': 5638.033048902352, 'circuity_avg': 1.0899707546585107, 'self_loop_proportion': 0.0031446540880503146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0899707546585107\n", - "85\n", - "8015000.04694234\n", - "{'n': 174, 'm': 504, 'k_avg': 5.793103448275862, 'intersection_count': 142, 'streets_per_node_avg': 2.9482758620689653, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 87, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1839080459770115, 2: 0.0, 3: 0.5, 4: 0.3160919540229885}, 'edge_length_total': 91968.31400000006, 'edge_length_avg': 182.4768134920636, 'street_length_total': 45984.15700000003, 'street_length_avg': 182.4768134920636, 'street_segments_count': 252, 'node_density_km': 21.70929494459325, 'intersection_density_km': 17.71678093179449, 'edge_density_km': 11474.52444932739, 'street_density_km': 5737.262224663695, 'circuity_avg': 1.0333492235833088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0333492235833088\n", - "86\n", - "15020966.379659573\n", - "{'n': 1205, 'm': 3217, 'k_avg': 5.339419087136929, 'intersection_count': 959, 'streets_per_node_avg': 2.7435684647302905, 'streets_per_node_counts': {0: 0, 1: 246, 2: 2, 3: 773, 4: 183, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.204149377593361, 2: 0.0016597510373443983, 3: 0.64149377593361, 4: 0.15186721991701244, 5: 0.0008298755186721991}, 'edge_length_total': 283315.29600000026, 'edge_length_avg': 88.06816785825312, 'street_length_total': 143099.21, 'street_length_avg': 88.11527709359605, 'street_segments_count': 1624, 'node_density_km': 80.22120345277742, 'intersection_density_km': 63.84409469810252, 'edge_density_km': 18861.32282298745, 'street_density_km': 9526.631401943336, 'circuity_avg': 1.086300963337926, 'self_loop_proportion': 0.007460366801367734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086300963337926\n", - "87\n", - "9012805.233500473\n", - "{'n': 992, 'm': 2772, 'k_avg': 5.588709677419355, 'intersection_count': 805, 'streets_per_node_avg': 2.876008064516129, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 558, 4: 245, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18850806451612903, 2: 0.0, 3: 0.5625, 4: 0.2469758064516129, 5: 0.0010080645161290322, 6: 0.0, 7: 0.0010080645161290322}, 'edge_length_total': 217448.51999999984, 'edge_length_avg': 78.44463203463198, 'street_length_total': 108951.11599999988, 'street_length_avg': 77.93355937052924, 'street_segments_count': 1398, 'node_density_km': 110.06562044775468, 'intersection_density_km': 89.31736336738157, 'edge_density_km': 24126.61922303022, 'street_density_km': 12088.480021184756, 'circuity_avg': 1.0555653164633316, 'self_loop_proportion': 0.0036075036075036075, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555653164633316\n", - "88\n", - "14020678.281863542\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3980, 'm': 10964, 'k_avg': 5.509547738693468, 'intersection_count': 3273, 'streets_per_node_avg': 2.850251256281407, 'streets_per_node_counts': {0: 0, 1: 707, 2: 7, 3: 2459, 4: 792, 5: 12, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17763819095477387, 2: 0.0017587939698492463, 3: 0.6178391959798994, 4: 0.19899497487437187, 5: 0.003015075376884422, 6: 0.0007537688442211055}, 'edge_length_total': 491431.3280000015, 'edge_length_avg': 44.82226632615847, 'street_length_total': 250745.77300000103, 'street_length_avg': 44.395498052408115, 'street_segments_count': 5648, 'node_density_km': 283.8664378419075, 'intersection_density_km': 233.4409173508953, 'edge_density_km': 35050.46746816042, 'street_density_km': 17883.99733302157, 'circuity_avg': 1.081741639304997, 'self_loop_proportion': 0.0023713973002553812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081741639304997\n", - "89\n", - "11018603.648791842\n", - "{'n': 1528, 'm': 3983, 'k_avg': 5.213350785340314, 'intersection_count': 1210, 'streets_per_node_avg': 2.766361256544503, 'streets_per_node_counts': {0: 0, 1: 318, 2: 2, 3: 930, 4: 275, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2081151832460733, 2: 0.0013089005235602095, 3: 0.6086387434554974, 4: 0.1799738219895288, 5: 0.001963350785340314}, 'edge_length_total': 216813.55300000013, 'edge_length_avg': 54.43473587747932, 'street_length_total': 111368.08599999978, 'street_length_avg': 53.26068197034901, 'street_segments_count': 2091, 'node_density_km': 138.674558837366, 'intersection_density_km': 109.8142776133592, 'edge_density_km': 19677.044379736184, 'street_density_km': 10107.277614274743, 'circuity_avg': 1.0799237043099084, 'self_loop_proportion': 0.0025106703489831783, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0799237043099084\n", - "90\n", - "20033587.073915012\n", - "{'n': 1770, 'm': 4612, 'k_avg': 5.211299435028248, 'intersection_count': 1477, 'streets_per_node_avg': 2.859322033898305, 'streets_per_node_counts': {0: 0, 1: 293, 2: 14, 3: 1128, 4: 323, 5: 8, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1655367231638418, 2: 0.007909604519774011, 3: 0.6372881355932203, 4: 0.1824858757062147, 5: 0.004519774011299435, 6: 0.0022598870056497176}, 'edge_length_total': 364114.72899999924, 'edge_length_avg': 78.9494208586295, 'street_length_total': 191373.03100000005, 'street_length_avg': 76.36593415802076, 'street_segments_count': 2506, 'node_density_km': 88.35162636973043, 'intersection_density_km': 73.72618765428916, 'edge_density_km': 18175.213837470947, 'street_density_km': 9552.609340200475, 'circuity_avg': 1.064066701505388, 'self_loop_proportion': 0.004553339115351257, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064066701505388\n", - "91\n", - "7014066.649084153\n", - "{'n': 400, 'm': 1112, 'k_avg': 5.56, 'intersection_count': 330, 'streets_per_node_avg': 2.855, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 248, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.175, 2: 0.0, 3: 0.62, 4: 0.205}, 'edge_length_total': 125879.77100000014, 'edge_length_avg': 113.20123291366919, 'street_length_total': 63213.70800000005, 'street_length_avg': 112.88162142857152, 'street_segments_count': 560, 'node_density_km': 57.028257644547644, 'intersection_density_km': 47.04831255675181, 'edge_density_km': 17946.760032061662, 'street_density_km': 9012.419066228014, 'circuity_avg': 1.082619666336348, 'self_loop_proportion': 0.00539568345323741, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082619666336348\n", - "92\n", - "8010337.103508602\n", - "{'n': 586, 'm': 1638, 'k_avg': 5.590443686006826, 'intersection_count': 492, 'streets_per_node_avg': 2.909556313993174, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 360, 4: 129, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16040955631399317, 2: 0.0, 3: 0.6143344709897611, 4: 0.22013651877133106, 5: 0.005119453924914676}, 'edge_length_total': 125506.10300000025, 'edge_length_avg': 76.62155250305265, 'street_length_total': 63873.717999999935, 'street_length_avg': 76.22162052505959, 'street_segments_count': 838, 'node_density_km': 73.15547303787334, 'intersection_density_km': 61.42063606592779, 'edge_density_km': 15668.017634991591, 'street_density_km': 7973.91135661727, 'circuity_avg': 1.0911784420752428, 'self_loop_proportion': 0.0030525030525030525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0911784420752428\n", - "93\n", - "10013168.122777408\n", - "{'n': 1294, 'm': 3477, 'k_avg': 5.37403400309119, 'intersection_count': 1049, 'streets_per_node_avg': 2.8199381761978364, 'streets_per_node_counts': {0: 0, 1: 245, 2: 0, 3: 799, 4: 243, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1893353941267388, 2: 0.0, 3: 0.6174652241112828, 4: 0.18778979907264295, 5: 0.005409582689335394}, 'edge_length_total': 238395.3459999995, 'edge_length_avg': 68.56351624964034, 'street_length_total': 121458.63300000006, 'street_length_avg': 68.77612287655722, 'street_segments_count': 1766, 'node_density_km': 129.229828575082, 'intersection_density_km': 104.76204804888795, 'edge_density_km': 23808.1836914044, 'street_density_km': 12129.890511247144, 'circuity_avg': 1.0725935661355201, 'self_loop_proportion': 0.004026459591601955, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725935661355201\n", - "94\n", - "6007598.053865532\n", - "{'n': 1275, 'm': 3436, 'k_avg': 5.389803921568627, 'intersection_count': 1064, 'streets_per_node_avg': 2.891764705882353, 'streets_per_node_counts': {0: 0, 1: 211, 2: 1, 3: 780, 4: 281, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16549019607843138, 2: 0.000784313725490196, 3: 0.611764705882353, 4: 0.2203921568627451, 5: 0.001568627450980392}, 'edge_length_total': 169179.68199999997, 'edge_length_avg': 49.237392898719435, 'street_length_total': 88039.01599999995, 'street_length_avg': 48.45295321959271, 'street_segments_count': 1817, 'node_density_km': 212.23124259779885, 'intersection_density_km': 177.10905264631998, 'edge_density_km': 28160.95226130232, 'street_density_km': 14654.611578641163, 'circuity_avg': 1.072013282229318, 'self_loop_proportion': 0.004947613504074505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072013282229318\n", - "95\n", - "25047701.79376698\n", - "{'n': 4100, 'm': 11585, 'k_avg': 5.651219512195122, 'intersection_count': 3572, 'streets_per_node_avg': 2.9787804878048783, 'streets_per_node_counts': {0: 0, 1: 528, 2: 2, 3: 2616, 4: 937, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12878048780487805, 2: 0.0004878048780487805, 3: 0.6380487804878049, 4: 0.22853658536585367, 5: 0.004146341463414634}, 'edge_length_total': 615197.6940000004, 'edge_length_avg': 53.102951575312936, 'street_length_total': 316136.48799999914, 'street_length_avg': 52.05606586530531, 'street_segments_count': 6073, 'node_density_km': 163.68767217678504, 'intersection_density_km': 142.6078939062137, 'edge_density_km': 24561.043526679558, 'street_density_km': 12621.37702704, 'circuity_avg': 1.0546011874340586, 'self_loop_proportion': 0.0015537332757876565, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546011874340586\n", - "96\n", - "7013005.5465834\n", - "{'n': 243, 'm': 631, 'k_avg': 5.193415637860082, 'intersection_count': 203, 'streets_per_node_avg': 2.7818930041152266, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 176, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1646090534979424, 2: 0.0, 3: 0.7242798353909465, 4: 0.1111111111111111}, 'edge_length_total': 76058.54399999985, 'edge_length_avg': 120.53651980982544, 'street_length_total': 38405.68899999999, 'street_length_avg': 116.38087575757574, 'street_segments_count': 330, 'node_density_km': 34.64990842883118, 'intersection_density_km': 28.946219798570905, 'edge_density_km': 10845.356316173753, 'street_density_km': 5476.352292165303, 'circuity_avg': 1.0557744240593188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557744240593188\n", - "97\n", - "13022049.658841718\n", - "{'n': 420, 'm': 1064, 'k_avg': 5.066666666666666, 'intersection_count': 356, 'streets_per_node_avg': 2.795238095238095, 'streets_per_node_counts': {0: 0, 1: 64, 2: 4, 3: 306, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1523809523809524, 2: 0.009523809523809525, 3: 0.7285714285714285, 4: 0.10952380952380952}, 'edge_length_total': 109963.73800000003, 'edge_length_avg': 103.34937781954889, 'street_length_total': 56825.31600000003, 'street_length_avg': 98.4840831889082, 'street_segments_count': 577, 'node_density_km': 32.25298712594205, 'intersection_density_km': 27.338246230560404, 'edge_density_km': 8444.426252463012, 'street_density_km': 4363.776631846642, 'circuity_avg': 1.0970446583412685, 'self_loop_proportion': 0.0037593984962406013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0970446583412685\n", - "98\n", - "8012329.750815194\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 154, 'm': 374, 'k_avg': 4.857142857142857, 'intersection_count': 120, 'streets_per_node_avg': 2.590909090909091, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 115, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22077922077922077, 2: 0.0, 3: 0.7467532467532467, 4: 0.032467532467532464}, 'edge_length_total': 48317.95599999998, 'edge_length_avg': 129.19239572192507, 'street_length_total': 24531.47300000001, 'street_length_avg': 128.4370314136126, 'street_segments_count': 191, 'node_density_km': 19.220377192330567, 'intersection_density_km': 14.976917292725116, 'edge_density_km': 6030.450256379424, 'street_density_km': 3061.715351580995, 'circuity_avg': 1.0749960191955181, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0749960191955181\n", - "99\n", - "30039562.464859273\n", - "{'n': 3181, 'm': 8872, 'k_avg': 5.578120088022635, 'intersection_count': 2711, 'streets_per_node_avg': 2.960389814523735, 'streets_per_node_counts': {0: 0, 1: 470, 2: 3, 3: 1919, 4: 763, 5: 24, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14775227915749764, 2: 0.0009430996541967935, 3: 0.6032694121345489, 4: 0.23986167871738448, 5: 0.007544797233574348, 6: 0.0006287331027978623}, 'edge_length_total': 435535.44199999794, 'edge_length_avg': 49.09101014427389, 'street_length_total': 227656.62500000026, 'street_length_avg': 48.62379859034606, 'street_segments_count': 4682, 'node_density_km': 105.89368615875085, 'intersection_density_km': 90.24765268040665, 'edge_density_km': 14498.7278862498, 'street_density_km': 7578.5599496103305, 'circuity_avg': 1.050682306697203, 'self_loop_proportion': 0.001690712353471596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050682306697203\n", - "100\n", - "8010019.370820949\n", - "{'n': 1629, 'm': 4289, 'k_avg': 5.265807243707796, 'intersection_count': 1275, 'streets_per_node_avg': 2.7704112952731736, 'streets_per_node_counts': {0: 0, 1: 354, 2: 2, 3: 941, 4: 328, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21731123388581952, 2: 0.0012277470841006752, 3: 0.5776550030693677, 4: 0.20135052179251076, 5: 0.0024554941682013503}, 'edge_length_total': 211569.64299999963, 'edge_length_avg': 49.328431569130245, 'street_length_total': 108381.298, 'street_length_avg': 48.73259802158273, 'street_segments_count': 2224, 'node_density_km': 203.37029470042884, 'intersection_density_km': 159.1756450233559, 'edge_density_km': 26413.12501324398, 'street_density_km': 13530.716092249846, 'circuity_avg': 1.0716598324122755, 'self_loop_proportion': 0.002797854977850315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716598324122755\n", - "101\n", - "8010877.203589735\n", - "{'n': 875, 'm': 2362, 'k_avg': 5.398857142857143, 'intersection_count': 734, 'streets_per_node_avg': 2.9051428571428572, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 539, 4: 191, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16114285714285714, 2: 0.0, 3: 0.616, 4: 0.21828571428571428, 5: 0.004571428571428572}, 'edge_length_total': 147818.65400000036, 'edge_length_avg': 62.58198729889939, 'street_length_total': 76004.00900000002, 'street_length_avg': 60.80320720000002, 'street_segments_count': 1250, 'node_density_km': 109.22649015365083, 'intersection_density_km': 91.62542145460539, 'edge_density_km': 18452.24314932224, 'street_density_km': 9487.601303630276, 'circuity_avg': 1.0754568481396747, 'self_loop_proportion': 0.0059271803556308214, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0754568481396747\n", - "102\n", - "8016637.447016137\n", - "{'n': 185, 'm': 470, 'k_avg': 5.081081081081081, 'intersection_count': 148, 'streets_per_node_avg': 2.735135135135135, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 123, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6648648648648648, 4: 0.13513513513513514}, 'edge_length_total': 84508.46999999994, 'edge_length_avg': 179.8052553191488, 'street_length_total': 42254.235, 'street_length_avg': 179.80525531914893, 'street_segments_count': 235, 'node_density_km': 23.077007189449315, 'intersection_density_km': 18.461605751559453, 'edge_density_km': 10541.635512212759, 'street_density_km': 5270.817756106383, 'circuity_avg': 1.0499940240523857, 'self_loop_proportion': 0.00851063829787234, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499940240523857\n", - "103\n", - "4008105.4945848924\n", - "{'n': 263, 'm': 658, 'k_avg': 5.003802281368821, 'intersection_count': 214, 'streets_per_node_avg': 2.7338403041825097, 'streets_per_node_counts': {0: 0, 1: 49, 2: 1, 3: 184, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18631178707224336, 2: 0.0038022813688212928, 3: 0.6996197718631179, 4: 0.11026615969581749}, 'edge_length_total': 63440.948, 'edge_length_avg': 96.41481458966565, 'street_length_total': 32652.63399999998, 'street_length_avg': 94.64531594202893, 'street_segments_count': 345, 'node_density_km': 65.6170353687854, 'intersection_density_km': 53.39180824684439, 'edge_density_km': 15828.163227168347, 'street_density_km': 8146.650342441078, 'circuity_avg': 1.04568900600521, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04568900600521\n", - "104\n", - "64099907.76837445\n", - "{'n': 9736, 'm': 27914, 'k_avg': 5.7341824157765, 'intersection_count': 8282, 'streets_per_node_avg': 2.926972062448644, 'streets_per_node_counts': {0: 0, 1: 1454, 2: 6, 3: 6183, 4: 2002, 5: 76, 6: 11, 7: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14934264585045193, 2: 0.0006162695152013147, 3: 0.6350657354149548, 4: 0.20562859490550534, 5: 0.0078060805258833195, 6: 0.0011298274445357436, 7: 0.0004108463434675431}, 'edge_length_total': 1535930.4650000245, 'edge_length_avg': 55.02366070788939, 'street_length_total': 777566.3160000005, 'street_length_avg': 54.885742641349644, 'street_segments_count': 14167, 'node_density_km': 151.88789405409312, 'intersection_density_km': 129.20455408340175, 'edge_density_km': 23961.508190466076, 'street_density_km': 12130.537204667171, 'circuity_avg': 1.0511100128239939, 'self_loop_proportion': 0.001074729526402522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511100128239939\n", - "105\n", - "10014988.877523769\n", - "{'n': 305, 'm': 836, 'k_avg': 5.481967213114754, 'intersection_count': 252, 'streets_per_node_avg': 2.859016393442623, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 189, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1737704918032787, 2: 0.0, 3: 0.6196721311475409, 4: 0.20655737704918034}, 'edge_length_total': 127942.15999999996, 'edge_length_avg': 153.04086124401908, 'street_length_total': 63971.08000000004, 'street_length_avg': 153.04086124401923, 'street_segments_count': 418, 'node_density_km': 30.454352344264613, 'intersection_density_km': 25.162284559851418, 'edge_density_km': 12775.067607627137, 'street_density_km': 6387.533803813575, 'circuity_avg': 1.0165077561043705, 'self_loop_proportion': 0.0023923444976076554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0165077561043705\n", - "106\n", - "10011562.142572446\n", - "{'n': 518, 'm': 1271, 'k_avg': 4.9073359073359075, 'intersection_count': 422, 'streets_per_node_avg': 2.723938223938224, 'streets_per_node_counts': {0: 0, 1: 96, 2: 3, 3: 367, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18532818532818532, 2: 0.005791505791505791, 3: 0.7084942084942085, 4: 0.10038610038610038}, 'edge_length_total': 126852.8000000002, 'edge_length_avg': 99.80550747442975, 'street_length_total': 66100.55400000003, 'street_length_avg': 96.7797276720352, 'street_segments_count': 683, 'node_density_km': 51.74017726936879, 'intersection_density_km': 42.15126410747805, 'edge_density_km': 12670.630036903081, 'street_density_km': 6602.421586029896, 'circuity_avg': 1.0829280465247466, 'self_loop_proportion': 0.004720692368214005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829280465247466\n", - "107\n", - "15018972.010001965\n", - "{'n': 1221, 'm': 3079, 'k_avg': 5.0434070434070435, 'intersection_count': 974, 'streets_per_node_avg': 2.7125307125307123, 'streets_per_node_counts': {0: 0, 1: 247, 2: 3, 3: 833, 4: 132, 5: 5, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2022932022932023, 2: 0.002457002457002457, 3: 0.6822276822276823, 4: 0.10810810810810811, 5: 0.004095004095004095, 6: 0.0, 7: 0.000819000819000819}, 'edge_length_total': 259209.11399999965, 'edge_length_avg': 84.18613640792454, 'street_length_total': 134025.70100000023, 'street_length_avg': 82.02307282741752, 'street_segments_count': 1634, 'node_density_km': 81.29717527849898, 'intersection_density_km': 64.85130935401966, 'edge_density_km': 17258.778685210807, 'street_density_km': 8923.759955790922, 'circuity_avg': 1.0915691828020169, 'self_loop_proportion': 0.007794738551477752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0915691828020169\n", - "108\n", - "129255795.36559546\n", - "error with entry 108\n", - "109\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10016413.55576403\n", - "{'n': 508, 'm': 1441, 'k_avg': 5.673228346456693, 'intersection_count': 449, 'streets_per_node_avg': 2.968503937007874, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 348, 4: 100, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11614173228346457, 2: 0.0, 3: 0.6850393700787402, 4: 0.1968503937007874, 5: 0.001968503937007874}, 'edge_length_total': 169330.75499999963, 'edge_length_avg': 117.50919847328218, 'street_length_total': 86560.01900000004, 'street_length_avg': 117.60872146739136, 'street_segments_count': 736, 'node_density_km': 50.716755770099674, 'intersection_density_km': 44.826423899162904, 'edge_density_km': 16905.327845869222, 'street_density_km': 8641.817604484626, 'circuity_avg': 1.0661921953173064, 'self_loop_proportion': 0.0034698126301179735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661921953173064\n", - "110\n", - "12015777.78172398\n", - "{'n': 340, 'm': 1062, 'k_avg': 6.247058823529412, 'intersection_count': 302, 'streets_per_node_avg': 3.223529411764706, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 150, 4: 152}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11176470588235295, 2: 0.0, 3: 0.4411764705882353, 4: 0.4470588235294118}, 'edge_length_total': 187473.49599999998, 'edge_length_avg': 176.5287156308851, 'street_length_total': 93736.74800000007, 'street_length_avg': 176.52871563088524, 'street_segments_count': 531, 'node_density_km': 28.296129154214274, 'intersection_density_km': 25.13362060168444, 'edge_density_km': 15602.277222964918, 'street_density_km': 7801.138611482465, 'circuity_avg': 1.0222742432220266, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0222742432220266\n", - "111\n", - "5006238.849315633\n", - "{'n': 257, 'm': 631, 'k_avg': 4.910505836575876, 'intersection_count': 203, 'streets_per_node_avg': 2.649805447470817, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 185, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21011673151750973, 2: 0.0, 3: 0.7198443579766537, 4: 0.07003891050583658}, 'edge_length_total': 64705.96800000001, 'edge_length_avg': 102.54511568938194, 'street_length_total': 33078.763000000006, 'street_length_avg': 101.46859815950923, 'street_segments_count': 326, 'node_density_km': 51.335944555488524, 'intersection_density_km': 40.54940367612518, 'edge_density_km': 12925.066092051422, 'street_density_km': 6607.507950708738, 'circuity_avg': 1.0704366190866084, 'self_loop_proportion': 0.01584786053882726, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0704366190866084\n", - "112\n", - "6010437.201664206\n", - "{'n': 237, 'm': 628, 'k_avg': 5.29957805907173, 'intersection_count': 203, 'streets_per_node_avg': 2.8227848101265822, 'streets_per_node_counts': {0: 0, 1: 34, 2: 1, 3: 176, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14345991561181434, 2: 0.004219409282700422, 3: 0.7426160337552743, 4: 0.10548523206751055, 5: 0.004219409282700422}, 'edge_length_total': 60579.636000000035, 'edge_length_avg': 96.4643885350319, 'street_length_total': 30700.657000000003, 'street_length_avg': 95.34365527950311, 'street_segments_count': 322, 'node_density_km': 39.43140774091742, 'intersection_density_km': 33.774581313950364, 'edge_density_km': 10079.073113554266, 'street_density_km': 5107.890818907387, 'circuity_avg': 1.0706426305592789, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0706426305592789\n", - "113\n", - "317406140.69850606\n", - "{'n': 134816, 'm': 393424, 'k_avg': 5.836458580583907, 'intersection_count': 117871, 'streets_per_node_avg': 3.0165929859957274, 'streets_per_node_counts': {0: 0, 1: 16945, 2: 155, 3: 83442, 4: 32516, 5: 1543, 6: 194, 7: 14, 8: 5, 9: 0, 10: 0, 11: 1, 12: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12568982910040352, 2: 0.0011497151673391882, 3: 0.6189324709233326, 4: 0.24118798955613577, 5: 0.011445229052931404, 6: 0.0014389983384761453, 7: 0.00010384524092095894, 8: 3.708758604319962e-05, 9: 0.0, 10: 0.0, 11: 7.417517208639924e-06, 12: 7.417517208639924e-06}, 'edge_length_total': 17234752.753000405, 'edge_length_avg': 43.80707011519481, 'street_length_total': 9039461.291, 'street_length_avg': 44.52475995586663, 'street_segments_count': 203021, 'node_density_km': 424.74288526149655, 'intersection_density_km': 371.35702460136673, 'edge_density_km': 54298.7376207417, 'street_density_km': 28479.163229505044, 'circuity_avg': 1.0663036884261277, 'self_loop_proportion': 0.002523994469071536, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663036884261277\n", - "114\n", - "6010695.565293191\n", - "{'n': 446, 'm': 1212, 'k_avg': 5.434977578475336, 'intersection_count': 363, 'streets_per_node_avg': 2.818385650224215, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 284, 4: 73, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1860986547085202, 2: 0.0, 3: 0.6367713004484304, 4: 0.16367713004484305, 5: 0.013452914798206279}, 'edge_length_total': 115927.99800000008, 'edge_length_avg': 95.6501633663367, 'street_length_total': 57963.99899999999, 'street_length_avg': 95.65016336633661, 'street_segments_count': 606, 'node_density_km': 74.20106294773639, 'intersection_density_km': 60.39234495522042, 'edge_density_km': 19286.95219058983, 'street_density_km': 9643.476095294905, 'circuity_avg': 1.0735944316667763, 'self_loop_proportion': 0.0049504950495049506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735944316667763\n", - "115\n", - "23032906.061079003\n", - "{'n': 8042, 'm': 22873, 'k_avg': 5.688385973638399, 'intersection_count': 6895, 'streets_per_node_avg': 2.9477741855259887, 'streets_per_node_counts': {0: 0, 1: 1147, 2: 15, 3: 5022, 4: 1829, 5: 27, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14262621238497886, 2: 0.0018652076597861229, 3: 0.624471524496394, 4: 0.22743098731658792, 5: 0.0033573737876150212, 6: 0.0002486943546381497}, 'edge_length_total': 900075.2400000106, 'edge_length_avg': 39.350991999300945, 'street_length_total': 467436.89899999864, 'street_length_avg': 39.653622242958825, 'street_segments_count': 11788, 'node_density_km': 349.1526418192348, 'intersection_density_km': 299.3543229723482, 'edge_density_km': 39077.79754813299, 'street_density_km': 20294.30840209405, 'circuity_avg': 1.0720183366158347, 'self_loop_proportion': 0.001486468762296157, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720183366158347\n", - "116\n", - "12016415.942598108\n", - "{'n': 379, 'm': 1054, 'k_avg': 5.562005277044855, 'intersection_count': 320, 'streets_per_node_avg': 2.87598944591029, 'streets_per_node_counts': {0: 0, 1: 59, 2: 1, 3: 248, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15567282321899736, 2: 0.002638522427440633, 3: 0.6543535620052771, 4: 0.18469656992084432, 5: 0.002638522427440633}, 'edge_length_total': 157520.4499999998, 'edge_length_avg': 149.45014231499033, 'street_length_total': 78853.52199999997, 'street_length_avg': 149.0614782608695, 'street_segments_count': 529, 'node_density_km': 31.540186509061137, 'intersection_density_km': 26.630236630341855, 'edge_density_km': 13108.771430056024, 'street_density_km': 6562.149843737083, 'circuity_avg': 1.038205475564227, 'self_loop_proportion': 0.003795066413662239, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038205475564227\n", - "117\n", - "8017346.874391932\n", - "{'n': 454, 'm': 1176, 'k_avg': 5.180616740088106, 'intersection_count': 372, 'streets_per_node_avg': 2.748898678414097, 'streets_per_node_counts': {0: 0, 1: 82, 2: 1, 3: 321, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18061674008810572, 2: 0.0022026431718061676, 3: 0.7070484581497798, 4: 0.10792951541850221, 5: 0.0022026431718061676}, 'edge_length_total': 119995.80700000022, 'edge_length_avg': 102.03725085034033, 'street_length_total': 61032.94700000004, 'street_length_avg': 101.21550082918746, 'street_segments_count': 603, 'node_density_km': 56.62721185859047, 'intersection_density_km': 46.39938945241334, 'edge_density_km': 14967.02199368182, 'street_density_km': 7612.611498068559, 'circuity_avg': 1.0537923214676772, 'self_loop_proportion': 0.003401360544217687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0537923214676772\n", - "118\n", - "7008947.586470536\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 852, 'm': 2299, 'k_avg': 5.396713615023474, 'intersection_count': 734, 'streets_per_node_avg': 2.9295774647887325, 'streets_per_node_counts': {0: 0, 1: 118, 2: 3, 3: 558, 4: 167, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13849765258215962, 2: 0.0035211267605633804, 3: 0.6549295774647887, 4: 0.1960093896713615, 5: 0.007042253521126761}, 'edge_length_total': 159218.64600000036, 'edge_length_avg': 69.25560939538946, 'street_length_total': 82273.28300000001, 'street_length_avg': 67.05239038304809, 'street_segments_count': 1227, 'node_density_km': 121.55890588262164, 'intersection_density_km': 104.72328276742287, 'edge_density_km': 22716.484042103868, 'street_density_km': 11738.32190710246, 'circuity_avg': 1.0850797253883055, 'self_loop_proportion': 0.0026098303610265334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0850797253883055\n", - "119\n", - "5006465.3136869045\n", - "{'n': 1098, 'm': 3061, 'k_avg': 5.575591985428051, 'intersection_count': 938, 'streets_per_node_avg': 2.9271402550091077, 'streets_per_node_counts': {0: 0, 1: 160, 2: 1, 3: 705, 4: 224, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14571948998178508, 2: 0.0009107468123861566, 3: 0.6420765027322405, 4: 0.2040072859744991, 5: 0.006375227686703097, 6: 0.0009107468123861566}, 'edge_length_total': 157851.4520000002, 'edge_length_avg': 51.56858934988572, 'street_length_total': 81022.71299999999, 'street_length_avg': 50.89366394472361, 'street_segments_count': 1592, 'node_density_km': 219.3164101223746, 'intersection_density_km': 187.35773469470618, 'edge_density_km': 31529.520751588683, 'street_density_km': 16183.616168975821, 'circuity_avg': 1.0700919180363002, 'self_loop_proportion': 0.003920287487749101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700919180363002\n", - "120\n", - "67083372.85596604\n", - "{'n': 17398, 'm': 47193, 'k_avg': 5.425106334061386, 'intersection_count': 14216, 'streets_per_node_avg': 2.8874583285435107, 'streets_per_node_counts': {0: 0, 1: 3182, 2: 24, 3: 9896, 4: 4172, 5: 114, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18289458558454993, 2: 0.0013794689044717783, 3: 0.56880101161053, 4: 0.2397976778940108, 5: 0.006552477296240947, 6: 0.0005747787101965744}, 'edge_length_total': 2336154.572999999, 'edge_length_avg': 49.50214169474284, 'street_length_total': 1239593.2719999973, 'street_length_avg': 49.57183363992631, 'street_segments_count': 25006, 'node_density_km': 259.3489155256855, 'intersection_density_km': 211.91540309881282, 'edge_density_km': 34824.64392504429, 'street_density_km': 18478.398136920074, 'circuity_avg': 1.0712017651826231, 'self_loop_proportion': 0.002754645816116797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712017651826231\n", - "121\n", - "8010384.568106106\n", - "{'n': 394, 'm': 1063, 'k_avg': 5.395939086294416, 'intersection_count': 332, 'streets_per_node_avg': 2.8756345177664975, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 259, 4: 71, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15736040609137056, 2: 0.0, 3: 0.6573604060913706, 4: 0.1802030456852792, 5: 0.005076142131979695}, 'edge_length_total': 140479.8409999999, 'edge_length_avg': 132.15413076199425, 'street_length_total': 72009.98200000002, 'street_length_avg': 131.88641391941394, 'street_segments_count': 546, 'node_density_km': 49.18615288069164, 'intersection_density_km': 41.44619988931377, 'edge_density_km': 17537.215573810274, 'street_density_km': 8989.578638547853, 'circuity_avg': 1.056161639447683, 'self_loop_proportion': 0.0018814675446848542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056161639447683\n", - "122\n", - "6009677.5091030095\n", - "{'n': 1272, 'm': 3570, 'k_avg': 5.613207547169812, 'intersection_count': 1062, 'streets_per_node_avg': 2.9426100628930816, 'streets_per_node_counts': {0: 0, 1: 210, 2: 0, 3: 716, 4: 345, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1650943396226415, 2: 0.0, 3: 0.5628930817610063, 4: 0.27122641509433965, 5: 0.0007861635220125787}, 'edge_length_total': 168468.23500000013, 'edge_length_avg': 47.18998179271713, 'street_length_total': 85675.47100000005, 'street_length_avg': 46.21114940668827, 'street_segments_count': 1854, 'node_density_km': 211.6586119759787, 'intersection_density_km': 176.71497320635956, 'edge_density_km': 28032.82451426338, 'street_density_km': 14256.251000195145, 'circuity_avg': 1.1087464398636946, 'self_loop_proportion': 0.0005602240896358543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1087464398636946\n", - "123\n", - "11013508.907431489\n", - "{'n': 1134, 'm': 3075, 'k_avg': 5.423280423280423, 'intersection_count': 925, 'streets_per_node_avg': 2.818342151675485, 'streets_per_node_counts': {0: 0, 1: 209, 2: 3, 3: 712, 4: 205, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18430335097001763, 2: 0.0026455026455026454, 3: 0.6278659611992945, 4: 0.18077601410934743, 5: 0.004409171075837742}, 'edge_length_total': 262070.96700000027, 'edge_length_avg': 85.2263307317074, 'street_length_total': 135728.425, 'street_length_avg': 86.6720466155811, 'street_segments_count': 1566, 'node_density_km': 102.96446023980793, 'intersection_density_km': 83.98776518679219, 'edge_density_km': 23795.410636401717, 'street_density_km': 12323.813068187172, 'circuity_avg': 1.0704886671591367, 'self_loop_proportion': 0.0026016260162601626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0704886671591367\n", - "124\n", - "22036144.47807556\n", - "{'n': 3516, 'm': 9585, 'k_avg': 5.452218430034129, 'intersection_count': 3057, 'streets_per_node_avg': 2.9246302616609783, 'streets_per_node_counts': {0: 0, 1: 459, 2: 8, 3: 2400, 4: 637, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13054607508532423, 2: 0.0022753128555176336, 3: 0.6825938566552902, 4: 0.1811717861205916, 5: 0.0034129692832764505}, 'edge_length_total': 536852.2149999972, 'edge_length_avg': 56.009620761606385, 'street_length_total': 279055.51600000006, 'street_length_avg': 54.50303046875001, 'street_segments_count': 5120, 'node_density_km': 159.55604227854727, 'intersection_density_km': 138.72662720293488, 'edge_density_km': 24362.34775707375, 'street_density_km': 12663.53632222919, 'circuity_avg': 1.0774302726507035, 'self_loop_proportion': 0.0030255607720396454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0774302726507035\n", - "125\n", - "19026357.41919813\n", - "{'n': 1348, 'm': 3645, 'k_avg': 5.408011869436201, 'intersection_count': 1098, 'streets_per_node_avg': 2.7744807121661723, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 906, 4: 189, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18545994065281898, 2: 0.0, 3: 0.672106824925816, 4: 0.14020771513353117, 5: 0.001483679525222552, 6: 0.000741839762611276}, 'edge_length_total': 368330.28999999986, 'edge_length_avg': 101.05083401920434, 'street_length_total': 184565.37200000018, 'street_length_avg': 100.58058419618538, 'street_segments_count': 1835, 'node_density_km': 70.84908426243639, 'intersection_density_km': 57.70941729981837, 'edge_density_km': 19358.949371378058, 'street_density_km': 9700.510083646834, 'circuity_avg': 1.0535126162669224, 'self_loop_proportion': 0.0021947873799725653, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535126162669224\n", - "126\n", - "8011825.4731210135\n", - "{'n': 467, 'm': 1258, 'k_avg': 5.387580299785867, 'intersection_count': 381, 'streets_per_node_avg': 2.7623126338329764, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 321, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1841541755888651, 2: 0.0, 3: 0.6873661670235546, 4: 0.12633832976445397, 5: 0.0021413276231263384}, 'edge_length_total': 130483.35400000014, 'edge_length_avg': 103.72285691573938, 'street_length_total': 65241.67699999994, 'street_length_avg': 103.72285691573917, 'street_segments_count': 629, 'node_density_km': 58.28883836358454, 'intersection_density_km': 47.55470538870601, 'edge_density_km': 16286.345033071499, 'street_density_km': 8143.172516535733, 'circuity_avg': 1.0330222330354695, 'self_loop_proportion': 0.001589825119236884, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330222330354695\n", - "127\n", - "19028883.837841664\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 6310, 'm': 17668, 'k_avg': 5.6, 'intersection_count': 5363, 'streets_per_node_avg': 2.917908082408875, 'streets_per_node_counts': {0: 0, 1: 947, 2: 5, 3: 3994, 4: 1347, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15007923930269412, 2: 0.000792393026941363, 3: 0.6329635499207606, 4: 0.21347068145800316, 5: 0.002694136291600634}, 'edge_length_total': 727609.7429999962, 'edge_length_avg': 41.18234904912815, 'street_length_total': 373639.0520000011, 'street_length_avg': 40.80810965487124, 'street_segments_count': 9156, 'node_density_km': 331.60116241035956, 'intersection_density_km': 281.8347122039237, 'edge_density_km': 38237.12148334417, 'street_density_km': 19635.36354439067, 'circuity_avg': 1.0701133768475626, 'self_loop_proportion': 0.0016413855558071089, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701133768475626\n", - "128\n", - "8011250.8591496805\n", - "{'n': 1299, 'm': 3658, 'k_avg': 5.632024634334103, 'intersection_count': 1122, 'streets_per_node_avg': 2.9568899153194765, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 833, 4: 280, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13625866050808313, 2: 0.0, 3: 0.6412625096227867, 4: 0.2155504234026174, 5: 0.006928406466512702}, 'edge_length_total': 231435.42399999904, 'edge_length_avg': 63.26829524330209, 'street_length_total': 119950.14000000004, 'street_length_avg': 64.07592948717951, 'street_segments_count': 1872, 'node_density_km': 162.1469634191279, 'intersection_density_km': 140.05303537818438, 'edge_density_km': 28888.800022492836, 'street_density_km': 14972.710517859336, 'circuity_avg': 1.0605739820145905, 'self_loop_proportion': 0.0038272279934390375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605739820145905\n", - "129\n", - "5007739.756926056\n", - "{'n': 376, 'm': 1032, 'k_avg': 5.48936170212766, 'intersection_count': 322, 'streets_per_node_avg': 2.890957446808511, 'streets_per_node_counts': {0: 0, 1: 54, 2: 2, 3: 251, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14361702127659576, 2: 0.005319148936170213, 3: 0.6675531914893617, 4: 0.18351063829787234}, 'edge_length_total': 64388.27799999997, 'edge_length_avg': 62.39174224806199, 'street_length_total': 32562.846000000005, 'street_length_avg': 61.906551330798486, 'street_segments_count': 526, 'node_density_km': 75.08377396807923, 'intersection_density_km': 64.30046600457848, 'edge_density_km': 12857.752424324059, 'street_density_km': 6502.503640482376, 'circuity_avg': 1.0568257320648577, 'self_loop_proportion': 0.001937984496124031, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568257320648577\n", - "130\n", - "14017499.906796908\n", - "{'n': 1431, 'm': 3939, 'k_avg': 5.50524109014675, 'intersection_count': 1161, 'streets_per_node_avg': 2.8518518518518516, 'streets_per_node_counts': {0: 0, 1: 270, 2: 0, 3: 837, 4: 320, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18867924528301888, 2: 0.0, 3: 0.5849056603773585, 4: 0.2236198462613557, 5: 0.002795248078266946}, 'edge_length_total': 319641.7800000002, 'edge_length_avg': 81.14795125666419, 'street_length_total': 162187.85399999996, 'street_length_avg': 80.57022056631891, 'street_segments_count': 2013, 'node_density_km': 102.08667804635591, 'intersection_density_km': 82.82504067911894, 'edge_density_km': 22803.05205103015, 'street_density_km': 11570.383811549527, 'circuity_avg': 1.0731738631198033, 'self_loop_proportion': 0.002284843869002285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731738631198033\n", - "131\n", - "23043082.596048124\n", - "{'n': 4564, 'm': 12904, 'k_avg': 5.654688869412796, 'intersection_count': 3834, 'streets_per_node_avg': 2.9180543382997373, 'streets_per_node_counts': {0: 0, 1: 730, 2: 12, 3: 2733, 4: 1080, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15994741454864153, 2: 0.0026292725679228747, 3: 0.5988168273444348, 4: 0.2366345311130587, 5: 0.001971954425942156}, 'edge_length_total': 680996.5299999999, 'edge_length_avg': 52.77406463112212, 'street_length_total': 350817.4939999999, 'street_length_avg': 52.961578200483075, 'street_segments_count': 6624, 'node_density_km': 198.06377818489977, 'intersection_density_km': 166.38398894848942, 'edge_density_km': 29553.187042639445, 'street_density_km': 15224.416808720067, 'circuity_avg': 1.0569198688063608, 'self_loop_proportion': 0.0016274023558586486, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569198688063608\n", - "132\n", - "24030902.155524313\n", - "{'n': 2036, 'm': 5354, 'k_avg': 5.259332023575639, 'intersection_count': 1631, 'streets_per_node_avg': 2.7848722986247543, 'streets_per_node_counts': {0: 0, 1: 405, 2: 6, 3: 1258, 4: 356, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19891944990176819, 2: 0.0029469548133595285, 3: 0.6178781925343811, 4: 0.17485265225933203, 5: 0.0054027504911591355}, 'edge_length_total': 373047.44800000277, 'edge_length_avg': 69.6764004482635, 'street_length_total': 197822.4679999996, 'street_length_avg': 70.47469469184168, 'street_segments_count': 2807, 'node_density_km': 84.72424326075318, 'intersection_density_km': 67.87094339798057, 'edge_density_km': 15523.655565891655, 'street_density_km': 8232.003389624031, 'circuity_avg': 1.077285373070614, 'self_loop_proportion': 0.0029884198729921555, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077285373070614\n", - "133\n", - "13015518.597338278\n", - "{'n': 813, 'm': 2156, 'k_avg': 5.303813038130381, 'intersection_count': 674, 'streets_per_node_avg': 2.784747847478475, 'streets_per_node_counts': {0: 0, 1: 139, 2: 3, 3: 568, 4: 101, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17097170971709716, 2: 0.0036900369003690036, 3: 0.6986469864698647, 4: 0.12423124231242312, 5: 0.0012300123001230013, 6: 0.0012300123001230013}, 'edge_length_total': 170981.84099999996, 'edge_length_avg': 79.3051210575139, 'street_length_total': 87601.71099999992, 'street_length_avg': 78.84942484248418, 'street_segments_count': 1111, 'node_density_km': 62.46389599614275, 'intersection_density_km': 51.78433690209128, 'edge_density_km': 13136.767445821664, 'street_density_km': 6730.558628521709, 'circuity_avg': 1.0992038529061428, 'self_loop_proportion': 0.006493506493506494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0992038529061428\n", - "134\n", - "6009649.659533174\n", - "{'n': 754, 'm': 2192, 'k_avg': 5.814323607427056, 'intersection_count': 669, 'streets_per_node_avg': 2.976127320954907, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 518, 4: 150, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11273209549071618, 2: 0.0, 3: 0.6870026525198939, 4: 0.1989389920424403, 5: 0.001326259946949602}, 'edge_length_total': 128178.36899999983, 'edge_length_avg': 58.47553330291963, 'street_length_total': 64176.60900000007, 'street_length_avg': 58.44864207650279, 'street_segments_count': 1098, 'node_density_km': 125.46488443031309, 'intersection_density_km': 111.32096509798336, 'edge_density_km': 21328.758956301066, 'street_density_km': 10678.926831981962, 'circuity_avg': 1.0876753354690192, 'self_loop_proportion': 0.005474452554744526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0876753354690192\n", - "135\n", - "12021525.031392084\n", - "{'n': 687, 'm': 1779, 'k_avg': 5.179039301310044, 'intersection_count': 569, 'streets_per_node_avg': 2.8457059679767105, 'streets_per_node_counts': {0: 0, 1: 118, 2: 3, 3: 436, 4: 127, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1717612809315866, 2: 0.004366812227074236, 3: 0.6346433770014556, 4: 0.1848617176128093, 5: 0.004366812227074236}, 'edge_length_total': 187232.72900000002, 'edge_length_avg': 105.24605340078698, 'street_length_total': 96299.88700000005, 'street_length_avg': 100.41698331595417, 'street_segments_count': 959, 'node_density_km': 57.14749153755627, 'intersection_density_km': 47.3317651890386, 'edge_density_km': 15574.790096187871, 'street_density_km': 8010.621510043854, 'circuity_avg': 1.0695229000672253, 'self_loop_proportion': 0.005621135469364812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695229000672253\n", - "136\n", - "4006976.6612157463\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 215, 'm': 595, 'k_avg': 5.534883720930233, 'intersection_count': 186, 'streets_per_node_avg': 2.869767441860465, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 156, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13488372093023257, 2: 0.0, 3: 0.7255813953488373, 4: 0.13953488372093023}, 'edge_length_total': 62776.57700000001, 'edge_length_avg': 105.50685210084036, 'street_length_total': 31574.764999999996, 'street_length_avg': 105.60122073578594, 'street_segments_count': 299, 'node_density_km': 53.656414343767956, 'intersection_density_km': 46.41903752530624, 'edge_density_km': 15666.81872835095, 'street_density_km': 7879.947319288848, 'circuity_avg': 1.07735326997397, 'self_loop_proportion': 0.0067226890756302525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07735326997397\n", - "137\n", - "85177064.97080916\n", - "{'n': 29383, 'm': 85732, 'k_avg': 5.83548310247422, 'intersection_count': 25572, 'streets_per_node_avg': 2.988803049382296, 'streets_per_node_counts': {0: 0, 1: 3811, 2: 22, 3: 18540, 4: 6725, 5: 265, 6: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12970084742878535, 2: 0.0007487322601504271, 3: 0.6309770955994963, 4: 0.22887383861416466, 5: 0.009018820406357417, 6: 0.0006806656910458428}, 'edge_length_total': 3972738.8640000406, 'edge_length_avg': 46.339043344375966, 'street_length_total': 2043984.5189999968, 'street_length_avg': 46.71217220101919, 'street_segments_count': 43757, 'node_density_km': 344.96375297821993, 'intersection_density_km': 300.2216618847306, 'edge_density_km': 46640.94572126345, 'street_density_km': 23996.888360739904, 'circuity_avg': 1.0697005901840169, 'self_loop_proportion': 0.0026361218681472494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697005901840169\n", - "138\n", - "13018430.02651568\n", - "{'n': 2622, 'm': 7362, 'k_avg': 5.615560640732266, 'intersection_count': 2211, 'streets_per_node_avg': 2.8813882532418003, 'streets_per_node_counts': {0: 0, 1: 411, 2: 4, 3: 1695, 4: 509, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15675057208237986, 2: 0.0015255530129672007, 3: 0.6464530892448512, 4: 0.1941266209000763, 5: 0.0011441647597254005}, 'edge_length_total': 375257.0160000009, 'edge_length_avg': 50.97215647921772, 'street_length_total': 190921.09899999967, 'street_length_avg': 50.81743385680055, 'street_segments_count': 3757, 'node_density_km': 201.40677444665468, 'intersection_density_km': 169.83614733087472, 'edge_density_km': 28825.059184224585, 'street_density_km': 14665.4472629292, 'circuity_avg': 1.0663596771828723, 'self_loop_proportion': 0.0016299918500407497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663596771828723\n", - "139\n", - "10019398.184817007\n", - "{'n': 128, 'm': 382, 'k_avg': 5.96875, 'intersection_count': 108, 'streets_per_node_avg': 3.0703125, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 59, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.4609375, 4: 0.3828125}, 'edge_length_total': 93192.998, 'edge_length_avg': 243.9607277486911, 'street_length_total': 46596.49899999998, 'street_length_avg': 243.960727748691, 'street_segments_count': 191, 'node_density_km': 12.775218395249134, 'intersection_density_km': 10.779090520991456, 'edge_density_km': 9301.257049671998, 'street_density_km': 4650.628524835997, 'circuity_avg': 1.0765914123222102, 'self_loop_proportion': 0.005235602094240838, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765914123222102\n", - "140\n", - "8010625.575125698\n", - "{'n': 584, 'm': 1541, 'k_avg': 5.277397260273973, 'intersection_count': 483, 'streets_per_node_avg': 2.787671232876712, 'streets_per_node_counts': {0: 0, 1: 101, 2: 2, 3: 403, 4: 76, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17294520547945205, 2: 0.003424657534246575, 3: 0.690068493150685, 4: 0.13013698630136986, 5: 0.003424657534246575}, 'edge_length_total': 130986.83000000018, 'edge_length_avg': 85.00118754055819, 'street_length_total': 66522.49599999998, 'street_length_avg': 83.25719148936169, 'street_segments_count': 799, 'node_density_km': 72.90317023596953, 'intersection_density_km': 60.294916479406304, 'edge_density_km': 16351.635558493173, 'street_density_km': 8304.282278098632, 'circuity_avg': 1.0816426424242254, 'self_loop_proportion': 0.010382868267358857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0816426424242254\n", - "141\n", - "13016698.813516371\n", - "{'n': 1783, 'm': 4918, 'k_avg': 5.516545148625911, 'intersection_count': 1473, 'streets_per_node_avg': 2.8553000560852495, 'streets_per_node_counts': {0: 0, 1: 310, 2: 0, 3: 1114, 4: 356, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17386427369601795, 2: 0.0, 3: 0.6247896803140774, 4: 0.19966348850252383, 5: 0.0016825574873808188}, 'edge_length_total': 309453.1949999991, 'edge_length_avg': 62.922569133794035, 'street_length_total': 156691.30999999997, 'street_length_avg': 62.03139746634995, 'street_segments_count': 2526, 'node_density_km': 136.9778947445996, 'intersection_density_km': 113.1623325624202, 'edge_density_km': 23773.554219343765, 'street_density_km': 12037.714957135964, 'circuity_avg': 1.0950675098515112, 'self_loop_proportion': 0.005286701911346075, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0950675098515112\n", - "142\n", - "11013225.78912651\n", - "{'n': 281, 'm': 856, 'k_avg': 6.092526690391459, 'intersection_count': 249, 'streets_per_node_avg': 3.1779359430604983, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 135, 4: 114}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11387900355871886, 2: 0.0, 3: 0.4804270462633452, 4: 0.40569395017793597}, 'edge_length_total': 152005.01200000008, 'edge_length_avg': 177.57594859813094, 'street_length_total': 76002.50600000005, 'street_length_avg': 177.57594859813096, 'street_segments_count': 428, 'node_density_km': 25.514776994532763, 'intersection_density_km': 22.609179614372447, 'edge_density_km': 13802.042644951169, 'street_density_km': 6901.021322475585, 'circuity_avg': 1.0203532514329836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0203532514329836\n", - "143\n", - "10017496.852621924\n", - "{'n': 1056, 'm': 2886, 'k_avg': 5.465909090909091, 'intersection_count': 857, 'streets_per_node_avg': 2.831439393939394, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 639, 4: 216, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1884469696969697, 2: 0.0, 3: 0.6051136363636364, 4: 0.20454545454545456, 5: 0.001893939393939394}, 'edge_length_total': 220658.82199999943, 'edge_length_avg': 76.45835828135809, 'street_length_total': 112641.83100000003, 'street_length_avg': 76.73149250681202, 'street_segments_count': 1468, 'node_density_km': 105.41555595533912, 'intersection_density_km': 85.55031387663412, 'edge_density_km': 22027.341285587267, 'street_density_km': 11244.5087487617, 'circuity_avg': 1.0594196307632966, 'self_loop_proportion': 0.004158004158004158, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594196307632966\n", - "144\n", - "6011957.320681416\n", - "{'n': 309, 'm': 841, 'k_avg': 5.44336569579288, 'intersection_count': 250, 'streets_per_node_avg': 2.8284789644012944, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 185, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19093851132686085, 2: 0.0, 3: 0.598705501618123, 4: 0.21035598705501618}, 'edge_length_total': 73378.12999999998, 'edge_length_avg': 87.25104637336501, 'street_length_total': 36828.05499999998, 'street_length_avg': 87.06395981087465, 'street_segments_count': 423, 'node_density_km': 51.397570461291444, 'intersection_density_km': 41.58379487159502, 'edge_density_km': 12205.364423924926, 'street_density_km': 6125.801138559274, 'circuity_avg': 1.082146100078412, 'self_loop_proportion': 0.0047562425683709865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082146100078412\n", - "145\n", - "17024019.220422074\n", - "{'n': 2553, 'm': 6784, 'k_avg': 5.314531923227576, 'intersection_count': 2093, 'streets_per_node_avg': 2.8323540932236586, 'streets_per_node_counts': {0: 0, 1: 460, 2: 11, 3: 1587, 4: 488, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18018018018018017, 2: 0.004308656482569526, 3: 0.6216216216216216, 4: 0.19114766940853897, 5: 0.0023501762632197414, 6: 0.0003916960438699569}, 'edge_length_total': 428665.3520000016, 'edge_length_avg': 63.18769929245306, 'street_length_total': 220645.41299999983, 'street_length_avg': 61.667247903856854, 'street_segments_count': 3578, 'node_density_km': 149.9645863262074, 'intersection_density_km': 122.94394014130518, 'edge_density_km': 25180.03219156221, 'street_density_km': 12960.829645640486, 'circuity_avg': 1.0864527337604448, 'self_loop_proportion': 0.004127358490566038, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864527337604448\n", - "146\n", - "12024973.068969652\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 631, 'm': 1673, 'k_avg': 5.302694136291601, 'intersection_count': 547, 'streets_per_node_avg': 2.873217115689382, 'streets_per_node_counts': {0: 0, 1: 84, 2: 5, 3: 454, 4: 83, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13312202852614896, 2: 0.00792393026941363, 3: 0.7194928684627575, 4: 0.13153724247226625, 5: 0.00792393026941363}, 'edge_length_total': 180324.38000000018, 'edge_length_avg': 107.78504482964745, 'street_length_total': 92427.33900000002, 'street_length_avg': 104.4376711864407, 'street_segments_count': 885, 'node_density_km': 52.47412999437733, 'intersection_density_km': 45.48866736438098, 'edge_density_km': 14995.824021038834, 'street_density_km': 7686.28241160124, 'circuity_avg': 1.0590932493183436, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590932493183436\n", - "147\n", - "12016219.057770284\n", - "{'n': 1035, 'm': 2659, 'k_avg': 5.13816425120773, 'intersection_count': 805, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 694, 4: 108, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6705314009661836, 4: 0.10434782608695652, 5: 0.001932367149758454, 6: 0.000966183574879227}, 'edge_length_total': 264631.5359999991, 'edge_length_avg': 99.52295449417039, 'street_length_total': 134071.05600000007, 'street_length_avg': 99.16498224852076, 'street_segments_count': 1352, 'node_density_km': 86.13358287028876, 'intersection_density_km': 66.99278667689127, 'edge_density_km': 22022.862160529206, 'street_density_km': 11157.507644911238, 'circuity_avg': 1.0771403044067243, 'self_loop_proportion': 0.0052651372696502444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771403044067243\n", - "148\n", - "6008565.114116814\n", - "{'n': 816, 'm': 2293, 'k_avg': 5.620098039215686, 'intersection_count': 736, 'streets_per_node_avg': 3.028186274509804, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 558, 4: 173, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09803921568627451, 2: 0.0, 3: 0.6838235294117647, 4: 0.21200980392156862, 5: 0.006127450980392157}, 'edge_length_total': 144840.8049999999, 'edge_length_avg': 63.1665089402529, 'street_length_total': 75178.42099999994, 'street_length_avg': 61.72284154351391, 'street_segments_count': 1218, 'node_density_km': 135.8061341605253, 'intersection_density_km': 122.49180728204243, 'edge_density_km': 24105.72278890744, 'street_density_km': 12511.875892527505, 'circuity_avg': 1.0420640231207046, 'self_loop_proportion': 0.0026166593981683385, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420640231207046\n", - "149\n", - "8009745.5861551175\n", - "{'n': 357, 'm': 912, 'k_avg': 5.109243697478991, 'intersection_count': 302, 'streets_per_node_avg': 2.8291316526610646, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 256, 4: 44, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15406162464985995, 2: 0.0, 3: 0.7170868347338936, 4: 0.12324929971988796, 5: 0.0028011204481792717, 6: 0.0028011204481792717}, 'edge_length_total': 94120.93200000002, 'edge_length_avg': 103.20277631578949, 'street_length_total': 49501.532, 'street_length_avg': 101.23012678936605, 'street_segments_count': 489, 'node_density_km': 44.57070404546633, 'intersection_density_km': 37.7040689684337, 'edge_density_km': 11750.80169371278, 'street_density_km': 6180.162836328238, 'circuity_avg': 1.0753380668462622, 'self_loop_proportion': 0.006578947368421052, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753380668462622\n", - "150\n", - "20026031.7468847\n", - "{'n': 810, 'm': 2285, 'k_avg': 5.6419753086419755, 'intersection_count': 690, 'streets_per_node_avg': 2.888888888888889, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 542, 4: 146, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.6691358024691358, 4: 0.18024691358024691, 5: 0.0024691358024691358}, 'edge_length_total': 301552.545, 'edge_length_avg': 131.97047921225382, 'street_length_total': 150873.038, 'street_length_avg': 131.99740857392825, 'street_segments_count': 1143, 'node_density_km': 40.44735423561912, 'intersection_density_km': 34.45515360811999, 'edge_density_km': 15058.027911441328, 'street_density_km': 7533.845941469167, 'circuity_avg': 1.0477756148333177, 'self_loop_proportion': 0.00087527352297593, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477756148333177\n", - "151\n", - "9012907.064175475\n", - "{'n': 938, 'm': 2563, 'k_avg': 5.464818763326226, 'intersection_count': 740, 'streets_per_node_avg': 2.771855010660981, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 560, 4: 178, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21108742004264391, 2: 0.0, 3: 0.5970149253731343, 4: 0.18976545842217485, 5: 0.0021321961620469083}, 'edge_length_total': 182335.16499999983, 'edge_length_avg': 71.14130511119775, 'street_length_total': 91297.33499999986, 'street_length_avg': 71.10384345794381, 'street_segments_count': 1284, 'node_density_km': 104.07296927850999, 'intersection_density_km': 82.10447469733198, 'edge_density_km': 20230.449920508563, 'street_density_km': 10129.6212587045, 'circuity_avg': 1.0448924467995617, 'self_loop_proportion': 0.0015606710885680843, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448924467995617\n", - "152\n", - "10011716.90354992\n", - "{'n': 4004, 'm': 11381, 'k_avg': 5.684815184815185, 'intersection_count': 3423, 'streets_per_node_avg': 2.9532967032967035, 'streets_per_node_counts': {0: 0, 1: 581, 2: 5, 3: 2452, 4: 952, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1451048951048951, 2: 0.0012487512487512488, 3: 0.6123876123876124, 4: 0.23776223776223776, 5: 0.0034965034965034965}, 'edge_length_total': 442449.91199999914, 'edge_length_avg': 38.876189438537835, 'street_length_total': 226689.89599999928, 'street_length_avg': 38.461129284017524, 'street_segments_count': 5894, 'node_density_km': 399.9314042310041, 'intersection_density_km': 341.89939977091086, 'edge_density_km': 44193.21044156939, 'street_density_km': 22642.45964841658, 'circuity_avg': 1.0766708758232675, 'self_loop_proportion': 0.0034267639047535366, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766708758232675\n", - "153\n", - "20022563.188345876\n", - "{'n': 2412, 'm': 6367, 'k_avg': 5.279436152570481, 'intersection_count': 1898, 'streets_per_node_avg': 2.735903814262023, 'streets_per_node_counts': {0: 0, 1: 514, 2: 1, 3: 1515, 4: 373, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2131011608623549, 2: 0.00041459369817578774, 3: 0.6281094527363185, 4: 0.1546434494195688, 5: 0.003316749585406302, 6: 0.00041459369817578774}, 'edge_length_total': 378792.4029999994, 'edge_length_avg': 59.493074132244296, 'street_length_total': 192070.59799999985, 'street_length_avg': 58.755153869684875, 'street_segments_count': 3269, 'node_density_km': 120.46409729419177, 'intersection_density_km': 94.79305831856384, 'edge_density_km': 18918.2773172855, 'street_density_km': 9592.70779636218, 'circuity_avg': 1.0658157210065797, 'self_loop_proportion': 0.002198837757185488, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658157210065797\n", - "154\n", - "23027015.852616902\n", - "{'n': 5628, 'm': 16356, 'k_avg': 5.812366737739872, 'intersection_count': 4946, 'streets_per_node_avg': 2.9957356076759063, 'streets_per_node_counts': {0: 0, 1: 682, 2: 11, 3: 3618, 4: 1285, 5: 30, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12117981520966596, 2: 0.0019545131485429993, 3: 0.6428571428571429, 4: 0.2283226723525231, 5: 0.005330490405117271, 6: 0.00035536602700781805}, 'edge_length_total': 733300.5510000065, 'edge_length_avg': 44.83373385913466, 'street_length_total': 373619.2300000006, 'street_length_avg': 44.59527691573175, 'street_segments_count': 8378, 'node_density_km': 244.408569309271, 'intersection_density_km': 214.7911840447147, 'edge_density_km': 31845.22717548182, 'street_density_km': 16225.25612486347, 'circuity_avg': 1.0621863982264381, 'self_loop_proportion': 0.0013450721447786744, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621863982264381\n", - "155\n", - "6007980.245406523\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 811, 'm': 2368, 'k_avg': 5.839704069050555, 'intersection_count': 724, 'streets_per_node_avg': 3.029593094944513, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 531, 4: 188, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10727496917385944, 2: 0.0, 3: 0.654747225647349, 4: 0.2318125770653514, 5: 0.006165228113440197}, 'edge_length_total': 126702.97800000031, 'edge_length_avg': 53.50632516891905, 'street_length_total': 64353.20000000001, 'street_length_avg': 52.96559670781894, 'street_segments_count': 1215, 'node_density_km': 134.98712826495398, 'intersection_density_km': 120.50638824146323, 'edge_density_km': 21089.113616322666, 'street_density_km': 10711.28688367477, 'circuity_avg': 1.062753967333629, 'self_loop_proportion': 0.005067567567567568, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062753967333629\n", - "156\n", - "5005644.700032761\n", - "{'n': 222, 'm': 642, 'k_avg': 5.783783783783784, 'intersection_count': 196, 'streets_per_node_avg': 3.018018018018018, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 140, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11711711711711711, 2: 0.0, 3: 0.6306306306306306, 4: 0.25225225225225223}, 'edge_length_total': 84264.31799999998, 'edge_length_avg': 131.2528317757009, 'street_length_total': 42132.15900000001, 'street_length_avg': 131.25283177570097, 'street_segments_count': 321, 'node_density_km': 44.349931587942514, 'intersection_density_km': 39.155795456021316, 'edge_density_km': 16833.859182903747, 'street_density_km': 8416.929591451877, 'circuity_avg': 1.0232887284870564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0232887284870564\n", - "157\n", - "8009920.836537187\n", - "{'n': 812, 'm': 2216, 'k_avg': 5.458128078817734, 'intersection_count': 700, 'streets_per_node_avg': 2.8793103448275863, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 576, 4: 122, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7093596059113301, 4: 0.15024630541871922, 5: 0.0024630541871921183}, 'edge_length_total': 156186.9050000001, 'edge_length_avg': 70.48145532490979, 'street_length_total': 80580.20300000002, 'street_length_avg': 70.00886446568204, 'street_segments_count': 1151, 'node_density_km': 101.37428528582564, 'intersection_density_km': 87.39162524640142, 'edge_density_km': 19499.182100221868, 'street_density_km': 10060.049861221361, 'circuity_avg': 1.0478039339536969, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478039339536969\n", - "158\n", - "16031685.543859296\n", - "{'n': 1244, 'm': 3531, 'k_avg': 5.676848874598071, 'intersection_count': 1061, 'streets_per_node_avg': 2.8938906752411575, 'streets_per_node_counts': {0: 0, 1: 183, 2: 0, 3: 832, 4: 224, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14710610932475884, 2: 0.0, 3: 0.6688102893890675, 4: 0.18006430868167203, 5: 0.0040192926045016075}, 'edge_length_total': 331176.97199999855, 'edge_length_avg': 93.79126932880163, 'street_length_total': 165924.12600000028, 'street_length_avg': 93.47838084507057, 'street_segments_count': 1775, 'node_density_km': 77.59633237544982, 'intersection_density_km': 66.18143782182658, 'edge_density_km': 20657.651442449296, 'street_density_km': 10349.76176061257, 'circuity_avg': 1.0661792119290092, 'self_loop_proportion': 0.004531294250920419, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661792119290092\n", - "159\n", - "9010992.462811038\n", - "{'n': 840, 'm': 2327, 'k_avg': 5.54047619047619, 'intersection_count': 739, 'streets_per_node_avg': 2.975, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 563, 4: 171, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12023809523809524, 2: 0.0, 3: 0.6702380952380952, 4: 0.20357142857142857, 5: 0.005952380952380952}, 'edge_length_total': 161233.60599999968, 'edge_length_avg': 69.28818478727962, 'street_length_total': 83030.99900000014, 'street_length_avg': 67.66992583537093, 'street_segments_count': 1227, 'node_density_km': 93.21947648571849, 'intersection_density_km': 82.01094419398329, 'edge_density_km': 17892.990884791154, 'street_density_km': 9214.412212935986, 'circuity_avg': 1.0664231824950487, 'self_loop_proportion': 0.006446067898581865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664231824950487\n", - "160\n", - "9011765.252108969\n", - "{'n': 682, 'm': 1653, 'k_avg': 4.847507331378299, 'intersection_count': 549, 'streets_per_node_avg': 2.7492668621700878, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 456, 4: 91, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19501466275659823, 2: 0.0, 3: 0.6686217008797654, 4: 0.13343108504398826, 5: 0.002932551319648094}, 'edge_length_total': 119443.28900000014, 'edge_length_avg': 72.2584930429523, 'street_length_total': 62614.90299999999, 'street_length_avg': 67.91204229934922, 'street_segments_count': 922, 'node_density_km': 75.678846587842, 'intersection_density_km': 60.92036184270566, 'edge_density_km': 13254.150064777547, 'street_density_km': 6948.128501832269, 'circuity_avg': 1.0739204202453358, 'self_loop_proportion': 0.003629764065335753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0739204202453358\n", - "161\n", - "20027598.00360877\n", - "{'n': 1908, 'm': 5446, 'k_avg': 5.7085953878406706, 'intersection_count': 1586, 'streets_per_node_avg': 2.909853249475891, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 1128, 4: 447, 5: 8, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16876310272536688, 2: 0.0, 3: 0.5911949685534591, 4: 0.23427672955974843, 5: 0.0041928721174004195, 6: 0.0015723270440251573}, 'edge_length_total': 445225.04400000145, 'edge_length_avg': 81.75267058391506, 'street_length_total': 223144.9849999997, 'street_length_avg': 81.67825219619316, 'street_segments_count': 2732, 'node_density_km': 95.26853892594598, 'intersection_density_km': 79.19072470469095, 'edge_density_km': 22230.57622385752, 'street_density_km': 11141.874575263157, 'circuity_avg': 1.0533073680141538, 'self_loop_proportion': 0.0033051781123760557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533073680141538\n", - "162\n", - "6010457.7719978625\n", - "{'n': 360, 'm': 1040, 'k_avg': 5.777777777777778, 'intersection_count': 306, 'streets_per_node_avg': 2.9722222222222223, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 209, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.5805555555555556, 4: 0.26666666666666666, 5: 0.002777777777777778}, 'edge_length_total': 104427.85000000002, 'edge_length_avg': 100.41139423076925, 'street_length_total': 52213.92499999999, 'street_length_avg': 100.4113942307692, 'street_segments_count': 520, 'node_density_km': 59.895604237867694, 'intersection_density_km': 50.91126360218754, 'edge_density_km': 17374.358819476147, 'street_density_km': 8687.17940973807, 'circuity_avg': 1.0685343586694702, 'self_loop_proportion': 0.009615384615384616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685343586694702\n", - "163\n", - "11012736.612168444\n", - "{'n': 1084, 'm': 2908, 'k_avg': 5.365313653136531, 'intersection_count': 876, 'streets_per_node_avg': 2.8108856088560885, 'streets_per_node_counts': {0: 0, 1: 208, 2: 0, 3: 670, 4: 201, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1918819188191882, 2: 0.0, 3: 0.6180811808118081, 4: 0.18542435424354242, 5: 0.004612546125461255}, 'edge_length_total': 265290.6750000009, 'edge_length_avg': 91.22787998624516, 'street_length_total': 134730.26200000022, 'street_length_avg': 90.48372196104783, 'street_segments_count': 1489, 'node_density_km': 98.43148330654181, 'intersection_density_km': 79.54426141746367, 'edge_density_km': 24089.441556866972, 'street_density_km': 12234.040161382865, 'circuity_avg': 1.0676544017893264, 'self_loop_proportion': 0.005502063273727648, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676544017893264\n", - "164\n", - "6010937.815502569\n", - "{'n': 772, 'm': 2148, 'k_avg': 5.564766839378239, 'intersection_count': 661, 'streets_per_node_avg': 2.9209844559585494, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 502, 4: 157, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14378238341968913, 2: 0.0, 3: 0.6502590673575129, 4: 0.2033678756476684, 5: 0.0025906735751295338}, 'edge_length_total': 142136.79000000007, 'edge_length_avg': 66.17168994413412, 'street_length_total': 71801.76700000007, 'street_length_avg': 64.97897466063354, 'street_segments_count': 1105, 'node_density_km': 128.43253809895782, 'intersection_density_km': 109.96620166244965, 'edge_density_km': 23646.358415723545, 'street_density_km': 11945.18546088083, 'circuity_avg': 1.0597785807348077, 'self_loop_proportion': 0.0037243947858473, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0597785807348077\n", - "165\n", - "8012603.220820461\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 324, 'm': 807, 'k_avg': 4.981481481481482, 'intersection_count': 238, 'streets_per_node_avg': 2.5709876543209877, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 205, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2654320987654321, 2: 0.0, 3: 0.6327160493827161, 4: 0.10185185185185185}, 'edge_length_total': 117116.25999999991, 'edge_length_avg': 145.1254770755885, 'street_length_total': 58799.287000000026, 'street_length_avg': 145.18342469135808, 'street_segments_count': 405, 'node_density_km': 40.43629655317234, 'intersection_density_km': 29.703205492762397, 'edge_density_km': 14616.505619007507, 'street_density_km': 7338.350019281149, 'circuity_avg': 1.0540205818339534, 'self_loop_proportion': 0.004956629491945477, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540205818339534\n", - "166\n", - "5007462.843537396\n", - "{'n': 229, 'm': 637, 'k_avg': 5.563318777292577, 'intersection_count': 205, 'streets_per_node_avg': 2.9912663755458517, 'streets_per_node_counts': {0: 0, 1: 24, 2: 1, 3: 157, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10480349344978165, 2: 0.004366812227074236, 3: 0.6855895196506551, 4: 0.2052401746724891}, 'edge_length_total': 78215.79299999995, 'edge_length_avg': 122.78774411302975, 'street_length_total': 39220.42500000003, 'street_length_avg': 122.5638281250001, 'street_segments_count': 320, 'node_density_km': 45.73174223260511, 'intersection_density_km': 40.93889588508318, 'edge_density_km': 15619.84490827422, 'street_density_km': 7832.394612896169, 'circuity_avg': 1.045269698598987, 'self_loop_proportion': 0.0031397174254317113, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045269698598987\n", - "167\n", - "6006673.279246977\n", - "{'n': 270, 'm': 712, 'k_avg': 5.274074074074074, 'intersection_count': 217, 'streets_per_node_avg': 2.7555555555555555, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 177, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1962962962962963, 2: 0.0, 3: 0.6555555555555556, 4: 0.14814814814814814}, 'edge_length_total': 96042.81799999981, 'edge_length_avg': 134.89159831460648, 'street_length_total': 48021.40899999997, 'street_length_avg': 134.89159831460665, 'street_segments_count': 356, 'node_density_km': 44.95000600962408, 'intersection_density_km': 36.12648631143861, 'edge_density_km': 15989.35276400453, 'street_density_km': 7994.676382002276, 'circuity_avg': 1.0333341608482236, 'self_loop_proportion': 0.0028089887640449437, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0333341608482236\n", - "168\n", - "8010079.491114333\n", - "{'n': 530, 'm': 1383, 'k_avg': 5.218867924528302, 'intersection_count': 432, 'streets_per_node_avg': 2.760377358490566, 'streets_per_node_counts': {0: 0, 1: 98, 2: 3, 3: 357, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18490566037735848, 2: 0.005660377358490566, 3: 0.6735849056603773, 4: 0.13584905660377358}, 'edge_length_total': 103444.67100000002, 'edge_length_avg': 74.79730368763559, 'street_length_total': 52888.863000000005, 'street_length_avg': 73.05091574585636, 'street_segments_count': 724, 'node_density_km': 66.1666342497518, 'intersection_density_km': 53.93204904885429, 'edge_density_km': 12914.312662533786, 'street_density_km': 6602.788781143831, 'circuity_avg': 1.069497623117561, 'self_loop_proportion': 0.0028922631959508315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069497623117561\n", - "169\n", - "15026865.425789721\n", - "{'n': 1719, 'm': 4946, 'k_avg': 5.7545084351367075, 'intersection_count': 1450, 'streets_per_node_avg': 2.9232111692844676, 'streets_per_node_counts': {0: 0, 1: 269, 2: 0, 3: 1045, 4: 404, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15648632926119838, 2: 0.0, 3: 0.6079115764979639, 4: 0.23502036067481094, 5: 0.0005817335660267597}, 'edge_length_total': 351066.3799999995, 'edge_length_avg': 70.97985847149201, 'street_length_total': 175902.1910000001, 'street_length_avg': 70.92830282258069, 'street_segments_count': 2480, 'node_density_km': 114.39511510163537, 'intersection_density_km': 96.49384345396817, 'edge_density_km': 23362.58228529052, 'street_density_km': 11705.847228664841, 'circuity_avg': 1.0538085452486605, 'self_loop_proportion': 0.0022240194096239383, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538085452486605\n", - "170\n", - "17022932.82123989\n", - "{'n': 773, 'm': 1921, 'k_avg': 4.970245795601552, 'intersection_count': 602, 'streets_per_node_avg': 2.7089262613195344, 'streets_per_node_counts': {0: 0, 1: 171, 2: 2, 3: 481, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22121604139715395, 2: 0.00258732212160414, 3: 0.6222509702457956, 4: 0.1539456662354463}, 'edge_length_total': 197898.44499999972, 'edge_length_avg': 103.01845132743348, 'street_length_total': 101823.00000000003, 'street_length_avg': 99.53372434017598, 'street_segments_count': 1023, 'node_density_km': 45.409331524560265, 'intersection_density_km': 35.36405896220605, 'edge_density_km': 11625.402454333691, 'street_density_km': 5981.519228752007, 'circuity_avg': 1.092002529547446, 'self_loop_proportion': 0.002082248828735034, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092002529547446\n", - "171\n", - "6008914.458760862\n", - "{'n': 498, 'm': 1374, 'k_avg': 5.518072289156627, 'intersection_count': 403, 'streets_per_node_avg': 2.817269076305221, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 304, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19076305220883535, 2: 0.0, 3: 0.6104417670682731, 4: 0.19879518072289157}, 'edge_length_total': 107830.4020000003, 'edge_length_avg': 78.4791863173219, 'street_length_total': 54051.59099999998, 'street_length_avg': 78.44933381712625, 'street_segments_count': 689, 'node_density_km': 82.87686626557435, 'intersection_density_km': 67.06702229924991, 'edge_density_km': 17945.071899432016, 'street_density_km': 8995.233893069317, 'circuity_avg': 1.0759291688723918, 'self_loop_proportion': 0.00727802037845706, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0759291688723918\n", - "172\n", - "15027702.158245787\n", - "{'n': 1389, 'm': 3595, 'k_avg': 5.17638588912887, 'intersection_count': 1114, 'streets_per_node_avg': 2.727141828653708, 'streets_per_node_counts': {0: 0, 1: 275, 2: 3, 3: 940, 4: 168, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19798416126709864, 2: 0.0021598272138228943, 3: 0.6767458603311735, 4: 0.12095032397408208, 5: 0.0021598272138228943}, 'edge_length_total': 275144.7240000008, 'edge_length_avg': 76.53538915159967, 'street_length_total': 140010.82999999984, 'street_length_avg': 74.71228922091774, 'street_segments_count': 1874, 'node_density_km': 92.42930059256248, 'intersection_density_km': 74.12976303823946, 'edge_density_km': 18309.16803531585, 'street_density_km': 9316.848878534307, 'circuity_avg': 1.0747621059194212, 'self_loop_proportion': 0.0022253129346314327, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0747621059194212\n", - "173\n", - "21023937.68791638\n", - "{'n': 260, 'm': 703, 'k_avg': 5.407692307692308, 'intersection_count': 226, 'streets_per_node_avg': 2.9038461538461537, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 184, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13076923076923078, 2: 0.0, 3: 0.7076923076923077, 4: 0.1576923076923077, 5: 0.0038461538461538464}, 'edge_length_total': 69231.45099999986, 'edge_length_avg': 98.48001564722597, 'street_length_total': 36264.65899999995, 'street_length_avg': 98.81378474114427, 'street_segments_count': 367, 'node_density_km': 12.366855527232483, 'intersection_density_km': 10.749651342902082, 'edge_density_km': 3292.982124837204, 'street_density_km': 1724.9223022975023, 'circuity_avg': 1.0801040414576715, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801040414576715\n", - "174\n", - "20037813.139065724\n", - "{'n': 2951, 'm': 8119, 'k_avg': 5.502541511352084, 'intersection_count': 2463, 'streets_per_node_avg': 2.867502541511352, 'streets_per_node_counts': {0: 0, 1: 488, 2: 2, 3: 1878, 4: 580, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16536767197560148, 2: 0.0006777363605557439, 3: 0.6363944425618434, 4: 0.1965435445611657, 5: 0.0006777363605557439, 6: 0.00033886818027787193}, 'edge_length_total': 471640.38200000103, 'edge_length_avg': 58.09094494395874, 'street_length_total': 240161.61700000011, 'street_length_avg': 57.52374059880242, 'street_segments_count': 4175, 'node_density_km': 147.2715600010627, 'intersection_density_km': 122.91760497547185, 'edge_density_km': 23537.517728443676, 'street_density_km': 11985.420531334381, 'circuity_avg': 1.0797975192897924, 'self_loop_proportion': 0.002463357556349304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0797975192897924\n", - "175\n", - "65109518.61453596\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8536, 'm': 24314, 'k_avg': 5.696813495782568, 'intersection_count': 7547, 'streets_per_node_avg': 3.021204311152765, 'streets_per_node_counts': {0: 0, 1: 989, 2: 14, 3: 5416, 4: 2065, 5: 48, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11586223055295221, 2: 0.0016401124648547328, 3: 0.6344892221180881, 4: 0.2419165885660731, 5: 0.005623242736644799, 6: 0.00046860356138706655}, 'edge_length_total': 1387905.7890000036, 'edge_length_avg': 57.08257748622208, 'street_length_total': 715275.5259999981, 'street_length_avg': 56.58377707459838, 'street_segments_count': 12641, 'node_density_km': 131.10218262455874, 'intersection_density_km': 115.91239131531687, 'edge_density_km': 21316.480578158476, 'street_density_km': 10985.728987409684, 'circuity_avg': 1.061757820300201, 'self_loop_proportion': 0.002220942666776343, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061757820300201\n", - "176\n", - "4004562.186765598\n", - "{'n': 132, 'm': 326, 'k_avg': 4.9393939393939394, 'intersection_count': 96, 'streets_per_node_avg': 2.5984848484848486, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 77, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.5833333333333334, 4: 0.14393939393939395}, 'edge_length_total': 44740.47600000001, 'edge_length_avg': 137.2407239263804, 'street_length_total': 22370.238000000005, 'street_length_avg': 137.2407239263804, 'street_segments_count': 163, 'node_density_km': 32.96240483822119, 'intersection_density_km': 23.972658064160868, 'edge_density_km': 11172.376383081208, 'street_density_km': 5586.188191540604, 'circuity_avg': 1.0387968935996597, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387968935996597\n", - "177\n", - "8009088.762184148\n", - "{'n': 672, 'm': 1798, 'k_avg': 5.351190476190476, 'intersection_count': 550, 'streets_per_node_avg': 2.8467261904761907, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 412, 4: 136, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18154761904761904, 2: 0.0, 3: 0.6130952380952381, 4: 0.20238095238095238, 5: 0.001488095238095238, 6: 0.001488095238095238}, 'edge_length_total': 131320.944, 'edge_length_avg': 73.03723248053392, 'street_length_total': 67698.70699999995, 'street_length_avg': 72.56024330117894, 'street_segments_count': 933, 'node_density_km': 83.90467629387838, 'intersection_density_km': 68.67198208576356, 'edge_density_km': 16396.49002518829, 'street_density_km': 8452.735262424278, 'circuity_avg': 1.0679993688051233, 'self_loop_proportion': 0.0055617352614015575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679993688051233\n", - "178\n", - "10015694.622307878\n", - "{'n': 1348, 'm': 3744, 'k_avg': 5.554896142433234, 'intersection_count': 1204, 'streets_per_node_avg': 3.0089020771513355, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 914, 4: 281, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10682492581602374, 2: 0.0, 3: 0.6780415430267063, 4: 0.20845697329376855, 5: 0.005934718100890208, 6: 0.000741839762611276}, 'edge_length_total': 257919.5770000004, 'edge_length_avg': 68.88877590811977, 'street_length_total': 132760.13599999997, 'street_length_avg': 66.18152342971085, 'street_segments_count': 2006, 'node_density_km': 134.58876801191704, 'intersection_density_km': 120.21133285337397, 'edge_density_km': 25751.541628030285, 'street_density_km': 13255.210048467769, 'circuity_avg': 1.0693656574891373, 'self_loop_proportion': 0.004273504273504274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693656574891373\n", - "179\n", - "11012674.698010731\n", - "{'n': 439, 'm': 1042, 'k_avg': 4.747152619589977, 'intersection_count': 359, 'streets_per_node_avg': 2.71753986332574, 'streets_per_node_counts': {0: 0, 1: 80, 2: 1, 3: 321, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18223234624145787, 2: 0.002277904328018223, 3: 0.7312072892938497, 4: 0.08428246013667426}, 'edge_length_total': 121389.8050000001, 'edge_length_avg': 116.49693378119011, 'street_length_total': 63246.987000000016, 'street_length_avg': 109.6134956672444, 'street_segments_count': 577, 'node_density_km': 39.863158772800084, 'intersection_density_km': 32.59880182103697, 'edge_density_km': 11022.735922811493, 'street_density_km': 5743.108621144017, 'circuity_avg': 1.0563436642878603, 'self_loop_proportion': 0.0019193857965451055, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563436642878603\n", - "180\n", - "8014344.143957936\n", - "{'n': 1115, 'm': 2683, 'k_avg': 4.812556053811659, 'intersection_count': 811, 'streets_per_node_avg': 2.515695067264574, 'streets_per_node_counts': {0: 0, 1: 304, 2: 1, 3: 745, 4: 61, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2726457399103139, 2: 0.0008968609865470852, 3: 0.6681614349775785, 4: 0.054708520179372194, 5: 0.003587443946188341}, 'edge_length_total': 158926.2469999996, 'edge_length_avg': 59.23453112187834, 'street_length_total': 80537.15199999996, 'street_length_avg': 58.615103347889345, 'street_segments_count': 1374, 'node_density_km': 139.125545393581, 'intersection_density_km': 101.19355812932214, 'edge_density_km': 19830.224924869875, 'street_density_km': 10049.125736722626, 'circuity_avg': 1.081544770093115, 'self_loop_proportion': 0.002981736861721953, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081544770093115\n", - "181\n", - "10012206.13395365\n", - "{'n': 569, 'm': 1443, 'k_avg': 5.072056239015817, 'intersection_count': 429, 'streets_per_node_avg': 2.625659050966608, 'streets_per_node_counts': {0: 0, 1: 140, 2: 0, 3: 362, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2460456942003515, 2: 0.0, 3: 0.6362038664323374, 4: 0.11775043936731107}, 'edge_length_total': 151644.15200000023, 'edge_length_avg': 105.08950242550259, 'street_length_total': 76204.45400000006, 'street_length_avg': 104.67644780219788, 'street_segments_count': 728, 'node_density_km': 56.83063176959498, 'intersection_density_km': 42.84769952400043, 'edge_density_km': 15145.927877547458, 'street_density_km': 7611.155122103765, 'circuity_avg': 1.0740099366853264, 'self_loop_proportion': 0.004158004158004158, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740099366853264\n", - "182\n", - "10018339.859420974\n", - "{'n': 893, 'm': 2376, 'k_avg': 5.321388577827547, 'intersection_count': 744, 'streets_per_node_avg': 2.8141097424412096, 'streets_per_node_counts': {0: 0, 1: 149, 2: 3, 3: 607, 4: 133, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16685330347144456, 2: 0.0033594624860022394, 3: 0.6797312430011199, 4: 0.14893617021276595, 5: 0.0011198208286674132}, 'edge_length_total': 183115.00100000013, 'edge_length_avg': 77.06860311447817, 'street_length_total': 94452.39400000012, 'street_length_avg': 76.54164829821727, 'street_segments_count': 1234, 'node_density_km': 89.13652486646748, 'intersection_density_km': 74.26380123253281, 'edge_density_km': 18277.978544299807, 'street_density_km': 9427.948674667854, 'circuity_avg': 1.0983992942792467, 'self_loop_proportion': 0.005471380471380472, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0983992942792467\n", - "183\n", - "169195279.57912633\n", - "error with entry 183\n", - "184\n", - "24027404.070059713\n", - "{'n': 5452, 'm': 15724, 'k_avg': 5.768158473954512, 'intersection_count': 4841, 'streets_per_node_avg': 3.0331988261188556, 'streets_per_node_counts': {0: 0, 1: 611, 2: 10, 3: 3444, 4: 1361, 5: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11206896551724138, 2: 0.001834189288334556, 3: 0.6316947909024211, 4: 0.24963316214233308, 5: 0.004768892149669846}, 'edge_length_total': 815924.8030000072, 'edge_length_avg': 51.890409755787786, 'street_length_total': 420915.9789999999, 'street_length_avg': 51.212553716997185, 'street_segments_count': 8219, 'node_density_km': 226.90757537114374, 'intersection_density_km': 201.47827813127418, 'edge_density_km': 33958.09221091521, 'street_density_km': 17518.162918169703, 'circuity_avg': 1.0691319383795532, 'self_loop_proportion': 0.0030526583566522513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691319383795532\n", - "185\n", - "10011425.424456794\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 214, 'm': 630, 'k_avg': 5.88785046728972, 'intersection_count': 192, 'streets_per_node_avg': 3.0046728971962615, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 147, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.102803738317757, 2: 0.0, 3: 0.6869158878504673, 4: 0.2102803738317757}, 'edge_length_total': 103297.59600000008, 'edge_length_avg': 163.96443809523822, 'street_length_total': 51648.798000000024, 'street_length_avg': 163.96443809523817, 'street_segments_count': 315, 'node_density_km': 21.375577495410585, 'intersection_density_km': 19.178088220181458, 'edge_density_km': 10317.970880315963, 'street_density_km': 5158.98544015798, 'circuity_avg': 1.0405559766741854, 'self_loop_proportion': 0.006349206349206349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405559766741854\n", - "186\n", - "7009759.083062559\n", - "{'n': 346, 'm': 874, 'k_avg': 5.0520231213872835, 'intersection_count': 266, 'streets_per_node_avg': 2.6820809248554913, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 216, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23121387283236994, 2: 0.0, 3: 0.6242774566473989, 4: 0.14450867052023122}, 'edge_length_total': 90375.03599999975, 'edge_length_avg': 103.40393135011412, 'street_length_total': 45457.42199999999, 'street_length_avg': 102.38158108108107, 'street_segments_count': 444, 'node_density_km': 49.359756291200924, 'intersection_density_km': 37.94709587705042, 'edge_density_km': 12892.744947307796, 'street_density_km': 6484.876507359176, 'circuity_avg': 1.0443745250503598, 'self_loop_proportion': 0.002288329519450801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443745250503598\n", - "187\n", - "10018489.556387557\n", - "{'n': 179, 'm': 566, 'k_avg': 6.324022346368715, 'intersection_count': 163, 'streets_per_node_avg': 3.2849162011173183, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 80, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0893854748603352, 2: 0.0, 3: 0.44692737430167595, 4: 0.46368715083798884}, 'edge_length_total': 110788.80600000007, 'edge_length_avg': 195.73993992932876, 'street_length_total': 55394.40300000002, 'street_length_avg': 195.7399399293287, 'street_segments_count': 283, 'node_density_km': 17.86696477473231, 'intersection_density_km': 16.26991764402998, 'edge_density_km': 11058.43404601482, 'street_density_km': 5529.217023007408, 'circuity_avg': 1.0129048353537784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0129048353537784\n", - "188\n", - "8016638.5051923385\n", - "{'n': 1058, 'm': 2982, 'k_avg': 5.637051039697543, 'intersection_count': 963, 'streets_per_node_avg': 3.0170132325141776, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 757, 4: 204, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08979206049149338, 2: 0.0, 3: 0.7155009451795841, 4: 0.19281663516068054, 5: 0.001890359168241966}, 'edge_length_total': 193103.1749999996, 'edge_length_avg': 64.75626257545258, 'street_length_total': 99445.10400000021, 'street_length_avg': 63.665239436619856, 'street_segments_count': 1562, 'node_density_km': 131.97551558732985, 'intersection_density_km': 120.12516210831629, 'edge_density_km': 24087.798754419025, 'street_density_km': 12404.838254287019, 'circuity_avg': 1.0825107558858127, 'self_loop_proportion': 0.00335345405767941, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825107558858127\n", - "189\n", - "23032230.18279688\n", - "{'n': 1668, 'm': 4589, 'k_avg': 5.502398081534772, 'intersection_count': 1346, 'streets_per_node_avg': 2.7829736211031175, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 1072, 4: 268, 5: 5, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19304556354916066, 2: 0.0, 3: 0.6426858513189448, 4: 0.1606714628297362, 5: 0.002997601918465228, 6: 0.0, 7: 0.0005995203836930455}, 'edge_length_total': 485140.0379999978, 'edge_length_avg': 105.71802963608582, 'street_length_total': 243032.34299999982, 'street_length_avg': 105.66623608695645, 'street_segments_count': 2300, 'node_density_km': 72.42025573562799, 'intersection_density_km': 58.439846654769354, 'edge_density_km': 21063.52854889216, 'street_density_km': 10551.837189501706, 'circuity_avg': 1.0860900440033143, 'self_loop_proportion': 0.00610154717803443, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0860900440033143\n", - "190\n", - "5008151.168960442\n", - "{'n': 461, 'm': 1154, 'k_avg': 5.006507592190889, 'intersection_count': 344, 'streets_per_node_avg': 2.585683297180043, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 304, 4: 37, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25379609544468545, 2: 0.0, 3: 0.6594360086767896, 4: 0.08026030368763558, 5: 0.006507592190889371}, 'edge_length_total': 94041.096, 'edge_length_avg': 81.49141767764299, 'street_length_total': 47328.34699999997, 'street_length_avg': 81.3201838487972, 'street_segments_count': 582, 'node_density_km': 92.0499370820093, 'intersection_density_km': 68.68802246466637, 'edge_density_km': 18777.607310028627, 'street_density_km': 9450.263261486987, 'circuity_avg': 1.0521769195234216, 'self_loop_proportion': 0.0034662045060658577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0521769195234216\n", - "191\n", - "9010461.676745065\n", - "{'n': 515, 'm': 1347, 'k_avg': 5.231067961165048, 'intersection_count': 398, 'streets_per_node_avg': 2.7262135922330097, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 306, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22718446601941747, 2: 0.0, 3: 0.5941747572815534, 4: 0.1766990291262136, 5: 0.001941747572815534}, 'edge_length_total': 137255.1870000002, 'edge_length_avg': 101.89694654788434, 'street_length_total': 69252.00199999998, 'street_length_avg': 101.69163289280466, 'street_segments_count': 681, 'node_density_km': 57.15578385169253, 'intersection_density_km': 44.17087761742452, 'edge_density_km': 15232.869515913886, 'street_density_km': 7685.732927396073, 'circuity_avg': 1.0586504949779845, 'self_loop_proportion': 0.0014847809948032665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586504949779845\n", - "192\n", - "13015221.811655378\n", - "{'n': 359, 'm': 1040, 'k_avg': 5.793871866295264, 'intersection_count': 297, 'streets_per_node_avg': 2.9526462395543174, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 191, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17270194986072424, 2: 0.0, 3: 0.532033426183844, 4: 0.2924791086350975, 5: 0.002785515320334262}, 'edge_length_total': 163458.4959999999, 'edge_length_avg': 157.17163076923066, 'street_length_total': 81729.24799999999, 'street_length_avg': 157.17163076923075, 'street_segments_count': 520, 'node_density_km': 27.583087341508747, 'intersection_density_km': 22.819434374451525, 'edge_density_km': 12559.024991308232, 'street_density_km': 6279.512495654119, 'circuity_avg': 1.028806318862904, 'self_loop_proportion': 0.0019230769230769232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028806318862904\n", - "193\n", - "12014909.06465863\n", - "{'n': 953, 'm': 2576, 'k_avg': 5.406086044071354, 'intersection_count': 786, 'streets_per_node_avg': 2.845750262329486, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 604, 4: 178, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17523609653725078, 2: 0.0, 3: 0.633788037775446, 4: 0.18677859391395593, 5: 0.0031479538300104933, 6: 0.001049317943336831}, 'edge_length_total': 176077.36099999983, 'edge_length_avg': 68.35301281055894, 'street_length_total': 89200.85599999987, 'street_length_avg': 66.71716978309638, 'street_segments_count': 1337, 'node_density_km': 79.31812008492108, 'intersection_density_km': 65.4187223365666, 'edge_density_km': 14654.905838440698, 'street_density_km': 7424.180700824494, 'circuity_avg': 1.1223551565002317, 'self_loop_proportion': 0.004658385093167702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1223551565002317\n", - "194\n", - "14025022.942934718\n", - "{'n': 958, 'm': 2619, 'k_avg': 5.467640918580376, 'intersection_count': 766, 'streets_per_node_avg': 2.805845511482255, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 577, 4: 182, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20041753653444677, 2: 0.0, 3: 0.6022964509394572, 4: 0.18997912317327767, 5: 0.005219206680584551, 6: 0.0020876826722338203}, 'edge_length_total': 227278.4859999999, 'edge_length_avg': 86.7806361206567, 'street_length_total': 114097.81600000011, 'street_length_avg': 86.43773939393948, 'street_segments_count': 1320, 'node_density_km': 68.30648362558327, 'intersection_density_km': 54.61666644801334, 'edge_density_km': 16205.213134035854, 'street_density_km': 8135.303340625073, 'circuity_avg': 1.0588161963989533, 'self_loop_proportion': 0.002290950744558992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588161963989533\n", - "195\n", - "54060324.67604555\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4686, 'm': 13631, 'k_avg': 5.817755014938114, 'intersection_count': 3870, 'streets_per_node_avg': 2.931284677763551, 'streets_per_node_counts': {0: 0, 1: 816, 2: 3, 3: 2571, 4: 1281, 5: 13, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17413572343149808, 2: 0.0006402048655569782, 3: 0.5486555697823303, 4: 0.2733674775928297, 5: 0.002774221084080239, 6: 0.0004268032437046522}, 'edge_length_total': 1136231.112, 'edge_length_avg': 83.35640173134766, 'street_length_total': 572668.1369999999, 'street_length_avg': 83.76014874945149, 'street_segments_count': 6837, 'node_density_km': 86.68094444642495, 'intersection_density_km': 71.58669547752123, 'edge_density_km': 21017.83736610577, 'street_density_km': 10593.131662299329, 'circuity_avg': 1.0460102839615604, 'self_loop_proportion': 0.0013205194042990242, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460102839615604\n", - "196\n", - "12018509.850175789\n", - "{'n': 674, 'm': 1661, 'k_avg': 4.928783382789318, 'intersection_count': 529, 'streets_per_node_avg': 2.664688427299703, 'streets_per_node_counts': {0: 0, 1: 145, 2: 5, 3: 455, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21513353115727002, 2: 0.00741839762611276, 3: 0.6750741839762612, 4: 0.10237388724035608}, 'edge_length_total': 150814.6740000003, 'edge_length_avg': 90.7975159542446, 'street_length_total': 77686.20400000003, 'street_length_avg': 88.17957321225883, 'street_segments_count': 881, 'node_density_km': 56.080163714317855, 'intersection_density_km': 44.01544006657885, 'edge_density_km': 12548.53354368174, 'street_density_km': 6463.879879323288, 'circuity_avg': 1.0764389248019706, 'self_loop_proportion': 0.004214328717639976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0764389248019706\n", - "197\n", - "9015942.473486098\n", - "{'n': 645, 'm': 1691, 'k_avg': 5.243410852713178, 'intersection_count': 485, 'streets_per_node_avg': 2.6651162790697676, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 382, 4: 102, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24806201550387597, 2: 0.0, 3: 0.5922480620155038, 4: 0.15813953488372093, 5: 0.0015503875968992248}, 'edge_length_total': 168799.38000000032, 'edge_length_avg': 99.82222353636921, 'street_length_total': 84447.43400000015, 'street_length_avg': 99.81966193853447, 'street_segments_count': 846, 'node_density_km': 71.53994181937198, 'intersection_density_km': 53.79359966262854, 'edge_density_km': 18722.3222082885, 'street_density_km': 9366.456612643822, 'circuity_avg': 1.071947331596439, 'self_loop_proportion': 0.0059136605558840925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071947331596439\n", - "198\n", - "16021416.791928325\n", - "{'n': 2504, 'm': 6770, 'k_avg': 5.407348242811501, 'intersection_count': 2068, 'streets_per_node_avg': 2.8634185303514377, 'streets_per_node_counts': {0: 0, 1: 436, 2: 3, 3: 1545, 4: 507, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17412140575079874, 2: 0.0011980830670926517, 3: 0.6170127795527156, 4: 0.20247603833865815, 5: 0.005191693290734824}, 'edge_length_total': 373024.31599999877, 'edge_length_avg': 55.099603545051515, 'street_length_total': 192750.24300000042, 'street_length_avg': 54.38776608352156, 'street_segments_count': 3544, 'node_density_km': 156.2907970324777, 'intersection_density_km': 129.07722374726993, 'edge_density_km': 23282.85449685888, 'street_density_km': 12030.786384454403, 'circuity_avg': 1.0773666658132848, 'self_loop_proportion': 0.004431314623338257, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773666658132848\n", - "199\n", - "8010007.365283444\n", - "{'n': 537, 'm': 1374, 'k_avg': 5.11731843575419, 'intersection_count': 451, 'streets_per_node_avg': 2.7690875232774674, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 404, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1601489757914339, 2: 0.0, 3: 0.7523277467411545, 4: 0.0856610800744879, 5: 0.00186219739292365}, 'edge_length_total': 130582.80500000002, 'edge_length_avg': 95.03843158660845, 'street_length_total': 66837.59400000001, 'street_length_avg': 92.44480497925314, 'street_segments_count': 723, 'node_density_km': 67.04113685680707, 'intersection_density_km': 56.304567453296066, 'edge_density_km': 16302.457544042369, 'street_density_km': 8344.261241217333, 'circuity_avg': 1.0559172487906219, 'self_loop_proportion': 0.002911208151382824, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559172487906219\n", - "200\n", - "20027751.749673326\n", - "{'n': 1540, 'm': 4020, 'k_avg': 5.220779220779221, 'intersection_count': 1286, 'streets_per_node_avg': 2.8233766233766233, 'streets_per_node_counts': {0: 0, 1: 254, 2: 4, 3: 1054, 4: 217, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16493506493506493, 2: 0.0025974025974025974, 3: 0.6844155844155844, 4: 0.1409090909090909, 5: 0.006493506493506494, 6: 0.0006493506493506494}, 'edge_length_total': 341494.485000001, 'edge_length_avg': 84.94887686567188, 'street_length_total': 175607.3480000006, 'street_length_avg': 82.17470659803492, 'street_segments_count': 2137, 'node_density_km': 76.89330381404989, 'intersection_density_km': 64.21090175640789, 'edge_density_km': 17051.064406446476, 'street_density_km': 8768.20075437898, 'circuity_avg': 1.0696122158615389, 'self_loop_proportion': 0.002736318407960199, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696122158615389\n", - "201\n", - "12012659.464647679\n", - "{'n': 861, 'm': 2359, 'k_avg': 5.479674796747967, 'intersection_count': 729, 'streets_per_node_avg': 2.873403019744483, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 577, 4: 149, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15331010452961671, 2: 0.0, 3: 0.670150987224158, 4: 0.17305458768873402, 5: 0.003484320557491289}, 'edge_length_total': 239881.1220000004, 'edge_length_avg': 101.68763119966104, 'street_length_total': 120591.80999999998, 'street_length_avg': 100.74503759398495, 'street_segments_count': 1197, 'node_density_km': 71.67438671959827, 'intersection_density_km': 60.685978999520486, 'edge_density_km': 19969.0270673161, 'street_density_km': 10038.727090773888, 'circuity_avg': 1.0681095591270275, 'self_loop_proportion': 0.005934718100890208, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681095591270275\n", - "202\n", - "9010512.463541986\n", - "{'n': 4325, 'm': 12244, 'k_avg': 5.661965317919075, 'intersection_count': 3665, 'streets_per_node_avg': 2.9336416184971097, 'streets_per_node_counts': {0: 0, 1: 660, 2: 9, 3: 2635, 4: 1002, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15260115606936417, 2: 0.0020809248554913293, 3: 0.6092485549132948, 4: 0.23167630057803468, 5: 0.003930635838150289, 6: 0.00046242774566473987}, 'edge_length_total': 425279.3220000022, 'edge_length_avg': 34.73369176739646, 'street_length_total': 218346.27000000046, 'street_length_avg': 34.53753084466948, 'street_segments_count': 6322, 'node_density_km': 479.99489679412363, 'intersection_density_km': 406.74712063594524, 'edge_density_km': 47198.128155390965, 'street_density_km': 24232.3919847473, 'circuity_avg': 1.0526126300260346, 'self_loop_proportion': 0.0023685070238484156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526126300260346\n", - "203\n", - "24027040.22622509\n", - "{'n': 2904, 'm': 7921, 'k_avg': 5.455234159779614, 'intersection_count': 2408, 'streets_per_node_avg': 2.8860192837465566, 'streets_per_node_counts': {0: 0, 1: 496, 2: 13, 3: 1732, 4: 652, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17079889807162535, 2: 0.004476584022038568, 3: 0.5964187327823691, 4: 0.22451790633608815, 5: 0.003787878787878788}, 'edge_length_total': 411061.0700000013, 'edge_length_avg': 51.89509784118183, 'street_length_total': 211750.89300000016, 'street_length_avg': 51.122861661033355, 'street_segments_count': 4142, 'node_density_km': 120.86382561720337, 'intersection_density_km': 100.22041738506395, 'edge_density_km': 17108.269105544485, 'street_density_km': 8813.024451046525, 'circuity_avg': 1.0628910489680847, 'self_loop_proportion': 0.002524933720489837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628910489680847\n", - "204\n", - "12018994.669865664\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1126, 'm': 2959, 'k_avg': 5.255772646536412, 'intersection_count': 894, 'streets_per_node_avg': 2.7726465364120783, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 693, 4: 196, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20603907637655416, 2: 0.0, 3: 0.6154529307282416, 4: 0.17406749555950266, 5: 0.0026642984014209592, 6: 0.0017761989342806395}, 'edge_length_total': 224991.371999999, 'edge_length_avg': 76.03628658330484, 'street_length_total': 114587.67499999977, 'street_length_avg': 75.04104453176147, 'street_segments_count': 1527, 'node_density_km': 93.68504029901406, 'intersection_density_km': 74.38226112550495, 'edge_density_km': 18719.649869227684, 'street_density_km': 9533.881838494943, 'circuity_avg': 1.0630830175285069, 'self_loop_proportion': 0.002027712064886786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630830175285069\n", - "205\n", - "11016342.018166168\n", - "{'n': 221, 'm': 566, 'k_avg': 5.122171945701357, 'intersection_count': 174, 'streets_per_node_avg': 2.6561085972850678, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 157, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21266968325791855, 2: 0.0, 3: 0.7104072398190046, 4: 0.07239819004524888, 5: 0.004524886877828055}, 'edge_length_total': 106437.62899999993, 'edge_length_avg': 188.05234805653697, 'street_length_total': 53362.14900000001, 'street_length_avg': 187.89489084507048, 'street_segments_count': 284, 'node_density_km': 20.061105549879134, 'intersection_density_km': 15.794716586782666, 'edge_density_km': 9661.794162207578, 'street_density_km': 4843.908160440623, 'circuity_avg': 1.0544111264924139, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0544111264924139\n", - "206\n", - "9016207.08794371\n", - "{'n': 473, 'm': 1238, 'k_avg': 5.234672304439746, 'intersection_count': 388, 'streets_per_node_avg': 2.813953488372093, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 306, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17970401691331925, 2: 0.0, 3: 0.6469344608879493, 4: 0.1733615221987315}, 'edge_length_total': 107781.27400000018, 'edge_length_avg': 87.06080290791614, 'street_length_total': 55392.614000000016, 'street_length_avg': 85.21940615384618, 'street_segments_count': 650, 'node_density_km': 52.46108428814662, 'intersection_density_km': 43.03361670993846, 'edge_density_km': 11954.170190270264, 'street_density_km': 6143.671441849411, 'circuity_avg': 1.0699489672948284, 'self_loop_proportion': 0.0032310177705977385, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699489672948284\n", - "207\n", - "24027106.66214069\n", - "{'n': 1068, 'm': 2874, 'k_avg': 5.382022471910112, 'intersection_count': 903, 'streets_per_node_avg': 2.8230337078651684, 'streets_per_node_counts': {0: 0, 1: 165, 2: 2, 3: 758, 4: 143}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1544943820224719, 2: 0.0018726591760299626, 3: 0.7097378277153558, 4: 0.13389513108614232}, 'edge_length_total': 372395.80799999856, 'edge_length_avg': 129.5740459290183, 'street_length_total': 188334.14099999974, 'street_length_avg': 128.81952188782472, 'street_segments_count': 1462, 'node_density_km': 44.4497964327448, 'intersection_density_km': 37.58255260184322, 'edge_density_km': 15498.986758433944, 'street_density_km': 7838.402835941802, 'circuity_avg': 1.037634343401282, 'self_loop_proportion': 0.0006958942240779402, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037634343401282\n", - "208\n", - "13026623.541665344\n", - "{'n': 1390, 'm': 3582, 'k_avg': 5.153956834532374, 'intersection_count': 1102, 'streets_per_node_avg': 2.7964028776978416, 'streets_per_node_counts': {0: 0, 1: 288, 2: 0, 3: 815, 4: 282, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20719424460431654, 2: 0.0, 3: 0.5863309352517986, 4: 0.20287769784172663, 5: 0.0028776978417266188, 6: 0.0007194244604316547}, 'edge_length_total': 306362.75700000045, 'edge_length_avg': 85.52840787269695, 'street_length_total': 157249.16300000006, 'street_length_avg': 83.20061534391537, 'street_segments_count': 1890, 'node_density_km': 106.70454976718396, 'intersection_density_km': 84.59598118232859, 'edge_density_km': 23518.20147562463, 'street_density_km': 12071.367726029877, 'circuity_avg': 1.0626243434723723, 'self_loop_proportion': 0.005025125628140704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626243434723723\n", - "209\n", - "39054906.35840916\n", - "error with entry 209\n", - "210\n", - "8008545.63487873\n", - "{'n': 2860, 'm': 7819, 'k_avg': 5.467832167832168, 'intersection_count': 2319, 'streets_per_node_avg': 2.8433566433566435, 'streets_per_node_counts': {0: 0, 1: 541, 2: 2, 3: 1695, 4: 608, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18916083916083917, 2: 0.0006993006993006993, 3: 0.5926573426573427, 4: 0.2125874125874126, 5: 0.0048951048951048955}, 'edge_length_total': 293659.8950000002, 'edge_length_avg': 37.557218953830436, 'street_length_total': 150330.42000000004, 'street_length_avg': 37.275085544259866, 'street_segments_count': 4033, 'node_density_km': 357.1185244352182, 'intersection_density_km': 289.5656846731717, 'edge_density_km': 36668.31761825216, 'street_density_km': 18771.250967876444, 'circuity_avg': 1.0828761880366806, 'self_loop_proportion': 0.004604169331116511, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828761880366806\n", - "211\n", - "8008341.673102038\n", - "{'n': 1027, 'm': 2693, 'k_avg': 5.244401168451802, 'intersection_count': 846, 'streets_per_node_avg': 2.836416747809153, 'streets_per_node_counts': {0: 0, 1: 181, 2: 2, 3: 662, 4: 171, 5: 9, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1762414800389484, 2: 0.0019474196689386564, 3: 0.6445959104186952, 4: 0.1665043816942551, 5: 0.008763388510223954, 6: 0.0009737098344693282, 7: 0.0009737098344693282}, 'edge_length_total': 171835.6279999991, 'edge_length_avg': 63.808253991830334, 'street_length_total': 89768.83200000017, 'street_length_avg': 62.12375916955029, 'street_segments_count': 1445, 'node_density_km': 128.24128164379263, 'intersection_density_km': 105.639848364799, 'edge_density_km': 21457.080006607463, 'street_density_km': 11209.415839675099, 'circuity_avg': 1.0728864351352467, 'self_loop_proportion': 0.004084663943557371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728864351352467\n", - "212\n", - "5008283.443338315\n", - "{'n': 146, 'm': 375, 'k_avg': 5.136986301369863, 'intersection_count': 121, 'streets_per_node_avg': 2.780821917808219, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 103, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17123287671232876, 2: 0.0, 3: 0.7054794520547946, 4: 0.1232876712328767}, 'edge_length_total': 50465.62000000004, 'edge_length_avg': 134.57498666666677, 'street_length_total': 25357.360000000008, 'street_length_avg': 134.16592592592596, 'street_segments_count': 189, 'node_density_km': 29.1517047011785, 'intersection_density_km': 24.159974444127386, 'edge_density_km': 10076.430491793759, 'street_density_km': 5063.084046037506, 'circuity_avg': 1.0504647294944638, 'self_loop_proportion': 0.005333333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504647294944638\n", - "213\n", - "10017911.696821995\n", - "{'n': 1124, 'm': 2915, 'k_avg': 5.186832740213523, 'intersection_count': 930, 'streets_per_node_avg': 2.840747330960854, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 733, 4: 185, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17259786476868327, 2: 0.0, 3: 0.652135231316726, 4: 0.16459074733096085, 5: 0.010676156583629894}, 'edge_length_total': 193873.50299999915, 'edge_length_avg': 66.50892041166351, 'street_length_total': 102320.57599999991, 'street_length_avg': 65.08942493638672, 'street_segments_count': 1572, 'node_density_km': 112.19903249462351, 'intersection_density_km': 92.83371905693939, 'edge_density_km': 19352.686354931844, 'street_density_km': 10213.763017342157, 'circuity_avg': 1.0598149419803893, 'self_loop_proportion': 0.0013722126929674098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598149419803893\n", - "214\n", - "17018842.445719693\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2613, 'm': 7362, 'k_avg': 5.634902411021814, 'intersection_count': 2242, 'streets_per_node_avg': 2.961729812476081, 'streets_per_node_counts': {0: 0, 1: 371, 2: 9, 3: 1589, 4: 638, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.141982395713739, 2: 0.003444316877152698, 3: 0.6081132797550708, 4: 0.24416379640260238, 5: 0.0019135093761959434, 6: 0.0003827018752391887}, 'edge_length_total': 431358.94700000074, 'edge_length_avg': 58.59263067101341, 'street_length_total': 221889.75699999952, 'street_length_avg': 57.94979289631745, 'street_segments_count': 3829, 'node_density_km': 153.53570657545984, 'intersection_density_km': 131.73633912827438, 'edge_density_km': 25345.962768959605, 'street_density_km': 13037.887724015312, 'circuity_avg': 1.0644920530060387, 'self_loop_proportion': 0.0019016571583808748, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644920530060387\n", - "215\n", - "32057682.13097518\n", - "{'n': 3177, 'm': 8746, 'k_avg': 5.505823103556815, 'intersection_count': 2559, 'streets_per_node_avg': 2.815549260308467, 'streets_per_node_counts': {0: 0, 1: 618, 2: 2, 3: 1918, 4: 626, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19452313503305005, 2: 0.0006295247088448222, 3: 0.6037141957821844, 4: 0.19704123386842934, 5: 0.004091910607491344}, 'edge_length_total': 715302.3459999997, 'edge_length_avg': 81.78622753258628, 'street_length_total': 359658.49700000085, 'street_length_avg': 81.26039245368297, 'street_segments_count': 4426, 'node_density_km': 99.10261094423538, 'intersection_density_km': 79.82486037340206, 'edge_density_km': 22312.977684336423, 'street_density_km': 11219.104847648578, 'circuity_avg': 1.0677159611131453, 'self_loop_proportion': 0.00228675966155957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0677159611131453\n", - "216\n", - "80090502.08913842\n", - "{'n': 7203, 'm': 18638, 'k_avg': 5.175065944745245, 'intersection_count': 5601, 'streets_per_node_avg': 2.7062335138136886, 'streets_per_node_counts': {0: 0, 1: 1602, 2: 2, 3: 4522, 4: 1065, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2224073302790504, 2: 0.00027766208524226016, 3: 0.6277939747327502, 4: 0.14785506039150353, 5: 0.0015271414688324309, 6: 0.00013883104262113008}, 'edge_length_total': 1672361.1029999962, 'edge_length_avg': 89.72857082304948, 'street_length_total': 877945.0670000026, 'street_length_avg': 90.4724924773292, 'street_segments_count': 9704, 'node_density_km': 89.93575782535697, 'intersection_density_km': 69.93338603079611, 'edge_density_km': 20880.891733438086, 'street_density_km': 10961.912387849374, 'circuity_avg': 1.0669613851469804, 'self_loop_proportion': 0.0015023071144972637, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669613851469804\n", - "217\n", - "64075331.44693971\n", - "{'n': 8271, 'm': 23950, 'k_avg': 5.791319066618305, 'intersection_count': 7038, 'streets_per_node_avg': 2.9621569338653124, 'streets_per_node_counts': {0: 0, 1: 1233, 2: 10, 3: 4926, 4: 2047, 5: 49, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14907508161044614, 2: 0.0012090436464756377, 3: 0.5955749002538991, 4: 0.24749123443356305, 5: 0.005924313867730625, 6: 0.0007254261878853826}, 'edge_length_total': 1847347.4930000037, 'edge_length_avg': 77.13350701461394, 'street_length_total': 936556.6669999949, 'street_length_avg': 76.79841467814636, 'street_segments_count': 12195, 'node_density_km': 129.08243801827467, 'intersection_density_km': 109.83946303622503, 'edge_density_km': 28830.869092417855, 'street_density_km': 14616.493521778353, 'circuity_avg': 1.0619108833577664, 'self_loop_proportion': 0.0040083507306889355, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619108833577664\n", - "218\n", - "5007998.380740666\n", - "{'n': 184, 'm': 455, 'k_avg': 4.945652173913044, 'intersection_count': 146, 'streets_per_node_avg': 2.717391304347826, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 122, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20652173913043478, 2: 0.0, 3: 0.6630434782608695, 4: 0.13043478260869565}, 'edge_length_total': 56510.162, 'edge_length_avg': 124.19815824175824, 'street_length_total': 28506.621999999985, 'street_length_avg': 123.40529004328998, 'street_segments_count': 231, 'node_density_km': 36.74122593721507, 'intersection_density_km': 29.153364058877173, 'edge_density_km': 11283.981683644703, 'street_density_km': 5692.218693526006, 'circuity_avg': 1.053751628698118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053751628698118\n", - "219\n", - "9013404.569861397\n", - "{'n': 1447, 'm': 4177, 'k_avg': 5.77332411886662, 'intersection_count': 1304, 'streets_per_node_avg': 3.0145127850725637, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 1001, 4: 299, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09882515549412578, 2: 0.0, 3: 0.6917760884588804, 4: 0.2066344160331721, 5: 0.0027643400138217}, 'edge_length_total': 232092.71300000037, 'edge_length_avg': 55.56445128082365, 'street_length_total': 118428.6079999999, 'street_length_avg': 55.16004098742427, 'street_segments_count': 2147, 'node_density_km': 160.5386720172765, 'intersection_density_km': 144.6734127923487, 'edge_density_km': 25749.72766406838, 'street_density_km': 13139.164794177328, 'circuity_avg': 1.0514879161761468, 'self_loop_proportion': 0.0009576250897773521, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514879161761468\n", - "220\n", - "49059223.29373774\n", - "{'n': 8234, 'm': 23584, 'k_avg': 5.7284430410493075, 'intersection_count': 7269, 'streets_per_node_avg': 3.018824386689337, 'streets_per_node_counts': {0: 0, 1: 965, 2: 11, 3: 5219, 4: 1988, 5: 47, 6: 2, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1171969880981297, 2: 0.0013359242166626185, 3: 0.6338353169783824, 4: 0.24143794024775322, 5: 0.0057080398348311875, 6: 0.00024289531212047608, 7: 0.00024289531212047608}, 'edge_length_total': 1115712.2710000072, 'edge_length_avg': 47.30801691824996, 'street_length_total': 577030.8600000009, 'street_length_avg': 46.90545114615517, 'street_segments_count': 12302, 'node_density_km': 167.83796088045784, 'intersection_density_km': 148.16785737673646, 'edge_density_km': 22742.15114087272, 'street_density_km': 11761.9240839807, 'circuity_avg': 1.0577201835149068, 'self_loop_proportion': 0.0016112618724559023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577201835149068\n", - "221\n", - "78125435.16660202\n", - "{'n': 9290, 'm': 26358, 'k_avg': 5.67448869752422, 'intersection_count': 7688, 'streets_per_node_avg': 2.910118406889128, 'streets_per_node_counts': {0: 0, 1: 1602, 2: 0, 3: 5368, 4: 2278, 5: 35, 6: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17244348762109796, 2: 0.0, 3: 0.5778256189451023, 4: 0.24520990312163618, 5: 0.003767491926803014, 6: 0.0007534983853606028}, 'edge_length_total': 1976595.1429999971, 'edge_length_avg': 74.99033094316705, 'street_length_total': 1009820.9289999991, 'street_length_avg': 75.0126971475263, 'street_segments_count': 13462, 'node_density_km': 118.91133764809285, 'intersection_density_km': 98.40585186636575, 'edge_density_km': 25300.276904505172, 'street_density_km': 12925.635893695338, 'circuity_avg': 1.067841637288974, 'self_loop_proportion': 0.002352227027847333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067841637288974\n", - "222\n", - "126256565.76165573\n", - "{'n': 40130, 'm': 110395, 'k_avg': 5.5018689259905305, 'intersection_count': 33441, 'streets_per_node_avg': 2.888686768003987, 'streets_per_node_counts': {0: 0, 1: 6689, 2: 55, 3: 24643, 4: 8537, 5: 190, 6: 15, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16668327934213806, 2: 0.001370545726389235, 3: 0.6140792424619985, 4: 0.21273361574881636, 5: 0.00473461250934463, 6: 0.000373785198106155, 7: 2.4919013207077e-05}, 'edge_length_total': 5313970.80899987, 'edge_length_avg': 48.13597363105095, 'street_length_total': 2776311.6449999986, 'street_length_avg': 48.06966626843962, 'street_segments_count': 57756, 'node_density_km': 317.8448562885553, 'intersection_density_km': 264.8654333203483, 'edge_density_km': 42088.669028361364, 'street_density_km': 21989.443703395642, 'circuity_avg': 1.0744510989706868, 'self_loop_proportion': 0.0030526744870691606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744510989706868\n", - "223\n", - "12025088.981685413\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1458, 'm': 4310, 'k_avg': 5.9122085048010975, 'intersection_count': 1245, 'streets_per_node_avg': 3.010973936899863, 'streets_per_node_counts': {0: 0, 1: 213, 2: 0, 3: 816, 4: 419, 5: 8, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14609053497942387, 2: 0.0, 3: 0.5596707818930041, 4: 0.28737997256515774, 5: 0.0054869684499314125, 6: 0.0006858710562414266, 7: 0.0006858710562414266}, 'edge_length_total': 284041.17999999976, 'edge_length_avg': 65.90282598607882, 'street_length_total': 143455.62700000027, 'street_length_avg': 65.80533348623865, 'street_segments_count': 2180, 'node_density_km': 121.24650405669178, 'intersection_density_km': 103.53353741466479, 'edge_density_km': 23620.71336292009, 'street_density_km': 11929.69359465761, 'circuity_avg': 1.0435700247970032, 'self_loop_proportion': 0.0020881670533642693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435700247970032\n", - "224\n", - "6011978.661552475\n", - "{'n': 525, 'm': 1324, 'k_avg': 5.043809523809524, 'intersection_count': 431, 'streets_per_node_avg': 2.8323809523809524, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 336, 4: 91, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17904761904761904, 2: 0.0, 3: 0.64, 4: 0.17333333333333334, 5: 0.005714285714285714, 6: 0.0019047619047619048}, 'edge_length_total': 142608.38300000012, 'edge_length_avg': 107.7102590634442, 'street_length_total': 77921.62200000016, 'street_length_avg': 109.13392436974813, 'street_segments_count': 714, 'node_density_km': 87.3256592471719, 'intersection_density_km': 71.69020787720207, 'edge_density_km': 23720.706780282268, 'street_density_km': 12961.060972874186, 'circuity_avg': 1.0856149034554827, 'self_loop_proportion': 0.0030211480362537764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0856149034554827\n", - "225\n", - "40054871.33047362\n", - "{'n': 3363, 'm': 9153, 'k_avg': 5.4433541480820695, 'intersection_count': 2693, 'streets_per_node_avg': 2.7870948557835264, 'streets_per_node_counts': {0: 0, 1: 670, 2: 1, 3: 2083, 4: 598, 5: 8, 6: 1, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1992268807612251, 2: 0.0002973535533749628, 3: 0.6193874516800476, 4: 0.17781742491822777, 5: 0.0023788284269997025, 6: 0.0002973535533749628, 7: 0.0005947071067499256}, 'edge_length_total': 765190.0539999957, 'edge_length_avg': 83.59991849666729, 'street_length_total': 385741.009000001, 'street_length_avg': 82.99075064543912, 'street_segments_count': 4648, 'node_density_km': 83.95982531696315, 'intersection_density_km': 67.23277120980724, 'edge_density_km': 19103.5454261425, 'street_density_km': 9630.314520734224, 'circuity_avg': 1.072885228429209, 'self_loop_proportion': 0.0028405987108052005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072885228429209\n", - "226\n", - "12024322.897879485\n", - "{'n': 2029, 'm': 6223, 'k_avg': 6.1340561853129625, 'intersection_count': 1869, 'streets_per_node_avg': 3.1710202069985214, 'streets_per_node_counts': {0: 0, 1: 160, 2: 2, 3: 1212, 4: 642, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07885657959586002, 2: 0.0009857072449482504, 3: 0.5973385904386397, 4: 0.3164120256283884, 5: 0.005914243469689502, 6: 0.0004928536224741252}, 'edge_length_total': 323616.7099999985, 'edge_length_avg': 52.003327976859794, 'street_length_total': 165395.04199999978, 'street_length_avg': 51.89678129902723, 'street_segments_count': 3187, 'node_density_km': 168.74131019533903, 'intersection_density_km': 155.43494763681056, 'edge_density_km': 26913.507957863392, 'street_density_km': 13755.039963968995, 'circuity_avg': 1.0535817445980855, 'self_loop_proportion': 0.0028924955809095294, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535817445980855\n", - "227\n", - "12016030.177906951\n", - "{'n': 422, 'm': 1049, 'k_avg': 4.971563981042654, 'intersection_count': 332, 'streets_per_node_avg': 2.646919431279621, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 303, 4: 28, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2132701421800948, 2: 0.0, 3: 0.7180094786729858, 4: 0.06635071090047394, 5: 0.0, 6: 0.002369668246445498}, 'edge_length_total': 116028.83199999998, 'edge_length_avg': 110.60899142040036, 'street_length_total': 59384.107999999986, 'street_length_avg': 108.56326873857401, 'street_segments_count': 547, 'node_density_km': 35.11975201060184, 'intersection_density_km': 27.629757505971117, 'edge_density_km': 9656.170156208014, 'street_density_km': 4942.073806471081, 'circuity_avg': 1.0715604752689825, 'self_loop_proportion': 0.0076263107721639654, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715604752689825\n", - "228\n", - "8009458.017357271\n", - "{'n': 351, 'm': 959, 'k_avg': 5.464387464387465, 'intersection_count': 318, 'streets_per_node_avg': 3.017094017094017, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 248, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09401709401709402, 2: 0.0, 3: 0.7065527065527065, 4: 0.19373219373219372, 5: 0.005698005698005698}, 'edge_length_total': 101590.00900000018, 'edge_length_avg': 105.9332732012515, 'street_length_total': 51776.848999999966, 'street_length_avg': 100.34273062015497, 'street_segments_count': 516, 'node_density_km': 43.823189938613694, 'intersection_density_km': 39.70306097002609, 'edge_density_km': 12683.755727272031, 'street_density_km': 6464.463499002619, 'circuity_avg': 1.0341006774936397, 'self_loop_proportion': 0.0020855057351407717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341006774936397\n", - "229\n", - "48053002.27498987\n", - "{'n': 8147, 'm': 23024, 'k_avg': 5.6521418927212475, 'intersection_count': 7017, 'streets_per_node_avg': 2.949061004050571, 'streets_per_node_counts': {0: 0, 1: 1130, 2: 5, 3: 5186, 4: 1802, 5: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13870136246471093, 2: 0.0006137228427642077, 3: 0.6365533325150362, 4: 0.22118571253222044, 5: 0.0029458696452681968}, 'edge_length_total': 1264635.0659999999, 'edge_length_avg': 54.926818363446834, 'street_length_total': 651756.0560000015, 'street_length_avg': 54.471880986209904, 'street_segments_count': 11965, 'node_density_km': 169.54195605464315, 'intersection_density_km': 146.02625575493198, 'edge_density_km': 26317.503717311, 'street_density_km': 13563.274408334331, 'circuity_avg': 1.0615597410833157, 'self_loop_proportion': 0.001911049339819319, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615597410833157\n", - "230\n", - "121193721.62835588\n", - "{'n': 38215, 'm': 105688, 'k_avg': 5.531231191940337, 'intersection_count': 32583, 'streets_per_node_avg': 2.942823498626194, 'streets_per_node_counts': {0: 0, 1: 5632, 2: 93, 3: 23533, 4: 8751, 5: 197, 6: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14737668454795239, 2: 0.0024335993719743557, 3: 0.615805312050242, 4: 0.2289938505822321, 5: 0.005155043830956431, 6: 0.00023550961664267958}, 'edge_length_total': 4905878.507999986, 'edge_length_avg': 46.418500756944844, 'street_length_total': 2618764.6450000145, 'street_length_avg': 46.70027542977414, 'street_segments_count': 56076, 'node_density_km': 315.32161473832303, 'intersection_density_km': 268.85056059188224, 'edge_density_km': 40479.6423617059, 'street_density_km': 21608.088354861597, 'circuity_avg': 1.0550472395966068, 'self_loop_proportion': 0.002270834910302021, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550472395966068\n", - "231\n", - "7014301.72859314\n", - "{'n': 501, 'm': 1360, 'k_avg': 5.429141716566866, 'intersection_count': 406, 'streets_per_node_avg': 2.8043912175648704, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 317, 4: 86, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18962075848303392, 2: 0.0, 3: 0.6327345309381237, 4: 0.17165668662674652, 5: 0.005988023952095809}, 'edge_length_total': 118285.65399999997, 'edge_length_avg': 86.97474558823527, 'street_length_total': 59856.182000000044, 'street_length_avg': 87.63716251830168, 'street_segments_count': 683, 'node_density_km': 71.42549884298828, 'intersection_density_km': 57.881741577351775, 'edge_density_km': 16863.49669245331, 'street_density_km': 8533.448419534328, 'circuity_avg': 1.0414134812937736, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414134812937736\n", - "232\n", - "10011910.120587468\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 282, 'm': 878, 'k_avg': 6.226950354609929, 'intersection_count': 256, 'streets_per_node_avg': 3.223404255319149, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 141, 4: 115}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09219858156028368, 2: 0.0, 3: 0.5, 4: 0.4078014184397163}, 'edge_length_total': 126873.14799999986, 'edge_length_avg': 144.50244646924813, 'street_length_total': 63436.573999999964, 'street_length_avg': 144.5024464692482, 'street_segments_count': 439, 'node_density_km': 28.166453414331404, 'intersection_density_km': 25.569546361946237, 'edge_density_km': 12672.222030750247, 'street_density_km': 6336.111015375127, 'circuity_avg': 1.0368364386786655, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368364386786655\n", - "233\n", - "8008811.686138026\n", - "{'n': 1122, 'm': 3178, 'k_avg': 5.664884135472371, 'intersection_count': 921, 'streets_per_node_avg': 2.871657754010695, 'streets_per_node_counts': {0: 0, 1: 201, 2: 0, 3: 669, 4: 249, 5: 2, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17914438502673796, 2: 0.0, 3: 0.5962566844919787, 4: 0.22192513368983957, 5: 0.0017825311942959, 6: 0.0, 7: 0.0, 8: 0.00089126559714795}, 'edge_length_total': 224623.39199999996, 'edge_length_avg': 70.68074008810572, 'street_length_total': 112311.69600000019, 'street_length_avg': 70.68074008810585, 'street_segments_count': 1589, 'node_density_km': 140.0956900937005, 'intersection_density_km': 114.99833384696807, 'edge_density_km': 28047.0312953902, 'street_density_km': 14023.515647695125, 'circuity_avg': 1.078182784909826, 'self_loop_proportion': 0.008181246066708621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078182784909826\n", - "234\n", - "12015186.25386468\n", - "{'n': 857, 'm': 2327, 'k_avg': 5.430571761960326, 'intersection_count': 714, 'streets_per_node_avg': 2.8564760793465576, 'streets_per_node_counts': {0: 0, 1: 143, 2: 2, 3: 547, 4: 165}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16686114352392065, 2: 0.002333722287047841, 3: 0.6382730455075846, 4: 0.19253208868144692}, 'edge_length_total': 182172.6919999997, 'edge_length_avg': 78.28650279329595, 'street_length_total': 92024.404, 'street_length_avg': 77.00786945606694, 'street_segments_count': 1195, 'node_density_km': 71.32640159650845, 'intersection_density_km': 59.42479666266864, 'edge_density_km': 15161.869999427092, 'street_density_km': 7659.0076970634045, 'circuity_avg': 1.0621267357516884, 'self_loop_proportion': 0.00730554361839278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621267357516884\n", - "235\n", - "17019062.983349115\n", - "{'n': 188, 'm': 466, 'k_avg': 4.957446808510638, 'intersection_count': 137, 'streets_per_node_avg': 2.5372340425531914, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 122, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2712765957446808, 2: 0.0, 3: 0.648936170212766, 4: 0.0797872340425532}, 'edge_length_total': 100515.10600000003, 'edge_length_avg': 215.6976523605151, 'street_length_total': 50257.552999999985, 'street_length_avg': 215.69765236051495, 'street_segments_count': 233, 'node_density_km': 11.046436586076034, 'intersection_density_km': 8.049796873895833, 'edge_density_km': 5906.030555168675, 'street_density_km': 2953.0152775843358, 'circuity_avg': 1.252750573446006, 'self_loop_proportion': 0.004291845493562232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.252750573446006\n", - "236\n", - "12014609.064600553\n", - "{'n': 821, 'm': 2330, 'k_avg': 5.676004872107186, 'intersection_count': 676, 'streets_per_node_avg': 2.889159561510353, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 479, 4: 195, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17661388550548113, 2: 0.0, 3: 0.5834348355663824, 4: 0.23751522533495736, 5: 0.00243605359317905}, 'edge_length_total': 216526.6670000007, 'edge_length_avg': 92.9299000000003, 'street_length_total': 108640.03100000006, 'street_length_avg': 92.53835689948897, 'street_segments_count': 1174, 'node_density_km': 68.33347598624472, 'intersection_density_km': 56.26483528221855, 'edge_density_km': 18021.948599057436, 'street_density_km': 9042.327587677693, 'circuity_avg': 1.1434209082597435, 'self_loop_proportion': 0.007725321888412017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1434209082597435\n", - "237\n", - "6009196.757329486\n", - "{'n': 190, 'm': 465, 'k_avg': 4.894736842105263, 'intersection_count': 163, 'streets_per_node_avg': 2.7842105263157895, 'streets_per_node_counts': {0: 0, 1: 27, 2: 1, 3: 148, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14210526315789473, 2: 0.005263157894736842, 3: 0.7789473684210526, 4: 0.07368421052631578}, 'edge_length_total': 50683.264000000105, 'edge_length_avg': 108.9962666666669, 'street_length_total': 26472.20700000002, 'street_length_avg': 105.46696015936263, 'street_segments_count': 251, 'node_density_km': 31.61820251071906, 'intersection_density_km': 27.12508952235372, 'edge_density_km': 8434.282658190737, 'street_density_km': 4405.282114903554, 'circuity_avg': 1.0441483502807267, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441483502807267\n", - "238\n", - "13013532.691030225\n", - "{'n': 908, 'm': 2485, 'k_avg': 5.473568281938326, 'intersection_count': 780, 'streets_per_node_avg': 2.948237885462555, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 572, 4: 207, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14096916299559473, 2: 0.0, 3: 0.6299559471365639, 4: 0.22797356828193832, 5: 0.0011013215859030838}, 'edge_length_total': 203586.26099999947, 'edge_length_avg': 81.92606076458732, 'street_length_total': 105252.45000000004, 'street_length_avg': 79.49580815709973, 'street_segments_count': 1324, 'node_density_km': 69.77352126881372, 'intersection_density_km': 59.93760637629372, 'edge_density_km': 15644.196378768418, 'street_density_km': 8087.922972103254, 'circuity_avg': 1.0561726861126777, 'self_loop_proportion': 0.0016096579476861167, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0561726861126777\n", - "239\n", - "15021674.206186695\n", - "{'n': 1989, 'm': 5516, 'k_avg': 5.546505781799899, 'intersection_count': 1676, 'streets_per_node_avg': 2.9089994972347912, 'streets_per_node_counts': {0: 0, 1: 313, 2: 0, 3: 1239, 4: 429, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15736551030668677, 2: 0.0, 3: 0.6229260935143288, 4: 0.21568627450980393, 5: 0.004022121669180492}, 'edge_length_total': 341356.5650000002, 'edge_length_avg': 61.884801486584514, 'street_length_total': 175237.90699999992, 'street_length_avg': 61.250579168123004, 'street_segments_count': 2861, 'node_density_km': 132.4086764696859, 'intersection_density_km': 111.57211752800079, 'edge_density_km': 22724.268967264117, 'street_density_km': 11665.670856303619, 'circuity_avg': 1.0598853386106375, 'self_loop_proportion': 0.0018129079042784628, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598853386106375\n", - "240\n", - "7007582.707905963\n", - "{'n': 127, 'm': 368, 'k_avg': 5.7952755905511815, 'intersection_count': 100, 'streets_per_node_avg': 2.968503937007874, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 51, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2125984251968504, 2: 0.0, 3: 0.4015748031496063, 4: 0.3779527559055118, 5: 0.007874015748031496}, 'edge_length_total': 69586.83299999996, 'edge_length_avg': 189.09465489130423, 'street_length_total': 34934.27900000001, 'street_length_avg': 188.8339405405406, 'street_segments_count': 185, 'node_density_km': 18.123225268068325, 'intersection_density_km': 14.27025611658923, 'edge_density_km': 9930.219292523227, 'street_density_km': 4985.211085783849, 'circuity_avg': 1.0048707113401256, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0048707113401256\n", - "241\n", - "9016831.045734316\n", - "{'n': 1726, 'm': 4612, 'k_avg': 5.3441483198146, 'intersection_count': 1295, 'streets_per_node_avg': 2.7433371958285053, 'streets_per_node_counts': {0: 0, 1: 431, 2: 0, 3: 878, 4: 415, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24971031286210893, 2: 0.0, 3: 0.5086906141367323, 4: 0.24044032444959443, 5: 0.0011587485515643105}, 'edge_length_total': 165728.3929999996, 'edge_length_avg': 35.93417020815256, 'street_length_total': 84648.27600000014, 'street_length_avg': 36.00522160782652, 'street_segments_count': 2351, 'node_density_km': 191.4198005092417, 'intersection_density_km': 143.6203022360765, 'edge_density_km': 18379.893352709812, 'street_density_km': 9387.807708789838, 'circuity_avg': 1.0576218441172414, 'self_loop_proportion': 0.0008673026886383347, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576218441172414\n", - "242\n", - "66064738.685079336\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3917, 'm': 10354, 'k_avg': 5.286699004340056, 'intersection_count': 3176, 'streets_per_node_avg': 2.7587439366862396, 'streets_per_node_counts': {0: 0, 1: 741, 2: 2, 3: 2653, 4: 505, 5: 14, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18917538932856778, 2: 0.0005105948429920858, 3: 0.6773040592290018, 4: 0.12892519785550166, 5: 0.0035741639009446006, 6: 0.0005105948429920858}, 'edge_length_total': 973770.5139999983, 'edge_length_avg': 94.04776067220382, 'street_length_total': 503105.9590000003, 'street_length_avg': 93.53150381111737, 'street_segments_count': 5379, 'node_density_km': 59.290327608374405, 'intersection_density_km': 48.074056799641845, 'edge_density_km': 14739.64074302656, 'street_density_km': 7615.347748490019, 'circuity_avg': 1.0842523011470577, 'self_loop_proportion': 0.0019316206297083252, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0842523011470577\n", - "243\n", - "9009480.01123815\n", - "{'n': 1376, 'm': 3549, 'k_avg': 5.15843023255814, 'intersection_count': 1093, 'streets_per_node_avg': 2.78125, 'streets_per_node_counts': {0: 0, 1: 283, 2: 1, 3: 829, 4: 260, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2056686046511628, 2: 0.0007267441860465116, 3: 0.6024709302325582, 4: 0.18895348837209303, 5: 0.002180232558139535}, 'edge_length_total': 199843.60399999958, 'edge_length_avg': 56.309834883065534, 'street_length_total': 103069.5880000001, 'street_length_avg': 54.39028390501325, 'street_segments_count': 1895, 'node_density_km': 152.7280151888477, 'intersection_density_km': 121.3166574138158, 'edge_density_km': 22181.48036853634, 'street_density_km': 11440.126163933352, 'circuity_avg': 1.0760059990082234, 'self_loop_proportion': 0.0033812341504649195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760059990082234\n", - "244\n", - "13016015.56501365\n", - "{'n': 1696, 'm': 4751, 'k_avg': 5.602594339622642, 'intersection_count': 1493, 'streets_per_node_avg': 3.0277122641509435, 'streets_per_node_counts': {0: 0, 1: 203, 2: 7, 3: 1031, 4: 451, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11969339622641509, 2: 0.004127358490566038, 3: 0.6079009433962265, 4: 0.2659198113207547, 5: 0.001768867924528302, 6: 0.0005896226415094339}, 'edge_length_total': 268586.76499999885, 'edge_length_avg': 56.53268048831801, 'street_length_total': 139951.68900000022, 'street_length_avg': 54.818522914218654, 'street_segments_count': 2553, 'node_density_km': 130.3010119747211, 'intersection_density_km': 114.70484131972795, 'edge_density_km': 20635.098633559228, 'street_density_km': 10752.268103933651, 'circuity_avg': 1.0669712008754273, 'self_loop_proportion': 0.003788676068196169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669712008754273\n", - "245\n", - "42047867.37817363\n", - "error with entry 245\n", - "246\n", - "110182790.09830539\n", - "{'n': 19782, 'm': 56383, 'k_avg': 5.700434738651299, 'intersection_count': 17396, 'streets_per_node_avg': 3.045950864422202, 'streets_per_node_counts': {0: 0, 1: 2386, 2: 25, 3: 11866, 4: 5324, 5: 162, 6: 18, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12061470023253462, 2: 0.0012637751491254676, 3: 0.599838236780912, 4: 0.2691335557577596, 5: 0.00818926296633303, 6: 0.0009099181073703367, 7: 5.0551005965018706e-05}, 'edge_length_total': 3197951.938000005, 'edge_length_avg': 56.71837145948256, 'street_length_total': 1693738.831999998, 'street_length_avg': 56.48055328798179, 'street_segments_count': 29988, 'node_density_km': 179.5380202511703, 'intersection_density_km': 157.88309575823266, 'edge_density_km': 29024.060247038433, 'street_density_km': 15372.081524608695, 'circuity_avg': 1.0589469138939107, 'self_loop_proportion': 0.002766791408757959, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589469138939107\n", - "247\n", - "11015716.790284434\n", - "{'n': 1489, 'm': 3948, 'k_avg': 5.302887844190732, 'intersection_count': 1196, 'streets_per_node_avg': 2.799865681665547, 'streets_per_node_counts': {0: 0, 1: 293, 2: 1, 3: 909, 4: 283, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19677635997313633, 2: 0.000671591672263264, 3: 0.6104768300873069, 4: 0.1900604432505037, 5: 0.0020147750167897917}, 'edge_length_total': 242420.25000000006, 'edge_length_avg': 61.40330547112463, 'street_length_total': 124185.68500000019, 'street_length_avg': 60.255063076176704, 'street_segments_count': 2061, 'node_density_km': 135.17050486567138, 'intersection_density_km': 108.57214494247344, 'edge_density_km': 22006.761304340012, 'street_density_km': 11273.50016020098, 'circuity_avg': 1.0575798919454968, 'self_loop_proportion': 0.002026342451874367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575798919454968\n", - "248\n", - "31036977.52211252\n", - "{'n': 1088, 'm': 3133, 'k_avg': 5.759191176470588, 'intersection_count': 914, 'streets_per_node_avg': 2.9816176470588234, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 587, 4: 326, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15992647058823528, 2: 0.0, 3: 0.5395220588235294, 4: 0.29963235294117646, 5: 0.0009191176470588235}, 'edge_length_total': 440337.73199999996, 'edge_length_avg': 140.54827066709223, 'street_length_total': 228196.2410000001, 'street_length_avg': 142.89057044458366, 'street_segments_count': 1597, 'node_density_km': 35.05495982090545, 'intersection_density_km': 29.448743820135647, 'edge_density_km': 14187.519763684404, 'street_density_km': 7352.398951780019, 'circuity_avg': 1.0382614122735165, 'self_loop_proportion': 0.0006383657835939994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382614122735165\n", - "249\n", - "7008913.165011069\n", - "{'n': 725, 'm': 1811, 'k_avg': 4.9958620689655175, 'intersection_count': 584, 'streets_per_node_avg': 2.757241379310345, 'streets_per_node_counts': {0: 0, 1: 141, 2: 2, 3: 476, 4: 104, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19448275862068964, 2: 0.002758620689655172, 3: 0.6565517241379311, 4: 0.14344827586206896, 5: 0.002758620689655172}, 'edge_length_total': 119654.01000000024, 'edge_length_avg': 66.07068470458324, 'street_length_total': 62179.50499999993, 'street_length_avg': 62.998485309017155, 'street_segments_count': 987, 'node_density_km': 103.43971781805561, 'intersection_density_km': 83.32247614585445, 'edge_density_km': 17071.69245544666, 'street_density_km': 8871.490277608787, 'circuity_avg': 1.0825357732518253, 'self_loop_proportion': 0.005521811154058531, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825357732518253\n", - "250\n", - "7007183.468496054\n", - "{'n': 805, 'm': 2111, 'k_avg': 5.24472049689441, 'intersection_count': 669, 'streets_per_node_avg': 2.7850931677018633, 'streets_per_node_counts': {0: 0, 1: 136, 2: 3, 3: 568, 4: 95, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168944099378882, 2: 0.0037267080745341614, 3: 0.7055900621118012, 4: 0.11801242236024845, 5: 0.002484472049689441, 6: 0.0012422360248447205}, 'edge_length_total': 138000.98399999988, 'edge_length_avg': 65.37232780672662, 'street_length_total': 71676.40100000001, 'street_length_avg': 64.57333423423425, 'street_segments_count': 1110, 'node_density_km': 114.88210685780379, 'intersection_density_km': 95.47345277996365, 'edge_density_km': 19694.21588865846, 'street_density_km': 10228.988768776144, 'circuity_avg': 1.0769223658786717, 'self_loop_proportion': 0.007579346281383231, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769223658786717\n", - "251\n", - "7010029.027891278\n", - "{'n': 351, 'm': 942, 'k_avg': 5.367521367521367, 'intersection_count': 290, 'streets_per_node_avg': 2.792022792022792, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 243, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1737891737891738, 2: 0.0, 3: 0.6923076923076923, 4: 0.1282051282051282, 5: 0.005698005698005698}, 'edge_length_total': 110974.39400000025, 'edge_length_avg': 117.80721231422531, 'street_length_total': 55771.383999999955, 'street_length_avg': 116.43295198329844, 'street_segments_count': 479, 'node_density_km': 50.071119335376856, 'intersection_density_km': 41.369300875382585, 'edge_density_km': 15830.803775342285, 'street_density_km': 7955.9419480430915, 'circuity_avg': 1.0533333916795717, 'self_loop_proportion': 0.004246284501061571, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533333916795717\n", - "252\n", - "8007971.903638875\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 275, 'm': 776, 'k_avg': 5.643636363636364, 'intersection_count': 219, 'streets_per_node_avg': 2.890909090909091, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 138, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20363636363636364, 2: 0.0, 3: 0.5018181818181818, 4: 0.2909090909090909, 5: 0.0036363636363636364}, 'edge_length_total': 116932.80200000001, 'edge_length_avg': 150.68660051546394, 'street_length_total': 58466.400999999954, 'street_length_avg': 150.6866005154638, 'street_segments_count': 388, 'node_density_km': 34.340779826542374, 'intersection_density_km': 27.34774829822829, 'edge_density_km': 14602.049483573359, 'street_density_km': 7301.024741786673, 'circuity_avg': 1.0208684853201377, 'self_loop_proportion': 0.002577319587628866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0208684853201377\n", - "253\n", - "9011915.473640986\n", - "{'n': 326, 'm': 885, 'k_avg': 5.429447852760736, 'intersection_count': 268, 'streets_per_node_avg': 2.8404907975460123, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 204, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17791411042944785, 2: 0.0, 3: 0.6257668711656442, 4: 0.19631901840490798}, 'edge_length_total': 133068.90599999996, 'edge_length_avg': 150.36034576271183, 'street_length_total': 66631.79099999995, 'street_length_avg': 150.41036343115113, 'street_segments_count': 443, 'node_density_km': 36.17432952556198, 'intersection_density_km': 29.73840586763991, 'edge_density_km': 14765.884832055308, 'street_density_km': 7393.743449424458, 'circuity_avg': 1.0392136241544183, 'self_loop_proportion': 0.0022598870056497176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0392136241544183\n", - "254\n", - "6011325.799409494\n", - "{'n': 194, 'm': 483, 'k_avg': 4.979381443298969, 'intersection_count': 167, 'streets_per_node_avg': 2.814432989690722, 'streets_per_node_counts': {0: 0, 1: 27, 2: 1, 3: 147, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13917525773195877, 2: 0.005154639175257732, 3: 0.7577319587628866, 4: 0.0979381443298969}, 'edge_length_total': 57698.479999999996, 'edge_length_avg': 119.45855072463767, 'street_length_total': 29733.420000000006, 'street_length_avg': 113.05482889733842, 'street_segments_count': 263, 'node_density_km': 32.27241485049056, 'intersection_density_km': 27.780893196040847, 'edge_density_km': 9598.295272179035, 'street_density_km': 4946.233325586976, 'circuity_avg': 1.059140342889684, 'self_loop_proportion': 0.008281573498964804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059140342889684\n", - "255\n", - "16020850.517902663\n", - "{'n': 1221, 'm': 3165, 'k_avg': 5.184275184275184, 'intersection_count': 1015, 'streets_per_node_avg': 2.819000819000819, 'streets_per_node_counts': {0: 0, 1: 206, 2: 6, 3: 817, 4: 187, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16871416871416872, 2: 0.004914004914004914, 3: 0.6691236691236692, 4: 0.15315315315315314, 5: 0.004095004095004095}, 'edge_length_total': 222663.5690000006, 'edge_length_avg': 70.35183854660366, 'street_length_total': 118108.42299999978, 'street_length_avg': 69.51643496174206, 'street_segments_count': 1699, 'node_density_km': 76.21318222996845, 'intersection_density_km': 63.35493854497787, 'edge_density_km': 13898.361310542341, 'street_density_km': 7372.169340698755, 'circuity_avg': 1.0683002020939398, 'self_loop_proportion': 0.004107424960505529, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683002020939398\n", - "256\n", - "9014400.28963018\n", - "{'n': 714, 'm': 1820, 'k_avg': 5.098039215686274, 'intersection_count': 558, 'streets_per_node_avg': 2.6946778711484596, 'streets_per_node_counts': {0: 0, 1: 156, 2: 2, 3: 462, 4: 92, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2184873949579832, 2: 0.0028011204481792717, 3: 0.6470588235294118, 4: 0.12885154061624648, 5: 0.0028011204481792717}, 'edge_length_total': 167053.28099999993, 'edge_length_avg': 91.78751703296699, 'street_length_total': 85427.483, 'street_length_avg': 91.07407569296375, 'street_segments_count': 938, 'node_density_km': 79.20660022401692, 'intersection_density_km': 61.900956477593056, 'edge_density_km': 18531.824151648958, 'street_density_km': 9476.779403536417, 'circuity_avg': 1.0560821466042298, 'self_loop_proportion': 0.005494505494505495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560821466042298\n", - "257\n", - "6006186.594730501\n", - "{'n': 672, 'm': 1829, 'k_avg': 5.443452380952381, 'intersection_count': 552, 'streets_per_node_avg': 2.8363095238095237, 'streets_per_node_counts': {0: 0, 1: 120, 2: 2, 3: 418, 4: 132}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17857142857142858, 2: 0.002976190476190476, 3: 0.6220238095238095, 4: 0.19642857142857142}, 'edge_length_total': 129021.82400000008, 'edge_length_avg': 70.54227665390928, 'street_length_total': 65626.00299999997, 'street_length_avg': 70.41416630901284, 'street_segments_count': 932, 'node_density_km': 111.88463585023749, 'intersection_density_km': 91.9052365912665, 'edge_density_km': 21481.487790139046, 'street_density_km': 10926.400964228555, 'circuity_avg': 1.0828395406360487, 'self_loop_proportion': 0.002186987424822307, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828395406360487\n", - "258\n", - "5005635.852252618\n", - "{'n': 295, 'm': 772, 'k_avg': 5.233898305084746, 'intersection_count': 244, 'streets_per_node_avg': 2.7491525423728813, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 216, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17288135593220338, 2: 0.0, 3: 0.7322033898305085, 4: 0.09491525423728814}, 'edge_length_total': 71991.89399999997, 'edge_length_avg': 93.25374870466318, 'street_length_total': 36039.07699999999, 'street_length_avg': 93.12422997416019, 'street_segments_count': 387, 'node_density_km': 58.93357181930147, 'intersection_density_km': 48.745056013252736, 'edge_density_km': 14382.167645615378, 'street_density_km': 7199.700110782492, 'circuity_avg': 1.0483242097452479, 'self_loop_proportion': 0.0051813471502590676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483242097452479\n", - "259\n", - "16024938.759118102\n", - "{'n': 1641, 'm': 4457, 'k_avg': 5.432053625837904, 'intersection_count': 1370, 'streets_per_node_avg': 2.826325411334552, 'streets_per_node_counts': {0: 0, 1: 271, 2: 2, 3: 1116, 4: 245, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16514320536258378, 2: 0.001218769043266301, 3: 0.680073126142596, 4: 0.14929920780012187, 5: 0.0042656916514320535}, 'edge_length_total': 286268.4069999998, 'edge_length_avg': 64.22894480592322, 'street_length_total': 146433.65300000043, 'street_length_avg': 63.72221627502194, 'street_segments_count': 2298, 'node_density_km': 102.4028874410693, 'intersection_density_km': 85.49174637066724, 'edge_density_km': 17863.93141983863, 'street_density_km': 9137.86038131849, 'circuity_avg': 1.0495420777384914, 'self_loop_proportion': 0.0042629571460623735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495420777384914\n", - "260\n", - "6007879.155774829\n", - "{'n': 152, 'm': 366, 'k_avg': 4.815789473684211, 'intersection_count': 123, 'streets_per_node_avg': 2.7302631578947367, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 107, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19078947368421054, 2: 0.0, 3: 0.7039473684210527, 4: 0.09868421052631579, 5: 0.006578947368421052}, 'edge_length_total': 57613.041999999994, 'edge_length_avg': 157.41268306010926, 'street_length_total': 29968.87400000001, 'street_length_avg': 151.35794949494954, 'street_segments_count': 198, 'node_density_km': 25.300109416131683, 'intersection_density_km': 20.47311485647498, 'edge_density_km': 9589.580699974933, 'street_density_km': 4988.261784725422, 'circuity_avg': 1.0550553162845246, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550553162845246\n", - "261\n", - "7006606.332892424\n", - "{'n': 143, 'm': 350, 'k_avg': 4.895104895104895, 'intersection_count': 105, 'streets_per_node_avg': 2.5524475524475525, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 93, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26573426573426573, 2: 0.0, 3: 0.6503496503496503, 4: 0.08391608391608392}, 'edge_length_total': 45317.06099999996, 'edge_length_avg': 129.47731714285703, 'street_length_total': 22750.747000000018, 'street_length_avg': 128.53529378531084, 'street_segments_count': 177, 'node_density_km': 20.409309900670216, 'intersection_density_km': 14.985856920072537, 'edge_density_km': 6467.761830325701, 'street_density_km': 3247.042279683522, 'circuity_avg': 1.1193421854048111, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1193421854048111\n", - "262\n", - "9009173.665093392\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 791, 'm': 2216, 'k_avg': 5.6030341340075855, 'intersection_count': 688, 'streets_per_node_avg': 2.970922882427307, 'streets_per_node_counts': {0: 0, 1: 103, 2: 1, 3: 507, 4: 176, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1302149178255373, 2: 0.0012642225031605564, 3: 0.640960809102402, 4: 0.2225031605562579, 5: 0.0050568900126422255}, 'edge_length_total': 143642.08599999963, 'edge_length_avg': 64.82043592057745, 'street_length_total': 73880.21500000004, 'street_length_avg': 63.47097508591069, 'street_segments_count': 1164, 'node_density_km': 87.7993953057847, 'intersection_density_km': 76.36660426091008, 'edge_density_km': 15943.98014065928, 'street_density_km': 8200.553984906914, 'circuity_avg': 1.0439101168418565, 'self_loop_proportion': 0.0009025270758122744, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439101168418565\n", - "263\n", - "10010323.434416015\n", - "{'n': 162, 'm': 411, 'k_avg': 5.074074074074074, 'intersection_count': 124, 'streets_per_node_avg': 2.7160493827160495, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 95, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2345679012345679, 2: 0.0, 3: 0.5864197530864198, 4: 0.1728395061728395, 5: 0.006172839506172839}, 'edge_length_total': 49342.733999999975, 'edge_length_avg': 120.05531386861308, 'street_length_total': 25022.15800000002, 'street_length_avg': 116.38213023255824, 'street_segments_count': 215, 'node_density_km': 16.183293283315457, 'intersection_density_km': 12.387212142784671, 'edge_density_km': 4929.184788411239, 'street_density_km': 2499.6353178732006, 'circuity_avg': 1.1781462841988304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1781462841988304\n", - "264\n", - "8008313.536082635\n", - "{'n': 764, 'm': 2001, 'k_avg': 5.238219895287958, 'intersection_count': 626, 'streets_per_node_avg': 2.769633507853403, 'streets_per_node_counts': {0: 0, 1: 138, 2: 2, 3: 523, 4: 100, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1806282722513089, 2: 0.002617801047120419, 3: 0.6845549738219895, 4: 0.13089005235602094, 5: 0.0013089005235602095}, 'edge_length_total': 135194.68100000007, 'edge_length_avg': 67.56355872063972, 'street_length_total': 69210.80799999992, 'street_length_avg': 66.74137704918024, 'street_segments_count': 1037, 'node_density_km': 95.40086018831374, 'intersection_density_km': 78.16876764120995, 'edge_density_km': 16881.791701943304, 'street_density_km': 8642.369918230654, 'circuity_avg': 1.0711785057069478, 'self_loop_proportion': 0.0029985007496251873, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711785057069478\n", - "265\n", - "10018480.427555341\n", - "{'n': 631, 'm': 1611, 'k_avg': 5.106180665610142, 'intersection_count': 522, 'streets_per_node_avg': 2.779714738510301, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 448, 4: 71, 5: 2, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17274167987321712, 2: 0.0, 3: 0.7099841521394612, 4: 0.11251980982567353, 5: 0.003169572107765452, 6: 0.0, 7: 0.001584786053882726}, 'edge_length_total': 143470.5299999998, 'edge_length_avg': 89.05681564245798, 'street_length_total': 73925.666, 'street_length_avg': 85.86023925667828, 'street_segments_count': 861, 'node_density_km': 62.98360360763548, 'intersection_density_km': 52.10371011598371, 'edge_density_km': 14320.587941200256, 'street_density_km': 7378.930021829565, 'circuity_avg': 1.0688021683390683, 'self_loop_proportion': 0.0037243947858473, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688021683390683\n", - "266\n", - "10013845.892919341\n", - "{'n': 616, 'm': 1517, 'k_avg': 4.925324675324675, 'intersection_count': 464, 'streets_per_node_avg': 2.5990259740259742, 'streets_per_node_counts': {0: 0, 1: 152, 2: 1, 3: 405, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24675324675324675, 2: 0.0016233766233766235, 3: 0.6574675324675324, 4: 0.09415584415584416}, 'edge_length_total': 146634.98800000013, 'edge_length_avg': 96.66116545814116, 'street_length_total': 74103.17000000001, 'street_length_avg': 94.76108695652175, 'street_segments_count': 782, 'node_density_km': 61.51482722892365, 'intersection_density_km': 46.33584388672171, 'edge_density_km': 14643.223948920942, 'street_density_km': 7400.070941015518, 'circuity_avg': 1.0661986076977288, 'self_loop_proportion': 0.0026367831245880024, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661986076977288\n", - "267\n", - "14017159.172189675\n", - "{'n': 1129, 'm': 2964, 'k_avg': 5.2506643046944195, 'intersection_count': 935, 'streets_per_node_avg': 2.849424269264836, 'streets_per_node_counts': {0: 0, 1: 194, 2: 4, 3: 711, 4: 218, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17183348095659876, 2: 0.00354295837023915, 3: 0.6297608503100088, 4: 0.19309123117803365, 5: 0.001771479185119575}, 'edge_length_total': 232021.09300000052, 'edge_length_avg': 78.27972098515536, 'street_length_total': 119816.94800000006, 'street_length_avg': 75.54662547288781, 'street_segments_count': 1586, 'node_density_km': 80.54413780503818, 'intersection_density_km': 66.70395823535048, 'edge_density_km': 16552.647376676367, 'street_density_km': 8547.876679442956, 'circuity_avg': 1.05561427287668, 'self_loop_proportion': 0.0010121457489878543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05561427287668\n", - "268\n", - "34035104.006528735\n", - "error with entry 268\n", - "269\n", - "46092410.63853768\n", - "{'n': 4372, 'm': 12660, 'k_avg': 5.791399817017384, 'intersection_count': 3756, 'streets_per_node_avg': 2.95128087831656, 'streets_per_node_counts': {0: 0, 1: 616, 2: 0, 3: 2792, 4: 919, 5: 35, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14089661482159194, 2: 0.0, 3: 0.6386093321134492, 4: 0.21020128087831655, 5: 0.008005489478499543, 6: 0.0022872827081427266}, 'edge_length_total': 898136.7179999971, 'edge_length_avg': 70.94286872037891, 'street_length_total': 456583.3740000018, 'street_length_avg': 71.20763786650059, 'street_segments_count': 6412, 'node_density_km': 94.8529256646123, 'intersection_density_km': 81.48846953254433, 'edge_density_km': 19485.56618232218, 'street_density_km': 9905.825442296442, 'circuity_avg': 1.0556867970441044, 'self_loop_proportion': 0.0022906793048973143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0556867970441044\n", - "270\n", - "7010221.968123082\n", - "{'n': 132, 'm': 386, 'k_avg': 5.848484848484849, 'intersection_count': 108, 'streets_per_node_avg': 3.0606060606060606, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 52, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.3939393939393939, 4: 0.42424242424242425}, 'edge_length_total': 73887.2459999999, 'edge_length_avg': 191.41773575129508, 'street_length_total': 36943.62299999998, 'street_length_avg': 191.41773575129523, 'street_segments_count': 193, 'node_density_km': 18.82964627942326, 'intersection_density_km': 15.406074228619032, 'edge_density_km': 10539.929596520677, 'street_density_km': 5269.964798260343, 'circuity_avg': 1.0164217406392337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0164217406392337\n", - "271\n", - "23024621.68042581\n", - "{'n': 1415, 'm': 3712, 'k_avg': 5.246643109540636, 'intersection_count': 1152, 'streets_per_node_avg': 2.7519434628975263, 'streets_per_node_counts': {0: 0, 1: 263, 2: 1, 3: 976, 4: 174, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18586572438162544, 2: 0.0007067137809187279, 3: 0.6897526501766784, 4: 0.12296819787985866, 5: 0.0007067137809187279}, 'edge_length_total': 353158.73100000015, 'edge_length_avg': 95.13974434267246, 'street_length_total': 184811.15299999993, 'street_length_avg': 96.35617987486962, 'street_segments_count': 1918, 'node_density_km': 61.455950053804806, 'intersection_density_km': 50.03339537949338, 'edge_density_km': 15338.307656113848, 'street_density_km': 8026.6749032890975, 'circuity_avg': 1.053019135817978, 'self_loop_proportion': 0.003232758620689655, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053019135817978\n", - "272\n", - "15023368.63583672\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1850, 'm': 5131, 'k_avg': 5.547027027027027, 'intersection_count': 1633, 'streets_per_node_avg': 2.983783783783784, 'streets_per_node_counts': {0: 0, 1: 217, 2: 1, 3: 1240, 4: 380, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11729729729729729, 2: 0.0005405405405405405, 3: 0.6702702702702703, 4: 0.20540540540540542, 5: 0.005945945945945946, 6: 0.0005405405405405405}, 'edge_length_total': 343590.5869999993, 'edge_length_avg': 66.9636692652503, 'street_length_total': 176860.5479999999, 'street_length_avg': 64.99836383682465, 'street_segments_count': 2721, 'node_density_km': 123.1414900907785, 'intersection_density_km': 108.69732611796827, 'edge_density_km': 22870.40911586226, 'street_density_km': 11772.362929184672, 'circuity_avg': 1.050670476747244, 'self_loop_proportion': 0.0023387253946599105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050670476747244\n", - "273\n", - "11012256.988277942\n", - "{'n': 872, 'm': 2374, 'k_avg': 5.444954128440367, 'intersection_count': 699, 'streets_per_node_avg': 2.8176605504587156, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 512, 4: 187}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19839449541284404, 2: 0.0, 3: 0.5871559633027523, 4: 0.21444954128440366}, 'edge_length_total': 217021.40700000065, 'edge_length_avg': 91.41592544229177, 'street_length_total': 109889.61000000003, 'street_length_avg': 90.89297766749382, 'street_segments_count': 1209, 'node_density_km': 79.18449423476089, 'intersection_density_km': 63.47472645653424, 'edge_density_km': 19707.259577306475, 'street_density_km': 9978.84540080863, 'circuity_avg': 1.0462252809848234, 'self_loop_proportion': 0.003369839932603201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462252809848234\n", - "274\n", - "35064886.12395678\n", - "{'n': 4805, 'm': 13790, 'k_avg': 5.739854318418314, 'intersection_count': 4319, 'streets_per_node_avg': 3.062851196670135, 'streets_per_node_counts': {0: 0, 1: 486, 2: 12, 3: 3055, 4: 1219, 5: 32, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10114464099895942, 2: 0.002497398543184183, 3: 0.63579604578564, 4: 0.25369406867845995, 5: 0.006659729448491155, 6: 0.0002081165452653486}, 'edge_length_total': 802250.0900000012, 'edge_length_avg': 58.176221174764414, 'street_length_total': 421662.68999999994, 'street_length_avg': 57.470722366089674, 'street_segments_count': 7337, 'node_density_km': 137.0316727399027, 'intersection_density_km': 123.17165339513835, 'edge_density_km': 22879.01598094436, 'street_density_km': 12025.212017212702, 'circuity_avg': 1.0583978875064988, 'self_loop_proportion': 0.003190717911530094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583978875064988\n", - "275\n", - "9017141.942561945\n", - "{'n': 473, 'm': 1322, 'k_avg': 5.58985200845666, 'intersection_count': 403, 'streets_per_node_avg': 2.9323467230443976, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 297, 4: 104, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14799154334038056, 2: 0.0, 3: 0.627906976744186, 4: 0.21987315010570824, 5: 0.004228329809725159}, 'edge_length_total': 126055.71200000003, 'edge_length_avg': 95.35227836611197, 'street_length_total': 63843.15900000005, 'street_length_avg': 93.33795175438604, 'street_segments_count': 684, 'node_density_km': 52.45564537111096, 'intersection_density_km': 44.69265345572456, 'edge_density_km': 13979.563902061094, 'street_density_km': 7080.198959567555, 'circuity_avg': 1.103279090870729, 'self_loop_proportion': 0.0030257186081694403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.103279090870729\n", - "276\n", - "8011429.474460664\n", - "{'n': 342, 'm': 827, 'k_avg': 4.83625730994152, 'intersection_count': 286, 'streets_per_node_avg': 2.742690058479532, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 262, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16374269005847952, 2: 0.0, 3: 0.7660818713450293, 4: 0.07017543859649122}, 'edge_length_total': 89353.97599999988, 'edge_length_avg': 108.04592019347022, 'street_length_total': 46533.66800000003, 'street_length_avg': 102.27179780219787, 'street_segments_count': 455, 'node_density_km': 42.68901088004943, 'intersection_density_km': 35.69899740261444, 'edge_density_km': 11153.312437542896, 'street_density_km': 5808.410115615817, 'circuity_avg': 1.056236275426876, 'self_loop_proportion': 0.0048367593712212815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056236275426876\n", - "277\n", - "18027714.721191496\n", - "{'n': 2407, 'm': 6697, 'k_avg': 5.564603240548401, 'intersection_count': 2014, 'streets_per_node_avg': 2.9239717490652266, 'streets_per_node_counts': {0: 0, 1: 393, 2: 3, 3: 1414, 4: 588, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1632737847943498, 2: 0.0012463647694225177, 3: 0.5874532613211466, 4: 0.24428749480681347, 5: 0.003739094308267553}, 'edge_length_total': 421964.54900000046, 'edge_length_avg': 63.007995968344105, 'street_length_total': 217783.16500000056, 'street_length_avg': 62.24154472706503, 'street_segments_count': 3499, 'node_density_km': 133.51664574382144, 'intersection_density_km': 111.71687766018131, 'edge_density_km': 23406.43589750081, 'street_density_km': 12080.464349926584, 'circuity_avg': 1.0548332303230132, 'self_loop_proportion': 0.0031357324175003733, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548332303230132\n", - "278\n", - "56057514.67380377\n", - "error with entry 278\n", - "279\n", - "9009000.70825682\n", - "{'n': 1887, 'm': 5165, 'k_avg': 5.4742978272390035, 'intersection_count': 1523, 'streets_per_node_avg': 2.8245892951775304, 'streets_per_node_counts': {0: 0, 1: 364, 2: 0, 3: 1130, 4: 389, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19289878113407524, 2: 0.0, 3: 0.598834128245893, 4: 0.2061473237943826, 5: 0.0021197668256491787}, 'edge_length_total': 257593.8729999997, 'edge_length_avg': 49.87296669893508, 'street_length_total': 130840.26599999987, 'street_length_avg': 49.4483242630385, 'street_segments_count': 2646, 'node_density_km': 209.4571929904001, 'intersection_density_km': 169.05315576278716, 'edge_density_km': 28592.946248068652, 'street_density_km': 14523.28290751312, 'circuity_avg': 1.0535211019360056, 'self_loop_proportion': 0.001548886737657309, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535211019360056\n", - "280\n", - "16027677.636846421\n", - "{'n': 1397, 'm': 3798, 'k_avg': 5.437365783822477, 'intersection_count': 1153, 'streets_per_node_avg': 2.8453829634931997, 'streets_per_node_counts': {0: 0, 1: 244, 2: 0, 3: 884, 4: 266, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17465998568360774, 2: 0.0, 3: 0.6327845382963493, 4: 0.19040801717967074, 5: 0.0021474588403722263}, 'edge_length_total': 319752.79599999974, 'edge_length_avg': 84.18978304370715, 'street_length_total': 161438.7699999997, 'street_length_avg': 82.11534587995915, 'street_segments_count': 1966, 'node_density_km': 87.16172309258346, 'intersection_density_km': 71.93805778507425, 'edge_density_km': 19950.03912886994, 'street_density_km': 10072.499189081776, 'circuity_avg': 1.0580192564937518, 'self_loop_proportion': 0.0026329647182727752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580192564937518\n", - "281\n", - "14013971.191676635\n", - "{'n': 825, 'm': 2300, 'k_avg': 5.575757575757576, 'intersection_count': 692, 'streets_per_node_avg': 2.8412121212121213, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 559, 4: 131, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16121212121212122, 2: 0.0, 3: 0.6775757575757576, 4: 0.15878787878787878, 5: 0.0024242424242424242}, 'edge_length_total': 246488.0369999992, 'edge_length_avg': 107.16871173913009, 'street_length_total': 123352.66800000008, 'street_length_avg': 107.07696875000006, 'street_segments_count': 1152, 'node_density_km': 58.86982274446197, 'intersection_density_km': 49.379293744445675, 'edge_density_km': 17588.73581432768, 'street_density_km': 8802.120848747238, 'circuity_avg': 1.0563680463372065, 'self_loop_proportion': 0.0052173913043478265, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563680463372065\n", - "282\n", - "9009055.18478887\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 562, 'm': 1484, 'k_avg': 5.2811387900355875, 'intersection_count': 443, 'streets_per_node_avg': 2.7491103202846974, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 347, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2117437722419929, 2: 0.0, 3: 0.6174377224199288, 4: 0.16903914590747332, 5: 0.0017793594306049821}, 'edge_length_total': 173371.25199999998, 'edge_length_avg': 116.82698921832883, 'street_length_total': 87188.69099999995, 'street_length_avg': 116.56242112299458, 'street_segments_count': 748, 'node_density_km': 62.3816802619764, 'intersection_density_km': 49.17274796451164, 'edge_density_km': 19244.110336089918, 'street_density_km': 9677.895096836754, 'circuity_avg': 1.0406171074253727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406171074253727\n", - "283\n", - "5008448.908045582\n", - "{'n': 302, 'm': 828, 'k_avg': 5.483443708609271, 'intersection_count': 245, 'streets_per_node_avg': 2.8543046357615895, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 175, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18874172185430463, 2: 0.0, 3: 0.5794701986754967, 4: 0.23178807947019867}, 'edge_length_total': 77006.12100000003, 'edge_length_avg': 93.00256159420293, 'street_length_total': 38774.53799999997, 'street_length_avg': 92.98450359712223, 'street_segments_count': 417, 'node_density_km': 60.298109363732685, 'intersection_density_km': 48.91734037786261, 'edge_density_km': 15375.243396472959, 'street_density_km': 7741.825605470884, 'circuity_avg': 1.0510880946877423, 'self_loop_proportion': 0.0036231884057971015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510880946877423\n", - "284\n", - "77076079.41258197\n", - "{'n': 12414, 'm': 33746, 'k_avg': 5.436764942806509, 'intersection_count': 10561, 'streets_per_node_avg': 2.9015627517319156, 'streets_per_node_counts': {0: 0, 1: 1853, 2: 13, 3: 8124, 4: 2353, 5: 69, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14926695666183343, 2: 0.0010472047688094086, 3: 0.6544224262928952, 4: 0.18954406315450298, 5: 0.0055582406959884005, 6: 0.00016110842597067828}, 'edge_length_total': 1950374.294000005, 'edge_length_avg': 57.79571783322482, 'street_length_total': 1032160.8649999986, 'street_length_avg': 57.70775271161795, 'street_segments_count': 17886, 'node_density_km': 161.06164317918757, 'intersection_density_km': 137.0204618668761, 'edge_density_km': 25304.53428436351, 'street_density_km': 13391.455207197629, 'circuity_avg': 1.0621526504497625, 'self_loop_proportion': 0.002370651336454691, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621526504497625\n", - "285\n", - "10011982.271548236\n", - "{'n': 1233, 'm': 3174, 'k_avg': 5.148418491484185, 'intersection_count': 1018, 'streets_per_node_avg': 2.7802108678021087, 'streets_per_node_counts': {0: 0, 1: 215, 2: 3, 3: 856, 4: 156, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17437145174371452, 2: 0.0024330900243309003, 3: 0.6942416869424168, 4: 0.12652068126520682, 5: 0.0024330900243309003}, 'edge_length_total': 195873.64799999955, 'edge_length_avg': 61.711924385633125, 'street_length_total': 102952.56199999983, 'street_length_avg': 60.88265050266105, 'street_segments_count': 1691, 'node_density_km': 123.15243540771182, 'intersection_density_km': 101.67816645989508, 'edge_density_km': 19563.922776474312, 'street_density_km': 10282.93490816174, 'circuity_avg': 1.067986799187847, 'self_loop_proportion': 0.003465658475110271, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067986799187847\n", - "286\n", - "15014392.737762483\n", - "{'n': 2792, 'm': 7913, 'k_avg': 5.668338108882521, 'intersection_count': 2371, 'streets_per_node_avg': 2.9337392550143266, 'streets_per_node_counts': {0: 0, 1: 421, 2: 3, 3: 1719, 4: 639, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15078796561604585, 2: 0.0010744985673352436, 3: 0.6156876790830945, 4: 0.22886819484240686, 5: 0.0032234957020057307, 6: 0.00035816618911174784}, 'edge_length_total': 388777.27699999866, 'edge_length_avg': 49.131464299254226, 'street_length_total': 197500.97599999988, 'street_length_avg': 48.68153216662556, 'street_segments_count': 4057, 'node_density_km': 185.9549066528599, 'intersection_density_km': 157.91514458235343, 'edge_density_km': 25893.63977553288, 'street_density_km': 13154.11015613492, 'circuity_avg': 1.058131961075828, 'self_loop_proportion': 0.0030329836977126246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058131961075828\n", - "287\n", - "14018239.993775018\n", - "{'n': 1499, 'm': 4020, 'k_avg': 5.363575717144763, 'intersection_count': 1175, 'streets_per_node_avg': 2.781854569713142, 'streets_per_node_counts': {0: 0, 1: 324, 2: 0, 3: 855, 4: 319, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2161440960640427, 2: 0.0, 3: 0.5703802535023349, 4: 0.21280853902601735, 5: 0.00066711140760507}, 'edge_length_total': 320786.06299999997, 'edge_length_avg': 79.79752810945273, 'street_length_total': 163783.20300000007, 'street_length_avg': 79.93323718887265, 'street_segments_count': 2049, 'node_density_km': 106.93211135389681, 'intersection_density_km': 83.81936680508923, 'edge_density_km': 22883.47632387869, 'street_density_km': 11683.578186186722, 'circuity_avg': 1.0641023183678273, 'self_loop_proportion': 0.0029850746268656717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641023183678273\n", - "288\n", - "9016296.364476189\n", - "{'n': 314, 'm': 772, 'k_avg': 4.917197452229299, 'intersection_count': 254, 'streets_per_node_avg': 2.6974522292993632, 'streets_per_node_counts': {0: 0, 1: 60, 2: 3, 3: 223, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910828025477707, 2: 0.009554140127388535, 3: 0.7101910828025477, 4: 0.08917197452229299}, 'edge_length_total': 79054.65300000006, 'edge_length_avg': 102.40240025906743, 'street_length_total': 41261.563000000024, 'street_length_avg': 101.37976167076172, 'street_segments_count': 407, 'node_density_km': 34.825829509902334, 'intersection_density_km': 28.171212406099343, 'edge_density_km': 8767.974099816853, 'street_density_km': 4576.331714490749, 'circuity_avg': 1.067062661847221, 'self_loop_proportion': 0.012953367875647668, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067062661847221\n", - "289\n", - "7007448.332393697\n", - "{'n': 170, 'm': 434, 'k_avg': 5.105882352941176, 'intersection_count': 142, 'streets_per_node_avg': 2.7705882352941176, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 125, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16470588235294117, 2: 0.0, 3: 0.7352941176470589, 4: 0.1}, 'edge_length_total': 51620.64300000007, 'edge_length_avg': 118.94157373271905, 'street_length_total': 26299.003999999997, 'street_length_avg': 119.0000180995475, 'street_segments_count': 221, 'node_density_km': 24.259900599499552, 'intersection_density_km': 20.264152265464332, 'edge_density_km': 7366.539223895612, 'street_density_km': 3753.0071935637707, 'circuity_avg': 1.0499168581665657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499168581665657\n", - "290\n", - "5004748.502655127\n", - "{'n': 422, 'm': 1046, 'k_avg': 4.957345971563981, 'intersection_count': 342, 'streets_per_node_avg': 2.7227488151658767, 'streets_per_node_counts': {0: 0, 1: 80, 2: 1, 3: 297, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1895734597156398, 2: 0.002369668246445498, 3: 0.7037914691943128, 4: 0.10426540284360189}, 'edge_length_total': 91598.62699999989, 'edge_length_avg': 87.57038910133832, 'street_length_total': 46931.65699999999, 'street_length_avg': 84.7141823104693, 'street_segments_count': 554, 'node_density_km': 84.31992132594073, 'intersection_density_km': 68.33510211723159, 'edge_density_km': 18302.343654512275, 'street_density_km': 9377.425653876859, 'circuity_avg': 1.055030603433807, 'self_loop_proportion': 0.0076481835564053535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055030603433807\n", - "291\n", - "10020872.725077868\n", - "{'n': 886, 'm': 2391, 'k_avg': 5.397291196388262, 'intersection_count': 748, 'streets_per_node_avg': 2.8227990970654626, 'streets_per_node_counts': {0: 0, 1: 138, 2: 3, 3: 627, 4: 115, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15575620767494355, 2: 0.003386004514672686, 3: 0.7076749435665914, 4: 0.12979683972911965, 5: 0.002257336343115124, 6: 0.001128668171557562}, 'edge_length_total': 159944.2810000001, 'edge_length_avg': 66.89430405688002, 'street_length_total': 81860.50999999998, 'street_length_avg': 65.91023349436391, 'street_segments_count': 1242, 'node_density_km': 88.41545285599018, 'intersection_density_km': 74.6441972192784, 'edge_density_km': 15961.112907833809, 'street_density_km': 8169.000070736242, 'circuity_avg': 1.0725979095473086, 'self_loop_proportion': 0.002091175240485153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725979095473086\n", - "292\n", - "9011975.14843624\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 270, 'm': 715, 'k_avg': 5.296296296296297, 'intersection_count': 214, 'streets_per_node_avg': 2.785185185185185, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 160, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074074074074074, 2: 0.0, 3: 0.5925925925925926, 4: 0.2}, 'edge_length_total': 110804.23900000023, 'edge_length_avg': 154.97096363636396, 'street_length_total': 55468.98799999995, 'street_length_avg': 154.9413072625697, 'street_segments_count': 358, 'node_density_km': 29.960135880628837, 'intersection_density_km': 23.746181772053966, 'edge_density_km': 12295.22243181363, 'street_density_km': 6155.031176448032, 'circuity_avg': 1.0664924500630508, 'self_loop_proportion': 0.005594405594405594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664924500630508\n", - "293\n", - "18023950.301357877\n", - "{'n': 2849, 'm': 7818, 'k_avg': 5.4882414882414885, 'intersection_count': 2426, 'streets_per_node_avg': 2.9115479115479115, 'streets_per_node_counts': {0: 0, 1: 423, 2: 3, 3: 1836, 4: 578, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14847314847314846, 2: 0.001053001053001053, 3: 0.6444366444366444, 4: 0.20287820287820288, 5: 0.002808002808002808, 6: 0.000351000351000351}, 'edge_length_total': 429834.26900000114, 'edge_length_avg': 54.98008045535957, 'street_length_total': 222458.527, 'street_length_avg': 54.06039538274605, 'street_segments_count': 4115, 'node_density_km': 158.067457597537, 'intersection_density_km': 134.59868449688477, 'edge_density_km': 23847.950189233412, 'street_density_km': 12342.384620492467, 'circuity_avg': 1.0556720948840308, 'self_loop_proportion': 0.002686108979278588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0556720948840308\n", - "294\n", - "10011147.279892607\n", - "{'n': 507, 'm': 1417, 'k_avg': 5.589743589743589, 'intersection_count': 444, 'streets_per_node_avg': 2.972386587771203, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 333, 4: 110, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1242603550295858, 2: 0.0, 3: 0.6568047337278107, 4: 0.21696252465483234, 5: 0.0019723865877712033}, 'edge_length_total': 168776.823, 'edge_length_avg': 119.10855539872972, 'street_length_total': 84585.832, 'street_length_avg': 118.30186293706294, 'street_segments_count': 715, 'node_density_km': 50.643546221551425, 'intersection_density_km': 44.3505611881042, 'edge_density_km': 16858.889224313814, 'street_density_km': 8449.164679645726, 'circuity_avg': 1.0221127581220484, 'self_loop_proportion': 0.0028228652081863093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0221127581220484\n", - "295\n", - "15016576.317236954\n", - "{'n': 1111, 'm': 2769, 'k_avg': 4.984698469846984, 'intersection_count': 898, 'streets_per_node_avg': 2.758775877587759, 'streets_per_node_counts': {0: 0, 1: 213, 2: 3, 3: 743, 4: 144, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19171917191719173, 2: 0.0027002700270027003, 3: 0.6687668766876688, 4: 0.12961296129612962, 5: 0.0063006300630063005, 6: 0.0009000900090009}, 'edge_length_total': 243557.44500000004, 'edge_length_avg': 87.95862946912244, 'street_length_total': 129508.96300000006, 'street_length_avg': 85.59746397885, 'street_segments_count': 1513, 'node_density_km': 73.98490684755656, 'intersection_density_km': 59.80058177237245, 'edge_density_km': 16219.23931625012, 'street_density_km': 8624.400147145503, 'circuity_avg': 1.0650392219645448, 'self_loop_proportion': 0.001444564824846515, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650392219645448\n", - "296\n", - "31056592.73560736\n", - "{'n': 2884, 'm': 8242, 'k_avg': 5.715672676837725, 'intersection_count': 2391, 'streets_per_node_avg': 2.898404993065187, 'streets_per_node_counts': {0: 0, 1: 493, 2: 1, 3: 1768, 4: 573, 5: 30, 6: 17, 7: 0, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17094313453536755, 2: 0.00034674063800277393, 3: 0.6130374479889042, 4: 0.19868238557558945, 5: 0.010402219140083218, 6: 0.005894590846047157, 7: 0.0, 8: 0.0006934812760055479}, 'edge_length_total': 728265.6070000016, 'edge_length_avg': 88.36030174714894, 'street_length_total': 364776.7699999984, 'street_length_avg': 88.25956206145618, 'street_segments_count': 4133, 'node_density_km': 92.8627304531512, 'intersection_density_km': 76.9884842279766, 'edge_density_km': 23449.629944917368, 'street_density_km': 11745.550231650826, 'circuity_avg': 1.0677553716787602, 'self_loop_proportion': 0.0031545741324921135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0677553716787602\n", - "297\n", - "13016306.192534423\n", - "{'n': 3573, 'm': 9937, 'k_avg': 5.562272600055976, 'intersection_count': 3005, 'streets_per_node_avg': 2.925832633641198, 'streets_per_node_counts': {0: 0, 1: 568, 2: 10, 3: 2120, 4: 869, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1589700531766023, 2: 0.00279876854184159, 3: 0.593338930870417, 4: 0.24321298628603413, 5: 0.0016792611251049538}, 'edge_length_total': 436242.80299999967, 'edge_length_avg': 43.90085569085234, 'street_length_total': 224864.44499999975, 'street_length_avg': 43.22653690888115, 'street_segments_count': 5202, 'node_density_km': 274.50184001120954, 'intersection_density_km': 230.86426790755237, 'edge_density_km': 33515.09994826407, 'street_density_km': 17275.595831402003, 'circuity_avg': 1.056723670840168, 'self_loop_proportion': 0.0022139478715910233, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056723670840168\n", - "298\n", - "5008252.213344803\n", - "{'n': 483, 'm': 1183, 'k_avg': 4.898550724637682, 'intersection_count': 366, 'streets_per_node_avg': 2.668737060041408, 'streets_per_node_counts': {0: 0, 1: 117, 2: 1, 3: 291, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2422360248447205, 2: 0.002070393374741201, 3: 0.6024844720496895, 4: 0.15113871635610765, 5: 0.002070393374741201}, 'edge_length_total': 72711.36999999978, 'edge_length_avg': 61.46354184277242, 'street_length_total': 38378.91399999997, 'street_length_avg': 60.63019589257499, 'street_segments_count': 633, 'node_density_km': 96.44082993923831, 'intersection_density_km': 73.07938666203151, 'edge_density_km': 14518.31235780334, 'street_density_km': 7663.135234630744, 'circuity_avg': 1.0679322196807104, 'self_loop_proportion': 0.006762468300929839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679322196807104\n", - "299\n", - "13013320.765848571\n", - "{'n': 1653, 'm': 4513, 'k_avg': 5.460375075620084, 'intersection_count': 1383, 'streets_per_node_avg': 2.867513611615245, 'streets_per_node_counts': {0: 0, 1: 270, 2: 5, 3: 1061, 4: 308, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16333938294010888, 2: 0.0030248033877797943, 3: 0.6418632788868723, 4: 0.18632788868723532, 5: 0.0054446460980036296}, 'edge_length_total': 312771.3179999997, 'edge_length_avg': 69.30452426323946, 'street_length_total': 159787.41000000027, 'street_length_avg': 68.16869027303765, 'street_segments_count': 2344, 'node_density_km': 127.02368824551229, 'intersection_density_km': 106.27571738871355, 'edge_density_km': 24034.704410024166, 'street_density_km': 12278.75750356799, 'circuity_avg': 1.0729591841835646, 'self_loop_proportion': 0.0022158209616662972, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729591841835646\n", - "300\n", - "9012251.340154191\n", - "{'n': 165, 'm': 468, 'k_avg': 5.672727272727273, 'intersection_count': 148, 'streets_per_node_avg': 3.012121212121212, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 112, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10303030303030303, 2: 0.0, 3: 0.6787878787878788, 4: 0.21818181818181817}, 'edge_length_total': 67874.31599999995, 'edge_length_avg': 145.03058974358964, 'street_length_total': 33937.158, 'street_length_avg': 145.03058974358976, 'street_segments_count': 234, 'node_density_km': 18.308410825699074, 'intersection_density_km': 16.42208971032402, 'edge_density_km': 7531.338556614054, 'street_density_km': 3765.6692783070303, 'circuity_avg': 1.0242602515651995, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242602515651995\n", - "301\n", - "7009048.176688003\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 57, 'm': 134, 'k_avg': 4.701754385964913, 'intersection_count': 41, 'streets_per_node_avg': 2.5964912280701755, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 33, 4: 7, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2807017543859649, 2: 0.0, 3: 0.5789473684210527, 4: 0.12280701754385964, 5: 0.017543859649122806}, 'edge_length_total': 37028.806, 'edge_length_avg': 276.33437313432836, 'street_length_total': 18514.403000000006, 'street_length_avg': 276.3343731343284, 'street_segments_count': 67, 'node_density_km': 8.132345300404868, 'intersection_density_km': 5.849581707308765, 'edge_density_km': 5283.000639538659, 'street_density_km': 2641.5003197693304, 'circuity_avg': 1.0155893285631763, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0155893285631763\n", - "302\n", - "3003751.6104101753\n", - "{'n': 28, 'm': 62, 'k_avg': 4.428571428571429, 'intersection_count': 21, 'streets_per_node_avg': 2.607142857142857, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 18, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6428571428571429, 4: 0.10714285714285714}, 'edge_length_total': 11776.478, 'edge_length_avg': 189.9431935483871, 'street_length_total': 5888.239, 'street_length_avg': 189.9431935483871, 'street_segments_count': 31, 'node_density_km': 9.321676234133248, 'intersection_density_km': 6.9912571755999355, 'edge_density_km': 3920.589824799751, 'street_density_km': 1960.2949123998756, 'circuity_avg': 1.0457797111391747, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457797111391747\n", - "303\n", - "6005718.52334817\n", - "{'n': 427, 'm': 1078, 'k_avg': 5.049180327868853, 'intersection_count': 344, 'streets_per_node_avg': 2.6791569086651053, 'streets_per_node_counts': {0: 0, 1: 83, 2: 2, 3: 312, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19437939110070257, 2: 0.00468384074941452, 3: 0.7306791569086651, 4: 0.06791569086651054, 5: 0.00234192037470726}, 'edge_length_total': 94604.45599999967, 'edge_length_avg': 87.75923562152103, 'street_length_total': 47953.192, 'street_length_avg': 86.40214774774775, 'street_segments_count': 555, 'node_density_km': 71.09890321032708, 'intersection_density_km': 57.27874169637591, 'edge_density_km': 15752.395926017853, 'street_density_km': 7984.588657223023, 'circuity_avg': 1.0672824022770369, 'self_loop_proportion': 0.0018552875695732839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672824022770369\n", - "304\n", - "21020499.480291095\n", - "{'n': 2636, 'm': 7615, 'k_avg': 5.777693474962064, 'intersection_count': 2336, 'streets_per_node_avg': 3.0682852807283765, 'streets_per_node_counts': {0: 0, 1: 300, 2: 3, 3: 1563, 4: 757, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11380880121396054, 2: 0.0011380880121396055, 3: 0.5929438543247344, 4: 0.2871775417298938, 5: 0.004931714719271623}, 'edge_length_total': 519793.8010000022, 'edge_length_avg': 68.25919908076195, 'street_length_total': 266017.2859999996, 'street_length_avg': 66.37157834331327, 'street_segments_count': 4008, 'node_density_km': 125.40139697781798, 'intersection_density_km': 111.12961431721655, 'edge_density_km': 24727.947187333157, 'street_density_km': 12655.136299183496, 'circuity_avg': 1.0423970067333779, 'self_loop_proportion': 0.002232435981615233, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423970067333779\n", - "305\n", - "9008071.810658118\n", - "{'n': 1744, 'm': 4815, 'k_avg': 5.521788990825688, 'intersection_count': 1446, 'streets_per_node_avg': 2.853211009174312, 'streets_per_node_counts': {0: 0, 1: 298, 2: 3, 3: 1105, 4: 333, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17087155963302753, 2: 0.0017201834862385322, 3: 0.6336009174311926, 4: 0.19094036697247707, 5: 0.0028669724770642203}, 'edge_length_total': 235913.37399999963, 'edge_length_avg': 48.995508618899194, 'street_length_total': 120857.37799999995, 'street_length_avg': 49.069174989849756, 'street_segments_count': 2463, 'node_density_km': 193.6041404484081, 'intersection_density_km': 160.5226990185769, 'edge_density_km': 26189.108941257888, 'street_density_km': 13416.564670033451, 'circuity_avg': 1.0819608966763008, 'self_loop_proportion': 0.0024922118380062306, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0819608966763008\n", - "306\n", - "11015593.853873342\n", - "{'n': 1993, 'm': 5390, 'k_avg': 5.408931259407928, 'intersection_count': 1601, 'streets_per_node_avg': 2.798795785248369, 'streets_per_node_counts': {0: 0, 1: 392, 2: 8, 3: 1209, 4: 377, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19668840943301555, 2: 0.004014049172102358, 3: 0.6066231811339688, 4: 0.18916206723532364, 5: 0.0035122930255895636}, 'edge_length_total': 256559.14600000042, 'edge_length_avg': 47.599099443413806, 'street_length_total': 130826.1029999999, 'street_length_avg': 47.34929533116174, 'street_segments_count': 2763, 'node_density_km': 180.92533425233486, 'intersection_density_km': 145.33941803210644, 'edge_density_km': 23290.541518085123, 'street_density_km': 11876.445767288194, 'circuity_avg': 1.078736858608658, 'self_loop_proportion': 0.0022263450834879408, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078736858608658\n", - "307\n", - "7009286.792309007\n", - "{'n': 344, 'm': 873, 'k_avg': 5.075581395348837, 'intersection_count': 276, 'streets_per_node_avg': 2.7674418604651163, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 220, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19767441860465115, 2: 0.0, 3: 0.6395348837209303, 4: 0.16279069767441862}, 'edge_length_total': 108512.81299999994, 'edge_length_avg': 124.29875486827027, 'street_length_total': 54778.03800000005, 'street_length_avg': 120.12727631578959, 'street_segments_count': 456, 'node_density_km': 49.07774645167275, 'intersection_density_km': 39.37633145541186, 'edge_density_km': 15481.291637127255, 'street_density_km': 7815.065872337493, 'circuity_avg': 1.0457592549229695, 'self_loop_proportion': 0.002290950744558992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457592549229695\n", - "308\n", - "6011059.79813029\n", - "{'n': 393, 'm': 1045, 'k_avg': 5.318066157760814, 'intersection_count': 328, 'streets_per_node_avg': 2.8575063613231553, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 257, 4: 69, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16539440203562342, 2: 0.0, 3: 0.6539440203562341, 4: 0.17557251908396945, 5: 0.002544529262086514, 6: 0.002544529262086514}, 'edge_length_total': 86035.27100000008, 'edge_length_avg': 82.33040287081347, 'street_length_total': 44968.70900000005, 'street_length_avg': 81.31773779385182, 'street_segments_count': 553, 'node_density_km': 65.37948601380421, 'intersection_density_km': 54.566085019154656, 'edge_density_km': 14312.829000097609, 'street_density_km': 7480.99511736472, 'circuity_avg': 1.0923074685679104, 'self_loop_proportion': 0.003827751196172249, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923074685679104\n", - "309\n", - "11018402.55125182\n", - "{'n': 1400, 'm': 3843, 'k_avg': 5.49, 'intersection_count': 1125, 'streets_per_node_avg': 2.815714285714286, 'streets_per_node_counts': {0: 0, 1: 275, 2: 0, 3: 834, 4: 290, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19642857142857142, 2: 0.0, 3: 0.5957142857142858, 4: 0.20714285714285716, 5: 0.0007142857142857143}, 'edge_length_total': 282076.0649999998, 'edge_length_avg': 73.39996487119433, 'street_length_total': 141859.99399999986, 'street_length_avg': 72.86080842321513, 'street_segments_count': 1947, 'node_density_km': 127.06016080715291, 'intersection_density_km': 102.1019149343193, 'edge_density_km': 25600.45012767778, 'street_density_km': 12874.824035529806, 'circuity_avg': 1.0631019722983326, 'self_loop_proportion': 0.0026021337496747333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631019722983326\n", - "310\n", - "33046845.186472885\n", - "{'n': 688, 'm': 1720, 'k_avg': 5.0, 'intersection_count': 525, 'streets_per_node_avg': 2.6875, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 421, 4: 97, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2369186046511628, 2: 0.0, 3: 0.6119186046511628, 4: 0.14098837209302326, 5: 0.010174418604651164}, 'edge_length_total': 241792.33700000038, 'edge_length_avg': 140.5769401162793, 'street_length_total': 124260.50299999992, 'street_length_avg': 140.8849240362811, 'street_segments_count': 882, 'node_density_km': 20.81893131153167, 'intersection_density_km': 15.886539154875184, 'edge_density_km': 7316.654150665298, 'street_density_km': 3760.1320882171126, 'circuity_avg': 1.0527918833813592, 'self_loop_proportion': 0.004651162790697674, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527918833813592\n", - "311\n", - "71081389.52808133\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 15156, 'm': 43300, 'k_avg': 5.713908683029823, 'intersection_count': 13058, 'streets_per_node_avg': 2.985418316178411, 'streets_per_node_counts': {0: 0, 1: 2098, 2: 17, 3: 9090, 4: 3912, 5: 37, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13842702560042228, 2: 0.0011216679862760624, 3: 0.5997624703087886, 4: 0.2581155977830562, 5: 0.002441277381894959, 6: 0.0001319609395618897}, 'edge_length_total': 2064703.2900000177, 'edge_length_avg': 47.683678752887246, 'street_length_total': 1068453.8529999964, 'street_length_avg': 47.36684191160156, 'street_segments_count': 22557, 'node_density_km': 213.22036753393078, 'intersection_density_km': 183.70490625877989, 'edge_density_km': 29047.030505563464, 'street_density_km': 15031.414834369469, 'circuity_avg': 1.05152279746053, 'self_loop_proportion': 0.0015704387990762125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05152279746053\n", - "312\n", - "8011077.163879707\n", - "{'n': 434, 'm': 1204, 'k_avg': 5.548387096774194, 'intersection_count': 377, 'streets_per_node_avg': 2.9493087557603688, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 292, 4: 78, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1313364055299539, 2: 0.0, 3: 0.6728110599078341, 4: 0.17972350230414746, 5: 0.016129032258064516}, 'edge_length_total': 93313.68500000014, 'edge_length_avg': 77.50306063122936, 'street_length_total': 47948.92900000003, 'street_length_avg': 76.84123237179493, 'street_segments_count': 624, 'node_density_km': 54.17498684906149, 'intersection_density_km': 47.05983880667323, 'edge_density_km': 11648.08216062782, 'street_density_km': 5985.328566823928, 'circuity_avg': 1.0646694780795476, 'self_loop_proportion': 0.0033222591362126247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646694780795476\n", - "313\n", - "11015320.97379514\n", - "{'n': 538, 'm': 1497, 'k_avg': 5.565055762081784, 'intersection_count': 448, 'streets_per_node_avg': 2.933085501858736, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 320, 4: 116, 5: 8, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16728624535315986, 2: 0.0, 3: 0.5947955390334573, 4: 0.21561338289962825, 5: 0.01486988847583643, 6: 0.007434944237918215}, 'edge_length_total': 95576.26599999971, 'edge_length_avg': 63.84520106880408, 'street_length_total': 48581.462999999996, 'street_length_avg': 63.010976653696495, 'street_segments_count': 771, 'node_density_km': 48.84106430306237, 'intersection_density_km': 40.67062603675082, 'edge_density_km': 8676.666456417433, 'street_density_km': 4410.353825873318, 'circuity_avg': 1.0761845487347625, 'self_loop_proportion': 0.004008016032064128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761845487347625\n", - "314\n", - "39066614.70647053\n", - "{'n': 10076, 'm': 27719, 'k_avg': 5.50198491464867, 'intersection_count': 8414, 'streets_per_node_avg': 2.88080587534736, 'streets_per_node_counts': {0: 0, 1: 1662, 2: 13, 3: 6303, 4: 2063, 5: 32, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1649464073044859, 2: 0.0012901945216355697, 3: 0.6255458515283843, 4: 0.20474394601032156, 5: 0.0031758634378721714, 6: 0.00029773719730051605}, 'edge_length_total': 1328081.5520000127, 'edge_length_avg': 47.91231833760283, 'street_length_total': 689726.7919999966, 'street_length_avg': 47.65939690436682, 'street_segments_count': 14472, 'node_density_km': 257.9184317788132, 'intersection_density_km': 215.37571307929085, 'edge_density_km': 33995.30678505515, 'street_density_km': 17655.14614415153, 'circuity_avg': 1.07165011462608, 'self_loop_proportion': 0.002669648977235831, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07165011462608\n", - "315\n", - "9009550.724889964\n", - "{'n': 424, 'm': 1082, 'k_avg': 5.10377358490566, 'intersection_count': 338, 'streets_per_node_avg': 2.759433962264151, 'streets_per_node_counts': {0: 0, 1: 86, 2: 1, 3: 268, 4: 67, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2028301886792453, 2: 0.0023584905660377358, 3: 0.6320754716981132, 4: 0.1580188679245283, 5: 0.0047169811320754715}, 'edge_length_total': 123435.07899999998, 'edge_length_avg': 114.08047966728279, 'street_length_total': 63506.417999999954, 'street_length_avg': 111.02520629370622, 'street_segments_count': 572, 'node_density_km': 47.06117019005722, 'intersection_density_km': 37.51574416094184, 'edge_density_km': 13700.469953401314, 'street_density_km': 7048.788551082338, 'circuity_avg': 1.041912770573591, 'self_loop_proportion': 0.0009242144177449168, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041912770573591\n", - "316\n", - "19026615.72301577\n", - "{'n': 3281, 'm': 9070, 'k_avg': 5.52880219445291, 'intersection_count': 2684, 'streets_per_node_avg': 2.865894544346236, 'streets_per_node_counts': {0: 0, 1: 597, 2: 3, 3: 1929, 4: 747, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.181956720512039, 2: 0.0009143553794574825, 3: 0.5879305089911613, 4: 0.22767448948491315, 5: 0.0015239256324291375}, 'edge_length_total': 502497.8510000027, 'edge_length_avg': 55.402188643881225, 'street_length_total': 256668.35400000022, 'street_length_avg': 55.04361012223895, 'street_segments_count': 4663, 'node_density_km': 172.44264811797822, 'intersection_density_km': 141.06554939001936, 'edge_density_km': 26410.2590978463, 'street_density_km': 13489.963624456783, 'circuity_avg': 1.057277579709839, 'self_loop_proportion': 0.0014332965821389195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057277579709839\n", - "317\n", - "7006531.98852215\n", - "{'n': 1509, 'm': 4241, 'k_avg': 5.620941020543406, 'intersection_count': 1327, 'streets_per_node_avg': 2.9927104042412194, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 981, 4: 340, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12060967528164347, 2: 0.0, 3: 0.6500994035785288, 4: 0.2253147779986746, 5: 0.0033134526176275677, 6: 0.0006626905235255136}, 'edge_length_total': 268922.8710000001, 'edge_length_avg': 63.41025017684511, 'street_length_total': 139945.63099999988, 'street_length_avg': 63.352481213218596, 'street_segments_count': 2209, 'node_density_km': 215.37045752049517, 'intersection_density_km': 189.39469657368923, 'edge_density_km': 38381.737418817174, 'street_density_km': 19973.594815417073, 'circuity_avg': 1.0653643260048162, 'self_loop_proportion': 0.002357934449422306, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653643260048162\n", - "318\n", - "5005393.901727321\n", - "{'n': 799, 'm': 2154, 'k_avg': 5.391739674593242, 'intersection_count': 652, 'streets_per_node_avg': 2.834793491864831, 'streets_per_node_counts': {0: 0, 1: 147, 2: 2, 3: 488, 4: 160, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18397997496871088, 2: 0.0025031289111389237, 3: 0.6107634543178974, 4: 0.2002503128911139, 5: 0.0025031289111389237}, 'edge_length_total': 117964.92700000016, 'edge_length_avg': 54.76551857010221, 'street_length_total': 60810.89399999999, 'street_length_avg': 54.58787612208258, 'street_segments_count': 1114, 'node_density_km': 159.62779667036224, 'intersection_density_km': 130.25947863463853, 'edge_density_km': 23567.561178210453, 'street_density_km': 12149.072619242743, 'circuity_avg': 1.0603359282660294, 'self_loop_proportion': 0.004642525533890436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0603359282660294\n", - "319\n", - "15029239.312117733\n", - "error with entry 319\n", - "320\n", - "8010938.4096156685\n", - "{'n': 175, 'm': 490, 'k_avg': 5.6, 'intersection_count': 150, 'streets_per_node_avg': 2.8857142857142857, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 120, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6857142857142857, 4: 0.17142857142857143}, 'edge_length_total': 82957.38199999991, 'edge_length_avg': 169.30077959183654, 'street_length_total': 41478.69099999999, 'street_length_avg': 169.3007795918367, 'street_segments_count': 245, 'node_density_km': 21.845131125954538, 'intersection_density_km': 18.724398107961033, 'edge_density_km': 10355.513643747994, 'street_density_km': 5177.756821874002, 'circuity_avg': 1.0270442102670398, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270442102670398\n", - "321\n", - "10018421.042977566\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 274, 'm': 858, 'k_avg': 6.262773722627737, 'intersection_count': 245, 'streets_per_node_avg': 3.197080291970803, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 133, 4: 112}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10583941605839416, 2: 0.0, 3: 0.4854014598540146, 4: 0.40875912408759124}, 'edge_length_total': 141958.8640000002, 'edge_length_avg': 165.4532214452217, 'street_length_total': 70979.43199999999, 'street_length_avg': 165.4532214452214, 'street_segments_count': 429, 'node_density_km': 27.349619149023578, 'intersection_density_km': 24.454951428871446, 'edge_density_km': 14169.784179664377, 'street_density_km': 7084.892089832177, 'circuity_avg': 1.0206002748376468, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0206002748376468\n", - "322\n", - "6009175.1693659555\n", - "{'n': 784, 'm': 2232, 'k_avg': 5.6938775510204085, 'intersection_count': 689, 'streets_per_node_avg': 3.002551020408163, 'streets_per_node_counts': {0: 0, 1: 95, 2: 2, 3: 496, 4: 188, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1211734693877551, 2: 0.002551020408163265, 3: 0.6326530612244898, 4: 0.23979591836734693, 5: 0.003826530612244898}, 'edge_length_total': 129882.9760000006, 'edge_length_avg': 58.1912974910397, 'street_length_total': 67382.54199999997, 'street_length_avg': 58.1887236614853, 'street_segments_count': 1158, 'node_density_km': 130.46715695637175, 'intersection_density_km': 114.6579989068114, 'edge_density_km': 21614.11047927646, 'street_density_km': 11213.276381675138, 'circuity_avg': 1.0693162052208969, 'self_loop_proportion': 0.0035842293906810036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693162052208969\n", - "323\n", - "14018118.03872814\n", - "{'n': 1374, 'm': 3834, 'k_avg': 5.580786026200873, 'intersection_count': 1145, 'streets_per_node_avg': 2.901018922852984, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 826, 4: 316, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6011644832605532, 4: 0.22998544395924309, 5: 0.002183406113537118}, 'edge_length_total': 261675.23099999953, 'edge_length_avg': 68.2512339593113, 'street_length_total': 132061.71799999994, 'street_length_avg': 67.79348973305952, 'street_segments_count': 1948, 'node_density_km': 98.01601015229164, 'intersection_density_km': 81.68000846024303, 'edge_density_km': 18666.930202546737, 'street_density_km': 9420.787985601943, 'circuity_avg': 1.060805766630976, 'self_loop_proportion': 0.0020865936358894104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060805766630976\n", - "324\n", - "7010195.399613763\n", - "{'n': 398, 'm': 1038, 'k_avg': 5.21608040201005, 'intersection_count': 320, 'streets_per_node_avg': 2.7386934673366836, 'streets_per_node_counts': {0: 0, 1: 78, 2: 1, 3: 266, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19597989949748743, 2: 0.002512562814070352, 3: 0.6683417085427136, 4: 0.13316582914572864}, 'edge_length_total': 107916.42699999997, 'edge_length_avg': 103.96572928709053, 'street_length_total': 54776.13899999998, 'street_length_avg': 103.54657655954628, 'street_segments_count': 529, 'node_density_km': 56.77445168246357, 'intersection_density_km': 45.647800347709406, 'edge_density_km': 15394.210981044234, 'street_density_km': 7813.782052782431, 'circuity_avg': 1.062884460963524, 'self_loop_proportion': 0.0019267822736030828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062884460963524\n", - "325\n", - "8008679.949817589\n", - "{'n': 220, 'm': 612, 'k_avg': 5.5636363636363635, 'intersection_count': 187, 'streets_per_node_avg': 2.9909090909090907, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 123, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.5590909090909091, 4: 0.2909090909090909}, 'edge_length_total': 94676.99000000002, 'edge_length_avg': 154.70096405228762, 'street_length_total': 47338.49500000006, 'street_length_avg': 154.7009640522878, 'street_segments_count': 306, 'node_density_km': 27.470195010728435, 'intersection_density_km': 23.349665759119173, 'edge_density_km': 11821.797174221758, 'street_density_km': 5910.898587110885, 'circuity_avg': 1.0338780956406848, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338780956406848\n", - "326\n", - "7006311.367986199\n", - "{'n': 751, 'm': 1880, 'k_avg': 5.006657789613848, 'intersection_count': 623, 'streets_per_node_avg': 2.870838881491345, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 469, 4: 149, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.170439414114514, 2: 0.0, 3: 0.6245006657789614, 4: 0.19840213049267644, 5: 0.006657789613848202}, 'edge_length_total': 121596.37800000013, 'edge_length_avg': 64.67892446808517, 'street_length_total': 66360.46599999993, 'street_length_avg': 62.48631450094155, 'street_segments_count': 1062, 'node_density_km': 107.18907004783281, 'intersection_density_km': 88.91982774940058, 'edge_density_km': 17355.263221044966, 'street_density_km': 9471.526815553689, 'circuity_avg': 1.0558310395615715, 'self_loop_proportion': 0.00851063829787234, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558310395615715\n", - "327\n", - "10009599.46089085\n", - "{'n': 1381, 'm': 3560, 'k_avg': 5.155684286748733, 'intersection_count': 1119, 'streets_per_node_avg': 2.7443881245474295, 'streets_per_node_counts': {0: 0, 1: 262, 2: 7, 3: 936, 4: 174, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18971759594496743, 2: 0.005068790731354091, 3: 0.6777697320782042, 4: 0.12599565532223025, 5: 0.001448225923244026}, 'edge_length_total': 244629.29000000018, 'edge_length_avg': 68.71609269662926, 'street_length_total': 130925.84000000013, 'street_length_avg': 70.01381818181825, 'street_segments_count': 1870, 'node_density_km': 137.96755858171886, 'intersection_density_km': 111.79268504919871, 'edge_density_km': 24439.468427863372, 'street_density_km': 13080.027878393026, 'circuity_avg': 1.0914902871236787, 'self_loop_proportion': 0.0056179775280898875, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0914902871236787\n", - "328\n", - "6006662.799743927\n", - "{'n': 182, 'm': 524, 'k_avg': 5.758241758241758, 'intersection_count': 157, 'streets_per_node_avg': 3.0494505494505493, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 99, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13736263736263737, 2: 0.0, 3: 0.5439560439560439, 4: 0.3131868131868132, 5: 0.005494505494505495}, 'edge_length_total': 82149.47799999992, 'edge_length_avg': 156.77381297709908, 'street_length_total': 41074.738999999994, 'street_length_avg': 156.77381297709923, 'street_segments_count': 262, 'node_density_km': 30.299686542710358, 'intersection_density_km': 26.137641687942452, 'edge_density_km': 13676.392489270758, 'street_density_km': 6838.1962446353855, 'circuity_avg': 1.0317778100944137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317778100944137\n", - "329\n", - "5009016.5709145665\n", - "{'n': 365, 'm': 881, 'k_avg': 4.8273972602739725, 'intersection_count': 279, 'streets_per_node_avg': 2.654794520547945, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 233, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2356164383561644, 2: 0.0, 3: 0.6383561643835617, 4: 0.12602739726027398}, 'edge_length_total': 76782.26700000015, 'edge_length_avg': 87.1535380249718, 'street_length_total': 40023.68400000001, 'street_length_avg': 84.43815189873419, 'street_segments_count': 474, 'node_density_km': 72.86859502909508, 'intersection_density_km': 55.699556200321986, 'edge_density_km': 15328.810738188662, 'street_density_km': 7990.327728680747, 'circuity_avg': 1.051124918379208, 'self_loop_proportion': 0.00681044267877412, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051124918379208\n", - "330\n", - "28028064.909021635\n", - "{'n': 3380, 'm': 9170, 'k_avg': 5.42603550295858, 'intersection_count': 2772, 'streets_per_node_avg': 2.8606508875739647, 'streets_per_node_counts': {0: 0, 1: 608, 2: 9, 3: 2030, 4: 715, 5: 15, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17988165680473372, 2: 0.0026627218934911242, 3: 0.6005917159763313, 4: 0.21153846153846154, 5: 0.004437869822485207, 6: 0.0008875739644970414}, 'edge_length_total': 575182.3070000027, 'edge_length_avg': 62.72435190839724, 'street_length_total': 294713.10199999996, 'street_length_avg': 61.4754071756362, 'street_segments_count': 4794, 'node_density_km': 120.59341274438287, 'intersection_density_km': 98.90086986018619, 'edge_density_km': 20521.6560210999, 'street_density_km': 10514.928624456628, 'circuity_avg': 1.0737564664196573, 'self_loop_proportion': 0.0015267175572519084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0737564664196573\n", - "331\n", - "12014096.707757419\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 774, 'm': 1958, 'k_avg': 5.059431524547803, 'intersection_count': 621, 'streets_per_node_avg': 2.7183462532299743, 'streets_per_node_counts': {0: 0, 1: 153, 2: 1, 3: 534, 4: 83, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19767441860465115, 2: 0.0012919896640826874, 3: 0.689922480620155, 4: 0.10723514211886305, 5: 0.003875968992248062}, 'edge_length_total': 200645.56300000017, 'edge_length_avg': 102.47475127681317, 'street_length_total': 102709.19099999998, 'street_length_avg': 99.5244098837209, 'street_segments_count': 1032, 'node_density_km': 64.42431910009793, 'intersection_density_km': 51.68927927798555, 'edge_density_km': 16700.84467277883, 'street_density_km': 8549.056454130368, 'circuity_avg': 1.0774352241806393, 'self_loop_proportion': 0.0040858018386108275, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0774352241806393\n", - "332\n", - "14018649.548165679\n", - "{'n': 920, 'm': 2204, 'k_avg': 4.791304347826087, 'intersection_count': 697, 'streets_per_node_avg': 2.640217391304348, 'streets_per_node_counts': {0: 0, 1: 223, 2: 2, 3: 580, 4: 113, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24239130434782608, 2: 0.002173913043478261, 3: 0.6304347826086957, 4: 0.12282608695652174, 5: 0.002173913043478261}, 'edge_length_total': 193854.76199999993, 'edge_length_avg': 87.95588112522682, 'street_length_total': 99581.81400000009, 'street_length_avg': 83.61193450881619, 'street_segments_count': 1191, 'node_density_km': 65.62686347490445, 'intersection_density_km': 49.719482436965656, 'edge_density_km': 13828.347825797926, 'street_density_km': 7103.524034740582, 'circuity_avg': 1.087812764229681, 'self_loop_proportion': 0.0027223230490018148, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087812764229681\n", - "333\n", - "9009202.39159533\n", - "{'n': 1085, 'm': 3034, 'k_avg': 5.5926267281105995, 'intersection_count': 940, 'streets_per_node_avg': 2.9953917050691246, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 656, 4: 283, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1336405529953917, 2: 0.0, 3: 0.6046082949308755, 4: 0.2608294930875576, 5: 0.0009216589861751152}, 'edge_length_total': 194210.23500000127, 'edge_length_avg': 64.01128378378421, 'street_length_total': 99060.91199999973, 'street_length_avg': 61.79720024953196, 'street_segments_count': 1603, 'node_density_km': 120.43241486196321, 'intersection_density_km': 104.33776034124001, 'edge_density_km': 21556.87335664472, 'street_density_km': 10995.525207915574, 'circuity_avg': 1.053654341000873, 'self_loop_proportion': 0.001977587343441002, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053654341000873\n", - "334\n", - "16014626.909710959\n", - "{'n': 591, 'm': 1457, 'k_avg': 4.930626057529611, 'intersection_count': 437, 'streets_per_node_avg': 2.5702199661590526, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 383, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26057529610829105, 2: 0.0, 3: 0.6480541455160744, 4: 0.09137055837563451}, 'edge_length_total': 196525.57299999963, 'edge_length_avg': 134.8837151681535, 'street_length_total': 98516.89799999996, 'street_length_avg': 133.85448097826082, 'street_segments_count': 736, 'node_density_km': 36.903763249184976, 'intersection_density_km': 27.287554213018332, 'edge_density_km': 12271.629811171582, 'street_density_km': 6151.682368589007, 'circuity_avg': 1.0357923962532711, 'self_loop_proportion': 0.0061770761839396015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357923962532711\n", - "335\n", - "13013917.728190878\n", - "{'n': 2294, 'm': 6457, 'k_avg': 5.629468177855275, 'intersection_count': 1948, 'streets_per_node_avg': 2.9437663469921533, 'streets_per_node_counts': {0: 0, 1: 346, 2: 1, 3: 1389, 4: 553, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15082824760244115, 2: 0.00043591979075850045, 3: 0.6054925893635571, 4: 0.24106364428945073, 5: 0.0017436791630340018, 6: 0.00043591979075850045}, 'edge_length_total': 364854.90199999907, 'edge_length_avg': 56.50532786123573, 'street_length_total': 185939.41500000007, 'street_length_avg': 55.53745967741938, 'street_segments_count': 3348, 'node_density_km': 176.27282175226253, 'intersection_density_km': 149.68590094743132, 'edge_density_km': 28035.746776671775, 'street_density_km': 14287.735552316906, 'circuity_avg': 1.0663145527659839, 'self_loop_proportion': 0.002477930927675391, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663145527659839\n", - "336\n", - "12012491.983557994\n", - "{'n': 194, 'm': 508, 'k_avg': 5.237113402061856, 'intersection_count': 154, 'streets_per_node_avg': 2.7216494845360826, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 130, 4: 22, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20618556701030927, 2: 0.0, 3: 0.6701030927835051, 4: 0.1134020618556701, 5: 0.010309278350515464}, 'edge_length_total': 108276.85400000006, 'edge_length_avg': 213.1434133858269, 'street_length_total': 54138.426999999996, 'street_length_avg': 213.14341338582676, 'street_segments_count': 254, 'node_density_km': 16.149854690062313, 'intersection_density_km': 12.819987743657713, 'edge_density_km': 9013.687929881926, 'street_density_km': 4506.843964940959, 'circuity_avg': 1.0608079966263388, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608079966263388\n", - "337\n", - "4004196.1664756145\n", - "{'n': 94, 'm': 228, 'k_avg': 4.851063829787234, 'intersection_count': 70, 'streets_per_node_avg': 2.595744680851064, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 60, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2553191489361702, 2: 0.0, 3: 0.6382978723404256, 4: 0.10638297872340426}, 'edge_length_total': 30661.293999999965, 'edge_length_avg': 134.47935964912264, 'street_length_total': 15330.647000000003, 'street_length_avg': 134.47935964912284, 'street_segments_count': 114, 'node_density_km': 23.475373356329907, 'intersection_density_km': 17.48166101003291, 'edge_density_km': 7657.290683385077, 'street_density_km': 3828.6453416925433, 'circuity_avg': 1.0295380477354716, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295380477354716\n", - "338\n", - "8011668.918902648\n", - "{'n': 632, 'm': 1733, 'k_avg': 5.484177215189874, 'intersection_count': 557, 'streets_per_node_avg': 2.9857594936708862, 'streets_per_node_counts': {0: 0, 1: 75, 2: 1, 3: 417, 4: 136, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11867088607594936, 2: 0.0015822784810126582, 3: 0.6598101265822784, 4: 0.21518987341772153, 5: 0.004746835443037975}, 'edge_length_total': 151279.07900000032, 'edge_length_avg': 87.29317888055414, 'street_length_total': 81095.48499999994, 'street_length_avg': 87.95605748373096, 'street_segments_count': 922, 'node_density_km': 78.8849372580619, 'intersection_density_km': 69.52359185560202, 'edge_density_km': 18882.342809133566, 'street_density_km': 10122.171275533377, 'circuity_avg': 1.0815586531718386, 'self_loop_proportion': 0.004616272360069244, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815586531718386\n", - "339\n", - "6010890.698930741\n", - "{'n': 461, 'm': 1310, 'k_avg': 5.683297180043384, 'intersection_count': 389, 'streets_per_node_avg': 2.943600867678959, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 273, 4: 114, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1561822125813449, 2: 0.0, 3: 0.5921908893709328, 4: 0.2472885032537961, 5: 0.004338394793926247}, 'edge_length_total': 120426.80900000001, 'edge_length_avg': 91.92886183206107, 'street_length_total': 60300.467999999986, 'street_length_avg': 91.64204863221883, 'street_segments_count': 658, 'node_density_km': 76.69412456327078, 'intersection_density_km': 64.71586649698988, 'edge_density_km': 20034.769393065548, 'street_density_km': 10031.868989187684, 'circuity_avg': 1.0683828128158694, 'self_loop_proportion': 0.004580152671755725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683828128158694\n", - "340\n", - "19023259.847538784\n", - "{'n': 724, 'm': 1969, 'k_avg': 5.439226519337017, 'intersection_count': 604, 'streets_per_node_avg': 2.8011049723756907, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 509, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16574585635359115, 2: 0.0, 3: 0.7030386740331491, 4: 0.1298342541436464, 5: 0.0013812154696132596}, 'edge_length_total': 270156.6100000002, 'edge_length_avg': 137.20498222447955, 'street_length_total': 135579.15300000005, 'street_length_avg': 136.81044702320892, 'street_segments_count': 991, 'node_density_km': 38.05867163685253, 'intersection_density_km': 31.75060451472228, 'edge_density_km': 14201.383578059724, 'street_density_km': 7127.019979046398, 'circuity_avg': 1.0646300037236676, 'self_loop_proportion': 0.002031488065007618, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646300037236676\n", - "341\n", - "12015217.802123075\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 887, 'm': 2194, 'k_avg': 4.9470124013528745, 'intersection_count': 695, 'streets_per_node_avg': 2.741826381059752, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 545, 4: 145, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21645997745208567, 2: 0.0, 3: 0.6144306651634723, 4: 0.16347237880496054, 5: 0.005636978579481398}, 'edge_length_total': 201807.26499999882, 'edge_length_avg': 91.9814334548764, 'street_length_total': 109630.38200000001, 'street_length_avg': 94.10333218884121, 'street_segments_count': 1165, 'node_density_km': 73.82304795534111, 'intersection_density_km': 57.843312659483736, 'edge_density_km': 16795.97226812981, 'street_density_km': 9124.29419137358, 'circuity_avg': 1.063131898202026, 'self_loop_proportion': 0.0036463081130355514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063131898202026\n", - "342\n", - "9012089.48970069\n", - "{'n': 171, 'm': 470, 'k_avg': 5.497076023391813, 'intersection_count': 147, 'streets_per_node_avg': 2.8771929824561404, 'streets_per_node_counts': {0: 0, 1: 24, 2: 1, 3: 118, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14035087719298245, 2: 0.005847953216374269, 3: 0.6900584795321637, 4: 0.16374269005847952}, 'edge_length_total': 83026.63099999995, 'edge_length_avg': 176.65240638297863, 'street_length_total': 43990.52199999997, 'street_length_avg': 184.060761506276, 'street_segments_count': 239, 'node_density_km': 18.974511981424993, 'intersection_density_km': 16.31142258052324, 'edge_density_km': 9212.8058753617, 'street_density_km': 4881.278869930638, 'circuity_avg': 1.0527373390565724, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527373390565724\n", - "343\n", - "21019090.621461112\n", - "{'n': 1499, 'm': 3756, 'k_avg': 5.011340893929286, 'intersection_count': 1113, 'streets_per_node_avg': 2.6397598398932622, 'streets_per_node_counts': {0: 0, 1: 386, 2: 3, 3: 880, 4: 225, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25750500333555704, 2: 0.0020013342228152103, 3: 0.5870580386924616, 4: 0.15010006671114076, 5: 0.00333555703802535}, 'edge_length_total': 334685.2189999995, 'edge_length_avg': 89.10682082002117, 'street_length_total': 174479.09300000014, 'street_length_avg': 89.93767680412378, 'street_segments_count': 1940, 'node_density_km': 71.31612052090765, 'intersection_density_km': 52.95186266829233, 'edge_density_km': 15922.916220660662, 'street_density_km': 8300.982004514117, 'circuity_avg': 1.0535036433416536, 'self_loop_proportion': 0.0026624068157614484, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535036433416536\n", - "344\n", - "40036443.01193511\n", - "{'n': 12523, 'm': 31131, 'k_avg': 4.971811866166254, 'intersection_count': 9257, 'streets_per_node_avg': 2.6108759881817454, 'streets_per_node_counts': {0: 0, 1: 3266, 2: 19, 3: 7614, 4: 1576, 5: 42, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26080012776491257, 2: 0.0015172083366605446, 3: 0.6080012776491256, 4: 0.12584843887247465, 5: 0.003353828954723309, 6: 0.0004791184221033299}, 'edge_length_total': 1363146.5939999882, 'edge_length_avg': 43.78743355497697, 'street_length_total': 717348.8289999964, 'street_length_avg': 44.06048946624878, 'street_segments_count': 16281, 'node_density_km': 312.7900247348851, 'intersection_density_km': 231.21434632043693, 'edge_density_km': 34047.64488177998, 'street_density_km': 17917.396627521342, 'circuity_avg': 1.0801121279602268, 'self_loop_proportion': 0.003822556294368957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801121279602268\n", - "345\n", - "42071079.95570168\n", - "{'n': 4395, 'm': 11933, 'k_avg': 5.430261660978385, 'intersection_count': 3387, 'streets_per_node_avg': 2.7599544937428897, 'streets_per_node_counts': {0: 0, 1: 1008, 2: 0, 3: 2446, 4: 921, 5: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22935153583617748, 2: 0.0, 3: 0.5565415244596132, 4: 0.20955631399317406, 5: 0.004550625711035267}, 'edge_length_total': 894717.7770000008, 'edge_length_avg': 74.97844439788828, 'street_length_total': 451504.451, 'street_length_avg': 74.91363049610088, 'street_segments_count': 6027, 'node_density_km': 104.46606088143379, 'intersection_density_km': 80.50660937552132, 'edge_density_km': 21266.812688005273, 'street_density_km': 10731.943450831475, 'circuity_avg': 1.0466904054328812, 'self_loop_proportion': 0.002346434257940166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466904054328812\n", - "346\n", - "135178995.5250998\n", - "{'n': 20852, 'm': 58608, 'k_avg': 5.621331287166699, 'intersection_count': 17426, 'streets_per_node_avg': 2.90283905620564, 'streets_per_node_counts': {0: 0, 1: 3426, 2: 19, 3: 12796, 4: 4401, 5: 189, 6: 18, 7: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16430078649530022, 2: 0.0009111835795127566, 3: 0.6136581622865912, 4: 0.21105889123345484, 5: 0.009063878764626894, 6: 0.0008632265490120852, 7: 0.0001438710915020142}, 'edge_length_total': 3950244.1870000153, 'edge_length_avg': 67.4011088417966, 'street_length_total': 2028799.4099999843, 'street_length_avg': 67.32369039322994, 'street_segments_count': 30135, 'node_density_km': 154.25473402136822, 'intersection_density_km': 128.9105599010341, 'edge_density_km': 29222.32238562936, 'street_density_km': 15008.244454836773, 'circuity_avg': 1.0680859711215467, 'self_loop_proportion': 0.0034636909636909636, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0680859711215467\n", - "347\n", - "12012360.727693856\n", - "{'n': 250, 'm': 684, 'k_avg': 5.472, 'intersection_count': 204, 'streets_per_node_avg': 2.832, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 154, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.184, 2: 0.0, 3: 0.616, 4: 0.2}, 'edge_length_total': 138491.43000000005, 'edge_length_avg': 202.47285087719305, 'street_length_total': 69245.71500000001, 'street_length_avg': 202.47285087719303, 'street_segments_count': 342, 'node_density_km': 20.811895818582798, 'intersection_density_km': 16.982506987963564, 'edge_density_km': 11529.076851706213, 'street_density_km': 5764.538425853106, 'circuity_avg': 1.0346099712482084, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0346099712482084\n", - "348\n", - "8007413.370254025\n", - "{'n': 752, 'm': 1947, 'k_avg': 5.178191489361702, 'intersection_count': 605, 'streets_per_node_avg': 2.768617021276596, 'streets_per_node_counts': {0: 0, 1: 147, 2: 3, 3: 480, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19547872340425532, 2: 0.003989361702127659, 3: 0.6382978723404256, 4: 0.16090425531914893, 5: 0.0013297872340425532}, 'edge_length_total': 144619.7239999999, 'edge_length_avg': 74.27823523369281, 'street_length_total': 73780.50599999998, 'street_length_avg': 72.05127539062498, 'street_segments_count': 1024, 'node_density_km': 93.91297354443233, 'intersection_density_km': 75.5549853648691, 'edge_density_km': 18060.729140977524, 'street_density_km': 9214.024877756423, 'circuity_avg': 1.05977944323437, 'self_loop_proportion': 0.005649717514124294, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05977944323437\n", - "349\n", - "132174955.8980929\n", - "error with entry 349\n", - "350\n", - "12012490.508873874\n", - "{'n': 1590, 'm': 4399, 'k_avg': 5.533333333333333, 'intersection_count': 1349, 'streets_per_node_avg': 2.89937106918239, 'streets_per_node_counts': {0: 0, 1: 241, 2: 2, 3: 1033, 4: 304, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15157232704402515, 2: 0.0012578616352201257, 3: 0.6496855345911949, 4: 0.19119496855345913, 5: 0.006289308176100629}, 'edge_length_total': 298923.4620000002, 'edge_length_avg': 67.95259422596048, 'street_length_total': 152220.06799999997, 'street_length_avg': 66.88052196836554, 'street_segments_count': 2276, 'node_density_km': 132.36222736870712, 'intersection_density_km': 112.29977655370182, 'edge_density_km': 24884.386945336544, 'street_density_km': 12671.815880940914, 'circuity_avg': 1.064271568567092, 'self_loop_proportion': 0.0025005683109797683, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064271568567092\n", - "351\n", - "7007536.894764998\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 375, 'm': 941, 'k_avg': 5.018666666666666, 'intersection_count': 311, 'streets_per_node_avg': 2.7946666666666666, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 263, 4: 46, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17066666666666666, 2: 0.0, 3: 0.7013333333333334, 4: 0.12266666666666666, 5: 0.0026666666666666666, 6: 0.0026666666666666666}, 'edge_length_total': 100722.6669999999, 'edge_length_avg': 107.03790329436758, 'street_length_total': 52246.83600000002, 'street_length_avg': 102.84810236220476, 'street_segments_count': 508, 'node_density_km': 53.51381029190797, 'intersection_density_km': 44.38078666875568, 'edge_density_km': 14373.476517154704, 'street_density_km': 7455.8060534838105, 'circuity_avg': 1.0662345005651357, 'self_loop_proportion': 0.0021253985122210413, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662345005651357\n", - "352\n", - "11015321.682005817\n", - "{'n': 374, 'm': 922, 'k_avg': 4.93048128342246, 'intersection_count': 278, 'streets_per_node_avg': 2.5614973262032086, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 250, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25668449197860965, 2: 0.0, 3: 0.6684491978609626, 4: 0.0748663101604278}, 'edge_length_total': 98360.15100000023, 'edge_length_avg': 106.68129175705015, 'street_length_total': 49482.65799999999, 'street_length_avg': 106.18596137339053, 'street_segments_count': 466, 'node_density_km': 33.95270794596505, 'intersection_density_km': 25.23757435555691, 'edge_density_km': 8929.394332684571, 'street_density_km': 4492.166404984146, 'circuity_avg': 1.0707642313228851, 'self_loop_proportion': 0.004338394793926247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707642313228851\n", - "353\n", - "11015311.548783876\n", - "{'n': 608, 'm': 1431, 'k_avg': 4.707236842105263, 'intersection_count': 479, 'streets_per_node_avg': 2.7220394736842106, 'streets_per_node_counts': {0: 0, 1: 129, 2: 6, 3: 383, 4: 86, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21217105263157895, 2: 0.009868421052631578, 3: 0.6299342105263158, 4: 0.14144736842105263, 5: 0.004934210526315789, 6: 0.001644736842105263}, 'edge_length_total': 137877.31699999986, 'edge_length_avg': 96.35032634521305, 'street_length_total': 76510.162, 'street_length_avg': 94.80813135068153, 'street_segments_count': 807, 'node_density_km': 55.1958968484305, 'intersection_density_km': 43.484925313154946, 'edge_density_km': 12516.878563931488, 'street_density_km': 6945.801002645899, 'circuity_avg': 1.1401790645798435, 'self_loop_proportion': 0.010482180293501049, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1401790645798435\n", - "354\n", - "27044002.24109832\n", - "{'n': 2409, 'm': 6374, 'k_avg': 5.2918223329182235, 'intersection_count': 2037, 'streets_per_node_avg': 2.8638439186384392, 'streets_per_node_counts': {0: 0, 1: 372, 2: 5, 3: 1617, 4: 410, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15442092154420922, 2: 0.0020755500207555004, 3: 0.6712328767123288, 4: 0.170195101701951, 5: 0.0016604400166044002, 6: 0.00041511000415110004}, 'edge_length_total': 513391.52399999724, 'edge_length_avg': 80.54463821775921, 'street_length_total': 268340.0050000003, 'street_length_avg': 78.83078877790842, 'street_segments_count': 3404, 'node_density_km': 89.0770522248768, 'intersection_density_km': 75.32169173186966, 'edge_density_km': 18983.56313622119, 'street_density_km': 9922.348127608439, 'circuity_avg': 1.0776736573627754, 'self_loop_proportion': 0.004706620646375902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776736573627754\n", - "355\n", - "5006256.53686307\n", - "{'n': 193, 'm': 512, 'k_avg': 5.305699481865285, 'intersection_count': 163, 'streets_per_node_avg': 2.844559585492228, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 133, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15544041450777202, 2: 0.0, 3: 0.689119170984456, 4: 0.15544041450777202}, 'edge_length_total': 72959.148, 'edge_length_avg': 142.4983359375, 'street_length_total': 36543.40099999999, 'street_length_avg': 142.19222178988323, 'street_segments_count': 257, 'node_density_km': 38.55175989861162, 'intersection_density_km': 32.55925835996733, 'edge_density_km': 14573.593554939225, 'street_density_km': 7299.5462239931785, 'circuity_avg': 1.0313975820467718, 'self_loop_proportion': 0.00390625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0313975820467718\n", - "356\n", - "350464221.3049599\n", - "error with entry 356\n", - "357\n", - "9016099.064173996\n", - "{'n': 589, 'm': 1543, 'k_avg': 5.239388794567063, 'intersection_count': 523, 'streets_per_node_avg': 2.969439728353141, 'streets_per_node_counts': {0: 0, 1: 66, 2: 4, 3: 408, 4: 105, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11205432937181664, 2: 0.006791171477079796, 3: 0.6926994906621392, 4: 0.17826825127334464, 5: 0.008488964346349746, 6: 0.001697792869269949}, 'edge_length_total': 141976.0900000003, 'edge_length_avg': 92.01302009073252, 'street_length_total': 74574.80999999994, 'street_length_avg': 86.81584400465651, 'street_segments_count': 859, 'node_density_km': 65.32758744193777, 'intersection_density_km': 58.00734844165272, 'edge_density_km': 15746.953198878513, 'street_density_km': 8271.294433346164, 'circuity_avg': 1.051048026115131, 'self_loop_proportion': 0.0032404406999351912, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051048026115131\n", - "358\n", - "9010974.857109342\n", - "{'n': 644, 'm': 1592, 'k_avg': 4.944099378881988, 'intersection_count': 497, 'streets_per_node_avg': 2.6940993788819876, 'streets_per_node_counts': {0: 0, 1: 147, 2: 2, 3: 398, 4: 95, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22826086956521738, 2: 0.003105590062111801, 3: 0.6180124223602484, 4: 0.14751552795031056, 5: 0.003105590062111801}, 'edge_length_total': 125751.18800000024, 'edge_length_avg': 78.98943969849262, 'street_length_total': 65098.887000000046, 'street_length_avg': 76.586925882353, 'street_segments_count': 850, 'node_density_km': 71.46840494088235, 'intersection_density_km': 55.15496468263747, 'edge_density_km': 13955.336685995408, 'street_density_km': 7224.400026889356, 'circuity_avg': 1.05442905532766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05442905532766\n", - "359\n", - "11010956.659590345\n", - "{'n': 556, 'm': 1325, 'k_avg': 4.766187050359712, 'intersection_count': 405, 'streets_per_node_avg': 2.523381294964029, 'streets_per_node_counts': {0: 0, 1: 151, 2: 2, 3: 365, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2715827338129496, 2: 0.0035971223021582736, 3: 0.6564748201438849, 4: 0.06654676258992806, 5: 0.0017985611510791368}, 'edge_length_total': 136276.42100000012, 'edge_length_avg': 102.85012905660386, 'street_length_total': 69382.11500000002, 'street_length_avg': 101.28775912408761, 'street_segments_count': 685, 'node_density_km': 50.495158339918994, 'intersection_density_km': 36.78154519364603, 'edge_density_km': 12376.437871209475, 'street_density_km': 6301.188638279622, 'circuity_avg': 1.0620309691731644, 'self_loop_proportion': 0.0030188679245283017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620309691731644\n", - "360\n", - "5006175.673773489\n", - "{'n': 290, 'm': 733, 'k_avg': 5.055172413793104, 'intersection_count': 259, 'streets_per_node_avg': 2.989655172413793, 'streets_per_node_counts': {0: 0, 1: 31, 2: 1, 3: 203, 4: 51, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10689655172413794, 2: 0.0034482758620689655, 3: 0.7, 4: 0.17586206896551723, 5: 0.010344827586206896, 6: 0.0034482758620689655}, 'edge_length_total': 62307.998000000145, 'edge_length_avg': 85.00409004092789, 'street_length_total': 34134.950000000026, 'street_length_avg': 81.08064133016633, 'street_segments_count': 421, 'node_density_km': 57.92845055743072, 'intersection_density_km': 51.736098946119164, 'edge_density_km': 12446.22683267414, 'street_density_km': 6818.5681495012805, 'circuity_avg': 1.0523071785495888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0523071785495888\n", - "361\n", - "15013699.40552413\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1789, 'm': 5014, 'k_avg': 5.605366126327557, 'intersection_count': 1466, 'streets_per_node_avg': 2.8529904974846283, 'streets_per_node_counts': {0: 0, 1: 323, 2: 0, 3: 1086, 4: 377, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1805477920626048, 2: 0.0, 3: 0.607043040804919, 4: 0.21073225265511458, 5: 0.0016769144773616546}, 'edge_length_total': 365595.37999999995, 'edge_length_avg': 72.91491424012763, 'street_length_total': 184361.29899999994, 'street_length_avg': 72.87007865612645, 'street_segments_count': 2530, 'node_density_km': 119.15784056138466, 'intersection_density_km': 97.64415554107876, 'edge_density_km': 24350.785913928918, 'street_density_km': 12279.538441549334, 'circuity_avg': 1.0424989764278865, 'self_loop_proportion': 0.0011966493817311527, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424989764278865\n", - "362\n", - "12012119.833890513\n", - "{'n': 3027, 'm': 7682, 'k_avg': 5.075652461182689, 'intersection_count': 2321, 'streets_per_node_avg': 2.698381235546746, 'streets_per_node_counts': {0: 0, 1: 706, 2: 10, 3: 1822, 4: 474, 5: 11, 6: 3, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23323422530558308, 2: 0.003303600925008259, 3: 0.6019160885365048, 4: 0.1565906838453915, 5: 0.003633961017509085, 6: 0.0009910802775024777, 7: 0.0003303600925008259}, 'edge_length_total': 375293.8210000012, 'edge_length_avg': 48.853660635251394, 'street_length_total': 195089.07299999893, 'street_length_avg': 48.22968430160666, 'street_segments_count': 4045, 'node_density_km': 251.99548804531102, 'intersection_density_km': 193.22151561056057, 'edge_density_km': 31242.930156354443, 'street_density_km': 16241.019545075005, 'circuity_avg': 1.075573018980532, 'self_loop_proportion': 0.002082790939859412, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075573018980532\n", - "363\n", - "8010969.024898169\n", - "{'n': 263, 'm': 675, 'k_avg': 5.133079847908745, 'intersection_count': 211, 'streets_per_node_avg': 2.6958174904942966, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 188, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19771863117870722, 2: 0.0, 3: 0.714828897338403, 4: 0.08365019011406843, 5: 0.0038022813688212928}, 'edge_length_total': 81124.64999999995, 'edge_length_avg': 120.18466666666659, 'street_length_total': 40919.33300000002, 'street_length_avg': 119.29834693877557, 'street_segments_count': 343, 'node_density_km': 32.82998588342977, 'intersection_density_km': 26.338886012941753, 'edge_density_km': 10126.696252084332, 'street_density_km': 5107.913021860694, 'circuity_avg': 1.03693889503909, 'self_loop_proportion': 0.002962962962962963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03693889503909\n", - "364\n", - "11013565.392745804\n", - "{'n': 234, 'm': 598, 'k_avg': 5.111111111111111, 'intersection_count': 190, 'streets_per_node_avg': 2.730769230769231, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 166, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18803418803418803, 2: 0.0, 3: 0.7094017094017094, 4: 0.09829059829059829, 5: 0.004273504273504274}, 'edge_length_total': 106405.50500000005, 'edge_length_avg': 177.9356270903011, 'street_length_total': 56152.19900000002, 'street_length_avg': 182.3123344155845, 'street_segments_count': 308, 'node_density_km': 21.246525684963604, 'intersection_density_km': 17.25145247924395, 'edge_density_km': 9661.313226512924, 'street_density_km': 5098.457856071317, 'circuity_avg': 1.0439958391772364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439958391772364\n", - "365\n", - "12014236.535626873\n", - "{'n': 1017, 'm': 2660, 'k_avg': 5.2310717797443465, 'intersection_count': 869, 'streets_per_node_avg': 2.8997050147492627, 'streets_per_node_counts': {0: 0, 1: 148, 2: 4, 3: 670, 4: 192, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1455260570304818, 2: 0.003933136676499509, 3: 0.6588003933136677, 4: 0.1887905604719764, 5: 0.0029498525073746312}, 'edge_length_total': 220037.915, 'edge_length_avg': 82.72102067669174, 'street_length_total': 115770.11399999997, 'street_length_avg': 79.45786822237473, 'street_segments_count': 1457, 'node_density_km': 84.64957361079087, 'intersection_density_km': 72.33085493390095, 'edge_density_km': 18314.764683340654, 'street_density_km': 9636.077469982938, 'circuity_avg': 1.0631558354949782, 'self_loop_proportion': 0.007142857142857143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631558354949782\n", - "366\n", - "21026661.95317086\n", - "{'n': 4535, 'm': 12154, 'k_avg': 5.360088202866593, 'intersection_count': 3556, 'streets_per_node_avg': 2.7942668136714444, 'streets_per_node_counts': {0: 0, 1: 979, 2: 8, 3: 2521, 4: 1021, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21587651598676957, 2: 0.0017640573318632856, 3: 0.5558985667034179, 4: 0.22513781697905183, 5: 0.001323042998897464}, 'edge_length_total': 633205.5419999998, 'edge_length_avg': 52.098530689484924, 'street_length_total': 321285.8169999999, 'street_length_avg': 51.45512764253682, 'street_segments_count': 6244, 'node_density_km': 215.67855183576174, 'intersection_density_km': 169.1186174923856, 'edge_density_km': 30114.411094363517, 'street_density_km': 15279.924969333968, 'circuity_avg': 1.0465918400836969, 'self_loop_proportion': 0.0006582195162086556, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465918400836969\n", - "367\n", - "13020499.582052236\n", - "{'n': 1983, 'm': 5190, 'k_avg': 5.234493192133131, 'intersection_count': 1648, 'streets_per_node_avg': 2.805345436207766, 'streets_per_node_counts': {0: 0, 1: 335, 2: 11, 3: 1351, 4: 278, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16893595562279376, 2: 0.005547150781643974, 3: 0.681290973272819, 4: 0.14019162884518407, 5: 0.0035300050428643467, 6: 0.0005042864346949068}, 'edge_length_total': 317531.2790000005, 'edge_length_avg': 61.18136396917158, 'street_length_total': 163646.32399999996, 'street_length_avg': 59.37820174165456, 'street_segments_count': 2756, 'node_density_km': 152.29830372510546, 'intersection_density_km': 126.56964424557427, 'edge_density_km': 24387.027317883647, 'street_density_km': 12568.35983663591, 'circuity_avg': 1.0700047053163944, 'self_loop_proportion': 0.004046242774566474, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700047053163944\n", - "368\n", - "39047080.9327632\n", - "{'n': 5097, 'm': 14605, 'k_avg': 5.730822052187562, 'intersection_count': 4436, 'streets_per_node_avg': 2.9899941141848148, 'streets_per_node_counts': {0: 0, 1: 661, 2: 8, 3: 3178, 4: 1221, 5: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12968412791838335, 2: 0.0015695507161075143, 3: 0.62350402197371, 4: 0.23955267804590935, 5: 0.005689621345889739}, 'edge_length_total': 845051.9520000023, 'edge_length_avg': 57.8604554604589, 'street_length_total': 434978.71500000084, 'street_length_avg': 57.362351971515345, 'street_segments_count': 7583, 'node_density_km': 130.53472572704572, 'intersection_density_km': 113.60644365806843, 'edge_density_km': 21641.87262692268, 'street_density_km': 11139.852316976241, 'circuity_avg': 1.0661310086328142, 'self_loop_proportion': 0.0024649092776446425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661310086328142\n", - "369\n", - "8010983.578306037\n", - "{'n': 1776, 'm': 4612, 'k_avg': 5.193693693693693, 'intersection_count': 1359, 'streets_per_node_avg': 2.7269144144144146, 'streets_per_node_counts': {0: 0, 1: 417, 2: 3, 3: 1011, 4: 339, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23479729729729729, 2: 0.0016891891891891893, 3: 0.5692567567567568, 4: 0.19087837837837837, 5: 0.002815315315315315, 6: 0.0005630630630630631}, 'edge_length_total': 211162.4380000004, 'edge_length_avg': 45.7854375542065, 'street_length_total': 110450.2019999999, 'street_length_avg': 46.194145545796694, 'street_segments_count': 2391, 'node_density_km': 221.69562359476762, 'intersection_density_km': 169.64209035207728, 'edge_density_km': 26359.11507443781, 'street_density_km': 13787.345950764657, 'circuity_avg': 1.067547555444279, 'self_loop_proportion': 0.002168256721595837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067547555444279\n", - "370\n", - "9009793.539614875\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 580, 'm': 1678, 'k_avg': 5.786206896551724, 'intersection_count': 500, 'streets_per_node_avg': 2.9827586206896552, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 357, 4: 137, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.6155172413793103, 4: 0.23620689655172414, 5: 0.008620689655172414, 6: 0.0017241379310344827}, 'edge_length_total': 110816.61500000022, 'edge_length_avg': 66.04089094159727, 'street_length_total': 55961.68200000006, 'street_length_avg': 65.7599083431258, 'street_segments_count': 851, 'node_density_km': 64.37439409125375, 'intersection_density_km': 55.49516732004633, 'edge_density_km': 12299.573182532336, 'street_density_km': 6211.205812202456, 'circuity_avg': 1.0804516692809574, 'self_loop_proportion': 0.004767580452920143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804516692809574\n", - "371\n", - "43037075.70497207\n", - "error with entry 371\n", - "372\n", - "19016457.625990562\n", - "{'n': 1314, 'm': 3474, 'k_avg': 5.287671232876712, 'intersection_count': 1066, 'streets_per_node_avg': 2.7770167427701673, 'streets_per_node_counts': {0: 0, 1: 248, 2: 7, 3: 851, 4: 206, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1887366818873668, 2: 0.00532724505327245, 3: 0.647640791476408, 4: 0.1567732115677321, 5: 0.0015220700152207}, 'edge_length_total': 303990.49800000055, 'edge_length_avg': 87.50446113989653, 'street_length_total': 154479.23999999982, 'street_length_avg': 86.44613318410734, 'street_segments_count': 1787, 'node_density_km': 69.09804264512982, 'intersection_density_km': 56.05670735137625, 'edge_density_km': 15985.653268278758, 'street_density_km': 8123.449857920267, 'circuity_avg': 1.0657294078902173, 'self_loop_proportion': 0.0031663788140472078, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657294078902173\n", - "373\n", - "21017084.092944823\n", - "{'n': 603, 'm': 1579, 'k_avg': 5.237147595356551, 'intersection_count': 476, 'streets_per_node_avg': 2.7330016583747927, 'streets_per_node_counts': {0: 0, 1: 127, 2: 1, 3: 385, 4: 86, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21061359867330018, 2: 0.001658374792703151, 3: 0.6384742951907131, 4: 0.14262023217247097, 5: 0.006633499170812604}, 'edge_length_total': 226773.31900000002, 'edge_length_avg': 143.6183147561748, 'street_length_total': 113472.35800000004, 'street_length_avg': 143.27317929292934, 'street_segments_count': 792, 'node_density_km': 28.69094482057193, 'intersection_density_km': 22.648241682574195, 'edge_density_km': 10789.95154594852, 'street_density_km': 5399.053336713408, 'circuity_avg': 1.0901689570181583, 'self_loop_proportion': 0.0037998733375554147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901689570181583\n", - "374\n", - "10009769.93685371\n", - "{'n': 685, 'm': 1863, 'k_avg': 5.43941605839416, 'intersection_count': 561, 'streets_per_node_avg': 2.8364963503649636, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 429, 4: 128, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.181021897810219, 2: 0.0, 3: 0.6262773722627737, 4: 0.18686131386861313, 5: 0.00583941605839416}, 'edge_length_total': 192795.65499999985, 'edge_length_avg': 103.48666398282333, 'street_length_total': 96773.80699999986, 'street_length_avg': 102.29789323467215, 'street_segments_count': 946, 'node_density_km': 68.43314125312558, 'intersection_density_km': 56.04524415037, 'edge_density_km': 19260.747870954536, 'street_density_km': 9667.93518837037, 'circuity_avg': 1.0477873420242434, 'self_loop_proportion': 0.0021470746108427268, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477873420242434\n", - "375\n", - "8007233.6519563375\n", - "{'n': 523, 'm': 1350, 'k_avg': 5.162523900573614, 'intersection_count': 385, 'streets_per_node_avg': 2.6787762906309753, 'streets_per_node_counts': {0: 0, 1: 138, 2: 1, 3: 275, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2638623326959847, 2: 0.0019120458891013384, 3: 0.5258126195028681, 4: 0.2084130019120459}, 'edge_length_total': 130157.00000000017, 'edge_length_avg': 96.41259259259272, 'street_length_total': 65127.22199999996, 'street_length_avg': 96.05784955752206, 'street_segments_count': 678, 'node_density_km': 65.31594090203924, 'intersection_density_km': 48.08152437339409, 'edge_density_km': 16254.927189267177, 'street_density_km': 8133.548342764794, 'circuity_avg': 1.0262484277694002, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262484277694002\n", - "376\n", - "10009512.981355594\n", - "{'n': 581, 'm': 1520, 'k_avg': 5.232358003442341, 'intersection_count': 467, 'streets_per_node_avg': 2.8502581755593805, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 327, 4: 139, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1962134251290878, 2: 0.0, 3: 0.5628227194492255, 4: 0.23924268502581755, 5: 0.0017211703958691911}, 'edge_length_total': 167778.49200000043, 'edge_length_avg': 110.38058684210554, 'street_length_total': 88414.03500000013, 'street_length_avg': 112.20055203045702, 'street_segments_count': 788, 'node_density_km': 58.04478210700265, 'intersection_density_km': 46.65561659891607, 'edge_density_km': 16761.903632326183, 'street_density_km': 8833.000682918957, 'circuity_avg': 1.080148342123985, 'self_loop_proportion': 0.003947368421052632, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080148342123985\n", - "377\n", - "45071520.940386176\n", - "{'n': 3397, 'm': 9089, 'k_avg': 5.351192228436856, 'intersection_count': 2652, 'streets_per_node_avg': 2.7644980865469533, 'streets_per_node_counts': {0: 0, 1: 745, 2: 4, 3: 1976, 4: 651, 5: 20, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21931115690314984, 2: 0.0011775095672652341, 3: 0.5816897262290256, 4: 0.19163968207241683, 5: 0.0058875478363261706, 6: 0.00029437739181630853}, 'edge_length_total': 780779.6920000034, 'edge_length_avg': 85.90380591924341, 'street_length_total': 399534.9100000009, 'street_length_avg': 86.12522310842874, 'street_segments_count': 4639, 'node_density_km': 75.3691006898356, 'intersection_density_km': 58.83981602279777, 'edge_density_km': 17323.12723665796, 'street_density_km': 8864.464780952156, 'circuity_avg': 1.044017823950317, 'self_loop_proportion': 0.0022004620970403786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044017823950317\n", - "378\n", - "38035395.78637921\n", - "{'n': 3368, 'm': 9139, 'k_avg': 5.426959619952494, 'intersection_count': 2766, 'streets_per_node_avg': 2.8224465558194773, 'streets_per_node_counts': {0: 0, 1: 602, 2: 4, 3: 2161, 4: 593, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17874109263657958, 2: 0.0011876484560570072, 3: 0.6416270783847982, 4: 0.1760688836104513, 5: 0.0020783847980997625, 6: 0.0002969121140142518}, 'edge_length_total': 709363.6579999956, 'edge_length_avg': 77.61939577634267, 'street_length_total': 359175.62900000066, 'street_length_avg': 76.48544058773439, 'street_segments_count': 4696, 'node_density_km': 88.54909829033798, 'intersection_density_km': 72.7217357099391, 'edge_density_km': 18650.09271847842, 'street_density_km': 9443.194203032965, 'circuity_avg': 1.0616793450729782, 'self_loop_proportion': 0.002407265565160302, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616793450729782\n", - "379\n", - "27023909.28537704\n", - "{'n': 4632, 'm': 12935, 'k_avg': 5.585060449050086, 'intersection_count': 3865, 'streets_per_node_avg': 2.9345854922279795, 'streets_per_node_counts': {0: 0, 1: 767, 2: 8, 3: 2631, 4: 1213, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16558721934369602, 2: 0.0017271157167530224, 3: 0.5680051813471503, 4: 0.26187392055267705, 5: 0.0028065630397236616}, 'edge_length_total': 720097.5829999978, 'edge_length_avg': 55.67047413993025, 'street_length_total': 372897.6720000005, 'street_length_avg': 55.17870257472632, 'street_segments_count': 6758, 'node_density_km': 171.40377252918142, 'intersection_density_km': 143.02149845105487, 'edge_density_km': 26646.68443768242, 'street_density_km': 13798.805645109971, 'circuity_avg': 1.054156246356071, 'self_loop_proportion': 0.0026285272516428297, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054156246356071\n", - "380\n", - "75129839.50967541\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8921, 'm': 23822, 'k_avg': 5.340656877031723, 'intersection_count': 7326, 'streets_per_node_avg': 2.848447483465979, 'streets_per_node_counts': {0: 0, 1: 1595, 2: 29, 3: 5475, 4: 1782, 5: 35, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17879161528976573, 2: 0.003250756641632104, 3: 0.6137204349288197, 4: 0.1997533908754624, 5: 0.003923326981280125, 6: 0.0005604752830400179}, 'edge_length_total': 1533551.6329999988, 'edge_length_avg': 64.37543585761055, 'street_length_total': 809134.0160000017, 'street_length_avg': 64.19151257437538, 'street_segments_count': 12605, 'node_density_km': 118.74110284570928, 'intersection_density_km': 97.51118926663672, 'edge_density_km': 20412.017954630453, 'street_density_km': 10769.808923867053, 'circuity_avg': 1.0726244563519536, 'self_loop_proportion': 0.003526152296196793, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0726244563519536\n", - "381\n", - "20030822.415120423\n", - "{'n': 1845, 'm': 4817, 'k_avg': 5.221680216802168, 'intersection_count': 1439, 'streets_per_node_avg': 2.7468834688346884, 'streets_per_node_counts': {0: 0, 1: 406, 2: 4, 3: 1087, 4: 347, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22005420054200542, 2: 0.002168021680216802, 3: 0.589159891598916, 4: 0.1880758807588076, 5: 0.0005420054200542005}, 'edge_length_total': 332737.9820000005, 'edge_length_avg': 69.07576956612009, 'street_length_total': 170680.17700000037, 'street_length_avg': 68.29939055622263, 'street_segments_count': 2499, 'node_density_km': 92.10805037177542, 'intersection_density_km': 71.83928698373161, 'edge_density_km': 16611.29908219997, 'street_density_km': 8520.877149365626, 'circuity_avg': 1.0567681646725617, 'self_loop_proportion': 0.001660784720780569, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567681646725617\n", - "382\n", - "15027505.40067695\n", - "{'n': 1269, 'm': 3518, 'k_avg': 5.544523246650906, 'intersection_count': 1039, 'streets_per_node_avg': 2.8226950354609928, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 805, 4: 233, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18124507486209615, 2: 0.0, 3: 0.6343577620173365, 4: 0.18360914105594955, 5: 0.0007880220646178094}, 'edge_length_total': 299228.6229999986, 'edge_length_avg': 85.05645906765169, 'street_length_total': 149839.08200000005, 'street_length_avg': 84.99097107203633, 'street_segments_count': 1763, 'node_density_km': 84.44515348121817, 'intersection_density_km': 69.13988531677359, 'edge_density_km': 19912.06224996726, 'street_density_km': 9970.988397931314, 'circuity_avg': 1.059957600627589, 'self_loop_proportion': 0.002558271745309835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059957600627589\n", - "383\n", - "16019519.341927027\n", - "{'n': 917, 'm': 2417, 'k_avg': 5.2715376226826605, 'intersection_count': 730, 'streets_per_node_avg': 2.751363140676118, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 585, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2039258451472192, 2: 0.0, 3: 0.6379498364231189, 4: 0.15703380588876772, 5: 0.0010905125408942203}, 'edge_length_total': 259239.38500000068, 'edge_length_avg': 107.25667563094774, 'street_length_total': 130569.18899999987, 'street_length_avg': 106.24018633034977, 'street_segments_count': 1229, 'node_density_km': 57.242666301477925, 'intersection_density_km': 45.5694071974688, 'edge_density_km': 16182.719310529335, 'street_density_km': 8150.630878060627, 'circuity_avg': 1.0664890334120192, 'self_loop_proportion': 0.0033098882912701694, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664890334120192\n", - "384\n", - "7006771.5016089175\n", - "{'n': 192, 'm': 518, 'k_avg': 5.395833333333333, 'intersection_count': 165, 'streets_per_node_avg': 2.8229166666666665, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 145, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.140625, 2: 0.0, 3: 0.7552083333333334, 4: 0.10416666666666667}, 'edge_length_total': 79912.23000000005, 'edge_length_avg': 154.27071428571438, 'street_length_total': 39956.114999999976, 'street_length_avg': 154.2707142857142, 'street_segments_count': 259, 'node_density_km': 27.402063840088456, 'intersection_density_km': 23.548648612576017, 'edge_density_km': 11405.000146165798, 'street_density_km': 5702.5000730828915, 'circuity_avg': 1.0812204831735115, 'self_loop_proportion': 0.003861003861003861, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0812204831735115\n", - "385\n", - "12014054.14820317\n", - "{'n': 881, 'm': 2211, 'k_avg': 5.019296254256527, 'intersection_count': 655, 'streets_per_node_avg': 2.615209988649262, 'streets_per_node_counts': {0: 0, 1: 226, 2: 0, 3: 542, 4: 113}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2565266742338252, 2: 0.0, 3: 0.6152099886492622, 4: 0.1282633371169126}, 'edge_length_total': 226289.21399999995, 'edge_length_avg': 102.34699864314787, 'street_length_total': 113635.93699999989, 'street_length_avg': 101.7331575649059, 'street_segments_count': 1117, 'node_density_km': 73.33078319209697, 'intersection_density_km': 54.51948126086665, 'edge_density_km': 18835.374904136246, 'street_density_km': 9458.583721881705, 'circuity_avg': 1.056982271564778, 'self_loop_proportion': 0.0027137042062415195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056982271564778\n", - "386\n", - "5006861.284349363\n", - "{'n': 155, 'm': 443, 'k_avg': 5.716129032258064, 'intersection_count': 138, 'streets_per_node_avg': 3.0129032258064514, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 102, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10967741935483871, 2: 0.0, 3: 0.6580645161290323, 4: 0.23225806451612904}, 'edge_length_total': 71891.99399999988, 'edge_length_avg': 162.28441083521417, 'street_length_total': 35997.75399999998, 'street_length_avg': 162.15204504504496, 'street_segments_count': 222, 'node_density_km': 30.957518332793615, 'intersection_density_km': 27.5621776124227, 'edge_density_km': 14358.694982168288, 'street_density_km': 7189.684705770284, 'circuity_avg': 1.0653327930295464, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653327930295464\n", - "387\n", - "10008795.86685899\n", - "{'n': 153, 'm': 434, 'k_avg': 5.673202614379085, 'intersection_count': 137, 'streets_per_node_avg': 3.0326797385620914, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 100, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10457516339869281, 2: 0.0, 3: 0.6535947712418301, 4: 0.24183006535947713}, 'edge_length_total': 96187.47600000005, 'edge_length_avg': 221.6301290322582, 'street_length_total': 48093.738, 'street_length_avg': 221.63012903225805, 'street_segments_count': 217, 'node_density_km': 15.286554150495949, 'intersection_density_km': 13.687960252404869, 'edge_density_km': 9610.29451289889, 'street_density_km': 4805.1472564494425, 'circuity_avg': 1.0175890016856226, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0175890016856226\n", - "388\n", - "57061116.346981175\n", - "error with entry 388\n", - "389\n", - "14016784.70373964\n", - "{'n': 48, 'm': 108, 'k_avg': 4.5, 'intersection_count': 32, 'streets_per_node_avg': 2.4375, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 27, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5625, 4: 0.10416666666666667}, 'edge_length_total': 30395.075999999994, 'edge_length_avg': 281.4358888888888, 'street_length_total': 15197.537999999999, 'street_length_avg': 281.4358888888889, 'street_segments_count': 54, 'node_density_km': 3.424465811135255, 'intersection_density_km': 2.282977207423503, 'edge_density_km': 2168.4770539345354, 'street_density_km': 1084.2385269672677, 'circuity_avg': 1.1089276204422966, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1089276204422966\n", - "390\n", - "15016166.11934359\n", - "{'n': 819, 'm': 2191, 'k_avg': 5.35042735042735, 'intersection_count': 659, 'streets_per_node_avg': 2.761904761904762, 'streets_per_node_counts': {0: 0, 1: 160, 2: 2, 3: 530, 4: 127}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19536019536019536, 2: 0.002442002442002442, 3: 0.6471306471306472, 4: 0.15506715506715507}, 'edge_length_total': 261390.35100000026, 'edge_length_avg': 119.30184892743051, 'street_length_total': 132174.967, 'street_length_avg': 119.61535475113122, 'street_segments_count': 1105, 'node_density_km': 54.54121867664857, 'intersection_density_km': 43.88603554079537, 'edge_density_km': 17407.262874062195, 'street_density_km': 8802.177996002209, 'circuity_avg': 1.0650097107910441, 'self_loop_proportion': 0.004564125969876769, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650097107910441\n", - "391\n", - "59053095.54749406\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 6517, 'm': 17911, 'k_avg': 5.496700936013503, 'intersection_count': 5225, 'streets_per_node_avg': 2.8192419825072887, 'streets_per_node_counts': {0: 0, 1: 1292, 2: 0, 3: 3867, 4: 1315, 5: 38, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19825072886297376, 2: 0.0, 3: 0.59337118305969, 4: 0.2017799601043425, 5: 0.0058309037900874635, 6: 0.0007672241829062452}, 'edge_length_total': 1416570.8979999886, 'edge_length_avg': 79.08943654737249, 'street_length_total': 717739.0520000018, 'street_length_avg': 78.79449467559576, 'street_segments_count': 9109, 'node_density_km': 110.35831296529808, 'intersection_density_km': 88.47969698383957, 'edge_density_km': 23988.088767686986, 'street_density_km': 12154.13087740257, 'circuity_avg': 1.071619718297379, 'self_loop_proportion': 0.005806487633297973, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071619718297379\n", - "392\n", - "7007377.513767346\n", - "{'n': 119, 'm': 300, 'k_avg': 5.042016806722689, 'intersection_count': 95, 'streets_per_node_avg': 2.823529411764706, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 68, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20168067226890757, 2: 0.0, 3: 0.5714285714285714, 4: 0.226890756302521}, 'edge_length_total': 51903.911999999975, 'edge_length_avg': 173.0130399999999, 'street_length_total': 25951.955999999995, 'street_length_avg': 173.01303999999996, 'street_segments_count': 150, 'node_density_km': 16.982102044053075, 'intersection_density_km': 13.557140287269261, 'edge_density_km': 7407.038067811349, 'street_density_km': 3703.5190339056753, 'circuity_avg': 1.0354714168361052, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354714168361052\n", - "393\n", - "22032308.50012858\n", - "{'n': 2045, 'm': 5575, 'k_avg': 5.452322738386308, 'intersection_count': 1638, 'streets_per_node_avg': 2.7814180929095356, 'streets_per_node_counts': {0: 0, 1: 407, 2: 1, 3: 1276, 4: 354, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19902200488997554, 2: 0.0004889975550122249, 3: 0.623960880195599, 4: 0.17310513447432763, 5: 0.0034229828850855745}, 'edge_length_total': 513089.1269999979, 'edge_length_avg': 92.03392412556016, 'street_length_total': 257936.05599999966, 'street_length_avg': 91.49913302589559, 'street_segments_count': 2819, 'node_density_km': 92.81823554658675, 'intersection_density_km': 74.34536421775506, 'edge_density_km': 23288.03298106522, 'street_density_km': 11707.173399396363, 'circuity_avg': 1.0582900153778192, 'self_loop_proportion': 0.003766816143497758, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582900153778192\n", - "394\n", - "7008744.11192835\n", - "{'n': 37, 'm': 84, 'k_avg': 4.54054054054054, 'intersection_count': 26, 'streets_per_node_avg': 2.4054054054054053, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2972972972972973, 2: 0.0, 3: 0.7027027027027027}, 'edge_length_total': 14133.502, 'edge_length_avg': 168.2559761904762, 'street_length_total': 7066.750999999999, 'street_length_avg': 168.25597619047616, 'street_segments_count': 42, 'node_density_km': 5.279119826479156, 'intersection_density_km': 3.709651769958326, 'edge_density_km': 2016.5527196157516, 'street_density_km': 1008.2763598078757, 'circuity_avg': 1.0783876949261737, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0783876949261737\n", - "395\n", - "15014857.896620812\n", - "{'n': 951, 'm': 2507, 'k_avg': 5.2723449001051526, 'intersection_count': 824, 'streets_per_node_avg': 2.8706624605678233, 'streets_per_node_counts': {0: 0, 1: 127, 2: 5, 3: 685, 4: 132, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13354363827549948, 2: 0.005257623554153523, 3: 0.7202944269190326, 4: 0.138801261829653, 5: 0.002103049421661409}, 'edge_length_total': 246573.52299999993, 'edge_length_avg': 98.3540179497407, 'street_length_total': 127654.08700000006, 'street_length_avg': 95.26424402985079, 'street_segments_count': 1340, 'node_density_km': 63.33726276650467, 'intersection_density_km': 54.87897425825431, 'edge_density_km': 16421.968472674846, 'street_density_km': 8501.851158293639, 'circuity_avg': 1.0792435877418256, 'self_loop_proportion': 0.007977662544874352, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792435877418256\n", - "396\n", - "21020488.916672338\n", - "{'n': 4385, 'm': 11725, 'k_avg': 5.347776510832383, 'intersection_count': 3537, 'streets_per_node_avg': 2.7936145952109466, 'streets_per_node_counts': {0: 0, 1: 848, 2: 8, 3: 2738, 4: 785, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1933865450399088, 2: 0.0018244013683010262, 3: 0.6244013683010262, 4: 0.1790193842645382, 5: 0.0009122006841505131, 6: 0.00045610034207525655}, 'edge_length_total': 558138.3740000029, 'edge_length_avg': 47.60241995735632, 'street_length_total': 286570.05799999944, 'street_length_avg': 46.98640072142965, 'street_segments_count': 6099, 'node_density_km': 208.60599472175218, 'intersection_density_km': 168.26440212789907, 'edge_density_km': 26552.111904367604, 'street_density_km': 13632.89213376513, 'circuity_avg': 1.0557050073299352, 'self_loop_proportion': 0.001791044776119403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557050073299352\n", - "397\n", - "12010534.293041483\n", - "{'n': 1302, 'm': 3332, 'k_avg': 5.118279569892473, 'intersection_count': 1024, 'streets_per_node_avg': 2.7012288786482337, 'streets_per_node_counts': {0: 0, 1: 278, 2: 3, 3: 853, 4: 166, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21351766513056836, 2: 0.002304147465437788, 3: 0.6551459293394777, 4: 0.12749615975422426, 5: 0.0015360983102918587}, 'edge_length_total': 255502.49399999972, 'edge_length_avg': 76.68142076830723, 'street_length_total': 130274.92000000013, 'street_length_avg': 75.303421965318, 'street_segments_count': 1730, 'node_density_km': 108.40483597422781, 'intersection_density_km': 85.25848850814845, 'edge_density_km': 21273.19965674047, 'street_density_km': 10846.721454804658, 'circuity_avg': 1.057594466241026, 'self_loop_proportion': 0.003601440576230492, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057594466241026\n", - "398\n", - "18023493.37811161\n", - "{'n': 1512, 'm': 4102, 'k_avg': 5.425925925925926, 'intersection_count': 1303, 'streets_per_node_avg': 2.9173280423280423, 'streets_per_node_counts': {0: 0, 1: 209, 2: 5, 3: 1006, 4: 286, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13822751322751323, 2: 0.0033068783068783067, 3: 0.6653439153439153, 4: 0.18915343915343916, 5: 0.003968253968253968}, 'edge_length_total': 313231.1570000001, 'edge_length_avg': 76.36059410043885, 'street_length_total': 162977.43699999986, 'street_length_avg': 74.82894260789709, 'street_segments_count': 2178, 'node_density_km': 83.8905071442048, 'intersection_density_km': 72.29453095826645, 'edge_density_km': 17379.0480251958, 'street_density_km': 9042.499896159177, 'circuity_avg': 1.0605126357352652, 'self_loop_proportion': 0.004144319843978547, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605126357352652\n", - "399\n", - "18020945.98213739\n", - "{'n': 1264, 'm': 3090, 'k_avg': 4.889240506329114, 'intersection_count': 1020, 'streets_per_node_avg': 2.7436708860759493, 'streets_per_node_counts': {0: 0, 1: 244, 2: 6, 3: 849, 4: 162, 5: 1, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1930379746835443, 2: 0.004746835443037975, 3: 0.6716772151898734, 4: 0.1281645569620253, 5: 0.0007911392405063291, 6: 0.0015822784810126582}, 'edge_length_total': 286571.1500000008, 'edge_length_avg': 92.74147249190963, 'street_length_total': 151163.04000000018, 'street_length_avg': 88.60670574443152, 'street_segments_count': 1706, 'node_density_km': 70.14060201128699, 'intersection_density_km': 56.60080225594361, 'edge_density_km': 15902.114699419999, 'street_density_km': 8388.185622987554, 'circuity_avg': 1.0583305192540664, 'self_loop_proportion': 0.003883495145631068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583305192540664\n", - "400\n", - "4007035.5878746165\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 227, 'm': 584, 'k_avg': 5.145374449339207, 'intersection_count': 190, 'streets_per_node_avg': 2.801762114537445, 'streets_per_node_counts': {0: 0, 1: 37, 2: 1, 3: 159, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16299559471365638, 2: 0.004405286343612335, 3: 0.7004405286343612, 4: 0.13215859030837004}, 'edge_length_total': 48153.61800000004, 'edge_length_avg': 82.45482534246582, 'street_length_total': 24935.829000000016, 'street_length_avg': 80.96048376623382, 'street_segments_count': 308, 'node_density_km': 56.65035785729164, 'intersection_density_km': 47.41659908760093, 'edge_density_km': 12017.26736486045, 'street_density_km': 6223.011613736703, 'circuity_avg': 1.039764711321998, 'self_loop_proportion': 0.003424657534246575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039764711321998\n", - "401\n", - "12010395.782427985\n", - "{'n': 1121, 'm': 2906, 'k_avg': 5.184656556645852, 'intersection_count': 973, 'streets_per_node_avg': 2.9402319357716324, 'streets_per_node_counts': {0: 0, 1: 148, 2: 3, 3: 739, 4: 230, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1320249776984835, 2: 0.0026761819803746653, 3: 0.6592328278322926, 4: 0.20517395182872436, 5: 0.0008920606601248885}, 'edge_length_total': 258905.01100000006, 'edge_length_avg': 89.09325911906403, 'street_length_total': 140578.19800000012, 'street_length_avg': 87.64226807980057, 'street_segments_count': 1604, 'node_density_km': 93.33580843689583, 'intersection_density_km': 81.01315040954474, 'edge_density_km': 21556.742649463347, 'street_density_km': 11704.709865238201, 'circuity_avg': 1.064727341051452, 'self_loop_proportion': 0.0041293874741913286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064727341051452\n", - "402\n", - "7008530.430469571\n", - "{'n': 58, 'm': 128, 'k_avg': 4.413793103448276, 'intersection_count': 36, 'streets_per_node_avg': 2.293103448275862, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 33, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3793103448275862, 2: 0.0, 3: 0.5689655172413793, 4: 0.05172413793103448}, 'edge_length_total': 31467.682000000026, 'edge_length_avg': 245.8412656250002, 'street_length_total': 15733.841000000004, 'street_length_avg': 245.84126562500006, 'street_segments_count': 64, 'node_density_km': 8.275629331342435, 'intersection_density_km': 5.136597516005649, 'edge_density_km': 4489.911588768217, 'street_density_km': 2244.9557943841073, 'circuity_avg': 1.0866021056614195, 'self_loop_proportion': 0.015625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0866021056614195\n", - "403\n", - "9007952.883973585\n", - "{'n': 404, 'm': 1080, 'k_avg': 5.346534653465347, 'intersection_count': 333, 'streets_per_node_avg': 2.8143564356435644, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 268, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17574257425742573, 2: 0.0, 3: 0.6633663366336634, 4: 0.15594059405940594, 5: 0.0049504950495049506}, 'edge_length_total': 139170.61900000006, 'edge_length_avg': 128.8616842592593, 'street_length_total': 70522.696, 'street_length_avg': 127.99037386569873, 'street_segments_count': 551, 'node_density_km': 44.849257673047205, 'intersection_density_km': 36.96733367605128, 'edge_density_km': 15449.749881308122, 'street_density_km': 7828.937041341523, 'circuity_avg': 1.0580642544068515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580642544068515\n", - "404\n", - "13010774.544906307\n", - "{'n': 349, 'm': 1018, 'k_avg': 5.833810888252149, 'intersection_count': 306, 'streets_per_node_avg': 2.962750716332378, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 233, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12320916905444126, 2: 0.0, 3: 0.667621776504298, 4: 0.20916905444126074}, 'edge_length_total': 168535.05400000015, 'edge_length_avg': 165.5550628683695, 'street_length_total': 84267.52700000003, 'street_length_avg': 165.55506286836942, 'street_segments_count': 509, 'node_density_km': 26.823921880702546, 'intersection_density_km': 23.518968754999943, 'edge_density_km': 12953.49891878507, 'street_density_km': 6476.749459392531, 'circuity_avg': 1.043317464152612, 'self_loop_proportion': 0.0019646365422396855, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043317464152612\n", - "405\n", - "10009046.073116157\n", - "{'n': 1321, 'm': 3383, 'k_avg': 5.121877365632097, 'intersection_count': 1028, 'streets_per_node_avg': 2.692657077971234, 'streets_per_node_counts': {0: 0, 1: 293, 2: 2, 3: 857, 4: 159, 5: 8, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2218016654049962, 2: 0.001514004542013626, 3: 0.6487509462528388, 4: 0.12036336109008328, 5: 0.006056018168054504, 6: 0.000757002271006813, 7: 0.000757002271006813}, 'edge_length_total': 210499.24399999957, 'edge_length_avg': 62.22265563109653, 'street_length_total': 107050.56200000006, 'street_length_avg': 61.24174027459958, 'street_segments_count': 1748, 'node_density_km': 131.9806093757672, 'intersection_density_km': 102.70709041505577, 'edge_density_km': 21030.899694366577, 'street_density_km': 10695.381080074456, 'circuity_avg': 1.0877747257219765, 'self_loop_proportion': 0.0053207212533254505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0877747257219765\n", - "406\n", - "10012296.909309905\n", - "{'n': 1419, 'm': 4102, 'k_avg': 5.7815362931642005, 'intersection_count': 1274, 'streets_per_node_avg': 3.0528541226215644, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 912, 4: 359, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.102184637068358, 2: 0.0, 3: 0.642706131078224, 4: 0.25299506694855534, 5: 0.0021141649048625794}, 'edge_length_total': 195108.88399999955, 'edge_length_avg': 47.56433057045333, 'street_length_total': 101096.85200000019, 'street_length_avg': 47.021791627907064, 'street_segments_count': 2150, 'node_density_km': 141.7257211659941, 'intersection_density_km': 127.24352978539568, 'edge_density_km': 19486.925504434264, 'street_density_km': 10097.268680276109, 'circuity_avg': 1.0836248022371322, 'self_loop_proportion': 0.0019502681618722574, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0836248022371322\n", - "407\n", - "22019682.206126556\n", - "{'n': 3631, 'm': 10874, 'k_avg': 5.9895345634811346, 'intersection_count': 3258, 'streets_per_node_avg': 3.0765629303222255, 'streets_per_node_counts': {0: 0, 1: 373, 2: 1, 3: 2237, 4: 1015, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1027265216193886, 2: 0.0002754062241806665, 3: 0.6160837234921509, 4: 0.27953731754337646, 5: 0.0013770311209033324}, 'edge_length_total': 652234.2130000022, 'edge_length_avg': 59.98107531727076, 'street_length_total': 331083.97099999996, 'street_length_avg': 59.676274513338136, 'street_segments_count': 5548, 'node_density_km': 164.89792931660674, 'intersection_density_km': 147.95853861567193, 'edge_density_km': 29620.509819098592, 'street_density_km': 15035.819677174186, 'circuity_avg': 1.0350680878929288, 'self_loop_proportion': 0.0013794371896266324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350680878929288\n", - "408\n", - "17014135.392302994\n", - "{'n': 1170, 'm': 2797, 'k_avg': 4.781196581196581, 'intersection_count': 851, 'streets_per_node_avg': 2.58974358974359, 'streets_per_node_counts': {0: 0, 1: 319, 2: 1, 3: 691, 4: 159}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2726495726495726, 2: 0.0008547008547008547, 3: 0.5905982905982906, 4: 0.1358974358974359}, 'edge_length_total': 269870.04900000035, 'edge_length_avg': 96.48553771898474, 'street_length_total': 144422.6809999999, 'street_length_avg': 97.91368203389824, 'street_segments_count': 1475, 'node_density_km': 68.76635062686142, 'intersection_density_km': 50.017234515776984, 'edge_density_km': 15861.520011301107, 'street_density_km': 8488.393777878076, 'circuity_avg': 1.0753382956812905, 'self_loop_proportion': 0.006792992491955667, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753382956812905\n", - "409\n", - "114193225.95265669\n", - "{'n': 23120, 'm': 66336, 'k_avg': 5.73840830449827, 'intersection_count': 19774, 'streets_per_node_avg': 2.990441176470588, 'streets_per_node_counts': {0: 0, 1: 3346, 2: 14, 3: 13570, 4: 5948, 5: 206, 6: 27, 7: 6, 8: 1, 9: 0, 10: 1, 11: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14472318339100346, 2: 0.0006055363321799307, 3: 0.5869377162629758, 4: 0.25726643598615917, 5: 0.008910034602076124, 6: 0.0011678200692041521, 7: 0.0002595155709342561, 8: 4.325259515570934e-05, 9: 0.0, 10: 4.325259515570934e-05, 11: 4.325259515570934e-05}, 'edge_length_total': 3970101.692000024, 'edge_length_avg': 59.84837331162603, 'street_length_total': 2074385.4129999948, 'street_length_avg': 60.22312129481767, 'street_segments_count': 34445, 'node_density_km': 202.4638485087137, 'intersection_density_km': 173.1626358309388, 'edge_density_km': 34766.525412339135, 'street_density_km': 18165.5732701694, 'circuity_avg': 1.0681024966309964, 'self_loop_proportion': 0.0035425711529184756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681024966309964\n", - "410\n", - "56077844.25098861\n", - "error with entry 410\n", - "411\n", - "11013963.171784008\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 370, 'm': 971, 'k_avg': 5.248648648648649, 'intersection_count': 306, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 253, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17297297297297298, 2: 0.0, 3: 0.6837837837837838, 4: 0.14054054054054055, 5: 0.002702702702702703}, 'edge_length_total': 145751.86299999998, 'edge_length_avg': 150.1049052523172, 'street_length_total': 74412.55299999999, 'street_length_avg': 149.422797188755, 'street_segments_count': 498, 'node_density_km': 33.59372046457175, 'intersection_density_km': 27.782914762591773, 'edge_density_km': 13233.371196790697, 'street_density_km': 6756.201363613864, 'circuity_avg': 1.0785055888732673, 'self_loop_proportion': 0.010298661174047374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0785055888732673\n", - "412\n", - "976842969.761901\n", - "error with entry 412\n", - "413\n", - "39051792.238722704\n", - "{'n': 4707, 'm': 12909, 'k_avg': 5.48502230720204, 'intersection_count': 4016, 'streets_per_node_avg': 2.9169322285957087, 'streets_per_node_counts': {0: 0, 1: 691, 2: 12, 3: 3028, 4: 951, 5: 24, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1468026343743361, 2: 0.0025493945188017845, 3: 0.6432972169109836, 4: 0.20203951561504144, 5: 0.005098789037603569, 6: 0.0, 7: 0.00021244954323348204}, 'edge_length_total': 816963.1560000004, 'edge_length_avg': 63.28632396002792, 'street_length_total': 423382.7080000001, 'street_length_avg': 62.29880929958801, 'street_segments_count': 6796, 'node_density_km': 120.532240139613, 'intersection_density_km': 102.83778976007771, 'edge_density_km': 20919.991354197613, 'street_density_km': 10841.569201532964, 'circuity_avg': 1.0482501248700602, 'self_loop_proportion': 0.0017042373537841816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0482501248700602\n", - "414\n", - "21032303.91208476\n", - "{'n': 2239, 'm': 5764, 'k_avg': 5.148727110317106, 'intersection_count': 1806, 'streets_per_node_avg': 2.7990174184903975, 'streets_per_node_counts': {0: 0, 1: 433, 2: 9, 3: 1383, 4: 403, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19338990620812863, 2: 0.00401965163019205, 3: 0.617686467172845, 4: 0.1799910674408218, 5: 0.004912907548012505}, 'edge_length_total': 400104.51400000084, 'edge_length_avg': 69.41438480222082, 'street_length_total': 208907.42300000007, 'street_length_avg': 67.30264916237115, 'street_segments_count': 3104, 'node_density_km': 106.45528941380091, 'intersection_density_km': 85.86791097870677, 'edge_density_km': 19023.33266352758, 'street_density_km': 9932.693245268574, 'circuity_avg': 1.0615415801063177, 'self_loop_proportion': 0.0034698126301179735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615415801063177\n", - "415\n", - "11009372.133866748\n", - "{'n': 450, 'm': 1062, 'k_avg': 4.72, 'intersection_count': 324, 'streets_per_node_avg': 2.517777777777778, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 290, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28, 2: 0.0, 3: 0.6444444444444445, 4: 0.07333333333333333, 5: 0.0022222222222222222}, 'edge_length_total': 140834.3190000003, 'edge_length_avg': 132.61235310734492, 'street_length_total': 71036.83599999995, 'street_length_avg': 128.689920289855, 'street_segments_count': 552, 'node_density_km': 40.874265537425295, 'intersection_density_km': 29.429471186946213, 'edge_density_km': 12792.220781307718, 'street_density_km': 6452.396661338957, 'circuity_avg': 1.0777946718602616, 'self_loop_proportion': 0.007532956685499058, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0777946718602616\n", - "416\n", - "6005229.892858157\n", - "{'n': 27, 'm': 57, 'k_avg': 4.222222222222222, 'intersection_count': 20, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 7, 2: 1, 3: 16, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25925925925925924, 2: 0.037037037037037035, 3: 0.5925925925925926, 4: 0.1111111111111111}, 'edge_length_total': 17911.423000000003, 'edge_length_avg': 314.2354912280702, 'street_length_total': 8974.819999999998, 'street_length_avg': 309.47655172413783, 'street_segments_count': 29, 'node_density_km': 4.496080996351248, 'intersection_density_km': 3.330430367667591, 'edge_density_km': 2982.6373543669874, 'street_density_km': 1494.5006536175222, 'circuity_avg': 1.005742100262841, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.005742100262841\n", - "417\n", - "4003396.0811725412\n", - "{'n': 331, 'm': 890, 'k_avg': 5.377643504531722, 'intersection_count': 258, 'streets_per_node_avg': 2.773413897280967, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 188, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22054380664652568, 2: 0.0, 3: 0.56797583081571, 4: 0.2084592145015106, 5: 0.0030211480362537764}, 'edge_length_total': 62325.07700000002, 'edge_length_avg': 70.0281764044944, 'street_length_total': 31178.084999999995, 'street_length_avg': 69.90602017937219, 'street_segments_count': 446, 'node_density_km': 82.67980316927685, 'intersection_density_km': 64.44528464553906, 'edge_density_km': 15568.0516582176, 'street_density_km': 7787.90915708454, 'circuity_avg': 1.0665969031634732, 'self_loop_proportion': 0.006741573033707865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0665969031634732\n", - "418\n", - "10008876.324668009\n", - "{'n': 2031, 'm': 5327, 'k_avg': 5.245691777449532, 'intersection_count': 1546, 'streets_per_node_avg': 2.726243229935992, 'streets_per_node_counts': {0: 0, 1: 485, 2: 0, 3: 1139, 4: 401, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23879862136878385, 2: 0.0, 3: 0.5608074839980305, 4: 0.19743968488429345, 5: 0.002461841457410143, 6: 0.0004923682914820286}, 'edge_length_total': 278752.34599999903, 'edge_length_avg': 52.32820461798367, 'street_length_total': 145716.66200000033, 'street_length_avg': 53.18126350364975, 'street_segments_count': 2740, 'node_density_km': 202.91988172482166, 'intersection_density_km': 154.46289372061756, 'edge_density_km': 27850.51357992928, 'street_density_km': 14558.743386694181, 'circuity_avg': 1.0645861778224708, 'self_loop_proportion': 0.002628120893561104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645861778224708\n", - "419\n", - "20030748.584969554\n", - "{'n': 1209, 'm': 3075, 'k_avg': 5.086848635235732, 'intersection_count': 1023, 'streets_per_node_avg': 2.8486352357320097, 'streets_per_node_counts': {0: 0, 1: 186, 2: 3, 3: 834, 4: 181, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0024813895781637717, 3: 0.6898263027295285, 4: 0.14971050454921422, 5: 0.0033085194375516956, 6: 0.0008271298593879239}, 'edge_length_total': 287339.4979999996, 'edge_length_avg': 93.44373918699175, 'street_length_total': 150607.7489999999, 'street_length_avg': 88.28121277842901, 'street_segments_count': 1706, 'node_density_km': 60.35720506757274, 'intersection_density_km': 51.07148121102309, 'edge_density_km': 14344.920599503213, 'street_density_km': 7518.827784250221, 'circuity_avg': 1.059629310447302, 'self_loop_proportion': 0.0026016260162601626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059629310447302\n", - "420\n", - "14016110.83869999\n", - "{'n': 892, 'm': 2433, 'k_avg': 5.455156950672646, 'intersection_count': 766, 'streets_per_node_avg': 2.903587443946188, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 606, 4: 154, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1412556053811659, 2: 0.0, 3: 0.679372197309417, 4: 0.1726457399103139, 5: 0.006726457399103139}, 'edge_length_total': 218800.66699999984, 'edge_length_avg': 89.93040156185772, 'street_length_total': 111055.22499999992, 'street_length_avg': 87.44505905511805, 'street_segments_count': 1270, 'node_density_km': 63.64104923721722, 'intersection_density_km': 54.65139430012151, 'edge_density_km': 15610.654732828429, 'street_density_km': 7923.398029456537, 'circuity_avg': 1.0602991647345883, 'self_loop_proportion': 0.0016440608302507192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602991647345883\n", - "421\n", - "8006674.508161449\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 698, 'm': 1901, 'k_avg': 5.446991404011461, 'intersection_count': 602, 'streets_per_node_avg': 2.9169054441260744, 'streets_per_node_counts': {0: 0, 1: 96, 2: 3, 3: 462, 4: 137}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13753581661891118, 2: 0.004297994269340974, 3: 0.66189111747851, 4: 0.19627507163323782}, 'edge_length_total': 144058.69300000012, 'edge_length_avg': 75.7804802735403, 'street_length_total': 74920.42300000005, 'street_length_avg': 74.92042300000006, 'street_segments_count': 1000, 'node_density_km': 87.17726682763326, 'intersection_density_km': 75.18727024389001, 'edge_density_km': 17992.325384672084, 'street_density_km': 9357.245998152088, 'circuity_avg': 1.0492364541843078, 'self_loop_proportion': 0.0026301946344029457, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492364541843078\n", - "422\n", - "5004264.932792269\n", - "{'n': 23, 'm': 50, 'k_avg': 4.3478260869565215, 'intersection_count': 15, 'streets_per_node_avg': 2.608695652173913, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 9, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34782608695652173, 2: 0.0, 3: 0.391304347826087, 4: 0.21739130434782608, 5: 0.043478260869565216}, 'edge_length_total': 3337.6520000000005, 'edge_length_avg': 66.75304000000001, 'street_length_total': 1668.826, 'street_length_avg': 66.75304, 'street_segments_count': 25, 'node_density_km': 4.596079605874606, 'intersection_density_km': 2.9974432212225692, 'edge_density_km': 666.9614908133301, 'street_density_km': 333.480745406665, 'circuity_avg': 1.0330720973466163, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330720973466163\n", - "423\n", - "17020284.137447525\n", - "{'n': 1367, 'm': 3900, 'k_avg': 5.70592538405267, 'intersection_count': 1209, 'streets_per_node_avg': 3.005852231163131, 'streets_per_node_counts': {0: 0, 1: 158, 2: 6, 3: 879, 4: 319, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11558156547183614, 2: 0.0043891733723482075, 3: 0.6430138990490124, 4: 0.2333577176298464, 5: 0.002926115581565472, 6: 0.000731528895391368}, 'edge_length_total': 305616.915, 'edge_length_avg': 78.36331153846153, 'street_length_total': 156420.16699999996, 'street_length_avg': 76.97842864173226, 'street_segments_count': 2032, 'node_density_km': 80.3159329750769, 'intersection_density_km': 71.03289170948645, 'edge_density_km': 17956.040717768672, 'street_density_km': 9190.220664756644, 'circuity_avg': 1.0713050045918524, 'self_loop_proportion': 0.002564102564102564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0713050045918524\n", - "424\n", - "11011065.093874998\n", - "{'n': 1256, 'm': 3709, 'k_avg': 5.906050955414012, 'intersection_count': 1140, 'streets_per_node_avg': 3.087579617834395, 'streets_per_node_counts': {0: 0, 1: 116, 2: 3, 3: 805, 4: 321, 5: 9, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09235668789808917, 2: 0.0023885350318471337, 3: 0.6409235668789809, 4: 0.25557324840764334, 5: 0.007165605095541401, 6: 0.0015923566878980893}, 'edge_length_total': 245505.33699999977, 'edge_length_avg': 66.19178673496893, 'street_length_total': 124631.23899999984, 'street_length_avg': 65.32035587002088, 'street_segments_count': 1908, 'node_density_km': 114.06707609953746, 'intersection_density_km': 103.53221875276489, 'edge_density_km': 22296.238820399332, 'street_density_km': 11318.726929452725, 'circuity_avg': 1.048395640601638, 'self_loop_proportion': 0.0032353734160150984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048395640601638\n", - "425\n", - "7005877.901200759\n", - "{'n': 431, 'm': 1187, 'k_avg': 5.508120649651972, 'intersection_count': 362, 'streets_per_node_avg': 2.9559164733178656, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 245, 4: 115, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16009280742459397, 2: 0.0, 3: 0.568445475638051, 4: 0.2668213457076566, 5: 0.004640371229698376}, 'edge_length_total': 94635.51299999979, 'edge_length_avg': 79.72663268744716, 'street_length_total': 48257.236, 'street_length_avg': 78.72306035889069, 'street_segments_count': 613, 'node_density_km': 61.519770409662655, 'intersection_density_km': 51.6708976526633, 'edge_density_km': 13508.016316381978, 'street_density_km': 6888.1069125867925, 'circuity_avg': 1.044866469680896, 'self_loop_proportion': 0.0016849199663016006, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044866469680896\n", - "426\n", - "11017896.033459848\n", - "{'n': 211, 'm': 552, 'k_avg': 5.232227488151659, 'intersection_count': 168, 'streets_per_node_avg': 2.7914691943127963, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 126, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037914691943128, 2: 0.0, 3: 0.5971563981042654, 4: 0.1990521327014218}, 'edge_length_total': 100268.01700000012, 'edge_length_avg': 181.64495833333356, 'street_length_total': 50734.99400000003, 'street_length_avg': 179.91132624113484, 'street_segments_count': 282, 'node_density_km': 19.150661737887322, 'intersection_density_km': 15.247920246279952, 'edge_density_km': 9100.468609932406, 'street_density_km': 4604.780608377931, 'circuity_avg': 1.052380586926244, 'self_loop_proportion': 0.0036231884057971015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052380586926244\n", - "427\n", - "32026184.22725178\n", - "{'n': 4533, 'm': 12806, 'k_avg': 5.650121332450915, 'intersection_count': 3880, 'streets_per_node_avg': 2.9148466799029342, 'streets_per_node_counts': {0: 0, 1: 653, 2: 1, 3: 2970, 4: 897, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14405470990514008, 2: 0.00022060445621001543, 3: 0.6551952349437459, 4: 0.19788219722038386, 5: 0.0026472534745201853}, 'edge_length_total': 803888.5919999998, 'edge_length_avg': 62.7743707637045, 'street_length_total': 408073.8109999987, 'street_length_avg': 62.187414050594136, 'street_segments_count': 6562, 'node_density_km': 141.5404335350938, 'intersection_density_km': 121.15086744234809, 'edge_density_km': 25100.979445311295, 'street_density_km': 12741.880459575941, 'circuity_avg': 1.0635980021552476, 'self_loop_proportion': 0.003279712634702483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635980021552476\n", - "428\n", - "12010464.477977345\n", - "{'n': 218, 'm': 524, 'k_avg': 4.807339449541284, 'intersection_count': 167, 'streets_per_node_avg': 2.6513761467889907, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 141, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23394495412844038, 2: 0.0, 3: 0.6467889908256881, 4: 0.11926605504587157}, 'edge_length_total': 79677.518, 'edge_length_avg': 152.0563320610687, 'street_length_total': 39838.759, 'street_length_avg': 152.0563320610687, 'street_segments_count': 262, 'node_density_km': 18.15083841259675, 'intersection_density_km': 13.90454135276907, 'edge_density_km': 6634.008047407197, 'street_density_km': 3317.0040237035987, 'circuity_avg': 1.020362061910219, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020362061910219\n", - "429\n", - "7009297.586405897\n", - "{'n': 399, 'm': 1068, 'k_avg': 5.353383458646617, 'intersection_count': 324, 'streets_per_node_avg': 2.789473684210526, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 259, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18796992481203006, 2: 0.0, 3: 0.6491228070175439, 4: 0.16040100250626566, 5: 0.002506265664160401}, 'edge_length_total': 110258.83000000016, 'edge_length_avg': 103.23860486891401, 'street_length_total': 55235.781999999985, 'street_length_avg': 102.47825974025972, 'street_segments_count': 539, 'node_density_km': 56.92439150733678, 'intersection_density_km': 46.22431791573212, 'edge_density_km': 15730.367934989721, 'street_density_km': 7880.3590971977565, 'circuity_avg': 1.0453298014697043, 'self_loop_proportion': 0.0018726591760299626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453298014697043\n", - "430\n", - "7006434.695204451\n", - "{'n': 119, 'm': 326, 'k_avg': 5.4789915966386555, 'intersection_count': 105, 'streets_per_node_avg': 2.8487394957983194, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 95, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.7983193277310925, 4: 0.08403361344537816}, 'edge_length_total': 63280.78399999998, 'edge_length_avg': 194.11283435582814, 'street_length_total': 31640.392000000007, 'street_length_avg': 194.11283435582826, 'street_segments_count': 163, 'node_density_km': 16.984387234986926, 'intersection_density_km': 14.986224030870819, 'edge_density_km': 9031.80957974424, 'street_density_km': 4515.904789872123, 'circuity_avg': 1.046709274036473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046709274036473\n", - "431\n", - "6005742.351608749\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 123, 'm': 324, 'k_avg': 5.2682926829268295, 'intersection_count': 97, 'streets_per_node_avg': 2.6991869918699187, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 84, 4: 11, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21138211382113822, 2: 0.0, 3: 0.6829268292682927, 4: 0.08943089430894309, 5: 0.016260162601626018}, 'edge_length_total': 64459.78200000003, 'edge_length_avg': 198.94994444444453, 'street_length_total': 32229.890999999996, 'street_length_avg': 198.9499444444444, 'street_segments_count': 162, 'node_density_km': 20.480399057920323, 'intersection_density_km': 16.151209013156677, 'edge_density_km': 10733.024866232114, 'street_density_km': 5366.512433116053, 'circuity_avg': 1.0734191032845888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734191032845888\n", - "432\n", - "7011321.192228543\n", - "{'n': 203, 'm': 505, 'k_avg': 4.975369458128079, 'intersection_count': 157, 'streets_per_node_avg': 2.6157635467980294, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 143, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22660098522167488, 2: 0.0, 3: 0.7044334975369458, 4: 0.06896551724137931}, 'edge_length_total': 62617.97100000003, 'edge_length_avg': 123.99598217821787, 'street_length_total': 31464.906000000006, 'street_length_avg': 123.39178823529414, 'street_segments_count': 255, 'node_density_km': 28.953173650781874, 'intersection_density_km': 22.392355976220465, 'edge_density_km': 8930.980236564652, 'street_density_km': 4487.7285089829, 'circuity_avg': 1.0477597825970304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477597825970304\n", - "433\n", - "37030708.24380399\n", - "error with entry 433\n", - "434\n", - "24020024.424055725\n", - "{'n': 3593, 'm': 9345, 'k_avg': 5.201781241302533, 'intersection_count': 2763, 'streets_per_node_avg': 2.7214027275257444, 'streets_per_node_counts': {0: 0, 1: 830, 2: 2, 3: 2107, 4: 647, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23100473142220984, 2: 0.0005566379070414695, 3: 0.5864180350681881, 4: 0.1800723629279154, 5: 0.0019482326746451434}, 'edge_length_total': 547199.384, 'edge_length_avg': 58.5553112894596, 'street_length_total': 284654.19299999985, 'street_length_avg': 59.06914152313755, 'street_segments_count': 4819, 'node_density_km': 149.58352816667662, 'intersection_density_km': 115.02902541734692, 'edge_density_km': 22780.967010674114, 'street_density_km': 11850.703728465927, 'circuity_avg': 1.0676163440032271, 'self_loop_proportion': 0.0036383092562867845, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676163440032271\n", - "435\n", - "22019929.134633444\n", - "{'n': 2719, 'm': 7585, 'k_avg': 5.5792570798087535, 'intersection_count': 2357, 'streets_per_node_avg': 2.9757263699889664, 'streets_per_node_counts': {0: 0, 1: 362, 2: 5, 3: 1694, 4: 653, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13313718278778963, 2: 0.0018389113644722325, 3: 0.6230231702831923, 4: 0.24016182420007356, 5: 0.0018389113644722325}, 'edge_length_total': 460548.29899999854, 'edge_length_avg': 60.71829914304529, 'street_length_total': 238309.5599999998, 'street_length_avg': 60.16398889169396, 'street_segments_count': 3961, 'node_density_km': 123.47905315115185, 'intersection_density_km': 107.03939988130375, 'edge_density_km': 20915.067264028465, 'street_density_km': 10822.448998038832, 'circuity_avg': 1.064333175393013, 'self_loop_proportion': 0.002900461437046803, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064333175393013\n", - "436\n", - "28028715.654656738\n", - "{'n': 4030, 'm': 10849, 'k_avg': 5.384119106699752, 'intersection_count': 3243, 'streets_per_node_avg': 2.8017369727047146, 'streets_per_node_counts': {0: 0, 1: 787, 2: 8, 3: 2462, 4: 763, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19528535980148884, 2: 0.0019851116625310174, 3: 0.6109181141439206, 4: 0.18933002481389577, 5: 0.0024813895781637717}, 'edge_length_total': 627612.7019999969, 'edge_length_avg': 57.84982044428029, 'street_length_total': 321427.36200000066, 'street_length_avg': 57.32608560727674, 'street_segments_count': 5607, 'node_density_km': 143.7811153980025, 'intersection_density_km': 115.7027685448442, 'edge_density_km': 22391.775268365687, 'street_density_km': 11467.787748833156, 'circuity_avg': 1.0630021801039673, 'self_loop_proportion': 0.0035026269702276708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630021801039673\n", - "437\n", - "7007399.770814973\n", - "{'n': 130, 'm': 333, 'k_avg': 5.123076923076923, 'intersection_count': 106, 'streets_per_node_avg': 2.7846153846153845, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 86, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18461538461538463, 2: 0.0, 3: 0.6615384615384615, 4: 0.15384615384615385}, 'edge_length_total': 54616.75699999993, 'edge_length_avg': 164.01428528528507, 'street_length_total': 28500.619000000002, 'street_length_avg': 162.86068, 'street_segments_count': 175, 'node_density_km': 18.551817257727365, 'intersection_density_km': 15.126866379377697, 'edge_density_km': 7794.154577490005, 'street_density_km': 4067.2175032316345, 'circuity_avg': 1.0282984192873186, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0282984192873186\n", - "438\n", - "19015189.888914455\n", - "{'n': 1791, 'm': 4799, 'k_avg': 5.359017308766052, 'intersection_count': 1433, 'streets_per_node_avg': 2.800111669458403, 'streets_per_node_counts': {0: 0, 1: 358, 2: 1, 3: 1073, 4: 359}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19988833054159688, 2: 0.0005583472920156337, 3: 0.5991066443327749, 4: 0.2004466778336125}, 'edge_length_total': 335163.57899999927, 'edge_length_avg': 69.84029568660122, 'street_length_total': 171108.9529999997, 'street_length_avg': 69.1628751010508, 'street_segments_count': 2474, 'node_density_km': 94.18785773178756, 'intersection_density_km': 75.36080409249111, 'edge_density_km': 17626.09687087028, 'street_density_km': 8998.540324845948, 'circuity_avg': 1.0639642795547128, 'self_loop_proportion': 0.0029172744321733697, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639642795547128\n", - "439\n", - "10008632.662022816\n", - "{'n': 868, 'm': 2467, 'k_avg': 5.684331797235023, 'intersection_count': 736, 'streets_per_node_avg': 2.9827188940092166, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 489, 4: 245, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15207373271889402, 2: 0.0, 3: 0.5633640552995391, 4: 0.28225806451612906, 5: 0.002304147465437788}, 'edge_length_total': 214230.71000000037, 'edge_length_avg': 86.83855289825715, 'street_length_total': 109735.78000000006, 'street_length_avg': 86.27026729559753, 'street_segments_count': 1272, 'node_density_km': 86.72513312368595, 'intersection_density_km': 73.53651840902404, 'edge_density_km': 21404.59313817027, 'street_density_km': 10964.113051764423, 'circuity_avg': 1.0319027039085031, 'self_loop_proportion': 0.0008107012565869477, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319027039085031\n", - "440\n", - "16022680.643673541\n", - "{'n': 289, 'm': 749, 'k_avg': 5.1833910034602075, 'intersection_count': 232, 'streets_per_node_avg': 2.716262975778547, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 200, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1972318339100346, 2: 0.0, 3: 0.6920415224913494, 4: 0.11072664359861592}, 'edge_length_total': 167522.89799999978, 'edge_length_avg': 223.6620801068088, 'street_length_total': 84089.06599999998, 'street_length_avg': 220.12844502617796, 'street_segments_count': 382, 'node_density_km': 18.036931923380116, 'intersection_density_km': 14.47947476202141, 'edge_density_km': 10455.360231257257, 'street_density_km': 5248.12719357307, 'circuity_avg': 1.1060172261046641, 'self_loop_proportion': 0.0026702269692923898, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1060172261046641\n", - "441\n", - "18022408.217665788\n", - "{'n': 1431, 'm': 3703, 'k_avg': 5.175401816911251, 'intersection_count': 1146, 'streets_per_node_avg': 2.776380153738644, 'streets_per_node_counts': {0: 0, 1: 285, 2: 2, 3: 895, 4: 246, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19916142557651992, 2: 0.001397624039133473, 3: 0.6254367575122292, 4: 0.1719077568134172, 5: 0.0020964360587002098}, 'edge_length_total': 270570.8380000005, 'edge_length_avg': 73.06800918174467, 'street_length_total': 140653.67500000002, 'street_length_avg': 71.61592413441956, 'street_segments_count': 1964, 'node_density_km': 79.40115342617287, 'intersection_density_km': 63.58750651739631, 'edge_density_km': 15013.023494539626, 'street_density_km': 7804.377378497594, 'circuity_avg': 1.073547204863977, 'self_loop_proportion': 0.0016203078584931137, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073547204863977\n", - "442\n", - "18030277.472346716\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1322, 'm': 3318, 'k_avg': 5.0196671709531016, 'intersection_count': 1060, 'streets_per_node_avg': 2.682299546142209, 'streets_per_node_counts': {0: 0, 1: 262, 2: 6, 3: 944, 4: 110}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19818456883509833, 2: 0.0045385779122541605, 3: 0.7140695915279879, 4: 0.0832072617246596}, 'edge_length_total': 263264.7800000005, 'edge_length_avg': 79.3444183242919, 'street_length_total': 137107.5079999998, 'street_length_avg': 78.66179460699931, 'street_segments_count': 1743, 'node_density_km': 73.32111233604527, 'intersection_density_km': 58.78999930121633, 'edge_density_km': 14601.26059644802, 'street_density_km': 7604.292735388209, 'circuity_avg': 1.0793326138668031, 'self_loop_proportion': 0.008740204942736588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0793326138668031\n", - "443\n", - "10010287.085174471\n", - "{'n': 575, 'm': 1497, 'k_avg': 5.20695652173913, 'intersection_count': 444, 'streets_per_node_avg': 2.683478260869565, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 366, 4: 76, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22782608695652173, 2: 0.0, 3: 0.6365217391304347, 4: 0.13217391304347825, 5: 0.0034782608695652175}, 'edge_length_total': 163085.24900000004, 'edge_length_avg': 108.94138209752842, 'street_length_total': 81684.18400000001, 'street_length_avg': 108.91224533333335, 'street_segments_count': 750, 'node_density_km': 57.44091004658516, 'intersection_density_km': 44.354372279450104, 'edge_density_km': 16291.76542214599, 'street_density_km': 8160.024113691672, 'circuity_avg': 1.0462257858954158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462257858954158\n", - "444\n", - "5004128.539975465\n", - "{'n': 551, 'm': 1365, 'k_avg': 4.954627949183303, 'intersection_count': 388, 'streets_per_node_avg': 2.5499092558983665, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 311, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2958257713248639, 2: 0.0, 3: 0.5644283121597096, 4: 0.13793103448275862, 5: 0.0018148820326678765}, 'edge_length_total': 83366.22699999982, 'edge_length_avg': 61.074158974358845, 'street_length_total': 41763.700000000004, 'street_length_avg': 60.96890510948906, 'street_segments_count': 685, 'node_density_km': 110.10908205061845, 'intersection_density_km': 77.53597792312152, 'edge_density_km': 16659.48952630393, 'street_density_km': 8345.84876594812, 'circuity_avg': 1.062552363284726, 'self_loop_proportion': 0.005860805860805861, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062552363284726\n", - "445\n", - "6005535.901782662\n", - "{'n': 381, 'm': 1004, 'k_avg': 5.270341207349081, 'intersection_count': 334, 'streets_per_node_avg': 2.8608923884514437, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 293, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12335958005249344, 2: 0.0, 3: 0.7690288713910761, 4: 0.10761154855643044}, 'edge_length_total': 91500.59300000014, 'edge_length_avg': 91.13604880478101, 'street_length_total': 46883.626999999986, 'street_length_avg': 88.29308286252352, 'street_segments_count': 531, 'node_density_km': 63.44146571281096, 'intersection_density_km': 55.61535314456394, 'edge_density_km': 15236.041295305458, 'street_density_km': 7806.734947015006, 'circuity_avg': 1.0428413827928367, 'self_loop_proportion': 0.00398406374501992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428413827928367\n", - "446\n", - "14011000.003684804\n", - "{'n': 1460, 'm': 3918, 'k_avg': 5.367123287671233, 'intersection_count': 1247, 'streets_per_node_avg': 2.9184931506849314, 'streets_per_node_counts': {0: 0, 1: 213, 2: 7, 3: 931, 4: 304, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14589041095890412, 2: 0.004794520547945206, 3: 0.6376712328767123, 4: 0.20821917808219179, 5: 0.003424657534246575}, 'edge_length_total': 272815.11300000054, 'edge_length_avg': 69.6312182235836, 'street_length_total': 150179.47100000022, 'street_length_avg': 71.34416674584334, 'street_segments_count': 2105, 'node_density_km': 104.20383981272066, 'intersection_density_km': 89.00149879894703, 'edge_density_km': 19471.494749000918, 'street_density_km': 10718.683246056953, 'circuity_avg': 1.0707842543569102, 'self_loop_proportion': 0.002297090352220521, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707842543569102\n", - "447\n", - "13023720.829134308\n", - "{'n': 1042, 'm': 2896, 'k_avg': 5.5585412667946255, 'intersection_count': 859, 'streets_per_node_avg': 2.8666026871401153, 'streets_per_node_counts': {0: 0, 1: 183, 2: 0, 3: 637, 4: 218, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17562380038387715, 2: 0.0, 3: 0.6113243761996161, 4: 0.2092130518234165, 5: 0.0028790786948176585, 6: 0.0009596928982725527}, 'edge_length_total': 227560.21099999943, 'edge_length_avg': 78.57742092541417, 'street_length_total': 114907.9319999999, 'street_length_avg': 78.43544846416376, 'street_segments_count': 1465, 'node_density_km': 80.00785748332585, 'intersection_density_km': 65.95657349153254, 'edge_density_km': 17472.749453515848, 'street_density_km': 8822.972598041928, 'circuity_avg': 1.0822232123297832, 'self_loop_proportion': 0.0055248618784530384, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0822232123297832\n", - "448\n", - "7009312.131189654\n", - "{'n': 701, 'm': 1906, 'k_avg': 5.437945791726105, 'intersection_count': 625, 'streets_per_node_avg': 3.0171184022824535, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 460, 4: 163, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10841654778887304, 2: 0.0014265335235378032, 3: 0.6562054208273894, 4: 0.23252496433666192, 5: 0.0014265335235378032}, 'edge_length_total': 110509.52800000021, 'edge_length_avg': 57.979815320042086, 'street_length_total': 57793.53800000001, 'street_length_avg': 56.16475996112732, 'street_segments_count': 1029, 'node_density_km': 100.00981364215878, 'intersection_density_km': 89.16709490206738, 'edge_density_km': 15766.101713213906, 'street_density_km': 8245.251020115582, 'circuity_avg': 1.060058700185158, 'self_loop_proportion': 0.00472193074501574, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060058700185158\n", - "449\n", - "32025390.139827844\n", - "{'n': 990, 'm': 2689, 'k_avg': 5.432323232323232, 'intersection_count': 855, 'streets_per_node_avg': 2.8515151515151516, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 733, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.7404040404040404, 4: 0.12222222222222222, 5: 0.00101010101010101}, 'edge_length_total': 353252.1169999999, 'edge_length_avg': 131.3693257716623, 'street_length_total': 178803.8779999998, 'street_length_avg': 129.38051953690288, 'street_segments_count': 1382, 'node_density_km': 30.91297235342039, 'intersection_density_km': 26.69756703249943, 'edge_density_km': 11030.376693543658, 'street_density_km': 5583.1912497963085, 'circuity_avg': 1.0652521403575923, 'self_loop_proportion': 0.0029750836742283376, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652521403575923\n", - "450\n", - "8012048.589174464\n", - "{'n': 389, 'm': 998, 'k_avg': 5.131105398457583, 'intersection_count': 340, 'streets_per_node_avg': 2.9023136246786634, 'streets_per_node_counts': {0: 0, 1: 49, 2: 6, 3: 268, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12596401028277635, 2: 0.015424164524421594, 3: 0.6889460154241646, 4: 0.16966580976863754}, 'edge_length_total': 85586.99399999988, 'edge_length_avg': 85.75851102204396, 'street_length_total': 48345.911000000015, 'street_length_avg': 86.79696768402157, 'street_segments_count': 557, 'node_density_km': 48.551877297099786, 'intersection_density_km': 42.43608812599981, 'edge_density_km': 10682.285940657093, 'street_density_km': 6034.150999199248, 'circuity_avg': 1.0495979506898574, 'self_loop_proportion': 0.004008016032064128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495979506898574\n", - "451\n", - "10008996.185044097\n", - "{'n': 479, 'm': 1341, 'k_avg': 5.599164926931106, 'intersection_count': 407, 'streets_per_node_avg': 2.8872651356993737, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 322, 4: 82, 5: 1, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15031315240083507, 2: 0.0, 3: 0.6722338204592901, 4: 0.17118997912317327, 5: 0.0020876826722338203, 6: 0.0041753653444676405}, 'edge_length_total': 171413.805, 'edge_length_avg': 127.82535794183444, 'street_length_total': 85908.97999999995, 'street_length_avg': 127.2725629629629, 'street_segments_count': 675, 'node_density_km': 47.85694700490983, 'intersection_density_km': 40.66341843632213, 'edge_density_km': 17125.973657191957, 'street_density_km': 8583.176415669846, 'circuity_avg': 1.0337933438950537, 'self_loop_proportion': 0.0014914243102162564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337933438950537\n", - "452\n", - "23018773.074604157\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 942, 'm': 2881, 'k_avg': 6.116772823779193, 'intersection_count': 826, 'streets_per_node_avg': 3.1093418259023355, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 491, 4: 335}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12314225053078556, 2: 0.0, 3: 0.5212314225053079, 4: 0.35562632696390656}, 'edge_length_total': 343195.6139999999, 'edge_length_avg': 119.12378132592846, 'street_length_total': 171662.53300000002, 'street_length_avg': 119.12736502428871, 'street_segments_count': 1441, 'node_density_km': 40.923119444592686, 'intersection_density_km': 35.88375441744539, 'edge_density_km': 14909.379091913292, 'street_density_km': 7457.501424756194, 'circuity_avg': 1.0407400052168319, 'self_loop_proportion': 0.0006942034015966678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407400052168319\n", - "453\n", - "29030892.459788334\n", - "error with entry 453\n", - "454\n", - "11014491.117152764\n", - "{'n': 313, 'm': 788, 'k_avg': 5.035143769968051, 'intersection_count': 241, 'streets_per_node_avg': 2.626198083067093, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 214, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23003194888178913, 2: 0.0, 3: 0.6837060702875399, 4: 0.08626198083067092}, 'edge_length_total': 132285.6889999999, 'edge_length_avg': 167.8752398477156, 'street_length_total': 66279.35100000002, 'street_length_avg': 164.87400746268662, 'street_segments_count': 402, 'node_density_km': 28.41710948520972, 'intersection_density_km': 21.880266408739754, 'edge_density_km': 12010.14986466262, 'street_density_km': 6017.468287462125, 'circuity_avg': 1.0431133396730765, 'self_loop_proportion': 0.0025380710659898475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431133396730765\n", - "455\n", - "10009720.988584496\n", - "{'n': 1173, 'm': 3152, 'k_avg': 5.374254049445866, 'intersection_count': 980, 'streets_per_node_avg': 2.8516624040920715, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 774, 4: 200, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16453537936913895, 2: 0.0, 3: 0.659846547314578, 4: 0.17050298380221654, 5: 0.005115089514066497}, 'edge_length_total': 192218.05100000006, 'edge_length_avg': 60.982884200507634, 'street_length_total': 99777.60899999995, 'street_length_avg': 60.25217934782606, 'street_segments_count': 1656, 'node_density_km': 117.18608354196269, 'intersection_density_km': 97.90482682960224, 'edge_density_km': 19203.137751712915, 'street_density_km': 9968.070949608937, 'circuity_avg': 1.055392830078598, 'self_loop_proportion': 0.008248730964467006, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055392830078598\n", - "456\n", - "8009313.985552302\n", - "{'n': 244, 'm': 647, 'k_avg': 5.30327868852459, 'intersection_count': 197, 'streets_per_node_avg': 2.7540983606557377, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 163, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19262295081967212, 2: 0.0, 3: 0.6680327868852459, 4: 0.13934426229508196}, 'edge_length_total': 95459.66900000001, 'edge_length_avg': 147.54199227202474, 'street_length_total': 47807.33299999999, 'street_length_avg': 146.6482607361963, 'street_segments_count': 326, 'node_density_km': 30.464531723958178, 'intersection_density_km': 24.59636372794984, 'edge_density_km': 11918.582436922325, 'street_density_km': 5968.9672656407065, 'circuity_avg': 1.0388632147158032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388632147158032\n", - "457\n", - "6004416.253557117\n", - "{'n': 730, 'm': 1897, 'k_avg': 5.197260273972603, 'intersection_count': 573, 'streets_per_node_avg': 2.708219178082192, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 474, 4: 97, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21506849315068494, 2: 0.0, 3: 0.6493150684931507, 4: 0.13287671232876713, 5: 0.0027397260273972603}, 'edge_length_total': 124613.62100000025, 'edge_length_avg': 65.68983711122839, 'street_length_total': 63133.834999999985, 'street_length_avg': 65.28835056876937, 'street_segments_count': 967, 'node_density_km': 121.57718072386068, 'intersection_density_km': 95.42975966407145, 'edge_density_km': 20753.66126160508, 'street_density_km': 10514.566667925203, 'circuity_avg': 1.0786336131402803, 'self_loop_proportion': 0.0036900369003690036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786336131402803\n", - "458\n", - "27022068.95336618\n", - "{'n': 4976, 'm': 13536, 'k_avg': 5.440514469453376, 'intersection_count': 4147, 'streets_per_node_avg': 2.884445337620579, 'streets_per_node_counts': {0: 0, 1: 829, 2: 4, 3: 3086, 4: 1030, 5: 24, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16659967845659163, 2: 0.0008038585209003215, 3: 0.6201768488745981, 4: 0.2069935691318328, 5: 0.00482315112540193, 6: 0.0006028938906752412}, 'edge_length_total': 749682.7330000022, 'edge_length_avg': 55.38436266252972, 'street_length_total': 386697.0440000004, 'street_length_avg': 54.28850821283173, 'street_segments_count': 7123, 'node_density_km': 184.14578130887836, 'intersection_density_km': 153.46715335368137, 'edge_density_km': 27743.35060330801, 'street_density_km': 14310.415855549394, 'circuity_avg': 1.0753018889818498, 'self_loop_proportion': 0.0030289598108747045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753018889818498\n", - "459\n", - "7005475.959146596\n", - "{'n': 1096, 'm': 2728, 'k_avg': 4.978102189781022, 'intersection_count': 812, 'streets_per_node_avg': 2.6405109489051095, 'streets_per_node_counts': {0: 0, 1: 284, 2: 2, 3: 637, 4: 171, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2591240875912409, 2: 0.0018248175182481751, 3: 0.5812043795620438, 4: 0.15602189781021897, 5: 0.0009124087591240876, 6: 0.0009124087591240876}, 'edge_length_total': 157119.37599999984, 'edge_length_avg': 57.59507917888558, 'street_length_total': 80132.64700000011, 'street_length_avg': 56.31247153900219, 'street_segments_count': 1423, 'node_density_km': 156.44904163421242, 'intersection_density_km': 115.90932646622308, 'edge_density_km': 22428.08010708527, 'street_density_km': 11438.572834637469, 'circuity_avg': 1.0800335135342956, 'self_loop_proportion': 0.0036656891495601175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800335135342956\n", - "460\n", - "7007109.029628083\n", - "{'n': 285, 'm': 767, 'k_avg': 5.382456140350877, 'intersection_count': 248, 'streets_per_node_avg': 2.8526315789473684, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 216, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12982456140350876, 2: 0.0, 3: 0.7578947368421053, 4: 0.11228070175438597}, 'edge_length_total': 76275.97699999997, 'edge_length_avg': 99.44716688396346, 'street_length_total': 38394.54800000004, 'street_length_avg': 97.44809137055847, 'street_segments_count': 394, 'node_density_km': 40.67297922651662, 'intersection_density_km': 35.39262753746007, 'edge_density_km': 10885.513080713185, 'street_density_km': 5479.37071303683, 'circuity_avg': 1.0746313625364583, 'self_loop_proportion': 0.002607561929595828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746313625364583\n", - "461\n", - "7012398.376286582\n", - "{'n': 527, 'm': 1486, 'k_avg': 5.6394686907020875, 'intersection_count': 446, 'streets_per_node_avg': 3.0132827324478177, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 279, 4: 165, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15370018975332067, 2: 0.0, 3: 0.5294117647058824, 4: 0.31309297912713474, 5: 0.003795066413662239}, 'edge_length_total': 130748.59699999983, 'edge_length_avg': 87.98694279946153, 'street_length_total': 68773.277, 'street_length_avg': 89.08455569948187, 'street_segments_count': 772, 'node_density_km': 75.15260424766012, 'intersection_density_km': 63.60163471433855, 'edge_density_km': 18645.346425574553, 'street_density_km': 9807.38305350229, 'circuity_avg': 1.0424015182638964, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424015182638964\n", - "462\n", - "9007752.442771723\n", - "{'n': 295, 'm': 776, 'k_avg': 5.261016949152542, 'intersection_count': 246, 'streets_per_node_avg': 2.7898305084745765, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 212, 4: 32, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16610169491525423, 2: 0.0, 3: 0.7186440677966102, 4: 0.10847457627118644, 5: 0.006779661016949152}, 'edge_length_total': 113191.36199999995, 'edge_length_avg': 145.8651572164948, 'street_length_total': 56640.73599999998, 'street_length_avg': 145.23265641025637, 'street_segments_count': 390, 'node_density_km': 32.7495678721414, 'intersection_density_km': 27.309809140836553, 'edge_density_km': 12565.993872403813, 'street_density_km': 6287.9987388476, 'circuity_avg': 1.0755150472995256, 'self_loop_proportion': 0.002577319587628866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755150472995256\n", - "463\n", - "8008025.695130501\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 441, 'm': 1208, 'k_avg': 5.478458049886621, 'intersection_count': 369, 'streets_per_node_avg': 2.8140589569161, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 308, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16326530612244897, 2: 0.0, 3: 0.6984126984126984, 4: 0.1360544217687075, 5: 0.0022675736961451248}, 'edge_length_total': 159791.0310000001, 'edge_length_avg': 132.27734354304644, 'street_length_total': 80144.94999999997, 'street_length_avg': 131.60090311986858, 'street_segments_count': 609, 'node_density_km': 55.069753368569, 'intersection_density_km': 46.07877322676182, 'edge_density_km': 19953.860924443015, 'street_density_km': 10008.078526612908, 'circuity_avg': 1.0374715171035653, 'self_loop_proportion': 0.0016556291390728477, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374715171035653\n", - "464\n", - "10007574.448314672\n", - "{'n': 1328, 'm': 3510, 'k_avg': 5.286144578313253, 'intersection_count': 1079, 'streets_per_node_avg': 2.8019578313253013, 'streets_per_node_counts': {0: 0, 1: 249, 2: 2, 3: 845, 4: 227, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0015060240963855422, 3: 0.6362951807228916, 4: 0.17093373493975902, 5: 0.0037650602409638554}, 'edge_length_total': 221841.6239999995, 'edge_length_avg': 63.20274188034173, 'street_length_total': 114420.74300000002, 'street_length_avg': 62.25285255712732, 'street_segments_count': 1838, 'node_density_km': 132.69948745908576, 'intersection_density_km': 107.81833356050718, 'edge_density_km': 22167.37183877346, 'street_density_km': 11433.41411956911, 'circuity_avg': 1.0562445330937258, 'self_loop_proportion': 0.0017094017094017094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562445330937258\n", - "465\n", - "13013644.364481254\n", - "{'n': 1409, 'm': 4004, 'k_avg': 5.68346344925479, 'intersection_count': 1242, 'streets_per_node_avg': 3.0610361958836054, 'streets_per_node_counts': {0: 0, 1: 167, 2: 4, 3: 821, 4: 410, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1185237757274663, 2: 0.0028388928317956, 3: 0.5826827537260468, 4: 0.29098651525904895, 5: 0.0049680624556423}, 'edge_length_total': 252814.4910000004, 'edge_length_avg': 63.14048226773237, 'street_length_total': 130975.6540000001, 'street_length_avg': 61.34691053864173, 'street_segments_count': 2135, 'node_density_km': 108.27097779355715, 'intersection_density_km': 95.4382927037601, 'edge_density_km': 19426.87873736728, 'street_density_km': 10064.486959354603, 'circuity_avg': 1.060307526936169, 'self_loop_proportion': 0.001998001998001998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060307526936169\n", - "466\n", - "17013820.926599834\n", - "{'n': 537, 'm': 1453, 'k_avg': 5.411545623836127, 'intersection_count': 419, 'streets_per_node_avg': 2.7672253258845436, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 312, 4: 103, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21973929236499068, 2: 0.0, 3: 0.5810055865921788, 4: 0.19180633147113593, 5: 0.0074487895716946}, 'edge_length_total': 196589.29700000017, 'edge_length_avg': 135.29889676531326, 'street_length_total': 98372.70499999999, 'street_length_avg': 135.12734203296702, 'street_segments_count': 728, 'node_density_km': 31.562575056872777, 'intersection_density_km': 24.627037148658648, 'edge_density_km': 11554.682387225996, 'street_density_km': 5781.929022551403, 'circuity_avg': 1.0397062395880319, 'self_loop_proportion': 0.0013764624913971094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397062395880319\n", - "467\n", - "9009049.364560364\n", - "{'n': 254, 'm': 720, 'k_avg': 5.669291338582677, 'intersection_count': 224, 'streets_per_node_avg': 2.952755905511811, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 178, 4: 44, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11811023622047244, 2: 0.0, 3: 0.7007874015748031, 4: 0.1732283464566929, 5: 0.007874015748031496}, 'edge_length_total': 115341.5119999999, 'edge_length_avg': 160.1965444444443, 'street_length_total': 57794.307, 'street_length_avg': 158.77556868131867, 'street_segments_count': 364, 'node_density_km': 28.193873706495676, 'intersection_density_km': 24.863888623051306, 'edge_density_km': 12802.850482063986, 'street_density_km': 6415.139340600153, 'circuity_avg': 1.0267921340891746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0267921340891746\n", - "468\n", - "19015707.561757345\n", - "{'n': 1433, 'm': 3836, 'k_avg': 5.353803210048849, 'intersection_count': 1192, 'streets_per_node_avg': 2.8332170272156314, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 950, 4: 241, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16817864619678996, 2: 0.0, 3: 0.6629448709002094, 4: 0.16817864619678996, 5: 0.0006978367062107466}, 'edge_length_total': 330122.6519999987, 'edge_length_avg': 86.05908550573481, 'street_length_total': 174441.96000000008, 'street_length_avg': 87.39577154308621, 'street_segments_count': 1996, 'node_density_km': 75.3587525126816, 'intersection_density_km': 62.68501953601987, 'edge_density_km': 17360.52423649548, 'street_density_km': 9173.571871226177, 'circuity_avg': 1.0730845147136678, 'self_loop_proportion': 0.0031282586027111575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730845147136678\n", - "469\n", - "9006952.288619354\n", - "{'n': 460, 'm': 1201, 'k_avg': 5.221739130434782, 'intersection_count': 377, 'streets_per_node_avg': 2.752173913043478, 'streets_per_node_counts': {0: 0, 1: 83, 2: 1, 3: 325, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18043478260869567, 2: 0.002173913043478261, 3: 0.7065217391304348, 4: 0.10652173913043478, 5: 0.004347826086956522}, 'edge_length_total': 126772.41000000002, 'edge_length_avg': 105.55571190674439, 'street_length_total': 64163.717999999935, 'street_length_avg': 103.65705654281088, 'street_segments_count': 619, 'node_density_km': 51.07165945368984, 'intersection_density_km': 41.85655568269798, 'edge_density_km': 14074.95076444249, 'street_density_km': 7123.799032562143, 'circuity_avg': 1.0573412786302143, 'self_loop_proportion': 0.0033305578684429643, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573412786302143\n", - "470\n", - "61105758.29968995\n", - "{'n': 6552, 'm': 16657, 'k_avg': 5.084554334554334, 'intersection_count': 5213, 'streets_per_node_avg': 2.766941391941392, 'streets_per_node_counts': {0: 0, 1: 1339, 2: 11, 3: 4060, 4: 1124, 5: 16, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20436507936507936, 2: 0.001678876678876679, 3: 0.6196581196581197, 4: 0.17155067155067155, 5: 0.002442002442002442, 6: 0.00030525030525030525}, 'edge_length_total': 1176363.751999994, 'edge_length_avg': 70.62278633607457, 'street_length_total': 618394.6320000009, 'street_length_avg': 68.74870839355208, 'street_segments_count': 8995, 'node_density_km': 107.22393735572454, 'intersection_density_km': 85.3111088881856, 'edge_density_km': 19251.274916360264, 'street_density_km': 10120.07131909103, 'circuity_avg': 1.0644226800356864, 'self_loop_proportion': 0.003842228492525665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644226800356864\n", - "471\n", - "16014630.076743364\n", - "{'n': 1691, 'm': 4609, 'k_avg': 5.451212300413956, 'intersection_count': 1402, 'streets_per_node_avg': 2.8533412182140747, 'streets_per_node_counts': {0: 0, 1: 289, 2: 3, 3: 1072, 4: 321, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17090479006505027, 2: 0.0017740981667652277, 3: 0.6339444115907746, 4: 0.18982850384387936, 5: 0.0035481963335304554}, 'edge_length_total': 340870.85099999886, 'edge_length_avg': 73.95765914515054, 'street_length_total': 171809.70200000005, 'street_length_avg': 72.86246904156067, 'street_segments_count': 2358, 'node_density_km': 105.59094976884231, 'intersection_density_km': 87.54495066582905, 'edge_density_km': 21284.965644945838, 'street_density_km': 10728.296637304418, 'circuity_avg': 1.0397877489170735, 'self_loop_proportion': 0.0017357344326318074, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397877489170735\n", - "472\n", - "17012986.06938789\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1789, 'm': 4913, 'k_avg': 5.492453884851873, 'intersection_count': 1507, 'streets_per_node_avg': 2.84460592509782, 'streets_per_node_counts': {0: 0, 1: 282, 2: 2, 3: 1226, 4: 271, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15762996087199552, 2: 0.0011179429849077697, 3: 0.6852990497484628, 4: 0.15148127445500278, 5: 0.003912800447177194, 6: 0.0005589714924538849}, 'edge_length_total': 368811.50699999975, 'edge_length_avg': 75.06849318135554, 'street_length_total': 186227.06799999956, 'street_length_avg': 74.25321690590094, 'street_segments_count': 2508, 'node_density_km': 105.15496766431941, 'intersection_density_km': 88.57939422589678, 'edge_density_km': 21678.234819907146, 'street_density_km': 10946.171779631619, 'circuity_avg': 1.053945712456567, 'self_loop_proportion': 0.006513331976389172, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053945712456567\n", - "473\n", - "55042301.39453747\n", - "{'n': 1562, 'm': 4490, 'k_avg': 5.749039692701665, 'intersection_count': 1382, 'streets_per_node_avg': 2.9859154929577465, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 1048, 4: 330, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11523687580025609, 2: 0.0, 3: 0.6709346991037132, 4: 0.2112676056338028, 5: 0.002560819462227913}, 'edge_length_total': 558320.9539999999, 'edge_length_avg': 124.3476512249443, 'street_length_total': 286265.5770000005, 'street_length_avg': 124.3551594265858, 'street_segments_count': 2302, 'node_density_km': 28.37817388491348, 'intersection_density_km': 25.107961785499636, 'edge_density_km': 10143.488550706004, 'street_density_km': 5200.8286308393745, 'circuity_avg': 1.0472682005436902, 'self_loop_proportion': 0.0013363028953229399, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472682005436902\n", - "474\n", - "17025277.056325823\n", - "{'n': 1652, 'm': 4496, 'k_avg': 5.443099273607748, 'intersection_count': 1451, 'streets_per_node_avg': 2.984866828087167, 'streets_per_node_counts': {0: 0, 1: 201, 2: 6, 3: 1073, 4: 361, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12167070217917676, 2: 0.0036319612590799033, 3: 0.6495157384987893, 4: 0.2185230024213075, 5: 0.006658595641646489}, 'edge_length_total': 321459.0600000001, 'edge_length_avg': 71.49890124555162, 'street_length_total': 168285.81099999952, 'street_length_avg': 68.82855255623703, 'street_segments_count': 2445, 'node_density_km': 97.03219480861203, 'intersection_density_km': 85.22621953226154, 'edge_density_km': 18881.282162780455, 'street_density_km': 9884.468278739236, 'circuity_avg': 1.062454915406133, 'self_loop_proportion': 0.0024466192170818505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062454915406133\n", - "475\n", - "9010943.361580756\n", - "{'n': 287, 'm': 799, 'k_avg': 5.56794425087108, 'intersection_count': 246, 'streets_per_node_avg': 2.951219512195122, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 178, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6202090592334495, 4: 0.23693379790940766}, 'edge_length_total': 109477.40300000012, 'edge_length_avg': 137.01802628285373, 'street_length_total': 54907.91799999998, 'street_length_avg': 136.9274763092269, 'street_segments_count': 401, 'node_density_km': 31.850161351991083, 'intersection_density_km': 27.300138301706642, 'edge_density_km': 12149.383100860476, 'street_density_km': 6093.4705498323865, 'circuity_avg': 1.033712669486797, 'self_loop_proportion': 0.0050062578222778474, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033712669486797\n", - "476\n", - "7005503.524038509\n", - "{'n': 24, 'm': 58, 'k_avg': 4.833333333333333, 'intersection_count': 20, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 19, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7916666666666666, 4: 0.041666666666666664}, 'edge_length_total': 17124.584000000003, 'edge_length_avg': 295.2514482758621, 'street_length_total': 8562.292000000001, 'street_length_avg': 295.2514482758621, 'street_segments_count': 29, 'node_density_km': 3.4258779426271078, 'intersection_density_km': 2.85489828552259, 'edge_density_km': 2444.447275094379, 'street_density_km': 1222.2236375471896, 'circuity_avg': 1.2563398602091624, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2563398602091624\n", - "477\n", - "20017311.616287515\n", - "{'n': 673, 'm': 1842, 'k_avg': 5.473997028231798, 'intersection_count': 567, 'streets_per_node_avg': 2.8187221396731057, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 477, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1575037147102526, 2: 0.0, 3: 0.7087667161961367, 4: 0.1337295690936107}, 'edge_length_total': 267038.989, 'edge_length_avg': 144.97230673181323, 'street_length_total': 133750.07899999997, 'street_length_avg': 145.06516160520604, 'street_segments_count': 922, 'node_density_km': 33.620898395386874, 'intersection_density_km': 28.325482006217474, 'edge_density_km': 13340.402253753096, 'street_density_km': 6681.720381031155, 'circuity_avg': 1.0538780406352348, 'self_loop_proportion': 0.002171552660152009, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538780406352348\n", - "478\n", - "7006888.463031131\n", - "{'n': 723, 'm': 1906, 'k_avg': 5.272475795297372, 'intersection_count': 600, 'streets_per_node_avg': 2.8201936376210237, 'streets_per_node_counts': {0: 0, 1: 123, 2: 2, 3: 487, 4: 104, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17012448132780084, 2: 0.0027662517289073307, 3: 0.673582295988935, 4: 0.14384508990318118, 5: 0.009681881051175657}, 'edge_length_total': 120215.71499999985, 'edge_length_avg': 63.07225341028324, 'street_length_total': 62173.53700000001, 'street_length_avg': 62.04943812375251, 'street_segments_count': 1002, 'node_density_km': 103.18417423291412, 'intersection_density_km': 85.63002011030217, 'edge_density_km': 17156.79015504057, 'street_density_km': 8873.202039397695, 'circuity_avg': 1.050071714528422, 'self_loop_proportion': 0.0031479538300104933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050071714528422\n", - "479\n", - "8005372.237794014\n", - "{'n': 162, 'm': 381, 'k_avg': 4.703703703703703, 'intersection_count': 111, 'streets_per_node_avg': 2.432098765432099, 'streets_per_node_counts': {0: 0, 1: 51, 2: 2, 3: 97, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3148148148148148, 2: 0.012345679012345678, 3: 0.5987654320987654, 4: 0.07407407407407407}, 'edge_length_total': 35549.32500000001, 'edge_length_avg': 93.30531496062996, 'street_length_total': 18027.897000000004, 'street_length_avg': 92.45075384615387, 'street_segments_count': 195, 'node_density_km': 20.23641064873721, 'intersection_density_km': 13.865688777838459, 'edge_density_km': 4440.683573984075, 'street_density_km': 2251.9748569452945, 'circuity_avg': 1.1444606740873609, 'self_loop_proportion': 0.005249343832020997, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1444606740873609\n", - "480\n", - "7005179.3414269835\n", - "error with entry 480\n", - "481\n", - "30026343.252700597\n", - "{'n': 5350, 'm': 15370, 'k_avg': 5.745794392523364, 'intersection_count': 4776, 'streets_per_node_avg': 3.0766355140186916, 'streets_per_node_counts': {0: 0, 1: 574, 2: 12, 3: 3242, 4: 1480, 5: 38, 6: 3, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10728971962616822, 2: 0.0022429906542056075, 3: 0.605981308411215, 4: 0.2766355140186916, 5: 0.007102803738317757, 6: 0.0005607476635514019, 7: 0.0, 8: 0.00018691588785046728}, 'edge_length_total': 875022.6280000001, 'edge_length_avg': 56.93055484710476, 'street_length_total': 459275.5979999996, 'street_length_avg': 56.050231632902076, 'street_segments_count': 8194, 'node_density_km': 178.17687471879603, 'intersection_density_km': 159.0603277863495, 'edge_density_km': 29141.831245844427, 'street_density_km': 15295.755268457206, 'circuity_avg': 1.0740099884441023, 'self_loop_proportion': 0.0037735849056603774, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740099884441023\n", - "482\n", - "13019244.847893221\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 209, 'm': 544, 'k_avg': 5.205741626794258, 'intersection_count': 167, 'streets_per_node_avg': 2.665071770334928, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 153, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20095693779904306, 2: 0.0, 3: 0.7320574162679426, 4: 0.06698564593301436}, 'edge_length_total': 107453.11399999983, 'edge_length_avg': 197.52410661764674, 'street_length_total': 53726.557000000015, 'street_length_avg': 197.5241066176471, 'street_segments_count': 272, 'node_density_km': 16.053158416006013, 'intersection_density_km': 12.82716485872251, 'edge_density_km': 8253.406035096416, 'street_density_km': 4126.703017548216, 'circuity_avg': 1.0512097195644106, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0512097195644106\n", - "483\n", - "4003655.481191381\n", - "{'n': 116, 'm': 320, 'k_avg': 5.517241379310345, 'intersection_count': 100, 'streets_per_node_avg': 2.896551724137931, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 80, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.6896551724137931, 4: 0.1724137931034483}, 'edge_length_total': 49818.32200000009, 'edge_length_avg': 155.68225625000028, 'street_length_total': 24909.16100000001, 'street_length_avg': 155.68225625000008, 'street_segments_count': 160, 'node_density_km': 28.97352195885783, 'intersection_density_km': 24.977174102463646, 'edge_density_km': 12443.209020865972, 'street_density_km': 6221.604510432978, 'circuity_avg': 1.046061736609191, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046061736609191\n", - "484\n", - "379401204.06662875\n", - "error with entry 484\n", - "485\n", - "5007270.398807234\n", - "{'n': 212, 'm': 536, 'k_avg': 5.056603773584905, 'intersection_count': 177, 'streets_per_node_avg': 2.806603773584906, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 148, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1650943396226415, 2: 0.0, 3: 0.6981132075471698, 4: 0.13679245283018868}, 'edge_length_total': 56018.31699999999, 'edge_length_avg': 104.51178544776117, 'street_length_total': 29351.93299999999, 'street_length_avg': 103.35187676056334, 'street_segments_count': 284, 'node_density_km': 42.33843653630126, 'intersection_density_km': 35.34860031568549, 'edge_density_km': 11187.396033843894, 'street_density_km': 5861.862983671067, 'circuity_avg': 1.0363695374209687, 'self_loop_proportion': 0.0037313432835820895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363695374209687\n", - "486\n", - "5003351.755369212\n", - "{'n': 526, 'm': 1433, 'k_avg': 5.448669201520913, 'intersection_count': 432, 'streets_per_node_avg': 2.826996197718631, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 336, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17870722433460076, 2: 0.0, 3: 0.6387832699619772, 4: 0.1806083650190114, 5: 0.0019011406844106464}, 'edge_length_total': 105485.65999999999, 'edge_length_avg': 73.6117655268667, 'street_length_total': 53089.263000000035, 'street_length_avg': 72.82477777777783, 'street_segments_count': 729, 'node_density_km': 105.12952630914612, 'intersection_density_km': 86.34212046682724, 'edge_density_km': 21082.99898898791, 'street_density_km': 10610.739679261751, 'circuity_avg': 1.0766531018341035, 'self_loop_proportion': 0.00418702023726448, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766531018341035\n", - "487\n", - "11012607.791349877\n", - "{'n': 1241, 'm': 3540, 'k_avg': 5.705076551168412, 'intersection_count': 1109, 'streets_per_node_avg': 3.087832393231265, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 744, 4: 358, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1063658340048348, 2: 0.0, 3: 0.5995165189363416, 4: 0.2884770346494762, 5: 0.004834810636583401, 6: 0.0008058017727639}, 'edge_length_total': 197386.79199999952, 'edge_length_avg': 55.758980790960315, 'street_length_total': 103032.7319999999, 'street_length_avg': 54.399541710665204, 'street_segments_count': 1894, 'node_density_km': 112.68902184773836, 'intersection_density_km': 100.70276005571462, 'edge_density_km': 17923.710327270695, 'street_density_km': 9355.888628025914, 'circuity_avg': 1.058517101068537, 'self_loop_proportion': 0.002542372881355932, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058517101068537\n", - "488\n", - "25018574.733885918\n", - "{'n': 2741, 'm': 7389, 'k_avg': 5.391462969719081, 'intersection_count': 2311, 'streets_per_node_avg': 2.8526085370302807, 'streets_per_node_counts': {0: 0, 1: 430, 2: 4, 3: 1860, 4: 435, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1568770521707406, 2: 0.001459321415541773, 3: 0.6785844582269245, 4: 0.15870120394016782, 5: 0.004013133892739876, 6: 0.00036483035388544326}, 'edge_length_total': 556908.6530000017, 'edge_length_avg': 75.36996251184216, 'street_length_total': 285906.87099999853, 'street_length_avg': 74.06913756476646, 'street_segments_count': 3860, 'node_density_km': 109.55859912705205, 'intersection_density_km': 92.37136905604424, 'edge_density_km': 22259.807320107157, 'street_density_km': 11427.784118044006, 'circuity_avg': 1.076701183535455, 'self_loop_proportion': 0.005548788740018947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076701183535455\n", - "489\n", - "59098375.63253446\n", - "error with entry 489\n", - "490\n", - "20014990.26917496\n", - "{'n': 2891, 'm': 7762, 'k_avg': 5.369768246281564, 'intersection_count': 2319, 'streets_per_node_avg': 2.7924593566240055, 'streets_per_node_counts': {0: 0, 1: 572, 2: 3, 3: 1777, 4: 531, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1978554133517814, 2: 0.0010377032168799724, 3: 0.614666205465237, 4: 0.1836734693877551, 5: 0.002767208578346593}, 'edge_length_total': 467856.21699999925, 'edge_length_avg': 60.275214764235926, 'street_length_total': 237848.9289999998, 'street_length_avg': 59.40282942057937, 'street_segments_count': 4004, 'node_density_km': 144.44173897263505, 'intersection_density_km': 115.86315900295423, 'edge_density_km': 23375.290754976962, 'street_density_km': 11883.539577149353, 'circuity_avg': 1.0662774150169068, 'self_loop_proportion': 0.0033496521515073434, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662774150169068\n", - "491\n", - "47035596.470527515\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 5, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.4444444444444444, 4: 0.1111111111111111}, 'edge_length_total': 5112.51, 'edge_length_avg': 319.531875, 'street_length_total': 2556.255, 'street_length_avg': 319.531875, 'street_segments_count': 8, 'node_density_km': 0.19134444283361848, 'intersection_density_km': 0.10630246824089916, 'edge_density_km': 108.69448638125589, 'street_density_km': 54.34724319062794, 'circuity_avg': 1.105857667443223, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.105857667443223\n", - "492\n", - "8006640.522948054\n", - "{'n': 1295, 'm': 3657, 'k_avg': 5.647876447876448, 'intersection_count': 1097, 'streets_per_node_avg': 2.9166023166023165, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 811, 4: 284, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15289575289575288, 2: 0.0, 3: 0.6262548262548262, 4: 0.2193050193050193, 5: 0.0015444015444015444}, 'edge_length_total': 199267.69899999947, 'edge_length_avg': 54.48938993710677, 'street_length_total': 101159.22800000022, 'street_length_avg': 54.182768077129204, 'street_segments_count': 1867, 'node_density_km': 161.74074460922338, 'intersection_density_km': 137.0112716882765, 'edge_density_km': 24887.803870908505, 'street_density_km': 12634.416108736861, 'circuity_avg': 1.0799704234482344, 'self_loop_proportion': 0.0010937927262783702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0799704234482344\n", - "493\n", - "20024350.46246727\n", - "{'n': 378, 'm': 998, 'k_avg': 5.28042328042328, 'intersection_count': 308, 'streets_per_node_avg': 2.740740740740741, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 266, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.7037037037037037, 4: 0.1111111111111111}, 'edge_length_total': 198368.02399999986, 'edge_length_avg': 198.7655551102203, 'street_length_total': 99184.01199999996, 'street_length_avg': 198.76555511022036, 'street_segments_count': 499, 'node_density_km': 18.877016795551295, 'intersection_density_km': 15.381272944523277, 'edge_density_km': 9906.34000197968, 'street_density_km': 4953.170000989842, 'circuity_avg': 1.0548761032096847, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548761032096847\n", - "494\n", - "7006922.048315303\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 301, 'm': 716, 'k_avg': 4.7574750830564785, 'intersection_count': 237, 'streets_per_node_avg': 2.7242524916943522, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 192, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21262458471760798, 2: 0.0, 3: 0.6378737541528239, 4: 0.14950166112956811}, 'edge_length_total': 91693.64500000012, 'edge_length_avg': 128.06375000000017, 'street_length_total': 49678.286000000015, 'street_length_avg': 129.03450909090913, 'street_segments_count': 385, 'node_density_km': 42.957520852165096, 'intersection_density_km': 33.82369582047551, 'edge_density_km': 13086.151717935312, 'street_density_km': 7089.887065597415, 'circuity_avg': 1.0327815145200205, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327815145200205\n", - "495\n", - "15016852.035007149\n", - "{'n': 1061, 'm': 2808, 'k_avg': 5.293119698397738, 'intersection_count': 962, 'streets_per_node_avg': 2.9717247879359094, 'streets_per_node_counts': {0: 0, 1: 99, 2: 6, 3: 785, 4: 168, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09330819981149858, 2: 0.005655042412818096, 3: 0.7398680490103676, 4: 0.1583411875589067, 5: 0.002827521206409048}, 'edge_length_total': 228597.52599999978, 'edge_length_avg': 81.40937535612528, 'street_length_total': 122313.58300000007, 'street_length_avg': 78.4564355355998, 'street_segments_count': 1559, 'node_density_km': 70.65395580422624, 'intersection_density_km': 64.06136237857271, 'edge_density_km': 15222.732798265262, 'street_density_km': 8145.088112665941, 'circuity_avg': 1.0752034707385276, 'self_loop_proportion': 0.004985754985754986, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752034707385276\n", - "496\n", - "23030868.85031084\n", - "{'n': 3669, 'm': 10374, 'k_avg': 5.65494685200327, 'intersection_count': 3212, 'streets_per_node_avg': 2.988280185336604, 'streets_per_node_counts': {0: 0, 1: 457, 2: 7, 3: 2363, 4: 808, 5: 32, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12455710002725538, 2: 0.0019078768056691197, 3: 0.6440446988280185, 4: 0.22022349414009268, 5: 0.00872172254020169, 6: 0.0005451076587626056}, 'edge_length_total': 575796.9150000006, 'edge_length_avg': 55.50384759976871, 'street_length_total': 298720.7910000002, 'street_length_avg': 54.9523162251656, 'street_segments_count': 5436, 'node_density_km': 159.30792814837642, 'intersection_density_km': 139.4649946068643, 'edge_density_km': 25001.093911931566, 'street_density_km': 12970.45252359068, 'circuity_avg': 1.058427748366547, 'self_loop_proportion': 0.0024098708309234626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058427748366547\n", - "497\n", - "19021727.621365957\n", - "error with entry 497\n", - "498\n", - "8005913.596700196\n", - "{'n': 508, 'm': 1535, 'k_avg': 6.043307086614173, 'intersection_count': 474, 'streets_per_node_avg': 3.09251968503937, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 367, 4: 100, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06692913385826772, 2: 0.0, 3: 0.7224409448818898, 4: 0.1968503937007874, 5: 0.011811023622047244, 6: 0.001968503937007874}, 'edge_length_total': 133797.83699999994, 'edge_length_avg': 87.16471465798041, 'street_length_total': 66962.07500000001, 'street_length_avg': 87.07682054616386, 'street_segments_count': 769, 'node_density_km': 63.45309549798073, 'intersection_density_km': 59.206234775674936, 'edge_density_km': 16712.375843669797, 'street_density_km': 8364.07665298809, 'circuity_avg': 1.0484248548534476, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484248548534476\n", - "499\n", - "10014355.550554002\n", - "{'n': 1321, 'm': 3439, 'k_avg': 5.20666161998486, 'intersection_count': 1029, 'streets_per_node_avg': 2.6888720666162, 'streets_per_node_counts': {0: 0, 1: 292, 2: 0, 3: 856, 4: 173}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2210446631339894, 2: 0.0, 3: 0.647993943981832, 4: 0.13096139288417866}, 'edge_length_total': 211297.21499999994, 'edge_length_avg': 61.44146990404185, 'street_length_total': 106666.82099999973, 'street_length_avg': 60.81346693272505, 'street_segments_count': 1754, 'node_density_km': 131.9106350210345, 'intersection_density_km': 102.75249313901931, 'edge_density_km': 21099.43210357763, 'street_density_km': 10651.391441169555, 'circuity_avg': 1.0780900441694106, 'self_loop_proportion': 0.0034893864495492877, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780900441694106\n", - "500\n", - "40051463.18517462\n", - "{'n': 4253, 'm': 11925, 'k_avg': 5.607806254408652, 'intersection_count': 3650, 'streets_per_node_avg': 2.9619092405360923, 'streets_per_node_counts': {0: 0, 1: 603, 2: 1, 3: 2667, 4: 936, 5: 34, 6: 9, 7: 1, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14178227133787916, 2: 0.00023512814483893723, 3: 0.6270867622854456, 4: 0.22007994356924523, 5: 0.007994356924523865, 6: 0.002116153303550435, 7: 0.00023512814483893723, 8: 0.00047025628967787447}, 'edge_length_total': 672001.3590000002, 'edge_length_avg': 56.3523152201258, 'street_length_total': 350195.32100000023, 'street_length_avg': 56.06713432596866, 'street_segments_count': 6246, 'node_density_km': 106.18838019316816, 'intersection_density_km': 91.13275045969051, 'edge_density_km': 16778.44716666299, 'street_density_km': 8743.633644066915, 'circuity_avg': 1.0463899968024055, 'self_loop_proportion': 0.0031027253668763103, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463899968024055\n", - "501\n", - "12010089.870165762\n", - "{'n': 1453, 'm': 4000, 'k_avg': 5.505849965588438, 'intersection_count': 1195, 'streets_per_node_avg': 2.857536132140399, 'streets_per_node_counts': {0: 0, 1: 258, 2: 2, 3: 886, 4: 303, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1775636613902271, 2: 0.0013764624913971094, 3: 0.6097728836889195, 4: 0.20853406744666209, 5: 0.0027529249827942187}, 'edge_length_total': 274478.2170000007, 'edge_length_avg': 68.61955425000018, 'street_length_total': 139438.0319999997, 'street_length_avg': 67.7541457725946, 'street_segments_count': 2058, 'node_density_km': 120.98160927249963, 'intersection_density_km': 99.49967176919274, 'edge_density_km': 22853.968618655505, 'street_density_km': 11610.073988403483, 'circuity_avg': 1.0709069385402836, 'self_loop_proportion': 0.0015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709069385402836\n", - "502\n", - "10008911.202255378\n", - "{'n': 132, 'm': 366, 'k_avg': 5.545454545454546, 'intersection_count': 122, 'streets_per_node_avg': 2.9696969696969697, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 106, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07575757575757576, 2: 0.0, 3: 0.803030303030303, 4: 0.12121212121212122}, 'edge_length_total': 86544.42799999997, 'edge_length_avg': 236.46018579234965, 'street_length_total': 43272.214000000014, 'street_length_avg': 236.46018579234982, 'street_segments_count': 183, 'node_density_km': 13.188247685747827, 'intersection_density_km': 12.189138012585113, 'edge_density_km': 8646.737517313402, 'street_density_km': 4323.368758656704, 'circuity_avg': 1.0693332589345443, 'self_loop_proportion': 0.00546448087431694, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693332589345443\n", - "503\n", - "13009991.353078894\n", - "{'n': 785, 'm': 2068, 'k_avg': 5.268789808917197, 'intersection_count': 667, 'streets_per_node_avg': 2.8076433121019106, 'streets_per_node_counts': {0: 0, 1: 118, 2: 1, 3: 580, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1503184713375796, 2: 0.0012738853503184713, 3: 0.7388535031847133, 4: 0.10955414012738854}, 'edge_length_total': 179553.18700000044, 'edge_length_avg': 86.82455851063851, 'street_length_total': 91362.93099999995, 'street_length_avg': 85.30619140989725, 'street_segments_count': 1071, 'node_density_km': 60.33824148654987, 'intersection_density_km': 51.26828926309397, 'edge_density_km': 13801.176505586845, 'street_density_km': 7022.52050139744, 'circuity_avg': 1.066577704509918, 'self_loop_proportion': 0.004835589941972921, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066577704509918\n", - "504\n", - "9006696.353259139\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2257, 'm': 6461, 'k_avg': 5.725299069561364, 'intersection_count': 1953, 'streets_per_node_avg': 2.9618963225520605, 'streets_per_node_counts': {0: 0, 1: 304, 2: 3, 3: 1433, 4: 510, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13469206911829862, 2: 0.001329198050509526, 3: 0.6349136021267169, 4: 0.2259636685866194, 5: 0.002658396101019052, 6: 0.00044306601683650863}, 'edge_length_total': 277306.00800000055, 'edge_length_avg': 42.919982665222186, 'street_length_total': 141357.22600000005, 'street_length_avg': 42.56465703101477, 'street_segments_count': 3321, 'node_density_km': 250.5913279937863, 'intersection_density_km': 216.838663523201, 'edge_density_km': 30788.870538491657, 'street_density_km': 15694.68098575888, 'circuity_avg': 1.0539419180375662, 'self_loop_proportion': 0.001547748026621266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539419180375662\n", - "505\n", - "8005757.292750937\n", - "{'n': 467, 'm': 1242, 'k_avg': 5.319057815845825, 'intersection_count': 377, 'streets_per_node_avg': 2.7751605995717346, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 303, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19271948608137046, 2: 0.0, 3: 0.6488222698072805, 4: 0.15631691648822268, 5: 0.0021413276231263384}, 'edge_length_total': 125281.77500000015, 'edge_length_avg': 100.87099436392927, 'street_length_total': 63026.936999999925, 'street_length_avg': 100.04275714285703, 'street_segments_count': 630, 'node_density_km': 58.333019965876275, 'intersection_density_km': 47.09111033647827, 'edge_density_km': 15648.959919561945, 'street_density_km': 7872.701444130667, 'circuity_avg': 1.0425098982670684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425098982670684\n", - "506\n", - "8011757.568177337\n", - "{'n': 3445, 'm': 9581, 'k_avg': 5.562264150943396, 'intersection_count': 2788, 'streets_per_node_avg': 2.8824383164005805, 'streets_per_node_counts': {0: 0, 1: 657, 2: 3, 3: 1885, 4: 889, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19071117561683598, 2: 0.0008708272859216256, 3: 0.5471698113207547, 4: 0.25805515239477506, 5: 0.002902757619738752, 6: 0.00029027576197387516}, 'edge_length_total': 349989.405999998, 'edge_length_avg': 36.5295278154679, 'street_length_total': 178858.46000000022, 'street_length_avg': 36.31643857868025, 'street_segments_count': 4925, 'node_density_km': 429.9930409381736, 'intersection_density_km': 347.98856259379625, 'edge_density_km': 43684.47285401573, 'street_density_km': 22324.497275157846, 'circuity_avg': 1.0473896190826835, 'self_loop_proportion': 0.0016699718192255506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473896190826835\n", - "507\n", - "20014734.973341607\n", - "{'n': 842, 'm': 2319, 'k_avg': 5.508313539192399, 'intersection_count': 703, 'streets_per_node_avg': 2.821852731591449, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 578, 4: 123, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16508313539192399, 2: 0.0, 3: 0.6864608076009501, 4: 0.14608076009501186, 5: 0.0011876484560570072, 6: 0.0011876484560570072}, 'edge_length_total': 299897.3989999994, 'edge_length_avg': 129.32186244070695, 'street_length_total': 150855.4570000001, 'street_length_avg': 129.04658426005142, 'street_segments_count': 1169, 'node_density_km': 42.06900571611326, 'intersection_density_km': 35.12412234967651, 'edge_density_km': 14983.83063275353, 'street_density_km': 7537.219813349029, 'circuity_avg': 1.040118288558055, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040118288558055\n", - "508\n", - "11014835.890611187\n", - "{'n': 516, 'm': 1368, 'k_avg': 5.3023255813953485, 'intersection_count': 440, 'streets_per_node_avg': 2.89922480620155, 'streets_per_node_counts': {0: 0, 1: 76, 2: 2, 3: 340, 4: 95, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14728682170542637, 2: 0.003875968992248062, 3: 0.6589147286821705, 4: 0.18410852713178294, 5: 0.003875968992248062, 6: 0.001937984496124031}, 'edge_length_total': 158502.39399999965, 'edge_length_avg': 115.86432309941495, 'street_length_total': 81570.65300000002, 'street_length_avg': 112.822479944675, 'street_segments_count': 723, 'node_density_km': 46.84590901983638, 'intersection_density_km': 39.94612397040311, 'edge_density_km': 14389.900637112873, 'street_density_km': 7405.525947919853, 'circuity_avg': 1.0559494625582795, 'self_loop_proportion': 0.006578947368421052, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559494625582795\n", - "509\n", - "32025873.759882465\n", - "{'n': 9296, 'm': 25647, 'k_avg': 5.517857142857143, 'intersection_count': 7584, 'streets_per_node_avg': 2.8624139414802063, 'streets_per_node_counts': {0: 0, 1: 1712, 2: 8, 3: 5473, 4: 2059, 5: 38, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18416523235800344, 2: 0.0008605851979345956, 3: 0.5887478485370051, 4: 0.22149311531841653, 5: 0.004087779690189329, 6: 0.0006454388984509467}, 'edge_length_total': 1222994.1770000118, 'edge_length_avg': 47.685662143720975, 'street_length_total': 625662.8450000006, 'street_length_avg': 47.230531063637095, 'street_segments_count': 13247, 'node_density_km': 290.2653045377556, 'intersection_density_km': 236.80852728209322, 'edge_density_km': 38187.69118274636, 'street_density_km': 19536.167840133792, 'circuity_avg': 1.0755744474178592, 'self_loop_proportion': 0.002963309548875112, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755744474178592\n", - "510\n", - "7005376.7200362785\n", - "{'n': 287, 'm': 759, 'k_avg': 5.289198606271777, 'intersection_count': 251, 'streets_per_node_avg': 2.843205574912892, 'streets_per_node_counts': {0: 0, 1: 36, 2: 2, 3: 220, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1254355400696864, 2: 0.006968641114982578, 3: 0.7665505226480837, 4: 0.10104529616724739}, 'edge_length_total': 89422.54800000008, 'edge_length_avg': 117.81626877470367, 'street_length_total': 45398.08899999996, 'street_length_avg': 117.30772351421179, 'street_segments_count': 387, 'node_density_km': 40.96853195334136, 'intersection_density_km': 35.82962202191179, 'edge_density_km': 12764.84500030385, 'street_density_km': 6480.463623056215, 'circuity_avg': 1.0476760644031726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476760644031726\n", - "511\n", - "16012604.281875797\n", - "{'n': 771, 'm': 2092, 'k_avg': 5.426718547341116, 'intersection_count': 639, 'streets_per_node_avg': 2.761348897535668, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 564, 4: 71, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17120622568093385, 2: 0.0, 3: 0.7315175097276264, 4: 0.09208819714656291, 5: 0.0038910505836575876, 6: 0.0012970168612191958}, 'edge_length_total': 224369.438, 'edge_length_avg': 107.25116539196941, 'street_length_total': 112739.08400000003, 'street_length_avg': 107.26839581351098, 'street_segments_count': 1051, 'node_density_km': 48.14956932849909, 'intersection_density_km': 39.906063295604305, 'edge_density_km': 14012.051634471307, 'street_density_km': 7040.646356795699, 'circuity_avg': 1.0533642854150034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533642854150034\n", - "512\n", - "8006187.699900711\n", - "{'n': 192, 'm': 497, 'k_avg': 5.177083333333333, 'intersection_count': 154, 'streets_per_node_avg': 2.8072916666666665, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 115, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19791666666666666, 2: 0.0, 3: 0.5989583333333334, 4: 0.203125}, 'edge_length_total': 89604.83799999999, 'edge_length_avg': 180.29142454728367, 'street_length_total': 45125.54400000002, 'street_length_avg': 174.90520930232566, 'street_segments_count': 258, 'node_density_km': 23.981451247062456, 'intersection_density_km': 19.235122354414678, 'edge_density_km': 11191.948197905882, 'street_density_km': 5636.333507464439, 'circuity_avg': 1.0944732200874199, 'self_loop_proportion': 0.002012072434607646, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0944732200874199\n", - "513\n", - "4005540.735719994\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 5, 'streets_per_node_avg': 2.111111111111111, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.5555555555555556}, 'edge_length_total': 7864.026000000001, 'edge_length_avg': 491.50162500000005, 'street_length_total': 3932.0130000000004, 'street_length_avg': 491.50162500000005, 'street_segments_count': 8, 'node_density_km': 2.2468876473383945, 'intersection_density_km': 1.248270915187997, 'edge_density_km': 1963.2869864164409, 'street_density_km': 981.6434932082204, 'circuity_avg': 1.0251652113108076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0251652113108076\n", - "514\n", - "6007562.124253987\n", - "{'n': 1701, 'm': 5207, 'k_avg': 6.1222810111699, 'intersection_count': 1553, 'streets_per_node_avg': 3.090534979423868, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 1116, 4: 425, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08700764256319812, 2: 0.0, 3: 0.656084656084656, 4: 0.2498530276308054, 5: 0.006466784244562022, 6: 0.0005878894767783657}, 'edge_length_total': 239444.98300000094, 'edge_length_avg': 45.98520894949125, 'street_length_total': 120065.51100000006, 'street_length_avg': 45.93171805661823, 'street_segments_count': 2614, 'node_density_km': 283.14313939969924, 'intersection_density_km': 258.5075223325884, 'edge_density_km': 39857.26290424919, 'street_density_km': 19985.72940515528, 'circuity_avg': 1.0632137743222914, 'self_loop_proportion': 0.0023045899750336087, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632137743222914\n", - "515\n", - "14011675.857645439\n", - "{'n': 2558, 'm': 7116, 'k_avg': 5.563721657544957, 'intersection_count': 2208, 'streets_per_node_avg': 2.9276778733385456, 'streets_per_node_counts': {0: 0, 1: 350, 2: 8, 3: 1687, 4: 503, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13682564503518374, 2: 0.003127443315089914, 3: 0.6594996090695856, 4: 0.19663799843627836, 5: 0.003909304143862392}, 'edge_length_total': 390314.47600000154, 'edge_length_avg': 54.85026363125373, 'street_length_total': 203543.45999999964, 'street_length_avg': 55.01174594594585, 'street_segments_count': 3700, 'node_density_km': 182.56203083689186, 'intersection_density_km': 157.58286320870104, 'edge_density_km': 27856.373496324304, 'street_density_km': 14526.703448462706, 'circuity_avg': 1.0757443500814443, 'self_loop_proportion': 0.002529510961214165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0757443500814443\n", - "516\n", - "5008067.197067499\n", - "{'n': 65, 'm': 176, 'k_avg': 5.415384615384616, 'intersection_count': 61, 'streets_per_node_avg': 3.0307692307692307, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 51, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06153846153846154, 2: 0.0, 3: 0.7846153846153846, 4: 0.15384615384615385}, 'edge_length_total': 35268.06800000004, 'edge_length_avg': 200.38675000000023, 'street_length_total': 17634.034, 'street_length_avg': 200.38675, 'street_segments_count': 88, 'node_density_km': 12.979059074538997, 'intersection_density_km': 12.180347746875059, 'edge_density_km': 7042.251354105522, 'street_density_km': 3521.125677052757, 'circuity_avg': 1.0289379587436298, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289379587436298\n", - "517\n", - "9010153.527927758\n", - "{'n': 703, 'm': 1759, 'k_avg': 5.004267425320057, 'intersection_count': 568, 'streets_per_node_avg': 2.728307254623044, 'streets_per_node_counts': {0: 0, 1: 135, 2: 2, 3: 487, 4: 77, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19203413940256045, 2: 0.002844950213371266, 3: 0.6927453769559033, 4: 0.10953058321479374, 5: 0.002844950213371266}, 'edge_length_total': 143594.091, 'edge_length_avg': 81.63393462194428, 'street_length_total': 78619.28599999996, 'street_length_avg': 83.90532123799356, 'street_segments_count': 937, 'node_density_km': 78.02308782208762, 'intersection_density_km': 63.039991298642626, 'edge_density_km': 15936.919449254396, 'street_density_km': 8725.63222772094, 'circuity_avg': 1.078754612174113, 'self_loop_proportion': 0.0045480386583285955, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078754612174113\n", - "518\n", - "14013840.404462643\n", - "{'n': 2340, 'm': 6386, 'k_avg': 5.458119658119658, 'intersection_count': 1928, 'streets_per_node_avg': 2.8756410256410256, 'streets_per_node_counts': {0: 0, 1: 412, 2: 0, 3: 1405, 4: 514, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17606837606837608, 2: 0.0, 3: 0.6004273504273504, 4: 0.21965811965811965, 5: 0.003418803418803419, 6: 0.00042735042735042735}, 'edge_length_total': 374528.0830000002, 'edge_length_avg': 58.64830613842784, 'street_length_total': 191602.6339999996, 'street_length_avg': 57.53832852852841, 'street_segments_count': 3330, 'node_density_km': 166.9777828535023, 'intersection_density_km': 137.57827578698823, 'edge_density_km': 26725.58500671475, 'street_density_km': 13672.385903508979, 'circuity_avg': 1.0557619847306792, 'self_loop_proportion': 0.003601628562480426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557619847306792\n", - "519\n", - "8008638.653503952\n", - "{'n': 233, 'm': 605, 'k_avg': 5.1931330472103, 'intersection_count': 187, 'streets_per_node_avg': 2.7339055793991416, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 157, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19742489270386265, 2: 0.0, 3: 0.6738197424892703, 4: 0.12875536480686695}, 'edge_length_total': 82246.43099999994, 'edge_length_avg': 135.94451404958667, 'street_length_total': 41313.584, 'street_length_avg': 135.89994736842107, 'street_segments_count': 304, 'node_density_km': 29.093583826267093, 'intersection_density_km': 23.349786160995478, 'edge_density_km': 10269.714312059186, 'street_density_km': 5158.627550504408, 'circuity_avg': 1.036022472530782, 'self_loop_proportion': 0.003305785123966942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036022472530782\n", - "520\n", - "91097521.47846754\n", - "{'n': 11867, 'm': 34250, 'k_avg': 5.772309766579591, 'intersection_count': 10329, 'streets_per_node_avg': 2.993595685514452, 'streets_per_node_counts': {0: 0, 1: 1538, 2: 6, 3: 7415, 4: 2820, 5: 78, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12960310103648773, 2: 0.0005056037751748546, 3: 0.6248419988202578, 4: 0.2376337743321817, 5: 0.00657284907727311, 6: 0.0008426729586247577}, 'edge_length_total': 2440609.4310000185, 'edge_length_avg': 71.25866951824871, 'street_length_total': 1251739.958, 'street_length_avg': 70.83182197827071, 'street_segments_count': 17672, 'node_density_km': 130.26699088410402, 'intersection_density_km': 113.38398490283224, 'edge_density_km': 26791.172705800764, 'street_density_km': 13740.658776274942, 'circuity_avg': 1.0553317560485287, 'self_loop_proportion': 0.0013722627737226278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553317560485287\n", - "521\n", - "12009243.124402082\n", - "{'n': 150, 'm': 405, 'k_avg': 5.4, 'intersection_count': 127, 'streets_per_node_avg': 2.8533333333333335, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 103, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15333333333333332, 2: 0.0, 3: 0.6866666666666666, 4: 0.16}, 'edge_length_total': 69952.62899999999, 'edge_length_avg': 172.7225407407407, 'street_length_total': 35143.26600000001, 'street_length_avg': 167.34888571428576, 'street_segments_count': 210, 'node_density_km': 12.490379155969352, 'intersection_density_km': 10.575187685387384, 'edge_density_km': 5824.89906111238, 'street_density_km': 2926.3514474605768, 'circuity_avg': 1.0387807710451649, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387807710451649\n", - "522\n", - "13009343.354689538\n", - "{'n': 3105, 'm': 7929, 'k_avg': 5.107246376811594, 'intersection_count': 2231, 'streets_per_node_avg': 2.6151368760064413, 'streets_per_node_counts': {0: 0, 1: 874, 2: 2, 3: 1695, 4: 515, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2814814814814815, 2: 0.0006441223832528181, 3: 0.5458937198067633, 4: 0.16586151368760063, 5: 0.005475040257648953, 6: 0.0006441223832528181}, 'edge_length_total': 340817.3920000015, 'edge_length_avg': 42.98365392861666, 'street_length_total': 172580.18399999992, 'street_length_avg': 42.91971748321311, 'street_segments_count': 4021, 'node_density_km': 238.6746137252751, 'intersection_density_km': 171.49212986186433, 'edge_density_km': 26197.893522208058, 'street_density_km': 13265.864332636678, 'circuity_avg': 1.0485259023994125, 'self_loop_proportion': 0.0012611930886618741, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485259023994125\n", - "523\n", - "5003663.605339546\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 221, 'm': 597, 'k_avg': 5.402714932126697, 'intersection_count': 193, 'streets_per_node_avg': 2.9728506787330318, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 143, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12669683257918551, 2: 0.0, 3: 0.6470588235294118, 4: 0.22624434389140272}, 'edge_length_total': 55569.82599999998, 'edge_length_avg': 93.08178559463983, 'street_length_total': 28536.01999999999, 'street_length_avg': 89.7359119496855, 'street_segments_count': 318, 'node_density_km': 44.16763744152682, 'intersection_density_km': 38.57173767517953, 'edge_density_km': 11105.82772604855, 'street_density_km': 5703.025273231483, 'circuity_avg': 1.0476870188617802, 'self_loop_proportion': 0.0033500837520938024, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476870188617802\n", - "524\n", - "4005868.1774594127\n", - "{'n': 588, 'm': 1607, 'k_avg': 5.465986394557823, 'intersection_count': 487, 'streets_per_node_avg': 2.82312925170068, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 390, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1717687074829932, 2: 0.0, 3: 0.6632653061224489, 4: 0.16326530612244897, 5: 0.0017006802721088435}, 'edge_length_total': 113478.17300000016, 'edge_length_avg': 70.61491785936538, 'street_length_total': 56828.863000000114, 'street_length_avg': 70.41990458488242, 'street_segments_count': 807, 'node_density_km': 146.7846603911263, 'intersection_density_km': 121.57164899741242, 'edge_density_km': 28327.98483947364, 'street_density_km': 14186.403666443639, 'circuity_avg': 1.0473483497842362, 'self_loop_proportion': 0.002489110143123833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473483497842362\n", - "525\n", - "14023578.03339362\n", - "{'n': 1449, 'm': 3958, 'k_avg': 5.463077984817115, 'intersection_count': 1255, 'streets_per_node_avg': 2.971014492753623, 'streets_per_node_counts': {0: 0, 1: 194, 2: 6, 3: 909, 4: 330, 5: 9, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13388543823326432, 2: 0.004140786749482402, 3: 0.6273291925465838, 4: 0.2277432712215321, 5: 0.006211180124223602, 6: 0.0, 7: 0.0006901311249137336}, 'edge_length_total': 297182.45300000004, 'edge_length_avg': 75.08399519959576, 'street_length_total': 154124.2370000001, 'street_length_avg': 72.3927839361203, 'street_segments_count': 2129, 'node_density_km': 103.32598403557006, 'intersection_density_km': 89.49213938208449, 'edge_density_km': 21191.62829146277, 'street_density_km': 10990.364701005126, 'circuity_avg': 1.0628730928250403, 'self_loop_proportion': 0.003031834259727135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628730928250403\n", - "526\n", - "9006934.465894612\n", - "{'n': 426, 'm': 1222, 'k_avg': 5.737089201877934, 'intersection_count': 369, 'streets_per_node_avg': 2.9131455399061035, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 293, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13380281690140844, 2: 0.0, 3: 0.687793427230047, 4: 0.176056338028169, 5: 0.002347417840375587}, 'edge_length_total': 143078.93000000014, 'edge_length_avg': 117.08586743044201, 'street_length_total': 71539.46499999998, 'street_length_avg': 117.08586743044187, 'street_segments_count': 611, 'node_density_km': 47.29689125785015, 'intersection_density_km': 40.968433976870195, 'edge_density_km': 15885.419233567041, 'street_density_km': 7942.709616783511, 'circuity_avg': 1.0309376545454438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309376545454438\n", - "527\n", - "5004133.349431175\n", - "{'n': 241, 'm': 668, 'k_avg': 5.54356846473029, 'intersection_count': 213, 'streets_per_node_avg': 2.925311203319502, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 176, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11618257261410789, 2: 0.0, 3: 0.7302904564315352, 4: 0.14937759336099585, 5: 0.004149377593360996}, 'edge_length_total': 57917.870000000075, 'edge_length_avg': 86.70339820359293, 'street_length_total': 29528.775999999998, 'street_length_avg': 86.34145029239765, 'street_segments_count': 342, 'node_density_km': 48.16018742334169, 'intersection_density_km': 42.56481295092025, 'edge_density_km': 11574.00611767943, 'street_density_km': 5900.877122580389, 'circuity_avg': 1.0326166478330518, 'self_loop_proportion': 0.0029940119760479044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326166478330518\n", - "528\n", - "3002685.052703489\n", - "{'n': 259, 'm': 694, 'k_avg': 5.359073359073359, 'intersection_count': 225, 'streets_per_node_avg': 2.8803088803088803, 'streets_per_node_counts': {0: 0, 1: 34, 2: 1, 3: 188, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13127413127413126, 2: 0.003861003861003861, 3: 0.7258687258687259, 4: 0.13127413127413126, 5: 0.007722007722007722}, 'edge_length_total': 53591.59600000008, 'edge_length_avg': 77.22131988472634, 'street_length_total': 27332.376000000022, 'street_length_avg': 76.77633707865175, 'street_segments_count': 356, 'node_density_km': 86.25613257934177, 'intersection_density_km': 74.93293370792239, 'edge_density_km': 17847.891157198952, 'street_density_km': 9102.644972835602, 'circuity_avg': 1.0473615741811382, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473615741811382\n", - "529\n", - "47041741.87000335\n", - "{'n': 9907, 'm': 27837, 'k_avg': 5.619662864641163, 'intersection_count': 8451, 'streets_per_node_avg': 2.968305238720097, 'streets_per_node_counts': {0: 0, 1: 1456, 2: 13, 3: 5892, 4: 2485, 5: 57, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14696679115776723, 2: 0.0013122034924800646, 3: 0.5947309982840416, 4: 0.2508327445240739, 5: 0.00575350762087413, 6: 0.0004037549207630968}, 'edge_length_total': 1422803.6169999961, 'edge_length_avg': 51.11195951431534, 'street_length_total': 748905.7220000013, 'street_length_avg': 51.12333415250197, 'street_segments_count': 14649, 'node_density_km': 210.60019476696505, 'intersection_density_km': 179.6489599248634, 'edge_density_km': 30245.555552169328, 'street_density_km': 15920.02532707125, 'circuity_avg': 1.068971658857793, 'self_loop_proportion': 0.0029457197255451377, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068971658857793\n", - "530\n", - "25020778.154151663\n", - "{'n': 7985, 'm': 23908, 'k_avg': 5.988227927363807, 'intersection_count': 7153, 'streets_per_node_avg': 3.086036318096431, 'streets_per_node_counts': {0: 0, 1: 832, 2: 1, 3: 4831, 4: 2291, 5: 29, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1041953663118347, 2: 0.00012523481527864746, 3: 0.605009392611146, 4: 0.28691296180338133, 5: 0.0036318096430807763, 6: 0.00012523481527864746}, 'edge_length_total': 1028210.1089999994, 'edge_length_avg': 43.00694784172659, 'street_length_total': 520603.0130000015, 'street_length_avg': 42.69337485648692, 'street_segments_count': 12194, 'node_density_km': 319.13475875150027, 'intersection_density_km': 285.88239566054875, 'edge_density_km': 41094.24985367171, 'street_density_km': 20806.82742129739, 'circuity_avg': 1.0407373137304914, 'self_loop_proportion': 0.0012548101054040489, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407373137304914\n", - "531\n", - "23019585.32328481\n", - "{'n': 6999, 'm': 19275, 'k_avg': 5.507929704243463, 'intersection_count': 5940, 'streets_per_node_avg': 2.9438491213030433, 'streets_per_node_counts': {0: 0, 1: 1059, 2: 20, 3: 4217, 4: 1665, 5: 34, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15130732961851692, 2: 0.002857551078725532, 3: 0.6025146449492784, 4: 0.23789112730390055, 5: 0.004857836833833405, 6: 0.0005715102157451065}, 'edge_length_total': 947169.3270000045, 'edge_length_avg': 49.13978350194576, 'street_length_total': 507609.5189999987, 'street_length_avg': 49.56640162093533, 'street_segments_count': 10241, 'node_density_km': 304.0454422487081, 'intersection_density_km': 258.04113829937506, 'edge_density_km': 41146.237592817204, 'street_density_km': 22051.201699386856, 'circuity_avg': 1.065444232122718, 'self_loop_proportion': 0.0033722438391699094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065444232122718\n", - "532\n", - "29028596.50721533\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4859, 'm': 14004, 'k_avg': 5.764149001852233, 'intersection_count': 4249, 'streets_per_node_avg': 2.9946491047540644, 'streets_per_node_counts': {0: 0, 1: 610, 2: 7, 3: 3066, 4: 1153, 5: 21, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12554023461617617, 2: 0.0014406256431364478, 3: 0.6309940316937641, 4: 0.2372916237909035, 5: 0.004321876929409343, 6: 0.00041160732661041366}, 'edge_length_total': 824257.8709999991, 'edge_length_avg': 58.85874542987712, 'street_length_total': 420008.6660000007, 'street_length_avg': 58.068390156228496, 'street_segments_count': 7233, 'node_density_km': 167.3866664133159, 'intersection_density_km': 146.37290504016863, 'edge_density_km': 28394.68559202034, 'street_density_km': 14468.789970455638, 'circuity_avg': 1.0563841826854634, 'self_loop_proportion': 0.0028563267637817767, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563841826854634\n", - "533\n", - "16011280.595517393\n", - "{'n': 3369, 'm': 9772, 'k_avg': 5.801127931136836, 'intersection_count': 2934, 'streets_per_node_avg': 3.021074502819828, 'streets_per_node_counts': {0: 0, 1: 435, 2: 1, 3: 2004, 4: 916, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12911843276936777, 2: 0.00029682398337785694, 3: 0.5948352626892253, 4: 0.27189076877411694, 5: 0.00385871178391214}, 'edge_length_total': 484105.84600000025, 'edge_length_avg': 49.54009885386822, 'street_length_total': 246513.2680000001, 'street_length_avg': 48.804844189269474, 'street_segments_count': 5051, 'node_density_km': 210.41415019253387, 'intersection_density_km': 183.24580488717552, 'edge_density_km': 30235.298364300303, 'street_density_km': 15396.224338796192, 'circuity_avg': 1.0470019018831087, 'self_loop_proportion': 0.002148997134670487, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0470019018831087\n", - "534\n", - "8011415.494948122\n", - "{'n': 799, 'm': 2265, 'k_avg': 5.669586983729662, 'intersection_count': 725, 'streets_per_node_avg': 3.0200250312891113, 'streets_per_node_counts': {0: 0, 1: 74, 2: 1, 3: 564, 4: 155, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09261576971214018, 2: 0.0012515644555694619, 3: 0.7058823529411765, 4: 0.1939924906132666, 5: 0.006257822277847309}, 'edge_length_total': 169831.7799999999, 'edge_length_avg': 74.98091832229576, 'street_length_total': 86353.61799999999, 'street_length_avg': 72.56606554621848, 'street_segments_count': 1190, 'node_density_km': 99.73268775085221, 'intersection_density_km': 90.49586810934649, 'edge_density_km': 21198.723260214538, 'street_density_km': 10778.821552128122, 'circuity_avg': 1.0970828211706478, 'self_loop_proportion': 0.0026490066225165563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0970828211706478\n", - "535\n", - "20016384.487123527\n", - "{'n': 3646, 'm': 10372, 'k_avg': 5.689522764673615, 'intersection_count': 3050, 'streets_per_node_avg': 2.899616017553483, 'streets_per_node_counts': {0: 0, 1: 596, 2: 0, 3: 2268, 4: 741, 5: 38, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1634668129456939, 2: 0.0, 3: 0.6220515633571037, 4: 0.20323642347778387, 5: 0.010422380691168404, 6: 0.0008228195282501371}, 'edge_length_total': 585085.301, 'edge_length_avg': 56.4100752988816, 'street_length_total': 295421.78300000104, 'street_length_avg': 56.31372150209703, 'street_segments_count': 5246, 'node_density_km': 182.15077764645557, 'intersection_density_km': 152.3751705490097, 'edge_density_km': 29230.318860850388, 'street_density_km': 14758.99821918613, 'circuity_avg': 1.0681833501029097, 'self_loop_proportion': 0.003470883146934053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681833501029097\n", - "536\n", - "8006635.501116214\n", - "{'n': 609, 'm': 1735, 'k_avg': 5.697865353037767, 'intersection_count': 546, 'streets_per_node_avg': 3.0295566502463056, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 411, 4: 128, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10344827586206896, 2: 0.0, 3: 0.6748768472906403, 4: 0.21018062397372742, 5: 0.008210180623973728, 6: 0.003284072249589491}, 'edge_length_total': 142071.7840000001, 'edge_length_avg': 81.88575446685884, 'street_length_total': 71936.0700000001, 'street_length_avg': 80.82704494382033, 'street_segments_count': 890, 'node_density_km': 76.06191138776065, 'intersection_density_km': 68.19343779592333, 'edge_density_km': 17744.255246812936, 'street_density_km': 8984.556620564455, 'circuity_avg': 1.0585393855113936, 'self_loop_proportion': 0.00345821325648415, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585393855113936\n", - "537\n", - "9006481.113649216\n", - "{'n': 701, 'm': 1911, 'k_avg': 5.452211126961483, 'intersection_count': 602, 'streets_per_node_avg': 2.8930099857346647, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 479, 4: 123}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14122681883024252, 2: 0.0, 3: 0.6833095577746077, 4: 0.1754636233951498}, 'edge_length_total': 125753.99500000042, 'edge_length_avg': 65.80533490319226, 'street_length_total': 64181.50599999994, 'street_length_avg': 64.43926305220877, 'street_segments_count': 996, 'node_density_km': 77.83283961342491, 'intersection_density_km': 66.84075527429643, 'edge_density_km': 13962.611303256022, 'street_density_km': 7126.146737012931, 'circuity_avg': 1.0792604734679077, 'self_loop_proportion': 0.00837257980115123, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792604734679077\n", - "538\n", - "10007085.674305594\n", - "{'n': 747, 'm': 1988, 'k_avg': 5.322623828647925, 'intersection_count': 633, 'streets_per_node_avg': 2.969210174029451, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 437, 4: 189, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15261044176706828, 2: 0.0, 3: 0.5850066934404283, 4: 0.25301204819277107, 5: 0.006693440428380187, 6: 0.002677376171352075}, 'edge_length_total': 155769.92299999966, 'edge_length_avg': 78.35509205231371, 'street_length_total': 82318.4919999999, 'street_length_avg': 75.86957788018424, 'street_segments_count': 1085, 'node_density_km': 74.64710749084652, 'intersection_density_km': 63.255179440034595, 'edge_density_km': 15565.962765758848, 'street_density_km': 8226.020509783642, 'circuity_avg': 1.054231612956266, 'self_loop_proportion': 0.007042253521126761, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054231612956266\n", - "539\n", - "6004405.138825873\n", - "{'n': 147, 'm': 420, 'k_avg': 5.714285714285714, 'intersection_count': 130, 'streets_per_node_avg': 3.0408163265306123, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 90, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11564625850340136, 2: 0.0, 3: 0.6122448979591837, 4: 0.272108843537415}, 'edge_length_total': 63188.07399999997, 'edge_length_avg': 150.44779523809518, 'street_length_total': 31594.037000000004, 'street_length_avg': 150.44779523809527, 'street_segments_count': 210, 'node_density_km': 24.482025546454885, 'intersection_density_km': 21.650770891422685, 'edge_density_km': 10523.61933264817, 'street_density_km': 5261.809666324088, 'circuity_avg': 1.035379040839578, 'self_loop_proportion': 0.004761904761904762, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035379040839578\n", - "540\n", - "129086915.23864098\n", - "{'n': 41603, 'm': 109228, 'k_avg': 5.250967478306853, 'intersection_count': 32275, 'streets_per_node_avg': 2.7644400644184315, 'streets_per_node_counts': {0: 0, 1: 9328, 2: 37, 3: 23602, 4: 8399, 5: 217, 6: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22421459990866044, 2: 0.0008893589404610244, 3: 0.5673148571016513, 4: 0.20188447948465255, 5: 0.0052159700021633055, 6: 0.00048073456241136457}, 'edge_length_total': 4286804.515999958, 'edge_length_avg': 39.24638843519938, 'street_length_total': 2254916.2360000005, 'street_length_avg': 39.30890865351092, 'street_segments_count': 57364, 'node_density_km': 322.28673156445933, 'intersection_density_km': 250.02534099086424, 'edge_density_km': 33208.668036376956, 'street_density_km': 17468.201419418627, 'circuity_avg': 1.0608519541979862, 'self_loop_proportion': 0.0023528765517999047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608519541979862\n", - "541\n", - "8007948.569021595\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1490, 'm': 4008, 'k_avg': 5.379865771812081, 'intersection_count': 1256, 'streets_per_node_avg': 2.8818791946308724, 'streets_per_node_counts': {0: 0, 1: 234, 2: 4, 3: 966, 4: 276, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15704697986577182, 2: 0.0026845637583892616, 3: 0.6483221476510067, 4: 0.18523489932885906, 5: 0.006711409395973154}, 'edge_length_total': 202704.02000000008, 'edge_length_avg': 50.57485528942118, 'street_length_total': 105211.71500000001, 'street_length_avg': 49.863372037914694, 'street_segments_count': 2110, 'node_density_km': 186.06513105790927, 'intersection_density_km': 156.8441641669356, 'edge_density_km': 25312.852380714816, 'street_density_km': 13138.410429733154, 'circuity_avg': 1.0626441134764573, 'self_loop_proportion': 0.004491017964071856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626441134764573\n", - "542\n", - "20013685.54305191\n", - "{'n': 522, 'm': 1442, 'k_avg': 5.524904214559387, 'intersection_count': 455, 'streets_per_node_avg': 2.8831417624521074, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 384, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12835249042145594, 2: 0.0, 3: 0.735632183908046, 4: 0.13218390804597702, 5: 0.0038314176245210726}, 'edge_length_total': 228782.345, 'edge_length_avg': 158.65627253814148, 'street_length_total': 116024.257, 'street_length_avg': 157.42775712347353, 'street_segments_count': 737, 'node_density_km': 26.08215257889975, 'intersection_density_km': 22.734443339845566, 'edge_density_km': 11431.295075954948, 'street_density_km': 5797.245927064133, 'circuity_avg': 1.0595261924884536, 'self_loop_proportion': 0.004160887656033287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0595261924884536\n", - "543\n", - "11007895.489967963\n", - "{'n': 581, 'm': 1635, 'k_avg': 5.628227194492255, 'intersection_count': 486, 'streets_per_node_avg': 2.9483648881239244, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 327, 4: 158, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16351118760757316, 2: 0.0, 3: 0.5628227194492255, 4: 0.2719449225473322, 5: 0.0017211703958691911}, 'edge_length_total': 179568.44900000023, 'edge_length_avg': 109.82779755351696, 'street_length_total': 90767.04799999991, 'street_length_avg': 109.22629121540302, 'street_segments_count': 831, 'node_density_km': 52.780297608157156, 'intersection_density_km': 44.150128463966226, 'edge_density_km': 16312.695661368678, 'street_density_km': 8245.631336409433, 'circuity_avg': 1.0834910689257262, 'self_loop_proportion': 0.003669724770642202, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0834910689257262\n", - "544\n", - "9013651.880018104\n", - "{'n': 443, 'm': 1193, 'k_avg': 5.3860045146726865, 'intersection_count': 391, 'streets_per_node_avg': 2.8645598194130923, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 348, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11738148984198646, 2: 0.0, 3: 0.7855530474040632, 4: 0.09480812641083522, 5: 0.002257336343115124}, 'edge_length_total': 120199.53100000022, 'edge_length_avg': 100.7540075440069, 'street_length_total': 61121.59099999998, 'street_length_avg': 98.26622347266877, 'street_segments_count': 622, 'node_density_km': 49.14767132088423, 'intersection_density_km': 43.37864443897457, 'edge_density_km': 13335.275490998749, 'street_density_km': 6781.001952770914, 'circuity_avg': 1.0509164002722688, 'self_loop_proportion': 0.0016764459346186086, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509164002722688\n", - "545\n", - "17018161.925080843\n", - "{'n': 509, 'm': 1382, 'k_avg': 5.4302554027504915, 'intersection_count': 435, 'streets_per_node_avg': 2.821218074656189, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 383, 4: 48, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14538310412573674, 2: 0.0, 3: 0.7524557956777996, 4: 0.09430255402750491, 5: 0.005893909626719057, 6: 0.0019646365422396855}, 'edge_length_total': 212682.8049999999, 'edge_length_avg': 153.89493849493482, 'street_length_total': 106701.11500000002, 'street_length_avg': 152.64823319027184, 'street_segments_count': 699, 'node_density_km': 29.90922299604233, 'intersection_density_km': 25.56092731488883, 'edge_density_km': 12497.401654555568, 'street_density_km': 6269.837804442746, 'circuity_avg': 1.0641871419972249, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641871419972249\n", - "546\n", - "9010456.114727944\n", - "{'n': 1492, 'm': 3880, 'k_avg': 5.201072386058981, 'intersection_count': 1201, 'streets_per_node_avg': 2.7627345844504023, 'streets_per_node_counts': {0: 0, 1: 291, 2: 2, 3: 975, 4: 218, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1950402144772118, 2: 0.0013404825737265416, 3: 0.653485254691689, 4: 0.14611260053619302, 5: 0.004021447721179625}, 'edge_length_total': 226889.142, 'edge_length_avg': 58.47658298969072, 'street_length_total': 116862.01200000032, 'street_length_avg': 57.426050122850285, 'street_segments_count': 2035, 'node_density_km': 165.58540222633874, 'intersection_density_km': 133.28958986181826, 'edge_density_km': 25180.65002604483, 'street_density_km': 12969.600041554475, 'circuity_avg': 1.0670190050262462, 'self_loop_proportion': 0.002061855670103093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670190050262462\n", - "547\n", - "8008813.034651294\n", - "{'n': 868, 'm': 2272, 'k_avg': 5.235023041474655, 'intersection_count': 707, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 161, 2: 1, 3: 602, 4: 102, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18548387096774194, 2: 0.001152073732718894, 3: 0.6935483870967742, 4: 0.1175115207373272, 5: 0.002304147465437788}, 'edge_length_total': 187875.30800000014, 'edge_length_avg': 82.69159683098597, 'street_length_total': 94981.55199999991, 'street_length_avg': 81.81012230835479, 'street_segments_count': 1161, 'node_density_km': 108.3806047468547, 'intersection_density_km': 88.27775064058326, 'edge_density_km': 23458.570850278345, 'street_density_km': 11859.629084740573, 'circuity_avg': 1.042682787025919, 'self_loop_proportion': 0.0035211267605633804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042682787025919\n", - "548\n", - "13008661.391892448\n", - "{'n': 60, 'm': 144, 'k_avg': 4.8, 'intersection_count': 47, 'streets_per_node_avg': 2.716666666666667, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 38, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21666666666666667, 2: 0.0, 3: 0.6333333333333333, 4: 0.15}, 'edge_length_total': 44994.00399999999, 'edge_length_avg': 312.45836111111106, 'street_length_total': 22497.002, 'street_length_avg': 312.4583611111111, 'street_segments_count': 72, 'node_density_km': 4.612311612430358, 'intersection_density_km': 3.6129774297371138, 'edge_density_km': 3458.772785648966, 'street_density_km': 1729.3863928244832, 'circuity_avg': 1.0730952318544091, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730952318544091\n", - "549\n", - "15016183.411490299\n", - "{'n': 3131, 'm': 8576, 'k_avg': 5.478122005748962, 'intersection_count': 2560, 'streets_per_node_avg': 2.8738422229319704, 'streets_per_node_counts': {0: 0, 1: 571, 2: 1, 3: 1826, 4: 719, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18236984988821464, 2: 0.00031938677738741617, 3: 0.5832002555094219, 4: 0.22963909294155221, 5: 0.00415202810603641, 6: 0.00031938677738741617}, 'edge_length_total': 374373.57499999576, 'edge_length_avg': 43.65363514458906, 'street_length_total': 193511.4339999996, 'street_length_avg': 43.233117515638874, 'street_segments_count': 4476, 'node_density_km': 208.5083748780117, 'intersection_density_km': 170.48273385107314, 'edge_density_km': 24931.340057655874, 'street_density_km': 12886.85871084431, 'circuity_avg': 1.0514621890560265, 'self_loop_proportion': 0.0013992537313432835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514621890560265\n", - "550\n", - "5005442.230596203\n", - "{'n': 46, 'm': 118, 'k_avg': 5.130434782608695, 'intersection_count': 35, 'streets_per_node_avg': 2.717391304347826, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 26, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2391304347826087, 2: 0.0, 3: 0.5652173913043478, 4: 0.1956521739130435}, 'edge_length_total': 28476.358, 'edge_length_avg': 241.32506779661017, 'street_length_total': 14238.178999999996, 'street_length_avg': 241.3250677966101, 'street_segments_count': 59, 'node_density_km': 9.189997183230082, 'intersection_density_km': 6.992389161153323, 'edge_density_km': 5689.079343666334, 'street_density_km': 2844.5396718331667, 'circuity_avg': 1.0892562836054407, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0892562836054407\n", - "551\n", - "11017507.764500959\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1163, 'm': 3405, 'k_avg': 5.8555460017196905, 'intersection_count': 1045, 'streets_per_node_avg': 3.054170249355116, 'streets_per_node_counts': {0: 0, 1: 118, 2: 3, 3: 745, 4: 292, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10146173688736028, 2: 0.0025795356835769563, 3: 0.6405846947549441, 4: 0.2510748065348237, 5: 0.004299226139294927}, 'edge_length_total': 196170.49200000017, 'edge_length_avg': 57.61247929515424, 'street_length_total': 100167.22399999994, 'street_length_avg': 56.97794311717858, 'street_segments_count': 1758, 'node_density_km': 105.55926302564112, 'intersection_density_km': 94.84903685450986, 'edge_density_km': 17805.34184256014, 'street_density_km': 9091.640881138697, 'circuity_avg': 1.0891401942211063, 'self_loop_proportion': 0.002936857562408223, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0891401942211063\n", - "552\n", - "7005881.182248307\n", - "{'n': 206, 'm': 553, 'k_avg': 5.368932038834951, 'intersection_count': 174, 'streets_per_node_avg': 2.8592233009708736, 'streets_per_node_counts': {0: 0, 1: 32, 2: 1, 3: 138, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1553398058252427, 2: 0.0048543689320388345, 3: 0.6699029126213593, 4: 0.1650485436893204, 5: 0.0048543689320388345}, 'edge_length_total': 84916.75000000006, 'edge_length_avg': 153.55650994575055, 'street_length_total': 43231.63999999999, 'street_length_avg': 154.39871428571425, 'street_segments_count': 280, 'node_density_km': 29.40386721401562, 'intersection_density_km': 24.836276190479214, 'edge_density_km': 12120.78078274642, 'street_density_km': 6170.76408739867, 'circuity_avg': 1.0371486330010955, 'self_loop_proportion': 0.003616636528028933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371486330010955\n", - "553\n", - "15009572.413378712\n", - "{'n': 302, 'm': 808, 'k_avg': 5.3509933774834435, 'intersection_count': 250, 'streets_per_node_avg': 2.7682119205298013, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 218, 4: 30, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17218543046357615, 2: 0.0, 3: 0.7218543046357616, 4: 0.09933774834437085, 5: 0.006622516556291391}, 'edge_length_total': 142731.49000000005, 'edge_length_avg': 176.6478836633664, 'street_length_total': 71365.74499999994, 'street_length_avg': 176.64788366336617, 'street_segments_count': 404, 'node_density_km': 20.120493221433392, 'intersection_density_km': 16.656037434961416, 'edge_density_km': 9509.364162351289, 'street_density_km': 4754.682081175638, 'circuity_avg': 1.0539611412112584, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539611412112584\n", - "554\n", - "7006322.490703665\n", - "{'n': 60, 'm': 166, 'k_avg': 5.533333333333333, 'intersection_count': 50, 'streets_per_node_avg': 2.85, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 39, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.65, 4: 0.18333333333333332}, 'edge_length_total': 33361.804, 'edge_length_avg': 200.97472289156624, 'street_length_total': 16680.901999999995, 'street_length_avg': 200.9747228915662, 'street_segments_count': 83, 'node_density_km': 8.563693732284086, 'intersection_density_km': 7.136411443570072, 'edge_density_km': 4761.671196874836, 'street_density_km': 2380.8355984374175, 'circuity_avg': 1.054390658288349, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054390658288349\n", - "555\n", - "20035381.191301636\n", - "{'n': 1116, 'm': 2776, 'k_avg': 4.974910394265233, 'intersection_count': 910, 'streets_per_node_avg': 2.774193548387097, 'streets_per_node_counts': {0: 0, 1: 206, 2: 2, 3: 750, 4: 155, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18458781362007168, 2: 0.0017921146953405018, 3: 0.6720430107526881, 4: 0.1388888888888889, 5: 0.0017921146953405018, 6: 0.0008960573476702509}, 'edge_length_total': 273925.5110000009, 'edge_length_avg': 98.67633681556228, 'street_length_total': 142353.49199999974, 'street_length_avg': 94.14913492063475, 'street_segments_count': 1512, 'node_density_km': 55.70146079798629, 'intersection_density_km': 45.419649933841875, 'edge_density_km': 13672.088810515155, 'street_density_km': 7105.105245604338, 'circuity_avg': 1.0536501019250133, 'self_loop_proportion': 0.005763688760806916, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536501019250133\n", - "556\n", - "12013534.379208451\n", - "{'n': 2014, 'm': 6187, 'k_avg': 6.143992055610725, 'intersection_count': 1856, 'streets_per_node_avg': 3.1295928500496526, 'streets_per_node_counts': {0: 0, 1: 158, 2: 1, 3: 1286, 4: 560, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07845084409136048, 2: 0.0004965243296921549, 3: 0.6385302879841113, 4: 0.27805362462760674, 5: 0.004468718967229395}, 'edge_length_total': 324626.01099999994, 'edge_length_avg': 52.46904978180054, 'street_length_total': 163320.8819999998, 'street_length_avg': 52.145875478927145, 'street_segments_count': 3132, 'node_density_km': 167.64425325868993, 'intersection_density_km': 154.4924200834799, 'edge_density_km': 27021.69076586011, 'street_density_km': 13594.740468937727, 'circuity_avg': 1.067216212788701, 'self_loop_proportion': 0.0022628091158881525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067216212788701\n", - "557\n", - "4005859.6268961444\n", - "{'n': 179, 'm': 490, 'k_avg': 5.4748603351955305, 'intersection_count': 156, 'streets_per_node_avg': 2.983240223463687, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 113, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12849162011173185, 2: 0.0, 3: 0.6312849162011173, 4: 0.24022346368715083}, 'edge_length_total': 77052.844, 'edge_length_avg': 157.25070204081632, 'street_length_total': 38526.42199999997, 'street_length_avg': 157.2507020408162, 'street_segments_count': 245, 'node_density_km': 44.68454131496724, 'intersection_density_km': 38.94295220745748, 'edge_density_km': 19235.033470132545, 'street_density_km': 9617.516735066265, 'circuity_avg': 1.0224821772709343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224821772709343\n", - "558\n", - "12009049.299799385\n", - "{'n': 2409, 'm': 6391, 'k_avg': 5.30593607305936, 'intersection_count': 1877, 'streets_per_node_avg': 2.7148194271481945, 'streets_per_node_counts': {0: 0, 1: 532, 2: 1, 3: 1501, 4: 373, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22083852220838524, 2: 0.00041511000415110004, 3: 0.6230801162308012, 4: 0.15483603154836031, 5: 0.00041511000415110004, 6: 0.00041511000415110004}, 'edge_length_total': 331546.40599999955, 'edge_length_avg': 51.87707807854789, 'street_length_total': 168039.26600000024, 'street_length_avg': 51.80002034525285, 'street_segments_count': 3244, 'node_density_km': 200.5987268317937, 'intersection_density_km': 156.2988004413768, 'edge_density_km': 27608.0477082843, 'street_density_km': 13992.720140037012, 'circuity_avg': 1.0814292439229467, 'self_loop_proportion': 0.0018776404318572994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0814292439229467\n", - "559\n", - "8005081.874462851\n", - "{'n': 326, 'm': 888, 'k_avg': 5.447852760736196, 'intersection_count': 287, 'streets_per_node_avg': 2.914110429447853, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 237, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1196319018404908, 2: 0.0, 3: 0.7269938650306749, 4: 0.15337423312883436}, 'edge_length_total': 123804.16199999997, 'edge_length_avg': 139.41910135135132, 'street_length_total': 62056.68799999997, 'street_length_avg': 139.4532314606741, 'street_segments_count': 445, 'node_density_km': 40.724130635062984, 'intersection_density_km': 35.8522254363898, 'edge_density_km': 15465.695909363494, 'street_density_km': 7752.1615610163935, 'circuity_avg': 1.0735754682264038, 'self_loop_proportion': 0.0022522522522522522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735754682264038\n", - "560\n", - "24015906.908479486\n", - "{'n': 5986, 'm': 15673, 'k_avg': 5.236551954560642, 'intersection_count': 4711, 'streets_per_node_avg': 2.727029736050785, 'streets_per_node_counts': {0: 0, 1: 1275, 2: 7, 3: 3808, 4: 871, 5: 23, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21299699298362845, 2: 0.0011693952555963916, 3: 0.636151019044437, 4: 0.14550618108920815, 5: 0.003842298696959572, 6: 0.0003341129301703976}, 'edge_length_total': 803088.8420000004, 'edge_length_avg': 51.24027576086266, 'street_length_total': 411939.63899999805, 'street_length_avg': 50.850467720034324, 'street_segments_count': 8101, 'node_density_km': 249.25146582269917, 'intersection_density_km': 196.1616531057026, 'edge_density_km': 33439.87154265856, 'street_density_km': 17152.782968797703, 'circuity_avg': 1.083643005004857, 'self_loop_proportion': 0.0039558476360620175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083643005004857\n", - "561\n", - "11007507.8820013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 241, 'm': 627, 'k_avg': 5.203319502074689, 'intersection_count': 207, 'streets_per_node_avg': 2.8132780082987554, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 185, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14107883817427386, 2: 0.0, 3: 0.7676348547717843, 4: 0.08713692946058091, 5: 0.004149377593360996}, 'edge_length_total': 118687.80700000004, 'edge_length_avg': 189.29474800637965, 'street_length_total': 59589.27000000003, 'street_length_avg': 183.9175000000001, 'street_segments_count': 324, 'node_density_km': 21.89414739316846, 'intersection_density_km': 18.805346516123947, 'edge_density_km': 10782.441245767353, 'street_density_km': 5413.511454071835, 'circuity_avg': 1.052567627585738, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052567627585738\n", - "562\n", - "5004232.44753889\n", - "error with entry 562\n", - "563\n", - "6007198.426132673\n", - "{'n': 112, 'm': 281, 'k_avg': 5.017857142857143, 'intersection_count': 85, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 59, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24107142857142858, 2: 0.0, 3: 0.5267857142857143, 4: 0.23214285714285715}, 'edge_length_total': 58557.205999999984, 'edge_length_avg': 208.38863345195725, 'street_length_total': 29914.064, 'street_length_avg': 209.18925874125873, 'street_segments_count': 143, 'node_density_km': 18.644298399196312, 'intersection_density_km': 14.149690749390059, 'edge_density_km': 9747.839482921503, 'street_density_km': 4979.702995970143, 'circuity_avg': 1.02874874749652, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02874874749652\n", - "564\n", - "6003834.060548285\n", - "{'n': 194, 'm': 511, 'k_avg': 5.268041237113402, 'intersection_count': 162, 'streets_per_node_avg': 2.8711340206185567, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 125, 4: 35, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16494845360824742, 2: 0.0, 3: 0.6443298969072165, 4: 0.18041237113402062, 5: 0.010309278350515464}, 'edge_length_total': 63222.75599999998, 'edge_length_avg': 123.72359295499018, 'street_length_total': 31866.35899999998, 'street_length_avg': 120.70590530303022, 'street_segments_count': 264, 'node_density_km': 32.31268520141002, 'intersection_density_km': 26.982757745507335, 'edge_density_km': 10530.396970069876, 'street_density_km': 5307.668179804734, 'circuity_avg': 1.0490533360597667, 'self_loop_proportion': 0.003913894324853229, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490533360597667\n", - "565\n", - "18023819.591339327\n", - "{'n': 3956, 'm': 10754, 'k_avg': 5.43680485338726, 'intersection_count': 3268, 'streets_per_node_avg': 2.859959555106168, 'streets_per_node_counts': {0: 0, 1: 688, 2: 13, 3: 2444, 4: 789, 5: 20, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0032861476238624874, 3: 0.6177957532861477, 4: 0.1994438827098079, 5: 0.005055611729019211, 6: 0.0005055611729019212}, 'edge_length_total': 485479.5999999998, 'edge_length_avg': 45.14409522038309, 'street_length_total': 251058.58799999923, 'street_length_avg': 44.72805772314257, 'street_segments_count': 5613, 'node_density_km': 219.48732786367367, 'intersection_density_km': 181.3156186699913, 'edge_density_km': 26935.444928292494, 'street_density_km': 13929.266586791406, 'circuity_avg': 1.0676341521569854, 'self_loop_proportion': 0.004928398735354287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676341521569854\n", - "566\n", - "48060900.33250797\n", - "{'n': 2940, 'm': 7972, 'k_avg': 5.42312925170068, 'intersection_count': 2398, 'streets_per_node_avg': 2.7700680272108844, 'streets_per_node_counts': {0: 0, 1: 542, 2: 0, 3: 1998, 4: 393, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18435374149659864, 2: 0.0, 3: 0.6795918367346939, 4: 0.1336734693877551, 5: 0.0020408163265306124, 6: 0.0003401360544217687}, 'edge_length_total': 822740.9689999998, 'edge_length_avg': 103.20383454591067, 'street_length_total': 413449.5500000002, 'street_length_avg': 102.82256901268347, 'street_segments_count': 4021, 'node_density_km': 61.17238711009768, 'intersection_density_km': 49.895028670072875, 'edge_density_km': 17118.717362926825, 'street_density_km': 8602.617660916905, 'circuity_avg': 1.0630633125682318, 'self_loop_proportion': 0.002508780732563974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630633125682318\n", - "567\n", - "10006395.873373434\n", - "{'n': 1279, 'm': 3673, 'k_avg': 5.743549648162627, 'intersection_count': 1161, 'streets_per_node_avg': 3.029710711493354, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 889, 4: 270, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09225957779515247, 2: 0.0, 3: 0.6950742767787333, 4: 0.2111024237685692, 5: 0.001563721657544957}, 'edge_length_total': 231399.7019999995, 'edge_length_avg': 63.00019112442131, 'street_length_total': 122128.5919999999, 'street_length_avg': 64.07586149003143, 'street_segments_count': 1906, 'node_density_km': 127.81824906641572, 'intersection_density_km': 116.02579137303256, 'edge_density_km': 23125.17962793613, 'street_density_km': 12205.053002647892, 'circuity_avg': 1.0425695506573243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425695506573243\n", - "568\n", - "12008255.175558064\n", - "{'n': 744, 'm': 1847, 'k_avg': 4.96505376344086, 'intersection_count': 566, 'streets_per_node_avg': 2.5739247311827955, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 528, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.239247311827957, 2: 0.0, 3: 0.7096774193548387, 4: 0.04973118279569892, 5: 0.0013440860215053765}, 'edge_length_total': 203776.63600000017, 'edge_length_avg': 110.32844396318363, 'street_length_total': 102880.46700000015, 'street_length_avg': 109.56386261980846, 'street_segments_count': 939, 'node_density_km': 61.95737758091269, 'intersection_density_km': 47.1342415467696, 'edge_density_km': 16969.712337123947, 'street_density_km': 8567.478413467254, 'circuity_avg': 1.083506258725806, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083506258725806\n", - "569\n", - "8006989.706230132\n", - "{'n': 147, 'm': 381, 'k_avg': 5.183673469387755, 'intersection_count': 116, 'streets_per_node_avg': 2.693877551020408, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 99, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2108843537414966, 2: 0.0, 3: 0.673469387755102, 4: 0.11564625850340136}, 'edge_length_total': 53387.16000000002, 'edge_length_avg': 140.1237795275591, 'street_length_total': 26807.698999999997, 'street_length_avg': 139.62343229166666, 'street_segments_count': 192, 'node_density_km': 18.358959533271445, 'intersection_density_km': 14.487342216731209, 'edge_density_km': 6667.569456029172, 'street_density_km': 3348.0371504838186, 'circuity_avg': 1.0528033635096445, 'self_loop_proportion': 0.010498687664041995, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0528033635096445\n", - "570\n", - "45029030.56421433\n", - "{'n': 1653, 'm': 4516, 'k_avg': 5.464004839685421, 'intersection_count': 1353, 'streets_per_node_avg': 2.8045977011494254, 'streets_per_node_counts': {0: 0, 1: 300, 2: 1, 3: 1078, 4: 270, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18148820326678766, 2: 0.0006049606775559589, 3: 0.6521476104053237, 4: 0.16333938294010888, 5: 0.0024198427102238356}, 'edge_length_total': 628948.606000001, 'edge_length_avg': 139.27117050487178, 'street_length_total': 315590.01599999977, 'street_length_avg': 137.99301093135102, 'street_segments_count': 2287, 'node_density_km': 36.7096510692744, 'intersection_density_km': 30.047282454161078, 'edge_density_km': 13967.624843778935, 'street_density_km': 7008.590059471698, 'circuity_avg': 1.0360428797133558, 'self_loop_proportion': 0.0008857395925597874, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360428797133558\n", - "571\n", - "6003899.264245108\n", - "{'n': 361, 'm': 931, 'k_avg': 5.157894736842105, 'intersection_count': 294, 'streets_per_node_avg': 2.770083102493075, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 243, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18559556786703602, 2: 0.0, 3: 0.6731301939058172, 4: 0.14127423822714683}, 'edge_length_total': 76931.42700000003, 'edge_length_avg': 82.63311170784105, 'street_length_total': 38989.04499999999, 'street_length_avg': 80.72266045548652, 'street_segments_count': 483, 'node_density_km': 60.12759110564288, 'intersection_density_km': 48.968176689914145, 'edge_density_km': 12813.577246065419, 'street_density_km': 6493.953892962631, 'circuity_avg': 1.075286677446671, 'self_loop_proportion': 0.0021482277121374865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075286677446671\n", - "572\n", - "14009190.419798829\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 228, 'm': 578, 'k_avg': 5.0701754385964914, 'intersection_count': 184, 'streets_per_node_avg': 2.662280701754386, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 173, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19298245614035087, 2: 0.0, 3: 0.7587719298245614, 4: 0.04824561403508772}, 'edge_length_total': 113808.536, 'edge_length_avg': 196.90058131487888, 'street_length_total': 57007.742, 'street_length_avg': 195.23199315068493, 'street_segments_count': 292, 'node_density_km': 16.275030402740008, 'intersection_density_km': 13.134235061860357, 'edge_density_km': 8123.848173207591, 'street_density_km': 4069.3102379015722, 'circuity_avg': 1.0573308072351364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573308072351364\n", - "573\n", - "20026281.485726696\n", - "{'n': 3579, 'm': 9750, 'k_avg': 5.448449287510478, 'intersection_count': 3036, 'streets_per_node_avg': 2.886560491757474, 'streets_per_node_counts': {0: 0, 1: 543, 2: 11, 3: 2359, 4: 644, 5: 19, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15171835708298406, 2: 0.003073484213467449, 3: 0.6591226599608829, 4: 0.17993853031573065, 5: 0.005308745459625594, 6: 0.0008382229673093043}, 'edge_length_total': 512031.48699999927, 'edge_length_avg': 52.51604994871787, 'street_length_total': 265564.48700000043, 'street_length_avg': 51.87819632740778, 'street_segments_count': 5119, 'node_density_km': 178.71515501022273, 'intersection_density_km': 151.6007853062409, 'edge_density_km': 25567.976130013893, 'street_density_km': 13260.798675444357, 'circuity_avg': 1.059552020721982, 'self_loop_proportion': 0.002358974358974359, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059552020721982\n", - "574\n", - "161153016.71128964\n", - "error with entry 574\n", - "575\n", - "14023409.31239429\n", - "{'n': 403, 'm': 992, 'k_avg': 4.923076923076923, 'intersection_count': 319, 'streets_per_node_avg': 2.7121588089330024, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 268, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20843672456575682, 2: 0.0, 3: 0.6650124069478908, 4: 0.12406947890818859, 5: 0.0024813895781637717}, 'edge_length_total': 151843.73199999976, 'edge_length_avg': 153.0682782258062, 'street_length_total': 80228.78900000005, 'street_length_avg': 149.96035327102814, 'street_segments_count': 535, 'node_density_km': 28.737662220542695, 'intersection_density_km': 22.74767803561568, 'edge_density_km': 10827.875634051125, 'street_density_km': 5721.061634355317, 'circuity_avg': 1.0484070605202263, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484070605202263\n", - "576\n", - "7004375.505032695\n", - "{'n': 163, 'm': 454, 'k_avg': 5.570552147239264, 'intersection_count': 142, 'streets_per_node_avg': 2.8650306748466257, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 122, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12883435582822086, 2: 0.0, 3: 0.7484662576687117, 4: 0.12269938650306748}, 'edge_length_total': 75230.68199999993, 'edge_length_avg': 165.706348017621, 'street_length_total': 37615.341, 'street_length_avg': 165.70634801762114, 'street_segments_count': 227, 'node_density_km': 23.27116812667786, 'intersection_density_km': 20.273042171707093, 'edge_density_km': 10740.526681635805, 'street_density_km': 5370.263340817907, 'circuity_avg': 1.057633597854799, 'self_loop_proportion': 0.004405286343612335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057633597854799\n", - "577\n", - "9006960.073409759\n", - "{'n': 1698, 'm': 4562, 'k_avg': 5.373380447585395, 'intersection_count': 1315, 'streets_per_node_avg': 2.7579505300353357, 'streets_per_node_counts': {0: 0, 1: 383, 2: 1, 3: 966, 4: 340, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22555948174322732, 2: 0.0005889281507656066, 3: 0.568904593639576, 4: 0.20023557126030625, 5: 0.004711425206124852}, 'edge_length_total': 171151.25299999944, 'edge_length_avg': 37.516714818062134, 'street_length_total': 86708.83799999976, 'street_length_avg': 37.29412387096764, 'street_segments_count': 2325, 'node_density_km': 188.5208756517991, 'intersection_density_km': 145.99820464199988, 'edge_density_km': 19002.11076823469, 'street_density_km': 9626.870474976411, 'circuity_avg': 1.047521204759456, 'self_loop_proportion': 0.00131521262604121, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047521204759456\n", - "578\n", - "20013720.337209787\n", - "{'n': 641, 'm': 1682, 'k_avg': 5.24804992199688, 'intersection_count': 500, 'streets_per_node_avg': 2.700468018720749, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 410, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21996879875195008, 2: 0.0, 3: 0.6396255850234009, 4: 0.14040561622464898}, 'edge_length_total': 240288.73000000024, 'edge_length_avg': 142.85893579072547, 'street_length_total': 121322.78199999999, 'street_length_avg': 142.23069402110198, 'street_segments_count': 853, 'node_density_km': 32.028028232624195, 'intersection_density_km': 24.982861335900306, 'edge_density_km': 12006.200044339188, 'street_density_km': 6061.980479183323, 'circuity_avg': 1.0426919848966199, 'self_loop_proportion': 0.0035671819262782403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426919848966199\n", - "579\n", - "96063322.03946154\n", - "error with entry 579\n", - "580\n", - "11010472.243128741\n", - "{'n': 775, 'm': 1972, 'k_avg': 5.089032258064516, 'intersection_count': 603, 'streets_per_node_avg': 2.6554838709677417, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 531, 4: 67, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22193548387096773, 2: 0.0, 3: 0.6851612903225807, 4: 0.08645161290322581, 5: 0.0064516129032258064}, 'edge_length_total': 188569.38600000003, 'edge_length_avg': 95.62342089249495, 'street_length_total': 95601.471, 'street_length_avg': 94.84272916666667, 'street_segments_count': 1008, 'node_density_km': 70.38753496550986, 'intersection_density_km': 54.76604333445477, 'edge_density_km': 17126.36677483836, 'street_density_km': 8682.776622924745, 'circuity_avg': 1.117312853361355, 'self_loop_proportion': 0.008113590263691683, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.117312853361355\n", - "581\n", - "22028636.26157193\n", - "{'n': 936, 'm': 2592, 'k_avg': 5.538461538461538, 'intersection_count': 804, 'streets_per_node_avg': 2.8974358974358974, 'streets_per_node_counts': {0: 0, 1: 132, 2: 1, 3: 635, 4: 167, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14102564102564102, 2: 0.0010683760683760685, 3: 0.6784188034188035, 4: 0.17841880341880342, 5: 0.0010683760683760685}, 'edge_length_total': 340352.989, 'edge_length_avg': 131.3090235339506, 'street_length_total': 174794.01299999974, 'street_length_avg': 130.54071172516785, 'street_segments_count': 1339, 'node_density_km': 42.490147319415065, 'intersection_density_km': 36.497947056420635, 'edge_density_km': 15450.47931967228, 'street_density_km': 7934.8540202155355, 'circuity_avg': 1.0755333731406518, 'self_loop_proportion': 0.007716049382716049, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755333731406518\n", - "582\n", - "52041702.774219684\n", - "{'n': 6956, 'm': 19356, 'k_avg': 5.565267395054629, 'intersection_count': 5979, 'streets_per_node_avg': 2.9700977573318, 'streets_per_node_counts': {0: 0, 1: 977, 2: 23, 3: 4248, 4: 1654, 5: 47, 6: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14045428407130534, 2: 0.0033064979873490513, 3: 0.6106958021851638, 4: 0.23778033352501438, 5: 0.006756756756756757, 6: 0.0010063254744105809}, 'edge_length_total': 1260596.0719999985, 'edge_length_avg': 65.12688943996686, 'street_length_total': 664682.2140000019, 'street_length_avg': 64.75859450506644, 'street_segments_count': 10264, 'node_density_km': 133.6620369663586, 'intersection_density_km': 114.88863125673637, 'edge_density_km': 24222.806034403435, 'street_density_km': 12772.107340216986, 'circuity_avg': 1.0837446247222264, 'self_loop_proportion': 0.0048563752841496175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0837446247222264\n", - "583\n", - "8007466.622853287\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 655, 'm': 1877, 'k_avg': 5.731297709923664, 'intersection_count': 584, 'streets_per_node_avg': 3.0122137404580154, 'streets_per_node_counts': {0: 0, 1: 71, 2: 1, 3: 439, 4: 139, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1083969465648855, 2: 0.0015267175572519084, 3: 0.6702290076335878, 4: 0.21221374045801528, 5: 0.004580152671755725, 6: 0.0030534351145038168}, 'edge_length_total': 145159.27999999997, 'edge_length_avg': 77.33579115610014, 'street_length_total': 73033.43099999998, 'street_length_avg': 76.63528961175234, 'street_segments_count': 953, 'node_density_km': 81.79865503661694, 'intersection_density_km': 72.93193059753327, 'edge_density_km': 18127.99064134914, 'street_density_km': 9120.666303068037, 'circuity_avg': 1.0572856782186524, 'self_loop_proportion': 0.007458710708577517, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572856782186524\n", - "584\n", - "20013027.38752938\n", - "{'n': 1748, 'm': 4740, 'k_avg': 5.423340961098398, 'intersection_count': 1504, 'streets_per_node_avg': 2.904462242562929, 'streets_per_node_counts': {0: 0, 1: 244, 2: 2, 3: 1200, 4: 285, 5: 14, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13958810068649885, 2: 0.0011441647597254005, 3: 0.6864988558352403, 4: 0.16304347826086957, 5: 0.008009153318077803, 6: 0.0011441647597254005, 7: 0.0005720823798627002}, 'edge_length_total': 368673.72900000034, 'edge_length_avg': 77.77926772151906, 'street_length_total': 190335.7010000001, 'street_length_avg': 76.37869221508832, 'street_segments_count': 2492, 'node_density_km': 87.34310737461054, 'intersection_density_km': 75.15104890813171, 'edge_density_km': 18421.687127142504, 'street_density_km': 9510.590142828818, 'circuity_avg': 1.0527036616228054, 'self_loop_proportion': 0.0037974683544303796, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527036616228054\n", - "585\n", - "7005764.264833389\n", - "{'n': 728, 'm': 1864, 'k_avg': 5.1208791208791204, 'intersection_count': 556, 'streets_per_node_avg': 2.7211538461538463, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 417, 4: 137, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23626373626373626, 2: 0.0, 3: 0.5728021978021978, 4: 0.18818681318681318, 5: 0.0027472527472527475}, 'edge_length_total': 124072.39599999983, 'edge_length_avg': 66.5624442060085, 'street_length_total': 63239.4749999999, 'street_length_avg': 65.5331347150258, 'street_segments_count': 965, 'node_density_km': 103.9144299579588, 'intersection_density_km': 79.36321848437514, 'edge_density_km': 17710.044373431472, 'street_density_km': 9026.777466298869, 'circuity_avg': 1.041907167167475, 'self_loop_proportion': 0.001072961373390558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041907167167475\n", - "586\n", - "6004034.985729515\n", - "{'n': 804, 'm': 2123, 'k_avg': 5.281094527363184, 'intersection_count': 637, 'streets_per_node_avg': 2.7748756218905473, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 488, 4: 146, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20771144278606965, 2: 0.0, 3: 0.6069651741293532, 4: 0.18159203980099503, 5: 0.0024875621890547263, 6: 0.0012437810945273632}, 'edge_length_total': 122179.70000000016, 'edge_length_avg': 57.550494583137144, 'street_length_total': 62314.33100000001, 'street_length_avg': 56.34207142857144, 'street_segments_count': 1106, 'node_density_km': 133.90994587988908, 'intersection_density_km': 106.09531781777282, 'edge_density_km': 20349.598276891924, 'street_density_km': 10378.742153919773, 'circuity_avg': 1.0929934812446105, 'self_loop_proportion': 0.004239284032030146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0929934812446105\n", - "587\n", - "53033044.305778176\n", - "{'n': 7322, 'm': 19277, 'k_avg': 5.265501229172357, 'intersection_count': 5882, 'streets_per_node_avg': 2.759218792679596, 'streets_per_node_counts': {0: 0, 1: 1440, 2: 20, 3: 4768, 4: 1056, 5: 34, 6: 3, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1966675771647091, 2: 0.0027314941272876263, 3: 0.6511881999453701, 4: 0.14422288992078666, 5: 0.004643540016388965, 6: 0.00040972411909314397, 7: 0.0001365747063643813}, 'edge_length_total': 1344588.5800000003, 'edge_length_avg': 69.75092493645279, 'street_length_total': 696100.2830000033, 'street_length_avg': 69.42951156991855, 'street_segments_count': 10026, 'node_density_km': 138.06486306505013, 'intersection_density_km': 110.91198095446939, 'edge_density_km': 25353.7883333147, 'street_density_km': 13125.783973222902, 'circuity_avg': 1.0752788371667805, 'self_loop_proportion': 0.00513565388805312, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752788371667805\n", - "588\n", - "7004649.652085787\n", - "{'n': 535, 'm': 1373, 'k_avg': 5.132710280373832, 'intersection_count': 437, 'streets_per_node_avg': 2.7271028037383176, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 388, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18317757009345795, 2: 0.0, 3: 0.7252336448598131, 4: 0.08971962616822429, 5: 0.001869158878504673}, 'edge_length_total': 107423.32100000004, 'edge_length_avg': 78.23985506190826, 'street_length_total': 54809.246000000014, 'street_length_avg': 76.65628811188813, 'street_segments_count': 715, 'node_density_km': 76.37783851768977, 'intersection_density_km': 62.38713164902883, 'edge_density_km': 15336.001989480288, 'street_density_km': 7824.694841615578, 'circuity_avg': 1.0593655736955117, 'self_loop_proportion': 0.005826656955571741, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593655736955117\n", - "589\n", - "41056030.937872946\n", - "{'n': 9962, 'm': 27338, 'k_avg': 5.488456133306565, 'intersection_count': 8056, 'streets_per_node_avg': 2.8582613932945193, 'streets_per_node_counts': {0: 0, 1: 1906, 2: 8, 3: 5715, 4: 2268, 5: 57, 6: 6, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19132704276249748, 2: 0.0008030515960650472, 3: 0.5736799839389681, 4: 0.22766512748444087, 5: 0.005721742621963461, 6: 0.0006022886970487854, 7: 0.0002007628990162618}, 'edge_length_total': 1291387.4390000014, 'edge_length_avg': 47.237816921501256, 'street_length_total': 666530.361999998, 'street_length_avg': 47.05473787504398, 'street_segments_count': 14165, 'node_density_km': 242.64401045183246, 'intersection_density_km': 196.2196494880508, 'edge_density_km': 31454.268946605247, 'street_density_km': 16234.651688776468, 'circuity_avg': 1.0676911623279606, 'self_loop_proportion': 0.00267027580656961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676911623279606\n", - "590\n", - "13010677.375003751\n", - "{'n': 540, 'm': 1384, 'k_avg': 5.125925925925926, 'intersection_count': 428, 'streets_per_node_avg': 2.6907407407407407, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 372, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074074074074074, 2: 0.0, 3: 0.6888888888888889, 4: 0.10185185185185185, 5: 0.001851851851851852}, 'edge_length_total': 181638.9579999999, 'edge_length_avg': 131.2420216763005, 'street_length_total': 90819.47900000004, 'street_length_avg': 131.24202167630062, 'street_segments_count': 692, 'node_density_km': 41.50437248082514, 'intersection_density_km': 32.896058188505855, 'edge_density_km': 13960.761055298055, 'street_density_km': 6980.380527649034, 'circuity_avg': 1.0508943516852156, 'self_loop_proportion': 0.005780346820809248, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508943516852156\n", - "591\n", - "7007754.063303882\n", - "{'n': 492, 'm': 1248, 'k_avg': 5.073170731707317, 'intersection_count': 374, 'streets_per_node_avg': 2.6504065040650406, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 310, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23983739837398374, 2: 0.0, 3: 0.6300813008130082, 4: 0.13008130081300814}, 'edge_length_total': 101522.55700000015, 'edge_length_avg': 81.3482027243591, 'street_length_total': 51284.88299999999, 'street_length_avg': 80.76359527559053, 'street_segments_count': 635, 'node_density_km': 70.20794330902092, 'intersection_density_km': 53.369452840597205, 'edge_density_km': 14487.174647241576, 'street_density_km': 7318.305199743435, 'circuity_avg': 1.0474276509648157, 'self_loop_proportion': 0.0016025641025641025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474276509648157\n", - "592\n", - "7003995.435410537\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 392, 'm': 1030, 'k_avg': 5.255102040816326, 'intersection_count': 316, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 262, 4: 49, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19387755102040816, 2: 0.002551020408163265, 3: 0.6683673469387755, 4: 0.125, 5: 0.01020408163265306}, 'edge_length_total': 87658.39900000022, 'edge_length_avg': 85.10524174757303, 'street_length_total': 44146.433000000085, 'street_length_avg': 84.57171072796952, 'street_segments_count': 522, 'node_density_km': 55.96805475031311, 'intersection_density_km': 45.11710535994628, 'edge_density_km': 12515.48488407348, 'street_density_km': 6303.035661160801, 'circuity_avg': 1.0580668120304213, 'self_loop_proportion': 0.001941747572815534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580668120304213\n", - "593\n", - "14010034.153255947\n", - "{'n': 1316, 'm': 3423, 'k_avg': 5.202127659574468, 'intersection_count': 1063, 'streets_per_node_avg': 2.7507598784194527, 'streets_per_node_counts': {0: 0, 1: 253, 2: 4, 3: 883, 4: 170, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19224924012158054, 2: 0.00303951367781155, 3: 0.6709726443768997, 4: 0.12917933130699089, 5: 0.004559270516717325}, 'edge_length_total': 251243.2479999992, 'edge_length_avg': 73.39855331580462, 'street_length_total': 129490.87400000001, 'street_length_avg': 72.5032889137738, 'street_segments_count': 1786, 'node_density_km': 93.93267608089022, 'intersection_density_km': 75.8741904817525, 'edge_density_km': 17933.093185330315, 'street_density_km': 9242.723649599826, 'circuity_avg': 1.0998681663808918, 'self_loop_proportion': 0.007887817703768623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0998681663808918\n", - "594\n", - "6008428.611349953\n", - "{'n': 274, 'm': 740, 'k_avg': 5.401459854014599, 'intersection_count': 241, 'streets_per_node_avg': 2.8576642335766422, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 217, 4: 21, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12043795620437957, 2: 0.0, 3: 0.791970802919708, 4: 0.07664233576642336, 5: 0.010948905109489052}, 'edge_length_total': 72133.72200000005, 'edge_length_avg': 97.47800270270277, 'street_length_total': 36584.92400000004, 'street_length_avg': 96.5301424802112, 'street_segments_count': 379, 'node_density_km': 45.60260556019798, 'intersection_density_km': 40.11032094893326, 'edge_density_km': 12005.422160419626, 'street_density_km': 6088.933790590593, 'circuity_avg': 1.0564760485606728, 'self_loop_proportion': 0.005405405405405406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564760485606728\n", - "595\n", - "12014822.493555386\n", - "{'n': 409, 'm': 1171, 'k_avg': 5.726161369193154, 'intersection_count': 351, 'streets_per_node_avg': 3.0146699266503667, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 229, 4: 122}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14180929095354522, 2: 0.0, 3: 0.5599022004889975, 4: 0.2982885085574572}, 'edge_length_total': 184043.15999999922, 'edge_length_avg': 157.16751494449122, 'street_length_total': 93445.14000000006, 'street_length_avg': 159.19103918228288, 'street_segments_count': 587, 'node_density_km': 34.041285272369436, 'intersection_density_km': 29.213914744747367, 'edge_density_km': 15318.009075766027, 'street_density_km': 7777.488185957218, 'circuity_avg': 1.0276849208076562, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276849208076562\n", - "596\n", - "9005869.180161748\n", - "{'n': 3591, 'm': 9731, 'k_avg': 5.419660261765525, 'intersection_count': 2840, 'streets_per_node_avg': 2.7761069340016706, 'streets_per_node_counts': {0: 0, 1: 751, 2: 2, 3: 2147, 4: 682, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20913394597605123, 2: 0.000556947925368978, 3: 0.5978835978835979, 4: 0.1899192425508215, 5: 0.002506265664160401}, 'edge_length_total': 330770.76199999894, 'edge_length_avg': 33.99144610009238, 'street_length_total': 167320.23700000005, 'street_length_avg': 33.89794104538088, 'street_segments_count': 4936, 'node_density_km': 398.7399692536401, 'intersection_density_km': 315.34990606525696, 'edge_density_km': 36728.35518515251, 'street_density_km': 18579.021486185407, 'circuity_avg': 1.0750443723731127, 'self_loop_proportion': 0.0043161031754187645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750443723731127\n", - "597\n", - "9006748.09526985\n", - "{'n': 234, 'm': 640, 'k_avg': 5.47008547008547, 'intersection_count': 196, 'streets_per_node_avg': 2.8675213675213675, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 151, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1623931623931624, 2: 0.0, 3: 0.6452991452991453, 4: 0.19230769230769232}, 'edge_length_total': 105340.51199999992, 'edge_length_avg': 164.59454999999986, 'street_length_total': 52721.21399999999, 'street_length_avg': 164.24054205607473, 'street_segments_count': 321, 'node_density_km': 25.980520108349847, 'intersection_density_km': 21.76146128733577, 'edge_density_km': 11695.732009572079, 'street_density_km': 5853.523762665022, 'circuity_avg': 1.0578424923659175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578424923659175\n", - "598\n", - "7011287.618991703\n", - "{'n': 132, 'm': 392, 'k_avg': 5.9393939393939394, 'intersection_count': 125, 'streets_per_node_avg': 3.1893939393939394, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 86, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05303030303030303, 2: 0.0, 3: 0.6515151515151515, 4: 0.29545454545454547}, 'edge_length_total': 75588.44400000002, 'edge_length_avg': 192.82766326530617, 'street_length_total': 37794.22200000001, 'street_length_avg': 192.82766326530617, 'street_segments_count': 196, 'node_density_km': 18.826784347349736, 'intersection_density_km': 17.828394268323617, 'edge_density_km': 10780.964654088808, 'street_density_km': 5390.482327044404, 'circuity_avg': 1.0164163826552823, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0164163826552823\n", - "599\n", - "9013304.99373401\n", - "{'n': 115, 'm': 297, 'k_avg': 5.165217391304348, 'intersection_count': 92, 'streets_per_node_avg': 2.9130434782608696, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 56, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.48695652173913045, 4: 0.3130434782608696}, 'edge_length_total': 57943.54399999997, 'edge_length_avg': 195.09610774410766, 'street_length_total': 31479.875, 'street_length_avg': 197.98663522012578, 'street_segments_count': 159, 'node_density_km': 12.758915856053605, 'intersection_density_km': 10.207132684842884, 'edge_density_km': 6428.667846065559, 'street_density_km': 3492.600663339874, 'circuity_avg': 1.0205357802727346, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205357802727346\n", - "600\n", - "13019356.261681\n", - "{'n': 303, 'm': 734, 'k_avg': 4.8448844884488445, 'intersection_count': 234, 'streets_per_node_avg': 2.623762376237624, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 210, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22772277227722773, 2: 0.0, 3: 0.693069306930693, 4: 0.07920792079207921}, 'edge_length_total': 111714.00699999981, 'edge_length_avg': 152.19891961852835, 'street_length_total': 60152.53200000002, 'street_length_avg': 157.8806614173229, 'street_segments_count': 381, 'node_density_km': 23.273040072787595, 'intersection_density_km': 17.97323886809339, 'edge_density_km': 8580.609114200228, 'street_density_km': 4620.238573318939, 'circuity_avg': 1.0927833117689372, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0927833117689372\n", - "601\n", - "7009298.842728554\n", - "{'n': 340, 'm': 942, 'k_avg': 5.541176470588235, 'intersection_count': 292, 'streets_per_node_avg': 2.8529411764705883, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 246, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1411764705882353, 2: 0.0, 3: 0.7235294117647059, 4: 0.13529411764705881}, 'edge_length_total': 107255.81000000011, 'edge_length_avg': 113.85967091295129, 'street_length_total': 53627.90500000003, 'street_length_avg': 113.85967091295123, 'street_segments_count': 471, 'node_density_km': 48.50699158771294, 'intersection_density_km': 41.65894571650641, 'edge_density_km': 15301.931392362772, 'street_density_km': 7650.965696181383, 'circuity_avg': 1.0511940465247749, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511940465247749\n", - "602\n", - "12007370.261711422\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2031, 'm': 5685, 'k_avg': 5.598227474150665, 'intersection_count': 1753, 'streets_per_node_avg': 2.9556868537666174, 'streets_per_node_counts': {0: 0, 1: 278, 2: 3, 3: 1286, 4: 459, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13687838503200395, 2: 0.0014771048744460858, 3: 0.6331856228458888, 4: 0.2259970457902511, 5: 0.002461841457410143}, 'edge_length_total': 318780.0890000006, 'edge_length_avg': 56.07389428320152, 'street_length_total': 165509.49900000036, 'street_length_avg': 55.67087083753796, 'street_segments_count': 2973, 'node_density_km': 169.14611240700756, 'intersection_density_km': 145.99366570629456, 'edge_density_km': 26548.7015101477, 'street_density_km': 13783.99228078856, 'circuity_avg': 1.072913358930437, 'self_loop_proportion': 0.0031662269129287598, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072913358930437\n", - "603\n", - "43029203.5031243\n", - "{'n': 11755, 'm': 34358, 'k_avg': 5.84568268821778, 'intersection_count': 10366, 'streets_per_node_avg': 3.0034878774989364, 'streets_per_node_counts': {0: 0, 1: 1389, 2: 6, 3: 7608, 4: 2688, 5: 55, 6: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11816248404934071, 2: 0.0005104210974053594, 3: 0.6472139515099957, 4: 0.22866865163760103, 5: 0.004678860059549128, 6: 0.0007656316461080392}, 'edge_length_total': 1340086.6960000112, 'edge_length_avg': 39.00362931486149, 'street_length_total': 687123.9600000068, 'street_length_avg': 39.15459342412712, 'street_segments_count': 17549, 'node_density_km': 273.1865580348585, 'intersection_density_km': 240.9061557285702, 'edge_density_km': 31143.65563152265, 'street_density_km': 15968.781758884188, 'circuity_avg': 1.0468310221596608, 'self_loop_proportion': 0.002619477268758368, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468310221596608\n", - "604\n", - "203270864.5988688\n", - "{'n': 23627, 'm': 62637, 'k_avg': 5.302154314978626, 'intersection_count': 20233, 'streets_per_node_avg': 2.9195412028611334, 'streets_per_node_counts': {0: 0, 1: 3394, 2: 23, 3: 15362, 4: 4794, 5: 46, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14364921488127988, 2: 0.0009734625640157447, 3: 0.6501883438439074, 4: 0.20290345790832523, 5: 0.0019469251280314894, 6: 0.00033859567444025903}, 'edge_length_total': 4743507.618999983, 'edge_length_avg': 75.73012147772057, 'street_length_total': 2646173.3969999836, 'street_length_avg': 76.94153864270713, 'street_segments_count': 34392, 'node_density_km': 116.23407046860903, 'intersection_density_km': 99.53713750333797, 'edge_density_km': 23335.895325484737, 'street_density_km': 13017.966948789715, 'circuity_avg': 1.0921071429388147, 'self_loop_proportion': 0.004134936219806185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0921071429388147\n", - "605\n", - "14020774.654969696\n", - "{'n': 2310, 'm': 6492, 'k_avg': 5.62077922077922, 'intersection_count': 2050, 'streets_per_node_avg': 3.0090909090909093, 'streets_per_node_counts': {0: 0, 1: 260, 2: 6, 3: 1516, 4: 510, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11255411255411256, 2: 0.0025974025974025974, 3: 0.6562770562770562, 4: 0.22077922077922077, 5: 0.00735930735930736, 6: 0.0004329004329004329}, 'edge_length_total': 362747.37100000057, 'edge_length_avg': 55.87605837954414, 'street_length_total': 189523.66100000023, 'street_length_avg': 55.046082195759574, 'street_segments_count': 3443, 'node_density_km': 164.7555186389944, 'intersection_density_km': 146.21160745018983, 'edge_density_km': 25872.134737678272, 'street_density_km': 13517.345914465797, 'circuity_avg': 1.0591012784532121, 'self_loop_proportion': 0.0016943930991990142, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0591012784532121\n", - "606\n", - "9013671.40738235\n", - "{'n': 209, 'm': 546, 'k_avg': 5.22488038277512, 'intersection_count': 175, 'streets_per_node_avg': 2.861244019138756, 'streets_per_node_counts': {0: 0, 1: 34, 2: 1, 3: 135, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16267942583732056, 2: 0.004784688995215311, 3: 0.645933014354067, 4: 0.18181818181818182, 5: 0.004784688995215311}, 'edge_length_total': 99005.42900000013, 'edge_length_avg': 181.3286245421248, 'street_length_total': 52644.70600000003, 'street_length_avg': 184.0723986013987, 'street_segments_count': 286, 'node_density_km': 23.187000119487987, 'intersection_density_km': 19.414952253159797, 'edge_density_km': 10983.918153363456, 'street_density_km': 5840.539733552203, 'circuity_avg': 1.0441681688385167, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441681688385167\n", - "607\n", - "6006432.7121740775\n", - "{'n': 136, 'm': 338, 'k_avg': 4.970588235294118, 'intersection_count': 102, 'streets_per_node_avg': 2.6323529411764706, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 84, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6176470588235294, 4: 0.1323529411764706}, 'edge_length_total': 61533.01599999999, 'edge_length_avg': 182.05034319526624, 'street_length_total': 30766.508, 'street_length_avg': 182.0503431952663, 'street_segments_count': 169, 'node_density_km': 22.642391335600877, 'intersection_density_km': 16.981793501700658, 'edge_density_km': 10244.519325969042, 'street_density_km': 5122.259662984523, 'circuity_avg': 1.0774774309227064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0774774309227064\n", - "608\n", - "6003521.605078265\n", - "{'n': 326, 'm': 808, 'k_avg': 4.957055214723926, 'intersection_count': 263, 'streets_per_node_avg': 2.723926380368098, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 228, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19325153374233128, 2: 0.0, 3: 0.6993865030674846, 4: 0.10429447852760736, 5: 0.003067484662576687}, 'edge_length_total': 76497.74299999996, 'edge_length_avg': 94.67542450495044, 'street_length_total': 39049.98899999998, 'street_length_avg': 91.45196487119433, 'street_segments_count': 427, 'node_density_km': 54.30146194930702, 'intersection_density_km': 43.807621143152595, 'edge_density_km': 12742.14503289069, 'street_density_km': 6504.513778540971, 'circuity_avg': 1.0997199079059834, 'self_loop_proportion': 0.0049504950495049506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0997199079059834\n", - "609\n", - "11008605.740291119\n", - "{'n': 1154, 'm': 3110, 'k_avg': 5.389948006932409, 'intersection_count': 974, 'streets_per_node_avg': 2.8275563258232235, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 824, 4: 140, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1559792027729636, 2: 0.0, 3: 0.7140381282495667, 4: 0.12131715771230503, 5: 0.00779896013864818, 6: 0.0008665511265164644}, 'edge_length_total': 234926.67000000007, 'edge_length_avg': 75.5391221864952, 'street_length_total': 120268.79599999999, 'street_length_avg': 74.79402736318407, 'street_segments_count': 1608, 'node_density_km': 104.82708048816751, 'intersection_density_km': 88.47623604460586, 'edge_density_km': 21340.27464896636, 'street_density_km': 10924.979860058058, 'circuity_avg': 1.0693701324160167, 'self_loop_proportion': 0.0038585209003215433, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693701324160167\n", - "610\n", - "30017517.38624802\n", - "{'n': 7067, 'm': 18800, 'k_avg': 5.320503749823121, 'intersection_count': 5643, 'streets_per_node_avg': 2.782085750672138, 'streets_per_node_counts': {0: 0, 1: 1424, 2: 14, 3: 4326, 4: 1284, 5: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20149992924862034, 2: 0.0019810386302532897, 3: 0.6121409367482666, 4: 0.18168954294608744, 5: 0.002688552426772322}, 'edge_length_total': 897301.6010000041, 'edge_length_avg': 47.72880856383001, 'street_length_total': 459385.0710000025, 'street_length_avg': 46.94788666326035, 'street_segments_count': 9785, 'node_density_km': 235.42919652767878, 'intersection_density_km': 187.99023008429197, 'edge_density_km': 29892.598693424476, 'street_density_km': 15303.899556012631, 'circuity_avg': 1.0558062129052888, 'self_loop_proportion': 0.0022340425531914895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558062129052888\n", - "611\n", - "6008329.315488184\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 480, 'm': 1225, 'k_avg': 5.104166666666667, 'intersection_count': 399, 'streets_per_node_avg': 2.81875, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 326, 4: 71, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16875, 2: 0.0, 3: 0.6791666666666667, 4: 0.14791666666666667, 5: 0.004166666666666667}, 'edge_length_total': 90582.81, 'edge_length_avg': 73.94515102040816, 'street_length_total': 46935.17000000001, 'street_length_avg': 71.22180576631261, 'street_segments_count': 659, 'node_density_km': 79.88909641864386, 'intersection_density_km': 66.4078113979977, 'edge_density_km': 15076.205920753537, 'street_density_km': 7811.684003240504, 'circuity_avg': 1.0696630911297655, 'self_loop_proportion': 0.004897959183673469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696630911297655\n", - "612\n", - "41036503.72232502\n", - "{'n': 3962, 'm': 10883, 'k_avg': 5.493690055527511, 'intersection_count': 3367, 'streets_per_node_avg': 2.907622412922766, 'streets_per_node_counts': {0: 0, 1: 595, 2: 2, 3: 2553, 4: 799, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1501766784452297, 2: 0.0005047955577990914, 3: 0.6443715295305401, 4: 0.20166582534073701, 5: 0.003028773346794548, 6: 0.0002523977788995457}, 'edge_length_total': 734455.4720000016, 'edge_length_avg': 67.48649012220909, 'street_length_total': 377931.17599999945, 'street_length_avg': 66.32698771498762, 'street_segments_count': 5698, 'node_density_km': 96.54818614200214, 'intersection_density_km': 82.0489002372845, 'edge_density_km': 17897.613231617415, 'street_density_km': 9209.633904420423, 'circuity_avg': 1.05146267216949, 'self_loop_proportion': 0.0017458421391160525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05146267216949\n", - "613\n", - "16019928.337504866\n", - "{'n': 1961, 'm': 5451, 'k_avg': 5.5594084650688425, 'intersection_count': 1671, 'streets_per_node_avg': 2.9066802651708312, 'streets_per_node_counts': {0: 0, 1: 290, 2: 0, 3: 1279, 4: 387, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14788373278939318, 2: 0.0, 3: 0.6522182559918409, 4: 0.19734829168791432, 5: 0.0025497195308516064}, 'edge_length_total': 370734.3250000007, 'edge_length_avg': 68.01216749220339, 'street_length_total': 188724.85599999988, 'street_length_avg': 67.30558345221108, 'street_segments_count': 2804, 'node_density_km': 122.41003571838884, 'intersection_density_km': 104.30758270547055, 'edge_density_km': 23142.071374443072, 'street_density_km': 11780.630476240578, 'circuity_avg': 1.0550913602057232, 'self_loop_proportion': 0.002935241240139424, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550913602057232\n", - "614\n", - "9005523.73893026\n", - "{'n': 685, 'm': 1904, 'k_avg': 5.559124087591241, 'intersection_count': 574, 'streets_per_node_avg': 2.8802919708029195, 'streets_per_node_counts': {0: 0, 1: 111, 2: 1, 3: 436, 4: 134, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16204379562043797, 2: 0.00145985401459854, 3: 0.6364963503649635, 4: 0.19562043795620437, 5: 0.00291970802919708, 6: 0.00145985401459854}, 'edge_length_total': 150056.22999999986, 'edge_length_avg': 78.81104516806715, 'street_length_total': 76251.60900000005, 'street_length_avg': 78.77232334710749, 'street_segments_count': 968, 'node_density_km': 76.06442666280385, 'intersection_density_km': 63.738658254670675, 'edge_density_km': 16662.68774033842, 'street_density_km': 8467.204263797516, 'circuity_avg': 1.0469074815302248, 'self_loop_proportion': 0.004201680672268907, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469074815302248\n", - "615\n", - "4005363.368958343\n", - "{'n': 146, 'm': 379, 'k_avg': 5.191780821917808, 'intersection_count': 130, 'streets_per_node_avg': 2.9246575342465753, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 109, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1095890410958904, 2: 0.0, 3: 0.7465753424657534, 4: 0.14383561643835616}, 'edge_length_total': 32993.161, 'edge_length_avg': 87.05319525065963, 'street_length_total': 17902.564000000002, 'street_length_avg': 86.48581642512079, 'street_segments_count': 207, 'node_density_km': 36.45112479219821, 'intersection_density_km': 32.45648097935457, 'edge_density_km': 8237.245403425253, 'street_density_km': 4469.64790728983, 'circuity_avg': 1.153780950275228, 'self_loop_proportion': 0.010554089709762533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.153780950275228\n", - "616\n", - "7004226.401836416\n", - "{'n': 502, 'm': 1156, 'k_avg': 4.605577689243028, 'intersection_count': 352, 'streets_per_node_avg': 2.4880478087649402, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 310, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29880478087649404, 2: 0.0, 3: 0.6175298804780877, 4: 0.08167330677290836, 5: 0.00199203187250996}, 'edge_length_total': 100686.77299999997, 'edge_length_avg': 87.0992846020761, 'street_length_total': 51380.544, 'street_length_avg': 85.06712582781458, 'street_segments_count': 604, 'node_density_km': 71.67101278570638, 'intersection_density_km': 50.25537151507699, 'edge_density_km': 14375.145408435288, 'street_density_km': 7335.648657291932, 'circuity_avg': 1.0956738318589294, 'self_loop_proportion': 0.005190311418685121, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0956738318589294\n", - "617\n", - "5003312.674994669\n", - "{'n': 1133, 'm': 2796, 'k_avg': 4.935569285083848, 'intersection_count': 812, 'streets_per_node_avg': 2.5763459841129746, 'streets_per_node_counts': {0: 0, 1: 321, 2: 2, 3: 646, 4: 164}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2833186231244484, 2: 0.00176522506619594, 3: 0.5701676963812886, 4: 0.14474845542806708}, 'edge_length_total': 137306.4780000001, 'edge_length_avg': 49.10818240343351, 'street_length_total': 70427.90700000005, 'street_length_avg': 48.94225642807509, 'street_segments_count': 1439, 'node_density_km': 226.44996897004987, 'intersection_density_km': 162.29247555488126, 'edge_density_km': 27443.113576775686, 'street_density_km': 14076.255388151429, 'circuity_avg': 1.0742811282429072, 'self_loop_proportion': 0.00357653791130186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742811282429072\n", - "618\n", - "8007967.837702085\n", - "{'n': 697, 'm': 1794, 'k_avg': 5.147776183644189, 'intersection_count': 579, 'streets_per_node_avg': 2.793400286944046, 'streets_per_node_counts': {0: 0, 1: 118, 2: 4, 3: 482, 4: 90, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16929698708751795, 2: 0.005738880918220947, 3: 0.6915351506456241, 4: 0.1291248206599713, 5: 0.00430416068866571}, 'edge_length_total': 150476.34000000026, 'edge_length_avg': 83.87755852842824, 'street_length_total': 78232.313, 'street_length_avg': 81.49199270833333, 'street_segments_count': 960, 'node_density_km': 87.03831160740609, 'intersection_density_km': 72.3029876910877, 'edge_density_km': 18790.827217305607, 'street_density_km': 9769.30909133734, 'circuity_avg': 1.0982252167148328, 'self_loop_proportion': 0.012263099219620958, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0982252167148328\n", - "619\n", - "281311342.2871949\n", - "error with entry 619\n", - "620\n", - "6009991.927305706\n", - "{'n': 256, 'm': 662, 'k_avg': 5.171875, 'intersection_count': 213, 'streets_per_node_avg': 2.80078125, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 180, 4: 32, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16796875, 2: 0.0, 3: 0.703125, 4: 0.125, 5: 0.0, 6: 0.00390625}, 'edge_length_total': 57797.516000000025, 'edge_length_avg': 87.30742598187315, 'street_length_total': 29571.259999999977, 'street_length_avg': 84.9748850574712, 'street_segments_count': 348, 'node_density_km': 42.595731091899395, 'intersection_density_km': 35.44097938505692, 'edge_density_km': 9616.904098889663, 'street_density_km': 4920.3493711275, 'circuity_avg': 1.0621134156612366, 'self_loop_proportion': 0.0030211480362537764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621134156612366\n", - "621\n", - "41030424.79663402\n", - "{'n': 2071, 'm': 5461, 'k_avg': 5.273780782230807, 'intersection_count': 1636, 'streets_per_node_avg': 2.6953162723322066, 'streets_per_node_counts': {0: 0, 1: 435, 2: 0, 3: 1404, 4: 225, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21004345726702076, 2: 0.0, 3: 0.6779333655239015, 4: 0.1086431675519073, 5: 0.003380009657170449}, 'edge_length_total': 642037.9919999994, 'edge_length_avg': 117.5678432521515, 'street_length_total': 323113.07899999985, 'street_length_avg': 116.98518428674868, 'street_segments_count': 2762, 'node_density_km': 50.47473942238827, 'intersection_density_km': 39.872850649457845, 'edge_density_km': 15647.851446389846, 'street_density_km': 7874.963045142707, 'circuity_avg': 1.0567513994498177, 'self_loop_proportion': 0.0018311664530305805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567513994498177\n", - "622\n", - "11013943.19379264\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 331, 'm': 932, 'k_avg': 5.6314199395770395, 'intersection_count': 295, 'streets_per_node_avg': 2.996978851963746, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 224, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10876132930513595, 2: 0.0, 3: 0.676737160120846, 4: 0.21450151057401812}, 'edge_length_total': 153503.79600000018, 'edge_length_avg': 164.70364377682424, 'street_length_total': 76751.898, 'street_length_avg': 164.70364377682404, 'street_segments_count': 466, 'node_density_km': 30.052815252084162, 'intersection_density_km': 26.784231115905826, 'edge_density_km': 13937.224234687677, 'street_density_km': 6968.6121173438305, 'circuity_avg': 1.0228619849916465, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228619849916465\n", - "623\n", - "21024088.437065504\n", - "{'n': 1386, 'm': 3853, 'k_avg': 5.55988455988456, 'intersection_count': 1184, 'streets_per_node_avg': 2.9567099567099566, 'streets_per_node_counts': {0: 0, 1: 202, 2: 0, 3: 845, 4: 334, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14574314574314573, 2: 0.0, 3: 0.6096681096681097, 4: 0.240981240981241, 5: 0.0036075036075036075}, 'edge_length_total': 333240.7509999999, 'edge_length_avg': 86.48864547106147, 'street_length_total': 169512.94600000046, 'street_length_avg': 84.00046878097149, 'street_segments_count': 2018, 'node_density_km': 65.92438022456562, 'intersection_density_km': 56.3163536694702, 'edge_density_km': 15850.425667564063, 'street_density_km': 8062.796468319114, 'circuity_avg': 1.0732608861819204, 'self_loop_proportion': 0.004152608357124318, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732608861819204\n", - "624\n", - "25039422.31273344\n", - "{'n': 1503, 'm': 4068, 'k_avg': 5.413173652694611, 'intersection_count': 1294, 'streets_per_node_avg': 2.8902195608782435, 'streets_per_node_counts': {0: 0, 1: 209, 2: 5, 3: 1033, 4: 254, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13905522288755823, 2: 0.00332667997338656, 3: 0.6872920825016633, 4: 0.16899534264803726, 5: 0.0013306719893546241}, 'edge_length_total': 377041.375000001, 'edge_length_avg': 92.68470378564429, 'street_length_total': 192623.09600000014, 'street_length_avg': 90.43337840375594, 'street_segments_count': 2130, 'node_density_km': 60.025346480764085, 'intersection_density_km': 51.67850854697853, 'edge_density_km': 15057.910294051071, 'street_density_km': 7692.793132134058, 'circuity_avg': 1.0727525361759882, 'self_loop_proportion': 0.00663716814159292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727525361759882\n", - "625\n", - "17010209.473986335\n", - "{'n': 929, 'm': 2572, 'k_avg': 5.537136706135629, 'intersection_count': 798, 'streets_per_node_avg': 2.8557588805166847, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 672, 4: 124, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14101184068891282, 2: 0.0, 3: 0.7233584499461787, 4: 0.13347685683530677, 5: 0.002152852529601722}, 'edge_length_total': 263699.11199999973, 'edge_length_avg': 102.52687091757377, 'street_length_total': 132547.85899999982, 'street_length_avg': 101.9598915384614, 'street_segments_count': 1300, 'node_density_km': 54.61425983146869, 'intersection_density_km': 46.91300252477073, 'edge_density_km': 15502.402389769157, 'street_density_km': 7792.253187869607, 'circuity_avg': 1.05874959179532, 'self_loop_proportion': 0.0007776049766718507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05874959179532\n", - "626\n", - "15011299.178569673\n", - "{'n': 618, 'm': 1595, 'k_avg': 5.1618122977346275, 'intersection_count': 524, 'streets_per_node_avg': 2.8106796116504853, 'streets_per_node_counts': {0: 0, 1: 94, 2: 3, 3: 448, 4: 72, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15210355987055016, 2: 0.0048543689320388345, 3: 0.7249190938511327, 4: 0.11650485436893204, 5: 0.0016181229773462784}, 'edge_length_total': 180247.32899999965, 'edge_length_avg': 113.00772978056405, 'street_length_total': 92884.07400000012, 'street_length_avg': 109.53310613207562, 'street_segments_count': 848, 'node_density_km': 41.1689882833236, 'intersection_density_km': 34.90703860916111, 'edge_density_km': 12007.4436500022, 'street_density_km': 6187.610605523248, 'circuity_avg': 1.0666079126017591, 'self_loop_proportion': 0.006269592476489028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0666079126017591\n", - "627\n", - "8006837.844650162\n", - "{'n': 1665, 'm': 3919, 'k_avg': 4.707507507507508, 'intersection_count': 1099, 'streets_per_node_avg': 2.4408408408408406, 'streets_per_node_counts': {0: 0, 1: 566, 2: 0, 3: 902, 4: 193, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33993993993993993, 2: 0.0, 3: 0.5417417417417417, 4: 0.11591591591591592, 5: 0.0024024024024024023}, 'edge_length_total': 175724.15000000002, 'edge_length_avg': 44.83902781321766, 'street_length_total': 89917.9850000001, 'street_length_avg': 44.75758337481339, 'street_segments_count': 2009, 'node_density_km': 207.9472611166322, 'intersection_density_km': 137.25768166196926, 'edge_density_km': 21946.760182911865, 'street_density_km': 11230.149372898763, 'circuity_avg': 1.111150980710673, 'self_loop_proportion': 0.002041337075784639, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.111150980710673\n", - "628\n", - "36030208.04764352\n", - "error with entry 628\n", - "629\n", - "17009755.704811845\n", - "{'n': 451, 'm': 1061, 'k_avg': 4.70509977827051, 'intersection_count': 345, 'streets_per_node_avg': 2.6186252771618626, 'streets_per_node_counts': {0: 0, 1: 106, 2: 3, 3: 301, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23503325942350334, 2: 0.0066518847006651885, 3: 0.6674057649667405, 4: 0.08647450110864745, 5: 0.004434589800443459}, 'edge_length_total': 181806.0199999999, 'edge_length_avg': 171.35345900094242, 'street_length_total': 94203.81300000005, 'street_length_avg': 172.2190365630714, 'street_segments_count': 547, 'node_density_km': 26.51419619579944, 'intersection_density_km': 20.282478242906443, 'edge_density_km': 10688.338101679454, 'street_density_km': 5538.2225726705165, 'circuity_avg': 1.0834254369255711, 'self_loop_proportion': 0.00942507068803016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0834254369255711\n", - "630\n", - "11009236.799091974\n", - "{'n': 228, 'm': 584, 'k_avg': 5.12280701754386, 'intersection_count': 190, 'streets_per_node_avg': 2.758771929824561, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 169, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7412280701754386, 4: 0.09210526315789473}, 'edge_length_total': 125706.88399999999, 'edge_length_avg': 215.25151369863013, 'street_length_total': 62853.44199999997, 'street_length_avg': 215.25151369863005, 'street_segments_count': 292, 'node_density_km': 20.70988245241533, 'intersection_density_km': 17.258235377012774, 'edge_density_km': 11418.310487278111, 'street_density_km': 5709.155243639053, 'circuity_avg': 1.0517968872420305, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517968872420305\n", - "631\n", - "7005781.113871509\n", - "{'n': 141, 'm': 371, 'k_avg': 5.26241134751773, 'intersection_count': 121, 'streets_per_node_avg': 2.8439716312056738, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 104, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14184397163120568, 2: 0.0, 3: 0.7375886524822695, 4: 0.11347517730496454, 5: 0.0070921985815602835}, 'edge_length_total': 62624.92699999997, 'edge_length_avg': 168.80034231805922, 'street_length_total': 31899.028999999995, 'street_length_avg': 169.67568617021274, 'street_segments_count': 188, 'node_density_km': 20.12623542017588, 'intersection_density_km': 17.271450254193486, 'edge_density_km': 8939.035631016512, 'street_density_km': 4553.24373992211, 'circuity_avg': 1.0345749526135164, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345749526135164\n", - "632\n", - "3001882.2448014813\n", - "{'n': 33, 'm': 82, 'k_avg': 4.96969696969697, 'intersection_count': 25, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 18, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24242424242424243, 2: 0.0, 3: 0.5454545454545454, 4: 0.21212121212121213}, 'edge_length_total': 13143.103000000003, 'edge_length_avg': 160.28174390243905, 'street_length_total': 6633.345, 'street_length_avg': 157.93678571428572, 'street_segments_count': 42, 'node_density_km': 10.993102763157298, 'intersection_density_km': 8.328108153907044, 'edge_density_km': 4378.287330477607, 'street_density_km': 2209.728583287141, 'circuity_avg': 1.1939695276633702, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1939695276633702\n", - "633\n", - "28022011.76963509\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7191, 'm': 18956, 'k_avg': 5.272145737727715, 'intersection_count': 5380, 'streets_per_node_avg': 2.710193297177027, 'streets_per_node_counts': {0: 0, 1: 1811, 2: 3, 3: 3857, 4: 1500, 5: 19, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25184258100403284, 2: 0.00041718815185648727, 3: 0.5363649005701572, 4: 0.20859407592824364, 5: 0.0026421916284244196, 6: 0.00013906271728549575}, 'edge_length_total': 769942.0329999981, 'edge_length_avg': 40.61732607090093, 'street_length_total': 392046.57100000064, 'street_length_avg': 40.559339023380986, 'street_segments_count': 9666, 'node_density_km': 256.61969094568127, 'intersection_density_km': 191.99192564146367, 'edge_density_km': 27476.329655757065, 'street_density_km': 13990.664703981958, 'circuity_avg': 1.052101400705476, 'self_loop_proportion': 0.0015826123654779489, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052101400705476\n", - "634\n", - "19023228.1048223\n", - "{'n': 3296, 'm': 9346, 'k_avg': 5.671116504854369, 'intersection_count': 2861, 'streets_per_node_avg': 2.967233009708738, 'streets_per_node_counts': {0: 0, 1: 435, 2: 8, 3: 2100, 4: 737, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13197815533980584, 2: 0.0024271844660194173, 3: 0.6371359223300971, 4: 0.22360436893203883, 5: 0.0045509708737864075, 6: 0.00030339805825242716}, 'edge_length_total': 564988.1959999991, 'edge_length_avg': 60.45240701904548, 'street_length_total': 288584.61999999906, 'street_length_avg': 59.69892842366551, 'street_segments_count': 4834, 'node_density_km': 173.2618660638611, 'intersection_density_km': 150.39508459002022, 'edge_density_km': 29699.911754555324, 'street_density_km': 15170.118258049179, 'circuity_avg': 1.0723160469722028, 'self_loop_proportion': 0.0044939011341750485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723160469722028\n", - "635\n", - "8005697.85842239\n", - "{'n': 502, 'm': 1244, 'k_avg': 4.956175298804781, 'intersection_count': 405, 'streets_per_node_avg': 2.691235059760956, 'streets_per_node_counts': {0: 0, 1: 97, 2: 3, 3: 365, 4: 33, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19322709163346613, 2: 0.00597609561752988, 3: 0.7270916334661355, 4: 0.06573705179282868, 5: 0.00597609561752988, 6: 0.00199203187250996}, 'edge_length_total': 113332.96399999988, 'edge_length_avg': 91.10366881028929, 'street_length_total': 58033.80199999997, 'street_length_avg': 88.1972674772036, 'street_segments_count': 658, 'node_density_km': 62.70533923184112, 'intersection_density_km': 50.58896890218258, 'edge_density_km': 14156.537756514004, 'street_density_km': 7249.062233712147, 'circuity_avg': 1.078933963911162, 'self_loop_proportion': 0.003215434083601286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078933963911162\n", - "636\n", - "46030192.13363346\n", - "{'n': 7643, 'm': 21545, 'k_avg': 5.637838545073924, 'intersection_count': 6594, 'streets_per_node_avg': 2.9684678791050634, 'streets_per_node_counts': {0: 0, 1: 1049, 2: 7, 3: 4815, 4: 1688, 5: 76, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13724977103231714, 2: 0.0009158707313881983, 3: 0.6299882245191679, 4: 0.2208556849404684, 5: 0.009943739369357583, 6: 0.0010467094073007982}, 'edge_length_total': 1211171.6259999939, 'edge_length_avg': 56.21590280807584, 'street_length_total': 624331.4609999993, 'street_length_avg': 55.245682771436094, 'street_segments_count': 11301, 'node_density_km': 166.043191343001, 'intersection_density_km': 143.2538013496989, 'edge_density_km': 26312.547696602203, 'street_density_km': 13563.520638529146, 'circuity_avg': 1.0586218761058743, 'self_loop_proportion': 0.002784868879090276, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586218761058743\n", - "637\n", - "12013171.940932607\n", - "{'n': 791, 'm': 2041, 'k_avg': 5.160556257901391, 'intersection_count': 648, 'streets_per_node_avg': 2.786346396965866, 'streets_per_node_counts': {0: 0, 1: 143, 2: 5, 3: 527, 4: 112, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18078381795195955, 2: 0.006321112515802781, 3: 0.6662452591656132, 4: 0.1415929203539823, 5: 0.0025284450063211127, 6: 0.0025284450063211127}, 'edge_length_total': 174769.75700000027, 'edge_length_avg': 85.62947427731518, 'street_length_total': 89555.09399999994, 'street_length_avg': 82.53925714285708, 'street_segments_count': 1085, 'node_density_km': 65.84439179670919, 'intersection_density_km': 53.940791256975416, 'edge_density_km': 14548.177438841563, 'street_density_km': 7454.741715204951, 'circuity_avg': 1.03485543220749, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03485543220749\n", - "638\n", - "9008759.26898351\n", - "{'n': 369, 'm': 945, 'k_avg': 5.121951219512195, 'intersection_count': 291, 'streets_per_node_avg': 2.7371273712737128, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 233, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21138211382113822, 2: 0.0, 3: 0.6314363143631436, 4: 0.15447154471544716, 5: 0.0027100271002710027}, 'edge_length_total': 129342.02000000008, 'edge_length_avg': 136.86986243386252, 'street_length_total': 64949.52000000002, 'street_length_avg': 135.31150000000005, 'street_segments_count': 480, 'node_density_km': 40.960135461765496, 'intersection_density_km': 32.30189544545734, 'edge_density_km': 14357.362222488848, 'street_density_km': 7209.596578256498, 'circuity_avg': 1.042155118960096, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042155118960096\n", - "639\n", - "23013250.478253737\n", - "{'n': 1318, 'm': 3481, 'k_avg': 5.282245827010622, 'intersection_count': 1076, 'streets_per_node_avg': 2.731411229135053, 'streets_per_node_counts': {0: 0, 1: 242, 2: 0, 3: 950, 4: 122, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18361153262518967, 2: 0.0, 3: 0.7207890743550834, 4: 0.09256449165402124, 5: 0.0030349013657056147}, 'edge_length_total': 319423.03600000055, 'edge_length_avg': 91.76186038494701, 'street_length_total': 160749.19299999985, 'street_length_avg': 91.02445809739515, 'street_segments_count': 1766, 'node_density_km': 57.27135335555652, 'intersection_density_km': 46.75567239042399, 'edge_density_km': 13879.961733429956, 'street_density_km': 6985.071194175679, 'circuity_avg': 1.1190704748477216, 'self_loop_proportion': 0.007756391841424878, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1190704748477216\n", - "640\n", - "17010159.661818057\n", - "{'n': 586, 'm': 1617, 'k_avg': 5.51877133105802, 'intersection_count': 499, 'streets_per_node_avg': 2.8293515358361776, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 427, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14846416382252559, 2: 0.0, 3: 0.7286689419795221, 4: 0.11945392491467577, 5: 0.0034129692832764505}, 'edge_length_total': 224779.02499999973, 'edge_length_avg': 139.0099103277673, 'street_length_total': 113049.04499999995, 'street_length_avg': 137.8646890243902, 'street_segments_count': 820, 'node_density_km': 34.44999997944569, 'intersection_density_km': 29.335409538811263, 'edge_density_km': 13214.398304829032, 'street_density_km': 6645.972010113231, 'circuity_avg': 1.0285564489247359, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285564489247359\n", - "641\n", - "15013956.427382322\n", - "{'n': 308, 'm': 808, 'k_avg': 5.246753246753247, 'intersection_count': 263, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 219, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1461038961038961, 2: 0.0, 3: 0.711038961038961, 4: 0.13636363636363635, 5: 0.006493506493506494}, 'edge_length_total': 148116.11599999992, 'edge_length_avg': 183.31202475247514, 'street_length_total': 74508.67200000006, 'street_length_avg': 175.31452235294134, 'street_segments_count': 425, 'node_density_km': 20.514246294086234, 'intersection_density_km': 17.517034984885324, 'edge_density_km': 9865.22884333586, 'street_density_km': 4962.627430043143, 'circuity_avg': 1.0407301326272957, 'self_loop_proportion': 0.0024752475247524753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407301326272957\n", - "642\n", - "9005337.102091962\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 288, 'm': 763, 'k_avg': 5.298611111111111, 'intersection_count': 240, 'streets_per_node_avg': 2.7604166666666665, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 213, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7395833333333334, 4: 0.09375}, 'edge_length_total': 107738.96199999985, 'edge_length_avg': 141.20440629095657, 'street_length_total': 54084.839000000036, 'street_length_avg': 139.3939149484537, 'street_segments_count': 388, 'node_density_km': 31.98103488353555, 'intersection_density_km': 26.65086240294629, 'edge_density_km': 11963.901048742731, 'street_density_km': 6005.865009477101, 'circuity_avg': 1.0805808938700683, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805808938700683\n", - "643\n", - "108103163.45371951\n", - "{'n': 12101, 'm': 35208, 'k_avg': 5.819023221221387, 'intersection_count': 10526, 'streets_per_node_avg': 2.9603338567060575, 'streets_per_node_counts': {0: 0, 1: 1575, 2: 3, 3: 7950, 4: 2484, 5: 80, 6: 8, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1301545326832493, 2: 0.00024791339558714154, 3: 0.6569704983059251, 4: 0.2052722915461532, 5: 0.0066110238823237745, 6: 0.0006611023882323775, 7: 0.0, 8: 8.263779852904718e-05}, 'edge_length_total': 2755903.6199999847, 'edge_length_avg': 78.2749267211993, 'street_length_total': 1388420.839000003, 'street_length_avg': 77.99678888826487, 'street_segments_count': 17801, 'node_density_km': 111.93936988884333, 'intersection_density_km': 97.36995351210354, 'edge_density_km': 25493.27449774239, 'street_density_km': 12843.480196529174, 'circuity_avg': 1.0564435607430949, 'self_loop_proportion': 0.0013065212451715518, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564435607430949\n", - "644\n", - "5004035.202947997\n", - "{'n': 135, 'm': 396, 'k_avg': 5.866666666666666, 'intersection_count': 121, 'streets_per_node_avg': 3.140740740740741, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 74, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1037037037037037, 2: 0.0, 3: 0.5481481481481482, 4: 0.34814814814814815}, 'edge_length_total': 63205.60599999999, 'edge_length_avg': 159.61011616161613, 'street_length_total': 31602.803000000004, 'street_length_avg': 159.6101161616162, 'street_segments_count': 198, 'node_density_km': 26.97822747539192, 'intersection_density_km': 24.180485366832755, 'edge_density_km': 12630.92752879997, 'street_density_km': 6315.463764399987, 'circuity_avg': 1.0141257576584928, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0141257576584928\n", - "645\n", - "8010698.292650393\n", - "{'n': 4330, 'm': 10572, 'k_avg': 4.883140877598152, 'intersection_count': 2891, 'streets_per_node_avg': 2.508083140877598, 'streets_per_node_counts': {0: 0, 1: 1439, 2: 10, 3: 2148, 4: 710, 5: 21, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3323325635103926, 2: 0.0023094688221709007, 3: 0.49607390300230947, 4: 0.16397228637413394, 5: 0.004849884526558892, 6: 0.00046189376443418013}, 'edge_length_total': 299299.96399999945, 'edge_length_avg': 28.310628452516028, 'street_length_total': 151935.4199999998, 'street_length_avg': 28.141400259307243, 'street_segments_count': 5399, 'node_density_km': 540.5271602817276, 'intersection_density_km': 360.8923834583082, 'edge_density_km': 37362.53108853187, 'street_density_km': 18966.563768778637, 'circuity_avg': 1.0574634579981086, 'self_loop_proportion': 0.001513431706394249, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574634579981086\n", - "646\n", - "26015370.76096837\n", - "{'n': 4391, 'm': 11618, 'k_avg': 5.291733090412206, 'intersection_count': 3641, 'streets_per_node_avg': 2.802778410384878, 'streets_per_node_counts': {0: 0, 1: 750, 2: 12, 3: 3007, 4: 600, 5: 20, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17080391710316556, 2: 0.002732862673650649, 3: 0.6848098383056251, 4: 0.13664313368253245, 5: 0.004554771122751082, 6: 0.0004554771122751082}, 'edge_length_total': 725328.775999998, 'edge_length_avg': 62.431466345326044, 'street_length_total': 374021.4900000009, 'street_length_avg': 61.587599209616485, 'street_segments_count': 6073, 'node_density_km': 168.78483264162998, 'intersection_density_km': 139.95572207883734, 'edge_density_km': 27880.77797023866, 'street_density_km': 14376.942517427291, 'circuity_avg': 1.069159248093917, 'self_loop_proportion': 0.003356860044758134, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069159248093917\n", - "647\n", - "7008643.359697776\n", - "{'n': 94, 'm': 276, 'k_avg': 5.872340425531915, 'intersection_count': 74, 'streets_per_node_avg': 2.978723404255319, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 36, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2127659574468085, 2: 0.0, 3: 0.3829787234042553, 4: 0.40425531914893614}, 'edge_length_total': 52596.32200000002, 'edge_length_avg': 190.5663840579711, 'street_length_total': 26298.16099999999, 'street_length_avg': 190.56638405797094, 'street_segments_count': 138, 'node_density_km': 13.412010738131414, 'intersection_density_km': 10.558391432146006, 'edge_density_km': 7504.493994151254, 'street_density_km': 3752.2469970756238, 'circuity_avg': 1.0158770776193629, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0158770776193629\n", - "648\n", - "10007943.388186961\n", - "error with entry 648\n", - "649\n", - "7003890.427849301\n", - "{'n': 658, 'm': 1702, 'k_avg': 5.173252279635259, 'intersection_count': 533, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 125, 2: 1, 3: 430, 4: 96, 5: 5, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1899696048632219, 2: 0.001519756838905775, 3: 0.6534954407294833, 4: 0.1458966565349544, 5: 0.007598784194528876, 6: 0.0, 7: 0.001519756838905775}, 'edge_length_total': 127661.30800000006, 'edge_length_avg': 75.00664394829616, 'street_length_total': 65833.122, 'street_length_avg': 73.55656089385475, 'street_segments_count': 895, 'node_density_km': 93.9477861309223, 'intersection_density_km': 76.10056232185651, 'edge_density_km': 18227.19948507265, 'street_density_km': 9399.507699068261, 'circuity_avg': 1.0739878387215136, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0739878387215136\n", - "650\n", - "6003496.016025017\n", - "{'n': 506, 'm': 1304, 'k_avg': 5.154150197628459, 'intersection_count': 404, 'streets_per_node_avg': 2.6877470355731226, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 358, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2015810276679842, 2: 0.0, 3: 0.7075098814229249, 4: 0.09090909090909091}, 'edge_length_total': 86780.0379999999, 'edge_length_avg': 66.54910889570544, 'street_length_total': 43709.63599999998, 'street_length_avg': 66.32721699544761, 'street_segments_count': 659, 'node_density_km': 84.28422350066425, 'intersection_density_km': 67.2941231112023, 'edge_density_km': 14454.917229620809, 'street_density_km': 7280.697094380787, 'circuity_avg': 1.0728008325699234, 'self_loop_proportion': 0.003067484662576687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728008325699234\n", - "651\n", - "48030944.94741625\n", - "{'n': 5765, 'm': 15067, 'k_avg': 5.227059843885516, 'intersection_count': 4672, 'streets_per_node_avg': 2.812489158716392, 'streets_per_node_counts': {0: 0, 1: 1093, 2: 20, 3: 3591, 4: 1005, 5: 48, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18959236773633997, 2: 0.003469210754553339, 3: 0.622896790980052, 4: 0.17432784041630528, 5: 0.008326105810928014, 6: 0.0013876843018213356}, 'edge_length_total': 1043504.2980000002, 'edge_length_avg': 69.25760257516428, 'street_length_total': 548472.8640000002, 'street_length_avg': 68.51628532167398, 'street_segments_count': 8005, 'node_density_km': 120.0267870288927, 'intersection_density_km': 97.2706242842995, 'edge_density_km': 21725.666633092835, 'street_density_km': 11419.156225230676, 'circuity_avg': 1.0664494792848611, 'self_loop_proportion': 0.0033185106524191944, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664494792848611\n", - "652\n", - "13009179.469193071\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2014, 'm': 5500, 'k_avg': 5.461767626613704, 'intersection_count': 1692, 'streets_per_node_avg': 2.878848063555114, 'streets_per_node_counts': {0: 0, 1: 322, 2: 1, 3: 1302, 4: 378, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15988083416087387, 2: 0.0004965243296921549, 3: 0.6464746772591857, 4: 0.18768619662363456, 5: 0.004965243296921549, 6: 0.0004965243296921549}, 'edge_length_total': 310165.6810000012, 'edge_length_avg': 56.3937601818184, 'street_length_total': 161467.71700000082, 'street_length_avg': 56.28013837574096, 'street_segments_count': 2869, 'node_density_km': 154.81376091161908, 'intersection_density_km': 130.06200767748734, 'edge_density_km': 23842.063347231233, 'street_density_km': 12411.829461064102, 'circuity_avg': 1.0875824888937835, 'self_loop_proportion': 0.0025454545454545456, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0875824888937835\n", - "653\n", - "17021811.184608992\n", - "{'n': 3094, 'm': 7997, 'k_avg': 5.169360051712993, 'intersection_count': 2498, 'streets_per_node_avg': 2.758241758241758, 'streets_per_node_counts': {0: 0, 1: 596, 2: 4, 3: 2057, 4: 426, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19263089851325146, 2: 0.001292824822236587, 3: 0.6648351648351648, 4: 0.13768584356819652, 5: 0.003555268261150614}, 'edge_length_total': 443875.7849999999, 'edge_length_avg': 55.505287607852935, 'street_length_total': 231812.9600000001, 'street_length_avg': 54.80211820330972, 'street_segments_count': 4230, 'node_density_km': 181.76679123297842, 'intersection_density_km': 146.7528909178992, 'edge_density_km': 26076.883369576408, 'street_density_km': 13618.583679838008, 'circuity_avg': 1.0647403365346997, 'self_loop_proportion': 0.003126172314617982, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647403365346997\n", - "654\n", - "12011188.052186847\n", - "{'n': 188, 'm': 457, 'k_avg': 4.861702127659575, 'intersection_count': 149, 'streets_per_node_avg': 2.6382978723404253, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 139, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074468085106383, 2: 0.0, 3: 0.7393617021276596, 4: 0.05319148936170213}, 'edge_length_total': 84348.04500000001, 'edge_length_avg': 184.56902625820572, 'street_length_total': 42608.008999999984, 'street_length_avg': 182.0855085470085, 'street_segments_count': 234, 'node_density_km': 15.652073648598925, 'intersection_density_km': 12.405100923623616, 'edge_density_km': 7022.4564492305135, 'street_density_km': 3547.36007919237, 'circuity_avg': 1.0835464041242067, 'self_loop_proportion': 0.01312910284463895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0835464041242067\n", - "655\n", - "25035867.7072827\n", - "{'n': 1758, 'm': 4514, 'k_avg': 5.135381114903299, 'intersection_count': 1347, 'streets_per_node_avg': 2.6359499431171787, 'streets_per_node_counts': {0: 0, 1: 411, 2: 0, 3: 1173, 4: 168, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23378839590443687, 2: 0.0, 3: 0.6672354948805461, 4: 0.09556313993174062, 5: 0.0022753128555176336, 6: 0.0011376564277588168}, 'edge_length_total': 441630.0180000007, 'edge_length_avg': 97.83562649534795, 'street_length_total': 222340.425, 'street_length_avg': 97.17675917832167, 'street_segments_count': 2288, 'node_density_km': 70.21925585142048, 'intersection_density_km': 53.80280866431365, 'edge_density_km': 17639.892619800616, 'street_density_km': 8880.875534236955, 'circuity_avg': 1.072712596283721, 'self_loop_proportion': 0.003544528134692069, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072712596283721\n", - "656\n", - "16009917.126231138\n", - "{'n': 760, 'm': 2018, 'k_avg': 5.310526315789474, 'intersection_count': 622, 'streets_per_node_avg': 2.725, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 555, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18157894736842106, 2: 0.0, 3: 0.7302631578947368, 4: 0.0881578947368421}, 'edge_length_total': 249221.27499999927, 'edge_length_avg': 123.49914519326029, 'street_length_total': 124858.17600000002, 'street_length_avg': 123.25584995064168, 'street_segments_count': 1013, 'node_density_km': 47.47057676862004, 'intersection_density_km': 38.85091940800219, 'edge_density_km': 15566.681141132674, 'street_density_km': 7798.802143418255, 'circuity_avg': 1.0533255579315366, 'self_loop_proportion': 0.002973240832507433, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533255579315366\n", - "657\n", - "8004902.190485384\n", - "{'n': 391, 'm': 975, 'k_avg': 4.987212276214834, 'intersection_count': 310, 'streets_per_node_avg': 2.662404092071611, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 281, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2071611253196931, 2: 0.0, 3: 0.7186700767263428, 4: 0.07161125319693094, 5: 0.0025575447570332483}, 'edge_length_total': 113717.88000000008, 'edge_length_avg': 116.63372307692316, 'street_length_total': 57005.75199999995, 'street_length_avg': 115.63032860040558, 'street_segments_count': 493, 'node_density_km': 48.84506902092347, 'intersection_density_km': 38.72626955623088, 'edge_density_km': 14206.029916913289, 'street_density_km': 7121.355220024664, 'circuity_avg': 1.0658106494751496, 'self_loop_proportion': 0.0020512820512820513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658106494751496\n", - "658\n", - "7003913.954684922\n", - "{'n': 132, 'm': 322, 'k_avg': 4.878787878787879, 'intersection_count': 108, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 93, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7045454545454546, 4: 0.11363636363636363}, 'edge_length_total': 53314.87599999993, 'edge_length_avg': 165.57414906832275, 'street_length_total': 27004.673000000006, 'street_length_avg': 158.85101764705885, 'street_segments_count': 170, 'node_density_km': 18.846605034561446, 'intersection_density_km': 15.419949573732092, 'edge_density_km': 7612.154624534984, 'street_density_km': 3855.6545918067095, 'circuity_avg': 1.0342912453487774, 'self_loop_proportion': 0.006211180124223602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342912453487774\n", - "659\n", - "28022917.51401122\n", - "{'n': 7676, 'm': 21142, 'k_avg': 5.508598228243877, 'intersection_count': 6326, 'streets_per_node_avg': 2.8626889004689944, 'streets_per_node_counts': {0: 0, 1: 1350, 2: 4, 3: 4693, 4: 1611, 5: 15, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17587285044293904, 2: 0.0005211047420531526, 3: 0.6113861386138614, 4: 0.20987493486190725, 5: 0.0019541427826993227, 6: 0.0003908285565398645}, 'edge_length_total': 1041908.8350000025, 'edge_length_avg': 49.281469823101055, 'street_length_total': 535504.1290000001, 'street_length_avg': 48.967092995610834, 'street_segments_count': 10936, 'node_density_km': 273.9186594744129, 'intersection_density_km': 225.74380404313914, 'edge_density_km': 37180.598147179255, 'street_density_km': 19109.506664759392, 'circuity_avg': 1.0760785544533813, 'self_loop_proportion': 0.0030271497493141613, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760785544533813\n", - "660\n", - "12010851.678038243\n", - "{'n': 542, 'm': 1521, 'k_avg': 5.612546125461255, 'intersection_count': 464, 'streets_per_node_avg': 2.915129151291513, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 361, 4: 96, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14391143911439114, 2: 0.0, 3: 0.6660516605166051, 4: 0.17712177121771217, 5: 0.012915129151291513}, 'edge_length_total': 196274.28400000065, 'edge_length_avg': 129.0429217619991, 'street_length_total': 99122.23400000013, 'street_length_avg': 128.89757347204178, 'street_segments_count': 769, 'node_density_km': 45.12585905885785, 'intersection_density_km': 38.63173174042443, 'edge_density_km': 16341.412687568758, 'street_density_km': 8252.723175430134, 'circuity_avg': 1.0358948242503296, 'self_loop_proportion': 0.0013149243918474688, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358948242503296\n", - "661\n", - "11008536.056831196\n", - "{'n': 319, 'm': 832, 'k_avg': 5.216300940438871, 'intersection_count': 258, 'streets_per_node_avg': 2.7586206896551726, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 214, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19122257053291536, 2: 0.0, 3: 0.670846394984326, 4: 0.13479623824451412, 5: 0.003134796238244514}, 'edge_length_total': 103029.15899999994, 'edge_length_avg': 123.83312379807685, 'street_length_total': 51733.734000000004, 'street_length_avg': 122.30197163120569, 'street_segments_count': 423, 'node_density_km': 28.977513299967704, 'intersection_density_km': 23.436358719096138, 'edge_density_km': 9359.024530429422, 'street_density_km': 4699.419953109692, 'circuity_avg': 1.0414202060094353, 'self_loop_proportion': 0.002403846153846154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414202060094353\n", - "662\n", - "6003790.640749141\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1159, 'm': 2870, 'k_avg': 4.952545297670405, 'intersection_count': 856, 'streets_per_node_avg': 2.5772217428817945, 'streets_per_node_counts': {0: 0, 1: 303, 2: 4, 3: 735, 4: 114, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2614322691975841, 2: 0.003451251078515962, 3: 0.634167385677308, 4: 0.09836065573770492, 5: 0.0025884383088869713}, 'edge_length_total': 150930.74699999983, 'edge_length_avg': 52.58911045296161, 'street_length_total': 77160.355, 'street_length_avg': 52.63325716234652, 'street_segments_count': 1466, 'node_density_km': 193.0447061450801, 'intersection_density_km': 142.576590560991, 'edge_density_km': 25139.242194022776, 'street_density_km': 12851.939652308078, 'circuity_avg': 1.0828650144944323, 'self_loop_proportion': 0.0020905923344947735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828650144944323\n", - "663\n", - "7004142.770970939\n", - "{'n': 160, 'm': 421, 'k_avg': 5.2625, 'intersection_count': 139, 'streets_per_node_avg': 2.83125, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 125, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13125, 2: 0.0, 3: 0.78125, 4: 0.08125, 5: 0.00625}, 'edge_length_total': 49015.42600000006, 'edge_length_avg': 116.42619002375311, 'street_length_total': 25023.401000000027, 'street_length_avg': 115.31521198156695, 'street_segments_count': 217, 'node_density_km': 22.843623442847132, 'intersection_density_km': 19.845397865973446, 'edge_density_km': 6998.062090217126, 'street_density_km': 3572.657185646031, 'circuity_avg': 1.087413932736622, 'self_loop_proportion': 0.009501187648456057, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087413932736622\n", - "664\n", - "8005638.019959043\n", - "{'n': 189, 'm': 517, 'k_avg': 5.470899470899471, 'intersection_count': 172, 'streets_per_node_avg': 2.941798941798942, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 151, 4: 19, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08994708994708994, 2: 0.0, 3: 0.798941798941799, 4: 0.10052910052910052, 5: 0.010582010582010581}, 'edge_length_total': 97739.30700000006, 'edge_length_avg': 189.05088394584152, 'street_length_total': 48909.14900000003, 'street_length_avg': 188.83841312741322, 'street_segments_count': 259, 'node_density_km': 23.608361948017095, 'intersection_density_km': 21.484858492375345, 'edge_density_km': 12208.809186266466, 'street_density_km': 6109.338053764544, 'circuity_avg': 1.0574079282528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574079282528\n", - "665\n", - "9013939.635375056\n", - "{'n': 164, 'm': 446, 'k_avg': 5.439024390243903, 'intersection_count': 135, 'streets_per_node_avg': 2.8658536585365852, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 100, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17682926829268292, 2: 0.0, 3: 0.6097560975609756, 4: 0.2073170731707317, 5: 0.006097560975609756}, 'edge_length_total': 77711.062, 'edge_length_avg': 174.24004932735428, 'street_length_total': 38855.531, 'street_length_avg': 174.24004932735428, 'street_segments_count': 223, 'node_density_km': 18.194042409201934, 'intersection_density_km': 14.976803202696715, 'edge_density_km': 8621.20949812269, 'street_density_km': 4310.604749061345, 'circuity_avg': 1.0410508067870323, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410508067870323\n", - "666\n", - "12008495.556910237\n", - "{'n': 503, 'm': 1317, 'k_avg': 5.236580516898608, 'intersection_count': 437, 'streets_per_node_avg': 2.9980119284294235, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 307, 4: 129, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1312127236580517, 2: 0.0, 3: 0.610337972166998, 4: 0.25646123260437376, 5: 0.0019880715705765406}, 'edge_length_total': 117527.50699999995, 'edge_length_avg': 89.23880561883064, 'street_length_total': 61332.79399999996, 'street_length_avg': 83.44597823129246, 'street_segments_count': 735, 'node_density_km': 41.887012208665126, 'intersection_density_km': 36.390903250868114, 'edge_density_km': 9787.030060761379, 'street_density_km': 5107.450280456344, 'circuity_avg': 1.069465652113805, 'self_loop_proportion': 0.0015186028853454822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069465652113805\n", - "667\n", - "5006267.156599087\n", - "{'n': 23, 'm': 68, 'k_avg': 5.913043478260869, 'intersection_count': 21, 'streets_per_node_avg': 3.217391304347826, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 12, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.5217391304347826, 4: 0.391304347826087}, 'edge_length_total': 19416.533999999992, 'edge_length_avg': 285.53726470588225, 'street_length_total': 9708.267, 'street_length_avg': 285.53726470588236, 'street_segments_count': 34, 'node_density_km': 4.594241433895952, 'intersection_density_km': 4.194742178774565, 'edge_density_km': 3878.4454350195424, 'street_density_km': 1939.2227175097719, 'circuity_avg': 1.0166200291707401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0166200291707401\n", - "668\n", - "7003682.820785366\n", - "{'n': 429, 'm': 1053, 'k_avg': 4.909090909090909, 'intersection_count': 330, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 265, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.6177156177156177, 4: 0.14918414918414918, 5: 0.002331002331002331}, 'edge_length_total': 78027.83699999974, 'edge_length_avg': 74.10050997150972, 'street_length_total': 41069.15199999997, 'street_length_avg': 72.56033922261479, 'street_segments_count': 566, 'node_density_km': 61.25348776886695, 'intersection_density_km': 47.11806751451304, 'edge_density_km': 11140.972399325472, 'street_density_km': 5863.936596059991, 'circuity_avg': 1.0589865063952366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589865063952366\n", - "669\n", - "17027303.744771123\n", - "{'n': 1708, 'm': 4761, 'k_avg': 5.574941451990632, 'intersection_count': 1488, 'streets_per_node_avg': 2.9672131147540983, 'streets_per_node_counts': {0: 0, 1: 220, 2: 2, 3: 1105, 4: 377, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1288056206088993, 2: 0.00117096018735363, 3: 0.6469555035128806, 4: 0.22072599531615925, 5: 0.001756440281030445, 6: 0.000585480093676815}, 'edge_length_total': 307172.49499999906, 'edge_length_avg': 64.51848246166752, 'street_length_total': 157759.76799999995, 'street_length_avg': 62.77746438519696, 'street_segments_count': 2513, 'node_density_km': 100.30948091382382, 'intersection_density_km': 87.3890559717622, 'edge_density_km': 18039.99620869675, 'street_density_km': 9265.105642368424, 'circuity_avg': 1.0515982613409707, 'self_loop_proportion': 0.001260239445494644, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515982613409707\n", - "670\n", - "10006072.060865173\n", - "{'n': 565, 'm': 1458, 'k_avg': 5.161061946902655, 'intersection_count': 466, 'streets_per_node_avg': 2.784070796460177, 'streets_per_node_counts': {0: 0, 1: 99, 2: 2, 3: 390, 4: 70, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1752212389380531, 2: 0.0035398230088495575, 3: 0.6902654867256637, 4: 0.12389380530973451, 5: 0.007079646017699115}, 'edge_length_total': 153639.55199999976, 'edge_length_avg': 105.37692181069943, 'street_length_total': 77814.72700000001, 'street_length_avg': 103.06586357615896, 'street_segments_count': 755, 'node_density_km': 56.465713674977, 'intersection_density_km': 46.57172136732617, 'edge_density_km': 15354.63177413049, 'street_density_km': 7776.750609696466, 'circuity_avg': 1.08344945510021, 'self_loop_proportion': 0.006858710562414266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08344945510021\n", - "671\n", - "8005239.158965542\n", - "{'n': 423, 'm': 1151, 'k_avg': 5.442080378250591, 'intersection_count': 361, 'streets_per_node_avg': 2.8226950354609928, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 313, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14657210401891252, 2: 0.0, 3: 0.7399527186761229, 4: 0.1111111111111111, 5: 0.002364066193853428}, 'edge_length_total': 113233.343, 'edge_length_avg': 98.37823023457862, 'street_length_total': 56801.621999999996, 'street_length_avg': 97.76527022375214, 'street_segments_count': 581, 'node_density_km': 52.84039509628606, 'intersection_density_km': 45.09546720983278, 'edge_density_km': 14144.904449629497, 'street_density_km': 7095.555906831901, 'circuity_avg': 1.085268246542237, 'self_loop_proportion': 0.005212858384013901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085268246542237\n", - "672\n", - "147066808.05385518\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 32906, 'm': 89206, 'k_avg': 5.421868352276181, 'intersection_count': 26803, 'streets_per_node_avg': 2.850878259284021, 'streets_per_node_counts': {0: 0, 1: 6103, 2: 66, 3: 19528, 4: 7064, 5: 135, 6: 9, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18546769586093723, 2: 0.002005713243785328, 3: 0.5934480034036346, 4: 0.2146720962742357, 5: 0.0041025952713790795, 6: 0.000273506351425272, 7: 3.0389594602808e-05}, 'edge_length_total': 4049911.9319999185, 'edge_length_avg': 45.399546353383386, 'street_length_total': 2136854.3839999987, 'street_length_avg': 45.739423434222324, 'street_segments_count': 46718, 'node_density_km': 223.74865161926937, 'intersection_density_km': 182.25050475145193, 'edge_density_km': 27537.905973432564, 'street_density_km': 14529.820917970103, 'circuity_avg': 1.063730127772408, 'self_loop_proportion': 0.0023765217586261015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063730127772408\n", - "673\n", - "10006669.524215423\n", - "{'n': 934, 'm': 2478, 'k_avg': 5.3062098501070665, 'intersection_count': 810, 'streets_per_node_avg': 2.8693790149892933, 'streets_per_node_counts': {0: 0, 1: 124, 2: 3, 3: 686, 4: 115, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13276231263383298, 2: 0.0032119914346895075, 3: 0.734475374732334, 4: 0.12312633832976445, 5: 0.004282655246252677, 6: 0.0021413276231263384}, 'edge_length_total': 182869.1739999999, 'edge_length_avg': 73.79708393866018, 'street_length_total': 95006.72999999995, 'street_length_avg': 72.30344748858444, 'street_segments_count': 1314, 'node_density_km': 93.33774816284149, 'intersection_density_km': 80.94601286070836, 'edge_density_km': 18274.72902522359, 'street_density_km': 9494.340726461534, 'circuity_avg': 1.1003207142035671, 'self_loop_proportion': 0.004842615012106538, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1003207142035671\n", - "674\n", - "7005216.934594073\n", - "{'n': 151, 'm': 371, 'k_avg': 4.913907284768212, 'intersection_count': 121, 'streets_per_node_avg': 2.7019867549668874, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 106, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1986754966887417, 2: 0.0, 3: 0.7019867549668874, 4: 0.09933774834437085}, 'edge_length_total': 58379.863000000005, 'edge_length_avg': 157.35812129380056, 'street_length_total': 29869.391000000014, 'street_length_avg': 155.56974479166675, 'street_segments_count': 192, 'node_density_km': 21.5553638680784, 'intersection_density_km': 17.272841245281366, 'edge_density_km': 8333.769467109716, 'street_density_km': 4263.878089555672, 'circuity_avg': 1.0440765369855034, 'self_loop_proportion': 0.005390835579514825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440765369855034\n", - "675\n", - "13013471.077204898\n", - "{'n': 1013, 'm': 2616, 'k_avg': 5.1648568608094765, 'intersection_count': 795, 'streets_per_node_avg': 2.6831194471865745, 'streets_per_node_counts': {0: 0, 1: 218, 2: 0, 3: 682, 4: 111, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21520236920039487, 2: 0.0, 3: 0.6732477788746298, 4: 0.10957551826258638, 5: 0.0019743336623889436}, 'edge_length_total': 246206.47600000087, 'edge_length_avg': 94.11562538226333, 'street_length_total': 123959.50099999999, 'street_length_avg': 92.78405763473053, 'street_segments_count': 1336, 'node_density_km': 77.84241375649773, 'intersection_density_km': 61.09054189182202, 'edge_density_km': 18919.35476240997, 'street_density_km': 9525.47558330799, 'circuity_avg': 1.0737015380085624, 'self_loop_proportion': 0.005351681957186544, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0737015380085624\n", - "676\n", - "11012857.114812877\n", - "{'n': 256, 'm': 657, 'k_avg': 5.1328125, 'intersection_count': 213, 'streets_per_node_avg': 2.7421875, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 193, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16796875, 2: 0.0, 3: 0.75390625, 4: 0.078125}, 'edge_length_total': 107752.16500000002, 'edge_length_avg': 164.00633942161343, 'street_length_total': 53938.579000000034, 'street_length_avg': 163.94704863221895, 'street_segments_count': 329, 'node_density_km': 23.245557200198885, 'intersection_density_km': 19.34103001422798, 'edge_density_km': 9784.215292784253, 'street_density_km': 4897.782513445106, 'circuity_avg': 1.0696731344466979, 'self_loop_proportion': 0.0030441400304414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696731344466979\n", - "677\n", - "20022738.096752025\n", - "{'n': 2343, 'm': 6178, 'k_avg': 5.273580879214682, 'intersection_count': 1818, 'streets_per_node_avg': 2.686299615877081, 'streets_per_node_counts': {0: 0, 1: 525, 2: 3, 3: 1505, 4: 303, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22407170294494239, 2: 0.0012804097311139564, 3: 0.6423388817755015, 4: 0.1293213828425096, 5: 0.002560819462227913, 6: 0.0004268032437046522}, 'edge_length_total': 472462.91200000007, 'edge_length_avg': 76.47505859501457, 'street_length_total': 236854.87099999952, 'street_length_avg': 76.2081309523808, 'street_segments_count': 3108, 'node_density_km': 117.01696284885573, 'intersection_density_km': 90.79677270986757, 'edge_density_km': 23596.31883097149, 'street_density_km': 11829.294767553332, 'circuity_avg': 1.0582749028373666, 'self_loop_proportion': 0.0009711880867594691, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582749028373666\n", - "678\n", - "7008725.130602183\n", - "{'n': 459, 'm': 1238, 'k_avg': 5.394335511982571, 'intersection_count': 386, 'streets_per_node_avg': 2.8583877995642704, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 306, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15904139433551198, 2: 0.0, 3: 0.6666666666666666, 4: 0.1721132897603486, 5: 0.002178649237472767}, 'edge_length_total': 98485.65599999984, 'edge_length_avg': 79.55222617124382, 'street_length_total': 49623.30600000006, 'street_length_avg': 79.27045686900968, 'street_segments_count': 626, 'node_density_km': 65.48979899295368, 'intersection_density_km': 55.07421004636192, 'edge_density_km': 14051.86452097859, 'street_density_km': 7080.218595437553, 'circuity_avg': 1.0628661922456948, 'self_loop_proportion': 0.0016155088852988692, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628661922456948\n", - "679\n", - "80059364.54754597\n", - "error with entry 679\n", - "680\n", - "10005683.019183818\n", - "{'n': 441, 'm': 1184, 'k_avg': 5.369614512471656, 'intersection_count': 355, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 296, 4: 56, 5: 2, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19501133786848074, 2: 0.0, 3: 0.671201814058957, 4: 0.12698412698412698, 5: 0.0045351473922902496, 6: 0.0, 7: 0.0022675736961451248}, 'edge_length_total': 105000.60799999988, 'edge_length_avg': 88.68294594594585, 'street_length_total': 52500.30399999998, 'street_length_avg': 88.68294594594592, 'street_segments_count': 592, 'node_density_km': 44.074952120157526, 'intersection_density_km': 35.47983674071638, 'edge_density_km': 10494.096984551981, 'street_density_km': 5247.048492275995, 'circuity_avg': 1.114848669432516, 'self_loop_proportion': 0.015202702702702704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.114848669432516\n", - "681\n", - "35018979.11487304\n", - "{'n': 1208, 'm': 3039, 'k_avg': 5.031456953642384, 'intersection_count': 920, 'streets_per_node_avg': 2.6026490066225167, 'streets_per_node_counts': {0: 0, 1: 288, 2: 0, 3: 826, 4: 92, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23841059602649006, 2: 0.0, 3: 0.6837748344370861, 4: 0.076158940397351, 5: 0.0016556291390728477}, 'edge_length_total': 425408.5699999995, 'edge_length_avg': 139.98307666995706, 'street_length_total': 215438.61000000022, 'street_length_avg': 138.99265161290336, 'street_segments_count': 1550, 'node_density_km': 34.49558012634772, 'intersection_density_km': 26.271468308145614, 'edge_density_km': 12147.94322257449, 'street_density_km': 6152.052842354292, 'circuity_avg': 1.0573722220306596, 'self_loop_proportion': 0.0013162224415926291, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573722220306596\n", - "682\n", - "9005183.162894297\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 317, 'm': 1054, 'k_avg': 6.649842271293376, 'intersection_count': 298, 'streets_per_node_avg': 3.413249211356467, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 130, 4: 167, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05993690851735016, 2: 0.0, 3: 0.41009463722397477, 4: 0.526813880126183, 5: 0.0031545741324921135}, 'edge_length_total': 149038.1020000001, 'edge_length_avg': 141.40237381404185, 'street_length_total': 74519.05099999996, 'street_length_avg': 141.40237381404168, 'street_segments_count': 527, 'node_density_km': 35.20194917369288, 'intersection_density_km': 33.09205316643684, 'edge_density_km': 16550.25770204309, 'street_density_km': 8275.128851021535, 'circuity_avg': 1.024270260522448, 'self_loop_proportion': 0.003795066413662239, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024270260522448\n", - "683\n", - "8006327.316239882\n", - "{'n': 326, 'm': 814, 'k_avg': 4.993865030674846, 'intersection_count': 259, 'streets_per_node_avg': 2.644171779141104, 'streets_per_node_counts': {0: 0, 1: 67, 2: 1, 3: 239, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20552147239263804, 2: 0.003067484662576687, 3: 0.7331288343558282, 4: 0.05828220858895705}, 'edge_length_total': 89212.81400000009, 'edge_length_avg': 109.59805159705171, 'street_length_total': 44768.72700000003, 'street_length_avg': 109.7272720588236, 'street_segments_count': 408, 'node_density_km': 40.717795703748926, 'intersection_density_km': 32.34941437813182, 'edge_density_km': 11142.788756467962, 'street_density_km': 5591.66834326046, 'circuity_avg': 1.0610591692083968, 'self_loop_proportion': 0.004914004914004914, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610591692083968\n", - "684\n", - "10005710.232549135\n", - "{'n': 400, 'm': 1083, 'k_avg': 5.415, 'intersection_count': 334, 'streets_per_node_avg': 2.8375, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 267, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.165, 2: 0.0, 3: 0.6675, 4: 0.1675}, 'edge_length_total': 146757.5110000003, 'edge_length_avg': 135.51016712834746, 'street_length_total': 73472.70800000006, 'street_length_avg': 135.55850184501855, 'street_segments_count': 542, 'node_density_km': 39.97717210506233, 'intersection_density_km': 33.38093870772705, 'edge_density_km': 14667.375687393975, 'street_density_km': 7343.077731852481, 'circuity_avg': 1.0497232384326038, 'self_loop_proportion': 0.0018467220683287165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497232384326038\n", - "685\n", - "13011087.8699013\n", - "error with entry 685\n", - "686\n", - "7008339.4648954775\n", - "{'n': 290, 'm': 728, 'k_avg': 5.020689655172414, 'intersection_count': 221, 'streets_per_node_avg': 2.5965517241379312, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 200, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23793103448275862, 2: 0.0, 3: 0.6896551724137931, 4: 0.07241379310344828}, 'edge_length_total': 82317.84300000004, 'edge_length_avg': 113.07396016483521, 'street_length_total': 41230.77500000002, 'street_length_avg': 112.96102739726034, 'street_segments_count': 365, 'node_density_km': 41.37927414227003, 'intersection_density_km': 31.53386063945406, 'edge_density_km': 11745.698594128778, 'street_density_km': 5883.1018683560505, 'circuity_avg': 1.054268181187228, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054268181187228\n", - "687\n", - "8007338.44880606\n", - "{'n': 120, 'm': 314, 'k_avg': 5.233333333333333, 'intersection_count': 103, 'streets_per_node_avg': 2.825, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 91, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14166666666666666, 2: 0.0, 3: 0.7583333333333333, 4: 0.09166666666666666, 5: 0.008333333333333333}, 'edge_length_total': 59053.55899999993, 'edge_length_avg': 188.06865923566855, 'street_length_total': 29784.39900000002, 'street_length_avg': 186.15249375000013, 'street_segments_count': 160, 'node_density_km': 14.986253018678472, 'intersection_density_km': 12.863200507699021, 'edge_density_km': 7374.929806895468, 'street_density_km': 3719.6378285272863, 'circuity_avg': 1.0486265653447722, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486265653447722\n", - "688\n", - "21031590.857715655\n", - "{'n': 748, 'm': 2044, 'k_avg': 5.46524064171123, 'intersection_count': 622, 'streets_per_node_avg': 2.823529411764706, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 504, 4: 116, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16844919786096257, 2: 0.0, 3: 0.6737967914438503, 4: 0.15508021390374332, 5: 0.00267379679144385}, 'edge_length_total': 262857.34000000014, 'edge_length_avg': 128.59948140900204, 'street_length_total': 132952.56900000002, 'street_length_avg': 127.83900865384616, 'street_segments_count': 1040, 'node_density_km': 35.565545424519726, 'intersection_density_km': 29.574557826271754, 'edge_density_km': 12498.214794035337, 'street_density_km': 6321.565016144511, 'circuity_avg': 1.037827904018361, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037827904018361\n", - "689\n", - "7004049.8799643805\n", - "{'n': 327, 'm': 922, 'k_avg': 5.63914373088685, 'intersection_count': 294, 'streets_per_node_avg': 2.9571865443425076, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 243, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10091743119266056, 2: 0.0, 3: 0.7431192660550459, 4: 0.1529051987767584, 5: 0.0030581039755351682}, 'edge_length_total': 103702.51200000015, 'edge_length_avg': 112.47560954446871, 'street_length_total': 51851.25599999998, 'street_length_avg': 112.4756095444685, 'street_segments_count': 461, 'node_density_km': 46.68727459171992, 'intersection_density_km': 41.97571477053718, 'edge_density_km': 14806.078451361276, 'street_density_km': 7403.039225680624, 'circuity_avg': 1.0412857611577138, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412857611577138\n", - "690\n", - "11008719.146317786\n", - "{'n': 1587, 'm': 4547, 'k_avg': 5.730308758664147, 'intersection_count': 1368, 'streets_per_node_avg': 2.976055450535602, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 969, 4: 398, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13799621928166353, 2: 0.0, 3: 0.610586011342155, 4: 0.25078764965343414, 5: 0.000630119722747322}, 'edge_length_total': 284960.2029999992, 'edge_length_avg': 62.66993688146013, 'street_length_total': 144072.17699999985, 'street_length_avg': 61.99319148020648, 'street_segments_count': 2324, 'node_density_km': 144.15846011757165, 'intersection_density_km': 124.2651376438803, 'edge_density_km': 25884.955298847202, 'street_density_km': 13087.097153186014, 'circuity_avg': 1.052936341191675, 'self_loop_proportion': 0.0021992522542335605, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052936341191675\n", - "691\n", - "6003630.561728448\n", - "{'n': 73, 'm': 193, 'k_avg': 5.287671232876712, 'intersection_count': 61, 'streets_per_node_avg': 2.9315068493150687, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 44, 4: 15, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1643835616438356, 2: 0.0, 3: 0.6027397260273972, 4: 0.2054794520547945, 5: 0.0273972602739726}, 'edge_length_total': 47719.695999999996, 'edge_length_avg': 247.252310880829, 'street_length_total': 24171.44500000001, 'street_length_avg': 241.7144500000001, 'street_segments_count': 100, 'node_density_km': 12.159309146261537, 'intersection_density_km': 10.1605186016706, 'edge_density_km': 7948.473096296164, 'street_density_km': 4026.137976258326, 'circuity_avg': 1.1019852202337088, 'self_loop_proportion': 0.010362694300518135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1019852202337088\n", - "692\n", - "4002565.3945774944\n", - "{'n': 289, 'm': 752, 'k_avg': 5.204152249134948, 'intersection_count': 242, 'streets_per_node_avg': 2.8339100346020762, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 198, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16262975778546712, 2: 0.0, 3: 0.6851211072664359, 4: 0.1453287197231834, 5: 0.006920415224913495}, 'edge_length_total': 75660.218, 'edge_length_avg': 100.61199202127659, 'street_length_total': 38702.708, 'street_length_avg': 98.48017302798982, 'street_segments_count': 393, 'node_density_km': 72.20369225985038, 'intersection_density_km': 60.46122327641451, 'edge_density_km': 18902.93113074461, 'street_density_km': 9669.475494999479, 'circuity_avg': 1.0968707540986384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0968707540986384\n", - "693\n", - "4003292.892804341\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 232, 'm': 587, 'k_avg': 5.060344827586207, 'intersection_count': 187, 'streets_per_node_avg': 2.7456896551724137, 'streets_per_node_counts': {0: 0, 1: 45, 2: 2, 3: 152, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1939655172413793, 2: 0.008620689655172414, 3: 0.6551724137931034, 4: 0.14224137931034483}, 'edge_length_total': 65493.67199999997, 'edge_length_avg': 111.57354684838155, 'street_length_total': 33482.17699999999, 'street_length_avg': 111.98052508361201, 'street_segments_count': 299, 'node_density_km': 57.95229232839919, 'intersection_density_km': 46.71154597159762, 'edge_density_km': 16359.950109501255, 'street_density_km': 8363.659091789668, 'circuity_avg': 1.0517411753658437, 'self_loop_proportion': 0.010221465076660987, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517411753658437\n", - "694\n", - "7008563.348666123\n", - "{'n': 575, 'm': 1467, 'k_avg': 5.102608695652174, 'intersection_count': 479, 'streets_per_node_avg': 2.7617391304347825, 'streets_per_node_counts': {0: 0, 1: 96, 2: 2, 3: 421, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16695652173913045, 2: 0.0034782608695652175, 3: 0.7321739130434782, 4: 0.09565217391304348, 5: 0.0017391304347826088}, 'edge_length_total': 120228.03400000022, 'edge_length_avg': 81.9550334014998, 'street_length_total': 61755.003999999986, 'street_length_avg': 79.99352849740932, 'street_segments_count': 772, 'node_density_km': 82.04249164836821, 'intersection_density_km': 68.344962607945, 'edge_density_km': 17154.447783208256, 'street_density_km': 8811.364173765121, 'circuity_avg': 1.0954537900021797, 'self_loop_proportion': 0.010906612133605999, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0954537900021797\n", - "695\n", - "26016381.76095138\n", - "{'n': 2812, 'm': 7455, 'k_avg': 5.302275960170697, 'intersection_count': 2243, 'streets_per_node_avg': 2.7852062588904696, 'streets_per_node_counts': {0: 0, 1: 569, 2: 2, 3: 1721, 4: 508, 5: 10, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2023470839260313, 2: 0.0007112375533428165, 3: 0.6120199146514936, 4: 0.1806543385490754, 5: 0.0035561877667140826, 6: 0.00035561877667140827, 7: 0.0, 8: 0.00035561877667140827}, 'edge_length_total': 486089.4500000004, 'edge_length_avg': 65.20314553990616, 'street_length_total': 250463.43699999992, 'street_length_avg': 64.7694432376519, 'street_segments_count': 3867, 'node_density_km': 108.08574481408475, 'intersection_density_km': 86.21490953698154, 'edge_density_km': 18683.975906656775, 'street_density_km': 9627.14336303008, 'circuity_avg': 1.066426278855906, 'self_loop_proportion': 0.0028169014084507044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066426278855906\n", - "696\n", - "100087405.58123414\n", - "{'n': 9397, 'm': 25743, 'k_avg': 5.478982654038523, 'intersection_count': 7883, 'streets_per_node_avg': 2.8339895711397256, 'streets_per_node_counts': {0: 0, 1: 1514, 2: 4, 3: 6461, 4: 1368, 5: 46, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.161115249547728, 2: 0.0004256677663083963, 3: 0.6875598595296372, 4: 0.14557837607747154, 5: 0.004895179312546558, 6: 0.0004256677663083963}, 'edge_length_total': 2100642.901000002, 'edge_length_avg': 81.60054776055634, 'street_length_total': 1066300.8289999976, 'street_length_avg': 80.75589435019673, 'street_segments_count': 13204, 'node_density_km': 93.88793670321581, 'intersection_density_km': 78.76115835175591, 'edge_density_km': 20988.0842529688, 'street_density_km': 10653.696364769428, 'circuity_avg': 1.0593631950472653, 'self_loop_proportion': 0.0017868935244532494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593631950472653\n", - "697\n", - "8005977.224169062\n", - "{'n': 283, 'm': 674, 'k_avg': 4.763250883392226, 'intersection_count': 212, 'streets_per_node_avg': 2.522968197879859, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 205, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2508833922261484, 2: 0.0, 3: 0.7243816254416962, 4: 0.024734982332155476}, 'edge_length_total': 78747.50399999993, 'edge_length_avg': 116.8360593471809, 'street_length_total': 39415.398, 'street_length_avg': 116.61360355029586, 'street_segments_count': 338, 'node_density_km': 35.348589194790335, 'intersection_density_km': 26.480215227192758, 'edge_density_km': 9836.088936435004, 'street_density_km': 4923.2463316295425, 'circuity_avg': 1.0900546348263302, 'self_loop_proportion': 0.002967359050445104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0900546348263302\n", - "698\n", - "76086269.92640747\n", - "error with entry 698\n", - "699\n", - "8011908.032469327\n", - "{'n': 46, 'm': 122, 'k_avg': 5.304347826086956, 'intersection_count': 41, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 31, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10869565217391304, 2: 0.0, 3: 0.6739130434782609, 4: 0.21739130434782608}, 'edge_length_total': 20855.78999999999, 'edge_length_avg': 170.94909836065565, 'street_length_total': 10427.894999999999, 'street_length_avg': 170.9490983606557, 'street_segments_count': 61, 'node_density_km': 5.741453822682295, 'intersection_density_km': 5.117382754999436, 'edge_density_km': 2603.0990265338937, 'street_density_km': 1301.5495132669473, 'circuity_avg': 1.0362060950748901, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362060950748901\n", - "700\n", - "4004093.338902087\n", - "{'n': 45, 'm': 132, 'k_avg': 5.866666666666666, 'intersection_count': 37, 'streets_per_node_avg': 3.022222222222222, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 20, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17777777777777778, 2: 0.0, 3: 0.4444444444444444, 4: 0.37777777777777777}, 'edge_length_total': 26322.12200000001, 'edge_length_avg': 199.41001515151524, 'street_length_total': 13161.060999999994, 'street_length_avg': 199.41001515151507, 'street_segments_count': 66, 'node_density_km': 11.238499253451193, 'intersection_density_km': 9.240543830615426, 'edge_density_km': 6573.803298805586, 'street_density_km': 3286.90164940279, 'circuity_avg': 1.0648345781728177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648345781728177\n", - "701\n", - "35029975.7171705\n", - "{'n': 3885, 'm': 10384, 'k_avg': 5.345688545688546, 'intersection_count': 3312, 'streets_per_node_avg': 2.8754182754182755, 'streets_per_node_counts': {0: 0, 1: 573, 2: 11, 3: 2634, 4: 661, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14749034749034748, 2: 0.0028314028314028314, 3: 0.677992277992278, 4: 0.17014157014157014, 5: 0.0015444015444015444}, 'edge_length_total': 743660.9300000035, 'edge_length_avg': 71.61603717257353, 'street_length_total': 385846.6820000015, 'street_length_avg': 69.95044996374212, 'street_segments_count': 5516, 'node_density_km': 110.90501550349934, 'intersection_density_km': 94.54759622846585, 'edge_density_km': 21229.273351608015, 'street_density_km': 11014.757335697284, 'circuity_avg': 1.0690908018089833, 'self_loop_proportion': 0.005778120184899846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0690908018089833\n", - "702\n", - "22025725.511688724\n", - "{'n': 5105, 'm': 14603, 'k_avg': 5.721057786483839, 'intersection_count': 4451, 'streets_per_node_avg': 2.9618021547502447, 'streets_per_node_counts': {0: 0, 1: 654, 2: 4, 3: 3352, 4: 1076, 5: 17, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12810969637610187, 2: 0.0007835455435847208, 3: 0.6566111655239961, 4: 0.2107737512242899, 5: 0.0033300685602350635, 6: 0.0001958863858961802, 7: 0.0001958863858961802}, 'edge_length_total': 653228.7150000033, 'edge_length_avg': 44.73250119838412, 'street_length_total': 332400.7370000009, 'street_length_avg': 44.23163499667344, 'street_segments_count': 7515, 'node_density_km': 231.77443109834692, 'intersection_density_km': 202.08187910259397, 'edge_density_km': 29657.534534031336, 'street_density_km': 15091.47731926473, 'circuity_avg': 1.0517651448849505, 'self_loop_proportion': 0.002191330548517428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517651448849505\n", - "703\n", - "11013728.83447276\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 537, 'm': 1321, 'k_avg': 4.919925512104283, 'intersection_count': 455, 'streets_per_node_avg': 2.7914338919925514, 'streets_per_node_counts': {0: 0, 1: 82, 2: 5, 3: 394, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1527001862197393, 2: 0.00931098696461825, 3: 0.7337057728119181, 4: 0.10242085661080075, 5: 0.00186219739292365}, 'edge_length_total': 134027.93700000024, 'edge_length_avg': 101.45945268735824, 'street_length_total': 69620.24600000014, 'street_length_avg': 95.89565564738312, 'street_segments_count': 726, 'node_density_km': 48.757328972836184, 'intersection_density_km': 41.31207575910701, 'edge_density_km': 12169.169861935892, 'street_density_km': 6321.2239057575225, 'circuity_avg': 1.0880747211750017, 'self_loop_proportion': 0.003028009084027252, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0880747211750017\n", - "704\n", - "168160000.51699758\n", - "error with entry 704\n", - "705\n", - "14007898.719475525\n", - "{'n': 1211, 'm': 3076, 'k_avg': 5.080099091659785, 'intersection_count': 929, 'streets_per_node_avg': 2.6820809248554913, 'streets_per_node_counts': {0: 0, 1: 282, 2: 0, 3: 752, 4: 175, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23286540049545829, 2: 0.0, 3: 0.6209744013212222, 4: 0.14450867052023122, 5: 0.0016515276630883566}, 'edge_length_total': 224601.2029999993, 'edge_length_avg': 73.01729616384893, 'street_length_total': 116390.55500000002, 'street_length_avg': 72.6532802746567, 'street_segments_count': 1602, 'node_density_km': 86.45122471626077, 'intersection_density_km': 66.31972564938583, 'edge_density_km': 16033.896839054865, 'street_density_km': 8308.92322473601, 'circuity_avg': 1.0625516139459115, 'self_loop_proportion': 0.003250975292587776, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625516139459115\n", - "706\n", - "17010840.83030083\n", - "{'n': 2928, 'm': 8204, 'k_avg': 5.603825136612022, 'intersection_count': 2413, 'streets_per_node_avg': 2.8401639344262297, 'streets_per_node_counts': {0: 0, 1: 515, 2: 0, 3: 1868, 4: 528, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1758879781420765, 2: 0.0, 3: 0.6379781420765027, 4: 0.18032786885245902, 5: 0.005806010928961749}, 'edge_length_total': 497694.14100000175, 'edge_length_avg': 60.6648148464166, 'street_length_total': 249899.59999999977, 'street_length_avg': 60.5230322111891, 'street_segments_count': 4129, 'node_density_km': 172.1255303726347, 'intersection_density_km': 141.8507188487594, 'edge_density_km': 29257.468573421498, 'street_density_km': 14690.60832988703, 'circuity_avg': 1.0580527971663947, 'self_loop_proportion': 0.004631886884446611, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580527971663947\n", - "707\n", - "102159354.234871\n", - "error with entry 707\n", - "708\n", - "13005908.060402555\n", - "{'n': 123, 'm': 310, 'k_avg': 5.040650406504065, 'intersection_count': 96, 'streets_per_node_avg': 2.6178861788617884, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 89, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21951219512195122, 2: 0.0, 3: 0.7235772357723578, 4: 0.056910569105691054}, 'edge_length_total': 72955.91399999998, 'edge_length_avg': 235.34165806451605, 'street_length_total': 36477.95700000001, 'street_length_avg': 235.3416580645162, 'street_segments_count': 155, 'node_density_km': 9.457240465545237, 'intersection_density_km': 7.381260851157257, 'edge_density_km': 5609.444081964536, 'street_density_km': 2804.72204098227, 'circuity_avg': 1.0685248415834394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685248415834394\n", - "709\n", - "41021298.526456535\n", - "{'n': 1511, 'm': 3987, 'k_avg': 5.27729980145599, 'intersection_count': 1230, 'streets_per_node_avg': 2.7498345466578424, 'streets_per_node_counts': {0: 0, 1: 281, 2: 0, 3: 1050, 4: 176, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18596955658504302, 2: 0.0, 3: 0.6949040370615487, 4: 0.11647915287888816, 5: 0.0026472534745201853}, 'edge_length_total': 540197.9300000016, 'edge_length_avg': 135.48982442939592, 'street_length_total': 276336.8340000005, 'street_length_avg': 134.73273232569503, 'street_segments_count': 2051, 'node_density_km': 36.83452387606614, 'intersection_density_km': 29.98442380381294, 'edge_density_km': 13168.718431758149, 'street_density_km': 6736.423368504, 'circuity_avg': 1.0602321674872466, 'self_loop_proportion': 0.001003260596940055, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602321674872466\n", - "710\n", - "4005104.4085971625\n", - "{'n': 868, 'm': 2417, 'k_avg': 5.5691244239631335, 'intersection_count': 749, 'streets_per_node_avg': 2.9331797235023043, 'streets_per_node_counts': {0: 0, 1: 119, 2: 37, 3: 497, 4: 213, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13709677419354838, 2: 0.04262672811059908, 3: 0.5725806451612904, 4: 0.24539170506912442, 5: 0.002304147465437788}, 'edge_length_total': 98122.14300000001, 'edge_length_avg': 40.59666652875466, 'street_length_total': 51530.625999999975, 'street_length_avg': 40.994929196499584, 'street_segments_count': 1257, 'node_density_km': 216.72343875400435, 'intersection_density_km': 187.01135440869731, 'edge_density_km': 24499.27217612, 'street_density_km': 12866.237866205644, 'circuity_avg': 1.0624979888137025, 'self_loop_proportion': 0.0008274720728175424, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624979888137025\n", - "711\n", - "5005051.639168226\n", - "{'n': 573, 'm': 1468, 'k_avg': 5.1239092495637, 'intersection_count': 471, 'streets_per_node_avg': 2.743455497382199, 'streets_per_node_counts': {0: 0, 1: 102, 2: 1, 3: 412, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17801047120418848, 2: 0.0017452006980802793, 3: 0.7190226876090751, 4: 0.1012216404886562}, 'edge_length_total': 94745.08700000012, 'edge_length_avg': 64.54025000000009, 'street_length_total': 49468.986000000055, 'street_length_avg': 64.32898049414831, 'street_segments_count': 769, 'node_density_km': 114.48433329155922, 'intersection_density_km': 94.1049231768314, 'edge_density_km': 18929.89200322127, 'street_density_km': 9883.811310330688, 'circuity_avg': 1.063810585915013, 'self_loop_proportion': 0.004087193460490463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063810585915013\n", - "712\n", - "7003664.267444523\n", - "{'n': 168, 'm': 426, 'k_avg': 5.071428571428571, 'intersection_count': 140, 'streets_per_node_avg': 2.738095238095238, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 128, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7619047619047619, 4: 0.07142857142857142}, 'edge_length_total': 71026.04800000005, 'edge_length_avg': 166.7278122065729, 'street_length_total': 36084.54599999999, 'street_length_avg': 166.2882304147465, 'street_segments_count': 217, 'node_density_km': 23.987443370311546, 'intersection_density_km': 19.98953614192629, 'edge_density_km': 10141.269667958517, 'street_density_km': 5152.238117371439, 'circuity_avg': 1.0466710245826816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466710245826816\n", - "713\n", - "9008093.341537967\n", - "{'n': 1247, 'm': 3216, 'k_avg': 5.157979149959904, 'intersection_count': 990, 'streets_per_node_avg': 2.7161186848436247, 'streets_per_node_counts': {0: 0, 1: 257, 2: 5, 3: 828, 4: 150, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20609462710505214, 2: 0.00400962309542903, 3: 0.6639935846030474, 4: 0.12028869286287089, 5: 0.0048115477145148355, 6: 0.0008019246190858059}, 'edge_length_total': 222141.41499999954, 'edge_length_avg': 69.07382307213916, 'street_length_total': 114499.78899999999, 'street_length_avg': 68.31729653937947, 'street_segments_count': 1676, 'node_density_km': 138.43107000788444, 'intersection_density_km': 109.90117025485614, 'edge_density_km': 24660.20350562586, 'street_density_km': 12710.768489933438, 'circuity_avg': 1.0669960744941582, 'self_loop_proportion': 0.004353233830845771, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669960744941582\n", - "714\n", - "33017199.523539383\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2558, 'm': 6916, 'k_avg': 5.407349491790462, 'intersection_count': 2014, 'streets_per_node_avg': 2.7705238467552777, 'streets_per_node_counts': {0: 0, 1: 544, 2: 0, 3: 1522, 4: 483, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21266614542611414, 2: 0.0, 3: 0.5949960906958561, 4: 0.18881939014855356, 5: 0.003518373729476153}, 'edge_length_total': 670886.6310000012, 'edge_length_avg': 97.00500737420492, 'street_length_total': 337229.9719999993, 'street_length_avg': 96.5445095906096, 'street_segments_count': 3493, 'node_density_km': 77.4747718435748, 'intersection_density_km': 60.9985107478341, 'edge_density_km': 20319.307533084302, 'street_density_km': 10213.766669083292, 'circuity_avg': 1.0580266934477867, 'self_loop_proportion': 0.003470213996529786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580266934477867\n", - "715\n", - "20015514.58074633\n", - "{'n': 745, 'm': 2068, 'k_avg': 5.551677852348993, 'intersection_count': 658, 'streets_per_node_avg': 2.91006711409396, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 555, 4: 100, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11677852348993288, 2: 0.0, 3: 0.7449664429530202, 4: 0.1342281879194631, 5: 0.0026845637583892616, 6: 0.0013422818791946308}, 'edge_length_total': 309960.6669999994, 'edge_length_avg': 149.88426837524148, 'street_length_total': 155163.7120000001, 'street_length_avg': 149.195876923077, 'street_segments_count': 1040, 'node_density_km': 37.221126491379, 'intersection_density_km': 32.87449829708374, 'edge_density_km': 15486.020394307629, 'street_density_km': 7752.172015065646, 'circuity_avg': 1.037923657753006, 'self_loop_proportion': 0.0009671179883945841, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037923657753006\n", - "716\n", - "11008560.893001366\n", - "{'n': 1429, 'm': 3842, 'k_avg': 5.377186843946816, 'intersection_count': 1158, 'streets_per_node_avg': 2.8236529041287612, 'streets_per_node_counts': {0: 0, 1: 271, 2: 3, 3: 880, 4: 259, 5: 14, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18964310706787962, 2: 0.002099370188943317, 3: 0.615815255423373, 4: 0.18124562631210636, 5: 0.00979706088173548, 6: 0.0013995801259622112}, 'edge_length_total': 277292.38199999963, 'edge_length_avg': 72.17396720458085, 'street_length_total': 140654.71800000008, 'street_length_avg': 70.93026626323756, 'street_segments_count': 1983, 'node_density_km': 129.80806609413216, 'intersection_density_km': 105.19086111756826, 'edge_density_km': 25188.794856581735, 'street_density_km': 12776.848796777838, 'circuity_avg': 1.0785192435344524, 'self_loop_proportion': 0.004685059864653826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0785192435344524\n", - "717\n", - "25020395.68652719\n", - "{'n': 1833, 'm': 4913, 'k_avg': 5.360611020185488, 'intersection_count': 1559, 'streets_per_node_avg': 2.8254228041462084, 'streets_per_node_counts': {0: 0, 1: 274, 2: 2, 3: 1334, 4: 216, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14948172394980905, 2: 0.0010911074740861974, 3: 0.7277686852154938, 4: 0.11783960720130933, 5: 0.0038188761593016913}, 'edge_length_total': 414699.3620000023, 'edge_length_avg': 84.4085817219626, 'street_length_total': 210254.99800000025, 'street_length_avg': 82.71243036978767, 'street_segments_count': 2542, 'node_density_km': 73.2602322906916, 'intersection_density_km': 62.30916647091556, 'edge_density_km': 16574.452586427593, 'street_density_km': 8403.344241003228, 'circuity_avg': 1.0503359178370226, 'self_loop_proportion': 0.001628332994097293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503359178370226\n", - "718\n", - "15008281.12491404\n", - "{'n': 3344, 'm': 9143, 'k_avg': 5.4683014354066986, 'intersection_count': 2814, 'streets_per_node_avg': 2.889055023923445, 'streets_per_node_counts': {0: 0, 1: 530, 2: 7, 3: 2118, 4: 682, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15849282296650719, 2: 0.0020933014354066986, 3: 0.6333732057416268, 4: 0.20394736842105263, 5: 0.0020933014354066986}, 'edge_length_total': 511951.67399999854, 'edge_length_avg': 55.99383944000859, 'street_length_total': 263946.5780000011, 'street_length_avg': 55.24206320636272, 'street_segments_count': 4778, 'node_density_km': 222.81032532425678, 'intersection_density_km': 187.4964878775295, 'edge_density_km': 34111.279615501655, 'street_density_km': 17586.7293398339, 'circuity_avg': 1.0669462182875211, 'self_loop_proportion': 0.0032811987312698237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669462182875211\n", - "719\n", - "10015620.423196783\n", - "{'n': 402, 'm': 1058, 'k_avg': 5.263681592039801, 'intersection_count': 337, 'streets_per_node_avg': 2.783582089552239, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 294, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16169154228855723, 2: 0.0, 3: 0.7313432835820896, 4: 0.10696517412935323}, 'edge_length_total': 147311.99200000023, 'edge_length_avg': 139.23628733459378, 'street_length_total': 73701.63600000001, 'street_length_avg': 139.05969056603777, 'street_segments_count': 530, 'node_density_km': 40.137303832815356, 'intersection_density_km': 33.64744127278303, 'edge_density_km': 14708.224331147449, 'street_density_km': 7358.669047531251, 'circuity_avg': 1.0472985964957597, 'self_loop_proportion': 0.001890359168241966, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472985964957597\n", - "720\n", - "9005225.370855706\n", - "{'n': 149, 'm': 360, 'k_avg': 4.832214765100671, 'intersection_count': 110, 'streets_per_node_avg': 2.51006711409396, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 105, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26174496644295303, 2: 0.0, 3: 0.7046979865771812, 4: 0.03355704697986577}, 'edge_length_total': 72271.56600000004, 'edge_length_avg': 200.7543500000001, 'street_length_total': 36135.78299999998, 'street_length_avg': 200.7543499999999, 'street_segments_count': 180, 'node_density_km': 16.54594903112808, 'intersection_density_km': 12.215130157208652, 'edge_density_km': 8025.514412320871, 'street_density_km': 4012.7572061604315, 'circuity_avg': 1.052457631423952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052457631423952\n", - "721\n", - "8009700.479750546\n", - "{'n': 183, 'm': 508, 'k_avg': 5.551912568306011, 'intersection_count': 154, 'streets_per_node_avg': 2.8688524590163933, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 121, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15846994535519127, 2: 0.0, 3: 0.6612021857923497, 4: 0.17486338797814208, 5: 0.00546448087431694}, 'edge_length_total': 101403.82600000002, 'edge_length_avg': 199.61383070866145, 'street_length_total': 50701.91300000002, 'street_length_avg': 199.6138307086615, 'street_segments_count': 254, 'node_density_km': 22.847296283131346, 'intersection_density_km': 19.226686489629657, 'edge_density_km': 12660.127086694525, 'street_density_km': 6330.063543347264, 'circuity_avg': 1.0545736234502936, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545736234502936\n", - "722\n", - "5005430.587368206\n", - "{'n': 454, 'm': 1161, 'k_avg': 5.11453744493392, 'intersection_count': 359, 'streets_per_node_avg': 2.693832599118943, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 311, 4: 45, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2092511013215859, 2: 0.0, 3: 0.6850220264317181, 4: 0.09911894273127753, 5: 0.006607929515418502}, 'edge_length_total': 99416.1630000001, 'edge_length_avg': 85.62977002583987, 'street_length_total': 49955.59200000002, 'street_length_avg': 84.9584897959184, 'street_segments_count': 588, 'node_density_km': 90.70148752950895, 'intersection_density_km': 71.72210137245311, 'edge_density_km': 19861.66050347167, 'street_density_km': 9980.278644971891, 'circuity_avg': 1.0639106688870599, 'self_loop_proportion': 0.00516795865633075, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639106688870599\n", - "723\n", - "9005359.698407996\n", - "{'n': 430, 'm': 1124, 'k_avg': 5.227906976744186, 'intersection_count': 343, 'streets_per_node_avg': 2.6906976744186046, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 302, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20232558139534884, 2: 0.0, 3: 0.7023255813953488, 4: 0.09534883720930233}, 'edge_length_total': 109142.6660000001, 'edge_length_avg': 97.10201601423496, 'street_length_total': 54813.828000000045, 'street_length_avg': 97.01562477876114, 'street_segments_count': 565, 'node_density_km': 47.74934199197141, 'intersection_density_km': 38.08842861220045, 'edge_density_km': 12119.745313370966, 'street_density_km': 6086.800509444421, 'circuity_avg': 1.064221583752294, 'self_loop_proportion': 0.005338078291814947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064221583752294\n", - "724\n", - "10004773.790452918\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2364, 'm': 7020, 'k_avg': 5.939086294416244, 'intersection_count': 2196, 'streets_per_node_avg': 3.1104060913705585, 'streets_per_node_counts': {0: 0, 1: 168, 2: 5, 3: 1599, 4: 582, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07106598984771574, 2: 0.0021150592216582064, 3: 0.6763959390862944, 4: 0.24619289340101522, 5: 0.004230118443316413}, 'edge_length_total': 330445.1300000003, 'edge_length_avg': 47.071955840455885, 'street_length_total': 169333.56699999998, 'street_length_avg': 46.380051218844145, 'street_segments_count': 3651, 'node_density_km': 236.28720144136128, 'intersection_density_km': 219.49521758258433, 'edge_density_km': 33028.7457688777, 'street_density_km': 16925.27692745907, 'circuity_avg': 1.0888832867784293, 'self_loop_proportion': 0.003703703703703704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0888832867784293\n", - "725\n", - "54033345.69260716\n", - "{'n': 8392, 'm': 23703, 'k_avg': 5.6489513822688275, 'intersection_count': 7333, 'streets_per_node_avg': 3.0259771210676836, 'streets_per_node_counts': {0: 0, 1: 1059, 2: 14, 3: 5038, 4: 2215, 5: 63, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12619161105815063, 2: 0.0016682554814108675, 3: 0.6003336510962822, 4: 0.26394184938036225, 5: 0.007507149666348903, 6: 0.0003574833174451859}, 'edge_length_total': 1299688.5210000055, 'edge_length_avg': 54.832237311732925, 'street_length_total': 678170.1409999981, 'street_length_avg': 53.716446811881035, 'street_segments_count': 12625, 'node_density_km': 155.3115005637749, 'intersection_density_km': 135.71249209177327, 'edge_density_km': 24053.45262893519, 'street_density_km': 12550.955938543435, 'circuity_avg': 1.048318793846556, 'self_loop_proportion': 0.001982871366493693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048318793846556\n", - "726\n", - "11008680.773912031\n", - "{'n': 796, 'm': 2117, 'k_avg': 5.319095477386934, 'intersection_count': 634, 'streets_per_node_avg': 2.7613065326633164, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 505, 4: 125, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20351758793969849, 2: 0.0, 3: 0.6344221105527639, 4: 0.157035175879397, 5: 0.0037688442211055275, 6: 0.001256281407035176}, 'edge_length_total': 164198.0840000002, 'edge_length_avg': 77.56168351440728, 'street_length_total': 82484.3199999999, 'street_length_avg': 77.16026192703453, 'street_segments_count': 1069, 'node_density_km': 72.30657481560658, 'intersection_density_km': 57.59091511695298, 'edge_density_km': 14915.327946388528, 'street_density_km': 7492.6616271286775, 'circuity_avg': 1.0631320890099656, 'self_loop_proportion': 0.003778932451582428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631320890099656\n", - "727\n", - "84119513.79345082\n", - "{'n': 5601, 'm': 15269, 'k_avg': 5.452240671308695, 'intersection_count': 4695, 'streets_per_node_avg': 2.8419925013390466, 'streets_per_node_counts': {0: 0, 1: 906, 2: 4, 3: 3796, 4: 862, 5: 30, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.161756829137654, 2: 0.0007141581860382074, 3: 0.6777361185502588, 4: 0.1539010890912337, 5: 0.005356186395286556, 6: 0.0005356186395286556}, 'edge_length_total': 1557781.2889999996, 'edge_length_avg': 102.02248274281222, 'street_length_total': 789442.1660000009, 'street_length_avg': 101.31444635523626, 'street_segments_count': 7792, 'node_density_km': 66.58383706012421, 'intersection_density_km': 55.8134467054603, 'edge_density_km': 18518.667295498344, 'street_density_km': 9384.768532286304, 'circuity_avg': 1.0537351501058998, 'self_loop_proportion': 0.0031436243368917413, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0537351501058998\n", - "728\n", - "119067665.1207843\n", - "error with entry 728\n", - "729\n", - "6003016.654877425\n", - "{'n': 504, 'm': 1286, 'k_avg': 5.103174603174603, 'intersection_count': 426, 'streets_per_node_avg': 2.8432539682539684, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 349, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15476190476190477, 2: 0.0, 3: 0.6924603174603174, 4: 0.1527777777777778}, 'edge_length_total': 114000.19799999996, 'edge_length_avg': 88.64712130637633, 'street_length_total': 59697.08999999994, 'street_length_avg': 85.40356223175957, 'street_segments_count': 699, 'node_density_km': 83.95778805486108, 'intersection_density_km': 70.96432085589448, 'edge_density_km': 18990.48504344483, 'street_density_km': 9944.515138317385, 'circuity_avg': 1.0547257875814626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547257875814626\n", - "730\n", - "14019451.442615282\n", - "{'n': 890, 'm': 2321, 'k_avg': 5.215730337078652, 'intersection_count': 769, 'streets_per_node_avg': 2.850561797752809, 'streets_per_node_counts': {0: 0, 1: 121, 2: 5, 3: 655, 4: 105, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13595505617977527, 2: 0.0056179775280898875, 3: 0.7359550561797753, 4: 0.11797752808988764, 5: 0.0033707865168539327, 6: 0.0011235955056179776}, 'edge_length_total': 237860.5359999998, 'edge_length_avg': 102.48191986212831, 'street_length_total': 122798.785, 'street_length_avg': 99.03127822580646, 'street_segments_count': 1240, 'node_density_km': 63.4832256913166, 'intersection_density_km': 54.8523601759803, 'edge_density_km': 16966.46526960171, 'street_density_km': 8759.171890757825, 'circuity_avg': 1.0926641123074874, 'self_loop_proportion': 0.006031882809133994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0926641123074874\n", - "731\n", - "43032906.96321787\n", - "{'n': 6340, 'm': 18559, 'k_avg': 5.854574132492114, 'intersection_count': 5628, 'streets_per_node_avg': 3.010725552050473, 'streets_per_node_counts': {0: 0, 1: 712, 2: 5, 3: 4168, 4: 1418, 5: 32, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11230283911671925, 2: 0.0007886435331230284, 3: 0.6574132492113565, 4: 0.22365930599369085, 5: 0.005047318611987382, 6: 0.0007886435331230284}, 'edge_length_total': 1068294.0679999979, 'edge_length_avg': 57.56204903281415, 'street_length_total': 542809.2189999985, 'street_length_avg': 57.282526276909934, 'street_segments_count': 9476, 'node_density_km': 147.32911270482097, 'intersection_density_km': 130.78363506352247, 'edge_density_km': 24825.05002306993, 'street_density_km': 12613.81712985278, 'circuity_avg': 1.0623028929010743, 'self_loop_proportion': 0.0012392909100705856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0623028929010743\n", - "732\n", - "9004721.436789231\n", - "{'n': 393, 'm': 982, 'k_avg': 4.997455470737913, 'intersection_count': 305, 'streets_per_node_avg': 2.6895674300254453, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 252, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22391857506361323, 2: 0.0, 3: 0.6412213740458015, 4: 0.13231552162849872, 5: 0.002544529262086514}, 'edge_length_total': 107551.71699999993, 'edge_length_avg': 109.52313340122193, 'street_length_total': 55575.46900000006, 'street_length_avg': 108.12348054474721, 'street_segments_count': 514, 'node_density_km': 43.64377096601559, 'intersection_density_km': 33.87111996090268, 'edge_density_km': 11943.924945928047, 'street_density_km': 6171.814352073542, 'circuity_avg': 1.1094512540917747, 'self_loop_proportion': 0.006109979633401222, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1094512540917747\n", - "733\n", - "22018059.379641578\n", - "{'n': 3308, 'm': 9297, 'k_avg': 5.620918984280532, 'intersection_count': 2879, 'streets_per_node_avg': 3.0266021765417173, 'streets_per_node_counts': {0: 0, 1: 429, 2: 4, 3: 1931, 4: 940, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1296856106408706, 2: 0.0012091898428053204, 3: 0.5837363966142685, 4: 0.2841596130592503, 5: 0.0006045949214026602, 6: 0.0006045949214026602}, 'edge_length_total': 544524.6330000011, 'edge_length_avg': 58.56992933204271, 'street_length_total': 280999.79399999976, 'street_length_avg': 56.55057234856103, 'street_segments_count': 4969, 'node_density_km': 150.24030696631945, 'intersection_density_km': 130.75630101452046, 'edge_density_km': 24730.818625345408, 'street_density_km': 12762.241628788543, 'circuity_avg': 1.0522605592231005, 'self_loop_proportion': 0.002473916317091535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522605592231005\n", - "734\n", - "11007619.965353226\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 209, 'm': 555, 'k_avg': 5.311004784688995, 'intersection_count': 180, 'streets_per_node_avg': 2.813397129186603, 'streets_per_node_counts': {0: 0, 1: 29, 2: 2, 3: 157, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13875598086124402, 2: 0.009569377990430622, 3: 0.7511961722488039, 4: 0.10047846889952153}, 'edge_length_total': 105315.92200000012, 'edge_length_avg': 189.75841801801823, 'street_length_total': 52828.96699999999, 'street_length_avg': 186.01748943661968, 'street_segments_count': 284, 'node_density_km': 18.986847352818593, 'intersection_density_km': 16.352308724915535, 'edge_density_km': 9567.547056628477, 'street_density_km': 4799.308766679859, 'circuity_avg': 1.0520721577250587, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520721577250587\n", - "735\n", - "12012994.11932615\n", - "{'n': 412, 'm': 1188, 'k_avg': 5.766990291262136, 'intersection_count': 378, 'streets_per_node_avg': 3.0436893203883497, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 294, 4: 82, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0825242718446602, 2: 0.0, 3: 0.7135922330097088, 4: 0.19902912621359223, 5: 0.0048543689320388345}, 'edge_length_total': 193835.74600000016, 'edge_length_avg': 163.1614023569025, 'street_length_total': 97084.55100000012, 'street_length_avg': 162.0777145242072, 'street_segments_count': 599, 'node_density_km': 34.29619592813973, 'intersection_density_km': 31.465927332128196, 'edge_density_km': 16135.506608478476, 'street_density_km': 8081.62811332883, 'circuity_avg': 1.0396937094247907, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396937094247907\n", - "736\n", - "11011071.337871455\n", - "{'n': 529, 'm': 1420, 'k_avg': 5.368620037807183, 'intersection_count': 466, 'streets_per_node_avg': 2.88468809073724, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 401, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11909262759924386, 2: 0.0, 3: 0.7580340264650284, 4: 0.12287334593572778}, 'edge_length_total': 158570.39799999987, 'edge_length_avg': 111.6692943661971, 'street_length_total': 80282.159, 'street_length_avg': 111.04033056708161, 'street_segments_count': 723, 'node_density_km': 48.042554967431606, 'intersection_density_km': 42.32104085977907, 'edge_density_km': 14400.996336715501, 'street_density_km': 7291.039766846094, 'circuity_avg': 1.057834046313853, 'self_loop_proportion': 0.0028169014084507044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057834046313853\n", - "737\n", - "9009749.943612644\n", - "{'n': 269, 'm': 708, 'k_avg': 5.263940520446097, 'intersection_count': 223, 'streets_per_node_avg': 2.7509293680297398, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 199, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17100371747211895, 2: 0.0, 3: 0.7397769516728625, 4: 0.08550185873605948, 5: 0.0037174721189591076}, 'edge_length_total': 100629.62, 'edge_length_avg': 142.13223163841806, 'street_length_total': 50598.319000000025, 'street_length_avg': 141.33608659217884, 'street_segments_count': 358, 'node_density_km': 29.856544486088023, 'intersection_density_km': 24.750964388095277, 'edge_density_km': 11168.969242186367, 'street_density_km': 5615.951532136705, 'circuity_avg': 1.0477931441002715, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477931441002715\n", - "738\n", - "7003273.983122316\n", - "{'n': 437, 'm': 1187, 'k_avg': 5.432494279176201, 'intersection_count': 361, 'streets_per_node_avg': 2.816933638443936, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 290, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.6636155606407322, 4: 0.16018306636155608, 5: 0.002288329519450801}, 'edge_length_total': 127611.44299999993, 'edge_length_avg': 107.50753411962926, 'street_length_total': 63843.753000000004, 'street_length_avg': 107.12039093959733, 'street_segments_count': 596, 'node_density_km': 62.399386494539144, 'intersection_density_km': 51.547319278097554, 'edge_density_km': 18221.68364504084, 'street_density_km': 9116.272354024926, 'circuity_avg': 1.044094597150458, 'self_loop_proportion': 0.0016849199663016006, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044094597150458\n", - "739\n", - "18017261.57962954\n", - "{'n': 1108, 'm': 3039, 'k_avg': 5.485559566787003, 'intersection_count': 935, 'streets_per_node_avg': 2.812274368231047, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 803, 4: 126, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15613718411552346, 2: 0.0, 3: 0.7247292418772563, 4: 0.11371841155234658, 5: 0.005415162454873646}, 'edge_length_total': 323223.088000001, 'edge_length_avg': 106.35837051661763, 'street_length_total': 161772.69999999955, 'street_length_avg': 106.35943458251121, 'street_segments_count': 1521, 'node_density_km': 61.4965817698242, 'intersection_density_km': 51.89467865955382, 'edge_density_km': 17939.634531667096, 'street_density_km': 8978.761799345859, 'circuity_avg': 1.0591633545839718, 'self_loop_proportion': 0.0026324448831852583, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0591633545839718\n", - "740\n", - "19029752.44184997\n", - "{'n': 1297, 'm': 3429, 'k_avg': 5.287586738627602, 'intersection_count': 1105, 'streets_per_node_avg': 2.848882035466461, 'streets_per_node_counts': {0: 0, 1: 192, 2: 3, 3: 915, 4: 184, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14803392444101773, 2: 0.002313030069390902, 3: 0.7054741711642252, 4: 0.14186584425597532, 5: 0.0015420200462606013, 6: 0.0007710100231303007}, 'edge_length_total': 321222.06799999997, 'edge_length_avg': 93.67806007582385, 'street_length_total': 168523.77299999993, 'street_length_avg': 93.72846106785313, 'street_segments_count': 1798, 'node_density_km': 68.15643051391754, 'intersection_density_km': 58.066966629050796, 'edge_density_km': 16879.991948480256, 'street_density_km': 8855.80479908844, 'circuity_avg': 1.0755390761838075, 'self_loop_proportion': 0.003499562554680665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755390761838075\n", - "741\n", - "11010077.13963074\n", - "{'n': 464, 'm': 1262, 'k_avg': 5.439655172413793, 'intersection_count': 388, 'streets_per_node_avg': 2.851293103448276, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 305, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16379310344827586, 2: 0.0, 3: 0.6573275862068966, 4: 0.1788793103448276}, 'edge_length_total': 119800.90800000021, 'edge_length_avg': 94.9294041204439, 'street_length_total': 60443.968999999954, 'street_length_avg': 93.85709472049682, 'street_segments_count': 644, 'node_density_km': 42.14321063472239, 'intersection_density_km': 35.24044337558682, 'edge_density_km': 10881.023491540964, 'street_density_km': 5489.876976650061, 'circuity_avg': 1.0473554719615872, 'self_loop_proportion': 0.004754358161648178, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473554719615872\n", - "742\n", - "6005518.880459902\n", - "{'n': 403, 'm': 1010, 'k_avg': 5.012406947890819, 'intersection_count': 320, 'streets_per_node_avg': 2.674937965260546, 'streets_per_node_counts': {0: 0, 1: 83, 2: 2, 3: 281, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20595533498759305, 2: 0.004962779156327543, 3: 0.6972704714640199, 4: 0.09181141439205956}, 'edge_length_total': 79691.0150000001, 'edge_length_avg': 78.90199504950505, 'street_length_total': 41072.94900000001, 'street_length_avg': 78.38349045801529, 'street_segments_count': 524, 'node_density_km': 67.10494264054971, 'intersection_density_km': 53.28432169969207, 'edge_density_km': 13269.63024948435, 'street_density_km': 6839.20071147202, 'circuity_avg': 1.0732779187168537, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732779187168537\n", - "743\n", - "28034385.29209026\n", - "{'n': 7394, 'm': 19277, 'k_avg': 5.2142277522315394, 'intersection_count': 5933, 'streets_per_node_avg': 2.7443873410873683, 'streets_per_node_counts': {0: 0, 1: 1461, 2: 6, 3: 4923, 4: 973, 5: 28, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1975926426832567, 2: 0.0008114687584527996, 3: 0.665810116310522, 4: 0.131593183662429, 5: 0.0037868542061130646, 6: 0.0004057343792263998}, 'edge_length_total': 901086.3159999938, 'edge_length_avg': 46.74411557814981, 'street_length_total': 462882.5159999999, 'street_length_avg': 45.86628180737217, 'street_segments_count': 10092, 'node_density_km': 263.74753442823567, 'intersection_density_km': 211.63296209936738, 'edge_density_km': 32142.18206005145, 'street_density_km': 16511.241861636237, 'circuity_avg': 1.0630470487835844, 'self_loop_proportion': 0.00228251283913472, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630470487835844\n", - "744\n", - "18008273.41217033\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5105, 'm': 14020, 'k_avg': 5.4926542605288935, 'intersection_count': 4101, 'streets_per_node_avg': 2.824681684622919, 'streets_per_node_counts': {0: 0, 1: 1004, 2: 1, 3: 3016, 4: 1059, 5: 20, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19666993143976494, 2: 0.0001958863858961802, 3: 0.5907933398628795, 4: 0.20744368266405486, 5: 0.0039177277179236044, 6: 0.0009794319294809011}, 'edge_length_total': 582938.0759999958, 'edge_length_avg': 41.57903537803109, 'street_length_total': 296008.5379999999, 'street_length_avg': 41.31889140145169, 'street_segments_count': 7164, 'node_density_km': 283.4808136881099, 'intersection_density_km': 227.72866149558055, 'edge_density_km': 32370.570051764946, 'street_density_km': 16437.363606438346, 'circuity_avg': 1.064025132872206, 'self_loop_proportion': 0.0025677603423680455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064025132872206\n", - "745\n", - "21028854.834094763\n", - "{'n': 1360, 'm': 3638, 'k_avg': 5.35, 'intersection_count': 1066, 'streets_per_node_avg': 2.7470588235294118, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 829, 4: 230, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2161764705882353, 2: 0.0, 3: 0.6095588235294118, 4: 0.16911764705882354, 5: 0.005147058823529412}, 'edge_length_total': 341833.1109999994, 'edge_length_avg': 93.96182270478268, 'street_length_total': 172044.15799999994, 'street_length_avg': 93.04713791238504, 'street_segments_count': 1849, 'node_density_km': 64.67304143423864, 'intersection_density_km': 50.69225159477823, 'edge_density_km': 16255.431581836512, 'street_density_km': 8181.337469744628, 'circuity_avg': 1.0535633907650228, 'self_loop_proportion': 0.0021990104452996153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535633907650228\n", - "746\n", - "9005901.29652164\n", - "{'n': 437, 'm': 1175, 'k_avg': 5.377574370709382, 'intersection_count': 371, 'streets_per_node_avg': 2.807780320366133, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 323, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15102974828375287, 2: 0.0, 3: 0.7391304347826086, 4: 0.10983981693363844}, 'edge_length_total': 127822.60800000004, 'edge_length_avg': 108.78519829787237, 'street_length_total': 64116.09900000001, 'street_length_avg': 107.75814957983195, 'street_segments_count': 595, 'node_density_km': 48.52373855893614, 'intersection_density_km': 41.19521053859338, 'edge_density_km': 14193.205520625585, 'street_density_km': 7119.342849645005, 'circuity_avg': 1.0518769762043385, 'self_loop_proportion': 0.001702127659574468, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518769762043385\n", - "747\n", - "16019108.38574351\n", - "{'n': 2080, 'm': 6046, 'k_avg': 5.813461538461539, 'intersection_count': 1850, 'streets_per_node_avg': 3.0375, 'streets_per_node_counts': {0: 0, 1: 230, 2: 6, 3: 1308, 4: 528, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11057692307692307, 2: 0.0028846153846153848, 3: 0.6288461538461538, 4: 0.25384615384615383, 5: 0.0038461538461538464}, 'edge_length_total': 396928.547, 'edge_length_avg': 65.65143020178631, 'street_length_total': 201701.16499999986, 'street_length_avg': 64.60639493914154, 'street_segments_count': 3122, 'node_density_km': 129.84492956244262, 'intersection_density_km': 115.4870767742879, 'edge_density_km': 24778.44193583543, 'street_density_km': 12591.285366388269, 'circuity_avg': 1.0480292945670382, 'self_loop_proportion': 0.0016539861065167053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480292945670382\n", - "748\n", - "8008423.457266013\n", - "{'n': 127, 'm': 336, 'k_avg': 5.291338582677166, 'intersection_count': 112, 'streets_per_node_avg': 2.8661417322834644, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 99, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11811023622047244, 2: 0.0, 3: 0.7795275590551181, 4: 0.10236220472440945}, 'edge_length_total': 68677.48, 'edge_length_avg': 204.3972619047619, 'street_length_total': 34338.74, 'street_length_avg': 204.3972619047619, 'street_segments_count': 168, 'node_density_km': 15.858302283550373, 'intersection_density_km': 13.98527445478458, 'edge_density_km': 8575.65541663374, 'street_density_km': 4287.82770831687, 'circuity_avg': 1.0752606221089664, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752606221089664\n", - "749\n", - "9007174.214835597\n", - "{'n': 193, 'm': 518, 'k_avg': 5.367875647668394, 'intersection_count': 162, 'streets_per_node_avg': 2.8082901554404147, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 138, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16062176165803108, 2: 0.0, 3: 0.7150259067357513, 4: 0.11917098445595854, 5: 0.0051813471502590676}, 'edge_length_total': 112946.02499999997, 'edge_length_avg': 218.04251930501923, 'street_length_total': 56542.89299999997, 'street_length_avg': 217.47266538461525, 'street_segments_count': 260, 'node_density_km': 21.42736394307909, 'intersection_density_km': 17.98566299885395, 'edge_density_km': 12539.562609321807, 'street_density_km': 6277.539620236158, 'circuity_avg': 1.0691142494801877, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691142494801877\n", - "750\n", - "6002927.055913384\n", - "{'n': 150, 'm': 392, 'k_avg': 5.226666666666667, 'intersection_count': 127, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 111, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15333333333333332, 2: 0.0, 3: 0.74, 4: 0.10666666666666667}, 'edge_length_total': 68326.41400000002, 'edge_length_avg': 174.30207653061228, 'street_length_total': 34163.20699999999, 'street_length_avg': 174.30207653061217, 'street_segments_count': 196, 'node_density_km': 24.987809880554437, 'intersection_density_km': 21.156345698869423, 'edge_density_km': 11382.182952347022, 'street_density_km': 5691.0914761735075, 'circuity_avg': 1.114805437320669, 'self_loop_proportion': 0.00510204081632653, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.114805437320669\n", - "751\n", - "21016726.59566142\n", - "{'n': 2661, 'm': 6899, 'k_avg': 5.185268695978955, 'intersection_count': 2158, 'streets_per_node_avg': 2.765501691093574, 'streets_per_node_counts': {0: 0, 1: 503, 2: 8, 3: 1773, 4: 365, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18902668169860953, 2: 0.003006388575723412, 3: 0.6662908680947013, 4: 0.1371664787673807, 5: 0.004133784291619692, 6: 0.0003757985719654265}, 'edge_length_total': 475660.52099999686, 'edge_length_avg': 68.94629960863848, 'street_length_total': 247231.80000000042, 'street_length_avg': 67.82765432098778, 'street_segments_count': 3645, 'node_density_km': 126.61343753452654, 'intersection_density_km': 102.68011957892081, 'edge_density_km': 22632.474131256466, 'street_density_km': 11763.573117568061, 'circuity_avg': 1.0921287983518102, 'self_loop_proportion': 0.007682272793158429, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0921287983518102\n", - "752\n", - "21030679.910835072\n", - "{'n': 734, 'm': 1819, 'k_avg': 4.956403269754769, 'intersection_count': 581, 'streets_per_node_avg': 2.6920980926430516, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 505, 4: 72, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20844686648501362, 2: 0.0, 3: 0.6880108991825613, 4: 0.09809264305177112, 5: 0.005449591280653951}, 'edge_length_total': 272725.59299999976, 'edge_length_avg': 149.93160692688278, 'street_length_total': 138499.1130000002, 'street_length_avg': 148.92377741935505, 'street_segments_count': 930, 'node_density_km': 34.90139182907924, 'intersection_density_km': 27.62630606634201, 'edge_density_km': 12967.987442930491, 'street_density_km': 6585.574674104807, 'circuity_avg': 1.0690187403199636, 'self_loop_proportion': 0.0043980208905992305, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0690187403199636\n", - "753\n", - "12017605.7268126\n", - "{'n': 331, 'm': 859, 'k_avg': 5.190332326283988, 'intersection_count': 285, 'streets_per_node_avg': 2.8277945619335347, 'streets_per_node_counts': {0: 0, 1: 46, 2: 2, 3: 247, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13897280966767372, 2: 0.006042296072507553, 3: 0.7462235649546828, 4: 0.10574018126888217, 5: 0.0030211480362537764}, 'edge_length_total': 100978.62699999976, 'edge_length_avg': 117.55369848661206, 'street_length_total': 51608.818999999974, 'street_length_avg': 113.67581277533034, 'street_segments_count': 454, 'node_density_km': 27.54292390051561, 'intersection_density_km': 23.715206379598033, 'edge_density_km': 8402.557821871735, 'street_density_km': 4294.434363481823, 'circuity_avg': 1.030226365858932, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030226365858932\n", - "754\n", - "10007618.335430887\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 517, 'm': 1349, 'k_avg': 5.218568665377176, 'intersection_count': 433, 'streets_per_node_avg': 2.7988394584139265, 'streets_per_node_counts': {0: 0, 1: 84, 2: 2, 3: 366, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16247582205029013, 2: 0.0038684719535783366, 3: 0.7079303675048356, 4: 0.12379110251450677, 5: 0.0019342359767891683}, 'edge_length_total': 127148.36099999999, 'edge_length_avg': 94.25378873239436, 'street_length_total': 65305.248999999996, 'street_length_avg': 92.50035269121813, 'street_segments_count': 706, 'node_density_km': 51.66064318916096, 'intersection_density_km': 43.26703771935531, 'edge_density_km': 12705.156885314562, 'street_density_km': 6525.553514445474, 'circuity_avg': 1.0686014510022956, 'self_loop_proportion': 0.0029651593773165306, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0686014510022956\n", - "755\n", - "5004212.215197547\n", - "{'n': 215, 'm': 524, 'k_avg': 4.874418604651162, 'intersection_count': 157, 'streets_per_node_avg': 2.516279069767442, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 145, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26976744186046514, 2: 0.0, 3: 0.6744186046511628, 4: 0.05581395348837209}, 'edge_length_total': 61087.44399999999, 'edge_length_avg': 116.57909160305341, 'street_length_total': 30543.721999999994, 'street_length_avg': 116.57909160305341, 'street_segments_count': 262, 'node_density_km': 42.96380544115526, 'intersection_density_km': 31.373569554704073, 'edge_density_km': 12207.204925178914, 'street_density_km': 6103.602462589457, 'circuity_avg': 1.0662243398840547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662243398840547\n", - "756\n", - "6006678.725310773\n", - "{'n': 213, 'm': 589, 'k_avg': 5.530516431924883, 'intersection_count': 184, 'streets_per_node_avg': 2.863849765258216, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 155, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13615023474178403, 2: 0.0, 3: 0.7276995305164319, 4: 0.13615023474178403}, 'edge_length_total': 82842.09300000005, 'edge_length_avg': 140.64871477079805, 'street_length_total': 41550.321, 'street_length_avg': 140.84854576271186, 'street_segments_count': 295, 'node_density_km': 35.460528145523526, 'intersection_density_km': 30.632568914442857, 'edge_density_km': 13791.66371108253, 'street_density_km': 6917.353649183274, 'circuity_avg': 1.0450192109111223, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450192109111223\n", - "757\n", - "7005036.640622167\n", - "{'n': 1183, 'm': 3239, 'k_avg': 5.475908706677937, 'intersection_count': 986, 'streets_per_node_avg': 2.860524091293322, 'streets_per_node_counts': {0: 0, 1: 197, 2: 2, 3: 755, 4: 227, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1665257819103973, 2: 0.0016906170752324597, 3: 0.6382079459002535, 4: 0.19188503803888418, 5: 0.0016906170752324597}, 'edge_length_total': 179516.70300000065, 'edge_length_avg': 55.42349583204713, 'street_length_total': 92123.82899999988, 'street_length_avg': 55.429499999999926, 'street_segments_count': 1662, 'node_density_km': 168.87848853491926, 'intersection_density_km': 140.75586618379577, 'edge_density_km': 25626.804285217342, 'street_density_km': 13151.084530489723, 'circuity_avg': 1.067596066529864, 'self_loop_proportion': 0.003704847175054029, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067596066529864\n", - "758\n", - "24015256.59684831\n", - "{'n': 2506, 'm': 6768, 'k_avg': 5.401436552274541, 'intersection_count': 2128, 'streets_per_node_avg': 2.86951316839585, 'streets_per_node_counts': {0: 0, 1: 378, 2: 5, 3: 1703, 4: 407, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15083798882681565, 2: 0.0019952114924181963, 3: 0.6795690343176377, 4: 0.16241021548284118, 5: 0.004788507581803671, 6: 0.0003990422984836393}, 'edge_length_total': 530610.7269999998, 'edge_length_avg': 78.39993011229312, 'street_length_total': 273609.75699999975, 'street_length_avg': 77.42211573288051, 'street_segments_count': 3534, 'node_density_km': 104.35033204387581, 'intersection_density_km': 88.61033782496716, 'edge_density_km': 22094.734855743143, 'street_density_km': 11393.164003748661, 'circuity_avg': 1.0826498505064315, 'self_loop_proportion': 0.0020685579196217494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826498505064315\n", - "759\n", - "10004941.854015062\n", - "{'n': 387, 'm': 1014, 'k_avg': 5.24031007751938, 'intersection_count': 309, 'streets_per_node_avg': 2.7002583979328167, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 269, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20155038759689922, 2: 0.0, 3: 0.6950904392764858, 4: 0.10335917312661498}, 'edge_length_total': 139847.43800000026, 'edge_length_avg': 137.9166055226827, 'street_length_total': 69923.71900000003, 'street_length_avg': 137.9166055226825, 'street_segments_count': 507, 'node_density_km': 38.680884471576796, 'intersection_density_km': 30.884737213739616, 'edge_density_km': 13977.83615742638, 'street_density_km': 6988.91807871318, 'circuity_avg': 1.0686937903268758, 'self_loop_proportion': 0.0019723865877712033, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0686937903268758\n", - "760\n", - "7003823.124226879\n", - "{'n': 183, 'm': 474, 'k_avg': 5.180327868852459, 'intersection_count': 144, 'streets_per_node_avg': 2.7431693989071038, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 116, 4: 26, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21311475409836064, 2: 0.0, 3: 0.6338797814207651, 4: 0.14207650273224043, 5: 0.00546448087431694, 6: 0.00546448087431694}, 'edge_length_total': 79255.2120000001, 'edge_length_avg': 167.20508860759514, 'street_length_total': 39627.60600000001, 'street_length_avg': 167.20508860759497, 'street_segments_count': 237, 'node_density_km': 26.128586738146755, 'intersection_density_km': 20.56019940050892, 'edge_density_km': 11315.992793400066, 'street_density_km': 5657.996396700027, 'circuity_avg': 1.0319492835333495, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319492835333495\n", - "761\n", - "153078846.17177767\n", - "{'n': 4511, 'm': 12567, 'k_avg': 5.571713589004656, 'intersection_count': 3717, 'streets_per_node_avg': 2.909332742185768, 'streets_per_node_counts': {0: 0, 1: 794, 2: 3, 3: 2542, 4: 1162, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17601418754156506, 2: 0.0006650410108623365, 3: 0.5635114165373531, 4: 0.25759255154067834, 5: 0.0022168033695411215}, 'edge_length_total': 1894690.4069999903, 'edge_length_avg': 150.76712079255114, 'street_length_total': 982294.1609999965, 'street_length_avg': 151.21523414408813, 'street_segments_count': 6496, 'node_density_km': 29.468474010693644, 'intersection_density_km': 24.281604499611678, 'edge_density_km': 12377.21902393921, 'street_density_km': 6416.916416378744, 'circuity_avg': 1.051795630687727, 'self_loop_proportion': 0.0009548818333731201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051795630687727\n", - "762\n", - "29019744.187691607\n", - "{'n': 1196, 'm': 3255, 'k_avg': 5.44314381270903, 'intersection_count': 999, 'streets_per_node_avg': 2.826923076923077, 'streets_per_node_counts': {0: 0, 1: 197, 2: 1, 3: 812, 4: 184, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16471571906354515, 2: 0.0008361204013377926, 3: 0.6789297658862876, 4: 0.15384615384615385, 5: 0.0016722408026755853}, 'edge_length_total': 388180.18000000046, 'edge_length_avg': 119.25658371735805, 'street_length_total': 195303.32800000004, 'street_length_avg': 117.65260722891568, 'street_segments_count': 1660, 'node_density_km': 41.21331987851463, 'intersection_density_km': 34.4248382597292, 'edge_density_km': 13376.416328461042, 'street_density_km': 6730.015493480322, 'circuity_avg': 1.063649775463247, 'self_loop_proportion': 0.002457757296466974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063649775463247\n", - "763\n", - "10010441.849058775\n", - "{'n': 530, 'm': 1230, 'k_avg': 4.6415094339622645, 'intersection_count': 430, 'streets_per_node_avg': 2.728301886792453, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 377, 4: 50, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18867924528301888, 2: 0.0, 3: 0.7113207547169811, 4: 0.09433962264150944, 5: 0.005660377358490566}, 'edge_length_total': 140059.78399999975, 'edge_length_avg': 113.8697430894307, 'street_length_total': 78514.6729999999, 'street_length_avg': 114.61996058394145, 'street_segments_count': 685, 'node_density_km': 52.94471592678328, 'intersection_density_km': 42.95514688399398, 'edge_density_km': 13991.368823861534, 'street_density_km': 7843.277468055237, 'circuity_avg': 1.065345961179464, 'self_loop_proportion': 0.0032520325203252032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065345961179464\n", - "764\n", - "10005831.423054066\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1044, 'm': 2721, 'k_avg': 5.212643678160919, 'intersection_count': 838, 'streets_per_node_avg': 2.7442528735632186, 'streets_per_node_counts': {0: 0, 1: 206, 2: 1, 3: 696, 4: 136, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19731800766283525, 2: 0.0009578544061302681, 3: 0.6666666666666666, 4: 0.13026819923371646, 5: 0.004789272030651341}, 'edge_length_total': 180156.2990000002, 'edge_length_avg': 66.20959169423014, 'street_length_total': 92037.93299999999, 'street_length_avg': 65.46083428165007, 'street_segments_count': 1406, 'node_density_km': 104.33915542436166, 'intersection_density_km': 83.75116115480371, 'edge_density_km': 18005.130346780454, 'street_density_km': 9198.429306727954, 'circuity_avg': 1.0711261449610678, 'self_loop_proportion': 0.0033076074972436605, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711261449610678\n", - "765\n", - "13006775.06240622\n", - "{'n': 839, 'm': 2251, 'k_avg': 5.365911799761621, 'intersection_count': 697, 'streets_per_node_avg': 2.830750893921335, 'streets_per_node_counts': {0: 0, 1: 142, 2: 1, 3: 557, 4: 135, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16924910607866508, 2: 0.0011918951132300357, 3: 0.66388557806913, 4: 0.16090584028605484, 5: 0.004767580452920143}, 'edge_length_total': 217699.69999999987, 'edge_length_avg': 96.71243891603726, 'street_length_total': 109516.18999999993, 'street_length_avg': 95.23146956521732, 'street_segments_count': 1150, 'node_density_km': 64.50484428111477, 'intersection_density_km': 53.5874570487926, 'edge_density_km': 16737.407924368763, 'street_density_km': 8419.934186187096, 'circuity_avg': 1.0494693471420422, 'self_loop_proportion': 0.0026654820079964462, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494693471420422\n", - "766\n", - "32030748.092899643\n", - "{'n': 1935, 'm': 5067, 'k_avg': 5.2372093023255815, 'intersection_count': 1546, 'streets_per_node_avg': 2.690956072351421, 'streets_per_node_counts': {0: 0, 1: 389, 2: 0, 3: 1372, 4: 168, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20103359173126614, 2: 0.0, 3: 0.7090439276485788, 4: 0.08682170542635659, 5: 0.0031007751937984496}, 'edge_length_total': 578788.8430000001, 'edge_length_avg': 114.22712512334716, 'street_length_total': 290869.8090000001, 'street_length_avg': 113.88794400939707, 'street_segments_count': 2554, 'node_density_km': 60.410702690672956, 'intersection_density_km': 48.26612214975731, 'edge_density_km': 18069.788483282475, 'street_density_km': 9080.955841442808, 'circuity_avg': 1.0660622560862691, 'self_loop_proportion': 0.0031576869942766925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660622560862691\n", - "767\n", - "16008737.313390352\n", - "{'n': 948, 'm': 2410, 'k_avg': 5.084388185654008, 'intersection_count': 717, 'streets_per_node_avg': 2.6202531645569622, 'streets_per_node_counts': {0: 0, 1: 231, 2: 1, 3: 617, 4: 95, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24367088607594936, 2: 0.0010548523206751054, 3: 0.6508438818565401, 4: 0.10021097046413502, 5: 0.004219409282700422}, 'edge_length_total': 254315.52600000007, 'edge_length_avg': 105.52511452282161, 'street_length_total': 128029.8060000001, 'street_length_avg': 104.51412734693885, 'street_segments_count': 1225, 'node_density_km': 59.21766229539257, 'intersection_density_km': 44.78804205252793, 'edge_density_km': 15886.045290235372, 'street_density_km': 7997.495585920497, 'circuity_avg': 1.074350779754686, 'self_loop_proportion': 0.007468879668049793, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.074350779754686\n", - "768\n", - "6002792.488794296\n", - "{'n': 82, 'm': 194, 'k_avg': 4.7317073170731705, 'intersection_count': 62, 'streets_per_node_avg': 2.548780487804878, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 59, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24390243902439024, 2: 0.0, 3: 0.7195121951219512, 4: 0.036585365853658534}, 'edge_length_total': 26191.45599999999, 'edge_length_avg': 135.00750515463912, 'street_length_total': 13095.727999999997, 'street_length_avg': 135.00750515463915, 'street_segments_count': 97, 'node_density_km': 13.660308956718623, 'intersection_density_km': 10.328526284348227, 'edge_density_km': 4363.211963247581, 'street_density_km': 2181.6059816237907, 'circuity_avg': 1.0466107973309007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466107973309007\n", - "769\n", - "6003386.67009645\n", - "{'n': 165, 'm': 439, 'k_avg': 5.321212121212121, 'intersection_count': 138, 'streets_per_node_avg': 2.7818181818181817, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 120, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16363636363636364, 2: 0.0, 3: 0.7272727272727273, 4: 0.10909090909090909}, 'edge_length_total': 64413.19900000011, 'edge_length_avg': 146.72710478359934, 'street_length_total': 32247.471999999998, 'street_length_avg': 146.57941818181817, 'street_segments_count': 220, 'node_density_km': 27.48448651856522, 'intersection_density_km': 22.987025088254548, 'edge_density_km': 10729.476966867645, 'street_density_km': 5371.546723889754, 'circuity_avg': 1.027720096323268, 'self_loop_proportion': 0.002277904328018223, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027720096323268\n", - "770\n", - "13006135.118199961\n", - "{'n': 1240, 'm': 3169, 'k_avg': 5.111290322580645, 'intersection_count': 919, 'streets_per_node_avg': 2.604032258064516, 'streets_per_node_counts': {0: 0, 1: 321, 2: 0, 3: 774, 4: 140, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25887096774193546, 2: 0.0, 3: 0.6241935483870967, 4: 0.11290322580645161, 5: 0.0032258064516129032, 6: 0.0008064516129032258}, 'edge_length_total': 258572.6550000002, 'edge_length_avg': 81.59440044177981, 'street_length_total': 129378.03899999971, 'street_length_avg': 81.42104405286325, 'street_segments_count': 1589, 'node_density_km': 95.33962155020384, 'intersection_density_km': 70.6589614553527, 'edge_density_km': 19880.821831396326, 'street_density_km': 9947.462318683456, 'circuity_avg': 1.0661845891723691, 'self_loop_proportion': 0.003155569580309246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661845891723691\n", - "771\n", - "12009215.126584295\n", - "{'n': 614, 'm': 1549, 'k_avg': 5.045602605863192, 'intersection_count': 501, 'streets_per_node_avg': 2.752442996742671, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 431, 4: 67, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18403908794788273, 2: 0.0, 3: 0.7019543973941368, 4: 0.10912052117263844, 5: 0.003257328990228013, 6: 0.0016286644951140066}, 'edge_length_total': 180052.9160000001, 'edge_length_avg': 116.23816397675927, 'street_length_total': 91402.25900000002, 'street_length_avg': 111.60226984126986, 'street_segments_count': 819, 'node_density_km': 51.12740454126882, 'intersection_density_km': 41.717963640351265, 'edge_density_km': 14992.896213627197, 'street_density_km': 7611.010214786367, 'circuity_avg': 1.0428662612013195, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428662612013195\n", - "772\n", - "8005586.9109679125\n", - "{'n': 561, 'm': 1476, 'k_avg': 5.262032085561497, 'intersection_count': 449, 'streets_per_node_avg': 2.7237076648841354, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 382, 4: 65, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19964349376114082, 2: 0.0, 3: 0.6809269162210339, 4: 0.11586452762923351, 5: 0.0035650623885918}, 'edge_length_total': 119252.99299999996, 'edge_length_avg': 80.79471070460701, 'street_length_total': 59777.55200000002, 'street_length_avg': 80.0234966532798, 'street_segments_count': 747, 'node_density_km': 70.07606141048971, 'intersection_density_km': 56.085831681479284, 'edge_density_km': 14896.221142339922, 'street_density_km': 7466.979331409524, 'circuity_avg': 1.0711238585046094, 'self_loop_proportion': 0.0027100271002710027, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711238585046094\n", - "773\n", - "10004829.62764994\n", - "{'n': 792, 'm': 2105, 'k_avg': 5.315656565656566, 'intersection_count': 668, 'streets_per_node_avg': 2.86489898989899, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 529, 4: 137, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15656565656565657, 2: 0.0, 3: 0.6679292929292929, 4: 0.17297979797979798, 5: 0.0025252525252525255}, 'edge_length_total': 155918.9789999996, 'edge_length_avg': 74.07077387173378, 'street_length_total': 80086.9150000001, 'street_length_avg': 71.95589847259667, 'street_segments_count': 1113, 'node_density_km': 79.16176781373487, 'intersection_density_km': 66.76775366107941, 'edge_density_km': 15584.37122898052, 'street_density_km': 8004.825467358999, 'circuity_avg': 1.0730121791067488, 'self_loop_proportion': 0.005700712589073635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730121791067488\n", - "774\n", - "3002612.9337336607\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 305, 'm': 766, 'k_avg': 5.022950819672131, 'intersection_count': 267, 'streets_per_node_avg': 2.875409836065574, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 229, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12459016393442623, 2: 0.0, 3: 0.7508196721311475, 4: 0.12459016393442623}, 'edge_length_total': 58200.426, 'edge_length_avg': 75.9796684073107, 'street_length_total': 31579.434999999987, 'street_length_avg': 75.01053444180519, 'street_segments_count': 421, 'node_density_km': 101.57819430316697, 'intersection_density_km': 88.9225504227724, 'edge_density_km': 19383.259609033084, 'street_density_km': 10517.317981686001, 'circuity_avg': 1.0531280123941342, 'self_loop_proportion': 0.0026109660574412533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531280123941342\n", - "775\n", - "12015391.72652868\n", - "{'n': 1828, 'm': 4982, 'k_avg': 5.450765864332604, 'intersection_count': 1560, 'streets_per_node_avg': 2.8446389496717726, 'streets_per_node_counts': {0: 0, 1: 268, 2: 3, 3: 1317, 4: 228, 5: 9, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14660831509846828, 2: 0.0016411378555798686, 3: 0.7204595185995624, 4: 0.12472647702407003, 5: 0.004923413566739606, 6: 0.0016411378555798686}, 'edge_length_total': 298682.9489999994, 'edge_length_avg': 59.95241850662372, 'street_length_total': 152155.09400000048, 'street_length_avg': 59.296607170693875, 'street_segments_count': 2566, 'node_density_km': 152.1381942100127, 'intersection_density_km': 129.8334698947592, 'edge_density_km': 24858.361325044432, 'street_density_km': 12663.34860011751, 'circuity_avg': 1.066556432666894, 'self_loop_proportion': 0.0012043356081894822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066556432666894\n", - "776\n", - "6005265.685669556\n", - "{'n': 84, 'm': 212, 'k_avg': 5.0476190476190474, 'intersection_count': 66, 'streets_per_node_avg': 2.7023809523809526, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 55, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6547619047619048, 4: 0.13095238095238096}, 'edge_length_total': 36397.085999999996, 'edge_length_avg': 171.6843679245283, 'street_length_total': 18198.543000000005, 'street_length_avg': 171.68436792452835, 'street_segments_count': 106, 'node_density_km': 13.987724173544944, 'intersection_density_km': 10.990354707785313, 'edge_density_km': 6060.861901057073, 'street_density_km': 3030.430950528538, 'circuity_avg': 1.0894977756413193, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0894977756413193\n", - "777\n", - "21028057.998277664\n", - "{'n': 1855, 'm': 5190, 'k_avg': 5.595687331536388, 'intersection_count': 1556, 'streets_per_node_avg': 2.894878706199461, 'streets_per_node_counts': {0: 0, 1: 299, 2: 0, 3: 1162, 4: 387, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16118598382749327, 2: 0.0, 3: 0.6264150943396226, 4: 0.2086253369272237, 5: 0.0026954177897574125, 6: 0.001078167115902965}, 'edge_length_total': 512963.91399999964, 'edge_length_avg': 98.83697764932556, 'street_length_total': 257311.10699999964, 'street_length_avg': 98.32292969048515, 'street_segments_count': 2617, 'node_density_km': 88.21546907241442, 'intersection_density_km': 73.9963719011735, 'edge_density_km': 24394.25999500357, 'street_density_km': 12236.560647734332, 'circuity_avg': 1.034207483578207, 'self_loop_proportion': 0.0011560693641618498, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034207483578207\n", - "778\n", - "40072457.295098394\n", - "{'n': 3467, 'm': 9338, 'k_avg': 5.386789731756562, 'intersection_count': 2866, 'streets_per_node_avg': 2.833285261032593, 'streets_per_node_counts': {0: 0, 1: 601, 2: 6, 3: 2243, 4: 604, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17334871646957023, 2: 0.0017306028266512836, 3: 0.6469570233631382, 4: 0.17421401788289587, 5: 0.0037496394577444477}, 'edge_length_total': 777755.3609999979, 'edge_length_avg': 83.28928689226792, 'street_length_total': 401713.64399999956, 'street_length_avg': 82.64012425426858, 'street_segments_count': 4861, 'node_density_km': 86.51827799000682, 'intersection_density_km': 71.52044554928167, 'edge_density_km': 19408.726429540216, 'street_density_km': 10024.682066331296, 'circuity_avg': 1.0766522159325616, 'self_loop_proportion': 0.005140286999357464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766522159325616\n", - "779\n", - "10004635.449352294\n", - "{'n': 602, 'm': 1596, 'k_avg': 5.3023255813953485, 'intersection_count': 497, 'streets_per_node_avg': 2.762458471760797, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 432, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1744186046511628, 2: 0.0, 3: 0.717607973421927, 4: 0.10465116279069768, 5: 0.0033222591362126247}, 'edge_length_total': 172740.1909999999, 'edge_length_avg': 108.23320238095232, 'street_length_total': 87976.60599999999, 'street_length_avg': 108.47916892725029, 'street_segments_count': 811, 'node_density_km': 60.172107524315024, 'intersection_density_km': 49.676972491004264, 'edge_density_km': 17266.01552595134, 'street_density_km': 8793.584378498832, 'circuity_avg': 1.0827282471424116, 'self_loop_proportion': 0.0012531328320802004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827282471424116\n", - "780\n", - "12007838.616448296\n", - "{'n': 869, 'm': 2326, 'k_avg': 5.353279631760644, 'intersection_count': 716, 'streets_per_node_avg': 2.825086306098964, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 562, 4: 154}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1760644418872267, 2: 0.0, 3: 0.6467203682393556, 4: 0.17721518987341772}, 'edge_length_total': 201809.15899999966, 'edge_length_avg': 86.76232115219246, 'street_length_total': 102956.25100000006, 'street_length_avg': 86.37269379194636, 'street_segments_count': 1192, 'node_density_km': 72.36939367336656, 'intersection_density_km': 59.62771676654828, 'edge_density_km': 16806.451639311854, 'street_density_km': 8574.08683515874, 'circuity_avg': 1.0575842189712261, 'self_loop_proportion': 0.0025795356835769563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575842189712261\n", - "781\n", - "30036238.151998557\n", - "{'n': 2046, 'm': 5704, 'k_avg': 5.575757575757576, 'intersection_count': 1732, 'streets_per_node_avg': 2.886119257086999, 'streets_per_node_counts': {0: 0, 1: 314, 2: 0, 3: 1352, 4: 368, 5: 10, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15347018572825025, 2: 0.0, 3: 0.6608015640273704, 4: 0.1798631476050831, 5: 0.004887585532746823, 6: 0.0004887585532746823, 7: 0.0004887585532746823}, 'edge_length_total': 554672.6909999987, 'edge_length_avg': 97.24275788920033, 'street_length_total': 280183.0999999995, 'street_length_avg': 96.68153899240839, 'street_segments_count': 2898, 'node_density_km': 68.1177179927195, 'intersection_density_km': 57.66367916099227, 'edge_density_km': 18466.782963734484, 'street_density_km': 9328.168813355764, 'circuity_avg': 1.0595180924926275, 'self_loop_proportion': 0.0021037868162692847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0595180924926275\n", - "782\n", - "8009105.987529534\n", - "{'n': 904, 'm': 2316, 'k_avg': 5.123893805309734, 'intersection_count': 722, 'streets_per_node_avg': 2.6946902654867255, 'streets_per_node_counts': {0: 0, 1: 182, 2: 2, 3: 637, 4: 78, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2013274336283186, 2: 0.0022123893805309734, 3: 0.7046460176991151, 4: 0.08628318584070796, 5: 0.00331858407079646, 6: 0.0022123893805309734}, 'edge_length_total': 187059.49299999964, 'edge_length_avg': 80.76834758203783, 'street_length_total': 95450.01700000004, 'street_length_avg': 80.2775584524811, 'street_segments_count': 1189, 'node_density_km': 112.8715241635659, 'intersection_density_km': 90.14738987399842, 'edge_density_km': 23355.851863024163, 'street_density_km': 11917.686836535708, 'circuity_avg': 1.0986403220019145, 'self_loop_proportion': 0.007772020725388601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0986403220019145\n", - "783\n", - "45062827.82290115\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2976, 'm': 8396, 'k_avg': 5.64247311827957, 'intersection_count': 2517, 'streets_per_node_avg': 2.8813844086021505, 'streets_per_node_counts': {0: 0, 1: 459, 2: 1, 3: 1955, 4: 556, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15423387096774194, 2: 0.0003360215053763441, 3: 0.6569220430107527, 4: 0.1868279569892473, 5: 0.0016801075268817205}, 'edge_length_total': 740524.8409999985, 'edge_length_avg': 88.19971903287262, 'street_length_total': 372421.9709999997, 'street_length_avg': 88.00141091682413, 'street_segments_count': 4232, 'node_density_km': 66.04112843729665, 'intersection_density_km': 55.85534955533457, 'edge_density_km': 16433.164024022037, 'street_density_km': 8264.505114140507, 'circuity_avg': 1.0669947399149646, 'self_loop_proportion': 0.0021438780371605525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669947399149646\n", - "784\n", - "8010928.952736889\n", - "{'n': 270, 'm': 750, 'k_avg': 5.555555555555555, 'intersection_count': 232, 'streets_per_node_avg': 2.933333333333333, 'streets_per_node_counts': {0: 0, 1: 38, 2: 2, 3: 172, 4: 56, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14074074074074075, 2: 0.007407407407407408, 3: 0.6370370370370371, 4: 0.2074074074074074, 5: 0.007407407407407408}, 'edge_length_total': 88887.95899999977, 'edge_length_avg': 118.51727866666636, 'street_length_total': 44910.86100000003, 'street_length_avg': 118.18647631578956, 'street_segments_count': 380, 'node_density_km': 33.70395638170727, 'intersection_density_km': 28.960436594652176, 'edge_density_km': 11095.836640722135, 'street_density_km': 5606.198889662664, 'circuity_avg': 1.1063450850866554, 'self_loop_proportion': 0.013333333333333334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1063450850866554\n", - "785\n", - "31027715.1259568\n", - "{'n': 945, 'm': 2503, 'k_avg': 5.2973544973544975, 'intersection_count': 780, 'streets_per_node_avg': 2.768253968253968, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 675, 4: 101, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1746031746031746, 2: 0.0, 3: 0.7142857142857143, 4: 0.10687830687830688, 5: 0.0021164021164021165, 6: 0.0021164021164021165}, 'edge_length_total': 410023.0159999998, 'edge_length_avg': 163.81263124250893, 'street_length_total': 206812.41800000012, 'street_length_avg': 162.20581803921579, 'street_segments_count': 1275, 'node_density_km': 30.456641623908784, 'intersection_density_km': 25.138815308623123, 'edge_density_km': 13214.734450652077, 'street_density_km': 6665.409204656112, 'circuity_avg': 1.0553617661784964, 'self_loop_proportion': 0.0023971234518577705, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553617661784964\n", - "786\n", - "674821068.5732923\n", - "error with entry 786\n", - "787\n", - "15010751.150121957\n", - "{'n': 352, 'm': 869, 'k_avg': 4.9375, 'intersection_count': 278, 'streets_per_node_avg': 2.678977272727273, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 243, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21022727272727273, 2: 0.0, 3: 0.6903409090909091, 4: 0.09943181818181818}, 'edge_length_total': 161602.019, 'edge_length_avg': 185.9631979286536, 'street_length_total': 80836.10499999998, 'street_length_avg': 185.40391055045868, 'street_segments_count': 436, 'node_density_km': 23.44985913627248, 'intersection_density_km': 18.520059204215197, 'edge_density_km': 10765.751652520537, 'street_density_km': 5385.2138504969635, 'circuity_avg': 1.0672538072221076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672538072221076\n", - "788\n", - "5003898.369267174\n", - "{'n': 532, 'm': 1357, 'k_avg': 5.101503759398496, 'intersection_count': 426, 'streets_per_node_avg': 2.7161654135338344, 'streets_per_node_counts': {0: 0, 1: 106, 2: 1, 3: 365, 4: 58, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19924812030075187, 2: 0.0018796992481203006, 3: 0.6860902255639098, 4: 0.10902255639097744, 5: 0.0037593984962406013}, 'edge_length_total': 98057.53000000026, 'edge_length_avg': 72.26052321296997, 'street_length_total': 51170.91699999994, 'street_length_avg': 72.27530649717507, 'street_segments_count': 708, 'node_density_km': 106.31710733124102, 'intersection_density_km': 85.13362353967796, 'edge_density_km': 19596.22733392183, 'street_density_km': 10226.210291216203, 'circuity_avg': 1.0723474024677033, 'self_loop_proportion': 0.007369196757553427, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723474024677033\n", - "789\n", - "8003414.793099064\n", - "{'n': 277, 'm': 652, 'k_avg': 4.707581227436823, 'intersection_count': 200, 'streets_per_node_avg': 2.487364620938628, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 189, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2779783393501805, 2: 0.0, 3: 0.6823104693140795, 4: 0.036101083032490974, 5: 0.0036101083032490976}, 'edge_length_total': 79443.99099999997, 'edge_length_avg': 121.84661196319013, 'street_length_total': 39874.02799999998, 'street_length_avg': 121.5671585365853, 'street_segments_count': 328, 'node_density_km': 34.61022665460785, 'intersection_density_km': 24.989333324626603, 'edge_density_km': 9926.261858688176, 'street_density_km': 4982.126883437469, 'circuity_avg': 1.051107394022791, 'self_loop_proportion': 0.003067484662576687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051107394022791\n", - "790\n", - "21010770.604721066\n", - "{'n': 1977, 'm': 5676, 'k_avg': 5.742033383915023, 'intersection_count': 1679, 'streets_per_node_avg': 2.9332321699544766, 'streets_per_node_counts': {0: 0, 1: 298, 2: 0, 3: 1249, 4: 402, 5: 22, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1507334344967122, 2: 0.0, 3: 0.6317653009610521, 4: 0.20333839150227617, 5: 0.01112797167425392, 6: 0.0030349013657056147}, 'edge_length_total': 459524.74999999907, 'edge_length_avg': 80.95925828047905, 'street_length_total': 230763.65299999982, 'street_length_avg': 80.71481392095131, 'street_segments_count': 2859, 'node_density_km': 94.09459734693277, 'intersection_density_km': 79.91139552124437, 'edge_density_km': 21870.913668285208, 'street_density_km': 10983.112297087657, 'circuity_avg': 1.0656767750575262, 'self_loop_proportion': 0.0014094432699083862, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656767750575262\n", - "791\n", - "10005059.565521678\n", - "{'n': 239, 'm': 658, 'k_avg': 5.506276150627615, 'intersection_count': 213, 'streets_per_node_avg': 2.8870292887029287, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 188, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1087866108786611, 2: 0.0, 3: 0.7866108786610879, 4: 0.10460251046025104}, 'edge_length_total': 115489.10800000001, 'edge_length_avg': 175.51536170212768, 'street_length_total': 57744.554000000026, 'street_length_avg': 175.51536170212773, 'street_segments_count': 329, 'node_density_km': 23.887913753518788, 'intersection_density_km': 21.28922857531172, 'edge_density_km': 11543.07050784442, 'street_density_km': 5771.535253922213, 'circuity_avg': 1.0536959691643164, 'self_loop_proportion': 0.00303951367781155, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536959691643164\n", - "792\n", - "19017859.731552888\n", - "{'n': 978, 'm': 2636, 'k_avg': 5.3905930470347645, 'intersection_count': 815, 'streets_per_node_avg': 2.8006134969325154, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 688, 4: 124, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7034764826175869, 4: 0.12678936605316973, 5: 0.002044989775051125, 6: 0.0010224948875255625}, 'edge_length_total': 326323.7080000001, 'edge_length_avg': 123.79503338391505, 'street_length_total': 163161.85399999996, 'street_length_avg': 123.795033383915, 'street_segments_count': 1318, 'node_density_km': 51.42534511269855, 'intersection_density_km': 42.85445426058213, 'edge_density_km': 17158.802967643634, 'street_density_km': 8579.401483821814, 'circuity_avg': 1.0529766935156304, 'self_loop_proportion': 0.0015174506828528073, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529766935156304\n", - "793\n", - "20012078.220137913\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2491, 'm': 6874, 'k_avg': 5.519068647129667, 'intersection_count': 2091, 'streets_per_node_avg': 2.834604576475311, 'streets_per_node_counts': {0: 0, 1: 400, 2: 4, 3: 1704, 4: 374, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16057808109193095, 2: 0.0016057808109193096, 3: 0.6840626254516259, 4: 0.15014050582095545, 5: 0.0036130068245684463}, 'edge_length_total': 514495.22399999906, 'edge_length_avg': 74.84655571719509, 'street_length_total': 257883.69399999946, 'street_length_avg': 74.83566279744616, 'street_segments_count': 3446, 'node_density_km': 124.47482828111958, 'intersection_density_km': 104.48689921148978, 'edge_density_km': 25709.235109938196, 'street_density_km': 12886.402459715264, 'circuity_avg': 1.063569218885125, 'self_loop_proportion': 0.004073319755600814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063569218885125\n", - "794\n", - "12012232.363703795\n", - "{'n': 751, 'm': 2009, 'k_avg': 5.350199733688416, 'intersection_count': 607, 'streets_per_node_avg': 2.7589880159786953, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 505, 4: 97, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19174434087882822, 2: 0.0, 3: 0.6724367509986684, 4: 0.12916111850865514, 5: 0.006657789613848202}, 'edge_length_total': 219704.48799999995, 'edge_length_avg': 109.36012344449973, 'street_length_total': 109902.98800000006, 'street_length_avg': 109.35620696517418, 'street_segments_count': 1005, 'node_density_km': 62.51960312299855, 'intersection_density_km': 50.53182303017326, 'edge_density_km': 18290.06310799147, 'street_density_km': 9149.255914502897, 'circuity_avg': 1.0406071347920445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406071347920445\n", - "795\n", - "6005093.459763383\n", - "{'n': 881, 'm': 2345, 'k_avg': 5.323496027241771, 'intersection_count': 713, 'streets_per_node_avg': 2.7673098751418843, 'streets_per_node_counts': {0: 0, 1: 168, 2: 3, 3: 579, 4: 128, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19069239500567536, 2: 0.00340522133938706, 3: 0.6572077185017026, 4: 0.1452894438138479, 5: 0.00340522133938706}, 'edge_length_total': 126696.86999999992, 'edge_length_avg': 54.02851599147118, 'street_length_total': 64664.12399999994, 'street_length_avg': 53.88676999999995, 'street_segments_count': 1200, 'node_density_km': 146.70879077953833, 'intersection_density_km': 118.73254009740161, 'edge_density_km': 21098.234498583828, 'street_density_km': 10768.212756933159, 'circuity_avg': 1.0585651227294541, 'self_loop_proportion': 0.003411513859275053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585651227294541\n", - "796\n", - "34022859.86118729\n", - "{'n': 4014, 'm': 10486, 'k_avg': 5.224713502740409, 'intersection_count': 3093, 'streets_per_node_avg': 2.7030393622321873, 'streets_per_node_counts': {0: 0, 1: 921, 2: 4, 3: 2460, 4: 604, 5: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22944693572496264, 2: 0.000996512207274539, 3: 0.6128550074738416, 4: 0.1504733432984554, 5: 0.00622820129546587}, 'edge_length_total': 672696.4599999981, 'edge_length_avg': 64.15186534426837, 'street_length_total': 346652.01199999946, 'street_length_avg': 64.52941399851069, 'street_segments_count': 5372, 'node_density_km': 117.97950014716737, 'intersection_density_km': 90.90946536003703, 'edge_density_km': 19771.896388034067, 'street_density_km': 10188.796985742352, 'circuity_avg': 1.0624892756961244, 'self_loop_proportion': 0.002860957467098989, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624892756961244\n", - "797\n", - "39017609.9733829\n", - "{'n': 8715, 'm': 24801, 'k_avg': 5.691566265060241, 'intersection_count': 7671, 'streets_per_node_avg': 3.016408491107286, 'streets_per_node_counts': {0: 0, 1: 1044, 2: 16, 3: 5461, 4: 2146, 5: 43, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11979345955249569, 2: 0.0018359150889271372, 3: 0.6266207687894435, 4: 0.24624211130235227, 5: 0.004934021801491681, 6: 0.0005737234652897303}, 'edge_length_total': 1189116.886000012, 'edge_length_avg': 47.94632821257256, 'street_length_total': 618954.6479999993, 'street_length_avg': 47.35689732211166, 'street_segments_count': 13070, 'node_density_km': 223.36068267495662, 'intersection_density_km': 196.60353376931639, 'edge_density_km': 30476.41531121988, 'street_density_km': 15863.469044419659, 'circuity_avg': 1.0494756515459585, 'self_loop_proportion': 0.002096689649610903, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494756515459585\n", - "798\n", - "6006756.850414528\n", - "{'n': 720, 'm': 1904, 'k_avg': 5.288888888888889, 'intersection_count': 577, 'streets_per_node_avg': 2.7444444444444445, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 478, 4: 96, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1986111111111111, 2: 0.0, 3: 0.6638888888888889, 4: 0.13333333333333333, 5: 0.004166666666666667}, 'edge_length_total': 139993.39499999993, 'edge_length_avg': 73.5259427521008, 'street_length_total': 70443.2, 'street_length_avg': 72.77190082644628, 'street_segments_count': 968, 'node_density_km': 119.8650150039472, 'intersection_density_km': 96.05849119066325, 'edge_density_km': 23305.98665573403, 'street_density_km': 11727.326701286185, 'circuity_avg': 1.056561077790077, 'self_loop_proportion': 0.0063025210084033615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056561077790077\n", - "799\n", - "25010501.175567556\n", - "{'n': 1006, 'm': 2916, 'k_avg': 5.797216699801193, 'intersection_count': 880, 'streets_per_node_avg': 2.99403578528827, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 660, 4: 200, 5: 14, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12524850894632206, 2: 0.0, 3: 0.6560636182902585, 4: 0.1988071570576541, 5: 0.013916500994035786, 6: 0.005964214711729622}, 'edge_length_total': 358992.43400000106, 'edge_length_avg': 123.11125994513068, 'street_length_total': 180929.1839999998, 'street_length_avg': 122.49775490859838, 'street_segments_count': 1477, 'node_density_km': 40.22310440475094, 'intersection_density_km': 35.18522055286365, 'edge_density_km': 14353.668144431118, 'street_density_km': 7234.128685783684, 'circuity_avg': 1.041558843587005, 'self_loop_proportion': 0.003429355281207133, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041558843587005\n", - "800\n", - "12008379.98245644\n", - "{'n': 503, 'm': 1301, 'k_avg': 5.172962226640159, 'intersection_count': 399, 'streets_per_node_avg': 2.697813121272366, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 343, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20675944333996024, 2: 0.0, 3: 0.6819085487077535, 4: 0.11133200795228629}, 'edge_length_total': 143594.49699999992, 'edge_length_avg': 110.37240353574167, 'street_length_total': 71811.75400000007, 'street_length_avg': 110.30991397849473, 'street_segments_count': 651, 'node_density_km': 41.88741534951879, 'intersection_density_km': 33.22679666890258, 'edge_density_km': 11957.857530306612, 'street_density_km': 5980.136713271312, 'circuity_avg': 1.0828904974860207, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828904974860207\n", - "801\n", - "9004046.804446844\n", - "{'n': 499, 'm': 1167, 'k_avg': 4.677354709418838, 'intersection_count': 344, 'streets_per_node_avg': 2.444889779559118, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 311, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3106212424849699, 2: 0.0, 3: 0.6232464929859719, 4: 0.06613226452905811}, 'edge_length_total': 109008.35299999994, 'edge_length_avg': 93.4090428449014, 'street_length_total': 55225.812999999995, 'street_length_avg': 92.19668280467445, 'street_segments_count': 599, 'node_density_km': 55.4195253353812, 'intersection_density_km': 38.205043517777824, 'edge_density_km': 12106.595552808965, 'street_density_km': 6133.44357258622, 'circuity_avg': 1.0873085081755505, 'self_loop_proportion': 0.00856898029134533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873085081755505\n", - "802\n", - "12014460.351837039\n", - "{'n': 545, 'm': 1343, 'k_avg': 4.9284403669724774, 'intersection_count': 429, 'streets_per_node_avg': 2.6660550458715595, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 383, 4: 42, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21284403669724772, 2: 0.0, 3: 0.7027522935779816, 4: 0.07706422018348624, 5: 0.007339449541284404}, 'edge_length_total': 178062.53499999968, 'edge_length_avg': 132.58565524944132, 'street_length_total': 91094.27500000007, 'street_length_avg': 132.40446947674428, 'street_segments_count': 688, 'node_density_km': 45.362004121697254, 'intersection_density_km': 35.70697205175802, 'edge_density_km': 14820.685223100636, 'street_density_km': 7582.052987179864, 'circuity_avg': 1.0792560396210635, 'self_loop_proportion': 0.0014892032762472078, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792560396210635\n", - "803\n", - "9013669.05596324\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 253, 'm': 682, 'k_avg': 5.391304347826087, 'intersection_count': 214, 'streets_per_node_avg': 2.857707509881423, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 172, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1541501976284585, 2: 0.0, 3: 0.6798418972332015, 4: 0.16600790513833993}, 'edge_length_total': 122818.08999999985, 'edge_length_avg': 180.08517595307896, 'street_length_total': 61409.045000000006, 'street_length_avg': 180.0851759530792, 'street_segments_count': 341, 'node_density_km': 28.068481151149083, 'intersection_density_km': 23.74171923456879, 'edge_density_km': 13625.75985843924, 'street_density_km': 6812.879929219629, 'circuity_avg': 1.0301083671002038, 'self_loop_proportion': 0.002932551319648094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0301083671002038\n", - "804\n", - "21021430.572627265\n", - "{'n': 441, 'm': 1175, 'k_avg': 5.328798185941043, 'intersection_count': 367, 'streets_per_node_avg': 2.798185941043084, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 308, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16780045351473924, 2: 0.0, 3: 0.6984126984126984, 4: 0.13378684807256236}, 'edge_length_total': 225994.91299999924, 'edge_length_avg': 192.33609617021213, 'street_length_total': 114748.54100000006, 'street_length_avg': 190.2960878938641, 'street_segments_count': 603, 'node_density_km': 20.978591275050587, 'intersection_density_km': 17.45837414499675, 'edge_density_km': 10750.691406048982, 'street_density_km': 5458.645671309265, 'circuity_avg': 1.0634206214265542, 'self_loop_proportion': 0.001702127659574468, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634206214265542\n", - "805\n", - "7003588.198761312\n", - "{'n': 259, 'm': 743, 'k_avg': 5.737451737451737, 'intersection_count': 222, 'streets_per_node_avg': 2.9845559845559846, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 154, 4: 66, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.5945945945945946, 4: 0.2548262548262548, 5: 0.007722007722007722}, 'edge_length_total': 86053.34500000002, 'edge_length_avg': 115.81876850605654, 'street_length_total': 43519.537, 'street_length_avg': 116.05209866666665, 'street_segments_count': 375, 'node_density_km': 36.98104352363378, 'intersection_density_km': 31.698037305971813, 'edge_density_km': 12287.036667178665, 'street_density_km': 6213.891474615408, 'circuity_avg': 1.0332799980162741, 'self_loop_proportion': 0.005383580080753701, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332799980162741\n", - "806\n", - "6007345.60609295\n", - "{'n': 193, 'm': 542, 'k_avg': 5.616580310880829, 'intersection_count': 168, 'streets_per_node_avg': 3.0466321243523318, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 110, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12953367875647667, 2: 0.0, 3: 0.5699481865284974, 4: 0.29533678756476683, 5: 0.0051813471502590676}, 'edge_length_total': 87921.60099999997, 'edge_length_avg': 162.2169760147601, 'street_length_total': 44216.27100000001, 'street_length_avg': 159.05133453237414, 'street_segments_count': 278, 'node_density_km': 32.12733420967986, 'intersection_density_km': 27.96576242086122, 'edge_density_km': 14635.682173974723, 'street_density_km': 7360.367440014381, 'circuity_avg': 1.0325025609165797, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325025609165797\n", - "807\n", - "10004599.770952806\n", - "{'n': 1174, 'm': 2984, 'k_avg': 5.083475298126065, 'intersection_count': 900, 'streets_per_node_avg': 2.717206132879046, 'streets_per_node_counts': {0: 0, 1: 274, 2: 4, 3: 677, 4: 218, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23339011925042588, 2: 0.0034071550255536627, 3: 0.5766609880749574, 4: 0.18568994889267462, 5: 0.0008517887563884157}, 'edge_length_total': 221482.24400000027, 'edge_length_avg': 74.22327211796255, 'street_length_total': 113448.39599999972, 'street_length_avg': 72.63021510883465, 'street_segments_count': 1562, 'node_density_km': 117.34602351695993, 'intersection_density_km': 89.95862109477338, 'edge_density_km': 22138.041408017965, 'street_density_km': 11339.623632859753, 'circuity_avg': 1.0467097172762212, 'self_loop_proportion': 0.0030160857908847183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467097172762212\n", - "808\n", - "13018522.712994989\n", - "{'n': 726, 'm': 1858, 'k_avg': 5.118457300275482, 'intersection_count': 634, 'streets_per_node_avg': 2.8856749311294765, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 533, 4: 101}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12672176308539945, 2: 0.0, 3: 0.7341597796143251, 4: 0.13911845730027547}, 'edge_length_total': 243052.71599999987, 'edge_length_avg': 130.81416361679217, 'street_length_total': 127177.01399999985, 'street_length_avg': 129.90501940755857, 'street_segments_count': 979, 'node_density_km': 55.76669611486044, 'intersection_density_km': 48.69984206173763, 'edge_density_km': 18669.76164333811, 'street_density_km': 9768.928226629949, 'circuity_avg': 1.0492694485878231, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492694485878231\n", - "809\n", - "6004319.526745225\n", - "{'n': 109, 'm': 257, 'k_avg': 4.715596330275229, 'intersection_count': 83, 'streets_per_node_avg': 2.5871559633027523, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 76, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23853211009174313, 2: 0.0, 3: 0.6972477064220184, 4: 0.06422018348623854}, 'edge_length_total': 58433.898, 'edge_length_avg': 227.36925291828794, 'street_length_total': 29315.36, 'street_length_avg': 225.50276923076925, 'street_segments_count': 130, 'node_density_km': 18.153597508340113, 'intersection_density_km': 13.823381588919535, 'edge_density_km': 9731.976744361471, 'street_density_km': 4882.378405982508, 'circuity_avg': 1.0642377192435373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642377192435373\n", - "810\n", - "11007479.573128676\n", - "{'n': 701, 'm': 1971, 'k_avg': 5.62339514978602, 'intersection_count': 623, 'streets_per_node_avg': 3.0099857346647645, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 461, 4: 161, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11126961483594865, 2: 0.0, 3: 0.6576319543509273, 4: 0.2296718972895863, 5: 0.0014265335235378032}, 'edge_length_total': 189423.30399999954, 'edge_length_avg': 96.10517706747821, 'street_length_total': 97261.84800000011, 'street_length_avg': 94.612692607004, 'street_segments_count': 1028, 'node_density_km': 63.68397009895641, 'intersection_density_km': 56.59787927482146, 'edge_density_km': 17208.599183996434, 'street_density_km': 8835.978059630885, 'circuity_avg': 1.0718663228959222, 'self_loop_proportion': 0.008117706747843734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718663228959222\n", - "811\n", - "157069830.0664566\n", - "{'n': 12519, 'm': 34403, 'k_avg': 5.496125888649253, 'intersection_count': 10457, 'streets_per_node_avg': 2.8349708443166386, 'streets_per_node_counts': {0: 0, 1: 2062, 2: 7, 3: 8414, 4: 2010, 5: 25, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16470964134515537, 2: 0.0005591500918603722, 3: 0.6720984104161675, 4: 0.16055595494847832, 5: 0.0019969646137870437, 6: 0.0, 7: 0.0, 8: 7.987858455148175e-05}, 'edge_length_total': 3102412.8380000056, 'edge_length_avg': 90.17855530041001, 'street_length_total': 1586727.0920000027, 'street_length_avg': 90.05772699926231, 'street_segments_count': 17619, 'node_density_km': 79.70340322328728, 'intersection_density_km': 66.57548426439133, 'edge_density_km': 19751.80616600507, 'street_density_km': 10102.048823307794, 'circuity_avg': 1.0828781132582381, 'self_loop_proportion': 0.005406505246635468, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828781132582381\n", - "812\n", - "23025719.426409446\n", - "{'n': 538, 'm': 1422, 'k_avg': 5.286245353159852, 'intersection_count': 427, 'streets_per_node_avg': 2.7379182156133828, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 348, 4: 77, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20631970260223048, 2: 0.0, 3: 0.6468401486988847, 4: 0.14312267657992564, 5: 0.0037174721189591076}, 'edge_length_total': 143410.75999999975, 'edge_length_avg': 100.85144866385355, 'street_length_total': 71895.878, 'street_length_avg': 100.4132374301676, 'street_segments_count': 716, 'node_density_km': 23.36517656785736, 'intersection_density_km': 18.544480287128426, 'edge_density_km': 6228.285741878457, 'street_density_km': 3122.4161412102817, 'circuity_avg': 1.0682265595600402, 'self_loop_proportion': 0.0014064697609001407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682265595600402\n", - "813\n", - "113089291.58164681\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 11922, 'm': 30999, 'k_avg': 5.200301962757926, 'intersection_count': 9476, 'streets_per_node_avg': 2.7588491863781246, 'streets_per_node_counts': {0: 0, 1: 2446, 2: 4, 3: 7498, 4: 1929, 5: 43, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20516691830229827, 2: 0.00033551417547391375, 3: 0.6289213219258514, 4: 0.1618017111222949, 5: 0.003606777386344573, 6: 0.00016775708773695687}, 'edge_length_total': 2525617.565000017, 'edge_length_avg': 81.47416255363132, 'street_length_total': 1333024.6110000017, 'street_length_avg': 81.48072194376539, 'street_segments_count': 16360, 'node_density_km': 105.42112195824218, 'intersection_density_km': 83.79219524209888, 'edge_density_km': 22332.950624035017, 'street_density_km': 11787.363704879173, 'circuity_avg': 1.0782223255959749, 'self_loop_proportion': 0.004387238298009613, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782223255959749\n", - "814\n", - "17007460.799932495\n", - "{'n': 1057, 'm': 2613, 'k_avg': 4.944181646168401, 'intersection_count': 788, 'streets_per_node_avg': 2.5941343424787133, 'streets_per_node_counts': {0: 0, 1: 269, 2: 0, 3: 682, 4: 103, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25449385052034057, 2: 0.0, 3: 0.6452223273415326, 4: 0.09744560075685904, 5: 0.002838221381267739}, 'edge_length_total': 278730.11100000027, 'edge_length_avg': 106.6705361653273, 'street_length_total': 144384.00599999996, 'street_length_avg': 106.79290384615382, 'street_segments_count': 1352, 'node_density_km': 62.14919513465498, 'intersection_density_km': 46.33260715809662, 'edge_density_km': 16388.696365603653, 'street_density_km': 8489.451053185614, 'circuity_avg': 1.0759483197484856, 'self_loop_proportion': 0.003827018752391887, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0759483197484856\n", - "815\n", - "15012885.305409685\n", - "{'n': 179, 'm': 474, 'k_avg': 5.29608938547486, 'intersection_count': 144, 'streets_per_node_avg': 2.793296089385475, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 111, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19553072625698323, 2: 0.0, 3: 0.6201117318435754, 4: 0.18435754189944134}, 'edge_length_total': 103311.58599999995, 'edge_length_avg': 217.9569324894514, 'street_length_total': 52788.37300000001, 'street_length_avg': 215.46274693877552, 'street_segments_count': 245, 'node_density_km': 11.923091155269123, 'intersection_density_km': 9.59176048245114, 'edge_density_km': 6881.527694264943, 'street_density_km': 3516.204375515908, 'circuity_avg': 1.1374095515610227, 'self_loop_proportion': 0.004219409282700422, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1374095515610227\n", - "816\n", - "10012866.067908604\n", - "{'n': 633, 'm': 1660, 'k_avg': 5.244865718799368, 'intersection_count': 501, 'streets_per_node_avg': 2.6856240126382307, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 439, 4: 59, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20853080568720378, 2: 0.0, 3: 0.693522906793049, 4: 0.09320695102685624, 5: 0.004739336492890996}, 'edge_length_total': 161941.25199999995, 'edge_length_avg': 97.55497108433732, 'street_length_total': 81053.04399999998, 'street_length_avg': 97.53675571600479, 'street_segments_count': 831, 'node_density_km': 63.2186624395961, 'intersection_density_km': 50.03562382659976, 'edge_density_km': 16173.31650115887, 'street_density_km': 8094.889460249177, 'circuity_avg': 1.0654542076533016, 'self_loop_proportion': 0.0036144578313253013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654542076533016\n", - "817\n", - "21013953.008750826\n", - "{'n': 2124, 'm': 5764, 'k_avg': 5.427495291902072, 'intersection_count': 1788, 'streets_per_node_avg': 2.8921845574387945, 'streets_per_node_counts': {0: 0, 1: 336, 2: 3, 3: 1345, 4: 434, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15819209039548024, 2: 0.0014124293785310734, 3: 0.6332391713747646, 4: 0.20433145009416195, 5: 0.002824858757062147}, 'edge_length_total': 425840.25099999865, 'edge_length_avg': 73.87929406662016, 'street_length_total': 218473.68399999963, 'street_length_avg': 72.63087898936158, 'street_segments_count': 3008, 'node_density_km': 101.07569951810135, 'intersection_density_km': 85.08632332314745, 'edge_density_km': 20264.642774382635, 'street_density_km': 10396.600958849618, 'circuity_avg': 1.0537671966072255, 'self_loop_proportion': 0.001040943789035392, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0537671966072255\n", - "818\n", - "6005914.9165846445\n", - "{'n': 127, 'm': 318, 'k_avg': 5.0078740157480315, 'intersection_count': 97, 'streets_per_node_avg': 2.6141732283464565, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 86, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23622047244094488, 2: 0.0, 3: 0.6771653543307087, 4: 0.08661417322834646}, 'edge_length_total': 54715.95400000004, 'edge_length_avg': 172.06274842767309, 'street_length_total': 27357.977, 'street_length_avg': 172.06274842767294, 'street_segments_count': 159, 'node_density_km': 21.14582070573529, 'intersection_density_km': 16.150744948474983, 'edge_density_km': 9110.344512025673, 'street_density_km': 4555.172256012833, 'circuity_avg': 1.1123753702839443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1123753702839443\n", - "819\n", - "10005951.235707823\n", - "{'n': 255, 'm': 680, 'k_avg': 5.333333333333333, 'intersection_count': 207, 'streets_per_node_avg': 2.796078431372549, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 168, 4: 34, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18823529411764706, 2: 0.0, 3: 0.6588235294117647, 4: 0.13333333333333333, 5: 0.0196078431372549}, 'edge_length_total': 116559.41799999995, 'edge_length_avg': 171.41090882352933, 'street_length_total': 58279.70899999999, 'street_length_avg': 171.41090882352938, 'street_segments_count': 340, 'node_density_km': 25.484833374961102, 'intersection_density_km': 20.68768826908607, 'edge_density_km': 11649.009200048786, 'street_density_km': 5824.504600024395, 'circuity_avg': 1.0506562281863294, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506562281863294\n", - "820\n", - "8010971.862389376\n", - "{'n': 433, 'm': 1139, 'k_avg': 5.2609699769053115, 'intersection_count': 380, 'streets_per_node_avg': 2.903002309468822, 'streets_per_node_counts': {0: 0, 1: 53, 2: 1, 3: 314, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12240184757505773, 2: 0.0023094688221709007, 3: 0.7251732101616628, 4: 0.15011547344110854}, 'edge_length_total': 129945.92799999999, 'edge_length_avg': 114.08773309920981, 'street_length_total': 66953.24199999998, 'street_length_avg': 110.48389768976895, 'street_segments_count': 606, 'node_density_km': 54.050870161320496, 'intersection_density_km': 47.43494379053531, 'edge_density_km': 16220.994185497231, 'street_density_km': 8357.69281806344, 'circuity_avg': 1.0509095331732567, 'self_loop_proportion': 0.003511852502194908, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509095331732567\n", - "821\n", - "9011386.833013356\n", - "{'n': 128, 'm': 339, 'k_avg': 5.296875, 'intersection_count': 111, 'streets_per_node_avg': 2.796875, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 103, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1328125, 2: 0.0, 3: 0.8046875, 4: 0.0625}, 'edge_length_total': 42928.615999999965, 'edge_length_avg': 126.63308554572261, 'street_length_total': 21615.856000000007, 'street_length_avg': 126.40851461988308, 'street_segments_count': 171, 'node_density_km': 14.204250951814654, 'intersection_density_km': 12.31774887227677, 'edge_density_km': 4763.819020922541, 'street_density_km': 2398.7268997053798, 'circuity_avg': 1.1042057620451222, 'self_loop_proportion': 0.0058997050147492625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1042057620451222\n", - "822\n", - "33011874.356772337\n", - "{'n': 1548, 'm': 4388, 'k_avg': 5.669250645994832, 'intersection_count': 1298, 'streets_per_node_avg': 2.90374677002584, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 962, 4: 321, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16149870801033592, 2: 0.0, 3: 0.6214470284237726, 4: 0.20736434108527133, 5: 0.009689922480620155}, 'edge_length_total': 533049.6969999988, 'edge_length_avg': 121.47896467638988, 'street_length_total': 267420.8140000006, 'street_length_avg': 121.05967134450005, 'street_segments_count': 2209, 'node_density_km': 46.892217729600986, 'intersection_density_km': 39.31918515053106, 'edge_density_km': 16147.210886577375, 'street_density_km': 8100.7461469736145, 'circuity_avg': 1.053123170501161, 'self_loop_proportion': 0.00022789425706472196, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053123170501161\n", - "823\n", - "8011331.168566763\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 240, 'm': 634, 'k_avg': 5.283333333333333, 'intersection_count': 211, 'streets_per_node_avg': 2.845833333333333, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 190, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12083333333333333, 2: 0.0, 3: 0.7916666666666666, 4: 0.0875}, 'edge_length_total': 106782.65999999999, 'edge_length_avg': 168.42690851735014, 'street_length_total': 53391.329999999965, 'street_length_avg': 168.42690851735006, 'street_segments_count': 317, 'node_density_km': 29.957568218083825, 'intersection_density_km': 26.33769539173203, 'edge_density_km': 13328.953422743545, 'street_density_km': 6664.476711371769, 'circuity_avg': 1.041537603528088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041537603528088\n", - "824\n", - "10009173.612658167\n", - "{'n': 253, 'm': 686, 'k_avg': 5.4229249011857705, 'intersection_count': 208, 'streets_per_node_avg': 2.802371541501976, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 169, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17786561264822134, 2: 0.0, 3: 0.6679841897233202, 4: 0.15019762845849802, 5: 0.003952569169960474}, 'edge_length_total': 102481.77200000006, 'edge_length_avg': 149.3903381924199, 'street_length_total': 51240.88600000002, 'street_length_avg': 149.39033819241988, 'street_segments_count': 343, 'node_density_km': 25.276812031718773, 'intersection_density_km': 20.78093637390318, 'edge_density_km': 10238.784535657951, 'street_density_km': 5119.392267828975, 'circuity_avg': 1.0356533355072395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0356533355072395\n", - "825\n", - "6007580.592709912\n", - "{'n': 338, 'm': 868, 'k_avg': 5.136094674556213, 'intersection_count': 281, 'streets_per_node_avg': 2.801775147928994, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 238, 4: 39, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16863905325443787, 2: 0.0, 3: 0.7041420118343196, 4: 0.11538461538461539, 5: 0.011834319526627219}, 'edge_length_total': 79269.68100000003, 'edge_length_avg': 91.32451728110603, 'street_length_total': 40614.26799999998, 'street_length_avg': 89.8545752212389, 'street_segments_count': 452, 'node_density_km': 56.262249799887286, 'intersection_density_km': 46.774237259669604, 'edge_density_km': 13194.942585737812, 'street_density_km': 6760.5032297502, 'circuity_avg': 1.0584865762021953, 'self_loop_proportion': 0.001152073732718894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584865762021953\n", - "826\n", - "3002709.351663005\n", - "{'n': 632, 'm': 1685, 'k_avg': 5.332278481012659, 'intersection_count': 527, 'streets_per_node_avg': 2.882911392405063, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 395, 4: 129, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1661392405063291, 2: 0.0, 3: 0.625, 4: 0.20411392405063292, 5: 0.0031645569620253164, 6: 0.0015822784810126582}, 'edge_length_total': 90826.91599999988, 'edge_length_avg': 53.90321424332337, 'street_length_total': 49264.082000000024, 'street_length_avg': 55.166945128779425, 'street_segments_count': 893, 'node_density_km': 210.47658164116893, 'intersection_density_km': 175.50816222293676, 'edge_density_km': 30248.32088716704, 'street_density_km': 16406.543634573176, 'circuity_avg': 1.0488010367705876, 'self_loop_proportion': 0.002373887240356083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488010367705876\n", - "827\n", - "14009791.623746203\n", - "{'n': 672, 'm': 1694, 'k_avg': 5.041666666666667, 'intersection_count': 528, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 437, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6502976190476191, 4: 0.13392857142857142, 5: 0.001488095238095238}, 'edge_length_total': 180695.66799999992, 'edge_length_avg': 106.66804486422663, 'street_length_total': 92757.05500000002, 'street_length_avg': 105.7663112884835, 'street_segments_count': 877, 'node_density_km': 47.96645218198527, 'intersection_density_km': 37.687926714416996, 'edge_density_km': 12897.812676508753, 'street_density_km': 6620.873278570355, 'circuity_avg': 1.076148482554044, 'self_loop_proportion': 0.0059031877213695395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076148482554044\n", - "828\n", - "6002490.530312598\n", - "{'n': 434, 'm': 1039, 'k_avg': 4.788018433179723, 'intersection_count': 301, 'streets_per_node_avg': 2.5046082949308754, 'streets_per_node_counts': {0: 0, 1: 133, 2: 1, 3: 250, 4: 49, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3064516129032258, 2: 0.002304147465437788, 3: 0.576036866359447, 4: 0.11290322580645161, 5: 0.0, 6: 0.002304147465437788}, 'edge_length_total': 87164.08000000012, 'edge_length_avg': 83.89228103946114, 'street_length_total': 43940.46, 'street_length_avg': 83.06325141776938, 'street_segments_count': 529, 'node_density_km': 72.30332106453122, 'intersection_density_km': 50.14585170604584, 'edge_density_km': 14521.31903579376, 'street_density_km': 7320.371398855279, 'circuity_avg': 1.0473303542377046, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473303542377046\n", - "829\n", - "10007408.076250603\n", - "{'n': 334, 'm': 800, 'k_avg': 4.790419161676646, 'intersection_count': 260, 'streets_per_node_avg': 2.6766467065868262, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 220, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2215568862275449, 2: 0.0, 3: 0.6586826347305389, 4: 0.11976047904191617}, 'edge_length_total': 108943.3740000001, 'edge_length_avg': 136.17921750000014, 'street_length_total': 59076.13799999994, 'street_length_avg': 140.32336817102123, 'street_segments_count': 421, 'node_density_km': 33.3752753415385, 'intersection_density_km': 25.980753259880267, 'edge_density_km': 10886.272766126376, 'street_density_km': 5903.24063432552, 'circuity_avg': 1.0744984426981277, 'self_loop_proportion': 0.0025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744984426981277\n", - "830\n", - "5002321.296360142\n", - "{'n': 425, 'm': 1079, 'k_avg': 5.07764705882353, 'intersection_count': 344, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 270, 4: 71, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19058823529411764, 2: 0.0, 3: 0.6352941176470588, 4: 0.16705882352941176, 5: 0.007058823529411765}, 'edge_length_total': 78887.30000000008, 'edge_length_avg': 73.11149212233556, 'street_length_total': 40402.46799999998, 'street_length_avg': 69.90046366782003, 'street_segments_count': 578, 'node_density_km': 84.9605562739931, 'intersection_density_km': 68.76807378412619, 'edge_density_km': 15770.138566949136, 'street_density_km': 8076.743896758127, 'circuity_avg': 1.0709691349766364, 'self_loop_proportion': 0.0018535681186283596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709691349766364\n", - "831\n", - "15005998.914441999\n", - "{'n': 914, 'm': 2301, 'k_avg': 5.035010940919038, 'intersection_count': 707, 'streets_per_node_avg': 2.6827133479212253, 'streets_per_node_counts': {0: 0, 1: 207, 2: 0, 3: 583, 4: 124}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22647702407002188, 2: 0.0, 3: 0.637855579868709, 4: 0.13566739606126915}, 'edge_length_total': 231164.0220000002, 'edge_length_avg': 100.46241720990882, 'street_length_total': 116752.36799999986, 'street_length_avg': 97.94661744966432, 'street_segments_count': 1192, 'node_density_km': 60.9089741516876, 'intersection_density_km': 47.11449094665551, 'edge_density_km': 15404.774005249625, 'street_density_km': 7780.379611225722, 'circuity_avg': 1.0502179775593352, 'self_loop_proportion': 0.003476749239461104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502179775593352\n", - "832\n", - "8003436.882515173\n", - "{'n': 167, 'm': 460, 'k_avg': 5.508982035928144, 'intersection_count': 137, 'streets_per_node_avg': 2.802395209580838, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 110, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17964071856287425, 2: 0.0, 3: 0.6586826347305389, 4: 0.16167664670658682}, 'edge_length_total': 78740.496, 'edge_length_avg': 171.17499130434783, 'street_length_total': 39370.24799999999, 'street_length_avg': 171.1749913043478, 'street_segments_count': 230, 'node_density_km': 20.86603573582732, 'intersection_density_km': 17.11764608268469, 'edge_density_km': 9838.335349657295, 'street_density_km': 4919.167674828646, 'circuity_avg': 1.0442606490613706, 'self_loop_proportion': 0.008695652173913044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442606490613706\n", - "833\n", - "28036011.613765996\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3393, 'm': 9838, 'k_avg': 5.798997936928972, 'intersection_count': 3005, 'streets_per_node_avg': 2.9622752726201003, 'streets_per_node_counts': {0: 0, 1: 388, 2: 0, 3: 2389, 4: 588, 5: 24, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11435307987032126, 2: 0.0, 3: 0.704096669613911, 4: 0.17329796640141468, 5: 0.007073386383731211, 6: 0.0011788977306218685}, 'edge_length_total': 788451.9179999987, 'edge_length_avg': 80.14351677170143, 'street_length_total': 394578.6110000003, 'street_length_avg': 79.93894064019456, 'street_segments_count': 4936, 'node_density_km': 121.02292033343284, 'intersection_density_km': 107.18357665840426, 'edge_density_km': 28122.82748566347, 'street_density_km': 14073.992279495911, 'circuity_avg': 1.0536521951928501, 'self_loop_proportion': 0.0020329335230737954, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536521951928501\n", - "834\n", - "6005982.925705928\n", - "{'n': 29, 'm': 68, 'k_avg': 4.689655172413793, 'intersection_count': 22, 'streets_per_node_avg': 2.689655172413793, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 17, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.5862068965517241, 4: 0.1724137931034483}, 'edge_length_total': 24022.135999999977, 'edge_length_avg': 353.2667058823526, 'street_length_total': 12011.068000000003, 'street_length_avg': 353.26670588235305, 'street_segments_count': 34, 'node_density_km': 4.828518555368922, 'intersection_density_km': 3.6630140764867685, 'edge_density_km': 3999.701014330885, 'street_density_km': 1999.850507165445, 'circuity_avg': 1.007125930362246, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.007125930362246\n", - "835\n", - "7004037.463909445\n", - "{'n': 262, 'm': 686, 'k_avg': 5.236641221374046, 'intersection_count': 206, 'streets_per_node_avg': 2.6717557251908395, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 180, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21374045801526717, 2: 0.0, 3: 0.6870229007633588, 4: 0.09923664122137404}, 'edge_length_total': 86108.07199999997, 'edge_length_avg': 125.52197084548101, 'street_length_total': 43054.036000000044, 'street_length_avg': 125.52197084548118, 'street_segments_count': 343, 'node_density_km': 37.40699580064202, 'intersection_density_km': 29.41160738523762, 'edge_density_km': 12294.062166814425, 'street_density_km': 6147.031083407222, 'circuity_avg': 1.0741872995835327, 'self_loop_proportion': 0.0029154518950437317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741872995835327\n", - "836\n", - "11005231.576018622\n", - "{'n': 198, 'm': 502, 'k_avg': 5.070707070707071, 'intersection_count': 156, 'streets_per_node_avg': 2.6717171717171717, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 138, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21212121212121213, 2: 0.0, 3: 0.696969696969697, 4: 0.08585858585858586, 5: 0.005050505050505051}, 'edge_length_total': 100595.14999999998, 'edge_length_avg': 200.38874501992026, 'street_length_total': 50297.57499999998, 'street_length_avg': 200.38874501992024, 'street_segments_count': 251, 'node_density_km': 17.991443308785943, 'intersection_density_km': 14.175076546316197, 'edge_density_km': 9140.666355372818, 'street_density_km': 4570.333177686408, 'circuity_avg': 1.0599238032323255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599238032323255\n", - "837\n", - "1126063037.6978676\n", - "error with entry 837\n", - "838\n", - "70061795.96801455\n", - "{'n': 13843, 'm': 38453, 'k_avg': 5.555587661634039, 'intersection_count': 11846, 'streets_per_node_avg': 2.9655421512677886, 'streets_per_node_counts': {0: 0, 1: 1997, 2: 21, 3: 8404, 4: 3315, 5: 96, 6: 9, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1442606371451275, 2: 0.0015170122083363433, 3: 0.6070938380408871, 4: 0.2394712128873799, 5: 0.006934912952394712, 6: 0.0006501480892870042, 7: 7.223867658744492e-05}, 'edge_length_total': 2060174.7470000016, 'edge_length_avg': 53.57643739110087, 'street_length_total': 1094294.993, 'street_length_avg': 53.508141068896386, 'street_segments_count': 20451, 'node_density_km': 197.582716924924, 'intersection_density_km': 169.07930829246908, 'edge_density_km': 29405.10899749897, 'street_density_km': 15618.99717072027, 'circuity_avg': 1.065770357381593, 'self_loop_proportion': 0.0031206927938002235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065770357381593\n", - "839\n", - "60043065.48759373\n", - "{'n': 10478, 'm': 28980, 'k_avg': 5.531589998091238, 'intersection_count': 8831, 'streets_per_node_avg': 2.8974995228096967, 'streets_per_node_counts': {0: 0, 1: 1647, 2: 20, 3: 6608, 4: 2166, 5: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15718648597060508, 2: 0.001908761213972132, 3: 0.6306547050963924, 4: 0.2067188394731819, 5: 0.0035312082458484446}, 'edge_length_total': 1625103.0420000101, 'edge_length_avg': 56.076709523809875, 'street_length_total': 839391.673000001, 'street_length_avg': 55.70690688877097, 'street_segments_count': 15068, 'node_density_km': 174.50807874166574, 'intersection_density_km': 147.07776707078168, 'edge_density_km': 27065.624128331583, 'street_density_km': 13979.827082170521, 'circuity_avg': 1.061469535737545, 'self_loop_proportion': 0.0019668737060041406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061469535737545\n", - "840\n", - "14013727.280095495\n", - "{'n': 1430, 'm': 3951, 'k_avg': 5.525874125874126, 'intersection_count': 1241, 'streets_per_node_avg': 2.953146853146853, 'streets_per_node_counts': {0: 0, 1: 189, 2: 4, 3: 930, 4: 300, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13216783216783218, 2: 0.002797202797202797, 3: 0.6503496503496503, 4: 0.2097902097902098, 5: 0.004195804195804196, 6: 0.0006993006993006993}, 'edge_length_total': 287937.9480000001, 'edge_length_avg': 72.87723310554293, 'street_length_total': 147056.0510000001, 'street_length_avg': 71.0759067182214, 'street_segments_count': 2069, 'node_density_km': 102.04280213381286, 'intersection_density_km': 88.55602618745577, 'edge_density_km': 20546.849688517555, 'street_density_km': 10493.714345995037, 'circuity_avg': 1.0769154008449053, 'self_loop_proportion': 0.004302708175145533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769154008449053\n", - "841\n", - "19021803.55585531\n", - "{'n': 599, 'm': 1553, 'k_avg': 5.185308848080133, 'intersection_count': 479, 'streets_per_node_avg': 2.706176961602671, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 416, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2003338898163606, 2: 0.0, 3: 0.6944908180300501, 4: 0.10350584307178631, 5: 0.001669449081803005}, 'edge_length_total': 231451.82300000006, 'edge_length_avg': 149.03530135222155, 'street_length_total': 116623.03999999992, 'street_length_avg': 148.18683608640396, 'street_segments_count': 787, 'node_density_km': 31.490179059052224, 'intersection_density_km': 25.18162899713859, 'edge_density_km': 12167.711769305615, 'street_density_km': 6131.019051771297, 'circuity_avg': 1.0604012937074558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604012937074558\n", - "842\n", - "6003661.289651077\n", - "{'n': 165, 'm': 464, 'k_avg': 5.624242424242424, 'intersection_count': 137, 'streets_per_node_avg': 2.8727272727272726, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 102, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1696969696969697, 2: 0.0, 3: 0.6181818181818182, 4: 0.21212121212121213}, 'edge_length_total': 70597.66399999999, 'edge_length_avg': 152.15013793103446, 'street_length_total': 35298.83200000003, 'street_length_avg': 152.1501379310346, 'street_segments_count': 232, 'node_density_km': 27.48322932281703, 'intersection_density_km': 22.81940858924808, 'edge_density_km': 11759.10175374051, 'street_density_km': 5879.55087687026, 'circuity_avg': 1.0773673338703418, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773673338703418\n", - "843\n", - "12009418.111405568\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 511, 'm': 1323, 'k_avg': 5.178082191780822, 'intersection_count': 390, 'streets_per_node_avg': 2.63600782778865, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 337, 4: 50, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23679060665362034, 2: 0.0, 3: 0.6594911937377691, 4: 0.09784735812133072, 5: 0.005870841487279843}, 'edge_length_total': 162805.01899999994, 'edge_length_avg': 123.05745956160237, 'street_length_total': 81695.86400000003, 'street_length_avg': 123.0359397590362, 'street_segments_count': 664, 'node_density_km': 42.549938328376946, 'intersection_density_km': 32.47451261852643, 'edge_density_km': 13556.44524070496, 'street_density_km': 6802.649657306206, 'circuity_avg': 1.0391898559779524, 'self_loop_proportion': 0.0015117157974300832, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391898559779524\n", - "844\n", - "6004749.918227566\n", - "{'n': 114, 'm': 298, 'k_avg': 5.228070175438597, 'intersection_count': 97, 'streets_per_node_avg': 2.824561403508772, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 83, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14912280701754385, 2: 0.0, 3: 0.7280701754385965, 4: 0.12280701754385964}, 'edge_length_total': 54881.429999999986, 'edge_length_avg': 184.16587248322142, 'street_length_total': 27440.71499999999, 'street_length_avg': 184.1658724832214, 'street_segments_count': 149, 'node_density_km': 18.98497049043628, 'intersection_density_km': 16.153878399757183, 'edge_density_km': 9139.669552832842, 'street_density_km': 4569.83477641642, 'circuity_avg': 1.0824660837918394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0824660837918394\n", - "845\n", - "30030902.955830876\n", - "{'n': 1598, 'm': 3877, 'k_avg': 4.852315394242804, 'intersection_count': 1172, 'streets_per_node_avg': 2.583229036295369, 'streets_per_node_counts': {0: 0, 1: 426, 2: 3, 3: 986, 4: 178, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2665832290362954, 2: 0.0018773466833541927, 3: 0.6170212765957447, 4: 0.1113892365456821, 5: 0.0025031289111389237, 6: 0.0006257822277847309}, 'edge_length_total': 407321.17200000165, 'edge_length_avg': 105.06091617229859, 'street_length_total': 205192.0699999999, 'street_length_avg': 103.47557740796768, 'street_segments_count': 1983, 'node_density_km': 53.21185321501392, 'intersection_density_km': 39.02646556195013, 'edge_density_km': 13563.40076084576, 'street_density_km': 6832.697315222062, 'circuity_avg': 1.051524131298054, 'self_loop_proportion': 0.0015475883415011606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051524131298054\n", - "846\n", - "24018091.05038027\n", - "error with entry 846\n", - "847\n", - "20012450.414409716\n", - "{'n': 8715, 'm': 19036, 'k_avg': 4.368559954102123, 'intersection_count': 5004, 'streets_per_node_avg': 2.2185886402753874, 'streets_per_node_counts': {0: 0, 1: 3711, 2: 2, 3: 4398, 4: 595, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4258175559380379, 2: 0.00022948938611589215, 3: 0.5046471600688468, 4: 0.06827309236947791, 5: 0.0009179575444635686, 6: 0.00011474469305794607}, 'edge_length_total': 614918.6499999982, 'edge_length_avg': 32.30293391468786, 'street_length_total': 309662.09199999884, 'street_length_avg': 32.280005420619084, 'street_segments_count': 9593, 'node_density_km': 435.4789053580801, 'intersection_density_km': 250.04434221593033, 'edge_density_km': 30726.80442756943, 'street_density_km': 15473.472043035294, 'circuity_avg': 1.0596899520621095, 'self_loop_proportion': 0.0024164740491699937, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596899520621095\n", - "848\n", - "14005364.132282257\n", - "{'n': 642, 'm': 1599, 'k_avg': 4.981308411214953, 'intersection_count': 498, 'streets_per_node_avg': 2.6651090342679127, 'streets_per_node_counts': {0: 0, 1: 144, 2: 2, 3: 424, 4: 69, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22429906542056074, 2: 0.003115264797507788, 3: 0.660436137071651, 4: 0.10747663551401869, 5: 0.004672897196261682}, 'edge_length_total': 168767.78000000003, 'edge_length_avg': 105.54582864290182, 'street_length_total': 85640.2139999999, 'street_length_avg': 104.56680586080574, 'street_segments_count': 819, 'node_density_km': 45.83957931662733, 'intersection_density_km': 35.55780451663615, 'edge_density_km': 12050.224357322606, 'street_density_km': 6114.8152372989625, 'circuity_avg': 1.068581582562532, 'self_loop_proportion': 0.0012507817385866166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068581582562532\n", - "849\n", - "15009236.126408795\n", - "{'n': 685, 'm': 1744, 'k_avg': 5.091970802919708, 'intersection_count': 506, 'streets_per_node_avg': 2.6043795620437957, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 421, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2613138686131387, 2: 0.0, 3: 0.6145985401459854, 4: 0.12116788321167883, 5: 0.00291970802919708}, 'edge_length_total': 199681.0259999999, 'edge_length_avg': 114.49600114678893, 'street_length_total': 99969.70699999986, 'street_length_avg': 114.51283734249698, 'street_segments_count': 873, 'node_density_km': 45.638565096243674, 'intersection_density_km': 33.71257509299168, 'edge_density_km': 13303.876647570396, 'street_density_km': 6660.545957039271, 'circuity_avg': 1.0794312569718048, 'self_loop_proportion': 0.0017201834862385322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794312569718048\n", - "850\n", - "7003422.580045751\n", - "{'n': 339, 'm': 828, 'k_avg': 4.884955752212389, 'intersection_count': 248, 'streets_per_node_avg': 2.5870206489675516, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 207, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26843657817109146, 2: 0.0, 3: 0.6106194690265486, 4: 0.11799410029498525, 5: 0.0029498525073746312}, 'edge_length_total': 79343.47100000002, 'edge_length_avg': 95.82544806763288, 'street_length_total': 40194.104000000014, 'street_length_avg': 93.69255011655015, 'street_segments_count': 429, 'node_density_km': 48.40490433432983, 'intersection_density_km': 35.4112574481233, 'edge_density_km': 11329.242251648006, 'street_density_km': 5739.208728389689, 'circuity_avg': 1.056466738515706, 'self_loop_proportion': 0.007246376811594203, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056466738515706\n", - "851\n", - "16006302.203198459\n", - "{'n': 949, 'm': 2570, 'k_avg': 5.4162276080084295, 'intersection_count': 795, 'streets_per_node_avg': 2.80927291886196, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 672, 4: 120, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16227608008429925, 2: 0.0, 3: 0.708113804004215, 4: 0.12644889357218125, 5: 0.002107481559536354, 6: 0.001053740779768177}, 'edge_length_total': 287805.54399999994, 'edge_length_avg': 111.98659299610893, 'street_length_total': 144225.08899999995, 'street_length_avg': 111.11331972265019, 'street_segments_count': 1298, 'node_density_km': 59.28914673436355, 'intersection_density_km': 49.6679364107682, 'edge_density_km': 17980.76409818685, 'street_density_km': 9010.51892992375, 'circuity_avg': 1.0791821772269843, 'self_loop_proportion': 0.0023346303501945525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0791821772269843\n", - "852\n", - "27011949.93481756\n", - "{'n': 1033, 'm': 2696, 'k_avg': 5.219748305905131, 'intersection_count': 824, 'streets_per_node_avg': 2.6582768635043563, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 760, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20232333010648595, 2: 0.0, 3: 0.7357212003872217, 4: 0.06098741529525654, 5: 0.000968054211035818}, 'edge_length_total': 363578.89499999915, 'edge_length_avg': 134.8586405786347, 'street_length_total': 181932.16200000033, 'street_length_avg': 134.8644640474428, 'street_segments_count': 1349, 'node_density_km': 38.24233357801745, 'intersection_density_km': 30.505017297469877, 'edge_density_km': 13459.927768167425, 'street_density_km': 6735.247267932163, 'circuity_avg': 1.0946442338704419, 'self_loop_proportion': 0.00370919881305638, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0946442338704419\n", - "853\n", - "42046685.942926\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2625, 'm': 6431, 'k_avg': 4.899809523809524, 'intersection_count': 1880, 'streets_per_node_avg': 2.5474285714285716, 'streets_per_node_counts': {0: 0, 1: 745, 2: 5, 3: 1572, 4: 299, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2838095238095238, 2: 0.0019047619047619048, 3: 0.5988571428571429, 4: 0.11390476190476191, 5: 0.0015238095238095239}, 'edge_length_total': 616026.9980000029, 'edge_length_avg': 95.79023448919342, 'street_length_total': 312229.17999999906, 'street_length_avg': 94.8448298906437, 'street_segments_count': 3292, 'node_density_km': 62.43060400915222, 'intersection_density_km': 44.71220401417378, 'edge_density_km': 14651.023836603805, 'street_density_km': 7425.773827307525, 'circuity_avg': 1.0434606735015994, 'self_loop_proportion': 0.0015549681231534754, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434606735015994\n", - "854\n", - "11004652.544323806\n", - "{'n': 458, 'm': 1216, 'k_avg': 5.310043668122271, 'intersection_count': 365, 'streets_per_node_avg': 2.7314410480349345, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 306, 4: 56, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20305676855895197, 2: 0.0, 3: 0.6681222707423581, 4: 0.1222707423580786, 5: 0.004366812227074236, 6: 0.002183406113537118}, 'edge_length_total': 170404.77400000033, 'edge_length_avg': 140.1355049342108, 'street_length_total': 85202.38700000005, 'street_length_avg': 140.13550493421062, 'street_segments_count': 608, 'node_density_km': 41.61876062468107, 'intersection_density_km': 33.16778958080479, 'edge_density_km': 15484.793664648232, 'street_density_km': 7742.396832324106, 'circuity_avg': 1.0562257973722746, 'self_loop_proportion': 0.003289473684210526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562257973722746\n", - "855\n", - "11010898.18202931\n", - "{'n': 317, 'm': 710, 'k_avg': 4.479495268138801, 'intersection_count': 223, 'streets_per_node_avg': 2.504731861198738, 'streets_per_node_counts': {0: 0, 1: 94, 2: 1, 3: 191, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29652996845425866, 2: 0.0031545741324921135, 3: 0.6025236593059937, 4: 0.0946372239747634, 5: 0.0031545741324921135}, 'edge_length_total': 103535.65799999985, 'edge_length_avg': 145.824870422535, 'street_length_total': 55364.45900000006, 'street_length_avg': 147.6385573333335, 'street_segments_count': 375, 'node_density_km': 28.7896586417782, 'intersection_density_km': 20.252662072922835, 'edge_density_km': 9403.016564895546, 'street_density_km': 5028.151026803554, 'circuity_avg': 1.0535675939914069, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535675939914069\n", - "856\n", - "11013922.508640653\n", - "{'n': 653, 'm': 1778, 'k_avg': 5.445635528330781, 'intersection_count': 536, 'streets_per_node_avg': 2.8131699846860645, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 426, 4: 108, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17917304747320062, 2: 0.0, 3: 0.6523736600306279, 4: 0.16539050535987748, 5: 0.0030627871362940277}, 'edge_length_total': 150375.95700000008, 'edge_length_avg': 84.57590382452199, 'street_length_total': 75892.84899999997, 'street_length_avg': 84.32538777777775, 'street_segments_count': 900, 'node_density_km': 59.288595819310316, 'intersection_density_km': 48.665677425957625, 'edge_density_km': 13653.260850712088, 'street_density_km': 6890.628560393488, 'circuity_avg': 1.061806876179421, 'self_loop_proportion': 0.0022497187851518562, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061806876179421\n", - "857\n", - "31032682.13592347\n", - "{'n': 1326, 'm': 3633, 'k_avg': 5.479638009049774, 'intersection_count': 1089, 'streets_per_node_avg': 2.7986425339366514, 'streets_per_node_counts': {0: 0, 1: 237, 2: 1, 3: 895, 4: 180, 5: 11, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17873303167420815, 2: 0.0007541478129713424, 3: 0.6749622926093515, 4: 0.13574660633484162, 5: 0.008295625942684766, 6: 0.0015082956259426848}, 'edge_length_total': 294321.386, 'edge_length_avg': 81.01331846958436, 'street_length_total': 149057.08200000005, 'street_length_avg': 81.31864811783963, 'street_segments_count': 1833, 'node_density_km': 42.72914581447089, 'intersection_density_km': 35.09203604220121, 'edge_density_km': 9484.239380626826, 'street_density_km': 4803.229103663308, 'circuity_avg': 1.0670934126089175, 'self_loop_proportion': 0.0013762730525736307, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670934126089175\n", - "858\n", - "10007007.766033702\n", - "{'n': 776, 'm': 2084, 'k_avg': 5.371134020618556, 'intersection_count': 622, 'streets_per_node_avg': 2.797680412371134, 'streets_per_node_counts': {0: 0, 1: 154, 2: 3, 3: 465, 4: 154}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19845360824742267, 2: 0.003865979381443299, 3: 0.5992268041237113, 4: 0.19845360824742267}, 'edge_length_total': 172529.56400000013, 'edge_length_avg': 82.78769865643001, 'street_length_total': 87284.80500000007, 'street_length_avg': 82.34415566037742, 'street_segments_count': 1060, 'node_density_km': 77.54565781730868, 'intersection_density_km': 62.15644221954381, 'edge_density_km': 17240.87439859983, 'street_density_km': 8722.368068531596, 'circuity_avg': 1.0554651135106219, 'self_loop_proportion': 0.0028790786948176585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554651135106219\n", - "859\n", - "11015689.637633111\n", - "{'n': 709, 'm': 1907, 'k_avg': 5.379407616361072, 'intersection_count': 598, 'streets_per_node_avg': 2.8420310296191817, 'streets_per_node_counts': {0: 0, 1: 111, 2: 15, 3: 462, 4: 118, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15655853314527504, 2: 0.021156558533145273, 3: 0.6516220028208745, 4: 0.16643159379407615, 5: 0.0028208744710860366, 6: 0.0014104372355430183}, 'edge_length_total': 192163.28099999973, 'edge_length_avg': 100.76732092291543, 'street_length_total': 98633.08300000003, 'street_length_avg': 99.93220162107399, 'street_segments_count': 987, 'node_density_km': 64.36274289880406, 'intersection_density_km': 54.28620628136083, 'edge_density_km': 17444.50754526604, 'street_density_km': 8953.872725592953, 'circuity_avg': 1.0799380986493998, 'self_loop_proportion': 0.0068169900367068695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0799380986493998\n", - "860\n", - "20014617.982464492\n", - "error with entry 860\n", - "861\n", - "9005195.568201026\n", - "{'n': 509, 'm': 1280, 'k_avg': 5.029469548133595, 'intersection_count': 385, 'streets_per_node_avg': 2.612966601178782, 'streets_per_node_counts': {0: 0, 1: 124, 2: 1, 3: 333, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24361493123772102, 2: 0.0019646365422396855, 3: 0.6542239685658153, 4: 0.09823182711198428, 5: 0.0019646365422396855}, 'edge_length_total': 114977.05399999996, 'edge_length_avg': 89.82582343749996, 'street_length_total': 57597.32100000004, 'street_length_avg': 89.57592690513225, 'street_segments_count': 643, 'node_density_km': 56.52292569829033, 'intersection_density_km': 42.75309704094652, 'edge_density_km': 12767.85752504973, 'street_density_km': 6396.010010419606, 'circuity_avg': 1.0843676596605023, 'self_loop_proportion': 0.003125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843676596605023\n", - "862\n", - "33047786.785407152\n", - "{'n': 2078, 'm': 5768, 'k_avg': 5.5514918190567855, 'intersection_count': 1738, 'streets_per_node_avg': 2.8575553416746873, 'streets_per_node_counts': {0: 0, 1: 340, 2: 0, 3: 1361, 4: 370, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16361886429258904, 2: 0.0, 3: 0.6549566891241578, 4: 0.17805582290664101, 5: 0.003368623676612127}, 'edge_length_total': 598847.6920000012, 'edge_length_avg': 103.82241539528454, 'street_length_total': 300763.24100000004, 'street_length_avg': 102.82503965811968, 'street_segments_count': 2925, 'node_density_km': 62.87864338672078, 'intersection_density_km': 52.59051116752681, 'edge_density_km': 18120.65951310341, 'street_density_km': 9100.858794356767, 'circuity_avg': 1.0783537155275962, 'self_loop_proportion': 0.0034674063800277394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0783537155275962\n", - "863\n", - "90087931.05680177\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3318, 'm': 8524, 'k_avg': 5.138034960819771, 'intersection_count': 2653, 'streets_per_node_avg': 2.7459312839059673, 'streets_per_node_counts': {0: 0, 1: 665, 2: 1, 3: 2169, 4: 478, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20042194092827004, 2: 0.0003013863773357444, 3: 0.6537070524412296, 4: 0.14406268836648584, 5: 0.0015069318866787222}, 'edge_length_total': 985827.9439999999, 'edge_length_avg': 115.6532078836227, 'street_length_total': 523351.13400000124, 'street_length_avg': 115.657709171271, 'street_segments_count': 4525, 'node_density_km': 36.83068265723576, 'intersection_density_km': 29.449005753359398, 'edge_density_km': 10942.952429204095, 'street_density_km': 5809.336809722277, 'circuity_avg': 1.0880950441377768, 'self_loop_proportion': 0.002346316283435007, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0880950441377768\n", - "864\n", - "38051060.43468942\n", - "{'n': 4925, 'm': 13052, 'k_avg': 5.300304568527919, 'intersection_count': 4129, 'streets_per_node_avg': 2.8511675126903553, 'streets_per_node_counts': {0: 0, 1: 796, 2: 15, 3: 3276, 4: 807, 5: 26, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1616243654822335, 2: 0.003045685279187817, 3: 0.6651776649746193, 4: 0.16385786802030458, 5: 0.005279187817258883, 6: 0.0010152284263959391}, 'edge_length_total': 806688.8140000064, 'edge_length_avg': 61.80576264174122, 'street_length_total': 417392.2339999991, 'street_length_avg': 60.07372394933781, 'street_segments_count': 6948, 'node_density_km': 129.43134682023478, 'intersection_density_km': 108.51208751690343, 'edge_density_km': 21200.16642859669, 'street_density_km': 10969.266801812484, 'circuity_avg': 1.06891720921548, 'self_loop_proportion': 0.003371130861170702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06891720921548\n", - "865\n", - "17013380.66109809\n", - "{'n': 451, 'm': 1143, 'k_avg': 5.068736141906873, 'intersection_count': 351, 'streets_per_node_avg': 2.6430155210643016, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 312, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22172949002217296, 2: 0.0, 3: 0.6917960088691796, 4: 0.08647450110864745}, 'edge_length_total': 177268.3559999997, 'edge_length_avg': 155.09042519685013, 'street_length_total': 88793.89499999997, 'street_length_avg': 155.23408216783213, 'street_segments_count': 572, 'node_density_km': 26.50854694806383, 'intersection_density_km': 20.63082035204081, 'edge_density_km': 10419.349306944756, 'street_density_km': 5219.062382059756, 'circuity_avg': 1.0368638534767627, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368638534767627\n", - "866\n", - "19007538.733084515\n", - "{'n': 2247, 'm': 5386, 'k_avg': 4.793947485536271, 'intersection_count': 1550, 'streets_per_node_avg': 2.5064530485091234, 'streets_per_node_counts': {0: 0, 1: 697, 2: 1, 3: 1267, 4: 278, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31019136626613264, 2: 0.0004450378282153983, 3: 0.5638629283489096, 4: 0.12372051624388072, 5: 0.0017801513128615932}, 'edge_length_total': 377622.65600000095, 'edge_length_avg': 70.11189305607147, 'street_length_total': 195517.68200000026, 'street_length_avg': 70.58400072202176, 'street_segments_count': 2770, 'node_density_km': 118.21625259081401, 'intersection_density_km': 81.54659168480717, 'edge_density_km': 19866.993896622243, 'street_density_km': 10286.322955621932, 'circuity_avg': 1.0541418635010453, 'self_loop_proportion': 0.0014853323431117712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0541418635010453\n", - "867\n", - "19007977.73472926\n", - "{'n': 1819, 'm': 4483, 'k_avg': 4.929081913139087, 'intersection_count': 1343, 'streets_per_node_avg': 2.65695437053326, 'streets_per_node_counts': {0: 0, 1: 476, 2: 10, 3: 997, 4: 334, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2616822429906542, 2: 0.005497526113249038, 3: 0.5481033534909291, 4: 0.18361737218251786, 5: 0.0010995052226498076}, 'edge_length_total': 298366.0309999992, 'edge_length_avg': 66.55499241579282, 'street_length_total': 156434.67099999994, 'street_length_avg': 65.61857005033555, 'street_segments_count': 2384, 'node_density_km': 95.69666091709092, 'intersection_density_km': 70.6545440415905, 'edge_density_km': 15696.884495758748, 'street_density_km': 8229.948139837094, 'circuity_avg': 1.055239243001425, 'self_loop_proportion': 0.0026767789426723177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055239243001425\n", - "868\n", - "17013266.158763297\n", - "{'n': 1801, 'm': 4711, 'k_avg': 5.231538034425319, 'intersection_count': 1425, 'streets_per_node_avg': 2.707384786229872, 'streets_per_node_counts': {0: 0, 1: 376, 2: 2, 3: 1204, 4: 212, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2087729039422543, 2: 0.001110494169905608, 3: 0.668517490283176, 4: 0.11771238200999445, 5: 0.003331482509716824, 6: 0.000555247084952804}, 'edge_length_total': 383889.7680000006, 'edge_length_avg': 81.48795754616867, 'street_length_total': 193949.66499999995, 'street_length_avg': 80.5773431657665, 'street_segments_count': 2407, 'node_density_km': 105.85856843674487, 'intersection_density_km': 83.75816769703577, 'edge_density_km': 22564.14285285629, 'street_density_km': 11399.907765511512, 'circuity_avg': 1.0658637491418181, 'self_loop_proportion': 0.0063680747187433665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658637491418181\n", - "869\n", - "24016286.272401422\n", - "{'n': 1420, 'm': 3843, 'k_avg': 5.412676056338028, 'intersection_count': 1180, 'streets_per_node_avg': 2.807042253521127, 'streets_per_node_counts': {0: 0, 1: 240, 2: 0, 3: 979, 4: 196, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16901408450704225, 2: 0.0, 3: 0.6894366197183098, 4: 0.13802816901408452, 5: 0.0035211267605633804}, 'edge_length_total': 416126.1619999988, 'edge_length_avg': 108.28159302628123, 'street_length_total': 210101.98199999979, 'street_length_avg': 107.74460615384605, 'street_segments_count': 1950, 'node_density_km': 59.126543708458726, 'intersection_density_km': 49.13332505350795, 'edge_density_km': 17326.832187131058, 'street_density_km': 8748.31269151887, 'circuity_avg': 1.0645071229048317, 'self_loop_proportion': 0.0020817069997397866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645071229048317\n", - "870\n", - "11010882.761234183\n", - "{'n': 758, 'm': 1870, 'k_avg': 4.934036939313984, 'intersection_count': 557, 'streets_per_node_avg': 2.555408970976253, 'streets_per_node_counts': {0: 0, 1: 201, 2: 0, 3: 492, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26517150395778366, 2: 0.0, 3: 0.6490765171503958, 4: 0.08575197889182058}, 'edge_length_total': 184103.35200000068, 'edge_length_avg': 98.45099037433192, 'street_length_total': 92051.6760000002, 'street_length_avg': 98.45099037433177, 'street_segments_count': 935, 'node_density_km': 68.84098363744975, 'intersection_density_km': 50.58631647237403, 'edge_density_km': 16720.126441466622, 'street_density_km': 8360.063220733298, 'circuity_avg': 1.0655051491288074, 'self_loop_proportion': 0.0010695187165775401, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655051491288074\n", - "871\n", - "6002834.921197842\n", - "{'n': 165, 'm': 436, 'k_avg': 5.284848484848485, 'intersection_count': 138, 'streets_per_node_avg': 2.812121212121212, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 116, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16363636363636364, 2: 0.0, 3: 0.703030303030303, 4: 0.12727272727272726, 5: 0.006060606060606061}, 'edge_length_total': 70679.12599999993, 'edge_length_avg': 162.10808715596315, 'street_length_total': 35339.56299999998, 'street_length_avg': 162.1080871559632, 'street_segments_count': 218, 'node_density_km': 27.487012747482805, 'intersection_density_km': 22.989137934258345, 'edge_density_km': 11774.291135411766, 'street_density_km': 5887.145567705886, 'circuity_avg': 1.0447477483761953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447477483761953\n", - "872\n", - "12017490.72636967\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 552, 'm': 1436, 'k_avg': 5.202898550724638, 'intersection_count': 443, 'streets_per_node_avg': 2.6902173913043477, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 398, 4: 43, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19746376811594202, 2: 0.0, 3: 0.7210144927536232, 4: 0.07789855072463768, 5: 0.0036231884057971015}, 'edge_length_total': 166838.46500000017, 'edge_length_avg': 116.182775069638, 'street_length_total': 83710.63000000003, 'street_length_avg': 115.3038980716254, 'street_segments_count': 726, 'node_density_km': 45.933049799552634, 'intersection_density_km': 36.86293670507576, 'edge_density_km': 13882.970147329579, 'street_density_km': 6965.732856054215, 'circuity_avg': 1.052737365249087, 'self_loop_proportion': 0.004178272980501393, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052737365249087\n", - "873\n", - "8004932.405941462\n", - "{'n': 161, 'm': 361, 'k_avg': 4.484472049689441, 'intersection_count': 118, 'streets_per_node_avg': 2.5217391304347827, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 109, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2670807453416149, 2: 0.0, 3: 0.6770186335403726, 4: 0.055900621118012424}, 'edge_length_total': 62732.93000000002, 'edge_length_avg': 173.77542936288094, 'street_length_total': 31819.56, 'street_length_avg': 164.8681865284974, 'street_segments_count': 193, 'node_density_km': 20.112599561802888, 'intersection_density_km': 14.740911480079136, 'edge_density_km': 7836.784474711874, 'street_density_km': 3974.9942143649737, 'circuity_avg': 1.1109943836232932, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1109943836232932\n", - "874\n", - "7009445.838400713\n", - "{'n': 159, 'm': 410, 'k_avg': 5.1572327044025155, 'intersection_count': 140, 'streets_per_node_avg': 2.893081761006289, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 121, 4: 17, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11949685534591195, 2: 0.0, 3: 0.7610062893081762, 4: 0.1069182389937107, 5: 0.012578616352201259}, 'edge_length_total': 73078.82300000002, 'edge_length_avg': 178.24103170731712, 'street_length_total': 37591.38000000003, 'street_length_avg': 178.15819905213283, 'street_segments_count': 211, 'node_density_km': 22.68367623713285, 'intersection_density_km': 19.973048259110687, 'edge_density_km': 10425.763274985773, 'street_density_km': 5362.960334761206, 'circuity_avg': 1.038728142807186, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038728142807186\n", - "875\n", - "19011917.340062357\n", - "{'n': 1747, 'm': 4700, 'k_avg': 5.3806525472238125, 'intersection_count': 1416, 'streets_per_node_avg': 2.8454493417286777, 'streets_per_node_counts': {0: 0, 1: 331, 2: 5, 3: 1027, 4: 372, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18946765884373212, 2: 0.0028620492272467086, 3: 0.587864911276474, 4: 0.21293646250715512, 5: 0.006296508299942759, 6: 0.0005724098454493417}, 'edge_length_total': 337232.9520000002, 'edge_length_avg': 71.75169191489367, 'street_length_total': 171672.63100000002, 'street_length_avg': 70.35763565573771, 'street_segments_count': 2440, 'node_density_km': 91.88973256888093, 'intersection_density_km': 74.47960006727841, 'edge_density_km': 17737.976973494147, 'street_density_km': 9029.737923289169, 'circuity_avg': 1.0576745483516796, 'self_loop_proportion': 0.0014893617021276596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576745483516796\n", - "876\n", - "45025094.19437235\n", - "{'n': 10190, 'm': 23648, 'k_avg': 4.641413150147203, 'intersection_count': 6473, 'streets_per_node_avg': 2.392443572129539, 'streets_per_node_counts': {0: 0, 1: 3717, 2: 13, 3: 5218, 4: 1229, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3647693817468106, 2: 0.0012757605495583907, 3: 0.5120706575073601, 4: 0.12060843964671246, 5: 0.0011776251226692837, 6: 9.813542688910697e-05}, 'edge_length_total': 1072906.0209999995, 'edge_length_avg': 45.36984188937752, 'street_length_total': 549725.4580000006, 'street_length_avg': 45.5560999419906, 'street_segments_count': 12067, 'node_density_km': 226.3182383585916, 'intersection_density_km': 143.7642744745008, 'edge_density_km': 23829.067772035913, 'street_density_km': 12209.312780709524, 'circuity_avg': 1.051891533799633, 'self_loop_proportion': 0.003086941813261164, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051891533799633\n", - "877\n", - "10014823.503264299\n", - "{'n': 358, 'm': 963, 'k_avg': 5.379888268156424, 'intersection_count': 306, 'streets_per_node_avg': 2.8324022346368714, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 263, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1452513966480447, 2: 0.0, 3: 0.7346368715083799, 4: 0.11731843575418995, 5: 0.002793296089385475}, 'edge_length_total': 130183.46599999993, 'edge_length_avg': 135.18532294911728, 'street_length_total': 65223.85299999996, 'street_length_avg': 134.76002685950405, 'street_segments_count': 484, 'node_density_km': 35.747010407453615, 'intersection_density_km': 30.55470721977879, 'edge_density_km': 12999.077413353021, 'street_density_km': 6512.731150852579, 'circuity_avg': 1.0489694741026527, 'self_loop_proportion': 0.0020768431983385254, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489694741026527\n", - "878\n", - "60023867.21745276\n", - "{'n': 8441, 'm': 21404, 'k_avg': 5.071437033526833, 'intersection_count': 6349, 'streets_per_node_avg': 2.669115033763772, 'streets_per_node_counts': {0: 0, 1: 2092, 2: 18, 3: 4946, 4: 1365, 5: 16, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24783793389408837, 2: 0.0021324487619950243, 3: 0.5859495320459661, 4: 0.1617106977846227, 5: 0.0018955100106622439, 6: 0.00047387750266556097}, 'edge_length_total': 1380067.3240000033, 'edge_length_avg': 64.47707549990672, 'street_length_total': 708933.3720000024, 'street_length_avg': 63.47899104584549, 'street_segments_count': 11168, 'node_density_km': 140.62739359028944, 'intersection_density_km': 105.77459091396135, 'edge_density_km': 22991.976158422694, 'street_density_km': 11810.857994732309, 'circuity_avg': 1.061172749458634, 'self_loop_proportion': 0.002008970285927864, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061172749458634\n", - "879\n", - "13011098.28071713\n", - "{'n': 322, 'm': 808, 'k_avg': 5.0186335403726705, 'intersection_count': 252, 'streets_per_node_avg': 2.639751552795031, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 228, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.7080745341614907, 4: 0.07453416149068323}, 'edge_length_total': 142420.91199999998, 'edge_length_avg': 176.26350495049502, 'street_length_total': 71210.456, 'street_length_avg': 176.26350495049508, 'street_segments_count': 404, 'node_density_km': 24.7481029696943, 'intersection_density_km': 19.36808058497815, 'edge_density_km': 10946.10992302413, 'street_density_km': 5473.054961512066, 'circuity_avg': 1.0642932314339464, 'self_loop_proportion': 0.0024752475247524753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642932314339464\n", - "880\n", - "11005470.225455184\n", - "{'n': 1259, 'm': 2826, 'k_avg': 4.489277204130262, 'intersection_count': 812, 'streets_per_node_avg': 2.397934868943606, 'streets_per_node_counts': {0: 0, 1: 447, 2: 2, 3: 673, 4: 136, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3550436854646545, 2: 0.0015885623510722795, 3: 0.534551231135822, 4: 0.10802223987291501, 5: 0.0007942811755361397}, 'edge_length_total': 179570.1879999997, 'edge_length_avg': 63.54217551309261, 'street_length_total': 89884.07800000002, 'street_length_avg': 63.56724045261671, 'street_segments_count': 1414, 'node_density_km': 114.39765627532994, 'intersection_density_km': 73.78149078281804, 'edge_density_km': 16316.448486195664, 'street_density_km': 8167.21831586096, 'circuity_avg': 1.0225324928942587, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0225324928942587\n", - "881\n", - "24011407.31611345\n", - "{'n': 2396, 'm': 6095, 'k_avg': 5.087646076794658, 'intersection_count': 1824, 'streets_per_node_avg': 2.703255425709516, 'streets_per_node_counts': {0: 0, 1: 572, 2: 1, 3: 1391, 4: 430, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2387312186978297, 2: 0.00041736227045075126, 3: 0.580550918196995, 4: 0.17946577629382304, 5: 0.0008347245409015025}, 'edge_length_total': 460068.9129999989, 'edge_length_avg': 75.48300459392927, 'street_length_total': 235480.81800000035, 'street_length_avg': 74.07386536646756, 'street_segments_count': 3179, 'node_density_km': 99.78590461010192, 'intersection_density_km': 75.9638939936669, 'edge_density_km': 19160.430996114846, 'street_density_km': 9807.0394167182, 'circuity_avg': 1.079316499964791, 'self_loop_proportion': 0.004101722723543888, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079316499964791\n", - "882\n", - "7001623.687796349\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 381, 'm': 913, 'k_avg': 4.792650918635171, 'intersection_count': 277, 'streets_per_node_avg': 2.5013123359580054, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 261, 4: 15, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27296587926509186, 2: 0.0, 3: 0.6850393700787402, 4: 0.03937007874015748, 5: 0.0, 6: 0.0026246719160104987}, 'edge_length_total': 91993.8190000002, 'edge_length_avg': 100.75993318729486, 'street_length_total': 46079.99000000005, 'street_length_avg': 100.83148796498917, 'street_segments_count': 457, 'node_density_km': 54.41594935530072, 'intersection_density_km': 39.56225189348635, 'edge_density_km': 13138.926497912631, 'street_density_km': 6581.329139456079, 'circuity_avg': 1.0765080491962036, 'self_loop_proportion': 0.002190580503833516, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765080491962036\n", - "883\n", - "26010599.746998902\n", - "{'n': 1913, 'm': 5161, 'k_avg': 5.395713538944067, 'intersection_count': 1572, 'streets_per_node_avg': 2.8003136434918976, 'streets_per_node_counts': {0: 0, 1: 341, 2: 1, 3: 1276, 4: 289, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17825405122843702, 2: 0.0005227391531625719, 3: 0.6670151594354418, 4: 0.15107161526398327, 5: 0.0031364349189754314}, 'edge_length_total': 501598.1019999995, 'edge_length_avg': 97.19009920558021, 'street_length_total': 253921.69700000013, 'street_length_avg': 96.47480889057756, 'street_segments_count': 2632, 'node_density_km': 73.54693927119929, 'intersection_density_km': 60.43689939065619, 'edge_density_km': 19284.372789515313, 'street_density_km': 9762.239220543062, 'circuity_avg': 1.0648198415985983, 'self_loop_proportion': 0.0007750435962022863, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648198415985983\n", - "884\n", - "34024519.07029333\n", - "{'n': 3004, 'm': 7542, 'k_avg': 5.021304926764314, 'intersection_count': 2294, 'streets_per_node_avg': 2.6644474034620504, 'streets_per_node_counts': {0: 0, 1: 710, 2: 10, 3: 1875, 4: 397, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23635153129161118, 2: 0.003328894806924101, 3: 0.624167776298269, 4: 0.1321571238348868, 5: 0.0036617842876165113, 6: 0.00033288948069241014}, 'edge_length_total': 562111.725999999, 'edge_length_avg': 74.53085733227248, 'street_length_total': 291363.47999999864, 'street_length_avg': 73.57663636363603, 'street_segments_count': 3960, 'node_density_km': 88.28927144550826, 'intersection_density_km': 67.42196694274166, 'edge_density_km': 16520.783874672794, 'street_density_km': 8563.338673444672, 'circuity_avg': 1.0768997363568058, 'self_loop_proportion': 0.0027844073190135244, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768997363568058\n", - "885\n", - "10006859.058194868\n", - "{'n': 327, 'm': 880, 'k_avg': 5.382262996941896, 'intersection_count': 273, 'streets_per_node_avg': 2.779816513761468, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 237, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1651376146788991, 2: 0.0, 3: 0.7247706422018348, 4: 0.11009174311926606}, 'edge_length_total': 127518.89399999988, 'edge_length_avg': 144.90783409090895, 'street_length_total': 63759.44699999999, 'street_length_avg': 144.90783409090906, 'street_segments_count': 440, 'node_density_km': 32.67758625342199, 'intersection_density_km': 27.281287606067906, 'edge_density_km': 12743.148800079427, 'street_density_km': 6371.574400039719, 'circuity_avg': 1.0771992844055909, 'self_loop_proportion': 0.004545454545454545, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771992844055909\n", - "886\n", - "10003557.598334871\n", - "{'n': 409, 'm': 1090, 'k_avg': 5.330073349633252, 'intersection_count': 344, 'streets_per_node_avg': 2.76039119804401, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 312, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15892420537897312, 2: 0.0, 3: 0.7628361858190709, 4: 0.07823960880195599}, 'edge_length_total': 132749.27999999982, 'edge_length_avg': 121.7883302752292, 'street_length_total': 66374.64, 'street_length_avg': 121.78833027522936, 'street_segments_count': 545, 'node_density_km': 40.88545459748036, 'intersection_density_km': 34.38776621401771, 'edge_density_km': 13270.206993369682, 'street_density_km': 6635.10349668485, 'circuity_avg': 1.0568202039099976, 'self_loop_proportion': 0.001834862385321101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568202039099976\n", - "887\n", - "11009203.673154877\n", - "{'n': 1282, 'm': 3296, 'k_avg': 5.1419656786271455, 'intersection_count': 952, 'streets_per_node_avg': 2.6349453978159127, 'streets_per_node_counts': {0: 0, 1: 330, 2: 0, 3: 761, 4: 190, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2574102964118565, 2: 0.0, 3: 0.593603744149766, 4: 0.1482059282371295, 5: 0.00078003120124805}, 'edge_length_total': 194786.4560000002, 'edge_length_avg': 59.09783252427191, 'street_length_total': 97712.02800000017, 'street_length_avg': 58.86266746987962, 'street_segments_count': 1660, 'node_density_km': 116.44802276899114, 'intersection_density_km': 86.47310271145052, 'edge_density_km': 17693.055899671697, 'street_density_km': 8875.48553927326, 'circuity_avg': 1.0580035947960444, 'self_loop_proportion': 0.0012135922330097086, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580035947960444\n", - "888\n", - "7002529.424572829\n", - "{'n': 646, 'm': 1479, 'k_avg': 4.578947368421052, 'intersection_count': 420, 'streets_per_node_avg': 2.4040247678018574, 'streets_per_node_counts': {0: 0, 1: 226, 2: 0, 3: 355, 4: 64, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3498452012383901, 2: 0.0, 3: 0.5495356037151703, 4: 0.09907120743034056, 5: 0.0, 6: 0.0015479876160990713}, 'edge_length_total': 120687.1480000003, 'edge_length_avg': 81.60050574712665, 'street_length_total': 61046.38000000003, 'street_length_avg': 80.64250990752976, 'street_segments_count': 757, 'node_density_km': 92.25237922358427, 'intersection_density_km': 59.97832704938916, 'edge_density_km': 17234.793412862025, 'street_density_km': 8717.761297193549, 'circuity_avg': 1.0557772035364126, 'self_loop_proportion': 0.0033806626098715348, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557772035364126\n", - "889\n", - "108056481.96084623\n", - "{'n': 30494, 'm': 79031, 'k_avg': 5.183380337115498, 'intersection_count': 23384, 'streets_per_node_avg': 2.730078048140618, 'streets_per_node_counts': {0: 0, 1: 7110, 2: 35, 3: 17483, 4: 5722, 5: 132, 6: 11, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23316062176165803, 2: 0.0011477667737915655, 3: 0.5733259001770841, 4: 0.18764347084672395, 5: 0.004328720404013904, 6: 0.000360726700334492, 7: 0.0, 8: 3.279333639404473e-05}, 'edge_length_total': 3702964.4959999598, 'edge_length_avg': 46.854582328452885, 'street_length_total': 1939095.6549999902, 'street_length_avg': 46.85277152245851, 'street_segments_count': 41387, 'node_density_km': 282.20426434991066, 'intersection_density_km': 216.40534261029418, 'edge_density_km': 34268.786368056215, 'street_density_km': 17945.204395073797, 'circuity_avg': 1.0550716901543258, 'self_loop_proportion': 0.0021510546494413587, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550716901543258\n", - "890\n", - "8011775.903896578\n", - "{'n': 278, 'm': 702, 'k_avg': 5.0503597122302155, 'intersection_count': 213, 'streets_per_node_avg': 2.647482014388489, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 181, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23381294964028776, 2: 0.0, 3: 0.6510791366906474, 4: 0.11510791366906475}, 'edge_length_total': 84640.59, 'edge_length_avg': 120.57064102564102, 'street_length_total': 42320.29499999998, 'street_length_avg': 120.57064102564095, 'street_segments_count': 351, 'node_density_km': 34.69892360129456, 'intersection_density_km': 26.585865924732882, 'edge_density_km': 10564.522899203224, 'street_density_km': 5282.2614496016095, 'circuity_avg': 1.0850262662512276, 'self_loop_proportion': 0.005698005698005698, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0850262662512276\n", - "891\n", - "29011564.342254806\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2527, 'm': 6797, 'k_avg': 5.379501385041551, 'intersection_count': 1983, 'streets_per_node_avg': 2.736446379105659, 'streets_per_node_counts': {0: 0, 1: 544, 2: 0, 3: 1567, 4: 410, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2152750296794618, 2: 0.0, 3: 0.6201028888009498, 4: 0.16224772457459438, 5: 0.002374356944994064}, 'edge_length_total': 586593.5790000018, 'edge_length_avg': 86.30183595704013, 'street_length_total': 294131.8349999998, 'street_length_avg': 86.15460896309308, 'street_segments_count': 3414, 'node_density_km': 87.10319685586451, 'intersection_density_km': 68.35205356754227, 'edge_density_km': 20219.30193352721, 'street_density_km': 10138.434161290717, 'circuity_avg': 1.0656152621673858, 'self_loop_proportion': 0.003089598352214212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656152621673858\n", - "892\n", - "99076244.27138138\n", - "error with entry 892\n", - "893\n", - "12005274.599123271\n", - "{'n': 583, 'm': 1248, 'k_avg': 4.281303602058319, 'intersection_count': 359, 'streets_per_node_avg': 2.2590051457975986, 'streets_per_node_counts': {0: 0, 1: 224, 2: 0, 3: 343, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38421955403087477, 2: 0.0, 3: 0.5883361921097771, 4: 0.0274442538593482}, 'edge_length_total': 147958.1699999998, 'edge_length_avg': 118.5562259615383, 'street_length_total': 74269.53600000005, 'street_length_avg': 118.64143130990423, 'street_segments_count': 626, 'node_density_km': 48.561987915093226, 'intersection_density_km': 29.903522575503377, 'edge_density_km': 12324.430297563122, 'street_density_km': 6186.408764479561, 'circuity_avg': 1.0549314805517624, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549314805517624\n", - "894\n", - "16006512.548885409\n", - "{'n': 682, 'm': 1595, 'k_avg': 4.67741935483871, 'intersection_count': 484, 'streets_per_node_avg': 2.4868035190615836, 'streets_per_node_counts': {0: 0, 1: 198, 2: 1, 3: 438, 4: 44, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.001466275659824047, 3: 0.6422287390029325, 4: 0.06451612903225806, 5: 0.0, 6: 0.001466275659824047}, 'edge_length_total': 200775.0949999999, 'edge_length_avg': 125.87780250783693, 'street_length_total': 101977.08700000012, 'street_length_avg': 124.36230121951233, 'street_segments_count': 820, 'node_density_km': 42.60765722184063, 'intersection_density_km': 30.237692221951416, 'edge_density_km': 12543.337868683995, 'street_density_km': 6370.97473222555, 'circuity_avg': 1.0643228336319708, 'self_loop_proportion': 0.0012539184952978057, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643228336319708\n", - "895\n", - "9007524.104447108\n", - "{'n': 356, 'm': 844, 'k_avg': 4.741573033707865, 'intersection_count': 252, 'streets_per_node_avg': 2.497191011235955, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 224, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29213483146067415, 2: 0.0, 3: 0.6292134831460674, 4: 0.07584269662921349, 5: 0.0028089887640449437}, 'edge_length_total': 111211.225, 'edge_length_avg': 131.76685426540286, 'street_length_total': 55772.82199999996, 'street_length_avg': 129.70423720930222, 'street_segments_count': 430, 'node_density_km': 39.522514274953664, 'intersection_density_km': 27.976611228337987, 'edge_density_km': 12346.480976397708, 'street_density_km': 6191.80380238609, 'circuity_avg': 1.084812524193278, 'self_loop_proportion': 0.002369668246445498, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084812524193278\n", - "896\n", - "11008009.526473783\n", - "{'n': 346, 'm': 966, 'k_avg': 5.583815028901734, 'intersection_count': 286, 'streets_per_node_avg': 2.815028901734104, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 231, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17341040462427745, 2: 0.0, 3: 0.6676300578034682, 4: 0.15606936416184972, 5: 0.002890173410404624}, 'edge_length_total': 120353.2739999998, 'edge_length_avg': 124.58931055900601, 'street_length_total': 60176.637000000075, 'street_length_avg': 124.58931055900636, 'street_segments_count': 483, 'node_density_km': 31.431658845124097, 'intersection_density_km': 25.981082166778876, 'edge_density_km': 10933.245807114849, 'street_density_km': 5466.622903557441, 'circuity_avg': 1.0576194475873841, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576194475873841\n", - "897\n", - "26007920.353990566\n", - "{'n': 1414, 'm': 3318, 'k_avg': 4.693069306930693, 'intersection_count': 1038, 'streets_per_node_avg': 2.551626591230552, 'streets_per_node_counts': {0: 0, 1: 376, 2: 5, 3: 913, 4: 117, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26591230551626593, 2: 0.003536067892503536, 3: 0.6456859971711457, 4: 0.08274398868458274, 5: 0.0021216407355021216}, 'edge_length_total': 336054.2290000008, 'edge_length_avg': 101.28216666666691, 'street_length_total': 175692.9700000001, 'street_length_avg': 99.3176766534766, 'street_segments_count': 1769, 'node_density_km': 54.36805329892671, 'intersection_density_km': 39.91091889977788, 'edge_density_km': 12921.226473551462, 'street_density_km': 6755.364043286235, 'circuity_avg': 1.0500703353440868, 'self_loop_proportion': 0.0006027727546714888, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500703353440868\n", - "898\n", - "17019844.555074237\n", - "{'n': 242, 'm': 644, 'k_avg': 5.322314049586777, 'intersection_count': 202, 'streets_per_node_avg': 2.8388429752066116, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 164, 4: 36, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1652892561983471, 2: 0.0, 3: 0.6776859504132231, 4: 0.1487603305785124, 5: 0.004132231404958678, 6: 0.004132231404958678}, 'edge_length_total': 93501.646, 'edge_length_avg': 145.1888913043478, 'street_length_total': 46750.82300000001, 'street_length_avg': 145.18889130434786, 'street_segments_count': 322, 'node_density_km': 14.218696252889746, 'intersection_density_km': 11.868498525139374, 'edge_density_km': 5493.683899252989, 'street_density_km': 2746.8419496264955, 'circuity_avg': 1.062659676505195, 'self_loop_proportion': 0.003105590062111801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062659676505195\n", - "899\n", - "8009253.653540645\n", - "{'n': 562, 'm': 1478, 'k_avg': 5.259786476868327, 'intersection_count': 467, 'streets_per_node_avg': 2.8131672597864767, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 386, 4: 77, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16903914590747332, 2: 0.0, 3: 0.6868327402135231, 4: 0.13701067615658363, 5: 0.0071174377224199285}, 'edge_length_total': 150007.41700000016, 'edge_length_avg': 101.49351623815978, 'street_length_total': 75499.32399999994, 'street_length_avg': 99.8668306878306, 'street_segments_count': 756, 'node_density_km': 70.16883523866885, 'intersection_density_km': 58.30755526060205, 'edge_density_km': 18729.262861301253, 'street_density_km': 9426.511790723971, 'circuity_avg': 1.066897152029148, 'self_loop_proportion': 0.0013531799729364006, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066897152029148\n", - "900\n", - "10006698.090481902\n", - "{'n': 462, 'm': 1246, 'k_avg': 5.393939393939394, 'intersection_count': 382, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 323, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17316017316017315, 2: 0.0, 3: 0.6991341991341992, 4: 0.12337662337662338, 5: 0.004329004329004329}, 'edge_length_total': 160999.69900000028, 'edge_length_avg': 129.21324157303394, 'street_length_total': 80563.25799999996, 'street_length_avg': 129.10778525641018, 'street_segments_count': 624, 'node_density_km': 46.169075535459775, 'intersection_density_km': 38.17443042109445, 'edge_density_km': 16089.19321280801, 'street_density_km': 8050.9332120881645, 'circuity_avg': 1.0437606801585728, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437606801585728\n", - "901\n", - "60054337.49972563\n", - "{'n': 4273, 'm': 10763, 'k_avg': 5.037678446056635, 'intersection_count': 3223, 'streets_per_node_avg': 2.6838286917856307, 'streets_per_node_counts': {0: 0, 1: 1050, 2: 9, 3: 2499, 4: 684, 5: 19, 6: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24572899602153053, 2: 0.0021062485373274046, 3: 0.5848350105312426, 4: 0.16007488883688276, 5: 0.00444652468991341, 6: 0.002808331383103206}, 'edge_length_total': 1020461.3099999941, 'edge_length_avg': 94.81197714391844, 'street_length_total': 530710.080000002, 'street_length_avg': 94.1142188331268, 'street_segments_count': 5639, 'node_density_km': 71.1522294292152, 'intersection_density_km': 53.668063526880545, 'edge_density_km': 16992.29984852728, 'street_density_km': 8837.164842629838, 'circuity_avg': 1.0440338944248877, 'self_loop_proportion': 0.0036235250394871317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440338944248877\n", - "902\n", - "9006773.348253746\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 465, 'm': 1100, 'k_avg': 4.731182795698925, 'intersection_count': 322, 'streets_per_node_avg': 2.4731182795698925, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 281, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30752688172043013, 2: 0.0, 3: 0.6043010752688172, 4: 0.08817204301075268}, 'edge_length_total': 105170.43799999988, 'edge_length_avg': 95.60948909090898, 'street_length_total': 52729.61600000006, 'street_length_avg': 94.49751971326175, 'street_segments_count': 558, 'node_density_km': 51.62781187229002, 'intersection_density_km': 35.75087187715567, 'edge_density_km': 11676.81631739857, 'street_density_km': 5854.4402041851545, 'circuity_avg': 1.0593994532860411, 'self_loop_proportion': 0.0018181818181818182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593994532860411\n", - "903\n", - "448215005.13852215\n", - "error with entry 903\n", - "904\n", - "28009434.09775799\n", - "{'n': 1779, 'm': 4392, 'k_avg': 4.937605396290051, 'intersection_count': 1364, 'streets_per_node_avg': 2.611017425519955, 'streets_per_node_counts': {0: 0, 1: 415, 2: 5, 3: 1222, 4: 132, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23327712197863967, 2: 0.002810567734682406, 3: 0.68690275435638, 4: 0.07419898819561552, 5: 0.0022484541877459247, 6: 0.0005621135469364812}, 'edge_length_total': 418031.42300000036, 'edge_length_avg': 95.18019649362485, 'street_length_total': 214299.84399999978, 'street_length_avg': 93.94995352915379, 'street_segments_count': 2281, 'node_density_km': 63.5143142767886, 'intersection_density_km': 48.69787783785253, 'edge_density_km': 14924.665080379527, 'street_density_km': 7650.987993975692, 'circuity_avg': 1.0608533240060372, 'self_loop_proportion': 0.0025045537340619307, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608533240060372\n", - "905\n", - "12004182.774335086\n", - "{'n': 348, 'm': 822, 'k_avg': 4.724137931034483, 'intersection_count': 263, 'streets_per_node_avg': 2.617816091954023, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 226, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2442528735632184, 2: 0.0, 3: 0.6494252873563219, 4: 0.10632183908045977}, 'edge_length_total': 114834.29000000021, 'edge_length_avg': 139.7010827250611, 'street_length_total': 59960.93400000001, 'street_length_avg': 138.1588341013825, 'street_segments_count': 434, 'node_density_km': 28.98989515088217, 'intersection_density_km': 21.90902995598279, 'edge_density_km': 9566.189732258628, 'street_density_km': 4995.003418991282, 'circuity_avg': 1.0628655995764598, 'self_loop_proportion': 0.0024330900243309003, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628655995764598\n", - "906\n", - "126045838.04453759\n", - "error with entry 906\n", - "907\n", - "6006312.420447852\n", - "{'n': 154, 'm': 437, 'k_avg': 5.675324675324675, 'intersection_count': 139, 'streets_per_node_avg': 2.9935064935064934, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 110, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09740259740259741, 2: 0.0, 3: 0.7142857142857143, 4: 0.18831168831168832}, 'edge_length_total': 85395.56899999997, 'edge_length_avg': 195.41320137299766, 'street_length_total': 42784.580999999984, 'street_length_avg': 195.36338356164376, 'street_segments_count': 219, 'node_density_km': 25.639691914080817, 'intersection_density_km': 23.142319325046973, 'edge_density_km': 14217.636883036557, 'street_density_km': 7123.269321513217, 'circuity_avg': 1.0477689095613631, 'self_loop_proportion': 0.002288329519450801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477689095613631\n", - "908\n", - "9003962.970610008\n", - "{'n': 312, 'm': 833, 'k_avg': 5.339743589743589, 'intersection_count': 268, 'streets_per_node_avg': 2.8685897435897436, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 224, 4: 41, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14102564102564102, 2: 0.0, 3: 0.717948717948718, 4: 0.13141025641025642, 5: 0.009615384615384616}, 'edge_length_total': 129290.41000000027, 'edge_length_avg': 155.2105762304925, 'street_length_total': 65233.42299999999, 'street_length_avg': 152.41453971962613, 'street_segments_count': 428, 'node_density_km': 34.65140860956499, 'intersection_density_km': 29.76467149795967, 'edge_density_km': 14359.278289128835, 'street_density_km': 7244.967933889726, 'circuity_avg': 1.0518233114274975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518233114274975\n", - "909\n", - "20028942.29536078\n", - "{'n': 923, 'm': 2510, 'k_avg': 5.438786565547129, 'intersection_count': 812, 'streets_per_node_avg': 2.8710725893824485, 'streets_per_node_counts': {0: 0, 1: 111, 2: 2, 3: 711, 4: 94, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12026002166847237, 2: 0.0021668472372697724, 3: 0.7703141928494042, 4: 0.10184182015167931, 5: 0.004333694474539545, 6: 0.0010834236186348862}, 'edge_length_total': 347450.68299999926, 'edge_length_avg': 138.42656693227062, 'street_length_total': 173821.9020000003, 'street_length_avg': 138.39323407643334, 'street_segments_count': 1256, 'node_density_km': 46.0833121584154, 'intersection_density_km': 40.54133203968939, 'edge_density_km': 17347.430427241172, 'street_density_km': 8678.536262010297, 'circuity_avg': 1.035232237181022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035232237181022\n", - "910\n", - "9004583.90367495\n", - "{'n': 1234, 'm': 2812, 'k_avg': 4.5575364667747165, 'intersection_count': 785, 'streets_per_node_avg': 2.375202593192869, 'streets_per_node_counts': {0: 0, 1: 449, 2: 0, 3: 661, 4: 121, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36385737439222043, 2: 0.0, 3: 0.5356564019448946, 4: 0.09805510534846029, 5: 0.0024311183144246355}, 'edge_length_total': 177068.8849999998, 'edge_length_avg': 62.9690202702702, 'street_length_total': 89264.98000000016, 'street_length_avg': 62.29237962316829, 'street_segments_count': 1433, 'node_density_km': 137.04131286914657, 'intersection_density_km': 87.17782058531608, 'edge_density_km': 19664.30507996427, 'street_density_km': 9913.282052218909, 'circuity_avg': 1.064491991072633, 'self_loop_proportion': 0.0021337126600284497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064491991072633\n", - "911\n", - "9004296.404585252\n", - "{'n': 424, 'm': 966, 'k_avg': 4.556603773584905, 'intersection_count': 294, 'streets_per_node_avg': 2.4457547169811322, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 269, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30660377358490565, 2: 0.0, 3: 0.6344339622641509, 4: 0.0589622641509434}, 'edge_length_total': 89926.0639999999, 'edge_length_avg': 93.0911635610765, 'street_length_total': 45196.89700000006, 'street_length_avg': 91.12277620967754, 'street_segments_count': 496, 'node_density_km': 47.088632020608166, 'intersection_density_km': 32.65107975013868, 'edge_density_km': 9987.017303673712, 'street_density_km': 5019.481253080971, 'circuity_avg': 1.0733979927461872, 'self_loop_proportion': 0.002070393374741201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733979927461872\n", - "912\n", - "16016776.788512137\n", - "{'n': 350, 'm': 903, 'k_avg': 5.16, 'intersection_count': 288, 'streets_per_node_avg': 2.702857142857143, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 268, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17714285714285713, 2: 0.0, 3: 0.7657142857142857, 4: 0.05714285714285714}, 'edge_length_total': 142440.2120000004, 'edge_length_avg': 157.74109856035483, 'street_length_total': 71372.75599999998, 'street_length_avg': 155.4962004357298, 'street_segments_count': 459, 'node_density_km': 21.852087009855428, 'intersection_density_km': 17.981145882395325, 'edge_density_km': 8893.18830378932, 'street_density_km': 4456.124783557659, 'circuity_avg': 1.055537905967774, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055537905967774\n", - "913\n", - "6007052.805994712\n", - "{'n': 565, 'm': 1379, 'k_avg': 4.8814159292035395, 'intersection_count': 410, 'streets_per_node_avg': 2.5646017699115045, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 347, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2743362831858407, 2: 0.0, 3: 0.6141592920353982, 4: 0.10973451327433628, 5: 0.0017699115044247787}, 'edge_length_total': 114263.99700000035, 'edge_length_avg': 82.86004133430048, 'street_length_total': 57552.19400000004, 'street_length_avg': 81.75027556818188, 'street_segments_count': 704, 'node_density_km': 94.05610675440721, 'intersection_density_km': 68.25310401647249, 'edge_density_km': 19021.640177021767, 'street_density_km': 9580.770447459041, 'circuity_avg': 1.0856492019054902, 'self_loop_proportion': 0.005801305293691081, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0856492019054902\n", - "914\n", - "35049802.92383283\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2829, 'm': 7250, 'k_avg': 5.12548603746907, 'intersection_count': 2240, 'streets_per_node_avg': 2.7186284906327325, 'streets_per_node_counts': {0: 0, 1: 589, 2: 6, 3: 1858, 4: 366, 5: 8, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20820077765995051, 2: 0.0021208907741251328, 3: 0.656769176387416, 4: 0.12937433722163308, 5: 0.002827854365500177, 6: 0.0007069635913750442}, 'edge_length_total': 586696.8600000002, 'edge_length_avg': 80.92370482758623, 'street_length_total': 305318.5530000009, 'street_length_avg': 80.07305350118041, 'street_segments_count': 3813, 'node_density_km': 80.71372059203117, 'intersection_density_km': 63.90906119694232, 'edge_density_km': 16738.948897229424, 'street_density_km': 8710.992003678095, 'circuity_avg': 1.0595650616058527, 'self_loop_proportion': 0.002758620689655172, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0595650616058527\n", - "915\n", - "6008009.291897415\n", - "{'n': 249, 'm': 643, 'k_avg': 5.164658634538153, 'intersection_count': 204, 'streets_per_node_avg': 2.7028112449799195, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 188, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18072289156626506, 2: 0.0, 3: 0.7550200803212851, 4: 0.0642570281124498}, 'edge_length_total': 80488.98400000004, 'edge_length_avg': 125.17726905132199, 'street_length_total': 40308.25299999999, 'street_length_avg': 125.18090993788816, 'street_segments_count': 322, 'node_density_km': 41.444676248388795, 'intersection_density_km': 33.95467451675227, 'edge_density_km': 13396.947323059228, 'street_density_km': 6709.086328205406, 'circuity_avg': 1.0664346880603863, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664346880603863\n", - "916\n", - "13013844.788210308\n", - "{'n': 424, 'm': 1042, 'k_avg': 4.915094339622642, 'intersection_count': 307, 'streets_per_node_avg': 2.518867924528302, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 277, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2759433962264151, 2: 0.0, 3: 0.6533018867924528, 4: 0.07075471698113207}, 'edge_length_total': 147645.4040000001, 'edge_length_avg': 141.69424568138206, 'street_length_total': 73822.70199999999, 'street_length_avg': 141.69424568138194, 'street_segments_count': 521, 'node_density_km': 32.580686714822065, 'intersection_density_km': 23.590261371345225, 'edge_density_km': 11345.256256149387, 'street_density_km': 5672.628128074689, 'circuity_avg': 1.0554601854670924, 'self_loop_proportion': 0.0019193857965451055, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554601854670924\n", - "917\n", - "13005350.643668093\n", - "{'n': 181, 'm': 480, 'k_avg': 5.303867403314917, 'intersection_count': 158, 'streets_per_node_avg': 2.839779005524862, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 142, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1270718232044199, 2: 0.0, 3: 0.7845303867403315, 4: 0.08287292817679558, 5: 0.0055248618784530384}, 'edge_length_total': 112048.74400000014, 'edge_length_avg': 233.43488333333363, 'street_length_total': 56115.19399999998, 'street_length_avg': 232.8431286307053, 'street_segments_count': 241, 'node_density_km': 13.917348709711518, 'intersection_density_km': 12.148845834996795, 'edge_density_km': 8615.588081398884, 'street_density_km': 4314.777474094538, 'circuity_avg': 1.0558527308438224, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558527308438224\n", - "918\n", - "13004527.611350492\n", - "{'n': 332, 'm': 901, 'k_avg': 5.427710843373494, 'intersection_count': 268, 'streets_per_node_avg': 2.8734939759036147, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 184, 4: 82, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1927710843373494, 2: 0.0, 3: 0.5542168674698795, 4: 0.2469879518072289, 5: 0.006024096385542169}, 'edge_length_total': 136084.4599999999, 'edge_length_avg': 151.03713651498325, 'street_length_total': 70400.58200000001, 'street_length_avg': 151.39910107526885, 'street_segments_count': 465, 'node_density_km': 25.529570156029877, 'intersection_density_km': 20.608207234385564, 'edge_density_km': 10464.390869624816, 'street_density_km': 5413.543967452814, 'circuity_avg': 1.0446041354300828, 'self_loop_proportion': 0.0022197558268590455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446041354300828\n", - "919\n", - "6007514.9176390385\n", - "{'n': 316, 'm': 840, 'k_avg': 5.3164556962025316, 'intersection_count': 264, 'streets_per_node_avg': 2.7848101265822787, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 228, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16455696202531644, 2: 0.0, 3: 0.7215189873417721, 4: 0.11392405063291139}, 'edge_length_total': 75725.73500000002, 'edge_length_avg': 90.14968452380954, 'street_length_total': 38054.704000000034, 'street_length_avg': 90.17702369668254, 'street_segments_count': 422, 'node_density_km': 52.60078490561426, 'intersection_density_km': 43.94495954139926, 'edge_density_km': 12605.168033400463, 'street_density_km': 6334.5167713633555, 'circuity_avg': 1.0449719577353174, 'self_loop_proportion': 0.002380952380952381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449719577353174\n", - "920\n", - "156106900.64123064\n", - "error with entry 920\n", - "921\n", - "16015403.019480873\n", - "{'n': 638, 'm': 1491, 'k_avg': 4.673981191222571, 'intersection_count': 444, 'streets_per_node_avg': 2.4404388714733543, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 414, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30407523510971785, 2: 0.0, 3: 0.6489028213166145, 4: 0.045454545454545456, 5: 0.001567398119122257}, 'edge_length_total': 193204.58099999983, 'edge_length_avg': 129.58053722333992, 'street_length_total': 96646.15800000001, 'street_length_avg': 129.37906024096387, 'street_segments_count': 747, 'node_density_km': 39.83664970678211, 'intersection_density_km': 27.72331108120887, 'edge_density_km': 12063.672750850477, 'street_density_km': 6034.575457292035, 'circuity_avg': 1.0515355167833844, 'self_loop_proportion': 0.0013413816230717639, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515355167833844\n", - "922\n", - "10005622.141383521\n", - "{'n': 719, 'm': 1639, 'k_avg': 4.559109874826148, 'intersection_count': 499, 'streets_per_node_avg': 2.4714881780250346, 'streets_per_node_counts': {0: 0, 1: 220, 2: 0, 3: 439, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30598052851182195, 2: 0.0, 3: 0.6105702364394993, 4: 0.08344923504867872}, 'edge_length_total': 157894.38700000034, 'edge_length_avg': 96.33580658938398, 'street_length_total': 79946.53000000006, 'street_length_avg': 92.63792584009276, 'street_segments_count': 863, 'node_density_km': 71.85959951717513, 'intersection_density_km': 49.87196127826201, 'edge_density_km': 15780.566642322514, 'street_density_km': 7990.160818620071, 'circuity_avg': 1.0588025433025323, 'self_loop_proportion': 0.0036607687614399025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588025433025323\n", - "923\n", - "10003230.128368298\n", - "{'n': 922, 'm': 2426, 'k_avg': 5.262472885032538, 'intersection_count': 720, 'streets_per_node_avg': 2.7603036876355747, 'streets_per_node_counts': {0: 0, 1: 202, 2: 1, 3: 539, 4: 177, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21908893709327548, 2: 0.0010845986984815619, 3: 0.5845986984815619, 4: 0.19197396963123645, 5: 0.0021691973969631237, 6: 0.0010845986984815619}, 'edge_length_total': 193712.88200000007, 'edge_length_avg': 79.84867353668594, 'street_length_total': 97756.46999999996, 'street_length_avg': 78.83586290322577, 'street_segments_count': 1240, 'node_density_km': 92.17022783323634, 'intersection_density_km': 71.97675058560756, 'edge_density_km': 19365.0330457406, 'street_density_km': 9772.490360165868, 'circuity_avg': 1.0661755546315417, 'self_loop_proportion': 0.0016488046166529267, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661755546315417\n", - "924\n", - "27016687.619877785\n", - "{'n': 3204, 'm': 8497, 'k_avg': 5.303995006242197, 'intersection_count': 2583, 'streets_per_node_avg': 2.8055555555555554, 'streets_per_node_counts': {0: 0, 1: 621, 2: 10, 3: 1974, 4: 574, 5: 21, 6: 3, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19382022471910113, 2: 0.003121098626716604, 3: 0.6161048689138576, 4: 0.17915106117353308, 5: 0.006554307116104869, 6: 0.0009363295880149813, 7: 0.00031210986267166043}, 'edge_length_total': 552869.627999997, 'edge_length_avg': 65.06645027656785, 'street_length_total': 283407.8879999992, 'street_length_avg': 63.715802158273206, 'street_segments_count': 4448, 'node_density_km': 118.59336884965226, 'intersection_density_km': 95.6075754490174, 'edge_density_km': 20464.004906109138, 'street_density_km': 10490.104930238715, 'circuity_avg': 1.0726770710623574, 'self_loop_proportion': 0.0028245263034012004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0726770710623574\n", - "925\n", - "15005800.423988665\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1500, 'm': 3548, 'k_avg': 4.730666666666667, 'intersection_count': 988, 'streets_per_node_avg': 2.4393333333333334, 'streets_per_node_counts': {0: 0, 1: 512, 2: 0, 3: 805, 4: 183}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3413333333333333, 2: 0.0, 3: 0.5366666666666666, 4: 0.122}, 'edge_length_total': 193356.02400000027, 'edge_length_avg': 54.49718827508463, 'street_length_total': 97469.5639999998, 'street_length_avg': 54.149757777777666, 'street_segments_count': 1800, 'node_density_km': 99.96134545425919, 'intersection_density_km': 65.84120620587206, 'edge_density_km': 12885.418873817373, 'street_density_km': 6495.45917218667, 'circuity_avg': 1.075745351020406, 'self_loop_proportion': 0.002254791431792559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075745351020406\n", - "926\n", - "5001840.072540849\n", - "{'n': 319, 'm': 768, 'k_avg': 4.815047021943574, 'intersection_count': 223, 'streets_per_node_avg': 2.501567398119122, 'streets_per_node_counts': {0: 0, 1: 96, 2: 1, 3: 189, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30094043887147337, 2: 0.003134796238244514, 3: 0.5924764890282131, 4: 0.10031347962382445, 5: 0.003134796238244514}, 'edge_length_total': 67937.47699999991, 'edge_length_avg': 88.46025651041656, 'street_length_total': 34345.974, 'street_length_avg': 88.06660000000001, 'street_segments_count': 390, 'node_density_km': 63.776529311932485, 'intersection_density_km': 44.58359259110014, 'edge_density_km': 13582.49684410418, 'street_density_km': 6866.667766639095, 'circuity_avg': 1.035825371069537, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035825371069537\n", - "927\n", - "11004698.755283639\n", - "{'n': 327, 'm': 792, 'k_avg': 4.844036697247707, 'intersection_count': 233, 'streets_per_node_avg': 2.4954128440366974, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 210, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2874617737003058, 2: 0.0, 3: 0.6422018348623854, 4: 0.07033639143730887}, 'edge_length_total': 110334.35999999996, 'edge_length_avg': 139.31106060606055, 'street_length_total': 55167.18000000004, 'street_length_avg': 139.3110606060607, 'street_segments_count': 396, 'node_density_km': 29.71457986008012, 'intersection_density_km': 21.172774028742104, 'edge_density_km': 10026.113613244122, 'street_density_km': 5013.056806622067, 'circuity_avg': 1.075489824181282, 'self_loop_proportion': 0.005050505050505051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075489824181282\n", - "928\n", - "44028115.25036994\n", - "{'n': 2988, 'm': 8069, 'k_avg': 5.400937081659973, 'intersection_count': 2415, 'streets_per_node_avg': 2.7717536813922354, 'streets_per_node_counts': {0: 0, 1: 573, 2: 0, 3: 1958, 4: 450, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19176706827309237, 2: 0.0, 3: 0.6552878179384204, 4: 0.15060240963855423, 5: 0.0023427041499330657}, 'edge_length_total': 827104.2779999982, 'edge_length_avg': 102.5039382823148, 'street_length_total': 417798.21499999973, 'street_length_avg': 102.22613530707113, 'street_segments_count': 4087, 'node_density_km': 67.86572586649376, 'intersection_density_km': 54.85131458085088, 'edge_density_km': 18785.820680639936, 'street_density_km': 9489.350444009506, 'circuity_avg': 1.067919043343075, 'self_loop_proportion': 0.002726484074854381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067919043343075\n", - "929\n", - "10010461.13086523\n", - "{'n': 476, 'm': 1113, 'k_avg': 4.676470588235294, 'intersection_count': 351, 'streets_per_node_avg': 2.5315126050420167, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 324, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26260504201680673, 2: 0.0, 3: 0.680672268907563, 4: 0.05672268907563025}, 'edge_length_total': 132511.91299999994, 'edge_length_avg': 119.05832255166212, 'street_length_total': 66643.59999999998, 'street_length_avg': 117.33028169014081, 'street_segments_count': 568, 'node_density_km': 47.55025705382846, 'intersection_density_km': 35.063319802297876, 'edge_density_km': 13237.343541690232, 'street_density_km': 6657.395611328827, 'circuity_avg': 1.0752405373726133, 'self_loop_proportion': 0.004492362982929021, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752405373726133\n", - "930\n", - "20009892.952390127\n", - "{'n': 3245, 'm': 7854, 'k_avg': 4.840677966101695, 'intersection_count': 2204, 'streets_per_node_avg': 2.514637904468413, 'streets_per_node_counts': {0: 0, 1: 1041, 2: 1, 3: 1700, 4: 498, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3208012326656394, 2: 0.0003081664098613251, 3: 0.5238828967642527, 4: 0.1534668721109399, 5: 0.0015408320493066256}, 'edge_length_total': 422674.34199999954, 'edge_length_avg': 53.81644283167807, 'street_length_total': 213652.7399999998, 'street_length_avg': 53.22689088191325, 'street_segments_count': 4014, 'node_density_km': 162.1697831028323, 'intersection_density_km': 110.14551678232432, 'edge_density_km': 21123.26852550764, 'street_density_km': 10677.355471533372, 'circuity_avg': 1.0704414075071673, 'self_loop_proportion': 0.0033104150751209573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0704414075071673\n", - "931\n", - "15013587.00446806\n", - "{'n': 581, 'm': 1516, 'k_avg': 5.218588640275387, 'intersection_count': 459, 'streets_per_node_avg': 2.7160068846815837, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 384, 4: 72, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2099827882960413, 2: 0.0, 3: 0.6609294320137694, 4: 0.12392426850258176, 5: 0.0034423407917383822, 6: 0.0017211703958691911}, 'edge_length_total': 198301.00900000028, 'edge_length_avg': 130.8054149076519, 'street_length_total': 99315.66900000007, 'street_length_avg': 129.99433115183254, 'street_segments_count': 764, 'node_density_km': 38.69828041940236, 'intersection_density_km': 30.572307594674154, 'edge_density_km': 13208.10336270644, 'street_density_km': 6615.0526833090335, 'circuity_avg': 1.0577380302587245, 'self_loop_proportion': 0.002638522427440633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577380302587245\n", - "932\n", - "15006562.917591847\n", - "{'n': 511, 'm': 1237, 'k_avg': 4.841487279843444, 'intersection_count': 396, 'streets_per_node_avg': 2.63600782778865, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 353, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22504892367906065, 2: 0.0, 3: 0.6908023483365949, 4: 0.0821917808219178, 5: 0.0019569471624266144}, 'edge_length_total': 152084.37600000022, 'edge_length_avg': 122.94614066289428, 'street_length_total': 77116.33300000004, 'street_length_avg': 119.3751284829722, 'street_segments_count': 646, 'node_density_km': 34.05176807015326, 'intersection_density_km': 26.388454316596263, 'edge_density_km': 10134.524263495088, 'street_density_km': 5138.840480893753, 'circuity_avg': 1.088890080515079, 'self_loop_proportion': 0.004850444624090542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088890080515079\n", - "933\n", - "4002818.081889947\n", - "{'n': 49, 'm': 132, 'k_avg': 5.387755102040816, 'intersection_count': 40, 'streets_per_node_avg': 2.795918367346939, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 32, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1836734693877551, 2: 0.0, 3: 0.6530612244897959, 4: 0.16326530612244897}, 'edge_length_total': 27800.89399999999, 'edge_length_avg': 210.61283333333324, 'street_length_total': 13900.447000000004, 'street_length_avg': 210.61283333333338, 'street_segments_count': 66, 'node_density_km': 12.241375700207803, 'intersection_density_km': 9.992959755271675, 'edge_density_km': 6945.330372564342, 'street_density_km': 3472.665186282173, 'circuity_avg': 1.0222040982394067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0222040982394067\n", - "934\n", - "51037551.9370798\n", - "error with entry 934\n", - "935\n", - "12006527.731022734\n", - "{'n': 497, 'm': 1192, 'k_avg': 4.796780684104628, 'intersection_count': 377, 'streets_per_node_avg': 2.595573440643863, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 338, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2414486921529175, 2: 0.0, 3: 0.6800804828973843, 4: 0.07847082494969819}, 'edge_length_total': 136430.0450000001, 'edge_length_avg': 114.45473573825512, 'street_length_total': 68460.096, 'street_length_avg': 113.53249751243781, 'street_segments_count': 603, 'node_density_km': 41.394149177354606, 'intersection_density_km': 31.39958599569957, 'edge_density_km': 11362.98920523784, 'street_density_km': 5701.906290784744, 'circuity_avg': 1.0830772426519222, 'self_loop_proportion': 0.003355704697986577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830772426519222\n", - "936\n", - "52034651.2312166\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5699, 'm': 13827, 'k_avg': 4.8524302509212145, 'intersection_count': 3975, 'streets_per_node_avg': 2.5118441831900333, 'streets_per_node_counts': {0: 0, 1: 1724, 2: 9, 3: 3298, 4: 661, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3025092121424811, 2: 0.0015792244253377786, 3: 0.5786980171959993, 4: 0.11598526057203018, 5: 0.0012282856641516056}, 'edge_length_total': 942062.7239999985, 'edge_length_avg': 68.13211282273801, 'street_length_total': 475014.85300000076, 'street_length_avg': 67.43538515048279, 'street_segments_count': 7044, 'node_density_km': 109.52317090925477, 'intersection_density_km': 76.39140276614981, 'edge_density_km': 18104.526535864177, 'street_density_km': 9128.817850421761, 'circuity_avg': 1.0627056557157766, 'self_loop_proportion': 0.0028205684530266868, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627056557157766\n", - "937\n", - "10012263.320193065\n", - "{'n': 431, 'm': 1152, 'k_avg': 5.345707656612529, 'intersection_count': 363, 'streets_per_node_avg': 2.7911832946635733, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 319, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15777262180974477, 2: 0.0, 3: 0.740139211136891, 4: 0.09744779582366589, 5: 0.004640371229698376}, 'edge_length_total': 138224.57800000007, 'edge_length_avg': 119.98661284722228, 'street_length_total': 69322.05500000007, 'street_length_avg': 120.14220970537274, 'street_segments_count': 577, 'node_density_km': 43.04720982824581, 'intersection_density_km': 36.255538672049255, 'edge_density_km': 13805.527639412374, 'street_density_km': 6923.714726937818, 'circuity_avg': 1.091260332671516, 'self_loop_proportion': 0.005208333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.091260332671516\n", - "938\n", - "8002519.445967512\n", - "{'n': 328, 'm': 786, 'k_avg': 4.7926829268292686, 'intersection_count': 245, 'streets_per_node_avg': 2.582317073170732, 'streets_per_node_counts': {0: 0, 1: 83, 2: 2, 3: 214, 4: 27, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2530487804878049, 2: 0.006097560975609756, 3: 0.6524390243902439, 4: 0.08231707317073171, 5: 0.006097560975609756}, 'edge_length_total': 95405.42100000009, 'edge_length_avg': 121.38094274809171, 'street_length_total': 48322.70200000002, 'street_length_avg': 118.72899754299759, 'street_segments_count': 407, 'node_density_km': 40.987091904572615, 'intersection_density_km': 30.615358282378935, 'edge_density_km': 11921.923044882458, 'street_density_km': 6038.436060827061, 'circuity_avg': 1.0832375302647852, 'self_loop_proportion': 0.002544529262086514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832375302647852\n", - "939\n", - "10003517.895633275\n", - "{'n': 205, 'm': 540, 'k_avg': 5.2682926829268295, 'intersection_count': 170, 'streets_per_node_avg': 2.7609756097560973, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 149, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17073170731707318, 2: 0.0, 3: 0.7268292682926829, 4: 0.1024390243902439}, 'edge_length_total': 88259.64899999995, 'edge_length_avg': 163.44379444444434, 'street_length_total': 44232.298999999955, 'street_length_avg': 162.61874632352925, 'street_segments_count': 272, 'node_density_km': 20.4927908500555, 'intersection_density_km': 16.994021680533827, 'edge_density_km': 8822.86110954297, 'street_density_km': 4421.674401093259, 'circuity_avg': 1.0480788934953387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480788934953387\n", - "940\n", - "7006592.201697603\n", - "{'n': 49, 'm': 122, 'k_avg': 4.979591836734694, 'intersection_count': 38, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 28, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22448979591836735, 2: 0.0, 3: 0.5714285714285714, 4: 0.20408163265306123}, 'edge_length_total': 33684.93199999999, 'edge_length_avg': 276.10599999999994, 'street_length_total': 16959.728, 'street_length_avg': 269.2020317460317, 'street_segments_count': 63, 'node_density_km': 6.993414000621866, 'intersection_density_km': 5.4234639188496105, 'edge_density_km': 4807.605613444805, 'street_density_km': 2420.5387600395647, 'circuity_avg': 1.0554384070087373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554384070087373\n", - "941\n", - "20008672.084076203\n", - "{'n': 1624, 'm': 3926, 'k_avg': 4.834975369458128, 'intersection_count': 1227, 'streets_per_node_avg': 2.649014778325123, 'streets_per_node_counts': {0: 0, 1: 397, 2: 4, 3: 1004, 4: 210, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24445812807881773, 2: 0.0024630541871921183, 3: 0.6182266009852216, 4: 0.12931034482758622, 5: 0.005541871921182266}, 'edge_length_total': 341769.7679999999, 'edge_length_avg': 87.05292103922565, 'street_length_total': 181179.2229999996, 'street_length_avg': 85.9076448553815, 'street_segments_count': 2109, 'node_density_km': 81.16480659865739, 'intersection_density_km': 61.323409911670325, 'edge_density_km': 17081.081971051724, 'street_density_km': 9055.034848823881, 'circuity_avg': 1.055794131436329, 'self_loop_proportion': 0.0015282730514518594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055794131436329\n", - "942\n", - "7003447.003539\n", - "{'n': 726, 'm': 1737, 'k_avg': 4.785123966942149, 'intersection_count': 519, 'streets_per_node_avg': 2.5110192837465566, 'streets_per_node_counts': {0: 0, 1: 207, 2: 0, 3: 460, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28512396694214875, 2: 0.0, 3: 0.6336088154269972, 4: 0.081267217630854}, 'edge_length_total': 136225.58800000016, 'edge_length_avg': 78.42578468624073, 'street_length_total': 68282.23799999994, 'street_length_avg': 78.12613043478254, 'street_segments_count': 874, 'node_density_km': 103.6632389212249, 'intersection_density_km': 74.10636501393351, 'edge_density_km': 19451.21993943301, 'street_density_km': 9749.804341418645, 'circuity_avg': 1.0864704569391954, 'self_loop_proportion': 0.0057570523891767415, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864704569391954\n", - "943\n", - "13008896.175884336\n", - "{'n': 326, 'm': 754, 'k_avg': 4.625766871165644, 'intersection_count': 249, 'streets_per_node_avg': 2.6226993865030677, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 220, 4: 27, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2361963190184049, 2: 0.0, 3: 0.6748466257668712, 4: 0.08282208588957055, 5: 0.006134969325153374}, 'edge_length_total': 116859.33400000009, 'edge_length_avg': 154.98585411140596, 'street_length_total': 60390.848, 'street_length_avg': 151.3555087719298, 'street_segments_count': 399, 'node_density_km': 25.05977414166262, 'intersection_density_km': 19.1407477339693, 'edge_density_km': 8983.032258850053, 'street_density_km': 4642.2730401947165, 'circuity_avg': 1.0515305563706547, 'self_loop_proportion': 0.005305039787798408, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515305563706547\n", - "944\n", - "8004902.794538326\n", - "{'n': 399, 'm': 1093, 'k_avg': 5.478696741854637, 'intersection_count': 335, 'streets_per_node_avg': 2.8471177944862154, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 269, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16040100250626566, 2: 0.0, 3: 0.6741854636591479, 4: 0.16290726817042606, 5: 0.002506265664160401}, 'edge_length_total': 137136.83499999967, 'edge_length_avg': 125.46828453796859, 'street_length_total': 68739.62000000008, 'street_length_avg': 125.43726277372278, 'street_segments_count': 548, 'node_density_km': 49.844452861093345, 'intersection_density_km': 41.84935265279767, 'edge_density_km': 17131.605282398545, 'street_density_km': 8587.189846565097, 'circuity_avg': 1.0374313514894236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374313514894236\n", - "945\n", - "10011586.357895773\n", - "{'n': 744, 'm': 2128, 'k_avg': 5.720430107526882, 'intersection_count': 657, 'streets_per_node_avg': 2.98252688172043, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 496, 4: 161}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11693548387096774, 2: 0.0, 3: 0.6666666666666666, 4: 0.2163978494623656}, 'edge_length_total': 195922.39800000004, 'edge_length_avg': 92.0687960526316, 'street_length_total': 98394.85900000004, 'street_length_avg': 92.13001779026222, 'street_segments_count': 1068, 'node_density_km': 74.31389725897279, 'intersection_density_km': 65.62396572465742, 'edge_density_km': 19569.565800676854, 'street_density_km': 9828.098713087522, 'circuity_avg': 1.0374043898252776, 'self_loop_proportion': 0.0009398496240601503, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374043898252776\n", - "946\n", - "11011285.105519664\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 199, 'm': 574, 'k_avg': 5.768844221105527, 'intersection_count': 174, 'streets_per_node_avg': 2.909547738693467, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 144, 4: 28, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12562814070351758, 2: 0.0, 3: 0.7236180904522613, 4: 0.1407035175879397, 5: 0.010050251256281407}, 'edge_length_total': 87347.44399999994, 'edge_length_avg': 152.1732473867595, 'street_length_total': 43673.72199999997, 'street_length_avg': 152.1732473867595, 'street_segments_count': 287, 'node_density_km': 18.07236831060224, 'intersection_density_km': 15.801970281632109, 'edge_density_km': 7932.538587727149, 'street_density_km': 3966.2692938635746, 'circuity_avg': 1.106838803879691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.106838803879691\n", - "947\n", - "13013964.028501265\n", - "{'n': 597, 'm': 1626, 'k_avg': 5.447236180904523, 'intersection_count': 523, 'streets_per_node_avg': 2.8559463986599667, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 464, 4: 56, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12395309882747069, 2: 0.0, 3: 0.7772194304857621, 4: 0.09380234505862646, 5: 0.005025125628140704}, 'edge_length_total': 197189.4100000004, 'edge_length_avg': 121.27269987699903, 'street_length_total': 98594.70499999994, 'street_length_avg': 121.2726998769987, 'street_segments_count': 813, 'node_density_km': 45.8738013023963, 'intersection_density_km': 40.18760147596862, 'edge_density_km': 15152.140390748371, 'street_density_km': 7576.070195374165, 'circuity_avg': 1.0674916316732233, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674916316732233\n", - "948\n", - "21020447.81856148\n", - "{'n': 1014, 'm': 2767, 'k_avg': 5.457593688362919, 'intersection_count': 845, 'streets_per_node_avg': 2.8057199211045365, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 713, 4: 123, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.703155818540434, 4: 0.12130177514792899, 5: 0.008875739644970414}, 'edge_length_total': 349050.2859999999, 'edge_length_avg': 126.14755547524392, 'street_length_total': 174920.61600000033, 'street_length_avg': 125.8421697841729, 'street_segments_count': 1390, 'node_density_km': 48.23874394838618, 'intersection_density_km': 40.19895329032182, 'edge_density_km': 16605.273541878658, 'street_density_km': 8321.450499524653, 'circuity_avg': 1.0555132986107272, 'self_loop_proportion': 0.0007228044813877846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555132986107272\n", - "949\n", - "9003031.299303647\n", - "{'n': 470, 'm': 1051, 'k_avg': 4.472340425531915, 'intersection_count': 305, 'streets_per_node_avg': 2.351063829787234, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 281, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35106382978723405, 2: 0.0, 3: 0.597872340425532, 4: 0.04893617021276596, 5: 0.002127659574468085}, 'edge_length_total': 113820.16199999985, 'edge_length_avg': 108.29701427212164, 'street_length_total': 57011.02900000004, 'street_length_avg': 108.18032068311203, 'street_segments_count': 527, 'node_density_km': 52.204639123753005, 'intersection_density_km': 33.8774785803078, 'edge_density_km': 12642.426557908717, 'street_density_km': 6332.425946848552, 'circuity_avg': 1.0542292559099633, 'self_loop_proportion': 0.0019029495718363464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542292559099633\n", - "950\n", - "16021942.050641898\n", - "{'n': 725, 'm': 1817, 'k_avg': 5.012413793103448, 'intersection_count': 534, 'streets_per_node_avg': 2.564137931034483, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 468, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.263448275862069, 2: 0.0, 3: 0.6455172413793103, 4: 0.0910344827586207}, 'edge_length_total': 201974.23299999975, 'edge_length_avg': 111.15808090258655, 'street_length_total': 101358.88300000003, 'street_length_avg': 111.13912609649127, 'street_segments_count': 912, 'node_density_km': 45.250444528411826, 'intersection_density_km': 33.32929293540954, 'edge_density_km': 12606.101829703468, 'street_density_km': 6326.254500211429, 'circuity_avg': 1.0510588834681196, 'self_loop_proportion': 0.000550357732526142, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510588834681196\n", - "951\n", - "29024761.57516286\n", - "{'n': 1435, 'm': 3862, 'k_avg': 5.382578397212543, 'intersection_count': 1166, 'streets_per_node_avg': 2.7372822299651567, 'streets_per_node_counts': {0: 0, 1: 269, 2: 0, 3: 1009, 4: 153, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18745644599303135, 2: 0.0, 3: 0.7031358885017421, 4: 0.10662020905923345, 5: 0.0027874564459930314}, 'edge_length_total': 433051.5850000005, 'edge_length_avg': 112.1314306059038, 'street_length_total': 216628.56100000016, 'street_length_avg': 112.1265843685301, 'street_segments_count': 1932, 'node_density_km': 49.44054393983245, 'intersection_density_km': 40.17259528490915, 'edge_density_km': 14920.073809342586, 'street_density_km': 7463.577622817548, 'circuity_avg': 1.0555403234307914, 'self_loop_proportion': 0.0020714655618850335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555403234307914\n", - "952\n", - "14012715.421581198\n", - "{'n': 663, 'm': 1821, 'k_avg': 5.493212669683258, 'intersection_count': 539, 'streets_per_node_avg': 2.8205128205128207, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 411, 4: 127, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1870286576168929, 2: 0.0, 3: 0.6199095022624435, 4: 0.19155354449472098, 5: 0.0015082956259426848}, 'edge_length_total': 192295.1930000006, 'edge_length_avg': 105.59867819879221, 'street_length_total': 97099.71999999997, 'street_length_avg': 105.88846237731731, 'street_segments_count': 917, 'node_density_km': 47.31417002723852, 'intersection_density_km': 38.46506432078667, 'edge_density_km': 13722.907174996493, 'street_density_km': 6929.400696345779, 'circuity_avg': 1.0378911980194458, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378911980194458\n", - "953\n", - "12008446.264296552\n", - "{'n': 2810, 'm': 7150, 'k_avg': 5.088967971530249, 'intersection_count': 2324, 'streets_per_node_avg': 2.8092526690391457, 'streets_per_node_counts': {0: 0, 1: 486, 2: 5, 3: 1909, 4: 384, 5: 21, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17295373665480426, 2: 0.0017793594306049821, 3: 0.6793594306049822, 4: 0.13665480427046264, 5: 0.007473309608540925, 6: 0.0017793594306049821}, 'edge_length_total': 405845.39099999843, 'edge_length_avg': 56.761593146852924, 'street_length_total': 216239.1879999991, 'street_length_avg': 55.84689772727249, 'street_segments_count': 3872, 'node_density_km': 234.00196313112355, 'intersection_density_km': 193.530449223036, 'edge_density_km': 33796.66128886763, 'street_density_km': 18007.257828427002, 'circuity_avg': 1.0939978517847535, 'self_loop_proportion': 0.0044755244755244755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0939978517847535\n", - "954\n", - "11011383.304838356\n", - "{'n': 263, 'm': 686, 'k_avg': 5.216730038022813, 'intersection_count': 213, 'streets_per_node_avg': 2.7072243346007605, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 190, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19011406844106463, 2: 0.0, 3: 0.7224334600760456, 4: 0.08745247148288973}, 'edge_length_total': 110815.82200000004, 'edge_length_avg': 161.5390991253645, 'street_length_total': 55407.91099999998, 'street_length_avg': 161.53909912536437, 'street_segments_count': 343, 'node_density_km': 23.8843742624452, 'intersection_density_km': 19.34361869924269, 'edge_density_km': 10063.751204747185, 'street_density_km': 5031.875602373589, 'circuity_avg': 1.0588973428880084, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588973428880084\n", - "955\n", - "469618990.01615435\n", - "error with entry 955\n", - "956\n", - "15009866.739582535\n", - "{'n': 610, 'm': 1311, 'k_avg': 4.298360655737705, 'intersection_count': 361, 'streets_per_node_avg': 2.2016393442622952, 'streets_per_node_counts': {0: 0, 1: 249, 2: 0, 3: 350, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4081967213114754, 2: 0.0, 3: 0.5737704918032787, 4: 0.018032786885245903}, 'edge_length_total': 143108.347, 'edge_length_avg': 109.15968497330283, 'street_length_total': 71591.9599999999, 'street_length_avg': 109.13408536585351, 'street_segments_count': 656, 'node_density_km': 40.63993442335956, 'intersection_density_km': 24.050846437430824, 'edge_density_km': 9534.284979533419, 'street_density_km': 4769.6599338357, 'circuity_avg': 1.0598447829161566, 'self_loop_proportion': 0.0015255530129672007, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598447829161566\n", - "957\n", - "9007535.031384865\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 172, 'm': 490, 'k_avg': 5.6976744186046515, 'intersection_count': 153, 'streets_per_node_avg': 2.9127906976744184, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 130, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11046511627906977, 2: 0.0, 3: 0.7558139534883721, 4: 0.13372093023255813}, 'edge_length_total': 66288.52999999997, 'edge_length_avg': 135.28271428571423, 'street_length_total': 33331.59800000002, 'street_length_avg': 134.40160483870974, 'street_segments_count': 248, 'node_density_km': 19.095124182221006, 'intersection_density_km': 16.985779069068688, 'edge_density_km': 7359.230884923733, 'street_density_km': 3700.4128081504055, 'circuity_avg': 1.0514516038978545, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514516038978545\n", - "958\n", - "5001452.673049685\n", - "{'n': 325, 'm': 768, 'k_avg': 4.726153846153847, 'intersection_count': 236, 'streets_per_node_avg': 2.56, 'streets_per_node_counts': {0: 0, 1: 89, 2: 1, 3: 200, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27384615384615385, 2: 0.003076923076923077, 3: 0.6153846153846154, 4: 0.10461538461538461, 5: 0.003076923076923077}, 'edge_length_total': 75696.27800000003, 'edge_length_avg': 98.56286197916671, 'street_length_total': 38809.886, 'street_length_avg': 97.51227638190954, 'street_segments_count': 398, 'node_density_km': 64.98112073543386, 'intersection_density_km': 47.186290749422746, 'edge_density_km': 15134.858399818364, 'street_density_km': 7759.722731982844, 'circuity_avg': 1.147024890067607, 'self_loop_proportion': 0.0078125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.147024890067607\n", - "959\n", - "8002526.441963923\n", - "{'n': 498, 'm': 1223, 'k_avg': 4.911646586345381, 'intersection_count': 376, 'streets_per_node_avg': 2.5823293172690764, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 341, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24497991967871485, 2: 0.0, 3: 0.6847389558232931, 4: 0.06827309236947791, 5: 0.002008032128514056}, 'edge_length_total': 135734.64000000004, 'edge_length_avg': 110.98498773507771, 'street_length_total': 68907.52999999994, 'street_length_avg': 109.72536624203812, 'street_segments_count': 628, 'node_density_km': 62.23034732988454, 'intersection_density_km': 46.985161839430894, 'edge_density_km': 16961.4734777045, 'street_density_km': 8610.721938844246, 'circuity_avg': 1.0672556485712434, 'self_loop_proportion': 0.004905968928863451, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672556485712434\n", - "960\n", - "12010824.74425299\n", - "{'n': 387, 'm': 969, 'k_avg': 5.007751937984496, 'intersection_count': 279, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 235, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27906976744186046, 2: 0.0, 3: 0.6072351421188631, 4: 0.11369509043927649}, 'edge_length_total': 115311.7449999999, 'edge_length_avg': 119.00076883384922, 'street_length_total': 57682.765999999996, 'street_length_avg': 118.68881893004114, 'street_segments_count': 486, 'node_density_km': 32.220934718506655, 'intersection_density_km': 23.229045959853632, 'edge_density_km': 9600.65170005706, 'street_density_km': 4802.564955216783, 'circuity_avg': 1.0793210982538677, 'self_loop_proportion': 0.0020639834881320948, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0793210982538677\n", - "961\n", - "58082291.724657096\n", - "{'n': 8281, 'm': 22496, 'k_avg': 5.433160246347059, 'intersection_count': 6680, 'streets_per_node_avg': 2.8026808356478687, 'streets_per_node_counts': {0: 0, 1: 1601, 2: 0, 3: 5151, 4: 1493, 5: 33, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19333413838908345, 2: 0.0, 3: 0.6220263253230286, 4: 0.18029223523729018, 5: 0.003985025963047941, 6: 0.00036227508754981284}, 'edge_length_total': 1603137.978000004, 'edge_length_avg': 71.26324582147956, 'street_length_total': 818977.0049999933, 'street_length_avg': 71.07324524863259, 'street_segments_count': 11523, 'node_density_km': 142.57357542392822, 'intersection_density_km': 115.00923606229205, 'edge_density_km': 27601.148825183835, 'street_density_km': 14100.287379885203, 'circuity_avg': 1.0656356103811964, 'self_loop_proportion': 0.0024893314366998577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656356103811964\n", - "962\n", - "8005762.716165529\n", - "{'n': 715, 'm': 1730, 'k_avg': 4.839160839160839, 'intersection_count': 478, 'streets_per_node_avg': 2.4657342657342656, 'streets_per_node_counts': {0: 0, 1: 237, 2: 1, 3: 385, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33146853146853145, 2: 0.0013986013986013986, 3: 0.5384615384615384, 4: 0.12727272727272726, 5: 0.0013986013986013986}, 'edge_length_total': 81924.72599999988, 'edge_length_avg': 47.355332947976805, 'street_length_total': 41023.977000000006, 'street_length_avg': 47.262646313364066, 'street_segments_count': 868, 'node_density_km': 89.31066599766264, 'intersection_density_km': 59.70699069494089, 'edge_density_km': 10233.219357672751, 'street_density_km': 5124.305884954957, 'circuity_avg': 1.0791206297672256, 'self_loop_proportion': 0.0023121387283236996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0791206297672256\n", - "963\n", - "7006998.195172451\n", - "{'n': 107, 'm': 308, 'k_avg': 5.757009345794392, 'intersection_count': 95, 'streets_per_node_avg': 2.9906542056074765, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 72, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11214953271028037, 2: 0.0, 3: 0.6728971962616822, 4: 0.21495327102803738}, 'edge_length_total': 69191.55399999999, 'edge_length_avg': 224.64790259740255, 'street_length_total': 34595.77699999999, 'street_length_avg': 224.64790259740252, 'street_segments_count': 154, 'node_density_km': 15.27044777515696, 'intersection_density_km': 13.557874192896366, 'edge_density_km': 9874.635624663108, 'street_density_km': 4937.317812331553, 'circuity_avg': 1.0697881395763418, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697881395763418\n", - "964\n", - "9007803.426386517\n", - "{'n': 31, 'm': 66, 'k_avg': 4.258064516129032, 'intersection_count': 21, 'streets_per_node_avg': 2.3870967741935485, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 20, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3225806451612903, 2: 0.0, 3: 0.6451612903225806, 4: 0.03225806451612903}, 'edge_length_total': 20384.578000000005, 'edge_length_avg': 308.8572424242425, 'street_length_total': 10192.289, 'street_length_avg': 308.85724242424243, 'street_segments_count': 33, 'node_density_km': 3.4414605351169016, 'intersection_density_km': 2.331311975401772, 'edge_density_km': 2262.9909907100723, 'street_density_km': 1131.495495355036, 'circuity_avg': 1.1398600104684222, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1398600104684222\n", - "965\n", - "42039831.027110256\n", - "{'n': 3690, 'm': 9041, 'k_avg': 4.900271002710027, 'intersection_count': 2812, 'streets_per_node_avg': 2.637669376693767, 'streets_per_node_counts': {0: 0, 1: 878, 2: 10, 3: 2385, 4: 406, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23794037940379403, 2: 0.0027100271002710027, 3: 0.6463414634146342, 4: 0.11002710027100271, 5: 0.0027100271002710027, 6: 0.00027100271002710027}, 'edge_length_total': 821633.5629999961, 'edge_length_avg': 90.87861552925519, 'street_length_total': 435707.40999999974, 'street_length_avg': 91.53517016806717, 'street_segments_count': 4760, 'node_density_km': 87.77390179376381, 'intersection_density_km': 66.88894629920429, 'edge_density_km': 19544.169016049298, 'street_density_km': 10364.157023348282, 'circuity_avg': 1.0815779432132309, 'self_loop_proportion': 0.004203074881097224, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815779432132309\n", - "966\n", - "30012196.623974513\n", - "{'n': 984, 'm': 2190, 'k_avg': 4.451219512195122, 'intersection_count': 640, 'streets_per_node_avg': 2.345528455284553, 'streets_per_node_counts': {0: 0, 1: 344, 2: 0, 3: 596, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34959349593495936, 2: 0.0, 3: 0.6056910569105691, 4: 0.044715447154471545}, 'edge_length_total': 333384.3920000009, 'edge_length_avg': 152.23031598173557, 'street_length_total': 166722.9420000001, 'street_length_avg': 152.1194726277373, 'street_segments_count': 1096, 'node_density_km': 32.78667044364075, 'intersection_density_km': 21.324663703180978, 'edge_density_km': 11108.29694263981, 'street_density_km': 5555.172921492109, 'circuity_avg': 1.0830531971425967, 'self_loop_proportion': 0.0009132420091324201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830531971425967\n", - "967\n", - "166129031.8395105\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 6834, 'm': 18466, 'k_avg': 5.404155692127597, 'intersection_count': 5662, 'streets_per_node_avg': 2.826455955516535, 'streets_per_node_counts': {0: 0, 1: 1172, 2: 0, 3: 4521, 4: 1125, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17149546385718467, 2: 0.0, 3: 0.6615452151009658, 4: 0.1646180860403863, 5: 0.0021949078138718174, 6: 0.0001463271875914545}, 'edge_length_total': 2155963.7150000045, 'edge_length_avg': 116.75315255063384, 'street_length_total': 1114141.688000001, 'street_length_avg': 116.25017612687823, 'street_segments_count': 9584, 'node_density_km': 41.13669913276812, 'intersection_density_km': 34.08194183344061, 'edge_density_km': 12977.64569580337, 'street_density_km': 6706.483964081132, 'circuity_avg': 1.068725550735255, 'self_loop_proportion': 0.0029242932957868517, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068725550735255\n", - "968\n", - "906043986.592689\n", - "error with entry 968\n", - "969\n", - "233339097.3956541\n", - "{'n': 48022, 'm': 133331, 'k_avg': 5.552913248094623, 'intersection_count': 39745, 'streets_per_node_avg': 2.8792844946066385, 'streets_per_node_counts': {0: 0, 1: 8277, 2: 41, 3: 29374, 4: 9908, 5: 381, 6: 38, 7: 2, 8: 0, 9: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17235850235308817, 2: 0.0008537753529632251, 3: 0.6116779809254091, 4: 0.2063221023697472, 5: 0.007933863645828996, 6: 0.0007913039856732331, 7: 4.164757819332806e-05, 8: 0.0, 9: 2.082378909666403e-05}, 'edge_length_total': 7609586.825999928, 'edge_length_avg': 57.07289997074895, 'street_length_total': 3908016.4760000124, 'street_length_avg': 56.79513546193103, 'street_segments_count': 68809, 'node_density_km': 205.80348743945385, 'intersection_density_km': 170.33150656534698, 'edge_density_km': 32611.709357463445, 'street_density_km': 16748.228306435536, 'circuity_avg': 1.066407718058151, 'self_loop_proportion': 0.0023625413444735284, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066407718058151\n", - "970\n", - "24008199.498403363\n", - "{'n': 753, 'm': 1973, 'k_avg': 5.240371845949535, 'intersection_count': 611, 'streets_per_node_avg': 2.735723771580345, 'streets_per_node_counts': {0: 0, 1: 142, 2: 1, 3: 524, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18857901726427623, 2: 0.0013280212483399733, 3: 0.6958831341301461, 4: 0.11420982735723771}, 'edge_length_total': 279726.07300000027, 'edge_length_avg': 141.77702635580349, 'street_length_total': 140921.13400000008, 'street_length_avg': 140.49963509471593, 'street_segments_count': 1003, 'node_density_km': 31.36428452496312, 'intersection_density_km': 25.44963857204843, 'edge_density_km': 11651.27243376177, 'street_density_km': 5869.708555586264, 'circuity_avg': 1.062507014289693, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062507014289693\n", - "971\n", - "13008600.651608324\n", - "{'n': 2633, 'm': 7260, 'k_avg': 5.514622104063806, 'intersection_count': 2168, 'streets_per_node_avg': 2.8222559817698443, 'streets_per_node_counts': {0: 0, 1: 465, 2: 0, 3: 1732, 4: 414, 5: 18, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17660463349791114, 2: 0.0, 3: 0.6578047854158754, 4: 0.15723509304975314, 5: 0.006836308393467528, 6: 0.0015191796429927839}, 'edge_length_total': 449700.83999999875, 'edge_length_avg': 61.942264462809746, 'street_length_total': 227105.4010000004, 'street_length_avg': 62.08458201202854, 'street_segments_count': 3658, 'node_density_km': 202.4045529965952, 'intersection_density_km': 166.65897109632297, 'edge_density_km': 34569.50152008854, 'street_density_km': 17458.09615363372, 'circuity_avg': 1.068232648825322, 'self_loop_proportion': 0.0027548209366391185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068232648825322\n", - "972\n", - "12016282.633214567\n", - "{'n': 801, 'm': 2136, 'k_avg': 5.333333333333333, 'intersection_count': 666, 'streets_per_node_avg': 2.8202247191011236, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 545, 4: 116, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16853932584269662, 2: 0.0, 3: 0.6803995006242197, 4: 0.14481897627965043, 5: 0.006242197253433208}, 'edge_length_total': 182342.16300000012, 'edge_length_avg': 85.36618117977534, 'street_length_total': 92255.70200000003, 'street_length_avg': 83.79264486830158, 'street_segments_count': 1101, 'node_density_km': 66.6595505823017, 'intersection_density_km': 55.42479486618344, 'edge_density_km': 15174.590059656442, 'street_density_km': 7677.557595474101, 'circuity_avg': 1.0746207366107703, 'self_loop_proportion': 0.0056179775280898875, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746207366107703\n", - "973\n", - "16020589.971991614\n", - "{'n': 302, 'm': 809, 'k_avg': 5.357615894039735, 'intersection_count': 256, 'streets_per_node_avg': 2.794701986754967, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 228, 4: 26, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152317880794702, 2: 0.0, 3: 0.7549668874172185, 4: 0.08609271523178808, 5: 0.006622516556291391}, 'edge_length_total': 146210.7709999999, 'edge_length_avg': 180.73024845488243, 'street_length_total': 73443.72999999992, 'street_length_avg': 177.40031400966166, 'street_segments_count': 414, 'node_density_km': 18.850741485050108, 'intersection_density_km': 15.9794364906385, 'edge_density_km': 9126.428630631983, 'street_density_km': 4584.333668635158, 'circuity_avg': 1.069293978111179, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069293978111179\n", - "974\n", - "5004007.660076996\n", - "{'n': 89, 'm': 250, 'k_avg': 5.617977528089888, 'intersection_count': 79, 'streets_per_node_avg': 2.9101123595505616, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 67, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11235955056179775, 2: 0.0, 3: 0.7528089887640449, 4: 0.1348314606741573}, 'edge_length_total': 49141.69999999998, 'edge_length_avg': 196.56679999999994, 'street_length_total': 24570.850000000002, 'street_length_avg': 196.56680000000003, 'street_segments_count': 125, 'node_density_km': 17.785744156640753, 'intersection_density_km': 15.787345936793477, 'edge_density_km': 9820.468580026882, 'street_density_km': 4910.234290013444, 'circuity_avg': 1.0854430602626692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854430602626692\n", - "975\n", - "24030151.86325835\n", - "{'n': 1408, 'm': 3870, 'k_avg': 5.497159090909091, 'intersection_count': 1191, 'streets_per_node_avg': 2.8338068181818183, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 992, 4: 198, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15411931818181818, 2: 0.0, 3: 0.7045454545454546, 4: 0.140625, 5: 0.0007102272727272727}, 'edge_length_total': 421492.2590000006, 'edge_length_avg': 108.91272842377276, 'street_length_total': 213383.06000000032, 'street_length_avg': 109.03579969340844, 'street_segments_count': 1957, 'node_density_km': 58.593054592917724, 'intersection_density_km': 49.56273296886719, 'edge_density_km': 17540.141294090376, 'street_density_km': 8879.804889051034, 'circuity_avg': 1.0448208941211803, 'self_loop_proportion': 0.0031007751937984496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448208941211803\n", - "976\n", - "6001732.133690255\n", - "{'n': 321, 'm': 746, 'k_avg': 4.64797507788162, 'intersection_count': 227, 'streets_per_node_avg': 2.467289719626168, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 210, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29283489096573206, 2: 0.0, 3: 0.6542056074766355, 4: 0.0529595015576324}, 'edge_length_total': 88205.13599999997, 'edge_length_avg': 118.23744772117958, 'street_length_total': 44329.582000000024, 'street_length_avg': 117.89782446808518, 'street_segments_count': 376, 'node_density_km': 53.484559598735096, 'intersection_density_km': 37.822414420289306, 'edge_density_km': 14696.613250176115, 'street_density_km': 7386.131372168274, 'circuity_avg': 1.0779145493856415, 'self_loop_proportion': 0.002680965147453083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779145493856415\n", - "977\n", - "13008937.165228324\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 473, 'm': 1226, 'k_avg': 5.1839323467230445, 'intersection_count': 377, 'streets_per_node_avg': 2.7674418604651163, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 300, 4: 73, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2029598308668076, 2: 0.0, 3: 0.6342494714587738, 4: 0.1543340380549683, 5: 0.006342494714587738, 6: 0.0021141649048625794}, 'edge_length_total': 96716.29800000004, 'edge_length_avg': 78.88768189233282, 'street_length_total': 49450.945999999996, 'street_length_avg': 78.6183561208267, 'street_segments_count': 629, 'node_density_km': 36.359619082816764, 'intersection_density_km': 28.980076943386724, 'edge_density_km': 7434.604131882017, 'street_density_km': 3801.305623350827, 'circuity_avg': 1.065569632747105, 'self_loop_proportion': 0.0032626427406199023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065569632747105\n", - "978\n", - "11009292.729416143\n", - "{'n': 381, 'm': 1026, 'k_avg': 5.3858267716535435, 'intersection_count': 311, 'streets_per_node_avg': 2.779527559055118, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 255, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1837270341207349, 2: 0.0, 3: 0.6692913385826772, 4: 0.14698162729658792}, 'edge_length_total': 117003.22799999983, 'edge_length_avg': 114.03823391812848, 'street_length_total': 58501.61399999993, 'street_length_avg': 114.03823391812851, 'street_segments_count': 513, 'node_density_km': 34.607127756898656, 'intersection_density_km': 28.248862814686305, 'edge_density_km': 10627.678895972536, 'street_density_km': 5313.839447986269, 'circuity_avg': 1.0303702952496967, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0303702952496967\n", - "979\n", - "14019554.374306757\n", - "{'n': 662, 'm': 1720, 'k_avg': 5.196374622356496, 'intersection_count': 549, 'streets_per_node_avg': 2.7386706948640485, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 496, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17069486404833836, 2: 0.0, 3: 0.7492447129909365, 4: 0.08006042296072508}, 'edge_length_total': 204737.62699999966, 'edge_length_avg': 119.03350406976725, 'street_length_total': 103364.22600000001, 'street_length_avg': 117.7269088838269, 'street_segments_count': 878, 'node_density_km': 47.219760509166306, 'intersection_density_km': 39.15958990865907, 'edge_density_km': 14603.718601442606, 'street_density_km': 7372.861022560939, 'circuity_avg': 1.0656320500168839, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656320500168839\n", - "980\n", - "9006527.775031539\n", - "{'n': 287, 'm': 636, 'k_avg': 4.43205574912892, 'intersection_count': 185, 'streets_per_node_avg': 2.35191637630662, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 167, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3554006968641115, 2: 0.0, 3: 0.5818815331010453, 4: 0.0627177700348432}, 'edge_length_total': 87268.73400000008, 'edge_length_avg': 137.21499056603787, 'street_length_total': 43743.928000000014, 'street_length_avg': 136.2739190031153, 'street_segments_count': 321, 'node_density_km': 31.86577637562384, 'intersection_density_km': 20.540657245611186, 'edge_density_km': 9689.498126229282, 'street_density_km': 4856.913684457808, 'circuity_avg': 1.065842751767753, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065842751767753\n", - "981\n", - "6004096.9056483535\n", - "{'n': 136, 'm': 300, 'k_avg': 4.411764705882353, 'intersection_count': 92, 'streets_per_node_avg': 2.389705882352941, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 87, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3235294117647059, 2: 0.0, 3: 0.6397058823529411, 4: 0.03676470588235294}, 'edge_length_total': 39358.64399999997, 'edge_length_avg': 131.1954799999999, 'street_length_total': 19679.321999999993, 'street_length_avg': 131.19547999999995, 'street_segments_count': 150, 'node_density_km': 22.651200028443583, 'intersection_density_km': 15.32287060747654, 'edge_density_km': 6555.297927149266, 'street_density_km': 3277.6489635746343, 'circuity_avg': 1.0571677336453373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571677336453373\n", - "982\n", - "17012567.791775253\n", - "{'n': 574, 'm': 1595, 'k_avg': 5.557491289198606, 'intersection_count': 485, 'streets_per_node_avg': 2.8780487804878048, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 377, 4: 108}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15505226480836237, 2: 0.0, 3: 0.6567944250871081, 4: 0.18815331010452963}, 'edge_length_total': 247561.4570000003, 'edge_length_avg': 155.2109448275864, 'street_length_total': 124045.61300000014, 'street_length_avg': 154.4777247820674, 'street_segments_count': 803, 'node_density_km': 33.739762687529215, 'intersection_density_km': 28.50833606873113, 'edge_density_km': 14551.680853238637, 'street_density_km': 7291.410357228387, 'circuity_avg': 1.0474009756423983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474009756423983\n", - "983\n", - "20020042.840367418\n", - "{'n': 701, 'm': 1866, 'k_avg': 5.323823109843081, 'intersection_count': 574, 'streets_per_node_avg': 2.780313837375178, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 475, 4: 98, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.181169757489301, 2: 0.0, 3: 0.6776034236804565, 4: 0.1398002853067047, 5: 0.0014265335235378032}, 'edge_length_total': 218982.24999999994, 'edge_length_avg': 117.35383172561626, 'street_length_total': 114938.4909999999, 'street_length_avg': 119.23079979253103, 'street_segments_count': 964, 'node_density_km': 35.014910087332005, 'intersection_density_km': 28.671267318300387, 'edge_density_km': 10938.150919360425, 'street_density_km': 5741.171081224845, 'circuity_avg': 1.076522438644488, 'self_loop_proportion': 0.003215434083601286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076522438644488\n", - "984\n", - "28009807.051854692\n", - "{'n': 4864, 'm': 10862, 'k_avg': 4.4662828947368425, 'intersection_count': 3003, 'streets_per_node_avg': 2.3108552631578947, 'streets_per_node_counts': {0: 0, 1: 1861, 2: 1, 3: 2638, 4: 357, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38260690789473684, 2: 0.00020559210526315788, 3: 0.5423519736842105, 4: 0.07339638157894737, 5: 0.0014391447368421052}, 'edge_length_total': 584054.4649999989, 'edge_length_avg': 53.77043500276182, 'street_length_total': 294844.58699999994, 'street_length_avg': 53.19224012267724, 'street_segments_count': 5543, 'node_density_km': 173.65346326717827, 'intersection_density_km': 107.21244864131093, 'edge_density_km': 20851.78465952072, 'street_density_km': 10526.47690339861, 'circuity_avg': 1.0716647504206356, 'self_loop_proportion': 0.0017492174553489228, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716647504206356\n", - "985\n", - "24010062.052155994\n", - "{'n': 3510, 'm': 7690, 'k_avg': 4.381766381766382, 'intersection_count': 2083, 'streets_per_node_avg': 2.2555555555555555, 'streets_per_node_counts': {0: 0, 1: 1427, 2: 0, 3: 1846, 4: 234, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40655270655270653, 2: 0.0, 3: 0.5259259259259259, 4: 0.06666666666666667, 5: 0.0005698005698005698, 6: 0.0002849002849002849}, 'edge_length_total': 450367.5079999999, 'edge_length_avg': 58.5653456436931, 'street_length_total': 226711.16399999938, 'street_length_avg': 58.35551196911181, 'street_segments_count': 3885, 'node_density_km': 146.18871006561258, 'intersection_density_km': 86.7552943209889, 'edge_density_km': 18757.448732189303, 'street_density_km': 9442.33977852805, 'circuity_avg': 1.0471717949967774, 'self_loop_proportion': 0.002080624187256177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471717949967774\n", - "986\n", - "52028096.04503483\n", - "error with entry 986\n", - "987\n", - "70069601.88933955\n", - "{'n': 7799, 'm': 20353, 'k_avg': 5.219387100910373, 'intersection_count': 6365, 'streets_per_node_avg': 2.76791896396974, 'streets_per_node_counts': {0: 0, 1: 1434, 2: 42, 3: 5243, 4: 1061, 5: 18, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18386972688806258, 2: 0.005385305808436979, 3: 0.6722656750865496, 4: 0.13604308244646748, 5: 0.002307988203615848, 6: 0.00012822156686754713}, 'edge_length_total': 1518418.8460000015, 'edge_length_avg': 74.60417854861699, 'street_length_total': 798256.9860000005, 'street_length_avg': 74.582545641409, 'street_segments_count': 10703, 'node_density_km': 111.30361511568037, 'intersection_density_km': 90.83824980270619, 'edge_density_km': 21670.150893650432, 'street_density_km': 11392.34367651585, 'circuity_avg': 1.0662393559367354, 'self_loop_proportion': 0.002358374686778362, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662393559367354\n", - "988\n", - "47015003.220078275\n", - "error with entry 988\n", - "989\n", - "14013529.481762558\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 261, 'm': 736, 'k_avg': 5.639846743295019, 'intersection_count': 212, 'streets_per_node_avg': 2.8850574712643677, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 146, 4: 64, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18773946360153257, 2: 0.0, 3: 0.5593869731800766, 4: 0.24521072796934865, 5: 0.007662835249042145}, 'edge_length_total': 131661.26199999993, 'edge_length_avg': 178.88758423913035, 'street_length_total': 65830.63100000001, 'street_length_avg': 178.88758423913046, 'street_segments_count': 368, 'node_density_km': 18.624858237153585, 'intersection_density_km': 15.128237342055785, 'edge_density_km': 9395.296322125421, 'street_density_km': 4697.648161062713, 'circuity_avg': 1.035279886296116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035279886296116\n", - "990\n", - "28011145.81506264\n", - "{'n': 1158, 'm': 3023, 'k_avg': 5.2210708117443865, 'intersection_count': 894, 'streets_per_node_avg': 2.658894645941278, 'streets_per_node_counts': {0: 0, 1: 264, 2: 0, 3: 762, 4: 131, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22797927461139897, 2: 0.0, 3: 0.6580310880829016, 4: 0.11312607944732297, 5: 0.0008635578583765112}, 'edge_length_total': 419981.0800000019, 'edge_length_avg': 138.9285742639768, 'street_length_total': 210195.2830000002, 'street_length_avg': 138.65124208443285, 'street_segments_count': 1516, 'node_density_km': 41.34068658402757, 'intersection_density_km': 31.91586684466377, 'edge_density_km': 14993.35595811873, 'street_density_km': 7503.987319468037, 'circuity_avg': 1.042901686236206, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042901686236206\n", - "991\n", - "10007043.501136025\n", - "{'n': 116, 'm': 318, 'k_avg': 5.482758620689655, 'intersection_count': 98, 'streets_per_node_avg': 2.8620689655172415, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 78, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15517241379310345, 2: 0.0, 3: 0.6724137931034483, 4: 0.1724137931034483}, 'edge_length_total': 88095.66800000008, 'edge_length_avg': 277.0304025157235, 'street_length_total': 44047.834, 'street_length_avg': 277.03040251572327, 'street_segments_count': 159, 'node_density_km': 11.591835289496982, 'intersection_density_km': 9.793102227333657, 'edge_density_km': 8803.366148053543, 'street_density_km': 4401.683074026768, 'circuity_avg': 1.0777859492649613, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0777859492649613\n", - "992\n", - "5005693.113320989\n", - "{'n': 147, 'm': 410, 'k_avg': 5.578231292517007, 'intersection_count': 128, 'streets_per_node_avg': 2.8503401360544216, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 112, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1292517006802721, 2: 0.0, 3: 0.7619047619047619, 4: 0.10884353741496598}, 'edge_length_total': 57802.45800000001, 'edge_length_avg': 140.9816048780488, 'street_length_total': 28901.22900000001, 'street_length_avg': 140.98160487804884, 'street_segments_count': 205, 'node_density_km': 29.366562566292437, 'intersection_density_km': 25.570884411465524, 'edge_density_km': 11547.343532942117, 'street_density_km': 5773.6717664710595, 'circuity_avg': 1.0748750205616726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0748750205616726\n", - "993\n", - "22011551.910089713\n", - "{'n': 1114, 'm': 2785, 'k_avg': 5.0, 'intersection_count': 819, 'streets_per_node_avg': 2.616696588868941, 'streets_per_node_counts': {0: 0, 1: 295, 2: 2, 3: 659, 4: 155, 5: 1, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26481149012567323, 2: 0.0017953321364452424, 3: 0.5915619389587073, 4: 0.13913824057450627, 5: 0.0008976660682226212, 6: 0.0008976660682226212, 7: 0.0, 8: 0.0008976660682226212}, 'edge_length_total': 257373.27200000008, 'edge_length_avg': 92.41410125673252, 'street_length_total': 130135.28500000003, 'street_length_avg': 91.64456690140847, 'street_segments_count': 1420, 'node_density_km': 50.6097891030283, 'intersection_density_km': 37.20773543570932, 'edge_density_km': 11692.64543687284, 'street_density_km': 5912.135842650345, 'circuity_avg': 1.0755950508763779, 'self_loop_proportion': 0.001436265709156194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755950508763779\n", - "994\n", - "16007676.091673415\n", - "{'n': 611, 'm': 1562, 'k_avg': 5.112929623567921, 'intersection_count': 483, 'streets_per_node_avg': 2.6661211129296234, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 432, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20949263502454993, 2: 0.0, 3: 0.707037643207856, 4: 0.08183306055646482, 5: 0.0016366612111292963}, 'edge_length_total': 204391.96699999992, 'edge_length_avg': 130.85273175416128, 'street_length_total': 102713.4469999999, 'street_length_avg': 130.34701395939072, 'street_segments_count': 788, 'node_density_km': 38.169188113308905, 'intersection_density_km': 30.173024318704094, 'edge_density_km': 12768.372237761412, 'street_density_km': 6416.5120790660885, 'circuity_avg': 1.043702148688269, 'self_loop_proportion': 0.002560819462227913, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043702148688269\n", - "995\n", - "10003043.531931264\n", - "{'n': 176, 'm': 419, 'k_avg': 4.761363636363637, 'intersection_count': 139, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 129, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21022727272727273, 2: 0.0, 3: 0.7329545454545454, 4: 0.056818181818181816}, 'edge_length_total': 75647.71699999999, 'edge_length_avg': 180.54347732696894, 'street_length_total': 38150.582, 'street_length_avg': 178.2737476635514, 'street_segments_count': 214, 'node_density_km': 17.59464501360818, 'intersection_density_km': 13.895770777792825, 'edge_density_km': 7562.470038095981, 'street_density_km': 3813.897428139489, 'circuity_avg': 1.044793174965973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044793174965973\n", - "996\n", - "26030693.532032326\n", - "error with entry 996\n", - "997\n", - "10008574.427754877\n", - "{'n': 838, 'm': 2059, 'k_avg': 4.914081145584726, 'intersection_count': 623, 'streets_per_node_avg': 2.591885441527446, 'streets_per_node_counts': {0: 0, 1: 215, 2: 1, 3: 535, 4: 85, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.256563245823389, 2: 0.0011933174224343676, 3: 0.6384248210023866, 4: 0.10143198090692124, 5: 0.002386634844868735}, 'edge_length_total': 181094.40999999992, 'edge_length_avg': 87.95260320543949, 'street_length_total': 92682.68700000005, 'street_length_avg': 87.27183333333338, 'street_segments_count': 1062, 'node_density_km': 83.72820785307185, 'intersection_density_km': 62.24662707931237, 'edge_density_km': 18093.92649344798, 'street_density_km': 9260.328498230554, 'circuity_avg': 1.0956423743581247, 'self_loop_proportion': 0.001942690626517727, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0956423743581247\n", - "998\n", - "8003402.00588458\n", - "{'n': 563, 'm': 1304, 'k_avg': 4.632326820603907, 'intersection_count': 404, 'streets_per_node_avg': 2.4689165186500888, 'streets_per_node_counts': {0: 0, 1: 159, 2: 1, 3: 384, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2824156305506217, 2: 0.0017761989342806395, 3: 0.6820603907637656, 4: 0.03197158081705151, 5: 0.0017761989342806395}, 'edge_length_total': 126292.03000000007, 'edge_length_avg': 96.84971625766876, 'street_length_total': 63643.07000000005, 'street_length_avg': 95.99256410256417, 'street_segments_count': 663, 'node_density_km': 70.34508570056191, 'intersection_density_km': 50.478533966300205, 'edge_density_km': 15779.793381257445, 'street_density_km': 7952.002155234218, 'circuity_avg': 1.0914439310315793, 'self_loop_proportion': 0.006134969325153374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0914439310315793\n", - "999\n", - "7001519.905616175\n", - "{'n': 274, 'm': 572, 'k_avg': 4.175182481751825, 'intersection_count': 166, 'streets_per_node_avg': 2.2554744525547443, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 154, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39416058394160586, 2: 0.0, 3: 0.5620437956204379, 4: 0.043795620437956206}, 'edge_length_total': 76578.60399999992, 'edge_length_avg': 133.8786783216782, 'street_length_total': 38289.30200000002, 'street_length_avg': 133.8786783216784, 'street_segments_count': 286, 'node_density_km': 39.1343599237952, 'intersection_density_km': 23.709137764051107, 'edge_density_km': 10937.425735028393, 'street_density_km': 5468.712867514205, 'circuity_avg': 1.060435420235857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060435420235857\n", - "1000\n", - "75028117.36144757\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 10309, 'm': 26388, 'k_avg': 5.11941022407605, 'intersection_count': 7480, 'streets_per_node_avg': 2.6518576001552043, 'streets_per_node_counts': {0: 0, 1: 2829, 2: 6, 3: 5430, 4: 2015, 5: 27, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2744204093510525, 2: 0.0005820157144242894, 3: 0.5267242215539819, 4: 0.19546027742749053, 5: 0.0026190707149093026, 6: 0.00019400523814142983}, 'edge_length_total': 1716633.2880000062, 'edge_length_avg': 65.05355798090065, 'street_length_total': 874580.4479999981, 'street_length_avg': 64.57804386029669, 'street_segments_count': 13543, 'node_density_km': 137.40182164423032, 'intersection_density_km': 99.69595750304033, 'edge_density_km': 22879.86622042153, 'street_density_km': 11656.70256374302, 'circuity_avg': 1.0622314957390666, 'self_loop_proportion': 0.0018948006669698347, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622314957390666\n", - "1001\n", - "4004170.116799186\n", - "{'n': 196, 'm': 494, 'k_avg': 5.040816326530612, 'intersection_count': 156, 'streets_per_node_avg': 2.6581632653061225, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 143, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20408163265306123, 2: 0.0, 3: 0.7295918367346939, 4: 0.0663265306122449}, 'edge_length_total': 58768.987000000016, 'edge_length_avg': 118.96556072874498, 'street_length_total': 29662.873000000003, 'street_length_avg': 118.17877689243029, 'street_segments_count': 251, 'node_density_km': 48.94896927023584, 'intersection_density_km': 38.95938370488159, 'edge_density_km': 14676.945605642299, 'street_density_km': 7407.995198693411, 'circuity_avg': 1.0570400170065888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570400170065888\n", - "1002\n", - "13010424.906511592\n", - "{'n': 720, 'm': 1812, 'k_avg': 5.033333333333333, 'intersection_count': 558, 'streets_per_node_avg': 2.654166666666667, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 488, 4: 65, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225, 2: 0.0, 3: 0.6777777777777778, 4: 0.09027777777777778, 5: 0.006944444444444444}, 'edge_length_total': 208802.18399999957, 'edge_length_avg': 115.23299337748321, 'street_length_total': 105124.55200000013, 'street_length_avg': 113.28076724137945, 'street_segments_count': 928, 'node_density_km': 55.340237169321576, 'intersection_density_km': 42.88868380622422, 'edge_density_km': 16048.836644489305, 'street_density_km': 8080.024499998175, 'circuity_avg': 1.1052713797687668, 'self_loop_proportion': 0.00772626931567329, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1052713797687668\n", - "1003\n", - "9008554.93670555\n", - "{'n': 693, 'm': 1842, 'k_avg': 5.316017316017316, 'intersection_count': 560, 'streets_per_node_avg': 2.7316017316017316, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 480, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1919191919191919, 2: 0.0, 3: 0.6926406926406926, 4: 0.11544011544011544}, 'edge_length_total': 169480.6190000001, 'edge_length_avg': 92.00902225841482, 'street_length_total': 84883.15999999999, 'street_length_avg': 91.76557837837836, 'street_segments_count': 925, 'node_density_km': 76.92687727044397, 'intersection_density_km': 62.163133147833506, 'edge_density_km': 18813.29693727544, 'street_density_km': 9422.505673372954, 'circuity_avg': 1.0760369407959511, 'self_loop_proportion': 0.006514657980456026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760369407959511\n", - "1004\n", - "10006936.573890235\n", - "{'n': 238, 'm': 582, 'k_avg': 4.890756302521009, 'intersection_count': 177, 'streets_per_node_avg': 2.5714285714285716, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 157, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25630252100840334, 2: 0.0, 3: 0.6596638655462185, 4: 0.08403361344537816}, 'edge_length_total': 87083.88800000008, 'edge_length_avg': 149.62867353951904, 'street_length_total': 43541.94400000002, 'street_length_avg': 149.62867353951896, 'street_segments_count': 291, 'node_density_km': 23.783502397824893, 'intersection_density_km': 17.687730774852966, 'edge_density_km': 8702.352348991244, 'street_density_km': 4351.17617449562, 'circuity_avg': 1.0688752119541056, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688752119541056\n", - "1005\n", - "18005362.39857197\n", - "{'n': 573, 'm': 1355, 'k_avg': 4.729493891797556, 'intersection_count': 396, 'streets_per_node_avg': 2.4415357766143106, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 363, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3089005235602094, 2: 0.0, 3: 0.6335078534031413, 4: 0.055846422338568937, 5: 0.0017452006980802793}, 'edge_length_total': 200778.9009999999, 'edge_length_avg': 148.17631070110693, 'street_length_total': 101417.80800000006, 'street_length_avg': 148.05519416058402, 'street_segments_count': 685, 'node_density_km': 31.823852656553324, 'intersection_density_km': 21.99344790924104, 'edge_density_km': 11151.061364692328, 'street_density_km': 5632.644639690431, 'circuity_avg': 1.0602402464629648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602402464629648\n", - "1006\n", - "15016569.359016843\n", - "{'n': 369, 'm': 913, 'k_avg': 4.948509485094851, 'intersection_count': 289, 'streets_per_node_avg': 2.6178861788617884, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 270, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21680216802168023, 2: 0.0, 3: 0.7317073170731707, 4: 0.051490514905149054}, 'edge_length_total': 154191.8989999999, 'edge_length_avg': 168.8848838992332, 'street_length_total': 77281.429, 'street_length_avg': 167.27582034632036, 'street_segments_count': 462, 'node_density_km': 24.572856234865018, 'intersection_density_km': 19.245407728661217, 'edge_density_km': 10268.117524953454, 'street_density_km': 5146.410418541811, 'circuity_avg': 1.0490419264940607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490419264940607\n", - "1007\n", - "10005240.247535491\n", - "{'n': 342, 'm': 803, 'k_avg': 4.695906432748538, 'intersection_count': 239, 'streets_per_node_avg': 2.482456140350877, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 211, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30116959064327486, 2: 0.0, 3: 0.6169590643274854, 4: 0.07894736842105263, 5: 0.0029239766081871343}, 'edge_length_total': 107140.74699999996, 'edge_length_avg': 133.42558779576584, 'street_length_total': 53752.18999999999, 'street_length_avg': 133.38012406947888, 'street_segments_count': 403, 'node_density_km': 34.1820877398963, 'intersection_density_km': 23.88748236793923, 'edge_density_km': 10708.463200210615, 'street_density_km': 5372.40372746075, 'circuity_avg': 1.0776743111386622, 'self_loop_proportion': 0.007471980074719801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776743111386622\n", - "1008\n", - "7007006.489725355\n", - "{'n': 690, 'm': 1757, 'k_avg': 5.092753623188406, 'intersection_count': 521, 'streets_per_node_avg': 2.6202898550724636, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 448, 4: 71, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24492753623188407, 2: 0.0, 3: 0.6492753623188405, 4: 0.10289855072463767, 5: 0.0014492753623188406, 6: 0.0014492753623188406}, 'edge_length_total': 145924.69800000003, 'edge_length_avg': 83.053328400683, 'street_length_total': 73011.80399999999, 'street_length_avg': 83.06234812286688, 'street_segments_count': 879, 'node_density_km': 98.47286441246682, 'intersection_density_km': 74.35414834622495, 'edge_density_km': 20825.54058055677, 'street_density_km': 10419.828225799423, 'circuity_avg': 1.0519989470227615, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519989470227615\n", - "1009\n", - "1000290.4888465113\n", - "{'n': 21, 'm': 46, 'k_avg': 4.380952380952381, 'intersection_count': 13, 'streets_per_node_avg': 2.4761904761904763, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 8, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38095238095238093, 2: 0.0, 3: 0.38095238095238093, 4: 0.23809523809523808}, 'edge_length_total': 6869.731999999999, 'edge_length_avg': 149.34199999999998, 'street_length_total': 3434.866, 'street_length_avg': 149.342, 'street_segments_count': 23, 'node_density_km': 20.993901505767816, 'intersection_density_km': 12.99622474166579, 'edge_density_km': 6867.736999001016, 'street_density_km': 3433.8684995005083, 'circuity_avg': 1.0023282937963567, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0023282937963567\n", - "1010\n", - "10008792.114383003\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 370, 'm': 913, 'k_avg': 4.935135135135135, 'intersection_count': 275, 'streets_per_node_avg': 2.67027027027027, 'streets_per_node_counts': {0: 0, 1: 95, 2: 1, 3: 205, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25675675675675674, 2: 0.002702702702702703, 3: 0.5540540540540541, 4: 0.1864864864864865}, 'edge_length_total': 102795.13499999986, 'edge_length_avg': 112.59050930996699, 'street_length_total': 54440.53499999996, 'street_length_avg': 112.2485257731958, 'street_segments_count': 485, 'node_density_km': 36.96749775313011, 'intersection_density_km': 27.47584292462373, 'edge_density_km': 10270.483573365409, 'street_density_km': 5439.271230518107, 'circuity_avg': 1.1032960320854268, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1032960320854268\n", - "1011\n", - "56015826.97139015\n", - "error with entry 1011\n", - "1012\n", - "5001512.930857598\n", - "{'n': 97, 'm': 264, 'k_avg': 5.443298969072165, 'intersection_count': 81, 'streets_per_node_avg': 2.8556701030927836, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 63, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16494845360824742, 2: 0.0, 3: 0.6494845360824743, 4: 0.18556701030927836}, 'edge_length_total': 48398.52800000001, 'edge_length_avg': 183.32775757575763, 'street_length_total': 24199.264000000006, 'street_length_avg': 183.32775757575763, 'street_segments_count': 132, 'node_density_km': 19.394131603968006, 'intersection_density_km': 16.195099586818646, 'edge_density_km': 9676.777540931245, 'street_density_km': 4838.388770465623, 'circuity_avg': 1.0342379051369177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342379051369177\n", - "1013\n", - "4004259.950436263\n", - "{'n': 353, 'm': 947, 'k_avg': 5.36543909348442, 'intersection_count': 293, 'streets_per_node_avg': 2.7960339943342776, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 245, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16997167138810199, 2: 0.0, 3: 0.6940509915014165, 4: 0.1359773371104816}, 'edge_length_total': 85444.38600000007, 'edge_length_avg': 90.22638437170018, 'street_length_total': 43027.43799999996, 'street_length_avg': 90.01556066945598, 'street_segments_count': 478, 'node_density_km': 88.15611483004263, 'intersection_density_km': 73.17207264929883, 'edge_density_km': 21338.371398862586, 'street_density_km': 10745.415765355625, 'circuity_avg': 1.0369368947627644, 'self_loop_proportion': 0.0021119324181626186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369368947627644\n", - "1014\n", - "12009180.791896127\n", - "{'n': 367, 'm': 864, 'k_avg': 4.708446866485014, 'intersection_count': 251, 'streets_per_node_avg': 2.444141689373297, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 223, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31607629427792916, 2: 0.0, 3: 0.6076294277929155, 4: 0.07629427792915532}, 'edge_length_total': 119250.86999999991, 'edge_length_avg': 138.02184027777767, 'street_length_total': 59625.43499999998, 'street_length_avg': 138.02184027777773, 'street_segments_count': 432, 'node_density_km': 30.5599529526322, 'intersection_density_km': 20.900676270056355, 'edge_density_km': 9929.97541351623, 'street_density_km': 4964.987706758117, 'circuity_avg': 1.0611180173391086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611180173391086\n", - "1015\n", - "13003664.103737473\n", - "{'n': 652, 'm': 1497, 'k_avg': 4.5920245398773005, 'intersection_count': 453, 'streets_per_node_avg': 2.4693251533742333, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 401, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3052147239263804, 2: 0.0, 3: 0.6150306748466258, 4: 0.07975460122699386}, 'edge_length_total': 167181.15199999968, 'edge_length_avg': 111.67745624582477, 'street_length_total': 83656.61099999999, 'street_length_avg': 111.39362316910784, 'street_segments_count': 751, 'node_density_km': 50.13971406817591, 'intersection_density_km': 34.83633508110995, 'edge_density_km': 12856.464967589325, 'street_density_km': 6433.310667872116, 'circuity_avg': 1.0631627028843464, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631627028843464\n", - "1016\n", - "12003751.15028179\n", - "{'n': 1424, 'm': 3381, 'k_avg': 4.748595505617978, 'intersection_count': 933, 'streets_per_node_avg': 2.4353932584269664, 'streets_per_node_counts': {0: 0, 1: 491, 2: 0, 3: 756, 4: 176, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34480337078651685, 2: 0.0, 3: 0.5308988764044944, 4: 0.12359550561797752, 5: 0.0007022471910112359}, 'edge_length_total': 208951.78100000054, 'edge_length_avg': 61.80176900325363, 'street_length_total': 104943.42199999985, 'street_length_avg': 61.65888484136301, 'street_segments_count': 1702, 'node_density_km': 118.62958355035303, 'intersection_density_km': 77.72570326719058, 'edge_density_km': 17407.206995881064, 'street_density_km': 8742.552281045602, 'circuity_avg': 1.0635305674305897, 'self_loop_proportion': 0.0011830819284235432, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635305674305897\n", - "1017\n", - "11004207.895297572\n", - "{'n': 265, 'm': 668, 'k_avg': 5.041509433962264, 'intersection_count': 216, 'streets_per_node_avg': 2.720754716981132, 'streets_per_node_counts': {0: 0, 1: 49, 2: 1, 3: 191, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18490566037735848, 2: 0.0037735849056603774, 3: 0.720754716981132, 4: 0.08679245283018867, 5: 0.0037735849056603774}, 'edge_length_total': 107321.16699999983, 'edge_length_avg': 160.6604296407183, 'street_length_total': 53712.57199999998, 'street_length_avg': 159.85884523809517, 'street_segments_count': 336, 'node_density_km': 24.08169697641231, 'intersection_density_km': 19.628854893981355, 'edge_density_km': 9752.73895414693, 'street_density_km': 4881.093897085766, 'circuity_avg': 1.0463494667917506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463494667917506\n", - "1018\n", - "10002434.260781124\n", - "{'n': 622, 'm': 1756, 'k_avg': 5.646302250803859, 'intersection_count': 532, 'streets_per_node_avg': 2.8842443729903535, 'streets_per_node_counts': {0: 0, 1: 90, 2: 2, 3: 422, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14469453376205788, 2: 0.003215434083601286, 3: 0.6784565916398714, 4: 0.17041800643086816, 5: 0.003215434083601286}, 'edge_length_total': 154245.23099999997, 'edge_length_avg': 87.83896981776763, 'street_length_total': 77253.84799999993, 'street_length_avg': 87.68881725312137, 'street_segments_count': 881, 'node_density_km': 62.184862582783516, 'intersection_density_km': 53.18705288431001, 'edge_density_km': 15420.769282612055, 'street_density_km': 7723.504697542187, 'circuity_avg': 1.0552315856911556, 'self_loop_proportion': 0.002277904328018223, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0552315856911556\n", - "1019\n", - "7007306.230097917\n", - "{'n': 316, 'm': 832, 'k_avg': 5.265822784810126, 'intersection_count': 246, 'streets_per_node_avg': 2.6835443037974684, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 208, 4: 36, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22151898734177214, 2: 0.0, 3: 0.6582278481012658, 4: 0.11392405063291139, 5: 0.006329113924050633}, 'edge_length_total': 92440.44999999995, 'edge_length_avg': 111.10631009615379, 'street_length_total': 46220.22499999999, 'street_length_avg': 111.10631009615382, 'street_segments_count': 416, 'node_density_km': 45.09578854178097, 'intersection_density_km': 35.10621513062696, 'edge_density_km': 13192.009449073019, 'street_density_km': 6596.004724536512, 'circuity_avg': 1.0864400907606253, 'self_loop_proportion': 0.002403846153846154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864400907606253\n", - "1020\n", - "8002077.767779546\n", - "{'n': 160, 'm': 480, 'k_avg': 6.0, 'intersection_count': 139, 'streets_per_node_avg': 3.1125, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 79, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13125, 2: 0.0, 3: 0.49375, 4: 0.375}, 'edge_length_total': 92140.058, 'edge_length_avg': 191.95845416666668, 'street_length_total': 46070.02899999997, 'street_length_avg': 191.95845416666654, 'street_segments_count': 240, 'node_density_km': 19.994806929300506, 'intersection_density_km': 17.370488519829813, 'edge_density_km': 11514.516688528442, 'street_density_km': 5757.258344264217, 'circuity_avg': 1.0173270858230439, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0173270858230439\n", - "1021\n", - "6002123.099009792\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 703, 'm': 1651, 'k_avg': 4.69701280227596, 'intersection_count': 497, 'streets_per_node_avg': 2.5163584637268848, 'streets_per_node_counts': {0: 0, 1: 206, 2: 2, 3: 422, 4: 72, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2930298719772404, 2: 0.002844950213371266, 3: 0.6002844950213371, 4: 0.10241820768136557, 5: 0.001422475106685633}, 'edge_length_total': 110257.63500000001, 'edge_length_avg': 66.78233494851605, 'street_length_total': 56101.87900000002, 'street_length_avg': 65.84727582159627, 'street_segments_count': 852, 'node_density_km': 117.12522192621779, 'intersection_density_km': 82.80403313987232, 'edge_density_km': 18369.772359082388, 'street_density_km': 9347.005730231607, 'circuity_avg': 1.0558503190626152, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558503190626152\n", - "1022\n", - "7005657.1817767555\n", - "{'n': 58, 'm': 150, 'k_avg': 5.172413793103448, 'intersection_count': 47, 'streets_per_node_avg': 2.7758620689655173, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 38, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1896551724137931, 2: 0.0, 3: 0.6551724137931034, 4: 0.15517241379310345}, 'edge_length_total': 32950.567999999985, 'edge_length_avg': 219.67045333333323, 'street_length_total': 16475.284000000003, 'street_length_avg': 219.67045333333337, 'street_segments_count': 75, 'node_density_km': 8.279023437068926, 'intersection_density_km': 6.708863819693785, 'edge_density_km': 4703.422840288504, 'street_density_km': 2351.7114201442537, 'circuity_avg': 1.0805942210109731, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805942210109731\n", - "1023\n", - "42013068.30693163\n", - "{'n': 7464, 'm': 17030, 'k_avg': 4.563236870310825, 'intersection_count': 4548, 'streets_per_node_avg': 2.3239549839228295, 'streets_per_node_counts': {0: 0, 1: 2916, 2: 2, 3: 3770, 4: 765, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39067524115755625, 2: 0.0002679528403001072, 3: 0.505091103965702, 4: 0.102491961414791, 5: 0.0013397642015005359, 6: 0.0001339764201500536}, 'edge_length_total': 783625.9980000017, 'edge_length_avg': 46.01444497944813, 'street_length_total': 394587.6919999983, 'street_length_avg': 45.96781127679384, 'street_segments_count': 8584, 'node_density_km': 177.65900708491063, 'intersection_density_km': 108.25203164820117, 'edge_density_km': 18651.958297240413, 'street_density_km': 9392.02271820019, 'circuity_avg': 1.0645743288013787, 'self_loop_proportion': 0.0017615971814445098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645743288013787\n", - "1024\n", - "13014376.96739899\n", - "{'n': 343, 'm': 882, 'k_avg': 5.142857142857143, 'intersection_count': 265, 'streets_per_node_avg': 2.693877551020408, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 215, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22740524781341107, 2: 0.0, 3: 0.6268221574344023, 4: 0.14285714285714285, 5: 0.0029154518950437317}, 'edge_length_total': 140048.14099999983, 'edge_length_avg': 158.7847403628116, 'street_length_total': 70699.24799999996, 'street_length_avg': 158.51849327354253, 'street_segments_count': 446, 'node_density_km': 26.35546833007949, 'intersection_density_km': 20.362096523239256, 'edge_density_km': 10761.03307525365, 'street_density_km': 5432.395893948789, 'circuity_avg': 1.0652561152885447, 'self_loop_proportion': 0.0022675736961451248, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652561152885447\n", - "1025\n", - "11004584.299382847\n", - "{'n': 720, 'm': 1815, 'k_avg': 5.041666666666667, 'intersection_count': 573, 'streets_per_node_avg': 2.6708333333333334, 'streets_per_node_counts': {0: 0, 1: 147, 2: 1, 3: 514, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20416666666666666, 2: 0.001388888888888889, 3: 0.7138888888888889, 4: 0.08055555555555556}, 'edge_length_total': 196275.13499999972, 'edge_length_avg': 108.14057024793372, 'street_length_total': 100661.77099999994, 'street_length_avg': 108.23846344086014, 'street_segments_count': 930, 'node_density_km': 65.42727834257026, 'intersection_density_km': 52.069209014295495, 'edge_density_km': 17835.760957459075, 'street_density_km': 9147.257930101476, 'circuity_avg': 1.0717903913531743, 'self_loop_proportion': 0.004407713498622589, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717903913531743\n", - "1026\n", - "10008270.745463233\n", - "{'n': 603, 'm': 1450, 'k_avg': 4.8092868988391375, 'intersection_count': 426, 'streets_per_node_avg': 2.530679933665008, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 356, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2935323383084577, 2: 0.0, 3: 0.5903814262023217, 4: 0.11442786069651742, 5: 0.001658374792703151}, 'edge_length_total': 138239.50200000033, 'edge_length_avg': 95.33758758620712, 'street_length_total': 69369.10000000015, 'street_length_avg': 94.12360922659451, 'street_segments_count': 737, 'node_density_km': 60.25016861912343, 'intersection_density_km': 42.56479574087327, 'edge_density_km': 13812.526211150365, 'street_density_km': 6931.177399596757, 'circuity_avg': 1.0882448039538115, 'self_loop_proportion': 0.005517241379310344, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0882448039538115\n", - "1027\n", - "389296771.3139701\n", - "error with entry 1027\n", - "1028\n", - "6001129.651017287\n", - "{'n': 345, 'm': 819, 'k_avg': 4.747826086956522, 'intersection_count': 243, 'streets_per_node_avg': 2.4782608695652173, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 221, 4: 20, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2956521739130435, 2: 0.0, 3: 0.6405797101449275, 4: 0.057971014492753624, 5: 0.005797101449275362}, 'edge_length_total': 84206.84700000011, 'edge_length_avg': 102.81666300366314, 'street_length_total': 42160.22099999997, 'street_length_avg': 102.33063349514555, 'street_segments_count': 412, 'node_density_km': 57.48917621560084, 'intersection_density_km': 40.49237629098842, 'edge_density_km': 14031.832654327958, 'street_density_km': 7025.380795239633, 'circuity_avg': 1.0473155941543315, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473155941543315\n", - "1029\n", - "26011568.005204715\n", - "{'n': 3296, 'm': 8489, 'k_avg': 5.151092233009709, 'intersection_count': 2608, 'streets_per_node_avg': 2.7075242718446604, 'streets_per_node_counts': {0: 0, 1: 688, 2: 8, 3: 2202, 4: 378, 5: 18, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2087378640776699, 2: 0.0024271844660194173, 3: 0.6680825242718447, 4: 0.11468446601941748, 5: 0.0054611650485436895, 6: 0.0006067961165048543}, 'edge_length_total': 552912.076000002, 'edge_length_avg': 65.13276899517045, 'street_length_total': 286832.28600000014, 'street_length_avg': 65.1003826600091, 'street_segments_count': 4406, 'node_density_km': 126.71285327130205, 'intersection_density_km': 100.26308292826327, 'edge_density_km': 21256.391613507058, 'street_density_km': 11027.104784402354, 'circuity_avg': 1.0807118337510961, 'self_loop_proportion': 0.0023559901048415596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0807118337510961\n", - "1030\n", - "140079950.36680654\n", - "error with entry 1030\n", - "1031\n", - "19007041.201782875\n", - "{'n': 698, 'm': 1768, 'k_avg': 5.065902578796561, 'intersection_count': 556, 'streets_per_node_avg': 2.673352435530086, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 501, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2034383954154728, 2: 0.0, 3: 0.7177650429799427, 4: 0.07736389684813753, 5: 0.0014326647564469914}, 'edge_length_total': 260623.14199999953, 'edge_length_avg': 147.41127941176444, 'street_length_total': 130829.19699999999, 'street_length_avg': 145.36577444444444, 'street_segments_count': 900, 'node_density_km': 36.72323285828028, 'intersection_density_km': 29.252317291122974, 'edge_density_km': 13711.925976966519, 'street_density_km': 6883.1963697604915, 'circuity_avg': 1.066270694404683, 'self_loop_proportion': 0.0011312217194570137, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066270694404683\n", - "1032\n", - "15014816.120364508\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 325, 'm': 874, 'k_avg': 5.378461538461538, 'intersection_count': 273, 'streets_per_node_avg': 2.806153846153846, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 232, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.7138461538461538, 4: 0.12615384615384614}, 'edge_length_total': 162914.9800000004, 'edge_length_avg': 186.40157894736888, 'street_length_total': 81457.48999999993, 'street_length_avg': 186.40157894736828, 'street_segments_count': 437, 'node_density_km': 21.64528672177373, 'intersection_density_km': 18.182040846289933, 'edge_density_km': 10850.281394990896, 'street_density_km': 5425.14069749543, 'circuity_avg': 1.038884491775808, 'self_loop_proportion': 0.002288329519450801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038884491775808\n", - "1033\n", - "112030099.9358793\n", - "{'n': 10954, 'm': 28274, 'k_avg': 5.162315136023371, 'intersection_count': 8453, 'streets_per_node_avg': 2.7206499908709145, 'streets_per_node_counts': {0: 0, 1: 2501, 2: 13, 3: 6535, 4: 1860, 5: 40, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2283184224940661, 2: 0.0011867810845353295, 3: 0.5965857221106445, 4: 0.16980098594120868, 5: 0.0036516341062625525, 6: 0.00045645426328281907}, 'edge_length_total': 2285504.450000024, 'edge_length_avg': 80.83413913843191, 'street_length_total': 1172570.7560000028, 'street_length_avg': 79.39942822318545, 'street_segments_count': 14768, 'node_density_km': 97.77729383683089, 'intersection_density_km': 75.45293635226689, 'edge_density_km': 20400.80702693417, 'street_density_km': 10466.568865609568, 'circuity_avg': 1.0661992208942213, 'self_loop_proportion': 0.002334300063662729, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661992208942213\n", - "1034\n", - "13010568.8883511\n", - "{'n': 1730, 'm': 4311, 'k_avg': 4.983815028901734, 'intersection_count': 1271, 'streets_per_node_avg': 2.5514450867052023, 'streets_per_node_counts': {0: 0, 1: 459, 2: 0, 3: 1132, 4: 136, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2653179190751445, 2: 0.0, 3: 0.6543352601156069, 4: 0.07861271676300578, 5: 0.0017341040462427746}, 'edge_length_total': 341880.7260000013, 'edge_length_avg': 79.30427418232459, 'street_length_total': 171776.97299999985, 'street_length_avg': 79.08700414364634, 'street_segments_count': 2172, 'node_density_km': 132.96882056778782, 'intersection_density_km': 97.68980979286607, 'edge_density_km': 26277.15428386081, 'street_density_km': 13202.879480066307, 'circuity_avg': 1.0897423806975148, 'self_loop_proportion': 0.003711435861749014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0897423806975148\n", - "1035\n", - "10003271.59477027\n", - "{'n': 283, 'm': 719, 'k_avg': 5.081272084805653, 'intersection_count': 217, 'streets_per_node_avg': 2.646643109540636, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 185, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2332155477031802, 2: 0.0, 3: 0.6537102473498233, 4: 0.11307420494699646}, 'edge_length_total': 110313.18600000007, 'edge_length_avg': 153.425849791377, 'street_length_total': 55206.91599999995, 'street_length_avg': 153.3525444444443, 'street_segments_count': 360, 'node_density_km': 28.290744414852533, 'intersection_density_km': 21.692902961212013, 'edge_density_km': 11027.710779908448, 'street_density_km': 5518.886044128026, 'circuity_avg': 1.059448769147097, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059448769147097\n", - "1036\n", - "8000951.254994203\n", - "{'n': 265, 'm': 626, 'k_avg': 4.724528301886792, 'intersection_count': 190, 'streets_per_node_avg': 2.543396226415094, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 162, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2830188679245283, 2: 0.0, 3: 0.6113207547169811, 4: 0.1018867924528302, 5: 0.0037735849056603774}, 'edge_length_total': 75657.12000000007, 'edge_length_avg': 120.85801916932918, 'street_length_total': 37889.047999999995, 'street_length_avg': 119.90205063291138, 'street_segments_count': 316, 'node_density_km': 33.12106167808317, 'intersection_density_km': 23.747176297493596, 'edge_density_km': 9456.01561474016, 'street_density_km': 4735.567908422089, 'circuity_avg': 1.0576594305273457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576594305273457\n", - "1037\n", - "26007721.800714385\n", - "{'n': 945, 'm': 2529, 'k_avg': 5.352380952380952, 'intersection_count': 765, 'streets_per_node_avg': 2.748148148148148, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 647, 4: 114, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.6846560846560846, 4: 0.12063492063492064, 5: 0.004232804232804233}, 'edge_length_total': 336885.8880000003, 'edge_length_avg': 133.20912930011875, 'street_length_total': 168809.0429999996, 'street_length_avg': 133.2352352012625, 'street_segments_count': 1267, 'node_density_km': 36.33536252198924, 'intersection_density_km': 29.414341089229385, 'edge_density_km': 12953.30250690188, 'street_density_km': 6490.727803592651, 'circuity_avg': 1.0582216457142222, 'self_loop_proportion': 0.0015816528272044287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582216457142222\n", - "1038\n", - "9012742.165229157\n", - "{'n': 408, 'm': 1109, 'k_avg': 5.436274509803922, 'intersection_count': 335, 'streets_per_node_avg': 2.825980392156863, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 264, 4: 67, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17892156862745098, 2: 0.0, 3: 0.6470588235294118, 4: 0.1642156862745098, 5: 0.00980392156862745}, 'edge_length_total': 128782.88399999987, 'edge_length_avg': 116.12523354373297, 'street_length_total': 64740.211, 'street_length_avg': 114.78760815602837, 'street_segments_count': 564, 'node_density_km': 45.26924131637203, 'intersection_density_km': 37.16959764947213, 'edge_density_km': 14288.979051995933, 'street_density_km': 7183.186849587851, 'circuity_avg': 1.0513812478882236, 'self_loop_proportion': 0.0036068530207394047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513812478882236\n", - "1039\n", - "6002814.427204936\n", - "{'n': 377, 'm': 850, 'k_avg': 4.5092838196286475, 'intersection_count': 252, 'streets_per_node_avg': 2.3607427055702916, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 243, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33156498673740054, 2: 0.0, 3: 0.6445623342175066, 4: 0.023872679045092837}, 'edge_length_total': 76719.97399999989, 'edge_length_avg': 90.25879294117634, 'street_length_total': 38539.39299999995, 'street_length_avg': 89.83541491841481, 'street_segments_count': 429, 'node_density_km': 62.80387384481263, 'intersection_density_km': 41.98030824639996, 'edge_density_km': 12780.6672903801, 'street_density_km': 6420.220626068042, 'circuity_avg': 1.0858638784494774, 'self_loop_proportion': 0.002352941176470588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0858638784494774\n", - "1040\n", - "9006236.036362711\n", - "{'n': 319, 'm': 756, 'k_avg': 4.739811912225705, 'intersection_count': 221, 'streets_per_node_avg': 2.4420062695924765, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 203, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3072100313479624, 2: 0.0, 3: 0.6363636363636364, 4: 0.05642633228840126}, 'edge_length_total': 92765.14399999994, 'edge_length_avg': 122.70521693121685, 'street_length_total': 46382.57199999998, 'street_length_avg': 122.70521693121687, 'street_segments_count': 378, 'node_density_km': 35.419902244626535, 'intersection_density_km': 24.538552965713055, 'edge_density_km': 10300.101354823517, 'street_density_km': 5150.050677411759, 'circuity_avg': 1.0800161715162877, 'self_loop_proportion': 0.0026455026455026454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800161715162877\n", - "1041\n", - "9002613.840709355\n", - "{'n': 174, 'm': 408, 'k_avg': 4.689655172413793, 'intersection_count': 122, 'streets_per_node_avg': 2.4770114942528734, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 109, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2988505747126437, 2: 0.0, 3: 0.6264367816091954, 4: 0.07471264367816093}, 'edge_length_total': 70810.70400000003, 'edge_length_avg': 173.5556470588236, 'street_length_total': 35490.75000000001, 'street_length_avg': 173.1256097560976, 'street_segments_count': 205, 'node_density_km': 19.327720046502606, 'intersection_density_km': 13.551619802720216, 'edge_density_km': 7865.57162763082, 'street_density_km': 3942.2717255196117, 'circuity_avg': 1.0475349616195269, 'self_loop_proportion': 0.004901960784313725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475349616195269\n", - "1042\n", - "29039700.025268555\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1021, 'm': 2665, 'k_avg': 5.220372184133203, 'intersection_count': 812, 'streets_per_node_avg': 2.6973555337904016, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 703, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20470127326150833, 2: 0.0, 3: 0.6885406464250735, 4: 0.10675808031341821}, 'edge_length_total': 374342.4240000002, 'edge_length_avg': 140.4662003752346, 'street_length_total': 188826.96200000006, 'street_length_avg': 139.45861299852294, 'street_segments_count': 1354, 'node_density_km': 35.15876538365027, 'intersection_density_km': 27.96172134331442, 'edge_density_km': 12890.712496143917, 'street_density_km': 6502.373021611604, 'circuity_avg': 1.0606601164521339, 'self_loop_proportion': 0.00075046904315197, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606601164521339\n", - "1043\n", - "8006154.756314617\n", - "{'n': 89, 'm': 256, 'k_avg': 5.752808988764045, 'intersection_count': 81, 'streets_per_node_avg': 3.0112359550561796, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 64, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0898876404494382, 2: 0.0, 3: 0.7191011235955056, 4: 0.19101123595505617}, 'edge_length_total': 54453.819999999985, 'edge_length_avg': 212.71023437499994, 'street_length_total': 27226.910000000018, 'street_length_avg': 212.71023437500014, 'street_segments_count': 128, 'node_density_km': 11.11644762172551, 'intersection_density_km': 10.117216374828836, 'edge_density_km': 6801.494807110886, 'street_density_km': 3400.747403555446, 'circuity_avg': 1.122340730328641, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.122340730328641\n", - "1044\n", - "16014672.437398015\n", - "{'n': 638, 'm': 1673, 'k_avg': 5.244514106583072, 'intersection_count': 502, 'streets_per_node_avg': 2.7037617554858935, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 422, 4: 77, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21316614420062696, 2: 0.0, 3: 0.6614420062695925, 4: 0.1206896551724138, 5: 0.004702194357366771}, 'edge_length_total': 204486.64200000046, 'edge_length_avg': 122.22752062163805, 'street_length_total': 102391.10299999987, 'street_length_avg': 122.0394553039331, 'street_segments_count': 839, 'node_density_km': 39.83846703664824, 'intersection_density_km': 31.34625462758216, 'edge_density_km': 12768.705872651894, 'street_density_km': 6393.580849077664, 'circuity_avg': 1.061923470836316, 'self_loop_proportion': 0.001195457262402869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061923470836316\n", - "1045\n", - "6005391.9441603385\n", - "{'n': 39, 'm': 98, 'k_avg': 5.0256410256410255, 'intersection_count': 33, 'streets_per_node_avg': 2.8205128205128207, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 28, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.717948717948718, 4: 0.1282051282051282}, 'edge_length_total': 16043.519999999993, 'edge_length_avg': 163.70938775510197, 'street_length_total': 8021.759999999998, 'street_length_avg': 163.709387755102, 'street_segments_count': 49, 'node_density_km': 6.494163971749374, 'intersection_density_km': 5.49506182224947, 'edge_density_km': 2671.519219590781, 'street_density_km': 1335.759609795391, 'circuity_avg': 1.0622676471906844, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622676471906844\n", - "1046\n", - "33026095.007969964\n", - "{'n': 912, 'm': 2328, 'k_avg': 5.105263157894737, 'intersection_count': 718, 'streets_per_node_avg': 2.6589912280701755, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 643, 4: 73, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21271929824561403, 2: 0.0, 3: 0.7050438596491229, 4: 0.0800438596491228, 5: 0.0021929824561403508}, 'edge_length_total': 340457.5619999999, 'edge_length_avg': 146.2446572164948, 'street_length_total': 171177.91000000015, 'street_length_avg': 143.84698319327742, 'street_segments_count': 1190, 'node_density_km': 27.614527233083816, 'intersection_density_km': 21.740384378677827, 'edge_density_km': 10308.744098199912, 'street_density_km': 5183.110808549753, 'circuity_avg': 1.0517384510466994, 'self_loop_proportion': 0.002577319587628866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517384510466994\n", - "1047\n", - "9004160.628218116\n", - "{'n': 138, 'm': 354, 'k_avg': 5.130434782608695, 'intersection_count': 113, 'streets_per_node_avg': 2.7681159420289854, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 95, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18115942028985507, 2: 0.0, 3: 0.6884057971014492, 4: 0.13043478260869565}, 'edge_length_total': 77718.90399999998, 'edge_length_avg': 219.54492655367227, 'street_length_total': 38859.45199999996, 'street_length_avg': 219.5449265536721, 'street_segments_count': 177, 'node_density_km': 15.326248131060895, 'intersection_density_km': 12.549753904419429, 'edge_density_km': 8631.443530276092, 'street_density_km': 4315.721765138043, 'circuity_avg': 1.0550006274634112, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550006274634112\n", - "1048\n", - "5002208.089328964\n", - "{'n': 1827, 'm': 4923, 'k_avg': 5.389162561576355, 'intersection_count': 1470, 'streets_per_node_avg': 2.79584017515052, 'streets_per_node_counts': {0: 0, 1: 357, 2: 2, 3: 1133, 4: 328, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19540229885057472, 2: 0.0010946907498631637, 3: 0.6201423097974822, 4: 0.17952928297755885, 5: 0.003284072249589491, 6: 0.0005473453749315818}, 'edge_length_total': 181985.41499999946, 'edge_length_avg': 36.96636502132835, 'street_length_total': 92758.25200000015, 'street_length_avg': 36.6054664561958, 'street_segments_count': 2534, 'node_density_km': 365.23870406300676, 'intersection_density_km': 293.8702216598905, 'edge_density_km': 36381.016493140814, 'street_density_km': 18543.46127620682, 'circuity_avg': 1.0734044787410748, 'self_loop_proportion': 0.0016250253910217347, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734044787410748\n", - "1049\n", - "84040863.36857468\n", - "{'n': 16070, 'm': 43148, 'k_avg': 5.370006222775358, 'intersection_count': 12583, 'streets_per_node_avg': 2.743621655258245, 'streets_per_node_counts': {0: 0, 1: 3487, 2: 5, 3: 9845, 4: 2621, 5: 98, 6: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21698817672682016, 2: 0.00031113876789047915, 3: 0.6126322339763535, 4: 0.16309894212818918, 5: 0.006098319850653391, 6: 0.0008711885500933416}, 'edge_length_total': 2604770.524, 'edge_length_avg': 60.3682795031056, 'street_length_total': 1320741.038000007, 'street_length_avg': 60.26928164643638, 'street_segments_count': 21914, 'node_density_km': 191.21650297097068, 'intersection_density_km': 149.72478263122116, 'edge_density_km': 30994.095248359856, 'street_density_km': 15715.462515034924, 'circuity_avg': 1.0813675592669905, 'self_loop_proportion': 0.003290998424028924, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0813675592669905\n", - "1050\n", - "14003383.537287412\n", - "{'n': 634, 'm': 1642, 'k_avg': 5.17981072555205, 'intersection_count': 490, 'streets_per_node_avg': 2.694006309148265, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 396, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22712933753943218, 2: 0.0, 3: 0.6246056782334385, 4: 0.14826498422712933}, 'edge_length_total': 191496.72899999964, 'edge_length_avg': 116.62407369062097, 'street_length_total': 97692.72699999978, 'street_length_avg': 115.61269467455595, 'street_segments_count': 845, 'node_density_km': 45.27477222285749, 'intersection_density_km': 34.991543200631185, 'edge_density_km': 13675.032786904183, 'street_density_km': 6976.365871852981, 'circuity_avg': 1.0881267201575533, 'self_loop_proportion': 0.0036540803897685747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0881267201575533\n", - "1051\n", - "7003274.458918624\n", - "{'n': 391, 'm': 1024, 'k_avg': 5.2378516624040925, 'intersection_count': 314, 'streets_per_node_avg': 2.7544757033248084, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 256, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1969309462915601, 2: 0.0, 3: 0.6547314578005116, 4: 0.1483375959079284}, 'edge_length_total': 105465.77000000014, 'edge_length_avg': 102.99391601562513, 'street_length_total': 52786.21700000001, 'street_length_avg': 102.69692023346306, 'street_segments_count': 514, 'node_density_km': 55.831026228318684, 'intersection_density_km': 44.836169400746975, 'edge_density_km': 15059.494043631288, 'street_density_km': 7537.362316677039, 'circuity_avg': 1.0397437253830255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397437253830255\n", - "1052\n", - "31025876.91089606\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 888, 'm': 2486, 'k_avg': 5.599099099099099, 'intersection_count': 765, 'streets_per_node_avg': 2.884009009009009, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 626, 4: 137, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13851351351351351, 2: 0.0, 3: 0.704954954954955, 4: 0.15427927927927929, 5: 0.0011261261261261261, 6: 0.0, 7: 0.0011261261261261261}, 'edge_length_total': 395965.90600000095, 'edge_length_avg': 159.27832099758686, 'street_length_total': 197982.9530000001, 'street_length_avg': 159.27832099758655, 'street_segments_count': 1243, 'node_density_km': 28.621269998274922, 'intersection_density_km': 24.65683732959495, 'edge_density_km': 12762.440434389162, 'street_density_km': 6381.220217194568, 'circuity_avg': 1.0588163753974238, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588163753974238\n", - "1053\n", - "11017244.625513855\n", - "{'n': 204, 'm': 486, 'k_avg': 4.764705882352941, 'intersection_count': 151, 'streets_per_node_avg': 2.5049019607843137, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 146, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25980392156862747, 2: 0.0, 3: 0.7156862745098039, 4: 0.024509803921568627}, 'edge_length_total': 76096.51599999997, 'edge_length_avg': 156.5771934156378, 'street_length_total': 38048.25800000001, 'street_length_avg': 156.5771934156379, 'street_segments_count': 243, 'node_density_km': 18.51642646906238, 'intersection_density_km': 13.70578625896284, 'edge_density_km': 6907.0369758128845, 'street_density_km': 3453.518487906444, 'circuity_avg': 1.0443814228825146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443814228825146\n", - "1054\n", - "21027413.603212986\n", - "{'n': 852, 'm': 2349, 'k_avg': 5.514084507042254, 'intersection_count': 701, 'streets_per_node_avg': 2.807511737089202, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 565, 4: 134, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1772300469483568, 2: 0.0, 3: 0.6631455399061033, 4: 0.1572769953051643, 5: 0.002347417840375587}, 'edge_length_total': 175923.82100000014, 'edge_length_avg': 74.89306981694344, 'street_length_total': 88009.48700000004, 'street_length_avg': 74.90169106382982, 'street_segments_count': 1175, 'node_density_km': 40.51853528337953, 'intersection_density_km': 33.337433372827526, 'edge_density_km': 8366.403225792783, 'street_density_km': 4185.464206903326, 'circuity_avg': 1.0635728834548825, 'self_loop_proportion': 0.0017028522775649213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635728834548825\n", - "1055\n", - "10002502.777827235\n", - "{'n': 656, 'm': 1571, 'k_avg': 4.789634146341464, 'intersection_count': 479, 'streets_per_node_avg': 2.5365853658536586, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 432, 4: 45, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2698170731707317, 2: 0.0, 3: 0.6585365853658537, 4: 0.06859756097560976, 5: 0.001524390243902439, 6: 0.001524390243902439}, 'edge_length_total': 144557.83000000002, 'edge_length_avg': 92.01644175684278, 'street_length_total': 73186.23900000009, 'street_length_avg': 90.8017853598016, 'street_segments_count': 806, 'node_density_km': 65.58358588554151, 'intersection_density_km': 47.88801469386339, 'edge_density_km': 14452.165943951997, 'street_density_km': 7316.792669354075, 'circuity_avg': 1.1039603479699318, 'self_loop_proportion': 0.002546148949713558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1039603479699318\n", - "1056\n", - "15010687.763389055\n", - "{'n': 415, 'm': 1024, 'k_avg': 4.934939759036145, 'intersection_count': 311, 'streets_per_node_avg': 2.5469879518072287, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 291, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25060240963855424, 2: 0.0, 3: 0.7012048192771084, 4: 0.04819277108433735}, 'edge_length_total': 121554.28999999996, 'edge_length_avg': 118.70536132812497, 'street_length_total': 60978.34299999997, 'street_length_avg': 118.17508333333328, 'street_segments_count': 516, 'node_density_km': 27.646967716707934, 'intersection_density_km': 20.718570987701607, 'edge_density_km': 8097.849473391212, 'street_density_km': 4062.3283863598613, 'circuity_avg': 1.0806078144542675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806078144542675\n", - "1057\n", - "12009951.253866129\n", - "{'n': 605, 'm': 1622, 'k_avg': 5.36198347107438, 'intersection_count': 486, 'streets_per_node_avg': 2.7669421487603305, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 389, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19669421487603306, 2: 0.0, 3: 0.6429752066115703, 4: 0.16033057851239668}, 'edge_length_total': 196321.4019999998, 'edge_length_avg': 121.03662268803933, 'street_length_total': 98496.87199999994, 'street_length_avg': 120.41182396088013, 'street_segments_count': 818, 'node_density_km': 50.37489222158534, 'intersection_density_km': 40.46644234659583, 'edge_density_km': 16346.561101719866, 'street_density_km': 8201.271588699643, 'circuity_avg': 1.0830408391485404, 'self_loop_proportion': 0.0036991368680641184, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830408391485404\n", - "1058\n", - "19010049.95824906\n", - "{'n': 563, 'm': 1434, 'k_avg': 5.094138543516874, 'intersection_count': 459, 'streets_per_node_avg': 2.7708703374777977, 'streets_per_node_counts': {0: 0, 1: 104, 2: 1, 3: 379, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1847246891651865, 2: 0.0017761989342806395, 3: 0.6731793960923623, 4: 0.13854351687388988, 5: 0.0017761989342806395}, 'edge_length_total': 223753.69799999983, 'edge_length_avg': 156.03465690376558, 'street_length_total': 117853.74499999995, 'street_length_avg': 155.27502635046108, 'street_segments_count': 759, 'node_density_km': 29.61591375280403, 'intersection_density_km': 24.145123290474334, 'edge_density_km': 11770.2845858596, 'street_density_km': 6199.5494624599605, 'circuity_avg': 1.0584790721358235, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584790721358235\n", - "1059\n", - "13010556.86815773\n", - "{'n': 475, 'm': 1279, 'k_avg': 5.3852631578947365, 'intersection_count': 390, 'streets_per_node_avg': 2.774736842105263, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 328, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17894736842105263, 2: 0.0, 3: 0.6905263157894737, 4: 0.12842105263157894, 5: 0.002105263157894737}, 'edge_length_total': 200242.96700000015, 'edge_length_avg': 156.56213213448018, 'street_length_total': 100150.581, 'street_length_avg': 156.4852828125, 'street_segments_count': 640, 'node_density_km': 36.508813943431086, 'intersection_density_km': 29.97565776408026, 'edge_density_km': 15390.806790912877, 'street_density_km': 7697.639848537946, 'circuity_avg': 1.0499426605383722, 'self_loop_proportion': 0.006254886630179828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499426605383722\n", - "1060\n", - "5002596.169469\n", - "{'n': 665, 'm': 1714, 'k_avg': 5.154887218045113, 'intersection_count': 515, 'streets_per_node_avg': 2.693233082706767, 'streets_per_node_counts': {0: 0, 1: 150, 2: 2, 3: 417, 4: 94, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22556390977443608, 2: 0.0030075187969924814, 3: 0.6270676691729323, 4: 0.14135338345864662, 5: 0.0030075187969924814}, 'edge_length_total': 101617.0150000001, 'edge_length_avg': 59.28647316219376, 'street_length_total': 52097.543999999936, 'street_length_avg': 59.00061608154013, 'street_segments_count': 883, 'node_density_km': 132.93097773082619, 'intersection_density_km': 102.94654666372253, 'edge_density_km': 20312.855876748938, 'street_density_km': 10414.101445555983, 'circuity_avg': 1.0854276076739666, 'self_loop_proportion': 0.005834305717619603, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854276076739666\n", - "1061\n", - "7003932.689363816\n", - "{'n': 210, 'm': 534, 'k_avg': 5.085714285714285, 'intersection_count': 169, 'streets_per_node_avg': 2.761904761904762, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 138, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19523809523809524, 2: 0.0, 3: 0.6571428571428571, 4: 0.14285714285714285, 5: 0.004761904761904762}, 'edge_length_total': 87541.216, 'edge_length_avg': 163.93486142322098, 'street_length_total': 43770.60799999999, 'street_length_avg': 163.93486142322095, 'street_segments_count': 267, 'node_density_km': 29.983155080702925, 'intersection_density_km': 24.12930099351807, 'edge_density_km': 12498.865977530058, 'street_density_km': 6249.432988765028, 'circuity_avg': 1.0490327662646852, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490327662646852\n", - "1062\n", - "7002502.1451328145\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 471, 'm': 1225, 'k_avg': 5.201698513800425, 'intersection_count': 369, 'streets_per_node_avg': 2.6794055201698512, 'streets_per_node_counts': {0: 0, 1: 102, 2: 1, 3: 317, 4: 48, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21656050955414013, 2: 0.0021231422505307855, 3: 0.673036093418259, 4: 0.10191082802547771, 5: 0.006369426751592357}, 'edge_length_total': 95910.08499999974, 'edge_length_avg': 78.2939469387753, 'street_length_total': 48241.50600000001, 'street_length_avg': 78.18720583468397, 'street_segments_count': 617, 'node_density_km': 67.26167164795159, 'intersection_density_km': 52.695449762407925, 'edge_density_km': 13696.54489383675, 'street_density_km': 6889.181181262605, 'circuity_avg': 1.0836595787907082, 'self_loop_proportion': 0.004897959183673469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0836595787907082\n", - "1063\n", - "21013711.622502342\n", - "{'n': 1006, 'm': 2601, 'k_avg': 5.170974155069582, 'intersection_count': 797, 'streets_per_node_avg': 2.6749502982107356, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 709, 4: 86, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2077534791252485, 2: 0.0, 3: 0.7047713717693836, 4: 0.08548707753479125, 5: 0.0009940357852882703, 6: 0.0009940357852882703}, 'edge_length_total': 322743.3579999997, 'edge_length_avg': 124.08433602460582, 'street_length_total': 161786.93300000002, 'street_length_avg': 123.59582352941177, 'street_segments_count': 1309, 'node_density_km': 47.87350364714885, 'intersection_density_km': 37.9276167065384, 'edge_density_km': 15358.703107660092, 'street_density_km': 7699.112651129749, 'circuity_avg': 1.0505530822804945, 'self_loop_proportion': 0.0030757400999615533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505530822804945\n", - "1064\n", - "18005617.853849664\n", - "{'n': 576, 'm': 1458, 'k_avg': 5.0625, 'intersection_count': 431, 'streets_per_node_avg': 2.5972222222222223, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 373, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2517361111111111, 2: 0.0, 3: 0.6475694444444444, 4: 0.10069444444444445}, 'edge_length_total': 241014.77299999993, 'edge_length_avg': 165.3050569272976, 'street_length_total': 120524.5750000001, 'street_length_avg': 165.10215753424671, 'street_segments_count': 730, 'node_density_km': 31.9900158203596, 'intersection_density_km': 23.93697364335935, 'edge_density_km': 13385.53194654579, 'street_density_km': 6693.720592000209, 'circuity_avg': 1.049178245213982, 'self_loop_proportion': 0.00411522633744856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049178245213982\n", - "1065\n", - "8005538.30683115\n", - "{'n': 129, 'm': 398, 'k_avg': 6.170542635658915, 'intersection_count': 123, 'streets_per_node_avg': 3.186046511627907, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 87, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046511627906976744, 2: 0.0, 3: 0.6744186046511628, 4: 0.27906976744186046}, 'edge_length_total': 85719.15599999997, 'edge_length_avg': 215.37476381909542, 'street_length_total': 42859.57799999999, 'street_length_avg': 215.37476381909542, 'street_segments_count': 199, 'node_density_km': 16.113844573065613, 'intersection_density_km': 15.364363430132327, 'edge_density_km': 10707.48183502608, 'street_density_km': 5353.74091751304, 'circuity_avg': 1.0563325248124384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563325248124384\n", - "1066\n", - "10009481.193955708\n", - "{'n': 470, 'm': 1222, 'k_avg': 5.2, 'intersection_count': 376, 'streets_per_node_avg': 2.6893617021276595, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 334, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7106382978723405, 4: 0.08936170212765958}, 'edge_length_total': 155113.7029999997, 'edge_length_avg': 126.93429050736472, 'street_length_total': 77892.95100000003, 'street_length_avg': 126.65520487804883, 'street_segments_count': 615, 'node_density_km': 46.95548059811658, 'intersection_density_km': 37.56438447849327, 'edge_density_km': 15496.67759940107, 'street_density_km': 7781.916913639461, 'circuity_avg': 1.0851956899774682, 'self_loop_proportion': 0.004909983633387889, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0851956899774682\n", - "1067\n", - "10007116.790395211\n", - "{'n': 184, 'm': 586, 'k_avg': 6.369565217391305, 'intersection_count': 168, 'streets_per_node_avg': 3.3532608695652173, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 121, 4: 22, 5: 2, 6: 22, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.657608695652174, 4: 0.11956521739130435, 5: 0.010869565217391304, 6: 0.11956521739130435, 7: 0.0, 8: 0.005434782608695652}, 'edge_length_total': 97135.34999999969, 'edge_length_avg': 165.75998293515303, 'street_length_total': 48567.674999999996, 'street_length_avg': 165.75998293515357, 'street_segments_count': 293, 'node_density_km': 18.38691441840695, 'intersection_density_km': 16.788052295067214, 'edge_density_km': 9706.626997021738, 'street_density_km': 4853.313498510884, 'circuity_avg': 1.0449155676483028, 'self_loop_proportion': 0.0034129692832764505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449155676483028\n", - "1068\n", - "9002388.789720342\n", - "{'n': 313, 'm': 934, 'k_avg': 5.968051118210862, 'intersection_count': 273, 'streets_per_node_avg': 3.060702875399361, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 174, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12779552715654952, 2: 0.0, 3: 0.5559105431309904, 4: 0.31629392971246006}, 'edge_length_total': 125170.22800000002, 'edge_length_avg': 134.01523340471093, 'street_length_total': 62585.11399999997, 'street_length_avg': 134.01523340471087, 'street_segments_count': 467, 'node_density_km': 34.76854947182561, 'intersection_density_km': 30.325284363605086, 'edge_density_km': 13904.112666510198, 'street_density_km': 6952.056333255095, 'circuity_avg': 1.054391024681582, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054391024681582\n", - "1069\n", - "8008887.8326659035\n", - "{'n': 639, 'm': 1790, 'k_avg': 5.602503912363067, 'intersection_count': 530, 'streets_per_node_avg': 2.835680751173709, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 418, 4: 111, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1705790297339593, 2: 0.0, 3: 0.6541471048513302, 4: 0.17370892018779344, 5: 0.001564945226917058}, 'edge_length_total': 158400.43799999985, 'edge_length_avg': 88.49186480446919, 'street_length_total': 79200.21900000006, 'street_length_avg': 88.49186480446933, 'street_segments_count': 895, 'node_density_km': 79.78635902399662, 'intersection_density_km': 66.17647931567795, 'edge_density_km': 19778.081714908145, 'street_density_km': 9889.040857454089, 'circuity_avg': 1.0607005806758858, 'self_loop_proportion': 0.0011173184357541898, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607005806758858\n", - "1070\n", - "92020227.09988174\n", - "{'n': 10261, 'm': 28105, 'k_avg': 5.47802358444596, 'intersection_count': 8414, 'streets_per_node_avg': 2.8272098236039374, 'streets_per_node_counts': {0: 0, 1: 1847, 2: 5, 3: 6551, 4: 1798, 5: 52, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18000194912776532, 2: 0.00048728194133125426, 3: 0.6384367995322093, 4: 0.17522658610271905, 5: 0.005067732189845044, 6: 0.0007796511061300068}, 'edge_length_total': 2194840.858000016, 'edge_length_avg': 78.09431980074775, 'street_length_total': 1115386.4230000007, 'street_length_avg': 77.49506169665814, 'street_segments_count': 14393, 'node_density_km': 111.50809255080819, 'intersection_density_km': 91.43641854814346, 'edge_density_km': 23851.721813484164, 'street_density_km': 12121.100524880514, 'circuity_avg': 1.0735115523915608, 'self_loop_proportion': 0.003273438889877246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735115523915608\n", - "1071\n", - "9002794.948383253\n", - "{'n': 338, 'm': 737, 'k_avg': 4.3609467455621305, 'intersection_count': 211, 'streets_per_node_avg': 2.28698224852071, 'streets_per_node_counts': {0: 0, 1: 127, 2: 1, 3: 196, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3757396449704142, 2: 0.0029585798816568047, 3: 0.5798816568047337, 4: 0.04142011834319527}, 'edge_length_total': 62992.10400000002, 'edge_length_avg': 85.47096879240166, 'street_length_total': 31800.064000000017, 'street_length_avg': 85.02690909090913, 'street_segments_count': 374, 'node_density_km': 37.543896305302276, 'intersection_density_km': 23.437166036741953, 'edge_density_km': 6996.949765174017, 'street_density_km': 3532.243506857919, 'circuity_avg': 1.1123311278838155, 'self_loop_proportion': 0.005427408412483039, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1123311278838155\n", - "1072\n", - "13002356.342608597\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 426, 'm': 1074, 'k_avg': 5.042253521126761, 'intersection_count': 330, 'streets_per_node_avg': 2.6549295774647885, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 285, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22535211267605634, 2: 0.0, 3: 0.6690140845070423, 4: 0.1056338028169014}, 'edge_length_total': 149825.32999999967, 'edge_length_avg': 139.50216945996246, 'street_length_total': 74912.66499999992, 'street_length_avg': 139.5021694599626, 'street_segments_count': 537, 'node_density_km': 32.76329218912438, 'intersection_density_km': 25.380015076082262, 'edge_density_km': 11522.936770239368, 'street_density_km': 5761.4683851196905, 'circuity_avg': 1.0618732319147357, 'self_loop_proportion': 0.0037243947858473, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618732319147357\n", - "1073\n", - "18022011.31965047\n", - "{'n': 536, 'm': 1452, 'k_avg': 5.417910447761194, 'intersection_count': 461, 'streets_per_node_avg': 2.8824626865671643, 'streets_per_node_counts': {0: 0, 1: 75, 2: 1, 3: 373, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13992537313432835, 2: 0.0018656716417910447, 3: 0.6958955223880597, 4: 0.16044776119402984, 5: 0.0018656716417910447}, 'edge_length_total': 208370.9439999999, 'edge_length_avg': 143.50615977961425, 'street_length_total': 107077.65300000006, 'street_length_avg': 142.7702040000001, 'street_segments_count': 750, 'node_density_km': 29.741408463969133, 'intersection_density_km': 25.579830787107777, 'edge_density_km': 11562.02492075902, 'street_density_km': 5941.492938873417, 'circuity_avg': 1.0480312250785082, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480312250785082\n", - "1074\n", - "9011453.558792876\n", - "{'n': 274, 'm': 689, 'k_avg': 5.029197080291971, 'intersection_count': 207, 'streets_per_node_avg': 2.5948905109489053, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 184, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24452554744525548, 2: 0.0, 3: 0.6715328467153284, 4: 0.08394160583941605}, 'edge_length_total': 102498.87500000004, 'edge_length_avg': 148.76469521045, 'street_length_total': 51338.991, 'street_length_avg': 148.3785867052023, 'street_segments_count': 346, 'node_density_km': 30.405749551097227, 'intersection_density_km': 22.970766996631845, 'edge_density_km': 11374.288768318329, 'street_density_km': 5697.082126102316, 'circuity_avg': 1.0670240334893881, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670240334893881\n", - "1075\n", - "10012424.501743464\n", - "{'n': 284, 'm': 710, 'k_avg': 5.0, 'intersection_count': 232, 'streets_per_node_avg': 2.7253521126760565, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 207, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18309859154929578, 2: 0.0, 3: 0.7288732394366197, 4: 0.08450704225352113, 5: 0.0035211267605633804}, 'edge_length_total': 106503.15300000003, 'edge_length_avg': 150.00444084507046, 'street_length_total': 54366.517000000014, 'street_length_avg': 147.3347344173442, 'street_segments_count': 369, 'node_density_km': 28.36475820122759, 'intersection_density_km': 23.171210924946482, 'edge_density_km': 10637.099234201929, 'street_density_km': 5429.905313196936, 'circuity_avg': 1.0883951254632556, 'self_loop_proportion': 0.0028169014084507044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0883951254632556\n", - "1076\n", - "11002852.753200414\n", - "{'n': 744, 'm': 1878, 'k_avg': 5.048387096774194, 'intersection_count': 547, 'streets_per_node_avg': 2.59005376344086, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 464, 4: 78, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2647849462365591, 2: 0.0, 3: 0.6236559139784946, 4: 0.10483870967741936, 5: 0.005376344086021506, 6: 0.0013440860215053765}, 'edge_length_total': 183857.4780000001, 'edge_length_avg': 97.90068051118216, 'street_length_total': 91928.7390000001, 'street_length_avg': 97.90068051118222, 'street_segments_count': 939, 'node_density_km': 67.6188272885495, 'intersection_density_km': 49.71437974037174, 'edge_density_km': 16709.982594879428, 'street_density_km': 8354.99129743972, 'circuity_avg': 1.0565277368678372, 'self_loop_proportion': 0.005324813631522897, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565277368678372\n", - "1077\n", - "87029556.68079159\n", - "error with entry 1077\n", - "1078\n", - "7003494.796516795\n", - "{'n': 326, 'm': 838, 'k_avg': 5.141104294478527, 'intersection_count': 249, 'streets_per_node_avg': 2.6564417177914113, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 209, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2361963190184049, 2: 0.0, 3: 0.6411042944785276, 4: 0.1165644171779141, 5: 0.006134969325153374}, 'edge_length_total': 86871.25900000005, 'edge_length_avg': 103.66498687350841, 'street_length_total': 43555.94400000003, 'street_length_avg': 103.45829928741101, 'street_segments_count': 421, 'node_density_km': 46.54818907870638, 'intersection_density_km': 35.553678161343214, 'edge_density_km': 12403.987084163422, 'street_density_km': 6219.172750961804, 'circuity_avg': 1.0584001401683516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584001401683516\n", - "1079\n", - "14003190.09734419\n", - "{'n': 1364, 'm': 3657, 'k_avg': 5.36217008797654, 'intersection_count': 1074, 'streets_per_node_avg': 2.779325513196481, 'streets_per_node_counts': {0: 0, 1: 290, 2: 0, 3: 800, 4: 269, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2126099706744868, 2: 0.0, 3: 0.5865102639296188, 4: 0.1972140762463343, 5: 0.0036656891495601175}, 'edge_length_total': 268796.0880000006, 'edge_length_avg': 73.50180147662034, 'street_length_total': 135243.91500000007, 'street_length_avg': 72.82924878836837, 'street_segments_count': 1857, 'node_density_km': 97.40637601275533, 'intersection_density_km': 76.69680926517538, 'edge_density_km': 19195.346641118565, 'street_density_km': 9658.07891343631, 'circuity_avg': 1.0913785926746116, 'self_loop_proportion': 0.0021875854525567405, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0913785926746116\n", - "1080\n", - "12012515.516458642\n", - "{'n': 284, 'm': 759, 'k_avg': 5.345070422535211, 'intersection_count': 250, 'streets_per_node_avg': 2.859154929577465, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 223, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11971830985915492, 2: 0.0, 3: 0.7852112676056338, 4: 0.09154929577464789, 5: 0.0035211267605633804}, 'edge_length_total': 132640.56800000003, 'edge_length_avg': 174.7570065876153, 'street_length_total': 66819.15500000001, 'street_length_avg': 169.5917639593909, 'street_segments_count': 394, 'node_density_km': 23.642009003932994, 'intersection_density_km': 20.81162764430721, 'edge_density_km': 11041.864446981645, 'street_density_km': 5562.461493468995, 'circuity_avg': 1.064294285653808, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064294285653808\n", - "1081\n", - "13010914.642813308\n", - "{'n': 64, 'm': 176, 'k_avg': 5.5, 'intersection_count': 53, 'streets_per_node_avg': 3.0625, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 28, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.171875, 2: 0.0, 3: 0.4375, 4: 0.375, 5: 0.015625}, 'edge_length_total': 29080.047999999984, 'edge_length_avg': 165.22754545454538, 'street_length_total': 14540.023999999992, 'street_length_avg': 165.22754545454538, 'street_segments_count': 88, 'node_density_km': 4.918947034623039, 'intersection_density_km': 4.073503013047204, 'edge_density_km': 2235.050248067118, 'street_density_km': 1117.525124033559, 'circuity_avg': 1.0126530981439068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0126530981439068\n", - "1082\n", - "12004192.946946703\n", - "{'n': 246, 'm': 589, 'k_avg': 4.788617886178862, 'intersection_count': 181, 'streets_per_node_avg': 2.5528455284552845, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 161, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26422764227642276, 2: 0.0, 3: 0.6544715447154471, 4: 0.08130081300813008}, 'edge_length_total': 103722.43499999998, 'edge_length_avg': 176.09921052631577, 'street_length_total': 51893.327999999994, 'street_length_avg': 175.90958644067794, 'street_segments_count': 295, 'node_density_km': 20.492839550914645, 'intersection_density_km': 15.078064872827442, 'edge_density_km': 8640.517147500703, 'street_density_km': 4322.93351409344, 'circuity_avg': 1.0547477702167283, 'self_loop_proportion': 0.003395585738539898, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547477702167283\n", - "1083\n", - "4001107.329119735\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 93, 'm': 262, 'k_avg': 5.634408602150538, 'intersection_count': 81, 'streets_per_node_avg': 2.967741935483871, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 60, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12903225806451613, 2: 0.0, 3: 0.6451612903225806, 4: 0.22580645161290322}, 'edge_length_total': 45299.42200000002, 'edge_length_avg': 172.89855725190847, 'street_length_total': 22649.710999999996, 'street_length_avg': 172.89855725190836, 'street_segments_count': 131, 'node_density_km': 23.243565430788003, 'intersection_density_km': 20.2443956977831, 'edge_density_km': 11321.72128208471, 'street_density_km': 5660.860641042352, 'circuity_avg': 1.0363231621912345, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363231621912345\n", - "1084\n", - "12007054.20494302\n", - "{'n': 248, 'm': 616, 'k_avg': 4.967741935483871, 'intersection_count': 189, 'streets_per_node_avg': 2.6129032258064515, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 167, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23790322580645162, 2: 0.0, 3: 0.6733870967741935, 4: 0.08870967741935484}, 'edge_length_total': 109607.04800000001, 'edge_length_avg': 177.9335194805195, 'street_length_total': 54803.52399999998, 'street_length_avg': 177.93351948051944, 'street_segments_count': 308, 'node_density_km': 20.654524895698753, 'intersection_density_km': 15.740746795512358, 'edge_density_km': 9128.554442177616, 'street_density_km': 4564.277221088806, 'circuity_avg': 1.0756233071595704, 'self_loop_proportion': 0.006493506493506494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756233071595704\n", - "1085\n", - "10004520.916399691\n", - "{'n': 765, 'm': 2025, 'k_avg': 5.294117647058823, 'intersection_count': 626, 'streets_per_node_avg': 2.7437908496732026, 'streets_per_node_counts': {0: 0, 1: 139, 2: 1, 3: 545, 4: 77, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18169934640522875, 2: 0.00130718954248366, 3: 0.7124183006535948, 4: 0.10065359477124183, 5: 0.00392156862745098}, 'edge_length_total': 200468.39900000027, 'edge_length_avg': 98.99674024691372, 'street_length_total': 100873.891, 'street_length_avg': 98.89597156862746, 'street_segments_count': 1020, 'node_density_km': 76.46543061807093, 'intersection_density_km': 62.571711852173074, 'edge_density_km': 20037.780986732392, 'street_density_km': 10082.830736516797, 'circuity_avg': 1.0546266061340739, 'self_loop_proportion': 0.0019753086419753087, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546266061340739\n", - "1086\n", - "17016708.310889248\n", - "{'n': 913, 'm': 2402, 'k_avg': 5.261774370208105, 'intersection_count': 714, 'streets_per_node_avg': 2.737130339539978, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 560, 4: 150, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21796276013143484, 2: 0.0, 3: 0.6133625410733844, 4: 0.16429353778751368, 5: 0.004381161007667032}, 'edge_length_total': 277837.7810000005, 'edge_length_avg': 115.66935095753558, 'street_length_total': 141579.67800000036, 'street_length_avg': 115.85898363338819, 'street_segments_count': 1222, 'node_density_km': 53.653149793709375, 'intersection_density_km': 41.958761174927155, 'edge_density_km': 16327.351678362373, 'street_density_km': 8320.039070623396, 'circuity_avg': 1.0609532079481674, 'self_loop_proportion': 0.004163197335553705, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609532079481674\n", - "1087\n", - "8001933.671007446\n", - "{'n': 265, 'm': 739, 'k_avg': 5.577358490566038, 'intersection_count': 224, 'streets_per_node_avg': 2.90188679245283, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 169, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15471698113207547, 2: 0.0, 3: 0.6377358490566037, 4: 0.2037735849056604, 5: 0.0037735849056603774}, 'edge_length_total': 120837.84400000024, 'edge_length_avg': 163.51535047361332, 'street_length_total': 60456.98500000001, 'street_length_avg': 163.39725675675678, 'street_segments_count': 370, 'node_density_km': 33.11699532828499, 'intersection_density_km': 27.993233786927693, 'edge_density_km': 15101.080434822788, 'street_density_km': 7555.296942668665, 'circuity_avg': 1.031411540903022, 'self_loop_proportion': 0.0027063599458728013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031411540903022\n", - "1088\n", - "11005955.769561717\n", - "{'n': 333, 'm': 826, 'k_avg': 4.960960960960961, 'intersection_count': 280, 'streets_per_node_avg': 2.78978978978979, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 245, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15915915915915915, 2: 0.0, 3: 0.7357357357357357, 4: 0.1021021021021021, 5: 0.003003003003003003}, 'edge_length_total': 136768.07200000013, 'edge_length_avg': 165.5787796610171, 'street_length_total': 73409.43699999998, 'street_length_avg': 167.21967425968103, 'street_segments_count': 439, 'node_density_km': 30.256345470781483, 'intersection_density_km': 25.440770966422868, 'edge_density_km': 12426.732840254414, 'street_density_km': 6669.9738338966, 'circuity_avg': 1.064780606148695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064780606148695\n", - "1089\n", - "27025538.633648943\n", - "{'n': 1418, 'm': 3474, 'k_avg': 4.899858956276446, 'intersection_count': 1030, 'streets_per_node_avg': 2.5204513399153736, 'streets_per_node_counts': {0: 0, 1: 388, 2: 0, 3: 938, 4: 89, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2736248236953456, 2: 0.0, 3: 0.6614950634696756, 4: 0.06276445698166432, 5: 0.0014104372355430183, 6: 0.0007052186177715092}, 'edge_length_total': 401398.0910000013, 'edge_length_avg': 115.54349194012703, 'street_length_total': 201065.73300000004, 'street_length_avg': 115.48864618035614, 'street_segments_count': 1741, 'node_density_km': 52.46888949086392, 'intersection_density_km': 38.112098854435715, 'edge_density_km': 14852.547305023138, 'street_density_km': 7439.841837219008, 'circuity_avg': 1.0553820102359754, 'self_loop_proportion': 0.0005757052389176742, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553820102359754\n", - "1090\n", - "9010631.680477083\n", - "{'n': 242, 'm': 664, 'k_avg': 5.487603305785124, 'intersection_count': 208, 'streets_per_node_avg': 2.884297520661157, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 170, 4: 36, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14049586776859505, 2: 0.0, 3: 0.7024793388429752, 4: 0.1487603305785124, 5: 0.008264462809917356}, 'edge_length_total': 128951.00599999996, 'edge_length_avg': 194.20332228915657, 'street_length_total': 64475.502999999975, 'street_length_avg': 194.20332228915655, 'street_segments_count': 332, 'node_density_km': 26.85716258099087, 'intersection_density_km': 23.083842218372318, 'edge_density_km': 14310.98402117491, 'street_density_km': 7155.492010587454, 'circuity_avg': 1.0892665626897298, 'self_loop_proportion': 0.006024096385542169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0892665626897298\n", - "1091\n", - "29005551.834261455\n", - "{'n': 820, 'm': 2165, 'k_avg': 5.280487804878049, 'intersection_count': 652, 'streets_per_node_avg': 2.7353658536585366, 'streets_per_node_counts': {0: 0, 1: 168, 2: 2, 3: 529, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2048780487804878, 2: 0.0024390243902439024, 3: 0.6451219512195122, 4: 0.1475609756097561}, 'edge_length_total': 328954.3389999998, 'edge_length_avg': 151.94195796766735, 'street_length_total': 164919.00900000022, 'street_length_avg': 150.61096712328788, 'street_segments_count': 1095, 'node_density_km': 28.270449901643083, 'intersection_density_km': 22.478455287647915, 'edge_density_km': 11341.081903204402, 'street_density_km': 5685.77388019894, 'circuity_avg': 1.049815147384495, 'self_loop_proportion': 0.0018475750577367205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049815147384495\n", - "1092\n", - "13005584.250353465\n", - "{'n': 934, 'm': 2373, 'k_avg': 5.081370449678801, 'intersection_count': 706, 'streets_per_node_avg': 2.6241970021413277, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 602, 4: 103, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24411134903640258, 2: 0.0, 3: 0.6445396145610278, 4: 0.11027837259100642, 5: 0.0010706638115631692}, 'edge_length_total': 228875.9309999994, 'edge_length_avg': 96.45003413400734, 'street_length_total': 114492.20999999992, 'street_length_avg': 96.37391414141408, 'street_segments_count': 1188, 'node_density_km': 71.81530502750122, 'intersection_density_km': 54.28437403577716, 'edge_density_km': 17598.28136854206, 'street_density_km': 8803.311546491135, 'circuity_avg': 1.0742818550814723, 'self_loop_proportion': 0.00337126000842815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742818550814723\n", - "1093\n", - "14006980.90315066\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 400, 'm': 1101, 'k_avg': 5.505, 'intersection_count': 351, 'streets_per_node_avg': 2.9025, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 293, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1225, 2: 0.0, 3: 0.7325, 4: 0.1425, 5: 0.0025}, 'edge_length_total': 188099.5380000001, 'edge_length_avg': 170.84426702997283, 'street_length_total': 94357.417, 'street_length_avg': 169.09931362007168, 'street_segments_count': 558, 'node_density_km': 28.557188930701404, 'intersection_density_km': 25.058933286690483, 'edge_density_km': 13428.985111109127, 'street_density_km': 6736.4564607049415, 'circuity_avg': 1.034937418746152, 'self_loop_proportion': 0.0018165304268846503, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034937418746152\n", - "1094\n", - "83026347.93982624\n", - "{'n': 8113, 'm': 19723, 'k_avg': 4.8620732158264515, 'intersection_count': 5819, 'streets_per_node_avg': 2.565758658942438, 'streets_per_node_counts': {0: 0, 1: 2294, 2: 7, 3: 4763, 4: 1029, 5: 18, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28275607050412915, 2: 0.0008628127696289905, 3: 0.5870824602489831, 4: 0.12683347713546161, 5: 0.002218661407617404, 6: 0.0001232589670898558, 7: 0.0001232589670898558}, 'edge_length_total': 1472715.898999987, 'edge_length_avg': 74.66997409116193, 'street_length_total': 756899.712, 'street_length_avg': 73.73596804676085, 'street_segments_count': 10265, 'node_density_km': 97.71596850050466, 'intersection_density_km': 70.0861852217967, 'edge_density_km': 17737.93422862999, 'street_density_km': 9116.379688873789, 'circuity_avg': 1.0645072194823575, 'self_loop_proportion': 0.003092835775490544, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645072194823575\n", - "1095\n", - "61062594.1088441\n", - "{'n': 8792, 'm': 22821, 'k_avg': 5.191310282074613, 'intersection_count': 6656, 'streets_per_node_avg': 2.6424021838034575, 'streets_per_node_counts': {0: 0, 1: 2136, 2: 1, 3: 5580, 4: 1032, 5: 36, 6: 3, 7: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2429481346678799, 2: 0.00011373976342129209, 3: 0.6346678798908099, 4: 0.11737943585077343, 5: 0.004094631483166515, 6: 0.0003412192902638763, 7: 0.00045495905368516835}, 'edge_length_total': 1525282.3699999948, 'edge_length_avg': 66.83678936067633, 'street_length_total': 766881.2369999987, 'street_length_avg': 66.52912613863093, 'street_segments_count': 11527, 'node_density_km': 143.9834014311324, 'intersection_density_km': 109.00290263030223, 'edge_density_km': 24978.99724471545, 'street_density_km': 12558.936419128093, 'circuity_avg': 1.056902836313369, 'self_loop_proportion': 0.0010516629420270803, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056902836313369\n", - "1096\n", - "8007318.672941275\n", - "{'n': 562, 'm': 1629, 'k_avg': 5.797153024911032, 'intersection_count': 509, 'streets_per_node_avg': 2.9804270462633453, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 419, 4: 85, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09430604982206406, 2: 0.0, 3: 0.7455516014234875, 4: 0.1512455516014235, 5: 0.008896797153024912}, 'edge_length_total': 149806.40799999994, 'edge_length_avg': 91.962190300798, 'street_length_total': 74997.35499999995, 'street_length_avg': 91.79602815177472, 'street_segments_count': 817, 'node_density_km': 70.18579164322983, 'intersection_density_km': 63.5668468797224, 'edge_density_km': 18708.685656065256, 'street_density_km': 9366.100946304872, 'circuity_avg': 1.0456942160521414, 'self_loop_proportion': 0.003683241252302026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456942160521414\n", - "1097\n", - "6003637.232754837\n", - "{'n': 191, 'm': 506, 'k_avg': 5.298429319371728, 'intersection_count': 164, 'streets_per_node_avg': 2.806282722513089, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 147, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14136125654450263, 2: 0.0, 3: 0.7696335078534031, 4: 0.08900523560209424}, 'edge_length_total': 74349.31400000006, 'edge_length_avg': 146.93540316205545, 'street_length_total': 37174.657, 'street_length_avg': 146.93540316205534, 'street_segments_count': 253, 'node_density_km': 31.814047484071164, 'intersection_density_km': 27.316773755956394, 'edge_density_km': 12384.045057613188, 'street_density_km': 6192.022528806589, 'circuity_avg': 1.0883129333419201, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0883129333419201\n", - "1098\n", - "8001827.092727049\n", - "{'n': 510, 'm': 1373, 'k_avg': 5.3843137254901965, 'intersection_count': 421, 'streets_per_node_avg': 2.792156862745098, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 350, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17450980392156862, 2: 0.0, 3: 0.6862745098039216, 4: 0.13725490196078433, 5: 0.00196078431372549}, 'edge_length_total': 143506.85300000026, 'edge_length_avg': 104.52065040058285, 'street_length_total': 72042.75500000005, 'street_length_avg': 103.9577994227995, 'street_segments_count': 693, 'node_density_km': 63.735443679299784, 'intersection_density_km': 52.612983899971, 'edge_density_km': 17934.260680343275, 'street_density_km': 9003.288144713913, 'circuity_avg': 1.0812118532645392, 'self_loop_proportion': 0.0014566642388929353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0812118532645392\n", - "1099\n", - "17021856.157139808\n", - "{'n': 709, 'm': 1849, 'k_avg': 5.215796897038082, 'intersection_count': 558, 'streets_per_node_avg': 2.6770098730606486, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 487, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21297602256699577, 2: 0.0, 3: 0.68688293370945, 4: 0.09732016925246827, 5: 0.0028208744710860366}, 'edge_length_total': 246068.1060000003, 'edge_length_avg': 133.08172309356425, 'street_length_total': 123434.08700000004, 'street_length_avg': 133.1543549083064, 'street_segments_count': 927, 'node_density_km': 41.65233177009373, 'intersection_density_km': 32.781383819058256, 'edge_density_km': 14456.009011495915, 'street_density_km': 7251.505703050233, 'circuity_avg': 1.0480145061266835, 'self_loop_proportion': 0.001081665765278529, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480145061266835\n", - "1100\n", - "41050877.62153214\n", - "{'n': 1912, 'm': 4954, 'k_avg': 5.182008368200837, 'intersection_count': 1511, 'streets_per_node_avg': 2.686715481171548, 'streets_per_node_counts': {0: 0, 1: 401, 2: 0, 3: 1318, 4: 184, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20972803347280336, 2: 0.0, 3: 0.6893305439330544, 4: 0.09623430962343096, 5: 0.0041841004184100415, 6: 0.0005230125523012552}, 'edge_length_total': 564273.3029999998, 'edge_length_avg': 113.90256419055305, 'street_length_total': 285973.82299999986, 'street_length_avg': 113.21212311955655, 'street_segments_count': 2526, 'node_density_km': 46.57634893040901, 'intersection_density_km': 36.80798286289122, 'edge_density_km': 13745.706199080754, 'street_density_km': 6966.326655340492, 'circuity_avg': 1.053156405309626, 'self_loop_proportion': 0.0012111425111021397, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053156405309626\n", - "1101\n", - "10007258.755944958\n", - "{'n': 306, 'm': 775, 'k_avg': 5.065359477124183, 'intersection_count': 259, 'streets_per_node_avg': 2.781045751633987, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 232, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15359477124183007, 2: 0.0, 3: 0.7581699346405228, 4: 0.08823529411764706}, 'edge_length_total': 129352.97599999998, 'edge_length_avg': 166.90706580645158, 'street_length_total': 65159.874, 'street_length_avg': 160.09797051597053, 'street_segments_count': 407, 'node_density_km': 30.577804318112214, 'intersection_density_km': 25.881213458794324, 'edge_density_km': 12925.914993769493, 'street_density_km': 6511.261034525646, 'circuity_avg': 1.0531638423763257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531638423763257\n", - "1102\n", - "10008210.235524125\n", - "{'n': 216, 'm': 552, 'k_avg': 5.111111111111111, 'intersection_count': 183, 'streets_per_node_avg': 2.7546296296296298, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 170, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1527777777777778, 2: 0.0, 3: 0.7870370370370371, 4: 0.06018518518518518}, 'edge_length_total': 100264.17199999989, 'edge_length_avg': 181.637992753623, 'street_length_total': 50349.45899999997, 'street_length_avg': 177.91328268551229, 'street_segments_count': 283, 'node_density_km': 21.582280439444446, 'intersection_density_km': 18.284987594529323, 'edge_density_km': 10018.192028392088, 'street_density_km': 5030.815482001432, 'circuity_avg': 1.0382555850630988, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382555850630988\n", - "1103\n", - "10001802.930977032\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 440, 'm': 1176, 'k_avg': 5.345454545454546, 'intersection_count': 365, 'streets_per_node_avg': 2.809090909090909, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 299, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17045454545454544, 2: 0.0, 3: 0.6795454545454546, 4: 0.15}, 'edge_length_total': 165021.8559999998, 'edge_length_avg': 140.32470748299303, 'street_length_total': 82510.92799999996, 'street_length_avg': 140.32470748299312, 'street_segments_count': 588, 'node_density_km': 43.99206853368969, 'intersection_density_km': 36.4934204881744, 'edge_density_km': 16499.21090615605, 'street_density_km': 8249.605453078031, 'circuity_avg': 1.041249303849641, 'self_loop_proportion': 0.0017006802721088435, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041249303849641\n", - "1104\n", - "43014787.096870676\n", - "error with entry 1104\n", - "1105\n", - "34018486.50545018\n", - "{'n': 1770, 'm': 4756, 'k_avg': 5.374011299435028, 'intersection_count': 1438, 'streets_per_node_avg': 2.7440677966101696, 'streets_per_node_counts': {0: 0, 1: 332, 2: 0, 3: 1229, 4: 207, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18757062146892656, 2: 0.0, 3: 0.6943502824858757, 4: 0.11694915254237288, 5: 0.0011299435028248588}, 'edge_length_total': 592843.1299999998, 'edge_length_avg': 124.65162531539104, 'street_length_total': 296689.4420000001, 'street_length_avg': 124.55476154492028, 'street_segments_count': 2382, 'node_density_km': 52.030533448818304, 'intersection_density_km': 42.271133954463686, 'edge_density_km': 17427.08717817352, 'street_density_km': 8721.418042876974, 'circuity_avg': 1.0583776751279108, 'self_loop_proportion': 0.001682085786375105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583776751279108\n", - "1106\n", - "11002373.355807032\n", - "{'n': 494, 'm': 1314, 'k_avg': 5.319838056680162, 'intersection_count': 392, 'streets_per_node_avg': 2.700404858299595, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 336, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20647773279352227, 2: 0.0, 3: 0.680161943319838, 4: 0.11336032388663968}, 'edge_length_total': 141230.86999999997, 'edge_length_avg': 107.48163622526634, 'street_length_total': 70615.43500000003, 'street_length_avg': 107.4816362252664, 'street_segments_count': 657, 'node_density_km': 44.89940343092136, 'intersection_density_km': 35.628676406723024, 'edge_density_km': 12836.400423137666, 'street_density_km': 6418.2002115688365, 'circuity_avg': 1.0639068573699073, 'self_loop_proportion': 0.0060882800608828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639068573699073\n", - "1107\n", - "4000949.968869255\n", - "{'n': 117, 'm': 340, 'k_avg': 5.811965811965812, 'intersection_count': 108, 'streets_per_node_avg': 3.0427350427350426, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 86, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.7350427350427351, 4: 0.1794871794871795, 5: 0.008547008547008548}, 'edge_length_total': 58898.99599999997, 'edge_length_avg': 173.2323411764705, 'street_length_total': 29449.49799999999, 'street_length_avg': 173.23234117647053, 'street_segments_count': 170, 'node_density_km': 29.243055002026537, 'intersection_density_km': 26.99358923263988, 'edge_density_km': 14721.25281702684, 'street_density_km': 7360.626408513421, 'circuity_avg': 1.0332414020971252, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332414020971252\n", - "1108\n", - "9009138.41980911\n", - "{'n': 447, 'm': 1263, 'k_avg': 5.651006711409396, 'intersection_count': 375, 'streets_per_node_avg': 2.8926174496644297, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 279, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1610738255033557, 2: 0.0, 3: 0.6241610738255033, 4: 0.21476510067114093}, 'edge_length_total': 123980.02499999994, 'edge_length_avg': 98.16312351543938, 'street_length_total': 62273.23500000003, 'street_length_avg': 97.91389150943401, 'street_segments_count': 636, 'node_density_km': 49.61628728193869, 'intersection_density_km': 41.624402082163336, 'edge_density_km': 13761.58509535109, 'street_density_km': 6912.229793592127, 'circuity_avg': 1.026894870319072, 'self_loop_proportion': 0.001583531274742676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026894870319072\n", - "1109\n", - "6001668.017411044\n", - "{'n': 212, 'm': 570, 'k_avg': 5.377358490566038, 'intersection_count': 175, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 154, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17452830188679244, 2: 0.0, 3: 0.7264150943396226, 4: 0.09905660377358491}, 'edge_length_total': 73223.29100000001, 'edge_length_avg': 128.46191403508774, 'street_length_total': 36673.609999999986, 'street_length_avg': 128.22940559440553, 'street_segments_count': 286, 'node_density_km': 35.32351329413436, 'intersection_density_km': 29.158560502233552, 'edge_density_km': 12200.490061692308, 'street_density_km': 6110.569577258954, 'circuity_avg': 1.0613748917733596, 'self_loop_proportion': 0.0035087719298245615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613748917733596\n", - "1110\n", - "8001439.973608546\n", - "{'n': 436, 'm': 1134, 'k_avg': 5.201834862385321, 'intersection_count': 358, 'streets_per_node_avg': 2.713302752293578, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 329, 4: 27, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17889908256880735, 2: 0.0, 3: 0.7545871559633027, 4: 0.06192660550458716, 5: 0.0045871559633027525}, 'edge_length_total': 129701.01899999999, 'edge_length_avg': 114.37479629629628, 'street_length_total': 65025.82999999999, 'street_length_avg': 113.68152097902096, 'street_segments_count': 572, 'node_density_km': 54.49019194520928, 'intersection_density_km': 44.74194659721313, 'edge_density_km': 16209.709680732192, 'street_density_km': 8126.765958937036, 'circuity_avg': 1.0640651944654302, 'self_loop_proportion': 0.001763668430335097, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0640651944654302\n", - "1111\n", - "11002493.222958354\n", - "{'n': 315, 'm': 823, 'k_avg': 5.2253968253968255, 'intersection_count': 257, 'streets_per_node_avg': 2.742857142857143, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 222, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18412698412698414, 2: 0.0, 3: 0.7047619047619048, 4: 0.1111111111111111}, 'edge_length_total': 133676.04500000013, 'edge_length_avg': 162.4253280680439, 'street_length_total': 66891.93999999999, 'street_length_avg': 162.3590776699029, 'street_segments_count': 412, 'node_density_km': 28.629874485421652, 'intersection_density_km': 23.35834204048687, 'edge_density_km': 12149.613936690732, 'street_density_km': 6079.707448528113, 'circuity_avg': 1.0433174081103564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433174081103564\n", - "1112\n", - "118053657.692225\n", - "{'n': 15886, 'm': 44393, 'k_avg': 5.588946241974066, 'intersection_count': 13359, 'streets_per_node_avg': 2.8930504847035126, 'streets_per_node_counts': {0: 0, 1: 2527, 2: 4, 3: 10098, 4: 3165, 5: 82, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15907088002014352, 2: 0.0002517940324814302, 3: 0.6356540349993706, 4: 0.19923202820093164, 5: 0.005161777665869319, 6: 0.0006294850812035755}, 'edge_length_total': 3229913.637999994, 'edge_length_avg': 72.75727339895917, 'street_length_total': 1647734.354000002, 'street_length_avg': 72.24053461352983, 'street_segments_count': 22809, 'node_density_km': 134.56592799027058, 'intersection_density_km': 113.16040740413098, 'edge_density_km': 27359.708298243742, 'street_density_km': 13957.503614972886, 'circuity_avg': 1.0616117155076241, 'self_loop_proportion': 0.001374090509765053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616117155076241\n", - "1113\n", - "18002149.70980118\n", - "{'n': 821, 'm': 2141, 'k_avg': 5.215590742996346, 'intersection_count': 654, 'streets_per_node_avg': 2.6967113276492083, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 574, 4: 77, 5: 2, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20341047503045068, 2: 0.0, 3: 0.6991473812423873, 4: 0.09378806333739342, 5: 0.00243605359317905, 6: 0.0, 7: 0.001218026796589525}, 'edge_length_total': 282692.4339999999, 'edge_length_avg': 132.0375684259691, 'street_length_total': 141536.54699999996, 'street_length_avg': 131.5395418215613, 'street_segments_count': 1076, 'node_density_km': 45.60566450311269, 'intersection_density_km': 36.32899462245518, 'edge_density_km': 15703.259808248871, 'street_density_km': 7862.202530342313, 'circuity_avg': 1.0469795453047326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469795453047326\n", - "1114\n", - "10007267.189936614\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 254, 'm': 613, 'k_avg': 4.826771653543307, 'intersection_count': 202, 'streets_per_node_avg': 2.625984251968504, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 193, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2047244094488189, 2: 0.0, 3: 0.7598425196850394, 4: 0.03543307086614173}, 'edge_length_total': 95021.49600000007, 'edge_length_avg': 155.01059706362165, 'street_length_total': 47550.02700000001, 'street_length_avg': 154.88608143322477, 'street_segments_count': 307, 'node_density_km': 25.381554742080276, 'intersection_density_km': 20.185330936615024, 'edge_density_km': 9495.249222040802, 'street_density_km': 4751.5496586137615, 'circuity_avg': 1.1147181095103733, 'self_loop_proportion': 0.0065252854812398045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1147181095103733\n", - "1115\n", - "10003468.191692906\n", - "{'n': 409, 'm': 1098, 'k_avg': 5.36919315403423, 'intersection_count': 346, 'streets_per_node_avg': 2.836185819070905, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 287, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15403422982885084, 2: 0.0, 3: 0.7017114914425427, 4: 0.14425427872860636}, 'edge_length_total': 158203.60900000008, 'edge_length_avg': 144.08343260473595, 'street_length_total': 79353.64500000006, 'street_length_avg': 142.46614901256743, 'street_segments_count': 557, 'node_density_km': 40.88582001386703, 'intersection_density_km': 34.588004217110004, 'edge_density_km': 15814.875997844005, 'street_density_km': 7932.61331763888, 'circuity_avg': 1.0640490539553409, 'self_loop_proportion': 0.0036429872495446266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0640490539553409\n", - "1116\n", - "9011115.045880962\n", - "{'n': 390, 'm': 1052, 'k_avg': 5.394871794871795, 'intersection_count': 328, 'streets_per_node_avg': 2.7897435897435896, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 286, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15897435897435896, 2: 0.0, 3: 0.7333333333333333, 4: 0.1076923076923077}, 'edge_length_total': 147345.5739999999, 'edge_length_avg': 140.06233269961967, 'street_length_total': 73672.78699999998, 'street_length_avg': 140.06233269961973, 'street_segments_count': 526, 'node_density_km': 43.27988245786203, 'intersection_density_km': 36.39949088763781, 'edge_density_km': 16351.53621386207, 'street_density_km': 8175.768106931038, 'circuity_avg': 1.054864479854073, 'self_loop_proportion': 0.0038022813688212928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054864479854073\n", - "1117\n", - "7001560.573930732\n", - "{'n': 285, 'm': 756, 'k_avg': 5.3052631578947365, 'intersection_count': 241, 'streets_per_node_avg': 2.7859649122807015, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 214, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1543859649122807, 2: 0.0, 3: 0.7508771929824561, 4: 0.09473684210526316}, 'edge_length_total': 114854.8880000002, 'edge_length_avg': 151.9244550264553, 'street_length_total': 57427.44399999998, 'street_length_avg': 151.92445502645498, 'street_segments_count': 378, 'node_density_km': 40.70521092985399, 'intersection_density_km': 34.420897663490564, 'edge_density_km': 16404.184008297416, 'street_density_km': 8202.092004148692, 'circuity_avg': 1.0571408988106819, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571408988106819\n", - "1118\n", - "11008853.531977706\n", - "{'n': 264, 'm': 671, 'k_avg': 5.083333333333333, 'intersection_count': 215, 'streets_per_node_avg': 2.7045454545454546, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 195, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1856060606060606, 2: 0.0, 3: 0.7386363636363636, 4: 0.07575757575757576}, 'edge_length_total': 99088.20100000006, 'edge_length_avg': 147.6724307004472, 'street_length_total': 50230.94699999997, 'street_length_avg': 145.17614739884385, 'street_segments_count': 346, 'node_density_km': 23.980698737897846, 'intersection_density_km': 19.5297357145759, 'edge_density_km': 9000.773850989657, 'street_density_km': 4562.7773004784585, 'circuity_avg': 1.0632210126554709, 'self_loop_proportion': 0.0029806259314456036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632210126554709\n", - "1119\n", - "8002694.322376283\n", - "{'n': 551, 'm': 1482, 'k_avg': 5.379310344827586, 'intersection_count': 444, 'streets_per_node_avg': 2.751361161524501, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 367, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19419237749546278, 2: 0.0, 3: 0.6660617059891107, 4: 0.1397459165154265}, 'edge_length_total': 149538.48199999993, 'edge_length_avg': 100.90315924426446, 'street_length_total': 74769.24100000008, 'street_length_avg': 100.90315924426461, 'street_segments_count': 741, 'node_density_km': 68.8518113779946, 'intersection_density_km': 55.48131443163266, 'edge_density_km': 18686.016980790624, 'street_density_km': 9343.008490395327, 'circuity_avg': 1.0701923720679842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701923720679842\n", - "1120\n", - "10007932.357363116\n", - "{'n': 254, 'm': 667, 'k_avg': 5.251968503937008, 'intersection_count': 201, 'streets_per_node_avg': 2.732283464566929, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 163, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20866141732283464, 2: 0.0, 3: 0.6417322834645669, 4: 0.14960629921259844}, 'edge_length_total': 117911.22400000002, 'edge_length_avg': 176.77844677661173, 'street_length_total': 59011.07600000003, 'street_length_avg': 176.67986826347314, 'street_segments_count': 334, 'node_density_km': 25.379867781892543, 'intersection_density_km': 20.084068599056696, 'edge_density_km': 11781.776673705177, 'street_density_km': 5896.430340737059, 'circuity_avg': 1.0391600345861207, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391600345861207\n", - "1121\n", - "6006464.199175458\n", - "{'n': 267, 'm': 638, 'k_avg': 4.7790262172284645, 'intersection_count': 193, 'streets_per_node_avg': 2.48689138576779, 'streets_per_node_counts': {0: 0, 1: 74, 2: 2, 3: 179, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27715355805243447, 2: 0.00749063670411985, 3: 0.6704119850187266, 4: 0.04119850187265917, 5: 0.003745318352059925}, 'edge_length_total': 73752.30300000007, 'edge_length_avg': 115.59922100313491, 'street_length_total': 37037.19599999997, 'street_length_avg': 115.7412374999999, 'street_segments_count': 320, 'node_density_km': 44.45210878583986, 'intersection_density_km': 32.132048672910464, 'edge_density_km': 12278.82170847276, 'street_density_km': 6166.222718031729, 'circuity_avg': 1.0547998930902203, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547998930902203\n", - "1122\n", - "13005715.033116538\n", - "{'n': 391, 'm': 1013, 'k_avg': 5.181585677749361, 'intersection_count': 314, 'streets_per_node_avg': 2.734015345268542, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 264, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1969309462915601, 2: 0.0, 3: 0.6751918158567775, 4: 0.1278772378516624}, 'edge_length_total': 157830.79700000025, 'edge_length_avg': 155.80532773938822, 'street_length_total': 79299.65500000001, 'street_length_avg': 153.68150193798454, 'street_segments_count': 516, 'node_density_km': 30.063706532427794, 'intersection_density_km': 24.14323235596503, 'edge_density_km': 12135.495557000493, 'street_density_km': 6097.292982206574, 'circuity_avg': 1.0927110009310828, 'self_loop_proportion': 0.003948667324777887, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0927110009310828\n", - "1123\n", - "5003026.26055948\n", - "{'n': 244, 'm': 576, 'k_avg': 4.721311475409836, 'intersection_count': 170, 'streets_per_node_avg': 2.4672131147540983, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 152, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30327868852459017, 2: 0.0, 3: 0.6229508196721312, 4: 0.07377049180327869}, 'edge_length_total': 71122.872, 'edge_length_avg': 123.47720833333334, 'street_length_total': 35561.436000000016, 'street_length_avg': 123.4772083333334, 'street_segments_count': 288, 'node_density_km': 48.77048156303579, 'intersection_density_km': 33.97943387588559, 'edge_density_km': 14215.970154041617, 'street_density_km': 7107.985077020811, 'circuity_avg': 1.088752759410138, 'self_loop_proportion': 0.006944444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088752759410138\n", - "1124\n", - "8001029.262679625\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 250, 'm': 579, 'k_avg': 4.632, 'intersection_count': 179, 'streets_per_node_avg': 2.476, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 168, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.284, 2: 0.0, 3: 0.672, 4: 0.044}, 'edge_length_total': 65210.82700000003, 'edge_length_avg': 112.6266442141624, 'street_length_total': 32793.464999999975, 'street_length_avg': 110.41570707070699, 'street_segments_count': 297, 'node_density_km': 31.245979959867377, 'intersection_density_km': 22.37212165126504, 'edge_density_km': 8150.304774433517, 'street_density_km': 4098.655800818446, 'circuity_avg': 1.0875253267927607, 'self_loop_proportion': 0.0034542314335060447, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0875253267927607\n", - "1125\n", - "18012317.44799038\n", - "{'n': 709, 'm': 1904, 'k_avg': 5.3709449929478135, 'intersection_count': 588, 'streets_per_node_avg': 2.8392101551480957, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 460, 4: 128}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17066290550070523, 2: 0.0, 3: 0.6488011283497884, 4: 0.18053596614950634}, 'edge_length_total': 271224.9180000001, 'edge_length_avg': 142.45006197478997, 'street_length_total': 139291.22400000013, 'street_length_avg': 142.13390204081645, 'street_segments_count': 980, 'node_density_km': 39.36195339923362, 'intersection_density_km': 32.64432806593705, 'edge_density_km': 15057.746943620543, 'street_density_km': 7733.10954585362, 'circuity_avg': 1.0442266700942973, 'self_loop_proportion': 0.0010504201680672268, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442266700942973\n", - "1126\n", - "9001388.37199165\n", - "{'n': 477, 'm': 1318, 'k_avg': 5.526205450733753, 'intersection_count': 390, 'streets_per_node_avg': 2.8679245283018866, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 279, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18238993710691823, 2: 0.0, 3: 0.5849056603773585, 4: 0.23270440251572327}, 'edge_length_total': 153079.65599999984, 'edge_length_avg': 116.1454142640363, 'street_length_total': 76539.8280000001, 'street_length_avg': 116.14541426403656, 'street_segments_count': 659, 'node_density_km': 52.991825292664146, 'intersection_density_km': 43.32664961035434, 'edge_density_km': 17006.227225604023, 'street_density_km': 8503.11361280203, 'circuity_avg': 1.066683234749327, 'self_loop_proportion': 0.007587253414264037, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066683234749327\n", - "1127\n", - "11013222.945075018\n", - "{'n': 339, 'm': 868, 'k_avg': 5.12094395280236, 'intersection_count': 277, 'streets_per_node_avg': 2.71976401179941, 'streets_per_node_counts': {0: 0, 1: 62, 2: 1, 3: 246, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18289085545722714, 2: 0.0029498525073746312, 3: 0.7256637168141593, 4: 0.08849557522123894}, 'edge_length_total': 128474.32099999968, 'edge_length_avg': 148.01189055299503, 'street_length_total': 64266.33900000004, 'street_length_avg': 147.39986009174322, 'street_segments_count': 436, 'node_density_km': 30.781180194994306, 'intersection_density_km': 25.15158381714874, 'edge_density_km': 11665.460841093012, 'street_density_km': 5835.379826641863, 'circuity_avg': 1.0564194890874592, 'self_loop_proportion': 0.0034562211981566822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564194890874592\n", - "1128\n", - "4003424.258332113\n", - "{'n': 124, 'm': 358, 'k_avg': 5.774193548387097, 'intersection_count': 106, 'streets_per_node_avg': 2.9919354838709675, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 72, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14516129032258066, 2: 0.0, 3: 0.5806451612903226, 4: 0.2661290322580645, 5: 0.008064516129032258}, 'edge_length_total': 58941.10599999998, 'edge_length_avg': 164.6399608938547, 'street_length_total': 29470.553, 'street_length_avg': 164.63996089385475, 'street_segments_count': 179, 'node_density_km': 30.973484696738154, 'intersection_density_km': 26.47733369237294, 'edge_density_km': 14722.672941127586, 'street_density_km': 7361.336470563796, 'circuity_avg': 1.0565293116626047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565293116626047\n", - "1129\n", - "24011536.523589235\n", - "{'n': 671, 'm': 1680, 'k_avg': 5.007451564828614, 'intersection_count': 511, 'streets_per_node_avg': 2.6050670640834577, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 456, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23845007451564829, 2: 0.0, 3: 0.6795827123695977, 4: 0.08196721311475409}, 'edge_length_total': 247564.8610000001, 'edge_length_avg': 147.36003630952388, 'street_length_total': 124070.32599999994, 'street_length_avg': 147.00275592417054, 'street_segments_count': 844, 'node_density_km': 27.94490054148768, 'intersection_density_km': 21.28143692503756, 'edge_density_km': 10310.246524906444, 'street_density_km': 5167.113144888154, 'circuity_avg': 1.0978776074972036, 'self_loop_proportion': 0.004761904761904762, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0978776074972036\n", - "1130\n", - "18004558.364834726\n", - "{'n': 1184, 'm': 3138, 'k_avg': 5.300675675675675, 'intersection_count': 958, 'streets_per_node_avg': 2.730574324324324, 'streets_per_node_counts': {0: 0, 1: 226, 2: 0, 3: 828, 4: 127, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19087837837837837, 2: 0.0, 3: 0.6993243243243243, 4: 0.10726351351351351, 5: 0.002533783783783784}, 'edge_length_total': 335562.405000001, 'edge_length_avg': 106.93511950286839, 'street_length_total': 168094.3259999996, 'street_length_avg': 106.38881392405038, 'street_segments_count': 1580, 'node_density_km': 65.76112426686944, 'intersection_density_km': 53.208747506470374, 'edge_density_km': 18637.635991971823, 'street_density_km': 9336.209341758138, 'circuity_avg': 1.0464663623795136, 'self_loop_proportion': 0.0012746972594008922, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0464663623795136\n", - "1131\n", - "11001365.122843193\n", - "{'n': 532, 'm': 1398, 'k_avg': 5.2556390977443606, 'intersection_count': 418, 'streets_per_node_avg': 2.731203007518797, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 334, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6278195488721805, 4: 0.15601503759398497, 5: 0.0018796992481203006}, 'edge_length_total': 174677.40799999956, 'edge_length_avg': 124.94807439198824, 'street_length_total': 87701.10699999999, 'street_length_avg': 124.93035185185184, 'street_segments_count': 702, 'node_density_km': 48.357635080700774, 'intersection_density_km': 37.9952847062649, 'edge_density_km': 15877.793896441091, 'street_density_km': 7971.838587367466, 'circuity_avg': 1.058201418500498, 'self_loop_proportion': 0.00715307582260372, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058201418500498\n", - "1132\n", - "15003147.71248277\n", - "{'n': 1278, 'm': 3859, 'k_avg': 6.039123630672926, 'intersection_count': 1153, 'streets_per_node_avg': 3.0821596244131455, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 820, 4: 316, 5: 13, 6: 3, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09780907668231612, 2: 0.0, 3: 0.6416275430359938, 4: 0.24726134585289514, 5: 0.010172143974960876, 6: 0.002347417840375587, 7: 0.000782472613458529}, 'edge_length_total': 303825.65400000074, 'edge_length_avg': 78.73170614148762, 'street_length_total': 152532.08500000008, 'street_length_avg': 78.34210837185418, 'street_segments_count': 1947, 'node_density_km': 85.18212474417558, 'intersection_density_km': 76.8505397731099, 'edge_density_km': 20250.794021524875, 'street_density_km': 10166.672215930517, 'circuity_avg': 1.0482056526232248, 'self_loop_proportion': 0.0010365379632029023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0482056526232248\n", - "1133\n", - "17005217.920766763\n", - "{'n': 852, 'm': 2231, 'k_avg': 5.237089201877934, 'intersection_count': 663, 'streets_per_node_avg': 2.7030516431924885, 'streets_per_node_counts': {0: 0, 1: 189, 2: 0, 3: 541, 4: 119, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22183098591549297, 2: 0.0, 3: 0.6349765258215962, 4: 0.1396713615023474, 5: 0.0035211267605633804}, 'edge_length_total': 282246.72200000007, 'edge_length_avg': 126.5113052442851, 'street_length_total': 141605.76699999996, 'street_length_avg': 126.09596349065, 'street_segments_count': 1123, 'node_density_km': 50.102268842996594, 'intersection_density_km': 38.98803314895158, 'edge_density_km': 16597.653926876203, 'street_density_km': 8327.19507975673, 'circuity_avg': 1.0397452641686116, 'self_loop_proportion': 0.002689376961004034, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397452641686116\n", - "1134\n", - "5004836.393502447\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 278, 'm': 683, 'k_avg': 4.913669064748201, 'intersection_count': 210, 'streets_per_node_avg': 2.6007194244604315, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 185, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2446043165467626, 2: 0.0, 3: 0.6654676258992805, 4: 0.08992805755395683}, 'edge_length_total': 77899.00500000012, 'edge_length_avg': 114.05418008784791, 'street_length_total': 39502.83299999999, 'street_length_avg': 113.18863323782233, 'street_segments_count': 349, 'node_density_km': 55.546271274904186, 'intersection_density_km': 41.959413552985175, 'edge_density_km': 15564.745553147928, 'street_density_km': 7892.931935054808, 'circuity_avg': 1.0773890195801954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773890195801954\n", - "1135\n", - "9001930.38518316\n", - "{'n': 806, 'm': 2133, 'k_avg': 5.292803970223325, 'intersection_count': 642, 'streets_per_node_avg': 2.7245657568238215, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 544, 4: 91, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20347394540942929, 2: 0.0, 3: 0.674937965260546, 4: 0.11290322580645161, 5: 0.007444168734491315, 6: 0.0012406947890818859}, 'edge_length_total': 183063.23800000045, 'edge_length_avg': 85.82430285982205, 'street_length_total': 91575.00000000006, 'street_length_avg': 85.82474226804129, 'street_segments_count': 1067, 'node_density_km': 89.5363511504872, 'intersection_density_km': 71.3180365243335, 'edge_density_km': 20335.9979656492, 'street_density_km': 10172.818060305051, 'circuity_avg': 1.054675843805173, 'self_loop_proportion': 0.001875293014533521, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054675843805173\n", - "1136\n", - "24005999.765278425\n", - "{'n': 1127, 'm': 3070, 'k_avg': 5.448092280390417, 'intersection_count': 929, 'streets_per_node_avg': 2.8181011535048803, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 745, 4: 177, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1756876663708962, 2: 0.0, 3: 0.6610470275066548, 4: 0.15705412599822538, 5: 0.006211180124223602}, 'edge_length_total': 366314.70600000065, 'edge_length_avg': 119.32075114006535, 'street_length_total': 184303.44900000026, 'street_length_avg': 118.14323653846171, 'street_segments_count': 1560, 'node_density_km': 46.946597143188335, 'intersection_density_km': 38.698659047046995, 'edge_density_km': 15259.298074718285, 'street_density_km': 7677.391102309822, 'circuity_avg': 1.0768881781835222, 'self_loop_proportion': 0.001954397394136808, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768881781835222\n", - "1137\n", - "8007061.857692356\n", - "{'n': 488, 'm': 1353, 'k_avg': 5.545081967213115, 'intersection_count': 419, 'streets_per_node_avg': 2.889344262295082, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 335, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1413934426229508, 2: 0.0, 3: 0.6864754098360656, 4: 0.1721311475409836}, 'edge_length_total': 143842.74600000007, 'edge_length_avg': 106.31392904656325, 'street_length_total': 72128.48000000004, 'street_length_avg': 105.76023460410563, 'street_segments_count': 682, 'node_density_km': 60.946200825360194, 'intersection_density_km': 52.32880767587279, 'edge_density_km': 17964.485420055902, 'street_density_km': 9008.108252680284, 'circuity_avg': 1.0454263280819456, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454263280819456\n", - "1138\n", - "3000419.798380489\n", - "{'n': 17, 'm': 44, 'k_avg': 5.176470588235294, 'intersection_count': 16, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 14, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.058823529411764705, 2: 0.0, 3: 0.8235294117647058, 4: 0.11764705882352941}, 'edge_length_total': 9456.622000000001, 'edge_length_avg': 214.9232272727273, 'street_length_total': 4728.311, 'street_length_avg': 214.92322727272725, 'street_segments_count': 22, 'node_density_km': 5.665873825114721, 'intersection_density_km': 5.332587129519737, 'edge_density_km': 3151.7662978708254, 'street_density_km': 1575.8831489354125, 'circuity_avg': 1.134993201788353, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.134993201788353\n", - "1139\n", - "100016667.81504856\n", - "{'n': 9137, 'm': 25109, 'k_avg': 5.496114698478713, 'intersection_count': 7575, 'streets_per_node_avg': 2.8150377585640802, 'streets_per_node_counts': {0: 0, 1: 1562, 2: 7, 3: 6188, 4: 1321, 5: 57, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1709532669366313, 2: 0.0007661157929298456, 3: 0.6772463609499836, 4: 0.14457699463718945, 5: 0.006238371456714457, 6: 0.0002188902265513845}, 'edge_length_total': 1984279.8700000031, 'edge_length_avg': 79.0266386554623, 'street_length_total': 1006278.4579999944, 'street_length_avg': 78.90523468987645, 'street_segments_count': 12753, 'node_density_km': 91.35477315537243, 'intersection_density_km': 75.73737623420665, 'edge_density_km': 19839.4918901852, 'street_density_km': 10061.10761319114, 'circuity_avg': 1.0579025326109648, 'self_loop_proportion': 0.0019116651399896452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579025326109648\n", - "1140\n", - "61065944.5086907\n", - "error with entry 1140\n", - "1141\n", - "9001571.987219308\n", - "{'n': 348, 'm': 881, 'k_avg': 5.063218390804598, 'intersection_count': 267, 'streets_per_node_avg': 2.6551724137931036, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 225, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23275862068965517, 2: 0.0, 3: 0.646551724137931, 4: 0.1206896551724138}, 'edge_length_total': 101035.88900000016, 'edge_length_avg': 114.68318842224762, 'street_length_total': 50706.111999999994, 'street_length_avg': 113.69083408071748, 'street_segments_count': 446, 'node_density_km': 38.65991412323319, 'intersection_density_km': 29.661485835928918, 'edge_density_km': 11224.249402599216, 'street_density_km': 5633.0285501236895, 'circuity_avg': 1.0668975908407685, 'self_loop_proportion': 0.004540295119182747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668975908407685\n", - "1142\n", - "56009940.62655684\n", - "{'n': 978, 'm': 2576, 'k_avg': 5.267893660531698, 'intersection_count': 804, 'streets_per_node_avg': 2.776073619631902, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 675, 4: 129}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17791411042944785, 2: 0.0, 3: 0.6901840490797546, 4: 0.13190184049079753}, 'edge_length_total': 296297.7109999993, 'edge_length_avg': 115.02240333850905, 'street_length_total': 151710.45800000004, 'street_length_avg': 113.55573203592817, 'street_segments_count': 1336, 'node_density_km': 17.46118615837786, 'intersection_density_km': 14.354594755967074, 'edge_density_km': 5290.091503141341, 'street_density_km': 2708.634508497716, 'circuity_avg': 1.0699214284456189, 'self_loop_proportion': 0.0015527950310559005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699214284456189\n", - "1143\n", - "33006122.55908024\n", - "{'n': 1751, 'm': 4549, 'k_avg': 5.19588806396345, 'intersection_count': 1336, 'streets_per_node_avg': 2.6584808680753853, 'streets_per_node_counts': {0: 0, 1: 415, 2: 3, 3: 1098, 4: 235}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23700742432895489, 2: 0.0017133066818960593, 3: 0.6270702455739577, 4: 0.1342090234151913}, 'edge_length_total': 531792.6259999975, 'edge_length_avg': 116.9031932292806, 'street_length_total': 268414.5829999998, 'street_length_avg': 116.75275467594598, 'street_segments_count': 2299, 'node_density_km': 53.05076344141146, 'intersection_density_km': 40.47733863947785, 'edge_density_km': 16111.938778876563, 'street_density_km': 8132.266446006905, 'circuity_avg': 1.0642882999649084, 'self_loop_proportion': 0.0017586282699494395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642882999649084\n", - "1144\n", - "21006645.216289703\n", - "{'n': 1550, 'm': 3871, 'k_avg': 4.99483870967742, 'intersection_count': 1136, 'streets_per_node_avg': 2.5593548387096776, 'streets_per_node_counts': {0: 0, 1: 414, 2: 0, 3: 993, 4: 141, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2670967741935484, 2: 0.0, 3: 0.6406451612903226, 4: 0.09096774193548388, 5: 0.0012903225806451613}, 'edge_length_total': 358505.60799999983, 'edge_length_avg': 92.61317695685865, 'street_length_total': 181786.918, 'street_length_avg': 92.93809713701432, 'street_segments_count': 1956, 'node_density_km': 73.78617499561734, 'intersection_density_km': 54.0781256742073, 'edge_density_km': 17066.295179869794, 'street_density_km': 8653.781511910931, 'circuity_avg': 1.0849962483516131, 'self_loop_proportion': 0.003099974166881943, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0849962483516131\n", - "1145\n", - "15015617.234566642\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1321, 'm': 3906, 'k_avg': 5.913701741105223, 'intersection_count': 1158, 'streets_per_node_avg': 3.03557910673732, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 793, 4: 358, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12339137017411052, 2: 0.0, 3: 0.6003028009084027, 4: 0.27100681302043905, 5: 0.004542013626040878, 6: 0.000757002271006813}, 'edge_length_total': 316617.60199999984, 'edge_length_avg': 81.05929390681, 'street_length_total': 159849.39, 'street_length_avg': 80.65054994954592, 'street_segments_count': 1982, 'node_density_km': 87.9750715114792, 'intersection_density_km': 77.11970689651243, 'edge_density_km': 21085.88658421124, 'street_density_km': 10645.542404478676, 'circuity_avg': 1.0452692338560101, 'self_loop_proportion': 0.002560163850486431, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452692338560101\n", - "1146\n", - "20009940.439414065\n", - "{'n': 934, 'm': 2385, 'k_avg': 5.107066381156317, 'intersection_count': 728, 'streets_per_node_avg': 2.646680942184154, 'streets_per_node_counts': {0: 0, 1: 206, 2: 0, 3: 649, 4: 76, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22055674518201285, 2: 0.0, 3: 0.6948608137044968, 4: 0.08137044967880086, 5: 0.0032119914346895075}, 'edge_length_total': 336703.28600000014, 'edge_length_avg': 141.17538197064997, 'street_length_total': 168666.6399999999, 'street_length_avg': 140.55553333333324, 'street_segments_count': 1200, 'node_density_km': 46.67680060457739, 'intersection_density_km': 36.38191738772199, 'edge_density_km': 16826.801010201285, 'street_density_km': 8429.142530967914, 'circuity_avg': 1.0449306052437797, 'self_loop_proportion': 0.0016771488469601676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449306052437797\n", - "1147\n", - "11012541.70639177\n", - "{'n': 240, 'm': 656, 'k_avg': 5.466666666666667, 'intersection_count': 213, 'streets_per_node_avg': 2.8541666666666665, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 194, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1125, 2: 0.0, 3: 0.8083333333333333, 4: 0.07916666666666666}, 'edge_length_total': 99097.84600000002, 'edge_length_avg': 151.06378963414636, 'street_length_total': 49548.923, 'street_length_avg': 151.06378963414636, 'street_segments_count': 328, 'node_density_km': 21.79333403665586, 'intersection_density_km': 19.341583957532077, 'edge_density_km': 8998.635250796173, 'street_density_km': 4499.3176253980855, 'circuity_avg': 1.0539134312438343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539134312438343\n", - "1148\n", - "16018597.3544164\n", - "{'n': 505, 'm': 1283, 'k_avg': 5.081188118811881, 'intersection_count': 386, 'streets_per_node_avg': 2.6356435643564358, 'streets_per_node_counts': {0: 0, 1: 119, 2: 1, 3: 330, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23564356435643563, 2: 0.0019801980198019802, 3: 0.6534653465346535, 4: 0.10891089108910891}, 'edge_length_total': 206934.82499999995, 'edge_length_avg': 161.28980904130938, 'street_length_total': 103501.18300000003, 'street_length_avg': 160.96606998444796, 'street_segments_count': 643, 'node_density_km': 31.52585640469758, 'intersection_density_km': 24.096991232105477, 'edge_density_km': 12918.41104570539, 'street_density_km': 6461.313728662035, 'circuity_avg': 1.047489556119506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047489556119506\n", - "1149\n", - "8008860.634682442\n", - "{'n': 631, 'm': 1566, 'k_avg': 4.9635499207606975, 'intersection_count': 451, 'streets_per_node_avg': 2.548335974643423, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 377, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28526148969889065, 2: 0.0, 3: 0.5974643423137876, 4: 0.11568938193343899, 5: 0.001584786053882726}, 'edge_length_total': 137857.17899999992, 'edge_length_avg': 88.03140421455933, 'street_length_total': 69094.36000000006, 'street_length_avg': 88.01829299363065, 'street_segments_count': 785, 'node_density_km': 78.7877363313639, 'intersection_density_km': 56.312629295475624, 'edge_density_km': 17213.082520503376, 'street_density_km': 8627.239647645549, 'circuity_avg': 1.0568933921926829, 'self_loop_proportion': 0.005108556832694764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568933921926829\n", - "1150\n", - "7004289.1458687205\n", - "{'n': 184, 'm': 473, 'k_avg': 5.141304347826087, 'intersection_count': 151, 'streets_per_node_avg': 2.7282608695652173, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 135, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1793478260869565, 2: 0.0, 3: 0.7336956521739131, 4: 0.08695652173913043}, 'edge_length_total': 81140.102, 'edge_length_avg': 171.54355602536998, 'street_length_total': 40742.81800000001, 'street_length_avg': 171.18831092436977, 'street_segments_count': 238, 'node_density_km': 26.269617968088472, 'intersection_density_km': 21.55821909337695, 'edge_density_km': 11584.345007781149, 'street_density_km': 5816.8383902356445, 'circuity_avg': 1.0569748740517784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569748740517784\n", - "1151\n", - "12003301.15596455\n", - "{'n': 421, 'm': 1172, 'k_avg': 5.567695961995249, 'intersection_count': 368, 'streets_per_node_avg': 2.9263657957244655, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 293, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12589073634204276, 2: 0.0, 3: 0.6959619952494062, 4: 0.17814726840855108}, 'edge_length_total': 180619.31199999942, 'edge_length_avg': 154.1120409556309, 'street_length_total': 90309.65600000003, 'street_length_avg': 154.11204095563144, 'street_segments_count': 586, 'node_density_km': 35.07368469138186, 'intersection_density_km': 30.658232699355164, 'edge_density_km': 15047.46982960167, 'street_density_km': 7523.734914800862, 'circuity_avg': 1.037619361472339, 'self_loop_proportion': 0.006825938566552901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037619361472339\n", - "1152\n", - "21027175.20791349\n", - "{'n': 1061, 'm': 2743, 'k_avg': 5.170593779453346, 'intersection_count': 824, 'streets_per_node_avg': 2.704995287464656, 'streets_per_node_counts': {0: 0, 1: 237, 2: 0, 3: 667, 4: 153, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2233741753063148, 2: 0.0, 3: 0.6286522148916117, 4: 0.14420358152686144, 5: 0.003770028275212064}, 'edge_length_total': 284821.23599999986, 'edge_length_avg': 103.83566751731675, 'street_length_total': 143039.91100000034, 'street_length_avg': 101.95289451176076, 'street_segments_count': 1403, 'node_density_km': 50.45851330523451, 'intersection_density_km': 39.18738450849504, 'edge_density_km': 13545.387489462142, 'street_density_km': 6802.621350021751, 'circuity_avg': 1.0828117196679334, 'self_loop_proportion': 0.002187386073641998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828117196679334\n", - "1153\n", - "13008060.765538432\n", - "{'n': 400, 'm': 987, 'k_avg': 4.935, 'intersection_count': 321, 'streets_per_node_avg': 2.705, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 281, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1975, 2: 0.0, 3: 0.7025, 4: 0.1}, 'edge_length_total': 158559.64500000016, 'edge_length_avg': 160.64806990881476, 'street_length_total': 80060.24699999999, 'street_length_avg': 157.28928683693513, 'street_segments_count': 509, 'node_density_km': 30.75016385683705, 'intersection_density_km': 24.677006495111737, 'edge_density_km': 12189.337662079797, 'street_density_km': 6154.664284172117, 'circuity_avg': 1.0490922464346732, 'self_loop_proportion': 0.002026342451874367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490922464346732\n", - "1154\n", - "10010355.878783826\n", - "{'n': 211, 'm': 595, 'k_avg': 5.639810426540285, 'intersection_count': 192, 'streets_per_node_avg': 2.995260663507109, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 155, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09004739336492891, 2: 0.0, 3: 0.7345971563981043, 4: 0.17535545023696683}, 'edge_length_total': 111398.29300000002, 'edge_length_avg': 187.22402184873954, 'street_length_total': 55748.30200000004, 'street_length_avg': 187.07483892617464, 'street_segments_count': 298, 'node_density_km': 21.078171700888095, 'intersection_density_km': 19.18013728232471, 'edge_density_km': 11128.304962274127, 'street_density_km': 5569.0629459192605, 'circuity_avg': 1.0312428748156692, 'self_loop_proportion': 0.0033613445378151263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0312428748156692\n", - "1155\n", - "14002737.12572544\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 502, 'm': 1358, 'k_avg': 5.410358565737051, 'intersection_count': 409, 'streets_per_node_avg': 2.806772908366534, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 322, 4: 85, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1852589641434263, 2: 0.0, 3: 0.6414342629482072, 4: 0.1693227091633466, 5: 0.00398406374501992}, 'edge_length_total': 209573.48599999992, 'edge_length_avg': 154.32510014727535, 'street_length_total': 104786.74299999994, 'street_length_avg': 154.32510014727532, 'street_segments_count': 679, 'node_density_km': 35.850133834030174, 'intersection_density_km': 29.20857517553454, 'edge_density_km': 14966.608607896904, 'street_density_km': 7483.30430394845, 'circuity_avg': 1.0532061310516423, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0532061310516423\n", - "1156\n", - "10000911.78537269\n", - "{'n': 442, 'm': 1155, 'k_avg': 5.226244343891403, 'intersection_count': 352, 'streets_per_node_avg': 2.6968325791855206, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 308, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20361990950226244, 2: 0.0, 3: 0.6968325791855203, 4: 0.09502262443438914, 5: 0.004524886877828055}, 'edge_length_total': 124291.54400000013, 'edge_length_avg': 107.61172640692652, 'street_length_total': 62294.25200000005, 'street_length_avg': 107.40388275862078, 'street_segments_count': 580, 'node_density_km': 44.19597027607704, 'intersection_density_km': 35.19679080809755, 'edge_density_km': 12428.021231203003, 'street_density_km': 6228.857261906007, 'circuity_avg': 1.058594488247734, 'self_loop_proportion': 0.006926406926406926, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058594488247734\n", - "1157\n", - "5002477.629593817\n", - "{'n': 108, 'm': 316, 'k_avg': 5.851851851851852, 'intersection_count': 96, 'streets_per_node_avg': 3.009259259259259, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 71, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6574074074074074, 4: 0.23148148148148148}, 'edge_length_total': 61317.95400000002, 'edge_length_avg': 194.04415822784816, 'street_length_total': 30658.97700000001, 'street_length_avg': 194.04415822784816, 'street_segments_count': 158, 'node_density_km': 21.589301941320066, 'intersection_density_km': 19.190490614506725, 'edge_density_km': 12257.516882684953, 'street_density_km': 6128.7584413424765, 'circuity_avg': 1.0374742811688282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374742811688282\n", - "1158\n", - "11012778.96147036\n", - "{'n': 304, 'm': 712, 'k_avg': 4.684210526315789, 'intersection_count': 217, 'streets_per_node_avg': 2.463815789473684, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 206, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28618421052631576, 2: 0.0, 3: 0.6776315789473685, 4: 0.03618421052631579}, 'edge_length_total': 103177.39000000007, 'edge_length_avg': 144.91206460674167, 'street_length_total': 51588.695, 'street_length_avg': 144.91206460674158, 'street_segments_count': 356, 'node_density_km': 27.604295070625092, 'intersection_density_km': 19.70438167870278, 'edge_density_km': 9368.8786782137, 'street_density_km': 4684.439339106847, 'circuity_avg': 1.0706644107215242, 'self_loop_proportion': 0.0028089887640449437, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0706644107215242\n", - "1159\n", - "9003687.598071141\n", - "{'n': 441, 'm': 1155, 'k_avg': 5.238095238095238, 'intersection_count': 362, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 312, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17913832199546487, 2: 0.0, 3: 0.7074829931972789, 4: 0.11337868480725624}, 'edge_length_total': 136575.69100000002, 'edge_length_avg': 118.24735151515154, 'street_length_total': 68367.12400000005, 'street_length_avg': 118.07793436960286, 'street_segments_count': 579, 'node_density_km': 48.97993129997929, 'intersection_density_km': 40.20574859544785, 'edge_density_km': 15168.861592805444, 'street_density_km': 7593.235910877932, 'circuity_avg': 1.0641719527346527, 'self_loop_proportion': 0.003463203463203463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641719527346527\n", - "1160\n", - "5006153.5941347955\n", - "{'n': 143, 'm': 352, 'k_avg': 4.923076923076923, 'intersection_count': 105, 'streets_per_node_avg': 2.5874125874125875, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 88, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26573426573426573, 2: 0.0, 3: 0.6153846153846154, 4: 0.11888111888111888}, 'edge_length_total': 53269.87799999994, 'edge_length_avg': 151.33488068181802, 'street_length_total': 26797.36199999999, 'street_length_avg': 150.54697752808983, 'street_segments_count': 178, 'node_density_km': 28.56484470782891, 'intersection_density_km': 20.974186673580668, 'edge_density_km': 10640.879669055874, 'street_density_km': 5352.884504262065, 'circuity_avg': 1.0576980820147122, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576980820147122\n", - "1161\n", - "110017078.99971272\n", - "error with entry 1161\n", - "1162\n", - "6003869.896112956\n", - "{'n': 187, 'm': 457, 'k_avg': 4.887700534759358, 'intersection_count': 147, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 133, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21390374331550802, 2: 0.0, 3: 0.7112299465240641, 4: 0.0748663101604278}, 'edge_length_total': 69916.25600000001, 'edge_length_avg': 152.98961925601753, 'street_length_total': 35038.97399999999, 'street_length_avg': 153.0086200873362, 'street_segments_count': 229, 'node_density_km': 31.146577663361445, 'intersection_density_km': 24.484208109701243, 'edge_density_km': 11645.198382007811, 'street_density_km': 5836.064839227283, 'circuity_avg': 1.0475453430591837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475453430591837\n", - "1163\n", - "9003088.850926593\n", - "{'n': 231, 'm': 573, 'k_avg': 4.961038961038961, 'intersection_count': 177, 'streets_per_node_avg': 2.6103896103896105, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 159, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23376623376623376, 2: 0.0, 3: 0.6883116883116883, 4: 0.07792207792207792}, 'edge_length_total': 80907.17999999992, 'edge_length_avg': 141.19926701570668, 'street_length_total': 40490.15899999999, 'street_length_avg': 141.08069337979092, 'street_segments_count': 287, 'node_density_km': 25.657860743674167, 'intersection_density_km': 19.65991927112696, 'edge_density_km': 8986.602413867437, 'street_density_km': 4497.363035113529, 'circuity_avg': 1.0470227690493583, 'self_loop_proportion': 0.0034904013961605585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0470227690493583\n", - "1164\n", - "11006833.899991674\n", - "{'n': 526, 'm': 1370, 'k_avg': 5.2091254752851714, 'intersection_count': 423, 'streets_per_node_avg': 2.711026615969582, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 371, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1958174904942966, 2: 0.0, 3: 0.7053231939163498, 4: 0.09505703422053231, 5: 0.0038022813688212928}, 'edge_length_total': 179403.50000000015, 'edge_length_avg': 130.9514598540147, 'street_length_total': 89701.74999999988, 'street_length_avg': 130.95145985401442, 'street_segments_count': 685, 'node_density_km': 47.78849256555038, 'intersection_density_km': 38.43066987685896, 'edge_density_km': 16299.282939132556, 'street_density_km': 8149.641469566261, 'circuity_avg': 1.0815719680242304, 'self_loop_proportion': 0.014598540145985401, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815719680242304\n", - "1165\n", - "9006404.578638885\n", - "{'n': 355, 'm': 828, 'k_avg': 4.664788732394366, 'intersection_count': 251, 'streets_per_node_avg': 2.4704225352112674, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 231, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29295774647887324, 2: 0.0, 3: 0.6507042253521127, 4: 0.056338028169014086}, 'edge_length_total': 111191.311, 'edge_length_avg': 134.28902294685992, 'street_length_total': 56004.87199999996, 'street_length_avg': 133.34493333333324, 'street_segments_count': 420, 'node_density_km': 39.4163949554274, 'intersection_density_km': 27.86905671496416, 'edge_density_km': 12345.804591514814, 'street_density_km': 6218.338462479312, 'circuity_avg': 1.0669694626185873, 'self_loop_proportion': 0.0024154589371980675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669694626185873\n", - "1166\n", - "14011512.052519415\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 556, 'm': 1403, 'k_avg': 5.046762589928058, 'intersection_count': 439, 'streets_per_node_avg': 2.6636690647482015, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 392, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.210431654676259, 2: 0.0, 3: 0.7050359712230215, 4: 0.08453237410071943}, 'edge_length_total': 190520.03699999984, 'edge_length_avg': 135.79475196008542, 'street_length_total': 97146.11000000002, 'street_length_avg': 134.73801664355065, 'street_segments_count': 721, 'node_density_km': 39.68165590665323, 'intersection_density_km': 31.331379393922248, 'edge_density_km': 13597.393078339634, 'street_density_km': 6933.3066721041105, 'circuity_avg': 1.0806310712667946, 'self_loop_proportion': 0.0014255167498218105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806310712667946\n", - "1167\n", - "23024232.695634156\n", - "{'n': 1050, 'm': 2997, 'k_avg': 5.708571428571428, 'intersection_count': 893, 'streets_per_node_avg': 2.940952380952381, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 642, 4: 250, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14952380952380953, 2: 0.0, 3: 0.6114285714285714, 4: 0.23809523809523808, 5: 0.0009523809523809524}, 'edge_length_total': 398715.86200000043, 'edge_length_avg': 133.03832565899248, 'street_length_total': 200518.96200000035, 'street_length_avg': 133.05836894492393, 'street_segments_count': 1507, 'node_density_km': 45.604125613232725, 'intersection_density_km': 38.78522302153983, 'edge_density_km': 17317.22690917751, 'street_density_km': 8709.039934174338, 'circuity_avg': 1.0665636450367184, 'self_loop_proportion': 0.004004004004004004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0665636450367184\n", - "1168\n", - "5005414.57366192\n", - "{'n': 244, 'm': 718, 'k_avg': 5.885245901639344, 'intersection_count': 227, 'streets_per_node_avg': 3.098360655737705, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 170, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06967213114754098, 2: 0.0, 3: 0.6967213114754098, 4: 0.22950819672131148, 5: 0.004098360655737705}, 'edge_length_total': 91430.41799999982, 'edge_length_avg': 127.34041504178248, 'street_length_total': 45715.20899999997, 'street_length_avg': 127.34041504178266, 'street_segments_count': 359, 'node_density_km': 48.74721092712439, 'intersection_density_km': 45.350888854332936, 'edge_density_km': 18266.302751644023, 'street_density_km': 9133.151375822024, 'circuity_avg': 1.014887723670661, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014887723670661\n", - "1169\n", - "15001543.626227362\n", - "{'n': 1517, 'm': 4301, 'k_avg': 5.6704021094265, 'intersection_count': 1307, 'streets_per_node_avg': 2.928147659854977, 'streets_per_node_counts': {0: 0, 1: 210, 2: 0, 3: 1005, 4: 293, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13843111404087013, 2: 0.0, 3: 0.6624917600527357, 4: 0.1931443638760712, 5: 0.005932762030323006}, 'edge_length_total': 343169.15099999984, 'edge_length_avg': 79.78822390141823, 'street_length_total': 172295.58099999998, 'street_length_avg': 79.21635908045975, 'street_segments_count': 2175, 'node_density_km': 101.12292693318656, 'intersection_density_km': 87.12436750275204, 'edge_density_km': 22875.589309358373, 'street_density_km': 11485.19014395117, 'circuity_avg': 1.043385137026582, 'self_loop_proportion': 0.0009300162752848175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043385137026582\n", - "1170\n", - "12003527.296359042\n", - "{'n': 306, 'm': 826, 'k_avg': 5.398692810457517, 'intersection_count': 259, 'streets_per_node_avg': 2.7745098039215685, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 235, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15359477124183007, 2: 0.0, 3: 0.7679738562091504, 4: 0.07516339869281045, 5: 0.0032679738562091504}, 'edge_length_total': 114510.71999999993, 'edge_length_avg': 138.63283292978198, 'street_length_total': 57255.35999999997, 'street_length_avg': 138.632832929782, 'street_segments_count': 413, 'node_density_km': 25.492506697828492, 'intersection_density_km': 21.576990963194703, 'edge_density_km': 9539.75587115412, 'street_density_km': 4769.877935577061, 'circuity_avg': 1.0793830028841263, 'self_loop_proportion': 0.002421307506053269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0793830028841263\n", - "1171\n", - "91072367.98151863\n", - "error with entry 1171\n", - "1172\n", - "10006373.895372035\n", - "{'n': 315, 'm': 788, 'k_avg': 5.003174603174603, 'intersection_count': 240, 'streets_per_node_avg': 2.5936507936507938, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 218, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.692063492063492, 4: 0.06984126984126984}, 'edge_length_total': 112349.23100000044, 'edge_length_avg': 142.5751662436554, 'street_length_total': 56267.98000000001, 'street_length_avg': 141.7329471032746, 'street_segments_count': 397, 'node_density_km': 31.47993501878718, 'intersection_density_km': 23.984712395266424, 'edge_density_km': 11227.766639018171, 'street_density_km': 5623.213822344182, 'circuity_avg': 1.0606119626550532, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606119626550532\n", - "1173\n", - "62022055.53924405\n", - "{'n': 2852, 'm': 8311, 'k_avg': 5.828190743338008, 'intersection_count': 2520, 'streets_per_node_avg': 2.9870266479663394, 'streets_per_node_counts': {0: 0, 1: 332, 2: 1, 3: 1914, 4: 585, 5: 18, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11640953716690042, 2: 0.0003506311360448808, 3: 0.6711079943899019, 4: 0.20511921458625526, 5: 0.006311360448807854, 6: 0.0003506311360448808, 7: 0.0003506311360448808}, 'edge_length_total': 1008520.7930000016, 'edge_length_avg': 121.34770701479985, 'street_length_total': 510301.78100000054, 'street_length_avg': 121.18303989551188, 'street_segments_count': 4211, 'node_density_km': 45.983642031912595, 'intersection_density_km': 40.63070754572922, 'edge_density_km': 16260.67991832142, 'street_density_km': 8227.7469936015, 'circuity_avg': 1.0376155684769794, 'self_loop_proportion': 0.0008422572494284683, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376155684769794\n", - "1174\n", - "6000562.0459848605\n", - "{'n': 229, 'm': 603, 'k_avg': 5.2663755458515285, 'intersection_count': 185, 'streets_per_node_avg': 2.7510917030567685, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 154, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19213973799126638, 2: 0.0, 3: 0.6724890829694323, 4: 0.13537117903930132}, 'edge_length_total': 86711.95299999989, 'edge_length_avg': 143.8009170812602, 'street_length_total': 43403.71799999998, 'street_length_avg': 143.72092052980125, 'street_segments_count': 302, 'node_density_km': 38.163091764583974, 'intersection_density_km': 30.830445312000155, 'edge_density_km': 14450.638512774185, 'street_density_km': 7233.2754277647355, 'circuity_avg': 1.03915892651367, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03915892651367\n", - "1175\n", - "9002408.665737426\n", - "{'n': 392, 'm': 1131, 'k_avg': 5.770408163265306, 'intersection_count': 353, 'streets_per_node_avg': 2.9107142857142856, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 310, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09948979591836735, 2: 0.0, 3: 0.7908163265306123, 4: 0.1096938775510204}, 'edge_length_total': 136424.347, 'edge_length_avg': 120.62276480990275, 'street_length_total': 68261.28699999997, 'street_length_avg': 120.60298056537097, 'street_segments_count': 566, 'node_density_km': 43.54390192170749, 'intersection_density_km': 39.21172800602741, 'edge_density_km': 15154.205065053544, 'street_density_km': 7582.55812800389, 'circuity_avg': 1.0534055548164352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0534055548164352\n", - "1176\n", - "11013702.404844688\n", - "{'n': 351, 'm': 978, 'k_avg': 5.572649572649572, 'intersection_count': 310, 'streets_per_node_avg': 2.96011396011396, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 242, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1168091168091168, 2: 0.0, 3: 0.6894586894586895, 4: 0.19373219373219372}, 'edge_length_total': 136586.66699999993, 'edge_length_avg': 139.65916871165638, 'street_length_total': 70497.09999999996, 'street_length_avg': 139.3223320158102, 'street_segments_count': 506, 'node_density_km': 31.86939206252774, 'intersection_density_km': 28.1467565224604, 'edge_density_km': 12401.521484720563, 'street_density_km': 6400.853900772716, 'circuity_avg': 1.0261728105346506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0261728105346506\n", - "1177\n", - "12002274.311993347\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 415, 'm': 1006, 'k_avg': 4.848192771084338, 'intersection_count': 320, 'streets_per_node_avg': 2.6626506024096384, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 273, 4: 44, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2289156626506024, 2: 0.0, 3: 0.6578313253012048, 4: 0.10602409638554217, 5: 0.007228915662650603}, 'edge_length_total': 141384.01600000027, 'edge_length_avg': 140.54077137176964, 'street_length_total': 72143.47700000004, 'street_length_avg': 137.41614666666675, 'street_segments_count': 525, 'node_density_km': 34.57678013452073, 'intersection_density_km': 26.661613597702733, 'edge_density_km': 11779.76876088571, 'street_density_km': 6010.817210527361, 'circuity_avg': 1.0749858822222769, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0749858822222769\n", - "1178\n", - "19016535.12234795\n", - "{'n': 572, 'm': 1428, 'k_avg': 4.993006993006993, 'intersection_count': 433, 'streets_per_node_avg': 2.5926573426573425, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 388, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.243006993006993, 2: 0.0, 3: 0.6783216783216783, 4: 0.07867132867132867}, 'edge_length_total': 211095.786, 'edge_length_avg': 147.8261806722689, 'street_length_total': 105975.56099999997, 'street_length_avg': 146.37508425414362, 'street_segments_count': 724, 'node_density_km': 30.079086243623536, 'intersection_density_km': 22.76965794316257, 'edge_density_km': 11100.643973355764, 'street_density_km': 5572.81125705487, 'circuity_avg': 1.0542786484013655, 'self_loop_proportion': 0.0014005602240896359, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542786484013655\n", - "1179\n", - "12001079.864949012\n", - "{'n': 286, 'm': 732, 'k_avg': 5.118881118881119, 'intersection_count': 238, 'streets_per_node_avg': 2.7762237762237763, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 206, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16783216783216784, 2: 0.0, 3: 0.7202797202797203, 4: 0.11188811188811189}, 'edge_length_total': 143138.01200000002, 'edge_length_avg': 195.54373224043718, 'street_length_total': 71569.00600000001, 'street_length_avg': 195.54373224043718, 'street_segments_count': 366, 'node_density_km': 23.831188794543955, 'intersection_density_km': 19.831548717137977, 'edge_density_km': 11927.094362404541, 'street_density_km': 5963.547181202271, 'circuity_avg': 1.0776803670138881, 'self_loop_proportion': 0.00819672131147541, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776803670138881\n", - "1180\n", - "10007807.571587672\n", - "{'n': 66, 'm': 154, 'k_avg': 4.666666666666667, 'intersection_count': 49, 'streets_per_node_avg': 2.5303030303030303, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 46, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25757575757575757, 2: 0.0, 3: 0.696969696969697, 4: 0.045454545454545456}, 'edge_length_total': 34353.142, 'edge_length_avg': 223.07235064935065, 'street_length_total': 17176.571000000004, 'street_length_avg': 223.07235064935068, 'street_segments_count': 77, 'node_density_km': 6.594851022852904, 'intersection_density_km': 4.896177274542308, 'edge_density_km': 3432.634146316834, 'street_density_km': 1716.3170731584173, 'circuity_avg': 1.0720292392919533, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720292392919533\n", - "1181\n", - "9000698.28458305\n", - "{'n': 630, 'm': 1545, 'k_avg': 4.904761904761905, 'intersection_count': 461, 'streets_per_node_avg': 2.552380952380952, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 406, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26825396825396824, 2: 0.0, 3: 0.6444444444444445, 4: 0.08571428571428572, 5: 0.0015873015873015873}, 'edge_length_total': 154770.6430000003, 'edge_length_avg': 100.17517346278336, 'street_length_total': 77410.75499999993, 'street_length_avg': 100.14327943078905, 'street_segments_count': 773, 'node_density_km': 69.99456931903859, 'intersection_density_km': 51.21824834297903, 'edge_density_km': 17195.403968278883, 'street_density_km': 8600.527709343822, 'circuity_avg': 1.0495780706902245, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495780706902245\n", - "1182\n", - "20016978.907061934\n", - "{'n': 694, 'm': 1823, 'k_avg': 5.253602305475504, 'intersection_count': 578, 'streets_per_node_avg': 2.7795389048991352, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 499, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16714697406340057, 2: 0.0, 3: 0.7190201729106628, 4: 0.1138328530259366}, 'edge_length_total': 252650.32800000004, 'edge_length_avg': 138.59041579813496, 'street_length_total': 127261.395, 'street_length_avg': 136.69322771213749, 'street_segments_count': 931, 'node_density_km': 34.67056658360961, 'intersection_density_km': 28.875486290095616, 'edge_density_km': 12621.801180540073, 'street_density_km': 6357.672433531044, 'circuity_avg': 1.0607073963927602, 'self_loop_proportion': 0.0010970927043335162, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607073963927602\n", - "1183\n", - "16005519.998391718\n", - "{'n': 562, 'm': 1584, 'k_avg': 5.637010676156583, 'intersection_count': 481, 'streets_per_node_avg': 2.96085409252669, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 341, 4: 140}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14412811387900357, 2: 0.0, 3: 0.6067615658362989, 4: 0.2491103202846975}, 'edge_length_total': 233071.43300000005, 'edge_length_avg': 147.14105618686872, 'street_length_total': 116562.74100000004, 'street_length_avg': 146.98958511979828, 'street_segments_count': 793, 'node_density_km': 35.1128860578395, 'intersection_density_km': 30.052132017474737, 'edge_density_km': 14561.940694424158, 'street_density_km': 7282.6587959474355, 'circuity_avg': 1.0255887733590894, 'self_loop_proportion': 0.0012626262626262627, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255887733590894\n", - "1184\n", - "4001215.4839886576\n", - "{'n': 112, 'm': 299, 'k_avg': 5.339285714285714, 'intersection_count': 98, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 86, 4: 10, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.7678571428571429, 4: 0.08928571428571429, 5: 0.017857142857142856}, 'edge_length_total': 49987.48, 'edge_length_avg': 167.18220735785954, 'street_length_total': 25902.032999999978, 'street_length_avg': 168.19501948051933, 'street_segments_count': 154, 'node_density_km': 27.991494196746316, 'intersection_density_km': 24.492557422153027, 'edge_density_km': 12493.073717231899, 'street_density_km': 6473.541128602062, 'circuity_avg': 1.088320256981366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088320256981366\n", - "1185\n", - "9001079.6622287\n", - "{'n': 79, 'm': 178, 'k_avg': 4.506329113924051, 'intersection_count': 51, 'streets_per_node_avg': 2.3417721518987342, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 47, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35443037974683544, 2: 0.0, 3: 0.5949367088607594, 4: 0.05063291139240506}, 'edge_length_total': 50744.28400000004, 'edge_length_avg': 285.0802471910115, 'street_length_total': 25372.142, 'street_length_avg': 285.0802471910112, 'street_segments_count': 89, 'node_density_km': 8.77672490018151, 'intersection_density_km': 5.665986960876671, 'edge_density_km': 5637.5774800592735, 'street_density_km': 2818.788740029634, 'circuity_avg': 1.120782821780176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.120782821780176\n", - "1186\n", - "26029459.568951443\n", - "{'n': 954, 'm': 2256, 'k_avg': 4.729559748427673, 'intersection_count': 653, 'streets_per_node_avg': 2.40041928721174, 'streets_per_node_counts': {0: 0, 1: 301, 2: 0, 3: 623, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31551362683438156, 2: 0.0, 3: 0.6530398322851153, 4: 0.031446540880503145}, 'edge_length_total': 250750.4940000002, 'edge_length_avg': 111.14826861702137, 'street_length_total': 125375.247, 'street_length_avg': 111.14826861702127, 'street_segments_count': 1128, 'node_density_km': 36.650780146736274, 'intersection_density_km': 25.086959576329964, 'edge_density_km': 9633.334619789854, 'street_density_km': 4816.667309894923, 'circuity_avg': 1.0526008263472175, 'self_loop_proportion': 0.0017730496453900709, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526008263472175\n", - "1187\n", - "48051176.33656716\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2428, 'm': 6242, 'k_avg': 5.14168039538715, 'intersection_count': 1903, 'streets_per_node_avg': 2.6960461285008237, 'streets_per_node_counts': {0: 0, 1: 525, 2: 0, 3: 1600, 4: 295, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21622734761120263, 2: 0.0, 3: 0.6589785831960461, 4: 0.12149917627677101, 5: 0.002883031301482702, 6: 0.00041186161449752884}, 'edge_length_total': 709718.7949999985, 'edge_length_avg': 113.70054389618689, 'street_length_total': 365839.3360000005, 'street_length_avg': 112.77414796547487, 'street_segments_count': 3244, 'node_density_km': 50.52946015293034, 'intersection_density_km': 39.60360900783626, 'edge_density_km': 14770.060779134334, 'street_density_km': 7613.535482202025, 'circuity_avg': 1.0628740672034733, 'self_loop_proportion': 0.004165331624479333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628740672034733\n", - "1188\n", - "9003076.031484567\n", - "{'n': 284, 'm': 682, 'k_avg': 4.802816901408451, 'intersection_count': 205, 'streets_per_node_avg': 2.492957746478873, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 191, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27816901408450706, 2: 0.0, 3: 0.6725352112676056, 4: 0.04929577464788732}, 'edge_length_total': 94963.01000000001, 'edge_length_avg': 139.24195014662757, 'street_length_total': 47481.50500000003, 'street_length_avg': 139.24195014662763, 'street_segments_count': 341, 'node_density_km': 31.54477414239605, 'intersection_density_km': 22.76999541968729, 'edge_density_km': 10547.84050116936, 'street_density_km': 5273.9202505846815, 'circuity_avg': 1.124286399192832, 'self_loop_proportion': 0.002932551319648094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.124286399192832\n", - "1189\n", - "9006094.391441138\n", - "{'n': 224, 'm': 528, 'k_avg': 4.714285714285714, 'intersection_count': 155, 'streets_per_node_avg': 2.4330357142857144, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 144, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3080357142857143, 2: 0.0, 3: 0.6428571428571429, 4: 0.049107142857142856}, 'edge_length_total': 93257.07200000006, 'edge_length_avg': 176.62324242424253, 'street_length_total': 46628.53599999998, 'street_length_avg': 176.62324242424233, 'street_segments_count': 264, 'node_density_km': 24.872046667962575, 'intersection_density_km': 17.210568006849105, 'edge_density_km': 10354.88503081048, 'street_density_km': 5177.442515405234, 'circuity_avg': 1.0682696855939133, 'self_loop_proportion': 0.003787878787878788, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682696855939133\n", - "1190\n", - "12002446.59497801\n", - "{'n': 290, 'm': 756, 'k_avg': 5.213793103448276, 'intersection_count': 244, 'streets_per_node_avg': 2.7758620689655173, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 217, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15862068965517243, 2: 0.0, 3: 0.7482758620689656, 4: 0.09310344827586207}, 'edge_length_total': 134694.73600000006, 'edge_length_avg': 178.1676402116403, 'street_length_total': 67347.368, 'street_length_avg': 178.16764021164022, 'street_segments_count': 378, 'node_density_km': 24.16174050058594, 'intersection_density_km': 20.329188559113685, 'edge_density_km': 11222.273303541146, 'street_density_km': 5611.136651770571, 'circuity_avg': 1.050101633914064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050101633914064\n", - "1191\n", - "6004876.896232379\n", - "{'n': 159, 'm': 363, 'k_avg': 4.566037735849057, 'intersection_count': 113, 'streets_per_node_avg': 2.459119496855346, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 107, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2893081761006289, 2: 0.0, 3: 0.6729559748427673, 4: 0.03773584905660377}, 'edge_length_total': 59686.94300000004, 'edge_length_avg': 164.4268402203858, 'street_length_total': 29883.269000000004, 'street_length_avg': 163.29655191256833, 'street_segments_count': 183, 'node_density_km': 26.478477868507326, 'intersection_density_km': 18.818037730448605, 'edge_density_km': 9939.74464946138, 'street_density_km': 4976.499854434913, 'circuity_avg': 1.0838128087138426, 'self_loop_proportion': 0.005509641873278237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0838128087138426\n", - "1192\n", - "20001433.35803475\n", - "{'n': 1081, 'm': 3200, 'k_avg': 5.9204440333024975, 'intersection_count': 943, 'streets_per_node_avg': 3.0314523589269196, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 642, 4: 292, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1276595744680851, 2: 0.0, 3: 0.5938945420906568, 4: 0.27012025901942643, 5: 0.008325624421831638}, 'edge_length_total': 361036.8849999987, 'edge_length_avg': 112.8240265624996, 'street_length_total': 181078.94400000016, 'street_length_avg': 112.541295214419, 'street_segments_count': 1609, 'node_density_km': 54.04612662750757, 'intersection_density_km': 47.14662110059171, 'edge_density_km': 18050.550604912878, 'street_density_km': 9053.29836910209, 'circuity_avg': 1.0229813682092734, 'self_loop_proportion': 0.00125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0229813682092734\n", - "1193\n", - "13011825.359945307\n", - "{'n': 145, 'm': 342, 'k_avg': 4.7172413793103445, 'intersection_count': 107, 'streets_per_node_avg': 2.5310344827586206, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 99, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2620689655172414, 2: 0.0, 3: 0.6827586206896552, 4: 0.05517241379310345}, 'edge_length_total': 66467.26800000003, 'edge_length_avg': 194.34873684210532, 'street_length_total': 33233.634, 'street_length_avg': 194.34873684210524, 'street_segments_count': 171, 'node_density_km': 11.143709355826267, 'intersection_density_km': 8.223288972920072, 'edge_density_km': 5108.220112191808, 'street_density_km': 2554.1100560959026, 'circuity_avg': 1.05202712832354, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05202712832354\n", - "1194\n", - "9007436.96758683\n", - "{'n': 112, 'm': 270, 'k_avg': 4.821428571428571, 'intersection_count': 87, 'streets_per_node_avg': 2.6517857142857144, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 76, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22321428571428573, 2: 0.0, 3: 0.6785714285714286, 4: 0.09821428571428571}, 'edge_length_total': 61243.60800000001, 'edge_length_avg': 226.8281777777778, 'street_length_total': 30621.803999999986, 'street_length_avg': 226.82817777777768, 'street_segments_count': 135, 'node_density_km': 12.434169720313431, 'intersection_density_km': 9.65868540774347, 'edge_density_km': 6799.226929967371, 'street_density_km': 3399.613464983683, 'circuity_avg': 1.0503705408095365, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503705408095365\n", - "1195\n", - "5000988.238703458\n", - "{'n': 257, 'm': 706, 'k_avg': 5.494163424124514, 'intersection_count': 220, 'streets_per_node_avg': 2.848249027237354, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 186, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14396887159533073, 2: 0.0, 3: 0.7237354085603113, 4: 0.12840466926070038, 5: 0.0038910505836575876}, 'edge_length_total': 89536.55000000015, 'edge_length_avg': 126.82230878186989, 'street_length_total': 44768.27500000001, 'street_length_avg': 126.82230878186971, 'street_segments_count': 353, 'node_density_km': 51.389842913653624, 'intersection_density_km': 43.99130521791361, 'edge_density_km': 17903.77136004086, 'street_density_km': 8951.885680020418, 'circuity_avg': 1.0697142638379955, 'self_loop_proportion': 0.0028328611898017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697142638379955\n", - "1196\n", - "14003636.811657589\n", - "{'n': 400, 'm': 1061, 'k_avg': 5.305, 'intersection_count': 331, 'streets_per_node_avg': 2.8225, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 264, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1725, 2: 0.0, 3: 0.66, 4: 0.1675}, 'edge_length_total': 172020.00600000046, 'edge_length_avg': 162.13007163053766, 'street_length_total': 86058.19099999996, 'street_length_avg': 162.06815630885114, 'street_segments_count': 531, 'node_density_km': 28.56400843436703, 'intersection_density_km': 23.636716979438717, 'edge_density_km': 12283.9522556597, 'street_density_km': 6145.417233925919, 'circuity_avg': 1.0644800310995721, 'self_loop_proportion': 0.001885014137606032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644800310995721\n", - "1197\n", - "12004301.44496134\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 695, 'm': 1747, 'k_avg': 5.027338129496403, 'intersection_count': 537, 'streets_per_node_avg': 2.6057553956834534, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 495, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2273381294964029, 2: 0.0, 3: 0.7122302158273381, 4: 0.060431654676258995}, 'edge_length_total': 180664.20200000002, 'edge_length_avg': 103.41396794504867, 'street_length_total': 90726.882, 'street_length_avg': 103.2160204778157, 'street_segments_count': 879, 'node_density_km': 57.89591365949227, 'intersection_density_km': 44.733964942658055, 'edge_density_km': 15049.955453745428, 'street_density_km': 7557.864355204235, 'circuity_avg': 1.052510975570344, 'self_loop_proportion': 0.0011448196908986834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052510975570344\n", - "1198\n", - "11007808.878006198\n", - "{'n': 767, 'm': 2201, 'k_avg': 5.739243807040417, 'intersection_count': 681, 'streets_per_node_avg': 2.971316818774446, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 539, 4: 134, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1121251629726206, 2: 0.0, 3: 0.7027379400260756, 4: 0.17470664928292046, 5: 0.010430247718383311}, 'edge_length_total': 211200.22199999978, 'edge_length_avg': 95.95648432530658, 'street_length_total': 106295.7849999999, 'street_length_avg': 95.50384995507628, 'street_segments_count': 1113, 'node_density_km': 69.67780859027084, 'intersection_density_km': 61.86517294651167, 'edge_density_km': 19186.399794965702, 'street_density_km': 9656.398124097232, 'circuity_avg': 1.0513460951097509, 'self_loop_proportion': 0.0009086778736937755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513460951097509\n", - "1199\n", - "13012373.633043405\n", - "{'n': 561, 'm': 1509, 'k_avg': 5.379679144385027, 'intersection_count': 476, 'streets_per_node_avg': 2.793226381461676, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 423, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15151515151515152, 2: 0.0, 3: 0.7540106951871658, 4: 0.09269162210338681, 5: 0.0017825311942959}, 'edge_length_total': 218093.49200000014, 'edge_length_avg': 144.5284903909875, 'street_length_total': 109875.02700000005, 'street_length_avg': 142.880399219766, 'street_segments_count': 769, 'node_density_km': 43.112810607851436, 'intersection_density_km': 36.58056657635879, 'edge_density_km': 16760.469546169283, 'street_density_km': 8443.888109774625, 'circuity_avg': 1.0584574435756908, 'self_loop_proportion': 0.0026507620941020544, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584574435756908\n", - "1200\n", - "55004122.502041034\n", - "{'n': 2349, 'm': 6528, 'k_avg': 5.558109833971903, 'intersection_count': 2020, 'streets_per_node_avg': 2.900808854831843, 'streets_per_node_counts': {0: 0, 1: 329, 2: 2, 3: 1606, 4: 398, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14005959982971478, 2: 0.0008514261387824606, 3: 0.6836951894423159, 4: 0.16943380161770966, 5: 0.005534269902085994, 6: 0.0004257130693912303}, 'edge_length_total': 780041.2050000017, 'edge_length_avg': 119.4916061580885, 'street_length_total': 399041.54099999974, 'street_length_avg': 118.69171356335507, 'street_segments_count': 3362, 'node_density_km': 42.7058899069399, 'intersection_density_km': 36.72452005620204, 'edge_density_km': 14181.504394894342, 'street_density_km': 7254.756968174386, 'circuity_avg': 1.060713399573957, 'self_loop_proportion': 0.002144607843137255, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060713399573957\n", - "1201\n", - "15007565.488867646\n", - "{'n': 511, 'm': 1344, 'k_avg': 5.260273972602739, 'intersection_count': 431, 'streets_per_node_avg': 2.7788649706457926, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 384, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15655577299412915, 2: 0.0, 3: 0.7514677103718199, 4: 0.09197651663405088}, 'edge_length_total': 197940.74299999975, 'edge_length_avg': 147.2773385416665, 'street_length_total': 99801.15000000017, 'street_length_avg': 145.69510948905133, 'street_segments_count': 685, 'node_density_km': 34.049493262518226, 'intersection_density_km': 28.718848524746292, 'edge_density_km': 13189.397250795193, 'street_density_km': 6650.055938388604, 'circuity_avg': 1.0644093433689783, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644093433689783\n", - "1202\n", - "21002005.66773058\n", - "{'n': 1031, 'm': 2764, 'k_avg': 5.3617846750727445, 'intersection_count': 867, 'streets_per_node_avg': 2.8147429679922404, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 731, 4: 135, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15906886517943744, 2: 0.0, 3: 0.7090203685741998, 4: 0.1309408341416101, 5: 0.0009699321047526673}, 'edge_length_total': 333700.3029999995, 'edge_length_avg': 120.73093451519519, 'street_length_total': 167125.9670000002, 'street_length_avg': 120.4077572046111, 'street_segments_count': 1388, 'node_density_km': 49.090549555660935, 'intersection_density_km': 41.281771546807015, 'edge_density_km': 15888.973095209063, 'street_density_km': 7957.619364744194, 'circuity_avg': 1.0657353724128518, 'self_loop_proportion': 0.001447178002894356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657353724128518\n", - "1203\n", - "8008382.429966921\n", - "{'n': 138, 'm': 336, 'k_avg': 4.869565217391305, 'intersection_count': 111, 'streets_per_node_avg': 2.652173913043478, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 105, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1956521739130435, 2: 0.0, 3: 0.7608695652173914, 4: 0.043478260869565216}, 'edge_length_total': 68659.80100000004, 'edge_length_avg': 204.34464583333343, 'street_length_total': 34376.84400000001, 'street_length_avg': 203.41327810650895, 'street_segments_count': 169, 'node_density_km': 17.23194430420951, 'intersection_density_km': 13.86047694034243, 'edge_density_km': 8573.491788189194, 'street_density_km': 4292.607689583327, 'circuity_avg': 1.0245016022200073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0245016022200073\n", - "1204\n", - "102033634.10352492\n", - "{'n': 5709, 'm': 16788, 'k_avg': 5.881240147136101, 'intersection_count': 5007, 'streets_per_node_avg': 3.0138377999649677, 'streets_per_node_counts': {0: 0, 1: 702, 2: 1, 3: 3568, 4: 1398, 5: 34, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12296374146085129, 2: 0.00017516202487300754, 3: 0.6249781047468909, 4: 0.24487651077246453, 5: 0.005955508845682256, 6: 0.0010509721492380452}, 'edge_length_total': 1813585.098, 'edge_length_avg': 108.02865725518227, 'street_length_total': 920895.6680000012, 'street_length_avg': 107.84584471249575, 'street_segments_count': 8539, 'node_density_km': 55.952138235197616, 'intersection_density_km': 49.072053975062964, 'edge_density_km': 17774.38502445094, 'street_density_km': 9025.412807169507, 'circuity_avg': 1.0461728341666001, 'self_loop_proportion': 0.0014295925661186562, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461728341666001\n", - "1205\n", - "11007562.666567655\n", - "{'n': 388, 'm': 1040, 'k_avg': 5.360824742268041, 'intersection_count': 320, 'streets_per_node_avg': 2.801546391752577, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 261, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17525773195876287, 2: 0.0, 3: 0.6726804123711341, 4: 0.15206185567010308}, 'edge_length_total': 158322.26200000016, 'edge_length_avg': 152.2329442307694, 'street_length_total': 79161.13100000008, 'street_length_avg': 152.2329442307694, 'street_segments_count': 520, 'node_density_km': 35.24849339976413, 'intersection_density_km': 29.070922391558046, 'edge_density_km': 14383.044348306012, 'street_density_km': 7191.522174153006, 'circuity_avg': 1.0467479479370838, 'self_loop_proportion': 0.0019230769230769232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467479479370838\n", - "1206\n", - "13003511.560097083\n", - "{'n': 433, 'm': 1168, 'k_avg': 5.394919168591224, 'intersection_count': 365, 'streets_per_node_avg': 2.815242494226328, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 309, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15704387990762125, 2: 0.0, 3: 0.7136258660508084, 4: 0.12933025404157045}, 'edge_length_total': 183880.7659999996, 'edge_length_avg': 157.43216267123253, 'street_length_total': 91940.38300000002, 'street_length_avg': 157.4321626712329, 'street_segments_count': 584, 'node_density_km': 33.29869766323085, 'intersection_density_km': 28.06934098632623, 'edge_density_km': 14140.854579947538, 'street_density_km': 7070.427289973786, 'circuity_avg': 1.0500301954825126, 'self_loop_proportion': 0.003424657534246575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500301954825126\n", - "1207\n", - "16006343.821163919\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1346, 'm': 3694, 'k_avg': 5.488855869242199, 'intersection_count': 1082, 'streets_per_node_avg': 2.8179791976225856, 'streets_per_node_counts': {0: 0, 1: 264, 2: 3, 3: 795, 4: 282, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1961367013372957, 2: 0.002228826151560178, 3: 0.5906389301634473, 4: 0.20950965824665677, 5: 0.0014858841010401188}, 'edge_length_total': 315623.83700000145, 'edge_length_avg': 85.44229480238263, 'street_length_total': 158687.71000000005, 'street_length_avg': 85.04164523043947, 'street_segments_count': 1866, 'node_density_km': 84.09165859728009, 'intersection_density_km': 67.59819807002754, 'edge_density_km': 19718.671579619393, 'street_density_km': 9914.05106456478, 'circuity_avg': 1.040565180007321, 'self_loop_proportion': 0.0016242555495397943, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040565180007321\n", - "1208\n", - "37001598.18744046\n", - "{'n': 2742, 'm': 8296, 'k_avg': 6.051057622173596, 'intersection_count': 2484, 'streets_per_node_avg': 3.1356673960612693, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 1613, 4: 855, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09409190371991247, 2: 0.0, 3: 0.5882567469000729, 4: 0.31181619256017507, 5: 0.005470459518599562, 6: 0.00036469730123997083}, 'edge_length_total': 750724.7569999985, 'edge_length_avg': 90.49237668756008, 'street_length_total': 378539.93199999986, 'street_length_avg': 89.8291248220218, 'street_segments_count': 4214, 'node_density_km': 74.10490720183874, 'intersection_density_km': 67.13223540823027, 'edge_density_km': 20288.981929835092, 'street_density_km': 10230.367079887066, 'circuity_avg': 1.0489299192204662, 'self_loop_proportion': 0.0019286403085824494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489299192204662\n", - "1209\n", - "40026526.897421256\n", - "{'n': 2199, 'm': 5859, 'k_avg': 5.3287858117326055, 'intersection_count': 1733, 'streets_per_node_avg': 2.7253296953160526, 'streets_per_node_counts': {0: 0, 1: 466, 2: 0, 3: 1409, 4: 320, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21191450659390632, 2: 0.0, 3: 0.6407457935425194, 4: 0.14552069122328332, 5: 0.0018190086402910413}, 'edge_length_total': 722464.7989999956, 'edge_length_avg': 123.30855077658228, 'street_length_total': 363254.328, 'street_length_avg': 123.13706033898305, 'street_segments_count': 2950, 'node_density_km': 54.9385662572106, 'intersection_density_km': 43.29628709583719, 'edge_density_km': 18049.64994468558, 'street_density_km': 9075.339684877905, 'circuity_avg': 1.0592021757706982, 'self_loop_proportion': 0.0023894862604540022, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592021757706982\n", - "1210\n", - "27001524.42463059\n", - "{'n': 828, 'm': 2256, 'k_avg': 5.449275362318841, 'intersection_count': 688, 'streets_per_node_avg': 2.792270531400966, 'streets_per_node_counts': {0: 0, 1: 140, 2: 0, 3: 583, 4: 102, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16908212560386474, 2: 0.0, 3: 0.7041062801932367, 4: 0.12318840579710146, 5: 0.0036231884057971015}, 'edge_length_total': 348100.3799999998, 'edge_length_avg': 154.29981382978713, 'street_length_total': 174050.19000000024, 'street_length_avg': 154.29981382978744, 'street_segments_count': 1128, 'node_density_km': 30.66493531915941, 'intersection_density_km': 25.480042873890913, 'edge_density_km': 12891.878788979233, 'street_density_km': 6445.939394489629, 'circuity_avg': 1.0638319599371187, 'self_loop_proportion': 0.0017730496453900709, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638319599371187\n", - "1211\n", - "15004444.969512941\n", - "{'n': 793, 'm': 2028, 'k_avg': 5.114754098360656, 'intersection_count': 598, 'streets_per_node_avg': 2.621689785624212, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 510, 4: 87, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2459016393442623, 2: 0.0, 3: 0.6431273644388399, 4: 0.10970996216897856, 5: 0.0, 6: 0.0012610340479192938}, 'edge_length_total': 195335.99699999977, 'edge_length_avg': 96.31952514792889, 'street_length_total': 97847.14700000004, 'street_length_avg': 96.40113004926113, 'street_segments_count': 1015, 'node_density_km': 52.85100525952621, 'intersection_density_km': 39.85485642521649, 'edge_density_km': 13018.541998514229, 'street_density_km': 6521.210694485039, 'circuity_avg': 1.0729055202736906, 'self_loop_proportion': 0.0029585798816568047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729055202736906\n", - "1212\n", - "27008620.64125144\n", - "{'n': 1863, 'm': 5608, 'k_avg': 6.020397208803006, 'intersection_count': 1664, 'streets_per_node_avg': 3.121846484165325, 'streets_per_node_counts': {0: 0, 1: 199, 2: 1, 3: 1056, 4: 590, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10681696188942566, 2: 0.0005367686527106817, 3: 0.5668276972624798, 4: 0.3166935050993022, 5: 0.008051529790660225, 6: 0.0010735373054213634}, 'edge_length_total': 555558.528999999, 'edge_length_avg': 99.06535823823093, 'street_length_total': 283847.12099999964, 'street_length_avg': 99.07403874345538, 'street_segments_count': 2865, 'node_density_km': 68.97797650408548, 'intersection_density_km': 61.609958616638885, 'edge_density_km': 20569.67426731413, 'street_density_km': 10509.500828282493, 'circuity_avg': 1.0538133646317425, 'self_loop_proportion': 0.002674750356633381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538133646317425\n", - "1213\n", - "30024750.750344157\n", - "{'n': 1145, 'm': 2984, 'k_avg': 5.212227074235808, 'intersection_count': 934, 'streets_per_node_avg': 2.7196506550218342, 'streets_per_node_counts': {0: 0, 1: 211, 2: 0, 3: 835, 4: 97, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18427947598253275, 2: 0.0, 3: 0.7292576419213974, 4: 0.08471615720524017, 5: 0.0017467248908296944}, 'edge_length_total': 372307.26700000104, 'edge_length_avg': 124.76785087131402, 'street_length_total': 187194.17799999996, 'street_length_avg': 123.39761239288066, 'street_segments_count': 1517, 'node_density_km': 38.13520416940931, 'intersection_density_km': 31.10766872858367, 'edge_density_km': 12400.011913362294, 'street_density_km': 6234.6621810958495, 'circuity_avg': 1.0561215425241122, 'self_loop_proportion': 0.0006702412868632708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0561215425241122\n", - "1214\n", - "23017188.0947628\n", - "{'n': 461, 'm': 1164, 'k_avg': 5.049891540130152, 'intersection_count': 358, 'streets_per_node_avg': 2.631236442516269, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 323, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22342733188720174, 2: 0.0, 3: 0.7006507592190889, 4: 0.0737527114967462, 5: 0.0021691973969631237}, 'edge_length_total': 169911.396, 'edge_length_avg': 145.97198969072164, 'street_length_total': 84955.69799999992, 'street_length_avg': 145.9719896907215, 'street_segments_count': 582, 'node_density_km': 20.028510785159433, 'intersection_density_km': 15.553594058757216, 'edge_density_km': 7381.9354171529185, 'street_density_km': 3690.9677085764556, 'circuity_avg': 1.045261080099594, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045261080099594\n", - "1215\n", - "4999929.610487541\n", - "{'n': 193, 'm': 532, 'k_avg': 5.512953367875648, 'intersection_count': 164, 'streets_per_node_avg': 2.7927461139896375, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 146, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15025906735751296, 2: 0.0, 3: 0.7564766839378239, 4: 0.09326424870466321}, 'edge_length_total': 66959.22999999998, 'edge_length_avg': 125.86321428571425, 'street_length_total': 33479.61499999999, 'street_length_avg': 125.86321428571425, 'street_segments_count': 266, 'node_density_km': 38.60054341468632, 'intersection_density_km': 32.800461761702365, 'edge_density_km': 13392.0345317563, 'street_density_km': 6696.01726587815, 'circuity_avg': 1.128768900261114, 'self_loop_proportion': 0.0037593984962406013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.128768900261114\n", - "1216\n", - "10004596.791162532\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 359, 'm': 910, 'k_avg': 5.069637883008356, 'intersection_count': 290, 'streets_per_node_avg': 2.7047353760445683, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 259, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19220055710306408, 2: 0.0, 3: 0.7214484679665738, 4: 0.08356545961002786, 5: 0.002785515320334262}, 'edge_length_total': 137591.70199999996, 'edge_length_avg': 151.19967252747247, 'street_length_total': 68929.04400000004, 'street_length_avg': 148.87482505399575, 'street_segments_count': 463, 'node_density_km': 35.8835051020866, 'intersection_density_km': 28.986675430654916, 'edge_density_km': 13752.84830284618, 'street_density_km': 6889.737331632183, 'circuity_avg': 1.0831290359494314, 'self_loop_proportion': 0.002197802197802198, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831290359494314\n", - "1217\n", - "38005668.660869755\n", - "{'n': 2255, 'm': 6495, 'k_avg': 5.760532150776053, 'intersection_count': 1980, 'streets_per_node_avg': 2.963636363636364, 'streets_per_node_counts': {0: 0, 1: 275, 2: 0, 3: 1525, 4: 444, 5: 10, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12195121951219512, 2: 0.0, 3: 0.6762749445676275, 4: 0.19689578713968958, 5: 0.004434589800443459, 6: 0.0, 7: 0.0004434589800443459}, 'edge_length_total': 753140.0140000016, 'edge_length_avg': 115.95689207082395, 'street_length_total': 380404.8139999999, 'street_length_avg': 115.80055220700149, 'street_segments_count': 3285, 'node_density_km': 59.33325420798937, 'intersection_density_km': 52.09749149969799, 'edge_density_km': 19816.51791790278, 'street_density_km': 10009.159880711712, 'circuity_avg': 1.0540139444054597, 'self_loop_proportion': 0.004772902232486528, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540139444054597\n", - "1218\n", - "10001216.853145353\n", - "{'n': 96, 'm': 268, 'k_avg': 5.583333333333333, 'intersection_count': 90, 'streets_per_node_avg': 2.9895833333333335, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 79, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0625, 2: 0.0, 3: 0.8229166666666666, 4: 0.11458333333333333}, 'edge_length_total': 57778.14400000004, 'edge_length_avg': 215.59008955223894, 'street_length_total': 28889.071999999993, 'street_length_avg': 215.59008955223877, 'street_segments_count': 134, 'node_density_km': 9.598831963113398, 'intersection_density_km': 8.99890496541881, 'edge_density_km': 5777.111410380926, 'street_density_km': 2888.5557051904607, 'circuity_avg': 1.0325227341412946, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325227341412946\n", - "1219\n", - "9005054.346908988\n", - "{'n': 117, 'm': 286, 'k_avg': 4.888888888888889, 'intersection_count': 90, 'streets_per_node_avg': 2.606837606837607, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 82, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7008547008547008, 4: 0.06837606837606838}, 'edge_length_total': 71811.63400000002, 'edge_length_avg': 251.08962937062944, 'street_length_total': 35905.81699999999, 'street_length_avg': 251.0896293706293, 'street_segments_count': 143, 'node_density_km': 12.992703374428896, 'intersection_density_km': 9.99438721109915, 'edge_density_km': 7974.591960641479, 'street_density_km': 3987.2959803207373, 'circuity_avg': 1.0590889257999987, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590889257999987\n", - "1220\n", - "11007589.662406603\n", - "{'n': 292, 'm': 716, 'k_avg': 4.904109589041096, 'intersection_count': 228, 'streets_per_node_avg': 2.6986301369863015, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 189, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2191780821917808, 2: 0.0, 3: 0.6472602739726028, 4: 0.13013698630136986, 5: 0.003424657534246575}, 'edge_length_total': 98800.06600000002, 'edge_length_avg': 137.98891899441344, 'street_length_total': 54746.28200000003, 'street_length_avg': 143.69102887139115, 'street_segments_count': 381, 'node_density_km': 26.527151624959796, 'intersection_density_km': 20.712981405790526, 'edge_density_km': 8975.631271705603, 'street_density_km': 4973.503162728794, 'circuity_avg': 1.0866341024269406, 'self_loop_proportion': 0.008379888268156424, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0866341024269406\n", - "1221\n", - "7001936.961534407\n", - "{'n': 157, 'm': 420, 'k_avg': 5.350318471337579, 'intersection_count': 137, 'streets_per_node_avg': 2.9363057324840764, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 108, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12738853503184713, 2: 0.0, 3: 0.6878980891719745, 4: 0.17834394904458598, 5: 0.006369426751592357}, 'edge_length_total': 79053.35200000001, 'edge_length_avg': 188.2222666666667, 'street_length_total': 39526.676, 'street_length_avg': 188.22226666666666, 'street_segments_count': 210, 'node_density_km': 22.422366962526173, 'intersection_density_km': 19.566014483223476, 'edge_density_km': 11290.211899119444, 'street_density_km': 5645.105949559721, 'circuity_avg': 1.050545671822194, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050545671822194\n", - "1222\n", - "13006964.51835236\n", - "{'n': 409, 'm': 1186, 'k_avg': 5.799511002444988, 'intersection_count': 371, 'streets_per_node_avg': 3.0440097799511, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 278, 4: 92, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09290953545232274, 2: 0.0, 3: 0.6797066014669927, 4: 0.22493887530562348, 5: 0.0024449877750611247}, 'edge_length_total': 175425.03599999993, 'edge_length_avg': 147.91318381112978, 'street_length_total': 87712.51799999988, 'street_length_avg': 147.91318381112964, 'street_segments_count': 593, 'node_density_km': 31.4446925278312, 'intersection_density_km': 28.52318075262928, 'edge_density_km': 13487.008114190017, 'street_density_km': 6743.504057095002, 'circuity_avg': 1.0491057733524953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491057733524953\n", - "1223\n", - "5000045.670233536\n", - "{'n': 83, 'm': 216, 'k_avg': 5.204819277108434, 'intersection_count': 65, 'streets_per_node_avg': 2.6506024096385543, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 58, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21686746987951808, 2: 0.0, 3: 0.6987951807228916, 4: 0.08433734939759036}, 'edge_length_total': 44679.562, 'edge_length_avg': 206.84982407407406, 'street_length_total': 22339.781000000003, 'street_length_avg': 206.8498240740741, 'street_segments_count': 108, 'node_density_km': 16.5998483762096, 'intersection_density_km': 12.999881258477398, 'edge_density_km': 8935.83077970429, 'street_density_km': 4467.915389852146, 'circuity_avg': 1.107327354973035, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.107327354973035\n", - "1224\n", - "8000855.072998431\n", - "{'n': 363, 'm': 982, 'k_avg': 5.410468319559229, 'intersection_count': 293, 'streets_per_node_avg': 2.787878787878788, 'streets_per_node_counts': {0: 0, 1: 70, 2: 2, 3: 226, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1928374655647383, 2: 0.005509641873278237, 3: 0.6225895316804407, 4: 0.1790633608815427}, 'edge_length_total': 108621.50900000028, 'edge_length_avg': 110.61253462321821, 'street_length_total': 54606.63700000003, 'street_length_avg': 110.76396957403658, 'street_segments_count': 493, 'node_density_km': 45.370150651155434, 'intersection_density_km': 36.62108578729626, 'edge_density_km': 13576.237540732367, 'street_density_km': 6825.1001301458955, 'circuity_avg': 1.0454268397928168, 'self_loop_proportion': 0.002036659877800407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454268397928168\n", - "1225\n", - "65016437.6250027\n", - "{'n': 6382, 'm': 16706, 'k_avg': 5.235349420244438, 'intersection_count': 5043, 'streets_per_node_avg': 2.71576308367283, 'streets_per_node_counts': {0: 0, 1: 1339, 2: 10, 3: 4184, 4: 825, 5: 23, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20980883735506112, 2: 0.0015669069257286117, 3: 0.6555938577248511, 4: 0.12926982137261048, 5: 0.003603885929175807, 6: 0.00015669069257286117}, 'edge_length_total': 1388955.405999991, 'edge_length_avg': 83.14111133724357, 'street_length_total': 706534.2059999988, 'street_length_avg': 82.22206516932373, 'street_segments_count': 8593, 'node_density_km': 98.15979209457241, 'intersection_density_km': 77.56500024019566, 'edge_density_km': 21363.142256595354, 'street_density_km': 10867.00889512123, 'circuity_avg': 1.0564052368300327, 'self_loop_proportion': 0.002214773135400455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564052368300327\n", - "1226\n", - "14016047.634577354\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 87, 'm': 252, 'k_avg': 5.793103448275862, 'intersection_count': 73, 'streets_per_node_avg': 3.1149425287356323, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 35, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16091954022988506, 2: 0.0, 3: 0.40229885057471265, 4: 0.4367816091954023}, 'edge_length_total': 66536.89100000005, 'edge_length_avg': 264.03528174603196, 'street_length_total': 33503.84199999998, 'street_length_avg': 251.90858646616527, 'street_segments_count': 133, 'node_density_km': 6.207170685220309, 'intersection_density_km': 5.208315632426236, 'edge_density_km': 4747.19355518275, 'street_density_km': 2390.3915621224464, 'circuity_avg': 1.0297538866316693, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297538866316693\n", - "1227\n", - "59068423.84130758\n", - "{'n': 3466, 'm': 9319, 'k_avg': 5.377380265435661, 'intersection_count': 2740, 'streets_per_node_avg': 2.7380265435660704, 'streets_per_node_counts': {0: 0, 1: 726, 2: 2, 3: 2211, 4: 509, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20946335833814195, 2: 0.0005770340450086555, 3: 0.6379111367570687, 4: 0.14685516445470284, 5: 0.0049047893825735715, 6: 0.00028851702250432774}, 'edge_length_total': 932878.3180000024, 'edge_length_avg': 100.10498100654603, 'street_length_total': 470220.17799999914, 'street_length_avg': 99.87684324553932, 'street_segments_count': 4708, 'node_density_km': 58.67771263563267, 'intersection_density_km': 46.38688188737263, 'edge_density_km': 15793.181150495238, 'street_density_km': 7960.601408009231, 'circuity_avg': 1.0508560881161202, 'self_loop_proportion': 0.001287691812426226, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508560881161202\n", - "1228\n", - "8002539.609778801\n", - "{'n': 254, 'm': 605, 'k_avg': 4.7637795275590555, 'intersection_count': 201, 'streets_per_node_avg': 2.625984251968504, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 190, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20866141732283464, 2: 0.0, 3: 0.7480314960629921, 4: 0.04330708661417323}, 'edge_length_total': 94433.84, 'edge_length_avg': 156.08899173553718, 'street_length_total': 47859.679000000004, 'street_length_avg': 152.9063226837061, 'street_segments_count': 313, 'node_density_km': 31.73992412229008, 'intersection_density_km': 25.117026569213806, 'edge_density_km': 11800.483921954652, 'street_density_km': 5980.5613384927565, 'circuity_avg': 1.0490013781067338, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490013781067338\n", - "1229\n", - "6000570.787497565\n", - "{'n': 367, 'm': 1012, 'k_avg': 5.514986376021798, 'intersection_count': 321, 'streets_per_node_avg': 2.8664850136239783, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 279, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12534059945504086, 2: 0.0, 3: 0.7602179836512262, 4: 0.11171662125340599, 5: 0.0027247956403269754}, 'edge_length_total': 107805.36400000009, 'edge_length_avg': 106.52703952569179, 'street_length_total': 53902.682000000015, 'street_length_avg': 106.52703952569173, 'street_segments_count': 506, 'node_density_km': 61.160848358736054, 'intersection_density_km': 53.494910962273224, 'edge_density_km': 17965.851552758442, 'street_density_km': 8982.925776379216, 'circuity_avg': 1.059549462994147, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059549462994147\n", - "1230\n", - "23012973.17198049\n", - "{'n': 706, 'm': 1704, 'k_avg': 4.827195467422096, 'intersection_count': 510, 'streets_per_node_avg': 2.5297450424929178, 'streets_per_node_counts': {0: 0, 1: 196, 2: 0, 3: 450, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2776203966005666, 2: 0.0, 3: 0.6373937677053825, 4: 0.08498583569405099}, 'edge_length_total': 259687.46099999992, 'edge_length_avg': 152.3987447183098, 'street_length_total': 130405.9370000001, 'street_length_avg': 151.6348104651164, 'street_segments_count': 860, 'node_density_km': 30.678348022392534, 'intersection_density_km': 22.16141287736571, 'edge_density_km': 11284.394200580007, 'street_density_km': 5666.6270814053805, 'circuity_avg': 1.082306452244354, 'self_loop_proportion': 0.0035211267605633804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082306452244354\n", - "1231\n", - "9007714.901476773\n", - "{'n': 316, 'm': 810, 'k_avg': 5.1265822784810124, 'intersection_count': 240, 'streets_per_node_avg': 2.6392405063291138, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 204, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24050632911392406, 2: 0.0, 3: 0.6455696202531646, 4: 0.10759493670886076, 5: 0.006329113924050633}, 'edge_length_total': 91519.50399999968, 'edge_length_avg': 112.98704197530824, 'street_length_total': 45759.752, 'street_length_avg': 112.98704197530864, 'street_segments_count': 405, 'node_density_km': 35.08103924872148, 'intersection_density_km': 26.643827277509985, 'edge_density_km': 10160.124404580733, 'street_density_km': 5080.0622022903835, 'circuity_avg': 1.0643559905306026, 'self_loop_proportion': 0.0024691358024691358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643559905306026\n", - "1232\n", - "19012071.694214277\n", - "{'n': 624, 'm': 1474, 'k_avg': 4.7243589743589745, 'intersection_count': 447, 'streets_per_node_avg': 2.4871794871794872, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 414, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28365384615384615, 2: 0.0, 3: 0.6634615384615384, 4: 0.05128205128205128, 5: 0.0016025641025641025}, 'edge_length_total': 222939.97000000018, 'edge_length_avg': 151.24828358208967, 'street_length_total': 111469.98500000007, 'street_length_avg': 151.24828358208964, 'street_segments_count': 737, 'node_density_km': 32.8212522041927, 'intersection_density_km': 23.51137778088804, 'edge_density_km': 11726.232342572372, 'street_density_km': 5863.116171286185, 'circuity_avg': 1.0689593477159691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0689593477159691\n", - "1233\n", - "56026965.15692898\n", - "error with entry 1233\n", - "1234\n", - "8001576.11379775\n", - "{'n': 231, 'm': 595, 'k_avg': 5.151515151515151, 'intersection_count': 191, 'streets_per_node_avg': 2.74025974025974, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 171, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17316017316017315, 2: 0.0, 3: 0.7402597402597403, 4: 0.08658008658008658}, 'edge_length_total': 95226.98400000007, 'edge_length_avg': 160.0453512605043, 'street_length_total': 47641.89800000003, 'street_length_avg': 159.87214093959741, 'street_segments_count': 298, 'node_density_km': 28.869312334812193, 'intersection_density_km': 23.87029721190099, 'edge_density_km': 11901.028328130586, 'street_density_km': 5954.064214654828, 'circuity_avg': 1.0546079381837379, 'self_loop_proportion': 0.0033613445378151263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546079381837379\n", - "1235\n", - "46011622.029779576\n", - "{'n': 1603, 'm': 4760, 'k_avg': 5.93886462882096, 'intersection_count': 1447, 'streets_per_node_avg': 3.1678103555832813, 'streets_per_node_counts': {0: 0, 1: 156, 2: 3, 3: 865, 4: 574, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09731752963194011, 2: 0.0018714909544603868, 3: 0.5396132252027449, 4: 0.35807860262008734, 5: 0.0031191515907673115}, 'edge_length_total': 669510.7779999981, 'edge_length_avg': 140.65352478991556, 'street_length_total': 349388.95099999994, 'street_length_avg': 140.59917545271628, 'street_segments_count': 2485, 'node_density_km': 34.83902390927468, 'intersection_density_km': 31.44857616763597, 'edge_density_km': 14550.905803031206, 'street_density_km': 7593.493460714533, 'circuity_avg': 1.0271808705929328, 'self_loop_proportion': 0.0012605042016806723, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0271808705929328\n", - "1236\n", - "8004127.96366415\n", - "{'n': 291, 'm': 812, 'k_avg': 5.580756013745704, 'intersection_count': 260, 'streets_per_node_avg': 2.924398625429553, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 220, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10652920962199312, 2: 0.0, 3: 0.7560137457044673, 4: 0.13745704467353953}, 'edge_length_total': 120259.18800000013, 'edge_length_avg': 148.10244827586223, 'street_length_total': 60129.594000000034, 'street_length_avg': 148.10244827586214, 'street_segments_count': 406, 'node_density_km': 36.35624034511129, 'intersection_density_km': 32.48323879631936, 'edge_density_km': 15024.645850982568, 'street_density_km': 7512.32292549128, 'circuity_avg': 1.041517162814348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041517162814348\n", - "1237\n", - "5000994.538455635\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 230, 'm': 610, 'k_avg': 5.304347826086956, 'intersection_count': 202, 'streets_per_node_avg': 2.869565217391304, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 176, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12173913043478261, 2: 0.0, 3: 0.7652173913043478, 4: 0.11304347826086956}, 'edge_length_total': 79416.76200000009, 'edge_length_avg': 130.19141311475425, 'street_length_total': 40860.15499999999, 'street_length_avg': 128.89638801261827, 'street_segments_count': 317, 'node_density_km': 45.99085206580263, 'intersection_density_km': 40.39196572735709, 'edge_density_km': 15880.193707335042, 'street_density_km': 8170.4058434381095, 'circuity_avg': 1.0456077569008582, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456077569008582\n", - "1238\n", - "8009338.8781088395\n", - "{'n': 1067, 'm': 3041, 'k_avg': 5.700093720712277, 'intersection_count': 939, 'streets_per_node_avg': 2.9540768509840674, 'streets_per_node_counts': {0: 0, 1: 128, 2: 2, 3: 731, 4: 203, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11996251171508904, 2: 0.0018744142455482662, 3: 0.6850984067478912, 4: 0.190253045923149, 5: 0.0028116213683223993}, 'edge_length_total': 214854.75699999975, 'edge_length_avg': 70.65266589937512, 'street_length_total': 108850.76200000006, 'street_length_avg': 70.22629806451617, 'street_segments_count': 1550, 'node_density_km': 133.21948493356038, 'intersection_density_km': 117.23814091154001, 'edge_density_km': 26825.529581129562, 'street_density_km': 13590.48027016455, 'circuity_avg': 1.0500523667957176, 'self_loop_proportion': 0.0013153567905294311, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500523667957176\n", - "1239\n", - "164007195.93595573\n", - "{'n': 12451, 'm': 34128, 'k_avg': 5.481969319733355, 'intersection_count': 10291, 'streets_per_node_avg': 2.859850614408481, 'streets_per_node_counts': {0: 0, 1: 2160, 2: 6, 3: 7762, 4: 2468, 5: 52, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17348004176371376, 2: 0.0004818890048992049, 3: 0.6234037426712714, 4: 0.19821701068187295, 5: 0.004176371375793109, 6: 0.00024094450244960245}, 'edge_length_total': 3606519.447999954, 'edge_length_avg': 105.67626136896256, 'street_length_total': 1861310.641999996, 'street_length_avg': 105.60028605469171, 'street_segments_count': 17626, 'node_density_km': 75.91740062955576, 'intersection_density_km': 62.747246797747835, 'edge_density_km': 21990.007373873326, 'street_density_km': 11348.957168481995, 'circuity_avg': 1.0514270156612324, 'self_loop_proportion': 0.0019924988279418658, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514270156612324\n", - "1240\n", - "10000437.936494088\n", - "{'n': 914, 'm': 2444, 'k_avg': 5.347921225382932, 'intersection_count': 713, 'streets_per_node_avg': 2.736323851203501, 'streets_per_node_counts': {0: 0, 1: 201, 2: 0, 3: 556, 4: 154, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21991247264770242, 2: 0.0, 3: 0.6083150984682714, 4: 0.16849015317286653, 5: 0.002188183807439825, 6: 0.0010940919037199124}, 'edge_length_total': 205266.85999999993, 'edge_length_avg': 83.98807692307689, 'street_length_total': 102633.43000000005, 'street_length_avg': 83.98807692307696, 'street_segments_count': 1222, 'node_density_km': 91.39599743573093, 'intersection_density_km': 71.29687764953628, 'edge_density_km': 20525.78710087586, 'street_density_km': 10262.893550437939, 'circuity_avg': 1.0519747169351128, 'self_loop_proportion': 0.004909983633387889, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519747169351128\n", - "1241\n", - "14013010.964225726\n", - "{'n': 300, 'm': 753, 'k_avg': 5.02, 'intersection_count': 235, 'streets_per_node_avg': 2.66, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 207, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21666666666666667, 2: 0.0, 3: 0.69, 4: 0.09333333333333334}, 'edge_length_total': 140124.67900000003, 'edge_length_avg': 186.0885511288181, 'street_length_total': 70173.39899999996, 'street_length_avg': 184.1821496062991, 'street_segments_count': 381, 'node_density_km': 21.40867517808127, 'intersection_density_km': 16.770128889496995, 'edge_density_km': 9999.612457146355, 'street_density_km': 5007.731684442974, 'circuity_avg': 1.0574033621011647, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574033621011647\n", - "1242\n", - "13010188.3938862\n", - "{'n': 359, 'm': 893, 'k_avg': 4.974930362116992, 'intersection_count': 277, 'streets_per_node_avg': 2.6072423398328692, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 254, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22841225626740946, 2: 0.0, 3: 0.7075208913649025, 4: 0.06406685236768803}, 'edge_length_total': 144370.13500000004, 'edge_length_avg': 161.66868421052635, 'street_length_total': 72257.38699999993, 'street_length_avg': 161.64963534675599, 'street_segments_count': 447, 'node_density_km': 27.593758762840263, 'intersection_density_km': 21.291006064921316, 'edge_density_km': 11096.698266709423, 'street_density_km': 5553.907815351499, 'circuity_avg': 1.097324530723526, 'self_loop_proportion': 0.0022396416573348264, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097324530723526\n", - "1243\n", - "90037603.13738008\n", - "{'n': 9304, 'm': 24564, 'k_avg': 5.280309544282029, 'intersection_count': 7208, 'streets_per_node_avg': 2.722592433361995, 'streets_per_node_counts': {0: 0, 1: 2096, 2: 4, 3: 5624, 4: 1549, 5: 28, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22527944969905417, 2: 0.0004299226139294927, 3: 0.6044711951848667, 4: 0.16648753224419605, 5: 0.0030094582975064487, 6: 0.00021496130696474635, 7: 0.00010748065348237318}, 'edge_length_total': 1794551.4629999937, 'edge_length_avg': 73.05615791402026, 'street_length_total': 924181.766000002, 'street_length_avg': 73.38270335080213, 'street_segments_count': 12594, 'node_density_km': 103.33460327463276, 'intersection_density_km': 80.05544071405342, 'edge_density_km': 19931.133220659518, 'street_density_km': 10264.39769381553, 'circuity_avg': 1.061701281809713, 'self_loop_proportion': 0.0017912392118547469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061701281809713\n", - "1244\n", - "130004082.17442401\n", - "{'n': 2922, 'm': 7683, 'k_avg': 5.2587268993839835, 'intersection_count': 2259, 'streets_per_node_avg': 2.6885694729637235, 'streets_per_node_counts': {0: 0, 1: 663, 2: 2, 3: 1843, 4: 410, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2268993839835729, 2: 0.0006844626967830253, 3: 0.6307323750855578, 4: 0.1403148528405202, 5: 0.0013689253935660506}, 'edge_length_total': 1413740.3569999961, 'edge_length_avg': 184.00889717558195, 'street_length_total': 708742.6280000015, 'street_length_avg': 183.6120797927465, 'street_segments_count': 3860, 'node_density_km': 22.476217293543197, 'intersection_density_km': 17.37637743535732, 'edge_density_km': 10874.58434653773, 'street_density_km': 5451.695178687504, 'circuity_avg': 1.0649364730513682, 'self_loop_proportion': 0.002082519849017311, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649364730513682\n", - "1245\n", - "85006051.27343619\n", - "{'n': 12508, 'm': 36403, 'k_avg': 5.820754716981132, 'intersection_count': 10725, 'streets_per_node_avg': 2.9764150943396226, 'streets_per_node_counts': {0: 0, 1: 1783, 2: 4, 3: 7560, 4: 3052, 5: 104, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1425487687879757, 2: 0.0003197953309881676, 3: 0.6044131755676367, 4: 0.24400383754397187, 5: 0.008314678605692356, 6: 0.00039974416373520947}, 'edge_length_total': 2554727.9290000307, 'edge_length_avg': 70.17904922671293, 'street_length_total': 1290609.5199999951, 'street_length_avg': 69.87977259191051, 'street_segments_count': 18469, 'node_density_km': 147.14246589064496, 'intersection_density_km': 126.16748854150681, 'edge_density_km': 30053.48314300968, 'street_density_km': 15182.560543231608, 'circuity_avg': 1.053577894187483, 'self_loop_proportion': 0.0019778589676675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053577894187483\n", - "1246\n", - "17005179.20464858\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 504, 'm': 1382, 'k_avg': 5.484126984126984, 'intersection_count': 413, 'streets_per_node_avg': 2.8492063492063493, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 308, 4: 104, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18055555555555555, 2: 0.0, 3: 0.6111111111111112, 4: 0.20634920634920634, 5: 0.001984126984126984}, 'edge_length_total': 196750.71099999992, 'edge_length_avg': 142.36665050651226, 'street_length_total': 98904.03899999984, 'street_length_avg': 141.89962553801988, 'street_segments_count': 697, 'node_density_km': 29.63802932827813, 'intersection_density_km': 24.286718477339022, 'edge_density_km': 11570.046315431691, 'street_density_km': 5816.112715411031, 'circuity_avg': 1.0746388460987453, 'self_loop_proportion': 0.001447178002894356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746388460987453\n", - "1247\n", - "9003752.708849218\n", - "{'n': 100, 'm': 231, 'k_avg': 4.62, 'intersection_count': 76, 'streets_per_node_avg': 2.59, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 69, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24, 2: 0.0, 3: 0.69, 4: 0.07}, 'edge_length_total': 53627.01299999999, 'edge_length_avg': 232.1515714285714, 'street_length_total': 26969.546000000006, 'street_length_avg': 230.5089401709402, 'street_segments_count': 117, 'node_density_km': 11.106480068218259, 'intersection_density_km': 8.440924851845876, 'edge_density_km': 5956.073510025814, 'street_density_km': 2995.3672509789553, 'circuity_avg': 1.1067140046437496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1067140046437496\n", - "1248\n", - "7002620.529654247\n", - "{'n': 90, 'm': 224, 'k_avg': 4.977777777777778, 'intersection_count': 75, 'streets_per_node_avg': 2.7444444444444445, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 68, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7555555555555555, 4: 0.07777777777777778}, 'edge_length_total': 53600.06000000007, 'edge_length_avg': 239.28598214285745, 'street_length_total': 26800.03, 'street_length_avg': 239.28598214285714, 'street_segments_count': 112, 'node_density_km': 12.852331440619093, 'intersection_density_km': 10.71027620051591, 'edge_density_km': 7654.2859595230075, 'street_density_km': 3827.1429797614987, 'circuity_avg': 1.1047026435509437, 'self_loop_proportion': 0.008928571428571428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1047026435509437\n", - "1249\n", - "8004289.284957731\n", - "{'n': 147, 'm': 346, 'k_avg': 4.707482993197279, 'intersection_count': 109, 'streets_per_node_avg': 2.5170068027210886, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 104, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2585034013605442, 2: 0.0, 3: 0.7074829931972789, 4: 0.034013605442176874}, 'edge_length_total': 69690.34000000001, 'edge_length_avg': 201.41716763005783, 'street_length_total': 34845.170000000006, 'street_length_avg': 201.41716763005783, 'street_segments_count': 173, 'node_density_km': 18.365153328010468, 'intersection_density_km': 13.617698726211845, 'edge_density_km': 8706.62435089239, 'street_density_km': 4353.312175446195, 'circuity_avg': 1.0769881939413883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769881939413883\n", - "1250\n", - "9000177.850775532\n", - "{'n': 316, 'm': 811, 'k_avg': 5.132911392405063, 'intersection_count': 256, 'streets_per_node_avg': 2.670886075949367, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 240, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.189873417721519, 2: 0.0, 3: 0.759493670886076, 4: 0.05063291139240506}, 'edge_length_total': 106837.61900000004, 'edge_length_avg': 131.73565844636255, 'street_length_total': 53579.10299999998, 'street_length_avg': 130.36278102189777, 'street_segments_count': 411, 'node_density_km': 35.110417287228465, 'intersection_density_km': 28.443882359273694, 'edge_density_km': 11870.61197805041, 'street_density_km': 5953.116025966437, 'circuity_avg': 1.0551565821514806, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551565821514806\n", - "1251\n", - "12000965.174118457\n", - "{'n': 407, 'm': 1168, 'k_avg': 5.73955773955774, 'intersection_count': 372, 'streets_per_node_avg': 3.0245700245700244, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 292, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.085995085995086, 2: 0.0, 3: 0.7174447174447175, 4: 0.19656019656019655}, 'edge_length_total': 173235.30599999978, 'edge_length_avg': 148.31789897260256, 'street_length_total': 86617.65299999992, 'street_length_avg': 148.3178989726026, 'street_segments_count': 584, 'node_density_km': 33.91393892865759, 'intersection_density_km': 30.99750683405559, 'edge_density_km': 14435.114466759958, 'street_density_km': 7217.557233379981, 'circuity_avg': 1.024054126222455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024054126222455\n", - "1252\n", - "11003107.508108286\n", - "{'n': 292, 'm': 732, 'k_avg': 5.013698630136986, 'intersection_count': 241, 'streets_per_node_avg': 2.702054794520548, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 226, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17465753424657535, 2: 0.0, 3: 0.773972602739726, 4: 0.05136986301369863}, 'edge_length_total': 120751.41200000019, 'edge_length_avg': 164.9609453551915, 'street_length_total': 60721.00699999997, 'street_length_avg': 161.49203989361695, 'street_segments_count': 376, 'node_density_km': 26.53795755288428, 'intersection_density_km': 21.90290332275723, 'edge_density_km': 10974.300842831664, 'street_density_km': 5518.532555939686, 'circuity_avg': 1.104172822464144, 'self_loop_proportion': 0.00273224043715847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.104172822464144\n", - "1253\n", - "10001769.119764607\n", - "{'n': 330, 'm': 873, 'k_avg': 5.290909090909091, 'intersection_count': 282, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 48, 2: 1, 3: 250, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14545454545454545, 2: 0.0030303030303030303, 3: 0.7575757575757576, 4: 0.09393939393939393}, 'edge_length_total': 130219.17999999995, 'edge_length_avg': 149.16286368843063, 'street_length_total': 65703.61700000003, 'street_length_avg': 146.65985937500005, 'street_segments_count': 448, 'node_density_km': 32.99416293742308, 'intersection_density_km': 28.195011964706993, 'edge_density_km': 13019.61467423522, 'street_density_km': 6569.1995299273985, 'circuity_avg': 1.0567305704491397, 'self_loop_proportion': 0.002290950744558992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567305704491397\n", - "1254\n", - "16014047.776531588\n", - "{'n': 637, 'm': 1632, 'k_avg': 5.124018838304552, 'intersection_count': 480, 'streets_per_node_avg': 2.659340659340659, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 384, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24646781789638933, 2: 0.0, 3: 0.6028257456828885, 4: 0.14913657770800628, 5: 0.0015698587127158557}, 'edge_length_total': 202614.23200000022, 'edge_length_avg': 124.15087745098053, 'street_length_total': 101307.11599999997, 'street_length_avg': 124.15087745098035, 'street_segments_count': 816, 'node_density_km': 39.77757584397347, 'intersection_density_km': 29.973683524501205, 'edge_density_km': 12652.2809740164, 'street_density_km': 6326.140487008191, 'circuity_avg': 1.0371872607183727, 'self_loop_proportion': 0.0012254901960784314, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371872607183727\n", - "1255\n", - "6004798.362261885\n", - "{'n': 418, 'm': 1016, 'k_avg': 4.861244019138756, 'intersection_count': 294, 'streets_per_node_avg': 2.535885167464115, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 240, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2966507177033493, 2: 0.0, 3: 0.5741626794258373, 4: 0.1291866028708134}, 'edge_length_total': 88994.22300000007, 'edge_length_avg': 87.59273917322841, 'street_length_total': 45534.85499999999, 'street_length_avg': 88.07515473887813, 'street_segments_count': 517, 'node_density_km': 69.61099686993452, 'intersection_density_km': 48.960844688422846, 'edge_density_km': 14820.518130849905, 'street_density_km': 7583.078107363449, 'circuity_avg': 1.0672167835151385, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672167835151385\n", - "1256\n", - "30001750.604042567\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 946, 'm': 2159, 'k_avg': 4.564482029598309, 'intersection_count': 652, 'streets_per_node_avg': 2.412262156448203, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 621, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3107822410147992, 2: 0.0, 3: 0.6564482029598309, 4: 0.03171247357293869, 5: 0.0010570824524312897}, 'edge_length_total': 282881.08299999963, 'edge_length_avg': 131.0241236683648, 'street_length_total': 142726.03299999976, 'street_length_avg': 127.8907105734765, 'street_segments_count': 1116, 'node_density_km': 31.531493361341784, 'intersection_density_km': 21.73206519196072, 'edge_density_km': 9428.819229031355, 'street_density_km': 4757.256830898669, 'circuity_avg': 1.0630585584062706, 'self_loop_proportion': 0.0018527095877721167, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630585584062706\n", - "1257\n", - "24011996.49543042\n", - "{'n': 1237, 'm': 3552, 'k_avg': 5.742926434923201, 'intersection_count': 1089, 'streets_per_node_avg': 2.9717057396928053, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 832, 4: 255, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1196443007275667, 2: 0.0, 3: 0.6725949878738885, 4: 0.206143896523848, 5: 0.0008084074373484236, 6: 0.0, 7: 0.0008084074373484236}, 'edge_length_total': 363916.7870000009, 'edge_length_avg': 102.45405039414439, 'street_length_total': 186180.62699999992, 'street_length_avg': 102.5223716960352, 'street_segments_count': 1816, 'node_density_km': 51.51591623109749, 'intersection_density_km': 45.35233045728793, 'edge_density_km': 15155.623859484393, 'street_density_km': 7753.650432000973, 'circuity_avg': 1.0619088258926639, 'self_loop_proportion': 0.0011261261261261261, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619088258926639\n", - "1258\n", - "8000059.263386111\n", - "{'n': 481, 'm': 1288, 'k_avg': 5.355509355509356, 'intersection_count': 399, 'streets_per_node_avg': 2.765072765072765, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 349, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1704781704781705, 2: 0.0, 3: 0.7255717255717256, 4: 0.10187110187110188, 5: 0.002079002079002079}, 'edge_length_total': 143917.324, 'edge_length_avg': 111.73705279503105, 'street_length_total': 71958.662, 'street_length_avg': 111.73705279503105, 'street_segments_count': 644, 'node_density_km': 60.12455460191323, 'intersection_density_km': 49.8746305325642, 'edge_density_km': 17989.53223492565, 'street_density_km': 8994.766117462825, 'circuity_avg': 1.0644961741614791, 'self_loop_proportion': 0.003105590062111801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644961741614791\n", - "1259\n", - "73998451.7438456\n", - "{'n': 4516, 'm': 12931, 'k_avg': 5.726749335695305, 'intersection_count': 3880, 'streets_per_node_avg': 2.9348981399468554, 'streets_per_node_counts': {0: 0, 1: 636, 2: 3, 3: 2913, 4: 947, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1408325952170062, 2: 0.0006643046944198405, 3: 0.6450398582816652, 4: 0.20969884853852966, 5: 0.0037643932683790967}, 'edge_length_total': 1288052.1869999983, 'edge_length_avg': 99.60963475369255, 'street_length_total': 651827.918, 'street_length_avg': 99.24298386114494, 'street_segments_count': 6568, 'node_density_km': 61.028303884420026, 'intersection_density_km': 52.43352946668506, 'edge_density_km': 17406.47482002385, 'street_density_km': 8808.669676716745, 'circuity_avg': 1.0612105854741543, 'self_loop_proportion': 0.0024746732657953754, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612105854741543\n", - "1260\n", - "42015061.610127084\n", - "{'n': 2559, 'm': 6556, 'k_avg': 5.123876514263384, 'intersection_count': 2007, 'streets_per_node_avg': 2.7076983196561155, 'streets_per_node_counts': {0: 0, 1: 552, 2: 1, 3: 1651, 4: 353, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21570926143024619, 2: 0.00039077764751856197, 3: 0.6451738960531458, 4: 0.13794450957405235, 5: 0.0007815552950371239}, 'edge_length_total': 728617.8159999998, 'edge_length_avg': 111.13755582672357, 'street_length_total': 371887.4229999989, 'street_length_avg': 108.6754596727057, 'street_segments_count': 3422, 'node_density_km': 60.906729680557994, 'intersection_density_km': 47.768584005033176, 'edge_density_km': 17341.824290562927, 'street_density_km': 8851.288293966494, 'circuity_avg': 1.0860473990076547, 'self_loop_proportion': 0.0024405125076266015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0860473990076547\n", - "1261\n", - "39004724.345149696\n", - "{'n': 1342, 'm': 3547, 'k_avg': 5.286140089418778, 'intersection_count': 1151, 'streets_per_node_avg': 2.778688524590164, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 1068, 4: 81, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14232488822652756, 2: 0.0, 3: 0.7958271236959762, 4: 0.06035767511177347, 5: 0.0014903129657228018}, 'edge_length_total': 488941.3669999967, 'edge_length_avg': 137.84645249506534, 'street_length_total': 244847.57900000055, 'street_length_avg': 137.78704501969642, 'street_segments_count': 1777, 'node_density_km': 34.40608855801028, 'intersection_density_km': 29.50924584967946, 'edge_density_km': 12535.439621964599, 'street_density_km': 6277.382627636689, 'circuity_avg': 1.0509714488204682, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509714488204682\n", - "1262\n", - "5001480.018282052\n", - "{'n': 78, 'm': 188, 'k_avg': 4.82051282051282, 'intersection_count': 63, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 57, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19230769230769232, 2: 0.0, 3: 0.7307692307692307, 4: 0.07692307692307693}, 'edge_length_total': 45479.618, 'edge_length_avg': 241.91286170212769, 'street_length_total': 22739.809000000005, 'street_length_avg': 241.9128617021277, 'street_segments_count': 94, 'node_density_km': 15.595383709398893, 'intersection_density_km': 12.596271457591415, 'edge_density_km': 9093.231970088265, 'street_density_km': 4546.615985044134, 'circuity_avg': 1.0614415881054935, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614415881054935\n", - "1263\n", - "6999801.880201635\n", - "{'n': 161, 'm': 430, 'k_avg': 5.341614906832298, 'intersection_count': 134, 'streets_per_node_avg': 2.8322981366459627, 'streets_per_node_counts': {0: 0, 1: 27, 2: 1, 3: 105, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16770186335403728, 2: 0.006211180124223602, 3: 0.6521739130434783, 4: 0.17391304347826086}, 'edge_length_total': 75172.87100000006, 'edge_length_avg': 174.82063023255827, 'street_length_total': 38029.865, 'street_length_avg': 176.0641898148148, 'street_segments_count': 216, 'node_density_km': 23.000650983476444, 'intersection_density_km': 19.143398955191575, 'edge_density_km': 10739.285523583225, 'street_density_km': 5432.991626172214, 'circuity_avg': 1.0474097896916927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474097896916927\n", - "1264\n", - "3001209.4049060275\n", - "{'n': 152, 'm': 416, 'k_avg': 5.473684210526316, 'intersection_count': 137, 'streets_per_node_avg': 2.9473684210526314, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 115, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09868421052631579, 2: 0.0, 3: 0.756578947368421, 4: 0.14473684210526316}, 'edge_length_total': 46075.633000000016, 'edge_length_avg': 110.75873317307696, 'street_length_total': 23280.259999999995, 'street_length_avg': 111.38880382775118, 'street_segments_count': 209, 'node_density_km': 50.64624939250427, 'intersection_density_km': 45.64826425508608, 'edge_density_km': 15352.355262075662, 'street_density_km': 7756.959565015402, 'circuity_avg': 1.0224807382197687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224807382197687\n", - "1265\n", - "14005237.927789215\n", - "{'n': 499, 'm': 1235, 'k_avg': 4.949899799599199, 'intersection_count': 395, 'streets_per_node_avg': 2.7014028056112225, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 337, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20841683366733466, 2: 0.0, 3: 0.6753507014028056, 4: 0.11422845691382766, 5: 0.002004008016032064}, 'edge_length_total': 137669.99300000022, 'edge_length_avg': 111.4736785425103, 'street_length_total': 72654.72400000002, 'street_length_avg': 112.12148765432102, 'street_segments_count': 648, 'node_density_km': 35.62952679367791, 'intersection_density_km': 28.2037336342741, 'edge_density_km': 9829.893194947814, 'street_density_km': 5187.6822353612715, 'circuity_avg': 1.0691081882767253, 'self_loop_proportion': 0.011336032388663968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691081882767253\n", - "1266\n", - "12000375.781054223\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1763, 'm': 4874, 'k_avg': 5.5292115711854795, 'intersection_count': 1513, 'streets_per_node_avg': 2.9313669880884854, 'streets_per_node_counts': {0: 0, 1: 250, 2: 3, 3: 1131, 4: 376, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14180374361883152, 2: 0.0017016449234259785, 3: 0.6415201361315939, 4: 0.21327283040272263, 5: 0.0017016449234259785}, 'edge_length_total': 308981.17900000047, 'edge_length_avg': 63.39375851456719, 'street_length_total': 160452.89599999998, 'street_length_avg': 62.554735282651066, 'street_segments_count': 2565, 'node_density_km': 146.91206610241017, 'intersection_density_km': 126.07938514631117, 'edge_density_km': 25747.62529418531, 'street_density_km': 13370.655963400533, 'circuity_avg': 1.0781623369798197, 'self_loop_proportion': 0.004103405826836274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0781623369798197\n", - "1267\n", - "9000780.094187628\n", - "{'n': 1443, 'm': 3626, 'k_avg': 5.0256410256410255, 'intersection_count': 1074, 'streets_per_node_avg': 2.5772695772695773, 'streets_per_node_counts': {0: 0, 1: 369, 2: 0, 3: 949, 4: 122, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25571725571725573, 2: 0.0, 3: 0.6576576576576577, 4: 0.08454608454608455, 5: 0.002079002079002079}, 'edge_length_total': 247026.9340000007, 'edge_length_avg': 68.12656756756776, 'street_length_total': 124277.70300000001, 'street_length_avg': 68.06007831325302, 'street_segments_count': 1826, 'node_density_km': 160.31943730431055, 'intersection_density_km': 119.32299075871762, 'edge_density_km': 27445.058252175448, 'street_density_km': 13807.436877638413, 'circuity_avg': 1.0531110674924276, 'self_loop_proportion': 0.003861003861003861, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531110674924276\n", - "1268\n", - "17000932.19948497\n", - "{'n': 610, 'm': 1975, 'k_avg': 6.475409836065574, 'intersection_count': 554, 'streets_per_node_avg': 3.318032786885246, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 248, 4: 306}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09180327868852459, 2: 0.0, 3: 0.4065573770491803, 4: 0.5016393442622951}, 'edge_length_total': 269786.9679999991, 'edge_length_avg': 136.60099645569576, 'street_length_total': 135419.71399999998, 'street_length_avg': 136.64956004036324, 'street_segments_count': 991, 'node_density_km': 35.88038543077534, 'intersection_density_km': 32.5864484076222, 'edge_density_km': 15868.951468918398, 'street_density_km': 7965.428743025185, 'circuity_avg': 1.0193821972242496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0193821972242496\n", - "1269\n", - "6000582.929057058\n", - "{'n': 390, 'm': 1144, 'k_avg': 5.866666666666666, 'intersection_count': 347, 'streets_per_node_avg': 3.005128205128205, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 260, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11025641025641025, 2: 0.0, 3: 0.6666666666666666, 4: 0.2205128205128205, 5: 0.002564102564102564}, 'edge_length_total': 123013.70400000007, 'edge_length_avg': 107.5294615384616, 'street_length_total': 61506.85200000006, 'street_length_avg': 107.52946153846163, 'street_segments_count': 572, 'node_density_km': 64.99368554869473, 'intersection_density_km': 57.82771509076172, 'edge_density_km': 20500.29229732363, 'street_density_km': 10250.14614866182, 'circuity_avg': 1.0456616833047228, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456616833047228\n", - "1270\n", - "28000407.09266837\n", - "{'n': 1078, 'm': 2882, 'k_avg': 5.346938775510204, 'intersection_count': 884, 'streets_per_node_avg': 2.7903525046382187, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 726, 4: 154, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17996289424860853, 2: 0.0, 3: 0.673469387755102, 4: 0.14285714285714285, 5: 0.0037105751391465678}, 'edge_length_total': 399896.39600000076, 'edge_length_avg': 138.75655655794614, 'street_length_total': 200258.53399999972, 'street_length_avg': 138.68319529085852, 'street_segments_count': 1444, 'node_density_km': 38.49944025571913, 'intersection_density_km': 31.570969560348527, 'edge_density_km': 14281.806499331566, 'street_density_km': 7151.986517097298, 'circuity_avg': 1.0557244887373238, 'self_loop_proportion': 0.002081887578070784, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557244887373238\n", - "1271\n", - "11009439.038454825\n", - "{'n': 314, 'm': 869, 'k_avg': 5.535031847133758, 'intersection_count': 280, 'streets_per_node_avg': 2.9203821656050954, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 237, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10828025477707007, 2: 0.0, 3: 0.7547770700636943, 4: 0.13694267515923567}, 'edge_length_total': 123872.19400000013, 'edge_length_avg': 142.545677790564, 'street_length_total': 62095.901, 'street_length_avg': 142.0958832951945, 'street_segments_count': 437, 'node_density_km': 28.520980851361333, 'intersection_density_km': 25.43272177828399, 'edge_density_km': 11251.453735955796, 'street_density_km': 5640.242048945952, 'circuity_avg': 1.0341685475588993, 'self_loop_proportion': 0.0023014959723820483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341685475588993\n", - "1272\n", - "7002908.927962196\n", - "{'n': 301, 'm': 830, 'k_avg': 5.514950166112957, 'intersection_count': 267, 'streets_per_node_avg': 2.8903654485049834, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 232, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11295681063122924, 2: 0.0, 3: 0.770764119601329, 4: 0.11627906976744186}, 'edge_length_total': 109646.81, 'edge_length_avg': 132.1045903614458, 'street_length_total': 54868.60899999997, 'street_length_avg': 131.8956947115384, 'street_segments_count': 416, 'node_density_km': 42.98213829372035, 'intersection_density_km': 38.12701303795127, 'edge_density_km': 15657.323424868036, 'street_density_km': 7835.1167442593605, 'circuity_avg': 1.0302836179576547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302836179576547\n", - "1273\n", - "21010194.73231846\n", - "{'n': 121, 'm': 280, 'k_avg': 4.628099173553719, 'intersection_count': 87, 'streets_per_node_avg': 2.479338842975207, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 82, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2809917355371901, 2: 0.0, 3: 0.6776859504132231, 4: 0.04132231404958678}, 'edge_length_total': 54777.45400000004, 'edge_length_avg': 195.63376428571442, 'street_length_total': 27388.727000000003, 'street_length_avg': 195.6337642857143, 'street_segments_count': 140, 'node_density_km': 5.7591089250531535, 'intersection_density_km': 4.140846913054747, 'edge_density_km': 2607.184497711478, 'street_density_km': 1303.592248855738, 'circuity_avg': 1.0425266472376316, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425266472376316\n", - "1274\n", - "10003412.92123816\n", - "{'n': 241, 'm': 616, 'k_avg': 5.1120331950207465, 'intersection_count': 203, 'streets_per_node_avg': 2.767634854771784, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 183, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15767634854771784, 2: 0.0, 3: 0.7593360995850622, 4: 0.08298755186721991}, 'edge_length_total': 111184.52399999983, 'edge_length_avg': 180.49435714285687, 'street_length_total': 55592.26200000002, 'street_length_avg': 180.4943571428572, 'street_segments_count': 308, 'node_density_km': 24.091777666033856, 'intersection_density_km': 20.293074133630178, 'edge_density_km': 11114.659054405814, 'street_density_km': 5557.329527202917, 'circuity_avg': 1.0356291989306814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0356291989306814\n", - "1275\n", - "6003738.52314246\n", - "{'n': 180, 'm': 388, 'k_avg': 4.311111111111111, 'intersection_count': 109, 'streets_per_node_avg': 2.2555555555555555, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 102, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39444444444444443, 2: 0.0, 3: 0.5666666666666667, 4: 0.03333333333333333, 5: 0.005555555555555556}, 'edge_length_total': 59943.77600000002, 'edge_length_avg': 154.49426804123718, 'street_length_total': 29971.888000000006, 'street_length_avg': 154.49426804123715, 'street_segments_count': 194, 'node_density_km': 29.98131902416445, 'intersection_density_km': 18.15535429796625, 'edge_density_km': 9984.408176494739, 'street_density_km': 4992.204088247368, 'circuity_avg': 1.0610219087336092, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610219087336092\n", - "1276\n", - "12005394.43951043\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 436, 'm': 1238, 'k_avg': 5.678899082568807, 'intersection_count': 371, 'streets_per_node_avg': 2.9105504587155964, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 286, 4: 80, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14908256880733944, 2: 0.0, 3: 0.6559633027522935, 4: 0.1834862385321101, 5: 0.009174311926605505, 6: 0.0022935779816513763}, 'edge_length_total': 175953.68199999988, 'edge_length_avg': 142.12736833602577, 'street_length_total': 87976.84100000006, 'street_length_avg': 142.12736833602594, 'street_segments_count': 619, 'node_density_km': 36.31700750831639, 'intersection_density_km': 30.902774737581144, 'edge_density_km': 14656.218326398874, 'street_density_km': 7328.109163199447, 'circuity_avg': 1.0420996381243632, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420996381243632\n", - "1277\n", - "43006735.728365414\n", - "error with entry 1277\n", - "1278\n", - "15999790.848462552\n", - "{'n': 526, 'm': 1458, 'k_avg': 5.5437262357414445, 'intersection_count': 452, 'streets_per_node_avg': 2.925855513307985, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 347, 4: 102, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14068441064638784, 2: 0.0, 3: 0.6596958174904943, 4: 0.19391634980988592, 5: 0.0038022813688212928, 6: 0.0019011406844106464}, 'edge_length_total': 133983.3679999999, 'edge_length_avg': 91.8953141289437, 'street_length_total': 68007.06000000006, 'street_length_avg': 89.24811023622054, 'street_segments_count': 762, 'node_density_km': 32.87542974666724, 'intersection_density_km': 28.250369288010628, 'edge_density_km': 8374.069965600494, 'street_density_km': 4250.496812371455, 'circuity_avg': 1.055136164480101, 'self_loop_proportion': 0.0013717421124828531, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055136164480101\n", - "1279\n", - "20017892.04850209\n", - "{'n': 381, 'm': 1028, 'k_avg': 5.396325459317585, 'intersection_count': 313, 'streets_per_node_avg': 2.7506561679790025, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 272, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1784776902887139, 2: 0.0, 3: 0.7139107611548556, 4: 0.10761154855643044}, 'edge_length_total': 188394.78000000012, 'edge_length_avg': 183.2634046692608, 'street_length_total': 94197.38999999996, 'street_length_avg': 183.2634046692606, 'street_segments_count': 514, 'node_density_km': 19.03297305614702, 'intersection_density_km': 15.636011985758577, 'edge_density_km': 9411.319610652881, 'street_density_km': 4705.659805326436, 'circuity_avg': 1.033232368901654, 'self_loop_proportion': 0.0019455252918287938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033232368901654\n", - "1280\n", - "444241316.8233154\n", - "error with entry 1280\n", - "1281\n", - "8004169.697324496\n", - "{'n': 163, 'm': 400, 'k_avg': 4.9079754601226995, 'intersection_count': 128, 'streets_per_node_avg': 2.638036809815951, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 117, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2147239263803681, 2: 0.0, 3: 0.7177914110429447, 4: 0.06748466257668712}, 'edge_length_total': 87690.22800000006, 'edge_length_avg': 219.22557000000015, 'street_length_total': 43845.11399999998, 'street_length_avg': 219.2255699999999, 'street_segments_count': 200, 'node_density_km': 20.364385834358934, 'intersection_density_km': 15.991664949680635, 'edge_density_km': 10955.568324508627, 'street_density_km': 5477.784162254307, 'circuity_avg': 1.0967279796983163, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0967279796983163\n", - "1282\n", - "11004657.38266429\n", - "{'n': 326, 'm': 772, 'k_avg': 4.736196319018405, 'intersection_count': 233, 'streets_per_node_avg': 2.503067484662577, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 209, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2852760736196319, 2: 0.0, 3: 0.6411042944785276, 4: 0.0736196319018405}, 'edge_length_total': 126275.056, 'edge_length_avg': 163.56872538860102, 'street_length_total': 63137.52800000004, 'street_length_avg': 163.56872538860114, 'street_segments_count': 386, 'node_density_km': 29.623820957256697, 'intersection_density_km': 21.17285362895954, 'edge_density_km': 11474.692178869824, 'street_density_km': 5737.346089434916, 'circuity_avg': 1.0598689005101996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598689005101996\n", - "1283\n", - "7999971.363925275\n", - "{'n': 305, 'm': 800, 'k_avg': 5.245901639344262, 'intersection_count': 255, 'streets_per_node_avg': 2.7540983606557377, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 230, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16393442622950818, 2: 0.0, 3: 0.7540983606557377, 4: 0.08196721311475409}, 'edge_length_total': 111097.44599999988, 'edge_length_avg': 138.87180749999985, 'street_length_total': 55548.722999999976, 'street_length_avg': 138.87180749999993, 'street_segments_count': 400, 'node_density_km': 38.125136469282104, 'intersection_density_km': 31.875114097268643, 'edge_density_km': 13887.23045947113, 'street_density_km': 6943.615229735569, 'circuity_avg': 1.0598846857021915, 'self_loop_proportion': 0.0025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598846857021915\n", - "1284\n", - "10008795.230279284\n", - "{'n': 135, 'm': 358, 'k_avg': 5.303703703703704, 'intersection_count': 113, 'streets_per_node_avg': 2.7333333333333334, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 105, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16296296296296298, 2: 0.0, 3: 0.7777777777777778, 4: 0.05925925925925926}, 'edge_length_total': 56754.57200000005, 'edge_length_avg': 158.5323240223465, 'street_length_total': 28377.285999999986, 'street_length_avg': 158.5323240223463, 'street_segments_count': 179, 'node_density_km': 13.488136873016334, 'intersection_density_km': 11.290070123339598, 'edge_density_km': 5670.469891151563, 'street_density_km': 2835.2349455757776, 'circuity_avg': 1.055015642863467, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055015642863467\n", - "1285\n", - "4000110.568094439\n", - "{'n': 746, 'm': 2072, 'k_avg': 5.554959785522788, 'intersection_count': 644, 'streets_per_node_avg': 2.9517426273458445, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 478, 4: 164, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13672922252010725, 2: 0.0, 3: 0.6407506702412868, 4: 0.21983914209115282, 5: 0.002680965147453083}, 'edge_length_total': 141573.36499999993, 'edge_length_avg': 68.32691361003857, 'street_length_total': 72169.5190000001, 'street_length_avg': 67.57445599250946, 'street_segments_count': 1068, 'node_density_km': 186.49484490509406, 'intersection_density_km': 160.99554975721256, 'edge_density_km': 35392.362933468175, 'street_density_km': 18041.88103589847, 'circuity_avg': 1.0473160778854493, 'self_loop_proportion': 0.0009652509652509653, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473160778854493\n", - "1286\n", - "30007039.38084568\n", - "{'n': 500, 'm': 1225, 'k_avg': 4.9, 'intersection_count': 377, 'streets_per_node_avg': 2.548, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 358, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.246, 2: 0.0, 3: 0.716, 4: 0.036, 5: 0.002}, 'edge_length_total': 208537.8549999998, 'edge_length_avg': 170.23498367346923, 'street_length_total': 104611.05899999998, 'street_length_avg': 169.0000953150242, 'street_segments_count': 619, 'node_density_km': 16.662756816960883, 'intersection_density_km': 12.563718639988505, 'edge_density_km': 6949.631129991294, 'street_density_km': 3486.2172729634935, 'circuity_avg': 1.0511336156769366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511336156769366\n", - "1287\n", - "14003565.008086622\n", - "{'n': 255, 'm': 656, 'k_avg': 5.145098039215687, 'intersection_count': 211, 'streets_per_node_avg': 2.7254901960784315, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 193, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17254901960784313, 2: 0.0, 3: 0.7568627450980392, 4: 0.07058823529411765}, 'edge_length_total': 111233.26800000001, 'edge_length_avg': 169.56290853658538, 'street_length_total': 55616.63399999997, 'street_length_avg': 169.56290853658527, 'street_segments_count': 328, 'node_density_km': 18.209648746783085, 'intersection_density_km': 15.067591708122475, 'edge_density_km': 7943.210742105048, 'street_density_km': 3971.605371052521, 'circuity_avg': 1.0929839643502022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0929839643502022\n", - "1288\n", - "24000800.09602849\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1023, 'm': 2766, 'k_avg': 5.407624633431085, 'intersection_count': 864, 'streets_per_node_avg': 2.868035190615836, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 685, 4: 175, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15542521994134897, 2: 0.0, 3: 0.6695992179863147, 4: 0.1710654936461388, 5: 0.0039100684261974585}, 'edge_length_total': 315931.05800000083, 'edge_length_avg': 114.21947143890124, 'street_length_total': 162356.69500000007, 'street_length_avg': 113.93452280701759, 'street_segments_count': 1425, 'node_density_km': 42.62357904348697, 'intersection_density_km': 35.99879989596553, 'edge_density_km': 13163.355252155914, 'street_density_km': 6764.636776707534, 'circuity_avg': 1.058864742533956, 'self_loop_proportion': 0.0028922631959508315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058864742533956\n", - "1289\n", - "15017589.455532284\n", - "{'n': 296, 'm': 804, 'k_avg': 5.4324324324324325, 'intersection_count': 235, 'streets_per_node_avg': 2.7871621621621623, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 176, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20608108108108109, 2: 0.0, 3: 0.5945945945945946, 4: 0.19932432432432431}, 'edge_length_total': 150440.53, 'edge_length_avg': 187.11508706467663, 'street_length_total': 75220.2649999999, 'street_length_avg': 187.11508706467637, 'street_segments_count': 402, 'node_density_km': 19.710220530163543, 'intersection_density_km': 15.648316974960922, 'edge_density_km': 10017.6216992388, 'street_density_km': 5008.810849619393, 'circuity_avg': 1.0527342399706368, 'self_loop_proportion': 0.004975124378109453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527342399706368\n", - "1290\n", - "17005117.14596603\n", - "{'n': 932, 'm': 2582, 'k_avg': 5.540772532188841, 'intersection_count': 754, 'streets_per_node_avg': 2.8261802575107295, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 562, 4: 190, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19098712446351931, 2: 0.0, 3: 0.6030042918454935, 4: 0.20386266094420602, 5: 0.002145922746781116}, 'edge_length_total': 310836.49799999996, 'edge_length_avg': 120.38594035631291, 'street_length_total': 155418.24899999978, 'street_length_avg': 120.38594035631276, 'street_segments_count': 1291, 'node_density_km': 54.80703202453914, 'intersection_density_km': 44.3395945777924, 'edge_density_km': 18278.997747083256, 'street_density_km': 9139.498873541615, 'circuity_avg': 1.0346352328796427, 'self_loop_proportion': 0.000774593338497289, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0346352328796427\n", - "1291\n", - "23019299.212894294\n", - "error with entry 1291\n", - "1292\n", - "10001505.18413855\n", - "{'n': 366, 'm': 988, 'k_avg': 5.398907103825136, 'intersection_count': 315, 'streets_per_node_avg': 2.860655737704918, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 264, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13934426229508196, 2: 0.0, 3: 0.7213114754098361, 4: 0.13934426229508196}, 'edge_length_total': 130525.93599999984, 'edge_length_avg': 132.11127125506056, 'street_length_total': 65262.968000000015, 'street_length_avg': 132.11127125506076, 'street_segments_count': 494, 'node_density_km': 36.59449185513014, 'intersection_density_km': 31.49525938351364, 'edge_density_km': 13050.629239986973, 'street_density_km': 6525.314619993495, 'circuity_avg': 1.0335516412612313, 'self_loop_proportion': 0.004048582995951417, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335516412612313\n", - "1293\n", - "7999823.061229324\n", - "{'n': 448, 'm': 1115, 'k_avg': 4.977678571428571, 'intersection_count': 340, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 108, 2: 1, 3: 291, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24107142857142858, 2: 0.002232142857142857, 3: 0.6495535714285714, 4: 0.10491071428571429, 5: 0.002232142857142857}, 'edge_length_total': 111343.662, 'edge_length_avg': 99.85978654708519, 'street_length_total': 56532.26199999998, 'street_length_avg': 98.83262587412584, 'street_segments_count': 572, 'node_density_km': 56.00123859878925, 'intersection_density_km': 42.5009400080097, 'edge_density_km': 13918.26558510032, 'street_density_km': 7066.689046409076, 'circuity_avg': 1.0478348480979915, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478348480979915\n", - "1294\n", - "11000163.135704204\n", - "{'n': 905, 'm': 2330, 'k_avg': 5.149171270718232, 'intersection_count': 722, 'streets_per_node_avg': 2.7104972375690606, 'streets_per_node_counts': {0: 0, 1: 183, 2: 1, 3: 616, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2022099447513812, 2: 0.0011049723756906078, 3: 0.6806629834254143, 4: 0.11602209944751381}, 'edge_length_total': 184560.05699999965, 'edge_length_avg': 79.21032489270371, 'street_length_total': 95167.57499999992, 'street_length_avg': 78.91175373134323, 'street_segments_count': 1206, 'node_density_km': 82.27150714361329, 'intersection_density_km': 65.63539022949038, 'edge_density_km': 16777.938174476407, 'street_density_km': 8651.46942149486, 'circuity_avg': 1.0701075837024614, 'self_loop_proportion': 0.0034334763948497852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701075837024614\n", - "1295\n", - "25000643.555635653\n", - "{'n': 746, 'm': 2230, 'k_avg': 5.978552278820375, 'intersection_count': 652, 'streets_per_node_avg': 3.135388739946381, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 365, 4: 285, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1260053619302949, 2: 0.0, 3: 0.48927613941018766, 4: 0.3820375335120643, 5: 0.002680965147453083}, 'edge_length_total': 335022.19800000003, 'edge_length_avg': 150.23416950672646, 'street_length_total': 170210.555, 'street_length_avg': 149.1766476774759, 'street_segments_count': 1141, 'node_density_km': 29.83923187176661, 'intersection_density_km': 26.07932866004267, 'edge_density_km': 13400.542960202287, 'street_density_km': 6808.246940572499, 'circuity_avg': 1.0302936265181812, 'self_loop_proportion': 0.0008968609865470852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302936265181812\n", - "1296\n", - "7000040.48290967\n", - "{'n': 105, 'm': 288, 'k_avg': 5.485714285714286, 'intersection_count': 93, 'streets_per_node_avg': 2.961904761904762, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 73, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11428571428571428, 2: 0.0, 3: 0.6952380952380952, 4: 0.19047619047619047}, 'edge_length_total': 66858.59600000008, 'edge_length_avg': 232.14790277777806, 'street_length_total': 33429.29799999999, 'street_length_avg': 232.1479027777777, 'street_segments_count': 144, 'node_density_km': 14.999913251409541, 'intersection_density_km': 13.285637451248451, 'edge_density_km': 9551.172762962267, 'street_density_km': 4775.586381481126, 'circuity_avg': 1.0841928220519252, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0841928220519252\n", - "1297\n", - "9005350.74039335\n", - "{'n': 202, 'm': 460, 'k_avg': 4.554455445544554, 'intersection_count': 140, 'streets_per_node_avg': 2.4257425742574257, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 132, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3069306930693069, 2: 0.0, 3: 0.6534653465346535, 4: 0.039603960396039604}, 'edge_length_total': 85493.93399999985, 'edge_length_avg': 185.85637826086923, 'street_length_total': 42746.96699999998, 'street_length_avg': 185.8563782608695, 'street_segments_count': 230, 'node_density_km': 22.431108551267457, 'intersection_density_km': 15.54631285731408, 'edge_density_km': 9493.681752618279, 'street_density_km': 4746.840876309146, 'circuity_avg': 1.0668950720621073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668950720621073\n", - "1298\n", - "16007878.688002843\n", - "{'n': 565, 'm': 1367, 'k_avg': 4.838938053097345, 'intersection_count': 413, 'streets_per_node_avg': 2.5008849557522126, 'streets_per_node_counts': {0: 0, 1: 152, 2: 0, 3: 391, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26902654867256637, 2: 0.0, 3: 0.6920353982300885, 4: 0.03893805309734513}, 'edge_length_total': 198005.24599999998, 'edge_length_avg': 144.84655888807606, 'street_length_total': 99543.10499999998, 'street_length_avg': 144.89534934497814, 'street_segments_count': 687, 'node_density_km': 35.295120047570144, 'intersection_density_km': 25.79979571618844, 'edge_density_km': 12369.237040033022, 'street_density_km': 6218.382019261733, 'circuity_avg': 1.060650272601229, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060650272601229\n", - "1299\n", - "8000054.642842766\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 67, 'm': 168, 'k_avg': 5.014925373134329, 'intersection_count': 54, 'streets_per_node_avg': 2.701492537313433, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 48, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19402985074626866, 2: 0.0, 3: 0.7164179104477612, 4: 0.08955223880597014}, 'edge_length_total': 36975.31999999999, 'edge_length_avg': 220.09119047619043, 'street_length_total': 18522.923, 'street_length_avg': 217.91674117647057, 'street_segments_count': 85, 'node_density_km': 8.374942796164701, 'intersection_density_km': 6.7499538954163265, 'edge_density_km': 4621.883430893799, 'street_density_km': 2315.349560339753, 'circuity_avg': 1.038683899116326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038683899116326\n", - "1300\n", - "11011132.157498373\n", - "{'n': 317, 'm': 861, 'k_avg': 5.4321766561514195, 'intersection_count': 272, 'streets_per_node_avg': 2.8454258675078865, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 232, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14195583596214512, 2: 0.0, 3: 0.7318611987381703, 4: 0.12302839116719243, 5: 0.0031545741324921135}, 'edge_length_total': 138501.58100000006, 'edge_length_avg': 160.8613019744484, 'street_length_total': 69450.11400000002, 'street_length_avg': 158.92474599542336, 'street_segments_count': 437, 'node_density_km': 28.789046890526055, 'intersection_density_km': 24.702273672628035, 'edge_density_km': 12578.323374829635, 'street_density_km': 6307.263686114765, 'circuity_avg': 1.0510213994418387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510213994418387\n", - "1301\n", - "6000017.248909248\n", - "{'n': 344, 'm': 973, 'k_avg': 5.656976744186046, 'intersection_count': 299, 'streets_per_node_avg': 2.9098837209302326, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 240, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1308139534883721, 2: 0.0, 3: 0.6976744186046512, 4: 0.17151162790697674}, 'edge_length_total': 81967.0289999998, 'edge_length_avg': 84.24155087358665, 'street_length_total': 41161.47599999998, 'street_length_avg': 84.52048459958928, 'street_segments_count': 487, 'node_density_km': 57.33316851089657, 'intersection_density_km': 49.833190071971146, 'edge_density_km': 13661.1322267283, 'street_density_km': 6860.226278096581, 'circuity_avg': 1.0486918423288014, 'self_loop_proportion': 0.007194244604316547, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486918423288014\n", - "1302\n", - "9999599.960183503\n", - "{'n': 378, 'm': 1015, 'k_avg': 5.37037037037037, 'intersection_count': 322, 'streets_per_node_avg': 2.7883597883597884, 'streets_per_node_counts': {0: 0, 1: 56, 2: 2, 3: 286, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.005291005291005291, 3: 0.7566137566137566, 4: 0.08994708994708994}, 'edge_length_total': 118496.30600000011, 'edge_length_avg': 116.74512906403952, 'street_length_total': 59667.45699999998, 'street_length_avg': 116.53800195312496, 'street_segments_count': 512, 'node_density_km': 37.80151221100082, 'intersection_density_km': 32.20128817974144, 'edge_density_km': 11850.104651369033, 'street_density_km': 5966.984403134566, 'circuity_avg': 1.0549236686079362, 'self_loop_proportion': 0.005911330049261084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549236686079362\n", - "1303\n", - "10005763.745444236\n", - "{'n': 263, 'm': 603, 'k_avg': 4.585551330798479, 'intersection_count': 191, 'streets_per_node_avg': 2.494296577946768, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 180, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2737642585551331, 2: 0.0, 3: 0.6844106463878327, 4: 0.04182509505703422}, 'edge_length_total': 114512.4939999998, 'edge_length_avg': 189.90463349917047, 'street_length_total': 57403.05799999998, 'street_length_avg': 186.37356493506488, 'street_segments_count': 308, 'node_density_km': 26.284850081509028, 'intersection_density_km': 19.08899758771188, 'edge_density_km': 11444.652993344855, 'street_density_km': 5736.999139734475, 'circuity_avg': 1.0838020989312414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0838020989312414\n", - "1304\n", - "55023882.44484441\n", - "{'n': 3209, 'm': 9450, 'k_avg': 5.889685260205671, 'intersection_count': 2873, 'streets_per_node_avg': 3.030227485197881, 'streets_per_node_counts': {0: 0, 1: 336, 2: 2, 3: 2115, 4: 741, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10470551573698972, 2: 0.0006232471174820816, 3: 0.6590838267373014, 4: 0.23091305702711126, 5: 0.004674353381115612}, 'edge_length_total': 1024768.9660000048, 'edge_length_avg': 108.44116042328093, 'street_length_total': 517943.7329999999, 'street_length_avg': 107.94992350979572, 'street_segments_count': 4798, 'node_density_km': 58.32013041276542, 'intersection_density_km': 52.21369108004832, 'edge_density_km': 18624.075955149598, 'street_density_km': 9413.071378945013, 'circuity_avg': 1.033490315966593, 'self_loop_proportion': 0.0021164021164021165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033490315966593\n", - "1305\n", - "12000690.228250949\n", - "{'n': 257, 'm': 732, 'k_avg': 5.696498054474708, 'intersection_count': 228, 'streets_per_node_avg': 2.9416342412451364, 'streets_per_node_counts': {0: 0, 1: 29, 2: 2, 3: 181, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11284046692607004, 2: 0.007782101167315175, 3: 0.7042801556420234, 4: 0.17509727626459143}, 'edge_length_total': 115384.05700000015, 'edge_length_avg': 157.6284931693991, 'street_length_total': 57802.90000000001, 'street_length_avg': 157.50108991825616, 'street_segments_count': 367, 'node_density_km': 21.415434871820427, 'intersection_density_km': 18.998907201459367, 'edge_density_km': 9614.785050310968, 'street_density_km': 4816.6312854177, 'circuity_avg': 1.0461721255907672, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461721255907672\n", - "1306\n", - "10000415.901503697\n", - "{'n': 116, 'm': 322, 'k_avg': 5.551724137931035, 'intersection_count': 103, 'streets_per_node_avg': 2.913793103448276, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 87, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11206896551724138, 2: 0.0, 3: 0.75, 4: 0.13793103448275862}, 'edge_length_total': 66981.76400000001, 'edge_length_avg': 208.01790062111803, 'street_length_total': 33490.88199999998, 'street_length_avg': 208.01790062111792, 'street_segments_count': 161, 'node_density_km': 11.599517574319869, 'intersection_density_km': 10.29957163926678, 'edge_density_km': 6697.897833421948, 'street_density_km': 3348.948916710972, 'circuity_avg': 1.034947360876453, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034947360876453\n", - "1307\n", - "41000396.09828192\n", - "{'n': 1517, 'm': 4079, 'k_avg': 5.3777191825972315, 'intersection_count': 1215, 'streets_per_node_avg': 2.7673038892551087, 'streets_per_node_counts': {0: 0, 1: 302, 2: 1, 3: 964, 4: 248, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1990771259063942, 2: 0.0006591957811470006, 3: 0.6354647330257086, 4: 0.16348055372445616, 5: 0.0013183915622940012}, 'edge_length_total': 584252.7900000002, 'edge_length_avg': 143.23431968619764, 'street_length_total': 293886.77599999984, 'street_length_avg': 142.1115938104448, 'street_segments_count': 2068, 'node_density_km': 36.999642548906216, 'intersection_density_km': 29.633860050706033, 'edge_density_km': 14249.930381147773, 'street_density_km': 7167.90089772608, 'circuity_avg': 1.0566433512441, 'self_loop_proportion': 0.0014709487619514587, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566433512441\n", - "1308\n", - "9000011.608954558\n", - "{'n': 382, 'm': 934, 'k_avg': 4.890052356020942, 'intersection_count': 287, 'streets_per_node_avg': 2.5287958115183247, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 277, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2486910994764398, 2: 0.0, 3: 0.725130890052356, 4: 0.02617801047120419}, 'edge_length_total': 96548.59999999986, 'edge_length_avg': 103.37109207708764, 'street_length_total': 48274.30000000003, 'street_length_avg': 103.37109207708787, 'street_segments_count': 467, 'node_density_km': 42.44438969611208, 'intersection_density_km': 31.888847755979498, 'edge_density_km': 10727.60838485351, 'street_density_km': 5363.804192426766, 'circuity_avg': 1.0779051820080974, 'self_loop_proportion': 0.0021413276231263384, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779051820080974\n", - "1309\n", - "3999884.4113190444\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 1309\n", - "1310\n", - "2000000.2107534725\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 0, 'streets_per_node_avg': 1.0, 'streets_per_node_counts': {0: 0, 1: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 1.0}, 'edge_length_total': 595.362, 'edge_length_avg': 297.681, 'street_length_total': 297.681, 'street_length_avg': 297.681, 'street_segments_count': 1, 'node_density_km': 0.9999998946232749, 'intersection_density_km': 0.0, 'edge_density_km': 297.68096863135105, 'street_density_km': 148.84048431567552, 'circuity_avg': 1.0000014934455048, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0000014934455048\n", - "1311\n", - "8007214.442710298\n", - "{'n': 231, 'm': 556, 'k_avg': 4.813852813852814, 'intersection_count': 175, 'streets_per_node_avg': 2.6103896103896105, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 154, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24242424242424243, 2: 0.0, 3: 0.6666666666666666, 4: 0.08658008658008658, 5: 0.004329004329004329}, 'edge_length_total': 77543.14100000005, 'edge_length_avg': 139.46608093525188, 'street_length_total': 39089.50300000006, 'street_length_avg': 139.60536785714308, 'street_segments_count': 280, 'node_density_km': 28.84898383236139, 'intersection_density_km': 21.855290782091963, 'edge_density_km': 9684.159398352904, 'street_density_km': 4881.785454814042, 'circuity_avg': 1.072804979830825, 'self_loop_proportion': 0.01079136690647482, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072804979830825\n", - "1312\n", - "238024351.94274262\n", - "{'n': 13383, 'm': 38321, 'k_avg': 5.726817604423522, 'intersection_count': 11602, 'streets_per_node_avg': 2.9512814765000375, 'streets_per_node_counts': {0: 0, 1: 1781, 2: 10, 3: 8736, 4: 2797, 5: 56, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13307927968318015, 2: 0.0007472166180975864, 3: 0.6527684375700515, 4: 0.20899648808189494, 5: 0.004184413061346484, 6: 0.0001494433236195173, 7: 0.0, 8: 7.472166180975865e-05}, 'edge_length_total': 4275969.210000013, 'edge_length_avg': 111.58292346233169, 'street_length_total': 2175968.280000003, 'street_length_avg': 111.16057624521089, 'street_segments_count': 19575, 'node_density_km': 56.22533951156105, 'intersection_density_km': 48.74291182942026, 'edge_density_km': 17964.419081912292, 'street_density_km': 9141.788486093381, 'circuity_avg': 1.047077815487649, 'self_loop_proportion': 0.001356958325722189, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047077815487649\n", - "1313\n", - "10005980.457371255\n", - "{'n': 121, 'm': 314, 'k_avg': 5.190082644628099, 'intersection_count': 94, 'streets_per_node_avg': 2.669421487603306, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 80, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2231404958677686, 2: 0.0, 3: 0.6611570247933884, 4: 0.11570247933884298}, 'edge_length_total': 74485.52800000002, 'edge_length_avg': 237.21505732484084, 'street_length_total': 37242.76399999999, 'street_length_avg': 237.2150573248407, 'street_segments_count': 157, 'node_density_km': 12.092767971664498, 'intersection_density_km': 9.394381730053412, 'edge_density_km': 7444.100887197682, 'street_density_km': 3722.0504435988387, 'circuity_avg': 1.0485091628928975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485091628928975\n", - "1314\n", - "25013879.53197364\n", - "{'n': 223, 'm': 553, 'k_avg': 4.959641255605381, 'intersection_count': 165, 'streets_per_node_avg': 2.5426008968609866, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 151, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2600896860986547, 2: 0.0, 3: 0.6771300448430493, 4: 0.06278026905829596}, 'edge_length_total': 85150.92199999992, 'edge_length_avg': 153.9799674502711, 'street_length_total': 42601.47099999999, 'street_length_avg': 153.24270143884888, 'street_segments_count': 278, 'node_density_km': 8.91505053084442, 'intersection_density_km': 6.59633783672345, 'edge_density_km': 3404.146961336283, 'street_density_km': 1703.1133033780407, 'circuity_avg': 1.0638530641145787, 'self_loop_proportion': 0.003616636528028933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638530641145787\n", - "1315\n", - "8000442.664283671\n", - "{'n': 102, 'm': 273, 'k_avg': 5.352941176470588, 'intersection_count': 93, 'streets_per_node_avg': 3.019607843137255, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 73, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08823529411764706, 2: 0.0, 3: 0.7156862745098039, 4: 0.19607843137254902}, 'edge_length_total': 68780.03000000001, 'edge_length_avg': 251.94150183150188, 'street_length_total': 35900.40999999999, 'street_length_avg': 254.61283687943254, 'street_segments_count': 141, 'node_density_km': 12.749294542832985, 'intersection_density_km': 11.624356789053603, 'edge_density_km': 8597.02805034205, 'street_density_km': 4487.302953906536, 'circuity_avg': 1.0453602371029367, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453602371029367\n", - "1316\n", - "10005967.288249992\n", - "{'n': 267, 'm': 781, 'k_avg': 5.850187265917603, 'intersection_count': 242, 'streets_per_node_avg': 3.0749063670411987, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 172, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09363295880149813, 2: 0.0, 3: 0.6441947565543071, 4: 0.26217228464419473}, 'edge_length_total': 126961.20199999998, 'edge_length_avg': 162.56235851472468, 'street_length_total': 64362.67899999997, 'street_length_avg': 162.94349113924042, 'street_segments_count': 395, 'node_density_km': 26.68407684217978, 'intersection_density_km': 24.18556777455995, 'edge_density_km': 12688.548577316511, 'street_density_km': 6432.429483912172, 'circuity_avg': 1.0315934349456912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315934349456912\n", - "1317\n", - "9000042.884448195\n", - "{'n': 425, 'm': 1101, 'k_avg': 5.181176470588236, 'intersection_count': 312, 'streets_per_node_avg': 2.6588235294117646, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 232, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26588235294117646, 2: 0.0, 3: 0.5458823529411765, 4: 0.18588235294117647, 5: 0.002352941176470588}, 'edge_length_total': 131709.97099999982, 'edge_length_avg': 119.62758492279728, 'street_length_total': 65885.98700000001, 'street_length_avg': 119.35867210144929, 'street_segments_count': 552, 'node_density_km': 47.221997212300764, 'intersection_density_km': 34.66650148291256, 'edge_density_km': 14634.371490339308, 'street_density_km': 7320.630339867494, 'circuity_avg': 1.028264195180552, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028264195180552\n", - "1318\n", - "12001153.710250067\n", - "{'n': 679, 'm': 1725, 'k_avg': 5.08100147275405, 'intersection_count': 575, 'streets_per_node_avg': 2.799705449189985, 'streets_per_node_counts': {0: 0, 1: 104, 2: 1, 3: 505, 4: 65, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15316642120765833, 2: 0.0014727540500736377, 3: 0.7437407952871871, 4: 0.09572901325478646, 5: 0.005891016200294551}, 'edge_length_total': 185382.52, 'edge_length_avg': 107.46812753623188, 'street_length_total': 95219.3120000001, 'street_length_avg': 102.60701724137942, 'street_segments_count': 928, 'node_density_km': 56.57789379200041, 'intersection_density_km': 47.912060280412724, 'edge_density_km': 15447.058214217072, 'street_density_km': 7934.179854614664, 'circuity_avg': 1.0513184675891114, 'self_loop_proportion': 0.002318840579710145, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513184675891114\n", - "1319\n", - "9004502.853819547\n", - "{'n': 272, 'm': 640, 'k_avg': 4.705882352941177, 'intersection_count': 212, 'streets_per_node_avg': 2.5845588235294117, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 205, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22058823529411764, 2: 0.0, 3: 0.7536764705882353, 4: 0.025735294117647058}, 'edge_length_total': 111865.54000000005, 'edge_length_avg': 174.7899062500001, 'street_length_total': 56035.824999999975, 'street_length_avg': 174.02430124223594, 'street_segments_count': 322, 'node_density_km': 30.20710908927332, 'intersection_density_km': 23.543776201933618, 'edge_density_km': 12423.288860700257, 'street_density_km': 6223.089259861869, 'circuity_avg': 1.0656807139206077, 'self_loop_proportion': 0.00625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656807139206077\n", - "1320\n", - "23008869.255837414\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 882, 'm': 2192, 'k_avg': 4.970521541950113, 'intersection_count': 650, 'streets_per_node_avg': 2.5408163265306123, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 591, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26303854875283444, 2: 0.0, 3: 0.6700680272108843, 4: 0.06689342403628118}, 'edge_length_total': 277853.2139999999, 'edge_length_avg': 126.75785310218974, 'street_length_total': 138926.60699999993, 'street_length_avg': 126.75785310218971, 'street_segments_count': 1096, 'node_density_km': 38.333044105426175, 'intersection_density_km': 28.24997581465648, 'edge_density_km': 12075.917808499336, 'street_density_km': 6037.958904249667, 'circuity_avg': 1.067733951479946, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067733951479946\n", - "1321\n", - "11001313.29560406\n", - "{'n': 229, 'm': 536, 'k_avg': 4.681222707423581, 'intersection_count': 165, 'streets_per_node_avg': 2.489082969432314, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 154, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2794759825327511, 2: 0.0, 3: 0.6724890829694323, 4: 0.048034934497816595}, 'edge_length_total': 100051.68400000011, 'edge_length_avg': 186.66358955223902, 'street_length_total': 50025.84199999996, 'street_length_avg': 186.66358955223865, 'street_segments_count': 268, 'node_density_km': 20.815696621557407, 'intersection_density_km': 14.998209356143983, 'edge_density_km': 9094.52183676826, 'street_density_km': 4547.260918384121, 'circuity_avg': 1.075117919832681, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075117919832681\n", - "1322\n", - "10002905.704870377\n", - "{'n': 484, 'm': 1348, 'k_avg': 5.570247933884297, 'intersection_count': 417, 'streets_per_node_avg': 2.8801652892561984, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 342, 4: 74, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1384297520661157, 2: 0.0, 3: 0.7066115702479339, 4: 0.15289256198347106, 5: 0.002066115702479339}, 'edge_length_total': 150104.53600000055, 'edge_length_avg': 111.35351335311613, 'street_length_total': 75088.45800000007, 'street_length_avg': 111.07760059171608, 'street_segments_count': 676, 'node_density_km': 48.385940473710775, 'intersection_density_km': 41.68788673044916, 'edge_density_km': 15006.093272169426, 'street_density_km': 7506.664584815569, 'circuity_avg': 1.0258520218906992, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258520218906992\n", - "1323\n", - "19022020.066990837\n", - "{'n': 384, 'm': 1022, 'k_avg': 5.322916666666667, 'intersection_count': 336, 'streets_per_node_avg': 2.9140625, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 274, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.7135416666666666, 4: 0.15885416666666666, 5: 0.0026041666666666665}, 'edge_length_total': 207820.40299999964, 'edge_length_avg': 203.3467739726024, 'street_length_total': 104910.15699999989, 'street_length_avg': 198.69347916666646, 'street_segments_count': 528, 'node_density_km': 20.187130422933382, 'intersection_density_km': 17.663739120066708, 'edge_density_km': 10925.254114342626, 'street_density_km': 5515.195369920352, 'circuity_avg': 1.0323809994032496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323809994032496\n", - "1324\n", - "23000258.27324313\n", - "{'n': 1686, 'm': 4262, 'k_avg': 5.055753262158956, 'intersection_count': 1360, 'streets_per_node_avg': 2.7301304863582443, 'streets_per_node_counts': {0: 0, 1: 326, 2: 1, 3: 1165, 4: 190, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1933570581257414, 2: 0.0005931198102016608, 3: 0.6909845788849348, 4: 0.11269276393831554, 5: 0.002372479240806643}, 'edge_length_total': 384238.5560000013, 'edge_length_avg': 90.15451806663569, 'street_length_total': 196883.89099999983, 'street_length_avg': 86.84776841640928, 'street_segments_count': 2267, 'node_density_km': 73.30352468091077, 'intersection_density_km': 59.12977079836219, 'edge_density_km': 16705.83657953951, 'street_density_km': 8560.073050529201, 'circuity_avg': 1.0784700310038078, 'self_loop_proportion': 0.002580947911778508, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784700310038078\n", - "1325\n", - "13999785.437075462\n", - "{'n': 1394, 'm': 3687, 'k_avg': 5.289813486370158, 'intersection_count': 1177, 'streets_per_node_avg': 2.86441893830703, 'streets_per_node_counts': {0: 0, 1: 217, 2: 4, 3: 932, 4: 234, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1556671449067432, 2: 0.0028694404591104736, 3: 0.6685796269727403, 4: 0.1678622668579627, 5: 0.00430416068866571, 6: 0.0007173601147776184}, 'edge_length_total': 310721.98900000093, 'edge_length_avg': 84.27501735828612, 'street_length_total': 162343.14799999987, 'street_length_avg': 82.57535503560523, 'street_segments_count': 1966, 'node_density_km': 99.57295461888198, 'intersection_density_km': 84.07271706343192, 'edge_density_km': 22194.76794102284, 'street_density_km': 11596.116864053392, 'circuity_avg': 1.0719775703304693, 'self_loop_proportion': 0.0032546786004882017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719775703304693\n", - "1326\n", - "7999848.428683279\n", - "{'n': 336, 'm': 878, 'k_avg': 5.226190476190476, 'intersection_count': 289, 'streets_per_node_avg': 2.8125, 'streets_per_node_counts': {0: 0, 1: 47, 2: 3, 3: 253, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13988095238095238, 2: 0.008928571428571428, 3: 0.7529761904761905, 4: 0.09523809523809523, 5: 0.002976190476190476}, 'edge_length_total': 109466.0969999999, 'edge_length_avg': 124.67664806378122, 'street_length_total': 55717.863000000034, 'street_length_avg': 122.72657048458157, 'street_segments_count': 454, 'node_density_km': 42.000795764489666, 'intersection_density_km': 36.12568445219498, 'edge_density_km': 13683.521378669082, 'street_density_km': 6964.864834216717, 'circuity_avg': 1.075915391465561, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075915391465561\n", - "1327\n", - "12001312.673809966\n", - "{'n': 532, 'm': 1426, 'k_avg': 5.360902255639098, 'intersection_count': 427, 'streets_per_node_avg': 2.755639097744361, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 350, 4: 74, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19736842105263158, 2: 0.0, 3: 0.6578947368421053, 4: 0.13909774436090225, 5: 0.005639097744360902}, 'edge_length_total': 196148.7739999999, 'edge_length_avg': 137.55173492286107, 'street_length_total': 98410.74600000007, 'street_length_avg': 137.25348117154823, 'street_segments_count': 717, 'node_density_km': 44.328484263306, 'intersection_density_km': 35.57944131660087, 'edge_density_km': 16343.943311138648, 'street_density_km': 8199.998506393247, 'circuity_avg': 1.0642511766747538, 'self_loop_proportion': 0.002805049088359046, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642511766747538\n", - "1328\n", - "11999654.655173987\n", - "{'n': 310, 'm': 778, 'k_avg': 5.019354838709678, 'intersection_count': 247, 'streets_per_node_avg': 2.638709677419355, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 233, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2032258064516129, 2: 0.0, 3: 0.7516129032258064, 4: 0.04516129032258064}, 'edge_length_total': 120465.92799999999, 'edge_length_avg': 154.8405244215938, 'street_length_total': 60232.96400000005, 'street_length_avg': 154.84052442159395, 'street_segments_count': 389, 'node_density_km': 25.83407680539663, 'intersection_density_km': 20.58392571268699, 'edge_density_km': 10039.116246404452, 'street_density_km': 5019.5581232022305, 'circuity_avg': 1.0573299977900716, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573299977900716\n", - "1329\n", - "11999548.207698805\n", - "{'n': 291, 'm': 792, 'k_avg': 5.443298969072165, 'intersection_count': 253, 'streets_per_node_avg': 2.8419243986254297, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 224, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13058419243986255, 2: 0.0, 3: 0.7697594501718213, 4: 0.09621993127147767, 5: 0.003436426116838488}, 'edge_length_total': 156948.96999999997, 'edge_length_avg': 198.16789141414137, 'street_length_total': 78474.48500000002, 'street_length_avg': 198.16789141414145, 'street_segments_count': 396, 'node_density_km': 24.250913031317044, 'intersection_density_km': 21.084127137193168, 'edge_density_km': 13079.573270875557, 'street_density_km': 6539.78663543778, 'circuity_avg': 1.0398144258293975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398144258293975\n", - "1330\n", - "9010313.43191298\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 153, 'm': 442, 'k_avg': 5.777777777777778, 'intersection_count': 133, 'streets_per_node_avg': 3.0392156862745097, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 88, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13071895424836602, 2: 0.0, 3: 0.5751633986928104, 4: 0.2875816993464052, 5: 0.006535947712418301}, 'edge_length_total': 92783.15200000005, 'edge_length_avg': 209.916633484163, 'street_length_total': 46391.57599999997, 'street_length_avg': 209.91663348416276, 'street_segments_count': 221, 'node_density_km': 16.98054137141338, 'intersection_density_km': 14.760862760771108, 'edge_density_km': 10297.438896118541, 'street_density_km': 5148.719448059265, 'circuity_avg': 1.0916028658822325, 'self_loop_proportion': 0.004524886877828055, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0916028658822325\n", - "1331\n", - "6003325.971000412\n", - "{'n': 108, 'm': 302, 'k_avg': 5.592592592592593, 'intersection_count': 99, 'streets_per_node_avg': 2.9444444444444446, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 87, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.8055555555555556, 4: 0.1111111111111111}, 'edge_length_total': 54903.68600000003, 'edge_length_avg': 181.800284768212, 'street_length_total': 27451.843, 'street_length_avg': 181.80028476821192, 'street_segments_count': 151, 'node_density_km': 17.990027614975997, 'intersection_density_km': 16.49085864706133, 'edge_density_km': 9145.544697258996, 'street_density_km': 4572.772348629495, 'circuity_avg': 1.084771757635224, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084771757635224\n", - "1332\n", - "16002870.774161344\n", - "{'n': 547, 'm': 1524, 'k_avg': 5.572212065813528, 'intersection_count': 462, 'streets_per_node_avg': 2.8848263254113347, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 356, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15539305301645337, 2: 0.0, 3: 0.6508226691042047, 4: 0.19195612431444242, 5: 0.0018281535648994515}, 'edge_length_total': 159881.96900000004, 'edge_length_avg': 104.90942847769031, 'street_length_total': 80122.53800000003, 'street_length_avg': 104.19055656697013, 'street_segments_count': 769, 'node_density_km': 34.18136706341468, 'intersection_density_km': 28.869820079154632, 'edge_density_km': 9990.830473876578, 'street_density_km': 5006.760295119547, 'circuity_avg': 1.0560084122810165, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560084122810165\n", - "1333\n", - "7002940.357212121\n", - "{'n': 204, 'm': 546, 'k_avg': 5.352941176470588, 'intersection_count': 174, 'streets_per_node_avg': 2.803921568627451, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 155, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.7598039215686274, 4: 0.08823529411764706, 5: 0.004901960784313725}, 'edge_length_total': 87099.59000000003, 'edge_length_avg': 159.52305860805865, 'street_length_total': 43549.79499999999, 'street_length_avg': 159.52305860805856, 'street_segments_count': 273, 'node_density_km': 29.130620795578594, 'intersection_density_km': 24.84670597269939, 'edge_density_km': 12437.57415559005, 'street_density_km': 6218.787077795022, 'circuity_avg': 1.0502026582613952, 'self_loop_proportion': 0.003663003663003663, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502026582613952\n", - "1334\n", - "8006470.2337939935\n", - "{'n': 139, 'm': 380, 'k_avg': 5.467625899280575, 'intersection_count': 125, 'streets_per_node_avg': 2.9424460431654675, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 106, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10071942446043165, 2: 0.0, 3: 0.762589928057554, 4: 0.12949640287769784, 5: 0.007194244604316547}, 'edge_length_total': 73683.06800000004, 'edge_length_avg': 193.9028105263159, 'street_length_total': 36841.534, 'street_length_avg': 193.9028105263158, 'street_segments_count': 190, 'node_density_km': 17.360958817195606, 'intersection_density_km': 15.612373037046407, 'edge_density_km': 9202.940353040462, 'street_density_km': 4601.470176520228, 'circuity_avg': 1.0513010795323898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513010795323898\n", - "1335\n", - "15004216.942166613\n", - "{'n': 553, 'm': 1456, 'k_avg': 5.265822784810126, 'intersection_count': 455, 'streets_per_node_avg': 2.7540687160940327, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 395, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17721518987341772, 2: 0.0, 3: 0.7142857142857143, 4: 0.10849909584086799}, 'edge_length_total': 209281.2709999997, 'edge_length_avg': 143.73713667582396, 'street_length_total': 105957.24900000011, 'street_length_avg': 142.41565725806467, 'street_segments_count': 744, 'node_density_km': 36.856305272812634, 'intersection_density_km': 30.324808135858497, 'edge_density_km': 13948.1634934145, 'street_density_km': 7061.831311051402, 'circuity_avg': 1.063327983947581, 'self_loop_proportion': 0.0020604395604395605, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063327983947581\n", - "1336\n", - "8004463.279089197\n", - "{'n': 110, 'm': 256, 'k_avg': 4.654545454545454, 'intersection_count': 78, 'streets_per_node_avg': 2.4363636363636365, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 76, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2909090909090909, 2: 0.0, 3: 0.6909090909090909, 4: 0.01818181818181818}, 'edge_length_total': 57114.737999999976, 'edge_length_avg': 223.1044453124999, 'street_length_total': 28557.368999999995, 'street_length_avg': 223.10444531249996, 'street_segments_count': 128, 'node_density_km': 13.742333016551305, 'intersection_density_km': 9.74456341173638, 'edge_density_km': 7135.361361355246, 'street_density_km': 3567.680680677624, 'circuity_avg': 1.1196334923437012, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1196334923437012\n", - "1337\n", - "7000397.325976948\n", - "{'n': 191, 'm': 484, 'k_avg': 5.0680628272251305, 'intersection_count': 155, 'streets_per_node_avg': 2.701570680628272, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 140, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18848167539267016, 2: 0.0, 3: 0.7329842931937173, 4: 0.07853403141361257}, 'edge_length_total': 77662.05399999997, 'edge_length_avg': 160.4587892561983, 'street_length_total': 38831.02699999998, 'street_length_avg': 160.45878925619826, 'street_segments_count': 242, 'node_density_km': 27.284165613177503, 'intersection_density_km': 22.14160036671473, 'edge_density_km': 11093.949440814313, 'street_density_km': 5546.9747204071555, 'circuity_avg': 1.054380612147755, 'self_loop_proportion': 0.008264462809917356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054380612147755\n", - "1338\n", - "7002814.954453434\n", - "{'n': 340, 'm': 896, 'k_avg': 5.270588235294118, 'intersection_count': 278, 'streets_per_node_avg': 2.8147058823529414, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 217, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18235294117647058, 2: 0.0, 3: 0.638235294117647, 4: 0.17941176470588235}, 'edge_length_total': 109556.92900000003, 'edge_length_avg': 122.27335825892861, 'street_length_total': 54926.53600000001, 'street_length_avg': 120.98355947136565, 'street_segments_count': 454, 'node_density_km': 48.551904085910095, 'intersection_density_km': 39.698321576126496, 'edge_density_km': 15644.698555161365, 'street_density_km': 7843.493846009672, 'circuity_avg': 1.0564227326301399, 'self_loop_proportion': 0.004464285714285714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564227326301399\n", - "1339\n", - "8006839.480103515\n", - "{'n': 63, 'm': 158, 'k_avg': 5.015873015873016, 'intersection_count': 54, 'streets_per_node_avg': 2.7936507936507935, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 49, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7777777777777778, 4: 0.07936507936507936}, 'edge_length_total': 33119.48399999998, 'edge_length_avg': 209.61698734177205, 'street_length_total': 16559.742000000002, 'street_length_avg': 209.6169873417722, 'street_segments_count': 79, 'node_density_km': 7.868273137803121, 'intersection_density_km': 6.744234118116961, 'edge_density_km': 4136.399147541272, 'street_density_km': 2068.1995737706375, 'circuity_avg': 1.0490243668458652, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490243668458652\n", - "1340\n", - "160016987.05837223\n", - "error with entry 1340\n", - "1341\n", - "39025504.87927198\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1265, 'm': 3351, 'k_avg': 5.298023715415019, 'intersection_count': 1016, 'streets_per_node_avg': 2.7343873517786563, 'streets_per_node_counts': {0: 0, 1: 249, 2: 0, 3: 858, 4: 154, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19683794466403162, 2: 0.0, 3: 0.6782608695652174, 4: 0.12173913043478261, 5: 0.0031620553359683794}, 'edge_length_total': 459580.1400000013, 'edge_length_avg': 137.14716204118213, 'street_length_total': 230932.80400000061, 'street_length_avg': 135.28576684241395, 'street_segments_count': 1707, 'node_density_km': 32.41469915413939, 'intersection_density_km': 26.034256395735667, 'edge_density_km': 11776.404723570991, 'street_density_km': 5917.484084175381, 'circuity_avg': 1.0648298616606362, 'self_loop_proportion': 0.0029841838257236644, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648298616606362\n", - "1342\n", - "13000011.724936904\n", - "{'n': 645, 'm': 1742, 'k_avg': 5.401550387596899, 'intersection_count': 530, 'streets_per_node_avg': 2.8232558139534882, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 415, 4: 114, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17829457364341086, 2: 0.0, 3: 0.6434108527131783, 4: 0.17674418604651163, 5: 0.0015503875968992248}, 'edge_length_total': 226855.38299999989, 'edge_length_avg': 130.22697072330647, 'street_length_total': 115097.47000000004, 'street_length_avg': 128.60052513966485, 'street_segments_count': 895, 'node_density_km': 49.61533986640543, 'intersection_density_km': 40.769193998751746, 'edge_density_km': 17450.398338090803, 'street_density_km': 8853.643553199077, 'circuity_avg': 1.0269416166389582, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0269416166389582\n", - "1343\n", - "26003726.923467215\n", - "{'n': 2525, 'm': 6685, 'k_avg': 5.295049504950495, 'intersection_count': 1914, 'streets_per_node_avg': 2.6732673267326734, 'streets_per_node_counts': {0: 0, 1: 611, 2: 0, 3: 1539, 4: 355, 5: 18, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24198019801980197, 2: 0.0, 3: 0.6095049504950495, 4: 0.1405940594059406, 5: 0.007128712871287129, 6: 0.0007920792079207921}, 'edge_length_total': 487774.7040000011, 'edge_length_avg': 72.96555033657458, 'street_length_total': 244045.6979999997, 'street_length_avg': 72.95835515695059, 'street_segments_count': 3345, 'node_density_km': 97.10146577955712, 'intersection_density_km': 73.60483386220686, 'edge_density_km': 18757.876724193942, 'street_density_km': 9385.027719998061, 'circuity_avg': 1.0617552383312603, 'self_loop_proportion': 0.0011967090501121915, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0617552383312603\n", - "1344\n", - "12002559.979747215\n", - "{'n': 437, 'm': 1105, 'k_avg': 5.05720823798627, 'intersection_count': 341, 'streets_per_node_avg': 2.6613272311212817, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 297, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21967963386727687, 2: 0.0, 3: 0.6796338672768879, 4: 0.10068649885583524}, 'edge_length_total': 153090.12499999985, 'edge_length_avg': 138.5430995475112, 'street_length_total': 77102.21000000002, 'street_length_avg': 138.17600358422942, 'street_segments_count': 558, 'node_density_km': 36.40889949622261, 'intersection_density_km': 28.410605785381943, 'edge_density_km': 12754.789416451145, 'street_density_km': 6423.813763905378, 'circuity_avg': 1.075555619123743, 'self_loop_proportion': 0.0018099547511312218, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075555619123743\n", - "1345\n", - "7000441.591222541\n", - "{'n': 271, 'm': 758, 'k_avg': 5.594095940959409, 'intersection_count': 235, 'streets_per_node_avg': 2.885608856088561, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 194, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13284132841328414, 2: 0.0, 3: 0.7158671586715867, 4: 0.15129151291512916}, 'edge_length_total': 83630.45999999989, 'edge_length_avg': 110.33042216358824, 'street_length_total': 41815.23, 'street_length_avg': 110.3304221635884, 'street_segments_count': 379, 'node_density_km': 38.71184359852264, 'intersection_density_km': 33.5693108695676, 'edge_density_km': 11946.454935765682, 'street_density_km': 5973.227467882849, 'circuity_avg': 1.0414105299496432, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414105299496432\n", - "1346\n", - "4000824.35869302\n", - "{'n': 127, 'm': 316, 'k_avg': 4.9763779527559056, 'intersection_count': 93, 'streets_per_node_avg': 2.5669291338582676, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 80, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2677165354330709, 2: 0.0, 3: 0.6299212598425197, 4: 0.10236220472440945}, 'edge_length_total': 45598.353999999985, 'edge_length_avg': 144.2985886075949, 'street_length_total': 22799.176999999992, 'street_length_avg': 144.2985886075949, 'street_segments_count': 158, 'node_density_km': 31.743458001112568, 'intersection_density_km': 23.245209402389516, 'edge_density_km': 11397.23964660522, 'street_density_km': 5698.61982330261, 'circuity_avg': 1.0341456723127294, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341456723127294\n", - "1347\n", - "24003251.094508357\n", - "error with entry 1347\n", - "1348\n", - "8999360.719941702\n", - "{'n': 132, 'm': 328, 'k_avg': 4.96969696969697, 'intersection_count': 101, 'streets_per_node_avg': 2.628787878787879, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 88, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23484848484848486, 2: 0.0, 3: 0.6666666666666666, 4: 0.09848484848484848}, 'edge_length_total': 52096.98400000001, 'edge_length_avg': 158.83226829268295, 'street_length_total': 26048.49199999999, 'street_length_avg': 158.83226829268287, 'street_segments_count': 164, 'node_density_km': 14.667708530396045, 'intersection_density_km': 11.223019405833337, 'edge_density_km': 5788.964974429595, 'street_density_km': 2894.4824872147956, 'circuity_avg': 1.058709356825689, 'self_loop_proportion': 0.006097560975609756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058709356825689\n", - "1349\n", - "11997816.777465366\n", - "{'n': 551, 'm': 1459, 'k_avg': 5.295825771324864, 'intersection_count': 491, 'streets_per_node_avg': 2.9201451905626135, 'streets_per_node_counts': {0: 0, 1: 60, 2: 2, 3: 415, 4: 70, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1088929219600726, 2: 0.003629764065335753, 3: 0.7531760435571688, 4: 0.12704174228675136, 5: 0.007259528130671506}, 'edge_length_total': 168923.1989999996, 'edge_length_avg': 115.78012268677148, 'street_length_total': 88637.32199999997, 'street_length_avg': 113.34695907928385, 'street_segments_count': 782, 'node_density_km': 45.92502204525273, 'intersection_density_km': 40.924112203664414, 'edge_density_km': 14079.494805861335, 'street_density_km': 7387.787598697212, 'circuity_avg': 1.0438009301940838, 'self_loop_proportion': 0.0013708019191226869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438009301940838\n", - "1350\n", - "11006084.732068133\n", - "{'n': 258, 'm': 616, 'k_avg': 4.775193798449612, 'intersection_count': 185, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 168, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28294573643410853, 2: 0.0, 3: 0.6511627906976745, 4: 0.06589147286821706}, 'edge_length_total': 106073.43899999994, 'edge_length_avg': 172.19714123376613, 'street_length_total': 53122.18, 'street_length_avg': 171.91644012944985, 'street_segments_count': 309, 'node_density_km': 23.441578570467694, 'intersection_density_km': 16.808883858668697, 'edge_density_km': 9637.708738597716, 'street_density_km': 4826.619210482665, 'circuity_avg': 1.0896826824608712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0896826824608712\n", - "1351\n", - "10003402.052970065\n", - "{'n': 342, 'm': 761, 'k_avg': 4.450292397660819, 'intersection_count': 220, 'streets_per_node_avg': 2.3596491228070176, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 195, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3567251461988304, 2: 0.0, 3: 0.5701754385964912, 4: 0.07309941520467836}, 'edge_length_total': 104412.59000000017, 'edge_length_avg': 137.2044546649148, 'street_length_total': 52343.33100000002, 'street_length_avg': 137.02442670157075, 'street_segments_count': 382, 'node_density_km': 34.18836893579203, 'intersection_density_km': 21.992518028872066, 'edge_density_km': 10437.708036437414, 'street_density_km': 5232.552957766902, 'circuity_avg': 1.0700484621789959, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700484621789959\n", - "1352\n", - "8001315.00401972\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 328, 'm': 848, 'k_avg': 5.170731707317073, 'intersection_count': 268, 'streets_per_node_avg': 2.783536585365854, 'streets_per_node_counts': {0: 0, 1: 60, 2: 2, 3: 215, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18292682926829268, 2: 0.006097560975609756, 3: 0.6554878048780488, 4: 0.15548780487804878}, 'edge_length_total': 95807.14200000004, 'edge_length_avg': 112.9801202830189, 'street_length_total': 48498.22799999999, 'street_length_avg': 109.97330612244895, 'street_segments_count': 441, 'node_density_km': 40.99326171200841, 'intersection_density_km': 33.49449432566541, 'edge_density_km': 11973.924530138886, 'street_density_km': 6061.2821736971155, 'circuity_avg': 1.0633410955223535, 'self_loop_proportion': 0.01179245283018868, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633410955223535\n", - "1353\n", - "6000243.62264395\n", - "{'n': 159, 'm': 454, 'k_avg': 5.710691823899371, 'intersection_count': 140, 'streets_per_node_avg': 3.050314465408805, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 94, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11949685534591195, 2: 0.0, 3: 0.5911949685534591, 4: 0.2893081761006289}, 'edge_length_total': 70217.64800000003, 'edge_length_avg': 154.66442290748904, 'street_length_total': 35108.82400000002, 'street_length_avg': 154.6644229074891, 'street_segments_count': 227, 'node_density_km': 26.498924043677103, 'intersection_density_km': 23.332385950407513, 'edge_density_km': 11702.466169041863, 'street_density_km': 5851.2330845209335, 'circuity_avg': 1.028710129577775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028710129577775\n", - "1354\n", - "21009929.161810517\n", - "{'n': 1114, 'm': 2807, 'k_avg': 5.039497307001795, 'intersection_count': 845, 'streets_per_node_avg': 2.627468581687612, 'streets_per_node_counts': {0: 0, 1: 269, 2: 3, 3: 717, 4: 124, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2414721723518851, 2: 0.0026929982046678637, 3: 0.6436265709156194, 4: 0.11131059245960502, 5: 0.0008976660682226212}, 'edge_length_total': 327632.243, 'edge_length_avg': 116.71971606697542, 'street_length_total': 166277.7249999996, 'street_length_avg': 116.03469993021605, 'street_segments_count': 1433, 'node_density_km': 53.022549072888054, 'intersection_density_km': 40.21907896462334, 'edge_density_km': 15594.16219239487, 'street_density_km': 7914.244913411727, 'circuity_avg': 1.0762089492251279, 'self_loop_proportion': 0.003562522265764161, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0762089492251279\n", - "1355\n", - "13003400.075235408\n", - "{'n': 235, 'm': 578, 'k_avg': 4.919148936170213, 'intersection_count': 173, 'streets_per_node_avg': 2.523404255319149, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 161, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26382978723404255, 2: 0.0, 3: 0.6851063829787234, 4: 0.05106382978723404}, 'edge_length_total': 66285.55400000003, 'edge_length_avg': 114.68088927335646, 'street_length_total': 33142.77700000001, 'street_length_avg': 114.68088927335643, 'street_segments_count': 289, 'node_density_km': 18.07219639789062, 'intersection_density_km': 13.30421266738331, 'edge_density_km': 5097.555532897808, 'street_density_km': 2548.7777664489035, 'circuity_avg': 1.0331221344362658, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0331221344362658\n", - "1356\n", - "14004411.52864537\n", - "{'n': 254, 'm': 725, 'k_avg': 5.708661417322834, 'intersection_count': 223, 'streets_per_node_avg': 2.968503937007874, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 169, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1220472440944882, 2: 0.0, 3: 0.6653543307086615, 4: 0.2125984251968504}, 'edge_length_total': 146170.86699999997, 'edge_length_avg': 201.6149889655172, 'street_length_total': 73118.63599999998, 'street_length_avg': 201.42874931129472, 'street_segments_count': 363, 'node_density_km': 18.137141962763295, 'intersection_density_km': 15.923553770457538, 'edge_density_km': 10437.48726613855, 'street_density_km': 5221.114493132341, 'circuity_avg': 1.0530445218225812, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530445218225812\n", - "1357\n", - "9000039.095824784\n", - "{'n': 231, 'm': 635, 'k_avg': 5.4978354978354975, 'intersection_count': 207, 'streets_per_node_avg': 2.948051948051948, 'streets_per_node_counts': {0: 0, 1: 24, 2: 1, 3: 169, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1038961038961039, 2: 0.004329004329004329, 3: 0.7316017316017316, 4: 0.16017316017316016}, 'edge_length_total': 86492.32499999998, 'edge_length_avg': 136.20838582677163, 'street_length_total': 43366.09700000002, 'street_length_avg': 133.8459783950618, 'street_segments_count': 324, 'node_density_km': 25.66655517165069, 'intersection_density_km': 22.999900088881787, 'edge_density_km': 9610.216586739574, 'street_density_km': 4818.434291037472, 'circuity_avg': 1.0604555451575033, 'self_loop_proportion': 0.0031496062992125984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604555451575033\n", - "1358\n", - "8008647.2206510985\n", - "{'n': 266, 'm': 688, 'k_avg': 5.172932330827067, 'intersection_count': 211, 'streets_per_node_avg': 2.7293233082706765, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 173, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20676691729323307, 2: 0.0, 3: 0.650375939849624, 4: 0.14285714285714285}, 'edge_length_total': 95162.77799999996, 'edge_length_avg': 138.3179912790697, 'street_length_total': 47581.38899999998, 'street_length_avg': 138.3179912790697, 'street_segments_count': 344, 'node_density_km': 33.21409879487417, 'intersection_density_km': 26.346521976385144, 'edge_density_km': 11882.503421378482, 'street_density_km': 5941.251710689241, 'circuity_avg': 1.0357344208053054, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357344208053054\n", - "1359\n", - "9000533.911790937\n", - "{'n': 148, 'm': 390, 'k_avg': 5.27027027027027, 'intersection_count': 127, 'streets_per_node_avg': 2.8175675675675675, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 112, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14189189189189189, 2: 0.0, 3: 0.7567567567567568, 4: 0.10135135135135136}, 'edge_length_total': 74806.62800000003, 'edge_length_avg': 191.81186666666673, 'street_length_total': 37403.31399999999, 'street_length_avg': 191.81186666666662, 'street_segments_count': 195, 'node_density_km': 16.443468959782052, 'intersection_density_km': 14.110274039812976, 'edge_density_km': 8311.3544966484, 'street_density_km': 4155.677248324198, 'circuity_avg': 1.0855095293287107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855095293287107\n", - "1360\n", - "9006341.347440386\n", - "{'n': 134, 'm': 302, 'k_avg': 4.507462686567164, 'intersection_count': 91, 'streets_per_node_avg': 2.4328358208955225, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 81, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3208955223880597, 2: 0.0, 3: 0.6044776119402985, 4: 0.07462686567164178}, 'edge_length_total': 69148.10600000012, 'edge_length_avg': 228.96723841059642, 'street_length_total': 34574.05299999999, 'street_length_avg': 228.96723841059597, 'street_segments_count': 151, 'node_density_km': 14.878405651156333, 'intersection_density_km': 10.103991897427063, 'edge_density_km': 7677.713216993723, 'street_density_km': 3838.8566084968543, 'circuity_avg': 1.0499214902160696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499214902160696\n", - "1361\n", - "14999554.192939352\n", - "{'n': 613, 'm': 1642, 'k_avg': 5.357259380097879, 'intersection_count': 524, 'streets_per_node_avg': 2.838499184339315, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 445, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14518760195758565, 2: 0.0, 3: 0.7259380097879282, 4: 0.12887438825448613}, 'edge_length_total': 195614.8160000003, 'edge_length_avg': 119.13204384896487, 'street_length_total': 98760.16600000013, 'street_length_avg': 118.55962304921984, 'street_segments_count': 833, 'node_density_km': 40.86788127933521, 'intersection_density_km': 34.93437159930122, 'edge_density_km': 13041.37532914684, 'street_density_km': 6584.206752390608, 'circuity_avg': 1.092155019723477, 'self_loop_proportion': 0.0048721071863581, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092155019723477\n", - "1362\n", - "6005159.4626344275\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 115, 'm': 324, 'k_avg': 5.6347826086956525, 'intersection_count': 105, 'streets_per_node_avg': 2.9391304347826086, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 92, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.8, 4: 0.11304347826086956}, 'edge_length_total': 45763.52400000003, 'edge_length_avg': 141.24544444444453, 'street_length_total': 22881.762000000006, 'street_length_avg': 141.24544444444447, 'street_segments_count': 162, 'node_density_km': 19.150199210455302, 'intersection_density_km': 17.484964496502666, 'edge_density_km': 7620.7008797604585, 'street_density_km': 3810.3504398802284, 'circuity_avg': 1.09229053738416, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.09229053738416\n", - "1363\n", - "7000090.768936444\n", - "{'n': 143, 'm': 420, 'k_avg': 5.874125874125874, 'intersection_count': 137, 'streets_per_node_avg': 3.111888111888112, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 109, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04195804195804196, 2: 0.0, 3: 0.7622377622377622, 4: 0.1958041958041958}, 'edge_length_total': 76000.28799999994, 'edge_length_avg': 180.95306666666653, 'street_length_total': 38000.144000000015, 'street_length_avg': 180.95306666666673, 'street_segments_count': 210, 'node_density_km': 20.428306534906067, 'intersection_density_km': 19.571174792182735, 'edge_density_km': 10857.043216819175, 'street_density_km': 5428.521608409594, 'circuity_avg': 1.0446034098920536, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446034098920536\n", - "1364\n", - "95992565.77656685\n", - "error with entry 1364\n", - "1365\n", - "9004765.202555666\n", - "{'n': 282, 'm': 776, 'k_avg': 5.50354609929078, 'intersection_count': 238, 'streets_per_node_avg': 2.8900709219858154, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 181, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15602836879432624, 2: 0.0, 3: 0.6418439716312057, 4: 0.20212765957446807}, 'edge_length_total': 121303.86600000007, 'edge_length_avg': 156.3194149484537, 'street_length_total': 60651.93299999997, 'street_length_avg': 156.31941494845353, 'street_segments_count': 388, 'node_density_km': 31.316752148069874, 'intersection_density_km': 26.43045039447032, 'edge_density_km': 13471.074844413768, 'street_density_km': 6735.537422206877, 'circuity_avg': 1.0457808898768395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457808898768395\n", - "1366\n", - "7999180.177618164\n", - "{'n': 322, 'm': 834, 'k_avg': 5.180124223602484, 'intersection_count': 264, 'streets_per_node_avg': 2.770186335403727, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 225, 4: 36, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18012422360248448, 2: 0.0, 3: 0.6987577639751553, 4: 0.11180124223602485, 5: 0.009316770186335404}, 'edge_length_total': 100912.70999999989, 'edge_length_avg': 120.99845323740993, 'street_length_total': 50717.63900000002, 'street_length_avg': 118.77667213114758, 'street_segments_count': 427, 'node_density_km': 40.25412515409532, 'intersection_density_km': 33.00338211391666, 'edge_density_km': 12615.38154651839, 'street_density_km': 6340.354620578343, 'circuity_avg': 1.0471559183230694, 'self_loop_proportion': 0.002398081534772182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471559183230694\n", - "1367\n", - "13999237.742523862\n", - "{'n': 577, 'm': 1482, 'k_avg': 5.136915077989602, 'intersection_count': 464, 'streets_per_node_avg': 2.6897746967071057, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 417, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19584055459272098, 2: 0.0, 3: 0.7227036395147314, 4: 0.08145580589254767}, 'edge_length_total': 163491.99999999994, 'edge_length_avg': 110.3184885290148, 'street_length_total': 81857.36600000007, 'street_length_avg': 109.58148058902285, 'street_segments_count': 747, 'node_density_km': 41.216529829143056, 'intersection_density_km': 33.14466176901625, 'edge_density_km': 11678.635866250006, 'street_density_km': 5847.273080544338, 'circuity_avg': 1.053107923022815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053107923022815\n", - "1368\n", - "18000632.731642235\n", - "{'n': 656, 'm': 1798, 'k_avg': 5.4817073170731705, 'intersection_count': 555, 'streets_per_node_avg': 2.8338414634146343, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 462, 4: 93}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15396341463414634, 2: 0.0, 3: 0.7042682926829268, 4: 0.14176829268292682}, 'edge_length_total': 248610.21800000028, 'edge_length_avg': 138.27042157953298, 'street_length_total': 124305.10899999995, 'street_length_avg': 138.27042157953275, 'street_segments_count': 899, 'node_density_km': 36.44316340318731, 'intersection_density_km': 30.83224952556244, 'edge_density_km': 13811.193290054925, 'street_density_km': 6905.596645027452, 'circuity_avg': 1.0430748726905505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430748726905505\n", - "1369\n", - "18997710.35391468\n", - "{'n': 570, 'm': 1730, 'k_avg': 6.0701754385964914, 'intersection_count': 520, 'streets_per_node_avg': 3.126315789473684, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 350, 4: 168, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08771929824561403, 2: 0.0, 3: 0.6140350877192983, 4: 0.29473684210526313, 5: 0.0035087719298245615}, 'edge_length_total': 253123.95500000045, 'edge_length_avg': 146.31442485549158, 'street_length_total': 126807.798, 'street_length_avg': 146.26043598615917, 'street_segments_count': 867, 'node_density_km': 30.00361566637663, 'intersection_density_km': 27.37171955529096, 'edge_density_km': 13323.919055742503, 'street_density_km': 6674.899008230742, 'circuity_avg': 1.0338155093039527, 'self_loop_proportion': 0.0023121387283236996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338155093039527\n", - "1370\n", - "9000606.966086784\n", - "{'n': 276, 'm': 722, 'k_avg': 5.231884057971015, 'intersection_count': 227, 'streets_per_node_avg': 2.753623188405797, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 198, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17753623188405798, 2: 0.0, 3: 0.717391304347826, 4: 0.10144927536231885, 5: 0.0036231884057971015}, 'edge_length_total': 105219.34399999995, 'edge_length_avg': 145.733163434903, 'street_length_total': 52768.38599999999, 'street_length_avg': 144.9680934065934, 'street_segments_count': 364, 'node_density_km': 30.66459862539661, 'intersection_density_km': 25.220521333206634, 'edge_density_km': 11690.249823867869, 'street_density_km': 5862.758611594194, 'circuity_avg': 1.0591359678931118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0591359678931118\n", - "1371\n", - "7999653.998530833\n", - "{'n': 244, 'm': 664, 'k_avg': 5.442622950819672, 'intersection_count': 199, 'streets_per_node_avg': 2.8442622950819674, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 147, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18442622950819673, 2: 0.0, 3: 0.6024590163934426, 4: 0.21311475409836064}, 'edge_length_total': 103733.15400000004, 'edge_length_avg': 156.22462951807233, 'street_length_total': 51866.57700000002, 'street_length_avg': 156.22462951807233, 'street_segments_count': 332, 'node_density_km': 30.501319187656307, 'intersection_density_km': 24.87607589485084, 'edge_density_km': 12967.205084001262, 'street_density_km': 6483.602542000631, 'circuity_avg': 1.0624454277719961, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624454277719961\n", - "1372\n", - "38997355.737278976\n", - "{'n': 2075, 'm': 5603, 'k_avg': 5.400481927710843, 'intersection_count': 1685, 'streets_per_node_avg': 2.8110843373493974, 'streets_per_node_counts': {0: 0, 1: 390, 2: 1, 3: 1303, 4: 374, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18795180722891566, 2: 0.00048192771084337347, 3: 0.6279518072289156, 4: 0.18024096385542168, 5: 0.002891566265060241, 6: 0.00048192771084337347}, 'edge_length_total': 757612.2329999959, 'edge_length_avg': 135.21546189541243, 'street_length_total': 384845.4930000005, 'street_length_avg': 134.60842707240312, 'street_segments_count': 2859, 'node_density_km': 53.20873584299032, 'intersection_density_km': 43.20805778093431, 'edge_density_km': 19427.271892585457, 'street_density_km': 9868.502254169834, 'circuity_avg': 1.0485049196822194, 'self_loop_proportion': 0.001784758165268606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485049196822194\n", - "1373\n", - "6002887.625259545\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 405, 'm': 1021, 'k_avg': 5.041975308641975, 'intersection_count': 303, 'streets_per_node_avg': 2.602469135802469, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 260, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2518518518518518, 2: 0.0, 3: 0.6419753086419753, 4: 0.10617283950617284}, 'edge_length_total': 79788.02400000002, 'edge_length_avg': 78.14693829578846, 'street_length_total': 40163.170000000035, 'street_length_avg': 77.68504835589948, 'street_segments_count': 517, 'node_density_km': 67.46752984277116, 'intersection_density_km': 50.47570751199916, 'edge_density_km': 13291.607136582079, 'street_density_km': 6690.641655692082, 'circuity_avg': 1.0831289667917832, 'self_loop_proportion': 0.005876591576885406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831289667917832\n", - "1374\n", - "6001174.679494859\n", - "{'n': 317, 'm': 844, 'k_avg': 5.3249211356466875, 'intersection_count': 273, 'streets_per_node_avg': 2.7981072555205047, 'streets_per_node_counts': {0: 0, 1: 44, 2: 3, 3: 243, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.138801261829653, 2: 0.00946372239747634, 3: 0.7665615141955836, 4: 0.08517350157728706}, 'edge_length_total': 76845.88700000006, 'edge_length_avg': 91.0496291469195, 'street_length_total': 39016.65000000002, 'street_length_avg': 89.69344827586212, 'street_segments_count': 435, 'node_density_km': 52.82299165247479, 'intersection_density_km': 45.49109375749406, 'edge_density_km': 12805.140843936986, 'street_density_km': 6501.502136459091, 'circuity_avg': 1.0541442333949909, 'self_loop_proportion': 0.004739336492890996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0541442333949909\n", - "1375\n", - "26002779.76962104\n", - "{'n': 1893, 'm': 4672, 'k_avg': 4.93608029582673, 'intersection_count': 1484, 'streets_per_node_avg': 2.6872688853671423, 'streets_per_node_counts': {0: 0, 1: 409, 2: 6, 3: 1257, 4: 212, 5: 7, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21605916534601163, 2: 0.003169572107765452, 3: 0.6640253565768621, 4: 0.11199154780771263, 5: 0.0036978341257263604, 6: 0.0010565240359218173}, 'edge_length_total': 401059.29099999886, 'edge_length_avg': 85.84317016267099, 'street_length_total': 210031.0420000001, 'street_length_avg': 83.71105699481869, 'street_segments_count': 2509, 'node_density_km': 72.7999089624866, 'intersection_density_km': 57.070821394786115, 'edge_density_km': 15423.708332466635, 'street_density_km': 8077.253426780881, 'circuity_avg': 1.1035399496483569, 'self_loop_proportion': 0.0059931506849315065, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1035399496483569\n", - "1376\n", - "6999319.915584386\n", - "{'n': 161, 'm': 420, 'k_avg': 5.217391304347826, 'intersection_count': 130, 'streets_per_node_avg': 2.732919254658385, 'streets_per_node_counts': {0: 0, 1: 31, 2: 1, 3: 109, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19254658385093168, 2: 0.006211180124223602, 3: 0.6770186335403726, 4: 0.12422360248447205}, 'edge_length_total': 54179.12600000005, 'edge_length_avg': 128.99791904761915, 'street_length_total': 27569.861, 'street_length_avg': 129.43596713615023, 'street_segments_count': 213, 'node_density_km': 23.002234780199757, 'intersection_density_km': 18.57323305233521, 'edge_density_km': 7740.627182844883, 'street_density_km': 3938.934258257596, 'circuity_avg': 1.0368605152341852, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368605152341852\n", - "1377\n", - "42040209.5865162\n", - "{'n': 388, 'm': 858, 'k_avg': 4.422680412371134, 'intersection_count': 247, 'streets_per_node_avg': 2.306701030927835, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 237, 4: 8, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3634020618556701, 2: 0.0, 3: 0.6108247422680413, 4: 0.020618556701030927, 5: 0.002577319587628866, 6: 0.002577319587628866}, 'edge_length_total': 148721.6119999998, 'edge_length_avg': 173.33521212121187, 'street_length_total': 74360.80600000004, 'street_length_avg': 173.3352121212122, 'street_segments_count': 429, 'node_density_km': 9.229259411790505, 'intersection_density_km': 5.8753275121449855, 'edge_density_km': 3537.6039620815814, 'street_density_km': 1768.8019810407943, 'circuity_avg': 1.0692992502424943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692992502424943\n", - "1378\n", - "40996334.87903579\n", - "{'n': 1304, 'm': 3315, 'k_avg': 5.0843558282208585, 'intersection_count': 985, 'streets_per_node_avg': 2.6134969325153374, 'streets_per_node_counts': {0: 0, 1: 319, 2: 0, 3: 852, 4: 132, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2446319018404908, 2: 0.0, 3: 0.6533742331288344, 4: 0.10122699386503067, 5: 0.0007668711656441718}, 'edge_length_total': 464298.87599999976, 'edge_length_avg': 140.05999276018093, 'street_length_total': 233558.16999999972, 'street_length_avg': 139.35451670644375, 'street_segments_count': 1676, 'node_density_km': 31.807721442602023, 'intersection_density_km': 24.02653805288573, 'edge_density_km': 11325.375240737125, 'street_density_km': 5697.050009205429, 'circuity_avg': 1.076055686253892, 'self_loop_proportion': 0.0024132730015082957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076055686253892\n", - "1379\n", - "10000098.170368567\n", - "{'n': 240, 'm': 664, 'k_avg': 5.533333333333333, 'intersection_count': 208, 'streets_per_node_avg': 3.0083333333333333, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 144, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.6, 4: 0.25833333333333336, 5: 0.008333333333333333}, 'edge_length_total': 114783.61099999998, 'edge_length_avg': 172.86688403614454, 'street_length_total': 59348.61799999997, 'street_length_avg': 171.52779768786118, 'street_segments_count': 346, 'node_density_km': 23.9997643934284, 'intersection_density_km': 20.799795807637945, 'edge_density_km': 11478.248417612233, 'street_density_km': 5934.80353781493, 'circuity_avg': 1.0295100659217153, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295100659217153\n", - "1380\n", - "29997580.582598425\n", - "{'n': 624, 'm': 1667, 'k_avg': 5.342948717948718, 'intersection_count': 507, 'streets_per_node_avg': 2.8028846153846154, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 397, 4: 109, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6362179487179487, 4: 0.17467948717948717, 5: 0.0016025641025641025}, 'edge_length_total': 312864.0789999996, 'edge_length_avg': 187.68091121775623, 'street_length_total': 158777.37800000017, 'street_length_avg': 186.79691529411784, 'street_segments_count': 850, 'node_density_km': 20.80167759802542, 'intersection_density_km': 16.901363048395655, 'edge_density_km': 10429.643755386454, 'street_density_km': 5293.0061330381695, 'circuity_avg': 1.0435708068042135, 'self_loop_proportion': 0.0011997600479904018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435708068042135\n", - "1381\n", - "46999372.06058043\n", - "{'n': 1114, 'm': 3000, 'k_avg': 5.3859964093357275, 'intersection_count': 925, 'streets_per_node_avg': 2.7980251346499103, 'streets_per_node_counts': {0: 0, 1: 189, 2: 0, 3: 774, 4: 149, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1696588868940754, 2: 0.0, 3: 0.6947935368043088, 4: 0.13375224416517056, 5: 0.0017953321364452424}, 'edge_length_total': 562353.6499999993, 'edge_length_avg': 187.45121666666645, 'street_length_total': 282801.2210000002, 'street_length_avg': 186.4213717864207, 'street_segments_count': 1517, 'node_density_km': 23.7024443340242, 'intersection_density_km': 19.68111401164487, 'edge_density_km': 11965.131135691483, 'street_density_km': 6017.127646630683, 'circuity_avg': 1.0422487770781677, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0422487770781677\n", - "1382\n", - "13003826.579737626\n", - "{'n': 1283, 'm': 3459, 'k_avg': 5.392049883086516, 'intersection_count': 1099, 'streets_per_node_avg': 2.8947778643803583, 'streets_per_node_counts': {0: 0, 1: 184, 2: 3, 3: 864, 4: 229, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14341387373343725, 2: 0.002338269680436477, 3: 0.6734216679657054, 4: 0.17848791893998442, 5: 0.001558846453624318, 6: 0.000779423226812159}, 'edge_length_total': 253236.83899999902, 'edge_length_avg': 73.21099710899075, 'street_length_total': 132403.39599999983, 'street_length_avg': 72.11513943355111, 'street_segments_count': 1836, 'node_density_km': 98.66326593428676, 'intersection_density_km': 84.51358477145841, 'edge_density_km': 19474.02462245913, 'street_density_km': 10181.87955584619, 'circuity_avg': 1.0529670512355094, 'self_loop_proportion': 0.004625614339404453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529670512355094\n", - "1383\n", - "9004321.348015683\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 172, 'm': 424, 'k_avg': 4.930232558139535, 'intersection_count': 143, 'streets_per_node_avg': 2.686046511627907, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 139, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1686046511627907, 2: 0.0, 3: 0.8081395348837209, 4: 0.023255813953488372}, 'edge_length_total': 69108.76999999989, 'edge_length_avg': 162.99238207547143, 'street_length_total': 34554.385, 'street_length_avg': 162.9923820754717, 'street_segments_count': 212, 'node_density_km': 19.101939319158607, 'intersection_density_km': 15.881263503719074, 'edge_density_km': 7675.067040474922, 'street_density_km': 3837.5335202374677, 'circuity_avg': 1.0488120363139057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488120363139057\n", - "1384\n", - "15011561.053804567\n", - "{'n': 214, 'm': 548, 'k_avg': 5.121495327102804, 'intersection_count': 179, 'streets_per_node_avg': 2.7616822429906542, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 160, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16355140186915887, 2: 0.0, 3: 0.7476635514018691, 4: 0.08878504672897196}, 'edge_length_total': 106272.64600000001, 'edge_length_avg': 193.92818613138687, 'street_length_total': 53136.32299999999, 'street_length_avg': 193.9281861313868, 'street_segments_count': 274, 'node_density_km': 14.255679288315143, 'intersection_density_km': 11.924142956114068, 'edge_density_km': 7079.386721946949, 'street_density_km': 3539.693360973474, 'circuity_avg': 1.0286237531641595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0286237531641595\n", - "1385\n", - "15000076.896273442\n", - "{'n': 470, 'm': 1360, 'k_avg': 5.787234042553192, 'intersection_count': 404, 'streets_per_node_avg': 2.9829787234042553, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 284, 4: 116, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14042553191489363, 2: 0.0, 3: 0.6042553191489362, 4: 0.24680851063829787, 5: 0.00851063829787234}, 'edge_length_total': 203999.58399999977, 'edge_length_avg': 149.9996941176469, 'street_length_total': 101999.79199999991, 'street_length_avg': 149.99969411764692, 'street_segments_count': 680, 'node_density_km': 31.333172706385586, 'intersection_density_km': 26.933195262510164, 'edge_density_km': 13599.902547878311, 'street_density_km': 6799.9512739391575, 'circuity_avg': 1.0444205293134878, 'self_loop_proportion': 0.0014705882352941176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444205293134878\n", - "1386\n", - "5003565.03220295\n", - "{'n': 116, 'm': 308, 'k_avg': 5.310344827586207, 'intersection_count': 98, 'streets_per_node_avg': 2.810344827586207, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 84, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15517241379310345, 2: 0.0, 3: 0.7241379310344828, 4: 0.1206896551724138}, 'edge_length_total': 58569.672000000006, 'edge_length_avg': 190.16127272727275, 'street_length_total': 29571.045000000002, 'street_length_avg': 189.5579807692308, 'street_segments_count': 156, 'node_density_km': 23.183470036548716, 'intersection_density_km': 19.586035030877365, 'edge_density_km': 11705.588240193849, 'street_density_km': 5909.995135404602, 'circuity_avg': 1.0614073581449637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614073581449637\n", - "1387\n", - "7999420.26602389\n", - "{'n': 193, 'm': 504, 'k_avg': 5.22279792746114, 'intersection_count': 156, 'streets_per_node_avg': 2.7202072538860103, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 136, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19170984455958548, 2: 0.0, 3: 0.7046632124352331, 4: 0.10362694300518134}, 'edge_length_total': 83218.36199999994, 'edge_length_avg': 165.1157976190475, 'street_length_total': 41609.181000000004, 'street_length_avg': 165.11579761904764, 'street_segments_count': 252, 'node_density_km': 24.126748386971624, 'intersection_density_km': 19.501413203977062, 'edge_density_km': 10403.049125129115, 'street_density_km': 5201.524562564562, 'circuity_avg': 1.0361337121935796, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0361337121935796\n", - "1388\n", - "8007852.751586357\n", - "{'n': 311, 'm': 765, 'k_avg': 4.919614147909968, 'intersection_count': 236, 'streets_per_node_avg': 2.620578778135048, 'streets_per_node_counts': {0: 0, 1: 75, 2: 1, 3: 203, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24115755627009647, 2: 0.003215434083601286, 3: 0.6527331189710611, 4: 0.09967845659163987, 5: 0.003215434083601286}, 'edge_length_total': 97344.93400000004, 'edge_length_avg': 127.24827973856215, 'street_length_total': 49690.67999999998, 'street_length_avg': 126.76193877551015, 'street_segments_count': 392, 'node_density_km': 38.8368779556281, 'intersection_density_km': 29.471071374688844, 'edge_density_km': 12156.184313043967, 'street_density_km': 6205.243970071283, 'circuity_avg': 1.0886971347616325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0886971347616325\n", - "1389\n", - "33018290.476403546\n", - "{'n': 2210, 'm': 6188, 'k_avg': 5.6, 'intersection_count': 1863, 'streets_per_node_avg': 2.8819004524886878, 'streets_per_node_counts': {0: 0, 1: 347, 2: 0, 3: 1436, 4: 421, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15701357466063348, 2: 0.0, 3: 0.6497737556561086, 4: 0.19049773755656108, 5: 0.0027149321266968325}, 'edge_length_total': 698431.439, 'edge_length_avg': 112.86868762120233, 'street_length_total': 351691.7959999994, 'street_length_avg': 111.93246212603418, 'street_segments_count': 3142, 'node_density_km': 66.93259911743075, 'intersection_density_km': 56.42327246867579, 'edge_density_km': 21152.864940089272, 'street_density_km': 10651.423526948958, 'circuity_avg': 1.0395150813563607, 'self_loop_proportion': 0.0006464124111182935, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395150813563607\n", - "1390\n", - "21005391.062883753\n", - "{'n': 410, 'm': 1171, 'k_avg': 5.712195121951219, 'intersection_count': 348, 'streets_per_node_avg': 2.897560975609756, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 268, 4: 78, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15121951219512195, 2: 0.0, 3: 0.6536585365853659, 4: 0.1902439024390244, 5: 0.004878048780487805}, 'edge_length_total': 194546.37900000007, 'edge_length_avg': 166.13695900939373, 'street_length_total': 97356.16100000005, 'street_length_avg': 166.13679351535845, 'street_segments_count': 586, 'node_density_km': 19.518798710892106, 'intersection_density_km': 16.567175491196227, 'edge_density_km': 9261.735638131533, 'street_density_km': 4634.817828839526, 'circuity_avg': 1.042358125517967, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042358125517967\n", - "1391\n", - "20000244.743467648\n", - "{'n': 849, 'm': 2251, 'k_avg': 5.302709069493522, 'intersection_count': 698, 'streets_per_node_avg': 2.8044758539458186, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 564, 4: 132, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17785630153121318, 2: 0.0, 3: 0.6643109540636042, 4: 0.15547703180212014, 5: 0.002355712603062426}, 'edge_length_total': 273104.23699999996, 'edge_length_avg': 121.3257383385162, 'street_length_total': 141449.42299999995, 'street_length_avg': 120.8969427350427, 'street_segments_count': 1170, 'node_density_km': 42.44948053834666, 'intersection_density_km': 34.89957292787511, 'edge_density_km': 13655.044750849838, 'street_density_km': 7072.384604003371, 'circuity_avg': 1.0302404500625146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302404500625146\n", - "1392\n", - "13001007.478332568\n", - "{'n': 336, 'm': 824, 'k_avg': 4.904761904761905, 'intersection_count': 281, 'streets_per_node_avg': 2.8095238095238093, 'streets_per_node_counts': {0: 0, 1: 55, 2: 2, 3: 235, 4: 40, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1636904761904762, 2: 0.005952380952380952, 3: 0.6994047619047619, 4: 0.11904761904761904, 5: 0.011904761904761904}, 'edge_length_total': 95594.58900000008, 'edge_length_avg': 116.01285072815544, 'street_length_total': 51925.418, 'street_length_avg': 113.62235886214441, 'street_segments_count': 457, 'node_density_km': 25.844150967528968, 'intersection_density_km': 21.613709588915597, 'edge_density_km': 7352.8600886752565, 'street_density_km': 3993.9533983453753, 'circuity_avg': 1.0483185825491064, 'self_loop_proportion': 0.0048543689320388345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483185825491064\n", - "1393\n", - "7006055.3182117855\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 325, 'm': 790, 'k_avg': 4.861538461538461, 'intersection_count': 249, 'streets_per_node_avg': 2.5907692307692307, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 231, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23384615384615384, 2: 0.0, 3: 0.7107692307692308, 4: 0.052307692307692305, 5: 0.003076923076923077}, 'edge_length_total': 105236.12800000008, 'edge_length_avg': 133.21028860759503, 'street_length_total': 53482.02699999998, 'street_length_avg': 128.87235421686742, 'street_segments_count': 415, 'node_density_km': 46.388443316338595, 'intersection_density_km': 35.54068426390249, 'edge_density_km': 15020.738949412176, 'street_density_km': 7633.686085945814, 'circuity_avg': 1.0627170819105463, 'self_loop_proportion': 0.002531645569620253, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627170819105463\n", - "1394\n", - "7002683.82664153\n", - "{'n': 103, 'm': 228, 'k_avg': 4.427184466019417, 'intersection_count': 75, 'streets_per_node_avg': 2.466019417475728, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 74, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27184466019417475, 2: 0.0, 3: 0.7184466019417476, 4: 0.009708737864077669}, 'edge_length_total': 53071.19000000007, 'edge_length_avg': 232.76837719298274, 'street_length_total': 26535.595000000005, 'street_length_avg': 232.76837719298248, 'street_segments_count': 114, 'node_density_km': 14.70864636328991, 'intersection_density_km': 10.710179390745079, 'edge_density_km': 7578.692871737561, 'street_density_km': 3789.3464358687766, 'circuity_avg': 1.079979588378842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079979588378842\n", - "1395\n", - "10003319.993411627\n", - "{'n': 392, 'm': 892, 'k_avg': 4.551020408163265, 'intersection_count': 273, 'streets_per_node_avg': 2.4260204081632653, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 261, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30357142857142855, 2: 0.0, 3: 0.6658163265306123, 4: 0.02806122448979592, 5: 0.002551020408163265}, 'edge_length_total': 126045.31200000012, 'edge_length_avg': 141.3064035874441, 'street_length_total': 63022.656, 'street_length_avg': 141.30640358744395, 'street_segments_count': 446, 'node_density_km': 39.186989945156064, 'intersection_density_km': 27.29093942609083, 'edge_density_km': 12600.347892801183, 'street_density_km': 6300.173946400585, 'circuity_avg': 1.0784622724480628, 'self_loop_proportion': 0.004484304932735426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784622724480628\n", - "1396\n", - "11002224.035745535\n", - "{'n': 282, 'm': 763, 'k_avg': 5.411347517730497, 'intersection_count': 247, 'streets_per_node_avg': 2.978723404255319, 'streets_per_node_counts': {0: 0, 1: 35, 2: 1, 3: 181, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12411347517730496, 2: 0.0035460992907801418, 3: 0.6418439716312057, 4: 0.23049645390070922}, 'edge_length_total': 128886.8250000001, 'edge_length_avg': 168.92113368283106, 'street_length_total': 65828.79400000004, 'street_length_avg': 166.2343282828284, 'street_segments_count': 396, 'node_density_km': 25.63118139421627, 'intersection_density_km': 22.45000639848021, 'edge_density_km': 11714.615570565997, 'street_density_km': 5983.226099207435, 'circuity_avg': 1.0602834263491103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602834263491103\n", - "1397\n", - "26000163.2589695\n", - "{'n': 1441, 'm': 3980, 'k_avg': 5.523941707147814, 'intersection_count': 1242, 'streets_per_node_avg': 2.914642609299098, 'streets_per_node_counts': {0: 0, 1: 199, 2: 2, 3: 976, 4: 251, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13809854267869534, 2: 0.0013879250520471894, 3: 0.6773074253990284, 4: 0.17418459403192227, 5: 0.009021512838306732}, 'edge_length_total': 464580.6819999998, 'edge_length_avg': 116.72881457286427, 'street_length_total': 235810.04000000033, 'street_length_avg': 115.59315686274526, 'street_segments_count': 2040, 'node_density_km': 55.422728913168875, 'intersection_density_km': 47.76893081898386, 'edge_density_km': 17868.37557028529, 'street_density_km': 9069.559973576355, 'circuity_avg': 1.04404139425884, 'self_loop_proportion': 0.004522613065326633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04404139425884\n", - "1398\n", - "8002888.308744622\n", - "{'n': 223, 'm': 611, 'k_avg': 5.479820627802691, 'intersection_count': 200, 'streets_per_node_avg': 2.9461883408071747, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 167, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1031390134529148, 2: 0.0, 3: 0.7488789237668162, 4: 0.14349775784753363, 5: 0.004484304932735426}, 'edge_length_total': 91724.53400000007, 'edge_length_avg': 150.12198690671042, 'street_length_total': 47850.83500000002, 'street_length_avg': 148.6050776397516, 'street_segments_count': 322, 'node_density_km': 27.864939681381234, 'intersection_density_km': 24.990977292718593, 'edge_density_km': 11461.428731895983, 'street_density_km': 5979.195654613123, 'circuity_avg': 1.0779155911352942, 'self_loop_proportion': 0.0032733224222585926, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779155911352942\n", - "1399\n", - "28023219.096031744\n", - "{'n': 623, 'm': 1536, 'k_avg': 4.930979133226324, 'intersection_count': 469, 'streets_per_node_avg': 2.565008025682183, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 434, 4: 34, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24719101123595505, 2: 0.0, 3: 0.6966292134831461, 4: 0.05457463884430177, 5: 0.0, 6: 0.0016051364365971107}, 'edge_length_total': 302363.41399999964, 'edge_length_avg': 196.8511809895831, 'street_length_total': 151181.7070000001, 'street_length_avg': 196.85118098958347, 'street_segments_count': 768, 'node_density_km': 22.231564398974438, 'intersection_density_km': 16.73612151383469, 'edge_density_km': 10789.745923330274, 'street_density_km': 5394.872961665148, 'circuity_avg': 1.0842197355845675, 'self_loop_proportion': 0.0013020833333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0842197355845675\n", - "1400\n", - "10009751.906877104\n", - "{'n': 216, 'm': 498, 'k_avg': 4.611111111111111, 'intersection_count': 152, 'streets_per_node_avg': 2.4212962962962963, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 149, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2962962962962963, 2: 0.0, 3: 0.6898148148148148, 4: 0.013888888888888888}, 'edge_length_total': 91458.69400000006, 'edge_length_avg': 183.65199598393588, 'street_length_total': 45729.347000000016, 'street_length_avg': 183.65199598393582, 'street_segments_count': 249, 'node_density_km': 21.57895640266561, 'intersection_density_km': 15.185191542616542, 'edge_density_km': 9136.959122549704, 'street_density_km': 4568.479561274851, 'circuity_avg': 1.0697780815142635, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697780815142635\n", - "1401\n", - "13002364.15365714\n", - "error with entry 1401\n", - "1402\n", - "8001623.754396006\n", - "{'n': 370, 'm': 893, 'k_avg': 4.827027027027027, 'intersection_count': 302, 'streets_per_node_avg': 2.7162162162162162, 'streets_per_node_counts': {0: 0, 1: 68, 2: 2, 3: 268, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1837837837837838, 2: 0.005405405405405406, 3: 0.7243243243243244, 4: 0.08378378378378379, 5: 0.002702702702702703}, 'edge_length_total': 104817.17700000003, 'edge_length_avg': 117.37645800671895, 'street_length_total': 53474.13300000004, 'street_length_avg': 110.02908024691367, 'street_segments_count': 486, 'node_density_km': 46.24061457485126, 'intersection_density_km': 37.742339463797514, 'edge_density_km': 13099.488331029637, 'street_density_km': 6682.910199398207, 'circuity_avg': 1.0489647290851507, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489647290851507\n", - "1403\n", - "14002150.152064092\n", - "{'n': 351, 'm': 1018, 'k_avg': 5.800569800569801, 'intersection_count': 321, 'streets_per_node_avg': 3.1025641025641026, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 225, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08547008547008547, 2: 0.0, 3: 0.6410256410256411, 4: 0.27350427350427353}, 'edge_length_total': 179218.52199999985, 'edge_length_avg': 176.04962868369338, 'street_length_total': 91113.17500000002, 'street_length_avg': 176.23438104448746, 'street_segments_count': 517, 'node_density_km': 25.067578635289678, 'intersection_density_km': 22.925050546803384, 'edge_density_km': 12799.357245399971, 'street_density_km': 6507.084555622251, 'circuity_avg': 1.0455999945970826, 'self_loop_proportion': 0.0019646365422396855, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455999945970826\n", - "1404\n", - "13005527.460395986\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 491, 'm': 1360, 'k_avg': 5.539714867617108, 'intersection_count': 423, 'streets_per_node_avg': 2.841140529531568, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 367, 4: 54, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1384928716904277, 2: 0.0, 3: 0.7474541751527495, 4: 0.109979633401222, 5: 0.004073319755600814}, 'edge_length_total': 161886.8820000003, 'edge_length_avg': 119.03447205882375, 'street_length_total': 81219.88299999994, 'street_length_avg': 118.74251900584787, 'street_segments_count': 684, 'node_density_km': 37.753178523145436, 'intersection_density_km': 32.52463241403365, 'edge_density_km': 12447.544514666784, 'street_density_km': 6245.027988855362, 'circuity_avg': 1.0662067274818592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662067274818592\n", - "1405\n", - "154985905.4972427\n", - "{'n': 4478, 'm': 12896, 'k_avg': 5.759714158106298, 'intersection_count': 3910, 'streets_per_node_avg': 2.96985261277356, 'streets_per_node_counts': {0: 0, 1: 568, 2: 1, 3: 2934, 4: 949, 5: 25, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12684234033050468, 2: 0.00022331397945511388, 3: 0.6552032157213041, 4: 0.21192496650290307, 5: 0.005582849486377847, 6: 0.00022331397945511388}, 'edge_length_total': 1996202.361999996, 'edge_length_avg': 154.79236678039672, 'street_length_total': 1008434.5519999992, 'street_length_avg': 154.28925214198276, 'street_segments_count': 6536, 'node_density_km': 28.892949882334086, 'intersection_density_km': 25.22810050020685, 'edge_density_km': 12879.896114395446, 'street_density_km': 6506.621029600268, 'circuity_avg': 1.0407909665742547, 'self_loop_proportion': 0.0007754342431761787, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407909665742547\n", - "1406\n", - "5005153.965202288\n", - "{'n': 159, 'm': 346, 'k_avg': 4.352201257861635, 'intersection_count': 99, 'streets_per_node_avg': 2.2830188679245285, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 93, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37735849056603776, 2: 0.0, 3: 0.5849056603773585, 4: 0.03773584905660377}, 'edge_length_total': 50364.274000000005, 'edge_length_avg': 145.56148554913295, 'street_length_total': 25182.136999999995, 'street_length_avg': 145.56148554913293, 'street_segments_count': 173, 'node_density_km': 31.767254535110762, 'intersection_density_km': 19.77961131431425, 'edge_density_km': 10062.482463107304, 'street_density_km': 5031.24123155365, 'circuity_avg': 1.058344422755553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058344422755553\n", - "1407\n", - "7007558.122094512\n", - "{'n': 105, 'm': 292, 'k_avg': 5.561904761904762, 'intersection_count': 89, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 57, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1523809523809524, 2: 0.0, 3: 0.5428571428571428, 4: 0.3047619047619048}, 'edge_length_total': 58173.73100000001, 'edge_length_avg': 199.2251061643836, 'street_length_total': 29244.585000000017, 'street_length_avg': 196.2723825503357, 'street_segments_count': 149, 'node_density_km': 14.983821492531012, 'intersection_density_km': 12.700572503192953, 'edge_density_km': 8301.569531985882, 'street_density_km': 4173.291821553812, 'circuity_avg': 1.0140399821828752, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0140399821828752\n", - "1408\n", - "13012451.463477839\n", - "{'n': 400, 'm': 1069, 'k_avg': 5.345, 'intersection_count': 336, 'streets_per_node_avg': 2.8625, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 264, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.66, 4: 0.1775, 5: 0.0025}, 'edge_length_total': 171583.60600000006, 'edge_length_avg': 160.5085182413471, 'street_length_total': 88806.58899999996, 'street_length_avg': 160.30070216606492, 'street_segments_count': 554, 'node_density_km': 30.739788050136706, 'intersection_density_km': 25.821421962114833, 'edge_density_km': 13186.109203295417, 'street_density_km': 6824.739308289002, 'circuity_avg': 1.0370418220114368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0370418220114368\n", - "1409\n", - "13014357.971618608\n", - "{'n': 215, 'm': 535, 'k_avg': 4.976744186046512, 'intersection_count': 170, 'streets_per_node_avg': 2.6372093023255814, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 158, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20930232558139536, 2: 0.0, 3: 0.7348837209302326, 4: 0.05581395348837209}, 'edge_length_total': 103671.682, 'edge_length_avg': 193.7788448598131, 'street_length_total': 51862.79000000001, 'street_length_avg': 192.79847583643127, 'street_segments_count': 269, 'node_density_km': 16.520215631755843, 'intersection_density_km': 13.062496080923225, 'edge_density_km': 7965.946704868935, 'street_density_km': 3985.044065416143, 'circuity_avg': 1.0800469136685793, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800469136685793\n", - "1410\n", - "18998856.5048792\n", - "{'n': 510, 'm': 1473, 'k_avg': 5.776470588235294, 'intersection_count': 431, 'streets_per_node_avg': 2.954901960784314, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 296, 4: 135}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15490196078431373, 2: 0.0, 3: 0.5803921568627451, 4: 0.2647058823529412}, 'edge_length_total': 239099.07899999994, 'edge_length_avg': 162.32116700610993, 'street_length_total': 120811.84, 'street_length_avg': 162.16354362416106, 'street_segments_count': 745, 'node_density_km': 26.843720824409832, 'intersection_density_km': 22.685575833962037, 'edge_density_km': 12584.919462842177, 'street_density_km': 6358.900598516213, 'circuity_avg': 1.0490702623056467, 'self_loop_proportion': 0.0013577732518669382, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490702623056467\n", - "1411\n", - "10998888.339129863\n", - "{'n': 559, 'm': 1493, 'k_avg': 5.341681574239714, 'intersection_count': 470, 'streets_per_node_avg': 2.7996422182468694, 'streets_per_node_counts': {0: 0, 1: 89, 2: 1, 3: 404, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1592128801431127, 2: 0.0017889087656529517, 3: 0.7227191413237924, 4: 0.11270125223613596, 5: 0.0035778175313059034}, 'edge_length_total': 176154.15399999978, 'edge_length_avg': 117.98670730073663, 'street_length_total': 88886.16399999998, 'street_length_avg': 116.64850918635167, 'street_segments_count': 762, 'node_density_km': 50.82331802672189, 'intersection_density_km': 42.731591185258125, 'edge_density_km': 16015.632541091472, 'street_density_km': 8081.377068242142, 'circuity_avg': 1.0430450712516746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430450712516746\n", - "1412\n", - "13001371.21897745\n", - "{'n': 884, 'm': 2457, 'k_avg': 5.5588235294117645, 'intersection_count': 765, 'streets_per_node_avg': 2.927601809954751, 'streets_per_node_counts': {0: 0, 1: 119, 2: 2, 3: 588, 4: 174, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1346153846153846, 2: 0.0022624434389140274, 3: 0.665158371040724, 4: 0.19683257918552036, 5: 0.0011312217194570137}, 'edge_length_total': 219785.9280000002, 'edge_length_avg': 89.45296214896223, 'street_length_total': 113964.42199999995, 'street_length_avg': 89.5242906520031, 'street_segments_count': 1273, 'node_density_km': 67.99282822643119, 'intersection_density_km': 58.83994750364237, 'edge_density_km': 16904.82675236514, 'street_density_km': 8765.569421912343, 'circuity_avg': 1.0708337948904345, 'self_loop_proportion': 0.004884004884004884, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708337948904345\n", - "1413\n", - "13999292.598622916\n", - "{'n': 673, 'm': 1701, 'k_avg': 5.054977711738484, 'intersection_count': 553, 'streets_per_node_avg': 2.735512630014859, 'streets_per_node_counts': {0: 0, 1: 120, 2: 2, 3: 490, 4: 58, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17830609212481427, 2: 0.0029717682020802376, 3: 0.7280832095096582, 4: 0.0861812778603269, 5: 0.004457652303120356}, 'edge_length_total': 187187.3349999995, 'edge_length_avg': 110.04546443268636, 'street_length_total': 96379.21200000006, 'street_length_avg': 106.49636685082879, 'street_segments_count': 905, 'node_density_km': 48.07385767950887, 'intersection_density_km': 39.501995983311154, 'edge_density_km': 13371.199557498552, 'street_density_km': 6884.577297104333, 'circuity_avg': 1.0645428189420922, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645428189420922\n", - "1414\n", - "4999521.773463632\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 257, 'm': 719, 'k_avg': 5.595330739299611, 'intersection_count': 220, 'streets_per_node_avg': 2.8910505836575875, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 174, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14396887159533073, 2: 0.0, 3: 0.6770428015564203, 4: 0.17898832684824903}, 'edge_length_total': 65450.66299999996, 'edge_length_avg': 91.03012934631427, 'street_length_total': 32749.91799999997, 'street_length_avg': 90.97199444444436, 'street_segments_count': 360, 'node_density_km': 51.404916639047315, 'intersection_density_km': 44.00420879607163, 'edge_density_km': 13091.384729515083, 'street_density_km': 6550.6101351191965, 'circuity_avg': 1.044194293606372, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044194293606372\n", - "1415\n", - "10999313.289248265\n", - "{'n': 622, 'm': 1714, 'k_avg': 5.511254019292605, 'intersection_count': 533, 'streets_per_node_avg': 2.8842443729903535, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 427, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14308681672025725, 2: 0.0, 3: 0.6864951768488746, 4: 0.17041800643086816}, 'edge_length_total': 197186.78399999955, 'edge_length_avg': 115.04479813302191, 'street_length_total': 98852.51599999997, 'street_length_avg': 113.75433371691597, 'street_segments_count': 869, 'node_density_km': 56.54898479962378, 'intersection_density_km': 48.4575705758834, 'edge_density_km': 17927.190435856388, 'street_density_km': 8987.153415898014, 'circuity_avg': 1.0247753741513366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247753741513366\n", - "1416\n", - "11009263.257553797\n", - "{'n': 383, 'm': 986, 'k_avg': 5.148825065274152, 'intersection_count': 310, 'streets_per_node_avg': 2.6631853785900783, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 293, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1906005221932115, 2: 0.0, 3: 0.7650130548302873, 4: 0.044386422976501305}, 'edge_length_total': 136448.06800000023, 'edge_length_avg': 138.38546450304284, 'street_length_total': 68224.03400000001, 'street_length_avg': 138.3854645030426, 'street_segments_count': 493, 'node_density_km': 34.78888559933489, 'intersection_density_km': 28.15810583758176, 'edge_density_km': 12393.932709927612, 'street_density_km': 6196.966354963797, 'circuity_avg': 1.0343146951309403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343146951309403\n", - "1417\n", - "8000080.197062039\n", - "{'n': 260, 'm': 750, 'k_avg': 5.769230769230769, 'intersection_count': 236, 'streets_per_node_avg': 2.9307692307692306, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 207, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09230769230769231, 2: 0.0, 3: 0.7961538461538461, 4: 0.1076923076923077, 5: 0.0038461538461538464}, 'edge_length_total': 103970.5919999999, 'edge_length_avg': 138.62745599999988, 'street_length_total': 51985.296000000046, 'street_length_avg': 138.6274560000001, 'street_segments_count': 375, 'node_density_km': 32.49967420270147, 'intersection_density_km': 29.499704276298257, 'edge_density_km': 12996.193717930755, 'street_density_km': 6498.096858965389, 'circuity_avg': 1.0209375060841037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0209375060841037\n", - "1418\n", - "12008743.500895947\n", - "{'n': 441, 'm': 1227, 'k_avg': 5.5646258503401365, 'intersection_count': 353, 'streets_per_node_avg': 2.877551020408163, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 234, 4: 116, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19954648526077098, 2: 0.0, 3: 0.5306122448979592, 4: 0.26303854875283444, 5: 0.006802721088435374}, 'edge_length_total': 181941.56200000006, 'edge_length_avg': 148.28163162184194, 'street_length_total': 92024.87600000005, 'street_length_avg': 147.94996141479106, 'street_segments_count': 622, 'node_density_km': 36.723242524673616, 'intersection_density_km': 29.395248551496117, 'edge_density_km': 15150.757611437515, 'street_density_km': 7663.156098981901, 'circuity_avg': 1.0312611601146446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0312611601146446\n", - "1419\n", - "19015682.45952367\n", - "{'n': 568, 'm': 1571, 'k_avg': 5.53169014084507, 'intersection_count': 488, 'streets_per_node_avg': 2.836267605633803, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 421, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14084507042253522, 2: 0.0, 3: 0.7411971830985915, 4: 0.11795774647887323}, 'edge_length_total': 239379.43900000036, 'edge_length_avg': 152.37392679821792, 'street_length_total': 119763.07800000001, 'street_length_avg': 152.37032824427482, 'street_segments_count': 786, 'node_density_km': 29.870082297021487, 'intersection_density_km': 25.663028452370572, 'edge_density_km': 12588.52736469163, 'street_density_km': 6298.121471839091, 'circuity_avg': 1.0614710586058926, 'self_loop_proportion': 0.001273074474856779, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614710586058926\n", - "1420\n", - "37038563.3113504\n", - "{'n': 1837, 'm': 4418, 'k_avg': 4.810016330974415, 'intersection_count': 1358, 'streets_per_node_avg': 2.5721284703320633, 'streets_per_node_counts': {0: 0, 1: 479, 2: 0, 3: 1189, 4: 166, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2607512248230811, 2: 0.0, 3: 0.6472509526401742, 4: 0.09036472509526401, 5: 0.001633097441480675}, 'edge_length_total': 561508.3120000008, 'edge_length_avg': 127.09558895427814, 'street_length_total': 286010.7449999997, 'street_length_avg': 123.8677977479427, 'street_segments_count': 2309, 'node_density_km': 49.596956138875264, 'intersection_density_km': 36.66448907816691, 'edge_density_km': 15160.099685290108, 'street_density_km': 7721.971897121406, 'circuity_avg': 1.0756335235931476, 'self_loop_proportion': 0.006337709370755998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756335235931476\n", - "1421\n", - "588039992.2042236\n", - "error with entry 1421\n", - "1422\n", - "8999451.18287205\n", - "{'n': 374, 'm': 1146, 'k_avg': 6.128342245989304, 'intersection_count': 333, 'streets_per_node_avg': 3.200534759358289, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 176, 4: 157}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10962566844919786, 2: 0.0, 3: 0.47058823529411764, 4: 0.4197860962566845}, 'edge_length_total': 152201.42100000003, 'edge_length_avg': 132.81101308900526, 'street_length_total': 76200.11800000007, 'street_length_avg': 132.29187152777791, 'street_segments_count': 576, 'node_density_km': 41.55808975460692, 'intersection_density_km': 37.002256385786374, 'edge_density_km': 16912.30030667571, 'street_density_km': 8467.196104694229, 'circuity_avg': 1.0258489204625911, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258489204625911\n", - "1423\n", - "10000956.614211263\n", - "{'n': 573, 'm': 1449, 'k_avg': 5.057591623036649, 'intersection_count': 465, 'streets_per_node_avg': 2.7137870855148343, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 413, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18848167539267016, 2: 0.0, 3: 0.7207678883071553, 4: 0.09075043630017451}, 'edge_length_total': 151730.58000000016, 'edge_length_avg': 104.71399585921336, 'street_length_total': 76965.05899999996, 'street_length_avg': 102.89446390374327, 'street_segments_count': 748, 'node_density_km': 57.294519124877766, 'intersection_density_km': 46.49555216940342, 'edge_density_km': 15171.606662545906, 'street_density_km': 7695.769711732711, 'circuity_avg': 1.058859237098288, 'self_loop_proportion': 0.005521048999309869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058859237098288\n", - "1424\n", - "31002987.418720406\n", - "{'n': 369, 'm': 862, 'k_avg': 4.672086720867209, 'intersection_count': 266, 'streets_per_node_avg': 2.4823848238482387, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 251, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2791327913279133, 2: 0.0, 3: 0.6802168021680217, 4: 0.04065040650406504}, 'edge_length_total': 205835.06200000015, 'edge_length_avg': 238.78777494199554, 'street_length_total': 102917.5309999999, 'street_length_avg': 238.78777494199514, 'street_segments_count': 431, 'node_density_km': 11.902078822803645, 'intersection_density_km': 8.57981833838962, 'edge_density_km': 6639.200900869044, 'street_density_km': 3319.6004504345165, 'circuity_avg': 1.0975812677310968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975812677310968\n", - "1425\n", - "13003117.507678896\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 256, 'm': 647, 'k_avg': 5.0546875, 'intersection_count': 209, 'streets_per_node_avg': 2.71875, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 188, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18359375, 2: 0.0, 3: 0.734375, 4: 0.078125, 5: 0.00390625}, 'edge_length_total': 121321.6110000001, 'edge_length_avg': 187.51408191653803, 'street_length_total': 61300.29899999996, 'street_length_avg': 188.0377269938649, 'street_segments_count': 326, 'node_density_km': 19.68758644600582, 'intersection_density_km': 16.07306862193444, 'edge_density_km': 9330.194157543721, 'street_density_km': 4714.277092689466, 'circuity_avg': 1.0546335009619545, 'self_loop_proportion': 0.0030911901081916537, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546335009619545\n", - "1426\n", - "17997994.27988914\n", - "error with entry 1426\n", - "1427\n", - "8002163.424589111\n", - "{'n': 217, 'm': 561, 'k_avg': 5.170506912442396, 'intersection_count': 180, 'streets_per_node_avg': 2.7096774193548385, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 170, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17050691244239632, 2: 0.0, 3: 0.783410138248848, 4: 0.041474654377880185, 5: 0.004608294930875576}, 'edge_length_total': 92156.53499999979, 'edge_length_avg': 164.27189839572154, 'street_length_total': 46433.27900000002, 'street_length_avg': 162.35412237762245, 'street_segments_count': 286, 'node_density_km': 27.117666621653928, 'intersection_density_km': 22.49391701335349, 'edge_density_km': 11516.452502934453, 'street_density_km': 5802.590691577165, 'circuity_avg': 1.0647145361835237, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647145361835237\n", - "1428\n", - "89996296.79818869\n", - "{'n': 7084, 'm': 19096, 'k_avg': 5.391304347826087, 'intersection_count': 6039, 'streets_per_node_avg': 2.902456239412761, 'streets_per_node_counts': {0: 0, 1: 1045, 2: 25, 3: 4616, 4: 1373, 5: 24, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14751552795031056, 2: 0.003529079616036138, 3: 0.6516092603049125, 4: 0.19381705251270467, 5: 0.0033879164313946925, 6: 0.0001411631846414455}, 'edge_length_total': 1698470.9440000127, 'edge_length_avg': 88.94380728948538, 'street_length_total': 883132.9020000034, 'street_length_avg': 86.76028116710908, 'street_segments_count': 10179, 'node_density_km': 78.7143499458144, 'intersection_density_km': 67.1027610562921, 'edge_density_km': 18872.675925863176, 'street_density_km': 9812.991572090752, 'circuity_avg': 1.054659588662693, 'self_loop_proportion': 0.003770423125261835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054659588662693\n", - "1429\n", - "18002164.848064587\n", - "{'n': 748, 'm': 1952, 'k_avg': 5.219251336898396, 'intersection_count': 598, 'streets_per_node_avg': 2.7245989304812834, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 504, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20053475935828877, 2: 0.0, 3: 0.6737967914438503, 4: 0.12566844919786097}, 'edge_length_total': 223129.5119999996, 'edge_length_avg': 114.30815163934406, 'street_length_total': 113612.0460000001, 'street_length_avg': 114.41293655589135, 'street_segments_count': 993, 'node_density_km': 41.5505582974604, 'intersection_density_km': 33.21822708807663, 'edge_density_km': 12394.593310481114, 'street_density_km': 6311.021310984969, 'circuity_avg': 1.0426552207685624, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426552207685624\n", - "1430\n", - "29997905.236423887\n", - "{'n': 2556, 'm': 6728, 'k_avg': 5.264475743348982, 'intersection_count': 2157, 'streets_per_node_avg': 2.821987480438185, 'streets_per_node_counts': {0: 0, 1: 399, 2: 14, 3: 1803, 4: 325, 5: 13, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15610328638497653, 2: 0.005477308294209703, 3: 0.7053990610328639, 4: 0.12715179968701096, 5: 0.005086071987480438, 6: 0.000782472613458529}, 'edge_length_total': 560940.855, 'edge_length_avg': 83.37408665279429, 'street_length_total': 292658.2570000001, 'street_length_avg': 82.16121757439643, 'street_segments_count': 3562, 'node_density_km': 85.20594954398577, 'intersection_density_km': 71.9050208006171, 'edge_density_km': 18699.334189471923, 'street_density_km': 9755.956447407209, 'circuity_avg': 1.0729837034413163, 'self_loop_proportion': 0.004161712247324614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729837034413163\n", - "1431\n", - "20012019.291395046\n", - "{'n': 1936, 'm': 5231, 'k_avg': 5.403925619834711, 'intersection_count': 1625, 'streets_per_node_avg': 2.8202479338842976, 'streets_per_node_counts': {0: 0, 1: 311, 2: 5, 3: 1346, 4: 269, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1606404958677686, 2: 0.0025826446280991736, 3: 0.6952479338842975, 4: 0.13894628099173553, 5: 0.0025826446280991736}, 'edge_length_total': 463122.135999999, 'edge_length_avg': 88.53414949340451, 'street_length_total': 236715.91000000088, 'street_length_avg': 87.640099962977, 'street_segments_count': 2701, 'node_density_km': 96.74186156878528, 'intersection_density_km': 81.20120095520458, 'edge_density_km': 23142.1991582397, 'street_density_km': 11828.686878279505, 'circuity_avg': 1.0509090596393225, 'self_loop_proportion': 0.0015293442936341044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509090596393225\n", - "1432\n", - "5998833.702542087\n", - "{'n': 428, 'm': 1149, 'k_avg': 5.369158878504673, 'intersection_count': 366, 'streets_per_node_avg': 2.8481308411214954, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 311, 4: 52, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14485981308411214, 2: 0.0, 3: 0.7266355140186916, 4: 0.12149532710280374, 5: 0.004672897196261682, 6: 0.002336448598130841}, 'edge_length_total': 115503.48300000011, 'edge_length_avg': 100.52522454308104, 'street_length_total': 59076.86999999995, 'street_length_avg': 100.47086734693869, 'street_segments_count': 588, 'node_density_km': 71.34720201005558, 'intersection_density_km': 61.01185966280455, 'edge_density_km': 19254.32321136923, 'street_density_km': 9848.059294420069, 'circuity_avg': 1.0472609275748404, 'self_loop_proportion': 0.006962576153176675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472609275748404\n", - "1433\n", - "8999636.281211065\n", - "{'n': 356, 'm': 977, 'k_avg': 5.48876404494382, 'intersection_count': 313, 'streets_per_node_avg': 2.9297752808988764, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 252, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12078651685393259, 2: 0.0, 3: 0.7078651685393258, 4: 0.17134831460674158}, 'edge_length_total': 114948.49699999997, 'edge_length_avg': 117.65455168884337, 'street_length_total': 57797.93900000002, 'street_length_avg': 114.90643936381714, 'street_segments_count': 503, 'node_density_km': 39.5571541866905, 'intersection_density_km': 34.779183315826195, 'edge_density_km': 12772.571402689126, 'street_density_km': 6422.252765999811, 'circuity_avg': 1.0356836849833895, 'self_loop_proportion': 0.0020470829068577278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0356836849833895\n", - "1434\n", - "8999539.019752502\n", - "{'n': 345, 'm': 924, 'k_avg': 5.356521739130435, 'intersection_count': 285, 'streets_per_node_avg': 2.744927536231884, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 253, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.7333333333333333, 4: 0.0927536231884058}, 'edge_length_total': 136814.91199999992, 'edge_length_avg': 148.0680865800865, 'street_length_total': 68407.45600000005, 'street_length_avg': 148.06808658008669, 'street_segments_count': 462, 'node_density_km': 38.33529686829314, 'intersection_density_km': 31.668288717285638, 'edge_density_km': 15202.435558056228, 'street_density_km': 7601.217779028123, 'circuity_avg': 1.0396270838412212, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396270838412212\n", - "1435\n", - "13008183.711232537\n", - "{'n': 478, 'm': 1324, 'k_avg': 5.539748953974895, 'intersection_count': 427, 'streets_per_node_avg': 2.8807531380753137, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 383, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10669456066945607, 2: 0.0, 3: 0.801255230125523, 4: 0.0899581589958159, 5: 0.0020920502092050207}, 'edge_length_total': 191931.87599999993, 'edge_length_avg': 144.96365256797577, 'street_length_total': 96087.38399999986, 'street_length_avg': 144.9281809954749, 'street_segments_count': 663, 'node_density_km': 36.746098503148296, 'intersection_density_km': 32.82548966703833, 'edge_density_km': 14754.702136799251, 'street_density_km': 7386.687191158641, 'circuity_avg': 1.042264516146869, 'self_loop_proportion': 0.0030211480362537764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042264516146869\n", - "1436\n", - "18999451.287038423\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 386, 'm': 1114, 'k_avg': 5.772020725388601, 'intersection_count': 345, 'streets_per_node_avg': 3.023316062176166, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 256, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10621761658031088, 2: 0.0, 3: 0.6632124352331606, 4: 0.22538860103626943, 5: 0.0051813471502590676}, 'edge_length_total': 205434.74900000027, 'edge_length_avg': 184.4118034111313, 'street_length_total': 103120.92799999997, 'street_length_avg': 184.47393202146685, 'street_segments_count': 559, 'node_density_km': 20.31637620310289, 'intersection_density_km': 18.158419145260357, 'edge_density_km': 10812.667476357568, 'street_density_km': 5427.574009484679, 'circuity_avg': 1.0710661440282374, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710661440282374\n", - "1437\n", - "57009988.743251525\n", - "{'n': 809, 'm': 2272, 'k_avg': 5.616810877626699, 'intersection_count': 698, 'streets_per_node_avg': 2.9023485784919654, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 557, 4: 139, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13720642768850433, 2: 0.0, 3: 0.688504326328801, 4: 0.17181705809641531, 5: 0.002472187886279357}, 'edge_length_total': 336828.18800000055, 'edge_length_avg': 148.2518433098594, 'street_length_total': 170662.70100000012, 'street_length_avg': 146.8697943201378, 'street_segments_count': 1162, 'node_density_km': 14.190495697927394, 'intersection_density_km': 12.243468476085688, 'edge_density_km': 5908.231091167722, 'street_density_km': 2993.5578792795686, 'circuity_avg': 1.0610757280436938, 'self_loop_proportion': 0.0008802816901408451, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610757280436938\n", - "1438\n", - "7001168.3573670965\n", - "{'n': 162, 'm': 418, 'k_avg': 5.160493827160494, 'intersection_count': 129, 'streets_per_node_avg': 2.685185185185185, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 114, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037037037037037, 2: 0.0, 3: 0.7037037037037037, 4: 0.09259259259259259}, 'edge_length_total': 76519.66400000002, 'edge_length_avg': 183.06139712918664, 'street_length_total': 38259.832, 'street_length_avg': 183.06139712918662, 'street_segments_count': 209, 'node_density_km': 23.138995054951476, 'intersection_density_km': 18.425496062276174, 'edge_density_km': 10929.556338904624, 'street_density_km': 5464.778169452311, 'circuity_avg': 1.030218513686522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030218513686522\n", - "1439\n", - "4000540.702998531\n", - "{'n': 174, 'm': 512, 'k_avg': 5.885057471264368, 'intersection_count': 161, 'streets_per_node_avg': 3.045977011494253, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 127, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07471264367816093, 2: 0.0, 3: 0.7298850574712644, 4: 0.19540229885057472}, 'edge_length_total': 69906.08200000007, 'edge_length_avg': 136.53531640625013, 'street_length_total': 34953.04100000002, 'street_length_avg': 136.53531640625008, 'street_segments_count': 256, 'node_density_km': 43.494120649636564, 'intersection_density_km': 40.24455991144533, 'edge_density_km': 17474.158417536724, 'street_density_km': 8737.079208768359, 'circuity_avg': 1.045106465966342, 'self_loop_proportion': 0.00390625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045106465966342\n", - "1440\n", - "10998645.331173616\n", - "{'n': 638, 'm': 1678, 'k_avg': 5.260188087774295, 'intersection_count': 521, 'streets_per_node_avg': 2.7978056426332287, 'streets_per_node_counts': {0: 0, 1: 117, 2: 1, 3: 414, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1833855799373041, 2: 0.001567398119122257, 3: 0.6489028213166145, 4: 0.16614420062695925}, 'edge_length_total': 199369.07700000046, 'edge_length_avg': 118.81351430274162, 'street_length_total': 101883.88999999987, 'street_length_avg': 117.64883371824465, 'street_segments_count': 866, 'node_density_km': 58.00714367902268, 'intersection_density_km': 47.36946999493859, 'edge_density_km': 18126.69387882941, 'street_density_km': 9263.31261098391, 'circuity_avg': 1.0384005699586853, 'self_loop_proportion': 0.0023837902264600714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384005699586853\n", - "1441\n", - "15012131.085729027\n", - "{'n': 357, 'm': 1080, 'k_avg': 6.050420168067227, 'intersection_count': 314, 'streets_per_node_avg': 3.070028011204482, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 203, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12044817927170869, 2: 0.0, 3: 0.5686274509803921, 4: 0.31092436974789917}, 'edge_length_total': 147544.71599999987, 'edge_length_avg': 136.61547777777767, 'street_length_total': 73772.35800000007, 'street_length_avg': 136.6154777777779, 'street_segments_count': 540, 'node_density_km': 23.780767564664732, 'intersection_density_km': 20.91641740981716, 'edge_density_km': 9828.365816780019, 'street_density_km': 4914.1829083900175, 'circuity_avg': 1.034268874644155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034268874644155\n", - "1442\n", - "9000028.145820834\n", - "{'n': 480, 'm': 1251, 'k_avg': 5.2125, 'intersection_count': 414, 'streets_per_node_avg': 2.8541666666666665, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 354, 4: 58, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1375, 2: 0.0, 3: 0.7375, 4: 0.12083333333333333, 5: 0.004166666666666667}, 'edge_length_total': 145921.27800000005, 'edge_length_avg': 116.6437074340528, 'street_length_total': 75043.653, 'street_length_avg': 112.50922488755623, 'street_segments_count': 667, 'node_density_km': 53.333166543805554, 'intersection_density_km': 45.99985614403229, 'edge_density_km': 16213.424628872817, 'street_density_km': 8338.157590634486, 'circuity_avg': 1.0491400774993014, 'self_loop_proportion': 0.0031974420463629096, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491400774993014\n", - "1443\n", - "14009314.68823431\n", - "{'n': 361, 'm': 895, 'k_avg': 4.958448753462604, 'intersection_count': 287, 'streets_per_node_avg': 2.664819944598338, 'streets_per_node_counts': {0: 0, 1: 74, 2: 1, 3: 258, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20498614958448755, 2: 0.002770083102493075, 3: 0.7146814404432132, 4: 0.07756232686980609}, 'edge_length_total': 142155.14200000002, 'edge_length_avg': 158.83256089385478, 'street_length_total': 71295.87499999999, 'street_length_avg': 155.32870370370367, 'street_segments_count': 459, 'node_density_km': 25.76856955773754, 'intersection_density_km': 20.48636970379688, 'edge_density_km': 10147.187436612348, 'street_density_km': 5089.176493399614, 'circuity_avg': 1.0557429421174536, 'self_loop_proportion': 0.00782122905027933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557429421174536\n", - "1444\n", - "14000911.515709693\n", - "{'n': 725, 'm': 1850, 'k_avg': 5.103448275862069, 'intersection_count': 565, 'streets_per_node_avg': 2.633103448275862, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 514, 4: 48, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2206896551724138, 2: 0.0, 3: 0.7089655172413794, 4: 0.06620689655172414, 5: 0.004137931034482759}, 'edge_length_total': 198453.1360000005, 'edge_length_avg': 107.27196540540567, 'street_length_total': 99226.56800000007, 'street_length_avg': 107.27196540540548, 'street_segments_count': 925, 'node_density_km': 51.78234282721631, 'intersection_density_km': 40.354515444658226, 'edge_density_km': 14174.301135845804, 'street_density_km': 7087.150567922889, 'circuity_avg': 1.0522566395143302, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522566395143302\n", - "1445\n", - "12010328.723545823\n", - "{'n': 556, 'm': 1502, 'k_avg': 5.402877697841727, 'intersection_count': 460, 'streets_per_node_avg': 2.7841726618705036, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 389, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17266187050359713, 2: 0.0, 3: 0.6996402877697842, 4: 0.12589928057553956, 5: 0.0017985611510791368}, 'edge_length_total': 180419.99800000002, 'edge_length_avg': 120.11983888149136, 'street_length_total': 90209.99900000001, 'street_length_avg': 120.11983888149136, 'street_segments_count': 751, 'node_density_km': 46.29348728065883, 'intersection_density_km': 38.30036717464579, 'edge_density_km': 15022.069932714916, 'street_density_km': 7511.034966357458, 'circuity_avg': 1.0326062939186087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326062939186087\n", - "1446\n", - "9998844.950167479\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 267, 'm': 796, 'k_avg': 5.962546816479401, 'intersection_count': 237, 'streets_per_node_avg': 3.093632958801498, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 152, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11235955056179775, 2: 0.0, 3: 0.5692883895131086, 4: 0.31835205992509363}, 'edge_length_total': 137217.18199999968, 'edge_length_avg': 172.3833944723614, 'street_length_total': 68608.59100000001, 'street_length_avg': 172.38339447236186, 'street_segments_count': 398, 'node_density_km': 26.70308433930939, 'intersection_density_km': 23.702737784330807, 'edge_density_km': 13723.303309918943, 'street_density_km': 6861.651654959489, 'circuity_avg': 1.0291773854037434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0291773854037434\n", - "1447\n", - "7999874.65271237\n", - "{'n': 325, 'm': 900, 'k_avg': 5.538461538461538, 'intersection_count': 275, 'streets_per_node_avg': 2.883076923076923, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 214, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.6584615384615384, 4: 0.18461538461538463, 5: 0.003076923076923077}, 'edge_length_total': 128802.37000000016, 'edge_length_avg': 143.11374444444462, 'street_length_total': 64401.18500000004, 'street_length_avg': 143.11374444444454, 'street_segments_count': 450, 'node_density_km': 40.62563653916855, 'intersection_density_km': 34.375538610065696, 'edge_density_km': 16100.54852001081, 'street_density_km': 8050.274260005401, 'circuity_avg': 1.0222789332495827, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0222789332495827\n", - "1448\n", - "12003764.276220383\n", - "{'n': 2133, 'm': 6204, 'k_avg': 5.817158931082981, 'intersection_count': 1843, 'streets_per_node_avg': 2.963431786216596, 'streets_per_node_counts': {0: 0, 1: 290, 2: 0, 3: 1357, 4: 471, 5: 14, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13595874355368026, 2: 0.0, 3: 0.6361931551804969, 4: 0.22081575246132207, 5: 0.006563525550867323, 6: 0.00046882325363338024}, 'edge_length_total': 358847.1609999996, 'edge_length_avg': 57.84125741457118, 'street_length_total': 182082.2940000005, 'street_length_avg': 58.02495028680704, 'street_segments_count': 3138, 'node_density_km': 177.6942591438172, 'intersection_density_km': 153.53517093392173, 'edge_density_km': 29894.552470584633, 'street_density_km': 15168.766214503888, 'circuity_avg': 1.065457232860213, 'self_loop_proportion': 0.0012894906511927789, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065457232860213\n", - "1449\n", - "10004700.702836003\n", - "{'n': 253, 'm': 669, 'k_avg': 5.288537549407114, 'intersection_count': 205, 'streets_per_node_avg': 2.7865612648221343, 'streets_per_node_counts': {0: 0, 1: 48, 2: 1, 3: 161, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18972332015810275, 2: 0.003952569169960474, 3: 0.6363636363636364, 4: 0.16996047430830039}, 'edge_length_total': 112829.99699999987, 'edge_length_avg': 168.65470403587426, 'street_length_total': 56540.86900000003, 'street_length_avg': 167.77705934718108, 'street_segments_count': 337, 'node_density_km': 25.28811280963986, 'intersection_density_km': 20.490368086862336, 'edge_density_km': 11277.698389119856, 'street_density_km': 5651.430330541778, 'circuity_avg': 1.0404151488320064, 'self_loop_proportion': 0.005979073243647235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404151488320064\n", - "1450\n", - "7999074.09283985\n", - "{'n': 286, 'm': 763, 'k_avg': 5.335664335664336, 'intersection_count': 246, 'streets_per_node_avg': 2.8566433566433567, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 207, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13986013986013987, 2: 0.0, 3: 0.7237762237762237, 4: 0.13636363636363635}, 'edge_length_total': 105915.61599999983, 'edge_length_avg': 138.8146998689382, 'street_length_total': 54326.068000000014, 'street_length_avg': 138.23426972010182, 'street_segments_count': 393, 'node_density_km': 35.75413812656205, 'intersection_density_km': 30.75355936760232, 'edge_density_km': 13240.984490293355, 'street_density_km': 6791.544542465045, 'circuity_avg': 1.0295772753692343, 'self_loop_proportion': 0.002621231979030144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295772753692343\n", - "1451\n", - "29000617.566332217\n", - "{'n': 923, 'm': 2302, 'k_avg': 4.9880823401950165, 'intersection_count': 745, 'streets_per_node_avg': 2.6814734561213434, 'streets_per_node_counts': {0: 0, 1: 178, 2: 2, 3: 681, 4: 60, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19284940411700974, 2: 0.0021668472372697724, 3: 0.7378114842903575, 4: 0.06500541711809317, 5: 0.0021668472372697724}, 'edge_length_total': 314539.27900000016, 'edge_length_avg': 136.6373931364032, 'street_length_total': 159623.6229999998, 'street_length_avg': 132.35789635157528, 'street_segments_count': 1206, 'node_density_km': 31.826908440444434, 'intersection_density_km': 25.689108112818097, 'edge_density_km': 10845.95106571659, 'street_density_km': 5504.145649136526, 'circuity_avg': 1.051697117982162, 'self_loop_proportion': 0.0017376194613379669, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051697117982162\n", - "1452\n", - "7000032.538448165\n", - "{'n': 247, 'm': 692, 'k_avg': 5.603238866396761, 'intersection_count': 213, 'streets_per_node_avg': 2.8987854251012144, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 171, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13765182186234817, 2: 0.0, 3: 0.6923076923076923, 4: 0.1659919028340081, 5: 0.004048582995951417}, 'edge_length_total': 93870.41599999997, 'edge_length_avg': 135.65089017341035, 'street_length_total': 46935.208000000006, 'street_length_avg': 135.65089017341043, 'street_segments_count': 346, 'node_density_km': 35.28555026613596, 'intersection_density_km': 30.428429986586877, 'edge_density_km': 13409.997094214947, 'street_density_km': 6704.998547107476, 'circuity_avg': 1.043632188792667, 'self_loop_proportion': 0.002890173410404624, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043632188792667\n", - "1453\n", - "9002837.450519657\n", - "{'n': 627, 'm': 1711, 'k_avg': 5.457735247208931, 'intersection_count': 518, 'streets_per_node_avg': 2.854864433811802, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 393, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17384370015948963, 2: 0.0, 3: 0.6267942583732058, 4: 0.19617224880382775, 5: 0.003189792663476874}, 'edge_length_total': 161750.3719999999, 'edge_length_avg': 94.53557685563992, 'street_length_total': 81544.76700000011, 'street_length_avg': 93.08763356164395, 'street_segments_count': 876, 'node_density_km': 69.6447096202774, 'intersection_density_km': 57.53741560335517, 'edge_density_km': 17966.59918486737, 'street_density_km': 9057.674033123105, 'circuity_avg': 1.0684898170787565, 'self_loop_proportion': 0.0023378141437755697, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684898170787565\n", - "1454\n", - "7999140.403828822\n", - "{'n': 761, 'm': 2154, 'k_avg': 5.660972404730618, 'intersection_count': 651, 'streets_per_node_avg': 2.9132720105124834, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 502, 4: 144, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1445466491458607, 2: 0.0, 3: 0.6596583442838371, 4: 0.18922470433639949, 5: 0.006570302233902759}, 'edge_length_total': 140200.16799999977, 'edge_length_avg': 65.08828597957279, 'street_length_total': 70691.40999999989, 'street_length_avg': 64.91405876951322, 'street_segments_count': 1089, 'node_density_km': 95.13522223409709, 'intersection_density_km': 81.38374464441156, 'edge_density_km': 17526.904257474012, 'street_density_km': 8837.375821802447, 'circuity_avg': 1.0616126152990097, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616126152990097\n", - "1455\n", - "17000337.10254678\n", - "{'n': 318, 'm': 753, 'k_avg': 4.735849056603773, 'intersection_count': 246, 'streets_per_node_avg': 2.5943396226415096, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 231, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22641509433962265, 2: 0.0, 3: 0.7264150943396226, 4: 0.04716981132075472}, 'edge_length_total': 150690.08500000002, 'edge_length_avg': 200.11963479415672, 'street_length_total': 75572.47700000009, 'street_length_avg': 195.78361917098468, 'street_segments_count': 386, 'node_density_km': 18.70551143085046, 'intersection_density_km': 14.470301295563564, 'edge_density_km': 8863.94687887839, 'street_density_km': 4445.35167415467, 'circuity_avg': 1.0468161738781792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468161738781792\n", - "1456\n", - "272967259.2418881\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 17818, 'm': 49010, 'k_avg': 5.501178583454934, 'intersection_count': 14818, 'streets_per_node_avg': 2.8236053429116623, 'streets_per_node_counts': {0: 0, 1: 3000, 2: 4, 3: 12041, 4: 2694, 5: 72, 6: 6, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1683690649904591, 2: 0.00022449208665394546, 3: 0.6757773038500393, 4: 0.15119542036143227, 5: 0.004040857559771018, 6: 0.0003367381299809182, 7: 0.0, 8: 5.6123021663486364e-05}, 'edge_length_total': 4515280.499000027, 'edge_length_avg': 92.12977961640536, 'street_length_total': 2298437.6920000166, 'street_length_avg': 92.05533851329768, 'street_segments_count': 24968, 'node_density_km': 65.2752276939217, 'intersection_density_km': 54.28489864005679, 'edge_density_km': 16541.472818169896, 'street_density_km': 8420.195514962004, 'circuity_avg': 1.0855860711124417, 'self_loop_proportion': 0.003754335849826566, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855860711124417\n", - "1457\n", - "40003352.80189139\n", - "{'n': 1055, 'm': 2888, 'k_avg': 5.474881516587677, 'intersection_count': 892, 'streets_per_node_avg': 2.865402843601896, 'streets_per_node_counts': {0: 0, 1: 163, 2: 1, 3: 709, 4: 180, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15450236966824646, 2: 0.0009478672985781991, 3: 0.6720379146919432, 4: 0.17061611374407584, 5: 0.0009478672985781991, 6: 0.0009478672985781991}, 'edge_length_total': 362051.68800000177, 'edge_length_avg': 125.36415789473746, 'street_length_total': 186757.7599999997, 'street_length_avg': 124.42222518321098, 'street_segments_count': 1501, 'node_density_km': 26.372789431542817, 'intersection_density_km': 22.298130969607765, 'edge_density_km': 9050.533583847095, 'street_density_km': 4668.552681693462, 'circuity_avg': 1.0580973981446655, 'self_loop_proportion': 0.0013850415512465374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580973981446655\n", - "1458\n", - "24013341.110447355\n", - "{'n': 4008, 'm': 10283, 'k_avg': 5.1312375249501, 'intersection_count': 3153, 'streets_per_node_avg': 2.7215568862275448, 'streets_per_node_counts': {0: 0, 1: 855, 2: 8, 3: 2568, 4: 556, 5: 18, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21332335329341318, 2: 0.001996007984031936, 3: 0.6407185628742516, 4: 0.13872255489021956, 5: 0.004491017964071856, 6: 0.000499001996007984, 7: 0.000249500998003992}, 'edge_length_total': 604800.0549999985, 'edge_length_avg': 58.81552611105694, 'street_length_total': 315275.3409999999, 'street_length_avg': 58.20109673250875, 'street_segments_count': 5417, 'node_density_km': 166.90721968115722, 'intersection_density_km': 131.30201188989238, 'edge_density_km': 25186.00190695128, 'street_density_km': 13129.17430148172, 'circuity_avg': 1.0817371697179246, 'self_loop_proportion': 0.004376154818632695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817371697179246\n", - "1459\n", - "9999110.08408472\n", - "{'n': 305, 'm': 825, 'k_avg': 5.409836065573771, 'intersection_count': 270, 'streets_per_node_avg': 2.904918032786885, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 229, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11475409836065574, 2: 0.0, 3: 0.7508196721311475, 4: 0.13442622950819672}, 'edge_length_total': 131570.22100000008, 'edge_length_avg': 159.47905575757585, 'street_length_total': 66064.84499999999, 'street_length_avg': 156.55176540284356, 'street_segments_count': 422, 'node_density_km': 30.502714485107955, 'intersection_density_km': 27.00240298681688, 'edge_density_km': 13158.19306854281, 'street_density_km': 6607.072473894792, 'circuity_avg': 1.028219626812086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028219626812086\n", - "1460\n", - "6002493.072474109\n", - "{'n': 697, 'm': 1700, 'k_avg': 4.878048780487805, 'intersection_count': 505, 'streets_per_node_avg': 2.576757532281205, 'streets_per_node_counts': {0: 0, 1: 192, 2: 5, 3: 408, 4: 90, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27546628407460544, 2: 0.007173601147776184, 3: 0.5853658536585366, 4: 0.1291248206599713, 5: 0.0028694404591104736}, 'edge_length_total': 107907.05000000003, 'edge_length_avg': 63.474735294117664, 'street_length_total': 55834.76999999995, 'street_length_avg': 63.37658342792276, 'street_segments_count': 881, 'node_density_km': 116.11841806136569, 'intersection_density_km': 84.13170892537974, 'edge_density_km': 17977.038656626533, 'street_density_km': 9301.929935753506, 'circuity_avg': 1.0419406690749633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419406690749633\n", - "1461\n", - "10998612.547587326\n", - "{'n': 841, 'm': 2281, 'k_avg': 5.42449464922711, 'intersection_count': 729, 'streets_per_node_avg': 2.835909631391201, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 645, 4: 82, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13317479191438764, 2: 0.0, 3: 0.7669441141498217, 4: 0.09750297265160524, 5: 0.0023781212841854932}, 'edge_length_total': 219423.73999999985, 'edge_length_avg': 96.19629110039449, 'street_length_total': 111723.08600000016, 'street_length_avg': 95.65332705479466, 'street_segments_count': 1168, 'node_density_km': 76.46419003863203, 'intersection_density_km': 66.28108744133502, 'edge_density_km': 19950.129077701986, 'street_density_km': 10157.925421648562, 'circuity_avg': 1.0398687700564624, 'self_loop_proportion': 0.00263042525208242, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398687700564624\n", - "1462\n", - "7999344.450452891\n", - "{'n': 445, 'm': 1112, 'k_avg': 4.997752808988764, 'intersection_count': 331, 'streets_per_node_avg': 2.5730337078651684, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 293, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25617977528089886, 2: 0.0, 3: 0.6584269662921348, 4: 0.0853932584269663}, 'edge_length_total': 128735.71399999999, 'edge_length_avg': 115.76952697841726, 'street_length_total': 64367.856999999996, 'street_length_avg': 115.76952697841726, 'street_segments_count': 556, 'node_density_km': 55.629558491484374, 'intersection_density_km': 41.37839069816029, 'edge_density_km': 16093.282993047198, 'street_density_km': 8046.641496523599, 'circuity_avg': 1.062642667089592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062642667089592\n", - "1463\n", - "19998117.430711236\n", - "{'n': 688, 'm': 1932, 'k_avg': 5.616279069767442, 'intersection_count': 571, 'streets_per_node_avg': 2.9113372093023258, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 398, 4: 173}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17005813953488372, 2: 0.0, 3: 0.5784883720930233, 4: 0.251453488372093}, 'edge_length_total': 277616.21600000025, 'edge_length_avg': 143.69369358178068, 'street_length_total': 138808.1080000001, 'street_length_avg': 143.69369358178065, 'street_segments_count': 966, 'node_density_km': 34.40323832399514, 'intersection_density_km': 28.552687620641315, 'edge_density_km': 13882.117502403664, 'street_density_km': 6941.058751201831, 'circuity_avg': 1.0431355940659035, 'self_loop_proportion': 0.0010351966873706005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431355940659035\n", - "1464\n", - "8000638.60559985\n", - "{'n': 207, 'm': 520, 'k_avg': 5.024154589371981, 'intersection_count': 184, 'streets_per_node_avg': 2.9082125603864735, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 157, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7584541062801933, 4: 0.13043478260869565}, 'edge_length_total': 99903.03999999989, 'edge_length_avg': 192.12123076923055, 'street_length_total': 53688.89099999999, 'street_length_avg': 189.7133957597173, 'street_segments_count': 283, 'node_density_km': 25.87293467487901, 'intersection_density_km': 22.99816415544801, 'edge_density_km': 12486.883225805903, 'street_density_km': 6710.575698597581, 'circuity_avg': 1.1138777754610591, 'self_loop_proportion': 0.0038461538461538464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1138777754610591\n", - "1465\n", - "16999610.43841312\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1408, 'm': 3691, 'k_avg': 5.2428977272727275, 'intersection_count': 1243, 'streets_per_node_avg': 2.9318181818181817, 'streets_per_node_counts': {0: 0, 1: 165, 2: 7, 3: 999, 4: 233, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1171875, 2: 0.004971590909090909, 3: 0.7095170454545454, 4: 0.16548295454545456, 5: 0.002840909090909091}, 'edge_length_total': 331950.36300000077, 'edge_length_avg': 89.93507531834211, 'street_length_total': 177733.6220000002, 'street_length_avg': 88.07414370664034, 'street_segments_count': 2018, 'node_density_km': 82.82542738852514, 'intersection_density_km': 73.11932261643236, 'edge_density_km': 19526.93940855904, 'street_density_km': 10455.15852518508, 'circuity_avg': 1.0708740079740615, 'self_loop_proportion': 0.005960444324031428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708740079740615\n", - "1466\n", - "45015159.62472835\n", - "{'n': 3118, 'm': 7886, 'k_avg': 5.058370750481077, 'intersection_count': 2638, 'streets_per_node_avg': 2.8486209108402822, 'streets_per_node_counts': {0: 0, 1: 480, 2: 8, 3: 2154, 4: 459, 5: 14, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1539448364336113, 2: 0.0025657472738935213, 3: 0.6908274534958306, 4: 0.1472097498396408, 5: 0.004490057729313663, 6: 0.0009621552277100705}, 'edge_length_total': 754209.2319999967, 'edge_length_avg': 95.63900989094556, 'street_length_total': 402410.56099999964, 'street_length_avg': 91.81167259867662, 'street_segments_count': 4383, 'node_density_km': 69.26555467076867, 'intersection_density_km': 58.60248018649382, 'edge_density_km': 16754.560869882687, 'street_density_km': 8939.445385837127, 'circuity_avg': 1.0796919206763886, 'self_loop_proportion': 0.005325893989348212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0796919206763886\n", - "1467\n", - "7005833.431762046\n", - "{'n': 151, 'm': 336, 'k_avg': 4.450331125827814, 'intersection_count': 109, 'streets_per_node_avg': 2.5033112582781456, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 100, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2781456953642384, 2: 0.0, 3: 0.6622516556291391, 4: 0.059602649006622516}, 'edge_length_total': 62057.96000000003, 'edge_length_avg': 184.69630952380962, 'street_length_total': 31028.980000000007, 'street_length_avg': 184.69630952380956, 'street_segments_count': 168, 'node_density_km': 21.55346704582181, 'intersection_density_km': 15.558462966851506, 'edge_density_km': 8858.041031728006, 'street_density_km': 4429.020515864001, 'circuity_avg': 1.0709672482720718, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709672482720718\n", - "1468\n", - "9999073.106115714\n", - "{'n': 187, 'm': 496, 'k_avg': 5.304812834224599, 'intersection_count': 164, 'streets_per_node_avg': 2.9197860962566846, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 134, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12299465240641712, 2: 0.0, 3: 0.7165775401069518, 4: 0.15508021390374332, 5: 0.0053475935828877}, 'edge_length_total': 85384.782, 'edge_length_avg': 172.1467379032258, 'street_length_total': 42692.39099999999, 'street_length_avg': 172.14673790322576, 'street_segments_count': 248, 'node_density_km': 18.70173345223624, 'intersection_density_km': 16.40152024688098, 'edge_density_km': 8539.26969968609, 'street_density_km': 4269.634849843044, 'circuity_avg': 1.0432448227319822, 'self_loop_proportion': 0.004032258064516129, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432448227319822\n", - "1469\n", - "10998630.818421008\n", - "{'n': 356, 'm': 1002, 'k_avg': 5.629213483146067, 'intersection_count': 310, 'streets_per_node_avg': 2.918539325842697, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 247, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12921348314606743, 2: 0.0, 3: 0.6938202247191011, 4: 0.17696629213483145}, 'edge_length_total': 146176.524, 'edge_length_avg': 145.88475449101796, 'street_length_total': 73088.26199999999, 'street_length_avg': 145.88475449101793, 'street_segments_count': 501, 'node_density_km': 32.36766520099529, 'intersection_density_km': 28.185326439068934, 'edge_density_km': 13290.429182801272, 'street_density_km': 6645.214591400635, 'circuity_avg': 1.0281189233829529, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0281189233829529\n", - "1470\n", - "7001536.962427412\n", - "{'n': 173, 'm': 482, 'k_avg': 5.572254335260116, 'intersection_count': 159, 'streets_per_node_avg': 2.959537572254335, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 139, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08092485549132948, 2: 0.0, 3: 0.8034682080924855, 4: 0.10982658959537572, 5: 0.005780346820809248}, 'edge_length_total': 83869.96600000012, 'edge_length_avg': 174.0040788381745, 'street_length_total': 42169.026999999995, 'street_length_avg': 170.72480566801616, 'street_segments_count': 247, 'node_density_km': 24.708860487115306, 'intersection_density_km': 22.709299522840077, 'edge_density_km': 11978.793577763625, 'street_density_km': 6022.824306476291, 'circuity_avg': 1.042596211254275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042596211254275\n", - "1471\n", - "6999153.707718804\n", - "{'n': 283, 'm': 776, 'k_avg': 5.4840989399293285, 'intersection_count': 250, 'streets_per_node_avg': 2.904593639575972, 'streets_per_node_counts': {0: 0, 1: 33, 2: 1, 3: 209, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1166077738515901, 2: 0.0035335689045936395, 3: 0.7385159010600707, 4: 0.1413427561837456}, 'edge_length_total': 100306.64199999999, 'edge_length_avg': 129.26113659793813, 'street_length_total': 51081.50999999996, 'street_length_avg': 128.66879093198983, 'street_segments_count': 397, 'node_density_km': 40.433459789274536, 'intersection_density_km': 35.71860405412945, 'edge_density_km': 14331.252918389244, 'street_density_km': 7298.24092070821, 'circuity_avg': 1.0663603777981026, 'self_loop_proportion': 0.005154639175257732, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663603777981026\n", - "1472\n", - "32029896.2727672\n", - "{'n': 4034, 'm': 10765, 'k_avg': 5.337134357957362, 'intersection_count': 3249, 'streets_per_node_avg': 2.805899851264254, 'streets_per_node_counts': {0: 0, 1: 785, 2: 11, 3: 2470, 4: 741, 5: 24, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1945959345562717, 2: 0.002726822012890431, 3: 0.6122954883490332, 4: 0.18368864650470995, 5: 0.005949429846306396, 6: 0.0007436787307882995}, 'edge_length_total': 773181.0789999994, 'edge_length_avg': 71.82360232234088, 'street_length_total': 398042.08500000014, 'street_length_avg': 71.1297507147963, 'street_segments_count': 5596, 'node_density_km': 125.94483496438389, 'intersection_density_km': 101.4364821019542, 'edge_density_km': 24139.356319345363, 'street_density_km': 12427.204934111125, 'circuity_avg': 1.0639137537325847, 'self_loop_proportion': 0.0037157454714352067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639137537325847\n", - "1473\n", - "11006498.948770866\n", - "{'n': 1042, 'm': 2631, 'k_avg': 5.049904030710173, 'intersection_count': 796, 'streets_per_node_avg': 2.640115163147793, 'streets_per_node_counts': {0: 0, 1: 246, 2: 0, 3: 685, 4: 105, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.236084452975048, 2: 0.0, 3: 0.6573896353166987, 4: 0.10076775431861804, 5: 0.005758157389635317}, 'edge_length_total': 202799.43099999995, 'edge_length_avg': 77.08074154313947, 'street_length_total': 102606.73800000003, 'street_length_avg': 76.80145059880242, 'street_segments_count': 1336, 'node_density_km': 94.67133961943128, 'intersection_density_km': 72.32090819296286, 'edge_density_km': 18425.425918261437, 'street_density_km': 9322.377486026879, 'circuity_avg': 1.0554772224132376, 'self_loop_proportion': 0.002280501710376283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554772224132376\n", - "1474\n", - "298149776.0876497\n", - "{'n': 19147, 'm': 52978, 'k_avg': 5.533817308194495, 'intersection_count': 16122, 'streets_per_node_avg': 2.900611061785136, 'streets_per_node_counts': {0: 0, 1: 3025, 2: 6, 3: 12063, 4: 3966, 5: 74, 6: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1579881965843213, 2: 0.0003133650180184885, 3: 0.6300203687261712, 4: 0.20713427691022093, 5: 0.003864835222228025, 6: 0.0006789575390400585}, 'edge_length_total': 5538270.297000006, 'edge_length_avg': 104.53905955302211, 'street_length_total': 2881094.615000014, 'street_length_avg': 104.2552782703099, 'street_segments_count': 27635, 'node_density_km': 64.21940090396443, 'intersection_density_km': 54.07349356942155, 'edge_density_km': 18575.463546120096, 'street_density_km': 9663.245945732435, 'circuity_avg': 1.0626533370953284, 'self_loop_proportion': 0.0018120729359356715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626533370953284\n", - "1475\n", - "34995230.14942921\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3743, 'm': 9766, 'k_avg': 5.218274111675127, 'intersection_count': 3173, 'streets_per_node_avg': 2.8626769970611807, 'streets_per_node_counts': {0: 0, 1: 570, 2: 3, 3: 2558, 4: 595, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15228426395939088, 2: 0.0008014961261020571, 3: 0.6834090301896875, 4: 0.15896339834357467, 5: 0.004541811381244991}, 'edge_length_total': 695956.1719999987, 'edge_length_avg': 71.2631755068604, 'street_length_total': 365702.15200000035, 'street_length_avg': 68.8056730009408, 'street_segments_count': 5315, 'node_density_km': 106.9574334564292, 'intersection_density_km': 90.66949942753136, 'edge_density_km': 19887.17230971976, 'street_density_km': 10450.057063161366, 'circuity_avg': 1.0715470677201513, 'self_loop_proportion': 0.0028670899037476962, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715470677201513\n", - "1476\n", - "26018876.692716986\n", - "{'n': 750, 'm': 2122, 'k_avg': 5.658666666666667, 'intersection_count': 622, 'streets_per_node_avg': 2.9106666666666667, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 434, 4: 187, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17066666666666666, 2: 0.0, 3: 0.5786666666666667, 4: 0.24933333333333332, 5: 0.0013333333333333333}, 'edge_length_total': 340424.65799999883, 'edge_length_avg': 160.42632327992405, 'street_length_total': 171442.36000000002, 'street_length_avg': 160.07690009337068, 'street_segments_count': 1071, 'node_density_km': 28.825225964114527, 'intersection_density_km': 23.90572073290565, 'edge_density_km': 13083.756920808499, 'street_density_km': 6589.153022428094, 'circuity_avg': 1.0423896199419451, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423896199419451\n", - "1477\n", - "53019714.80201841\n", - "{'n': 3706, 'm': 9559, 'k_avg': 5.15866162978953, 'intersection_count': 2805, 'streets_per_node_avg': 2.6524554776038856, 'streets_per_node_counts': {0: 0, 1: 901, 2: 5, 3: 2291, 4: 500, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24311926605504589, 2: 0.0013491635186184566, 3: 0.6181867242309768, 4: 0.13491635186184567, 5: 0.0021586616297895305, 6: 0.0002698327037236913}, 'edge_length_total': 910591.1059999958, 'edge_length_avg': 95.26008013390478, 'street_length_total': 459407.90200000064, 'street_length_avg': 94.64522084878465, 'street_segments_count': 4854, 'node_density_km': 69.8985276295548, 'intersection_density_km': 52.9048488939291, 'edge_density_km': 17174.57571019093, 'street_density_km': 8664.85049411302, 'circuity_avg': 1.0881493986599602, 'self_loop_proportion': 0.001987655612511769, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0881493986599602\n", - "1478\n", - "11011149.154489651\n", - "{'n': 339, 'm': 922, 'k_avg': 5.43952802359882, 'intersection_count': 277, 'streets_per_node_avg': 2.8348082595870205, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 210, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18289085545722714, 2: 0.0, 3: 0.6194690265486725, 4: 0.19469026548672566, 5: 0.0029498525073746312}, 'edge_length_total': 140785.24000000002, 'edge_length_avg': 152.69548806941432, 'street_length_total': 70392.62000000002, 'street_length_avg': 152.69548806941438, 'street_segments_count': 461, 'node_density_km': 30.78697738480613, 'intersection_density_km': 25.15632075395663, 'edge_density_km': 12785.699115028034, 'street_density_km': 6392.849557514019, 'circuity_avg': 1.0383103430203395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383103430203395\n", - "1479\n", - "7004983.657746749\n", - "{'n': 88, 'm': 252, 'k_avg': 5.7272727272727275, 'intersection_count': 83, 'streets_per_node_avg': 3.034090909090909, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 70, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.056818181818181816, 2: 0.0, 3: 0.7954545454545454, 4: 0.14772727272727273}, 'edge_length_total': 59944.227999999996, 'edge_length_avg': 237.8739206349206, 'street_length_total': 29972.113999999987, 'street_length_avg': 237.87392063492052, 'street_segments_count': 126, 'node_density_km': 12.562484696546235, 'intersection_density_km': 11.848707156969745, 'edge_density_km': 8557.368714730435, 'street_density_km': 4278.684357365216, 'circuity_avg': 1.0407009670797325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407009670797325\n", - "1480\n", - "29016632.09215103\n", - "error with entry 1480\n", - "1481\n", - "6998745.584477163\n", - "{'n': 195, 'm': 565, 'k_avg': 5.794871794871795, 'intersection_count': 182, 'streets_per_node_avg': 3.194871794871795, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 119, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06666666666666667, 2: 0.0, 3: 0.6102564102564103, 4: 0.31794871794871793, 5: 0.005128205128205128}, 'edge_length_total': 83495.31599999999, 'edge_length_avg': 147.77932035398229, 'street_length_total': 43546.281, 'street_length_avg': 146.12845973154364, 'street_segments_count': 298, 'node_density_km': 27.862135813666292, 'intersection_density_km': 26.004660092755206, 'edge_density_km': 11930.04017536915, 'street_density_km': 6222.012284113211, 'circuity_avg': 1.0228641633894289, 'self_loop_proportion': 0.007079646017699115, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228641633894289\n", - "1482\n", - "9007158.59397934\n", - "{'n': 425, 'm': 1003, 'k_avg': 4.72, 'intersection_count': 300, 'streets_per_node_avg': 2.468235294117647, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 276, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6494117647058824, 4: 0.05647058823529412}, 'edge_length_total': 136493.67199999987, 'edge_length_avg': 136.08541575274165, 'street_length_total': 68267.925, 'street_length_avg': 135.99188247011952, 'street_segments_count': 502, 'node_density_km': 47.18469155012802, 'intersection_density_km': 33.30684109420802, 'edge_density_km': 15153.910145563153, 'street_density_km': 7579.296432687703, 'circuity_avg': 1.0827553242625438, 'self_loop_proportion': 0.0019940179461615153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827553242625438\n", - "1483\n", - "48998805.48845281\n", - "{'n': 2080, 'm': 5712, 'k_avg': 5.492307692307692, 'intersection_count': 1727, 'streets_per_node_avg': 2.8485576923076925, 'streets_per_node_counts': {0: 0, 1: 353, 2: 0, 3: 1344, 4: 375, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16971153846153847, 2: 0.0, 3: 0.6461538461538462, 4: 0.18028846153846154, 5: 0.0038461538461538464}, 'edge_length_total': 718211.3410000005, 'edge_length_avg': 125.73727958683482, 'street_length_total': 364404.9399999995, 'street_length_avg': 124.54030758714951, 'street_segments_count': 2926, 'node_density_km': 42.450014429232944, 'intersection_density_km': 35.24575717273331, 'edge_density_km': 14657.73162917729, 'street_density_km': 7437.016808213338, 'circuity_avg': 1.0512422983552059, 'self_loop_proportion': 0.0024509803921568627, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0512422983552059\n", - "1484\n", - "60006612.94650053\n", - "{'n': 921, 'm': 2588, 'k_avg': 5.619978284473398, 'intersection_count': 764, 'streets_per_node_avg': 2.9098805646036916, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 535, 4: 227, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17046688382193267, 2: 0.0, 3: 0.5808903365906624, 4: 0.24647122692725298, 5: 0.002171552660152009}, 'edge_length_total': 428551.16399999993, 'edge_length_avg': 165.59163987635236, 'street_length_total': 215982.99300000016, 'street_length_avg': 164.74675286041202, 'street_segments_count': 1311, 'node_density_km': 15.348308374297451, 'intersection_density_km': 12.731930073792892, 'edge_density_km': 7141.7322684431265, 'street_density_km': 3599.3198481734316, 'circuity_avg': 1.0825082179680143, 'self_loop_proportion': 0.0030911901081916537, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825082179680143\n", - "1485\n", - "8999809.103399735\n", - "{'n': 191, 'm': 501, 'k_avg': 5.2460732984293195, 'intersection_count': 163, 'streets_per_node_avg': 2.774869109947644, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 150, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14659685863874344, 2: 0.0, 3: 0.7853403141361257, 4: 0.06806282722513089}, 'edge_length_total': 94561.28899999996, 'edge_length_avg': 188.74508782435123, 'street_length_total': 47389.305000000015, 'street_length_avg': 186.5720669291339, 'street_segments_count': 254, 'node_density_km': 21.222672370667123, 'intersection_density_km': 18.11149526920807, 'edge_density_km': 10507.032750758995, 'street_density_km': 5265.5900203592555, 'circuity_avg': 1.0869869975742026, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0869869975742026\n", - "1486\n", - "6000015.008326268\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 567, 'm': 1613, 'k_avg': 5.689594356261023, 'intersection_count': 508, 'streets_per_node_avg': 2.964726631393298, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 412, 4: 94, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10405643738977072, 2: 0.0, 3: 0.7266313932980599, 4: 0.1657848324514991, 5: 0.003527336860670194}, 'edge_length_total': 127100.08899999986, 'edge_length_avg': 78.79732734035949, 'street_length_total': 65071.03199999997, 'street_length_avg': 79.25826065773444, 'street_segments_count': 821, 'node_density_km': 94.49976361945257, 'intersection_density_km': 84.66645488303686, 'edge_density_km': 21183.295179032397, 'street_density_km': 10845.144872087885, 'circuity_avg': 1.0468641803692948, 'self_loop_proportion': 0.0049597024178549285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468641803692948\n", - "1487\n", - "6999527.259372012\n", - "{'n': 164, 'm': 419, 'k_avg': 5.109756097560975, 'intersection_count': 132, 'streets_per_node_avg': 2.6951219512195124, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 118, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1951219512195122, 2: 0.0, 3: 0.7195121951219512, 4: 0.08536585365853659}, 'edge_length_total': 71765.52700000003, 'edge_length_avg': 171.2781073985681, 'street_length_total': 35957.313000000024, 'street_length_avg': 169.60996698113217, 'street_segments_count': 212, 'node_density_km': 23.4301537693724, 'intersection_density_km': 18.85841644851925, 'edge_density_km': 10252.910566768582, 'street_density_km': 5137.105931240571, 'circuity_avg': 1.024347410693051, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024347410693051\n", - "1488\n", - "16001891.501368118\n", - "{'n': 585, 'm': 1592, 'k_avg': 5.442735042735043, 'intersection_count': 513, 'streets_per_node_avg': 2.9025641025641025, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 428, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12307692307692308, 2: 0.0, 3: 0.7316239316239316, 4: 0.14188034188034188, 5: 0.003418803418803419}, 'edge_length_total': 184599.25300000014, 'edge_length_avg': 115.95430464824129, 'street_length_total': 95281.78700000001, 'street_length_avg': 114.2467470023981, 'street_segments_count': 834, 'node_density_km': 36.55817813475264, 'intersection_density_km': 32.05871005662924, 'edge_density_km': 11536.089529429531, 'street_density_km': 5954.407764347964, 'circuity_avg': 1.0434992110078956, 'self_loop_proportion': 0.00628140703517588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434992110078956\n", - "1489\n", - "33005967.457645997\n", - "{'n': 4635, 'm': 12215, 'k_avg': 5.27076591154261, 'intersection_count': 3861, 'streets_per_node_avg': 2.8217907227615964, 'streets_per_node_counts': {0: 0, 1: 774, 2: 8, 3: 3137, 4: 703, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1669902912621359, 2: 0.001725997842502697, 3: 0.67680690399137, 4: 0.15167206040992448, 5: 0.0025889967637540453, 6: 0.0002157497303128371}, 'edge_length_total': 873690.0850000097, 'edge_length_avg': 71.52599959066801, 'street_length_total': 452624.4399999986, 'street_length_avg': 70.01151430781107, 'street_segments_count': 6465, 'node_density_km': 140.42915136324171, 'intersection_density_km': 116.97884647539942, 'edge_density_km': 26470.67037562673, 'street_density_km': 13713.412296755627, 'circuity_avg': 1.0601708434023143, 'self_loop_proportion': 0.001882930822758903, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0601708434023143\n", - "1490\n", - "17997253.786216345\n", - "{'n': 576, 'm': 1636, 'k_avg': 5.680555555555555, 'intersection_count': 493, 'streets_per_node_avg': 2.921875, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 375, 4: 115, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1440972222222222, 2: 0.0, 3: 0.6510416666666666, 4: 0.1996527777777778, 5: 0.005208333333333333}, 'edge_length_total': 249935.98500000025, 'edge_length_avg': 152.7726069682153, 'street_length_total': 125192.01700000012, 'street_length_avg': 152.30172384428238, 'street_segments_count': 822, 'node_density_km': 32.004882902809555, 'intersection_density_km': 27.393068178967205, 'edge_density_km': 13887.451272783634, 'street_density_km': 6956.1733410617135, 'circuity_avg': 1.0414662334028266, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414662334028266\n", - "1491\n", - "6999249.484846281\n", - "{'n': 318, 'm': 891, 'k_avg': 5.60377358490566, 'intersection_count': 291, 'streets_per_node_avg': 3.040880503144654, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 226, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08490566037735849, 2: 0.0, 3: 0.710691823899371, 4: 0.19811320754716982, 5: 0.006289308176100629}, 'edge_length_total': 121622.23900000006, 'edge_length_avg': 136.50082940516282, 'street_length_total': 63388.16499999999, 'street_length_avg': 136.6124245689655, 'street_segments_count': 464, 'node_density_km': 45.433442641026815, 'intersection_density_km': 41.575886190373595, 'edge_density_km': 17376.468614716217, 'street_density_km': 9056.423140400764, 'circuity_avg': 1.0232691700419827, 'self_loop_proportion': 0.004489337822671156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0232691700419827\n", - "1492\n", - "15003475.123554552\n", - "{'n': 224, 'm': 585, 'k_avg': 5.223214285714286, 'intersection_count': 191, 'streets_per_node_avg': 2.825892857142857, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 164, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14732142857142858, 2: 0.0, 3: 0.7321428571428571, 4: 0.12053571428571429}, 'edge_length_total': 106605.62399999997, 'edge_length_avg': 182.23183589743584, 'street_length_total': 53330.92200000006, 'street_length_avg': 182.0167986348125, 'street_segments_count': 293, 'node_density_km': 14.929874456107406, 'intersection_density_km': 12.730384022841582, 'edge_density_km': 7105.39545819192, 'street_density_km': 3554.571295037756, 'circuity_avg': 1.060460707180593, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060460707180593\n", - "1493\n", - "15012824.49692701\n", - "{'n': 269, 'm': 717, 'k_avg': 5.330855018587361, 'intersection_count': 224, 'streets_per_node_avg': 2.802973977695167, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 188, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16728624535315986, 2: 0.0, 3: 0.6988847583643123, 4: 0.13011152416356878, 5: 0.0037174721189591076}, 'edge_length_total': 146569.38199999984, 'edge_length_avg': 204.42033751743352, 'street_length_total': 73636.92799999999, 'street_length_avg': 201.74500821917803, 'street_segments_count': 365, 'node_density_km': 17.918014032273664, 'intersection_density_km': 14.920576740629372, 'edge_density_km': 9762.945142667942, 'street_density_km': 4904.934978429462, 'circuity_avg': 1.041003862792364, 'self_loop_proportion': 0.002789400278940028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041003862792364\n", - "1494\n", - "6000594.85383157\n", - "{'n': 151, 'm': 436, 'k_avg': 5.774834437086093, 'intersection_count': 133, 'streets_per_node_avg': 3.0596026490066226, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 88, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11920529801324503, 2: 0.0, 3: 0.5827814569536424, 4: 0.2980132450331126}, 'edge_length_total': 73606.98799999997, 'edge_length_avg': 168.823366972477, 'street_length_total': 36803.494000000006, 'street_length_avg': 168.8233669724771, 'street_segments_count': 218, 'node_density_km': 25.16417183266118, 'intersection_density_km': 22.164469230092298, 'edge_density_km': 12266.615192825355, 'street_density_km': 6133.307596412681, 'circuity_avg': 1.037414567283584, 'self_loop_proportion': 0.0045871559633027525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037414567283584\n", - "1495\n", - "17000577.817912243\n", - "{'n': 1159, 'm': 3014, 'k_avg': 5.2010353753235545, 'intersection_count': 978, 'streets_per_node_avg': 2.815358067299396, 'streets_per_node_counts': {0: 0, 1: 181, 2: 4, 3: 824, 4: 148, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15616911130284727, 2: 0.003451251078515962, 3: 0.7109577221742882, 4: 0.1276962899050906, 5: 0.001725625539257981}, 'edge_length_total': 294140.44100000046, 'edge_length_avg': 97.59138719309902, 'street_length_total': 153820.56899999978, 'street_length_avg': 96.0178333333332, 'street_segments_count': 1602, 'node_density_km': 68.17415339723618, 'intersection_density_km': 57.527456447365815, 'edge_density_km': 17301.790806785786, 'street_density_km': 9047.961230937133, 'circuity_avg': 1.072854357919465, 'self_loop_proportion': 0.0053085600530856005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072854357919465\n", - "1496\n", - "16997382.643503003\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1360, 'm': 3684, 'k_avg': 5.41764705882353, 'intersection_count': 1117, 'streets_per_node_avg': 2.838235294117647, 'streets_per_node_counts': {0: 0, 1: 243, 2: 3, 3: 849, 4: 261, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1786764705882353, 2: 0.0022058823529411764, 3: 0.6242647058823529, 4: 0.19191176470588237, 5: 0.0029411764705882353}, 'edge_length_total': 301608.5840000004, 'edge_length_avg': 81.86986536373517, 'street_length_total': 154982.23000000042, 'street_length_avg': 81.78481794195272, 'street_segments_count': 1895, 'node_density_km': 80.01231886839, 'intersection_density_km': 65.71600012940561, 'edge_density_km': 17744.41337974384, 'street_density_km': 9118.0055924222, 'circuity_avg': 1.0292482803041094, 'self_loop_proportion': 0.0010857763300760044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292482803041094\n", - "1497\n", - "6004709.904791117\n", - "{'n': 318, 'm': 840, 'k_avg': 5.283018867924528, 'intersection_count': 266, 'streets_per_node_avg': 2.7452830188679247, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 243, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16352201257861634, 2: 0.0, 3: 0.7641509433962265, 4: 0.07232704402515723}, 'edge_length_total': 92746.85300000003, 'edge_length_avg': 110.41292023809528, 'street_length_total': 46418.519000000015, 'street_length_avg': 110.25776484560573, 'street_segments_count': 421, 'node_density_km': 52.95842847400005, 'intersection_density_km': 44.298559666930856, 'edge_density_km': 15445.68421631792, 'street_density_km': 7730.351629970167, 'circuity_avg': 1.0905517205441861, 'self_loop_proportion': 0.002380952380952381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0905517205441861\n", - "1498\n", - "4999525.725919909\n", - "{'n': 136, 'm': 360, 'k_avg': 5.294117647058823, 'intersection_count': 120, 'streets_per_node_avg': 2.8088235294117645, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 114, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.8382352941176471, 4: 0.04411764705882353}, 'edge_length_total': 66721.954, 'edge_length_avg': 185.3387611111111, 'street_length_total': 33360.97699999999, 'street_length_avg': 185.33876111111107, 'street_segments_count': 180, 'node_density_km': 27.202580295749176, 'intersection_density_km': 24.00227673154339, 'edge_density_km': 13345.656699810905, 'street_density_km': 6672.8283499054505, 'circuity_avg': 1.0425516684432425, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425516684432425\n", - "1499\n", - "5002578.236637579\n", - "{'n': 209, 'm': 482, 'k_avg': 4.6124401913875595, 'intersection_count': 149, 'streets_per_node_avg': 2.478468899521531, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 138, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28708133971291866, 2: 0.0, 3: 0.6602870813397129, 4: 0.05263157894736842}, 'edge_length_total': 62978.81399999993, 'edge_length_avg': 130.66143983402475, 'street_length_total': 31612.858, 'street_length_avg': 130.0940658436214, 'street_segments_count': 243, 'node_density_km': 41.77845705027429, 'intersection_density_km': 29.784641629142914, 'edge_density_km': 12589.27117596273, 'street_density_km': 6319.313063107273, 'circuity_avg': 1.0885570935668474, 'self_loop_proportion': 0.004149377593360996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0885570935668474\n", - "1500\n", - "15998546.724324487\n", - "{'n': 823, 'm': 2320, 'k_avg': 5.637910085054678, 'intersection_count': 713, 'streets_per_node_avg': 2.885783718104496, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 588, 4: 124, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1336573511543135, 2: 0.0, 3: 0.7144592952612394, 4: 0.15066828675577157, 5: 0.001215066828675577}, 'edge_length_total': 289109.8050000011, 'edge_length_avg': 124.61629525862116, 'street_length_total': 144939.19900000014, 'street_length_avg': 124.30463036020595, 'street_segments_count': 1166, 'node_density_km': 51.44217247862242, 'intersection_density_km': 44.56654796750642, 'edge_density_km': 18071.004196927035, 'street_density_km': 9059.522811508366, 'circuity_avg': 1.0455564244047277, 'self_loop_proportion': 0.0008620689655172414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455564244047277\n", - "1501\n", - "9000472.888279717\n", - "{'n': 444, 'm': 1238, 'k_avg': 5.576576576576577, 'intersection_count': 391, 'streets_per_node_avg': 2.8671171171171173, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 346, 4: 43, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11936936936936937, 2: 0.0, 3: 0.7792792792792793, 4: 0.09684684684684684, 5: 0.0045045045045045045}, 'edge_length_total': 156410.57799999992, 'edge_length_avg': 126.34133925686585, 'street_length_total': 78205.28899999993, 'street_length_avg': 126.34133925686581, 'street_segments_count': 619, 'node_density_km': 49.33074134117667, 'intersection_density_km': 43.44216185675693, 'edge_density_km': 17378.040014283637, 'street_density_km': 8689.020007141815, 'circuity_avg': 1.0417456883961598, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417456883961598\n", - "1502\n", - "21016638.518025182\n", - "{'n': 1938, 'm': 5028, 'k_avg': 5.188854489164087, 'intersection_count': 1604, 'streets_per_node_avg': 2.782249742002064, 'streets_per_node_counts': {0: 0, 1: 334, 2: 5, 3: 1354, 4: 240, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17234262125902994, 2: 0.0025799793601651187, 3: 0.6986584107327142, 4: 0.1238390092879257, 5: 0.0020639834881320948, 6: 0.0005159958720330237}, 'edge_length_total': 428314.3549999992, 'edge_length_avg': 85.18583035003962, 'street_length_total': 224079.3269999996, 'street_length_avg': 84.43079389600588, 'street_segments_count': 2654, 'node_density_km': 92.21265324318396, 'intersection_density_km': 76.32048287000366, 'edge_density_km': 20379.774559697074, 'street_density_km': 10661.996532310111, 'circuity_avg': 1.0615628219198727, 'self_loop_proportion': 0.003579952267303103, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615628219198727\n", - "1503\n", - "11001521.652925815\n", - "{'n': 710, 'm': 1810, 'k_avg': 5.098591549295775, 'intersection_count': 624, 'streets_per_node_avg': 2.888732394366197, 'streets_per_node_counts': {0: 0, 1: 86, 2: 2, 3: 528, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12112676056338029, 2: 0.0028169014084507044, 3: 0.7436619718309859, 4: 0.13098591549295774, 5: 0.0014084507042253522}, 'edge_length_total': 191879.8370000003, 'edge_length_avg': 106.01095966850845, 'street_length_total': 101062.50099999993, 'street_length_avg': 103.44165916069593, 'street_segments_count': 977, 'node_density_km': 64.53652707315975, 'intersection_density_km': 56.71942661077701, 'edge_density_km': 17441.208866681685, 'street_density_km': 9186.229340658774, 'circuity_avg': 1.0387115693586504, 'self_loop_proportion': 0.0038674033149171273, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387115693586504\n", - "1504\n", - "14012887.769762443\n", - "{'n': 284, 'm': 598, 'k_avg': 4.211267605633803, 'intersection_count': 180, 'streets_per_node_avg': 2.2816901408450705, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 176, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36619718309859156, 2: 0.0, 3: 0.6197183098591549, 4: 0.014084507042253521}, 'edge_length_total': 94536.92599999999, 'edge_length_avg': 158.0885050167224, 'street_length_total': 47372.12300000003, 'street_length_avg': 157.90707666666677, 'street_segments_count': 300, 'node_density_km': 20.26705734508388, 'intersection_density_km': 12.845318035616543, 'edge_density_km': 6746.427114330813, 'street_density_km': 3380.6110330963647, 'circuity_avg': 1.0739353571768802, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0739353571768802\n", - "1505\n", - "10004893.229269966\n", - "{'n': 893, 'm': 2228, 'k_avg': 4.989921612541993, 'intersection_count': 672, 'streets_per_node_avg': 2.6024636058230683, 'streets_per_node_counts': {0: 0, 1: 221, 2: 2, 3: 586, 4: 82, 5: 1, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24748040313549832, 2: 0.0022396416573348264, 3: 0.6562150055991042, 4: 0.09182530795072788, 5: 0.0011198208286674132, 6: 0.0, 7: 0.0, 8: 0.0011198208286674132}, 'edge_length_total': 190030.27599999987, 'edge_length_avg': 85.29186535008971, 'street_length_total': 95335.8500000001, 'street_length_avg': 84.89390026714167, 'street_segments_count': 1123, 'node_density_km': 89.25632483387933, 'intersection_density_km': 67.16713358159788, 'edge_density_km': 18993.733530714144, 'street_density_km': 9528.922279858905, 'circuity_avg': 1.0571704427158672, 'self_loop_proportion': 0.0026929982046678637, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571704427158672\n", - "1506\n", - "6999583.772830066\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 441, 'm': 1230, 'k_avg': 5.578231292517007, 'intersection_count': 385, 'streets_per_node_avg': 2.9183673469387754, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 309, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12698412698412698, 2: 0.0, 3: 0.7006802721088435, 4: 0.17233560090702948}, 'edge_length_total': 127541.18700000024, 'edge_length_avg': 103.6920219512197, 'street_length_total': 64312.46399999994, 'street_length_avg': 102.408382165605, 'street_segments_count': 628, 'node_density_km': 63.003746267286296, 'intersection_density_km': 55.003270550805496, 'edge_density_km': 18221.253025797116, 'street_density_km': 9188.04118748295, 'circuity_avg': 1.0300218167526352, 'self_loop_proportion': 0.0016260162601626016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300218167526352\n", - "1507\n", - "63045581.424365826\n", - "{'n': 4931, 'm': 12255, 'k_avg': 4.97059419995944, 'intersection_count': 3946, 'streets_per_node_avg': 2.7852362603934293, 'streets_per_node_counts': {0: 0, 1: 985, 2: 14, 3: 3054, 4: 833, 5: 43, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19975664165483675, 2: 0.002839180693571284, 3: 0.6193469884404786, 4: 0.1689312512674914, 5: 0.008720340701683229, 6: 0.00040559724193875484}, 'edge_length_total': 957160.8040000017, 'edge_length_avg': 78.10369677682593, 'street_length_total': 508903.5059999982, 'street_length_avg': 74.7617902159539, 'street_segments_count': 6807, 'node_density_km': 78.21325283383412, 'intersection_density_km': 62.58963611484677, 'edge_density_km': 15182.04420318152, 'street_density_km': 8071.993223038425, 'circuity_avg': 1.0732038763332632, 'self_loop_proportion': 0.002284781721746226, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732038763332632\n", - "1508\n", - "11000627.959390903\n", - "{'n': 658, 'm': 1766, 'k_avg': 5.367781155015198, 'intersection_count': 520, 'streets_per_node_avg': 2.721884498480243, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 427, 4: 93}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20972644376899696, 2: 0.0, 3: 0.648936170212766, 4: 0.1413373860182371}, 'edge_length_total': 187581.10399999996, 'edge_length_avg': 106.21806568516419, 'street_length_total': 93790.55199999997, 'street_length_avg': 106.21806568516418, 'street_segments_count': 883, 'node_density_km': 59.81476715956796, 'intersection_density_km': 47.27002875832118, 'edge_density_km': 17051.854193456988, 'street_density_km': 8525.927096728494, 'circuity_avg': 1.0287252518726524, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287252518726524\n", - "1509\n", - "7002297.29307097\n", - "{'n': 204, 'm': 559, 'k_avg': 5.480392156862745, 'intersection_count': 181, 'streets_per_node_avg': 2.9705882352941178, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 143, 4: 36, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11274509803921569, 2: 0.0, 3: 0.7009803921568627, 4: 0.17647058823529413, 5: 0.00980392156862745}, 'edge_length_total': 93732.78199999999, 'edge_length_avg': 167.6793953488372, 'street_length_total': 47187.122999999985, 'street_length_avg': 162.71421724137926, 'street_segments_count': 290, 'node_density_km': 29.133296040124645, 'intersection_density_km': 25.848659721875297, 'edge_density_km': 13386.004346423855, 'street_density_km': 6738.805998239089, 'circuity_avg': 1.0285655290268054, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285655290268054\n", - "1510\n", - "11006190.026791982\n", - "{'n': 256, 'm': 657, 'k_avg': 5.1328125, 'intersection_count': 199, 'streets_per_node_avg': 2.60546875, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 186, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22265625, 2: 0.0, 3: 0.7265625, 4: 0.05078125}, 'edge_length_total': 98099.45600000002, 'edge_length_avg': 149.31424048706245, 'street_length_total': 49102.895999999986, 'street_length_avg': 149.248924012158, 'street_segments_count': 329, 'node_density_km': 23.25963838320329, 'intersection_density_km': 18.08073452444318, 'edge_density_km': 8913.116688081884, 'street_density_km': 4461.389080187651, 'circuity_avg': 1.0861079930690707, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0861079930690707\n", - "1511\n", - "96076764.6274426\n", - "error with entry 1511\n", - "1512\n", - "57993138.35770964\n", - "{'n': 3155, 'm': 7478, 'k_avg': 4.740412044374009, 'intersection_count': 2441, 'streets_per_node_avg': 2.6234548335974646, 'streets_per_node_counts': {0: 0, 1: 714, 2: 9, 3: 2188, 4: 240, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22630744849445325, 2: 0.0028526148969889066, 3: 0.6935023771790808, 4: 0.07606973058637084, 5: 0.0009508716323296355, 6: 0.0003169572107765452}, 'edge_length_total': 783369.7590000025, 'edge_length_avg': 104.75658718908834, 'street_length_total': 410865.89999999927, 'street_length_avg': 100.65308672219483, 'street_segments_count': 4082, 'node_density_km': 54.40298782486174, 'intersection_density_km': 42.091186459742474, 'edge_density_km': 13507.973204831067, 'street_density_km': 7084.732981093763, 'circuity_avg': 1.0739330095019204, 'self_loop_proportion': 0.004011767852366943, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0739330095019204\n", - "1513\n", - "16996945.738038786\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.8571428571428571}, 'edge_length_total': 4195.0019999999995, 'edge_length_avg': 299.643, 'street_length_total': 2097.501, 'street_length_avg': 299.64300000000003, 'street_segments_count': 7, 'node_density_km': 0.411838697839351, 'intersection_density_km': 0.3530045981480151, 'edge_density_km': 246.80916587335327, 'street_density_km': 123.40458293667666, 'circuity_avg': 1.0700435759453635, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700435759453635\n", - "1514\n", - "27999987.08956395\n", - "{'n': 906, 'm': 2458, 'k_avg': 5.4260485651214125, 'intersection_count': 744, 'streets_per_node_avg': 2.8002207505518766, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 608, 4: 131, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17880794701986755, 2: 0.0, 3: 0.6710816777041942, 4: 0.1445916114790287, 5: 0.0033112582781456954, 6: 0.002207505518763797}, 'edge_length_total': 278826.94999999955, 'edge_length_avg': 113.43651342554904, 'street_length_total': 140545.83699999997, 'street_length_avg': 113.34341693548384, 'street_segments_count': 1240, 'node_density_km': 32.35715777660772, 'intersection_density_km': 26.57144082317455, 'edge_density_km': 9958.1099486979, 'street_density_km': 5019.496492996016, 'circuity_avg': 1.053721506037455, 'self_loop_proportion': 0.0024410089503661514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053721506037455\n", - "1515\n", - "9998102.427218556\n", - "{'n': 701, 'm': 1924, 'k_avg': 5.489300998573467, 'intersection_count': 599, 'streets_per_node_avg': 2.831669044222539, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 514, 4: 84, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14550641940085593, 2: 0.0, 3: 0.7332382310984308, 4: 0.11982881597717546, 5: 0.0014265335235378032}, 'edge_length_total': 197843.66699999993, 'edge_length_avg': 102.82934875259872, 'street_length_total': 99779.51300000002, 'street_length_avg': 102.65381995884776, 'street_segments_count': 972, 'node_density_km': 70.11330450982548, 'intersection_density_km': 59.911368618238896, 'edge_density_km': 19788.121640102006, 'street_density_km': 9979.845048232657, 'circuity_avg': 1.042601058388886, 'self_loop_proportion': 0.004158004158004158, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042601058388886\n", - "1516\n", - "10997512.324043633\n", - "{'n': 434, 'm': 1285, 'k_avg': 5.921658986175115, 'intersection_count': 387, 'streets_per_node_avg': 3.0668202764976957, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 265, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10829493087557604, 2: 0.0, 3: 0.6105990783410138, 4: 0.27880184331797236, 5: 0.002304147465437788}, 'edge_length_total': 185788.76899999997, 'edge_length_avg': 144.5826996108949, 'street_length_total': 93479.92299999991, 'street_length_avg': 144.48210664605858, 'street_segments_count': 647, 'node_density_km': 39.46347021145453, 'intersection_density_km': 35.18977643279471, 'edge_density_km': 16893.70864298227, 'street_density_km': 8500.097135206359, 'circuity_avg': 1.0253768571379955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253768571379955\n", - "1517\n", - "35005925.91784146\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 837, 'm': 2219, 'k_avg': 5.3022700119474315, 'intersection_count': 666, 'streets_per_node_avg': 2.7538829151732376, 'streets_per_node_counts': {0: 0, 1: 171, 2: 2, 3: 527, 4: 136, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20430107526881722, 2: 0.0023894862604540022, 3: 0.6296296296296297, 4: 0.16248506571087215, 5: 0.0011947431302270011}, 'edge_length_total': 331058.9280000013, 'edge_length_avg': 149.1928472284819, 'street_length_total': 167661.574, 'street_length_avg': 148.76803371783495, 'street_segments_count': 1127, 'node_density_km': 23.91023742564131, 'intersection_density_km': 19.025350209650075, 'edge_density_km': 9457.22529314017, 'street_density_km': 4789.519762839582, 'circuity_avg': 1.0487030909438162, 'self_loop_proportion': 0.004506534474988734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487030909438162\n", - "1518\n", - "9004572.01603939\n", - "{'n': 515, 'm': 1317, 'k_avg': 5.114563106796116, 'intersection_count': 432, 'streets_per_node_avg': 2.81747572815534, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 362, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16116504854368932, 2: 0.0, 3: 0.7029126213592233, 4: 0.13203883495145632, 5: 0.003883495145631068}, 'edge_length_total': 125621.33699999998, 'edge_length_avg': 95.38446241457858, 'street_length_total': 64681.98900000007, 'street_length_avg': 91.877825284091, 'street_segments_count': 704, 'node_density_km': 57.19316799095576, 'intersection_density_km': 47.975628295326, 'edge_density_km': 13950.839282115467, 'street_density_km': 7183.238568672148, 'circuity_avg': 1.0395593746567662, 'self_loop_proportion': 0.004555808656036446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395593746567662\n", - "1519\n", - "9000705.406468797\n", - "{'n': 261, 'm': 705, 'k_avg': 5.402298850574713, 'intersection_count': 232, 'streets_per_node_avg': 2.9272030651340994, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 193, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7394636015325671, 4: 0.14942528735632185}, 'edge_length_total': 101425.41900000007, 'edge_length_avg': 143.86584255319158, 'street_length_total': 51252.361999999965, 'street_length_avg': 142.76423955431744, 'street_segments_count': 359, 'node_density_km': 28.99772720173905, 'intersection_density_km': 25.775757512656934, 'edge_density_km': 11268.607783463918, 'street_density_km': 5694.260581305654, 'circuity_avg': 1.0448005857662472, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448005857662472\n", - "1520\n", - "2999949.7812118437\n", - "{'n': 43, 'm': 122, 'k_avg': 5.674418604651163, 'intersection_count': 37, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 25, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13953488372093023, 2: 0.0, 3: 0.5813953488372093, 4: 0.27906976744186046}, 'edge_length_total': 14785.615999999998, 'edge_length_avg': 121.19357377049178, 'street_length_total': 7392.807999999997, 'street_length_avg': 121.19357377049175, 'street_segments_count': 61, 'node_density_km': 14.333573271559883, 'intersection_density_km': 12.333539791807342, 'edge_density_km': 4928.621169794143, 'street_density_km': 2464.3105848970704, 'circuity_avg': 1.026411427014633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026411427014633\n", - "1521\n", - "28998137.12250578\n", - "{'n': 708, 'm': 1951, 'k_avg': 5.511299435028248, 'intersection_count': 587, 'streets_per_node_avg': 2.8545197740112993, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 448, 4: 139}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1709039548022599, 2: 0.0, 3: 0.632768361581921, 4: 0.1963276836158192}, 'edge_length_total': 287432.1000000004, 'edge_length_avg': 147.3255253716045, 'street_length_total': 144522.15499999994, 'street_length_avg': 146.5741937119675, 'street_segments_count': 986, 'node_density_km': 24.415361476807185, 'intersection_density_km': 20.242679642494092, 'edge_density_km': 9912.088448499717, 'street_density_km': 4983.842734084965, 'circuity_avg': 1.0839404385217553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0839404385217553\n", - "1522\n", - "8002951.89544124\n", - "{'n': 554, 'm': 1542, 'k_avg': 5.566787003610108, 'intersection_count': 478, 'streets_per_node_avg': 2.911552346570397, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 375, 4: 100, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1371841155234657, 2: 0.0018050541516245488, 3: 0.6768953068592057, 4: 0.18050541516245489, 5: 0.0036101083032490976}, 'edge_length_total': 162253.20199999984, 'edge_length_avg': 105.22256939040197, 'street_length_total': 81896.964, 'street_length_avg': 104.46041326530613, 'street_segments_count': 784, 'node_density_km': 69.22445708009037, 'intersection_density_km': 59.72796116296607, 'edge_density_km': 20274.16934649138, 'street_density_km': 10233.344529616801, 'circuity_avg': 1.0559486022292401, 'self_loop_proportion': 0.004539559014267186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559486022292401\n", - "1523\n", - "10998481.821232956\n", - "{'n': 332, 'm': 883, 'k_avg': 5.319277108433735, 'intersection_count': 283, 'streets_per_node_avg': 2.8373493975903616, 'streets_per_node_counts': {0: 0, 1: 49, 2: 2, 3: 236, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14759036144578314, 2: 0.006024096385542169, 3: 0.7108433734939759, 4: 0.13253012048192772, 5: 0.0030120481927710845}, 'edge_length_total': 127027.25600000023, 'edge_length_avg': 143.85872706681792, 'street_length_total': 64202.83999999997, 'street_length_avg': 140.18087336244534, 'street_segments_count': 458, 'node_density_km': 30.185984338225875, 'intersection_density_km': 25.73082399915037, 'edge_density_km': 11549.526385975349, 'street_density_km': 5837.427478041027, 'circuity_avg': 1.0347085149326969, 'self_loop_proportion': 0.006795016987542469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347085149326969\n", - "1524\n", - "7999049.951385468\n", - "{'n': 283, 'm': 773, 'k_avg': 5.4628975265017665, 'intersection_count': 246, 'streets_per_node_avg': 2.8798586572438163, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 207, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13074204946996468, 2: 0.0, 3: 0.7314487632508834, 4: 0.13427561837455831, 5: 0.0035335689045936395}, 'edge_length_total': 112253.52999999997, 'edge_length_avg': 145.21802069857694, 'street_length_total': 56526.34799999998, 'street_length_avg': 143.83294656488545, 'street_segments_count': 393, 'node_density_km': 35.37920149517046, 'intersection_density_km': 30.75365218308104, 'edge_density_km': 14033.357796516471, 'street_density_km': 7066.632705576415, 'circuity_avg': 1.0390924920580413, 'self_loop_proportion': 0.00258732212160414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390924920580413\n", - "1525\n", - "15001650.768720146\n", - "{'n': 823, 'm': 2377, 'k_avg': 5.7764277035236935, 'intersection_count': 729, 'streets_per_node_avg': 3.0729040097205345, 'streets_per_node_counts': {0: 0, 1: 94, 2: 1, 3: 487, 4: 233, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11421628189550426, 2: 0.001215066828675577, 3: 0.5917375455650061, 4: 0.28311057108140947, 5: 0.009720534629404616}, 'edge_length_total': 290970.6009999994, 'edge_length_avg': 122.41085443836744, 'street_length_total': 150740.96699999995, 'street_length_avg': 122.45407554833464, 'street_segments_count': 1231, 'node_density_km': 54.86062918595815, 'intersection_density_km': 48.59465209789003, 'edge_density_km': 19395.905523057532, 'street_density_km': 10048.29197292801, 'circuity_avg': 1.042001784762306, 'self_loop_proportion': 0.0008413967185527977, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042001784762306\n", - "1526\n", - "9002049.315330245\n", - "{'n': 533, 'm': 1357, 'k_avg': 5.0919324577861165, 'intersection_count': 439, 'streets_per_node_avg': 2.7560975609756095, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 382, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17636022514071295, 2: 0.0, 3: 0.7166979362101313, 4: 0.1050656660412758, 5: 0.001876172607879925}, 'edge_length_total': 165340.1939999997, 'edge_length_avg': 121.84244215180523, 'street_length_total': 88094.71000000006, 'street_length_avg': 126.93762247838626, 'street_segments_count': 694, 'node_density_km': 59.20874029120408, 'intersection_density_km': 48.76667352314933, 'edge_density_km': 18366.950480756626, 'street_density_km': 9786.072805664058, 'circuity_avg': 1.072132688272914, 'self_loop_proportion': 0.0029476787030213707, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072132688272914\n", - "1527\n", - "11998372.712752597\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 341, 'm': 928, 'k_avg': 5.442815249266862, 'intersection_count': 308, 'streets_per_node_avg': 2.9530791788856305, 'streets_per_node_counts': {0: 0, 1: 33, 2: 2, 3: 254, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0967741935483871, 2: 0.005865102639296188, 3: 0.7448680351906158, 4: 0.15249266862170088}, 'edge_length_total': 145424.97000000012, 'edge_length_avg': 156.70794181034495, 'street_length_total': 76284.07900000006, 'street_length_avg': 158.26572406639016, 'street_segments_count': 482, 'node_density_km': 28.420520695907747, 'intersection_density_km': 25.67014772533603, 'edge_density_km': 12120.391113157673, 'street_density_km': 6357.868756562355, 'circuity_avg': 1.0373075994673087, 'self_loop_proportion': 0.008620689655172414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373075994673087\n", - "1528\n", - "6998976.261692243\n", - "{'n': 175, 'm': 488, 'k_avg': 5.577142857142857, 'intersection_count': 159, 'streets_per_node_avg': 2.9257142857142857, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 140, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09142857142857143, 2: 0.0, 3: 0.8, 4: 0.10857142857142857}, 'edge_length_total': 80294.4819999999, 'edge_length_avg': 164.53787295081946, 'street_length_total': 40181.395, 'street_length_avg': 164.005693877551, 'street_segments_count': 245, 'node_density_km': 25.00365674303455, 'intersection_density_km': 22.717608126528535, 'edge_density_km': 11472.318093072936, 'street_density_km': 5741.038903064484, 'circuity_avg': 1.0413716780405629, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0413716780405629\n", - "1529\n", - "6000754.8897061\n", - "{'n': 371, 'm': 1030, 'k_avg': 5.55256064690027, 'intersection_count': 323, 'streets_per_node_avg': 2.8652291105121295, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 277, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1293800539083558, 2: 0.0, 3: 0.7466307277628033, 4: 0.12398921832884097}, 'edge_length_total': 104865.4539999999, 'edge_length_avg': 101.81112038834941, 'street_length_total': 52432.72700000004, 'street_length_avg': 101.8111203883496, 'street_segments_count': 515, 'node_density_km': 61.82555475419035, 'intersection_density_km': 53.8265611471792, 'edge_density_km': 17475.377002965022, 'street_density_km': 8737.688501482527, 'circuity_avg': 1.035664593296768, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035664593296768\n", - "1530\n", - "64012424.09244114\n", - "{'n': 5562, 'm': 15494, 'k_avg': 5.571377202445164, 'intersection_count': 4832, 'streets_per_node_avg': 2.9048903272204245, 'streets_per_node_counts': {0: 0, 1: 730, 2: 14, 3: 3895, 4: 903, 5: 18, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1312477526069759, 2: 0.0025170801869830997, 3: 0.7002876663070838, 4: 0.16235167206040993, 5: 0.003236245954692557, 6: 0.0003595828838547285}, 'edge_length_total': 1401546.7729999935, 'edge_length_avg': 90.4573882147924, 'street_length_total': 718225.4669999967, 'street_length_avg': 90.24066679231018, 'street_segments_count': 7959, 'node_density_km': 86.88938247312501, 'intersection_density_km': 75.4853462981194, 'edge_density_km': 21894.917945553858, 'street_density_km': 11220.094804764749, 'circuity_avg': 1.0479434555815608, 'self_loop_proportion': 0.004776042338969924, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479434555815608\n", - "1531\n", - "5002087.644857487\n", - "{'n': 382, 'm': 1032, 'k_avg': 5.403141361256544, 'intersection_count': 344, 'streets_per_node_avg': 2.9293193717277486, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 298, 4: 43, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09947643979057591, 2: 0.0, 3: 0.7801047120418848, 4: 0.112565445026178, 5: 0.007853403141361256}, 'edge_length_total': 107143.51399999985, 'edge_length_avg': 103.82123449612389, 'street_length_total': 55517.592, 'street_length_avg': 104.35637593984961, 'street_segments_count': 532, 'node_density_km': 76.36811409986468, 'intersection_density_km': 68.77128599568967, 'edge_density_km': 21419.759429875492, 'street_density_km': 11098.88429425585, 'circuity_avg': 1.037241794178496, 'self_loop_proportion': 0.001937984496124031, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037241794178496\n", - "1532\n", - "40028546.28644671\n", - "{'n': 3428, 'm': 8997, 'k_avg': 5.249124854142357, 'intersection_count': 2843, 'streets_per_node_avg': 2.8313885647607933, 'streets_per_node_counts': {0: 0, 1: 585, 2: 8, 3: 2256, 4: 563, 5: 11, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1706534422403734, 2: 0.002333722287047841, 3: 0.6581096849474912, 4: 0.16423570595099182, 5: 0.0032088681446907816, 6: 0.0014585764294049008}, 'edge_length_total': 788700.0300000018, 'edge_length_avg': 87.66255751917325, 'street_length_total': 417465.0670000004, 'street_length_avg': 87.24452810867302, 'street_segments_count': 4785, 'node_density_km': 85.63888319773153, 'intersection_density_km': 71.02431299041737, 'edge_density_km': 19703.43924948002, 'street_density_km': 10429.183813286523, 'circuity_avg': 1.0769800015521156, 'self_loop_proportion': 0.006446593308880738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769800015521156\n", - "1533\n", - "10999955.424344148\n", - "{'n': 324, 'm': 864, 'k_avg': 5.333333333333333, 'intersection_count': 263, 'streets_per_node_avg': 2.7098765432098766, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 235, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1882716049382716, 2: 0.0, 3: 0.7253086419753086, 4: 0.08641975308641975}, 'edge_length_total': 110157.00800000002, 'edge_length_avg': 127.49653703703706, 'street_length_total': 55078.503999999986, 'street_length_avg': 127.496537037037, 'street_segments_count': 432, 'node_density_km': 29.454664814636544, 'intersection_density_km': 23.90918779706608, 'edge_density_km': 10014.314035874188, 'street_density_km': 5007.157017937092, 'circuity_avg': 1.0380661263436424, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380661263436424\n", - "1534\n", - "6999051.842471324\n", - "{'n': 371, 'm': 1003, 'k_avg': 5.407008086253369, 'intersection_count': 308, 'streets_per_node_avg': 2.8274932614555257, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 246, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16981132075471697, 2: 0.0, 3: 0.6630727762803235, 4: 0.16711590296495957}, 'edge_length_total': 112886.7799999999, 'edge_length_avg': 112.54913260219331, 'street_length_total': 57655.946, 'street_length_avg': 111.52020502901355, 'street_segments_count': 517, 'node_density_km': 53.00717987952524, 'intersection_density_km': 44.005960654700196, 'edge_density_km': 16128.86752959673, 'street_density_km': 8237.679516836102, 'circuity_avg': 1.0466173047610692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466173047610692\n", - "1535\n", - "38002585.61157044\n", - "{'n': 3171, 'm': 8973, 'k_avg': 5.659413434247871, 'intersection_count': 2664, 'streets_per_node_avg': 2.9176915799432357, 'streets_per_node_counts': {0: 0, 1: 507, 2: 2, 3: 1923, 4: 723, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1598864711447493, 2: 0.000630715862503942, 3: 0.6064333017975402, 4: 0.228003784295175, 5: 0.005045726900031536}, 'edge_length_total': 887701.3540000039, 'edge_length_avg': 98.93027460158297, 'street_length_total': 451114.47299999895, 'street_length_avg': 98.84190907099013, 'street_segments_count': 4564, 'node_density_km': 83.4416908473339, 'intersection_density_km': 70.10049335140256, 'edge_density_km': 23358.972546587207, 'street_density_km': 11870.625794015727, 'circuity_avg': 1.0376821603179949, 'self_loop_proportion': 0.0017831271592555443, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376821603179949\n", - "1536\n", - "15012272.253589971\n", - "{'n': 661, 'm': 1817, 'k_avg': 5.497730711043873, 'intersection_count': 555, 'streets_per_node_avg': 2.8562783661119515, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 438, 4: 117}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16036308623298035, 2: 0.0, 3: 0.6626323751891074, 4: 0.17700453857791226}, 'edge_length_total': 228570.99199999974, 'edge_length_avg': 125.7958128783708, 'street_length_total': 114894.00299999992, 'street_length_avg': 125.29335114503809, 'street_segments_count': 917, 'node_density_km': 44.030642985570104, 'intersection_density_km': 36.96975318758155, 'edge_density_km': 15225.609297442646, 'street_density_km': 7653.3386191770305, 'circuity_avg': 1.0412252849693469, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412252849693469\n", - "1537\n", - "6004801.416684842\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 178, 'm': 472, 'k_avg': 5.303370786516854, 'intersection_count': 152, 'streets_per_node_avg': 2.8258426966292136, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 132, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14606741573033707, 2: 0.0, 3: 0.7415730337078652, 4: 0.10674157303370786, 5: 0.0056179775280898875}, 'edge_length_total': 71644.2759999999, 'edge_length_avg': 151.78872033898284, 'street_length_total': 35822.13799999999, 'street_length_avg': 151.788720338983, 'street_segments_count': 236, 'node_density_km': 29.64294531129908, 'intersection_density_km': 25.31307689504191, 'edge_density_km': 11931.16491761581, 'street_density_km': 5965.582458807912, 'circuity_avg': 1.0629118901994392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629118901994392\n", - "1538\n", - "8000170.838713133\n", - "{'n': 232, 'm': 667, 'k_avg': 5.75, 'intersection_count': 209, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 164, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09913793103448276, 2: 0.0, 3: 0.7068965517241379, 4: 0.1896551724137931, 5: 0.004310344827586207}, 'edge_length_total': 92063.77599999993, 'edge_length_avg': 138.02665067466256, 'street_length_total': 46147.57300000001, 'street_length_avg': 137.75394925373138, 'street_segments_count': 335, 'node_density_km': 28.999380722889455, 'intersection_density_km': 26.12444211674093, 'edge_density_km': 11507.726254356943, 'street_density_km': 5768.323443380751, 'circuity_avg': 1.024216592563949, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024216592563949\n", - "1539\n", - "12997147.382839445\n", - "{'n': 236, 'm': 587, 'k_avg': 4.97457627118644, 'intersection_count': 182, 'streets_per_node_avg': 2.6186440677966103, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 166, 4: 15, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2288135593220339, 2: 0.0, 3: 0.7033898305084746, 4: 0.0635593220338983, 5: 0.0, 6: 0.00423728813559322}, 'edge_length_total': 107294.89700000011, 'edge_length_avg': 182.7851737649065, 'street_length_total': 53947.769000000015, 'street_length_avg': 182.2559763513514, 'street_segments_count': 296, 'node_density_km': 18.157830564543605, 'intersection_density_km': 14.003072723503966, 'edge_density_km': 8255.26508544983, 'street_density_km': 4150.739189987874, 'circuity_avg': 1.0382412505686849, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382412505686849\n", - "1540\n", - "27005099.46601929\n", - "{'n': 970, 'm': 2741, 'k_avg': 5.651546391752578, 'intersection_count': 831, 'streets_per_node_avg': 2.8876288659793814, 'streets_per_node_counts': {0: 0, 1: 139, 2: 2, 3: 662, 4: 164, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14329896907216494, 2: 0.002061855670103093, 3: 0.6824742268041237, 4: 0.16907216494845362, 5: 0.002061855670103093, 6: 0.0010309278350515464}, 'edge_length_total': 389957.5389999995, 'edge_length_avg': 142.26834695366637, 'street_length_total': 195277.96799999985, 'street_length_avg': 142.12370305676845, 'street_segments_count': 1374, 'node_density_km': 35.91914190949594, 'intersection_density_km': 30.771965903908377, 'edge_density_km': 14440.144517545135, 'street_density_km': 7231.151592154641, 'circuity_avg': 1.0374275402443625, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374275402443625\n", - "1541\n", - "7998946.799579445\n", - "{'n': 447, 'm': 1080, 'k_avg': 4.832214765100671, 'intersection_count': 339, 'streets_per_node_avg': 2.577181208053691, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 312, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24161073825503357, 2: 0.0, 3: 0.697986577181208, 4: 0.06040268456375839}, 'edge_length_total': 106994.47200000014, 'edge_length_avg': 99.06895555555569, 'street_length_total': 54961.555000000015, 'street_length_avg': 97.97068627450983, 'street_segments_count': 561, 'node_density_km': 55.882356915225586, 'intersection_density_km': 42.38057940550665, 'edge_density_km': 13376.069960313464, 'street_density_km': 6871.098955538708, 'circuity_avg': 1.0562750572196407, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562750572196407\n", - "1542\n", - "11001429.236634076\n", - "{'n': 497, 'm': 1358, 'k_avg': 5.464788732394366, 'intersection_count': 432, 'streets_per_node_avg': 2.8490945674044266, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 377, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13078470824949698, 2: 0.0, 3: 0.7585513078470825, 4: 0.11066398390342053}, 'edge_length_total': 167421.16399999964, 'edge_length_avg': 123.2850986745211, 'street_length_total': 84256.02299999988, 'street_length_avg': 122.82219096209896, 'street_segments_count': 686, 'node_density_km': 45.17594844359139, 'intersection_density_km': 39.267625206501975, 'edge_density_km': 15218.128517565478, 'street_density_km': 7658.643362394457, 'circuity_avg': 1.0369688938398898, 'self_loop_proportion': 0.0029455081001472753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369688938398898\n", - "1543\n", - "9998546.891018352\n", - "{'n': 292, 'm': 856, 'k_avg': 5.863013698630137, 'intersection_count': 257, 'streets_per_node_avg': 3.006849315068493, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 186, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11986301369863013, 2: 0.0, 3: 0.636986301369863, 4: 0.23972602739726026, 5: 0.003424657534246575}, 'edge_length_total': 113356.18800000017, 'edge_length_avg': 132.42545327102823, 'street_length_total': 56678.09399999998, 'street_length_avg': 132.425453271028, 'street_segments_count': 428, 'node_density_km': 29.204243694881526, 'intersection_density_km': 25.70373503282381, 'edge_density_km': 11337.26622833839, 'street_density_km': 5668.633114169185, 'circuity_avg': 1.0566501141534363, 'self_loop_proportion': 0.002336448598130841, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566501141534363\n", - "1544\n", - "8004772.671066126\n", - "{'n': 427, 'm': 1206, 'k_avg': 5.648711943793911, 'intersection_count': 380, 'streets_per_node_avg': 2.918032786885246, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 321, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11007025761124122, 2: 0.0, 3: 0.7517564402810304, 4: 0.13817330210772832}, 'edge_length_total': 128736.10200000026, 'edge_length_avg': 106.74635323383106, 'street_length_total': 64368.051, 'street_length_avg': 106.74635323383085, 'street_segments_count': 603, 'node_density_km': 53.34317632072485, 'intersection_density_km': 47.471679161300806, 'edge_density_km': 16082.418238475018, 'street_density_km': 8041.209119237493, 'circuity_avg': 1.0612648024088447, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612648024088447\n", - "1545\n", - "8003795.253949972\n", - "{'n': 412, 'm': 1069, 'k_avg': 5.189320388349515, 'intersection_count': 349, 'streets_per_node_avg': 2.7815533980582523, 'streets_per_node_counts': {0: 0, 1: 63, 2: 3, 3: 308, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1529126213592233, 2: 0.007281553398058253, 3: 0.7475728155339806, 4: 0.08980582524271845, 5: 0.0024271844660194173}, 'edge_length_total': 113079.21700000005, 'edge_length_avg': 105.78037137511697, 'street_length_total': 57113.80300000002, 'street_length_avg': 104.60403479853484, 'street_segments_count': 546, 'node_density_km': 51.47557963788152, 'intersection_density_km': 43.604313819467606, 'edge_density_km': 14128.199611827158, 'street_density_km': 7135.840084341694, 'circuity_avg': 1.0711933766916981, 'self_loop_proportion': 0.005612722170252572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711933766916981\n", - "1546\n", - "15001969.738585692\n", - "{'n': 819, 'm': 1968, 'k_avg': 4.805860805860806, 'intersection_count': 601, 'streets_per_node_avg': 2.515262515262515, 'streets_per_node_counts': {0: 0, 1: 218, 2: 0, 3: 563, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2661782661782662, 2: 0.0, 3: 0.6874236874236874, 4: 0.045177045177045176, 5: 0.001221001221001221}, 'edge_length_total': 205008.3300000001, 'edge_length_avg': 104.17089939024396, 'street_length_total': 103515.18, 'street_length_avg': 103.51517999999999, 'street_segments_count': 1000, 'node_density_km': 54.592831092939605, 'intersection_density_km': 40.061405966858004, 'edge_density_km': 13665.427512009315, 'street_density_km': 6900.105906343394, 'circuity_avg': 1.0481537759199513, 'self_loop_proportion': 0.0010162601626016261, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481537759199513\n", - "1547\n", - "9002937.404712336\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 269, 'm': 737, 'k_avg': 5.479553903345725, 'intersection_count': 236, 'streets_per_node_avg': 2.806691449814126, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 222, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12267657992565056, 2: 0.0, 3: 0.8252788104089219, 4: 0.05204460966542751}, 'edge_length_total': 100362.119, 'edge_length_avg': 136.17655223880598, 'street_length_total': 50311.76099999998, 'street_length_avg': 135.61121563342311, 'street_segments_count': 371, 'node_density_km': 29.87913698691268, 'intersection_density_km': 26.213666650228223, 'edge_density_km': 11147.708185493799, 'street_density_km': 5588.371743389629, 'circuity_avg': 1.0836271432954085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0836271432954085\n", - "1548\n", - "9999101.817439493\n", - "{'n': 225, 'm': 600, 'k_avg': 5.333333333333333, 'intersection_count': 199, 'streets_per_node_avg': 2.8177777777777777, 'streets_per_node_counts': {0: 0, 1: 26, 2: 2, 3: 184, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11555555555555555, 2: 0.008888888888888889, 3: 0.8177777777777778, 4: 0.057777777777777775}, 'edge_length_total': 107929.30699999993, 'edge_length_avg': 179.8821783333332, 'street_length_total': 54184.10599999995, 'street_length_avg': 176.49545928338745, 'street_segments_count': 307, 'node_density_km': 22.502021092292125, 'intersection_density_km': 19.90178754384948, 'edge_density_km': 10793.90018929098, 'street_density_km': 5418.897315906627, 'circuity_avg': 1.069030600615906, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069030600615906\n", - "1549\n", - "9003297.491798677\n", - "{'n': 1090, 'm': 2828, 'k_avg': 5.188990825688073, 'intersection_count': 886, 'streets_per_node_avg': 2.7458715596330276, 'streets_per_node_counts': {0: 0, 1: 204, 2: 1, 3: 759, 4: 121, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1871559633027523, 2: 0.0009174311926605505, 3: 0.6963302752293578, 4: 0.11100917431192661, 5: 0.003669724770642202, 6: 0.0009174311926605505}, 'edge_length_total': 214746.06700000004, 'edge_length_avg': 75.93566725601133, 'street_length_total': 110219.26499999975, 'street_length_avg': 75.90858471074363, 'street_segments_count': 1452, 'node_density_km': 121.0667537080617, 'intersection_density_km': 98.40838879389236, 'edge_density_km': 23851.935048865984, 'street_density_km': 12242.099641870234, 'circuity_avg': 1.0519027568420476, 'self_loop_proportion': 0.0049504950495049506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519027568420476\n", - "1550\n", - "7999291.118160013\n", - "{'n': 510, 'm': 1470, 'k_avg': 5.764705882352941, 'intersection_count': 454, 'streets_per_node_avg': 2.962745098039216, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 362, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10980392156862745, 2: 0.0, 3: 0.7098039215686275, 4: 0.1784313725490196, 5: 0.00196078431372549}, 'edge_length_total': 152290.0219999997, 'edge_length_avg': 103.5986544217685, 'street_length_total': 76489.78500000003, 'street_length_avg': 102.80885080645166, 'street_segments_count': 744, 'node_density_km': 63.75564940275728, 'intersection_density_km': 56.75502907618001, 'edge_density_km': 19037.939706216028, 'street_density_km': 9562.070422259381, 'circuity_avg': 1.0340665838996572, 'self_loop_proportion': 0.0013605442176870747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340665838996572\n", - "1551\n", - "80983128.18345545\n", - "{'n': 8513, 'm': 23484, 'k_avg': 5.517208974509574, 'intersection_count': 7448, 'streets_per_node_avg': 2.960765887466228, 'streets_per_node_counts': {0: 0, 1: 1065, 2: 21, 3: 5672, 4: 1702, 5: 45, 6: 7, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12510278397744626, 2: 0.002466815458710208, 3: 0.6662751086573476, 4: 0.19992951955832255, 5: 0.005286033125807588, 6: 0.0008222718195700693, 7: 0.00011746740279572419}, 'edge_length_total': 1909512.7099999962, 'edge_length_avg': 81.31122083120407, 'street_length_total': 1013302.9149999984, 'street_length_avg': 80.80565510366813, 'street_segments_count': 12540, 'node_density_km': 105.1206614384547, 'intersection_density_km': 91.96977403895345, 'edge_density_km': 23579.14238227837, 'street_density_km': 12512.51881385106, 'circuity_avg': 1.0554046285752026, 'self_loop_proportion': 0.00570601260432635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554046285752026\n", - "1552\n", - "7007184.285878443\n", - "{'n': 271, 'm': 720, 'k_avg': 5.313653136531365, 'intersection_count': 238, 'streets_per_node_avg': 2.918819188191882, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 195, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12177121771217712, 2: 0.0, 3: 0.7195571955719557, 4: 0.15498154981549817, 5: 0.0036900369003690036}, 'edge_length_total': 87997.8380000002, 'edge_length_avg': 122.21921944444473, 'street_length_total': 44392.055000000015, 'street_length_avg': 118.06397606382983, 'street_segments_count': 376, 'node_density_km': 38.6745929525709, 'intersection_density_km': 33.96514067421356, 'edge_density_km': 12558.230868473373, 'street_density_km': 6335.22013820347, 'circuity_avg': 1.0659443996710614, 'self_loop_proportion': 0.013888888888888888, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659443996710614\n", - "1553\n", - "7999109.970190822\n", - "{'n': 478, 'm': 1278, 'k_avg': 5.347280334728033, 'intersection_count': 386, 'streets_per_node_avg': 2.799163179916318, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 299, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19246861924686193, 2: 0.0, 3: 0.6255230125523012, 4: 0.1799163179916318, 5: 0.0020920502092050207}, 'edge_length_total': 135431.90300000025, 'edge_length_avg': 105.97175508607218, 'street_length_total': 68727.91799999999, 'street_length_avg': 105.08855963302751, 'street_segments_count': 654, 'node_density_km': 59.756648149768736, 'intersection_density_km': 48.2553685895622, 'edge_density_km': 16930.871497541055, 'street_density_km': 8591.945635966855, 'circuity_avg': 1.035735139401347, 'self_loop_proportion': 0.001564945226917058, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035735139401347\n", - "1554\n", - "8004189.330027527\n", - "{'n': 426, 'm': 1137, 'k_avg': 5.338028169014085, 'intersection_count': 379, 'streets_per_node_avg': 2.9413145539906105, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 312, 4: 66, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11032863849765258, 2: 0.0, 3: 0.7323943661971831, 4: 0.15492957746478872, 5: 0.0, 6: 0.002347417840375587}, 'edge_length_total': 126182.42199999998, 'edge_length_avg': 110.97838346525944, 'street_length_total': 64876.95500000004, 'street_length_avg': 107.41217715231794, 'street_segments_count': 604, 'node_density_km': 53.22212936691428, 'intersection_density_km': 47.3502042959167, 'edge_density_km': 15764.547388531853, 'street_density_km': 8105.37486371239, 'circuity_avg': 1.0444053227742571, 'self_loop_proportion': 0.003518029903254178, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444053227742571\n", - "1555\n", - "11001155.286019262\n", - "{'n': 624, 'm': 1603, 'k_avg': 5.137820512820513, 'intersection_count': 503, 'streets_per_node_avg': 2.690705128205128, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 456, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19391025641025642, 2: 0.0, 3: 0.7307692307692307, 4: 0.07211538461538461, 5: 0.003205128205128205}, 'edge_length_total': 172866.27699999957, 'edge_length_avg': 107.83922457891427, 'street_length_total': 86642.95599999996, 'street_length_avg': 107.49746401985107, 'street_segments_count': 806, 'node_density_km': 56.7213155142902, 'intersection_density_km': 45.72247067898713, 'edge_density_km': 15713.46576842574, 'street_density_km': 7875.805199305706, 'circuity_avg': 1.0497220963662588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497220963662588\n", - "1556\n", - "10008091.869300485\n", - "{'n': 466, 'm': 1208, 'k_avg': 5.184549356223176, 'intersection_count': 412, 'streets_per_node_avg': 2.9420600858369097, 'streets_per_node_counts': {0: 0, 1: 54, 2: 1, 3: 335, 4: 70, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11587982832618025, 2: 0.002145922746781116, 3: 0.7188841201716738, 4: 0.15021459227467812, 5: 0.012875536480686695}, 'edge_length_total': 144409.48400000008, 'edge_length_avg': 119.54427483443716, 'street_length_total': 77746.61199999998, 'street_length_avg': 116.38714371257483, 'street_segments_count': 668, 'node_density_km': 46.56232237729959, 'intersection_density_km': 41.16668845374985, 'edge_density_km': 14429.272421346546, 'street_density_km': 7768.375132375167, 'circuity_avg': 1.0575546977694013, 'self_loop_proportion': 0.0041390728476821195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575546977694013\n", - "1557\n", - "16998966.287053\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1520, 'm': 4354, 'k_avg': 5.728947368421053, 'intersection_count': 1374, 'streets_per_node_avg': 2.9973684210526317, 'streets_per_node_counts': {0: 0, 1: 146, 2: 4, 3: 1086, 4: 277, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09605263157894736, 2: 0.002631578947368421, 3: 0.7144736842105263, 4: 0.18223684210526317, 5: 0.003947368421052632, 6: 0.0006578947368421052}, 'edge_length_total': 393292.36500000075, 'edge_length_avg': 90.32897680293999, 'street_length_total': 200841.4419999998, 'street_length_avg': 89.34227846975081, 'street_segments_count': 2248, 'node_density_km': 89.41720186583842, 'intersection_density_km': 80.82844431819868, 'edge_density_km': 23136.25183782768, 'street_density_km': 11814.920896276357, 'circuity_avg': 1.0479293585045872, 'self_loop_proportion': 0.0022967386311437757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479293585045872\n", - "1558\n", - "11002118.234922862\n", - "{'n': 257, 'm': 712, 'k_avg': 5.5408560311284045, 'intersection_count': 236, 'streets_per_node_avg': 3.093385214007782, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 170, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08171206225680934, 2: 0.0, 3: 0.6614785992217899, 4: 0.25680933852140075}, 'edge_length_total': 145239.18099999998, 'edge_length_avg': 203.9876137640449, 'street_length_total': 73746.758, 'street_length_avg': 196.65802133333335, 'street_segments_count': 375, 'node_density_km': 23.359138168887522, 'intersection_density_km': 21.45041481656597, 'edge_density_km': 13201.01983079791, 'street_density_km': 6702.959959647903, 'circuity_avg': 1.018754398446481, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.018754398446481\n", - "1559\n", - "17013910.45709443\n", - "{'n': 1167, 'm': 3179, 'k_avg': 5.448157669237361, 'intersection_count': 965, 'streets_per_node_avg': 2.810625535561268, 'streets_per_node_counts': {0: 0, 1: 202, 2: 0, 3: 784, 4: 179, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17309340188517566, 2: 0.0, 3: 0.6718080548414739, 4: 0.1533847472150814, 5: 0.001713796058269066}, 'edge_length_total': 330941.0910000007, 'edge_length_avg': 104.10226203208579, 'street_length_total': 166375.42099999986, 'street_length_avg': 103.66069844236752, 'street_segments_count': 1605, 'node_density_km': 68.59093345665201, 'intersection_density_km': 56.718295446160404, 'edge_density_km': 19451.206813070152, 'street_density_km': 9778.787858297732, 'circuity_avg': 1.0497104608467838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497104608467838\n", - "1560\n", - "32004663.827809304\n", - "{'n': 1720, 'm': 4772, 'k_avg': 5.5488372093023255, 'intersection_count': 1425, 'streets_per_node_avg': 2.855813953488372, 'streets_per_node_counts': {0: 0, 1: 295, 2: 0, 3: 1091, 4: 327, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17151162790697674, 2: 0.0, 3: 0.6343023255813953, 4: 0.19011627906976744, 5: 0.0034883720930232558, 6: 0.0005813953488372093}, 'edge_length_total': 407930.9520000008, 'edge_length_avg': 85.48427326068752, 'street_length_total': 206262.31700000024, 'street_length_avg': 85.197156959934, 'street_segments_count': 2421, 'node_density_km': 53.74216736829049, 'intersection_density_km': 44.52476075570578, 'edge_density_km': 12745.984591331462, 'street_density_km': 6444.758117433373, 'circuity_avg': 1.0700691607122956, 'self_loop_proportion': 0.004610226320201173, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700691607122956\n", - "1561\n", - "11004591.282473434\n", - "{'n': 861, 'm': 2169, 'k_avg': 5.038327526132404, 'intersection_count': 705, 'streets_per_node_avg': 2.747967479674797, 'streets_per_node_counts': {0: 0, 1: 156, 2: 0, 3: 614, 4: 88, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18118466898954705, 2: 0.0, 3: 0.7131242740998839, 4: 0.10220673635307782, 5: 0.0023228803716608595, 6: 0.0011614401858304297}, 'edge_length_total': 208175.0730000005, 'edge_length_avg': 95.97744260027686, 'street_length_total': 109836.89500000006, 'street_length_avg': 95.76015257192682, 'street_segments_count': 1147, 'node_density_km': 78.24007070315093, 'intersection_density_km': 64.06416939108178, 'edge_density_km': 18917.110836415388, 'street_density_km': 9981.006307333997, 'circuity_avg': 1.0626904074117287, 'self_loop_proportion': 0.005532503457814661, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626904074117287\n", - "1562\n", - "7000831.09691855\n", - "{'n': 212, 'm': 536, 'k_avg': 5.056603773584905, 'intersection_count': 177, 'streets_per_node_avg': 2.7122641509433962, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 168, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1650943396226415, 2: 0.0, 3: 0.7924528301886793, 4: 0.04245283018867924}, 'edge_length_total': 67212.48699999996, 'edge_length_avg': 125.39643097014918, 'street_length_total': 34060.81100000003, 'street_length_avg': 123.40873550724649, 'street_segments_count': 276, 'node_density_km': 30.282118946322363, 'intersection_density_km': 25.28271251650499, 'edge_density_km': 9600.643990623323, 'street_density_km': 4865.2525005198395, 'circuity_avg': 1.056396801694376, 'self_loop_proportion': 0.011194029850746268, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056396801694376\n", - "1563\n", - "10998224.914277064\n", - "{'n': 415, 'm': 1028, 'k_avg': 4.95421686746988, 'intersection_count': 343, 'streets_per_node_avg': 2.7518072289156628, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 302, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17349397590361446, 2: 0.0, 3: 0.727710843373494, 4: 0.09879518072289156}, 'edge_length_total': 130834.71999999993, 'edge_length_avg': 127.27112840466918, 'street_length_total': 68978.181, 'street_length_avg': 123.61681182795698, 'street_segments_count': 558, 'node_density_km': 37.7333618138031, 'intersection_density_km': 31.186850848516777, 'edge_density_km': 11895.985126668958, 'street_density_km': 6271.755809472285, 'circuity_avg': 1.0768763637336554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768763637336554\n", - "1564\n", - "9997771.566460857\n", - "{'n': 196, 'm': 467, 'k_avg': 4.76530612244898, 'intersection_count': 146, 'streets_per_node_avg': 2.545918367346939, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 135, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25510204081632654, 2: 0.0, 3: 0.6887755102040817, 4: 0.05612244897959184}, 'edge_length_total': 97498.99399999998, 'edge_length_avg': 208.77728907922906, 'street_length_total': 48831.51200000002, 'street_length_avg': 207.79366808510645, 'street_segments_count': 235, 'node_density_km': 19.60436870327321, 'intersection_density_km': 14.603254238152493, 'edge_density_km': 9752.072584562356, 'street_density_km': 4884.239620338319, 'circuity_avg': 1.063401640431954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063401640431954\n", - "1565\n", - "11005576.737022458\n", - "{'n': 314, 'm': 1011, 'k_avg': 6.439490445859873, 'intersection_count': 282, 'streets_per_node_avg': 3.3503184713375798, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 108, 4: 174}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10191082802547771, 2: 0.0, 3: 0.34394904458598724, 4: 0.554140127388535}, 'edge_length_total': 152366.91500000007, 'edge_length_avg': 150.70911473788334, 'street_length_total': 76838.40100000001, 'street_length_avg': 150.66353137254904, 'street_segments_count': 510, 'node_density_km': 28.53099001560842, 'intersection_density_km': 25.623373198731127, 'edge_density_km': 13844.51888717853, 'street_density_km': 6981.769591548778, 'circuity_avg': 1.0262456034953973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262456034953973\n", - "1566\n", - "11001715.397696583\n", - "{'n': 280, 'm': 786, 'k_avg': 5.614285714285714, 'intersection_count': 251, 'streets_per_node_avg': 2.9464285714285716, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 209, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10357142857142858, 2: 0.0, 3: 0.7464285714285714, 4: 0.14642857142857144, 5: 0.0035714285714285713}, 'edge_length_total': 117567.90399999998, 'edge_length_avg': 149.57748600508904, 'street_length_total': 59050.46200000001, 'street_length_avg': 148.741717884131, 'street_segments_count': 397, 'node_density_km': 25.45057655814504, 'intersection_density_km': 22.814623986051448, 'edge_density_km': 10686.324791188023, 'street_density_km': 5367.386799731553, 'circuity_avg': 1.0244925403947065, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0244925403947065\n", - "1567\n", - "14997318.979493817\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1326, 'm': 3526, 'k_avg': 5.318250377073906, 'intersection_count': 1063, 'streets_per_node_avg': 2.7609351432880844, 'streets_per_node_counts': {0: 0, 1: 263, 2: 1, 3: 854, 4: 206, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19834087481146304, 2: 0.0007541478129713424, 3: 0.6440422322775264, 4: 0.15535444947209653, 5: 0.0015082956259426848}, 'edge_length_total': 308251.43200000003, 'edge_length_avg': 87.42241406693138, 'street_length_total': 157972.65100000007, 'street_length_avg': 87.32595411829745, 'street_segments_count': 1809, 'node_density_km': 88.41580297205591, 'intersection_density_km': 70.87933526342039, 'edge_density_km': 20553.769138435968, 'street_density_km': 10533.39274946407, 'circuity_avg': 1.038448256633898, 'self_loop_proportion': 0.003403289846851957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038448256633898\n", - "1568\n", - "6005378.198522013\n", - "{'n': 125, 'm': 274, 'k_avg': 4.384, 'intersection_count': 87, 'streets_per_node_avg': 2.416, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 84, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.304, 2: 0.0, 3: 0.672, 4: 0.024}, 'edge_length_total': 43159.467000000004, 'edge_length_avg': 157.51630291970804, 'street_length_total': 21884.317999999996, 'street_length_avg': 150.92633103448273, 'street_segments_count': 145, 'node_density_km': 20.814675756934648, 'intersection_density_km': 14.487014326826515, 'edge_density_km': 7186.802491576968, 'street_density_km': 3644.1198666531877, 'circuity_avg': 1.060700350289469, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060700350289469\n", - "1569\n", - "15006534.284800567\n", - "{'n': 528, 'm': 1420, 'k_avg': 5.378787878787879, 'intersection_count': 442, 'streets_per_node_avg': 2.816287878787879, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 367, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16287878787878787, 2: 0.0, 3: 0.6950757575757576, 4: 0.14204545454545456}, 'edge_length_total': 203994.9610000004, 'edge_length_avg': 143.6584232394369, 'street_length_total': 103707.50599999996, 'street_length_avg': 142.65131499312238, 'street_segments_count': 727, 'node_density_km': 35.1846728884488, 'intersection_density_km': 29.453836016466614, 'edge_density_km': 13593.742374388039, 'street_density_km': 6910.823247512955, 'circuity_avg': 1.0373709886065892, 'self_loop_proportion': 0.0014084507042253522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373709886065892\n", - "1570\n", - "7997834.781911521\n", - "{'n': 258, 'm': 675, 'k_avg': 5.232558139534884, 'intersection_count': 221, 'streets_per_node_avg': 2.7674418604651163, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 207, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1434108527131783, 2: 0.0, 3: 0.8023255813953488, 4: 0.05426356589147287}, 'edge_length_total': 103895.29999999989, 'edge_length_avg': 153.9189629629628, 'street_length_total': 52122.881, 'street_length_avg': 154.20970710059171, 'street_segments_count': 338, 'node_density_km': 32.25873089845659, 'intersection_density_km': 27.632478792863978, 'edge_density_km': 12990.428388815555, 'street_density_km': 6517.12399934603, 'circuity_avg': 1.0360281907336244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360281907336244\n", - "1571\n", - "12996887.530827364\n", - "{'n': 240, 'm': 607, 'k_avg': 5.058333333333334, 'intersection_count': 193, 'streets_per_node_avg': 2.6791666666666667, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 176, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19583333333333333, 2: 0.0, 3: 0.7333333333333333, 4: 0.07083333333333333}, 'edge_length_total': 112303.13699999999, 'edge_length_avg': 185.01340527182865, 'street_length_total': 56436.36200000005, 'street_length_avg': 183.23494155844173, 'street_segments_count': 308, 'node_density_km': 18.465959594613953, 'intersection_density_km': 14.849709174002054, 'edge_density_km': 8640.771625793312, 'street_density_km': 4342.298251495864, 'circuity_avg': 1.0808359156906984, 'self_loop_proportion': 0.006589785831960461, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0808359156906984\n", - "1572\n", - "9999759.520429835\n", - "{'n': 542, 'm': 1486, 'k_avg': 5.483394833948339, 'intersection_count': 471, 'streets_per_node_avg': 2.8874538745387452, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 392, 4: 78, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13099630996309963, 2: 0.0, 3: 0.7232472324723247, 4: 0.14391143911439114, 5: 0.0, 6: 0.0018450184501845018}, 'edge_length_total': 172386.98200000043, 'edge_length_avg': 116.00739030955614, 'street_length_total': 87131.08400000008, 'street_length_avg': 115.40540927152328, 'street_segments_count': 755, 'node_density_km': 54.201303430615134, 'intersection_density_km': 47.10113268601426, 'edge_density_km': 17239.112765442827, 'street_density_km': 8713.31793749524, 'circuity_avg': 1.0410521026132524, 'self_loop_proportion': 0.010094212651413189, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410521026132524\n", - "1573\n", - "11997548.720749931\n", - "{'n': 416, 'm': 1200, 'k_avg': 5.769230769230769, 'intersection_count': 356, 'streets_per_node_avg': 2.9615384615384617, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 252, 4: 104}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14423076923076922, 2: 0.0, 3: 0.6057692307692307, 4: 0.25}, 'edge_length_total': 179667.32200000022, 'edge_length_avg': 149.7227683333335, 'street_length_total': 89833.66099999988, 'street_length_avg': 149.72276833333314, 'street_segments_count': 600, 'node_density_km': 34.67374958690704, 'intersection_density_km': 29.67272801187237, 'edge_density_km': 14975.33589417837, 'street_density_km': 7487.667947089165, 'circuity_avg': 1.0189204733375188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189204733375188\n", - "1574\n", - "7000335.4707761165\n", - "{'n': 633, 'm': 1570, 'k_avg': 4.960505529225909, 'intersection_count': 509, 'streets_per_node_avg': 2.7172195892575037, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 443, 4: 63, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19589257503949448, 2: 0.0, 3: 0.6998420221169036, 4: 0.0995260663507109, 5: 0.004739336492890996}, 'edge_length_total': 133140.74300000034, 'edge_length_avg': 84.8030210191085, 'street_length_total': 68860.37900000004, 'street_length_avg': 82.76487860576928, 'street_segments_count': 832, 'node_density_km': 90.42423790153306, 'intersection_density_km': 72.71080109301789, 'edge_density_km': 19019.194659429548, 'street_density_km': 9836.725580862141, 'circuity_avg': 1.0689191063230032, 'self_loop_proportion': 0.0025477707006369425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0689191063230032\n", - "1575\n", - "7001387.60905717\n", - "{'n': 561, 'm': 1610, 'k_avg': 5.739750445632799, 'intersection_count': 491, 'streets_per_node_avg': 2.9750445632798574, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 366, 4: 124, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12477718360071301, 2: 0.0, 3: 0.6524064171122995, 4: 0.22103386809269163, 5: 0.0017825311942959}, 'edge_length_total': 157583.59800000014, 'edge_length_avg': 97.87801118012432, 'street_length_total': 79461.93899999994, 'street_length_avg': 97.49931165644165, 'street_segments_count': 815, 'node_density_km': 80.12697358367595, 'intersection_density_km': 70.12895548945613, 'edge_density_km': 22507.48091651804, 'street_density_km': 11349.455770339866, 'circuity_avg': 1.0494675061987873, 'self_loop_proportion': 0.0037267080745341614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494675061987873\n", - "1576\n", - "7999065.363525866\n", - "{'n': 199, 'm': 523, 'k_avg': 5.256281407035176, 'intersection_count': 166, 'streets_per_node_avg': 2.7889447236180906, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 142, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1658291457286432, 2: 0.0, 3: 0.7135678391959799, 4: 0.12060301507537688}, 'edge_length_total': 87280.18299999993, 'edge_length_avg': 166.8837151051624, 'street_length_total': 43756.176000000014, 'street_length_avg': 166.37329277566545, 'street_segments_count': 263, 'node_density_km': 24.87790647484894, 'intersection_density_km': 20.752424496607656, 'edge_density_km': 10911.297637093963, 'street_density_km': 5470.161076507688, 'circuity_avg': 1.0375143508980254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0375143508980254\n", - "1577\n", - "8006515.448414708\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 217, 'm': 573, 'k_avg': 5.28110599078341, 'intersection_count': 179, 'streets_per_node_avg': 2.7327188940092166, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 161, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17511520737327188, 2: 0.0, 3: 0.7419354838709677, 4: 0.08294930875576037}, 'edge_length_total': 93431.14700000003, 'edge_length_avg': 163.05610296684122, 'street_length_total': 46792.786, 'street_length_avg': 163.0410662020906, 'street_segments_count': 287, 'node_density_km': 27.102926535034168, 'intersection_density_km': 22.356791934429108, 'edge_density_km': 11669.389461866262, 'street_density_km': 5844.338439297582, 'circuity_avg': 1.0487705484822212, 'self_loop_proportion': 0.0034904013961605585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487705484822212\n", - "1578\n", - "17003386.60606773\n", - "{'n': 991, 'm': 3074, 'k_avg': 6.2038345105953585, 'intersection_count': 935, 'streets_per_node_avg': 3.2401614530776994, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 620, 4: 284, 5: 29, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.056508577194752774, 2: 0.0, 3: 0.6256306760847629, 4: 0.2865792129162462, 5: 0.029263370332996974, 6: 0.0010090817356205853, 7: 0.0, 8: 0.0010090817356205853}, 'edge_length_total': 266379.7130000008, 'edge_length_avg': 86.65572966818503, 'street_length_total': 134705.16700000002, 'street_length_avg': 85.52709015873018, 'street_segments_count': 1575, 'node_density_km': 58.28250706517239, 'intersection_density_km': 54.98904551557637, 'edge_density_km': 15666.273970677235, 'street_density_km': 7922.255143685901, 'circuity_avg': 1.0416991112112681, 'self_loop_proportion': 0.0006506180871828237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416991112112681\n", - "1579\n", - "11009296.0166555\n", - "{'n': 1049, 'm': 2760, 'k_avg': 5.262154432793136, 'intersection_count': 850, 'streets_per_node_avg': 2.7721639656816017, 'streets_per_node_counts': {0: 0, 1: 199, 2: 1, 3: 694, 4: 151, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18970448045757865, 2: 0.0009532888465204957, 3: 0.661582459485224, 4: 0.14394661582459486, 5: 0.002859866539561487, 6: 0.0009532888465204957}, 'edge_length_total': 212324.76599999945, 'edge_length_avg': 76.92926304347806, 'street_length_total': 107723.85100000011, 'street_length_avg': 75.54267251051901, 'street_segments_count': 1426, 'node_density_km': 95.28311332650264, 'intersection_density_km': 77.20747981651786, 'edge_density_km': 19285.953041755103, 'street_density_km': 9784.808296282456, 'circuity_avg': 1.0873431402916378, 'self_loop_proportion': 0.007971014492753623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873431402916378\n", - "1580\n", - "4998712.536908977\n", - "{'n': 230, 'm': 636, 'k_avg': 5.530434782608696, 'intersection_count': 207, 'streets_per_node_avg': 2.9434782608695653, 'streets_per_node_counts': {0: 0, 1: 23, 2: 1, 3: 172, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.004347826086956522, 3: 0.7478260869565218, 4: 0.14782608695652175}, 'edge_length_total': 90529.92200000017, 'edge_length_avg': 142.3426446540883, 'street_length_total': 45768.224, 'street_length_avg': 142.13734161490683, 'street_segments_count': 322, 'node_density_km': 46.01184771113557, 'intersection_density_km': 41.410662940022014, 'edge_density_km': 18110.64775810865, 'street_density_km': 9156.002403031045, 'circuity_avg': 1.0176178323432457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0176178323432457\n", - "1581\n", - "5999048.210180203\n", - "{'n': 233, 'm': 664, 'k_avg': 5.6995708154506435, 'intersection_count': 211, 'streets_per_node_avg': 2.9570815450643777, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 177, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0944206008583691, 2: 0.0, 3: 0.759656652360515, 4: 0.1459227467811159}, 'edge_length_total': 86672.12999999999, 'edge_length_avg': 130.53031626506024, 'street_length_total': 43336.065000000024, 'street_length_avg': 130.53031626506032, 'street_segments_count': 332, 'node_density_km': 38.839494505912796, 'intersection_density_km': 35.172246097629184, 'edge_density_km': 14447.64685386592, 'street_density_km': 7223.823426932965, 'circuity_avg': 1.0352489086006265, 'self_loop_proportion': 0.006024096385542169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0352489086006265\n", - "1582\n", - "7003567.264027167\n", - "{'n': 231, 'm': 530, 'k_avg': 4.588744588744588, 'intersection_count': 161, 'streets_per_node_avg': 2.4372294372294374, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 151, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30303030303030304, 2: 0.0, 3: 0.6536796536796536, 4: 0.04329004329004329}, 'edge_length_total': 76004.86700000004, 'edge_length_avg': 143.40540943396235, 'street_length_total': 38098.69499999999, 'street_length_avg': 142.1593097014925, 'street_segments_count': 268, 'node_density_km': 32.98319146394136, 'intersection_density_km': 22.988284959716708, 'edge_density_km': 10852.307707586147, 'street_density_km': 5439.898492256732, 'circuity_avg': 1.0996784084457252, 'self_loop_proportion': 0.0037735849056603774, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0996784084457252\n", - "1583\n", - "9003884.168944944\n", - "{'n': 153, 'm': 424, 'k_avg': 5.542483660130719, 'intersection_count': 136, 'streets_per_node_avg': 2.9411764705882355, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 111, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7254901960784313, 4: 0.16339869281045752}, 'edge_length_total': 91980.15600000002, 'edge_length_avg': 216.9343301886793, 'street_length_total': 45990.077999999994, 'street_length_avg': 216.9343301886792, 'street_segments_count': 212, 'node_density_km': 16.992666401430196, 'intersection_density_km': 15.10459235682684, 'edge_density_km': 10215.608538951035, 'street_density_km': 5107.804269475516, 'circuity_avg': 1.033732489669988, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033732489669988\n", - "1584\n", - "32006310.5395948\n", - "{'n': 1544, 'm': 4161, 'k_avg': 5.389896373056994, 'intersection_count': 1294, 'streets_per_node_avg': 2.808937823834197, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 1090, 4: 203, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16191709844559585, 2: 0.0, 3: 0.7059585492227979, 4: 0.13147668393782383, 5: 0.0006476683937823834}, 'edge_length_total': 489435.0879999999, 'edge_length_avg': 117.62439029079545, 'street_length_total': 247178.08300000013, 'street_length_avg': 116.59343537735855, 'street_segments_count': 2120, 'node_density_km': 48.24048676556855, 'intersection_density_km': 40.42952712088452, 'edge_density_km': 15291.830884241497, 'street_density_km': 7722.7921254534385, 'circuity_avg': 1.0495410610848404, 'self_loop_proportion': 0.0009613073780341264, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495410610848404\n", - "1585\n", - "7998528.273872801\n", - "{'n': 587, 'm': 1535, 'k_avg': 5.229982964224872, 'intersection_count': 479, 'streets_per_node_avg': 2.766609880749574, 'streets_per_node_counts': {0: 0, 1: 108, 2: 1, 3: 398, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1839863713798978, 2: 0.0017035775127768314, 3: 0.6780238500851788, 4: 0.1362862010221465}, 'edge_length_total': 143341.92499999978, 'edge_length_avg': 93.38236156351778, 'street_length_total': 73877.90900000003, 'street_length_avg': 93.51634050632914, 'street_segments_count': 790, 'node_density_km': 73.38850097178951, 'intersection_density_km': 59.88601697697986, 'edge_density_km': 17921.03748238614, 'street_density_km': 9236.437813356524, 'circuity_avg': 1.0383473731119681, 'self_loop_proportion': 0.0013029315960912053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383473731119681\n", - "1586\n", - "9999826.60732781\n", - "{'n': 261, 'm': 658, 'k_avg': 5.042145593869732, 'intersection_count': 209, 'streets_per_node_avg': 2.6743295019157087, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 190, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19923371647509577, 2: 0.0, 3: 0.7279693486590039, 4: 0.07279693486590039}, 'edge_length_total': 95853.37000000005, 'edge_length_avg': 145.67381458966574, 'street_length_total': 48823.229000000014, 'street_length_avg': 142.75797953216377, 'street_segments_count': 342, 'node_density_km': 26.10045256272152, 'intersection_density_km': 20.900362396968575, 'edge_density_km': 9585.503205601515, 'street_density_km': 4882.407557369311, 'circuity_avg': 1.0590744319254155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590744319254155\n", - "1587\n", - "7001522.322379184\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 215, 'm': 602, 'k_avg': 5.6, 'intersection_count': 191, 'streets_per_node_avg': 2.972093023255814, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 149, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11162790697674418, 2: 0.0, 3: 0.6930232558139535, 4: 0.19534883720930232}, 'edge_length_total': 81556.03299999994, 'edge_length_avg': 135.47513787375405, 'street_length_total': 40994.589000000014, 'street_length_avg': 133.53286319218245, 'street_segments_count': 307, 'node_density_km': 30.70760758882233, 'intersection_density_km': 27.27978162541891, 'edge_density_km': 11648.328641232756, 'street_density_km': 5855.096522218851, 'circuity_avg': 1.0473127606274835, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473127606274835\n", - "1588\n", - "14001282.88562927\n", - "{'n': 745, 'm': 2036, 'k_avg': 5.465771812080537, 'intersection_count': 632, 'streets_per_node_avg': 2.893959731543624, 'streets_per_node_counts': {0: 0, 1: 113, 2: 1, 3: 483, 4: 148}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15167785234899328, 2: 0.0013422818791946308, 3: 0.6483221476510067, 4: 0.19865771812080538}, 'edge_length_total': 234479.4510000005, 'edge_length_avg': 115.16672445972519, 'street_length_total': 119216.159, 'street_length_avg': 113.21572554605888, 'street_segments_count': 1053, 'node_density_km': 53.20940988662246, 'intersection_density_km': 45.138720870262276, 'edge_density_km': 16746.997608388232, 'street_density_km': 8514.659690388933, 'circuity_avg': 1.0268533542852514, 'self_loop_proportion': 0.003929273084479371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268533542852514\n", - "1589\n", - "12000057.415779525\n", - "{'n': 544, 'm': 1318, 'k_avg': 4.845588235294118, 'intersection_count': 407, 'streets_per_node_avg': 2.588235294117647, 'streets_per_node_counts': {0: 0, 1: 137, 2: 2, 3: 354, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25183823529411764, 2: 0.003676470588235294, 3: 0.6507352941176471, 4: 0.09191176470588236, 5: 0.001838235294117647}, 'edge_length_total': 137599.60400000022, 'edge_length_avg': 104.4003065250381, 'street_length_total': 70216.72199999997, 'street_length_avg': 102.20774672489078, 'street_segments_count': 687, 'node_density_km': 45.33311643031516, 'intersection_density_km': 33.916504388121815, 'edge_density_km': 11466.57880311998, 'street_density_km': 5851.365503274026, 'circuity_avg': 1.0772668089930735, 'self_loop_proportion': 0.0015174506828528073, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0772668089930735\n", - "1590\n", - "5004479.063472102\n", - "{'n': 258, 'm': 704, 'k_avg': 5.457364341085271, 'intersection_count': 228, 'streets_per_node_avg': 2.9263565891472867, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 189, 4: 37, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11627906976744186, 2: 0.0, 3: 0.7325581395348837, 4: 0.1434108527131783, 5: 0.007751937984496124}, 'edge_length_total': 73761.19200000005, 'edge_length_avg': 104.77442045454553, 'street_length_total': 36880.596, 'street_length_avg': 104.77442045454545, 'street_segments_count': 352, 'node_density_km': 51.55381743589509, 'intersection_density_km': 45.55918750148869, 'edge_density_km': 14739.034985356622, 'street_density_km': 7369.517492678305, 'circuity_avg': 1.0382072535412614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382072535412614\n", - "1591\n", - "21012438.52293647\n", - "{'n': 1238, 'm': 3261, 'k_avg': 5.268174474959612, 'intersection_count': 1069, 'streets_per_node_avg': 2.8651050080775446, 'streets_per_node_counts': {0: 0, 1: 169, 2: 7, 3: 885, 4: 176, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13651050080775445, 2: 0.005654281098546042, 3: 0.7148626817447497, 4: 0.1421647819063005, 5: 0.0008077544426494346}, 'edge_length_total': 337366.0270000008, 'edge_length_avg': 103.4547767555967, 'street_length_total': 175241.03499999992, 'street_length_avg': 99.90937001140246, 'street_segments_count': 1754, 'node_density_km': 58.91748350143373, 'intersection_density_km': 50.8746283223204, 'edge_density_km': 16055.539038543453, 'street_density_km': 8339.871396112008, 'circuity_avg': 1.0515263322971848, 'self_loop_proportion': 0.0006133088009812941, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515263322971848\n", - "1592\n", - "6998556.32093711\n", - "{'n': 155, 'm': 431, 'k_avg': 5.561290322580645, 'intersection_count': 146, 'streets_per_node_avg': 3.0258064516129033, 'streets_per_node_counts': {0: 0, 1: 9, 2: 1, 3: 123, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05806451612903226, 2: 0.0064516129032258064, 3: 0.7935483870967742, 4: 0.13548387096774195, 5: 0.0064516129032258064}, 'edge_length_total': 65017.50200000005, 'edge_length_avg': 150.85267285382844, 'street_length_total': 33337.075, 'street_length_avg': 147.5091814159292, 'street_segments_count': 226, 'node_density_km': 22.147424824788068, 'intersection_density_km': 20.86144531883263, 'edge_density_km': 9290.13056671296, 'street_density_km': 4763.421693166591, 'circuity_avg': 1.0437069591620807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437069591620807\n", - "1593\n", - "5999098.7649777075\n", - "{'n': 227, 'm': 620, 'k_avg': 5.462555066079295, 'intersection_count': 199, 'streets_per_node_avg': 2.86784140969163, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 174, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12334801762114538, 2: 0.0, 3: 0.7665198237885462, 4: 0.10572687224669604, 5: 0.004405286343612335}, 'edge_length_total': 76845.09199999998, 'edge_length_avg': 123.94369677419351, 'street_length_total': 38422.54600000001, 'street_length_avg': 123.94369677419358, 'street_segments_count': 310, 'node_density_km': 37.83901697455109, 'intersection_density_km': 33.17164924200735, 'edge_density_km': 12809.439385898413, 'street_density_km': 6404.71969294921, 'circuity_avg': 1.060490502760581, 'self_loop_proportion': 0.0032258064516129032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060490502760581\n", - "1594\n", - "6004843.576436714\n", - "{'n': 535, 'm': 1528, 'k_avg': 5.7121495327102805, 'intersection_count': 493, 'streets_per_node_avg': 2.9757009345794394, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 428, 4: 59, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07850467289719626, 2: 0.0, 3: 0.8, 4: 0.1102803738317757, 5: 0.011214953271028037}, 'edge_length_total': 112183.68399999996, 'edge_length_avg': 73.41864136125652, 'street_length_total': 56091.842000000004, 'street_length_avg': 73.41864136125655, 'street_segments_count': 764, 'node_density_km': 89.0947437997161, 'intersection_density_km': 82.10039008085988, 'edge_density_km': 18682.199223342628, 'street_density_km': 9341.099611671318, 'circuity_avg': 1.0422453091868151, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0422453091868151\n", - "1595\n", - "6002821.355072276\n", - "{'n': 331, 'm': 862, 'k_avg': 5.20845921450151, 'intersection_count': 279, 'streets_per_node_avg': 2.797583081570997, 'streets_per_node_counts': {0: 0, 1: 52, 2: 2, 3: 241, 4: 33, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15709969788519637, 2: 0.006042296072507553, 3: 0.7280966767371602, 4: 0.09969788519637462, 5: 0.00906344410876133}, 'edge_length_total': 78882.96600000012, 'edge_length_avg': 91.51156148491893, 'street_length_total': 41670.30600000005, 'street_length_avg': 92.80691759465489, 'street_segments_count': 449, 'node_density_km': 55.140738066494514, 'intersection_density_km': 46.478144775081475, 'edge_density_km': 13140.98177073776, 'street_density_km': 6941.786792437092, 'circuity_avg': 1.0571559328945894, 'self_loop_proportion': 0.002320185614849188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571559328945894\n", - "1596\n", - "11996999.064767703\n", - "{'n': 725, 'm': 2069, 'k_avg': 5.7075862068965515, 'intersection_count': 654, 'streets_per_node_avg': 3.030344827586207, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 491, 4: 162, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09793103448275862, 2: 0.0, 3: 0.6772413793103448, 4: 0.22344827586206897, 5: 0.001379310344827586}, 'edge_length_total': 239130.1490000008, 'edge_length_avg': 115.57764572257167, 'street_length_total': 121447.87200000015, 'street_length_avg': 113.39670588235307, 'street_segments_count': 1071, 'node_density_km': 60.43177932130964, 'intersection_density_km': 54.51363265674001, 'edge_density_km': 19932.497094399918, 'street_density_km': 10123.187585857475, 'circuity_avg': 1.0452451322847207, 'self_loop_proportion': 0.0028999516674722086, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452451322847207\n", - "1597\n", - "11996580.535019165\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 621, 'm': 1719, 'k_avg': 5.536231884057971, 'intersection_count': 558, 'streets_per_node_avg': 3.0161030595813205, 'streets_per_node_counts': {0: 0, 1: 63, 2: 1, 3: 420, 4: 137}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10144927536231885, 2: 0.001610305958132045, 3: 0.6763285024154589, 4: 0.22061191626409019}, 'edge_length_total': 207167.38300000044, 'edge_length_avg': 120.51622047702178, 'street_length_total': 105995.66399999989, 'street_length_avg': 116.35089352360032, 'street_segments_count': 911, 'node_density_km': 51.764750646006306, 'intersection_density_km': 46.513254203657844, 'edge_density_km': 17268.869441192768, 'street_density_km': 8835.489720640679, 'circuity_avg': 1.0320790970256895, 'self_loop_proportion': 0.004653868528214078, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320790970256895\n", - "1598\n", - "7997836.26059259\n", - "{'n': 216, 'm': 660, 'k_avg': 6.111111111111111, 'intersection_count': 197, 'streets_per_node_avg': 3.162037037037037, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 125, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08796296296296297, 2: 0.0, 3: 0.5787037037037037, 4: 0.3287037037037037, 5: 0.004629629629629629}, 'edge_length_total': 107909.15299999995, 'edge_length_avg': 163.49871666666658, 'street_length_total': 54269.032999999974, 'street_length_avg': 163.46094277108426, 'street_segments_count': 332, 'node_density_km': 27.00730459615533, 'intersection_density_km': 24.63166206223426, 'edge_density_km': 13492.29335085244, 'street_density_km': 6785.464372082429, 'circuity_avg': 1.0401364464575242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401364464575242\n", - "1599\n", - "6998122.685026577\n", - "{'n': 259, 'm': 758, 'k_avg': 5.853281853281853, 'intersection_count': 236, 'streets_per_node_avg': 3.030888030888031, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 184, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0888030888030888, 2: 0.0, 3: 0.7104247104247104, 4: 0.19305019305019305, 5: 0.007722007722007722}, 'edge_length_total': 109301.10800000007, 'edge_length_avg': 144.1967124010555, 'street_length_total': 54650.55399999999, 'street_length_avg': 144.19671240105538, 'street_segments_count': 379, 'node_density_km': 37.00992561250252, 'intersection_density_km': 33.723329901739746, 'edge_density_km': 15618.632727583423, 'street_density_km': 7809.316363791705, 'circuity_avg': 1.0588360625960649, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588360625960649\n", - "1600\n", - "5998157.63915378\n", - "{'n': 328, 'm': 869, 'k_avg': 5.298780487804878, 'intersection_count': 279, 'streets_per_node_avg': 2.8201219512195124, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 240, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14939024390243902, 2: 0.0, 3: 0.7317073170731707, 4: 0.11890243902439024}, 'edge_length_total': 103986.04999999987, 'edge_length_avg': 119.661737629459, 'street_length_total': 52024.76599999997, 'street_length_avg': 119.32285779816506, 'street_segments_count': 436, 'node_density_km': 54.683457776924016, 'intersection_density_km': 46.51428268220061, 'edge_density_km': 17336.331629768607, 'street_density_km': 8673.45760644924, 'circuity_avg': 1.0334215784741507, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334215784741507\n", - "1601\n", - "947264792.6946166\n", - "error with entry 1601\n", - "1602\n", - "8001551.35743385\n", - "{'n': 353, 'm': 958, 'k_avg': 5.427762039660057, 'intersection_count': 297, 'streets_per_node_avg': 2.8243626062322944, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 247, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15864022662889518, 2: 0.0, 3: 0.6997167138810199, 4: 0.141643059490085}, 'edge_length_total': 122481.34300000005, 'edge_length_avg': 127.85108872651362, 'street_length_total': 61835.01600000002, 'street_length_avg': 128.0228074534162, 'street_segments_count': 483, 'node_density_km': 44.11644495314586, 'intersection_density_km': 37.117802127717624, 'edge_density_km': 15307.199507781528, 'street_density_km': 7727.878412297151, 'circuity_avg': 1.0574036786171557, 'self_loop_proportion': 0.0041753653444676405, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574036786171557\n", - "1603\n", - "4999335.350355499\n", - "{'n': 172, 'm': 490, 'k_avg': 5.6976744186046515, 'intersection_count': 161, 'streets_per_node_avg': 3.005813953488372, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 138, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06395348837209303, 2: 0.0, 3: 0.8023255813953488, 4: 0.13372093023255813}, 'edge_length_total': 71872.36600000007, 'edge_length_avg': 146.67829795918382, 'street_length_total': 35936.182999999975, 'street_length_avg': 146.67829795918357, 'street_segments_count': 245, 'node_density_km': 34.40457339749557, 'intersection_density_km': 32.20428091277201, 'edge_density_km': 14376.384251736437, 'street_density_km': 7188.192125868207, 'circuity_avg': 1.028884084979436, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028884084979436\n", - "1604\n", - "5003578.2633759165\n", - "{'n': 157, 'm': 368, 'k_avg': 4.687898089171974, 'intersection_count': 123, 'streets_per_node_avg': 2.6496815286624202, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 110, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21656050955414013, 2: 0.0, 3: 0.7006369426751592, 4: 0.08280254777070063}, 'edge_length_total': 51618.26800000002, 'edge_length_avg': 140.2670326086957, 'street_length_total': 26699.301000000003, 'street_length_avg': 134.16734170854272, 'street_segments_count': 199, 'node_density_km': 31.3775445762833, 'intersection_density_km': 24.58240753428564, 'edge_density_km': 10316.270733251837, 'street_density_km': 5336.041447663091, 'circuity_avg': 1.1007273411021306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1007273411021306\n", - "1605\n", - "12999373.382056618\n", - "{'n': 492, 'm': 1354, 'k_avg': 5.504065040650406, 'intersection_count': 407, 'streets_per_node_avg': 2.8434959349593494, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 316, 4: 89, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17276422764227642, 2: 0.0, 3: 0.6422764227642277, 4: 0.18089430894308944, 5: 0.0040650406504065045}, 'edge_length_total': 179753.75699999984, 'edge_length_avg': 132.75757533234847, 'street_length_total': 89949.48200000005, 'street_length_avg': 132.47346391752583, 'street_segments_count': 679, 'node_density_km': 37.847978170941744, 'intersection_density_km': 31.309201454417256, 'edge_density_km': 13827.878599757643, 'street_density_km': 6919.524453706339, 'circuity_avg': 1.0483419122656927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483419122656927\n", - "1606\n", - "12003000.83517959\n", - "{'n': 347, 'm': 973, 'k_avg': 5.60806916426513, 'intersection_count': 310, 'streets_per_node_avg': 2.913544668587896, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 266, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10662824207492795, 2: 0.0, 3: 0.7665706051873199, 4: 0.12680115273775217}, 'edge_length_total': 145491.44799999995, 'edge_length_avg': 149.5287235354573, 'street_length_total': 72810.513, 'street_length_avg': 149.20187090163935, 'street_segments_count': 488, 'node_density_km': 28.909437295295177, 'intersection_density_km': 25.826874817122494, 'edge_density_km': 12121.256175670598, 'street_density_km': 6066.025821359581, 'circuity_avg': 1.0269520529302307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0269520529302307\n", - "1607\n", - "10999987.100978531\n", - "{'n': 476, 'm': 1336, 'k_avg': 5.61344537815126, 'intersection_count': 427, 'streets_per_node_avg': 2.9243697478991595, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 365, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10294117647058823, 2: 0.0, 3: 0.7668067226890757, 4: 0.13025210084033614}, 'edge_length_total': 165666.79800000013, 'edge_length_avg': 124.00209431137733, 'street_length_total': 83056.03300000013, 'street_length_avg': 123.59528720238114, 'street_segments_count': 672, 'node_density_km': 43.27277801604478, 'intersection_density_km': 38.81822733792253, 'edge_density_km': 15060.635660678441, 'street_density_km': 7550.5573086182685, 'circuity_avg': 1.0388392736683905, 'self_loop_proportion': 0.0029940119760479044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388392736683905\n", - "1608\n", - "12004875.303213218\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 145, 'm': 430, 'k_avg': 5.931034482758621, 'intersection_count': 140, 'streets_per_node_avg': 3.282758620689655, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 89, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.034482758620689655, 2: 0.0, 3: 0.6137931034482759, 4: 0.35172413793103446}, 'edge_length_total': 110654.90400000002, 'edge_length_avg': 257.3369860465117, 'street_length_total': 55327.45200000003, 'street_length_avg': 257.33698604651175, 'street_segments_count': 215, 'node_density_km': 12.07842616750791, 'intersection_density_km': 11.661928713455914, 'edge_density_km': 9217.497158873628, 'street_density_km': 4608.748579436815, 'circuity_avg': 1.013250381530701, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013250381530701\n", - "1609\n", - "6998272.197443672\n", - "{'n': 276, 'm': 768, 'k_avg': 5.565217391304348, 'intersection_count': 248, 'streets_per_node_avg': 2.9782608695652173, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 198, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10144927536231885, 2: 0.0, 3: 0.717391304347826, 4: 0.18115942028985507}, 'edge_length_total': 110827.73900000006, 'edge_length_avg': 144.30695182291674, 'street_length_total': 55933.15900000003, 'street_length_avg': 143.78704113110547, 'street_segments_count': 389, 'node_density_km': 39.438305943689535, 'intersection_density_km': 35.4373183841848, 'edge_density_km': 15836.44303525136, 'street_density_km': 7992.424047242873, 'circuity_avg': 1.051045436453009, 'self_loop_proportion': 0.010416666666666666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051045436453009\n", - "1610\n", - "18995129.498048864\n", - "{'n': 507, 'm': 1302, 'k_avg': 5.136094674556213, 'intersection_count': 416, 'streets_per_node_avg': 2.78698224852071, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 345, 4: 68, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1794871794871795, 2: 0.0, 3: 0.6804733727810651, 4: 0.1341222879684418, 5: 0.005917159763313609}, 'edge_length_total': 172753.71200000012, 'edge_length_avg': 132.68334254992328, 'street_length_total': 88770.10400000008, 'street_length_avg': 129.02631395348848, 'street_segments_count': 688, 'node_density_km': 26.691052569664127, 'intersection_density_km': 21.90035082639108, 'edge_density_km': 9094.631969618578, 'street_density_km': 4673.308703113518, 'circuity_avg': 1.0844260551343927, 'self_loop_proportion': 0.0015360983102918587, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0844260551343927\n", - "1611\n", - "8001117.751171745\n", - "{'n': 628, 'm': 1656, 'k_avg': 5.273885350318471, 'intersection_count': 507, 'streets_per_node_avg': 2.7213375796178343, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 441, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1926751592356688, 2: 0.0, 3: 0.7022292993630573, 4: 0.1035031847133758, 5: 0.0015923566878980893}, 'edge_length_total': 148185.8639999996, 'edge_length_avg': 89.4842173913041, 'street_length_total': 74291.92699999997, 'street_length_avg': 89.18598679471785, 'street_segments_count': 833, 'node_density_km': 78.4890335988407, 'intersection_density_km': 63.36614655193032, 'edge_density_km': 18520.645315874535, 'street_density_km': 9285.193558002578, 'circuity_avg': 1.0477223939513356, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477223939513356\n", - "1612\n", - "8002913.450544884\n", - "{'n': 785, 'm': 2063, 'k_avg': 5.256050955414013, 'intersection_count': 636, 'streets_per_node_avg': 2.7528662420382166, 'streets_per_node_counts': {0: 0, 1: 149, 2: 2, 3: 529, 4: 104, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18980891719745224, 2: 0.0025477707006369425, 3: 0.6738853503184713, 4: 0.13248407643312102, 5: 0.0012738853503184713}, 'edge_length_total': 166041.24699999977, 'edge_length_avg': 80.48533543383411, 'street_length_total': 85202.24699999989, 'street_length_avg': 80.07729981202996, 'street_segments_count': 1064, 'node_density_km': 98.08927771754831, 'intersection_density_km': 79.47105812530029, 'edge_density_km': 20747.599986689187, 'street_density_km': 10646.40365368425, 'circuity_avg': 1.0811002623062416, 'self_loop_proportion': 0.007755695588948134, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0811002623062416\n", - "1613\n", - "6005296.128067846\n", - "{'n': 423, 'm': 1157, 'k_avg': 5.470449172576832, 'intersection_count': 366, 'streets_per_node_avg': 2.858156028368794, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 313, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1347517730496454, 2: 0.0, 3: 0.7399527186761229, 4: 0.12293144208037825, 5: 0.002364066193853428}, 'edge_length_total': 111008.84999999998, 'edge_length_avg': 95.945419187554, 'street_length_total': 56221.81700000005, 'street_length_avg': 96.10567008547017, 'street_segments_count': 585, 'node_density_km': 70.43782537599802, 'intersection_density_km': 60.94620351682098, 'edge_density_km': 18485.158372317626, 'street_density_km': 9362.039073681608, 'circuity_avg': 1.0820753394832232, 'self_loop_proportion': 0.00864304235090752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0820753394832232\n", - "1614\n", - "10999899.491625264\n", - "{'n': 418, 'm': 1109, 'k_avg': 5.30622009569378, 'intersection_count': 351, 'streets_per_node_avg': 2.7799043062200957, 'streets_per_node_counts': {0: 0, 1: 67, 2: 1, 3: 309, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16028708133971292, 2: 0.0023923444976076554, 3: 0.7392344497607656, 4: 0.09330143540669857, 5: 0.004784688995215311}, 'edge_length_total': 149385.78400000007, 'edge_length_avg': 134.70314156898112, 'street_length_total': 75478.88399999992, 'street_length_avg': 134.06551332149186, 'street_segments_count': 563, 'node_density_km': 38.00034721392162, 'intersection_density_km': 31.909382469106436, 'edge_density_km': 13580.649906277273, 'street_density_km': 6861.779424208877, 'circuity_avg': 1.0317204363297858, 'self_loop_proportion': 0.0036068530207394047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317204363297858\n", - "1615\n", - "27010170.315445393\n", - "{'n': 1621, 'm': 4256, 'k_avg': 5.251079580505861, 'intersection_count': 1298, 'streets_per_node_avg': 2.729796421961752, 'streets_per_node_counts': {0: 0, 1: 323, 2: 0, 3: 1094, 4: 200, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19925971622455274, 2: 0.0, 3: 0.674892041949414, 4: 0.12338062924120913, 5: 0.0024676125848241827}, 'edge_length_total': 459715.7440000009, 'edge_length_avg': 108.01591729323329, 'street_length_total': 232955.39399999994, 'street_length_avg': 107.25386464088395, 'street_segments_count': 2172, 'node_density_km': 60.01443090023959, 'intersection_density_km': 48.05597242967982, 'edge_density_km': 17020.09793463312, 'street_density_km': 8624.72880694083, 'circuity_avg': 1.0579292846370585, 'self_loop_proportion': 0.002349624060150376, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579292846370585\n", - "1616\n", - "10003080.571025278\n", - "{'n': 1330, 'm': 3487, 'k_avg': 5.243609022556391, 'intersection_count': 1072, 'streets_per_node_avg': 2.756390977443609, 'streets_per_node_counts': {0: 0, 1: 258, 2: 1, 3: 883, 4: 184, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19398496240601504, 2: 0.0007518796992481203, 3: 0.6639097744360902, 4: 0.13834586466165413, 5: 0.002255639097744361, 6: 0.0007518796992481203}, 'edge_length_total': 244535.28800000044, 'edge_length_avg': 70.12769945511914, 'street_length_total': 124511.98999999996, 'street_length_avg': 69.0582307265668, 'street_segments_count': 1803, 'node_density_km': 132.95904102306756, 'intersection_density_km': 107.16698644866797, 'edge_density_km': 24445.99803667646, 'street_density_km': 12447.364500957723, 'circuity_avg': 1.0816555783745725, 'self_loop_proportion': 0.0068827071981646115, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0816555783745725\n", - "1617\n", - "26009028.574918725\n", - "error with entry 1617\n", - "1618\n", - "6002527.448892102\n", - "{'n': 252, 'm': 691, 'k_avg': 5.484126984126984, 'intersection_count': 221, 'streets_per_node_avg': 2.9365079365079363, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 177, 4: 43, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12301587301587301, 2: 0.0, 3: 0.7023809523809523, 4: 0.17063492063492064, 5: 0.0, 6: 0.003968253968253968}, 'edge_length_total': 65714.65000000001, 'edge_length_avg': 95.1007959479016, 'street_length_total': 33298.295, 'street_length_avg': 94.86693732193731, 'street_segments_count': 351, 'node_density_km': 41.98231530728145, 'intersection_density_km': 36.81782413852858, 'edge_density_km': 10947.829986538269, 'street_density_km': 5547.379047162197, 'circuity_avg': 1.0907706811661004, 'self_loop_proportion': 0.002894356005788712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0907706811661004\n", - "1619\n", - "14999419.584596226\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 865, 'm': 2187, 'k_avg': 5.05664739884393, 'intersection_count': 648, 'streets_per_node_avg': 2.593063583815029, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 568, 4: 78, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2508670520231214, 2: 0.0, 3: 0.6566473988439306, 4: 0.09017341040462427, 5: 0.0023121387283236996}, 'edge_length_total': 229627.10700000008, 'edge_length_avg': 104.99639094650209, 'street_length_total': 115292.24000000012, 'street_length_avg': 104.81112727272739, 'street_segments_count': 1100, 'node_density_km': 57.668898127786136, 'intersection_density_km': 43.201671661046724, 'edge_density_km': 15309.066174521678, 'street_density_km': 7686.446755473153, 'circuity_avg': 1.045418227170417, 'self_loop_proportion': 0.0009144947416552355, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045418227170417\n", - "1620\n", - "6000214.873002833\n", - "{'n': 95, 'm': 294, 'k_avg': 6.189473684210526, 'intersection_count': 91, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 64, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.042105263157894736, 2: 0.0, 3: 0.6736842105263158, 4: 0.28421052631578947}, 'edge_length_total': 57672.99199999993, 'edge_length_avg': 196.16663945578208, 'street_length_total': 28836.496000000003, 'street_length_avg': 196.16663945578233, 'street_segments_count': 147, 'node_density_km': 15.832766327659339, 'intersection_density_km': 15.166123534915787, 'edge_density_km': 9611.82111318911, 'street_density_km': 4805.91055659456, 'circuity_avg': 1.0467959571056669, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467959571056669\n", - "1621\n", - "44997482.2720518\n", - "error with entry 1621\n", - "1622\n", - "10007079.117359914\n", - "{'n': 917, 'm': 2390, 'k_avg': 5.212649945474373, 'intersection_count': 761, 'streets_per_node_avg': 2.8244274809160306, 'streets_per_node_counts': {0: 0, 1: 156, 2: 1, 3: 610, 4: 148, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17011995637949837, 2: 0.0010905125408942203, 3: 0.6652126499454744, 4: 0.1613958560523446, 5: 0.0021810250817884407}, 'edge_length_total': 211730.62299999956, 'edge_length_avg': 88.5902188284517, 'street_length_total': 108869.72500000002, 'street_length_avg': 86.81796251993622, 'street_segments_count': 1254, 'node_density_km': 91.63513041574959, 'intersection_density_km': 76.04616602659262, 'edge_density_km': 21158.084243852634, 'street_density_km': 10879.270936425075, 'circuity_avg': 1.0512076251668596, 'self_loop_proportion': 0.0016736401673640166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0512076251668596\n", - "1623\n", - "6001611.309308204\n", - "{'n': 275, 'm': 684, 'k_avg': 4.974545454545455, 'intersection_count': 214, 'streets_per_node_avg': 2.629090909090909, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 194, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22181818181818183, 2: 0.0, 3: 0.7054545454545454, 4: 0.07272727272727272}, 'edge_length_total': 81646.19500000008, 'edge_length_avg': 119.36578216374281, 'street_length_total': 41699.716000000015, 'street_length_avg': 118.46510227272732, 'street_segments_count': 352, 'node_density_km': 45.821028025171934, 'intersection_density_km': 35.65709089958834, 'edge_density_km': 13604.04577906784, 'street_density_km': 6948.086747191676, 'circuity_avg': 1.073424393033901, 'self_loop_proportion': 0.005847953216374269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073424393033901\n", - "1624\n", - "23017158.02622756\n", - "{'n': 2218, 'm': 6202, 'k_avg': 5.5924256086564474, 'intersection_count': 1836, 'streets_per_node_avg': 2.8872858431018935, 'streets_per_node_counts': {0: 0, 1: 382, 2: 0, 3: 1336, 4: 486, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17222723174030657, 2: 0.0, 3: 0.6023444544634806, 4: 0.21911632100991885, 5: 0.0063119927862939585}, 'edge_length_total': 493082.24099999946, 'edge_length_avg': 79.5037473395678, 'street_length_total': 248901.8260000005, 'street_length_avg': 78.84124992081105, 'street_segments_count': 3157, 'node_density_km': 96.36289577855948, 'intersection_density_km': 79.7665809961385, 'edge_density_km': 21422.377186538095, 'street_density_km': 10813.751450825606, 'circuity_avg': 1.038772863751394, 'self_loop_proportion': 0.002257336343115124, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038772863751394\n", - "1625\n", - "7998491.610248377\n", - "{'n': 499, 'm': 1487, 'k_avg': 5.959919839679359, 'intersection_count': 451, 'streets_per_node_avg': 3.1042084168336674, 'streets_per_node_counts': {0: 0, 1: 48, 2: 2, 3: 300, 4: 148, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09619238476953908, 2: 0.004008016032064128, 3: 0.6012024048096193, 4: 0.2965931863727455, 5: 0.002004008016032064}, 'edge_length_total': 164694.56500000015, 'edge_length_avg': 110.75626429051792, 'street_length_total': 83136.47399999997, 'street_length_avg': 109.82361162483484, 'street_segments_count': 757, 'node_density_km': 62.38676294423276, 'intersection_density_km': 56.385631438575096, 'edge_density_km': 20590.70297566842, 'street_density_km': 10394.019028972682, 'circuity_avg': 1.026402434467904, 'self_loop_proportion': 0.0013449899125756557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026402434467904\n", - "1626\n", - "7997397.424506756\n", - "{'n': 429, 'm': 1113, 'k_avg': 5.188811188811189, 'intersection_count': 343, 'streets_per_node_avg': 2.6736596736596736, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 312, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20046620046620048, 2: 0.0, 3: 0.7272727272727273, 4: 0.06993006993006994, 5: 0.002331002331002331}, 'edge_length_total': 102745.03300000014, 'edge_length_avg': 92.31359658580426, 'street_length_total': 51597.29099999997, 'street_length_avg': 91.64705328596797, 'street_segments_count': 563, 'node_density_km': 53.642451066067764, 'intersection_density_km': 42.88895271715908, 'edge_density_km': 12847.3086363264, 'street_density_km': 6451.760274147219, 'circuity_avg': 1.0674803813411193, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674803813411193\n", - "1627\n", - "10003613.703611415\n", - "{'n': 416, 'm': 1141, 'k_avg': 5.485576923076923, 'intersection_count': 346, 'streets_per_node_avg': 2.8389423076923075, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 275, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16826923076923078, 2: 0.0, 3: 0.6610576923076923, 4: 0.1658653846153846, 5: 0.004807692307692308}, 'edge_length_total': 113969.74699999974, 'edge_length_avg': 99.8858431200699, 'street_length_total': 57323.74000000001, 'street_length_avg': 97.98929914529917, 'street_segments_count': 585, 'node_density_km': 41.58497242349726, 'intersection_density_km': 34.587501102235706, 'edge_density_km': 11392.857658913339, 'street_density_km': 5730.303238249346, 'circuity_avg': 1.057313894377978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057313894377978\n", - "1628\n", - "6997963.571267562\n", - "{'n': 210, 'm': 555, 'k_avg': 5.285714285714286, 'intersection_count': 169, 'streets_per_node_avg': 2.7095238095238097, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 148, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19523809523809524, 2: 0.0, 3: 0.7047619047619048, 4: 0.1}, 'edge_length_total': 87601.81599999993, 'edge_length_avg': 157.8411099099098, 'street_length_total': 43829.40299999999, 'street_length_avg': 157.6597230215827, 'street_segments_count': 278, 'node_density_km': 30.008730091454602, 'intersection_density_km': 24.149882787884895, 'edge_density_km': 12518.186913644131, 'street_density_km': 6263.16535569805, 'circuity_avg': 1.1006037126763781, 'self_loop_proportion': 0.0036036036036036037, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1006037126763781\n", - "1629\n", - "14008440.407391496\n", - "{'n': 244, 'm': 540, 'k_avg': 4.426229508196721, 'intersection_count': 162, 'streets_per_node_avg': 2.3811475409836067, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 149, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3360655737704918, 2: 0.0, 3: 0.610655737704918, 4: 0.05327868852459016}, 'edge_length_total': 113754.2879999998, 'edge_length_avg': 210.65608888888852, 'street_length_total': 56877.143999999986, 'street_length_avg': 210.65608888888883, 'street_segments_count': 270, 'node_density_km': 17.418070313612812, 'intersection_density_km': 11.564456519693753, 'edge_density_km': 8120.410601880978, 'street_density_km': 4060.2053009404954, 'circuity_avg': 1.109168173026813, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.109168173026813\n", - "1630\n", - "5998316.608539151\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 272, 'm': 722, 'k_avg': 5.3088235294117645, 'intersection_count': 220, 'streets_per_node_avg': 2.7536764705882355, 'streets_per_node_counts': {0: 0, 1: 52, 2: 2, 3: 182, 4: 34, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19117647058823528, 2: 0.007352941176470588, 3: 0.6691176470588235, 4: 0.125, 5: 0.003676470588235294, 6: 0.003676470588235294}, 'edge_length_total': 73655.56400000003, 'edge_length_avg': 102.01601662049865, 'street_length_total': 36875.87700000003, 'street_length_avg': 101.86706353591168, 'street_segments_count': 362, 'node_density_km': 45.346055860536474, 'intersection_density_km': 36.676956946022145, 'edge_density_km': 12279.37249846809, 'street_density_km': 6147.70433216277, 'circuity_avg': 1.0709096747671523, 'self_loop_proportion': 0.008310249307479225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709096747671523\n", - "1631\n", - "27994160.938793685\n", - "{'n': 2326, 'm': 6484, 'k_avg': 5.575236457437661, 'intersection_count': 1909, 'streets_per_node_avg': 2.824591573516767, 'streets_per_node_counts': {0: 0, 1: 417, 2: 2, 3: 1483, 4: 420, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17927773000859845, 2: 0.0008598452278589854, 3: 0.6375752364574376, 4: 0.18056749785038692, 5: 0.0017196904557179708}, 'edge_length_total': 464149.55600000196, 'edge_length_avg': 71.5838303516351, 'street_length_total': 232991.64199999993, 'street_length_avg': 71.46982883435581, 'street_segments_count': 3260, 'node_density_km': 83.08875572608004, 'intersection_density_km': 68.19279221026947, 'edge_density_km': 16580.227462963318, 'street_density_km': 8322.865704366417, 'circuity_avg': 1.056358538942645, 'self_loop_proportion': 0.0024676125848241827, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056358538942645\n", - "1632\n", - "15995949.255964627\n", - "{'n': 948, 'm': 2536, 'k_avg': 5.350210970464135, 'intersection_count': 796, 'streets_per_node_avg': 2.831223628691983, 'streets_per_node_counts': {0: 0, 1: 152, 2: 2, 3: 649, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16033755274261605, 2: 0.002109704641350211, 3: 0.6845991561181435, 4: 0.1518987341772152, 5: 0.0010548523206751054}, 'edge_length_total': 270487.29200000025, 'edge_length_avg': 106.65902681388022, 'street_length_total': 137487.44500000007, 'street_length_avg': 104.31520864946894, 'street_segments_count': 1318, 'node_density_km': 59.26500421014441, 'intersection_density_km': 49.76259847180902, 'edge_density_km': 16909.73681347107, 'street_density_km': 8595.141357349159, 'circuity_avg': 1.0517552069928915, 'self_loop_proportion': 0.008280757097791799, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517552069928915\n", - "1633\n", - "17999479.16704166\n", - "{'n': 480, 'm': 1118, 'k_avg': 4.658333333333333, 'intersection_count': 361, 'streets_per_node_avg': 2.5416666666666665, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 344, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24791666666666667, 2: 0.0, 3: 0.7166666666666667, 4: 0.03333333333333333, 5: 0.0020833333333333333}, 'edge_length_total': 162975.10100000005, 'edge_length_avg': 145.77379338103762, 'street_length_total': 83727.53700000003, 'street_length_avg': 140.71854957983197, 'street_segments_count': 595, 'node_density_km': 26.667438293376538, 'intersection_density_km': 20.056135883143604, 'edge_density_km': 9054.43426932148, 'street_density_km': 4651.664430008129, 'circuity_avg': 1.0861854709051122, 'self_loop_proportion': 0.0017889087656529517, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0861854709051122\n", - "1634\n", - "12004053.904776914\n", - "{'n': 688, 'm': 1993, 'k_avg': 5.7936046511627906, 'intersection_count': 576, 'streets_per_node_avg': 2.953488372093023, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 387, 4: 186, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16279069767441862, 2: 0.0, 3: 0.5625, 4: 0.2703488372093023, 5: 0.00436046511627907}, 'edge_length_total': 166518.9810000003, 'edge_length_avg': 83.55192222779743, 'street_length_total': 83314.85300000006, 'street_length_avg': 83.5655496489469, 'street_segments_count': 997, 'node_density_km': 57.31397121819122, 'intersection_density_km': 47.98378985709033, 'edge_density_km': 13871.895471390331, 'street_density_km': 6940.559719316622, 'circuity_avg': 1.0630868292881053, 'self_loop_proportion': 0.0010035122930255895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630868292881053\n", - "1635\n", - "14012667.150876528\n", - "{'n': 1340, 'm': 3677, 'k_avg': 5.488059701492538, 'intersection_count': 1151, 'streets_per_node_avg': 2.8925373134328356, 'streets_per_node_counts': {0: 0, 1: 189, 2: 2, 3: 923, 4: 218, 5: 7, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.141044776119403, 2: 0.0014925373134328358, 3: 0.6888059701492537, 4: 0.1626865671641791, 5: 0.0052238805970149255, 6: 0.0, 7: 0.0007462686567164179}, 'edge_length_total': 289622.8210000008, 'edge_length_avg': 78.76606499864042, 'street_length_total': 148065.8330000001, 'street_length_avg': 78.0115031612224, 'street_segments_count': 1898, 'node_density_km': 95.62776205072277, 'intersection_density_km': 82.13996576147903, 'edge_density_km': 20668.643441079963, 'street_density_km': 10566.570332810496, 'circuity_avg': 1.0487475249957319, 'self_loop_proportion': 0.0027196083763937995, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487475249957319\n", - "1636\n", - "27007743.479962356\n", - "{'n': 1526, 'm': 3564, 'k_avg': 4.671035386631717, 'intersection_count': 1163, 'streets_per_node_avg': 2.5884665792922674, 'streets_per_node_counts': {0: 0, 1: 363, 2: 5, 3: 1058, 4: 98, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23787680209698558, 2: 0.00327653997378768, 3: 0.6933158584534731, 4: 0.06422018348623854, 5: 0.000655307994757536, 6: 0.000655307994757536}, 'edge_length_total': 388510.58299999917, 'edge_length_avg': 109.00970342311986, 'street_length_total': 204928.37499999994, 'street_length_avg': 105.524394953656, 'street_segments_count': 1942, 'node_density_km': 56.50231390609042, 'intersection_density_km': 43.061724163029595, 'edge_density_km': 14385.15525327926, 'street_density_km': 7587.7636779259565, 'circuity_avg': 1.0887173338537108, 'self_loop_proportion': 0.005050505050505051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0887173338537108\n", - "1637\n", - "7000645.19307409\n", - "{'n': 265, 'm': 716, 'k_avg': 5.40377358490566, 'intersection_count': 224, 'streets_per_node_avg': 2.8566037735849057, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 180, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15471698113207547, 2: 0.0, 3: 0.6792452830188679, 4: 0.1660377358490566}, 'edge_length_total': 106324.82999999997, 'edge_length_avg': 148.49836592178767, 'street_length_total': 53162.41499999998, 'street_length_avg': 148.49836592178764, 'street_segments_count': 358, 'node_density_km': 37.85365386924208, 'intersection_density_km': 31.997050817774436, 'edge_density_km': 15187.861556701906, 'street_density_km': 7593.930778350952, 'circuity_avg': 1.0205615383880309, 'self_loop_proportion': 0.002793296089385475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205615383880309\n", - "1638\n", - "22997329.134893734\n", - "{'n': 1449, 'm': 4129, 'k_avg': 5.699102829537612, 'intersection_count': 1283, 'streets_per_node_avg': 2.9937888198757765, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 962, 4: 319, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11456176673567978, 2: 0.0, 3: 0.6639061421670117, 4: 0.22015182884748102, 5: 0.0013802622498274672}, 'edge_length_total': 457610.10799999913, 'edge_length_avg': 110.82831387745196, 'street_length_total': 233316.4189999995, 'street_length_avg': 109.3329048734768, 'street_segments_count': 2134, 'node_density_km': 63.007316697548134, 'intersection_density_km': 55.78908717940252, 'edge_density_km': 19898.402345586714, 'street_density_km': 10145.370257191722, 'circuity_avg': 1.0411843656848334, 'self_loop_proportion': 0.0036328408815693874, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411843656848334\n", - "1639\n", - "11998070.805571869\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 500, 'm': 1331, 'k_avg': 5.324, 'intersection_count': 438, 'streets_per_node_avg': 2.816, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 406, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.124, 2: 0.0, 3: 0.812, 4: 0.064}, 'edge_length_total': 187476.71900000022, 'edge_length_avg': 140.8540338091662, 'street_length_total': 95526.94900000012, 'street_length_avg': 140.68770103092803, 'street_segments_count': 679, 'node_density_km': 41.673366335511325, 'intersection_density_km': 36.505868909907925, 'edge_density_km': 15625.571980533452, 'street_density_km': 7961.859081181426, 'circuity_avg': 1.0300694998530133, 'self_loop_proportion': 0.004507888805409466, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300694998530133\n", - "1640\n", - "11005305.643055469\n", - "{'n': 1158, 'm': 3290, 'k_avg': 5.682210708117444, 'intersection_count': 1018, 'streets_per_node_avg': 3.038860103626943, 'streets_per_node_counts': {0: 0, 1: 140, 2: 5, 3: 686, 4: 324, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12089810017271158, 2: 0.004317789291882556, 3: 0.5924006908462867, 4: 0.27979274611398963, 5: 0.0025906735751295338}, 'edge_length_total': 295565.63300000026, 'edge_length_avg': 89.83757841945297, 'street_length_total': 153773.09799999997, 'street_length_avg': 89.97840725570508, 'street_segments_count': 1709, 'node_density_km': 105.22197543243311, 'intersection_density_km': 92.50083850623221, 'edge_density_km': 26856.649200516036, 'street_density_km': 13972.633108743632, 'circuity_avg': 1.0345293868486563, 'self_loop_proportion': 0.00182370820668693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345293868486563\n", - "1641\n", - "9002410.949001826\n", - "{'n': 381, 'm': 1064, 'k_avg': 5.585301837270341, 'intersection_count': 340, 'streets_per_node_avg': 2.9186351706036744, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 290, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10761154855643044, 2: 0.0, 3: 0.7611548556430446, 4: 0.12860892388451445, 5: 0.0026246719160104987}, 'edge_length_total': 134869.42100000015, 'edge_length_avg': 126.75697462406029, 'street_length_total': 67601.93800000002, 'street_length_avg': 126.12301865671647, 'street_segments_count': 536, 'node_density_km': 42.32199598067057, 'intersection_density_km': 37.76766045519158, 'edge_density_km': 14981.47793563615, 'street_density_km': 7509.314824990924, 'circuity_avg': 1.0287252016886173, 'self_loop_proportion': 0.0037593984962406013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287252016886173\n", - "1642\n", - "11000943.425979009\n", - "{'n': 437, 'm': 1182, 'k_avg': 5.409610983981693, 'intersection_count': 375, 'streets_per_node_avg': 2.8375286041189933, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 323, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14187643020594964, 2: 0.0, 3: 0.7391304347826086, 4: 0.11670480549199085, 5: 0.002288329519450801}, 'edge_length_total': 158519.21299999993, 'edge_length_avg': 134.1110093062605, 'street_length_total': 79432.069, 'street_length_avg': 133.27528355704698, 'street_segments_count': 596, 'node_density_km': 39.72386577027687, 'intersection_density_km': 34.08798550080967, 'edge_density_km': 14409.601691583355, 'street_density_km': 7220.477910323503, 'circuity_avg': 1.0381033972187022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381033972187022\n", - "1643\n", - "14998901.143242672\n", - "{'n': 701, 'm': 1914, 'k_avg': 5.4607703281027105, 'intersection_count': 583, 'streets_per_node_avg': 2.7845934379457917, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 498, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16833095577746077, 2: 0.0, 3: 0.7104136947218259, 4: 0.12125534950071326}, 'edge_length_total': 238855.28400000025, 'edge_length_avg': 124.79377429467098, 'street_length_total': 119427.64200000005, 'street_length_avg': 124.7937742946709, 'street_segments_count': 957, 'node_density_km': 46.73675713342611, 'intersection_density_km': 38.869514135217436, 'edge_density_km': 15924.852208763952, 'street_density_km': 7962.4261043819715, 'circuity_avg': 1.0586337652381392, 'self_loop_proportion': 0.003134796238244514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586337652381392\n", - "1644\n", - "13003863.154609364\n", - "{'n': 771, 'm': 1935, 'k_avg': 5.019455252918288, 'intersection_count': 620, 'streets_per_node_avg': 2.6783398184176392, 'streets_per_node_counts': {0: 0, 1: 151, 2: 1, 3: 565, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19584954604409857, 2: 0.0012970168612191958, 3: 0.7328145265888456, 4: 0.06874189364461739, 5: 0.0012970168612191958}, 'edge_length_total': 199139.38099999982, 'edge_length_avg': 102.91440878552962, 'street_length_total': 101870.86100000015, 'street_length_avg': 101.46500099601609, 'street_segments_count': 1004, 'node_density_km': 59.29007332922528, 'intersection_density_km': 47.67813938277519, 'edge_density_km': 15313.863167608977, 'street_density_km': 7833.892112582782, 'circuity_avg': 1.0504073984218973, 'self_loop_proportion': 0.004134366925064599, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504073984218973\n", - "1645\n", - "14996892.714090876\n", - "{'n': 710, 'm': 2002, 'k_avg': 5.6394366197183095, 'intersection_count': 637, 'streets_per_node_avg': 2.964788732394366, 'streets_per_node_counts': {0: 0, 1: 73, 2: 6, 3: 505, 4: 125, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1028169014084507, 2: 0.008450704225352112, 3: 0.7112676056338029, 4: 0.176056338028169, 5: 0.0014084507042253522}, 'edge_length_total': 263526.53600000055, 'edge_length_avg': 131.63163636363663, 'street_length_total': 133531.1360000001, 'street_length_avg': 129.2653785091966, 'street_segments_count': 1033, 'node_density_km': 47.34314057824083, 'intersection_density_km': 42.47546556104142, 'edge_density_km': 17572.075830908267, 'street_density_km': 8903.92020171859, 'circuity_avg': 1.029077511047096, 'self_loop_proportion': 0.001998001998001998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029077511047096\n", - "1646\n", - "7005333.060576051\n", - "{'n': 261, 'm': 631, 'k_avg': 4.835249042145594, 'intersection_count': 195, 'streets_per_node_avg': 2.574712643678161, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 174, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25287356321839083, 2: 0.0, 3: 0.6666666666666666, 4: 0.08045977011494253}, 'edge_length_total': 81106.32000000014, 'edge_length_avg': 128.53616481774984, 'street_length_total': 40965.20000000002, 'street_length_avg': 124.89390243902444, 'street_segments_count': 328, 'node_density_km': 37.25732920092423, 'intersection_density_km': 27.835935609885922, 'edge_density_km': 11577.796415768238, 'street_density_km': 5847.71625356974, 'circuity_avg': 1.088765982264943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088765982264943\n", - "1647\n", - "8001171.238271687\n", - "{'n': 156, 'm': 408, 'k_avg': 5.230769230769231, 'intersection_count': 125, 'streets_per_node_avg': 2.730769230769231, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 105, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1987179487179487, 2: 0.0, 3: 0.6730769230769231, 4: 0.1282051282051282}, 'edge_length_total': 45225.25199999998, 'edge_length_avg': 110.84620588235289, 'street_length_total': 22612.626, 'street_length_avg': 110.84620588235295, 'street_segments_count': 204, 'node_density_km': 19.49714552462161, 'intersection_density_km': 15.62271276011347, 'edge_density_km': 5652.328971997976, 'street_density_km': 2826.164485998989, 'circuity_avg': 1.04405009988448, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04405009988448\n", - "1648\n", - "59038503.7254903\n", - "{'n': 7715, 'm': 20550, 'k_avg': 5.327284510693454, 'intersection_count': 6580, 'streets_per_node_avg': 2.878159429682437, 'streets_per_node_counts': {0: 0, 1: 1135, 2: 29, 3: 5237, 4: 1274, 5: 35, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1471160077770577, 2: 0.0037589112119248216, 3: 0.6788075178224239, 4: 0.16513285806869735, 5: 0.004536616979909268, 6: 0.0006480881399870382}, 'edge_length_total': 1416553.6480000073, 'edge_length_avg': 68.93205099756726, 'street_length_total': 741784.312999998, 'street_length_avg': 67.25152429737062, 'street_segments_count': 11030, 'node_density_km': 130.677431051983, 'intersection_density_km': 111.45268908905355, 'edge_density_km': 23993.725426825138, 'street_density_km': 12564.41586746595, 'circuity_avg': 1.087599041358235, 'self_loop_proportion': 0.005158150851581509, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087599041358235\n", - "1649\n", - "12996906.20440995\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 228, 'm': 640, 'k_avg': 5.614035087719298, 'intersection_count': 193, 'streets_per_node_avg': 2.942982456140351, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 138, 4: 53, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15350877192982457, 2: 0.0, 3: 0.6052631578947368, 4: 0.2324561403508772, 5: 0.008771929824561403}, 'edge_length_total': 141531.298, 'edge_length_avg': 221.142653125, 'street_length_total': 70765.64900000003, 'street_length_avg': 221.1426531250001, 'street_segments_count': 320, 'node_density_km': 17.542636410089493, 'intersection_density_km': 14.849687838365227, 'edge_density_km': 10889.614480096607, 'street_density_km': 5444.807240048305, 'circuity_avg': 1.0399684225135897, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0399684225135897\n", - "1650\n", - "13000128.061430834\n", - "{'n': 959, 'm': 2438, 'k_avg': 5.084462982273201, 'intersection_count': 733, 'streets_per_node_avg': 2.6120959332638165, 'streets_per_node_counts': {0: 0, 1: 226, 2: 0, 3: 656, 4: 74, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23566214807090718, 2: 0.0, 3: 0.6840458811261731, 4: 0.07716371220020855, 5: 0.0031282586027111575}, 'edge_length_total': 237613.57800000053, 'edge_length_avg': 97.46250123051703, 'street_length_total': 118806.78899999999, 'street_length_avg': 97.4625012305168, 'street_segments_count': 1219, 'node_density_km': 73.76850408460126, 'intersection_density_km': 56.38405995204664, 'edge_density_km': 18277.787486183275, 'street_density_km': 9138.893743091616, 'circuity_avg': 1.0551127960788513, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551127960788513\n", - "1651\n", - "15006737.248667922\n", - "{'n': 827, 'm': 2230, 'k_avg': 5.392986698911729, 'intersection_count': 685, 'streets_per_node_avg': 2.759371221281741, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 600, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1717049576783555, 2: 0.0, 3: 0.7255139056831923, 4: 0.10278113663845223}, 'edge_length_total': 252116.31999999937, 'edge_length_avg': 113.05664573991002, 'street_length_total': 126058.16000000002, 'street_length_avg': 113.05664573991034, 'street_segments_count': 1115, 'node_density_km': 55.10858131892787, 'intersection_density_km': 45.64616469584715, 'edge_density_km': 16800.20885435164, 'street_density_km': 8400.104427175842, 'circuity_avg': 1.0534351888011582, 'self_loop_proportion': 0.0008968609865470852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0534351888011582\n", - "1652\n", - "6002013.13476854\n", - "{'n': 229, 'm': 648, 'k_avg': 5.6593886462882095, 'intersection_count': 198, 'streets_per_node_avg': 2.8820960698689957, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 163, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13537117903930132, 2: 0.0, 3: 0.7117903930131004, 4: 0.15283842794759825}, 'edge_length_total': 81413.55400000005, 'edge_length_avg': 125.63820061728403, 'street_length_total': 40706.77700000002, 'street_length_avg': 125.638200617284, 'street_segments_count': 324, 'node_density_km': 38.15386518790601, 'intersection_density_km': 32.98893147251262, 'edge_density_km': 13564.374514341955, 'street_density_km': 6782.1872571709755, 'circuity_avg': 1.0350097224041785, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350097224041785\n", - "1653\n", - "5001770.301841655\n", - "{'n': 276, 'm': 772, 'k_avg': 5.594202898550725, 'intersection_count': 240, 'streets_per_node_avg': 2.869565217391304, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 205, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13043478260869565, 2: 0.0, 3: 0.7427536231884058, 4: 0.12318840579710146, 5: 0.0036231884057971015}, 'edge_length_total': 96817.97399999996, 'edge_length_avg': 125.41188341968906, 'street_length_total': 48408.98699999996, 'street_length_avg': 125.411883419689, 'street_segments_count': 386, 'node_density_km': 55.18046278502167, 'intersection_density_km': 47.98301111741014, 'edge_density_km': 19356.741345029684, 'street_density_km': 9678.370672514839, 'circuity_avg': 1.024778466828887, 'self_loop_proportion': 0.0025906735751295338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024778466828887\n", - "1654\n", - "5999676.551050479\n", - "{'n': 304, 'm': 828, 'k_avg': 5.447368421052632, 'intersection_count': 262, 'streets_per_node_avg': 2.9342105263157894, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 201, 4: 58, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13815789473684212, 2: 0.0, 3: 0.6611842105263158, 4: 0.19078947368421054, 5: 0.009868421052631578}, 'edge_length_total': 119161.1980000001, 'edge_length_avg': 143.91449033816437, 'street_length_total': 59580.598999999944, 'street_length_avg': 143.91449033816411, 'street_segments_count': 414, 'node_density_km': 50.66939816060132, 'intersection_density_km': 43.66902078314982, 'edge_density_km': 19861.27035117189, 'street_density_km': 9930.635175585927, 'circuity_avg': 1.0500363458875264, 'self_loop_proportion': 0.0024154589371980675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500363458875264\n", - "1655\n", - "7000832.336764557\n", - "{'n': 369, 'm': 930, 'k_avg': 5.040650406504065, 'intersection_count': 278, 'streets_per_node_avg': 2.5962059620596207, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 246, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24661246612466126, 2: 0.0, 3: 0.6666666666666666, 4: 0.08401084010840108, 5: 0.0027100271002710027}, 'edge_length_total': 98845.28000000014, 'edge_length_avg': 106.28524731182812, 'street_length_total': 49422.64000000001, 'street_length_avg': 106.28524731182797, 'street_segments_count': 465, 'node_density_km': 52.70801845406481, 'intersection_density_km': 39.709564038563734, 'edge_density_km': 14119.075453488378, 'street_density_km': 7059.53772674418, 'circuity_avg': 1.0387790385115592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387790385115592\n", - "1656\n", - "48989673.02622481\n", - "{'n': 3263, 'm': 8685, 'k_avg': 5.323322096230463, 'intersection_count': 2825, 'streets_per_node_avg': 2.8820104198590255, 'streets_per_node_counts': {0: 0, 1: 438, 2: 8, 3: 2334, 4: 469, 5: 12, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13423230156297886, 2: 0.002451731535396874, 3: 0.715292675452038, 4: 0.14373276126264173, 5: 0.003677597303095311, 6: 0.0006129328838492185}, 'edge_length_total': 848565.038000002, 'edge_length_avg': 97.70466758779529, 'street_length_total': 444982.6969999997, 'street_length_avg': 95.44888395538389, 'street_segments_count': 4662, 'node_density_km': 66.60587422686561, 'intersection_density_km': 57.66521443177914, 'edge_density_km': 17321.304380736612, 'street_density_km': 9083.19385519872, 'circuity_avg': 1.0582724325612427, 'self_loop_proportion': 0.004375359815774324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582724325612427\n", - "1657\n", - "26024104.38886503\n", - "{'n': 4848, 'm': 12836, 'k_avg': 5.295379537953796, 'intersection_count': 3981, 'streets_per_node_avg': 2.8242574257425743, 'streets_per_node_counts': {0: 0, 1: 867, 2: 7, 3: 3113, 4: 838, 5: 20, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17883663366336633, 2: 0.0014438943894389438, 3: 0.6421204620462047, 4: 0.17285478547854785, 5: 0.004125412541254125, 6: 0.00041254125412541255, 7: 0.0, 8: 0.00020627062706270627}, 'edge_length_total': 788487.5140000032, 'edge_length_avg': 61.427821283889315, 'street_length_total': 410114.2030000018, 'street_length_avg': 60.50666907642399, 'street_segments_count': 6778, 'node_density_km': 186.28883159853604, 'intersection_density_km': 152.9735640663721, 'edge_density_km': 30298.353488674697, 'street_density_km': 15759.01313919867, 'circuity_avg': 1.0837041178235187, 'self_loop_proportion': 0.007401059520099719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0837041178235187\n", - "1658\n", - "7006549.100888741\n", - "{'n': 322, 'm': 830, 'k_avg': 5.15527950310559, 'intersection_count': 265, 'streets_per_node_avg': 2.7732919254658386, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 224, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17701863354037267, 2: 0.0, 3: 0.6956521739130435, 4: 0.12732919254658384}, 'edge_length_total': 96659.21000000006, 'edge_length_avg': 116.45687951807237, 'street_length_total': 49051.877, 'street_length_avg': 115.9618841607565, 'street_segments_count': 423, 'node_density_km': 45.95700327842648, 'intersection_density_km': 37.821757356469, 'edge_density_km': 13795.551648633902, 'street_density_km': 7000.861093484386, 'circuity_avg': 1.0667120145407734, 'self_loop_proportion': 0.004819277108433735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667120145407734\n", - "1659\n", - "23020042.242093008\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 773, 'm': 1910, 'k_avg': 4.941785252263907, 'intersection_count': 632, 'streets_per_node_avg': 2.7115135834411386, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 574, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18240620957309184, 2: 0.0, 3: 0.7425614489003881, 4: 0.07373868046571798, 5: 0.00129366106080207}, 'edge_length_total': 247500.76399999938, 'edge_length_avg': 129.5815518324604, 'street_length_total': 126618.72599999995, 'street_length_avg': 123.41006432748533, 'street_segments_count': 1026, 'node_density_km': 33.57943447152067, 'intersection_density_km': 27.454337109962566, 'edge_density_km': 10751.533876312136, 'street_density_km': 5500.3689684145265, 'circuity_avg': 1.0926186231435973, 'self_loop_proportion': 0.004188481675392671, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0926186231435973\n", - "1660\n", - "9001440.447348977\n", - "{'n': 540, 'm': 1473, 'k_avg': 5.455555555555556, 'intersection_count': 459, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 81, 2: 1, 3: 387, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.001851851851851852, 3: 0.7166666666666667, 4: 0.12777777777777777, 5: 0.003703703703703704}, 'edge_length_total': 152044.61300000007, 'edge_length_avg': 103.22105431093013, 'street_length_total': 76574.34500000006, 'street_length_avg': 103.61887009472268, 'street_segments_count': 739, 'node_density_km': 59.99039855438203, 'intersection_density_km': 50.99183877122473, 'edge_density_km': 16891.142466512556, 'street_density_km': 8506.899028871769, 'circuity_avg': 1.024397052990591, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024397052990591\n", - "1661\n", - "6997767.145465633\n", - "{'n': 529, 'm': 1461, 'k_avg': 5.5236294896030245, 'intersection_count': 446, 'streets_per_node_avg': 2.8412098298676747, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 364, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15689981096408318, 2: 0.0, 3: 0.6880907372400756, 4: 0.15500945179584122}, 'edge_length_total': 156095.31200000018, 'edge_length_avg': 106.84141820670786, 'street_length_total': 78104.04400000002, 'street_length_avg': 106.8454774281806, 'street_segments_count': 731, 'node_density_km': 75.59554197838348, 'intersection_density_km': 63.7346157322477, 'edge_density_km': 22306.445578307903, 'street_density_km': 11161.28078805957, 'circuity_avg': 1.0572964042996043, 'self_loop_proportion': 0.0054757015742642025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572964042996043\n", - "1662\n", - "19997395.984621525\n", - "{'n': 1541, 'm': 3937, 'k_avg': 5.109669046073978, 'intersection_count': 1180, 'streets_per_node_avg': 2.6320571057754707, 'streets_per_node_counts': {0: 0, 1: 361, 2: 0, 3: 1029, 4: 147, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23426346528228423, 2: 0.0, 3: 0.6677482154445166, 4: 0.0953926022063595, 5: 0.0025957170668397143}, 'edge_length_total': 386221.3210000014, 'edge_length_avg': 98.10041173482382, 'street_length_total': 193851.51600000006, 'street_length_avg': 97.80601210898085, 'street_segments_count': 1982, 'node_density_km': 77.06003327558577, 'intersection_density_km': 59.007682845678914, 'edge_density_km': 19313.580693056974, 'street_density_km': 9693.837945154284, 'circuity_avg': 1.0462888373902024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462888373902024\n", - "1663\n", - "29016924.13586214\n", - "{'n': 2195, 'm': 5141, 'k_avg': 4.684282460136674, 'intersection_count': 1719, 'streets_per_node_avg': 2.647380410022779, 'streets_per_node_counts': {0: 0, 1: 476, 2: 3, 3: 1538, 4: 175, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21685649202733484, 2: 0.001366742596810934, 3: 0.7006833712984055, 4: 0.07972665148063782, 5: 0.001366742596810934}, 'edge_length_total': 481922.0799999997, 'edge_length_avg': 93.74092199961092, 'street_length_total': 256085.98699999973, 'street_length_avg': 89.1974876349703, 'street_segments_count': 2871, 'node_density_km': 75.64550914227294, 'intersection_density_km': 59.24128939205794, 'edge_density_km': 16608.310300001445, 'street_density_km': 8825.400852308187, 'circuity_avg': 1.0745701302167274, 'self_loop_proportion': 0.0027232056020229526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745701302167274\n", - "1664\n", - "22006621.8011315\n", - "{'n': 966, 'm': 2598, 'k_avg': 5.37888198757764, 'intersection_count': 802, 'streets_per_node_avg': 2.798136645962733, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 672, 4: 128, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16977225672877846, 2: 0.0, 3: 0.6956521739130435, 4: 0.13250517598343686, 5: 0.0010351966873706005, 6: 0.0010351966873706005}, 'edge_length_total': 310395.8340000001, 'edge_length_avg': 119.47491685912243, 'street_length_total': 155830.421, 'street_length_avg': 119.22756006120888, 'street_segments_count': 1307, 'node_density_km': 43.89587864641413, 'intersection_density_km': 36.44357626751981, 'edge_density_km': 14104.656171445662, 'street_density_km': 7081.069616600025, 'circuity_avg': 1.0474934756234873, 'self_loop_proportion': 0.0007698229407236335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474934756234873\n", - "1665\n", - "9007394.178357586\n", - "{'n': 367, 'm': 1040, 'k_avg': 5.667574931880109, 'intersection_count': 328, 'streets_per_node_avg': 2.912806539509537, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 283, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10626702997275204, 2: 0.0, 3: 0.771117166212534, 4: 0.11989100817438691, 5: 0.0027247956403269754}, 'edge_length_total': 116129.26800000004, 'edge_length_avg': 111.66275769230774, 'street_length_total': 58064.63399999994, 'street_length_avg': 111.66275769230758, 'street_segments_count': 520, 'node_density_km': 40.744303261625326, 'intersection_density_km': 36.41452716570329, 'edge_density_km': 12892.659708290365, 'street_density_km': 6446.329854145173, 'circuity_avg': 1.0502367757132647, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502367757132647\n", - "1666\n", - "20010791.876062375\n", - "{'n': 1361, 'm': 3457, 'k_avg': 5.080088170462895, 'intersection_count': 1082, 'streets_per_node_avg': 2.6936076414401176, 'streets_per_node_counts': {0: 0, 1: 279, 2: 3, 3: 939, 4: 136, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2049963262307127, 2: 0.002204261572373255, 3: 0.6899338721528288, 4: 0.09992652461425422, 5: 0.0029390154298310064}, 'edge_length_total': 338700.2249999999, 'edge_length_avg': 97.9751880242985, 'street_length_total': 172125.82200000004, 'street_length_avg': 95.6254566666667, 'street_segments_count': 1800, 'node_density_km': 68.01330044455047, 'intersection_density_km': 54.070823718591924, 'edge_density_km': 16925.878151037356, 'street_density_km': 8601.6497031236, 'circuity_avg': 1.0826357450540411, 'self_loop_proportion': 0.00809950824414232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826357450540411\n", - "1667\n", - "111970092.14260067\n", - "{'n': 11083, 'm': 28556, 'k_avg': 5.1531173869890825, 'intersection_count': 9074, 'streets_per_node_avg': 2.753225660922133, 'streets_per_node_counts': {0: 0, 1: 2009, 2: 27, 3: 7787, 4: 1217, 5: 37, 6: 5, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18126860958224308, 2: 0.0024361634936389065, 3: 0.7026075972209691, 4: 0.10980781376883515, 5: 0.0033384462690607235, 6: 0.0004511413877109086, 7: 9.022827754218172e-05}, 'edge_length_total': 2295793.606, 'edge_length_avg': 80.39619015268245, 'street_length_total': 1198534.9919999992, 'street_length_avg': 79.38895091740075, 'street_segments_count': 15097, 'node_density_km': 98.9817886894755, 'intersection_density_km': 81.03949747977087, 'edge_density_km': 20503.63237243896, 'street_density_km': 10704.063639365344, 'circuity_avg': 1.061498456314741, 'self_loop_proportion': 0.0020310967922678247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061498456314741\n", - "1668\n", - "7001126.166407541\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 178, 'm': 592, 'k_avg': 6.651685393258427, 'intersection_count': 170, 'streets_per_node_avg': 3.432584269662921, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 79, 4: 89, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0449438202247191, 2: 0.0, 3: 0.4438202247191011, 4: 0.5, 5: 0.011235955056179775}, 'edge_length_total': 86935.48799999991, 'edge_length_avg': 146.85048648648635, 'street_length_total': 43467.74400000001, 'street_length_avg': 146.85048648648655, 'street_segments_count': 296, 'node_density_km': 25.424481114777052, 'intersection_density_km': 24.28180780624775, 'edge_density_km': 12417.357712696206, 'street_density_km': 6208.678856348111, 'circuity_avg': 1.0350113440155302, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350113440155302\n", - "1669\n", - "12003302.614294877\n", - "{'n': 404, 'm': 1163, 'k_avg': 5.757425742574258, 'intersection_count': 372, 'streets_per_node_avg': 3.0247524752475248, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 300, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07920792079207921, 2: 0.0, 3: 0.7425742574257426, 4: 0.17326732673267325, 5: 0.0049504950495049506}, 'edge_length_total': 163161.05099999998, 'edge_length_avg': 140.2932510748065, 'street_length_total': 82314.89399999999, 'street_length_avg': 139.5167694915254, 'street_segments_count': 590, 'node_density_km': 33.65740354815945, 'intersection_density_km': 30.99147059384979, 'edge_density_km': 13593.013210021842, 'street_density_km': 6857.687142034575, 'circuity_avg': 1.0357730771593099, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357730771593099\n", - "1670\n", - "13995326.05530645\n", - "{'n': 346, 'm': 960, 'k_avg': 5.5491329479768785, 'intersection_count': 294, 'streets_per_node_avg': 2.88728323699422, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 229, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15028901734104047, 2: 0.0, 3: 0.661849710982659, 4: 0.18786127167630057}, 'edge_length_total': 174016.03499999997, 'edge_length_avg': 181.26670312499996, 'street_length_total': 87405.46600000006, 'street_length_avg': 178.37850204081644, 'street_segments_count': 490, 'node_density_km': 24.72253941299289, 'intersection_density_km': 21.007013258439045, 'edge_density_km': 12433.867872197252, 'street_density_km': 6245.332595653212, 'circuity_avg': 1.039449691977728, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039449691977728\n", - "1671\n", - "14993752.769610733\n", - "{'n': 346, 'm': 982, 'k_avg': 5.676300578034682, 'intersection_count': 281, 'streets_per_node_avg': 2.9104046242774566, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 183, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18786127167630057, 2: 0.0, 3: 0.5289017341040463, 4: 0.28034682080924855, 5: 0.002890173410404624}, 'edge_length_total': 176069.30800000016, 'edge_length_avg': 179.2966476578413, 'street_length_total': 88034.65399999997, 'street_length_avg': 179.29664765784108, 'street_segments_count': 491, 'node_density_km': 23.076277521480222, 'intersection_density_km': 18.74113868073972, 'edge_density_km': 11742.84455035544, 'street_density_km': 5871.4222751777115, 'circuity_avg': 1.030922776394913, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030922776394913\n", - "1672\n", - "18001830.336581957\n", - "{'n': 641, 'm': 1629, 'k_avg': 5.082683307332293, 'intersection_count': 477, 'streets_per_node_avg': 2.577223088923557, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 421, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25585023400936036, 2: 0.0, 3: 0.656786271450858, 4: 0.08580343213728549, 5: 0.0015600624024961}, 'edge_length_total': 157613.8549999999, 'edge_length_avg': 96.75497544505825, 'street_length_total': 78840.80699999996, 'street_length_avg': 96.50037576499383, 'street_segments_count': 817, 'node_density_km': 35.60749035043444, 'intersection_density_km': 26.49730561178975, 'edge_density_km': 8755.434978170468, 'street_density_km': 4379.5994921575075, 'circuity_avg': 1.0506171993039795, 'self_loop_proportion': 0.0024554941682013503, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506171993039795\n", - "1673\n", - "8998441.107323008\n", - "{'n': 342, 'm': 829, 'k_avg': 4.847953216374269, 'intersection_count': 257, 'streets_per_node_avg': 2.625730994152047, 'streets_per_node_counts': {0: 0, 1: 85, 2: 2, 3: 211, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24853801169590642, 2: 0.005847953216374269, 3: 0.6169590643274854, 4: 0.1286549707602339}, 'edge_length_total': 93609.97700000001, 'edge_length_avg': 112.91915199034983, 'street_length_total': 48395.75299999998, 'street_length_avg': 110.49258675799082, 'street_segments_count': 438, 'node_density_km': 38.00658313156904, 'intersection_density_km': 28.56050252869369, 'edge_density_km': 10402.910446768321, 'street_density_km': 5378.23745499819, 'circuity_avg': 1.050539491598447, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050539491598447\n", - "1674\n", - "6001890.07141655\n", - "{'n': 293, 'm': 798, 'k_avg': 5.447098976109215, 'intersection_count': 253, 'streets_per_node_avg': 2.8156996587030716, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 227, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13651877133105803, 2: 0.0, 3: 0.7747440273037542, 4: 0.08873720136518772}, 'edge_length_total': 96964.3720000001, 'edge_length_avg': 121.50923809523823, 'street_length_total': 48482.185999999965, 'street_length_avg': 121.509238095238, 'street_segments_count': 399, 'node_density_km': 48.81795509640964, 'intersection_density_km': 42.15338784775303, 'edge_density_km': 16155.63944794391, 'street_density_km': 8077.81972397194, 'circuity_avg': 1.0256634048245432, 'self_loop_proportion': 0.002506265664160401, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0256634048245432\n", - "1675\n", - "91981669.17933227\n", - "{'n': 9329, 'm': 26570, 'k_avg': 5.696216100332297, 'intersection_count': 8121, 'streets_per_node_avg': 2.963125736949298, 'streets_per_node_counts': {0: 0, 1: 1208, 2: 10, 3: 6081, 4: 1979, 5: 50, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12948869117804696, 2: 0.0010719262514738985, 3: 0.6518383535212777, 4: 0.21213420516668452, 5: 0.005359631257369493, 6: 0.00010719262514738985}, 'edge_length_total': 2438139.5080000176, 'edge_length_avg': 91.76287196085877, 'street_length_total': 1243789.6630000009, 'street_length_avg': 90.92694370933555, 'street_segments_count': 13679, 'node_density_km': 101.4223821249829, 'intersection_density_km': 88.28933060745912, 'edge_density_km': 26506.79781910125, 'street_density_km': 13522.14712015112, 'circuity_avg': 1.0639571910532897, 'self_loop_proportion': 0.0036507339104252918, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639571910532897\n", - "1676\n", - "175995575.61411685\n", - "{'n': 27329, 'm': 79116, 'k_avg': 5.789893519704344, 'intersection_count': 23425, 'streets_per_node_avg': 2.964250429946211, 'streets_per_node_counts': {0: 0, 1: 3904, 2: 11, 3: 16855, 4: 6295, 5: 247, 6: 15, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1428519155475868, 2: 0.0004025028358154342, 3: 0.616744117969922, 4: 0.23034139558710529, 5: 0.009038018222401112, 6: 0.000548867503384683, 7: 7.318233378462439e-05}, 'edge_length_total': 4988894.389999938, 'edge_length_avg': 63.057970448454654, 'street_length_total': 2547346.262000026, 'street_length_avg': 63.082792947178774, 'street_segments_count': 40381, 'node_density_km': 155.28231266404575, 'intersection_density_km': 133.09993684932752, 'edge_density_km': 28346.703447468775, 'street_density_km': 14473.922160323329, 'circuity_avg': 1.053651291863442, 'self_loop_proportion': 0.001908589918600536, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053651291863442\n", - "1677\n", - "71985122.8168551\n", - "{'n': 6441, 'm': 16314, 'k_avg': 5.065673032137867, 'intersection_count': 5666, 'streets_per_node_avg': 2.91926719453501, 'streets_per_node_counts': {0: 0, 1: 775, 2: 23, 3: 4636, 4: 966, 5: 37, 6: 3, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12032293122185996, 2: 0.0035708740878745535, 3: 0.7197640117994101, 4: 0.14997671169073126, 5: 0.005744449619624282, 6: 0.0004657661853749418, 7: 0.0001552553951249806}, 'edge_length_total': 1443354.418000001, 'edge_length_avg': 88.47336140738022, 'street_length_total': 799012.3679999976, 'street_length_avg': 85.70335385605466, 'street_segments_count': 9323, 'node_density_km': 89.47682170921934, 'intersection_density_km': 78.71070824475031, 'edge_density_km': 20050.732172426662, 'street_density_km': 11099.687501163939, 'circuity_avg': 1.059831407755382, 'self_loop_proportion': 0.0028196640921907563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059831407755382\n", - "1678\n", - "12011147.919985106\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1207, 'm': 3165, 'k_avg': 5.244407622203811, 'intersection_count': 973, 'streets_per_node_avg': 2.7373653686826844, 'streets_per_node_counts': {0: 0, 1: 234, 2: 1, 3: 828, 4: 136, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19386909693454846, 2: 0.0008285004142502071, 3: 0.6859983429991715, 4: 0.11267605633802817, 5: 0.006628003314001657}, 'edge_length_total': 287486.3259999992, 'edge_length_avg': 90.83296240126357, 'street_length_total': 146412.93799999982, 'street_length_avg': 90.54603463203452, 'street_segments_count': 1617, 'node_density_km': 100.4899788130739, 'intersection_density_km': 81.00807736961136, 'edge_density_km': 23934.958416560377, 'street_density_km': 12189.753966511918, 'circuity_avg': 1.0401687290852595, 'self_loop_proportion': 0.000631911532385466, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401687290852595\n", - "1679\n", - "6001270.332408232\n", - "{'n': 320, 'm': 874, 'k_avg': 5.4625, 'intersection_count': 276, 'streets_per_node_avg': 2.859375, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 233, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1375, 2: 0.0, 3: 0.728125, 4: 0.134375}, 'edge_length_total': 108815.62200000025, 'edge_length_avg': 124.50300000000028, 'street_length_total': 54407.81099999997, 'street_length_avg': 124.50299999999994, 'street_segments_count': 437, 'node_density_km': 53.32204387993103, 'intersection_density_km': 45.990262846440515, 'edge_density_km': 18132.098034706254, 'street_density_km': 9066.049017353102, 'circuity_avg': 1.025034707402015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025034707402015\n", - "1680\n", - "17997770.442564573\n", - "{'n': 1215, 'm': 3324, 'k_avg': 5.4716049382716045, 'intersection_count': 1081, 'streets_per_node_avg': 2.906172839506173, 'streets_per_node_counts': {0: 0, 1: 134, 2: 1, 3: 929, 4: 148, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1102880658436214, 2: 0.0008230452674897119, 3: 0.7646090534979424, 4: 0.12181069958847737, 5: 0.0016460905349794238, 6: 0.0008230452674897119}, 'edge_length_total': 346322.9350000004, 'edge_length_avg': 104.18860860409158, 'street_length_total': 179542.83000000002, 'street_length_avg': 103.4828991354467, 'street_segments_count': 1735, 'node_density_km': 67.5083618761208, 'intersection_density_km': 60.06299521653217, 'edge_density_km': 19242.546520148386, 'street_density_km': 9975.83731679246, 'circuity_avg': 1.0300280660392107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300280660392107\n", - "1681\n", - "5997987.322268947\n", - "{'n': 344, 'm': 941, 'k_avg': 5.47093023255814, 'intersection_count': 295, 'streets_per_node_avg': 2.883720930232558, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 237, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14244186046511628, 2: 0.0, 3: 0.688953488372093, 4: 0.1686046511627907}, 'edge_length_total': 113812.71199999998, 'edge_length_avg': 120.94868437832092, 'street_length_total': 57138.52299999997, 'street_length_avg': 120.29162736842099, 'street_segments_count': 475, 'node_density_km': 57.35257204076084, 'intersection_density_km': 49.183164976815256, 'edge_density_km': 18975.150477134783, 'street_density_km': 9526.282722849328, 'circuity_avg': 1.0146785953134245, 'self_loop_proportion': 0.0021253985122210413, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0146785953134245\n", - "1682\n", - "7999564.087253442\n", - "{'n': 351, 'm': 840, 'k_avg': 4.786324786324786, 'intersection_count': 259, 'streets_per_node_avg': 2.5042735042735043, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 249, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2621082621082621, 2: 0.0, 3: 0.7094017094017094, 4: 0.02849002849002849}, 'edge_length_total': 98963.13399999989, 'edge_length_avg': 117.81325476190463, 'street_length_total': 49481.56699999999, 'street_length_avg': 117.81325476190473, 'street_segments_count': 420, 'node_density_km': 43.877390839244065, 'intersection_density_km': 32.37676418052482, 'edge_density_km': 12371.065838160906, 'street_density_km': 6185.532919080459, 'circuity_avg': 1.0461396404840237, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461396404840237\n", - "1683\n", - "10001449.009782866\n", - "{'n': 346, 'm': 961, 'k_avg': 5.554913294797688, 'intersection_count': 299, 'streets_per_node_avg': 2.8583815028901736, 'streets_per_node_counts': {0: 0, 1: 47, 2: 1, 3: 253, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13583815028901733, 2: 0.002890173410404624, 3: 0.7312138728323699, 4: 0.12716763005780346, 5: 0.002890173410404624}, 'edge_length_total': 129645.75899999993, 'edge_length_avg': 134.9071373569198, 'street_length_total': 65111.48500000001, 'street_length_avg': 134.2504845360825, 'street_segments_count': 485, 'node_density_km': 34.59498715251779, 'intersection_density_km': 29.895668088447454, 'edge_density_km': 12962.697592437617, 'street_density_km': 6510.205164902761, 'circuity_avg': 1.027977853033401, 'self_loop_proportion': 0.002081165452653486, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027977853033401\n", - "1684\n", - "8999660.091853686\n", - "{'n': 451, 'm': 1257, 'k_avg': 5.574279379157428, 'intersection_count': 385, 'streets_per_node_avg': 2.9379157427937916, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 282, 4: 102, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14634146341463414, 2: 0.0, 3: 0.6252771618625277, 4: 0.2261640798226164, 5: 0.0022172949002217295}, 'edge_length_total': 153652.55199999956, 'edge_length_avg': 122.2375115354014, 'street_length_total': 77165.62499999997, 'street_length_avg': 121.32959905660373, 'street_segments_count': 636, 'node_density_km': 50.11300375757927, 'intersection_density_km': 42.779393451592064, 'edge_density_km': 17073.150589218676, 'street_density_km': 8574.282163150669, 'circuity_avg': 1.0520523092307235, 'self_loop_proportion': 0.00954653937947494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520523092307235\n", - "1685\n", - "10008565.968888508\n", - "{'n': 602, 'm': 1561, 'k_avg': 5.186046511627907, 'intersection_count': 495, 'streets_per_node_avg': 2.7524916943521593, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 435, 4: 55, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1777408637873754, 2: 0.0, 3: 0.7225913621262459, 4: 0.09136212624584718, 5: 0.008305647840531562}, 'edge_length_total': 147460.18399999963, 'edge_length_avg': 94.4652043561817, 'street_length_total': 75901.14199999999, 'street_length_avg': 92.56236829268292, 'street_segments_count': 820, 'node_density_km': 60.1484770017312, 'intersection_density_km': 49.45763474394841, 'edge_density_km': 14733.39781726749, 'street_density_km': 7583.618096332449, 'circuity_avg': 1.0906269167319669, 'self_loop_proportion': 0.003843689942344651, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0906269167319669\n", - "1686\n", - "6997846.9399216855\n", - "{'n': 367, 'm': 1019, 'k_avg': 5.553133514986376, 'intersection_count': 308, 'streets_per_node_avg': 2.896457765667575, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 229, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16076294277929154, 2: 0.0, 3: 0.6239782016348774, 4: 0.2125340599455041, 5: 0.0027247956403269754}, 'edge_length_total': 101296.32300000008, 'edge_length_avg': 99.40757899901872, 'street_length_total': 50840.438000000046, 'street_length_avg': 97.95845472061666, 'street_segments_count': 519, 'node_density_km': 52.44470237071335, 'intersection_density_km': 44.013537684413386, 'edge_density_km': 14475.355615756538, 'street_density_km': 7265.154330535988, 'circuity_avg': 1.0441605148060065, 'self_loop_proportion': 0.005888125613346418, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441605148060065\n", - "1687\n", - "12996074.006794048\n", - "{'n': 813, 'm': 2438, 'k_avg': 5.997539975399754, 'intersection_count': 747, 'streets_per_node_avg': 3.121771217712177, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 522, 4: 219, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08118081180811808, 2: 0.0, 3: 0.6420664206642066, 4: 0.2693726937269373, 5: 0.007380073800738007}, 'edge_length_total': 284406.78800000035, 'edge_length_avg': 116.65577850697308, 'street_length_total': 144237.9190000001, 'street_length_avg': 115.94688022508048, 'street_segments_count': 1244, 'node_density_km': 62.55735382662351, 'intersection_density_km': 57.47889705841053, 'edge_density_km': 21884.05420370175, 'street_density_km': 11098.576302704636, 'circuity_avg': 1.0400703687602342, 'self_loop_proportion': 0.004922067268252666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400703687602342\n", - "1688\n", - "7997593.724000866\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 398, 'm': 1096, 'k_avg': 5.507537688442211, 'intersection_count': 344, 'streets_per_node_avg': 2.919597989949749, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 268, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.135678391959799, 2: 0.0, 3: 0.6733668341708543, 4: 0.19095477386934673}, 'edge_length_total': 138912.17000000004, 'edge_length_avg': 126.74468065693435, 'street_length_total': 70786.70300000005, 'street_length_avg': 126.17950623885928, 'street_segments_count': 561, 'node_density_km': 49.76496853117178, 'intersection_density_km': 43.01293762493239, 'edge_density_km': 17369.245649866298, 'street_density_km': 8851.000118644235, 'circuity_avg': 1.0681950978274994, 'self_loop_proportion': 0.0072992700729927005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681950978274994\n", - "1689\n", - "5997989.765066039\n", - "{'n': 194, 'm': 485, 'k_avg': 5.0, 'intersection_count': 161, 'streets_per_node_avg': 2.7010309278350517, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 153, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17010309278350516, 2: 0.0, 3: 0.788659793814433, 4: 0.041237113402061855}, 'edge_length_total': 70967.37000000013, 'edge_length_avg': 146.3244742268044, 'street_length_total': 35608.32399999999, 'street_length_avg': 142.43329599999998, 'street_segments_count': 250, 'node_density_km': 32.344169896706056, 'intersection_density_km': 26.842326563761212, 'edge_density_km': 11831.859136094869, 'street_density_km': 5936.709696870905, 'circuity_avg': 1.0347995889884487, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347995889884487\n", - "1690\n", - "13995199.680508627\n", - "error with entry 1690\n", - "1691\n", - "11002334.222723555\n", - "{'n': 259, 'm': 706, 'k_avg': 5.4517374517374515, 'intersection_count': 218, 'streets_per_node_avg': 2.833976833976834, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 179, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1583011583011583, 2: 0.0, 3: 0.6911196911196911, 4: 0.15057915057915058}, 'edge_length_total': 117910.7620000002, 'edge_length_avg': 167.0124107648728, 'street_length_total': 59092.878999999964, 'street_length_avg': 164.60411977715867, 'street_segments_count': 359, 'node_density_km': 23.540459211380536, 'intersection_density_km': 19.813977251277826, 'edge_density_km': 10716.88603646256, 'street_density_km': 5370.940184488589, 'circuity_avg': 1.0358552092430187, 'self_loop_proportion': 0.0028328611898017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358552092430187\n", - "1692\n", - "9999480.197684705\n", - "{'n': 2276, 'm': 6554, 'k_avg': 5.759226713532513, 'intersection_count': 1964, 'streets_per_node_avg': 2.977152899824253, 'streets_per_node_counts': {0: 0, 1: 312, 2: 0, 3: 1398, 4: 560, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13708260105448156, 2: 0.0, 3: 0.6142355008787346, 4: 0.2460456942003515, 5: 0.0026362038664323375}, 'edge_length_total': 347655.2920000016, 'edge_length_avg': 53.04475007628953, 'street_length_total': 176236.82499999984, 'street_length_avg': 52.48267569982127, 'street_segments_count': 3358, 'node_density_km': 227.6118313156906, 'intersection_density_km': 196.41020944816185, 'edge_density_km': 34767.33641419663, 'street_density_km': 17624.59863071742, 'circuity_avg': 1.0678602474329206, 'self_loop_proportion': 0.0045773573390296, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678602474329206\n", - "1693\n", - "9998087.88476358\n", - "{'n': 631, 'm': 1661, 'k_avg': 5.264659270998415, 'intersection_count': 537, 'streets_per_node_avg': 2.819334389857369, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 467, 4: 67, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14896988906497624, 2: 0.0, 3: 0.7400950871632329, 4: 0.10618066561014262, 5: 0.003169572107765452, 6: 0.001584786053882726}, 'edge_length_total': 163939.58600000024, 'edge_length_avg': 98.69932931968708, 'street_length_total': 83567.01500000001, 'street_length_avg': 97.51110268378065, 'street_segments_count': 857, 'node_density_km': 63.11206775463556, 'intersection_density_km': 53.71027002256624, 'edge_density_km': 16397.09391331049, 'street_density_km': 8358.299703221312, 'circuity_avg': 1.0568145545313234, 'self_loop_proportion': 0.003612281757977122, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568145545313234\n", - "1694\n", - "26990696.952300403\n", - "{'n': 8, 'm': 20, 'k_avg': 5.0, 'intersection_count': 8, 'streets_per_node_avg': 3.625, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.375, 4: 0.625}, 'edge_length_total': 4618.628, 'edge_length_avg': 230.9314, 'street_length_total': 2309.3140000000003, 'street_length_avg': 230.93140000000002, 'street_segments_count': 10, 'node_density_km': 0.2963984225430742, 'intersection_density_km': 0.2963984225430742, 'edge_density_km': 171.1192566891592, 'street_density_km': 85.55962834457962, 'circuity_avg': 1.458023758326666, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.458023758326666\n", - "1695\n", - "10997056.467840405\n", - "{'n': 337, 'm': 982, 'k_avg': 5.827893175074184, 'intersection_count': 305, 'streets_per_node_avg': 3.077151335311573, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 218, 4: 85, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09495548961424333, 2: 0.0, 3: 0.6468842729970327, 4: 0.2522255192878338, 5: 0.002967359050445104, 6: 0.002967359050445104}, 'edge_length_total': 143307.07399999985, 'edge_length_avg': 145.9338839103868, 'street_length_total': 71778.76100000003, 'street_length_avg': 145.59586409736315, 'street_segments_count': 493, 'node_density_km': 30.64456393267751, 'intersection_density_km': 27.734694360435135, 'edge_density_km': 13031.402941240183, 'street_density_km': 6527.088517723679, 'circuity_avg': 1.0163598773440448, 'self_loop_proportion': 0.002036659877800407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0163598773440448\n", - "1696\n", - "5001887.86156737\n", - "{'n': 444, 'm': 1157, 'k_avg': 5.211711711711712, 'intersection_count': 377, 'streets_per_node_avg': 2.8265765765765765, 'streets_per_node_counts': {0: 0, 1: 67, 2: 1, 3: 319, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15090090090090091, 2: 0.0022522522522522522, 3: 0.7184684684684685, 4: 0.12612612612612611, 5: 0.0022522522522522522}, 'edge_length_total': 108637.45800000025, 'edge_length_avg': 93.8958150388939, 'street_length_total': 54861.99400000008, 'street_length_avg': 91.74246488294328, 'street_segments_count': 598, 'node_density_km': 88.76648423318913, 'intersection_density_km': 75.37154179259528, 'edge_density_km': 21719.29099705128, 'street_density_km': 10968.257489644873, 'circuity_avg': 1.0643538552564273, 'self_loop_proportion': 0.010371650821089023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643538552564273\n", - "1697\n", - "8004652.601315061\n", - "{'n': 238, 'm': 706, 'k_avg': 5.932773109243698, 'intersection_count': 225, 'streets_per_node_avg': 3.1218487394957983, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 170, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0546218487394958, 2: 0.0, 3: 0.7142857142857143, 4: 0.23109243697478993}, 'edge_length_total': 112802.28699999992, 'edge_length_avg': 159.7766104815863, 'street_length_total': 56890.55900000008, 'street_length_avg': 160.2550957746481, 'street_segments_count': 355, 'node_density_km': 29.732708195343754, 'intersection_density_km': 28.108652705682122, 'edge_density_km': 14092.090265287463, 'street_density_km': 7107.186511836092, 'circuity_avg': 1.0300212771271375, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300212771271375\n", - "1698\n", - "7998782.414927356\n", - "{'n': 825, 'm': 2134, 'k_avg': 5.173333333333333, 'intersection_count': 654, 'streets_per_node_avg': 2.735757575757576, 'streets_per_node_counts': {0: 0, 1: 171, 2: 9, 3: 517, 4: 123, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20727272727272728, 2: 0.01090909090909091, 3: 0.6266666666666667, 4: 0.14909090909090908, 5: 0.006060606060606061}, 'edge_length_total': 169129.0430000001, 'edge_length_avg': 79.25447188378637, 'street_length_total': 86288.38199999993, 'street_length_avg': 77.66731053105303, 'street_segments_count': 1111, 'node_density_km': 103.14069782175623, 'intersection_density_km': 81.76244409142858, 'edge_density_km': 21144.34850538888, 'street_density_km': 10787.68961623062, 'circuity_avg': 1.1026920668354518, 'self_loop_proportion': 0.004686035613870665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1026920668354518\n", - "1699\n", - "29007635.775820017\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2679, 'm': 7361, 'k_avg': 5.495334079880553, 'intersection_count': 2308, 'streets_per_node_avg': 2.9227323628219484, 'streets_per_node_counts': {0: 0, 1: 371, 2: 14, 3: 1761, 4: 519, 5: 12, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13848450914520344, 2: 0.005225830533781261, 3: 0.6573348264277715, 4: 0.1937290033594625, 5: 0.004479283314669653, 6: 0.0007465472191116088}, 'edge_length_total': 615480.5890000015, 'edge_length_avg': 83.61371946746387, 'street_length_total': 318861.9969999993, 'street_length_avg': 82.03292950861828, 'street_segments_count': 3887, 'node_density_km': 92.35499303370122, 'intersection_density_km': 79.56525715632043, 'edge_density_km': 21217.88186243877, 'street_density_km': 10992.346962167598, 'circuity_avg': 1.0713031392333978, 'self_loop_proportion': 0.0039396821084091834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0713031392333978\n", - "1700\n", - "34989240.31101845\n", - "{'n': 1334, 'm': 3422, 'k_avg': 5.130434782608695, 'intersection_count': 1063, 'streets_per_node_avg': 2.7563718140929536, 'streets_per_node_counts': {0: 0, 1: 271, 2: 1, 3: 847, 4: 212, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20314842578710646, 2: 0.0007496251874062968, 3: 0.6349325337331334, 4: 0.15892053973013492, 5: 0.0022488755622188904}, 'edge_length_total': 378501.6680000001, 'edge_length_avg': 110.60831911163066, 'street_length_total': 193839.00100000022, 'street_length_avg': 107.1525710337204, 'street_segments_count': 1809, 'node_density_km': 38.12600639917039, 'intersection_density_km': 30.38076821762978, 'edge_density_km': 10817.658932732138, 'street_density_km': 5539.960264268969, 'circuity_avg': 1.0500651681080475, 'self_loop_proportion': 0.0005844535359438924, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500651681080475\n", - "1701\n", - "5001025.318570961\n", - "{'n': 359, 'm': 1016, 'k_avg': 5.66016713091922, 'intersection_count': 332, 'streets_per_node_avg': 2.997214484679666, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 279, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07520891364902507, 2: 0.0, 3: 0.7771587743732591, 4: 0.14763231197771587}, 'edge_length_total': 106250.82500000004, 'edge_length_avg': 104.57758366141736, 'street_length_total': 53266.628999999986, 'street_length_avg': 103.63157392996106, 'street_segments_count': 514, 'node_density_km': 71.7852794439729, 'intersection_density_km': 66.38638656100001, 'edge_density_km': 21245.80825564809, 'street_density_km': 10651.141637335459, 'circuity_avg': 1.0448072041591008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448072041591008\n", - "1702\n", - "13010984.049506232\n", - "{'n': 2042, 'm': 5433, 'k_avg': 5.3212536728697355, 'intersection_count': 1665, 'streets_per_node_avg': 2.799706170421156, 'streets_per_node_counts': {0: 0, 1: 377, 2: 10, 3: 1312, 4: 332, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18462291870714986, 2: 0.004897159647404506, 3: 0.6425073457394711, 4: 0.16258570029382957, 5: 0.004897159647404506, 6: 0.0004897159647404506}, 'edge_length_total': 352834.39400000096, 'edge_length_avg': 64.94282974415626, 'street_length_total': 182226.86099999998, 'street_length_avg': 64.57365733522323, 'street_segments_count': 2822, 'node_density_km': 156.94431660436123, 'intersection_density_km': 127.96879879836504, 'edge_density_km': 27118.194339296806, 'street_density_km': 14005.617123703683, 'circuity_avg': 1.0533640041095622, 'self_loop_proportion': 0.0033130866924351186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533640041095622\n", - "1703\n", - "33031409.28402132\n", - "{'n': 1708, 'm': 4623, 'k_avg': 5.413348946135831, 'intersection_count': 1416, 'streets_per_node_avg': 2.7757611241217797, 'streets_per_node_counts': {0: 0, 1: 292, 2: 0, 3: 1215, 4: 201}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17096018735362997, 2: 0.0, 3: 0.7113583138173302, 4: 0.11768149882903982}, 'edge_length_total': 544333.1439999996, 'edge_length_avg': 117.74456932727658, 'street_length_total': 273346.21600000054, 'street_length_avg': 117.16511615945159, 'street_segments_count': 2333, 'node_density_km': 51.70835992233099, 'intersection_density_km': 42.868289022260356, 'edge_density_km': 16479.25885691218, 'street_density_km': 8275.342225020644, 'circuity_avg': 1.0452769127891175, 'self_loop_proportion': 0.0012978585334198572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452769127891175\n", - "1704\n", - "2999685.182049593\n", - "{'n': 88, 'm': 248, 'k_avg': 5.636363636363637, 'intersection_count': 80, 'streets_per_node_avg': 2.977272727272727, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 66, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.75, 4: 0.1590909090909091}, 'edge_length_total': 39635.86600000003, 'edge_length_avg': 159.82204032258076, 'street_length_total': 19817.932999999997, 'street_length_avg': 159.82204032258062, 'street_segments_count': 124, 'node_density_km': 29.33641187635307, 'intersection_density_km': 26.669465342139155, 'edge_density_km': 13213.341932408406, 'street_density_km': 6606.670966204197, 'circuity_avg': 1.0214302721168802, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214302721168802\n", - "1705\n", - "9997325.219059011\n", - "{'n': 662, 'm': 1891, 'k_avg': 5.712990936555891, 'intersection_count': 598, 'streets_per_node_avg': 2.983383685800604, 'streets_per_node_counts': {0: 0, 1: 64, 2: 1, 3: 480, 4: 116, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09667673716012085, 2: 0.0015105740181268882, 3: 0.7250755287009063, 4: 0.17522658610271905, 5: 0.0015105740181268882}, 'edge_length_total': 197478.6030000002, 'edge_length_avg': 104.43077895293506, 'street_length_total': 99393.31999999993, 'street_length_avg': 103.53470833333327, 'street_segments_count': 960, 'node_density_km': 66.21771178734447, 'intersection_density_km': 59.81599946953473, 'edge_density_km': 19753.143833265003, 'street_density_km': 9941.99126487507, 'circuity_avg': 1.022827647256128, 'self_loop_proportion': 0.0010576414595452142, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022827647256128\n", - "1706\n", - "10996208.723495098\n", - "{'n': 618, 'm': 1765, 'k_avg': 5.711974110032362, 'intersection_count': 558, 'streets_per_node_avg': 3.027508090614887, 'streets_per_node_counts': {0: 0, 1: 60, 2: 1, 3: 421, 4: 134, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0970873786407767, 2: 0.0016181229773462784, 3: 0.6812297734627831, 4: 0.2168284789644013, 5: 0.003236245954692557}, 'edge_length_total': 217217.001, 'edge_length_avg': 123.0691223796034, 'street_length_total': 109699.89000000012, 'street_length_avg': 122.4329129464287, 'street_segments_count': 896, 'node_density_km': 56.20118856779679, 'intersection_density_km': 50.74476249325341, 'edge_density_km': 19753.808468175248, 'street_density_km': 9976.155669509015, 'circuity_avg': 1.0276054219872381, 'self_loop_proportion': 0.0005665722379603399, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276054219872381\n", - "1707\n", - "8000265.240252124\n", - "{'n': 333, 'm': 787, 'k_avg': 4.726726726726727, 'intersection_count': 249, 'streets_per_node_avg': 2.5705705705705704, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 225, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25225225225225223, 2: 0.0, 3: 0.6756756756756757, 4: 0.06906906906906907, 5: 0.003003003003003003}, 'edge_length_total': 90799.05600000006, 'edge_length_avg': 115.37364167725546, 'street_length_total': 46603.224000000024, 'street_length_avg': 112.29692530120488, 'street_segments_count': 415, 'node_density_km': 41.62361996756818, 'intersection_density_km': 31.12396808385729, 'edge_density_km': 11349.505706780612, 'street_density_km': 5825.209864983344, 'circuity_avg': 1.070826101338656, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070826101338656\n", - "1708\n", - "6000453.9229077995\n", - "{'n': 209, 'm': 568, 'k_avg': 5.435406698564593, 'intersection_count': 185, 'streets_per_node_avg': 2.84688995215311, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 169, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11483253588516747, 2: 0.0, 3: 0.8086124401913876, 4: 0.07655502392344497}, 'edge_length_total': 72396.07799999998, 'edge_length_avg': 127.45788380281687, 'street_length_total': 36198.03900000004, 'street_length_avg': 127.45788380281705, 'street_segments_count': 284, 'node_density_km': 34.830698258027674, 'intersection_density_km': 30.83100085040727, 'edge_density_km': 12065.100229103517, 'street_density_km': 6032.5501145517665, 'circuity_avg': 1.084161411169588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084161411169588\n", - "1709\n", - "4003258.60117472\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 151, 'm': 414, 'k_avg': 5.483443708609271, 'intersection_count': 113, 'streets_per_node_avg': 2.801324503311258, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 67, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25165562913907286, 2: 0.0, 3: 0.44370860927152317, 4: 0.304635761589404}, 'edge_length_total': 59125.935999999936, 'edge_length_avg': 142.81627053140082, 'street_length_total': 29562.968000000008, 'street_length_avg': 142.81627053140102, 'street_segments_count': 207, 'node_density_km': 37.719271984000834, 'intersection_density_km': 28.2270048621993, 'edge_density_km': 14769.452061540556, 'street_density_km': 7384.726030770288, 'circuity_avg': 1.0184384252334986, 'self_loop_proportion': 0.004830917874396135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0184384252334986\n", - "1710\n", - "5997959.514674968\n", - "{'n': 289, 'm': 827, 'k_avg': 5.72318339100346, 'intersection_count': 270, 'streets_per_node_avg': 3.083044982698962, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 209, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0657439446366782, 2: 0.0, 3: 0.7231833910034602, 4: 0.20761245674740483, 5: 0.0034602076124567475}, 'edge_length_total': 111608.0870000001, 'edge_length_avg': 134.95536517533264, 'street_length_total': 56016.43300000002, 'street_length_avg': 132.4265555555556, 'street_segments_count': 423, 'node_density_km': 48.183052802026296, 'intersection_density_km': 45.015308846183736, 'edge_density_km': 18607.675948284254, 'street_density_km': 9339.248266505776, 'circuity_avg': 1.0210120889675514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0210120889675514\n", - "1711\n", - "13002098.818295673\n", - "{'n': 568, 'm': 1569, 'k_avg': 5.524647887323944, 'intersection_count': 496, 'streets_per_node_avg': 2.839788732394366, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 443, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1267605633802817, 2: 0.0, 3: 0.7799295774647887, 4: 0.09330985915492958}, 'edge_length_total': 189910.05599999987, 'edge_length_avg': 121.03891395793491, 'street_length_total': 95348.047, 'street_length_avg': 121.1538081321474, 'street_segments_count': 787, 'node_density_km': 43.68525481445725, 'intersection_density_km': 38.14768730276549, 'edge_density_km': 14606.107725682818, 'street_density_km': 7333.281213478603, 'circuity_avg': 1.0447012930678476, 'self_loop_proportion': 0.0012746972594008922, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447012930678476\n", - "1712\n", - "42987461.62699807\n", - "{'n': 3923, 'm': 9618, 'k_avg': 4.903390262554168, 'intersection_count': 3052, 'streets_per_node_avg': 2.689523323986745, 'streets_per_node_counts': {0: 0, 1: 871, 2: 3, 3: 2543, 4: 488, 5: 15, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22202396125414223, 2: 0.0007647208768799389, 3: 0.6482283966352281, 4: 0.12439459597247005, 5: 0.003823604384399694, 6: 0.0007647208768799389}, 'edge_length_total': 700704.4229999983, 'edge_length_avg': 72.8534438552712, 'street_length_total': 367208.3410000002, 'street_length_avg': 70.46792189598929, 'street_segments_count': 5211, 'node_density_km': 91.25916840682164, 'intersection_density_km': 70.99744633638024, 'edge_density_km': 16300.204675493662, 'street_density_km': 8542.219686899976, 'circuity_avg': 1.0728847405687516, 'self_loop_proportion': 0.0018714909544603868, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728847405687516\n", - "1713\n", - "284046524.95082164\n", - "error with entry 1713\n", - "1714\n", - "5001501.788084455\n", - "{'n': 108, 'm': 290, 'k_avg': 5.37037037037037, 'intersection_count': 92, 'streets_per_node_avg': 2.8518518518518516, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 77, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.7129629629629629, 4: 0.12962962962962962, 5: 0.009259259259259259}, 'edge_length_total': 48045.39399999999, 'edge_length_avg': 165.67377241379307, 'street_length_total': 24022.697, 'street_length_avg': 165.6737724137931, 'street_segments_count': 145, 'node_density_km': 21.59351422352752, 'intersection_density_km': 18.39447507930122, 'edge_density_km': 9606.19350661096, 'street_density_km': 4803.096753305481, 'circuity_avg': 1.0744082533468473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744082533468473\n", - "1715\n", - "8003755.108940244\n", - "{'n': 327, 'm': 915, 'k_avg': 5.5963302752293576, 'intersection_count': 279, 'streets_per_node_avg': 2.8960244648318043, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 217, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14678899082568808, 2: 0.0, 3: 0.6636085626911316, 4: 0.18960244648318042}, 'edge_length_total': 103083.3890000002, 'edge_length_avg': 112.65944153005486, 'street_length_total': 51724.01800000002, 'street_length_avg': 112.1996052060738, 'street_segments_count': 461, 'node_density_km': 40.85582274184514, 'intersection_density_km': 34.858637752216495, 'edge_density_km': 12879.378191476077, 'street_density_km': 6462.46884068504, 'circuity_avg': 1.0477100293087938, 'self_loop_proportion': 0.006557377049180328, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477100293087938\n", - "1716\n", - "6000299.199352757\n", - "{'n': 340, 'm': 884, 'k_avg': 5.2, 'intersection_count': 270, 'streets_per_node_avg': 2.7058823529411766, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 230, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20588235294117646, 2: 0.0, 3: 0.6764705882352942, 4: 0.11764705882352941}, 'edge_length_total': 88355.116, 'edge_length_avg': 99.94922624434389, 'street_length_total': 44221.46600000001, 'street_length_avg': 99.82272234762982, 'street_segments_count': 443, 'node_density_km': 56.663841035906216, 'intersection_density_km': 44.99775611674905, 'edge_density_km': 14725.118375685452, 'street_density_km': 7369.876822937447, 'circuity_avg': 1.0397215732084986, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397215732084986\n", - "1717\n", - "26020914.55790251\n", - "{'n': 1925, 'm': 5144, 'k_avg': 5.344415584415584, 'intersection_count': 1597, 'streets_per_node_avg': 2.8306493506493506, 'streets_per_node_counts': {0: 0, 1: 328, 2: 5, 3: 1263, 4: 323, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1703896103896104, 2: 0.0025974025974025974, 3: 0.6561038961038961, 4: 0.1677922077922078, 5: 0.003116883116883117}, 'edge_length_total': 489611.6200000007, 'edge_length_avg': 95.18110808709189, 'street_length_total': 251752.67100000012, 'street_length_avg': 94.32471749719001, 'street_segments_count': 2669, 'node_density_km': 73.978952419848, 'intersection_density_km': 61.37370753999858, 'edge_density_km': 18816.08038451156, 'street_density_km': 9675.012399729172, 'circuity_avg': 1.0370081895017693, 'self_loop_proportion': 0.0033048211508553654, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0370081895017693\n", - "1718\n", - "5999480.315041194\n", - "{'n': 329, 'm': 862, 'k_avg': 5.240121580547113, 'intersection_count': 266, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 234, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19148936170212766, 2: 0.0, 3: 0.7112462006079028, 4: 0.0972644376899696}, 'edge_length_total': 104571.60999999996, 'edge_length_avg': 121.3127726218097, 'street_length_total': 52285.804999999986, 'street_length_avg': 121.31277262180971, 'street_segments_count': 431, 'node_density_km': 54.83808308782508, 'intersection_density_km': 44.337173560369216, 'edge_density_km': 17430.11136111744, 'street_density_km': 8715.055680558722, 'circuity_avg': 1.0449230748341174, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449230748341174\n", - "1719\n", - "11004354.587501623\n", - "{'n': 283, 'm': 759, 'k_avg': 5.363957597173145, 'intersection_count': 241, 'streets_per_node_avg': 2.8480565371024733, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 202, 4: 37, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14840989399293286, 2: 0.0, 3: 0.7137809187279152, 4: 0.13074204946996468, 5: 0.007067137809187279}, 'edge_length_total': 124453.98499999987, 'edge_length_avg': 163.9709947299076, 'street_length_total': 62255.51999999999, 'street_length_avg': 163.83031578947364, 'street_segments_count': 380, 'node_density_km': 25.71709206112114, 'intersection_density_km': 21.900421154523656, 'edge_density_km': 11309.52151808617, 'street_density_km': 5657.353141883279, 'circuity_avg': 1.0643853659711233, 'self_loop_proportion': 0.002635046113306983, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643853659711233\n", - "1720\n", - "10004075.964577526\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1111, 'm': 2838, 'k_avg': 5.108910891089109, 'intersection_count': 952, 'streets_per_node_avg': 2.855085508550855, 'streets_per_node_counts': {0: 0, 1: 159, 2: 3, 3: 792, 4: 154, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14311431143114312, 2: 0.0027002700270027003, 3: 0.7128712871287128, 4: 0.13861386138613863, 5: 0.0027002700270027003}, 'edge_length_total': 188765.0430000001, 'edge_length_avg': 66.5134048625793, 'street_length_total': 101551.46599999994, 'street_length_avg': 64.97214715291103, 'street_segments_count': 1563, 'node_density_km': 111.05473448360783, 'intersection_density_km': 95.16121262681787, 'edge_density_km': 18868.81343848049, 'street_density_km': 10151.009084654475, 'circuity_avg': 1.0722737185347897, 'self_loop_proportion': 0.0066948555320648345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0722737185347897\n", - "1721\n", - "8002707.529222262\n", - "{'n': 446, 'm': 1180, 'k_avg': 5.291479820627803, 'intersection_count': 364, 'streets_per_node_avg': 2.8295964125560538, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 279, 4: 82, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18385650224215247, 2: 0.0, 3: 0.625560538116592, 4: 0.18385650224215247, 5: 0.006726457399103139}, 'edge_length_total': 133317.9829999999, 'edge_length_avg': 112.98134152542363, 'street_length_total': 67458.28999999995, 'street_length_avg': 110.76894909688005, 'street_segments_count': 609, 'node_density_km': 55.731138289311474, 'intersection_density_km': 45.48460613746497, 'edge_density_km': 16659.109746692982, 'street_density_km': 8429.433382848598, 'circuity_avg': 1.0729059099579639, 'self_loop_proportion': 0.001694915254237288, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729059099579639\n", - "1722\n", - "10000082.796428526\n", - "{'n': 659, 'm': 1715, 'k_avg': 5.204855842185129, 'intersection_count': 506, 'streets_per_node_avg': 2.660091047040971, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 425, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2321699544764795, 2: 0.0, 3: 0.644916540212443, 4: 0.12139605462822459, 5: 0.0015174506828528073}, 'edge_length_total': 167112.17699999988, 'edge_length_avg': 97.44150262390663, 'street_length_total': 83890.81500000005, 'street_length_avg': 97.54745930232563, 'street_segments_count': 860, 'node_density_km': 65.89945437605358, 'intersection_density_km': 50.59958105354039, 'edge_density_km': 16711.079338231386, 'street_density_km': 8389.012041976412, 'circuity_avg': 1.0396820722360454, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396820722360454\n", - "1723\n", - "13995295.356561627\n", - "{'n': 1000, 'm': 2841, 'k_avg': 5.682, 'intersection_count': 867, 'streets_per_node_avg': 2.986, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 622, 4: 239, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.133, 2: 0.0, 3: 0.622, 4: 0.239, 5: 0.005, 6: 0.001}, 'edge_length_total': 295853.68500000145, 'edge_length_avg': 104.13716473072913, 'street_length_total': 150067.6149999998, 'street_length_avg': 103.3523519283745, 'street_segments_count': 1452, 'node_density_km': 71.45258278033802, 'intersection_density_km': 61.94938927055306, 'edge_density_km': 21139.509918330652, 'street_density_km': 10722.718683435382, 'circuity_avg': 1.053057720881185, 'self_loop_proportion': 0.003871876099964801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053057720881185\n", - "1724\n", - "6001268.90128565\n", - "{'n': 293, 'm': 710, 'k_avg': 4.84641638225256, 'intersection_count': 220, 'streets_per_node_avg': 2.583617747440273, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 196, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24914675767918087, 2: 0.0, 3: 0.6689419795221843, 4: 0.08191126279863481}, 'edge_length_total': 68575.744, 'edge_length_avg': 96.58555492957747, 'street_length_total': 35124.749, 'street_length_avg': 94.4213682795699, 'street_segments_count': 372, 'node_density_km': 48.8230080703817, 'intersection_density_km': 36.658913909501614, 'edge_density_km': 11426.8740708001, 'street_density_km': 5852.887044017514, 'circuity_avg': 1.0874888858386906, 'self_loop_proportion': 0.005633802816901409, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0874888858386906\n", - "1725\n", - "135968833.835118\n", - "{'n': 23029, 'm': 63592, 'k_avg': 5.522775630726476, 'intersection_count': 18500, 'streets_per_node_avg': 2.8332103000564506, 'streets_per_node_counts': {0: 0, 1: 4529, 2: 5, 3: 13361, 4: 5059, 5: 64, 6: 9, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19666507447131878, 2: 0.00021711754744018413, 3: 0.58018151026966, 4: 0.2196795344999783, 5: 0.0027791046072343567, 6: 0.0003908115853923314, 7: 8.684701897607365e-05}, 'edge_length_total': 3475160.975000011, 'edge_length_avg': 54.64776976663748, 'street_length_total': 1773421.121999987, 'street_length_avg': 54.60544760907679, 'street_segments_count': 32477, 'node_density_km': 169.3696956166147, 'intersection_density_km': 136.06059181498858, 'edge_density_km': 25558.511292478608, 'street_density_km': 13042.850129541584, 'circuity_avg': 1.058458935793494, 'self_loop_proportion': 0.001619700591269342, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058458935793494\n", - "1726\n", - "85991894.37381287\n", - "error with entry 1726\n", - "1727\n", - "5998149.713686345\n", - "{'n': 347, 'm': 1008, 'k_avg': 5.8097982708933715, 'intersection_count': 312, 'streets_per_node_avg': 3.037463976945245, 'streets_per_node_counts': {0: 0, 1: 35, 2: 1, 3: 228, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10086455331412104, 2: 0.002881844380403458, 3: 0.6570605187319885, 4: 0.23631123919308358, 5: 0.002881844380403458}, 'edge_length_total': 115734.09399999982, 'edge_length_avg': 114.81556944444426, 'street_length_total': 58218.433999999936, 'street_length_avg': 114.15379215686262, 'street_segments_count': 510, 'node_density_km': 57.851173539104714, 'intersection_density_km': 52.01604076138521, 'edge_density_km': 19294.965868544805, 'street_density_km': 9706.065500025677, 'circuity_avg': 1.0404618344716112, 'self_loop_proportion': 0.001984126984126984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404618344716112\n", - "1728\n", - "7003175.743280316\n", - "{'n': 467, 'm': 1232, 'k_avg': 5.2762312633832975, 'intersection_count': 380, 'streets_per_node_avg': 2.7344753747323343, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 331, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18629550321199143, 2: 0.0, 3: 0.708779443254818, 4: 0.10278372591006424, 5: 0.0021413276231263384}, 'edge_length_total': 121107.41199999992, 'edge_length_avg': 98.30147077922072, 'street_length_total': 60619.66000000001, 'street_length_avg': 97.45926045016078, 'street_segments_count': 622, 'node_density_km': 66.68403266162436, 'intersection_density_km': 54.26109724072217, 'edge_density_km': 17293.2133134321, 'street_density_km': 8656.024384103992, 'circuity_avg': 1.0420410309694477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420410309694477\n", - "1729\n", - "16012900.992619215\n", - "{'n': 516, 'm': 1432, 'k_avg': 5.550387596899225, 'intersection_count': 418, 'streets_per_node_avg': 2.8468992248062017, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 305, 4: 110, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18992248062015504, 2: 0.0, 3: 0.5910852713178295, 4: 0.2131782945736434, 5: 0.003875968992248062, 6: 0.001937984496124031}, 'edge_length_total': 169343.49000000008, 'edge_length_avg': 118.25662709497212, 'street_length_total': 84985.26699999993, 'street_length_avg': 117.38296546961317, 'street_segments_count': 724, 'node_density_km': 32.22401738684568, 'intersection_density_km': 26.10395206918894, 'edge_density_km': 10575.441019591337, 'street_density_km': 5307.299847739768, 'circuity_avg': 1.0363981112755807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363981112755807\n", - "1730\n", - "33003947.968172885\n", - "{'n': 3642, 'm': 9592, 'k_avg': 5.267435475013729, 'intersection_count': 2945, 'streets_per_node_avg': 2.7915980230642505, 'streets_per_node_counts': {0: 0, 1: 697, 2: 9, 3: 2308, 4: 614, 5: 12, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1913783635365184, 2: 0.002471169686985173, 3: 0.6337177375068643, 4: 0.1685886875343218, 5: 0.0032948929159802307, 6: 0.0005491488193300384}, 'edge_length_total': 770284.2170000047, 'edge_length_avg': 80.30485998749006, 'street_length_total': 395169.63600000105, 'street_length_avg': 78.75042566759686, 'street_segments_count': 5018, 'node_density_km': 110.35043454535001, 'intersection_density_km': 89.23174896651724, 'edge_density_km': 23339.15378071807, 'street_density_km': 11973.405011457417, 'circuity_avg': 1.0719322888860563, 'self_loop_proportion': 0.004065888240200167, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719322888860563\n", - "1731\n", - "55033515.255585045\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7285, 'm': 20153, 'k_avg': 5.53273850377488, 'intersection_count': 5980, 'streets_per_node_avg': 2.8334934797529168, 'streets_per_node_counts': {0: 0, 1: 1305, 2: 3, 3: 4618, 4: 1323, 5: 33, 6: 1, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17913520933424845, 2: 0.0004118050789293068, 3: 0.6339052848318463, 4: 0.1816060398078243, 5: 0.004529855868222374, 6: 0.00013726835964310226, 7: 0.0002745367192862045}, 'edge_length_total': 1543036.598000006, 'edge_length_avg': 76.56609924080811, 'street_length_total': 781711.3440000026, 'street_length_avg': 76.2719625329303, 'street_segments_count': 10249, 'node_density_km': 132.37388100991217, 'intersection_density_km': 108.66105812481464, 'edge_density_km': 28038.125328427242, 'street_density_km': 14204.277890838002, 'circuity_avg': 1.0569883653013188, 'self_loop_proportion': 0.0019848161564035133, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569883653013188\n", - "1732\n", - "6997677.381659977\n", - "{'n': 205, 'm': 544, 'k_avg': 5.307317073170732, 'intersection_count': 174, 'streets_per_node_avg': 2.770731707317073, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 159, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15121951219512195, 2: 0.0, 3: 0.775609756097561, 4: 0.07317073170731707}, 'edge_length_total': 61870.047000000006, 'edge_length_avg': 113.73170404411766, 'street_length_total': 31119.48699999999, 'street_length_avg': 113.57477007299266, 'street_segments_count': 274, 'node_density_km': 29.29543458766461, 'intersection_density_km': 24.865393259773864, 'edge_density_km': 8841.511779630415, 'street_density_km': 4447.116564927702, 'circuity_avg': 1.0631490689213916, 'self_loop_proportion': 0.003676470588235294, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631490689213916\n", - "1733\n", - "15000270.563736413\n", - "{'n': 725, 'm': 1902, 'k_avg': 5.246896551724138, 'intersection_count': 577, 'streets_per_node_avg': 2.707586206896552, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 494, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20413793103448277, 2: 0.0, 3: 0.6813793103448276, 4: 0.11310344827586206, 5: 0.001379310344827586}, 'edge_length_total': 228636.25600000052, 'edge_length_avg': 120.20833648790774, 'street_length_total': 115687.09800000004, 'street_length_avg': 119.26504948453612, 'street_segments_count': 970, 'node_density_km': 48.33246153257451, 'intersection_density_km': 38.465972833511024, 'edge_density_km': 15242.142135271564, 'street_density_km': 7712.334088138179, 'circuity_avg': 1.0384621945264392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384621945264392\n", - "1734\n", - "8000665.267446072\n", - "{'n': 509, 'm': 1397, 'k_avg': 5.489194499017682, 'intersection_count': 435, 'streets_per_node_avg': 2.8526522593320234, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 362, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14538310412573674, 2: 0.0, 3: 0.7111984282907662, 4: 0.14341846758349705}, 'edge_length_total': 138657.46800000005, 'edge_length_avg': 99.25373514674305, 'street_length_total': 69372.79300000002, 'street_length_avg': 99.24576967095854, 'street_segments_count': 699, 'node_density_km': 63.6197094847939, 'intersection_density_km': 54.37047863631699, 'edge_density_km': 17330.74230266623, 'street_density_km': 8670.878068386533, 'circuity_avg': 1.035353254427292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035353254427292\n", - "1735\n", - "6001243.068702486\n", - "{'n': 347, 'm': 1010, 'k_avg': 5.821325648414986, 'intersection_count': 317, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 257, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08645533141210375, 2: 0.0, 3: 0.7406340057636888, 4: 0.1729106628242075}, 'edge_length_total': 123145.44999999965, 'edge_length_avg': 121.92618811881154, 'street_length_total': 61572.724999999984, 'street_length_avg': 121.92618811881185, 'street_segments_count': 505, 'node_density_km': 57.82135401408162, 'intersection_density_km': 52.82238969009762, 'edge_density_km': 20519.990373698463, 'street_density_km': 10259.995186849259, 'circuity_avg': 1.026656543806446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026656543806446\n", - "1736\n", - "24991348.626698434\n", - "{'n': 690, 'm': 1951, 'k_avg': 5.655072463768116, 'intersection_count': 628, 'streets_per_node_avg': 3.027536231884058, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 486, 4: 141, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08985507246376812, 2: 0.0, 3: 0.7043478260869566, 4: 0.20434782608695654, 5: 0.0014492753623188406}, 'edge_length_total': 248402.73299999992, 'edge_length_avg': 127.32072424397741, 'street_length_total': 133726.47500000018, 'street_length_avg': 129.3292794970988, 'street_segments_count': 1034, 'node_density_km': 27.60955442247995, 'intersection_density_km': 25.128695909155663, 'edge_density_km': 9939.5489499366, 'street_density_km': 5350.9107090418975, 'circuity_avg': 1.077981452135337, 'self_loop_proportion': 0.004100461301896463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077981452135337\n", - "1737\n", - "8996443.784740696\n", - "{'n': 629, 'm': 1936, 'k_avg': 6.155802861685214, 'intersection_count': 575, 'streets_per_node_avg': 3.2003179650238476, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 342, 4: 232, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08585055643879173, 2: 0.0, 3: 0.5437201907790143, 4: 0.3688394276629571, 5: 0.001589825119236884}, 'edge_length_total': 188388.86900000062, 'edge_length_avg': 97.30830010330611, 'street_length_total': 94565.36700000003, 'street_length_avg': 96.20078026449647, 'street_segments_count': 983, 'node_density_km': 69.91651535319737, 'intersection_density_km': 63.914143605864055, 'edge_density_km': 20940.370829586696, 'street_density_km': 10511.41642883346, 'circuity_avg': 1.0432942605578095, 'self_loop_proportion': 0.002066115702479339, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432942605578095\n", - "1738\n", - "16995757.843185253\n", - "{'n': 319, 'm': 787, 'k_avg': 4.934169278996865, 'intersection_count': 248, 'streets_per_node_avg': 2.6175548589341693, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 229, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2225705329153605, 2: 0.0, 3: 0.7178683385579937, 4: 0.05642633228840126, 5: 0.003134796238244514}, 'edge_length_total': 145703.7319999999, 'edge_length_avg': 185.13816010165172, 'street_length_total': 72985.40499999998, 'street_length_avg': 184.30657828282824, 'street_segments_count': 396, 'node_density_km': 18.769389570227883, 'intersection_density_km': 14.591876531086253, 'edge_density_km': 8572.947046219677, 'street_density_km': 4294.330719077923, 'circuity_avg': 1.0649983687784765, 'self_loop_proportion': 0.0025412960609911056, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649983687784765\n", - "1739\n", - "3999211.9471381046\n", - "{'n': 97, 'm': 250, 'k_avg': 5.154639175257732, 'intersection_count': 73, 'streets_per_node_avg': 2.618556701030928, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 62, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24742268041237114, 2: 0.0, 3: 0.6391752577319587, 4: 0.1134020618556701}, 'edge_length_total': 35630.93600000001, 'edge_length_avg': 142.52374400000002, 'street_length_total': 17815.468, 'street_length_avg': 142.523744, 'street_segments_count': 125, 'node_density_km': 24.254778511905236, 'intersection_density_km': 18.25359619968126, 'edge_density_km': 8909.48928713269, 'street_density_km': 4454.744643566344, 'circuity_avg': 1.0758875539959885, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758875539959885\n", - "1740\n", - "11002482.543752767\n", - "{'n': 527, 'm': 1464, 'k_avg': 5.555977229601518, 'intersection_count': 484, 'streets_per_node_avg': 3.001897533206831, 'streets_per_node_counts': {0: 0, 1: 43, 2: 1, 3: 395, 4: 88}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08159392789373814, 2: 0.0018975332068311196, 3: 0.7495256166982922, 4: 0.16698292220113853}, 'edge_length_total': 181797.43700000024, 'edge_length_avg': 124.1785771857925, 'street_length_total': 92888.60499999998, 'street_length_avg': 121.4230130718954, 'street_segments_count': 765, 'node_density_km': 47.89828094744233, 'intersection_density_km': 43.99007206558271, 'edge_density_km': 16523.31065076083, 'street_density_km': 8442.513281036045, 'circuity_avg': 1.0637745596479284, 'self_loop_proportion': 0.00273224043715847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637745596479284\n", - "1741\n", - "20997307.25671532\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 718, 'm': 2050, 'k_avg': 5.710306406685237, 'intersection_count': 581, 'streets_per_node_avg': 2.8983286908077996, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 382, 4: 197, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19080779944289694, 2: 0.0, 3: 0.532033426183844, 4: 0.2743732590529248, 5: 0.002785515320334262}, 'edge_length_total': 302214.6190000006, 'edge_length_avg': 147.42176536585396, 'street_length_total': 151244.41499999992, 'street_length_avg': 147.41171052631572, 'street_segments_count': 1026, 'node_density_km': 34.19486085628292, 'intersection_density_km': 27.67021470403952, 'edge_density_km': 14393.017890584368, 'street_density_km': 7203.038615898198, 'circuity_avg': 1.0471587900398358, 'self_loop_proportion': 0.001951219512195122, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471587900398358\n", - "1742\n", - "11996068.781412866\n", - "{'n': 332, 'm': 981, 'k_avg': 5.909638554216867, 'intersection_count': 312, 'streets_per_node_avg': 3.0933734939759034, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 243, 4: 67, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.060240963855421686, 2: 0.0, 3: 0.7319277108433735, 4: 0.20180722891566266, 5: 0.006024096385542169}, 'edge_length_total': 148242.7589999999, 'edge_length_avg': 151.1139235474005, 'street_length_total': 75351.42300000004, 'street_length_avg': 149.80402186878734, 'street_segments_count': 503, 'node_density_km': 27.675733279756827, 'intersection_density_km': 26.008520431578706, 'edge_density_km': 12357.61162270864, 'street_density_km': 6281.343027705227, 'circuity_avg': 1.0359295794402232, 'self_loop_proportion': 0.004077471967380225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359295794402232\n", - "1743\n", - "70030850.77205344\n", - "error with entry 1743\n", - "1744\n", - "4001190.290085156\n", - "{'n': 460, 'm': 1120, 'k_avg': 4.869565217391305, 'intersection_count': 360, 'streets_per_node_avg': 2.6565217391304348, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 318, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.691304347826087, 4: 0.09130434782608696}, 'edge_length_total': 88268.3470000001, 'edge_length_avg': 78.81102410714294, 'street_length_total': 45581.22500000003, 'street_length_avg': 77.38747877758918, 'street_segments_count': 589, 'node_density_km': 114.96578934020405, 'intersection_density_km': 89.97322644015969, 'edge_density_km': 22060.522144804443, 'street_density_km': 11391.916328735751, 'circuity_avg': 1.050936234943046, 'self_loop_proportion': 0.0017857142857142857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050936234943046\n", - "1745\n", - "10997332.991609111\n", - "{'n': 220, 'm': 668, 'k_avg': 6.072727272727272, 'intersection_count': 190, 'streets_per_node_avg': 3.1, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 108, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.4909090909090909, 4: 0.37272727272727274}, 'edge_length_total': 118859.88199999987, 'edge_length_avg': 177.93395508982016, 'street_length_total': 59429.941000000006, 'street_length_avg': 177.9339550898204, 'street_segments_count': 334, 'node_density_km': 20.004850282141906, 'intersection_density_km': 17.27691615275892, 'edge_density_km': 10808.06429074114, 'street_density_km': 5404.0321453705765, 'circuity_avg': 1.0157613264776026, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0157613264776026\n", - "1746\n", - "13994495.80815068\n", - "{'n': 883, 'm': 2505, 'k_avg': 5.673839184597962, 'intersection_count': 792, 'streets_per_node_avg': 3.001132502831257, 'streets_per_node_counts': {0: 0, 1: 91, 2: 2, 3: 608, 4: 179, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10305775764439411, 2: 0.0022650056625141564, 3: 0.6885617214043035, 4: 0.20271800679501698, 5: 0.0033975084937712344}, 'edge_length_total': 290248.2490000007, 'edge_length_avg': 115.86756447105817, 'street_length_total': 146196.75600000028, 'street_length_avg': 113.50679813664618, 'street_segments_count': 1288, 'node_density_km': 63.096235270278385, 'intersection_density_km': 56.593678747520364, 'edge_density_km': 20740.171920374163, 'street_density_km': 10446.73263004247, 'circuity_avg': 1.0332359310787889, 'self_loop_proportion': 0.0031936127744510976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332359310787889\n", - "1747\n", - "54026022.42883045\n", - "error with entry 1747\n", - "1748\n", - "9005052.06911963\n", - "{'n': 325, 'm': 884, 'k_avg': 5.44, 'intersection_count': 286, 'streets_per_node_avg': 2.8984615384615386, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 243, 4: 41, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12, 2: 0.0, 3: 0.7476923076923077, 4: 0.12615384615384614, 5: 0.006153846153846154}, 'edge_length_total': 132095.32599999988, 'edge_length_avg': 149.42910180995463, 'street_length_total': 66047.66300000002, 'street_length_avg': 149.42910180995477, 'street_segments_count': 442, 'node_density_km': 36.09085183577104, 'intersection_density_km': 31.759949615478515, 'edge_density_km': 14669.024119581138, 'street_density_km': 7334.512059790577, 'circuity_avg': 1.0397886764593343, 'self_loop_proportion': 0.0022624434389140274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397886764593343\n", - "1749\n", - "13008542.910195818\n", - "{'n': 887, 'm': 2417, 'k_avg': 5.449830890642615, 'intersection_count': 769, 'streets_per_node_avg': 2.94250281848929, 'streets_per_node_counts': {0: 0, 1: 118, 2: 4, 3: 585, 4: 174, 5: 4, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.133032694475761, 2: 0.004509582863585118, 3: 0.6595264937993236, 4: 0.19616685456595265, 5: 0.004509582863585118, 6: 0.0011273957158962795, 7: 0.0011273957158962795}, 'edge_length_total': 219417.56699999957, 'edge_length_avg': 90.78095448903582, 'street_length_total': 113894.89100000005, 'street_length_avg': 89.25931896551728, 'street_segments_count': 1276, 'node_density_km': 68.1859610352508, 'intersection_density_km': 59.114998913312135, 'edge_density_km': 16867.19016224521, 'street_density_km': 8755.39188257062, 'circuity_avg': 1.0323448385539555, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323448385539555\n", - "1750\n", - "12998191.217972755\n", - "{'n': 465, 'm': 1176, 'k_avg': 5.058064516129032, 'intersection_count': 355, 'streets_per_node_avg': 2.610752688172043, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 316, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23655913978494625, 2: 0.0, 3: 0.6795698924731183, 4: 0.08387096774193549}, 'edge_length_total': 172653.6759999999, 'edge_length_avg': 146.81435034013597, 'street_length_total': 86326.83800000002, 'street_length_avg': 146.8143503401361, 'street_segments_count': 588, 'node_density_km': 35.77420828807618, 'intersection_density_km': 27.311492348961387, 'edge_density_km': 13282.900143926916, 'street_density_km': 6641.450071963464, 'circuity_avg': 1.0394782907913809, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0394782907913809\n", - "1751\n", - "5000378.060932651\n", - "{'n': 281, 'm': 783, 'k_avg': 5.572953736654804, 'intersection_count': 248, 'streets_per_node_avg': 2.9181494661921707, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 205, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11743772241992882, 2: 0.0, 3: 0.7295373665480427, 4: 0.15302491103202848}, 'edge_length_total': 98875.09500000016, 'edge_length_avg': 126.27726053639867, 'street_length_total': 49459.372, 'street_length_avg': 126.17186734693878, 'street_segments_count': 392, 'node_density_km': 56.1957509163995, 'intersection_density_km': 49.59624991909992, 'edge_density_km': 19773.52388062401, 'street_density_km': 9891.12651029731, 'circuity_avg': 1.0222590470902344, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0222590470902344\n", - "1752\n", - "7997382.888859916\n", - "error with entry 1752\n", - "1753\n", - "55017267.13690353\n", - "{'n': 7448, 'm': 18323, 'k_avg': 4.920247046186896, 'intersection_count': 5326, 'streets_per_node_avg': 2.5492749731471536, 'streets_per_node_counts': {0: 0, 1: 2122, 2: 5, 3: 4471, 4: 817, 5: 30, 6: 2, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28490870032223414, 2: 0.0006713211600429646, 3: 0.6002953813104189, 4: 0.1096938775510204, 5: 0.004027926960257788, 6: 0.0002685284640171858, 7: 0.0, 8: 0.0, 9: 0.0, 10: 0.0, 11: 0.0, 12: 0.0001342642320085929}, 'edge_length_total': 1202099.1120000072, 'edge_length_avg': 65.60602041150506, 'street_length_total': 622493.250999994, 'street_length_avg': 65.90717321333976, 'street_segments_count': 9445, 'node_density_km': 135.3756809015357, 'intersection_density_km': 96.80597160064167, 'edge_density_km': 21849.48788911552, 'street_density_km': 11314.50694290209, 'circuity_avg': 1.042537780313116, 'self_loop_proportion': 0.001418981607815314, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042537780313116\n", - "1754\n", - "23008050.94725636\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1032, 'm': 2532, 'k_avg': 4.906976744186046, 'intersection_count': 821, 'streets_per_node_avg': 2.685077519379845, 'streets_per_node_counts': {0: 0, 1: 211, 2: 0, 3: 726, 4: 93, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20445736434108527, 2: 0.0, 3: 0.7034883720930233, 4: 0.09011627906976744, 5: 0.001937984496124031}, 'edge_length_total': 275575.238, 'edge_length_avg': 108.83698183254344, 'street_length_total': 142668.08500000028, 'street_length_avg': 105.36786189069444, 'street_segments_count': 1354, 'node_density_km': 44.853864517501115, 'intersection_density_km': 35.683161597740714, 'edge_density_km': 11977.339524835392, 'street_density_km': 6200.789685621459, 'circuity_avg': 1.0705239003071434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0705239003071434\n", - "1755\n", - "19006217.003288377\n", - "error with entry 1755\n", - "1756\n", - "119067366.36009118\n", - "{'n': 14317, 'm': 34750, 'k_avg': 4.854368932038835, 'intersection_count': 11066, 'streets_per_node_avg': 2.6517426835230844, 'streets_per_node_counts': {0: 0, 1: 3251, 2: 29, 3: 9590, 4: 1369, 5: 61, 6: 15, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22707271076342808, 2: 0.0020255640148075715, 3: 0.6698330655863659, 4: 0.09562059090591604, 5: 0.004260669134595237, 6: 0.001047705524900468, 7: 6.984703499336453e-05, 8: 6.984703499336453e-05}, 'edge_length_total': 2510123.121999981, 'edge_length_avg': 72.23375890647426, 'street_length_total': 1333201.3400000017, 'street_length_avg': 70.64815537067467, 'street_segments_count': 18871, 'node_density_km': 120.24285442496148, 'intersection_density_km': 92.93898352075321, 'edge_density_km': 21081.537273686772, 'street_density_km': 11197.033920848207, 'circuity_avg': 1.078552498956792, 'self_loop_proportion': 0.0032805755395683453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078552498956792\n", - "1757\n", - "16010531.168836713\n", - "{'n': 517, 'm': 1425, 'k_avg': 5.51257253384913, 'intersection_count': 440, 'streets_per_node_avg': 2.8897485493230173, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 343, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14893617021276595, 2: 0.0, 3: 0.6634429400386848, 4: 0.18762088974854932}, 'edge_length_total': 218048.3909999999, 'edge_length_avg': 153.01641473684202, 'street_length_total': 109063.5980000001, 'street_length_avg': 152.53650069930083, 'street_segments_count': 715, 'node_density_km': 32.2912459647998, 'intersection_density_km': 27.48191145940409, 'edge_density_km': 13619.060398471636, 'street_density_km': 6811.991235636462, 'circuity_avg': 1.022126156827919, 'self_loop_proportion': 0.0014035087719298245, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022126156827919\n", - "1758\n", - "11995339.94260023\n", - "{'n': 1049, 'm': 2835, 'k_avg': 5.405147759771211, 'intersection_count': 879, 'streets_per_node_avg': 2.834127740705434, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 715, 4: 162, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16205910390848427, 2: 0.0, 3: 0.6816015252621545, 4: 0.1544327931363203, 5: 0.0019065776930409914}, 'edge_length_total': 241956.11099999974, 'edge_length_avg': 85.3460708994708, 'street_length_total': 124941.75700000027, 'street_length_avg': 85.16820518064095, 'street_segments_count': 1467, 'node_density_km': 87.45062707848597, 'intersection_density_km': 73.2784568179115, 'edge_density_km': 20170.842356932062, 'street_density_km': 10415.857957996031, 'circuity_avg': 1.0616076793663447, 'self_loop_proportion': 0.0021164021164021165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616076793663447\n", - "1759\n", - "7999664.266180945\n", - "{'n': 222, 'm': 614, 'k_avg': 5.531531531531532, 'intersection_count': 194, 'streets_per_node_avg': 2.855855855855856, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 170, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12612612612612611, 2: 0.0, 3: 0.7657657657657657, 4: 0.10810810810810811}, 'edge_length_total': 88068.75200000007, 'edge_length_avg': 143.43444951140077, 'street_length_total': 44034.37599999996, 'street_length_avg': 143.43444951140052, 'street_segments_count': 307, 'node_density_km': 27.75116462556037, 'intersection_density_km': 24.251017735850052, 'edge_density_km': 11009.056014052481, 'street_density_km': 5504.5280070262315, 'circuity_avg': 1.0328172058377452, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0328172058377452\n", - "1760\n", - "9007836.958012862\n", - "{'n': 128, 'm': 340, 'k_avg': 5.3125, 'intersection_count': 109, 'streets_per_node_avg': 2.8203125, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 94, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1484375, 2: 0.0, 3: 0.734375, 4: 0.1171875}, 'edge_length_total': 65020.48400000003, 'edge_length_avg': 191.23671764705892, 'street_length_total': 32510.242, 'street_length_avg': 191.2367176470588, 'street_segments_count': 170, 'node_density_km': 14.209848668068801, 'intersection_density_km': 12.100574256402338, 'edge_density_km': 7218.212796598354, 'street_density_km': 3609.1063982991745, 'circuity_avg': 1.0580773787245568, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580773787245568\n", - "1761\n", - "9996128.246049434\n", - "{'n': 492, 'm': 1384, 'k_avg': 5.626016260162602, 'intersection_count': 424, 'streets_per_node_avg': 2.9410569105691056, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 320, 4: 101, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13821138211382114, 2: 0.0, 3: 0.6504065040650406, 4: 0.20528455284552846, 5: 0.006097560975609756}, 'edge_length_total': 172670.99399999957, 'edge_length_avg': 124.7622789017338, 'street_length_total': 86360.00600000015, 'street_length_avg': 124.6176132756135, 'street_segments_count': 693, 'node_density_km': 49.21905640760893, 'intersection_density_km': 42.41642259517518, 'edge_density_km': 17273.787385455045, 'street_density_km': 8639.345542023279, 'circuity_avg': 1.0300204690006365, 'self_loop_proportion': 0.0072254335260115606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300204690006365\n", - "1762\n", - "10995626.056149246\n", - "{'n': 209, 'm': 553, 'k_avg': 5.291866028708134, 'intersection_count': 175, 'streets_per_node_avg': 2.7464114832535884, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 160, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16267942583732056, 2: 0.0, 3: 0.7655502392344498, 4: 0.07177033492822966}, 'edge_length_total': 84531.74799999998, 'edge_length_avg': 152.8603037974683, 'street_length_total': 42365.013000000006, 'street_length_avg': 151.30361785714288, 'street_segments_count': 280, 'node_density_km': 19.007557999220776, 'intersection_density_km': 15.91541937733797, 'edge_density_km': 7687.7612578254275, 'street_density_km': 3852.8968504078575, 'circuity_avg': 1.0564566335414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564566335414\n", - "1763\n", - "4997999.876803592\n", - "{'n': 15, 'm': 42, 'k_avg': 5.6, 'intersection_count': 15, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 12, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8, 4: 0.2}, 'edge_length_total': 12812.716000000004, 'edge_length_avg': 305.06466666666677, 'street_length_total': 6406.358, 'street_length_avg': 305.06466666666665, 'street_segments_count': 21, 'node_density_km': 3.0012005541690936, 'intersection_density_km': 3.0012005541690936, 'edge_density_km': 2563.568690640748, 'street_density_km': 1281.7843453203736, 'circuity_avg': 1.0069684106450667, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0069684106450667\n", - "1764\n", - "11005863.908315573\n", - "{'n': 347, 'm': 979, 'k_avg': 5.642651296829971, 'intersection_count': 303, 'streets_per_node_avg': 3.0576368876080693, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 197, 4: 104, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12680115273775217, 2: 0.0, 3: 0.5677233429394812, 4: 0.29971181556195964, 5: 0.005763688760806916}, 'edge_length_total': 151424.46000000014, 'edge_length_avg': 154.67258426966305, 'street_length_total': 77073.96400000004, 'street_length_avg': 152.01965285996062, 'street_segments_count': 507, 'node_density_km': 31.528647173060282, 'intersection_density_km': 27.530778367254367, 'edge_density_km': 13758.525569772864, 'street_density_km': 7002.9908276229135, 'circuity_avg': 1.0238465306390931, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0238465306390931\n", - "1765\n", - "11996427.599726314\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 826, 'm': 2293, 'k_avg': 5.552058111380146, 'intersection_count': 713, 'streets_per_node_avg': 2.930992736077482, 'streets_per_node_counts': {0: 0, 1: 113, 2: 2, 3: 543, 4: 165, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1368038740920097, 2: 0.002421307506053269, 3: 0.6573849878934624, 4: 0.19975786924939468, 5: 0.0036319612590799033}, 'edge_length_total': 237167.2749999997, 'edge_length_avg': 103.43099651112067, 'street_length_total': 120258.79899999988, 'street_length_avg': 101.48421856540074, 'street_segments_count': 1185, 'node_density_km': 68.85383112042825, 'intersection_density_km': 59.434360277076685, 'edge_density_km': 19769.825060704774, 'street_density_km': 10024.550892362611, 'circuity_avg': 1.0361964371819044, 'self_loop_proportion': 0.00436109899694723, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0361964371819044\n", - "1766\n", - "11001128.043267615\n", - "{'n': 885, 'm': 2321, 'k_avg': 5.245197740112994, 'intersection_count': 743, 'streets_per_node_avg': 2.8101694915254236, 'streets_per_node_counts': {0: 0, 1: 142, 2: 3, 3: 626, 4: 112, 5: 1, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16045197740112993, 2: 0.003389830508474576, 3: 0.7073446327683616, 4: 0.12655367231638417, 5: 0.0011299435028248588, 6: 0.0, 7: 0.0, 8: 0.0011299435028248588}, 'edge_length_total': 193628.57100000023, 'edge_length_avg': 83.42463205514875, 'street_length_total': 99343.19800000015, 'street_length_avg': 81.49565053322408, 'street_segments_count': 1219, 'node_density_km': 80.44629573615366, 'intersection_density_km': 67.53852851069172, 'edge_density_km': 17600.79241314672, 'street_density_km': 9030.273769133652, 'circuity_avg': 1.0748877045201848, 'self_loop_proportion': 0.007324429125376993, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0748877045201848\n", - "1767\n", - "9003806.25946535\n", - "{'n': 225, 'm': 620, 'k_avg': 5.511111111111111, 'intersection_count': 202, 'streets_per_node_avg': 2.9644444444444447, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 164, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10222222222222223, 2: 0.0, 3: 0.7288888888888889, 4: 0.1688888888888889}, 'edge_length_total': 109919.30999999995, 'edge_length_avg': 177.28920967741928, 'street_length_total': 54959.654999999984, 'street_length_avg': 177.2892096774193, 'street_segments_count': 310, 'node_density_km': 24.989431526635336, 'intersection_density_km': 22.434956303912614, 'edge_density_km': 12208.093647555563, 'street_density_km': 6104.046823777782, 'circuity_avg': 1.0244650941205686, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0244650941205686\n", - "1768\n", - "2998727.841744406\n", - "{'n': 41, 'm': 106, 'k_avg': 5.170731707317073, 'intersection_count': 35, 'streets_per_node_avg': 2.902439024390244, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 27, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14634146341463414, 2: 0.0, 3: 0.6585365853658537, 4: 0.1951219512195122}, 'edge_length_total': 18362.961999999992, 'edge_length_avg': 173.23549056603767, 'street_length_total': 9181.481, 'street_length_avg': 173.23549056603773, 'street_segments_count': 53, 'node_density_km': 13.67246451286812, 'intersection_density_km': 11.671616047570346, 'edge_density_km': 6123.584056003553, 'street_density_km': 3061.792028001778, 'circuity_avg': 1.0226576579816844, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0226576579816844\n", - "1769\n", - "15996488.703162126\n", - "{'n': 1117, 'm': 3148, 'k_avg': 5.636526410026858, 'intersection_count': 967, 'streets_per_node_avg': 2.9579230080572962, 'streets_per_node_counts': {0: 0, 1: 150, 2: 4, 3: 706, 4: 257}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13428827215756492, 2: 0.0035810205908683975, 3: 0.6320501342882722, 4: 0.23008057296329454}, 'edge_length_total': 319547.68999999977, 'edge_length_avg': 101.50816073697578, 'street_length_total': 165033.53099999964, 'street_length_avg': 101.30971823204398, 'street_segments_count': 1629, 'node_density_km': 69.82782413863085, 'intersection_density_km': 60.45076628653181, 'edge_density_km': 19976.114504230718, 'street_density_km': 10316.85978482118, 'circuity_avg': 1.030015551686443, 'self_loop_proportion': 0.0019059720457433292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030015551686443\n", - "1770\n", - "9000701.357293466\n", - "{'n': 299, 'm': 828, 'k_avg': 5.538461538461538, 'intersection_count': 264, 'streets_per_node_avg': 2.8662207357859533, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 234, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11705685618729098, 2: 0.0, 3: 0.782608695652174, 4: 0.10033444816053512}, 'edge_length_total': 120832.25199999995, 'edge_length_avg': 145.9326714975845, 'street_length_total': 60416.125999999975, 'street_length_avg': 145.9326714975845, 'street_segments_count': 414, 'node_density_km': 33.219633463087156, 'intersection_density_km': 29.331047606204045, 'edge_density_km': 13424.759605215313, 'street_density_km': 6712.3798026076565, 'circuity_avg': 1.0330932114357652, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330932114357652\n", - "1771\n", - "7998106.666178741\n", - "{'n': 58, 'm': 144, 'k_avg': 4.9655172413793105, 'intersection_count': 42, 'streets_per_node_avg': 2.5172413793103448, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 38, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.6551724137931034, 4: 0.06896551724137931}, 'edge_length_total': 32144.80199999998, 'edge_length_avg': 223.22779166666655, 'street_length_total': 16072.400999999998, 'street_length_avg': 223.22779166666663, 'street_segments_count': 72, 'node_density_km': 7.25171623995241, 'intersection_density_km': 5.251242794448297, 'edge_density_km': 4019.051425749217, 'street_density_km': 2009.5257128746093, 'circuity_avg': 1.0372460380748818, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0372460380748818\n", - "1772\n", - "2998705.491030699\n", - "{'n': 66, 'm': 190, 'k_avg': 5.757575757575758, 'intersection_count': 62, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 54, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06060606060606061, 2: 0.0, 3: 0.8181818181818182, 4: 0.12121212121212122}, 'edge_length_total': 28370.70199999999, 'edge_length_avg': 149.31948421052627, 'street_length_total': 14185.350999999993, 'street_length_avg': 149.31948421052624, 'street_segments_count': 95, 'node_density_km': 22.00949716382946, 'intersection_density_km': 20.675588244809493, 'edge_density_km': 9460.983109164403, 'street_density_km': 4730.491554582201, 'circuity_avg': 1.0857177129074822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0857177129074822\n", - "1773\n", - "9002319.95351061\n", - "{'n': 153, 'm': 381, 'k_avg': 4.980392156862745, 'intersection_count': 119, 'streets_per_node_avg': 2.7450980392156863, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 90, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5882352941176471, 4: 0.1895424836601307}, 'edge_length_total': 90219.63500000004, 'edge_length_avg': 236.79694225721795, 'street_length_total': 45236.119999999966, 'street_length_avg': 234.38404145077703, 'street_segments_count': 193, 'node_density_km': 16.995618994894198, 'intersection_density_km': 13.2188147738066, 'edge_density_km': 10021.820538028904, 'street_density_km': 5024.940263577208, 'circuity_avg': 1.0328648079814249, 'self_loop_proportion': 0.005249343832020997, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0328648079814249\n", - "1774\n", - "6997264.659030143\n", - "{'n': 32, 'm': 96, 'k_avg': 6.0, 'intersection_count': 31, 'streets_per_node_avg': 3.125, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 25, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03125, 2: 0.0, 3: 0.78125, 4: 0.1875}, 'edge_length_total': 29237.680000000008, 'edge_length_avg': 304.5591666666667, 'street_length_total': 14618.840000000004, 'street_length_avg': 304.5591666666667, 'street_segments_count': 48, 'node_density_km': 4.573215614862189, 'intersection_density_km': 4.4303026268977455, 'edge_density_km': 4178.4442099482485, 'street_density_km': 2089.2221049741242, 'circuity_avg': 1.0901858898819605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901858898819605\n", - "1775\n", - "34986022.02901523\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2801, 'm': 7665, 'k_avg': 5.47304534094966, 'intersection_count': 2405, 'streets_per_node_avg': 2.937879328811139, 'streets_per_node_counts': {0: 0, 1: 396, 2: 9, 3: 1782, 4: 602, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14137807925740806, 2: 0.0032131381649410924, 3: 0.6362013566583363, 4: 0.21492324169939309, 5: 0.003927168868261335, 6: 0.0003570153516601214}, 'edge_length_total': 760416.8469999994, 'edge_length_avg': 99.20637273320278, 'street_length_total': 391236.67100000026, 'street_length_avg': 96.45874531558192, 'street_segments_count': 4056, 'node_density_km': 80.06054525653201, 'intersection_density_km': 68.74173914386273, 'edge_density_km': 21734.875898990656, 'street_density_km': 11182.656624280775, 'circuity_avg': 1.047791113557169, 'self_loop_proportion': 0.005088062622309198, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047791113557169\n", - "1776\n", - "9006714.134525158\n", - "{'n': 216, 'm': 640, 'k_avg': 5.925925925925926, 'intersection_count': 200, 'streets_per_node_avg': 3.1435185185185186, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 137, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07407407407407407, 2: 0.0, 3: 0.6342592592592593, 4: 0.2916666666666667}, 'edge_length_total': 113338.60800000005, 'edge_length_avg': 177.0915750000001, 'street_length_total': 56669.30399999996, 'street_length_avg': 177.09157499999986, 'street_segments_count': 320, 'node_density_km': 23.98210898822845, 'intersection_density_km': 22.205656470581896, 'edge_density_km': 12583.790970509732, 'street_density_km': 6291.895485254859, 'circuity_avg': 1.0127432011725357, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0127432011725357\n", - "1777\n", - "13996503.495484756\n", - "{'n': 677, 'm': 1787, 'k_avg': 5.27917282127031, 'intersection_count': 566, 'streets_per_node_avg': 2.7666174298375186, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 503, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16395864106351551, 2: 0.0, 3: 0.7429837518463811, 4: 0.0915805022156573, 5: 0.0014771048744460858}, 'edge_length_total': 197371.77600000004, 'edge_length_avg': 110.44867151650814, 'street_length_total': 99995.95499999997, 'street_length_avg': 108.45548264642079, 'street_segments_count': 922, 'node_density_km': 48.36922308620856, 'intersection_density_km': 40.43867099969578, 'edge_density_km': 14101.505855635429, 'street_density_km': 7144.352518631419, 'circuity_avg': 1.0486193007616396, 'self_loop_proportion': 0.002238388360380526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486193007616396\n", - "1778\n", - "22992202.22568879\n", - "{'n': 1408, 'm': 3952, 'k_avg': 5.613636363636363, 'intersection_count': 1223, 'streets_per_node_avg': 2.9438920454545454, 'streets_per_node_counts': {0: 0, 1: 185, 2: 1, 3: 935, 4: 282, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13139204545454544, 2: 0.0007102272727272727, 3: 0.6640625, 4: 0.2002840909090909, 5: 0.0035511363636363635}, 'edge_length_total': 422498.7759999992, 'edge_length_avg': 106.9075850202427, 'street_length_total': 213057.97799999986, 'street_length_avg': 104.23580136986294, 'street_segments_count': 2044, 'node_density_km': 61.23815309987427, 'intersection_density_km': 53.19194690422317, 'edge_density_km': 18375.74199516863, 'street_density_km': 9266.532014143208, 'circuity_avg': 1.050180522475479, 'self_loop_proportion': 0.004554655870445344, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050180522475479\n", - "1779\n", - "5999061.012245281\n", - "{'n': 392, 'm': 1051, 'k_avg': 5.362244897959184, 'intersection_count': 331, 'streets_per_node_avg': 2.8801020408163267, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 261, 4: 65, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1556122448979592, 2: 0.0, 3: 0.6658163265306123, 4: 0.16581632653061223, 5: 0.012755102040816327}, 'edge_length_total': 106155.13099999994, 'edge_length_avg': 101.00393054234057, 'street_length_total': 53993.63900000001, 'street_length_avg': 98.17025272727274, 'street_segments_count': 550, 'node_density_km': 65.34355946703155, 'intersection_density_km': 55.17530148874348, 'edge_density_km': 17695.291110278115, 'street_density_km': 9000.348369484527, 'circuity_avg': 1.0693027912442206, 'self_loop_proportion': 0.003805899143672693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693027912442206\n", - "1780\n", - "5998698.1398137715\n", - "{'n': 131, 'm': 322, 'k_avg': 4.916030534351145, 'intersection_count': 100, 'streets_per_node_avg': 2.572519083969466, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 94, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2366412213740458, 2: 0.0, 3: 0.7175572519083969, 4: 0.04580152671755725}, 'edge_length_total': 30688.246000000014, 'edge_length_avg': 95.30511180124228, 'street_length_total': 15344.122999999994, 'street_length_avg': 95.3051118012422, 'street_segments_count': 161, 'node_density_km': 21.838071686012004, 'intersection_density_km': 16.670283729780156, 'edge_density_km': 5115.817679892912, 'street_density_km': 2557.908839946454, 'circuity_avg': 1.110157460640935, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.110157460640935\n", - "1781\n", - "11997878.922977956\n", - "{'n': 417, 'm': 1186, 'k_avg': 5.6882494004796165, 'intersection_count': 369, 'streets_per_node_avg': 2.92326139088729, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 305, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11510791366906475, 2: 0.0, 3: 0.7314148681055156, 4: 0.15347721822541965}, 'edge_length_total': 174429.72800000026, 'edge_length_avg': 147.0739696458687, 'street_length_total': 87214.86400000005, 'street_length_avg': 147.07396964586854, 'street_segments_count': 593, 'node_density_km': 34.756143371423335, 'intersection_density_km': 30.7554362207559, 'edge_density_km': 14538.380418720346, 'street_density_km': 7269.190209360166, 'circuity_avg': 1.0455587180277377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455587180277377\n", - "1782\n", - "18007851.010493506\n", - "error with entry 1782\n", - "1783\n", - "31988797.263438515\n", - "error with entry 1783\n", - "1784\n", - "13008352.668870578\n", - "{'n': 230, 'm': 656, 'k_avg': 5.7043478260869565, 'intersection_count': 202, 'streets_per_node_avg': 2.9434782608695653, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 159, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12173913043478261, 2: 0.0, 3: 0.691304347826087, 4: 0.18695652173913044}, 'edge_length_total': 127569.72200000005, 'edge_length_avg': 194.46603963414643, 'street_length_total': 63784.860999999975, 'street_length_avg': 194.46603963414626, 'street_segments_count': 328, 'node_density_km': 17.680947453892273, 'intersection_density_km': 15.528484285592345, 'edge_density_km': 9806.754571259331, 'street_density_km': 4903.377285629662, 'circuity_avg': 1.0413915726992053, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0413915726992053\n", - "1785\n", - "7996755.579047618\n", - "{'n': 100, 'm': 284, 'k_avg': 5.68, 'intersection_count': 85, 'streets_per_node_avg': 2.97, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 59, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.59, 4: 0.25, 5: 0.01}, 'edge_length_total': 69469.72000000002, 'edge_length_avg': 244.61169014084513, 'street_length_total': 35099.69599999998, 'street_length_avg': 242.0668689655171, 'street_segments_count': 145, 'node_density_km': 12.5050714644838, 'intersection_density_km': 10.62931074481123, 'edge_density_km': 8687.238132176797, 'street_density_km': 4389.24206861656, 'circuity_avg': 1.0503731301052774, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503731301052774\n", - "1786\n", - "7004696.9054031195\n", - "{'n': 410, 'm': 1068, 'k_avg': 5.209756097560976, 'intersection_count': 339, 'streets_per_node_avg': 2.765853658536585, 'streets_per_node_counts': {0: 0, 1: 71, 2: 4, 3: 285, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17317073170731706, 2: 0.00975609756097561, 3: 0.6951219512195121, 4: 0.12195121951219512}, 'edge_length_total': 121105.57400000008, 'edge_length_avg': 113.39473220973791, 'street_length_total': 61727.73300000008, 'street_length_avg': 113.47009742647073, 'street_segments_count': 544, 'node_density_km': 58.53215428689624, 'intersection_density_km': 48.396098300628836, 'edge_density_km': 17289.195469197886, 'street_density_km': 8812.334613991075, 'circuity_avg': 1.0568069499984087, 'self_loop_proportion': 0.0018726591760299626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568069499984087\n", - "1787\n", - "10002853.868482659\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 240, 'm': 553, 'k_avg': 4.608333333333333, 'intersection_count': 160, 'streets_per_node_avg': 2.3666666666666667, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 152, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6333333333333333, 4: 0.03333333333333333}, 'edge_length_total': 57536.411000000044, 'edge_length_avg': 104.04414285714293, 'street_length_total': 28803.833999999984, 'street_length_avg': 103.98496028880861, 'street_segments_count': 277, 'node_density_km': 23.99315266977961, 'intersection_density_km': 15.995435113186407, 'edge_density_km': 5751.999554975783, 'street_density_km': 2879.5616109874513, 'circuity_avg': 1.0978997004292657, 'self_loop_proportion': 0.003616636528028933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0978997004292657\n", - "1788\n", - "11000185.208013685\n", - "{'n': 589, 'm': 1597, 'k_avg': 5.422750424448218, 'intersection_count': 501, 'streets_per_node_avg': 2.869269949066214, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 402, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1494057724957555, 2: 0.0, 3: 0.6825127334465195, 4: 0.16808149405772496}, 'edge_length_total': 174610.03299999988, 'edge_length_avg': 109.33627614276762, 'street_length_total': 88959.08199999994, 'street_length_avg': 107.4385048309178, 'street_segments_count': 828, 'node_density_km': 53.5445530108812, 'intersection_density_km': 45.54468770535056, 'edge_density_km': 15873.372102207486, 'street_density_km': 8087.053110268802, 'circuity_avg': 1.02498936541066, 'self_loop_proportion': 0.001878522229179712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02498936541066\n", - "1789\n", - "24984355.1060364\n", - "{'n': 2152, 'm': 5695, 'k_avg': 5.2927509293680295, 'intersection_count': 1784, 'streets_per_node_avg': 2.823420074349442, 'streets_per_node_counts': {0: 0, 1: 368, 2: 3, 3: 1426, 4: 351, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17100371747211895, 2: 0.0013940520446096654, 3: 0.662639405204461, 4: 0.16310408921933087, 5: 0.0018587360594795538}, 'edge_length_total': 527216.0189999986, 'edge_length_avg': 92.57524477611915, 'street_length_total': 271997.9019999997, 'street_length_avg': 90.69619939979984, 'street_segments_count': 2999, 'node_density_km': 86.1339022306828, 'intersection_density_km': 71.404684748856, 'edge_density_km': 21101.846205853013, 'street_density_km': 10886.728948800566, 'circuity_avg': 1.0454200203094317, 'self_loop_proportion': 0.0014047410008779632, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454200203094317\n", - "1790\n", - "8000789.99584312\n", - "{'n': 710, 'm': 1957, 'k_avg': 5.512676056338028, 'intersection_count': 617, 'streets_per_node_avg': 2.919718309859155, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 489, 4: 127, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13098591549295774, 2: 0.0, 3: 0.6887323943661972, 4: 0.17887323943661973, 5: 0.0014084507042253522}, 'edge_length_total': 163181.3160000003, 'edge_length_avg': 83.38340112416981, 'street_length_total': 84226.79200000002, 'street_length_avg': 83.64130287984113, 'street_segments_count': 1007, 'node_density_km': 88.74123684897201, 'intersection_density_km': 77.11738469833202, 'edge_density_km': 20395.650440116864, 'street_density_km': 10527.309433663524, 'circuity_avg': 1.0568025798756338, 'self_loop_proportion': 0.002043944813490036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568025798756338\n", - "1791\n", - "5999457.528391201\n", - "{'n': 1041, 'm': 2792, 'k_avg': 5.364073006724303, 'intersection_count': 839, 'streets_per_node_avg': 2.8088376560999038, 'streets_per_node_counts': {0: 0, 1: 202, 2: 2, 3: 633, 4: 201, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19404418828049952, 2: 0.0019212295869356388, 3: 0.6080691642651297, 4: 0.1930835734870317, 5: 0.002881844380403458}, 'edge_length_total': 154142.6229999997, 'edge_length_avg': 55.20867585959875, 'street_length_total': 78187.45299999988, 'street_length_avg': 54.33457470465593, 'street_segments_count': 1439, 'node_density_km': 173.5156878890602, 'intersection_density_km': 139.845977078695, 'edge_density_km': 25692.7600988175, 'street_density_km': 13032.420453014929, 'circuity_avg': 1.0770741979249385, 'self_loop_proportion': 0.0035816618911174787, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0770741979249385\n", - "1792\n", - "10007717.263579616\n", - "{'n': 403, 'm': 1100, 'k_avg': 5.459057071960298, 'intersection_count': 340, 'streets_per_node_avg': 2.796526054590571, 'streets_per_node_counts': {0: 0, 1: 63, 2: 2, 3: 292, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15632754342431762, 2: 0.004962779156327543, 3: 0.7245657568238213, 4: 0.1141439205955335}, 'edge_length_total': 125671.072, 'edge_length_avg': 114.24642909090909, 'street_length_total': 62855.53400000004, 'street_length_avg': 114.0753793103449, 'street_segments_count': 551, 'node_density_km': 40.268923410397456, 'intersection_density_km': 33.97378153730803, 'edge_density_km': 12557.416310845023, 'street_density_km': 6280.706413314231, 'circuity_avg': 1.0597018454039595, 'self_loop_proportion': 0.0018181818181818182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0597018454039595\n", - "1793\n", - "12998646.634017233\n", - "{'n': 638, 'm': 1791, 'k_avg': 5.614420062695925, 'intersection_count': 528, 'streets_per_node_avg': 2.865203761755486, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 400, 4: 124, 5: 3, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.6269592476489029, 4: 0.19435736677115986, 5: 0.004702194357366771, 6: 0.0, 7: 0.001567398119122257}, 'edge_length_total': 185232.84600000014, 'edge_length_avg': 103.42425795644898, 'street_length_total': 93660.10600000009, 'street_length_avg': 103.95128301886803, 'street_segments_count': 901, 'node_density_km': 49.082032765654624, 'intersection_density_km': 40.61961332330038, 'edge_density_km': 14250.163975936464, 'street_density_km': 7205.3736544305475, 'circuity_avg': 1.0641254016579658, 'self_loop_proportion': 0.003908431044109436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641254016579658\n", - "1794\n", - "11002796.926916482\n", - "{'n': 1107, 'm': 3004, 'k_avg': 5.427280939476061, 'intersection_count': 947, 'streets_per_node_avg': 2.86449864498645, 'streets_per_node_counts': {0: 0, 1: 160, 2: 4, 3: 772, 4: 168, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14453477868112014, 2: 0.0036133694670280035, 3: 0.6973803071364046, 4: 0.15176151761517614, 5: 0.0027100271002710027}, 'edge_length_total': 237591.38400000005, 'edge_length_avg': 79.09167243675101, 'street_length_total': 121872.76000000005, 'street_length_avg': 78.02353393085791, 'street_segments_count': 1562, 'node_density_km': 100.61078172695451, 'intersection_density_km': 86.06902465711465, 'edge_density_km': 21593.726175093983, 'street_density_km': 11076.525433443107, 'circuity_avg': 1.04521077950115, 'self_loop_proportion': 0.005659121171770972, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04521077950115\n", - "1795\n", - "13993913.880000146\n", - "{'n': 733, 'm': 2033, 'k_avg': 5.547066848567531, 'intersection_count': 657, 'streets_per_node_avg': 3.0068212824010914, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 505, 4: 147, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10368349249658936, 2: 0.0, 3: 0.6889495225102319, 4: 0.20054570259208732, 5: 0.0068212824010914054}, 'edge_length_total': 255242.61699999974, 'edge_length_avg': 125.54973782587297, 'street_length_total': 130774.28700000013, 'street_length_avg': 123.13962994350294, 'street_segments_count': 1062, 'node_density_km': 52.37991360284063, 'intersection_density_km': 46.948981223828504, 'edge_density_km': 18239.5446469617, 'street_density_km': 9345.083021191122, 'circuity_avg': 1.0450816400098568, 'self_loop_proportion': 0.001967535661583866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450816400098568\n", - "1796\n", - "147938605.59840545\n", - "{'n': 5936, 'm': 16509, 'k_avg': 5.5623315363881405, 'intersection_count': 5032, 'streets_per_node_avg': 2.9120619946091644, 'streets_per_node_counts': {0: 0, 1: 904, 2: 5, 3: 3753, 4: 1257, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1522911051212938, 2: 0.0008423180592991914, 3: 0.632243935309973, 4: 0.21175876010781672, 5: 0.0028638814016172507}, 'edge_length_total': 2101876.603999987, 'edge_length_avg': 127.31701520382741, 'street_length_total': 1087387.830999999, 'street_length_avg': 126.51400011634661, 'street_segments_count': 8595, 'node_density_km': 40.12475294051292, 'intersection_density_km': 34.014109972483325, 'edge_density_km': 14207.762710064653, 'street_density_km': 7350.264162633959, 'circuity_avg': 1.051760594118082, 'self_loop_proportion': 0.000969168332424738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051760594118082\n", - "1797\n", - "10003947.033355217\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 548, 'm': 1489, 'k_avg': 5.434306569343065, 'intersection_count': 457, 'streets_per_node_avg': 2.791970802919708, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 389, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16605839416058393, 2: 0.0, 3: 0.7098540145985401, 4: 0.12408759124087591}, 'edge_length_total': 150876.62899999996, 'edge_length_avg': 101.32748757555403, 'street_length_total': 75842.62599999992, 'street_length_avg': 101.52961981258356, 'street_segments_count': 747, 'node_density_km': 54.77837879117665, 'intersection_density_km': 45.681969174393664, 'edge_density_km': 15081.71009871866, 'street_density_km': 7581.270247345872, 'circuity_avg': 1.070446186687022, 'self_loop_proportion': 0.013431833445265278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070446186687022\n", - "1798\n", - "13994003.74925522\n", - "{'n': 196, 'm': 536, 'k_avg': 5.469387755102041, 'intersection_count': 164, 'streets_per_node_avg': 2.989795918367347, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 102, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16326530612244897, 2: 0.0, 3: 0.5204081632653061, 4: 0.3163265306122449}, 'edge_length_total': 127696.858, 'edge_length_avg': 238.2404067164179, 'street_length_total': 63848.42899999996, 'street_length_avg': 238.24040671641777, 'street_segments_count': 268, 'node_density_km': 14.005998820061157, 'intersection_density_km': 11.719305135153213, 'edge_density_km': 9125.112461599576, 'street_density_km': 4562.556230799785, 'circuity_avg': 1.0094943526269382, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0094943526269382\n", - "1799\n", - "11999757.59130568\n", - "{'n': 365, 'm': 936, 'k_avg': 5.1287671232876715, 'intersection_count': 283, 'streets_per_node_avg': 2.621917808219178, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 257, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22465753424657534, 2: 0.0, 3: 0.7041095890410959, 4: 0.07123287671232877}, 'edge_length_total': 129894.44799999996, 'edge_length_avg': 138.77611965811963, 'street_length_total': 64947.223999999915, 'street_length_avg': 138.77611965811948, 'street_segments_count': 468, 'node_density_km': 30.417281117783375, 'intersection_density_km': 23.58380974337725, 'edge_density_km': 10824.756001247379, 'street_density_km': 5412.378000623684, 'circuity_avg': 1.0607960313309364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607960313309364\n", - "1800\n", - "39030621.15700041\n", - "{'n': 3223, 'm': 7491, 'k_avg': 4.648464163822526, 'intersection_count': 2321, 'streets_per_node_avg': 2.489605957182749, 'streets_per_node_counts': {0: 0, 1: 902, 2: 3, 3: 2158, 4: 158, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27986348122866894, 2: 0.000930809804529941, 3: 0.669562519391871, 4: 0.04902264970524356, 5: 0.0006205398696866273}, 'edge_length_total': 627879.2250000022, 'edge_length_avg': 83.81781137364867, 'street_length_total': 322289.47800000035, 'street_length_avg': 81.5922729113925, 'street_segments_count': 3950, 'node_density_km': 82.57619029519167, 'intersection_density_km': 59.4661302125783, 'edge_density_km': 16086.836601302404, 'street_density_km': 8257.349446312757, 'circuity_avg': 1.0698457970876178, 'self_loop_proportion': 0.001868909357896142, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0698457970876178\n", - "1801\n", - "5001934.260085902\n", - "{'n': 331, 'm': 782, 'k_avg': 4.7250755287009065, 'intersection_count': 261, 'streets_per_node_avg': 2.6555891238670695, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 235, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21148036253776434, 2: 0.0, 3: 0.7099697885196374, 4: 0.07854984894259819}, 'edge_length_total': 70408.63300000005, 'edge_length_avg': 90.03661508951413, 'street_length_total': 37112.419000000016, 'street_length_avg': 87.32333882352945, 'street_segments_count': 425, 'node_density_km': 66.17440029975833, 'intersection_density_km': 52.179814133646296, 'edge_density_km': 14076.281162237998, 'street_density_km': 7419.613507547909, 'circuity_avg': 1.071278466913402, 'self_loop_proportion': 0.0025575447570332483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071278466913402\n", - "1802\n", - "11001150.732648019\n", - "{'n': 206, 'm': 574, 'k_avg': 5.572815533980583, 'intersection_count': 186, 'streets_per_node_avg': 2.8883495145631066, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 169, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0970873786407767, 2: 0.0, 3: 0.8203883495145631, 4: 0.0825242718446602}, 'edge_length_total': 98007.19400000016, 'edge_length_avg': 170.74424041811875, 'street_length_total': 49003.59700000001, 'street_length_avg': 170.7442404181185, 'street_segments_count': 287, 'node_density_km': 18.72531383363884, 'intersection_density_km': 16.90732219930497, 'edge_density_km': 8908.812939826837, 'street_density_km': 4454.4064699134115, 'circuity_avg': 1.0735884270449327, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735884270449327\n", - "1803\n", - "7000581.704122215\n", - "{'n': 320, 'm': 691, 'k_avg': 4.31875, 'intersection_count': 221, 'streets_per_node_avg': 2.4375, 'streets_per_node_counts': {0: 0, 1: 99, 2: 1, 3: 201, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.309375, 2: 0.003125, 3: 0.628125, 4: 0.059375}, 'edge_length_total': 78431.16500000005, 'edge_length_avg': 113.50385672937779, 'street_length_total': 40465.783, 'street_length_avg': 108.48735388739948, 'street_segments_count': 373, 'node_density_km': 45.710487145885544, 'intersection_density_km': 31.568805185127204, 'edge_density_km': 11203.521123654158, 'street_density_km': 5780.345792717793, 'circuity_avg': 1.059807196408311, 'self_loop_proportion': 0.002894356005788712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059807196408311\n", - "1804\n", - "20989721.077855937\n", - "{'n': 1228, 'm': 3517, 'k_avg': 5.728013029315961, 'intersection_count': 1119, 'streets_per_node_avg': 3.067589576547231, 'streets_per_node_counts': {0: 0, 1: 109, 2: 4, 3: 818, 4: 290, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08876221498371335, 2: 0.003257328990228013, 3: 0.6661237785016286, 4: 0.23615635179153094, 5: 0.004885993485342019, 6: 0.0008143322475570033}, 'edge_length_total': 319181.1680000004, 'edge_length_avg': 90.75381518339506, 'street_length_total': 164675.65600000022, 'street_length_avg': 88.72610775862081, 'street_segments_count': 1856, 'node_density_km': 58.5048269791224, 'intersection_density_km': 53.311808949216584, 'edge_density_km': 15206.546424132102, 'street_density_km': 7845.538079766688, 'circuity_avg': 1.0355686780181363, 'self_loop_proportion': 0.002274665908444697, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0355686780181363\n", - "1805\n", - "66969910.777262956\n", - "{'n': 4046, 'm': 9959, 'k_avg': 4.922886801779535, 'intersection_count': 3188, 'streets_per_node_avg': 2.6450815620365793, 'streets_per_node_counts': {0: 0, 1: 858, 2: 6, 3: 2898, 4: 282, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2120612951062778, 2: 0.0014829461196243204, 3: 0.7162629757785467, 4: 0.06969846762234305, 5: 0.0004943153732081067}, 'edge_length_total': 981680.4640000034, 'edge_length_avg': 98.57219238879439, 'street_length_total': 505748.2709999988, 'street_length_avg': 95.67693359818365, 'street_segments_count': 5286, 'node_density_km': 60.41519173374296, 'intersection_density_km': 47.603467930591336, 'edge_density_km': 14658.530265405327, 'street_density_km': 7551.873149153218, 'circuity_avg': 1.077307621227817, 'self_loop_proportion': 0.005522642835626067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077307621227817\n", - "1806\n", - "5999131.825212588\n", - "{'n': 258, 'm': 655, 'k_avg': 5.077519379844961, 'intersection_count': 216, 'streets_per_node_avg': 2.798449612403101, 'streets_per_node_counts': {0: 0, 1: 42, 2: 1, 3: 182, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16279069767441862, 2: 0.003875968992248062, 3: 0.7054263565891473, 4: 0.12790697674418605}, 'edge_length_total': 76338.57699999995, 'edge_length_avg': 116.54744580152664, 'street_length_total': 39809.346, 'street_length_avg': 112.77435127478753, 'street_segments_count': 353, 'node_density_km': 43.00622281972566, 'intersection_density_km': 36.00520980256101, 'edge_density_km': 12724.93741163869, 'street_density_km': 6635.851179781218, 'circuity_avg': 1.1248630116544258, 'self_loop_proportion': 0.0061068702290076335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1248630116544258\n", - "1807\n", - "15996486.008919928\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 342, 'm': 863, 'k_avg': 5.046783625730995, 'intersection_count': 276, 'streets_per_node_avg': 2.698830409356725, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 247, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19298245614035087, 2: 0.0, 3: 0.7222222222222222, 4: 0.0847953216374269}, 'edge_length_total': 137154.637, 'edge_length_avg': 158.92773696407878, 'street_length_total': 68624.82799999998, 'street_length_avg': 158.4869006928406, 'street_segments_count': 433, 'node_density_km': 21.379695503705918, 'intersection_density_km': 17.253789353867933, 'edge_density_km': 8574.047882986306, 'street_density_km': 4289.993937526876, 'circuity_avg': 1.044532439337763, 'self_loop_proportion': 0.002317497103128621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044532439337763\n", - "1808\n", - "13002114.27644809\n", - "{'n': 1401, 'm': 3949, 'k_avg': 5.637401855817274, 'intersection_count': 1210, 'streets_per_node_avg': 2.9436117059243396, 'streets_per_node_counts': {0: 0, 1: 191, 2: 2, 3: 905, 4: 301, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1363311920057102, 2: 0.0014275517487508922, 3: 0.6459671663097787, 4: 0.21484653818700927, 5: 0.0014275517487508922}, 'edge_length_total': 320800.60399999935, 'edge_length_avg': 81.23590883768026, 'street_length_total': 163344.52699999983, 'street_length_avg': 80.38608612204716, 'street_segments_count': 2032, 'node_density_km': 107.75170639268711, 'intersection_density_km': 93.06178781952278, 'edge_density_km': 24672.956811423708, 'street_density_km': 12562.920424094456, 'circuity_avg': 1.048843015334316, 'self_loop_proportion': 0.0035452013167890607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048843015334316\n", - "1809\n", - "8996911.838629175\n", - "{'n': 292, 'm': 881, 'k_avg': 6.034246575342466, 'intersection_count': 264, 'streets_per_node_avg': 3.1027397260273974, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 178, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0958904109589041, 2: 0.0, 3: 0.6095890410958904, 4: 0.2945205479452055}, 'edge_length_total': 136379.23699999994, 'edge_length_avg': 154.8004960272417, 'street_length_total': 68239.78799999994, 'street_length_avg': 154.38866063348402, 'street_segments_count': 442, 'node_density_km': 32.45558089679924, 'intersection_density_km': 29.343401906695203, 'edge_density_km': 15158.449859922102, 'street_density_km': 7584.801232241192, 'circuity_avg': 1.0196348484343636, 'self_loop_proportion': 0.0022701475595913734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196348484343636\n", - "1810\n", - "17999772.950618133\n", - "{'n': 612, 'm': 1688, 'k_avg': 5.516339869281046, 'intersection_count': 518, 'streets_per_node_avg': 2.831699346405229, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 434, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15359477124183007, 2: 0.0, 3: 0.7091503267973857, 4: 0.13562091503267973, 5: 0.0016339869281045752}, 'edge_length_total': 230716.05000000008, 'edge_length_avg': 136.68012440758298, 'street_length_total': 115473.79299999998, 'street_length_avg': 135.53262089201874, 'street_segments_count': 852, 'node_density_km': 34.00042887646442, 'intersection_density_km': 28.778140781059754, 'edge_density_km': 12817.720014189235, 'street_density_km': 6415.2916437778995, 'circuity_avg': 1.0360158086874902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360158086874902\n", - "1811\n", - "9999920.63599992\n", - "{'n': 356, 'm': 968, 'k_avg': 5.438202247191011, 'intersection_count': 322, 'streets_per_node_avg': 2.949438202247191, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 273, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09550561797752809, 2: 0.0, 3: 0.7668539325842697, 4: 0.1348314606741573, 5: 0.0028089887640449437}, 'edge_length_total': 134557.5429999999, 'edge_length_avg': 139.00572623966931, 'street_length_total': 68654.64300000005, 'street_length_avg': 137.86072891566275, 'street_segments_count': 498, 'node_density_km': 35.60028253808262, 'intersection_density_km': 32.20025555410844, 'edge_density_km': 13455.86109109606, 'street_density_km': 6865.518787503365, 'circuity_avg': 1.0215422239928857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215422239928857\n", - "1812\n", - "5002935.24909781\n", - "{'n': 351, 'm': 1054, 'k_avg': 6.005698005698005, 'intersection_count': 306, 'streets_per_node_avg': 3.0883190883190883, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 188, 4: 115, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1282051282051282, 2: 0.0, 3: 0.5356125356125356, 4: 0.32763532763532766, 5: 0.008547008547008548}, 'edge_length_total': 103209.65599999999, 'edge_length_avg': 97.92187476280834, 'street_length_total': 51604.828000000045, 'street_length_avg': 97.92187476280843, 'street_segments_count': 527, 'node_density_km': 70.15881328132252, 'intersection_density_km': 61.16409362987091, 'edge_density_km': 20629.820467616886, 'street_density_km': 10314.910233808454, 'circuity_avg': 1.0406750019655495, 'self_loop_proportion': 0.0056925996204933585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406750019655495\n", - "1813\n", - "57024126.66375248\n", - "{'n': 8747, 'm': 20613, 'k_avg': 4.713158797301932, 'intersection_count': 6547, 'streets_per_node_avg': 2.590945467017263, 'streets_per_node_counts': {0: 0, 1: 2200, 2: 4, 3: 5751, 4: 761, 5: 28, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2515148050760261, 2: 0.00045729964559277465, 3: 0.6574825654510118, 4: 0.08700125757402538, 5: 0.0032010975191494226, 6: 0.000342974734194581}, 'edge_length_total': 1246899.9960000045, 'edge_length_avg': 60.49095211759591, 'street_length_total': 665587.7789999993, 'street_length_avg': 59.05836548358467, 'street_segments_count': 11270, 'node_density_km': 153.3912137151598, 'intersection_density_km': 114.81105249721634, 'edge_density_km': 21866.183121969658, 'street_density_km': 11672.038099324047, 'circuity_avg': 1.0699189057819356, 'self_loop_proportion': 0.0026197060107699026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699189057819356\n", - "1814\n", - "8998301.133139249\n", - "{'n': 517, 'm': 1465, 'k_avg': 5.667311411992263, 'intersection_count': 459, 'streets_per_node_avg': 2.97678916827853, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 355, 4: 104}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11218568665377177, 2: 0.0, 3: 0.6866537717601547, 4: 0.2011605415860735}, 'edge_length_total': 169560.36500000017, 'edge_length_avg': 115.74086348122879, 'street_length_total': 85609.97400000003, 'street_length_avg': 115.37732345013481, 'street_segments_count': 742, 'node_density_km': 57.455289876438435, 'intersection_density_km': 51.00962872975869, 'edge_density_km': 18843.59752926444, 'street_density_km': 9514.015227242475, 'circuity_avg': 1.0235501989061753, 'self_loop_proportion': 0.0027303754266211604, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235501989061753\n", - "1815\n", - "11007225.425087387\n", - "{'n': 664, 'm': 1832, 'k_avg': 5.518072289156627, 'intersection_count': 564, 'streets_per_node_avg': 2.9021084337349397, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 430, 4: 133, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15060240963855423, 2: 0.0, 3: 0.6475903614457831, 4: 0.2003012048192771, 5: 0.0015060240963855422}, 'edge_length_total': 187957.51499999975, 'edge_length_avg': 102.596896834061, 'street_length_total': 96930.13599999998, 'street_length_avg': 103.5578376068376, 'street_segments_count': 936, 'node_density_km': 60.32401212449307, 'intersection_density_km': 51.23907053947906, 'edge_density_km': 17075.830442393937, 'street_density_km': 8806.04623387464, 'circuity_avg': 1.0309456483551827, 'self_loop_proportion': 0.001091703056768559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309456483551827\n", - "1816\n", - "6997538.670211315\n", - "{'n': 281, 'm': 840, 'k_avg': 5.9786476868327405, 'intersection_count': 269, 'streets_per_node_avg': 3.2170818505338077, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 185, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.042704626334519574, 2: 0.0, 3: 0.6583629893238434, 4: 0.29537366548042704, 5: 0.0035587188612099642}, 'edge_length_total': 112954.61299999982, 'edge_length_avg': 134.46977738095217, 'street_length_total': 56738.143000000004, 'street_length_avg': 130.73304838709677, 'street_segments_count': 434, 'node_density_km': 40.156977080558846, 'intersection_density_km': 38.442088379609714, 'edge_density_km': 16142.049129481804, 'street_density_km': 8108.3000286280085, 'circuity_avg': 1.0234521426833947, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0234521426833947\n", - "1817\n", - "9997665.542288957\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 508, 'm': 1482, 'k_avg': 5.834645669291339, 'intersection_count': 445, 'streets_per_node_avg': 3.0078740157480315, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 322, 4: 118, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12401574803149606, 2: 0.0, 3: 0.6338582677165354, 4: 0.23228346456692914, 5: 0.005905511811023622, 6: 0.003937007874015748}, 'edge_length_total': 182596.5169999998, 'edge_length_avg': 123.2095256410255, 'street_length_total': 91540.39400000001, 'street_length_avg': 122.21681441922566, 'street_segments_count': 749, 'node_density_km': 50.81186181426248, 'intersection_density_km': 44.51039076249371, 'edge_density_km': 18263.91533379846, 'street_density_km': 9156.176870769967, 'circuity_avg': 1.0576487288175729, 'self_loop_proportion': 0.001349527665317139, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576487288175729\n", - "1818\n", - "18991773.118519183\n", - "{'n': 469, 'm': 1079, 'k_avg': 4.601279317697228, 'intersection_count': 367, 'streets_per_node_avg': 2.6076759061833688, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 347, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21748400852878466, 2: 0.0, 3: 0.7398720682302772, 4: 0.042643923240938165}, 'edge_length_total': 153589.3729999999, 'edge_length_avg': 142.3441825764596, 'street_length_total': 78213.05800000009, 'street_length_avg': 135.08300172711589, 'street_segments_count': 579, 'node_density_km': 24.694903265386554, 'intersection_density_km': 19.324156712999713, 'edge_density_km': 8087.1528972843735, 'street_density_km': 4118.259917697378, 'circuity_avg': 1.0913129318895403, 'self_loop_proportion': 0.0037071362372567192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0913129318895403\n", - "1819\n", - "32002905.850471187\n", - "{'n': 2521, 'm': 6746, 'k_avg': 5.351844506148354, 'intersection_count': 2082, 'streets_per_node_avg': 2.8195160650535502, 'streets_per_node_counts': {0: 0, 1: 439, 2: 10, 3: 1645, 4: 421, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17413724712415707, 2: 0.003966679888932963, 3: 0.6525188417294724, 4: 0.16699722332407774, 5: 0.002380007933359778}, 'edge_length_total': 535913.103999998, 'edge_length_avg': 79.44161043581352, 'street_length_total': 276944.3329999995, 'street_length_avg': 78.8790467103388, 'street_segments_count': 3511, 'node_density_km': 78.7740966954375, 'intersection_density_km': 65.05659235220186, 'edge_density_km': 16745.763853569177, 'street_density_km': 8653.724580323445, 'circuity_avg': 1.0700726997924543, 'self_loop_proportion': 0.004743551734361103, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700726997924543\n", - "1820\n", - "12009103.849872958\n", - "{'n': 442, 'm': 1063, 'k_avg': 4.8099547511312215, 'intersection_count': 347, 'streets_per_node_avg': 2.6063348416289593, 'streets_per_node_counts': {0: 0, 1: 95, 2: 1, 3: 329, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2149321266968326, 2: 0.0022624434389140274, 3: 0.744343891402715, 4: 0.038461538461538464}, 'edge_length_total': 142507.929, 'edge_length_avg': 134.06202163687678, 'street_length_total': 73290.80299999996, 'street_length_avg': 130.64314260249546, 'street_segments_count': 561, 'node_density_km': 36.805410755497455, 'intersection_density_km': 28.89474554786791, 'edge_density_km': 11866.658060543592, 'street_density_km': 6102.936898224532, 'circuity_avg': 1.0826664369910455, 'self_loop_proportion': 0.0018814675446848542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826664369910455\n", - "1821\n", - "27988787.387275815\n", - "{'n': 2394, 'm': 6551, 'k_avg': 5.472848788638262, 'intersection_count': 2027, 'streets_per_node_avg': 2.917293233082707, 'streets_per_node_counts': {0: 0, 1: 367, 2: 3, 3: 1488, 4: 533, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1532999164578112, 2: 0.0012531328320802004, 3: 0.6215538847117794, 4: 0.22263993316624894, 5: 0.0012531328320802004}, 'edge_length_total': 632869.8200000002, 'edge_length_avg': 96.60659746603575, 'street_length_total': 327210.10699999955, 'street_length_avg': 94.51476227614083, 'street_segments_count': 3462, 'node_density_km': 85.53425223017535, 'intersection_density_km': 72.42185850900812, 'edge_density_km': 22611.548376251332, 'street_density_km': 11690.756818880796, 'circuity_avg': 1.0422612297060927, 'self_loop_proportion': 0.003358265913600977, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0422612297060927\n", - "1822\n", - "6997356.911252214\n", - "{'n': 205, 'm': 525, 'k_avg': 5.121951219512195, 'intersection_count': 169, 'streets_per_node_avg': 2.819512195121951, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 134, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17560975609756097, 2: 0.0, 3: 0.6536585365853659, 4: 0.17073170731707318}, 'edge_length_total': 75975.24900000007, 'edge_length_avg': 144.71476000000013, 'street_length_total': 39076.266000000025, 'street_length_avg': 141.58067391304357, 'street_segments_count': 276, 'node_density_km': 29.29677628281993, 'intersection_density_km': 24.151976545349115, 'edge_density_km': 10857.706697485564, 'street_density_km': 5584.432307170554, 'circuity_avg': 1.0248461178961483, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248461178961483\n", - "1823\n", - "24988708.679235358\n", - "{'n': 809, 'm': 1996, 'k_avg': 4.934487021013597, 'intersection_count': 633, 'streets_per_node_avg': 2.6365883807169346, 'streets_per_node_counts': {0: 0, 1: 176, 2: 0, 3: 575, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21755253399258342, 2: 0.0, 3: 0.7107540173053152, 4: 0.07169344870210136}, 'edge_length_total': 275309.7359999997, 'edge_length_avg': 137.93072945891768, 'street_length_total': 139365.3039999999, 'street_length_avg': 135.3061203883494, 'street_segments_count': 1030, 'node_density_km': 32.37462208970596, 'intersection_density_km': 25.33144101703816, 'edge_density_km': 11017.365464297534, 'street_density_km': 5577.131087042006, 'circuity_avg': 1.0729395341076051, 'self_loop_proportion': 0.004008016032064128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729395341076051\n", - "1824\n", - "21997086.762161728\n", - "{'n': 1518, 'm': 4211, 'k_avg': 5.5480895915678525, 'intersection_count': 1338, 'streets_per_node_avg': 2.9486166007905137, 'streets_per_node_counts': {0: 0, 1: 180, 2: 5, 3: 1050, 4: 279, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11857707509881422, 2: 0.0032938076416337285, 3: 0.691699604743083, 4: 0.18379446640316205, 5: 0.002635046113306983}, 'edge_length_total': 418684.49200000043, 'edge_length_avg': 99.42638138209462, 'street_length_total': 215831.9130000002, 'street_length_avg': 98.50840392514843, 'street_segments_count': 2191, 'node_density_km': 69.00913818329737, 'intersection_density_km': 60.82623642243207, 'edge_density_km': 19033.633704632208, 'street_density_km': 9811.840782992378, 'circuity_avg': 1.042395486165907, 'self_loop_proportion': 0.0021372595582996915, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042395486165907\n", - "1825\n", - "11002678.964816608\n", - "{'n': 447, 'm': 1282, 'k_avg': 5.736017897091722, 'intersection_count': 409, 'streets_per_node_avg': 3.0380313199105147, 'streets_per_node_counts': {0: 0, 1: 38, 2: 1, 3: 317, 4: 88, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08501118568232663, 2: 0.0022371364653243847, 3: 0.70917225950783, 4: 0.19686800894854586, 5: 0.006711409395973154}, 'edge_length_total': 161646.84499999968, 'edge_length_avg': 126.08958268330709, 'street_length_total': 84291.33200000001, 'street_length_avg': 126.75388270676693, 'street_segments_count': 665, 'node_density_km': 40.626469374356645, 'intersection_density_km': 37.172765042755856, 'edge_density_km': 14691.589704371057, 'street_density_km': 7660.982590652637, 'circuity_avg': 1.0555115450057386, 'self_loop_proportion': 0.0078003120124804995, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555115450057386\n", - "1826\n", - "6997090.908086037\n", - "{'n': 195, 'm': 491, 'k_avg': 5.035897435897436, 'intersection_count': 159, 'streets_per_node_avg': 2.7846153846153845, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 129, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18461538461538463, 2: 0.0, 3: 0.6615384615384615, 4: 0.15384615384615385}, 'edge_length_total': 73053.469, 'edge_length_avg': 148.78506924643585, 'street_length_total': 36963.41199999999, 'street_length_avg': 143.2690387596899, 'street_segments_count': 258, 'node_density_km': 27.868724668798063, 'intersection_density_km': 22.72372934532765, 'edge_density_km': 10440.548788008075, 'street_density_km': 5282.68282998639, 'circuity_avg': 1.0501443924739795, 'self_loop_proportion': 0.012219959266802444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0501443924739795\n", - "1827\n", - "12009263.608009117\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 335, 'm': 846, 'k_avg': 5.050746268656717, 'intersection_count': 277, 'streets_per_node_avg': 2.719402985074627, 'streets_per_node_counts': {0: 0, 1: 58, 2: 1, 3: 253, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17313432835820897, 2: 0.0029850746268656717, 3: 0.755223880597015, 4: 0.06865671641791045}, 'edge_length_total': 102918.70700000011, 'edge_length_avg': 121.6533179669032, 'street_length_total': 52498.33699999995, 'street_length_avg': 119.31440227272715, 'street_segments_count': 440, 'node_density_km': 27.895132535569008, 'intersection_density_km': 23.065527499560048, 'edge_density_km': 8569.943200460886, 'street_density_km': 4371.486771677507, 'circuity_avg': 1.0530591417991217, 'self_loop_proportion': 0.002364066193853428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530591417991217\n", - "1828\n", - "35993047.88565079\n", - "{'n': 3596, 'm': 10131, 'k_avg': 5.634593993325917, 'intersection_count': 3118, 'streets_per_node_avg': 2.9872080088987762, 'streets_per_node_counts': {0: 0, 1: 478, 2: 2, 3: 2228, 4: 866, 5: 20, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13292547274749722, 2: 0.0005561735261401557, 3: 0.6195773081201335, 4: 0.24082313681868742, 5: 0.0055617352614015575, 6: 0.0005561735261401557}, 'edge_length_total': 701266.9629999974, 'edge_length_avg': 69.21991540815294, 'street_length_total': 359083.1839999998, 'street_length_avg': 67.64943180105497, 'street_segments_count': 5308, 'node_density_km': 99.90818258638228, 'intersection_density_km': 86.62784018474416, 'edge_density_km': 19483.400384093864, 'street_density_km': 9976.459485754029, 'circuity_avg': 1.0530527045447984, 'self_loop_proportion': 0.002566380416543283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530527045447984\n", - "1829\n", - "39025050.580030985\n", - "{'n': 3377, 'm': 8856, 'k_avg': 5.244891915901688, 'intersection_count': 2846, 'streets_per_node_avg': 2.8489783831803375, 'streets_per_node_counts': {0: 0, 1: 531, 2: 11, 3: 2299, 4: 510, 5: 25, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15724015398282498, 2: 0.003257328990228013, 3: 0.6807817589576547, 4: 0.15102161681966242, 5: 0.007403020432336393, 6: 0.0002961208172934557}, 'edge_length_total': 713865.1770000012, 'edge_length_avg': 80.60808231707331, 'street_length_total': 377415.6170000004, 'street_length_avg': 79.37236950578347, 'street_segments_count': 4755, 'node_density_km': 86.53416074566222, 'intersection_density_km': 72.92751598523976, 'edge_density_km': 18292.485631403233, 'street_density_km': 9671.111539650969, 'circuity_avg': 1.0673393332472711, 'self_loop_proportion': 0.006549232158988257, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673393332472711\n", - "1830\n", - "15010811.736054543\n", - "{'n': 1283, 'm': 3393, 'k_avg': 5.289166017147311, 'intersection_count': 1055, 'streets_per_node_avg': 2.8269680436477005, 'streets_per_node_counts': {0: 0, 1: 228, 2: 9, 3: 812, 4: 226, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17770849571317227, 2: 0.007014809041309431, 3: 0.6328916601714731, 4: 0.17614964925954793, 5: 0.005455962587685113, 6: 0.000779423226812159}, 'edge_length_total': 289651.2659999994, 'edge_length_avg': 85.36730503978762, 'street_length_total': 149020.0460000003, 'street_length_avg': 83.29795751816674, 'street_segments_count': 1789, 'node_density_km': 85.4717268166355, 'intersection_density_km': 70.282674818044, 'edge_density_km': 19296.176055841443, 'street_density_km': 9927.51415581799, 'circuity_avg': 1.0371015582454723, 'self_loop_proportion': 0.0011788977306218685, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371015582454723\n", - "1831\n", - "4001590.7536628405\n", - "{'n': 73, 'm': 188, 'k_avg': 5.1506849315068495, 'intersection_count': 59, 'streets_per_node_avg': 2.7260273972602738, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 51, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.6986301369863014, 4: 0.1095890410958904}, 'edge_length_total': 34729.07799999997, 'edge_length_avg': 184.7291382978722, 'street_length_total': 17364.538999999997, 'street_length_avg': 184.7291382978723, 'street_segments_count': 94, 'node_density_km': 18.242745071614266, 'intersection_density_km': 14.744136427743037, 'edge_density_km': 8678.818034605574, 'street_density_km': 4339.40901730279, 'circuity_avg': 1.1505624470682776, 'self_loop_proportion': 0.02127659574468085, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1505624470682776\n", - "1832\n", - "7996708.33864377\n", - "{'n': 399, 'm': 1223, 'k_avg': 6.130325814536341, 'intersection_count': 353, 'streets_per_node_avg': 3.1854636591478696, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 192, 4: 156, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11528822055137844, 2: 0.0, 3: 0.48120300751879697, 4: 0.39097744360902253, 5: 0.012531328320802004}, 'edge_length_total': 136545.45799999998, 'edge_length_avg': 111.64796238757154, 'street_length_total': 68431.7809999999, 'street_length_avg': 110.9105040518637, 'street_segments_count': 617, 'node_density_km': 49.89552989845192, 'intersection_density_km': 44.1431630429913, 'edge_density_km': 17075.207975280227, 'street_density_km': 8557.49367140303, 'circuity_avg': 1.0187603824357607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0187603824357607\n", - "1833\n", - "16995598.93749291\n", - "{'n': 2044, 'm': 4964, 'k_avg': 4.857142857142857, 'intersection_count': 1633, 'streets_per_node_avg': 2.73825831702544, 'streets_per_node_counts': {0: 0, 1: 411, 2: 2, 3: 1346, 4: 281, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20107632093933464, 2: 0.0009784735812133072, 3: 0.6585127201565558, 4: 0.13747553816046967, 5: 0.0019569471624266144}, 'edge_length_total': 317727.5690000005, 'edge_length_avg': 64.0063595890412, 'street_length_total': 169407.28799999994, 'street_length_avg': 61.04767135135133, 'street_segments_count': 2775, 'node_density_km': 120.26642941608027, 'intersection_density_km': 96.08369825658468, 'edge_density_km': 18694.696795832355, 'street_density_km': 9967.715090421514, 'circuity_avg': 1.06149484420671, 'self_loop_proportion': 0.0024174053182917004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06149484420671\n", - "1834\n", - "16001374.659877827\n", - "{'n': 711, 'm': 1944, 'k_avg': 5.468354430379747, 'intersection_count': 593, 'streets_per_node_avg': 2.8129395218002813, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 490, 4: 103}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1659634317862166, 2: 0.0, 3: 0.6891701828410689, 4: 0.14486638537271448}, 'edge_length_total': 242304.55000000045, 'edge_length_avg': 124.64225823045291, 'street_length_total': 121152.27499999986, 'street_length_avg': 124.64225823045254, 'street_segments_count': 972, 'node_density_km': 44.433682424971636, 'intersection_density_km': 37.059316002824445, 'edge_density_km': 15142.733368249903, 'street_density_km': 7571.366684124929, 'circuity_avg': 1.0499497136196017, 'self_loop_proportion': 0.00102880658436214, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499497136196017\n", - "1835\n", - "9995437.181293264\n", - "{'n': 194, 'm': 512, 'k_avg': 5.278350515463917, 'intersection_count': 162, 'streets_per_node_avg': 2.865979381443299, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 124, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16494845360824742, 2: 0.0, 3: 0.6391752577319587, 4: 0.1958762886597938}, 'edge_length_total': 116131.12200000006, 'edge_length_avg': 226.81859765625012, 'street_length_total': 60137.306999999935, 'street_length_avg': 229.53170610687, 'street_segments_count': 262, 'node_density_km': 19.40885590908183, 'intersection_density_km': 16.20739514057349, 'edge_density_km': 11618.41347143301, 'street_density_km': 6016.475908882561, 'circuity_avg': 1.0330626018844546, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330626018844546\n", - "1836\n", - "8997490.555522276\n", - "{'n': 376, 'm': 1024, 'k_avg': 5.446808510638298, 'intersection_count': 315, 'streets_per_node_avg': 2.851063829787234, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 251, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1622340425531915, 2: 0.0, 3: 0.6675531914893617, 4: 0.16489361702127658, 5: 0.005319148936170213}, 'edge_length_total': 150317.11800000005, 'edge_length_avg': 146.79406054687504, 'street_length_total': 75158.55900000004, 'street_length_avg': 146.79406054687507, 'street_segments_count': 512, 'node_density_km': 41.78942980598376, 'intersection_density_km': 35.009761672566185, 'edge_density_km': 16706.560242815904, 'street_density_km': 8353.280121407954, 'circuity_avg': 1.0262592705060825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262592705060825\n", - "1837\n", - "7002142.6019609785\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 136, 'm': 311, 'k_avg': 4.573529411764706, 'intersection_count': 97, 'streets_per_node_avg': 2.5441176470588234, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 81, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2867647058823529, 2: 0.0, 3: 0.5955882352941176, 4: 0.11764705882352941}, 'edge_length_total': 48809.07900000002, 'edge_length_avg': 156.94237620578784, 'street_length_total': 25185.442000000006, 'street_length_avg': 154.5119141104295, 'street_segments_count': 163, 'node_density_km': 19.422626434644826, 'intersection_density_km': 13.85290267765109, 'edge_density_km': 6970.591970853442, 'street_density_km': 3596.819349686869, 'circuity_avg': 1.0854529791030514, 'self_loop_proportion': 0.006430868167202572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854529791030514\n", - "1838\n", - "10993629.82147952\n", - "{'n': 234, 'm': 591, 'k_avg': 5.051282051282051, 'intersection_count': 185, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 166, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2094017094017094, 2: 0.0, 3: 0.7094017094017094, 4: 0.07692307692307693, 5: 0.004273504273504274}, 'edge_length_total': 95244.44900000008, 'edge_length_avg': 161.15812013536393, 'street_length_total': 48174.5, 'street_length_avg': 161.11872909698997, 'street_segments_count': 299, 'node_density_km': 21.285053599204083, 'intersection_density_km': 16.82792699082374, 'edge_density_km': 8663.603427314792, 'street_density_km': 4382.037669294262, 'circuity_avg': 1.0809429122831042, 'self_loop_proportion': 0.001692047377326565, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0809429122831042\n", - "1839\n", - "11003262.319080858\n", - "{'n': 241, 'm': 621, 'k_avg': 5.153526970954357, 'intersection_count': 194, 'streets_per_node_avg': 2.759336099585062, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 159, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1950207468879668, 2: 0.0, 3: 0.6597510373443983, 4: 0.14107883817427386, 5: 0.004149377593360996}, 'edge_length_total': 91403.33699999994, 'edge_length_avg': 147.18733816425112, 'street_length_total': 46123.68300000001, 'street_length_avg': 147.36000958466457, 'street_segments_count': 313, 'node_density_km': 21.902595158717585, 'intersection_density_km': 17.631134692079716, 'edge_density_km': 8306.930649239961, 'street_density_km': 4191.818904473132, 'circuity_avg': 1.023856148252057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023856148252057\n", - "1840\n", - "9997236.855967585\n", - "{'n': 172, 'm': 437, 'k_avg': 5.0813953488372094, 'intersection_count': 146, 'streets_per_node_avg': 2.7906976744186047, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 130, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1511627906976744, 2: 0.0, 3: 0.7558139534883721, 4: 0.09302325581395349}, 'edge_length_total': 89531.34699999995, 'edge_length_avg': 204.8772242562928, 'street_length_total': 44946.06499999998, 'street_length_avg': 201.55186098654698, 'street_segments_count': 223, 'node_density_km': 17.204753921312683, 'intersection_density_km': 14.6040353053003, 'edge_density_km': 8955.609263829394, 'street_density_km': 4495.848767769328, 'circuity_avg': 1.0930076718233326, 'self_loop_proportion': 0.004576659038901602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0930076718233326\n", - "1841\n", - "21005753.530452743\n", - "{'n': 2252, 'm': 5924, 'k_avg': 5.261101243339254, 'intersection_count': 1876, 'streets_per_node_avg': 2.8001776198934283, 'streets_per_node_counts': {0: 0, 1: 376, 2: 8, 3: 1564, 4: 299, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1669626998223801, 2: 0.003552397868561279, 3: 0.69449378330373, 4: 0.1327708703374778, 5: 0.0017761989342806395, 6: 0.0004440497335701599}, 'edge_length_total': 493175.5459999998, 'edge_length_avg': 83.25042977717754, 'street_length_total': 254100.3319999996, 'street_length_avg': 81.70428681672013, 'street_segments_count': 3110, 'node_density_km': 107.20872244526721, 'intersection_density_km': 89.3088647012972, 'edge_density_km': 23478.117330331745, 'street_density_km': 12096.701583764745, 'circuity_avg': 1.077320161046005, 'self_loop_proportion': 0.0028696826468602296, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077320161046005\n", - "1842\n", - "7995990.00122875\n", - "{'n': 493, 'm': 1570, 'k_avg': 6.369168356997972, 'intersection_count': 459, 'streets_per_node_avg': 3.281947261663286, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 253, 4: 205, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06896551724137931, 2: 0.0, 3: 0.513184584178499, 4: 0.4158215010141988, 5: 0.002028397565922921}, 'edge_length_total': 225328.88699999958, 'edge_length_avg': 143.52158407643284, 'street_length_total': 112870.66799999993, 'street_length_avg': 143.41889199491732, 'street_segments_count': 787, 'node_density_km': 61.65590501291777, 'intersection_density_km': 57.40377363271654, 'edge_density_km': 28180.236214073946, 'street_density_km': 14115.909097266882, 'circuity_avg': 1.0720851854215212, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720851854215212\n", - "1843\n", - "7996573.501756889\n", - "{'n': 208, 'm': 612, 'k_avg': 5.884615384615385, 'intersection_count': 198, 'streets_per_node_avg': 3.2211538461538463, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 132, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04807692307692308, 2: 0.0, 3: 0.6346153846153846, 4: 0.3173076923076923}, 'edge_length_total': 108171.02400000006, 'edge_length_avg': 176.75003921568637, 'street_length_total': 54201.89900000001, 'street_length_avg': 172.61751273885355, 'street_segments_count': 314, 'node_density_km': 26.01114089107057, 'intersection_density_km': 24.76060527130756, 'edge_density_km': 13527.171853823931, 'street_density_km': 6778.140535829699, 'circuity_avg': 1.0172673075367566, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0172673075367566\n", - "1844\n", - "12004078.38644337\n", - "{'n': 805, 'm': 2200, 'k_avg': 5.46583850931677, 'intersection_count': 681, 'streets_per_node_avg': 2.8211180124223603, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 577, 4: 104}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15403726708074533, 2: 0.0, 3: 0.7167701863354037, 4: 0.12919254658385093}, 'edge_length_total': 287142.3620000005, 'edge_length_avg': 130.51925545454569, 'street_length_total': 143823.97900000017, 'street_length_avg': 130.393453309157, 'street_segments_count': 1103, 'node_density_km': 67.06054176629794, 'intersection_density_km': 56.730719183663226, 'edge_density_km': 23920.400446924814, 'street_density_km': 11981.259566117602, 'circuity_avg': 1.0334017696916475, 'self_loop_proportion': 0.0009090909090909091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334017696916475\n", - "1845\n", - "5997413.253678627\n", - "{'n': 112, 'm': 352, 'k_avg': 6.285714285714286, 'intersection_count': 102, 'streets_per_node_avg': 3.1964285714285716, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 61, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08928571428571429, 2: 0.0, 3: 0.5446428571428571, 4: 0.35714285714285715, 5: 0.008928571428571428}, 'edge_length_total': 71121.84199999999, 'edge_length_avg': 202.05068749999998, 'street_length_total': 35560.92100000002, 'street_length_avg': 202.0506875000001, 'street_segments_count': 176, 'node_density_km': 18.674717792925588, 'intersection_density_km': 17.007332275700087, 'edge_density_km': 11858.75293092002, 'street_density_km': 5929.376465460014, 'circuity_avg': 1.0462761894213117, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462761894213117\n", - "1846\n", - "5998934.671633793\n", - "{'n': 127, 'm': 290, 'k_avg': 4.566929133858268, 'intersection_count': 86, 'streets_per_node_avg': 2.377952755905512, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 83, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3228346456692913, 2: 0.0, 3: 0.6535433070866141, 4: 0.023622047244094488}, 'edge_length_total': 41673.09800000003, 'edge_length_avg': 143.70033793103457, 'street_length_total': 20836.548999999985, 'street_length_avg': 143.70033793103437, 'street_segments_count': 145, 'node_density_km': 21.1704255758151, 'intersection_density_km': 14.335878736378728, 'edge_density_km': 6946.749761595666, 'street_density_km': 3473.374880797828, 'circuity_avg': 1.0701931730028929, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701931730028929\n", - "1847\n", - "17009964.733320504\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 419, 'm': 1037, 'k_avg': 4.949880668257757, 'intersection_count': 339, 'streets_per_node_avg': 2.692124105011933, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 309, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1909307875894988, 2: 0.0, 3: 0.7374701670644391, 4: 0.06921241050119331, 5: 0.002386634844868735}, 'edge_length_total': 148694.07400000017, 'edge_length_avg': 143.38869238187095, 'street_length_total': 75461.51799999997, 'street_length_avg': 138.46150091743112, 'street_segments_count': 545, 'node_density_km': 24.63262014760258, 'intersection_density_km': 19.92949458242786, 'edge_density_km': 8741.586260242275, 'street_density_km': 4436.312431158649, 'circuity_avg': 1.0784415148090614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784415148090614\n", - "1848\n", - "36989982.36424034\n", - "error with entry 1848\n", - "1849\n", - "13998850.286603438\n", - "{'n': 1776, 'm': 4161, 'k_avg': 4.6858108108108105, 'intersection_count': 1292, 'streets_per_node_avg': 2.529279279279279, 'streets_per_node_counts': {0: 0, 1: 484, 2: 4, 3: 1158, 4: 124, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2725225225225225, 2: 0.0022522522522522522, 3: 0.652027027027027, 4: 0.06981981981981981, 5: 0.0033783783783783786}, 'edge_length_total': 295165.3210000007, 'edge_length_avg': 70.93615020427798, 'street_length_total': 153800.25200000033, 'street_length_avg': 69.31061378999564, 'street_segments_count': 2219, 'node_density_km': 126.86756152393382, 'intersection_density_km': 92.29329363115005, 'edge_density_km': 21084.968762218054, 'street_density_km': 10986.634534350544, 'circuity_avg': 1.082725425174366, 'self_loop_proportion': 0.002883922134102379, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082725425174366\n", - "1850\n", - "8998914.687335353\n", - "{'n': 483, 'm': 1283, 'k_avg': 5.312629399585921, 'intersection_count': 405, 'streets_per_node_avg': 2.801242236024845, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 346, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16149068322981366, 2: 0.0, 3: 0.7163561076604554, 4: 0.12008281573498965, 5: 0.002070393374741201}, 'edge_length_total': 149138.66399999993, 'edge_length_avg': 116.24213873733432, 'street_length_total': 75224.592, 'street_length_avg': 115.9084622496148, 'street_segments_count': 649, 'node_density_km': 53.67313912640502, 'intersection_density_km': 45.00542721779303, 'edge_density_km': 16572.96120496515, 'street_density_km': 8359.29604998562, 'circuity_avg': 1.0266803583898065, 'self_loop_proportion': 0.003117692907248636, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0266803583898065\n", - "1851\n", - "9005263.759569693\n", - "{'n': 452, 'm': 1149, 'k_avg': 5.084070796460177, 'intersection_count': 384, 'streets_per_node_avg': 2.8008849557522124, 'streets_per_node_counts': {0: 0, 1: 68, 2: 2, 3: 338, 4: 40, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1504424778761062, 2: 0.004424778761061947, 3: 0.7477876106194691, 4: 0.08849557522123894, 5: 0.008849557522123894}, 'edge_length_total': 127865.56800000003, 'edge_length_avg': 111.28421932114885, 'street_length_total': 66505.36200000005, 'street_length_avg': 106.92180385852099, 'street_segments_count': 622, 'node_density_km': 50.19286631329034, 'intersection_density_km': 42.641727133414804, 'edge_density_km': 14198.980886497648, 'street_density_km': 7385.165362794208, 'circuity_avg': 1.057901234377356, 'self_loop_proportion': 0.0017406440382941688, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057901234377356\n", - "1852\n", - "16998015.186005246\n", - "{'n': 1082, 'm': 3049, 'k_avg': 5.635859519408503, 'intersection_count': 916, 'streets_per_node_avg': 2.8992606284658042, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 699, 4: 211, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1534195933456562, 2: 0.0, 3: 0.6460258780036968, 4: 0.19500924214417745, 5: 0.005545286506469501}, 'edge_length_total': 328460.13199999963, 'edge_length_avg': 107.72716693998021, 'street_length_total': 164520.56400000004, 'street_length_avg': 107.2493898305085, 'street_segments_count': 1534, 'node_density_km': 63.654490724942335, 'intersection_density_km': 53.88864464329684, 'edge_density_km': 19323.440319692527, 'street_density_km': 9678.81027282836, 'circuity_avg': 1.035322546333904, 'self_loop_proportion': 0.0006559527714004591, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035322546333904\n", - "1853\n", - "265077632.23763737\n", - "{'n': 29432, 'm': 76296, 'k_avg': 5.184561022016853, 'intersection_count': 22764, 'streets_per_node_avg': 2.7053886925795054, 'streets_per_node_counts': {0: 0, 1: 6668, 2: 30, 3: 18184, 4: 4413, 5: 129, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2265561293829845, 2: 0.0010192987224789344, 3: 0.6178309323185648, 4: 0.14993884207665126, 5: 0.004382984506659418, 6: 0.0002718129926610492}, 'edge_length_total': 6017382.047999938, 'edge_length_avg': 78.868905945265, 'street_length_total': 3108787.7080000103, 'street_length_avg': 78.5126706738057, 'street_segments_count': 39596, 'node_density_km': 111.03162402482431, 'intersection_density_km': 85.87672904665332, 'edge_density_km': 22700.451928759732, 'street_density_km': 11727.838677889795, 'circuity_avg': 1.0673049857703316, 'self_loop_proportion': 0.0029359337317814826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673049857703316\n", - "1854\n", - "10003645.091337988\n", - "{'n': 588, 'm': 1540, 'k_avg': 5.238095238095238, 'intersection_count': 487, 'streets_per_node_avg': 2.7755102040816326, 'streets_per_node_counts': {0: 0, 1: 101, 2: 4, 3: 409, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1717687074829932, 2: 0.006802721088435374, 3: 0.6955782312925171, 4: 0.12585034013605442}, 'edge_length_total': 159534.89800000007, 'edge_length_avg': 103.59408961038966, 'street_length_total': 82935.63500000013, 'street_length_avg': 103.92936716791996, 'street_segments_count': 798, 'node_density_km': 58.77857467266014, 'intersection_density_km': 48.682254873444705, 'edge_density_km': 15947.676726170446, 'street_density_km': 8290.541521891144, 'circuity_avg': 1.054877493114472, 'self_loop_proportion': 0.004545454545454545, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054877493114472\n", - "1855\n", - "5996939.082922689\n", - "{'n': 201, 'm': 565, 'k_avg': 5.621890547263682, 'intersection_count': 166, 'streets_per_node_avg': 2.9751243781094527, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 101, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17412935323383086, 2: 0.0, 3: 0.5024875621890548, 4: 0.32338308457711445}, 'edge_length_total': 87433.31300000008, 'edge_length_avg': 154.7492265486727, 'street_length_total': 43769.16399999998, 'street_length_avg': 153.57601403508767, 'street_segments_count': 285, 'node_density_km': 33.51709884337193, 'intersection_density_km': 27.6807880995012, 'edge_density_km': 14579.656686688952, 'street_density_km': 7298.584060098288, 'circuity_avg': 1.020446314757543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020446314757543\n", - "1856\n", - "12997110.402403064\n", - "{'n': 93, 'm': 214, 'k_avg': 4.602150537634409, 'intersection_count': 68, 'streets_per_node_avg': 2.5161290322580645, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 63, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26881720430107525, 2: 0.0, 3: 0.6774193548387096, 4: 0.053763440860215055}, 'edge_length_total': 46077.75399999997, 'edge_length_avg': 215.31660747663537, 'street_length_total': 23038.87700000001, 'street_length_avg': 215.31660747663562, 'street_segments_count': 107, 'node_density_km': 7.155436640963289, 'intersection_density_km': 5.23193216758606, 'edge_density_km': 3545.2306376870165, 'street_density_km': 1772.61531884351, 'circuity_avg': 1.0372361588966905, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0372361588966905\n", - "1857\n", - "6997021.139138846\n", - "{'n': 303, 'm': 766, 'k_avg': 5.0561056105610565, 'intersection_count': 236, 'streets_per_node_avg': 2.636963696369637, 'streets_per_node_counts': {0: 0, 1: 67, 2: 2, 3: 208, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22112211221122113, 2: 0.006600660066006601, 3: 0.6864686468646864, 4: 0.0858085808580858}, 'edge_length_total': 81934.90899999996, 'edge_length_avg': 106.96463315926887, 'street_length_total': 41125.66699999997, 'street_length_avg': 106.5431787564766, 'street_segments_count': 386, 'node_density_km': 43.304142430716105, 'intersection_density_km': 33.728638988940595, 'edge_density_km': 11709.970195986009, 'street_density_km': 5877.596506027062, 'circuity_avg': 1.0630059070358362, 'self_loop_proportion': 0.005221932114882507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630059070358362\n", - "1858\n", - "7997785.57513295\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 335, 'm': 866, 'k_avg': 5.170149253731343, 'intersection_count': 272, 'streets_per_node_avg': 2.7791044776119405, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 222, 4: 48, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1880597014925373, 2: 0.0, 3: 0.6626865671641791, 4: 0.14328358208955225, 5: 0.005970149253731343}, 'edge_length_total': 114620.24600000003, 'edge_length_avg': 132.35594226327947, 'street_length_total': 57971.966999999975, 'street_length_avg': 128.82659333333328, 'street_segments_count': 450, 'node_density_km': 41.886594339512676, 'intersection_density_km': 34.00941391148492, 'edge_density_km': 14331.497753125826, 'street_density_km': 7248.502282963029, 'circuity_avg': 1.0331683491159556, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0331683491159556\n", - "1859\n", - "9000841.569501324\n", - "{'n': 279, 'm': 638, 'k_avg': 4.573476702508961, 'intersection_count': 197, 'streets_per_node_avg': 2.4301075268817205, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 192, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2939068100358423, 2: 0.0, 3: 0.6881720430107527, 4: 0.017921146953405017}, 'edge_length_total': 67900.80799999998, 'edge_length_avg': 106.42759874608147, 'street_length_total': 34363.32999999999, 'street_length_avg': 105.40898773006131, 'street_segments_count': 326, 'node_density_km': 30.997101531635728, 'intersection_density_km': 21.88684230011555, 'edge_density_km': 7543.828815971694, 'street_density_km': 3817.7907848570017, 'circuity_avg': 1.0504596029710602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504596029710602\n", - "1860\n", - "12993233.741704073\n", - "{'n': 235, 'm': 671, 'k_avg': 5.7106382978723405, 'intersection_count': 202, 'streets_per_node_avg': 2.9829787234042553, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 140, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14042553191489363, 2: 0.0, 3: 0.5957446808510638, 4: 0.26382978723404255}, 'edge_length_total': 147174.6139999998, 'edge_length_avg': 219.33623546944827, 'street_length_total': 73629.72799999999, 'street_length_avg': 219.1360952380952, 'street_segments_count': 336, 'node_density_km': 18.08633667889204, 'intersection_density_km': 15.546553230366772, 'edge_density_km': 11327.019656978613, 'street_density_km': 5666.774681630825, 'circuity_avg': 1.030973130445934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030973130445934\n", - "1861\n", - "13005784.262665022\n", - "{'n': 519, 'm': 1363, 'k_avg': 5.252408477842004, 'intersection_count': 421, 'streets_per_node_avg': 2.74373795761079, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 358, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18882466281310212, 2: 0.0, 3: 0.6897880539499036, 4: 0.12138728323699421}, 'edge_length_total': 186005.0360000005, 'edge_length_avg': 136.46737784299376, 'street_length_total': 93125.13599999997, 'street_length_avg': 136.3471976573938, 'street_segments_count': 683, 'node_density_km': 39.90532131844323, 'intersection_density_km': 32.37021247603969, 'edge_density_km': 14301.71623974686, 'street_density_km': 7160.28607881257, 'circuity_avg': 1.0258489404542752, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258489404542752\n", - "1862\n", - "7996374.02501722\n", - "{'n': 763, 'm': 1743, 'k_avg': 4.568807339449541, 'intersection_count': 523, 'streets_per_node_avg': 2.419397116644823, 'streets_per_node_counts': {0: 0, 1: 240, 2: 6, 3: 475, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3145478374836173, 2: 0.007863695937090432, 3: 0.6225425950196593, 4: 0.053735255570117955, 5: 0.001310615989515072}, 'edge_length_total': 147977.8170000002, 'edge_length_avg': 84.8983459552497, 'street_length_total': 74657.833, 'street_length_avg': 83.04542046718576, 'street_segments_count': 899, 'node_density_km': 95.4182480225288, 'intersection_density_km': 65.40464445056692, 'edge_density_km': 18505.6147370097, 'street_density_km': 9336.460846682223, 'circuity_avg': 1.0972202050670374, 'self_loop_proportion': 0.0011474469305794606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0972202050670374\n", - "1863\n", - "30984514.362156313\n", - "{'n': 1431, 'm': 3867, 'k_avg': 5.40461215932914, 'intersection_count': 1243, 'streets_per_node_avg': 2.907058001397624, 'streets_per_node_counts': {0: 0, 1: 188, 2: 1, 3: 1014, 4: 212, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13137665967854648, 2: 0.0006988120195667365, 3: 0.7085953878406709, 4: 0.14814814814814814, 5: 0.011180992313067784}, 'edge_length_total': 261993.17599999954, 'edge_length_avg': 67.75101525730528, 'street_length_total': 137359.77800000002, 'street_length_avg': 66.48585575992257, 'street_segments_count': 2066, 'node_density_km': 46.184361106133274, 'intersection_density_km': 40.11681401462171, 'edge_density_km': 8455.616665078063, 'street_density_km': 4433.175114332846, 'circuity_avg': 1.0607149065323709, 'self_loop_proportion': 0.001034393586759762, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607149065323709\n", - "1864\n", - "7998977.25255871\n", - "{'n': 150, 'm': 456, 'k_avg': 6.08, 'intersection_count': 130, 'streets_per_node_avg': 3.0933333333333333, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 76, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.5066666666666667, 4: 0.36}, 'edge_length_total': 89035.98000000003, 'edge_length_avg': 195.25434210526322, 'street_length_total': 44517.99000000001, 'street_length_avg': 195.25434210526322, 'street_segments_count': 228, 'node_density_km': 18.75239737080363, 'intersection_density_km': 16.252077721363147, 'edge_density_km': 11130.9205150595, 'street_density_km': 5565.46025752975, 'circuity_avg': 1.048238673957166, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048238673957166\n", - "1865\n", - "7998031.948671915\n", - "{'n': 1045, 'm': 2791, 'k_avg': 5.3416267942583735, 'intersection_count': 853, 'streets_per_node_avg': 2.8047846889952153, 'streets_per_node_counts': {0: 0, 1: 192, 2: 3, 3: 667, 4: 183}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18373205741626794, 2: 0.0028708133971291866, 3: 0.6382775119617224, 4: 0.17511961722488037}, 'edge_length_total': 167256.59500000018, 'edge_length_avg': 59.92712110354718, 'street_length_total': 86353.66199999997, 'street_length_avg': 59.80170498614956, 'street_segments_count': 1444, 'node_density_km': 130.65714249535148, 'intersection_density_km': 106.65123688855006, 'edge_density_km': 20912.21891502614, 'street_density_km': 10796.863847779343, 'circuity_avg': 1.0819584288968989, 'self_loop_proportion': 0.005016123253314225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0819584288968989\n", - "1866\n", - "24988756.10528677\n", - "{'n': 1568, 'm': 4337, 'k_avg': 5.531887755102041, 'intersection_count': 1388, 'streets_per_node_avg': 2.889668367346939, 'streets_per_node_counts': {0: 0, 1: 180, 2: 1, 3: 1202, 4: 182, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11479591836734694, 2: 0.0006377551020408163, 3: 0.7665816326530612, 4: 0.11607142857142858, 5: 0.001913265306122449}, 'edge_length_total': 341514.0920000007, 'edge_length_avg': 78.74431450311292, 'street_length_total': 174797.28199999998, 'street_length_avg': 77.82603829029385, 'street_segments_count': 2246, 'node_density_km': 62.74822137578367, 'intersection_density_km': 55.544981677033, 'edge_density_km': 13666.710362095533, 'street_density_km': 6995.0373385339835, 'circuity_avg': 1.0617706547718346, 'self_loop_proportion': 0.00276688955499193, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0617706547718346\n", - "1867\n", - "6999382.573295736\n", - "{'n': 273, 'm': 720, 'k_avg': 5.274725274725275, 'intersection_count': 231, 'streets_per_node_avg': 2.791208791208791, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 204, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.7472527472527473, 4: 0.0989010989010989}, 'edge_length_total': 105306.29999999994, 'edge_length_avg': 146.25874999999994, 'street_length_total': 52653.15000000004, 'street_length_avg': 146.2587500000001, 'street_segments_count': 360, 'node_density_km': 39.00344025222427, 'intersection_density_km': 33.00291098265131, 'edge_density_km': 15045.084176676932, 'street_density_km': 7522.542088338476, 'circuity_avg': 1.0453397887107077, 'self_loop_proportion': 0.008333333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453397887107077\n", - "1868\n", - "17991698.99124024\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1275, 'm': 3682, 'k_avg': 5.775686274509804, 'intersection_count': 1155, 'streets_per_node_avg': 3.072941176470588, 'streets_per_node_counts': {0: 0, 1: 120, 2: 1, 3: 827, 4: 321, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09411764705882353, 2: 0.000784313725490196, 3: 0.6486274509803922, 4: 0.25176470588235295, 5: 0.00392156862745098, 6: 0.000784313725490196}, 'edge_length_total': 373901.07400000194, 'edge_length_avg': 101.54836338946278, 'street_length_total': 190328.06800000006, 'street_length_avg': 98.61557927461143, 'street_segments_count': 1930, 'node_density_km': 70.8660144114666, 'intersection_density_km': 64.19627187862268, 'edge_density_km': 20781.865802781944, 'street_density_km': 10578.66008611341, 'circuity_avg': 1.031740822430802, 'self_loop_proportion': 0.0010863661053775121, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031740822430802\n", - "1869\n", - "17003106.403215747\n", - "{'n': 1082, 'm': 2762, 'k_avg': 5.105360443622921, 'intersection_count': 867, 'streets_per_node_avg': 2.686691312384473, 'streets_per_node_counts': {0: 0, 1: 215, 2: 5, 3: 766, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1987060998151571, 2: 0.0046210720887245845, 3: 0.7079482439926063, 4: 0.08872458410351201}, 'edge_length_total': 256224.337, 'edge_length_avg': 92.76768175235337, 'street_length_total': 131162.42700000017, 'street_length_avg': 91.59387360335208, 'street_segments_count': 1432, 'node_density_km': 63.635430746664305, 'intersection_density_km': 50.99068249293711, 'edge_density_km': 15069.266222526318, 'street_density_km': 7714.027301222664, 'circuity_avg': 1.0743872452742371, 'self_loop_proportion': 0.000724112961622013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0743872452742371\n", - "1870\n", - "10002673.534880197\n", - "{'n': 339, 'm': 873, 'k_avg': 5.150442477876106, 'intersection_count': 291, 'streets_per_node_avg': 2.8613569321533925, 'streets_per_node_counts': {0: 0, 1: 48, 2: 6, 3: 230, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1415929203539823, 2: 0.017699115044247787, 3: 0.6784660766961652, 4: 0.16224188790560473}, 'edge_length_total': 102376.0269999998, 'edge_length_avg': 117.2692176403205, 'street_length_total': 54617.359, 'street_length_avg': 115.7147436440678, 'street_segments_count': 472, 'node_density_km': 33.89093913920887, 'intersection_density_km': 29.092222092949207, 'edge_density_km': 10234.866372775803, 'street_density_km': 5460.276076145492, 'circuity_avg': 1.0539746330155937, 'self_loop_proportion': 0.018327605956471937, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539746330155937\n", - "1871\n", - "6997421.253095105\n", - "{'n': 260, 'm': 661, 'k_avg': 5.084615384615384, 'intersection_count': 196, 'streets_per_node_avg': 2.6423076923076922, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 163, 4: 31, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24615384615384617, 2: 0.0, 3: 0.6269230769230769, 4: 0.11923076923076924, 5: 0.007692307692307693}, 'edge_length_total': 89563.89100000006, 'edge_length_avg': 135.4975658093798, 'street_length_total': 44833.34800000003, 'street_length_avg': 135.0402048192772, 'street_segments_count': 332, 'node_density_km': 37.15654533232462, 'intersection_density_km': 28.010318788983174, 'edge_density_km': 12799.55683108032, 'street_density_km': 6407.124336007255, 'circuity_avg': 1.1358451408234622, 'self_loop_proportion': 0.006051437216338881, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1358451408234622\n", - "1872\n", - "16007847.318151714\n", - "{'n': 965, 'm': 2578, 'k_avg': 5.34300518134715, 'intersection_count': 807, 'streets_per_node_avg': 2.784455958549223, 'streets_per_node_counts': {0: 0, 1: 158, 2: 3, 3: 695, 4: 107, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16373056994818652, 2: 0.0031088082901554403, 3: 0.7202072538860104, 4: 0.11088082901554404, 5: 0.002072538860103627}, 'edge_length_total': 251401.99399999977, 'edge_length_avg': 97.51822885958099, 'street_length_total': 127725.20700000011, 'street_length_avg': 97.35152972560984, 'street_segments_count': 1312, 'node_density_km': 60.28293378996446, 'intersection_density_km': 50.412774682384786, 'edge_density_km': 15704.922030017648, 'street_density_km': 7978.912121130064, 'circuity_avg': 1.0852973660187348, 'self_loop_proportion': 0.003878975950349108, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0852973660187348\n", - "1873\n", - "23001594.960510075\n", - "{'n': 2140, 'm': 5728, 'k_avg': 5.353271028037383, 'intersection_count': 1823, 'streets_per_node_avg': 2.8953271028037384, 'streets_per_node_counts': {0: 0, 1: 317, 2: 7, 3: 1410, 4: 396, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14813084112149533, 2: 0.0032710280373831778, 3: 0.6588785046728972, 4: 0.18504672897196262, 5: 0.004205607476635514, 6: 0.00046728971962616824}, 'edge_length_total': 487694.4169999987, 'edge_length_avg': 85.14218173882658, 'street_length_total': 252422.65900000036, 'street_length_avg': 82.92465801576884, 'street_segments_count': 3044, 'node_density_km': 93.03702650507607, 'intersection_density_km': 79.2553735134363, 'edge_density_km': 21202.634766732008, 'street_density_km': 10974.137203675145, 'circuity_avg': 1.0469310890162011, 'self_loop_proportion': 0.0024441340782122905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469310890162011\n", - "1874\n", - "6000861.145396732\n", - "{'n': 301, 'm': 850, 'k_avg': 5.647840531561462, 'intersection_count': 260, 'streets_per_node_avg': 2.9302325581395348, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 201, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1362126245847176, 2: 0.0, 3: 0.6677740863787376, 4: 0.1893687707641196, 5: 0.006644518272425249}, 'edge_length_total': 90681.70800000007, 'edge_length_avg': 106.68436235294126, 'street_length_total': 45340.854, 'street_length_avg': 106.68436235294118, 'street_segments_count': 425, 'node_density_km': 50.15946756756695, 'intersection_density_km': 43.327114842416634, 'edge_density_km': 15111.449140855746, 'street_density_km': 7555.724570427868, 'circuity_avg': 1.0256558064099466, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0256558064099466\n", - "1875\n", - "10994374.459284104\n", - "{'n': 213, 'm': 615, 'k_avg': 5.774647887323944, 'intersection_count': 179, 'streets_per_node_avg': 2.9577464788732395, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 120, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1596244131455399, 2: 0.0, 3: 0.5633802816901409, 4: 0.27699530516431925}, 'edge_length_total': 104941.69999999994, 'edge_length_avg': 170.6369105691056, 'street_length_total': 52523.33099999999, 'street_length_avg': 170.53029545454544, 'street_segments_count': 308, 'node_density_km': 19.37354424199496, 'intersection_density_km': 16.28105361181736, 'edge_density_km': 9545.035998967893, 'street_density_km': 4777.291440682841, 'circuity_avg': 1.0342269931332855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342269931332855\n", - "1876\n", - "86965258.19603403\n", - "{'n': 12676, 'm': 35383, 'k_avg': 5.5826759230041025, 'intersection_count': 10948, 'streets_per_node_avg': 2.9654465130956136, 'streets_per_node_counts': {0: 0, 1: 1728, 2: 25, 3: 7995, 4: 2823, 5: 95, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13632060586935943, 2: 0.0019722309876932785, 3: 0.6307194698643105, 4: 0.222704323130325, 5: 0.007494477753234459, 6: 0.0007888923950773115}, 'edge_length_total': 2337359.269999992, 'edge_length_avg': 66.05882118531476, 'street_length_total': 1208145.2599999972, 'street_length_avg': 64.65856355365251, 'street_segments_count': 18685, 'node_density_km': 145.75935566621567, 'intersection_density_km': 125.8893519906697, 'edge_density_km': 26876.931299751897, 'street_density_km': 13892.274743514688, 'circuity_avg': 1.0479736388773258, 'self_loop_proportion': 0.002911002458807902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479736388773258\n", - "1877\n", - "13999229.01171769\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1623, 'm': 4115, 'k_avg': 5.070856438693777, 'intersection_count': 1222, 'streets_per_node_avg': 2.5939617991374, 'streets_per_node_counts': {0: 0, 1: 401, 2: 0, 3: 1084, 4: 135, 5: 2, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24707332101047444, 2: 0.0, 3: 0.6678989525569933, 4: 0.08317929759704251, 5: 0.0012322858903265558, 6: 0.0, 7: 0.0006161429451632779}, 'edge_length_total': 298425.1550000013, 'edge_length_avg': 72.52130133657383, 'street_length_total': 151452.06800000017, 'street_length_avg': 72.46510430622018, 'street_segments_count': 2090, 'node_density_km': 115.93495603518666, 'intersection_density_km': 87.29052142636975, 'edge_density_km': 21317.256453924165, 'street_density_km': 10818.600643880543, 'circuity_avg': 1.0581810529682734, 'self_loop_proportion': 0.003402187120291616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581810529682734\n", - "1878\n", - "14991818.442122757\n", - "{'n': 423, 'm': 1150, 'k_avg': 5.4373522458628845, 'intersection_count': 327, 'streets_per_node_avg': 2.773049645390071, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 231, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22695035460992907, 2: 0.0, 3: 0.5460992907801419, 4: 0.22695035460992907}, 'edge_length_total': 189494.5680000003, 'edge_length_avg': 164.77788521739157, 'street_length_total': 94747.28399999997, 'street_length_avg': 164.77788521739126, 'street_segments_count': 575, 'node_density_km': 28.215389722936475, 'intersection_density_km': 21.811897019858694, 'edge_density_km': 12639.865452717484, 'street_density_km': 6319.93272635873, 'circuity_avg': 1.0182642767321795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0182642767321795\n", - "1879\n", - "8995252.470292052\n", - "{'n': 386, 'm': 1134, 'k_avg': 5.875647668393782, 'intersection_count': 364, 'streets_per_node_avg': 3.1191709844559585, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 276, 4: 86, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05699481865284974, 2: 0.0, 3: 0.7150259067357513, 4: 0.22279792746113988, 5: 0.0051813471502590676}, 'edge_length_total': 152905.14299999984, 'edge_length_avg': 134.83698677248663, 'street_length_total': 76771.90800000008, 'street_length_avg': 131.68423327615795, 'street_segments_count': 583, 'node_density_km': 42.91152485989841, 'intersection_density_km': 40.46579028239125, 'edge_density_km': 16998.427059717134, 'street_density_km': 8534.7140898545, 'circuity_avg': 1.0302043796851685, 'self_loop_proportion': 0.001763668430335097, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302043796851685\n", - "1880\n", - "14009549.855953328\n", - "{'n': 795, 'm': 2010, 'k_avg': 5.056603773584905, 'intersection_count': 638, 'streets_per_node_avg': 2.6767295597484275, 'streets_per_node_counts': {0: 0, 1: 157, 2: 1, 3: 580, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19748427672955976, 2: 0.0012578616352201257, 3: 0.7295597484276729, 4: 0.07044025157232704, 5: 0.0012578616352201257}, 'edge_length_total': 170151.833, 'edge_length_avg': 84.65265323383085, 'street_length_total': 87185.68500000006, 'street_length_avg': 83.03398571428576, 'street_segments_count': 1050, 'node_density_km': 56.74700530525372, 'intersection_density_km': 45.5403640059772, 'edge_density_km': 12145.417572263706, 'street_density_km': 6223.303810361236, 'circuity_avg': 1.0740132378282499, 'self_loop_proportion': 0.0009950248756218905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740132378282499\n", - "1881\n", - "11994790.637141326\n", - "{'n': 542, 'm': 1239, 'k_avg': 4.571955719557195, 'intersection_count': 410, 'streets_per_node_avg': 2.5608856088560885, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 384, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24354243542435425, 2: 0.0, 3: 0.7084870848708487, 4: 0.04797047970479705}, 'edge_length_total': 159134.18900000007, 'edge_length_avg': 128.43760209846656, 'street_length_total': 82949.87499999994, 'street_length_avg': 123.62127421758561, 'street_segments_count': 671, 'node_density_km': 45.18628264521112, 'intersection_density_km': 34.18150532202318, 'edge_density_km': 13266.941776144742, 'street_density_km': 6915.491692130866, 'circuity_avg': 1.1026981969771796, 'self_loop_proportion': 0.00645682001614205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1026981969771796\n", - "1882\n", - "62966747.751504555\n", - "{'n': 6817, 'm': 17309, 'k_avg': 5.0781868857268595, 'intersection_count': 5650, 'streets_per_node_avg': 2.8216224145518556, 'streets_per_node_counts': {0: 0, 1: 1167, 2: 24, 3: 4503, 4: 1106, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17118967287663195, 2: 0.003520610239108112, 3: 0.6605544961126595, 4: 0.1622414551855655, 5: 0.00220038139944257, 6: 0.00029338418659234265}, 'edge_length_total': 1362813.2600000023, 'edge_length_avg': 78.73437286960554, 'street_length_total': 733968.5530000015, 'street_length_avg': 76.79905336402652, 'street_segments_count': 9557, 'node_density_km': 108.26349213561076, 'intersection_density_km': 89.72990033243374, 'edge_density_km': 21643.380175490143, 'street_density_km': 11656.446921739955, 'circuity_avg': 1.0590949322004581, 'self_loop_proportion': 0.0028308972210988504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590949322004581\n", - "1883\n", - "23998853.575037323\n", - "{'n': 1297, 'm': 3490, 'k_avg': 5.381649961449499, 'intersection_count': 1103, 'streets_per_node_avg': 2.9344641480339244, 'streets_per_node_counts': {0: 0, 1: 194, 2: 3, 3: 796, 4: 302, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14957594448727835, 2: 0.002313030069390902, 3: 0.6137239784117193, 4: 0.2328450269853508, 5: 0.0015420200462606013}, 'edge_length_total': 361556.1739999997, 'edge_length_avg': 103.59775759312312, 'street_length_total': 185421.4220000002, 'street_length_avg': 99.04990491453002, 'street_segments_count': 1872, 'node_density_km': 54.04424823646948, 'intersection_density_km': 45.960528762394624, 'edge_density_km': 15065.560230596866, 'street_density_km': 7726.261649134289, 'circuity_avg': 1.0518903206899137, 'self_loop_proportion': 0.0040114613180515755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518903206899137\n", - "1884\n", - "22010493.3753303\n", - "{'n': 851, 'm': 2173, 'k_avg': 5.106933019976498, 'intersection_count': 708, 'streets_per_node_avg': 2.737955346650999, 'streets_per_node_counts': {0: 0, 1: 143, 2: 3, 3: 639, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16803760282021152, 2: 0.0035252643948296123, 3: 0.7508813160987075, 4: 0.07755581668625147}, 'edge_length_total': 261959.5509999994, 'edge_length_avg': 120.55202531063019, 'street_length_total': 136076.40799999976, 'street_length_avg': 118.2245073848825, 'street_segments_count': 1151, 'node_density_km': 38.66337684887218, 'intersection_density_km': 32.166475686253236, 'edge_density_km': 11901.575604552678, 'street_density_km': 6182.3424709105475, 'circuity_avg': 1.0855907570375056, 'self_loop_proportion': 0.0027611596870685687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855907570375056\n", - "1885\n", - "39024220.605341375\n", - "{'n': 4331, 'm': 12580, 'k_avg': 5.809281921034403, 'intersection_count': 3698, 'streets_per_node_avg': 2.9565920110828907, 'streets_per_node_counts': {0: 0, 1: 633, 2: 1, 3: 2643, 4: 1031, 5: 21, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.146155622258139, 2: 0.00023089355806972986, 3: 0.610251673978296, 4: 0.23805125836989147, 5: 0.004848764719464327, 6: 0.0004617871161394597}, 'edge_length_total': 936297.2049999953, 'edge_length_avg': 74.42744077901393, 'street_length_total': 472266.17099999974, 'street_length_avg': 74.3960571833648, 'street_segments_count': 6348, 'node_density_km': 110.98235743899012, 'intersection_density_km': 94.76166192781932, 'edge_density_km': 23992.720174194616, 'street_density_km': 12101.873238574279, 'circuity_avg': 1.0558803853813985, 'self_loop_proportion': 0.0025437201907790143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558803853813985\n", - "1886\n", - "11996742.420000555\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 425, 'm': 1145, 'k_avg': 5.3882352941176475, 'intersection_count': 358, 'streets_per_node_avg': 2.828235294117647, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 298, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15764705882352942, 2: 0.0, 3: 0.7011764705882353, 4: 0.1388235294117647, 5: 0.002352941176470588}, 'edge_length_total': 127175.25099999974, 'edge_length_avg': 111.07008820960677, 'street_length_total': 63757.05600000007, 'street_length_avg': 109.7367573149743, 'street_segments_count': 581, 'node_density_km': 35.42628366275954, 'intersection_density_km': 29.841434238277447, 'edge_density_km': 10600.815333667377, 'street_density_km': 5314.5307090787, 'circuity_avg': 1.101091035411419, 'self_loop_proportion': 0.005240174672489083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101091035411419\n", - "1887\n", - "6002203.87849632\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 7, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 2, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.25, 3: 0.625}, 'edge_length_total': 5710.008, 'edge_length_avg': 407.8577142857143, 'street_length_total': 2961.332, 'street_length_avg': 370.1665, 'street_segments_count': 8, 'node_density_km': 1.3328437623821887, 'intersection_density_km': 1.166238292084415, 'edge_density_km': 951.3185682440495, 'street_density_km': 493.3741105678464, 'circuity_avg': 1.0130571589086341, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0130571589086341\n", - "1888\n", - "4997645.370513432\n", - "{'n': 171, 'm': 385, 'k_avg': 4.502923976608187, 'intersection_count': 126, 'streets_per_node_avg': 2.491228070175439, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 123, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2631578947368421, 2: 0.0, 3: 0.7192982456140351, 4: 0.017543859649122806}, 'edge_length_total': 47107.58900000004, 'edge_length_avg': 122.35737402597414, 'street_length_total': 23725.457, 'street_length_avg': 118.62728499999999, 'street_segments_count': 200, 'node_density_km': 34.216113253836646, 'intersection_density_km': 25.211872923879636, 'edge_density_km': 9425.956727129771, 'street_density_km': 4747.327039245798, 'circuity_avg': 1.0897773470052887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0897773470052887\n", - "1889\n", - "8999372.247628901\n", - "{'n': 289, 'm': 664, 'k_avg': 4.595155709342561, 'intersection_count': 208, 'streets_per_node_avg': 2.4948096885813147, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 192, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28027681660899656, 2: 0.0, 3: 0.6643598615916955, 4: 0.05536332179930796}, 'edge_length_total': 79615.34400000006, 'edge_length_avg': 119.90262650602418, 'street_length_total': 40691.78000000002, 'street_length_avg': 117.2673775216139, 'street_segments_count': 347, 'node_density_km': 32.1133510258056, 'intersection_density_km': 23.11272322964555, 'edge_density_km': 8846.766397620302, 'street_density_km': 4521.624273373205, 'circuity_avg': 1.0516671801208064, 'self_loop_proportion': 0.006024096385542169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516671801208064\n", - "1890\n", - "7004200.973236462\n", - "{'n': 85, 'm': 204, 'k_avg': 4.8, 'intersection_count': 64, 'streets_per_node_avg': 2.5647058823529414, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 59, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24705882352941178, 2: 0.0, 3: 0.6941176470588235, 4: 0.058823529411764705}, 'edge_length_total': 26629.261999999984, 'edge_length_avg': 130.5355980392156, 'street_length_total': 13314.631000000005, 'street_length_avg': 130.53559803921573, 'street_segments_count': 102, 'node_density_km': 12.135574111135716, 'intersection_density_km': 9.13737344838454, 'edge_density_km': 3801.8986179511758, 'street_density_km': 1900.9493089755897, 'circuity_avg': 1.0993970003767541, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0993970003767541\n", - "1891\n", - "9998231.347959984\n", - "{'n': 199, 'm': 596, 'k_avg': 5.989949748743719, 'intersection_count': 175, 'streets_per_node_avg': 3.0954773869346734, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 110, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12060301507537688, 2: 0.0, 3: 0.5527638190954773, 4: 0.3165829145728643, 5: 0.010050251256281407}, 'edge_length_total': 121341.42200000004, 'edge_length_avg': 203.59298993288596, 'street_length_total': 60670.71100000004, 'street_length_avg': 203.59298993288604, 'street_segments_count': 298, 'node_density_km': 19.903520240167627, 'intersection_density_km': 17.50309568858962, 'edge_density_km': 12136.288687174481, 'street_density_km': 6068.144343587243, 'circuity_avg': 1.0172331303574462, 'self_loop_proportion': 0.003355704697986577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0172331303574462\n", - "1892\n", - "10993306.159956865\n", - "{'n': 421, 'm': 1285, 'k_avg': 6.104513064133017, 'intersection_count': 386, 'streets_per_node_avg': 3.2209026128266034, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 224, 4: 161, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0831353919239905, 2: 0.0, 3: 0.5320665083135392, 4: 0.3824228028503563, 5: 0.0023752969121140144}, 'edge_length_total': 177844.73999999993, 'edge_length_avg': 138.40057587548634, 'street_length_total': 89339.2480000001, 'street_length_avg': 135.15771255673238, 'street_segments_count': 661, 'node_density_km': 38.29603159179658, 'intersection_density_km': 35.112275996279045, 'edge_density_km': 16177.548174524574, 'street_density_km': 8126.695163409389, 'circuity_avg': 1.0205054564762086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205054564762086\n", - "1893\n", - "8995695.601513678\n", - "{'n': 993, 'm': 2914, 'k_avg': 5.8690835850956695, 'intersection_count': 889, 'streets_per_node_avg': 3.0352467270896275, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 672, 4: 198, 5: 14, 6: 4, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10473313192346426, 2: 0.0, 3: 0.676737160120846, 4: 0.19939577039274925, 5: 0.014098690835850957, 6: 0.004028197381671702, 7: 0.0, 8: 0.0010070493454179255}, 'edge_length_total': 223128.5310000002, 'edge_length_avg': 76.5712185998628, 'street_length_total': 112726.39300000017, 'street_length_avg': 76.47652170963377, 'street_segments_count': 1474, 'node_density_km': 110.38612731992744, 'intersection_density_km': 98.82504248480915, 'edge_density_km': 24803.921884868476, 'street_density_km': 12531.148006056592, 'circuity_avg': 1.0491496717944642, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491496717944642\n", - "1894\n", - "6996282.388518589\n", - "{'n': 310, 'm': 831, 'k_avg': 5.361290322580645, 'intersection_count': 264, 'streets_per_node_avg': 2.8193548387096774, 'streets_per_node_counts': {0: 0, 1: 46, 2: 1, 3: 226, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14838709677419354, 2: 0.0032258064516129032, 3: 0.7290322580645161, 4: 0.11935483870967742}, 'edge_length_total': 90113.44899999998, 'edge_length_avg': 108.439770156438, 'street_length_total': 45571.87200000001, 'street_length_avg': 106.22813986013989, 'street_segments_count': 429, 'node_density_km': 44.30924636614621, 'intersection_density_km': 37.734325937621286, 'edge_density_km': 12880.190363368229, 'street_density_km': 6513.726786498325, 'circuity_avg': 1.042990407446485, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042990407446485\n", - "1895\n", - "6999248.733478829\n", - "{'n': 204, 'm': 554, 'k_avg': 5.431372549019608, 'intersection_count': 169, 'streets_per_node_avg': 2.823529411764706, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 135, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1715686274509804, 2: 0.0, 3: 0.6617647058823529, 4: 0.16666666666666666}, 'edge_length_total': 91613.34600000003, 'edge_length_avg': 165.3670505415163, 'street_length_total': 45806.67299999998, 'street_length_avg': 165.36705054151616, 'street_segments_count': 277, 'node_density_km': 29.14598520041537, 'intersection_density_km': 24.14544852387352, 'edge_density_km': 13089.0256209634, 'street_density_km': 6544.512810481696, 'circuity_avg': 1.020382321565292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020382321565292\n", - "1896\n", - "64979656.44873865\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4646, 'm': 12409, 'k_avg': 5.341799397331037, 'intersection_count': 3802, 'streets_per_node_avg': 2.8146792940163583, 'streets_per_node_counts': {0: 0, 1: 844, 2: 2, 3: 2987, 4: 800, 5: 11, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1816616444253121, 2: 0.00043047783039173483, 3: 0.6429186396900559, 4: 0.17219113215669393, 5: 0.0023676280671545416, 6: 0.00021523891519586742, 7: 0.00021523891519586742}, 'edge_length_total': 1230843.8460000004, 'edge_length_avg': 99.18960802643245, 'street_length_total': 635286.7950000004, 'street_length_avg': 98.23516236276487, 'street_segments_count': 6467, 'node_density_km': 71.49930076446542, 'intersection_density_km': 58.51062021233266, 'edge_density_km': 18941.987589161727, 'street_density_km': 9776.702890098648, 'circuity_avg': 1.0346137477636654, 'self_loop_proportion': 0.0011282133935047144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0346137477636654\n", - "1897\n", - "5999621.7561589815\n", - "{'n': 513, 'm': 1354, 'k_avg': 5.278752436647173, 'intersection_count': 399, 'streets_per_node_avg': 2.6978557504873293, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 328, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6393762183235867, 4: 0.13450292397660818, 5: 0.003898635477582846}, 'edge_length_total': 97215.08600000008, 'edge_length_avg': 71.79843870014777, 'street_length_total': 48607.54300000002, 'street_length_avg': 71.79843870014774, 'street_segments_count': 677, 'node_density_km': 85.5053903145434, 'intersection_density_km': 66.50419246686708, 'edge_density_km': 16203.535814604114, 'street_density_km': 8101.767907302054, 'circuity_avg': 1.0407873081563033, 'self_loop_proportion': 0.0014771048744460858, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407873081563033\n", - "1898\n", - "35014230.178302296\n", - "{'n': 2402, 'm': 5940, 'k_avg': 4.945878434637802, 'intersection_count': 1914, 'streets_per_node_avg': 2.7027477102414657, 'streets_per_node_counts': {0: 0, 1: 488, 2: 1, 3: 1657, 4: 250, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2031640299750208, 2: 0.00041631973355537054, 3: 0.6898417985012489, 4: 0.10407993338884262, 5: 0.0020815986677768525, 6: 0.00041631973355537054}, 'edge_length_total': 631194.4859999992, 'edge_length_avg': 106.26169797979784, 'street_length_total': 326804.7900000001, 'street_length_avg': 102.801129285939, 'street_segments_count': 3179, 'node_density_km': 68.60068000262582, 'intersection_density_km': 54.66348939426554, 'edge_density_km': 18026.798898213085, 'street_density_km': 9333.484938432697, 'circuity_avg': 1.0600261681802425, 'self_loop_proportion': 0.003703703703703704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600261681802425\n", - "1899\n", - "7996185.560690668\n", - "{'n': 257, 'm': 667, 'k_avg': 5.190661478599222, 'intersection_count': 230, 'streets_per_node_avg': 2.914396887159533, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 199, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10505836575875487, 2: 0.0, 3: 0.77431906614786, 4: 0.11673151750972763, 5: 0.0038910505836575876}, 'edge_length_total': 79949.65299999987, 'edge_length_avg': 119.86454722638662, 'street_length_total': 41907.048, 'street_length_avg': 115.76532596685084, 'street_segments_count': 362, 'node_density_km': 32.140324664726975, 'intersection_density_km': 28.76371468049496, 'edge_density_km': 9998.473946506845, 'street_density_km': 5240.879877277422, 'circuity_avg': 1.0507521282312517, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507521282312517\n", - "1900\n", - "10993921.445021432\n", - "{'n': 342, 'm': 955, 'k_avg': 5.584795321637427, 'intersection_count': 310, 'streets_per_node_avg': 3.046783625730994, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 232, 4: 77, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0935672514619883, 2: 0.0, 3: 0.6783625730994152, 4: 0.22514619883040934, 5: 0.0, 6: 0.0029239766081871343}, 'edge_length_total': 132802.284, 'edge_length_avg': 139.0599832460733, 'street_length_total': 67882.17700000005, 'street_length_avg': 132.5823769531251, 'street_segments_count': 512, 'node_density_km': 31.108099299260846, 'intersection_density_km': 28.197399949622405, 'edge_density_km': 12079.610052165615, 'street_density_km': 6174.51901393568, 'circuity_avg': 1.0182068600422387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0182068600422387\n", - "1901\n", - "3998220.7166824536\n", - "{'n': 58, 'm': 142, 'k_avg': 4.896551724137931, 'intersection_count': 44, 'streets_per_node_avg': 2.6206896551724137, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 38, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.6551724137931034, 4: 0.10344827586206896}, 'edge_length_total': 31095.992000000002, 'edge_length_avg': 218.98585915492959, 'street_length_total': 15547.996, 'street_length_avg': 218.98585915492956, 'street_segments_count': 71, 'node_density_km': 14.506452772353656, 'intersection_density_km': 11.004895206613117, 'edge_density_km': 7777.457575129089, 'street_density_km': 3888.728787564544, 'circuity_avg': 1.0283333134793429, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0283333134793429\n", - "1902\n", - "7995850.990645173\n", - "{'n': 439, 'm': 1170, 'k_avg': 5.330296127562642, 'intersection_count': 348, 'streets_per_node_avg': 2.7517084282460136, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 276, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2072892938496583, 2: 0.0, 3: 0.6287015945330297, 4: 0.16173120728929385, 5: 0.002277904328018223}, 'edge_length_total': 112617.63200000013, 'edge_length_avg': 96.25438632478644, 'street_length_total': 56308.815999999926, 'street_length_avg': 96.2543863247862, 'street_segments_count': 585, 'node_density_km': 54.90347437860117, 'intersection_density_km': 43.522571944768124, 'edge_density_km': 14084.508594739731, 'street_density_km': 7042.254297369848, 'circuity_avg': 1.035368880910883, 'self_loop_proportion': 0.0017094017094017094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035368880910883\n", - "1903\n", - "8996027.44936776\n", - "{'n': 656, 'm': 1775, 'k_avg': 5.411585365853658, 'intersection_count': 535, 'streets_per_node_avg': 2.7667682926829267, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 448, 4: 85, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18445121951219512, 2: 0.0, 3: 0.6829268292682927, 4: 0.12957317073170732, 5: 0.003048780487804878}, 'edge_length_total': 172179.7400000004, 'edge_length_avg': 97.00267042253543, 'street_length_total': 87023.43999999996, 'street_length_avg': 97.23289385474855, 'street_segments_count': 895, 'node_density_km': 72.9210758517754, 'intersection_density_km': 59.47069448277414, 'edge_density_km': 19139.530305913104, 'street_density_km': 9673.540959028081, 'circuity_avg': 1.0435241758687333, 'self_loop_proportion': 0.0022535211267605635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435241758687333\n", - "1904\n", - "11999127.088867288\n", - "{'n': 579, 'm': 1530, 'k_avg': 5.284974093264249, 'intersection_count': 454, 'streets_per_node_avg': 2.7132987910189983, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 373, 4: 78, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2158894645941278, 2: 0.0, 3: 0.6442141623488774, 4: 0.13471502590673576, 5: 0.0051813471502590676}, 'edge_length_total': 205525.17200000054, 'edge_length_avg': 134.33017777777815, 'street_length_total': 102762.58599999994, 'street_length_avg': 134.3301777777777, 'street_segments_count': 765, 'node_density_km': 48.25351008551217, 'intersection_density_km': 37.836085628363605, 'edge_density_km': 17128.343626819777, 'street_density_km': 8564.17181340986, 'circuity_avg': 1.0412675455875366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412675455875366\n", - "1905\n", - "7004004.929557258\n", - "{'n': 541, 'm': 1393, 'k_avg': 5.149722735674676, 'intersection_count': 447, 'streets_per_node_avg': 2.78003696857671, 'streets_per_node_counts': {0: 0, 1: 94, 2: 2, 3: 375, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17375231053604437, 2: 0.0036968576709796672, 3: 0.6931608133086876, 4: 0.12754158964879853, 5: 0.0018484288354898336}, 'edge_length_total': 110124.91899999998, 'edge_length_avg': 79.055936109117, 'street_length_total': 58498.347999999976, 'street_length_avg': 79.05182162162158, 'street_segments_count': 740, 'node_density_km': 77.2415218779976, 'intersection_density_km': 63.8206289823751, 'edge_density_km': 15723.135564235143, 'street_density_km': 8352.128330626092, 'circuity_avg': 1.0579644614069892, 'self_loop_proportion': 0.010050251256281407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579644614069892\n", - "1906\n", - "73041251.72855574\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 20731, 'm': 56273, 'k_avg': 5.428874632193334, 'intersection_count': 16565, 'streets_per_node_avg': 2.798610776132362, 'streets_per_node_counts': {0: 0, 1: 4166, 2: 22, 3: 12518, 4: 3915, 5: 87, 6: 20, 7: 0, 8: 0, 9: 0, 10: 0, 11: 0, 12: 0, 13: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.200955091409001, 2: 0.0010612126766677923, 3: 0.6038300130239738, 4: 0.18884761950701848, 5: 0.004196613766822632, 6: 0.0009647387969707201, 7: 0.0, 8: 0.0, 9: 0.0, 10: 0.0, 11: 0.0, 12: 0.0, 13: 0.00014471081954560802}, 'edge_length_total': 2433445.9699999983, 'edge_length_avg': 43.243579869564414, 'street_length_total': 1245398.9339999976, 'street_length_avg': 43.102337301861894, 'street_segments_count': 28894, 'node_density_km': 283.82591356789607, 'intersection_density_km': 226.7896511626163, 'edge_density_km': 33316.04966250372, 'street_density_km': 17050.624195602395, 'circuity_avg': 1.061803899761207, 'self_loop_proportion': 0.0024345600909850195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061803899761207\n", - "1907\n", - "5003821.402856588\n", - "{'n': 149, 'm': 409, 'k_avg': 5.489932885906041, 'intersection_count': 129, 'streets_per_node_avg': 2.859060402684564, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 110, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1342281879194631, 2: 0.0, 3: 0.738255033557047, 4: 0.12751677852348994}, 'edge_length_total': 52982.565, 'edge_length_avg': 129.54172371638143, 'street_length_total': 26831.154999999977, 'street_length_avg': 128.37873205741616, 'street_segments_count': 209, 'node_density_km': 29.777241832599916, 'intersection_density_km': 25.780296620170397, 'edge_density_km': 10588.42047594929, 'street_density_km': 5362.132826060213, 'circuity_avg': 1.0416684245168963, 'self_loop_proportion': 0.004889975550122249, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416684245168963\n", - "1908\n", - "4997870.841088556\n", - "{'n': 182, 'm': 530, 'k_avg': 5.824175824175824, 'intersection_count': 160, 'streets_per_node_avg': 3.0384615384615383, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 111, 4: 47, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12087912087912088, 2: 0.0, 3: 0.6098901098901099, 4: 0.25824175824175827, 5: 0.01098901098901099}, 'edge_length_total': 76183.50099999997, 'edge_length_avg': 143.7424547169811, 'street_length_total': 38131.470000000016, 'street_length_avg': 142.81449438202253, 'street_segments_count': 267, 'node_density_km': 36.415506880197746, 'intersection_density_km': 32.013632422151865, 'edge_density_km': 15243.191235291488, 'street_density_km': 7629.542901851948, 'circuity_avg': 1.050005522628185, 'self_loop_proportion': 0.007547169811320755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050005522628185\n", - "1909\n", - "6997507.945595242\n", - "{'n': 173, 'm': 395, 'k_avg': 4.566473988439307, 'intersection_count': 130, 'streets_per_node_avg': 2.531791907514451, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 125, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24855491329479767, 2: 0.0, 3: 0.7225433526011561, 4: 0.028901734104046242}, 'edge_length_total': 62670.94199999998, 'edge_length_avg': 158.6606126582278, 'street_length_total': 31769.12599999999, 'street_length_avg': 151.28155238095232, 'street_segments_count': 210, 'node_density_km': 24.723087325524112, 'intersection_density_km': 18.578042498948754, 'edge_density_km': 8956.180184039633, 'street_density_km': 4540.062869095828, 'circuity_avg': 1.0975980838470198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975980838470198\n", - "1910\n", - "7003358.740857478\n", - "{'n': 112, 'm': 270, 'k_avg': 4.821428571428571, 'intersection_count': 79, 'streets_per_node_avg': 2.5625, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 63, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29464285714285715, 2: 0.0, 3: 0.5625, 4: 0.13392857142857142, 5: 0.008928571428571428}, 'edge_length_total': 52497.43400000003, 'edge_length_avg': 194.43494074074084, 'street_length_total': 26293.591999999982, 'street_length_avg': 193.33523529411752, 'street_segments_count': 136, 'node_density_km': 15.992326559911014, 'intersection_density_km': 11.280301769937234, 'edge_density_km': 7496.036679333714, 'street_density_km': 3754.425979438067, 'circuity_avg': 1.0406364517077902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406364517077902\n", - "1911\n", - "9995434.211201522\n", - "{'n': 477, 'm': 1102, 'k_avg': 4.620545073375262, 'intersection_count': 332, 'streets_per_node_avg': 2.4633123689727463, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 298, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3039832285115304, 2: 0.0, 3: 0.6247379454926625, 4: 0.07127882599580712}, 'edge_length_total': 94755.36999999995, 'edge_length_avg': 85.98490925589832, 'street_length_total': 48216.512000000024, 'street_length_avg': 83.70922222222227, 'street_segments_count': 576, 'node_density_km': 47.72178876085676, 'intersection_density_km': 33.21516534298625, 'edge_density_km': 9479.865306282645, 'street_density_km': 4823.853669705066, 'circuity_avg': 1.064837942877645, 'self_loop_proportion': 0.003629764065335753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064837942877645\n", - "1912\n", - "9997804.969168428\n", - "{'n': 927, 'm': 2575, 'k_avg': 5.555555555555555, 'intersection_count': 766, 'streets_per_node_avg': 2.8932038834951457, 'streets_per_node_counts': {0: 0, 1: 161, 2: 3, 3: 553, 4: 197, 5: 10, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17367853290183388, 2: 0.003236245954692557, 3: 0.5965480043149946, 4: 0.21251348435814454, 5: 0.010787486515641856, 6: 0.003236245954692557}, 'edge_length_total': 178157.8250000002, 'edge_length_avg': 69.18750485436901, 'street_length_total': 90408.27499999998, 'street_length_avg': 68.6471336370539, 'street_segments_count': 1317, 'node_density_km': 92.72035240322393, 'intersection_density_km': 76.61681762769098, 'edge_density_km': 17819.693977769057, 'street_density_km': 9042.812425207743, 'circuity_avg': 1.0466135279260875, 'self_loop_proportion': 0.0003883495145631068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466135279260875\n", - "1913\n", - "6998951.575427002\n", - "{'n': 149, 'm': 436, 'k_avg': 5.852348993288591, 'intersection_count': 134, 'streets_per_node_avg': 3.12751677852349, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 85, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10067114093959731, 2: 0.0, 3: 0.5704697986577181, 4: 0.3288590604026846}, 'edge_length_total': 89458.8300000001, 'edge_length_avg': 205.18080275229383, 'street_length_total': 44729.41499999999, 'street_length_avg': 205.18080275229354, 'street_segments_count': 218, 'node_density_km': 21.288902829836996, 'intersection_density_km': 19.145724692605082, 'edge_density_km': 12781.747242556436, 'street_density_km': 6390.87362127821, 'circuity_avg': 1.0217420608917118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0217420608917118\n", - "1914\n", - "8995086.553709302\n", - "{'n': 917, 'm': 2201, 'k_avg': 4.800436205016358, 'intersection_count': 702, 'streets_per_node_avg': 2.623773173391494, 'streets_per_node_counts': {0: 0, 1: 215, 2: 3, 3: 612, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23446019629225737, 2: 0.003271537622682661, 3: 0.6673936750272628, 4: 0.09378407851690294, 5: 0.0010905125408942203}, 'edge_length_total': 156375.4049999997, 'edge_length_avg': 71.04743525670136, 'street_length_total': 82338.29999999993, 'street_length_avg': 69.07575503355699, 'street_segments_count': 1192, 'node_density_km': 101.94454433813725, 'intersection_density_km': 78.04260646169286, 'edge_density_km': 17384.535887041045, 'street_density_km': 9153.697355590883, 'circuity_avg': 1.0766413232508472, 'self_loop_proportion': 0.006360745115856429, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766413232508472\n", - "1915\n", - "9002526.110342892\n", - "{'n': 299, 'm': 785, 'k_avg': 5.250836120401337, 'intersection_count': 244, 'streets_per_node_avg': 2.722408026755853, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 217, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18394648829431437, 2: 0.0, 3: 0.725752508361204, 4: 0.0903010033444816}, 'edge_length_total': 120770.58299999996, 'edge_length_avg': 153.84787643312097, 'street_length_total': 60424.70800000003, 'street_length_avg': 153.75243765903315, 'street_segments_count': 393, 'node_density_km': 33.212900061070926, 'intersection_density_km': 27.103503728766906, 'edge_density_km': 13415.18830600759, 'street_density_km': 6711.972535195297, 'circuity_avg': 1.0551289739031062, 'self_loop_proportion': 0.0025477707006369425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551289739031062\n", - "1916\n", - "13994176.937058685\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 522, 'm': 1177, 'k_avg': 4.509578544061303, 'intersection_count': 368, 'streets_per_node_avg': 2.4482758620689653, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 349, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2950191570881226, 2: 0.0, 3: 0.6685823754789272, 4: 0.034482758620689655, 5: 0.0019157088122605363}, 'edge_length_total': 149062.76799999998, 'edge_length_avg': 126.64636193712828, 'street_length_total': 74712.59599999999, 'street_length_avg': 124.72887479131884, 'street_segments_count': 599, 'node_density_km': 37.301229100345694, 'intersection_density_km': 26.296651932810757, 'edge_density_km': 10651.77099521011, 'street_density_km': 5338.834597849753, 'circuity_avg': 1.0653555616701817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653555616701817\n", - "1917\n", - "16003248.368386213\n", - "{'n': 930, 'm': 2537, 'k_avg': 5.455913978494624, 'intersection_count': 791, 'streets_per_node_avg': 2.856989247311828, 'streets_per_node_counts': {0: 0, 1: 139, 2: 2, 3: 647, 4: 137, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14946236559139786, 2: 0.002150537634408602, 3: 0.6956989247311828, 4: 0.14731182795698924, 5: 0.005376344086021506}, 'edge_length_total': 192884.8790000001, 'edge_length_avg': 76.02872644856133, 'street_length_total': 99859.77000000006, 'street_length_avg': 76.34538990825693, 'street_segments_count': 1308, 'node_density_km': 58.11320168205215, 'intersection_density_km': 49.427465086562634, 'edge_density_km': 12052.857929833583, 'street_density_km': 6239.968767670262, 'circuity_avg': 1.0693373838918956, 'self_loop_proportion': 0.007883326763894364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693373838918956\n", - "1918\n", - "3999129.8695385125\n", - "{'n': 167, 'm': 453, 'k_avg': 5.425149700598802, 'intersection_count': 151, 'streets_per_node_avg': 2.964071856287425, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 126, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09580838323353294, 2: 0.0, 3: 0.7544910179640718, 4: 0.1437125748502994, 5: 0.005988023952095809}, 'edge_length_total': 66710.76599999997, 'edge_length_avg': 147.2643841059602, 'street_length_total': 33502.920000000006, 'street_length_avg': 146.30096069868998, 'street_segments_count': 229, 'node_density_km': 41.75908396274995, 'intersection_density_km': 37.75821364296552, 'edge_density_km': 16681.320231217745, 'street_density_km': 8377.552390882005, 'circuity_avg': 1.0261219244075215, 'self_loop_proportion': 0.004415011037527594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0261219244075215\n", - "1919\n", - "5001249.661423316\n", - "{'n': 130, 'm': 312, 'k_avg': 4.8, 'intersection_count': 101, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 95, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2230769230769231, 2: 0.0, 3: 0.7307692307692307, 4: 0.046153846153846156}, 'edge_length_total': 46307.16599999998, 'edge_length_avg': 148.4204038461538, 'street_length_total': 23833.97, 'street_length_avg': 148.9623125, 'street_segments_count': 160, 'node_density_km': 25.993503384312756, 'intersection_density_km': 20.194952629350677, 'edge_density_km': 9259.119047222555, 'street_density_km': 4765.602921973913, 'circuity_avg': 1.0483952822597036, 'self_loop_proportion': 0.00641025641025641, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483952822597036\n", - "1920\n", - "9003444.974101512\n", - "{'n': 785, 'm': 1970, 'k_avg': 5.019108280254777, 'intersection_count': 635, 'streets_per_node_avg': 2.742675159235669, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 542, 4: 89, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910828025477707, 2: 0.0, 3: 0.6904458598726114, 4: 0.11337579617834395, 5: 0.003821656050955414, 6: 0.0012738853503184713}, 'edge_length_total': 172016.16300000006, 'edge_length_avg': 87.31784923857872, 'street_length_total': 88670.197, 'street_length_avg': 84.28725950570342, 'street_segments_count': 1052, 'node_density_km': 87.18884851943443, 'intersection_density_km': 70.52855899342785, 'edge_density_km': 19105.593858218275, 'street_density_km': 9848.474362320267, 'circuity_avg': 1.0648131619660346, 'self_loop_proportion': 0.003045685279187817, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648131619660346\n", - "1921\n", - "18006793.892345812\n", - "{'n': 627, 'm': 1601, 'k_avg': 5.106858054226476, 'intersection_count': 533, 'streets_per_node_avg': 2.79585326953748, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 474, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14992025518341306, 2: 0.0, 3: 0.7559808612440191, 4: 0.09250398724082935, 5: 0.001594896331738437}, 'edge_length_total': 195744.74900000004, 'edge_length_avg': 122.26405309181764, 'street_length_total': 102001.91099999995, 'street_length_avg': 118.74494877764837, 'street_segments_count': 859, 'node_density_km': 34.82019085399319, 'intersection_density_km': 29.599938955627383, 'edge_density_km': 10870.605293216895, 'street_density_km': 5664.634782283932, 'circuity_avg': 1.0630081771232103, 'self_loop_proportion': 0.0037476577139287947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630081771232103\n", - "1922\n", - "19990152.241983525\n", - "{'n': 888, 'm': 2522, 'k_avg': 5.68018018018018, 'intersection_count': 754, 'streets_per_node_avg': 2.8783783783783785, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 597, 4: 154, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15090090090090091, 2: 0.0, 3: 0.6722972972972973, 4: 0.17342342342342343, 5: 0.0033783783783783786}, 'edge_length_total': 300079.60599999997, 'edge_length_avg': 118.98477636796193, 'street_length_total': 150773.9819999998, 'street_length_avg': 118.81322458628827, 'street_segments_count': 1269, 'node_density_km': 44.42187279269505, 'intersection_density_km': 37.71857216857215, 'edge_density_km': 15011.371717808614, 'street_density_km': 7542.412892851447, 'circuity_avg': 1.0679280229820771, 'self_loop_proportion': 0.003965107057890563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679280229820771\n", - "1923\n", - "9995318.201666767\n", - "{'n': 790, 'm': 2181, 'k_avg': 5.521518987341772, 'intersection_count': 687, 'streets_per_node_avg': 2.90253164556962, 'streets_per_node_counts': {0: 0, 1: 103, 2: 4, 3: 551, 4: 131, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13037974683544304, 2: 0.005063291139240506, 3: 0.6974683544303798, 4: 0.16582278481012658, 5: 0.0012658227848101266}, 'edge_length_total': 223940.755, 'edge_length_avg': 102.67801696469509, 'street_length_total': 114786.80500000004, 'street_length_avg': 102.57980786416447, 'street_segments_count': 1119, 'node_density_km': 79.03700353113959, 'intersection_density_km': 68.7321790201176, 'edge_density_km': 22404.564865444387, 'street_density_km': 11484.057103940802, 'circuity_avg': 1.0276747939525244, 'self_loop_proportion': 0.0018340210912425492, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276747939525244\n", - "1924\n", - "6997641.304201729\n", - "{'n': 338, 'm': 944, 'k_avg': 5.585798816568047, 'intersection_count': 296, 'streets_per_node_avg': 2.92603550295858, 'streets_per_node_counts': {0: 0, 1: 42, 2: 2, 3: 234, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1242603550295858, 2: 0.005917159763313609, 3: 0.6923076923076923, 4: 0.17455621301775148, 5: 0.0029585798816568047}, 'edge_length_total': 102557.93399999995, 'edge_length_avg': 108.64187923728808, 'street_length_total': 51361.363999999965, 'street_length_avg': 108.35730801687757, 'street_segments_count': 474, 'node_density_km': 48.30198995725147, 'intersection_density_km': 42.299967536527916, 'edge_density_km': 14656.071887883008, 'street_density_km': 7339.810911593892, 'circuity_avg': 1.0341932443919175, 'self_loop_proportion': 0.00211864406779661, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341932443919175\n", - "1925\n", - "3998020.897204257\n", - "{'n': 81, 'm': 226, 'k_avg': 5.580246913580247, 'intersection_count': 74, 'streets_per_node_avg': 2.876543209876543, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 70, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08641975308641975, 2: 0.0, 3: 0.8641975308641975, 4: 0.04938271604938271}, 'edge_length_total': 46957.50400000001, 'edge_length_avg': 207.77656637168144, 'street_length_total': 23478.751999999993, 'street_length_avg': 207.77656637168135, 'street_segments_count': 113, 'node_density_km': 20.26002416761799, 'intersection_density_km': 18.509157881527546, 'edge_density_km': 11745.18723322245, 'street_density_km': 5872.593616611222, 'circuity_avg': 1.0375749662175786, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0375749662175786\n", - "1926\n", - "18992383.771630272\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 891, 'm': 2527, 'k_avg': 5.672278338945006, 'intersection_count': 728, 'streets_per_node_avg': 2.8799102132435466, 'streets_per_node_counts': {0: 0, 1: 163, 2: 2, 3: 509, 4: 214, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1829405162738496, 2: 0.002244668911335578, 3: 0.5712682379349046, 4: 0.24017957351290684, 5: 0.002244668911335578, 6: 0.001122334455667789}, 'edge_length_total': 288810.95099999924, 'edge_length_avg': 114.29004788286476, 'street_length_total': 145100.43800000005, 'street_length_avg': 114.07267138364784, 'street_segments_count': 1272, 'node_density_km': 46.91354232905321, 'intersection_density_km': 38.331154675141114, 'edge_density_km': 15206.672025625787, 'street_density_km': 7639.92765440759, 'circuity_avg': 1.0368407009443958, 'self_loop_proportion': 0.0007914523149980214, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368407009443958\n", - "1927\n", - "9998132.643944092\n", - "{'n': 397, 'm': 1090, 'k_avg': 5.491183879093199, 'intersection_count': 320, 'streets_per_node_avg': 2.831234256926952, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 235, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19395465994962216, 2: 0.0, 3: 0.5919395465994962, 4: 0.20906801007556675, 5: 0.005037783375314861}, 'edge_length_total': 160565.53400000036, 'edge_length_avg': 147.3078293577985, 'street_length_total': 80282.767, 'street_length_avg': 147.30782935779817, 'street_segments_count': 545, 'node_density_km': 39.707414788146906, 'intersection_density_km': 32.00597665543327, 'edge_density_km': 16059.552290222467, 'street_density_km': 8029.7761451112165, 'circuity_avg': 1.0361243988323214, 'self_loop_proportion': 0.001834862385321101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0361243988323214\n", - "1928\n", - "8997445.792150248\n", - "{'n': 417, 'm': 1067, 'k_avg': 5.117505995203837, 'intersection_count': 348, 'streets_per_node_avg': 2.815347721822542, 'streets_per_node_counts': {0: 0, 1: 69, 2: 6, 3: 275, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16546762589928057, 2: 0.014388489208633094, 3: 0.6594724220623501, 4: 0.1606714628297362}, 'edge_length_total': 94862.46300000006, 'edge_length_avg': 88.90577600749772, 'street_length_total': 48866.59799999998, 'street_length_avg': 84.83784374999998, 'street_segments_count': 576, 'node_density_km': 46.34648650662707, 'intersection_density_km': 38.67764341560245, 'edge_density_km': 10543.26585471202, 'street_density_km': 5431.163368901124, 'circuity_avg': 1.0734487973191462, 'self_loop_proportion': 0.0037488284910965324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734487973191462\n", - "1929\n", - "29996152.100893967\n", - "error with entry 1929\n", - "1930\n", - "4997241.317116224\n", - "{'n': 147, 'm': 368, 'k_avg': 5.006802721088436, 'intersection_count': 122, 'streets_per_node_avg': 2.7346938775510203, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 111, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17006802721088435, 2: 0.0, 3: 0.7551020408163265, 4: 0.07482993197278912}, 'edge_length_total': 51756.29600000001, 'edge_length_avg': 140.6421086956522, 'street_length_total': 25921.99199999999, 'street_length_avg': 139.36554838709674, 'street_segments_count': 186, 'node_density_km': 29.41623001004679, 'intersection_density_km': 24.41346980425652, 'edge_density_km': 10356.973521116088, 'street_density_km': 5187.260401296548, 'circuity_avg': 1.0786379296322377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786379296322377\n", - "1931\n", - "5996887.014906382\n", - "{'n': 82, 'm': 238, 'k_avg': 5.804878048780488, 'intersection_count': 74, 'streets_per_node_avg': 2.9878048780487805, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 59, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0975609756097561, 2: 0.0, 3: 0.7195121951219512, 4: 0.18292682926829268}, 'edge_length_total': 57862.362000000045, 'edge_length_avg': 243.11916806722706, 'street_length_total': 28931.181000000004, 'street_length_avg': 243.11916806722692, 'street_segments_count': 119, 'node_density_km': 13.673761035712978, 'intersection_density_km': 12.33973556881415, 'edge_density_km': 9648.733060364877, 'street_density_km': 4824.366530182435, 'circuity_avg': 1.0349333600521338, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0349333600521338\n", - "1932\n", - "23990093.022904843\n", - "{'n': 1391, 'm': 3529, 'k_avg': 5.074047447879224, 'intersection_count': 1173, 'streets_per_node_avg': 2.814521926671459, 'streets_per_node_counts': {0: 0, 1: 218, 2: 6, 3: 991, 4: 169, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15672178289000718, 2: 0.004313443565780014, 3: 0.7124370956146657, 4: 0.12149532710280374, 5: 0.004313443565780014, 6: 0.0007189072609633358}, 'edge_length_total': 296128.16499999975, 'edge_length_avg': 83.91276990648902, 'street_length_total': 159165.2029999999, 'street_length_avg': 82.21343130165283, 'street_segments_count': 1936, 'node_density_km': 57.982267874990114, 'intersection_density_km': 48.895183477615674, 'edge_density_km': 12343.768934837712, 'street_density_km': 6634.622168744194, 'circuity_avg': 1.0771331917249494, 'self_loop_proportion': 0.0036837631056956645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771331917249494\n", - "1933\n", - "5002600.402093884\n", - "{'n': 404, 'm': 1074, 'k_avg': 5.316831683168317, 'intersection_count': 339, 'streets_per_node_avg': 2.8514851485148514, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 270, 4: 68, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1608910891089109, 2: 0.0, 3: 0.6683168316831684, 4: 0.16831683168316833, 5: 0.0024752475247524753}, 'edge_length_total': 96482.85399999988, 'edge_length_avg': 89.83505959031646, 'street_length_total': 48670.085000000014, 'street_length_avg': 88.65224954462661, 'street_segments_count': 549, 'node_density_km': 80.75799934588062, 'intersection_density_km': 67.76475687686518, 'edge_density_km': 19286.540248071004, 'street_density_km': 9728.957159886028, 'circuity_avg': 1.0612468158230917, 'self_loop_proportion': 0.00558659217877095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612468158230917\n", - "1934\n", - "12993858.708470251\n", - "{'n': 307, 'm': 848, 'k_avg': 5.52442996742671, 'intersection_count': 263, 'streets_per_node_avg': 2.820846905537459, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 230, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14332247557003258, 2: 0.0, 3: 0.749185667752443, 4: 0.10749185667752444}, 'edge_length_total': 141331.17800000016, 'edge_length_avg': 166.66412500000018, 'street_length_total': 70665.58899999993, 'street_length_avg': 166.66412499999984, 'street_segments_count': 424, 'node_density_km': 23.62654596204569, 'intersection_density_km': 20.240330905596142, 'edge_density_km': 10876.767338394346, 'street_density_km': 5438.383669197162, 'circuity_avg': 1.046815926415218, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046815926415218\n", - "1935\n", - "5998791.91059017\n", - "{'n': 124, 'm': 372, 'k_avg': 6.0, 'intersection_count': 112, 'streets_per_node_avg': 3.1774193548387095, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 68, 4: 43, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0967741935483871, 2: 0.0, 3: 0.5483870967741935, 4: 0.3467741935483871, 5: 0.0, 6: 0.008064516129032258}, 'edge_length_total': 79380.76999999993, 'edge_length_avg': 213.38916666666648, 'street_length_total': 39690.38499999999, 'street_length_avg': 213.3891666666666, 'street_segments_count': 186, 'node_density_km': 20.670828701541122, 'intersection_density_km': 18.670425923972626, 'edge_density_km': 13232.792732793816, 'street_density_km': 6616.396366396912, 'circuity_avg': 1.0299432067971759, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0299432067971759\n", - "1936\n", - "16991449.559693757\n", - "{'n': 577, 'm': 1730, 'k_avg': 5.996533795493934, 'intersection_count': 488, 'streets_per_node_avg': 3.0381282495667246, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 289, 4: 198, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15424610051993068, 2: 0.0, 3: 0.5008665511265165, 4: 0.3431542461005199, 5: 0.0017331022530329288}, 'edge_length_total': 273902.20199999964, 'edge_length_avg': 158.32497225433505, 'street_length_total': 136951.101, 'street_length_avg': 158.32497225433525, 'street_segments_count': 865, 'node_density_km': 33.958256355521875, 'intersection_density_km': 28.720327732226476, 'edge_density_km': 16120.002065611654, 'street_density_km': 8060.001032805838, 'circuity_avg': 1.0209736807138532, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0209736807138532\n", - "1937\n", - "7000059.592406084\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 263, 'm': 701, 'k_avg': 5.330798479087452, 'intersection_count': 216, 'streets_per_node_avg': 2.7718631178707223, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 182, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17870722433460076, 2: 0.0, 3: 0.6920152091254753, 4: 0.12927756653992395}, 'edge_length_total': 79864.09500000006, 'edge_length_avg': 113.92880884450793, 'street_length_total': 40238.907999999996, 'street_length_avg': 113.0306404494382, 'street_segments_count': 356, 'node_density_km': 37.571108721033156, 'intersection_density_km': 30.85688016632381, 'edge_density_km': 11409.05930095788, 'street_density_km': 5748.366491572816, 'circuity_avg': 1.0465183905802573, 'self_loop_proportion': 0.005706134094151213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465183905802573\n", - "1938\n", - "7996536.901481236\n", - "{'n': 396, 'm': 994, 'k_avg': 5.02020202020202, 'intersection_count': 317, 'streets_per_node_avg': 2.6515151515151514, 'streets_per_node_counts': {0: 0, 1: 79, 2: 2, 3: 293, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1994949494949495, 2: 0.005050505050505051, 3: 0.73989898989899, 4: 0.05555555555555555}, 'edge_length_total': 105197.3239999999, 'edge_length_avg': 105.83231790744458, 'street_length_total': 53145.53200000004, 'street_length_avg': 105.23867722772286, 'street_segments_count': 505, 'node_density_km': 49.521437201977655, 'intersection_density_km': 39.64216058845181, 'edge_density_km': 13155.36028859114, 'street_density_km': 6646.068498746707, 'circuity_avg': 1.0543190893036412, 'self_loop_proportion': 0.002012072434607646, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0543190893036412\n", - "1939\n", - "9994348.040349146\n", - "{'n': 254, 'm': 684, 'k_avg': 5.3858267716535435, 'intersection_count': 219, 'streets_per_node_avg': 2.8976377952755907, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 175, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1377952755905512, 2: 0.0, 3: 0.6889763779527559, 4: 0.1732283464566929}, 'edge_length_total': 118389.55900000014, 'edge_length_avg': 173.08415058479554, 'street_length_total': 59476.38700000001, 'street_length_avg': 169.44839601139603, 'street_segments_count': 351, 'node_density_km': 25.41436409604229, 'intersection_density_km': 21.912384791469535, 'edge_density_km': 11845.651014157025, 'street_density_km': 5951.00218242172, 'circuity_avg': 1.0291038991968435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0291038991968435\n", - "1940\n", - "7997042.61628607\n", - "{'n': 130, 'm': 332, 'k_avg': 5.107692307692307, 'intersection_count': 101, 'streets_per_node_avg': 2.6615384615384614, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 88, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2230769230769231, 2: 0.0, 3: 0.676923076923077, 4: 0.09230769230769231, 5: 0.007692307692307693}, 'edge_length_total': 67780.858, 'edge_length_avg': 204.15921084337347, 'street_length_total': 33890.42899999999, 'street_length_avg': 204.15921084337342, 'street_segments_count': 166, 'node_density_km': 16.256009407184287, 'intersection_density_km': 12.6296688471201, 'edge_density_km': 8475.740502115556, 'street_density_km': 4237.870251057777, 'circuity_avg': 1.09448392684084, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.09448392684084\n", - "1941\n", - "11004433.121431554\n", - "{'n': 231, 'm': 659, 'k_avg': 5.705627705627705, 'intersection_count': 203, 'streets_per_node_avg': 2.9177489177489178, 'streets_per_node_counts': {0: 0, 1: 28, 2: 2, 3: 162, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12121212121212122, 2: 0.008658008658008658, 3: 0.7012987012987013, 4: 0.16883116883116883}, 'edge_length_total': 119640.73299999993, 'edge_length_avg': 181.5489119878603, 'street_length_total': 60005.643000000004, 'street_length_avg': 181.2859305135952, 'street_segments_count': 331, 'node_density_km': 20.991540177577953, 'intersection_density_km': 18.44711106514426, 'edge_density_km': 10872.048717075217, 'street_density_km': 5452.860891410819, 'circuity_avg': 1.0438400683068427, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438400683068427\n", - "1942\n", - "10001070.626907736\n", - "{'n': 464, 'm': 1179, 'k_avg': 5.081896551724138, 'intersection_count': 400, 'streets_per_node_avg': 2.793103448275862, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 368, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7931034482758621, 4: 0.06896551724137931}, 'edge_length_total': 125778.44499999996, 'edge_length_avg': 106.68231128074636, 'street_length_total': 65381.026, 'street_length_avg': 102.80035534591195, 'street_segments_count': 636, 'node_density_km': 46.39503282294744, 'intersection_density_km': 39.99571795081676, 'edge_density_km': 12576.498026280793, 'street_density_km': 6537.402688077543, 'circuity_avg': 1.078387486421254, 'self_loop_proportion': 0.0016963528413910093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078387486421254\n", - "1943\n", - "8001788.52188506\n", - "{'n': 420, 'm': 1086, 'k_avg': 5.171428571428572, 'intersection_count': 351, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 318, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16428571428571428, 2: 0.0, 3: 0.7571428571428571, 4: 0.07857142857142857}, 'edge_length_total': 102879.41500000011, 'edge_length_avg': 94.73242633517505, 'street_length_total': 53276.525, 'street_length_avg': 93.63185413005273, 'street_segments_count': 569, 'node_density_km': 52.488265448567056, 'intersection_density_km': 43.86519326773104, 'edge_density_km': 12857.05248503166, 'street_density_km': 6658.07711042195, 'circuity_avg': 1.0432449937959927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432449937959927\n", - "1944\n", - "5996516.567036416\n", - "{'n': 312, 'm': 854, 'k_avg': 5.4743589743589745, 'intersection_count': 264, 'streets_per_node_avg': 2.8621794871794872, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 211, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.6762820512820513, 4: 0.16987179487179488}, 'edge_length_total': 83122.05999999991, 'edge_length_avg': 97.33262295081957, 'street_length_total': 41684.566999999995, 'street_length_avg': 97.3938481308411, 'street_segments_count': 428, 'node_density_km': 52.030207289862595, 'intersection_density_km': 44.02556001449912, 'edge_density_km': 13861.724397949973, 'street_density_km': 6951.463659609505, 'circuity_avg': 1.0339203342794974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0339203342794974\n", - "1945\n", - "14003159.784889463\n", - "{'n': 1003, 'm': 2625, 'k_avg': 5.234297108673978, 'intersection_count': 829, 'streets_per_node_avg': 2.8015952143569294, 'streets_per_node_counts': {0: 0, 1: 174, 2: 4, 3: 680, 4: 139, 5: 5, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17347956131605186, 2: 0.003988035892323031, 3: 0.6779661016949152, 4: 0.13858424725822532, 5: 0.004985044865403789, 6: 0.0, 7: 0.0009970089730807576}, 'edge_length_total': 235059.29899999948, 'edge_length_avg': 89.54639961904742, 'street_length_total': 119767.00100000008, 'street_length_avg': 86.59942227042666, 'street_segments_count': 1383, 'node_density_km': 71.6266910759897, 'intersection_density_km': 59.20092412960664, 'edge_density_km': 16786.161310081414, 'street_density_km': 8552.85541547832, 'circuity_avg': 1.0862087694486033, 'self_loop_proportion': 0.011428571428571429, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862087694486033\n", - "1946\n", - "14990826.295261424\n", - "{'n': 719, 'm': 1975, 'k_avg': 5.493741307371349, 'intersection_count': 639, 'streets_per_node_avg': 2.9541029207232268, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 518, 4: 118, 5: 2, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11126564673157163, 2: 0.0, 3: 0.7204450625869263, 4: 0.16411682892906815, 5: 0.0027816411682892906, 6: 0.0, 7: 0.0, 8: 0.0013908205841446453}, 'edge_length_total': 237498.54900000017, 'edge_length_avg': 120.25242987341781, 'street_length_total': 122079.05799999999, 'street_length_avg': 117.6098824662813, 'street_segments_count': 1038, 'node_density_km': 47.96266635597497, 'intersection_density_km': 42.626069264906825, 'edge_density_km': 15842.925821578832, 'street_density_km': 8143.584322539244, 'circuity_avg': 1.0474791026837373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474791026837373\n", - "1947\n", - "13995288.117813395\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 722, 'm': 1973, 'k_avg': 5.465373961218837, 'intersection_count': 613, 'streets_per_node_avg': 2.8337950138504153, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 516, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15096952908587258, 2: 0.0, 3: 0.7146814404432132, 4: 0.1329639889196676, 5: 0.0013850415512465374}, 'edge_length_total': 238811.48299999992, 'edge_length_avg': 121.03977850988339, 'street_length_total': 119909.54699999986, 'street_length_avg': 118.83998711595625, 'street_segments_count': 1009, 'node_density_km': 51.58879145053316, 'intersection_density_km': 43.80045589913688, 'edge_density_km': 17063.706083766676, 'street_density_km': 8567.851264696534, 'circuity_avg': 1.0427348425129441, 'self_loop_proportion': 0.0020273694880892043, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427348425129441\n", - "1948\n", - "23998409.34913608\n", - "{'n': 1604, 'm': 3842, 'k_avg': 4.7905236907730675, 'intersection_count': 1309, 'streets_per_node_avg': 2.7306733167082293, 'streets_per_node_counts': {0: 0, 1: 295, 2: 7, 3: 1139, 4: 162, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18391521197007482, 2: 0.004364089775561097, 3: 0.7100997506234414, 4: 0.10099750623441396, 5: 0.0, 6: 0.0006234413965087282}, 'edge_length_total': 340322.9459999993, 'edge_length_avg': 88.57963196251934, 'street_length_total': 186765.72999999978, 'street_length_avg': 86.30579020332706, 'street_segments_count': 2164, 'node_density_km': 66.83776314773722, 'intersection_density_km': 54.54528177081547, 'edge_density_km': 14181.062629980122, 'street_density_km': 7782.421213126076, 'circuity_avg': 1.0804830207817029, 'self_loop_proportion': 0.0031233732431025507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804830207817029\n", - "1949\n", - "19989133.584323972\n", - "{'n': 714, 'm': 1948, 'k_avg': 5.456582633053221, 'intersection_count': 576, 'streets_per_node_avg': 2.838935574229692, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 416, 4: 159, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19327731092436976, 2: 0.0, 3: 0.5826330532212886, 4: 0.22268907563025211, 5: 0.0014005602240896359}, 'edge_length_total': 307660.7710000002, 'edge_length_avg': 157.9367407597537, 'street_length_total': 154389.18499999985, 'street_length_avg': 155.94867171717158, 'street_segments_count': 990, 'node_density_km': 35.71940709626046, 'intersection_density_km': 28.81565614488239, 'edge_density_km': 15391.401018064946, 'street_density_km': 7723.655672653871, 'circuity_avg': 1.050753749523415, 'self_loop_proportion': 0.005646817248459959, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050753749523415\n", - "1950\n", - "17999785.196403265\n", - "{'n': 1081, 'm': 2680, 'k_avg': 4.958371877890841, 'intersection_count': 868, 'streets_per_node_avg': 2.72895467160037, 'streets_per_node_counts': {0: 0, 1: 213, 2: 2, 3: 736, 4: 125, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19703977798334876, 2: 0.0018501387604070306, 3: 0.6808510638297872, 4: 0.11563367252543941, 5: 0.004625346901017576}, 'edge_length_total': 239724.34500000015, 'edge_length_avg': 89.44938246268663, 'street_length_total': 126607.95200000002, 'street_length_avg': 86.83672976680386, 'street_segments_count': 1458, 'node_density_km': 60.0562722390713, 'intersection_density_km': 48.22279769057714, 'edge_density_km': 13318.178099586548, 'street_density_km': 7033.85904990127, 'circuity_avg': 1.0790024808993222, 'self_loop_proportion': 0.005970149253731343, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0790024808993222\n", - "1951\n", - "11995935.560290808\n", - "{'n': 764, 'm': 1884, 'k_avg': 4.9319371727748695, 'intersection_count': 562, 'streets_per_node_avg': 2.5575916230366493, 'streets_per_node_counts': {0: 0, 1: 202, 2: 1, 3: 494, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2643979057591623, 2: 0.0013089005235602095, 3: 0.6465968586387435, 4: 0.08769633507853403}, 'edge_length_total': 181601.18900000054, 'edge_length_avg': 96.39128927813192, 'street_length_total': 91622.95600000003, 'street_length_avg': 95.44057916666671, 'street_segments_count': 960, 'node_density_km': 63.6882380836563, 'intersection_density_km': 46.84920131284665, 'edge_density_km': 15138.559896998822, 'street_density_km': 7637.833292743937, 'circuity_avg': 1.0639410342485338, 'self_loop_proportion': 0.0074309978768577496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639410342485338\n", - "1952\n", - "8994501.902126068\n", - "{'n': 255, 'm': 719, 'k_avg': 5.63921568627451, 'intersection_count': 214, 'streets_per_node_avg': 2.9176470588235293, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 154, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1607843137254902, 2: 0.0, 3: 0.6039215686274509, 4: 0.23137254901960785, 5: 0.00392156862745098}, 'edge_length_total': 108203.18599999999, 'edge_length_avg': 150.4912183588317, 'street_length_total': 54160.84199999996, 'street_length_avg': 149.615585635359, 'street_segments_count': 362, 'node_density_km': 28.350652740395173, 'intersection_density_km': 23.792312495861047, 'edge_density_km': 12029.925300746621, 'street_density_km': 6021.54989674278, 'circuity_avg': 1.0347243217333124, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347243217333124\n", - "1953\n", - "49028673.603640884\n", - "{'n': 5866, 'm': 15102, 'k_avg': 5.148994203886805, 'intersection_count': 5067, 'streets_per_node_avg': 2.889021479713604, 'streets_per_node_counts': {0: 0, 1: 799, 2: 10, 3: 4129, 4: 902, 5: 23, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13620866007500854, 2: 0.0017047391749062393, 3: 0.7038868053187862, 4: 0.1537674735765428, 5: 0.003920900102284351, 6: 0.0005114217524718718}, 'edge_length_total': 1163623.6640000008, 'edge_length_avg': 77.05096437557944, 'street_length_total': 638872.4389999994, 'street_length_avg': 76.00195562693308, 'street_segments_count': 8406, 'node_density_km': 119.64427280701285, 'intersection_density_km': 103.34768672232086, 'edge_density_km': 23733.5334299884, 'street_density_km': 13030.587858949473, 'circuity_avg': 1.0836374079661892, 'self_loop_proportion': 0.0031783869686134287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0836374079661892\n", - "1954\n", - "7998502.500669216\n", - "{'n': 212, 'm': 654, 'k_avg': 6.169811320754717, 'intersection_count': 201, 'streets_per_node_avg': 3.2122641509433962, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 134, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05188679245283019, 2: 0.0, 3: 0.6320754716981132, 4: 0.3160377358490566}, 'edge_length_total': 97963.30999999997, 'edge_length_avg': 149.790993883792, 'street_length_total': 48981.65500000002, 'street_length_avg': 149.7909938837921, 'street_segments_count': 327, 'node_density_km': 26.50496139524398, 'intersection_density_km': 25.12970396435868, 'edge_density_km': 12247.706366510933, 'street_density_km': 6123.853183255471, 'circuity_avg': 1.0265804292851994, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265804292851994\n", - "1955\n", - "13002856.58733699\n", - "{'n': 421, 'm': 1116, 'k_avg': 5.30166270783848, 'intersection_count': 361, 'streets_per_node_avg': 2.8598574821852734, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 302, 4: 58, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14251781472684086, 2: 0.0, 3: 0.7173396674584323, 4: 0.1377672209026128, 5: 0.0, 6: 0.0023752969121140144}, 'edge_length_total': 146748.57099999985, 'edge_length_avg': 131.49513530465936, 'street_length_total': 74485.78699999991, 'street_length_avg': 127.54415582191766, 'street_segments_count': 584, 'node_density_km': 32.377500833931876, 'intersection_density_km': 27.76313016876344, 'edge_density_km': 11285.871686296454, 'street_density_km': 5728.417175079738, 'circuity_avg': 1.049590305942203, 'self_loop_proportion': 0.005376344086021506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049590305942203\n", - "1956\n", - "3997619.5479631973\n", - "{'n': 262, 'm': 695, 'k_avg': 5.305343511450381, 'intersection_count': 227, 'streets_per_node_avg': 2.9236641221374047, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 179, 4: 46, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13358778625954199, 2: 0.0, 3: 0.683206106870229, 4: 0.17557251908396945, 5: 0.007633587786259542}, 'edge_length_total': 73474.87400000011, 'edge_length_avg': 105.71924316546779, 'street_length_total': 37300.12000000002, 'street_length_avg': 102.19210958904114, 'street_segments_count': 365, 'node_density_km': 65.53900311336281, 'intersection_density_km': 56.78379277379144, 'edge_density_km': 18379.656472671555, 'street_density_km': 9330.582751178654, 'circuity_avg': 1.0497470797707995, 'self_loop_proportion': 0.0057553956834532375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497470797707995\n", - "1957\n", - "13993099.310699087\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 473, 'm': 1357, 'k_avg': 5.73784355179704, 'intersection_count': 417, 'streets_per_node_avg': 3.06553911205074, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 274, 4: 143}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11839323467230443, 2: 0.0, 3: 0.5792811839323467, 4: 0.3023255813953488}, 'edge_length_total': 214195.21000000022, 'edge_length_avg': 157.84466470154769, 'street_length_total': 107624.37100000007, 'street_length_avg': 156.20373149492028, 'street_segments_count': 689, 'node_density_km': 33.80237569230609, 'intersection_density_km': 29.8004030944855, 'edge_density_km': 15307.202875079085, 'street_density_km': 7691.246135708532, 'circuity_avg': 1.018112867356492, 'self_loop_proportion': 0.0029476787030213707, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.018112867356492\n", - "1958\n", - "4997957.585975267\n", - "{'n': 97, 'm': 246, 'k_avg': 5.072164948453608, 'intersection_count': 73, 'streets_per_node_avg': 2.597938144329897, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 65, 4: 7, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24742268041237114, 2: 0.0, 3: 0.6701030927835051, 4: 0.07216494845360824, 5: 0.010309278350515464}, 'edge_length_total': 43648.056000000004, 'edge_length_avg': 177.43112195121952, 'street_length_total': 21824.028000000002, 'street_length_avg': 177.43112195121952, 'street_segments_count': 123, 'node_density_km': 19.4079278047879, 'intersection_density_km': 14.605966286077493, 'edge_density_km': 8733.17855327154, 'street_density_km': 4366.58927663577, 'circuity_avg': 1.0780452219444876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780452219444876\n", - "1959\n", - "6004027.629501592\n", - "{'n': 290, 'm': 751, 'k_avg': 5.179310344827586, 'intersection_count': 248, 'streets_per_node_avg': 2.8551724137931034, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 206, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14482758620689656, 2: 0.0, 3: 0.7103448275862069, 4: 0.14482758620689656}, 'edge_length_total': 74197.65800000001, 'edge_length_avg': 98.79847936085221, 'street_length_total': 38252.959000000024, 'street_length_avg': 96.11296231155785, 'street_segments_count': 398, 'node_density_km': 48.300910304783784, 'intersection_density_km': 41.30560605374613, 'edge_density_km': 12357.980772010425, 'street_density_km': 6371.216350177837, 'circuity_avg': 1.0546199845970714, 'self_loop_proportion': 0.010652463382157125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546199845970714\n", - "1960\n", - "10993022.84911652\n", - "{'n': 242, 'm': 591, 'k_avg': 4.884297520661157, 'intersection_count': 194, 'streets_per_node_avg': 2.677685950413223, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 176, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19834710743801653, 2: 0.0, 3: 0.7272727272727273, 4: 0.0743801652892562}, 'edge_length_total': 77522.13799999999, 'edge_length_avg': 131.17113028764803, 'street_length_total': 39284.526999999944, 'street_length_avg': 126.3168070739548, 'street_segments_count': 311, 'node_density_km': 22.013963158409055, 'intersection_density_km': 17.64755724269156, 'edge_density_km': 7051.940040880589, 'street_density_km': 3573.5873143534072, 'circuity_avg': 1.0837969514370898, 'self_loop_proportion': 0.00338409475465313, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0837969514370898\n", - "1961\n", - "4997454.410294218\n", - "{'n': 189, 'm': 590, 'k_avg': 6.243386243386244, 'intersection_count': 167, 'streets_per_node_avg': 3.2116402116402116, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 83, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1164021164021164, 2: 0.0, 3: 0.43915343915343913, 4: 0.4444444444444444}, 'edge_length_total': 71469.84000000001, 'edge_length_avg': 121.13532203389832, 'street_length_total': 35734.92, 'street_length_avg': 121.1353220338983, 'street_segments_count': 295, 'node_density_km': 37.819254460967244, 'intersection_density_km': 33.417013200960476, 'edge_density_km': 14301.249022458282, 'street_density_km': 7150.62451122914, 'circuity_avg': 1.0208751869273558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0208751869273558\n", - "1962\n", - "26996639.148766056\n", - "{'n': 1445, 'm': 3731, 'k_avg': 5.1640138408304495, 'intersection_count': 1164, 'streets_per_node_avg': 2.7570934256055364, 'streets_per_node_counts': {0: 0, 1: 281, 2: 1, 3: 955, 4: 205, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1944636678200692, 2: 0.0006920415224913495, 3: 0.6608996539792388, 4: 0.14186851211072665, 5: 0.001384083044982699, 6: 0.0006920415224913495}, 'edge_length_total': 424997.8300000001, 'edge_length_avg': 113.90989815062987, 'street_length_total': 219725.7000000001, 'street_length_avg': 111.99067278287467, 'street_segments_count': 1962, 'node_density_km': 53.52518111744465, 'intersection_density_km': 43.11647807661285, 'edge_density_km': 15742.619948284399, 'street_density_km': 8139.001999070805, 'circuity_avg': 1.0471764635067253, 'self_loop_proportion': 0.002680246582685607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471764635067253\n", - "1963\n", - "25997595.972161215\n", - "{'n': 1327, 'm': 3296, 'k_avg': 4.967596081386587, 'intersection_count': 1033, 'streets_per_node_avg': 2.640542577241899, 'streets_per_node_counts': {0: 0, 1: 294, 2: 1, 3: 922, 4: 108, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2215523737754333, 2: 0.0007535795026375283, 3: 0.694800301431801, 4: 0.08138658628485305, 5: 0.0015071590052750565}, 'edge_length_total': 341833.29700000037, 'edge_length_avg': 103.71155855582535, 'street_length_total': 175528.3059999999, 'street_length_avg': 101.46144855491323, 'street_segments_count': 1730, 'node_density_km': 51.04318112416934, 'intersection_density_km': 39.73444318106023, 'edge_density_km': 13148.650258510164, 'street_density_km': 6751.712973305662, 'circuity_avg': 1.0921522065729208, 'self_loop_proportion': 0.0036407766990291263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0921522065729208\n", - "1964\n", - "4000586.3831861387\n", - "{'n': 238, 'm': 609, 'k_avg': 5.117647058823529, 'intersection_count': 187, 'streets_per_node_avg': 2.69327731092437, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 160, 4: 25, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6722689075630253, 4: 0.10504201680672269, 5: 0.008403361344537815}, 'edge_length_total': 48524.52900000002, 'edge_length_avg': 79.67902955665028, 'street_length_total': 24604.818999999985, 'street_length_avg': 77.86335126582274, 'street_segments_count': 316, 'node_density_km': 59.49127882859325, 'intersection_density_km': 46.74314765103755, 'edge_density_km': 12129.35413766874, 'street_density_km': 6150.3031414120505, 'circuity_avg': 1.1033495468337555, 'self_loop_proportion': 0.026272577996715927, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1033495468337555\n", - "1965\n", - "5001824.535805476\n", - "{'n': 270, 'm': 712, 'k_avg': 5.274074074074074, 'intersection_count': 227, 'streets_per_node_avg': 2.7814814814814817, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 201, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15925925925925927, 2: 0.0, 3: 0.7444444444444445, 4: 0.09259259259259259, 5: 0.003703703703703704}, 'edge_length_total': 84090.00700000001, 'edge_length_avg': 118.10394241573036, 'street_length_total': 42609.040999999976, 'street_length_avg': 117.05780494505488, 'street_segments_count': 364, 'node_density_km': 53.98030220116871, 'intersection_density_km': 45.38343925801962, 'edge_density_km': 16811.86662947553, 'street_density_km': 8518.699665488839, 'circuity_avg': 1.0588256693799856, 'self_loop_proportion': 0.0028089887640449437, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588256693799856\n", - "1966\n", - "17995539.363780916\n", - "{'n': 393, 'm': 1183, 'k_avg': 6.020356234096692, 'intersection_count': 354, 'streets_per_node_avg': 3.1857506361323153, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 208, 4: 141, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09923664122137404, 2: 0.0, 3: 0.5292620865139949, 4: 0.35877862595419846, 5: 0.01272264631043257}, 'edge_length_total': 196296.20100000038, 'edge_length_avg': 165.93085460693186, 'street_length_total': 100335.36799999986, 'street_length_avg': 165.29714662273452, 'street_segments_count': 607, 'node_density_km': 21.83874526100503, 'intersection_density_km': 19.67154153281369, 'edge_density_km': 10908.047657358904, 'street_density_km': 5575.568810232043, 'circuity_avg': 1.0294706619834488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294706619834488\n", - "1967\n", - "463778617.40185434\n", - "error with entry 1967\n", - "1968\n", - "6996811.025218848\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 138, 'm': 384, 'k_avg': 5.565217391304348, 'intersection_count': 122, 'streets_per_node_avg': 2.971014492753623, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 95, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11594202898550725, 2: 0.0, 3: 0.6884057971014492, 4: 0.18840579710144928, 5: 0.007246376811594203}, 'edge_length_total': 74146.80799999986, 'edge_length_avg': 193.09064583333296, 'street_length_total': 37073.40399999999, 'street_length_avg': 193.09064583333327, 'street_segments_count': 192, 'node_density_km': 19.723271001975302, 'intersection_density_km': 17.43651494377527, 'edge_density_km': 10597.228899387157, 'street_density_km': 5298.614449693587, 'circuity_avg': 1.0344547009715843, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344547009715843\n", - "1969\n", - "7995818.053974781\n", - "{'n': 550, 'm': 1460, 'k_avg': 5.3090909090909095, 'intersection_count': 446, 'streets_per_node_avg': 2.7436363636363637, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 383, 4: 59, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1890909090909091, 2: 0.0, 3: 0.6963636363636364, 4: 0.10727272727272727, 5: 0.007272727272727273}, 'edge_length_total': 148154.26399999997, 'edge_length_avg': 101.47552328767121, 'street_length_total': 74077.13200000001, 'street_length_avg': 101.47552328767125, 'street_segments_count': 730, 'node_density_km': 68.78595739513993, 'intersection_density_km': 55.77915817860438, 'edge_density_km': 18528.968893476933, 'street_density_km': 9264.48444673847, 'circuity_avg': 1.0659939838200383, 'self_loop_proportion': 0.0027397260273972603, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659939838200383\n", - "1970\n", - "5998474.209858632\n", - "{'n': 161, 'm': 460, 'k_avg': 5.714285714285714, 'intersection_count': 141, 'streets_per_node_avg': 3.0434782608695654, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 94, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12422360248447205, 2: 0.0, 3: 0.5838509316770186, 4: 0.2919254658385093}, 'edge_length_total': 80025.14200000002, 'edge_length_avg': 173.96770000000004, 'street_length_total': 40012.57099999998, 'street_length_avg': 173.96769999999992, 'street_segments_count': 230, 'node_density_km': 26.840158741600117, 'intersection_density_km': 23.505977531463454, 'edge_density_km': 13340.916239745908, 'street_density_km': 6670.458119872949, 'circuity_avg': 1.0210179995893232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0210179995893232\n", - "1971\n", - "4997505.393812452\n", - "{'n': 224, 'm': 700, 'k_avg': 6.25, 'intersection_count': 209, 'streets_per_node_avg': 3.3348214285714284, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 104, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06696428571428571, 2: 0.0, 3: 0.4642857142857143, 4: 0.46875}, 'edge_length_total': 99351.53099999993, 'edge_length_avg': 141.93075857142847, 'street_length_total': 49839.643000000055, 'street_length_avg': 141.18879036827212, 'street_segments_count': 353, 'node_density_km': 44.82236282873061, 'intersection_density_km': 41.820865317878116, 'edge_density_km': 19880.224866392295, 'street_density_km': 9972.904293751813, 'circuity_avg': 1.025192784026006, 'self_loop_proportion': 0.002857142857142857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025192784026006\n", - "1972\n", - "7003940.428228217\n", - "{'n': 286, 'm': 691, 'k_avg': 4.8321678321678325, 'intersection_count': 224, 'streets_per_node_avg': 2.625874125874126, 'streets_per_node_counts': {0: 0, 1: 62, 2: 2, 3: 203, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21678321678321677, 2: 0.006993006993006993, 3: 0.7097902097902098, 4: 0.06643356643356643}, 'edge_length_total': 80807.43699999986, 'edge_length_avg': 116.94274529667129, 'street_length_total': 41490.816999999995, 'street_length_avg': 114.29977134986224, 'street_segments_count': 363, 'node_density_km': 40.834156562400864, 'intersection_density_km': 31.981996748174105, 'edge_density_km': 11537.424943581604, 'street_density_km': 5923.924885594137, 'circuity_avg': 1.0871304216439723, 'self_loop_proportion': 0.002894356005788712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0871304216439723\n", - "1973\n", - "8003563.660601606\n", - "{'n': 454, 'm': 1204, 'k_avg': 5.3039647577092515, 'intersection_count': 368, 'streets_per_node_avg': 2.8215859030837005, 'streets_per_node_counts': {0: 0, 1: 86, 2: 1, 3: 276, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1894273127753304, 2: 0.0022026431718061676, 3: 0.6079295154185022, 4: 0.19823788546255505, 5: 0.0022026431718061676}, 'edge_length_total': 128934.51800000016, 'edge_length_avg': 107.0884700996679, 'street_length_total': 65364.99099999998, 'street_length_avg': 104.91972873194219, 'street_segments_count': 623, 'node_density_km': 56.72473153863489, 'intersection_density_km': 45.97951807536925, 'edge_density_km': 16109.638589456601, 'street_density_km': 8166.9858292957815, 'circuity_avg': 1.0505163864342784, 'self_loop_proportion': 0.0033222591362126247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505163864342784\n", - "1974\n", - "88942986.02866626\n", - "{'n': 11932, 'm': 30653, 'k_avg': 5.137948374120014, 'intersection_count': 10458, 'streets_per_node_avg': 2.9710023466309083, 'streets_per_node_counts': {0: 0, 1: 1474, 2: 54, 3: 7813, 4: 2530, 5: 57, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12353335568219913, 2: 0.004525645323499832, 3: 0.6547938317130405, 4: 0.2120348642306403, 5: 0.004777070063694267, 6: 0.00033523298692591353}, 'edge_length_total': 2185748.0889999694, 'edge_length_avg': 71.30617195706682, 'street_length_total': 1226747.7989999857, 'street_length_avg': 69.59876313400576, 'street_segments_count': 17626, 'node_density_km': 134.1533552308928, 'intersection_density_km': 117.58094108319452, 'edge_density_km': 24574.7100091232, 'street_density_km': 13792.518710858278, 'circuity_avg': 1.0525878752145073, 'self_loop_proportion': 0.0026751052099305123, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525878752145073\n", - "1975\n", - "7997944.01139446\n", - "{'n': 489, 'm': 1238, 'k_avg': 5.063394683026585, 'intersection_count': 413, 'streets_per_node_avg': 2.8466257668711656, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 335, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1554192229038855, 2: 0.002044989775051125, 3: 0.6850715746421268, 4: 0.1554192229038855, 5: 0.002044989775051125}, 'edge_length_total': 119760.16299999999, 'edge_length_avg': 96.73680371567042, 'street_length_total': 63768.62799999997, 'street_length_avg': 92.95718367346934, 'street_segments_count': 686, 'node_density_km': 61.1407130761774, 'intersection_density_km': 51.63827096208848, 'edge_density_km': 14973.868637912548, 'street_density_km': 7973.127582432496, 'circuity_avg': 1.0640629999775864, 'self_loop_proportion': 0.0016155088852988692, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0640629999775864\n", - "1976\n", - "25983808.65786836\n", - "{'n': 1470, 'm': 3760, 'k_avg': 5.115646258503402, 'intersection_count': 1242, 'streets_per_node_avg': 2.8095238095238093, 'streets_per_node_counts': {0: 0, 1: 228, 2: 3, 3: 1063, 4: 173, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15510204081632653, 2: 0.0020408163265306124, 3: 0.7231292517006803, 4: 0.11768707482993197, 5: 0.0020408163265306124}, 'edge_length_total': 375158.6309999992, 'edge_length_avg': 99.77623164893595, 'street_length_total': 196459.63900000023, 'street_length_avg': 96.30374460784324, 'street_segments_count': 2040, 'node_density_km': 56.57369246193467, 'intersection_density_km': 47.798997304573376, 'edge_density_km': 14438.169397710466, 'street_density_km': 7560.848433992326, 'circuity_avg': 1.0555788330296367, 'self_loop_proportion': 0.005319148936170213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555788330296367\n", - "1977\n", - "8994506.62918536\n", - "{'n': 392, 'm': 973, 'k_avg': 4.964285714285714, 'intersection_count': 306, 'streets_per_node_avg': 2.63265306122449, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 278, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2193877551020408, 2: 0.0, 3: 0.7091836734693877, 4: 0.07142857142857142}, 'edge_length_total': 104256.41499999996, 'edge_length_avg': 107.14945015416235, 'street_length_total': 52590.57199999996, 'street_length_avg': 105.39192785571133, 'street_segments_count': 499, 'node_density_km': 43.58215699436355, 'intersection_density_km': 34.02076540886542, 'edge_density_km': 11591.121036223258, 'street_density_km': 5846.965727875964, 'circuity_avg': 1.0743175720324285, 'self_loop_proportion': 0.0041109969167523125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0743175720324285\n", - "1978\n", - "14994681.51087808\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 952, 'm': 2395, 'k_avg': 5.031512605042017, 'intersection_count': 735, 'streets_per_node_avg': 2.680672268907563, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 607, 4: 126, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22794117647058823, 2: 0.0, 3: 0.6376050420168067, 4: 0.1323529411764706, 5: 0.0021008403361344537}, 'edge_length_total': 243801.9580000005, 'edge_length_avg': 101.79622463465574, 'street_length_total': 123250.66100000005, 'street_length_avg': 99.39569435483875, 'street_segments_count': 1240, 'node_density_km': 63.48917776675414, 'intersection_density_km': 49.017379893449885, 'edge_density_km': 16259.228835446174, 'street_density_km': 8219.625132456886, 'circuity_avg': 1.101337023044881, 'self_loop_proportion': 0.003340292275574113, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101337023044881\n", - "1979\n", - "11995893.584390255\n", - "{'n': 479, 'm': 1291, 'k_avg': 5.390396659707725, 'intersection_count': 396, 'streets_per_node_avg': 2.7828810020876826, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 336, 4: 58, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1732776617954071, 2: 0.0, 3: 0.7014613778705637, 4: 0.12108559498956159, 5: 0.0041753653444676405}, 'edge_length_total': 181736.70299999983, 'edge_length_avg': 140.77203950426014, 'street_length_total': 91057.35500000008, 'street_length_avg': 139.65851993865044, 'street_segments_count': 652, 'node_density_km': 39.93033087783492, 'intersection_density_km': 33.01129650860674, 'edge_density_km': 15149.909568761603, 'street_density_km': 7590.710467662796, 'circuity_avg': 1.0549748585415346, 'self_loop_proportion': 0.001549186676994578, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549748585415346\n", - "1980\n", - "29989196.736886002\n", - "{'n': 1208, 'm': 3426, 'k_avg': 5.672185430463577, 'intersection_count': 1066, 'streets_per_node_avg': 2.94205298013245, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 858, 4: 202, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11754966887417219, 2: 0.0, 3: 0.7102649006622517, 4: 0.1672185430463576, 5: 0.004966887417218543}, 'edge_length_total': 444489.7369999986, 'edge_length_avg': 129.74014506713328, 'street_length_total': 223250.57599999997, 'street_length_avg': 128.60056221198155, 'street_segments_count': 1736, 'node_density_km': 40.281172270085804, 'intersection_density_km': 35.54613380787373, 'edge_density_km': 14821.66197713748, 'street_density_km': 7444.366648387319, 'circuity_avg': 1.0488077290358786, 'self_loop_proportion': 0.0011675423234092236, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488077290358786\n", - "1981\n", - "21987790.338648524\n", - "{'n': 874, 'm': 2139, 'k_avg': 4.894736842105263, 'intersection_count': 757, 'streets_per_node_avg': 2.8260869565217392, 'streets_per_node_counts': {0: 0, 1: 117, 2: 2, 3: 675, 4: 76, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13386727688787187, 2: 0.002288329519450801, 3: 0.7723112128146453, 4: 0.08695652173913043, 5: 0.004576659038901602}, 'edge_length_total': 257971.48900000023, 'edge_length_avg': 120.60378167367939, 'street_length_total': 139568.6600000001, 'street_length_avg': 115.0607254740314, 'street_segments_count': 1213, 'node_density_km': 39.749332995219035, 'intersection_density_km': 34.42819802903983, 'edge_density_km': 11732.488123036033, 'street_density_km': 6347.552794092117, 'circuity_avg': 1.0590571155122017, 'self_loop_proportion': 0.0023375409069658717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590571155122017\n", - "1982\n", - "6002793.512252254\n", - "{'n': 222, 'm': 576, 'k_avg': 5.1891891891891895, 'intersection_count': 185, 'streets_per_node_avg': 2.72972972972973, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 173, 4: 10, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7792792792792793, 4: 0.04504504504504504, 5: 0.009009009009009009}, 'edge_length_total': 67609.86200000005, 'edge_length_avg': 117.37823263888897, 'street_length_total': 33977.41900000004, 'street_length_avg': 115.56945238095251, 'street_segments_count': 294, 'node_density_km': 36.98278135785906, 'intersection_density_km': 30.81898446488255, 'edge_density_km': 11263.066414328945, 'street_density_km': 5660.2678287449, 'circuity_avg': 1.0639687216962321, 'self_loop_proportion': 0.006944444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639687216962321\n", - "1983\n", - "11999352.258343065\n", - "{'n': 578, 'm': 1605, 'k_avg': 5.553633217993079, 'intersection_count': 497, 'streets_per_node_avg': 2.906574394463668, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 390, 4: 106, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14013840830449828, 2: 0.0, 3: 0.6747404844290658, 4: 0.18339100346020762, 5: 0.0017301038062283738}, 'edge_length_total': 177139.70800000013, 'edge_length_avg': 110.36741931464182, 'street_length_total': 90005.60299999996, 'street_length_avg': 109.62923629719849, 'street_segments_count': 821, 'node_density_km': 48.16926677005592, 'intersection_density_km': 41.41890239570552, 'edge_density_km': 14762.439187234973, 'street_density_km': 7500.871802260802, 'circuity_avg': 1.0286853411825774, 'self_loop_proportion': 0.0012461059190031153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0286853411825774\n", - "1984\n", - "8995339.86451554\n", - "{'n': 176, 'm': 409, 'k_avg': 4.6477272727272725, 'intersection_count': 130, 'streets_per_node_avg': 2.5170454545454546, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 123, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26136363636363635, 2: 0.0, 3: 0.6988636363636364, 4: 0.03977272727272727}, 'edge_length_total': 80890.03799999997, 'edge_length_avg': 197.77515403422976, 'street_length_total': 40758.923, 'street_length_avg': 195.01877033492823, 'street_segments_count': 209, 'node_density_km': 19.565686527785108, 'intersection_density_km': 14.451927548932181, 'edge_density_km': 8992.438220049004, 'street_density_km': 4531.115401296196, 'circuity_avg': 1.0826076430350995, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826076430350995\n", - "1985\n", - "7997811.189213668\n", - "{'n': 196, 'm': 513, 'k_avg': 5.23469387755102, 'intersection_count': 167, 'streets_per_node_avg': 2.9081632653061225, 'streets_per_node_counts': {0: 0, 1: 29, 2: 2, 3: 124, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14795918367346939, 2: 0.01020408163265306, 3: 0.6326530612244898, 4: 0.20408163265306123, 5: 0.00510204081632653}, 'edge_length_total': 90261.6670000001, 'edge_length_avg': 175.94866861598462, 'street_length_total': 48199.51800000001, 'street_length_avg': 178.51673333333338, 'street_segments_count': 270, 'node_density_km': 24.506705067548662, 'intersection_density_km': 20.880712991227686, 'edge_density_km': 11285.796184052513, 'street_density_km': 6026.588632775527, 'circuity_avg': 1.0295913343741023, 'self_loop_proportion': 0.003898635477582846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295913343741023\n", - "1986\n", - "12004302.961336287\n", - "{'n': 847, 'm': 2164, 'k_avg': 5.109799291617473, 'intersection_count': 722, 'streets_per_node_avg': 2.905548996458087, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 553, 4: 168, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14757969303423848, 2: 0.0, 3: 0.6528925619834711, 4: 0.19834710743801653, 5: 0.0011806375442739079}, 'edge_length_total': 186909.30699999983, 'edge_length_avg': 86.37213817005538, 'street_length_total': 98409.60000000014, 'street_length_avg': 82.07639699749802, 'street_segments_count': 1199, 'node_density_km': 70.5580326261371, 'intersection_density_km': 60.14509983007201, 'edge_density_km': 15570.192422000786, 'street_density_km': 8197.860410301195, 'circuity_avg': 1.0659086275474834, 'self_loop_proportion': 0.005545286506469501, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659086275474834\n", - "1987\n", - "9995705.982944734\n", - "{'n': 263, 'm': 621, 'k_avg': 4.722433460076045, 'intersection_count': 199, 'streets_per_node_avg': 2.547528517110266, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 190, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24334600760456274, 2: 0.0, 3: 0.7224334600760456, 4: 0.034220532319391636}, 'edge_length_total': 81871.80999999997, 'edge_length_avg': 131.8386634460547, 'street_length_total': 41087.778000000006, 'street_length_avg': 128.80181191222573, 'street_segments_count': 319, 'node_density_km': 26.31129811628575, 'intersection_density_km': 19.908548764794162, 'edge_density_km': 8190.698099733476, 'street_density_km': 4110.542874120788, 'circuity_avg': 1.0417917025861554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417917025861554\n", - "1988\n", - "9995483.83422916\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 101, 'm': 248, 'k_avg': 4.910891089108911, 'intersection_count': 77, 'streets_per_node_avg': 2.5841584158415842, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 71, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2376237623762376, 2: 0.0, 3: 0.7029702970297029, 4: 0.0594059405940594}, 'edge_length_total': 43297.45399999998, 'edge_length_avg': 174.58650806451607, 'street_length_total': 21648.726999999995, 'street_length_avg': 174.5865080645161, 'street_segments_count': 124, 'node_density_km': 10.104563388330366, 'intersection_density_km': 7.70347901882612, 'edge_density_km': 4331.701668280376, 'street_density_km': 2165.8508341401885, 'circuity_avg': 1.065283115888931, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065283115888931\n", - "1989\n", - "91967561.01537183\n", - "{'n': 9651, 'm': 24997, 'k_avg': 5.1801885814941455, 'intersection_count': 8298, 'streets_per_node_avg': 2.879079888094498, 'streets_per_node_counts': {0: 0, 1: 1353, 2: 25, 3: 6772, 4: 1446, 5: 48, 6: 6, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14019272614236866, 2: 0.0025904051393637966, 3: 0.7016889441508652, 4: 0.149829033260802, 5: 0.004973577867578489, 6: 0.0006216972334473111, 7: 0.00010361620557455187}, 'edge_length_total': 1814673.0130000047, 'edge_length_avg': 72.59563199583968, 'street_length_total': 989975.4999999987, 'street_length_avg': 71.57656713180528, 'street_segments_count': 13831, 'node_density_km': 104.93917522056384, 'intersection_density_km': 90.22746616726128, 'edge_density_km': 19731.664001578698, 'street_density_km': 10764.398762673833, 'circuity_avg': 1.0715931106398118, 'self_loop_proportion': 0.0024002880345641475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715931106398118\n", - "1990\n", - "11992163.375257673\n", - "{'n': 204, 'm': 576, 'k_avg': 5.647058823529412, 'intersection_count': 180, 'streets_per_node_avg': 2.9558823529411766, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 141, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.6911764705882353, 4: 0.19117647058823528}, 'edge_length_total': 129167.34799999994, 'edge_length_avg': 224.24886805555545, 'street_length_total': 64583.67399999999, 'street_length_avg': 224.24886805555553, 'street_segments_count': 288, 'node_density_km': 17.011109139898345, 'intersection_density_km': 15.009802182263245, 'edge_density_km': 10770.979677153084, 'street_density_km': 5385.489838576544, 'circuity_avg': 1.0254902115037188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0254902115037188\n", - "1991\n", - "27981405.171342097\n", - "{'n': 2623, 'm': 7711, 'k_avg': 5.879527258863896, 'intersection_count': 2309, 'streets_per_node_avg': 3.017155928326344, 'streets_per_node_counts': {0: 0, 1: 314, 2: 0, 3: 1648, 4: 650, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11971025543271063, 2: 0.0, 3: 0.6282882195958825, 4: 0.24780785360274496, 5: 0.003812428516965307, 6: 0.0003812428516965307}, 'edge_length_total': 544927.5809999998, 'edge_length_avg': 70.66886019971466, 'street_length_total': 277760.83999999997, 'street_length_avg': 70.62314772438341, 'street_segments_count': 3933, 'node_density_km': 93.74082480626868, 'intersection_density_km': 82.51908672423728, 'edge_density_km': 19474.632444767354, 'street_density_km': 9926.622280016021, 'circuity_avg': 1.0474571269549455, 'self_loop_proportion': 0.0025936973155232784, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474571269549455\n", - "1992\n", - "9000458.492601654\n", - "{'n': 317, 'm': 819, 'k_avg': 5.167192429022082, 'intersection_count': 268, 'streets_per_node_avg': 2.807570977917981, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 231, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15457413249211358, 2: 0.0, 3: 0.7287066246056783, 4: 0.1167192429022082}, 'edge_length_total': 111424.36600000004, 'edge_length_avg': 136.04928693528697, 'street_length_total': 56637.424, 'street_length_avg': 129.90234862385321, 'street_segments_count': 436, 'node_density_km': 35.22042796603894, 'intersection_density_km': 29.7762608671875, 'edge_density_km': 12379.854436481262, 'street_density_km': 6292.726536826515, 'circuity_avg': 1.0428457578206674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428457578206674\n", - "1993\n", - "12995485.898746101\n", - "{'n': 651, 'm': 1685, 'k_avg': 5.1766513056835635, 'intersection_count': 508, 'streets_per_node_avg': 2.6712749615975424, 'streets_per_node_counts': {0: 0, 1: 143, 2: 1, 3: 434, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2196620583717358, 2: 0.0015360983102918587, 3: 0.6666666666666666, 4: 0.11213517665130568}, 'edge_length_total': 207300.972, 'edge_length_avg': 123.02728308605342, 'street_length_total': 104008.36900000014, 'street_length_avg': 122.79618536009461, 'street_segments_count': 847, 'node_density_km': 50.09431775558413, 'intersection_density_km': 39.090496804664724, 'edge_density_km': 15951.7676841927, 'street_density_km': 8003.422866245856, 'circuity_avg': 1.0339397033427007, 'self_loop_proportion': 0.002373887240356083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0339397033427007\n", - "1994\n", - "18989973.23192183\n", - "{'n': 748, 'm': 2111, 'k_avg': 5.644385026737968, 'intersection_count': 659, 'streets_per_node_avg': 3.0267379679144386, 'streets_per_node_counts': {0: 0, 1: 89, 2: 4, 3: 454, 4: 200, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11898395721925134, 2: 0.0053475935828877, 3: 0.606951871657754, 4: 0.26737967914438504, 5: 0.001336898395721925}, 'edge_length_total': 262593.3360000002, 'edge_length_avg': 124.39286404547616, 'street_length_total': 138978.7, 'street_length_avg': 125.43203971119135, 'street_segments_count': 1108, 'node_density_km': 39.38920770791948, 'intersection_density_km': 34.702523903100186, 'edge_density_km': 13827.999270614302, 'street_density_km': 7318.530589942018, 'circuity_avg': 1.0371049394707665, 'self_loop_proportion': 0.0018948365703458077, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371049394707665\n", - "1995\n", - "4999270.886143854\n", - "{'n': 313, 'm': 697, 'k_avg': 4.453674121405751, 'intersection_count': 235, 'streets_per_node_avg': 2.5654952076677318, 'streets_per_node_counts': {0: 0, 1: 78, 2: 3, 3: 209, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24920127795527156, 2: 0.009584664536741214, 3: 0.6677316293929713, 4: 0.07348242811501597}, 'edge_length_total': 63001.89999999998, 'edge_length_avg': 90.39010043041604, 'street_length_total': 33747.576, 'street_length_avg': 85.43690126582278, 'street_segments_count': 395, 'node_density_km': 62.60912983681706, 'intersection_density_km': 47.00685466981473, 'edge_density_km': 12602.217690307232, 'street_density_km': 6750.499576555436, 'circuity_avg': 1.0811593547995197, 'self_loop_proportion': 0.00860832137733142, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0811593547995197\n", - "1996\n", - "10994082.495060675\n", - "{'n': 337, 'm': 974, 'k_avg': 5.7804154302670625, 'intersection_count': 296, 'streets_per_node_avg': 3.0326409495548963, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 204, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12166172106824925, 2: 0.0, 3: 0.6053412462908012, 4: 0.27002967359050445, 5: 0.002967359050445104}, 'edge_length_total': 161437.64600000018, 'edge_length_avg': 165.74706981519526, 'street_length_total': 81147.24399999999, 'street_length_avg': 163.27413279678066, 'street_segments_count': 497, 'node_density_km': 30.652853491994843, 'intersection_density_km': 26.923574580505857, 'edge_density_km': 14684.048993859147, 'street_density_km': 7380.99282377198, 'circuity_avg': 1.037412423529925, 'self_loop_proportion': 0.006160164271047228, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037412423529925\n", - "1997\n", - "7000463.314024551\n", - "{'n': 406, 'm': 1029, 'k_avg': 5.068965517241379, 'intersection_count': 324, 'streets_per_node_avg': 2.7192118226600983, 'streets_per_node_counts': {0: 0, 1: 82, 2: 2, 3: 270, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2019704433497537, 2: 0.0049261083743842365, 3: 0.6650246305418719, 4: 0.12807881773399016}, 'edge_length_total': 108892.55999999988, 'edge_length_avg': 105.82367346938764, 'street_length_total': 56978.16800000001, 'street_length_avg': 106.7006891385768, 'street_segments_count': 534, 'node_density_km': 57.9961613664384, 'intersection_density_km': 46.28265094267498, 'edge_density_km': 15555.05044671076, 'street_density_km': 8139.199570670043, 'circuity_avg': 1.0744134352826609, 'self_loop_proportion': 0.011661807580174927, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744134352826609\n", - "1998\n", - "16990364.238978483\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 341, 'm': 910, 'k_avg': 5.3372434017595305, 'intersection_count': 274, 'streets_per_node_avg': 2.7360703812316713, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 230, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19648093841642228, 2: 0.0, 3: 0.6744868035190615, 4: 0.12903225806451613}, 'edge_length_total': 169291.45800000007, 'edge_length_avg': 186.0345692307693, 'street_length_total': 84645.72900000005, 'street_length_avg': 186.03456923076934, 'street_segments_count': 455, 'node_density_km': 20.070199508595234, 'intersection_density_km': 16.126787874941627, 'edge_density_km': 9963.968730677338, 'street_density_km': 4981.98436533867, 'circuity_avg': 1.0460049771777902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460049771777902\n", - "1999\n", - "4999466.634878878\n", - "{'n': 91, 'm': 280, 'k_avg': 6.153846153846154, 'intersection_count': 84, 'streets_per_node_avg': 3.4175824175824174, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 32, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.3516483516483517, 4: 0.5714285714285714}, 'edge_length_total': 58781.659999999945, 'edge_length_avg': 209.93449999999982, 'street_length_total': 29390.83, 'street_length_avg': 209.9345, 'street_segments_count': 140, 'node_density_km': 18.20194165616322, 'intersection_density_km': 16.80179229799682, 'edge_density_km': 11757.586217279366, 'street_density_km': 5878.793108639689, 'circuity_avg': 1.0083897398063912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0083897398063912\n", - "2000\n", - "12996052.360969288\n", - "{'n': 600, 'm': 1509, 'k_avg': 5.03, 'intersection_count': 502, 'streets_per_node_avg': 2.7733333333333334, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 444, 4: 56, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16333333333333333, 2: 0.0, 3: 0.74, 4: 0.09333333333333334, 5: 0.0033333333333333335}, 'edge_length_total': 191999.06999999998, 'edge_length_avg': 127.23596421471171, 'street_length_total': 98041.89600000004, 'street_length_avg': 121.94265671641796, 'street_segments_count': 804, 'node_density_km': 46.167865697584034, 'intersection_density_km': 38.62711430031197, 'edge_density_km': 14773.645463035058, 'street_density_km': 7543.975145440838, 'circuity_avg': 1.0692822588257709, 'self_loop_proportion': 0.0026507620941020544, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692822588257709\n", - "2001\n", - "15993324.682853328\n", - "{'n': 566, 'm': 1439, 'k_avg': 5.084805653710247, 'intersection_count': 439, 'streets_per_node_avg': 2.6784452296819787, 'streets_per_node_counts': {0: 0, 1: 127, 2: 1, 3: 365, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22438162544169613, 2: 0.0017667844522968198, 3: 0.6448763250883393, 4: 0.12897526501766785}, 'edge_length_total': 194746.98099999962, 'edge_length_avg': 135.334941626129, 'street_length_total': 97628.453, 'street_length_avg': 134.65993517241378, 'street_segments_count': 725, 'node_density_km': 35.38976486901542, 'intersection_density_km': 27.44895190370631, 'edge_density_km': 12176.766548658306, 'street_density_km': 6104.325081617886, 'circuity_avg': 1.0637267077592447, 'self_loop_proportion': 0.008339124391938846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637267077592447\n", - "2002\n", - "10995148.845352434\n", - "{'n': 222, 'm': 589, 'k_avg': 5.306306306306307, 'intersection_count': 181, 'streets_per_node_avg': 2.765765765765766, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 151, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18468468468468469, 2: 0.0, 3: 0.6801801801801802, 4: 0.13513513513513514}, 'edge_length_total': 119943.18699999996, 'edge_length_avg': 203.638687606112, 'street_length_total': 60015.34800000001, 'street_length_avg': 203.44185762711868, 'street_segments_count': 295, 'node_density_km': 20.1907225743322, 'intersection_density_km': 16.461805342135712, 'edge_density_km': 10908.736997289403, 'street_density_km': 5458.347935450464, 'circuity_avg': 1.0642810207536955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642810207536955\n", - "2003\n", - "12996987.280329937\n", - "{'n': 431, 'm': 1090, 'k_avg': 5.058004640371229, 'intersection_count': 353, 'streets_per_node_avg': 2.7285382830626452, 'streets_per_node_counts': {0: 0, 1: 78, 2: 1, 3: 313, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18097447795823665, 2: 0.002320185614849188, 3: 0.7262180974477959, 4: 0.08816705336426914, 5: 0.002320185614849188}, 'edge_length_total': 130570.86899999998, 'edge_length_avg': 119.78978807339448, 'street_length_total': 67535.47600000001, 'street_length_avg': 117.86295986038397, 'street_segments_count': 573, 'node_density_km': 33.161531261347726, 'intersection_density_km': 27.160140453029577, 'edge_density_km': 10046.241192957861, 'street_density_km': 5196.240832074244, 'circuity_avg': 1.089687299954383, 'self_loop_proportion': 0.003669724770642202, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089687299954383\n", - "2004\n", - "8996043.709677659\n", - "{'n': 713, 'm': 1970, 'k_avg': 5.525946704067321, 'intersection_count': 582, 'streets_per_node_avg': 2.841514726507714, 'streets_per_node_counts': {0: 0, 1: 131, 2: 1, 3: 432, 4: 148, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18373071528751753, 2: 0.001402524544179523, 3: 0.605890603085554, 4: 0.20757363253856942, 5: 0.001402524544179523}, 'edge_length_total': 178358.10199999987, 'edge_length_avg': 90.53710761421313, 'street_length_total': 89510.72900000021, 'street_length_avg': 90.41487777777799, 'street_segments_count': 990, 'node_density_km': 79.25706266110926, 'intersection_density_km': 64.69510584679605, 'edge_density_km': 19826.28228096845, 'street_density_km': 9950.010458898438, 'circuity_avg': 1.035819435911369, 'self_loop_proportion': 0.0020304568527918783, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035819435911369\n", - "2005\n", - "6998218.844690107\n", - "{'n': 51, 'm': 144, 'k_avg': 5.647058823529412, 'intersection_count': 45, 'streets_per_node_avg': 3.0784313725490198, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 29, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.5686274509803921, 4: 0.3137254901960784}, 'edge_length_total': 45936.11999999998, 'edge_length_avg': 319.0008333333332, 'street_length_total': 22968.059999999998, 'street_length_avg': 319.0008333333333, 'street_segments_count': 72, 'node_density_km': 7.287568613075913, 'intersection_density_km': 6.4302075997728645, 'edge_density_km': 6563.973065068403, 'street_density_km': 3281.9865325342025, 'circuity_avg': 1.0376062287110248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376062287110248\n", - "2006\n", - "58008646.84281067\n", - "{'n': 8618, 'm': 23964, 'k_avg': 5.561383151543281, 'intersection_count': 7307, 'streets_per_node_avg': 2.9513808308192155, 'streets_per_node_counts': {0: 0, 1: 1311, 2: 24, 3: 5107, 4: 2133, 5: 35, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15212346252030634, 2: 0.002784868879090276, 3: 0.5925968902297517, 4: 0.2475052216291483, 5: 0.004061267115339986, 6: 0.0009282896263634254}, 'edge_length_total': 1452450.5349999901, 'edge_length_avg': 60.6096868218991, 'street_length_total': 766434.8650000014, 'street_length_avg': 60.61169355476484, 'street_segments_count': 12645, 'node_density_km': 148.56405844722917, 'intersection_density_km': 125.9639794701675, 'edge_density_km': 25038.517773665328, 'street_density_km': 13212.424469697657, 'circuity_avg': 1.0559056798766895, 'self_loop_proportion': 0.003129694541812719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559056798766895\n", - "2007\n", - "7001620.319851107\n", - "{'n': 282, 'm': 746, 'k_avg': 5.290780141843972, 'intersection_count': 238, 'streets_per_node_avg': 2.868794326241135, 'streets_per_node_counts': {0: 0, 1: 44, 2: 2, 3: 185, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15602836879432624, 2: 0.0070921985815602835, 3: 0.6560283687943262, 4: 0.17375886524822695, 5: 0.0070921985815602835}, 'edge_length_total': 85265.27000000008, 'edge_length_avg': 114.29660857908857, 'street_length_total': 43533.08899999998, 'street_length_avg': 111.9102544987146, 'street_segments_count': 389, 'node_density_km': 40.27639133765495, 'intersection_density_km': 33.992131696318715, 'edge_density_km': 12177.93397883267, 'street_density_km': 6217.573506031777, 'circuity_avg': 1.0362062263148573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362062263148573\n", - "2008\n", - "9000941.623865014\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 169, 'm': 426, 'k_avg': 5.041420118343195, 'intersection_count': 130, 'streets_per_node_avg': 2.7041420118343193, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 102, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.6035502958579881, 4: 0.16568047337278108}, 'edge_length_total': 63921.638, 'edge_length_avg': 150.05079342723005, 'street_length_total': 32019.370000000006, 'street_length_avg': 148.2378240740741, 'street_segments_count': 216, 'node_density_km': 18.77581336067273, 'intersection_density_km': 14.442933354363635, 'edge_density_km': 7101.661211813524, 'street_density_km': 3557.3355919900805, 'circuity_avg': 1.0273725317014994, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273725317014994\n", - "2009\n", - "4998834.524326217\n", - "{'n': 784, 'm': 2458, 'k_avg': 6.270408163265306, 'intersection_count': 727, 'streets_per_node_avg': 3.2270408163265305, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 435, 4: 292}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07270408163265306, 2: 0.0, 3: 0.5548469387755102, 4: 0.37244897959183676}, 'edge_length_total': 167234.4639999997, 'edge_length_avg': 68.03680390561419, 'street_length_total': 84577.00700000007, 'street_length_avg': 67.93333895582334, 'street_segments_count': 1245, 'node_density_km': 156.83655783858413, 'intersection_density_km': 145.4338999345034, 'edge_density_km': 33454.690925689494, 'street_density_km': 16919.345217053375, 'circuity_avg': 1.0380121976394203, 'self_loop_proportion': 0.0032546786004882017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380121976394203\n", - "2010\n", - "5996205.523804383\n", - "{'n': 205, 'm': 645, 'k_avg': 6.2926829268292686, 'intersection_count': 187, 'streets_per_node_avg': 3.3024390243902437, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 91, 4: 94, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08780487804878048, 2: 0.0, 3: 0.44390243902439025, 4: 0.4585365853658537, 5: 0.00975609756097561}, 'edge_length_total': 87178.96399999996, 'edge_length_avg': 135.16118449612398, 'street_length_total': 44037.727000000006, 'street_length_avg': 135.5006984615385, 'street_segments_count': 325, 'node_density_km': 34.188287774021234, 'intersection_density_km': 31.186389335326687, 'edge_density_km': 14539.021995478224, 'street_density_km': 7344.265773608708, 'circuity_avg': 1.0234792844084137, 'self_loop_proportion': 0.0031007751937984496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0234792844084137\n", - "2011\n", - "7996473.79212497\n", - "{'n': 140, 'm': 352, 'k_avg': 5.0285714285714285, 'intersection_count': 112, 'streets_per_node_avg': 2.6857142857142855, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 101, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7214285714285714, 4: 0.07142857142857142, 5: 0.007142857142857143}, 'edge_length_total': 64500.14000000002, 'edge_length_avg': 183.23903409090914, 'street_length_total': 32512.077, 'street_length_avg': 180.62265, 'street_segments_count': 180, 'node_density_km': 17.507716981186608, 'intersection_density_km': 14.006173584949286, 'edge_density_km': 8066.072831192242, 'street_density_km': 4065.801732761047, 'circuity_avg': 1.0645844105225146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645844105225146\n", - "2012\n", - "4999298.023241626\n", - "{'n': 89, 'm': 284, 'k_avg': 6.382022471910112, 'intersection_count': 82, 'streets_per_node_avg': 3.3820224719101124, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 34, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07865168539325842, 2: 0.0, 3: 0.38202247191011235, 4: 0.5393258426966292}, 'edge_length_total': 55058.191999999966, 'edge_length_avg': 193.8668732394365, 'street_length_total': 27529.095999999998, 'street_length_avg': 193.86687323943661, 'street_segments_count': 142, 'node_density_km': 17.802499388162293, 'intersection_density_km': 16.402302807070875, 'edge_density_km': 11013.18459992496, 'street_density_km': 5506.592299962483, 'circuity_avg': 1.010954499830963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.010954499830963\n", - "2013\n", - "13990419.054350976\n", - "{'n': 1069, 'm': 2992, 'k_avg': 5.597754911131899, 'intersection_count': 921, 'streets_per_node_avg': 2.9176800748362957, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 718, 4: 198, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1384471468662301, 2: 0.0, 3: 0.6716557530402245, 4: 0.18521983161833488, 5: 0.004677268475210477}, 'edge_length_total': 324707.7559999998, 'edge_length_avg': 108.52531951871651, 'street_length_total': 164528.1109999997, 'street_length_avg': 108.38478985507227, 'street_segments_count': 1518, 'node_density_km': 76.40943390237796, 'intersection_density_km': 65.83076578492992, 'edge_density_km': 23209.294499224936, 'street_density_km': 11760.055961213828, 'circuity_avg': 1.0659176971848014, 'self_loop_proportion': 0.004679144385026738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659176971848014\n", - "2014\n", - "15993074.814044215\n", - "{'n': 1097, 'm': 2954, 'k_avg': 5.38559708295351, 'intersection_count': 861, 'streets_per_node_avg': 2.723792160437557, 'streets_per_node_counts': {0: 0, 1: 236, 2: 0, 3: 699, 4: 156, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21513217866909753, 2: 0.0, 3: 0.6371923427529627, 4: 0.1422060164083865, 5: 0.004557885141294439, 6: 0.0009115770282588879}, 'edge_length_total': 277425.8249999998, 'edge_length_avg': 93.91530974949214, 'street_length_total': 139512.99399999986, 'street_length_avg': 94.01145148247969, 'street_segments_count': 1484, 'node_density_km': 68.59218835371648, 'intersection_density_km': 53.83580143350036, 'edge_density_km': 17346.62209898375, 'street_density_km': 8723.337796024529, 'circuity_avg': 1.083972455509759, 'self_loop_proportion': 0.008801624915368992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083972455509759\n", - "2015\n", - "38983953.763396844\n", - "{'n': 3500, 'm': 8674, 'k_avg': 4.956571428571428, 'intersection_count': 2570, 'streets_per_node_avg': 2.5902857142857143, 'streets_per_node_counts': {0: 0, 1: 930, 2: 3, 3: 2149, 4: 407, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26571428571428574, 2: 0.0008571428571428571, 3: 0.614, 4: 0.11628571428571428, 5: 0.003142857142857143}, 'edge_length_total': 611454.4660000011, 'edge_length_avg': 70.49279063869047, 'street_length_total': 313092.67699999997, 'street_length_avg': 69.66904250111259, 'street_segments_count': 4494, 'node_density_km': 89.78052922087781, 'intersection_density_km': 65.9245600279017, 'edge_density_km': 15684.773014842665, 'street_density_km': 8031.321781783244, 'circuity_avg': 1.066694567584553, 'self_loop_proportion': 0.0029974636845745907, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066694567584553\n", - "2016\n", - "13997284.455226399\n", - "{'n': 807, 'm': 2084, 'k_avg': 5.1648079306071875, 'intersection_count': 624, 'streets_per_node_avg': 2.6951672862453533, 'streets_per_node_counts': {0: 0, 1: 183, 2: 2, 3: 501, 4: 120, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22676579925650558, 2: 0.0024783147459727386, 3: 0.620817843866171, 4: 0.14869888475836432, 5: 0.0012391573729863693}, 'edge_length_total': 197887.641, 'edge_length_avg': 94.95568186180422, 'street_length_total': 100986.03099999997, 'street_length_avg': 94.29134547152192, 'street_segments_count': 1071, 'node_density_km': 57.65404015195797, 'intersection_density_km': 44.58007565653256, 'edge_density_km': 14137.573729603773, 'street_density_km': 7214.687343322021, 'circuity_avg': 1.0939331437045672, 'self_loop_proportion': 0.005758157389635317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0939331437045672\n", - "2017\n", - "11006254.281418815\n", - "{'n': 378, 'm': 959, 'k_avg': 5.074074074074074, 'intersection_count': 307, 'streets_per_node_avg': 2.7804232804232805, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 249, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18783068783068782, 2: 0.0, 3: 0.6587301587301587, 4: 0.15079365079365079, 5: 0.0026455026455026454}, 'edge_length_total': 98693.35399999967, 'edge_length_avg': 102.91277789363886, 'street_length_total': 50267.52900000002, 'street_length_avg': 98.75742436149315, 'street_segments_count': 509, 'node_density_km': 34.34410929776121, 'intersection_density_km': 27.893231625430396, 'edge_density_km': 8967.024700366737, 'street_density_km': 4567.1785981597395, 'circuity_avg': 1.0605058291950094, 'self_loop_proportion': 0.006256517205422315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605058291950094\n", - "2018\n", - "6996623.781922496\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 273, 'm': 697, 'k_avg': 5.106227106227106, 'intersection_count': 219, 'streets_per_node_avg': 2.7326007326007327, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 185, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1978021978021978, 2: 0.0, 3: 0.6776556776556777, 4: 0.12087912087912088, 5: 0.003663003663003663}, 'edge_length_total': 101228.48200000006, 'edge_length_avg': 145.23455093256823, 'street_length_total': 51605.71600000002, 'street_length_avg': 142.95212188365656, 'street_segments_count': 361, 'node_density_km': 39.018819434791226, 'intersection_density_km': 31.300811194942415, 'edge_density_km': 14468.189966359036, 'street_density_km': 7375.802616875889, 'circuity_avg': 1.0622581223515746, 'self_loop_proportion': 0.0028694404591104736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622581223515746\n", - "2019\n", - "11993505.667223923\n", - "{'n': 225, 'm': 675, 'k_avg': 6.0, 'intersection_count': 196, 'streets_per_node_avg': 3.0444444444444443, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 128, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1288888888888889, 2: 0.0, 3: 0.5688888888888889, 4: 0.3022222222222222}, 'edge_length_total': 106469.29899999998, 'edge_length_avg': 157.7322948148148, 'street_length_total': 53411.36100000004, 'street_length_avg': 157.09223823529425, 'street_segments_count': 340, 'node_density_km': 18.76015288964962, 'intersection_density_km': 16.342177628317003, 'edge_density_km': 8877.245899083642, 'street_density_km': 4453.356881796755, 'circuity_avg': 1.045360189614775, 'self_loop_proportion': 0.002962962962962963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045360189614775\n", - "2020\n", - "7995463.222444461\n", - "{'n': 205, 'm': 650, 'k_avg': 6.341463414634147, 'intersection_count': 193, 'streets_per_node_avg': 3.346341463414634, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 98, 4: 95}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05853658536585366, 2: 0.0, 3: 0.47804878048780486, 4: 0.4634146341463415}, 'edge_length_total': 107774.2279999999, 'edge_length_avg': 165.80650461538445, 'street_length_total': 53887.11399999995, 'street_length_avg': 165.80650461538445, 'street_segments_count': 325, 'node_density_km': 25.63954011126389, 'intersection_density_km': 24.138688982799664, 'edge_density_km': 13479.422642763402, 'street_density_km': 6739.711321381701, 'circuity_avg': 1.0133066085748779, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0133066085748779\n", - "2021\n", - "6997319.415336994\n", - "{'n': 1733, 'm': 4095, 'k_avg': 4.725908828620889, 'intersection_count': 1271, 'streets_per_node_avg': 2.5591459896133872, 'streets_per_node_counts': {0: 0, 1: 462, 2: 4, 3: 1107, 4: 156, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26658972879399884, 2: 0.002308136180034622, 3: 0.6387766878245816, 4: 0.09001731102135026, 5: 0.002308136180034622}, 'edge_length_total': 191628.40799999997, 'edge_length_avg': 46.79570402930402, 'street_length_total': 100368.13400000008, 'street_length_avg': 46.01931866116464, 'street_segments_count': 2181, 'node_density_km': 247.66627005786586, 'intersection_density_km': 181.64098629171812, 'edge_density_km': 27385.974060292494, 'street_density_km': 14343.7976805817, 'circuity_avg': 1.068678866405621, 'self_loop_proportion': 0.001221001221001221, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068678866405621\n", - "2022\n", - "41972772.09877551\n", - "error with entry 2022\n", - "2023\n", - "13994426.294082966\n", - "{'n': 864, 'm': 2483, 'k_avg': 5.747685185185185, 'intersection_count': 744, 'streets_per_node_avg': 2.982638888888889, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 524, 4: 216, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1388888888888889, 2: 0.0, 3: 0.6064814814814815, 4: 0.25, 5: 0.003472222222222222, 6: 0.0011574074074074073}, 'edge_length_total': 229400.47499999934, 'edge_length_avg': 92.38843133306457, 'street_length_total': 115975.5340000001, 'street_length_avg': 92.19040858505572, 'street_segments_count': 1258, 'node_density_km': 61.73886530563322, 'intersection_density_km': 53.16402290207305, 'edge_density_km': 16392.274336890325, 'street_density_km': 8287.266055989458, 'circuity_avg': 1.0423947817347552, 'self_loop_proportion': 0.0008054772452678212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423947817347552\n", - "2024\n", - "14001007.341568347\n", - "{'n': 390, 'm': 1262, 'k_avg': 6.471794871794872, 'intersection_count': 367, 'streets_per_node_avg': 3.335897435897436, 'streets_per_node_counts': {0: 0, 1: 23, 2: 1, 3: 189, 4: 176, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05897435897435897, 2: 0.002564102564102564, 3: 0.4846153846153846, 4: 0.4512820512820513, 5: 0.002564102564102564}, 'edge_length_total': 202122.7259999997, 'edge_length_avg': 160.16063866877948, 'street_length_total': 101827.73299999986, 'street_length_avg': 160.35863464566907, 'street_segments_count': 635, 'node_density_km': 27.85513859721421, 'intersection_density_km': 26.212399654301578, 'edge_density_km': 14436.298836863447, 'street_density_km': 7272.886194243896, 'circuity_avg': 1.023090383817777, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023090383817777\n", - "2025\n", - "11996963.042652475\n", - "{'n': 627, 'm': 1779, 'k_avg': 5.6746411483253585, 'intersection_count': 523, 'streets_per_node_avg': 2.8883572567783093, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 386, 4: 136, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16586921850079744, 2: 0.0, 3: 0.6156299840510366, 4: 0.21690590111642744, 5: 0.001594896331738437}, 'edge_length_total': 196495.58200000058, 'edge_length_avg': 110.45282855536851, 'street_length_total': 98792.76399999997, 'street_length_avg': 110.38297653631281, 'street_segments_count': 895, 'node_density_km': 52.26322676587767, 'intersection_density_km': 43.59436618589158, 'edge_density_km': 16378.77697058874, 'street_density_km': 8234.814398341043, 'circuity_avg': 1.0292100483987678, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292100483987678\n", - "2026\n", - "6995324.80474289\n", - "{'n': 311, 'm': 715, 'k_avg': 4.598070739549839, 'intersection_count': 224, 'streets_per_node_avg': 2.4790996784565915, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 213, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2797427652733119, 2: 0.0, 3: 0.684887459807074, 4: 0.03215434083601286, 5: 0.003215434083601286}, 'edge_length_total': 82491.81100000002, 'edge_length_avg': 115.37316223776226, 'street_length_total': 41423.898000000016, 'street_length_avg': 114.11542148760334, 'street_segments_count': 363, 'node_density_km': 44.45826443814865, 'intersection_density_km': 32.021386604968804, 'edge_density_km': 11792.420409709905, 'street_density_km': 5921.654698851761, 'circuity_avg': 1.0664523725321848, 'self_loop_proportion': 0.002797202797202797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664523725321848\n", - "2027\n", - "15994448.74063398\n", - "{'n': 1204, 'm': 2981, 'k_avg': 4.951827242524917, 'intersection_count': 870, 'streets_per_node_avg': 2.54734219269103, 'streets_per_node_counts': {0: 0, 1: 334, 2: 0, 3: 747, 4: 123}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27740863787375414, 2: 0.0, 3: 0.6204318936877077, 4: 0.10215946843853821}, 'edge_length_total': 271650.46800000017, 'edge_length_avg': 91.12729553840998, 'street_length_total': 137310.43200000038, 'street_length_avg': 90.87387954996716, 'street_segments_count': 1511, 'node_density_km': 75.27611732820975, 'intersection_density_km': 54.393872155766175, 'edge_density_km': 16984.04692809892, 'street_density_km': 8584.880556162121, 'circuity_avg': 1.0701304037630601, 'self_loop_proportion': 0.0033545790003354577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701304037630601\n", - "2028\n", - "13992802.453108683\n", - "{'n': 700, 'm': 1734, 'k_avg': 4.954285714285715, 'intersection_count': 586, 'streets_per_node_avg': 2.7842857142857143, 'streets_per_node_counts': {0: 0, 1: 114, 2: 4, 3: 502, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16285714285714287, 2: 0.005714285714285714, 3: 0.7171428571428572, 4: 0.11285714285714285, 5: 0.0014285714285714286}, 'edge_length_total': 168818.1849999998, 'edge_length_avg': 97.35766147635513, 'street_length_total': 90199.60299999987, 'street_length_avg': 94.54885010482167, 'street_segments_count': 954, 'node_density_km': 50.02571874688947, 'intersection_density_km': 41.87867312239604, 'edge_density_km': 12064.644345957633, 'street_density_km': 6446.142815370115, 'circuity_avg': 1.0848751775415997, 'self_loop_proportion': 0.006920415224913495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0848751775415997\n", - "2029\n", - "75958183.99789047\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7787, 'm': 21163, 'k_avg': 5.435469372030307, 'intersection_count': 6759, 'streets_per_node_avg': 2.863362013612431, 'streets_per_node_counts': {0: 0, 1: 1028, 2: 5, 3: 5789, 4: 939, 5: 20, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1320148966225761, 2: 0.0006420958006934634, 3: 0.743418518042892, 4: 0.12058559137023243, 5: 0.0025683832027738537, 6: 0.0007705149608321562}, 'edge_length_total': 1470587.7060000002, 'edge_length_avg': 69.48862193450834, 'street_length_total': 763168.2789999989, 'street_length_avg': 68.74770552202494, 'street_segments_count': 11101, 'node_density_km': 102.5169322138647, 'intersection_density_km': 88.98317000558771, 'edge_density_km': 19360.490583092953, 'street_density_km': 10047.215965842388, 'circuity_avg': 1.0708676477587975, 'self_loop_proportion': 0.0022681094362803004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708676477587975\n", - "2030\n", - "14992067.762317182\n", - "{'n': 1079, 'm': 2997, 'k_avg': 5.555143651529193, 'intersection_count': 901, 'streets_per_node_avg': 2.8526413345690456, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 704, 4: 197}, 'streets_per_node_proportion': {0: 0.0, 1: 0.164967562557924, 2: 0.0, 3: 0.6524559777571826, 4: 0.18257645968489342}, 'edge_length_total': 306798.0110000014, 'edge_length_avg': 102.36837203870584, 'street_length_total': 154101.7419999998, 'street_length_avg': 102.32519389110212, 'street_segments_count': 1506, 'node_density_km': 71.97139294634759, 'intersection_density_km': 60.09844767809007, 'edge_density_km': 20464.022432658916, 'street_density_km': 10278.885103983932, 'circuity_avg': 1.0407463704554971, 'self_loop_proportion': 0.002002002002002002, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407463704554971\n", - "2031\n", - "16990479.39331962\n", - "{'n': 469, 'm': 1230, 'k_avg': 5.245202558635395, 'intersection_count': 376, 'streets_per_node_avg': 2.7825159914712154, 'streets_per_node_counts': {0: 0, 1: 93, 2: 1, 3: 290, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19829424307036247, 2: 0.0021321961620469083, 3: 0.6183368869936035, 4: 0.1812366737739872}, 'edge_length_total': 225051.1769999998, 'edge_length_avg': 182.96843658536568, 'street_length_total': 112967.93199999993, 'street_length_avg': 180.74869119999988, 'street_segments_count': 625, 'node_density_km': 27.603694348047835, 'intersection_density_km': 22.130040671356046, 'edge_density_km': 13245.722606772722, 'street_density_km': 6648.896089678145, 'circuity_avg': 1.0318507900640235, 'self_loop_proportion': 0.0016260162601626016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0318507900640235\n", - "2032\n", - "8996551.261195902\n", - "{'n': 878, 'm': 2037, 'k_avg': 4.640091116173121, 'intersection_count': 601, 'streets_per_node_avg': 2.415717539863326, 'streets_per_node_counts': {0: 0, 1: 277, 2: 0, 3: 560, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31548974943052394, 2: 0.0, 3: 0.6378132118451025, 4: 0.04669703872437358}, 'edge_length_total': 164942.04399999988, 'edge_length_avg': 80.97302110947466, 'street_length_total': 84007.96, 'street_length_avg': 80.69928914505284, 'street_segments_count': 1041, 'node_density_km': 97.59295251137027, 'intersection_density_km': 66.80337637737304, 'edge_density_km': 18333.9192109571, 'street_density_km': 9337.795957696006, 'circuity_avg': 1.0728891235070366, 'self_loop_proportion': 0.0009818360333824251, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728891235070366\n", - "2033\n", - "5999108.627155788\n", - "{'n': 72, 'm': 236, 'k_avg': 6.555555555555555, 'intersection_count': 65, 'streets_per_node_avg': 3.4722222222222223, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 17, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09722222222222222, 2: 0.0, 3: 0.2361111111111111, 4: 0.6666666666666666}, 'edge_length_total': 62311.581999999995, 'edge_length_avg': 264.03212711864404, 'street_length_total': 31155.791, 'street_length_avg': 264.0321271186441, 'street_segments_count': 118, 'node_density_km': 12.001783010576291, 'intersection_density_km': 10.834942995659151, 'edge_density_km': 10386.806752912937, 'street_density_km': 5193.403376456468, 'circuity_avg': 1.0399746903016645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0399746903016645\n", - "2034\n", - "3998829.370486068\n", - "{'n': 55, 'm': 156, 'k_avg': 5.672727272727273, 'intersection_count': 48, 'streets_per_node_avg': 3.1636363636363636, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 25, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12727272727272726, 2: 0.0, 3: 0.45454545454545453, 4: 0.41818181818181815}, 'edge_length_total': 39620.38199999998, 'edge_length_avg': 253.97680769230757, 'street_length_total': 19810.191, 'street_length_avg': 253.9768076923077, 'street_segments_count': 78, 'node_density_km': 13.754025216963585, 'intersection_density_km': 12.003512916622764, 'edge_density_km': 9907.995147885998, 'street_density_km': 4953.997573943001, 'circuity_avg': 1.0101287852550829, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0101287852550829\n", - "2035\n", - "6001825.544601658\n", - "{'n': 290, 'm': 690, 'k_avg': 4.758620689655173, 'intersection_count': 186, 'streets_per_node_avg': 2.413793103448276, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 148, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3586206896551724, 2: 0.0, 3: 0.5103448275862069, 4: 0.1310344827586207}, 'edge_length_total': 66546.38399999998, 'edge_length_avg': 96.44403478260867, 'street_length_total': 33273.19200000002, 'street_length_avg': 96.44403478260874, 'street_segments_count': 345, 'node_density_km': 48.31863203035625, 'intersection_density_km': 30.990570888435386, 'edge_density_km': 11087.690487747535, 'street_density_km': 5543.845243873772, 'circuity_avg': 1.035279004477259, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035279004477259\n", - "2036\n", - "7996316.467874194\n", - "{'n': 329, 'm': 904, 'k_avg': 5.495440729483283, 'intersection_count': 276, 'streets_per_node_avg': 2.8753799392097266, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 211, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16109422492401215, 2: 0.0, 3: 0.6413373860182371, 4: 0.19756838905775076}, 'edge_length_total': 126829.67900000016, 'edge_length_avg': 140.29831747787628, 'street_length_total': 63613.04399999998, 'street_length_avg': 139.80888791208787, 'street_segments_count': 455, 'node_density_km': 41.14394438011332, 'intersection_density_km': 34.515892549882295, 'edge_density_km': 15861.01294384083, 'street_density_km': 7955.293447372949, 'circuity_avg': 1.0185642368275913, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0185642368275913\n", - "2037\n", - "4996541.295630714\n", - "{'n': 118, 'm': 289, 'k_avg': 4.898305084745763, 'intersection_count': 99, 'streets_per_node_avg': 2.7711864406779663, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 88, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16101694915254236, 2: 0.0, 3: 0.7457627118644068, 4: 0.09322033898305085}, 'edge_length_total': 45238.092000000026, 'edge_length_avg': 156.53319031141876, 'street_length_total': 22897.35700000001, 'street_length_avg': 144.00853459119503, 'street_segments_count': 159, 'node_density_km': 23.61633638516838, 'intersection_density_km': 19.81370595026839, 'edge_density_km': 9053.88133978979, 'street_density_km': 4582.641400366866, 'circuity_avg': 1.089554231695838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089554231695838\n", - "2038\n", - "7995002.563496015\n", - "{'n': 180, 'm': 538, 'k_avg': 5.977777777777778, 'intersection_count': 166, 'streets_per_node_avg': 3.15, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 117, 4: 43, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07777777777777778, 2: 0.0, 3: 0.65, 4: 0.2388888888888889, 5: 0.03333333333333333}, 'edge_length_total': 91069.04600000002, 'edge_length_avg': 169.27331970260227, 'street_length_total': 45534.52300000002, 'street_length_avg': 169.27331970260232, 'street_segments_count': 269, 'node_density_km': 22.514064075708127, 'intersection_density_km': 20.76297020315305, 'edge_density_km': 11390.746316431174, 'street_density_km': 5695.373158215589, 'circuity_avg': 1.040954676292617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040954676292617\n", - "2039\n", - "19984898.58713158\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1091, 'm': 2913, 'k_avg': 5.340054995417049, 'intersection_count': 915, 'streets_per_node_avg': 2.8093492208982584, 'streets_per_node_counts': {0: 0, 1: 176, 2: 2, 3: 768, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1613198900091659, 2: 0.0018331805682859762, 3: 0.7039413382218148, 4: 0.13198900091659027, 5: 0.0009165902841429881}, 'edge_length_total': 317511.27800000075, 'edge_length_avg': 108.99803570202566, 'street_length_total': 161683.0590000004, 'street_length_avg': 107.14583101391676, 'street_segments_count': 1509, 'node_density_km': 54.591220227782536, 'intersection_density_km': 45.784570585170506, 'edge_density_km': 15887.560130249976, 'street_density_km': 8090.2616690839395, 'circuity_avg': 1.045775602929878, 'self_loop_proportion': 0.0006865774116031583, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045775602929878\n", - "2040\n", - "11996983.764809381\n", - "{'n': 305, 'm': 777, 'k_avg': 5.0950819672131145, 'intersection_count': 229, 'streets_per_node_avg': 2.622950819672131, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 192, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24918032786885247, 2: 0.0, 3: 0.6295081967213115, 4: 0.12131147540983607}, 'edge_length_total': 117779.2469999999, 'edge_length_avg': 151.58204247104234, 'street_length_total': 58938.76800000003, 'street_length_avg': 151.12504615384623, 'street_segments_count': 390, 'node_density_km': 25.423056826554447, 'intersection_density_km': 19.088131191085143, 'edge_density_km': 9817.404883507508, 'street_density_km': 4912.7988463970805, 'circuity_avg': 1.0558308557440712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558308557440712\n", - "2041\n", - "27003970.452572912\n", - "error with entry 2041\n", - "2042\n", - "6996971.968048632\n", - "{'n': 476, 'm': 1427, 'k_avg': 5.995798319327731, 'intersection_count': 422, 'streets_per_node_avg': 3.092436974789916, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 272, 4: 148, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1134453781512605, 2: 0.0, 3: 0.5714285714285714, 4: 0.31092436974789917, 5: 0.004201680672268907}, 'edge_length_total': 141853.2409999999, 'edge_length_avg': 99.40661597757526, 'street_length_total': 71477.86100000002, 'street_length_avg': 98.9998074792244, 'street_segments_count': 722, 'node_density_km': 68.02942789732948, 'intersection_density_km': 60.31180372410304, 'edge_density_km': 20273.518551705874, 'street_density_km': 10215.541998224455, 'circuity_avg': 1.0281248107984293, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0281248107984293\n", - "2043\n", - "25000602.25528457\n", - "{'n': 790, 'm': 1944, 'k_avg': 4.921518987341772, 'intersection_count': 611, 'streets_per_node_avg': 2.6481012658227847, 'streets_per_node_counts': {0: 0, 1: 179, 2: 3, 3: 526, 4: 81, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22658227848101264, 2: 0.0037974683544303796, 3: 0.6658227848101266, 4: 0.10253164556962026, 5: 0.0012658227848101266}, 'edge_length_total': 228063.1379999995, 'edge_length_avg': 117.31642901234542, 'street_length_total': 116860.85600000001, 'street_length_avg': 113.56740136054424, 'street_segments_count': 1029, 'node_density_km': 31.59923876765855, 'intersection_density_km': 24.43941124941693, 'edge_density_km': 9122.305761725882, 'street_density_km': 4674.321634603752, 'circuity_avg': 1.0980752129580853, 'self_loop_proportion': 0.006172839506172839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0980752129580853\n", - "2044\n", - "37974944.92165908\n", - "{'n': 2502, 'm': 6372, 'k_avg': 5.093525179856115, 'intersection_count': 2032, 'streets_per_node_avg': 2.7729816147082333, 'streets_per_node_counts': {0: 0, 1: 470, 2: 17, 3: 1632, 4: 377, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18784972022382093, 2: 0.006794564348521183, 3: 0.6522781774580336, 4: 0.15067945643485212, 5: 0.002398081534772182}, 'edge_length_total': 685388.085999999, 'edge_length_avg': 107.56247426239783, 'street_length_total': 367352.8969999991, 'street_length_avg': 106.75759866317905, 'street_segments_count': 3441, 'node_density_km': 65.88554651393265, 'intersection_density_km': 53.50896503449687, 'edge_density_km': 18048.428705135175, 'street_density_km': 9673.55970516441, 'circuity_avg': 1.0729545316714875, 'self_loop_proportion': 0.008160703075957313, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729545316714875\n", - "2045\n", - "27996632.05538304\n", - "{'n': 1501, 'm': 3802, 'k_avg': 5.06595602931379, 'intersection_count': 1164, 'streets_per_node_avg': 2.6748834110592936, 'streets_per_node_counts': {0: 0, 1: 337, 2: 0, 3: 978, 4: 186}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22451698867421718, 2: 0.0, 3: 0.6515656229180546, 4: 0.12391738840772819}, 'edge_length_total': 372056.9309999999, 'edge_length_avg': 97.85821436086269, 'street_length_total': 191050.9150000008, 'street_length_avg': 96.49036111111151, 'street_segments_count': 1980, 'node_density_km': 53.6135917002701, 'intersection_density_km': 41.57642953971645, 'edge_density_km': 13289.346027907768, 'street_density_km': 6824.067788656263, 'circuity_avg': 1.0530762482349114, 'self_loop_proportion': 0.0026301946344029457, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530762482349114\n", - "2046\n", - "7998844.331364779\n", - "{'n': 411, 'm': 1107, 'k_avg': 5.386861313868613, 'intersection_count': 333, 'streets_per_node_avg': 2.8564476885644767, 'streets_per_node_counts': {0: 0, 1: 78, 2: 3, 3: 230, 4: 100}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1897810218978102, 2: 0.0072992700729927005, 3: 0.559610705596107, 4: 0.24330900243309003}, 'edge_length_total': 113399.2380000001, 'edge_length_avg': 102.43833604336052, 'street_length_total': 57344.10300000007, 'street_length_avg': 100.07696858638755, 'street_segments_count': 573, 'node_density_km': 51.38242263177965, 'intersection_density_km': 41.63101395713534, 'edge_density_km': 14176.952732452, 'street_density_km': 7169.0485055627905, 'circuity_avg': 1.0499100667316026, 'self_loop_proportion': 0.0036133694670280035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499100667316026\n", - "2047\n", - "46988993.09861205\n", - "{'n': 4866, 'm': 14295, 'k_avg': 5.875462392108508, 'intersection_count': 4289, 'streets_per_node_avg': 3.0521989313604605, 'streets_per_node_counts': {0: 0, 1: 577, 2: 6, 3: 2898, 4: 1357, 5: 27, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11857788738183313, 2: 0.0012330456226880395, 3: 0.5955610357583231, 4: 0.2788738183312783, 5: 0.005548705302096177, 6: 0.0002055076037813399}, 'edge_length_total': 1092250.1069999996, 'edge_length_avg': 76.40784239244488, 'street_length_total': 560012.4570000016, 'street_length_avg': 75.87216596667139, 'street_segments_count': 7381, 'node_density_km': 103.55616664924302, 'intersection_density_km': 91.27669518261474, 'edge_density_km': 23244.807666080043, 'street_density_km': 11917.949716963463, 'circuity_avg': 1.0429802683790403, 'self_loop_proportion': 0.0020286813571178735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429802683790403\n", - "2048\n", - "9998302.514158228\n", - "{'n': 208, 'm': 558, 'k_avg': 5.365384615384615, 'intersection_count': 177, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 31, 2: 1, 3: 139, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14903846153846154, 2: 0.004807692307692308, 3: 0.6682692307692307, 4: 0.1778846153846154}, 'edge_length_total': 108223.88999999993, 'edge_length_avg': 193.94962365591385, 'street_length_total': 54801.94299999997, 'street_length_avg': 189.62610034602065, 'street_segments_count': 289, 'node_density_km': 20.803531369995945, 'intersection_density_km': 17.703005060044624, 'edge_density_km': 10824.226397105715, 'street_density_km': 5481.124713159755, 'circuity_avg': 1.0347005229668826, 'self_loop_proportion': 0.0035842293906810036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347005229668826\n", - "2049\n", - "4997266.662831246\n", - "{'n': 506, 'm': 1284, 'k_avg': 5.075098814229249, 'intersection_count': 382, 'streets_per_node_avg': 2.66403162055336, 'streets_per_node_counts': {0: 0, 1: 124, 2: 1, 3: 303, 4: 77, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2450592885375494, 2: 0.001976284584980237, 3: 0.5988142292490118, 4: 0.15217391304347827, 5: 0.001976284584980237}, 'edge_length_total': 86743.64600000007, 'edge_length_avg': 67.55735669781937, 'street_length_total': 44414.11300000003, 'street_length_avg': 67.0908051359517, 'street_segments_count': 662, 'node_density_km': 101.25535300398022, 'intersection_density_km': 76.44178823620642, 'edge_density_km': 17358.2183726923, 'street_density_km': 8887.681205876817, 'circuity_avg': 1.0825160826117965, 'self_loop_proportion': 0.001557632398753894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825160826117965\n", - "2050\n", - "26983557.397168268\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1303, 'm': 3362, 'k_avg': 5.16039907904835, 'intersection_count': 1102, 'streets_per_node_avg': 2.834228702993093, 'streets_per_node_counts': {0: 0, 1: 201, 2: 4, 3: 919, 4: 171, 5: 5, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15425940138142746, 2: 0.0030698388334612432, 3: 0.7052954719877207, 4: 0.13123561013046814, 5: 0.003837298541826554, 6: 0.0023023791250959325}, 'edge_length_total': 361328.9869999991, 'edge_length_avg': 107.47441612135607, 'street_length_total': 192870.87400000027, 'street_length_avg': 105.45154401312207, 'street_segments_count': 1829, 'node_density_km': 48.28866634674124, 'intersection_density_km': 40.83968558258545, 'edge_density_km': 13390.709819377558, 'street_density_km': 7147.718559163763, 'circuity_avg': 1.112991269812305, 'self_loop_proportion': 0.002379535990481856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.112991269812305\n", - "2051\n", - "18995812.99410988\n", - "{'n': 351, 'm': 1021, 'k_avg': 5.817663817663818, 'intersection_count': 323, 'streets_per_node_avg': 3.011396011396011, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 263, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07977207977207977, 2: 0.0, 3: 0.7492877492877493, 4: 0.17094017094017094}, 'edge_length_total': 241253.43399999983, 'edge_length_avg': 236.29131635651305, 'street_length_total': 120660.54099999994, 'street_length_avg': 236.12630332681005, 'street_segments_count': 511, 'node_density_km': 18.477756130197545, 'intersection_density_km': 17.00374709417039, 'edge_density_km': 12700.347917449304, 'street_density_km': 6351.954561640174, 'circuity_avg': 1.0155007494127344, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0155007494127344\n", - "2052\n", - "104927990.89573641\n", - "error with entry 2052\n", - "2053\n", - "19005063.0767808\n", - "{'n': 1144, 'm': 2820, 'k_avg': 4.93006993006993, 'intersection_count': 888, 'streets_per_node_avg': 2.6966783216783217, 'streets_per_node_counts': {0: 0, 1: 256, 2: 2, 3: 721, 4: 163, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22377622377622378, 2: 0.0017482517482517483, 3: 0.6302447552447552, 4: 0.14248251748251747, 5: 0.0017482517482517483}, 'edge_length_total': 267314.86399999924, 'edge_length_avg': 94.79250496453874, 'street_length_total': 137630.72599999967, 'street_length_avg': 90.48699934253759, 'street_segments_count': 1521, 'node_density_km': 60.1944858261306, 'intersection_density_km': 46.724391095807675, 'edge_density_km': 14065.455237903832, 'street_density_km': 7241.792644621543, 'circuity_avg': 1.0802270289708282, 'self_loop_proportion': 0.0024822695035460994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802270289708282\n", - "2054\n", - "16004538.350996103\n", - "{'n': 464, 'm': 1210, 'k_avg': 5.2155172413793105, 'intersection_count': 405, 'streets_per_node_avg': 2.8577586206896552, 'streets_per_node_counts': {0: 0, 1: 59, 2: 3, 3: 348, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1271551724137931, 2: 0.00646551724137931, 3: 0.75, 4: 0.11422413793103449, 5: 0.0021551724137931034}, 'edge_length_total': 160517.77100000018, 'edge_length_avg': 132.65931487603322, 'street_length_total': 82330.9050000001, 'street_length_avg': 126.85809707241926, 'street_segments_count': 649, 'node_density_km': 28.991776571369908, 'intersection_density_km': 25.3053222228552, 'edge_density_km': 10029.515846048114, 'street_density_km': 5144.22241956613, 'circuity_avg': 1.0588115266697613, 'self_loop_proportion': 0.014049586776859505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588115266697613\n", - "2055\n", - "8994657.618513152\n", - "{'n': 195, 'm': 538, 'k_avg': 5.517948717948718, 'intersection_count': 166, 'streets_per_node_avg': 2.933333333333333, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 121, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14871794871794872, 2: 0.0, 3: 0.6205128205128205, 4: 0.23076923076923078}, 'edge_length_total': 107991.45799999998, 'edge_length_avg': 200.72761710037173, 'street_length_total': 53995.72900000006, 'street_length_avg': 200.72761710037196, 'street_segments_count': 269, 'node_density_km': 21.67953559440033, 'intersection_density_km': 18.45539953164336, 'edge_density_km': 12006.177731293272, 'street_density_km': 6003.088865646643, 'circuity_avg': 1.046950602374979, 'self_loop_proportion': 0.0037174721189591076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046950602374979\n", - "2056\n", - "6997761.846464014\n", - "{'n': 334, 'm': 930, 'k_avg': 5.568862275449102, 'intersection_count': 292, 'streets_per_node_avg': 2.8982035928143715, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 242, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12574850299401197, 2: 0.0, 3: 0.7245508982035929, 4: 0.1497005988023952}, 'edge_length_total': 102433.01399999982, 'edge_length_avg': 110.14302580645142, 'street_length_total': 51216.506999999976, 'street_length_avg': 110.14302580645156, 'street_segments_count': 465, 'node_density_km': 47.72954657906385, 'intersection_density_km': 41.7276275481636, 'edge_density_km': 14637.968002835001, 'street_density_km': 7318.984001417511, 'circuity_avg': 1.0372472038514573, 'self_loop_proportion': 0.002150537634408602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0372472038514573\n", - "2057\n", - "5996911.339160746\n", - "{'n': 168, 'm': 464, 'k_avg': 5.523809523809524, 'intersection_count': 141, 'streets_per_node_avg': 2.8988095238095237, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 104, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16071428571428573, 2: 0.0, 3: 0.6190476190476191, 4: 0.22023809523809523}, 'edge_length_total': 71594.18400000005, 'edge_length_avg': 154.2978103448277, 'street_length_total': 35797.091999999975, 'street_length_avg': 154.29781034482747, 'street_segments_count': 232, 'node_density_km': 28.014421174269224, 'intersection_density_km': 23.512103485547385, 'edge_density_km': 11938.509667881717, 'street_density_km': 5969.2548339408495, 'circuity_avg': 1.0303524309923264, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0303524309923264\n", - "2058\n", - "8995238.918403478\n", - "{'n': 331, 'm': 927, 'k_avg': 5.601208459214502, 'intersection_count': 279, 'streets_per_node_avg': 2.876132930513595, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 219, 4: 57, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15709969788519637, 2: 0.0, 3: 0.6616314199395771, 4: 0.17220543806646527, 5: 0.00906344410876133}, 'edge_length_total': 130951.04299999986, 'edge_length_avg': 141.26326105717354, 'street_length_total': 65575.87900000004, 'street_length_avg': 141.32732543103458, 'street_segments_count': 464, 'node_density_km': 36.79724385339034, 'intersection_density_km': 31.01640796101482, 'edge_density_km': 14557.81710612326, 'street_density_km': 7290.065288409126, 'circuity_avg': 1.0425633138978492, 'self_loop_proportion': 0.002157497303128371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425633138978492\n", - "2059\n", - "23999562.245153304\n", - "{'n': 1023, 'm': 2580, 'k_avg': 5.043988269794721, 'intersection_count': 829, 'streets_per_node_avg': 2.7624633431085046, 'streets_per_node_counts': {0: 0, 1: 194, 2: 2, 3: 681, 4: 145, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18963831867057673, 2: 0.0019550342130987292, 3: 0.6656891495601173, 4: 0.14173998044965788, 5: 0.0009775171065493646}, 'edge_length_total': 329983.19100000063, 'edge_length_avg': 127.90046162790722, 'street_length_total': 170336.8830000002, 'street_length_avg': 122.98691913357416, 'street_segments_count': 1385, 'node_density_km': 42.62577748502868, 'intersection_density_km': 34.54229671074172, 'edge_density_km': 13749.550413847259, 'street_density_km': 7097.4995818684, 'circuity_avg': 1.0612382343957112, 'self_loop_proportion': 0.005813953488372093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612382343957112\n", - "2060\n", - "7002978.988503383\n", - "{'n': 329, 'm': 872, 'k_avg': 5.300911854103344, 'intersection_count': 275, 'streets_per_node_avg': 2.7933130699088147, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 235, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1641337386018237, 2: 0.0, 3: 0.7142857142857143, 4: 0.12158054711246201}, 'edge_length_total': 105190.56800000001, 'edge_length_avg': 120.63138532110094, 'street_length_total': 52794.75000000001, 'street_length_avg': 118.90709459459461, 'street_segments_count': 444, 'node_density_km': 46.98000672858096, 'intersection_density_km': 39.26900258468013, 'edge_density_km': 15020.831587912624, 'street_density_km': 7538.898815300152, 'circuity_avg': 1.0720467588093232, 'self_loop_proportion': 0.0022935779816513763, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720467588093232\n", - "2061\n", - "15990479.402690396\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 300, 'm': 712, 'k_avg': 4.746666666666667, 'intersection_count': 231, 'streets_per_node_avg': 2.566666666666667, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 223, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23, 2: 0.0, 3: 0.7433333333333333, 4: 0.02666666666666667}, 'edge_length_total': 142368.23300000004, 'edge_length_avg': 199.95538342696634, 'street_length_total': 71327.34300000002, 'street_length_avg': 199.7964789915967, 'street_segments_count': 357, 'node_density_km': 18.76116359272662, 'intersection_density_km': 14.446095966399499, 'edge_density_km': 8903.312365734739, 'street_density_km': 4460.6131688584155, 'circuity_avg': 1.0992905080881252, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0992905080881252\n", - "2062\n", - "92020885.30665721\n", - "{'n': 5740, 'm': 15969, 'k_avg': 5.56411149825784, 'intersection_count': 4946, 'streets_per_node_avg': 2.8914634146341465, 'streets_per_node_counts': {0: 0, 1: 794, 2: 3, 3: 4002, 4: 915, 5: 25, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13832752613240418, 2: 0.0005226480836236934, 3: 0.697212543554007, 4: 0.15940766550522648, 5: 0.004355400696864111, 6: 0.00017421602787456446}, 'edge_length_total': 1621831.8289999994, 'edge_length_avg': 101.56126426200761, 'street_length_total': 826441.5069999933, 'street_length_avg': 100.9579168091856, 'street_segments_count': 8186, 'node_density_km': 62.37714385024225, 'intersection_density_km': 53.74866785423313, 'edge_density_km': 17624.605801120986, 'street_density_km': 8981.021039364037, 'circuity_avg': 1.0634085201709254, 'self_loop_proportion': 0.0016907758782641368, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634085201709254\n", - "2063\n", - "23996107.694585998\n", - "{'n': 951, 'm': 2322, 'k_avg': 4.883280757097792, 'intersection_count': 758, 'streets_per_node_avg': 2.667718191377497, 'streets_per_node_counts': {0: 0, 1: 193, 2: 2, 3: 686, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20294426919032596, 2: 0.002103049421661409, 3: 0.7213459516298633, 4: 0.07150368033648791, 5: 0.002103049421661409}, 'edge_length_total': 283096.1460000004, 'edge_length_avg': 121.91909819121464, 'street_length_total': 145926.4210000001, 'street_length_avg': 118.35070640713714, 'street_segments_count': 1233, 'node_density_km': 39.63142740080987, 'intersection_density_km': 31.58845632998305, 'edge_density_km': 11797.586075339734, 'street_density_km': 6081.253795711377, 'circuity_avg': 1.0808874563734283, 'self_loop_proportion': 0.002583979328165375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0808874563734283\n", - "2064\n", - "21012454.005922593\n", - "{'n': 541, 'm': 1558, 'k_avg': 5.759704251386322, 'intersection_count': 470, 'streets_per_node_avg': 2.957486136783734, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 352, 4: 117, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13123844731977818, 2: 0.0, 3: 0.6506469500924215, 4: 0.21626617375231053, 5: 0.0018484288354898336}, 'edge_length_total': 255547.79299999963, 'edge_length_avg': 164.02297368421029, 'street_length_total': 128034.29799999995, 'street_length_avg': 162.89350890585234, 'street_segments_count': 786, 'node_density_km': 25.746635773599465, 'intersection_density_km': 22.367687270964414, 'edge_density_km': 12161.730035338598, 'street_density_km': 6093.257739620135, 'circuity_avg': 1.028314564518799, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028314564518799\n", - "2065\n", - "9992847.744188493\n", - "{'n': 547, 'm': 1308, 'k_avg': 4.782449725776965, 'intersection_count': 403, 'streets_per_node_avg': 2.546617915904936, 'streets_per_node_counts': {0: 0, 1: 144, 2: 2, 3: 359, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.263254113345521, 2: 0.003656307129798903, 3: 0.6563071297989032, 4: 0.07678244972577697}, 'edge_length_total': 125176.95599999998, 'edge_length_avg': 95.70103669724769, 'street_length_total': 63158.09899999998, 'street_length_avg': 93.56755407407404, 'street_segments_count': 675, 'node_density_km': 54.73915084097193, 'intersection_density_km': 40.32884422104513, 'edge_density_km': 12526.654984090868, 'street_density_km': 6320.330361956192, 'circuity_avg': 1.06408490575688, 'self_loop_proportion': 0.0030581039755351682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06408490575688\n", - "2066\n", - "13993434.889690213\n", - "{'n': 405, 'm': 902, 'k_avg': 4.454320987654321, 'intersection_count': 267, 'streets_per_node_avg': 2.3358024691358024, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 260, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34074074074074073, 2: 0.0, 3: 0.6419753086419753, 4: 0.01728395061728395}, 'edge_length_total': 142511.2310000001, 'edge_length_avg': 157.99471286031053, 'street_length_total': 71516.02299999993, 'street_length_avg': 157.17807252747238, 'street_segments_count': 455, 'node_density_km': 28.94214345459865, 'intersection_density_km': 19.080376055253925, 'edge_density_km': 10184.14936171222, 'street_density_km': 5110.6839431317885, 'circuity_avg': 1.1016480282554175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1016480282554175\n", - "2067\n", - "18002198.22930374\n", - "{'n': 466, 'm': 1140, 'k_avg': 4.8927038626609445, 'intersection_count': 363, 'streets_per_node_avg': 2.6738197424892705, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 311, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22103004291845493, 2: 0.0, 3: 0.6673819742489271, 4: 0.1072961373390558, 5: 0.004291845493562232}, 'edge_length_total': 149709.8549999999, 'edge_length_avg': 131.32443421052622, 'street_length_total': 75727.29399999988, 'street_length_avg': 125.79284717607953, 'street_segments_count': 602, 'node_density_km': 25.885727624165995, 'intersection_density_km': 20.16420413642115, 'edge_density_km': 8316.198560479363, 'street_density_km': 4206.558167809306, 'circuity_avg': 1.0635300941682764, 'self_loop_proportion': 0.0035087719298245615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635300941682764\n", - "2068\n", - "12994158.687838795\n", - "{'n': 506, 'm': 1253, 'k_avg': 4.952569169960475, 'intersection_count': 419, 'streets_per_node_avg': 2.8043478260869565, 'streets_per_node_counts': {0: 0, 1: 87, 2: 2, 3: 340, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17193675889328064, 2: 0.003952569169960474, 3: 0.6719367588932806, 4: 0.15217391304347827}, 'edge_length_total': 181540.46700000003, 'edge_length_avg': 144.88465043894655, 'street_length_total': 101299.8650000001, 'street_length_avg': 145.96522334293962, 'street_segments_count': 694, 'node_density_km': 38.94057415764549, 'intersection_density_km': 32.24525804753648, 'edge_density_km': 13970.928888986355, 'street_density_km': 7795.8002078892905, 'circuity_avg': 1.0488773540277254, 'self_loop_proportion': 0.0031923383878691143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488773540277254\n", - "2069\n", - "9995317.250954911\n", - "{'n': 1551, 'm': 3925, 'k_avg': 5.061250805931657, 'intersection_count': 1284, 'streets_per_node_avg': 2.765957446808511, 'streets_per_node_counts': {0: 0, 1: 267, 2: 4, 3: 1105, 4: 175}, 'streets_per_node_proportion': {0: 0.0, 1: 0.172147001934236, 2: 0.0025789813023855577, 3: 0.7124435847840103, 4: 0.11283043197936815}, 'edge_length_total': 258980.1759999994, 'edge_length_avg': 65.98221044585972, 'street_length_total': 134675.08799999973, 'street_length_avg': 63.79682046423483, 'street_segments_count': 2111, 'node_density_km': 155.17266346416605, 'intersection_density_km': 128.46015466665972, 'edge_density_km': 25910.150673332304, 'street_density_km': 13473.818250954808, 'circuity_avg': 1.0827424269888282, 'self_loop_proportion': 0.006369426751592357, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827424269888282\n", - "2070\n", - "43973551.17273553\n", - "{'n': 3017, 'm': 8484, 'k_avg': 5.624129930394432, 'intersection_count': 2659, 'streets_per_node_avg': 3.0013258203513424, 'streets_per_node_counts': {0: 0, 1: 358, 2: 8, 3: 1950, 4: 680, 5: 15, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11866092144514419, 2: 0.002651640702684786, 3: 0.6463374212794166, 4: 0.22538945972820681, 5: 0.004971826317533974, 6: 0.0019887305270135896}, 'edge_length_total': 812584.9449999941, 'edge_length_avg': 95.7785177982077, 'street_length_total': 422459.20800000045, 'street_length_avg': 93.81727914723528, 'street_segments_count': 4503, 'node_density_km': 68.60942360894882, 'intersection_density_km': 60.46816618369073, 'edge_density_km': 18478.947533894258, 'street_density_km': 9607.120569828656, 'circuity_avg': 1.0459679670246051, 'self_loop_proportion': 0.001885902876001886, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459679670246051\n", - "2071\n", - "5996581.367841881\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 332, 'm': 960, 'k_avg': 5.783132530120482, 'intersection_count': 298, 'streets_per_node_avg': 2.9909638554216866, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 234, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10240963855421686, 2: 0.0, 3: 0.7048192771084337, 4: 0.1897590361445783, 5: 0.0030120481927710845}, 'edge_length_total': 107607.78699999998, 'edge_length_avg': 112.09144479166665, 'street_length_total': 53919.93900000006, 'street_length_avg': 111.63548447204981, 'street_segments_count': 483, 'node_density_km': 55.36487869245474, 'intersection_density_km': 49.69498147696238, 'edge_density_km': 17944.855643429237, 'street_density_km': 8991.779764576995, 'circuity_avg': 1.0465766756583093, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465766756583093\n", - "2072\n", - "112938856.30101876\n", - "{'n': 17652, 'm': 48926, 'k_avg': 5.54339451620213, 'intersection_count': 14989, 'streets_per_node_avg': 2.979888964423295, 'streets_per_node_counts': {0: 0, 1: 2663, 2: 30, 3: 10033, 4: 4856, 5: 65, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15086109222750962, 2: 0.001699524133242692, 3: 0.5683775209607976, 4: 0.2750963063675504, 5: 0.0036823022886924993, 6: 0.00028325402220711536}, 'edge_length_total': 3111444.095000009, 'edge_length_avg': 63.59490035972712, 'street_length_total': 1661594.0189999973, 'street_length_avg': 63.33742544026825, 'street_segments_count': 26234, 'node_density_km': 156.29696083473416, 'intersection_density_km': 132.71783061136588, 'edge_density_km': 27549.810551534178, 'street_density_km': 14712.332614483976, 'circuity_avg': 1.0473654379556079, 'self_loop_proportion': 0.002248293340963905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473654379556079\n", - "2073\n", - "10003238.683429869\n", - "{'n': 325, 'm': 805, 'k_avg': 4.953846153846154, 'intersection_count': 254, 'streets_per_node_avg': 2.649230769230769, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 227, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21846153846153846, 2: 0.0, 3: 0.6984615384615385, 4: 0.08, 5: 0.003076923076923077}, 'edge_length_total': 108153.81899999999, 'edge_length_avg': 134.35257018633538, 'street_length_total': 54266.893000000004, 'street_length_avg': 133.33388943488944, 'street_segments_count': 407, 'node_density_km': 32.4894776866971, 'intersection_density_km': 25.391776407449427, 'edge_density_km': 10811.880274251005, 'street_density_km': 5424.932336153474, 'circuity_avg': 1.0636630252514385, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0636630252514385\n", - "2074\n", - "6997283.620062338\n", - "{'n': 273, 'm': 640, 'k_avg': 4.688644688644689, 'intersection_count': 192, 'streets_per_node_avg': 2.4542124542124544, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 179, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2967032967032967, 2: 0.0, 3: 0.6556776556776557, 4: 0.047619047619047616}, 'edge_length_total': 69498.64699999995, 'edge_length_avg': 108.59163593749993, 'street_length_total': 34871.723000000005, 'street_length_avg': 108.6346510903427, 'street_segments_count': 321, 'node_density_km': 39.01513999193417, 'intersection_density_km': 27.439219334986667, 'edge_density_km': 9932.232388113604, 'street_density_km': 4983.608624926559, 'circuity_avg': 1.0454680983832172, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454680983832172\n", - "2075\n", - "12989848.000750527\n", - "{'n': 245, 'm': 588, 'k_avg': 4.8, 'intersection_count': 184, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 160, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24897959183673468, 2: 0.0, 3: 0.6530612244897959, 4: 0.09795918367346938}, 'edge_length_total': 91249.66400000006, 'edge_length_avg': 155.18650340136065, 'street_length_total': 45624.83200000002, 'street_length_avg': 155.1865034013606, 'street_segments_count': 294, 'node_density_km': 18.86088274365061, 'intersection_density_km': 14.164907856455969, 'edge_density_km': 7024.69066572048, 'street_density_km': 3512.3453328602386, 'circuity_avg': 1.061713862994768, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061713862994768\n", - "2076\n", - "12999622.804495832\n", - "{'n': 267, 'm': 746, 'k_avg': 5.588014981273409, 'intersection_count': 240, 'streets_per_node_avg': 2.943820224719101, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 201, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10112359550561797, 2: 0.0, 3: 0.7528089887640449, 4: 0.14606741573033707}, 'edge_length_total': 153807.11999999988, 'edge_length_avg': 206.17576407506687, 'street_length_total': 77350.48899999993, 'street_length_avg': 202.48819109947624, 'street_segments_count': 382, 'node_density_km': 20.539057480010868, 'intersection_density_km': 18.462074139335613, 'edge_density_km': 11831.66021915703, 'street_density_km': 5950.210260966093, 'circuity_avg': 1.0591168819917895, 'self_loop_proportion': 0.002680965147453083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0591168819917895\n", - "2077\n", - "14993856.927845428\n", - "{'n': 479, 'm': 1161, 'k_avg': 4.847599164926931, 'intersection_count': 358, 'streets_per_node_avg': 2.5553235908141962, 'streets_per_node_counts': {0: 0, 1: 121, 2: 1, 3: 329, 4: 26, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25260960334029225, 2: 0.0020876826722338203, 3: 0.6868475991649269, 4: 0.054279749478079335, 5: 0.0041753653444676405}, 'edge_length_total': 150165.42200000008, 'edge_length_avg': 129.3414487510767, 'street_length_total': 76489.87300000002, 'street_length_avg': 128.987981450253, 'street_segments_count': 593, 'node_density_km': 31.94641660948747, 'intersection_density_km': 23.876444981621116, 'edge_density_km': 10015.129710963462, 'street_density_km': 5101.414090323148, 'circuity_avg': 1.094634572205578, 'self_loop_proportion': 0.0034453057708871662, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.094634572205578\n", - "2078\n", - "3997633.316592795\n", - "{'n': 300, 'm': 811, 'k_avg': 5.406666666666666, 'intersection_count': 263, 'streets_per_node_avg': 2.8533333333333335, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 234, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12333333333333334, 2: 0.0, 3: 0.78, 4: 0.09333333333333334, 5: 0.0033333333333333335}, 'edge_length_total': 80008.63800000006, 'edge_length_avg': 98.65430086313202, 'street_length_total': 40361.284999999996, 'street_length_avg': 98.2026399026764, 'street_segments_count': 411, 'node_density_km': 75.04440158500873, 'intersection_density_km': 65.78892538952431, 'edge_density_km': 20014.001201138646, 'street_density_km': 10096.294933423294, 'circuity_avg': 1.0535709619471245, 'self_loop_proportion': 0.002466091245376079, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535709619471245\n", - "2079\n", - "21985074.758853067\n", - "{'n': 945, 'm': 2171, 'k_avg': 4.594708994708995, 'intersection_count': 647, 'streets_per_node_avg': 2.4264550264550264, 'streets_per_node_counts': {0: 0, 1: 298, 2: 0, 3: 594, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31534391534391537, 2: 0.0, 3: 0.6285714285714286, 4: 0.05502645502645503, 5: 0.0010582010582010583}, 'edge_length_total': 251533.3979999997, 'edge_length_avg': 115.8606163058497, 'street_length_total': 127123.67800000009, 'street_length_avg': 113.9101057347671, 'street_segments_count': 1116, 'node_density_km': 42.983706462924914, 'intersection_density_km': 29.429056170912613, 'edge_density_km': 11441.09814312598, 'street_density_km': 5782.271809142211, 'circuity_avg': 1.0955815897845564, 'self_loop_proportion': 0.0009212344541685859, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0955815897845564\n", - "2080\n", - "49962968.5597586\n", - "error with entry 2080\n", - "2081\n", - "3997429.863124178\n", - "{'n': 44, 'm': 88, 'k_avg': 4.0, 'intersection_count': 29, 'streets_per_node_avg': 2.4545454545454546, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 23, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3409090909090909, 2: 0.0, 3: 0.5227272727272727, 4: 0.13636363636363635}, 'edge_length_total': 21680.45200000001, 'edge_length_avg': 246.3687727272728, 'street_length_total': 12355.626000000002, 'street_length_avg': 252.15563265306128, 'street_segments_count': 49, 'node_density_km': 11.00707242068081, 'intersection_density_km': 7.254661368175988, 'edge_density_km': 5423.597847206686, 'street_density_km': 3090.892504201063, 'circuity_avg': 1.1327467555398434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1327467555398434\n", - "2082\n", - "24992540.13188755\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1668, 'm': 4295, 'k_avg': 5.149880095923262, 'intersection_count': 1404, 'streets_per_node_avg': 2.812350119904077, 'streets_per_node_counts': {0: 0, 1: 264, 2: 7, 3: 1180, 4: 212, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15827338129496402, 2: 0.004196642685851319, 3: 0.7074340527577938, 4: 0.12709832134292565, 5: 0.002997601918465228}, 'edge_length_total': 399760.1029999982, 'edge_length_avg': 93.07569336437676, 'street_length_total': 211793.44499999977, 'street_length_avg': 90.93750322026611, 'street_segments_count': 2329, 'node_density_km': 66.73991483850125, 'intersection_density_km': 56.176762849673715, 'edge_density_km': 15995.176996433074, 'street_density_km': 8474.266476410541, 'circuity_avg': 1.067611465481956, 'self_loop_proportion': 0.005122235157159488, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067611465481956\n", - "2083\n", - "8998217.232273059\n", - "{'n': 578, 'm': 1449, 'k_avg': 5.013840830449827, 'intersection_count': 445, 'streets_per_node_avg': 2.6453287197231834, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 384, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2301038062283737, 2: 0.0, 3: 0.6643598615916955, 4: 0.10553633217993079}, 'edge_length_total': 142356.4350000002, 'edge_length_avg': 98.24460662525894, 'street_length_total': 71756.16100000005, 'street_length_avg': 96.0591178045516, 'street_segments_count': 747, 'node_density_km': 64.23494622100718, 'intersection_density_km': 49.45424060267853, 'edge_density_km': 15820.515478268713, 'street_density_km': 7974.486406333798, 'circuity_avg': 1.0527028304470878, 'self_loop_proportion': 0.0027605244996549345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527028304470878\n", - "2084\n", - "50029682.48271054\n", - "{'n': 3334, 'm': 8243, 'k_avg': 4.944811037792442, 'intersection_count': 2646, 'streets_per_node_avg': 2.718356328734253, 'streets_per_node_counts': {0: 0, 1: 688, 2: 6, 3: 2204, 4: 429, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20635872825434912, 2: 0.001799640071985603, 3: 0.6610677864427115, 4: 0.1286742651469706, 5: 0.0020995800839832034}, 'edge_length_total': 832085.8869999957, 'edge_length_avg': 100.94454531117259, 'street_length_total': 440083.61499999935, 'street_length_avg': 98.49678043867488, 'street_segments_count': 4468, 'node_density_km': 66.64043892647484, 'intersection_density_km': 52.888602699295866, 'edge_density_km': 16631.844251411174, 'street_density_km': 8796.450290326851, 'circuity_avg': 1.06447782890613, 'self_loop_proportion': 0.005459177483925755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06447782890613\n", - "2085\n", - "20986912.433197677\n", - "{'n': 654, 'm': 1582, 'k_avg': 4.837920489296636, 'intersection_count': 484, 'streets_per_node_avg': 2.5275229357798166, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 453, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2599388379204893, 2: 0.0, 3: 0.6926605504587156, 4: 0.047400611620795105}, 'edge_length_total': 196984.9509999998, 'edge_length_avg': 124.51640391908963, 'street_length_total': 99067.64700000003, 'street_length_avg': 123.06540000000004, 'street_segments_count': 805, 'node_density_km': 31.16227801882304, 'intersection_density_km': 23.061991683654973, 'edge_density_km': 9386.085334229707, 'street_density_km': 4720.448866184436, 'circuity_avg': 1.0701772852346458, 'self_loop_proportion': 0.0037926675094816687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701772852346458\n", - "2086\n", - "58955783.582116626\n", - "{'n': 6874, 'm': 19355, 'k_avg': 5.631364562118126, 'intersection_count': 5730, 'streets_per_node_avg': 2.8901658423043353, 'streets_per_node_counts': {0: 0, 1: 1144, 2: 3, 3: 4232, 4: 1458, 5: 33, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16642420715740472, 2: 0.00043642711667151585, 3: 0.6156531859179517, 4: 0.21210357870235672, 5: 0.004800698283386674, 6: 0.0005819028222286878}, 'edge_length_total': 1501210.3169999963, 'edge_length_avg': 77.56188669594401, 'street_length_total': 764939.1990000008, 'street_length_avg': 77.53286022704245, 'street_segments_count': 9866, 'node_density_km': 116.59585510258789, 'intersection_density_km': 97.19148235930007, 'edge_density_km': 25463.325661833227, 'street_density_km': 12974.794880548989, 'circuity_avg': 1.0547171632198575, 'self_loop_proportion': 0.0030483079307672438, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547171632198575\n", - "2087\n", - "58968966.53397632\n", - "{'n': 2618, 'm': 6014, 'k_avg': 4.594346829640947, 'intersection_count': 1832, 'streets_per_node_avg': 2.4472880061115356, 'streets_per_node_counts': {0: 0, 1: 786, 2: 8, 3: 1697, 4: 122, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3002291825821238, 2: 0.0030557677616501145, 3: 0.6482047364400305, 4: 0.04660045836516425, 5: 0.0015278838808250573, 6: 0.0003819709702062643}, 'edge_length_total': 658327.0350000005, 'edge_length_avg': 109.46575241104098, 'street_length_total': 340941.74700000003, 'street_length_avg': 108.26984661797397, 'street_segments_count': 3149, 'node_density_km': 44.39623337288062, 'intersection_density_km': 31.067188517615474, 'edge_density_km': 11163.957479578523, 'street_density_km': 5781.714807627817, 'circuity_avg': 1.0779049760481976, 'self_loop_proportion': 0.002327901563019621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779049760481976\n", - "2088\n", - "25000693.138552185\n", - "{'n': 946, 'm': 2233, 'k_avg': 4.72093023255814, 'intersection_count': 685, 'streets_per_node_avg': 2.504228329809725, 'streets_per_node_counts': {0: 0, 1: 261, 2: 0, 3: 632, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2758985200845666, 2: 0.0, 3: 0.6680761099365751, 4: 0.056025369978858354}, 'edge_length_total': 258594.927, 'edge_length_avg': 115.80605776981639, 'street_length_total': 132241.93000000002, 'street_length_avg': 113.51238626609444, 'street_segments_count': 1165, 'node_density_km': 37.838950894574424, 'intersection_density_km': 27.399240341208756, 'edge_density_km': 10343.51030056983, 'street_density_km': 5289.530544898255, 'circuity_avg': 1.0593316374854402, 'self_loop_proportion': 0.0035826242722794446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593316374854402\n", - "2089\n", - "17986011.277084537\n", - "{'n': 881, 'm': 2399, 'k_avg': 5.446083995459705, 'intersection_count': 751, 'streets_per_node_avg': 2.9035187287173665, 'streets_per_node_counts': {0: 0, 1: 130, 2: 5, 3: 581, 4: 155, 5: 7, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14755959137343927, 2: 0.0056753688989784334, 3: 0.659477866061294, 4: 0.17593643586833144, 5: 0.007945516458569807, 6: 0.0022701475595913734, 7: 0.0, 8: 0.0011350737797956867}, 'edge_length_total': 278498.1170000002, 'edge_length_avg': 116.08925260525227, 'street_length_total': 146730.33899999992, 'street_length_avg': 115.99236284584974, 'street_segments_count': 1265, 'node_density_km': 48.9825112654331, 'intersection_density_km': 41.754671918660904, 'edge_density_km': 15484.151138881287, 'street_density_km': 8158.02551991863, 'circuity_avg': 1.067362324828382, 'self_loop_proportion': 0.005002084201750729, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067362324828382\n", - "2090\n", - "26979536.313052062\n", - "{'n': 3720, 'm': 10555, 'k_avg': 5.674731182795699, 'intersection_count': 3117, 'streets_per_node_avg': 2.8916666666666666, 'streets_per_node_counts': {0: 0, 1: 603, 2: 0, 3: 2341, 4: 750, 5: 25, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1620967741935484, 2: 0.0, 3: 0.6293010752688172, 4: 0.20161290322580644, 5: 0.006720430107526882, 6: 0.00026881720430107527}, 'edge_length_total': 691869.7650000011, 'edge_length_avg': 65.5490066319281, 'street_length_total': 346885.2210000013, 'street_length_avg': 65.48710987351356, 'street_segments_count': 5297, 'node_density_km': 137.8822807343932, 'intersection_density_km': 115.53200780889881, 'edge_density_km': 25644.24224983032, 'street_density_km': 12857.345544229625, 'circuity_avg': 1.0390125061861692, 'self_loop_proportion': 0.0009474182851729038, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390125061861692\n", - "2091\n", - "29000213.36294806\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1219, 'm': 2944, 'k_avg': 4.830188679245283, 'intersection_count': 893, 'streets_per_node_avg': 2.5545529122231336, 'streets_per_node_counts': {0: 0, 1: 326, 2: 3, 3: 779, 4: 110, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2674323215750615, 2: 0.002461033634126333, 3: 0.6390484003281378, 4: 0.09023789991796555, 5: 0.0008203445447087777}, 'edge_length_total': 359622.8819999999, 'edge_length_avg': 122.15451154891302, 'street_length_total': 182557.70199999996, 'street_length_avg': 120.50013333333331, 'street_segments_count': 1515, 'node_density_km': 42.034173498787, 'intersection_density_km': 30.792876894517466, 'edge_density_km': 12400.697798295161, 'street_density_km': 6295.04685759463, 'circuity_avg': 1.0529208745303347, 'self_loop_proportion': 0.0020380434782608695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529208745303347\n", - "2092\n", - "10996646.908557681\n", - "{'n': 317, 'm': 899, 'k_avg': 5.6719242902208205, 'intersection_count': 276, 'streets_per_node_avg': 2.9242902208201893, 'streets_per_node_counts': {0: 0, 1: 41, 2: 1, 3: 217, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12933753943217666, 2: 0.0031545741324921135, 3: 0.6845425867507886, 4: 0.17981072555205047, 5: 0.0031545741324921135}, 'edge_length_total': 129341.23899999984, 'edge_length_avg': 143.87234593993307, 'street_length_total': 64854.69199999999, 'street_length_avg': 144.12153777777775, 'street_segments_count': 450, 'node_density_km': 28.826969042109372, 'intersection_density_km': 25.098559796915417, 'edge_density_km': 11761.879787132697, 'street_density_km': 5897.678859683086, 'circuity_avg': 1.0369650560013344, 'self_loop_proportion': 0.002224694104560623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369650560013344\n", - "2093\n", - "9001459.170403736\n", - "{'n': 1269, 'm': 3752, 'k_avg': 5.913317572892041, 'intersection_count': 1144, 'streets_per_node_avg': 3.020488573680063, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 880, 4: 252, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09850275807722617, 2: 0.0, 3: 0.6934594168636722, 4: 0.19858156028368795, 5: 0.009456264775413711}, 'edge_length_total': 224700.1700000004, 'edge_length_avg': 59.888105010661086, 'street_length_total': 112720.45199999987, 'street_length_avg': 59.73526868044508, 'street_segments_count': 1887, 'node_density_km': 140.97714336942136, 'intersection_density_km': 127.09050592168481, 'edge_density_km': 24962.638361878173, 'street_density_km': 12522.464398951899, 'circuity_avg': 1.0378397775023671, 'self_loop_proportion': 0.0015991471215351812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378397775023671\n", - "2094\n", - "5995429.102194335\n", - "{'n': 190, 'm': 597, 'k_avg': 6.28421052631579, 'intersection_count': 171, 'streets_per_node_avg': 3.194736842105263, 'streets_per_node_counts': {0: 0, 1: 19, 2: 1, 3: 94, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.005263157894736842, 3: 0.49473684210526314, 4: 0.4}, 'edge_length_total': 83498.88900000002, 'edge_length_avg': 139.864135678392, 'street_length_total': 41794.823, 'street_length_avg': 139.782016722408, 'street_segments_count': 299, 'node_density_km': 31.69080924173713, 'intersection_density_km': 28.52172831756342, 'edge_density_km': 13927.09138524202, 'street_density_km': 6971.114542027198, 'circuity_avg': 1.0506814782098268, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506814782098268\n", - "2095\n", - "7994995.515980464\n", - "{'n': 759, 'm': 1756, 'k_avg': 4.627140974967062, 'intersection_count': 579, 'streets_per_node_avg': 2.590250329380764, 'streets_per_node_counts': {0: 0, 1: 180, 2: 1, 3: 528, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23715415019762845, 2: 0.0013175230566534915, 3: 0.6956521739130435, 4: 0.06587615283267458}, 'edge_length_total': 144786.26199999996, 'edge_length_avg': 82.45231321184508, 'street_length_total': 75228.11999999997, 'street_length_avg': 78.44433785192906, 'street_segments_count': 959, 'node_density_km': 94.93438720295771, 'intersection_density_km': 72.42030328130765, 'edge_density_km': 18109.61140761117, 'street_density_km': 9409.401149710888, 'circuity_avg': 1.0731338909345898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731338909345898\n", - "2096\n", - "8999955.275213119\n", - "{'n': 426, 'm': 1126, 'k_avg': 5.286384976525822, 'intersection_count': 375, 'streets_per_node_avg': 2.908450704225352, 'streets_per_node_counts': {0: 0, 1: 51, 2: 1, 3: 312, 4: 60, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11971830985915492, 2: 0.002347417840375587, 3: 0.7323943661971831, 4: 0.14084507042253522, 5: 0.004694835680751174}, 'edge_length_total': 124578.97899999989, 'edge_length_avg': 110.63852486678498, 'street_length_total': 64886.67900000004, 'street_length_avg': 107.60643283582097, 'street_segments_count': 603, 'node_density_km': 47.33356855375177, 'intersection_density_km': 41.66687372689417, 'edge_density_km': 13842.177565382388, 'street_density_km': 7209.666827868045, 'circuity_avg': 1.0605176332815571, 'self_loop_proportion': 0.007104795737122558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605176332815571\n", - "2097\n", - "12002143.32191073\n", - "{'n': 341, 'm': 744, 'k_avg': 4.363636363636363, 'intersection_count': 213, 'streets_per_node_avg': 2.2961876832844577, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 197, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375366568914956, 2: 0.0, 3: 0.5777126099706745, 4: 0.0469208211143695}, 'edge_length_total': 96880.1749999999, 'edge_length_avg': 130.2152889784945, 'street_length_total': 48755.975999999995, 'street_length_avg': 129.32619628647214, 'street_segments_count': 377, 'node_density_km': 28.411592067683554, 'intersection_density_km': 17.746830235825797, 'edge_density_km': 8071.906192216397, 'street_density_km': 4062.2724368732243, 'circuity_avg': 1.085958669407208, 'self_loop_proportion': 0.005376344086021506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085958669407208\n", - "2098\n", - "5996913.327693542\n", - "{'n': 1142, 'm': 2847, 'k_avg': 4.9859894921190895, 'intersection_count': 941, 'streets_per_node_avg': 2.7845884413309983, 'streets_per_node_counts': {0: 0, 1: 201, 2: 3, 3: 782, 4: 153, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17600700525394045, 2: 0.002626970227670753, 3: 0.6847635726795096, 4: 0.1339754816112084, 5: 0.002626970227670753}, 'edge_length_total': 160640.08100000027, 'edge_length_avg': 56.424334738321136, 'street_length_total': 85982.73499999987, 'street_length_avg': 54.83592793367339, 'street_segments_count': 1568, 'node_density_km': 190.4312998365814, 'intersection_density_km': 156.9140570457295, 'edge_density_km': 26787.12734735882, 'street_density_km': 14337.831864758577, 'circuity_avg': 1.0733892665806177, 'self_loop_proportion': 0.009483667017913594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733892665806177\n", - "2099\n", - "8997431.965478318\n", - "{'n': 278, 'm': 875, 'k_avg': 6.294964028776978, 'intersection_count': 255, 'streets_per_node_avg': 3.3093525179856114, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 124, 4: 130, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08273381294964029, 2: 0.0, 3: 0.4460431654676259, 4: 0.4676258992805755, 5: 0.0035971223021582736}, 'edge_length_total': 141182.32500000007, 'edge_length_avg': 161.35122857142866, 'street_length_total': 70859.09600000005, 'street_length_avg': 159.23392359550573, 'street_segments_count': 445, 'node_density_km': 30.897705152608072, 'intersection_density_km': 28.341420193939058, 'edge_density_km': 15691.402340322624, 'street_density_km': 7875.4800560732065, 'circuity_avg': 1.0366321757679569, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366321757679569\n", - "2100\n", - "11994798.218970368\n", - "{'n': 1030, 'm': 2839, 'k_avg': 5.512621359223301, 'intersection_count': 879, 'streets_per_node_avg': 2.8398058252427183, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 748, 4: 125, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14660194174757282, 2: 0.0, 3: 0.7262135922330097, 4: 0.12135922330097088, 5: 0.005825242718446602}, 'edge_length_total': 247869.20800000036, 'edge_length_avg': 87.30863261711883, 'street_length_total': 126398.84399999991, 'street_length_avg': 88.20575296580594, 'street_segments_count': 1433, 'node_density_km': 85.87055665271667, 'intersection_density_km': 73.28176630848344, 'edge_density_km': 20664.725114590332, 'street_density_km': 10537.804946155231, 'circuity_avg': 1.051814271894041, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051814271894041\n", - "2101\n", - "33978349.08127208\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 923, 'm': 2430, 'k_avg': 5.265438786565547, 'intersection_count': 746, 'streets_per_node_avg': 2.788732394366197, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 587, 4: 159}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19176598049837487, 2: 0.0, 3: 0.6359696641386782, 4: 0.1722643553629469}, 'edge_length_total': 367777.2049999993, 'edge_length_avg': 151.34864403292153, 'street_length_total': 186255.66499999983, 'street_length_avg': 151.0589334955392, 'street_segments_count': 1233, 'node_density_km': 27.16435686125586, 'intersection_density_km': 21.955157333149376, 'edge_density_km': 10823.869167990504, 'street_density_km': 5481.598430650616, 'circuity_avg': 1.047546694472836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047546694472836\n", - "2102\n", - "17988573.282032724\n", - "{'n': 262, 'm': 584, 'k_avg': 4.458015267175573, 'intersection_count': 189, 'streets_per_node_avg': 2.4732824427480917, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 181, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2786259541984733, 2: 0.0, 3: 0.6908396946564885, 4: 0.030534351145038167}, 'edge_length_total': 128537.33599999991, 'edge_length_avg': 220.09817808219162, 'street_length_total': 64491.31499999998, 'street_length_avg': 214.2568604651162, 'street_segments_count': 301, 'node_density_km': 14.56480154886379, 'intersection_density_km': 10.506669819600214, 'edge_density_km': 7145.499200227572, 'street_density_km': 3585.1267351155047, 'circuity_avg': 1.14543793579377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.14543793579377\n", - "2103\n", - "8993842.084786639\n", - "{'n': 422, 'm': 1019, 'k_avg': 4.829383886255924, 'intersection_count': 310, 'streets_per_node_avg': 2.5450236966824646, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 278, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26540284360189575, 2: 0.0, 3: 0.6587677725118484, 4: 0.07582938388625593}, 'edge_length_total': 82417.15100000016, 'edge_length_avg': 80.88042296369005, 'street_length_total': 41478.764999999956, 'street_length_avg': 79.46123563218383, 'street_segments_count': 522, 'node_density_km': 46.92099283284349, 'intersection_density_km': 34.46802791038265, 'edge_density_km': 9163.731164394281, 'street_density_km': 4611.907192607102, 'circuity_avg': 1.052257897196709, 'self_loop_proportion': 0.001962708537782139, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052257897196709\n", - "2104\n", - "14990059.585290676\n", - "{'n': 590, 'm': 1419, 'k_avg': 4.810169491525424, 'intersection_count': 487, 'streets_per_node_avg': 2.7423728813559323, 'streets_per_node_counts': {0: 0, 1: 103, 2: 3, 3: 427, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17457627118644067, 2: 0.005084745762711864, 3: 0.7237288135593221, 4: 0.09661016949152543}, 'edge_length_total': 180574.73500000063, 'edge_length_avg': 127.25492248062059, 'street_length_total': 102372.37700000004, 'street_length_avg': 128.93246473551642, 'street_segments_count': 794, 'node_density_km': 39.35941659491136, 'intersection_density_km': 32.48819640969802, 'edge_density_km': 12046.29868030635, 'street_density_km': 6829.350905346311, 'circuity_avg': 1.045672691622907, 'self_loop_proportion': 0.004228329809725159, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045672691622907\n", - "2105\n", - "8998852.721372534\n", - "{'n': 212, 'm': 578, 'k_avg': 5.452830188679245, 'intersection_count': 175, 'streets_per_node_avg': 2.8254716981132075, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 138, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17452830188679244, 2: 0.0, 3: 0.6509433962264151, 4: 0.17452830188679244}, 'edge_length_total': 99651.43199999994, 'edge_length_avg': 172.40732179930785, 'street_length_total': 49825.71600000003, 'street_length_avg': 172.40732179930805, 'street_segments_count': 289, 'node_density_km': 23.558558692320176, 'intersection_density_km': 19.4469234488492, 'edge_density_km': 11073.792969555432, 'street_density_km': 5536.896484777722, 'circuity_avg': 1.033090504900087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033090504900087\n", - "2106\n", - "10994435.611833468\n", - "{'n': 440, 'm': 1023, 'k_avg': 4.65, 'intersection_count': 294, 'streets_per_node_avg': 2.4022727272727273, 'streets_per_node_counts': {0: 0, 1: 146, 2: 2, 3: 261, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33181818181818185, 2: 0.004545454545454545, 3: 0.5931818181818181, 4: 0.07045454545454545}, 'edge_length_total': 106127.61900000005, 'edge_length_avg': 103.74156304985343, 'street_length_total': 53276.50200000004, 'street_length_avg': 103.65078210116738, 'street_segments_count': 514, 'node_density_km': 40.020244379476985, 'intersection_density_km': 26.740799653559623, 'edge_density_km': 9652.848290436425, 'street_density_km': 4845.7696130084, 'circuity_avg': 1.0727516599710356, 'self_loop_proportion': 0.0019550342130987292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727516599710356\n", - "2107\n", - "6001161.96310454\n", - "{'n': 304, 'm': 750, 'k_avg': 4.934210526315789, 'intersection_count': 231, 'streets_per_node_avg': 2.6348684210526314, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 196, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24013157894736842, 2: 0.0, 3: 0.6447368421052632, 4: 0.11513157894736842}, 'edge_length_total': 79407.53299999994, 'edge_length_avg': 105.87671066666658, 'street_length_total': 40366.74999999997, 'street_length_avg': 103.77056555269915, 'street_segments_count': 389, 'node_density_km': 50.65685643363869, 'intersection_density_km': 38.49254551371887, 'edge_density_km': 13232.02631227113, 'street_density_km': 6726.489011324286, 'circuity_avg': 1.0403578222775838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403578222775838\n", - "2108\n", - "15001069.442450142\n", - "{'n': 579, 'm': 1321, 'k_avg': 4.563039723661485, 'intersection_count': 417, 'streets_per_node_avg': 2.545768566493955, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 356, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27979274611398963, 2: 0.0, 3: 0.614853195164076, 4: 0.10535405872193437}, 'edge_length_total': 158519.54199999975, 'edge_length_avg': 119.99965329295969, 'street_length_total': 83550.03200000005, 'street_length_avg': 116.5272412831242, 'street_segments_count': 717, 'node_density_km': 38.5972481642903, 'intersection_density_km': 27.79801810796037, 'edge_density_km': 10567.216064704022, 'street_density_km': 5569.605041862517, 'circuity_avg': 1.0692398737500644, 'self_loop_proportion': 0.002271006813020439, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692398737500644\n", - "2109\n", - "6994655.126516265\n", - "{'n': 213, 'm': 509, 'k_avg': 4.779342723004695, 'intersection_count': 168, 'streets_per_node_avg': 2.652582159624413, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 152, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2112676056338028, 2: 0.0, 3: 0.7136150234741784, 4: 0.07511737089201878}, 'edge_length_total': 61694.701999999925, 'edge_length_avg': 121.20766601178767, 'street_length_total': 33093.20099999996, 'street_length_avg': 121.22051648351632, 'street_segments_count': 273, 'node_density_km': 30.451823020198866, 'intersection_density_km': 24.018339283537134, 'edge_density_km': 8820.263599004256, 'street_density_km': 4731.2126761683885, 'circuity_avg': 1.0628550079217676, 'self_loop_proportion': 0.003929273084479371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628550079217676\n", - "2110\n", - "49999536.4961622\n", - "{'n': 2248, 'm': 5396, 'k_avg': 4.800711743772242, 'intersection_count': 1829, 'streets_per_node_avg': 2.7193060498220643, 'streets_per_node_counts': {0: 0, 1: 419, 2: 4, 3: 1617, 4: 205, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18638790035587188, 2: 0.0017793594306049821, 3: 0.719306049822064, 4: 0.09119217081850534, 5: 0.0013345195729537367}, 'edge_length_total': 547215.6089999994, 'edge_length_avg': 101.41134340252026, 'street_length_total': 289329.29399999965, 'street_length_avg': 95.51974050841851, 'street_segments_count': 3029, 'node_density_km': 44.96041678651459, 'intersection_density_km': 36.58033910255124, 'edge_density_km': 10944.413635554438, 'street_density_km': 5786.639522592526, 'circuity_avg': 1.0731182798819263, 'self_loop_proportion': 0.004818383988139363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731182798819263\n", - "2111\n", - "57016226.43251208\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3446, 'm': 8270, 'k_avg': 4.799767846778874, 'intersection_count': 2692, 'streets_per_node_avg': 2.6314567614625655, 'streets_per_node_counts': {0: 0, 1: 754, 2: 3, 3: 2452, 4: 233, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2188044109112014, 2: 0.0008705745792222867, 3: 0.7115496227510156, 4: 0.06761462565293093, 5: 0.0011607661056297156}, 'edge_length_total': 784904.2429999954, 'edge_length_avg': 94.90982382103934, 'street_length_total': 408183.3960000005, 'street_length_avg': 91.31619597315446, 'street_segments_count': 4470, 'node_density_km': 60.43893494212385, 'intersection_density_km': 47.214629386012014, 'edge_density_km': 13766.330957189115, 'street_density_km': 7159.074206413002, 'circuity_avg': 1.097567882979104, 'self_loop_proportion': 0.0032648125755743653, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097567882979104\n", - "2112\n", - "8995201.348090166\n", - "{'n': 262, 'm': 659, 'k_avg': 5.030534351145038, 'intersection_count': 208, 'streets_per_node_avg': 2.736641221374046, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 169, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20610687022900764, 2: 0.0, 3: 0.6450381679389313, 4: 0.14885496183206107}, 'edge_length_total': 110263.11699999993, 'edge_length_avg': 167.31884218512886, 'street_length_total': 59847.04100000002, 'street_length_avg': 174.48116909620998, 'street_segments_count': 343, 'node_density_km': 29.126640956806046, 'intersection_density_km': 23.123440148914725, 'edge_density_km': 12257.9932047225, 'street_density_km': 6653.218608909356, 'circuity_avg': 1.0826979045145366, 'self_loop_proportion': 0.0030349013657056147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826979045145366\n", - "2113\n", - "21984800.92540634\n", - "{'n': 544, 'm': 1342, 'k_avg': 4.9338235294117645, 'intersection_count': 417, 'streets_per_node_avg': 2.5863970588235294, 'streets_per_node_counts': {0: 0, 1: 127, 2: 1, 3: 388, 4: 26, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23345588235294118, 2: 0.001838235294117647, 3: 0.7132352941176471, 4: 0.04779411764705882, 5: 0.003676470588235294}, 'edge_length_total': 191413.43499999988, 'edge_length_avg': 142.6329619970193, 'street_length_total': 96365.906, 'street_length_avg': 142.3425494830133, 'street_segments_count': 677, 'node_density_km': 24.74436779508593, 'intersection_density_km': 18.96764957821844, 'edge_density_km': 8706.625802501418, 'street_density_km': 4383.296729725511, 'circuity_avg': 1.0610392201835601, 'self_loop_proportion': 0.0029806259314456036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610392201835601\n", - "2114\n", - "41982746.516229875\n", - "{'n': 912, 'm': 2166, 'k_avg': 4.75, 'intersection_count': 645, 'streets_per_node_avg': 2.4758771929824563, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 590, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29276315789473684, 2: 0.0, 3: 0.6469298245614035, 4: 0.05921052631578947, 5: 0.0010964912280701754}, 'edge_length_total': 356952.7740000002, 'edge_length_avg': 164.79814127423833, 'street_length_total': 179136.32899999982, 'street_length_avg': 163.74435923217533, 'street_segments_count': 1094, 'node_density_km': 21.72320954865197, 'intersection_density_km': 15.363454121579517, 'edge_density_km': 8502.368320805497, 'street_density_km': 4266.90352263515, 'circuity_avg': 1.0600544540660237, 'self_loop_proportion': 0.0009233610341643582, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600544540660237\n", - "2115\n", - "45001621.43614828\n", - "{'n': 2957, 'm': 8188, 'k_avg': 5.5380453161988505, 'intersection_count': 2484, 'streets_per_node_avg': 2.862698681095705, 'streets_per_node_counts': {0: 0, 1: 473, 2: 3, 3: 1953, 4: 513, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1599594183293879, 2: 0.0010145417653026716, 3: 0.6604666892120392, 4: 0.17348664186675686, 5: 0.005072708826513358}, 'edge_length_total': 759095.8940000029, 'edge_length_avg': 92.70834074255042, 'street_length_total': 385891.09700000053, 'street_length_avg': 92.36263690761143, 'street_segments_count': 4178, 'node_density_km': 65.70874349928961, 'intersection_density_km': 55.19801110998829, 'edge_density_km': 16868.1898512716, 'street_density_km': 8575.04873568905, 'circuity_avg': 1.0634499941949014, 'self_loop_proportion': 0.0012212994626282364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634499941949014\n", - "2116\n", - "8998776.41220663\n", - "{'n': 354, 'm': 1062, 'k_avg': 6.0, 'intersection_count': 315, 'streets_per_node_avg': 3.098870056497175, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 205, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11016949152542373, 2: 0.0, 3: 0.5790960451977402, 4: 0.3022598870056497, 5: 0.00847457627118644}, 'edge_length_total': 148563.68799999973, 'edge_length_avg': 139.89047834274928, 'street_length_total': 74281.84400000004, 'street_length_avg': 139.89047834274962, 'street_segments_count': 531, 'node_density_km': 39.33868159228929, 'intersection_density_km': 35.00475904398623, 'edge_density_km': 16509.320955955365, 'street_density_km': 8254.6604779777, 'circuity_avg': 1.0349784083780278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0349784083780278\n", - "2117\n", - "15990467.796410955\n", - "{'n': 560, 'm': 1562, 'k_avg': 5.578571428571428, 'intersection_count': 470, 'streets_per_node_avg': 2.9, 'streets_per_node_counts': {0: 0, 1: 90, 2: 2, 3: 342, 4: 126}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16071428571428573, 2: 0.0035714285714285713, 3: 0.6107142857142858, 4: 0.225}, 'edge_length_total': 227322.74700000044, 'edge_length_avg': 145.53312868117825, 'street_length_total': 114840.05200000011, 'street_length_avg': 143.55006500000013, 'street_segments_count': 800, 'node_density_km': 35.02086412541924, 'intersection_density_km': 29.392510962405428, 'edge_density_km': 14216.14113447155, 'street_density_km': 7181.781887943006, 'circuity_avg': 1.0268573992770713, 'self_loop_proportion': 0.002560819462227913, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268573992770713\n", - "2118\n", - "9002619.676910907\n", - "{'n': 479, 'm': 1051, 'k_avg': 4.38830897703549, 'intersection_count': 308, 'streets_per_node_avg': 2.3340292275574113, 'streets_per_node_counts': {0: 0, 1: 171, 2: 0, 3: 286, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3569937369519833, 2: 0.0, 3: 0.5970772442588727, 4: 0.04384133611691023, 5: 0.0020876826722338203}, 'edge_length_total': 108374.44400000008, 'edge_length_avg': 103.11555090390112, 'street_length_total': 54915.503999999986, 'street_length_avg': 100.57784615384612, 'street_segments_count': 546, 'node_density_km': 53.20673506051747, 'intersection_density_km': 34.212263880249225, 'edge_density_km': 12038.100896114594, 'street_density_km': 6099.947123262602, 'circuity_avg': 1.0600049740283222, 'self_loop_proportion': 0.003805899143672693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600049740283222\n", - "2119\n", - "5995165.754057478\n", - "{'n': 121, 'm': 380, 'k_avg': 6.2809917355371905, 'intersection_count': 115, 'streets_per_node_avg': 3.4049586776859506, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 56, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.049586776859504134, 2: 0.0, 3: 0.4628099173553719, 4: 0.47107438016528924, 5: 0.01652892561983471}, 'edge_length_total': 74963.69400000002, 'edge_length_avg': 197.27287894736847, 'street_length_total': 37481.846999999994, 'street_length_avg': 197.27287894736838, 'street_segments_count': 190, 'node_density_km': 20.182928206465053, 'intersection_density_km': 19.182121849119678, 'edge_density_km': 12504.023587548887, 'street_density_km': 6252.011793774442, 'circuity_avg': 1.0140875749724547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0140875749724547\n", - "2120\n", - "26982205.40419139\n", - "{'n': 565, 'm': 1350, 'k_avg': 4.778761061946903, 'intersection_count': 426, 'streets_per_node_avg': 2.5716814159292034, 'streets_per_node_counts': {0: 0, 1: 139, 2: 1, 3: 389, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24601769911504426, 2: 0.0017699115044247787, 3: 0.6884955752212389, 4: 0.061946902654867256, 5: 0.0017699115044247787}, 'edge_length_total': 226921.44500000018, 'edge_length_avg': 168.0899592592594, 'street_length_total': 114826.14200000004, 'street_length_avg': 164.74338880918225, 'street_segments_count': 697, 'node_density_km': 20.939726443274107, 'intersection_density_km': 15.788183123601364, 'edge_density_km': 8410.040676836239, 'street_density_km': 4255.624782330175, 'circuity_avg': 1.0792322427087413, 'self_loop_proportion': 0.0044444444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792322427087413\n", - "2121\n", - "5995340.293954015\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 311, 'm': 839, 'k_avg': 5.395498392282958, 'intersection_count': 261, 'streets_per_node_avg': 2.8842443729903535, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 198, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1607717041800643, 2: 0.0, 3: 0.6366559485530546, 4: 0.19935691318327975, 5: 0.003215434083601286}, 'edge_length_total': 87202.38199999993, 'edge_length_avg': 103.93609296781874, 'street_length_total': 44710.73200000001, 'street_length_avg': 101.84676993166289, 'street_segments_count': 439, 'node_density_km': 51.87361930291549, 'intersection_density_km': 43.533809125597884, 'edge_density_km': 14545.026257798734, 'street_density_km': 7457.580355378398, 'circuity_avg': 1.0903104899163192, 'self_loop_proportion': 0.00834326579261025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0903104899163192\n", - "2122\n", - "12992105.841432648\n", - "{'n': 747, 'm': 1960, 'k_avg': 5.247657295850067, 'intersection_count': 640, 'streets_per_node_avg': 2.8768406961178044, 'streets_per_node_counts': {0: 0, 1: 107, 2: 1, 3: 520, 4: 115, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14323962516733602, 2: 0.0013386880856760374, 3: 0.6961178045515395, 4: 0.1539491298527443, 5: 0.00535475234270415}, 'edge_length_total': 188421.9230000002, 'edge_length_avg': 96.13363418367358, 'street_length_total': 98658.88399999983, 'street_length_avg': 93.51552985781974, 'street_segments_count': 1055, 'node_density_km': 57.496452778099275, 'intersection_density_km': 49.2606824337129, 'edge_density_km': 14502.800800707055, 'street_density_km': 7593.756178107047, 'circuity_avg': 1.039481546693368, 'self_loop_proportion': 0.0035714285714285713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039481546693368\n", - "2123\n", - "9992836.109979846\n", - "{'n': 300, 'm': 745, 'k_avg': 4.966666666666667, 'intersection_count': 240, 'streets_per_node_avg': 2.6533333333333333, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 224, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7466666666666667, 4: 0.05333333333333334}, 'edge_length_total': 108465.79200000004, 'edge_length_avg': 145.591667114094, 'street_length_total': 54551.18299999997, 'street_length_avg': 144.31529894179886, 'street_segments_count': 378, 'node_density_km': 30.021507077494245, 'intersection_density_km': 24.017205661995394, 'edge_density_km': 10854.355140646732, 'street_density_km': 5459.029088400609, 'circuity_avg': 1.0555476449277346, 'self_loop_proportion': 0.0026845637583892616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555476449277346\n", - "2124\n", - "6996069.027626103\n", - "{'n': 177, 'm': 407, 'k_avg': 4.598870056497175, 'intersection_count': 134, 'streets_per_node_avg': 2.531073446327684, 'streets_per_node_counts': {0: 0, 1: 43, 2: 2, 3: 127, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24293785310734464, 2: 0.011299435028248588, 3: 0.7175141242937854, 4: 0.02824858757062147}, 'edge_length_total': 58730.164999999964, 'edge_length_avg': 144.30015970515961, 'street_length_total': 29682.842000000004, 'street_length_avg': 138.70486915887852, 'street_segments_count': 214, 'node_density_km': 25.299921899149616, 'intersection_density_km': 19.153613189186714, 'edge_density_km': 8394.737783187398, 'street_density_km': 4242.788612117503, 'circuity_avg': 1.0602997339496676, 'self_loop_proportion': 0.004914004914004914, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602997339496676\n", - "2125\n", - "61012449.276593305\n", - "error with entry 2125\n", - "2126\n", - "13992423.399709985\n", - "{'n': 445, 'm': 1088, 'k_avg': 4.889887640449438, 'intersection_count': 347, 'streets_per_node_avg': 2.6202247191011234, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 320, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2202247191011236, 2: 0.0, 3: 0.7191011235955056, 4: 0.060674157303370786}, 'edge_length_total': 135987.55900000024, 'edge_length_avg': 124.98856525735316, 'street_length_total': 69025.78999999995, 'street_length_avg': 120.88579684763565, 'street_segments_count': 571, 'node_density_km': 31.802925575366977, 'intersection_density_km': 24.799135223937842, 'edge_density_km': 9718.656669781647, 'street_density_km': 4933.0832857323785, 'circuity_avg': 1.0822990750305626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0822990750305626\n", - "2127\n", - "21984821.950694766\n", - "{'n': 623, 'm': 1403, 'k_avg': 4.504012841091493, 'intersection_count': 464, 'streets_per_node_avg': 2.5296950240770464, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 440, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2552166934189406, 2: 0.0, 3: 0.7062600321027287, 4: 0.03691813804173355, 5: 0.0016051364365971107}, 'edge_length_total': 208348.54499999984, 'edge_length_avg': 148.5021703492515, 'street_length_total': 106655.0530000001, 'street_length_avg': 140.3355960526317, 'street_segments_count': 760, 'node_density_km': 28.337732340848543, 'intersection_density_km': 21.1054699938262, 'edge_density_km': 9476.926648178545, 'street_density_km': 4851.303924097942, 'circuity_avg': 1.10232781220276, 'self_loop_proportion': 0.005702066999287242, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.10232781220276\n", - "2128\n", - "15007013.19155323\n", - "{'n': 906, 'm': 2110, 'k_avg': 4.657836644591612, 'intersection_count': 681, 'streets_per_node_avg': 2.561810154525386, 'streets_per_node_counts': {0: 0, 1: 225, 2: 0, 3: 629, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24834437086092714, 2: 0.0, 3: 0.6942604856512141, 4: 0.056291390728476824, 5: 0.0011037527593818985}, 'edge_length_total': 200496.2179999998, 'edge_length_avg': 95.02190426540274, 'street_length_total': 103262.99700000012, 'street_length_avg': 90.66110359964892, 'street_segments_count': 1139, 'node_density_km': 60.37177341257663, 'intersection_density_km': 45.37878332667184, 'edge_density_km': 13360.168038824013, 'street_density_km': 6880.9826233858585, 'circuity_avg': 1.088768516228022, 'self_loop_proportion': 0.0037914691943127963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088768516228022\n", - "2129\n", - "19005842.76378557\n", - "{'n': 958, 'm': 2379, 'k_avg': 4.966597077244259, 'intersection_count': 717, 'streets_per_node_avg': 2.6106471816283925, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 610, 4: 105, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25156576200417535, 2: 0.0, 3: 0.6367432150313153, 4: 0.10960334029227557, 5: 0.0020876826722338203}, 'edge_length_total': 275751.38700000005, 'edge_length_avg': 115.91062925598993, 'street_length_total': 138831.63400000005, 'street_length_avg': 113.70322194922198, 'street_segments_count': 1221, 'node_density_km': 50.40555222446691, 'intersection_density_km': 37.72524106987763, 'edge_density_km': 14508.769246761678, 'street_density_km': 7304.681814191104, 'circuity_avg': 1.0569132449876768, 'self_loop_proportion': 0.0008406893652795292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569132449876768\n", - "2130\n", - "8993353.916931996\n", - "{'n': 381, 'm': 952, 'k_avg': 4.997375328083989, 'intersection_count': 293, 'streets_per_node_avg': 2.6535433070866143, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 249, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23097112860892388, 2: 0.0, 3: 0.6535433070866141, 4: 0.11548556430446194}, 'edge_length_total': 118875.15200000009, 'edge_length_avg': 124.86885714285724, 'street_length_total': 60026.42899999998, 'street_length_avg': 124.27832091097305, 'street_segments_count': 483, 'node_density_km': 42.36461764088728, 'intersection_density_km': 32.579614091286025, 'edge_density_km': 13218.111184993073, 'street_density_km': 6674.532054941909, 'circuity_avg': 1.0276193410119439, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276193410119439\n", - "2131\n", - "9003414.44394173\n", - "{'n': 247, 'm': 613, 'k_avg': 4.963562753036437, 'intersection_count': 197, 'streets_per_node_avg': 2.700404858299595, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 172, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20242914979757085, 2: 0.0, 3: 0.6963562753036437, 4: 0.09716599190283401, 5: 0.004048582995951417}, 'edge_length_total': 83205.44400000002, 'edge_length_avg': 135.73481892332794, 'street_length_total': 41827.123, 'street_length_avg': 131.94676025236592, 'street_segments_count': 317, 'node_density_km': 27.43403644671748, 'intersection_density_km': 21.88058777329289, 'edge_density_km': 9241.543252070085, 'street_density_km': 4645.695614750344, 'circuity_avg': 1.13009783535603, 'self_loop_proportion': 0.0032626427406199023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.13009783535603\n", - "2132\n", - "5998233.126577837\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 244, 'm': 564, 'k_avg': 4.622950819672131, 'intersection_count': 169, 'streets_per_node_avg': 2.4508196721311477, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 153, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3073770491803279, 2: 0.0, 3: 0.6270491803278688, 4: 0.06557377049180328}, 'edge_length_total': 64845.292, 'edge_length_avg': 114.97392198581561, 'street_length_total': 32537.35799999999, 'street_length_avg': 114.56816197183095, 'street_segments_count': 284, 'node_density_km': 40.67864566964722, 'intersection_density_km': 28.17496359905893, 'edge_density_km': 10810.732199232825, 'street_density_km': 5424.490397985494, 'circuity_avg': 1.0493692766169291, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493692766169291\n", - "2133\n", - "36986301.603403196\n", - "{'n': 2409, 'm': 5810, 'k_avg': 4.8235782482357825, 'intersection_count': 1711, 'streets_per_node_avg': 2.4873391448733915, 'streets_per_node_counts': {0: 0, 1: 698, 2: 6, 3: 1541, 4: 162, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2897467828974678, 2: 0.0024906600249066002, 3: 0.6396845163968452, 4: 0.06724782067247821, 5: 0.00041511000415110004, 6: 0.00041511000415110004}, 'edge_length_total': 559663.0579999997, 'edge_length_avg': 96.32754870912215, 'street_length_total': 282029.6469999998, 'street_length_avg': 95.3447082488167, 'street_segments_count': 2958, 'node_density_km': 65.1322218109621, 'intersection_density_km': 46.26037007827154, 'edge_density_km': 15131.630731862733, 'street_density_km': 7625.245963333885, 'circuity_avg': 1.0650077933621307, 'self_loop_proportion': 0.002065404475043029, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650077933621307\n", - "2134\n", - "4995973.311906579\n", - "{'n': 99, 'm': 284, 'k_avg': 5.737373737373737, 'intersection_count': 88, 'streets_per_node_avg': 3.0707070707070705, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 59, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.5959595959595959, 4: 0.29292929292929293}, 'edge_length_total': 55669.33399999995, 'edge_length_avg': 196.01878169014068, 'street_length_total': 27834.667000000012, 'street_length_avg': 196.01878169014094, 'street_segments_count': 142, 'node_density_km': 19.81595853686002, 'intersection_density_km': 17.614185366097797, 'edge_density_km': 11142.840548672837, 'street_density_km': 5571.420274336426, 'circuity_avg': 1.0237850873613512, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237850873613512\n", - "2135\n", - "9993663.795434713\n", - "{'n': 184, 'm': 431, 'k_avg': 4.684782608695652, 'intersection_count': 138, 'streets_per_node_avg': 2.5597826086956523, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 128, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6956521739130435, 4: 0.04891304347826087, 5: 0.005434782608695652}, 'edge_length_total': 77817.48399999988, 'edge_length_avg': 180.55100696055658, 'street_length_total': 38929.08099999999, 'street_length_avg': 180.2272268518518, 'street_segments_count': 216, 'node_density_km': 18.411666008221584, 'intersection_density_km': 13.808749506166187, 'edge_density_km': 7786.682201131112, 'street_density_km': 3895.376290103285, 'circuity_avg': 1.0692877855932752, 'self_loop_proportion': 0.004640371229698376, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692877855932752\n", - "2136\n", - "9993369.127861243\n", - "{'n': 419, 'm': 1141, 'k_avg': 5.4463007159904535, 'intersection_count': 349, 'streets_per_node_avg': 2.875894988066826, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 262, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16706443914081145, 2: 0.0, 3: 0.6252983293556086, 4: 0.2052505966587112, 5: 0.002386634844868735}, 'edge_length_total': 137520.012, 'edge_length_avg': 120.52586503067484, 'street_length_total': 69471.379, 'street_length_avg': 118.55184129692833, 'street_segments_count': 586, 'node_density_km': 41.92780178927238, 'intersection_density_km': 34.92315709894048, 'edge_density_km': 13761.126026716847, 'street_density_km': 6951.747514891216, 'circuity_avg': 1.029603138043746, 'self_loop_proportion': 0.0052585451358457495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029603138043746\n", - "2137\n", - "34981687.88068503\n", - "{'n': 1746, 'm': 4420, 'k_avg': 5.063001145475372, 'intersection_count': 1391, 'streets_per_node_avg': 2.7084765177548684, 'streets_per_node_counts': {0: 0, 1: 355, 2: 1, 3: 1189, 4: 200, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20332187857961054, 2: 0.000572737686139748, 3: 0.6809851088201604, 4: 0.1145475372279496, 5: 0.000572737686139748}, 'edge_length_total': 498889.23199999804, 'edge_length_avg': 112.87086696832534, 'street_length_total': 254105.64899999998, 'street_length_avg': 109.15191108247421, 'street_segments_count': 2328, 'node_density_km': 49.911828324443015, 'intersection_density_km': 39.76366162617425, 'edge_density_km': 14261.439691006372, 'street_density_km': 7263.961929644429, 'circuity_avg': 1.0464388558391589, 'self_loop_proportion': 0.003167420814479638, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0464388558391589\n", - "2138\n", - "3996742.8303573364\n", - "{'n': 122, 'm': 386, 'k_avg': 6.327868852459017, 'intersection_count': 116, 'streets_per_node_avg': 3.4344262295081966, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 53, 4: 61, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04918032786885246, 2: 0.0, 3: 0.4344262295081967, 4: 0.5, 5: 0.01639344262295082}, 'edge_length_total': 53263.540000000045, 'edge_length_avg': 137.98844559585504, 'street_length_total': 26631.769999999986, 'street_length_avg': 137.98844559585484, 'street_segments_count': 193, 'node_density_km': 30.5248561587067, 'intersection_density_km': 29.023633724671946, 'edge_density_km': 13326.736860684608, 'street_density_km': 6663.368430342295, 'circuity_avg': 1.0216178276538894, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0216178276538894\n", - "2139\n", - "9002995.811885074\n", - "{'n': 163, 'm': 432, 'k_avg': 5.300613496932515, 'intersection_count': 132, 'streets_per_node_avg': 2.8466257668711656, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 95, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1901840490797546, 2: 0.0, 3: 0.5828220858895705, 4: 0.22699386503067484}, 'edge_length_total': 87362.22299999995, 'edge_length_avg': 202.22736805555544, 'street_length_total': 45061.98100000001, 'street_length_avg': 203.90036651583713, 'street_segments_count': 221, 'node_density_km': 18.105084508072274, 'intersection_density_km': 14.661786227395952, 'edge_density_km': 9703.683621031008, 'street_density_km': 5005.220700037713, 'circuity_avg': 1.0344738569614411, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344738569614411\n", - "2140\n", - "22996398.15739755\n", - "error with entry 2140\n", - "2141\n", - "21004142.112089477\n", - "{'n': 793, 'm': 2043, 'k_avg': 5.152585119798235, 'intersection_count': 612, 'streets_per_node_avg': 2.6860025220680956, 'streets_per_node_counts': {0: 0, 1: 181, 2: 0, 3: 499, 4: 113}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22824716267339218, 2: 0.0, 3: 0.6292559899117276, 4: 0.1424968474148802}, 'edge_length_total': 253053.22100000005, 'edge_length_avg': 123.86354429760159, 'street_length_total': 129197.53599999988, 'street_length_avg': 123.28009160305332, 'street_segments_count': 1048, 'node_density_km': 37.75445794301536, 'intersection_density_km': 29.13711003925019, 'edge_density_km': 12047.777036051793, 'street_density_km': 6151.050364758144, 'circuity_avg': 1.0584558422177568, 'self_loop_proportion': 0.002936857562408223, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584558422177568\n", - "2142\n", - "14004937.38962671\n", - "{'n': 301, 'm': 786, 'k_avg': 5.222591362126246, 'intersection_count': 236, 'streets_per_node_avg': 2.7242524916943522, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 189, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159468438538206, 2: 0.0, 3: 0.627906976744186, 4: 0.15614617940199335}, 'edge_length_total': 138101.56099999993, 'edge_length_avg': 175.70173155216276, 'street_length_total': 70775.49199999998, 'street_length_avg': 177.3821854636591, 'street_segments_count': 399, 'node_density_km': 21.49242025337058, 'intersection_density_km': 16.85119993287527, 'edge_density_km': 9860.919557004954, 'street_density_km': 5053.610025591585, 'circuity_avg': 1.0461484455854178, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461484455854178\n", - "2143\n", - "8994315.529395362\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 540, 'm': 1207, 'k_avg': 4.470370370370371, 'intersection_count': 358, 'streets_per_node_avg': 2.3759259259259258, 'streets_per_node_counts': {0: 0, 1: 182, 2: 1, 3: 330, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.337037037037037, 2: 0.001851851851851852, 3: 0.6111111111111112, 4: 0.04814814814814815, 5: 0.001851851851851852}, 'edge_length_total': 117442.61400000002, 'edge_length_avg': 97.30125434962719, 'street_length_total': 59657.481000000036, 'street_length_avg': 95.29949041533553, 'street_segments_count': 626, 'node_density_km': 60.037920421533315, 'intersection_density_km': 39.80291761279431, 'edge_density_km': 13057.426506349731, 'street_density_km': 6632.798327457663, 'circuity_avg': 1.0862329884445432, 'self_loop_proportion': 0.0033140016570008283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862329884445432\n", - "2144\n", - "6994117.360407444\n", - "{'n': 194, 'm': 543, 'k_avg': 5.597938144329897, 'intersection_count': 168, 'streets_per_node_avg': 2.979381443298969, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 121, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13402061855670103, 2: 0.0, 3: 0.6237113402061856, 4: 0.23711340206185566, 5: 0.005154639175257732}, 'edge_length_total': 78493.37499999994, 'edge_length_avg': 144.55501841620617, 'street_length_total': 40070.76600000003, 'street_length_avg': 144.65980505415175, 'street_segments_count': 277, 'node_density_km': 27.737595754140806, 'intersection_density_km': 24.02018601389513, 'edge_density_km': 11222.77064499062, 'street_density_km': 5729.209839519436, 'circuity_avg': 1.0263939215134317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0263939215134317\n", - "2145\n", - "45979142.907164045\n", - "{'n': 2375, 'm': 5740, 'k_avg': 4.833684210526315, 'intersection_count': 1943, 'streets_per_node_avg': 2.704842105263158, 'streets_per_node_counts': {0: 0, 1: 432, 2: 5, 3: 1773, 4: 162, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18189473684210528, 2: 0.002105263157894737, 3: 0.7465263157894737, 4: 0.06821052631578947, 5: 0.0012631578947368421}, 'edge_length_total': 525017.2970000005, 'edge_length_avg': 91.46642804878057, 'street_length_total': 274157.1379999996, 'street_length_avg': 86.26719257394576, 'street_segments_count': 3178, 'node_density_km': 51.653855418647865, 'intersection_density_km': 42.25829098039276, 'edge_density_km': 11418.59686380098, 'street_density_km': 5962.641333996746, 'circuity_avg': 1.0750197325721396, 'self_loop_proportion': 0.007142857142857143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750197325721396\n", - "2146\n", - "5997496.069051164\n", - "{'n': 231, 'm': 622, 'k_avg': 5.3852813852813854, 'intersection_count': 205, 'streets_per_node_avg': 2.9220779220779223, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 172, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11255411255411256, 2: 0.0, 3: 0.7445887445887446, 4: 0.13852813852813853, 5: 0.004329004329004329}, 'edge_length_total': 74634.61500000003, 'edge_length_avg': 119.99134244372996, 'street_length_total': 38225.34500000001, 'street_length_avg': 118.34472136222912, 'street_segments_count': 323, 'node_density_km': 38.51607359811833, 'intersection_density_km': 34.180931115213234, 'edge_density_km': 12444.295776221765, 'street_density_km': 6373.550655123225, 'circuity_avg': 1.0516289941901278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516289941901278\n", - "2147\n", - "19004737.261837076\n", - "{'n': 1126, 'm': 2561, 'k_avg': 4.548845470692718, 'intersection_count': 770, 'streets_per_node_avg': 2.399644760213144, 'streets_per_node_counts': {0: 0, 1: 356, 2: 0, 3: 734, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31616341030195383, 2: 0.0, 3: 0.6518650088809946, 4: 0.03197158081705151}, 'edge_length_total': 233245.66800000006, 'edge_length_avg': 91.07601249511912, 'street_length_total': 119436.92900000006, 'street_length_avg': 90.07309879336354, 'street_segments_count': 1326, 'node_density_km': 59.248385520229824, 'intersection_density_km': 40.51621389926906, 'edge_density_km': 12273.027760734934, 'street_density_km': 6284.587224462097, 'circuity_avg': 1.0845111604162088, 'self_loop_proportion': 0.0015618898867629833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0845111604162088\n", - "2148\n", - "6994172.355271399\n", - "{'n': 183, 'm': 448, 'k_avg': 4.896174863387978, 'intersection_count': 137, 'streets_per_node_avg': 2.5901639344262297, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 120, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25136612021857924, 2: 0.0, 3: 0.6557377049180327, 4: 0.09289617486338798}, 'edge_length_total': 81136.65000000002, 'edge_length_avg': 181.10859375000004, 'street_length_total': 40618.884000000005, 'street_length_avg': 180.52837333333335, 'street_segments_count': 225, 'node_density_km': 26.16463974641342, 'intersection_density_km': 19.587735766440648, 'edge_density_km': 11600.607745796913, 'street_density_km': 5807.532605253313, 'circuity_avg': 1.0396991802105104, 'self_loop_proportion': 0.008928571428571428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396991802105104\n", - "2149\n", - "149905339.10301498\n", - "error with entry 2149\n", - "2150\n", - "6993726.5872570025\n", - "{'n': 224, 'm': 555, 'k_avg': 4.955357142857143, 'intersection_count': 174, 'streets_per_node_avg': 2.607142857142857, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 162, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22321428571428573, 2: 0.0, 3: 0.7232142857142857, 4: 0.05357142857142857}, 'edge_length_total': 63049.23500000007, 'edge_length_avg': 113.60222522522535, 'street_length_total': 31599.294999999984, 'street_length_avg': 112.85462499999994, 'street_segments_count': 280, 'node_density_km': 32.02870418299476, 'intersection_density_km': 24.879439856433425, 'edge_density_km': 9015.112932049651, 'street_density_km': 4518.234249759754, 'circuity_avg': 1.1036810084607318, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1036810084607318\n", - "2151\n", - "19003302.863634653\n", - "{'n': 845, 'm': 1847, 'k_avg': 4.371597633136095, 'intersection_count': 548, 'streets_per_node_avg': 2.3431952662721893, 'streets_per_node_counts': {0: 0, 1: 297, 2: 0, 3: 509, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3514792899408284, 2: 0.0, 3: 0.6023668639053255, 4: 0.046153846153846156}, 'edge_length_total': 214360.23400000035, 'edge_length_avg': 116.05859989171648, 'street_length_total': 109112.38799999988, 'street_length_avg': 113.30466043613694, 'street_segments_count': 963, 'node_density_km': 44.465954474525574, 'intersection_density_km': 28.83709236927812, 'edge_density_km': 11280.15669371913, 'street_density_km': 5741.759144869544, 'circuity_avg': 1.0592893507447976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592893507447976\n", - "2152\n", - "71950920.24762283\n", - "{'n': 7155, 'm': 18266, 'k_avg': 5.105800139762404, 'intersection_count': 5967, 'streets_per_node_avg': 2.809224318658281, 'streets_per_node_counts': {0: 0, 1: 1188, 2: 15, 3: 4973, 4: 935, 5: 41, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1660377358490566, 2: 0.0020964360587002098, 3: 0.6950384346610762, 4: 0.13067784765897975, 5: 0.00573025856044724, 6: 0.0004192872117400419}, 'edge_length_total': 1425107.4760000072, 'edge_length_avg': 78.0196800613165, 'street_length_total': 761726.4980000025, 'street_length_avg': 76.37887275644265, 'street_segments_count': 9973, 'node_density_km': 99.44278649078699, 'intersection_density_km': 82.93153137533557, 'edge_density_km': 19806.660861256893, 'street_density_km': 10586.751293499528, 'circuity_avg': 1.0604989970050809, 'self_loop_proportion': 0.002682579656191832, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604989970050809\n", - "2153\n", - "9996361.283656888\n", - "{'n': 328, 'm': 911, 'k_avg': 5.554878048780488, 'intersection_count': 280, 'streets_per_node_avg': 2.9146341463414633, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 212, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14634146341463414, 2: 0.0, 3: 0.6463414634146342, 4: 0.2073170731707317}, 'edge_length_total': 146883.51700000008, 'edge_length_avg': 161.23327881448967, 'street_length_total': 73965.18400000001, 'street_length_avg': 161.49603493449783, 'street_segments_count': 458, 'node_density_km': 32.81193933399038, 'intersection_density_km': 28.01019211438203, 'edge_density_km': 14693.69832002179, 'street_density_km': 7399.210762912915, 'circuity_avg': 1.0418415182626548, 'self_loop_proportion': 0.0021953896816684962, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418415182626548\n", - "2154\n", - "41972878.03582742\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4816, 'm': 12066, 'k_avg': 5.010797342192691, 'intersection_count': 3817, 'streets_per_node_avg': 2.7130398671096345, 'streets_per_node_counts': {0: 0, 1: 999, 2: 11, 3: 3209, 4: 571, 5: 23, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20743355481727574, 2: 0.0022840531561461796, 3: 0.6663205980066446, 4: 0.11856312292358805, 5: 0.004775747508305648, 6: 0.0004152823920265781, 7: 0.00020764119601328904}, 'edge_length_total': 941509.673999996, 'edge_length_avg': 78.02997463948252, 'street_length_total': 494204.24700000026, 'street_length_avg': 76.87109146056933, 'street_segments_count': 6429, 'node_density_km': 114.74076178167088, 'intersection_density_km': 90.93967768285667, 'edge_density_km': 22431.382313034086, 'street_density_km': 11774.371216054207, 'circuity_avg': 1.0710891122340802, 'self_loop_proportion': 0.0036466103099618763, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710891122340802\n", - "2155\n", - "41996180.64207228\n", - "{'n': 1827, 'm': 4299, 'k_avg': 4.706075533661741, 'intersection_count': 1296, 'streets_per_node_avg': 2.490968801313629, 'streets_per_node_counts': {0: 0, 1: 531, 2: 0, 3: 1169, 4: 123, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29064039408866993, 2: 0.0, 3: 0.6398467432950191, 4: 0.06732348111658457, 5: 0.0016420361247947454, 6: 0.0005473453749315818}, 'edge_length_total': 494113.286999998, 'edge_length_avg': 114.93679623168131, 'street_length_total': 250898.637, 'street_length_avg': 112.0083200892857, 'street_segments_count': 2240, 'node_density_km': 43.50395612332635, 'intersection_density_km': 30.859949171226575, 'edge_density_km': 11765.672007444156, 'street_density_km': 5974.320358757736, 'circuity_avg': 1.0904444962319175, 'self_loop_proportion': 0.00418702023726448, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0904444962319175\n", - "2156\n", - "12996838.201747991\n", - "{'n': 1320, 'm': 3355, 'k_avg': 5.083333333333333, 'intersection_count': 1028, 'streets_per_node_avg': 2.675, 'streets_per_node_counts': {0: 0, 1: 292, 2: 2, 3: 872, 4: 151, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22121212121212122, 2: 0.0015151515151515152, 3: 0.6606060606060606, 4: 0.1143939393939394, 5: 0.0022727272727272726}, 'edge_length_total': 293934.7779999999, 'edge_length_avg': 87.61096214605064, 'street_length_total': 149879.18499999985, 'street_length_avg': 86.83614426419459, 'street_segments_count': 1726, 'node_density_km': 101.56316324861754, 'intersection_density_km': 79.0961604693779, 'edge_density_km': 22615.868062469803, 'street_density_km': 11531.972828579344, 'circuity_avg': 1.0870020613349576, 'self_loop_proportion': 0.0029806259314456036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0870020613349576\n", - "2157\n", - "7998156.218988752\n", - "{'n': 229, 'm': 508, 'k_avg': 4.436681222707423, 'intersection_count': 148, 'streets_per_node_avg': 2.3406113537117905, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 137, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3537117903930131, 2: 0.0, 3: 0.5982532751091703, 4: 0.048034934497816595}, 'edge_length_total': 79984.46799999995, 'edge_length_avg': 157.44974015748022, 'street_length_total': 39992.234000000004, 'street_length_avg': 157.44974015748033, 'street_segments_count': 254, 'node_density_km': 28.631598799773585, 'intersection_density_km': 18.504264726491225, 'edge_density_km': 10000.363309997063, 'street_density_km': 5000.181654998535, 'circuity_avg': 1.0949020448464912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0949020448464912\n", - "2158\n", - "6993913.721728653\n", - "{'n': 397, 'm': 1112, 'k_avg': 5.602015113350126, 'intersection_count': 347, 'streets_per_node_avg': 2.906801007556675, 'streets_per_node_counts': {0: 0, 1: 50, 2: 1, 3: 282, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12594458438287154, 2: 0.0025188916876574307, 3: 0.7103274559193955, 4: 0.16120906801007556}, 'edge_length_total': 123587.13400000022, 'edge_length_avg': 111.13950899280596, 'street_length_total': 62111.07699999996, 'street_length_avg': 109.9311097345132, 'street_segments_count': 565, 'node_density_km': 56.76363990116186, 'intersection_density_km': 49.614566865751044, 'edge_density_km': 17670.66894406209, 'street_density_km': 8880.73251562049, 'circuity_avg': 1.0840221667642458, 'self_loop_proportion': 0.0035971223021582736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0840221667642458\n", - "2159\n", - "75987580.92976718\n", - "{'n': 4440, 'm': 10954, 'k_avg': 4.934234234234234, 'intersection_count': 3566, 'streets_per_node_avg': 2.706081081081081, 'streets_per_node_counts': {0: 0, 1: 874, 2: 2, 3: 3140, 4: 405, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19684684684684683, 2: 0.00045045045045045046, 3: 0.7072072072072072, 4: 0.09121621621621621, 5: 0.0038288288288288288, 6: 0.00045045045045045046}, 'edge_length_total': 1124856.7359999977, 'edge_length_avg': 102.68913054591908, 'street_length_total': 598422.819, 'street_length_avg': 100.96555070018559, 'street_segments_count': 5927, 'node_density_km': 58.43060070702535, 'intersection_density_km': 46.92872119848027, 'edge_density_km': 14803.165494104436, 'street_density_km': 7875.271349315654, 'circuity_avg': 1.0727763415399405, 'self_loop_proportion': 0.002373562169070659, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727763415399405\n", - "2160\n", - "79009670.0581856\n", - "{'n': 3528, 'm': 10001, 'k_avg': 5.669501133786848, 'intersection_count': 3114, 'streets_per_node_avg': 3.005952380952381, 'streets_per_node_counts': {0: 0, 1: 414, 2: 1, 3: 2275, 4: 828, 5: 8, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11734693877551021, 2: 0.0002834467120181406, 3: 0.6448412698412699, 4: 0.23469387755102042, 5: 0.0022675736961451248, 6: 0.0005668934240362812}, 'edge_length_total': 1452914.609999997, 'edge_length_avg': 145.27693330666904, 'street_length_total': 750016.6919999999, 'street_length_avg': 144.34501385681293, 'street_segments_count': 5196, 'node_density_km': 44.652762091043435, 'intersection_density_km': 39.41289715178834, 'edge_density_km': 18389.073247996323, 'street_density_km': 9492.720213205044, 'circuity_avg': 1.0309303449177236, 'self_loop_proportion': 0.0005999400059994001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309303449177236\n", - "2161\n", - "48959213.72813206\n", - "{'n': 2898, 'm': 7576, 'k_avg': 5.228433402346446, 'intersection_count': 2320, 'streets_per_node_avg': 2.781573498964803, 'streets_per_node_counts': {0: 0, 1: 578, 2: 2, 3: 1812, 4: 490, 5: 13, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19944789510006902, 2: 0.0006901311249137336, 3: 0.6252587991718427, 4: 0.16908212560386474, 5: 0.004485852311939268, 6: 0.0010351966873706005}, 'edge_length_total': 770447.8319999961, 'edge_length_avg': 101.69585955649367, 'street_length_total': 404036.28699999984, 'street_length_avg': 101.2622273182957, 'street_segments_count': 3990, 'node_density_km': 59.1921270650391, 'intersection_density_km': 47.38638191542123, 'edge_density_km': 15736.523798732806, 'street_density_km': 8252.507673909799, 'circuity_avg': 1.0415557820180272, 'self_loop_proportion': 0.0034318901795142554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415557820180272\n", - "2162\n", - "9992143.616913453\n", - "{'n': 185, 'm': 460, 'k_avg': 4.972972972972973, 'intersection_count': 155, 'streets_per_node_avg': 2.735135135135135, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 144, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.0, 3: 0.7783783783783784, 4: 0.05945945945945946}, 'edge_length_total': 91568.29499999994, 'edge_length_avg': 199.0615108695651, 'street_length_total': 46989.251000000004, 'street_length_avg': 198.2668818565401, 'street_segments_count': 237, 'node_density_km': 18.514545736397857, 'intersection_density_km': 15.512186968333339, 'edge_density_km': 9164.02911233227, 'street_density_km': 4702.619658154479, 'circuity_avg': 1.0522579228333613, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522579228333613\n", - "2163\n", - "3997468.9966062247\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 104, 'm': 272, 'k_avg': 5.230769230769231, 'intersection_count': 85, 'streets_per_node_avg': 2.769230769230769, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 71, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18269230769230768, 2: 0.0, 3: 0.6826923076923077, 4: 0.1346153846153846}, 'edge_length_total': 49351.792, 'edge_length_avg': 181.44041176470589, 'street_length_total': 24675.896000000004, 'street_length_avg': 181.4404117647059, 'street_segments_count': 136, 'node_density_km': 26.01646193836501, 'intersection_density_km': 21.263454468856015, 'edge_density_km': 12345.759789981796, 'street_density_km': 6172.879894990899, 'circuity_avg': 1.1275090314115837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1275090314115837\n", - "2164\n", - "12990547.50381942\n", - "{'n': 110, 'm': 271, 'k_avg': 4.927272727272728, 'intersection_count': 93, 'streets_per_node_avg': 2.7545454545454544, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 86, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15454545454545454, 2: 0.0, 3: 0.7818181818181819, 4: 0.06363636363636363}, 'edge_length_total': 50228.47499999993, 'edge_length_avg': 185.34492619926175, 'street_length_total': 25291.952000000005, 'street_length_avg': 181.95648920863312, 'street_segments_count': 139, 'node_density_km': 8.46769545068507, 'intersection_density_km': 7.159051608306469, 'edge_density_km': 3866.5402659304386, 'street_density_km': 1946.9504262667747, 'circuity_avg': 1.026458872498469, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026458872498469\n", - "2165\n", - "9997061.236891145\n", - "{'n': 197, 'm': 483, 'k_avg': 4.903553299492386, 'intersection_count': 156, 'streets_per_node_avg': 2.598984771573604, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 153, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20812182741116753, 2: 0.0, 3: 0.7766497461928934, 4: 0.015228426395939087}, 'edge_length_total': 73296.30199999998, 'edge_length_avg': 151.7521780538302, 'street_length_total': 36757.166000000005, 'street_length_avg': 148.8144372469636, 'street_segments_count': 247, 'node_density_km': 19.705791065181316, 'intersection_density_km': 15.604585818113122, 'edge_density_km': 7331.78483788036, 'street_density_km': 3676.797123574551, 'circuity_avg': 1.089450854458609, 'self_loop_proportion': 0.004140786749482402, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089450854458609\n", - "2166\n", - "25980700.75648522\n", - "{'n': 1977, 'm': 4701, 'k_avg': 4.755690440060698, 'intersection_count': 1385, 'streets_per_node_avg': 2.4577642893272635, 'streets_per_node_counts': {0: 0, 1: 592, 2: 1, 3: 1274, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2994436014162873, 2: 0.0005058168942842691, 3: 0.6444107233181589, 4: 0.05412240768841679, 5: 0.0015174506828528073}, 'edge_length_total': 443282.2500000007, 'edge_length_avg': 94.29530950861533, 'street_length_total': 223960.1209999997, 'street_length_avg': 93.70716359832623, 'street_segments_count': 2390, 'node_density_km': 76.09494518759304, 'intersection_density_km': 53.308800751045204, 'edge_density_km': 17061.982051787036, 'street_density_km': 8620.249434345818, 'circuity_avg': 1.080940090037443, 'self_loop_proportion': 0.0042544139544777706, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080940090037443\n", - "2167\n", - "6998476.5318792425\n", - "{'n': 425, 'm': 1042, 'k_avg': 4.903529411764706, 'intersection_count': 334, 'streets_per_node_avg': 2.656470588235294, 'streets_per_node_counts': {0: 0, 1: 91, 2: 1, 3: 296, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21411764705882352, 2: 0.002352941176470588, 3: 0.6964705882352941, 4: 0.08705882352941176}, 'edge_length_total': 80493.66500000001, 'edge_length_avg': 77.24919865642995, 'street_length_total': 41969.26600000002, 'street_length_avg': 75.75679783393505, 'street_segments_count': 554, 'node_density_km': 60.72750234483937, 'intersection_density_km': 47.72467243100318, 'edge_density_km': 11501.598188311094, 'street_density_km': 5996.914586885149, 'circuity_avg': 1.072986811048309, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072986811048309\n", - "2168\n", - "4996018.912667361\n", - "{'n': 198, 'm': 490, 'k_avg': 4.94949494949495, 'intersection_count': 140, 'streets_per_node_avg': 2.515151515151515, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 120, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29292929292929293, 2: 0.0, 3: 0.6060606060606061, 4: 0.10101010101010101}, 'edge_length_total': 61187.17999999996, 'edge_length_avg': 124.87179591836725, 'street_length_total': 30593.590000000004, 'street_length_avg': 124.87179591836737, 'street_segments_count': 245, 'node_density_km': 39.631555336584654, 'intersection_density_km': 28.022311854150765, 'edge_density_km': 12247.187424543254, 'street_density_km': 6123.593712271631, 'circuity_avg': 1.1033138774399114, 'self_loop_proportion': 0.004081632653061225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1033138774399114\n", - "2169\n", - "10000383.245832281\n", - "{'n': 339, 'm': 738, 'k_avg': 4.353982300884955, 'intersection_count': 214, 'streets_per_node_avg': 2.2890855457227137, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 205, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3687315634218289, 2: 0.0, 3: 0.6047197640117994, 4: 0.02654867256637168}, 'edge_length_total': 99402.85600000019, 'edge_length_avg': 134.69221680216828, 'street_length_total': 49701.42800000001, 'street_length_avg': 134.69221680216805, 'street_segments_count': 369, 'node_density_km': 33.89870084641809, 'intersection_density_km': 21.39917988534947, 'edge_density_km': 9939.9046572967, 'street_density_km': 4969.952328648341, 'circuity_avg': 1.070424466048726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070424466048726\n", - "2170\n", - "5994534.165991618\n", - "{'n': 137, 'm': 404, 'k_avg': 5.897810218978102, 'intersection_count': 124, 'streets_per_node_avg': 3.102189781021898, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 84, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0948905109489051, 2: 0.0, 3: 0.6131386861313869, 4: 0.291970802919708}, 'edge_length_total': 64652.10999999996, 'edge_length_avg': 160.02997524752465, 'street_length_total': 32326.055000000004, 'street_length_avg': 160.02997524752476, 'street_segments_count': 202, 'node_density_km': 22.854152834299075, 'intersection_density_km': 20.68551059454807, 'edge_density_km': 10785.176664232955, 'street_density_km': 5392.588332116481, 'circuity_avg': 1.0119746233090003, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0119746233090003\n", - "2171\n", - "16992295.301325377\n", - "{'n': 1080, 'm': 2519, 'k_avg': 4.6648148148148145, 'intersection_count': 776, 'streets_per_node_avg': 2.4990740740740742, 'streets_per_node_counts': {0: 0, 1: 304, 2: 0, 3: 709, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2814814814814815, 2: 0.0, 3: 0.6564814814814814, 4: 0.062037037037037036}, 'edge_length_total': 238308.31600000063, 'edge_length_avg': 94.60433346566123, 'street_length_total': 121256.51599999987, 'street_length_avg': 91.17031278195479, 'street_segments_count': 1330, 'node_density_km': 63.55821746552164, 'intersection_density_km': 45.66775625300444, 'edge_density_km': 14024.492381639158, 'street_density_km': 7135.970382443978, 'circuity_avg': 1.067736249777411, 'self_loop_proportion': 0.0023818975784041284, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067736249777411\n", - "2172\n", - "40984699.646640554\n", - "{'n': 2832, 'm': 6737, 'k_avg': 4.757768361581921, 'intersection_count': 2084, 'streets_per_node_avg': 2.5692090395480225, 'streets_per_node_counts': {0: 0, 1: 748, 2: 1, 3: 1816, 4: 258, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2641242937853107, 2: 0.00035310734463276836, 3: 0.6412429378531074, 4: 0.09110169491525423, 5: 0.002824858757062147, 6: 0.00035310734463276836}, 'edge_length_total': 667483.2609999989, 'edge_length_avg': 99.0772244322397, 'street_length_total': 343264.0399999997, 'street_length_avg': 95.88381005586584, 'street_segments_count': 3580, 'node_density_km': 69.09895703559545, 'intersection_density_km': 50.848243807267274, 'edge_density_km': 16286.157194144798, 'street_density_km': 8375.419192028565, 'circuity_avg': 1.0625951271798784, 'self_loop_proportion': 0.004304586611251299, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625951271798784\n", - "2173\n", - "20983906.06844154\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1180, 'm': 3291, 'k_avg': 5.577966101694916, 'intersection_count': 1020, 'streets_per_node_avg': 2.9177966101694914, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 804, 4: 209, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13559322033898305, 2: 0.0, 3: 0.6813559322033899, 4: 0.17711864406779662, 5: 0.005932203389830509}, 'edge_length_total': 386617.96099999937, 'edge_length_avg': 117.47735065329668, 'street_length_total': 197333.76000000004, 'street_length_avg': 117.53053007742706, 'street_segments_count': 1679, 'node_density_km': 56.233572345934434, 'intersection_density_km': 48.608681180384, 'edge_density_km': 18424.499220450103, 'street_density_km': 9404.052770555309, 'circuity_avg': 1.06419717286073, 'self_loop_proportion': 0.0018231540565177757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06419717286073\n", - "2174\n", - "98986298.39745189\n", - "{'n': 6555, 'm': 15432, 'k_avg': 4.708466819221968, 'intersection_count': 4648, 'streets_per_node_avg': 2.497482837528604, 'streets_per_node_counts': {0: 0, 1: 1907, 2: 5, 3: 4137, 4: 491, 5: 11, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29092295957284514, 2: 0.0007627765064836003, 3: 0.631121281464531, 4: 0.07490465293668955, 5: 0.0016781083142639206, 6: 0.0006102212051868803}, 'edge_length_total': 1537308.2760000029, 'edge_length_avg': 99.61821384136877, 'street_length_total': 805359.1550000029, 'street_length_avg': 99.16994889791934, 'street_segments_count': 8121, 'node_density_km': 66.22128623984125, 'intersection_density_km': 46.9559936602261, 'edge_density_km': 15530.515848035553, 'street_density_km': 8136.06699147702, 'circuity_avg': 1.0824848735683106, 'self_loop_proportion': 0.003110419906687403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0824848735683106\n", - "2175\n", - "45971729.92552065\n", - "{'n': 2092, 'm': 5231, 'k_avg': 5.000956022944551, 'intersection_count': 1660, 'streets_per_node_avg': 2.6888145315487573, 'streets_per_node_counts': {0: 0, 1: 432, 2: 2, 3: 1450, 4: 203, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20650095602294455, 2: 0.0009560229445506692, 3: 0.6931166347992351, 4: 0.09703632887189292, 5: 0.0014340344168260039, 6: 0.0009560229445506692}, 'edge_length_total': 620732.2500000029, 'edge_length_avg': 118.66416555152034, 'street_length_total': 319553.76400000026, 'street_length_avg': 115.48744633176734, 'street_segments_count': 2767, 'node_density_km': 45.50622748783381, 'intersection_density_km': 36.10914800659853, 'edge_density_km': 13502.477522722305, 'street_density_km': 6951.092867675703, 'circuity_avg': 1.0584319883013467, 'self_loop_proportion': 0.003823360734085261, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584319883013467\n", - "2176\n", - "7993129.547629831\n", - "{'n': 294, 'm': 810, 'k_avg': 5.510204081632653, 'intersection_count': 255, 'streets_per_node_avg': 2.880952380952381, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 213, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1326530612244898, 2: 0.0, 3: 0.7244897959183674, 4: 0.13945578231292516, 5: 0.003401360544217687}, 'edge_length_total': 111304.19200000017, 'edge_length_avg': 137.4125827160496, 'street_length_total': 55706.30000000002, 'street_length_avg': 137.20763546798034, 'street_segments_count': 406, 'node_density_km': 36.78158826878749, 'intersection_density_km': 31.902397988234043, 'edge_density_km': 13924.982866442435, 'street_density_km': 6969.27275706652, 'circuity_avg': 1.0237377625901911, 'self_loop_proportion': 0.0024691358024691358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237377625901911\n", - "2177\n", - "6999014.446599866\n", - "{'n': 416, 'm': 916, 'k_avg': 4.403846153846154, 'intersection_count': 261, 'streets_per_node_avg': 2.2860576923076925, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 248, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37259615384615385, 2: 0.0, 3: 0.5961538461538461, 4: 0.03125}, 'edge_length_total': 91160.18999999999, 'edge_length_avg': 99.51985807860261, 'street_length_total': 45804.781999999985, 'street_length_avg': 99.14454978354975, 'street_segments_count': 462, 'node_density_km': 59.43693975400973, 'intersection_density_km': 37.290964605280145, 'edge_density_km': 13024.718079312692, 'street_density_km': 6544.461702354683, 'circuity_avg': 1.0799210040500569, 'self_loop_proportion': 0.001091703056768559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0799210040500569\n", - "2178\n", - "6994433.742787949\n", - "{'n': 382, 'm': 847, 'k_avg': 4.43455497382199, 'intersection_count': 246, 'streets_per_node_avg': 2.316753926701571, 'streets_per_node_counts': {0: 0, 1: 136, 2: 2, 3: 231, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35602094240837695, 2: 0.005235602094240838, 3: 0.6047120418848168, 4: 0.034031413612565446}, 'edge_length_total': 88453.58299999991, 'edge_length_avg': 104.43162101534818, 'street_length_total': 44847.434999999976, 'street_length_avg': 103.81350694444438, 'street_segments_count': 432, 'node_density_km': 54.614857191818444, 'intersection_density_km': 35.17082426488832, 'edge_density_km': 12646.282208506951, 'street_density_km': 6411.875020796751, 'circuity_avg': 1.0719195630044005, 'self_loop_proportion': 0.0070838252656434475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719195630044005\n", - "2179\n", - "3996552.3331782226\n", - "{'n': 99, 'm': 242, 'k_avg': 4.888888888888889, 'intersection_count': 72, 'streets_per_node_avg': 2.494949494949495, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 68, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.6868686868686869, 4: 0.04040404040404041}, 'edge_length_total': 35739.92000000002, 'edge_length_avg': 147.68561983471082, 'street_length_total': 17869.96, 'street_length_avg': 147.68561983471074, 'street_segments_count': 121, 'node_density_km': 24.771350841106372, 'intersection_density_km': 18.015527884441, 'edge_density_km': 8942.687852051262, 'street_density_km': 4471.343926025628, 'circuity_avg': 1.0649552783166005, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649552783166005\n", - "2180\n", - "8999547.874761928\n", - "{'n': 278, 'm': 630, 'k_avg': 4.532374100719425, 'intersection_count': 180, 'streets_per_node_avg': 2.352517985611511, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 164, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35251798561151076, 2: 0.0, 3: 0.5899280575539568, 4: 0.05755395683453238}, 'edge_length_total': 89646.24400000011, 'edge_length_avg': 142.29562539682556, 'street_length_total': 44823.122, 'street_length_avg': 142.29562539682541, 'street_segments_count': 315, 'node_density_km': 30.89044070531756, 'intersection_density_km': 20.001004773227198, 'edge_density_km': 9961.194189699401, 'street_density_km': 4980.597094849694, 'circuity_avg': 1.0787022298629103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0787022298629103\n", - "2181\n", - "8992380.61667904\n", - "{'n': 704, 'm': 2246, 'k_avg': 6.380681818181818, 'intersection_count': 649, 'streets_per_node_avg': 3.303977272727273, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 326, 4: 322, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.078125, 2: 0.0, 3: 0.4630681818181818, 4: 0.45738636363636365, 5: 0.0014204545454545455}, 'edge_length_total': 186865.56299999967, 'edge_length_avg': 83.19927114870868, 'street_length_total': 94681.04699999998, 'street_length_avg': 82.40299999999998, 'street_segments_count': 1149, 'node_density_km': 78.28850112218592, 'intersection_density_km': 72.17221197201515, 'edge_density_km': 20780.433009408207, 'street_density_km': 10529.030190780164, 'circuity_avg': 1.0172463066456943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0172463066456943\n", - "2182\n", - "5994761.378793012\n", - "{'n': 213, 'm': 582, 'k_avg': 5.464788732394366, 'intersection_count': 180, 'streets_per_node_avg': 2.8028169014084505, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 156, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15492957746478872, 2: 0.0, 3: 0.7323943661971831, 4: 0.11267605633802817}, 'edge_length_total': 77237.79599999993, 'edge_length_avg': 132.71098969072153, 'street_length_total': 38618.89800000001, 'street_length_avg': 132.71098969072168, 'street_segments_count': 291, 'node_density_km': 35.531022261120505, 'intersection_density_km': 30.026215995313105, 'edge_density_km': 12884.21525387738, 'street_density_km': 6442.107626938698, 'circuity_avg': 1.0654256914622682, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654256914622682\n", - "2183\n", - "5996565.0842718\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 324, 'm': 784, 'k_avg': 4.839506172839506, 'intersection_count': 228, 'streets_per_node_avg': 2.4814814814814814, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 204, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2962962962962963, 2: 0.0, 3: 0.6296296296296297, 4: 0.07407407407407407}, 'edge_length_total': 54424.56399999994, 'edge_length_avg': 69.4190867346938, 'street_length_total': 27343.924999999977, 'street_length_avg': 69.22512658227842, 'street_segments_count': 395, 'node_density_km': 54.030931949660534, 'intersection_density_km': 38.0217669275389, 'edge_density_km': 9075.956524302288, 'street_density_km': 4559.931329974136, 'circuity_avg': 1.0843310794300651, 'self_loop_proportion': 0.002551020408163265, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843310794300651\n", - "2184\n", - "12994848.792812563\n", - "{'n': 251, 'm': 627, 'k_avg': 4.99601593625498, 'intersection_count': 198, 'streets_per_node_avg': 2.637450199203187, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 184, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21115537848605578, 2: 0.0, 3: 0.7330677290836654, 4: 0.05179282868525897, 5: 0.00398406374501992}, 'edge_length_total': 90492.3490000001, 'edge_length_avg': 144.32591547049458, 'street_length_total': 45496.653000000035, 'street_length_avg': 140.8565108359134, 'street_segments_count': 323, 'node_density_km': 19.31534594991423, 'intersection_density_km': 15.236806765270988, 'edge_density_km': 6963.709269941742, 'street_density_km': 3501.1298496342783, 'circuity_avg': 1.0498543523680448, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498543523680448\n", - "2185\n", - "7995808.379047771\n", - "{'n': 46, 'm': 108, 'k_avg': 4.695652173913044, 'intersection_count': 34, 'streets_per_node_avg': 2.5434782608695654, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 31, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2608695652173913, 2: 0.0, 3: 0.6739130434782609, 4: 0.06521739130434782}, 'edge_length_total': 34780.51199999999, 'edge_length_avg': 322.04177777777767, 'street_length_total': 17390.255999999998, 'street_length_avg': 322.0417777777777, 'street_segments_count': 54, 'node_density_km': 5.753014306913416, 'intersection_density_km': 4.252227965979482, 'edge_density_km': 4349.843111690732, 'street_density_km': 2174.9215558453666, 'circuity_avg': 1.0454501170280546, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454501170280546\n", - "2186\n", - "21002144.10278558\n", - "{'n': 784, 'm': 1765, 'k_avg': 4.502551020408164, 'intersection_count': 503, 'streets_per_node_avg': 2.332908163265306, 'streets_per_node_counts': {0: 0, 1: 281, 2: 0, 3: 465, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35841836734693877, 2: 0.0, 3: 0.5931122448979592, 4: 0.047193877551020405, 5: 0.0012755102040816326}, 'edge_length_total': 206618.57599999962, 'edge_length_avg': 117.06434900849837, 'street_length_total': 104187.27699999993, 'street_length_avg': 116.80188004484297, 'street_segments_count': 892, 'node_density_km': 37.32952198418711, 'intersection_density_km': 23.94993566077311, 'edge_density_km': 9837.975350935487, 'street_density_km': 4960.792407199094, 'circuity_avg': 1.0806951344603477, 'self_loop_proportion': 0.0022662889518413596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806951344603477\n", - "2187\n", - "11989033.20870299\n", - "{'n': 561, 'm': 1506, 'k_avg': 5.3689839572192515, 'intersection_count': 495, 'streets_per_node_avg': 2.9162210338680925, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 410, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.7308377896613191, 4: 0.15151515151515152}, 'edge_length_total': 169610.32200000013, 'edge_length_avg': 112.62305577689251, 'street_length_total': 86576.10700000006, 'street_length_avg': 108.62748682559607, 'street_segments_count': 797, 'node_density_km': 46.79276387296709, 'intersection_density_km': 41.28773282908861, 'edge_density_km': 14147.122545033728, 'street_density_km': 7221.275101411295, 'circuity_avg': 1.032847070822674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032847070822674\n", - "2188\n", - "4998885.94852514\n", - "{'n': 370, 'm': 928, 'k_avg': 5.0162162162162165, 'intersection_count': 291, 'streets_per_node_avg': 2.672972972972973, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 255, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21351351351351353, 2: 0.0, 3: 0.6891891891891891, 4: 0.0945945945945946, 5: 0.002702702702702703}, 'edge_length_total': 91066.09900000003, 'edge_length_avg': 98.13157219827589, 'street_length_total': 46042.246999999974, 'street_length_avg': 96.12160125260955, 'street_segments_count': 479, 'node_density_km': 74.0164916363343, 'intersection_density_km': 58.212970449116966, 'edge_density_km': 18217.278797262414, 'street_density_km': 9210.501594577123, 'circuity_avg': 1.0745794647922322, 'self_loop_proportion': 0.0021551724137931034, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745794647922322\n", - "2189\n", - "390682774.3381074\n", - "error with entry 2189\n", - "2190\n", - "6994346.535935367\n", - "{'n': 296, 'm': 862, 'k_avg': 5.824324324324325, 'intersection_count': 269, 'streets_per_node_avg': 3.02027027027027, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 213, 4: 52, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09121621621621621, 2: 0.0, 3: 0.7195945945945946, 4: 0.17567567567567569, 5: 0.013513513513513514}, 'edge_length_total': 85621.31299999992, 'edge_length_avg': 99.32866937354979, 'street_length_total': 43261.65800000005, 'street_length_avg': 98.3219500000001, 'street_segments_count': 440, 'node_density_km': 42.31989342810212, 'intersection_density_km': 38.459632878917134, 'edge_density_km': 12241.502842345175, 'street_density_km': 6185.232284064201, 'circuity_avg': 1.062345238911413, 'self_loop_proportion': 0.002320185614849188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062345238911413\n", - "2191\n", - "38009910.545187265\n", - "{'n': 1288, 'm': 2905, 'k_avg': 4.510869565217392, 'intersection_count': 842, 'streets_per_node_avg': 2.3555900621118013, 'streets_per_node_counts': {0: 0, 1: 446, 2: 0, 3: 782, 4: 58, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34627329192546585, 2: 0.0, 3: 0.6071428571428571, 4: 0.04503105590062112, 5: 0.0015527950310559005}, 'edge_length_total': 352298.623, 'edge_length_avg': 121.27319208261619, 'street_length_total': 177548.44700000004, 'street_length_avg': 120.20883344617471, 'street_segments_count': 1477, 'node_density_km': 33.88589927010717, 'intersection_density_km': 22.15211737999242, 'edge_density_km': 9268.5991086766, 'street_density_km': 4671.109309476679, 'circuity_avg': 1.0757972772456446, 'self_loop_proportion': 0.0010327022375215145, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0757972772456446\n", - "2192\n", - "10990790.258670755\n", - "{'n': 710, 'm': 1606, 'k_avg': 4.523943661971831, 'intersection_count': 446, 'streets_per_node_avg': 2.2901408450704226, 'streets_per_node_counts': {0: 0, 1: 264, 2: 0, 3: 422, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37183098591549296, 2: 0.0, 3: 0.5943661971830986, 4: 0.03380281690140845}, 'edge_length_total': 159488.84799999988, 'edge_length_avg': 99.30812453300118, 'street_length_total': 79830.03100000003, 'street_length_avg': 99.29108333333338, 'street_segments_count': 804, 'node_density_km': 64.59954045978388, 'intersection_density_km': 40.57942964093466, 'edge_density_km': 14511.135618676499, 'street_density_km': 7263.356785197611, 'circuity_avg': 1.0641946654965067, 'self_loop_proportion': 0.0024906600249066002, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641946654965067\n", - "2193\n", - "5995127.504540716\n", - "{'n': 268, 'm': 599, 'k_avg': 4.470149253731344, 'intersection_count': 170, 'streets_per_node_avg': 2.3208955223880596, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 156, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3656716417910448, 2: 0.0, 3: 0.582089552238806, 4: 0.05223880597014925}, 'edge_length_total': 68775.89699999985, 'edge_length_avg': 114.8178580968278, 'street_length_total': 34778.477000000006, 'street_length_avg': 114.02779344262296, 'street_segments_count': 305, 'node_density_km': 44.702969169048785, 'intersection_density_km': 28.356361040068258, 'edge_density_km': 11471.965683450255, 'street_density_km': 5801.123824915942, 'circuity_avg': 1.0368562945167452, 'self_loop_proportion': 0.00333889816360601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368562945167452\n", - "2194\n", - "14006384.693229625\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 202, 'm': 452, 'k_avg': 4.475247524752476, 'intersection_count': 138, 'streets_per_node_avg': 2.396039603960396, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 132, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31683168316831684, 2: 0.0, 3: 0.6534653465346535, 4: 0.0297029702970297}, 'edge_length_total': 84233.08799999993, 'edge_length_avg': 186.35638938053083, 'street_length_total': 42116.544000000016, 'street_length_avg': 186.35638938053106, 'street_segments_count': 226, 'node_density_km': 14.42199428505218, 'intersection_density_km': 9.852649561075252, 'edge_density_km': 6013.9065037044375, 'street_density_km': 3006.9532518522224, 'circuity_avg': 1.0708354820431931, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708354820431931\n", - "2195\n", - "9991554.103048163\n", - "{'n': 271, 'm': 620, 'k_avg': 4.575645756457565, 'intersection_count': 190, 'streets_per_node_avg': 2.4428044280442807, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 179, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2988929889298893, 2: 0.0, 3: 0.6605166051660517, 4: 0.04059040590405904}, 'edge_length_total': 100049.08000000002, 'edge_length_avg': 161.36948387096777, 'street_length_total': 50372.66199999998, 'street_length_avg': 159.91321269841265, 'street_segments_count': 315, 'node_density_km': 27.1229077283708, 'intersection_density_km': 19.016060768968458, 'edge_density_km': 10013.365185049406, 'street_density_km': 5041.5242194037255, 'circuity_avg': 1.0803935519725991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0803935519725991\n", - "2196\n", - "5994747.121606059\n", - "{'n': 234, 'm': 563, 'k_avg': 4.811965811965812, 'intersection_count': 171, 'streets_per_node_avg': 2.534188034188034, 'streets_per_node_counts': {0: 0, 1: 63, 2: 1, 3: 152, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2692307692307692, 2: 0.004273504273504274, 3: 0.6495726495726496, 4: 0.07692307692307693}, 'edge_length_total': 80317.50699999991, 'edge_length_avg': 142.65987033747763, 'street_length_total': 40636.50400000003, 'street_length_avg': 142.5842245614036, 'street_segments_count': 285, 'node_density_km': 39.0341736278792, 'intersection_density_km': 28.524973035757878, 'edge_density_km': 13397.98082733504, 'street_density_km': 6778.685268230807, 'circuity_avg': 1.1002672636007076, 'self_loop_proportion': 0.007104795737122558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1002672636007076\n", - "2197\n", - "10995922.481148273\n", - "{'n': 65, 'm': 160, 'k_avg': 4.923076923076923, 'intersection_count': 54, 'streets_per_node_avg': 2.753846153846154, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 48, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16923076923076924, 2: 0.0, 3: 0.7384615384615385, 4: 0.09230769230769231}, 'edge_length_total': 37979.53599999998, 'edge_length_avg': 237.37209999999988, 'street_length_total': 18989.768, 'street_length_avg': 237.3721, 'street_segments_count': 80, 'node_density_km': 5.911282124027145, 'intersection_density_km': 4.910911303037936, 'edge_density_km': 3453.9654190099277, 'street_density_km': 1726.9827095049648, 'circuity_avg': 1.0859172884799784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0859172884799784\n", - "2198\n", - "7998416.136517386\n", - "{'n': 201, 'm': 528, 'k_avg': 5.253731343283582, 'intersection_count': 164, 'streets_per_node_avg': 2.6865671641791047, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 153, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18407960199004975, 2: 0.0, 3: 0.7611940298507462, 4: 0.05472636815920398}, 'edge_length_total': 48128.49200000005, 'edge_length_avg': 91.15244696969707, 'street_length_total': 24064.246000000017, 'street_length_avg': 91.15244696969704, 'street_segments_count': 264, 'node_density_km': 25.129975306275828, 'intersection_density_km': 20.504059453876796, 'edge_density_km': 6017.252813374602, 'street_density_km': 3008.6264066873, 'circuity_avg': 1.0635266385381383, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635266385381383\n", - "2199\n", - "14991604.000477495\n", - "{'n': 1484, 'm': 3918, 'k_avg': 5.2803234501347704, 'intersection_count': 1235, 'streets_per_node_avg': 2.7985175202156336, 'streets_per_node_counts': {0: 0, 1: 249, 2: 2, 3: 1041, 4: 183, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16778975741239893, 2: 0.0013477088948787063, 3: 0.7014824797843666, 4: 0.12331536388140162, 5: 0.006064690026954178}, 'edge_length_total': 331919.7809999992, 'edge_length_avg': 84.71663629402737, 'street_length_total': 171550.41800000038, 'street_length_avg': 84.01097845249774, 'street_segments_count': 2042, 'node_density_km': 98.98874062793638, 'intersection_density_km': 82.37944385141606, 'edge_density_km': 22140.378106934208, 'street_density_km': 11443.099617261527, 'circuity_avg': 1.1171519466089677, 'self_loop_proportion': 0.002552322613578356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1171519466089677\n", - "2200\n", - "10995442.111249845\n", - "{'n': 420, 'm': 998, 'k_avg': 4.752380952380952, 'intersection_count': 294, 'streets_per_node_avg': 2.461904761904762, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 268, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.638095238095238, 4: 0.06190476190476191}, 'edge_length_total': 124264.53199999999, 'edge_length_avg': 124.51355911823646, 'street_length_total': 62132.26599999995, 'street_length_avg': 124.51355911823637, 'street_segments_count': 499, 'node_density_km': 38.19764551079601, 'intersection_density_km': 26.738351857557202, 'edge_density_km': 11301.458435478491, 'street_density_km': 5650.729217739241, 'circuity_avg': 1.0566462974493698, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566462974493698\n", - "2201\n", - "69031368.53274404\n", - "{'n': 2246, 'm': 5326, 'k_avg': 4.742653606411398, 'intersection_count': 1554, 'streets_per_node_avg': 2.4536954585930544, 'streets_per_node_counts': {0: 0, 1: 692, 2: 1, 3: 1397, 4: 154, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3081032947462155, 2: 0.0004452359750667854, 3: 0.6219946571682992, 4: 0.06856634016028496, 5: 0.0008904719501335708}, 'edge_length_total': 636269.6100000006, 'edge_length_avg': 119.46481599699598, 'street_length_total': 319665.99899999984, 'street_length_avg': 118.48257931801328, 'street_segments_count': 2698, 'node_density_km': 32.53593326828864, 'intersection_density_km': 22.511505030685903, 'edge_density_km': 9217.108446838849, 'street_density_km': 4630.735356903302, 'circuity_avg': 1.0890654599826228, 'self_loop_proportion': 0.003379647014645137, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0890654599826228\n", - "2202\n", - "35971605.77675392\n", - "{'n': 1907, 'm': 4563, 'k_avg': 4.785527005768222, 'intersection_count': 1357, 'streets_per_node_avg': 2.4939695857367594, 'streets_per_node_counts': {0: 0, 1: 550, 2: 1, 3: 1222, 4: 132, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2884111169375983, 2: 0.0005243838489774515, 3: 0.6407970634504457, 4: 0.0692186680650236, 5: 0.001048767697954903}, 'edge_length_total': 524751.2749999993, 'edge_length_avg': 115.00137519175966, 'street_length_total': 266037.8180000003, 'street_length_avg': 114.47410413080908, 'street_segments_count': 2324, 'node_density_km': 53.01403589918048, 'intersection_density_km': 37.7241985921279, 'edge_density_km': 14587.930220760718, 'street_density_km': 7395.77264498776, 'circuity_avg': 1.082165879477747, 'self_loop_proportion': 0.0030681569143107606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082165879477747\n", - "2203\n", - "13992221.319791812\n", - "{'n': 169, 'm': 411, 'k_avg': 4.863905325443787, 'intersection_count': 136, 'streets_per_node_avg': 2.6508875739644973, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 129, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1952662721893491, 2: 0.0, 3: 0.7633136094674556, 4: 0.04142011834319527}, 'edge_length_total': 61916.08699999999, 'edge_length_avg': 150.64741362530413, 'street_length_total': 31190.293000000012, 'street_length_avg': 143.07473853211016, 'street_segments_count': 218, 'node_density_km': 12.078139427436852, 'intersection_density_km': 9.719686166458057, 'edge_density_km': 4425.036281581717, 'street_density_km': 2229.1166132343656, 'circuity_avg': 1.0526112389220506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526112389220506\n", - "2204\n", - "8992609.475690335\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 337, 'm': 936, 'k_avg': 5.554896142433234, 'intersection_count': 283, 'streets_per_node_avg': 2.833827893175074, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 232, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16023738872403562, 2: 0.0, 3: 0.6884272997032641, 4: 0.14836795252225518, 5: 0.002967359050445104}, 'edge_length_total': 118290.18700000027, 'edge_length_avg': 126.3784049145302, 'street_length_total': 59216.62600000002, 'street_length_avg': 125.99282127659579, 'street_segments_count': 470, 'node_density_km': 37.47521794547067, 'intersection_density_km': 31.47028688002433, 'edge_density_km': 13154.155900995522, 'street_density_km': 6585.03253811699, 'circuity_avg': 1.0498574395170581, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498574395170581\n", - "2205\n", - "6999870.206518403\n", - "{'n': 330, 'm': 772, 'k_avg': 4.678787878787879, 'intersection_count': 213, 'streets_per_node_avg': 2.3878787878787877, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 181, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35454545454545455, 2: 0.0, 3: 0.5484848484848485, 4: 0.09696969696969697}, 'edge_length_total': 90153.39200000004, 'edge_length_avg': 116.7790051813472, 'street_length_total': 45076.69599999997, 'street_length_avg': 116.77900518134706, 'street_segments_count': 386, 'node_density_km': 47.14373127843116, 'intersection_density_km': 30.42913564335102, 'edge_density_km': 12879.294806930506, 'street_density_km': 6439.647403465246, 'circuity_avg': 1.0911791942190339, 'self_loop_proportion': 0.0025906735751295338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0911791942190339\n", - "2206\n", - "5994102.072999746\n", - "{'n': 187, 'm': 567, 'k_avg': 6.064171122994653, 'intersection_count': 178, 'streets_per_node_avg': 3.176470588235294, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 127, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0481283422459893, 2: 0.0, 3: 0.679144385026738, 4: 0.2727272727272727}, 'edge_length_total': 93138.53700000014, 'edge_length_avg': 164.2654973544976, 'street_length_total': 46640.46299999998, 'street_length_avg': 163.65074736842098, 'street_segments_count': 285, 'node_density_km': 31.197333265700617, 'intersection_density_km': 29.695857333126792, 'edge_density_km': 15538.363522293006, 'street_density_km': 7781.059186511114, 'circuity_avg': 1.0702800105855805, 'self_loop_proportion': 0.003527336860670194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702800105855805\n", - "2207\n", - "5999062.059914209\n", - "{'n': 189, 'm': 501, 'k_avg': 5.301587301587301, 'intersection_count': 158, 'streets_per_node_avg': 2.761904761904762, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 142, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.164021164021164, 2: 0.0, 3: 0.7513227513227513, 4: 0.07936507936507936, 5: 0.005291005291005291}, 'edge_length_total': 65369.32199999995, 'edge_length_avg': 130.47768862275439, 'street_length_total': 32903.414, 'street_length_avg': 129.541, 'street_segments_count': 254, 'node_density_km': 31.50492495533591, 'intersection_density_km': 26.337450491762294, 'edge_density_km': 10896.590391487762, 'street_density_km': 5484.759729335179, 'circuity_avg': 1.0547276608717457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547276608717457\n", - "2208\n", - "21004932.326943964\n", - "{'n': 587, 'm': 1375, 'k_avg': 4.6848381601362865, 'intersection_count': 435, 'streets_per_node_avg': 2.5434412265758093, 'streets_per_node_counts': {0: 0, 1: 152, 2: 0, 3: 400, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25894378194207834, 2: 0.0, 3: 0.6814310051107325, 4: 0.05792163543441227, 5: 0.0017035775127768314}, 'edge_length_total': 139268.34899999993, 'edge_length_avg': 101.28607199999995, 'street_length_total': 71653.93199999996, 'street_length_avg': 98.83300965517236, 'street_segments_count': 725, 'node_density_km': 27.94581724250684, 'intersection_density_km': 20.709421636269976, 'edge_density_km': 6630.268873628038, 'street_density_km': 3411.2907808841765, 'circuity_avg': 1.0784021382790467, 'self_loop_proportion': 0.0014545454545454545, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784021382790467\n", - "2209\n", - "23977908.136254277\n", - "{'n': 1374, 'm': 3373, 'k_avg': 4.909752547307132, 'intersection_count': 1019, 'streets_per_node_avg': 2.567685589519651, 'streets_per_node_counts': {0: 0, 1: 355, 2: 0, 3: 905, 4: 112, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25836972343522563, 2: 0.0, 3: 0.6586608442503639, 4: 0.08151382823871907, 5: 0.001455604075691412}, 'edge_length_total': 387493.7449999991, 'edge_length_avg': 114.88103913430155, 'street_length_total': 197188.21, 'street_length_avg': 113.45696777905638, 'street_segments_count': 1738, 'node_density_km': 57.30274685315565, 'intersection_density_km': 42.49745199662708, 'edge_density_km': 16160.448309254873, 'street_density_km': 8223.745327552324, 'circuity_avg': 1.0397248201805627, 'self_loop_proportion': 0.0011858879335902757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397248201805627\n", - "2210\n", - "35983224.08412981\n", - "{'n': 2720, 'm': 7219, 'k_avg': 5.308088235294117, 'intersection_count': 2338, 'streets_per_node_avg': 2.90625, 'streets_per_node_counts': {0: 0, 1: 382, 2: 2, 3: 1852, 4: 467, 5: 10, 6: 5, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14044117647058824, 2: 0.0007352941176470588, 3: 0.6808823529411765, 4: 0.17169117647058824, 5: 0.003676470588235294, 6: 0.001838235294117647, 7: 0.0003676470588235294, 8: 0.0003676470588235294}, 'edge_length_total': 522441.6739999997, 'edge_length_avg': 72.37036625571405, 'street_length_total': 281488.25800000026, 'street_length_avg': 71.57087668446485, 'street_segments_count': 3933, 'node_density_km': 75.59078068270264, 'intersection_density_km': 64.97472251329367, 'edge_density_km': 14519.034558396326, 'street_density_km': 7822.763667365455, 'circuity_avg': 1.063729641219749, 'self_loop_proportion': 0.0030475135060257655, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063729641219749\n", - "2211\n", - "9004101.762070473\n", - "{'n': 542, 'm': 1203, 'k_avg': 4.439114391143911, 'intersection_count': 369, 'streets_per_node_avg': 2.4003690036900367, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 348, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3191881918819188, 2: 0.0, 3: 0.6420664206642066, 4: 0.03874538745387454}, 'edge_length_total': 129253.18599999977, 'edge_length_avg': 107.44238237738966, 'street_length_total': 65730.03699999994, 'street_length_avg': 105.1680591999999, 'street_segments_count': 625, 'node_density_km': 60.19478836669304, 'intersection_density_km': 40.98132270721353, 'edge_density_km': 14354.92283577638, 'street_density_km': 7300.010454889113, 'circuity_avg': 1.1024667472935636, 'self_loop_proportion': 0.0033250207813798837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1024667472935636\n", - "2212\n", - "26980088.642690793\n", - "{'n': 764, 'm': 1854, 'k_avg': 4.853403141361256, 'intersection_count': 582, 'streets_per_node_avg': 2.599476439790576, 'streets_per_node_counts': {0: 0, 1: 182, 2: 1, 3: 525, 4: 53, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23821989528795812, 2: 0.0013089005235602095, 3: 0.68717277486911, 4: 0.0693717277486911, 5: 0.003926701570680628}, 'edge_length_total': 255514.56799999994, 'edge_length_avg': 137.81799784250268, 'street_length_total': 129653.07000000007, 'street_length_avg': 134.35551295336793, 'street_segments_count': 965, 'node_density_km': 28.31717901738533, 'intersection_density_km': 21.571463597013434, 'edge_density_km': 9470.486601578372, 'street_density_km': 4805.509415371196, 'circuity_avg': 1.0589519513186734, 'self_loop_proportion': 0.004314994606256742, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589519513186734\n", - "2213\n", - "17004588.63692873\n", - "{'n': 1065, 'm': 2583, 'k_avg': 4.850704225352112, 'intersection_count': 764, 'streets_per_node_avg': 2.516431924882629, 'streets_per_node_counts': {0: 0, 1: 301, 2: 0, 3: 679, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28262910798122065, 2: 0.0, 3: 0.6375586854460094, 4: 0.07793427230046948, 5: 0.0018779342723004694}, 'edge_length_total': 246782.62499999988, 'edge_length_avg': 95.5410859465737, 'street_length_total': 123898.5929999998, 'street_length_avg': 94.57907862595405, 'street_segments_count': 1310, 'node_density_km': 62.63015370375664, 'intersection_density_km': 44.92904922973716, 'edge_density_km': 14512.70773255073, 'street_density_km': 7286.185843445234, 'circuity_avg': 1.0755134758276292, 'self_loop_proportion': 0.004645760743321719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755134758276292\n", - "2214\n", - "11989770.713523202\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 421, 'm': 896, 'k_avg': 4.2565320665083135, 'intersection_count': 259, 'streets_per_node_avg': 2.2375296912114013, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 256, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3847980997624703, 2: 0.0, 3: 0.6080760095011877, 4: 0.007125890736342043}, 'edge_length_total': 119566.62400000005, 'edge_length_avg': 133.44489285714292, 'street_length_total': 59907.64099999999, 'street_length_avg': 132.53902876106193, 'street_segments_count': 452, 'node_density_km': 35.11326530416101, 'intersection_density_km': 21.601747538664373, 'edge_density_km': 9972.38619960776, 'street_density_km': 4996.562689262311, 'circuity_avg': 1.0507226056143326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507226056143326\n", - "2215\n", - "12989584.737043018\n", - "{'n': 712, 'm': 1612, 'k_avg': 4.52808988764045, 'intersection_count': 557, 'streets_per_node_avg': 2.6502808988764044, 'streets_per_node_counts': {0: 0, 1: 155, 2: 3, 3: 490, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21769662921348315, 2: 0.004213483146067416, 3: 0.6882022471910112, 4: 0.0898876404494382}, 'edge_length_total': 168826.6480000001, 'edge_length_avg': 104.73117121588096, 'street_length_total': 90260.13700000009, 'street_length_avg': 99.6248752759383, 'street_segments_count': 906, 'node_density_km': 54.81314564041109, 'intersection_density_km': 42.88050859790587, 'edge_density_km': 12997.078152818012, 'street_density_km': 6948.654543405145, 'circuity_avg': 1.0660738975083626, 'self_loop_proportion': 0.0024813895781637717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660738975083626\n", - "2216\n", - "17989444.707669046\n", - "{'n': 650, 'm': 1590, 'k_avg': 4.892307692307693, 'intersection_count': 481, 'streets_per_node_avg': 2.5323076923076924, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 448, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26, 2: 0.0, 3: 0.6892307692307692, 4: 0.04923076923076923, 5: 0.0015384615384615385}, 'edge_length_total': 226635.46900000004, 'edge_length_avg': 142.5380308176101, 'street_length_total': 113444.90399999988, 'street_length_avg': 142.33990464240887, 'street_segments_count': 797, 'node_density_km': 36.13229927674754, 'intersection_density_km': 26.737901464793175, 'edge_density_km': 12598.247065590831, 'street_density_km': 6306.192650384445, 'circuity_avg': 1.2207489780809402, 'self_loop_proportion': 0.007547169811320755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2207489780809402\n", - "2217\n", - "45959176.84899401\n", - "{'n': 2073, 'm': 4997, 'k_avg': 4.821032320308731, 'intersection_count': 1483, 'streets_per_node_avg': 2.5098890496864446, 'streets_per_node_counts': {0: 0, 1: 590, 2: 1, 3: 1321, 4: 157, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2846116739025567, 2: 0.000482392667631452, 3: 0.6372407139411481, 4: 0.07573564881813796, 5: 0.001929570670525808}, 'edge_length_total': 577461.3599999987, 'edge_length_avg': 115.56160896537897, 'street_length_total': 294180.9320000004, 'street_length_avg': 114.69042183235882, 'street_segments_count': 2565, 'node_density_km': 45.10524648453044, 'intersection_density_km': 32.267766780780825, 'edge_density_km': 12564.65845542311, 'street_density_km': 6400.918209796867, 'circuity_avg': 1.0789786716216598, 'self_loop_proportion': 0.004802881729037423, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789786716216598\n", - "2218\n", - "4997922.693955806\n", - "{'n': 202, 'm': 524, 'k_avg': 5.188118811881188, 'intersection_count': 152, 'streets_per_node_avg': 2.6633663366336635, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 120, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24752475247524752, 2: 0.0, 3: 0.594059405940594, 4: 0.15841584158415842}, 'edge_length_total': 59584.85799999989, 'edge_length_avg': 113.71156106870208, 'street_length_total': 29792.429, 'street_length_avg': 113.7115610687023, 'street_segments_count': 262, 'node_density_km': 40.416791609099306, 'intersection_density_km': 30.41263527021334, 'edge_density_km': 11921.924697246382, 'street_density_km': 5960.962348623202, 'circuity_avg': 1.0460319082622438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460319082622438\n", - "2219\n", - "16983443.12713254\n", - "{'n': 784, 'm': 2037, 'k_avg': 5.196428571428571, 'intersection_count': 669, 'streets_per_node_avg': 2.8380102040816326, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 567, 4: 101, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14668367346938777, 2: 0.0, 3: 0.7232142857142857, 4: 0.1288265306122449, 5: 0.0012755102040816326}, 'edge_length_total': 198793.99500000008, 'edge_length_avg': 97.59155375552287, 'street_length_total': 105311.2199999999, 'street_length_avg': 95.2181012658227, 'street_segments_count': 1106, 'node_density_km': 46.16260637676534, 'intersection_density_km': 39.39130569650001, 'edge_density_km': 11705.164465879669, 'street_density_km': 6200.8168315267, 'circuity_avg': 1.0670866470779616, 'self_loop_proportion': 0.0009818360333824251, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670866470779616\n", - "2220\n", - "3997478.2581882565\n", - "{'n': 235, 'm': 535, 'k_avg': 4.553191489361702, 'intersection_count': 158, 'streets_per_node_avg': 2.4382978723404256, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 136, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3276595744680851, 2: 0.0, 3: 0.5787234042553191, 4: 0.09361702127659574}, 'edge_length_total': 52939.90500000002, 'edge_length_avg': 98.95309345794396, 'street_length_total': 26864.944999999996, 'street_length_avg': 97.69070909090908, 'street_segments_count': 275, 'node_density_km': 58.787061447710556, 'intersection_density_km': 39.52491790952454, 'edge_density_km': 13243.325311791321, 'street_density_km': 6720.4730744866565, 'circuity_avg': 1.0345006658541482, 'self_loop_proportion': 0.003738317757009346, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345006658541482\n", - "2221\n", - "11000746.1749134\n", - "{'n': 242, 'm': 648, 'k_avg': 5.355371900826446, 'intersection_count': 203, 'streets_per_node_avg': 2.7520661157024793, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 185, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16115702479338842, 2: 0.0, 3: 0.7644628099173554, 4: 0.0743801652892562}, 'edge_length_total': 85092.25799999987, 'edge_length_avg': 131.31521296296276, 'street_length_total': 43032.58300000002, 'street_length_avg': 131.19689939024397, 'street_segments_count': 328, 'node_density_km': 21.998507751398513, 'intersection_density_km': 18.453293692288838, 'edge_density_km': 7735.135112384295, 'street_density_km': 3911.7876474719023, 'circuity_avg': 1.0403943380283887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403943380283887\n", - "2222\n", - "5994623.249930251\n", - "{'n': 243, 'm': 608, 'k_avg': 5.004115226337449, 'intersection_count': 189, 'streets_per_node_avg': 2.6502057613168724, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 167, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6872427983539094, 4: 0.08641975308641975, 5: 0.00411522633744856}, 'edge_length_total': 63820.86600000007, 'edge_length_avg': 104.96852960526327, 'street_length_total': 32367.49000000002, 'street_length_avg': 103.74195512820519, 'street_segments_count': 312, 'node_density_km': 40.5363256152632, 'intersection_density_km': 31.528253256315825, 'edge_density_km': 10646.351461827502, 'street_density_km': 5399.420222176034, 'circuity_avg': 1.0688330384395779, 'self_loop_proportion': 0.003289473684210526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688330384395779\n", - "2223\n", - "3998039.1959778927\n", - "{'n': 251, 'm': 594, 'k_avg': 4.733067729083666, 'intersection_count': 174, 'streets_per_node_avg': 2.442231075697211, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 160, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30677290836653387, 2: 0.0, 3: 0.6374501992031872, 4: 0.055776892430278883}, 'edge_length_total': 57171.06200000002, 'edge_length_avg': 96.24757912457916, 'street_length_total': 28585.531000000025, 'street_length_avg': 96.2475791245792, 'street_segments_count': 297, 'node_density_km': 62.78077519913036, 'intersection_density_km': 43.52133420178758, 'edge_density_km': 14299.77526421333, 'street_density_km': 7149.887632106668, 'circuity_avg': 1.0818436072061202, 'self_loop_proportion': 0.003367003367003367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818436072061202\n", - "2224\n", - "13004275.93182572\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 483, 'm': 1114, 'k_avg': 4.612836438923395, 'intersection_count': 331, 'streets_per_node_avg': 2.4368530020703933, 'streets_per_node_counts': {0: 0, 1: 152, 2: 1, 3: 299, 4: 30, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3146997929606625, 2: 0.002070393374741201, 3: 0.6190476190476191, 4: 0.062111801242236024, 5: 0.0, 6: 0.002070393374741201}, 'edge_length_total': 146489.1679999998, 'edge_length_avg': 131.49835547576285, 'street_length_total': 74717.94099999992, 'street_length_avg': 130.397802792321, 'street_segments_count': 573, 'node_density_km': 37.14162960953027, 'intersection_density_km': 25.45316646118948, 'edge_density_km': 11264.69238025724, 'street_density_km': 5745.64407827895, 'circuity_avg': 1.0926842502460745, 'self_loop_proportion': 0.0017953321364452424, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0926842502460745\n", - "2225\n", - "201825884.33204013\n", - "{'n': 20171, 'm': 55707, 'k_avg': 5.523474294779634, 'intersection_count': 16981, 'streets_per_node_avg': 2.8528084874324526, 'streets_per_node_counts': {0: 0, 1: 3190, 2: 19, 3: 13699, 4: 3118, 5: 126, 6: 17, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15814783600218135, 2: 0.000941946358633682, 3: 0.6791433245748847, 4: 0.1545783550642011, 5: 0.00624659164146547, 6: 0.0008427941103564523, 7: 4.957612413861484e-05, 8: 4.957612413861484e-05}, 'edge_length_total': 4762294.149999954, 'edge_length_avg': 85.48825372035748, 'street_length_total': 2433778.1950000213, 'street_length_avg': 85.0822651634337, 'street_segments_count': 28605, 'node_density_km': 99.94258202686754, 'intersection_density_km': 84.13687895484793, 'edge_density_km': 23596.05243777908, 'street_density_km': 12058.801095086572, 'circuity_avg': 1.0880449441756868, 'self_loop_proportion': 0.0026747087439639543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0880449441756868\n", - "2226\n", - "35983922.918719366\n", - "{'n': 1380, 'm': 3165, 'k_avg': 4.586956521739131, 'intersection_count': 960, 'streets_per_node_avg': 2.468840579710145, 'streets_per_node_counts': {0: 0, 1: 420, 2: 3, 3: 852, 4: 100, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30434782608695654, 2: 0.002173913043478261, 3: 0.6173913043478261, 4: 0.07246376811594203, 5: 0.0036231884057971015}, 'edge_length_total': 410647.1440000012, 'edge_length_avg': 129.74633301737794, 'street_length_total': 210328.50900000034, 'street_length_avg': 126.09622841726639, 'street_segments_count': 1668, 'node_density_km': 38.35046009622547, 'intersection_density_km': 26.678580936504673, 'edge_density_km': 11411.961528696376, 'street_density_km': 5845.068906886313, 'circuity_avg': 1.05648124398224, 'self_loop_proportion': 0.001263823064770932, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05648124398224\n", - "2227\n", - "5995128.851873943\n", - "{'n': 221, 'm': 575, 'k_avg': 5.203619909502263, 'intersection_count': 190, 'streets_per_node_avg': 2.8597285067873304, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 159, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14027149321266968, 2: 0.0, 3: 0.7194570135746606, 4: 0.14027149321266968}, 'edge_length_total': 79559.08499999988, 'edge_length_avg': 138.36362608695632, 'street_length_total': 40395.52200000002, 'street_length_avg': 135.5554429530202, 'street_segments_count': 298, 'node_density_km': 36.863261067511566, 'intersection_density_km': 31.692396392883246, 'edge_density_km': 13270.621360395198, 'street_density_km': 6738.057345902297, 'circuity_avg': 1.0196448713011694, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196448713011694\n", - "2228\n", - "96990620.91101648\n", - "{'n': 5451, 'm': 13019, 'k_avg': 4.776738213171895, 'intersection_count': 3898, 'streets_per_node_avg': 2.5602641717116126, 'streets_per_node_counts': {0: 0, 1: 1553, 2: 3, 3: 3192, 4: 695, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2849018528710328, 2: 0.000550357732526142, 3: 0.5855806274078151, 4: 0.12749954136855624, 5: 0.001284168042560998, 6: 0.000183452577508714}, 'edge_length_total': 1271555.4369999985, 'edge_length_avg': 97.66920938628148, 'street_length_total': 662792.599999999, 'street_length_avg': 96.07082185824018, 'street_segments_count': 6899, 'node_density_km': 56.20131048548489, 'intersection_density_km': 40.18945299439004, 'edge_density_km': 13110.086573902649, 'street_density_km': 6833.5741515468235, 'circuity_avg': 1.0983427467680056, 'self_loop_proportion': 0.003994162378062831, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0983427467680056\n", - "2229\n", - "8991779.82669078\n", - "{'n': 606, 'm': 1718, 'k_avg': 5.66996699669967, 'intersection_count': 525, 'streets_per_node_avg': 2.9042904290429044, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 426, 4: 95, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13366336633663367, 2: 0.0, 3: 0.7029702970297029, 4: 0.15676567656765678, 5: 0.0049504950495049506, 6: 0.0016501650165016502}, 'edge_length_total': 189546.51400000008, 'edge_length_avg': 110.32975203725266, 'street_length_total': 94773.25699999998, 'street_length_avg': 110.3297520372526, 'street_segments_count': 859, 'node_density_km': 67.39488862940993, 'intersection_density_km': 58.386660941320486, 'edge_density_km': 21079.977229575736, 'street_density_km': 10539.988614787862, 'circuity_avg': 1.0572857420749129, 'self_loop_proportion': 0.002328288707799767, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572857420749129\n", - "2230\n", - "5998309.311235961\n", - "{'n': 194, 'm': 418, 'k_avg': 4.309278350515464, 'intersection_count': 119, 'streets_per_node_avg': 2.252577319587629, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 114, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3865979381443299, 2: 0.0, 3: 0.5876288659793815, 4: 0.02577319587628866}, 'edge_length_total': 47672.523999999954, 'edge_length_avg': 114.04910047846879, 'street_length_total': 23836.262000000002, 'street_length_avg': 114.04910047846892, 'street_segments_count': 209, 'node_density_km': 32.34244683524432, 'intersection_density_km': 19.838923574196254, 'edge_density_km': 7947.660169958284, 'street_density_km': 3973.8300849791467, 'circuity_avg': 1.094614969912356, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.094614969912356\n", - "2231\n", - "3996371.1358068846\n", - "{'n': 84, 'm': 224, 'k_avg': 5.333333333333333, 'intersection_count': 75, 'streets_per_node_avg': 2.892857142857143, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 66, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10714285714285714, 2: 0.0, 3: 0.7857142857142857, 4: 0.10714285714285714}, 'edge_length_total': 39623.43800000001, 'edge_length_avg': 176.89034821428575, 'street_length_total': 19811.718999999997, 'street_length_avg': 176.8903482142857, 'street_segments_count': 112, 'node_density_km': 21.01906883656841, 'intersection_density_km': 18.76702574693608, 'edge_density_km': 9914.854415041676, 'street_density_km': 4957.427207520836, 'circuity_avg': 1.0508604265372177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508604265372177\n", - "2232\n", - "4995567.845810373\n", - "{'n': 136, 'm': 382, 'k_avg': 5.617647058823529, 'intersection_count': 114, 'streets_per_node_avg': 2.911764705882353, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 82, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16176470588235295, 2: 0.0, 3: 0.6029411764705882, 4: 0.23529411764705882}, 'edge_length_total': 54980.80000000002, 'edge_length_avg': 143.92879581151837, 'street_length_total': 27490.399999999983, 'street_length_avg': 143.92879581151823, 'street_segments_count': 191, 'node_density_km': 27.224132310415712, 'intersection_density_km': 22.820228554319055, 'edge_density_km': 11005.91598332724, 'street_density_km': 5502.957991663615, 'circuity_avg': 1.133023091495307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.133023091495307\n", - "2233\n", - "3999723.5882352246\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 183, 'm': 403, 'k_avg': 4.404371584699454, 'intersection_count': 118, 'streets_per_node_avg': 2.33879781420765, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 110, 4: 7, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3551912568306011, 2: 0.0, 3: 0.6010928961748634, 4: 0.03825136612021858, 5: 0.00546448087431694}, 'edge_length_total': 42407.879000000044, 'edge_length_avg': 105.23046898263038, 'street_length_total': 21497.140999999996, 'street_length_avg': 104.35505339805823, 'street_segments_count': 206, 'node_density_km': 45.753161678040875, 'intersection_density_km': 29.502038677643842, 'edge_density_km': 10602.702427922384, 'street_density_km': 5374.656654582738, 'circuity_avg': 1.1017972870963002, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1017972870963002\n", - "2234\n", - "6993549.394072317\n", - "{'n': 157, 'm': 398, 'k_avg': 5.070063694267516, 'intersection_count': 133, 'streets_per_node_avg': 2.7643312101910826, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 122, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15286624203821655, 2: 0.0, 3: 0.7770700636942676, 4: 0.07006369426751592}, 'edge_length_total': 62460.78600000004, 'edge_length_avg': 156.93664824120611, 'street_length_total': 31230.39300000002, 'street_length_avg': 156.93664824120611, 'street_segments_count': 199, 'node_density_km': 22.44925876023298, 'intersection_density_km': 19.017524937012652, 'edge_density_km': 8931.19966421362, 'street_density_km': 4465.59983210681, 'circuity_avg': 1.0446112265089622, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446112265089622\n", - "2235\n", - "2997436.842689422\n", - "{'n': 116, 'm': 276, 'k_avg': 4.758620689655173, 'intersection_count': 85, 'streets_per_node_avg': 2.543103448275862, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 76, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2672413793103448, 2: 0.0, 3: 0.6551724137931034, 4: 0.07758620689655173}, 'edge_length_total': 32896.95600000001, 'edge_length_avg': 119.19186956521744, 'street_length_total': 16448.478, 'street_length_avg': 119.19186956521739, 'street_segments_count': 138, 'node_density_km': 38.699731166285424, 'intersection_density_km': 28.357561630467767, 'edge_density_km': 10975.028908526903, 'street_density_km': 5487.51445426345, 'circuity_avg': 1.0684987369320715, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684987369320715\n", - "2236\n", - "3996284.129201222\n", - "{'n': 83, 'm': 244, 'k_avg': 5.879518072289157, 'intersection_count': 73, 'streets_per_node_avg': 3.036144578313253, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 50, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12048192771084337, 2: 0.0, 3: 0.6024096385542169, 4: 0.27710843373493976}, 'edge_length_total': 35838.23199999998, 'edge_length_avg': 146.87799999999993, 'street_length_total': 17919.115999999995, 'street_length_avg': 146.87799999999996, 'street_segments_count': 122, 'node_density_km': 20.7692940032745, 'intersection_density_km': 18.266969424566728, 'edge_density_km': 8967.888879103131, 'street_density_km': 4483.944439551567, 'circuity_avg': 1.0295742249964723, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295742249964723\n", - "2237\n", - "27996625.202358168\n", - "{'n': 846, 'm': 1861, 'k_avg': 4.39952718676123, 'intersection_count': 553, 'streets_per_node_avg': 2.3368794326241136, 'streets_per_node_counts': {0: 0, 1: 293, 2: 1, 3: 526, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3463356973995272, 2: 0.001182033096926714, 3: 0.6217494089834515, 4: 0.030732860520094562}, 'edge_length_total': 257816.84599999918, 'edge_length_avg': 138.53672541644232, 'street_length_total': 129187.68800000002, 'street_length_avg': 136.56203805496833, 'street_segments_count': 946, 'node_density_km': 30.217927835414287, 'intersection_density_km': 19.752380724567494, 'edge_density_km': 9208.854429293255, 'street_density_km': 4614.40216691255, 'circuity_avg': 1.0877138269763875, 'self_loop_proportion': 0.0032240730789897904, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0877138269763875\n", - "2238\n", - "5994838.629054748\n", - "{'n': 259, 'm': 600, 'k_avg': 4.633204633204633, 'intersection_count': 189, 'streets_per_node_avg': 2.5212355212355213, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 173, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2702702702702703, 2: 0.0, 3: 0.667953667953668, 4: 0.06177606177606178}, 'edge_length_total': 64755.618000000075, 'edge_length_avg': 107.92603000000013, 'street_length_total': 33291.24900000002, 'street_length_avg': 106.36181789137386, 'street_segments_count': 313, 'node_density_km': 43.20383183372502, 'intersection_density_km': 31.527120527312853, 'edge_density_km': 10801.895097918688, 'street_density_km': 5553.318622898329, 'circuity_avg': 1.0426850386269049, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426850386269049\n", - "2239\n", - "6993972.210005982\n", - "{'n': 469, 'm': 1124, 'k_avg': 4.79317697228145, 'intersection_count': 345, 'streets_per_node_avg': 2.537313432835821, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 315, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26439232409381663, 2: 0.0, 3: 0.6716417910447762, 4: 0.06183368869936034, 5: 0.0021321961620469083}, 'edge_length_total': 117729.20200000015, 'edge_length_avg': 104.7412829181496, 'street_length_total': 59029.49900000001, 'street_length_avg': 104.1084638447972, 'street_segments_count': 567, 'node_density_km': 67.05774428571813, 'intersection_density_km': 49.32819142552826, 'edge_density_km': 16832.95250037882, 'street_density_km': 8440.053409927621, 'circuity_avg': 1.024576297556876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024576297556876\n", - "2240\n", - "13986683.79107733\n", - "{'n': 246, 'm': 678, 'k_avg': 5.512195121951219, 'intersection_count': 215, 'streets_per_node_avg': 2.8658536585365852, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 186, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12601626016260162, 2: 0.0, 3: 0.7560975609756098, 4: 0.11788617886178862}, 'edge_length_total': 114521.34500000019, 'edge_length_avg': 168.91053834808287, 'street_length_total': 58251.17600000002, 'street_length_avg': 169.33481395348844, 'street_segments_count': 344, 'node_density_km': 17.588157684449357, 'intersection_density_km': 15.371763829904925, 'edge_density_km': 8187.884041037517, 'street_density_km': 4164.759629238261, 'circuity_avg': 1.053592745200233, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053592745200233\n", - "2241\n", - "5994571.555172597\n", - "{'n': 76, 'm': 202, 'k_avg': 5.315789473684211, 'intersection_count': 67, 'streets_per_node_avg': 2.8157894736842106, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 63, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11842105263157894, 2: 0.0, 3: 0.8289473684210527, 4: 0.05263157894736842}, 'edge_length_total': 22106.706, 'edge_length_avg': 109.43913861386137, 'street_length_total': 11053.352999999996, 'street_length_avg': 109.43913861386135, 'street_segments_count': 101, 'node_density_km': 12.678137094622068, 'intersection_density_km': 11.176778754469455, 'edge_density_km': 3687.787491822424, 'street_density_km': 1843.8937459112112, 'circuity_avg': 1.0734960227697445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734960227697445\n", - "2242\n", - "8998591.278526809\n", - "{'n': 336, 'm': 738, 'k_avg': 4.392857142857143, 'intersection_count': 217, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 203, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3541666666666667, 2: 0.0, 3: 0.6041666666666666, 4: 0.041666666666666664}, 'edge_length_total': 83392.13800000014, 'edge_length_avg': 112.99747696476983, 'street_length_total': 41781.883, 'street_length_avg': 110.82727586206897, 'street_segments_count': 377, 'node_density_km': 37.339177833511705, 'intersection_density_km': 24.114885684142976, 'edge_density_km': 9267.243662793911, 'street_density_km': 4643.158212964225, 'circuity_avg': 1.0857707872202067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0857707872202067\n", - "2243\n", - "21979916.842600502\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 841, 'm': 2001, 'k_avg': 4.758620689655173, 'intersection_count': 605, 'streets_per_node_avg': 2.5231866825208087, 'streets_per_node_counts': {0: 0, 1: 236, 2: 1, 3: 535, 4: 66, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2806183115338882, 2: 0.0011890606420927466, 3: 0.6361474435196195, 4: 0.07847800237812129, 5: 0.0035671819262782403}, 'edge_length_total': 244885.1499999997, 'edge_length_avg': 122.38138430784593, 'street_length_total': 124173.52300000002, 'street_length_avg': 120.20670183930302, 'street_segments_count': 1033, 'node_density_km': 38.26220117311868, 'intersection_density_km': 27.525126884348158, 'edge_density_km': 11141.313761723344, 'street_density_km': 5649.408225209132, 'circuity_avg': 1.0554330864844823, 'self_loop_proportion': 0.00399800099950025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554330864844823\n", - "2244\n", - "30003717.29920758\n", - "{'n': 1966, 'm': 4824, 'k_avg': 4.907426246185148, 'intersection_count': 1528, 'streets_per_node_avg': 2.6927772126144456, 'streets_per_node_counts': {0: 0, 1: 438, 2: 2, 3: 1254, 4: 270, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22278738555442523, 2: 0.001017293997965412, 3: 0.6378433367243134, 4: 0.1373346897253306, 5: 0.001017293997965412}, 'edge_length_total': 384917.65199999884, 'edge_length_avg': 79.79221641791021, 'street_length_total': 204036.23100000015, 'street_length_avg': 77.40372951441584, 'street_segments_count': 2636, 'node_density_km': 65.52521410578427, 'intersection_density_km': 50.927022967262644, 'edge_density_km': 12828.998759102586, 'street_density_km': 6800.365066944185, 'circuity_avg': 1.0750074160089957, 'self_loop_proportion': 0.004975124378109453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750074160089957\n", - "2245\n", - "4995618.384493606\n", - "{'n': 105, 'm': 266, 'k_avg': 5.066666666666666, 'intersection_count': 82, 'streets_per_node_avg': 2.6285714285714286, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 75, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21904761904761905, 2: 0.0, 3: 0.7142857142857143, 4: 0.06666666666666667}, 'edge_length_total': 36471.31600000002, 'edge_length_avg': 137.11021052631585, 'street_length_total': 18235.657999999996, 'street_length_avg': 137.11021052631577, 'street_segments_count': 133, 'node_density_km': 21.018418926057258, 'intersection_density_km': 16.414384304159004, 'edge_density_km': 7300.660937834432, 'street_density_km': 3650.3304689172132, 'circuity_avg': 1.1010885869129317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1010885869129317\n", - "2246\n", - "1998137.8236486712\n", - "{'n': 65, 'm': 210, 'k_avg': 6.461538461538462, 'intersection_count': 62, 'streets_per_node_avg': 3.4, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 30, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046153846153846156, 2: 0.0, 3: 0.46153846153846156, 4: 0.49230769230769234}, 'edge_length_total': 27623.25799999999, 'edge_length_avg': 131.53932380952378, 'street_length_total': 13811.628999999997, 'street_length_avg': 131.53932380952378, 'street_segments_count': 105, 'node_density_km': 32.53028856703572, 'intersection_density_km': 31.028890633172534, 'edge_density_km': 13824.50082925658, 'street_density_km': 6912.250414628291, 'circuity_avg': 1.0231852238066297, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0231852238066297\n", - "2247\n", - "8991297.152459536\n", - "{'n': 146, 'm': 416, 'k_avg': 5.698630136986301, 'intersection_count': 119, 'streets_per_node_avg': 2.910958904109589, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 78, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18493150684931506, 2: 0.0, 3: 0.5342465753424658, 4: 0.2808219178082192}, 'edge_length_total': 84496.81000000001, 'edge_length_avg': 203.11733173076925, 'street_length_total': 42248.40499999998, 'street_length_avg': 203.1173317307691, 'street_segments_count': 208, 'node_density_km': 16.237924019679657, 'intersection_density_km': 13.235020262615611, 'edge_density_km': 9397.62178551581, 'street_density_km': 4698.810892757902, 'circuity_avg': 1.0340734290386755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340734290386755\n", - "2248\n", - "11003405.934273774\n", - "{'n': 472, 'm': 1059, 'k_avg': 4.487288135593221, 'intersection_count': 304, 'streets_per_node_avg': 2.319915254237288, 'streets_per_node_counts': {0: 0, 1: 168, 2: 0, 3: 289, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3559322033898305, 2: 0.0, 3: 0.6122881355932204, 4: 0.03177966101694915}, 'edge_length_total': 127465.48100000004, 'edge_length_avg': 120.36400472143536, 'street_length_total': 64324.64999999998, 'street_length_avg': 120.0086753731343, 'street_segments_count': 536, 'node_density_km': 42.895809063064625, 'intersection_density_km': 27.62780922705857, 'edge_density_km': 11584.184184550199, 'street_density_km': 5845.885390780633, 'circuity_avg': 1.0793627662335687, 'self_loop_proportion': 0.0018885741265344666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0793627662335687\n", - "2249\n", - "14989375.416971413\n", - "{'n': 162, 'm': 361, 'k_avg': 4.45679012345679, 'intersection_count': 107, 'streets_per_node_avg': 2.376543209876543, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 98, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3395061728395062, 2: 0.0, 3: 0.6049382716049383, 4: 0.05555555555555555}, 'edge_length_total': 71622.28600000002, 'edge_length_avg': 198.39968421052637, 'street_length_total': 36058.54999999998, 'street_length_avg': 194.91108108108097, 'street_segments_count': 185, 'node_density_km': 10.80765512194583, 'intersection_density_km': 7.138389494124715, 'edge_density_km': 4778.203494650428, 'street_density_km': 2405.6072382558, 'circuity_avg': 1.0443678314140403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443678314140403\n", - "2250\n", - "9990561.52253639\n", - "{'n': 217, 'm': 612, 'k_avg': 5.640552995391705, 'intersection_count': 185, 'streets_per_node_avg': 2.9493087557603688, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 132, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14746543778801843, 2: 0.0, 3: 0.6082949308755761, 4: 0.24423963133640553}, 'edge_length_total': 91383.39100000006, 'edge_length_avg': 149.3192663398694, 'street_length_total': 46304.29600000002, 'street_length_avg': 148.41120512820518, 'street_segments_count': 312, 'node_density_km': 21.720500845773117, 'intersection_density_km': 18.51747767957616, 'edge_density_km': 9146.972449332336, 'street_density_km': 4634.804149451286, 'circuity_avg': 1.0522904653351837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522904653351837\n", - "2251\n", - "3996509.3868496446\n", - "{'n': 77, 'm': 238, 'k_avg': 6.181818181818182, 'intersection_count': 73, 'streets_per_node_avg': 3.4025974025974026, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 34, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05194805194805195, 2: 0.0, 3: 0.44155844155844154, 4: 0.5064935064935064}, 'edge_length_total': 40327.244000000006, 'edge_length_avg': 169.4422016806723, 'street_length_total': 20163.622000000003, 'street_length_avg': 169.4422016806723, 'street_segments_count': 119, 'node_density_km': 19.266813247922162, 'intersection_density_km': 18.265939832445685, 'edge_density_km': 10090.616609758306, 'street_density_km': 5045.308304879153, 'circuity_avg': 1.0199485876831538, 'self_loop_proportion': 0.008403361344537815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0199485876831538\n", - "2252\n", - "5994381.444517003\n", - "{'n': 124, 'm': 390, 'k_avg': 6.290322580645161, 'intersection_count': 108, 'streets_per_node_avg': 3.314516129032258, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 37, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12903225806451613, 2: 0.0, 3: 0.29838709677419356, 4: 0.5725806451612904}, 'edge_length_total': 64234.47200000002, 'edge_length_avg': 164.7037743589744, 'street_length_total': 32146.963, 'street_length_avg': 164.01511734693878, 'street_segments_count': 196, 'node_density_km': 20.68603760833763, 'intersection_density_km': 18.016871465326325, 'edge_density_km': 10715.779867287993, 'street_density_km': 5362.849077514826, 'circuity_avg': 1.04596783262029, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04596783262029\n", - "2253\n", - "5994605.275743532\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 158, 'm': 492, 'k_avg': 6.227848101265823, 'intersection_count': 152, 'streets_per_node_avg': 3.2088607594936707, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 108, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0379746835443038, 2: 0.0, 3: 0.6835443037974683, 4: 0.2721518987341772, 5: 0.006329113924050633}, 'edge_length_total': 64685.333000000035, 'edge_length_avg': 131.47425406504072, 'street_length_total': 32548.19900000003, 'street_length_avg': 129.67409960159375, 'street_segments_count': 251, 'node_density_km': 26.357031486181164, 'intersection_density_km': 25.356131556326183, 'edge_density_km': 10790.590877057686, 'street_density_km': 5429.5816826676655, 'circuity_avg': 1.0250814850384058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0250814850384058\n", - "2254\n", - "14985909.23386146\n", - "{'n': 209, 'm': 638, 'k_avg': 6.105263157894737, 'intersection_count': 191, 'streets_per_node_avg': 3.1339712918660285, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 128, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0861244019138756, 2: 0.0, 3: 0.6124401913875598, 4: 0.2966507177033493, 5: 0.004784688995215311}, 'edge_length_total': 124142.74699999999, 'edge_length_avg': 194.58110815047021, 'street_length_total': 63122.474, 'street_length_avg': 193.62722085889573, 'street_segments_count': 326, 'node_density_km': 13.946434396369716, 'intersection_density_km': 12.745306075151271, 'edge_density_km': 8283.964960864227, 'street_density_km': 4212.121734820828, 'circuity_avg': 1.0411723741970238, 'self_loop_proportion': 0.003134796238244514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411723741970238\n", - "2255\n", - "6994115.870100132\n", - "{'n': 103, 'm': 350, 'k_avg': 6.796116504854369, 'intersection_count': 95, 'streets_per_node_avg': 3.4271844660194173, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 35, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07766990291262135, 2: 0.0, 3: 0.33980582524271846, 4: 0.5825242718446602}, 'edge_length_total': 61209.211999999985, 'edge_length_avg': 174.8834628571428, 'street_length_total': 30604.605999999996, 'street_length_avg': 174.88346285714283, 'street_segments_count': 175, 'node_density_km': 14.72666480124033, 'intersection_density_km': 13.582846175901276, 'edge_density_km': 8751.529590990844, 'street_density_km': 4375.764795495423, 'circuity_avg': 1.0354868600780467, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354868600780467\n", - "2256\n", - "15005180.130121728\n", - "{'n': 557, 'm': 1301, 'k_avg': 4.671454219030521, 'intersection_count': 369, 'streets_per_node_avg': 2.4111310592459607, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 321, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3375224416517056, 2: 0.0, 3: 0.5763016157989228, 4: 0.08617594254937164}, 'edge_length_total': 170275.39200000017, 'edge_length_avg': 130.88039354342826, 'street_length_total': 85553.98, 'street_length_avg': 130.41765243902438, 'street_segments_count': 656, 'node_density_km': 37.120514060465425, 'intersection_density_km': 24.591507519410666, 'edge_density_km': 11347.773936960984, 'street_density_km': 5701.629654432276, 'circuity_avg': 1.1249422402091884, 'self_loop_proportion': 0.006149116064565719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1249422402091884\n", - "2257\n", - "15000972.699283727\n", - "{'n': 115, 'm': 288, 'k_avg': 5.008695652173913, 'intersection_count': 92, 'streets_per_node_avg': 2.6695652173913045, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 84, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7304347826086957, 4: 0.06956521739130435}, 'edge_length_total': 65550.96199999996, 'edge_length_avg': 227.60750694444428, 'street_length_total': 32775.48099999999, 'street_length_avg': 227.6075069444444, 'street_segments_count': 144, 'node_density_km': 7.666169541491871, 'intersection_density_km': 6.1329356331934965, 'edge_density_km': 4369.7807678251365, 'street_density_km': 2184.890383912569, 'circuity_avg': 1.108129673259827, 'self_loop_proportion': 0.006944444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.108129673259827\n", - "2258\n", - "7994055.4941784665\n", - "{'n': 131, 'm': 300, 'k_avg': 4.580152671755725, 'intersection_count': 94, 'streets_per_node_avg': 2.4732824427480917, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 89, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2824427480916031, 2: 0.0, 3: 0.6793893129770993, 4: 0.03816793893129771}, 'edge_length_total': 49682.28199999999, 'edge_length_avg': 165.60760666666664, 'street_length_total': 24841.140999999978, 'street_length_avg': 165.60760666666653, 'street_segments_count': 150, 'node_density_km': 16.387176708417712, 'intersection_density_km': 11.758737485429503, 'edge_density_km': 6214.903316117865, 'street_density_km': 3107.45165805893, 'circuity_avg': 1.0376787703590684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376787703590684\n", - "2259\n", - "5998401.560340681\n", - "{'n': 315, 'm': 774, 'k_avg': 4.914285714285715, 'intersection_count': 237, 'streets_per_node_avg': 2.615873015873016, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 203, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24761904761904763, 2: 0.0, 3: 0.6444444444444445, 4: 0.10476190476190476, 5: 0.0031746031746031746}, 'edge_length_total': 91910.67700000001, 'edge_length_avg': 118.7476447028424, 'street_length_total': 46861.141, 'street_length_avg': 117.44646867167921, 'street_segments_count': 399, 'node_density_km': 52.513990074067245, 'intersection_density_km': 39.51052586525059, 'edge_density_km': 15322.528189456512, 'street_density_km': 7812.2714074078285, 'circuity_avg': 1.0914669266036805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0914669266036805\n", - "2260\n", - "8000052.15927111\n", - "{'n': 243, 'm': 548, 'k_avg': 4.510288065843621, 'intersection_count': 176, 'streets_per_node_avg': 2.477366255144033, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 169, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2757201646090535, 2: 0.0, 3: 0.6954732510288066, 4: 0.02880658436213992}, 'edge_length_total': 78389.32700000003, 'edge_length_avg': 143.04621715328474, 'street_length_total': 39489.23999999998, 'street_length_avg': 136.16979310344823, 'street_segments_count': 290, 'node_density_km': 30.37480195905871, 'intersection_density_km': 21.999856562939645, 'edge_density_km': 9798.601989007799, 'street_density_km': 4936.122816928968, 'circuity_avg': 1.159967714610712, 'self_loop_proportion': 0.0036496350364963502, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.159967714610712\n", - "2261\n", - "35997061.528404154\n", - "{'n': 1394, 'm': 3159, 'k_avg': 4.532281205164993, 'intersection_count': 918, 'streets_per_node_avg': 2.3694404591104736, 'streets_per_node_counts': {0: 0, 1: 476, 2: 1, 3: 843, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34146341463414637, 2: 0.0007173601147776184, 3: 0.6047345767575323, 4: 0.05308464849354376}, 'edge_length_total': 364108.25899999985, 'edge_length_avg': 115.26060747071854, 'street_length_total': 184124.36600000027, 'street_length_avg': 114.22107071960315, 'street_segments_count': 1612, 'node_density_km': 38.72538315106743, 'intersection_density_km': 25.502081587288313, 'edge_density_km': 10114.943929873094, 'street_density_km': 5114.983228692528, 'circuity_avg': 1.0650579083115759, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650579083115759\n", - "2262\n", - "11989829.899027906\n", - "{'n': 665, 'm': 1822, 'k_avg': 5.4796992481203, 'intersection_count': 564, 'streets_per_node_avg': 2.8586466165413533, 'streets_per_node_counts': {0: 0, 1: 101, 2: 2, 3: 455, 4: 104, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1518796992481203, 2: 0.0030075187969924814, 3: 0.6842105263157895, 4: 0.15639097744360902, 5: 0.004511278195488722}, 'edge_length_total': 202300.17400000006, 'edge_length_avg': 111.03192864983538, 'street_length_total': 102780.88700000005, 'street_length_avg': 110.27992167381979, 'street_segments_count': 932, 'node_density_km': 55.46367259588194, 'intersection_density_km': 47.039866682823174, 'edge_density_km': 16872.647544099174, 'street_density_km': 8572.339046138859, 'circuity_avg': 1.0505817587048476, 'self_loop_proportion': 0.0043907793633369925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505817587048476\n", - "2263\n", - "97925110.26139843\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 10041, 'm': 25377, 'k_avg': 5.054675829100687, 'intersection_count': 7683, 'streets_per_node_avg': 2.6351956976396775, 'streets_per_node_counts': {0: 0, 1: 2358, 2: 16, 3: 6651, 4: 970, 5: 43, 6: 2, 7: 0, 8: 0, 9: 0, 10: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23483716761278758, 2: 0.0015934667861766756, 3: 0.6623842246788169, 4: 0.09660392391196096, 5: 0.0042824419878498155, 6: 0.00019918334827208445, 7: 0.0, 8: 0.0, 9: 0.0, 10: 9.959167413604223e-05}, 'edge_length_total': 1992621.0189999894, 'edge_length_avg': 78.52074788193993, 'street_length_total': 1036029.2609999998, 'street_length_avg': 79.05602907287293, 'street_segments_count': 13105, 'node_density_km': 102.53754091465251, 'intersection_density_km': 78.4579152322752, 'edge_density_km': 20348.41741490967, 'street_density_km': 10579.812044474125, 'circuity_avg': 1.1620231202852411, 'self_loop_proportion': 0.0027189975174370493, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1620231202852411\n", - "2264\n", - "2997065.0968944156\n", - "{'n': 89, 'm': 302, 'k_avg': 6.786516853932584, 'intersection_count': 81, 'streets_per_node_avg': 3.438202247191011, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 26, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0898876404494382, 2: 0.0, 3: 0.29213483146067415, 4: 0.6179775280898876}, 'edge_length_total': 34821.16400000002, 'edge_length_avg': 115.30186754966894, 'street_length_total': 17410.582000000006, 'street_length_avg': 115.30186754966891, 'street_segments_count': 151, 'node_density_km': 29.695718018344866, 'intersection_density_km': 27.026439994223978, 'edge_density_km': 11618.420979938675, 'street_density_km': 5809.210489969337, 'circuity_avg': 1.0382082524159353, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382082524159353\n", - "2265\n", - "6993853.308219593\n", - "{'n': 54, 'm': 132, 'k_avg': 4.888888888888889, 'intersection_count': 43, 'streets_per_node_avg': 2.6481481481481484, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 40, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037037037037037, 2: 0.0, 3: 0.7407407407407407, 4: 0.05555555555555555}, 'edge_length_total': 17231.485999999997, 'edge_length_avg': 130.54156060606059, 'street_length_total': 8615.742999999999, 'street_length_avg': 130.54156060606059, 'street_segments_count': 66, 'node_density_km': 7.721065572898989, 'intersection_density_km': 6.148255919160306, 'edge_density_km': 2463.8043208239055, 'street_density_km': 1231.9021604119528, 'circuity_avg': 1.0427846958322307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427846958322307\n", - "2266\n", - "10991478.63678221\n", - "{'n': 554, 'm': 1438, 'k_avg': 5.191335740072202, 'intersection_count': 433, 'streets_per_node_avg': 2.6444043321299637, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 391, 4: 39, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2184115523465704, 2: 0.0, 3: 0.7057761732851986, 4: 0.0703971119133574, 5: 0.005415162454873646}, 'edge_length_total': 145130.79400000002, 'edge_length_avg': 100.92544784422812, 'street_length_total': 72565.39699999995, 'street_length_avg': 100.92544784422803, 'street_segments_count': 719, 'node_density_km': 50.40268177805286, 'intersection_density_km': 39.39415380847814, 'edge_density_km': 13203.937231368493, 'street_density_km': 6601.968615684241, 'circuity_avg': 1.2500622951493892, 'self_loop_proportion': 0.0027816411682892906, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2500622951493892\n", - "2267\n", - "22979278.31546742\n", - "{'n': 1217, 'm': 2989, 'k_avg': 4.912078882497946, 'intersection_count': 900, 'streets_per_node_avg': 2.5464256368118323, 'streets_per_node_counts': {0: 0, 1: 317, 2: 0, 3: 820, 4: 78, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26047658175842237, 2: 0.0, 3: 0.6737880032867708, 4: 0.06409202958093672, 5: 0.0016433853738701725}, 'edge_length_total': 330738.9380000006, 'edge_length_avg': 110.65203680160609, 'street_length_total': 166724.8529999999, 'street_length_avg': 110.12209577278725, 'street_segments_count': 1514, 'node_density_km': 52.96075809225191, 'intersection_density_km': 39.165720857047425, 'edge_density_km': 14392.921024738154, 'street_density_km': 7255.443391700291, 'circuity_avg': 1.0559786201489827, 'self_loop_proportion': 0.0013382402141184342, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559786201489827\n", - "2268\n", - "8991260.933320131\n", - "{'n': 353, 'm': 870, 'k_avg': 4.929178470254958, 'intersection_count': 266, 'streets_per_node_avg': 2.6005665722379603, 'streets_per_node_counts': {0: 0, 1: 87, 2: 2, 3: 229, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24645892351274787, 2: 0.0056657223796034, 3: 0.6487252124645893, 4: 0.09915014164305949}, 'edge_length_total': 101127.49500000005, 'edge_length_avg': 116.23850000000006, 'street_length_total': 51844.81300000002, 'street_length_avg': 114.95523946784927, 'street_segments_count': 451, 'node_density_km': 39.260344307419686, 'intersection_density_km': 29.58428211267319, 'edge_density_km': 11247.30955424041, 'street_density_km': 5766.133736356342, 'circuity_avg': 1.0574635415458313, 'self_loop_proportion': 0.004597701149425287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574635415458313\n", - "2269\n", - "22990989.159226578\n", - "error with entry 2269\n", - "2270\n", - "12986809.32481933\n", - "{'n': 607, 'm': 1527, 'k_avg': 5.031301482701812, 'intersection_count': 456, 'streets_per_node_avg': 2.6375617792421746, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 374, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2487644151565074, 2: 0.0, 3: 0.6161449752883031, 4: 0.13509060955518945}, 'edge_length_total': 192108.49800000005, 'edge_length_avg': 125.80779174852655, 'street_length_total': 98274.31900000003, 'street_length_avg': 125.50998595146875, 'street_segments_count': 783, 'node_density_km': 46.7397329719742, 'intersection_density_km': 35.11255063462971, 'edge_density_km': 14792.586323174697, 'street_density_km': 7567.2412323931, 'circuity_avg': 1.0623643719522229, 'self_loop_proportion': 0.0026195153896529143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0623643719522229\n", - "2271\n", - "17984173.0083573\n", - "{'n': 170, 'm': 462, 'k_avg': 5.435294117647059, 'intersection_count': 140, 'streets_per_node_avg': 2.7823529411764705, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 117, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.0, 3: 0.6882352941176471, 4: 0.13529411764705881}, 'edge_length_total': 71686.01600000002, 'edge_length_avg': 155.16453679653682, 'street_length_total': 35843.00799999999, 'street_length_avg': 155.16453679653674, 'street_segments_count': 231, 'node_density_km': 9.452756038378881, 'intersection_density_km': 7.784622619841432, 'edge_density_km': 3986.0612977136784, 'street_density_km': 1993.030648856838, 'circuity_avg': 1.0458304071144726, 'self_loop_proportion': 0.004329004329004329, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458304071144726\n", - "2272\n", - "3996179.966796724\n", - "{'n': 87, 'm': 258, 'k_avg': 5.931034482758621, 'intersection_count': 79, 'streets_per_node_avg': 3.218390804597701, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 44, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09195402298850575, 2: 0.0, 3: 0.5057471264367817, 4: 0.40229885057471265}, 'edge_length_total': 45549.194, 'edge_length_avg': 176.54726356589148, 'street_length_total': 22774.597000000005, 'street_length_avg': 176.5472635658915, 'street_segments_count': 129, 'node_density_km': 21.770791286393905, 'intersection_density_km': 19.768879443966878, 'edge_density_km': 11398.183860200754, 'street_density_km': 5699.091930100378, 'circuity_avg': 1.010106578875743, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.010106578875743\n", - "2273\n", - "3997365.6723522795\n", - "{'n': 292, 'm': 702, 'k_avg': 4.808219178082192, 'intersection_count': 211, 'streets_per_node_avg': 2.517123287671233, 'streets_per_node_counts': {0: 0, 1: 81, 2: 1, 3: 188, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2773972602739726, 2: 0.003424657534246575, 3: 0.6438356164383562, 4: 0.07534246575342465}, 'edge_length_total': 71765.39799999984, 'edge_length_avg': 102.22991168091146, 'street_length_total': 35983.14299999998, 'street_length_avg': 102.22483806818177, 'street_segments_count': 352, 'node_density_km': 73.0481081627367, 'intersection_density_km': 52.78476309019672, 'edge_density_km': 17953.17313508848, 'street_density_km': 9001.71411609322, 'circuity_avg': 1.0785195376780636, 'self_loop_proportion': 0.002849002849002849, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0785195376780636\n", - "2274\n", - "4995303.145226545\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 73, 'm': 188, 'k_avg': 5.1506849315068495, 'intersection_count': 62, 'streets_per_node_avg': 2.7260273972602738, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 60, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1506849315068493, 2: 0.0, 3: 0.821917808219178, 4: 0.0273972602739726}, 'edge_length_total': 34923.63400000004, 'edge_length_avg': 185.7640106382981, 'street_length_total': 17461.817, 'street_length_avg': 185.76401063829786, 'street_segments_count': 94, 'node_density_km': 14.613727711351808, 'intersection_density_km': 12.411659152107015, 'edge_density_km': 6991.294218724778, 'street_density_km': 3495.647109362385, 'circuity_avg': 1.1554239316738328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1554239316738328\n", - "2275\n", - "5994683.510049212\n", - "{'n': 296, 'm': 681, 'k_avg': 4.601351351351352, 'intersection_count': 199, 'streets_per_node_avg': 2.4121621621621623, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 179, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3277027027027027, 2: 0.0, 3: 0.6047297297297297, 4: 0.06756756756756757}, 'edge_length_total': 79349.62199999999, 'edge_length_avg': 116.51926872246695, 'street_length_total': 39786.64400000004, 'street_length_avg': 115.6588488372094, 'street_segments_count': 344, 'node_density_km': 49.37708546311064, 'intersection_density_km': 33.19608110526695, 'edge_density_km': 13236.665766755146, 'street_density_km': 6636.988246886351, 'circuity_avg': 1.0676227878152562, 'self_loop_proportion': 0.005873715124816446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676227878152562\n", - "2276\n", - "16004477.177605074\n", - "{'n': 306, 'm': 740, 'k_avg': 4.836601307189542, 'intersection_count': 234, 'streets_per_node_avg': 2.5784313725490198, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 219, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23529411764705882, 2: 0.0, 3: 0.7156862745098039, 4: 0.049019607843137254}, 'edge_length_total': 82424.465, 'edge_length_avg': 111.38441216216216, 'street_length_total': 41869.44999999998, 'street_length_avg': 107.63354755784057, 'street_segments_count': 389, 'node_density_km': 19.119649870736367, 'intersection_density_km': 14.620908724680751, 'edge_density_km': 5150.087946348902, 'street_density_km': 2616.10857607942, 'circuity_avg': 1.07651162449516, 'self_loop_proportion': 0.005405405405405406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07651162449516\n", - "2277\n", - "3996292.1718064155\n", - "{'n': 50, 'm': 124, 'k_avg': 4.96, 'intersection_count': 35, 'streets_per_node_avg': 2.66, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 22, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.44, 4: 0.26}, 'edge_length_total': 27071.994000000002, 'edge_length_avg': 218.32253225806454, 'street_length_total': 13535.997, 'street_length_avg': 218.3225322580645, 'street_segments_count': 62, 'node_density_km': 12.511597713687399, 'intersection_density_km': 8.758118399581178, 'edge_density_km': 6774.27796470718, 'street_density_km': 3387.1389823535897, 'circuity_avg': 1.0825320787977106, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825320787977106\n", - "2278\n", - "10990746.790294986\n", - "{'n': 299, 'm': 878, 'k_avg': 5.872909698996655, 'intersection_count': 269, 'streets_per_node_avg': 3.0936454849498327, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 182, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10033444816053512, 2: 0.0, 3: 0.6086956521739131, 4: 0.28762541806020064, 5: 0.0033444816053511705}, 'edge_length_total': 122792.27000000015, 'edge_length_avg': 139.8545216400913, 'street_length_total': 61471.36899999999, 'street_length_avg': 138.7615553047404, 'street_segments_count': 443, 'node_density_km': 27.20470280181707, 'intersection_density_km': 24.475133958825392, 'edge_density_km': 11172.331811740743, 'street_density_km': 5593.011118614819, 'circuity_avg': 1.032423150623998, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032423150623998\n", - "2279\n", - "9004016.955655098\n", - "{'n': 144, 'm': 392, 'k_avg': 5.444444444444445, 'intersection_count': 122, 'streets_per_node_avg': 2.8819444444444446, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 95, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1527777777777778, 2: 0.0, 3: 0.6597222222222222, 4: 0.1875}, 'edge_length_total': 59407.35400000003, 'edge_length_avg': 151.54937244897965, 'street_length_total': 29703.67700000001, 'street_length_avg': 151.54937244897965, 'street_segments_count': 196, 'node_density_km': 15.992861931424818, 'intersection_density_km': 13.549508025234914, 'edge_density_km': 6597.872293286655, 'street_density_km': 3298.936146643327, 'circuity_avg': 1.0494723243106405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494723243106405\n", - "2280\n", - "4995259.607052889\n", - "{'n': 92, 'm': 246, 'k_avg': 5.3478260869565215, 'intersection_count': 68, 'streets_per_node_avg': 2.6956521739130435, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 48, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2608695652173913, 2: 0.0, 3: 0.5217391304347826, 4: 0.21739130434782608}, 'edge_length_total': 37215.34400000002, 'edge_length_avg': 151.28188617886187, 'street_length_total': 18607.67200000002, 'street_length_avg': 151.28188617886195, 'street_segments_count': 123, 'node_density_km': 18.417461200635838, 'intersection_density_km': 13.612906104817792, 'edge_density_km': 7450.1321107425665, 'street_density_km': 3725.066055371285, 'circuity_avg': 1.0242161327117774, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242161327117774\n", - "2281\n", - "6993254.008270825\n", - "{'n': 101, 'm': 272, 'k_avg': 5.3861386138613865, 'intersection_count': 84, 'streets_per_node_avg': 2.9504950495049505, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 55, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16831683168316833, 2: 0.0, 3: 0.5445544554455446, 4: 0.2871287128712871}, 'edge_length_total': 54863.75800000003, 'edge_length_avg': 201.70499264705893, 'street_length_total': 27431.879000000008, 'street_length_avg': 201.70499264705887, 'street_segments_count': 136, 'node_density_km': 14.442489845292148, 'intersection_density_km': 12.011575712916242, 'edge_density_km': 7845.2402751442205, 'street_density_km': 3922.6201375721093, 'circuity_avg': 1.0102647638463766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0102647638463766\n", - "2282\n", - "14988080.922168091\n", - "{'n': 494, 'm': 1303, 'k_avg': 5.275303643724697, 'intersection_count': 412, 'streets_per_node_avg': 2.817813765182186, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 340, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1659919028340081, 2: 0.0, 3: 0.6882591093117408, 4: 0.1417004048582996, 5: 0.004048582995951417}, 'edge_length_total': 148268.3049999997, 'edge_length_avg': 113.78995011511873, 'street_length_total': 76729.26100000009, 'street_length_avg': 111.36322351233684, 'street_segments_count': 689, 'node_density_km': 32.95952314144169, 'intersection_density_km': 27.488509178692265, 'edge_density_km': 9892.414230343777, 'street_density_km': 5119.35193027373, 'circuity_avg': 1.0938642409919606, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0938642409919606\n", - "2283\n", - "7998882.146079495\n", - "{'n': 585, 'm': 1307, 'k_avg': 4.4683760683760685, 'intersection_count': 392, 'streets_per_node_avg': 2.3623931623931624, 'streets_per_node_counts': {0: 0, 1: 193, 2: 2, 3: 375, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3299145299145299, 2: 0.003418803418803419, 3: 0.6410256410256411, 4: 0.02564102564102564}, 'edge_length_total': 126926.79699999996, 'edge_length_avg': 97.11308110175973, 'street_length_total': 64472.12300000001, 'street_length_avg': 95.09162684365782, 'street_segments_count': 678, 'node_density_km': 73.13521931145429, 'intersection_density_km': 49.0068478121198, 'edge_density_km': 15868.066897599036, 'street_density_km': 8060.141632615482, 'circuity_avg': 1.1240652961935653, 'self_loop_proportion': 0.00306044376434583, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1240652961935653\n", - "2284\n", - "455634020.84822524\n", - "error with entry 2284\n", - "2285\n", - "14984964.3966281\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 452, 'm': 1159, 'k_avg': 5.128318584070796, 'intersection_count': 374, 'streets_per_node_avg': 2.765486725663717, 'streets_per_node_counts': {0: 0, 1: 78, 2: 1, 3: 322, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17256637168141592, 2: 0.0022123893805309734, 3: 0.7123893805309734, 4: 0.11283185840707964}, 'edge_length_total': 170579.29899999948, 'edge_length_avg': 147.17799741156125, 'street_length_total': 88094.22000000004, 'street_length_avg': 146.33591362126253, 'street_segments_count': 602, 'node_density_km': 30.16356849681328, 'intersection_density_km': 24.958350924354352, 'edge_density_km': 11383.363649391322, 'street_density_km': 5878.8407945649105, 'circuity_avg': 1.0400484456124142, 'self_loop_proportion': 0.001725625539257981, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400484456124142\n", - "2286\n", - "5994287.954750661\n", - "{'n': 102, 'm': 332, 'k_avg': 6.509803921568627, 'intersection_count': 95, 'streets_per_node_avg': 3.3627450980392157, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 44, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06862745098039216, 2: 0.0, 3: 0.43137254901960786, 4: 0.5}, 'edge_length_total': 47314.58200000006, 'edge_length_avg': 142.51380120481946, 'street_length_total': 23657.291000000005, 'street_length_avg': 142.51380120481932, 'street_segments_count': 166, 'node_density_km': 17.016199550300517, 'intersection_density_km': 15.848421149789697, 'edge_density_km': 7893.278126971157, 'street_density_km': 3946.6390634855743, 'circuity_avg': 1.008811632674971, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.008811632674971\n", - "2287\n", - "9991314.31074414\n", - "{'n': 237, 'm': 693, 'k_avg': 5.848101265822785, 'intersection_count': 210, 'streets_per_node_avg': 2.9746835443037973, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 163, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11392405063291139, 2: 0.0, 3: 0.6877637130801688, 4: 0.1940928270042194, 5: 0.004219409282700422}, 'edge_length_total': 103299.45999999992, 'edge_length_avg': 149.06126984126973, 'street_length_total': 51667.22500000001, 'street_length_avg': 148.8969020172911, 'street_segments_count': 347, 'node_density_km': 23.72060297864341, 'intersection_density_km': 21.01825580386125, 'edge_density_km': 10338.926069908244, 'street_density_km': 5171.2140558364545, 'circuity_avg': 1.0306603180361762, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306603180361762\n", - "2288\n", - "3996328.8166377996\n", - "{'n': 88, 'm': 230, 'k_avg': 5.2272727272727275, 'intersection_count': 69, 'streets_per_node_avg': 2.6704545454545454, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 60, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159090909090909, 2: 0.0, 3: 0.6818181818181818, 4: 0.10227272727272728}, 'edge_length_total': 36801.30200000002, 'edge_length_avg': 160.0056608695653, 'street_length_total': 18400.651, 'street_length_avg': 160.00566086956522, 'street_segments_count': 115, 'node_density_km': 22.020210057198536, 'intersection_density_km': 17.265846522121578, 'edge_density_km': 9208.77727748183, 'street_density_km': 4604.388638740913, 'circuity_avg': 1.1092337699144814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1092337699144814\n", - "2289\n", - "4995365.614939163\n", - "{'n': 142, 'm': 408, 'k_avg': 5.746478873239437, 'intersection_count': 132, 'streets_per_node_avg': 2.9788732394366195, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 115, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07042253521126761, 2: 0.0, 3: 0.8098591549295775, 4: 0.11971830985915492}, 'edge_length_total': 54030.30600000002, 'edge_length_avg': 132.42722058823534, 'street_length_total': 27015.15300000001, 'street_length_avg': 132.42722058823534, 'street_segments_count': 204, 'node_density_km': 28.42634772824919, 'intersection_density_km': 26.424492254428824, 'edge_density_km': 10816.086381828938, 'street_density_km': 5408.043190914469, 'circuity_avg': 1.0319779096679822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319779096679822\n", - "2290\n", - "14985940.447787587\n", - "{'n': 1071, 'm': 2684, 'k_avg': 5.012138188608777, 'intersection_count': 809, 'streets_per_node_avg': 2.5873015873015874, 'streets_per_node_counts': {0: 0, 1: 262, 2: 0, 3: 729, 4: 78, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2446311858076564, 2: 0.0, 3: 0.680672268907563, 4: 0.07282913165266107, 5: 0.0018674136321195146}, 'edge_length_total': 274882.109, 'edge_length_avg': 102.41509277198212, 'street_length_total': 137985.5140000003, 'street_length_avg': 101.53459455481993, 'street_segments_count': 1359, 'node_density_km': 71.46698625498105, 'intersection_density_km': 53.983932661325554, 'edge_density_km': 18342.666578565084, 'street_density_km': 9207.664642786664, 'circuity_avg': 1.0707310709513675, 'self_loop_proportion': 0.0014903129657228018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707310709513675\n", - "2291\n", - "14986834.516482202\n", - "{'n': 249, 'm': 666, 'k_avg': 5.349397590361446, 'intersection_count': 214, 'streets_per_node_avg': 2.8473895582329316, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 182, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14056224899598393, 2: 0.0, 3: 0.7309236947791165, 4: 0.1285140562248996}, 'edge_length_total': 116899.63200000003, 'edge_length_avg': 175.52497297297302, 'street_length_total': 58449.81599999999, 'street_length_avg': 175.52497297297296, 'street_segments_count': 333, 'node_density_km': 16.614582600892476, 'intersection_density_km': 14.279199504381484, 'edge_density_km': 7800.154987461581, 'street_density_km': 3900.0774937307892, 'circuity_avg': 1.042091283913201, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042091283913201\n", - "2292\n", - "73018117.67788434\n", - "{'n': 8382, 'm': 21204, 'k_avg': 5.059413027916965, 'intersection_count': 7123, 'streets_per_node_avg': 2.8278453829634933, 'streets_per_node_counts': {0: 0, 1: 1259, 2: 14, 3: 6050, 4: 1031, 5: 26, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15020281555714626, 2: 0.0016702457647339538, 3: 0.7217847769028871, 4: 0.12300167024576474, 5: 0.003101884991648771, 6: 0.00023860653781913624}, 'edge_length_total': 1637429.2260000063, 'edge_length_avg': 77.22265732880618, 'street_length_total': 890825.511, 'street_length_avg': 75.58977607127706, 'street_segments_count': 11785, 'node_density_km': 114.79342752954494, 'intersection_density_km': 97.55113150715206, 'edge_density_km': 22424.971747744046, 'street_density_km': 12200.061290676253, 'circuity_avg': 1.0555383676658943, 'self_loop_proportion': 0.0008488964346349745, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555383676658943\n", - "2293\n", - "3996673.1377981347\n", - "{'n': 80, 'm': 227, 'k_avg': 5.675, 'intersection_count': 71, 'streets_per_node_avg': 2.95, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 57, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1125, 2: 0.0, 3: 0.7125, 4: 0.175}, 'edge_length_total': 31774.592999999986, 'edge_length_avg': 139.97618061674004, 'street_length_total': 15901.641, 'street_length_avg': 139.48807894736842, 'street_segments_count': 114, 'node_density_km': 20.01664815754084, 'intersection_density_km': 17.764775239817496, 'edge_density_km': 7950.260605375747, 'street_density_km': 3978.7194128065735, 'circuity_avg': 1.0315024417619805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315024417619805\n", - "2294\n", - "3996127.6980201527\n", - "{'n': 27, 'm': 64, 'k_avg': 4.7407407407407405, 'intersection_count': 18, 'streets_per_node_avg': 2.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 15, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5555555555555556, 4: 0.1111111111111111}, 'edge_length_total': 14374.860000000004, 'edge_length_avg': 224.60718750000007, 'street_length_total': 7187.43, 'street_length_avg': 224.6071875, 'street_segments_count': 32, 'node_density_km': 6.75654084161948, 'intersection_density_km': 4.504360561079654, 'edge_density_km': 3597.197358613416, 'street_density_km': 1798.5986793067075, 'circuity_avg': 1.146552392062941, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.146552392062941\n", - "2295\n", - "4998427.341009407\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 304, 'm': 679, 'k_avg': 4.467105263157895, 'intersection_count': 197, 'streets_per_node_avg': 2.3421052631578947, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 183, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3519736842105263, 2: 0.0, 3: 0.6019736842105263, 4: 0.046052631578947366}, 'edge_length_total': 68304.54199999997, 'edge_length_avg': 100.59579086892485, 'street_length_total': 34418.13300000001, 'street_length_avg': 99.47437283236997, 'street_segments_count': 346, 'node_density_km': 60.81912955017743, 'intersection_density_km': 39.41239645192419, 'edge_density_km': 13665.206541985308, 'street_density_km': 6885.792400665255, 'circuity_avg': 1.0728612756204592, 'self_loop_proportion': 0.008836524300441826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728612756204592\n", - "2296\n", - "4998725.910975706\n", - "{'n': 209, 'm': 460, 'k_avg': 4.401913875598086, 'intersection_count': 129, 'streets_per_node_avg': 2.272727272727273, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 121, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3827751196172249, 2: 0.0, 3: 0.5789473684210527, 4: 0.03827751196172249}, 'edge_length_total': 53597.39399999996, 'edge_length_avg': 116.51607391304339, 'street_length_total': 26798.69699999999, 'street_length_avg': 116.51607391304343, 'street_segments_count': 230, 'node_density_km': 41.81065409909724, 'intersection_density_km': 25.806575975040882, 'edge_density_km': 10722.211010272862, 'street_density_km': 5361.105505136434, 'circuity_avg': 1.1563458388127346, 'self_loop_proportion': 0.004347826086956522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1563458388127346\n", - "2297\n", - "16985582.594973076\n", - "{'n': 502, 'm': 1192, 'k_avg': 4.749003984063745, 'intersection_count': 391, 'streets_per_node_avg': 2.637450199203187, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 351, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22111553784860558, 2: 0.0, 3: 0.6992031872509961, 4: 0.0796812749003984}, 'edge_length_total': 184258.52199999997, 'edge_length_avg': 154.57929697986575, 'street_length_total': 97291.81000000001, 'street_length_avg': 152.73439560439562, 'street_segments_count': 637, 'node_density_km': 29.55447640333326, 'intersection_density_km': 23.019522457576308, 'edge_density_km': 10847.936534984186, 'street_density_km': 5727.905384228254, 'circuity_avg': 1.0520368636389348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520368636389348\n", - "2298\n", - "3996339.330422677\n", - "{'n': 92, 'm': 246, 'k_avg': 5.3478260869565215, 'intersection_count': 76, 'streets_per_node_avg': 2.8260869565217392, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 61, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.6630434782608695, 4: 0.15217391304347827, 5: 0.010869565217391304}, 'edge_length_total': 40896.057999999975, 'edge_length_avg': 166.24413821138202, 'street_length_total': 20448.02900000001, 'street_length_avg': 166.2441382113822, 'street_segments_count': 123, 'node_density_km': 23.0210681309361, 'intersection_density_km': 19.017404108164605, 'edge_density_km': 10233.37975548602, 'street_density_km': 5116.689877743015, 'circuity_avg': 1.0398715220587944, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398715220587944\n", - "2299\n", - "24985837.360305086\n", - "{'n': 1705, 'm': 4177, 'k_avg': 4.899706744868035, 'intersection_count': 1363, 'streets_per_node_avg': 2.6885630498533724, 'streets_per_node_counts': {0: 0, 1: 342, 2: 1, 3: 1209, 4: 152, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20058651026392962, 2: 0.0005865102639296188, 3: 0.7090909090909091, 4: 0.08914956011730206, 5: 0.0005865102639296188}, 'edge_length_total': 397507.4200000009, 'edge_length_avg': 95.16576969116613, 'street_length_total': 210583.98100000047, 'street_length_avg': 92.80915866020294, 'street_segments_count': 2269, 'node_density_km': 68.23865758082327, 'intersection_density_km': 54.55090339159069, 'edge_density_km': 15909.309512736987, 'street_density_km': 8428.133824906525, 'circuity_avg': 1.0509126837995826, 'self_loop_proportion': 0.0026334689968877186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509126837995826\n", - "2300\n", - "11989566.11125289\n", - "{'n': 162, 'm': 488, 'k_avg': 6.0246913580246915, 'intersection_count': 142, 'streets_per_node_avg': 3.191358024691358, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 71, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12345679012345678, 2: 0.0, 3: 0.4382716049382716, 4: 0.4382716049382716}, 'edge_length_total': 91312.87400000001, 'edge_length_avg': 187.11654508196725, 'street_length_total': 45656.437, 'street_length_avg': 187.11654508196722, 'street_segments_count': 244, 'node_density_km': 13.511748339913131, 'intersection_density_km': 11.843631260911511, 'edge_density_km': 7616.028232606155, 'street_density_km': 3808.014116303077, 'circuity_avg': 1.016285235019548, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.016285235019548\n", - "2301\n", - "8994086.046376625\n", - "{'n': 273, 'm': 696, 'k_avg': 5.0989010989010985, 'intersection_count': 228, 'streets_per_node_avg': 2.7545787545787546, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 206, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16483516483516483, 2: 0.0, 3: 0.7545787545787546, 4: 0.07692307692307693, 5: 0.003663003663003663}, 'edge_length_total': 84198.76799999987, 'edge_length_avg': 120.97524137931015, 'street_length_total': 43027.87000000001, 'street_length_avg': 116.92355978260872, 'street_segments_count': 368, 'node_density_km': 30.353278653586077, 'intersection_density_km': 25.349990963434525, 'edge_density_km': 9361.57021022946, 'street_density_km': 4784.018051209806, 'circuity_avg': 1.0805298408053485, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805298408053485\n", - "2302\n", - "8991500.825632568\n", - "{'n': 158, 'm': 448, 'k_avg': 5.670886075949367, 'intersection_count': 135, 'streets_per_node_avg': 2.9556962025316458, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 96, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14556962025316456, 2: 0.0, 3: 0.6075949367088608, 4: 0.2468354430379747}, 'edge_length_total': 70654.73400000001, 'edge_length_avg': 157.7114598214286, 'street_length_total': 35327.36700000001, 'street_length_avg': 157.71145982142863, 'street_segments_count': 224, 'node_density_km': 17.572149862855003, 'intersection_density_km': 15.014178680287504, 'edge_density_km': 7857.946673216184, 'street_density_km': 3928.9733366080927, 'circuity_avg': 1.045537266513893, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045537266513893\n", - "2303\n", - "3996139.2014140566\n", - "{'n': 76, 'm': 234, 'k_avg': 6.157894736842105, 'intersection_count': 71, 'streets_per_node_avg': 3.3026315789473686, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 38, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06578947368421052, 2: 0.0, 3: 0.5, 4: 0.4342105263157895}, 'edge_length_total': 36918.90399999999, 'edge_length_avg': 157.77309401709397, 'street_length_total': 18531.808999999997, 'street_length_avg': 153.15544628099173, 'street_segments_count': 121, 'node_density_km': 19.018356510981143, 'intersection_density_km': 17.767148845785012, 'edge_density_km': 9238.643135087994, 'street_density_km': 4637.428294150117, 'circuity_avg': 1.0109347904593349, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0109347904593349\n", - "2304\n", - "16989696.26890726\n", - "{'n': 647, 'm': 1704, 'k_avg': 5.267387944358578, 'intersection_count': 551, 'streets_per_node_avg': 2.8454404945904175, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 459, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14837712519319937, 2: 0.0, 3: 0.7094281298299846, 4: 0.14219474497681608}, 'edge_length_total': 229783.70900000047, 'edge_length_avg': 134.84959448356835, 'street_length_total': 116768.43399999995, 'street_length_avg': 131.4959842342342, 'street_segments_count': 888, 'node_density_km': 38.081905041708765, 'intersection_density_km': 32.43142144973962, 'edge_density_km': 13524.88622298247, 'street_density_km': 6872.897087259715, 'circuity_avg': 1.0582659597851507, 'self_loop_proportion': 0.0011737089201877935, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582659597851507\n", - "2305\n", - "5994271.931134575\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 66, 'm': 196, 'k_avg': 5.9393939393939394, 'intersection_count': 59, 'streets_per_node_avg': 3.1818181818181817, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 33, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10606060606060606, 2: 0.0, 3: 0.5, 4: 0.3939393939393939}, 'edge_length_total': 44952.414, 'edge_length_avg': 229.34905102040815, 'street_length_total': 22476.206999999988, 'street_length_avg': 229.34905102040804, 'street_segments_count': 98, 'node_density_km': 11.010511494680847, 'intersection_density_km': 9.842729972517727, 'edge_density_km': 7499.228349403821, 'street_density_km': 3749.6141747019087, 'circuity_avg': 1.0111640812119422, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0111640812119422\n", - "2306\n", - "10989192.438629474\n", - "{'n': 209, 'm': 644, 'k_avg': 6.162679425837321, 'intersection_count': 193, 'streets_per_node_avg': 3.215311004784689, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 117, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07655502392344497, 2: 0.0, 3: 0.5598086124401914, 4: 0.3588516746411483, 5: 0.004784688995215311}, 'edge_length_total': 131161.84299999988, 'edge_length_avg': 203.66745807453398, 'street_length_total': 65832.688, 'street_length_avg': 201.32320489296634, 'street_segments_count': 327, 'node_density_km': 19.018685965068567, 'intersection_density_km': 17.562710006020254, 'edge_density_km': 11935.530634529303, 'street_density_km': 5990.675690470515, 'circuity_avg': 1.0490228596865876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490228596865876\n", - "2307\n", - "34973060.40263781\n", - "{'n': 2891, 'm': 7024, 'k_avg': 4.859218263576617, 'intersection_count': 2110, 'streets_per_node_avg': 2.560359737115185, 'streets_per_node_counts': {0: 0, 1: 781, 2: 3, 3: 1826, 4: 268, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27014873746108614, 2: 0.0010377032168799724, 3: 0.6316153580076098, 4: 0.09270148737461086, 5: 0.004496713939813214}, 'edge_length_total': 637987.2379999988, 'edge_length_avg': 90.82961816628685, 'street_length_total': 331230.33899999975, 'street_length_avg': 90.45066602949201, 'street_segments_count': 3662, 'node_density_km': 82.66362642320972, 'intersection_density_km': 60.33215211102473, 'edge_density_km': 18242.24790896136, 'street_density_km': 9471.013837125247, 'circuity_avg': 1.0756185457669858, 'self_loop_proportion': 0.003701594533029613, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756185457669858\n", - "2308\n", - "5999751.296350966\n", - "{'n': 291, 'm': 703, 'k_avg': 4.831615120274914, 'intersection_count': 214, 'streets_per_node_avg': 2.529209621993127, 'streets_per_node_counts': {0: 0, 1: 77, 2: 2, 3: 193, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2646048109965636, 2: 0.006872852233676976, 3: 0.6632302405498282, 4: 0.06529209621993128}, 'edge_length_total': 75743.70499999997, 'edge_length_avg': 107.74353485064007, 'street_length_total': 38228.35200000001, 'street_length_avg': 107.082218487395, 'street_segments_count': 357, 'node_density_km': 48.50201043783023, 'intersection_density_km': 35.66814513297481, 'edge_density_km': 12624.474125463685, 'street_density_km': 6371.656109020786, 'circuity_avg': 1.0789660138553103, 'self_loop_proportion': 0.004267425320056899, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789660138553103\n", - "2309\n", - "5994420.482016934\n", - "{'n': 98, 'm': 304, 'k_avg': 6.204081632653061, 'intersection_count': 90, 'streets_per_node_avg': 3.1530612244897958, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 59, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08163265306122448, 2: 0.0, 3: 0.6020408163265306, 4: 0.3163265306122449}, 'edge_length_total': 47037.30599999997, 'edge_length_avg': 154.72798026315778, 'street_length_total': 23518.65299999999, 'street_length_avg': 154.72798026315783, 'street_segments_count': 152, 'node_density_km': 16.34853615858227, 'intersection_density_km': 15.01396177828984, 'edge_density_km': 7846.847938196921, 'street_density_km': 3923.4239690984614, 'circuity_avg': 1.0290629290414504, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290629290414504\n", - "2310\n", - "6992429.339672148\n", - "{'n': 469, 'm': 1190, 'k_avg': 5.074626865671642, 'intersection_count': 388, 'streets_per_node_avg': 2.786780383795309, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 328, 4: 58, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17270788912579957, 2: 0.0, 3: 0.6993603411513859, 4: 0.12366737739872068, 5: 0.0042643923240938165}, 'edge_length_total': 107267.26999999997, 'edge_length_avg': 90.14056302521006, 'street_length_total': 55704.80400000003, 'street_length_avg': 87.5861698113208, 'street_segments_count': 636, 'node_density_km': 67.07254048876665, 'intersection_density_km': 55.48858360264703, 'edge_density_km': 15340.486802120387, 'street_density_km': 7966.445035626465, 'circuity_avg': 1.0648943405974818, 'self_loop_proportion': 0.0033613445378151263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648943405974818\n", - "2311\n", - "6993342.005020572\n", - "{'n': 160, 'm': 441, 'k_avg': 5.5125, 'intersection_count': 141, 'streets_per_node_avg': 2.8375, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 129, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11875, 2: 0.0, 3: 0.80625, 4: 0.075}, 'edge_length_total': 59497.69399999999, 'edge_length_avg': 134.91540589569158, 'street_length_total': 29785.991999999984, 'street_length_avg': 134.77824434389132, 'street_segments_count': 221, 'node_density_km': 22.878903946801803, 'intersection_density_km': 20.16203410311909, 'edge_density_km': 8507.762663013786, 'street_density_km': 4259.192812051291, 'circuity_avg': 1.0494103449279373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494103449279373\n", - "2312\n", - "18986582.228279732\n", - "{'n': 637, 'm': 1729, 'k_avg': 5.428571428571429, 'intersection_count': 532, 'streets_per_node_avg': 2.869701726844584, 'streets_per_node_counts': {0: 0, 1: 105, 2: 1, 3: 406, 4: 122, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16483516483516483, 2: 0.0015698587127158557, 3: 0.6373626373626373, 4: 0.19152276295133439, 5: 0.004709576138147566}, 'edge_length_total': 201649.30300000004, 'edge_length_avg': 116.62770561017932, 'street_length_total': 104428.68700000002, 'street_length_avg': 115.2634514348786, 'street_segments_count': 906, 'node_density_km': 33.5500087557209, 'intersection_density_km': 28.019787532250426, 'edge_density_km': 10620.621477605995, 'street_density_km': 5500.130868443389, 'circuity_avg': 1.0443758125869906, 'self_loop_proportion': 0.001156737998843262, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443758125869906\n", - "2313\n", - "9994033.702221842\n", - "{'n': 703, 'm': 1790, 'k_avg': 5.092460881934566, 'intersection_count': 546, 'streets_per_node_avg': 2.6728307254623043, 'streets_per_node_counts': {0: 0, 1: 157, 2: 1, 3: 461, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2233285917496444, 2: 0.001422475106685633, 3: 0.6557610241820768, 4: 0.11806543385490754, 5: 0.001422475106685633}, 'edge_length_total': 172073.094, 'edge_length_avg': 96.13022011173184, 'street_length_total': 87795.10599999999, 'street_length_avg': 95.01634848484846, 'street_segments_count': 924, 'node_density_km': 70.34196811280626, 'intersection_density_km': 54.63259543327485, 'edge_density_km': 17217.581922076693, 'street_density_km': 8784.751844541173, 'circuity_avg': 1.0667534182990122, 'self_loop_proportion': 0.0033519553072625698, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667534182990122\n", - "2314\n", - "2997108.2522429656\n", - "{'n': 46, 'm': 122, 'k_avg': 5.304347826086956, 'intersection_count': 42, 'streets_per_node_avg': 2.9130434782608696, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 38, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.8260869565217391, 4: 0.08695652173913043}, 'edge_length_total': 22797.935000000012, 'edge_length_avg': 186.86831967213124, 'street_length_total': 11426.919, 'street_length_avg': 184.3051451612903, 'street_segments_count': 62, 'node_density_km': 15.348127637890517, 'intersection_density_km': 14.013507843291341, 'edge_density_km': 7606.643831746342, 'street_density_km': 3812.6480721703533, 'circuity_avg': 1.056650296053037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056650296053037\n", - "2315\n", - "10989137.622631546\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 151, 'm': 392, 'k_avg': 5.19205298013245, 'intersection_count': 118, 'streets_per_node_avg': 2.7350993377483444, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 92, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2185430463576159, 2: 0.0, 3: 0.609271523178808, 4: 0.17218543046357615}, 'edge_length_total': 78526.44200000005, 'edge_length_avg': 200.32255612244913, 'street_length_total': 39263.221, 'street_length_avg': 200.32255612244896, 'street_segments_count': 196, 'node_density_km': 13.740841655219924, 'intersection_density_km': 10.737876260370538, 'edge_density_km': 7145.823875959021, 'street_density_km': 3572.911937979508, 'circuity_avg': 1.025262870074236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025262870074236\n", - "2316\n", - "11987803.439074405\n", - "{'n': 237, 'm': 768, 'k_avg': 6.481012658227848, 'intersection_count': 226, 'streets_per_node_avg': 3.320675105485232, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 128, 4: 98}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046413502109704644, 2: 0.0, 3: 0.540084388185654, 4: 0.41350210970464135}, 'edge_length_total': 121332.31199999996, 'edge_length_avg': 157.98478124999994, 'street_length_total': 60666.15600000003, 'street_length_avg': 157.98478125000008, 'street_segments_count': 384, 'node_density_km': 19.770093929593084, 'intersection_density_km': 18.85249463328286, 'edge_density_km': 10121.313100990268, 'street_density_km': 5060.656550495139, 'circuity_avg': 1.0157172656200706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0157172656200706\n", - "2317\n", - "5994267.956906465\n", - "{'n': 139, 'm': 376, 'k_avg': 5.410071942446043, 'intersection_count': 113, 'streets_per_node_avg': 2.827338129496403, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 85, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18705035971223022, 2: 0.0, 3: 0.6115107913669064, 4: 0.2014388489208633}, 'edge_length_total': 60818.76600000005, 'edge_length_avg': 161.7520372340427, 'street_length_total': 30409.382999999983, 'street_length_avg': 161.75203723404246, 'street_segments_count': 188, 'node_density_km': 23.188819885812283, 'intersection_density_km': 18.85134278486898, 'edge_density_km': 10146.15403202421, 'street_density_km': 5073.077016012097, 'circuity_avg': 1.0379351031588218, 'self_loop_proportion': 0.005319148936170213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379351031588218\n", - "2318\n", - "3996165.1108599063\n", - "{'n': 50, 'm': 138, 'k_avg': 5.52, 'intersection_count': 39, 'streets_per_node_avg': 2.9, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 22, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22, 2: 0.0, 3: 0.44, 4: 0.34}, 'edge_length_total': 21445.82600000001, 'edge_length_avg': 155.40453623188412, 'street_length_total': 10722.912999999999, 'street_length_avg': 155.40453623188404, 'street_segments_count': 69, 'node_density_km': 12.511995528943713, 'intersection_density_km': 9.759356512576096, 'edge_density_km': 5366.6015805300985, 'street_density_km': 2683.300790265048, 'circuity_avg': 1.0269751046385012, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0269751046385012\n", - "2319\n", - "3999370.6298977584\n", - "{'n': 174, 'm': 393, 'k_avg': 4.517241379310345, 'intersection_count': 116, 'streets_per_node_avg': 2.3620689655172415, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 111, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6379310344827587, 4: 0.028735632183908046}, 'edge_length_total': 36904.98999999999, 'edge_length_avg': 93.90582697201016, 'street_length_total': 18601.254999999994, 'street_length_avg': 93.94573232323229, 'street_segments_count': 198, 'node_density_km': 43.50684547694651, 'intersection_density_km': 29.004563651297673, 'edge_density_km': 9227.699409530205, 'street_density_km': 4651.045557254473, 'circuity_avg': 1.067820598971879, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067820598971879\n", - "2320\n", - "4995069.126349045\n", - "{'n': 125, 'm': 348, 'k_avg': 5.568, 'intersection_count': 111, 'streets_per_node_avg': 2.896, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 97, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.112, 2: 0.0, 3: 0.776, 4: 0.104, 5: 0.008}, 'edge_length_total': 49252.71199999997, 'edge_length_avg': 141.53078160919532, 'street_length_total': 24626.356000000014, 'street_length_avg': 141.5307816091955, 'street_segments_count': 174, 'node_density_km': 25.02467870577078, 'intersection_density_km': 22.221914690724454, 'edge_density_km': 9860.266345502881, 'street_density_km': 4930.133172751447, 'circuity_avg': 1.0155817456990135, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0155817456990135\n", - "2321\n", - "4995288.167731189\n", - "{'n': 100, 'm': 320, 'k_avg': 6.4, 'intersection_count': 97, 'streets_per_node_avg': 3.44, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 48, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03, 2: 0.0, 3: 0.48, 4: 0.48, 5: 0.01}, 'edge_length_total': 58336.61600000001, 'edge_length_avg': 182.30192500000004, 'street_length_total': 29168.308000000005, 'street_length_avg': 182.30192500000004, 'street_segments_count': 160, 'node_density_km': 20.01886510691915, 'intersection_density_km': 19.418299153711576, 'edge_density_km': 11678.328464981416, 'street_density_km': 5839.164232490708, 'circuity_avg': 1.0214924519537798, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214924519537798\n", - "2322\n", - "6995769.10179603\n", - "{'n': 140, 'm': 327, 'k_avg': 4.671428571428572, 'intersection_count': 100, 'streets_per_node_avg': 2.507142857142857, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 89, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6357142857142857, 4: 0.07857142857142857}, 'edge_length_total': 39725.849, 'edge_length_avg': 121.4857767584098, 'street_length_total': 20090.484000000004, 'street_length_avg': 118.87860355029588, 'street_segments_count': 169, 'node_density_km': 20.01209559132786, 'intersection_density_km': 14.294353993805615, 'edge_density_km': 5678.553483104688, 'street_density_km': 2871.8049020288786, 'circuity_avg': 1.091346895151497, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.091346895151497\n", - "2323\n", - "7991993.901044774\n", - "{'n': 255, 'm': 675, 'k_avg': 5.294117647058823, 'intersection_count': 220, 'streets_per_node_avg': 2.827450980392157, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 195, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13725490196078433, 2: 0.0, 3: 0.7647058823529411, 4: 0.09411764705882353, 5: 0.00392156862745098}, 'edge_length_total': 102344.59199999995, 'edge_length_avg': 151.6216177777777, 'street_length_total': 51371.23700000001, 'street_length_avg': 148.47178323699424, 'street_segments_count': 346, 'node_density_km': 31.906931256124267, 'intersection_density_km': 27.527548534695445, 'edge_density_km': 12805.889652470916, 'street_density_km': 6427.837362749285, 'circuity_avg': 1.0475234624113374, 'self_loop_proportion': 0.0044444444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475234624113374\n", - "2324\n", - "23976326.31565579\n", - "{'n': 478, 'm': 1358, 'k_avg': 5.682008368200837, 'intersection_count': 412, 'streets_per_node_avg': 2.907949790794979, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 324, 4: 88}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13807531380753138, 2: 0.0, 3: 0.6778242677824268, 4: 0.18410041841004185}, 'edge_length_total': 216189.3400000003, 'edge_length_avg': 159.19686303387354, 'street_length_total': 108094.67000000016, 'street_length_avg': 159.19686303387357, 'street_segments_count': 679, 'node_density_km': 19.936331934549997, 'intersection_density_km': 17.183616646515897, 'edge_density_km': 9016.783353454588, 'street_density_km': 4508.391676727294, 'circuity_avg': 1.029949317060834, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029949317060834\n", - "2325\n", - "6996005.255545376\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 284, 'm': 652, 'k_avg': 4.591549295774648, 'intersection_count': 186, 'streets_per_node_avg': 2.369718309859155, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 169, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34507042253521125, 2: 0.0, 3: 0.5950704225352113, 4: 0.05985915492957746}, 'edge_length_total': 88261.17799999999, 'edge_length_avg': 135.36990490797544, 'street_length_total': 44130.589000000014, 'street_length_avg': 135.3699049079755, 'street_segments_count': 326, 'node_density_km': 40.59459500475471, 'intersection_density_km': 26.586600953818223, 'edge_density_km': 12615.939350537203, 'street_density_km': 6307.969675268604, 'circuity_avg': 1.1387157066469025, 'self_loop_proportion': 0.006134969325153374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1387157066469025\n", - "2326\n", - "7992097.513217989\n", - "{'n': 95, 'm': 270, 'k_avg': 5.684210526315789, 'intersection_count': 87, 'streets_per_node_avg': 2.957894736842105, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 75, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08421052631578947, 2: 0.0, 3: 0.7894736842105263, 4: 0.12631578947368421}, 'edge_length_total': 60715.212000000014, 'edge_length_avg': 224.87115555555562, 'street_length_total': 30357.605999999996, 'street_length_avg': 224.87115555555553, 'street_segments_count': 135, 'node_density_km': 11.886741852546365, 'intersection_density_km': 10.885753064963513, 'edge_density_km': 7596.9058059644785, 'street_density_km': 3798.452902982238, 'circuity_avg': 1.0283916923397092, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0283916923397092\n", - "2327\n", - "3998939.047664356\n", - "{'n': 254, 'm': 647, 'k_avg': 5.094488188976378, 'intersection_count': 204, 'streets_per_node_avg': 2.688976377952756, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 183, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1968503937007874, 2: 0.0, 3: 0.7204724409448819, 4: 0.08267716535433071}, 'edge_length_total': 58485.88599999999, 'edge_length_avg': 90.39549613601235, 'street_length_total': 29597.203000000012, 'street_length_avg': 89.41753172205442, 'street_segments_count': 331, 'node_density_km': 63.51684708681737, 'intersection_density_km': 51.01353073114466, 'edge_density_km': 14625.350699996192, 'street_density_km': 7401.263847041312, 'circuity_avg': 1.0594453948026605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594453948026605\n", - "2328\n", - "3998199.63389814\n", - "{'n': 229, 'm': 502, 'k_avg': 4.384279475982533, 'intersection_count': 153, 'streets_per_node_avg': 2.3668122270742358, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 144, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3318777292576419, 2: 0.004366812227074236, 3: 0.62882096069869, 4: 0.034934497816593885}, 'edge_length_total': 48109.81199999998, 'edge_length_avg': 95.83627888446212, 'street_length_total': 24221.85399999998, 'street_length_avg': 93.52067181467174, 'street_segments_count': 259, 'node_density_km': 57.27577934289664, 'intersection_density_km': 38.26722375311435, 'edge_density_km': 12032.868892315459, 'street_density_km': 6058.190240086713, 'circuity_avg': 1.0952479172256433, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0952479172256433\n", - "2329\n", - "8991248.487773096\n", - "{'n': 126, 'm': 302, 'k_avg': 4.7936507936507935, 'intersection_count': 87, 'streets_per_node_avg': 2.515873015873016, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 70, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30952380952380953, 2: 0.0, 3: 0.5555555555555556, 4: 0.1349206349206349}, 'edge_length_total': 55303.10799999997, 'edge_length_avg': 183.12287417218533, 'street_length_total': 27651.553999999982, 'street_length_avg': 183.1228741721853, 'street_segments_count': 151, 'node_density_km': 14.013626713947822, 'intersection_density_km': 9.676075588202067, 'edge_density_km': 6150.770727247152, 'street_density_km': 3075.3853636235754, 'circuity_avg': 1.0741574652108452, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741574652108452\n", - "2330\n", - "5995800.7482102895\n", - "{'n': 277, 'm': 739, 'k_avg': 5.335740072202166, 'intersection_count': 231, 'streets_per_node_avg': 2.7870036101083033, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 198, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16606498194945848, 2: 0.0, 3: 0.7148014440433214, 4: 0.11913357400722022}, 'edge_length_total': 84221.25399999996, 'edge_length_avg': 113.96651420838965, 'street_length_total': 42251.790000000015, 'street_length_avg': 113.58008064516133, 'street_segments_count': 372, 'node_density_km': 46.19900020571612, 'intersection_density_km': 38.52696407047084, 'edge_density_km': 14046.706609645009, 'street_density_km': 7046.896949104242, 'circuity_avg': 1.0664055961184236, 'self_loop_proportion': 0.0027063599458728013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664055961184236\n", - "2331\n", - "7992621.684807436\n", - "{'n': 136, 'm': 388, 'k_avg': 5.705882352941177, 'intersection_count': 114, 'streets_per_node_avg': 2.948529411764706, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 77, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16176470588235295, 2: 0.0, 3: 0.5661764705882353, 4: 0.27205882352941174}, 'edge_length_total': 76118.67999999985, 'edge_length_avg': 196.18216494845322, 'street_length_total': 38059.33999999999, 'street_length_avg': 196.18216494845356, 'street_segments_count': 194, 'node_density_km': 17.015693393634784, 'intersection_density_km': 14.263154756429158, 'edge_density_km': 9523.618532413218, 'street_density_km': 4761.809266206617, 'circuity_avg': 1.0255480749499402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255480749499402\n", - "2332\n", - "71928910.16090019\n", - "{'n': 1948, 'm': 5363, 'k_avg': 5.506160164271047, 'intersection_count': 1653, 'streets_per_node_avg': 2.9060574948665296, 'streets_per_node_counts': {0: 0, 1: 295, 2: 0, 3: 1252, 4: 395, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15143737166324436, 2: 0.0, 3: 0.6427104722792608, 4: 0.20277207392197125, 5: 0.003080082135523614}, 'edge_length_total': 588031.5389999987, 'edge_length_avg': 109.64600764497459, 'street_length_total': 305447.2950000004, 'street_length_avg': 108.19953772582373, 'street_segments_count': 2823, 'node_density_km': 27.0822955004108, 'intersection_density_km': 22.98102385122128, 'edge_density_km': 8175.176541457548, 'street_density_km': 4246.516377305525, 'circuity_avg': 1.0577512292511602, 'self_loop_proportion': 0.002237553608055193, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577512292511602\n", - "2333\n", - "21981648.182711344\n", - "{'n': 699, 'm': 1978, 'k_avg': 5.659513590844063, 'intersection_count': 567, 'streets_per_node_avg': 2.971387696709585, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 326, 4: 238, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1888412017167382, 2: 0.0, 3: 0.4663805436337625, 4: 0.34048640915593703, 5: 0.004291845493562232}, 'edge_length_total': 339869.752, 'edge_length_avg': 171.82495045500505, 'street_length_total': 172706.91500000015, 'street_length_avg': 170.6590069169962, 'street_segments_count': 1012, 'node_density_km': 31.79925336762356, 'intersection_density_km': 25.794244147986493, 'edge_density_km': 15461.52268360427, 'street_density_km': 7856.86830962179, 'circuity_avg': 1.0304045734373237, 'self_loop_proportion': 0.0010111223458038423, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304045734373237\n", - "2334\n", - "57009942.09889303\n", - "{'n': 3518, 'm': 8359, 'k_avg': 4.752131893121091, 'intersection_count': 2515, 'streets_per_node_avg': 2.492609437180216, 'streets_per_node_counts': {0: 0, 1: 1003, 2: 5, 3: 2290, 4: 214, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28510517339397384, 2: 0.0014212620807276862, 3: 0.6509380329732802, 4: 0.06083001705514497, 5: 0.0017055144968732233}, 'edge_length_total': 826948.2559999991, 'edge_length_avg': 98.92908912549338, 'street_length_total': 419735.65999999986, 'street_length_avg': 97.74933861201673, 'street_segments_count': 4294, 'node_density_km': 61.70853487094331, 'intersection_density_km': 44.11511233667494, 'edge_density_km': 14505.33407954568, 'street_density_km': 7362.499321116657, 'circuity_avg': 1.0921101964380466, 'self_loop_proportion': 0.0038282091159229574, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0921101964380466\n", - "2335\n", - "6999611.772243733\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 355, 'm': 920, 'k_avg': 5.183098591549296, 'intersection_count': 290, 'streets_per_node_avg': 2.7098591549295774, 'streets_per_node_counts': {0: 0, 1: 65, 2: 2, 3: 259, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18309859154929578, 2: 0.005633802816901409, 3: 0.7295774647887324, 4: 0.08169014084507042}, 'edge_length_total': 93309.20899999987, 'edge_length_avg': 101.42305326086942, 'street_length_total': 47281.40899999995, 'street_length_avg': 101.0286517094016, 'street_segments_count': 468, 'node_density_km': 50.71709854076727, 'intersection_density_km': 41.43086923048594, 'edge_density_km': 13330.62633130716, 'street_density_km': 6754.861632110754, 'circuity_avg': 1.0388600856489296, 'self_loop_proportion': 0.002173913043478261, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388600856489296\n", - "2336\n", - "19995828.95713738\n", - "{'n': 642, 'm': 1715, 'k_avg': 5.342679127725857, 'intersection_count': 505, 'streets_per_node_avg': 2.7570093457943927, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 388, 4: 116, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21339563862928349, 2: 0.0, 3: 0.6043613707165109, 4: 0.1806853582554517, 5: 0.001557632398753894}, 'edge_length_total': 280880.6619999995, 'edge_length_avg': 163.77881166180728, 'street_length_total': 140491.72799999992, 'street_length_avg': 163.5526519208381, 'street_segments_count': 859, 'node_density_km': 32.10669592024302, 'intersection_density_km': 25.255267040066553, 'edge_density_km': 14046.962624159723, 'street_density_km': 7026.051698139392, 'circuity_avg': 1.0340960618868444, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340960618868444\n", - "2337\n", - "6000898.956831225\n", - "{'n': 129, 'm': 290, 'k_avg': 4.496124031007752, 'intersection_count': 90, 'streets_per_node_avg': 2.4108527131782944, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 88, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3023255813953488, 2: 0.0, 3: 0.6821705426356589, 4: 0.015503875968992248}, 'edge_length_total': 47601.98799999997, 'edge_length_avg': 164.14478620689644, 'street_length_total': 23800.993999999995, 'street_length_avg': 164.14478620689653, 'street_segments_count': 145, 'node_density_km': 21.496779220578386, 'intersection_density_km': 14.997752944589573, 'edge_density_km': 7932.476174392411, 'street_density_km': 3966.2380871962073, 'circuity_avg': 1.2035590892833243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2035590892833243\n", - "2338\n", - "9990180.6020311\n", - "{'n': 152, 'm': 440, 'k_avg': 5.7894736842105265, 'intersection_count': 136, 'streets_per_node_avg': 3.026315789473684, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 100, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10526315789473684, 2: 0.0, 3: 0.6578947368421053, 4: 0.23684210526315788}, 'edge_length_total': 84486.2120000001, 'edge_length_avg': 192.01411818181842, 'street_length_total': 42243.10599999997, 'street_length_avg': 192.01411818181805, 'street_segments_count': 220, 'node_density_km': 15.214940155245733, 'intersection_density_km': 13.61336750732513, 'edge_density_km': 8456.925391601351, 'street_density_km': 4228.462695800668, 'circuity_avg': 1.0261196570606816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0261196570606816\n", - "2339\n", - "7995987.7382296575\n", - "{'n': 425, 'm': 1204, 'k_avg': 5.665882352941177, 'intersection_count': 381, 'streets_per_node_avg': 2.9529411764705884, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 313, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10352941176470588, 2: 0.0, 3: 0.7364705882352941, 4: 0.16}, 'edge_length_total': 153220.20400000014, 'edge_length_avg': 127.25930564784065, 'street_length_total': 76668.57799999995, 'street_length_avg': 127.14523714759527, 'street_segments_count': 603, 'node_density_km': 53.15165729532455, 'intersection_density_km': 47.64889748122036, 'edge_density_km': 19162.135938182877, 'street_density_km': 9588.381136884369, 'circuity_avg': 1.0570732484914183, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570732484914183\n", - "2340\n", - "71957124.52353206\n", - "{'n': 8852, 'm': 22221, 'k_avg': 5.020560325350203, 'intersection_count': 7270, 'streets_per_node_avg': 2.793831902394939, 'streets_per_node_counts': {0: 0, 1: 1582, 2: 13, 3: 5954, 4: 1260, 5: 37, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17871667419792137, 2: 0.0014685946678716674, 3: 0.6726163578852237, 4: 0.14234071396294623, 5: 0.004179846362403977, 6: 0.0006778129236330773}, 'edge_length_total': 1623812.8089999913, 'edge_length_avg': 73.07559556275555, 'street_length_total': 889486.1569999981, 'street_length_avg': 72.21027415164784, 'street_segments_count': 12318, 'node_density_km': 123.01770059065021, 'intersection_density_km': 101.03238627361353, 'edge_density_km': 22566.39380397917, 'street_density_km': 12361.335488178249, 'circuity_avg': 1.0758675360356218, 'self_loop_proportion': 0.004545249988749381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758675360356218\n", - "2341\n", - "39012695.02461184\n", - "{'n': 2439, 'm': 5632, 'k_avg': 4.618286182861828, 'intersection_count': 1793, 'streets_per_node_avg': 2.5489954899548994, 'streets_per_node_counts': {0: 0, 1: 646, 2: 1, 3: 1608, 4: 176, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2648626486264863, 2: 0.0004100041000410004, 3: 0.6592865928659286, 4: 0.07216072160721607, 5: 0.002870028700287003, 6: 0.0004100041000410004}, 'edge_length_total': 644109.9489999986, 'edge_length_avg': 114.36611310369294, 'street_length_total': 345408.2680000005, 'street_length_avg': 112.87851895424853, 'street_segments_count': 3060, 'node_density_km': 62.51811105234628, 'intersection_density_km': 45.95939857189704, 'edge_density_km': 16510.26540447028, 'street_density_km': 8853.740244863722, 'circuity_avg': 1.0968195658851276, 'self_loop_proportion': 0.0026633522727272725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0968195658851276\n", - "2342\n", - "6993034.809835572\n", - "{'n': 90, 'm': 246, 'k_avg': 5.466666666666667, 'intersection_count': 72, 'streets_per_node_avg': 2.8444444444444446, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 50, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.5555555555555556, 4: 0.24444444444444444}, 'edge_length_total': 48102.01999999999, 'edge_length_avg': 195.53666666666663, 'street_length_total': 24051.010000000006, 'street_length_avg': 195.53666666666672, 'street_segments_count': 123, 'node_density_km': 12.869948805834156, 'intersection_density_km': 10.295959044667324, 'edge_density_km': 6878.561498413451, 'street_density_km': 3439.280749206727, 'circuity_avg': 1.0188798238638144, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188798238638144\n", - "2343\n", - "6999250.441913833\n", - "{'n': 244, 'm': 584, 'k_avg': 4.786885245901639, 'intersection_count': 183, 'streets_per_node_avg': 2.5327868852459017, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 175, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7172131147540983, 4: 0.03278688524590164}, 'edge_length_total': 78114.11699999998, 'edge_length_avg': 133.75704965753422, 'street_length_total': 39285.75900000004, 'street_length_avg': 132.72215878378393, 'street_segments_count': 296, 'node_density_km': 34.86087575018706, 'intersection_density_km': 26.145656812640297, 'edge_density_km': 11160.354619149895, 'street_density_km': 5612.852308404896, 'circuity_avg': 1.1306936466072086, 'self_loop_proportion': 0.003424657534246575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1306936466072086\n", - "2344\n", - "12990659.936247302\n", - "{'n': 108, 'm': 272, 'k_avg': 5.037037037037037, 'intersection_count': 79, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 69, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26851851851851855, 2: 0.0, 3: 0.6388888888888888, 4: 0.09259259259259259}, 'edge_length_total': 63099.413999999924, 'edge_length_avg': 231.98313970588208, 'street_length_total': 31549.70699999999, 'street_length_avg': 231.98313970588228, 'street_segments_count': 136, 'node_density_km': 8.313665397294564, 'intersection_density_km': 6.081292281354356, 'edge_density_km': 4857.290877420032, 'street_density_km': 2428.6454387100184, 'circuity_avg': 1.0428575748056008, 'self_loop_proportion': 0.007352941176470588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428575748056008\n", - "2345\n", - "6994469.577281224\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 78, 'm': 210, 'k_avg': 5.384615384615385, 'intersection_count': 60, 'streets_per_node_avg': 2.8076923076923075, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 39, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.5, 4: 0.2692307692307692}, 'edge_length_total': 65546.14, 'edge_length_avg': 312.1244761904762, 'street_length_total': 32773.07, 'street_length_avg': 312.1244761904762, 'street_segments_count': 105, 'node_density_km': 11.151667633719109, 'intersection_density_km': 8.578205872091623, 'edge_density_km': 9371.138050682326, 'street_density_km': 4685.569025341163, 'circuity_avg': 1.0278086869115326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278086869115326\n", - "2346\n", - "7000551.224558412\n", - "{'n': 286, 'm': 642, 'k_avg': 4.489510489510489, 'intersection_count': 186, 'streets_per_node_avg': 2.3496503496503496, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 173, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34965034965034963, 2: 0.0, 3: 0.6048951048951049, 4: 0.04195804195804196, 5: 0.0034965034965034965}, 'edge_length_total': 68086.81599999999, 'edge_length_avg': 106.054230529595, 'street_length_total': 34195.74400000002, 'street_length_avg': 105.21767384615391, 'street_segments_count': 325, 'node_density_km': 40.85392575897344, 'intersection_density_km': 26.56933633275895, 'edge_density_km': 9725.922118982115, 'street_density_km': 4884.721631639379, 'circuity_avg': 1.1289982717497524, 'self_loop_proportion': 0.006230529595015576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1289982717497524\n", - "2347\n", - "4995180.43931939\n", - "{'n': 88, 'm': 232, 'k_avg': 5.2727272727272725, 'intersection_count': 75, 'streets_per_node_avg': 2.7613636363636362, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 70, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14772727272727273, 2: 0.0, 3: 0.7954545454545454, 4: 0.056818181818181816}, 'edge_length_total': 36537.072, 'edge_length_avg': 157.48737931034483, 'street_length_total': 18268.53600000001, 'street_length_avg': 157.48737931034492, 'street_segments_count': 116, 'node_density_km': 17.61698122200172, 'intersection_density_km': 15.01447263238783, 'edge_density_km': 7314.464901487782, 'street_density_km': 3657.2324507438934, 'circuity_avg': 1.0411876155904372, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411876155904372\n", - "2348\n", - "10989568.534023141\n", - "{'n': 150, 'm': 392, 'k_avg': 5.226666666666667, 'intersection_count': 118, 'streets_per_node_avg': 2.68, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 102, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21333333333333335, 2: 0.0, 3: 0.68, 4: 0.10666666666666667}, 'edge_length_total': 73153.94399999999, 'edge_length_avg': 186.61720408163262, 'street_length_total': 36576.97199999999, 'street_length_avg': 186.6172040816326, 'street_segments_count': 196, 'node_density_km': 13.64930748059923, 'intersection_density_km': 10.737455218071394, 'edge_density_km': 6656.67116716358, 'street_density_km': 3328.3355835817897, 'circuity_avg': 1.038917140637274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038917140637274\n", - "2349\n", - "9990117.755852463\n", - "{'n': 147, 'm': 398, 'k_avg': 5.414965986394558, 'intersection_count': 109, 'streets_per_node_avg': 2.802721088435374, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 62, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2585034013605442, 2: 0.0, 3: 0.4217687074829932, 4: 0.3197278911564626}, 'edge_length_total': 64772.024, 'edge_length_avg': 162.74377889447234, 'street_length_total': 32386.012000000017, 'street_length_avg': 162.74377889447246, 'street_segments_count': 199, 'node_density_km': 14.71454126893386, 'intersection_density_km': 10.91078230145436, 'edge_density_km': 6483.609661363092, 'street_density_km': 3241.8048306815476, 'circuity_avg': 1.038694961814025, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038694961814025\n", - "2350\n", - "7001652.219202031\n", - "{'n': 254, 'm': 600, 'k_avg': 4.724409448818897, 'intersection_count': 179, 'streets_per_node_avg': 2.4763779527559056, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 163, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2952755905511811, 2: 0.0, 3: 0.6417322834645669, 4: 0.05905511811023622, 5: 0.003937007874015748}, 'edge_length_total': 82366.88599999995, 'edge_length_avg': 137.27814333333325, 'street_length_total': 41183.44300000003, 'street_length_avg': 137.27814333333342, 'street_segments_count': 300, 'node_density_km': 36.27715174189957, 'intersection_density_km': 25.565394337795368, 'edge_density_km': 11763.921346180086, 'street_density_km': 5881.9606730900505, 'circuity_avg': 1.0974592838283415, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0974592838283415\n", - "2351\n", - "7995140.424646329\n", - "{'n': 314, 'm': 894, 'k_avg': 5.694267515923567, 'intersection_count': 274, 'streets_per_node_avg': 2.917197452229299, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 220, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12738853503184713, 2: 0.0, 3: 0.7006369426751592, 4: 0.17197452229299362}, 'edge_length_total': 126167.7159999998, 'edge_length_avg': 141.1271991051452, 'street_length_total': 63172.27300000003, 'street_length_avg': 140.38282888888895, 'street_segments_count': 450, 'node_density_km': 39.273856783308474, 'intersection_density_km': 34.270817702632236, 'edge_density_km': 15780.550346691492, 'street_density_km': 7901.333765853713, 'circuity_avg': 1.0275551556332079, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275551556332079\n", - "2352\n", - "17000786.262996398\n", - "{'n': 945, 'm': 2529, 'k_avg': 5.352380952380952, 'intersection_count': 798, 'streets_per_node_avg': 2.797883597883598, 'streets_per_node_counts': {0: 0, 1: 147, 2: 1, 3: 698, 4: 94, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15555555555555556, 2: 0.0010582010582010583, 3: 0.7386243386243386, 4: 0.09947089947089947, 5: 0.005291005291005291}, 'edge_length_total': 230094.18800000034, 'edge_length_avg': 90.98228074337696, 'street_length_total': 116918.76900000013, 'street_length_avg': 89.3191512605043, 'street_segments_count': 1309, 'node_density_km': 55.58566441464356, 'intersection_density_km': 46.93900550569901, 'edge_density_km': 13534.326262357592, 'street_density_km': 6877.2565686849075, 'circuity_avg': 1.0702633685046847, 'self_loop_proportion': 0.0007908264136022143, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702633685046847\n", - "2353\n", - "8991091.869709188\n", - "{'n': 324, 'm': 880, 'k_avg': 5.432098765432099, 'intersection_count': 265, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 219, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18209876543209877, 2: 0.0, 3: 0.6759259259259259, 4: 0.1419753086419753}, 'edge_length_total': 127894.31899999993, 'edge_length_avg': 145.33445340909083, 'street_length_total': 64013.69600000001, 'street_length_avg': 145.1557732426304, 'street_segments_count': 441, 'node_density_km': 36.035667824900074, 'intersection_density_km': 29.473617202464567, 'edge_density_km': 14224.559247456184, 'street_density_km': 7119.679892901651, 'circuity_avg': 1.0420571130141456, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420571130141456\n", - "2354\n", - "25007930.001746595\n", - "{'n': 922, 'm': 2090, 'k_avg': 4.533622559652929, 'intersection_count': 635, 'streets_per_node_avg': 2.434924078091106, 'streets_per_node_counts': {0: 0, 1: 287, 2: 0, 3: 583, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31127982646420826, 2: 0.0, 3: 0.6323210412147505, 4: 0.055314533622559656, 5: 0.0010845986984815619}, 'edge_length_total': 278003.1249999995, 'edge_length_avg': 133.0158492822964, 'street_length_total': 145171.55100000006, 'street_length_avg': 133.92209501845025, 'street_segments_count': 1084, 'node_density_km': 36.86830537096057, 'intersection_density_km': 25.39194567305853, 'edge_density_km': 11116.598814079505, 'street_density_km': 5805.0206870325155, 'circuity_avg': 1.0916884888234375, 'self_loop_proportion': 0.0009569377990430622, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0916884888234375\n", - "2355\n", - "42956816.90163617\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5014, 'm': 12326, 'k_avg': 4.916633426406063, 'intersection_count': 3825, 'streets_per_node_avg': 2.6487834064619067, 'streets_per_node_counts': {0: 0, 1: 1189, 2: 8, 3: 3206, 4: 599, 5: 10, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2371360191463901, 2: 0.0015955325089748703, 3: 0.6394096529716793, 4: 0.11946549660949342, 5: 0.001994415636218588, 6: 0.00039888312724371757}, 'edge_length_total': 893543.8490000016, 'edge_length_avg': 72.49260498134038, 'street_length_total': 472674.34399999934, 'street_length_avg': 71.83500668692999, 'street_segments_count': 6580, 'node_density_km': 116.72187004640521, 'intersection_density_km': 89.04291043627842, 'edge_density_km': 20800.979063371142, 'street_density_km': 11003.47693550813, 'circuity_avg': 1.0730066070207849, 'self_loop_proportion': 0.0032451728054518902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730066070207849\n", - "2356\n", - "12995382.802425481\n", - "{'n': 643, 'm': 1693, 'k_avg': 5.265940902021773, 'intersection_count': 537, 'streets_per_node_avg': 2.7978227060653187, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 456, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16485225505443235, 2: 0.0, 3: 0.7091757387247278, 4: 0.12441679626749612, 5: 0.0015552099533437014}, 'edge_length_total': 193024.21900000013, 'edge_length_avg': 114.01312404016547, 'street_length_total': 97999.11099999996, 'street_length_avg': 110.60847742663653, 'street_segments_count': 886, 'node_density_km': 49.47911191042324, 'intersection_density_km': 41.322368733899346, 'edge_density_km': 14853.292275774573, 'street_density_km': 7541.071509006201, 'circuity_avg': 1.0529307226108688, 'self_loop_proportion': 0.004725339633786178, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529307226108688\n", - "2357\n", - "6000991.1663906835\n", - "{'n': 402, 'm': 1152, 'k_avg': 5.731343283582089, 'intersection_count': 355, 'streets_per_node_avg': 3.012437810945274, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 257, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11691542288557213, 2: 0.0, 3: 0.6393034825870647, 4: 0.24129353233830847, 5: 0.0024875621890547263}, 'edge_length_total': 102795.44400000005, 'edge_length_avg': 89.23215625000005, 'street_length_total': 51639.59699999997, 'street_length_avg': 88.27281538461534, 'street_segments_count': 585, 'node_density_km': 66.98893380337773, 'intersection_density_km': 59.156894279102225, 'edge_density_km': 17129.744262201057, 'street_density_km': 8605.177972801248, 'circuity_avg': 1.0212440463523769, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0212440463523769\n", - "2358\n", - "18980769.578122374\n", - "{'n': 525, 'm': 1412, 'k_avg': 5.379047619047619, 'intersection_count': 423, 'streets_per_node_avg': 2.836190476190476, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 305, 4: 118}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19428571428571428, 2: 0.0, 3: 0.580952380952381, 4: 0.22476190476190477}, 'edge_length_total': 169021.44900000017, 'edge_length_avg': 119.70357577903695, 'street_length_total': 86539.11800000009, 'street_length_avg': 116.94475405405417, 'street_segments_count': 740, 'node_density_km': 27.659573961907522, 'intersection_density_km': 22.285713877879775, 'edge_density_km': 8904.878609074827, 'street_density_km': 4559.3050188938, 'circuity_avg': 1.0534330897511373, 'self_loop_proportion': 0.000708215297450425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0534330897511373\n", - "2359\n", - "31968970.39602679\n", - "{'n': 2293, 'm': 6018, 'k_avg': 5.249018752725687, 'intersection_count': 1906, 'streets_per_node_avg': 2.8150894025294373, 'streets_per_node_counts': {0: 0, 1: 387, 2: 5, 3: 1563, 4: 322, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16877453118185784, 2: 0.002180549498473615, 3: 0.6816397732228522, 4: 0.14042738770170082, 5: 0.0065416484954208464, 6: 0.0004361098996947231}, 'edge_length_total': 530475.5099999972, 'edge_length_avg': 88.14814057826474, 'street_length_total': 281306.7860000006, 'street_length_avg': 88.65640907658387, 'street_segments_count': 3173, 'node_density_km': 71.72580072472343, 'intersection_density_km': 59.620312333764865, 'edge_density_km': 16593.44994313381, 'street_density_km': 8799.369592301988, 'circuity_avg': 1.060285112295944, 'self_loop_proportion': 0.003323363243602526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060285112295944\n", - "2360\n", - "2998533.518673136\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 5, 'streets_per_node_avg': 2.25, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375, 2: 0.0, 3: 0.625}, 'edge_length_total': 5343.780000000001, 'edge_length_avg': 381.6985714285715, 'street_length_total': 2671.8900000000003, 'street_length_avg': 381.6985714285715, 'street_segments_count': 7, 'node_density_km': 2.6679708431406945, 'intersection_density_km': 1.667481776962934, 'edge_density_km': 1782.1311540197978, 'street_density_km': 891.0655770098989, 'circuity_avg': 1.263964530701122, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.263964530701122\n", - "2361\n", - "6994404.08251865\n", - "{'n': 208, 'm': 631, 'k_avg': 6.0673076923076925, 'intersection_count': 186, 'streets_per_node_avg': 3.1634615384615383, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 110, 4: 74, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10576923076923077, 2: 0.0, 3: 0.5288461538461539, 4: 0.3557692307692308, 5: 0.009615384615384616}, 'edge_length_total': 94639.38199999998, 'edge_length_avg': 149.98317274167985, 'street_length_total': 47445.52900000002, 'street_length_avg': 149.67043848580448, 'street_segments_count': 317, 'node_density_km': 29.738058817599832, 'intersection_density_km': 26.59268721189216, 'edge_density_km': 13530.728405660087, 'street_density_km': 6783.355442471822, 'circuity_avg': 1.018929894328947, 'self_loop_proportion': 0.003169572107765452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.018929894328947\n", - "2362\n", - "3997273.0125145265\n", - "{'n': 51, 'm': 142, 'k_avg': 5.568627450980392, 'intersection_count': 47, 'streets_per_node_avg': 3.0392156862745097, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 37, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0784313725490196, 2: 0.0, 3: 0.7254901960784313, 4: 0.19607843137254902}, 'edge_length_total': 32903.482, 'edge_length_avg': 231.71466197183102, 'street_length_total': 16451.740999999998, 'street_length_avg': 231.71466197183096, 'street_segments_count': 71, 'node_density_km': 12.758698202582343, 'intersection_density_km': 11.758015990615101, 'edge_density_km': 8231.482287296089, 'street_density_km': 4115.741143648043, 'circuity_avg': 1.0641303923898506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641303923898506\n", - "2363\n", - "10991147.030335093\n", - "{'n': 1028, 'm': 2448, 'k_avg': 4.762645914396887, 'intersection_count': 700, 'streets_per_node_avg': 2.4396887159533076, 'streets_per_node_counts': {0: 0, 1: 328, 2: 0, 3: 622, 4: 76, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31906614785992216, 2: 0.0, 3: 0.6050583657587548, 4: 0.07392996108949416, 5: 0.0019455252918287938}, 'edge_length_total': 185212.94299999977, 'edge_length_avg': 75.65888194444435, 'street_length_total': 92920.44500000007, 'street_length_avg': 75.23922672064782, 'street_segments_count': 1235, 'node_density_km': 93.52981969604849, 'intersection_density_km': 63.68762041559722, 'edge_density_km': 16851.1022997709, 'street_density_km': 8454.117185726262, 'circuity_avg': 1.0948208077101798, 'self_loop_proportion': 0.0016339869281045752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948208077101798\n", - "2364\n", - "17998340.187086985\n", - "{'n': 1020, 'm': 2382, 'k_avg': 4.670588235294118, 'intersection_count': 735, 'streets_per_node_avg': 2.506862745098039, 'streets_per_node_counts': {0: 0, 1: 285, 2: 0, 3: 668, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27941176470588236, 2: 0.0, 3: 0.6549019607843137, 4: 0.06568627450980392}, 'edge_length_total': 248484.40000000037, 'edge_length_avg': 104.3175482787575, 'street_length_total': 126000.7590000001, 'street_length_avg': 100.96214663461546, 'street_segments_count': 1248, 'node_density_km': 56.67189248549736, 'intersection_density_km': 40.837098996902505, 'edge_density_km': 13805.961961885629, 'street_density_km': 7000.68771288144, 'circuity_avg': 1.0613256348841562, 'self_loop_proportion': 0.0033585222502099076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613256348841562\n", - "2365\n", - "21981447.63882778\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1283, 'm': 3303, 'k_avg': 5.148869836321122, 'intersection_count': 1024, 'streets_per_node_avg': 2.730319563522993, 'streets_per_node_counts': {0: 0, 1: 259, 2: 4, 3: 852, 4: 161, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20187061574434917, 2: 0.003117692907248636, 3: 0.6640685892439595, 4: 0.1254871395167576, 5: 0.004676539360872954, 6: 0.000779423226812159}, 'edge_length_total': 279548.1559999997, 'edge_length_avg': 84.63462185891605, 'street_length_total': 143998.99499999994, 'street_length_avg': 83.28455465587041, 'street_segments_count': 1729, 'node_density_km': 58.36740241501308, 'intersection_density_km': 46.584738950096174, 'edge_density_km': 12717.458858633545, 'street_density_km': 6550.933194483596, 'circuity_avg': 1.0944529722550818, 'self_loop_proportion': 0.0024220405691795337, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0944529722550818\n", - "2366\n", - "30006835.418658655\n", - "{'n': 1238, 'm': 2904, 'k_avg': 4.691437802907916, 'intersection_count': 924, 'streets_per_node_avg': 2.5565428109854604, 'streets_per_node_counts': {0: 0, 1: 314, 2: 2, 3: 841, 4: 81}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25363489499192243, 2: 0.0016155088852988692, 3: 0.6793214862681745, 4: 0.0654281098546042}, 'edge_length_total': 355493.7289999987, 'edge_length_avg': 122.41519593663867, 'street_length_total': 184736.8389999999, 'street_length_avg': 120.90107264397899, 'street_segments_count': 1528, 'node_density_km': 41.25726631040189, 'intersection_density_km': 30.792983902109327, 'edge_density_km': 11847.091638958633, 'street_density_km': 6156.491893348008, 'circuity_avg': 1.0851790743292427, 'self_loop_proportion': 0.002066115702479339, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0851790743292427\n", - "2367\n", - "10997802.43497854\n", - "{'n': 502, 'm': 1426, 'k_avg': 5.681274900398407, 'intersection_count': 451, 'streets_per_node_avg': 2.9840637450199203, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 359, 4: 90, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10159362549800798, 2: 0.0, 3: 0.7151394422310757, 4: 0.17928286852589642, 5: 0.00398406374501992}, 'edge_length_total': 150937.04500000042, 'edge_length_avg': 105.84645511921488, 'street_length_total': 76460.62299999999, 'street_length_avg': 104.16978610354222, 'street_segments_count': 734, 'node_density_km': 45.645482628728416, 'intersection_density_km': 41.00819256086956, 'edge_density_km': 13724.291365695457, 'street_density_km': 6952.354659219626, 'circuity_avg': 1.0290178349974477, 'self_loop_proportion': 0.001402524544179523, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290178349974477\n", - "2368\n", - "8994681.876535738\n", - "{'n': 591, 'm': 1682, 'k_avg': 5.692047377326565, 'intersection_count': 520, 'streets_per_node_avg': 3.0406091370558377, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 358, 4: 158, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12013536379018612, 2: 0.0, 3: 0.6057529610829103, 4: 0.2673434856175973, 5: 0.00676818950930626}, 'edge_length_total': 170266.25800000038, 'edge_length_avg': 101.22845303210487, 'street_length_total': 87101.21900000016, 'street_length_avg': 99.54425028571447, 'street_segments_count': 875, 'node_density_km': 65.70549221331895, 'intersection_density_km': 57.81193900325864, 'edge_density_km': 18929.65869578677, 'street_density_km': 9683.63530757208, 'circuity_avg': 1.0355334458810457, 'self_loop_proportion': 0.0011890606420927466, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0355334458810457\n", - "2369\n", - "16983080.516047847\n", - "{'n': 989, 'm': 2363, 'k_avg': 4.778564206268959, 'intersection_count': 698, 'streets_per_node_avg': 2.495449949443883, 'streets_per_node_counts': {0: 0, 1: 291, 2: 0, 3: 615, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2942366026289181, 2: 0.0, 3: 0.621840242669363, 4: 0.0839231547017189}, 'edge_length_total': 252721.26299999983, 'edge_length_avg': 106.94932839610658, 'street_length_total': 127259.7130000001, 'street_length_avg': 106.04976083333342, 'street_segments_count': 1200, 'node_density_km': 58.23442920531778, 'intersection_density_km': 41.099728599910826, 'edge_density_km': 14880.76693513851, 'street_density_km': 7493.323303728579, 'circuity_avg': 1.0761924600047579, 'self_loop_proportion': 0.0016927634363097758, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761924600047579\n", - "2370\n", - "63933544.36028185\n", - "{'n': 5510, 'm': 13587, 'k_avg': 4.931760435571688, 'intersection_count': 4182, 'streets_per_node_avg': 2.6268602540834847, 'streets_per_node_counts': {0: 0, 1: 1328, 2: 12, 3: 3578, 4: 575, 5: 14, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.241016333938294, 2: 0.002177858439201452, 3: 0.6493647912885663, 4: 0.10435571687840291, 5: 0.002540834845735027, 6: 0.000544464609800363}, 'edge_length_total': 1234496.728999993, 'edge_length_avg': 90.85866850666027, 'street_length_total': 643387.6759999981, 'street_length_avg': 89.68325564538586, 'street_segments_count': 7174, 'node_density_km': 86.18324003671286, 'intersection_density_km': 65.41167147614031, 'edge_density_km': 19309.06132848335, 'street_density_km': 10063.381945076348, 'circuity_avg': 1.0626652718494407, 'self_loop_proportion': 0.0025023919923456246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626652718494407\n", - "2371\n", - "33965013.027265795\n", - "{'n': 1570, 'm': 3927, 'k_avg': 5.002547770700637, 'intersection_count': 1212, 'streets_per_node_avg': 2.662420382165605, 'streets_per_node_counts': {0: 0, 1: 358, 2: 0, 3: 1028, 4: 182, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22802547770700637, 2: 0.0, 3: 0.6547770700636942, 4: 0.1159235668789809, 5: 0.0012738853503184713}, 'edge_length_total': 459633.62500000035, 'edge_length_avg': 117.04446778711494, 'street_length_total': 235962.3289999998, 'street_length_avg': 115.10357512195112, 'street_segments_count': 2050, 'node_density_km': 46.22403644419818, 'intersection_density_km': 35.68377845246381, 'edge_density_km': 13532.561422279576, 'street_density_km': 6947.217385448325, 'circuity_avg': 1.0574385205372419, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574385205372419\n", - "2372\n", - "8995234.71195289\n", - "{'n': 747, 'm': 2109, 'k_avg': 5.646586345381526, 'intersection_count': 661, 'streets_per_node_avg': 3.101740294511379, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 416, 4: 242, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11512717536813923, 2: 0.0, 3: 0.5568942436412316, 4: 0.32396251673360105, 5: 0.004016064257028112}, 'edge_length_total': 159892.63599999997, 'edge_length_avg': 75.81443148411569, 'street_length_total': 84793.55899999998, 'street_length_avg': 73.73352956521737, 'street_segments_count': 1150, 'node_density_km': 83.04396982631089, 'intersection_density_km': 73.48335214885073, 'edge_density_km': 17775.260026015134, 'street_density_km': 9426.497664071632, 'circuity_avg': 1.0510007833300936, 'self_loop_proportion': 0.001896633475580844, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510007833300936\n", - "2373\n", - "15991619.233331952\n", - "{'n': 644, 'm': 1694, 'k_avg': 5.260869565217392, 'intersection_count': 520, 'streets_per_node_avg': 2.8260869565217392, 'streets_per_node_counts': {0: 0, 1: 124, 2: 1, 3: 386, 4: 129, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19254658385093168, 2: 0.0015527950310559005, 3: 0.5993788819875776, 4: 0.20031055900621117, 5: 0.006211180124223602}, 'edge_length_total': 186888.56600000054, 'edge_length_avg': 110.3238288075564, 'street_length_total': 97444.39800000002, 'street_length_avg': 108.15138512763598, 'street_segments_count': 901, 'node_density_km': 40.27109391509809, 'intersection_density_km': 32.51703235380591, 'edge_density_km': 11686.656821496941, 'street_density_km': 6093.466620121424, 'circuity_avg': 1.0574142755215186, 'self_loop_proportion': 0.004722550177095631, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574142755215186\n", - "2374\n", - "6002371.608187294\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 232, 'm': 560, 'k_avg': 4.827586206896552, 'intersection_count': 164, 'streets_per_node_avg': 2.5129310344827585, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 142, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29310344827586204, 2: 0.0, 3: 0.6120689655172413, 4: 0.09051724137931035, 5: 0.004310344827586207}, 'edge_length_total': 72989.35399999996, 'edge_length_avg': 130.33813214285706, 'street_length_total': 36586.39300000001, 'street_length_avg': 130.20068683274025, 'street_segments_count': 281, 'node_density_km': 38.651389008229636, 'intersection_density_km': 27.322533609265776, 'edge_density_km': 12160.085840143882, 'street_density_km': 6095.322880392113, 'circuity_avg': 1.172895369079227, 'self_loop_proportion': 0.0035714285714285713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.172895369079227\n", - "2375\n", - "12989918.779624386\n", - "{'n': 814, 'm': 1837, 'k_avg': 4.513513513513513, 'intersection_count': 512, 'streets_per_node_avg': 2.3194103194103195, 'streets_per_node_counts': {0: 0, 1: 302, 2: 0, 3: 462, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.371007371007371, 2: 0.0, 3: 0.5675675675675675, 4: 0.06142506142506143}, 'edge_length_total': 184967.88799999998, 'edge_length_avg': 100.69019488296134, 'street_length_total': 93038.42000000013, 'street_length_avg': 100.69093073593088, 'street_segments_count': 924, 'node_density_km': 62.66397918336619, 'intersection_density_km': 39.41518100968487, 'edge_density_km': 14239.341379881089, 'street_density_km': 7162.355791318536, 'circuity_avg': 1.0964458031590087, 'self_loop_proportion': 0.0065323897659227, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0964458031590087\n", - "2376\n", - "20989374.4816253\n", - "{'n': 1339, 'm': 3629, 'k_avg': 5.420463032113518, 'intersection_count': 1147, 'streets_per_node_avg': 2.886482449589246, 'streets_per_node_counts': {0: 0, 1: 192, 2: 2, 3: 924, 4: 209, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14339058999253174, 2: 0.0014936519790888724, 3: 0.690067214339059, 4: 0.15608663181478716, 5: 0.008215085884988798, 6: 0.0007468259895444362}, 'edge_length_total': 347189.0660000005, 'edge_length_avg': 95.67072637090122, 'street_length_total': 184407.99099999986, 'street_length_avg': 96.4981637885923, 'street_segments_count': 1911, 'node_density_km': 63.79418315549131, 'intersection_density_km': 54.64669759473378, 'edge_density_km': 16541.1821254578, 'street_density_km': 8785.778307087518, 'circuity_avg': 1.0607067395674834, 'self_loop_proportion': 0.002204464039680353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607067395674834\n", - "2377\n", - "2997885.985909182\n", - "{'n': 25, 'm': 68, 'k_avg': 5.44, 'intersection_count': 23, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 19, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08, 2: 0.0, 3: 0.76, 4: 0.16}, 'edge_length_total': 20128.824000000004, 'edge_length_avg': 296.01211764705886, 'street_length_total': 10064.412000000002, 'street_length_avg': 296.01211764705886, 'street_segments_count': 34, 'node_density_km': 8.339209735629135, 'intersection_density_km': 7.672072956778805, 'edge_density_km': 6714.339402702617, 'street_density_km': 3357.1697013513085, 'circuity_avg': 1.029794849696038, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029794849696038\n", - "2378\n", - "6001775.862818444\n", - "{'n': 498, 'm': 1102, 'k_avg': 4.42570281124498, 'intersection_count': 323, 'streets_per_node_avg': 2.3313253012048194, 'streets_per_node_counts': {0: 0, 1: 175, 2: 0, 3: 306, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3514056224899598, 2: 0.0, 3: 0.6144578313253012, 4: 0.03413654618473896}, 'edge_length_total': 88178.022, 'edge_length_avg': 80.01635390199637, 'street_length_total': 44479.404999999955, 'street_length_avg': 77.89738178633968, 'street_segments_count': 571, 'node_density_km': 82.97544116653138, 'intersection_density_km': 53.81740461202739, 'edge_density_km': 14691.988507313474, 'street_density_km': 7411.040668071924, 'circuity_avg': 1.07895549500513, 'self_loop_proportion': 0.003629764065335753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07895549500513\n", - "2379\n", - "10999492.269227635\n", - "{'n': 353, 'm': 838, 'k_avg': 4.747875354107649, 'intersection_count': 252, 'streets_per_node_avg': 2.4759206798866855, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 236, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28611898016997167, 2: 0.0, 3: 0.6685552407932012, 4: 0.042492917847025496, 5: 0.0028328611898017}, 'edge_length_total': 96431.95000000003, 'edge_length_avg': 115.07392601431984, 'street_length_total': 48244.4, 'street_length_avg': 114.86761904761904, 'street_segments_count': 420, 'node_density_km': 32.09239039037818, 'intersection_density_km': 22.910148380666573, 'edge_density_km': 8766.94556800405, 'street_density_km': 4386.056994191391, 'circuity_avg': 1.0757534202458143, 'self_loop_proportion': 0.00477326968973747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0757534202458143\n", - "2380\n", - "13985596.283890909\n", - "{'n': 781, 'm': 1931, 'k_avg': 4.9449423815621, 'intersection_count': 588, 'streets_per_node_avg': 2.5941101152368757, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 521, 4: 65, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2471190781049936, 2: 0.0, 3: 0.6670934699103713, 4: 0.08322663252240717, 5: 0.002560819462227913}, 'edge_length_total': 210730.48000000019, 'edge_length_avg': 109.1302330398758, 'street_length_total': 108691.05400000005, 'street_length_avg': 108.7998538538539, 'street_segments_count': 999, 'node_density_km': 55.84316779539695, 'intersection_density_km': 42.04325565133599, 'edge_density_km': 15067.679326817606, 'street_density_km': 7771.642466556406, 'circuity_avg': 1.0678292440937296, 'self_loop_proportion': 0.0020714655618850335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678292440937296\n", - "2381\n", - "9996566.791781507\n", - "{'n': 281, 'm': 846, 'k_avg': 6.0213523131672595, 'intersection_count': 269, 'streets_per_node_avg': 3.1530249110320283, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 207, 4: 58, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.042704626334519574, 2: 0.0, 3: 0.7366548042704626, 4: 0.20640569395017794, 5: 0.010676156583629894, 6: 0.0035587188612099642}, 'edge_length_total': 123295.22199999972, 'edge_length_avg': 145.7390330969264, 'street_length_total': 61647.61099999998, 'street_length_avg': 145.73903309692668, 'street_segments_count': 423, 'node_density_km': 28.109650628355624, 'intersection_density_km': 26.9092385018778, 'edge_density_km': 12333.756635464548, 'street_density_km': 6166.878317732287, 'circuity_avg': 1.019841538865859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.019841538865859\n", - "2382\n", - "16990218.06052763\n", - "{'n': 494, 'm': 1355, 'k_avg': 5.48582995951417, 'intersection_count': 402, 'streets_per_node_avg': 2.840080971659919, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 297, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1862348178137652, 2: 0.0, 3: 0.6012145748987854, 4: 0.2125506072874494}, 'edge_length_total': 245623.54899999988, 'edge_length_avg': 181.27199188191872, 'street_length_total': 123014.73199999983, 'street_length_avg': 180.90401764705857, 'street_segments_count': 680, 'node_density_km': 29.075553841635557, 'intersection_density_km': 23.660673369104238, 'edge_density_km': 14456.76259862977, 'street_density_km': 7240.326849352962, 'circuity_avg': 1.02460639294838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02460639294838\n", - "2383\n", - "9997140.109907135\n", - "{'n': 384, 'm': 883, 'k_avg': 4.598958333333333, 'intersection_count': 270, 'streets_per_node_avg': 2.453125, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 252, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.296875, 2: 0.0, 3: 0.65625, 4: 0.046875}, 'edge_length_total': 97958.81299999982, 'edge_length_avg': 110.93863306908247, 'street_length_total': 49672.262999999984, 'street_length_avg': 110.13805543237247, 'street_segments_count': 451, 'node_density_km': 38.41098511958006, 'intersection_density_km': 27.00772391220473, 'edge_density_km': 9798.683615819582, 'street_density_km': 4968.647278512674, 'circuity_avg': 1.1130313938643104, 'self_loop_proportion': 0.006795016987542469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1130313938643104\n", - "2384\n", - "16986445.294164535\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1517, 'm': 3936, 'k_avg': 5.1891891891891895, 'intersection_count': 1220, 'streets_per_node_avg': 2.7277521423862887, 'streets_per_node_counts': {0: 0, 1: 297, 2: 1, 3: 1040, 4: 176, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19578114700065918, 2: 0.0006591957811470006, 3: 0.6855636123928807, 4: 0.11601845748187212, 5: 0.001977587343441002}, 'edge_length_total': 377914.97299999953, 'edge_length_avg': 96.01498297764216, 'street_length_total': 193054.7839999999, 'street_length_avg': 94.91385644051125, 'street_segments_count': 2034, 'node_density_km': 89.30650137384217, 'intersection_density_km': 71.82197210025541, 'edge_density_km': 22248.031677930114, 'street_density_km': 11365.225664154776, 'circuity_avg': 1.0558878170711508, 'self_loop_proportion': 0.001524390243902439, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558878170711508\n", - "2385\n", - "7994740.245122415\n", - "{'n': 199, 'm': 556, 'k_avg': 5.5879396984924625, 'intersection_count': 171, 'streets_per_node_avg': 2.9045226130653266, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 134, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1407035175879397, 2: 0.0, 3: 0.6733668341708543, 4: 0.18592964824120603}, 'edge_length_total': 92904.11200000001, 'edge_length_avg': 167.09372661870506, 'street_length_total': 46452.056000000004, 'street_length_avg': 167.09372661870506, 'street_segments_count': 278, 'node_density_km': 24.891365310012386, 'intersection_density_km': 21.389062653327226, 'edge_density_km': 11620.654224091988, 'street_density_km': 5810.327112045994, 'circuity_avg': 1.0256303649609244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0256303649609244\n", - "2386\n", - "6993687.546802111\n", - "{'n': 272, 'm': 760, 'k_avg': 5.588235294117647, 'intersection_count': 244, 'streets_per_node_avg': 3.0441176470588234, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 176, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10294117647058823, 2: 0.0, 3: 0.6470588235294118, 4: 0.25}, 'edge_length_total': 95722.43299999993, 'edge_length_avg': 125.95056973684201, 'street_length_total': 50585.33400000001, 'street_length_avg': 125.8341641791045, 'street_segments_count': 402, 'node_density_km': 38.89221504102982, 'intersection_density_km': 34.88860466915911, 'edge_density_km': 13686.975913553553, 'street_density_km': 7232.998852390873, 'circuity_avg': 1.0424699332551473, 'self_loop_proportion': 0.002631578947368421, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424699332551473\n", - "2387\n", - "45953486.71774838\n", - "{'n': 2985, 'm': 7036, 'k_avg': 4.714237855946399, 'intersection_count': 2123, 'streets_per_node_avg': 2.5182579564489114, 'streets_per_node_counts': {0: 0, 1: 862, 2: 0, 3: 1843, 4: 274, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2887772194304858, 2: 0.0, 3: 0.6174204355108878, 4: 0.09179229480737018, 5: 0.0020100502512562816}, 'edge_length_total': 738020.8379999978, 'edge_length_avg': 104.89210318362674, 'street_length_total': 378461.36499999976, 'street_length_avg': 102.36985799296721, 'street_segments_count': 3697, 'node_density_km': 64.95698614414646, 'intersection_density_km': 46.19888830285525, 'edge_density_km': 16060.170635865063, 'street_density_km': 8235.748623919511, 'circuity_avg': 1.0638039307341107, 'self_loop_proportion': 0.0017055144968732233, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638039307341107\n", - "2388\n", - "23990515.48682977\n", - "{'n': 1087, 'm': 2860, 'k_avg': 5.2621895124195035, 'intersection_count': 904, 'streets_per_node_avg': 2.849126034958602, 'streets_per_node_counts': {0: 0, 1: 183, 2: 1, 3: 705, 4: 193, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16835326586936522, 2: 0.0009199632014719411, 3: 0.6485740570377185, 4: 0.17755289788408463, 5: 0.004599816007359705}, 'edge_length_total': 358781.253, 'edge_length_avg': 125.44799055944057, 'street_length_total': 190210.89700000008, 'street_length_avg': 126.38597807308976, 'street_segments_count': 1505, 'node_density_km': 45.30957246820051, 'intersection_density_km': 37.68155796803428, 'edge_density_km': 14955.12896323393, 'street_density_km': 7928.587324620908, 'circuity_avg': 1.083608368712594, 'self_loop_proportion': 0.0034965034965034965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083608368712594\n", - "2389\n", - "23979021.700976923\n", - "{'n': 8562, 'm': 20939, 'k_avg': 4.8911469282877835, 'intersection_count': 5851, 'streets_per_node_avg': 2.4919411352487737, 'streets_per_node_counts': {0: 0, 1: 2711, 2: 0, 3: 4794, 4: 1043, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31663162812427004, 2: 0.0, 3: 0.559915907498248, 4: 0.1218173323989722, 5: 0.001518336837187573, 6: 0.000116795141322121}, 'edge_length_total': 653501.6210000037, 'edge_length_avg': 31.209781794737268, 'street_length_total': 332734.79599999904, 'street_length_avg': 31.31916378012039, 'street_segments_count': 10624, 'node_density_km': 357.0621064849855, 'intersection_density_km': 244.00495036716308, 'edge_density_km': 27253.05598991053, 'street_density_km': 13876.078855479045, 'circuity_avg': 1.0966075431846096, 'self_loop_proportion': 0.0016237642676345575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0966075431846096\n", - "2390\n", - "12988550.923478302\n", - "{'n': 469, 'm': 1146, 'k_avg': 4.886993603411514, 'intersection_count': 365, 'streets_per_node_avg': 2.633262260127932, 'streets_per_node_counts': {0: 0, 1: 104, 2: 2, 3: 325, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22174840085287847, 2: 0.0042643923240938165, 3: 0.6929637526652452, 4: 0.08102345415778252}, 'edge_length_total': 142973.87400000024, 'edge_length_avg': 124.75905235602116, 'street_length_total': 73563.64899999995, 'street_length_avg': 123.22219262981565, 'street_segments_count': 597, 'node_density_km': 36.10872396490578, 'intersection_density_km': 28.10167216884991, 'edge_density_km': 11007.684755776605, 'street_density_km': 5663.7302677872385, 'circuity_avg': 1.0791525213188498, 'self_loop_proportion': 0.002617801047120419, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0791525213188498\n", - "2391\n", - "7991275.861165464\n", - "{'n': 361, 'm': 957, 'k_avg': 5.301939058171745, 'intersection_count': 286, 'streets_per_node_avg': 2.7977839335180055, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 210, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2077562326869806, 2: 0.0, 3: 0.5817174515235457, 4: 0.2077562326869806, 5: 0.002770083102493075}, 'edge_length_total': 97540.85200000001, 'edge_length_avg': 101.92356530825498, 'street_length_total': 49612.322999999975, 'street_length_avg': 100.02484475806446, 'street_segments_count': 496, 'node_density_km': 45.17426331811689, 'intersection_density_km': 35.78902855673527, 'edge_density_km': 12205.917264602407, 'street_density_km': 6208.310645499905, 'circuity_avg': 1.0410999520466244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410999520466244\n", - "2392\n", - "5000215.248496134\n", - "{'n': 267, 'm': 602, 'k_avg': 4.50936329588015, 'intersection_count': 177, 'streets_per_node_avg': 2.359550561797753, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 168, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33707865168539325, 2: 0.0, 3: 0.6292134831460674, 4: 0.033707865168539325}, 'edge_length_total': 51743.98699999999, 'edge_length_avg': 85.95346677740862, 'street_length_total': 26008.364, 'street_length_avg': 84.16946278317153, 'street_segments_count': 309, 'node_density_km': 53.397701245022, 'intersection_density_km': 35.39847610625054, 'edge_density_km': 10348.351906562928, 'street_density_km': 5201.448879190208, 'circuity_avg': 1.1727520635457973, 'self_loop_proportion': 0.0033222591362126247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1727520635457973\n", - "2393\n", - "17981064.02575277\n", - "{'n': 1252, 'm': 3145, 'k_avg': 5.023961661341853, 'intersection_count': 1018, 'streets_per_node_avg': 2.765974440894569, 'streets_per_node_counts': {0: 0, 1: 234, 2: 1, 3: 844, 4: 170, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1869009584664537, 2: 0.0007987220447284345, 3: 0.6741214057507987, 4: 0.13578274760383385, 5: 0.0023961661341853034}, 'edge_length_total': 332150.6340000003, 'edge_length_avg': 105.61228426073141, 'street_length_total': 177516.17100000023, 'street_length_avg': 105.41340320665097, 'street_segments_count': 1684, 'node_density_km': 69.62880495875356, 'intersection_density_km': 56.61511457508876, 'edge_density_km': 18472.245776128086, 'street_density_km': 9872.395245673932, 'circuity_avg': 1.0494069616956128, 'self_loop_proportion': 0.0019077901430842607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494069616956128\n", - "2394\n", - "14993080.218136119\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1181, 'm': 2852, 'k_avg': 4.829805249788315, 'intersection_count': 879, 'streets_per_node_avg': 2.562235393734124, 'streets_per_node_counts': {0: 0, 1: 302, 2: 2, 3: 788, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2557154953429297, 2: 0.001693480101608806, 3: 0.6672311600338696, 4: 0.07535986452159187}, 'edge_length_total': 238541.08499999973, 'edge_length_avg': 83.63993162692837, 'street_length_total': 122680.35999999996, 'street_length_avg': 83.06050101557207, 'street_segments_count': 1477, 'node_density_km': 78.76967126284191, 'intersection_density_km': 58.62704575786455, 'edge_density_km': 15910.078618231673, 'street_density_km': 8182.465391707956, 'circuity_avg': 1.0669922872105442, 'self_loop_proportion': 0.0021037868162692847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0669922872105442\n", - "2395\n", - "11998188.928406244\n", - "{'n': 1016, 'm': 2311, 'k_avg': 4.549212598425197, 'intersection_count': 645, 'streets_per_node_avg': 2.3346456692913384, 'streets_per_node_counts': {0: 0, 1: 371, 2: 0, 3: 582, 4: 60, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36515748031496065, 2: 0.0, 3: 0.5728346456692913, 4: 0.05905511811023622, 5: 0.002952755905511811}, 'edge_length_total': 186827.34399999958, 'edge_length_avg': 80.84264128083062, 'street_length_total': 94375.13600000006, 'street_length_avg': 80.59362596071739, 'street_segments_count': 1171, 'node_density_km': 84.67944671170955, 'intersection_density_km': 53.75811331599671, 'edge_density_km': 15571.295394230505, 'street_density_km': 7865.781791163727, 'circuity_avg': 1.0729032987150398, 'self_loop_proportion': 0.0017308524448290783, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729032987150398\n", - "2396\n", - "193011108.75564322\n", - "{'n': 18429, 'm': 43715, 'k_avg': 4.744153236746432, 'intersection_count': 13187, 'streets_per_node_avg': 2.53247598893049, 'streets_per_node_counts': {0: 0, 1: 5242, 2: 22, 3: 11327, 4: 1790, 5: 44, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2844429974496717, 2: 0.0011937706875033915, 3: 0.6146291171523143, 4: 0.09712952411959412, 5: 0.002387541375006783, 6: 0.0002170492159097075}, 'edge_length_total': 3908075.573000017, 'edge_length_avg': 89.39896083724162, 'street_length_total': 2048346.2929999928, 'street_length_avg': 88.38984607750034, 'street_segments_count': 23174, 'node_density_km': 95.4815508745228, 'intersection_density_km': 68.32249234263021, 'edge_density_km': 20247.93079629285, 'street_density_km': 10612.582385572683, 'circuity_avg': 1.0952143697821852, 'self_loop_proportion': 0.002013039002630676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0952143697821852\n", - "2397\n", - "5997344.329678686\n", - "{'n': 326, 'm': 770, 'k_avg': 4.723926380368098, 'intersection_count': 240, 'streets_per_node_avg': 2.539877300613497, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 218, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26380368098159507, 2: 0.0, 3: 0.6687116564417178, 4: 0.06748466257668712}, 'edge_length_total': 81481.15, 'edge_length_avg': 105.81967532467532, 'street_length_total': 41636.46000000001, 'street_length_avg': 105.14257575757577, 'street_segments_count': 396, 'node_density_km': 54.35739255235755, 'intersection_density_km': 40.017712308484086, 'edge_density_km': 13586.205080268492, 'street_density_km': 6942.48282426544, 'circuity_avg': 1.0617048876213258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0617048876213258\n", - "2398\n", - "5996112.822612738\n", - "{'n': 377, 'm': 895, 'k_avg': 4.748010610079576, 'intersection_count': 271, 'streets_per_node_avg': 2.480106100795756, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 255, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28116710875331563, 2: 0.0, 3: 0.6763925729442971, 4: 0.042440318302387266}, 'edge_length_total': 92988.682, 'edge_length_avg': 103.8979687150838, 'street_length_total': 46793.190999999955, 'street_length_avg': 103.52475884955743, 'street_segments_count': 452, 'node_density_km': 62.87406710865166, 'intersection_density_km': 45.19594744415013, 'edge_density_km': 15508.16082868188, 'street_density_km': 7803.921037564859, 'circuity_avg': 1.0965495967339096, 'self_loop_proportion': 0.0022346368715083797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0965495967339096\n", - "2399\n", - "86920612.88816078\n", - "error with entry 2399\n", - "2400\n", - "24981929.396394204\n", - "{'n': 911, 'm': 2419, 'k_avg': 5.310647639956092, 'intersection_count': 784, 'streets_per_node_avg': 2.828759604829857, 'streets_per_node_counts': {0: 0, 1: 127, 2: 5, 3: 680, 4: 96, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1394072447859495, 2: 0.005488474204171241, 3: 0.7464324917672887, 4: 0.10537870472008781, 5: 0.0021953896816684962, 6: 0.0010976948408342481}, 'edge_length_total': 212267.97700000025, 'edge_length_avg': 87.75030053741226, 'street_length_total': 110204.73000000001, 'street_length_avg': 85.76243579766538, 'street_segments_count': 1285, 'node_density_km': 36.46635876456725, 'intersection_density_km': 31.38268416182297, 'edge_density_km': 8496.860816148099, 'street_density_km': 4411.377850419613, 'circuity_avg': 1.072060781234954, 'self_loop_proportion': 0.0024803637866887144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072060781234954\n", - "2401\n", - "11000944.872203937\n", - "{'n': 466, 'm': 1286, 'k_avg': 5.51931330472103, 'intersection_count': 389, 'streets_per_node_avg': 2.8261802575107295, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 319, 4: 67, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16523605150214593, 2: 0.0, 3: 0.6845493562231759, 4: 0.14377682403433475, 5: 0.006437768240343348}, 'edge_length_total': 152696.45500000005, 'edge_length_avg': 118.73752332814934, 'street_length_total': 76438.58100000003, 'street_length_avg': 118.1430927357033, 'street_segments_count': 647, 'node_density_km': 42.359997746870015, 'intersection_density_km': 35.360598977537414, 'edge_density_km': 13880.303626083778, 'street_density_km': 6948.365062090006, 'circuity_avg': 1.023704423541388, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023704423541388\n", - "2402\n", - "16004603.153681315\n", - "{'n': 467, 'm': 1394, 'k_avg': 5.970021413276231, 'intersection_count': 430, 'streets_per_node_avg': 3.1177730192719486, 'streets_per_node_counts': {0: 0, 1: 37, 2: 1, 3: 300, 4: 128, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07922912205567452, 2: 0.0021413276231263384, 3: 0.6423982869379015, 4: 0.2740899357601713, 5: 0.0021413276231263384}, 'edge_length_total': 242481.87600000022, 'edge_length_avg': 173.94682639885238, 'street_length_total': 121282.93800000002, 'street_length_avg': 173.7577908309456, 'street_segments_count': 698, 'node_density_km': 29.17910525588899, 'intersection_density_km': 26.86727036409479, 'edge_density_km': 15150.758420662589, 'street_density_km': 7578.003455343596, 'circuity_avg': 1.0235819318073318, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235819318073318\n", - "2403\n", - "14994667.552016495\n", - "{'n': 545, 'm': 1527, 'k_avg': 5.603669724770643, 'intersection_count': 477, 'streets_per_node_avg': 2.9669724770642203, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 360, 4: 116, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12477064220183487, 2: 0.0, 3: 0.6605504587155964, 4: 0.21284403669724772, 5: 0.001834862385321101}, 'edge_length_total': 192753.41799999966, 'edge_length_avg': 126.23013621480004, 'street_length_total': 98466.28499999996, 'street_length_avg': 124.1693379571248, 'street_segments_count': 793, 'node_density_km': 36.34625430069691, 'intersection_density_km': 31.81130880996776, 'edge_density_km': 12854.79770267251, 'street_density_km': 6566.753458082379, 'circuity_avg': 1.032379469023614, 'self_loop_proportion': 0.0013097576948264572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032379469023614\n", - "2404\n", - "18994414.469753295\n", - "{'n': 1228, 'm': 3373, 'k_avg': 5.493485342019544, 'intersection_count': 1050, 'streets_per_node_avg': 2.8713355048859937, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 859, 4: 185, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1449511400651466, 2: 0.0, 3: 0.6995114006514658, 4: 0.15065146579804561, 5: 0.004071661237785016, 6: 0.0008143322475570033}, 'edge_length_total': 340581.57000000007, 'edge_length_avg': 100.97289356655799, 'street_length_total': 174143.39600000007, 'street_length_avg': 100.77742824074078, 'street_segments_count': 1728, 'node_density_km': 64.65058462083509, 'intersection_density_km': 55.27940867416682, 'edge_density_km': 17930.616947542243, 'street_density_km': 9168.137100372638, 'circuity_avg': 1.0661781548008982, 'self_loop_proportion': 0.0035576638007708272, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661781548008982\n", - "2405\n", - "5995934.4776210105\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 65, 'm': 190, 'k_avg': 5.846153846153846, 'intersection_count': 50, 'streets_per_node_avg': 3.076923076923077, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 15, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.23076923076923078, 4: 0.5384615384615384}, 'edge_length_total': 40065.84600000001, 'edge_length_avg': 210.8728736842106, 'street_length_total': 20032.922999999995, 'street_length_avg': 210.87287368421048, 'street_segments_count': 95, 'node_density_km': 10.840678837069257, 'intersection_density_km': 8.338983720822506, 'edge_density_km': 6682.168751099633, 'street_density_km': 3341.0843755498145, 'circuity_avg': 1.0085081409030243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0085081409030243\n", - "2406\n", - "9989041.907360936\n", - "{'n': 199, 'm': 564, 'k_avg': 5.668341708542713, 'intersection_count': 178, 'streets_per_node_avg': 3.030150753768844, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 130, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10552763819095477, 2: 0.0, 3: 0.6532663316582915, 4: 0.24120603015075376}, 'edge_length_total': 121870.52600000007, 'edge_length_avg': 216.08249290780154, 'street_length_total': 60935.26299999997, 'street_length_avg': 216.0824929078013, 'street_segments_count': 282, 'node_density_km': 19.921830526444854, 'intersection_density_km': 17.819526802548662, 'edge_density_km': 12200.421935380366, 'street_density_km': 6100.2109676901755, 'circuity_avg': 1.0270080355826663, 'self_loop_proportion': 0.0035460992907801418, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270080355826663\n", - "2407\n", - "9989212.07502179\n", - "{'n': 1070, 'm': 2564, 'k_avg': 4.792523364485981, 'intersection_count': 778, 'streets_per_node_avg': 2.5448598130841122, 'streets_per_node_counts': {0: 0, 1: 292, 2: 1, 3: 682, 4: 92, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27289719626168224, 2: 0.0009345794392523365, 3: 0.6373831775700934, 4: 0.08598130841121496, 5: 0.002803738317757009}, 'edge_length_total': 193018.5419999997, 'edge_length_avg': 75.28024258970346, 'street_length_total': 99449.43899999994, 'street_length_avg': 74.1053941877794, 'street_segments_count': 1342, 'node_density_km': 107.11555545762762, 'intersection_density_km': 77.88402069722831, 'edge_density_km': 19322.69938313214, 'street_density_km': 9955.684017228457, 'circuity_avg': 1.0700966584239742, 'self_loop_proportion': 0.0015600624024961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700966584239742\n", - "2408\n", - "14998143.68449353\n", - "{'n': 449, 'm': 1282, 'k_avg': 5.710467706013363, 'intersection_count': 378, 'streets_per_node_avg': 2.9465478841870825, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 262, 4: 114, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15812917594654788, 2: 0.0, 3: 0.5835189309576837, 4: 0.25389755011135856, 5: 0.004454342984409799}, 'edge_length_total': 182565.81400000007, 'edge_length_avg': 142.40703120124812, 'street_length_total': 91481.02399999999, 'street_length_avg': 141.3926182380216, 'street_segments_count': 647, 'node_density_km': 29.937038172545165, 'intersection_density_km': 25.20311899604025, 'edge_density_km': 12172.56067420887, 'street_density_km': 6099.489771829666, 'circuity_avg': 1.0496633691259567, 'self_loop_proportion': 0.0046801872074883, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0496633691259567\n", - "2409\n", - "9990297.18537424\n", - "{'n': 415, 'm': 997, 'k_avg': 4.804819277108434, 'intersection_count': 293, 'streets_per_node_avg': 2.508433734939759, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 256, 4: 35, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29397590361445786, 2: 0.0, 3: 0.6168674698795181, 4: 0.08433734939759036, 5: 0.0024096385542168677, 6: 0.0024096385542168677}, 'edge_length_total': 117979.61099999984, 'edge_length_avg': 118.33461484453345, 'street_length_total': 59519.104999999996, 'street_length_avg': 117.16359251968503, 'street_segments_count': 508, 'node_density_km': 41.540305788656475, 'intersection_density_km': 29.328456858015297, 'edge_density_km': 11809.419560883694, 'street_density_km': 5957.691137270247, 'circuity_avg': 1.0872192676302526, 'self_loop_proportion': 0.004012036108324975, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872192676302526\n", - "2410\n", - "10989529.673540799\n", - "{'n': 94, 'm': 246, 'k_avg': 5.23404255319149, 'intersection_count': 80, 'streets_per_node_avg': 2.8404255319148937, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 67, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14893617021276595, 2: 0.0, 3: 0.7127659574468085, 4: 0.13829787234042554}, 'edge_length_total': 76947.99299999994, 'edge_length_avg': 312.7967195121949, 'street_length_total': 38712.729000000014, 'street_length_avg': 300.0986744186048, 'street_segments_count': 129, 'node_density_km': 8.553596267756692, 'intersection_density_km': 7.279656398090802, 'edge_density_km': 7001.936869533698, 'street_density_km': 3522.692066905068, 'circuity_avg': 1.0246360591659054, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0246360591659054\n", - "2411\n", - "13990418.559755526\n", - "{'n': 1800, 'm': 4382, 'k_avg': 4.868888888888889, 'intersection_count': 1225, 'streets_per_node_avg': 2.5016666666666665, 'streets_per_node_counts': {0: 0, 1: 575, 2: 1, 3: 975, 4: 245, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3194444444444444, 2: 0.0005555555555555556, 3: 0.5416666666666666, 4: 0.1361111111111111, 5: 0.0016666666666666668, 6: 0.0005555555555555556}, 'edge_length_total': 300881.26299999957, 'edge_length_avg': 68.662999315381, 'street_length_total': 151720.92299999984, 'street_length_avg': 68.34275810810803, 'street_segments_count': 2220, 'node_density_km': 128.65948165252416, 'intersection_density_km': 87.5599250135234, 'edge_density_km': 21506.23740918708, 'street_density_km': 10844.63072723473, 'circuity_avg': 1.0809819382683221, 'self_loop_proportion': 0.003194888178913738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0809819382683221\n", - "2412\n", - "7991074.820535215\n", - "{'n': 340, 'm': 1023, 'k_avg': 6.017647058823529, 'intersection_count': 304, 'streets_per_node_avg': 3.0617647058823527, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 217, 4: 82, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10588235294117647, 2: 0.0, 3: 0.638235294117647, 4: 0.2411764705882353, 5: 0.011764705882352941, 6: 0.0029411764705882353}, 'edge_length_total': 126465.4950000001, 'edge_length_avg': 123.62218475073324, 'street_length_total': 63398.76499999999, 'street_length_avg': 123.58433723196879, 'street_segments_count': 513, 'node_density_km': 42.547467973429384, 'intersection_density_km': 38.04244195271333, 'edge_density_km': 15825.84293604823, 'street_density_km': 7933.696833507281, 'circuity_avg': 1.038726321387362, 'self_loop_proportion': 0.005865102639296188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038726321387362\n", - "2413\n", - "6997729.836995441\n", - "{'n': 747, 'm': 1837, 'k_avg': 4.918340026773762, 'intersection_count': 559, 'streets_per_node_avg': 2.572958500669344, 'streets_per_node_counts': {0: 0, 1: 188, 2: 2, 3: 499, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25167336010709507, 2: 0.002677376171352075, 3: 0.6680053547523427, 4: 0.07630522088353414, 5: 0.0013386880856760374}, 'edge_length_total': 126799.96200000022, 'edge_length_avg': 69.02556450734906, 'street_length_total': 64566.52600000001, 'street_length_avg': 68.0363814541623, 'street_segments_count': 949, 'node_density_km': 106.7489053450988, 'intersection_density_km': 79.88304964914356, 'edge_density_km': 18120.15681566285, 'street_density_km': 9226.781756942253, 'circuity_avg': 1.0649635853761317, 'self_loop_proportion': 0.00326619488296135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649635853761317\n", - "2414\n", - "6993343.876705381\n", - "{'n': 389, 'm': 1066, 'k_avg': 5.480719794344473, 'intersection_count': 328, 'streets_per_node_avg': 2.930591259640103, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 235, 4: 91, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15681233933161953, 2: 0.0, 3: 0.6041131105398457, 4: 0.23393316195372751, 5: 0.005141388174807198}, 'edge_length_total': 115467.48500000013, 'edge_length_avg': 108.31846622889319, 'street_length_total': 60920.85599999995, 'street_length_avg': 108.59332620320846, 'street_segments_count': 561, 'node_density_km': 55.62432033347414, 'intersection_density_km': 46.901740538250685, 'edge_density_km': 16511.054945348656, 'street_density_km': 8711.26274841503, 'circuity_avg': 1.0600496548344647, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600496548344647\n", - "2415\n", - "27972479.917545848\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1959, 'm': 4757, 'k_avg': 4.856559469116896, 'intersection_count': 1523, 'streets_per_node_avg': 2.6426748340990303, 'streets_per_node_counts': {0: 0, 1: 436, 2: 8, 3: 1342, 4: 166, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22256253190403266, 2: 0.00408371618172537, 3: 0.6850433894844309, 4: 0.08473711077080143, 5: 0.0035732516590096988}, 'edge_length_total': 404995.43599999923, 'edge_length_avg': 85.13673239436604, 'street_length_total': 211269.36000000034, 'street_length_avg': 82.3020490845346, 'street_segments_count': 2567, 'node_density_km': 70.03311847124465, 'intersection_density_km': 54.44637030714936, 'edge_density_km': 14478.352909495317, 'street_density_km': 7552.757589700897, 'circuity_avg': 1.1119490700748607, 'self_loop_proportion': 0.006306495690561278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1119490700748607\n", - "2416\n", - "5993489.4382966105\n", - "{'n': 259, 'm': 576, 'k_avg': 4.447876447876448, 'intersection_count': 168, 'streets_per_node_avg': 2.328185328185328, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 160, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35135135135135137, 2: 0.0, 3: 0.6177606177606177, 4: 0.03088803088803089}, 'edge_length_total': 71041.63399999996, 'edge_length_avg': 123.33617013888882, 'street_length_total': 35520.817, 'street_length_avg': 123.3361701388889, 'street_segments_count': 288, 'node_density_km': 43.21355742200315, 'intersection_density_km': 28.030415625083126, 'edge_density_km': 11853.134093482355, 'street_density_km': 5926.567046741181, 'circuity_avg': 1.0791131350631677, 'self_loop_proportion': 0.003472222222222222, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0791131350631677\n", - "2417\n", - "45949443.14659558\n", - "error with entry 2417\n", - "2418\n", - "13987749.228261579\n", - "{'n': 241, 'm': 632, 'k_avg': 5.244813278008299, 'intersection_count': 190, 'streets_per_node_avg': 2.79253112033195, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 139, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21161825726141079, 2: 0.0, 3: 0.5767634854771784, 4: 0.2074688796680498, 5: 0.004149377593360996}, 'edge_length_total': 136663.997, 'edge_length_avg': 216.24050158227848, 'street_length_total': 69718.29500000004, 'street_length_avg': 211.90971124620074, 'street_segments_count': 329, 'node_density_km': 17.229362356101653, 'intersection_density_km': 13.583314720578066, 'edge_density_km': 9770.263590648088, 'street_density_km': 4984.239698774236, 'circuity_avg': 1.0473797776524407, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473797776524407\n", - "2419\n", - "9995205.587458894\n", - "{'n': 904, 'm': 2198, 'k_avg': 4.8628318584070795, 'intersection_count': 662, 'streets_per_node_avg': 2.5320796460176993, 'streets_per_node_counts': {0: 0, 1: 242, 2: 0, 3: 604, 4: 57, 5: 0, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2676991150442478, 2: 0.0, 3: 0.668141592920354, 4: 0.06305309734513274, 5: 0.0, 6: 0.0, 7: 0.0011061946902654867}, 'edge_length_total': 179949.37200000003, 'edge_length_avg': 81.86959599636035, 'street_length_total': 91022.81599999995, 'street_length_avg': 80.90916977777773, 'street_segments_count': 1125, 'node_density_km': 90.44336227903703, 'intersection_density_km': 66.23175423531252, 'edge_density_km': 18003.568853629655, 'street_density_km': 9106.64770259527, 'circuity_avg': 1.10510346027647, 'self_loop_proportion': 0.00272975432211101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.10510346027647\n", - "2420\n", - "11995053.09429385\n", - "{'n': 538, 'm': 1454, 'k_avg': 5.405204460966543, 'intersection_count': 440, 'streets_per_node_avg': 2.775092936802974, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 365, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1821561338289963, 2: 0.0, 3: 0.6784386617100372, 4: 0.13940520446096655}, 'edge_length_total': 191918.44199999978, 'edge_length_avg': 131.99342640990355, 'street_length_total': 95959.22099999999, 'street_length_avg': 131.9934264099037, 'street_segments_count': 727, 'node_density_km': 44.851823144987264, 'intersection_density_km': 36.681788445714496, 'edge_density_km': 15999.79929153436, 'street_density_km': 7999.899645767189, 'circuity_avg': 1.0341620953465118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341620953465118\n", - "2421\n", - "3000353.6142362454\n", - "{'n': 199, 'm': 481, 'k_avg': 4.834170854271357, 'intersection_count': 149, 'streets_per_node_avg': 2.5527638190954773, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 139, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25125628140703515, 2: 0.0, 3: 0.6984924623115578, 4: 0.04522613065326633, 5: 0.005025125628140704}, 'edge_length_total': 42096.43699999997, 'edge_length_avg': 87.51858004157998, 'street_length_total': 21310.826000000005, 'street_length_avg': 86.98296326530614, 'street_segments_count': 245, 'node_density_km': 66.32551545117005, 'intersection_density_km': 49.660813076504205, 'edge_density_km': 14030.49187277741, 'street_density_km': 7102.771452965812, 'circuity_avg': 1.1427750589776366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1427750589776366\n", - "2422\n", - "8992998.57387445\n", - "{'n': 426, 'm': 1381, 'k_avg': 6.483568075117371, 'intersection_count': 385, 'streets_per_node_avg': 3.300469483568075, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 178, 4: 204, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09624413145539906, 2: 0.0, 3: 0.41784037558685444, 4: 0.4788732394366197, 5: 0.007042253521126761}, 'edge_length_total': 154595.7099999996, 'edge_length_avg': 111.94475742215758, 'street_length_total': 77458.77499999997, 'street_length_avg': 111.45147482014383, 'street_segments_count': 695, 'node_density_km': 47.37018431622708, 'intersection_density_km': 42.81108206982964, 'edge_density_km': 17190.674359619654, 'street_density_km': 8613.231100138875, 'circuity_avg': 1.0136516729939709, 'self_loop_proportion': 0.001448225923244026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0136516729939709\n", - "2423\n", - "134849946.18189234\n", - "error with entry 2423\n", - "2424\n", - "7001862.51510961\n", - "{'n': 390, 'm': 919, 'k_avg': 4.712820512820513, 'intersection_count': 282, 'streets_per_node_avg': 2.5025641025641026, 'streets_per_node_counts': {0: 0, 1: 108, 2: 1, 3: 259, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27692307692307694, 2: 0.002564102564102564, 3: 0.6641025641025641, 4: 0.05384615384615385, 5: 0.002564102564102564}, 'edge_length_total': 92230.49999999993, 'edge_length_avg': 100.3596300326441, 'street_length_total': 46645.343999999975, 'street_length_avg': 98.40789873417717, 'street_segments_count': 474, 'node_density_km': 55.69946555768594, 'intersection_density_km': 40.27499817248061, 'edge_density_km': 13172.280918251665, 'street_density_km': 6661.848029626695, 'circuity_avg': 1.1543506017538625, 'self_loop_proportion': 0.006528835690968444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1543506017538625\n", - "2425\n", - "3995904.5144140655\n", - "{'n': 422, 'm': 1021, 'k_avg': 4.838862559241706, 'intersection_count': 322, 'streets_per_node_avg': 2.6137440758293837, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 286, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23696682464454977, 2: 0.0, 3: 0.6777251184834123, 4: 0.08293838862559241, 5: 0.002369668246445498}, 'edge_length_total': 87239.37600000012, 'edge_length_avg': 85.44503036238993, 'street_length_total': 44730.09300000004, 'street_length_avg': 85.20017714285721, 'street_segments_count': 525, 'node_density_km': 105.60812914266532, 'intersection_density_km': 80.58250612307639, 'edge_density_km': 21832.197362401777, 'street_density_km': 11193.98445049155, 'circuity_avg': 1.09058244645449, 'self_loop_proportion': 0.005876591576885406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.09058244645449\n", - "2426\n", - "6996170.893172171\n", - "{'n': 276, 'm': 808, 'k_avg': 5.855072463768116, 'intersection_count': 239, 'streets_per_node_avg': 3.0144927536231885, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 162, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13405797101449277, 2: 0.0, 3: 0.5869565217391305, 4: 0.2753623188405797, 5: 0.0036231884057971015}, 'edge_length_total': 98609.6390000001, 'edge_length_avg': 122.04163242574269, 'street_length_total': 49473.25299999996, 'street_length_avg': 121.55590417690408, 'street_segments_count': 407, 'node_density_km': 39.45015126336592, 'intersection_density_km': 34.161544028784256, 'edge_density_km': 14094.801357159098, 'street_density_km': 7071.4757765969935, 'circuity_avg': 1.0403838170069954, 'self_loop_proportion': 0.0049504950495049506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403838170069954\n", - "2427\n", - "7992601.85258002\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.090909090909091, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.45454545454545453, 2: 0.0, 3: 0.5454545454545454}, 'edge_length_total': 2321.378, 'edge_length_avg': 105.51718181818183, 'street_length_total': 1160.689, 'street_length_avg': 105.51718181818183, 'street_segments_count': 11, 'node_density_km': 1.3762727335716327, 'intersection_density_km': 0.7506942183117996, 'edge_density_km': 290.4408405193682, 'street_density_km': 145.2204202596841, 'circuity_avg': 1.1416776353217797, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1416776353217797\n", - "2428\n", - "26975660.69660096\n", - "{'n': 374, 'm': 1008, 'k_avg': 5.390374331550802, 'intersection_count': 300, 'streets_per_node_avg': 2.7807486631016043, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 234, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19786096256684493, 2: 0.0, 3: 0.6256684491978609, 4: 0.17647058823529413}, 'edge_length_total': 171262.85200000007, 'edge_length_avg': 169.90362301587308, 'street_length_total': 86378.98000000001, 'street_length_avg': 169.37054901960786, 'street_segments_count': 510, 'node_density_km': 13.864349948882827, 'intersection_density_km': 11.121136322633285, 'edge_density_km': 6348.791746983231, 'street_density_km': 3202.108039966714, 'circuity_avg': 1.0466755556036922, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466755556036922\n", - "2429\n", - "22974508.182002272\n", - "{'n': 1494, 'm': 3454, 'k_avg': 4.623828647925033, 'intersection_count': 1016, 'streets_per_node_avg': 2.4357429718875503, 'streets_per_node_counts': {0: 0, 1: 478, 2: 0, 3: 909, 4: 101, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31994645247657294, 2: 0.0, 3: 0.608433734939759, 4: 0.06760374832663989, 5: 0.004016064257028112}, 'edge_length_total': 339315.51199999946, 'edge_length_avg': 98.23842269832063, 'street_length_total': 172293.43799999997, 'street_length_avg': 96.41490654728594, 'street_segments_count': 1787, 'node_density_km': 65.02859552703579, 'intersection_density_km': 44.222927078626746, 'edge_density_km': 14769.217661242987, 'street_density_km': 7499.330851181001, 'circuity_avg': 1.0760753217377168, 'self_loop_proportion': 0.0023161551823972205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760753217377168\n", - "2430\n", - "10992350.920533238\n", - "{'n': 627, 'm': 1624, 'k_avg': 5.180223285486443, 'intersection_count': 503, 'streets_per_node_avg': 2.696969696969697, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 448, 4: 52, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19776714513556617, 2: 0.0, 3: 0.7145135566188198, 4: 0.08293460925039872, 5: 0.004784688995215311}, 'edge_length_total': 134220.48200000002, 'edge_length_avg': 82.6480800492611, 'street_length_total': 68704.89399999999, 'street_length_avg': 81.88902741358758, 'street_segments_count': 839, 'node_density_km': 57.03966372005019, 'intersection_density_km': 45.75909226664314, 'edge_density_km': 12210.35272348174, 'street_density_km': 6250.245693272238, 'circuity_avg': 1.0763007342787356, 'self_loop_proportion': 0.003694581280788177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763007342787356\n", - "2431\n", - "8989570.809634786\n", - "{'n': 447, 'm': 1180, 'k_avg': 5.279642058165548, 'intersection_count': 378, 'streets_per_node_avg': 2.8568232662192394, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 305, 4: 72, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15436241610738255, 2: 0.0, 3: 0.6823266219239373, 4: 0.1610738255033557, 5: 0.0022371364653243847}, 'edge_length_total': 132800.0169999997, 'edge_length_avg': 112.54238728813534, 'street_length_total': 67471.01799999998, 'street_length_avg': 109.1764045307443, 'street_segments_count': 618, 'node_density_km': 49.72428711734682, 'intersection_density_km': 42.048726018695966, 'edge_density_km': 14772.676005585063, 'street_density_km': 7505.47711662567, 'circuity_avg': 1.0660947321777774, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660947321777774\n", - "2432\n", - "17001225.505974222\n", - "{'n': 441, 'm': 1238, 'k_avg': 5.6145124716553285, 'intersection_count': 368, 'streets_per_node_avg': 2.9365079365079363, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 252, 4: 114, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1655328798185941, 2: 0.0, 3: 0.5714285714285714, 4: 0.2585034013605442, 5: 0.0045351473922902496}, 'edge_length_total': 224322.98200000002, 'edge_length_avg': 181.19788529886915, 'street_length_total': 114448.90999999993, 'street_length_avg': 183.1182559999999, 'street_segments_count': 625, 'node_density_km': 25.939306542639105, 'intersection_density_km': 21.645498430138755, 'edge_density_km': 13194.5183552311, 'street_density_km': 6731.803537326332, 'circuity_avg': 1.0312451964828182, 'self_loop_proportion': 0.0016155088852988692, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0312451964828182\n", - "2433\n", - "6993100.741731396\n", - "{'n': 201, 'm': 598, 'k_avg': 5.9502487562189055, 'intersection_count': 176, 'streets_per_node_avg': 3.0398009950248754, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 118, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12437810945273632, 2: 0.0, 3: 0.5870646766169154, 4: 0.2885572139303483}, 'edge_length_total': 94665.07399999992, 'edge_length_avg': 158.30279933110356, 'street_length_total': 47332.537000000004, 'street_length_avg': 158.3027993311037, 'street_segments_count': 299, 'node_density_km': 28.742614674564972, 'intersection_density_km': 25.167662600614104, 'edge_density_km': 13536.924105080481, 'street_density_km': 6768.462052540247, 'circuity_avg': 1.0447824556948373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447824556948373\n", - "2434\n", - "14984360.8688933\n", - "{'n': 537, 'm': 1166, 'k_avg': 4.342644320297952, 'intersection_count': 349, 'streets_per_node_avg': 2.35195530726257, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 321, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3500931098696462, 2: 0.0, 3: 0.5977653631284916, 4: 0.0521415270018622}, 'edge_length_total': 142034.986, 'edge_length_avg': 121.81388164665523, 'street_length_total': 72694.46600000004, 'street_length_avg': 119.171255737705, 'street_segments_count': 610, 'node_density_km': 35.83736434930516, 'intersection_density_km': 23.290950014725325, 'edge_density_km': 9478.881831714074, 'street_density_km': 4851.355799292695, 'circuity_avg': 1.1429653247107614, 'self_loop_proportion': 0.003430531732418525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1429653247107614\n", - "2435\n", - "13988755.020948347\n", - "{'n': 589, 'm': 1494, 'k_avg': 5.073005093378608, 'intersection_count': 460, 'streets_per_node_avg': 2.6893039049235994, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 388, 4: 69, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21901528013582344, 2: 0.0, 3: 0.6587436332767402, 4: 0.11714770797962648, 5: 0.0050933786078098476}, 'edge_length_total': 155566.926, 'edge_length_avg': 104.1277951807229, 'street_length_total': 79067.87599999984, 'street_length_avg': 101.62966066838027, 'street_segments_count': 778, 'node_density_km': 42.10524804515946, 'intersection_density_km': 32.883555349360535, 'edge_density_km': 11120.85569924103, 'street_density_km': 5652.245384352978, 'circuity_avg': 1.1510193215378504, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1510193215378504\n", - "2436\n", - "38955981.11440748\n", - "{'n': 2578, 'm': 6688, 'k_avg': 5.188518231186967, 'intersection_count': 2122, 'streets_per_node_avg': 2.8421256788207914, 'streets_per_node_counts': {0: 0, 1: 456, 2: 0, 3: 1628, 4: 484, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1768813033359193, 2: 0.0, 3: 0.6314972847168348, 4: 0.18774243599689683, 5: 0.0034910783553141972, 6: 0.0003878975950349108}, 'edge_length_total': 612393.1579999988, 'edge_length_avg': 91.56596261961704, 'street_length_total': 321504.51800000016, 'street_length_avg': 88.4225847084709, 'street_segments_count': 3636, 'node_density_km': 66.17725767010788, 'intersection_density_km': 54.47173808222223, 'edge_density_km': 15720.131812403803, 'street_density_km': 8253.020686497226, 'circuity_avg': 1.0578478146811083, 'self_loop_proportion': 0.0011961722488038277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578478146811083\n", - "2437\n", - "5999893.430976666\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 84, 'm': 228, 'k_avg': 5.428571428571429, 'intersection_count': 64, 'streets_per_node_avg': 2.761904761904762, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 44, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.5238095238095238, 4: 0.23809523809523808}, 'edge_length_total': 47256.81800000001, 'edge_length_avg': 207.26674561403513, 'street_length_total': 23628.408999999996, 'street_length_avg': 207.26674561403505, 'street_segments_count': 114, 'node_density_km': 14.000248665471121, 'intersection_density_km': 10.666856126073235, 'edge_density_km': 7876.276227844187, 'street_density_km': 3938.1381139220925, 'circuity_avg': 1.0327445495083365, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327445495083365\n", - "2438\n", - "12988144.213217728\n", - "{'n': 809, 'm': 2032, 'k_avg': 5.023485784919654, 'intersection_count': 604, 'streets_per_node_avg': 2.594561186650185, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 524, 4: 78, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25339925834363414, 2: 0.0, 3: 0.6477132262051916, 4: 0.09641532756489493, 5: 0.002472187886279357}, 'edge_length_total': 197923.14599999998, 'edge_length_avg': 97.40312303149605, 'street_length_total': 99769.78499999989, 'street_length_avg': 96.86386893203873, 'street_segments_count': 1030, 'node_density_km': 62.28757447709118, 'intersection_density_km': 46.5039493005724, 'edge_density_km': 15238.754879128788, 'street_density_km': 7681.604343326164, 'circuity_avg': 1.0595006856841451, 'self_loop_proportion': 0.000984251968503937, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0595006856841451\n", - "2439\n", - "16980589.147273947\n", - "{'n': 1894, 'm': 5001, 'k_avg': 5.280887011615628, 'intersection_count': 1614, 'streets_per_node_avg': 2.8986272439281944, 'streets_per_node_counts': {0: 0, 1: 280, 2: 6, 3: 1247, 4: 349, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14783526927138332, 2: 0.0031678986272439284, 3: 0.6583949313621964, 4: 0.1842661034846885, 5: 0.005807814149947202, 6: 0.0005279831045406547}, 'edge_length_total': 354455.25499999925, 'edge_length_avg': 70.87687562487487, 'street_length_total': 192011.36999999988, 'street_length_avg': 70.8006526548672, 'street_segments_count': 2712, 'node_density_km': 111.53912173324456, 'intersection_density_km': 95.04970563751674, 'edge_density_km': 20874.143525043906, 'street_density_km': 11307.697768002665, 'circuity_avg': 1.0625892643100885, 'self_loop_proportion': 0.0033993201359728054, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625892643100885\n", - "2440\n", - "26972349.3147945\n", - "{'n': 4703, 'm': 11869, 'k_avg': 5.047416542632362, 'intersection_count': 3709, 'streets_per_node_avg': 2.6993408462683393, 'streets_per_node_counts': {0: 0, 1: 994, 2: 4, 3: 3160, 4: 520, 5: 17, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2113544546034446, 2: 0.0008505209440782479, 3: 0.6719115458218159, 4: 0.11056772273017224, 5: 0.0036147140123325536, 6: 0.0017010418881564958}, 'edge_length_total': 757975.6769999987, 'edge_length_avg': 63.86179770831568, 'street_length_total': 407590.4559999999, 'street_length_avg': 64.58413183330691, 'street_segments_count': 6311, 'node_density_km': 174.36375100704987, 'intersection_density_km': 137.511195510344, 'edge_density_km': 28101.952416293392, 'street_density_km': 15111.418410128406, 'circuity_avg': 1.1298474633119928, 'self_loop_proportion': 0.01701912545286039, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1298474633119928\n", - "2441\n", - "21004139.116662256\n", - "error with entry 2441\n", - "2442\n", - "12985940.295400968\n", - "{'n': 243, 'm': 624, 'k_avg': 5.135802469135802, 'intersection_count': 199, 'streets_per_node_avg': 2.7901234567901234, 'streets_per_node_counts': {0: 0, 1: 44, 2: 2, 3: 158, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18106995884773663, 2: 0.00823045267489712, 3: 0.6502057613168725, 4: 0.16049382716049382}, 'edge_length_total': 122793.94999999982, 'edge_length_avg': 196.785176282051, 'street_length_total': 63611.634, 'street_length_avg': 195.7281046153846, 'street_segments_count': 325, 'node_density_km': 18.712545604884664, 'intersection_density_km': 15.324265742271802, 'edge_density_km': 9455.915182629315, 'street_density_km': 4898.500420684081, 'circuity_avg': 1.095371891593587, 'self_loop_proportion': 0.003205128205128205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.095371891593587\n", - "2443\n", - "14004044.819861947\n", - "{'n': 143, 'm': 406, 'k_avg': 5.678321678321678, 'intersection_count': 120, 'streets_per_node_avg': 2.895104895104895, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 89, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16083916083916083, 2: 0.0, 3: 0.6223776223776224, 4: 0.21678321678321677}, 'edge_length_total': 104949.43800000011, 'edge_length_avg': 258.4961527093599, 'street_length_total': 52474.71899999995, 'street_length_avg': 258.49615270935936, 'street_segments_count': 203, 'node_density_km': 10.211335499096876, 'intersection_density_km': 8.568952866375001, 'edge_density_km': 7494.223229787886, 'street_density_km': 3747.1116148939354, 'circuity_avg': 1.0455891292629547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455891292629547\n", - "2444\n", - "8992286.345976742\n", - "{'n': 251, 'm': 536, 'k_avg': 4.270916334661354, 'intersection_count': 171, 'streets_per_node_avg': 2.402390438247012, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 161, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3187250996015936, 2: 0.0, 3: 0.6414342629482072, 4: 0.0398406374501992}, 'edge_length_total': 70820.64500000012, 'edge_length_avg': 132.12806902985096, 'street_length_total': 37073.441999999995, 'street_length_avg': 129.62741958041957, 'street_segments_count': 286, 'node_density_km': 27.912812197345165, 'intersection_density_km': 19.01629834958575, 'edge_density_km': 7875.710611871933, 'street_density_km': 4122.804876713818, 'circuity_avg': 1.1241617860442443, 'self_loop_proportion': 0.011194029850746268, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1241617860442443\n", - "2445\n", - "4994128.8928434625\n", - "{'n': 63, 'm': 172, 'k_avg': 5.4603174603174605, 'intersection_count': 54, 'streets_per_node_avg': 2.873015873015873, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 44, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6984126984126984, 4: 0.15873015873015872}, 'edge_length_total': 29111.392000000007, 'edge_length_avg': 169.2522790697675, 'street_length_total': 14555.695999999996, 'street_length_avg': 169.2522790697674, 'street_segments_count': 86, 'node_density_km': 12.614812583287224, 'intersection_density_km': 10.812696499960477, 'edge_density_km': 5829.123081247732, 'street_density_km': 2914.5615406238644, 'circuity_avg': 1.0491144098787815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491144098787815\n", - "2446\n", - "6001176.914852388\n", - "{'n': 58, 'm': 160, 'k_avg': 5.517241379310345, 'intersection_count': 48, 'streets_per_node_avg': 2.9827586206896552, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 29, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.5, 4: 0.3275862068965517}, 'edge_length_total': 46530.06599999999, 'edge_length_avg': 290.8129124999999, 'street_length_total': 23265.033000000003, 'street_length_avg': 290.81291250000004, 'street_segments_count': 80, 'node_density_km': 9.664770897930882, 'intersection_density_km': 7.998431087942799, 'edge_density_km': 7753.490133717295, 'street_density_km': 3876.745066858649, 'circuity_avg': 1.0418529628679116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418529628679116\n", - "2447\n", - "6999627.003890174\n", - "{'n': 52, 'm': 152, 'k_avg': 5.846153846153846, 'intersection_count': 46, 'streets_per_node_avg': 3.1153846153846154, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 28, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11538461538461539, 2: 0.0, 3: 0.5384615384615384, 4: 0.34615384615384615}, 'edge_length_total': 31789.656999999992, 'edge_length_avg': 209.14248026315784, 'street_length_total': 16152.3, 'street_length_avg': 209.77012987012986, 'street_segments_count': 77, 'node_density_km': 7.428967282270901, 'intersection_density_km': 6.571778749701181, 'edge_density_km': 4541.621572454116, 'street_density_km': 2307.594389104313, 'circuity_avg': 1.0430614825316487, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430614825316487\n", - "2448\n", - "11990636.182154179\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 412, 'm': 1230, 'k_avg': 5.970873786407767, 'intersection_count': 366, 'streets_per_node_avg': 3.1674757281553396, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 208, 4: 156, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11165048543689321, 2: 0.0, 3: 0.5048543689320388, 4: 0.3786407766990291, 5: 0.0024271844660194173, 6: 0.0024271844660194173}, 'edge_length_total': 187369.16999999995, 'edge_length_avg': 152.33265853658534, 'street_length_total': 94600.07900000007, 'street_length_avg': 151.118337060703, 'street_segments_count': 626, 'node_density_km': 34.36014517838387, 'intersection_density_km': 30.523818289535182, 'edge_density_km': 15626.290978527391, 'street_density_km': 7889.496233802391, 'circuity_avg': 1.0337759213583413, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337759213583413\n", - "2449\n", - "15981012.269914478\n", - "{'n': 992, 'm': 2741, 'k_avg': 5.526209677419355, 'intersection_count': 864, 'streets_per_node_avg': 2.9213709677419355, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 686, 4: 178}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12903225806451613, 2: 0.0, 3: 0.6915322580645161, 4: 0.17943548387096775}, 'edge_length_total': 319831.0269999994, 'edge_length_avg': 116.68406676395455, 'street_length_total': 165411.35300000003, 'street_length_avg': 116.07814245614037, 'street_segments_count': 1425, 'node_density_km': 62.07366487462866, 'intersection_density_km': 54.06415972951529, 'edge_density_km': 20013.189502526486, 'street_density_km': 10350.492835263009, 'circuity_avg': 1.0535403237022967, 'self_loop_proportion': 0.001459321415541773, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535403237022967\n", - "2450\n", - "16981808.55742922\n", - "{'n': 1310, 'm': 3245, 'k_avg': 4.9541984732824424, 'intersection_count': 1010, 'streets_per_node_avg': 2.646564885496183, 'streets_per_node_counts': {0: 0, 1: 300, 2: 0, 3: 875, 4: 133, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22900763358778625, 2: 0.0, 3: 0.6679389312977099, 4: 0.10152671755725191, 5: 0.0015267175572519084}, 'edge_length_total': 311845.6440000005, 'edge_length_avg': 96.10035254237303, 'street_length_total': 161508.0960000002, 'street_length_avg': 95.45395744680863, 'street_segments_count': 1692, 'node_density_km': 77.14137134274192, 'intersection_density_km': 59.475408439823916, 'edge_density_km': 18363.511927801934, 'street_density_km': 9510.653441523073, 'circuity_avg': 1.0710313917592935, 'self_loop_proportion': 0.002465331278890601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710313917592935\n", - "2451\n", - "3997576.4575586766\n", - "{'n': 113, 'm': 314, 'k_avg': 5.557522123893805, 'intersection_count': 94, 'streets_per_node_avg': 2.9557522123893807, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 61, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168141592920354, 2: 0.0, 3: 0.5398230088495575, 4: 0.2920353982300885}, 'edge_length_total': 52084.01399999991, 'edge_length_avg': 165.87265605095513, 'street_length_total': 26042.00699999999, 'street_length_avg': 165.87265605095536, 'street_segments_count': 157, 'node_density_km': 28.267126645279774, 'intersection_density_km': 23.51424694386105, 'edge_density_km': 13028.897521526746, 'street_density_km': 6514.448760763382, 'circuity_avg': 1.029841854884333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029841854884333\n", - "2452\n", - "9000701.209105907\n", - "{'n': 204, 'm': 575, 'k_avg': 5.637254901960785, 'intersection_count': 174, 'streets_per_node_avg': 2.911764705882353, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 132, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.6470588235294118, 4: 0.20588235294117646}, 'edge_length_total': 97756.74099999989, 'edge_length_avg': 170.01172347826068, 'street_length_total': 49240.10700000005, 'street_length_avg': 169.2099896907218, 'street_segments_count': 291, 'node_density_km': 22.66490079613081, 'intersection_density_km': 19.331827149640983, 'edge_density_km': 10861.013906461034, 'street_density_km': 5470.69676640131, 'circuity_avg': 1.0366977790348597, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366977790348597\n", - "2453\n", - "17983129.349915385\n", - "{'n': 2083, 'm': 4896, 'k_avg': 4.7009121459433505, 'intersection_count': 1433, 'streets_per_node_avg': 2.42966874699952, 'streets_per_node_counts': {0: 0, 1: 650, 2: 0, 3: 1321, 4: 112}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31204992798847814, 2: 0.0, 3: 0.6341814690350456, 4: 0.05376860297647624}, 'edge_length_total': 356724.4920000001, 'edge_length_avg': 72.86039460784315, 'street_length_total': 180614.4260000003, 'street_length_avg': 72.36154887820524, 'street_segments_count': 2496, 'node_density_km': 115.83078559181921, 'intersection_density_km': 79.68579728904318, 'edge_density_km': 19836.619370236505, 'street_density_km': 10043.548177050183, 'circuity_avg': 1.0843363333263154, 'self_loop_proportion': 0.002042483660130719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843363333263154\n", - "2454\n", - "6997173.670860999\n", - "{'n': 319, 'm': 794, 'k_avg': 4.978056426332288, 'intersection_count': 243, 'streets_per_node_avg': 2.6081504702194356, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 216, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23824451410658307, 2: 0.0, 3: 0.677115987460815, 4: 0.08463949843260188}, 'edge_length_total': 90169.47100000002, 'edge_length_avg': 113.56356549118391, 'street_length_total': 45533.083999999995, 'street_length_avg': 111.87489926289925, 'street_segments_count': 407, 'node_density_km': 45.589835983125916, 'intersection_density_km': 34.72830766112726, 'edge_density_km': 12886.556092712319, 'street_density_km': 6507.353703341362, 'circuity_avg': 1.1622439071876798, 'self_loop_proportion': 0.007556675062972292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1622439071876798\n", - "2455\n", - "6992366.308820269\n", - "{'n': 185, 'm': 484, 'k_avg': 5.232432432432432, 'intersection_count': 163, 'streets_per_node_avg': 2.854054054054054, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 146, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11891891891891893, 2: 0.0, 3: 0.7891891891891892, 4: 0.0918918918918919}, 'edge_length_total': 86149.56000000006, 'edge_length_avg': 177.99495867768607, 'street_length_total': 43074.779999999984, 'street_length_avg': 177.99495867768587, 'street_segments_count': 242, 'node_density_km': 26.457423972001923, 'intersection_density_km': 23.311135715871966, 'edge_density_km': 12320.5158590347, 'street_density_km': 6160.257929517344, 'circuity_avg': 1.05691507384183, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05691507384183\n", - "2456\n", - "90926615.4194661\n", - "{'n': 14422, 'm': 36193, 'k_avg': 5.019137428928027, 'intersection_count': 10936, 'streets_per_node_avg': 2.6349327416447093, 'streets_per_node_counts': {0: 0, 1: 3486, 2: 27, 3: 9226, 4: 1633, 5: 49, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24171404798224935, 2: 0.0018721397864373873, 3: 0.6397170988767161, 4: 0.11322978782415753, 5: 0.003397587019830814, 6: 6.933851060879212e-05}, 'edge_length_total': 2286411.493000025, 'edge_length_avg': 63.17275420661523, 'street_length_total': 1206404.0070000046, 'street_length_avg': 63.81401782597221, 'street_segments_count': 18905, 'node_density_km': 158.6114245368959, 'intersection_density_km': 120.27281505585172, 'edge_density_km': 25145.679100143177, 'street_density_km': 13267.886431652341, 'circuity_avg': 1.0863608889208871, 'self_loop_proportion': 0.0030116320835520682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0863608889208871\n", - "2457\n", - "9001859.212998252\n", - "{'n': 586, 'm': 1774, 'k_avg': 6.054607508532423, 'intersection_count': 542, 'streets_per_node_avg': 3.1262798634812285, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 382, 4: 158, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07508532423208192, 2: 0.0, 3: 0.6518771331058021, 4: 0.2696245733788396, 5: 0.0034129692832764505}, 'edge_length_total': 211498.33899999995, 'edge_length_avg': 119.22116065388948, 'street_length_total': 107276.14300000001, 'street_length_avg': 119.32830144605119, 'street_segments_count': 899, 'node_density_km': 65.09766328647355, 'intersection_density_km': 60.209784131857795, 'edge_density_km': 23494.961873499036, 'street_density_km': 11917.109617210901, 'circuity_avg': 1.0324215468488855, 'self_loop_proportion': 0.0011273957158962795, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324215468488855\n", - "2458\n", - "4994997.298522827\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 89, 'm': 256, 'k_avg': 5.752808988764045, 'intersection_count': 78, 'streets_per_node_avg': 2.9887640449438204, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 57, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12359550561797752, 2: 0.0, 3: 0.6404494382022472, 4: 0.23595505617977527}, 'edge_length_total': 37436.87, 'edge_length_avg': 146.2377734375, 'street_length_total': 18718.434999999998, 'street_length_avg': 146.23777343749998, 'street_segments_count': 128, 'node_density_km': 17.81782745434517, 'intersection_density_km': 15.615624061111498, 'edge_density_km': 7494.87292236799, 'street_density_km': 3747.4364611839947, 'circuity_avg': 1.0186417023697356, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0186417023697356\n", - "2459\n", - "12993678.218229517\n", - "{'n': 419, 'm': 1116, 'k_avg': 5.326968973747016, 'intersection_count': 335, 'streets_per_node_avg': 2.7446300715990453, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 274, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20047732696897375, 2: 0.0, 3: 0.6539379474940334, 4: 0.14558472553699284}, 'edge_length_total': 170465.5800000001, 'edge_length_avg': 152.74693548387106, 'street_length_total': 85232.79000000004, 'street_length_avg': 152.74693548387103, 'street_segments_count': 558, 'node_density_km': 32.246450386324234, 'intersection_density_km': 25.781768208636322, 'edge_density_km': 13119.116630181356, 'street_density_km': 6559.558315090677, 'circuity_avg': 1.0375076814241717, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0375076814241717\n", - "2460\n", - "5999259.804696678\n", - "{'n': 112, 'm': 293, 'k_avg': 5.232142857142857, 'intersection_count': 91, 'streets_per_node_avg': 2.7767857142857144, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 74, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6607142857142857, 4: 0.15178571428571427}, 'edge_length_total': 52021.91299999998, 'edge_length_avg': 177.5491911262798, 'street_length_total': 26056.618000000002, 'street_length_avg': 177.2559047619048, 'street_segments_count': 147, 'node_density_km': 18.668969780624913, 'intersection_density_km': 15.168537946757741, 'edge_density_km': 8671.388586850873, 'street_density_km': 4343.305482386492, 'circuity_avg': 1.0368925784106118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368925784106118\n", - "2461\n", - "3999673.2079878473\n", - "{'n': 70, 'm': 220, 'k_avg': 6.285714285714286, 'intersection_count': 62, 'streets_per_node_avg': 3.2285714285714286, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 30, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11428571428571428, 2: 0.0, 3: 0.42857142857142855, 4: 0.45714285714285713}, 'edge_length_total': 45584.71199999997, 'edge_length_avg': 207.20323636363622, 'street_length_total': 22792.356000000018, 'street_length_avg': 207.20323636363653, 'street_segments_count': 110, 'node_density_km': 17.501429831867576, 'intersection_density_km': 15.501266422511282, 'edge_density_km': 11397.109121055591, 'street_density_km': 5698.554560527804, 'circuity_avg': 1.0070496478512814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0070496478512814\n", - "2462\n", - "8997315.132120734\n", - "{'n': 830, 'm': 2020, 'k_avg': 4.867469879518072, 'intersection_count': 626, 'streets_per_node_avg': 2.5819277108433734, 'streets_per_node_counts': {0: 0, 1: 204, 2: 0, 3: 570, 4: 51, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2457831325301205, 2: 0.0, 3: 0.6867469879518072, 4: 0.06144578313253012, 5: 0.006024096385542169}, 'edge_length_total': 162162.14699999965, 'edge_length_avg': 80.27829059405923, 'street_length_total': 82407.37300000005, 'street_length_avg': 78.7080926456543, 'street_segments_count': 1047, 'node_density_km': 92.24974204103073, 'intersection_density_km': 69.57631146709065, 'edge_density_km': 18023.393047674304, 'street_density_km': 9159.107110275909, 'circuity_avg': 1.0923821686000996, 'self_loop_proportion': 0.009900990099009901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923821686000996\n", - "2463\n", - "8001525.924747301\n", - "{'n': 405, 'm': 1248, 'k_avg': 6.162962962962963, 'intersection_count': 369, 'streets_per_node_avg': 3.1481481481481484, 'streets_per_node_counts': {0: 0, 1: 36, 2: 1, 3: 240, 4: 123, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08888888888888889, 2: 0.0024691358024691358, 3: 0.5925925925925926, 4: 0.3037037037037037, 5: 0.012345679012345678}, 'edge_length_total': 135885.5549999999, 'edge_length_avg': 108.88265624999993, 'street_length_total': 68262.55700000002, 'street_length_avg': 108.3532650793651, 'street_segments_count': 630, 'node_density_km': 50.615345598944664, 'intersection_density_km': 46.11620376792737, 'edge_density_km': 16982.455131430615, 'street_density_km': 8531.192380302864, 'circuity_avg': 1.0297477583474601, 'self_loop_proportion': 0.0016025641025641025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297477583474601\n", - "2464\n", - "4997900.509718018\n", - "{'n': 215, 'm': 658, 'k_avg': 6.120930232558139, 'intersection_count': 213, 'streets_per_node_avg': 3.255813953488372, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 157, 4: 53, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.009302325581395349, 2: 0.0, 3: 0.7302325581395349, 4: 0.24651162790697675, 5: 0.013953488372093023}, 'edge_length_total': 75388.83599999995, 'edge_length_avg': 114.57269908814582, 'street_length_total': 37932.89199999996, 'street_length_avg': 112.89551190476179, 'street_segments_count': 336, 'node_density_km': 43.01806320112809, 'intersection_density_km': 42.617895171350156, 'edge_density_km': 15084.100984685949, 'street_density_km': 7589.765327709603, 'circuity_avg': 1.0107871567591191, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0107871567591191\n", - "2465\n", - "5996215.399679016\n", - "{'n': 144, 'm': 410, 'k_avg': 5.694444444444445, 'intersection_count': 128, 'streets_per_node_avg': 2.9722222222222223, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 100, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6944444444444444, 4: 0.19444444444444445}, 'edge_length_total': 62495.89800000007, 'edge_length_avg': 152.42901951219528, 'street_length_total': 31247.948999999982, 'street_length_avg': 152.42901951219503, 'street_segments_count': 205, 'node_density_km': 24.01514795611053, 'intersection_density_km': 21.34679818320936, 'edge_density_km': 10422.557202222179, 'street_density_km': 5211.27860111108, 'circuity_avg': 1.096180063986567, 'self_loop_proportion': 0.00975609756097561, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.096180063986567\n", - "2466\n", - "4995907.36591543\n", - "{'n': 262, 'm': 609, 'k_avg': 4.648854961832061, 'intersection_count': 191, 'streets_per_node_avg': 2.5381679389312977, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 170, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27099236641221375, 2: 0.0, 3: 0.648854961832061, 4: 0.08015267175572519}, 'edge_length_total': 66421.007, 'edge_length_avg': 109.06569293924466, 'street_length_total': 34416.462000000014, 'street_length_avg': 107.21639252336453, 'street_segments_count': 321, 'node_density_km': 52.44292594124035, 'intersection_density_km': 38.23129333884315, 'edge_density_km': 13295.083782609185, 'street_density_km': 6888.931174906539, 'circuity_avg': 1.109454790057695, 'self_loop_proportion': 0.003284072249589491, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.109454790057695\n", - "2467\n", - "6993068.993637161\n", - "{'n': 193, 'm': 433, 'k_avg': 4.487046632124352, 'intersection_count': 132, 'streets_per_node_avg': 2.4404145077720205, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 118, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3160621761658031, 2: 0.0, 3: 0.6113989637305699, 4: 0.07253886010362694}, 'edge_length_total': 66286.90400000002, 'edge_length_avg': 153.08753810623563, 'street_length_total': 33881.93300000001, 'street_length_avg': 152.62131981981986, 'street_segments_count': 222, 'node_density_km': 27.598755306948412, 'intersection_density_km': 18.875832645166792, 'edge_density_km': 9478.943230835133, 'street_density_km': 4845.073462142077, 'circuity_avg': 1.1313906117510535, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1313906117510535\n", - "2468\n", - "6995426.203079088\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 99, 'm': 264, 'k_avg': 5.333333333333333, 'intersection_count': 80, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 60, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1919191919191919, 2: 0.0, 3: 0.6060606060606061, 4: 0.20202020202020202}, 'edge_length_total': 53447.09599999998, 'edge_length_avg': 202.45112121212114, 'street_length_total': 26723.548, 'street_length_avg': 202.4511212121212, 'street_segments_count': 132, 'node_density_km': 14.152104121465026, 'intersection_density_km': 11.436043734517193, 'edge_density_km': 7640.2915917367345, 'street_density_km': 3820.145795868368, 'circuity_avg': 1.0260637260564862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0260637260564862\n", - "2469\n", - "4998266.924694166\n", - "{'n': 110, 'm': 286, 'k_avg': 5.2, 'intersection_count': 82, 'streets_per_node_avg': 2.709090909090909, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 58, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2545454545454545, 2: 0.0, 3: 0.5272727272727272, 4: 0.21818181818181817}, 'edge_length_total': 54235.468000000015, 'edge_length_avg': 189.63450349650356, 'street_length_total': 27117.734000000004, 'street_length_avg': 189.63450349650353, 'street_segments_count': 143, 'node_density_km': 22.00762817538615, 'intersection_density_km': 16.40568645801513, 'edge_density_km': 10850.854669655038, 'street_density_km': 5425.427334827518, 'circuity_avg': 1.0611845597996317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611845597996317\n", - "2470\n", - "6993791.869081472\n", - "{'n': 996, 'm': 2499, 'k_avg': 5.018072289156627, 'intersection_count': 712, 'streets_per_node_avg': 2.5913654618473894, 'streets_per_node_counts': {0: 0, 1: 284, 2: 0, 3: 551, 4: 161}, 'streets_per_node_proportion': {0: 0.0, 1: 0.285140562248996, 2: 0.0, 3: 0.5532128514056225, 4: 0.16164658634538154}, 'edge_length_total': 142355.50600000023, 'edge_length_avg': 56.96498839535823, 'street_length_total': 72286.32799999992, 'street_length_avg': 56.65072727272721, 'street_segments_count': 1276, 'node_density_km': 142.41201606286995, 'intersection_density_km': 101.80457373169017, 'edge_density_km': 20354.55281838355, 'street_density_km': 10335.784843636422, 'circuity_avg': 1.10254178849753, 'self_loop_proportion': 0.001600640256102441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.10254178849753\n", - "2471\n", - "6997301.372290293\n", - "{'n': 607, 'm': 1433, 'k_avg': 4.72158154859967, 'intersection_count': 447, 'streets_per_node_avg': 2.5337726523887976, 'streets_per_node_counts': {0: 0, 1: 160, 2: 3, 3: 405, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26359143327841844, 2: 0.004942339373970346, 3: 0.6672158154859967, 4: 0.06260296540362438, 5: 0.0016474464579901153}, 'edge_length_total': 122324.52500000007, 'edge_length_avg': 85.36254361479419, 'street_length_total': 62466.27800000004, 'street_length_avg': 83.62286211512723, 'street_segments_count': 747, 'node_density_km': 86.74772854628702, 'intersection_density_km': 63.88177044512405, 'edge_density_km': 17481.671646216648, 'street_density_km': 8927.195596772495, 'circuity_avg': 1.1066885482170952, 'self_loop_proportion': 0.00628053035589672, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1066885482170952\n", - "2472\n", - "5994679.382251629\n", - "{'n': 602, 'm': 1627, 'k_avg': 5.40531561461794, 'intersection_count': 495, 'streets_per_node_avg': 2.818936877076412, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 392, 4: 101, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1777408637873754, 2: 0.0, 3: 0.6511627906976745, 4: 0.16777408637873753, 5: 0.0033222591362126247}, 'edge_length_total': 141184.00199999975, 'edge_length_avg': 86.77566195451736, 'street_length_total': 72093.35000000005, 'street_length_avg': 86.65066105769236, 'street_segments_count': 832, 'node_density_km': 100.42238485386453, 'intersection_density_km': 82.57322342635041, 'edge_density_km': 23551.551800752084, 'street_density_km': 12026.222822432492, 'circuity_avg': 1.079168256906251, 'self_loop_proportion': 0.002458512599877074, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079168256906251\n", - "2473\n", - "5993799.570092815\n", - "{'n': 255, 'm': 665, 'k_avg': 5.215686274509804, 'intersection_count': 197, 'streets_per_node_avg': 2.7176470588235295, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 153, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22745098039215686, 2: 0.0, 3: 0.6, 4: 0.17254901960784313}, 'edge_length_total': 78226.9469999999, 'edge_length_avg': 117.63450676691714, 'street_length_total': 39411.33800000003, 'street_length_avg': 117.29564880952391, 'street_segments_count': 336, 'node_density_km': 42.54396514564321, 'intersection_density_km': 32.86729856349692, 'edge_density_km': 13051.311790659116, 'street_density_km': 6575.351334177119, 'circuity_avg': 1.078309502874238, 'self_loop_proportion': 0.006015037593984963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078309502874238\n", - "2474\n", - "44988602.59782245\n", - "{'n': 2828, 'm': 7531, 'k_avg': 5.326025459688826, 'intersection_count': 2479, 'streets_per_node_avg': 2.9405940594059405, 'streets_per_node_counts': {0: 0, 1: 349, 2: 7, 3: 1960, 4: 487, 5: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12340876944837341, 2: 0.0024752475247524753, 3: 0.693069306930693, 4: 0.1722065063649222, 5: 0.00884016973125884}, 'edge_length_total': 740460.673999998, 'edge_length_avg': 98.32169353339503, 'street_length_total': 402209.54100000084, 'street_length_avg': 97.8373974702021, 'street_segments_count': 4111, 'node_density_km': 62.86036544146587, 'intersection_density_km': 55.10284509525951, 'edge_density_km': 16458.850269686704, 'street_density_km': 8940.254148268848, 'circuity_avg': 1.072427451084944, 'self_loop_proportion': 0.002257336343115124, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072427451084944\n", - "2475\n", - "18993009.02240367\n", - "{'n': 1595, 'm': 4154, 'k_avg': 5.2087774294670846, 'intersection_count': 1296, 'streets_per_node_avg': 2.798119122257053, 'streets_per_node_counts': {0: 0, 1: 299, 2: 2, 3: 1020, 4: 270, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18746081504702194, 2: 0.0012539184952978057, 3: 0.6394984326018809, 4: 0.16927899686520376, 5: 0.0025078369905956114}, 'edge_length_total': 388424.7309999993, 'edge_length_avg': 93.5061942705824, 'street_length_total': 208888.62800000003, 'street_length_avg': 94.90623716492505, 'street_segments_count': 2201, 'node_density_km': 83.97826790471055, 'intersection_density_km': 68.23563335705634, 'edge_density_km': 20450.93173713672, 'street_density_km': 10998.185056069859, 'circuity_avg': 1.0563174664339707, 'self_loop_proportion': 0.00048146364949446316, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563174664339707\n", - "2476\n", - "10989282.301627105\n", - "{'n': 1226, 'm': 3230, 'k_avg': 5.269168026101142, 'intersection_count': 970, 'streets_per_node_avg': 2.7120717781402934, 'streets_per_node_counts': {0: 0, 1: 256, 2: 1, 3: 812, 4: 154, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20880913539967375, 2: 0.0008156606851549756, 3: 0.6623164763458401, 4: 0.12561174551386622, 5: 0.0024469820554649264}, 'edge_length_total': 233044.82300000032, 'edge_length_avg': 72.1501000000001, 'street_length_total': 118531.89800000012, 'street_length_avg': 72.18751400730824, 'street_segments_count': 1642, 'node_density_km': 111.5632455650425, 'intersection_density_km': 88.26782071622448, 'edge_density_km': 21206.555314853915, 'street_density_km': 10786.136414245173, 'circuity_avg': 1.1001056681733896, 'self_loop_proportion': 0.0043343653250774, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1001056681733896\n", - "2477\n", - "6991894.0372548215\n", - "{'n': 161, 'm': 369, 'k_avg': 4.583850931677019, 'intersection_count': 110, 'streets_per_node_avg': 2.391304347826087, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 106, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3167701863354037, 2: 0.0, 3: 0.6583850931677019, 4: 0.024844720496894408}, 'edge_length_total': 50375.92200000003, 'edge_length_avg': 136.5201138211383, 'street_length_total': 25445.554000000007, 'street_length_avg': 134.6325608465609, 'street_segments_count': 189, 'node_density_km': 23.02666475523595, 'intersection_density_km': 15.732503870036984, 'edge_density_km': 7204.903525651652, 'street_density_km': 3639.2934252748655, 'circuity_avg': 1.1276922812951624, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1276922812951624\n", - "2478\n", - "14993045.77895603\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 500, 'm': 1358, 'k_avg': 5.432, 'intersection_count': 397, 'streets_per_node_avg': 2.764, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 309, 4: 88}, 'streets_per_node_proportion': {0: 0.0, 1: 0.206, 2: 0.0, 3: 0.618, 4: 0.176}, 'edge_length_total': 174330.41400000022, 'edge_length_avg': 128.37291163475717, 'street_length_total': 87165.20700000004, 'street_length_avg': 128.37291163475706, 'street_segments_count': 679, 'node_density_km': 33.34879432581945, 'intersection_density_km': 26.47894269470064, 'edge_density_km': 11627.418242441925, 'street_density_km': 5813.709121220957, 'circuity_avg': 1.0382065172913777, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382065172913777\n", - "2479\n", - "20997837.651478432\n", - "{'n': 272, 'm': 774, 'k_avg': 5.6911764705882355, 'intersection_count': 228, 'streets_per_node_avg': 2.9044117647058822, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 166, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16176470588235295, 2: 0.0, 3: 0.6102941176470589, 4: 0.22794117647058823}, 'edge_length_total': 147725.13400000017, 'edge_length_avg': 190.8593462532302, 'street_length_total': 73862.56700000001, 'street_length_avg': 190.85934625323, 'street_segments_count': 387, 'node_density_km': 12.95371478314334, 'intersection_density_km': 10.858260921164272, 'edge_density_km': 7035.254603447181, 'street_density_km': 3517.6273017235867, 'circuity_avg': 1.0287683596402577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287683596402577\n", - "2480\n", - "5998503.839802545\n", - "{'n': 586, 'm': 1335, 'k_avg': 4.5563139931740615, 'intersection_count': 392, 'streets_per_node_avg': 2.363481228668942, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 377, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3310580204778157, 2: 0.0, 3: 0.643344709897611, 4: 0.025597269624573378}, 'edge_length_total': 99854.84799999993, 'edge_length_avg': 74.7976389513108, 'street_length_total': 50275.04500000002, 'street_length_avg': 74.15198377581125, 'street_segments_count': 678, 'node_density_km': 97.69102690435048, 'intersection_density_km': 65.34962891895117, 'edge_density_km': 16646.6256697915, 'street_density_km': 8381.264118963196, 'circuity_avg': 1.152343104702076, 'self_loop_proportion': 0.01348314606741573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.152343104702076\n", - "2481\n", - "10996561.508191437\n", - "{'n': 1119, 'm': 2547, 'k_avg': 4.552278820375335, 'intersection_count': 759, 'streets_per_node_avg': 2.386058981233244, 'streets_per_node_counts': {0: 0, 1: 360, 2: 0, 3: 727, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32171581769436997, 2: 0.0, 3: 0.6496872207327972, 4: 0.02770330652368186, 5: 0.0008936550491510277}, 'edge_length_total': 179127.2789999999, 'edge_length_avg': 70.32873144876321, 'street_length_total': 90964.81000000011, 'street_length_avg': 69.3329344512196, 'street_segments_count': 1312, 'node_density_km': 101.75908161532556, 'intersection_density_km': 69.02157546562297, 'edge_density_km': 16289.389994005523, 'street_density_km': 8272.113963282032, 'circuity_avg': 1.1220007260124838, 'self_loop_proportion': 0.007067137809187279, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1220007260124838\n", - "2482\n", - "7991867.989231662\n", - "{'n': 122, 'm': 326, 'k_avg': 5.344262295081967, 'intersection_count': 105, 'streets_per_node_avg': 2.8278688524590163, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 92, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13934426229508196, 2: 0.0, 3: 0.7540983606557377, 4: 0.10655737704918032}, 'edge_length_total': 77941.19999999997, 'edge_length_avg': 239.08343558282198, 'street_length_total': 38970.599999999984, 'street_length_avg': 239.08343558282198, 'street_segments_count': 163, 'node_density_km': 15.26551741900445, 'intersection_density_km': 13.13835515570055, 'edge_density_km': 9752.563493918928, 'street_density_km': 4876.281746959464, 'circuity_avg': 1.0231444454851832, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0231444454851832\n", - "2483\n", - "6994884.9778713\n", - "{'n': 119, 'm': 294, 'k_avg': 4.9411764705882355, 'intersection_count': 89, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 71, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25210084033613445, 2: 0.0, 3: 0.5966386554621849, 4: 0.15126050420168066}, 'edge_length_total': 61701.47400000002, 'edge_length_avg': 209.86895918367352, 'street_length_total': 30850.736999999994, 'street_length_avg': 209.86895918367344, 'street_segments_count': 147, 'node_density_km': 17.012431280351713, 'intersection_density_km': 12.723583058414308, 'edge_density_km': 8820.941901860573, 'street_density_km': 4410.470950930285, 'circuity_avg': 1.038787996595826, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038787996595826\n", - "2484\n", - "5994603.054337963\n", - "{'n': 78, 'm': 212, 'k_avg': 5.435897435897436, 'intersection_count': 66, 'streets_per_node_avg': 2.9615384615384617, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 45, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.5769230769230769, 4: 0.2692307692307692}, 'edge_length_total': 49862.09000000002, 'edge_length_avg': 235.19853773584913, 'street_length_total': 24931.04500000001, 'street_length_avg': 235.19853773584913, 'street_segments_count': 106, 'node_density_km': 13.011703909828643, 'intersection_density_km': 11.009903308316543, 'edge_density_km': 8317.830146220871, 'street_density_km': 4158.9150731104355, 'circuity_avg': 1.0468733083656832, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468733083656832\n", - "2485\n", - "32992734.132664327\n", - "{'n': 821, 'm': 2309, 'k_avg': 5.624847746650427, 'intersection_count': 668, 'streets_per_node_avg': 2.874543239951279, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 466, 4: 201, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18635809987819732, 2: 0.0, 3: 0.5676004872107187, 4: 0.24482338611449453, 5: 0.001218026796589525}, 'edge_length_total': 313079.07400000014, 'edge_length_avg': 135.59076396708537, 'street_length_total': 156612.96700000003, 'street_length_avg': 135.47834515570938, 'street_segments_count': 1156, 'node_density_km': 24.88426684186723, 'intersection_density_km': 20.246882156354822, 'edge_density_km': 9489.334007333375, 'street_density_km': 4746.892645218693, 'circuity_avg': 1.0397091128068947, 'self_loop_proportion': 0.00259852750108272, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397091128068947\n", - "2486\n", - "15988390.162694937\n", - "{'n': 613, 'm': 1663, 'k_avg': 5.425774877650897, 'intersection_count': 495, 'streets_per_node_avg': 2.7814029363784667, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 393, 4: 102}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19249592169657423, 2: 0.0, 3: 0.6411092985318108, 4: 0.16639477977161501}, 'edge_length_total': 230296.37700000085, 'edge_length_avg': 138.48248767288084, 'street_length_total': 115183.20699999998, 'street_length_avg': 138.44135456730766, 'street_segments_count': 832, 'node_density_km': 38.34032030506036, 'intersection_density_km': 30.959965009795884, 'edge_density_km': 14403.975300611693, 'street_density_km': 7204.177895830457, 'circuity_avg': 1.0358465368857661, 'self_loop_proportion': 0.0012026458208057728, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358465368857661\n", - "2487\n", - "16984943.685111355\n", - "{'n': 771, 'm': 1858, 'k_avg': 4.8197146562905315, 'intersection_count': 550, 'streets_per_node_avg': 2.5071335927367056, 'streets_per_node_counts': {0: 0, 1: 221, 2: 0, 3: 488, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28664072632944226, 2: 0.0, 3: 0.6329442282749675, 4: 0.08041504539559015}, 'edge_length_total': 214630.57799999986, 'edge_length_avg': 115.51699569429486, 'street_length_total': 108138.74099999998, 'street_length_avg': 114.55375105932201, 'street_segments_count': 944, 'node_density_km': 45.39314432204108, 'intersection_density_km': 32.381620463194025, 'edge_density_km': 12636.519848349013, 'street_density_km': 6366.741215326615, 'circuity_avg': 1.1021861500067849, 'self_loop_proportion': 0.001076426264800861, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1021861500067849\n", - "2488\n", - "6995464.66074471\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 560, 'm': 1541, 'k_avg': 5.503571428571429, 'intersection_count': 452, 'streets_per_node_avg': 2.8392857142857144, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 336, 4: 107, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19285714285714287, 2: 0.0, 3: 0.6, 4: 0.19107142857142856, 5: 0.014285714285714285, 6: 0.0017857142857142857}, 'edge_length_total': 145893.66999999987, 'edge_length_avg': 94.67467229072022, 'street_length_total': 73926.19399999999, 'street_length_avg': 94.17349554140127, 'street_segments_count': 785, 'node_density_km': 80.05186605293845, 'intersection_density_km': 64.61329188558604, 'edge_density_km': 20855.4652300207, 'street_density_km': 10567.731749806324, 'circuity_avg': 1.0489692865939817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489692865939817\n", - "2489\n", - "39974793.472538404\n", - "{'n': 1991, 'm': 5736, 'k_avg': 5.7619286790557505, 'intersection_count': 1752, 'streets_per_node_avg': 3.009542943244601, 'streets_per_node_counts': {0: 0, 1: 239, 2: 0, 3: 1255, 4: 497}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12004018081366148, 2: 0.0, 3: 0.6303365143144148, 4: 0.24962330487192366}, 'edge_length_total': 746832.4250000016, 'edge_length_avg': 130.20091091352887, 'street_length_total': 381313.64000000013, 'street_length_avg': 128.90927653820154, 'street_segments_count': 2958, 'node_density_km': 49.80638615100696, 'intersection_density_km': 43.82761855176504, 'edge_density_km': 18682.58370147816, 'street_density_km': 9538.8520333933, 'circuity_avg': 1.0493286692820838, 'self_loop_proportion': 0.010460251046025104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493286692820838\n", - "2490\n", - "16987344.46304941\n", - "{'n': 471, 'm': 1232, 'k_avg': 5.231422505307855, 'intersection_count': 368, 'streets_per_node_avg': 2.713375796178344, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 302, 4: 62, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21868365180467092, 2: 0.0, 3: 0.6411889596602972, 4: 0.1316348195329087, 5: 0.006369426751592357, 6: 0.0021231422505307855}, 'edge_length_total': 142996.968, 'edge_length_avg': 116.06896753246752, 'street_length_total': 72217.63299999993, 'street_length_avg': 116.10551929260438, 'street_segments_count': 622, 'node_density_km': 27.72652317874117, 'intersection_density_km': 21.663185838167202, 'edge_density_km': 8417.852967604478, 'street_density_km': 4251.260881716182, 'circuity_avg': 1.0681144711131054, 'self_loop_proportion': 0.006493506493506494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681144711131054\n", - "2491\n", - "6992568.661590902\n", - "{'n': 383, 'm': 1167, 'k_avg': 6.093994778067885, 'intersection_count': 356, 'streets_per_node_avg': 3.2219321148825064, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 229, 4: 115, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07049608355091384, 2: 0.0, 3: 0.597911227154047, 4: 0.3002610966057441, 5: 0.031331592689295036}, 'edge_length_total': 112080.40900000026, 'edge_length_avg': 96.0414815766926, 'street_length_total': 58189.888999999996, 'street_length_avg': 95.86472652388797, 'street_segments_count': 607, 'node_density_km': 54.77243321238442, 'intersection_density_km': 50.91119118435732, 'edge_density_km': 16028.503175898808, 'street_density_km': 8321.6757412234, 'circuity_avg': 1.0276747064201401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276747064201401\n", - "2492\n", - "6991919.199713118\n", - "error with entry 2492\n", - "2493\n", - "6996169.752479089\n", - "{'n': 665, 'm': 1672, 'k_avg': 5.0285714285714285, 'intersection_count': 530, 'streets_per_node_avg': 2.712781954887218, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 453, 4: 75, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20300751879699247, 2: 0.0, 3: 0.681203007518797, 4: 0.11278195488721804, 5: 0.0030075187969924814}, 'edge_length_total': 146772.9840000003, 'edge_length_avg': 87.78288516746429, 'street_length_total': 75633.92799999999, 'street_length_avg': 86.2416510832383, 'street_segments_count': 877, 'node_density_km': 95.05201038959318, 'intersection_density_km': 75.75573760373592, 'edge_density_km': 20979.048421172363, 'street_density_km': 10810.762270769535, 'circuity_avg': 1.0850306139352575, 'self_loop_proportion': 0.0035885167464114833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0850306139352575\n", - "2494\n", - "63974761.17716021\n", - "error with entry 2494\n", - "2495\n", - "50004210.32218628\n", - "{'n': 5523, 'm': 13187, 'k_avg': 4.775303277204418, 'intersection_count': 4015, 'streets_per_node_avg': 2.5397428933550605, 'streets_per_node_counts': {0: 0, 1: 1508, 2: 6, 3: 3538, 4: 463, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2730400144848814, 2: 0.0010863661053775121, 3: 0.6405938801376063, 4: 0.08383125113163135, 5: 0.0012674271229404308, 6: 0.0001810610175629187}, 'edge_length_total': 953628.7069999924, 'edge_length_avg': 72.3158191400616, 'street_length_total': 494126.5549999994, 'street_length_avg': 71.14853203743692, 'street_segments_count': 6945, 'node_density_km': 110.45069933940164, 'intersection_density_km': 80.29323879190613, 'edge_density_km': 19070.968241585822, 'street_density_km': 9881.698997269463, 'circuity_avg': 1.0953083484652626, 'self_loop_proportion': 0.003488283915977857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0953083484652626\n", - "2496\n", - "69924739.83150946\n", - "error with entry 2496\n", - "2497\n", - "5992725.22709238\n", - "{'n': 257, 'm': 630, 'k_avg': 4.902723735408561, 'intersection_count': 199, 'streets_per_node_avg': 2.614785992217899, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 182, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22568093385214008, 2: 0.0, 3: 0.708171206225681, 4: 0.06614785992217899}, 'edge_length_total': 73558.47599999997, 'edge_length_avg': 116.75948571428566, 'street_length_total': 37293.65700000005, 'street_length_avg': 114.0478807339451, 'street_segments_count': 327, 'node_density_km': 42.88533017301283, 'intersection_density_km': 33.20692881100994, 'edge_density_km': 12274.62852250443, 'street_density_km': 6223.154839704644, 'circuity_avg': 1.0894320362663406, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0894320362663406\n", - "2498\n", - "62928984.97173523\n", - "{'n': 3506, 'm': 9492, 'k_avg': 5.414717626925271, 'intersection_count': 2834, 'streets_per_node_avg': 2.811180832857958, 'streets_per_node_counts': {0: 0, 1: 672, 2: 0, 3: 2158, 4: 670, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19167142042213348, 2: 0.0, 3: 0.6155162578436966, 4: 0.19110096976611524, 5: 0.0017113519680547634}, 'edge_length_total': 1302278.384999996, 'edge_length_avg': 137.19746997471515, 'street_length_total': 666313.432000001, 'street_length_avg': 138.46912551953469, 'street_segments_count': 4812, 'node_density_km': 55.713595278467174, 'intersection_density_km': 45.0348913346195, 'edge_density_km': 20694.4126873319, 'street_density_km': 10588.339098418286, 'circuity_avg': 1.0288606181484112, 'self_loop_proportion': 0.0006321112515802782, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0288606181484112\n", - "2499\n", - "7992286.095905656\n", - "{'n': 872, 'm': 2208, 'k_avg': 5.064220183486238, 'intersection_count': 640, 'streets_per_node_avg': 2.5986238532110093, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 527, 4: 112, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26605504587155965, 2: 0.0, 3: 0.6043577981651376, 4: 0.12844036697247707, 5: 0.0011467889908256881}, 'edge_length_total': 159997.3380000002, 'edge_length_avg': 72.46256250000009, 'street_length_total': 80448.68799999994, 'street_length_avg': 72.41106030603055, 'street_segments_count': 1111, 'node_density_km': 109.10520338438764, 'intersection_density_km': 80.07721349312854, 'edge_density_km': 20018.970302122285, 'street_density_km': 10065.791819090755, 'circuity_avg': 1.0757386645517264, 'self_loop_proportion': 0.002717391304347826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0757386645517264\n", - "2500\n", - "6992386.66287754\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 491, 'm': 1234, 'k_avg': 5.026476578411406, 'intersection_count': 367, 'streets_per_node_avg': 2.5885947046843176, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 321, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2525458248472505, 2: 0.0, 3: 0.6537678207739308, 4: 0.09368635437881874}, 'edge_length_total': 115613.60100000013, 'edge_length_avg': 93.69011426256088, 'street_length_total': 57846.32799999998, 'street_length_avg': 93.30052903225803, 'street_segments_count': 620, 'node_density_km': 70.21922895178416, 'intersection_density_km': 52.48565585601789, 'edge_density_km': 16534.211646760145, 'street_density_km': 8272.75875733605, 'circuity_avg': 1.0443980047438626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443980047438626\n", - "2501\n", - "9002364.134012813\n", - "{'n': 485, 'm': 1343, 'k_avg': 5.538144329896907, 'intersection_count': 401, 'streets_per_node_avg': 2.888659793814433, 'streets_per_node_counts': {0: 0, 1: 84, 2: 1, 3: 289, 4: 107, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1731958762886598, 2: 0.002061855670103093, 3: 0.5958762886597938, 4: 0.22061855670103092, 5: 0.008247422680412371}, 'edge_length_total': 142181.45900000018, 'edge_length_avg': 105.86854728220415, 'street_length_total': 71253.34599999999, 'street_length_avg': 105.71713056379821, 'street_segments_count': 674, 'node_density_km': 53.87473698909474, 'intersection_density_km': 44.543854706447405, 'edge_density_km': 15793.791151238696, 'street_density_km': 7914.959330604052, 'circuity_avg': 1.0318884518175153, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0318884518175153\n", - "2502\n", - "22972195.08235782\n", - "{'n': 2646, 'm': 6755, 'k_avg': 5.105820105820106, 'intersection_count': 2160, 'streets_per_node_avg': 2.7845804988662133, 'streets_per_node_counts': {0: 0, 1: 486, 2: 2, 3: 1769, 4: 375, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1836734693877551, 2: 0.0007558578987150416, 3: 0.6685563114134543, 4: 0.1417233560090703, 5: 0.0049130763416477706, 6: 0.0003779289493575208}, 'edge_length_total': 503066.9120000007, 'edge_length_avg': 74.47326602516665, 'street_length_total': 269374.14400000044, 'street_length_avg': 73.94294372769707, 'street_segments_count': 3643, 'node_density_km': 115.18272374554552, 'intersection_density_km': 94.0267132616698, 'edge_density_km': 21898.948280582288, 'street_density_km': 11726.095091664718, 'circuity_avg': 1.0657358078668118, 'self_loop_proportion': 0.0026646928201332345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657358078668118\n", - "2503\n", - "7993948.766230809\n", - "{'n': 76, 'm': 187, 'k_avg': 4.921052631578948, 'intersection_count': 61, 'streets_per_node_avg': 2.723684210526316, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 52, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19736842105263158, 2: 0.0, 3: 0.6842105263157895, 4: 0.11842105263157894}, 'edge_length_total': 37811.225, 'edge_length_avg': 202.19906417112298, 'street_length_total': 18966.159999999996, 'street_length_avg': 201.76765957446804, 'street_segments_count': 94, 'node_density_km': 9.507191279615173, 'intersection_density_km': 7.630771948112177, 'edge_density_km': 4729.9809025206205, 'street_density_km': 2372.564617891922, 'circuity_avg': 1.0783509161220997, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0783509161220997\n", - "2504\n", - "4000402.7981360224\n", - "{'n': 288, 'm': 699, 'k_avg': 4.854166666666667, 'intersection_count': 229, 'streets_per_node_avg': 2.6631944444444446, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 209, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2048611111111111, 2: 0.0, 3: 0.7256944444444444, 4: 0.06597222222222222, 5: 0.003472222222222222}, 'edge_length_total': 70308.34599999999, 'edge_length_avg': 100.58418597997138, 'street_length_total': 35837.16699999999, 'street_length_avg': 97.38360597826083, 'street_segments_count': 368, 'node_density_km': 71.99275036358661, 'intersection_density_km': 57.244235532157404, 'edge_density_km': 17575.316673800946, 'street_density_km': 8958.38964433737, 'circuity_avg': 1.0633673517098856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633673517098856\n", - "2505\n", - "5995454.947732227\n", - "{'n': 421, 'm': 1259, 'k_avg': 5.980997624703088, 'intersection_count': 391, 'streets_per_node_avg': 3.0950118764845604, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 294, 4: 94, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07125890736342043, 2: 0.0, 3: 0.6983372921615202, 4: 0.22327790973871733, 5: 0.007125890736342043}, 'edge_length_total': 103854.92100000005, 'edge_length_avg': 82.49000873709296, 'street_length_total': 53014.557, 'street_length_avg': 82.32074068322981, 'street_segments_count': 644, 'node_density_km': 70.21985882142985, 'intersection_density_km': 65.21606840660111, 'edge_density_km': 17322.27527441984, 'street_density_km': 8842.45773876638, 'circuity_avg': 1.0299122480069436, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0299122480069436\n", - "2506\n", - "7996120.358639138\n", - "{'n': 707, 'm': 1950, 'k_avg': 5.516265912305516, 'intersection_count': 600, 'streets_per_node_avg': 2.8444130127298446, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 499, 4: 98, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15134370579915135, 2: 0.0, 3: 0.7057991513437057, 4: 0.13861386138613863, 5: 0.004243281471004243}, 'edge_length_total': 171714.29299999948, 'edge_length_avg': 88.05861179487152, 'street_length_total': 87183.72600000001, 'street_length_avg': 87.79831419939578, 'street_segments_count': 993, 'node_density_km': 88.41787870740913, 'intersection_density_km': 75.03638928492995, 'edge_density_km': 21474.700892224137, 'street_density_km': 10903.253339077783, 'circuity_avg': 1.0564287435045496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564287435045496\n", - "2507\n", - "13983348.649606133\n", - "{'n': 985, 'm': 2412, 'k_avg': 4.8974619289340104, 'intersection_count': 721, 'streets_per_node_avg': 2.545177664974619, 'streets_per_node_counts': {0: 0, 1: 264, 2: 0, 3: 641, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26802030456852793, 2: 0.0, 3: 0.650761421319797, 4: 0.08121827411167512}, 'edge_length_total': 231833.4049999996, 'edge_length_avg': 96.11666873963499, 'street_length_total': 116633.84899999997, 'street_length_avg': 95.05611165444171, 'street_segments_count': 1227, 'node_density_km': 70.44092403629972, 'intersection_density_km': 51.561326122002136, 'edge_density_km': 16579.247990539778, 'street_density_km': 8340.90974362462, 'circuity_avg': 1.076462254299991, 'self_loop_proportion': 0.004975124378109453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076462254299991\n", - "2508\n", - "4995173.675028026\n", - "{'n': 394, 'm': 1025, 'k_avg': 5.2030456852791875, 'intersection_count': 322, 'streets_per_node_avg': 2.738578680203046, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 282, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18274111675126903, 2: 0.0, 3: 0.7157360406091371, 4: 0.09898477157360407, 5: 0.0025380710659898475}, 'edge_length_total': 97571.84000000008, 'edge_length_avg': 95.19203902439033, 'street_length_total': 49825.83600000004, 'street_length_avg': 95.08747328244283, 'street_segments_count': 524, 'node_density_km': 78.87613637333429, 'intersection_density_km': 64.4622231274458, 'edge_density_km': 19533.222736134925, 'street_density_km': 9974.79552094262, 'circuity_avg': 1.0637069716326952, 'self_loop_proportion': 0.003902439024390244, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637069716326952\n", - "2509\n", - "22972417.827757116\n", - "{'n': 1449, 'm': 3759, 'k_avg': 5.188405797101449, 'intersection_count': 1206, 'streets_per_node_avg': 2.8550724637681157, 'streets_per_node_counts': {0: 0, 1: 243, 2: 1, 3: 944, 4: 248, 5: 10, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16770186335403728, 2: 0.0006901311249137336, 3: 0.6514837819185645, 4: 0.17115251897860592, 5: 0.006901311249137336, 6: 0.002070393374741201}, 'edge_length_total': 349562.5639999989, 'edge_length_avg': 92.99349933492921, 'street_length_total': 188789.37500000012, 'street_length_avg': 92.36270792563606, 'street_segments_count': 2044, 'node_density_km': 63.07564187907126, 'intersection_density_km': 52.49773920369906, 'edge_density_km': 15216.62049771833, 'street_density_km': 8218.089032487023, 'circuity_avg': 1.0789299786295234, 'self_loop_proportion': 0.005320563979781857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789299786295234\n", - "2510\n", - "18981431.89692021\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 697, 'm': 1807, 'k_avg': 5.185078909612626, 'intersection_count': 536, 'streets_per_node_avg': 2.7604017216642753, 'streets_per_node_counts': {0: 0, 1: 161, 2: 0, 3: 381, 4: 155}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2309899569583931, 2: 0.0, 3: 0.5466284074605452, 4: 0.2223816355810617}, 'edge_length_total': 272191.2329999999, 'edge_length_avg': 150.63156225788595, 'street_length_total': 137015.711, 'street_length_avg': 149.58047052401747, 'street_segments_count': 916, 'node_density_km': 36.720095922430914, 'intersection_density_km': 28.23812254580053, 'edge_density_km': 14339.868271168922, 'street_density_km': 7218.407533429086, 'circuity_avg': 1.0334370279799099, 'self_loop_proportion': 0.0011068068622025456, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334370279799099\n", - "2511\n", - "19996686.76670587\n", - "{'n': 1989, 'm': 5256, 'k_avg': 5.285067873303167, 'intersection_count': 1639, 'streets_per_node_avg': 2.8079436902966313, 'streets_per_node_counts': {0: 0, 1: 350, 2: 1, 3: 1330, 4: 298, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17596782302664657, 2: 0.0005027652086475615, 3: 0.6686777275012569, 4: 0.14982403217697335, 5: 0.004524886877828055, 6: 0.0005027652086475615}, 'edge_length_total': 424240.87599999923, 'edge_length_avg': 80.71553957382025, 'street_length_total': 224605.25600000002, 'street_length_avg': 81.23155732368897, 'street_segments_count': 2765, 'node_density_km': 99.4664777822919, 'intersection_density_km': 81.9635782228137, 'edge_density_km': 21215.558404722964, 'street_density_km': 11232.123532282547, 'circuity_avg': 1.0708883627616261, 'self_loop_proportion': 0.00380517503805175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708883627616261\n", - "2512\n", - "6000498.796137415\n", - "{'n': 476, 'm': 1352, 'k_avg': 5.680672268907563, 'intersection_count': 407, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 276, 4: 124, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14495798319327732, 2: 0.0, 3: 0.5798319327731093, 4: 0.2605042016806723, 5: 0.014705882352941176}, 'edge_length_total': 124333.4290000001, 'edge_length_avg': 91.96259541420126, 'street_length_total': 63471.08999999999, 'street_length_avg': 90.93279369627506, 'street_segments_count': 698, 'node_density_km': 79.32673868819144, 'intersection_density_km': 67.82769463465108, 'edge_density_km': 20720.515614474392, 'street_density_km': 10577.635652698908, 'circuity_avg': 1.049826955460463, 'self_loop_proportion': 0.0014792899408284023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049826955460463\n", - "2513\n", - "8999447.305522101\n", - "{'n': 1408, 'm': 3334, 'k_avg': 4.735795454545454, 'intersection_count': 969, 'streets_per_node_avg': 2.4360795454545454, 'streets_per_node_counts': {0: 0, 1: 439, 2: 0, 3: 885, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3117897727272727, 2: 0.0, 3: 0.6285511363636364, 4: 0.05965909090909091}, 'edge_length_total': 181092.01500000045, 'edge_length_avg': 54.31674115176978, 'street_length_total': 91186.23499999988, 'street_length_avg': 53.70214075382796, 'street_segments_count': 1698, 'node_density_km': 156.45405236564304, 'intersection_density_km': 107.67327893629836, 'edge_density_km': 20122.570737080885, 'street_density_km': 10132.426126218617, 'circuity_avg': 1.1034075460334514, 'self_loop_proportion': 0.0065986802639472104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1034075460334514\n", - "2514\n", - "10988501.83016861\n", - "{'n': 240, 'm': 586, 'k_avg': 4.883333333333334, 'intersection_count': 201, 'streets_per_node_avg': 2.7916666666666665, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 174, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1625, 2: 0.0, 3: 0.725, 4: 0.10833333333333334, 5: 0.004166666666666667}, 'edge_length_total': 100452.05400000006, 'edge_length_avg': 171.41988737201376, 'street_length_total': 51386.38599999996, 'street_length_avg': 160.08219937694693, 'street_segments_count': 321, 'node_density_km': 21.841011969537742, 'intersection_density_km': 18.29184752448786, 'edge_density_km': 9141.56047407772, 'street_density_km': 4676.377798738691, 'circuity_avg': 1.1340828017398379, 'self_loop_proportion': 0.020477815699658702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1340828017398379\n", - "2515\n", - "15986009.659644756\n", - "{'n': 401, 'm': 1050, 'k_avg': 5.236907730673317, 'intersection_count': 307, 'streets_per_node_avg': 2.7680798004987532, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 212, 4: 95}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2344139650872818, 2: 0.0, 3: 0.5286783042394015, 4: 0.23690773067331672}, 'edge_length_total': 181496.15200000003, 'edge_length_avg': 172.85347809523813, 'street_length_total': 91833.66899999989, 'street_length_avg': 172.61967857142838, 'street_segments_count': 532, 'node_density_km': 25.084433735348505, 'intersection_density_km': 19.20429216147629, 'edge_density_km': 11353.43690290459, 'street_density_km': 5744.6273932778695, 'circuity_avg': 1.0300041496926202, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300041496926202\n", - "2516\n", - "5992706.195056839\n", - "{'n': 590, 'm': 1582, 'k_avg': 5.36271186440678, 'intersection_count': 501, 'streets_per_node_avg': 2.847457627118644, 'streets_per_node_counts': {0: 0, 1: 89, 2: 1, 3: 413, 4: 85, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15084745762711865, 2: 0.001694915254237288, 3: 0.7, 4: 0.1440677966101695, 5: 0.003389830508474576}, 'edge_length_total': 135832.93700000015, 'edge_length_avg': 85.86152781289516, 'street_length_total': 70269.47899999993, 'street_length_avg': 85.69448658536577, 'street_segments_count': 820, 'node_density_km': 98.45301618268373, 'intersection_density_km': 83.60162899580432, 'edge_density_km': 22666.37685525843, 'street_density_km': 11725.8341578572, 'circuity_avg': 1.0616569645793128, 'self_loop_proportion': 0.0050568900126422255, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616569645793128\n", - "2517\n", - "3995292.213488912\n", - "{'n': 19, 'm': 42, 'k_avg': 4.421052631578948, 'intersection_count': 12, 'streets_per_node_avg': 2.4210526315789473, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 9, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3684210526315789, 2: 0.0, 3: 0.47368421052631576, 4: 0.15789473684210525}, 'edge_length_total': 13016.922, 'edge_length_avg': 309.9267142857143, 'street_length_total': 6508.460999999998, 'street_length_avg': 309.9267142857142, 'street_segments_count': 21, 'node_density_km': 4.755597083950998, 'intersection_density_km': 3.003535000390104, 'edge_density_km': 3258.065068695663, 'street_density_km': 1629.032534347831, 'circuity_avg': 1.0320949624091964, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320949624091964\n", - "2518\n", - "8989239.985781064\n", - "{'n': 353, 'm': 968, 'k_avg': 5.484419263456091, 'intersection_count': 309, 'streets_per_node_avg': 2.9206798866855523, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 249, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12464589235127478, 2: 0.0, 3: 0.7053824362606232, 4: 0.16997167138810199}, 'edge_length_total': 154289.3799999999, 'edge_length_avg': 159.38985537190072, 'street_length_total': 77144.69000000006, 'street_length_avg': 159.38985537190095, 'street_segments_count': 484, 'node_density_km': 39.26917075952648, 'intersection_density_km': 34.37442992831072, 'edge_density_km': 17163.784729749194, 'street_density_km': 8581.892364874611, 'circuity_avg': 1.017929368803228, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.017929368803228\n", - "2519\n", - "10990132.470736802\n", - "{'n': 489, 'm': 1338, 'k_avg': 5.47239263803681, 'intersection_count': 416, 'streets_per_node_avg': 2.965235173824131, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 288, 4: 127, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1492842535787321, 2: 0.0, 3: 0.588957055214724, 4: 0.25971370143149286, 5: 0.002044989775051125}, 'edge_length_total': 177462.90499999953, 'edge_length_avg': 132.63296337817604, 'street_length_total': 91515.71899999985, 'street_length_avg': 129.25949011299414, 'street_segments_count': 708, 'node_density_km': 44.494459125224395, 'intersection_density_km': 37.85213700632587, 'edge_density_km': 16147.476426924457, 'street_density_km': 8327.080610145225, 'circuity_avg': 1.0416818267452963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416818267452963\n", - "2520\n", - "9998799.67863246\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1206, 'm': 2843, 'k_avg': 4.714759535655058, 'intersection_count': 849, 'streets_per_node_avg': 2.4643449419568824, 'streets_per_node_counts': {0: 0, 1: 357, 2: 0, 3: 784, 4: 62, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2960199004975124, 2: 0.0, 3: 0.6500829187396352, 4: 0.05140961857379768, 5: 0.0024875621890547263}, 'edge_length_total': 194327.8960000001, 'edge_length_avg': 68.3531115019346, 'street_length_total': 98081.57299999992, 'street_length_avg': 67.64246413793097, 'street_segments_count': 1450, 'node_density_km': 120.61447761347141, 'intersection_density_km': 84.91019195177216, 'edge_density_km': 19435.12243927447, 'street_density_km': 9809.334735408418, 'circuity_avg': 1.097120155198711, 'self_loop_proportion': 0.007386563489271896, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097120155198711\n", - "2521\n", - "117870850.53468035\n", - "{'n': 13702, 'm': 34794, 'k_avg': 5.078674646037075, 'intersection_count': 11162, 'streets_per_node_avg': 2.7941906291052403, 'streets_per_node_counts': {0: 0, 1: 2540, 2: 50, 3: 8922, 4: 2089, 5: 84, 6: 15, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18537439789811708, 2: 0.003649102320829076, 3: 0.6511458181287403, 4: 0.1524594949642388, 5: 0.006130491898992848, 6: 0.0010947306962487229, 7: 0.00014596409283316303}, 'edge_length_total': 2691847.8579999954, 'edge_length_avg': 77.36528878542263, 'street_length_total': 1470756.6699999918, 'street_length_avg': 77.25373831284756, 'street_segments_count': 19038, 'node_density_km': 116.24587366465597, 'intersection_density_km': 94.6968648259298, 'edge_density_km': 22837.26507265671, 'street_density_km': 12477.696252537524, 'circuity_avg': 1.0636999612083584, 'self_loop_proportion': 0.002414209346439041, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0636999612083584\n", - "2522\n", - "5993041.408075764\n", - "{'n': 200, 'm': 515, 'k_avg': 5.15, 'intersection_count': 154, 'streets_per_node_avg': 2.73, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 116, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23, 2: 0.0, 3: 0.58, 4: 0.19}, 'edge_length_total': 69893.26899999999, 'edge_length_avg': 135.7150854368932, 'street_length_total': 35393.165999999976, 'street_length_avg': 136.12756153846144, 'street_segments_count': 260, 'node_density_km': 33.372037064602175, 'intersection_density_km': 25.696468539743673, 'edge_density_km': 11662.403818171048, 'street_density_km': 5905.710237928083, 'circuity_avg': 1.008866175076331, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.008866175076331\n", - "2523\n", - "13986950.59523341\n", - "{'n': 545, 'm': 1484, 'k_avg': 5.445871559633027, 'intersection_count': 448, 'streets_per_node_avg': 2.770642201834862, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 379, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1779816513761468, 2: 0.0, 3: 0.6954128440366972, 4: 0.12660550458715597}, 'edge_length_total': 207591.83999999982, 'edge_length_avg': 139.88668463611847, 'street_length_total': 103795.91999999997, 'street_length_avg': 139.88668463611856, 'street_segments_count': 742, 'node_density_km': 38.96489061638136, 'intersection_density_km': 32.02985503878688, 'edge_density_km': 14841.822639363914, 'street_density_km': 7420.911319681962, 'circuity_avg': 1.0603789078954167, 'self_loop_proportion': 0.0013477088948787063, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0603789078954167\n", - "2524\n", - "6999028.996700625\n", - "{'n': 178, 'm': 409, 'k_avg': 4.595505617977528, 'intersection_count': 124, 'streets_per_node_avg': 2.449438202247191, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 114, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30337078651685395, 2: 0.0, 3: 0.6404494382022472, 4: 0.056179775280898875}, 'edge_length_total': 35359.544999999984, 'edge_length_avg': 86.45365525672368, 'street_length_total': 17900.344999999998, 'street_length_avg': 85.6475837320574, 'street_segments_count': 209, 'node_density_km': 25.43209923603832, 'intersection_density_km': 17.71674328802669, 'edge_density_km': 5052.064367309899, 'street_density_km': 2557.546912355743, 'circuity_avg': 1.0511656584882358, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511656584882358\n", - "2525\n", - "34972604.08340858\n", - "{'n': 1376, 'm': 3513, 'k_avg': 5.1061046511627906, 'intersection_count': 1078, 'streets_per_node_avg': 2.739098837209302, 'streets_per_node_counts': {0: 0, 1: 298, 2: 2, 3: 841, 4: 231, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21656976744186046, 2: 0.0014534883720930232, 3: 0.6111918604651163, 4: 0.16787790697674418, 5: 0.0029069767441860465}, 'edge_length_total': 491154.90999999916, 'edge_length_avg': 139.810677483632, 'street_length_total': 259523.33700000032, 'street_length_avg': 140.51074011911226, 'street_segments_count': 1847, 'node_density_km': 39.34508270297181, 'intersection_density_km': 30.824127292008438, 'edge_density_km': 14043.99022814, 'street_density_km': 7420.761015709474, 'circuity_avg': 1.0574489136566558, 'self_loop_proportion': 0.002846569883290635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574489136566558\n", - "2526\n", - "520674669.655994\n", - "error with entry 2526\n", - "2527\n", - "5999474.84966326\n", - "{'n': 287, 'm': 774, 'k_avg': 5.393728222996516, 'intersection_count': 244, 'streets_per_node_avg': 2.8919860627177703, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 189, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14982578397212543, 2: 0.0, 3: 0.6585365853658537, 4: 0.1916376306620209}, 'edge_length_total': 78547.32499999994, 'edge_length_avg': 101.4823320413436, 'street_length_total': 41174.606000000014, 'street_length_avg': 101.16610810810815, 'street_segments_count': 407, 'node_density_km': 47.8375203149837, 'intersection_density_km': 40.67022633050879, 'edge_density_km': 13092.36674346733, 'street_density_km': 6863.0350208587115, 'circuity_avg': 1.0336879373261414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0336879373261414\n", - "2528\n", - "21981866.31251188\n", - "{'n': 1541, 'm': 3866, 'k_avg': 5.017521090201168, 'intersection_count': 1186, 'streets_per_node_avg': 2.6398442569759895, 'streets_per_node_counts': {0: 0, 1: 355, 2: 0, 3: 1032, 4: 153, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23036988968202465, 2: 0.0, 3: 0.6696950032446464, 4: 0.09928617780661908, 5: 0.0006489292667099286}, 'edge_length_total': 387140.88500000007, 'edge_length_avg': 100.13990817382309, 'street_length_total': 197249.6060000001, 'street_length_avg': 98.47708736894663, 'street_segments_count': 2003, 'node_density_km': 70.10323773659185, 'intersection_density_km': 53.95356259286044, 'edge_density_km': 17611.829655230093, 'street_density_km': 8973.28749050427, 'circuity_avg': 1.0782047948353275, 'self_loop_proportion': 0.0015519917227108122, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782047948353275\n", - "2529\n", - "9987970.047488933\n", - "{'n': 606, 'm': 1374, 'k_avg': 4.534653465346534, 'intersection_count': 390, 'streets_per_node_avg': 2.3415841584158414, 'streets_per_node_counts': {0: 0, 1: 216, 2: 0, 3: 357, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3564356435643564, 2: 0.0, 3: 0.5891089108910891, 4: 0.054455445544554455}, 'edge_length_total': 159689.35800000015, 'edge_length_avg': 116.2222401746726, 'street_length_total': 80184.64699999987, 'street_length_avg': 115.53983717579231, 'street_segments_count': 694, 'node_density_km': 60.67298931802003, 'intersection_density_km': 39.046973323478234, 'edge_density_km': 15988.169491972749, 'street_density_km': 8028.122493234651, 'circuity_avg': 1.0859426182124183, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0859426182124183\n", - "2530\n", - "16993801.901847076\n", - "{'n': 1168, 'm': 2978, 'k_avg': 5.0993150684931505, 'intersection_count': 978, 'streets_per_node_avg': 2.8527397260273974, 'streets_per_node_counts': {0: 0, 1: 190, 2: 0, 3: 774, 4: 200, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16267123287671234, 2: 0.0, 3: 0.6626712328767124, 4: 0.17123287671232876, 5: 0.003424657534246575}, 'edge_length_total': 325230.83799999906, 'edge_length_avg': 109.21116118200102, 'street_length_total': 181288.0109999997, 'street_length_avg': 110.20547781154997, 'street_segments_count': 1645, 'node_density_km': 68.73094124235077, 'intersection_density_km': 57.5503942936807, 'edge_density_km': 19138.203439022633, 'street_density_km': 10667.890095876386, 'circuity_avg': 1.0746972377948856, 'self_loop_proportion': 0.0033579583613163196, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746972377948856\n", - "2531\n", - "30970949.8590563\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1913, 'm': 5290, 'k_avg': 5.530580240460011, 'intersection_count': 1650, 'streets_per_node_avg': 2.8808154730789335, 'streets_per_node_counts': {0: 0, 1: 263, 2: 1, 3: 1358, 4: 284, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1374803972817564, 2: 0.0005227391531625719, 3: 0.7098797699947726, 4: 0.14845791949817042, 5: 0.0031364349189754314, 6: 0.0005227391531625719}, 'edge_length_total': 513309.6329999997, 'edge_length_avg': 97.03395708884682, 'street_length_total': 262037.9870000007, 'street_length_avg': 96.69298413284159, 'street_segments_count': 2710, 'node_density_km': 61.7675598813, 'intersection_density_km': 53.2757312096942, 'edge_density_km': 16573.906687911975, 'street_density_km': 8460.766886146292, 'circuity_avg': 1.0655990735319112, 'self_loop_proportion': 0.0030245746691871457, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655990735319112\n", - "2532\n", - "26967942.611068044\n", - "{'n': 2201, 'm': 5175, 'k_avg': 4.702407996365289, 'intersection_count': 1512, 'streets_per_node_avg': 2.429804634257156, 'streets_per_node_counts': {0: 0, 1: 689, 2: 2, 3: 1385, 4: 125}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3130395274875057, 2: 0.0009086778736937755, 3: 0.6292594275329396, 4: 0.05679236710586097}, 'edge_length_total': 522841.85299999785, 'edge_length_avg': 101.03224212560345, 'street_length_total': 264412.972, 'street_length_avg': 100.11850511170012, 'street_segments_count': 2641, 'node_density_km': 81.61542138170662, 'intersection_density_km': 56.06656843668352, 'edge_density_km': 19387.532098403968, 'street_density_km': 9804.714279222806, 'circuity_avg': 1.0725490858248468, 'self_loop_proportion': 0.001932367149758454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725490858248468\n", - "2533\n", - "13983988.326226508\n", - "{'n': 921, 'm': 2453, 'k_avg': 5.326818675352877, 'intersection_count': 762, 'streets_per_node_avg': 2.766558089033659, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 662, 4: 97, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17263843648208468, 2: 0.0, 3: 0.7187839305103149, 4: 0.10532030401737243, 5: 0.003257328990228013}, 'edge_length_total': 277954.04300000035, 'edge_length_avg': 113.3118805544233, 'street_length_total': 139152.47600000002, 'street_length_avg': 113.22414646053704, 'street_segments_count': 1229, 'node_density_km': 65.86103896216038, 'intersection_density_km': 54.49089217064735, 'edge_density_km': 19876.592894368106, 'street_density_km': 9950.843261147762, 'circuity_avg': 1.0775381939897621, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0775381939897621\n", - "2534\n", - "13988204.18465511\n", - "{'n': 871, 'm': 2208, 'k_avg': 5.070034443168772, 'intersection_count': 613, 'streets_per_node_avg': 2.587830080367394, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 459, 4: 151, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29621125143513205, 2: 0.0, 3: 0.5269804822043628, 4: 0.17336394948335246, 5: 0.003444316877152698}, 'edge_length_total': 222671.34800000026, 'edge_length_avg': 100.84753079710157, 'street_length_total': 111472.44100000011, 'street_length_avg': 100.3352304230424, 'street_segments_count': 1111, 'node_density_km': 62.26674907673113, 'intersection_density_km': 43.82263740991525, 'edge_density_km': 15918.508556249704, 'street_density_km': 7969.031587505995, 'circuity_avg': 1.0765083389820367, 'self_loop_proportion': 0.0009057971014492754, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765083389820367\n", - "2535\n", - "4996822.444965817\n", - "{'n': 48, 'm': 128, 'k_avg': 5.333333333333333, 'intersection_count': 39, 'streets_per_node_avg': 2.8125, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 30, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.625, 4: 0.1875}, 'edge_length_total': 36890.57199999997, 'edge_length_avg': 288.2075937499998, 'street_length_total': 18445.285999999996, 'street_length_avg': 288.20759374999994, 'street_segments_count': 64, 'node_density_km': 9.606104785323899, 'intersection_density_km': 7.804960138075668, 'edge_density_km': 7382.806254636158, 'street_density_km': 3691.403127318081, 'circuity_avg': 1.0397736548395555, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397736548395555\n", - "2536\n", - "3000499.2560271197\n", - "{'n': 195, 'm': 452, 'k_avg': 4.635897435897436, 'intersection_count': 140, 'streets_per_node_avg': 2.5076923076923077, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 126, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28205128205128205, 2: 0.0, 3: 0.6461538461538462, 4: 0.07179487179487179}, 'edge_length_total': 39706.34199999997, 'edge_length_avg': 87.8458893805309, 'street_length_total': 20743.04299999999, 'street_length_avg': 87.52338818565397, 'street_segments_count': 237, 'node_density_km': 64.98918458596596, 'intersection_density_km': 46.65890175402684, 'edge_density_km': 13233.245074212773, 'street_density_km': 6913.197181546812, 'circuity_avg': 1.0744933759452024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744933759452024\n", - "2537\n", - "23998487.7391414\n", - "{'n': 1135, 'm': 2682, 'k_avg': 4.7259911894273126, 'intersection_count': 816, 'streets_per_node_avg': 2.488986784140969, 'streets_per_node_counts': {0: 0, 1: 319, 2: 0, 3: 759, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28105726872246695, 2: 0.0, 3: 0.6687224669603524, 4: 0.04933920704845815, 5: 0.000881057268722467}, 'edge_length_total': 227498.04800000027, 'edge_length_avg': 84.8240298284863, 'street_length_total': 115807.24300000002, 'street_length_avg': 83.19485847701151, 'street_segments_count': 1392, 'node_density_km': 47.294646743462145, 'intersection_density_km': 34.00214250455076, 'edge_density_km': 9479.682656376393, 'street_density_km': 4825.605857285709, 'circuity_avg': 1.1209749337863837, 'self_loop_proportion': 0.011185682326621925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1209749337863837\n", - "2538\n", - "21972414.243706066\n", - "{'n': 779, 'm': 2013, 'k_avg': 5.168164313222079, 'intersection_count': 594, 'streets_per_node_avg': 2.676508344030809, 'streets_per_node_counts': {0: 0, 1: 185, 2: 0, 3: 478, 4: 114, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2374839537869063, 2: 0.0, 3: 0.613607188703466, 4: 0.14634146341463414, 5: 0.0025673940949935813}, 'edge_length_total': 313763.94500000076, 'edge_length_avg': 155.8688251366124, 'street_length_total': 157797.86900000033, 'street_length_avg': 155.46588078817766, 'street_segments_count': 1015, 'node_density_km': 35.453546040037104, 'intersection_density_km': 27.033897750682975, 'edge_density_km': 14279.90304205545, 'street_density_km': 7181.635447511238, 'circuity_avg': 1.0516375045048025, 'self_loop_proportion': 0.0009935419771485345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516375045048025\n", - "2539\n", - "12998637.590449495\n", - "{'n': 1779, 'm': 3825, 'k_avg': 4.300168634064081, 'intersection_count': 1070, 'streets_per_node_avg': 2.2282181000562113, 'streets_per_node_counts': {0: 0, 1: 709, 2: 2, 3: 1022, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39853850477796515, 2: 0.0011242270938729624, 3: 0.5744800449690838, 4: 0.025295109612141653, 5: 0.0005621135469364812}, 'edge_length_total': 230347.55299999943, 'edge_length_avg': 60.22158248365998, 'street_length_total': 116801.98400000004, 'street_length_avg': 59.62326901480349, 'street_segments_count': 1959, 'node_density_km': 136.8604969267769, 'intersection_density_km': 82.31631911840994, 'edge_density_km': 17720.899701768973, 'street_density_km': 8985.709708978893, 'circuity_avg': 1.0670277964440926, 'self_loop_proportion': 0.007058823529411765, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670277964440926\n", - "2540\n", - "17981753.29267818\n", - "{'n': 882, 'm': 1971, 'k_avg': 4.469387755102041, 'intersection_count': 583, 'streets_per_node_avg': 2.365079365079365, 'streets_per_node_counts': {0: 0, 1: 299, 2: 3, 3: 541, 4: 37, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33900226757369617, 2: 0.003401360544217687, 3: 0.6133786848072562, 4: 0.04195011337868481, 5: 0.0022675736961451248}, 'edge_length_total': 247588.71100000004, 'edge_length_avg': 125.61578437341453, 'street_length_total': 125511.48, 'street_length_avg': 123.53492125984252, 'street_segments_count': 1016, 'node_density_km': 49.04972199563728, 'intersection_density_km': 32.421755015256835, 'edge_density_km': 13768.885990712226, 'street_density_km': 6979.935602336721, 'circuity_avg': 1.112705653434544, 'self_loop_proportion': 0.0020294266869609334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.112705653434544\n", - "2541\n", - "26975297.150010783\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3015, 'm': 8130, 'k_avg': 5.393034825870647, 'intersection_count': 2577, 'streets_per_node_avg': 2.8507462686567164, 'streets_per_node_counts': {0: 0, 1: 438, 2: 1, 3: 2173, 4: 380, 5: 22, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14527363184079603, 2: 0.0003316749585406302, 3: 0.7207296849087894, 4: 0.12603648424543948, 5: 0.007296849087893864, 6: 0.0003316749585406302}, 'edge_length_total': 555630.1090000018, 'edge_length_avg': 68.3431868388686, 'street_length_total': 295100.3519999996, 'street_length_avg': 69.06163164053349, 'street_segments_count': 4273, 'node_density_km': 111.76892633409953, 'intersection_density_km': 95.5318484785985, 'edge_density_km': 20597.73821619532, 'street_density_km': 10939.651576734592, 'circuity_avg': 1.1016028539217304, 'self_loop_proportion': 0.0045510455104551045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1016028539217304\n", - "2542\n", - "7990293.365099142\n", - "{'n': 122, 'm': 364, 'k_avg': 5.967213114754099, 'intersection_count': 107, 'streets_per_node_avg': 3.057377049180328, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 70, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12295081967213115, 2: 0.0, 3: 0.5737704918032787, 4: 0.30327868852459017}, 'edge_length_total': 72384.95400000001, 'edge_length_avg': 198.85976373626377, 'street_length_total': 36192.477, 'street_length_avg': 198.85976373626374, 'street_segments_count': 182, 'node_density_km': 15.268525750616948, 'intersection_density_km': 13.391247994393552, 'edge_density_km': 9059.110935296914, 'street_density_km': 4529.555467648456, 'circuity_avg': 1.0275513914790357, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275513914790357\n", - "2543\n", - "8995657.597860897\n", - "{'n': 212, 'm': 574, 'k_avg': 5.415094339622642, 'intersection_count': 173, 'streets_per_node_avg': 2.792452830188679, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 139, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18396226415094338, 2: 0.0, 3: 0.6556603773584906, 4: 0.16037735849056603}, 'edge_length_total': 88548.66800000006, 'edge_length_avg': 154.26597212543564, 'street_length_total': 44349.924999999996, 'street_length_avg': 153.99279513888888, 'street_segments_count': 288, 'node_density_km': 23.566926341261823, 'intersection_density_km': 19.231501212444787, 'edge_density_km': 9843.490265909666, 'street_density_km': 4930.148187337199, 'circuity_avg': 1.0549715752095337, 'self_loop_proportion': 0.006968641114982578, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549715752095337\n", - "2544\n", - "8994104.795646619\n", - "{'n': 652, 'm': 1766, 'k_avg': 5.41717791411043, 'intersection_count': 571, 'streets_per_node_avg': 2.9662576687116564, 'streets_per_node_counts': {0: 0, 1: 81, 2: 1, 3: 435, 4: 130, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12423312883435583, 2: 0.0015337423312883436, 3: 0.6671779141104295, 4: 0.19938650306748465, 5: 0.006134969325153374, 6: 0.0015337423312883436}, 'edge_length_total': 139394.91800000012, 'edge_length_avg': 78.93256964892419, 'street_length_total': 74628.52100000008, 'street_length_avg': 78.63911591148586, 'street_segments_count': 949, 'node_density_km': 72.49192830347997, 'intersection_density_km': 63.48602923510285, 'edge_density_km': 15498.476075959321, 'street_density_km': 8297.492935163735, 'circuity_avg': 1.0688467617555162, 'self_loop_proportion': 0.0022650056625141564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688467617555162\n", - "2545\n", - "6994940.123047709\n", - "{'n': 199, 'm': 534, 'k_avg': 5.366834170854271, 'intersection_count': 173, 'streets_per_node_avg': 2.9045226130653266, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 140, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1306532663316583, 2: 0.0, 3: 0.7035175879396985, 4: 0.1658291457286432}, 'edge_length_total': 78978.85899999995, 'edge_length_avg': 147.9004850187265, 'street_length_total': 40256.20300000003, 'street_length_avg': 148.0007463235295, 'street_segments_count': 272, 'node_density_km': 28.44913558935445, 'intersection_density_km': 24.732163100293064, 'edge_density_km': 11290.855620017617, 'street_density_km': 5755.046117887328, 'circuity_avg': 1.0390846278487051, 'self_loop_proportion': 0.003745318352059925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390846278487051\n", - "2546\n", - "6993917.043136035\n", - "{'n': 374, 'm': 910, 'k_avg': 4.866310160427807, 'intersection_count': 285, 'streets_per_node_avg': 2.6176470588235294, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 250, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23796791443850268, 2: 0.0, 3: 0.6684491978609626, 4: 0.09358288770053476}, 'edge_length_total': 104805.71400000007, 'edge_length_avg': 115.17111428571435, 'street_length_total': 53295.97200000001, 'street_length_avg': 113.6374669509595, 'street_segments_count': 469, 'node_density_km': 53.47504090959312, 'intersection_density_km': 40.74969694982363, 'edge_density_km': 14985.26696178909, 'street_density_km': 7620.332307530828, 'circuity_avg': 1.0585085360325621, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585085360325621\n", - "2547\n", - "46970022.20828382\n", - "{'n': 2446, 'm': 5913, 'k_avg': 4.83483237939493, 'intersection_count': 1705, 'streets_per_node_avg': 2.5224856909239577, 'streets_per_node_counts': {0: 0, 1: 741, 2: 1, 3: 1397, 4: 299, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3029435813573181, 2: 0.0004088307440719542, 3: 0.57113654946852, 4: 0.12224039247751431, 5: 0.003270645952575634}, 'edge_length_total': 630553.8189999968, 'edge_length_avg': 106.63856232031063, 'street_length_total': 322325.0590000001, 'street_length_avg': 105.74969127296592, 'street_segments_count': 3048, 'node_density_km': 52.07576843701414, 'intersection_density_km': 36.299748644770695, 'edge_density_km': 13424.60125319655, 'street_density_km': 6862.356963994655, 'circuity_avg': 1.0780575653161915, 'self_loop_proportion': 0.0006764755623203111, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780575653161915\n", - "2548\n", - "2998786.026517304\n", - "{'n': 25, 'm': 68, 'k_avg': 5.44, 'intersection_count': 19, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 7, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24, 2: 0.0, 3: 0.28, 4: 0.48}, 'edge_length_total': 12631.394, 'edge_length_avg': 185.75579411764707, 'street_length_total': 6315.697, 'street_length_avg': 185.75579411764707, 'street_segments_count': 34, 'node_density_km': 8.336706847015094, 'intersection_density_km': 6.335897203731472, 'edge_density_km': 4212.169153885816, 'street_density_km': 2106.084576942908, 'circuity_avg': 1.013329751682379, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013329751682379\n", - "2549\n", - "36958050.958817914\n", - "{'n': 2319, 'm': 5826, 'k_avg': 5.02457956015524, 'intersection_count': 1735, 'streets_per_node_avg': 2.608020698576973, 'streets_per_node_counts': {0: 0, 1: 584, 2: 0, 3: 1481, 4: 249, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25183268650280294, 2: 0.0, 3: 0.6386373436826218, 4: 0.1073738680465718, 5: 0.0021561017680034496}, 'edge_length_total': 642104.9489999992, 'edge_length_avg': 110.21368846549935, 'street_length_total': 324028.5259999993, 'street_length_avg': 109.02709488559869, 'street_segments_count': 2972, 'node_density_km': 62.746815371407024, 'intersection_density_km': 46.94511628693022, 'edge_density_km': 17373.885590327587, 'street_density_km': 8767.46791547698, 'circuity_avg': 1.0643816948377642, 'self_loop_proportion': 0.003089598352214212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643816948377642\n", - "2550\n", - "6998424.239167989\n", - "{'n': 267, 'm': 696, 'k_avg': 5.213483146067416, 'intersection_count': 212, 'streets_per_node_avg': 2.7865168539325844, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 159, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20599250936329588, 2: 0.0, 3: 0.5955056179775281, 4: 0.19850187265917604}, 'edge_length_total': 106334.33599999994, 'edge_length_avg': 152.77921839080452, 'street_length_total': 53167.168, 'street_length_avg': 152.7792183908046, 'street_segments_count': 348, 'node_density_km': 38.151445364755766, 'intersection_density_km': 30.292533398233044, 'edge_density_km': 15194.039738957228, 'street_density_km': 7597.019869478619, 'circuity_avg': 1.0371647968577145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371647968577145\n", - "2551\n", - "6991590.698528671\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 453, 'm': 1135, 'k_avg': 5.011037527593819, 'intersection_count': 339, 'streets_per_node_avg': 2.6070640176600444, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 290, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25165562913907286, 2: 0.0, 3: 0.6401766004415012, 4: 0.10596026490066225, 5: 0.002207505518763797}, 'edge_length_total': 102345.60300000019, 'edge_length_avg': 90.17233744493409, 'street_length_total': 51735.04800000003, 'street_length_avg': 89.35241450777208, 'street_segments_count': 579, 'node_density_km': 64.79212235569375, 'intersection_density_km': 48.486820041015854, 'edge_density_km': 14638.385942921126, 'street_density_km': 7399.610507933094, 'circuity_avg': 1.0641194946239394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641194946239394\n", - "2552\n", - "12985621.3549309\n", - "{'n': 659, 'm': 1730, 'k_avg': 5.250379362670714, 'intersection_count': 513, 'streets_per_node_avg': 2.6783004552352048, 'streets_per_node_counts': {0: 0, 1: 146, 2: 0, 3: 434, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22154779969650987, 2: 0.0, 3: 0.6585735963581184, 4: 0.11836115326251896, 5: 0.0015174506828528073}, 'edge_length_total': 156272.83600000013, 'edge_length_avg': 90.33111907514458, 'street_length_total': 78326.97299999988, 'street_length_avg': 90.03100344827573, 'street_segments_count': 870, 'node_density_km': 50.74843798288978, 'intersection_density_km': 39.50523320974576, 'edge_density_km': 12034.297915259958, 'street_density_km': 6031.823265065214, 'circuity_avg': 1.0492721631261026, 'self_loop_proportion': 0.0011560693641618498, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492721631261026\n", - "2553\n", - "10985999.117121885\n", - "{'n': 71, 'm': 202, 'k_avg': 5.690140845070423, 'intersection_count': 60, 'streets_per_node_avg': 3.028169014084507, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 36, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15492957746478872, 2: 0.0, 3: 0.5070422535211268, 4: 0.3380281690140845}, 'edge_length_total': 58815.93800000001, 'edge_length_avg': 291.16800990099017, 'street_length_total': 29407.968999999997, 'street_length_avg': 291.16800990099006, 'street_segments_count': 101, 'node_density_km': 6.4627713185726705, 'intersection_density_km': 5.461496888934652, 'edge_density_km': 5353.7177067795565, 'street_density_km': 2676.8588533897773, 'circuity_avg': 1.0588228660421501, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588228660421501\n", - "2554\n", - "5997489.623650677\n", - "{'n': 255, 'm': 678, 'k_avg': 5.317647058823529, 'intersection_count': 208, 'streets_per_node_avg': 2.776470588235294, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 172, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1843137254901961, 2: 0.0, 3: 0.6745098039215687, 4: 0.13725490196078433, 5: 0.00392156862745098}, 'edge_length_total': 77603.6770000001, 'edge_length_avg': 114.45970058997065, 'street_length_total': 38929.81499999999, 'street_length_avg': 113.8298684210526, 'street_segments_count': 342, 'node_density_km': 42.517789275437096, 'intersection_density_km': 34.681177134474176, 'edge_density_km': 12939.359943863092, 'street_density_km': 6491.01831647745, 'circuity_avg': 1.1269959721371428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1269959721371428\n", - "2555\n", - "6991537.36288326\n", - "{'n': 235, 'm': 567, 'k_avg': 4.825531914893617, 'intersection_count': 198, 'streets_per_node_avg': 2.8170212765957445, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 167, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1574468085106383, 2: 0.0, 3: 0.7106382978723405, 4: 0.13191489361702127}, 'edge_length_total': 74980.10399999993, 'edge_length_avg': 132.24004232804222, 'street_length_total': 43042.21300000001, 'street_length_avg': 136.64194603174607, 'street_segments_count': 315, 'node_density_km': 33.6120638141148, 'intersection_density_km': 28.319951639126508, 'edge_density_km': 10724.408682710477, 'street_density_km': 6156.330255560519, 'circuity_avg': 1.0638385899180267, 'self_loop_proportion': 0.003527336860670194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638385899180267\n", - "2556\n", - "6996888.68683214\n", - "{'n': 165, 'm': 424, 'k_avg': 5.13939393939394, 'intersection_count': 134, 'streets_per_node_avg': 2.721212121212121, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 118, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18787878787878787, 2: 0.0, 3: 0.7151515151515152, 4: 0.09696969696969697}, 'edge_length_total': 76560.62799999997, 'edge_length_avg': 180.56751886792446, 'street_length_total': 38280.31399999995, 'street_length_avg': 180.5675188679243, 'street_segments_count': 212, 'node_density_km': 23.581910101060103, 'intersection_density_km': 19.151369415406386, 'edge_density_km': 10942.096041070934, 'street_density_km': 5471.0480205354625, 'circuity_avg': 1.0358568179194423, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358568179194423\n", - "2557\n", - "4993757.504314806\n", - "{'n': 150, 'm': 387, 'k_avg': 5.16, 'intersection_count': 126, 'streets_per_node_avg': 2.8866666666666667, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 95, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.6333333333333333, 4: 0.20666666666666667}, 'edge_length_total': 65481.74499999998, 'edge_length_avg': 169.20347545219633, 'street_length_total': 35528.832, 'street_length_avg': 175.01887684729064, 'street_segments_count': 203, 'node_density_km': 30.037501795069943, 'intersection_density_km': 25.231501507858752, 'edge_density_km': 13112.720219878745, 'street_density_km': 7114.649033178257, 'circuity_avg': 1.0238646750598386, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0238646750598386\n", - "2558\n", - "14999858.670246478\n", - "{'n': 1086, 'm': 2946, 'k_avg': 5.425414364640884, 'intersection_count': 884, 'streets_per_node_avg': 2.841620626151013, 'streets_per_node_counts': {0: 0, 1: 202, 2: 0, 3: 653, 4: 230, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1860036832412523, 2: 0.0, 3: 0.6012891344383057, 4: 0.21178637200736647, 5: 0.0009208103130755065}, 'edge_length_total': 354751.73300000123, 'edge_length_avg': 120.41810353021087, 'street_length_total': 178155.2510000003, 'street_length_avg': 119.48708987256896, 'street_segments_count': 1491, 'node_density_km': 72.40068215803761, 'intersection_density_km': 58.933888607463395, 'edge_density_km': 23650.338366432883, 'street_density_km': 11877.12863944423, 'circuity_avg': 1.04674621645472, 'self_loop_proportion': 0.0006788866259334691, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04674621645472\n", - "2559\n", - "12983130.4315665\n", - "{'n': 358, 'm': 1112, 'k_avg': 6.212290502793296, 'intersection_count': 318, 'streets_per_node_avg': 3.1927374301675977, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 169, 4: 149}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11173184357541899, 2: 0.0, 3: 0.4720670391061452, 4: 0.41620111731843573}, 'edge_length_total': 179517.75400000004, 'edge_length_avg': 161.43682913669068, 'street_length_total': 89758.87700000001, 'street_length_avg': 161.43682913669065, 'street_segments_count': 556, 'node_density_km': 27.574243506756865, 'intersection_density_km': 24.493322444549396, 'edge_density_km': 13827.000733469491, 'street_density_km': 6913.500366734744, 'circuity_avg': 1.0427318185544738, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427318185544738\n", - "2560\n", - "6999147.2631740235\n", - "{'n': 262, 'm': 708, 'k_avg': 5.404580152671755, 'intersection_count': 212, 'streets_per_node_avg': 2.7404580152671754, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 181, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19083969465648856, 2: 0.0, 3: 0.6908396946564885, 4: 0.11450381679389313, 5: 0.003816793893129771}, 'edge_length_total': 72018.71900000003, 'edge_length_avg': 101.72135451977405, 'street_length_total': 36082.97299999999, 'street_length_avg': 101.6421774647887, 'street_segments_count': 355, 'node_density_km': 37.43313151567929, 'intersection_density_km': 30.289404127190878, 'edge_density_km': 10289.641908083022, 'street_density_km': 5155.338449563758, 'circuity_avg': 1.0682971869617048, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682971869617048\n", - "2561\n", - "4993962.116993112\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 263, 'm': 632, 'k_avg': 4.806083650190114, 'intersection_count': 192, 'streets_per_node_avg': 2.5285171102661597, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 175, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26996197718631176, 2: 0.0, 3: 0.6653992395437263, 4: 0.060836501901140684, 5: 0.0038022813688212928}, 'edge_length_total': 71938.54200000002, 'edge_length_avg': 113.82680696202534, 'street_length_total': 35969.271000000015, 'street_length_avg': 113.82680696202536, 'street_segments_count': 316, 'node_density_km': 52.66359532545945, 'intersection_density_km': 38.446427005658606, 'edge_density_km': 14405.103666127638, 'street_density_km': 7202.551833063821, 'circuity_avg': 1.0695843786216115, 'self_loop_proportion': 0.0031645569620253164, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695843786216115\n", - "2562\n", - "9000392.431079965\n", - "{'n': 839, 'm': 2235, 'k_avg': 5.32777115613826, 'intersection_count': 665, 'streets_per_node_avg': 2.738974970202622, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 537, 4: 127, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20738974970202623, 2: 0.0, 3: 0.6400476758045291, 4: 0.15137067938021453, 5: 0.0011918951132300357}, 'edge_length_total': 177989.8929999996, 'edge_length_avg': 79.63753601789692, 'street_length_total': 91095.225, 'street_length_avg': 80.47281360424029, 'street_segments_count': 1132, 'node_density_km': 93.21815758863836, 'intersection_density_km': 73.88566721864662, 'edge_density_km': 19775.792484933067, 'street_density_km': 10121.250345199605, 'circuity_avg': 1.082054524796665, 'self_loop_proportion': 0.0071588366890380315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082054524796665\n", - "2563\n", - "12995798.367371138\n", - "{'n': 345, 'm': 954, 'k_avg': 5.530434782608696, 'intersection_count': 297, 'streets_per_node_avg': 2.8260869565217392, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 261, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1391304347826087, 2: 0.0, 3: 0.7565217391304347, 4: 0.10434782608695652}, 'edge_length_total': 147262.45999999988, 'edge_length_avg': 154.3631656184485, 'street_length_total': 73631.2299999999, 'street_length_avg': 154.36316561844842, 'street_segments_count': 477, 'node_density_km': 26.547041608940297, 'intersection_density_km': 22.85354016769643, 'edge_density_km': 11331.543921898268, 'street_density_km': 5665.771960949131, 'circuity_avg': 1.048473195317774, 'self_loop_proportion': 0.0020964360587002098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048473195317774\n", - "2564\n", - "35954610.76274617\n", - "error with entry 2564\n", - "2565\n", - "30958974.117734626\n", - "{'n': 540, 'm': 1425, 'k_avg': 5.277777777777778, 'intersection_count': 410, 'streets_per_node_avg': 2.7314814814814814, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 295, 4: 115}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24074074074074073, 2: 0.0, 3: 0.5462962962962963, 4: 0.21296296296296297}, 'edge_length_total': 291705.2030000004, 'edge_length_avg': 204.70540561403536, 'street_length_total': 145983.321, 'street_length_avg': 204.45843277310925, 'street_segments_count': 714, 'node_density_km': 17.44243843308312, 'intersection_density_km': 13.243332884377924, 'edge_density_km': 9422.314896180593, 'street_density_km': 4715.3797940731665, 'circuity_avg': 1.0456437618682113, 'self_loop_proportion': 0.0014035087719298245, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456437618682113\n", - "2566\n", - "5998694.97028124\n", - "{'n': 388, 'm': 981, 'k_avg': 5.056701030927835, 'intersection_count': 302, 'streets_per_node_avg': 2.6469072164948453, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 267, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22164948453608246, 2: 0.0, 3: 0.6881443298969072, 4: 0.09020618556701031}, 'edge_length_total': 101865.60899999991, 'edge_length_avg': 103.83854128440358, 'street_length_total': 51518.83700000004, 'street_length_avg': 103.03767400000008, 'street_segments_count': 500, 'node_density_km': 64.68073504691125, 'intersection_density_km': 50.34428346434844, 'edge_density_km': 16981.29501577642, 'street_density_km': 8588.340840005181, 'circuity_avg': 1.0854753875756447, 'self_loop_proportion': 0.004077471967380225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854753875756447\n", - "2567\n", - "2995990.034833816\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.3, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.5, 4: 0.1}, 'edge_length_total': 10007.978000000001, 'edge_length_avg': 500.3989, 'street_length_total': 5003.989, 'street_length_avg': 500.39889999999997, 'street_segments_count': 10, 'node_density_km': 3.3377948136448623, 'intersection_density_km': 2.0026768881869175, 'edge_density_km': 3340.4577063471884, 'street_density_km': 1670.2288531735937, 'circuity_avg': 1.042832198034981, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042832198034981\n", - "2568\n", - "5994599.126733723\n", - "{'n': 484, 'm': 1307, 'k_avg': 5.400826446280992, 'intersection_count': 402, 'streets_per_node_avg': 2.7789256198347108, 'streets_per_node_counts': {0: 0, 1: 82, 2: 1, 3: 343, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16942148760330578, 2: 0.002066115702479339, 3: 0.7086776859504132, 4: 0.11983471074380166}, 'edge_length_total': 112578.7830000002, 'edge_length_avg': 86.13525860749824, 'street_length_total': 56468.914999999964, 'street_length_avg': 85.68879362670708, 'street_segments_count': 659, 'node_density_km': 80.73934382726891, 'intersection_density_km': 67.06036408793823, 'edge_density_km': 18780.035265067174, 'street_density_km': 9419.965173012024, 'circuity_avg': 1.0873971963013291, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873971963013291\n", - "2569\n", - "30959256.26646944\n", - "{'n': 3493, 'm': 7761, 'k_avg': 4.443744632121386, 'intersection_count': 2222, 'streets_per_node_avg': 2.337245920412253, 'streets_per_node_counts': {0: 0, 1: 1271, 2: 2, 3: 1997, 4: 217, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3638705983395362, 2: 0.000572573718866304, 3: 0.5717148582880046, 4: 0.06212424849699399, 5: 0.0017177211565989122}, 'edge_length_total': 614330.2990000013, 'edge_length_avg': 79.15607511918584, 'street_length_total': 313385.03100000153, 'street_length_avg': 77.47466773794847, 'street_segments_count': 4045, 'node_density_km': 112.82570776039955, 'intersection_density_km': 71.77174996954132, 'edge_density_km': 19843.18659700344, 'street_density_km': 10122.498689977077, 'circuity_avg': 1.0626781911875318, 'self_loop_proportion': 0.0015461925009663702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626781911875318\n", - "2570\n", - "12993939.284609824\n", - "{'n': 507, 'm': 1309, 'k_avg': 5.16370808678501, 'intersection_count': 419, 'streets_per_node_avg': 2.747534516765286, 'streets_per_node_counts': {0: 0, 1: 88, 2: 3, 3: 365, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17357001972386588, 2: 0.005917159763313609, 3: 0.7199211045364892, 4: 0.10059171597633136}, 'edge_length_total': 147945.017, 'edge_length_avg': 113.02140336134453, 'street_length_total': 75985.57900000004, 'street_length_avg': 111.4158049853373, 'street_segments_count': 682, 'node_density_km': 39.0181906268022, 'intersection_density_km': 32.24580251011859, 'edge_density_km': 11385.694034697224, 'street_density_km': 5847.7708211241425, 'circuity_avg': 1.0858339007962632, 'self_loop_proportion': 0.006111535523300229, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0858339007962632\n", - "2571\n", - "231706217.68089586\n", - "error with entry 2571\n", - "2572\n", - "36971372.856506616\n", - "{'n': 640, 'm': 1666, 'k_avg': 5.20625, 'intersection_count': 505, 'streets_per_node_avg': 2.6828125, 'streets_per_node_counts': {0: 0, 1: 135, 2: 1, 3: 436, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2109375, 2: 0.0015625, 3: 0.68125, 4: 0.10625}, 'edge_length_total': 379204.22100000066, 'edge_length_avg': 227.61357803121288, 'street_length_total': 191391.90899999999, 'street_length_avg': 226.49930059171595, 'street_segments_count': 845, 'node_density_km': 17.31069069260613, 'intersection_density_km': 13.659216874634524, 'edge_density_km': 10256.698404783858, 'street_density_km': 5176.75959026003, 'circuity_avg': 1.0495571265841535, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495571265841535\n", - "2573\n", - "4996840.497570837\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 271, 'm': 742, 'k_avg': 5.476014760147602, 'intersection_count': 242, 'streets_per_node_avg': 3.018450184501845, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 182, 4: 57, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1070110701107011, 2: 0.0, 3: 0.6715867158671587, 4: 0.21033210332103322, 5: 0.01107011070110701}, 'edge_length_total': 81851.58099999992, 'edge_length_avg': 110.3121037735848, 'street_length_total': 42658.860000000015, 'street_length_avg': 109.10194373401538, 'street_segments_count': 391, 'node_density_km': 54.234270661980084, 'intersection_density_km': 48.430603321768196, 'edge_density_km': 16380.6671515313, 'street_density_km': 8537.166639747295, 'circuity_avg': 1.0224684194752587, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224684194752587\n", - "2574\n", - "84896340.76796074\n", - "{'n': 2549, 'm': 6705, 'k_avg': 5.2608866222047865, 'intersection_count': 2001, 'streets_per_node_avg': 2.707728520988623, 'streets_per_node_counts': {0: 0, 1: 548, 2: 0, 3: 1655, 4: 341, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21498626912514712, 2: 0.0, 3: 0.6492742251863476, 4: 0.13377795213809338, 5: 0.001961553550411926}, 'edge_length_total': 1149026.3260000027, 'edge_length_avg': 171.36857956748736, 'street_length_total': 574904.9739999992, 'street_length_avg': 171.30660727055997, 'street_segments_count': 3356, 'node_density_km': 30.02485121198503, 'intersection_density_km': 23.569920468882717, 'edge_density_km': 13534.462329071748, 'street_density_km': 6771.846334005531, 'circuity_avg': 1.046852927425106, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046852927425106\n", - "2575\n", - "9987734.944073055\n", - "{'n': 330, 'm': 756, 'k_avg': 4.581818181818182, 'intersection_count': 223, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 208, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3242424242424242, 2: 0.0, 3: 0.6303030303030303, 4: 0.04242424242424243, 5: 0.0030303030303030303}, 'edge_length_total': 113586.13899999985, 'edge_length_avg': 150.2462156084654, 'street_length_total': 57340.97900000001, 'street_length_avg': 148.9376077922078, 'street_segments_count': 385, 'node_density_km': 33.04052438794738, 'intersection_density_km': 22.32738466215838, 'edge_density_km': 11372.562411400837, 'street_density_km': 5741.139439631148, 'circuity_avg': 1.1348230848055019, 'self_loop_proportion': 0.0026455026455026454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1348230848055019\n", - "2576\n", - "6000915.920215016\n", - "{'n': 390, 'm': 1130, 'k_avg': 5.794871794871795, 'intersection_count': 342, 'streets_per_node_avg': 2.9641025641025642, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 261, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12307692307692308, 2: 0.0, 3: 0.6692307692307692, 4: 0.20512820512820512, 5: 0.002564102564102564}, 'edge_length_total': 101395.34999999992, 'edge_length_avg': 89.73039823008843, 'street_length_total': 50697.67500000007, 'street_length_avg': 89.73039823008861, 'street_segments_count': 565, 'node_density_km': 64.99007904547112, 'intersection_density_km': 56.991300086028524, 'edge_density_km': 16896.64567011078, 'street_density_km': 8448.322835055409, 'circuity_avg': 1.0401503423815572, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401503423815572\n", - "2577\n", - "34970155.22862543\n", - "{'n': 2173, 'm': 5311, 'k_avg': 4.888173032673723, 'intersection_count': 1665, 'streets_per_node_avg': 2.6318453750575244, 'streets_per_node_counts': {0: 0, 1: 508, 2: 2, 3: 1450, 4: 208, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23377818683847215, 2: 0.0009203865623561896, 3: 0.6672802577082375, 4: 0.09572020248504372, 5: 0.002300966405890474}, 'edge_length_total': 468790.2960000012, 'edge_length_avg': 88.2678019205425, 'street_length_total': 247394.01399999947, 'street_length_avg': 87.72837375886506, 'street_segments_count': 2820, 'node_density_km': 62.13870043737332, 'intersection_density_km': 47.612027716625214, 'edge_density_km': 13405.439379241438, 'street_density_km': 7074.432823720805, 'circuity_avg': 1.0987596294832291, 'self_loop_proportion': 0.001129730747505178, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0987596294832291\n", - "2578\n", - "7995529.177720686\n", - "{'n': 101, 'm': 264, 'k_avg': 5.227722772277228, 'intersection_count': 86, 'streets_per_node_avg': 2.8316831683168315, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 73, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1485148514851485, 2: 0.0, 3: 0.7227722772277227, 4: 0.12871287128712872}, 'edge_length_total': 56719.78599999996, 'edge_length_avg': 214.8476742424241, 'street_length_total': 28359.892999999996, 'street_length_avg': 214.8476742424242, 'street_segments_count': 132, 'node_density_km': 12.632059461609321, 'intersection_density_km': 10.756011026716848, 'edge_density_km': 7093.937716849064, 'street_density_km': 3546.968858424534, 'circuity_avg': 1.0498089860062272, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498089860062272\n", - "2579\n", - "5997430.852705202\n", - "{'n': 111, 'm': 290, 'k_avg': 5.225225225225225, 'intersection_count': 89, 'streets_per_node_avg': 2.6576576576576576, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 83, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1981981981981982, 2: 0.0, 3: 0.7477477477477478, 4: 0.05405405405405406}, 'edge_length_total': 46809.198000000026, 'edge_length_avg': 161.41102758620698, 'street_length_total': 23404.599, 'street_length_avg': 161.4110275862069, 'street_segments_count': 145, 'node_density_km': 18.507924930878083, 'intersection_density_km': 14.839687557190533, 'edge_density_km': 7804.874978906387, 'street_density_km': 3902.4374894531907, 'circuity_avg': 1.025127688085264, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025127688085264\n", - "2580\n", - "146945484.89189747\n", - "error with entry 2580\n", - "2581\n", - "15994674.617370078\n", - "{'n': 90, 'm': 233, 'k_avg': 5.177777777777778, 'intersection_count': 70, 'streets_per_node_avg': 2.6444444444444444, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 62, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6888888888888889, 4: 0.08888888888888889}, 'edge_length_total': 60607.66599999994, 'edge_length_avg': 260.11873819742465, 'street_length_total': 30361.498, 'street_length_avg': 259.4999829059829, 'street_segments_count': 117, 'node_density_km': 5.626872828176246, 'intersection_density_km': 4.376456644137081, 'edge_density_km': 3789.240322162011, 'street_density_km': 1898.2254235436385, 'circuity_avg': 1.0484697762787882, 'self_loop_proportion': 0.008583690987124463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484697762787882\n", - "2582\n", - "10989846.264589714\n", - "{'n': 124, 'm': 308, 'k_avg': 4.967741935483871, 'intersection_count': 102, 'streets_per_node_avg': 2.774193548387097, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 86, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1774193548387097, 2: 0.0, 3: 0.6935483870967742, 4: 0.12903225806451613}, 'edge_length_total': 81796.51, 'edge_length_avg': 265.5730844155844, 'street_length_total': 40898.25499999999, 'street_length_avg': 265.57308441558433, 'street_segments_count': 154, 'node_density_km': 11.283142367472355, 'intersection_density_km': 9.281294528082098, 'edge_density_km': 7442.916673325613, 'street_density_km': 3721.4583366628062, 'circuity_avg': 1.0497519514697824, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497519514697824\n", - "2583\n", - "3995315.947700828\n", - "{'n': 52, 'm': 150, 'k_avg': 5.769230769230769, 'intersection_count': 43, 'streets_per_node_avg': 3.019230769230769, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 24, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17307692307692307, 2: 0.0, 3: 0.46153846153846156, 4: 0.36538461538461536}, 'edge_length_total': 29787.886, 'edge_length_avg': 198.58590666666666, 'street_length_total': 14893.943, 'street_length_avg': 198.58590666666666, 'street_segments_count': 75, 'node_density_km': 13.015241017402962, 'intersection_density_km': 10.762603149006296, 'edge_density_km': 7455.702224786989, 'street_density_km': 3727.8511123934945, 'circuity_avg': 1.0112513781546906, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0112513781546906\n", - "2584\n", - "25965989.893520493\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1958, 'm': 4217, 'k_avg': 4.307456588355465, 'intersection_count': 1202, 'streets_per_node_avg': 2.2722165474974463, 'streets_per_node_counts': {0: 0, 1: 756, 2: 3, 3: 1111, 4: 86, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3861082737487232, 2: 0.0015321756894790602, 3: 0.5674157303370787, 4: 0.043922369765066395, 5: 0.0010214504596527069}, 'edge_length_total': 402669.2250000007, 'edge_length_avg': 95.48712947593091, 'street_length_total': 206584.51000000018, 'street_length_avg': 94.5899771062272, 'street_segments_count': 2184, 'node_density_km': 75.40632989650034, 'intersection_density_km': 46.29132203043586, 'edge_density_km': 15507.563033461784, 'street_density_km': 7955.965123885029, 'circuity_avg': 1.0459253917764513, 'self_loop_proportion': 0.0014228124258951862, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459253917764513\n", - "2585\n", - "45940367.8163694\n", - "error with entry 2585\n", - "2586\n", - "47947018.287266366\n", - "{'n': 1268, 'm': 3481, 'k_avg': 5.490536277602524, 'intersection_count': 1059, 'streets_per_node_avg': 2.82807570977918, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 859, 4: 200}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16482649842271294, 2: 0.0, 3: 0.6774447949526814, 4: 0.15772870662460567}, 'edge_length_total': 645124.2289999998, 'edge_length_avg': 185.32727061189308, 'street_length_total': 323005.6140000009, 'street_length_avg': 184.78582036613324, 'street_segments_count': 1748, 'node_density_km': 26.445857225218774, 'intersection_density_km': 22.086879180998963, 'edge_density_km': 13454.939473709257, 'street_density_km': 6736.719519549014, 'circuity_avg': 1.0324978959511368, 'self_loop_proportion': 0.0005745475438092502, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324978959511368\n", - "2587\n", - "14983554.95265065\n", - "{'n': 917, 'm': 2219, 'k_avg': 4.8396946564885495, 'intersection_count': 683, 'streets_per_node_avg': 2.5572519083969465, 'streets_per_node_counts': {0: 0, 1: 234, 2: 0, 3: 622, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25517993456924754, 2: 0.0, 3: 0.678298800436205, 4: 0.06543075245365322, 5: 0.0010905125408942203}, 'edge_length_total': 236933.71899999978, 'edge_length_avg': 106.77499729607922, 'street_length_total': 119262.72199999994, 'street_length_avg': 104.98479049295769, 'street_segments_count': 1136, 'node_density_km': 61.2004295975021, 'intersection_density_km': 45.58330797720167, 'edge_density_km': 15812.917545184113, 'street_density_km': 7959.574505308027, 'circuity_avg': 1.0785822842571124, 'self_loop_proportion': 0.0018026137899954935, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0785822842571124\n", - "2588\n", - "5996877.294025097\n", - "{'n': 467, 'm': 1189, 'k_avg': 5.092077087794433, 'intersection_count': 394, 'streets_per_node_avg': 2.873661670235546, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 310, 4: 81, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15631691648822268, 2: 0.0, 3: 0.6638115631691649, 4: 0.1734475374732334, 5: 0.006423982869379015}, 'edge_length_total': 119805.3799999999, 'edge_length_avg': 100.76146341463406, 'street_length_total': 64791.27200000002, 'street_length_avg': 99.67888000000004, 'street_segments_count': 650, 'node_density_km': 77.87386286280841, 'intersection_density_km': 65.70086074506747, 'edge_density_km': 19977.960882969255, 'street_density_km': 10804.168373522312, 'circuity_avg': 1.0351109429968033, 'self_loop_proportion': 0.001682085786375105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0351109429968033\n", - "2589\n", - "4998006.728116345\n", - "{'n': 58, 'm': 148, 'k_avg': 5.103448275862069, 'intersection_count': 44, 'streets_per_node_avg': 2.6551724137931036, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 36, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.6206896551724138, 4: 0.13793103448275862}, 'edge_length_total': 32257.64400000001, 'edge_length_avg': 217.95705405405414, 'street_length_total': 16128.822, 'street_length_avg': 217.95705405405405, 'street_segments_count': 74, 'node_density_km': 11.604626235038927, 'intersection_density_km': 8.803509557615739, 'edge_density_km': 6454.101755912865, 'street_density_km': 3227.0508779564316, 'circuity_avg': 1.0684624176091126, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684624176091126\n", - "2590\n", - "52930740.61524642\n", - "{'n': 2439, 'm': 6671, 'k_avg': 5.4702747027470275, 'intersection_count': 1952, 'streets_per_node_avg': 2.820418204182042, 'streets_per_node_counts': {0: 0, 1: 487, 2: 0, 3: 1425, 4: 518, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1996719967199672, 2: 0.0, 3: 0.5842558425584256, 4: 0.21238212382123822, 5: 0.0036900369003690036}, 'edge_length_total': 716283.2639999996, 'edge_length_avg': 107.37269734672458, 'street_length_total': 363906.4089999985, 'street_length_avg': 106.43650453348887, 'street_segments_count': 3419, 'node_density_km': 46.07908318776592, 'intersection_density_km': 36.87838064063923, 'edge_density_km': 13532.462528848086, 'street_density_km': 6875.142965507215, 'circuity_avg': 1.0455684991282042, 'self_loop_proportion': 0.002098635886673662, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455684991282042\n", - "2591\n", - "4993729.326545874\n", - "{'n': 48, 'm': 110, 'k_avg': 4.583333333333333, 'intersection_count': 32, 'streets_per_node_avg': 2.4583333333333335, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 26, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5416666666666666, 4: 0.125}, 'edge_length_total': 22647.156, 'edge_length_avg': 205.88323636363634, 'street_length_total': 11323.578, 'street_length_avg': 205.88323636363634, 'street_segments_count': 55, 'node_density_km': 9.612054811389076, 'intersection_density_km': 6.408036540926051, 'edge_density_km': 4535.118849876645, 'street_density_km': 2267.5594249383225, 'circuity_avg': 1.0364812823752694, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364812823752694\n", - "2592\n", - "6990505.512322795\n", - "{'n': 88, 'm': 204, 'k_avg': 4.636363636363637, 'intersection_count': 62, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 54, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29545454545454547, 2: 0.0, 3: 0.6136363636363636, 4: 0.09090909090909091}, 'edge_length_total': 51022.816000000006, 'edge_length_avg': 250.11184313725494, 'street_length_total': 25511.408, 'street_length_avg': 250.1118431372549, 'street_segments_count': 102, 'node_density_km': 12.588503055304722, 'intersection_density_km': 8.869172607146508, 'edge_density_km': 7298.873580752849, 'street_density_km': 3649.436790376424, 'circuity_avg': 1.0576973685787667, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576973685787667\n", - "2593\n", - "3999048.9375948403\n", - "error with entry 2593\n", - "2594\n", - "5992645.554135953\n", - "{'n': 348, 'm': 782, 'k_avg': 4.494252873563219, 'intersection_count': 221, 'streets_per_node_avg': 2.32183908045977, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 203, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3649425287356322, 2: 0.0, 3: 0.5833333333333334, 4: 0.05172413793103448}, 'edge_length_total': 79349.16200000003, 'edge_length_avg': 101.46951662404095, 'street_length_total': 39674.581000000006, 'street_length_avg': 101.46951662404093, 'street_segments_count': 391, 'node_density_km': 58.0711802252046, 'intersection_density_km': 36.878536867155795, 'edge_density_km': 13241.090480519993, 'street_density_km': 6620.545240259996, 'circuity_avg': 1.0656534070439867, 'self_loop_proportion': 0.005115089514066497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656534070439867\n", - "2595\n", - "2998639.2077969117\n", - "{'n': 96, 'm': 285, 'k_avg': 5.9375, 'intersection_count': 86, 'streets_per_node_avg': 3.0729166666666665, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 60, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10416666666666667, 2: 0.0, 3: 0.625, 4: 0.2604166666666667, 5: 0.010416666666666666}, 'edge_length_total': 33377.61199999998, 'edge_length_avg': 117.11442807017536, 'street_length_total': 16760.565, 'street_length_avg': 116.39281249999999, 'street_segments_count': 144, 'node_density_km': 32.01452170384007, 'intersection_density_km': 28.67967569302339, 'edge_density_km': 11130.919622878666, 'street_density_km': 5589.390332928355, 'circuity_avg': 1.0594915452932754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594915452932754\n", - "2596\n", - "7995875.473287879\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 224, 'm': 574, 'k_avg': 5.125, 'intersection_count': 175, 'streets_per_node_avg': 2.674107142857143, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 150, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21875, 2: 0.0, 3: 0.6696428571428571, 4: 0.11160714285714286}, 'edge_length_total': 105687.08799999995, 'edge_length_avg': 184.12384668989537, 'street_length_total': 52843.54399999997, 'street_length_avg': 184.12384668989537, 'street_segments_count': 287, 'node_density_km': 28.01444328995933, 'intersection_density_km': 21.886283820280727, 'edge_density_km': 13217.700594897053, 'street_density_km': 6608.850297448526, 'circuity_avg': 1.0463309415415438, 'self_loop_proportion': 0.003484320557491289, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463309415415438\n", - "2597\n", - "2999548.354580681\n", - "{'n': 40, 'm': 90, 'k_avg': 4.5, 'intersection_count': 32, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 26, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.65, 4: 0.15}, 'edge_length_total': 20059.997999999996, 'edge_length_avg': 222.88886666666662, 'street_length_total': 10029.999, 'street_length_avg': 222.88886666666667, 'street_segments_count': 45, 'node_density_km': 13.335340948551492, 'intersection_density_km': 10.668272758841193, 'edge_density_km': 6687.6728189315245, 'street_density_km': 3343.8364094657627, 'circuity_avg': 1.0239695594246196, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0239695594246196\n", - "2598\n", - "8996579.493540939\n", - "{'n': 369, 'm': 1023, 'k_avg': 5.544715447154472, 'intersection_count': 311, 'streets_per_node_avg': 2.845528455284553, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 253, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15718157181571815, 2: 0.0, 3: 0.6856368563685636, 4: 0.15447154471544716, 5: 0.0027100271002710027}, 'edge_length_total': 112981.30700000002, 'edge_length_avg': 110.4411603128055, 'street_length_total': 56591.551, 'street_length_avg': 110.3149142300195, 'street_segments_count': 513, 'node_density_km': 41.0155882316076, 'intersection_density_km': 34.56869360441725, 'edge_density_km': 12558.251397780072, 'street_density_km': 6290.340794590844, 'circuity_avg': 1.0884253779109279, 'self_loop_proportion': 0.0039100684261974585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0884253779109279\n", - "2599\n", - "9987625.238136213\n", - "{'n': 269, 'm': 807, 'k_avg': 6.0, 'intersection_count': 244, 'streets_per_node_avg': 3.096654275092937, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 168, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09293680297397769, 2: 0.0, 3: 0.6245353159851301, 4: 0.2825278810408922}, 'edge_length_total': 120757.28700000004, 'edge_length_avg': 149.6372825278811, 'street_length_total': 60417.29799999994, 'street_length_avg': 149.54776732673253, 'street_segments_count': 404, 'node_density_km': 26.933329353695093, 'intersection_density_km': 24.43023183011748, 'edge_density_km': 12090.690641746038, 'street_density_km': 6049.215560202016, 'circuity_avg': 1.0277246087603258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0277246087603258\n", - "2600\n", - "10999514.410693254\n", - "{'n': 135, 'm': 348, 'k_avg': 5.155555555555556, 'intersection_count': 107, 'streets_per_node_avg': 2.748148148148148, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 86, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074074074074074, 2: 0.0, 3: 0.6370370370370371, 4: 0.14814814814814814, 5: 0.007407407407407408}, 'edge_length_total': 72462.30400000002, 'edge_length_avg': 208.22501149425293, 'street_length_total': 36231.15200000002, 'street_length_avg': 208.22501149425298, 'street_segments_count': 174, 'node_density_km': 12.273269069838102, 'intersection_density_km': 9.727702151649458, 'edge_density_km': 6587.772995647451, 'street_density_km': 3293.8864978237266, 'circuity_avg': 1.0660701531031798, 'self_loop_proportion': 0.005747126436781609, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660701531031798\n", - "2601\n", - "29980773.049087822\n", - "{'n': 2276, 'm': 5654, 'k_avg': 4.968365553602812, 'intersection_count': 1680, 'streets_per_node_avg': 2.606326889279438, 'streets_per_node_counts': {0: 0, 1: 596, 2: 2, 3: 1386, 4: 286, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2618629173989455, 2: 0.0008787346221441124, 3: 0.6089630931458699, 4: 0.1256590509666081, 5: 0.0026362038664323375}, 'edge_length_total': 524413.9129999989, 'edge_length_avg': 92.75095737530933, 'street_length_total': 267093.43100000045, 'street_length_avg': 91.06492703716347, 'street_segments_count': 2933, 'node_density_km': 75.91532067146775, 'intersection_density_km': 56.03591332516073, 'edge_density_km': 17491.674152009713, 'street_density_km': 8908.824017402276, 'circuity_avg': 1.0776851031379144, 'self_loop_proportion': 0.0031835868411743897, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776851031379144\n", - "2602\n", - "7990311.622981895\n", - "{'n': 564, 'm': 1246, 'k_avg': 4.418439716312057, 'intersection_count': 354, 'streets_per_node_avg': 2.2943262411347516, 'streets_per_node_counts': {0: 0, 1: 210, 2: 2, 3: 328, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3723404255319149, 2: 0.0035460992907801418, 3: 0.5815602836879432, 4: 0.0425531914893617}, 'edge_length_total': 114102.3930000001, 'edge_length_avg': 91.57495425361164, 'street_length_total': 57509.53099999991, 'street_length_avg': 90.70903943217651, 'street_segments_count': 634, 'node_density_km': 70.58548234562114, 'intersection_density_km': 44.303653812677105, 'edge_density_km': 14280.09299059332, 'street_density_km': 7197.407775009656, 'circuity_avg': 1.0929820907717809, 'self_loop_proportion': 0.0032102728731942215, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0929820907717809\n", - "2603\n", - "15979592.848080974\n", - "{'n': 287, 'm': 669, 'k_avg': 4.662020905923345, 'intersection_count': 211, 'streets_per_node_avg': 2.557491289198606, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 186, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26480836236933797, 2: 0.0, 3: 0.6480836236933798, 4: 0.08710801393728224}, 'edge_length_total': 132019.62200000003, 'edge_length_avg': 197.3387473841555, 'street_length_total': 68475.45599999998, 'street_length_avg': 194.53254545454539, 'street_segments_count': 352, 'node_density_km': 17.960407547834766, 'intersection_density_km': 13.204341437606745, 'edge_density_km': 8261.763816833078, 'street_density_km': 4285.181521894868, 'circuity_avg': 1.0419299081517803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419299081517803\n", - "2604\n", - "4993679.826690961\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 5688.854, 'edge_length_avg': 1422.2135, 'street_length_total': 2844.427, 'street_length_avg': 1422.2135, 'street_segments_count': 2, 'node_density_km': 0.6007593806805865, 'intersection_density_km': 0.4005062537870577, 'edge_density_km': 1139.2108019407592, 'street_density_km': 569.6054009703796, 'circuity_avg': 1.0163620641041324, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0163620641041324\n", - "2605\n", - "3999883.949796497\n", - "{'n': 25, 'm': 62, 'k_avg': 4.96, 'intersection_count': 21, 'streets_per_node_avg': 2.76, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 19, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.76, 4: 0.08}, 'edge_length_total': 16657.190000000002, 'edge_length_avg': 268.6643548387097, 'street_length_total': 8328.595000000001, 'street_length_avg': 268.6643548387097, 'street_segments_count': 31, 'node_density_km': 6.250181333703926, 'intersection_density_km': 5.250152320311298, 'edge_density_km': 4164.418320398389, 'street_density_km': 2082.2091601991947, 'circuity_avg': 1.039970095697454, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039970095697454\n", - "2606\n", - "6997571.477795998\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 191, 'm': 585, 'k_avg': 6.12565445026178, 'intersection_count': 174, 'streets_per_node_avg': 3.1518324607329844, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 114, 4: 57, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08900523560209424, 2: 0.0, 3: 0.5968586387434555, 4: 0.29842931937172773, 5: 0.015706806282722512}, 'edge_length_total': 67438.64400000003, 'edge_length_avg': 115.27973333333338, 'street_length_total': 33914.755000000005, 'street_length_avg': 114.57687500000002, 'street_segments_count': 296, 'node_density_km': 27.295183851435077, 'intersection_density_km': 24.86576958193562, 'edge_density_km': 9637.435532311414, 'street_density_km': 4846.646455504592, 'circuity_avg': 1.031590078864141, 'self_loop_proportion': 0.0017094017094017094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031590078864141\n", - "2607\n", - "5992312.6537361685\n", - "{'n': 141, 'm': 436, 'k_avg': 6.184397163120567, 'intersection_count': 132, 'streets_per_node_avg': 3.269503546099291, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 76, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06382978723404255, 2: 0.0, 3: 0.5390070921985816, 4: 0.3971631205673759}, 'edge_length_total': 78367.78000000007, 'edge_length_avg': 179.74261467889926, 'street_length_total': 39183.89, 'street_length_avg': 179.7426146788991, 'street_segments_count': 218, 'node_density_km': 23.530147398448477, 'intersection_density_km': 22.02822309641985, 'edge_density_km': 13078.052586448117, 'street_density_km': 6539.026293224052, 'circuity_avg': 1.0266811085732963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0266811085732963\n", - "2608\n", - "15978830.70409124\n", - "{'n': 876, 'm': 2054, 'k_avg': 4.689497716894977, 'intersection_count': 608, 'streets_per_node_avg': 2.5445205479452055, 'streets_per_node_counts': {0: 0, 1: 268, 2: 0, 3: 471, 4: 137}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3059360730593607, 2: 0.0, 3: 0.5376712328767124, 4: 0.15639269406392695}, 'edge_length_total': 164788.71599999958, 'edge_length_avg': 80.22819668938635, 'street_length_total': 88534.87499999994, 'street_length_avg': 81.52382596685078, 'street_segments_count': 1086, 'node_density_km': 54.822534653659474, 'intersection_density_km': 38.05034368655818, 'edge_density_km': 10312.939604385876, 'street_density_km': 5540.760562494186, 'circuity_avg': 1.0546238744839136, 'self_loop_proportion': 0.0009737098344693282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546238744839136\n", - "2609\n", - "15997500.282476291\n", - "{'n': 168, 'm': 438, 'k_avg': 5.214285714285714, 'intersection_count': 135, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 118, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19642857142857142, 2: 0.0, 3: 0.7023809523809523, 4: 0.10119047619047619}, 'edge_length_total': 124965.28799999996, 'edge_length_avg': 285.30887671232864, 'street_length_total': 62482.64400000003, 'street_length_avg': 285.3088767123289, 'street_segments_count': 219, 'node_density_km': 10.50164069595471, 'intersection_density_km': 8.438818416392177, 'edge_density_km': 7811.550916919645, 'street_density_km': 3905.7754584598256, 'circuity_avg': 1.0429427956251103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429427956251103\n", - "2610\n", - "7993983.690781903\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 4, 'streets_per_node_avg': 2.142857142857143, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.5714285714285714}, 'edge_length_total': 3227.1279999999997, 'edge_length_avg': 268.9273333333333, 'street_length_total': 1613.564, 'street_length_avg': 268.92733333333337, 'street_segments_count': 6, 'node_density_km': 0.875658529060036, 'intersection_density_km': 0.5003763023200206, 'edge_density_km': 403.6945939383508, 'street_density_km': 201.84729696917543, 'circuity_avg': 1.3869859153679047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3869859153679047\n", - "2611\n", - "7989487.40235409\n", - "{'n': 467, 'm': 1027, 'k_avg': 4.398286937901499, 'intersection_count': 307, 'streets_per_node_avg': 2.428265524625268, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 257, 4: 48, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3426124197002141, 2: 0.0, 3: 0.550321199143469, 4: 0.10278372591006424, 5: 0.0021413276231263384, 6: 0.0021413276231263384}, 'edge_length_total': 107286.63899999976, 'edge_length_avg': 104.46605550146033, 'street_length_total': 57388.562000000056, 'street_length_avg': 105.68795948434632, 'street_segments_count': 543, 'node_density_km': 58.4518100450849, 'intersection_density_km': 38.42549396968108, 'edge_density_km': 13428.475895510885, 'street_density_km': 7183.009260780687, 'circuity_avg': 1.0513418923522753, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513418923522753\n", - "2612\n", - "5999023.325005577\n", - "{'n': 109, 'm': 322, 'k_avg': 5.908256880733945, 'intersection_count': 99, 'streets_per_node_avg': 3.2110091743119265, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 56, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09174311926605505, 2: 0.0, 3: 0.5137614678899083, 4: 0.3944954128440367}, 'edge_length_total': 64831.25, 'edge_length_avg': 201.33928571428572, 'street_length_total': 32415.625000000015, 'street_length_avg': 201.3392857142858, 'street_segments_count': 161, 'node_density_km': 18.169624302952457, 'intersection_density_km': 16.502686293507278, 'edge_density_km': 10806.96748248428, 'street_density_km': 5403.483741242143, 'circuity_avg': 1.0292396624088584, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292396624088584\n", - "2613\n", - "8998857.733864821\n", - "{'n': 281, 'm': 790, 'k_avg': 5.622775800711744, 'intersection_count': 228, 'streets_per_node_avg': 2.9359430604982206, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 141, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18861209964412812, 2: 0.0, 3: 0.501779359430605, 4: 0.30604982206405695, 5: 0.0035587188612099642}, 'edge_length_total': 119252.34800000004, 'edge_length_avg': 150.95233924050638, 'street_length_total': 59626.17400000002, 'street_length_avg': 150.95233924050638, 'street_segments_count': 395, 'node_density_km': 31.226185401568333, 'intersection_density_km': 25.336549009101706, 'edge_density_km': 13251.94280505462, 'street_density_km': 6625.97140252731, 'circuity_avg': 1.0284675288740883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0284675288740883\n", - "2614\n", - "7997474.197233032\n", - "{'n': 499, 'm': 1436, 'k_avg': 5.755511022044089, 'intersection_count': 405, 'streets_per_node_avg': 2.9478957915831665, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 248, 4: 152, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18837675350701402, 2: 0.0, 3: 0.4969939879759519, 4: 0.3046092184368738, 5: 0.01002004008016032}, 'edge_length_total': 139728.79000000036, 'edge_length_avg': 97.30417130919245, 'street_length_total': 69864.39500000002, 'street_length_avg': 97.30417130919223, 'street_segments_count': 718, 'node_density_km': 62.39469958810797, 'intersection_density_km': 50.640988643654765, 'edge_density_km': 17471.614981683062, 'street_density_km': 8735.807490841511, 'circuity_avg': 1.0339472969839871, 'self_loop_proportion': 0.001392757660167131, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0339472969839871\n", - "2615\n", - "4993868.213359789\n", - "{'n': 142, 'm': 464, 'k_avg': 6.535211267605634, 'intersection_count': 127, 'streets_per_node_avg': 3.387323943661972, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 42, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1056338028169014, 2: 0.0, 3: 0.29577464788732394, 4: 0.5985915492957746}, 'edge_length_total': 78474.78600000005, 'edge_length_avg': 169.12669396551735, 'street_length_total': 39237.39299999996, 'street_length_avg': 169.12669396551706, 'street_segments_count': 232, 'node_density_km': 28.434871312806393, 'intersection_density_km': 25.431187723425438, 'edge_density_km': 15714.22845922551, 'street_density_km': 7857.114229612742, 'circuity_avg': 1.0140703526644257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0140703526644257\n", - "2616\n", - "20987741.539971143\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 985, 'm': 2580, 'k_avg': 5.238578680203045, 'intersection_count': 788, 'streets_per_node_avg': 2.7147208121827413, 'streets_per_node_counts': {0: 0, 1: 197, 2: 2, 3: 674, 4: 109, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0020304568527918783, 3: 0.6842639593908629, 4: 0.11065989847715736, 5: 0.003045685279187817}, 'edge_length_total': 311450.5559999993, 'edge_length_avg': 120.71726976744158, 'street_length_total': 156497.3049999998, 'street_length_avg': 119.46359160305327, 'street_segments_count': 1310, 'node_density_km': 46.93215790389204, 'intersection_density_km': 37.545726323113634, 'edge_density_km': 14839.64129283953, 'street_density_km': 7456.60530943507, 'circuity_avg': 1.0705099643785976, 'self_loop_proportion': 0.0015503875968992248, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0705099643785976\n", - "2617\n", - "11999967.133822128\n", - "{'n': 586, 'm': 1666, 'k_avg': 5.686006825938566, 'intersection_count': 528, 'streets_per_node_avg': 3.006825938566553, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 411, 4: 114, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09897610921501707, 2: 0.0, 3: 0.7013651877133106, 4: 0.1945392491467577, 5: 0.005119453924914676}, 'edge_length_total': 187645.05599999978, 'edge_length_avg': 112.6320864345737, 'street_length_total': 94756.66700000002, 'street_length_avg': 111.87327863046046, 'street_segments_count': 847, 'node_density_km': 48.833467080784594, 'intersection_density_km': 44.00012050964892, 'edge_density_km': 15637.130827726915, 'street_density_km': 7896.410543736124, 'circuity_avg': 1.0568171952785714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568171952785714\n", - "2618\n", - "13997629.835107146\n", - "{'n': 1033, 'm': 2595, 'k_avg': 5.0242013552758955, 'intersection_count': 785, 'streets_per_node_avg': 2.616650532429816, 'streets_per_node_counts': {0: 0, 1: 248, 2: 0, 3: 689, 4: 93, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24007744433688286, 2: 0.0, 3: 0.6669893514036787, 4: 0.09002904162633107, 5: 0.001936108422071636, 6: 0.000968054211035818}, 'edge_length_total': 235380.70900000015, 'edge_length_avg': 90.70547552986518, 'street_length_total': 119043.11499999992, 'street_length_avg': 89.10412799401192, 'street_segments_count': 1336, 'node_density_km': 73.79820813729161, 'intersection_density_km': 56.08092293104929, 'edge_density_km': 16815.754650808594, 'street_density_km': 8504.519436671379, 'circuity_avg': 1.0851590829190794, 'self_loop_proportion': 0.0023121387283236996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0851590829190794\n", - "2619\n", - "13983721.275664631\n", - "{'n': 409, 'm': 911, 'k_avg': 4.45476772616137, 'intersection_count': 267, 'streets_per_node_avg': 2.3618581907090466, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 244, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3471882640586797, 2: 0.0, 3: 0.5965770171149144, 4: 0.05623471882640587}, 'edge_length_total': 119544.82599999997, 'edge_length_avg': 131.22373874862785, 'street_length_total': 60870.57100000002, 'street_length_avg': 131.4699157667387, 'street_segments_count': 463, 'node_density_km': 29.248294637548877, 'intersection_density_km': 19.09362999566149, 'edge_density_km': 8548.85646269563, 'street_density_km': 4352.959401867576, 'circuity_avg': 1.085825028474429, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085825028474429\n", - "2620\n", - "9988367.142733961\n", - "{'n': 295, 'm': 746, 'k_avg': 5.057627118644068, 'intersection_count': 222, 'streets_per_node_avg': 2.630508474576271, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 185, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24745762711864408, 2: 0.0, 3: 0.6271186440677966, 4: 0.12542372881355932}, 'edge_length_total': 99899.25699999994, 'edge_length_avg': 133.91321313672915, 'street_length_total': 50366.59999999996, 'street_length_avg': 134.67005347593573, 'street_segments_count': 374, 'node_density_km': 29.534356895821333, 'intersection_density_km': 22.225855019906223, 'edge_density_km': 10001.560372425003, 'street_density_km': 5042.525898403639, 'circuity_avg': 1.0561811663832448, 'self_loop_proportion': 0.002680965147453083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0561811663832448\n", - "2621\n", - "7989310.862248212\n", - "{'n': 744, 'm': 2117, 'k_avg': 5.690860215053763, 'intersection_count': 643, 'streets_per_node_avg': 2.922043010752688, 'streets_per_node_counts': {0: 0, 1: 101, 2: 1, 3: 503, 4: 133, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.135752688172043, 2: 0.0013440860215053765, 3: 0.6760752688172043, 4: 0.17876344086021506, 5: 0.008064516129032258}, 'edge_length_total': 172198.9400000005, 'edge_length_avg': 81.34102031176216, 'street_length_total': 87000.789, 'street_length_avg': 80.93096651162791, 'street_segments_count': 1075, 'node_density_km': 93.12442747917265, 'intersection_density_km': 80.4825361143925, 'edge_density_km': 21553.666263468345, 'street_density_km': 10889.648744437234, 'circuity_avg': 1.054484908826086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054484908826086\n", - "2622\n", - "5999643.805971265\n", - "{'n': 40, 'm': 104, 'k_avg': 5.2, 'intersection_count': 32, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 24, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 34832.95, 'edge_length_avg': 334.9322115384615, 'street_length_total': 17416.475, 'street_length_avg': 334.9322115384615, 'street_segments_count': 52, 'node_density_km': 6.667062461306321, 'intersection_density_km': 5.333649969045056, 'edge_density_km': 5805.836334039, 'street_density_km': 2902.9181670195, 'circuity_avg': 1.0830964857622047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830964857622047\n", - "2623\n", - "8998905.786025058\n", - "{'n': 408, 'm': 1152, 'k_avg': 5.647058823529412, 'intersection_count': 347, 'streets_per_node_avg': 2.924019607843137, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 256, 4: 91}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14950980392156862, 2: 0.0, 3: 0.6274509803921569, 4: 0.22303921568627452}, 'edge_length_total': 162691.158, 'edge_length_avg': 141.22496354166665, 'street_length_total': 81345.57900000006, 'street_length_avg': 141.22496354166677, 'street_segments_count': 576, 'node_density_km': 45.33884559982923, 'intersection_density_km': 38.56024368416848, 'edge_density_km': 18078.993365243678, 'street_density_km': 9039.496682621846, 'circuity_avg': 1.0289219556281746, 'self_loop_proportion': 0.001736111111111111, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289219556281746\n", - "2624\n", - "6994117.807424149\n", - "{'n': 525, 'm': 1594, 'k_avg': 6.072380952380953, 'intersection_count': 487, 'streets_per_node_avg': 3.125714285714286, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 350, 4: 132, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07238095238095238, 2: 0.0, 3: 0.6666666666666666, 4: 0.25142857142857145, 5: 0.009523809523809525}, 'edge_length_total': 149721.8199999999, 'edge_length_avg': 93.92836888331236, 'street_length_total': 74860.91000000006, 'street_length_avg': 93.9283688833125, 'street_segments_count': 797, 'node_density_km': 75.06307649589782, 'intersection_density_km': 69.62993953048046, 'edge_density_km': 21406.819862409593, 'street_density_km': 10703.409931204813, 'circuity_avg': 1.054407411979518, 'self_loop_proportion': 0.002509410288582183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054407411979518\n", - "2625\n", - "15000637.619802896\n", - "{'n': 1895, 'm': 4701, 'k_avg': 4.9614775725593665, 'intersection_count': 1515, 'streets_per_node_avg': 2.7108179419525067, 'streets_per_node_counts': {0: 0, 1: 380, 2: 14, 3: 1289, 4: 199, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20052770448548812, 2: 0.007387862796833773, 3: 0.6802110817941952, 4: 0.10501319261213721, 5: 0.0063324538258575196, 6: 0.0005277044854881266}, 'edge_length_total': 287625.7939999999, 'edge_length_avg': 61.183959583067406, 'street_length_total': 154858.1160000001, 'street_length_avg': 60.65731139835491, 'street_segments_count': 2553, 'node_density_km': 126.3279633859257, 'intersection_density_km': 100.99570687581924, 'edge_density_km': 19174.237875081686, 'street_density_km': 10323.435571536384, 'circuity_avg': 1.0975422673718105, 'self_loop_proportion': 0.0019144862795149968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975422673718105\n", - "2626\n", - "5996858.793688245\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 407, 'm': 1154, 'k_avg': 5.670761670761671, 'intersection_count': 359, 'streets_per_node_avg': 2.904176904176904, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 303, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11793611793611794, 2: 0.0, 3: 0.7444717444717445, 4: 0.13513513513513514, 5: 0.002457002457002457}, 'edge_length_total': 113329.26400000008, 'edge_length_avg': 98.20560138648187, 'street_length_total': 56664.632000000005, 'street_length_avg': 98.20560138648182, 'street_segments_count': 577, 'node_density_km': 67.86886501786095, 'intersection_density_km': 59.864674548924036, 'edge_density_km': 18898.10447417576, 'street_density_km': 9449.052237087873, 'circuity_avg': 1.083739526009188, 'self_loop_proportion': 0.0034662045060658577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083739526009188\n", - "2627\n", - "8987803.870533189\n", - "{'n': 511, 'm': 1475, 'k_avg': 5.772994129158513, 'intersection_count': 452, 'streets_per_node_avg': 2.9921722113502933, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 340, 4: 110, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11545988258317025, 2: 0.0, 3: 0.6653620352250489, 4: 0.21526418786692758, 5: 0.003913894324853229}, 'edge_length_total': 137995.56400000007, 'edge_length_avg': 93.55631457627123, 'street_length_total': 70592.63200000003, 'street_length_avg': 93.50017483443712, 'street_segments_count': 755, 'node_density_km': 56.854823198282105, 'intersection_density_km': 50.290371987521546, 'edge_density_km': 15353.646562362479, 'street_density_km': 7854.26929835889, 'circuity_avg': 1.0414761220568776, 'self_loop_proportion': 0.002711864406779661, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414761220568776\n", - "2628\n", - "19974428.51873524\n", - "{'n': 2717, 'm': 7328, 'k_avg': 5.394184762605815, 'intersection_count': 2290, 'streets_per_node_avg': 2.827751196172249, 'streets_per_node_counts': {0: 0, 1: 427, 2: 3, 3: 1913, 4: 360, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15715863084284137, 2: 0.001104158998895841, 3: 0.7040853882959146, 4: 0.13249907986750092, 5: 0.004784688995215311, 6: 0.000368052999631947}, 'edge_length_total': 424594.86499999993, 'edge_length_avg': 57.941439001091695, 'street_length_total': 220664.54599999957, 'street_length_avg': 58.22283535620041, 'street_segments_count': 3790, 'node_density_km': 136.02391665181105, 'intersection_density_km': 114.64658414893165, 'edge_density_km': 21256.921798876316, 'street_density_km': 11047.352157936572, 'circuity_avg': 1.0748350119074108, 'self_loop_proportion': 0.004776200873362445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0748350119074108\n", - "2629\n", - "7995225.896917852\n", - "{'n': 793, 'm': 2155, 'k_avg': 5.435056746532156, 'intersection_count': 678, 'streets_per_node_avg': 2.8814627994955866, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 546, 4: 128, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1450189155107188, 2: 0.0, 3: 0.6885245901639344, 4: 0.1614123581336696, 5: 0.005044136191677175}, 'edge_length_total': 167619.16300000012, 'edge_length_avg': 77.7815141531323, 'street_length_total': 86772.58199999982, 'street_length_avg': 78.03289748201422, 'street_segments_count': 1112, 'node_density_km': 99.18418944306507, 'intersection_density_km': 84.80060585422208, 'edge_density_km': 20964.90645306433, 'street_density_km': 10853.049447101992, 'circuity_avg': 1.0553163966780479, 'self_loop_proportion': 0.0018561484918793504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553163966780479\n", - "2630\n", - "31959465.017679933\n", - "{'n': 2671, 'm': 7086, 'k_avg': 5.305877948333958, 'intersection_count': 2193, 'streets_per_node_avg': 2.8101834518906776, 'streets_per_node_counts': {0: 0, 1: 478, 2: 2, 3: 1755, 4: 423, 5: 11, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17895919131411456, 2: 0.0007487832272557095, 3: 0.6570572819168851, 4: 0.15836765256458255, 5: 0.0041183077499064025, 6: 0.0007487832272557095}, 'edge_length_total': 590464.1209999993, 'edge_length_avg': 83.32826996895277, 'street_length_total': 312320.64500000054, 'street_length_avg': 83.86698308270691, 'street_segments_count': 3724, 'node_density_km': 83.57461548628572, 'intersection_density_km': 68.61816988447195, 'edge_density_km': 18475.406915395968, 'street_density_km': 9772.399031937024, 'circuity_avg': 1.0773695848550313, 'self_loop_proportion': 0.0031047135196161446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773695848550313\n", - "2631\n", - "7994977.780917332\n", - "{'n': 432, 'm': 1138, 'k_avg': 5.268518518518518, 'intersection_count': 355, 'streets_per_node_avg': 2.7824074074074074, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 296, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17824074074074073, 2: 0.0, 3: 0.6851851851851852, 4: 0.13425925925925927, 5: 0.0023148148148148147}, 'edge_length_total': 129382.16299999999, 'edge_length_avg': 113.69258611599295, 'street_length_total': 65657.74299999999, 'street_length_avg': 113.98913715277776, 'street_segments_count': 576, 'node_density_km': 54.033921273816595, 'intersection_density_km': 44.402875120844655, 'edge_density_km': 16182.929652264134, 'street_density_km': 8212.3734173113, 'circuity_avg': 1.0971695603159977, 'self_loop_proportion': 0.0035149384885764497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0971695603159977\n", - "2632\n", - "385838037.8275488\n", - "error with entry 2632\n", - "2633\n", - "13997807.320449824\n", - "{'n': 445, 'm': 1210, 'k_avg': 5.438202247191011, 'intersection_count': 359, 'streets_per_node_avg': 2.8067415730337077, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 278, 4: 76, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19325842696629214, 2: 0.0, 3: 0.6247191011235955, 4: 0.1707865168539326, 5: 0.011235955056179775}, 'edge_length_total': 176567.9480000001, 'edge_length_avg': 145.92392396694223, 'street_length_total': 88283.97400000002, 'street_length_avg': 145.92392396694217, 'street_segments_count': 605, 'node_density_km': 31.79069334308424, 'intersection_density_km': 25.646873955432003, 'edge_density_km': 12613.971885585723, 'street_density_km': 6306.9859427928595, 'circuity_avg': 1.0349065527371364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0349065527371364\n", - "2634\n", - "7999521.13247647\n", - "{'n': 321, 'm': 745, 'k_avg': 4.641744548286605, 'intersection_count': 222, 'streets_per_node_avg': 2.4236760124610592, 'streets_per_node_counts': {0: 0, 1: 99, 2: 1, 3: 208, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.308411214953271, 2: 0.003115264797507788, 3: 0.6479750778816199, 4: 0.037383177570093455, 5: 0.003115264797507788}, 'edge_length_total': 94619.47500000006, 'edge_length_avg': 127.00600671140948, 'street_length_total': 47481.20099999997, 'street_length_avg': 126.27978989361695, 'street_segments_count': 376, 'node_density_km': 40.12740196370051, 'intersection_density_km': 27.75166117115736, 'edge_density_km': 11828.14238915674, 'street_density_km': 5935.505415097375, 'circuity_avg': 1.1450742739584727, 'self_loop_proportion': 0.005369127516778523, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1450742739584727\n", - "2635\n", - "19972775.556090202\n", - "error with entry 2635\n", - "2636\n", - "33956359.3978874\n", - "error with entry 2636\n", - "2637\n", - "4997199.875451117\n", - "{'n': 304, 'm': 840, 'k_avg': 5.526315789473684, 'intersection_count': 271, 'streets_per_node_avg': 2.901315789473684, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 236, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10855263157894737, 2: 0.0, 3: 0.7763157894736842, 4: 0.1118421052631579, 5: 0.003289473684210526}, 'edge_length_total': 104525.25599999995, 'edge_length_avg': 124.43482857142851, 'street_length_total': 52398.64699999999, 'street_length_avg': 123.58171462264148, 'street_segments_count': 424, 'node_density_km': 60.83406859377557, 'intersection_density_km': 54.23037035826704, 'edge_density_km': 20916.76510949325, 'street_density_km': 10485.60159808892, 'circuity_avg': 1.0864164312143267, 'self_loop_proportion': 0.002380952380952381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864164312143267\n", - "2638\n", - "11996039.28055043\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 334, 'm': 882, 'k_avg': 5.281437125748503, 'intersection_count': 251, 'streets_per_node_avg': 2.688622754491018, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 189, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24850299401197604, 2: 0.0, 3: 0.5658682634730539, 4: 0.18562874251497005}, 'edge_length_total': 154777.64099999983, 'edge_length_avg': 175.4848537414964, 'street_length_total': 77653.06200000005, 'street_length_avg': 175.68566063348428, 'street_segments_count': 442, 'node_density_km': 27.842523035209226, 'intersection_density_km': 20.92357270011232, 'edge_density_km': 12902.395314005505, 'street_density_km': 6473.225052363867, 'circuity_avg': 1.0471662813734088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471662813734088\n", - "2639\n", - "4993666.347905021\n", - "{'n': 103, 'm': 306, 'k_avg': 5.941747572815534, 'intersection_count': 97, 'streets_per_node_avg': 3.116504854368932, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 73, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05825242718446602, 2: 0.0, 3: 0.7087378640776699, 4: 0.23300970873786409}, 'edge_length_total': 32479.129999999986, 'edge_length_avg': 106.14094771241825, 'street_length_total': 16239.564999999999, 'street_length_avg': 106.1409477124183, 'street_segments_count': 153, 'node_density_km': 20.626127743438705, 'intersection_density_km': 19.424605738966548, 'edge_density_km': 6504.064896851962, 'street_density_km': 3252.0324484259822, 'circuity_avg': 1.015202815890696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015202815890696\n", - "2640\n", - "6990710.005033961\n", - "{'n': 233, 'm': 680, 'k_avg': 5.836909871244635, 'intersection_count': 212, 'streets_per_node_avg': 3.0343347639484977, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 164, 4: 46, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09012875536480687, 2: 0.0, 3: 0.703862660944206, 4: 0.19742489270386265, 5: 0.008583690987124463}, 'edge_length_total': 84703.41800000008, 'edge_length_avg': 124.56385000000012, 'street_length_total': 42351.708999999995, 'street_length_avg': 124.56384999999999, 'street_segments_count': 340, 'node_density_km': 33.329947863982106, 'intersection_density_km': 30.325961146627495, 'edge_density_km': 12116.568694596936, 'street_density_km': 6058.284347298461, 'circuity_avg': 1.0420271738512819, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420271738512819\n", - "2641\n", - "8000347.621737309\n", - "{'n': 279, 'm': 655, 'k_avg': 4.695340501792114, 'intersection_count': 205, 'streets_per_node_avg': 2.5448028673835124, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 185, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26523297491039427, 2: 0.0, 3: 0.6630824372759857, 4: 0.06810035842293907, 5: 0.0035842293906810036}, 'edge_length_total': 84243.07600000002, 'edge_length_avg': 128.61538320610688, 'street_length_total': 42978.463999999985, 'street_length_avg': 128.67803592814366, 'street_segments_count': 334, 'node_density_km': 34.873484652334895, 'intersection_density_km': 25.623886572504134, 'edge_density_km': 10529.926946062662, 'street_density_km': 5372.074568763181, 'circuity_avg': 1.0483760121415229, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483760121415229\n", - "2642\n", - "10995923.29410008\n", - "{'n': 505, 'm': 1370, 'k_avg': 5.425742574257426, 'intersection_count': 414, 'streets_per_node_avg': 2.8118811881188117, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 328, 4: 85, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1801980198019802, 2: 0.0, 3: 0.6495049504950495, 4: 0.16831683168316833, 5: 0.0019801980198019802}, 'edge_length_total': 152105.8600000004, 'edge_length_avg': 111.02617518248204, 'street_length_total': 76656.55100000002, 'street_length_avg': 110.93567438494938, 'street_segments_count': 691, 'node_density_km': 45.92611156818095, 'intersection_density_km': 37.65031720638993, 'edge_density_km': 13832.932072344813, 'street_density_km': 6971.361017144463, 'circuity_avg': 1.062402332957621, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062402332957621\n", - "2643\n", - "6997847.280290289\n", - "{'n': 77, 'm': 208, 'k_avg': 5.402597402597403, 'intersection_count': 63, 'streets_per_node_avg': 2.883116883116883, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 44, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.5714285714285714, 4: 0.24675324675324675}, 'edge_length_total': 58674.804000000004, 'edge_length_avg': 282.0904038461539, 'street_length_total': 29337.402000000006, 'street_length_avg': 282.0904038461539, 'street_segments_count': 104, 'node_density_km': 11.003383885909244, 'intersection_density_km': 9.002768633925745, 'edge_density_km': 8384.693413538746, 'street_density_km': 4192.346706769373, 'circuity_avg': 1.0395323147661237, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395323147661237\n", - "2644\n", - "36976382.77507373\n", - "{'n': 2619, 'm': 7252, 'k_avg': 5.5379915998472695, 'intersection_count': 2305, 'streets_per_node_avg': 2.9301260022909505, 'streets_per_node_counts': {0: 0, 1: 314, 2: 2, 3: 1871, 4: 417, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11989308896525391, 2: 0.0007636502481863307, 3: 0.7143948071783124, 4: 0.15922107674684993, 5: 0.0057273768613974796}, 'edge_length_total': 684675.6699999976, 'edge_length_avg': 94.41197876447843, 'street_length_total': 367454.43700000085, 'street_length_avg': 96.74945681937885, 'street_segments_count': 3798, 'node_density_km': 70.82899416990844, 'intersection_density_km': 62.337087270576156, 'edge_density_km': 18516.56702508896, 'street_density_km': 9937.544167995437, 'circuity_avg': 1.067287392814618, 'self_loop_proportion': 0.0011031439602868175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067287392814618\n", - "2645\n", - "8988017.782196976\n", - "{'n': 356, 'm': 948, 'k_avg': 5.325842696629214, 'intersection_count': 295, 'streets_per_node_avg': 2.8286516853932584, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 234, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17134831460674158, 2: 0.0, 3: 0.6573033707865169, 4: 0.17134831460674158}, 'edge_length_total': 115027.17899999984, 'edge_length_avg': 121.3366867088606, 'street_length_total': 58034.76400000003, 'street_length_avg': 121.41164016736408, 'street_segments_count': 478, 'node_density_km': 39.608288348644265, 'intersection_density_km': 32.82147489564623, 'edge_density_km': 12797.836162255933, 'street_density_km': 6456.903558307644, 'circuity_avg': 1.0359015458229062, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359015458229062\n", - "2646\n", - "6997170.819117962\n", - "{'n': 349, 'm': 942, 'k_avg': 5.3982808022922635, 'intersection_count': 303, 'streets_per_node_avg': 2.8997134670487106, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 247, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1318051575931232, 2: 0.0, 3: 0.7077363896848138, 4: 0.15759312320916904, 5: 0.0028653295128939827}, 'edge_length_total': 124382.53500000008, 'edge_length_avg': 132.04090764331218, 'street_length_total': 62414.72500000005, 'street_length_avg': 130.30213987473914, 'street_segments_count': 479, 'node_density_km': 49.87730170120295, 'intersection_density_km': 43.30321609015614, 'edge_density_km': 17776.118121935357, 'street_density_km': 8919.994468259647, 'circuity_avg': 1.0351735570304614, 'self_loop_proportion': 0.0021231422505307855, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0351735570304614\n", - "2647\n", - "16985246.40659495\n", - "{'n': 343, 'm': 908, 'k_avg': 5.294460641399417, 'intersection_count': 265, 'streets_per_node_avg': 2.693877551020408, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 214, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22740524781341107, 2: 0.0, 3: 0.6239067055393586, 4: 0.14868804664723032}, 'edge_length_total': 174120.46199999985, 'edge_length_avg': 191.76262334801746, 'street_length_total': 87060.23100000001, 'street_length_avg': 191.76262334801766, 'street_segments_count': 454, 'node_density_km': 20.193996118114697, 'intersection_density_km': 15.601775426531763, 'edge_density_km': 10251.276774671529, 'street_density_km': 5125.63838733577, 'circuity_avg': 1.0462767988528103, 'self_loop_proportion': 0.006607929515418502, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462767988528103\n", - "2648\n", - "158784090.3053415\n", - "error with entry 2648\n", - "2649\n", - "5995505.7299953485\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 122, 'm': 334, 'k_avg': 5.475409836065574, 'intersection_count': 104, 'streets_per_node_avg': 2.877049180327869, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 83, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14754098360655737, 2: 0.0, 3: 0.680327868852459, 4: 0.1721311475409836}, 'edge_length_total': 51616.37999999996, 'edge_length_avg': 154.5400598802394, 'street_length_total': 27035.238999999994, 'street_length_avg': 159.0308176470588, 'street_segments_count': 170, 'node_density_km': 20.348575331958635, 'intersection_density_km': 17.34632651248933, 'edge_density_km': 8609.178662237724, 'street_density_km': 4509.250798434475, 'circuity_avg': 1.0994347514160803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0994347514160803\n", - "2650\n", - "3995452.341934027\n", - "error with entry 2650\n", - "2651\n", - "14979654.564939646\n", - "{'n': 678, 'm': 1466, 'k_avg': 4.32448377581121, 'intersection_count': 428, 'streets_per_node_avg': 2.2949852507374633, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 406, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3687315634218289, 2: 0.0, 3: 0.5988200589970502, 4: 0.032448377581120944}, 'edge_length_total': 149638.6819999997, 'edge_length_avg': 102.07277080491113, 'street_length_total': 75282.13500000001, 'street_length_avg': 99.1859486166008, 'street_segments_count': 759, 'node_density_km': 45.261390845879745, 'intersection_density_km': 28.572087436632053, 'edge_density_km': 9989.461462631707, 'street_density_km': 5025.625569243781, 'circuity_avg': 1.0718946097783713, 'self_loop_proportion': 0.001364256480218281, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718946097783713\n", - "2652\n", - "3998171.3233896988\n", - "{'n': 308, 'm': 814, 'k_avg': 5.285714285714286, 'intersection_count': 249, 'streets_per_node_avg': 2.762987012987013, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 206, 4: 41, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19155844155844157, 2: 0.0, 3: 0.6688311688311688, 4: 0.1331168831168831, 5: 0.006493506493506494}, 'edge_length_total': 86866.2700000002, 'edge_length_avg': 106.71531941031965, 'street_length_total': 43433.13500000003, 'street_length_avg': 106.71531941031948, 'street_segments_count': 407, 'node_density_km': 77.03521812538884, 'intersection_density_km': 62.27847179617474, 'edge_density_km': 21726.500185678364, 'street_density_km': 10863.250092839166, 'circuity_avg': 1.0531608672701238, 'self_loop_proportion': 0.002457002457002457, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531608672701238\n", - "2653\n", - "20980229.37423275\n", - "{'n': 1295, 'm': 3554, 'k_avg': 5.488803088803089, 'intersection_count': 1137, 'streets_per_node_avg': 2.966023166023166, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 882, 4: 240, 5: 13, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.122007722007722, 2: 0.0, 3: 0.6810810810810811, 4: 0.18532818532818532, 5: 0.010038610038610039, 6: 0.0015444015444015444}, 'edge_length_total': 362090.0539999998, 'edge_length_avg': 101.8824012380416, 'street_length_total': 194444.4199999998, 'street_length_avg': 103.20829087048823, 'street_segments_count': 1884, 'node_density_km': 61.724777975520034, 'intersection_density_km': 54.19387842329442, 'edge_density_km': 17258.631807176873, 'street_density_km': 9267.98351589093, 'circuity_avg': 1.0471772467849194, 'self_loop_proportion': 0.0022509848058525606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471772467849194\n", - "2654\n", - "14980424.441811157\n", - "{'n': 257, 'm': 653, 'k_avg': 5.081712062256809, 'intersection_count': 203, 'streets_per_node_avg': 2.7159533073929962, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 169, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21011673151750973, 2: 0.0, 3: 0.6575875486381323, 4: 0.12840466926070038, 5: 0.0038910505836575876}, 'edge_length_total': 136401.34499999997, 'edge_length_avg': 208.8841424196018, 'street_length_total': 69345.81500000006, 'street_length_avg': 207.00243283582108, 'street_segments_count': 335, 'node_density_km': 17.155722189199086, 'intersection_density_km': 13.551017915982158, 'edge_density_km': 9105.305762852526, 'street_density_km': 4629.095475189089, 'circuity_avg': 1.048208340991965, 'self_loop_proportion': 0.0030627871362940277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048208340991965\n", - "2655\n", - "8990643.48322511\n", - "{'n': 134, 'm': 349, 'k_avg': 5.208955223880597, 'intersection_count': 102, 'streets_per_node_avg': 2.6940298507462686, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 79, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23880597014925373, 2: 0.0, 3: 0.5895522388059702, 4: 0.17164179104477612}, 'edge_length_total': 73134.33700000013, 'edge_length_avg': 209.55397421203475, 'street_length_total': 36621.977, 'street_length_avg': 209.26844, 'street_segments_count': 175, 'node_density_km': 14.904383679546342, 'intersection_density_km': 11.345127875475573, 'edge_density_km': 8134.494170128687, 'street_density_km': 4073.3432560561305, 'circuity_avg': 1.03064920300132, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03064920300132\n", - "2656\n", - "8987625.743971117\n", - "{'n': 156, 'm': 400, 'k_avg': 5.128205128205129, 'intersection_count': 144, 'streets_per_node_avg': 2.9423076923076925, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 129, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.8269230769230769, 4: 0.09615384615384616}, 'edge_length_total': 27651.419000000005, 'edge_length_avg': 69.12854750000001, 'street_length_total': 15745.171999999999, 'street_length_avg': 69.66890265486725, 'street_segments_count': 226, 'node_density_km': 17.357198045840363, 'intersection_density_km': 16.022028965391105, 'edge_density_km': 3076.6099732789303, 'street_density_km': 1751.872235062951, 'circuity_avg': 1.07839783511661, 'self_loop_proportion': 0.015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07839783511661\n", - "2657\n", - "8988504.718686817\n", - "{'n': 732, 'm': 2024, 'k_avg': 5.530054644808743, 'intersection_count': 652, 'streets_per_node_avg': 3.0560109289617485, 'streets_per_node_counts': {0: 0, 1: 80, 2: 1, 3: 454, 4: 192, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1092896174863388, 2: 0.001366120218579235, 3: 0.6202185792349727, 4: 0.26229508196721313, 5: 0.006830601092896175}, 'edge_length_total': 123177.9480000004, 'edge_length_avg': 60.85866996047451, 'street_length_total': 65593.53599999996, 'street_length_avg': 59.73910382513658, 'street_segments_count': 1098, 'node_density_km': 81.43734947128583, 'intersection_density_km': 72.5370926984677, 'edge_density_km': 13703.942074360526, 'street_density_km': 7297.491412963613, 'circuity_avg': 1.047035258748366, 'self_loop_proportion': 0.004940711462450593, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047035258748366\n", - "2658\n", - "15977766.439006502\n", - "{'n': 457, 'm': 942, 'k_avg': 4.12253829321663, 'intersection_count': 290, 'streets_per_node_avg': 2.297592997811816, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 277, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36542669584245074, 2: 0.0, 3: 0.6061269146608315, 4: 0.028446389496717725}, 'edge_length_total': 121871.20700000013, 'edge_length_avg': 129.37495435244173, 'street_length_total': 69222.22800000003, 'street_length_avg': 137.07371881188126, 'street_segments_count': 505, 'node_density_km': 28.60224561077113, 'intersection_density_km': 18.150221503552796, 'edge_density_km': 7627.5496619149535, 'street_density_km': 4332.4095557566725, 'circuity_avg': 1.0562242068511696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562242068511696\n", - "2659\n", - "10985468.296047395\n", - "{'n': 668, 'm': 1470, 'k_avg': 4.401197604790419, 'intersection_count': 418, 'streets_per_node_avg': 2.303892215568862, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 383, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37425149700598803, 2: 0.0, 3: 0.5733532934131736, 4: 0.05239520958083832}, 'edge_length_total': 138832.94700000001, 'edge_length_avg': 94.44418163265307, 'street_length_total': 69637.49499999998, 'street_length_avg': 93.09825534759355, 'street_segments_count': 748, 'node_density_km': 60.8076034628718, 'intersection_density_km': 38.05026683754553, 'edge_density_km': 12637.872438260327, 'street_density_km': 6339.055661837899, 'circuity_avg': 1.0450751066424455, 'self_loop_proportion': 0.0013605442176870747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450751066424455\n", - "2660\n", - "8989064.696859889\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 422, 'm': 982, 'k_avg': 4.654028436018957, 'intersection_count': 302, 'streets_per_node_avg': 2.4976303317535544, 'streets_per_node_counts': {0: 0, 1: 120, 2: 2, 3: 270, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2843601895734597, 2: 0.004739336492890996, 3: 0.6398104265402843, 4: 0.07109004739336493}, 'edge_length_total': 112697.5450000001, 'edge_length_avg': 114.76328411405305, 'street_length_total': 58795.220000000016, 'street_length_avg': 115.73862204724412, 'street_segments_count': 508, 'node_density_km': 46.94592977480911, 'intersection_density_km': 33.596376284342064, 'edge_density_km': 12537.182543515151, 'street_density_km': 6540.749453114817, 'circuity_avg': 1.1129651114288872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1129651114288872\n", - "2661\n", - "10985033.159933498\n", - "{'n': 427, 'm': 1112, 'k_avg': 5.208430913348946, 'intersection_count': 352, 'streets_per_node_avg': 2.840749414519906, 'streets_per_node_counts': {0: 0, 1: 75, 2: 1, 3: 270, 4: 79, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1756440281030445, 2: 0.00234192037470726, 3: 0.6323185011709602, 4: 0.18501170960187355, 5: 0.00468384074941452}, 'edge_length_total': 91254.74200000011, 'edge_length_avg': 82.06361690647492, 'street_length_total': 50162.23300000005, 'street_length_avg': 83.74329382303848, 'street_segments_count': 599, 'node_density_km': 38.871070645232805, 'intersection_density_km': 32.04359922042611, 'edge_density_km': 8307.188578441446, 'street_density_km': 4566.41616549328, 'circuity_avg': 1.093680833151968, 'self_loop_proportion': 0.007194244604316547, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093680833151968\n", - "2662\n", - "4993772.76577226\n", - "{'n': 131, 'm': 344, 'k_avg': 5.251908396946565, 'intersection_count': 111, 'streets_per_node_avg': 2.8473282442748094, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 91, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15267175572519084, 2: 0.0, 3: 0.6946564885496184, 4: 0.15267175572519084}, 'edge_length_total': 57409.0009999999, 'edge_length_avg': 166.8866308139532, 'street_length_total': 29281.176000000003, 'street_length_avg': 165.43037288135594, 'street_segments_count': 177, 'node_density_km': 26.232671397842743, 'intersection_density_km': 22.227683398172093, 'edge_density_km': 11496.11800390399, 'street_density_km': 5863.537924812209, 'circuity_avg': 1.0386600739277099, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0386600739277099\n", - "2663\n", - "7991895.436784921\n", - "{'n': 76, 'm': 183, 'k_avg': 4.815789473684211, 'intersection_count': 58, 'streets_per_node_avg': 2.5921052631578947, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 53, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23684210526315788, 2: 0.0, 3: 0.6973684210526315, 4: 0.06578947368421052}, 'edge_length_total': 50175.45700000001, 'edge_length_avg': 274.18282513661205, 'street_length_total': 25774.698000000008, 'street_length_avg': 274.1989148936171, 'street_segments_count': 94, 'node_density_km': 9.509633928665892, 'intersection_density_km': 7.257352208718706, 'edge_density_km': 6278.292477283113, 'street_density_km': 3225.10450791996, 'circuity_avg': 1.0600093120104563, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600093120104563\n", - "2664\n", - "5995265.977104629\n", - "{'n': 226, 'm': 532, 'k_avg': 4.707964601769912, 'intersection_count': 172, 'streets_per_node_avg': 2.601769911504425, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 154, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23893805309734514, 2: 0.0, 3: 0.6814159292035398, 4: 0.07964601769911504}, 'edge_length_total': 68191.46800000004, 'edge_length_avg': 128.17945112781962, 'street_length_total': 36026.084, 'street_length_avg': 127.75207092198582, 'street_segments_count': 282, 'node_density_km': 37.6964092774321, 'intersection_density_km': 28.68930263592178, 'edge_density_km': 11374.218968835912, 'street_density_km': 6009.088527111277, 'circuity_avg': 1.0548577657513571, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548577657513571\n", - "2665\n", - "4996300.380881853\n", - "{'n': 405, 'm': 1111, 'k_avg': 5.48641975308642, 'intersection_count': 356, 'streets_per_node_avg': 2.965432098765432, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 274, 4: 80, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12098765432098765, 2: 0.0, 3: 0.6765432098765433, 4: 0.19753086419753085, 5: 0.0049382716049382715}, 'edge_length_total': 108575.16099999983, 'edge_length_avg': 97.72741764176402, 'street_length_total': 56920.55700000001, 'street_length_avg': 96.47552033898306, 'street_segments_count': 590, 'node_density_km': 81.05997820901972, 'intersection_density_km': 71.25272158620005, 'edge_density_km': 21731.111567162454, 'street_density_km': 11392.541012506828, 'circuity_avg': 1.0511196289730902, 'self_loop_proportion': 0.0018001800180018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511196289730902\n", - "2666\n", - "11983554.964217285\n", - "{'n': 320, 'm': 874, 'k_avg': 5.4625, 'intersection_count': 272, 'streets_per_node_avg': 2.803125, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 239, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.746875, 4: 0.103125}, 'edge_length_total': 142990.4879999999, 'edge_length_avg': 163.60467734553762, 'street_length_total': 71495.24400000002, 'street_length_avg': 163.6046773455378, 'street_segments_count': 437, 'node_density_km': 26.703261340688567, 'intersection_density_km': 22.697772139585283, 'edge_density_km': 11932.226157176843, 'street_density_km': 5966.113078588427, 'circuity_avg': 1.0939036418442665, 'self_loop_proportion': 0.002288329519450801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0939036418442665\n", - "2667\n", - "4993528.850711615\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 8, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 9325.868, 'edge_length_avg': 423.9030909090909, 'street_length_total': 4662.934, 'street_length_avg': 423.9030909090909, 'street_segments_count': 11, 'node_density_km': 2.002591814118572, 'intersection_density_km': 1.6020734512948576, 'edge_density_km': 1867.590691635034, 'street_density_km': 933.795345817517, 'circuity_avg': 1.008039486757008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.008039486757008\n", - "2668\n", - "8988884.903707713\n", - "{'n': 111, 'm': 260, 'k_avg': 4.684684684684685, 'intersection_count': 81, 'streets_per_node_avg': 2.5225225225225225, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 74, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2702702702702703, 2: 0.0, 3: 0.6666666666666666, 4: 0.06306306306306306}, 'edge_length_total': 64237.34199999999, 'edge_length_avg': 247.06669999999997, 'street_length_total': 32247.803000000014, 'street_length_avg': 246.16643511450394, 'street_segments_count': 131, 'node_density_km': 12.348583966651413, 'intersection_density_km': 9.011128840529409, 'edge_density_km': 7146.308211545074, 'street_density_km': 3587.519847617419, 'circuity_avg': 1.0568004682213232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568004682213232\n", - "2669\n", - "6000346.2453387845\n", - "{'n': 94, 'm': 260, 'k_avg': 5.531914893617022, 'intersection_count': 83, 'streets_per_node_avg': 3.0106382978723403, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 60, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11702127659574468, 2: 0.0, 3: 0.6382978723404256, 4: 0.24468085106382978}, 'edge_length_total': 61818.61200000003, 'edge_length_avg': 237.76389230769243, 'street_length_total': 30909.30599999999, 'street_length_avg': 237.76389230769223, 'street_segments_count': 130, 'node_density_km': 15.665762633784926, 'intersection_density_km': 13.832535091533497, 'edge_density_km': 10302.507467468604, 'street_density_km': 5151.253733734298, 'circuity_avg': 1.0310503032739866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310503032739866\n", - "2670\n", - "18976456.727830026\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1768, 'm': 4419, 'k_avg': 4.998868778280543, 'intersection_count': 1364, 'streets_per_node_avg': 2.6589366515837103, 'streets_per_node_counts': {0: 0, 1: 404, 2: 2, 3: 1163, 4: 192, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22850678733031674, 2: 0.0011312217194570137, 3: 0.6578054298642534, 4: 0.1085972850678733, 5: 0.003393665158371041, 6: 0.0005656108597285068}, 'edge_length_total': 407815.48700000055, 'edge_length_avg': 92.28682665761497, 'street_length_total': 212566.6350000005, 'street_length_avg': 91.82144060475184, 'street_segments_count': 2315, 'node_density_km': 93.16807796932554, 'intersection_density_km': 71.8785397908145, 'edge_density_km': 21490.602426422236, 'street_density_km': 11201.597750767653, 'circuity_avg': 1.0429876953716377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429876953716377\n", - "2671\n", - "16976405.35208765\n", - "{'n': 279, 'm': 722, 'k_avg': 5.17562724014337, 'intersection_count': 216, 'streets_per_node_avg': 2.6881720430107525, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 177, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22580645161290322, 2: 0.0, 3: 0.6344086021505376, 4: 0.13978494623655913}, 'edge_length_total': 149523.60799999975, 'edge_length_avg': 207.09640997229883, 'street_length_total': 74761.80400000002, 'street_length_avg': 207.09640997229923, 'street_segments_count': 361, 'node_density_km': 16.434574588294122, 'intersection_density_km': 12.723541616743836, 'edge_density_km': 8807.730782748557, 'street_density_km': 4403.865391374287, 'circuity_avg': 1.0645203544309707, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645203544309707\n", - "2672\n", - "7995744.525207777\n", - "{'n': 104, 'm': 288, 'k_avg': 5.538461538461538, 'intersection_count': 86, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 67, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17307692307692307, 2: 0.0, 3: 0.6442307692307693, 4: 0.17307692307692307, 5: 0.009615384615384616}, 'edge_length_total': 54211.275999999976, 'edge_length_avg': 188.23359722222213, 'street_length_total': 27105.638000000014, 'street_length_avg': 188.23359722222233, 'street_segments_count': 144, 'node_density_km': 13.006918826899044, 'intersection_density_km': 10.755721337628056, 'edge_density_km': 6780.016023409808, 'street_density_km': 3390.0080117049074, 'circuity_avg': 1.0306038643873376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306038643873376\n", - "2673\n", - "24967170.44085329\n", - "{'n': 984, 'm': 2122, 'k_avg': 4.313008130081301, 'intersection_count': 583, 'streets_per_node_avg': 2.2296747967479673, 'streets_per_node_counts': {0: 0, 1: 401, 2: 0, 3: 542, 4: 38, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40752032520325204, 2: 0.0, 3: 0.5508130081300813, 4: 0.03861788617886179, 5: 0.003048780487804878}, 'edge_length_total': 256055.4749999993, 'edge_length_avg': 120.66704759660665, 'street_length_total': 128148.29600000005, 'street_length_avg': 119.87679700654822, 'street_segments_count': 1069, 'node_density_km': 39.411754821439445, 'intersection_density_km': 23.350663679775604, 'edge_density_km': 10255.686586775599, 'street_density_km': 5132.671974326474, 'circuity_avg': 1.0642569124137902, 'self_loop_proportion': 0.000942507068803016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642569124137902\n", - "2674\n", - "6000069.635180078\n", - "{'n': 145, 'm': 348, 'k_avg': 4.8, 'intersection_count': 117, 'streets_per_node_avg': 2.689655172413793, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 106, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19310344827586207, 2: 0.0, 3: 0.7310344827586207, 4: 0.07586206896551724}, 'edge_length_total': 55856.00600000001, 'edge_length_avg': 160.5057643678161, 'street_length_total': 28536.441999999995, 'street_length_avg': 154.2510378378378, 'street_segments_count': 185, 'node_density_km': 24.16638619489091, 'intersection_density_km': 19.499773688291288, 'edge_density_km': 9309.226291725132, 'street_density_km': 4756.018468966242, 'circuity_avg': 1.0400226508535022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400226508535022\n", - "2675\n", - "9986081.881888382\n", - "{'n': 1088, 'm': 2414, 'k_avg': 4.4375, 'intersection_count': 702, 'streets_per_node_avg': 2.3713235294117645, 'streets_per_node_counts': {0: 0, 1: 386, 2: 0, 3: 617, 4: 82, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3547794117647059, 2: 0.0, 3: 0.5670955882352942, 4: 0.07536764705882353, 5: 0.0027573529411764708}, 'edge_length_total': 180057.56799999968, 'edge_length_avg': 74.58888483844228, 'street_length_total': 93849.94799999983, 'street_length_avg': 73.55011598746069, 'street_segments_count': 1276, 'node_density_km': 108.95164017964748, 'intersection_density_km': 70.29784136591226, 'edge_density_km': 18030.852353270566, 'street_density_km': 9398.07515199872, 'circuity_avg': 1.0589607840694995, 'self_loop_proportion': 0.004142502071251036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589607840694995\n", - "2676\n", - "8999244.91271152\n", - "{'n': 600, 'm': 1686, 'k_avg': 5.62, 'intersection_count': 531, 'streets_per_node_avg': 2.9833333333333334, 'streets_per_node_counts': {0: 0, 1: 69, 2: 1, 3: 407, 4: 117, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.115, 2: 0.0016666666666666668, 3: 0.6783333333333333, 4: 0.195, 5: 0.01}, 'edge_length_total': 146818.86799999993, 'edge_length_avg': 87.08117912218263, 'street_length_total': 75782.59799999995, 'street_length_avg': 86.11658863636359, 'street_segments_count': 880, 'node_density_km': 66.67226037514483, 'intersection_density_km': 59.00495043200318, 'edge_density_km': 16314.576325466693, 'street_density_km': 8420.995176268212, 'circuity_avg': 1.0231191282457355, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0231191282457355\n", - "2677\n", - "7998243.3473775415\n", - "{'n': 87, 'm': 226, 'k_avg': 5.195402298850575, 'intersection_count': 71, 'streets_per_node_avg': 2.781609195402299, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 59, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1839080459770115, 2: 0.0, 3: 0.6781609195402298, 4: 0.12643678160919541, 5: 0.011494252873563218}, 'edge_length_total': 56250.52799999992, 'edge_length_avg': 248.89614159292, 'street_length_total': 28125.264, 'street_length_avg': 248.89614159292034, 'street_segments_count': 113, 'node_density_km': 10.87738847412357, 'intersection_density_km': 8.876949214514639, 'edge_density_km': 7032.860286558211, 'street_density_km': 3516.4301432791103, 'circuity_avg': 1.0152017400289497, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0152017400289497\n", - "2678\n", - "27000228.997429367\n", - "{'n': 592, 'm': 1734, 'k_avg': 5.858108108108108, 'intersection_count': 512, 'streets_per_node_avg': 3.0304054054054053, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 334, 4: 178}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13513513513513514, 2: 0.0, 3: 0.5641891891891891, 4: 0.30067567567567566}, 'edge_length_total': 336381.676, 'edge_length_avg': 193.9917393310265, 'street_length_total': 168331.25900000008, 'street_length_avg': 193.26206544202074, 'street_segments_count': 871, 'node_density_km': 21.92573996525596, 'intersection_density_km': 18.962802132113264, 'edge_density_km': 12458.474927454361, 'street_density_km': 6234.438197395531, 'circuity_avg': 1.030027345052302, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030027345052302\n", - "2679\n", - "5998466.137840329\n", - "{'n': 71, 'm': 216, 'k_avg': 6.084507042253521, 'intersection_count': 63, 'streets_per_node_avg': 3.211267605633803, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 32, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11267605633802817, 2: 0.0, 3: 0.4507042253521127, 4: 0.43661971830985913}, 'edge_length_total': 41721.176, 'edge_length_avg': 193.1535925925926, 'street_length_total': 20860.588, 'street_length_avg': 193.1535925925926, 'street_segments_count': 108, 'node_density_km': 11.836359223920308, 'intersection_density_km': 10.502684945168724, 'edge_density_km': 6955.307413808487, 'street_density_km': 3477.6537069042433, 'circuity_avg': 1.0111722406537036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0111722406537036\n", - "2680\n", - "7990813.06697124\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 194, 'm': 558, 'k_avg': 5.752577319587629, 'intersection_count': 161, 'streets_per_node_avg': 2.979381443298969, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 99, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17010309278350516, 2: 0.0, 3: 0.5103092783505154, 4: 0.31958762886597936}, 'edge_length_total': 85009.00999999983, 'edge_length_avg': 152.34589605734737, 'street_length_total': 42504.50500000004, 'street_length_avg': 152.34589605734783, 'street_segments_count': 279, 'node_density_km': 24.277879907098352, 'intersection_density_km': 20.148137448674404, 'edge_density_km': 10638.342968048035, 'street_density_km': 5319.171484024033, 'circuity_avg': 1.0327804562470668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327804562470668\n", - "2681\n", - "37947424.74981343\n", - "{'n': 2757, 'm': 7493, 'k_avg': 5.435618425825172, 'intersection_count': 2349, 'streets_per_node_avg': 2.8991657598839318, 'streets_per_node_counts': {0: 0, 1: 408, 2: 1, 3: 1840, 4: 479, 5: 27, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14798694232861806, 2: 0.0003627130939426913, 3: 0.667392092854552, 4: 0.17373957199854914, 5: 0.009793253536452665, 6: 0.0007254261878853826}, 'edge_length_total': 591772.7450000003, 'edge_length_avg': 78.97674429467507, 'street_length_total': 314424.10099999997, 'street_length_avg': 79.16014627391742, 'street_segments_count': 3972, 'node_density_km': 72.65315151625816, 'intersection_density_km': 61.901433772829314, 'edge_density_km': 15594.542947289456, 'street_density_km': 8285.78231785138, 'circuity_avg': 1.0523666828159723, 'self_loop_proportion': 0.002669157880688643, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0523666828159723\n", - "2682\n", - "19972161.620195977\n", - "{'n': 1181, 'm': 2571, 'k_avg': 4.35393734123624, 'intersection_count': 715, 'streets_per_node_avg': 2.245554614733277, 'streets_per_node_counts': {0: 0, 1: 466, 2: 0, 3: 675, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39458086367485184, 2: 0.0, 3: 0.5715495342929721, 4: 0.03302286198137172, 5: 0.000846740050804403}, 'edge_length_total': 245740.52399999986, 'edge_length_avg': 95.58168961493577, 'street_length_total': 122920.33899999975, 'street_length_avg': 95.50919891219871, 'street_segments_count': 1287, 'node_density_km': 59.13230738157883, 'intersection_density_km': 35.799830463868645, 'edge_density_km': 12304.152583639494, 'street_density_km': 6154.583631833918, 'circuity_avg': 1.04796467602898, 'self_loop_proportion': 0.0015558148580318942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04796467602898\n", - "2683\n", - "45997839.134165\n", - "{'n': 1586, 'm': 4190, 'k_avg': 5.283732660781841, 'intersection_count': 1318, 'streets_per_node_avg': 2.798865069356873, 'streets_per_node_counts': {0: 0, 1: 268, 2: 0, 3: 1108, 4: 203, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16897856242118536, 2: 0.0, 3: 0.6986128625472888, 4: 0.12799495586380832, 5: 0.004413619167717529}, 'edge_length_total': 633535.6810000037, 'edge_length_avg': 151.20183317422521, 'street_length_total': 321157.67699999956, 'street_length_avg': 147.7266223551056, 'street_segments_count': 2174, 'node_density_km': 34.479880573824495, 'intersection_density_km': 28.65351992200548, 'edge_density_km': 13773.161803364881, 'street_density_km': 6982.016613068656, 'circuity_avg': 1.0393147697824952, 'self_loop_proportion': 0.00023866348448687351, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0393147697824952\n", - "2684\n", - "55928940.88647362\n", - "{'n': 1197, 'm': 3057, 'k_avg': 5.1077694235588975, 'intersection_count': 909, 'streets_per_node_avg': 2.6131996658312446, 'streets_per_node_counts': {0: 0, 1: 288, 2: 0, 3: 796, 4: 113}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24060150375939848, 2: 0.0, 3: 0.6649958228905597, 4: 0.09440267335004177}, 'edge_length_total': 497315.87899999984, 'edge_length_avg': 162.6810202813215, 'street_length_total': 248806.20700000026, 'street_length_avg': 162.61843594771258, 'street_segments_count': 1530, 'node_density_km': 21.402157470310577, 'intersection_density_km': 16.252766199258406, 'edge_density_km': 8891.92377179943, 'street_density_km': 4448.6128837131955, 'circuity_avg': 1.0406542624111643, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406542624111643\n", - "2685\n", - "7000156.346739117\n", - "{'n': 88, 'm': 226, 'k_avg': 5.136363636363637, 'intersection_count': 70, 'streets_per_node_avg': 2.8295454545454546, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 49, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20454545454545456, 2: 0.0, 3: 0.5568181818181818, 4: 0.23863636363636365}, 'edge_length_total': 56149.84, 'edge_length_avg': 248.45061946902652, 'street_length_total': 28074.919999999984, 'street_length_avg': 248.4506194690264, 'street_segments_count': 113, 'node_density_km': 12.571147791719401, 'intersection_density_km': 9.99977665250407, 'edge_density_km': 8021.226558197701, 'street_density_km': 4010.613279098848, 'circuity_avg': 1.0351231001058723, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0351231001058723\n", - "2686\n", - "8988801.85532096\n", - "{'n': 840, 'm': 2433, 'k_avg': 5.792857142857143, 'intersection_count': 724, 'streets_per_node_avg': 2.967857142857143, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 523, 4: 197, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1380952380952381, 2: 0.0, 3: 0.6226190476190476, 4: 0.23452380952380952, 5: 0.004761904761904762}, 'edge_length_total': 212028.7459999999, 'edge_length_avg': 87.14703904644468, 'street_length_total': 106659.6329999999, 'street_length_avg': 86.36407530364365, 'street_segments_count': 1235, 'node_density_km': 93.449606913157, 'intersection_density_km': 80.54466119657818, 'edge_density_km': 23588.09877141619, 'street_density_km': 11865.83425875188, 'circuity_avg': 1.0639802163455994, 'self_loop_proportion': 0.0032881216605014385, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639802163455994\n", - "2687\n", - "11982362.571070015\n", - "{'n': 443, 'm': 1238, 'k_avg': 5.589164785553048, 'intersection_count': 345, 'streets_per_node_avg': 2.8623024830699775, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 210, 4: 135}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22121896162528218, 2: 0.0, 3: 0.47404063205417607, 4: 0.3047404063205418}, 'edge_length_total': 250695.65000000002, 'edge_length_avg': 202.50052504038774, 'street_length_total': 125347.82500000004, 'street_length_avg': 202.5005250403878, 'street_segments_count': 619, 'node_density_km': 36.97100612441579, 'intersection_density_km': 28.79231853933058, 'edge_density_km': 20922.05510499864, 'street_density_km': 10461.027552499323, 'circuity_avg': 1.0025759313472131, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0025759313472131\n", - "2688\n", - "15009219.835800404\n", - "{'n': 175, 'm': 438, 'k_avg': 5.005714285714285, 'intersection_count': 136, 'streets_per_node_avg': 2.6514285714285712, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 119, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22285714285714286, 2: 0.0, 3: 0.68, 4: 0.09714285714285714}, 'edge_length_total': 95074.91000000006, 'edge_length_avg': 217.06600456621018, 'street_length_total': 47537.455, 'street_length_avg': 217.06600456621004, 'street_segments_count': 219, 'node_density_km': 11.659500088244773, 'intersection_density_km': 9.061097211435937, 'edge_density_km': 6334.433837342083, 'street_density_km': 3167.21691867104, 'circuity_avg': 1.0323645643014085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323645643014085\n", - "2689\n", - "67981841.651372\n", - "{'n': 6584, 'm': 18778, 'k_avg': 5.704131227217497, 'intersection_count': 5656, 'streets_per_node_avg': 2.9636998784933173, 'streets_per_node_counts': {0: 0, 1: 928, 2: 3, 3: 4048, 4: 1591, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14094775212636695, 2: 0.0004556500607533414, 3: 0.6148238153098421, 4: 0.2416464155528554, 5: 0.001974483596597813, 6: 0.00015188335358444713}, 'edge_length_total': 1857093.6039999994, 'edge_length_avg': 98.89730557034825, 'street_length_total': 953597.2730000006, 'street_length_avg': 98.61398893485011, 'street_segments_count': 9670, 'node_density_km': 96.849391544354, 'intersection_density_km': 83.19868751137093, 'edge_density_km': 27317.49477343734, 'street_density_km': 14027.235065067634, 'circuity_avg': 1.0408316747254431, 'self_loop_proportion': 0.0031952284588348066, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408316747254431\n", - "2690\n", - "20975306.674923547\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 696, 'm': 1882, 'k_avg': 5.408045977011494, 'intersection_count': 583, 'streets_per_node_avg': 2.9525862068965516, 'streets_per_node_counts': {0: 0, 1: 113, 2: 2, 3: 389, 4: 189, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16235632183908047, 2: 0.0028735632183908046, 3: 0.5589080459770115, 4: 0.27155172413793105, 5: 0.004310344827586207}, 'edge_length_total': 287992.891, 'edge_length_avg': 153.02491551540913, 'street_length_total': 151724.811, 'street_length_avg': 151.12032968127488, 'street_segments_count': 1004, 'node_density_km': 33.181874801005115, 'intersection_density_km': 27.79458765658905, 'edge_density_km': 13730.092029801022, 'street_density_km': 7233.496670701384, 'circuity_avg': 1.0456102337340625, 'self_loop_proportion': 0.0021253985122210413, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456102337340625\n", - "2691\n", - "35951095.28832691\n", - "{'n': 3320, 'm': 7732, 'k_avg': 4.6578313253012045, 'intersection_count': 2254, 'streets_per_node_avg': 2.4487951807228914, 'streets_per_node_counts': {0: 0, 1: 1066, 2: 1, 3: 1957, 4: 290, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32108433734939756, 2: 0.00030120481927710846, 3: 0.5894578313253012, 4: 0.08734939759036145, 5: 0.0015060240963855422, 6: 0.00030120481927710846}, 'edge_length_total': 671507.1509999997, 'edge_length_avg': 86.84779500775993, 'street_length_total': 345191.22600000026, 'street_length_avg': 85.76179527950318, 'street_segments_count': 4025, 'node_density_km': 92.34767323147405, 'intersection_density_km': 62.696281766187504, 'edge_density_km': 18678.35028709219, 'street_density_km': 9601.688717174678, 'circuity_avg': 1.0360522441420177, 'self_loop_proportion': 0.0011639937920331091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360522441420177\n", - "2692\n", - "33988790.5913683\n", - "{'n': 1522, 'm': 4364, 'k_avg': 5.734559789750328, 'intersection_count': 1263, 'streets_per_node_avg': 2.9303547963206307, 'streets_per_node_counts': {0: 0, 1: 259, 2: 1, 3: 851, 4: 409, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17017082785808146, 2: 0.000657030223390276, 3: 0.5591327201051248, 4: 0.26872536136662284, 5: 0.001314060446780552}, 'edge_length_total': 611424.6359999969, 'edge_length_avg': 140.10647021081505, 'street_length_total': 306147.43700000027, 'street_length_avg': 139.92113208409518, 'street_segments_count': 2188, 'node_density_km': 44.77946915788533, 'intersection_density_km': 37.15930982024256, 'edge_density_km': 17989.00829837919, 'street_density_km': 9007.305987455424, 'circuity_avg': 1.0290619599689366, 'self_loop_proportion': 0.0018331805682859762, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290619599689366\n", - "2693\n", - "11995926.824249387\n", - "{'n': 1371, 'm': 3212, 'k_avg': 4.685630926331145, 'intersection_count': 1000, 'streets_per_node_avg': 2.5280816921954776, 'streets_per_node_counts': {0: 0, 1: 371, 2: 2, 3: 903, 4: 93, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27060539752005836, 2: 0.0014587892049598833, 3: 0.6586433260393874, 4: 0.06783369803063458, 5: 0.0014587892049598833}, 'edge_length_total': 222935.4129999995, 'edge_length_avg': 69.40704016189275, 'street_length_total': 116491.32200000004, 'street_length_avg': 68.3634518779343, 'street_segments_count': 1704, 'node_density_km': 114.2887931950841, 'intersection_density_km': 83.36162888044062, 'edge_density_km': 18584.259162813716, 'street_density_km': 9710.906352355913, 'circuity_avg': 1.0945332866923578, 'self_loop_proportion': 0.0037359900373599006, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0945332866923578\n", - "2694\n", - "50929967.457032554\n", - "{'n': 5757, 'm': 15228, 'k_avg': 5.290255341323606, 'intersection_count': 4865, 'streets_per_node_avg': 2.930345666145562, 'streets_per_node_counts': {0: 0, 1: 892, 2: 11, 3: 3515, 4: 1287, 5: 49, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15494180997047072, 2: 0.0019107173875282265, 3: 0.6105610561056105, 4: 0.2235539343408025, 5: 0.008511377453534827, 6: 0.0005211047420531526}, 'edge_length_total': 1049135.394000001, 'edge_length_avg': 68.89515327029163, 'street_length_total': 587962.9210000017, 'street_length_avg': 70.10408024323378, 'street_segments_count': 8387, 'node_density_km': 113.03757468246835, 'intersection_density_km': 95.52332826649445, 'edge_density_km': 20599.569298470728, 'street_density_km': 11544.537535706086, 'circuity_avg': 1.0679663391334548, 'self_loop_proportion': 0.0031520882584712374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679663391334548\n", - "2695\n", - "9994562.151013225\n", - "{'n': 708, 'm': 1654, 'k_avg': 4.672316384180791, 'intersection_count': 510, 'streets_per_node_avg': 2.5155367231638417, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 458, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2796610169491525, 2: 0.0, 3: 0.6468926553672316, 4: 0.07203389830508475, 5: 0.0014124293785310734}, 'edge_length_total': 133388.49499999994, 'edge_length_avg': 80.6460066505441, 'street_length_total': 69060.66900000018, 'street_length_avg': 78.21140317100813, 'street_segments_count': 883, 'node_density_km': 70.83852091791981, 'intersection_density_km': 51.02774811884054, 'edge_density_km': 13346.106911394545, 'street_density_km': 6909.824358138488, 'circuity_avg': 1.090715647262704, 'self_loop_proportion': 0.004232164449818622, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090715647262704\n", - "2696\n", - "10993739.40030248\n", - "{'n': 604, 'm': 1437, 'k_avg': 4.758278145695364, 'intersection_count': 424, 'streets_per_node_avg': 2.4586092715231787, 'streets_per_node_counts': {0: 0, 1: 180, 2: 3, 3: 385, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2980132450331126, 2: 0.004966887417218543, 3: 0.6374172185430463, 4: 0.059602649006622516}, 'edge_length_total': 124430.5730000001, 'edge_length_avg': 86.59051704940856, 'street_length_total': 63197.26599999994, 'street_length_avg': 86.09981743869201, 'street_segments_count': 734, 'node_density_km': 54.94035996372459, 'intersection_density_km': 38.56740500764773, 'edge_density_km': 11318.312038265754, 'street_density_km': 5748.477719806705, 'circuity_avg': 1.1788611985413326, 'self_loop_proportion': 0.0013917884481558804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1788611985413326\n", - "2697\n", - "20970490.401459146\n", - "{'n': 889, 'm': 1932, 'k_avg': 4.346456692913386, 'intersection_count': 566, 'streets_per_node_avg': 2.30933633295838, 'streets_per_node_counts': {0: 0, 1: 323, 2: 0, 3: 537, 4: 26, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36332958380202474, 2: 0.0, 3: 0.6040494938132733, 4: 0.02924634420697413, 5: 0.003374578177727784}, 'edge_length_total': 193688.57400000028, 'edge_length_avg': 100.25288509316785, 'street_length_total': 99109.40000000013, 'street_length_avg': 99.60743718592977, 'street_segments_count': 995, 'node_density_km': 42.39290464748228, 'intersection_density_km': 26.990308245753624, 'edge_density_km': 9236.244374453125, 'street_density_km': 4726.136494790985, 'circuity_avg': 1.0695203401351072, 'self_loop_proportion': 0.0010351966873706005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695203401351072\n", - "2698\n", - "8987167.793844119\n", - "{'n': 465, 'm': 1418, 'k_avg': 6.098924731182795, 'intersection_count': 419, 'streets_per_node_avg': 3.0924731182795697, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 284, 4: 135}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0989247311827957, 2: 0.0, 3: 0.610752688172043, 4: 0.2903225806451613}, 'edge_length_total': 191379.74200000014, 'edge_length_avg': 134.96455712270813, 'street_length_total': 95689.87099999982, 'street_length_avg': 134.9645571227078, 'street_segments_count': 709, 'node_density_km': 51.74043821886891, 'intersection_density_km': 46.62202927678725, 'edge_density_km': 21294.77788665393, 'street_density_km': 10647.388943326938, 'circuity_avg': 1.0099942693143427, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0099942693143427\n", - "2699\n", - "14978777.78260253\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 912, 'm': 1980, 'k_avg': 4.342105263157895, 'intersection_count': 560, 'streets_per_node_avg': 2.262061403508772, 'streets_per_node_counts': {0: 0, 1: 352, 2: 0, 3: 529, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38596491228070173, 2: 0.0, 3: 0.5800438596491229, 4: 0.03399122807017544}, 'edge_length_total': 202268.11800000005, 'edge_length_avg': 102.15561515151518, 'street_length_total': 101737.51999999989, 'street_length_avg': 100.53114624505918, 'street_segments_count': 1012, 'node_density_km': 60.8861425969791, 'intersection_density_km': 37.38622791042576, 'edge_density_km': 13503.646354573024, 'street_density_km': 6792.110910288384, 'circuity_avg': 1.0738358006371567, 'self_loop_proportion': 0.00202020202020202, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0738358006371567\n", - "2700\n", - "4998383.301702815\n", - "{'n': 150, 'm': 410, 'k_avg': 5.466666666666667, 'intersection_count': 126, 'streets_per_node_avg': 2.88, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 96, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.64, 4: 0.2}, 'edge_length_total': 58921.77999999997, 'edge_length_avg': 143.7116585365853, 'street_length_total': 29460.890000000003, 'street_length_avg': 143.7116585365854, 'street_segments_count': 205, 'node_density_km': 30.00970332725364, 'intersection_density_km': 25.208150794893058, 'edge_density_km': 11788.167582091373, 'street_density_km': 5894.08379104569, 'circuity_avg': 1.0438348352917435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438348352917435\n", - "2701\n", - "6999300.6484967675\n", - "{'n': 403, 'm': 1241, 'k_avg': 6.158808933002481, 'intersection_count': 376, 'streets_per_node_avg': 3.1786600496277915, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 258, 4: 110, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06699751861042183, 2: 0.0, 3: 0.6401985111662531, 4: 0.2729528535980149, 5: 0.019851116625310174}, 'edge_length_total': 119827.91299999999, 'edge_length_avg': 96.55754472199838, 'street_length_total': 60312.86599999999, 'street_length_avg': 96.19276874003188, 'street_segments_count': 627, 'node_density_km': 57.577180955436155, 'intersection_density_km': 53.719652702838694, 'edge_density_km': 17119.983698047792, 'street_density_km': 8616.984614449062, 'circuity_avg': 1.0277387346446767, 'self_loop_proportion': 0.0016116035455278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0277387346446767\n", - "2702\n", - "6990492.894581985\n", - "{'n': 260, 'm': 697, 'k_avg': 5.361538461538461, 'intersection_count': 219, 'streets_per_node_avg': 2.95, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 150, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1576923076923077, 2: 0.0, 3: 0.5769230769230769, 4: 0.2653846153846154}, 'edge_length_total': 116388.05099999992, 'edge_length_avg': 166.9842912482065, 'street_length_total': 59829.49900000002, 'street_length_avg': 164.36675549450555, 'street_segments_count': 364, 'node_density_km': 37.1933716149707, 'intersection_density_km': 31.3282630141484, 'edge_density_km': 16649.47704763523, 'street_density_km': 8558.695345555841, 'circuity_avg': 1.0274427682981795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0274427682981795\n", - "2703\n", - "3999509.6656391313\n", - "{'n': 84, 'm': 217, 'k_avg': 5.166666666666667, 'intersection_count': 71, 'streets_per_node_avg': 2.9404761904761907, 'streets_per_node_counts': {0: 0, 1: 13, 2: 1, 3: 48, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15476190476190477, 2: 0.011904761904761904, 3: 0.5714285714285714, 4: 0.2619047619047619}, 'edge_length_total': 46181.175, 'edge_length_avg': 212.81647465437788, 'street_length_total': 23207.26900000001, 'street_length_avg': 212.9107247706423, 'street_segments_count': 109, 'node_density_km': 21.002574570994717, 'intersection_density_km': 17.75217612548363, 'edge_density_km': 11546.709187067345, 'street_density_km': 5802.52854478136, 'circuity_avg': 1.0440341713295305, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440341713295305\n", - "2704\n", - "18972972.44927622\n", - "{'n': 671, 'm': 1883, 'k_avg': 5.612518628912071, 'intersection_count': 566, 'streets_per_node_avg': 2.903129657228018, 'streets_per_node_counts': {0: 0, 1: 105, 2: 1, 3: 420, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15648286140089418, 2: 0.0014903129657228018, 3: 0.6259314456035767, 4: 0.21460506706408347, 5: 0.0014903129657228018}, 'edge_length_total': 308061.5699999997, 'edge_length_avg': 163.60147105682407, 'street_length_total': 155037.95500000013, 'street_length_avg': 163.19784736842118, 'street_segments_count': 950, 'node_density_km': 35.36609784228076, 'intersection_density_km': 29.831909655336677, 'edge_density_km': 16236.863824242344, 'street_density_km': 8171.516372275895, 'circuity_avg': 1.027753529511797, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027753529511797\n", - "2705\n", - "5991521.229051461\n", - "{'n': 1059, 'm': 2334, 'k_avg': 4.407932011331445, 'intersection_count': 652, 'streets_per_node_avg': 2.28328611898017, 'streets_per_node_counts': {0: 0, 1: 407, 2: 0, 3: 597, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3843248347497639, 2: 0.0, 3: 0.5637393767705382, 4: 0.05193578847969783}, 'edge_length_total': 140243.221, 'edge_length_avg': 60.08706983718937, 'street_length_total': 70541.867, 'street_length_avg': 59.27887983193277, 'street_segments_count': 1190, 'node_density_km': 176.7497701360317, 'intersection_density_km': 108.82044393644257, 'edge_density_km': 23406.947190638995, 'street_density_km': 11773.615464793693, 'circuity_avg': 1.0485982898069162, 'self_loop_proportion': 0.001713796058269066, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485982898069162\n", - "2706\n", - "46947963.963062204\n", - "{'n': 4311, 'm': 11321, 'k_avg': 5.252145673857574, 'intersection_count': 3650, 'streets_per_node_avg': 2.8789144050104385, 'streets_per_node_counts': {0: 0, 1: 661, 2: 3, 3: 2879, 4: 737, 5: 28, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15332869403850616, 2: 0.0006958942240779402, 3: 0.6678264903734632, 4: 0.17095801438181396, 5: 0.006495012758060774, 6: 0.00046392948271862676, 7: 0.00023196474135931338}, 'edge_length_total': 945635.4779999948, 'edge_length_avg': 83.52932408797763, 'street_length_total': 514334.8390000006, 'street_length_avg': 84.22054019977085, 'street_segments_count': 6107, 'node_density_km': 91.82506835422757, 'intersection_density_km': 77.7456505434773, 'edge_density_km': 20142.204223041565, 'street_density_km': 10955.423741158824, 'circuity_avg': 1.0786423739942446, 'self_loop_proportion': 0.0042399081353237346, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786423739942446\n", - "2707\n", - "27988572.921222404\n", - "{'n': 1505, 'm': 4014, 'k_avg': 5.33421926910299, 'intersection_count': 1206, 'streets_per_node_avg': 2.7588039867109635, 'streets_per_node_counts': {0: 0, 1: 299, 2: 2, 3: 967, 4: 237}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19867109634551494, 2: 0.00132890365448505, 3: 0.6425249169435215, 4: 0.1574750830564784}, 'edge_length_total': 542814.532, 'edge_length_avg': 135.23032685600398, 'street_length_total': 273014.74500000034, 'street_length_avg': 134.68907005426755, 'street_segments_count': 2027, 'node_density_km': 53.771944866071756, 'intersection_density_km': 43.0890136268987, 'edge_density_km': 19394.148230702023, 'street_density_km': 9754.507518780503, 'circuity_avg': 1.0410608337180998, 'self_loop_proportion': 0.0014947683109118087, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410608337180998\n", - "2708\n", - "60920920.30176552\n", - "{'n': 1544, 'm': 3963, 'k_avg': 5.133419689119171, 'intersection_count': 1198, 'streets_per_node_avg': 2.6392487046632125, 'streets_per_node_counts': {0: 0, 1: 346, 2: 0, 3: 1065, 4: 131, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22409326424870465, 2: 0.0, 3: 0.6897668393782384, 4: 0.08484455958549222, 5: 0.0012953367875647669}, 'edge_length_total': 688049.1460000009, 'edge_length_avg': 173.61825536209963, 'street_length_total': 349200.18299999996, 'street_length_avg': 174.07785792622133, 'street_segments_count': 2006, 'node_density_km': 25.344331509635026, 'intersection_density_km': 19.664837531439613, 'edge_density_km': 11294.135784420527, 'street_density_km': 5732.024094026694, 'circuity_avg': 1.06202105953417, 'self_loop_proportion': 0.001514004542013626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06202105953417\n", - "2709\n", - "59946915.47683651\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 6274, 'm': 15386, 'k_avg': 4.904686005737966, 'intersection_count': 4689, 'streets_per_node_avg': 2.6401020082881734, 'streets_per_node_counts': {0: 0, 1: 1585, 2: 13, 3: 3762, 4: 904, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2526299011794708, 2: 0.002072043353522474, 3: 0.5996174689193497, 4: 0.14408670704494742, 5: 0.0014344915524386356, 6: 0.0001593879502709595}, 'edge_length_total': 1295872.9799999965, 'edge_length_avg': 84.22416352528249, 'street_length_total': 686635.5440000012, 'street_length_avg': 83.40040617029044, 'street_segments_count': 8233, 'node_density_km': 104.65926311795431, 'intersection_density_km': 78.21920381894928, 'edge_density_km': 21617.008476453168, 'street_density_km': 11454.05962155496, 'circuity_avg': 1.0633067389764994, 'self_loop_proportion': 0.0023397894189522944, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633067389764994\n", - "2710\n", - "10997031.967210898\n", - "{'n': 530, 'm': 1526, 'k_avg': 5.758490566037736, 'intersection_count': 467, 'streets_per_node_avg': 3.009433962264151, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 337, 4: 129, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11886792452830189, 2: 0.0, 3: 0.6358490566037736, 4: 0.24339622641509434, 5: 0.0018867924528301887}, 'edge_length_total': 225406.16600000026, 'edge_length_avg': 147.71046264744447, 'street_length_total': 112703.0830000001, 'street_length_avg': 147.71046264744444, 'street_segments_count': 763, 'node_density_km': 48.19482216476818, 'intersection_density_km': 42.46600368103159, 'edge_density_km': 20497.00016077779, 'street_density_km': 10248.500080388892, 'circuity_avg': 1.030178999430269, 'self_loop_proportion': 0.002621231979030144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030178999430269\n", - "2711\n", - "7994630.694830726\n", - "{'n': 488, 'm': 1176, 'k_avg': 4.819672131147541, 'intersection_count': 352, 'streets_per_node_avg': 2.55327868852459, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 301, 4: 48, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2786885245901639, 2: 0.0, 3: 0.6168032786885246, 4: 0.09836065573770492, 5: 0.006147540983606557}, 'edge_length_total': 113363.35399999985, 'edge_length_avg': 96.39740986394544, 'street_length_total': 58219.44500000003, 'street_length_avg': 95.44171311475415, 'street_segments_count': 610, 'node_density_km': 61.04096844842845, 'intersection_density_km': 44.02955101198118, 'edge_density_km': 14179.936300659869, 'street_density_km': 7282.318248627085, 'circuity_avg': 1.1172167201636705, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1172167201636705\n", - "2712\n", - "8997700.355134996\n", - "{'n': 170, 'm': 415, 'k_avg': 4.882352941176471, 'intersection_count': 138, 'streets_per_node_avg': 2.6941176470588237, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 127, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18823529411764706, 2: 0.0, 3: 0.7470588235294118, 4: 0.058823529411764705, 5: 0.0058823529411764705}, 'edge_length_total': 79162.13099999992, 'edge_length_avg': 190.75212289156607, 'street_length_total': 39938.368, 'street_length_avg': 190.18270476190477, 'street_segments_count': 210, 'node_density_km': 18.89371653757961, 'intersection_density_km': 15.337252248152861, 'edge_density_km': 8798.04037426319, 'street_density_km': 4438.730611562002, 'circuity_avg': 1.0795952425796698, 'self_loop_proportion': 0.004819277108433735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0795952425796698\n", - "2713\n", - "8987286.376468623\n", - "{'n': 166, 'm': 422, 'k_avg': 5.0843373493975905, 'intersection_count': 131, 'streets_per_node_avg': 2.644578313253012, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 120, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21084337349397592, 2: 0.0, 3: 0.7228915662650602, 4: 0.06626506024096386}, 'edge_length_total': 84215.63200000006, 'edge_length_avg': 199.56310900473946, 'street_length_total': 42107.81599999998, 'street_length_avg': 199.56310900473923, 'street_segments_count': 211, 'node_density_km': 18.470536382888294, 'intersection_density_km': 14.576146181676908, 'edge_density_km': 9370.529487132126, 'street_density_km': 4685.2647435660565, 'circuity_avg': 1.0694583260407908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694583260407908\n", - "2714\n", - "17975130.35220464\n", - "{'n': 590, 'm': 1230, 'k_avg': 4.169491525423729, 'intersection_count': 327, 'streets_per_node_avg': 2.1372881355932205, 'streets_per_node_counts': {0: 0, 1: 263, 2: 0, 3: 310, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4457627118644068, 2: 0.0, 3: 0.5254237288135594, 4: 0.0288135593220339}, 'edge_length_total': 125332.12599999997, 'edge_length_avg': 101.89603739837396, 'street_length_total': 62666.06300000006, 'street_length_avg': 101.89603739837408, 'street_segments_count': 615, 'node_density_km': 32.82312775704777, 'intersection_density_km': 18.191801316194272, 'edge_density_km': 6972.529464000691, 'street_density_km': 3486.2647320003493, 'circuity_avg': 1.0324297064762653, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324297064762653\n", - "2715\n", - "21969362.929961063\n", - "{'n': 1718, 'm': 4090, 'k_avg': 4.761350407450524, 'intersection_count': 1239, 'streets_per_node_avg': 2.5355064027939465, 'streets_per_node_counts': {0: 0, 1: 479, 2: 3, 3: 1078, 4: 153, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2788125727590221, 2: 0.0017462165308498253, 3: 0.6274738067520372, 4: 0.0890570430733411, 5: 0.002910360884749709}, 'edge_length_total': 346558.4239999992, 'edge_length_avg': 84.73311100244479, 'street_length_total': 179725.30999999985, 'street_length_avg': 83.32188687992576, 'street_segments_count': 2157, 'node_density_km': 78.19980968392355, 'intersection_density_km': 56.39671955668293, 'edge_density_km': 15774.623283562525, 'street_density_km': 8180.7247016205765, 'circuity_avg': 1.0636935877447675, 'self_loop_proportion': 0.0024449877750611247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0636935877447675\n", - "2716\n", - "1997422.416558935\n", - "{'n': 78, 'm': 160, 'k_avg': 4.102564102564102, 'intersection_count': 50, 'streets_per_node_avg': 2.371794871794872, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 43, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.358974358974359, 2: 0.0, 3: 0.5512820512820513, 4: 0.08974358974358974}, 'edge_length_total': 20151.861999999983, 'edge_length_avg': 125.94913749999989, 'street_length_total': 10154.906, 'street_length_avg': 119.46948235294118, 'street_segments_count': 85, 'node_density_km': 39.0503277390742, 'intersection_density_km': 25.032261371201407, 'edge_density_km': 10088.933534007623, 'street_density_km': 5084.005223839628, 'circuity_avg': 1.15592299045942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.15592299045942\n", - "2717\n", - "5991445.42839783\n", - "{'n': 462, 'm': 1343, 'k_avg': 5.813852813852814, 'intersection_count': 420, 'streets_per_node_avg': 3.0324675324675323, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 329, 4: 84, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.7121212121212122, 4: 0.18181818181818182, 5: 0.012987012987012988, 6: 0.0021645021645021645}, 'edge_length_total': 103239.48199999992, 'edge_length_avg': 76.87228741623225, 'street_length_total': 52182.344999999965, 'street_length_avg': 75.84643168604646, 'street_segments_count': 688, 'node_density_km': 77.10994041775713, 'intersection_density_km': 70.09994583432466, 'edge_density_km': 17231.14784800888, 'street_density_km': 8709.475138114381, 'circuity_avg': 1.0366774612217233, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366774612217233\n", - "2718\n", - "29973030.80344232\n", - "{'n': 870, 'm': 2095, 'k_avg': 4.816091954022989, 'intersection_count': 690, 'streets_per_node_avg': 2.7045977011494253, 'streets_per_node_counts': {0: 0, 1: 180, 2: 1, 3: 586, 4: 102, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0011494252873563218, 3: 0.6735632183908046, 4: 0.11724137931034483, 5: 0.0011494252873563218}, 'edge_length_total': 291968.1370000001, 'edge_length_avg': 139.36426587112177, 'street_length_total': 157748.4559999999, 'street_length_avg': 138.37583859649112, 'street_segments_count': 1140, 'node_density_km': 29.026093680859358, 'intersection_density_km': 23.020694988267767, 'edge_density_km': 9741.028156767796, 'street_density_km': 5263.013174559675, 'circuity_avg': 1.0572089355938792, 'self_loop_proportion': 0.0042959427207637235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572089355938792\n", - "2719\n", - "56918947.95499262\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3741, 'm': 8291, 'k_avg': 4.432504677893611, 'intersection_count': 2327, 'streets_per_node_avg': 2.285485164394547, 'streets_per_node_counts': {0: 0, 1: 1414, 2: 2, 3: 2168, 4: 157}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37797380379577655, 2: 0.0005346164127238706, 3: 0.5795241913926757, 4: 0.04196738839882384}, 'edge_length_total': 804696.0040000028, 'edge_length_avg': 97.05656784465116, 'street_length_total': 405599.5839999987, 'street_length_avg': 96.04536680085216, 'street_segments_count': 4223, 'node_density_km': 65.7250376967282, 'intersection_density_km': 40.88269519387503, 'edge_density_km': 14137.576903851033, 'street_density_km': 7125.914982137713, 'circuity_avg': 1.0472326679808073, 'self_loop_proportion': 0.001688577976118683, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472326679808073\n", - "2720\n", - "26965252.04554517\n", - "{'n': 1831, 'm': 4011, 'k_avg': 4.381212452211906, 'intersection_count': 1131, 'streets_per_node_avg': 2.2829055161114145, 'streets_per_node_counts': {0: 0, 1: 700, 2: 0, 3: 1045, 4: 85, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3823047515019115, 2: 0.0, 3: 0.5707263790278536, 4: 0.04642271982523211, 5: 0.0005461496450027307}, 'edge_length_total': 345981.8110000001, 'edge_length_avg': 86.25824258289705, 'street_length_total': 175409.83199999965, 'street_length_avg': 85.44073648319515, 'street_segments_count': 2053, 'node_density_km': 67.9022023197626, 'intersection_density_km': 41.942867735473236, 'edge_density_km': 12830.653702610523, 'street_density_km': 6505.032168945681, 'circuity_avg': 1.065597318676471, 'self_loop_proportion': 0.0019945150835203192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065597318676471\n", - "2721\n", - "13981011.688499678\n", - "{'n': 481, 'm': 1027, 'k_avg': 4.27027027027027, 'intersection_count': 293, 'streets_per_node_avg': 2.2432432432432434, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 281, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3908523908523909, 2: 0.0, 3: 0.5841995841995842, 4: 0.02494802494802495}, 'edge_length_total': 120994.7190000001, 'edge_length_avg': 117.81374780915297, 'street_length_total': 60588.62999999997, 'street_length_avg': 116.96646718146712, 'street_segments_count': 518, 'node_density_km': 34.403805011883, 'intersection_density_km': 20.956995568569063, 'edge_density_km': 8654.217712980413, 'street_density_km': 4333.6370321353925, 'circuity_avg': 1.0753540491634375, 'self_loop_proportion': 0.0019474196689386564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753540491634375\n", - "2722\n", - "13995844.942022137\n", - "{'n': 785, 'm': 2179, 'k_avg': 5.551592356687898, 'intersection_count': 699, 'streets_per_node_avg': 2.951592356687898, 'streets_per_node_counts': {0: 0, 1: 86, 2: 2, 3: 567, 4: 124, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10955414012738854, 2: 0.0025477707006369425, 3: 0.7222929936305732, 4: 0.15796178343949044, 5: 0.007643312101910828}, 'edge_length_total': 193743.0150000002, 'edge_length_avg': 88.91372877466736, 'street_length_total': 100213.50299999981, 'street_length_avg': 87.52271004366796, 'street_segments_count': 1145, 'node_density_km': 56.088074943089666, 'intersection_density_km': 49.94339412129895, 'edge_density_km': 13842.895216586185, 'street_density_km': 7160.232441494943, 'circuity_avg': 1.0545609793692252, 'self_loop_proportion': 0.0018357044515832951, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545609793692252\n", - "2723\n", - "9995044.022692325\n", - "{'n': 1025, 'm': 2654, 'k_avg': 5.178536585365854, 'intersection_count': 825, 'streets_per_node_avg': 2.733658536585366, 'streets_per_node_counts': {0: 0, 1: 200, 2: 2, 3: 694, 4: 129}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1951219512195122, 2: 0.001951219512195122, 3: 0.6770731707317074, 4: 0.12585365853658537}, 'edge_length_total': 211334.87700000024, 'edge_length_avg': 79.6288157498117, 'street_length_total': 108148.52399999996, 'street_length_avg': 78.94052846715326, 'street_segments_count': 1370, 'node_density_km': 102.55082395564075, 'intersection_density_km': 82.54090708624744, 'edge_density_km': 21143.966601867334, 'street_density_km': 10820.214873937937, 'circuity_avg': 1.0604931454307198, 'self_loop_proportion': 0.0015071590052750565, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604931454307198\n", - "2724\n", - "12986714.936187787\n", - "{'n': 375, 'm': 897, 'k_avg': 4.784, 'intersection_count': 293, 'streets_per_node_avg': 2.6213333333333333, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 271, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21866666666666668, 2: 0.0, 3: 0.7226666666666667, 4: 0.058666666666666666}, 'edge_length_total': 141262.52500000008, 'edge_length_avg': 157.4833054626534, 'street_length_total': 71455.41799999992, 'street_length_avg': 152.03280425531898, 'street_segments_count': 470, 'node_density_km': 28.875662693962248, 'intersection_density_km': 22.5615177848825, 'edge_density_km': 10877.464061859764, 'street_density_km': 5502.193460864202, 'circuity_avg': 1.0804877979696859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804877979696859\n", - "2725\n", - "27982125.68730938\n", - "{'n': 793, 'm': 2160, 'k_avg': 5.447667087011349, 'intersection_count': 657, 'streets_per_node_avg': 2.9672131147540983, 'streets_per_node_counts': {0: 0, 1: 136, 2: 4, 3: 404, 4: 248, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17150063051702397, 2: 0.005044136191677175, 3: 0.5094577553593947, 4: 0.31273644388398486, 5: 0.0012610340479192938}, 'edge_length_total': 410757.18199999945, 'edge_length_avg': 190.16536203703677, 'street_length_total': 216436.64100000015, 'street_length_avg': 190.02338981562787, 'street_segments_count': 1139, 'node_density_km': 28.339519622687067, 'intersection_density_km': 23.479274138846662, 'edge_density_km': 14679.270138018444, 'street_density_km': 7734.8176982193945, 'circuity_avg': 1.0397464802524063, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397464802524063\n", - "2726\n", - "25991521.09514688\n", - "{'n': 970, 'm': 2712, 'k_avg': 5.591752577319587, 'intersection_count': 809, 'streets_per_node_avg': 2.9144329896907215, 'streets_per_node_counts': {0: 0, 1: 161, 2: 2, 3: 570, 4: 233, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16597938144329896, 2: 0.002061855670103093, 3: 0.5876288659793815, 4: 0.24020618556701032, 5: 0.004123711340206186}, 'edge_length_total': 351942.3860000004, 'edge_length_avg': 129.77226622418894, 'street_length_total': 179483.3539999998, 'street_length_avg': 128.66190250896042, 'street_segments_count': 1395, 'node_density_km': 37.319862752515775, 'intersection_density_km': 31.125535017304394, 'edge_density_km': 13540.661383827777, 'street_density_km': 6905.457873856902, 'circuity_avg': 1.044700627265155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044700627265155\n", - "2727\n", - "10000453.731769694\n", - "{'n': 298, 'm': 842, 'k_avg': 5.651006711409396, 'intersection_count': 255, 'streets_per_node_avg': 2.9161073825503356, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 194, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14429530201342283, 2: 0.0, 3: 0.6510067114093959, 4: 0.20469798657718122}, 'edge_length_total': 143397.94799999995, 'edge_length_avg': 170.30635154394292, 'street_length_total': 71698.97400000003, 'street_length_avg': 170.30635154394307, 'street_segments_count': 421, 'node_density_km': 29.79864794067354, 'intersection_density_km': 25.49884303648239, 'edge_density_km': 14339.144187473186, 'street_density_km': 7169.5720937365995, 'circuity_avg': 1.033798095164525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033798095164525\n", - "2728\n", - "8987367.544599859\n", - "{'n': 459, 'm': 992, 'k_avg': 4.32244008714597, 'intersection_count': 278, 'streets_per_node_avg': 2.2483660130718954, 'streets_per_node_counts': {0: 0, 1: 181, 2: 0, 3: 262, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39433551198257083, 2: 0.0, 3: 0.5708061002178649, 4: 0.032679738562091505, 5: 0.002178649237472767}, 'edge_length_total': 95574.208, 'edge_length_avg': 96.34496774193548, 'street_length_total': 47810.595999999976, 'street_length_avg': 96.00521285140557, 'street_segments_count': 498, 'node_density_km': 51.0716845307828, 'intersection_density_km': 30.93230566352422, 'edge_density_km': 10634.282789227489, 'street_density_km': 5319.755285709596, 'circuity_avg': 1.0648443393074343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648443393074343\n", - "2729\n", - "12000239.432496414\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 222, 'm': 558, 'k_avg': 5.027027027027027, 'intersection_count': 181, 'streets_per_node_avg': 2.779279279279279, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 149, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18468468468468469, 2: 0.0, 3: 0.6711711711711712, 4: 0.13963963963963963, 5: 0.0045045045045045045}, 'edge_length_total': 111571.78700000013, 'edge_length_avg': 199.9494390681006, 'street_length_total': 57752.14499999997, 'street_length_avg': 199.14532758620678, 'street_segments_count': 290, 'node_density_km': 18.49963088226626, 'intersection_density_km': 15.08303238599186, 'edge_density_km': 9297.463407093854, 'street_density_km': 4812.582725941975, 'circuity_avg': 1.0460194020837212, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460194020837212\n", - "2730\n", - "4992895.202546667\n", - "{'n': 240, 'm': 501, 'k_avg': 4.175, 'intersection_count': 141, 'streets_per_node_avg': 2.216666666666667, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 131, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4125, 2: 0.0, 3: 0.5458333333333333, 4: 0.041666666666666664}, 'edge_length_total': 47755.10199999998, 'edge_length_avg': 95.31956487025944, 'street_length_total': 23957.639999999996, 'street_length_avg': 93.22038910505835, 'street_segments_count': 257, 'node_density_km': 48.06830311150653, 'intersection_density_km': 28.240128078010088, 'edge_density_km': 9564.611325237127, 'street_density_km': 4798.346255651471, 'circuity_avg': 1.0494414188365198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494414188365198\n", - "2731\n", - "11982366.356016256\n", - "{'n': 549, 'm': 1262, 'k_avg': 4.597449908925319, 'intersection_count': 371, 'streets_per_node_avg': 2.420765027322404, 'streets_per_node_counts': {0: 0, 1: 178, 2: 3, 3: 328, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3242258652094718, 2: 0.00546448087431694, 3: 0.5974499089253188, 4: 0.07103825136612021, 5: 0.0018214936247723133}, 'edge_length_total': 123963.49500000013, 'edge_length_avg': 98.22780903328061, 'street_length_total': 62964.43899999993, 'street_length_avg': 97.16734413580237, 'street_segments_count': 648, 'node_density_km': 45.817327203015395, 'intersection_density_km': 30.96216464903226, 'edge_density_km': 10345.493645982457, 'street_density_km': 5254.758294749181, 'circuity_avg': 1.0518170669326792, 'self_loop_proportion': 0.001584786053882726, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518170669326792\n", - "2732\n", - "4999718.66390338\n", - "{'n': 289, 'm': 826, 'k_avg': 5.716262975778546, 'intersection_count': 256, 'streets_per_node_avg': 2.9757785467128026, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 200, 4: 53, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11418685121107267, 2: 0.0, 3: 0.6920415224913494, 4: 0.18339100346020762, 5: 0.010380622837370242}, 'edge_length_total': 93619.39700000016, 'edge_length_avg': 113.34067433414063, 'street_length_total': 47251.08799999999, 'street_length_avg': 113.31196163069542, 'street_segments_count': 417, 'node_density_km': 57.80325242828202, 'intersection_density_km': 51.20288104373771, 'edge_density_km': 18724.932999911965, 'street_density_km': 9450.749367387429, 'circuity_avg': 1.0802416327824789, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802416327824789\n", - "2733\n", - "11984311.14266169\n", - "{'n': 27, 'm': 62, 'k_avg': 4.592592592592593, 'intersection_count': 20, 'streets_per_node_avg': 2.4814814814814814, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25925925925925924, 2: 0.0, 3: 0.7407407407407407}, 'edge_length_total': 37631.872, 'edge_length_avg': 606.9656774193548, 'street_length_total': 18815.936, 'street_length_avg': 606.9656774193548, 'street_segments_count': 31, 'node_density_km': 2.2529455117270394, 'intersection_density_km': 1.6688485272052143, 'edge_density_km': 3140.0947081587574, 'street_density_km': 1570.0473540793787, 'circuity_avg': 1.0358599709227554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358599709227554\n", - "2734\n", - "11999396.506497595\n", - "{'n': 256, 'm': 760, 'k_avg': 5.9375, 'intersection_count': 222, 'streets_per_node_avg': 3.10546875, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 127, 4: 95}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1328125, 2: 0.0, 3: 0.49609375, 4: 0.37109375}, 'edge_length_total': 153505.24999999988, 'edge_length_avg': 201.980592105263, 'street_length_total': 76752.62499999996, 'street_length_avg': 201.98059210526304, 'street_segments_count': 380, 'node_density_km': 21.334406264629866, 'intersection_density_km': 18.500930432608712, 'edge_density_km': 12792.747528334261, 'street_density_km': 6396.373764167132, 'circuity_avg': 1.0111173872134536, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0111173872134536\n", - "2735\n", - "14995231.8492669\n", - "{'n': 321, 'm': 885, 'k_avg': 5.514018691588785, 'intersection_count': 294, 'streets_per_node_avg': 2.9906542056074765, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 247, 4: 44, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08411214953271028, 2: 0.0, 3: 0.7694704049844237, 4: 0.13707165109034267, 5: 0.006230529595015576, 6: 0.003115264797507788}, 'edge_length_total': 169895.37400000016, 'edge_length_avg': 191.97217401129961, 'street_length_total': 85462.50799999991, 'street_length_avg': 189.91668444444426, 'street_segments_count': 450, 'node_density_km': 21.40680472477612, 'intersection_density_km': 19.606232364748223, 'edge_density_km': 11329.959797074172, 'street_density_km': 5699.312211980109, 'circuity_avg': 1.0373341605031392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373341605031392\n", - "2736\n", - "4993762.792301039\n", - "{'n': 497, 'm': 1353, 'k_avg': 5.44466800804829, 'intersection_count': 426, 'streets_per_node_avg': 2.8490945674044266, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 362, 4: 61, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7283702213279678, 4: 0.1227364185110664, 5: 0.006036217303822937}, 'edge_length_total': 113841.37700000005, 'edge_length_avg': 84.13996821877313, 'street_length_total': 58200.744000000035, 'street_length_avg': 84.22683646888572, 'street_segments_count': 691, 'node_density_km': 99.5241505596206, 'intersection_density_km': 85.30641476538908, 'edge_density_km': 22796.712966725423, 'street_density_km': 11654.687341122613, 'circuity_avg': 1.0825615411580822, 'self_loop_proportion': 0.0029563932002956393, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825615411580822\n", - "2737\n", - "8992093.0131185\n", - "{'n': 281, 'm': 698, 'k_avg': 4.967971530249111, 'intersection_count': 216, 'streets_per_node_avg': 2.5943060498220643, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 200, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2313167259786477, 2: 0.0, 3: 0.7117437722419929, 4: 0.05693950177935943}, 'edge_length_total': 91437.78600000014, 'edge_length_avg': 130.99969340974232, 'street_length_total': 45848.08100000004, 'street_length_avg': 129.51435310734476, 'street_segments_count': 354, 'node_density_km': 31.249676753793704, 'intersection_density_km': 24.02110383921509, 'edge_density_km': 10168.687742286718, 'street_density_km': 5098.710715415488, 'circuity_avg': 1.1181991259639565, 'self_loop_proportion': 0.0028653295128939827, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1181991259639565\n", - "2738\n", - "12991164.257285137\n", - "{'n': 1475, 'm': 3774, 'k_avg': 5.1172881355932205, 'intersection_count': 1164, 'streets_per_node_avg': 2.7376271186440677, 'streets_per_node_counts': {0: 0, 1: 311, 2: 4, 3: 925, 4: 232, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21084745762711865, 2: 0.002711864406779661, 3: 0.6271186440677966, 4: 0.15728813559322033, 5: 0.0013559322033898306, 6: 0.0006779661016949153}, 'edge_length_total': 230653.93400000042, 'edge_length_avg': 61.116569687334504, 'street_length_total': 121928.71400000004, 'street_length_avg': 60.84267165668665, 'street_segments_count': 2004, 'node_density_km': 113.53870760065674, 'intersection_density_km': 89.59935976078944, 'edge_density_km': 17754.67767414727, 'street_density_km': 9385.510919979732, 'circuity_avg': 1.11348706011383, 'self_loop_proportion': 0.0037095919448860626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.11348706011383\n", - "2739\n", - "11988464.46176342\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1143, 'm': 3147, 'k_avg': 5.5065616797900265, 'intersection_count': 1015, 'streets_per_node_avg': 3.0017497812773404, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 769, 4: 234, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11198600174978128, 2: 0.0, 3: 0.6727909011373578, 4: 0.2047244094488189, 5: 0.010498687664041995}, 'edge_length_total': 275136.3180000008, 'edge_length_avg': 87.42812774070568, 'street_length_total': 146343.9249999998, 'street_length_avg': 86.44059362079139, 'street_segments_count': 1693, 'node_density_km': 95.34165143880927, 'intersection_density_km': 84.66472109395573, 'edge_density_km': 22950.088301761556, 'street_density_km': 12207.061668886463, 'circuity_avg': 1.0622918648566302, 'self_loop_proportion': 0.002542103590721322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622918648566302\n", - "2740\n", - "7988500.973882563\n", - "{'n': 215, 'm': 472, 'k_avg': 4.390697674418605, 'intersection_count': 141, 'streets_per_node_avg': 2.386046511627907, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 125, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34418604651162793, 2: 0.0, 3: 0.5813953488372093, 4: 0.07441860465116279}, 'edge_length_total': 65739.36400000003, 'edge_length_avg': 139.2783135593221, 'street_length_total': 33135.45099999999, 'street_length_avg': 138.0643791666666, 'street_segments_count': 240, 'node_density_km': 26.913685146051364, 'intersection_density_km': 17.650370258573222, 'edge_density_km': 8229.249043710068, 'street_density_km': 4147.893466913546, 'circuity_avg': 1.0764933093519073, 'self_loop_proportion': 0.00423728813559322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0764933093519073\n", - "2741\n", - "18000431.095354527\n", - "{'n': 721, 'm': 1863, 'k_avg': 5.167822468793343, 'intersection_count': 587, 'streets_per_node_avg': 2.7434119278779474, 'streets_per_node_counts': {0: 0, 1: 134, 2: 2, 3: 502, 4: 81, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18585298196948682, 2: 0.0027739251040221915, 3: 0.6962552011095701, 4: 0.11234396671289876, 5: 0.0027739251040221915}, 'edge_length_total': 249772.6060000003, 'edge_length_avg': 134.07010520665608, 'street_length_total': 127387.52999999988, 'street_length_avg': 131.87114906832286, 'street_segments_count': 966, 'node_density_km': 40.05459625831253, 'intersection_density_km': 32.610330102121296, 'edge_density_km': 13875.923564100667, 'street_density_km': 7076.915509699958, 'circuity_avg': 1.0563884715669378, 'self_loop_proportion': 0.0010735373054213634, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563884715669378\n", - "2742\n", - "259644425.3090898\n", - "error with entry 2742\n", - "2743\n", - "18986615.28135412\n", - "{'n': 1374, 'm': 3609, 'k_avg': 5.253275109170306, 'intersection_count': 1143, 'streets_per_node_avg': 2.8136826783114994, 'streets_per_node_counts': {0: 0, 1: 231, 2: 0, 3: 944, 4: 193, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16812227074235808, 2: 0.0, 3: 0.6870451237263464, 4: 0.14046579330422126, 5: 0.00363901018922853, 6: 0.000727802037845706}, 'edge_length_total': 336104.05799999944, 'edge_length_avg': 93.12941479634232, 'street_length_total': 176231.9230000001, 'street_length_avg': 92.41317409543791, 'street_segments_count': 1907, 'node_density_km': 72.36676888636082, 'intersection_density_km': 60.200303374898404, 'edge_density_km': 17702.157705279453, 'street_density_km': 9281.903087438093, 'circuity_avg': 1.081835300068762, 'self_loop_proportion': 0.00942089221390967, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081835300068762\n", - "2744\n", - "44975005.23193273\n", - "{'n': 4679, 'm': 11774, 'k_avg': 5.032699294721095, 'intersection_count': 3766, 'streets_per_node_avg': 2.723658901474674, 'streets_per_node_counts': {0: 0, 1: 913, 2: 10, 3: 3224, 4: 521, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19512716392391535, 2: 0.0021372088053002777, 3: 0.6890361188288096, 4: 0.11134857875614447, 5: 0.0023509296858303056}, 'edge_length_total': 975013.3139999951, 'edge_length_avg': 82.81071122812936, 'street_length_total': 519843.9230000005, 'street_length_avg': 82.22776384055686, 'street_segments_count': 6322, 'node_density_km': 104.03556321718581, 'intersection_density_km': 83.73539881938913, 'edge_density_km': 21679.003903877823, 'street_density_km': 11558.507226829755, 'circuity_avg': 1.0765709130039323, 'self_loop_proportion': 0.0038219806352981145, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765709130039323\n", - "2745\n", - "21971866.882706515\n", - "{'n': 59, 'm': 142, 'k_avg': 4.813559322033898, 'intersection_count': 44, 'streets_per_node_avg': 2.5254237288135593, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 42, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2542372881355932, 2: 0.0, 3: 0.711864406779661, 4: 0.03389830508474576}, 'edge_length_total': 55155.746, 'edge_length_avg': 388.42074647887324, 'street_length_total': 27577.873, 'street_length_avg': 388.42074647887324, 'street_segments_count': 71, 'node_density_km': 2.685252023187769, 'intersection_density_km': 2.002560830851895, 'edge_density_km': 2510.2894667276387, 'street_density_km': 1255.1447333638193, 'circuity_avg': 1.059255027179145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059255027179145\n", - "2746\n", - "6990108.547613921\n", - "{'n': 351, 'm': 837, 'k_avg': 4.769230769230769, 'intersection_count': 257, 'streets_per_node_avg': 2.50997150997151, 'streets_per_node_counts': {0: 0, 1: 94, 2: 1, 3: 240, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2678062678062678, 2: 0.002849002849002849, 3: 0.6837606837606838, 4: 0.042735042735042736, 5: 0.002849002849002849}, 'edge_length_total': 101441.72199999985, 'edge_length_avg': 121.19680047789707, 'street_length_total': 51160.75399999999, 'street_length_avg': 119.5344719626168, 'street_segments_count': 428, 'node_density_km': 50.213812505073925, 'intersection_density_km': 36.766238785766376, 'edge_density_km': 14512.181221367022, 'street_density_km': 7319.021393088919, 'circuity_avg': 1.1547407777271697, 'self_loop_proportion': 0.007168458781362007, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1547407777271697\n", - "2747\n", - "12983451.27308062\n", - "{'n': 1691, 'm': 4411, 'k_avg': 5.217031342400946, 'intersection_count': 1320, 'streets_per_node_avg': 2.674748669426375, 'streets_per_node_counts': {0: 0, 1: 371, 2: 0, 3: 1132, 4: 185, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21939680662329983, 2: 0.0, 3: 0.6694263749260793, 4: 0.10940272028385571, 5: 0.0011827321111768185, 6: 0.0005913660555884093}, 'edge_length_total': 337006.81800000113, 'edge_length_avg': 76.40145499886673, 'street_length_total': 170886.4289999998, 'street_length_avg': 76.59633751680852, 'street_segments_count': 2231, 'node_density_km': 130.24271932271606, 'intersection_density_km': 101.66788261737742, 'edge_density_km': 25956.643646727265, 'street_density_km': 13161.864700359682, 'circuity_avg': 1.0643220381656517, 'self_loop_proportion': 0.001813647698934482, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643220381656517\n", - "2748\n", - "5991533.479078973\n", - "{'n': 84, 'm': 252, 'k_avg': 6.0, 'intersection_count': 74, 'streets_per_node_avg': 3.238095238095238, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 34, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11904761904761904, 2: 0.0, 3: 0.40476190476190477, 4: 0.47619047619047616}, 'edge_length_total': 58582.44400000002, 'edge_length_avg': 232.47001587301594, 'street_length_total': 29291.22199999999, 'street_length_avg': 232.4700158730158, 'street_segments_count': 126, 'node_density_km': 14.019783131198093, 'intersection_density_km': 12.350761329864987, 'edge_density_km': 9777.537621137586, 'street_density_km': 4888.768810568789, 'circuity_avg': 1.0190066361494396, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0190066361494396\n", - "2749\n", - "5999251.441499024\n", - "{'n': 171, 'm': 452, 'k_avg': 5.286549707602339, 'intersection_count': 144, 'streets_per_node_avg': 2.847953216374269, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 116, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.6783625730994152, 4: 0.16374269005847952}, 'edge_length_total': 68508.86199999994, 'edge_length_avg': 151.5682787610618, 'street_length_total': 34254.431000000004, 'street_length_avg': 151.56827876106198, 'street_segments_count': 226, 'node_density_km': 28.503556096537352, 'intersection_density_km': 24.0029946076104, 'edge_density_km': 11419.568369163359, 'street_density_km': 5709.784184581685, 'circuity_avg': 1.0356256860079007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0356256860079007\n", - "2750\n", - "17975441.94264404\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 380, 'm': 1028, 'k_avg': 5.410526315789474, 'intersection_count': 303, 'streets_per_node_avg': 2.768421052631579, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 237, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2026315789473684, 2: 0.0, 3: 0.6236842105263158, 4: 0.1736842105263158}, 'edge_length_total': 183182.389, 'edge_length_avg': 178.1929854085603, 'street_length_total': 91680.00699999997, 'street_length_avg': 178.0194310679611, 'street_segments_count': 515, 'node_density_km': 21.13995312118068, 'intersection_density_km': 16.85633104136249, 'edge_density_km': 10190.702937068116, 'street_density_km': 5100.292237182937, 'circuity_avg': 1.0378246804347575, 'self_loop_proportion': 0.0019455252918287938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378246804347575\n", - "2751\n", - "38949705.980215915\n", - "{'n': 776, 'm': 1996, 'k_avg': 5.144329896907217, 'intersection_count': 599, 'streets_per_node_avg': 2.649484536082474, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 518, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22809278350515463, 2: 0.0, 3: 0.6675257731958762, 4: 0.10309278350515463, 5: 0.001288659793814433}, 'edge_length_total': 338516.33799999894, 'edge_length_avg': 169.5973637274544, 'street_length_total': 169584.62800000003, 'street_length_avg': 169.24613572854295, 'street_segments_count': 1002, 'node_density_km': 19.923128569806426, 'intersection_density_km': 15.378806718188208, 'edge_density_km': 8691.114078549006, 'street_density_km': 4353.938591632468, 'circuity_avg': 1.080798012932791, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080798012932791\n", - "2752\n", - "5993753.268578749\n", - "{'n': 676, 'm': 1401, 'k_avg': 4.144970414201183, 'intersection_count': 384, 'streets_per_node_avg': 2.1671597633136095, 'streets_per_node_counts': {0: 0, 1: 292, 2: 0, 3: 363, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4319526627218935, 2: 0.0, 3: 0.5369822485207101, 4: 0.03106508875739645}, 'edge_length_total': 98237.44399999992, 'edge_length_avg': 70.11951748750886, 'street_length_total': 49190.05599999992, 'street_length_avg': 69.97163015647214, 'street_segments_count': 703, 'node_density_km': 112.78408865173299, 'intersection_density_km': 64.06670124595483, 'edge_density_km': 16389.97129144326, 'street_density_km': 8206.887036520267, 'circuity_avg': 1.0533977929123242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533977929123242\n", - "2753\n", - "2995775.5014884546\n", - "{'n': 113, 'm': 277, 'k_avg': 4.902654867256637, 'intersection_count': 85, 'streets_per_node_avg': 2.663716814159292, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 68, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24778761061946902, 2: 0.0, 3: 0.6017699115044248, 4: 0.1415929203539823, 5: 0.008849557522123894}, 'edge_length_total': 30546.25100000001, 'edge_length_avg': 110.27527436823108, 'street_length_total': 15434.385999999999, 'street_length_avg': 109.46373049645389, 'street_segments_count': 141, 'node_density_km': 37.719782388184896, 'intersection_density_km': 28.373287637130232, 'edge_density_km': 10196.441951282086, 'street_density_km': 5152.050276241129, 'circuity_avg': 1.0825909228500086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825909228500086\n", - "2754\n", - "8991623.56508318\n", - "{'n': 690, 'm': 1998, 'k_avg': 5.791304347826087, 'intersection_count': 616, 'streets_per_node_avg': 2.979710144927536, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 488, 4: 122, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1072463768115942, 2: 0.0, 3: 0.7072463768115942, 4: 0.17681159420289855, 5: 0.008695652173913044}, 'edge_length_total': 162791.7200000001, 'edge_length_avg': 81.47733733733739, 'street_length_total': 82262.7929999999, 'street_length_avg': 81.20710069101669, 'street_segments_count': 1013, 'node_density_km': 76.73808795548894, 'intersection_density_km': 68.50820605881331, 'edge_density_km': 18104.81931563092, 'street_density_km': 9148.825282171265, 'circuity_avg': 1.043983127672425, 'self_loop_proportion': 0.002002002002002002, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043983127672425\n", - "2755\n", - "9988308.435971621\n", - "{'n': 372, 'm': 867, 'k_avg': 4.661290322580645, 'intersection_count': 257, 'streets_per_node_avg': 2.443548387096774, 'streets_per_node_counts': {0: 0, 1: 115, 2: 1, 3: 232, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30913978494623656, 2: 0.002688172043010753, 3: 0.6236559139784946, 4: 0.06451612903225806}, 'edge_length_total': 118013.19699999994, 'edge_length_avg': 136.11672087658587, 'street_length_total': 59469.614999999976, 'street_length_avg': 134.24292325056427, 'street_segments_count': 443, 'node_density_km': 37.24354352737941, 'intersection_density_km': 25.730082490689536, 'edge_density_km': 11815.13343891048, 'street_density_km': 5953.922566690845, 'circuity_avg': 1.1547689955024685, 'self_loop_proportion': 0.002306805074971165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1547689955024685\n", - "2756\n", - "78885478.23937583\n", - "{'n': 5663, 'm': 12591, 'k_avg': 4.4467596680204835, 'intersection_count': 3742, 'streets_per_node_avg': 2.3757725587144622, 'streets_per_node_counts': {0: 0, 1: 1921, 2: 4, 3: 3434, 4: 297, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3392194949673318, 2: 0.0007063393960798164, 3: 0.6063923715345223, 4: 0.05244570015892636, 5: 0.0012360939431396785}, 'edge_length_total': 1037375.2659999984, 'edge_length_avg': 82.3902204749423, 'street_length_total': 544626.4459999998, 'street_length_avg': 81.93567714758534, 'street_segments_count': 6647, 'node_density_km': 71.78761067804876, 'intersection_density_km': 47.43585363892963, 'edge_density_km': 13150.395854254843, 'street_density_km': 6904.013997954677, 'circuity_avg': 1.06323854555205, 'self_loop_proportion': 0.002144388849177984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06323854555205\n", - "2757\n", - "10984098.766614622\n", - "{'n': 428, 'm': 909, 'k_avg': 4.247663551401869, 'intersection_count': 253, 'streets_per_node_avg': 2.2242990654205608, 'streets_per_node_counts': {0: 0, 1: 175, 2: 0, 3: 235, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4088785046728972, 2: 0.0, 3: 0.5490654205607477, 4: 0.04205607476635514}, 'edge_length_total': 91458.59300000002, 'edge_length_avg': 100.61451375137516, 'street_length_total': 45819.87899999997, 'street_length_avg': 99.39236225596522, 'street_segments_count': 461, 'node_density_km': 38.96541801871586, 'intersection_density_km': 23.033296165268954, 'edge_density_km': 8326.453989833179, 'street_density_km': 4171.473688789671, 'circuity_avg': 1.0817150163124147, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817150163124147\n", - "2758\n", - "6989899.2963648895\n", - "{'n': 632, 'm': 1764, 'k_avg': 5.582278481012659, 'intersection_count': 529, 'streets_per_node_avg': 2.884493670886076, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 407, 4: 112, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1629746835443038, 2: 0.0, 3: 0.6439873417721519, 4: 0.17721518987341772, 5: 0.014240506329113924, 6: 0.0015822784810126582}, 'edge_length_total': 138223.53200000038, 'edge_length_avg': 78.3580113378687, 'street_length_total': 69504.95299999995, 'street_length_avg': 77.31362958843154, 'street_segments_count': 899, 'node_density_km': 90.41618100688129, 'intersection_density_km': 75.68063252000032, 'edge_density_km': 19774.752988484943, 'street_density_km': 9943.627233105652, 'circuity_avg': 1.0828852116210015, 'self_loop_proportion': 0.006802721088435374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828852116210015\n", - "2759\n", - "5991220.741948178\n", - "{'n': 376, 'm': 827, 'k_avg': 4.398936170212766, 'intersection_count': 238, 'streets_per_node_avg': 2.3164893617021276, 'streets_per_node_counts': {0: 0, 1: 138, 2: 3, 3: 214, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3670212765957447, 2: 0.007978723404255319, 3: 0.5691489361702128, 4: 0.05319148936170213, 5: 0.0026595744680851063}, 'edge_length_total': 90493.81999999989, 'edge_length_avg': 109.42420798065282, 'street_length_total': 46021.58599999995, 'street_length_avg': 108.54147641509422, 'street_segments_count': 424, 'node_density_km': 62.75849550449635, 'intersection_density_km': 39.7247923672078, 'edge_density_km': 15104.404243762487, 'street_density_km': 7681.503984284013, 'circuity_avg': 1.1116440354873949, 'self_loop_proportion': 0.0048367593712212815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1116440354873949\n", - "2760\n", - "3994322.6452099276\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 102, 'm': 208, 'k_avg': 4.078431372549019, 'intersection_count': 60, 'streets_per_node_avg': 2.2058823529411766, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 57, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4117647058823529, 2: 0.0, 3: 0.5588235294117647, 4: 0.029411764705882353}, 'edge_length_total': 23142.415999999987, 'edge_length_avg': 111.26161538461533, 'street_length_total': 11571.208000000002, 'street_length_avg': 111.26161538461541, 'street_segments_count': 104, 'node_density_km': 25.536244580121853, 'intersection_density_km': 15.021320341248149, 'edge_density_km': 5793.82740344044, 'street_density_km': 2896.9137017202224, 'circuity_avg': 1.0423982199779152, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423982199779152\n", - "2761\n", - "4998503.858410079\n", - "{'n': 151, 'm': 434, 'k_avg': 5.748344370860927, 'intersection_count': 133, 'streets_per_node_avg': 2.9602649006622515, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 103, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11920529801324503, 2: 0.0, 3: 0.6821192052980133, 4: 0.1986754966887417}, 'edge_length_total': 55001.378, 'edge_length_avg': 126.7312857142857, 'street_length_total': 27500.688999999973, 'street_length_avg': 126.73128571428559, 'street_segments_count': 217, 'node_density_km': 30.209039400047594, 'intersection_density_km': 26.607961855671057, 'edge_density_km': 11003.568179198084, 'street_density_km': 5501.7840895990375, 'circuity_avg': 1.039131686848603, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039131686848603\n", - "2762\n", - "3994584.3029862233\n", - "{'n': 245, 'm': 665, 'k_avg': 5.428571428571429, 'intersection_count': 224, 'streets_per_node_avg': 3.012244897959184, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 179, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08571428571428572, 2: 0.0, 3: 0.7306122448979592, 4: 0.1836734693877551}, 'edge_length_total': 58744.49700000011, 'edge_length_avg': 88.33758947368437, 'street_length_total': 30591.726, 'street_length_avg': 86.17387605633803, 'street_segments_count': 355, 'node_density_km': 61.33304029078717, 'intersection_density_km': 56.07592255157684, 'edge_density_km': 14706.035107604215, 'street_density_km': 7658.300258460086, 'circuity_avg': 1.0589605754455027, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589605754455027\n", - "2763\n", - "22992716.490132753\n", - "{'n': 1459, 'm': 4031, 'k_avg': 5.525702535983551, 'intersection_count': 1245, 'streets_per_node_avg': 2.9328307059629886, 'streets_per_node_counts': {0: 0, 1: 214, 2: 1, 3: 922, 4: 315, 5: 6, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14667580534612748, 2: 0.0006854009595613434, 3: 0.6319396847155586, 4: 0.21590130226182316, 5: 0.00411240575736806, 6: 0.0, 7: 0.0006854009595613434}, 'edge_length_total': 314833.5509999996, 'edge_length_avg': 78.10308881170916, 'street_length_total': 162117.50199999992, 'street_length_avg': 77.01544038004747, 'street_segments_count': 2105, 'node_density_km': 63.45487714016414, 'intersection_density_km': 54.14758193249099, 'edge_density_km': 13692.751403911294, 'street_density_km': 7050.819857217484, 'circuity_avg': 1.0549370589116778, 'self_loop_proportion': 0.0024807740014884646, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549370589116778\n", - "2764\n", - "28992166.496546824\n", - "{'n': 2242, 'm': 5894, 'k_avg': 5.257805530776093, 'intersection_count': 1937, 'streets_per_node_avg': 2.9594112399643175, 'streets_per_node_counts': {0: 0, 1: 305, 2: 3, 3: 1421, 4: 504, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1360392506690455, 2: 0.0013380909901873326, 3: 0.6338090990187333, 4: 0.2247992863514719, 5: 0.004014272970561998}, 'edge_length_total': 516590.9409999987, 'edge_length_avg': 87.6469190702407, 'street_length_total': 281812.05699999956, 'street_length_avg': 86.02321642246629, 'street_segments_count': 3276, 'node_density_km': 77.33123360294714, 'intersection_density_km': 66.8111505302893, 'edge_density_km': 17818.293816073678, 'street_density_km': 9720.282788578957, 'circuity_avg': 1.0430375271306034, 'self_loop_proportion': 0.0016966406515100101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430375271306034\n", - "2765\n", - "7997349.362993272\n", - "{'n': 172, 'm': 506, 'k_avg': 5.883720930232558, 'intersection_count': 151, 'streets_per_node_avg': 3.058139534883721, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 99, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12209302325581395, 2: 0.0, 3: 0.5755813953488372, 4: 0.3023255813953488}, 'edge_length_total': 93092.6079999999, 'edge_length_avg': 183.9774861660077, 'street_length_total': 46546.30399999999, 'street_length_avg': 183.97748616600785, 'street_segments_count': 253, 'node_density_km': 21.507125947993266, 'intersection_density_km': 18.881255919459203, 'edge_density_km': 11640.43282025095, 'street_density_km': 5820.216410125479, 'circuity_avg': 1.0129432646152243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0129432646152243\n", - "2766\n", - "6993899.422308965\n", - "{'n': 658, 'm': 1553, 'k_avg': 4.720364741641338, 'intersection_count': 435, 'streets_per_node_avg': 2.4164133738601823, 'streets_per_node_counts': {0: 0, 1: 223, 2: 0, 3: 374, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33890577507598785, 2: 0.0, 3: 0.5683890577507599, 4: 0.0911854103343465, 5: 0.001519756838905775}, 'edge_length_total': 122682.69399999992, 'edge_length_avg': 78.99722730199608, 'street_length_total': 61722.490000000034, 'street_length_avg': 78.62737579617838, 'street_segments_count': 785, 'node_density_km': 94.08199350152623, 'intersection_density_km': 62.19706257319743, 'edge_density_km': 17541.386656014776, 'street_density_km': 8825.189822307022, 'circuity_avg': 1.1103994550176948, 'self_loop_proportion': 0.000643915003219575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1103994550176948\n", - "2767\n", - "7996446.6969055645\n", - "{'n': 358, 'm': 1034, 'k_avg': 5.776536312849162, 'intersection_count': 316, 'streets_per_node_avg': 3.011173184357542, 'streets_per_node_counts': {0: 0, 1: 42, 2: 2, 3: 225, 4: 88, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11731843575418995, 2: 0.00558659217877095, 3: 0.6284916201117319, 4: 0.24581005586592178, 5: 0.002793296089385475}, 'edge_length_total': 119816.61900000006, 'edge_length_avg': 115.87680754352037, 'street_length_total': 60567.36399999998, 'street_length_avg': 115.36640761904758, 'street_segments_count': 525, 'node_density_km': 44.76988512141743, 'intersection_density_km': 39.51755223007796, 'edge_density_km': 14983.732592923587, 'street_density_km': 7574.284716165009, 'circuity_avg': 1.0248923200798794, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248923200798794\n", - "2768\n", - "19994355.140941877\n", - "{'n': 1292, 'm': 3521, 'k_avg': 5.45046439628483, 'intersection_count': 1097, 'streets_per_node_avg': 2.901702786377709, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 838, 4: 255, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15092879256965944, 2: 0.0, 3: 0.6486068111455109, 4: 0.19736842105263158, 5: 0.0030959752321981426}, 'edge_length_total': 362441.6700000006, 'edge_length_avg': 102.93714001704079, 'street_length_total': 184787.90399999995, 'street_length_avg': 100.86675982532748, 'street_segments_count': 1832, 'node_density_km': 64.61823804231665, 'intersection_density_km': 54.86548539661097, 'edge_density_km': 18127.199774392277, 'street_density_km': 9242.003690412348, 'circuity_avg': 1.057479076919527, 'self_loop_proportion': 0.004544163589889236, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057479076919527\n", - "2769\n", - "26992091.81038429\n", - "{'n': 240, 'm': 642, 'k_avg': 5.35, 'intersection_count': 202, 'streets_per_node_avg': 2.816666666666667, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 170, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15833333333333333, 2: 0.0, 3: 0.7083333333333334, 4: 0.13333333333333333}, 'edge_length_total': 143706.50700000013, 'edge_length_avg': 223.84191121495348, 'street_length_total': 74419.68899999998, 'street_length_avg': 224.1556897590361, 'street_segments_count': 332, 'node_density_km': 8.891493170887488, 'intersection_density_km': 7.4836734188303025, 'edge_density_km': 5324.022606677484, 'street_density_km': 2757.0923188461275, 'circuity_avg': 1.0314830665563954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314830665563954\n", - "2770\n", - "22998908.65212123\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1206, 'm': 3227, 'k_avg': 5.351575456053068, 'intersection_count': 954, 'streets_per_node_avg': 2.7611940298507465, 'streets_per_node_counts': {0: 0, 1: 252, 2: 0, 3: 741, 4: 210, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208955223880597, 2: 0.0, 3: 0.6144278606965174, 4: 0.17412935323383086, 5: 0.0024875621890547263}, 'edge_length_total': 436564.0170000011, 'edge_length_avg': 135.28478989773816, 'street_length_total': 218702.76300000018, 'street_length_avg': 134.5863156923078, 'street_segments_count': 1625, 'node_density_km': 52.437270752356696, 'intersection_density_km': 41.48022910261052, 'edge_density_km': 18981.944908926624, 'street_density_km': 9509.26699645067, 'circuity_avg': 1.0449213211855877, 'self_loop_proportion': 0.0006197706848466068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449213211855877\n", - "2771\n", - "39944611.13355741\n", - "{'n': 2690, 'm': 6370, 'k_avg': 4.736059479553903, 'intersection_count': 1853, 'streets_per_node_avg': 2.4643122676579927, 'streets_per_node_counts': {0: 0, 1: 837, 2: 1, 3: 1623, 4: 224, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31115241635687735, 2: 0.0003717472118959108, 3: 0.6033457249070632, 4: 0.08327137546468401, 5: 0.0018587360594795538}, 'edge_length_total': 641148.9939999969, 'edge_length_avg': 100.6513334379901, 'street_length_total': 335666.08400000056, 'street_length_avg': 102.21257125456776, 'street_segments_count': 3284, 'node_density_km': 67.34325165929917, 'intersection_density_km': 46.38923618017894, 'edge_density_km': 16050.95094946033, 'street_density_km': 8403.288315354457, 'circuity_avg': 1.0548155551939216, 'self_loop_proportion': 0.0018838304552590266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548155551939216\n", - "2772\n", - "30954511.01310781\n", - "{'n': 484, 'm': 1182, 'k_avg': 4.884297520661157, 'intersection_count': 345, 'streets_per_node_avg': 2.5371900826446283, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 299, 4: 40, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2871900826446281, 2: 0.0, 3: 0.6177685950413223, 4: 0.08264462809917356, 5: 0.008264462809917356, 6: 0.004132231404958678}, 'edge_length_total': 98992.46000000014, 'edge_length_avg': 83.74996615905258, 'street_length_total': 51013.777999999984, 'street_length_avg': 83.76646633825942, 'street_segments_count': 609, 'node_density_km': 15.635847059417229, 'intersection_density_km': 11.14538685020443, 'edge_density_km': 3197.9978607344624, 'street_density_km': 1648.0240304360807, 'circuity_avg': 1.0680191870002766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0680191870002766\n", - "2773\n", - "7993177.037396773\n", - "{'n': 188, 'm': 558, 'k_avg': 5.9361702127659575, 'intersection_count': 162, 'streets_per_node_avg': 3.0851063829787235, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 94, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13829787234042554, 2: 0.0, 3: 0.5, 4: 0.3617021276595745}, 'edge_length_total': 98857.26799999997, 'edge_length_avg': 177.16356272401427, 'street_length_total': 49457.85800000004, 'street_length_avg': 176.00661209964426, 'street_segments_count': 281, 'node_density_km': 23.52005956085117, 'intersection_density_km': 20.26728536626537, 'edge_density_km': 12367.706549909712, 'street_density_km': 6187.509393149577, 'circuity_avg': 1.00984316658796, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.00984316658796\n", - "2774\n", - "6989513.96899686\n", - "{'n': 425, 'm': 1202, 'k_avg': 5.656470588235294, 'intersection_count': 388, 'streets_per_node_avg': 2.981176470588235, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 323, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08705882352941176, 2: 0.0, 3: 0.76, 4: 0.15058823529411763, 5: 0.002352941176470588}, 'edge_length_total': 137692.34100000013, 'edge_length_avg': 114.55269633943439, 'street_length_total': 68894.13299999999, 'street_length_avg': 114.25229353233829, 'street_segments_count': 603, 'node_density_km': 60.8053724314963, 'intersection_density_km': 55.51172824334251, 'edge_density_km': 19699.844883457874, 'street_density_km': 9856.78450684715, 'circuity_avg': 1.0214412795942776, 'self_loop_proportion': 0.0016638935108153079, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214412795942776\n", - "2775\n", - "15978607.106643047\n", - "{'n': 228, 'm': 584, 'k_avg': 5.12280701754386, 'intersection_count': 174, 'streets_per_node_avg': 2.675438596491228, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 140, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23684210526315788, 2: 0.0, 3: 0.6140350877192983, 4: 0.14912280701754385}, 'edge_length_total': 139289.1219999999, 'edge_length_avg': 238.508770547945, 'street_length_total': 69644.56099999997, 'street_length_avg': 238.50877054794512, 'street_segments_count': 292, 'node_density_km': 14.26907855473897, 'intersection_density_km': 10.889559949669215, 'edge_density_km': 8717.225542274642, 'street_density_km': 4358.612771137323, 'circuity_avg': 1.0578969336031934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578969336031934\n", - "2776\n", - "9985279.572140872\n", - "{'n': 476, 'm': 1064, 'k_avg': 4.470588235294118, 'intersection_count': 295, 'streets_per_node_avg': 2.2941176470588234, 'streets_per_node_counts': {0: 0, 1: 181, 2: 0, 3: 271, 4: 22, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3802521008403361, 2: 0.0, 3: 0.569327731092437, 4: 0.046218487394957986, 5: 0.004201680672268907}, 'edge_length_total': 95628.55399999987, 'edge_length_avg': 89.87646052631567, 'street_length_total': 47814.277, 'street_length_avg': 89.8764605263158, 'street_segments_count': 532, 'node_density_km': 47.67017253358128, 'intersection_density_km': 29.543489280265707, 'edge_density_km': 9576.953084699344, 'street_density_km': 4788.476542349679, 'circuity_avg': 1.072129177026804, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072129177026804\n", - "2777\n", - "5997543.640787331\n", - "{'n': 260, 'm': 772, 'k_avg': 5.938461538461539, 'intersection_count': 235, 'streets_per_node_avg': 3.1076923076923078, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 160, 4: 72, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09615384615384616, 2: 0.0, 3: 0.6153846153846154, 4: 0.27692307692307694, 5: 0.011538461538461539}, 'edge_length_total': 86048.10799999995, 'edge_length_avg': 111.46127979274605, 'street_length_total': 43443.04599999998, 'street_length_avg': 111.67878149100252, 'street_segments_count': 389, 'node_density_km': 43.35108097118712, 'intersection_density_km': 39.18270780088067, 'edge_density_km': 14347.224989713277, 'street_density_km': 7243.473095311561, 'circuity_avg': 1.0406488522256088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406488522256088\n", - "2778\n", - "7992895.133843314\n", - "{'n': 429, 'm': 1277, 'k_avg': 5.953379953379954, 'intersection_count': 393, 'streets_per_node_avg': 3.0839160839160837, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 289, 4: 100, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08391608391608392, 2: 0.0, 3: 0.6736596736596736, 4: 0.2331002331002331, 5: 0.009324009324009324}, 'edge_length_total': 146157.93499999988, 'edge_length_avg': 114.45413860610797, 'street_length_total': 73864.23900000005, 'street_length_avg': 114.16420247295216, 'street_segments_count': 647, 'node_density_km': 53.672667139537346, 'intersection_density_km': 49.16866709985589, 'edge_density_km': 18285.981806659973, 'street_density_km': 9241.237094084465, 'circuity_avg': 1.0587754418085826, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587754418085826\n", - "2779\n", - "11999568.779812729\n", - "{'n': 588, 'm': 1507, 'k_avg': 5.125850340136054, 'intersection_count': 460, 'streets_per_node_avg': 2.6462585034013606, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 412, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21768707482993196, 2: 0.0, 3: 0.7006802721088435, 4: 0.08163265306122448}, 'edge_length_total': 182797.38400000051, 'edge_length_avg': 121.29886131386895, 'street_length_total': 91635.46499999995, 'street_length_avg': 119.94170811518319, 'street_segments_count': 764, 'node_density_km': 49.00176087904191, 'intersection_density_km': 38.33471089176748, 'edge_density_km': 15233.662755242221, 'street_density_km': 7636.563170016687, 'circuity_avg': 1.0363295057909325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363295057909325\n", - "2780\n", - "11994493.055727458\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 281, 'm': 682, 'k_avg': 4.854092526690391, 'intersection_count': 227, 'streets_per_node_avg': 2.6690391459074734, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 213, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19217081850533807, 2: 0.0, 3: 0.7580071174377224, 4: 0.046263345195729534, 5: 0.0035587188612099642}, 'edge_length_total': 125425.40600000012, 'edge_length_avg': 183.90821994134916, 'street_length_total': 63350.99799999998, 'street_length_avg': 177.45377591036407, 'street_segments_count': 357, 'node_density_km': 23.42741779035175, 'intersection_density_km': 18.925351738113335, 'edge_density_km': 10456.915971126313, 'street_density_km': 5281.673656874511, 'circuity_avg': 1.0810260357431807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0810260357431807\n", - "2781\n", - "8993869.37720823\n", - "{'n': 203, 'm': 467, 'k_avg': 4.600985221674877, 'intersection_count': 151, 'streets_per_node_avg': 2.5467980295566504, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 140, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2561576354679803, 2: 0.0, 3: 0.6896551724137931, 4: 0.04926108374384237, 5: 0.0049261083743842365}, 'edge_length_total': 82359.56600000008, 'edge_length_avg': 176.35881370449695, 'street_length_total': 41606.98900000002, 'street_length_avg': 171.22217695473262, 'street_segments_count': 243, 'node_density_km': 22.570930428946575, 'intersection_density_km': 16.789214259955333, 'edge_density_km': 9157.300661794263, 'street_density_km': 4626.150020083477, 'circuity_avg': 1.0832869938585952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832869938585952\n", - "2782\n", - "17984234.64549007\n", - "{'n': 2014, 'm': 4744, 'k_avg': 4.711022840119166, 'intersection_count': 1393, 'streets_per_node_avg': 2.5074478649453824, 'streets_per_node_counts': {0: 0, 1: 621, 2: 0, 3: 1152, 4: 233, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3083416087388282, 2: 0.0, 3: 0.5719960278053625, 4: 0.1156901688182721, 5: 0.003475670307845084, 6: 0.0004965243296921549}, 'edge_length_total': 368101.20300000004, 'edge_length_avg': 77.59300231871839, 'street_length_total': 190410.685, 'street_length_avg': 76.4394560417503, 'street_segments_count': 2491, 'node_density_km': 111.98697301834045, 'intersection_density_km': 77.45672960007361, 'edge_density_km': 20467.9937876761, 'street_density_km': 10587.64460948298, 'circuity_avg': 1.074323934144735, 'self_loop_proportion': 0.0012647554806070826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.074323934144735\n", - "2783\n", - "80949024.0325913\n", - "{'n': 9899, 'm': 26213, 'k_avg': 5.296090514193353, 'intersection_count': 8439, 'streets_per_node_avg': 2.9149409031215274, 'streets_per_node_counts': {0: 0, 1: 1460, 2: 9, 3: 6411, 4: 1955, 5: 60, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14748964541872917, 2: 0.0009091827457318921, 3: 0.6476411758763512, 4: 0.19749469643398324, 5: 0.006061218304879281, 6: 0.0004040812203252854}, 'edge_length_total': 1900759.4110000045, 'edge_length_avg': 72.5120898409188, 'street_length_total': 1055096.8299999973, 'street_length_avg': 73.34701633646141, 'street_segments_count': 14385, 'node_density_km': 122.28683567592506, 'intersection_density_km': 104.25079364270447, 'edge_density_km': 23480.94289851759, 'street_density_km': 13034.089571916264, 'circuity_avg': 1.0564685996040402, 'self_loop_proportion': 0.0020600465417922407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564685996040402\n", - "2784\n", - "23979517.95269724\n", - "{'n': 1046, 'm': 2583, 'k_avg': 4.938814531548757, 'intersection_count': 822, 'streets_per_node_avg': 2.641491395793499, 'streets_per_node_counts': {0: 0, 1: 224, 2: 0, 3: 751, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21414913957934992, 2: 0.0, 3: 0.7179732313575525, 4: 0.06596558317399617, 5: 0.0019120458891013384}, 'edge_length_total': 308624.7260000004, 'edge_length_avg': 119.48305303910196, 'street_length_total': 156552.24999999988, 'street_length_avg': 115.96462962962954, 'street_segments_count': 1350, 'node_density_km': 43.62055993216264, 'intersection_density_km': 34.279254554720545, 'edge_density_km': 12870.347377658021, 'street_density_km': 6528.582030248474, 'circuity_avg': 1.0716145300602857, 'self_loop_proportion': 0.0007742934572202865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716145300602857\n", - "2785\n", - "4992386.98741405\n", - "{'n': 333, 'm': 953, 'k_avg': 5.723723723723723, 'intersection_count': 293, 'streets_per_node_avg': 2.972972972972973, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 224, 4: 67, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12012012012012012, 2: 0.0, 3: 0.6726726726726727, 4: 0.2012012012012012, 5: 0.006006006006006006}, 'edge_length_total': 109221.90799999992, 'edge_length_avg': 114.60850786988449, 'street_length_total': 54705.606000000014, 'street_length_avg': 113.97001250000002, 'street_segments_count': 480, 'node_density_km': 66.70155996310032, 'intersection_density_km': 58.68936056813331, 'edge_density_km': 21877.692629868532, 'street_density_km': 10957.805582362587, 'circuity_avg': 1.0346887695972484, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0346887695972484\n", - "2786\n", - "5991379.525536585\n", - "{'n': 519, 'm': 1320, 'k_avg': 5.086705202312139, 'intersection_count': 394, 'streets_per_node_avg': 2.5953757225433525, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 355, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24084778420038536, 2: 0.0, 3: 0.6840077071290944, 4: 0.07321772639691715, 5: 0.0019267822736030828}, 'edge_length_total': 97872.53499999995, 'edge_length_avg': 74.1458598484848, 'street_length_total': 49197.185000000005, 'street_length_avg': 74.09214608433736, 'street_segments_count': 664, 'node_density_km': 86.62445732037293, 'intersection_density_km': 65.76114871720026, 'edge_density_km': 16335.559211838536, 'street_density_km': 8211.32842449902, 'circuity_avg': 1.0846677742098332, 'self_loop_proportion': 0.004545454545454545, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0846677742098332\n", - "2787\n", - "14999365.666068032\n", - "{'n': 315, 'm': 844, 'k_avg': 5.358730158730158, 'intersection_count': 251, 'streets_per_node_avg': 2.8253968253968256, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 179, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20317460317460317, 2: 0.0, 3: 0.5682539682539682, 4: 0.2253968253968254, 5: 0.0031746031746031746}, 'edge_length_total': 146752.94999999995, 'edge_length_avg': 173.87790284360185, 'street_length_total': 75500.50300000001, 'street_length_avg': 172.77002974828378, 'street_segments_count': 437, 'node_density_km': 21.000888105061765, 'intersection_density_km': 16.7340409980016, 'edge_density_km': 9783.943752500709, 'street_density_km': 5033.579731361526, 'circuity_avg': 1.0205285243408468, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205285243408468\n", - "2788\n", - "20976990.036421865\n", - "{'n': 1250, 'm': 3284, 'k_avg': 5.2544, 'intersection_count': 1038, 'streets_per_node_avg': 2.7936, 'streets_per_node_counts': {0: 0, 1: 212, 2: 0, 3: 878, 4: 154, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1696, 2: 0.0, 3: 0.7024, 4: 0.1232, 5: 0.0048}, 'edge_length_total': 297480.4319999991, 'edge_length_avg': 90.58478440925673, 'street_length_total': 152559.07399999973, 'street_length_avg': 88.8003923166471, 'street_segments_count': 1718, 'node_density_km': 59.58910205084971, 'intersection_density_km': 49.4827903430256, 'edge_density_km': 14181.273456463043, 'street_density_km': 7272.686583495293, 'circuity_avg': 1.0809622824050789, 'self_loop_proportion': 0.0054811205846528625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0809622824050789\n", - "2789\n", - "5997467.4087347\n", - "{'n': 277, 'm': 824, 'k_avg': 5.949458483754513, 'intersection_count': 249, 'streets_per_node_avg': 3.036101083032491, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 184, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10108303249097472, 2: 0.0, 3: 0.6642599277978339, 4: 0.23104693140794225, 5: 0.0036101083032490976}, 'edge_length_total': 79787.02200000016, 'edge_length_avg': 96.82891019417495, 'street_length_total': 39893.510999999984, 'street_length_avg': 96.82891019417472, 'street_segments_count': 412, 'node_density_km': 46.186161778316254, 'intersection_density_km': 41.51752448664529, 'edge_density_km': 13303.452367877564, 'street_density_km': 6651.726183938766, 'circuity_avg': 1.0547692011374656, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547692011374656\n", - "2790\n", - "13992642.423387887\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 591, 'm': 1720, 'k_avg': 5.820642978003384, 'intersection_count': 523, 'streets_per_node_avg': 3.0439932318104908, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 361, 4: 162}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11505922165820642, 2: 0.0, 3: 0.61082910321489, 4: 0.27411167512690354}, 'edge_length_total': 258855.11199999924, 'edge_length_avg': 150.49715813953443, 'street_length_total': 129645.96199999998, 'street_length_avg': 149.36170737327188, 'street_segments_count': 868, 'node_density_km': 42.23648272553424, 'intersection_density_km': 37.37678589755399, 'edge_density_km': 18499.37303960101, 'street_density_km': 9265.295151350707, 'circuity_avg': 1.030323897611861, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030323897611861\n", - "2791\n", - "51942844.863373406\n", - "{'n': 9136, 'm': 20680, 'k_avg': 4.527145359019264, 'intersection_count': 5753, 'streets_per_node_avg': 2.355954465849387, 'streets_per_node_counts': {0: 0, 1: 3383, 2: 14, 3: 4851, 4: 881, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37029334500875655, 2: 0.001532399299474606, 3: 0.530976357267951, 4: 0.09643169877408056, 5: 0.0006567425569176883, 6: 0.00010945709281961471}, 'edge_length_total': 1231459.6489999997, 'edge_length_avg': 59.54833892649902, 'street_length_total': 636154.9260000003, 'street_length_avg': 59.553915558884135, 'street_segments_count': 10682, 'node_density_km': 175.88563013887003, 'intersection_density_km': 110.75635181577488, 'edge_density_km': 23707.97464480699, 'street_density_km': 12247.209941490399, 'circuity_avg': 1.0664342908068478, 'self_loop_proportion': 0.0009671179883945841, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664342908068478\n", - "2792\n", - "15000146.51609921\n", - "{'n': 1386, 'm': 3877, 'k_avg': 5.594516594516595, 'intersection_count': 1193, 'streets_per_node_avg': 2.8701298701298703, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 992, 4: 196, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13924963924963926, 2: 0.0, 3: 0.7157287157287158, 4: 0.1414141414141414, 5: 0.0036075036075036075}, 'edge_length_total': 327554.04500000045, 'edge_length_avg': 84.48647020892454, 'street_length_total': 165230.81000000017, 'street_length_avg': 84.25844467108627, 'street_segments_count': 1961, 'node_density_km': 92.39909746964454, 'intersection_density_km': 79.53255648000429, 'edge_density_km': 21836.723037901425, 'street_density_km': 11015.279738945408, 'circuity_avg': 1.053278486863436, 'self_loop_proportion': 0.0020634511220015478, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053278486863436\n", - "2793\n", - "4993423.155379909\n", - "{'n': 228, 'm': 634, 'k_avg': 5.56140350877193, 'intersection_count': 205, 'streets_per_node_avg': 2.9780701754385963, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 165, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10087719298245613, 2: 0.0, 3: 0.7236842105263158, 4: 0.17105263157894737, 5: 0.0043859649122807015}, 'edge_length_total': 87233.56199999999, 'edge_length_avg': 137.5923690851735, 'street_length_total': 43616.780999999966, 'street_length_avg': 137.5923690851734, 'street_segments_count': 317, 'node_density_km': 45.66005982376099, 'intersection_density_km': 41.05400115732896, 'edge_density_km': 17469.691489297205, 'street_density_km': 8734.845744648597, 'circuity_avg': 1.0438664316213748, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438664316213748\n", - "2794\n", - "7997731.59331631\n", - "{'n': 548, 'm': 1533, 'k_avg': 5.594890510948905, 'intersection_count': 462, 'streets_per_node_avg': 2.872262773722628, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 364, 4: 94, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15693430656934307, 2: 0.0, 3: 0.6642335766423357, 4: 0.17153284671532848, 5: 0.0072992700729927005}, 'edge_length_total': 145682.0500000001, 'edge_length_avg': 95.03069145466412, 'street_length_total': 73012.40899999991, 'street_length_avg': 94.33127777777766, 'street_segments_count': 774, 'node_density_km': 68.51942874126492, 'intersection_density_km': 57.76637970522699, 'edge_density_km': 18215.42124791314, 'street_density_km': 9129.13970018902, 'circuity_avg': 1.1125560060565343, 'self_loop_proportion': 0.005218525766470972, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1125560060565343\n", - "2795\n", - "6989519.282851852\n", - "{'n': 523, 'm': 1278, 'k_avg': 4.887189292543021, 'intersection_count': 398, 'streets_per_node_avg': 2.644359464627151, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 334, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2390057361376673, 2: 0.0, 3: 0.638623326959847, 4: 0.12237093690248566}, 'edge_length_total': 123679.69100000006, 'edge_length_avg': 96.77597104851336, 'street_length_total': 63700.975999999944, 'street_length_avg': 96.07990346907985, 'street_segments_count': 663, 'node_density_km': 74.82631906934327, 'intersection_density_km': 56.94239959770291, 'edge_density_km': 17695.021072970914, 'street_density_km': 9113.785000391154, 'circuity_avg': 1.0350579662122883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350579662122883\n", - "2796\n", - "3994122.491962661\n", - "{'n': 407, 'm': 862, 'k_avg': 4.235872235872236, 'intersection_count': 225, 'streets_per_node_avg': 2.1695331695331697, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 201, 4: 22, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.44717444717444715, 2: 0.0, 3: 0.49385749385749383, 4: 0.05405405405405406, 5: 0.004914004914004914}, 'edge_length_total': 74431.40400000005, 'edge_length_avg': 86.34733642691421, 'street_length_total': 37215.70200000001, 'street_length_avg': 86.34733642691418, 'street_segments_count': 431, 'node_density_km': 101.89972911922523, 'intersection_density_km': 56.33277408310977, 'edge_density_km': 18635.233183203003, 'street_density_km': 9317.616591601498, 'circuity_avg': 1.0374507424872352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374507424872352\n", - "2797\n", - "3995674.0296449675\n", - "{'n': 120, 'm': 306, 'k_avg': 5.1, 'intersection_count': 91, 'streets_per_node_avg': 2.6166666666666667, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 79, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24166666666666667, 2: 0.0, 3: 0.6583333333333333, 4: 0.1}, 'edge_length_total': 39099.85600000001, 'edge_length_avg': 127.77730718954251, 'street_length_total': 19549.928000000004, 'street_length_avg': 127.77730718954251, 'street_segments_count': 153, 'node_density_km': 30.032479904438677, 'intersection_density_km': 22.77463059419933, 'edge_density_km': 9785.54699655372, 'street_density_km': 4892.77349827686, 'circuity_avg': 1.1222616205047646, 'self_loop_proportion': 0.006535947712418301, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1222616205047646\n", - "2798\n", - "3998777.495694867\n", - "{'n': 197, 'm': 570, 'k_avg': 5.786802030456853, 'intersection_count': 181, 'streets_per_node_avg': 2.979695431472081, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 154, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08121827411167512, 2: 0.0, 3: 0.7817258883248731, 4: 0.1319796954314721, 5: 0.005076142131979695}, 'edge_length_total': 54617.877999999924, 'edge_length_avg': 95.8208385964911, 'street_length_total': 27308.939000000024, 'street_length_avg': 95.82083859649131, 'street_segments_count': 285, 'node_density_km': 49.26505668597281, 'intersection_density_km': 45.26383380792425, 'edge_density_km': 13658.643937754026, 'street_density_km': 6829.321968877029, 'circuity_avg': 1.055228653347661, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055228653347661\n", - "2799\n", - "14989023.019068027\n", - "{'n': 1222, 'm': 3306, 'k_avg': 5.410801963993453, 'intersection_count': 1086, 'streets_per_node_avg': 2.9476268412438626, 'streets_per_node_counts': {0: 0, 1: 136, 2: 2, 3: 882, 4: 194, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11129296235679215, 2: 0.0016366612111292963, 3: 0.7217675941080196, 4: 0.15875613747954173, 5: 0.006546644844517185}, 'edge_length_total': 272273.3909999996, 'edge_length_avg': 82.35734754990914, 'street_length_total': 141563.62899999987, 'street_length_avg': 80.43388011363629, 'street_segments_count': 1760, 'node_density_km': 81.52632752951635, 'intersection_density_km': 72.45302102868638, 'edge_density_km': 18164.852415906742, 'street_density_km': 9444.48673004986, 'circuity_avg': 1.0480667025335455, 'self_loop_proportion': 0.0006049606775559589, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480667025335455\n", - "2800\n", - "7998462.297241667\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 276, 'm': 686, 'k_avg': 4.971014492753623, 'intersection_count': 230, 'streets_per_node_avg': 2.760869565217391, 'streets_per_node_counts': {0: 0, 1: 46, 2: 2, 3: 200, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.007246376811594203, 3: 0.7246376811594203, 4: 0.10144927536231885}, 'edge_length_total': 91414.59600000009, 'edge_length_avg': 133.2574285714287, 'street_length_total': 46658.37100000001, 'street_length_avg': 128.18233791208792, 'street_segments_count': 364, 'node_density_km': 34.50663261801969, 'intersection_density_km': 28.75552718168307, 'edge_density_km': 11429.02130469817, 'street_density_km': 5833.417632798058, 'circuity_avg': 1.0747727543485766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0747727543485766\n", - "2801\n", - "4995096.4495214885\n", - "{'n': 111, 'm': 264, 'k_avg': 4.756756756756757, 'intersection_count': 82, 'streets_per_node_avg': 2.5225225225225225, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 77, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26126126126126126, 2: 0.0, 3: 0.6936936936936937, 4: 0.04504504504504504}, 'edge_length_total': 36367.586, 'edge_length_avg': 137.7560075757576, 'street_length_total': 18183.793, 'street_length_avg': 137.7560075757576, 'street_segments_count': 132, 'node_density_km': 22.221793136873938, 'intersection_density_km': 16.416099434447414, 'edge_density_km': 7280.657414229485, 'street_density_km': 3640.3287071147424, 'circuity_avg': 1.0681405224765994, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681405224765994\n", - "2802\n", - "16998747.315069094\n", - "{'n': 40, 'm': 94, 'k_avg': 4.7, 'intersection_count': 33, 'streets_per_node_avg': 2.9, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 23, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.175, 2: 0.0, 3: 0.575, 4: 0.25}, 'edge_length_total': 35395.04399999999, 'edge_length_avg': 376.5430212765956, 'street_length_total': 17697.522000000004, 'street_length_avg': 376.5430212765958, 'street_segments_count': 47, 'node_density_km': 2.3531145712449466, 'intersection_density_km': 1.9413195212770809, 'edge_density_km': 2082.2148446563997, 'street_density_km': 1041.1074223282005, 'circuity_avg': 1.0113712008903795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0113712008903795\n", - "2803\n", - "5992204.355896773\n", - "{'n': 357, 'm': 857, 'k_avg': 4.8011204481792715, 'intersection_count': 274, 'streets_per_node_avg': 2.596638655462185, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 252, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23249299719887956, 2: 0.0, 3: 0.7058823529411765, 4: 0.06162464985994398}, 'edge_length_total': 90278.78499999976, 'edge_length_avg': 105.34280630104989, 'street_length_total': 45597.089000000014, 'street_length_avg': 102.00691051454142, 'street_segments_count': 447, 'node_density_km': 59.57740737741789, 'intersection_density_km': 45.72607737090337, 'edge_density_km': 15066.03907978518, 'street_density_km': 7609.401531029079, 'circuity_avg': 1.060637120510501, 'self_loop_proportion': 0.002333722287047841, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060637120510501\n", - "2804\n", - "6991135.083617429\n", - "{'n': 375, 'm': 917, 'k_avg': 4.890666666666666, 'intersection_count': 279, 'streets_per_node_avg': 2.576, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 246, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.256, 2: 0.0, 3: 0.656, 4: 0.088}, 'edge_length_total': 93529.76199999997, 'edge_length_avg': 101.99537840785166, 'street_length_total': 46948.077, 'street_length_avg': 100.10250959488272, 'street_segments_count': 469, 'node_density_km': 53.639358346651115, 'intersection_density_km': 39.90768260990843, 'edge_density_km': 13378.337119986641, 'street_density_km': 6715.372602371118, 'circuity_avg': 1.0821274480966447, 'self_loop_proportion': 0.004362050163576881, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0821274480966447\n", - "2805\n", - "25979905.213627655\n", - "{'n': 1627, 'm': 4274, 'k_avg': 5.253841425937308, 'intersection_count': 1415, 'streets_per_node_avg': 2.8955132145052245, 'streets_per_node_counts': {0: 0, 1: 212, 2: 3, 3: 1164, 4: 239, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13030116779348494, 2: 0.0018438844499078057, 3: 0.7154271665642287, 4: 0.14689612784265518, 5: 0.005531653349723417}, 'edge_length_total': 449562.85399999964, 'edge_length_avg': 105.18550631726711, 'street_length_total': 240548.11800000034, 'street_length_avg': 103.72924450194064, 'street_segments_count': 2319, 'node_density_km': 62.625324712368986, 'intersection_density_km': 54.465171768901115, 'edge_density_km': 17304.25304878261, 'street_density_km': 9259.006760110185, 'circuity_avg': 1.0779484901355325, 'self_loop_proportion': 0.003743565746373421, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779484901355325\n", - "2806\n", - "4999712.787259952\n", - "{'n': 285, 'm': 765, 'k_avg': 5.368421052631579, 'intersection_count': 236, 'streets_per_node_avg': 2.8175438596491227, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 193, 4: 40, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17192982456140352, 2: 0.0, 3: 0.6771929824561403, 4: 0.14035087719298245, 5: 0.010526315789473684}, 'edge_length_total': 77503.25699999995, 'edge_length_avg': 101.31144705882348, 'street_length_total': 38867.237999999976, 'street_length_avg': 100.95386493506487, 'street_segments_count': 385, 'node_density_km': 57.00327441332719, 'intersection_density_km': 47.202711444018306, 'edge_density_km': 15501.541848061821, 'street_density_km': 7773.89415228806, 'circuity_avg': 1.0431168138164806, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431168138164806\n", - "2807\n", - "5991535.437625318\n", - "{'n': 291, 'm': 666, 'k_avg': 4.577319587628866, 'intersection_count': 189, 'streets_per_node_avg': 2.350515463917526, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 174, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35051546391752575, 2: 0.0, 3: 0.5979381443298969, 4: 0.05154639175257732}, 'edge_length_total': 72662.6479999998, 'edge_length_avg': 109.10307507507477, 'street_length_total': 36331.323999999986, 'street_length_avg': 109.10307507507504, 'street_segments_count': 333, 'node_density_km': 48.568518542441396, 'intersection_density_km': 31.5445017337506, 'edge_density_km': 12127.550401137054, 'street_density_km': 6063.775200568542, 'circuity_avg': 1.0369365364527692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369365364527692\n", - "2808\n", - "3997908.0114834867\n", - "{'n': 58, 'm': 164, 'k_avg': 5.655172413793103, 'intersection_count': 52, 'streets_per_node_avg': 3.0517241379310347, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 37, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10344827586206896, 2: 0.0, 3: 0.6379310344827587, 4: 0.25862068965517243}, 'edge_length_total': 36611.456, 'edge_length_avg': 223.24058536585366, 'street_length_total': 18305.727999999992, 'street_length_avg': 223.24058536585355, 'street_segments_count': 82, 'node_density_km': 14.507587426574677, 'intersection_density_km': 13.006802520377295, 'edge_density_km': 9157.653426451585, 'street_density_km': 4578.826713225791, 'circuity_avg': 1.0322836802333766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0322836802333766\n", - "2809\n", - "29965335.509331767\n", - "error with entry 2809\n", - "2810\n", - "21983382.358231794\n", - "{'n': 2183, 'm': 5484, 'k_avg': 5.02427851580394, 'intersection_count': 1786, 'streets_per_node_avg': 2.734310581768209, 'streets_per_node_counts': {0: 0, 1: 397, 2: 2, 3: 1575, 4: 202, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18185982592762254, 2: 0.0009161704076958314, 3: 0.7214841960604672, 4: 0.09253321117727897, 5: 0.00320659642693541}, 'edge_length_total': 412325.54400000104, 'edge_length_avg': 75.18700656455161, 'street_length_total': 224251.185, 'street_length_avg': 76.6146856850017, 'street_segments_count': 2927, 'node_density_km': 99.30228044196139, 'intersection_density_km': 81.24318500657033, 'edge_density_km': 18756.237656286026, 'street_density_km': 10200.940935552984, 'circuity_avg': 1.0673258173715965, 'self_loop_proportion': 0.0036469730123997084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673258173715965\n", - "2811\n", - "22968254.235315196\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2458, 'm': 6623, 'k_avg': 5.3889340927583405, 'intersection_count': 2040, 'streets_per_node_avg': 2.8616761594792512, 'streets_per_node_counts': {0: 0, 1: 418, 2: 3, 3: 1550, 4: 476, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17005695687550854, 2: 0.0012205044751830757, 3: 0.6305939788445891, 4: 0.193653376729048, 5: 0.0040683482506102524, 6: 0.0004068348250610252}, 'edge_length_total': 539149.6249999995, 'edge_length_avg': 81.40565076249426, 'street_length_total': 282777.9150000001, 'street_length_avg': 81.5862420657819, 'street_segments_count': 3466, 'node_density_km': 107.017275880753, 'intersection_density_km': 88.81824361136539, 'edge_density_km': 23473.687615797182, 'street_density_km': 12311.685167835287, 'circuity_avg': 1.0732944948995164, 'self_loop_proportion': 0.0006039559112184811, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732944948995164\n", - "2812\n", - "7989210.105987202\n", - "{'n': 160, 'm': 400, 'k_avg': 5.0, 'intersection_count': 147, 'streets_per_node_avg': 3.025, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 117, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08125, 2: 0.0, 3: 0.73125, 4: 0.1875}, 'edge_length_total': 58649.78799999996, 'edge_length_avg': 146.6244699999999, 'street_length_total': 35911.98699999999, 'street_length_avg': 153.47002991452985, 'street_segments_count': 234, 'node_density_km': 20.027011165984263, 'intersection_density_km': 18.39981650874804, 'edge_density_km': 7341.124744741305, 'street_density_km': 4495.061029010509, 'circuity_avg': 1.1182788553208451, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1182788553208451\n", - "2813\n", - "11981882.25551917\n", - "{'n': 382, 'm': 830, 'k_avg': 4.345549738219895, 'intersection_count': 235, 'streets_per_node_avg': 2.2958115183246073, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 211, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38481675392670156, 2: 0.0, 3: 0.5523560209424084, 4: 0.060209424083769635, 5: 0.002617801047120419}, 'edge_length_total': 110717.15000000002, 'edge_length_avg': 133.39415662650606, 'street_length_total': 57281.50300000004, 'street_length_avg': 134.78000705882363, 'street_segments_count': 425, 'node_density_km': 31.881468358115498, 'intersection_density_km': 19.612945194128645, 'edge_density_km': 9240.380404255833, 'street_density_km': 4780.676506282197, 'circuity_avg': 1.0585413949927898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585413949927898\n", - "2814\n", - "6993321.763310481\n", - "{'n': 800, 'm': 2028, 'k_avg': 5.07, 'intersection_count': 614, 'streets_per_node_avg': 2.69375, 'streets_per_node_counts': {0: 0, 1: 186, 2: 0, 3: 489, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2325, 2: 0.0, 3: 0.61125, 4: 0.15375, 5: 0.0025}, 'edge_length_total': 143607.0290000003, 'edge_length_avg': 70.8121444773177, 'street_length_total': 75270.73499999994, 'street_length_avg': 70.67674647887318, 'street_segments_count': 1065, 'node_density_km': 114.3948508414259, 'intersection_density_km': 87.79804802079438, 'edge_density_km': 20534.880827794197, 'street_density_km': 10763.230628811862, 'circuity_avg': 1.0862356592741715, 'self_loop_proportion': 0.0029585798816568047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862356592741715\n", - "2815\n", - "6989777.86715874\n", - "{'n': 289, 'm': 722, 'k_avg': 4.996539792387543, 'intersection_count': 226, 'streets_per_node_avg': 2.667820069204152, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 196, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2179930795847751, 2: 0.0, 3: 0.6782006920415224, 4: 0.10380622837370242}, 'edge_length_total': 101990.94600000011, 'edge_length_avg': 141.261698060942, 'street_length_total': 50995.47299999999, 'street_length_avg': 141.2616980609418, 'street_segments_count': 361, 'node_density_km': 41.34609217810165, 'intersection_density_km': 32.33293021540129, 'edge_density_km': 14591.443095667102, 'street_density_km': 7295.721547833542, 'circuity_avg': 1.0358872278859337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358872278859337\n", - "2816\n", - "2996269.0322591597\n", - "{'n': 80, 'm': 208, 'k_avg': 5.2, 'intersection_count': 71, 'streets_per_node_avg': 2.85, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 65, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1125, 2: 0.0, 3: 0.8125, 4: 0.075}, 'edge_length_total': 31874.595999999998, 'edge_length_avg': 153.24325, 'street_length_total': 16852.735999999994, 'street_length_avg': 157.50220560747658, 'street_segments_count': 107, 'node_density_km': 26.699872120522077, 'intersection_density_km': 23.69613650696334, 'edge_density_km': 10638.095463666306, 'street_density_km': 5624.573701011482, 'circuity_avg': 1.1493328236095115, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1493328236095115\n", - "2817\n", - "4994003.995354003\n", - "{'n': 86, 'm': 230, 'k_avg': 5.348837209302325, 'intersection_count': 74, 'streets_per_node_avg': 2.86046511627907, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 62, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13953488372093023, 2: 0.0, 3: 0.7209302325581395, 4: 0.13953488372093023}, 'edge_length_total': 41303.20800000003, 'edge_length_avg': 179.57916521739142, 'street_length_total': 20980.410999999996, 'street_length_avg': 179.3197521367521, 'street_segments_count': 117, 'node_density_km': 17.22065102070545, 'intersection_density_km': 14.817769482932595, 'edge_density_km': 8270.559662832673, 'street_density_km': 4201.120187232206, 'circuity_avg': 1.091028745073257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.091028745073257\n", - "2818\n", - "5991564.167131353\n", - "{'n': 532, 'm': 1354, 'k_avg': 5.090225563909774, 'intersection_count': 415, 'streets_per_node_avg': 2.731203007518797, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 325, 4: 89, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2199248120300752, 2: 0.0, 3: 0.6109022556390977, 4: 0.16729323308270677, 5: 0.0018796992481203006}, 'edge_length_total': 121308.99600000013, 'edge_length_avg': 89.59305465288045, 'street_length_total': 62649.34499999999, 'street_length_avg': 89.62710300429183, 'street_segments_count': 699, 'node_density_km': 88.7915050494588, 'intersection_density_km': 69.2640499915891, 'edge_density_km': 20246.63220089998, 'street_density_km': 10456.25870848268, 'circuity_avg': 1.0460555348670293, 'self_loop_proportion': 0.0014771048744460858, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460555348670293\n", - "2819\n", - "4992282.06617137\n", - "{'n': 170, 'm': 368, 'k_avg': 4.329411764705882, 'intersection_count': 100, 'streets_per_node_avg': 2.235294117647059, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 90, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4117647058823529, 2: 0.0, 3: 0.5294117647058824, 4: 0.058823529411764705}, 'edge_length_total': 47145.53399999997, 'edge_length_avg': 128.1128641304347, 'street_length_total': 23572.766999999996, 'street_length_avg': 128.11286413043476, 'street_segments_count': 184, 'node_density_km': 34.05256308571816, 'intersection_density_km': 20.030919462187157, 'edge_density_km': 9443.683945558056, 'street_density_km': 4721.841972779031, 'circuity_avg': 1.0652098024992724, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652098024992724\n", - "2820\n", - "9986459.832503743\n", - "{'n': 831, 'm': 2204, 'k_avg': 5.304452466907341, 'intersection_count': 708, 'streets_per_node_avg': 2.8965102286401927, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 551, 4: 154, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.148014440433213, 2: 0.0, 3: 0.6630565583634176, 4: 0.18531889290012032, 5: 0.0036101083032490976}, 'edge_length_total': 196723.45700000005, 'edge_length_avg': 89.25746687840292, 'street_length_total': 103990.61499999995, 'street_length_avg': 87.97852368866324, 'street_segments_count': 1182, 'node_density_km': 83.21267135079006, 'intersection_density_km': 70.89599436385001, 'edge_density_km': 19699.018501001545, 'street_density_km': 10413.16109453855, 'circuity_avg': 1.0569826892659557, 'self_loop_proportion': 0.0009074410163339383, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569826892659557\n", - "2821\n", - "6992436.2485302705\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 162, 'm': 429, 'k_avg': 5.296296296296297, 'intersection_count': 141, 'streets_per_node_avg': 2.925925925925926, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 111, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12962962962962962, 2: 0.0, 3: 0.6851851851851852, 4: 0.18518518518518517}, 'edge_length_total': 59953.662999999964, 'edge_length_avg': 139.75212820512812, 'street_length_total': 32132.593000000015, 'street_length_avg': 139.10213419913427, 'street_segments_count': 231, 'node_density_km': 23.167890881243363, 'intersection_density_km': 20.16464576700811, 'edge_density_km': 8574.073594536028, 'street_density_km': 4595.3358540457075, 'circuity_avg': 1.0854101559749618, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854101559749618\n", - "2822\n", - "9989940.99504311\n", - "{'n': 696, 'm': 1584, 'k_avg': 4.551724137931035, 'intersection_count': 512, 'streets_per_node_avg': 2.5402298850574714, 'streets_per_node_counts': {0: 0, 1: 184, 2: 0, 3: 466, 4: 44, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26436781609195403, 2: 0.0, 3: 0.6695402298850575, 4: 0.06321839080459771, 5: 0.0028735632183908046}, 'edge_length_total': 156502.04599999991, 'edge_length_avg': 98.80179671717167, 'street_length_total': 83081.52399999992, 'street_length_avg': 95.93709468822162, 'street_segments_count': 866, 'node_density_km': 69.67008116918278, 'intersection_density_km': 51.25155396353675, 'edge_density_km': 15665.962999947084, 'street_density_km': 8316.517989568105, 'circuity_avg': 1.0735509319071084, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735509319071084\n", - "2823\n", - "26968353.303110357\n", - "{'n': 3584, 'm': 9500, 'k_avg': 5.301339285714286, 'intersection_count': 3028, 'streets_per_node_avg': 2.8501674107142856, 'streets_per_node_counts': {0: 0, 1: 556, 2: 3, 3: 2470, 4: 532, 5: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15513392857142858, 2: 0.0008370535714285714, 3: 0.6891741071428571, 4: 0.1484375, 5: 0.006417410714285714}, 'edge_length_total': 678186.6740000016, 'edge_length_avg': 71.38807094736859, 'street_length_total': 366183.8160000001, 'street_length_avg': 72.38264795414116, 'street_segments_count': 5059, 'node_density_km': 132.89650872330586, 'intersection_density_km': 112.27975123163229, 'edge_density_km': 25147.500345220702, 'street_density_km': 13578.278654402187, 'circuity_avg': 1.0654709995245446, 'self_loop_proportion': 0.004421052631578947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654709995245446\n", - "2824\n", - "17001207.610493824\n", - "{'n': 580, 'm': 1414, 'k_avg': 4.875862068965517, 'intersection_count': 465, 'streets_per_node_avg': 2.7086206896551723, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 405, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19827586206896552, 2: 0.0, 3: 0.6982758620689655, 4: 0.10172413793103448, 5: 0.0017241379310344827}, 'edge_length_total': 209969.074, 'edge_length_avg': 148.4929801980198, 'street_length_total': 108585.43499999992, 'street_length_avg': 141.5716232073011, 'street_segments_count': 767, 'node_density_km': 34.115223652818685, 'intersection_density_km': 27.350998273380497, 'edge_density_km': 12350.244689112476, 'street_density_km': 6386.924828385523, 'circuity_avg': 1.0488188912663483, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488188912663483\n", - "2825\n", - "7987979.776336184\n", - "{'n': 447, 'm': 1191, 'k_avg': 5.328859060402684, 'intersection_count': 370, 'streets_per_node_avg': 2.7695749440715884, 'streets_per_node_counts': {0: 0, 1: 77, 2: 1, 3: 318, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17225950782997762, 2: 0.0022371364653243847, 3: 0.7114093959731543, 4: 0.11185682326621924, 5: 0.0022371364653243847}, 'edge_length_total': 130629.58799999995, 'edge_length_avg': 109.68059445843824, 'street_length_total': 65726.47799999997, 'street_length_avg': 108.6388066115702, 'street_segments_count': 605, 'node_density_km': 55.959080082326366, 'intersection_density_km': 46.319596488726525, 'edge_density_km': 16353.269744996189, 'street_density_km': 8228.172809689622, 'circuity_avg': 1.060951195203471, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060951195203471\n", - "2826\n", - "20969458.08498271\n", - "{'n': 1830, 'm': 4468, 'k_avg': 4.883060109289618, 'intersection_count': 1372, 'streets_per_node_avg': 2.6098360655737705, 'streets_per_node_counts': {0: 0, 1: 458, 2: 0, 3: 1173, 4: 196, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2502732240437158, 2: 0.0, 3: 0.6409836065573771, 4: 0.10710382513661203, 5: 0.001639344262295082}, 'edge_length_total': 421679.80899999937, 'edge_length_avg': 94.37775492390317, 'street_length_total': 217557.3590000001, 'street_length_avg': 92.61701106853985, 'street_segments_count': 2349, 'node_density_km': 87.26978029587495, 'intersection_density_km': 65.42849101963958, 'edge_density_km': 20109.23731510189, 'street_density_km': 10374.963345180768, 'circuity_avg': 1.0540059494059641, 'self_loop_proportion': 0.0017905102954341987, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540059494059641\n", - "2827\n", - "9997340.309662815\n", - "{'n': 105, 'm': 302, 'k_avg': 5.752380952380952, 'intersection_count': 99, 'streets_per_node_avg': 3.085714285714286, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 78, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05714285714285714, 2: 0.0, 3: 0.7428571428571429, 4: 0.2}, 'edge_length_total': 83536.99799999995, 'edge_length_avg': 276.6125761589402, 'street_length_total': 41768.499, 'street_length_avg': 276.61257615894044, 'street_segments_count': 151, 'node_density_km': 10.502793417816681, 'intersection_density_km': 9.902633793941442, 'edge_density_km': 8355.92221655776, 'street_density_km': 4177.961108278882, 'circuity_avg': 1.064783203851381, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064783203851381\n", - "2828\n", - "11999687.882003665\n", - "{'n': 101, 'm': 284, 'k_avg': 5.623762376237623, 'intersection_count': 85, 'streets_per_node_avg': 3.01980198019802, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 52, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15841584158415842, 2: 0.0, 3: 0.5148514851485149, 4: 0.31683168316831684, 5: 0.009900990099009901}, 'edge_length_total': 85344.27400000008, 'edge_length_avg': 300.5080070422538, 'street_length_total': 42672.13700000001, 'street_length_avg': 300.5080070422536, 'street_segments_count': 142, 'node_density_km': 8.416885588455438, 'intersection_density_km': 7.083517574442695, 'edge_density_km': 7112.207820671216, 'street_density_km': 3556.103910335605, 'circuity_avg': 1.007593161613644, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.007593161613644\n", - "2829\n", - "5991283.7010475965\n", - "{'n': 8, 'm': 18, 'k_avg': 4.5, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 4741.873999999998, 'edge_length_avg': 263.43744444444434, 'street_length_total': 2370.9370000000004, 'street_length_avg': 263.4374444444445, 'street_segments_count': 9, 'node_density_km': 1.3352731065967003, 'intersection_density_km': 1.0014548299475252, 'edge_density_km': 791.4621033837649, 'street_density_km': 395.73105169188267, 'circuity_avg': 1.031042475806582, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031042475806582\n", - "2830\n", - "202699649.09007755\n", - "error with entry 2830\n", - "2831\n", - "6998925.692753042\n", - "{'n': 27, 'm': 72, 'k_avg': 5.333333333333333, 'intersection_count': 23, 'streets_per_node_avg': 2.962962962962963, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 16, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.5925925925925926, 4: 0.25925925925925924}, 'edge_length_total': 15216.658000000003, 'edge_length_avg': 211.34247222222226, 'street_length_total': 7608.328999999998, 'street_length_avg': 211.34247222222217, 'street_segments_count': 36, 'node_density_km': 3.857734913224874, 'intersection_density_km': 3.2862186297841522, 'edge_density_km': 2174.1419566371333, 'street_density_km': 1087.0709783185662, 'circuity_avg': 1.0766260810077195, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766260810077195\n", - "2832\n", - "9000060.800007923\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 2, 'streets_per_node_avg': 1.8571428571428572, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 0, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.7142857142857143, 2: 0.0, 3: 0.0, 4: 0.2857142857142857}, 'edge_length_total': 9787.196, 'edge_length_avg': 815.5996666666666, 'street_length_total': 4893.598, 'street_length_avg': 815.5996666666666, 'street_segments_count': 6, 'node_density_km': 0.7777725234916011, 'intersection_density_km': 0.22222072099760032, 'edge_density_km': 1087.4588758324148, 'street_density_km': 543.7294379162074, 'circuity_avg': 1.0128388896531348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0128388896531348\n", - "2833\n", - "13995682.65054082\n", - "{'n': 114, 'm': 339, 'k_avg': 5.947368421052632, 'intersection_count': 97, 'streets_per_node_avg': 3.1403508771929824, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 47, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14912280701754385, 2: 0.0, 3: 0.41228070175438597, 4: 0.43859649122807015}, 'edge_length_total': 76104.29099999992, 'edge_length_avg': 224.49643362831836, 'street_length_total': 38093.50900000001, 'street_length_avg': 224.07946470588243, 'street_segments_count': 170, 'node_density_km': 8.145369028897981, 'intersection_density_km': 6.930708735114949, 'edge_density_km': 5437.697674365252, 'street_density_km': 2721.8042843039175, 'circuity_avg': 1.0631094702317252, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631094702317252\n", - "2834\n", - "22981579.86898161\n", - "{'n': 756, 'm': 2129, 'k_avg': 5.632275132275132, 'intersection_count': 609, 'streets_per_node_avg': 2.8981481481481484, 'streets_per_node_counts': {0: 0, 1: 147, 2: 1, 3: 392, 4: 215, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19444444444444445, 2: 0.0013227513227513227, 3: 0.5185185185185185, 4: 0.2843915343915344, 5: 0.0, 6: 0.0013227513227513227}, 'edge_length_total': 294680.1240000002, 'edge_length_avg': 138.41245843118844, 'street_length_total': 147702.10500000016, 'street_length_avg': 138.03935046728986, 'street_segments_count': 1070, 'node_density_km': 32.89591073851185, 'intersection_density_km': 26.49948365046788, 'edge_density_km': 12822.448486134404, 'street_density_km': 6426.977859749088, 'circuity_avg': 1.0409182588233008, 'self_loop_proportion': 0.0018788163457022077, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0409182588233008\n", - "2835\n", - "14977909.033011215\n", - "{'n': 234, 'm': 596, 'k_avg': 5.094017094017094, 'intersection_count': 177, 'streets_per_node_avg': 2.6452991452991452, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 146, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24358974358974358, 2: 0.0, 3: 0.6239316239316239, 4: 0.13247863247863248}, 'edge_length_total': 118343.19599999997, 'edge_length_avg': 198.5624093959731, 'street_length_total': 59171.59800000001, 'street_length_avg': 198.5624093959732, 'street_segments_count': 298, 'node_density_km': 15.62300849098933, 'intersection_density_km': 11.817403858568852, 'edge_density_km': 7901.182717772709, 'street_density_km': 3950.5913588863564, 'circuity_avg': 1.0556965992935097, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0556965992935097\n", - "2836\n", - "15980780.079281861\n", - "{'n': 1285, 'm': 3337, 'k_avg': 5.193774319066148, 'intersection_count': 1031, 'streets_per_node_avg': 2.741634241245136, 'streets_per_node_counts': {0: 0, 1: 254, 2: 2, 3: 854, 4: 172, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19766536964980544, 2: 0.0015564202334630351, 3: 0.6645914396887159, 4: 0.133852140077821, 5: 0.0023346303501945525}, 'edge_length_total': 296259.2050000005, 'edge_length_avg': 88.78010338627524, 'street_length_total': 152150.0139999998, 'street_length_avg': 87.79573802654345, 'street_segments_count': 1733, 'node_density_km': 80.40909102215397, 'intersection_density_km': 64.51499832205505, 'edge_density_km': 18538.469557195338, 'street_density_km': 9520.812704084034, 'circuity_avg': 1.0730238600091546, 'self_loop_proportion': 0.0026970332634102486, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730238600091546\n", - "2837\n", - "6994584.374874127\n", - "{'n': 319, 'm': 839, 'k_avg': 5.260188087774295, 'intersection_count': 254, 'streets_per_node_avg': 2.780564263322884, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 198, 4: 52, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20376175548589343, 2: 0.0, 3: 0.6206896551724138, 4: 0.16300940438871472, 5: 0.012539184952978056}, 'edge_length_total': 89737.52800000006, 'edge_length_avg': 106.95772109654358, 'street_length_total': 46044.383000000016, 'street_length_avg': 106.58421990740744, 'street_segments_count': 432, 'node_density_km': 45.60671269416786, 'intersection_density_km': 36.31380885366344, 'edge_density_km': 12829.572593670366, 'street_density_km': 6582.861901759334, 'circuity_avg': 1.071729515051585, 'self_loop_proportion': 0.0023837902264600714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071729515051585\n", - "2838\n", - "4995702.728464356\n", - "{'n': 223, 'm': 656, 'k_avg': 5.883408071748879, 'intersection_count': 203, 'streets_per_node_avg': 3.0179372197309418, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 160, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08968609865470852, 2: 0.0, 3: 0.7174887892376681, 4: 0.18834080717488788, 5: 0.004484304932735426}, 'edge_length_total': 68739.00199999996, 'edge_length_avg': 104.7850640243902, 'street_length_total': 34369.50100000002, 'street_length_avg': 104.7850640243903, 'street_segments_count': 328, 'node_density_km': 44.63836463474852, 'intersection_density_km': 40.63492386033161, 'edge_density_km': 13759.626169976262, 'street_density_km': 6879.813084988138, 'circuity_avg': 1.0564036172219706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564036172219706\n", - "2839\n", - "15996210.935914375\n", - "{'n': 17, 'm': 42, 'k_avg': 4.9411764705882355, 'intersection_count': 14, 'streets_per_node_avg': 2.764705882352941, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.0, 3: 0.7058823529411765, 4: 0.11764705882352941}, 'edge_length_total': 28090.339999999993, 'edge_length_avg': 668.8176190476189, 'street_length_total': 14045.17, 'street_length_avg': 668.817619047619, 'street_segments_count': 21, 'node_density_km': 1.0627516771382364, 'intersection_density_km': 0.8752072635256064, 'edge_density_km': 1756.062114493134, 'street_density_km': 878.0310572465672, 'circuity_avg': 1.0399796281288107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0399796281288107\n", - "2840\n", - "5999842.566081367\n", - "error with entry 2840\n", - "2841\n", - "5993089.215735249\n", - "{'n': 301, 'm': 830, 'k_avg': 5.514950166112957, 'intersection_count': 260, 'streets_per_node_avg': 2.893687707641196, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 211, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1362126245847176, 2: 0.0, 3: 0.7009966777408638, 4: 0.15946843853820597, 5: 0.0033222591362126247}, 'edge_length_total': 82895.75199999992, 'edge_length_avg': 99.87439999999991, 'street_length_total': 42905.83699999999, 'street_length_avg': 101.19301179245281, 'street_segments_count': 424, 'node_density_km': 50.22451513147922, 'intersection_density_km': 43.383302106925576, 'edge_density_km': 13831.890201526065, 'street_density_km': 7159.218802775019, 'circuity_avg': 1.0747407980087242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0747407980087242\n", - "2842\n", - "6996854.432361015\n", - "{'n': 558, 'm': 1516, 'k_avg': 5.433691756272402, 'intersection_count': 487, 'streets_per_node_avg': 2.931899641577061, 'streets_per_node_counts': {0: 0, 1: 71, 2: 2, 3: 381, 4: 102, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12724014336917563, 2: 0.0035842293906810036, 3: 0.6827956989247311, 4: 0.1827956989247312, 5: 0.0035842293906810036}, 'edge_length_total': 135395.62300000002, 'edge_length_avg': 89.31109696569922, 'street_length_total': 69501.36499999998, 'street_length_avg': 85.80415432098762, 'street_segments_count': 810, 'node_density_km': 79.75012277219962, 'intersection_density_km': 69.60270571695557, 'edge_density_km': 19350.927521628055, 'street_density_km': 9933.230092447053, 'circuity_avg': 1.0640042360554345, 'self_loop_proportion': 0.0013192612137203166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0640042360554345\n", - "2843\n", - "6988617.3470357945\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 268, 'm': 660, 'k_avg': 4.925373134328358, 'intersection_count': 208, 'streets_per_node_avg': 2.671641791044776, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 177, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22388059701492538, 2: 0.0, 3: 0.6604477611940298, 4: 0.11194029850746269, 5: 0.0037313432835820895}, 'edge_length_total': 85625.47700000003, 'edge_length_avg': 129.73557121212124, 'street_length_total': 44672.787999999964, 'street_length_avg': 129.4863420289854, 'street_segments_count': 345, 'node_density_km': 38.348071827637206, 'intersection_density_km': 29.762682612494547, 'edge_density_km': 12252.134112954098, 'street_density_km': 6392.221205092567, 'circuity_avg': 1.0771714409095074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771714409095074\n", - "2844\n", - "40984045.89016414\n", - "{'n': 1234, 'm': 3569, 'k_avg': 5.784440842787682, 'intersection_count': 1070, 'streets_per_node_avg': 2.9554294975688817, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 798, 4: 271, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13290113452188007, 2: 0.0, 3: 0.646677471636953, 4: 0.21961102106969205, 5: 0.0008103727714748784}, 'edge_length_total': 644386.6229999992, 'edge_length_avg': 180.55102913981486, 'street_length_total': 322297.8130000004, 'street_length_avg': 180.55899887955204, 'street_segments_count': 1785, 'node_density_km': 30.109277236978468, 'intersection_density_km': 26.10772013255021, 'edge_density_km': 15722.865056488898, 'street_density_km': 7863.982337511226, 'circuity_avg': 1.0443682219063963, 'self_loop_proportion': 0.0005603810591202018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443682219063963\n", - "2845\n", - "2997210.917996881\n", - "{'n': 340, 'm': 921, 'k_avg': 5.41764705882353, 'intersection_count': 290, 'streets_per_node_avg': 2.835294117647059, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 247, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.7264705882352941, 4: 0.12352941176470589, 5: 0.0029411764705882353}, 'edge_length_total': 60216.78900000009, 'edge_length_avg': 65.3819641693812, 'street_length_total': 32905.84900000002, 'street_length_avg': 69.2754715789474, 'street_segments_count': 475, 'node_density_km': 113.43879670211244, 'intersection_density_km': 96.75662071650767, 'edge_density_km': 20090.94142772062, 'street_density_km': 10978.82327947474, 'circuity_avg': 1.0697717628142869, 'self_loop_proportion': 0.002171552660152009, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697717628142869\n", - "2846\n", - "3997145.4339395827\n", - "{'n': 56, 'm': 140, 'k_avg': 5.0, 'intersection_count': 45, 'streets_per_node_avg': 2.732142857142857, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 38, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19642857142857142, 2: 0.0, 3: 0.6785714285714286, 4: 0.125}, 'edge_length_total': 41386.82200000001, 'edge_length_avg': 295.6201571428572, 'street_length_total': 20693.411000000007, 'street_length_avg': 295.62015714285724, 'street_segments_count': 70, 'node_density_km': 14.009998116282313, 'intersection_density_km': 11.258034200584001, 'edge_density_km': 10354.094611766277, 'street_density_km': 5177.047305883139, 'circuity_avg': 1.1443689865245554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1443689865245554\n", - "2847\n", - "4993251.235059287\n", - "{'n': 1122, 'm': 2823, 'k_avg': 5.032085561497326, 'intersection_count': 855, 'streets_per_node_avg': 2.620320855614973, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 751, 4: 100, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23796791443850268, 2: 0.0, 3: 0.6693404634581105, 4: 0.08912655971479501, 5: 0.0035650623885918}, 'edge_length_total': 160146.86799999952, 'edge_length_avg': 56.72931916400975, 'street_length_total': 80880.02199999997, 'street_length_avg': 56.16668194444442, 'street_segments_count': 1440, 'node_density_km': 224.70329394244428, 'intersection_density_km': 171.23111971549898, 'edge_density_km': 32072.663773766235, 'street_density_km': 16197.867520086767, 'circuity_avg': 1.0614931031320172, 'self_loop_proportion': 0.004250797024442083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614931031320172\n", - "2848\n", - "6989460.33255902\n", - "{'n': 31, 'm': 68, 'k_avg': 4.387096774193548, 'intersection_count': 20, 'streets_per_node_avg': 2.3225806451612905, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 19, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3548387096774194, 2: 0.0, 3: 0.6129032258064516, 4: 0.03225806451612903}, 'edge_length_total': 14087.636000000008, 'edge_length_avg': 207.17111764705894, 'street_length_total': 7043.818000000002, 'street_length_avg': 207.17111764705888, 'street_segments_count': 34, 'node_density_km': 4.435249436296623, 'intersection_density_km': 2.8614512492236273, 'edge_density_km': 2015.5541815403885, 'street_density_km': 1007.7770907701939, 'circuity_avg': 1.0926077887643155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0926077887643155\n", - "2849\n", - "2999478.951016095\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.2857142857142856, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.42857142857142855, 4: 0.14285714285714285}, 'edge_length_total': 9626.838, 'edge_length_avg': 687.6312857142857, 'street_length_total': 4813.419000000001, 'street_length_avg': 687.6312857142858, 'street_segments_count': 7, 'node_density_km': 2.3337386640532016, 'intersection_density_km': 1.3335649508875438, 'edge_density_km': 3209.503436168085, 'street_density_km': 1604.7517180840427, 'circuity_avg': 1.000030894784352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.000030894784352\n", - "2850\n", - "5991566.903275431\n", - "{'n': 429, 'm': 1190, 'k_avg': 5.547785547785548, 'intersection_count': 360, 'streets_per_node_avg': 2.8414918414918415, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 291, 4: 68, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16083916083916083, 2: 0.0, 3: 0.6783216783216783, 4: 0.1585081585081585, 5: 0.002331002331002331}, 'edge_length_total': 117260.25600000027, 'edge_length_avg': 98.53803025210107, 'street_length_total': 58630.128000000026, 'street_length_avg': 98.53803025210088, 'street_segments_count': 595, 'node_density_km': 71.60063584794105, 'intersection_density_km': 60.08444966260788, 'edge_density_km': 19570.883191823694, 'street_density_km': 9785.441595911829, 'circuity_avg': 1.0331837494630274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0331837494630274\n", - "2851\n", - "6996492.475569392\n", - "{'n': 69, 'm': 162, 'k_avg': 4.695652173913044, 'intersection_count': 53, 'streets_per_node_avg': 2.63768115942029, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 46, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2318840579710145, 2: 0.0, 3: 0.6666666666666666, 4: 0.10144927536231885}, 'edge_length_total': 43564.16399999999, 'edge_length_avg': 268.91459259259256, 'street_length_total': 21782.082000000006, 'street_length_avg': 268.91459259259267, 'street_segments_count': 81, 'node_density_km': 9.862084500331662, 'intersection_density_km': 7.575224326341711, 'edge_density_km': 6226.57197904792, 'street_density_km': 3113.2859895239617, 'circuity_avg': 1.0581344407044435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581344407044435\n", - "2852\n", - "9986412.770828241\n", - "{'n': 229, 'm': 604, 'k_avg': 5.275109170305677, 'intersection_count': 194, 'streets_per_node_avg': 2.8078602620087336, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 168, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15283842794759825, 2: 0.0, 3: 0.7336244541484717, 4: 0.11353711790393013}, 'edge_length_total': 124518.88999999997, 'edge_length_avg': 206.15710264900656, 'street_length_total': 62259.44499999998, 'street_length_avg': 206.15710264900656, 'street_segments_count': 302, 'node_density_km': 22.931157088653713, 'intersection_density_km': 19.426395088204455, 'edge_density_km': 12468.830686003455, 'street_density_km': 6234.415343001727, 'circuity_avg': 1.0397814099526852, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397814099526852\n", - "2853\n", - "8989854.462523796\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 587, 'm': 1397, 'k_avg': 4.759795570698467, 'intersection_count': 418, 'streets_per_node_avg': 2.4821124361158433, 'streets_per_node_counts': {0: 0, 1: 169, 2: 1, 3: 382, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2879045996592845, 2: 0.0017035775127768314, 3: 0.6507666098807495, 4: 0.059625212947189095}, 'edge_length_total': 124977.93700000027, 'edge_length_avg': 89.46165855404458, 'street_length_total': 62875.855000000025, 'street_length_avg': 88.9333168316832, 'street_segments_count': 707, 'node_density_km': 65.29582903116393, 'intersection_density_km': 46.496859514525596, 'edge_density_km': 13902.109040919242, 'street_density_km': 6994.090422944218, 'circuity_avg': 1.1176964679509018, 'self_loop_proportion': 0.0014316392269148174, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1176964679509018\n", - "2854\n", - "10997128.241279244\n", - "{'n': 367, 'm': 936, 'k_avg': 5.100817438692098, 'intersection_count': 291, 'streets_per_node_avg': 2.697547683923706, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 250, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20708446866485014, 2: 0.0, 3: 0.6811989100817438, 4: 0.11171662125340599}, 'edge_length_total': 117599.19100000005, 'edge_length_avg': 125.64016132478638, 'street_length_total': 59211.02499999996, 'street_length_avg': 122.08458762886589, 'street_segments_count': 485, 'node_density_km': 33.37234884853072, 'intersection_density_km': 26.46145371913471, 'edge_density_km': 10693.62731977383, 'street_density_km': 5384.226108934801, 'circuity_avg': 1.044631269345711, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044631269345711\n", - "2855\n", - "11982334.488966838\n", - "{'n': 448, 'm': 1098, 'k_avg': 4.901785714285714, 'intersection_count': 342, 'streets_per_node_avg': 2.5870535714285716, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 315, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23660714285714285, 2: 0.0, 3: 0.703125, 4: 0.060267857142857144}, 'edge_length_total': 156036.79200000016, 'edge_length_avg': 142.11001092896188, 'street_length_total': 78018.39599999995, 'street_length_avg': 142.11001092896166, 'street_segments_count': 549, 'node_density_km': 37.388373727382756, 'intersection_density_km': 28.542017443671657, 'edge_density_km': 13022.236371691726, 'street_density_km': 6511.118185845852, 'circuity_avg': 1.0499266648678558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499266648678558\n", - "2856\n", - "27995039.894071348\n", - "error with entry 2856\n", - "2857\n", - "12992282.746196456\n", - "{'n': 116, 'm': 262, 'k_avg': 4.517241379310345, 'intersection_count': 78, 'streets_per_node_avg': 2.4741379310344827, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 63, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3275862068965517, 2: 0.0, 3: 0.5431034482758621, 4: 0.12931034482758622}, 'edge_length_total': 80067.35599999993, 'edge_length_avg': 305.600595419847, 'street_length_total': 40033.678, 'street_length_avg': 305.6005954198473, 'street_segments_count': 131, 'node_density_km': 8.928377119406477, 'intersection_density_km': 6.003563925118149, 'edge_density_km': 6162.685770015279, 'street_density_km': 3081.342885007642, 'circuity_avg': 1.0439918238978092, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439918238978092\n", - "2858\n", - "6996446.47078336\n", - "{'n': 813, 'm': 2264, 'k_avg': 5.56949569495695, 'intersection_count': 713, 'streets_per_node_avg': 2.9323493234932347, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 575, 4: 132, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12300123001230012, 2: 0.0, 3: 0.7072570725707257, 4: 0.16236162361623616, 5: 0.006150061500615006, 6: 0.0012300123001230013}, 'edge_length_total': 180663.11299999987, 'edge_length_avg': 79.7981947879858, 'street_length_total': 92663.38900000007, 'street_length_avg': 79.26722754491024, 'street_segments_count': 1169, 'node_density_km': 116.20184666530751, 'intersection_density_km': 101.908876595774, 'edge_density_km': 25822.1246677775, 'street_density_km': 13244.350455185426, 'circuity_avg': 1.0507582087771656, 'self_loop_proportion': 0.00265017667844523, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507582087771656\n", - "2859\n", - "24990489.35349585\n", - "{'n': 886, 'm': 2482, 'k_avg': 5.602708803611738, 'intersection_count': 739, 'streets_per_node_avg': 2.8363431151241536, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 590, 4: 149}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16591422121896163, 2: 0.0, 3: 0.6659142212189616, 4: 0.16817155756207675}, 'edge_length_total': 379379.7059999991, 'edge_length_avg': 152.85241982272325, 'street_length_total': 189689.85299999965, 'street_length_avg': 152.85241982272333, 'street_segments_count': 1241, 'node_density_km': 35.45348742344895, 'intersection_density_km': 29.571249668091166, 'edge_density_km': 15180.9634710866, 'street_density_km': 7590.481735543304, 'circuity_avg': 1.0288778891681019, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0288778891681019\n", - "2860\n", - "100846424.04941717\n", - "{'n': 4180, 'm': 9375, 'k_avg': 4.485645933014354, 'intersection_count': 2639, 'streets_per_node_avg': 2.309090909090909, 'streets_per_node_counts': {0: 0, 1: 1541, 2: 1, 3: 2448, 4: 186, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3686602870813397, 2: 0.00023923444976076556, 3: 0.5856459330143541, 4: 0.04449760765550239, 5: 0.0007177033492822966, 6: 0.00023923444976076556}, 'edge_length_total': 820593.8790000008, 'edge_length_avg': 87.53001376000009, 'street_length_total': 414306.525, 'street_length_avg': 86.80212130735387, 'street_segments_count': 4773, 'node_density_km': 41.44916430503971, 'intersection_density_km': 26.16850349306215, 'edge_density_km': 8137.064717316006, 'street_density_km': 4108.291681190201, 'circuity_avg': 1.0550628362441106, 'self_loop_proportion': 0.0014933333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550628362441106\n", - "2861\n", - "7987631.977607537\n", - "{'n': 396, 'm': 974, 'k_avg': 4.91919191919192, 'intersection_count': 273, 'streets_per_node_avg': 2.4873737373737375, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 231, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3106060606060606, 2: 0.0, 3: 0.5833333333333334, 4: 0.10353535353535354, 5: 0.0025252525252525255}, 'edge_length_total': 111320.02199999997, 'edge_length_avg': 114.29160369609853, 'street_length_total': 55660.01099999995, 'street_length_avg': 114.29160369609845, 'street_segments_count': 487, 'node_density_km': 49.57664563291639, 'intersection_density_km': 34.17783903481357, 'edge_density_km': 13936.548693289027, 'street_density_km': 6968.274346644509, 'circuity_avg': 1.0689196312604516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0689196312604516\n", - "2862\n", - "7994094.527277136\n", - "{'n': 344, 'm': 922, 'k_avg': 5.3604651162790695, 'intersection_count': 295, 'streets_per_node_avg': 2.9040697674418605, 'streets_per_node_counts': {0: 0, 1: 49, 2: 3, 3: 225, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14244186046511628, 2: 0.00872093023255814, 3: 0.6540697674418605, 4: 0.19186046511627908, 5: 0.0029069767441860465}, 'edge_length_total': 102405.94700000003, 'edge_length_avg': 111.06935683297183, 'street_length_total': 55076.08799999996, 'street_length_avg': 113.7935702479338, 'street_segments_count': 484, 'node_density_km': 43.031765364572145, 'intersection_density_km': 36.902240646944136, 'edge_density_km': 12810.199660583756, 'street_density_km': 6889.596790739901, 'circuity_avg': 1.0675165755898923, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0675165755898923\n", - "2863\n", - "19997222.66557024\n", - "error with entry 2863\n", - "2864\n", - "19983481.379913624\n", - "{'n': 573, 'm': 1637, 'k_avg': 5.713787085514834, 'intersection_count': 479, 'streets_per_node_avg': 2.945898778359511, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 324, 4: 153, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16404886561954624, 2: 0.0, 3: 0.5654450261780105, 4: 0.2670157068062827, 5: 0.0034904013961605585}, 'edge_length_total': 287206.8959999997, 'edge_length_avg': 175.44709590714706, 'street_length_total': 144131.36100000006, 'street_length_avg': 174.91670024271852, 'street_segments_count': 824, 'node_density_km': 28.67368248337101, 'intersection_density_km': 23.969797398838942, 'edge_density_km': 14372.215258182463, 'street_density_km': 7212.52509809795, 'circuity_avg': 1.0502992140509433, 'self_loop_proportion': 0.004886988393402566, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502992140509433\n", - "2865\n", - "10984162.385587828\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 541, 'm': 1426, 'k_avg': 5.271719038817006, 'intersection_count': 449, 'streets_per_node_avg': 2.770794824399261, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 389, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17005545286506468, 2: 0.0, 3: 0.7190388170055453, 4: 0.11090573012939002}, 'edge_length_total': 190335.148, 'edge_length_avg': 133.47485834502103, 'street_length_total': 95354.326, 'street_length_avg': 132.43656388888888, 'street_segments_count': 720, 'node_density_km': 49.25273143356282, 'intersection_density_km': 40.87703588478689, 'edge_density_km': 17328.144042165306, 'street_density_km': 8681.073954725318, 'circuity_avg': 1.0326921344882314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326921344882314\n", - "2866\n", - "121994687.62111574\n", - "error with entry 2866\n", - "2867\n", - "6998436.435696302\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 5197.5419999999995, 'edge_length_avg': 433.1285, 'street_length_total': 2598.7709999999997, 'street_length_avg': 433.1285, 'street_segments_count': 6, 'node_density_km': 0.8573343567709402, 'intersection_density_km': 0.5715562378472934, 'edge_density_km': 742.6718878933242, 'street_density_km': 371.3359439466621, 'circuity_avg': 1.0845363886420254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0845363886420254\n", - "2868\n", - "13982667.099612052\n", - "{'n': 923, 'm': 2077, 'k_avg': 4.500541711809317, 'intersection_count': 613, 'streets_per_node_avg': 2.3759479956663054, 'streets_per_node_counts': {0: 0, 1: 310, 2: 0, 3: 571, 4: 40, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3358613217768147, 2: 0.0, 3: 0.6186348862405201, 4: 0.04333694474539545, 5: 0.0021668472372697724}, 'edge_length_total': 215204.1230000001, 'edge_length_avg': 103.6129624458354, 'street_length_total': 109168.70699999988, 'street_length_avg': 102.0268289719625, 'street_segments_count': 1070, 'node_density_km': 66.01029642088874, 'intersection_density_km': 43.8399910140897, 'edge_density_km': 15390.777844233375, 'street_density_km': 7807.430887275344, 'circuity_avg': 1.0930721479316923, 'self_loop_proportion': 0.0019258545979778526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0930721479316923\n", - "2869\n", - "10998312.39042476\n", - "{'n': 102, 'm': 252, 'k_avg': 4.9411764705882355, 'intersection_count': 73, 'streets_per_node_avg': 2.676470588235294, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 48, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28431372549019607, 2: 0.0, 3: 0.47058823529411764, 4: 0.24509803921568626}, 'edge_length_total': 73306.052, 'edge_length_avg': 290.89703174603176, 'street_length_total': 36653.02600000001, 'street_length_avg': 290.89703174603187, 'street_segments_count': 126, 'node_density_km': 9.274150104047074, 'intersection_density_km': 6.637381937210161, 'edge_density_km': 6665.209115520393, 'street_density_km': 3332.604557760198, 'circuity_avg': 1.0442145715960836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442145715960836\n", - "2870\n", - "3994593.448431695\n", - "{'n': 161, 'm': 394, 'k_avg': 4.894409937888199, 'intersection_count': 122, 'streets_per_node_avg': 2.590062111801242, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 110, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2422360248447205, 2: 0.0, 3: 0.6832298136645962, 4: 0.07453416149068323}, 'edge_length_total': 47810.11800000003, 'edge_length_avg': 121.34547715736049, 'street_length_total': 23972.866000000005, 'street_length_avg': 119.86433000000002, 'street_segments_count': 200, 'node_density_km': 40.304477058412466, 'intersection_density_km': 30.5412807523374, 'edge_density_km': 11968.706857708039, 'street_density_km': 6001.328122493146, 'circuity_avg': 1.129998542344036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.129998542344036\n", - "2871\n", - "7988371.088571051\n", - "{'n': 945, 'm': 2624, 'k_avg': 5.553439153439154, 'intersection_count': 837, 'streets_per_node_avg': 2.943915343915344, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 691, 4: 131, 5: 13, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11428571428571428, 2: 0.0, 3: 0.7312169312169312, 4: 0.13862433862433862, 5: 0.013756613756613757, 6: 0.0021164021164021165}, 'edge_length_total': 203158.2389999993, 'edge_length_avg': 77.42310937499974, 'street_length_total': 105437.82400000004, 'street_length_avg': 76.90577972283008, 'street_segments_count': 1371, 'node_density_km': 118.29695810601612, 'intersection_density_km': 104.77730575104285, 'edge_density_km': 25431.747817857067, 'street_density_km': 13198.91412541535, 'circuity_avg': 1.0657046885646453, 'self_loop_proportion': 0.0022865853658536584, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657046885646453\n", - "2872\n", - "14976784.500339732\n", - "{'n': 651, 'm': 1711, 'k_avg': 5.256528417818741, 'intersection_count': 515, 'streets_per_node_avg': 2.7112135176651306, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 432, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20890937019969277, 2: 0.0, 3: 0.663594470046083, 4: 0.1259600614439324, 5: 0.0015360983102918587}, 'edge_length_total': 241864.61000000004, 'edge_length_avg': 141.35862653419056, 'street_length_total': 122176.71999999994, 'street_length_avg': 142.06595348837203, 'street_segments_count': 860, 'node_density_km': 43.46727429944878, 'intersection_density_km': 34.38655340125364, 'edge_density_km': 16149.30160706483, 'street_density_km': 8157.740401300994, 'circuity_avg': 1.0325269942898023, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325269942898023\n", - "2873\n", - "13979728.10670026\n", - "{'n': 936, 'm': 2262, 'k_avg': 4.833333333333333, 'intersection_count': 697, 'streets_per_node_avg': 2.5619658119658117, 'streets_per_node_counts': {0: 0, 1: 239, 2: 0, 3: 629, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2553418803418803, 2: 0.0, 3: 0.6720085470085471, 4: 0.07264957264957266}, 'edge_length_total': 249752.94599999939, 'edge_length_avg': 110.41244297082201, 'street_length_total': 125854.75600000001, 'street_length_avg': 109.1541682567216, 'street_segments_count': 1153, 'node_density_km': 66.95409187188628, 'intersection_density_km': 49.857908156735824, 'edge_density_km': 17865.365055297232, 'street_density_km': 9002.661213395118, 'circuity_avg': 1.0530677061979439, 'self_loop_proportion': 0.0008841732979664014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530677061979439\n", - "2874\n", - "6993952.478778832\n", - "{'n': 53, 'm': 134, 'k_avg': 5.056603773584905, 'intersection_count': 36, 'streets_per_node_avg': 2.641509433962264, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 21, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32075471698113206, 2: 0.0, 3: 0.39622641509433965, 4: 0.2830188679245283}, 'edge_length_total': 29453.86200000001, 'edge_length_avg': 219.80494029850752, 'street_length_total': 14726.930999999999, 'street_length_avg': 219.80494029850743, 'street_segments_count': 67, 'node_density_km': 7.5779754238842045, 'intersection_density_km': 5.147304061506252, 'edge_density_km': 4211.33287499013, 'street_density_km': 2105.6664374950647, 'circuity_avg': 1.0120683843659695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0120683843659695\n", - "2875\n", - "17976171.699317012\n", - "error with entry 2875\n", - "2876\n", - "7988095.865633486\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 726.774, 'edge_length_avg': 363.387, 'street_length_total': 363.387, 'street_length_avg': 363.387, 'street_segments_count': 1, 'node_density_km': 0.2503725585723667, 'intersection_density_km': 0.2503725585723667, 'edge_density_km': 90.9821329419366, 'street_density_km': 45.4910664709683, 'circuity_avg': 1.00231404297146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.00231404297146\n", - "2877\n", - "13997277.145308904\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.4444444444444444, 4: 0.1111111111111111}, 'edge_length_total': 16256.772000000004, 'edge_length_avg': 903.1540000000002, 'street_length_total': 8128.386, 'street_length_avg': 903.154, 'street_segments_count': 9, 'node_density_km': 0.6429821962206621, 'intersection_density_km': 0.3572123312337012, 'edge_density_km': 1161.4238848909522, 'street_density_km': 580.711942445476, 'circuity_avg': 1.1345470643047784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1345470643047784\n", - "2878\n", - "4998192.080897501\n", - "{'n': 38, 'm': 100, 'k_avg': 5.2631578947368425, 'intersection_count': 33, 'streets_per_node_avg': 2.8947368421052633, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 27, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13157894736842105, 2: 0.0, 3: 0.7105263157894737, 4: 0.15789473684210525}, 'edge_length_total': 18534.40200000001, 'edge_length_avg': 185.34402000000009, 'street_length_total': 9267.201000000001, 'street_length_avg': 185.34402000000003, 'street_segments_count': 50, 'node_density_km': 7.602749031040945, 'intersection_density_km': 6.602387316430295, 'edge_density_km': 3708.2212328006167, 'street_density_km': 1854.1106164003077, 'circuity_avg': 1.0080279556530114, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0080279556530114\n", - "2879\n", - "5990884.76312126\n", - "{'n': 226, 'm': 534, 'k_avg': 4.725663716814159, 'intersection_count': 172, 'streets_per_node_avg': 2.566371681415929, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 162, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23893805309734514, 2: 0.0, 3: 0.7168141592920354, 4: 0.04424778761061947}, 'edge_length_total': 57760.815000000024, 'edge_length_avg': 108.16632022471914, 'street_length_total': 29449.724999999988, 'street_length_avg': 104.06263250883387, 'street_segments_count': 283, 'node_density_km': 37.72397716464398, 'intersection_density_km': 28.710283505835243, 'edge_density_km': 9641.449849872683, 'street_density_km': 4915.75554604002, 'circuity_avg': 1.1429162817258751, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1429162817258751\n", - "2880\n", - "15975354.372429993\n", - "{'n': 1293, 'm': 3061, 'k_avg': 4.734725444702243, 'intersection_count': 930, 'streets_per_node_avg': 2.4941995359628772, 'streets_per_node_counts': {0: 0, 1: 363, 2: 0, 3: 858, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28074245939675174, 2: 0.0, 3: 0.6635730858468677, 4: 0.05568445475638051}, 'edge_length_total': 293171.0969999997, 'edge_length_avg': 95.77624861156475, 'street_length_total': 148204.77499999994, 'street_length_avg': 94.88141805377717, 'street_segments_count': 1562, 'node_density_km': 80.93717171191133, 'intersection_density_km': 58.214671068892144, 'edge_density_km': 18351.46126748522, 'street_density_km': 9277.088416628136, 'circuity_avg': 1.0439674334005442, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439674334005442\n", - "2881\n", - "5991225.011836988\n", - "{'n': 424, 'm': 1035, 'k_avg': 4.882075471698113, 'intersection_count': 339, 'streets_per_node_avg': 2.6320754716981134, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 325, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20047169811320756, 2: 0.0, 3: 0.7665094339622641, 4: 0.0330188679245283}, 'edge_length_total': 127976.13600000004, 'edge_length_avg': 123.64844057971018, 'street_length_total': 64105.04000000005, 'street_length_avg': 123.27892307692318, 'street_segments_count': 520, 'node_density_km': 70.7701678975993, 'intersection_density_km': 56.58275216341076, 'edge_density_km': 21360.595829259444, 'street_density_km': 10699.82180160925, 'circuity_avg': 1.0634764338422842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634764338422842\n", - "2882\n", - "4997944.789133775\n", - "error with entry 2882\n", - "2883\n", - "16974954.46313179\n", - "{'n': 1147, 'm': 2876, 'k_avg': 5.014821272885789, 'intersection_count': 882, 'streets_per_node_avg': 2.6198779424585874, 'streets_per_node_counts': {0: 0, 1: 265, 2: 0, 3: 791, 4: 88, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23103748910200522, 2: 0.0, 3: 0.6896251089799477, 4: 0.07672188317349608, 5: 0.0026155187445510027}, 'edge_length_total': 282559.5079999996, 'edge_length_avg': 98.24739499304576, 'street_length_total': 144565.93000000023, 'street_length_avg': 97.54786099865062, 'street_segments_count': 1482, 'node_density_km': 67.57013707996626, 'intersection_density_km': 51.95890227073256, 'edge_density_km': 16645.67104516809, 'street_density_km': 8516.425202434893, 'circuity_avg': 1.1061557834180515, 'self_loop_proportion': 0.0034770514603616135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1061557834180515\n", - "2884\n", - "4994928.885812093\n", - "{'n': 250, 'm': 594, 'k_avg': 4.752, 'intersection_count': 174, 'streets_per_node_avg': 2.488, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 150, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.304, 2: 0.0, 3: 0.6, 4: 0.096}, 'edge_length_total': 64245.77599999998, 'edge_length_avg': 108.15787205387203, 'street_length_total': 32300.701999999997, 'street_length_avg': 106.2523092105263, 'street_segments_count': 304, 'node_density_km': 50.050762626494155, 'intersection_density_km': 34.83533078803993, 'edge_density_km': 12862.200337323658, 'street_density_km': 6466.6990738845, 'circuity_avg': 1.0657306371362405, 'self_loop_proportion': 0.003367003367003367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657306371362405\n", - "2885\n", - "19968816.794592667\n", - "{'n': 3278, 'm': 8809, 'k_avg': 5.374618669920683, 'intersection_count': 2764, 'streets_per_node_avg': 2.850823672971324, 'streets_per_node_counts': {0: 0, 1: 514, 2: 1, 3: 2240, 4: 506, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15680292861500916, 2: 0.0003050640634533252, 3: 0.6833435021354485, 4: 0.15436241610738255, 5: 0.005186089078706529}, 'edge_length_total': 598749.778000003, 'edge_length_avg': 67.97023248949971, 'street_length_total': 319077.8019999997, 'street_length_avg': 69.07941156094385, 'street_segments_count': 4619, 'node_density_km': 164.15594542825622, 'intersection_density_km': 138.41581243554003, 'edge_density_km': 29984.239134395673, 'street_density_km': 15978.803615765677, 'circuity_avg': 1.0509723581309895, 'self_loop_proportion': 0.0011352026336701102, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509723581309895\n", - "2886\n", - "4999614.086224218\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 4, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3686.8359999999993, 'edge_length_avg': 263.3454285714285, 'street_length_total': 1843.4180000000001, 'street_length_avg': 263.3454285714286, 'street_segments_count': 7, 'node_density_km': 1.6001235019404703, 'intersection_density_km': 0.8000617509702351, 'edge_density_km': 737.4241164250243, 'street_density_km': 368.71205821251226, 'circuity_avg': 1.132528812977703, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.132528812977703\n", - "2887\n", - "9996147.24505389\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.4, 4: 0.4}, 'edge_length_total': 13139.980000000001, 'edge_length_avg': 1642.4975000000002, 'street_length_total': 6569.99, 'street_length_avg': 1642.4975, 'street_segments_count': 4, 'node_density_km': 0.5001927119945145, 'intersection_density_km': 0.4001541695956117, 'edge_density_km': 1314.5044463507363, 'street_density_km': 657.2522231753682, 'circuity_avg': 1.0780283194433726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780283194433726\n", - "2888\n", - "8997686.421494478\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 2888\n", - "2889\n", - "86922365.80936137\n", - "{'n': 331, 'm': 764, 'k_avg': 4.61631419939577, 'intersection_count': 229, 'streets_per_node_avg': 2.4410876132930515, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 210, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3081570996978852, 2: 0.0, 3: 0.6344410876132931, 4: 0.05740181268882175}, 'edge_length_total': 266925.4059999998, 'edge_length_avg': 349.3788036649212, 'street_length_total': 134033.27700000003, 'street_length_avg': 345.44659020618565, 'street_segments_count': 388, 'node_density_km': 3.8079957548089647, 'intersection_density_km': 2.634534827345175, 'edge_density_km': 3070.8483773373373, 'street_density_km': 1541.9883680336382, 'circuity_avg': 1.0629074702363304, 'self_loop_proportion': 0.0013089005235602095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629074702363304\n", - "2890\n", - "11981374.755571144\n", - "{'n': 573, 'm': 1408, 'k_avg': 4.9144851657940665, 'intersection_count': 436, 'streets_per_node_avg': 2.5794066317626525, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 403, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23909249563699825, 2: 0.0, 3: 0.7033158813263525, 4: 0.05759162303664921}, 'edge_length_total': 166370.862, 'edge_length_avg': 118.16112357954545, 'street_length_total': 83185.431, 'street_length_avg': 118.16112357954545, 'street_segments_count': 704, 'node_density_km': 47.824228161594256, 'intersection_density_km': 36.38981409852547, 'edge_density_km': 13885.79068713632, 'street_density_km': 6942.89534356816, 'circuity_avg': 1.0522721870509766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522721870509766\n", - "2891\n", - "37954921.78027534\n", - "{'n': 1434, 'm': 3180, 'k_avg': 4.435146443514644, 'intersection_count': 900, 'streets_per_node_avg': 2.3242677824267783, 'streets_per_node_counts': {0: 0, 1: 534, 2: 0, 3: 801, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3723849372384937, 2: 0.0, 3: 0.5585774058577406, 4: 0.06903765690376569}, 'edge_length_total': 387441.7750000001, 'edge_length_avg': 121.83703616352204, 'street_length_total': 195950.9839999998, 'street_length_avg': 120.14162109135486, 'street_segments_count': 1631, 'node_density_km': 37.781661316589265, 'intersection_density_km': 23.712339738445145, 'edge_density_km': 10207.945552962472, 'street_density_km': 5162.729227434027, 'circuity_avg': 1.050279514835822, 'self_loop_proportion': 0.0006289308176100629, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050279514835822\n", - "2892\n", - "16978590.512346342\n", - "{'n': 481, 'm': 1086, 'k_avg': 4.515592515592515, 'intersection_count': 311, 'streets_per_node_avg': 2.397089397089397, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 261, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35343035343035345, 2: 0.0, 3: 0.5426195426195426, 4: 0.10395010395010396}, 'edge_length_total': 188508.11899999972, 'edge_length_avg': 173.58022007366455, 'street_length_total': 94370.83900000004, 'street_length_avg': 172.84036446886452, 'street_segments_count': 546, 'node_density_km': 28.32979567121491, 'intersection_density_km': 18.317185974527728, 'edge_density_km': 11102.695412962697, 'street_density_km': 5558.22575091709, 'circuity_avg': 1.0608250066569425, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608250066569425\n", - "2893\n", - "7987964.092497528\n", - "{'n': 323, 'm': 812, 'k_avg': 5.027863777089784, 'intersection_count': 248, 'streets_per_node_avg': 2.6006191950464395, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 227, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23219814241486067, 2: 0.0, 3: 0.7027863777089783, 4: 0.06501547987616099}, 'edge_length_total': 98189.16599999997, 'edge_length_avg': 120.92261822660095, 'street_length_total': 49275.067999999985, 'street_length_avg': 120.47693887530559, 'street_segments_count': 409, 'node_density_km': 40.43583524660166, 'intersection_density_km': 31.046709415347408, 'edge_density_km': 12292.139131198825, 'street_density_km': 6168.664183941465, 'circuity_avg': 1.084678954198435, 'self_loop_proportion': 0.0024630541871921183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084678954198435\n", - "2894\n", - "65976845.291601926\n", - "{'n': 647, 'm': 1656, 'k_avg': 5.1190108191653785, 'intersection_count': 500, 'streets_per_node_avg': 2.6476043276661514, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 434, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22720247295208656, 2: 0.0, 3: 0.6707882534775889, 4: 0.10200927357032458}, 'edge_length_total': 327609.1080000003, 'edge_length_avg': 197.83158695652193, 'street_length_total': 166627.62499999985, 'street_length_avg': 198.13035077288924, 'street_segments_count': 841, 'node_density_km': 9.806470696505937, 'intersection_density_km': 7.578416303327617, 'edge_density_km': 4965.516410371641, 'street_density_km': 2525.5470197695186, 'circuity_avg': 1.0404252841368744, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404252841368744\n", - "2895\n", - "25985482.19231591\n", - "{'n': 454, 'm': 1282, 'k_avg': 5.647577092511013, 'intersection_count': 390, 'streets_per_node_avg': 2.9008810572687223, 'streets_per_node_counts': {0: 0, 1: 64, 2: 1, 3: 305, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14096916299559473, 2: 0.0022026431718061676, 3: 0.6718061674008811, 4: 0.18502202643171806}, 'edge_length_total': 225732.05400000003, 'edge_length_avg': 176.0780452418097, 'street_length_total': 114711.51800000005, 'street_length_avg': 176.47925846153854, 'street_segments_count': 650, 'node_density_km': 17.471294034106897, 'intersection_density_km': 15.008380337668921, 'edge_density_km': 8686.852617526205, 'street_density_km': 4414.446387834245, 'circuity_avg': 1.0268190899792415, 'self_loop_proportion': 0.0015600624024961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268190899792415\n", - "2896\n", - "4992209.904647818\n", - "{'n': 59, 'm': 166, 'k_avg': 5.627118644067797, 'intersection_count': 48, 'streets_per_node_avg': 2.8813559322033897, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 33, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1864406779661017, 2: 0.0, 3: 0.559322033898305, 4: 0.2542372881355932}, 'edge_length_total': 36110.70200000003, 'edge_length_avg': 217.53434939759052, 'street_length_total': 18055.351000000002, 'street_length_avg': 217.5343493975904, 'street_segments_count': 83, 'node_density_km': 11.81841331332446, 'intersection_density_km': 9.614980322704644, 'edge_density_km': 7233.410191021907, 'street_density_km': 3616.705095510951, 'circuity_avg': 1.0395887438168796, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395887438168796\n", - "2897\n", - "9985425.170933314\n", - "{'n': 686, 'm': 1691, 'k_avg': 4.930029154518951, 'intersection_count': 549, 'streets_per_node_avg': 2.7186588921282797, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 473, 4: 72, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19970845481049562, 2: 0.0, 3: 0.6895043731778425, 4: 0.10495626822157435, 5: 0.004373177842565598, 6: 0.0014577259475218659}, 'edge_length_total': 190848.9430000001, 'edge_length_avg': 112.8615866351272, 'street_length_total': 99298.50400000006, 'street_length_avg': 111.57135280898883, 'street_segments_count': 890, 'node_density_km': 68.70012926408833, 'intersection_density_km': 54.980132603475944, 'edge_density_km': 19112.750807601507, 'street_density_km': 9944.344111560637, 'circuity_avg': 1.06744978276601, 'self_loop_proportion': 0.0035481963335304554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06744978276601\n", - "2898\n", - "39937706.418803364\n", - "{'n': 3802, 'm': 10662, 'k_avg': 5.608627038400842, 'intersection_count': 3482, 'streets_per_node_avg': 3.015255128879537, 'streets_per_node_counts': {0: 0, 1: 320, 2: 6, 3: 2791, 4: 666, 5: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08416622830089426, 2: 0.0015781167806417674, 3: 0.7340873224618621, 4: 0.1751709626512362, 5: 0.004997369805365597}, 'edge_length_total': 864110.8970000029, 'edge_length_avg': 81.04585415494306, 'street_length_total': 459099.3970000005, 'street_length_avg': 80.8985721585904, 'street_segments_count': 5675, 'node_density_km': 95.19825600725916, 'intersection_density_km': 87.1857778583052, 'edge_density_km': 21636.46775151726, 'street_density_km': 11495.387145813876, 'circuity_avg': 1.0426526801462437, 'self_loop_proportion': 0.0011254924029262803, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426526801462437\n", - "2899\n", - "8998509.864721905\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 0, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.0, 4: 0.5}, 'edge_length_total': 566.748, 'edge_length_avg': 283.374, 'street_length_total': 283.374, 'street_length_avg': 283.374, 'street_segments_count': 1, 'node_density_km': 0.22225902177880305, 'intersection_density_km': 0.11112951088940153, 'edge_density_km': 62.98242803754654, 'street_density_km': 31.49121401877327, 'circuity_avg': 1.0740814362309368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740814362309368\n", - "2900\n", - "4992137.4487730125\n", - "{'n': 241, 'm': 655, 'k_avg': 5.435684647302905, 'intersection_count': 211, 'streets_per_node_avg': 2.9502074688796682, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 164, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12448132780082988, 2: 0.0, 3: 0.6804979253112033, 4: 0.1908713692946058, 5: 0.004149377593360996}, 'edge_length_total': 64286.06999999997, 'edge_length_avg': 98.14667175572515, 'street_length_total': 33671.20299999999, 'street_length_avg': 99.61894378698221, 'street_segments_count': 338, 'node_density_km': 48.27591436995269, 'intersection_density_km': 42.26646444838181, 'edge_density_km': 12877.463943986651, 'street_density_km': 6744.84694091823, 'circuity_avg': 1.0195225441117128, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0195225441117128\n", - "2901\n", - "7987265.964069404\n", - "{'n': 303, 'm': 789, 'k_avg': 5.207920792079208, 'intersection_count': 254, 'streets_per_node_avg': 2.782178217821782, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 222, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1617161716171617, 2: 0.0, 3: 0.7326732673267327, 4: 0.10561056105610561}, 'edge_length_total': 109960.80099999989, 'edge_length_avg': 139.36730164765513, 'street_length_total': 55991.00999999997, 'street_length_avg': 138.591608910891, 'street_segments_count': 404, 'node_density_km': 37.93538381757174, 'intersection_density_km': 31.80061877776641, 'edge_density_km': 13767.013831097764, 'street_density_km': 7010.034503905928, 'circuity_avg': 1.0380546148376142, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380546148376142\n", - "2902\n", - "3993712.097383606\n", - "{'n': 230, 'm': 496, 'k_avg': 4.3130434782608695, 'intersection_count': 185, 'streets_per_node_avg': 2.6913043478260867, 'streets_per_node_counts': {0: 0, 1: 45, 2: 2, 3: 163, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1956521739130435, 2: 0.008695652173913044, 3: 0.7086956521739131, 4: 0.08260869565217391, 5: 0.004347826086956522}, 'edge_length_total': 53158.37499999992, 'edge_length_avg': 107.17414314516112, 'street_length_total': 32293.797999999995, 'street_length_avg': 107.28836544850496, 'street_segments_count': 301, 'node_density_km': 57.59053091250106, 'intersection_density_km': 46.32281834266389, 'edge_density_km': 13310.51755954704, 'street_density_km': 8086.160747830716, 'circuity_avg': 1.1283619422800677, 'self_loop_proportion': 0.012096774193548387, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1283619422800677\n", - "2903\n", - "9990340.397881988\n", - "{'n': 792, 'm': 1940, 'k_avg': 4.898989898989899, 'intersection_count': 589, 'streets_per_node_avg': 2.606060606060606, 'streets_per_node_counts': {0: 0, 1: 203, 2: 0, 3: 497, 4: 90, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2563131313131313, 2: 0.0, 3: 0.6275252525252525, 4: 0.11363636363636363, 5: 0.0025252525252525255}, 'edge_length_total': 168654.29100000008, 'edge_length_avg': 86.9352015463918, 'street_length_total': 86745.68200000009, 'street_length_avg': 85.46372610837447, 'street_segments_count': 1015, 'node_density_km': 79.27657802009516, 'intersection_density_km': 58.95695006797481, 'edge_density_km': 16881.736185461286, 'street_density_km': 8682.955589620418, 'circuity_avg': 1.0958340181835389, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0958340181835389\n", - "2904\n", - "12997446.258144319\n", - "{'n': 358, 'm': 957, 'k_avg': 5.346368715083799, 'intersection_count': 298, 'streets_per_node_avg': 2.8324022346368714, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 239, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16759776536312848, 2: 0.0, 3: 0.6675977653631285, 4: 0.16201117318435754, 5: 0.002793296089385475}, 'edge_length_total': 164371.78300000026, 'edge_length_avg': 171.7573490073148, 'street_length_total': 82481.37000000001, 'street_length_avg': 169.3662628336756, 'street_segments_count': 487, 'node_density_km': 27.543872303043678, 'intersection_density_km': 22.92758085560619, 'edge_density_km': 12646.467601049198, 'street_density_km': 6345.967381732117, 'circuity_avg': 1.0256715206929399, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0256715206929399\n", - "2905\n", - "6989325.572863615\n", - "{'n': 312, 'm': 908, 'k_avg': 5.82051282051282, 'intersection_count': 282, 'streets_per_node_avg': 2.996794871794872, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 225, 4: 55, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09615384615384616, 2: 0.0, 3: 0.7211538461538461, 4: 0.1762820512820513, 5: 0.00641025641025641}, 'edge_length_total': 87296.86499999993, 'edge_length_avg': 96.14192180616733, 'street_length_total': 43748.88299999995, 'street_length_avg': 95.31347058823519, 'street_segments_count': 459, 'node_density_km': 44.639500155974225, 'intersection_density_km': 40.34724052559209, 'edge_density_km': 12490.026983280635, 'street_density_km': 6259.385479173705, 'circuity_avg': 1.0468751089705224, 'self_loop_proportion': 0.0022026431718061676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468751089705224\n", - "2906\n", - "4997850.623934116\n", - "{'n': 83, 'm': 186, 'k_avg': 4.481927710843373, 'intersection_count': 72, 'streets_per_node_avg': 2.8795180722891565, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 60, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13253012048192772, 2: 0.0, 3: 0.7228915662650602, 4: 0.14457831325301204}, 'edge_length_total': 28246.983000000022, 'edge_length_avg': 151.8655000000001, 'street_length_total': 17345.74000000001, 'street_length_avg': 160.60870370370378, 'street_segments_count': 108, 'node_density_km': 16.60713899741677, 'intersection_density_km': 14.406192865229006, 'edge_density_km': 5651.826179983963, 'street_density_km': 3470.6399420849652, 'circuity_avg': 1.0796126871010177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0796126871010177\n", - "2907\n", - "4998162.152915629\n", - "{'n': 226, 'm': 534, 'k_avg': 4.725663716814159, 'intersection_count': 165, 'streets_per_node_avg': 2.495575221238938, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 157, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26991150442477874, 2: 0.0, 3: 0.6946902654867256, 4: 0.035398230088495575}, 'edge_length_total': 68939.68599999997, 'edge_length_avg': 129.10053558052428, 'street_length_total': 34469.842999999986, 'street_length_avg': 129.10053558052428, 'street_segments_count': 267, 'node_density_km': 45.21662024673712, 'intersection_density_km': 33.01213425093639, 'edge_density_km': 13793.007087572118, 'street_density_km': 6896.503543786059, 'circuity_avg': 1.1600731964124344, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1600731964124344\n", - "2908\n", - "3998102.6555773923\n", - "{'n': 231, 'm': 583, 'k_avg': 5.0476190476190474, 'intersection_count': 180, 'streets_per_node_avg': 2.6493506493506493, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 160, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22077922077922077, 2: 0.0, 3: 0.6926406926406926, 4: 0.08225108225108226, 5: 0.004329004329004329}, 'edge_length_total': 61832.64700000011, 'edge_length_avg': 106.05942881646675, 'street_length_total': 31385.954, 'street_length_avg': 107.11929692832766, 'street_segments_count': 293, 'node_density_km': 57.777405909713885, 'intersection_density_km': 45.02135525432251, 'edge_density_km': 15465.497593900689, 'street_density_km': 7850.212139054581, 'circuity_avg': 1.0727001900306585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727001900306585\n", - "2909\n", - "3997099.6923579443\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 76, 'm': 200, 'k_avg': 5.2631578947368425, 'intersection_count': 61, 'streets_per_node_avg': 2.736842105263158, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 51, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19736842105263158, 2: 0.0, 3: 0.6710526315789473, 4: 0.13157894736842105}, 'edge_length_total': 38962.52400000002, 'edge_length_avg': 194.8126200000001, 'street_length_total': 19481.261999999995, 'street_length_avg': 194.81261999999995, 'street_segments_count': 100, 'node_density_km': 19.013786457541805, 'intersection_density_km': 15.26106544618487, 'edge_density_km': 9747.698831353262, 'street_density_km': 4873.849415676627, 'circuity_avg': 1.1822109326535257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1822109326535257\n", - "2910\n", - "13990299.679521626\n", - "{'n': 742, 'm': 1986, 'k_avg': 5.353099730458221, 'intersection_count': 585, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 157, 2: 2, 3: 482, 4: 98, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21159029649595687, 2: 0.0026954177897574125, 3: 0.6495956873315364, 4: 0.1320754716981132, 5: 0.004043126684636119}, 'edge_length_total': 200494.37800000064, 'edge_length_avg': 100.95386606243738, 'street_length_total': 100915.52299999988, 'street_length_avg': 100.81470829170817, 'street_segments_count': 1001, 'node_density_km': 53.036748103838434, 'intersection_density_km': 41.814686847365884, 'edge_density_km': 14330.956633722102, 'street_density_km': 7213.249559458366, 'circuity_avg': 1.0814130064572578, 'self_loop_proportion': 0.0030211480362537764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0814130064572578\n", - "2911\n", - "7989946.404452141\n", - "{'n': 436, 'm': 1083, 'k_avg': 4.967889908256881, 'intersection_count': 345, 'streets_per_node_avg': 2.7545871559633026, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 271, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20871559633027523, 2: 0.0, 3: 0.6215596330275229, 4: 0.16743119266055045, 5: 0.0022935779816513763}, 'edge_length_total': 103165.79199999999, 'edge_length_avg': 95.25927239150506, 'street_length_total': 55013.459000000024, 'street_length_avg': 93.71969165247023, 'street_segments_count': 587, 'node_density_km': 54.56857629946716, 'intersection_density_km': 43.17926335622975, 'edge_density_km': 12911.95044093339, 'street_density_km': 6885.335171878692, 'circuity_avg': 1.0454280940254024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454280940254024\n", - "2912\n", - "8994167.184677828\n", - "{'n': 744, 'm': 1932, 'k_avg': 5.193548387096774, 'intersection_count': 581, 'streets_per_node_avg': 2.6989247311827955, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 480, 4: 100, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21908602150537634, 2: 0.0, 3: 0.6451612903225806, 4: 0.13440860215053763, 5: 0.0013440860215053765}, 'edge_length_total': 194256.88700000025, 'edge_length_avg': 100.54704296066265, 'street_length_total': 97406.62599999992, 'street_length_avg': 99.9042317948717, 'street_segments_count': 975, 'node_density_km': 82.72027689983952, 'intersection_density_km': 64.5974205360306, 'edge_density_km': 21598.096078415132, 'street_density_km': 10829.977250805243, 'circuity_avg': 1.0249054543395864, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0249054543395864\n", - "2913\n", - "8995588.039260922\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.25, 4: 0.5}, 'edge_length_total': 6768.701999999999, 'edge_length_avg': 1128.117, 'street_length_total': 3384.3509999999997, 'street_length_avg': 1128.117, 'street_segments_count': 3, 'node_density_km': 0.4446624259072496, 'intersection_density_km': 0.3334968194304372, 'edge_density_km': 752.4468628908129, 'street_density_km': 376.22343144540645, 'circuity_avg': 1.0003093955608444, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0003093955608444\n", - "2914\n", - "34959133.0640773\n", - "error with entry 2914\n", - "2915\n", - "37942074.65557844\n", - "{'n': 907, 'm': 2363, 'k_avg': 5.210584343991179, 'intersection_count': 778, 'streets_per_node_avg': 2.854465270121279, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 658, 4: 115, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1422271223814774, 2: 0.0, 3: 0.7254685777287762, 4: 0.12679162072767364, 5: 0.004410143329658214, 6: 0.0011025358324145535}, 'edge_length_total': 308552.3310000015, 'edge_length_avg': 130.57652602623847, 'street_length_total': 175611.47600000017, 'street_length_avg': 137.51877525450288, 'street_segments_count': 1277, 'node_density_km': 23.904860454610066, 'intersection_density_km': 20.504940941220102, 'edge_density_km': 8132.194504409804, 'street_density_km': 4628.409953702435, 'circuity_avg': 1.0887436877506267, 'self_loop_proportion': 0.0021159542953872196, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0887436877506267\n", - "2916\n", - "25970370.740540303\n", - "{'n': 2126, 'm': 4742, 'k_avg': 4.460959548447789, 'intersection_count': 1344, 'streets_per_node_avg': 2.3424270931326436, 'streets_per_node_counts': {0: 0, 1: 782, 2: 0, 3: 1181, 4: 160, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.367826904985889, 2: 0.0, 3: 0.5555032925682032, 4: 0.07525870178739416, 5: 0.0014111006585136407}, 'edge_length_total': 449046.9869999997, 'edge_length_avg': 94.69569527625468, 'street_length_total': 230808.87499999956, 'street_length_avg': 93.8629015860104, 'street_segments_count': 2459, 'node_density_km': 81.8625202250682, 'intersection_density_km': 51.75128277633662, 'edge_density_km': 17290.742264954566, 'street_density_km': 8887.392379027611, 'circuity_avg': 1.0506719777233762, 'self_loop_proportion': 0.0025305778152678194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506719777233762\n", - "2917\n", - "12981356.260714594\n", - "{'n': 1146, 'm': 2813, 'k_avg': 4.9092495636998255, 'intersection_count': 841, 'streets_per_node_avg': 2.525305410122164, 'streets_per_node_counts': {0: 0, 1: 305, 2: 0, 3: 775, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2661431064572426, 2: 0.0, 3: 0.6762652705061082, 4: 0.05759162303664921}, 'edge_length_total': 287004.52099999983, 'edge_length_avg': 102.0279136153572, 'street_length_total': 143649.22100000025, 'street_length_avg': 102.02359446022746, 'street_segments_count': 1408, 'node_density_km': 88.28045213335169, 'intersection_density_km': 64.78521836313156, 'edge_density_km': 22108.978078705073, 'street_density_km': 11065.809928868917, 'circuity_avg': 1.0408552156016673, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408552156016673\n", - "2918\n", - "3993928.4205170805\n", - "{'n': 115, 'm': 304, 'k_avg': 5.28695652173913, 'intersection_count': 94, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 75, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1826086956521739, 2: 0.0, 3: 0.6521739130434783, 4: 0.16521739130434782}, 'edge_length_total': 49821.136000000006, 'edge_length_avg': 163.8853157894737, 'street_length_total': 24910.568, 'street_length_avg': 163.88531578947368, 'street_segments_count': 152, 'node_density_km': 28.79370581837101, 'intersection_density_km': 23.53572475588587, 'edge_density_km': 12474.218552356988, 'street_density_km': 6237.109276178493, 'circuity_avg': 1.0466103924548573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466103924548573\n", - "2919\n", - "15978835.249593334\n", - "{'n': 983, 'm': 2278, 'k_avg': 4.634791454730417, 'intersection_count': 656, 'streets_per_node_avg': 2.39471007121058, 'streets_per_node_counts': {0: 0, 1: 327, 2: 0, 3: 599, 4: 55, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3326551373346897, 2: 0.0, 3: 0.6093591047812817, 4: 0.05595116988809766, 5: 0.002034587995930824}, 'edge_length_total': 234280.94499999937, 'edge_length_avg': 102.84501536435442, 'street_length_total': 117562.71999999991, 'street_length_avg': 103.03481156879923, 'street_segments_count': 1141, 'node_density_km': 61.51887697978597, 'intersection_density_km': 41.05430650939939, 'edge_density_km': 14661.95384960627, 'street_density_km': 7357.402349022399, 'circuity_avg': 1.0919025504917659, 'self_loop_proportion': 0.0026338893766461808, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0919025504917659\n", - "2920\n", - "6989929.5047091395\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 263, 'm': 622, 'k_avg': 4.730038022813688, 'intersection_count': 186, 'streets_per_node_avg': 2.4790874524714828, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 169, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29277566539923955, 2: 0.0, 3: 0.6425855513307985, 4: 0.06463878326996197}, 'edge_length_total': 72288.05400000005, 'edge_length_avg': 116.21873633440522, 'street_length_total': 36258.24900000002, 'street_length_avg': 115.84105111821091, 'street_segments_count': 313, 'node_density_km': 37.62555828679188, 'intersection_density_km': 26.609710423358514, 'edge_density_km': 10341.742924774755, 'street_density_km': 5187.212399720585, 'circuity_avg': 1.127848170428486, 'self_loop_proportion': 0.003215434083601286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.127848170428486\n", - "2921\n", - "7987018.839461418\n", - "{'n': 147, 'm': 338, 'k_avg': 4.598639455782313, 'intersection_count': 96, 'streets_per_node_avg': 2.3945578231292517, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 83, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3469387755102041, 2: 0.0, 3: 0.564625850340136, 4: 0.08843537414965986}, 'edge_length_total': 61098.498000000014, 'edge_length_avg': 180.76478698224855, 'street_length_total': 30549.24899999998, 'street_length_avg': 180.7647869822484, 'street_segments_count': 169, 'node_density_km': 18.404864562697405, 'intersection_density_km': 12.01950338788402, 'edge_density_km': 7649.725038600262, 'street_density_km': 3824.862519300128, 'circuity_avg': 1.0778856105679155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0778856105679155\n", - "2922\n", - "11994926.949789697\n", - "{'n': 146, 'm': 364, 'k_avg': 4.986301369863014, 'intersection_count': 137, 'streets_per_node_avg': 2.9726027397260273, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 123, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06164383561643835, 2: 0.0, 3: 0.8424657534246576, 4: 0.0958904109589041}, 'edge_length_total': 55234.63700000002, 'edge_length_avg': 151.7435082417583, 'street_length_total': 34062.47899999999, 'street_length_avg': 164.55303864734296, 'street_segments_count': 207, 'node_density_km': 12.171812351267363, 'intersection_density_km': 11.421495151531705, 'edge_density_km': 4604.833129139517, 'street_density_km': 2839.7404288149664, 'circuity_avg': 1.028798125143872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028798125143872\n", - "2923\n", - "51979193.613433555\n", - "error with entry 2923\n", - "2924\n", - "6995424.703663424\n", - "{'n': 176, 'm': 452, 'k_avg': 5.136363636363637, 'intersection_count': 141, 'streets_per_node_avg': 2.721590909090909, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 121, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19886363636363635, 2: 0.0, 3: 0.6875, 4: 0.10795454545454546, 5: 0.005681818181818182}, 'edge_length_total': 71912.56400000006, 'edge_length_avg': 159.09859292035412, 'street_length_total': 35956.28200000001, 'street_length_avg': 159.098592920354, 'street_segments_count': 226, 'node_density_km': 25.15930160864012, 'intersection_density_km': 20.15603140237646, 'edge_density_km': 10279.942540492255, 'street_density_km': 5139.971270246125, 'circuity_avg': 1.0978004480599957, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0978004480599957\n", - "2925\n", - "6999175.268397221\n", - "{'n': 36, 'm': 86, 'k_avg': 4.777777777777778, 'intersection_count': 25, 'streets_per_node_avg': 2.4722222222222223, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 22, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3055555555555556, 2: 0.0, 3: 0.6111111111111112, 4: 0.08333333333333333}, 'edge_length_total': 31252.266000000003, 'edge_length_avg': 363.39844186046514, 'street_length_total': 15626.133, 'street_length_avg': 363.3984418604651, 'street_segments_count': 43, 'node_density_km': 5.143463139514126, 'intersection_density_km': 3.5718494024403658, 'edge_density_km': 4465.135505480294, 'street_density_km': 2232.567752740147, 'circuity_avg': 1.1083221634579377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1083221634579377\n", - "2926\n", - "5990493.217031756\n", - "error with entry 2926\n", - "2927\n", - "12980222.803482454\n", - "{'n': 440, 'm': 1117, 'k_avg': 5.077272727272727, 'intersection_count': 359, 'streets_per_node_avg': 2.7363636363636363, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 314, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18409090909090908, 2: 0.0, 3: 0.7136363636363636, 4: 0.1, 5: 0.0022727272727272726}, 'edge_length_total': 163218.32899999988, 'edge_length_avg': 146.12204923903303, 'street_length_total': 81646.97699999991, 'street_length_avg': 145.79817321428555, 'street_segments_count': 560, 'node_density_km': 33.897723225671655, 'intersection_density_km': 27.657460540945735, 'edge_density_km': 12574.38577681503, 'street_density_km': 6290.105973997219, 'circuity_avg': 1.04686038631506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04686038631506\n", - "2928\n", - "3993990.0451826025\n", - "{'n': 125, 'm': 336, 'k_avg': 5.376, 'intersection_count': 117, 'streets_per_node_avg': 3.144, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 85, 4: 30, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.064, 2: 0.0, 3: 0.68, 4: 0.24, 5: 0.016}, 'edge_length_total': 36192.13399999999, 'edge_length_avg': 107.7146845238095, 'street_length_total': 21009.311000000005, 'street_length_avg': 110.57532105263161, 'street_segments_count': 190, 'node_density_km': 31.29702342417458, 'intersection_density_km': 29.294013925027407, 'edge_density_km': 9061.64852455092, 'street_density_km': 5260.23118794215, 'circuity_avg': 1.0338343471654985, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338343471654985\n", - "2929\n", - "13989754.261391556\n", - "{'n': 1113, 'm': 2666, 'k_avg': 4.790655884995507, 'intersection_count': 846, 'streets_per_node_avg': 2.601976639712489, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 757, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2398921832884097, 2: 0.0, 3: 0.6801437556154537, 4: 0.07816711590296496, 5: 0.0017969451931716084}, 'edge_length_total': 242091.52700000015, 'edge_length_avg': 90.80702438109533, 'street_length_total': 128757.04299999999, 'street_length_avg': 90.4828130709768, 'street_segments_count': 1423, 'node_density_km': 79.55822376892061, 'intersection_density_km': 60.47282777044639, 'edge_density_km': 17304.91633209856, 'street_density_km': 9203.667240627612, 'circuity_avg': 1.1103412777461512, 'self_loop_proportion': 0.0007501875468867217, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1103412777461512\n", - "2930\n", - "5990647.911494164\n", - "{'n': 585, 'm': 1268, 'k_avg': 4.335042735042735, 'intersection_count': 355, 'streets_per_node_avg': 2.2341880341880342, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 343, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.39316239316239315, 2: 0.0, 3: 0.5863247863247864, 4: 0.020512820512820513}, 'edge_length_total': 112569.74600000006, 'edge_length_avg': 88.77740220820193, 'street_length_total': 56284.873000000014, 'street_length_avg': 88.77740220820192, 'street_segments_count': 634, 'node_density_km': 97.65220868306574, 'intersection_density_km': 59.259032619638184, 'edge_density_km': 18790.91338084053, 'street_density_km': 9395.456690420262, 'circuity_avg': 1.0457248061001492, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457248061001492\n", - "2931\n", - "9996903.316121152\n", - "{'n': 688, 'm': 1850, 'k_avg': 5.377906976744186, 'intersection_count': 576, 'streets_per_node_avg': 2.8430232558139537, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 466, 4: 104, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16279069767441862, 2: 0.0, 3: 0.6773255813953488, 4: 0.1511627906976744, 5: 0.00872093023255814}, 'edge_length_total': 163516.09199999977, 'edge_length_avg': 88.38707675675663, 'street_length_total': 83833.11799999996, 'street_length_avg': 87.2352944849115, 'street_segments_count': 961, 'node_density_km': 68.82131178467247, 'intersection_density_km': 57.61784242437696, 'edge_density_km': 16356.674344975543, 'street_density_km': 8385.908650812842, 'circuity_avg': 1.0700343398523868, 'self_loop_proportion': 0.001081081081081081, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700343398523868\n", - "2932\n", - "7987699.0440158285\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 518, 'm': 1519, 'k_avg': 5.864864864864865, 'intersection_count': 479, 'streets_per_node_avg': 3.081081081081081, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 360, 4: 118, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07528957528957529, 2: 0.0, 3: 0.694980694980695, 4: 0.2277992277992278, 5: 0.0019305019305019305}, 'edge_length_total': 126671.14899999977, 'edge_length_avg': 83.39114483212624, 'street_length_total': 64599.78900000004, 'street_length_avg': 82.1880267175573, 'street_segments_count': 786, 'node_density_km': 64.84971418497193, 'intersection_density_km': 59.96720674633505, 'edge_density_km': 15858.277621876407, 'street_density_km': 8087.40898274034, 'circuity_avg': 1.032553344996337, 'self_loop_proportion': 0.0013166556945358788, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032553344996337\n", - "2933\n", - "2995290.756957328\n", - "{'n': 113, 'm': 306, 'k_avg': 5.415929203539823, 'intersection_count': 99, 'streets_per_node_avg': 2.8761061946902653, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 85, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12389380530973451, 2: 0.0, 3: 0.7522123893805309, 4: 0.12389380530973451}, 'edge_length_total': 31501.448999999982, 'edge_length_avg': 102.94591176470583, 'street_length_total': 15933.385999999997, 'street_length_avg': 100.20997484276728, 'street_segments_count': 159, 'node_density_km': 37.725886789964754, 'intersection_density_km': 33.05188311687178, 'edge_density_km': 10516.99202383936, 'street_density_km': 5319.478906343445, 'circuity_avg': 1.0733937724624152, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733937724624152\n", - "2934\n", - "7997999.840183319\n", - "{'n': 39, 'm': 92, 'k_avg': 4.717948717948718, 'intersection_count': 27, 'streets_per_node_avg': 2.5641025641025643, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 20, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.5128205128205128, 4: 0.1794871794871795}, 'edge_length_total': 20283.394, 'edge_length_avg': 220.47167391304347, 'street_length_total': 10141.696999999998, 'street_length_avg': 220.47167391304345, 'street_segments_count': 46, 'node_density_km': 4.8762191522006955, 'intersection_density_km': 3.3758440284466356, 'edge_density_km': 2536.0583152418635, 'street_density_km': 1268.0291576209315, 'circuity_avg': 1.0155639772294438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0155639772294438\n", - "2935\n", - "8987852.739735449\n", - "{'n': 945, 'm': 2818, 'k_avg': 5.9640211640211644, 'intersection_count': 846, 'streets_per_node_avg': 3.0465608465608467, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 622, 4: 209, 5: 12, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10476190476190476, 2: 0.0, 3: 0.6582010582010582, 4: 0.22116402116402117, 5: 0.012698412698412698, 6: 0.0031746031746031746}, 'edge_length_total': 192161.1610000007, 'edge_length_avg': 68.19061781405277, 'street_length_total': 96819.77900000008, 'street_length_avg': 68.13496059113307, 'street_segments_count': 1421, 'node_density_km': 105.1419095711414, 'intersection_density_km': 94.12704285416469, 'edge_density_km': 21380.0967332779, 'street_density_km': 10772.292537900428, 'circuity_avg': 1.0670599715932148, 'self_loop_proportion': 0.0021291696238466998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670599715932148\n", - "2936\n", - "11984104.411918283\n", - "{'n': 812, 'm': 1746, 'k_avg': 4.300492610837439, 'intersection_count': 501, 'streets_per_node_avg': 2.2795566502463056, 'streets_per_node_counts': {0: 0, 1: 311, 2: 0, 3: 464, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3830049261083744, 2: 0.0, 3: 0.5714285714285714, 4: 0.04556650246305419}, 'edge_length_total': 188407.82899999982, 'edge_length_avg': 107.9082640320732, 'street_length_total': 98412.50299999995, 'street_length_avg': 109.10477050997777, 'street_segments_count': 902, 'node_density_km': 67.75641901054031, 'intersection_density_km': 41.80537675404027, 'edge_density_km': 15721.477594322927, 'street_density_km': 8211.919691064104, 'circuity_avg': 1.0678365621060102, 'self_loop_proportion': 0.001145475372279496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678365621060102\n", - "2937\n", - "6989394.577880673\n", - "{'n': 84, 'm': 181, 'k_avg': 4.309523809523809, 'intersection_count': 75, 'streets_per_node_avg': 2.9761904761904763, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 60, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10714285714285714, 2: 0.0, 3: 0.7142857142857143, 4: 0.16666666666666666, 5: 0.011904761904761904}, 'edge_length_total': 31810.61599999999, 'edge_length_avg': 175.74925966850824, 'street_length_total': 19779.66599999999, 'street_length_avg': 170.51436206896543, 'street_segments_count': 116, 'node_density_km': 12.01820831032128, 'intersection_density_km': 10.730543134215429, 'edge_density_km': 4551.269161519512, 'street_density_km': 2829.954122578323, 'circuity_avg': 1.0650867988316983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650867988316983\n", - "2938\n", - "10983718.402225662\n", - "{'n': 626, 'm': 1709, 'k_avg': 5.460063897763578, 'intersection_count': 544, 'streets_per_node_avg': 2.9584664536741214, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 406, 4: 138}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13099041533546327, 2: 0.0, 3: 0.6485623003194888, 4: 0.22044728434504793}, 'edge_length_total': 202793.99900000004, 'edge_length_avg': 118.66237507314221, 'street_length_total': 108589.13300000002, 'street_length_avg': 120.38706541019957, 'street_segments_count': 902, 'node_density_km': 56.99344949276484, 'intersection_density_km': 49.52785387230683, 'edge_density_km': 18463.146229141064, 'street_density_km': 9886.372631147962, 'circuity_avg': 1.0631043065231764, 'self_loop_proportion': 0.005851375073142188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631043065231764\n", - "2939\n", - "3999055.1476762877\n", - "{'n': 62, 'm': 174, 'k_avg': 5.612903225806452, 'intersection_count': 58, 'streets_per_node_avg': 3.129032258064516, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 42, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06451612903225806, 2: 0.0, 3: 0.6774193548387096, 4: 0.25806451612903225}, 'edge_length_total': 34771.40400000001, 'edge_length_avg': 199.83565517241385, 'street_length_total': 17385.701999999994, 'street_length_avg': 199.8356551724137, 'street_segments_count': 87, 'node_density_km': 15.503662167806326, 'intersection_density_km': 14.503425898915594, 'edge_density_km': 8694.90485026306, 'street_density_km': 4347.452425131527, 'circuity_avg': 1.0255287589201127, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255287589201127\n", - "2940\n", - "3994112.962833754\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 3, 'streets_per_node_avg': 2.142857142857143, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 1, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5714285714285714, 2: 0.0, 3: 0.14285714285714285, 4: 0.2857142857142857}, 'edge_length_total': 1933.8239999999998, 'edge_length_avg': 161.152, 'street_length_total': 966.912, 'street_length_avg': 161.15200000000002, 'street_segments_count': 6, 'node_density_km': 1.7525793749793248, 'intersection_density_km': 0.7511054464197107, 'edge_density_km': 484.16857960571684, 'street_density_km': 242.08428980285845, 'circuity_avg': 0.9999999479213519, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 0.9999999479213519\n", - "2941\n", - "3994193.3131596367\n", - "{'n': 157, 'm': 422, 'k_avg': 5.375796178343949, 'intersection_count': 132, 'streets_per_node_avg': 2.7579617834394905, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 120, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1592356687898089, 2: 0.0, 3: 0.7643312101910829, 4: 0.07643312101910828}, 'edge_length_total': 56269.065999999955, 'edge_length_avg': 133.33901895734587, 'street_length_total': 28134.533000000025, 'street_length_avg': 133.3390189573461, 'street_segments_count': 211, 'node_density_km': 39.30706094838559, 'intersection_density_km': 33.047974810107625, 'edge_density_km': 14087.717240577895, 'street_density_km': 7043.858620288959, 'circuity_avg': 1.2013631966501699, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2013631966501699\n", - "2942\n", - "3994188.3648920245\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 42, 'm': 128, 'k_avg': 6.095238095238095, 'intersection_count': 37, 'streets_per_node_avg': 3.1666666666666665, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 20, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11904761904761904, 2: 0.0, 3: 0.47619047619047616, 4: 0.40476190476190477}, 'edge_length_total': 32544.254000000004, 'edge_length_avg': 254.25198437500003, 'street_length_total': 16272.126999999999, 'street_length_avg': 254.25198437499998, 'street_segments_count': 64, 'node_density_km': 10.515277739319986, 'intersection_density_km': 9.263458960829512, 'edge_density_km': 8147.901657832749, 'street_density_km': 4073.9508289163737, 'circuity_avg': 1.0206506082264089, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0206506082264089\n", - "2943\n", - "4997572.043078435\n", - "{'n': 227, 'm': 576, 'k_avg': 5.07488986784141, 'intersection_count': 172, 'streets_per_node_avg': 2.616740088105727, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 150, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2422907488986784, 2: 0.0, 3: 0.6607929515418502, 4: 0.09251101321585903, 5: 0.004405286343612335}, 'edge_length_total': 70783.92999999998, 'edge_length_avg': 122.88876736111108, 'street_length_total': 35391.965000000004, 'street_length_avg': 122.88876736111112, 'street_segments_count': 288, 'node_density_km': 45.42205655932298, 'intersection_density_km': 34.416712459046494, 'edge_density_km': 14163.663753088802, 'street_density_km': 7081.831876544404, 'circuity_avg': 1.0412551627743118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412551627743118\n", - "2944\n", - "268572996.45825523\n", - "error with entry 2944\n", - "2945\n", - "18970269.441416338\n", - "{'n': 107, 'm': 246, 'k_avg': 4.598130841121495, 'intersection_count': 87, 'streets_per_node_avg': 2.794392523364486, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 69, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18691588785046728, 2: 0.0, 3: 0.6448598130841121, 4: 0.16822429906542055}, 'edge_length_total': 78000.47100000003, 'edge_length_avg': 317.0750853658538, 'street_length_total': 42334.28500000001, 'street_length_avg': 311.2815073529413, 'street_segments_count': 136, 'node_density_km': 5.640404862484193, 'intersection_density_km': 4.586123579776867, 'edge_density_km': 4111.72183088278, 'street_density_km': 2231.6122146148755, 'circuity_avg': 1.1046862845704108, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1046862845704108\n", - "2946\n", - "38991995.13616809\n", - "{'n': 1766, 'm': 4953, 'k_avg': 5.609286523216308, 'intersection_count': 1626, 'streets_per_node_avg': 3.014722536806342, 'streets_per_node_counts': {0: 0, 1: 140, 2: 0, 3: 1327, 4: 292, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07927519818799547, 2: 0.0, 3: 0.7514156285390714, 4: 0.16534541336353342, 5: 0.003963759909399773}, 'edge_length_total': 434755.393999999, 'edge_length_avg': 87.77617484352896, 'street_length_total': 233049.6880000004, 'street_length_avg': 88.54471428571443, 'street_segments_count': 2632, 'node_density_km': 45.29134746331301, 'intersection_density_km': 41.70086691695751, 'edge_density_km': 11149.86274700085, 'street_density_km': 5976.859793558724, 'circuity_avg': 1.0253106666477754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253106666477754\n", - "2947\n", - "9998822.938136244\n", - "{'n': 49, 'm': 118, 'k_avg': 4.816326530612245, 'intersection_count': 34, 'streets_per_node_avg': 2.5510204081632653, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 26, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30612244897959184, 2: 0.0, 3: 0.5306122448979592, 4: 0.16326530612244897}, 'edge_length_total': 44023.97400000002, 'edge_length_avg': 373.08452542372896, 'street_length_total': 22011.987, 'street_length_avg': 373.08452542372885, 'street_segments_count': 59, 'node_density_km': 4.900576828209489, 'intersection_density_km': 3.4004002481453597, 'edge_density_km': 4402.915650410145, 'street_density_km': 2201.4578252050715, 'circuity_avg': 1.2169172744158394, 'self_loop_proportion': 0.01694915254237288, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2169172744158394\n", - "2948\n", - "14988952.904291015\n", - "{'n': 924, 'm': 2419, 'k_avg': 5.235930735930736, 'intersection_count': 791, 'streets_per_node_avg': 2.854978354978355, 'streets_per_node_counts': {0: 0, 1: 133, 2: 4, 3: 656, 4: 126, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14393939393939395, 2: 0.004329004329004329, 3: 0.70995670995671, 4: 0.13636363636363635, 5: 0.005411255411255411}, 'edge_length_total': 238366.27999999947, 'edge_length_avg': 98.53918147995017, 'street_length_total': 126726.03199999993, 'street_length_avg': 98.23723410852708, 'street_segments_count': 1290, 'node_density_km': 61.64540017571732, 'intersection_density_km': 52.77219863527316, 'edge_density_km': 15902.797314931875, 'street_density_km': 8454.628739524627, 'circuity_avg': 1.097857733365961, 'self_loop_proportion': 0.00413393964448119, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097857733365961\n", - "2949\n", - "13984899.247670509\n", - "{'n': 482, 'm': 1091, 'k_avg': 4.526970954356846, 'intersection_count': 302, 'streets_per_node_avg': 2.336099585062241, 'streets_per_node_counts': {0: 0, 1: 180, 2: 2, 3: 258, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37344398340248963, 2: 0.004149377593360996, 3: 0.5352697095435685, 4: 0.08713692946058091}, 'edge_length_total': 128017.3989999999, 'edge_length_avg': 117.33950412465619, 'street_length_total': 64015.87100000005, 'street_length_avg': 117.24518498168507, 'street_segments_count': 546, 'node_density_km': 34.465747050718846, 'intersection_density_km': 21.59472118115579, 'edge_density_km': 9153.973634906522, 'street_density_km': 4577.4996205756215, 'circuity_avg': 1.028317523928506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028317523928506\n", - "2950\n", - "20991250.282609053\n", - "{'n': 480, 'm': 1174, 'k_avg': 4.891666666666667, 'intersection_count': 347, 'streets_per_node_avg': 2.5375, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 303, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27708333333333335, 2: 0.0, 3: 0.63125, 4: 0.09166666666666666}, 'edge_length_total': 194685.4569999998, 'edge_length_avg': 165.8308833049402, 'street_length_total': 98276.84500000009, 'street_length_avg': 163.79474166666682, 'street_segments_count': 600, 'node_density_km': 22.866670328716584, 'intersection_density_km': 16.530697091801365, 'edge_density_km': 9274.600339613591, 'street_density_km': 4681.8004490862095, 'circuity_avg': 1.0493760188040133, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493760188040133\n", - "2951\n", - "3998820.894681024\n", - "{'n': 64, 'm': 168, 'k_avg': 5.25, 'intersection_count': 51, 'streets_per_node_avg': 2.671875, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 46, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.203125, 2: 0.0, 3: 0.71875, 4: 0.078125}, 'edge_length_total': 37300.99600000001, 'edge_length_avg': 222.02973809523814, 'street_length_total': 18650.498, 'street_length_avg': 222.0297380952381, 'street_segments_count': 84, 'node_density_km': 16.004717811975205, 'intersection_density_km': 12.75375950641774, 'edge_density_km': 9327.998673212749, 'street_density_km': 4663.999336606374, 'circuity_avg': 1.0388494710516956, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388494710516956\n", - "2952\n", - "6988863.530587743\n", - "{'n': 438, 'm': 1135, 'k_avg': 5.1826484018264845, 'intersection_count': 341, 'streets_per_node_avg': 2.671232876712329, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 292, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22146118721461186, 2: 0.0, 3: 0.6666666666666666, 4: 0.1095890410958904, 5: 0.00228310502283105}, 'edge_length_total': 104428.79399999998, 'edge_length_avg': 92.00774801762113, 'street_length_total': 52760.346, 'street_length_avg': 91.12322279792745, 'street_segments_count': 579, 'node_density_km': 62.67113359461542, 'intersection_density_km': 48.79190994466634, 'edge_density_km': 14942.171004334637, 'street_density_km': 7549.20249466697, 'circuity_avg': 1.0682922909294519, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682922909294519\n", - "2953\n", - "14975796.557236498\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 866, 'm': 2046, 'k_avg': 4.725173210161663, 'intersection_count': 637, 'streets_per_node_avg': 2.566974595842956, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 561, 4: 71, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2644341801385681, 2: 0.0, 3: 0.6478060046189377, 4: 0.08198614318706697, 5: 0.003464203233256351, 6: 0.0023094688221709007}, 'edge_length_total': 213611.36699999968, 'edge_length_avg': 104.40438269794706, 'street_length_total': 112896.87700000012, 'street_length_avg': 102.44725680580774, 'street_segments_count': 1102, 'node_density_km': 57.82664025183606, 'intersection_density_km': 42.53530004667387, 'edge_density_km': 14263.773294701972, 'street_density_km': 7538.62250789237, 'circuity_avg': 1.0948033772005241, 'self_loop_proportion': 0.006842619745845552, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948033772005241\n", - "2954\n", - "6991615.230601952\n", - "{'n': 264, 'm': 695, 'k_avg': 5.265151515151516, 'intersection_count': 221, 'streets_per_node_avg': 2.8106060606060606, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 187, 4: 33, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16287878787878787, 2: 0.0, 3: 0.7083333333333334, 4: 0.125, 5: 0.0, 6: 0.003787878787878788}, 'edge_length_total': 76560.05300000001, 'edge_length_avg': 110.1583496402878, 'street_length_total': 38842.168, 'street_length_avg': 107.59603324099723, 'street_segments_count': 361, 'node_density_km': 37.759514975092614, 'intersection_density_km': 31.60929094505859, 'edge_density_km': 10950.266923285548, 'street_density_km': 5555.535697958572, 'circuity_avg': 1.0451797943996883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0451797943996883\n", - "2955\n", - "17993563.451342165\n", - "{'n': 450, 'm': 1234, 'k_avg': 5.484444444444445, 'intersection_count': 372, 'streets_per_node_avg': 2.8044444444444445, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 304, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17333333333333334, 2: 0.0, 3: 0.6755555555555556, 4: 0.1511111111111111}, 'edge_length_total': 223764.65000000046, 'edge_length_avg': 181.33277957860653, 'street_length_total': 111882.32499999997, 'street_length_avg': 181.3327795786061, 'street_segments_count': 617, 'node_density_km': 25.0089428487515, 'intersection_density_km': 20.674059421634574, 'edge_density_km': 12435.816318713098, 'street_density_km': 6217.908159356534, 'circuity_avg': 1.0304746291055713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304746291055713\n", - "2956\n", - "3993966.280699675\n", - "{'n': 41, 'm': 88, 'k_avg': 4.2926829268292686, 'intersection_count': 28, 'streets_per_node_avg': 2.4146341463414633, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 26, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3170731707317073, 2: 0.0, 3: 0.6341463414634146, 4: 0.04878048780487805}, 'edge_length_total': 17894.267999999996, 'edge_length_avg': 203.3439545454545, 'street_length_total': 8947.134, 'street_length_avg': 203.34395454545455, 'street_segments_count': 44, 'node_density_km': 10.26548476338601, 'intersection_density_km': 7.0105749603611764, 'edge_density_km': 4480.3252562425805, 'street_density_km': 2240.1626281212907, 'circuity_avg': 1.1774804981352658, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1774804981352658\n", - "2957\n", - "5998878.022468758\n", - "{'n': 54, 'm': 158, 'k_avg': 5.851851851851852, 'intersection_count': 52, 'streets_per_node_avg': 3.037037037037037, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 46, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.037037037037037035, 2: 0.0, 3: 0.8518518518518519, 4: 0.1111111111111111}, 'edge_length_total': 18777.82, 'edge_length_avg': 118.84696202531646, 'street_length_total': 9388.910000000002, 'street_length_avg': 118.84696202531647, 'street_segments_count': 79, 'node_density_km': 9.00168328106412, 'intersection_density_km': 8.66828760398767, 'edge_density_km': 3130.2220064598414, 'street_density_km': 1565.111003229921, 'circuity_avg': 1.084223604103876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084223604103876\n", - "2958\n", - "17990634.400149103\n", - "{'n': 19, 'm': 40, 'k_avg': 4.2105263157894735, 'intersection_count': 13, 'streets_per_node_avg': 2.473684210526316, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 11, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.5789473684210527, 4: 0.10526315789473684}, 'edge_length_total': 27762.42399999999, 'edge_length_avg': 694.0605999999998, 'street_length_total': 13881.212000000001, 'street_length_avg': 694.0606, 'street_segments_count': 20, 'node_density_km': 1.056105058743372, 'intersection_density_km': 0.7225981980875703, 'edge_density_km': 1543.159812072547, 'street_density_km': 771.5799060362738, 'circuity_avg': 1.0538245918167999, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538245918167999\n", - "2959\n", - "3997027.4334278945\n", - "{'n': 78, 'm': 186, 'k_avg': 4.769230769230769, 'intersection_count': 52, 'streets_per_node_avg': 2.423076923076923, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 45, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5769230769230769, 4: 0.08974358974358974}, 'edge_length_total': 37511.44200000001, 'edge_length_avg': 201.67441935483876, 'street_length_total': 18755.72100000001, 'street_length_avg': 201.6744193548388, 'street_segments_count': 93, 'node_density_km': 19.514502039108184, 'intersection_density_km': 13.009668026072124, 'edge_density_km': 9384.834761524213, 'street_density_km': 4692.417380762107, 'circuity_avg': 1.0168630383131232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0168630383131232\n", - "2960\n", - "6990378.24330512\n", - "{'n': 487, 'm': 1118, 'k_avg': 4.591375770020534, 'intersection_count': 317, 'streets_per_node_avg': 2.3367556468172483, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 301, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3490759753593429, 2: 0.0, 3: 0.6180698151950719, 4: 0.030800821355236138, 5: 0.002053388090349076}, 'edge_length_total': 103219.99600000014, 'edge_length_avg': 92.32557781753144, 'street_length_total': 51609.997999999985, 'street_length_avg': 92.32557781753128, 'street_segments_count': 559, 'node_density_km': 69.6671886770095, 'intersection_density_km': 45.348046839039036, 'edge_density_km': 14766.010136698513, 'street_density_km': 7383.0050683492445, 'circuity_avg': 1.1596904900809264, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1596904900809264\n", - "2961\n", - "3996324.7727656835\n", - "{'n': 141, 'm': 327, 'k_avg': 4.638297872340425, 'intersection_count': 101, 'streets_per_node_avg': 2.4680851063829787, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 96, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28368794326241137, 2: 0.0, 3: 0.6808510638297872, 4: 0.03546099290780142}, 'edge_length_total': 45028.885999999984, 'edge_length_avg': 137.70301529051983, 'street_length_total': 22666.916000000005, 'street_length_avg': 138.21290243902442, 'street_segments_count': 164, 'node_density_km': 35.28241772562944, 'intersection_density_km': 25.27322120772038, 'edge_density_km': 11267.574223913098, 'street_density_km': 5671.940417473431, 'circuity_avg': 1.1510555664855346, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1510555664855346\n", - "2962\n", - "7990038.386599997\n", - "{'n': 185, 'm': 466, 'k_avg': 5.037837837837838, 'intersection_count': 144, 'streets_per_node_avg': 2.627027027027027, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 131, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22162162162162163, 2: 0.0, 3: 0.7081081081081081, 4: 0.07027027027027027}, 'edge_length_total': 59251.632000000005, 'edge_length_avg': 127.14942489270388, 'street_length_total': 29680.174999999996, 'street_length_avg': 126.83835470085468, 'street_segments_count': 234, 'node_density_km': 23.15383118937969, 'intersection_density_km': 18.022441574436083, 'edge_density_km': 7415.688027152692, 'street_density_km': 3714.6473601148505, 'circuity_avg': 1.0872526810874361, 'self_loop_proportion': 0.004291845493562232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872526810874361\n", - "2963\n", - "7988953.507193679\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 412, 'm': 1165, 'k_avg': 5.655339805825243, 'intersection_count': 376, 'streets_per_node_avg': 3.1262135922330097, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 255, 4: 118, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08737864077669903, 2: 0.0, 3: 0.6189320388349514, 4: 0.28640776699029125, 5: 0.007281553398058253}, 'edge_length_total': 103072.63799999993, 'edge_length_avg': 88.47436738197419, 'street_length_total': 56989.096000000034, 'street_length_avg': 90.89170015948969, 'street_segments_count': 627, 'node_density_km': 51.57121012520768, 'intersection_density_km': 47.06498788125749, 'edge_density_km': 12901.894836061801, 'street_density_km': 7133.487001605908, 'circuity_avg': 1.0225285867870306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0225285867870306\n", - "2964\n", - "125916074.72088352\n", - "error with entry 2964\n", - "2965\n", - "14982311.075794416\n", - "{'n': 31, 'm': 66, 'k_avg': 4.258064516129032, 'intersection_count': 21, 'streets_per_node_avg': 2.4838709677419355, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 17, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3225806451612903, 2: 0.0, 3: 0.5483870967741935, 4: 0.12903225806451613}, 'edge_length_total': 45111.73599999999, 'edge_length_avg': 683.5111515151514, 'street_length_total': 22555.868, 'street_length_avg': 683.5111515151515, 'street_segments_count': 33, 'node_density_km': 2.0691066847546598, 'intersection_density_km': 1.401652915478963, 'edge_density_km': 3010.9998231770132, 'street_density_km': 1505.4999115885068, 'circuity_avg': 1.2168596039734234, 'self_loop_proportion': 0.030303030303030304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2168596039734234\n", - "2966\n", - "8993298.769556453\n", - "{'n': 162, 'm': 428, 'k_avg': 5.283950617283951, 'intersection_count': 145, 'streets_per_node_avg': 2.9876543209876543, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 114, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10493827160493827, 2: 0.0, 3: 0.7037037037037037, 4: 0.18518518518518517, 5: 0.006172839506172839}, 'edge_length_total': 52552.181000000004, 'edge_length_avg': 122.78546962616824, 'street_length_total': 29626.904000000006, 'street_length_avg': 128.2549956709957, 'street_segments_count': 231, 'node_density_km': 18.013412447542848, 'intersection_density_km': 16.123116079590822, 'edge_density_km': 5843.482168956326, 'street_density_km': 3294.331119109612, 'circuity_avg': 1.0383821713691999, 'self_loop_proportion': 0.004672897196261682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383821713691999\n", - "2967\n", - "4995845.738984524\n", - "{'n': 239, 'm': 588, 'k_avg': 4.920502092050209, 'intersection_count': 176, 'streets_per_node_avg': 2.5481171548117154, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 158, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26359832635983266, 2: 0.0, 3: 0.6610878661087866, 4: 0.07531380753138076}, 'edge_length_total': 68063.15999999983, 'edge_length_avg': 115.75367346938746, 'street_length_total': 34031.57999999998, 'street_length_avg': 115.75367346938769, 'street_segments_count': 294, 'node_density_km': 47.83974775982176, 'intersection_density_km': 35.229270316856194, 'edge_density_km': 13623.951490110385, 'street_density_km': 6811.975745055206, 'circuity_avg': 1.1629560888855808, 'self_loop_proportion': 0.003401360544217687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1629560888855808\n", - "2968\n", - "3993649.607418658\n", - "{'n': 115, 'm': 272, 'k_avg': 4.730434782608696, 'intersection_count': 89, 'streets_per_node_avg': 2.6695652173913045, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 75, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22608695652173913, 2: 0.0, 3: 0.6521739130434783, 4: 0.12173913043478261}, 'edge_length_total': 35281.51799999999, 'edge_length_avg': 129.71146323529408, 'street_length_total': 18843.896999999997, 'street_length_avg': 128.18977551020407, 'street_segments_count': 147, 'node_density_km': 28.79571602535546, 'intersection_density_km': 22.285380228318576, 'edge_density_km': 8834.404984969276, 'street_density_km': 4718.465276722153, 'circuity_avg': 1.0805621152408877, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805621152408877\n", - "2969\n", - "4992798.16680981\n", - "{'n': 115, 'm': 329, 'k_avg': 5.721739130434782, 'intersection_count': 104, 'streets_per_node_avg': 3.017391304347826, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 80, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09565217391304348, 2: 0.0, 3: 0.6956521739130435, 4: 0.20869565217391303}, 'edge_length_total': 52026.187000000005, 'edge_length_avg': 158.13430699088147, 'street_length_total': 26486.858000000007, 'street_length_avg': 158.60394011976052, 'street_segments_count': 167, 'node_density_km': 23.03317621859331, 'intersection_density_km': 20.830002841162646, 'edge_density_km': 10420.246375239032, 'street_density_km': 5305.012763398767, 'circuity_avg': 1.0507831773652034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507831773652034\n", - "2970\n", - "11995448.03395328\n", - "{'n': 333, 'm': 908, 'k_avg': 5.453453453453453, 'intersection_count': 280, 'streets_per_node_avg': 2.873873873873874, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 217, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15915915915915915, 2: 0.0, 3: 0.6516516516516516, 4: 0.18618618618618618, 5: 0.003003003003003003}, 'edge_length_total': 140275.27400000012, 'edge_length_avg': 154.48818722466973, 'street_length_total': 70137.63700000002, 'street_length_avg': 154.48818722466964, 'street_segments_count': 454, 'node_density_km': 27.760530415991045, 'intersection_density_km': 23.34218773716965, 'edge_density_km': 11694.042073538983, 'street_density_km': 5847.021036769488, 'circuity_avg': 1.0217984053874607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0217984053874607\n", - "2971\n", - "4992301.447758461\n", - "{'n': 104, 'm': 272, 'k_avg': 5.230769230769231, 'intersection_count': 90, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 75, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1346153846153846, 2: 0.0, 3: 0.7211538461538461, 4: 0.14423076923076922}, 'edge_length_total': 45477.43300000005, 'edge_length_avg': 167.19644485294134, 'street_length_total': 22934.48, 'street_length_avg': 163.8177142857143, 'street_segments_count': 140, 'node_density_km': 20.832075364098035, 'intersection_density_km': 18.027757526623297, 'edge_density_km': 9109.512611747306, 'street_density_km': 4593.969382657683, 'circuity_avg': 1.0901276263703898, 'self_loop_proportion': 0.007352941176470588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901276263703898\n", - "2972\n", - "3995466.7147037364\n", - "{'n': 115, 'm': 300, 'k_avg': 5.217391304347826, 'intersection_count': 88, 'streets_per_node_avg': 2.747826086956522, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 63, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23478260869565218, 2: 0.0, 3: 0.5478260869565217, 4: 0.21739130434782608}, 'edge_length_total': 45525.09199999995, 'edge_length_avg': 151.75030666666652, 'street_length_total': 22762.545999999995, 'street_length_avg': 151.75030666666663, 'street_segments_count': 150, 'node_density_km': 28.78261995695971, 'intersection_density_km': 22.02496135836917, 'edge_density_km': 11394.186274275004, 'street_density_km': 5697.093137137506, 'circuity_avg': 1.021795575416039, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.021795575416039\n", - "2973\n", - "24985901.23175989\n", - "{'n': 197, 'm': 524, 'k_avg': 5.319796954314721, 'intersection_count': 159, 'streets_per_node_avg': 2.7918781725888326, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 125, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19289340101522842, 2: 0.0, 3: 0.6345177664974619, 4: 0.16751269035532995, 5: 0.005076142131979695}, 'edge_length_total': 117254.5040000003, 'edge_length_avg': 223.76813740458073, 'street_length_total': 58929.479999999974, 'street_length_avg': 223.2177272727272, 'street_segments_count': 264, 'node_density_km': 7.884446439321983, 'intersection_density_km': 6.363588750518757, 'edge_density_km': 4692.826683031815, 'street_density_km': 2358.509283030943, 'circuity_avg': 1.0272469036487963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0272469036487963\n", - "2974\n", - "4996703.306004496\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 8438.94, 'edge_length_avg': 1406.49, 'street_length_total': 4219.470000000001, 'street_length_avg': 1406.4900000000005, 'street_segments_count': 3, 'node_density_km': 0.8005278190508597, 'intersection_density_km': 0.40026390952542984, 'edge_density_km': 1688.9015583252656, 'street_density_km': 844.450779162633, 'circuity_avg': 1.2799522282535691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2799522282535691\n", - "2975\n", - "408643917.6636574\n", - "{'n': 6143, 'm': 15539, 'k_avg': 5.0590916490314175, 'intersection_count': 4479, 'streets_per_node_avg': 2.576591242064138, 'streets_per_node_counts': {0: 0, 1: 1664, 2: 1, 3: 3753, 4: 722, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.270877421455315, 2: 0.00016278691193228064, 3: 0.6109392804818493, 4: 0.11753215041510663, 5: 0.0004883607357968419}, 'edge_length_total': 3418277.1899999715, 'edge_length_avg': 219.98051290301638, 'street_length_total': 1718417.1629999967, 'street_length_avg': 219.97147503840202, 'street_segments_count': 7812, 'node_density_km': 15.032647580126518, 'intersection_density_km': 10.960642765975367, 'edge_density_km': 8364.928590013797, 'street_density_km': 4205.170048350932, 'circuity_avg': 1.0553460958454102, 'self_loop_proportion': 0.0011583756998519853, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553460958454102\n", - "2976\n", - "38965598.52517641\n", - "{'n': 1056, 'm': 2784, 'k_avg': 5.2727272727272725, 'intersection_count': 828, 'streets_per_node_avg': 2.711174242424242, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 680, 4: 145, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159090909090909, 2: 0.0, 3: 0.6439393939393939, 4: 0.13731060606060605, 5: 0.002840909090909091}, 'edge_length_total': 476844.92300000094, 'edge_length_avg': 171.28050395114977, 'street_length_total': 241858.71099999992, 'street_length_avg': 169.84460042134825, 'street_segments_count': 1424, 'node_density_km': 27.100828422222193, 'intersection_density_km': 21.249513194696945, 'edge_density_km': 12237.587539991267, 'street_density_km': 6206.980520104944, 'circuity_avg': 1.0360602281699767, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360602281699767\n", - "2977\n", - "7988567.532319461\n", - "{'n': 434, 'm': 1132, 'k_avg': 5.216589861751152, 'intersection_count': 341, 'streets_per_node_avg': 2.7235023041474653, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 279, 4: 58, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6428571428571429, 4: 0.1336405529953917, 5: 0.009216589861751152}, 'edge_length_total': 110799.59300000004, 'edge_length_avg': 97.8794991166078, 'street_length_total': 58324.79999999999, 'street_length_avg': 100.38691910499138, 'street_segments_count': 581, 'node_density_km': 54.32763736979878, 'intersection_density_km': 42.686000790556186, 'edge_density_km': 13869.769836924648, 'street_density_km': 7301.0336038388, 'circuity_avg': 1.0578246586268516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578246586268516\n", - "2978\n", - "13983381.90871372\n", - "{'n': 994, 'm': 2119, 'k_avg': 4.2635814889336014, 'intersection_count': 570, 'streets_per_node_avg': 2.1971830985915495, 'streets_per_node_counts': {0: 0, 1: 424, 2: 0, 3: 520, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42655935613682094, 2: 0.0, 3: 0.5231388329979879, 4: 0.05030181086519115}, 'edge_length_total': 206702.54299999934, 'edge_length_avg': 97.54721236432248, 'street_length_total': 103420.41900000002, 'street_length_avg': 97.38269209039551, 'street_segments_count': 1062, 'node_density_km': 71.08437761973666, 'intersection_density_km': 40.762671270875146, 'edge_density_km': 14782.013703794573, 'street_density_km': 7395.9518287599485, 'circuity_avg': 1.0339361325842127, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0339361325842127\n", - "2979\n", - "16971781.508467425\n", - "{'n': 1070, 'm': 2453, 'k_avg': 4.585046728971963, 'intersection_count': 714, 'streets_per_node_avg': 2.3878504672897196, 'streets_per_node_counts': {0: 0, 1: 356, 2: 0, 3: 659, 4: 53, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33271028037383177, 2: 0.0, 3: 0.6158878504672897, 4: 0.04953271028037383, 5: 0.001869158878504673}, 'edge_length_total': 272998.50999999925, 'edge_length_avg': 111.29168772931074, 'street_length_total': 137241.30699999977, 'street_length_avg': 109.79304559999981, 'street_segments_count': 1250, 'node_density_km': 63.04582694905447, 'intersection_density_km': 42.069832188434475, 'edge_density_km': 16085.436279261374, 'street_density_km': 8086.4408330691995, 'circuity_avg': 1.0688222531925116, 'self_loop_proportion': 0.0008153281695882593, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688222531925116\n", - "2980\n", - "14994290.478947166\n", - "{'n': 8, 'm': 18, 'k_avg': 4.5, 'intersection_count': 8, 'streets_per_node_avg': 3.125, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.875, 4: 0.125}, 'edge_length_total': 21091.626000000004, 'edge_length_avg': 1171.7570000000003, 'street_length_total': 10545.813000000002, 'street_length_avg': 1171.7570000000003, 'street_segments_count': 9, 'node_density_km': 0.5335364158265744, 'intersection_density_km': 0.5335364158265744, 'edge_density_km': 1406.6438174993236, 'street_density_km': 703.3219087496618, 'circuity_avg': 1.0491444847503058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491444847503058\n", - "2981\n", - "10987112.826461988\n", - "{'n': 162, 'm': 362, 'k_avg': 4.469135802469136, 'intersection_count': 107, 'streets_per_node_avg': 2.345679012345679, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 103, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3395061728395062, 2: 0.0, 3: 0.6358024691358025, 4: 0.024691358024691357}, 'edge_length_total': 57107.75199999999, 'edge_length_avg': 157.75622099447511, 'street_length_total': 28553.875999999997, 'street_length_avg': 157.75622099447511, 'street_segments_count': 181, 'node_density_km': 14.744546866746465, 'intersection_density_km': 9.73868218976464, 'edge_density_km': 5197.70324579342, 'street_density_km': 2598.85162289671, 'circuity_avg': 1.0476069657483793, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476069657483793\n", - "2982\n", - "16981499.654530153\n", - "{'n': 577, 'm': 1623, 'k_avg': 5.625649913344887, 'intersection_count': 526, 'streets_per_node_avg': 3.072790294627383, 'streets_per_node_counts': {0: 0, 1: 51, 2: 2, 3: 384, 4: 135, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08838821490467938, 2: 0.0034662045060658577, 3: 0.6655112651646448, 4: 0.2339688041594454, 5: 0.006932409012131715, 6: 0.0017331022530329288}, 'edge_length_total': 146059.80900000012, 'edge_length_avg': 89.99372088724591, 'street_length_total': 79387.84399999992, 'street_length_avg': 90.52205701254267, 'street_segments_count': 877, 'node_density_km': 33.97815338682845, 'intersection_density_km': 30.974885063209303, 'edge_density_km': 8601.113680854196, 'street_density_km': 4674.960728737619, 'circuity_avg': 1.0613814643098294, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613814643098294\n", - "2983\n", - "7989299.871697943\n", - "{'n': 299, 'm': 720, 'k_avg': 4.816053511705686, 'intersection_count': 217, 'streets_per_node_avg': 2.5016722408026757, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 202, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27424749163879597, 2: 0.0, 3: 0.6755852842809364, 4: 0.05016722408026756}, 'edge_length_total': 93937.28400000006, 'edge_length_avg': 130.46845000000008, 'street_length_total': 46968.642000000014, 'street_length_avg': 130.46845000000005, 'street_segments_count': 360, 'node_density_km': 37.425056613434435, 'intersection_density_km': 27.16132871276011, 'edge_density_km': 11757.886862248399, 'street_density_km': 5878.943431124198, 'circuity_avg': 1.0801929474928011, 'self_loop_proportion': 0.002777777777777778, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801929474928011\n", - "2984\n", - "11997056.251600042\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8, 4: 0.2}, 'edge_length_total': 13571.068000000001, 'edge_length_avg': 1696.3835000000001, 'street_length_total': 6785.534, 'street_length_avg': 1696.3835, 'street_segments_count': 4, 'node_density_km': 0.416768905233161, 'intersection_density_km': 0.416768905233161, 'edge_density_km': 1131.1998306409569, 'street_density_km': 565.5999153204783, 'circuity_avg': 1.0425092698910505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425092698910505\n", - "2985\n", - "5993961.662220875\n", - "{'n': 148, 'm': 346, 'k_avg': 4.675675675675675, 'intersection_count': 104, 'streets_per_node_avg': 2.439189189189189, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 99, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2972972972972973, 2: 0.0, 3: 0.668918918918919, 4: 0.033783783783783786}, 'edge_length_total': 50560.89600000004, 'edge_length_avg': 146.12975722543362, 'street_length_total': 25280.44800000002, 'street_length_avg': 146.12975722543362, 'street_segments_count': 173, 'node_density_km': 24.691515952266407, 'intersection_density_km': 17.350794993484502, 'edge_density_km': 8435.305203681646, 'street_density_km': 4217.652601840823, 'circuity_avg': 1.1571975049668628, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1571975049668628\n", - "2986\n", - "7989435.750520386\n", - "{'n': 381, 'm': 973, 'k_avg': 5.107611548556431, 'intersection_count': 305, 'streets_per_node_avg': 2.732283464566929, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 256, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1994750656167979, 2: 0.0, 3: 0.6719160104986877, 4: 0.12598425196850394, 5: 0.0026246719160104987}, 'edge_length_total': 96029.43100000001, 'edge_length_avg': 98.69417368961975, 'street_length_total': 48608.359000000106, 'street_length_avg': 98.19870505050527, 'street_segments_count': 495, 'node_density_km': 47.687973456095925, 'intersection_density_km': 38.17541182180908, 'edge_density_km': 12019.551067013113, 'street_density_km': 6084.0790911716185, 'circuity_avg': 1.0766754980355937, 'self_loop_proportion': 0.0041109969167523125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766754980355937\n", - "2987\n", - "6989696.158303429\n", - "{'n': 470, 'm': 1173, 'k_avg': 4.991489361702127, 'intersection_count': 361, 'streets_per_node_avg': 2.6148936170212767, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 324, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23191489361702128, 2: 0.0, 3: 0.6893617021276596, 4: 0.07872340425531915}, 'edge_length_total': 119532.6019999999, 'edge_length_avg': 101.9033265132139, 'street_length_total': 59898.939, 'street_length_avg': 101.1806402027027, 'street_segments_count': 592, 'node_density_km': 67.24183560420751, 'intersection_density_km': 51.647452453444494, 'edge_density_km': 17101.258666015234, 'street_density_km': 8569.605551286071, 'circuity_avg': 1.0294161151569454, 'self_loop_proportion': 0.0017050298380221654, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294161151569454\n", - "2988\n", - "14993953.772584004\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3003.988, 'edge_length_avg': 1501.994, 'street_length_total': 1501.994, 'street_length_avg': 1501.994, 'street_segments_count': 1, 'node_density_km': 0.13338709924909467, 'intersection_density_km': 0.13338709924909467, 'edge_density_km': 200.34662274954468, 'street_density_km': 100.17331137477234, 'circuity_avg': 1.0043433780284452, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0043433780284452\n", - "2989\n", - "14978257.661141431\n", - "{'n': 948, 'm': 2326, 'k_avg': 4.9071729957805905, 'intersection_count': 711, 'streets_per_node_avg': 2.6434599156118144, 'streets_per_node_counts': {0: 0, 1: 237, 2: 1, 3: 574, 4: 135, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0010548523206751054, 3: 0.6054852320675106, 4: 0.14240506329113925, 5: 0.0010548523206751054}, 'edge_length_total': 200892.5639999995, 'edge_length_avg': 86.36825623387769, 'street_length_total': 106352.92099999981, 'street_length_avg': 85.42403293172676, 'street_segments_count': 1245, 'node_density_km': 63.29174069821395, 'intersection_density_km': 47.468805523660464, 'edge_density_km': 13412.278553678607, 'street_density_km': 7100.486812689474, 'circuity_avg': 1.0535738907830154, 'self_loop_proportion': 0.0017196904557179708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535738907830154\n", - "2990\n", - "11979865.934088146\n", - "{'n': 360, 'm': 874, 'k_avg': 4.855555555555555, 'intersection_count': 261, 'streets_per_node_avg': 2.513888888888889, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 238, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.275, 2: 0.0, 3: 0.6611111111111111, 4: 0.06388888888888888}, 'edge_length_total': 138731.90799999997, 'edge_length_avg': 158.73216018306633, 'street_length_total': 69365.95400000003, 'street_length_avg': 158.7321601830664, 'street_segments_count': 437, 'node_density_km': 30.050419761012257, 'intersection_density_km': 21.78655432673389, 'edge_density_km': 11580.422415683704, 'street_density_km': 5790.211207841856, 'circuity_avg': 1.097459320665596, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.097459320665596\n", - "2991\n", - "23960745.657586727\n", - "{'n': 479, 'm': 1244, 'k_avg': 5.1941544885177455, 'intersection_count': 378, 'streets_per_node_avg': 2.6910229645093944, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 324, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21085594989561587, 2: 0.0, 3: 0.6764091858037579, 4: 0.1127348643006263}, 'edge_length_total': 220128.75800000055, 'edge_length_avg': 176.95237781350528, 'street_length_total': 110064.37899999999, 'street_length_avg': 176.9523778135048, 'street_segments_count': 622, 'node_density_km': 19.991030615039875, 'intersection_density_km': 15.775802865313304, 'edge_density_km': 9187.057913212348, 'street_density_km': 4593.528956606162, 'circuity_avg': 1.0497154620723612, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497154620723612\n", - "2992\n", - "12978636.535947617\n", - "{'n': 1290, 'm': 3731, 'k_avg': 5.7844961240310075, 'intersection_count': 1193, 'streets_per_node_avg': 3.0488372093023255, 'streets_per_node_counts': {0: 0, 1: 97, 2: 1, 3: 945, 4: 236, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07519379844961241, 2: 0.0007751937984496124, 3: 0.7325581395348837, 4: 0.18294573643410852, 5: 0.008527131782945736}, 'edge_length_total': 290843.8380000005, 'edge_length_avg': 77.95332028946677, 'street_length_total': 155340.43899999998, 'street_length_avg': 80.03113807315816, 'street_segments_count': 1941, 'node_density_km': 99.39410788082544, 'intersection_density_km': 91.92028736575561, 'edge_density_km': 22409.429310577805, 'street_density_km': 11968.933606372699, 'circuity_avg': 1.0464489932554217, 'self_loop_proportion': 0.0050924685071026534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0464489932554217\n", - "2993\n", - "4992109.487186888\n", - "{'n': 304, 'm': 796, 'k_avg': 5.2368421052631575, 'intersection_count': 244, 'streets_per_node_avg': 2.710526315789474, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 213, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19736842105263158, 2: 0.0, 3: 0.7006578947368421, 4: 0.09868421052631579, 5: 0.003289473684210526}, 'edge_length_total': 66806.28599999998, 'edge_length_avg': 83.92749497487435, 'street_length_total': 33403.14299999998, 'street_length_avg': 83.92749497487432, 'street_segments_count': 398, 'node_density_km': 60.89610029192439, 'intersection_density_km': 48.87713312904458, 'edge_density_km': 13382.375961799287, 'street_density_km': 6691.187980899642, 'circuity_avg': 1.027635960392055, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027635960392055\n", - "2994\n", - "9985046.716329586\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 961, 'm': 2627, 'k_avg': 5.467221644120707, 'intersection_count': 842, 'streets_per_node_avg': 2.946930280957336, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 656, 4: 185, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12382934443288242, 2: 0.0, 3: 0.6826222684703434, 4: 0.19250780437044746, 5: 0.001040582726326743}, 'edge_length_total': 207941.87699999937, 'edge_length_avg': 79.15564408070018, 'street_length_total': 109274.16800000006, 'street_length_avg': 78.50155747126442, 'street_segments_count': 1392, 'node_density_km': 96.24391625813594, 'intersection_density_km': 84.32609520223774, 'edge_density_km': 20825.328404315864, 'street_density_km': 10943.78134669041, 'circuity_avg': 1.061877634827668, 'self_loop_proportion': 0.0022839741149600305, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061877634827668\n", - "2995\n", - "9983954.62631182\n", - "{'n': 296, 'm': 801, 'k_avg': 5.412162162162162, 'intersection_count': 244, 'streets_per_node_avg': 2.89527027027027, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 172, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17567567567567569, 2: 0.0, 3: 0.581081081081081, 4: 0.23986486486486486, 5: 0.0033783783783783786}, 'edge_length_total': 123808.2730000001, 'edge_length_avg': 154.5671323345819, 'street_length_total': 64849.733, 'street_length_avg': 154.0373705463183, 'street_segments_count': 421, 'node_density_km': 29.647570634978493, 'intersection_density_km': 24.439213631536326, 'edge_density_km': 12400.72472622366, 'street_density_km': 6495.395404652012, 'circuity_avg': 1.0629421423795034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629421423795034\n", - "2996\n", - "10993178.586138016\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 9, 'streets_per_node_avg': 2.9, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.8, 4: 0.1}, 'edge_length_total': 12160.228, 'edge_length_avg': 552.7376363636363, 'street_length_total': 6080.113999999999, 'street_length_avg': 552.7376363636363, 'street_segments_count': 11, 'node_density_km': 0.9096550121190267, 'intersection_density_km': 0.8186895109071239, 'edge_density_km': 1106.1612348710125, 'street_density_km': 553.0806174355063, 'circuity_avg': 1.028583919713399, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028583919713399\n", - "2997\n", - "22972904.299184334\n", - "{'n': 893, 'm': 2294, 'k_avg': 5.137737961926092, 'intersection_count': 742, 'streets_per_node_avg': 2.843225083986562, 'streets_per_node_counts': {0: 0, 1: 151, 2: 1, 3: 582, 4: 155, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1690929451287794, 2: 0.0011198208286674132, 3: 0.6517357222844344, 4: 0.17357222844344905, 5: 0.004479283314669653}, 'edge_length_total': 265276.9320000002, 'edge_length_avg': 115.63946469049704, 'street_length_total': 140452.1259999999, 'street_length_avg': 112.72241252006413, 'street_segments_count': 1246, 'node_density_km': 38.87188090674746, 'intersection_density_km': 32.29892008153036, 'edge_density_km': 11547.38332364093, 'street_density_km': 6113.816702095727, 'circuity_avg': 1.0545974456480292, 'self_loop_proportion': 0.0017436791630340018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545974456480292\n", - "2998\n", - "3995464.6978276186\n", - "{'n': 118, 'm': 272, 'k_avg': 4.610169491525424, 'intersection_count': 86, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 81, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2711864406779661, 2: 0.0, 3: 0.6864406779661016, 4: 0.0423728813559322}, 'edge_length_total': 37408.79999999996, 'edge_length_avg': 137.53235294117633, 'street_length_total': 18704.399999999998, 'street_length_avg': 137.53235294117644, 'street_segments_count': 136, 'node_density_km': 29.533485820600042, 'intersection_density_km': 21.524404920098334, 'edge_density_km': 9362.815799708997, 'street_density_km': 4681.407899854503, 'circuity_avg': 1.1143679850200496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1143679850200496\n", - "2999\n", - "8997653.389176747\n", - "{'n': 681, 'm': 2000, 'k_avg': 5.873715124816447, 'intersection_count': 659, 'streets_per_node_avg': 3.276064610866373, 'streets_per_node_counts': {0: 0, 1: 22, 2: 1, 3: 427, 4: 229, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.032305433186490456, 2: 0.0014684287812041115, 3: 0.6270190895741556, 4: 0.33627019089574156, 5: 0.002936857562408223}, 'edge_length_total': 191366.76000000033, 'edge_length_avg': 95.68338000000017, 'street_length_total': 103592.93400000002, 'street_length_avg': 95.74208317929762, 'street_segments_count': 1082, 'node_density_km': 75.68640072523499, 'intersection_density_km': 73.24131876347997, 'edge_density_km': 21268.51877070469, 'street_density_km': 11513.32792221266, 'circuity_avg': 1.0205387502896526, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205387502896526\n", - "3000\n", - "22981488.278821867\n", - "{'n': 2026, 'm': 5074, 'k_avg': 5.00888450148075, 'intersection_count': 1478, 'streets_per_node_avg': 2.574531095755183, 'streets_per_node_counts': {0: 0, 1: 548, 2: 0, 3: 1246, 4: 230, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2704837117472853, 2: 0.0, 3: 0.6150049358341559, 4: 0.11352418558736427, 5: 0.0009871668311944718}, 'edge_length_total': 505679.3900000005, 'edge_length_avg': 99.66089672841949, 'street_length_total': 254906.1079999998, 'street_length_avg': 99.57269843749992, 'street_segments_count': 2560, 'node_density_km': 88.15791107258357, 'intersection_density_km': 64.31263206578407, 'edge_density_km': 22003.77033309889, 'street_density_km': 11091.801579922196, 'circuity_avg': 1.0457647585798169, 'self_loop_proportion': 0.0007883326763894363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457647585798169\n", - "3001\n", - "8993237.70540185\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 767.1679999999998, 'edge_length_avg': 95.89599999999997, 'street_length_total': 383.584, 'street_length_avg': 95.896, 'street_segments_count': 4, 'node_density_km': 0.44477863601863565, 'intersection_density_km': 0.44477863601863565, 'edge_density_km': 85.30498415928614, 'street_density_km': 42.65249207964308, 'circuity_avg': 1.0023577311040899, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0023577311040899\n", - "3002\n", - "11995116.224523999\n", - "{'n': 241, 'm': 658, 'k_avg': 5.460580912863071, 'intersection_count': 211, 'streets_per_node_avg': 2.908713692946058, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 173, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12448132780082988, 2: 0.0, 3: 0.7178423236514523, 4: 0.15767634854771784}, 'edge_length_total': 112931.01800000013, 'edge_length_avg': 171.6276869300914, 'street_length_total': 56465.50900000001, 'street_length_avg': 171.62768693009122, 'street_segments_count': 329, 'node_density_km': 20.091510202066722, 'intersection_density_km': 17.590492334589538, 'edge_density_km': 9414.749793679599, 'street_density_km': 4707.374896839795, 'circuity_avg': 1.0265114849326986, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265114849326986\n", - "3003\n", - "2995772.962714186\n", - "{'n': 140, 'm': 336, 'k_avg': 4.8, 'intersection_count': 98, 'streets_per_node_avg': 2.5142857142857142, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 83, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.5928571428571429, 4: 0.1, 5: 0.007142857142857143}, 'edge_length_total': 35606.70800000004, 'edge_length_avg': 105.97234523809536, 'street_length_total': 17803.354000000003, 'street_length_avg': 105.97234523809526, 'street_segments_count': 168, 'node_density_km': 46.732513358809165, 'intersection_density_km': 32.71275935116642, 'edge_density_km': 11885.649694808708, 'street_density_km': 5942.8248474043485, 'circuity_avg': 1.0761110944703098, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761110944703098\n", - "3004\n", - "4995287.307086759\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 284, 'm': 862, 'k_avg': 6.070422535211268, 'intersection_count': 266, 'streets_per_node_avg': 3.2288732394366195, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 167, 4: 97, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06338028169014084, 2: 0.0, 3: 0.5880281690140845, 4: 0.3415492957746479, 5: 0.007042253521126761}, 'edge_length_total': 65039.32599999999, 'edge_length_avg': 75.45165429234338, 'street_length_total': 33960.54499999999, 'street_length_avg': 74.96809050772625, 'street_segments_count': 453, 'node_density_km': 56.85358669902577, 'intersection_density_km': 53.25019035894667, 'edge_density_km': 13020.13718164507, 'street_density_km': 6798.516864449526, 'circuity_avg': 1.0371489394845173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371489394845173\n", - "3005\n", - "14984322.820111308\n", - "{'n': 1500, 'm': 3434, 'k_avg': 4.578666666666667, 'intersection_count': 991, 'streets_per_node_avg': 2.448, 'streets_per_node_counts': {0: 0, 1: 509, 2: 2, 3: 798, 4: 190, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3393333333333333, 2: 0.0013333333333333333, 3: 0.532, 4: 0.12666666666666668, 5: 0.0006666666666666666}, 'edge_length_total': 276750.49000000075, 'edge_length_avg': 80.591290040769, 'street_length_total': 145379.48400000023, 'street_length_avg': 80.23150331125841, 'street_segments_count': 1812, 'node_density_km': 100.10462387975018, 'intersection_density_km': 66.13578817655495, 'edge_density_km': 18469.33580665776, 'street_density_km': 9702.10571043479, 'circuity_avg': 1.0391198820384588, 'self_loop_proportion': 0.0005824111822947001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391198820384588\n", - "3006\n", - "19989181.822860155\n", - "{'n': 1125, 'm': 2947, 'k_avg': 5.239111111111111, 'intersection_count': 841, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 284, 2: 0, 3: 649, 4: 191, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25244444444444447, 2: 0.0, 3: 0.5768888888888889, 4: 0.16977777777777778, 5: 0.0008888888888888889}, 'edge_length_total': 307493.82500000007, 'edge_length_avg': 104.34130471666103, 'street_length_total': 154372.2090000001, 'street_length_avg': 104.30554662162169, 'street_segments_count': 1480, 'node_density_km': 56.28044258987231, 'intersection_density_km': 42.07275752718454, 'edge_density_km': 15383.012057469108, 'street_density_km': 7722.7877743078, 'circuity_avg': 1.0535508457213616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535508457213616\n", - "3007\n", - "3993346.775993806\n", - "{'n': 55, 'm': 154, 'k_avg': 5.6, 'intersection_count': 48, 'streets_per_node_avg': 3.0727272727272728, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 30, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12727272727272726, 2: 0.0, 3: 0.5454545454545454, 4: 0.32727272727272727}, 'edge_length_total': 24317.00799999999, 'edge_length_avg': 157.90264935064928, 'street_length_total': 12158.503999999999, 'street_length_avg': 157.90264935064934, 'street_segments_count': 77, 'node_density_km': 13.77290856146907, 'intersection_density_km': 12.019992926373007, 'edge_density_km': 6089.380503136577, 'street_density_km': 3044.6902515682896, 'circuity_avg': 1.0191472633788263, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0191472633788263\n", - "3008\n", - "67905994.81160288\n", - "{'n': 1202, 'm': 3016, 'k_avg': 5.018302828618968, 'intersection_count': 918, 'streets_per_node_avg': 2.600665557404326, 'streets_per_node_counts': {0: 0, 1: 284, 2: 4, 3: 835, 4: 71, 5: 3, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23627287853577372, 2: 0.0033277870216306157, 3: 0.6946755407653911, 4: 0.05906821963394343, 5: 0.0024958402662229617, 6: 0.004159733777038269}, 'edge_length_total': 627559.5129999977, 'edge_length_avg': 208.07676160477376, 'street_length_total': 323782.24000000034, 'street_length_avg': 209.4322380336354, 'street_segments_count': 1546, 'node_density_km': 17.700940886512395, 'intersection_density_km': 13.518688630464542, 'edge_density_km': 9241.592214959623, 'street_density_km': 4768.0950834796795, 'circuity_avg': 1.2038933452875964, 'self_loop_proportion': 0.001326259946949602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2038933452875964\n", - "3009\n", - "13993281.429827847\n", - "{'n': 897, 'm': 2380, 'k_avg': 5.306577480490524, 'intersection_count': 726, 'streets_per_node_avg': 2.7937569676700114, 'streets_per_node_counts': {0: 0, 1: 171, 2: 0, 3: 569, 4: 157}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19063545150501673, 2: 0.0, 3: 0.6343366778149386, 4: 0.1750278706800446}, 'edge_length_total': 259887.95999999912, 'edge_length_avg': 109.19662184873913, 'street_length_total': 132631.06800000035, 'street_length_avg': 107.04686682808745, 'street_segments_count': 1239, 'node_density_km': 64.10219107635253, 'intersection_density_km': 51.882040938051205, 'edge_density_km': 18572.338539981498, 'street_density_km': 9478.196280486874, 'circuity_avg': 1.03694551159298, 'self_loop_proportion': 0.0008403361344537816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03694551159298\n", - "3010\n", - "7993852.769340422\n", - "{'n': 11, 'm': 20, 'k_avg': 3.6363636363636362, 'intersection_count': 8, 'streets_per_node_avg': 2.5454545454545454, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.6363636363636364, 4: 0.09090909090909091}, 'edge_length_total': 15457.871999999996, 'edge_length_avg': 772.8935999999998, 'street_length_total': 7728.936, 'street_length_avg': 772.8936, 'street_segments_count': 10, 'node_density_km': 1.3760573677550503, 'intersection_density_km': 1.0007689947309457, 'edge_density_km': 1933.7198777649535, 'street_density_km': 966.859938882477, 'circuity_avg': 1.0010733527774576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0010733527774576\n", - "3011\n", - "18988417.671553873\n", - "{'n': 561, 'm': 1453, 'k_avg': 5.180035650623886, 'intersection_count': 444, 'streets_per_node_avg': 2.6827094474153297, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 388, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20855614973262032, 2: 0.0, 3: 0.6916221033868093, 4: 0.09982174688057041}, 'edge_length_total': 236850.58000000034, 'edge_length_avg': 163.00796971782543, 'street_length_total': 118783.42200000004, 'street_length_avg': 159.8700161507403, 'street_segments_count': 743, 'node_density_km': 29.544325899278153, 'intersection_density_km': 23.382675043278965, 'edge_density_km': 12473.423752144496, 'street_density_km': 6255.572426024041, 'circuity_avg': 1.0371131470022612, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371131470022612\n", - "3012\n", - "7987835.224166909\n", - "{'n': 193, 'm': 526, 'k_avg': 5.450777202072539, 'intersection_count': 162, 'streets_per_node_avg': 2.844559585492228, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 130, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16062176165803108, 2: 0.0, 3: 0.6735751295336787, 4: 0.16580310880829016}, 'edge_length_total': 90433.76799999997, 'edge_length_avg': 171.92731558935355, 'street_length_total': 45216.88399999997, 'street_length_avg': 171.9273155893535, 'street_segments_count': 263, 'node_density_km': 24.16174026926412, 'intersection_density_km': 20.280838982491126, 'edge_density_km': 11321.436341900975, 'street_density_km': 5660.718170950486, 'circuity_avg': 1.0456462758869942, 'self_loop_proportion': 0.0038022813688212928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456462758869942\n", - "3013\n", - "23960930.916934498\n", - "{'n': 2122, 'm': 6042, 'k_avg': 5.694627709707823, 'intersection_count': 1903, 'streets_per_node_avg': 3.0513666352497646, 'streets_per_node_counts': {0: 0, 1: 219, 2: 2, 3: 1371, 4: 513, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10320452403393025, 2: 0.000942507068803016, 3: 0.6460885956644675, 4: 0.24175306314797362, 5: 0.00706880301602262, 6: 0.000942507068803016}, 'edge_length_total': 492563.6629999989, 'edge_length_avg': 81.52328086726232, 'street_length_total': 265835.232, 'street_length_avg': 82.63451414361207, 'street_segments_count': 3217, 'node_density_km': 88.560832939102, 'intersection_density_km': 79.42095432757355, 'edge_density_km': 20556.950174747897, 'street_density_km': 11094.528544052508, 'circuity_avg': 1.0485365085243457, 'self_loop_proportion': 0.003641178417742469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485365085243457\n", - "3014\n", - "17977708.730623342\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 706, 'm': 2004, 'k_avg': 5.6770538243626065, 'intersection_count': 591, 'streets_per_node_avg': 2.8725212464589234, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 451, 4: 140}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16288951841359772, 2: 0.0, 3: 0.6388101983002833, 4: 0.19830028328611898}, 'edge_length_total': 241320.26000000042, 'edge_length_avg': 120.41929141716588, 'street_length_total': 120660.13000000014, 'street_length_avg': 120.41929141716581, 'street_segments_count': 1002, 'node_density_km': 39.270855400910754, 'intersection_density_km': 32.87404467696636, 'edge_density_km': 13423.304583243913, 'street_density_km': 6711.652291621953, 'circuity_avg': 1.060361097408701, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060361097408701\n", - "3015\n", - "21981974.812885743\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 0, 2: 1, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.3333333333333333, 3: 0.6666666666666666}, 'edge_length_total': 4115.958, 'edge_length_avg': 1028.9895, 'street_length_total': 2057.979, 'street_length_avg': 1028.9895, 'street_segments_count': 2, 'node_density_km': 0.13647545434550368, 'intersection_density_km': 0.13647545434550368, 'edge_density_km': 187.2424127056702, 'street_density_km': 93.6212063528351, 'circuity_avg': 1.0000808857290917, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0000808857290917\n", - "3016\n", - "6997337.985832025\n", - "{'n': 165, 'm': 458, 'k_avg': 5.551515151515152, 'intersection_count': 135, 'streets_per_node_avg': 2.824242424242424, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 105, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6363636363636364, 4: 0.17575757575757575, 5: 0.006060606060606061}, 'edge_length_total': 70650.09800000003, 'edge_length_avg': 154.25785589519657, 'street_length_total': 35325.049000000006, 'street_length_avg': 154.25785589519654, 'street_segments_count': 229, 'node_density_km': 23.580395906855784, 'intersection_density_km': 19.29305119651837, 'edge_density_km': 10096.71079817067, 'street_density_km': 5048.355399085334, 'circuity_avg': 1.0350258115515616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350258115515616\n", - "3017\n", - "5990308.022920723\n", - "{'n': 170, 'm': 398, 'k_avg': 4.682352941176471, 'intersection_count': 120, 'streets_per_node_avg': 2.4941176470588236, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 106, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6235294117647059, 4: 0.08235294117647059}, 'edge_length_total': 56429.57199999995, 'edge_length_avg': 141.7828442211054, 'street_length_total': 28214.786000000007, 'street_length_avg': 141.78284422110556, 'street_segments_count': 199, 'node_density_km': 28.37917505235604, 'intersection_density_km': 20.032358860486614, 'edge_density_km': 9420.14530539722, 'street_density_km': 4710.0726526986155, 'circuity_avg': 1.041917203272565, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041917203272565\n", - "3018\n", - "6994046.552685809\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.5, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 1, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.5, 4: 0.5}, 'edge_length_total': 3998.9139999999998, 'edge_length_avg': 1999.4569999999999, 'street_length_total': 1999.4569999999999, 'street_length_avg': 1999.4569999999999, 'street_segments_count': 1, 'node_density_km': 0.2859574904076057, 'intersection_density_km': 0.2859574904076057, 'edge_density_km': 571.7597058979201, 'street_density_km': 285.87985294896004, 'circuity_avg': 1.3172603516032868, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3172603516032868\n", - "3019\n", - "13987947.398889787\n", - "{'n': 776, 'm': 2174, 'k_avg': 5.603092783505154, 'intersection_count': 694, 'streets_per_node_avg': 3.0347938144329896, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 522, 4: 154, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1056701030927835, 2: 0.0, 3: 0.6726804123711341, 4: 0.19845360824742267, 5: 0.02190721649484536, 6: 0.001288659793814433}, 'edge_length_total': 193076.18100000016, 'edge_length_avg': 88.81149080036806, 'street_length_total': 100638.64800000019, 'street_length_avg': 86.75745517241396, 'street_segments_count': 1160, 'node_density_km': 55.47633100633411, 'intersection_density_km': 49.6141413896854, 'edge_density_km': 13803.038822931552, 'street_density_km': 7194.668748038601, 'circuity_avg': 1.041872589714656, 'self_loop_proportion': 0.0027598896044158236, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041872589714656\n", - "3020\n", - "7991697.167627656\n", - "{'n': 433, 'm': 1112, 'k_avg': 5.1362586605080836, 'intersection_count': 348, 'streets_per_node_avg': 2.699769053117783, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 309, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19630484988452657, 2: 0.0, 3: 0.7136258660508084, 4: 0.08775981524249422, 5: 0.0023094688221709007}, 'edge_length_total': 93111.32199999991, 'edge_length_avg': 83.73320323741, 'street_length_total': 47896.65400000002, 'street_length_avg': 83.15391319444447, 'street_segments_count': 576, 'node_density_km': 54.181232211096976, 'intersection_density_km': 43.545193555338905, 'edge_density_km': 11651.007295067477, 'street_density_km': 5993.301922652581, 'circuity_avg': 1.08775200370561, 'self_loop_proportion': 0.0017985611510791368, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08775200370561\n", - "3021\n", - "10983228.873059789\n", - "{'n': 938, 'm': 2635, 'k_avg': 5.618336886993603, 'intersection_count': 814, 'streets_per_node_avg': 2.901918976545842, 'streets_per_node_counts': {0: 0, 1: 124, 2: 3, 3: 653, 4: 157, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13219616204690832, 2: 0.0031982942430703624, 3: 0.6961620469083155, 4: 0.1673773987206823, 5: 0.0010660980810234541}, 'edge_length_total': 203954.64699999974, 'edge_length_avg': 77.40214307400369, 'street_length_total': 106895.89099999999, 'street_length_avg': 79.41745245170875, 'street_segments_count': 1346, 'node_density_km': 85.40293668110415, 'intersection_density_km': 74.11299622432705, 'edge_density_km': 18569.64371381442, 'street_density_km': 9732.647132775277, 'circuity_avg': 1.0342539140348084, 'self_loop_proportion': 0.0007590132827324478, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342539140348084\n", - "3022\n", - "6992404.785623555\n", - "{'n': 53, 'm': 108, 'k_avg': 4.0754716981132075, 'intersection_count': 33, 'streets_per_node_avg': 2.3962264150943398, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 25, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37735849056603776, 2: 0.0, 3: 0.4716981132075472, 4: 0.1509433962264151}, 'edge_length_total': 36169.157, 'edge_length_avg': 334.89960185185186, 'street_length_total': 19317.686, 'street_length_avg': 351.23065454545457, 'street_segments_count': 55, 'node_density_km': 7.579652726765541, 'intersection_density_km': 4.719406414778544, 'edge_density_km': 5172.634895846433, 'street_density_km': 2762.6670068811422, 'circuity_avg': 1.0478823113562188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478823113562188\n", - "3023\n", - "13995851.790931273\n", - "{'n': 250, 'm': 636, 'k_avg': 5.088, 'intersection_count': 202, 'streets_per_node_avg': 2.664, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 190, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.192, 2: 0.0, 3: 0.76, 4: 0.048}, 'edge_length_total': 109214.94799999993, 'edge_length_avg': 171.72161635220115, 'street_length_total': 54607.47399999997, 'street_length_avg': 171.72161635220118, 'street_segments_count': 318, 'node_density_km': 17.862435508354665, 'intersection_density_km': 14.432847890750569, 'edge_density_km': 7803.3798607932285, 'street_density_km': 3901.6899303966147, 'circuity_avg': 1.070886009682534, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070886009682534\n", - "3024\n", - "31950155.91613403\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3398, 'm': 9207, 'k_avg': 5.4190700412007065, 'intersection_count': 3048, 'streets_per_node_avg': 2.9340788699234843, 'streets_per_node_counts': {0: 0, 1: 350, 2: 3, 3: 2578, 4: 455, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10300176574455562, 2: 0.0008828722778104767, 3: 0.7586815773984696, 4: 0.13390229546792232, 5: 0.003531489111241907}, 'edge_length_total': 704172.7009999993, 'edge_length_avg': 76.48231791028557, 'street_length_total': 389360.6969999991, 'street_length_avg': 78.73826026289163, 'street_segments_count': 4945, 'node_density_km': 106.35315861742305, 'intersection_density_km': 95.39859548731768, 'edge_density_km': 22039.7265931466, 'street_density_km': 12186.503816195203, 'circuity_avg': 1.0956592786415058, 'self_loop_proportion': 0.0023894862604540022, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0956592786415058\n", - "3025\n", - "9993056.290666142\n", - "{'n': 115, 'm': 270, 'k_avg': 4.695652173913044, 'intersection_count': 101, 'streets_per_node_avg': 2.973913043478261, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 78, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12173913043478261, 2: 0.0, 3: 0.6782608695652174, 4: 0.1826086956521739, 5: 0.017391304347826087}, 'edge_length_total': 60699.76799999998, 'edge_length_avg': 224.81395555555548, 'street_length_total': 38166.996999999996, 'street_length_avg': 234.15335582822084, 'street_segments_count': 163, 'node_density_km': 11.507990814323136, 'intersection_density_km': 10.107018019535971, 'edge_density_km': 6074.194544135175, 'street_density_km': 3819.3517468373793, 'circuity_avg': 1.1307898832398136, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1307898832398136\n", - "3026\n", - "9993940.646010624\n", - "{'n': 72, 'm': 178, 'k_avg': 4.944444444444445, 'intersection_count': 54, 'streets_per_node_avg': 2.611111111111111, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 46, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6388888888888888, 4: 0.1111111111111111}, 'edge_length_total': 48984.416, 'edge_length_avg': 275.19334831460674, 'street_length_total': 24492.208, 'street_length_avg': 275.19334831460674, 'street_segments_count': 89, 'node_density_km': 7.204365380010628, 'intersection_density_km': 5.403274035007971, 'edge_density_km': 4901.411538756093, 'street_density_km': 2450.7057693780466, 'circuity_avg': 1.0455030646776857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455030646776857\n", - "3027\n", - "14990112.936519135\n", - "{'n': 323, 'm': 834, 'k_avg': 5.164086687306502, 'intersection_count': 245, 'streets_per_node_avg': 2.674922600619195, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 194, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24148606811145512, 2: 0.0, 3: 0.6006191950464397, 4: 0.15789473684210525}, 'edge_length_total': 103171.52500000013, 'edge_length_avg': 123.70686450839344, 'street_length_total': 51835.65199999998, 'street_length_avg': 122.54291252955078, 'street_segments_count': 423, 'node_density_km': 21.547536123834174, 'intersection_density_km': 16.344106347799915, 'edge_density_km': 6882.638272100815, 'street_density_km': 3457.989424063457, 'circuity_avg': 1.0108558527363236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0108558527363236\n", - "3028\n", - "2997830.0622683465\n", - "{'n': 34, 'm': 77, 'k_avg': 4.529411764705882, 'intersection_count': 26, 'streets_per_node_avg': 2.5588235294117645, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 25, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23529411764705882, 2: 0.0, 3: 0.7352941176470589, 4: 0.029411764705882353}, 'edge_length_total': 17862.046000000002, 'edge_length_avg': 231.9746233766234, 'street_length_total': 9064.662000000002, 'street_length_avg': 232.42723076923082, 'street_segments_count': 39, 'node_density_km': 11.341536809552663, 'intersection_density_km': 8.67293991318733, 'edge_density_km': 5958.32506479185, 'street_density_km': 3023.741109975096, 'circuity_avg': 1.1106480692331395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1106480692331395\n", - "3029\n", - "3993532.3828086816\n", - "{'n': 237, 'm': 694, 'k_avg': 5.856540084388186, 'intersection_count': 208, 'streets_per_node_avg': 2.9915611814345993, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 152, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12236286919831224, 2: 0.0, 3: 0.6413502109704642, 4: 0.23628691983122363}, 'edge_length_total': 55612.76899999997, 'edge_length_avg': 80.13367291066278, 'street_length_total': 27828.839000000004, 'street_length_avg': 79.96792816091956, 'street_segments_count': 348, 'node_density_km': 59.34595673249959, 'intersection_density_km': 52.08421519139204, 'edge_density_km': 13925.708788390264, 'street_density_km': 6968.47711058944, 'circuity_avg': 1.0187454202513757, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0187454202513757\n", - "3030\n", - "9991944.405941123\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.3333333333333333, 4: 0.3333333333333333}, 'edge_length_total': 2817.2160000000003, 'edge_length_avg': 704.3040000000001, 'street_length_total': 1408.6080000000002, 'street_length_avg': 704.3040000000001, 'street_segments_count': 2, 'node_density_km': 0.3002418626565042, 'intersection_density_km': 0.2001612417710028, 'edge_density_km': 281.9487264485687, 'street_density_km': 140.97436322428436, 'circuity_avg': 1.0080402353043607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0080402353043607\n", - "3031\n", - "8995327.506589197\n", - "{'n': 265, 'm': 696, 'k_avg': 5.252830188679245, 'intersection_count': 213, 'streets_per_node_avg': 2.7660377358490567, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 171, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19622641509433963, 2: 0.0, 3: 0.6452830188679245, 4: 0.15849056603773584}, 'edge_length_total': 112190.02399999996, 'edge_length_avg': 161.19256321839075, 'street_length_total': 56095.01199999997, 'street_length_avg': 161.19256321839072, 'street_segments_count': 348, 'node_density_km': 29.45973893734097, 'intersection_density_km': 23.67895997605142, 'edge_density_km': 12472.033277034025, 'street_density_km': 6236.016638517011, 'circuity_avg': 1.0233714111990535, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0233714111990535\n", - "3032\n", - "3998308.637349954\n", - "{'n': 52, 'm': 105, 'k_avg': 4.038461538461538, 'intersection_count': 45, 'streets_per_node_avg': 2.9615384615384617, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 35, 4: 9, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1346153846153846, 2: 0.0, 3: 0.6730769230769231, 4: 0.17307692307692307, 5: 0.0, 6: 0.019230769230769232}, 'edge_length_total': 18000.312999999995, 'edge_length_avg': 171.43155238095233, 'street_length_total': 10283.482999999998, 'street_length_avg': 140.86963013698627, 'street_segments_count': 73, 'node_density_km': 13.00549925392082, 'intersection_density_km': 11.254758969739171, 'edge_density_km': 4501.981870996946, 'street_density_km': 2571.9582785424504, 'circuity_avg': 1.0910973936166386, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0910973936166386\n", - "3033\n", - "31978234.327502623\n", - "{'n': 1614, 'm': 4276, 'k_avg': 5.298636926889715, 'intersection_count': 1315, 'streets_per_node_avg': 2.8438661710037176, 'streets_per_node_counts': {0: 0, 1: 299, 2: 0, 3: 971, 4: 342, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1852540272614622, 2: 0.0, 3: 0.6016109045848823, 4: 0.21189591078066913, 5: 0.0012391573729863693}, 'edge_length_total': 482942.85099999927, 'edge_length_avg': 112.94266861552836, 'street_length_total': 251736.58800000028, 'street_length_avg': 111.78356483126123, 'street_segments_count': 2252, 'node_density_km': 50.471829791174315, 'intersection_density_km': 41.12172005910423, 'edge_density_km': 15102.236291534338, 'street_density_km': 7872.122813969633, 'circuity_avg': 1.0438652641834096, 'self_loop_proportion': 0.0004677268475210477, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438652641834096\n", - "3034\n", - "143929486.20411077\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1890, 'm': 5143, 'k_avg': 5.442328042328042, 'intersection_count': 1540, 'streets_per_node_avg': 2.7656084656084654, 'streets_per_node_counts': {0: 0, 1: 350, 2: 0, 3: 1284, 4: 255, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.6793650793650794, 4: 0.1349206349206349, 5: 0.0005291005291005291}, 'edge_length_total': 957266.1989999966, 'edge_length_avg': 186.1299239743334, 'street_length_total': 480438.50200000027, 'street_length_avg': 185.49749111969123, 'street_segments_count': 2590, 'node_density_km': 13.131430187416454, 'intersection_density_km': 10.699683856413406, 'edge_density_km': 6650.938763461356, 'street_density_km': 3338.0130414602877, 'circuity_avg': 1.054726594380219, 'self_loop_proportion': 0.0019443904335990666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054726594380219\n", - "3035\n", - "13976955.040809404\n", - "{'n': 395, 'm': 1038, 'k_avg': 5.255696202531645, 'intersection_count': 317, 'streets_per_node_avg': 2.713924050632911, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 275, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19746835443037974, 2: 0.0, 3: 0.6962025316455697, 4: 0.10379746835443038, 5: 0.002531645569620253}, 'edge_length_total': 180381.59599999993, 'edge_length_avg': 173.7780308285163, 'street_length_total': 90190.79799999995, 'street_length_avg': 173.77803082851628, 'street_segments_count': 519, 'node_density_km': 28.260804935459362, 'intersection_density_km': 22.680190289976245, 'edge_density_km': 12905.643287348948, 'street_density_km': 6452.821643674473, 'circuity_avg': 1.05145325133809, 'self_loop_proportion': 0.0019267822736030828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05145325133809\n", - "3036\n", - "4991816.155624089\n", - "{'n': 157, 'm': 386, 'k_avg': 4.917197452229299, 'intersection_count': 126, 'streets_per_node_avg': 2.6687898089171975, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 116, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19745222929936307, 2: 0.0, 3: 0.7388535031847133, 4: 0.06369426751592357}, 'edge_length_total': 52901.234000000026, 'edge_length_avg': 137.0498290155441, 'street_length_total': 26450.61699999999, 'street_length_avg': 137.049829015544, 'street_segments_count': 193, 'node_density_km': 31.451478801580883, 'intersection_density_km': 25.24131419744708, 'edge_density_km': 10597.592609735482, 'street_density_km': 5298.796304867737, 'circuity_avg': 1.0368766899042414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368766899042414\n", - "3037\n", - "10992841.807797128\n", - "{'n': 48, 'm': 106, 'k_avg': 4.416666666666667, 'intersection_count': 38, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 36, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.75, 4: 0.041666666666666664}, 'edge_length_total': 35047.40600000001, 'edge_length_avg': 330.63590566037743, 'street_length_total': 17523.702999999998, 'street_length_avg': 330.6359056603773, 'street_segments_count': 53, 'node_density_km': 4.366477826139007, 'intersection_density_km': 3.4567949456933804, 'edge_density_km': 3188.202524222734, 'street_density_km': 1594.1012621113664, 'circuity_avg': 1.0503131453114203, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503131453114203\n", - "3038\n", - "5992876.519952484\n", - "{'n': 294, 'm': 802, 'k_avg': 5.45578231292517, 'intersection_count': 236, 'streets_per_node_avg': 2.7448979591836733, 'streets_per_node_counts': {0: 0, 1: 58, 2: 1, 3: 196, 4: 36, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19727891156462585, 2: 0.003401360544217687, 3: 0.6666666666666666, 4: 0.12244897959183673, 5: 0.01020408163265306}, 'edge_length_total': 84425.99299999993, 'edge_length_avg': 105.26931795511213, 'street_length_total': 42327.47499999998, 'street_length_avg': 105.29222636815915, 'street_segments_count': 402, 'node_density_km': 49.0582442373318, 'intersection_density_km': 39.3800872109194, 'edge_density_km': 14087.724437324017, 'street_density_km': 7062.964647957669, 'circuity_avg': 1.1429111192401231, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1429111192401231\n", - "3039\n", - "12995621.645993602\n", - "{'n': 432, 'm': 1034, 'k_avg': 4.787037037037037, 'intersection_count': 294, 'streets_per_node_avg': 2.4143518518518516, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 271, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3194444444444444, 2: 0.0, 3: 0.6273148148148148, 4: 0.05324074074074074}, 'edge_length_total': 125367.8359999999, 'edge_length_avg': 121.24548936170203, 'street_length_total': 62683.91800000005, 'street_length_avg': 121.24548936170223, 'street_segments_count': 517, 'node_density_km': 33.241965006974524, 'intersection_density_km': 22.623003963079885, 'edge_density_km': 9646.92874377805, 'street_density_km': 4823.464371889033, 'circuity_avg': 1.0843100357635518, 'self_loop_proportion': 0.0019342359767891683, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843100357635518\n", - "3040\n", - "15981015.270932555\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 14261.346, 'edge_length_avg': 1188.4455, 'street_length_total': 7130.672999999999, 'street_length_avg': 1188.4454999999998, 'street_segments_count': 6, 'node_density_km': 0.37544548317360293, 'intersection_density_km': 0.2502969887824019, 'edge_density_km': 892.3929899459881, 'street_density_km': 446.196494972994, 'circuity_avg': 1.4539619623321445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4539619623321445\n", - "3041\n", - "21965826.10784951\n", - "{'n': 2865, 'm': 7529, 'k_avg': 5.255846422338569, 'intersection_count': 2282, 'streets_per_node_avg': 2.7458987783595115, 'streets_per_node_counts': {0: 0, 1: 583, 2: 1, 3: 1864, 4: 398, 5: 16, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20349040139616056, 2: 0.00034904013961605586, 3: 0.6506108202443281, 4: 0.13891797556719024, 5: 0.005584642233856894, 6: 0.0010471204188481676}, 'edge_length_total': 569092.8329999999, 'edge_length_avg': 75.58677553459952, 'street_length_total': 293311.0599999999, 'street_length_avg': 75.32384694401641, 'street_segments_count': 3894, 'node_density_km': 130.42987711608032, 'intersection_density_km': 103.88864906767724, 'edge_density_km': 25908.10061983665, 'street_density_km': 13353.063006138653, 'circuity_avg': 1.045467381161014, 'self_loop_proportion': 0.0005312790543232833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045467381161014\n", - "3042\n", - "9992728.591191357\n", - "{'n': 499, 'm': 1140, 'k_avg': 4.569138276553106, 'intersection_count': 346, 'streets_per_node_avg': 2.496993987975952, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 294, 4: 49, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3066132264529058, 2: 0.0, 3: 0.5891783567134269, 4: 0.09819639278557114, 5: 0.006012024048096192}, 'edge_length_total': 110304.9760000001, 'edge_length_avg': 96.75875087719307, 'street_length_total': 57036.00999999998, 'street_length_avg': 94.58708126036481, 'street_segments_count': 603, 'node_density_km': 49.93631073297349, 'intersection_density_km': 34.625177381981615, 'edge_density_km': 11038.52416218274, 'street_density_km': 5707.751339336638, 'circuity_avg': 1.1045523297092108, 'self_loop_proportion': 0.0061403508771929825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1045523297092108\n", - "3043\n", - "5995804.491955476\n", - "{'n': 12, 'm': 32, 'k_avg': 5.333333333333333, 'intersection_count': 12, 'streets_per_node_avg': 3.1666666666666665, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 10, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8333333333333334, 4: 0.16666666666666666}, 'edge_length_total': 8341.198, 'edge_length_avg': 260.6624375, 'street_length_total': 4170.598999999999, 'street_length_avg': 260.66243749999995, 'street_segments_count': 16, 'node_density_km': 2.001399481270663, 'intersection_density_km': 2.001399481270663, 'edge_density_km': 1391.1724458646577, 'street_density_km': 695.5862229323286, 'circuity_avg': 1.0036649686653827, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0036649686653827\n", - "3044\n", - "5997253.401578252\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 156, 'm': 396, 'k_avg': 5.076923076923077, 'intersection_count': 126, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 118, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19230769230769232, 2: 0.0, 3: 0.7564102564102564, 4: 0.05128205128205128}, 'edge_length_total': 71819.16600000003, 'edge_length_avg': 181.36153030303038, 'street_length_total': 35909.58300000002, 'street_length_avg': 181.3615303030304, 'street_segments_count': 198, 'node_density_km': 26.01190737729152, 'intersection_density_km': 21.009617497043152, 'edge_density_km': 11975.34290965593, 'street_density_km': 5987.671454827966, 'circuity_avg': 1.0491294985638515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491294985638515\n", - "3045\n", - "4992154.862721926\n", - "{'n': 170, 'm': 414, 'k_avg': 4.870588235294117, 'intersection_count': 126, 'streets_per_node_avg': 2.5941176470588236, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 107, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25882352941176473, 2: 0.0, 3: 0.6294117647058823, 4: 0.11176470588235295}, 'edge_length_total': 56011.19800000008, 'edge_length_avg': 135.29274879227071, 'street_length_total': 28005.599000000002, 'street_length_avg': 135.29274879227054, 'street_segments_count': 207, 'node_density_km': 34.053430767832616, 'intersection_density_km': 25.239601627922994, 'edge_density_km': 11219.843843037454, 'street_density_km': 5609.9219215187195, 'circuity_avg': 1.0671724334506694, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671724334506694\n", - "3046\n", - "17988361.085392673\n", - "{'n': 708, 'm': 1870, 'k_avg': 5.2824858757062145, 'intersection_count': 542, 'streets_per_node_avg': 2.709039548022599, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 416, 4: 126}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2344632768361582, 2: 0.0, 3: 0.5875706214689266, 4: 0.17796610169491525}, 'edge_length_total': 269284.2260000004, 'edge_length_avg': 144.00225989304832, 'street_length_total': 134642.11299999995, 'street_length_avg': 144.0022598930481, 'street_segments_count': 935, 'node_density_km': 39.358782973003954, 'intersection_density_km': 30.130593744870257, 'edge_density_km': 14969.914419756162, 'street_density_km': 7484.957209878068, 'circuity_avg': 1.0337826649911717, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337826649911717\n", - "3047\n", - "111856426.07587686\n", - "error with entry 3047\n", - "3048\n", - "5993559.647151351\n", - "{'n': 151, 'm': 396, 'k_avg': 5.245033112582782, 'intersection_count': 120, 'streets_per_node_avg': 2.7417218543046356, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 97, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2052980132450331, 2: 0.0, 3: 0.6423841059602649, 4: 0.152317880794702}, 'edge_length_total': 54113.61100000009, 'edge_length_avg': 136.65053282828305, 'street_length_total': 27364.659999999985, 'street_length_avg': 136.14258706467655, 'street_segments_count': 201, 'node_density_km': 25.193709396346467, 'intersection_density_km': 20.021490911003816, 'edge_density_km': 9028.626423317482, 'street_density_km': 4565.677428939245, 'circuity_avg': 1.1401363744183457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1401363744183457\n", - "3049\n", - "18978660.289266888\n", - "{'n': 73, 'm': 176, 'k_avg': 4.821917808219178, 'intersection_count': 51, 'streets_per_node_avg': 2.4657534246575343, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 46, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3013698630136986, 2: 0.0, 3: 0.6301369863013698, 4: 0.0684931506849315}, 'edge_length_total': 27070.700000000004, 'edge_length_avg': 153.81079545454548, 'street_length_total': 13535.350000000002, 'street_length_avg': 153.81079545454548, 'street_segments_count': 88, 'node_density_km': 3.8464253475933767, 'intersection_density_km': 2.6872286674967425, 'edge_density_km': 1426.3757076314525, 'street_density_km': 713.1878538157263, 'circuity_avg': 1.090281803869261, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090281803869261\n", - "3050\n", - "6988394.107589963\n", - "{'n': 137, 'm': 360, 'k_avg': 5.255474452554744, 'intersection_count': 111, 'streets_per_node_avg': 2.6934306569343067, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 101, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1897810218978102, 2: 0.0, 3: 0.7372262773722628, 4: 0.072992700729927}, 'edge_length_total': 65125.34799999999, 'edge_length_avg': 180.9037444444444, 'street_length_total': 32562.673999999988, 'street_length_avg': 180.90374444444438, 'street_segments_count': 180, 'node_density_km': 19.603931588690294, 'intersection_density_km': 15.883477418573888, 'edge_density_km': 9319.072021033928, 'street_density_km': 4659.536010516963, 'circuity_avg': 1.062008681490685, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062008681490685\n", - "3051\n", - "13989760.953926232\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 4, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 13418.845999999998, 'edge_length_avg': 1677.3557499999997, 'street_length_total': 6709.422999999999, 'street_length_avg': 1677.3557499999997, 'street_segments_count': 4, 'node_density_km': 0.357404248469074, 'intersection_density_km': 0.2859233987752592, 'edge_density_km': 959.1905139904477, 'street_density_km': 479.59525699522385, 'circuity_avg': 1.0061743910758993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0061743910758993\n", - "3052\n", - "4992744.704810115\n", - "{'n': 51, 'm': 140, 'k_avg': 5.490196078431373, 'intersection_count': 45, 'streets_per_node_avg': 2.9607843137254903, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 37, 4: 6, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.7254901960784313, 4: 0.11764705882352941, 5: 0.0392156862745098}, 'edge_length_total': 22101.933999999997, 'edge_length_avg': 157.87095714285712, 'street_length_total': 11050.967000000002, 'street_length_avg': 157.87095714285718, 'street_segments_count': 70, 'node_density_km': 10.214822310234597, 'intersection_density_km': 9.013078509030526, 'edge_density_km': 4426.810363186913, 'street_density_km': 2213.405181593457, 'circuity_avg': 1.0727505756727151, 'self_loop_proportion': 0.014285714285714285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727505756727151\n", - "3053\n", - "10994950.433838071\n", - "{'n': 187, 'm': 542, 'k_avg': 5.7967914438502675, 'intersection_count': 166, 'streets_per_node_avg': 2.9893048128342246, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 126, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11229946524064172, 2: 0.0, 3: 0.6737967914438503, 4: 0.21390374331550802}, 'edge_length_total': 111002.50199999985, 'edge_length_avg': 204.8016642066418, 'street_length_total': 55501.25100000002, 'street_length_avg': 204.80166420664213, 'street_segments_count': 271, 'node_density_km': 17.007807459003054, 'intersection_density_km': 15.097839776441214, 'edge_density_km': 10095.771023976464, 'street_density_km': 5047.885511988241, 'circuity_avg': 1.0405784228204902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405784228204902\n", - "3054\n", - "21965091.435153008\n", - "{'n': 1181, 'm': 3097, 'k_avg': 5.244707874682472, 'intersection_count': 962, 'streets_per_node_avg': 2.729043183742591, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 845, 4: 116, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18543607112616428, 2: 0.0, 3: 0.7154953429297206, 4: 0.09822184589331075, 5: 0.000846740050804403}, 'edge_length_total': 416563.9820000007, 'edge_length_avg': 134.5056448175656, 'street_length_total': 209978.90300000037, 'street_length_avg': 134.08614495530037, 'street_segments_count': 1566, 'node_density_km': 53.76713333912754, 'intersection_density_km': 43.79676737700313, 'edge_density_km': 18964.818936894128, 'street_density_km': 9559.664416600126, 'circuity_avg': 1.0471346608587806, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471346608587806\n", - "3055\n", - "11981708.619359419\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 495, 'm': 1342, 'k_avg': 5.4222222222222225, 'intersection_count': 433, 'streets_per_node_avg': 2.901010101010101, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 358, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12525252525252525, 2: 0.0, 3: 0.7232323232323232, 4: 0.15151515151515152}, 'edge_length_total': 191374.47399999984, 'edge_length_avg': 142.60392995529048, 'street_length_total': 95687.23700000001, 'street_length_avg': 142.60392995529062, 'street_segments_count': 671, 'node_density_km': 41.312972608948684, 'intersection_density_km': 36.13841846398945, 'edge_density_km': 15972.218994775667, 'street_density_km': 7986.109497387842, 'circuity_avg': 1.0525330300458506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525330300458506\n", - "3056\n", - "8995005.161160665\n", - "{'n': 116, 'm': 318, 'k_avg': 5.482758620689655, 'intersection_count': 99, 'streets_per_node_avg': 2.913793103448276, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 75, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14655172413793102, 2: 0.0, 3: 0.646551724137931, 4: 0.20689655172413793}, 'edge_length_total': 71823.87800000003, 'edge_length_avg': 225.86125157232712, 'street_length_total': 35911.939, 'street_length_avg': 225.86125157232703, 'street_segments_count': 159, 'node_density_km': 12.896045963472467, 'intersection_density_km': 11.006108192963572, 'edge_density_km': 7984.862344507235, 'street_density_km': 3992.4311722536163, 'circuity_avg': 1.0460950017140078, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460950017140078\n", - "3057\n", - "4991637.941081384\n", - "{'n': 110, 'm': 244, 'k_avg': 4.4363636363636365, 'intersection_count': 71, 'streets_per_node_avg': 2.3181818181818183, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 68, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35454545454545455, 2: 0.0, 3: 0.6181818181818182, 4: 0.02727272727272727}, 'edge_length_total': 36546.140000000036, 'edge_length_avg': 149.7792622950821, 'street_length_total': 18273.070000000003, 'street_length_avg': 149.779262295082, 'street_segments_count': 122, 'node_density_km': 22.036854695468897, 'intersection_density_km': 14.223788030711743, 'edge_density_km': 7321.472516911495, 'street_density_km': 3660.7362584557445, 'circuity_avg': 1.1218947981399583, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1218947981399583\n", - "3058\n", - "5990812.966353154\n", - "{'n': 323, 'm': 886, 'k_avg': 5.486068111455109, 'intersection_count': 278, 'streets_per_node_avg': 2.9071207430340555, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 219, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1393188854489164, 2: 0.0, 3: 0.6780185758513931, 4: 0.17956656346749225, 5: 0.0030959752321981426}, 'edge_length_total': 111356.24999999985, 'edge_length_avg': 125.6842550790066, 'street_length_total': 55678.12500000002, 'street_length_avg': 125.68425507900682, 'street_segments_count': 443, 'node_density_km': 53.91588784595673, 'intersection_density_km': 46.40438644326926, 'edge_density_km': 18587.836179400343, 'street_density_km': 9293.918089700188, 'circuity_avg': 1.043136474290805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043136474290805\n", - "3059\n", - "208708310.1387418\n", - "error with entry 3059\n", - "3060\n", - "202808557.74876505\n", - "error with entry 3060\n", - "3061\n", - "17970809.708667755\n", - "{'n': 1002, 'm': 2516, 'k_avg': 5.021956087824352, 'intersection_count': 813, 'streets_per_node_avg': 2.712574850299401, 'streets_per_node_counts': {0: 0, 1: 189, 2: 2, 3: 722, 4: 86, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18862275449101795, 2: 0.001996007984031936, 3: 0.720558882235529, 4: 0.08582834331337326, 5: 0.0029940119760479044}, 'edge_length_total': 257454.6089999996, 'edge_length_avg': 102.32695111287742, 'street_length_total': 141769.2810000001, 'street_length_avg': 106.03536350037405, 'street_segments_count': 1337, 'node_density_km': 55.75708697848552, 'intersection_density_km': 45.24003165020831, 'edge_density_km': 14326.266494036883, 'street_density_km': 7888.864402788783, 'circuity_avg': 1.1013292756596256, 'self_loop_proportion': 0.001589825119236884, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1013292756596256\n", - "3062\n", - "4991814.912681877\n", - "{'n': 76, 'm': 238, 'k_avg': 6.2631578947368425, 'intersection_count': 68, 'streets_per_node_avg': 3.3157894736842106, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 28, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10526315789473684, 2: 0.0, 3: 0.3684210526315789, 4: 0.5263157894736842}, 'edge_length_total': 52630.52799999999, 'edge_length_avg': 221.13667226890752, 'street_length_total': 26315.263999999996, 'street_length_avg': 221.13667226890752, 'street_segments_count': 119, 'node_density_km': 15.224923465595529, 'intersection_density_km': 13.622299942901263, 'edge_density_km': 10543.3652730774, 'street_density_km': 5271.6826365387, 'circuity_avg': 1.0219505102684974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0219505102684974\n", - "3063\n", - "88866461.14225166\n", - "{'n': 1172, 'm': 3028, 'k_avg': 5.167235494880546, 'intersection_count': 1025, 'streets_per_node_avg': 2.93259385665529, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 813, 4: 209, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12542662116040956, 2: 0.0, 3: 0.6936860068259386, 4: 0.17832764505119453, 5: 0.002559726962457338}, 'edge_length_total': 490262.5799999989, 'edge_length_avg': 161.90970277410796, 'street_length_total': 283730.5200000004, 'street_length_avg': 168.98780226325218, 'street_segments_count': 1679, 'node_density_km': 13.188327575281058, 'intersection_density_km': 11.534160208756898, 'edge_density_km': 5516.84599227169, 'street_density_km': 3192.773925652593, 'circuity_avg': 1.0693574995508344, 'self_loop_proportion': 0.0006605019815059445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693574995508344\n", - "3064\n", - "16972305.90452334\n", - "{'n': 1292, 'm': 3646, 'k_avg': 5.643962848297214, 'intersection_count': 1151, 'streets_per_node_avg': 3.0023219814241484, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 874, 4: 271, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10913312693498452, 2: 0.0, 3: 0.6764705882352942, 4: 0.20975232198142416, 5: 0.0030959752321981426, 6: 0.0015479876160990713}, 'edge_length_total': 294711.1390000002, 'edge_length_avg': 80.83136012068026, 'street_length_total': 157176.09399999987, 'street_length_avg': 81.86254895833326, 'street_segments_count': 1920, 'node_density_km': 76.1240109192037, 'intersection_density_km': 67.81635957275809, 'edge_density_km': 17364.23681365865, 'street_density_km': 9260.738928710354, 'circuity_avg': 1.0278142669466983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278142669466983\n", - "3065\n", - "6990701.927162067\n", - "{'n': 236, 'm': 604, 'k_avg': 5.11864406779661, 'intersection_count': 181, 'streets_per_node_avg': 2.6822033898305087, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 146, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2330508474576271, 2: 0.0, 3: 0.6186440677966102, 4: 0.1483050847457627}, 'edge_length_total': 87102.50800000005, 'edge_length_avg': 144.2094503311259, 'street_length_total': 43551.254, 'street_length_avg': 144.20945033112582, 'street_segments_count': 302, 'node_density_km': 33.759127832790625, 'intersection_density_km': 25.891534481928403, 'edge_density_km': 12459.76568698589, 'street_density_km': 6229.882843492941, 'circuity_avg': 1.0445584582562464, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0445584582562464\n", - "3066\n", - "65978661.8596487\n", - "error with entry 3066\n", - "3067\n", - "13985530.645214617\n", - "error with entry 3067\n", - "3068\n", - "47938208.94737706\n", - "{'n': 1610, 'm': 4002, 'k_avg': 4.9714285714285715, 'intersection_count': 1356, 'streets_per_node_avg': 2.8236024844720498, 'streets_per_node_counts': {0: 0, 1: 254, 2: 4, 3: 1130, 4: 216, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1577639751552795, 2: 0.002484472049689441, 3: 0.7018633540372671, 4: 0.1341614906832298, 5: 0.0037267080745341614}, 'edge_length_total': 484796.1030000017, 'edge_length_avg': 121.13845652173956, 'street_length_total': 268256.82299999974, 'street_length_avg': 119.0136748003548, 'street_segments_count': 2254, 'node_density_km': 33.584900966311366, 'intersection_density_km': 28.286413484669694, 'edge_density_km': 10112.937334229031, 'street_density_km': 5595.887474529383, 'circuity_avg': 1.102775905407996, 'self_loop_proportion': 0.0007496251874062968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.102775905407996\n", - "3069\n", - "21967175.76075432\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 986, 'm': 2794, 'k_avg': 5.667342799188641, 'intersection_count': 867, 'streets_per_node_avg': 2.936105476673428, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 697, 4: 165, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1206896551724138, 2: 0.0, 3: 0.7068965517241379, 4: 0.16734279918864098, 5: 0.005070993914807302}, 'edge_length_total': 340695.0149999997, 'edge_length_avg': 121.93808697208294, 'street_length_total': 171327.98099999983, 'street_length_avg': 120.4838122362868, 'street_segments_count': 1422, 'node_density_km': 44.88515095151869, 'intersection_density_km': 39.467977560818156, 'edge_density_km': 15509.277055481654, 'street_density_km': 7799.272098786935, 'circuity_avg': 1.0908087662795785, 'self_loop_proportion': 0.015032211882605583, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0908087662795785\n", - "3070\n", - "3996570.5840969183\n", - "{'n': 349, 'm': 790, 'k_avg': 4.527220630372493, 'intersection_count': 213, 'streets_per_node_avg': 2.292263610315186, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 190, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38968481375358166, 2: 0.0, 3: 0.5444126074498568, 4: 0.06017191977077364, 5: 0.0057306590257879654}, 'edge_length_total': 61643.70200000004, 'edge_length_avg': 78.03000253164562, 'street_length_total': 30821.85100000002, 'street_length_avg': 78.03000253164562, 'street_segments_count': 395, 'node_density_km': 87.32486832304038, 'intersection_density_km': 53.295693274520346, 'edge_density_km': 15424.149455858867, 'street_density_km': 7712.074727929434, 'circuity_avg': 1.0628416599861996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628416599861996\n", - "3071\n", - "4991764.684206669\n", - "{'n': 229, 'm': 480, 'k_avg': 4.192139737991266, 'intersection_count': 127, 'streets_per_node_avg': 2.1441048034934496, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 119, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.44541484716157204, 2: 0.0, 3: 0.519650655021834, 4: 0.034934497816593885}, 'edge_length_total': 50903.34000000004, 'edge_length_avg': 106.04862500000009, 'street_length_total': 25451.67, 'street_length_avg': 106.04862499999999, 'street_segments_count': 240, 'node_density_km': 45.87555994466805, 'intersection_density_km': 25.44190442346219, 'edge_density_km': 10197.463867047252, 'street_density_km': 5098.731933523622, 'circuity_avg': 1.035262335718271, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035262335718271\n", - "3072\n", - "6987802.452327212\n", - "{'n': 301, 'm': 728, 'k_avg': 4.837209302325581, 'intersection_count': 212, 'streets_per_node_avg': 2.5182724252491693, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 181, 4: 29, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2956810631229236, 2: 0.0, 3: 0.6013289036544851, 4: 0.09634551495016612, 5: 0.006644518272425249}, 'edge_length_total': 98652.7960000001, 'edge_length_avg': 135.51208241758255, 'street_length_total': 49326.39799999996, 'street_length_avg': 135.5120824175823, 'street_segments_count': 364, 'node_density_km': 43.07505858293907, 'intersection_density_km': 30.338579467053435, 'edge_density_km': 14117.857033457614, 'street_density_km': 7058.9285167287935, 'circuity_avg': 1.0719239425095644, 'self_loop_proportion': 0.0027472527472527475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719239425095644\n", - "3073\n", - "8994945.15476921\n", - "{'n': 239, 'm': 586, 'k_avg': 4.903765690376569, 'intersection_count': 173, 'streets_per_node_avg': 2.502092050209205, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 160, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27615062761506276, 2: 0.0, 3: 0.6694560669456067, 4: 0.05439330543933055}, 'edge_length_total': 100803.26999999999, 'edge_length_avg': 172.01923208191124, 'street_length_total': 50401.635, 'street_length_avg': 172.01923208191127, 'street_segments_count': 293, 'node_density_km': 26.570478850922154, 'intersection_density_km': 19.23302444020725, 'edge_density_km': 11206.657546605838, 'street_density_km': 5603.32877330292, 'circuity_avg': 1.1262920270708077, 'self_loop_proportion': 0.006825938566552901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1262920270708077\n", - "3074\n", - "137936205.04002005\n", - "{'n': 11587, 'm': 32134, 'k_avg': 5.5465608008975575, 'intersection_count': 10969, 'streets_per_node_avg': 3.115301631138345, 'streets_per_node_counts': {0: 0, 1: 618, 2: 9, 3: 8450, 4: 2445, 5: 59, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05333563476309657, 2: 0.0007767325450936394, 3: 0.7292655562268059, 4: 0.21101234141710537, 5: 0.005091913351169414, 6: 0.0005178216967290929}, 'edge_length_total': 2857368.488000012, 'edge_length_avg': 88.9204110288172, 'street_length_total': 1626506.622000004, 'street_length_avg': 90.60813447718812, 'street_segments_count': 17951, 'node_density_km': 84.00260103312407, 'intersection_density_km': 79.52226898527124, 'edge_density_km': 20715.14499888547, 'street_density_km': 11791.730978303327, 'circuity_avg': 1.0483891396836522, 'self_loop_proportion': 0.000684633098898363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483891396836522\n", - "3075\n", - "7994907.6038272865\n", - "{'n': 57, 'm': 99, 'k_avg': 3.473684210526316, 'intersection_count': 57, 'streets_per_node_avg': 3.175438596491228, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 48, 4: 8, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8421052631578947, 4: 0.14035087719298245, 5: 0.017543859649122806}, 'edge_length_total': 25170.258999999995, 'edge_length_avg': 254.24504040404034, 'street_length_total': 20810.111999999997, 'street_length_avg': 250.72424096385538, 'street_segments_count': 83, 'node_density_km': 7.129538304196688, 'intersection_density_km': 7.129538304196688, 'edge_density_km': 3148.286415211428, 'street_density_km': 2602.92088804602, 'circuity_avg': 1.073419200189603, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073419200189603\n", - "3076\n", - "5989840.426212682\n", - "{'n': 520, 'm': 1439, 'k_avg': 5.5346153846153845, 'intersection_count': 463, 'streets_per_node_avg': 2.9403846153846156, 'streets_per_node_counts': {0: 0, 1: 57, 2: 2, 3: 377, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10961538461538461, 2: 0.0038461538461538464, 3: 0.725, 4: 0.1596153846153846, 5: 0.0019230769230769232}, 'edge_length_total': 109013.88000000024, 'edge_length_avg': 75.7566921473247, 'street_length_total': 56909.016000000025, 'street_length_avg': 75.27647619047622, 'street_segments_count': 756, 'node_density_km': 86.81366497250595, 'intersection_density_km': 77.29755169667357, 'edge_density_km': 18199.79703014036, 'street_density_km': 9500.923555651889, 'circuity_avg': 1.0393079355633341, 'self_loop_proportion': 0.002779708130646282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0393079355633341\n", - "3077\n", - "11990460.654962493\n", - "error with entry 3077\n", - "3078\n", - "14977231.082134556\n", - "{'n': 233, 'm': 576, 'k_avg': 4.944206008583691, 'intersection_count': 192, 'streets_per_node_avg': 2.772532188841202, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 165, 4: 25, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1759656652360515, 2: 0.0, 3: 0.7081545064377682, 4: 0.1072961373390558, 5: 0.008583690987124463}, 'edge_length_total': 101660.24199999998, 'edge_length_avg': 176.4934756944444, 'street_length_total': 58556.684999999976, 'street_length_avg': 187.0820607028753, 'street_segments_count': 313, 'node_density_km': 15.556947657563471, 'intersection_density_km': 12.819459013957882, 'edge_density_km': 6787.652633687705, 'street_density_km': 3909.7136632851143, 'circuity_avg': 1.1385978727570387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1385978727570387\n", - "3079\n", - "13977237.700149514\n", - "{'n': 194, 'm': 508, 'k_avg': 5.237113402061856, 'intersection_count': 163, 'streets_per_node_avg': 2.804123711340206, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 139, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15979381443298968, 2: 0.0, 3: 0.7164948453608248, 4: 0.12371134020618557}, 'edge_length_total': 102293.05600000001, 'edge_length_avg': 201.36428346456694, 'street_length_total': 51685.17800000003, 'street_length_avg': 199.55667181467192, 'street_segments_count': 259, 'node_density_km': 13.879709579377389, 'intersection_density_km': 11.661817842466569, 'edge_density_km': 7318.545924056639, 'street_density_km': 3697.810619579515, 'circuity_avg': 1.1677283644762153, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1677283644762153\n", - "3080\n", - "11989436.121650763\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 848, 'm': 2227, 'k_avg': 5.252358490566038, 'intersection_count': 733, 'streets_per_node_avg': 2.8891509433962264, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 601, 4: 128, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13561320754716982, 2: 0.0, 3: 0.7087264150943396, 4: 0.1509433962264151, 5: 0.0047169811320754715}, 'edge_length_total': 194956.5390000003, 'edge_length_avg': 87.54222676246084, 'street_length_total': 106110.78099999997, 'street_length_avg': 87.62244508670518, 'street_segments_count': 1211, 'node_density_km': 70.72893098522495, 'intersection_density_km': 61.13715378793619, 'edge_density_km': 16260.692915152522, 'street_density_km': 8850.356257237403, 'circuity_avg': 1.0495245664824648, 'self_loop_proportion': 0.000898069151324652, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495245664824648\n", - "3081\n", - "9987174.154776093\n", - "{'n': 111, 'm': 243, 'k_avg': 4.378378378378378, 'intersection_count': 74, 'streets_per_node_avg': 2.4324324324324325, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 64, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5765765765765766, 4: 0.08108108108108109, 5: 0.009009009009009009}, 'edge_length_total': 56654.27200000004, 'edge_length_avg': 233.14515226337465, 'street_length_total': 31537.312999999987, 'street_length_avg': 250.2961349206348, 'street_segments_count': 126, 'node_density_km': 11.114254971404229, 'intersection_density_km': 7.409503314269485, 'edge_density_km': 5672.702920966557, 'street_density_km': 3157.781421576406, 'circuity_avg': 1.1554833655209074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1554833655209074\n", - "3082\n", - "3995766.1992402906\n", - "{'n': 85, 'm': 211, 'k_avg': 4.964705882352941, 'intersection_count': 77, 'streets_per_node_avg': 3.023529411764706, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 59, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09411764705882353, 2: 0.0, 3: 0.6941176470588235, 4: 0.21176470588235294}, 'edge_length_total': 27895.735999999964, 'edge_length_avg': 132.20727962085292, 'street_length_total': 16010.708, 'street_length_avg': 130.16835772357723, 'street_segments_count': 123, 'node_density_km': 21.27251589849299, 'intersection_density_km': 19.270396755105416, 'edge_density_km': 6981.323383060736, 'street_density_km': 4006.9181232485757, 'circuity_avg': 1.1743616800009544, 'self_loop_proportion': 0.009478672985781991, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1743616800009544\n", - "3083\n", - "14984764.01498781\n", - "error with entry 3083\n", - "3084\n", - "6989238.784409706\n", - "{'n': 227, 'm': 594, 'k_avg': 5.233480176211454, 'intersection_count': 191, 'streets_per_node_avg': 2.753303964757709, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 175, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15859030837004406, 2: 0.0, 3: 0.7709251101321586, 4: 0.07048458149779736}, 'edge_length_total': 83298.30799999993, 'edge_length_avg': 140.23284175084163, 'street_length_total': 41649.15400000002, 'street_length_avg': 140.2328417508418, 'street_segments_count': 297, 'node_density_km': 32.478501164726175, 'intersection_density_km': 27.32772564961542, 'edge_density_km': 11918.08014712651, 'street_density_km': 5959.040073563262, 'circuity_avg': 1.0557406164949041, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557406164949041\n", - "3085\n", - "57907313.88728652\n", - "error with entry 3085\n", - "3086\n", - "32979303.303694494\n", - "{'n': 1521, 'm': 3949, 'k_avg': 5.192636423405654, 'intersection_count': 1377, 'streets_per_node_avg': 2.9493754109138726, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 1170, 4: 203, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09467455621301775, 2: 0.0, 3: 0.7692307692307693, 4: 0.1334648257725181, 5: 0.0026298487836949377}, 'edge_length_total': 392613.6160000009, 'edge_length_avg': 99.42102203089412, 'street_length_total': 226507.88099999976, 'street_length_avg': 102.95812772727263, 'street_segments_count': 2200, 'node_density_km': 46.119834187934785, 'intersection_density_km': 41.7534593535741, 'edge_density_km': 11904.848698123302, 'street_density_km': 6868.182717935867, 'circuity_avg': 1.0485856281352002, 'self_loop_proportion': 0.0010129146619397315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485856281352002\n", - "3087\n", - "36966711.475083366\n", - "{'n': 4030, 'm': 9281, 'k_avg': 4.605955334987593, 'intersection_count': 2665, 'streets_per_node_avg': 2.413151364764268, 'streets_per_node_counts': {0: 0, 1: 1365, 2: 0, 3: 2305, 4: 355, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3387096774193548, 2: 0.0, 3: 0.5719602977667494, 4: 0.0880893300248139, 5: 0.0012406947890818859}, 'edge_length_total': 731206.5049999999, 'edge_length_avg': 78.78531462126925, 'street_length_total': 376278.87599999906, 'street_length_avg': 78.32616069941696, 'street_segments_count': 4804, 'node_density_km': 109.01700040903927, 'intersection_density_km': 72.0918873672679, 'edge_density_km': 19780.133958976963, 'street_density_km': 10178.85716595651, 'circuity_avg': 1.0514331351294899, 'self_loop_proportion': 0.0012929641202456632, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514331351294899\n", - "3088\n", - "14979838.668829523\n", - "{'n': 1348, 'm': 3108, 'k_avg': 4.611275964391691, 'intersection_count': 908, 'streets_per_node_avg': 2.4287833827893177, 'streets_per_node_counts': {0: 0, 1: 440, 2: 3, 3: 793, 4: 111, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3264094955489614, 2: 0.002225519287833828, 3: 0.5882789317507419, 4: 0.08234421364985163, 5: 0.000741839762611276}, 'edge_length_total': 286157.3820000004, 'edge_length_avg': 92.07122972972985, 'street_length_total': 152202.1080000001, 'street_length_avg': 94.82997383177576, 'street_segments_count': 1605, 'node_density_km': 89.98761801119774, 'intersection_density_km': 60.614805010510054, 'edge_density_km': 19102.834705119014, 'street_density_km': 10160.463764987442, 'circuity_avg': 1.0439531244843077, 'self_loop_proportion': 0.0006435006435006435, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439531244843077\n", - "3089\n", - "22972373.207163148\n", - "error with entry 3089\n", - "3090\n", - "3993512.7447127746\n", - "{'n': 234, 'm': 526, 'k_avg': 4.495726495726496, 'intersection_count': 156, 'streets_per_node_avg': 2.3461538461538463, 'streets_per_node_counts': {0: 0, 1: 78, 2: 1, 3: 151, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.004273504273504274, 3: 0.6452991452991453, 4: 0.017094017094017096}, 'edge_length_total': 51836.441000000086, 'edge_length_avg': 98.54836692015226, 'street_length_total': 26058.738000000005, 'street_length_avg': 98.33486037735851, 'street_segments_count': 265, 'node_density_km': 58.59503022991604, 'intersection_density_km': 39.063353486610694, 'edge_density_km': 12980.161655582326, 'street_density_km': 6525.267268647274, 'circuity_avg': 1.1333144735365654, 'self_loop_proportion': 0.0038022813688212928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1333144735365654\n", - "3091\n", - "11995832.133337948\n", - "{'n': 185, 'm': 417, 'k_avg': 4.508108108108108, 'intersection_count': 131, 'streets_per_node_avg': 2.4702702702702704, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 121, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2918918918918919, 2: 0.0, 3: 0.654054054054054, 4: 0.05405405405405406}, 'edge_length_total': 105770.91599999997, 'edge_length_avg': 253.6472805755395, 'street_length_total': 54102.265, 'street_length_avg': 243.7038963963964, 'street_segments_count': 222, 'node_density_km': 15.422023077987344, 'intersection_density_km': 10.9204595849532, 'edge_density_km': 8817.305446118164, 'street_density_km': 4510.088537304794, 'circuity_avg': 1.386834656454401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.386834656454401\n", - "3092\n", - "7986627.38669573\n", - "{'n': 353, 'm': 858, 'k_avg': 4.861189801699717, 'intersection_count': 279, 'streets_per_node_avg': 2.6260623229461757, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 263, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2096317280453258, 2: 0.0, 3: 0.7450424929178471, 4: 0.0453257790368272}, 'edge_length_total': 119644.431, 'edge_length_avg': 139.4457237762238, 'street_length_total': 60092.90299999994, 'street_length_avg': 135.95679411764692, 'street_segments_count': 442, 'node_density_km': 44.19888181938147, 'intersection_density_km': 34.9333938459134, 'edge_density_km': 14980.595088147707, 'street_density_km': 7524.190135638956, 'circuity_avg': 1.1403485991207805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1403485991207805\n", - "3093\n", - "11980473.57064885\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 473, 'm': 1312, 'k_avg': 5.547568710359408, 'intersection_count': 407, 'streets_per_node_avg': 2.8646934460887947, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 340, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13953488372093023, 2: 0.0, 3: 0.718816067653277, 4: 0.13953488372093023, 5: 0.0021141649048625794}, 'edge_length_total': 173253.28600000034, 'edge_length_avg': 132.0528094512198, 'street_length_total': 86662.24100000004, 'street_length_avg': 131.7055334346505, 'street_segments_count': 658, 'node_density_km': 39.48091010014914, 'intersection_density_km': 33.971945900128325, 'edge_density_km': 14461.30530469649, 'street_density_km': 7233.623987311755, 'circuity_avg': 1.060854975339714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060854975339714\n", - "3094\n", - "5990141.935981167\n", - "{'n': 847, 'm': 2371, 'k_avg': 5.598583234946871, 'intersection_count': 726, 'streets_per_node_avg': 2.9563164108618656, 'streets_per_node_counts': {0: 0, 1: 121, 2: 3, 3: 515, 4: 208}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0035419126328217238, 3: 0.6080283353010626, 4: 0.24557260920897284}, 'edge_length_total': 188763.2600000001, 'edge_length_avg': 79.61335301560527, 'street_length_total': 98282.12999999992, 'street_length_avg': 80.5591229508196, 'street_segments_count': 1220, 'node_density_km': 141.39898671053177, 'intersection_density_km': 121.19913146617009, 'edge_density_km': 31512.31840870917, 'street_density_km': 16407.312389318467, 'circuity_avg': 1.038097539149203, 'self_loop_proportion': 0.0008435259384226065, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038097539149203\n", - "3095\n", - "1997966.246511425\n", - "{'n': 111, 'm': 266, 'k_avg': 4.792792792792793, 'intersection_count': 98, 'streets_per_node_avg': 2.8468468468468466, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 89, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11711711711711711, 2: 0.0, 3: 0.8018018018018018, 4: 0.08108108108108109}, 'edge_length_total': 27179.809999999976, 'edge_length_avg': 102.17973684210517, 'street_length_total': 14652.028999999999, 'street_length_avg': 97.68019333333332, 'street_segments_count': 150, 'node_density_km': 55.5564941068514, 'intersection_density_km': 49.04987767992286, 'edge_density_km': 13603.738325138194, 'street_density_km': 7333.471736864106, 'circuity_avg': 1.2156847491151441, 'self_loop_proportion': 0.007518796992481203, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2156847491151441\n", - "3096\n", - "18979779.878601156\n", - "{'n': 101, 'm': 186, 'k_avg': 3.6831683168316833, 'intersection_count': 94, 'streets_per_node_avg': 3.099009900990099, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 72, 4: 20, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06930693069306931, 2: 0.0, 3: 0.7128712871287128, 4: 0.19801980198019803, 5: 0.019801980198019802}, 'edge_length_total': 55149.022000000004, 'edge_length_avg': 296.5001182795699, 'street_length_total': 42354.710000000014, 'street_length_avg': 282.36473333333345, 'street_segments_count': 150, 'node_density_km': 5.321452653614436, 'intersection_density_km': 4.95263910336393, 'edge_density_km': 2905.67237095189, 'street_density_km': 2231.570137847227, 'circuity_avg': 1.0526257225709494, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526257225709494\n", - "3097\n", - "17981337.982555877\n", - "{'n': 283, 'm': 643, 'k_avg': 4.544169611307421, 'intersection_count': 243, 'streets_per_node_avg': 2.8445229681978796, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 212, 4: 26, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1413427561837456, 2: 0.0, 3: 0.7491166077738516, 4: 0.09187279151943463, 5: 0.0176678445229682}, 'edge_length_total': 135624.5320000001, 'edge_length_avg': 210.9246220839815, 'street_length_total': 85237.17000000004, 'street_length_avg': 222.55135770234997, 'street_segments_count': 383, 'node_density_km': 15.738539605592475, 'intersection_density_km': 13.514011039430995, 'edge_density_km': 7542.516142657051, 'street_density_km': 4740.312989094062, 'circuity_avg': 1.0736928505689305, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736928505689305\n", - "3098\n", - "16974402.67416299\n", - "{'n': 156, 'm': 438, 'k_avg': 5.615384615384615, 'intersection_count': 131, 'streets_per_node_avg': 2.8974358974358974, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 97, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16025641025641027, 2: 0.0, 3: 0.6217948717948718, 4: 0.21794871794871795}, 'edge_length_total': 96570.34399999985, 'edge_length_avg': 220.48023744292203, 'street_length_total': 48285.17199999999, 'street_length_avg': 220.48023744292234, 'street_segments_count': 219, 'node_density_km': 9.190308666204206, 'intersection_density_km': 7.7175027902099425, 'edge_density_km': 5689.174803599488, 'street_density_km': 2844.5874017997476, 'circuity_avg': 1.0523060039573067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0523060039573067\n", - "3099\n", - "31945692.660011616\n", - "{'n': 1146, 'm': 2757, 'k_avg': 4.81151832460733, 'intersection_count': 811, 'streets_per_node_avg': 2.5392670157068062, 'streets_per_node_counts': {0: 0, 1: 335, 2: 0, 3: 672, 4: 136, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29232111692844676, 2: 0.0, 3: 0.5863874345549738, 4: 0.11867364746945899, 5: 0.002617801047120419}, 'edge_length_total': 290115.43599999935, 'edge_length_avg': 105.22866739209262, 'street_length_total': 146965.20699999988, 'street_length_avg': 103.06115497896205, 'street_segments_count': 1426, 'node_density_km': 35.87338087161023, 'intersection_density_km': 25.38683410722155, 'edge_density_km': 9081.51966174628, 'street_density_km': 4600.4701968464515, 'circuity_avg': 1.0446089031506436, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446089031506436\n", - "3100\n", - "11984430.912278747\n", - "{'n': 683, 'm': 1619, 'k_avg': 4.740849194729136, 'intersection_count': 508, 'streets_per_node_avg': 2.568081991215227, 'streets_per_node_counts': {0: 0, 1: 175, 2: 1, 3: 452, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2562225475841874, 2: 0.0014641288433382138, 3: 0.6617862371888726, 4: 0.07906295754026355, 5: 0.0014641288433382138}, 'edge_length_total': 155971.76800000036, 'edge_length_avg': 96.33833724521331, 'street_length_total': 81267.84099999997, 'street_length_avg': 94.49748953488368, 'street_segments_count': 860, 'node_density_km': 56.990607647479266, 'intersection_density_km': 42.38832896767125, 'edge_density_km': 13014.532700104952, 'street_density_km': 6781.118068504725, 'circuity_avg': 1.0662094012986392, 'self_loop_proportion': 0.0012353304508956147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662094012986392\n", - "3101\n", - "10994416.542809993\n", - "{'n': 947, 'm': 2628, 'k_avg': 5.550158394931362, 'intersection_count': 848, 'streets_per_node_avg': 2.9060190073917633, 'streets_per_node_counts': {0: 0, 1: 99, 2: 1, 3: 740, 4: 104, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10454065469904963, 2: 0.0010559662090813093, 3: 0.781414994720169, 4: 0.10982048574445617, 5: 0.0031678986272439284}, 'edge_length_total': 222994.0949999996, 'edge_length_avg': 84.8531563926939, 'street_length_total': 113596.20100000012, 'street_length_avg': 84.27017878338287, 'street_segments_count': 1348, 'node_density_km': 86.13462991078944, 'intersection_density_km': 77.13005930765517, 'edge_density_km': 20282.48558090432, 'street_density_km': 10332.171839922556, 'circuity_avg': 1.0789826137857896, 'self_loop_proportion': 0.00076103500761035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789826137857896\n", - "3102\n", - "55933514.60791976\n", - "{'n': 6535, 'm': 18525, 'k_avg': 5.669472073450651, 'intersection_count': 5916, 'streets_per_node_avg': 2.99097169089518, 'streets_per_node_counts': {0: 0, 1: 619, 2: 2, 3: 4749, 4: 1149, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09472073450650344, 2: 0.000306044376434583, 3: 0.7267023718439174, 4: 0.17582249426166793, 5: 0.002448355011476664}, 'edge_length_total': 1438705.6159999997, 'edge_length_avg': 77.66292124156544, 'street_length_total': 760985.4229999991, 'street_length_avg': 78.32291303005343, 'street_segments_count': 9716, 'node_density_km': 116.83513982285486, 'intersection_density_km': 105.76842956266401, 'edge_density_km': 25721.709534703365, 'street_density_km': 13605.178010613505, 'circuity_avg': 1.0371295602253698, 'self_loop_proportion': 0.0004318488529014845, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371295602253698\n", - "3103\n", - "87948212.44944824\n", - "error with entry 3103\n", - "3104\n", - "23970186.5044042\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 203, 'm': 497, 'k_avg': 4.896551724137931, 'intersection_count': 177, 'streets_per_node_avg': 2.8078817733990147, 'streets_per_node_counts': {0: 0, 1: 26, 2: 2, 3: 160, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12807881773399016, 2: 0.009852216748768473, 3: 0.7881773399014779, 4: 0.07389162561576355}, 'edge_length_total': 124432.62700000002, 'edge_length_avg': 250.36745875251515, 'street_length_total': 65767.435, 'street_length_avg': 237.4275631768953, 'street_segments_count': 277, 'node_density_km': 8.468853588715362, 'intersection_density_km': 7.384172833510438, 'edge_density_km': 5191.14137794202, 'street_density_km': 2743.718117834257, 'circuity_avg': 1.1059621649602176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1059621649602176\n", - "3105\n", - "7986446.611294905\n", - "{'n': 131, 'm': 388, 'k_avg': 5.923664122137405, 'intersection_count': 114, 'streets_per_node_avg': 3.0763358778625953, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 71, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1297709923664122, 2: 0.0, 3: 0.5419847328244275, 4: 0.32061068702290074, 5: 0.007633587786259542}, 'edge_length_total': 81776.6959999999, 'edge_length_avg': 210.76468041237086, 'street_length_total': 40888.348000000005, 'street_length_avg': 210.76468041237115, 'street_segments_count': 194, 'node_density_km': 16.402789172187298, 'intersection_density_km': 14.27418294373551, 'edge_density_km': 10239.43437928283, 'street_density_km': 5119.717189641422, 'circuity_avg': 1.0249178378755415, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0249178378755415\n", - "3106\n", - "4993563.289474844\n", - "{'n': 282, 'm': 885, 'k_avg': 6.276595744680851, 'intersection_count': 270, 'streets_per_node_avg': 3.25177304964539, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 175, 4: 95}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0425531914893617, 2: 0.0, 3: 0.6205673758865248, 4: 0.33687943262411346}, 'edge_length_total': 82749.35999999997, 'edge_length_avg': 93.50210169491523, 'street_length_total': 42004.91599999999, 'street_length_avg': 93.7609732142857, 'street_segments_count': 448, 'node_density_km': 56.472699684088106, 'intersection_density_km': 54.06960608050989, 'edge_density_km': 16571.204809682593, 'street_density_km': 8411.812079870024, 'circuity_avg': 1.0173336115987097, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0173336115987097\n", - "3107\n", - "13990938.20317022\n", - "{'n': 593, 'm': 1635, 'k_avg': 5.51433389544688, 'intersection_count': 535, 'streets_per_node_avg': 2.935919055649241, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 458, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09780775716694773, 2: 0.0, 3: 0.7723440134907251, 4: 0.1281618887015177, 5: 0.0016863406408094434}, 'edge_length_total': 168865.31800000026, 'edge_length_avg': 103.28154006116223, 'street_length_total': 89830.35600000001, 'street_length_avg': 105.18777049180329, 'street_segments_count': 854, 'node_density_km': 42.38457717336151, 'intersection_density_km': 38.23903674156561, 'edge_density_km': 12069.620746501254, 'street_density_km': 6420.609875872747, 'circuity_avg': 1.0384109959050352, 'self_loop_proportion': 0.0012232415902140672, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384109959050352\n", - "3108\n", - "3993500.325742801\n", - "{'n': 166, 'm': 454, 'k_avg': 5.469879518072289, 'intersection_count': 144, 'streets_per_node_avg': 2.86144578313253, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 124, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13253012048192772, 2: 0.0, 3: 0.7469879518072289, 4: 0.1144578313253012, 5: 0.006024096385542169}, 'edge_length_total': 54341.75, 'edge_length_avg': 119.6954845814978, 'street_length_total': 27170.87500000002, 'street_length_avg': 119.69548458149788, 'street_segments_count': 227, 'node_density_km': 41.56754387371274, 'intersection_density_km': 36.05859227599177, 'edge_density_km': 13607.548658429694, 'street_density_km': 6803.774329214852, 'circuity_avg': 1.027228511737278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027228511737278\n", - "3109\n", - "175728407.14083123\n", - "{'n': 10137, 'm': 28172, 'k_avg': 5.558251948308178, 'intersection_count': 8839, 'streets_per_node_avg': 2.944954128440367, 'streets_per_node_counts': {0: 0, 1: 1298, 2: 5, 3: 6820, 4: 1990, 5: 19, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12804577291111768, 2: 0.0004932425766992207, 3: 0.672782874617737, 4: 0.19631054552628982, 5: 0.0018743217914570386, 6: 0.0004932425766992207}, 'edge_length_total': 2350483.119999991, 'edge_length_avg': 83.43330682947575, 'street_length_total': 1249624.3010000049, 'street_length_avg': 84.47402832420772, 'street_segments_count': 14793, 'node_density_km': 57.68560794997741, 'intersection_density_km': 50.299209694174834, 'edge_density_km': 13375.658257212111, 'street_density_km': 7111.111523355119, 'circuity_avg': 1.0829071686003398, 'self_loop_proportion': 0.004720999574045151, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829071686003398\n", - "3110\n", - "5990236.339405621\n", - "{'n': 289, 'm': 785, 'k_avg': 5.432525951557094, 'intersection_count': 233, 'streets_per_node_avg': 2.8269896193771626, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 171, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19377162629757785, 2: 0.0, 3: 0.5916955017301038, 4: 0.21453287197231835}, 'edge_length_total': 91543.8889999998, 'edge_length_avg': 116.61641910828001, 'street_length_total': 46044.414000000055, 'street_length_avg': 116.5681367088609, 'street_segments_count': 395, 'node_density_km': 48.24517491887072, 'intersection_density_km': 38.89662891383002, 'edge_density_km': 15282.183174943513, 'street_density_km': 7686.57718846679, 'circuity_avg': 1.034789764306135, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034789764306135\n", - "3111\n", - "7994625.247651946\n", - "{'n': 125, 'm': 318, 'k_avg': 5.088, 'intersection_count': 102, 'streets_per_node_avg': 2.776, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 84, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.184, 2: 0.0, 3: 0.672, 4: 0.144}, 'edge_length_total': 64921.102, 'edge_length_avg': 204.15440880503144, 'street_length_total': 32460.550999999996, 'street_length_avg': 204.1544088050314, 'street_segments_count': 159, 'node_density_km': 15.635504620646604, 'intersection_density_km': 12.75857177044763, 'edge_density_km': 8120.593522387755, 'street_density_km': 4060.296761193877, 'circuity_avg': 1.0367436928186105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367436928186105\n", - "3112\n", - "1996593.6376436215\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 5, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.4444444444444444, 4: 0.1111111111111111}, 'edge_length_total': 3393.252, 'edge_length_avg': 212.07825, 'street_length_total': 1696.6260000000002, 'street_length_avg': 212.07825000000003, 'street_segments_count': 8, 'node_density_km': 4.507677391290195, 'intersection_density_km': 2.5042652173834417, 'edge_density_km': 1699.5205914833596, 'street_density_km': 849.7602957416799, 'circuity_avg': 1.0028886426342851, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0028886426342851\n", - "3113\n", - "79866800.19827464\n", - "{'n': 3000, 'm': 8232, 'k_avg': 5.488, 'intersection_count': 2711, 'streets_per_node_avg': 2.965, 'streets_per_node_counts': {0: 0, 1: 289, 2: 1, 3: 2246, 4: 454, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09633333333333334, 2: 0.0003333333333333333, 3: 0.7486666666666667, 4: 0.15133333333333332, 5: 0.0033333333333333335}, 'edge_length_total': 945383.2769999945, 'edge_length_avg': 114.84247776967864, 'street_length_total': 519764.8929999994, 'street_length_avg': 117.7803972354406, 'street_segments_count': 4413, 'node_density_km': 37.56254153856547, 'intersection_density_km': 33.94401670368366, 'edge_density_km': 11836.99953739248, 'street_density_km': 6507.896794533504, 'circuity_avg': 1.0800200361688734, 'self_loop_proportion': 0.0007288629737609329, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800200361688734\n", - "3114\n", - "12987945.418915939\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 140, 'm': 354, 'k_avg': 5.057142857142857, 'intersection_count': 109, 'streets_per_node_avg': 2.6285714285714286, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 99, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22142857142857142, 2: 0.0, 3: 0.7071428571428572, 4: 0.07142857142857142}, 'edge_length_total': 65838.998, 'edge_length_avg': 185.9858700564972, 'street_length_total': 32919.49900000001, 'street_length_avg': 185.98587005649725, 'street_segments_count': 177, 'node_density_km': 10.779226081139887, 'intersection_density_km': 8.392397448887484, 'edge_density_km': 5069.238888555121, 'street_density_km': 2534.619444277561, 'circuity_avg': 1.0753350055400206, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753350055400206\n", - "3115\n", - "47962547.35151622\n", - "{'n': 657, 'm': 1573, 'k_avg': 4.788432267884323, 'intersection_count': 511, 'streets_per_node_avg': 2.628614916286149, 'streets_per_node_counts': {0: 0, 1: 146, 2: 4, 3: 456, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0060882800608828, 3: 0.6940639269406392, 4: 0.076103500761035, 5: 0.0015220700152207}, 'edge_length_total': 311729.127, 'edge_length_avg': 198.17490591226954, 'street_length_total': 168449.85400000008, 'street_length_avg': 201.9782422062351, 'street_segments_count': 834, 'node_density_km': 13.698188196403848, 'intersection_density_km': 10.65414637498077, 'edge_density_km': 6499.428079066477, 'street_density_km': 3512.112331428847, 'circuity_avg': 1.1803836904192322, 'self_loop_proportion': 0.007628734901462174, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1803836904192322\n", - "3116\n", - "8992389.437759643\n", - "{'n': 188, 'm': 510, 'k_avg': 5.425531914893617, 'intersection_count': 159, 'streets_per_node_avg': 2.7819148936170213, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 142, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15425531914893617, 2: 0.0, 3: 0.7553191489361702, 4: 0.09042553191489362}, 'edge_length_total': 93768.03400000006, 'edge_length_avg': 183.85889019607853, 'street_length_total': 46884.017, 'street_length_avg': 183.85889019607842, 'street_segments_count': 255, 'node_density_km': 20.906567859547483, 'intersection_density_km': 17.681618562064095, 'edge_density_km': 10427.488116368919, 'street_density_km': 5213.744058184456, 'circuity_avg': 1.0531325396779156, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531325396779156\n", - "3117\n", - "50986007.51951376\n", - "{'n': 1450, 'm': 3819, 'k_avg': 5.267586206896552, 'intersection_count': 1125, 'streets_per_node_avg': 2.713103448275862, 'streets_per_node_counts': {0: 0, 1: 325, 2: 4, 3: 886, 4: 233, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22413793103448276, 2: 0.002758620689655172, 3: 0.6110344827586207, 4: 0.1606896551724138, 5: 0.000689655172413793, 6: 0.000689655172413793}, 'edge_length_total': 550008.6620000014, 'edge_length_avg': 144.01902644671418, 'street_length_total': 276771.79499999963, 'street_length_avg': 143.25662267080727, 'street_segments_count': 1932, 'node_density_km': 28.439175188311122, 'intersection_density_km': 22.064877301275867, 'edge_density_km': 10787.44323703906, 'street_density_km': 5428.387286336773, 'circuity_avg': 1.0444564274112726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444564274112726\n", - "3118\n", - "22960849.91065974\n", - "{'n': 2728, 'm': 6235, 'k_avg': 4.571114369501466, 'intersection_count': 1845, 'streets_per_node_avg': 2.4318181818181817, 'streets_per_node_counts': {0: 0, 1: 883, 2: 1, 3: 1639, 4: 196, 5: 6, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32368035190615835, 2: 0.00036656891495601173, 3: 0.6008064516129032, 4: 0.0718475073313783, 5: 0.0021994134897360706, 6: 0.0010997067448680353}, 'edge_length_total': 463355.4459999996, 'edge_length_avg': 74.31522790697667, 'street_length_total': 242768.10600000003, 'street_length_avg': 73.65537196601943, 'street_segments_count': 3296, 'node_density_km': 118.81093298438861, 'intersection_density_km': 80.3541683857027, 'edge_density_km': 20180.239311824578, 'street_density_km': 10573.132394689499, 'circuity_avg': 1.0554303955675495, 'self_loop_proportion': 0.0012830793905372895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554303955675495\n", - "3119\n", - "26963772.81991995\n", - "{'n': 1286, 'm': 3310, 'k_avg': 5.147744945567652, 'intersection_count': 1079, 'streets_per_node_avg': 2.827371695178849, 'streets_per_node_counts': {0: 0, 1: 207, 2: 4, 3: 885, 4: 184, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16096423017107309, 2: 0.003110419906687403, 3: 0.6881804043545878, 4: 0.14307931570762053, 5: 0.004665629860031105}, 'edge_length_total': 361103.96499999973, 'edge_length_avg': 109.09485347432016, 'street_length_total': 196935.69600000003, 'street_length_avg': 111.26310508474577, 'street_segments_count': 1770, 'node_density_km': 47.69362242400831, 'intersection_density_km': 40.01665520645798, 'edge_density_km': 13392.189861992456, 'street_density_km': 7303.714406557764, 'circuity_avg': 1.080317292124974, 'self_loop_proportion': 0.002416918429003021, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080317292124974\n", - "3120\n", - "28971644.38042374\n", - "{'n': 2248, 'm': 6040, 'k_avg': 5.3736654804270465, 'intersection_count': 1931, 'streets_per_node_avg': 2.8434163701067616, 'streets_per_node_counts': {0: 0, 1: 317, 2: 4, 3: 1646, 4: 278, 5: 1, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14101423487544484, 2: 0.0017793594306049821, 3: 0.7322064056939501, 4: 0.12366548042704627, 5: 0.00044483985765124553, 6: 0.0008896797153024911}, 'edge_length_total': 454285.1670000005, 'edge_length_avg': 75.21277599337756, 'street_length_total': 252574.61499999996, 'street_length_avg': 79.82762800252843, 'street_segments_count': 3164, 'node_density_km': 77.59311036963379, 'intersection_density_km': 66.65137727925394, 'edge_density_km': 15680.33767896733, 'street_density_km': 8717.993762572403, 'circuity_avg': 1.0649725609275076, 'self_loop_proportion': 0.0016556291390728477, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649725609275076\n", - "3121\n", - "27952508.20733996\n", - "{'n': 552, 'm': 1443, 'k_avg': 5.228260869565218, 'intersection_count': 441, 'streets_per_node_avg': 2.7518115942028984, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 359, 4: 79, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20108695652173914, 2: 0.0, 3: 0.6503623188405797, 4: 0.1431159420289855, 5: 0.005434782608695652}, 'edge_length_total': 265705.51700000005, 'edge_length_avg': 184.13410741510745, 'street_length_total': 133619.35200000013, 'street_length_avg': 180.56669189189208, 'street_segments_count': 740, 'node_density_km': 19.747780625105122, 'intersection_density_km': 15.776759521143767, 'edge_density_km': 9505.605544558226, 'street_density_km': 4780.227627834609, 'circuity_avg': 1.0647846913447712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647846913447712\n", - "3122\n", - "12978117.874581156\n", - "{'n': 449, 'm': 1201, 'k_avg': 5.349665924276169, 'intersection_count': 382, 'streets_per_node_avg': 2.821826280623608, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 328, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1492204899777283, 2: 0.0, 3: 0.7305122494432071, 4: 0.12026726057906459}, 'edge_length_total': 167765.89500000037, 'edge_length_avg': 139.68850541215684, 'street_length_total': 84582.69399999997, 'street_length_avg': 138.6601540983606, 'street_segments_count': 610, 'node_density_km': 34.59669609561861, 'intersection_density_km': 29.434160152619842, 'edge_density_km': 12926.827805177003, 'street_density_km': 6517.3313123980015, 'circuity_avg': 1.0364900251649307, 'self_loop_proportion': 0.0016652789342214821, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364900251649307\n", - "3123\n", - "15990795.25913531\n", - "error with entry 3123\n", - "3124\n", - "18982713.537207406\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1130, 'm': 3231, 'k_avg': 5.71858407079646, 'intersection_count': 1032, 'streets_per_node_avg': 2.9982300884955753, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 843, 4: 185, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08672566371681416, 2: 0.0, 3: 0.7460176991150442, 4: 0.16371681415929204, 5: 0.002654867256637168, 6: 0.0008849557522123894}, 'edge_length_total': 322163.2889999998, 'edge_length_avg': 99.71008635097488, 'street_length_total': 170311.91699999972, 'street_length_avg': 101.67875641791028, 'street_segments_count': 1675, 'node_density_km': 59.52784346585241, 'intersection_density_km': 54.36525173164574, 'edge_density_km': 16971.403396492176, 'street_density_km': 8971.947907562151, 'circuity_avg': 1.0362414811587626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362414811587626\n", - "3125\n", - "8984814.602936976\n", - "{'n': 121, 'm': 300, 'k_avg': 4.958677685950414, 'intersection_count': 95, 'streets_per_node_avg': 2.644628099173554, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 86, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21487603305785125, 2: 0.0, 3: 0.7107438016528925, 4: 0.0743801652892562}, 'edge_length_total': 68801.23200000008, 'edge_length_avg': 229.33744000000024, 'street_length_total': 34400.615999999965, 'street_length_avg': 229.33743999999976, 'street_segments_count': 150, 'node_density_km': 13.467167142263266, 'intersection_density_km': 10.573395690206697, 'edge_density_km': 7657.501577996966, 'street_density_km': 3828.7507889984754, 'circuity_avg': 1.0575227416853528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575227416853528\n", - "3126\n", - "9991303.38358165\n", - "{'n': 428, 'm': 1147, 'k_avg': 5.359813084112149, 'intersection_count': 350, 'streets_per_node_avg': 2.7429906542056073, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 305, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1822429906542056, 2: 0.0, 3: 0.7126168224299065, 4: 0.102803738317757, 5: 0.002336448598130841}, 'edge_length_total': 118983.53399999997, 'edge_length_avg': 103.73455448997382, 'street_length_total': 59552.614000000016, 'street_length_avg': 103.75019860627181, 'street_segments_count': 574, 'node_density_km': 42.83725391657279, 'intersection_density_km': 35.03046465140298, 'edge_density_km': 11908.709948245725, 'street_density_km': 5960.444970358991, 'circuity_avg': 1.0495448262922618, 'self_loop_proportion': 0.0017436791630340018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495448262922618\n", - "3127\n", - "13984070.939562997\n", - "{'n': 1086, 'm': 2878, 'k_avg': 5.300184162062615, 'intersection_count': 846, 'streets_per_node_avg': 2.7302025782688766, 'streets_per_node_counts': {0: 0, 1: 240, 2: 0, 3: 661, 4: 183, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22099447513812154, 2: 0.0, 3: 0.6086556169429097, 4: 0.1685082872928177, 5: 0.001841620626151013}, 'edge_length_total': 269628.8270000004, 'edge_length_avg': 93.68618033356512, 'street_length_total': 138936.79200000004, 'street_length_avg': 95.4236208791209, 'street_segments_count': 1456, 'node_density_km': 77.6597891052988, 'intersection_density_km': 60.49740477263608, 'edge_density_km': 19281.139817245974, 'street_density_km': 9935.36092604675, 'circuity_avg': 1.0411317592308782, 'self_loop_proportion': 0.001389854065323141, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411317592308782\n", - "3128\n", - "4991453.064066961\n", - "{'n': 129, 'm': 337, 'k_avg': 5.224806201550388, 'intersection_count': 107, 'streets_per_node_avg': 2.7751937984496124, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 92, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17054263565891473, 2: 0.0, 3: 0.7131782945736435, 4: 0.11627906976744186}, 'edge_length_total': 58299.931999999986, 'edge_length_avg': 172.9968308605341, 'street_length_total': 29268.388000000017, 'street_length_avg': 171.16016374269017, 'street_segments_count': 171, 'node_density_km': 25.844177706219423, 'intersection_density_km': 21.436643523763397, 'edge_density_km': 11679.951960220993, 'street_density_km': 5863.70093524481, 'circuity_avg': 1.076235077234645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076235077234645\n", - "3129\n", - "11991886.614885818\n", - "{'n': 181, 'm': 530, 'k_avg': 5.856353591160221, 'intersection_count': 159, 'streets_per_node_avg': 3.0331491712707184, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 109, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12154696132596685, 2: 0.0, 3: 0.6022099447513812, 4: 0.27624309392265195}, 'edge_length_total': 93043.47799999996, 'edge_length_avg': 175.55373207547163, 'street_length_total': 46521.73900000001, 'street_length_avg': 175.55373207547174, 'street_segments_count': 265, 'node_density_km': 15.093538307418646, 'intersection_density_km': 13.258964590494832, 'edge_density_km': 7758.869057726317, 'street_density_km': 3879.4345288631607, 'circuity_avg': 1.0848237877682216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0848237877682216\n", - "3130\n", - "4991316.315799303\n", - "{'n': 430, 'm': 1010, 'k_avg': 4.6976744186046515, 'intersection_count': 285, 'streets_per_node_avg': 2.4093023255813955, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 249, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3372093023255814, 2: 0.0, 3: 0.5790697674418605, 4: 0.08372093023255814}, 'edge_length_total': 78121.273, 'edge_length_avg': 77.34779504950495, 'street_length_total': 39200.31200000002, 'street_length_avg': 77.31816962524658, 'street_segments_count': 507, 'node_density_km': 86.14961921745893, 'intersection_density_km': 57.09916622552511, 'edge_density_km': 15651.437027286409, 'street_density_km': 7853.702213966483, 'circuity_avg': 1.063542568011255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063542568011255\n", - "3131\n", - "18979111.168108597\n", - "{'n': 669, 'm': 1773, 'k_avg': 5.300448430493273, 'intersection_count': 602, 'streets_per_node_avg': 2.9417040358744395, 'streets_per_node_counts': {0: 0, 1: 67, 2: 2, 3: 505, 4: 93, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10014947683109118, 2: 0.0029895366218236174, 3: 0.7548579970104634, 4: 0.13901345291479822, 5: 0.0029895366218236174}, 'edge_length_total': 219812.0469999995, 'edge_length_avg': 123.97746587704427, 'street_length_total': 122896.7799999999, 'street_length_avg': 127.48628630705383, 'street_segments_count': 964, 'node_density_km': 35.24927980421701, 'intersection_density_km': 31.719082873151933, 'edge_density_km': 11581.788264634803, 'street_density_km': 6475.370680504182, 'circuity_avg': 1.0711631383498714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711631383498714\n", - "3132\n", - "3996380.9155497765\n", - "{'n': 118, 'm': 292, 'k_avg': 4.9491525423728815, 'intersection_count': 100, 'streets_per_node_avg': 2.8559322033898304, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 81, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15254237288135594, 2: 0.0, 3: 0.6864406779661016, 4: 0.16101694915254236}, 'edge_length_total': 30645.551999999985, 'edge_length_avg': 104.95052054794516, 'street_length_total': 16617.538000000004, 'street_length_avg': 102.57739506172842, 'street_segments_count': 162, 'node_density_km': 29.526714918707118, 'intersection_density_km': 25.0226397616162, 'edge_density_km': 7668.326079918766, 'street_density_km': 4158.146670989682, 'circuity_avg': 1.1119828530562814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1119828530562814\n", - "3133\n", - "5991071.46375798\n", - "{'n': 175, 'm': 409, 'k_avg': 4.674285714285714, 'intersection_count': 128, 'streets_per_node_avg': 2.56, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 113, 4: 13, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26857142857142857, 2: 0.0, 3: 0.6457142857142857, 4: 0.07428571428571429, 5: 0.011428571428571429}, 'edge_length_total': 39314.64600000004, 'edge_length_avg': 96.12382885085583, 'street_length_total': 21848.83900000003, 'street_length_avg': 101.62250697674432, 'street_segments_count': 215, 'node_density_km': 29.21013395661098, 'intersection_density_km': 21.365126551121175, 'edge_density_km': 6562.206149238521, 'street_density_km': 3646.900079922441, 'circuity_avg': 1.0909425915888125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0909425915888125\n", - "3134\n", - "6988151.081684215\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 53, 'm': 124, 'k_avg': 4.679245283018868, 'intersection_count': 47, 'streets_per_node_avg': 3.018867924528302, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 34, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11320754716981132, 2: 0.0, 3: 0.6415094339622641, 4: 0.24528301886792453}, 'edge_length_total': 20253.979, 'edge_length_avg': 163.33854032258063, 'street_length_total': 12614.418, 'street_length_avg': 165.9791842105263, 'street_segments_count': 76, 'node_density_km': 7.584266479142357, 'intersection_density_km': 6.72567027395643, 'edge_density_km': 2898.33158488591, 'street_density_km': 1805.115237571509, 'circuity_avg': 1.0861352501532373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0861352501532373\n", - "3135\n", - "12977873.492709825\n", - "{'n': 656, 'm': 1791, 'k_avg': 5.460365853658536, 'intersection_count': 543, 'streets_per_node_avg': 2.785060975609756, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 460, 4: 81, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1722560975609756, 2: 0.0, 3: 0.7012195121951219, 4: 0.12347560975609756, 5: 0.003048780487804878}, 'edge_length_total': 208862.42899999995, 'edge_length_avg': 116.61777163595754, 'street_length_total': 104729.27299999984, 'street_length_avg': 116.23670699223068, 'street_segments_count': 901, 'node_density_km': 50.547572402250694, 'intersection_density_km': 41.84044483905812, 'edge_density_km': 16093.732853639394, 'street_density_km': 8069.833093906358, 'circuity_avg': 1.167678318433293, 'self_loop_proportion': 0.0033500837520938024, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.167678318433293\n", - "3136\n", - "10981562.999594998\n", - "{'n': 145, 'm': 372, 'k_avg': 5.13103448275862, 'intersection_count': 109, 'streets_per_node_avg': 2.696551724137931, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 81, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2482758620689655, 2: 0.0, 3: 0.5586206896551724, 4: 0.19310344827586207}, 'edge_length_total': 91171.86200000001, 'edge_length_avg': 245.08565053763442, 'street_length_total': 45585.930999999975, 'street_length_avg': 245.08565053763428, 'street_segments_count': 186, 'node_density_km': 13.203949201525106, 'intersection_density_km': 9.92572733080163, 'edge_density_km': 8302.266444527291, 'street_density_km': 4151.133222263643, 'circuity_avg': 1.0441631903605921, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441631903605921\n", - "3137\n", - "6995111.763501633\n", - "{'n': 700, 'm': 1753, 'k_avg': 5.008571428571429, 'intersection_count': 509, 'streets_per_node_avg': 2.597142857142857, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 409, 4: 100}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27285714285714285, 2: 0.0, 3: 0.5842857142857143, 4: 0.14285714285714285}, 'edge_length_total': 142266.57500000004, 'edge_length_avg': 81.15606103822022, 'street_length_total': 72402.60600000001, 'street_length_avg': 80.98725503355706, 'street_segments_count': 894, 'node_density_km': 100.0698807490664, 'intersection_density_km': 72.76509900182114, 'edge_density_km': 20337.99884975445, 'street_density_km': 10350.457354773773, 'circuity_avg': 1.0364867552376902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364867552376902\n", - "3138\n", - "7992708.5737526305\n", - "{'n': 119, 'm': 318, 'k_avg': 5.34453781512605, 'intersection_count': 99, 'streets_per_node_avg': 2.764705882352941, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 87, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16806722689075632, 2: 0.0, 3: 0.7310924369747899, 4: 0.10084033613445378}, 'edge_length_total': 77217.50999999998, 'edge_length_avg': 242.822358490566, 'street_length_total': 38608.75499999999, 'street_length_avg': 242.822358490566, 'street_segments_count': 159, 'node_density_km': 14.888569863636189, 'intersection_density_km': 12.386289214285569, 'edge_density_km': 9660.994053201897, 'street_density_km': 4830.497026600949, 'circuity_avg': 1.054657820190283, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054657820190283\n", - "3139\n", - "7997662.35489229\n", - "{'n': 540, 'm': 1559, 'k_avg': 5.774074074074074, 'intersection_count': 499, 'streets_per_node_avg': 3.0185185185185186, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 421, 4: 68, 5: 8, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07592592592592592, 2: 0.0, 3: 0.7796296296296297, 4: 0.1259259259259259, 5: 0.014814814814814815, 6: 0.001851851851851852, 7: 0.0, 8: 0.001851851851851852}, 'edge_length_total': 123502.59, 'edge_length_avg': 79.21910840282231, 'street_length_total': 63147.894999999895, 'street_length_avg': 78.83632334581759, 'street_segments_count': 801, 'node_density_km': 67.51972964571003, 'intersection_density_km': 62.3932316540913, 'edge_density_km': 15442.33608767587, 'street_density_km': 7895.794070547549, 'circuity_avg': 1.0635031035499496, 'self_loop_proportion': 0.0012828736369467607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635031035499496\n", - "3140\n", - "11990153.170989932\n", - "{'n': 578, 'm': 1543, 'k_avg': 5.339100346020762, 'intersection_count': 513, 'streets_per_node_avg': 2.9083044982698962, 'streets_per_node_counts': {0: 0, 1: 65, 2: 1, 3: 437, 4: 73, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11245674740484429, 2: 0.0017301038062283738, 3: 0.7560553633217993, 4: 0.12629757785467127, 5: 0.0017301038062283738, 6: 0.0017301038062283738}, 'edge_length_total': 163881.27199999988, 'edge_length_avg': 106.20950874918981, 'street_length_total': 88507.67799999996, 'street_length_avg': 109.26873827160489, 'street_segments_count': 810, 'node_density_km': 48.20622320309183, 'intersection_density_km': 42.785108137000186, 'edge_density_km': 13667.988195222488, 'street_density_km': 7381.697025701346, 'circuity_avg': 1.0384596166571838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384596166571838\n", - "3141\n", - "18977310.722155157\n", - "{'n': 202, 'm': 451, 'k_avg': 4.465346534653466, 'intersection_count': 173, 'streets_per_node_avg': 2.8514851485148514, 'streets_per_node_counts': {0: 0, 1: 29, 2: 2, 3: 141, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14356435643564355, 2: 0.009900990099009901, 3: 0.698019801980198, 4: 0.1485148514851485}, 'edge_length_total': 84212.86, 'edge_length_avg': 186.72474501108647, 'street_length_total': 55817.29500000002, 'street_length_avg': 198.6380604982207, 'street_segments_count': 281, 'node_density_km': 10.6442900660405, 'intersection_density_km': 9.116149412995082, 'edge_density_km': 4437.554995697324, 'street_density_km': 2941.2647459492687, 'circuity_avg': 1.0547100953527098, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547100953527098\n", - "3142\n", - "8984385.525758611\n", - "{'n': 201, 'm': 467, 'k_avg': 4.646766169154229, 'intersection_count': 149, 'streets_per_node_avg': 2.537313432835821, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 138, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25870646766169153, 2: 0.0, 3: 0.6865671641791045, 4: 0.05472636815920398}, 'edge_length_total': 82975.00599999996, 'edge_length_avg': 177.6766723768736, 'street_length_total': 43366.548, 'street_length_avg': 174.86511290322582, 'street_segments_count': 248, 'node_density_km': 22.372147702669764, 'intersection_density_km': 16.584328396506443, 'edge_density_km': 9235.468108765717, 'street_density_km': 4826.879687616508, 'circuity_avg': 1.0648628330847356, 'self_loop_proportion': 0.004282655246252677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648628330847356\n", - "3143\n", - "20971832.98152428\n", - "{'n': 626, 'm': 1453, 'k_avg': 4.642172523961661, 'intersection_count': 461, 'streets_per_node_avg': 2.5431309904153356, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 418, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26357827476038337, 2: 0.0, 3: 0.6677316293929713, 4: 0.0670926517571885, 5: 0.001597444089456869}, 'edge_length_total': 192073.68000000017, 'edge_length_avg': 132.19110805230568, 'street_length_total': 99534.86999999997, 'street_length_avg': 129.77166883963488, 'street_segments_count': 767, 'node_density_km': 29.849560625029397, 'intersection_density_km': 21.981864933128676, 'edge_density_km': 9158.65008886981, 'street_density_km': 4746.121623593321, 'circuity_avg': 1.0579706408028346, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579706408028346\n", - "3144\n", - "10979999.57591048\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 388, 'm': 966, 'k_avg': 4.979381443298969, 'intersection_count': 297, 'streets_per_node_avg': 2.582474226804124, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 277, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2345360824742268, 2: 0.0, 3: 0.7139175257731959, 4: 0.05154639175257732}, 'edge_length_total': 118957.77999999984, 'edge_length_avg': 123.1446997929605, 'street_length_total': 59658.86799999999, 'street_length_avg': 122.75487242798351, 'street_segments_count': 486, 'node_density_km': 35.33697768543186, 'intersection_density_km': 27.049181372611503, 'edge_density_km': 10834.04231280543, 'street_density_km': 5433.412596015785, 'circuity_avg': 1.1179741181349854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1179741181349854\n", - "3145\n", - "7998115.549854464\n", - "{'n': 424, 'm': 1213, 'k_avg': 5.721698113207547, 'intersection_count': 408, 'streets_per_node_avg': 3.1202830188679247, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 325, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03773584905660377, 2: 0.0, 3: 0.7665094339622641, 4: 0.1957547169811321}, 'edge_length_total': 110267.66899999995, 'edge_length_avg': 90.90492085737836, 'street_length_total': 60386.47599999998, 'street_length_avg': 94.20667082683305, 'street_segments_count': 641, 'node_density_km': 53.0124874237051, 'intersection_density_km': 51.012016200169064, 'edge_density_km': 13786.706170056073, 'street_density_km': 7550.0879705468615, 'circuity_avg': 1.0275731184982022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275731184982022\n", - "3146\n", - "32974446.930504292\n", - "{'n': 641, 'm': 1641, 'k_avg': 5.1201248049922, 'intersection_count': 489, 'streets_per_node_avg': 2.6193447737909517, 'streets_per_node_counts': {0: 0, 1: 152, 2: 0, 3: 430, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23712948517940718, 2: 0.0, 3: 0.6708268330733229, 4: 0.0904836193447738, 5: 0.0015600624024961}, 'edge_length_total': 298500.24, 'edge_length_avg': 181.90142595978062, 'street_length_total': 149608.63000000006, 'street_length_avg': 182.0056326034064, 'street_segments_count': 822, 'node_density_km': 19.43929495924367, 'intersection_density_km': 14.829664953307573, 'edge_density_km': 9052.471467652145, 'street_density_km': 4537.1080920723125, 'circuity_avg': 1.0405542160659444, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405542160659444\n", - "3147\n", - "3993095.9205080336\n", - "{'n': 117, 'm': 293, 'k_avg': 5.0085470085470085, 'intersection_count': 101, 'streets_per_node_avg': 2.8632478632478633, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 87, 4: 12, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13675213675213677, 2: 0.0, 3: 0.7435897435897436, 4: 0.10256410256410256, 5: 0.017094017094017096}, 'edge_length_total': 45836.87200000003, 'edge_length_avg': 156.43983617747452, 'street_length_total': 25183.881, 'street_length_avg': 161.4351346153846, 'street_segments_count': 156, 'node_density_km': 29.30057337193, 'intersection_density_km': 25.29365735525581, 'edge_density_km': 11479.031035690297, 'street_density_km': 6306.856008807298, 'circuity_avg': 1.0872901451207273, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872901451207273\n", - "3148\n", - "10991163.714577056\n", - "{'n': 162, 'm': 452, 'k_avg': 5.580246913580247, 'intersection_count': 143, 'streets_per_node_avg': 2.919753086419753, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 118, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11728395061728394, 2: 0.0, 3: 0.7283950617283951, 4: 0.15432098765432098}, 'edge_length_total': 92633.58400000002, 'edge_length_avg': 204.94155752212393, 'street_length_total': 46316.792, 'street_length_avg': 204.9415575221239, 'street_segments_count': 226, 'node_density_km': 14.739112636921886, 'intersection_density_km': 13.010451278270553, 'edge_density_km': 8428.005114430649, 'street_density_km': 4214.0025572153245, 'circuity_avg': 1.0298276866122857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0298276866122857\n", - "3149\n", - "23994634.6549554\n", - "{'n': 445, 'm': 1130, 'k_avg': 5.078651685393258, 'intersection_count': 338, 'streets_per_node_avg': 2.582022471910112, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 311, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24044943820224718, 2: 0.0, 3: 0.698876404494382, 4: 0.058426966292134834, 5: 0.0022471910112359553}, 'edge_length_total': 171157.5360000002, 'edge_length_avg': 151.46684601769928, 'street_length_total': 85578.76799999997, 'street_length_avg': 151.46684601769905, 'street_segments_count': 565, 'node_density_km': 18.545812695176757, 'intersection_density_km': 14.086482451617403, 'edge_density_km': 7133.158660728037, 'street_density_km': 3566.579330364013, 'circuity_avg': 1.0545975916530543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545975916530543\n", - "3150\n", - "2996745.605073002\n", - "{'n': 22, 'm': 56, 'k_avg': 5.090909090909091, 'intersection_count': 19, 'streets_per_node_avg': 2.8636363636363638, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 16, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.7272727272727273, 4: 0.13636363636363635}, 'edge_length_total': 13125.635999999993, 'edge_length_avg': 234.386357142857, 'street_length_total': 6562.817999999999, 'street_length_avg': 234.38635714285712, 'street_segments_count': 28, 'node_density_km': 7.341297160078447, 'intersection_density_km': 6.340211183704114, 'edge_density_km': 4379.963376864699, 'street_density_km': 2189.9816884323504, 'circuity_avg': 1.1046416446003793, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1046416446003793\n", - "3151\n", - "1174062707.402211\n", - "error with entry 3151\n", - "3152\n", - "13978467.194486193\n", - "{'n': 265, 'm': 594, 'k_avg': 4.483018867924528, 'intersection_count': 183, 'streets_per_node_avg': 2.4150943396226414, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 174, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30943396226415093, 2: 0.0, 3: 0.6566037735849056, 4: 0.033962264150943396}, 'edge_length_total': 95791.12499999983, 'edge_length_avg': 161.2645202020199, 'street_length_total': 48258.271999999975, 'street_length_avg': 160.3264850498338, 'street_segments_count': 301, 'node_density_km': 18.95772950731889, 'intersection_density_km': 13.091564150337195, 'edge_density_km': 6852.763158308562, 'street_density_km': 3452.3293096853604, 'circuity_avg': 1.0904939587940008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0904939587940008\n", - "3153\n", - "60904055.64390012\n", - "{'n': 3283, 'm': 7871, 'k_avg': 4.795004568991776, 'intersection_count': 2369, 'streets_per_node_avg': 2.5278708498324702, 'streets_per_node_counts': {0: 0, 1: 914, 2: 0, 3: 2093, 4: 274, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.278403898872982, 2: 0.0, 3: 0.6375266524520256, 4: 0.08346024977155041, 5: 0.0006091989034419738}, 'edge_length_total': 859293.2590000017, 'edge_length_avg': 109.17205679075107, 'street_length_total': 436747.1369999998, 'street_length_avg': 106.94102277179232, 'street_segments_count': 4084, 'node_density_km': 53.904456202315494, 'intersection_density_km': 38.89724542896296, 'edge_density_km': 14108.966142159774, 'street_density_km': 7171.068205270538, 'circuity_avg': 1.0820845410388722, 'self_loop_proportion': 0.0008893406174564859, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0820845410388722\n", - "3154\n", - "4996569.647666407\n", - "{'n': 107, 'm': 266, 'k_avg': 4.97196261682243, 'intersection_count': 82, 'streets_per_node_avg': 2.6448598130841123, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 70, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2336448598130841, 2: 0.0, 3: 0.6542056074766355, 4: 0.11214953271028037}, 'edge_length_total': 45214.01399999998, 'edge_length_avg': 169.97749624060143, 'street_length_total': 22607.006999999998, 'street_length_avg': 169.97749624060148, 'street_segments_count': 133, 'node_density_km': 21.414691987726655, 'intersection_density_km': 16.411259280313885, 'edge_density_km': 9049.011059240751, 'street_density_km': 4524.505529620377, 'circuity_avg': 1.0681549867735107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681549867735107\n", - "3155\n", - "29960292.110830992\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 966, 'm': 2593, 'k_avg': 5.3685300207039335, 'intersection_count': 869, 'streets_per_node_avg': 2.9927536231884058, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 689, 4: 174, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10041407867494824, 2: 0.0, 3: 0.7132505175983437, 4: 0.18012422360248448, 5: 0.005175983436853002, 6: 0.0010351966873706005}, 'edge_length_total': 261686.03700000036, 'edge_length_avg': 100.92018395680692, 'street_length_total': 151757.943, 'street_length_avg': 106.64648137737174, 'street_segments_count': 1423, 'node_density_km': 32.2426762872175, 'intersection_density_km': 29.005057653821954, 'edge_density_km': 8734.428757635438, 'street_density_km': 5065.302515696692, 'circuity_avg': 1.0583654482575233, 'self_loop_proportion': 0.0007713073659853452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583654482575233\n", - "3156\n", - "16972609.241622526\n", - "{'n': 968, 'm': 2566, 'k_avg': 5.301652892561983, 'intersection_count': 854, 'streets_per_node_avg': 2.956611570247934, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 675, 4: 172, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11776859504132231, 2: 0.0, 3: 0.6973140495867769, 4: 0.17768595041322313, 5: 0.007231404958677686}, 'edge_length_total': 236595.4420000004, 'edge_length_avg': 92.20399142634466, 'street_length_total': 141576.56100000016, 'street_length_avg': 101.19839957112235, 'street_segments_count': 1399, 'node_density_km': 57.03306935424753, 'intersection_density_km': 50.3163649055035, 'edge_density_km': 13939.839103806684, 'street_density_km': 8341.472957075273, 'circuity_avg': 1.057232648658176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057232648658176\n", - "3157\n", - "37966434.835173525\n", - "{'n': 950, 'm': 2604, 'k_avg': 5.482105263157894, 'intersection_count': 792, 'streets_per_node_avg': 2.829473684210526, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 639, 4: 152, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16631578947368422, 2: 0.0, 3: 0.6726315789473685, 4: 0.16, 5: 0.0010526315789473684}, 'edge_length_total': 468475.8669999993, 'edge_length_avg': 179.90624692780312, 'street_length_total': 234938.29300000006, 'street_length_avg': 179.47921543162724, 'street_segments_count': 1309, 'node_density_km': 25.022101867723553, 'intersection_density_km': 20.860531241302162, 'edge_density_km': 12339.211438572731, 'street_density_km': 6188.052526394827, 'circuity_avg': 1.0440923482015902, 'self_loop_proportion': 0.0007680491551459293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440923482015902\n", - "3158\n", - "10984544.768805774\n", - "{'n': 493, 'm': 1091, 'k_avg': 4.425963488843814, 'intersection_count': 313, 'streets_per_node_avg': 2.310344827586207, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 293, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36511156186612576, 2: 0.0, 3: 0.5943204868154158, 4: 0.04056795131845842}, 'edge_length_total': 112573.68900000013, 'edge_length_avg': 103.18394958753449, 'street_length_total': 56668.057, 'street_length_avg': 102.47388245931285, 'street_segments_count': 553, 'node_density_km': 44.881240904951795, 'intersection_density_km': 28.494580939654995, 'edge_density_km': 10248.370903789306, 'street_density_km': 5158.889894183651, 'circuity_avg': 1.0883059361638128, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0883059361638128\n", - "3159\n", - "5994618.2425959725\n", - "{'n': 95, 'm': 236, 'k_avg': 4.968421052631579, 'intersection_count': 73, 'streets_per_node_avg': 2.610526315789474, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 66, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23157894736842105, 2: 0.0, 3: 0.6947368421052632, 4: 0.07368421052631578}, 'edge_length_total': 48621.75999999996, 'edge_length_avg': 206.02440677966084, 'street_length_total': 24310.88000000001, 'street_length_avg': 206.0244067796611, 'street_segments_count': 118, 'node_density_km': 15.847547943079725, 'intersection_density_km': 12.177589472050736, 'edge_density_km': 8110.901817651741, 'street_density_km': 4055.450908825875, 'circuity_avg': 1.0415287165238398, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415287165238398\n", - "3160\n", - "7987777.9899742035\n", - "{'n': 244, 'm': 660, 'k_avg': 5.409836065573771, 'intersection_count': 206, 'streets_per_node_avg': 2.831967213114754, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 171, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1557377049180328, 2: 0.0, 3: 0.7008196721311475, 4: 0.14344262295081966}, 'edge_length_total': 53063.428000000036, 'edge_length_avg': 80.39913333333338, 'street_length_total': 26531.713999999974, 'street_length_avg': 80.39913333333325, 'street_segments_count': 330, 'node_density_km': 30.546667709875596, 'intersection_density_km': 25.78939978784579, 'edge_density_km': 6643.077469929958, 'street_density_km': 3321.5387349649736, 'circuity_avg': 1.041263065982687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041263065982687\n", - "3161\n", - "6996736.864930069\n", - "{'n': 367, 'm': 1003, 'k_avg': 5.4659400544959125, 'intersection_count': 320, 'streets_per_node_avg': 2.888283378746594, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 267, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12806539509536785, 2: 0.0, 3: 0.7275204359673024, 4: 0.1444141689373297}, 'edge_length_total': 87044.19900000001, 'edge_length_avg': 86.78384745762713, 'street_length_total': 44872.251999999986, 'street_length_avg': 87.81262622309195, 'street_segments_count': 511, 'node_density_km': 52.45302304271637, 'intersection_density_km': 45.73560592280446, 'edge_density_km': 12440.684947906784, 'street_density_km': 6413.311357314918, 'circuity_avg': 1.0563938890953488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563938890953488\n", - "3162\n", - "43925910.78124295\n", - "{'n': 1009, 'm': 2411, 'k_avg': 4.778989098116948, 'intersection_count': 734, 'streets_per_node_avg': 2.5361744301288405, 'streets_per_node_counts': {0: 0, 1: 275, 2: 0, 3: 655, 4: 76, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27254707631318137, 2: 0.0, 3: 0.6491575817641229, 4: 0.0753221010901883, 5: 0.002973240832507433}, 'edge_length_total': 376323.89399999956, 'edge_length_avg': 156.0862272915801, 'street_length_total': 193764.52000000014, 'street_length_avg': 156.51415185783532, 'street_segments_count': 1238, 'node_density_km': 22.97049695850265, 'intersection_density_km': 16.709955171001926, 'edge_density_km': 8567.241687352689, 'street_density_km': 4411.166815981892, 'circuity_avg': 1.0577959474083274, 'self_loop_proportion': 0.005806719203649938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577959474083274\n", - "3163\n", - "7990920.116575158\n", - "{'n': 130, 'm': 324, 'k_avg': 4.984615384615385, 'intersection_count': 100, 'streets_per_node_avg': 2.5846153846153848, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 94, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7230769230769231, 4: 0.046153846153846156}, 'edge_length_total': 65156.37400000005, 'edge_length_avg': 201.09991975308657, 'street_length_total': 32578.186999999998, 'street_length_avg': 201.0999197530864, 'street_segments_count': 162, 'node_density_km': 16.268464470111223, 'intersection_density_km': 12.514203438547096, 'edge_density_km': 8153.801195540611, 'street_density_km': 4076.9005977703023, 'circuity_avg': 1.0843892628506775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843892628506775\n", - "3164\n", - "11981224.225168224\n", - "{'n': 1081, 'm': 3187, 'k_avg': 5.896392229417207, 'intersection_count': 1008, 'streets_per_node_avg': 3.1267345050878816, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 728, 4: 277, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06753006475485661, 2: 0.0, 3: 0.6734505087881592, 4: 0.25624421831637373, 5: 0.0027752081406105457}, 'edge_length_total': 235059.48200000016, 'edge_length_avg': 73.75572074050837, 'street_length_total': 125507.77299999983, 'street_length_avg': 75.47069933854469, 'street_segments_count': 1663, 'node_density_km': 90.22450291258296, 'intersection_density_km': 84.13163638842148, 'edge_density_km': 19618.986973486823, 'street_density_km': 10475.37135114735, 'circuity_avg': 1.0608134042130881, 'self_loop_proportion': 0.0006275494195167869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608134042130881\n", - "3165\n", - "6997145.138335695\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 184, 'm': 524, 'k_avg': 5.695652173913044, 'intersection_count': 166, 'streets_per_node_avg': 3.010869565217391, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 130, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09782608695652174, 2: 0.0, 3: 0.7065217391304348, 4: 0.18478260869565216, 5: 0.010869565217391304}, 'edge_length_total': 51612.959000000046, 'edge_length_avg': 98.49801335877872, 'street_length_total': 26286.75400000001, 'street_length_avg': 98.08490298507468, 'street_segments_count': 268, 'node_density_km': 26.29643895649781, 'intersection_density_km': 23.723961232492588, 'edge_density_km': 7376.2881831941595, 'street_density_km': 3756.7827278558416, 'circuity_avg': 1.0557140075341307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557140075341307\n", - "3166\n", - "7985896.735277934\n", - "{'n': 194, 'm': 467, 'k_avg': 4.814432989690721, 'intersection_count': 161, 'streets_per_node_avg': 2.845360824742268, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 125, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17010309278350516, 2: 0.0, 3: 0.6443298969072165, 4: 0.18556701030927836}, 'edge_length_total': 69657.69099999995, 'edge_length_avg': 149.1599379014988, 'street_length_total': 39607.59599999997, 'street_length_avg': 152.33690769230756, 'street_segments_count': 260, 'node_density_km': 24.292826019525055, 'intersection_density_km': 20.160541181152237, 'edge_density_km': 8722.588496829047, 'street_density_km': 4959.692982884721, 'circuity_avg': 1.0943758868042794, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0943758868042794\n", - "3167\n", - "3996288.3789121807\n", - "{'n': 81, 'm': 206, 'k_avg': 5.08641975308642, 'intersection_count': 67, 'streets_per_node_avg': 2.802469135802469, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 55, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1728395061728395, 2: 0.0, 3: 0.6790123456790124, 4: 0.14814814814814814}, 'edge_length_total': 37091.948000000004, 'edge_length_avg': 180.05800000000002, 'street_length_total': 18545.973999999995, 'street_length_avg': 180.05799999999994, 'street_segments_count': 103, 'node_density_km': 20.26880753336645, 'intersection_density_km': 16.765556848587064, 'edge_density_km': 9281.599445057243, 'street_density_km': 4640.79972252862, 'circuity_avg': 1.0604876920278865, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604876920278865\n", - "3168\n", - "7997738.712175174\n", - "{'n': 82, 'm': 206, 'k_avg': 5.024390243902439, 'intersection_count': 63, 'streets_per_node_avg': 2.597560975609756, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 58, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23170731707317074, 2: 0.0, 3: 0.7073170731707317, 4: 0.06097560975609756}, 'edge_length_total': 39221.11999999999, 'edge_length_avg': 190.39378640776692, 'street_length_total': 19610.55999999999, 'street_length_avg': 190.3937864077669, 'street_segments_count': 103, 'node_density_km': 10.252898094203701, 'intersection_density_km': 7.877226584571136, 'edge_density_km': 4904.026176835787, 'street_density_km': 2452.013088417893, 'circuity_avg': 1.079700720056504, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079700720056504\n", - "3169\n", - "8987115.312805803\n", - "{'n': 157, 'm': 373, 'k_avg': 4.751592356687898, 'intersection_count': 131, 'streets_per_node_avg': 2.738853503184713, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 120, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16560509554140126, 2: 0.0, 3: 0.7643312101910829, 4: 0.07006369426751592}, 'edge_length_total': 65646.50999999998, 'edge_length_avg': 175.99600536193023, 'street_length_total': 37845.666, 'street_length_avg': 189.22833, 'street_segments_count': 200, 'node_density_km': 17.469454272639588, 'intersection_density_km': 14.576423628762967, 'edge_density_km': 7304.514042059726, 'street_density_km': 4211.102749073826, 'circuity_avg': 1.1040511148803305, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1040511148803305\n", - "3170\n", - "6988182.862160633\n", - "{'n': 418, 'm': 1120, 'k_avg': 5.358851674641149, 'intersection_count': 342, 'streets_per_node_avg': 2.8708133971291865, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 245, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.5861244019138756, 4: 0.22966507177033493, 5: 0.0023923444976076554}, 'edge_length_total': 127100.65499999985, 'edge_length_avg': 113.4827276785713, 'street_length_total': 65003.171, 'street_length_avg': 112.26799827288428, 'street_segments_count': 579, 'node_density_km': 59.815263602126336, 'intersection_density_km': 48.93976112901246, 'edge_density_km': 18187.9406287749, 'street_density_km': 9301.870354878216, 'circuity_avg': 1.0537232807553376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0537232807553376\n", - "3171\n", - "5989731.091539506\n", - "{'n': 221, 'm': 570, 'k_avg': 5.158371040723982, 'intersection_count': 171, 'streets_per_node_avg': 2.6561085972850678, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 148, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22624434389140272, 2: 0.0, 3: 0.669683257918552, 4: 0.09954751131221719, 5: 0.004524886877828055}, 'edge_length_total': 61246.989999999954, 'edge_length_avg': 107.45085964912273, 'street_length_total': 30623.49500000003, 'street_length_avg': 107.45085964912292, 'street_segments_count': 285, 'node_density_km': 36.896481097817976, 'intersection_density_km': 28.548860939940607, 'edge_density_km': 10225.332166666267, 'street_density_km': 5112.6660833331425, 'circuity_avg': 1.0676760581025373, 'self_loop_proportion': 0.017543859649122806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676760581025373\n", - "3172\n", - "43981511.8330073\n", - "{'n': 773, 'm': 1996, 'k_avg': 5.164294954721863, 'intersection_count': 602, 'streets_per_node_avg': 2.701164294954722, 'streets_per_node_counts': {0: 0, 1: 171, 2: 0, 3: 493, 4: 107, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22121604139715395, 2: 0.0, 3: 0.6377749029754204, 4: 0.1384217335058215, 5: 0.00258732212160414}, 'edge_length_total': 277009.71799999924, 'edge_length_avg': 138.78242384769501, 'street_length_total': 140533.50199999998, 'street_length_avg': 138.59319723865875, 'street_segments_count': 1014, 'node_density_km': 17.575566818507546, 'intersection_density_km': 13.687569501606134, 'edge_density_km': 6298.321873331072, 'street_density_km': 3195.2858404137946, 'circuity_avg': 1.0401420877771814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401420877771814\n", - "3173\n", - "33961965.246807985\n", - "error with entry 3173\n", - "3174\n", - "1997774.7714876996\n", - "{'n': 18, 'm': 46, 'k_avg': 5.111111111111111, 'intersection_count': 17, 'streets_per_node_avg': 2.9444444444444446, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 16, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05555555555555555, 2: 0.0, 3: 0.8888888888888888, 4: 0.05555555555555555}, 'edge_length_total': 7659.579999999999, 'edge_length_avg': 166.51260869565215, 'street_length_total': 3829.789999999999, 'street_length_avg': 166.51260869565212, 'street_segments_count': 23, 'node_density_km': 9.010024681909357, 'intersection_density_km': 8.509467755136615, 'edge_density_km': 3834.055825169959, 'street_density_km': 1917.0279125849793, 'circuity_avg': 1.0959480157048975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0959480157048975\n", - "3175\n", - "34953893.144886605\n", - "error with entry 3175\n", - "3176\n", - "17971495.11085747\n", - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 25747.555999999997, 'edge_length_avg': 1430.4197777777777, 'street_length_total': 12873.778, 'street_length_avg': 1430.4197777777779, 'street_segments_count': 9, 'node_density_km': 0.5007930583673393, 'intersection_density_km': 0.3338620389115596, 'edge_density_km': 1432.6885905249264, 'street_density_km': 716.3442952624633, 'circuity_avg': 1.0428989687728434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428989687728434\n", - "3177\n", - "6987792.828754755\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 96, 'm': 226, 'k_avg': 4.708333333333333, 'intersection_count': 72, 'streets_per_node_avg': 2.5208333333333335, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 70, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7291666666666666, 4: 0.020833333333333332}, 'edge_length_total': 51046.41800000001, 'edge_length_avg': 225.86910619469032, 'street_length_total': 25523.208999999995, 'street_length_avg': 225.86910619469023, 'street_segments_count': 113, 'node_density_km': 13.738243584577978, 'intersection_density_km': 10.303682688433483, 'edge_density_km': 7305.084631293604, 'street_density_km': 3652.5423156468, 'circuity_avg': 1.096513463690175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.096513463690175\n", - "3178\n", - "6987823.402546795\n", - "{'n': 140, 'm': 350, 'k_avg': 5.0, 'intersection_count': 105, 'streets_per_node_avg': 2.6357142857142857, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 86, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6142857142857143, 4: 0.1357142857142857}, 'edge_length_total': 65158.186, 'edge_length_avg': 186.1662457142857, 'street_length_total': 32579.09300000001, 'street_length_avg': 186.1662457142858, 'street_segments_count': 175, 'node_density_km': 20.034850902067067, 'intersection_density_km': 15.0261381765503, 'edge_density_km': 9324.53243970824, 'street_density_km': 4662.266219854122, 'circuity_avg': 1.0374758935174222, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374758935174222\n", - "3179\n", - "41963663.332417354\n", - "error with entry 3179\n", - "3180\n", - "4997871.554656554\n", - "{'n': 67, 'm': 154, 'k_avg': 4.597014925373134, 'intersection_count': 46, 'streets_per_node_avg': 2.4776119402985075, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 39, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31343283582089554, 2: 0.0, 3: 0.582089552238806, 4: 0.1044776119402985}, 'edge_length_total': 36171.726, 'edge_length_avg': 234.88133766233767, 'street_length_total': 18085.862999999994, 'street_length_avg': 234.8813376623376, 'street_segments_count': 77, 'node_density_km': 13.4057066627844, 'intersection_density_km': 9.203918007284813, 'edge_density_km': 7237.42609317331, 'street_density_km': 3618.7130465866535, 'circuity_avg': 1.043147192565316, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043147192565316\n", - "3181\n", - "5990088.1092914995\n", - "{'n': 378, 'm': 1029, 'k_avg': 5.444444444444445, 'intersection_count': 308, 'streets_per_node_avg': 2.867724867724868, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 219, 4: 88, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.5793650793650794, 4: 0.2328042328042328, 5: 0.0026455026455026454}, 'edge_length_total': 91298.21600000003, 'edge_length_avg': 88.72518561710402, 'street_length_total': 47926.24500000003, 'street_length_avg': 90.59781663516074, 'street_segments_count': 529, 'node_density_km': 63.10424706669455, 'intersection_density_km': 51.41827538767704, 'edge_density_km': 15241.548093154623, 'street_density_km': 8000.924882166498, 'circuity_avg': 1.0534828115748716, 'self_loop_proportion': 0.0058309037900874635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0534828115748716\n", - "3182\n", - "19967629.178121027\n", - "{'n': 2858, 'm': 8265, 'k_avg': 5.783764870538838, 'intersection_count': 2500, 'streets_per_node_avg': 2.986703988803359, 'streets_per_node_counts': {0: 0, 1: 358, 2: 0, 3: 1825, 4: 672, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12526242127361792, 2: 0.0, 3: 0.6385584324702589, 4: 0.2351294611616515, 5: 0.0010496850944716584}, 'edge_length_total': 618637.4230000051, 'edge_length_avg': 74.85026291591107, 'street_length_total': 321327.7629999993, 'street_length_avg': 76.56129687872273, 'street_segments_count': 4197, 'node_density_km': 143.13166448080747, 'intersection_density_km': 125.20264562701843, 'edge_density_km': 30982.016817392614, 'street_density_km': 16092.434416404589, 'circuity_avg': 1.0182738994289957, 'self_loop_proportion': 0.0004839685420447671, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0182738994289957\n", - "3183\n", - "4996284.432004667\n", - "{'n': 118, 'm': 299, 'k_avg': 5.067796610169491, 'intersection_count': 96, 'streets_per_node_avg': 2.7203389830508473, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 85, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1864406779661017, 2: 0.0, 3: 0.7203389830508474, 4: 0.09322033898305085}, 'edge_length_total': 30881.391000000014, 'edge_length_avg': 103.28224414715724, 'street_length_total': 15565.942999999997, 'street_length_avg': 99.78168589743588, 'street_segments_count': 156, 'node_density_km': 23.617550522970262, 'intersection_density_km': 19.214278391569028, 'edge_density_km': 6180.871289509318, 'street_density_km': 3115.503773221824, 'circuity_avg': 1.0785981412446328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0785981412446328\n", - "3184\n", - "10982975.986978538\n", - "{'n': 147, 'm': 332, 'k_avg': 4.517006802721088, 'intersection_count': 123, 'streets_per_node_avg': 2.816326530612245, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 102, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16326530612244897, 2: 0.0, 3: 0.6938775510204082, 4: 0.14285714285714285}, 'edge_length_total': 61382.18699999994, 'edge_length_avg': 184.88610542168658, 'street_length_total': 36777.12199999999, 'street_length_avg': 188.60062564102557, 'street_segments_count': 195, 'node_density_km': 13.384350486997679, 'intersection_density_km': 11.199150407487853, 'edge_density_km': 5588.848329703617, 'street_density_km': 3348.5570799392713, 'circuity_avg': 1.1445756729223042, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1445756729223042\n", - "3185\n", - "5994721.309156114\n", - "{'n': 94, 'm': 240, 'k_avg': 5.1063829787234045, 'intersection_count': 77, 'streets_per_node_avg': 2.734042553191489, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 68, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18085106382978725, 2: 0.0, 3: 0.723404255319149, 4: 0.09574468085106383}, 'edge_length_total': 55599.19399999999, 'edge_length_avg': 231.66330833333328, 'street_length_total': 27799.597000000005, 'street_length_avg': 231.6633083333334, 'street_segments_count': 120, 'node_density_km': 15.680462051910219, 'intersection_density_km': 12.844633808479648, 'edge_density_km': 9274.692038657386, 'street_density_km': 4637.346019328695, 'circuity_avg': 1.0312764291220524, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0312764291220524\n", - "3186\n", - "29948348.05302813\n", - "{'n': 2272, 'm': 5773, 'k_avg': 5.081866197183099, 'intersection_count': 1754, 'streets_per_node_avg': 2.678257042253521, 'streets_per_node_counts': {0: 0, 1: 518, 2: 2, 3: 1455, 4: 287, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22799295774647887, 2: 0.0008802816901408451, 3: 0.6404049295774648, 4: 0.12632042253521128, 5: 0.0044014084507042256}, 'edge_length_total': 499907.1820000003, 'edge_length_avg': 86.59400346440331, 'street_length_total': 257285.0550000003, 'street_length_avg': 85.33500995024886, 'street_segments_count': 3015, 'node_density_km': 75.86395069194056, 'intersection_density_km': 58.56750418735199, 'edge_density_km': 16692.312414522436, 'street_density_km': 8590.959826713573, 'circuity_avg': 1.0682447482708157, 'self_loop_proportion': 0.003117962930885155, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682447482708157\n", - "3187\n", - "5991382.594872214\n", - "{'n': 118, 'm': 244, 'k_avg': 4.135593220338983, 'intersection_count': 87, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 31, 2: 2, 3: 80, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2627118644067797, 2: 0.01694915254237288, 3: 0.6779661016949152, 4: 0.0423728813559322}, 'edge_length_total': 40253.75500000002, 'edge_length_avg': 164.97440573770498, 'street_length_total': 25268.740000000005, 'street_length_avg': 181.78949640287775, 'street_segments_count': 139, 'node_density_km': 19.694953231828578, 'intersection_density_km': 14.520855348890562, 'edge_density_km': 6718.608662122764, 'street_density_km': 4217.514004468103, 'circuity_avg': 1.1093652014308333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1093652014308333\n", - "3188\n", - "6990998.7338883\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 140, 'm': 310, 'k_avg': 4.428571428571429, 'intersection_count': 107, 'streets_per_node_avg': 2.6142857142857143, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 95, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2357142857142857, 2: 0.0, 3: 0.6785714285714286, 4: 0.08571428571428572}, 'edge_length_total': 48179.97399999992, 'edge_length_avg': 155.41927096774168, 'street_length_total': 27366.99900000002, 'street_length_avg': 157.28160344827597, 'street_segments_count': 174, 'node_density_km': 20.02575101628346, 'intersection_density_km': 15.305395419588073, 'edge_density_km': 6891.715452107208, 'street_density_km': 3914.6050574062774, 'circuity_avg': 1.1484326283032067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1484326283032067\n", - "3189\n", - "4995262.651291533\n", - "{'n': 600, 'm': 1280, 'k_avg': 4.266666666666667, 'intersection_count': 342, 'streets_per_node_avg': 2.191666666666667, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 312, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.43, 2: 0.0, 3: 0.52, 4: 0.04833333333333333, 5: 0.0016666666666666668}, 'edge_length_total': 102698.16399999984, 'edge_length_avg': 80.23294062499988, 'street_length_total': 51349.08199999999, 'street_length_avg': 80.23294062499998, 'street_segments_count': 640, 'node_density_km': 120.11380419503448, 'intersection_density_km': 68.46486839116966, 'edge_density_km': 20559.111936475867, 'street_density_km': 10279.555968237946, 'circuity_avg': 1.0415422119632516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415422119632516\n", - "3190\n", - "63900634.91722228\n", - "{'n': 2301, 'm': 6137, 'k_avg': 5.334202520643198, 'intersection_count': 1874, 'streets_per_node_avg': 2.8048674489352456, 'streets_per_node_counts': {0: 0, 1: 427, 2: 1, 3: 1473, 4: 394, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18557149065623643, 2: 0.000434593654932638, 3: 0.6401564537157758, 4: 0.17122990004345937, 5: 0.002607561929595828}, 'edge_length_total': 919475.5729999999, 'edge_length_avg': 149.82492634837865, 'street_length_total': 479004.6419999998, 'street_length_avg': 150.34671751412424, 'street_segments_count': 3186, 'node_density_km': 36.009031881776224, 'intersection_density_km': 29.32678215838707, 'edge_density_km': 14389.14612023966, 'street_density_km': 7496.085799781313, 'circuity_avg': 1.0407872511041403, 'self_loop_proportion': 0.0013035685188202706, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407872511041403\n", - "3191\n", - "5994702.305528624\n", - "{'n': 84, 'm': 202, 'k_avg': 4.809523809523809, 'intersection_count': 62, 'streets_per_node_avg': 2.5952380952380953, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 52, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2619047619047619, 2: 0.0, 3: 0.6190476190476191, 4: 0.11904761904761904}, 'edge_length_total': 37643.52199999997, 'edge_length_avg': 186.35406930693054, 'street_length_total': 18821.760999999995, 'street_length_avg': 186.35406930693065, 'street_segments_count': 101, 'node_density_km': 14.012372211132297, 'intersection_density_km': 10.34246520345479, 'edge_density_km': 6279.464780975557, 'street_density_km': 3139.7323904877803, 'circuity_avg': 1.0634065262083408, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634065262083408\n", - "3192\n", - "42928569.95564098\n", - "{'n': 1156, 'm': 3101, 'k_avg': 5.365051903114187, 'intersection_count': 936, 'streets_per_node_avg': 2.7889273356401385, 'streets_per_node_counts': {0: 0, 1: 220, 2: 0, 3: 741, 4: 194, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1903114186851211, 2: 0.0, 3: 0.6410034602076125, 4: 0.16782006920415224, 5: 0.0008650519031141869}, 'edge_length_total': 522727.70399999985, 'edge_length_avg': 168.56746339890353, 'street_length_total': 262493.6209999993, 'street_length_avg': 166.55686611675083, 'street_segments_count': 1576, 'node_density_km': 26.928453502982276, 'intersection_density_km': 21.8036613138334, 'edge_density_km': 12176.685702322386, 'street_density_km': 6114.660266373644, 'circuity_avg': 1.0427489255373328, 'self_loop_proportion': 0.0006449532408900354, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427489255373328\n", - "3193\n", - "5991983.798758295\n", - "{'n': 135, 'm': 278, 'k_avg': 4.118518518518519, 'intersection_count': 91, 'streets_per_node_avg': 2.3777777777777778, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 87, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32592592592592595, 2: 0.0, 3: 0.6444444444444445, 4: 0.02962962962962963}, 'edge_length_total': 58133.24800000006, 'edge_length_avg': 209.11240287769806, 'street_length_total': 30745.06399999999, 'street_length_avg': 212.03492413793097, 'street_segments_count': 145, 'node_density_km': 22.53010097056266, 'intersection_density_km': 15.186956950527422, 'edge_density_km': 9701.83664582786, 'street_density_km': 5131.032564936377, 'circuity_avg': 1.1959646860577482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1959646860577482\n", - "3194\n", - "10987020.674749142\n", - "{'n': 1297, 'm': 3793, 'k_avg': 5.8488820354664615, 'intersection_count': 1233, 'streets_per_node_avg': 3.1063993831919814, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 975, 4: 250, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04934464148033924, 2: 0.0, 3: 0.7517347725520431, 4: 0.19275250578257516, 5: 0.006168080185042405}, 'edge_length_total': 298999.6730000009, 'edge_length_avg': 78.82933640917503, 'street_length_total': 156938.30600000024, 'street_length_avg': 79.10196875000013, 'street_segments_count': 1984, 'node_density_km': 118.04838075719863, 'intersection_density_km': 112.22332573140008, 'edge_density_km': 27213.899186262133, 'street_density_km': 14283.972939150177, 'circuity_avg': 1.033480103863888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033480103863888\n", - "3195\n", - "11995298.56624944\n", - "{'n': 175, 'm': 518, 'k_avg': 5.92, 'intersection_count': 160, 'streets_per_node_avg': 3.045714285714286, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 122, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08571428571428572, 2: 0.0, 3: 0.6971428571428572, 4: 0.21714285714285714}, 'edge_length_total': 106605.23800000006, 'edge_length_avg': 205.80161776061786, 'street_length_total': 53302.619000000006, 'street_length_avg': 205.80161776061777, 'street_segments_count': 259, 'node_density_km': 14.58904912066037, 'intersection_density_km': 13.338559196032339, 'edge_density_km': 8887.25173543823, 'street_density_km': 4443.625867719114, 'circuity_avg': 1.1033071231903333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1033071231903333\n", - "3196\n", - "5992677.487366043\n", - "{'n': 98, 'm': 227, 'k_avg': 4.63265306122449, 'intersection_count': 81, 'streets_per_node_avg': 2.7653061224489797, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 70, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17346938775510204, 2: 0.0, 3: 0.7142857142857143, 4: 0.11224489795918367}, 'edge_length_total': 38148.54599999999, 'edge_length_avg': 168.0552687224669, 'street_length_total': 24229.591, 'street_length_avg': 192.29834126984127, 'street_segments_count': 126, 'node_density_km': 16.353291196899345, 'intersection_density_km': 13.516495785192316, 'edge_density_km': 6365.860015064383, 'street_density_km': 4043.199563313996, 'circuity_avg': 1.0834892421867326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0834892421867326\n", - "3197\n", - "10994989.67874958\n", - "{'n': 640, 'm': 1852, 'k_avg': 5.7875, 'intersection_count': 560, 'streets_per_node_avg': 3.025, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 390, 4: 164, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.609375, 4: 0.25625, 5: 0.009375}, 'edge_length_total': 176074.88099999964, 'edge_length_avg': 95.07282991360672, 'street_length_total': 95371.94599999988, 'street_length_avg': 99.65720585161952, 'street_segments_count': 957, 'node_density_km': 58.20833113076509, 'intersection_density_km': 50.93228973941945, 'edge_density_km': 16014.101526653185, 'street_density_km': 8674.12783336475, 'circuity_avg': 1.0468893412961269, 'self_loop_proportion': 0.0010799136069114472, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468893412961269\n", - "3198\n", - "7992254.063413303\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 434, 'm': 929, 'k_avg': 4.28110599078341, 'intersection_count': 257, 'streets_per_node_avg': 2.2350230414746544, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 235, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4078341013824885, 2: 0.0, 3: 0.5414746543778802, 4: 0.05069124423963134}, 'edge_length_total': 93391.49899999995, 'edge_length_avg': 100.52906243272331, 'street_length_total': 47182.89200000001, 'street_length_avg': 100.60318123667379, 'street_segments_count': 469, 'node_density_km': 54.30257804074973, 'intersection_density_km': 32.15613492274811, 'edge_density_km': 11685.251527166123, 'street_density_km': 5903.5775922079865, 'circuity_avg': 1.0407504674604882, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407504674604882\n", - "3199\n", - "6988362.122255839\n", - "{'n': 48, 'm': 126, 'k_avg': 5.25, 'intersection_count': 40, 'streets_per_node_avg': 2.9583333333333335, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 26, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.5416666666666666, 4: 0.2916666666666667}, 'edge_length_total': 31624.45799999999, 'edge_length_avg': 250.98776190476184, 'street_length_total': 15812.229, 'street_length_avg': 250.9877619047619, 'street_segments_count': 63, 'node_density_km': 6.868562212472416, 'intersection_density_km': 5.7238018437270135, 'edge_density_km': 4525.303275181686, 'street_density_km': 2262.6516375908436, 'circuity_avg': 1.0285262804452668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285262804452668\n", - "3200\n", - "28971216.00475654\n", - "{'n': 448, 'm': 1208, 'k_avg': 5.392857142857143, 'intersection_count': 375, 'streets_per_node_avg': 2.752232142857143, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 340, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16294642857142858, 2: 0.0, 3: 0.7589285714285714, 4: 0.078125}, 'edge_length_total': 224008.96000000005, 'edge_length_avg': 185.43788079470204, 'street_length_total': 112004.4800000001, 'street_length_avg': 185.43788079470215, 'street_segments_count': 604, 'node_density_km': 15.463624306499481, 'intersection_density_km': 12.943881952985057, 'edge_density_km': 7732.121425735872, 'street_density_km': 3866.0607128679385, 'circuity_avg': 1.056369909347391, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056369909347391\n", - "3201\n", - "8984202.955256162\n", - "{'n': 298, 'm': 723, 'k_avg': 4.852348993288591, 'intersection_count': 220, 'streets_per_node_avg': 2.533557046979866, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 203, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26174496644295303, 2: 0.0, 3: 0.6812080536912751, 4: 0.05704697986577181}, 'edge_length_total': 95218.90800000011, 'edge_length_avg': 131.69973443983417, 'street_length_total': 47989.04699999998, 'street_length_avg': 131.83804120879114, 'street_segments_count': 364, 'node_density_km': 33.1693308225697, 'intersection_density_km': 24.487425439480987, 'edge_density_km': 10598.481409449101, 'street_density_km': 5341.491865110219, 'circuity_avg': 1.0909979935406093, 'self_loop_proportion': 0.011065006915629323, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0909979935406093\n", - "3202\n", - "6991608.49488552\n", - "{'n': 131, 'm': 302, 'k_avg': 4.6106870229007635, 'intersection_count': 91, 'streets_per_node_avg': 2.404580152671756, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 89, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3053435114503817, 2: 0.0, 3: 0.6793893129770993, 4: 0.015267175572519083}, 'edge_length_total': 50402.5159999999, 'edge_length_avg': 166.89574834437053, 'street_length_total': 25201.258, 'street_length_avg': 166.89574834437087, 'street_segments_count': 151, 'node_density_km': 18.736747072698467, 'intersection_density_km': 13.015602928363057, 'edge_density_km': 7209.00148182928, 'street_density_km': 3604.5007409146474, 'circuity_avg': 1.0648064287867889, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648064287867889\n", - "3203\n", - "3996475.249590825\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 4934.199999999999, 'edge_length_avg': 493.4199999999999, 'street_length_total': 2467.1, 'street_length_avg': 493.41999999999996, 'street_segments_count': 5, 'node_density_km': 1.5013229471680838, 'intersection_density_km': 1.0008819647787226, 'edge_density_km': 1234.637947652793, 'street_density_km': 617.3189738263966, 'circuity_avg': 1.0206608630492142, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0206608630492142\n", - "3204\n", - "23964950.575144514\n", - "{'n': 1184, 'm': 2656, 'k_avg': 4.486486486486487, 'intersection_count': 834, 'streets_per_node_avg': 2.470439189189189, 'streets_per_node_counts': {0: 0, 1: 350, 2: 1, 3: 759, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2956081081081081, 2: 0.0008445945945945946, 3: 0.6410472972972973, 4: 0.0625}, 'edge_length_total': 291709.2039999991, 'edge_length_avg': 109.8302725903611, 'street_length_total': 155628.86799999978, 'street_length_avg': 108.00060235947244, 'street_segments_count': 1441, 'node_density_km': 49.40548474270577, 'intersection_density_km': 34.80082286775051, 'edge_density_km': 12172.326543520945, 'street_density_km': 6494.019986062972, 'circuity_avg': 1.0709939241620343, 'self_loop_proportion': 0.0007530120481927711, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709939241620343\n", - "3205\n", - "10992641.901872316\n", - "{'n': 559, 'm': 1353, 'k_avg': 4.840787119856888, 'intersection_count': 434, 'streets_per_node_avg': 2.644007155635063, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 384, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22361359570661896, 2: 0.0, 3: 0.6869409660107334, 4: 0.08765652951699464, 5: 0.0017889087656529517}, 'edge_length_total': 133216.57899999982, 'edge_length_avg': 98.46014708056158, 'street_length_total': 71824.7430000001, 'street_length_avg': 100.877448033708, 'street_segments_count': 712, 'node_density_km': 50.85219776919947, 'intersection_density_km': 39.480954976444664, 'edge_density_km': 12118.704510633588, 'street_density_km': 6533.892729441736, 'circuity_avg': 1.0647634780410045, 'self_loop_proportion': 0.0029563932002956393, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647634780410045\n", - "3206\n", - "1997866.8764966005\n", - "{'n': 22, 'm': 50, 'k_avg': 4.545454545454546, 'intersection_count': 17, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 15, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22727272727272727, 2: 0.0, 3: 0.6818181818181818, 4: 0.09090909090909091}, 'edge_length_total': 9540.204, 'edge_length_avg': 190.80408, 'street_length_total': 4770.102, 'street_length_avg': 190.80408, 'street_segments_count': 25, 'node_density_km': 11.011744705722606, 'intersection_density_km': 8.509075454422014, 'edge_density_km': 4775.195040386983, 'street_density_km': 2387.5975201934916, 'circuity_avg': 1.040711757336295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040711757336295\n", - "3207\n", - "23961628.001842376\n", - "{'n': 774, 'm': 2061, 'k_avg': 5.325581395348837, 'intersection_count': 675, 'streets_per_node_avg': 2.9160206718346253, 'streets_per_node_counts': {0: 0, 1: 99, 2: 1, 3: 545, 4: 125, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12790697674418605, 2: 0.0012919896640826874, 3: 0.7041343669250646, 4: 0.16149870801033592, 5: 0.003875968992248062, 6: 0.0012919896640826874}, 'edge_length_total': 220869.7020000002, 'edge_length_avg': 107.16627947598262, 'street_length_total': 124702.766, 'street_length_avg': 112.95540398550725, 'street_segments_count': 1104, 'node_density_km': 32.3016449441786, 'intersection_density_km': 28.17003919550459, 'edge_density_km': 9217.64172213248, 'street_density_km': 5204.2693422338325, 'circuity_avg': 1.0565570136889375, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565570136889375\n", - "3208\n", - "16975055.703071196\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 466, 'm': 1100, 'k_avg': 4.721030042918455, 'intersection_count': 367, 'streets_per_node_avg': 2.6824034334763946, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 320, 4: 44, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21244635193133046, 2: 0.0, 3: 0.6866952789699571, 4: 0.0944206008583691, 5: 0.006437768240343348}, 'edge_length_total': 178833.85199999978, 'edge_length_avg': 162.5762290909089, 'street_length_total': 103453.92399999996, 'street_length_avg': 171.56537976782747, 'street_segments_count': 603, 'node_density_km': 27.452045410118412, 'intersection_density_km': 21.61995850968553, 'edge_density_km': 10535.096622254056, 'street_density_km': 6094.467423826047, 'circuity_avg': 1.0983010304354175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0983010304354175\n", - "3209\n", - "8986873.285342513\n", - "{'n': 469, 'm': 1161, 'k_avg': 4.950959488272921, 'intersection_count': 397, 'streets_per_node_avg': 2.788912579957356, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 353, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1535181236673774, 2: 0.0, 3: 0.7526652452025586, 4: 0.09168443496801706, 5: 0.0021321961620469083}, 'edge_length_total': 137047.90799999985, 'edge_length_avg': 118.04298708010323, 'street_length_total': 77667.20899999999, 'street_length_avg': 123.08590966719491, 'street_segments_count': 631, 'node_density_km': 52.18722742702221, 'intersection_density_km': 44.17554219302306, 'edge_density_km': 15249.78751213989, 'street_density_km': 8642.294882100354, 'circuity_avg': 1.1374709636285851, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1374709636285851\n", - "3210\n", - "14975570.715411374\n", - "{'n': 376, 'm': 1192, 'k_avg': 6.340425531914893, 'intersection_count': 359, 'streets_per_node_avg': 3.2819148936170213, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 220, 4: 138, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04521276595744681, 2: 0.0, 3: 0.5851063829787234, 4: 0.3670212765957447, 5: 0.0026595744680851063}, 'edge_length_total': 226237.0660000001, 'edge_length_avg': 189.79619630872492, 'street_length_total': 113118.53300000013, 'street_length_avg': 189.79619630872506, 'street_segments_count': 596, 'node_density_km': 25.107557310858144, 'intersection_density_km': 23.972375198399135, 'edge_density_km': 15107.074735200531, 'street_density_km': 7553.53736760027, 'circuity_avg': 1.0248723605843157, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248723605843157\n", - "3211\n", - "22992206.211629592\n", - "{'n': 1830, 'm': 4146, 'k_avg': 4.531147540983606, 'intersection_count': 1190, 'streets_per_node_avg': 2.3852459016393444, 'streets_per_node_counts': {0: 0, 1: 640, 2: 2, 3: 1032, 4: 155, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34972677595628415, 2: 0.001092896174863388, 3: 0.5639344262295082, 4: 0.08469945355191257, 5: 0.000546448087431694}, 'edge_length_total': 392694.84199999797, 'edge_length_avg': 94.7165561987453, 'street_length_total': 203712.6820000004, 'street_length_avg': 94.53024686774961, 'street_segments_count': 2155, 'node_density_km': 79.59218802910593, 'intersection_density_km': 51.75666871838036, 'edge_density_km': 17079.476340176985, 'street_density_km': 8860.075458829233, 'circuity_avg': 1.0571612182037238, 'self_loop_proportion': 0.000964785335262904, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571612182037238\n", - "3212\n", - "8997131.918091625\n", - "{'n': 484, 'm': 1038, 'k_avg': 4.289256198347108, 'intersection_count': 278, 'streets_per_node_avg': 2.190082644628099, 'streets_per_node_counts': {0: 0, 1: 206, 2: 0, 3: 258, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4256198347107438, 2: 0.0, 3: 0.5330578512396694, 4: 0.04132231404958678}, 'edge_length_total': 126899.10200000029, 'edge_length_avg': 122.25347013487504, 'street_length_total': 63449.550999999956, 'street_length_avg': 122.25347013487468, 'street_segments_count': 519, 'node_density_km': 53.79492091549335, 'intersection_density_km': 30.898735567163538, 'edge_density_km': 14104.394951109793, 'street_density_km': 7052.197475554875, 'circuity_avg': 1.0592542253459873, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592542253459873\n", - "3213\n", - "9982450.327900248\n", - "{'n': 226, 'm': 566, 'k_avg': 5.008849557522124, 'intersection_count': 172, 'streets_per_node_avg': 2.601769911504425, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 154, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23893805309734514, 2: 0.0, 3: 0.6814159292035398, 4: 0.07964601769911504}, 'edge_length_total': 102936.032, 'edge_length_avg': 181.86578091872792, 'street_length_total': 51468.01599999999, 'street_length_avg': 181.86578091872786, 'street_segments_count': 283, 'node_density_km': 22.639731987280303, 'intersection_density_km': 17.23023850359386, 'edge_density_km': 10311.699895195174, 'street_density_km': 5155.849947597585, 'circuity_avg': 1.0361543045862471, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0361543045862471\n", - "3214\n", - "4992069.519896863\n", - "{'n': 207, 'm': 592, 'k_avg': 5.719806763285024, 'intersection_count': 192, 'streets_per_node_avg': 3.1207729468599035, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 142, 4: 46, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07246376811594203, 2: 0.0, 3: 0.6859903381642513, 4: 0.2222222222222222, 5: 0.014492753623188406, 6: 0.004830917874396135}, 'edge_length_total': 61039.95800000001, 'edge_length_avg': 103.10803716216219, 'street_length_total': 33193.90199999997, 'street_length_avg': 106.73280385852081, 'street_segments_count': 311, 'node_density_km': 41.46576869071259, 'intersection_density_km': 38.461002843559505, 'edge_density_km': 12227.385407337257, 'street_density_km': 6649.326870889763, 'circuity_avg': 1.0801934542850102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801934542850102\n", - "3215\n", - "12977520.867531046\n", - "{'n': 272, 'm': 715, 'k_avg': 5.257352941176471, 'intersection_count': 247, 'streets_per_node_avg': 2.988970588235294, 'streets_per_node_counts': {0: 0, 1: 25, 2: 1, 3: 201, 4: 42, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09191176470588236, 2: 0.003676470588235294, 3: 0.7389705882352942, 4: 0.15441176470588236, 5: 0.011029411764705883}, 'edge_length_total': 121894.15699999993, 'edge_length_avg': 170.48133846153837, 'street_length_total': 67532.29699999996, 'street_length_avg': 174.05231185567, 'street_segments_count': 388, 'node_density_km': 20.959319023753384, 'intersection_density_km': 19.03291102524664, 'edge_density_km': 9392.715160641472, 'street_density_km': 5203.790283933319, 'circuity_avg': 1.106527558783195, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.106527558783195\n", - "3216\n", - "108819362.42584081\n", - "{'n': 8323, 'm': 20470, 'k_avg': 4.918899435299772, 'intersection_count': 6874, 'streets_per_node_avg': 2.7546557731587167, 'streets_per_node_counts': {0: 0, 1: 1449, 2: 15, 3: 6025, 4: 801, 5: 29, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1740958788898234, 2: 0.0018022347711161841, 3: 0.7238976330650005, 4: 0.09623933677760423, 5: 0.003484320557491289, 6: 0.00048059593896431575}, 'edge_length_total': 1916047.6670000064, 'edge_length_avg': 93.60271944308776, 'street_length_total': 1085110.5849999995, 'street_length_avg': 95.72252866972472, 'street_segments_count': 11336, 'node_density_km': 76.48455030851731, 'intersection_density_km': 63.16890530106308, 'edge_density_km': 17607.598724039315, 'street_density_km': 9971.668284120764, 'circuity_avg': 1.112280376912572, 'self_loop_proportion': 0.0019540791402051783, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.112280376912572\n", - "3217\n", - "8984961.953582194\n", - "{'n': 15, 'm': 36, 'k_avg': 4.8, 'intersection_count': 11, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.5333333333333333, 4: 0.2}, 'edge_length_total': 19201.787999999993, 'edge_length_avg': 533.3829999999998, 'street_length_total': 9600.894, 'street_length_avg': 533.383, 'street_segments_count': 18, 'node_density_km': 1.6694561510101538, 'intersection_density_km': 1.2242678440741128, 'edge_density_km': 2137.1028724661965, 'street_density_km': 1068.5514362330987, 'circuity_avg': 1.0893651973180836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0893651973180836\n", - "3218\n", - "25954682.613739002\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1219, 'm': 3013, 'k_avg': 4.943396226415095, 'intersection_count': 956, 'streets_per_node_avg': 2.67104183757178, 'streets_per_node_counts': {0: 0, 1: 263, 2: 0, 3: 836, 4: 116, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21575061525840852, 2: 0.0, 3: 0.6858080393765381, 4: 0.0951599671862182, 5: 0.002461033634126333, 6: 0.0008203445447087777}, 'edge_length_total': 376288.15499999886, 'edge_length_avg': 124.88820278791864, 'street_length_total': 197491.14700000017, 'street_length_avg': 124.20826855345923, 'street_segments_count': 1590, 'node_density_km': 46.96647684509644, 'intersection_density_km': 36.833430569247085, 'edge_density_km': 14497.890827638643, 'street_density_km': 7609.075785633343, 'circuity_avg': 1.0815957437591486, 'self_loop_proportion': 0.011284434118818453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815957437591486\n", - "3219\n", - "4996207.299873698\n", - "{'n': 78, 'm': 199, 'k_avg': 5.102564102564102, 'intersection_count': 64, 'streets_per_node_avg': 2.782051282051282, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 53, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1794871794871795, 2: 0.0, 3: 0.6794871794871795, 4: 0.14102564102564102}, 'edge_length_total': 42691.07300000002, 'edge_length_avg': 214.5280050251257, 'street_length_total': 21809.094, 'street_length_avg': 215.93162376237623, 'street_segments_count': 101, 'node_density_km': 15.6118422071822, 'intersection_density_km': 12.809716682816163, 'edge_density_km': 8544.696093990982, 'street_density_km': 4365.129925764155, 'circuity_avg': 1.0234928269436403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0234928269436403\n", - "3220\n", - "5989886.859324363\n", - "{'n': 199, 'm': 507, 'k_avg': 5.0954773869346734, 'intersection_count': 168, 'streets_per_node_avg': 2.819095477386935, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 142, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15577889447236182, 2: 0.0, 3: 0.7135678391959799, 4: 0.1306532663316583}, 'edge_length_total': 57621.03599999998, 'edge_length_avg': 113.65095857988162, 'street_length_total': 32988.10900000002, 'street_length_avg': 123.08995895522395, 'street_segments_count': 268, 'node_density_km': 33.2226642461902, 'intersection_density_km': 28.047274338492226, 'edge_density_km': 9619.720264048428, 'street_density_km': 5507.300851375506, 'circuity_avg': 1.051458873168398, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051458873168398\n", - "3221\n", - "43934300.58546405\n", - "error with entry 3221\n", - "3222\n", - "2995330.820267996\n", - "{'n': 16, 'm': 30, 'k_avg': 3.75, 'intersection_count': 11, 'streets_per_node_avg': 2.375, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3125, 2: 0.0, 3: 0.6875}, 'edge_length_total': 10418.192, 'edge_length_avg': 347.27306666666664, 'street_length_total': 5209.096, 'street_length_avg': 347.27306666666664, 'street_segments_count': 15, 'node_density_km': 5.341647036693082, 'intersection_density_km': 3.672382337726494, 'edge_density_km': 3478.1440265312235, 'street_density_km': 1739.0720132656118, 'circuity_avg': 1.3542747803831487, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3542747803831487\n", - "3223\n", - "6988207.623995241\n", - "error with entry 3223\n", - "3224\n", - "20992614.241457682\n", - "{'n': 679, 'm': 1683, 'k_avg': 4.957290132547865, 'intersection_count': 502, 'streets_per_node_avg': 2.531664212076583, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 466, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2606774668630339, 2: 0.0, 3: 0.6863033873343152, 4: 0.053019145802650956}, 'edge_length_total': 244695.96399999972, 'edge_length_avg': 145.39272964943535, 'street_length_total': 122499.31399999995, 'street_length_avg': 145.31353973902722, 'street_segments_count': 843, 'node_density_km': 32.344709057677214, 'intersection_density_km': 23.913172234100088, 'edge_density_km': 11656.288310998303, 'street_density_km': 5835.352976575911, 'circuity_avg': 1.06412680456255, 'self_loop_proportion': 0.0011883541295306002, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06412680456255\n", - "3225\n", - "5990093.201517155\n", - "{'n': 281, 'm': 792, 'k_avg': 5.637010676156583, 'intersection_count': 254, 'streets_per_node_avg': 3.0284697508896796, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 195, 4: 56, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09608540925266904, 2: 0.0, 3: 0.693950177935943, 4: 0.199288256227758, 5: 0.010676156583629894}, 'edge_length_total': 81432.29900000004, 'edge_length_avg': 102.8185593434344, 'street_length_total': 42583.935, 'street_length_avg': 104.11720048899755, 'street_segments_count': 409, 'node_density_km': 46.910789289360146, 'intersection_density_km': 42.40334690212625, 'edge_density_km': 13594.496155648309, 'street_density_km': 7109.060504970848, 'circuity_avg': 1.0423192115147486, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423192115147486\n", - "3226\n", - "9986023.198617857\n", - "error with entry 3226\n", - "3227\n", - "4998492.508448362\n", - "{'n': 213, 'm': 560, 'k_avg': 5.258215962441315, 'intersection_count': 193, 'streets_per_node_avg': 3.032863849765258, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 147, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09389671361502347, 2: 0.0, 3: 0.6901408450704225, 4: 0.2112676056338028, 5: 0.004694835680751174}, 'edge_length_total': 57467.90500000004, 'edge_length_avg': 102.6212589285715, 'street_length_total': 31767.619000000024, 'street_length_avg': 100.5304398734178, 'street_segments_count': 316, 'node_density_km': 42.61284770158027, 'intersection_density_km': 38.61164134462438, 'edge_density_km': 11497.047340346879, 'street_density_km': 6355.439954407647, 'circuity_avg': 1.0402770915337973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402770915337973\n", - "3228\n", - "5990914.185048127\n", - "{'n': 158, 'm': 357, 'k_avg': 4.518987341772152, 'intersection_count': 123, 'streets_per_node_avg': 2.651898734177215, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 108, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22151898734177214, 2: 0.0, 3: 0.6835443037974683, 4: 0.0949367088607595}, 'edge_length_total': 66612.53399999991, 'edge_length_avg': 186.58973109243672, 'street_length_total': 39405.465000000004, 'street_length_avg': 203.12095360824745, 'street_segments_count': 194, 'node_density_km': 26.373270442486024, 'intersection_density_km': 20.53109028117583, 'edge_density_km': 11118.926417982868, 'street_density_km': 6577.537882005808, 'circuity_avg': 1.1272267446484494, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1272267446484494\n", - "3229\n", - "17969607.30280102\n", - "{'n': 411, 'm': 1222, 'k_avg': 5.9464720194647205, 'intersection_count': 373, 'streets_per_node_avg': 3.0802919708029197, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 264, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09245742092457421, 2: 0.0, 3: 0.6423357664233577, 4: 0.26520681265206814}, 'edge_length_total': 234016.57400000002, 'edge_length_avg': 191.5029247135843, 'street_length_total': 117008.28700000023, 'street_length_avg': 191.50292471358466, 'street_segments_count': 611, 'node_density_km': 22.8719522399321, 'intersection_density_km': 20.75727052431794, 'edge_density_km': 13022.909741801792, 'street_density_km': 6511.454870900908, 'circuity_avg': 1.0585364825772152, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585364825772152\n", - "3230\n", - "15972524.85560142\n", - "{'n': 239, 'm': 581, 'k_avg': 4.861924686192468, 'intersection_count': 185, 'streets_per_node_avg': 2.6820083682008367, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 153, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22594142259414227, 2: 0.0, 3: 0.6401673640167364, 4: 0.13389121338912133}, 'edge_length_total': 102681.13500000002, 'edge_length_avg': 176.7317297762479, 'street_length_total': 55846.05300000001, 'street_length_avg': 178.99375961538465, 'street_segments_count': 312, 'node_density_km': 14.963194746019434, 'intersection_density_km': 11.582389238550608, 'edge_density_km': 6428.610124465743, 'street_density_km': 3496.3822880147404, 'circuity_avg': 1.031958947594894, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031958947594894\n", - "3231\n", - "8995640.238192612\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 214, 'm': 477, 'k_avg': 4.457943925233645, 'intersection_count': 151, 'streets_per_node_avg': 2.44392523364486, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 144, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29439252336448596, 2: 0.0, 3: 0.6728971962616822, 4: 0.03271028037383177}, 'edge_length_total': 64238.78600000006, 'edge_length_avg': 134.67250733752633, 'street_length_total': 32931.99900000001, 'street_length_avg': 135.52262962962968, 'street_segments_count': 243, 'node_density_km': 23.78930174324051, 'intersection_density_km': 16.785909173968772, 'edge_density_km': 7141.10216716568, 'street_density_km': 3660.88439822007, 'circuity_avg': 1.0710693932156077, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710693932156077\n", - "3232\n", - "999397.9448162486\n", - "{'n': 84, 'm': 170, 'k_avg': 4.0476190476190474, 'intersection_count': 49, 'streets_per_node_avg': 2.1785714285714284, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 48, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4166666666666667, 2: 0.0, 3: 0.5714285714285714, 4: 0.011904761904761904}, 'edge_length_total': 12007.408000000007, 'edge_length_avg': 70.63181176470592, 'street_length_total': 6003.703999999998, 'street_length_avg': 70.63181176470586, 'street_segments_count': 85, 'node_density_km': 84.05060310129456, 'intersection_density_km': 49.02951847575516, 'edge_density_km': 12014.641477182258, 'street_density_km': 6007.320738591124, 'circuity_avg': 1.0617330009474213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0617330009474213\n", - "3233\n", - "2995925.0320173544\n", - "{'n': 58, 'm': 160, 'k_avg': 5.517241379310345, 'intersection_count': 50, 'streets_per_node_avg': 2.8793103448275863, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 41, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7068965517241379, 4: 0.15517241379310345}, 'edge_length_total': 25582.07000000001, 'edge_length_avg': 159.88793750000008, 'street_length_total': 12791.035, 'street_length_avg': 159.8879375, 'street_segments_count': 80, 'node_density_km': 19.35962995741077, 'intersection_density_km': 16.6893361701817, 'edge_density_km': 8538.955323182407, 'street_density_km': 4269.4776615912015, 'circuity_avg': 1.2417036045159158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2417036045159158\n", - "3234\n", - "28951992.378919005\n", - "{'n': 455, 'm': 1348, 'k_avg': 5.9252747252747255, 'intersection_count': 385, 'streets_per_node_avg': 3.0549450549450547, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 222, 4: 161, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.4879120879120879, 4: 0.35384615384615387, 5: 0.004395604395604396}, 'edge_length_total': 308763.116, 'edge_length_avg': 229.05275667655786, 'street_length_total': 154381.55800000008, 'street_length_avg': 229.05275667655798, 'street_segments_count': 674, 'node_density_km': 15.715671448273175, 'intersection_density_km': 13.297875840846533, 'edge_density_km': 10664.658651430898, 'street_density_km': 5332.329325715452, 'circuity_avg': 1.0235620093259437, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235620093259437\n", - "3235\n", - "34941832.74479252\n", - "{'n': 1528, 'm': 3891, 'k_avg': 5.092931937172775, 'intersection_count': 1283, 'streets_per_node_avg': 2.8075916230366493, 'streets_per_node_counts': {0: 0, 1: 245, 2: 5, 3: 1079, 4: 197, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16034031413612565, 2: 0.0032722513089005235, 3: 0.706151832460733, 4: 0.12892670157068062, 5: 0.0013089005235602095}, 'edge_length_total': 464309.91600000096, 'edge_length_avg': 119.32919969159623, 'street_length_total': 259355.13599999927, 'street_length_avg': 122.22202450518344, 'street_segments_count': 2122, 'node_density_km': 43.72981838589225, 'intersection_density_km': 36.71816556878257, 'edge_density_km': 13288.081349115791, 'street_density_km': 7422.482326392902, 'circuity_avg': 1.1345553145751066, 'self_loop_proportion': 0.0030840400925212026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1345553145751066\n", - "3236\n", - "20965171.259136155\n", - "{'n': 529, 'm': 1328, 'k_avg': 5.020793950850662, 'intersection_count': 439, 'streets_per_node_avg': 2.765595463137996, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 385, 4: 52, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17013232514177692, 2: 0.0, 3: 0.7277882797731569, 4: 0.09829867674858223, 5: 0.003780718336483932}, 'edge_length_total': 213356.84899999955, 'edge_length_avg': 160.66027786144545, 'street_length_total': 118396.66499999998, 'street_length_avg': 165.35847067039103, 'street_segments_count': 716, 'node_density_km': 25.23232428971805, 'intersection_density_km': 20.939490289576984, 'edge_density_km': 10176.728172779574, 'street_density_km': 5647.302544614576, 'circuity_avg': 1.034492346983585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034492346983585\n", - "3237\n", - "11979141.699889656\n", - "{'n': 731, 'm': 1832, 'k_avg': 5.012311901504788, 'intersection_count': 571, 'streets_per_node_avg': 2.652530779753762, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 505, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2188782489740082, 2: 0.0, 3: 0.6908344733242134, 4: 0.09028727770177838}, 'edge_length_total': 193255.44600000035, 'edge_length_avg': 105.48878056768578, 'street_length_total': 99135.263, 'street_length_avg': 104.02441028331585, 'street_segments_count': 953, 'node_density_km': 61.02273587820849, 'intersection_density_km': 47.66618630158283, 'edge_density_km': 16132.662159074425, 'street_density_km': 8275.656594070773, 'circuity_avg': 1.063931084503861, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063931084503861\n", - "3238\n", - "8984007.12347259\n", - "{'n': 601, 'm': 1703, 'k_avg': 5.667221297836939, 'intersection_count': 575, 'streets_per_node_avg': 3.1397670549084857, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 448, 4: 119, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04326123128119801, 2: 0.0, 3: 0.7454242928452579, 4: 0.19800332778702162, 5: 0.011647254575707155, 6: 0.0016638935108153079}, 'edge_length_total': 145240.05100000006, 'edge_length_avg': 85.28482149148566, 'street_length_total': 81336.95400000001, 'street_length_avg': 88.5059347116431, 'street_segments_count': 919, 'node_density_km': 66.89665221098971, 'intersection_density_km': 64.00262066775223, 'edge_density_km': 16166.511112900853, 'street_density_km': 9053.527327186805, 'circuity_avg': 1.0222385741204112, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0222385741204112\n", - "3239\n", - "11987019.713733641\n", - "{'n': 460, 'm': 1254, 'k_avg': 5.452173913043478, 'intersection_count': 413, 'streets_per_node_avg': 2.9782608695652173, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 330, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10217391304347827, 2: 0.0, 3: 0.717391304347826, 4: 0.1782608695652174, 5: 0.002173913043478261}, 'edge_length_total': 135799.9359999998, 'edge_length_avg': 108.2934098883571, 'street_length_total': 73796.72300000003, 'street_length_avg': 111.30727450980396, 'street_segments_count': 663, 'node_density_km': 38.374843037337605, 'intersection_density_km': 34.45393516178354, 'edge_density_km': 11328.91571408801, 'street_density_km': 6156.386221293224, 'circuity_avg': 1.0648210085524996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648210085524996\n", - "3240\n", - "7988089.886189098\n", - "{'n': 248, 'm': 728, 'k_avg': 5.870967741935484, 'intersection_count': 220, 'streets_per_node_avg': 2.9919354838709675, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 167, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11290322580645161, 2: 0.0, 3: 0.6733870967741935, 4: 0.20967741935483872, 5: 0.004032258064516129}, 'edge_length_total': 98788.20799999998, 'edge_length_avg': 135.69808791208789, 'street_length_total': 49394.10399999999, 'street_length_avg': 135.69808791208789, 'street_segments_count': 364, 'node_density_km': 31.046220502447817, 'intersection_density_km': 27.54100205862306, 'edge_density_km': 12366.937454071285, 'street_density_km': 6183.468727035643, 'circuity_avg': 1.0335575382804814, 'self_loop_proportion': 0.0027472527472527475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335575382804814\n", - "3241\n", - "12977857.198387826\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 252, 'm': 730, 'k_avg': 5.7936507936507935, 'intersection_count': 208, 'streets_per_node_avg': 2.9365079365079363, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 136, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1746031746031746, 2: 0.0, 3: 0.5396825396825397, 4: 0.2857142857142857}, 'edge_length_total': 126811.17399999998, 'edge_length_avg': 173.71393698630135, 'street_length_total': 63405.587000000036, 'street_length_avg': 173.71393698630146, 'street_segments_count': 365, 'node_density_km': 19.417689387991164, 'intersection_density_km': 16.02729917738953, 'edge_density_km': 9771.349157375002, 'street_density_km': 4885.674578687504, 'circuity_avg': 1.0411070764838002, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411070764838002\n", - "3242\n", - "13974782.134693881\n", - "{'n': 641, 'm': 1655, 'k_avg': 5.16380655226209, 'intersection_count': 502, 'streets_per_node_avg': 2.658346333853354, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 445, 4: 55, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21684867394695787, 2: 0.0, 3: 0.6942277691107644, 4: 0.08580343213728549, 5: 0.0031201248049922}, 'edge_length_total': 238660.71499999933, 'edge_length_avg': 144.20587009063402, 'street_length_total': 119391.75700000004, 'street_length_avg': 144.19294323671502, 'street_segments_count': 828, 'node_density_km': 45.86833582247049, 'intersection_density_km': 35.92184802321402, 'edge_density_km': 17077.956042513088, 'street_density_km': 8543.371613901394, 'circuity_avg': 1.0525793139498782, 'self_loop_proportion': 0.0012084592145015106, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525793139498782\n", - "3243\n", - "532728843.77249104\n", - "error with entry 3243\n", - "3244\n", - "5995891.86770377\n", - "{'n': 163, 'm': 365, 'k_avg': 4.478527607361963, 'intersection_count': 115, 'streets_per_node_avg': 2.441717791411043, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 111, 4: 3, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.294478527607362, 2: 0.0, 3: 0.6809815950920245, 4: 0.018404907975460124, 5: 0.006134969325153374}, 'edge_length_total': 54597.88700000006, 'edge_length_avg': 149.58325205479468, 'street_length_total': 29473.056000000008, 'street_length_avg': 155.12134736842108, 'street_segments_count': 190, 'node_density_km': 27.185280121207995, 'intersection_density_km': 19.17979885852098, 'edge_density_km': 9105.882528350076, 'street_density_km': 4915.541615877609, 'circuity_avg': 1.0714131204338209, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0714131204338209\n", - "3245\n", - "9982059.921440527\n", - "{'n': 413, 'm': 1038, 'k_avg': 5.026634382566586, 'intersection_count': 324, 'streets_per_node_avg': 2.624697336561743, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 302, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21549636803874092, 2: 0.0, 3: 0.7312348668280871, 4: 0.05084745762711865, 5: 0.002421307506053269}, 'edge_length_total': 160866.92300000018, 'edge_length_avg': 154.9777678227362, 'street_length_total': 80664.54200000009, 'street_length_avg': 154.52977394636034, 'street_segments_count': 522, 'node_density_km': 41.37422568591427, 'intersection_density_km': 32.458230320184555, 'edge_density_km': 16115.603819856175, 'street_density_km': 8080.951490457419, 'circuity_avg': 1.1136111116494036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1136111116494036\n", - "3246\n", - "15988473.049495935\n", - "{'n': 1642, 'm': 4831, 'k_avg': 5.884287454323995, 'intersection_count': 1578, 'streets_per_node_avg': 3.173568818514007, 'streets_per_node_counts': {0: 0, 1: 64, 2: 1, 3: 1177, 4: 387, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0389768574908648, 2: 0.0006090133982947625, 3: 0.7168087697929354, 4: 0.2356881851400731, 5: 0.007308160779537149, 6: 0.0006090133982947625}, 'edge_length_total': 357746.15799999796, 'edge_length_avg': 74.05219581867065, 'street_length_total': 196763.182, 'street_length_avg': 76.14674226006191, 'street_segments_count': 2584, 'node_density_km': 102.69898788438505, 'intersection_density_km': 98.69610406915933, 'edge_density_km': 22375.254778396524, 'street_density_km': 12306.564947814282, 'circuity_avg': 1.019379850829038, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.019379850829038\n", - "3247\n", - "5991866.935652004\n", - "{'n': 70, 'm': 177, 'k_avg': 5.057142857142857, 'intersection_count': 60, 'streets_per_node_avg': 2.8142857142857145, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 53, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7571428571428571, 4: 0.1}, 'edge_length_total': 30807.47100000001, 'edge_length_avg': 174.05350847457632, 'street_length_total': 15619.675999999994, 'street_length_avg': 169.77908695652167, 'street_segments_count': 92, 'node_density_km': 11.682502423993327, 'intersection_density_km': 10.013573506279995, 'edge_density_km': 5141.547923351489, 'street_density_km': 2606.81289617129, 'circuity_avg': 1.1888805138090954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1888805138090954\n", - "3248\n", - "3993019.3372805235\n", - "{'n': 177, 'm': 453, 'k_avg': 5.11864406779661, 'intersection_count': 141, 'streets_per_node_avg': 2.689265536723164, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 125, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2033898305084746, 2: 0.0, 3: 0.7062146892655368, 4: 0.0847457627118644, 5: 0.005649717514124294}, 'edge_length_total': 70880.84500000003, 'edge_length_avg': 156.46985651214135, 'street_length_total': 35526.342999999986, 'street_length_avg': 155.13686899563314, 'street_segments_count': 229, 'node_density_km': 44.32735858488159, 'intersection_density_km': 35.31162463541415, 'edge_density_km': 17751.190017595552, 'street_density_km': 8897.112685709024, 'circuity_avg': 1.1211528793638963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1211528793638963\n", - "3249\n", - "20962680.32750308\n", - "{'n': 436, 'm': 1074, 'k_avg': 4.926605504587156, 'intersection_count': 328, 'streets_per_node_avg': 2.5894495412844036, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 291, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24770642201834864, 2: 0.0, 3: 0.6674311926605505, 4: 0.08486238532110092}, 'edge_length_total': 193484.3839999998, 'edge_length_avg': 180.153057728119, 'street_length_total': 96839.49500000007, 'street_length_avg': 179.9990613382901, 'street_segments_count': 538, 'node_density_km': 20.798866995456063, 'intersection_density_km': 15.646854069976122, 'edge_density_km': 9229.944881912255, 'street_density_km': 4619.614166082876, 'circuity_avg': 1.0382204686081185, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382204686081185\n", - "3250\n", - "14987380.632717744\n", - "{'n': 78, 'm': 198, 'k_avg': 5.076923076923077, 'intersection_count': 62, 'streets_per_node_avg': 2.7051282051282053, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 53, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20512820512820512, 2: 0.0, 3: 0.6794871794871795, 4: 0.11538461538461539}, 'edge_length_total': 49595.90400000001, 'edge_length_avg': 250.4843636363637, 'street_length_total': 24797.95200000001, 'street_length_avg': 250.48436363636372, 'street_segments_count': 99, 'node_density_km': 5.2043783974982585, 'intersection_density_km': 4.136813598011436, 'edge_density_km': 3309.177581820481, 'street_density_km': 1654.5887909102407, 'circuity_avg': 1.0619148343841198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619148343841198\n", - "3251\n", - "27985426.23222653\n", - "{'n': 1001, 'm': 2596, 'k_avg': 5.186813186813187, 'intersection_count': 772, 'streets_per_node_avg': 2.635364635364635, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 679, 4: 93}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22877122877122877, 2: 0.0, 3: 0.6783216783216783, 4: 0.09290709290709291}, 'edge_length_total': 345407.0060000009, 'edge_length_avg': 133.05354622496185, 'street_length_total': 172703.503, 'street_length_avg': 133.05354622496148, 'street_segments_count': 1298, 'node_density_km': 35.7686172686304, 'intersection_density_km': 27.58578674463803, 'edge_density_km': 12342.38861090665, 'street_density_km': 6171.1943054533085, 'circuity_avg': 1.0483992063997662, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483992063997662\n", - "3252\n", - "193958428.05602026\n", - "error with entry 3252\n", - "3253\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "3993469.4409147105\n", - "{'n': 357, 'm': 870, 'k_avg': 4.873949579831932, 'intersection_count': 255, 'streets_per_node_avg': 2.518207282913165, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 223, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6246498599439776, 4: 0.0896358543417367}, 'edge_length_total': 53669.94199999998, 'edge_length_avg': 61.6895885057471, 'street_length_total': 27267.954000000016, 'street_length_avg': 61.414310810810846, 'street_segments_count': 444, 'node_density_km': 89.39595138562737, 'intersection_density_km': 63.854250989733835, 'edge_density_km': 13439.427243421398, 'street_density_km': 6828.136387029482, 'circuity_avg': 1.0998793519223489, 'self_loop_proportion': 0.0022988505747126436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0998793519223489\n", - "3254\n", - "57900402.124289215\n", - "{'n': 6122, 'm': 16511, 'k_avg': 5.393988892518784, 'intersection_count': 5263, 'streets_per_node_avg': 2.87046716759229, 'streets_per_node_counts': {0: 0, 1: 859, 2: 2, 3: 4375, 4: 852, 5: 28, 6: 5, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14031362299901992, 2: 0.0003266906239790918, 3: 0.7146357399542633, 4: 0.1391702058150931, 5: 0.004573668735707285, 6: 0.0008167265599477295, 7: 0.0001633453119895459}, 'edge_length_total': 1155539.9670000055, 'edge_length_avg': 69.98606789413152, 'street_length_total': 625388.1440000023, 'street_length_avg': 71.70237835358888, 'street_segments_count': 8722, 'node_density_km': 105.73328984587175, 'intersection_density_km': 90.897468875992, 'edge_density_km': 19957.37377642938, 'street_density_km': 10801.10191044169, 'circuity_avg': 1.048389248895179, 'self_loop_proportion': 0.0033916782750893345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048389248895179\n", - "3255\n", - "6993180.317897655\n", - "{'n': 727, 'm': 1972, 'k_avg': 5.425034387895461, 'intersection_count': 649, 'streets_per_node_avg': 3.001375515818432, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 500, 4: 141, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10729023383768914, 2: 0.0, 3: 0.687757909215956, 4: 0.1939477303988996, 5: 0.011004126547455296}, 'edge_length_total': 147420.35399999958, 'edge_length_avg': 74.75677180527363, 'street_length_total': 81591.8479999999, 'street_length_avg': 75.61802409638544, 'street_segments_count': 1079, 'node_density_km': 103.95842334272261, 'intersection_density_km': 92.80469979288442, 'edge_density_km': 21080.58812993946, 'street_density_km': 11667.345083492524, 'circuity_avg': 1.0327572142848933, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327572142848933\n", - "3256\n", - "5992497.373921333\n", - "{'n': 199, 'm': 506, 'k_avg': 5.085427135678392, 'intersection_count': 155, 'streets_per_node_avg': 2.6532663316582914, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 136, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22110552763819097, 2: 0.0, 3: 0.6834170854271356, 4: 0.09547738693467336}, 'edge_length_total': 67451.23800000001, 'edge_length_avg': 133.30284189723324, 'street_length_total': 33725.619, 'street_length_avg': 133.3028418972332, 'street_segments_count': 253, 'node_density_km': 33.20819144052117, 'intersection_density_km': 25.86567675015468, 'edge_density_km': 11255.94786132742, 'street_density_km': 5627.973930663709, 'circuity_avg': 1.1303728402169775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1303728402169775\n", - "3257\n", - "2995398.4791147085\n", - "{'n': 41, 'm': 96, 'k_avg': 4.682926829268292, 'intersection_count': 34, 'streets_per_node_avg': 2.682926829268293, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 33, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17073170731707318, 2: 0.0, 3: 0.8048780487804879, 4: 0.024390243902439025}, 'edge_length_total': 18958.98600000001, 'edge_length_avg': 197.48943750000012, 'street_length_total': 9479.493, 'street_length_avg': 197.4894375, 'street_segments_count': 48, 'node_density_km': 13.687661353195843, 'intersection_density_km': 11.350743561186796, 'edge_density_km': 6329.370243121492, 'street_density_km': 3164.6851215607444, 'circuity_avg': 1.1341371685949098, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1341371685949098\n", - "3258\n", - "8984091.140734391\n", - "{'n': 50, 'm': 118, 'k_avg': 4.72, 'intersection_count': 36, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 14, 2: 1, 3: 31, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28, 2: 0.02, 3: 0.62, 4: 0.08}, 'edge_length_total': 33062.79600000002, 'edge_length_avg': 280.1931864406781, 'street_length_total': 17292.666, 'street_length_avg': 288.21110000000004, 'street_segments_count': 60, 'node_density_km': 5.5653932286257755, 'intersection_density_km': 4.007083124610559, 'edge_density_km': 3680.14921955671, 'street_density_km': 1924.8097252257437, 'circuity_avg': 1.2920703504707278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2920703504707278\n", - "3259\n", - "1996517.6980303656\n", - "{'n': 36, 'm': 85, 'k_avg': 4.722222222222222, 'intersection_count': 32, 'streets_per_node_avg': 2.9444444444444446, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 26, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7222222222222222, 4: 0.16666666666666666}, 'edge_length_total': 11421.585999999998, 'edge_length_avg': 134.37159999999997, 'street_length_total': 6159.228000000002, 'street_length_avg': 131.04740425531918, 'street_segments_count': 47, 'node_density_km': 18.031395381826695, 'intersection_density_km': 16.027907006068173, 'edge_density_km': 5720.753695931567, 'street_density_km': 3084.985425411603, 'circuity_avg': 1.0751219635345495, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0751219635345495\n", - "3260\n", - "21964710.04996667\n", - "{'n': 756, 'm': 1839, 'k_avg': 4.865079365079365, 'intersection_count': 595, 'streets_per_node_avg': 2.689153439153439, 'streets_per_node_counts': {0: 0, 1: 161, 2: 0, 3: 509, 4: 85, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21296296296296297, 2: 0.0, 3: 0.6732804232804233, 4: 0.11243386243386243, 5: 0.0013227513227513227}, 'edge_length_total': 261024.58200000002, 'edge_length_avg': 141.93832626427408, 'street_length_total': 144664.55800000002, 'street_length_avg': 146.273567239636, 'street_segments_count': 989, 'node_density_km': 34.41884724543164, 'intersection_density_km': 27.088907554274904, 'edge_density_km': 11883.816422170168, 'street_density_km': 6586.226618558051, 'circuity_avg': 1.1257253905359883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1257253905359883\n", - "3261\n", - "6988433.726670728\n", - "{'n': 162, 'm': 436, 'k_avg': 5.382716049382716, 'intersection_count': 130, 'streets_per_node_avg': 2.759259259259259, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 105, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19753086419753085, 2: 0.0, 3: 0.6481481481481481, 4: 0.15432098765432098}, 'edge_length_total': 77619.47199999997, 'edge_length_avg': 178.02631192660542, 'street_length_total': 38809.73600000001, 'street_length_avg': 178.02631192660556, 'street_segments_count': 218, 'node_density_km': 23.181159947434516, 'intersection_density_km': 18.602165389916586, 'edge_density_km': 11106.848120169223, 'street_density_km': 5553.424060084615, 'circuity_avg': 1.0675034303694253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0675034303694253\n", - "3262\n", - "7987060.0053161625\n", - "{'n': 104, 'm': 288, 'k_avg': 5.538461538461538, 'intersection_count': 90, 'streets_per_node_avg': 2.9423076923076925, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 68, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1346153846153846, 2: 0.0, 3: 0.6538461538461539, 4: 0.21153846153846154}, 'edge_length_total': 64948.65999999998, 'edge_length_avg': 225.51618055555548, 'street_length_total': 32474.329999999984, 'street_length_avg': 225.51618055555545, 'street_segments_count': 144, 'node_density_km': 13.021061558417982, 'intersection_density_km': 11.268226348630945, 'edge_density_km': 8131.735576891917, 'street_density_km': 4065.8677884459576, 'circuity_avg': 1.022328511619563, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022328511619563\n", - "3263\n", - "9984845.536896871\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 189, 'm': 582, 'k_avg': 6.158730158730159, 'intersection_count': 166, 'streets_per_node_avg': 3.2275132275132274, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 77, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12169312169312169, 2: 0.0, 3: 0.4074074074074074, 4: 0.4708994708994709}, 'edge_length_total': 115065.74000000022, 'edge_length_avg': 197.70745704467393, 'street_length_total': 57532.87000000001, 'street_length_avg': 197.70745704467356, 'street_segments_count': 291, 'node_density_km': 18.92868540645829, 'intersection_density_km': 16.625194589799342, 'edge_density_km': 11524.038060959409, 'street_density_km': 5762.019030479693, 'circuity_avg': 1.006334785773328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.006334785773328\n", - "3264\n", - "6994470.212126816\n", - "{'n': 49, 'm': 124, 'k_avg': 5.061224489795919, 'intersection_count': 38, 'streets_per_node_avg': 2.6530612244897958, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 33, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22448979591836735, 2: 0.0, 3: 0.673469387755102, 4: 0.10204081632653061}, 'edge_length_total': 27570.821999999996, 'edge_length_avg': 222.34533870967738, 'street_length_total': 13785.410999999991, 'street_length_avg': 222.34533870967726, 'street_segments_count': 62, 'node_density_km': 7.005534159691635, 'intersection_density_km': 5.432863225883309, 'edge_density_km': 3941.8027618730125, 'street_density_km': 1970.9013809365051, 'circuity_avg': 1.0741589525919621, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741589525919621\n", - "3265\n", - "7993314.247285621\n", - "{'n': 97, 'm': 226, 'k_avg': 4.65979381443299, 'intersection_count': 71, 'streets_per_node_avg': 2.5257731958762886, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 65, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26804123711340205, 2: 0.0, 3: 0.6701030927835051, 4: 0.061855670103092786}, 'edge_length_total': 47734.20999999999, 'edge_length_avg': 211.21331858407075, 'street_length_total': 23867.104999999996, 'street_length_avg': 211.21331858407075, 'street_segments_count': 113, 'node_density_km': 12.135141569460924, 'intersection_density_km': 8.882423210636347, 'edge_density_km': 5971.766969653374, 'street_density_km': 2985.883484826687, 'circuity_avg': 1.0572979671124667, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572979671124667\n", - "3266\n", - "17969064.72000694\n", - "{'n': 2020, 'm': 5782, 'k_avg': 5.7247524752475245, 'intersection_count': 1893, 'streets_per_node_avg': 3.0732673267326733, 'streets_per_node_counts': {0: 0, 1: 127, 2: 2, 3: 1511, 4: 358, 5: 20, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06287128712871287, 2: 0.0009900990099009901, 3: 0.748019801980198, 4: 0.17722772277227722, 5: 0.009900990099009901, 6: 0.0009900990099009901}, 'edge_length_total': 401764.7370000002, 'edge_length_avg': 69.4854266689727, 'street_length_total': 220312.13399999996, 'street_length_avg': 71.62293042912873, 'street_segments_count': 3076, 'node_density_km': 112.41542236479961, 'intersection_density_km': 105.34772006760677, 'edge_density_km': 22358.689406503792, 'street_density_km': 12260.634453316992, 'circuity_avg': 1.0316162739558843, 'self_loop_proportion': 0.00017295053614666206, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0316162739558843\n", - "3267\n", - "29984594.1632723\n", - "{'n': 1676, 'm': 4331, 'k_avg': 5.1682577565632455, 'intersection_count': 1398, 'streets_per_node_avg': 2.8132458233890216, 'streets_per_node_counts': {0: 0, 1: 278, 2: 0, 3: 1162, 4: 229, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1658711217183771, 2: 0.0, 3: 0.6933174224343676, 4: 0.1366348448687351, 5: 0.004176610978520286}, 'edge_length_total': 457841.1059999991, 'edge_length_avg': 105.71256199492014, 'street_length_total': 262192.49199999985, 'street_length_avg': 112.62564089347073, 'street_segments_count': 2328, 'node_density_km': 55.89537049839109, 'intersection_density_km': 46.62394269495868, 'edge_density_km': 15269.211365908768, 'street_density_km': 8744.240144532478, 'circuity_avg': 1.0899364856949934, 'self_loop_proportion': 0.0023089355806972986, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0899364856949934\n", - "3268\n", - "9993402.283131722\n", - "{'n': 561, 'm': 1239, 'k_avg': 4.4171122994652405, 'intersection_count': 369, 'streets_per_node_avg': 2.372549019607843, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 337, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3422459893048128, 2: 0.0, 3: 0.6007130124777184, 4: 0.0570409982174688}, 'edge_length_total': 104611.54000000008, 'edge_length_avg': 84.43223567393065, 'street_length_total': 56824.64600000006, 'street_length_avg': 89.34692767295607, 'street_segments_count': 636, 'node_density_km': 56.137037628009345, 'intersection_density_km': 36.92436164836978, 'edge_density_km': 10468.060529953671, 'street_density_km': 5686.216204456888, 'circuity_avg': 1.0415282135338069, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415282135338069\n", - "3269\n", - "17968663.881991625\n", - "{'n': 420, 'm': 1046, 'k_avg': 4.980952380952381, 'intersection_count': 318, 'streets_per_node_avg': 2.619047619047619, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 274, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24285714285714285, 2: 0.0, 3: 0.6523809523809524, 4: 0.10476190476190476}, 'edge_length_total': 207579.98200000016, 'edge_length_avg': 198.45122562141506, 'street_length_total': 105821.98999999999, 'street_length_avg': 198.54031894934332, 'street_segments_count': 533, 'node_density_km': 23.374025067101858, 'intersection_density_km': 17.697476122234264, 'edge_density_km': 11552.33262546799, 'street_density_km': 5889.252016453814, 'circuity_avg': 1.0554180257324166, 'self_loop_proportion': 0.0019120458891013384, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554180257324166\n", - "3270\n", - "7986436.808470864\n", - "{'n': 269, 'm': 726, 'k_avg': 5.397769516728625, 'intersection_count': 227, 'streets_per_node_avg': 2.7881040892193307, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 200, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15613382899628253, 2: 0.0, 3: 0.7434944237918215, 4: 0.10037174721189591}, 'edge_length_total': 122017.79199999994, 'edge_length_avg': 168.0685840220385, 'street_length_total': 61008.895999999964, 'street_length_avg': 168.06858402203846, 'street_segments_count': 363, 'node_density_km': 33.68210460448187, 'intersection_density_km': 28.4231886439308, 'edge_density_km': 15278.126519523827, 'street_density_km': 7639.063259761912, 'circuity_avg': 1.054210747664904, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054210747664904\n", - "3271\n", - "5996527.25442359\n", - "{'n': 119, 'm': 302, 'k_avg': 5.07563025210084, 'intersection_count': 97, 'streets_per_node_avg': 2.73109243697479, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 85, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18487394957983194, 2: 0.0, 3: 0.7142857142857143, 4: 0.10084033613445378}, 'edge_length_total': 54955.55600000005, 'edge_length_avg': 181.9720397350995, 'street_length_total': 27477.777999999995, 'street_length_avg': 181.97203973509932, 'street_segments_count': 151, 'node_density_km': 19.844819334759908, 'intersection_density_km': 16.176029205644628, 'edge_density_km': 9164.563699674636, 'street_density_km': 4582.2818498373135, 'circuity_avg': 1.0364304267666686, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364304267666686\n", - "3272\n", - "3994829.8999603884\n", - "{'n': 37, 'm': 100, 'k_avg': 5.405405405405405, 'intersection_count': 32, 'streets_per_node_avg': 3.081081081081081, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 19, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13513513513513514, 2: 0.0, 3: 0.5135135135135135, 4: 0.35135135135135137}, 'edge_length_total': 22178.143000000015, 'edge_length_avg': 221.78143000000014, 'street_length_total': 11827.235999999999, 'street_length_avg': 215.04065454545452, 'street_segments_count': 55, 'node_density_km': 9.26197132958449, 'intersection_density_km': 8.010353582343344, 'edge_density_km': 5551.711475930409, 'street_density_km': 2960.6356956818795, 'circuity_avg': 1.1104293887322354, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1104293887322354\n", - "3273\n", - "8986721.61961029\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 126, 'm': 382, 'k_avg': 6.063492063492063, 'intersection_count': 115, 'streets_per_node_avg': 3.1984126984126986, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 68, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0873015873015873, 2: 0.0, 3: 0.5396825396825397, 4: 0.373015873015873}, 'edge_length_total': 82381.24000000005, 'edge_length_avg': 215.65769633507867, 'street_length_total': 41190.62000000002, 'street_length_avg': 215.6576963350786, 'street_segments_count': 191, 'node_density_km': 14.02068577767562, 'intersection_density_km': 12.796657654227749, 'edge_density_km': 9166.995873137163, 'street_density_km': 4583.497936568581, 'circuity_avg': 1.011167115503912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.011167115503912\n", - "3274\n", - "8985075.655961083\n", - "{'n': 365, 'm': 903, 'k_avg': 4.947945205479452, 'intersection_count': 279, 'streets_per_node_avg': 2.6356164383561644, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 240, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2356164383561644, 2: 0.0, 3: 0.6575342465753424, 4: 0.10684931506849316}, 'edge_length_total': 128954.7790000003, 'edge_length_avg': 142.80706423034363, 'street_length_total': 64500.057999999895, 'street_length_avg': 142.38423399558476, 'street_segments_count': 453, 'node_density_km': 40.62291893533956, 'intersection_density_km': 31.051491460163664, 'edge_density_km': 14352.108311346961, 'street_density_km': 7178.577061530673, 'circuity_avg': 1.0380443939698343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380443939698343\n", - "3275\n", - "36936567.37257255\n", - "{'n': 1226, 'm': 3303, 'k_avg': 5.388254486133769, 'intersection_count': 1021, 'streets_per_node_avg': 2.8156606851549757, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 840, 4: 178, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16721044045676997, 2: 0.0, 3: 0.6851549755301795, 4: 0.14518760195758565, 5: 0.0024469820554649264}, 'edge_length_total': 479724.56499999925, 'edge_length_avg': 145.2390448077503, 'street_length_total': 247451.8570000002, 'street_length_avg': 147.20514991076752, 'street_segments_count': 1681, 'node_density_km': 33.1920394126925, 'intersection_density_km': 27.64198388283772, 'edge_density_km': 12987.794998953297, 'street_density_km': 6699.373401539931, 'circuity_avg': 1.0438801947315144, 'self_loop_proportion': 0.0006055101422948834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438801947315144\n", - "3276\n", - "73926334.30561964\n", - "{'n': 1178, 'm': 3252, 'k_avg': 5.5212224108658745, 'intersection_count': 994, 'streets_per_node_avg': 2.835314091680815, 'streets_per_node_counts': {0: 0, 1: 184, 2: 0, 3: 821, 4: 172, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15619694397283532, 2: 0.0, 3: 0.6969439728353141, 4: 0.1460101867572156, 5: 0.0008488964346349745}, 'edge_length_total': 621550.3200000008, 'edge_length_avg': 191.1286346863471, 'street_length_total': 310901.61699999956, 'street_length_avg': 190.50344178921543, 'street_segments_count': 1632, 'node_density_km': 15.934781712968718, 'intersection_density_km': 13.445817506528783, 'edge_density_km': 8407.69836402875, 'street_density_km': 4205.559763246178, 'circuity_avg': 1.0367867734580285, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367867734580285\n", - "3277\n", - "3994972.32660756\n", - "{'n': 106, 'm': 282, 'k_avg': 5.320754716981132, 'intersection_count': 85, 'streets_per_node_avg': 2.7641509433962264, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 68, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19811320754716982, 2: 0.0, 3: 0.6415094339622641, 4: 0.16037735849056603}, 'edge_length_total': 40203.38600000003, 'edge_length_avg': 142.5651985815604, 'street_length_total': 20101.693000000003, 'street_length_avg': 142.5651985815603, 'street_segments_count': 141, 'node_density_km': 26.533350254772053, 'intersection_density_km': 21.276743128826645, 'edge_density_km': 10063.495492130189, 'street_density_km': 5031.747746065092, 'circuity_avg': 1.0210089135620173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0210089135620173\n", - "3278\n", - "10981488.326751793\n", - "{'n': 532, 'm': 1347, 'k_avg': 5.06390977443609, 'intersection_count': 413, 'streets_per_node_avg': 2.6146616541353382, 'streets_per_node_counts': {0: 0, 1: 119, 2: 2, 3: 377, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2236842105263158, 2: 0.0037593984962406013, 3: 0.7086466165413534, 4: 0.06203007518796992, 5: 0.0018796992481203006}, 'edge_length_total': 170925.45999999973, 'edge_length_avg': 126.89343726800277, 'street_length_total': 85570.3990000001, 'street_length_avg': 126.39645347119661, 'street_segments_count': 677, 'node_density_km': 48.44516373104045, 'intersection_density_km': 37.60874552804456, 'edge_density_km': 15564.871984028932, 'street_density_km': 7792.2405828674155, 'circuity_avg': 1.086527387919346, 'self_loop_proportion': 0.0014847809948032665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086527387919346\n", - "3279\n", - "17989641.302613404\n", - "{'n': 1773, 'm': 4933, 'k_avg': 5.5645798082346305, 'intersection_count': 1642, 'streets_per_node_avg': 3.051325437112239, 'streets_per_node_counts': {0: 0, 1: 131, 2: 2, 3: 1291, 4: 343, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07388606880992668, 2: 0.0011280315848843769, 3: 0.7281443880428652, 4: 0.19345741680767062, 5: 0.00338409475465313}, 'edge_length_total': 435998.6179999999, 'edge_length_avg': 88.3840701398743, 'street_length_total': 239880.59600000008, 'street_length_avg': 89.54109593131768, 'street_segments_count': 2679, 'node_density_km': 98.55671773413468, 'intersection_density_km': 91.27474930594988, 'edge_density_km': 24236.09290845956, 'street_density_km': 13334.373485543148, 'circuity_avg': 1.040187645720918, 'self_loop_proportion': 0.0016217311980539226, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040187645720918\n", - "3280\n", - "9983879.497478431\n", - "{'n': 193, 'm': 552, 'k_avg': 5.72020725388601, 'intersection_count': 170, 'streets_per_node_avg': 3.0362694300518136, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 117, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11917098445595854, 2: 0.0, 3: 0.6062176165803109, 4: 0.27461139896373055}, 'edge_length_total': 102598.17, 'edge_length_avg': 185.86625, 'street_length_total': 51299.08500000002, 'street_length_avg': 185.86625000000006, 'street_segments_count': 276, 'node_density_km': 19.331162805875696, 'intersection_density_km': 17.02744910362108, 'edge_density_km': 10276.383045880371, 'street_density_km': 5138.1915229401875, 'circuity_avg': 1.051823506566564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051823506566564\n", - "3281\n", - "23957579.91306423\n", - "{'n': 853, 'm': 2250, 'k_avg': 5.275498241500586, 'intersection_count': 690, 'streets_per_node_avg': 2.8077373974208677, 'streets_per_node_counts': {0: 0, 1: 163, 2: 1, 3: 526, 4: 163}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910902696365768, 2: 0.0011723329425556857, 3: 0.6166471277842908, 4: 0.1910902696365768}, 'edge_length_total': 342537.09999999957, 'edge_length_avg': 152.23871111111092, 'street_length_total': 180239.56399999978, 'street_length_avg': 154.05090940170922, 'street_segments_count': 1170, 'node_density_km': 35.604597922466006, 'intersection_density_km': 28.800905705160076, 'edge_density_km': 14297.65031538982, 'street_density_km': 7523.279256671244, 'circuity_avg': 1.0424647554664466, 'self_loop_proportion': 0.006222222222222222, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424647554664466\n", - "3282\n", - "10997112.18160175\n", - "{'n': 151, 'm': 368, 'k_avg': 4.874172185430464, 'intersection_count': 120, 'streets_per_node_avg': 2.629139072847682, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 114, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2052980132450331, 2: 0.0, 3: 0.7549668874172185, 4: 0.039735099337748346}, 'edge_length_total': 81863.11800000007, 'edge_length_avg': 222.4541250000002, 'street_length_total': 40931.559000000016, 'street_length_avg': 222.4541250000001, 'street_segments_count': 184, 'node_density_km': 13.730877480055547, 'intersection_density_km': 10.911955613289177, 'edge_density_km': 7444.055916512126, 'street_density_km': 3722.0279582560606, 'circuity_avg': 1.0566710599608675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566710599608675\n", - "3283\n", - "34939892.60257171\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2455, 'm': 6628, 'k_avg': 5.3995926680244395, 'intersection_count': 2020, 'streets_per_node_avg': 2.8020366598778006, 'streets_per_node_counts': {0: 0, 1: 435, 2: 2, 3: 1638, 4: 376, 5: 3, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17718940936863545, 2: 0.000814663951120163, 3: 0.6672097759674135, 4: 0.15315682281059062, 5: 0.0012219959266802445, 6: 0.0, 7: 0.0004073319755600815}, 'edge_length_total': 689190.6989999979, 'edge_length_avg': 103.98169870247403, 'street_length_total': 348050.16500000027, 'street_length_avg': 102.73027302243219, 'street_segments_count': 3388, 'node_density_km': 70.26352450262834, 'intersection_density_km': 57.81357209584898, 'edge_density_km': 19725.03770516086, 'street_density_km': 9961.39767683151, 'circuity_avg': 1.0895587973800298, 'self_loop_proportion': 0.0024140012070006035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0895587973800298\n", - "3284\n", - "35942786.95478376\n", - "{'n': 1244, 'm': 3503, 'k_avg': 5.631832797427653, 'intersection_count': 1081, 'streets_per_node_avg': 2.9718649517684885, 'streets_per_node_counts': {0: 0, 1: 163, 2: 2, 3: 786, 4: 293}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1310289389067524, 2: 0.001607717041800643, 3: 0.6318327974276527, 4: 0.23553054662379422}, 'edge_length_total': 563259.4900000003, 'edge_length_avg': 160.79345989152165, 'street_length_total': 286973.58699999977, 'street_length_avg': 159.5183918843801, 'street_segments_count': 1799, 'node_density_km': 34.61056043219351, 'intersection_density_km': 30.075575423795165, 'edge_density_km': 15671.00210422147, 'street_density_km': 7984.177391725751, 'circuity_avg': 1.0307816818332942, 'self_loop_proportion': 0.0034256351698544107, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307816818332942\n", - "3285\n", - "11978775.863789788\n", - "{'n': 138, 'm': 377, 'k_avg': 5.463768115942029, 'intersection_count': 119, 'streets_per_node_avg': 2.8840579710144927, 'streets_per_node_counts': {0: 0, 1: 19, 2: 1, 3: 95, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13768115942028986, 2: 0.007246376811594203, 3: 0.6884057971014492, 4: 0.16666666666666666}, 'edge_length_total': 65561.57700000003, 'edge_length_avg': 173.9033872679046, 'street_length_total': 32816.099, 'street_length_avg': 173.63015343915345, 'street_segments_count': 189, 'node_density_km': 11.52037583549378, 'intersection_density_km': 9.934237133505507, 'edge_density_km': 5473.144981214965, 'street_density_km': 2739.5202459041425, 'circuity_avg': 1.0790719912714517, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0790719912714517\n", - "3286\n", - "5992214.068002815\n", - "{'n': 117, 'm': 300, 'k_avg': 5.128205128205129, 'intersection_count': 92, 'streets_per_node_avg': 2.658119658119658, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 82, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21367521367521367, 2: 0.0, 3: 0.7008547008547008, 4: 0.08547008547008547}, 'edge_length_total': 37528.37199999996, 'edge_length_avg': 125.0945733333332, 'street_length_total': 18764.186000000005, 'street_length_avg': 125.09457333333337, 'street_segments_count': 150, 'node_density_km': 19.525337157888902, 'intersection_density_km': 15.353256568596404, 'edge_density_km': 6262.855694757921, 'street_density_km': 3131.4278473789645, 'circuity_avg': 1.1277151228989495, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1277151228989495\n", - "3287\n", - "9990348.876493052\n", - "{'n': 135, 'm': 350, 'k_avg': 5.185185185185185, 'intersection_count': 109, 'streets_per_node_avg': 2.7111111111111112, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 96, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1925925925925926, 2: 0.0, 3: 0.7111111111111111, 4: 0.0962962962962963}, 'edge_length_total': 74036.98800000006, 'edge_length_avg': 211.5342514285716, 'street_length_total': 37018.494, 'street_length_avg': 211.53425142857142, 'street_segments_count': 175, 'node_density_km': 13.513041603346844, 'intersection_density_km': 10.91052988714671, 'edge_density_km': 7410.851103929569, 'street_density_km': 3705.4255519647813, 'circuity_avg': 1.0683615158961695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683615158961695\n", - "3288\n", - "6994992.226198739\n", - "{'n': 28, 'm': 76, 'k_avg': 5.428571428571429, 'intersection_count': 25, 'streets_per_node_avg': 2.892857142857143, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 22, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10714285714285714, 2: 0.0, 3: 0.7857142857142857, 4: 0.10714285714285714}, 'edge_length_total': 15730.841999999999, 'edge_length_avg': 206.98476315789472, 'street_length_total': 7865.421000000001, 'street_length_avg': 206.98476315789478, 'street_segments_count': 38, 'node_density_km': 4.002863633662096, 'intersection_density_km': 3.5739853871983, 'edge_density_km': 2248.871977453011, 'street_density_km': 1124.4359887265057, 'circuity_avg': 1.0715038183591983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715038183591983\n", - "3289\n", - "9995883.651605071\n", - "{'n': 104, 'm': 256, 'k_avg': 4.923076923076923, 'intersection_count': 80, 'streets_per_node_avg': 2.576923076923077, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 76, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7307692307692307, 4: 0.038461538461538464}, 'edge_length_total': 53691.16800000002, 'edge_length_avg': 209.73112500000008, 'street_length_total': 26845.584, 'street_length_avg': 209.731125, 'street_segments_count': 128, 'node_density_km': 10.40428276526612, 'intersection_density_km': 8.003294434820091, 'edge_density_km': 5371.327825667384, 'street_density_km': 2685.663912833691, 'circuity_avg': 1.0148242747750087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0148242747750087\n", - "3290\n", - "80987437.3048045\n", - "{'n': 551, 'm': 1421, 'k_avg': 5.157894736842105, 'intersection_count': 427, 'streets_per_node_avg': 2.6987295825771325, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 345, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2250453720508167, 2: 0.0, 3: 0.6261343012704175, 4: 0.14882032667876588}, 'edge_length_total': 347453.6980000008, 'edge_length_avg': 244.5135102040822, 'street_length_total': 174012.10100000005, 'street_length_avg': 242.35668662952654, 'street_segments_count': 718, 'node_density_km': 6.803524328424607, 'intersection_density_km': 5.272422664677508, 'edge_density_km': 4290.217218410347, 'street_density_km': 2148.630785106679, 'circuity_avg': 1.0613162325496015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613162325496015\n", - "3291\n", - "3998836.8068866148\n", - "{'n': 235, 'm': 548, 'k_avg': 4.663829787234042, 'intersection_count': 189, 'streets_per_node_avg': 2.697872340425532, 'streets_per_node_counts': {0: 0, 1: 46, 2: 1, 3: 167, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19574468085106383, 2: 0.00425531914893617, 3: 0.7106382978723405, 4: 0.0851063829787234, 5: 0.00425531914893617}, 'edge_length_total': 44966.83700000002, 'edge_length_avg': 82.05627189781026, 'street_length_total': 26152.748999999993, 'street_length_avg': 83.28900955414011, 'street_segments_count': 314, 'node_density_km': 58.76708936841176, 'intersection_density_km': 47.26374421544605, 'edge_density_km': 11244.979270611939, 'street_density_km': 6540.089096649535, 'circuity_avg': 1.2617152169407564, 'self_loop_proportion': 0.0036496350364963502, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2617152169407564\n", - "3292\n", - "29947982.86297552\n", - "error with entry 3292\n", - "3293\n", - "14987279.537673367\n", - "{'n': 273, 'm': 754, 'k_avg': 5.523809523809524, 'intersection_count': 226, 'streets_per_node_avg': 2.8424908424908426, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 175, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17216117216117216, 2: 0.0, 3: 0.6410256410256411, 4: 0.18681318681318682}, 'edge_length_total': 136357.36599999995, 'edge_length_avg': 180.8453129973474, 'street_length_total': 68302.05399999996, 'street_length_avg': 178.3343446475195, 'street_segments_count': 383, 'node_density_km': 18.215447260709507, 'intersection_density_km': 15.079454508865746, 'edge_density_km': 9098.206626308654, 'street_density_km': 4557.335027234916, 'circuity_avg': 1.041798988493147, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041798988493147\n", - "3294\n", - "8988018.473808676\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 3294\n", - "3295\n", - "14985351.318498155\n", - "{'n': 130, 'm': 344, 'k_avg': 5.292307692307692, 'intersection_count': 109, 'streets_per_node_avg': 2.753846153846154, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 99, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16153846153846155, 2: 0.0, 3: 0.7615384615384615, 4: 0.07692307692307693}, 'edge_length_total': 72371.63, 'edge_length_avg': 210.38264534883723, 'street_length_total': 36185.81500000003, 'street_length_avg': 210.3826453488374, 'street_segments_count': 172, 'node_density_km': 8.675138622844694, 'intersection_density_km': 7.273770076077474, 'edge_density_km': 4829.491712394044, 'street_density_km': 2414.745856197024, 'circuity_avg': 1.0618231149598996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618231149598996\n", - "3296\n", - "8986061.922350222\n", - "{'n': 223, 'm': 556, 'k_avg': 4.986547085201794, 'intersection_count': 177, 'streets_per_node_avg': 2.6591928251121075, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 162, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2062780269058296, 2: 0.0, 3: 0.726457399103139, 4: 0.06278026905829596, 5: 0.004484304932735426}, 'edge_length_total': 85412.03799999994, 'edge_length_avg': 153.61877338129486, 'street_length_total': 42706.018999999986, 'street_length_avg': 153.61877338129491, 'street_segments_count': 278, 'node_density_km': 24.816210029151055, 'intersection_density_km': 19.697171189057116, 'edge_density_km': 9504.9465202952, 'street_density_km': 4752.473260147602, 'circuity_avg': 1.0451526115053378, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0451526115053378\n", - "3297\n", - "4991328.553658252\n", - "{'n': 61, 'm': 133, 'k_avg': 4.360655737704918, 'intersection_count': 48, 'streets_per_node_avg': 2.622950819672131, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 46, 4: 1, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21311475409836064, 2: 0.0, 3: 0.7540983606557377, 4: 0.01639344262295082, 5: 0.01639344262295082}, 'edge_length_total': 47364.278999999995, 'edge_length_avg': 356.1223984962406, 'street_length_total': 24731.446, 'street_length_avg': 353.3063714285714, 'street_segments_count': 70, 'node_density_km': 12.221195087486635, 'intersection_density_km': 9.616678101628828, 'edge_density_km': 9489.313013723711, 'street_density_km': 4954.882399371164, 'circuity_avg': 1.3082540607674942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3082540607674942\n", - "3298\n", - "6992283.066609549\n", - "{'n': 195, 'm': 530, 'k_avg': 5.435897435897436, 'intersection_count': 172, 'streets_per_node_avg': 2.9128205128205127, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 143, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11794871794871795, 2: 0.0, 3: 0.7333333333333333, 4: 0.14871794871794872}, 'edge_length_total': 65848.53700000007, 'edge_length_avg': 124.24252264150957, 'street_length_total': 34142.33699999999, 'street_length_avg': 127.87392134831458, 'street_segments_count': 267, 'node_density_km': 27.887886995191757, 'intersection_density_km': 24.598546477810167, 'edge_density_km': 9417.315685408745, 'street_density_km': 4882.859671834637, 'circuity_avg': 1.0382043418683078, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382043418683078\n", - "3299\n", - "5989979.448177446\n", - "{'n': 707, 'm': 2056, 'k_avg': 5.816124469589816, 'intersection_count': 687, 'streets_per_node_avg': 3.2192362093352194, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 503, 4: 174, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.028288543140028287, 2: 0.0, 3: 0.7114568599717115, 4: 0.24611032531824611, 5: 0.01272984441301273, 6: 0.0014144271570014145}, 'edge_length_total': 167163.44199999957, 'edge_length_avg': 81.3051760700387, 'street_length_total': 92082.13899999994, 'street_length_avg': 83.25690687160935, 'street_segments_count': 1106, 'node_density_km': 118.03045504857566, 'intersection_density_km': 114.69154542909686, 'edge_density_km': 27907.18122594927, 'street_density_km': 15372.696984464199, 'circuity_avg': 1.0376755423841058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376755423841058\n", - "3300\n", - "2996596.5274728155\n", - "{'n': 69, 'm': 194, 'k_avg': 5.6231884057971016, 'intersection_count': 61, 'streets_per_node_avg': 2.9130434782608696, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 51, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11594202898550725, 2: 0.0, 3: 0.7391304347826086, 4: 0.14492753623188406}, 'edge_length_total': 20529.99199999999, 'edge_length_avg': 105.82470103092778, 'street_length_total': 10264.996000000001, 'street_length_avg': 105.82470103092784, 'street_segments_count': 97, 'node_density_km': 23.026122925594944, 'intersection_density_km': 20.356427513931763, 'edge_density_km': 6851.103180485226, 'street_density_km': 3425.551590242615, 'circuity_avg': 1.0382963497993185, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382963497993185\n", - "3301\n", - "6994366.096724265\n", - "{'n': 98, 'm': 272, 'k_avg': 5.551020408163265, 'intersection_count': 84, 'streets_per_node_avg': 2.836734693877551, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 72, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7346938775510204, 4: 0.12244897959183673}, 'edge_length_total': 47444.21400000001, 'edge_length_avg': 174.4272573529412, 'street_length_total': 23722.107000000015, 'street_length_avg': 174.4272573529413, 'street_segments_count': 136, 'node_density_km': 14.011276882675219, 'intersection_density_km': 12.009665899435902, 'edge_density_km': 6783.20427382547, 'street_density_km': 3391.6021369127366, 'circuity_avg': 1.0381411549731574, 'self_loop_proportion': 0.007352941176470588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381411549731574\n", - "3302\n", - "18992899.180325527\n", - "{'n': 1499, 'm': 3595, 'k_avg': 4.796531020680454, 'intersection_count': 1031, 'streets_per_node_avg': 2.47631754503002, 'streets_per_node_counts': {0: 0, 1: 468, 2: 0, 3: 885, 4: 141, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3122081387591728, 2: 0.0, 3: 0.590393595730487, 4: 0.09406270847231488, 5: 0.00333555703802535}, 'edge_length_total': 358724.9410000006, 'edge_length_avg': 99.78440639777484, 'street_length_total': 180727.13100000005, 'street_length_avg': 99.19161964873769, 'street_segments_count': 1822, 'node_density_km': 78.9242329866518, 'intersection_density_km': 54.283445102893936, 'edge_density_km': 18887.31876024481, 'street_density_km': 9515.510469681885, 'circuity_avg': 1.0426055667169811, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426055667169811\n", - "3303\n", - "10987977.240405785\n", - "{'n': 122, 'm': 328, 'k_avg': 5.377049180327869, 'intersection_count': 108, 'streets_per_node_avg': 2.8442622950819674, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 99, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11475409836065574, 2: 0.0, 3: 0.8114754098360656, 4: 0.07377049180327869}, 'edge_length_total': 68149.04599999999, 'edge_length_avg': 207.77148170731704, 'street_length_total': 34074.523, 'street_length_avg': 207.7714817073171, 'street_segments_count': 164, 'node_density_km': 11.10304447586338, 'intersection_density_km': 9.82892461797742, 'edge_density_km': 6202.146628898847, 'street_density_km': 3101.073314449424, 'circuity_avg': 1.0470563157198083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0470563157198083\n", - "3304\n", - "9997000.229969183\n", - "{'n': 100, 'm': 256, 'k_avg': 5.12, 'intersection_count': 80, 'streets_per_node_avg': 2.68, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 72, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.72, 4: 0.08}, 'edge_length_total': 61993.00599999998, 'edge_length_avg': 242.16017968749992, 'street_length_total': 30996.503, 'street_length_avg': 242.1601796875, 'street_segments_count': 128, 'node_density_km': 10.00300067016286, 'intersection_density_km': 8.002400536130288, 'edge_density_km': 6201.160805634099, 'street_density_km': 3100.580402817051, 'circuity_avg': 1.0285109781549295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285109781549295\n", - "3305\n", - "6991138.640135449\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 175, 'm': 444, 'k_avg': 5.074285714285714, 'intersection_count': 132, 'streets_per_node_avg': 2.6914285714285713, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 100, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24571428571428572, 2: 0.0, 3: 0.5714285714285714, 4: 0.18285714285714286}, 'edge_length_total': 76933.56999999992, 'edge_length_avg': 173.2738063063061, 'street_length_total': 38466.78499999998, 'street_length_avg': 173.27380630630623, 'street_segments_count': 222, 'node_density_km': 25.031687827694043, 'intersection_density_km': 18.88104453288922, 'edge_density_km': 11004.440615485975, 'street_density_km': 5502.22030774299, 'circuity_avg': 1.0287181600523934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287181600523934\n", - "3306\n", - "12979267.770608308\n", - "{'n': 742, 'm': 1783, 'k_avg': 4.8059299191374665, 'intersection_count': 556, 'streets_per_node_avg': 2.5539083557951483, 'streets_per_node_counts': {0: 0, 1: 186, 2: 0, 3: 516, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25067385444743934, 2: 0.0, 3: 0.6954177897574124, 4: 0.05256064690026954, 5: 0.0013477088948787063}, 'edge_length_total': 197099.10099999944, 'edge_length_avg': 110.54352271452576, 'street_length_total': 99513.77499999985, 'street_length_avg': 108.52101962922558, 'street_segments_count': 917, 'node_density_km': 57.1680940029812, 'intersection_density_km': 42.837547527840364, 'edge_density_km': 15185.68724241382, 'street_density_km': 7667.133212657024, 'circuity_avg': 1.0762115447497067, 'self_loop_proportion': 0.0011217049915872126, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0762115447497067\n", - "3307\n", - "138835797.49701148\n", - "error with entry 3307\n", - "3308\n", - "1997098.7840558665\n", - "{'n': 30, 'm': 70, 'k_avg': 4.666666666666667, 'intersection_count': 23, 'streets_per_node_avg': 2.6333333333333333, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 20, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23333333333333334, 2: 0.0, 3: 0.6666666666666666, 4: 0.1}, 'edge_length_total': 9138.764000000003, 'edge_length_avg': 130.55377142857148, 'street_length_total': 4569.3820000000005, 'street_length_avg': 130.55377142857145, 'street_segments_count': 35, 'node_density_km': 15.021790729386767, 'intersection_density_km': 11.516706225863189, 'edge_density_km': 4576.020011108452, 'street_density_km': 2288.0100055542257, 'circuity_avg': 1.1164504436114968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1164504436114968\n", - "3309\n", - "29948181.07168783\n", - "{'n': 838, 'm': 2351, 'k_avg': 5.610978520286396, 'intersection_count': 694, 'streets_per_node_avg': 2.883054892601432, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 506, 4: 186, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1718377088305489, 2: 0.0, 3: 0.60381861575179, 4: 0.22195704057279236, 5: 0.002386634844868735}, 'edge_length_total': 380047.30399999965, 'edge_length_avg': 161.65346831135673, 'street_length_total': 193250.22899999985, 'street_length_avg': 161.98678038558245, 'street_segments_count': 1193, 'node_density_km': 27.981665998147104, 'intersection_density_km': 23.17336062376383, 'edge_density_km': 12690.163155160222, 'street_density_km': 6452.820240982622, 'circuity_avg': 1.0213468278481188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0213468278481188\n", - "3310\n", - "60959670.37841038\n", - "{'n': 646, 'm': 1836, 'k_avg': 5.684210526315789, 'intersection_count': 568, 'streets_per_node_avg': 2.928792569659443, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 458, 4: 110}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12074303405572756, 2: 0.0, 3: 0.7089783281733746, 4: 0.17027863777089783}, 'edge_length_total': 363346.55199999956, 'edge_length_avg': 197.90117211328953, 'street_length_total': 182231.10700000013, 'street_length_avg': 195.52693884120185, 'street_segments_count': 932, 'node_density_km': 10.597170161681007, 'intersection_density_km': 9.317635683954817, 'edge_density_km': 5960.441546755529, 'street_density_km': 2989.3715938552637, 'circuity_avg': 1.0307624551993022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307624551993022\n", - "3311\n", - "16982686.870471697\n", - "{'n': 126, 'm': 318, 'k_avg': 5.0476190476190474, 'intersection_count': 99, 'streets_per_node_avg': 2.6746031746031744, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 86, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.6825396825396826, 4: 0.10317460317460317}, 'edge_length_total': 81166.91999999993, 'edge_length_avg': 255.2418867924526, 'street_length_total': 40583.46000000001, 'street_length_avg': 255.24188679245287, 'street_segments_count': 159, 'node_density_km': 7.419320685885103, 'intersection_density_km': 5.829466253195438, 'edge_density_km': 4779.392131472863, 'street_density_km': 2389.6960657364343, 'circuity_avg': 1.0270121621030317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270121621030317\n", - "3312\n", - "9984377.253484463\n", - "{'n': 250, 'm': 580, 'k_avg': 4.64, 'intersection_count': 171, 'streets_per_node_avg': 2.416, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 159, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.316, 2: 0.0, 3: 0.636, 4: 0.048}, 'edge_length_total': 74640.88000000006, 'edge_length_avg': 128.69117241379323, 'street_length_total': 37320.43999999999, 'street_length_avg': 128.69117241379305, 'street_segments_count': 290, 'node_density_km': 25.039117979316345, 'intersection_density_km': 17.126756697852382, 'edge_density_km': 7475.7672015999815, 'street_density_km': 3737.8836007999867, 'circuity_avg': 1.1009450539308303, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1009450539308303\n", - "3313\n", - "6991281.887663186\n", - "{'n': 323, 'm': 805, 'k_avg': 4.984520123839009, 'intersection_count': 270, 'streets_per_node_avg': 2.7739938080495357, 'streets_per_node_counts': {0: 0, 1: 53, 2: 1, 3: 237, 4: 30, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16408668730650156, 2: 0.0030959752321981426, 3: 0.7337461300309598, 4: 0.09287925696594428, 5: 0.006191950464396285}, 'edge_length_total': 79521.2440000002, 'edge_length_avg': 98.78415403726733, 'street_length_total': 45129.592000000004, 'street_length_avg': 104.22538568129332, 'street_segments_count': 433, 'node_density_km': 46.2003971789445, 'intersection_density_km': 38.61952705360686, 'edge_density_km': 11374.343829609183, 'street_density_km': 6455.124070971258, 'circuity_avg': 1.0517272953850803, 'self_loop_proportion': 0.002484472049689441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517272953850803\n", - "3314\n", - "3995506.74896924\n", - "{'n': 35, 'm': 78, 'k_avg': 4.457142857142857, 'intersection_count': 27, 'streets_per_node_avg': 2.6285714285714286, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 24, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22857142857142856, 2: 0.0, 3: 0.6857142857142857, 4: 0.08571428571428572}, 'edge_length_total': 18217.324999999993, 'edge_length_avg': 233.55544871794862, 'street_length_total': 10028.211000000003, 'street_length_avg': 233.21420930232566, 'street_segments_count': 43, 'node_density_km': 8.759840040072337, 'intersection_density_km': 6.757590888055803, 'edge_density_km': 4559.452941657449, 'street_density_km': 2509.8721213741105, 'circuity_avg': 1.0437485580057633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437485580057633\n", - "3315\n", - "44930424.964123264\n", - "{'n': 3947, 'm': 10424, 'k_avg': 5.281986318723081, 'intersection_count': 3118, 'streets_per_node_avg': 2.7367620977957943, 'streets_per_node_counts': {0: 0, 1: 829, 2: 1, 3: 2501, 4: 612, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21003293640739804, 2: 0.0002533569799847986, 3: 0.6336458069419812, 4: 0.15505447175069673, 5: 0.0010134279199391944}, 'edge_length_total': 951760.187000001, 'edge_length_avg': 91.3046994435918, 'street_length_total': 484793.8199999997, 'street_length_avg': 90.76836173001305, 'street_segments_count': 5341, 'node_density_km': 87.84693229925293, 'intersection_density_km': 69.39618315405895, 'edge_density_km': 21182.977631749025, 'street_density_km': 10789.87835942138, 'circuity_avg': 1.072547446928444, 'self_loop_proportion': 0.0030698388334612432, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072547446928444\n", - "3316\n", - "4991170.531784078\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 82, 'm': 200, 'k_avg': 4.878048780487805, 'intersection_count': 60, 'streets_per_node_avg': 2.548780487804878, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 53, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2682926829268293, 2: 0.0, 3: 0.6463414634146342, 4: 0.08536585365853659}, 'edge_length_total': 44727.79800000005, 'edge_length_avg': 223.63899000000026, 'street_length_total': 22363.898999999998, 'street_length_avg': 223.63898999999998, 'street_segments_count': 100, 'node_density_km': 16.429011887656213, 'intersection_density_km': 12.021228210480155, 'edge_density_km': 8961.38445183764, 'street_density_km': 4480.692225918815, 'circuity_avg': 1.02844591377085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02844591377085\n", - "3317\n", - "3993403.7471522186\n", - "{'n': 176, 'm': 494, 'k_avg': 5.613636363636363, 'intersection_count': 162, 'streets_per_node_avg': 3.215909090909091, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 97, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07954545454545454, 2: 0.0, 3: 0.5511363636363636, 4: 0.36363636363636365, 5: 0.005681818181818182}, 'edge_length_total': 46796.97999999998, 'edge_length_avg': 94.73072874493923, 'street_length_total': 26226.962000000007, 'street_length_avg': 96.0694578754579, 'street_segments_count': 273, 'node_density_km': 44.07267863298555, 'intersection_density_km': 40.56689737808897, 'edge_density_km': 11718.569662126427, 'street_density_km': 6567.570839463206, 'circuity_avg': 1.0606065546332997, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606065546332997\n", - "3318\n", - "11981952.560931694\n", - "{'n': 337, 'm': 942, 'k_avg': 5.5905044510385755, 'intersection_count': 299, 'streets_per_node_avg': 2.9910979228486645, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 227, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11275964391691394, 2: 0.0, 3: 0.6735905044510386, 4: 0.21068249258160238, 5: 0.002967359050445104}, 'edge_length_total': 180590.9240000004, 'edge_length_avg': 191.71011040339747, 'street_length_total': 90426.94899999998, 'street_length_avg': 189.57431656184482, 'street_segments_count': 477, 'node_density_km': 28.12563297060788, 'intersection_density_km': 24.954196611904322, 'edge_density_km': 15071.911116459803, 'street_density_km': 7546.929312242958, 'circuity_avg': 1.0420964969294126, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420964969294126\n", - "3319\n", - "11996525.569864595\n", - "{'n': 127, 'm': 302, 'k_avg': 4.755905511811024, 'intersection_count': 96, 'streets_per_node_avg': 2.5984251968503935, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 85, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2440944881889764, 2: 0.0, 3: 0.6692913385826772, 4: 0.08661417322834646}, 'edge_length_total': 66306.61999999994, 'edge_length_avg': 219.5583443708607, 'street_length_total': 33153.30999999998, 'street_length_avg': 219.55834437086082, 'street_segments_count': 151, 'node_density_km': 10.58639847515729, 'intersection_density_km': 8.002316957599213, 'edge_density_km': 5527.151975282151, 'street_density_km': 2763.575987641077, 'circuity_avg': 1.0664301050476608, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664301050476608\n", - "3320\n", - "4994617.273949101\n", - "{'n': 131, 'm': 334, 'k_avg': 5.099236641221374, 'intersection_count': 96, 'streets_per_node_avg': 2.5801526717557253, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 81, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26717557251908397, 2: 0.0, 3: 0.6183206106870229, 4: 0.11450381679389313}, 'edge_length_total': 45486.59399999994, 'edge_length_avg': 136.18740718562856, 'street_length_total': 22743.297000000002, 'street_length_avg': 136.18740718562876, 'street_segments_count': 167, 'node_density_km': 26.228235881709924, 'intersection_density_km': 19.220691943848493, 'edge_density_km': 9107.123029676104, 'street_density_km': 4553.561514838058, 'circuity_avg': 1.0535641717934008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535641717934008\n", - "3321\n", - "5995024.46992855\n", - "{'n': 89, 'm': 210, 'k_avg': 4.719101123595506, 'intersection_count': 78, 'streets_per_node_avg': 3.101123595505618, 'streets_per_node_counts': {0: 0, 1: 11, 2: 1, 3: 49, 4: 25, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12359550561797752, 2: 0.011235955056179775, 3: 0.550561797752809, 4: 0.2808988764044944, 5: 0.02247191011235955, 6: 0.011235955056179775}, 'edge_length_total': 38900.59100000003, 'edge_length_avg': 185.24090952380968, 'street_length_total': 23457.119, 'street_length_avg': 181.83813178294574, 'street_segments_count': 129, 'node_density_km': 14.845644158156494, 'intersection_density_km': 13.010789262204568, 'edge_density_km': 6488.81271379759, 'street_density_km': 3912.7645129160865, 'circuity_avg': 1.038920914016258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038920914016258\n", - "3322\n", - "3997806.5623479374\n", - "{'n': 208, 'm': 581, 'k_avg': 5.586538461538462, 'intersection_count': 192, 'streets_per_node_avg': 3.173076923076923, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 125, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.6009615384615384, 4: 0.3173076923076923, 5: 0.004807692307692308}, 'edge_length_total': 62471.985999999975, 'edge_length_avg': 107.52493287435452, 'street_length_total': 35121.26999999998, 'street_length_avg': 109.07226708074529, 'street_segments_count': 322, 'node_density_km': 52.028530334354215, 'intersection_density_km': 48.02633569325005, 'edge_density_km': 15626.565474270916, 'street_density_km': 8785.134911423287, 'circuity_avg': 1.0411357345805794, 'self_loop_proportion': 0.0034423407917383822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411357345805794\n", - "3323\n", - "36953290.53251852\n", - "{'n': 1112, 'm': 3068, 'k_avg': 5.517985611510792, 'intersection_count': 918, 'streets_per_node_avg': 2.79226618705036, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 761, 4: 157}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17446043165467626, 2: 0.0, 3: 0.6843525179856115, 4: 0.14118705035971224}, 'edge_length_total': 451297.0379999997, 'edge_length_avg': 147.0981219035201, 'street_length_total': 226104.40200000038, 'street_length_avg': 147.20338671875024, 'street_segments_count': 1536, 'node_density_km': 30.092042791735995, 'intersection_density_km': 24.842172016918745, 'edge_density_km': 12212.63469359685, 'street_density_km': 6118.654083079037, 'circuity_avg': 1.0539616737447446, 'self_loop_proportion': 0.000651890482398957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539616737447446\n", - "3324\n", - "36960790.252315424\n", - "{'n': 1592, 'm': 4042, 'k_avg': 5.077889447236181, 'intersection_count': 1247, 'streets_per_node_avg': 2.6991206030150754, 'streets_per_node_counts': {0: 0, 1: 345, 2: 0, 3: 1037, 4: 209, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21670854271356785, 2: 0.0, 3: 0.6513819095477387, 4: 0.13128140703517588, 5: 0.000628140703517588}, 'edge_length_total': 477718.4569999992, 'edge_length_avg': 118.18863359722889, 'street_length_total': 247126.98400000014, 'street_length_avg': 116.90018164616846, 'street_segments_count': 2114, 'node_density_km': 43.07267212448923, 'intersection_density_km': 33.738456117611854, 'edge_density_km': 12925.006574232331, 'street_density_km': 6686.19318778009, 'circuity_avg': 1.0638273980434552, 'self_loop_proportion': 0.0009896091044037606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638273980434552\n", - "3325\n", - "16974342.281530194\n", - "{'n': 29, 'm': 62, 'k_avg': 4.275862068965517, 'intersection_count': 18, 'streets_per_node_avg': 2.2758620689655173, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3793103448275862, 2: 0.0, 3: 0.5862068965517241, 4: 0.034482758620689655}, 'edge_length_total': 24824.672000000006, 'edge_length_avg': 400.39793548387104, 'street_length_total': 12412.336, 'street_length_avg': 400.3979354838709, 'street_segments_count': 31, 'node_density_km': 1.7084608946265294, 'intersection_density_km': 1.0604240035612942, 'edge_density_km': 1462.482114963109, 'street_density_km': 731.2410574815543, 'circuity_avg': 1.0657652958410178, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657652958410178\n", - "3326\n", - "29972104.357610866\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2064, 'm': 5395, 'k_avg': 5.227713178294573, 'intersection_count': 1678, 'streets_per_node_avg': 2.756782945736434, 'streets_per_node_counts': {0: 0, 1: 386, 2: 1, 3: 1412, 4: 259, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.187015503875969, 2: 0.00048449612403100775, 3: 0.6841085271317829, 4: 0.125484496124031, 5: 0.0029069767441860465}, 'edge_length_total': 506243.2740000009, 'edge_length_avg': 93.83563929564428, 'street_length_total': 276961.10899999953, 'street_length_avg': 98.63287357549841, 'street_segments_count': 2808, 'node_density_km': 68.8640335484447, 'intersection_density_km': 55.98539161545067, 'edge_density_km': 16890.481494384952, 'street_density_km': 9240.629409782177, 'circuity_avg': 1.058180669339488, 'self_loop_proportion': 0.0011121408711770157, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058180669339488\n", - "3327\n", - "1997236.594431974\n", - "{'n': 30, 'm': 66, 'k_avg': 4.4, 'intersection_count': 22, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 21, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.7, 4: 0.03333333333333333}, 'edge_length_total': 10116.877999999997, 'edge_length_avg': 153.28603030303026, 'street_length_total': 5058.4389999999985, 'street_length_avg': 153.28603030303026, 'street_segments_count': 33, 'node_density_km': 15.020754217920876, 'intersection_density_km': 11.015219759808643, 'edge_density_km': 5065.437929689696, 'street_density_km': 2532.718964844848, 'circuity_avg': 1.078361529085408, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078361529085408\n", - "3328\n", - "10980453.026691107\n", - "{'n': 873, 'm': 2199, 'k_avg': 5.037800687285223, 'intersection_count': 668, 'streets_per_node_avg': 2.623138602520046, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 589, 4: 77, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23482245131729668, 2: 0.0, 3: 0.6746849942726232, 4: 0.0882016036655212, 5: 0.002290950744558992}, 'edge_length_total': 239652.33400000026, 'edge_length_avg': 108.98241655297875, 'street_length_total': 120286.53500000006, 'street_length_avg': 108.75816907775774, 'street_segments_count': 1106, 'node_density_km': 79.50491640717608, 'intersection_density_km': 60.83537704466623, 'edge_density_km': 21825.359428928594, 'street_density_km': 10954.605853475217, 'circuity_avg': 1.1086171385070334, 'self_loop_proportion': 0.0036380172805820826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1086171385070334\n", - "3329\n", - "998699.0990358964\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1766.8980000000001, 'edge_length_avg': 294.483, 'street_length_total': 883.4490000000001, 'street_length_avg': 294.483, 'street_segments_count': 3, 'node_density_km': 4.005210382047443, 'intersection_density_km': 4.005210382047443, 'edge_density_km': 1769.199553404716, 'street_density_km': 884.599776702358, 'circuity_avg': 1.4212901684324104, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4212901684324104\n", - "3330\n", - "5989482.172440016\n", - "{'n': 60, 'm': 140, 'k_avg': 4.666666666666667, 'intersection_count': 44, 'streets_per_node_avg': 2.5166666666666666, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 41, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.6833333333333333, 4: 0.05}, 'edge_length_total': 41843.13599999999, 'edge_length_avg': 298.8795428571428, 'street_length_total': 20921.567999999996, 'street_length_avg': 298.8795428571428, 'street_segments_count': 70, 'node_density_km': 10.01756049564415, 'intersection_density_km': 7.346211030139043, 'edge_density_km': 6986.102436791091, 'street_density_km': 3493.0512183955457, 'circuity_avg': 1.3266426277342764, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3266426277342764\n", - "3331\n", - "3993977.7676410577\n", - "{'n': 75, 'm': 174, 'k_avg': 4.64, 'intersection_count': 60, 'streets_per_node_avg': 2.68, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 54, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.72, 4: 0.08}, 'edge_length_total': 51286.27499999998, 'edge_length_avg': 294.7487068965516, 'street_length_total': 25843.418000000005, 'street_length_avg': 293.6752045454546, 'street_segments_count': 88, 'node_density_km': 18.778271778988106, 'intersection_density_km': 15.022617423190486, 'edge_density_km': 12840.901473092306, 'street_density_km': 6470.596358693245, 'circuity_avg': 1.4084606753380102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4084606753380102\n", - "3332\n", - "5996967.446748732\n", - "{'n': 267, 'm': 716, 'k_avg': 5.3632958801498125, 'intersection_count': 231, 'streets_per_node_avg': 2.831460674157303, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 206, 4: 23, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1348314606741573, 2: 0.0, 3: 0.7715355805243446, 4: 0.08614232209737828, 5: 0.00749063670411985}, 'edge_length_total': 94101.25299999981, 'edge_length_avg': 131.42633100558632, 'street_length_total': 48481.78700000004, 'street_length_avg': 131.3869566395665, 'street_segments_count': 369, 'node_density_km': 44.52250281010856, 'intersection_density_km': 38.519468723352354, 'edge_density_km': 15691.473037929694, 'street_density_km': 8084.383887440399, 'circuity_avg': 1.0762294952868525, 'self_loop_proportion': 0.00558659217877095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0762294952868525\n", - "3333\n", - "6990232.522047404\n", - "{'n': 136, 'm': 385, 'k_avg': 5.661764705882353, 'intersection_count': 126, 'streets_per_node_avg': 3.0220588235294117, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 104, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07352941176470588, 2: 0.0, 3: 0.7647058823529411, 4: 0.15441176470588236, 5: 0.007352941176470588}, 'edge_length_total': 55169.139, 'edge_length_avg': 143.29646493506493, 'street_length_total': 30007.46000000002, 'street_length_avg': 150.0373000000001, 'street_segments_count': 200, 'node_density_km': 19.45571904383036, 'intersection_density_km': 18.025151467078125, 'edge_density_km': 7892.318149073707, 'street_density_km': 4292.769933668957, 'circuity_avg': 1.0794764870031646, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794764870031646\n", - "3334\n", - "27955114.80706824\n", - "{'n': 351, 'm': 992, 'k_avg': 5.652421652421652, 'intersection_count': 309, 'streets_per_node_avg': 2.9544159544159543, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 241, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11965811965811966, 2: 0.0, 3: 0.6866096866096866, 4: 0.19373219373219372}, 'edge_length_total': 253481.98200000016, 'edge_length_avg': 255.52619153225822, 'street_length_total': 126740.99100000005, 'street_length_avg': 255.52619153225817, 'street_segments_count': 496, 'node_density_km': 12.555841835113918, 'intersection_density_km': 11.053433410399434, 'edge_density_km': 9067.463458812523, 'street_density_km': 4533.7317294062605, 'circuity_avg': 1.0510670672543696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510670672543696\n", - "3335\n", - "3993015.641998588\n", - "{'n': 16, 'm': 36, 'k_avg': 4.5, 'intersection_count': 13, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 11, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6875, 4: 0.125}, 'edge_length_total': 11710.766, 'edge_length_avg': 325.2990555555555, 'street_length_total': 5855.383, 'street_length_avg': 325.2990555555555, 'street_segments_count': 18, 'node_density_km': 4.006996574646942, 'intersection_density_km': 3.2556847169006398, 'edge_density_km': 2932.8124530307414, 'street_density_km': 1466.4062265153707, 'circuity_avg': 1.103920794208181, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.103920794208181\n", - "3336\n", - "18965559.843475472\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 393, 'm': 915, 'k_avg': 4.656488549618321, 'intersection_count': 283, 'streets_per_node_avg': 2.50381679389313, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 258, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27989821882951654, 2: 0.0, 3: 0.6564885496183206, 4: 0.06361323155216285}, 'edge_length_total': 159991.51999999984, 'edge_length_avg': 174.85412021857906, 'street_length_total': 86785.295, 'street_length_avg': 181.55919456066945, 'street_segments_count': 478, 'node_density_km': 20.721771634661224, 'intersection_density_km': 14.921784663127548, 'edge_density_km': 8435.897559598807, 'street_density_km': 4575.941639279152, 'circuity_avg': 1.054022094754299, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054022094754299\n", - "3337\n", - "12982260.418127686\n", - "{'n': 215, 'm': 562, 'k_avg': 5.227906976744186, 'intersection_count': 170, 'streets_per_node_avg': 2.6790697674418604, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 149, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20930232558139536, 2: 0.0, 3: 0.6930232558139535, 4: 0.09767441860465116}, 'edge_length_total': 104225.15399999997, 'edge_length_avg': 185.4540106761565, 'street_length_total': 52112.57700000002, 'street_length_avg': 185.45401067615666, 'street_segments_count': 281, 'node_density_km': 16.561060483718713, 'intersection_density_km': 13.094792010382239, 'edge_density_km': 8028.274787529753, 'street_density_km': 4014.137393764879, 'circuity_avg': 1.0241069123130602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0241069123130602\n", - "3338\n", - "6992193.780365173\n", - "{'n': 98, 'm': 256, 'k_avg': 5.224489795918367, 'intersection_count': 75, 'streets_per_node_avg': 2.683673469387755, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 60, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23469387755102042, 2: 0.0, 3: 0.6122448979591837, 4: 0.15306122448979592}, 'edge_length_total': 46075.276000000005, 'edge_length_avg': 179.98154687500002, 'street_length_total': 23037.638, 'street_length_avg': 179.981546875, 'street_segments_count': 128, 'node_density_km': 14.015629869297168, 'intersection_density_km': 10.726247348951915, 'edge_density_km': 6589.530760629705, 'street_density_km': 3294.765380314852, 'circuity_avg': 1.02907924651151, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02907924651151\n", - "3339\n", - "8988702.93117905\n", - "{'n': 153, 'm': 404, 'k_avg': 5.281045751633987, 'intersection_count': 124, 'streets_per_node_avg': 2.7712418300653594, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 101, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1895424836601307, 2: 0.0, 3: 0.6601307189542484, 4: 0.1503267973856209}, 'edge_length_total': 80510.06999999983, 'edge_length_avg': 199.2823514851481, 'street_length_total': 40255.035, 'street_length_avg': 199.28235148514852, 'street_segments_count': 202, 'node_density_km': 17.021365726671196, 'intersection_density_km': 13.795093791550512, 'edge_density_km': 8956.806183986248, 'street_density_km': 4478.403091993134, 'circuity_avg': 1.0417616946130626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417616946130626\n", - "3340\n", - "19967349.792148765\n", - "{'n': 1353, 'm': 3402, 'k_avg': 5.028824833702883, 'intersection_count': 1033, 'streets_per_node_avg': 2.606060606060606, 'streets_per_node_counts': {0: 0, 1: 320, 2: 1, 3: 924, 4: 108}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23651145602365115, 2: 0.0007390983000739098, 3: 0.6829268292682927, 4: 0.07982261640798226}, 'edge_length_total': 325838.0490000002, 'edge_length_avg': 95.77838007054679, 'street_length_total': 165068.65500000035, 'street_length_avg': 95.36028596187195, 'street_segments_count': 1731, 'node_density_km': 67.76061991621965, 'intersection_density_km': 51.73445703876933, 'edge_density_km': 16318.542640452008, 'street_density_km': 8266.928596848938, 'circuity_avg': 1.1125177170792488, 'self_loop_proportion': 0.0011757789535567313, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1125177170792488\n", - "3341\n", - "24992792.034394342\n", - "{'n': 983, 'm': 2518, 'k_avg': 5.123092573753815, 'intersection_count': 839, 'streets_per_node_avg': 2.8118006103763986, 'streets_per_node_counts': {0: 0, 1: 144, 2: 1, 3: 739, 4: 94, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14649033570701933, 2: 0.001017293997965412, 3: 0.7517802644964394, 4: 0.09562563580874874, 5: 0.00508646998982706}, 'edge_length_total': 309539.9379999998, 'edge_length_avg': 122.93087291501183, 'street_length_total': 166073.22600000008, 'street_length_avg': 124.39942022471917, 'street_segments_count': 1335, 'node_density_km': 39.33133995782562, 'intersection_density_km': 33.56967876359684, 'edge_density_km': 12385.168394712367, 'street_density_km': 6644.844872531849, 'circuity_avg': 1.0694484595008378, 'self_loop_proportion': 0.0015885623510722795, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694484595008378\n", - "3342\n", - "5991076.168050743\n", - "{'n': 204, 'm': 446, 'k_avg': 4.372549019607843, 'intersection_count': 146, 'streets_per_node_avg': 2.5049019607843137, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 132, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28431372549019607, 2: 0.0, 3: 0.6470588235294118, 4: 0.06372549019607843, 5: 0.004901960784313725}, 'edge_length_total': 58795.546000000046, 'edge_length_avg': 131.82857847533643, 'street_length_total': 32116.97699999998, 'street_length_avg': 132.71478099173547, 'street_segments_count': 242, 'node_density_km': 34.05064370369597, 'intersection_density_km': 24.36957833695888, 'edge_density_km': 9813.853863775825, 'street_density_km': 5360.80265032744, 'circuity_avg': 1.0813403736687954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0813403736687954\n", - "3343\n", - "22968715.597909953\n", - "{'n': 55, 'm': 136, 'k_avg': 4.945454545454545, 'intersection_count': 47, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 42, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14545454545454545, 2: 0.0, 3: 0.7636363636363637, 4: 0.09090909090909091}, 'edge_length_total': 18757.724, 'edge_length_avg': 137.92444117647057, 'street_length_total': 9378.862000000003, 'street_length_avg': 137.92444117647062, 'street_segments_count': 68, 'node_density_km': 2.3945614096508185, 'intersection_density_km': 2.046261568247063, 'edge_density_km': 816.664036786927, 'street_density_km': 408.33201839346367, 'circuity_avg': 1.0179267335297453, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0179267335297453\n", - "3344\n", - "15991918.622613834\n", - "{'n': 1527, 'm': 3862, 'k_avg': 5.058284217419778, 'intersection_count': 1205, 'streets_per_node_avg': 2.6574983628028814, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 1090, 4: 110, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2108709888670596, 2: 0.0, 3: 0.7138179436804192, 4: 0.07203667321545514, 5: 0.0026195153896529143, 6: 0.0006548788474132286}, 'edge_length_total': 394684.8960000005, 'edge_length_avg': 102.19702123252213, 'street_length_total': 208908.75200000004, 'street_length_avg': 104.8738714859438, 'street_segments_count': 1992, 'node_density_km': 95.48572851294414, 'intersection_density_km': 75.35055851872801, 'edge_density_km': 24680.2716618308, 'street_density_km': 13063.395139128996, 'circuity_avg': 1.1186074912594246, 'self_loop_proportion': 0.01294665976178146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1186074912594246\n", - "3345\n", - "70895614.05631584\n", - "{'n': 5760, 'm': 15457, 'k_avg': 5.367013888888889, 'intersection_count': 5345, 'streets_per_node_avg': 3.048611111111111, 'streets_per_node_counts': {0: 0, 1: 415, 2: 1, 3: 4268, 4: 1042, 5: 33, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0720486111111111, 2: 0.00017361111111111112, 3: 0.7409722222222223, 4: 0.18090277777777777, 5: 0.005729166666666666, 6: 0.00017361111111111112}, 'edge_length_total': 1326267.5619999953, 'edge_length_avg': 85.80368519117522, 'street_length_total': 751359.5229999996, 'street_length_avg': 86.64201141605162, 'street_segments_count': 8672, 'node_density_km': 81.24621073772704, 'intersection_density_km': 75.39253409603317, 'edge_density_km': 18707.32879112206, 'street_density_km': 10598.11009469723, 'circuity_avg': 1.0475068026018273, 'self_loop_proportion': 0.0015526945720385585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475068026018273\n", - "3346\n", - "4990953.276781221\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 26, 'm': 58, 'k_avg': 4.461538461538462, 'intersection_count': 19, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 18, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2692307692307692, 2: 0.0, 3: 0.6923076923076923, 4: 0.038461538461538464}, 'edge_length_total': 14503.195999999996, 'edge_length_avg': 250.0551034482758, 'street_length_total': 7251.598, 'street_length_avg': 250.05510344827587, 'street_segments_count': 29, 'node_density_km': 5.20942564639034, 'intersection_density_km': 3.806887972362172, 'edge_density_km': 2905.896969116376, 'street_density_km': 1452.9484845581883, 'circuity_avg': 1.2140873703133521, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2140873703133521\n", - "3347\n", - "10979610.764254857\n", - "{'n': 100, 'm': 288, 'k_avg': 5.76, 'intersection_count': 89, 'streets_per_node_avg': 2.94, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 73, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11, 2: 0.0, 3: 0.73, 4: 0.16}, 'edge_length_total': 72213.87000000004, 'edge_length_avg': 250.7426041666668, 'street_length_total': 36106.935, 'street_length_avg': 250.74260416666664, 'street_segments_count': 144, 'node_density_km': 9.107790990693339, 'intersection_density_km': 8.105933981717072, 'edge_density_km': 6577.088345891004, 'street_density_km': 3288.5441729454997, 'circuity_avg': 1.0435039452842323, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435039452842323\n", - "3348\n", - "8987479.705792826\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.6666666666666666, 4: 0.3333333333333333}, 'edge_length_total': 7037.360000000001, 'edge_length_avg': 1759.3400000000001, 'street_length_total': 3518.6800000000003, 'street_length_avg': 1759.3400000000001, 'street_segments_count': 2, 'node_density_km': 0.3337976939259588, 'intersection_density_km': 0.3337976939259588, 'edge_density_km': 783.0181797755953, 'street_density_km': 391.50908988779764, 'circuity_avg': 1.0013387664613616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0013387664613616\n", - "3349\n", - "4995461.58736865\n", - "{'n': 25, 'm': 64, 'k_avg': 5.12, 'intersection_count': 20, 'streets_per_node_avg': 2.64, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 19, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.76, 4: 0.04}, 'edge_length_total': 23246.850000000002, 'edge_length_avg': 363.23203125000003, 'street_length_total': 11623.425000000005, 'street_length_avg': 363.23203125000015, 'street_segments_count': 32, 'node_density_km': 5.004542535811731, 'intersection_density_km': 4.003634028649385, 'edge_density_km': 4653.593985945398, 'street_density_km': 2326.7969929726996, 'circuity_avg': 1.0731430945392817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731430945392817\n", - "3350\n", - "1983124666.4697356\n", - "error with entry 3350\n", - "3351\n", - "4992659.99651347\n", - "{'n': 72, 'm': 172, 'k_avg': 4.777777777777778, 'intersection_count': 57, 'streets_per_node_avg': 2.638888888888889, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 53, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.7361111111111112, 4: 0.05555555555555555}, 'edge_length_total': 35143.71000000003, 'edge_length_avg': 204.32389534883737, 'street_length_total': 17571.855, 'street_length_avg': 204.3238953488372, 'street_segments_count': 86, 'node_density_km': 14.42117028803881, 'intersection_density_km': 11.416759811364058, 'edge_density_km': 7039.075367547956, 'street_density_km': 3519.537683773975, 'circuity_avg': 1.1757469903308648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1757469903308648\n", - "3352\n", - "2994766.7381485486\n", - "{'n': 97, 'm': 228, 'k_avg': 4.701030927835052, 'intersection_count': 69, 'streets_per_node_avg': 2.443298969072165, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 67, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28865979381443296, 2: 0.0, 3: 0.6907216494845361, 4: 0.020618556701030927}, 'edge_length_total': 27088.626000000004, 'edge_length_avg': 118.80976315789475, 'street_length_total': 13544.313000000002, 'street_length_avg': 118.80976315789475, 'street_segments_count': 114, 'node_density_km': 32.38983482899513, 'intersection_density_km': 23.040191785573853, 'edge_density_km': 9045.320844169311, 'street_density_km': 4522.660422084656, 'circuity_avg': 1.0789670184134255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789670184134255\n", - "3353\n", - "23993465.031855285\n", - "error with entry 3353\n", - "3354\n", - "38944320.66867323\n", - "{'n': 2729, 'm': 6685, 'k_avg': 4.899230487358007, 'intersection_count': 2045, 'streets_per_node_avg': 2.5800659582264567, 'streets_per_node_counts': {0: 0, 1: 684, 2: 1, 3: 1822, 4: 221, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2506412605349945, 2: 0.00036643459142543056, 3: 0.6676438255771345, 4: 0.08098204470502016, 5: 0.00036643459142543056}, 'edge_length_total': 662974.847999998, 'edge_length_avg': 99.17350007479402, 'street_length_total': 342008.0699999998, 'street_length_avg': 98.70362770562764, 'street_segments_count': 3465, 'node_density_km': 70.07440245825637, 'intersection_density_km': 52.51086589488247, 'edge_density_km': 17023.659332522242, 'street_density_km': 8781.975500605167, 'circuity_avg': 1.0697586524425817, 'self_loop_proportion': 0.0029917726252804786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697586524425817\n", - "3355\n", - "12977038.259438323\n", - "{'n': 462, 'm': 1139, 'k_avg': 4.93073593073593, 'intersection_count': 345, 'streets_per_node_avg': 2.5844155844155843, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 303, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2532467532467532, 2: 0.0, 3: 0.6558441558441559, 4: 0.09090909090909091}, 'edge_length_total': 107228.19299999994, 'edge_length_avg': 94.14239947322207, 'street_length_total': 53765.10900000001, 'street_length_avg': 93.50453739130437, 'street_segments_count': 575, 'node_density_km': 35.601343755304335, 'intersection_density_km': 26.58541903805194, 'edge_density_km': 8262.917227820597, 'street_density_km': 4143.095514178371, 'circuity_avg': 1.049505432247549, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049505432247549\n", - "3356\n", - "23970975.393615544\n", - "{'n': 319, 'm': 772, 'k_avg': 4.84012539184953, 'intersection_count': 213, 'streets_per_node_avg': 2.498432601880878, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 161, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3322884012539185, 2: 0.0, 3: 0.5047021943573667, 4: 0.16300940438871472}, 'edge_length_total': 165970.8319999998, 'edge_length_avg': 214.98812435233134, 'street_length_total': 82985.41600000006, 'street_length_avg': 214.98812435233174, 'street_segments_count': 386, 'node_density_km': 13.307760521291213, 'intersection_density_km': 8.885746053401343, 'edge_density_km': 6923.824720299227, 'street_density_km': 3461.9123601496203, 'circuity_avg': 1.0613711642169799, 'self_loop_proportion': 0.0025906735751295338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613711642169799\n", - "3357\n", - "14987617.711418534\n", - "{'n': 1663, 'm': 4300, 'k_avg': 5.171377029464822, 'intersection_count': 1273, 'streets_per_node_avg': 2.619362597714973, 'streets_per_node_counts': {0: 0, 1: 390, 2: 0, 3: 1127, 4: 145, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23451593505712567, 2: 0.0, 3: 0.677690920024053, 4: 0.08719182200841852, 5: 0.0006013229104028864}, 'edge_length_total': 327935.68200000003, 'edge_length_avg': 76.26411209302326, 'street_length_total': 163967.8410000002, 'street_length_avg': 76.26411209302334, 'street_segments_count': 2150, 'node_density_km': 110.95826114733494, 'intersection_density_km': 84.93678078205495, 'edge_density_km': 21880.440795481292, 'street_density_km': 10940.220397740657, 'circuity_avg': 1.0497074469266716, 'self_loop_proportion': 0.0013953488372093023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497074469266716\n", - "3358\n", - "17985856.632096335\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 720, 'm': 1935, 'k_avg': 5.375, 'intersection_count': 672, 'streets_per_node_avg': 3.1430555555555557, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 481, 4: 183, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06666666666666667, 2: 0.0, 3: 0.6680555555555555, 4: 0.25416666666666665, 5: 0.011111111111111112}, 'edge_length_total': 245278.34000000003, 'edge_length_avg': 126.75883204134368, 'street_length_total': 139317.5779999999, 'street_length_avg': 125.39836003600351, 'street_segments_count': 1111, 'node_density_km': 40.031454421533475, 'intersection_density_km': 37.36269079343124, 'edge_density_km': 13637.289844860266, 'street_density_km': 7745.951769201986, 'circuity_avg': 1.024595184857091, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024595184857091\n", - "3359\n", - "9984860.076232048\n", - "{'n': 113, 'm': 310, 'k_avg': 5.486725663716814, 'intersection_count': 98, 'streets_per_node_avg': 2.9292035398230087, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 76, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13274336283185842, 2: 0.0, 3: 0.672566371681416, 4: 0.19469026548672566}, 'edge_length_total': 60011.98800000003, 'edge_length_avg': 193.5870580645162, 'street_length_total': 30005.994000000002, 'street_length_avg': 193.58705806451616, 'street_segments_count': 155, 'node_density_km': 11.317134054685964, 'intersection_density_km': 9.814859622648004, 'edge_density_km': 6010.298345877927, 'street_density_km': 3005.1491729389622, 'circuity_avg': 1.0207326225823692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0207326225823692\n", - "3360\n", - "49959835.62409198\n", - "{'n': 2050, 'm': 5457, 'k_avg': 5.3239024390243905, 'intersection_count': 1817, 'streets_per_node_avg': 2.931219512195122, 'streets_per_node_counts': {0: 0, 1: 233, 2: 0, 3: 1499, 4: 311, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11365853658536586, 2: 0.0, 3: 0.7312195121951219, 4: 0.15170731707317073, 5: 0.0034146341463414634}, 'edge_length_total': 642135.3659999986, 'edge_length_avg': 117.67186476085736, 'street_length_total': 362526.9229999991, 'street_length_avg': 122.84883869874588, 'street_segments_count': 2951, 'node_density_km': 41.03296126561783, 'intersection_density_km': 36.36921493640371, 'edge_density_km': 12853.03200017623, 'street_density_km': 7256.3674093671125, 'circuity_avg': 1.0750059067142623, 'self_loop_proportion': 0.0014660069635330768, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750059067142623\n", - "3361\n", - "6990537.11071003\n", - "{'n': 97, 'm': 246, 'k_avg': 5.072164948453608, 'intersection_count': 81, 'streets_per_node_avg': 2.752577319587629, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 73, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16494845360824742, 2: 0.0, 3: 0.7525773195876289, 4: 0.08247422680412371}, 'edge_length_total': 56543.19999999999, 'edge_length_avg': 229.850406504065, 'street_length_total': 28271.599999999995, 'street_length_avg': 229.850406504065, 'street_segments_count': 123, 'node_density_km': 13.875900873394789, 'intersection_density_km': 11.58709248190699, 'edge_density_km': 8088.534415098311, 'street_density_km': 4044.2672075491555, 'circuity_avg': 1.1942012937174764, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1942012937174764\n", - "3362\n", - "8985399.819613833\n", - "{'n': 286, 'm': 718, 'k_avg': 5.020979020979021, 'intersection_count': 217, 'streets_per_node_avg': 2.5734265734265733, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 201, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24125874125874125, 2: 0.0, 3: 0.7027972027972028, 4: 0.055944055944055944}, 'edge_length_total': 103437.80599999987, 'edge_length_avg': 144.06379665738143, 'street_length_total': 51718.90299999999, 'street_length_avg': 144.0637966573816, 'street_segments_count': 359, 'node_density_km': 31.8294127964905, 'intersection_density_km': 24.15028873020433, 'edge_density_km': 11511.764426354188, 'street_density_km': 5755.8822131771, 'circuity_avg': 1.0858586701008148, 'self_loop_proportion': 0.002785515320334262, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0858586701008148\n", - "3363\n", - "11979708.713832643\n", - "{'n': 472, 'm': 1375, 'k_avg': 5.826271186440678, 'intersection_count': 421, 'streets_per_node_avg': 2.9788135593220337, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 329, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10805084745762712, 2: 0.0, 3: 0.6970338983050848, 4: 0.19491525423728814}, 'edge_length_total': 185423.18199999986, 'edge_length_avg': 134.85322327272718, 'street_length_total': 93356.55300000001, 'street_length_avg': 134.51952881844383, 'street_segments_count': 694, 'node_density_km': 39.39995631571529, 'intersection_density_km': 35.14275764600877, 'edge_density_km': 15478.104387120595, 'street_density_km': 7792.890063529153, 'circuity_avg': 1.0959550810736, 'self_loop_proportion': 0.005818181818181818, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0959550810736\n", - "3364\n", - "11978134.343682205\n", - "{'n': 216, 'm': 586, 'k_avg': 5.425925925925926, 'intersection_count': 188, 'streets_per_node_avg': 2.8796296296296298, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 158, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12962962962962962, 2: 0.0, 3: 0.7314814814814815, 4: 0.1388888888888889}, 'edge_length_total': 119363.14700000007, 'edge_length_avg': 203.69137713310593, 'street_length_total': 61420.04899999995, 'street_length_avg': 201.3772098360654, 'street_segments_count': 305, 'node_density_km': 18.03285835693836, 'intersection_density_km': 15.695265606964867, 'edge_density_km': 9965.086680043578, 'street_density_km': 5127.680758764873, 'circuity_avg': 1.0233820625778232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0233820625778232\n", - "3365\n", - "3994311.419040011\n", - "{'n': 105, 'm': 328, 'k_avg': 6.247619047619048, 'intersection_count': 100, 'streets_per_node_avg': 3.1904761904761907, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 70, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.047619047619047616, 2: 0.0, 3: 0.6666666666666666, 4: 0.2857142857142857}, 'edge_length_total': 54220.668, 'edge_length_avg': 165.30691463414632, 'street_length_total': 27110.334000000003, 'street_length_avg': 165.30691463414635, 'street_segments_count': 164, 'node_density_km': 26.287384478708372, 'intersection_density_km': 25.035604265436547, 'edge_density_km': 13574.471870556188, 'street_density_km': 6787.235935278095, 'circuity_avg': 1.0247355641005012, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247355641005012\n", - "3366\n", - "18976062.141192436\n", - "{'n': 205, 'm': 530, 'k_avg': 5.170731707317073, 'intersection_count': 157, 'streets_per_node_avg': 2.6390243902439026, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 135, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23414634146341465, 2: 0.0, 3: 0.6585365853658537, 4: 0.1073170731707317}, 'edge_length_total': 108807.25999999982, 'edge_length_avg': 205.29671698113174, 'street_length_total': 54403.62999999999, 'street_length_avg': 205.29671698113205, 'street_segments_count': 265, 'node_density_km': 10.80308435304892, 'intersection_density_km': 8.273581675261855, 'edge_density_km': 5733.921990264018, 'street_density_km': 2866.9609951320135, 'circuity_avg': 1.0510468760578295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510468760578295\n", - "3367\n", - "4993057.975082124\n", - "{'n': 61, 'm': 136, 'k_avg': 4.459016393442623, 'intersection_count': 42, 'streets_per_node_avg': 2.4754098360655736, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 36, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3114754098360656, 2: 0.0, 3: 0.5901639344262295, 4: 0.09836065573770492}, 'edge_length_total': 25789.487999999994, 'edge_length_avg': 189.62858823529407, 'street_length_total': 12894.744, 'street_length_avg': 189.62858823529413, 'street_segments_count': 68, 'node_density_km': 12.216962091051366, 'intersection_density_km': 8.411678816789465, 'edge_density_km': 5165.068807272525, 'street_density_km': 2582.534403636263, 'circuity_avg': 1.0951231005335924, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0951231005335924\n", - "3368\n", - "3994074.589664343\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 58, 'm': 142, 'k_avg': 4.896551724137931, 'intersection_count': 41, 'streets_per_node_avg': 2.6206896551724137, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 29, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29310344827586204, 2: 0.0, 3: 0.5, 4: 0.20689655172413793}, 'edge_length_total': 24602.282000000014, 'edge_length_avg': 173.2555070422536, 'street_length_total': 12301.140999999996, 'street_length_avg': 173.25550704225347, 'street_segments_count': 71, 'node_density_km': 14.521511478551092, 'intersection_density_km': 10.265206390010254, 'edge_density_km': 6159.695180371571, 'street_density_km': 3079.847590185783, 'circuity_avg': 1.0340988299321352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340988299321352\n", - "3369\n", - "191879327.3618911\n", - "error with entry 3369\n", - "3370\n", - "24989437.649986673\n", - "{'n': 1015, 'm': 2757, 'k_avg': 5.432512315270936, 'intersection_count': 928, 'streets_per_node_avg': 3.0472906403940887, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 716, 4: 202, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08571428571428572, 2: 0.0, 3: 0.7054187192118226, 4: 0.19901477832512315, 5: 0.009852216748768473}, 'edge_length_total': 314428.9379999998, 'edge_length_avg': 114.0474929270946, 'street_length_total': 174626.03600000017, 'street_length_avg': 114.2840549738221, 'street_segments_count': 1528, 'node_density_km': 40.61716050663274, 'intersection_density_km': 37.13568960606422, 'edge_density_km': 12582.473539582332, 'street_density_km': 6987.993825467029, 'circuity_avg': 1.095387943870861, 'self_loop_proportion': 0.0007254261878853826, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.095387943870861\n", - "3371\n", - "9983256.999299139\n", - "{'n': 116, 'm': 276, 'k_avg': 4.758620689655173, 'intersection_count': 85, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 81, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2672413793103448, 2: 0.0, 3: 0.6982758620689655, 4: 0.034482758620689655}, 'edge_length_total': 62305.53799999991, 'edge_length_avg': 225.7447028985504, 'street_length_total': 31152.76900000002, 'street_length_avg': 225.74470289855086, 'street_segments_count': 138, 'node_density_km': 11.6194544534057, 'intersection_density_km': 8.514255418443831, 'edge_density_km': 6241.0031119477335, 'street_density_km': 3120.5015559738727, 'circuity_avg': 1.0758730205133102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758730205133102\n", - "3372\n", - "18970857.029352438\n", - "{'n': 324, 'm': 894, 'k_avg': 5.518518518518518, 'intersection_count': 295, 'streets_per_node_avg': 2.9444444444444446, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 256, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08950617283950617, 2: 0.0, 3: 0.7901234567901234, 4: 0.11728395061728394, 5: 0.0030864197530864196}, 'edge_length_total': 158887.52599999993, 'edge_length_avg': 177.72653914988805, 'street_length_total': 81991.78899999995, 'street_length_avg': 178.63134858387787, 'street_segments_count': 459, 'node_density_km': 17.07882777771688, 'intersection_density_km': 15.550167266748396, 'edge_density_km': 8375.347816609605, 'street_density_km': 4321.986554067595, 'circuity_avg': 1.0485496091015314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485496091015314\n", - "3373\n", - "5989994.570865303\n", - "{'n': 127, 'm': 320, 'k_avg': 5.039370078740157, 'intersection_count': 102, 'streets_per_node_avg': 2.7244094488188977, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 87, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1968503937007874, 2: 0.0, 3: 0.6850393700787402, 4: 0.11811023622047244}, 'edge_length_total': 60219.30199999996, 'edge_length_avg': 188.18531874999988, 'street_length_total': 30109.650999999998, 'street_length_avg': 188.18531875, 'street_segments_count': 160, 'node_density_km': 21.202022555698882, 'intersection_density_km': 17.02839606835658, 'edge_density_km': 10053.314955058599, 'street_density_km': 5026.657477529302, 'circuity_avg': 1.072933030951552, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072933030951552\n", - "3374\n", - "6991274.441717762\n", - "{'n': 109, 'm': 277, 'k_avg': 5.08256880733945, 'intersection_count': 96, 'streets_per_node_avg': 2.8990825688073394, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 81, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11926605504587157, 2: 0.0, 3: 0.7431192660550459, 4: 0.13761467889908258}, 'edge_length_total': 57842.09199999998, 'edge_length_avg': 208.81621660649813, 'street_length_total': 30361.385999999988, 'street_length_avg': 207.9546986301369, 'street_segments_count': 146, 'node_density_km': 15.590862711608645, 'intersection_density_km': 13.731402021233302, 'edge_density_km': 8273.468947928775, 'street_density_km': 4342.754136331711, 'circuity_avg': 1.0522615297486873, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522615297486873\n", - "3375\n", - "27979151.070304953\n", - "{'n': 684, 'm': 1675, 'k_avg': 4.89766081871345, 'intersection_count': 511, 'streets_per_node_avg': 2.564327485380117, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 464, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25292397660818716, 2: 0.0, 3: 0.6783625730994152, 4: 0.06725146198830409, 5: 0.0014619883040935672}, 'edge_length_total': 283847.905, 'edge_length_avg': 169.46143582089553, 'street_length_total': 143183.06399999995, 'street_length_avg': 166.4919348837209, 'street_segments_count': 860, 'node_density_km': 24.4467746101828, 'intersection_density_km': 18.263599160531303, 'edge_density_km': 10144.979177057865, 'street_density_km': 5117.4913649172195, 'circuity_avg': 1.0548568530810523, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548568530810523\n", - "3376\n", - "7985414.994660018\n", - "{'n': 72, 'm': 165, 'k_avg': 4.583333333333333, 'intersection_count': 54, 'streets_per_node_avg': 2.5694444444444446, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 49, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6805555555555556, 4: 0.06944444444444445}, 'edge_length_total': 37541.62, 'edge_length_avg': 227.52496969696972, 'street_length_total': 20939.332000000006, 'street_length_avg': 243.48060465116285, 'street_segments_count': 86, 'node_density_km': 9.01643809972902, 'intersection_density_km': 6.762328574796766, 'edge_density_km': 4701.273512410403, 'street_density_km': 2622.1970948288213, 'circuity_avg': 1.0143081560933573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0143081560933573\n", - "3377\n", - "10987040.90288098\n", - "{'n': 129, 'm': 320, 'k_avg': 4.961240310077519, 'intersection_count': 100, 'streets_per_node_avg': 2.604651162790698, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 93, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2248062015503876, 2: 0.0, 3: 0.7209302325581395, 4: 0.05426356589147287}, 'edge_length_total': 58424.82000000003, 'edge_length_avg': 182.57756250000008, 'street_length_total': 29212.409999999996, 'street_length_avg': 182.57756249999997, 'street_segments_count': 160, 'node_density_km': 11.741104919903785, 'intersection_density_km': 9.101631720855648, 'edge_density_km': 5317.6119499728175, 'street_density_km': 2658.805974986407, 'circuity_avg': 1.030559534302323, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030559534302323\n", - "3378\n", - "22979381.459057182\n", - "{'n': 1281, 'm': 3332, 'k_avg': 5.202185792349726, 'intersection_count': 1008, 'streets_per_node_avg': 2.6651053864168617, 'streets_per_node_counts': {0: 0, 1: 273, 2: 0, 3: 893, 4: 113, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21311475409836064, 2: 0.0, 3: 0.697111631537861, 4: 0.08821233411397346, 5: 0.00156128024980484}, 'edge_length_total': 322359.4049999993, 'edge_length_avg': 96.746520108043, 'street_length_total': 161549.93399999998, 'street_length_avg': 96.62077392344496, 'street_segments_count': 1672, 'node_density_km': 55.745625802956575, 'intersection_density_km': 43.865410467900254, 'edge_density_km': 14028.20200249312, 'street_density_km': 7030.212466242257, 'circuity_avg': 1.0583240599779977, 'self_loop_proportion': 0.0006002400960384153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583240599779977\n", - "3379\n", - "3993809.431139408\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 168, 'm': 472, 'k_avg': 5.619047619047619, 'intersection_count': 143, 'streets_per_node_avg': 2.886904761904762, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 112, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1488095238095238, 2: 0.0, 3: 0.6666666666666666, 4: 0.18452380952380953}, 'edge_length_total': 50727.43400000001, 'edge_length_avg': 107.47337711864408, 'street_length_total': 25363.71700000001, 'street_length_avg': 107.47337711864412, 'street_segments_count': 236, 'node_density_km': 42.06510172721753, 'intersection_density_km': 35.80541397019111, 'edge_density_km': 12701.51590220663, 'street_density_km': 6350.757951103316, 'circuity_avg': 1.0872629515188177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872629515188177\n", - "3380\n", - "76885402.80938473\n", - "{'n': 3593, 'm': 9920, 'k_avg': 5.5218480378513775, 'intersection_count': 3164, 'streets_per_node_avg': 2.929863623712775, 'streets_per_node_counts': {0: 0, 1: 429, 2: 4, 3: 2555, 4: 600, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11939883106039521, 2: 0.001113275814082939, 3: 0.7111049262454773, 4: 0.16699137211244086, 5: 0.0013915947676036739}, 'edge_length_total': 1376572.098999998, 'edge_length_avg': 138.76734868951593, 'street_length_total': 715937.6989999998, 'street_length_avg': 137.6803267307692, 'street_segments_count': 5200, 'node_density_km': 46.731887571790594, 'intersection_density_km': 41.15215482247299, 'edge_density_km': 17904.206113256805, 'street_density_km': 9311.750642380865, 'circuity_avg': 1.0435636871880185, 'self_loop_proportion': 0.0010080645161290322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435636871880185\n", - "3381\n", - "5993166.699887248\n", - "{'n': 177, 'm': 390, 'k_avg': 4.406779661016949, 'intersection_count': 125, 'streets_per_node_avg': 2.4915254237288136, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 111, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2937853107344633, 2: 0.0, 3: 0.6271186440677966, 4: 0.07909604519774012}, 'edge_length_total': 72479.10499999994, 'edge_length_avg': 185.84385897435882, 'street_length_total': 38581.984999999986, 'street_length_avg': 184.60279904306213, 'street_segments_count': 209, 'node_density_km': 29.533635365645672, 'intersection_density_km': 20.857087122631125, 'edge_density_km': 12093.624060442624, 'street_density_km': 6437.662580072376, 'circuity_avg': 1.0580633404916222, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580633404916222\n", - "3382\n", - "18983581.6003031\n", - "{'n': 1565, 'm': 4047, 'k_avg': 5.171884984025559, 'intersection_count': 1151, 'streets_per_node_avg': 2.6440894568690094, 'streets_per_node_counts': {0: 0, 1: 414, 2: 0, 3: 888, 4: 256, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2645367412140575, 2: 0.0, 3: 0.5674121405750798, 4: 0.1635782747603834, 5: 0.0038338658146964857, 6: 0.0006389776357827476}, 'edge_length_total': 356222.84299999976, 'edge_length_avg': 88.02145861131696, 'street_length_total': 180159.05799999973, 'street_length_avg': 88.35657577243734, 'street_segments_count': 2039, 'node_density_km': 82.43965933040859, 'intersection_density_km': 60.63134050434523, 'edge_density_km': 18764.785829156295, 'street_density_km': 9490.25646441361, 'circuity_avg': 1.032042570726032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032042570726032\n", - "3383\n", - "3994205.3240073067\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 0, 'streets_per_node_avg': 1.0, 'streets_per_node_counts': {0: 0, 1: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 1.0}, 'edge_length_total': 4141.8279999999995, 'edge_length_avg': 2070.9139999999998, 'street_length_total': 2070.9139999999998, 'street_length_avg': 2070.9139999999998, 'street_segments_count': 1, 'node_density_km': 0.5007253853423438, 'intersection_density_km': 0.0, 'edge_density_km': 1036.9592106608545, 'street_density_km': 518.4796053304273, 'circuity_avg': 1.0014378873133916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0014378873133916\n", - "3384\n", - "8986494.127722526\n", - "{'n': 233, 'm': 672, 'k_avg': 5.76824034334764, 'intersection_count': 198, 'streets_per_node_avg': 2.9356223175965663, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 143, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15021459227467812, 2: 0.0, 3: 0.6137339055793991, 4: 0.23605150214592274}, 'edge_length_total': 104620.88599999998, 'edge_length_avg': 155.68584226190472, 'street_length_total': 52310.44300000006, 'street_length_avg': 155.68584226190492, 'street_segments_count': 336, 'node_density_km': 25.927797502389275, 'intersection_density_km': 22.033063971987453, 'edge_density_km': 11642.013505272758, 'street_density_km': 5821.006752636386, 'circuity_avg': 1.015142758574159, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015142758574159\n", - "3385\n", - "8985201.526925934\n", - "{'n': 439, 'm': 1130, 'k_avg': 5.148063781321184, 'intersection_count': 343, 'streets_per_node_avg': 2.6788154897494305, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 293, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21867881548974943, 2: 0.0, 3: 0.6674259681093394, 4: 0.11161731207289294, 5: 0.002277904328018223}, 'edge_length_total': 149779.906, 'edge_length_avg': 132.54858938053096, 'street_length_total': 75865.83099999992, 'street_length_avg': 132.1704372822298, 'street_segments_count': 574, 'node_density_km': 48.85811394262551, 'intersection_density_km': 38.17387945858895, 'edge_density_km': 16669.62121563494, 'street_density_km': 8443.420080523842, 'circuity_avg': 1.0754389716033532, 'self_loop_proportion': 0.0017699115044247787, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0754389716033532\n", - "3386\n", - "4992176.14031247\n", - "{'n': 91, 'm': 246, 'k_avg': 5.406593406593407, 'intersection_count': 74, 'streets_per_node_avg': 2.8241758241758244, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 56, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18681318681318682, 2: 0.0, 3: 0.6153846153846154, 4: 0.1978021978021978}, 'edge_length_total': 44843.07800000001, 'edge_length_avg': 182.28893495934963, 'street_length_total': 22421.538999999997, 'street_length_avg': 182.28893495934958, 'street_segments_count': 123, 'node_density_km': 18.228523482006814, 'intersection_density_km': 14.823194919434112, 'edge_density_km': 8982.671432180916, 'street_density_km': 4491.335716090456, 'circuity_avg': 1.0375343320691193, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0375343320691193\n", - "3387\n", - "9981689.079151964\n", - "{'n': 995, 'm': 2931, 'k_avg': 5.891457286432161, 'intersection_count': 941, 'streets_per_node_avg': 3.101507537688442, 'streets_per_node_counts': {0: 0, 1: 54, 2: 1, 3: 732, 4: 206, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.054271356783919596, 2: 0.0010050251256281408, 3: 0.735678391959799, 4: 0.207035175879397, 5: 0.0020100502512562816}, 'edge_length_total': 210201.12300000017, 'edge_length_avg': 71.71652098259985, 'street_length_total': 108854.3419999999, 'street_length_avg': 71.28640602488534, 'street_segments_count': 1527, 'node_density_km': 99.68252788780858, 'intersection_density_km': 94.2726218516863, 'edge_density_km': 21058.672668840398, 'street_density_km': 10905.402997109592, 'circuity_avg': 1.0199787475320479, 'self_loop_proportion': 0.000682360968952576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0199787475320479\n", - "3388\n", - "29984931.284236424\n", - "{'n': 675, 'm': 1679, 'k_avg': 4.974814814814815, 'intersection_count': 505, 'streets_per_node_avg': 2.6237037037037036, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 421, 4: 82, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2518518518518518, 2: 0.0, 3: 0.6237037037037036, 4: 0.12148148148148148, 5: 0.002962962962962963}, 'edge_length_total': 286885.6969999995, 'edge_length_avg': 170.86700238237017, 'street_length_total': 144850.80099999974, 'street_length_avg': 166.4951735632181, 'street_segments_count': 870, 'node_density_km': 22.511307216330312, 'intersection_density_km': 16.84179280629157, 'edge_density_km': 9567.662312797098, 'street_density_km': 4830.786491618549, 'circuity_avg': 1.1022160524423705, 'self_loop_proportion': 0.004764740917212627, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1022160524423705\n", - "3389\n", - "17967105.208246663\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1944, 'm': 5052, 'k_avg': 5.197530864197531, 'intersection_count': 1631, 'streets_per_node_avg': 2.8395061728395063, 'streets_per_node_counts': {0: 0, 1: 313, 2: 7, 3: 1308, 4: 312, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1610082304526749, 2: 0.00360082304526749, 3: 0.6728395061728395, 4: 0.16049382716049382, 5: 0.0015432098765432098, 6: 0.00051440329218107}, 'edge_length_total': 330481.0010000007, 'edge_length_avg': 65.41587509897084, 'street_length_total': 173895.9110000004, 'street_length_avg': 63.79160344827601, 'street_segments_count': 2726, 'node_density_km': 108.19773009999015, 'intersection_density_km': 90.77700503759462, 'edge_density_km': 18393.6698299242, 'street_density_km': 9678.571421743804, 'circuity_avg': 1.0506366502921833, 'self_loop_proportion': 0.000395882818685669, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506366502921833\n", - "3390\n", - "18966370.94782427\n", - "{'n': 1009, 'm': 2687, 'k_avg': 5.326065411298315, 'intersection_count': 866, 'streets_per_node_avg': 2.8939544103072348, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 693, 4: 167, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14172447968285432, 2: 0.0, 3: 0.686818632309217, 4: 0.16551040634291378, 5: 0.005946481665014866}, 'edge_length_total': 250527.9099999999, 'edge_length_avg': 93.23703386676587, 'street_length_total': 140592.1020000002, 'street_length_avg': 97.1610932964756, 'street_segments_count': 1447, 'node_density_km': 53.19942348358148, 'intersection_density_km': 45.65976287094308, 'edge_density_km': 13209.058848906423, 'street_density_km': 7412.704432849249, 'circuity_avg': 1.0628337043934624, 'self_loop_proportion': 0.000744324525493115, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628337043934624\n", - "3391\n", - "16983901.892372757\n", - "{'n': 789, 'm': 2177, 'k_avg': 5.518377693282636, 'intersection_count': 664, 'streets_per_node_avg': 2.877059569074778, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 512, 4: 151, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15842839036755388, 2: 0.0, 3: 0.6489226869455006, 4: 0.19138149556400508, 5: 0.0012674271229404308}, 'edge_length_total': 290358.36699999997, 'edge_length_avg': 133.3754556729444, 'street_length_total': 148370.89899999992, 'street_length_avg': 133.42706744604308, 'street_segments_count': 1112, 'node_density_km': 46.45575586810999, 'intersection_density_km': 39.09584524261728, 'edge_density_km': 17096.093043872093, 'street_density_km': 8735.97244851204, 'circuity_avg': 1.0395000816253377, 'self_loop_proportion': 0.0018373909049150207, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395000816253377\n", - "3392\n", - "11978117.303371202\n", - "{'n': 250, 'm': 598, 'k_avg': 4.784, 'intersection_count': 212, 'streets_per_node_avg': 2.764, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 195, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152, 2: 0.0, 3: 0.78, 4: 0.068}, 'edge_length_total': 110393.82399999996, 'edge_length_avg': 184.60505685618722, 'street_length_total': 62403.14899999997, 'street_length_avg': 189.67522492401207, 'street_segments_count': 329, 'node_density_km': 20.871393531071725, 'intersection_density_km': 17.69894171434882, 'edge_density_km': 9216.291776415479, 'street_density_km': 5209.762721428417, 'circuity_avg': 1.0586882225541854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586882225541854\n", - "3393\n", - "7987551.065949905\n", - "{'n': 441, 'm': 1078, 'k_avg': 4.888888888888889, 'intersection_count': 315, 'streets_per_node_avg': 2.510204081632653, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 279, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6326530612244898, 4: 0.08163265306122448}, 'edge_length_total': 106564.98599999974, 'edge_length_avg': 98.85434693877527, 'street_length_total': 53349.62500000001, 'street_length_avg': 98.61298521256933, 'street_segments_count': 541, 'node_density_km': 55.210914629383325, 'intersection_density_km': 39.436367592416666, 'edge_density_km': 13341.384001195953, 'street_density_km': 6679.096579103435, 'circuity_avg': 1.0946301187793317, 'self_loop_proportion': 0.0018552875695732839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0946301187793317\n", - "3394\n", - "4994224.979738213\n", - "{'n': 133, 'm': 344, 'k_avg': 5.172932330827067, 'intersection_count': 112, 'streets_per_node_avg': 2.781954887218045, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 99, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.7443609022556391, 4: 0.09774436090225563}, 'edge_length_total': 54072.66199999999, 'edge_length_avg': 157.18797093023252, 'street_length_total': 27036.330999999995, 'street_length_avg': 157.18797093023252, 'street_segments_count': 172, 'node_density_km': 26.63075863413978, 'intersection_density_km': 22.42590200769666, 'edge_density_km': 10827.03767238663, 'street_density_km': 5413.518836193315, 'circuity_avg': 1.0211863650273298, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0211863650273298\n", - "3395\n", - "5989039.342766494\n", - "{'n': 252, 'm': 623, 'k_avg': 4.944444444444445, 'intersection_count': 194, 'streets_per_node_avg': 2.6468253968253967, 'streets_per_node_counts': {0: 0, 1: 58, 2: 1, 3: 165, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23015873015873015, 2: 0.003968253968253968, 3: 0.6547619047619048, 4: 0.1111111111111111}, 'edge_length_total': 78117.84400000004, 'edge_length_avg': 125.38979775280906, 'street_length_total': 39733.11999999995, 'street_length_avg': 124.16599999999985, 'street_segments_count': 320, 'node_density_km': 42.07686501581648, 'intersection_density_km': 32.39250719471586, 'edge_density_km': 13043.468163946869, 'street_density_km': 6634.3060591160165, 'circuity_avg': 1.0621787826498368, 'self_loop_proportion': 0.0032102728731942215, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621787826498368\n", - "3396\n", - "7989637.881428563\n", - "{'n': 326, 'm': 871, 'k_avg': 5.343558282208589, 'intersection_count': 281, 'streets_per_node_avg': 2.9447852760736195, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 210, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13803680981595093, 2: 0.0, 3: 0.6441717791411042, 4: 0.2147239263803681, 5: 0.003067484662576687}, 'edge_length_total': 120459.57700000005, 'edge_length_avg': 138.30031802525838, 'street_length_total': 64118.01900000001, 'street_length_avg': 138.78359090909092, 'street_segments_count': 462, 'node_density_km': 40.80285049686264, 'intersection_density_km': 35.17055518287853, 'edge_density_km': 15076.975801369064, 'street_density_km': 8025.147065680977, 'circuity_avg': 1.0308502129184671, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0308502129184671\n", - "3397\n", - "4995299.055233479\n", - "{'n': 267, 'm': 596, 'k_avg': 4.464419475655431, 'intersection_count': 178, 'streets_per_node_avg': 2.393258426966292, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 162, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6067415730337079, 4: 0.0599250936329588}, 'edge_length_total': 59311.35399999996, 'edge_length_avg': 99.51569463087242, 'street_length_total': 30906.665, 'street_length_avg': 100.02156957928803, 'street_segments_count': 309, 'node_density_km': 53.45025333773946, 'intersection_density_km': 35.63350222515964, 'edge_density_km': 11873.434071551852, 'street_density_km': 6187.150090167212, 'circuity_avg': 1.0427505281205849, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427505281205849\n", - "3398\n", - "5988967.092059476\n", - "{'n': 16, 'm': 38, 'k_avg': 4.75, 'intersection_count': 11, 'streets_per_node_avg': 2.5625, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3125, 2: 0.0, 3: 0.5, 4: 0.1875}, 'edge_length_total': 16329.84599999999, 'edge_length_avg': 429.73278947368397, 'street_length_total': 8164.923000000002, 'street_length_avg': 429.7327894736843, 'street_segments_count': 19, 'node_density_km': 2.671579214588395, 'intersection_density_km': 1.8367107100295217, 'edge_density_km': 2726.654821939339, 'street_density_km': 1363.3274109696704, 'circuity_avg': 1.06875236610277, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06875236610277\n", - "3399\n", - "3998937.3330547134\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 90, 'm': 230, 'k_avg': 5.111111111111111, 'intersection_count': 75, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 60, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6666666666666666, 4: 0.16666666666666666}, 'edge_length_total': 46338.353999999985, 'edge_length_avg': 201.471104347826, 'street_length_total': 23169.17700000001, 'street_length_avg': 201.47110434782618, 'street_segments_count': 115, 'node_density_km': 22.505979090012566, 'intersection_density_km': 18.754982575010473, 'edge_density_km': 11587.66695766222, 'street_density_km': 5793.833478831115, 'circuity_avg': 1.01616722559088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.01616722559088\n", - "3400\n", - "58946632.9564088\n", - "error with entry 3400\n", - "3401\n", - "17991674.039359618\n", - "{'n': 196, 'm': 418, 'k_avg': 4.26530612244898, 'intersection_count': 149, 'streets_per_node_avg': 2.627551020408163, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 128, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23979591836734693, 2: 0.0, 3: 0.6530612244897959, 4: 0.10714285714285714}, 'edge_length_total': 65330.60100000003, 'edge_length_avg': 156.29330382775126, 'street_length_total': 41264.406999999985, 'street_length_avg': 165.05762799999994, 'street_segments_count': 250, 'node_density_km': 10.893927911945223, 'intersection_density_km': 8.281608463672644, 'edge_density_km': 3631.1574374390652, 'street_density_km': 2293.5279346284065, 'circuity_avg': 1.1208774161887007, 'self_loop_proportion': 0.004784688995215311, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1208774161887007\n", - "3402\n", - "17980959.68570755\n", - "{'n': 636, 'm': 1571, 'k_avg': 4.940251572327044, 'intersection_count': 547, 'streets_per_node_avg': 2.852201257861635, 'streets_per_node_counts': {0: 0, 1: 89, 2: 4, 3: 460, 4: 78, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.139937106918239, 2: 0.006289308176100629, 3: 0.7232704402515723, 4: 0.12264150943396226, 5: 0.007861635220125786}, 'edge_length_total': 176693.72799999997, 'edge_length_avg': 112.47213749204327, 'street_length_total': 99522.00199999992, 'street_length_avg': 112.32731602708795, 'street_segments_count': 886, 'node_density_km': 35.37074834251114, 'intersection_density_km': 30.421068149927038, 'edge_density_km': 9826.712872308355, 'street_density_km': 5534.854854221522, 'circuity_avg': 1.088556059646657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088556059646657\n", - "3403\n", - "6989207.405497296\n", - "{'n': 425, 'm': 1208, 'k_avg': 5.684705882352941, 'intersection_count': 375, 'streets_per_node_avg': 3.04, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 259, 4: 115, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.6094117647058823, 4: 0.27058823529411763, 5: 0.002352941176470588}, 'edge_length_total': 149313.36999999994, 'edge_length_avg': 123.60378311258273, 'street_length_total': 75465.71400000012, 'street_length_avg': 122.50927597402618, 'street_segments_count': 616, 'node_density_km': 60.80803950183539, 'intersection_density_km': 53.654152501619464, 'edge_density_km': 21363.41953202861, 'street_density_km': 10797.463806932281, 'circuity_avg': 1.024914650208592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024914650208592\n", - "3404\n", - "8988820.955288751\n", - "{'n': 181, 'm': 486, 'k_avg': 5.370165745856354, 'intersection_count': 165, 'streets_per_node_avg': 3.016574585635359, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 130, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08839779005524862, 2: 0.0, 3: 0.7182320441988951, 4: 0.19337016574585636}, 'edge_length_total': 94097.10599999981, 'edge_length_avg': 193.61544444444405, 'street_length_total': 47487.248, 'street_length_avg': 184.7752840466926, 'street_segments_count': 257, 'node_density_km': 20.136122512653348, 'intersection_density_km': 18.35613378225305, 'edge_density_km': 10468.236765205107, 'street_density_km': 5282.922892357749, 'circuity_avg': 1.0268725321817087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268725321817087\n", - "3405\n", - "6987673.6223376915\n", - "{'n': 71, 'm': 192, 'k_avg': 5.408450704225352, 'intersection_count': 57, 'streets_per_node_avg': 2.7746478873239435, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 45, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19718309859154928, 2: 0.0, 3: 0.6338028169014085, 4: 0.16901408450704225}, 'edge_length_total': 36086.30600000001, 'edge_length_avg': 187.94951041666673, 'street_length_total': 18043.153, 'street_length_avg': 187.94951041666664, 'street_segments_count': 96, 'node_density_km': 10.160749319062687, 'intersection_density_km': 8.157221284317933, 'edge_density_km': 5164.28041009842, 'street_density_km': 2582.1402050492093, 'circuity_avg': 1.0612664357408557, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612664357408557\n", - "3406\n", - "12996997.718263587\n", - "{'n': 160, 'm': 380, 'k_avg': 4.75, 'intersection_count': 118, 'streets_per_node_avg': 2.525, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 110, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2625, 2: 0.0, 3: 0.6875, 4: 0.05}, 'edge_length_total': 85349.18399999998, 'edge_length_avg': 224.60311578947363, 'street_length_total': 42674.59200000001, 'street_length_avg': 224.60311578947375, 'street_segments_count': 190, 'node_density_km': 12.310535361190798, 'intersection_density_km': 9.079019828878213, 'edge_density_km': 6566.838423004872, 'street_density_km': 3283.419211502438, 'circuity_avg': 1.0772607428328356, 'self_loop_proportion': 0.005263157894736842, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0772607428328356\n", - "3407\n", - "29964229.716246255\n", - "{'n': 1443, 'm': 3876, 'k_avg': 5.372141372141372, 'intersection_count': 1242, 'streets_per_node_avg': 2.8849618849618848, 'streets_per_node_counts': {0: 0, 1: 201, 2: 8, 3: 994, 4: 236, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1392931392931393, 2: 0.005544005544005544, 3: 0.6888426888426888, 4: 0.16354816354816354, 5: 0.002772002772002772}, 'edge_length_total': 449574.4430000012, 'edge_length_avg': 115.98927837977327, 'street_length_total': 241485.82700000028, 'street_length_avg': 117.91300146484389, 'street_segments_count': 2048, 'node_density_km': 48.15742015279046, 'intersection_density_km': 41.449421919449584, 'edge_density_km': 15003.704325369232, 'street_density_km': 8059.136820362497, 'circuity_avg': 1.0752549641787907, 'self_loop_proportion': 0.0020639834881320948, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752549641787907\n", - "3408\n", - "2995060.5064890026\n", - "{'n': 137, 'm': 342, 'k_avg': 4.992700729927007, 'intersection_count': 106, 'streets_per_node_avg': 2.6496350364963503, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 92, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22627737226277372, 2: 0.0, 3: 0.6715328467153284, 4: 0.10218978102189781}, 'edge_length_total': 39905.336, 'edge_length_avg': 116.68226900584796, 'street_length_total': 19952.668000000005, 'street_length_avg': 116.68226900584798, 'street_segments_count': 171, 'node_density_km': 45.741980739013506, 'intersection_density_km': 35.39160553529512, 'edge_density_km': 13323.716136466148, 'street_density_km': 6661.858068233076, 'circuity_avg': 1.0940326371228182, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0940326371228182\n", - "3409\n", - "19992042.995815784\n", - "{'n': 90, 'm': 198, 'k_avg': 4.4, 'intersection_count': 61, 'streets_per_node_avg': 2.388888888888889, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 58, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32222222222222224, 2: 0.0, 3: 0.6444444444444445, 4: 0.03333333333333333}, 'edge_length_total': 64483.94000000002, 'edge_length_avg': 325.67646464646475, 'street_length_total': 32241.97, 'street_length_avg': 325.67646464646464, 'street_segments_count': 99, 'node_density_km': 4.501791038506493, 'intersection_density_km': 3.0512139260988453, 'edge_density_km': 3225.48025799545, 'street_density_km': 1612.7401289977245, 'circuity_avg': 1.1585070449736194, 'self_loop_proportion': 0.010101010101010102, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1585070449736194\n", - "3410\n", - "11992156.008517783\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 465, 'm': 1278, 'k_avg': 5.496774193548387, 'intersection_count': 388, 'streets_per_node_avg': 2.8021505376344087, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 327, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16559139784946236, 2: 0.0, 3: 0.7032258064516129, 4: 0.12903225806451613, 5: 0.002150537634408602}, 'edge_length_total': 171199.7190000001, 'edge_length_avg': 133.95909154929586, 'street_length_total': 85749.33199999995, 'street_length_avg': 133.35821461897348, 'street_segments_count': 643, 'node_density_km': 38.77534612372621, 'intersection_density_km': 32.35448235700166, 'edge_density_km': 14275.974968838, 'street_density_km': 7150.451673501741, 'circuity_avg': 1.0660930988889665, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660930988889665\n", - "3411\n", - "14991606.824850518\n", - "{'n': 465, 'm': 1343, 'k_avg': 5.776344086021505, 'intersection_count': 417, 'streets_per_node_avg': 3.0021505376344084, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 322, 4: 94, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1032258064516129, 2: 0.0, 3: 0.6924731182795699, 4: 0.2021505376344086, 5: 0.0, 6: 0.002150537634408602}, 'edge_length_total': 182560.0419999998, 'edge_length_avg': 135.9345063291138, 'street_length_total': 94081.33300000004, 'street_length_avg': 137.14480029154524, 'street_segments_count': 686, 'node_density_km': 31.01735560655197, 'intersection_density_km': 27.815564060069185, 'edge_density_km': 12177.483316690446, 'street_density_km': 6275.600347525665, 'circuity_avg': 1.0311378461370013, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0311378461370013\n", - "3412\n", - "10983748.252710061\n", - "{'n': 14, 'm': 20, 'k_avg': 2.857142857142857, 'intersection_count': 13, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07142857142857142, 2: 0.0, 3: 0.9285714285714286}, 'edge_length_total': 10760.056, 'edge_length_avg': 538.0028, 'street_length_total': 5644.426999999998, 'street_length_avg': 313.57927777777763, 'street_segments_count': 18, 'node_density_km': 1.2746104224070984, 'intersection_density_km': 1.1835668208065913, 'edge_density_km': 979.6342516631453, 'street_density_km': 513.8889630511449, 'circuity_avg': 1.0004932094543733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0004932094543733\n", - "3413\n", - "2994527.53666436\n", - "error with entry 3413\n", - "3414\n", - "6988249.867939413\n", - "{'n': 118, 'm': 299, 'k_avg': 5.067796610169491, 'intersection_count': 101, 'streets_per_node_avg': 2.8389830508474576, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 87, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1440677966101695, 2: 0.0, 3: 0.7372881355932204, 4: 0.11016949152542373, 5: 0.00847457627118644}, 'edge_length_total': 64847.030999999944, 'edge_length_avg': 216.87970234113695, 'street_length_total': 33081.00500000001, 'street_length_avg': 209.37344936708868, 'street_segments_count': 158, 'node_density_km': 16.885486671184815, 'intersection_density_km': 14.452831811776834, 'edge_density_km': 9279.43794590176, 'street_density_km': 4733.803974549987, 'circuity_avg': 1.1193830021529216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1193830021529216\n", - "3415\n", - "4990907.78438502\n", - "{'n': 88, 'm': 229, 'k_avg': 5.204545454545454, 'intersection_count': 73, 'streets_per_node_avg': 2.7613636363636362, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 64, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17045454545454544, 2: 0.0, 3: 0.7272727272727273, 4: 0.10227272727272728}, 'edge_length_total': 33947.694, 'edge_length_avg': 148.2432052401747, 'street_length_total': 17768.057999999997, 'street_length_avg': 150.57676271186438, 'street_segments_count': 118, 'node_density_km': 17.63206290353116, 'intersection_density_km': 14.626597635883803, 'edge_density_km': 6801.907682248038, 'street_density_km': 3560.08541283625, 'circuity_avg': 1.0237786878114778, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237786878114778\n", - "3416\n", - "7997793.192608424\n", - "{'n': 151, 'm': 395, 'k_avg': 5.231788079470198, 'intersection_count': 136, 'streets_per_node_avg': 3.033112582781457, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 102, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09933774834437085, 2: 0.0, 3: 0.6754966887417219, 4: 0.2185430463576159, 5: 0.006622516556291391}, 'edge_length_total': 58506.339999999946, 'edge_length_avg': 148.11731645569606, 'street_length_total': 33806.047999999995, 'street_length_avg': 150.91985714285713, 'street_segments_count': 224, 'node_density_km': 18.880208122855002, 'intersection_density_km': 17.004690759657485, 'edge_density_km': 7315.310435142486, 'street_density_km': 4226.922000339245, 'circuity_avg': 1.1118791172996783, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1118791172996783\n", - "3417\n", - "8990082.450951632\n", - "{'n': 139, 'm': 332, 'k_avg': 4.776978417266187, 'intersection_count': 104, 'streets_per_node_avg': 2.597122302158273, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 90, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2517985611510791, 2: 0.0, 3: 0.6474820143884892, 4: 0.10071942446043165}, 'edge_length_total': 60698.36999999999, 'edge_length_avg': 182.82641566265056, 'street_length_total': 30349.185000000005, 'street_length_avg': 182.82641566265065, 'street_segments_count': 166, 'node_density_km': 15.461482223145389, 'intersection_density_km': 11.568303246094391, 'edge_density_km': 6751.7033721503685, 'street_density_km': 3375.8516860751856, 'circuity_avg': 1.042262797274242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042262797274242\n", - "3418\n", - "26953448.201584734\n", - "{'n': 595, 'm': 1411, 'k_avg': 4.742857142857143, 'intersection_count': 421, 'streets_per_node_avg': 2.4823529411764707, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 381, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.292436974789916, 2: 0.0, 3: 0.6403361344537815, 4: 0.06722689075630252}, 'edge_length_total': 225894.11499999973, 'edge_length_avg': 160.09504961020534, 'street_length_total': 113723.41299999994, 'street_length_avg': 157.29379391424612, 'street_segments_count': 723, 'node_density_km': 22.075097610888125, 'intersection_density_km': 15.6195228473679, 'edge_density_km': 8380.898551849044, 'street_density_km': 4219.252844736709, 'circuity_avg': 1.1143419996948503, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1143419996948503\n", - "3419\n", - "13988587.362545943\n", - "{'n': 165, 'm': 402, 'k_avg': 4.872727272727273, 'intersection_count': 132, 'streets_per_node_avg': 2.624242424242424, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 128, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7757575757575758, 4: 0.024242424242424242}, 'edge_length_total': 99995.64200000005, 'edge_length_avg': 248.74537810945287, 'street_length_total': 51419.98200000003, 'street_length_avg': 247.21145192307708, 'street_segments_count': 208, 'node_density_km': 11.795329701538195, 'intersection_density_km': 9.436263761230556, 'edge_density_km': 7148.373127921096, 'street_density_km': 3675.8523693161196, 'circuity_avg': 1.0917060389470443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0917060389470443\n", - "3420\n", - "18965896.060119335\n", - "{'n': 797, 'm': 2019, 'k_avg': 5.066499372647428, 'intersection_count': 677, 'streets_per_node_avg': 2.7904642409033875, 'streets_per_node_counts': {0: 0, 1: 120, 2: 2, 3: 601, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15056461731493098, 2: 0.002509410288582183, 3: 0.7540777917189461, 4: 0.09159347553324969, 5: 0.0012547051442910915}, 'edge_length_total': 246933.74200000032, 'edge_length_avg': 122.30497374938103, 'street_length_total': 134799.37400000004, 'street_length_avg': 124.23905437788022, 'street_segments_count': 1085, 'node_density_km': 42.02279699696853, 'intersection_density_km': 35.69565064861693, 'edge_density_km': 13019.882699834146, 'street_density_km': 7107.46139136818, 'circuity_avg': 1.0759240175568965, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0759240175568965\n", - "3421\n", - "7991535.12690149\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 569, 'm': 1377, 'k_avg': 4.8400702987697715, 'intersection_count': 412, 'streets_per_node_avg': 2.5957820738137083, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 328, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2759226713532513, 2: 0.0, 3: 0.5764499121265377, 4: 0.14762741652021089}, 'edge_length_total': 141683.279, 'edge_length_avg': 102.89272258533043, 'street_length_total': 75852.89499999997, 'street_length_avg': 105.79204323570428, 'street_segments_count': 717, 'node_density_km': 71.20033772792975, 'intersection_density_km': 51.55455034078569, 'edge_density_km': 17729.169271002633, 'street_density_km': 9491.65508197046, 'circuity_avg': 1.0486025396945233, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486025396945233\n", - "3422\n", - "10982035.241843719\n", - "{'n': 227, 'm': 622, 'k_avg': 5.4801762114537445, 'intersection_count': 189, 'streets_per_node_avg': 2.7665198237885464, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 166, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16740088105726872, 2: 0.0, 3: 0.7312775330396476, 4: 0.1013215859030837}, 'edge_length_total': 97838.62799999987, 'edge_length_avg': 157.29682958199336, 'street_length_total': 48919.31399999998, 'street_length_avg': 157.2968295819935, 'street_segments_count': 311, 'node_density_km': 20.670121248116676, 'intersection_density_km': 17.209924739621375, 'edge_density_km': 8908.970500041323, 'street_density_km': 4454.485250020665, 'circuity_avg': 1.0423349099216102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423349099216102\n", - "3423\n", - "6987258.292749754\n", - "{'n': 123, 'm': 352, 'k_avg': 5.723577235772358, 'intersection_count': 107, 'streets_per_node_avg': 2.951219512195122, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 81, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13008130081300814, 2: 0.0, 3: 0.6585365853658537, 4: 0.21138211382113822}, 'edge_length_total': 76619.21800000007, 'edge_length_avg': 217.66823295454563, 'street_length_total': 38309.60899999998, 'street_length_avg': 217.66823295454535, 'street_segments_count': 176, 'node_density_km': 17.603471182341934, 'intersection_density_km': 15.313588752118594, 'edge_density_km': 10965.562569728258, 'street_density_km': 5482.7812848641215, 'circuity_avg': 1.0749934121205982, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0749934121205982\n", - "3424\n", - "57930942.56369994\n", - "{'n': 5423, 'm': 15254, 'k_avg': 5.625668449197861, 'intersection_count': 5206, 'streets_per_node_avg': 3.1205974552830535, 'streets_per_node_counts': {0: 0, 1: 217, 2: 3, 3: 4144, 4: 1028, 5: 30, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04001475198229762, 2: 0.0005531993361607966, 3: 0.7641526830167804, 4: 0.18956297252443297, 5: 0.0055319933616079665, 6: 0.00018439977872026554}, 'edge_length_total': 1246416.1480000056, 'edge_length_avg': 81.7107740920418, 'street_length_total': 699813.8430000008, 'street_length_avg': 83.162667023173, 'street_segments_count': 8415, 'node_density_km': 93.61145805692625, 'intersection_density_km': 89.86561878007709, 'edge_density_km': 21515.550979158787, 'street_density_km': 12080.139076461543, 'circuity_avg': 1.0339574533868572, 'self_loop_proportion': 0.0006555657532450505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0339574533868572\n", - "3425\n", - "3996088.6593372794\n", - "{'n': 175, 'm': 511, 'k_avg': 5.84, 'intersection_count': 161, 'streets_per_node_avg': 3.125714285714286, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 113, 4: 46, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08, 2: 0.0, 3: 0.6457142857142857, 4: 0.26285714285714284, 5: 0.011428571428571429}, 'edge_length_total': 58167.53700000006, 'edge_length_avg': 113.83079647749523, 'street_length_total': 29849.347999999998, 'street_length_avg': 110.9641189591078, 'street_segments_count': 269, 'node_density_km': 43.792822161513904, 'intersection_density_km': 40.28939638859279, 'edge_density_km': 14556.117733795902, 'street_density_km': 7469.641077720804, 'circuity_avg': 1.0518851027381362, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518851027381362\n", - "3426\n", - "2994970.1865072185\n", - "{'n': 68, 'm': 164, 'k_avg': 4.823529411764706, 'intersection_count': 54, 'streets_per_node_avg': 2.6911764705882355, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 47, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20588235294117646, 2: 0.0, 3: 0.6911764705882353, 4: 0.10294117647058823}, 'edge_length_total': 24512.17800000003, 'edge_length_avg': 149.46450000000019, 'street_length_total': 12408.513000000006, 'street_length_avg': 142.62658620689663, 'street_segments_count': 87, 'node_density_km': 22.70473352501137, 'intersection_density_km': 18.030229563979617, 'edge_density_km': 8184.448082465395, 'street_density_km': 4143.117369215288, 'circuity_avg': 1.2287598684674086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2287598684674086\n", - "3427\n", - "8993728.279659892\n", - "{'n': 88, 'm': 204, 'k_avg': 4.636363636363637, 'intersection_count': 63, 'streets_per_node_avg': 2.4431818181818183, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 62, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2840909090909091, 2: 0.0, 3: 0.7045454545454546, 4: 0.011363636363636364}, 'edge_length_total': 58678.56199999998, 'edge_length_avg': 287.6400098039215, 'street_length_total': 29339.280999999984, 'street_length_avg': 287.64000980392143, 'street_segments_count': 102, 'node_density_km': 9.784596250146867, 'intersection_density_km': 7.0048814063551434, 'edge_density_km': 6524.386792150117, 'street_density_km': 3262.1933960750575, 'circuity_avg': 1.1493229959776161, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1493229959776161\n", - "3428\n", - "2994868.4431619206\n", - "{'n': 69, 'm': 176, 'k_avg': 5.101449275362318, 'intersection_count': 54, 'streets_per_node_avg': 2.63768115942029, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 49, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.7101449275362319, 4: 0.07246376811594203}, 'edge_length_total': 25596.94400000002, 'edge_length_avg': 145.43718181818193, 'street_length_total': 12798.472000000002, 'street_length_avg': 145.43718181818184, 'street_segments_count': 88, 'node_density_km': 23.03940934619192, 'intersection_density_km': 18.03084209701976, 'edge_density_km': 8546.93435981959, 'street_density_km': 4273.467179909791, 'circuity_avg': 1.0244433589394295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0244433589394295\n", - "3429\n", - "7985179.566168422\n", - "{'n': 170, 'm': 444, 'k_avg': 5.223529411764706, 'intersection_count': 151, 'streets_per_node_avg': 2.9823529411764707, 'streets_per_node_counts': {0: 0, 1: 19, 2: 1, 3: 114, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11176470588235295, 2: 0.0058823529411764705, 3: 0.6705882352941176, 4: 0.21176470588235294}, 'edge_length_total': 84060.227, 'edge_length_avg': 189.3248355855856, 'street_length_total': 46955.99999999996, 'street_length_avg': 190.1052631578946, 'street_segments_count': 247, 'node_density_km': 21.289439841810864, 'intersection_density_km': 18.91003185949083, 'edge_density_km': 10527.030269443914, 'street_density_km': 5880.3937483062955, 'circuity_avg': 1.0977663326486333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0977663326486333\n", - "3430\n", - "7990466.835918009\n", - "{'n': 127, 'm': 292, 'k_avg': 4.5984251968503935, 'intersection_count': 90, 'streets_per_node_avg': 2.5039370078740157, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 79, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29133858267716534, 2: 0.0, 3: 0.6220472440944882, 4: 0.08661417322834646}, 'edge_length_total': 56053.936000000045, 'edge_length_avg': 191.9655342465755, 'street_length_total': 28026.968000000008, 'street_length_avg': 191.9655342465754, 'street_segments_count': 146, 'node_density_km': 15.893939942172254, 'intersection_density_km': 11.263422006263802, 'edge_density_km': 7015.10151422337, 'street_density_km': 3507.550757111683, 'circuity_avg': 1.0448583436810943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448583436810943\n", - "3431\n", - "15990386.945015848\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 685, 'm': 1573, 'k_avg': 4.5927007299270075, 'intersection_count': 493, 'streets_per_node_avg': 2.497810218978102, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 453, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28029197080291973, 2: 0.0, 3: 0.6613138686131387, 4: 0.058394160583941604}, 'edge_length_total': 196802.7659999994, 'edge_length_avg': 125.11301080737405, 'street_length_total': 104894.38299999986, 'street_length_avg': 125.32184348864976, 'street_segments_count': 837, 'node_density_km': 42.83823789601991, 'intersection_density_km': 30.83102377042017, 'edge_density_km': 12307.567457668194, 'street_density_km': 6559.84019402952, 'circuity_avg': 1.064015978945061, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064015978945061\n", - "3432\n", - "9987067.243858352\n", - "{'n': 42, 'm': 94, 'k_avg': 4.476190476190476, 'intersection_count': 32, 'streets_per_node_avg': 2.5952380952380953, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 29, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.6904761904761905, 4: 0.07142857142857142}, 'edge_length_total': 18604.541999999998, 'edge_length_avg': 197.92065957446806, 'street_length_total': 9302.271, 'street_length_avg': 197.9206595744681, 'street_segments_count': 47, 'node_density_km': 4.205438791435827, 'intersection_density_km': 3.204143841093963, 'edge_density_km': 1862.863395802311, 'street_density_km': 931.4316979011558, 'circuity_avg': 1.0672177191165082, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672177191165082\n", - "3433\n", - "6991316.348393076\n", - "{'n': 190, 'm': 478, 'k_avg': 5.031578947368421, 'intersection_count': 167, 'streets_per_node_avg': 2.863157894736842, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 147, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12105263157894737, 2: 0.0, 3: 0.7736842105263158, 4: 0.10526315789473684}, 'edge_length_total': 66493.83100000003, 'edge_length_avg': 139.10843305439337, 'street_length_total': 34212.44200000002, 'street_length_avg': 134.16643921568635, 'street_segments_count': 255, 'node_density_km': 27.176570266866936, 'intersection_density_km': 23.886774918772517, 'edge_density_km': 9510.917213077242, 'street_density_km': 4893.56228428479, 'circuity_avg': 1.06709728799046, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06709728799046\n", - "3434\n", - "15997459.401384786\n", - "{'n': 958, 'm': 2508, 'k_avg': 5.235908141962422, 'intersection_count': 796, 'streets_per_node_avg': 2.7724425887265136, 'streets_per_node_counts': {0: 0, 1: 162, 2: 1, 3: 691, 4: 102, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16910229645093947, 2: 0.0010438413361169101, 3: 0.721294363256785, 4: 0.10647181628392484, 5: 0.0010438413361169101, 6: 0.0010438413361169101}, 'edge_length_total': 239172.8779999998, 'edge_length_avg': 95.3639864433811, 'street_length_total': 132069.34299999996, 'street_length_avg': 101.6700100076982, 'street_segments_count': 1299, 'node_density_km': 59.884508906275, 'intersection_density_km': 49.757900928387166, 'edge_density_km': 14950.678854624648, 'street_density_km': 8255.644829988922, 'circuity_avg': 1.0410451837601016, 'self_loop_proportion': 0.0007974481658692185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410451837601016\n", - "3435\n", - "6988523.285077924\n", - "{'n': 116, 'm': 304, 'k_avg': 5.241379310344827, 'intersection_count': 90, 'streets_per_node_avg': 2.7155172413793105, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 71, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22413793103448276, 2: 0.0, 3: 0.6120689655172413, 4: 0.16379310344827586}, 'edge_length_total': 55459.634999999944, 'edge_length_avg': 182.43300986842087, 'street_length_total': 28089.558000000005, 'street_length_avg': 182.3997272727273, 'street_segments_count': 154, 'node_density_km': 16.598642555529036, 'intersection_density_km': 12.878257155151838, 'edge_density_km': 7935.81601400954, 'street_density_km': 4019.383903317251, 'circuity_avg': 1.0567068870271459, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567068870271459\n", - "3436\n", - "5989360.518307784\n", - "{'n': 42, 'm': 76, 'k_avg': 3.619047619047619, 'intersection_count': 32, 'streets_per_node_avg': 2.5714285714285716, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 30, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.7142857142857143, 4: 0.047619047619047616}, 'edge_length_total': 25403.811000000012, 'edge_length_avg': 334.2606710526317, 'street_length_total': 17056.031000000006, 'street_length_avg': 341.12062000000014, 'street_segments_count': 50, 'node_density_km': 7.012434778574083, 'intersection_density_km': 5.342807450342159, 'edge_density_km': 4241.48970868388, 'street_density_km': 2847.721546877089, 'circuity_avg': 1.0682173623493538, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682173623493538\n", - "3437\n", - "821301459.1440476\n", - "error with entry 3437\n", - "3438\n", - "19988472.79700082\n", - "{'n': 1097, 'm': 2625, 'k_avg': 4.785779398359161, 'intersection_count': 785, 'streets_per_node_avg': 2.5022789425706473, 'streets_per_node_counts': {0: 0, 1: 312, 2: 0, 3: 710, 4: 72, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.284412032816773, 2: 0.0, 3: 0.6472196900638104, 4: 0.06563354603463993, 5: 0.0027347310847766638}, 'edge_length_total': 253086.34500000064, 'edge_length_avg': 96.41384571428596, 'street_length_total': 131176.658, 'street_length_avg': 97.45665527488856, 'street_segments_count': 1346, 'node_density_km': 54.88163158541056, 'intersection_density_km': 39.27263518190273, 'edge_density_km': 12661.61490026267, 'street_density_km': 6562.615329955696, 'circuity_avg': 1.0629296908242223, 'self_loop_proportion': 0.002285714285714286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629296908242223\n", - "3439\n", - "5988828.009652033\n", - "{'n': 18, 'm': 40, 'k_avg': 4.444444444444445, 'intersection_count': 11, 'streets_per_node_avg': 2.388888888888889, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3888888888888889, 2: 0.0, 3: 0.4444444444444444, 4: 0.16666666666666666}, 'edge_length_total': 15040.460000000001, 'edge_length_avg': 376.0115, 'street_length_total': 7520.2300000000005, 'street_length_avg': 376.0115, 'street_segments_count': 20, 'node_density_km': 3.005596415690997, 'intersection_density_km': 1.8367533651444983, 'edge_density_km': 2511.4195925746562, 'street_density_km': 1255.7097962873281, 'circuity_avg': 1.0317985021973637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317985021973637\n", - "3440\n", - "6987068.128880612\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 10264.573999999999, 'edge_length_avg': 570.254111111111, 'street_length_total': 5132.287, 'street_length_avg': 570.2541111111111, 'street_segments_count': 9, 'node_density_km': 1.4312154705727889, 'intersection_density_km': 0.8587292823436733, 'edge_density_km': 1469.0817107639211, 'street_density_km': 734.5408553819607, 'circuity_avg': 1.0203945686968594, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0203945686968594\n", - "3441\n", - "3992898.2634335775\n", - "{'n': 37, 'm': 98, 'k_avg': 5.297297297297297, 'intersection_count': 31, 'streets_per_node_avg': 2.7027027027027026, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 30, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.0, 3: 0.8108108108108109, 4: 0.02702702702702703}, 'edge_length_total': 27275.86400000001, 'edge_length_avg': 278.32514285714296, 'street_length_total': 13637.931999999999, 'street_length_avg': 278.32514285714285, 'street_segments_count': 49, 'node_density_km': 9.266451975208334, 'intersection_density_km': 7.763784087336712, 'edge_density_km': 6831.0941577922695, 'street_density_km': 3415.5470788961334, 'circuity_avg': 1.0544862467565257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0544862467565257\n", - "3442\n", - "9993610.860271592\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 224, 'm': 582, 'k_avg': 5.196428571428571, 'intersection_count': 189, 'streets_per_node_avg': 2.8080357142857144, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 162, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.7232142857142857, 4: 0.12053571428571429}, 'edge_length_total': 119153.42199999999, 'edge_length_avg': 204.7309656357388, 'street_length_total': 59576.710999999945, 'street_length_avg': 204.73096563573864, 'street_segments_count': 291, 'node_density_km': 22.414320822765404, 'intersection_density_km': 18.912083194208307, 'edge_density_km': 11922.959945706933, 'street_density_km': 5961.479972853462, 'circuity_avg': 1.0356327216891743, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0356327216891743\n", - "3443\n", - "8991676.755930312\n", - "{'n': 133, 'm': 294, 'k_avg': 4.421052631578948, 'intersection_count': 89, 'streets_per_node_avg': 2.3759398496240602, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 84, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3308270676691729, 2: 0.0, 3: 0.631578947368421, 4: 0.03759398496240601}, 'edge_length_total': 62729.391999999956, 'edge_length_avg': 213.36527891156447, 'street_length_total': 31364.696000000014, 'street_length_avg': 213.36527891156473, 'street_segments_count': 147, 'node_density_km': 14.79145698963011, 'intersection_density_km': 9.898042647196087, 'edge_density_km': 6976.384238749221, 'street_density_km': 3488.192119374615, 'circuity_avg': 1.0386457780888145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0386457780888145\n", - "3444\n", - "5992398.068753093\n", - "{'n': 92, 'm': 198, 'k_avg': 4.304347826086956, 'intersection_count': 89, 'streets_per_node_avg': 3.25, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 61, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03260869565217391, 2: 0.0, 3: 0.6630434782608695, 4: 0.29347826086956524, 5: 0.010869565217391304}, 'edge_length_total': 27417.87499999999, 'edge_length_avg': 138.4741161616161, 'street_length_total': 18926.45600000001, 'street_length_avg': 130.52728275862074, 'street_segments_count': 145, 'node_density_km': 15.352785136175624, 'intersection_density_km': 14.852150838256854, 'edge_density_km': 4575.4428670165335, 'street_density_km': 3158.411003883501, 'circuity_avg': 1.044698096623413, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044698096623413\n", - "3445\n", - "18965030.599339336\n", - "{'n': 928, 'm': 2228, 'k_avg': 4.801724137931035, 'intersection_count': 688, 'streets_per_node_avg': 2.550646551724138, 'streets_per_node_counts': {0: 0, 1: 240, 2: 0, 3: 628, 4: 57, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25862068965517243, 2: 0.0, 3: 0.6767241379310345, 4: 0.061422413793103446, 5: 0.003232758620689655}, 'edge_length_total': 273762.0619999993, 'edge_length_avg': 122.8734569120284, 'street_length_total': 141609.7429999999, 'street_length_avg': 123.67663144104795, 'street_segments_count': 1145, 'node_density_km': 48.9321646563717, 'intersection_density_km': 36.2772944866204, 'edge_density_km': 14435.09730005582, 'street_density_km': 7466.887135153528, 'circuity_avg': 1.0717059410052916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717059410052916\n", - "3446\n", - "3995644.289391979\n", - "{'n': 309, 'm': 910, 'k_avg': 5.889967637540453, 'intersection_count': 294, 'streets_per_node_avg': 3.0517799352750807, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 248, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04854368932038835, 2: 0.0, 3: 0.8025889967637541, 4: 0.1488673139158576}, 'edge_length_total': 55673.68000000003, 'edge_length_avg': 61.17986813186816, 'street_length_total': 28339.917, 'street_length_avg': 61.209323974082075, 'street_segments_count': 463, 'node_density_km': 77.33421136119722, 'intersection_density_km': 73.58012343104201, 'edge_density_km': 13933.59267435489, 'street_density_km': 7092.702690086688, 'circuity_avg': 1.0414245291752653, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414245291752653\n", - "3447\n", - "5988805.756144896\n", - "{'n': 23, 'm': 56, 'k_avg': 4.869565217391305, 'intersection_count': 18, 'streets_per_node_avg': 2.608695652173913, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.7391304347826086, 4: 0.043478260869565216}, 'edge_length_total': 23462.652, 'edge_length_avg': 418.97592857142854, 'street_length_total': 11731.325999999997, 'street_length_avg': 418.9759285714285, 'street_segments_count': 28, 'node_density_km': 3.8404985796042115, 'intersection_density_km': 3.0056075840380787, 'edge_density_km': 3917.751377380344, 'street_density_km': 1958.8756886901715, 'circuity_avg': 1.2281396156778779, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2281396156778779\n", - "3448\n", - "242764617.9688464\n", - "error with entry 3448\n", - "3449\n", - "83844925.19372849\n", - "{'n': 3004, 'm': 8032, 'k_avg': 5.347536617842876, 'intersection_count': 2492, 'streets_per_node_avg': 2.848868175765646, 'streets_per_node_counts': {0: 0, 1: 512, 2: 2, 3: 1920, 4: 568, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.170439414114514, 2: 0.0006657789613848203, 3: 0.6391478029294274, 4: 0.18908122503328895, 5: 0.0006657789613848203}, 'edge_length_total': 1044449.5619999961, 'edge_length_avg': 130.03605104581624, 'street_length_total': 559155.2220000004, 'street_length_avg': 131.87623160377368, 'street_segments_count': 4240, 'node_density_km': 35.82804794755421, 'intersection_density_km': 29.721536446506352, 'edge_density_km': 12456.920434799551, 'street_density_km': 6668.921472683533, 'circuity_avg': 1.0656033337612754, 'self_loop_proportion': 0.0022410358565737054, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656033337612754\n", - "3450\n", - "20967843.445608154\n", - "{'n': 1492, 'm': 3602, 'k_avg': 4.828418230563003, 'intersection_count': 1071, 'streets_per_node_avg': 2.539544235924933, 'streets_per_node_counts': {0: 0, 1: 421, 2: 0, 3: 918, 4: 151, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.282171581769437, 2: 0.0, 3: 0.6152815013404825, 4: 0.10120643431635389, 5: 0.0013404825737265416}, 'edge_length_total': 328228.1030000009, 'edge_length_avg': 91.1238486951696, 'street_length_total': 172161.63299999994, 'street_length_avg': 92.31186756032169, 'street_segments_count': 1865, 'node_density_km': 71.1565785899889, 'intersection_density_km': 51.07821425595047, 'edge_density_km': 15653.879897159874, 'street_density_km': 8210.745823555844, 'circuity_avg': 1.04610327718464, 'self_loop_proportion': 0.000555247084952804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04610327718464\n", - "3451\n", - "5988988.112452644\n", - "{'n': 255, 'm': 684, 'k_avg': 5.364705882352941, 'intersection_count': 232, 'streets_per_node_avg': 2.9450980392156865, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 200, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09019607843137255, 2: 0.0, 3: 0.7843137254901961, 4: 0.12549019607843137}, 'edge_length_total': 76030.73999999996, 'edge_length_avg': 111.15605263157889, 'street_length_total': 41087.06199999998, 'street_length_avg': 111.34705149051486, 'street_segments_count': 369, 'node_density_km': 42.57814428948181, 'intersection_density_km': 38.737762647685415, 'edge_density_km': 12695.089482965, 'street_density_km': 6860.434722615234, 'circuity_avg': 1.0932182755664903, 'self_loop_proportion': 0.005847953216374269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0932182755664903\n", - "3452\n", - "4990634.905356744\n", - "{'n': 188, 'm': 465, 'k_avg': 4.946808510638298, 'intersection_count': 149, 'streets_per_node_avg': 2.6861702127659575, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 131, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074468085106383, 2: 0.0, 3: 0.6968085106382979, 4: 0.09042553191489362, 5: 0.005319148936170213}, 'edge_length_total': 78284.13200000006, 'edge_length_avg': 168.35297204301088, 'street_length_total': 40639.70200000002, 'street_length_avg': 169.33209166666674, 'street_segments_count': 240, 'node_density_km': 37.67055766756419, 'intersection_density_km': 29.855920704612046, 'edge_density_km': 15686.206962559625, 'street_density_km': 8143.192754168216, 'circuity_avg': 1.2429753905046597, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2429753905046597\n", - "3453\n", - "4995164.429557684\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 84, 'm': 235, 'k_avg': 5.595238095238095, 'intersection_count': 73, 'streets_per_node_avg': 3.0714285714285716, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 45, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13095238095238096, 2: 0.0, 3: 0.5357142857142857, 4: 0.3333333333333333}, 'edge_length_total': 35263.78000000004, 'edge_length_avg': 150.05863829787253, 'street_length_total': 18173.54899999999, 'street_length_avg': 147.75243089430887, 'street_segments_count': 123, 'node_density_km': 16.816263245099645, 'intersection_density_km': 14.614133534431833, 'edge_density_km': 7059.583422586674, 'street_density_km': 3638.228381925205, 'circuity_avg': 1.0305045505043988, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0305045505043988\n", - "3454\n", - "5989912.652495621\n", - "{'n': 29, 'm': 64, 'k_avg': 4.413793103448276, 'intersection_count': 20, 'streets_per_node_avg': 2.413793103448276, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 19, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3103448275862069, 2: 0.0, 3: 0.6551724137931034, 4: 0.034482758620689655}, 'edge_length_total': 16489.538000000008, 'edge_length_avg': 257.6490312500001, 'street_length_total': 8244.768999999998, 'street_length_avg': 257.64903124999995, 'street_segments_count': 32, 'node_density_km': 4.841472936657519, 'intersection_density_km': 3.3389468528672546, 'edge_density_km': 2752.8845505167515, 'street_density_km': 1376.4422752583748, 'circuity_avg': 1.0719501708019876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719501708019876\n", - "3455\n", - "33941353.438220985\n", - "{'n': 3624, 'm': 9059, 'k_avg': 4.999448123620309, 'intersection_count': 2745, 'streets_per_node_avg': 2.6153421633554084, 'streets_per_node_counts': {0: 0, 1: 879, 2: 0, 3: 2394, 4: 341, 5: 7, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24254966887417218, 2: 0.0, 3: 0.6605960264900662, 4: 0.09409492273730684, 5: 0.0019315673289183224, 6: 0.0008278145695364238}, 'edge_length_total': 850218.389999995, 'edge_length_avg': 93.85344850424937, 'street_length_total': 442230.92299999984, 'street_length_avg': 95.10342430107524, 'street_segments_count': 4650, 'node_density_km': 106.77240689874945, 'intersection_density_km': 80.8747949605594, 'edge_density_km': 25049.63131619181, 'street_density_km': 13029.266019250972, 'circuity_avg': 1.0401673205357118, 'self_loop_proportion': 0.00044154983993818304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401673205357118\n", - "3456\n", - "11993086.585854847\n", - "{'n': 977, 'm': 2733, 'k_avg': 5.59467758444217, 'intersection_count': 863, 'streets_per_node_avg': 2.9365404298874105, 'streets_per_node_counts': {0: 0, 1: 114, 2: 2, 3: 701, 4: 152, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11668372569089049, 2: 0.0020470829068577278, 3: 0.7175025588536336, 4: 0.1555783009211873, 5: 0.008188331627430911}, 'edge_length_total': 227653.68099999975, 'edge_length_avg': 83.29809037687514, 'street_length_total': 116628.36699999977, 'street_length_avg': 82.5395378627033, 'street_segments_count': 1413, 'node_density_km': 81.4635992999763, 'intersection_density_km': 71.95812302546524, 'edge_density_km': 18982.075996057938, 'street_density_km': 9724.633118012855, 'circuity_avg': 1.0380887003670107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380887003670107\n", - "3457\n", - "7993145.117460684\n", - "{'n': 8, 'm': 18, 'k_avg': 4.5, 'intersection_count': 6, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5, 4: 0.25}, 'edge_length_total': 10574.125999999998, 'edge_length_avg': 587.4514444444444, 'street_length_total': 5287.063, 'street_length_avg': 587.4514444444444, 'street_segments_count': 9, 'node_density_km': 1.0008575951566727, 'intersection_density_km': 0.7506431963675045, 'edge_density_km': 1322.8992899054556, 'street_density_km': 661.4496449527279, 'circuity_avg': 1.1953677639385825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1953677639385825\n", - "3458\n", - "32969100.497192338\n", - "{'n': 1453, 'm': 4055, 'k_avg': 5.581555402615279, 'intersection_count': 1320, 'streets_per_node_avg': 3.0275292498279422, 'streets_per_node_counts': {0: 0, 1: 133, 2: 1, 3: 1028, 4: 278, 5: 10, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09153475567790778, 2: 0.0006882312456985547, 3: 0.7075017205781142, 4: 0.1913282863041982, 5: 0.006882312456985547, 6: 0.0020646937370956643}, 'edge_length_total': 401340.4609999999, 'edge_length_avg': 98.97421972872993, 'street_length_total': 221928.1400000002, 'street_length_avg': 102.1768600368325, 'street_segments_count': 2172, 'node_density_km': 44.071569381267715, 'intersection_density_km': 40.037489045611416, 'edge_density_km': 12173.230538521311, 'street_density_km': 6731.398086487064, 'circuity_avg': 1.0585382281742635, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585382281742635\n", - "3459\n", - "8988935.718629185\n", - "{'n': 48, 'm': 114, 'k_avg': 4.75, 'intersection_count': 36, 'streets_per_node_avg': 2.5833333333333335, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 32, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6666666666666666, 4: 0.08333333333333333}, 'edge_length_total': 37077.94999999998, 'edge_length_avg': 325.24517543859633, 'street_length_total': 18538.975, 'street_length_avg': 325.24517543859645, 'street_segments_count': 57, 'node_density_km': 5.33989801490315, 'intersection_density_km': 4.0049235111773624, 'edge_density_km': 4124.843158368295, 'street_density_km': 2062.4215791841484, 'circuity_avg': 1.098923118665395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098923118665395\n", - "3460\n", - "10993860.513281202\n", - "{'n': 164, 'm': 436, 'k_avg': 5.317073170731708, 'intersection_count': 139, 'streets_per_node_avg': 2.8048780487804876, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 121, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1524390243902439, 2: 0.0, 3: 0.7378048780487805, 4: 0.10975609756097561}, 'edge_length_total': 88707.64800000006, 'edge_length_avg': 203.45790825688087, 'street_length_total': 44353.82399999997, 'street_length_avg': 203.45790825688061, 'street_segments_count': 218, 'node_density_km': 14.917416843871974, 'intersection_density_km': 12.643420373769539, 'edge_density_km': 8068.835136923579, 'street_density_km': 4034.4175684617844, 'circuity_avg': 1.0285950024635995, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285950024635995\n", - "3461\n", - "3992765.6258142623\n", - "{'n': 62, 'm': 160, 'k_avg': 5.161290322580645, 'intersection_count': 45, 'streets_per_node_avg': 2.693548387096774, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 31, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27419354838709675, 2: 0.0, 3: 0.5, 4: 0.20967741935483872, 5: 0.016129032258064516}, 'edge_length_total': 28554.799999999996, 'edge_length_avg': 178.46749999999997, 'street_length_total': 14277.400000000001, 'street_length_avg': 178.46750000000003, 'street_segments_count': 80, 'node_density_km': 15.528083992497322, 'intersection_density_km': 11.270383542941603, 'edge_density_km': 7151.6343998219745, 'street_density_km': 3575.817199910988, 'circuity_avg': 1.0329528649075144, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0329528649075144\n", - "3462\n", - "30955051.93792056\n", - "{'n': 3024, 'm': 7281, 'k_avg': 4.815476190476191, 'intersection_count': 2220, 'streets_per_node_avg': 2.5406746031746033, 'streets_per_node_counts': {0: 0, 1: 804, 2: 3, 3: 1999, 4: 214, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26587301587301587, 2: 0.000992063492063492, 3: 0.6610449735449735, 4: 0.07076719576719577, 5: 0.0013227513227513227}, 'edge_length_total': 568891.6919999983, 'edge_length_avg': 78.13373053152016, 'street_length_total': 293632.59599999984, 'street_length_avg': 76.96791507208384, 'street_segments_count': 3815, 'node_density_km': 97.69003153554847, 'intersection_density_km': 71.71688823046217, 'edge_density_km': 18377.9918425236, 'street_density_km': 9485.773003672271, 'circuity_avg': 1.085419451869759, 'self_loop_proportion': 0.002197500343359429, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085419451869759\n", - "3463\n", - "8983281.105787512\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 237, 'm': 572, 'k_avg': 4.827004219409282, 'intersection_count': 185, 'streets_per_node_avg': 2.654008438818565, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 163, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21940928270042195, 2: 0.0, 3: 0.6877637130801688, 4: 0.09282700421940929}, 'edge_length_total': 69154.65099999998, 'edge_length_avg': 120.89973951048948, 'street_length_total': 36914.38600000001, 'street_length_avg': 118.6957749196142, 'street_segments_count': 311, 'node_density_km': 26.38234262170777, 'intersection_density_km': 20.5938117511221, 'edge_density_km': 7698.15061842458, 'street_density_km': 4109.231979417607, 'circuity_avg': 1.069646893072293, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069646893072293\n", - "3464\n", - "4993312.793214691\n", - "{'n': 439, 'm': 1193, 'k_avg': 5.43507972665148, 'intersection_count': 392, 'streets_per_node_avg': 2.924829157175399, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 334, 4: 55, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1070615034168565, 2: 0.0, 3: 0.7608200455580866, 4: 0.1252847380410023, 5: 0.00683371298405467}, 'edge_length_total': 115074.68700000002, 'edge_length_avg': 96.45824559932944, 'street_length_total': 58981.29700000002, 'street_length_avg': 95.5936742301459, 'street_segments_count': 617, 'node_density_km': 87.91758461367532, 'intersection_density_km': 78.50499582815654, 'edge_density_km': 23045.759752197504, 'street_density_km': 11812.05733399047, 'circuity_avg': 1.066919512912459, 'self_loop_proportion': 0.013411567476948869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066919512912459\n", - "3465\n", - "7990115.710481298\n", - "{'n': 78, 'm': 192, 'k_avg': 4.923076923076923, 'intersection_count': 63, 'streets_per_node_avg': 2.628205128205128, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 62, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19230769230769232, 2: 0.0, 3: 0.7948717948717948, 4: 0.01282051282051282}, 'edge_length_total': 40290.73000000003, 'edge_length_avg': 209.8475520833335, 'street_length_total': 20145.364999999994, 'street_length_avg': 209.84755208333328, 'street_segments_count': 96, 'node_density_km': 9.762061380122558, 'intersection_density_km': 7.884741883945144, 'edge_density_km': 5042.571529614688, 'street_density_km': 2521.2857648073414, 'circuity_avg': 1.0672281532619632, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672281532619632\n", - "3466\n", - "10979946.25292381\n", - "{'n': 840, 'm': 2264, 'k_avg': 5.390476190476191, 'intersection_count': 789, 'streets_per_node_avg': 3.0642857142857145, 'streets_per_node_counts': {0: 0, 1: 51, 2: 2, 3: 633, 4: 151, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.060714285714285714, 2: 0.002380952380952381, 3: 0.7535714285714286, 4: 0.17976190476190476, 5: 0.002380952380952381, 6: 0.0011904761904761906}, 'edge_length_total': 184851.71600000007, 'edge_length_avg': 81.64828445229685, 'street_length_total': 105195.90800000001, 'street_length_avg': 82.5713563579278, 'street_segments_count': 1274, 'node_density_km': 76.50310672297866, 'intersection_density_km': 71.85827524336923, 'edge_density_km': 16835.39352032589, 'street_density_km': 9580.730686362673, 'circuity_avg': 1.068389951457115, 'self_loop_proportion': 0.00265017667844523, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068389951457115\n", - "3467\n", - "6996633.923642677\n", - "{'n': 22, 'm': 43, 'k_avg': 3.909090909090909, 'intersection_count': 19, 'streets_per_node_avg': 2.772727272727273, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 18, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.8181818181818182, 4: 0.045454545454545456}, 'edge_length_total': 17817.905999999995, 'edge_length_avg': 414.36990697674406, 'street_length_total': 8998.681999999999, 'street_length_avg': 346.1031538461538, 'street_segments_count': 26, 'node_density_km': 3.144369169531465, 'intersection_density_km': 2.715591555504447, 'edge_density_km': 2546.639740545895, 'street_density_km': 1286.1444657826246, 'circuity_avg': 1.0961485488985914, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0961485488985914\n", - "3468\n", - "11986208.588015018\n", - "{'n': 84, 'm': 214, 'k_avg': 5.095238095238095, 'intersection_count': 69, 'streets_per_node_avg': 2.6785714285714284, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 66, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17857142857142858, 2: 0.0, 3: 0.7857142857142857, 4: 0.03571428571428571}, 'edge_length_total': 54441.29999999998, 'edge_length_avg': 254.39859813084104, 'street_length_total': 27220.650000000012, 'street_length_avg': 254.39859813084124, 'street_segments_count': 107, 'node_density_km': 7.008054246944393, 'intersection_density_km': 5.756615988561466, 'edge_density_km': 4541.995043740162, 'street_density_km': 2270.997521870083, 'circuity_avg': 1.0695932086877755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695932086877755\n", - "3469\n", - "2995025.6884197704\n", - "{'n': 3, 'm': 8, 'k_avg': 5.333333333333333, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 7964.344, 'edge_length_avg': 995.543, 'street_length_total': 3982.172, 'street_length_avg': 995.543, 'street_segments_count': 4, 'node_density_km': 1.0016608577346975, 'intersection_density_km': 1.0016608577346975, 'edge_density_km': 2659.1905474447303, 'street_density_km': 1329.5952737223652, 'circuity_avg': 1.686857721912196, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.686857721912196\n", - "3470\n", - "17966445.996723387\n", - "{'n': 616, 'm': 1791, 'k_avg': 5.814935064935065, 'intersection_count': 539, 'streets_per_node_avg': 2.9983766233766236, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 387, 4: 151, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.6282467532467533, 4: 0.24512987012987014, 5: 0.0016233766233766235}, 'edge_length_total': 297818.2269999997, 'edge_length_avg': 166.28600055834713, 'street_length_total': 149078.445, 'street_length_avg': 166.19670568561872, 'street_segments_count': 897, 'node_density_km': 34.28613539440924, 'intersection_density_km': 30.00036847010809, 'edge_density_km': 16576.35723026769, 'street_density_km': 8297.603489704532, 'circuity_avg': 1.0463245703727446, 'self_loop_proportion': 0.0011166945840312675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463245703727446\n", - "3471\n", - "8984157.47869185\n", - "{'n': 497, 'm': 1466, 'k_avg': 5.899396378269618, 'intersection_count': 473, 'streets_per_node_avg': 3.0885311871227366, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 386, 4: 83, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0482897384305835, 2: 0.0, 3: 0.7766599597585513, 4: 0.16700201207243462, 5: 0.006036217303822937, 6: 0.002012072434607646}, 'edge_length_total': 107654.92200000005, 'edge_length_avg': 73.43446248294683, 'street_length_total': 56898.71500000004, 'street_length_avg': 74.96536890645592, 'street_segments_count': 759, 'node_density_km': 55.31960021613138, 'intersection_density_km': 52.64823119160994, 'edge_density_km': 11982.750998669637, 'street_density_km': 6333.227699419718, 'circuity_avg': 1.0453453086551365, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453453086551365\n", - "3472\n", - "13994455.142150236\n", - "{'n': 190, 'm': 394, 'k_avg': 4.147368421052631, 'intersection_count': 107, 'streets_per_node_avg': 2.1473684210526316, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 103, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4368421052631579, 2: 0.0, 3: 0.5421052631578948, 4: 0.021052631578947368}, 'edge_length_total': 46380.02000000001, 'edge_length_avg': 117.71578680203048, 'street_length_total': 23190.010000000006, 'street_length_avg': 117.71578680203048, 'street_segments_count': 197, 'node_density_km': 13.576805818451225, 'intersection_density_km': 7.6458853819699, 'edge_density_km': 3314.171186294128, 'street_density_km': 1657.085593147064, 'circuity_avg': 1.1266202748978729, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1266202748978729\n", - "3473\n", - "19991990.669523947\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3962, 'm': 10995, 'k_avg': 5.550227158001009, 'intersection_count': 3564, 'streets_per_node_avg': 2.9363957597173145, 'streets_per_node_counts': {0: 0, 1: 398, 2: 0, 3: 3028, 4: 529, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10045431600201918, 2: 0.0, 3: 0.7642604745078243, 4: 0.13351842503785966, 5: 0.001514386673397274, 6: 0.0002523977788995457}, 'edge_length_total': 724314.2060000018, 'edge_length_avg': 65.87668994997742, 'street_length_total': 378864.1220000007, 'street_length_avg': 65.95823850974942, 'street_segments_count': 5744, 'node_density_km': 198.17936420107102, 'intersection_density_km': 178.27139172453738, 'edge_density_km': 36230.21928997575, 'street_density_km': 18950.79525910074, 'circuity_avg': 1.042932851407809, 'self_loop_proportion': 0.00036380172805820825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042932851407809\n", - "3474\n", - "4993237.022227141\n", - "{'n': 261, 'm': 702, 'k_avg': 5.379310344827586, 'intersection_count': 223, 'streets_per_node_avg': 2.8773946360153255, 'streets_per_node_counts': {0: 0, 1: 38, 2: 1, 3: 177, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14559386973180077, 2: 0.0038314176245210726, 3: 0.6781609195402298, 4: 0.1724137931034483}, 'edge_length_total': 64729.47200000005, 'edge_length_avg': 92.20722507122515, 'street_length_total': 34034.16799999999, 'street_length_avg': 92.73615258855584, 'street_segments_count': 367, 'node_density_km': 52.27070111796652, 'intersection_density_km': 44.6604074686074, 'edge_density_km': 12963.428675999176, 'street_density_km': 6816.052962937393, 'circuity_avg': 1.0771730149757381, 'self_loop_proportion': 0.0014245014245014246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771730149757381\n", - "3475\n", - "6988413.727252752\n", - "{'n': 137, 'm': 360, 'k_avg': 5.255474452554744, 'intersection_count': 108, 'streets_per_node_avg': 2.72992700729927, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 87, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2116788321167883, 2: 0.0, 3: 0.635036496350365, 4: 0.15328467153284672}, 'edge_length_total': 69139.18400000002, 'edge_length_avg': 192.05328888888894, 'street_length_total': 35002.115, 'street_length_avg': 192.31931318681316, 'street_segments_count': 182, 'node_density_km': 19.603876551518468, 'intersection_density_km': 15.454150858131348, 'edge_density_km': 9893.401664297236, 'street_density_km': 5008.592273737611, 'circuity_avg': 1.0536790427478309, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536790427478309\n", - "3476\n", - "5989310.163323022\n", - "{'n': 23, 'm': 56, 'k_avg': 4.869565217391305, 'intersection_count': 17, 'streets_per_node_avg': 2.5217391304347827, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 16, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2608695652173913, 2: 0.0, 3: 0.6956521739130435, 4: 0.043478260869565216}, 'edge_length_total': 16792.814, 'edge_length_avg': 299.87167857142856, 'street_length_total': 8396.406999999997, 'street_length_avg': 299.8716785714285, 'street_segments_count': 28, 'node_density_km': 3.840175140844436, 'intersection_density_km': 2.838390321493714, 'edge_density_km': 2803.7976898967136, 'street_density_km': 1401.8988449483566, 'circuity_avg': 1.0817867054616668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817867054616668\n", - "3477\n", - "3993348.6142230146\n", - "{'n': 106, 'm': 296, 'k_avg': 5.584905660377358, 'intersection_count': 93, 'streets_per_node_avg': 2.9056603773584904, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 77, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12264150943396226, 2: 0.0, 3: 0.7264150943396226, 4: 0.1509433962264151}, 'edge_length_total': 48599.83, 'edge_length_avg': 164.18861486486486, 'street_length_total': 24299.915, 'street_length_avg': 164.18861486486486, 'street_segments_count': 148, 'node_density_km': 26.544138826863833, 'intersection_density_km': 23.288725574512608, 'edge_density_km': 12170.194664924356, 'street_density_km': 6085.097332462178, 'circuity_avg': 1.055245100725815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055245100725815\n", - "3478\n", - "5988760.132204852\n", - "error with entry 3478\n", - "3479\n", - "7985118.727872353\n", - "{'n': 186, 'm': 482, 'k_avg': 5.182795698924731, 'intersection_count': 155, 'streets_per_node_avg': 2.8010752688172045, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 130, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6989247311827957, 4: 0.13440860215053763}, 'edge_length_total': 80028.57300000005, 'edge_length_avg': 166.03438381742748, 'street_length_total': 40807.013999999996, 'street_length_avg': 163.88359036144575, 'street_segments_count': 249, 'node_density_km': 23.293329296502517, 'intersection_density_km': 19.41110774708543, 'edge_density_km': 10022.214537732212, 'street_density_km': 5110.382874779507, 'circuity_avg': 1.0474784236324108, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474784236324108\n", - "3480\n", - "980879491.7838267\n", - "error with entry 3480\n", - "3481\n", - "19975199.933352683\n", - "{'n': 974, 'm': 2804, 'k_avg': 5.757700205338809, 'intersection_count': 889, 'streets_per_node_avg': 3.0051334702258727, 'streets_per_node_counts': {0: 0, 1: 85, 2: 1, 3: 722, 4: 157, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08726899383983573, 2: 0.001026694045174538, 3: 0.7412731006160165, 4: 0.16119096509240247, 5: 0.008213552361396304, 6: 0.001026694045174538}, 'edge_length_total': 272887.1699999995, 'edge_length_avg': 97.3206740370897, 'street_length_total': 141799.09599999982, 'street_length_avg': 97.5234497936725, 'street_segments_count': 1454, 'node_density_km': 48.760463136777304, 'intersection_density_km': 44.50518657966635, 'edge_density_km': 13661.298555733529, 'street_density_km': 7098.757282686178, 'circuity_avg': 1.07974573818754, 'self_loop_proportion': 0.0021398002853067048, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07974573818754\n", - "3482\n", - "2996759.9026062456\n", - "{'n': 104, 'm': 302, 'k_avg': 5.8076923076923075, 'intersection_count': 96, 'streets_per_node_avg': 3.1153846153846154, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 69, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.6634615384615384, 4: 0.25, 5: 0.009615384615384616}, 'edge_length_total': 38773.74600000001, 'edge_length_avg': 128.38988741721857, 'street_length_total': 19741.428, 'street_length_avg': 124.94574683544303, 'street_segments_count': 158, 'node_density_km': 34.70414827345776, 'intersection_density_km': 32.03459840626871, 'edge_density_km': 12938.55606059029, 'street_density_km': 6587.590811940296, 'circuity_avg': 1.039628709435522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039628709435522\n", - "3483\n", - "3994438.1803880814\n", - "{'n': 172, 'm': 407, 'k_avg': 4.732558139534884, 'intersection_count': 126, 'streets_per_node_avg': 2.5290697674418605, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 115, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26744186046511625, 2: 0.0, 3: 0.6686046511627907, 4: 0.06395348837209303}, 'edge_length_total': 42742.986999999965, 'edge_length_avg': 105.01962407862399, 'street_length_total': 22994.582999999995, 'street_length_avg': 110.02192822966505, 'street_segments_count': 209, 'node_density_km': 43.059872811272115, 'intersection_density_km': 31.543860315234223, 'edge_density_km': 10700.62548717358, 'street_density_km': 5756.650112373487, 'circuity_avg': 1.0525521445934418, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525521445934418\n", - "3484\n", - "4990602.7247402975\n", - "{'n': 279, 'm': 716, 'k_avg': 5.132616487455197, 'intersection_count': 232, 'streets_per_node_avg': 2.7419354838709675, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 210, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16845878136200718, 2: 0.0, 3: 0.7526881720430108, 4: 0.07885304659498207}, 'edge_length_total': 91334.69199999994, 'edge_length_avg': 127.56241899441332, 'street_length_total': 45667.346, 'street_length_avg': 127.5624189944134, 'street_segments_count': 358, 'node_density_km': 55.90507106824832, 'intersection_density_km': 46.4873709241348, 'edge_density_km': 18301.33493640347, 'street_density_km': 9150.66746820174, 'circuity_avg': 1.037751829958011, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037751829958011\n", - "3485\n", - "5992095.152519994\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 37, 'm': 84, 'k_avg': 4.54054054054054, 'intersection_count': 27, 'streets_per_node_avg': 2.4594594594594597, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2702702702702703, 2: 0.0, 3: 0.7297297297297297}, 'edge_length_total': 22705.082000000006, 'edge_length_avg': 270.2985952380953, 'street_length_total': 11352.540999999997, 'street_length_avg': 270.2985952380952, 'street_segments_count': 42, 'node_density_km': 6.174801811089321, 'intersection_density_km': 4.505936456740855, 'edge_density_km': 3789.172471744096, 'street_density_km': 1894.5862358720472, 'circuity_avg': 1.0699636428322383, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699636428322383\n", - "3486\n", - "6986895.148305164\n", - "{'n': 165, 'm': 496, 'k_avg': 6.012121212121212, 'intersection_count': 141, 'streets_per_node_avg': 3.0545454545454547, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 84, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14545454545454545, 2: 0.0, 3: 0.509090909090909, 4: 0.34545454545454546}, 'edge_length_total': 79851.83600000002, 'edge_length_avg': 160.99160483870972, 'street_length_total': 39925.91799999999, 'street_length_avg': 160.99160483870963, 'street_segments_count': 248, 'node_density_km': 23.615639922695085, 'intersection_density_km': 20.180637752121253, 'edge_density_km': 11428.801249346066, 'street_density_km': 5714.4006246730305, 'circuity_avg': 1.0277401720061168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0277401720061168\n", - "3487\n", - "10000354.818912178\n", - "{'n': 132, 'm': 345, 'k_avg': 5.2272727272727275, 'intersection_count': 112, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 94, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15151515151515152, 2: 0.0, 3: 0.7121212121212122, 4: 0.13636363636363635}, 'edge_length_total': 69658.25300000003, 'edge_length_avg': 201.907979710145, 'street_length_total': 35051.02500000001, 'street_length_avg': 194.72791666666672, 'street_segments_count': 180, 'node_density_km': 13.199531655653667, 'intersection_density_km': 11.199602616918263, 'edge_density_km': 6965.578148113882, 'street_density_km': 3504.978136747032, 'circuity_avg': 1.056423574131396, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056423574131396\n", - "3488\n", - "8989200.7258335\n", - "{'n': 658, 'm': 1885, 'k_avg': 5.729483282674772, 'intersection_count': 560, 'streets_per_node_avg': 2.9012158054711246, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 431, 4: 127, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14893617021276595, 2: 0.0, 3: 0.6550151975683891, 4: 0.19300911854103345, 5: 0.00303951367781155}, 'edge_length_total': 140652.81400000004, 'edge_length_avg': 74.61687745358093, 'street_length_total': 70464.315, 'street_length_avg': 74.5654126984127, 'street_segments_count': 945, 'node_density_km': 73.19894394047905, 'intersection_density_km': 62.29697356636515, 'edge_density_km': 15646.865421058708, 'street_density_km': 7838.774230226835, 'circuity_avg': 1.0559619394049578, 'self_loop_proportion': 0.0010610079575596816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559619394049578\n", - "3489\n", - "40956709.439781345\n", - "{'n': 1982, 'm': 5653, 'k_avg': 5.704339051463169, 'intersection_count': 1844, 'streets_per_node_avg': 3.0504540867810293, 'streets_per_node_counts': {0: 0, 1: 138, 2: 2, 3: 1474, 4: 358, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06962663975782038, 2: 0.0010090817356205853, 3: 0.7436932391523713, 4: 0.18062563067608475, 5: 0.005045408678102927}, 'edge_length_total': 500191.26099999953, 'edge_length_avg': 88.48244489651505, 'street_length_total': 274917.48700000055, 'street_length_avg': 91.63916233333352, 'street_segments_count': 3000, 'node_density_km': 48.392559536896755, 'intersection_density_km': 45.02314822706237, 'edge_density_km': 12212.681825316822, 'street_density_km': 6712.391956297461, 'circuity_avg': 1.0624132923993255, 'self_loop_proportion': 0.0008844861135680169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624132923993255\n", - "3490\n", - "6997729.959449595\n", - "{'n': 585, 'm': 1737, 'k_avg': 5.938461538461539, 'intersection_count': 536, 'streets_per_node_avg': 3.0974358974358975, 'streets_per_node_counts': {0: 0, 1: 49, 2: 1, 3: 383, 4: 148, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08376068376068375, 2: 0.0017094017094017094, 3: 0.6547008547008547, 4: 0.252991452991453, 5: 0.006837606837606838}, 'edge_length_total': 136487.13400000008, 'edge_length_avg': 78.57635808865865, 'street_length_total': 71188.16400000003, 'street_length_avg': 79.71798880179175, 'street_segments_count': 893, 'node_density_km': 83.59853886759772, 'intersection_density_km': 76.59626809065364, 'edge_density_km': 19504.487139531666, 'street_density_km': 10173.036743704142, 'circuity_avg': 1.057322749184445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057322749184445\n", - "3491\n", - "4990650.721263211\n", - "{'n': 405, 'm': 1178, 'k_avg': 5.817283950617284, 'intersection_count': 384, 'streets_per_node_avg': 3.1432098765432097, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 285, 4: 98, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05185185185185185, 2: 0.0, 3: 0.7037037037037037, 4: 0.2419753086419753, 5: 0.0024691358024691358}, 'edge_length_total': 88384.69100000002, 'edge_length_avg': 75.02944906621394, 'street_length_total': 47986.32800000006, 'street_length_avg': 77.77362722852521, 'street_segments_count': 617, 'node_density_km': 81.15174205128268, 'intersection_density_km': 76.94387394491987, 'edge_density_km': 17710.05344522056, 'street_density_km': 9615.244720603083, 'circuity_avg': 1.025575348246727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025575348246727\n", - "3492\n", - "33984307.92587122\n", - "{'n': 710, 'm': 1874, 'k_avg': 5.27887323943662, 'intersection_count': 582, 'streets_per_node_avg': 2.7295774647887323, 'streets_per_node_counts': {0: 0, 1: 128, 2: 2, 3: 516, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18028169014084508, 2: 0.0028169014084507044, 3: 0.7267605633802817, 4: 0.08732394366197183, 5: 0.0028169014084507044}, 'edge_length_total': 302574.7570000006, 'edge_length_avg': 161.4593153681967, 'street_length_total': 152822.66099999993, 'street_length_avg': 160.19146855345906, 'street_segments_count': 954, 'node_density_km': 20.891995257007974, 'intersection_density_km': 17.125551041660056, 'edge_density_km': 8903.366743851202, 'street_density_km': 4496.859589824417, 'circuity_avg': 1.0736492189001976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736492189001976\n", - "3493\n", - "7985490.103338798\n", - "{'n': 102, 'm': 280, 'k_avg': 5.490196078431373, 'intersection_count': 87, 'streets_per_node_avg': 2.872549019607843, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 70, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.6862745098039216, 4: 0.16666666666666666}, 'edge_length_total': 62853.754, 'edge_length_avg': 224.47769285714287, 'street_length_total': 31426.87700000001, 'street_length_avg': 224.47769285714293, 'street_segments_count': 140, 'node_density_km': 12.773167166953595, 'intersection_density_km': 10.89476023063689, 'edge_density_km': 7870.995165809591, 'street_density_km': 3935.4975829047967, 'circuity_avg': 1.0211808706127044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0211808706127044\n", - "3494\n", - "17968877.486260224\n", - "{'n': 152, 'm': 417, 'k_avg': 5.4868421052631575, 'intersection_count': 135, 'streets_per_node_avg': 2.9276315789473686, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 113, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1118421052631579, 2: 0.0, 3: 0.743421052631579, 4: 0.13815789473684212, 5: 0.006578947368421052}, 'edge_length_total': 93851.983, 'edge_length_avg': 225.06470743405274, 'street_length_total': 47497.64800000001, 'street_length_avg': 220.91929302325585, 'street_segments_count': 215, 'node_density_km': 8.459070418629418, 'intersection_density_km': 7.512990174440601, 'edge_density_km': 5223.029823190861, 'street_density_km': 2643.328612837321, 'circuity_avg': 1.0637817979005015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637817979005015\n", - "3495\n", - "9991567.977879947\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 532, 'm': 1432, 'k_avg': 5.383458646616542, 'intersection_count': 453, 'streets_per_node_avg': 2.8496240601503757, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 376, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14849624060150377, 2: 0.0, 3: 0.706766917293233, 4: 0.14285714285714285, 5: 0.0018796992481203006}, 'edge_length_total': 150782.69000000026, 'edge_length_avg': 105.29517458100577, 'street_length_total': 78257.02100000002, 'street_length_avg': 105.75273108108111, 'street_segments_count': 740, 'node_density_km': 53.24489621426586, 'intersection_density_km': 45.338229295230136, 'edge_density_km': 15090.993759319243, 'street_density_km': 7832.306318012453, 'circuity_avg': 1.0734610146055852, 'self_loop_proportion': 0.0013966480446927375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734610146055852\n", - "3496\n", - "18964016.07001282\n", - "{'n': 849, 'm': 2116, 'k_avg': 4.984687868080094, 'intersection_count': 651, 'streets_per_node_avg': 2.624263839811543, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 575, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2332155477031802, 2: 0.0, 3: 0.6772673733804476, 4: 0.08833922261484099, 5: 0.001177856301531213}, 'edge_length_total': 295908.025, 'edge_length_avg': 139.84311200378073, 'street_length_total': 150489.4110000001, 'street_length_avg': 138.95605817174524, 'street_segments_count': 1083, 'node_density_km': 44.7689981312817, 'intersection_density_km': 34.32817171197219, 'edge_density_km': 15603.658207604547, 'street_density_km': 7935.524334318832, 'circuity_avg': 1.0704973180513941, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0704973180513941\n", - "3497\n", - "41953691.61067883\n", - "{'n': 1237, 'm': 2987, 'k_avg': 4.829426030719483, 'intersection_count': 896, 'streets_per_node_avg': 2.5206143896523847, 'streets_per_node_counts': {0: 0, 1: 341, 2: 0, 3: 807, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27566693613581245, 2: 0.0, 3: 0.6523848019401779, 4: 0.0719482619240097}, 'edge_length_total': 407416.68999999843, 'edge_length_avg': 136.39661533310962, 'street_length_total': 206080.63700000002, 'street_length_avg': 133.81859545454546, 'street_segments_count': 1540, 'node_density_km': 29.48489042344812, 'intersection_density_km': 21.35688101811602, 'edge_density_km': 9711.104657505162, 'street_density_km': 4912.097817574284, 'circuity_avg': 1.0451128149266566, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0451128149266566\n", - "3498\n", - "3993299.798251955\n", - "{'n': 22, 'm': 55, 'k_avg': 5.0, 'intersection_count': 19, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 17, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.7727272727272727, 4: 0.09090909090909091}, 'edge_length_total': 16175.058999999994, 'edge_length_avg': 294.0919818181817, 'street_length_total': 8181.579000000001, 'street_length_avg': 282.12341379310345, 'street_segments_count': 29, 'node_density_km': 5.5092282351629045, 'intersection_density_km': 4.757969839458872, 'edge_density_km': 4050.5496249193557, 'street_density_km': 2048.8266379552674, 'circuity_avg': 1.0116433673626408, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0116433673626408\n", - "3499\n", - "12983098.439405993\n", - "{'n': 127, 'm': 320, 'k_avg': 5.039370078740157, 'intersection_count': 103, 'streets_per_node_avg': 2.7086614173228347, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 92, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1889763779527559, 2: 0.0, 3: 0.7244094488188977, 4: 0.08661417322834646}, 'edge_length_total': 84322.92800000001, 'edge_length_avg': 263.50915000000003, 'street_length_total': 42161.46400000001, 'street_length_avg': 263.50915000000003, 'street_segments_count': 160, 'node_density_km': 9.781948476531042, 'intersection_density_km': 7.933391284115727, 'edge_density_km': 6494.823126663283, 'street_density_km': 3247.4115633316414, 'circuity_avg': 1.0454993146720488, 'self_loop_proportion': 0.00625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454993146720488\n", - "3500\n", - "18977350.954260968\n", - "{'n': 429, 'm': 1103, 'k_avg': 5.142191142191142, 'intersection_count': 347, 'streets_per_node_avg': 2.7202797202797204, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 303, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19114219114219114, 2: 0.0, 3: 0.7062937062937062, 4: 0.10256410256410256}, 'edge_length_total': 180121.00200000012, 'edge_length_avg': 163.3009990933818, 'street_length_total': 90966.01699999998, 'street_length_avg': 159.58950350877188, 'street_segments_count': 570, 'node_density_km': 22.605894839272974, 'intersection_density_km': 18.284954566964384, 'edge_density_km': 9491.366968663122, 'street_density_km': 4793.399100814725, 'circuity_avg': 1.07468687659866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07468687659866\n", - "3501\n", - "36935638.05943546\n", - "{'n': 3688, 'm': 10779, 'k_avg': 5.8454446854663775, 'intersection_count': 3417, 'streets_per_node_avg': 3.131236442516269, 'streets_per_node_counts': {0: 0, 1: 271, 2: 5, 3: 2412, 4: 972, 5: 25, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07348156182212581, 2: 0.0013557483731019523, 3: 0.6540130151843818, 4: 0.2635574837310195, 5: 0.0067787418655097615, 6: 0.0008134490238611713}, 'edge_length_total': 747120.1890000001, 'edge_length_avg': 69.31256971889786, 'street_length_total': 402732.38399999845, 'street_length_avg': 70.11357660167104, 'street_segments_count': 5744, 'node_density_km': 99.84936483472704, 'intersection_density_km': 92.51227755972404, 'edge_density_km': 20227.623732877233, 'street_density_km': 10903.626014309986, 'circuity_avg': 1.0543417397588026, 'self_loop_proportion': 0.0003710919380276463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0543417397588026\n", - "3502\n", - "16968026.626162875\n", - "{'n': 663, 'm': 1710, 'k_avg': 5.158371040723982, 'intersection_count': 533, 'streets_per_node_avg': 2.728506787330317, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 454, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.6847662141779789, 4: 0.11764705882352941, 5: 0.0015082956259426848}, 'edge_length_total': 259342.7179999999, 'edge_length_avg': 151.66240818713445, 'street_length_total': 130958.28, 'street_length_avg': 149.6666057142857, 'street_segments_count': 875, 'node_density_km': 39.07348889809763, 'intersection_density_km': 31.412020486705934, 'edge_density_km': 15284.200320626636, 'street_density_km': 7717.944041770679, 'circuity_avg': 1.0839816931084747, 'self_loop_proportion': 0.0011695906432748538, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0839816931084747\n", - "3503\n", - "13973607.33181389\n", - "{'n': 285, 'm': 762, 'k_avg': 5.347368421052631, 'intersection_count': 248, 'streets_per_node_avg': 2.873684210526316, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 210, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12982456140350876, 2: 0.0, 3: 0.7368421052631579, 4: 0.13333333333333333}, 'edge_length_total': 157627.97300000003, 'edge_length_avg': 206.86085695538063, 'street_length_total': 79078.14900000002, 'street_length_avg': 207.01086125654456, 'street_segments_count': 382, 'node_density_km': 20.395592435972983, 'intersection_density_km': 17.747743593408067, 'edge_density_km': 11280.406644970364, 'street_density_km': 5659.107710860158, 'circuity_avg': 1.0420395708341137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420395708341137\n", - "3504\n", - "37968004.42812095\n", - "{'n': 2794, 'm': 7012, 'k_avg': 5.01932712956335, 'intersection_count': 2449, 'streets_per_node_avg': 2.910522548317824, 'streets_per_node_counts': {0: 0, 1: 345, 2: 4, 3: 2015, 4: 416, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12347888332140301, 2: 0.0014316392269148174, 3: 0.7211882605583393, 4: 0.148890479599141, 5: 0.005010737294201861}, 'edge_length_total': 647415.2480000004, 'edge_length_avg': 92.32961323445527, 'street_length_total': 371792.2540000004, 'street_length_avg': 92.37074633540384, 'street_segments_count': 4025, 'node_density_km': 73.58827628903846, 'intersection_density_km': 64.50167810732111, 'edge_density_km': 17051.600624037357, 'street_density_km': 9792.251649776805, 'circuity_avg': 1.0756573083524417, 'self_loop_proportion': 0.0019965772960638907, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756573083524417\n", - "3505\n", - "3997389.421980873\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 110, 'm': 248, 'k_avg': 4.509090909090909, 'intersection_count': 73, 'streets_per_node_avg': 2.4454545454545453, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 60, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33636363636363636, 2: 0.0, 3: 0.5454545454545454, 4: 0.11818181818181818}, 'edge_length_total': 40332.62800000002, 'edge_length_avg': 162.63156451612912, 'street_length_total': 20166.313999999988, 'street_length_avg': 162.63156451612892, 'street_segments_count': 124, 'node_density_km': 27.517959445014593, 'intersection_density_km': 18.26191854078241, 'edge_density_km': 10089.74201468055, 'street_density_km': 5044.87100734027, 'circuity_avg': 1.016196882626736, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.016196882626736\n", - "3506\n", - "10982695.826730939\n", - "{'n': 1390, 'm': 3498, 'k_avg': 5.033093525179856, 'intersection_count': 1044, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 346, 2: 0, 3: 910, 4: 132, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2489208633093525, 2: 0.0, 3: 0.6546762589928058, 4: 0.09496402877697842, 5: 0.0014388489208633094}, 'edge_length_total': 239625.19499999945, 'edge_length_avg': 68.50348627787291, 'street_length_total': 122761.92600000012, 'street_length_avg': 68.42916722408033, 'street_segments_count': 1794, 'node_density_km': 126.56273304199678, 'intersection_density_km': 95.05862827039182, 'edge_density_km': 21818.43135605853, 'street_density_km': 11177.758897884445, 'circuity_avg': 1.074757716062544, 'self_loop_proportion': 0.004574042309891366, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.074757716062544\n", - "3507\n", - "14974236.288413059\n", - "{'n': 363, 'm': 980, 'k_avg': 5.3994490358126725, 'intersection_count': 310, 'streets_per_node_avg': 2.796143250688705, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 278, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14600550964187328, 2: 0.0, 3: 0.7658402203856749, 4: 0.0881542699724518}, 'edge_length_total': 170161.12399999998, 'edge_length_avg': 173.63379999999998, 'street_length_total': 85214.23800000004, 'street_length_avg': 171.80289919354848, 'street_segments_count': 496, 'node_density_km': 24.241636969551926, 'intersection_density_km': 20.70222440925922, 'edge_density_km': 11363.592821870272, 'street_density_km': 5690.723477225889, 'circuity_avg': 1.0452241122036037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452241122036037\n", - "3508\n", - "13975353.754020749\n", - "{'n': 260, 'm': 659, 'k_avg': 5.069230769230769, 'intersection_count': 229, 'streets_per_node_avg': 2.830769230769231, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 212, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11923076923076924, 2: 0.0, 3: 0.8153846153846154, 4: 0.06153846153846154, 5: 0.0038461538461538464}, 'edge_length_total': 72030.36299999991, 'edge_length_avg': 109.30252352048545, 'street_length_total': 41728.057, 'street_length_avg': 116.88531372549019, 'street_segments_count': 357, 'node_density_km': 18.604180228725678, 'intersection_density_km': 16.38598950914685, 'edge_density_km': 5154.0994430482, 'street_density_km': 2985.8318962405315, 'circuity_avg': 1.1093860012860772, 'self_loop_proportion': 0.0030349013657056147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1093860012860772\n", - "3509\n", - "8983442.325364273\n", - "{'n': 358, 'm': 957, 'k_avg': 5.346368715083799, 'intersection_count': 306, 'streets_per_node_avg': 2.8854748603351954, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 245, 4: 59, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1452513966480447, 2: 0.0, 3: 0.6843575418994413, 4: 0.164804469273743, 5: 0.00558659217877095}, 'edge_length_total': 135420.684, 'edge_length_avg': 141.5054169278997, 'street_length_total': 70370.62000000004, 'street_length_avg': 139.90182902584502, 'street_segments_count': 503, 'node_density_km': 39.851093493326715, 'intersection_density_km': 34.0626665054692, 'edge_density_km': 15074.475807302386, 'street_density_km': 7833.369153082035, 'circuity_avg': 1.069303570866986, 'self_loop_proportion': 0.0041797283176593526, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069303570866986\n", - "3510\n", - "4990354.888868214\n", - "error with entry 3510\n", - "3511\n", - "7985772.078618887\n", - "{'n': 151, 'm': 447, 'k_avg': 5.920529801324503, 'intersection_count': 139, 'streets_per_node_avg': 3.1059602649006623, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 99, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07947019867549669, 2: 0.0, 3: 0.6556291390728477, 4: 0.26490066225165565}, 'edge_length_total': 74261.34200000002, 'edge_length_avg': 166.13275615212532, 'street_length_total': 37623.94300000001, 'street_length_avg': 165.01729385964916, 'street_segments_count': 228, 'node_density_km': 18.908628810517587, 'intersection_density_km': 17.405956322264533, 'edge_density_km': 9299.206297012583, 'street_density_km': 4711.372003808421, 'circuity_avg': 1.0122057413628915, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0122057413628915\n", - "3512\n", - "3993728.286399354\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5, 4: 0.25}, 'edge_length_total': 2055.2219999999998, 'edge_length_avg': 342.537, 'street_length_total': 1027.6109999999999, 'street_length_avg': 342.537, 'street_segments_count': 3, 'node_density_km': 1.001570390660277, 'intersection_density_km': 0.7511777929952077, 'edge_density_km': 514.6123753583989, 'street_density_km': 257.30618767919947, 'circuity_avg': 1.0008913902357675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0008913902357675\n", - "3513\n", - "10983784.059308952\n", - "{'n': 251, 'm': 677, 'k_avg': 5.394422310756972, 'intersection_count': 209, 'streets_per_node_avg': 2.8286852589641436, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 169, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16733067729083664, 2: 0.0, 3: 0.6733067729083665, 4: 0.1553784860557769, 5: 0.00398406374501992}, 'edge_length_total': 111762.60199999984, 'edge_length_avg': 165.0850841949776, 'street_length_total': 56222.27000000003, 'street_length_avg': 162.49210982658968, 'street_segments_count': 346, 'node_density_km': 22.851869505507352, 'intersection_density_km': 19.02805070378899, 'edge_density_km': 10175.236639442037, 'street_density_km': 5118.661264316341, 'circuity_avg': 1.029049370591314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029049370591314\n", - "3514\n", - "5988723.417418133\n", - "{'n': 126, 'm': 392, 'k_avg': 6.222222222222222, 'intersection_count': 121, 'streets_per_node_avg': 3.134920634920635, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 94, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03968253968253968, 2: 0.0, 3: 0.746031746031746, 4: 0.21428571428571427}, 'edge_length_total': 63112.395999999964, 'edge_length_avg': 161.00101020408155, 'street_length_total': 31556.19799999999, 'street_length_avg': 161.00101020408158, 'street_segments_count': 196, 'node_density_km': 21.03954235614396, 'intersection_density_km': 20.204639881693804, 'edge_density_km': 10538.539117775634, 'street_density_km': 5269.269558887819, 'circuity_avg': 1.013726711706376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013726711706376\n", - "3515\n", - "12994233.832380585\n", - "{'n': 1114, 'm': 3247, 'k_avg': 5.829443447037702, 'intersection_count': 1030, 'streets_per_node_avg': 3.104129263913824, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 760, 4: 256, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07540394973070018, 2: 0.0, 3: 0.6822262118491921, 4: 0.22980251346499103, 5: 0.012567324955116697}, 'edge_length_total': 259720.27200000084, 'edge_length_avg': 79.98776470588261, 'street_length_total': 136887.04799999992, 'street_length_avg': 80.05090526315784, 'street_segments_count': 1710, 'node_density_km': 85.7303334979244, 'intersection_density_km': 79.26592774045076, 'edge_density_km': 19987.347876778917, 'street_density_km': 10534.445490652048, 'circuity_avg': 1.0189156198874056, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189156198874056\n", - "3516\n", - "82933265.27165467\n", - "error with entry 3516\n", - "3517\n", - "1837404517.2921567\n", - "error with entry 3517\n", - "3518\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "37987410.63344899\n", - "{'n': 292, 'm': 733, 'k_avg': 5.02054794520548, 'intersection_count': 232, 'streets_per_node_avg': 2.6780821917808217, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 206, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2054794520547945, 2: 0.0, 3: 0.7054794520547946, 4: 0.08904109589041095}, 'edge_length_total': 184871.07199999984, 'edge_length_avg': 252.21155798090018, 'street_length_total': 93063.853, 'street_length_avg': 248.83383155080216, 'street_segments_count': 374, 'node_density_km': 7.6867571421908325, 'intersection_density_km': 6.107286496535182, 'edge_density_km': 4866.640524248201, 'street_density_km': 2449.860399751876, 'circuity_avg': 1.0671624247425362, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671624247425362\n", - "3519\n", - "18987667.040989995\n", - "{'n': 341, 'm': 978, 'k_avg': 5.736070381231672, 'intersection_count': 299, 'streets_per_node_avg': 2.941348973607038, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 235, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12316715542521994, 2: 0.0, 3: 0.6891495601173021, 4: 0.187683284457478}, 'edge_length_total': 186509.29599999977, 'edge_length_avg': 190.70480163599157, 'street_length_total': 93254.64800000002, 'street_length_avg': 190.70480163599186, 'street_segments_count': 489, 'node_density_km': 17.95902568039874, 'intersection_density_km': 15.74706357313555, 'edge_density_km': 9822.654652484121, 'street_density_km': 4911.327326242067, 'circuity_avg': 1.0227176450832431, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0227176450832431\n", - "3520\n", - "3992989.6788859107\n", - "{'n': 233, 'm': 575, 'k_avg': 4.935622317596566, 'intersection_count': 175, 'streets_per_node_avg': 2.5836909871244633, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 156, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24892703862660945, 2: 0.0, 3: 0.6695278969957081, 4: 0.0815450643776824}, 'edge_length_total': 54211.34899999997, 'edge_length_avg': 94.2806069565217, 'street_length_total': 27243.444999999978, 'street_length_avg': 92.98104095563133, 'street_segments_count': 293, 'node_density_km': 58.352267032408065, 'intersection_density_km': 43.826810002881594, 'edge_density_km': 13576.631386416595, 'street_density_km': 6822.818787651164, 'circuity_avg': 1.1484506920302604, 'self_loop_proportion': 0.0034782608695652175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1484506920302604\n", - "3521\n", - "20962119.105811413\n", - "{'n': 1002, 'm': 2492, 'k_avg': 4.974051896207585, 'intersection_count': 765, 'streets_per_node_avg': 2.63373253493014, 'streets_per_node_counts': {0: 0, 1: 237, 2: 1, 3: 656, 4: 108}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23652694610778444, 2: 0.000998003992015968, 3: 0.654690618762475, 4: 0.10778443113772455}, 'edge_length_total': 363687.55100000004, 'edge_length_avg': 145.9420349117175, 'street_length_total': 187903.44799999997, 'street_length_avg': 146.57055226209047, 'street_segments_count': 1282, 'node_density_km': 47.80051076621406, 'intersection_density_km': 36.49440193228918, 'edge_density_km': 17349.75119472408, 'street_density_km': 8963.952883366012, 'circuity_avg': 1.0884895301526514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0884895301526514\n", - "3522\n", - "5988916.121621416\n", - "{'n': 193, 'm': 488, 'k_avg': 5.05699481865285, 'intersection_count': 156, 'streets_per_node_avg': 2.673575129533679, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 146, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19170984455958548, 2: 0.0, 3: 0.7564766839378239, 4: 0.046632124352331605, 5: 0.0051813471502590676}, 'edge_length_total': 74346.26400000004, 'edge_length_avg': 152.34890163934435, 'street_length_total': 37173.13200000001, 'street_length_avg': 152.34890163934432, 'street_segments_count': 244, 'node_density_km': 32.22619854421136, 'intersection_density_km': 26.048119030554258, 'edge_density_km': 12413.976500955205, 'street_density_km': 6206.9882504776015, 'circuity_avg': 1.0468664186602388, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468664186602388\n", - "3523\n", - "729810114.4119791\n", - "error with entry 3523\n", - "3524\n", - "3992327.3446066226\n", - "{'n': 87, 'm': 246, 'k_avg': 5.655172413793103, 'intersection_count': 73, 'streets_per_node_avg': 3.0804597701149423, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 38, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16091954022988506, 2: 0.0, 3: 0.4367816091954023, 4: 0.40229885057471265}, 'edge_length_total': 47109.62200000001, 'edge_length_avg': 191.5025284552846, 'street_length_total': 23554.810999999994, 'street_length_avg': 191.5025284552845, 'street_segments_count': 123, 'node_density_km': 21.791800243417264, 'intersection_density_km': 18.28507376746506, 'edge_density_km': 11800.039909964316, 'street_density_km': 5900.0199549821555, 'circuity_avg': 1.0108113969004318, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0108113969004318\n", - "3525\n", - "20982456.273033723\n", - "{'n': 132, 'm': 374, 'k_avg': 5.666666666666667, 'intersection_count': 121, 'streets_per_node_avg': 2.9393939393939394, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 107, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.8106060606060606, 4: 0.10606060606060606}, 'edge_length_total': 115038.03000000012, 'edge_length_avg': 307.5883155080217, 'street_length_total': 57519.01499999999, 'street_length_avg': 307.58831550802137, 'street_segments_count': 187, 'node_density_km': 6.290969859884519, 'intersection_density_km': 5.7667223715608085, 'edge_density_km': 5482.5816626552405, 'street_density_km': 2741.290831327617, 'circuity_avg': 1.0667550727818254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667550727818254\n", - "3526\n", - "18990156.04924663\n", - "{'n': 278, 'm': 790, 'k_avg': 5.683453237410072, 'intersection_count': 247, 'streets_per_node_avg': 2.9964028776978417, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 186, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11151079136690648, 2: 0.0, 3: 0.6690647482014388, 4: 0.21942446043165467}, 'edge_length_total': 173931.6320000001, 'edge_length_avg': 220.16662278481024, 'street_length_total': 86965.81599999999, 'street_length_avg': 220.1666227848101, 'street_segments_count': 395, 'node_density_km': 14.639163537101565, 'intersection_density_km': 13.006738826129807, 'edge_density_km': 9159.041745046652, 'street_density_km': 4579.520872523322, 'circuity_avg': 1.0330266634107232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330266634107232\n", - "3527\n", - "10988243.099604081\n", - "{'n': 308, 'm': 798, 'k_avg': 5.181818181818182, 'intersection_count': 258, 'streets_per_node_avg': 2.7694805194805197, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 229, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16233766233766234, 2: 0.0, 3: 0.7435064935064936, 4: 0.09415584415584416}, 'edge_length_total': 110142.74800000008, 'edge_length_avg': 138.02349373433594, 'street_length_total': 55924.87400000001, 'street_length_avg': 135.73998543689322, 'street_segments_count': 412, 'node_density_km': 28.02995867565922, 'intersection_density_km': 23.479640708831425, 'edge_density_km': 10023.690502803733, 'street_density_km': 5089.519179095614, 'circuity_avg': 1.0630790343659058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630790343659058\n", - "3528\n", - "11979195.737761024\n", - "{'n': 59, 'm': 115, 'k_avg': 3.8983050847457625, 'intersection_count': 42, 'streets_per_node_avg': 2.4745762711864407, 'streets_per_node_counts': {0: 0, 1: 17, 2: 1, 3: 37, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.288135593220339, 2: 0.01694915254237288, 3: 0.6271186440677966, 4: 0.06779661016949153}, 'edge_length_total': 32268.80599999999, 'edge_length_avg': 280.5983130434782, 'street_length_total': 21361.013000000003, 'street_length_avg': 314.1325441176471, 'street_segments_count': 68, 'node_density_km': 4.9252054387941255, 'intersection_density_km': 3.50607844795514, 'edge_density_km': 2693.73726804394, 'street_density_km': 1783.175888233085, 'circuity_avg': 1.0699152231094664, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699152231094664\n", - "3529\n", - "4996882.77802922\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 204, 'm': 596, 'k_avg': 5.8431372549019605, 'intersection_count': 184, 'streets_per_node_avg': 2.9607843137254903, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 152, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09803921568627451, 2: 0.0, 3: 0.7450980392156863, 4: 0.1568627450980392}, 'edge_length_total': 57361.837999999996, 'edge_length_avg': 96.24469463087247, 'street_length_total': 28680.91899999999, 'street_length_avg': 96.24469463087246, 'street_segments_count': 298, 'node_density_km': 40.82545239943731, 'intersection_density_km': 36.82295706615914, 'edge_density_km': 11479.524445162913, 'street_density_km': 5739.762222581455, 'circuity_avg': 1.0708843742508258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708843742508258\n", - "3530\n", - "9981869.904796444\n", - "{'n': 290, 'm': 718, 'k_avg': 4.951724137931034, 'intersection_count': 232, 'streets_per_node_avg': 2.6620689655172414, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 214, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7379310344827587, 4: 0.06206896551724138}, 'edge_length_total': 111840.14599999973, 'edge_length_avg': 155.76622005570994, 'street_length_total': 55920.07300000005, 'street_length_avg': 155.76622005571045, 'street_segments_count': 359, 'node_density_km': 29.05267277232801, 'intersection_density_km': 23.242138217862408, 'edge_density_km': 11204.32815361166, 'street_density_km': 5602.164076805848, 'circuity_avg': 1.0950517250796912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0950517250796912\n", - "3531\n", - "2994448.3656620784\n", - "{'n': 25, 'm': 76, 'k_avg': 6.08, 'intersection_count': 23, 'streets_per_node_avg': 3.08, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 17, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08, 2: 0.0, 3: 0.68, 4: 0.24}, 'edge_length_total': 18809.980000000003, 'edge_length_avg': 247.4997368421053, 'street_length_total': 9404.99, 'street_length_avg': 247.49973684210525, 'street_segments_count': 38, 'node_density_km': 8.348783130368806, 'intersection_density_km': 7.680880479939302, 'edge_density_km': 6281.617748262986, 'street_density_km': 3140.8088741314928, 'circuity_avg': 1.1385969139455385, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1385969139455385\n", - "3532\n", - "11976823.210249297\n", - "{'n': 276, 'm': 735, 'k_avg': 5.326086956521739, 'intersection_count': 222, 'streets_per_node_avg': 2.782608695652174, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 175, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1956521739130435, 2: 0.0, 3: 0.6340579710144928, 4: 0.16666666666666666, 5: 0.0036231884057971015}, 'edge_length_total': 136041.63900000008, 'edge_length_avg': 185.09066530612256, 'street_length_total': 69831.84300000007, 'street_length_avg': 184.25288390501336, 'street_segments_count': 379, 'node_density_km': 23.044508143345556, 'intersection_density_km': 18.535800028343164, 'edge_density_km': 11358.741513657893, 'street_density_km': 5830.581429993949, 'circuity_avg': 1.0287990339618749, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287990339618749\n", - "3533\n", - "4990565.597913867\n", - "{'n': 123, 'm': 338, 'k_avg': 5.495934959349594, 'intersection_count': 107, 'streets_per_node_avg': 2.9186991869918697, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 85, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13008130081300814, 2: 0.0, 3: 0.6910569105691057, 4: 0.17886178861788618}, 'edge_length_total': 58991.27600000001, 'edge_length_avg': 174.53040236686394, 'street_length_total': 29495.637999999988, 'street_length_avg': 174.53040236686383, 'street_segments_count': 169, 'node_density_km': 24.646505007652017, 'intersection_density_km': 21.44045557576232, 'edge_density_km': 11820.559181640509, 'street_density_km': 5910.279590820251, 'circuity_avg': 1.0138705484721435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0138705484721435\n", - "3534\n", - "6986751.783625965\n", - "{'n': 78, 'm': 190, 'k_avg': 4.871794871794871, 'intersection_count': 55, 'streets_per_node_avg': 2.5256410256410255, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 46, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2948717948717949, 2: 0.0, 3: 0.5897435897435898, 4: 0.11538461538461539}, 'edge_length_total': 44047.25399999999, 'edge_length_avg': 231.8276526315789, 'street_length_total': 22023.626999999993, 'street_length_avg': 231.82765263157887, 'street_segments_count': 95, 'node_density_km': 11.163986129119328, 'intersection_density_km': 7.872041501302091, 'edge_density_km': 6304.396572843536, 'street_density_km': 3152.1982864217675, 'circuity_avg': 1.059577037531139, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059577037531139\n", - "3535\n", - "13990560.332514869\n", - "{'n': 805, 'm': 2370, 'k_avg': 5.888198757763975, 'intersection_count': 761, 'streets_per_node_avg': 3.1403726708074533, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 567, 4: 187, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0546583850931677, 2: 0.0, 3: 0.7043478260869566, 4: 0.23229813664596274, 5: 0.008695652173913044}, 'edge_length_total': 207887.162000001, 'edge_length_avg': 87.71610210970506, 'street_length_total': 109121.34699999992, 'street_length_avg': 87.36697117694149, 'street_segments_count': 1249, 'node_density_km': 57.53879622170197, 'intersection_density_km': 54.39381854001888, 'edge_density_km': 14859.10192723727, 'street_density_km': 7799.640929777174, 'circuity_avg': 1.0290068012641467, 'self_loop_proportion': 0.0008438818565400844, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290068012641467\n", - "3536\n", - "17965952.095876776\n", - "{'n': 833, 'm': 2200, 'k_avg': 5.282112845138055, 'intersection_count': 690, 'streets_per_node_avg': 2.807923169267707, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 566, 4: 122, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1716686674669868, 2: 0.0, 3: 0.6794717887154862, 4: 0.14645858343337334, 5: 0.0024009603841536613}, 'edge_length_total': 265762.1980000003, 'edge_length_avg': 120.80099909090924, 'street_length_total': 139310.80100000006, 'street_length_avg': 121.5626535776615, 'street_segments_count': 1146, 'node_density_km': 46.365480412873595, 'intersection_density_km': 38.40598017392891, 'edge_density_km': 14792.547401982292, 'street_density_km': 7754.156320608925, 'circuity_avg': 1.037888863485934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037888863485934\n", - "3537\n", - "4997300.449895412\n", - "{'n': 91, 'm': 256, 'k_avg': 5.626373626373627, 'intersection_count': 78, 'streets_per_node_avg': 2.923076923076923, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 59, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6483516483516484, 4: 0.2087912087912088}, 'edge_length_total': 44859.95399999998, 'edge_length_avg': 175.23419531249993, 'street_length_total': 22429.97699999999, 'street_length_avg': 175.23419531249993, 'street_segments_count': 128, 'node_density_km': 18.20983167059818, 'intersection_density_km': 15.608427146227012, 'edge_density_km': 8976.837484514035, 'street_density_km': 4488.418742257018, 'circuity_avg': 1.0215740130654474, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215740130654474\n", - "3538\n", - "10995467.217102177\n", - "{'n': 50, 'm': 126, 'k_avg': 5.04, 'intersection_count': 40, 'streets_per_node_avg': 2.72, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 34, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.68, 4: 0.12}, 'edge_length_total': 39446.657999999996, 'edge_length_avg': 313.06871428571424, 'street_length_total': 19723.329, 'street_length_avg': 313.0687142857143, 'street_segments_count': 63, 'node_density_km': 4.547328368387182, 'intersection_density_km': 3.637862694709746, 'edge_density_km': 3587.5381392293434, 'street_density_km': 1793.7690696146722, 'circuity_avg': 1.0893076769929477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0893076769929477\n", - "3539\n", - "13977786.834869323\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 436, 'm': 1013, 'k_avg': 4.646788990825688, 'intersection_count': 319, 'streets_per_node_avg': 2.522935779816514, 'streets_per_node_counts': {0: 0, 1: 117, 2: 2, 3: 289, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.268348623853211, 2: 0.0045871559633027525, 3: 0.6628440366972477, 4: 0.06422018348623854}, 'edge_length_total': 126977.81699999997, 'edge_length_avg': 125.34828923988151, 'street_length_total': 68826.11199999998, 'street_length_avg': 127.9295762081784, 'street_segments_count': 538, 'node_density_km': 31.1923486279204, 'intersection_density_km': 22.821924798868366, 'edge_density_km': 9084.257651092377, 'street_density_km': 4923.963486716273, 'circuity_avg': 1.0641412536320691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641412536320691\n", - "3540\n", - "12978632.56065913\n", - "{'n': 1105, 'm': 2990, 'k_avg': 5.411764705882353, 'intersection_count': 986, 'streets_per_node_avg': 2.9457013574660635, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 818, 4: 160, 5: 6, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1076923076923077, 2: 0.0, 3: 0.7402714932126697, 4: 0.14479638009049775, 5: 0.005429864253393665, 6: 0.0018099547511312218}, 'edge_length_total': 268571.3720000008, 'edge_length_avg': 89.82320133779291, 'street_length_total': 145690.2430000001, 'street_length_avg': 91.22745335003137, 'street_segments_count': 1597, 'node_density_km': 85.139940192889, 'intersection_density_km': 75.97102355673172, 'edge_density_km': 20693.348913667156, 'street_density_km': 11225.392376205858, 'circuity_avg': 1.073404380352481, 'self_loop_proportion': 0.002006688963210702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073404380352481\n", - "3541\n", - "23988257.546835057\n", - "{'n': 691, 'm': 1938, 'k_avg': 5.6092619392185235, 'intersection_count': 607, 'streets_per_node_avg': 2.9667149059334297, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 472, 4: 127, 5: 6, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12156295224312591, 2: 0.0, 3: 0.683068017366136, 4: 0.1837916063675832, 5: 0.008683068017366137, 6: 0.002894356005788712}, 'edge_length_total': 269265.9800000007, 'edge_length_avg': 138.94013415892707, 'street_length_total': 136279.982, 'street_length_avg': 136.82729116465862, 'street_segments_count': 996, 'node_density_km': 28.805760428863184, 'intersection_density_km': 25.304047149522365, 'edge_density_km': 11224.90783143717, 'street_density_km': 5681.112174734858, 'circuity_avg': 1.0565882620181442, 'self_loop_proportion': 0.0010319917440660474, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565882620181442\n", - "3542\n", - "9991246.406335704\n", - "{'n': 112, 'm': 263, 'k_avg': 4.696428571428571, 'intersection_count': 91, 'streets_per_node_avg': 2.6964285714285716, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 83, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.7410714285714286, 4: 0.07142857142857142}, 'edge_length_total': 57748.879, 'edge_length_avg': 219.5774866920152, 'street_length_total': 29493.03699999999, 'street_length_avg': 203.40025517241372, 'street_segments_count': 145, 'node_density_km': 11.209812614467996, 'intersection_density_km': 9.107972749255246, 'edge_density_km': 5779.947431121303, 'street_density_km': 2951.8876625140288, 'circuity_avg': 1.098822451417968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098822451417968\n", - "3543\n", - "71946192.36504894\n", - "{'n': 1298, 'm': 3278, 'k_avg': 5.0508474576271185, 'intersection_count': 970, 'streets_per_node_avg': 2.5577812018489983, 'streets_per_node_counts': {0: 0, 1: 328, 2: 0, 3: 888, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2526964560862866, 2: 0.0, 3: 0.6841294298921418, 4: 0.06317411402157165}, 'edge_length_total': 585020.6680000013, 'edge_length_avg': 178.4687821842591, 'street_length_total': 292573.649, 'street_length_avg': 178.39856646341462, 'street_segments_count': 1640, 'node_density_km': 18.04126052166954, 'intersection_density_km': 13.482297924514217, 'edge_density_km': 8131.363853581793, 'street_density_km': 4066.561959464176, 'circuity_avg': 1.048374158625336, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048374158625336\n", - "3544\n", - "6986469.474259075\n", - "{'n': 20, 'm': 50, 'k_avg': 5.0, 'intersection_count': 17, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.85}, 'edge_length_total': 17403.18, 'edge_length_avg': 348.0636, 'street_length_total': 8701.590000000002, 'street_length_avg': 348.06360000000006, 'street_segments_count': 25, 'node_density_km': 2.862676216318977, 'intersection_density_km': 2.43327478387113, 'edge_density_km': 2490.9834737159044, 'street_density_km': 1245.4917368579524, 'circuity_avg': 1.0765169194907744, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765169194907744\n", - "3545\n", - "5989700.720733875\n", - "{'n': 88, 'm': 230, 'k_avg': 5.2272727272727275, 'intersection_count': 69, 'streets_per_node_avg': 2.715909090909091, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 56, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159090909090909, 2: 0.0, 3: 0.6363636363636364, 4: 0.14772727272727273}, 'edge_length_total': 48680.224, 'edge_length_avg': 211.65314782608698, 'street_length_total': 24340.11200000001, 'street_length_avg': 211.65314782608704, 'street_segments_count': 115, 'node_density_km': 14.691885972763258, 'intersection_density_km': 11.519774228643918, 'edge_density_km': 8127.32159246106, 'street_density_km': 4063.6607962305316, 'circuity_avg': 1.025650131865871, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025650131865871\n", - "3546\n", - "5989852.809797461\n", - "{'n': 134, 'm': 424, 'k_avg': 6.3283582089552235, 'intersection_count': 129, 'streets_per_node_avg': 3.208955223880597, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 91, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03731343283582089, 2: 0.0, 3: 0.6791044776119403, 4: 0.2835820895522388}, 'edge_length_total': 64024.49800000005, 'edge_length_avg': 151.00117452830202, 'street_length_total': 32012.249, 'street_length_avg': 151.00117452830187, 'street_segments_count': 212, 'node_density_km': 22.371167415135705, 'intersection_density_km': 21.536422362332132, 'edge_density_km': 10688.826592746434, 'street_density_km': 5344.413296373213, 'circuity_avg': 1.0281016099304732, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0281016099304732\n", - "3547\n", - "181731460.89316764\n", - "error with entry 3547\n", - "3548\n", - "17981636.326267168\n", - "error with entry 3548\n", - "3549\n", - "3992609.2899920805\n", - "{'n': 596, 'm': 1496, 'k_avg': 5.02013422818792, 'intersection_count': 444, 'streets_per_node_avg': 2.577181208053691, 'streets_per_node_counts': {0: 0, 1: 152, 2: 0, 3: 393, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2550335570469799, 2: 0.0, 3: 0.6593959731543624, 4: 0.08389261744966443, 5: 0.0016778523489932886}, 'edge_length_total': 86613.00499999973, 'edge_length_avg': 57.89639371657736, 'street_length_total': 43522.078999999976, 'street_length_avg': 57.79824568393091, 'street_segments_count': 753, 'node_density_km': 149.27581356230883, 'intersection_density_km': 111.2054718484314, 'edge_density_km': 21693.33353431423, 'street_density_km': 10900.660655449787, 'circuity_avg': 1.0956824427141627, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0956824427141627\n", - "3550\n", - "17965552.47460913\n", - "{'n': 1117, 'm': 3212, 'k_avg': 5.7511190689346465, 'intersection_count': 1048, 'streets_per_node_avg': 3.1047448522829004, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 806, 4: 231, 5: 9, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06177260519247986, 2: 0.0, 3: 0.7215756490599821, 4: 0.20680393912264997, 5: 0.008057296329453895, 6: 0.0017905102954341987}, 'edge_length_total': 295904.3310000001, 'edge_length_avg': 92.1246360523039, 'street_length_total': 164178.608, 'street_length_avg': 96.12330679156909, 'street_segments_count': 1708, 'node_density_km': 62.17454217334345, 'intersection_density_km': 58.33385872664631, 'edge_density_km': 16470.650230111445, 'street_density_km': 9138.522638367791, 'circuity_avg': 1.041808380700789, 'self_loop_proportion': 0.0012453300124533001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041808380700789\n", - "3551\n", - "8996877.610289298\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 264, 'm': 626, 'k_avg': 4.742424242424242, 'intersection_count': 221, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 202, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16287878787878787, 2: 0.0, 3: 0.7651515151515151, 4: 0.06818181818181818, 5: 0.003787878787878788}, 'edge_length_total': 89221.98800000011, 'edge_length_avg': 142.52713738019187, 'street_length_total': 50092.563000000024, 'street_length_avg': 143.9441465517242, 'street_segments_count': 348, 'node_density_km': 29.343513542751303, 'intersection_density_km': 24.564077624803176, 'edge_density_km': 9916.99474692878, 'street_density_km': 5567.771972657665, 'circuity_avg': 1.0722213573104855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0722213573104855\n", - "3552\n", - "14971530.877894964\n", - "{'n': 2243, 'm': 6723, 'k_avg': 5.994650022291574, 'intersection_count': 2081, 'streets_per_node_avg': 3.1190370040124833, 'streets_per_node_counts': {0: 0, 1: 162, 2: 4, 3: 1487, 4: 585, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0722246990637539, 2: 0.0017833259028087382, 3: 0.6629514043691485, 4: 0.26081141328577795, 5: 0.002229157378510923}, 'edge_length_total': 492539.71199999994, 'edge_length_avg': 73.26189379741186, 'street_length_total': 253260.75600000034, 'street_length_avg': 73.60091717523986, 'street_segments_count': 3441, 'node_density_km': 149.81767851888316, 'intersection_density_km': 138.9971417734266, 'edge_density_km': 32898.420075880196, 'street_density_km': 16916.156274568595, 'circuity_avg': 1.0181074672050163, 'self_loop_proportion': 0.0005949724825226833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0181074672050163\n", - "3553\n", - "1998952.8516819668\n", - "{'n': 105, 'm': 304, 'k_avg': 5.79047619047619, 'intersection_count': 98, 'streets_per_node_avg': 3.066666666666667, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 78, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06666666666666667, 2: 0.0, 3: 0.7428571428571429, 4: 0.18095238095238095, 5: 0.009523809523809525}, 'edge_length_total': 29562.745999999974, 'edge_length_avg': 97.24587499999991, 'street_length_total': 14781.372999999994, 'street_length_avg': 97.24587499999996, 'street_segments_count': 152, 'node_density_km': 52.527502042707255, 'intersection_density_km': 49.025668573193435, 'edge_density_km': 14789.116199076518, 'street_density_km': 7394.5580995382625, 'circuity_avg': 1.0326211612871203, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326211612871203\n", - "3554\n", - "8989635.574327238\n", - "{'n': 105, 'm': 290, 'k_avg': 5.523809523809524, 'intersection_count': 84, 'streets_per_node_avg': 2.8285714285714287, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 60, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.5714285714285714, 4: 0.22857142857142856}, 'edge_length_total': 49296.346, 'edge_length_avg': 169.98739999999998, 'street_length_total': 24648.17300000001, 'street_length_avg': 169.98740000000006, 'street_segments_count': 145, 'node_density_km': 11.680117523324402, 'intersection_density_km': 9.344094018659522, 'edge_density_km': 5483.6868071472645, 'street_density_km': 2741.8434035736336, 'circuity_avg': 1.0316377467635232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0316377467635232\n", - "3555\n", - "5989169.008329969\n", - "{'n': 130, 'm': 344, 'k_avg': 5.292307692307692, 'intersection_count': 101, 'streets_per_node_avg': 2.707692307692308, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 81, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2230769230769231, 2: 0.0, 3: 0.6230769230769231, 4: 0.15384615384615385}, 'edge_length_total': 64634.49600000007, 'edge_length_avg': 187.89097674418625, 'street_length_total': 32317.248000000014, 'street_length_avg': 187.89097674418613, 'street_segments_count': 172, 'node_density_km': 21.705849312181865, 'intersection_density_km': 16.863775234848987, 'edge_density_km': 10791.8971580371, 'street_density_km': 5395.948579018546, 'circuity_avg': 1.0979646788768695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0979646788768695\n", - "3556\n", - "8984951.426518813\n", - "{'n': 131, 'm': 342, 'k_avg': 5.221374045801527, 'intersection_count': 102, 'streets_per_node_avg': 2.648854961832061, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 90, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22137404580152673, 2: 0.0, 3: 0.6870229007633588, 4: 0.0916030534351145}, 'edge_length_total': 61414.936000000045, 'edge_length_avg': 179.57583625731007, 'street_length_total': 30707.467999999986, 'street_length_avg': 179.57583625730987, 'street_segments_count': 171, 'node_density_km': 14.579934134463706, 'intersection_density_km': 11.352315127597695, 'edge_density_km': 6835.310853071028, 'street_density_km': 3417.65542653551, 'circuity_avg': 1.048621397591556, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048621397591556\n", - "3557\n", - "10993927.057867715\n", - "{'n': 63, 'm': 182, 'k_avg': 5.777777777777778, 'intersection_count': 57, 'streets_per_node_avg': 3.0476190476190474, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 42, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09523809523809523, 2: 0.0, 3: 0.6666666666666666, 4: 0.23809523809523808}, 'edge_length_total': 50632.825999999994, 'edge_length_avg': 278.2023406593406, 'street_length_total': 25316.41299999999, 'street_length_avg': 278.20234065934056, 'street_segments_count': 91, 'node_density_km': 5.730436418978654, 'intersection_density_km': 5.184680569552116, 'edge_density_km': 4605.526827082686, 'street_density_km': 2302.7634135413427, 'circuity_avg': 1.0121508506595684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0121508506595684\n", - "3558\n", - "69936222.3832183\n", - "error with entry 3558\n", - "3559\n", - "2994825.5442864047\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.5714285714285714, 4: 0.2857142857142857}, 'edge_length_total': 10624.771999999999, 'edge_length_avg': 758.9122857142856, 'street_length_total': 5312.386, 'street_length_avg': 758.9122857142858, 'street_segments_count': 7, 'node_density_km': 2.337364863657837, 'intersection_density_km': 2.003455597421003, 'edge_density_km': 3547.709822453657, 'street_density_km': 1773.854911226829, 'circuity_avg': 1.3734650515835818, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3734650515835818\n", - "3560\n", - "18988486.47284051\n", - "{'n': 420, 'm': 1070, 'k_avg': 5.095238095238095, 'intersection_count': 338, 'streets_per_node_avg': 2.6904761904761907, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 304, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19523809523809524, 2: 0.0, 3: 0.7238095238095238, 4: 0.08095238095238096}, 'edge_length_total': 175533.91500000007, 'edge_length_avg': 164.05038785046736, 'street_length_total': 89558.12800000003, 'street_length_avg': 161.0757697841727, 'street_segments_count': 556, 'node_density_km': 22.11866651935275, 'intersection_density_km': 17.80026019890769, 'edge_density_km': 9244.228877908126, 'street_density_km': 4716.443731736926, 'circuity_avg': 1.0467656585520855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467656585520855\n", - "3561\n", - "16967527.684596457\n", - "{'n': 334, 'm': 887, 'k_avg': 5.311377245508982, 'intersection_count': 286, 'streets_per_node_avg': 2.841317365269461, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 244, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1437125748502994, 2: 0.0, 3: 0.7305389221556886, 4: 0.12275449101796407, 5: 0.0029940119760479044}, 'edge_length_total': 139990.6439999999, 'edge_length_avg': 157.82485231116112, 'street_length_total': 73978.28000000001, 'street_length_avg': 159.09307526881724, 'street_segments_count': 465, 'node_density_km': 19.68465920366309, 'intersection_density_km': 16.855726144454025, 'edge_density_km': 8250.503349824317, 'street_density_km': 4359.991707404687, 'circuity_avg': 1.0811127184609932, 'self_loop_proportion': 0.002254791431792559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0811127184609932\n", - "3562\n", - "8984972.354084168\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 213, 'm': 638, 'k_avg': 5.990610328638498, 'intersection_count': 198, 'streets_per_node_avg': 3.0422535211267605, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 160, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07042253521126761, 2: 0.0, 3: 0.7511737089201878, 4: 0.17370892018779344, 5: 0.004694835680751174}, 'edge_length_total': 103915.20799999984, 'edge_length_avg': 162.87650156739787, 'street_length_total': 51957.60400000001, 'street_length_avg': 162.87650156739815, 'street_segments_count': 319, 'node_density_km': 23.706249903282085, 'intersection_density_km': 22.036795684741094, 'edge_density_km': 11565.445491077624, 'street_density_km': 5782.722745538822, 'circuity_avg': 1.0779794531397384, 'self_loop_proportion': 0.003134796238244514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779794531397384\n", - "3563\n", - "17993003.90032277\n", - "{'n': 237, 'm': 680, 'k_avg': 5.738396624472574, 'intersection_count': 214, 'streets_per_node_avg': 2.9915611814345993, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 170, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0970464135021097, 2: 0.0, 3: 0.7172995780590717, 4: 0.18565400843881857}, 'edge_length_total': 145743.00599999994, 'edge_length_avg': 214.3279499999999, 'street_length_total': 72871.50300000001, 'street_length_avg': 214.32795000000004, 'street_segments_count': 340, 'node_density_km': 13.171786173833295, 'intersection_density_km': 11.893511566246097, 'edge_density_km': 8099.981904488194, 'street_density_km': 4049.9909522441, 'circuity_avg': 1.0318758828282375, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0318758828282375\n", - "3564\n", - "6995700.1349855075\n", - "{'n': 19, 'm': 44, 'k_avg': 4.631578947368421, 'intersection_count': 13, 'streets_per_node_avg': 2.6315789473684212, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 8, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.42105263157894735, 4: 0.2631578947368421}, 'edge_length_total': 19803.524000000005, 'edge_length_avg': 450.08009090909104, 'street_length_total': 9901.762000000002, 'street_length_avg': 450.08009090909104, 'street_segments_count': 22, 'node_density_km': 2.7159540336757675, 'intersection_density_km': 1.8582843388307884, 'edge_density_km': 2830.8137309892045, 'street_density_km': 1415.4068654946022, 'circuity_avg': 1.096716298279279, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.096716298279279\n", - "3565\n", - "6987252.175239459\n", - "{'n': 146, 'm': 409, 'k_avg': 5.602739726027397, 'intersection_count': 121, 'streets_per_node_avg': 2.958904109589041, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 77, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17123287671232876, 2: 0.0, 3: 0.5273972602739726, 4: 0.3013698630136986}, 'edge_length_total': 65684.48399999992, 'edge_length_avg': 160.59776039119785, 'street_length_total': 33271.551999999996, 'street_length_avg': 159.9593846153846, 'street_segments_count': 208, 'node_density_km': 20.895195470027023, 'intersection_density_km': 17.317251040227877, 'edge_density_km': 9400.617346081239, 'street_density_km': 4761.750565966908, 'circuity_avg': 1.0418096043570604, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418096043570604\n", - "3566\n", - "8985976.32078379\n", - "{'n': 317, 'm': 786, 'k_avg': 4.958990536277603, 'intersection_count': 255, 'streets_per_node_avg': 2.6813880126182967, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 232, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19558359621451105, 2: 0.0, 3: 0.7318611987381703, 4: 0.07255520504731862}, 'edge_length_total': 93505.4659999999, 'edge_length_avg': 118.96369720101768, 'street_length_total': 51729.878999999986, 'street_length_avg': 124.35067067307689, 'street_segments_count': 416, 'node_density_km': 35.27719066728523, 'intersection_density_km': 28.377550852232602, 'edge_density_km': 10405.710260300799, 'street_density_km': 5756.734399617016, 'circuity_avg': 1.0715017896881724, 'self_loop_proportion': 0.002544529262086514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715017896881724\n", - "3567\n", - "8984915.068525743\n", - "{'n': 222, 'm': 567, 'k_avg': 5.108108108108108, 'intersection_count': 201, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 159, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0945945945945946, 2: 0.0, 3: 0.7162162162162162, 4: 0.1891891891891892}, 'edge_length_total': 81769.01400000018, 'edge_length_avg': 144.2134285714289, 'street_length_total': 48081.325, 'street_length_avg': 148.85859133126934, 'street_segments_count': 323, 'node_density_km': 24.708079965905128, 'intersection_density_km': 22.37082915831951, 'edge_density_km': 9100.699714618111, 'street_density_km': 5351.338842192222, 'circuity_avg': 1.0779257694478959, 'self_loop_proportion': 0.007054673721340388, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0779257694478959\n", - "3568\n", - "4992432.77536468\n", - "{'n': 76, 'm': 190, 'k_avg': 5.0, 'intersection_count': 60, 'streets_per_node_avg': 2.6447368421052633, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 55, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.0, 3: 0.7236842105263158, 4: 0.06578947368421052}, 'edge_length_total': 29082.043999999998, 'edge_length_avg': 153.0633894736842, 'street_length_total': 14541.021999999997, 'street_length_avg': 153.06338947368417, 'street_segments_count': 95, 'node_density_km': 15.22303923149941, 'intersection_density_km': 12.018188866973217, 'edge_density_km': 5825.224957160421, 'street_density_km': 2912.61247858021, 'circuity_avg': 1.1969313632703964, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1969313632703964\n", - "3569\n", - "5996830.280482054\n", - "{'n': 14, 'm': 25, 'k_avg': 3.5714285714285716, 'intersection_count': 12, 'streets_per_node_avg': 2.9285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 9, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6428571428571429, 4: 0.21428571428571427}, 'edge_length_total': 16255.269999999999, 'edge_length_avg': 650.2108, 'street_length_total': 8267.787999999999, 'street_length_avg': 459.3215555555555, 'street_segments_count': 18, 'node_density_km': 2.3345666535813003, 'intersection_density_km': 2.0010571316411148, 'edge_density_km': 2710.6436633543217, 'street_density_km': 1378.6930116914023, 'circuity_avg': 1.0140395244797016, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0140395244797016\n", - "3570\n", - "18981671.381511543\n", - "{'n': 324, 'm': 864, 'k_avg': 5.333333333333333, 'intersection_count': 252, 'streets_per_node_avg': 2.808641975308642, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 170, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5246913580246914, 4: 0.25308641975308643}, 'edge_length_total': 180961.01500000016, 'edge_length_avg': 209.44561921296315, 'street_length_total': 90508.04499999997, 'street_length_avg': 209.0255080831408, 'street_segments_count': 433, 'node_density_km': 17.069097525077865, 'intersection_density_km': 13.275964741727227, 'edge_density_km': 9533.460534790374, 'street_density_km': 4768.181008978813, 'circuity_avg': 1.020101962516887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020101962516887\n", - "3571\n", - "10978991.718310352\n", - "{'n': 456, 'm': 1125, 'k_avg': 4.934210526315789, 'intersection_count': 437, 'streets_per_node_avg': 3.175438596491228, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 324, 4: 108, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.041666666666666664, 2: 0.0, 3: 0.7105263157894737, 4: 0.23684210526315788, 5: 0.010964912280701754}, 'edge_length_total': 147336.79999999987, 'edge_length_avg': 130.96604444444432, 'street_length_total': 91210.69499999998, 'street_length_avg': 130.48740343347637, 'street_segments_count': 699, 'node_density_km': 41.53386865567083, 'intersection_density_km': 39.80329079501788, 'edge_density_km': 13419.884428392186, 'street_density_km': 8307.747864303621, 'circuity_avg': 1.0194124669151674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0194124669151674\n", - "3572\n", - "5992245.015492968\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 301, 'm': 770, 'k_avg': 5.116279069767442, 'intersection_count': 232, 'streets_per_node_avg': 2.647840531561462, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 200, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2292358803986711, 2: 0.0, 3: 0.6644518272425249, 4: 0.10631229235880399}, 'edge_length_total': 86301.21000000004, 'edge_length_avg': 112.07949350649355, 'street_length_total': 43727.794999999925, 'street_length_avg': 112.7005025773194, 'street_segments_count': 388, 'node_density_km': 50.23159086815769, 'intersection_density_km': 38.716707911669715, 'edge_density_km': 14402.149741352028, 'street_density_km': 7297.397701018829, 'circuity_avg': 1.0475251401961965, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475251401961965\n", - "3573\n", - "5988461.185268354\n", - "{'n': 251, 'm': 616, 'k_avg': 4.908366533864542, 'intersection_count': 188, 'streets_per_node_avg': 2.593625498007968, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 165, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.250996015936255, 2: 0.0, 3: 0.6573705179282868, 4: 0.08764940239043825, 5: 0.00398406374501992}, 'edge_length_total': 88336.14799999988, 'edge_length_avg': 143.40283766233748, 'street_length_total': 44168.073999999986, 'street_length_avg': 143.40283766233762, 'street_segments_count': 308, 'node_density_km': 41.913939530485955, 'intersection_density_km': 31.393707696140872, 'edge_density_km': 14751.059624016147, 'street_density_km': 7375.529812008081, 'circuity_avg': 1.062997327571529, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062997327571529\n", - "3574\n", - "10991504.560376491\n", - "{'n': 128, 'm': 316, 'k_avg': 4.9375, 'intersection_count': 100, 'streets_per_node_avg': 2.6328125, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 91, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21875, 2: 0.0, 3: 0.7109375, 4: 0.0703125}, 'edge_length_total': 62183.628000000004, 'edge_length_avg': 196.78363291139243, 'street_length_total': 31091.813999999995, 'street_length_avg': 196.78363291139237, 'street_segments_count': 158, 'node_density_km': 11.645357493771137, 'intersection_density_km': 9.0979355420087, 'edge_density_km': 5657.426393122475, 'street_density_km': 2828.7131965612366, 'circuity_avg': 1.044260803409706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044260803409706\n", - "3575\n", - "4990352.293384789\n", - "{'n': 11, 'm': 26, 'k_avg': 4.7272727272727275, 'intersection_count': 9, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7272727272727273, 4: 0.09090909090909091}, 'edge_length_total': 10419.446, 'edge_length_avg': 400.7479230769231, 'street_length_total': 5209.722999999999, 'street_length_avg': 400.74792307692303, 'street_segments_count': 13, 'node_density_km': 2.204253197631278, 'intersection_density_km': 1.8034798889710455, 'edge_density_km': 2087.9179239133114, 'street_density_km': 1043.9589619566557, 'circuity_avg': 1.0618884180346193, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618884180346193\n", - "3576\n", - "4992777.876834365\n", - "{'n': 396, 'm': 1135, 'k_avg': 5.732323232323233, 'intersection_count': 368, 'streets_per_node_avg': 3.1085858585858586, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 272, 4: 93, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0707070707070707, 2: 0.0, 3: 0.6868686868686869, 4: 0.23484848484848486, 5: 0.007575757575757576}, 'edge_length_total': 93392.04400000007, 'edge_length_avg': 82.28373920704851, 'street_length_total': 49936.15999999999, 'street_length_avg': 83.50528428093644, 'street_segments_count': 598, 'node_density_km': 79.31456390987717, 'intersection_density_km': 73.70646343140099, 'edge_density_km': 18705.42738008097, 'street_density_km': 10001.678671045078, 'circuity_avg': 1.0535379485045702, 'self_loop_proportion': 0.001762114537444934, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535379485045702\n", - "3577\n", - "3995856.6140356734\n", - "{'n': 40, 'm': 90, 'k_avg': 4.5, 'intersection_count': 28, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.7}, 'edge_length_total': 19485.748000000007, 'edge_length_avg': 216.5083111111112, 'street_length_total': 9742.874000000003, 'street_length_avg': 216.5083111111112, 'street_segments_count': 45, 'node_density_km': 10.010369205816277, 'intersection_density_km': 7.007258444071394, 'edge_density_km': 4876.488293287404, 'street_density_km': 2438.244146643702, 'circuity_avg': 1.04516457854539, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04516457854539\n", - "3578\n", - "15974739.456322547\n", - "{'n': 1172, 'm': 3320, 'k_avg': 5.665529010238908, 'intersection_count': 1107, 'streets_per_node_avg': 3.131399317406143, 'streets_per_node_counts': {0: 0, 1: 65, 2: 1, 3: 836, 4: 257, 5: 11, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05546075085324232, 2: 0.0008532423208191126, 3: 0.7133105802047781, 4: 0.21928327645051193, 5: 0.00938566552901024, 6: 0.0017064846416382253}, 'edge_length_total': 290496.1000000004, 'edge_length_avg': 87.49882530120493, 'street_length_total': 165632.37099999996, 'street_length_avg': 91.45906736609605, 'street_segments_count': 1811, 'node_density_km': 73.36582879516956, 'intersection_density_km': 69.29690484321902, 'edge_density_km': 18184.715988280277, 'street_density_km': 10368.392639696249, 'circuity_avg': 1.0654710963626117, 'self_loop_proportion': 0.0006024096385542169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654710963626117\n", - "3579\n", - "179669525.14817226\n", - "{'n': 8339, 'm': 21787, 'k_avg': 5.225326777791102, 'intersection_count': 6790, 'streets_per_node_avg': 2.757524883079506, 'streets_per_node_counts': {0: 0, 1: 1549, 2: 3, 3: 5715, 4: 1065, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1857536874925051, 2: 0.0003597553663508814, 3: 0.6853339728984291, 4: 0.1277131550545629, 5: 0.0008394291881520566}, 'edge_length_total': 2839985.84299999, 'edge_length_avg': 130.35231298480699, 'street_length_total': 1470376.5150000022, 'street_length_avg': 129.29797001406985, 'street_segments_count': 11372, 'node_density_km': 46.41299070124932, 'intersection_density_km': 37.79160653093691, 'edge_density_km': 15806.71981326757, 'street_density_km': 8183.783609309328, 'circuity_avg': 1.0606359431744743, 'self_loop_proportion': 0.001285170055537706, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606359431744743\n", - "3580\n", - "7985648.584630631\n", - "{'n': 167, 'm': 458, 'k_avg': 5.485029940119761, 'intersection_count': 147, 'streets_per_node_avg': 2.92814371257485, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 120, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11976047904191617, 2: 0.0, 3: 0.718562874251497, 4: 0.15568862275449102, 5: 0.005988023952095809}, 'edge_length_total': 82312.08799999997, 'edge_length_avg': 179.72071615720517, 'street_length_total': 41156.04400000003, 'street_length_avg': 179.72071615720537, 'street_segments_count': 229, 'node_density_km': 20.91251552458897, 'intersection_density_km': 18.408022647392684, 'edge_density_km': 10307.501905157682, 'street_density_km': 5153.750952578846, 'circuity_avg': 1.0203994986167568, 'self_loop_proportion': 0.004366812227074236, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0203994986167568\n", - "3581\n", - "36978513.206741825\n", - "{'n': 1050, 'm': 2750, 'k_avg': 5.238095238095238, 'intersection_count': 841, 'streets_per_node_avg': 2.7104761904761903, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 730, 4: 108, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19904761904761906, 2: 0.0, 3: 0.6952380952380952, 4: 0.10285714285714286, 5: 0.002857142857142857}, 'edge_length_total': 421712.5720000002, 'edge_length_avg': 153.35002618181827, 'street_length_total': 213026.463, 'street_length_avg': 153.0362521551724, 'street_segments_count': 1392, 'node_density_km': 28.394867963717015, 'intersection_density_km': 22.74293710236763, 'edge_density_km': 11404.259810075726, 'street_density_km': 5760.817418726331, 'circuity_avg': 1.0473982076260429, 'self_loop_proportion': 0.0007272727272727272, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473982076260429\n", - "3582\n", - "8996303.333945474\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 118, 'm': 298, 'k_avg': 5.0508474576271185, 'intersection_count': 88, 'streets_per_node_avg': 2.6186440677966103, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 74, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2542372881355932, 2: 0.0, 3: 0.6271186440677966, 4: 0.11016949152542373, 5: 0.00847457627118644}, 'edge_length_total': 55843.07599999996, 'edge_length_avg': 187.39287248322134, 'street_length_total': 27921.537999999986, 'street_length_avg': 187.3928724832214, 'street_segments_count': 149, 'node_density_km': 13.116498590566, 'intersection_density_km': 9.781795559066168, 'edge_density_km': 6207.3358275158425, 'street_density_km': 3103.667913757922, 'circuity_avg': 1.066996305846184, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066996305846184\n", - "3583\n", - "10979942.206665583\n", - "{'n': 480, 'm': 1191, 'k_avg': 4.9625, 'intersection_count': 356, 'streets_per_node_avg': 2.5708333333333333, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 314, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25833333333333336, 2: 0.0, 3: 0.6541666666666667, 4: 0.0875}, 'edge_length_total': 162380.90600000016, 'edge_length_avg': 136.339971452561, 'street_length_total': 81278.00099999999, 'street_length_avg': 135.46333499999997, 'street_segments_count': 600, 'node_density_km': 43.71607709452303, 'intersection_density_km': 32.42275717843791, 'edge_density_km': 14788.867094530218, 'street_density_km': 7402.4069954265, 'circuity_avg': 1.0373872824336072, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373872824336072\n", - "3584\n", - "10985538.345910847\n", - "{'n': 1079, 'm': 3204, 'k_avg': 5.938832252085264, 'intersection_count': 1016, 'streets_per_node_avg': 3.0806302131603336, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 805, 4: 209, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05838739573679333, 2: 0.0, 3: 0.7460611677479148, 4: 0.1936978683966636, 5: 0.0018535681186283596}, 'edge_length_total': 252950.17799999967, 'edge_length_avg': 78.94824531835195, 'street_length_total': 130752.63000000015, 'street_length_avg': 79.67862888482642, 'street_segments_count': 1641, 'node_density_km': 98.22003856566909, 'intersection_density_km': 92.48522630465227, 'edge_density_km': 23025.742574933112, 'street_density_km': 11902.250566415825, 'circuity_avg': 1.0251195078554858, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0251195078554858\n", - "3585\n", - "105895734.73579498\n", - "error with entry 3585\n", - "3586\n", - "6994405.953833928\n", - "{'n': 116, 'm': 314, 'k_avg': 5.413793103448276, 'intersection_count': 102, 'streets_per_node_avg': 2.836206896551724, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 93, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1206896551724138, 2: 0.0, 3: 0.8017241379310345, 4: 0.07758620689655173}, 'edge_length_total': 69855.89600000004, 'edge_length_avg': 222.47100636942687, 'street_length_total': 34927.948, 'street_length_avg': 222.47100636942673, 'street_segments_count': 157, 'node_density_km': 16.5846822111341, 'intersection_density_km': 14.58308263392826, 'edge_density_km': 9987.395135638228, 'street_density_km': 4993.697567819111, 'circuity_avg': 1.0426318223906923, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426318223906923\n", - "3587\n", - "9980510.521703668\n", - "{'n': 169, 'm': 473, 'k_avg': 5.597633136094674, 'intersection_count': 151, 'streets_per_node_avg': 3.0059171597633134, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 114, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10650887573964497, 2: 0.0, 3: 0.6745562130177515, 4: 0.21893491124260356}, 'edge_length_total': 79975.99699999997, 'edge_length_avg': 169.08244608879488, 'street_length_total': 41658.29299999996, 'street_length_avg': 167.97698790322565, 'street_segments_count': 248, 'node_density_km': 16.93300153659392, 'intersection_density_km': 15.129486580033621, 'edge_density_km': 8013.21704196231, 'street_density_km': 4173.964138348398, 'circuity_avg': 1.019405722052836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.019405722052836\n", - "3588\n", - "6990762.974181188\n", - "{'n': 250, 'm': 708, 'k_avg': 5.664, 'intersection_count': 218, 'streets_per_node_avg': 2.896, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 180, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.128, 2: 0.0, 3: 0.72, 4: 0.152}, 'edge_length_total': 98773.40200000005, 'edge_length_avg': 139.51045480225994, 'street_length_total': 49386.70100000001, 'street_length_avg': 139.51045480225991, 'street_segments_count': 354, 'node_density_km': 35.76147566772308, 'intersection_density_km': 31.184006782254528, 'edge_density_km': 14129.130448964928, 'street_density_km': 7064.565224482461, 'circuity_avg': 1.0420712362374194, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420712362374194\n", - "3589\n", - "319612767.9453589\n", - "error with entry 3589\n", - "3590\n", - "5989865.428285604\n", - "{'n': 137, 'm': 323, 'k_avg': 4.7153284671532845, 'intersection_count': 124, 'streets_per_node_avg': 2.934306569343066, 'streets_per_node_counts': {0: 0, 1: 13, 2: 1, 3: 105, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0948905109489051, 2: 0.0072992700729927005, 3: 0.7664233576642335, 4: 0.13138686131386862}, 'edge_length_total': 45026.02800000001, 'edge_length_avg': 139.3994674922601, 'street_length_total': 26142.569999999985, 'street_length_avg': 135.4537305699481, 'street_segments_count': 193, 'node_density_km': 22.871966263724826, 'intersection_density_km': 20.701633698553856, 'edge_density_km': 7517.034988361531, 'street_density_km': 4364.467000635506, 'circuity_avg': 1.0473486251726631, 'self_loop_proportion': 0.0030959752321981426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473486251726631\n", - "3591\n", - "12976922.885254046\n", - "{'n': 621, 'm': 1865, 'k_avg': 6.006441223832528, 'intersection_count': 567, 'streets_per_node_avg': 3.1207729468599035, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 387, 4: 177, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.6231884057971014, 4: 0.28502415458937197, 5: 0.004830917874396135}, 'edge_length_total': 236087.09600000017, 'edge_length_avg': 126.58825522788213, 'street_length_total': 119126.63999999993, 'street_length_avg': 126.32729586426291, 'street_segments_count': 943, 'node_density_km': 47.85417972281052, 'intersection_density_km': 43.692946703435695, 'edge_density_km': 18192.841098583624, 'street_density_km': 9179.88347879959, 'circuity_avg': 1.023065097694955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023065097694955\n", - "3592\n", - "13974177.111891283\n", - "{'n': 252, 'm': 706, 'k_avg': 5.603174603174603, 'intersection_count': 210, 'streets_per_node_avg': 2.9484126984126986, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 139, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.5515873015873016, 4: 0.28174603174603174}, 'edge_length_total': 134669.84200000015, 'edge_length_avg': 190.75048441926367, 'street_length_total': 67502.56399999995, 'street_length_avg': 190.68520903954789, 'street_segments_count': 354, 'node_density_km': 18.033262208016627, 'intersection_density_km': 15.027718506680522, 'edge_density_km': 9637.049890072114, 'street_density_km': 4830.521572719932, 'circuity_avg': 1.015979629549037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015979629549037\n", - "3593\n", - "21958682.46315835\n", - "{'n': 1185, 'm': 2994, 'k_avg': 5.053164556962026, 'intersection_count': 948, 'streets_per_node_avg': 2.7569620253164557, 'streets_per_node_counts': {0: 0, 1: 237, 2: 3, 3: 762, 4: 178, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.002531645569620253, 3: 0.6430379746835443, 4: 0.150210970464135, 5: 0.0033755274261603376, 6: 0.0008438818565400844}, 'edge_length_total': 357340.86399999936, 'edge_length_avg': 119.35232598530372, 'street_length_total': 195865.93000000014, 'street_length_avg': 121.42959082455062, 'street_segments_count': 1613, 'node_density_km': 53.96498637785574, 'intersection_density_km': 43.17198910228459, 'edge_density_km': 16273.328994102249, 'street_density_km': 8919.748729397512, 'circuity_avg': 1.0513167868752782, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513167868752782\n", - "3594\n", - "4992135.993383998\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 116, 'm': 292, 'k_avg': 5.0344827586206895, 'intersection_count': 92, 'streets_per_node_avg': 2.6551724137931036, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 84, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0, 3: 0.7241379310344828, 4: 0.06896551724137931}, 'edge_length_total': 46899.16199999999, 'edge_length_avg': 160.61356849315064, 'street_length_total': 23449.581, 'street_length_avg': 160.61356849315067, 'street_segments_count': 146, 'node_density_km': 23.236546471036252, 'intersection_density_km': 18.428985132201166, 'edge_density_km': 9394.608252290149, 'street_density_km': 4697.304126145075, 'circuity_avg': 1.0924463417356047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0924463417356047\n", - "3595\n", - "15982040.262961138\n", - "{'n': 263, 'm': 708, 'k_avg': 5.38403041825095, 'intersection_count': 212, 'streets_per_node_avg': 2.741444866920152, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 179, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19391634980988592, 2: 0.0, 3: 0.6806083650190115, 4: 0.12167300380228137, 5: 0.0038022813688212928}, 'edge_length_total': 113501.44399999994, 'edge_length_avg': 160.31277401129935, 'street_length_total': 56750.722, 'street_length_avg': 160.31277401129944, 'street_segments_count': 354, 'node_density_km': 16.455971557618362, 'intersection_density_km': 13.264889620589708, 'edge_density_km': 7101.811917158222, 'street_density_km': 3550.905958579113, 'circuity_avg': 1.0897450465840484, 'self_loop_proportion': 0.002824858757062147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0897450465840484\n", - "3596\n", - "10982451.27866689\n", - "{'n': 569, 'm': 1632, 'k_avg': 5.736379613356767, 'intersection_count': 519, 'streets_per_node_avg': 3.0579964850615116, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 388, 4: 129, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08787346221441125, 2: 0.0, 3: 0.6818980667838312, 4: 0.22671353251318102, 5: 0.0035149384885764497}, 'edge_length_total': 160714.06300000026, 'edge_length_avg': 98.47675428921585, 'street_length_total': 86050.39599999995, 'street_length_avg': 100.05859999999994, 'street_segments_count': 860, 'node_density_km': 51.809927088433064, 'intersection_density_km': 47.25720941809624, 'edge_density_km': 14633.715089834535, 'street_density_km': 7835.263168173619, 'circuity_avg': 1.0331602486007279, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0331602486007279\n", - "3597\n", - "11977220.079200052\n", - "{'n': 339, 'm': 892, 'k_avg': 5.262536873156342, 'intersection_count': 280, 'streets_per_node_avg': 2.728613569321534, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 254, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17404129793510326, 2: 0.0, 3: 0.7492625368731564, 4: 0.07669616519174041}, 'edge_length_total': 141160.65000000002, 'edge_length_avg': 158.2518497757848, 'street_length_total': 70792.14300000005, 'street_length_avg': 157.66624276169279, 'street_segments_count': 449, 'node_density_km': 28.30372972679329, 'intersection_density_km': 23.377711868737823, 'edge_density_km': 11785.760724656237, 'street_density_km': 5910.565434373166, 'circuity_avg': 1.0397147151762258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397147151762258\n", - "3598\n", - "28962354.51030244\n", - "{'n': 774, 'm': 1762, 'k_avg': 4.552971576227391, 'intersection_count': 499, 'streets_per_node_avg': 2.3165374677002584, 'streets_per_node_counts': {0: 0, 1: 275, 2: 0, 3: 478, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.355297157622739, 2: 0.0, 3: 0.6175710594315246, 4: 0.027131782945736434}, 'edge_length_total': 291691.84200000047, 'edge_length_avg': 165.5458808172534, 'street_length_total': 145845.921, 'street_length_avg': 165.54588081725313, 'street_segments_count': 881, 'node_density_km': 26.724346590145977, 'intersection_density_km': 17.229262207342174, 'edge_density_km': 10071.413285692652, 'street_density_km': 5035.706642846318, 'circuity_avg': 1.0765740730929625, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765740730929625\n", - "3599\n", - "10986160.471431995\n", - "{'n': 208, 'm': 468, 'k_avg': 4.5, 'intersection_count': 143, 'streets_per_node_avg': 2.4134615384615383, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 135, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3125, 2: 0.0, 3: 0.6490384615384616, 4: 0.038461538461538464}, 'edge_length_total': 87956.40400000001, 'edge_length_avg': 187.9410341880342, 'street_length_total': 43978.20200000004, 'street_length_avg': 187.94103418803437, 'street_segments_count': 234, 'node_density_km': 18.932911142238954, 'intersection_density_km': 13.016376410289281, 'edge_density_km': 8006.109525590727, 'street_density_km': 4003.0547627953665, 'circuity_avg': 1.0739697013425424, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0739697013425424\n", - "3600\n", - "3992289.140957985\n", - "{'n': 23, 'm': 62, 'k_avg': 5.391304347826087, 'intersection_count': 20, 'streets_per_node_avg': 2.9565217391304346, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 15, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13043478260869565, 2: 0.0, 3: 0.6521739130434783, 4: 0.21739130434782608}, 'edge_length_total': 21262.45400000001, 'edge_length_avg': 342.942806451613, 'street_length_total': 10631.226999999999, 'street_length_avg': 342.94280645161285, 'street_segments_count': 31, 'node_density_km': 5.761105768627005, 'intersection_density_km': 5.009657190110439, 'edge_density_km': 5325.880278024626, 'street_density_km': 2662.9401390123116, 'circuity_avg': 1.0014031742109517, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0014031742109517\n", - "3601\n", - "50902633.004731365\n", - "{'n': 1552, 'm': 4179, 'k_avg': 5.385309278350515, 'intersection_count': 1250, 'streets_per_node_avg': 2.7622422680412373, 'streets_per_node_counts': {0: 0, 1: 302, 2: 0, 3: 1015, 4: 235}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19458762886597938, 2: 0.0, 3: 0.6539948453608248, 4: 0.15141752577319587}, 'edge_length_total': 710613.4619999955, 'edge_length_avg': 170.04390093323656, 'street_length_total': 355564.3970000005, 'street_length_avg': 169.47778693994306, 'street_segments_count': 2098, 'node_density_km': 30.48958194079553, 'intersection_density_km': 24.556686485821142, 'edge_density_km': 13960.249599150293, 'street_density_km': 6985.186738119245, 'circuity_avg': 1.045023296989556, 'self_loop_proportion': 0.000957166786312515, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045023296989556\n", - "3602\n", - "5991891.854015007\n", - "{'n': 176, 'm': 506, 'k_avg': 5.75, 'intersection_count': 159, 'streets_per_node_avg': 3.0113636363636362, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 123, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09659090909090909, 2: 0.0, 3: 0.6988636363636364, 4: 0.20454545454545456}, 'edge_length_total': 89499.19999999991, 'edge_length_avg': 176.87588932806307, 'street_length_total': 44749.59999999999, 'street_length_avg': 176.8758893280632, 'street_segments_count': 253, 'node_density_km': 29.37302679821684, 'intersection_density_km': 26.535859437025444, 'edge_density_km': 14936.718181925944, 'street_density_km': 7468.359090962978, 'circuity_avg': 1.011135029617352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.011135029617352\n", - "3603\n", - "12977398.030545365\n", - "{'n': 914, 'm': 2618, 'k_avg': 5.728665207877461, 'intersection_count': 837, 'streets_per_node_avg': 3.0656455142231946, 'streets_per_node_counts': {0: 0, 1: 77, 2: 2, 3: 623, 4: 208, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08424507658643327, 2: 0.002188183807439825, 3: 0.6816192560175055, 4: 0.2275711159737418, 5: 0.00437636761487965}, 'edge_length_total': 243696.60099999988, 'edge_length_avg': 93.08502711993884, 'street_length_total': 131258.37999999995, 'street_length_avg': 94.83986994219649, 'street_segments_count': 1384, 'node_density_km': 70.43014307249308, 'intersection_density_km': 64.49675027535746, 'edge_density_km': 18778.54100077708, 'street_density_km': 10114.383460463525, 'circuity_avg': 1.0519938017859034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519938017859034\n", - "3604\n", - "16977247.030102342\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 209, 'm': 535, 'k_avg': 5.119617224880383, 'intersection_count': 170, 'streets_per_node_avg': 2.751196172248804, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 144, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18660287081339713, 2: 0.0, 3: 0.6889952153110048, 4: 0.12440191387559808}, 'edge_length_total': 127589.816, 'edge_length_avg': 238.4856373831776, 'street_length_total': 65064.679, 'street_length_avg': 234.04560791366904, 'street_segments_count': 278, 'node_density_km': 12.3105942694609, 'intersection_density_km': 10.01340203736054, 'edge_density_km': 7515.341902828568, 'street_density_km': 3832.4634662282915, 'circuity_avg': 1.113457073433514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.113457073433514\n", - "3605\n", - "2994265.7871485613\n", - "{'n': 200, 'm': 516, 'k_avg': 5.16, 'intersection_count': 189, 'streets_per_node_avg': 3.11, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 147, 4: 40, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.055, 2: 0.0, 3: 0.735, 4: 0.2, 5: 0.01}, 'edge_length_total': 46409.74399999998, 'edge_length_avg': 89.94136434108523, 'street_length_total': 25645.607, 'street_length_avg': 86.93426101694915, 'street_segments_count': 295, 'node_density_km': 66.79433764978491, 'intersection_density_km': 63.120649079046736, 'edge_density_km': 15499.540554880388, 'street_density_km': 8564.906665958437, 'circuity_avg': 1.0366508517864903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366508517864903\n", - "3606\n", - "4990952.995692488\n", - "{'n': 184, 'm': 474, 'k_avg': 5.1521739130434785, 'intersection_count': 159, 'streets_per_node_avg': 2.8043478260869565, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 145, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1358695652173913, 2: 0.0, 3: 0.7880434782608695, 4: 0.07608695652173914}, 'edge_length_total': 66898.01299999998, 'edge_length_avg': 141.1350485232067, 'street_length_total': 37055.73600000001, 'street_length_avg': 149.4182903225807, 'street_segments_count': 248, 'node_density_km': 36.866706650774674, 'intersection_density_km': 31.857643247136807, 'edge_density_km': 13403.855547775594, 'street_density_km': 7424.581243698646, 'circuity_avg': 1.081260918364409, 'self_loop_proportion': 0.004219409282700422, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081260918364409\n", - "3607\n", - "5988534.647151679\n", - "{'n': 105, 'm': 288, 'k_avg': 5.485714285714286, 'intersection_count': 95, 'streets_per_node_avg': 3.0476190476190474, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 70, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09523809523809523, 2: 0.0, 3: 0.6666666666666666, 4: 0.23809523809523808}, 'edge_length_total': 59828.21400000004, 'edge_length_avg': 207.73685416666683, 'street_length_total': 29914.107, 'street_length_avg': 207.73685416666666, 'street_segments_count': 144, 'node_density_km': 17.533504636220325, 'intersection_density_km': 15.863647051818388, 'edge_density_km': 9990.459690912214, 'street_density_km': 4995.229845456103, 'circuity_avg': 1.0164523116087651, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0164523116087651\n", - "3608\n", - "2995545.377680878\n", - "{'n': 110, 'm': 262, 'k_avg': 4.763636363636364, 'intersection_count': 84, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 76, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23636363636363636, 2: 0.0, 3: 0.6909090909090909, 4: 0.07272727272727272}, 'edge_length_total': 35287.56000000004, 'edge_length_avg': 134.68534351145053, 'street_length_total': 17643.779999999995, 'street_length_avg': 134.68534351145036, 'street_segments_count': 131, 'node_density_km': 36.72119301533029, 'intersection_density_km': 28.04163830261586, 'edge_density_km': 11780.01183454591, 'street_density_km': 5890.005917272946, 'circuity_avg': 1.1458541215512292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1458541215512292\n", - "3609\n", - "6987131.670679243\n", - "{'n': 131, 'm': 368, 'k_avg': 5.6183206106870225, 'intersection_count': 115, 'streets_per_node_avg': 2.9389312977099236, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 91, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12213740458015267, 2: 0.0, 3: 0.6946564885496184, 4: 0.183206106870229}, 'edge_length_total': 66115.18199999997, 'edge_length_avg': 179.66082065217384, 'street_length_total': 33057.590999999986, 'street_length_avg': 179.66082065217384, 'street_segments_count': 184, 'node_density_km': 18.748752159591838, 'intersection_density_km': 16.45882823170276, 'edge_density_km': 9462.421078658832, 'street_density_km': 4731.210539329416, 'circuity_avg': 1.051259198707397, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051259198707397\n", - "3610\n", - "10978262.619821362\n", - "{'n': 344, 'm': 992, 'k_avg': 5.767441860465116, 'intersection_count': 294, 'streets_per_node_avg': 2.933139534883721, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 217, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14534883720930233, 2: 0.0, 3: 0.6308139534883721, 4: 0.2238372093023256}, 'edge_length_total': 148902.95399999988, 'edge_length_avg': 150.10378427419343, 'street_length_total': 74451.47699999993, 'street_length_avg': 150.1037842741934, 'street_segments_count': 496, 'node_density_km': 31.334648469686325, 'intersection_density_km': 26.780193750255172, 'edge_density_km': 13563.435231650783, 'street_density_km': 6781.717615825391, 'circuity_avg': 1.0424068890643925, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424068890643925\n", - "3611\n", - "102806757.0754729\n", - "error with entry 3611\n", - "3612\n", - "5990522.182020476\n", - "{'n': 143, 'm': 402, 'k_avg': 5.6223776223776225, 'intersection_count': 126, 'streets_per_node_avg': 2.923076923076923, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 103, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11888111888111888, 2: 0.0, 3: 0.7202797202797203, 4: 0.16083916083916083}, 'edge_length_total': 44161.76799999994, 'edge_length_avg': 109.85514427860682, 'street_length_total': 22080.884000000005, 'street_length_avg': 109.85514427860699, 'street_segments_count': 201, 'node_density_km': 23.871040896766885, 'intersection_density_km': 21.033224846102293, 'edge_density_km': 7371.9396503603475, 'street_density_km': 3685.96982518018, 'circuity_avg': 1.0192581704696155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0192581704696155\n", - "3613\n", - "10978248.348824615\n", - "{'n': 888, 'm': 2500, 'k_avg': 5.63063063063063, 'intersection_count': 824, 'streets_per_node_avg': 3.0855855855855854, 'streets_per_node_counts': {0: 0, 1: 64, 2: 2, 3: 629, 4: 186, 5: 1, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07207207207207207, 2: 0.0022522522522522522, 3: 0.7083333333333334, 4: 0.20945945945945946, 5: 0.0011261261261261261, 6: 0.006756756756756757}, 'edge_length_total': 209630.48499999958, 'edge_length_avg': 83.85219399999983, 'street_length_total': 111762.20999999992, 'street_length_avg': 84.92569148936164, 'street_segments_count': 1316, 'node_density_km': 80.88722096499791, 'intersection_density_km': 75.05751134589896, 'edge_density_km': 19095.075857201176, 'street_density_km': 10180.331729511816, 'circuity_avg': 1.0259853033428175, 'self_loop_proportion': 0.0016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0259853033428175\n", - "3614\n", - "6986688.080700761\n", - "{'n': 228, 'm': 615, 'k_avg': 5.394736842105263, 'intersection_count': 208, 'streets_per_node_avg': 3.008771929824561, 'streets_per_node_counts': {0: 0, 1: 20, 2: 2, 3: 165, 4: 38, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08771929824561403, 2: 0.008771929824561403, 3: 0.7236842105263158, 4: 0.16666666666666666, 5: 0.013157894736842105}, 'edge_length_total': 69296.40099999988, 'edge_length_avg': 112.67707479674777, 'street_length_total': 36908.361999999994, 'street_length_avg': 110.50407784431135, 'street_segments_count': 334, 'node_density_km': 32.63348776508307, 'intersection_density_km': 29.770901119023154, 'edge_density_km': 9918.347606130643, 'street_density_km': 5282.669209457266, 'circuity_avg': 1.03913666194721, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03913666194721\n", - "3615\n", - "3992921.0104583227\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 115, 'm': 319, 'k_avg': 5.547826086956522, 'intersection_count': 106, 'streets_per_node_avg': 3.243478260869565, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 61, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0782608695652174, 2: 0.0, 3: 0.5304347826086957, 4: 0.3826086956521739, 5: 0.008695652173913044}, 'edge_length_total': 58099.47899999999, 'edge_length_avg': 182.13002821316613, 'street_length_total': 31256.456, 'street_length_avg': 178.60832, 'street_segments_count': 175, 'node_density_km': 28.800970442137512, 'intersection_density_km': 26.546981451013707, 'edge_density_km': 14550.620672892077, 'street_density_km': 7827.967525060623, 'circuity_avg': 1.0040101000874446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0040101000874446\n", - "3616\n", - "11978597.02711587\n", - "{'n': 394, 'm': 1111, 'k_avg': 5.6395939086294415, 'intersection_count': 343, 'streets_per_node_avg': 2.918781725888325, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 276, 4: 65, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12944162436548223, 2: 0.0, 3: 0.700507614213198, 4: 0.1649746192893401, 5: 0.0025380710659898475, 6: 0.0025380710659898475}, 'edge_length_total': 160767.96900000013, 'edge_length_avg': 144.70564266426655, 'street_length_total': 81758.98500000003, 'street_length_avg': 145.22022202486684, 'street_segments_count': 563, 'node_density_km': 32.89199888001114, 'intersection_density_km': 28.634405116354877, 'edge_density_km': 13421.268670785965, 'street_density_km': 6825.422444291494, 'circuity_avg': 1.0262022978951073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262022978951073\n", - "3617\n", - "1999009.4906178564\n", - "error with entry 3617\n", - "3618\n", - "4991050.671656487\n", - "{'n': 185, 'm': 500, 'k_avg': 5.405405405405405, 'intersection_count': 148, 'streets_per_node_avg': 2.8864864864864863, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 95, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.5135135135135135, 4: 0.2864864864864865}, 'edge_length_total': 82346.32600000009, 'edge_length_avg': 164.69265200000018, 'street_length_total': 41360.09400000001, 'street_length_avg': 164.1273571428572, 'street_segments_count': 252, 'node_density_km': 37.066343776189335, 'intersection_density_km': 29.653075020951466, 'edge_density_km': 16498.7958282279, 'street_density_km': 8286.851150375709, 'circuity_avg': 1.062414101915168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062414101915168\n", - "3619\n", - "4990499.304205719\n", - "{'n': 116, 'm': 310, 'k_avg': 5.344827586206897, 'intersection_count': 98, 'streets_per_node_avg': 2.8189655172413794, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 83, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15517241379310345, 2: 0.0, 3: 0.7155172413793104, 4: 0.12931034482758622}, 'edge_length_total': 50528.96999999996, 'edge_length_avg': 162.9966774193547, 'street_length_total': 25264.485000000004, 'street_length_avg': 162.99667741935485, 'street_segments_count': 155, 'node_density_km': 23.244167152220932, 'intersection_density_km': 19.637313628600445, 'edge_density_km': 10125.032971634104, 'street_density_km': 5062.5164858170565, 'circuity_avg': 1.0554751609272592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554751609272592\n", - "3620\n", - "4993967.076509085\n", - "{'n': 51, 'm': 120, 'k_avg': 4.705882352941177, 'intersection_count': 37, 'streets_per_node_avg': 2.5686274509803924, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 32, 4: 4, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27450980392156865, 2: 0.0, 3: 0.6274509803921569, 4: 0.0784313725490196, 5: 0.0196078431372549}, 'edge_length_total': 18917.100000000002, 'edge_length_avg': 157.6425, 'street_length_total': 9458.550000000005, 'street_length_avg': 157.64250000000007, 'street_segments_count': 60, 'node_density_km': 10.21232203149612, 'intersection_density_km': 7.408939513046205, 'edge_density_km': 3787.9905314120642, 'street_density_km': 1893.995265706033, 'circuity_avg': 1.0812627653866718, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0812627653866718\n", - "3621\n", - "5988390.599733202\n", - "{'n': 304, 'm': 755, 'k_avg': 4.967105263157895, 'intersection_count': 234, 'streets_per_node_avg': 2.648026315789474, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 201, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23026315789473684, 2: 0.0, 3: 0.6611842105263158, 4: 0.10855263157894737}, 'edge_length_total': 112383.15299999999, 'edge_length_avg': 148.85185827814567, 'street_length_total': 56248.161000000015, 'street_length_avg': 148.4120343007916, 'street_segments_count': 379, 'node_density_km': 50.76489165779266, 'intersection_density_km': 39.07560739448514, 'edge_density_km': 18766.837454625445, 'street_density_km': 9392.86776024697, 'circuity_avg': 1.0576521315114973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576521315114973\n", - "3622\n", - "27990096.006414693\n", - "{'n': 1316, 'm': 3643, 'k_avg': 5.536474164133739, 'intersection_count': 1214, 'streets_per_node_avg': 3.047112462006079, 'streets_per_node_counts': {0: 0, 1: 102, 2: 6, 3: 945, 4: 255, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07750759878419453, 2: 0.004559270516717325, 3: 0.7180851063829787, 4: 0.19376899696048633, 5: 0.005319148936170213, 6: 0.0007598784194528875}, 'edge_length_total': 394071.2100000003, 'edge_length_avg': 108.17216854241019, 'street_length_total': 219245.4069999999, 'street_length_avg': 111.23561998985281, 'street_segments_count': 1971, 'node_density_km': 47.01663044308254, 'intersection_density_km': 43.372484314515354, 'edge_density_km': 14078.95170883616, 'street_density_km': 7832.963736521441, 'circuity_avg': 1.1024413921103817, 'self_loop_proportion': 0.0010979961570134504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1024413921103817\n", - "3623\n", - "22956767.68435363\n", - "{'n': 1466, 'm': 4259, 'k_avg': 5.810368349249659, 'intersection_count': 1376, 'streets_per_node_avg': 3.102319236016371, 'streets_per_node_counts': {0: 0, 1: 90, 2: 1, 3: 1053, 4: 313, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.061391541609822645, 2: 0.0006821282401091405, 3: 0.718281036834925, 4: 0.21350613915416097, 5: 0.006139154160982265}, 'edge_length_total': 357423.5550000003, 'edge_length_avg': 83.9219429443532, 'street_length_total': 190469.2359999997, 'street_length_avg': 84.54027341322669, 'street_segments_count': 2253, 'node_density_km': 63.859164328223954, 'intersection_density_km': 59.9387517841993, 'edge_density_km': 15569.41987279878, 'street_density_km': 8296.866467391032, 'circuity_avg': 1.0425470165967106, 'self_loop_proportion': 0.0009391876027236441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425470165967106\n", - "3624\n", - "263499308.76285064\n", - "error with entry 3624\n", - "3625\n", - "60910547.67914502\n", - "{'n': 1500, 'm': 4020, 'k_avg': 5.36, 'intersection_count': 1238, 'streets_per_node_avg': 2.776, 'streets_per_node_counts': {0: 0, 1: 262, 2: 1, 3: 1049, 4: 187, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17466666666666666, 2: 0.0006666666666666666, 3: 0.6993333333333334, 4: 0.12466666666666666, 5: 0.0006666666666666666}, 'edge_length_total': 611507.980999999, 'edge_length_avg': 152.11641318407933, 'street_length_total': 308353.49600000004, 'street_length_avg': 150.7841056234719, 'street_segments_count': 2045, 'node_density_km': 24.626276682020055, 'intersection_density_km': 20.324887021560553, 'edge_density_km': 10039.443155579625, 'street_density_km': 5062.3990055761105, 'circuity_avg': 1.0453310752359277, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453310752359277\n", - "3626\n", - "49903342.292596675\n", - "{'n': 1135, 'm': 3062, 'k_avg': 5.395594713656387, 'intersection_count': 918, 'streets_per_node_avg': 2.797356828193833, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 716, 4: 200, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19118942731277533, 2: 0.0, 3: 0.6308370044052863, 4: 0.1762114537444934, 5: 0.001762114537444934}, 'edge_length_total': 471779.9900000008, 'edge_length_avg': 154.07576420640132, 'street_length_total': 235972.38400000008, 'street_length_avg': 153.82815123859197, 'street_segments_count': 1534, 'node_density_km': 22.743967595300344, 'intersection_density_km': 18.39556145593455, 'edge_density_km': 9453.875598829198, 'street_density_km': 4728.588770997156, 'circuity_avg': 1.0549494512280897, 'self_loop_proportion': 0.0013063357282821686, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549494512280897\n", - "3627\n", - "14972026.239783738\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 346, 'm': 977, 'k_avg': 5.6473988439306355, 'intersection_count': 315, 'streets_per_node_avg': 2.985549132947977, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 258, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08959537572254335, 2: 0.0, 3: 0.7456647398843931, 4: 0.16473988439306358}, 'edge_length_total': 182474.82200000001, 'edge_length_avg': 186.77054452405324, 'street_length_total': 93866.24699999997, 'street_length_avg': 187.73249399999995, 'street_segments_count': 500, 'node_density_km': 23.109764467324215, 'intersection_density_km': 21.03923643701482, 'edge_density_km': 12187.71721860379, 'street_density_km': 6269.441790756294, 'circuity_avg': 1.0422014732237292, 'self_loop_proportion': 0.0020470829068577278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0422014732237292\n", - "3628\n", - "6986764.302143505\n", - "{'n': 30, 'm': 64, 'k_avg': 4.266666666666667, 'intersection_count': 24, 'streets_per_node_avg': 2.7666666666666666, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 19, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6333333333333333, 4: 0.16666666666666666}, 'edge_length_total': 21093.457999999988, 'edge_length_avg': 329.5852812499998, 'street_length_total': 10546.729, 'street_length_avg': 329.58528125, 'street_segments_count': 32, 'node_density_km': 4.293833125413455, 'intersection_density_km': 3.435066500330764, 'edge_density_km': 3019.059622997246, 'street_density_km': 1509.529811498624, 'circuity_avg': 1.0127974877636503, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0127974877636503\n", - "3629\n", - "19963223.392986983\n", - "{'n': 510, 'm': 1296, 'k_avg': 5.08235294117647, 'intersection_count': 393, 'streets_per_node_avg': 2.645098039215686, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 340, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22941176470588234, 2: 0.0, 3: 0.6666666666666666, 4: 0.10392156862745099}, 'edge_length_total': 217967.76200000005, 'edge_length_avg': 168.18500154320992, 'street_length_total': 108983.88099999992, 'street_length_avg': 168.18500154320975, 'street_segments_count': 648, 'node_density_km': 25.54697655585828, 'intersection_density_km': 19.686199581279027, 'edge_density_km': 10918.465305386075, 'street_density_km': 5459.232652693032, 'circuity_avg': 1.0408913400518247, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408913400518247\n", - "3630\n", - "5989459.453520583\n", - "{'n': 100, 'm': 254, 'k_avg': 5.08, 'intersection_count': 81, 'streets_per_node_avg': 2.69, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 74, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19, 2: 0.0, 3: 0.74, 4: 0.07}, 'edge_length_total': 41543.04800000001, 'edge_length_avg': 163.55530708661422, 'street_length_total': 21254.922000000006, 'street_length_avg': 163.49940000000004, 'street_segments_count': 130, 'node_density_km': 16.695997489593214, 'intersection_density_km': 13.523757966570503, 'edge_density_km': 6936.026251180506, 'street_density_km': 3548.721243534997, 'circuity_avg': 1.10064322474438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.10064322474438\n", - "3631\n", - "7989650.394932287\n", - "{'n': 85, 'm': 202, 'k_avg': 4.752941176470588, 'intersection_count': 62, 'streets_per_node_avg': 2.4941176470588236, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 59, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27058823529411763, 2: 0.0, 3: 0.6941176470588235, 4: 0.03529411764705882}, 'edge_length_total': 48008.43799999999, 'edge_length_avg': 237.66553465346527, 'street_length_total': 24004.218999999994, 'street_length_avg': 237.66553465346527, 'street_segments_count': 101, 'node_density_km': 10.638763374917406, 'intersection_density_km': 7.760039167586814, 'edge_density_km': 6008.828375075211, 'street_density_km': 3004.4141875376054, 'circuity_avg': 1.1149306069676506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1149306069676506\n", - "3632\n", - "3992851.5172496163\n", - "{'n': 82, 'm': 232, 'k_avg': 5.658536585365853, 'intersection_count': 72, 'streets_per_node_avg': 2.8780487804878048, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 62, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12195121951219512, 2: 0.0, 3: 0.7560975609756098, 4: 0.12195121951219512}, 'edge_length_total': 40457.374000000025, 'edge_length_avg': 174.3852327586208, 'street_length_total': 20228.686999999994, 'street_length_avg': 174.38523275862065, 'street_segments_count': 116, 'node_density_km': 20.5367015642204, 'intersection_density_km': 18.032225763705718, 'edge_density_km': 10132.4514135372, 'street_density_km': 5066.225706768595, 'circuity_avg': 1.0235108824204056, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235108824204056\n", - "3633\n", - "37928272.1160228\n", - "error with entry 3633\n", - "3634\n", - "70938920.02847895\n", - "error with entry 3634\n", - "3635\n", - "19960514.992346343\n", - "{'n': 389, 'm': 1020, 'k_avg': 5.244215938303342, 'intersection_count': 309, 'streets_per_node_avg': 2.776349614395887, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 237, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20565552699228792, 2: 0.0, 3: 0.609254498714653, 4: 0.18251928020565553, 5: 0.002570694087403599}, 'edge_length_total': 193444.50599999996, 'edge_length_avg': 189.6514764705882, 'street_length_total': 100975.4510000001, 'street_length_avg': 193.06969598470383, 'street_segments_count': 523, 'node_density_km': 19.488475129482286, 'intersection_density_km': 15.48056250645251, 'edge_density_km': 9691.358468164488, 'street_density_km': 5058.759808487813, 'circuity_avg': 1.0693469849013573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693469849013573\n", - "3636\n", - "2994045.0310722888\n", - "error with entry 3636\n", - "3637\n", - "10979839.844142582\n", - "{'n': 1236, 'm': 2996, 'k_avg': 4.84789644012945, 'intersection_count': 909, 'streets_per_node_avg': 2.5242718446601944, 'streets_per_node_counts': {0: 0, 1: 327, 2: 0, 3: 845, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2645631067961165, 2: 0.0, 3: 0.6836569579288025, 4: 0.05016181229773463, 5: 0.0016181229773462784}, 'edge_length_total': 229747.99900000042, 'edge_length_avg': 76.68491288384527, 'street_length_total': 116855.15199999974, 'street_length_avg': 76.27620887728443, 'street_segments_count': 1532, 'node_density_km': 112.56994797236221, 'intersection_density_km': 82.78809280491687, 'edge_density_km': 20924.530982349814, 'street_density_km': 10642.700955455055, 'circuity_avg': 1.1169923614597375, 'self_loop_proportion': 0.0020026702269692926, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1169923614597375\n", - "3638\n", - "3995137.282678914\n", - "{'n': 8, 'm': 12, 'k_avg': 3.0, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 2792.3649999999993, 'edge_length_avg': 232.69708333333327, 'street_length_total': 1420.226, 'street_length_avg': 177.52825, 'street_segments_count': 8, 'node_density_km': 2.002434318010632, 'intersection_density_km': 1.5018257385079739, 'edge_density_km': 698.9409380514696, 'street_density_km': 355.488660216371, 'circuity_avg': 1.29732174678443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.29732174678443\n", - "3639\n", - "41954788.76221081\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 3, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 4164.066, 'edge_length_avg': 416.40659999999997, 'street_length_total': 2082.033, 'street_length_avg': 416.40659999999997, 'street_segments_count': 5, 'node_density_km': 0.14301108829331713, 'intersection_density_km': 0.07150554414665856, 'edge_density_km': 99.25126839753332, 'street_density_km': 49.62563419876666, 'circuity_avg': 1.0343636938159213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343636938159213\n", - "3640\n", - "6987267.116493188\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 166, 'm': 470, 'k_avg': 5.662650602409639, 'intersection_count': 151, 'streets_per_node_avg': 3.0963855421686746, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 105, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09036144578313253, 2: 0.0, 3: 0.6325301204819277, 4: 0.27710843373493976}, 'edge_length_total': 89472.83599999984, 'edge_length_avg': 190.36773617021242, 'street_length_total': 44736.41800000003, 'street_length_avg': 190.36773617021288, 'street_segments_count': 235, 'node_density_km': 23.75750021180142, 'intersection_density_km': 21.610738144469966, 'edge_density_km': 12805.126025424517, 'street_density_km': 6402.563012712274, 'circuity_avg': 1.0530287285659898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530287285659898\n", - "3641\n", - "5988400.71790038\n", - "{'n': 236, 'm': 608, 'k_avg': 5.1525423728813555, 'intersection_count': 184, 'streets_per_node_avg': 2.694915254237288, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 153, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22033898305084745, 2: 0.0, 3: 0.6483050847457628, 4: 0.1271186440677966, 5: 0.00423728813559322}, 'edge_length_total': 75705.04200000002, 'edge_length_avg': 124.51487171052634, 'street_length_total': 38545.528000000006, 'street_length_avg': 125.1478181818182, 'street_segments_count': 308, 'node_density_km': 39.409520357339254, 'intersection_density_km': 30.72606671928145, 'edge_density_km': 12641.946584119592, 'street_density_km': 6436.6981796626715, 'circuity_avg': 1.0667302897196094, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667302897196094\n", - "3642\n", - "5993115.67525194\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 4, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 6636.442, 'edge_length_avg': 829.55525, 'street_length_total': 3318.221, 'street_length_avg': 829.55525, 'street_segments_count': 4, 'node_density_km': 0.8342905878902144, 'intersection_density_km': 0.6674324703121715, 'edge_density_km': 1107.344219535862, 'street_density_km': 553.672109767931, 'circuity_avg': 1.023856359279014, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023856359279014\n", - "3643\n", - "6989609.611925288\n", - "{'n': 506, 'm': 1156, 'k_avg': 4.569169960474309, 'intersection_count': 333, 'streets_per_node_avg': 2.4031620553359683, 'streets_per_node_counts': {0: 0, 1: 173, 2: 1, 3: 288, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34189723320158105, 2: 0.001976284584980237, 3: 0.5691699604743083, 4: 0.08498023715415019, 5: 0.001976284584980237}, 'edge_length_total': 126572.87099999998, 'edge_length_avg': 109.49210294117646, 'street_length_total': 66911.89800000007, 'street_length_avg': 113.40999661016961, 'street_segments_count': 590, 'node_density_km': 72.39317044784455, 'intersection_density_km': 47.64214576903604, 'edge_density_km': 18108.718229992173, 'street_density_km': 9573.052246843466, 'circuity_avg': 1.050358871583814, 'self_loop_proportion': 0.0017301038062283738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050358871583814\n", - "3644\n", - "198824458.514046\n", - "error with entry 3644\n", - "3645\n", - "9991202.854182912\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 14839.864, 'edge_length_avg': 1059.9902857142856, 'street_length_total': 7419.932, 'street_length_avg': 1059.9902857142856, 'street_segments_count': 7, 'node_density_km': 0.7006163424126038, 'intersection_density_km': 0.7006163424126038, 'edge_density_km': 1485.2930339400675, 'street_density_km': 742.6465169700338, 'circuity_avg': 1.1468439581089813, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1468439581089813\n", - "3646\n", - "11983426.31119326\n", - "{'n': 525, 'm': 1396, 'k_avg': 5.318095238095238, 'intersection_count': 445, 'streets_per_node_avg': 2.8380952380952382, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 370, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1523809523809524, 2: 0.0, 3: 0.7047619047619048, 4: 0.14285714285714285}, 'edge_length_total': 205223.22600000008, 'edge_length_avg': 147.008041547278, 'street_length_total': 103903.23600000002, 'street_length_avg': 145.93151123595507, 'street_segments_count': 712, 'node_density_km': 43.81050847783139, 'intersection_density_km': 37.134621471685655, 'edge_density_km': 17125.58834765888, 'street_density_km': 8670.578288861174, 'circuity_avg': 1.040733478665036, 'self_loop_proportion': 0.0014326647564469914, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040733478665036\n", - "3647\n", - "1997479.4912362555\n", - "{'n': 30, 'm': 78, 'k_avg': 5.2, 'intersection_count': 24, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 21, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7, 4: 0.1}, 'edge_length_total': 9906.486, 'edge_length_avg': 127.00623076923078, 'street_length_total': 4953.242999999999, 'street_length_avg': 127.00623076923073, 'street_segments_count': 39, 'node_density_km': 15.018927669406391, 'intersection_density_km': 12.015142135525114, 'edge_density_km': 4959.493223066235, 'street_density_km': 2479.7466115331167, 'circuity_avg': 1.315735879411301, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.315735879411301\n", - "3648\n", - "6994535.505532922\n", - "{'n': 385, 'm': 1170, 'k_avg': 6.077922077922078, 'intersection_count': 365, 'streets_per_node_avg': 3.290909090909091, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 215, 4: 148, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05194805194805195, 2: 0.0, 3: 0.5584415584415584, 4: 0.38441558441558443, 5: 0.005194805194805195}, 'edge_length_total': 104390.99799999996, 'edge_length_avg': 89.22307521367519, 'street_length_total': 56130.764, 'street_length_avg': 89.80922240000001, 'street_segments_count': 625, 'node_density_km': 55.04296885696721, 'intersection_density_km': 52.183593851410464, 'edge_density_km': 14924.650524316166, 'street_density_km': 8024.945181220198, 'circuity_avg': 1.0184822572070265, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0184822572070265\n", - "3649\n", - "2996562.6859080438\n", - "{'n': 27, 'm': 72, 'k_avg': 5.333333333333333, 'intersection_count': 24, 'streets_per_node_avg': 2.8518518518518516, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 22, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8148148148148148, 4: 0.07407407407407407}, 'edge_length_total': 14746.776, 'edge_length_avg': 204.81633333333332, 'street_length_total': 7373.387999999997, 'street_length_avg': 204.81633333333326, 'street_segments_count': 36, 'node_density_km': 9.010323770957, 'intersection_density_km': 8.009176685295111, 'edge_density_km': 4921.230605102895, 'street_density_km': 2460.615302551447, 'circuity_avg': 1.4708473584402897, 'self_loop_proportion': 0.027777777777777776, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4708473584402897\n", - "3650\n", - "8990093.984016309\n", - "{'n': 87, 'm': 194, 'k_avg': 4.459770114942529, 'intersection_count': 56, 'streets_per_node_avg': 2.2873563218390807, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3563218390804598, 2: 0.0, 3: 0.6436781609195402}, 'edge_length_total': 49625.47200000001, 'edge_length_avg': 255.80140206185573, 'street_length_total': 24812.736, 'street_length_avg': 255.80140206185567, 'street_segments_count': 97, 'node_density_km': 9.677318185402653, 'intersection_density_km': 6.229078372213201, 'edge_density_km': 5520.017041894141, 'street_density_km': 2760.00852094707, 'circuity_avg': 1.0942313398291474, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0942313398291474\n", - "3651\n", - "8991039.134189311\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 16, 'm': 36, 'k_avg': 4.5, 'intersection_count': 15, 'streets_per_node_avg': 3.0625, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 12, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0625, 2: 0.0, 3: 0.75, 4: 0.1875}, 'edge_length_total': 20889.693999999992, 'edge_length_avg': 580.2692777777776, 'street_length_total': 10444.847, 'street_length_avg': 580.2692777777778, 'street_segments_count': 18, 'node_density_km': 1.779549589452728, 'intersection_density_km': 1.6683277401119325, 'edge_density_km': 2323.390398843319, 'street_density_km': 1161.69519942166, 'circuity_avg': 1.102223735996047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.102223735996047\n", - "3652\n", - "5989909.4997063065\n", - "{'n': 130, 'm': 364, 'k_avg': 5.6, 'intersection_count': 119, 'streets_per_node_avg': 3.0538461538461537, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 92, 4: 25, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08461538461538462, 2: 0.0, 3: 0.7076923076923077, 4: 0.19230769230769232, 5: 0.015384615384615385}, 'edge_length_total': 55337.89299999998, 'edge_length_avg': 152.02717857142852, 'street_length_total': 27973.67899999998, 'street_length_avg': 151.20907567567556, 'street_segments_count': 185, 'node_density_km': 21.703165967094172, 'intersection_density_km': 19.866744231416973, 'edge_density_km': 9238.519046525373, 'street_density_km': 4670.133831132434, 'circuity_avg': 1.035113575164453, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035113575164453\n", - "3653\n", - "9982170.748354627\n", - "{'n': 184, 'm': 480, 'k_avg': 5.217391304347826, 'intersection_count': 139, 'streets_per_node_avg': 2.782608695652174, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 89, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24456521739130435, 2: 0.0, 3: 0.483695652173913, 4: 0.2717391304347826}, 'edge_length_total': 84116.53100000005, 'edge_length_avg': 175.24277291666675, 'street_length_total': 42517.34100000005, 'street_length_avg': 176.420502074689, 'street_segments_count': 241, 'node_density_km': 18.432864417825044, 'intersection_density_km': 13.924826924335225, 'edge_density_km': 8426.677234895535, 'street_density_km': 4259.328163366494, 'circuity_avg': 1.034670676870191, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034670676870191\n", - "3654\n", - "5988334.590963695\n", - "{'n': 153, 'm': 392, 'k_avg': 5.124183006535947, 'intersection_count': 119, 'streets_per_node_avg': 2.65359477124183, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 104, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6797385620915033, 4: 0.09803921568627451}, 'edge_length_total': 60138.57000000003, 'edge_length_avg': 153.41471938775518, 'street_length_total': 30069.285000000003, 'street_length_avg': 153.41471938775513, 'street_segments_count': 196, 'node_density_km': 25.549674567428923, 'intersection_density_km': 19.871969108000275, 'edge_density_km': 10042.620212095064, 'street_density_km': 5021.31010604753, 'circuity_avg': 1.0525566272069813, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525566272069813\n", - "3655\n", - "10979115.224504787\n", - "{'n': 386, 'm': 1030, 'k_avg': 5.33678756476684, 'intersection_count': 341, 'streets_per_node_avg': 2.88860103626943, 'streets_per_node_counts': {0: 0, 1: 45, 2: 2, 3: 293, 4: 43, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11658031088082901, 2: 0.0051813471502590676, 3: 0.7590673575129534, 4: 0.11139896373056994, 5: 0.007772020725388601}, 'edge_length_total': 112597.04799999991, 'edge_length_avg': 109.31752233009699, 'street_length_total': 61821.02499999997, 'street_length_avg': 112.60660291438975, 'street_segments_count': 549, 'node_density_km': 35.15765998506592, 'intersection_density_km': 31.05896905416445, 'edge_density_km': 10255.566655197263, 'street_density_km': 5630.7838779229505, 'circuity_avg': 1.1010058677282508, 'self_loop_proportion': 0.001941747572815534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1010058677282508\n", - "3656\n", - "998793.8905609723\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 153.284, 'edge_length_avg': 76.642, 'street_length_total': 76.642, 'street_length_avg': 76.642, 'street_segments_count': 1, 'node_density_km': 2.0024151317913055, 'intersection_density_km': 2.0024151317913055, 'edge_density_km': 153.46910053074922, 'street_density_km': 76.73455026537461, 'circuity_avg': 1.093722551103837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093722551103837\n", - "3657\n", - "1997684.7020904538\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.3333333333333333, 4: 0.3333333333333333}, 'edge_length_total': 1126.07, 'edge_length_avg': 281.5175, 'street_length_total': 563.035, 'street_length_avg': 281.5175, 'street_segments_count': 2, 'node_density_km': 1.5017384859886473, 'intersection_density_km': 1.0011589906590983, 'edge_density_km': 563.6875523057453, 'street_density_km': 281.84377615287264, 'circuity_avg': 1.2117824734356402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2117824734356402\n", - "3658\n", - "2995477.533046909\n", - "{'n': 100, 'm': 240, 'k_avg': 4.8, 'intersection_count': 73, 'streets_per_node_avg': 2.56, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 63, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27, 2: 0.0, 3: 0.63, 4: 0.1}, 'edge_length_total': 31042.214000000007, 'edge_length_avg': 129.34255833333336, 'street_length_total': 15521.106999999998, 'street_length_avg': 129.34255833333333, 'street_segments_count': 120, 'node_density_km': 33.38365883127924, 'intersection_density_km': 24.370070946833845, 'edge_density_km': 10363.026815435604, 'street_density_km': 5181.5134077178, 'circuity_avg': 1.1488166507396027, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1488166507396027\n", - "3659\n", - "142754875.14123243\n", - "error with entry 3659\n", - "3660\n", - "6986342.468449371\n", - "error with entry 3660\n", - "3661\n", - "4994252.389087111\n", - "{'n': 65, 'm': 172, 'k_avg': 5.292307692307692, 'intersection_count': 53, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 49, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18461538461538463, 2: 0.0, 3: 0.7538461538461538, 4: 0.06153846153846154}, 'edge_length_total': 19216.46200000001, 'edge_length_avg': 111.72361627906983, 'street_length_total': 9608.230999999998, 'street_length_avg': 111.72361627906974, 'street_segments_count': 86, 'node_density_km': 13.014960986359206, 'intersection_density_km': 10.612198958108277, 'edge_density_km': 3847.715434243913, 'street_density_km': 1923.857717121955, 'circuity_avg': 1.1861655898182182, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1861655898182182\n", - "3662\n", - "18963106.98442296\n", - "{'n': 941, 'm': 2304, 'k_avg': 4.89691817215728, 'intersection_count': 807, 'streets_per_node_avg': 2.8862911795961743, 'streets_per_node_counts': {0: 0, 1: 134, 2: 1, 3: 644, 4: 162}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14240170031880978, 2: 0.0010626992561105207, 3: 0.6843783209351754, 4: 0.17215727948990436}, 'edge_length_total': 290591.2069999997, 'edge_length_avg': 126.12465581597209, 'street_length_total': 166464.7690000002, 'street_length_avg': 126.97541495041968, 'street_segments_count': 1311, 'node_density_km': 49.62266999669275, 'intersection_density_km': 42.55631741480452, 'edge_density_km': 15324.029297451241, 'street_density_km': 8778.348882213284, 'circuity_avg': 1.0816179856133417, 'self_loop_proportion': 0.003472222222222222, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0816179856133417\n", - "3663\n", - "53935609.2802147\n", - "error with entry 3663\n", - "3664\n", - "15994068.104872484\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 439, 'm': 1228, 'k_avg': 5.594533029612756, 'intersection_count': 386, 'streets_per_node_avg': 2.908883826879271, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 321, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12072892938496584, 2: 0.0, 3: 0.7312072892938497, 4: 0.14578587699316628, 5: 0.002277904328018223}, 'edge_length_total': 192022.40200000003, 'edge_length_avg': 156.3700342019544, 'street_length_total': 96825.83200000011, 'street_length_avg': 154.92133120000017, 'street_segments_count': 625, 'node_density_km': 27.447676045987425, 'intersection_density_km': 24.133947502849992, 'edge_density_km': 12005.851215645487, 'street_density_km': 6053.858928517553, 'circuity_avg': 1.0335041045447413, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335041045447413\n", - "3665\n", - "4996729.1493733935\n", - "{'n': 92, 'm': 254, 'k_avg': 5.521739130434782, 'intersection_count': 83, 'streets_per_node_avg': 2.9239130434782608, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 72, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09782608695652174, 2: 0.0, 3: 0.782608695652174, 4: 0.11956521739130435}, 'edge_length_total': 34202.13, 'edge_length_avg': 134.65405511811022, 'street_length_total': 17101.065000000002, 'street_length_avg': 134.65405511811025, 'street_segments_count': 127, 'node_density_km': 18.412044609529637, 'intersection_density_km': 16.610866332510433, 'edge_density_km': 6844.903731531867, 'street_density_km': 3422.4518657659346, 'circuity_avg': 1.0478742976408972, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478742976408972\n", - "3666\n", - "10993737.25405361\n", - "{'n': 513, 'm': 1387, 'k_avg': 5.407407407407407, 'intersection_count': 447, 'streets_per_node_avg': 2.94541910331384, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 345, 4: 100, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1286549707602339, 2: 0.0, 3: 0.672514619883041, 4: 0.1949317738791423, 5: 0.003898635477582846}, 'edge_length_total': 150800.1, 'edge_length_avg': 108.72393655371306, 'street_length_total': 80688.34900000006, 'street_length_avg': 110.07960300136433, 'street_segments_count': 733, 'node_density_km': 46.66293073457315, 'intersection_density_km': 40.65951274532982, 'edge_density_km': 13716.90959272262, 'street_density_km': 7339.48311983249, 'circuity_avg': 1.070917645822903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070917645822903\n", - "3667\n", - "23978754.278036892\n", - "{'n': 2618, 'm': 5582, 'k_avg': 4.264323911382735, 'intersection_count': 1502, 'streets_per_node_avg': 2.200916730328495, 'streets_per_node_counts': {0: 0, 1: 1116, 2: 0, 3: 1365, 4: 134, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.426279602750191, 2: 0.0, 3: 0.5213903743315508, 4: 0.05118411000763942, 5: 0.001145912910618793}, 'edge_length_total': 490950.7539999986, 'edge_length_avg': 87.9524819061266, 'street_length_total': 248982.04599999968, 'street_length_avg': 87.33147877937554, 'street_segments_count': 2851, 'node_density_km': 109.17998364902266, 'intersection_density_km': 62.63878359084493, 'edge_density_km': 20474.406147515354, 'street_density_km': 10383.44373994659, 'circuity_avg': 1.0572825128209113, 'self_loop_proportion': 0.0010748835542816195, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572825128209113\n", - "3668\n", - "47960810.23922704\n", - "{'n': 601, 'm': 1495, 'k_avg': 4.97504159733777, 'intersection_count': 463, 'streets_per_node_avg': 2.59567387687188, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 430, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22961730449251247, 2: 0.0, 3: 0.7154742096505824, 4: 0.05490848585690516}, 'edge_length_total': 325203.64000000054, 'edge_length_avg': 217.52751839464918, 'street_length_total': 163037.20699999997, 'street_length_avg': 213.6791703800786, 'street_segments_count': 763, 'node_density_km': 12.53106436280435, 'intersection_density_km': 9.653715141395033, 'edge_density_km': 6780.611886619405, 'street_density_km': 3399.383917552172, 'circuity_avg': 1.0868351421736389, 'self_loop_proportion': 0.0026755852842809363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0868351421736389\n", - "3669\n", - "10986615.561528992\n", - "{'n': 487, 'm': 1260, 'k_avg': 5.174537987679671, 'intersection_count': 389, 'streets_per_node_avg': 2.761806981519507, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 309, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20123203285420946, 2: 0.0, 3: 0.6344969199178645, 4: 0.16427104722792607}, 'edge_length_total': 171357.41000000024, 'edge_length_avg': 135.99794444444464, 'street_length_total': 87458.061, 'street_length_avg': 135.17474652241114, 'street_segments_count': 647, 'node_density_km': 44.32666249880367, 'intersection_density_km': 35.40671809452695, 'edge_density_km': 15596.924188376048, 'street_density_km': 7960.418794141239, 'circuity_avg': 1.0487597504127029, 'self_loop_proportion': 0.0031746031746031746, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487597504127029\n", - "3670\n", - "8985204.93329562\n", - "{'n': 98, 'm': 237, 'k_avg': 4.836734693877551, 'intersection_count': 74, 'streets_per_node_avg': 2.806122448979592, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 46, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24489795918367346, 2: 0.0, 3: 0.46938775510204084, 4: 0.2755102040816326, 5: 0.01020408163265306}, 'edge_length_total': 39471.46899999999, 'edge_length_avg': 166.5462827004219, 'street_length_total': 22383.592, 'street_length_avg': 169.57266666666666, 'street_segments_count': 132, 'node_density_km': 10.906818567582217, 'intersection_density_km': 8.235760959194735, 'edge_density_km': 4392.940316111692, 'street_density_km': 2491.1609881100485, 'circuity_avg': 1.0529602044341677, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529602044341677\n", - "3671\n", - "21964338.31369953\n", - "{'n': 1455, 'm': 4256, 'k_avg': 5.850171821305842, 'intersection_count': 1393, 'streets_per_node_avg': 3.127147766323024, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 1096, 4: 285, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04261168384879725, 2: 0.0, 3: 0.7532646048109966, 4: 0.1958762886597938, 5: 0.008247422680412371}, 'edge_length_total': 368046.68099999963, 'edge_length_avg': 86.47713369360893, 'street_length_total': 196449.50400000016, 'street_length_avg': 87.31089066666674, 'street_segments_count': 2250, 'node_density_km': 66.24374380049008, 'intersection_density_km': 63.42098633270288, 'edge_density_km': 16756.556730436205, 'street_density_km': 8944.021039662792, 'circuity_avg': 1.0342454951212072, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342454951212072\n", - "3672\n", - "7995904.269593208\n", - "{'n': 560, 'm': 1479, 'k_avg': 5.2821428571428575, 'intersection_count': 480, 'streets_per_node_avg': 2.898214285714286, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 378, 4: 101, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.675, 4: 0.18035714285714285, 5: 0.0017857142857142857}, 'edge_length_total': 150977.72399999996, 'edge_length_avg': 102.08094929006083, 'street_length_total': 82669.05199999988, 'street_length_avg': 103.85559296482397, 'street_segments_count': 796, 'node_density_km': 70.03585599812216, 'intersection_density_km': 60.03073371267613, 'edge_density_km': 18881.882387478978, 'street_density_km': 10338.924681023685, 'circuity_avg': 1.0599251627939787, 'self_loop_proportion': 0.001352265043948614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599251627939787\n", - "3673\n", - "88955281.1527886\n", - "error with entry 3673\n", - "3674\n", - "7992079.621598621\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.3333333333333333, 4: 0.3333333333333333}, 'edge_length_total': 6673.094000000001, 'edge_length_avg': 1668.2735000000002, 'street_length_total': 3336.547, 'street_length_avg': 1668.2735, 'street_segments_count': 2, 'node_density_km': 0.3753716356744608, 'intersection_density_km': 0.2502477571163072, 'edge_density_km': 834.9634032631435, 'street_density_km': 417.4817016315717, 'circuity_avg': 1.0827910585428564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827910585428564\n", - "3675\n", - "26969267.165020335\n", - "error with entry 3675\n", - "3676\n", - "11977007.703025782\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 744, 'm': 2138, 'k_avg': 5.747311827956989, 'intersection_count': 697, 'streets_per_node_avg': 3.127688172043011, 'streets_per_node_counts': {0: 0, 1: 47, 2: 2, 3: 506, 4: 187, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06317204301075269, 2: 0.002688172043010753, 3: 0.6801075268817204, 4: 0.2513440860215054, 5: 0.002688172043010753}, 'edge_length_total': 197774.5999999996, 'edge_length_avg': 92.50449017773602, 'street_length_total': 107547.00799999997, 'street_length_avg': 93.11429264069261, 'street_segments_count': 1155, 'node_density_km': 62.11902158266471, 'intersection_density_km': 58.19483607945874, 'edge_density_km': 16512.855706858674, 'street_density_km': 8979.455525676092, 'circuity_avg': 1.0494599158921205, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494599158921205\n", - "3677\n", - "3995321.342667213\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 5, 'streets_per_node_avg': 2.1, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.4, 4: 0.1}, 'edge_length_total': 3162.4519999999998, 'edge_length_avg': 175.69177777777776, 'street_length_total': 1581.2259999999997, 'street_length_avg': 175.69177777777773, 'street_segments_count': 9, 'node_density_km': 2.5029275851248944, 'intersection_density_km': 1.2514637925624472, 'edge_density_km': 791.5388347433393, 'street_density_km': 395.7694173716696, 'circuity_avg': 1.0442718733706404, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442718733706404\n", - "3678\n", - "3997638.8854812393\n", - "{'n': 116, 'm': 343, 'k_avg': 5.913793103448276, 'intersection_count': 100, 'streets_per_node_avg': 3.1120689655172415, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 57, 4: 41, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.49137931034482757, 4: 0.35344827586206895, 5: 0.017241379310344827}, 'edge_length_total': 31059.147, 'edge_length_avg': 90.55144897959184, 'street_length_total': 15970.073999999993, 'street_length_avg': 90.22640677966098, 'street_segments_count': 177, 'node_density_km': 29.017128190665932, 'intersection_density_km': 25.014765681608562, 'edge_density_km': 7769.372844756355, 'street_density_km': 3994.87659027949, 'circuity_avg': 1.0279530959020133, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0279530959020133\n", - "3679\n", - "29960434.824194428\n", - "{'n': 993, 'm': 2441, 'k_avg': 4.9164149043303125, 'intersection_count': 802, 'streets_per_node_avg': 2.7381671701913395, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 680, 4: 122}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19234642497482377, 2: 0.0, 3: 0.6847935548841894, 4: 0.1228600201409869}, 'edge_length_total': 301017.54899999936, 'edge_length_avg': 123.31730807046266, 'street_length_total': 167385.51400000017, 'street_length_avg': 125.66480030030043, 'street_segments_count': 1332, 'node_density_km': 33.14371122538272, 'intersection_density_km': 26.768636860782415, 'edge_density_km': 10047.168900129376, 'street_density_km': 5586.885336685056, 'circuity_avg': 1.067974600464711, 'self_loop_proportion': 0.005735354362965997, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067974600464711\n", - "3680\n", - "4997886.819029836\n", - "{'n': 226, 'm': 691, 'k_avg': 6.115044247787611, 'intersection_count': 212, 'streets_per_node_avg': 3.084070796460177, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 166, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.061946902654867256, 2: 0.0, 3: 0.7345132743362832, 4: 0.19911504424778761, 5: 0.004424778761061947}, 'edge_length_total': 64318.096000000085, 'edge_length_avg': 93.07973371924759, 'street_length_total': 32237.77600000002, 'street_length_avg': 93.17276300578041, 'street_segments_count': 346, 'node_density_km': 45.219111233069086, 'intersection_density_km': 42.417927351374544, 'edge_density_km': 12869.05812974876, 'street_density_km': 6450.281322348522, 'circuity_avg': 1.0298361238144762, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0298361238144762\n", - "3681\n", - "7984245.332273127\n", - "{'n': 306, 'm': 862, 'k_avg': 5.633986928104576, 'intersection_count': 290, 'streets_per_node_avg': 3.065359477124183, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 240, 4: 48, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05228758169934641, 2: 0.0, 3: 0.7843137254901961, 4: 0.1568627450980392, 5: 0.006535947712418301}, 'edge_length_total': 94051.21000000005, 'edge_length_avg': 109.1081322505801, 'street_length_total': 49084.192999999985, 'street_length_avg': 109.07598444444442, 'street_segments_count': 450, 'node_density_km': 38.32547564177632, 'intersection_density_km': 36.32152920299063, 'edge_density_km': 11779.599208936574, 'street_density_km': 6147.630860188716, 'circuity_avg': 1.0294703345425473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294703345425473\n", - "3682\n", - "13972757.049804682\n", - "error with entry 3682\n", - "3683\n", - "9983532.874473754\n", - "{'n': 272, 'm': 676, 'k_avg': 4.970588235294118, 'intersection_count': 213, 'streets_per_node_avg': 2.6213235294117645, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 198, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21691176470588236, 2: 0.0, 3: 0.7279411764705882, 4: 0.05514705882352941}, 'edge_length_total': 104244.75399999987, 'edge_length_avg': 154.20821597633116, 'street_length_total': 52517.95400000001, 'street_length_avg': 154.46457058823532, 'street_segments_count': 340, 'node_density_km': 27.244864460301333, 'intersection_density_km': 21.335132831044795, 'edge_density_km': 10441.669828777396, 'street_density_km': 5260.457861993899, 'circuity_avg': 1.0577634266716085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577634266716085\n", - "3684\n", - "7987589.680278465\n", - "{'n': 242, 'm': 596, 'k_avg': 4.925619834710743, 'intersection_count': 184, 'streets_per_node_avg': 2.628099173553719, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 158, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2396694214876033, 2: 0.0, 3: 0.6528925619834711, 4: 0.10743801652892562}, 'edge_length_total': 91784.5900000001, 'edge_length_avg': 154.00098993288606, 'street_length_total': 45892.294999999984, 'street_length_avg': 154.00098993288586, 'street_segments_count': 298, 'node_density_km': 30.296999431193033, 'intersection_density_km': 23.035735104708753, 'edge_density_km': 11490.89946703425, 'street_density_km': 5745.449733517117, 'circuity_avg': 1.0236263081410775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0236263081410775\n", - "3685\n", - "4990753.095850465\n", - "{'n': 124, 'm': 289, 'k_avg': 4.661290322580645, 'intersection_count': 102, 'streets_per_node_avg': 2.7661290322580645, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 87, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1774193548387097, 2: 0.0, 3: 0.7016129032258065, 4: 0.12096774193548387}, 'edge_length_total': 41001.928, 'edge_length_avg': 141.87518339100345, 'street_length_total': 21761.164, 'street_length_avg': 137.72888607594936, 'street_segments_count': 158, 'node_density_km': 24.84594962293349, 'intersection_density_km': 20.437797270477546, 'edge_density_km': 8215.579334928596, 'street_density_km': 4360.296649035434, 'circuity_avg': 1.0491634669033254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491634669033254\n", - "3686\n", - "180699206.63206452\n", - "error with entry 3686\n", - "3687\n", - "3992079.139968739\n", - "{'n': 118, 'm': 344, 'k_avg': 5.830508474576271, 'intersection_count': 107, 'streets_per_node_avg': 3.152542372881356, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 69, 4: 36, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09322033898305085, 2: 0.0, 3: 0.5847457627118644, 4: 0.3050847457627119, 5: 0.01694915254237288}, 'edge_length_total': 41134.169999999984, 'edge_length_avg': 119.5760755813953, 'street_length_total': 22714.076999999987, 'street_length_avg': 124.80262087912081, 'street_segments_count': 182, 'node_density_km': 29.558532249168795, 'intersection_density_km': 26.80307585305984, 'edge_density_km': 10303.946529557552, 'street_density_km': 5689.786250123753, 'circuity_avg': 1.0925334486566247, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0925334486566247\n", - "3688\n", - "6995145.278587584\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 228, 'm': 603, 'k_avg': 5.2894736842105265, 'intersection_count': 192, 'streets_per_node_avg': 2.8991228070175437, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 145, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.6359649122807017, 4: 0.19736842105263158, 5: 0.008771929824561403}, 'edge_length_total': 55674.55399999995, 'edge_length_avg': 92.3292769485903, 'street_length_total': 31057.640000000043, 'street_length_avg': 95.85691358024705, 'street_segments_count': 324, 'node_density_km': 32.5940335646662, 'intersection_density_km': 27.447607212350484, 'edge_density_km': 7959.027551639558, 'street_density_km': 4439.884914909302, 'circuity_avg': 1.0295084295593733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295084295593733\n", - "3689\n", - "7992632.602941257\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.272727272727273, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36363636363636365, 2: 0.0, 3: 0.6363636363636364}, 'edge_length_total': 13286.246, 'edge_length_avg': 603.9202727272727, 'street_length_total': 6643.123, 'street_length_avg': 603.9202727272727, 'street_segments_count': 11, 'node_density_km': 1.376267438584884, 'intersection_density_km': 0.8758065518267445, 'edge_density_km': 1662.3116137116965, 'street_density_km': 831.1558068558483, 'circuity_avg': 1.1260674681516045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1260674681516045\n", - "3690\n", - "53897848.1677812\n", - "{'n': 1376, 'm': 3819, 'k_avg': 5.550872093023256, 'intersection_count': 1160, 'streets_per_node_avg': 2.9505813953488373, 'streets_per_node_counts': {0: 0, 1: 216, 2: 0, 3: 797, 4: 362, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1569767441860465, 2: 0.0, 3: 0.5792151162790697, 4: 0.26308139534883723, 5: 0.0007267441860465116}, 'edge_length_total': 583594.3460000003, 'edge_length_avg': 152.81339251112863, 'street_length_total': 299548.5790000009, 'street_length_avg': 152.83090765306167, 'street_segments_count': 1960, 'node_density_km': 25.529776174302608, 'intersection_density_km': 21.522195030662083, 'edge_density_km': 10827.785632244564, 'street_density_km': 5557.709429651472, 'circuity_avg': 1.040935848677243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040935848677243\n", - "3691\n", - "11988170.489795033\n", - "error with entry 3691\n", - "3692\n", - "10992120.390157746\n", - "{'n': 133, 'm': 322, 'k_avg': 4.842105263157895, 'intersection_count': 106, 'streets_per_node_avg': 2.6165413533834587, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 103, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20300751879699247, 2: 0.0, 3: 0.7744360902255639, 4: 0.022556390977443608}, 'edge_length_total': 67720.74999999999, 'edge_length_avg': 210.31288819875772, 'street_length_total': 33860.37500000002, 'street_length_avg': 210.3128881987579, 'street_segments_count': 161, 'node_density_km': 12.099576358269065, 'intersection_density_km': 9.643271383282112, 'edge_density_km': 6160.8450049943585, 'street_density_km': 3080.4225024971815, 'circuity_avg': 1.043106516963754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043106516963754\n", - "3693\n", - "16967436.868684866\n", - "{'n': 705, 'm': 2034, 'k_avg': 5.770212765957447, 'intersection_count': 628, 'streets_per_node_avg': 2.9631205673758867, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 503, 4: 122, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10921985815602837, 2: 0.0, 3: 0.7134751773049646, 4: 0.17304964539007092, 5: 0.00425531914893617}, 'edge_length_total': 273240.6780000003, 'edge_length_avg': 134.33661651917419, 'street_length_total': 136620.33900000004, 'street_length_avg': 134.33661651917407, 'street_segments_count': 1017, 'node_density_km': 41.55017669764544, 'intersection_density_km': 37.012072292370696, 'edge_density_km': 16103.827591325467, 'street_density_km': 8051.913795662727, 'circuity_avg': 1.0712577280577842, 'self_loop_proportion': 0.0029498525073746312, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712577280577842\n", - "3694\n", - "4989992.060229475\n", - "error with entry 3694\n", - "3695\n", - "6986346.190829039\n", - "{'n': 147, 'm': 406, 'k_avg': 5.523809523809524, 'intersection_count': 127, 'streets_per_node_avg': 2.8843537414965987, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 104, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1360544217687075, 2: 0.0, 3: 0.7074829931972789, 4: 0.1564625850340136}, 'edge_length_total': 68690.69600000003, 'edge_length_avg': 169.18890640394096, 'street_length_total': 34345.347999999976, 'street_length_avg': 169.18890640394076, 'street_segments_count': 203, 'node_density_km': 21.041041480733746, 'intersection_density_km': 18.178314748661126, 'edge_density_km': 9832.134584193687, 'street_density_km': 4916.067292096838, 'circuity_avg': 1.061445030802827, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061445030802827\n", - "3696\n", - "15968320.139098153\n", - "{'n': 160, 'm': 416, 'k_avg': 5.2, 'intersection_count': 131, 'streets_per_node_avg': 2.6875, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 123, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18125, 2: 0.0, 3: 0.76875, 4: 0.05}, 'edge_length_total': 64563.25600000001, 'edge_length_avg': 155.20013461538463, 'street_length_total': 32281.627999999993, 'street_length_avg': 155.20013461538457, 'street_segments_count': 208, 'node_density_km': 10.019839194496283, 'intersection_density_km': 8.203743340493832, 'edge_density_km': 4043.209018706859, 'street_density_km': 2021.6045093534287, 'circuity_avg': 1.1105579116499564, 'self_loop_proportion': 0.004807692307692308, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1105579116499564\n", - "3697\n", - "17972631.89212057\n", - "{'n': 598, 'm': 1560, 'k_avg': 5.217391304347826, 'intersection_count': 474, 'streets_per_node_avg': 2.637123745819398, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 443, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20735785953177258, 2: 0.0, 3: 0.7408026755852842, 4: 0.051839464882943144}, 'edge_length_total': 205726.304, 'edge_length_avg': 131.8758358974359, 'street_length_total': 102863.15200000006, 'street_length_avg': 131.87583589743596, 'street_segments_count': 780, 'node_density_km': 33.27281188361571, 'intersection_density_km': 26.373432830825827, 'edge_density_km': 11446.643164721636, 'street_density_km': 5723.321582360821, 'circuity_avg': 1.0752864585132262, 'self_loop_proportion': 0.001282051282051282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752864585132262\n", - "3698\n", - "44917454.891192704\n", - "{'n': 1377, 'm': 3923, 'k_avg': 5.697893972403777, 'intersection_count': 1271, 'streets_per_node_avg': 3.074074074074074, 'streets_per_node_counts': {0: 0, 1: 106, 2: 4, 3: 953, 4: 310, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07697893972403776, 2: 0.002904865649963689, 3: 0.6920842411038489, 4: 0.2251270878721859, 5: 0.002904865649963689}, 'edge_length_total': 490519.2860000015, 'edge_length_avg': 125.03677950548088, 'street_length_total': 267908.5079999995, 'street_length_avg': 127.81894465648831, 'street_segments_count': 2096, 'node_density_km': 30.656233825705883, 'intersection_density_km': 28.296349449870863, 'edge_density_km': 10920.460368652391, 'street_density_km': 5964.463228136515, 'circuity_avg': 1.0214236165843324, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214236165843324\n", - "3699\n", - "9981809.957067184\n", - "{'n': 146, 'm': 327, 'k_avg': 4.47945205479452, 'intersection_count': 103, 'streets_per_node_avg': 2.458904109589041, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 96, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2945205479452055, 2: 0.0, 3: 0.6575342465753424, 4: 0.04794520547945205}, 'edge_length_total': 43875.278999999995, 'edge_length_avg': 134.17516513761467, 'street_length_total': 24966.400000000023, 'street_length_avg': 144.31445086705216, 'street_segments_count': 173, 'node_density_km': 14.626605858853392, 'intersection_density_km': 10.318769886725338, 'edge_density_km': 4395.523375891967, 'street_density_km': 2501.189674756696, 'circuity_avg': 1.1016978875593293, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1016978875593293\n", - "3700\n", - "5990807.78585528\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 160, 'm': 418, 'k_avg': 5.225, 'intersection_count': 125, 'streets_per_node_avg': 2.64375, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 112, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21875, 2: 0.0, 3: 0.7, 4: 0.08125}, 'edge_length_total': 62099.89400000005, 'edge_length_avg': 148.56433971291878, 'street_length_total': 31049.946999999996, 'street_length_avg': 148.56433971291864, 'street_segments_count': 209, 'node_density_km': 26.70758363801477, 'intersection_density_km': 20.86529971719904, 'edge_density_km': 10365.863205730331, 'street_density_km': 5182.931602865161, 'circuity_avg': 1.067806394171964, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067806394171964\n", - "3701\n", - "7989173.648713206\n", - "{'n': 208, 'm': 423, 'k_avg': 4.0673076923076925, 'intersection_count': 175, 'streets_per_node_avg': 2.826923076923077, 'streets_per_node_counts': {0: 0, 1: 33, 2: 4, 3: 137, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15865384615384615, 2: 0.019230769230769232, 3: 0.6586538461538461, 4: 0.16346153846153846}, 'edge_length_total': 69802.38299999999, 'edge_length_avg': 165.0174539007092, 'street_length_total': 44447.77599999997, 'street_length_avg': 158.17713879003549, 'street_segments_count': 281, 'node_density_km': 26.03523332272318, 'intersection_density_km': 21.90464342056037, 'edge_density_km': 8737.121768687912, 'street_density_km': 5563.501052096803, 'circuity_avg': 1.166510268839329, 'self_loop_proportion': 0.0070921985815602835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.166510268839329\n", - "3702\n", - "9989153.778467426\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 8507.510000000002, 'edge_length_avg': 4253.755000000001, 'street_length_total': 4253.755, 'street_length_avg': 4253.755, 'street_segments_count': 1, 'node_density_km': 0.20021715996716266, 'intersection_density_km': 0.10010857998358133, 'edge_density_km': 851.6747452961183, 'street_density_km': 425.83737264805904, 'circuity_avg': 1.027560796373589, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027560796373589\n", - "3703\n", - "54910759.93299455\n", - "{'n': 383, 'm': 907, 'k_avg': 4.736292428198434, 'intersection_count': 312, 'streets_per_node_avg': 2.715404699738903, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 280, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.185378590078329, 2: 0.0, 3: 0.7310704960835509, 4: 0.08093994778067885, 5: 0.0026109660574412533}, 'edge_length_total': 245741.42200000017, 'edge_length_avg': 270.93872326350623, 'street_length_total': 134935.75299999994, 'street_length_avg': 262.5209202334629, 'street_segments_count': 514, 'node_density_km': 6.974953551314167, 'intersection_density_km': 5.681946496109712, 'edge_density_km': 4475.287216929229, 'street_density_km': 2457.364515891908, 'circuity_avg': 1.0799246716726258, 'self_loop_proportion': 0.008820286659316428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0799246716726258\n", - "3704\n", - "12984698.695872124\n", - "{'n': 153, 'm': 344, 'k_avg': 4.496732026143791, 'intersection_count': 118, 'streets_per_node_avg': 2.784313725490196, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 82, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22875816993464052, 2: 0.0, 3: 0.5359477124183006, 4: 0.22875816993464052, 5: 0.006535947712418301}, 'edge_length_total': 55043.01899999997, 'edge_length_avg': 160.0087761627906, 'street_length_total': 37323.86500000001, 'street_length_avg': 180.30852657004837, 'street_segments_count': 207, 'node_density_km': 11.783099753299565, 'intersection_density_km': 9.087619417577441, 'edge_density_km': 4239.0678666651165, 'street_density_km': 2874.449833161349, 'circuity_avg': 1.0631361383946996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631361383946996\n", - "3705\n", - "22982790.561660606\n", - "{'n': 290, 'm': 714, 'k_avg': 4.924137931034482, 'intersection_count': 223, 'streets_per_node_avg': 2.6206896551724137, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 199, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23103448275862068, 2: 0.0, 3: 0.6862068965517242, 4: 0.08275862068965517}, 'edge_length_total': 166465.01399999997, 'edge_length_avg': 233.1442773109243, 'street_length_total': 84230.08099999999, 'street_length_avg': 230.1368333333333, 'street_segments_count': 366, 'node_density_km': 12.618137002204236, 'intersection_density_km': 9.702912246522569, 'edge_density_km': 7243.028802502917, 'street_density_km': 3664.919661257793, 'circuity_avg': 1.0621103550326112, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621103550326112\n", - "3706\n", - "28964292.917069938\n", - "{'n': 1283, 'm': 3272, 'k_avg': 5.100545596258769, 'intersection_count': 986, 'streets_per_node_avg': 2.6734216679657052, 'streets_per_node_counts': {0: 0, 1: 297, 2: 0, 3: 813, 4: 171, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23148869836321123, 2: 0.0, 3: 0.6336710833982853, 4: 0.1332813717848792, 5: 0.001558846453624318}, 'edge_length_total': 456964.64100000006, 'edge_length_avg': 139.65912011002447, 'street_length_total': 231615.7650000001, 'street_length_avg': 137.53905285035634, 'street_segments_count': 1684, 'node_density_km': 44.295919934018876, 'intersection_density_km': 34.04191508569183, 'edge_density_km': 15776.827085279565, 'street_density_km': 7996.596556427542, 'circuity_avg': 1.0658691001683815, 'self_loop_proportion': 0.0024449877750611247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658691001683815\n", - "3707\n", - "34964338.526669934\n", - "{'n': 643, 'm': 1656, 'k_avg': 5.150855365474339, 'intersection_count': 515, 'streets_per_node_avg': 2.6905132192846035, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 458, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19906687402799378, 2: 0.0, 3: 0.7122861586314152, 4: 0.08864696734059098}, 'edge_length_total': 308943.3400000007, 'edge_length_avg': 186.55998792270574, 'street_length_total': 154471.6700000002, 'street_length_avg': 186.55998792270555, 'street_segments_count': 828, 'node_density_km': 18.390166297856187, 'intersection_density_km': 14.729293380086991, 'edge_density_km': 8835.955519774709, 'street_density_km': 4417.97775988735, 'circuity_avg': 1.0565124011271254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565124011271254\n", - "3708\n", - "5994210.369308658\n", - "{'n': 338, 'm': 903, 'k_avg': 5.34319526627219, 'intersection_count': 280, 'streets_per_node_avg': 2.8431952662721893, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 220, 4: 57, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17159763313609466, 2: 0.0, 3: 0.650887573964497, 4: 0.16863905325443787, 5: 0.008875739644970414}, 'edge_length_total': 116071.94199999991, 'edge_length_avg': 128.5403565891472, 'street_length_total': 58702.865000000005, 'street_length_avg': 128.1721943231441, 'street_segments_count': 458, 'node_density_km': 56.38774403558065, 'intersection_density_km': 46.711740621191076, 'edge_density_km': 19364.00874322118, 'street_density_km': 9793.2607271457, 'circuity_avg': 1.056174689496081, 'self_loop_proportion': 0.0022148394241417496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056174689496081\n", - "3709\n", - "5988176.316568813\n", - "{'n': 333, 'm': 978, 'k_avg': 5.873873873873874, 'intersection_count': 321, 'streets_per_node_avg': 3.2672672672672673, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 211, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.036036036036036036, 2: 0.0, 3: 0.6336336336336337, 4: 0.3213213213213213, 5: 0.009009009009009009}, 'edge_length_total': 83718.02000000005, 'edge_length_avg': 85.60124744376283, 'street_length_total': 45777.297999999966, 'street_length_avg': 85.72527715355798, 'street_segments_count': 534, 'node_density_km': 55.60958502150566, 'intersection_density_km': 53.60563601172167, 'edge_density_km': 13980.553606673015, 'street_density_km': 7644.614249807204, 'circuity_avg': 1.0280672664498043, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0280672664498043\n", - "3710\n", - "740903659.350562\n", - "error with entry 3710\n", - "3711\n", - "4992155.9842623165\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 25, 'm': 62, 'k_avg': 4.96, 'intersection_count': 19, 'streets_per_node_avg': 2.56, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 18, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24, 2: 0.0, 3: 0.72, 4: 0.04}, 'edge_length_total': 18761.914000000004, 'edge_length_avg': 302.61151612903234, 'street_length_total': 9380.957, 'street_length_avg': 302.6115161290323, 'street_segments_count': 31, 'node_density_km': 5.007856340789843, 'intersection_density_km': 3.8059708190002803, 'edge_density_km': 3758.2787996101497, 'street_density_km': 1879.1393998050746, 'circuity_avg': 1.0258816955946324, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258816955946324\n", - "3712\n", - "3992270.2704466367\n", - "{'n': 190, 'm': 426, 'k_avg': 4.484210526315789, 'intersection_count': 119, 'streets_per_node_avg': 2.294736842105263, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 111, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3736842105263158, 2: 0.0, 3: 0.5842105263157895, 4: 0.042105263157894736}, 'edge_length_total': 42302.797999999995, 'edge_length_avg': 99.30234272300468, 'street_length_total': 21151.398999999994, 'street_length_avg': 99.30234272300467, 'street_segments_count': 213, 'node_density_km': 47.59196826089224, 'intersection_density_km': 29.807601173927242, 'edge_density_km': 10596.175893489133, 'street_density_km': 5298.087946744566, 'circuity_avg': 1.0705644628957312, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0705644628957312\n", - "3713\n", - "8984220.74489896\n", - "{'n': 830, 'm': 2321, 'k_avg': 5.5927710843373495, 'intersection_count': 769, 'streets_per_node_avg': 3.025301204819277, 'streets_per_node_counts': {0: 0, 1: 61, 2: 3, 3: 624, 4: 138, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07349397590361446, 2: 0.0036144578313253013, 3: 0.7518072289156627, 4: 0.16626506024096385, 5: 0.004819277108433735}, 'edge_length_total': 176231.3980000004, 'edge_length_avg': 75.9290814304181, 'street_length_total': 95410.93299999986, 'street_length_avg': 77.19331148867302, 'street_segments_count': 1236, 'node_density_km': 92.38419486422964, 'intersection_density_km': 85.59451307300313, 'edge_density_km': 19615.657607262227, 'street_density_km': 10619.834007771018, 'circuity_avg': 1.0378359317013537, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378359317013537\n", - "3714\n", - "7984190.96983121\n", - "{'n': 343, 'm': 1018, 'k_avg': 5.9358600583090375, 'intersection_count': 326, 'streets_per_node_avg': 3.142857142857143, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 243, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04956268221574344, 2: 0.0, 3: 0.7084548104956269, 4: 0.24198250728862974}, 'edge_length_total': 106071.34899999997, 'edge_length_avg': 104.19582416502945, 'street_length_total': 57838.34600000004, 'street_length_avg': 110.80142911877402, 'street_segments_count': 522, 'node_density_km': 42.95989428309619, 'intersection_density_km': 40.83068669472116, 'edge_density_km': 13285.17183529271, 'street_density_km': 7244.108541309449, 'circuity_avg': 1.0270117544427855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270117544427855\n", - "3715\n", - "7987624.635210911\n", - "{'n': 339, 'm': 892, 'k_avg': 5.262536873156342, 'intersection_count': 287, 'streets_per_node_avg': 2.837758112094395, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 241, 4: 43, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15339233038348082, 2: 0.0, 3: 0.7109144542772862, 4: 0.12684365781710916, 5: 0.008849557522123894}, 'edge_length_total': 77507.79899999994, 'edge_length_avg': 86.89215134529141, 'street_length_total': 42574.57699999996, 'street_length_avg': 90.00967653276948, 'street_segments_count': 473, 'node_density_km': 42.44065231929227, 'intersection_density_km': 35.93058175704095, 'edge_density_km': 9703.485396438307, 'street_density_km': 5330.067315923114, 'circuity_avg': 1.0588976363044944, 'self_loop_proportion': 0.004484304932735426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588976363044944\n", - "3716\n", - "30948884.149080366\n", - "error with entry 3716\n", - "3717\n", - "23984723.832658403\n", - "{'n': 1272, 'm': 3678, 'k_avg': 5.783018867924528, 'intersection_count': 1197, 'streets_per_node_avg': 3.077830188679245, 'streets_per_node_counts': {0: 0, 1: 75, 2: 2, 3: 954, 4: 232, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0589622641509434, 2: 0.0015723270440251573, 3: 0.75, 4: 0.18238993710691823, 5: 0.006289308176100629, 6: 0.0007861635220125787}, 'edge_length_total': 367713.2500000011, 'edge_length_avg': 99.97641381185457, 'street_length_total': 212595.74299999984, 'street_length_avg': 110.03920445134567, 'street_segments_count': 1932, 'node_density_km': 53.0337563557018, 'intersection_density_km': 49.90676600454014, 'edge_density_km': 15331.143796590663, 'street_density_km': 8863.797827453922, 'circuity_avg': 1.0418337763570265, 'self_loop_proportion': 0.000543773790103317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418337763570265\n", - "3718\n", - "3995471.4826017534\n", - "{'n': 479, 'm': 1376, 'k_avg': 5.745302713987474, 'intersection_count': 457, 'streets_per_node_avg': 3.2964509394572024, 'streets_per_node_counts': {0: 0, 1: 22, 2: 1, 3: 271, 4: 183, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04592901878914405, 2: 0.0020876826722338203, 3: 0.5657620041753654, 4: 0.38204592901878914, 5: 0.0041753653444676405}, 'edge_length_total': 120943.39500000027, 'edge_length_avg': 87.89490915697694, 'street_length_total': 69661.46499999998, 'street_length_avg': 89.88576129032256, 'street_segments_count': 775, 'node_density_km': 119.88572614916698, 'intersection_density_km': 114.37949238031172, 'edge_density_km': 30270.118439500133, 'street_density_km': 17435.10504413315, 'circuity_avg': 1.03648936037232, 'self_loop_proportion': 0.0014534883720930232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03648936037232\n", - "3719\n", - "3994845.9049235885\n", - "{'n': 293, 'm': 955, 'k_avg': 6.51877133105802, 'intersection_count': 280, 'streets_per_node_avg': 3.430034129692833, 'streets_per_node_counts': {0: 0, 1: 13, 2: 4, 3: 174, 4: 68, 5: 20, 6: 10, 7: 2, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04436860068259386, 2: 0.013651877133105802, 3: 0.5938566552901023, 4: 0.23208191126279865, 5: 0.06825938566552901, 6: 0.034129692832764506, 7: 0.006825938566552901, 8: 0.006825938566552901}, 'edge_length_total': 66070.17599999995, 'edge_length_avg': 69.18343036649209, 'street_length_total': 35144.954999999994, 'street_length_avg': 70.99990909090909, 'street_segments_count': 495, 'node_density_km': 73.34450613949384, 'intersection_density_km': 70.09031303432859, 'edge_density_km': 16538.854707404214, 'street_density_km': 8797.574634026398, 'circuity_avg': 1.0294272322751363, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294272322751363\n", - "3720\n", - "9980867.076091956\n", - "{'n': 380, 'm': 1036, 'k_avg': 5.4526315789473685, 'intersection_count': 321, 'streets_per_node_avg': 2.8684210526315788, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 254, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15526315789473685, 2: 0.0, 3: 0.6684210526315789, 4: 0.1736842105263158, 5: 0.002631578947368421}, 'edge_length_total': 150933.5030000001, 'edge_length_avg': 145.68870945945957, 'street_length_total': 75848.39599999994, 'street_length_avg': 144.74884732824415, 'street_segments_count': 524, 'node_density_km': 38.07284448364684, 'intersection_density_km': 32.161534419080624, 'edge_density_km': 15122.2836502396, 'street_density_km': 7599.379434847523, 'circuity_avg': 1.0254406221505008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0254406221505008\n", - "3721\n", - "5988608.913608116\n", - "{'n': 513, 'm': 1420, 'k_avg': 5.5360623781676415, 'intersection_count': 445, 'streets_per_node_avg': 2.865497076023392, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 378, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13255360623781676, 2: 0.0, 3: 0.7368421052631579, 4: 0.13060428849902533}, 'edge_length_total': 116562.61299999975, 'edge_length_avg': 82.08634718309841, 'street_length_total': 58637.412000000004, 'street_length_avg': 81.89582681564247, 'street_segments_count': 716, 'node_density_km': 85.662631739784, 'intersection_density_km': 74.30774098285356, 'edge_density_km': 19464.05495525524, 'street_density_km': 9791.491287192966, 'circuity_avg': 1.046539594280309, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046539594280309\n", - "3722\n", - "6992145.375145444\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 62, 'm': 121, 'k_avg': 3.903225806451613, 'intersection_count': 40, 'streets_per_node_avg': 2.3548387096774195, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 36, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3548387096774194, 2: 0.0, 3: 0.5806451612903226, 4: 0.06451612903225806}, 'edge_length_total': 23018.972999999987, 'edge_length_avg': 190.23944628099164, 'street_length_total': 13464.214000000004, 'street_length_avg': 200.95841791044782, 'street_segments_count': 67, 'node_density_km': 8.867092526478018, 'intersection_density_km': 5.7207048557922695, 'edge_density_km': 3292.118765411277, 'street_density_km': 1925.619860230657, 'circuity_avg': 1.0323470672503872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323470672503872\n", - "3723\n", - "518779067.99278563\n", - "error with entry 3723\n", - "3724\n", - "29940256.532496795\n", - "{'n': 2142, 'm': 5221, 'k_avg': 4.874883286647992, 'intersection_count': 1563, 'streets_per_node_avg': 2.521942110177404, 'streets_per_node_counts': {0: 0, 1: 579, 2: 0, 3: 1429, 4: 134}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2703081232492997, 2: 0.0, 3: 0.6671335200746965, 4: 0.06255835667600373}, 'edge_length_total': 563660.4539999991, 'edge_length_avg': 107.9602478452402, 'street_length_total': 283311.8290000002, 'street_length_avg': 107.31508674242431, 'street_segments_count': 2640, 'node_density_km': 71.54247318071904, 'intersection_density_km': 52.20396152262551, 'edge_density_km': 18826.173162150724, 'street_density_km': 9462.571861817447, 'circuity_avg': 1.050999315539984, 'self_loop_proportion': 0.0011492051331162612, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050999315539984\n", - "3725\n", - "31936855.39389967\n", - "{'n': 845, 'm': 2246, 'k_avg': 5.315976331360947, 'intersection_count': 704, 'streets_per_node_avg': 2.8650887573964496, 'streets_per_node_counts': {0: 0, 1: 141, 2: 1, 3: 537, 4: 163, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1668639053254438, 2: 0.001183431952662722, 3: 0.6355029585798817, 4: 0.19289940828402366, 5: 0.0035502958579881655}, 'edge_length_total': 380388.103, 'edge_length_avg': 169.3624679430098, 'street_length_total': 193155.94000000003, 'street_length_avg': 167.81576020851438, 'street_segments_count': 1151, 'node_density_km': 26.45845965665753, 'intersection_density_km': 22.043497749451955, 'edge_density_km': 11910.631097157384, 'street_density_km': 6048.057569152383, 'circuity_avg': 1.0318031834302395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0318031834302395\n", - "3726\n", - "13976766.493429359\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 7, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.4, 4: 0.3}, 'edge_length_total': 22153.212000000007, 'edge_length_avg': 1006.9641818181822, 'street_length_total': 11076.606, 'street_length_avg': 1006.9641818181818, 'street_segments_count': 11, 'node_density_km': 0.7154730677300158, 'intersection_density_km': 0.5008311474110111, 'edge_density_km': 1585.0026549713405, 'street_density_km': 792.50132748567, 'circuity_avg': 1.1425331677700323, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1425331677700323\n", - "3727\n", - "5988145.899814898\n", - "{'n': 95, 'm': 228, 'k_avg': 4.8, 'intersection_count': 65, 'streets_per_node_avg': 2.4842105263157896, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 54, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.5684210526315789, 4: 0.11578947368421053}, 'edge_length_total': 37008.30200000003, 'edge_length_avg': 162.31711403508785, 'street_length_total': 18504.151, 'street_length_avg': 162.31711403508774, 'street_segments_count': 114, 'node_density_km': 15.8646769115857, 'intersection_density_km': 10.854778939506005, 'edge_density_km': 6180.2605713304365, 'street_density_km': 3090.1302856652155, 'circuity_avg': 1.0584646079155215, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584646079155215\n", - "3728\n", - "65886991.641968936\n", - "error with entry 3728\n", - "3729\n", - "2993903.4538964974\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 2245.778, 'edge_length_avg': 187.14816666666664, 'street_length_total': 1122.889, 'street_length_avg': 187.14816666666664, 'street_segments_count': 6, 'node_density_km': 2.3380847471516355, 'intersection_density_km': 1.6700605336797396, 'edge_density_km': 750.1170410412436, 'street_density_km': 375.0585205206218, 'circuity_avg': 1.0869252894462822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0869252894462822\n", - "3730\n", - "9980041.054953199\n", - "{'n': 122, 'm': 304, 'k_avg': 4.983606557377049, 'intersection_count': 92, 'streets_per_node_avg': 2.557377049180328, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 86, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2459016393442623, 2: 0.0, 3: 0.7049180327868853, 4: 0.04918032786885246}, 'edge_length_total': 55915.05000000003, 'edge_length_avg': 183.93108552631588, 'street_length_total': 27957.525000000005, 'street_length_avg': 183.93108552631583, 'street_segments_count': 152, 'node_density_km': 12.224398610008736, 'intersection_density_km': 9.218398951809865, 'edge_density_km': 5602.687372939093, 'street_density_km': 2801.3436864695454, 'circuity_avg': 1.0862471633762107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862471633762107\n", - "3731\n", - "5989621.910100777\n", - "{'n': 407, 'm': 1085, 'k_avg': 5.3316953316953315, 'intersection_count': 358, 'streets_per_node_avg': 2.958230958230958, 'streets_per_node_counts': {0: 0, 1: 49, 2: 1, 3: 289, 4: 57, 5: 8, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12039312039312039, 2: 0.002457002457002457, 3: 0.7100737100737101, 4: 0.14004914004914004, 5: 0.019656019656019656, 6: 0.007371007371007371}, 'edge_length_total': 92623.83799999987, 'edge_length_avg': 85.367592626728, 'street_length_total': 51089.57699999999, 'street_length_avg': 87.1835784982935, 'street_segments_count': 586, 'node_density_km': 67.9508667005581, 'intersection_density_km': 59.77004982506092, 'edge_density_km': 15464.05422415744, 'street_density_km': 8529.683136400241, 'circuity_avg': 1.07955815317099, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07955815317099\n", - "3732\n", - "999051.7279777396\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 98.782, 'edge_length_avg': 49.391, 'street_length_total': 49.391, 'street_length_avg': 49.391, 'street_segments_count': 1, 'node_density_km': 2.001898344191206, 'intersection_density_km': 1.000949172095603, 'edge_density_km': 98.87576111794785, 'street_density_km': 49.43788055897392, 'circuity_avg': 1.0459779512189884, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459779512189884\n", - "3733\n", - "6985877.840297766\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2657.964, 'edge_length_avg': 1328.982, 'street_length_total': 1328.9819999999997, 'street_length_avg': 1328.9819999999997, 'street_segments_count': 1, 'node_density_km': 0.28629186563542197, 'intersection_density_km': 0.28629186563542197, 'edge_density_km': 380.47673617589436, 'street_density_km': 190.23836808794715, 'circuity_avg': 1.038854280752125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038854280752125\n", - "3734\n", - "15970564.868530575\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 728, 'm': 1737, 'k_avg': 4.771978021978022, 'intersection_count': 528, 'streets_per_node_avg': 2.548076923076923, 'streets_per_node_counts': {0: 0, 1: 200, 2: 0, 3: 462, 4: 61, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27472527472527475, 2: 0.0, 3: 0.6346153846153846, 4: 0.08379120879120878, 5: 0.006868131868131868}, 'edge_length_total': 233309.66600000043, 'edge_length_avg': 134.31759700633302, 'street_length_total': 120190.75399999997, 'street_length_avg': 131.49973085339167, 'street_segments_count': 914, 'node_density_km': 45.583860432795205, 'intersection_density_km': 33.06082185235696, 'edge_density_km': 14608.72974253583, 'street_density_km': 7525.7672467698085, 'circuity_avg': 1.1143959083405748, 'self_loop_proportion': 0.002302820955670697, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1143959083405748\n", - "3735\n", - "5988439.801926482\n", - "{'n': 58, 'm': 160, 'k_avg': 5.517241379310345, 'intersection_count': 53, 'streets_per_node_avg': 3.0344827586206895, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 41, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08620689655172414, 2: 0.0, 3: 0.7068965517241379, 4: 0.20689655172413793}, 'edge_length_total': 19251.228, 'edge_length_avg': 120.32017499999999, 'street_length_total': 10553.836000000001, 'street_length_avg': 125.64090476190478, 'street_segments_count': 84, 'node_density_km': 9.68532738382732, 'intersection_density_km': 8.850385367980136, 'edge_density_km': 3214.7318227707456, 'street_density_km': 1762.3682209521137, 'circuity_avg': 1.068750473872856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068750473872856\n", - "3736\n", - "49946724.24250881\n", - "{'n': 5190, 'm': 14287, 'k_avg': 5.505587668593449, 'intersection_count': 4816, 'streets_per_node_avg': 3.051830443159923, 'streets_per_node_counts': {0: 0, 1: 374, 2: 8, 3: 3804, 4: 983, 5: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0720616570327553, 2: 0.0015414258188824663, 3: 0.7329479768786127, 4: 0.18940269749518304, 5: 0.004046242774566474}, 'edge_length_total': 1138954.3409999898, 'edge_length_avg': 79.71962910337999, 'street_length_total': 644205.2879999997, 'street_length_avg': 81.6793822746291, 'street_segments_count': 7887, 'node_density_km': 103.91071844473194, 'intersection_density_km': 96.42273989014046, 'edge_density_km': 22803.38417130157, 'street_density_km': 12897.848613097383, 'circuity_avg': 1.0520580808158972, 'self_loop_proportion': 0.0016798488136067753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520580808158972\n", - "3737\n", - "4996602.39507151\n", - "{'n': 10, 'm': 24, 'k_avg': 4.8, 'intersection_count': 8, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 8527.69, 'edge_length_avg': 355.3204166666667, 'street_length_total': 4263.844999999999, 'street_length_avg': 355.32041666666663, 'street_segments_count': 12, 'node_density_km': 2.001359966096899, 'intersection_density_km': 1.601087972877519, 'edge_density_km': 1706.6977369284864, 'street_density_km': 853.348868464243, 'circuity_avg': 1.2660676159211905, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2660676159211905\n", - "3738\n", - "92892913.64093153\n", - "{'n': 863, 'm': 2224, 'k_avg': 5.154113557358054, 'intersection_count': 660, 'streets_per_node_avg': 2.622247972190035, 'streets_per_node_counts': {0: 0, 1: 203, 2: 0, 3: 580, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23522595596755505, 2: 0.0, 3: 0.6720741599073001, 4: 0.09269988412514485}, 'edge_length_total': 470290.30299999943, 'edge_length_avg': 211.46146717625874, 'street_length_total': 236482.30200000023, 'street_length_avg': 210.7685401069521, 'street_segments_count': 1122, 'node_density_km': 9.290267321529413, 'intersection_density_km': 7.10495530962852, 'edge_density_km': 5062.714523282805, 'street_density_km': 2545.7517988304194, 'circuity_avg': 1.05616909265602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05616909265602\n", - "3739\n", - "4992011.436334762\n", - "{'n': 108, 'm': 290, 'k_avg': 5.37037037037037, 'intersection_count': 93, 'streets_per_node_avg': 2.9074074074074074, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 73, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1388888888888889, 2: 0.0, 3: 0.6759259259259259, 4: 0.18518518518518517}, 'edge_length_total': 54882.902000000104, 'edge_length_avg': 189.2513862068969, 'street_length_total': 27441.451000000015, 'street_length_avg': 189.25138620689665, 'street_segments_count': 145, 'node_density_km': 21.63456582128663, 'intersection_density_km': 18.629765012774595, 'edge_density_km': 10994.14588687246, 'street_density_km': 5497.072943436223, 'circuity_avg': 1.0394105123219435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0394105123219435\n", - "3740\n", - "11985282.587626182\n", - "{'n': 152, 'm': 402, 'k_avg': 5.2894736842105265, 'intersection_count': 117, 'streets_per_node_avg': 2.723684210526316, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 89, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23026315789473684, 2: 0.0, 3: 0.5855263157894737, 4: 0.18421052631578946}, 'edge_length_total': 75321.44600000003, 'edge_length_avg': 187.36678109452743, 'street_length_total': 37660.723, 'street_length_avg': 187.36678109452734, 'street_segments_count': 201, 'node_density_km': 12.682220789431156, 'intersection_density_km': 9.761972581338455, 'edge_density_km': 6284.494791784319, 'street_density_km': 3142.2473958921582, 'circuity_avg': 1.024403018018938, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024403018018938\n", - "3741\n", - "42955362.36049926\n", - "error with entry 3741\n", - "3742\n", - "12979478.835369585\n", - "{'n': 289, 'm': 728, 'k_avg': 5.038062283737024, 'intersection_count': 219, 'streets_per_node_avg': 2.557093425605536, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 207, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2422145328719723, 2: 0.0, 3: 0.7162629757785467, 4: 0.04152249134948097}, 'edge_length_total': 117085.09200000005, 'edge_length_avg': 160.83117032967039, 'street_length_total': 58542.54599999998, 'street_length_avg': 160.83117032967027, 'street_segments_count': 364, 'node_density_km': 22.265917119296326, 'intersection_density_km': 16.872788405279916, 'edge_density_km': 9020.785309263621, 'street_density_km': 4510.392654631807, 'circuity_avg': 1.1047712605141384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1047712605141384\n", - "3743\n", - "2993889.4522898537\n", - "{'n': 88, 'm': 213, 'k_avg': 4.840909090909091, 'intersection_count': 70, 'streets_per_node_avg': 2.6931818181818183, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 61, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20454545454545456, 2: 0.0, 3: 0.6931818181818182, 4: 0.10227272727272728}, 'edge_length_total': 23660.789999999997, 'edge_length_avg': 111.08352112676054, 'street_length_total': 13403.925, 'street_length_avg': 114.56346153846154, 'street_segments_count': 117, 'node_density_km': 29.393202856135474, 'intersection_density_km': 23.38095681738049, 'edge_density_km': 7903.027275072973, 'street_density_km': 4477.094165834383, 'circuity_avg': 1.1165211082668898, 'self_loop_proportion': 0.009389671361502348, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1165211082668898\n", - "3744\n", - "7984026.662262032\n", - "{'n': 120, 'm': 306, 'k_avg': 5.1, 'intersection_count': 98, 'streets_per_node_avg': 2.691666666666667, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 91, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18333333333333332, 2: 0.0, 3: 0.7583333333333333, 4: 0.058333333333333334}, 'edge_length_total': 32829.17799999999, 'edge_length_avg': 107.28489542483658, 'street_length_total': 16456.313000000006, 'street_length_avg': 106.16976129032261, 'street_segments_count': 155, 'node_density_km': 15.030009928098316, 'intersection_density_km': 12.274508107946957, 'edge_density_km': 4111.857260594223, 'street_density_km': 2061.154564749112, 'circuity_avg': 1.102398515609488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.102398515609488\n", - "3745\n", - "27987106.852888796\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 674, 'm': 1730, 'k_avg': 5.1335311572700295, 'intersection_count': 536, 'streets_per_node_avg': 2.7403560830860534, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 435, 4: 101}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20474777448071216, 2: 0.0, 3: 0.6454005934718101, 4: 0.14985163204747776}, 'edge_length_total': 291371.57800000056, 'edge_length_avg': 168.4228774566477, 'street_length_total': 151829.29499999993, 'street_length_avg': 167.0289273927392, 'street_segments_count': 909, 'node_density_km': 24.082517837331604, 'intersection_density_km': 19.151675906245906, 'edge_density_km': 10410.921698036305, 'street_density_km': 5424.972856182463, 'circuity_avg': 1.0558992876161675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558992876161675\n", - "3746\n", - "13976437.398127034\n", - "{'n': 131, 'm': 344, 'k_avg': 5.251908396946565, 'intersection_count': 111, 'streets_per_node_avg': 2.8396946564885495, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 92, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15267175572519084, 2: 0.0, 3: 0.7022900763358778, 4: 0.1450381679389313}, 'edge_length_total': 69253.44200000004, 'edge_length_avg': 201.31814534883733, 'street_length_total': 34626.721, 'street_length_avg': 201.3181453488372, 'street_segments_count': 172, 'node_density_km': 9.37291788088681, 'intersection_density_km': 7.941938051743786, 'edge_density_km': 4955.013930036321, 'street_density_km': 2477.5069650181586, 'circuity_avg': 1.0281602339640774, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0281602339640774\n", - "3747\n", - "321710382.4807119\n", - "error with entry 3747\n", - "3748\n", - "15969358.626573492\n", - "{'n': 425, 'm': 1140, 'k_avg': 5.364705882352941, 'intersection_count': 328, 'streets_per_node_avg': 2.7176470588235295, 'streets_per_node_counts': {0: 0, 1: 97, 2: 1, 3: 258, 4: 63, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22823529411764706, 2: 0.002352941176470588, 3: 0.6070588235294118, 4: 0.14823529411764705, 5: 0.01411764705882353}, 'edge_length_total': 176223.3360000004, 'edge_length_avg': 154.58187368421088, 'street_length_total': 88111.66799999992, 'street_length_avg': 154.5818736842104, 'street_segments_count': 570, 'node_density_km': 26.613467073924138, 'intersection_density_km': 20.539334588816747, 'edge_density_km': 11035.091647748424, 'street_density_km': 5517.545823874195, 'circuity_avg': 1.06078128635703, 'self_loop_proportion': 0.0035087719298245615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06078128635703\n", - "3749\n", - "16979611.283194598\n", - "{'n': 96, 'm': 214, 'k_avg': 4.458333333333333, 'intersection_count': 64, 'streets_per_node_avg': 2.3541666666666665, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 62, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6458333333333334, 4: 0.020833333333333332}, 'edge_length_total': 60181.69999999995, 'edge_length_avg': 281.22289719626144, 'street_length_total': 30090.849999999995, 'street_length_avg': 281.2228971962616, 'street_segments_count': 107, 'node_density_km': 5.653839678592351, 'intersection_density_km': 3.769226452394901, 'edge_density_km': 3544.3508685952193, 'street_density_km': 1772.1754342976108, 'circuity_avg': 1.038393189154809, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038393189154809\n", - "3750\n", - "1995974.151615455\n", - "{'n': 215, 'm': 506, 'k_avg': 4.706976744186046, 'intersection_count': 155, 'streets_per_node_avg': 2.469767441860465, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 149, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27906976744186046, 2: 0.0, 3: 0.6930232558139535, 4: 0.027906976744186046}, 'edge_length_total': 36926.86799999996, 'edge_length_avg': 72.97799999999992, 'street_length_total': 18463.434, 'street_length_avg': 72.97800000000001, 'street_segments_count': 253, 'node_density_km': 107.71682580457684, 'intersection_density_km': 77.65631627771819, 'edge_density_km': 18500.674455184177, 'street_density_km': 9250.3372275921, 'circuity_avg': 1.0825417619157836, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825417619157836\n", - "3751\n", - "3997360.4061719254\n", - "{'n': 110, 'm': 293, 'k_avg': 5.327272727272727, 'intersection_count': 99, 'streets_per_node_avg': 2.981818181818182, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 79, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.7181818181818181, 4: 0.18181818181818182}, 'edge_length_total': 39860.157999999974, 'edge_length_avg': 136.041494880546, 'street_length_total': 21845.843999999994, 'street_length_avg': 140.03746153846149, 'street_segments_count': 156, 'node_density_km': 27.518159190789994, 'intersection_density_km': 24.766343271710998, 'edge_density_km': 9971.619756491278, 'street_density_km': 5465.067389537858, 'circuity_avg': 1.047823993333337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047823993333337\n", - "3752\n", - "4989984.447816269\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 5890.0019999999995, 'edge_length_avg': 1472.5004999999999, 'street_length_total': 2945.0009999999993, 'street_length_avg': 1472.5004999999996, 'street_segments_count': 2, 'node_density_km': 0.6012042785650101, 'intersection_density_km': 0.4008028523766734, 'edge_density_km': 1180.3648010521556, 'street_density_km': 590.1824005260777, 'circuity_avg': 1.0294242196858554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294242196858554\n", - "3753\n", - "11976508.349073853\n", - "{'n': 766, 'm': 1688, 'k_avg': 4.407310704960835, 'intersection_count': 570, 'streets_per_node_avg': 2.5548302872062663, 'streets_per_node_counts': {0: 0, 1: 196, 2: 4, 3: 511, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2558746736292428, 2: 0.005221932114882507, 3: 0.6671018276762402, 4: 0.07180156657963446}, 'edge_length_total': 161855.17700000017, 'edge_length_avg': 95.885768364929, 'street_length_total': 96446.12499999988, 'street_length_avg': 101.2026495278068, 'street_segments_count': 953, 'node_density_km': 63.95854097653053, 'intersection_density_km': 47.59317017835822, 'edge_density_km': 13514.387689840878, 'street_density_km': 8052.941824856498, 'circuity_avg': 1.068868110850889, 'self_loop_proportion': 0.0017772511848341231, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068868110850889\n", - "3754\n", - "19961301.074467238\n", - "{'n': 3288, 'm': 9661, 'k_avg': 5.876520681265207, 'intersection_count': 3195, 'streets_per_node_avg': 3.1408150851581507, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 2559, 4: 623, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.028284671532846715, 2: 0.0, 3: 0.7782846715328468, 4: 0.18947688564476886, 5: 0.003953771289537713}, 'edge_length_total': 679523.5479999977, 'edge_length_avg': 70.33677134872143, 'street_length_total': 361337.36900000053, 'street_length_avg': 71.36823405095804, 'street_segments_count': 5063, 'node_density_km': 164.71872187758964, 'intersection_density_km': 160.05970693397168, 'edge_density_km': 34042.04693196002, 'street_density_km': 18101.894643640837, 'circuity_avg': 1.024976766996399, 'self_loop_proportion': 0.00020701790704895975, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024976766996399\n", - "3755\n", - "16979339.181042302\n", - "{'n': 1345, 'm': 3827, 'k_avg': 5.690706319702603, 'intersection_count': 1252, 'streets_per_node_avg': 3.011895910780669, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 1054, 4: 194, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0691449814126394, 2: 0.0, 3: 0.7836431226765799, 4: 0.14423791821561338, 5: 0.002973977695167286}, 'edge_length_total': 337075.6540000021, 'edge_length_avg': 88.07829997387041, 'street_length_total': 179056.04200000034, 'street_length_avg': 89.57280740370201, 'street_segments_count': 1999, 'node_density_km': 79.21391908477295, 'intersection_density_km': 73.736674122034, 'edge_density_km': 19852.10675197256, 'street_density_km': 10545.524775187907, 'circuity_avg': 1.0677549833912021, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0677549833912021\n", - "3756\n", - "9985658.12928679\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2399, 'm': 6760, 'k_avg': 5.635681533972488, 'intersection_count': 2002, 'streets_per_node_avg': 2.912880366819508, 'streets_per_node_counts': {0: 0, 1: 397, 2: 1, 3: 1434, 4: 550, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16548561900791997, 2: 0.00041684035014589413, 3: 0.5977490621092122, 4: 0.22926219258024177, 5: 0.006252605252188412, 6: 0.0008336807002917883}, 'edge_length_total': 396043.3520000004, 'edge_length_avg': 58.58629467455628, 'street_length_total': 201640.35500000004, 'street_length_avg': 58.210264145496545, 'street_segments_count': 3464, 'node_density_km': 240.2445556356479, 'intersection_density_km': 200.48753663300005, 'edge_density_km': 39661.21680437373, 'street_density_km': 20192.996033842977, 'circuity_avg': 1.0760609904997311, 'self_loop_proportion': 0.0017751479289940828, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760609904997311\n", - "3757\n", - "5997148.5742215235\n", - "{'n': 23, 'm': 48, 'k_avg': 4.173913043478261, 'intersection_count': 15, 'streets_per_node_avg': 2.3043478260869565, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34782608695652173, 2: 0.0, 3: 0.6521739130434783}, 'edge_length_total': 21302.856, 'edge_length_avg': 443.8095, 'street_length_total': 10651.428000000004, 'street_length_avg': 443.8095000000001, 'street_segments_count': 24, 'node_density_km': 3.8351559437537492, 'intersection_density_km': 2.5011886589698364, 'edge_density_km': 3552.164122057836, 'street_density_km': 1776.0820610289184, 'circuity_avg': 1.1112654809376787, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1112654809376787\n", - "3758\n", - "17983661.072135877\n", - "{'n': 109, 'm': 250, 'k_avg': 4.587155963302752, 'intersection_count': 74, 'streets_per_node_avg': 2.4128440366972477, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 68, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3211009174311927, 2: 0.0, 3: 0.6238532110091743, 4: 0.05504587155963303}, 'edge_length_total': 38543.062, 'edge_length_avg': 154.172248, 'street_length_total': 19271.531000000003, 'street_length_avg': 154.17224800000002, 'street_segments_count': 125, 'node_density_km': 6.06105728765574, 'intersection_density_km': 4.114846231986466, 'edge_density_km': 2143.226668107037, 'street_density_km': 1071.6133340535187, 'circuity_avg': 1.0242556772720834, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242556772720834\n", - "3759\n", - "18971640.55345824\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 9, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.9}, 'edge_length_total': 21900.620000000003, 'edge_length_avg': 995.4827272727274, 'street_length_total': 10950.309999999998, 'street_length_avg': 995.4827272727271, 'street_segments_count': 11, 'node_density_km': 0.5271025440220641, 'intersection_density_km': 0.47439228961985774, 'edge_density_km': 1154.38725176605, 'street_density_km': 577.1936258830249, 'circuity_avg': 1.2246478016634952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2246478016634952\n", - "3760\n", - "5988065.951719362\n", - "{'n': 563, 'm': 1652, 'k_avg': 5.868561278863233, 'intersection_count': 506, 'streets_per_node_avg': 3.0177619893428065, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 387, 4: 114, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10124333925399645, 2: 0.0, 3: 0.6873889875666075, 4: 0.2024866785079929, 5: 0.008880994671403197}, 'edge_length_total': 131867.73600000003, 'edge_length_avg': 79.82308474576273, 'street_length_total': 67130.64399999996, 'street_length_avg': 80.29981339712913, 'street_segments_count': 836, 'node_density_km': 94.02034054724213, 'intersection_density_km': 84.50140731244142, 'edge_density_km': 22021.75745277766, 'street_density_km': 11210.738916582011, 'circuity_avg': 1.0404174149312835, 'self_loop_proportion': 0.0012106537530266344, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404174149312835\n", - "3761\n", - "10978832.163687682\n", - "{'n': 178, 'm': 424, 'k_avg': 4.764044943820225, 'intersection_count': 171, 'streets_per_node_avg': 3.252808988764045, 'streets_per_node_counts': {0: 0, 1: 7, 2: 2, 3: 109, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03932584269662921, 2: 0.011235955056179775, 3: 0.6123595505617978, 4: 0.33146067415730335, 5: 0.0056179775280898875}, 'edge_length_total': 88909.88600000006, 'edge_length_avg': 209.6931273584907, 'street_length_total': 59363.047999999966, 'street_length_avg': 214.30703249097462, 'street_segments_count': 277, 'node_density_km': 16.213017682220542, 'intersection_density_km': 15.575427099211868, 'edge_density_km': 8098.300864282098, 'street_density_km': 5407.04576907026, 'circuity_avg': 1.0306774187314895, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306774187314895\n", - "3762\n", - "15981358.76677147\n", - "{'n': 2252, 'm': 6445, 'k_avg': 5.7238010657193605, 'intersection_count': 2029, 'streets_per_node_avg': 2.988010657193606, 'streets_per_node_counts': {0: 0, 1: 223, 2: 2, 3: 1609, 4: 415, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09902309058614565, 2: 0.0008880994671403197, 3: 0.7144760213143873, 4: 0.18428063943161635, 5: 0.0013321492007104796}, 'edge_length_total': 494252.7280000013, 'edge_length_avg': 76.68777781225776, 'street_length_total': 256953.499, 'street_length_avg': 77.44228420735384, 'street_segments_count': 3318, 'node_density_km': 140.91417587610704, 'intersection_density_km': 126.96041867345524, 'edge_density_km': 30926.827637938666, 'street_density_km': 16078.326176761588, 'circuity_avg': 1.032684644245648, 'self_loop_proportion': 0.0003103180760279286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032684644245648\n", - "3763\n", - "999034.4338880671\n", - "error with entry 3763\n", - "3764\n", - "13976582.338428764\n", - "{'n': 287, 'm': 776, 'k_avg': 5.407665505226481, 'intersection_count': 256, 'streets_per_node_avg': 2.9094076655052263, 'streets_per_node_counts': {0: 0, 1: 31, 2: 1, 3: 220, 4: 34, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10801393728222997, 2: 0.003484320557491289, 3: 0.7665505226480837, 4: 0.11846689895470383, 5: 0.0, 6: 0.003484320557491289}, 'edge_length_total': 151246.45600000012, 'edge_length_avg': 194.90522680412386, 'street_length_total': 78306.15399999991, 'street_length_avg': 195.76538499999978, 'street_segments_count': 400, 'node_density_km': 20.53434760019196, 'intersection_density_km': 18.316351866373317, 'edge_density_km': 10821.4191665545, 'street_density_km': 5602.6682420563075, 'circuity_avg': 1.0546854295234065, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546854295234065\n", - "3765\n", - "6992337.994900551\n", - "{'n': 114, 'm': 258, 'k_avg': 4.526315789473684, 'intersection_count': 90, 'streets_per_node_avg': 2.6052631578947367, 'streets_per_node_counts': {0: 0, 1: 24, 2: 2, 3: 83, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.017543859649122806, 3: 0.7280701754385965, 4: 0.043859649122807015}, 'edge_length_total': 46426.462999999996, 'edge_length_avg': 179.94753100775193, 'street_length_total': 26238.717999999997, 'street_length_avg': 188.76775539568342, 'street_segments_count': 139, 'node_density_km': 16.30355970823195, 'intersection_density_km': 12.871231348604171, 'edge_density_km': 6639.61939967124, 'street_density_km': 3752.4956629864946, 'circuity_avg': 1.0501579569070132, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0501579569070132\n", - "3766\n", - "10986201.75987543\n", - "{'n': 129, 'm': 344, 'k_avg': 5.333333333333333, 'intersection_count': 113, 'streets_per_node_avg': 2.89922480620155, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 94, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12403100775193798, 2: 0.0, 3: 0.7286821705426356, 4: 0.14728682170542637}, 'edge_length_total': 58296.85499999998, 'edge_length_avg': 169.467601744186, 'street_length_total': 30049.007999999994, 'street_length_avg': 168.81465168539322, 'street_segments_count': 178, 'node_density_km': 11.742001723575001, 'intersection_density_km': 10.285629416775, 'edge_density_km': 5306.370324720943, 'street_density_km': 2735.158943625728, 'circuity_avg': 1.084582865340659, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084582865340659\n", - "3767\n", - "2994059.9814841812\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 69, 'm': 184, 'k_avg': 5.333333333333333, 'intersection_count': 57, 'streets_per_node_avg': 2.753623188405797, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 50, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.7246376811594203, 4: 0.10144927536231885}, 'edge_length_total': 23785.751999999997, 'edge_length_avg': 129.2703913043478, 'street_length_total': 11892.876000000002, 'street_length_avg': 129.27039130434784, 'street_segments_count': 92, 'node_density_km': 23.045630490607643, 'intersection_density_km': 19.037694753110664, 'edge_density_km': 7944.3137903366905, 'street_density_km': 3972.1568951683466, 'circuity_avg': 1.0651978033852576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0651978033852576\n", - "3768\n", - "727561802.0510961\n", - "error with entry 3768\n", - "3769\n", - "998789.5142448196\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 4.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 0, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.0, 4: 1.0}, 'edge_length_total': 25.604, 'edge_length_avg': 12.802, 'street_length_total': 12.802, 'street_length_avg': 12.802, 'street_segments_count': 1, 'node_density_km': 2.0024239056135777, 'intersection_density_km': 2.0024239056135777, 'edge_density_km': 25.635030839665024, 'street_density_km': 12.817515419832512, 'circuity_avg': 1.0000200375279966, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0000200375279966\n", - "3770\n", - "998844.3193402637\n", - "error with entry 3770\n", - "3771\n", - "4994523.275495261\n", - "{'n': 328, 'm': 764, 'k_avg': 4.658536585365853, 'intersection_count': 243, 'streets_per_node_avg': 2.6128048780487805, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 202, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25914634146341464, 2: 0.0, 3: 0.6158536585365854, 4: 0.11890243902439024, 5: 0.006097560975609756}, 'edge_length_total': 71021.05399999997, 'edge_length_avg': 92.95949476439787, 'street_length_total': 41307.762, 'street_length_avg': 98.58654415274464, 'street_segments_count': 419, 'node_density_km': 65.67193341740413, 'intersection_density_km': 48.65329213545489, 'edge_density_km': 14219.78637049348, 'street_density_km': 8270.611572213344, 'circuity_avg': 1.0750931879260506, 'self_loop_proportion': 0.002617801047120419, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750931879260506\n", - "3772\n", - "11982169.394741127\n", - "{'n': 142, 'm': 368, 'k_avg': 5.183098591549296, 'intersection_count': 112, 'streets_per_node_avg': 2.7253521126760565, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 91, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2112676056338028, 2: 0.0, 3: 0.6408450704225352, 4: 0.14788732394366197}, 'edge_length_total': 82480.008, 'edge_length_avg': 224.13045652173915, 'street_length_total': 41240.004000000015, 'street_length_avg': 224.1304565217392, 'street_segments_count': 184, 'node_density_km': 11.85094245640715, 'intersection_density_km': 9.347222219138034, 'edge_density_km': 6883.562173323954, 'street_density_km': 3441.781086661978, 'circuity_avg': 1.0532103023160357, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0532103023160357\n", - "3773\n", - "9979761.45402586\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 8287.208, 'edge_length_avg': 2071.802, 'street_length_total': 4143.604, 'street_length_avg': 2071.802, 'street_segments_count': 2, 'node_density_km': 0.3006083876674019, 'intersection_density_km': 0.20040559177826792, 'edge_density_km': 830.4014117147981, 'street_density_km': 415.20070585739904, 'circuity_avg': 1.0191826599263076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0191826599263076\n", - "3774\n", - "5988323.446348239\n", - "{'n': 588, 'm': 1684, 'k_avg': 5.727891156462585, 'intersection_count': 560, 'streets_per_node_avg': 3.0850340136054424, 'streets_per_node_counts': {0: 0, 1: 28, 2: 4, 3: 448, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.047619047619047616, 2: 0.006802721088435374, 3: 0.7619047619047619, 4: 0.18027210884353742, 5: 0.003401360544217687}, 'edge_length_total': 125212.56600000018, 'edge_length_avg': 74.35425534441816, 'street_length_total': 66664.49000000009, 'street_length_avg': 75.07262387387398, 'street_segments_count': 888, 'node_density_km': 98.19108891964919, 'intersection_density_km': 93.51532278061828, 'edge_density_km': 20909.452724427654, 'street_density_km': 11132.413036348764, 'circuity_avg': 1.0433542122748505, 'self_loop_proportion': 0.0023752969121140144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433542122748505\n", - "3775\n", - "6991849.591488706\n", - "{'n': 276, 'm': 774, 'k_avg': 5.608695652173913, 'intersection_count': 237, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 182, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14130434782608695, 2: 0.0, 3: 0.6594202898550725, 4: 0.19927536231884058}, 'edge_length_total': 90470.24000000003, 'edge_length_avg': 116.88661498708015, 'street_length_total': 45235.120000000046, 'street_length_avg': 116.88661498708022, 'street_segments_count': 387, 'node_density_km': 39.474533367534015, 'intersection_density_km': 33.89661017429551, 'edge_density_km': 12939.385897278304, 'street_density_km': 6469.692948639156, 'circuity_avg': 1.0518751114750216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518751114750216\n", - "3776\n", - "10978254.31893296\n", - "{'n': 133, 'm': 304, 'k_avg': 4.571428571428571, 'intersection_count': 122, 'streets_per_node_avg': 3.225563909774436, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 70, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08270676691729323, 2: 0.0, 3: 0.5263157894736842, 4: 0.39097744360902253}, 'edge_length_total': 56066.779, 'edge_length_avg': 184.43019407894738, 'street_length_total': 36238.859000000004, 'street_length_avg': 184.89213775510206, 'street_segments_count': 196, 'node_density_km': 12.114858713978768, 'intersection_density_km': 11.112877918085786, 'edge_density_km': 5107.075985961442, 'street_density_km': 3300.9673439157737, 'circuity_avg': 1.0854983698753207, 'self_loop_proportion': 0.006578947368421052, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854983698753207\n", - "3777\n", - "1997698.659795717\n", - "{'n': 14, 'm': 34, 'k_avg': 4.857142857142857, 'intersection_count': 12, 'streets_per_node_avg': 2.642857142857143, 'streets_per_node_counts': {0: 0, 1: 2, 2: 2, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.14285714285714285, 3: 0.6428571428571429, 4: 0.07142857142857142}, 'edge_length_total': 6085.131000000001, 'edge_length_avg': 178.97444117647063, 'street_length_total': 3160.777, 'street_length_avg': 175.59872222222222, 'street_segments_count': 18, 'node_density_km': 7.00806396968381, 'intersection_density_km': 6.006911974014694, 'edge_density_km': 3046.0705222790016, 'street_density_km': 1582.2091007075203, 'circuity_avg': 2.0241363248666917, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.0241363248666917\n", - "3778\n", - "14978808.864113618\n", - "{'n': 26, 'm': 58, 'k_avg': 4.461538461538462, 'intersection_count': 18, 'streets_per_node_avg': 2.423076923076923, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6538461538461539, 4: 0.038461538461538464}, 'edge_length_total': 31886.22799999999, 'edge_length_avg': 549.7625517241378, 'street_length_total': 15943.114000000003, 'street_length_avg': 549.762551724138, 'street_segments_count': 29, 'node_density_km': 1.7357855511656248, 'intersection_density_km': 1.2016976892685094, 'edge_density_km': 2128.7559170604904, 'street_density_km': 1064.377958530246, 'circuity_avg': 1.064870939099303, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064870939099303\n", - "3779\n", - "7987245.334661506\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 36, 'm': 90, 'k_avg': 5.0, 'intersection_count': 29, 'streets_per_node_avg': 2.6944444444444446, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 26, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19444444444444445, 2: 0.0, 3: 0.7222222222222222, 4: 0.08333333333333333}, 'edge_length_total': 22206.435999999998, 'edge_length_avg': 246.73817777777776, 'street_length_total': 11103.217999999997, 'street_length_avg': 246.7381777777777, 'street_segments_count': 45, 'node_density_km': 4.507185956060989, 'intersection_density_km': 3.630788686826908, 'edge_density_km': 2780.237124260199, 'street_density_km': 1390.1185621300992, 'circuity_avg': 1.3380949763704377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3380949763704377\n", - "3780\n", - "1997548.2601304008\n", - "error with entry 3780\n", - "3781\n", - "12989748.273099672\n", - "{'n': 471, 'm': 1210, 'k_avg': 5.138004246284501, 'intersection_count': 366, 'streets_per_node_avg': 2.7261146496815285, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 285, 4: 81}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2229299363057325, 2: 0.0, 3: 0.6050955414012739, 4: 0.17197452229299362}, 'edge_length_total': 171925.4420000003, 'edge_length_avg': 142.0871421487606, 'street_length_total': 88644.30799999998, 'street_length_avg': 139.81752050473182, 'street_segments_count': 634, 'node_density_km': 36.259363160669466, 'intersection_density_km': 28.176065640774997, 'edge_density_km': 13235.471418336785, 'street_density_km': 6824.174428658676, 'circuity_avg': 1.025212785441875, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025212785441875\n", - "3782\n", - "32941565.601514347\n", - "{'n': 464, 'm': 1252, 'k_avg': 5.396551724137931, 'intersection_count': 390, 'streets_per_node_avg': 2.8060344827586206, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 333, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15948275862068967, 2: 0.0, 3: 0.7176724137931034, 4: 0.1206896551724138, 5: 0.0021551724137931034}, 'edge_length_total': 247348.372, 'edge_length_avg': 197.56259744408945, 'street_length_total': 123674.18599999986, 'street_length_avg': 197.56259744408922, 'street_segments_count': 626, 'node_density_km': 14.085547894501698, 'intersection_density_km': 11.83914585960272, 'edge_density_km': 7508.7011647263425, 'street_density_km': 3754.3505823631667, 'circuity_avg': 1.0414659552900587, 'self_loop_proportion': 0.001597444089456869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414659552900587\n", - "3783\n", - "6986078.643989966\n", - "{'n': 214, 'm': 520, 'k_avg': 4.859813084112149, 'intersection_count': 151, 'streets_per_node_avg': 2.4766355140186915, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 137, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29439252336448596, 2: 0.0, 3: 0.6401869158878505, 4: 0.06542056074766354}, 'edge_length_total': 79088.23200000005, 'edge_length_avg': 152.09275384615393, 'street_length_total': 39544.116000000016, 'street_length_avg': 152.0927538461539, 'street_segments_count': 260, 'node_density_km': 30.63234911964546, 'intersection_density_km': 21.614414565731142, 'edge_density_km': 11320.833335885596, 'street_density_km': 5660.416667942796, 'circuity_avg': 1.066116231657129, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066116231657129\n", - "3784\n", - "3992067.81522159\n", - "{'n': 19, 'm': 34, 'k_avg': 3.5789473684210527, 'intersection_count': 17, 'streets_per_node_avg': 2.8947368421052633, 'streets_per_node_counts': {0: 0, 1: 2, 2: 2, 3: 11, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10526315789473684, 2: 0.10526315789473684, 3: 0.5789473684210527, 4: 0.21052631578947367}, 'edge_length_total': 4260.833999999999, 'edge_length_avg': 125.3186470588235, 'street_length_total': 2799.978, 'street_length_avg': 116.66575, 'street_segments_count': 24, 'node_density_km': 4.759438185782763, 'intersection_density_km': 4.258444692542472, 'edge_density_km': 1067.3250548885003, 'street_density_km': 701.3853796079815, 'circuity_avg': 1.033174937929654, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033174937929654\n", - "3785\n", - "9980055.92666478\n", - "{'n': 337, 'm': 829, 'k_avg': 4.919881305637982, 'intersection_count': 256, 'streets_per_node_avg': 2.6172106824925816, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 224, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2403560830860534, 2: 0.0, 3: 0.6646884272997032, 4: 0.09198813056379822, 5: 0.002967359050445104}, 'edge_length_total': 115957.24299999994, 'edge_length_avg': 139.87604704463203, 'street_length_total': 58245.41700000006, 'street_length_avg': 138.0223151658769, 'street_segments_count': 422, 'node_density_km': 33.76734584218122, 'intersection_density_km': 25.65115885934241, 'edge_density_km': 11618.897113610818, 'street_density_km': 5836.181423029861, 'circuity_avg': 1.0862682843130136, 'self_loop_proportion': 0.0024125452352231603, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862682843130136\n", - "3786\n", - "25966591.212825134\n", - "{'n': 64, 'm': 134, 'k_avg': 4.1875, 'intersection_count': 36, 'streets_per_node_avg': 2.171875, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 33, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4375, 2: 0.0, 3: 0.515625, 4: 0.046875}, 'edge_length_total': 68770.36399999999, 'edge_length_avg': 513.211671641791, 'street_length_total': 34385.182, 'street_length_avg': 513.2116716417911, 'street_segments_count': 67, 'node_density_km': 2.464705493125714, 'intersection_density_km': 1.386396839883214, 'edge_density_km': 2648.4170924227315, 'street_density_km': 1324.208546211366, 'circuity_avg': 1.0731755013629536, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731755013629536\n", - "3787\n", - "9987567.709062636\n", - "{'n': 156, 'm': 370, 'k_avg': 4.743589743589744, 'intersection_count': 130, 'streets_per_node_avg': 2.826923076923077, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 105, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6730769230769231, 4: 0.16025641025641027}, 'edge_length_total': 62497.50300000001, 'edge_length_avg': 168.9121702702703, 'street_length_total': 35391.77800000002, 'street_length_avg': 166.94234905660386, 'street_segments_count': 212, 'node_density_km': 15.619418515525746, 'intersection_density_km': 13.016182096271455, 'edge_density_km': 6257.529843155936, 'street_density_km': 3543.5832858370327, 'circuity_avg': 1.0540846863493687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540846863493687\n", - "3788\n", - "8991254.595881384\n", - "{'n': 99, 'm': 231, 'k_avg': 4.666666666666667, 'intersection_count': 77, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 66, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 48812.49499999998, 'edge_length_avg': 211.30950216450208, 'street_length_total': 26634.819999999996, 'street_length_avg': 209.72299212598423, 'street_segments_count': 127, 'node_density_km': 11.010699223815646, 'intersection_density_km': 8.563877174078835, 'edge_density_km': 5428.885866757625, 'street_density_km': 2962.3029484895897, 'circuity_avg': 1.0745530392725648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745530392725648\n", - "3789\n", - "33931880.696703866\n", - "{'n': 2225, 'm': 5769, 'k_avg': 5.18561797752809, 'intersection_count': 1933, 'streets_per_node_avg': 2.9042696629213482, 'streets_per_node_counts': {0: 0, 1: 292, 2: 3, 3: 1566, 4: 355, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13123595505617977, 2: 0.001348314606741573, 3: 0.7038202247191011, 4: 0.15955056179775282, 5: 0.0035955056179775282, 6: 0.00044943820224719103}, 'edge_length_total': 559498.263000002, 'edge_length_avg': 96.98357826313088, 'street_length_total': 323790.16099999944, 'street_length_avg': 101.56529516938502, 'street_segments_count': 3188, 'node_density_km': 65.5725516627829, 'intersection_density_km': 56.9670752198469, 'edge_density_km': 16488.86685654154, 'street_density_km': 9542.358229246407, 'circuity_avg': 1.079403291378426, 'self_loop_proportion': 0.004333506673600277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079403291378426\n", - "3790\n", - "6987710.42375986\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 32, 'm': 74, 'k_avg': 4.625, 'intersection_count': 23, 'streets_per_node_avg': 2.53125, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 20, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.625, 4: 0.09375}, 'edge_length_total': 21334.460000000006, 'edge_length_avg': 288.3035135135136, 'street_length_total': 10667.230000000003, 'street_length_avg': 288.3035135135136, 'street_segments_count': 37, 'node_density_km': 4.579468532524254, 'intersection_density_km': 3.2914930077518076, 'edge_density_km': 3053.1402571374197, 'street_density_km': 1526.5701285687098, 'circuity_avg': 1.0461077967696688, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461077967696688\n", - "3791\n", - "7983842.254035043\n", - "{'n': 18, 'm': 24, 'k_avg': 2.6666666666666665, 'intersection_count': 16, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 15, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8333333333333334, 4: 0.05555555555555555}, 'edge_length_total': 11433.218, 'edge_length_avg': 476.38408333333336, 'street_length_total': 11284.308, 'street_length_avg': 490.6220869565218, 'street_segments_count': 23, 'node_density_km': 2.254553562966851, 'intersection_density_km': 2.0040476115260897, 'edge_density_km': 1432.0445765598186, 'street_density_km': 1413.3931559452967, 'circuity_avg': 1.1380781486679847, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1380781486679847\n", - "3792\n", - "42914610.488135375\n", - "{'n': 3182, 'm': 9349, 'k_avg': 5.876178504085481, 'intersection_count': 3053, 'streets_per_node_avg': 3.15901948460088, 'streets_per_node_counts': {0: 0, 1: 129, 2: 1, 3: 2299, 4: 742, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04054054054054054, 2: 0.00031426775612822125, 3: 0.7225015713387807, 4: 0.23318667504714016, 5: 0.0031426775612822125, 6: 0.00031426775612822125}, 'edge_length_total': 885147.5939999981, 'edge_length_avg': 94.67831789496182, 'street_length_total': 479669.99499999994, 'street_length_avg': 96.2033684316085, 'street_segments_count': 4986, 'node_density_km': 74.14724178563218, 'intersection_density_km': 71.1412725240525, 'edge_density_km': 20625.78650794734, 'street_density_km': 11177.312098233178, 'circuity_avg': 1.0292398919260743, 'self_loop_proportion': 0.0002139266231682533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292398919260743\n", - "3793\n", - "11982663.813544404\n", - "{'n': 306, 'm': 852, 'k_avg': 5.568627450980392, 'intersection_count': 265, 'streets_per_node_avg': 2.957516339869281, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 196, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13398692810457516, 2: 0.0, 3: 0.6405228758169934, 4: 0.22549019607843138}, 'edge_length_total': 147530.0700000001, 'edge_length_avg': 173.15735915492968, 'street_length_total': 76346.94, 'street_length_avg': 173.12231292517006, 'street_segments_count': 441, 'node_density_km': 25.536892694437277, 'intersection_density_km': 22.115282888973457, 'edge_density_km': 12311.959368603995, 'street_density_km': 6371.4497200282385, 'circuity_avg': 1.0253052006287449, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253052006287449\n", - "3794\n", - "4997749.673733419\n", - "{'n': 181, 'm': 453, 'k_avg': 5.005524861878453, 'intersection_count': 138, 'streets_per_node_avg': 2.729281767955801, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 102, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23756906077348067, 2: 0.0, 3: 0.56353591160221, 4: 0.19337016574585636, 5: 0.0055248618784530384}, 'edge_length_total': 56678.52599999998, 'edge_length_avg': 125.11815894039731, 'street_length_total': 28660.258999999995, 'street_length_avg': 123.00540343347637, 'street_segments_count': 233, 'node_density_km': 36.2162996980978, 'intersection_density_km': 27.612427394129814, 'edge_density_km': 11340.809304212307, 'street_density_km': 5734.6327589453285, 'circuity_avg': 1.034913767145343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034913767145343\n", - "3795\n", - "9984669.370974349\n", - "{'n': 91, 'm': 218, 'k_avg': 4.791208791208791, 'intersection_count': 67, 'streets_per_node_avg': 2.5934065934065935, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 56, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26373626373626374, 2: 0.0, 3: 0.6153846153846154, 4: 0.12087912087912088}, 'edge_length_total': 64498.47000000002, 'edge_length_avg': 295.8645412844038, 'street_length_total': 32249.234999999997, 'street_length_avg': 295.86454128440363, 'street_segments_count': 109, 'node_density_km': 9.113972292817124, 'intersection_density_km': 6.710287292513708, 'edge_density_km': 6459.7502033966675, 'street_density_km': 3229.8751016983324, 'circuity_avg': 1.0693269115692805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693269115692805\n", - "3796\n", - "17969465.756619833\n", - "{'n': 99, 'm': 245, 'k_avg': 4.94949494949495, 'intersection_count': 75, 'streets_per_node_avg': 2.6262626262626263, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 64, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24242424242424243, 2: 0.0, 3: 0.6464646464646465, 4: 0.1111111111111111}, 'edge_length_total': 65868.83399999999, 'edge_length_avg': 268.8523836734693, 'street_length_total': 33111.084, 'street_length_avg': 269.1958048780488, 'street_segments_count': 123, 'node_density_km': 5.509345761352368, 'intersection_density_km': 4.173746788903309, 'edge_density_km': 3665.597791950734, 'street_density_km': 1842.6304069614366, 'circuity_avg': 1.0658687281613808, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658687281613808\n", - "3797\n", - "165843193.45404458\n", - "{'n': 18014, 'm': 53463, 'k_avg': 5.935716664816254, 'intersection_count': 17099, 'streets_per_node_avg': 3.1486066392805596, 'streets_per_node_counts': {0: 0, 1: 915, 2: 16, 3: 12667, 4: 4318, 5: 90, 6: 7, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.050793827023426226, 2: 0.0008881980681692017, 3: 0.7031753080937049, 4: 0.2397024536471633, 5: 0.0049961141334517595, 6: 0.00038858665482402574, 7: 5.551237926057511e-05}, 'edge_length_total': 4120688.6259999443, 'edge_length_avg': 77.0755218749405, 'street_length_total': 2233719.4150000005, 'street_length_avg': 78.96908064059961, 'street_segments_count': 28286, 'node_density_km': 108.620677308603, 'intersection_density_km': 103.10341741422243, 'edge_density_km': 24846.896277005144, 'street_density_km': 13468.863982162571, 'circuity_avg': 1.0406330437307105, 'self_loop_proportion': 0.0012532031498419468, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406330437307105\n", - "3798\n", - "8987927.125676654\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 6634.762000000001, 'edge_length_avg': 1105.7936666666667, 'street_length_total': 3317.3810000000003, 'street_length_avg': 1105.7936666666667, 'street_segments_count': 3, 'node_density_km': 0.4450414365925181, 'intersection_density_km': 0.33378107744438856, 'edge_density_km': 738.1860029823622, 'street_density_km': 369.0930014911811, 'circuity_avg': 1.1422897316411156, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1422897316411156\n", - "3799\n", - "6987342.47061901\n", - "{'n': 12, 'm': 32, 'k_avg': 5.333333333333333, 'intersection_count': 11, 'streets_per_node_avg': 3.0833333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.6666666666666666, 4: 0.25}, 'edge_length_total': 16140.638, 'edge_length_avg': 504.3949375, 'street_length_total': 8070.3189999999995, 'street_length_avg': 504.39493749999997, 'street_segments_count': 16, 'node_density_km': 1.717391132674354, 'intersection_density_km': 1.5742752049514912, 'edge_density_km': 2309.9823814088936, 'street_density_km': 1154.9911907044466, 'circuity_avg': 1.0727613913672642, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0727613913672642\n", - "3800\n", - "2993992.9206300415\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1068.79, 'edge_length_avg': 534.395, 'street_length_total': 534.395, 'street_length_avg': 534.395, 'street_segments_count': 1, 'node_density_km': 0.668004251519449, 'intersection_density_km': 0.3340021257597245, 'edge_density_km': 356.97813199073596, 'street_density_km': 178.48906599536798, 'circuity_avg': 1.0109303486963392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0109303486963392\n", - "3801\n", - "25958233.49135303\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.5714285714285716, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.5714285714285714, 4: 0.14285714285714285}, 'edge_length_total': 25422.106000000003, 'edge_length_avg': 1815.8647142857146, 'street_length_total': 12711.053, 'street_length_avg': 1815.8647142857142, 'street_segments_count': 7, 'node_density_km': 0.26966395854062164, 'intersection_density_km': 0.19261711324330116, 'edge_density_km': 979.3465340570414, 'street_density_km': 489.6732670285206, 'circuity_avg': 1.1956397164433614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1956397164433614\n", - "3802\n", - "11977551.932836475\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 10, 'streets_per_node_avg': 2.909090909090909, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.8181818181818182, 4: 0.09090909090909091}, 'edge_length_total': 18040.636, 'edge_length_avg': 751.6931666666666, 'street_length_total': 9020.318, 'street_length_avg': 751.6931666666666, 'street_segments_count': 12, 'node_density_km': 0.9183846633837992, 'intersection_density_km': 0.8348951485307265, 'edge_density_km': 1506.2039472808772, 'street_density_km': 753.1019736404386, 'circuity_avg': 1.0599035060001916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599035060001916\n", - "3803\n", - "21955035.650452543\n", - "{'n': 210, 'm': 548, 'k_avg': 5.219047619047619, 'intersection_count': 166, 'streets_per_node_avg': 2.6809523809523808, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 145, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20952380952380953, 2: 0.0, 3: 0.6904761904761905, 4: 0.1}, 'edge_length_total': 129478.89400000007, 'edge_length_avg': 236.27535401459866, 'street_length_total': 64739.44700000003, 'street_length_avg': 236.27535401459863, 'street_segments_count': 274, 'node_density_km': 9.565003826157367, 'intersection_density_km': 7.560907786391062, 'edge_density_km': 5897.457697698214, 'street_density_km': 2948.7288488491067, 'circuity_avg': 1.0305735499397601, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0305735499397601\n", - "3804\n", - "29959472.262210943\n", - "{'n': 2117, 'm': 5563, 'k_avg': 5.255550307038262, 'intersection_count': 1740, 'streets_per_node_avg': 2.7916863486065187, 'streets_per_node_counts': {0: 0, 1: 377, 2: 0, 3: 1436, 4: 295, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1780821917808219, 2: 0.0, 3: 0.6783183750590458, 4: 0.13934813415210204, 5: 0.004251299008030231}, 'edge_length_total': 536341.2580000007, 'edge_length_avg': 96.41223404637799, 'street_length_total': 290023.09500000085, 'street_length_avg': 99.32297773972631, 'street_segments_count': 2920, 'node_density_km': 70.6621258702963, 'intersection_density_km': 58.07845961942161, 'edge_density_km': 17902.22649136944, 'street_density_km': 9680.51414463059, 'circuity_avg': 1.0359585862908434, 'self_loop_proportion': 0.0010785547366528852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359585862908434\n", - "3805\n", - "8992072.158855693\n", - "{'n': 187, 'm': 518, 'k_avg': 5.540106951871658, 'intersection_count': 144, 'streets_per_node_avg': 2.9251336898395723, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 72, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22994652406417113, 2: 0.0, 3: 0.3850267379679144, 4: 0.3850267379679144}, 'edge_length_total': 88894.10900000001, 'edge_length_avg': 171.61024903474905, 'street_length_total': 45563.083, 'street_length_avg': 171.93616226415094, 'street_segments_count': 265, 'node_density_km': 20.796096461018294, 'intersection_density_km': 16.014106365703924, 'edge_density_km': 9885.831366739436, 'street_density_km': 5067.028177162474, 'circuity_avg': 1.010547623931878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.010547623931878\n", - "3806\n", - "8981516.810285777\n", - "{'n': 154, 'm': 422, 'k_avg': 5.48051948051948, 'intersection_count': 133, 'streets_per_node_avg': 2.8506493506493507, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 114, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.7402597402597403, 4: 0.12337662337662338}, 'edge_length_total': 99393.09000000003, 'edge_length_avg': 235.52864928909958, 'street_length_total': 49696.545000000006, 'street_length_avg': 235.52864928909955, 'street_segments_count': 211, 'node_density_km': 17.146324307230238, 'intersection_density_km': 14.808189174426113, 'edge_density_km': 11066.403604141058, 'street_density_km': 5533.201802070528, 'circuity_avg': 1.047076264795045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047076264795045\n", - "3807\n", - "9986304.630966615\n", - "{'n': 19, 'm': 38, 'k_avg': 4.0, 'intersection_count': 16, 'streets_per_node_avg': 2.6842105263157894, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.8421052631578947}, 'edge_length_total': 21987.471999999998, 'edge_length_avg': 578.6176842105262, 'street_length_total': 10993.735999999999, 'street_length_avg': 578.6176842105262, 'street_segments_count': 19, 'node_density_km': 1.9026056887031808, 'intersection_density_km': 1.6021942641710996, 'edge_density_km': 2201.762595126416, 'street_density_km': 1100.881297563208, 'circuity_avg': 1.07805560345296, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07805560345296\n", - "3808\n", - "6986039.1251269\n", - "{'n': 168, 'm': 470, 'k_avg': 5.595238095238095, 'intersection_count': 164, 'streets_per_node_avg': 3.261904761904762, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 115, 4: 47, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.023809523809523808, 2: 0.0, 3: 0.6845238095238095, 4: 0.27976190476190477, 5: 0.005952380952380952, 6: 0.005952380952380952}, 'edge_length_total': 53087.529999999984, 'edge_length_avg': 112.95219148936167, 'street_length_total': 33435.26099999999, 'street_length_avg': 127.61549999999997, 'street_segments_count': 262, 'node_density_km': 24.04796151165963, 'intersection_density_km': 23.47539099947726, 'edge_density_km': 7599.088560649259, 'street_density_km': 4786.011128930321, 'circuity_avg': 1.0289887307913248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289887307913248\n", - "3809\n", - "13982152.701803084\n", - "{'n': 66, 'm': 170, 'k_avg': 5.151515151515151, 'intersection_count': 52, 'streets_per_node_avg': 2.621212121212121, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 49, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21212121212121213, 2: 0.0, 3: 0.7424242424242424, 4: 0.045454545454545456}, 'edge_length_total': 38149.224, 'edge_length_avg': 224.40720000000002, 'street_length_total': 19074.611999999997, 'street_length_avg': 224.40719999999996, 'street_segments_count': 85, 'node_density_km': 4.720303189900715, 'intersection_density_km': 3.719026755679351, 'edge_density_km': 2728.4227839308624, 'street_density_km': 1364.211391965431, 'circuity_avg': 1.127517145074234, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.127517145074234\n", - "3810\n", - "3993714.497058342\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 38, 'm': 84, 'k_avg': 4.421052631578948, 'intersection_count': 37, 'streets_per_node_avg': 3.289473684210526, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 24, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02631578947368421, 2: 0.0, 3: 0.631578947368421, 4: 0.34210526315789475}, 'edge_length_total': 14798.112999999994, 'edge_length_avg': 176.16801190476184, 'street_length_total': 9297.895, 'street_length_avg': 154.96491666666668, 'street_segments_count': 60, 'node_density_km': 9.514951564011332, 'intersection_density_km': 9.264558101800507, 'edge_density_km': 3705.3507482570094, 'street_density_km': 2328.1321203227144, 'circuity_avg': 1.0817058705730431, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817058705730431\n", - "3811\n", - "3997718.8674204573\n", - "{'n': 47, 'm': 124, 'k_avg': 5.276595744680851, 'intersection_count': 37, 'streets_per_node_avg': 2.765957446808511, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 28, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2127659574468085, 2: 0.0, 3: 0.5957446808510638, 4: 0.19148936170212766}, 'edge_length_total': 17364.510000000006, 'edge_length_avg': 140.036370967742, 'street_length_total': 8682.255000000001, 'street_length_avg': 140.03637096774196, 'street_segments_count': 62, 'node_density_km': 11.75670465050158, 'intersection_density_km': 9.255278129118265, 'edge_density_km': 4343.60458448258, 'street_density_km': 2171.8022922412897, 'circuity_avg': 1.0070427986219306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0070427986219306\n", - "3812\n", - "998343.0019742612\n", - "{'n': 14, 'm': 26, 'k_avg': 3.7142857142857144, 'intersection_count': 9, 'streets_per_node_avg': 2.357142857142857, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35714285714285715, 2: 0.0, 3: 0.5714285714285714, 4: 0.07142857142857142}, 'edge_length_total': 3006.996, 'edge_length_avg': 115.65369230769231, 'street_length_total': 1503.4980000000003, 'street_length_avg': 115.65369230769232, 'street_segments_count': 13, 'node_density_km': 14.023236475153796, 'intersection_density_km': 9.014937734027441, 'edge_density_km': 3011.9868562743977, 'street_density_km': 1505.993428137199, 'circuity_avg': 1.0922079882447788, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0922079882447788\n", - "3813\n", - "4990861.783337815\n", - "{'n': 314, 'm': 872, 'k_avg': 5.554140127388535, 'intersection_count': 298, 'streets_per_node_avg': 3.0859872611464967, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 240, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.050955414012738856, 2: 0.0, 3: 0.7643312101910829, 4: 0.18152866242038215, 5: 0.0031847133757961785}, 'edge_length_total': 71401.71199999982, 'edge_length_avg': 81.88269724770622, 'street_length_total': 37755.88999999996, 'street_length_avg': 80.50296375266517, 'street_segments_count': 469, 'node_density_km': 62.91498615495647, 'intersection_density_km': 59.70912698782494, 'edge_density_km': 14306.489560255346, 'street_density_km': 7565.00412935687, 'circuity_avg': 1.0693749088218008, 'self_loop_proportion': 0.0022935779816513763, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693749088218008\n", - "3814\n", - "3996475.826880282\n", - "{'n': 133, 'm': 358, 'k_avg': 5.383458646616542, 'intersection_count': 118, 'streets_per_node_avg': 2.9398496240601504, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 96, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11278195488721804, 2: 0.0, 3: 0.7218045112781954, 4: 0.16541353383458646}, 'edge_length_total': 36200.820999999996, 'edge_length_avg': 101.11961173184356, 'street_length_total': 19763.065000000006, 'street_length_avg': 106.25303763440863, 'street_segments_count': 186, 'node_density_km': 33.27932052170627, 'intersection_density_km': 29.526013695949924, 'edge_density_km': 9058.18590381891, 'street_density_km': 4945.123117491091, 'circuity_avg': 1.0360353746080198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360353746080198\n", - "3815\n", - "70905704.15564428\n", - "{'n': 6411, 'm': 17942, 'k_avg': 5.5972547184526595, 'intersection_count': 6061, 'streets_per_node_avg': 3.03665574793324, 'streets_per_node_counts': {0: 0, 1: 350, 2: 5, 3: 5125, 4: 924, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05459366713461238, 2: 0.0007799095304944627, 3: 0.7994072687568242, 4: 0.1441272812353767, 5: 0.0007799095304944627, 6: 0.00031196381219778506}, 'edge_length_total': 1368985.5209999918, 'edge_length_avg': 76.30060868353539, 'street_length_total': 767598.3269999964, 'street_length_avg': 79.24822702870085, 'street_segments_count': 9686, 'node_density_km': 90.41585689533932, 'intersection_density_km': 85.47972370030442, 'edge_density_km': 19307.128210657742, 'street_density_km': 10825.621663879823, 'circuity_avg': 1.038208686869812, 'self_loop_proportion': 0.0008917623453349682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038208686869812\n", - "3816\n", - "998246.4064915592\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 2287.45, 'edge_length_avg': 228.74499999999998, 'street_length_total': 1143.725, 'street_length_avg': 228.74499999999998, 'street_segments_count': 5, 'node_density_km': 6.010540044003387, 'intersection_density_km': 4.007026696002258, 'edge_density_km': 2291.4683039425913, 'street_density_km': 1145.7341519712957, 'circuity_avg': 1.1240336690360235, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1240336690360235\n", - "3817\n", - "1996553.6585106978\n", - "{'n': 21, 'm': 46, 'k_avg': 4.380952380952381, 'intersection_count': 13, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 11, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38095238095238093, 2: 0.0, 3: 0.5238095238095238, 4: 0.09523809523809523}, 'edge_length_total': 4261.562, 'edge_length_avg': 92.64265217391304, 'street_length_total': 2130.781, 'street_length_avg': 92.64265217391304, 'street_segments_count': 23, 'node_density_km': 10.518124524469163, 'intersection_density_km': 6.511219943719006, 'edge_density_km': 2134.45903736885, 'street_density_km': 1067.229518684425, 'circuity_avg': 1.040585362684499, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040585362684499\n", - "3818\n", - "3993825.6973118875\n", - "{'n': 53, 'm': 122, 'k_avg': 4.60377358490566, 'intersection_count': 50, 'streets_per_node_avg': 3.0754716981132075, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 40, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05660377358490566, 2: 0.0, 3: 0.7547169811320755, 4: 0.18867924528301888}, 'edge_length_total': 15769.345000000014, 'edge_length_avg': 129.2569262295083, 'street_length_total': 9998.947000000004, 'street_length_avg': 138.87426388888895, 'street_segments_count': 72, 'node_density_km': 13.270483996252654, 'intersection_density_km': 12.519324524766654, 'edge_density_km': 3948.430951960132, 'street_density_km': 2503.60124797884, 'circuity_avg': 1.0392025853818183, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0392025853818183\n", - "3819\n", - "7984311.414033971\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3597.952, 'edge_length_avg': 1798.976, 'street_length_total': 1798.9759999999999, 'street_length_avg': 1798.9759999999999, 'street_segments_count': 1, 'node_density_km': 0.25049123165269, 'intersection_density_km': 0.125245615826345, 'edge_density_km': 450.6277139536296, 'street_density_km': 225.31385697681478, 'circuity_avg': 1.1678279903454545, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1678279903454545\n", - "3820\n", - "13993247.294155521\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 90, 'm': 290, 'k_avg': 6.444444444444445, 'intersection_count': 87, 'streets_per_node_avg': 3.3555555555555556, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 49, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03333333333333333, 2: 0.0, 3: 0.5444444444444444, 4: 0.4222222222222222}, 'edge_length_total': 47015.501999999986, 'edge_length_avg': 162.12242068965512, 'street_length_total': 23507.750999999993, 'street_length_avg': 162.12242068965512, 'street_segments_count': 145, 'node_density_km': 6.431673657163894, 'intersection_density_km': 6.217284535258431, 'edge_density_km': 3359.8707299081807, 'street_density_km': 1679.9353649540903, 'circuity_avg': 1.0195662874560363, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0195662874560363\n", - "3821\n", - "399350084.4797445\n", - "error with entry 3821\n", - "3822\n", - "9983898.44490803\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 8950.528, 'edge_length_avg': 1491.7546666666667, 'street_length_total': 4475.264, 'street_length_avg': 1491.7546666666667, 'street_segments_count': 3, 'node_density_km': 0.40064510091647343, 'intersection_density_km': 0.40064510091647343, 'edge_density_km': 896.4962984539303, 'street_density_km': 448.24814922696515, 'circuity_avg': 1.0099825636299125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0099825636299125\n", - "3823\n", - "11976365.005591419\n", - "{'n': 134, 'm': 351, 'k_avg': 5.2388059701492535, 'intersection_count': 126, 'streets_per_node_avg': 3.0223880597014925, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 108, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05970149253731343, 2: 0.0, 3: 0.8059701492537313, 4: 0.12686567164179105, 5: 0.007462686567164179}, 'edge_length_total': 59068.65100000002, 'edge_length_avg': 168.28675498575504, 'street_length_total': 33090.687, 'street_length_avg': 171.45433678756476, 'street_segments_count': 193, 'node_density_km': 11.188703745872749, 'intersection_density_km': 10.520721432686315, 'edge_density_km': 4932.101766472763, 'street_density_km': 2762.999205898527, 'circuity_avg': 1.1063743731512201, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1063743731512201\n", - "3824\n", - "11975412.216929555\n", - "{'n': 76, 'm': 153, 'k_avg': 4.026315789473684, 'intersection_count': 67, 'streets_per_node_avg': 2.8684210526315788, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 59, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11842105263157894, 2: 0.0, 3: 0.7763157894736842, 4: 0.10526315789473684}, 'edge_length_total': 41589.73899999998, 'edge_length_avg': 271.828359477124, 'street_length_total': 27885.32199999999, 'street_length_avg': 270.73128155339793, 'street_segments_count': 103, 'node_density_km': 6.346336862839622, 'intersection_density_km': 5.594796971187562, 'edge_density_km': 3472.927549099718, 'street_density_km': 2328.5479860625346, 'circuity_avg': 1.0872068541320405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872068541320405\n", - "3825\n", - "3994868.7410453563\n", - "{'n': 41, 'm': 102, 'k_avg': 4.975609756097561, 'intersection_count': 33, 'streets_per_node_avg': 2.682926829268293, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 30, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1951219512195122, 2: 0.0, 3: 0.7317073170731707, 4: 0.07317073170731707}, 'edge_length_total': 25505.076000000005, 'edge_length_avg': 250.0497647058824, 'street_length_total': 12752.537999999999, 'street_length_avg': 250.04976470588232, 'street_segments_count': 51, 'node_density_km': 10.263165740276948, 'intersection_density_km': 8.26059681534486, 'edge_density_km': 6384.4590782038995, 'street_density_km': 3192.229539101949, 'circuity_avg': 1.0506020228592028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506020228592028\n", - "3826\n", - "4997289.148267254\n", - "{'n': 301, 'm': 864, 'k_avg': 5.740863787375416, 'intersection_count': 289, 'streets_per_node_avg': 3.13953488372093, 'streets_per_node_counts': {0: 0, 1: 12, 2: 1, 3: 222, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03986710963455149, 2: 0.0033222591362126247, 3: 0.7375415282392026, 4: 0.2159468438538206, 5: 0.0033222591362126247}, 'edge_length_total': 79461.29599999989, 'edge_length_avg': 91.96909259259246, 'street_length_total': 43243.747999999956, 'street_length_avg': 94.41866375545843, 'street_segments_count': 458, 'node_density_km': 60.23265636017238, 'intersection_density_km': 57.83135444548112, 'edge_density_km': 15900.880185720707, 'street_density_km': 8653.441239235512, 'circuity_avg': 1.047680571391553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047680571391553\n", - "3827\n", - "151727354.14028242\n", - "error with entry 3827\n", - "3828\n", - "6987113.691553282\n", - "{'n': 131, 'm': 370, 'k_avg': 5.648854961832061, 'intersection_count': 119, 'streets_per_node_avg': 2.9389312977099236, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 103, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0916030534351145, 2: 0.0, 3: 0.7862595419847328, 4: 0.12213740458015267}, 'edge_length_total': 57495.81000000001, 'edge_length_avg': 155.3940810810811, 'street_length_total': 28747.904999999988, 'street_length_avg': 155.39408108108103, 'street_segments_count': 185, 'node_density_km': 18.748800403572343, 'intersection_density_km': 17.031353038359608, 'edge_density_km': 8228.835616272663, 'street_density_km': 4114.41780813633, 'circuity_avg': 1.0677730449719585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0677730449719585\n", - "3829\n", - "1998164.4643654446\n", - "{'n': 80, 'm': 220, 'k_avg': 5.5, 'intersection_count': 67, 'streets_per_node_avg': 2.8625, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 52, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1625, 2: 0.0, 3: 0.65, 4: 0.1875}, 'edge_length_total': 19023.683999999987, 'edge_length_avg': 86.47129090909085, 'street_length_total': 9511.842000000002, 'street_length_avg': 86.47129090909092, 'street_segments_count': 110, 'node_density_km': 40.03674443555152, 'intersection_density_km': 33.5307734647744, 'edge_density_km': 9520.579681633624, 'street_density_km': 4760.289840816817, 'circuity_avg': 1.0246864617733085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0246864617733085\n", - "3830\n", - "998301.3241233084\n", - "error with entry 3830\n", - "3831\n", - "5989863.187437201\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 7887.378000000001, 'edge_length_avg': 1971.8445000000002, 'street_length_total': 3943.6889999999994, 'street_length_avg': 1971.8444999999997, 'street_segments_count': 2, 'node_density_km': 0.5008461639477894, 'intersection_density_km': 0.33389744263185955, 'edge_density_km': 1316.7876716353956, 'street_density_km': 658.3938358176977, 'circuity_avg': 1.020809129471138, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020809129471138\n", - "3832\n", - "3993674.4060192048\n", - "{'n': 320, 'm': 699, 'k_avg': 4.36875, 'intersection_count': 199, 'streets_per_node_avg': 2.3, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 181, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.378125, 2: 0.0, 3: 0.565625, 4: 0.05625}, 'edge_length_total': 54651.64300000001, 'edge_length_avg': 78.18546924177397, 'street_length_total': 29123.931000000008, 'street_length_avg': 81.12515598885795, 'street_segments_count': 359, 'node_density_km': 80.12671226219666, 'intersection_density_km': 49.82879918805355, 'edge_density_km': 13684.551479116548, 'street_density_km': 7292.515122440845, 'circuity_avg': 1.0416656964414017, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416656964414017\n", - "3833\n", - "3993494.9358107103\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 131, 'm': 284, 'k_avg': 4.33587786259542, 'intersection_count': 78, 'streets_per_node_avg': 2.236641221374046, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 72, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40458015267175573, 2: 0.0, 3: 0.549618320610687, 4: 0.04580152671755725}, 'edge_length_total': 54463.981999999996, 'edge_length_avg': 191.77458450704225, 'street_length_total': 27231.991000000013, 'street_length_avg': 191.77458450704233, 'street_segments_count': 142, 'node_density_km': 32.803346969414896, 'intersection_density_km': 19.531763844384443, 'edge_density_km': 13638.174800625704, 'street_density_km': 6819.087400312856, 'circuity_avg': 1.3000067358487712, 'self_loop_proportion': 0.007042253521126761, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3000067358487712\n", - "3834\n", - "5995018.366822143\n", - "{'n': 188, 'm': 598, 'k_avg': 6.361702127659575, 'intersection_count': 184, 'streets_per_node_avg': 3.2819148936170213, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 123, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02127659574468085, 2: 0.0, 3: 0.6542553191489362, 4: 0.324468085106383}, 'edge_length_total': 64242.89599999999, 'edge_length_avg': 107.42959197324413, 'street_length_total': 32121.448000000015, 'street_length_avg': 107.4295919732442, 'street_segments_count': 299, 'node_density_km': 31.359370146459714, 'intersection_density_km': 30.69214950504568, 'edge_density_km': 10716.04656885381, 'street_density_km': 5358.023284426908, 'circuity_avg': 1.013278972044298, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013278972044298\n", - "3835\n", - "9992596.92075675\n", - "{'n': 185, 'm': 434, 'k_avg': 4.691891891891892, 'intersection_count': 138, 'streets_per_node_avg': 2.556756756756757, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 126, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25405405405405407, 2: 0.0, 3: 0.6810810810810811, 4: 0.06486486486486487}, 'edge_length_total': 81729.36300000014, 'edge_length_avg': 188.31650460829525, 'street_length_total': 41245.711999999985, 'street_length_avg': 183.3142755555555, 'street_segments_count': 225, 'node_density_km': 18.5137058431443, 'intersection_density_km': 13.810223818129263, 'edge_density_km': 8178.9912720516995, 'street_density_km': 4127.626914913766, 'circuity_avg': 1.0833162351959509, 'self_loop_proportion': 0.004608294930875576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0833162351959509\n", - "3836\n", - "2996682.7680285135\n", - "{'n': 27, 'm': 68, 'k_avg': 5.037037037037037, 'intersection_count': 22, 'streets_per_node_avg': 2.814814814814815, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 17, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.6296296296296297, 4: 0.18518518518518517}, 'edge_length_total': 21688.454000000012, 'edge_length_avg': 318.9478529411767, 'street_length_total': 10844.226999999999, 'street_length_avg': 318.94785294117645, 'street_segments_count': 34, 'node_density_km': 9.009962712123519, 'intersection_density_km': 7.341451098767312, 'edge_density_km': 7237.4874749483815, 'street_density_km': 3618.7437374741885, 'circuity_avg': 1.0394755713458528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0394755713458528\n", - "3837\n", - "33967136.85515437\n", - "error with entry 3837\n", - "3838\n", - "11980073.07514057\n", - "{'n': 815, 'm': 2293, 'k_avg': 5.626993865030675, 'intersection_count': 753, 'streets_per_node_avg': 3.056441717791411, 'streets_per_node_counts': {0: 0, 1: 62, 2: 4, 3: 580, 4: 164, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07607361963190185, 2: 0.0049079754601227, 3: 0.7116564417177914, 4: 0.20122699386503068, 5: 0.006134969325153374}, 'edge_length_total': 204877.56200000038, 'edge_length_avg': 89.34913301351958, 'street_length_total': 112018.75000000004, 'street_length_avg': 92.65405293631103, 'street_segments_count': 1209, 'node_density_km': 68.02963511893579, 'intersection_density_km': 62.8543745332008, 'edge_density_km': 17101.528572904503, 'street_density_km': 9350.422931262934, 'circuity_avg': 1.034101861704802, 'self_loop_proportion': 0.0008722197993894462, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034101861704802\n", - "3839\n", - "24986722.57861815\n", - "{'n': 1668, 'm': 4165, 'k_avg': 4.994004796163069, 'intersection_count': 1368, 'streets_per_node_avg': 2.852517985611511, 'streets_per_node_counts': {0: 0, 1: 300, 2: 0, 3: 1019, 4: 345, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17985611510791366, 2: 0.0, 3: 0.6109112709832134, 4: 0.2068345323741007, 5: 0.0017985611510791368, 6: 0.0005995203836930455}, 'edge_length_total': 428566.81000000087, 'edge_length_avg': 102.89719327731113, 'street_length_total': 240336.05899999975, 'street_length_avg': 101.79418000847087, 'street_segments_count': 2361, 'node_density_km': 66.75545361148545, 'intersection_density_km': 54.749077062657136, 'edge_density_km': 17151.781657300573, 'street_density_km': 9618.550742051388, 'circuity_avg': 1.0324261110069863, 'self_loop_proportion': 0.0004801920768307323, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324261110069863\n", - "3840\n", - "5995952.312091974\n", - "{'n': 168, 'm': 428, 'k_avg': 5.095238095238095, 'intersection_count': 146, 'streets_per_node_avg': 2.8392857142857144, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 129, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13095238095238096, 2: 0.0, 3: 0.7678571428571429, 4: 0.10119047619047619}, 'edge_length_total': 66698.119, 'edge_length_avg': 155.83672663551403, 'street_length_total': 35878.82300000002, 'street_length_avg': 157.3632587719299, 'street_segments_count': 228, 'node_density_km': 28.01890196177781, 'intersection_density_km': 24.34976003821167, 'edge_density_km': 11123.857483904703, 'street_density_km': 5983.840619886782, 'circuity_avg': 1.0398927757264906, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398927757264906\n", - "3841\n", - "2995856.4694653787\n", - "{'n': 36, 'm': 77, 'k_avg': 4.277777777777778, 'intersection_count': 28, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 18, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5, 4: 0.2777777777777778}, 'edge_length_total': 7921.153000000002, 'edge_length_avg': 102.87211688311692, 'street_length_total': 5087.079999999999, 'street_length_avg': 108.23574468085104, 'street_segments_count': 47, 'node_density_km': 12.016597045593551, 'intersection_density_km': 9.346242146572763, 'edge_density_km': 2644.0362149304033, 'street_density_km': 1698.0386249638343, 'circuity_avg': 1.021036779482263, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.021036779482263\n", - "3842\n", - "4989900.609000004\n", - "{'n': 53, 'm': 132, 'k_avg': 4.981132075471698, 'intersection_count': 42, 'streets_per_node_avg': 2.660377358490566, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 38, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20754716981132076, 2: 0.0, 3: 0.7169811320754716, 4: 0.07547169811320754}, 'edge_length_total': 24021.135999999995, 'edge_length_avg': 181.97830303030298, 'street_length_total': 12010.568, 'street_length_avg': 181.978303030303, 'street_segments_count': 66, 'node_density_km': 10.621454043474708, 'intersection_density_km': 8.417001317470524, 'edge_density_km': 4813.950794265204, 'street_density_km': 2406.9753971326027, 'circuity_avg': 1.0437231883024762, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437231883024762\n", - "3843\n", - "1997334.4026369671\n", - "{'n': 95, 'm': 200, 'k_avg': 4.2105263157894735, 'intersection_count': 57, 'streets_per_node_avg': 2.221052631578947, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 55, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.5789473684210527, 4: 0.021052631578947368}, 'edge_length_total': 15014.301999999989, 'edge_length_avg': 75.07150999999995, 'street_length_total': 7507.150999999994, 'street_length_avg': 75.07150999999995, 'street_segments_count': 100, 'node_density_km': 47.56339242671478, 'intersection_density_km': 28.538035456028865, 'edge_density_km': 7517.169874096926, 'street_density_km': 3758.584937048463, 'circuity_avg': 1.0304512921269522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304512921269522\n", - "3844\n", - "86833720.84523897\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 11054, 'm': 32511, 'k_avg': 5.882214582956395, 'intersection_count': 10336, 'streets_per_node_avg': 3.1137144924914057, 'streets_per_node_counts': {0: 0, 1: 718, 2: 10, 3: 7668, 4: 2615, 5: 41, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06495386285507508, 2: 0.0009046499004885109, 3: 0.6936855436945902, 4: 0.2365659489777456, 5: 0.003709064592002895, 6: 0.0001809299800977022}, 'edge_length_total': 2138963.1339999787, 'edge_length_avg': 65.79198222140133, 'street_length_total': 1150913.5929999943, 'street_length_avg': 67.03830341332679, 'street_segments_count': 17168, 'node_density_km': 127.30077546373026, 'intersection_density_km': 119.03209835291442, 'edge_density_km': 24632.86282309825, 'street_density_km': 13254.224070983111, 'circuity_avg': 1.0463189111824647, 'self_loop_proportion': 0.0012918704438497739, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463189111824647\n", - "3845\n", - "8994061.692698209\n", - "{'n': 230, 'm': 708, 'k_avg': 6.156521739130435, 'intersection_count': 213, 'streets_per_node_avg': 3.243478260869565, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 136, 4: 65, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07391304347826087, 2: 0.0, 3: 0.591304347826087, 4: 0.2826086956521739, 5: 0.04782608695652174, 6: 0.004347826086956522}, 'edge_length_total': 100172.816, 'edge_length_avg': 141.4870282485876, 'street_length_total': 50147.368000000075, 'street_length_avg': 141.260191549296, 'street_segments_count': 355, 'node_density_km': 25.57242854879732, 'intersection_density_km': 23.682292525625343, 'edge_density_km': 11137.661650834005, 'street_density_km': 5575.608630827161, 'circuity_avg': 1.0628936392139945, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628936392139945\n", - "3846\n", - "4990004.270345121\n", - "{'n': 487, 'm': 1357, 'k_avg': 5.572895277207392, 'intersection_count': 446, 'streets_per_node_avg': 3.034907597535934, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 351, 4: 92, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08418891170431211, 2: 0.0, 3: 0.7207392197125256, 4: 0.188911704312115, 5: 0.004106776180698152, 6: 0.002053388090349076}, 'edge_length_total': 97712.94900000002, 'edge_length_avg': 72.00659469417835, 'street_length_total': 51916.203000000016, 'street_length_avg': 72.20612378303201, 'street_segments_count': 719, 'node_density_km': 97.59510686076386, 'intersection_density_km': 89.3786810264901, 'edge_density_km': 19581.736548943267, 'street_density_km': 10404.03979381953, 'circuity_avg': 1.0384004015519448, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384004015519448\n", - "3847\n", - "549316597.54324\n", - "error with entry 3847\n", - "3848\n", - "17962752.852206662\n", - "{'n': 1522, 'm': 4284, 'k_avg': 5.629434954007884, 'intersection_count': 1419, 'streets_per_node_avg': 3.0466491458607097, 'streets_per_node_counts': {0: 0, 1: 103, 2: 4, 3: 1142, 4: 266, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06767411300919843, 2: 0.002628120893561104, 3: 0.7503285151116952, 4: 0.1747700394218134, 5: 0.003942181340341655, 6: 0.000657030223390276}, 'edge_length_total': 361316.1330000002, 'edge_length_avg': 84.34083403361349, 'street_length_total': 198974.56500000015, 'street_length_avg': 86.81263743455504, 'street_segments_count': 2292, 'node_density_km': 84.7308879948781, 'intersection_density_km': 78.99680030534299, 'edge_density_km': 20114.741653065375, 'street_density_km': 11077.06411356413, 'circuity_avg': 1.052243796080848, 'self_loop_proportion': 0.0009337068160597573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052243796080848\n", - "3849\n", - "6985603.6550069\n", - "{'n': 301, 'm': 856, 'k_avg': 5.687707641196013, 'intersection_count': 293, 'streets_per_node_avg': 3.13953488372093, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 238, 4: 53, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.026578073089700997, 2: 0.0, 3: 0.7906976744186046, 4: 0.1760797342192691, 5: 0.0033222591362126247, 6: 0.0033222591362126247}, 'edge_length_total': 74150.06699999995, 'edge_length_avg': 86.62391004672891, 'street_length_total': 40265.27700000001, 'street_length_avg': 87.15427922077924, 'street_segments_count': 462, 'node_density_km': 43.08861694211059, 'intersection_density_km': 41.94340453168905, 'edge_density_km': 10614.697120248617, 'street_density_km': 5764.036866182645, 'circuity_avg': 1.0303078049618217, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0303078049618217\n", - "3850\n", - "8982998.017221384\n", - "{'n': 175, 'm': 397, 'k_avg': 4.537142857142857, 'intersection_count': 158, 'streets_per_node_avg': 3.12, 'streets_per_node_counts': {0: 0, 1: 17, 2: 1, 3: 101, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09714285714285714, 2: 0.005714285714285714, 3: 0.5771428571428572, 4: 0.32}, 'edge_length_total': 61590.771999999975, 'edge_length_avg': 155.14048362720396, 'street_length_total': 43006.08900000001, 'street_length_avg': 163.52125095057036, 'street_segments_count': 263, 'node_density_km': 19.481246646665845, 'intersection_density_km': 17.58878268670402, 'edge_density_km': 6856.371545660343, 'street_density_km': 4787.4984406712165, 'circuity_avg': 1.12303680223889, 'self_loop_proportion': 0.012594458438287154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.12303680223889\n", - "3851\n", - "6988806.696315575\n", - "{'n': 435, 'm': 1215, 'k_avg': 5.586206896551724, 'intersection_count': 398, 'streets_per_node_avg': 3.0229885057471266, 'streets_per_node_counts': {0: 0, 1: 37, 2: 2, 3: 313, 4: 80, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08505747126436781, 2: 0.004597701149425287, 3: 0.7195402298850575, 4: 0.1839080459770115, 5: 0.006896551724137931}, 'edge_length_total': 99764.81399999985, 'edge_length_avg': 82.11095802469124, 'street_length_total': 52813.01299999998, 'street_length_avg': 81.62753168469857, 'street_segments_count': 647, 'node_density_km': 62.24238541743147, 'intersection_density_km': 56.94820550836259, 'edge_density_km': 14274.94253812955, 'street_density_km': 7556.799793567397, 'circuity_avg': 1.0696494788147461, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696494788147461\n", - "3852\n", - "5995288.490521058\n", - "{'n': 57, 'm': 132, 'k_avg': 4.631578947368421, 'intersection_count': 43, 'streets_per_node_avg': 2.543859649122807, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 41, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24561403508771928, 2: 0.0, 3: 0.7192982456140351, 4: 0.03508771929824561}, 'edge_length_total': 24558.566000000006, 'edge_length_avg': 186.04974242424248, 'street_length_total': 12279.283000000003, 'street_length_avg': 186.04974242424248, 'street_segments_count': 66, 'node_density_km': 9.50746575250227, 'intersection_density_km': 7.172298725571888, 'edge_density_km': 4096.310967992399, 'street_density_km': 2048.1554839961996, 'circuity_avg': 1.125025881277023, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.125025881277023\n", - "3853\n", - "12992816.028300095\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 7, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.7777777777777778}, 'edge_length_total': 5320.524, 'edge_length_avg': 332.53275, 'street_length_total': 2660.262, 'street_length_avg': 332.53275, 'street_segments_count': 8, 'node_density_km': 0.692690482217003, 'intersection_density_km': 0.5387592639465579, 'edge_density_km': 409.4973705785709, 'street_density_km': 204.74868528928545, 'circuity_avg': 1.1437054367997046, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1437054367997046\n", - "3854\n", - "17965139.41187402\n", - "{'n': 1786, 'm': 5461, 'k_avg': 6.115341545352743, 'intersection_count': 1728, 'streets_per_node_avg': 3.221724524076148, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 1229, 4: 486, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.032474804031354984, 2: 0.0, 3: 0.6881298992161254, 4: 0.2721164613661814, 5: 0.007278835386338186}, 'edge_length_total': 495391.9580000002, 'edge_length_avg': 90.71451345907347, 'street_length_total': 260715.08600000016, 'street_length_avg': 91.99544318983774, 'street_segments_count': 2834, 'node_density_km': 99.41475871985425, 'intersection_density_km': 96.18628391260255, 'edge_density_km': 27575.180277898206, 'street_density_km': 14512.277362439007, 'circuity_avg': 1.0439691227867518, 'self_loop_proportion': 0.0010986998718183483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439691227867518\n", - "3855\n", - "3991844.2204241073\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 57, 'm': 147, 'k_avg': 5.157894736842105, 'intersection_count': 45, 'streets_per_node_avg': 2.754385964912281, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 35, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.0, 3: 0.6140350877192983, 4: 0.17543859649122806}, 'edge_length_total': 14629.356000000002, 'edge_length_avg': 99.51942857142858, 'street_length_total': 8099.708999999999, 'street_length_avg': 107.99611999999999, 'street_segments_count': 75, 'node_density_km': 14.279114327248001, 'intersection_density_km': 11.27298499519579, 'edge_density_km': 3664.811348386167, 'street_density_km': 2029.0644004989397, 'circuity_avg': 1.0454533127735521, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454533127735521\n", - "3856\n", - "30935823.480240025\n", - "{'n': 2054, 'm': 5858, 'k_avg': 5.703992210321324, 'intersection_count': 1863, 'streets_per_node_avg': 3.0077896786757545, 'streets_per_node_counts': {0: 0, 1: 191, 2: 3, 3: 1464, 4: 391, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09298928919182084, 2: 0.0014605647517039922, 3: 0.7127555988315482, 4: 0.19036027263875366, 5: 0.0024342745861733205}, 'edge_length_total': 509877.2940000004, 'edge_length_avg': 87.03948344144766, 'street_length_total': 270172.9010000009, 'street_length_avg': 88.1765342689298, 'street_segments_count': 3064, 'node_density_km': 66.39551720069691, 'intersection_density_km': 60.221445250680794, 'edge_density_km': 16481.77538657343, 'street_density_km': 8733.33471056852, 'circuity_avg': 1.05702866140724, 'self_loop_proportion': 0.0010242403550699897, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05702866140724\n", - "3857\n", - "14984672.960533673\n", - "{'n': 266, 'm': 810, 'k_avg': 6.090225563909774, 'intersection_count': 232, 'streets_per_node_avg': 3.0676691729323307, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 147, 4: 84, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12781954887218044, 2: 0.0, 3: 0.5526315789473685, 4: 0.3157894736842105, 5: 0.0037593984962406013}, 'edge_length_total': 121157.27600000013, 'edge_length_avg': 149.57688395061746, 'street_length_total': 60578.63799999998, 'street_length_avg': 149.57688395061723, 'street_segments_count': 405, 'node_density_km': 17.751471833958966, 'intersection_density_km': 15.482486712325112, 'edge_density_km': 8085.413430049604, 'street_density_km': 4042.7067150247963, 'circuity_avg': 1.0407515301339256, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407515301339256\n", - "3858\n", - "10990482.300825147\n", - "{'n': 263, 'm': 574, 'k_avg': 4.365019011406844, 'intersection_count': 157, 'streets_per_node_avg': 2.2433460076045626, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 144, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40304182509505704, 2: 0.0, 3: 0.5475285171102662, 4: 0.049429657794676805}, 'edge_length_total': 82879.9700000002, 'edge_length_avg': 144.390191637631, 'street_length_total': 41439.98499999996, 'street_length_avg': 144.39019163763052, 'street_segments_count': 287, 'node_density_km': 23.929796054560263, 'intersection_density_km': 14.285087378577801, 'edge_density_km': 7541.0676011713995, 'street_density_km': 3770.5338005856865, 'circuity_avg': 1.055026130242741, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055026130242741\n", - "3859\n", - "25965649.487316508\n", - "{'n': 430, 'm': 1207, 'k_avg': 5.613953488372093, 'intersection_count': 358, 'streets_per_node_avg': 2.932558139534884, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 243, 4: 115}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16744186046511628, 2: 0.0, 3: 0.5651162790697675, 4: 0.26744186046511625}, 'edge_length_total': 201280.54700000028, 'edge_length_avg': 166.7610165700085, 'street_length_total': 100930.16799999996, 'street_length_avg': 163.31742394822, 'street_segments_count': 618, 'node_density_km': 16.560340622715522, 'intersection_density_km': 13.78744637891199, 'edge_density_km': 7751.800974526756, 'street_density_km': 3887.0650260183756, 'circuity_avg': 1.0440356023125874, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440356023125874\n", - "3860\n", - "7983347.840464383\n", - "{'n': 446, 'm': 1230, 'k_avg': 5.515695067264574, 'intersection_count': 421, 'streets_per_node_avg': 3.1121076233183858, 'streets_per_node_counts': {0: 0, 1: 25, 2: 1, 3: 325, 4: 89, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05605381165919283, 2: 0.002242152466367713, 3: 0.7286995515695067, 4: 0.19955156950672645, 5: 0.013452914798206279}, 'edge_length_total': 103976.54499999988, 'edge_length_avg': 84.53377642276413, 'street_length_total': 59740.98500000007, 'street_length_avg': 87.21311678832127, 'street_segments_count': 685, 'node_density_km': 55.86628679003627, 'intersection_density_km': 52.734768472209126, 'edge_density_km': 13024.178211675124, 'street_density_km': 7483.1995541014785, 'circuity_avg': 1.0381045358489722, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381045358489722\n", - "3861\n", - "5988587.734407264\n", - "{'n': 159, 'm': 407, 'k_avg': 5.119496855345912, 'intersection_count': 140, 'streets_per_node_avg': 2.849056603773585, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 127, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11949685534591195, 2: 0.0, 3: 0.7987421383647799, 4: 0.07547169811320754, 5: 0.006289308176100629}, 'edge_length_total': 56625.76199999994, 'edge_length_avg': 139.1296363636362, 'street_length_total': 30504.978, 'street_length_avg': 141.22675, 'street_segments_count': 216, 'node_density_km': 26.550500226701185, 'intersection_density_km': 23.37779894174947, 'edge_density_km': 9455.611992566828, 'street_density_km': 5093.851731474935, 'circuity_avg': 1.0728312177440062, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728312177440062\n", - "3862\n", - "25950156.44710819\n", - "{'n': 462, 'm': 1169, 'k_avg': 5.0606060606060606, 'intersection_count': 372, 'streets_per_node_avg': 2.686147186147186, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 337, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19480519480519481, 2: 0.0, 3: 0.7294372294372294, 4: 0.07575757575757576}, 'edge_length_total': 227415.46400000044, 'edge_length_avg': 194.53846364414068, 'street_length_total': 120276.12599999984, 'street_length_avg': 201.13064548494958, 'street_segments_count': 598, 'node_density_km': 17.803360875363197, 'intersection_density_km': 14.335173691850885, 'edge_density_km': 8763.548861970077, 'street_density_km': 4634.890207507903, 'circuity_avg': 1.0505160165624756, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505160165624756\n", - "3863\n", - "19958217.59673971\n", - "{'n': 1248, 'm': 3681, 'k_avg': 5.899038461538462, 'intersection_count': 1189, 'streets_per_node_avg': 3.1330128205128207, 'streets_per_node_counts': {0: 0, 1: 59, 2: 1, 3: 907, 4: 277, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.047275641025641024, 2: 0.0008012820512820513, 3: 0.7267628205128205, 4: 0.2219551282051282, 5: 0.003205128205128205}, 'edge_length_total': 290878.2679999993, 'edge_length_avg': 79.02153436566131, 'street_length_total': 157268.6459999997, 'street_length_avg': 81.10812068076312, 'street_segments_count': 1939, 'node_density_km': 62.53063400831285, 'intersection_density_km': 59.57445820183011, 'edge_density_km': 14574.360991410173, 'street_density_km': 7879.894346160974, 'circuity_avg': 1.0605338925789078, 'self_loop_proportion': 0.0021733224667209996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605338925789078\n", - "3864\n", - "19980636.611270554\n", - "{'n': 1808, 'm': 5317, 'k_avg': 5.881637168141593, 'intersection_count': 1724, 'streets_per_node_avg': 3.1548672566371683, 'streets_per_node_counts': {0: 0, 1: 84, 2: 1, 3: 1294, 4: 410, 5: 18, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046460176991150445, 2: 0.0005530973451327434, 3: 0.7157079646017699, 4: 0.22676991150442477, 5: 0.00995575221238938, 6: 0.0005530973451327434}, 'edge_length_total': 394380.80500000034, 'edge_length_avg': 74.17355745721278, 'street_length_total': 214584.27599999987, 'street_length_avg': 75.6911026455026, 'street_segments_count': 2835, 'node_density_km': 90.48760733580202, 'intersection_density_km': 86.28353708347494, 'edge_density_km': 19738.150123682266, 'street_density_km': 10739.611563675528, 'circuity_avg': 1.036893667132965, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036893667132965\n", - "3865\n", - "3994613.69451523\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 67, 'm': 196, 'k_avg': 5.850746268656716, 'intersection_count': 67, 'streets_per_node_avg': 3.1492537313432836, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 57, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8507462686567164, 4: 0.14925373134328357}, 'edge_length_total': 31855.614000000012, 'edge_length_avg': 162.52864285714293, 'street_length_total': 15927.806999999999, 'street_length_avg': 162.52864285714284, 'street_segments_count': 98, 'node_density_km': 16.77258556740888, 'intersection_density_km': 16.77258556740888, 'edge_density_km': 7974.641964438036, 'street_density_km': 3987.320982219016, 'circuity_avg': 1.0782770406843576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782770406843576\n", - "3866\n", - "4996677.967861533\n", - "{'n': 21, 'm': 44, 'k_avg': 4.190476190476191, 'intersection_count': 15, 'streets_per_node_avg': 2.4761904761904763, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 14, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6666666666666666, 4: 0.047619047619047616}, 'edge_length_total': 16868.962000000003, 'edge_length_avg': 383.3855000000001, 'street_length_total': 8434.481000000002, 'street_length_avg': 383.3855000000001, 'street_segments_count': 22, 'node_density_km': 4.202792362259746, 'intersection_density_km': 3.001994544471247, 'edge_density_km': 3376.0354596595193, 'street_density_km': 1688.0177298297597, 'circuity_avg': 1.0586232370787692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586232370787692\n", - "3867\n", - "4993900.502412427\n", - "{'n': 238, 'm': 568, 'k_avg': 4.773109243697479, 'intersection_count': 164, 'streets_per_node_avg': 2.4411764705882355, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 150, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31092436974789917, 2: 0.0, 3: 0.6302521008403361, 4: 0.0546218487394958, 5: 0.004201680672268907}, 'edge_length_total': 50425.152, 'edge_length_avg': 88.77667605633803, 'street_length_total': 25212.576000000015, 'street_length_avg': 88.77667605633808, 'street_segments_count': 284, 'node_density_km': 47.65813813972229, 'intersection_density_km': 32.84006157527082, 'edge_density_km': 10097.348150136528, 'street_density_km': 5048.6740750682675, 'circuity_avg': 1.0557900171925017, 'self_loop_proportion': 0.0035211267605633804, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557900171925017\n", - "3868\n", - "9982440.209125353\n", - "{'n': 572, 'm': 1314, 'k_avg': 4.594405594405594, 'intersection_count': 377, 'streets_per_node_avg': 2.3986013986013988, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 334, 4: 40, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3409090909090909, 2: 0.0, 3: 0.583916083916084, 4: 0.06993006993006994, 5: 0.005244755244755245}, 'edge_length_total': 133163.91999999995, 'edge_length_avg': 101.34240487062401, 'street_length_total': 67708.27300000009, 'street_length_avg': 101.20818086696575, 'street_segments_count': 669, 'node_density_km': 57.300618688115115, 'intersection_density_km': 37.76631686262132, 'edge_density_km': 13339.816438696964, 'street_density_km': 6782.737645461198, 'circuity_avg': 1.0554325870831136, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554325870831136\n", - "3869\n", - "19961357.631694462\n", - "{'n': 1202, 'm': 3168, 'k_avg': 5.271214642262895, 'intersection_count': 994, 'streets_per_node_avg': 2.817803660565724, 'streets_per_node_counts': {0: 0, 1: 208, 2: 0, 3: 800, 4: 191, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17304492512479203, 2: 0.0, 3: 0.6655574043261231, 4: 0.1589018302828619, 5: 0.0024958402662229617}, 'edge_length_total': 377093.596000001, 'edge_length_avg': 119.03206944444476, 'street_length_total': 197209.8329999999, 'street_length_avg': 119.66616080097081, 'street_segments_count': 1648, 'node_density_km': 60.21634510928632, 'intersection_density_km': 49.796212178561234, 'edge_density_km': 18891.179796370925, 'street_density_km': 9879.580168779297, 'circuity_avg': 1.0278255777926832, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278255777926832\n", - "3870\n", - "13972712.635615733\n", - "{'n': 598, 'm': 1428, 'k_avg': 4.775919732441472, 'intersection_count': 449, 'streets_per_node_avg': 2.568561872909699, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 409, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2491638795986622, 2: 0.0, 3: 0.6839464882943144, 4: 0.06688963210702341}, 'edge_length_total': 216081.0540000003, 'edge_length_avg': 151.31726470588256, 'street_length_total': 108040.52700000009, 'street_length_avg': 151.31726470588248, 'street_segments_count': 714, 'node_density_km': 42.797702607561575, 'intersection_density_km': 32.13406098795175, 'edge_density_km': 15464.502823111148, 'street_density_km': 7732.25141155557, 'circuity_avg': 1.0468248421856783, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468248421856783\n", - "3871\n", - "63905836.54281446\n", - "error with entry 3871\n", - "3872\n", - "9982566.505377501\n", - "{'n': 395, 'm': 1101, 'k_avg': 5.574683544303798, 'intersection_count': 322, 'streets_per_node_avg': 2.881012658227848, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 224, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1848101265822785, 2: 0.0, 3: 0.5670886075949367, 4: 0.24556962025316456, 5: 0.002531645569620253}, 'edge_length_total': 169869.83100000018, 'edge_length_avg': 154.28685831062685, 'street_length_total': 85039.12699999992, 'street_length_avg': 153.7778065099456, 'street_segments_count': 553, 'node_density_km': 39.56898256447555, 'intersection_density_km': 32.25623388800285, 'edge_density_km': 17016.64906599852, 'street_density_km': 8518.763882433466, 'circuity_avg': 1.1156623000728827, 'self_loop_proportion': 0.0018165304268846503, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1156623000728827\n", - "3873\n", - "5988639.652865465\n", - "{'n': 246, 'm': 667, 'k_avg': 5.4227642276422765, 'intersection_count': 212, 'streets_per_node_avg': 2.869918699186992, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 176, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13821138211382114, 2: 0.0, 3: 0.7154471544715447, 4: 0.14634146341463414}, 'edge_length_total': 97410.2269999999, 'edge_length_avg': 146.04231934032967, 'street_length_total': 48783.055, 'street_length_avg': 144.3285650887574, 'street_segments_count': 338, 'node_density_km': 41.07777629971326, 'intersection_density_km': 35.40036006316752, 'edge_density_km': 16265.835422806033, 'street_density_km': 8145.932603685399, 'circuity_avg': 1.0438500632995942, 'self_loop_proportion': 0.0029985007496251873, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438500632995942\n", - "3874\n", - "27976893.93681709\n", - "{'n': 1418, 'm': 3587, 'k_avg': 5.059238363892807, 'intersection_count': 1255, 'streets_per_node_avg': 3.0063469675599435, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 921, 4: 333, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.114950634696756, 2: 0.0, 3: 0.6495063469675599, 4: 0.23483779971791255, 5: 0.0007052186177715092}, 'edge_length_total': 427559.86299999914, 'edge_length_avg': 119.19706244772766, 'street_length_total': 249756.88200000004, 'street_length_avg': 118.81868791627024, 'street_segments_count': 2102, 'node_density_km': 50.68468298169216, 'intersection_density_km': 44.85844650354279, 'edge_density_km': 15282.606566890472, 'street_density_km': 8927.255561823626, 'circuity_avg': 1.0370757145475167, 'self_loop_proportion': 0.002230275996654586, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0370757145475167\n", - "3875\n", - "41913090.84265431\n", - "{'n': 403, 'm': 922, 'k_avg': 4.575682382133995, 'intersection_count': 287, 'streets_per_node_avg': 2.4838709677419355, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 263, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2878411910669975, 2: 0.0, 3: 0.652605459057072, 4: 0.05955334987593052}, 'edge_length_total': 200701.48099999997, 'edge_length_avg': 217.6805650759219, 'street_length_total': 102828.59599999999, 'street_length_avg': 211.5814732510288, 'street_segments_count': 486, 'node_density_km': 9.615134362505021, 'intersection_density_km': 6.84750263533236, 'edge_density_km': 4788.515400915008, 'street_density_km': 2453.376592674308, 'circuity_avg': 1.0827150303049942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827150303049942\n", - "3876\n", - "16973201.879499584\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 116, 'm': 292, 'k_avg': 5.0344827586206895, 'intersection_count': 91, 'streets_per_node_avg': 2.6206896551724137, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 85, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21551724137931033, 2: 0.0, 3: 0.7327586206896551, 4: 0.05172413793103448}, 'edge_length_total': 76662.92800000007, 'edge_length_avg': 262.544273972603, 'street_length_total': 38331.46400000001, 'street_length_avg': 262.5442739726028, 'street_segments_count': 146, 'node_density_km': 6.83430273342274, 'intersection_density_km': 5.361392661564391, 'edge_density_km': 4516.703951574063, 'street_density_km': 2258.3519757870295, 'circuity_avg': 1.060687188141101, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060687188141101\n", - "3877\n", - "13977524.102167051\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 8252.565999999999, 'edge_length_avg': 1375.4276666666665, 'street_length_total': 4126.282999999999, 'street_length_avg': 1375.4276666666665, 'street_segments_count': 3, 'node_density_km': 0.2861737150844796, 'intersection_density_km': 0.2146302863133597, 'edge_density_km': 590.4168677999658, 'street_density_km': 295.2084338999829, 'circuity_avg': 1.0519010303186362, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519010303186362\n", - "3878\n", - "7985661.749683827\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 10749.812, 'edge_length_avg': 1791.6353333333334, 'street_length_total': 5374.905999999999, 'street_length_avg': 1791.635333333333, 'street_segments_count': 3, 'node_density_km': 0.5008977496646875, 'intersection_density_km': 0.37567331224851563, 'edge_density_km': 1346.1391600296133, 'street_density_km': 673.0695800148065, 'circuity_avg': 1.9563036925428514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.9563036925428514\n", - "3879\n", - "2994570.182193138\n", - "error with entry 3879\n", - "3880\n", - "4992462.013402397\n", - "{'n': 423, 'm': 1220, 'k_avg': 5.768321513002364, 'intersection_count': 396, 'streets_per_node_avg': 3.127659574468085, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 292, 4: 100, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06382978723404255, 2: 0.0, 3: 0.6903073286052009, 4: 0.2364066193853428, 5: 0.009456264775413711}, 'edge_length_total': 98390.90099999994, 'edge_length_avg': 80.64827950819667, 'street_length_total': 52305.63799999991, 'street_length_avg': 80.1005176110259, 'street_segments_count': 653, 'node_density_km': 84.72773530663733, 'intersection_density_km': 79.3195819891924, 'edge_density_km': 19707.891764797998, 'street_density_km': 10476.922580399016, 'circuity_avg': 1.04935590917805, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04935590917805\n", - "3881\n", - "3995883.96406581\n", - "{'n': 92, 'm': 216, 'k_avg': 4.695652173913044, 'intersection_count': 66, 'streets_per_node_avg': 2.4456521739130435, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 65, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2826086956521739, 2: 0.0, 3: 0.7065217391304348, 4: 0.010869565217391304}, 'edge_length_total': 38011.502, 'edge_length_avg': 175.97917592592592, 'street_length_total': 19005.751, 'street_length_avg': 175.97917592592592, 'street_segments_count': 108, 'node_density_km': 23.02369158547588, 'intersection_density_km': 16.516996137406608, 'edge_density_km': 9512.664116833692, 'street_density_km': 4756.332058416846, 'circuity_avg': 1.0710115819870094, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710115819870094\n", - "3882\n", - "9990527.771986669\n", - "{'n': 22, 'm': 50, 'k_avg': 4.545454545454546, 'intersection_count': 15, 'streets_per_node_avg': 2.409090909090909, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 14, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3181818181818182, 2: 0.0, 3: 0.6363636363636364, 4: 0.045454545454545456}, 'edge_length_total': 18105.504, 'edge_length_avg': 362.11008000000004, 'street_length_total': 9052.752, 'street_length_avg': 362.11008000000004, 'street_segments_count': 25, 'node_density_km': 2.2020858659427143, 'intersection_density_km': 1.501422181324578, 'edge_density_km': 1812.2670206440582, 'street_density_km': 906.1335103220291, 'circuity_avg': 1.3147829458897766, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3147829458897766\n", - "3883\n", - "12980769.051293936\n", - "{'n': 14, 'm': 34, 'k_avg': 4.857142857142857, 'intersection_count': 14, 'streets_per_node_avg': 3.0714285714285716, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 13, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.9285714285714286, 4: 0.07142857142857142}, 'edge_length_total': 22037.93600000001, 'edge_length_avg': 648.1745882352943, 'street_length_total': 11018.967999999999, 'street_length_avg': 648.1745882352941, 'street_segments_count': 17, 'node_density_km': 1.07851853343038, 'intersection_density_km': 1.07851853343038, 'edge_density_km': 1697.7373153251847, 'street_density_km': 848.8686576625919, 'circuity_avg': 1.0697773983508616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697773983508616\n", - "3884\n", - "4991690.687940297\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.1666666666666665, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8333333333333334, 4: 0.16666666666666666}, 'edge_length_total': 11598.5, 'edge_length_avg': 966.5416666666666, 'street_length_total': 5799.25, 'street_length_avg': 966.5416666666666, 'street_segments_count': 6, 'node_density_km': 1.2019975545551598, 'intersection_density_km': 1.2019975545551598, 'edge_density_km': 2323.5614394180034, 'street_density_km': 1161.7807197090017, 'circuity_avg': 1.0548291928670501, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548291928670501\n", - "3885\n", - "7985142.043151631\n", - "error with entry 3885\n", - "3886\n", - "17962182.66989887\n", - "error with entry 3886\n", - "3887\n", - "2998045.453032169\n", - "{'n': 297, 'm': 809, 'k_avg': 5.447811447811448, 'intersection_count': 263, 'streets_per_node_avg': 2.9023569023569022, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 224, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11447811447811448, 2: 0.0, 3: 0.7542087542087542, 4: 0.13131313131313133}, 'edge_length_total': 54095.798000000024, 'edge_length_avg': 66.86748825710757, 'street_length_total': 28280.91200000001, 'street_length_avg': 67.01637914691946, 'street_segments_count': 422, 'node_density_km': 99.06454210012713, 'intersection_density_km': 87.72382010886678, 'edge_density_km': 18043.688412158164, 'street_density_km': 9433.11648974408, 'circuity_avg': 1.1087291730981388, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1087291730981388\n", - "3888\n", - "5993663.465582142\n", - "{'n': 465, 'm': 1347, 'k_avg': 5.7935483870967746, 'intersection_count': 443, 'streets_per_node_avg': 3.1247311827956987, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 341, 4: 102}, 'streets_per_node_proportion': {0: 0.0, 1: 0.047311827956989246, 2: 0.0, 3: 0.7333333333333333, 4: 0.21935483870967742}, 'edge_length_total': 134897.3169999998, 'edge_length_avg': 100.14648626577565, 'street_length_total': 70945.312, 'street_length_avg': 101.49543919885552, 'street_segments_count': 699, 'node_density_km': 77.5819334318992, 'intersection_density_km': 73.9113903447986, 'edge_density_km': 22506.65519921675, 'street_density_km': 11836.719296536174, 'circuity_avg': 1.0306171039800809, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306171039800809\n", - "3889\n", - "9984675.604898928\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 366, 'm': 1057, 'k_avg': 5.775956284153006, 'intersection_count': 335, 'streets_per_node_avg': 2.9453551912568305, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 293, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08469945355191257, 2: 0.0, 3: 0.8005464480874317, 4: 0.11475409836065574}, 'edge_length_total': 141335.7899999998, 'edge_length_avg': 133.71408703878885, 'street_length_total': 71049.79500000006, 'street_length_avg': 133.55224624060162, 'street_segments_count': 532, 'node_density_km': 36.65617336835901, 'intersection_density_km': 33.55141551475483, 'edge_density_km': 14155.271096704848, 'street_density_km': 7115.88416203926, 'circuity_avg': 1.0593429976655362, 'self_loop_proportion': 0.000946073793755913, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593429976655362\n", - "3890\n", - "27950637.34608426\n", - "{'n': 354, 'm': 919, 'k_avg': 5.192090395480226, 'intersection_count': 289, 'streets_per_node_avg': 2.7457627118644066, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 249, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18361581920903955, 2: 0.0, 3: 0.7033898305084746, 4: 0.11299435028248588}, 'edge_length_total': 159424.42400000017, 'edge_length_avg': 173.47597823721455, 'street_length_total': 80539.034, 'street_length_avg': 169.55586105263157, 'street_segments_count': 475, 'node_density_km': 12.665185255591089, 'intersection_density_km': 10.339656889451481, 'edge_density_km': 5703.784927191819, 'street_density_km': 2881.4739715151113, 'circuity_avg': 1.076899547370838, 'self_loop_proportion': 0.002176278563656148, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076899547370838\n", - "3891\n", - "3995720.5788091724\n", - "{'n': 102, 'm': 238, 'k_avg': 4.666666666666667, 'intersection_count': 76, 'streets_per_node_avg': 2.549019607843137, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 70, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2549019607843137, 2: 0.0, 3: 0.6862745098039216, 4: 0.058823529411764705}, 'edge_length_total': 28807.178000000007, 'edge_length_avg': 121.03856302521011, 'street_length_total': 14403.588999999998, 'street_length_avg': 121.03856302521007, 'street_segments_count': 119, 'node_density_km': 25.52731052840502, 'intersection_density_km': 19.020349021164527, 'edge_density_km': 7209.5076299317425, 'street_density_km': 3604.75381496587, 'circuity_avg': 1.0285002607158236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285002607158236\n", - "3892\n", - "67866832.16502303\n", - "{'n': 2389, 'm': 5672, 'k_avg': 4.748430305567183, 'intersection_count': 1697, 'streets_per_node_avg': 2.50732524068648, 'streets_per_node_counts': {0: 0, 1: 692, 2: 1, 3: 1489, 4: 206, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2896609460025115, 2: 0.0004185851820845542, 3: 0.6232733361239012, 4: 0.08622854750941816, 5: 0.0004185851820845542}, 'edge_length_total': 944377.058999998, 'edge_length_avg': 166.4980710507754, 'street_length_total': 482953.00800000015, 'street_length_avg': 165.56496674665757, 'street_segments_count': 2917, 'node_density_km': 35.20128940438794, 'intersection_density_km': 25.00485061500475, 'edge_density_km': 13915.14866501619, 'street_density_km': 7116.186104364877, 'circuity_avg': 1.062901308477477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062901308477477\n", - "3893\n", - "14973578.043836128\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7142857142857143, 4: 0.14285714285714285}, 'edge_length_total': 11398.995999999997, 'edge_length_avg': 814.2139999999998, 'street_length_total': 5699.4980000000005, 'street_length_avg': 814.214, 'street_segments_count': 7, 'node_density_km': 0.46749013358777997, 'intersection_density_km': 0.40070582878952565, 'edge_density_km': 761.2740232580811, 'street_density_km': 380.63701162904067, 'circuity_avg': 1.0268245355727468, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268245355727468\n", - "3894\n", - "8983544.790522821\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 595.06, 'edge_length_avg': 297.53, 'street_length_total': 297.53, 'street_length_avg': 297.53, 'street_segments_count': 1, 'node_density_km': 0.2226292679154778, 'intersection_density_km': 0.1113146339577389, 'edge_density_km': 66.23888608289211, 'street_density_km': 33.119443041446054, 'circuity_avg': 0.9999987165760259, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 0.9999987165760259\n", - "3895\n", - "2998375.654521418\n", - "{'n': 80, 'm': 152, 'k_avg': 3.8, 'intersection_count': 77, 'streets_per_node_avg': 3.3875, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 42, 4: 33, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0375, 2: 0.0, 3: 0.525, 4: 0.4125, 5: 0.025}, 'edge_length_total': 22354.509000000013, 'edge_length_avg': 147.06913815789483, 'street_length_total': 18023.601, 'street_length_avg': 140.8093828125, 'street_segments_count': 128, 'node_density_km': 26.681113115150712, 'intersection_density_km': 25.680571373332562, 'edge_density_km': 7455.5397907831875, 'street_density_km': 6011.1217127917935, 'circuity_avg': 1.2859645796998376, 'self_loop_proportion': 0.006578947368421052, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2859645796998376\n", - "3896\n", - "7984535.5756121315\n", - "{'n': 35, 'm': 82, 'k_avg': 4.685714285714286, 'intersection_count': 26, 'streets_per_node_avg': 2.5142857142857142, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 25, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2571428571428571, 2: 0.0, 3: 0.7142857142857143, 4: 0.02857142857142857}, 'edge_length_total': 27184.920000000013, 'edge_length_avg': 331.5234146341465, 'street_length_total': 13592.459999999997, 'street_length_avg': 331.52341463414626, 'street_segments_count': 41, 'node_density_km': 4.383473486786579, 'intersection_density_km': 3.2562945901843166, 'edge_density_km': 3404.6964588689793, 'street_density_km': 1702.3482294344885, 'circuity_avg': 1.2927336354637404, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2927336354637404\n", - "3897\n", - "20969934.94453936\n", - "{'n': 166, 'm': 466, 'k_avg': 5.614457831325301, 'intersection_count': 147, 'streets_per_node_avg': 2.9939759036144578, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 110, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1144578313253012, 2: 0.0, 3: 0.6626506024096386, 4: 0.22289156626506024}, 'edge_length_total': 120995.01400000016, 'edge_length_avg': 259.6459527896999, 'street_length_total': 60497.50700000001, 'street_length_avg': 259.6459527896996, 'street_segments_count': 233, 'node_density_km': 7.916095135203409, 'intersection_density_km': 7.01003605346326, 'edge_density_km': 5769.927962104033, 'street_density_km': 2884.963981052014, 'circuity_avg': 1.030008856351955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030008856351955\n", - "3898\n", - "25953562.005208414\n", - "{'n': 57, 'm': 134, 'k_avg': 4.701754385964913, 'intersection_count': 42, 'streets_per_node_avg': 2.508771929824561, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 40, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2631578947368421, 2: 0.0, 3: 0.7017543859649122, 4: 0.03508771929824561}, 'edge_length_total': 44231.774, 'edge_length_avg': 330.0878656716418, 'street_length_total': 22115.886999999995, 'street_length_avg': 330.08786567164174, 'street_segments_count': 67, 'node_density_km': 2.19623032817465, 'intersection_density_km': 1.6182749786550052, 'edge_density_km': 1704.2660268029288, 'street_density_km': 852.1330134014643, 'circuity_avg': 1.085435054339282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085435054339282\n", - "3899\n", - "27970621.630080257\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 703, 'm': 1918, 'k_avg': 5.456614509246088, 'intersection_count': 586, 'streets_per_node_avg': 2.8079658605974394, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 487, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16642958748221906, 2: 0.0, 3: 0.6927453769559033, 4: 0.14082503556187767}, 'edge_length_total': 372146.61100000073, 'edge_length_avg': 194.02847288842582, 'street_length_total': 186406.59199999992, 'street_length_avg': 192.37006398348805, 'street_segments_count': 969, 'node_density_km': 25.133513630743817, 'intersection_density_km': 20.950553325200396, 'edge_density_km': 13304.910270559938, 'street_density_km': 6664.370726731863, 'circuity_avg': 1.0652115918497225, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652115918497225\n", - "3900\n", - "6992129.201746283\n", - "{'n': 174, 'm': 418, 'k_avg': 4.804597701149425, 'intersection_count': 139, 'streets_per_node_avg': 2.7126436781609193, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 121, 4: 16, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20114942528735633, 2: 0.0, 3: 0.6954022988505747, 4: 0.09195402298850575, 5: 0.011494252873563218}, 'edge_length_total': 51965.09200000004, 'edge_length_avg': 124.31840191387569, 'street_length_total': 27169.997999999992, 'street_length_avg': 118.13042608695649, 'street_segments_count': 230, 'node_density_km': 24.885123684005084, 'intersection_density_km': 19.879495356762682, 'edge_density_km': 7431.941044084507, 'street_density_km': 3885.7974754262677, 'circuity_avg': 1.0522227667663224, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522227667663224\n", - "3901\n", - "28953273.63011205\n", - "{'n': 92, 'm': 262, 'k_avg': 5.695652173913044, 'intersection_count': 86, 'streets_per_node_avg': 3.032608695652174, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 71, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06521739130434782, 2: 0.0, 3: 0.7717391304347826, 4: 0.16304347826086957}, 'edge_length_total': 111845.55399999997, 'edge_length_avg': 426.8914274809159, 'street_length_total': 55922.777, 'street_length_avg': 426.89142748091604, 'street_segments_count': 131, 'node_density_km': 3.177533607264291, 'intersection_density_km': 2.9703031546166194, 'edge_density_km': 3862.9674636749232, 'street_density_km': 1931.483731837462, 'circuity_avg': 1.0673048854327996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673048854327996\n", - "3902\n", - "6988217.654644561\n", - "{'n': 42, 'm': 122, 'k_avg': 5.809523809523809, 'intersection_count': 36, 'streets_per_node_avg': 2.9761904761904763, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 25, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.5952380952380952, 4: 0.2619047619047619}, 'edge_length_total': 24831.861999999986, 'edge_length_avg': 203.5398524590163, 'street_length_total': 12415.931, 'street_length_avg': 203.5398524590164, 'street_segments_count': 61, 'node_density_km': 6.010116180638084, 'intersection_density_km': 5.1515281548326435, 'edge_density_km': 3553.389895275521, 'street_density_km': 1776.6949476377617, 'circuity_avg': 1.0038598127791065, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0038598127791065\n", - "3903\n", - "21958775.76293321\n", - "{'n': 122, 'm': 328, 'k_avg': 5.377049180327869, 'intersection_count': 98, 'streets_per_node_avg': 2.7540983606557377, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 80, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19672131147540983, 2: 0.0, 3: 0.6557377049180327, 4: 0.14754098360655737}, 'edge_length_total': 56739.57799999997, 'edge_length_avg': 172.98651829268283, 'street_length_total': 28369.788999999993, 'street_length_avg': 172.9865182926829, 'street_segments_count': 164, 'node_density_km': 5.5558652867132094, 'intersection_density_km': 4.462908181130283, 'edge_density_km': 2583.9135392865273, 'street_density_km': 1291.9567696432641, 'circuity_avg': 1.030804465118905, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030804465118905\n", - "3904\n", - "6996073.451818857\n", - "{'n': 27, 'm': 72, 'k_avg': 5.333333333333333, 'intersection_count': 24, 'streets_per_node_avg': 2.888888888888889, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 21, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7777777777777778, 4: 0.1111111111111111}, 'edge_length_total': 5074.3359999999975, 'edge_length_avg': 70.47688888888885, 'street_length_total': 2537.168, 'street_length_avg': 70.4768888888889, 'street_segments_count': 36, 'node_density_km': 3.85930767965, 'intersection_density_km': 3.4304957152444446, 'edge_density_km': 725.3119960712761, 'street_density_km': 362.6559980356382, 'circuity_avg': 1.0380654836171994, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380654836171994\n", - "3905\n", - "998501.8501941864\n", - "error with entry 3905\n", - "3906\n", - "6988325.177482971\n", - "{'n': 17, 'm': 36, 'k_avg': 4.235294117647059, 'intersection_count': 14, 'streets_per_node_avg': 2.7058823529411766, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 13, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.0, 3: 0.7647058823529411, 4: 0.058823529411764705}, 'edge_length_total': 16843.372000000003, 'edge_length_avg': 467.87144444444453, 'street_length_total': 8421.686, 'street_length_avg': 467.8714444444444, 'street_segments_count': 18, 'node_density_km': 2.4326286439525697, 'intersection_density_km': 2.003341236196234, 'edge_density_km': 2410.2158345852167, 'street_density_km': 1205.1079172926081, 'circuity_avg': 1.1016113182413243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1016113182413243\n", - "3907\n", - "5989511.924231954\n", - "{'n': 11, 'm': 28, 'k_avg': 5.090909090909091, 'intersection_count': 9, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7272727272727273, 4: 0.09090909090909091}, 'edge_length_total': 9163.32, 'edge_length_avg': 327.26142857142855, 'street_length_total': 4581.660000000001, 'street_length_avg': 327.2614285714286, 'street_segments_count': 14, 'node_density_km': 1.8365436347988486, 'intersection_density_km': 1.502626610289967, 'edge_density_km': 1529.8942745113623, 'street_density_km': 764.9471372556814, 'circuity_avg': 1.086176531531853, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086176531531853\n", - "3908\n", - "4990720.35812321\n", - "{'n': 17, 'm': 46, 'k_avg': 5.411764705882353, 'intersection_count': 15, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.6470588235294118, 4: 0.23529411764705882}, 'edge_length_total': 16441.719999999998, 'edge_length_avg': 357.4286956521739, 'street_length_total': 8220.86, 'street_length_avg': 357.42869565217393, 'street_segments_count': 23, 'node_density_km': 3.406321889450233, 'intersection_density_km': 3.0055781377502058, 'edge_density_km': 3294.458278600687, 'street_density_km': 1647.2291393003438, 'circuity_avg': 1.2578284959128356, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2578284959128356\n", - "3909\n", - "6985542.368422328\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 8925.412, 'edge_length_avg': 743.7843333333334, 'street_length_total': 4462.706, 'street_length_avg': 743.7843333333334, 'street_segments_count': 6, 'node_density_km': 0.8589168433252362, 'intersection_density_km': 0.8589168433252362, 'edge_density_km': 1277.697783402864, 'street_density_km': 638.848891701432, 'circuity_avg': 1.2704837703100322, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2704837703100322\n", - "3910\n", - "5987560.365315093\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 399, 'm': 1143, 'k_avg': 5.7293233082706765, 'intersection_count': 360, 'streets_per_node_avg': 3.0275689223057642, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 273, 4: 85, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09774436090225563, 2: 0.0, 3: 0.6842105263157895, 4: 0.21303258145363407, 5: 0.005012531328320802}, 'edge_length_total': 92801.93899999987, 'edge_length_avg': 81.19154768153969, 'street_length_total': 49974.54099999994, 'street_length_avg': 83.99082521008393, 'street_segments_count': 595, 'node_density_km': 66.63815905912838, 'intersection_density_km': 60.124654790191016, 'edge_density_km': 15499.123739542658, 'street_density_km': 8346.394516453454, 'circuity_avg': 1.0562606152726968, 'self_loop_proportion': 0.0017497812773403325, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562606152726968\n", - "3911\n", - "4991436.69769142\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 6264.584000000001, 'edge_length_avg': 3132.2920000000004, 'street_length_total': 3132.2920000000004, 'street_length_avg': 3132.2920000000004, 'street_segments_count': 1, 'node_density_km': 0.4006862394799109, 'intersection_density_km': 0.20034311973995544, 'edge_density_km': 1255.0663024330092, 'street_density_km': 627.5331512165046, 'circuity_avg': 1.0771761618799285, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771761618799285\n", - "3912\n", - "7984049.538233683\n", - "{'n': 552, 'm': 1346, 'k_avg': 4.8768115942028984, 'intersection_count': 439, 'streets_per_node_avg': 2.710144927536232, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 373, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20471014492753623, 2: 0.0, 3: 0.6757246376811594, 4: 0.11956521739130435}, 'edge_length_total': 160616.441, 'edge_length_avg': 119.32870802377414, 'street_length_total': 85739.09600000005, 'street_length_avg': 118.42416574585643, 'street_segments_count': 724, 'node_density_km': 69.1378475742924, 'intersection_density_km': 54.98462877738109, 'edge_density_km': 20117.16488366545, 'street_density_km': 10738.798098560917, 'circuity_avg': 1.0481548798629459, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481548798629459\n", - "3913\n", - "5987384.9738265285\n", - "{'n': 59, 'm': 148, 'k_avg': 5.016949152542373, 'intersection_count': 45, 'streets_per_node_avg': 2.610169491525424, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 40, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23728813559322035, 2: 0.0, 3: 0.6779661016949152, 4: 0.0847457627118644}, 'edge_length_total': 39339.60200000001, 'edge_length_avg': 265.8081216216217, 'street_length_total': 19669.800999999996, 'street_length_avg': 265.8081216216216, 'street_segments_count': 74, 'node_density_km': 9.854051519639164, 'intersection_density_km': 7.5158020065044475, 'edge_density_km': 6570.414658815255, 'street_density_km': 3285.207329407626, 'circuity_avg': 1.1909379794931803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1909379794931803\n", - "3914\n", - "3994788.1171273165\n", - "{'n': 256, 'm': 674, 'k_avg': 5.265625, 'intersection_count': 233, 'streets_per_node_avg': 2.9609375, 'streets_per_node_counts': {0: 0, 1: 23, 2: 2, 3: 193, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08984375, 2: 0.0078125, 3: 0.75390625, 4: 0.1484375}, 'edge_length_total': 59109.85500000001, 'edge_length_avg': 87.7000816023739, 'street_length_total': 33024.90100000001, 'street_length_avg': 90.72775000000003, 'street_segments_count': 364, 'node_density_km': 64.0834989226141, 'intersection_density_km': 58.32599706628549, 'edge_density_km': 14796.74347347022, 'street_density_km': 8266.99690489429, 'circuity_avg': 1.0569832301088466, 'self_loop_proportion': 0.002967359050445104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569832301088466\n", - "3915\n", - "998639.4086753563\n", - "{'n': 26, 'm': 70, 'k_avg': 5.384615384615385, 'intersection_count': 26, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 10634.664000000006, 'edge_length_avg': 151.9237714285715, 'street_length_total': 5317.332, 'street_length_avg': 151.92377142857143, 'street_segments_count': 35, 'node_density_km': 26.03542357144473, 'intersection_density_km': 26.03542357144473, 'edge_density_km': 10649.153145384418, 'street_density_km': 5324.576572692206, 'circuity_avg': 1.0868133107138402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0868133107138402\n", - "3916\n", - "4994396.557568698\n", - "error with entry 3916\n", - "3917\n", - "59971558.54086738\n", - "{'n': 4737, 'm': 13492, 'k_avg': 5.696432341144184, 'intersection_count': 4443, 'streets_per_node_avg': 3.0597424530293433, 'streets_per_node_counts': {0: 0, 1: 294, 2: 6, 3: 3581, 4: 835, 5: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06206459784673844, 2: 0.001266624445851805, 3: 0.7559636900992189, 4: 0.1762719020477095, 5: 0.004433185560481318}, 'edge_length_total': 1070040.8569999954, 'edge_length_avg': 79.30928379780576, 'street_length_total': 589806.8530000005, 'street_length_avg': 81.88350034707767, 'street_segments_count': 7203, 'node_density_km': 78.9874419683789, 'intersection_density_km': 74.08511814766888, 'edge_density_km': 17842.472048993364, 'street_density_km': 9834.776139727617, 'circuity_avg': 1.0478813016314492, 'self_loop_proportion': 0.0013341239252890602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478813016314492\n", - "3918\n", - "15970802.168484295\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7142857142857143, 4: 0.14285714285714285}, 'edge_length_total': 13668.278000000002, 'edge_length_avg': 976.3055714285716, 'street_length_total': 6834.139, 'street_length_avg': 976.3055714285714, 'street_segments_count': 7, 'node_density_km': 0.43829983780109233, 'intersection_density_km': 0.37568557525807916, 'edge_density_km': 855.8291472028914, 'street_density_km': 427.9145736014456, 'circuity_avg': 1.160673554189654, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.160673554189654\n", - "3919\n", - "44930404.020112395\n", - "{'n': 1360, 'm': 3713, 'k_avg': 5.4602941176470585, 'intersection_count': 1129, 'streets_per_node_avg': 2.801470588235294, 'streets_per_node_counts': {0: 0, 1: 231, 2: 0, 3: 937, 4: 192}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1698529411764706, 2: 0.0, 3: 0.6889705882352941, 4: 0.1411764705882353}, 'edge_length_total': 583822.0610000003, 'edge_length_avg': 157.2372908699166, 'street_length_total': 294903.0429999996, 'street_length_avg': 157.28162293333313, 'street_segments_count': 1875, 'node_density_km': 30.269035626548497, 'intersection_density_km': 25.127750898803864, 'edge_density_km': 12993.919679392633, 'street_density_km': 6563.551996282758, 'circuity_avg': 1.038308939103693, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038308939103693\n", - "3920\n", - "6985687.327442221\n", - "{'n': 577, 'm': 1305, 'k_avg': 4.523396880415945, 'intersection_count': 403, 'streets_per_node_avg': 2.4540727902946275, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 370, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30155979202772965, 2: 0.0, 3: 0.6412478336221837, 4: 0.05719237435008666}, 'edge_length_total': 90972.14599999998, 'edge_length_avg': 69.71045670498083, 'street_length_total': 51399.465999999986, 'street_length_avg': 73.42780857142856, 'street_segments_count': 700, 'node_density_km': 82.59745576263374, 'intersection_density_km': 57.68938418083431, 'edge_density_km': 13022.647842056944, 'street_density_km': 7357.825163185435, 'circuity_avg': 1.0690655565484466, 'self_loop_proportion': 0.0015325670498084292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0690655565484466\n", - "3921\n", - "19968804.07277429\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 795, 'm': 2139, 'k_avg': 5.381132075471698, 'intersection_count': 670, 'streets_per_node_avg': 2.822641509433962, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 561, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15723270440251572, 2: 0.0, 3: 0.7056603773584905, 4: 0.1371069182389937}, 'edge_length_total': 258138.8090000004, 'edge_length_avg': 120.68200514259017, 'street_length_total': 131192.67599999992, 'street_length_avg': 119.04961524500901, 'street_segments_count': 1102, 'node_density_km': 39.81209876679158, 'intersection_density_km': 33.55233480974888, 'edge_density_km': 12927.10409993706, 'street_density_km': 6569.881477222244, 'circuity_avg': 1.0473864956975727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473864956975727\n", - "3922\n", - "9981335.412626488\n", - "{'n': 572, 'm': 1693, 'k_avg': 5.919580419580419, 'intersection_count': 542, 'streets_per_node_avg': 3.1276223776223775, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 410, 4: 131, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05244755244755245, 2: 0.0, 3: 0.7167832167832168, 4: 0.229020979020979, 5: 0.0017482517482517483}, 'edge_length_total': 161429.02900000027, 'edge_length_avg': 95.35087359716496, 'street_length_total': 83863.75000000004, 'street_length_avg': 96.84035796766749, 'street_segments_count': 866, 'node_density_km': 57.30696107821549, 'intersection_density_km': 54.30135123145593, 'edge_density_km': 16173.089303841143, 'street_density_km': 8402.057092872721, 'circuity_avg': 1.038995897322335, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038995897322335\n", - "3923\n", - "4989700.902657921\n", - "{'n': 409, 'm': 1191, 'k_avg': 5.823960880195599, 'intersection_count': 381, 'streets_per_node_avg': 3.056234718826406, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 305, 4: 74, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06845965770171149, 2: 0.0, 3: 0.7457212713936431, 4: 0.18092909535452323, 5: 0.0024449877750611247, 6: 0.0024449877750611247}, 'edge_length_total': 83824.40200000009, 'edge_length_avg': 70.38152980688504, 'street_length_total': 42920.76399999996, 'street_length_avg': 69.90352442996736, 'street_segments_count': 614, 'node_density_km': 81.96884101452518, 'intersection_density_km': 76.35728221646478, 'edge_density_km': 16799.48430483045, 'street_density_km': 8601.871101559787, 'circuity_avg': 1.0332211060861456, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332211060861456\n", - "3924\n", - "12980009.623076081\n", - "{'n': 141, 'm': 356, 'k_avg': 5.049645390070922, 'intersection_count': 109, 'streets_per_node_avg': 2.673758865248227, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 91, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22695035460992907, 2: 0.0, 3: 0.6453900709219859, 4: 0.1276595744680851}, 'edge_length_total': 85648.58800000006, 'edge_length_avg': 240.58592134831477, 'street_length_total': 42824.294000000016, 'street_length_avg': 240.58592134831468, 'street_segments_count': 178, 'node_density_km': 10.86285789413652, 'intersection_density_km': 8.397528442984969, 'edge_density_km': 6598.4995764357955, 'street_density_km': 3299.2497882178964, 'circuity_avg': 1.044959443562073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044959443562073\n", - "3925\n", - "6990340.988768113\n", - "{'n': 622, 'm': 1859, 'k_avg': 5.977491961414791, 'intersection_count': 606, 'streets_per_node_avg': 3.217041800643087, 'streets_per_node_counts': {0: 0, 1: 16, 2: 4, 3: 433, 4: 167, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02572347266881029, 2: 0.006430868167202572, 3: 0.6961414790996785, 4: 0.2684887459807074, 5: 0.003215434083601286}, 'edge_length_total': 165191.68100000004, 'edge_length_avg': 88.8605061861216, 'street_length_total': 87854.74499999995, 'street_length_avg': 88.83189585439834, 'street_segments_count': 989, 'node_density_km': 88.97992258166126, 'intersection_density_km': 86.69104997505903, 'edge_density_km': 23631.419592467017, 'street_density_km': 12568.019949407695, 'circuity_avg': 1.012844953976378, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012844953976378\n", - "3926\n", - "5987547.018176815\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.7}, 'edge_length_total': 10077.826000000001, 'edge_length_avg': 503.89130000000006, 'street_length_total': 5038.9130000000005, 'street_length_avg': 503.89130000000006, 'street_segments_count': 10, 'node_density_km': 1.670133022695655, 'intersection_density_km': 1.1690931158869584, 'edge_density_km': 1683.1309999580865, 'street_density_km': 841.5654999790432, 'circuity_avg': 1.0314368686177429, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314368686177429\n", - "3927\n", - "998643.4678735888\n", - "{'n': 13, 'm': 25, 'k_avg': 3.8461538461538463, 'intersection_count': 13, 'streets_per_node_avg': 3.1538461538461537, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 11, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8461538461538461, 4: 0.15384615384615385}, 'edge_length_total': 2924.7020000000007, 'edge_length_avg': 116.98808000000002, 'street_length_total': 1824.1399999999999, 'street_length_avg': 101.3411111111111, 'street_segments_count': 18, 'node_density_km': 13.017658872471168, 'intersection_density_km': 13.017658872471168, 'edge_density_km': 2928.6748415103216, 'street_density_km': 1826.6178658176582, 'circuity_avg': 1.0163554111946285, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0163554111946285\n", - "3928\n", - "12974510.962278225\n", - "{'n': 12, 'm': 21, 'k_avg': 3.5, 'intersection_count': 8, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 13798.836, 'edge_length_avg': 657.0874285714285, 'street_length_total': 6939.215000000001, 'street_length_avg': 578.2679166666668, 'street_segments_count': 12, 'node_density_km': 0.924890351157628, 'intersection_density_km': 0.6165935674384186, 'edge_density_km': 1063.53418946721, 'street_density_km': 534.8344165090234, 'circuity_avg': 1.0670551595986775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670551595986775\n", - "3929\n", - "4990243.35131229\n", - "{'n': 388, 'm': 1061, 'k_avg': 5.469072164948454, 'intersection_count': 358, 'streets_per_node_avg': 2.9768041237113403, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 307, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07731958762886598, 2: 0.0, 3: 0.7912371134020618, 4: 0.13144329896907217}, 'edge_length_total': 109535.45300000005, 'edge_length_avg': 103.23793873704058, 'street_length_total': 57957.917999999976, 'street_length_avg': 103.68142754919495, 'street_segments_count': 559, 'node_density_km': 77.75171924190174, 'intersection_density_km': 71.73998837268253, 'edge_density_km': 21949.92213580033, 'street_density_km': 11614.246825209178, 'circuity_avg': 1.0598871046018488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598871046018488\n", - "3930\n", - "9980318.414865779\n", - "{'n': 799, 'm': 2364, 'k_avg': 5.9173967459324155, 'intersection_count': 762, 'streets_per_node_avg': 3.1689612015018773, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 556, 4: 203, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04630788485607009, 2: 0.0, 3: 0.6958698372966208, 4: 0.25406758448060074, 5: 0.0037546933667083854}, 'edge_length_total': 221598.139, 'edge_length_avg': 93.73863747884941, 'street_length_total': 115178.1620000001, 'street_length_avg': 92.96058272800654, 'street_segments_count': 1239, 'node_density_km': 80.05756598004747, 'intersection_density_km': 76.3502694327862, 'edge_density_km': 22203.513934979015, 'street_density_km': 11540.529791959456, 'circuity_avg': 1.0263506558131232, 'self_loop_proportion': 0.0008460236886632825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0263506558131232\n", - "3931\n", - "6994483.905706376\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 152, 'm': 404, 'k_avg': 5.315789473684211, 'intersection_count': 131, 'streets_per_node_avg': 2.9802631578947367, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 92, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13815789473684212, 2: 0.0, 3: 0.6052631578947368, 4: 0.2565789473684211}, 'edge_length_total': 56323.71400000001, 'edge_length_avg': 139.41513366336636, 'street_length_total': 30442.984000000008, 'street_length_avg': 138.37720000000004, 'street_segments_count': 220, 'node_density_km': 21.731410358381467, 'intersection_density_km': 18.72904445360508, 'edge_density_km': 8052.590406856023, 'street_density_km': 4352.427485773957, 'circuity_avg': 1.0520719618150287, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520719618150287\n", - "3932\n", - "6994188.123890553\n", - "{'n': 508, 'm': 1252, 'k_avg': 4.929133858267717, 'intersection_count': 443, 'streets_per_node_avg': 2.838582677165354, 'streets_per_node_counts': {0: 0, 1: 65, 2: 2, 3: 392, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1279527559055118, 2: 0.003937007874015748, 3: 0.7716535433070866, 4: 0.09448818897637795, 5: 0.001968503937007874}, 'edge_length_total': 128990.7230000002, 'edge_length_avg': 103.02773402555927, 'street_length_total': 69669.26100000004, 'street_length_avg': 98.68167280453264, 'street_segments_count': 706, 'node_density_km': 72.63173237574034, 'intersection_density_km': 63.33830205207278, 'edge_density_km': 18442.55840923084, 'street_density_km': 9961.021889306312, 'circuity_avg': 1.0520878705462622, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520878705462622\n", - "3933\n", - "8994727.151631575\n", - "{'n': 58, 'm': 152, 'k_avg': 5.241379310344827, 'intersection_count': 50, 'streets_per_node_avg': 2.8620689655172415, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 42, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7241379310344828, 4: 0.13793103448275862}, 'edge_length_total': 42303.82600000002, 'edge_length_avg': 278.31464473684224, 'street_length_total': 21151.912999999993, 'street_length_avg': 278.314644736842, 'street_segments_count': 76, 'node_density_km': 6.4482222775906255, 'intersection_density_km': 5.558812308267781, 'edge_density_km': 4703.180573112373, 'street_density_km': 2351.5902865561848, 'circuity_avg': 1.0437425733184775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437425733184775\n", - "3934\n", - "10990111.4426834\n", - "{'n': 1211, 'm': 3515, 'k_avg': 5.805119735755574, 'intersection_count': 1151, 'streets_per_node_avg': 3.1601981833195705, 'streets_per_node_counts': {0: 0, 1: 60, 2: 4, 3: 836, 4: 304, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0495458298926507, 2: 0.0033030553261767133, 3: 0.6903385631709331, 4: 0.2510322047894302, 5: 0.005780346820809248}, 'edge_length_total': 280291.17000000086, 'edge_length_avg': 79.74144238975842, 'street_length_total': 151478.6769999999, 'street_length_avg': 80.70254501864673, 'street_segments_count': 1877, 'node_density_km': 110.18996543535651, 'intersection_density_km': 104.73051215201929, 'edge_density_km': 25503.942472448995, 'street_density_km': 13783.179341720499, 'circuity_avg': 1.0245520477919174, 'self_loop_proportion': 0.0005689900426742532, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0245520477919174\n", - "3935\n", - "3991499.0823910623\n", - "{'n': 558, 'm': 1297, 'k_avg': 4.648745519713262, 'intersection_count': 417, 'streets_per_node_avg': 2.600358422939068, 'streets_per_node_counts': {0: 0, 1: 141, 2: 1, 3: 359, 4: 54, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25268817204301075, 2: 0.0017921146953405018, 3: 0.6433691756272402, 4: 0.0967741935483871, 5: 0.005376344086021506}, 'edge_length_total': 86420.07899999984, 'edge_length_avg': 66.63074710871228, 'street_length_total': 47997.35399999999, 'street_length_avg': 67.22318487394956, 'street_segments_count': 714, 'node_density_km': 139.79710090919937, 'intersection_density_km': 104.47202702354147, 'edge_density_km': 21651.033162265157, 'street_density_km': 12024.894158624666, 'circuity_avg': 1.049252196755868, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049252196755868\n", - "3936\n", - "3993812.6986649917\n", - "{'n': 155, 'm': 478, 'k_avg': 6.167741935483871, 'intersection_count': 137, 'streets_per_node_avg': 3.1032258064516127, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 85, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11612903225806452, 2: 0.0, 3: 0.5483870967741935, 4: 0.33548387096774196}, 'edge_length_total': 66480.92800000004, 'edge_length_avg': 139.08143933054401, 'street_length_total': 33240.46399999999, 'street_length_avg': 139.0814393305439, 'street_segments_count': 239, 'node_density_km': 38.81003234122915, 'intersection_density_km': 34.30306084353802, 'edge_density_km': 16645.980424225345, 'street_density_km': 8322.990212112665, 'circuity_avg': 1.0279598697521328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0279598697521328\n", - "3937\n", - "7989885.936477911\n", - "{'n': 37, 'm': 86, 'k_avg': 4.648648648648648, 'intersection_count': 27, 'streets_per_node_avg': 2.4864864864864864, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 26, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2702702702702703, 2: 0.0, 3: 0.7027027027027027, 4: 0.02702702702702703}, 'edge_length_total': 31605.940000000013, 'edge_length_avg': 367.5109302325583, 'street_length_total': 15802.969999999998, 'street_length_avg': 367.5109302325581, 'street_segments_count': 43, 'node_density_km': 4.630854594691534, 'intersection_density_km': 3.37927227180193, 'edge_density_km': 3955.743580230946, 'street_density_km': 1977.8717901154719, 'circuity_avg': 1.067701628696962, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067701628696962\n", - "3938\n", - "3994716.533647029\n", - "{'n': 14, 'm': 30, 'k_avg': 4.285714285714286, 'intersection_count': 10, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 10315.374000000002, 'edge_length_avg': 343.84580000000005, 'street_length_total': 5157.686999999999, 'street_length_avg': 343.84579999999994, 'street_segments_count': 15, 'node_density_km': 3.504629147545174, 'intersection_density_km': 2.5033065339608385, 'edge_density_km': 2582.2543134449757, 'street_density_km': 1291.1271567224874, 'circuity_avg': 1.1019848526696812, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1019848526696812\n", - "3939\n", - "3995848.3206904763\n", - "{'n': 246, 'm': 518, 'k_avg': 4.211382113821138, 'intersection_count': 147, 'streets_per_node_avg': 2.227642276422764, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 139, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4024390243902439, 2: 0.0, 3: 0.5650406504065041, 4: 0.032520325203252036}, 'edge_length_total': 55966.73200000007, 'edge_length_avg': 108.04388416988431, 'street_length_total': 27983.36599999999, 'street_length_avg': 108.04388416988414, 'street_segments_count': 259, 'node_density_km': 61.56389839079066, 'intersection_density_km': 36.78818318474076, 'edge_density_km': 14006.220333791125, 'street_density_km': 7003.110166895552, 'circuity_avg': 1.0437688735422395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437688735422395\n", - "3940\n", - "6985377.816017324\n", - "{'n': 102, 'm': 254, 'k_avg': 4.980392156862745, 'intersection_count': 75, 'streets_per_node_avg': 2.607843137254902, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 61, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2647058823529412, 2: 0.0, 3: 0.5980392156862745, 4: 0.13725490196078433}, 'edge_length_total': 49305.99399999997, 'edge_length_avg': 194.1180866141731, 'street_length_total': 24738.599999999995, 'street_length_avg': 193.27031249999996, 'street_segments_count': 128, 'node_density_km': 14.601930301624652, 'intersection_density_km': 10.736713457076949, 'edge_density_km': 7058.457723924734, 'street_density_km': 3541.483460389917, 'circuity_avg': 1.0251868758361842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0251868758361842\n", - "3941\n", - "3994399.99586147\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 91, 'm': 237, 'k_avg': 5.208791208791209, 'intersection_count': 73, 'streets_per_node_avg': 2.791208791208791, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 57, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1978021978021978, 2: 0.0, 3: 0.6263736263736264, 4: 0.16483516483516483, 5: 0.01098901098901099}, 'edge_length_total': 29637.129, 'edge_length_avg': 125.05117721518988, 'street_length_total': 16085.954000000002, 'street_length_avg': 128.687632, 'street_segments_count': 125, 'node_density_km': 22.781894676117453, 'intersection_density_km': 18.275585839083234, 'edge_density_km': 7419.6697953901785, 'street_density_km': 4027.126481240333, 'circuity_avg': 1.0388515481458704, 'self_loop_proportion': 0.008438818565400843, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388515481458704\n", - "3942\n", - "17961865.076600343\n", - "{'n': 1236, 'm': 3499, 'k_avg': 5.6618122977346275, 'intersection_count': 1146, 'streets_per_node_avg': 3.042071197411003, 'streets_per_node_counts': {0: 0, 1: 90, 2: 2, 3: 918, 4: 218, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07281553398058252, 2: 0.0016181229773462784, 3: 0.7427184466019418, 4: 0.17637540453074432, 5: 0.006472491909385114}, 'edge_length_total': 262529.7170000001, 'edge_length_avg': 75.02992769362679, 'street_length_total': 141459.58700000012, 'street_length_avg': 76.29966936353836, 'street_segments_count': 1854, 'node_density_km': 68.81245320176622, 'intersection_density_km': 63.80183767736576, 'edge_density_km': 14615.949729073976, 'street_density_km': 7875.551141083078, 'circuity_avg': 1.0486722904623018, 'self_loop_proportion': 0.0005715918833952558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486722904623018\n", - "3943\n", - "6984619.39310262\n", - "{'n': 368, 'm': 1001, 'k_avg': 5.440217391304348, 'intersection_count': 336, 'streets_per_node_avg': 3.0407608695652173, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 260, 4: 73, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.7065217391304348, 4: 0.1983695652173913, 5: 0.008152173913043478}, 'edge_length_total': 85409.73600000006, 'edge_length_avg': 85.32441158841165, 'street_length_total': 45352.552, 'street_length_avg': 82.91142961608776, 'street_segments_count': 547, 'node_density_km': 52.687194432298426, 'intersection_density_km': 48.10569926427248, 'edge_density_km': 12228.259149574136, 'street_density_km': 6493.203057676427, 'circuity_avg': 1.047571044431164, 'self_loop_proportion': 0.001998001998001998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047571044431164\n", - "3944\n", - "7992195.800522863\n", - "{'n': 187, 'm': 460, 'k_avg': 4.919786096256685, 'intersection_count': 142, 'streets_per_node_avg': 2.641711229946524, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 119, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24064171122994651, 2: 0.0, 3: 0.6363636363636364, 4: 0.12299465240641712}, 'edge_length_total': 84325.76800000007, 'edge_length_avg': 183.3168869565219, 'street_length_total': 42162.884, 'street_length_avg': 183.31688695652173, 'street_segments_count': 230, 'node_density_km': 23.397825161861793, 'intersection_density_km': 17.76733247585227, 'edge_density_km': 10551.01377702525, 'street_density_km': 5275.50688851262, 'circuity_avg': 1.047313704388924, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047313704388924\n", - "3945\n", - "20972769.6440211\n", - "{'n': 237, 'm': 615, 'k_avg': 5.189873417721519, 'intersection_count': 214, 'streets_per_node_avg': 2.9662447257383966, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 177, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0970464135021097, 2: 0.0, 3: 0.7468354430379747, 4: 0.1518987341772152, 5: 0.004219409282700422}, 'edge_length_total': 130995.48100000007, 'edge_length_avg': 213.00078211382126, 'street_length_total': 72001.37400000001, 'street_length_avg': 211.76874705882355, 'street_segments_count': 340, 'node_density_km': 11.300367286853014, 'intersection_density_km': 10.203707170407363, 'edge_density_km': 6245.979106404963, 'street_density_km': 3433.088486742908, 'circuity_avg': 1.0599203443665617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599203443665617\n", - "3946\n", - "9989672.469629146\n", - "{'n': 107, 'm': 262, 'k_avg': 4.897196261682243, 'intersection_count': 79, 'streets_per_node_avg': 2.6261682242990654, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 63, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2616822429906542, 2: 0.0, 3: 0.5887850467289719, 4: 0.14953271028037382}, 'edge_length_total': 68443.288, 'edge_length_avg': 261.23392366412213, 'street_length_total': 34221.64399999999, 'street_length_avg': 261.2339236641221, 'street_segments_count': 131, 'node_density_km': 10.711061881688723, 'intersection_density_km': 7.908167183676721, 'edge_density_km': 6851.40460891816, 'street_density_km': 3425.7023044590796, 'circuity_avg': 1.0426257557700618, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426257557700618\n", - "3947\n", - "6987409.327015038\n", - "{'n': 18, 'm': 36, 'k_avg': 4.0, 'intersection_count': 11, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3888888888888889, 2: 0.0, 3: 0.6111111111111112}, 'edge_length_total': 14919.694, 'edge_length_avg': 414.43594444444443, 'street_length_total': 7459.847, 'street_length_avg': 414.43594444444443, 'street_segments_count': 18, 'node_density_km': 2.5760620506956116, 'intersection_density_km': 1.5742601420917626, 'edge_density_km': 2135.225417855056, 'street_density_km': 1067.612708927528, 'circuity_avg': 1.1661666179635706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1661666179635706\n", - "3948\n", - "7986043.375012322\n", - "{'n': 214, 'm': 616, 'k_avg': 5.757009345794392, 'intersection_count': 197, 'streets_per_node_avg': 3.0654205607476634, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 149, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0794392523364486, 2: 0.0, 3: 0.6962616822429907, 4: 0.22429906542056074}, 'edge_length_total': 86281.61600000005, 'edge_length_avg': 140.06755844155853, 'street_length_total': 44038.77300000003, 'street_length_avg': 140.25086942675168, 'street_segments_count': 314, 'node_density_km': 26.796749022123837, 'intersection_density_km': 24.66803531475886, 'edge_density_km': 10804.050510164794, 'street_density_km': 5514.46704356675, 'circuity_avg': 1.0154369112489494, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0154369112489494\n", - "3949\n", - "5989960.253615659\n", - "{'n': 190, 'm': 522, 'k_avg': 5.494736842105263, 'intersection_count': 168, 'streets_per_node_avg': 2.963157894736842, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 133, 4: 33, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11578947368421053, 2: 0.0, 3: 0.7, 4: 0.1736842105263158, 5: 0.010526315789473684}, 'edge_length_total': 64970.12099999996, 'edge_length_avg': 124.46383333333326, 'street_length_total': 35651.00600000001, 'street_length_avg': 129.64002181818185, 'street_segments_count': 275, 'node_density_km': 31.71974302923166, 'intersection_density_km': 28.046930678478518, 'edge_density_km': 10846.502856305717, 'street_density_km': 5951.7934160715595, 'circuity_avg': 1.1283180436504407, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1283180436504407\n", - "3950\n", - "28962409.112770725\n", - "{'n': 1672, 'm': 3644, 'k_avg': 4.358851674641149, 'intersection_count': 1113, 'streets_per_node_avg': 2.437200956937799, 'streets_per_node_counts': {0: 0, 1: 559, 2: 1, 3: 939, 4: 168, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33433014354066987, 2: 0.0005980861244019139, 3: 0.5616028708133971, 4: 0.10047846889952153, 5: 0.0029904306220095694}, 'edge_length_total': 402752.97299999866, 'edge_length_avg': 110.52496514818843, 'street_length_total': 224740.44999999917, 'street_length_avg': 111.75556936847298, 'street_segments_count': 2011, 'node_density_km': 57.73000420958579, 'intersection_density_km': 38.4291236155915, 'edge_density_km': 13906.059106885836, 'street_density_km': 7759.729141485741, 'circuity_avg': 1.0403527545533962, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403527545533962\n", - "3951\n", - "29937214.45853904\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 445, 'm': 1157, 'k_avg': 5.2, 'intersection_count': 341, 'streets_per_node_avg': 2.757303370786517, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 241, 4: 100}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23370786516853934, 2: 0.0, 3: 0.5415730337078651, 4: 0.2247191011235955}, 'edge_length_total': 195703.68799999985, 'edge_length_avg': 169.14752636127903, 'street_length_total': 99467.07900000006, 'street_length_avg': 167.1715613445379, 'street_segments_count': 595, 'node_density_km': 14.864442402157826, 'intersection_density_km': 11.390505301428805, 'edge_density_km': 6537.137523968232, 'street_density_km': 3322.5228465311975, 'circuity_avg': 1.0419723304646242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419723304646242\n", - "3952\n", - "7984555.678260042\n", - "{'n': 848, 'm': 2500, 'k_avg': 5.89622641509434, 'intersection_count': 799, 'streets_per_node_avg': 3.080188679245283, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 636, 4: 160, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05778301886792453, 2: 0.0, 3: 0.75, 4: 0.18867924528301888, 5: 0.003537735849056604}, 'edge_length_total': 180063.1790000002, 'edge_length_avg': 72.02527160000008, 'street_length_total': 93567.70700000008, 'street_length_avg': 72.98573088923564, 'street_segments_count': 1282, 'node_density_km': 106.20503308767611, 'intersection_density_km': 100.06818565690237, 'edge_density_km': 22551.433824961285, 'street_density_km': 11718.586577680417, 'circuity_avg': 1.0383142276664412, 'self_loop_proportion': 0.0008, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383142276664412\n", - "3953\n", - "5989693.616919147\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 8, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 10668.982000000004, 'edge_length_avg': 592.7212222222224, 'street_length_total': 5334.491000000001, 'street_length_avg': 592.7212222222223, 'street_segments_count': 9, 'node_density_km': 1.6695344769810765, 'intersection_density_km': 1.3356275815848613, 'edge_density_km': 1781.2233283290525, 'street_density_km': 890.6116641645261, 'circuity_avg': 1.4379827546187713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4379827546187713\n", - "3954\n", - "5987121.9373658905\n", - "{'n': 412, 'm': 1131, 'k_avg': 5.490291262135922, 'intersection_count': 387, 'streets_per_node_avg': 3.1189320388349513, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 293, 4: 89, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06067961165048544, 2: 0.0, 3: 0.7111650485436893, 4: 0.21601941747572814, 5: 0.012135922330097087}, 'edge_length_total': 102757.60499999995, 'edge_length_avg': 90.85553050397874, 'street_length_total': 56992.96699999998, 'street_length_avg': 91.4814879614767, 'street_segments_count': 623, 'node_density_km': 68.81436595247709, 'intersection_density_km': 64.63873695050638, 'edge_density_km': 17163.105424441957, 'street_density_km': 9519.259436542352, 'circuity_avg': 1.040591475140208, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040591475140208\n", - "3955\n", - "5990517.307226968\n", - "{'n': 344, 'm': 959, 'k_avg': 5.575581395348837, 'intersection_count': 302, 'streets_per_node_avg': 2.947674418604651, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 238, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12209302325581395, 2: 0.0, 3: 0.6918604651162791, 4: 0.18023255813953487, 5: 0.005813953488372093}, 'edge_length_total': 86472.5040000002, 'edge_length_avg': 90.16945151199187, 'street_length_total': 45500.16500000002, 'street_length_avg': 90.8186926147705, 'street_segments_count': 501, 'node_density_km': 57.42408916588855, 'intersection_density_km': 50.41300851191379, 'edge_density_km': 14434.897616551356, 'street_density_km': 7595.364918670473, 'circuity_avg': 1.0353959448685144, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0353959448685144\n", - "3956\n", - "3992745.8697563875\n", - "{'n': 165, 'm': 388, 'k_avg': 4.703030303030303, 'intersection_count': 120, 'streets_per_node_avg': 2.484848484848485, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 115, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.696969696969697, 4: 0.030303030303030304}, 'edge_length_total': 54483.445999999996, 'edge_length_avg': 140.4212525773196, 'street_length_total': 27241.723, 'street_length_avg': 140.4212525773196, 'street_segments_count': 194, 'node_density_km': 41.32494413176045, 'intersection_density_km': 30.054504823098508, 'edge_density_km': 13645.608254883558, 'street_density_km': 6822.80412744178, 'circuity_avg': 1.174836236141028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.174836236141028\n", - "3957\n", - "14969930.55360351\n", - "{'n': 317, 'm': 818, 'k_avg': 5.160883280757098, 'intersection_count': 235, 'streets_per_node_avg': 2.7318611987381702, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 156, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2586750788643533, 2: 0.0, 3: 0.4921135646687697, 4: 0.24921135646687698}, 'edge_length_total': 138449.66399999982, 'edge_length_avg': 169.2538679706599, 'street_length_total': 69952.54999999997, 'street_length_avg': 165.76433649289092, 'street_segments_count': 422, 'node_density_km': 21.175782937997187, 'intersection_density_km': 15.698135616496339, 'edge_density_km': 9248.51745332063, 'street_density_km': 4672.870709020172, 'circuity_avg': 1.015227432817064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015227432817064\n", - "3958\n", - "14981295.607566655\n", - "{'n': 191, 'm': 484, 'k_avg': 5.0680628272251305, 'intersection_count': 146, 'streets_per_node_avg': 2.6282722513089007, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 127, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2356020942408377, 2: 0.0, 3: 0.6649214659685864, 4: 0.09947643979057591}, 'edge_length_total': 87107.13800000004, 'edge_length_avg': 179.97342561983479, 'street_length_total': 43553.56899999999, 'street_length_avg': 179.97342561983467, 'street_segments_count': 242, 'node_density_km': 12.749231108124652, 'intersection_density_km': 9.745485559090048, 'edge_density_km': 5814.392845703181, 'street_density_km': 2907.196422851588, 'circuity_avg': 1.0425290357122328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425290357122328\n", - "3959\n", - "3997819.0913424864\n", - "{'n': 113, 'm': 326, 'k_avg': 5.769911504424779, 'intersection_count': 100, 'streets_per_node_avg': 3.2389380530973453, 'streets_per_node_counts': {0: 0, 1: 13, 2: 2, 3: 44, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11504424778761062, 2: 0.017699115044247787, 3: 0.3893805309734513, 4: 0.4690265486725664, 5: 0.008849557522123894}, 'edge_length_total': 53990.04100000005, 'edge_length_avg': 165.61362269938664, 'street_length_total': 29684.912, 'street_length_avg': 166.76916853932585, 'street_segments_count': 178, 'node_density_km': 28.265411069927648, 'intersection_density_km': 25.013638114980218, 'edge_density_km': 13504.87347386946, 'street_density_km': 7425.276462430337, 'circuity_avg': 1.0417707124572575, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417707124572575\n", - "3960\n", - "9982296.958018012\n", - "{'n': 407, 'm': 1000, 'k_avg': 4.914004914004914, 'intersection_count': 317, 'streets_per_node_avg': 2.614250614250614, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 294, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22113022113022113, 2: 0.0, 3: 0.7223587223587223, 4: 0.056511056511056514}, 'edge_length_total': 146787.34900000034, 'edge_length_avg': 146.78734900000035, 'street_length_total': 74320.59300000001, 'street_length_avg': 145.44147358121333, 'street_segments_count': 511, 'node_density_km': 40.77217915993654, 'intersection_density_km': 31.756218166338783, 'edge_density_km': 14704.76681041805, 'street_density_km': 7445.239638989499, 'circuity_avg': 1.1696986522117037, 'self_loop_proportion': 0.01, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1696986522117037\n", - "3961\n", - "6991275.094399367\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 612, 'm': 1833, 'k_avg': 5.990196078431373, 'intersection_count': 591, 'streets_per_node_avg': 3.189542483660131, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 436, 4: 152, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03431372549019608, 2: 0.0, 3: 0.7124183006535948, 4: 0.24836601307189543, 5: 0.004901960784313725}, 'edge_length_total': 163296.97700000033, 'edge_length_avg': 89.08727605019112, 'street_length_total': 86136.9410000002, 'street_length_avg': 90.00725287356342, 'street_segments_count': 957, 'node_density_km': 87.53767971314223, 'intersection_density_km': 84.53393580141676, 'edge_density_km': 23357.2524031869, 'street_density_km': 12320.633909686023, 'circuity_avg': 1.033202881586683, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033202881586683\n", - "3962\n", - "29935987.119766362\n", - "{'n': 1636, 'm': 4278, 'k_avg': 5.229828850855745, 'intersection_count': 1326, 'streets_per_node_avg': 2.720048899755501, 'streets_per_node_counts': {0: 0, 1: 310, 2: 0, 3: 1169, 4: 152, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18948655256723718, 2: 0.0, 3: 0.7145476772616137, 4: 0.09290953545232274, 5: 0.003056234718826406}, 'edge_length_total': 509617.04699999996, 'edge_length_avg': 119.12506942496493, 'street_length_total': 259408.96300000002, 'street_length_avg': 118.34350501824818, 'street_segments_count': 2192, 'node_density_km': 54.649943342598824, 'intersection_density_km': 44.294513980614944, 'edge_density_km': 17023.55913506878, 'street_density_km': 8665.45545874836, 'circuity_avg': 1.0553691091945316, 'self_loop_proportion': 0.0037400654511453952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553691091945316\n", - "3963\n", - "25973187.90197186\n", - "{'n': 694, 'm': 1854, 'k_avg': 5.3429394812680115, 'intersection_count': 569, 'streets_per_node_avg': 2.8213256484149856, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 444, 4: 124, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18011527377521613, 2: 0.0, 3: 0.6397694524495677, 4: 0.1786743515850144, 5: 0.001440922190201729}, 'edge_length_total': 314501.2530000009, 'edge_length_avg': 169.63390129449886, 'street_length_total': 160192.59399999995, 'street_length_avg': 168.4464710830704, 'street_segments_count': 951, 'node_density_km': 26.71986213703525, 'intersection_density_km': 21.907206852987116, 'edge_density_km': 12108.688936721712, 'street_density_km': 6167.61387183582, 'circuity_avg': 1.0235159701518959, 'self_loop_proportion': 0.0010787486515641855, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235159701518959\n", - "3964\n", - "21952914.290076196\n", - "{'n': 2054, 'm': 5867, 'k_avg': 5.712755598831548, 'intersection_count': 1947, 'streets_per_node_avg': 3.082765335929893, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 1572, 4: 366, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05209347614410906, 2: 0.0, 3: 0.7653359298928919, 4: 0.17818889970788704, 5: 0.004381694255111977}, 'edge_length_total': 447409.7610000004, 'edge_length_avg': 76.258694562809, 'street_length_total': 248483.75499999992, 'street_length_avg': 79.23589126275508, 'street_segments_count': 3136, 'node_density_km': 93.56388736635799, 'intersection_density_km': 88.6898192318885, 'edge_density_km': 20380.42672094118, 'street_density_km': 11318.94160914785, 'circuity_avg': 1.0305979265243475, 'self_loop_proportion': 0.0003408897221748764, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0305979265243475\n", - "3965\n", - "6985360.644051928\n", - "{'n': 92, 'm': 210, 'k_avg': 4.565217391304348, 'intersection_count': 53, 'streets_per_node_avg': 2.402173913043478, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 30, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42391304347826086, 2: 0.0, 3: 0.32608695652173914, 4: 0.25}, 'edge_length_total': 58566.284, 'edge_length_avg': 278.88706666666667, 'street_length_total': 29283.142000000003, 'street_length_avg': 278.8870666666667, 'street_segments_count': 105, 'node_density_km': 13.170400883788082, 'intersection_density_km': 7.5872961613126995, 'edge_density_km': 8384.14607123678, 'street_density_km': 4192.07303561839, 'circuity_avg': 1.0254738175791844, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0254738175791844\n", - "3966\n", - "22950745.402591184\n", - "{'n': 320, 'm': 869, 'k_avg': 5.43125, 'intersection_count': 260, 'streets_per_node_avg': 2.86875, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 182, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.56875, 4: 0.24375}, 'edge_length_total': 184949.0570000003, 'edge_length_avg': 212.82975489067928, 'street_length_total': 92909.23600000005, 'street_length_avg': 211.6383507972666, 'street_segments_count': 439, 'node_density_km': 13.94290226250653, 'intersection_density_km': 11.328608088286556, 'edge_density_km': 8058.52070404298, 'street_density_km': 4048.201240100481, 'circuity_avg': 1.0302247776532338, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302247776532338\n", - "3967\n", - "9988959.43714167\n", - "{'n': 152, 'm': 364, 'k_avg': 4.7894736842105265, 'intersection_count': 107, 'streets_per_node_avg': 2.486842105263158, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 95, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29605263157894735, 2: 0.0, 3: 0.625, 4: 0.07894736842105263}, 'edge_length_total': 84619.21600000006, 'edge_length_avg': 232.4703736263738, 'street_length_total': 42309.60800000002, 'street_length_avg': 232.47037362637374, 'street_segments_count': 182, 'node_density_km': 15.216800203915398, 'intersection_density_km': 10.711826459335182, 'edge_density_km': 8471.274363710276, 'street_density_km': 4235.637181855137, 'circuity_avg': 1.0486328085051482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486328085051482\n", - "3968\n", - "5993926.481406067\n", - "{'n': 285, 'm': 753, 'k_avg': 5.28421052631579, 'intersection_count': 238, 'streets_per_node_avg': 2.849122807017544, 'streets_per_node_counts': {0: 0, 1: 47, 2: 2, 3: 184, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1649122807017544, 2: 0.007017543859649123, 3: 0.6456140350877193, 4: 0.17894736842105263, 5: 0.0035087719298245615}, 'edge_length_total': 75819.27100000001, 'edge_length_avg': 100.68960292164675, 'street_length_total': 39141.45800000001, 'street_length_avg': 98.59309319899248, 'street_segments_count': 397, 'node_density_km': 47.54813074269543, 'intersection_density_km': 39.70686005881232, 'edge_density_km': 12649.349509908267, 'street_density_km': 6530.186534890254, 'circuity_avg': 1.0720083870175632, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720083870175632\n", - "3969\n", - "14968081.377608055\n", - "{'n': 118, 'm': 324, 'k_avg': 5.491525423728813, 'intersection_count': 97, 'streets_per_node_avg': 2.9152542372881354, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 65, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17796610169491525, 2: 0.0, 3: 0.5508474576271186, 4: 0.2711864406779661}, 'edge_length_total': 76059.53400000006, 'edge_length_avg': 234.75164814814832, 'street_length_total': 38029.76700000001, 'street_length_avg': 234.7516481481482, 'street_segments_count': 162, 'node_density_km': 7.883441907025278, 'intersection_density_km': 6.480456482893661, 'edge_density_km': 5081.448455630631, 'street_density_km': 2540.724227815314, 'circuity_avg': 1.0597172903890968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0597172903890968\n", - "3970\n", - "30940057.686240654\n", - "{'n': 3299, 'm': 9509, 'k_avg': 5.764777205213701, 'intersection_count': 3105, 'streets_per_node_avg': 3.115186420127311, 'streets_per_node_counts': {0: 0, 1: 194, 2: 4, 3: 2346, 4: 738, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05880569869657472, 2: 0.0012124886329190664, 3: 0.7111245832070324, 4: 0.22370415277356775, 5: 0.005153076689906032}, 'edge_length_total': 832997.7850000018, 'edge_length_avg': 87.60098695972256, 'street_length_total': 449662.786000001, 'street_length_avg': 88.48146123573416, 'street_segments_count': 5082, 'node_density_km': 106.62552841545275, 'intersection_density_km': 100.35533971809056, 'edge_density_km': 26922.95513626156, 'street_density_km': 14533.353187637089, 'circuity_avg': 1.0328273731388544, 'self_loop_proportion': 0.0004206541171521716, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0328273731388544\n", - "3971\n", - "12988467.62587021\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 594, 'm': 1390, 'k_avg': 4.68013468013468, 'intersection_count': 432, 'streets_per_node_avg': 2.553872053872054, 'streets_per_node_counts': {0: 0, 1: 162, 2: 1, 3: 375, 4: 53, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0016835016835016834, 3: 0.6313131313131313, 4: 0.08922558922558922, 5: 0.003367003367003367, 6: 0.0016835016835016834}, 'edge_length_total': 149421.70300000015, 'edge_length_avg': 107.49762805755407, 'street_length_total': 80523.22800000005, 'street_length_avg': 108.96241948579167, 'street_segments_count': 739, 'node_density_km': 45.73287758879892, 'intersection_density_km': 33.26027461003558, 'edge_density_km': 11504.182579812921, 'street_density_km': 6199.594156866916, 'circuity_avg': 1.0470951907991581, 'self_loop_proportion': 0.0014388489208633094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0470951907991581\n", - "3972\n", - "1996150.5152981116\n", - "{'n': 50, 'm': 110, 'k_avg': 4.4, 'intersection_count': 33, 'streets_per_node_avg': 2.36, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 31, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34, 2: 0.0, 3: 0.62, 4: 0.04}, 'edge_length_total': 19088.693999999996, 'edge_length_avg': 173.53358181818177, 'street_length_total': 9544.347, 'street_length_avg': 173.5335818181818, 'street_segments_count': 55, 'node_density_km': 25.04821135320692, 'intersection_density_km': 16.531819493116565, 'edge_density_km': 9562.752835373854, 'street_density_km': 4781.376417686928, 'circuity_avg': 1.129394878765177, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.129394878765177\n", - "3973\n", - "21978971.238579277\n", - "{'n': 29, 'm': 62, 'k_avg': 4.275862068965517, 'intersection_count': 22, 'streets_per_node_avg': 2.586206896551724, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 20, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.6896551724137931, 4: 0.06896551724137931}, 'edge_length_total': 21652.992000000006, 'edge_length_avg': 349.241806451613, 'street_length_total': 10826.496, 'street_length_avg': 349.2418064516129, 'street_segments_count': 31, 'node_density_km': 1.3194430114680182, 'intersection_density_km': 1.0009567673205655, 'edge_density_km': 985.1685852335488, 'street_density_km': 492.58429261677423, 'circuity_avg': 1.0403486306283638, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403486306283638\n", - "3974\n", - "8982652.80496035\n", - "{'n': 449, 'm': 1121, 'k_avg': 4.993318485523385, 'intersection_count': 352, 'streets_per_node_avg': 2.7037861915367483, 'streets_per_node_counts': {0: 0, 1: 97, 2: 2, 3: 287, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21603563474387527, 2: 0.004454342984409799, 3: 0.6391982182628062, 4: 0.1403118040089087}, 'edge_length_total': 128865.63200000025, 'edge_length_avg': 114.95596074933117, 'street_length_total': 69117.95400000007, 'street_length_avg': 116.36019191919203, 'street_segments_count': 594, 'node_density_km': 49.985233733185794, 'intersection_density_km': 39.186642035816035, 'edge_density_km': 14346.055090634118, 'street_density_km': 7694.603754676141, 'circuity_avg': 1.0662409766100396, 'self_loop_proportion': 0.003568242640499554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662409766100396\n", - "3975\n", - "7983440.96776224\n", - "{'n': 37, 'm': 80, 'k_avg': 4.324324324324325, 'intersection_count': 24, 'streets_per_node_avg': 2.2972972972972974, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35135135135135137, 2: 0.0, 3: 0.6486486486486487}, 'edge_length_total': 20548.184, 'edge_length_avg': 256.8523, 'street_length_total': 10274.092, 'street_length_avg': 256.8523, 'street_segments_count': 40, 'node_density_km': 4.6345930469591865, 'intersection_density_km': 3.0062225169464996, 'edge_density_km': 2573.8505592983247, 'street_density_km': 1286.9252796491623, 'circuity_avg': 1.093232879462983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093232879462983\n", - "3976\n", - "9988784.705726657\n", - "{'n': 263, 'm': 670, 'k_avg': 5.095057034220532, 'intersection_count': 192, 'streets_per_node_avg': 2.6273764258555135, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 148, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26996197718631176, 2: 0.0, 3: 0.5627376425855514, 4: 0.16730038022813687}, 'edge_length_total': 114123.24599999996, 'edge_length_avg': 170.33320298507456, 'street_length_total': 57061.623000000065, 'street_length_avg': 170.33320298507482, 'street_segments_count': 335, 'node_density_km': 26.329529341964875, 'intersection_density_km': 19.221557542423028, 'edge_density_km': 11425.138228734884, 'street_density_km': 5712.569114367451, 'circuity_avg': 1.0746156012997057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746156012997057\n", - "3977\n", - "5992996.619977644\n", - "{'n': 222, 'm': 518, 'k_avg': 4.666666666666667, 'intersection_count': 151, 'streets_per_node_avg': 2.4414414414414414, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 133, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31981981981981983, 2: 0.0, 3: 0.5990990990990991, 4: 0.08108108108108109}, 'edge_length_total': 66862.758, 'edge_length_avg': 129.0786833976834, 'street_length_total': 33431.379000000015, 'street_length_avg': 129.07868339768345, 'street_segments_count': 259, 'node_density_km': 37.04323797880402, 'intersection_density_km': 25.196076282880213, 'edge_density_km': 11156.8155698792, 'street_density_km': 5578.407784939603, 'circuity_avg': 1.0517566107163867, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517566107163867\n", - "3978\n", - "11974736.73546607\n", - "{'n': 681, 'm': 1932, 'k_avg': 5.674008810572687, 'intersection_count': 611, 'streets_per_node_avg': 2.986784140969163, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 483, 4: 125, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1027900146842878, 2: 0.0, 3: 0.7092511013215859, 4: 0.18355359765051396, 5: 0.004405286343612335}, 'edge_length_total': 157148.3260000002, 'edge_length_avg': 81.3397132505177, 'street_length_total': 86134.38900000005, 'street_length_avg': 85.5356395233367, 'street_segments_count': 1007, 'node_density_km': 56.869726244841296, 'intersection_density_km': 51.02408624904263, 'edge_density_km': 13123.321996262977, 'street_density_km': 7193.008990744013, 'circuity_avg': 1.0241009707791384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0241009707791384\n", - "3979\n", - "28938693.161091324\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1191.364, 'edge_length_avg': 297.841, 'street_length_total': 595.682, 'street_length_avg': 297.841, 'street_segments_count': 2, 'node_density_km': 0.1036674318117987, 'intersection_density_km': 0.0691116212078658, 'edge_density_km': 41.168548744343916, 'street_density_km': 20.584274372171958, 'circuity_avg': 1.014143699970595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014143699970595\n", - "3980\n", - "17976675.82185216\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 4332.118, 'edge_length_avg': 361.00983333333335, 'street_length_total': 2166.059, 'street_length_avg': 361.00983333333335, 'street_segments_count': 6, 'node_density_km': 0.38939346013521103, 'intersection_density_km': 0.278138185810865, 'edge_density_km': 240.9854882477186, 'street_density_km': 120.4927441238593, 'circuity_avg': 1.1642099243980788, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1642099243980788\n", - "3981\n", - "6992325.213804645\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 110, 'm': 290, 'k_avg': 5.2727272727272725, 'intersection_count': 100, 'streets_per_node_avg': 2.9454545454545453, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 86, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.7818181818181819, 4: 0.12727272727272726}, 'edge_length_total': 68834.792, 'edge_length_avg': 237.36135172413793, 'street_length_total': 34417.39599999999, 'street_length_avg': 237.36135172413788, 'street_segments_count': 145, 'node_density_km': 15.731533736850762, 'intersection_density_km': 14.301394306227966, 'edge_density_km': 9844.335023791864, 'street_density_km': 4922.167511895931, 'circuity_avg': 1.0267846121548068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0267846121548068\n", - "3982\n", - "33948059.08943181\n", - "{'n': 144, 'm': 352, 'k_avg': 4.888888888888889, 'intersection_count': 104, 'streets_per_node_avg': 2.5416666666666665, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 90, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2777777777777778, 2: 0.0, 3: 0.625, 4: 0.09722222222222222}, 'edge_length_total': 78991.25200000002, 'edge_length_avg': 224.40696590909099, 'street_length_total': 39495.62600000001, 'street_length_avg': 224.40696590909099, 'street_segments_count': 176, 'node_density_km': 4.241774165075254, 'intersection_density_km': 3.0635035636654613, 'edge_density_km': 2326.8267500038132, 'street_density_km': 1163.4133750019066, 'circuity_avg': 1.0654789099329165, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654789099329165\n", - "3983\n", - "2993568.8418011526\n", - "{'n': 194, 'm': 492, 'k_avg': 5.072164948453608, 'intersection_count': 145, 'streets_per_node_avg': 2.6030927835051547, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 125, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25257731958762886, 2: 0.0, 3: 0.6443298969072165, 4: 0.0979381443298969, 5: 0.005154639175257732}, 'edge_length_total': 37499.94800000004, 'edge_length_avg': 76.21940650406512, 'street_length_total': 18749.974000000002, 'street_length_avg': 76.21940650406505, 'street_segments_count': 246, 'node_density_km': 64.8055916707348, 'intersection_density_km': 48.43716903225024, 'edge_density_km': 12526.836689493766, 'street_density_km': 6263.418344746878, 'circuity_avg': 1.0612983234765365, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612983234765365\n", - "3984\n", - "9978223.43506792\n", - "{'n': 1674, 'm': 5171, 'k_avg': 6.178016726403823, 'intersection_count': 1574, 'streets_per_node_avg': 3.185185185185185, 'streets_per_node_counts': {0: 0, 1: 100, 2: 1, 3: 1071, 4: 494, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05973715651135006, 2: 0.0005973715651135006, 3: 0.6397849462365591, 4: 0.2951015531660693, 5: 0.004181600955794504, 6: 0.0005973715651135006}, 'edge_length_total': 314018.775000001, 'edge_length_avg': 60.72689518468401, 'street_length_total': 159190.562, 'street_length_avg': 60.57479528158296, 'street_segments_count': 2628, 'node_density_km': 167.76533527168962, 'intersection_density_km': 157.74351118138557, 'edge_density_km': 31470.40924102774, 'street_density_km': 15953.79809200639, 'circuity_avg': 1.0335410143003902, 'self_loop_proportion': 0.0011603171533552505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335410143003902\n", - "3985\n", - "14966840.833274815\n", - "{'n': 2503, 'm': 6986, 'k_avg': 5.582101478226129, 'intersection_count': 2151, 'streets_per_node_avg': 2.8841390331602077, 'streets_per_node_counts': {0: 0, 1: 352, 2: 0, 3: 1750, 4: 388, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1406312425089892, 2: 0.0, 3: 0.6991610067918498, 4: 0.15501398322013585, 5: 0.0051937674790251695}, 'edge_length_total': 460367.5730000025, 'edge_length_avg': 65.89859332951653, 'street_length_total': 238183.1390000015, 'street_length_avg': 66.43881143654157, 'street_segments_count': 3585, 'node_density_km': 167.23636122562624, 'intersection_density_km': 143.71770395378428, 'edge_density_km': 30759.168092206663, 'street_density_km': 15914.055721796964, 'circuity_avg': 1.038195853853473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038195853853473\n", - "3986\n", - "13969510.172471447\n", - "{'n': 1169, 'm': 3283, 'k_avg': 5.616766467065868, 'intersection_count': 1039, 'streets_per_node_avg': 2.9837467921300256, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 810, 4: 217, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11120615911035073, 2: 0.0, 3: 0.6928999144568007, 4: 0.18562874251497005, 5: 0.010265183917878529}, 'edge_length_total': 326266.0860000008, 'edge_length_avg': 99.3804709107526, 'street_length_total': 170450.09500000035, 'street_length_avg': 99.32989219114239, 'street_segments_count': 1716, 'node_density_km': 83.6822469483326, 'intersection_density_km': 74.37626567948467, 'edge_density_km': 23355.58526904875, 'street_density_km': 12201.579933410421, 'circuity_avg': 1.0258044211185369, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258044211185369\n", - "3987\n", - "12983820.196854869\n", - "{'n': 215, 'm': 568, 'k_avg': 5.283720930232558, 'intersection_count': 192, 'streets_per_node_avg': 2.8883720930232557, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 170, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10697674418604651, 2: 0.0, 3: 0.7906976744186046, 4: 0.10232558139534884}, 'edge_length_total': 129956.15800000001, 'edge_length_avg': 228.79605281690144, 'street_length_total': 64978.079000000005, 'street_length_avg': 228.79605281690144, 'street_segments_count': 284, 'node_density_km': 16.559070962187267, 'intersection_density_km': 14.787635463906767, 'edge_density_km': 10009.084847884747, 'street_density_km': 5004.542423942374, 'circuity_avg': 1.0323005040873394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323005040873394\n", - "3988\n", - "8980643.820951104\n", - "{'n': 541, 'm': 1504, 'k_avg': 5.56007393715342, 'intersection_count': 486, 'streets_per_node_avg': 2.9593345656192236, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 400, 4: 84, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10166358595194085, 2: 0.0, 3: 0.7393715341959335, 4: 0.15526802218114602, 5: 0.0036968576709796672}, 'edge_length_total': 142880.013, 'edge_length_avg': 95.00000864361702, 'street_length_total': 74075.206, 'street_length_avg': 95.09012323491656, 'street_segments_count': 779, 'node_density_km': 60.24066991031216, 'intersection_density_km': 54.11638738708264, 'edge_density_km': 15909.773936994658, 'street_density_km': 8248.31799109866, 'circuity_avg': 1.0524548191060656, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0524548191060656\n", - "3989\n", - "6989732.29378736\n", - "{'n': 373, 'm': 1029, 'k_avg': 5.517426273458445, 'intersection_count': 343, 'streets_per_node_avg': 3.0616621983914207, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 262, 4: 79, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08042895442359249, 2: 0.0, 3: 0.7024128686327078, 4: 0.21179624664879357, 5: 0.005361930294906166}, 'edge_length_total': 99620.93100000001, 'edge_length_avg': 96.81334402332362, 'street_length_total': 54894.235, 'street_length_avg': 97.85068627450981, 'street_segments_count': 561, 'node_density_km': 53.36398939506328, 'intersection_density_km': 49.07197952414666, 'edge_density_km': 14252.46730673011, 'street_density_km': 7853.5532825472155, 'circuity_avg': 1.060173120543375, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060173120543375\n", - "3990\n", - "12989153.469797235\n", - "{'n': 213, 'm': 561, 'k_avg': 5.267605633802817, 'intersection_count': 181, 'streets_per_node_avg': 2.92018779342723, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 134, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15023474178403756, 2: 0.0, 3: 0.6291079812206573, 4: 0.22065727699530516}, 'edge_length_total': 94614.98300000004, 'edge_length_avg': 168.65415864527637, 'street_length_total': 51076.695000000036, 'street_length_avg': 169.12812913907297, 'street_segments_count': 302, 'node_density_km': 16.39829727897772, 'intersection_density_km': 13.934703321572615, 'edge_density_km': 7284.153137462083, 'street_density_km': 3932.2574114444856, 'circuity_avg': 1.04386616804211, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04386616804211\n", - "3991\n", - "4994588.572520464\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 323, 'm': 782, 'k_avg': 4.842105263157895, 'intersection_count': 228, 'streets_per_node_avg': 2.4674922600619196, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 210, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6501547987616099, 4: 0.05572755417956656}, 'edge_length_total': 86768.93000000001, 'edge_length_avg': 110.95771099744246, 'street_length_total': 43384.46499999997, 'street_length_avg': 110.95771099744238, 'street_segments_count': 391, 'node_density_km': 64.66999139370586, 'intersection_density_km': 45.64940568967472, 'edge_density_km': 17372.58810012714, 'street_density_km': 8686.294050063563, 'circuity_avg': 1.035492387480622, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035492387480622\n", - "3992\n", - "4991040.496240151\n", - "error with entry 3992\n", - "3993\n", - "3991880.2713356055\n", - "{'n': 96, 'm': 285, 'k_avg': 5.9375, 'intersection_count': 94, 'streets_per_node_avg': 3.1875, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 73, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.020833333333333332, 2: 0.0, 3: 0.7604166666666666, 4: 0.20833333333333334, 5: 0.010416666666666666}, 'edge_length_total': 25254.48500000001, 'edge_length_avg': 88.61222807017548, 'street_length_total': 13594.060999999996, 'street_length_avg': 91.85176351351349, 'street_segments_count': 148, 'node_density_km': 24.0488174681352, 'intersection_density_km': 23.54780043754905, 'edge_density_km': 6326.463541841236, 'street_density_km': 3405.4280379134934, 'circuity_avg': 1.02498369252419, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02498369252419\n", - "3994\n", - "2994269.9731602264\n", - "{'n': 56, 'm': 146, 'k_avg': 5.214285714285714, 'intersection_count': 56, 'streets_per_node_avg': 3.2857142857142856, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 40, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7142857142857143, 4: 0.2857142857142857}, 'edge_length_total': 29825.984000000004, 'edge_length_avg': 204.28756164383563, 'street_length_total': 17249.358000000007, 'street_length_avg': 200.57393023255824, 'street_segments_count': 86, 'node_density_km': 18.702388395825317, 'intersection_density_km': 18.702388395825317, 'edge_density_km': 9961.020304565565, 'street_density_km': 5760.789158832799, 'circuity_avg': 1.0240111462202732, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0240111462202732\n", - "3995\n", - "13970180.272197712\n", - "{'n': 1113, 'm': 2729, 'k_avg': 4.903863432165319, 'intersection_count': 816, 'streets_per_node_avg': 2.562443845462713, 'streets_per_node_counts': {0: 0, 1: 297, 2: 0, 3: 710, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2668463611859838, 2: 0.0, 3: 0.637915543575921, 4: 0.09433962264150944, 5: 0.0008984725965858042}, 'edge_length_total': 241419.7039999999, 'edge_length_avg': 88.46453059728834, 'street_length_total': 127406.67599999993, 'street_length_avg': 90.48769602272722, 'street_segments_count': 1408, 'node_density_km': 79.66969490114596, 'intersection_density_km': 58.41012671997763, 'edge_density_km': 17281.072920759172, 'street_density_km': 9119.902071239128, 'circuity_avg': 1.120771426109892, 'self_loop_proportion': 0.0014657383657017222, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.120771426109892\n", - "3996\n", - "22975233.689503722\n", - "{'n': 365, 'm': 956, 'k_avg': 5.238356164383561, 'intersection_count': 307, 'streets_per_node_avg': 2.767123287671233, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 276, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1589041095890411, 2: 0.0, 3: 0.7561643835616438, 4: 0.08493150684931507}, 'edge_length_total': 206492.84399999963, 'edge_length_avg': 215.9966987447695, 'street_length_total': 103246.42200000002, 'street_length_avg': 215.99669874476993, 'street_segments_count': 478, 'node_density_km': 15.886671923896511, 'intersection_density_km': 13.362214467496518, 'edge_density_km': 8987.627581535167, 'street_density_km': 4493.813790767593, 'circuity_avg': 1.054293071059645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054293071059645\n", - "3997\n", - "8989104.572635435\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1088.098, 'edge_length_avg': 544.049, 'street_length_total': 544.049, 'street_length_avg': 544.049, 'street_segments_count': 1, 'node_density_km': 0.22249157119479787, 'intersection_density_km': 0.11124578559739894, 'edge_density_km': 121.04631681695858, 'street_density_km': 60.52315840847929, 'circuity_avg': 1.000986662925482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.000986662925482\n", - "3998\n", - "4991075.696496163\n", - "error with entry 3998\n", - "3999\n", - "4991373.980337556\n", - "{'n': 375, 'm': 1095, 'k_avg': 5.84, 'intersection_count': 359, 'streets_per_node_avg': 3.2106666666666666, 'streets_per_node_counts': {0: 0, 1: 16, 2: 1, 3: 250, 4: 105, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.042666666666666665, 2: 0.0026666666666666666, 3: 0.6666666666666666, 4: 0.28, 5: 0.005333333333333333, 6: 0.0026666666666666666}, 'edge_length_total': 102685.43299999999, 'edge_length_avg': 93.7766511415525, 'street_length_total': 56825.484000000026, 'street_length_avg': 97.80634079173842, 'street_segments_count': 581, 'node_density_km': 75.12961390535588, 'intersection_density_km': 71.92408371206069, 'edge_density_km': 20572.578493318102, 'street_density_km': 11384.73779441328, 'circuity_avg': 1.0278585939298248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278585939298248\n", - "4000\n", - "6985613.5435276935\n", - "{'n': 71, 'm': 184, 'k_avg': 5.183098591549296, 'intersection_count': 54, 'streets_per_node_avg': 2.7464788732394365, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 38, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23943661971830985, 2: 0.0, 3: 0.5352112676056338, 4: 0.22535211267605634}, 'edge_length_total': 41481.106000000014, 'edge_length_avg': 225.44079347826096, 'street_length_total': 20740.553000000004, 'street_length_avg': 225.4407934782609, 'street_segments_count': 92, 'node_density_km': 10.16374575512882, 'intersection_density_km': 7.730172827844456, 'edge_density_km': 5938.076267965476, 'street_density_km': 2969.0381339827377, 'circuity_avg': 1.022803328605645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022803328605645\n", - "4001\n", - "33965979.98563269\n", - "{'n': 1596, 'm': 3987, 'k_avg': 4.996240601503759, 'intersection_count': 1189, 'streets_per_node_avg': 2.5733082706766917, 'streets_per_node_counts': {0: 0, 1: 407, 2: 1, 3: 1056, 4: 130, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2550125313283208, 2: 0.0006265664160401002, 3: 0.6616541353383458, 4: 0.08145363408521303, 5: 0.0012531328320802004}, 'edge_length_total': 535503.5330000019, 'edge_length_avg': 134.31239854527263, 'street_length_total': 271878.04200000013, 'street_length_avg': 133.93006995073898, 'street_segments_count': 2030, 'node_density_km': 46.988192322879954, 'intersection_density_km': 35.005614456080366, 'edge_density_km': 15765.879071544978, 'street_density_km': 8004.422134000025, 'circuity_avg': 1.0408386265291114, 'self_loop_proportion': 0.0005016302984700275, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408386265291114\n", - "4002\n", - "30973966.011804625\n", - "{'n': 814, 'm': 2207, 'k_avg': 5.422604422604422, 'intersection_count': 698, 'streets_per_node_avg': 2.8316953316953315, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 604, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14250614250614252, 2: 0.0, 3: 0.742014742014742, 4: 0.11425061425061425, 5: 0.0012285012285012285}, 'edge_length_total': 413700.8659999997, 'edge_length_avg': 187.44941821477104, 'street_length_total': 207020.30899999975, 'street_length_avg': 186.50478288288267, 'street_segments_count': 1110, 'node_density_km': 26.280134732819583, 'intersection_density_km': 22.535054107503772, 'edge_density_km': 13356.406016663554, 'street_density_km': 6683.687485196482, 'circuity_avg': 1.0367748517161082, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367748517161082\n", - "4003\n", - "7986582.92494041\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 586, 'm': 1827, 'k_avg': 6.235494880546075, 'intersection_count': 572, 'streets_per_node_avg': 3.24061433447099, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 406, 4: 163, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.023890784982935155, 2: 0.0, 3: 0.6928327645051194, 4: 0.2781569965870307, 5: 0.005119453924914676}, 'edge_length_total': 142987.4130000003, 'edge_length_avg': 78.2634991789821, 'street_length_total': 73621.96299999997, 'street_length_avg': 78.23800531349626, 'street_segments_count': 941, 'node_density_km': 73.37305647576085, 'intersection_density_km': 71.6201165599577, 'edge_density_km': 17903.45312179516, 'street_density_km': 9218.205544463095, 'circuity_avg': 1.0453256549881191, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453256549881191\n", - "4004\n", - "4993430.584901986\n", - "{'n': 247, 'm': 584, 'k_avg': 4.728744939271255, 'intersection_count': 162, 'streets_per_node_avg': 2.4129554655870447, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 137, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3441295546558704, 2: 0.0, 3: 0.5546558704453441, 4: 0.10121457489878542}, 'edge_length_total': 72048.70600000002, 'edge_length_avg': 123.37107191780825, 'street_length_total': 36024.353000000025, 'street_length_avg': 123.37107191780831, 'street_segments_count': 292, 'node_density_km': 49.464991212018276, 'intersection_density_km': 32.44262581516988, 'edge_density_km': 14428.69882237769, 'street_density_km': 7214.349411188848, 'circuity_avg': 1.068239945076061, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068239945076061\n", - "4005\n", - "6989597.132026306\n", - "{'n': 74, 'm': 181, 'k_avg': 4.891891891891892, 'intersection_count': 56, 'streets_per_node_avg': 2.581081081081081, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 51, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.6891891891891891, 4: 0.06756756756756757}, 'edge_length_total': 32417.47799999999, 'edge_length_avg': 179.10208839779, 'street_length_total': 16574.542999999998, 'street_length_avg': 180.1580760869565, 'street_segments_count': 92, 'node_density_km': 10.58716240753452, 'intersection_density_km': 8.01190668678288, 'edge_density_km': 4637.9608706578, 'street_density_km': 2371.3159266441135, 'circuity_avg': 1.0874963708541232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0874963708541232\n", - "4006\n", - "998352.4627367996\n", - "{'n': 16, 'm': 36, 'k_avg': 4.5, 'intersection_count': 12, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 10, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 5063.626000000002, 'edge_length_avg': 140.65627777777783, 'street_length_total': 2531.8129999999996, 'street_length_avg': 140.65627777777775, 'street_segments_count': 18, 'node_density_km': 16.026404097946475, 'intersection_density_km': 12.019803073459856, 'edge_density_km': 5071.9822798042715, 'street_density_km': 2535.9911399021344, 'circuity_avg': 1.0892891358117947, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0892891358117947\n", - "4007\n", - "41950429.45538605\n", - "error with entry 4007\n", - "4008\n", - "8988499.04187564\n", - "{'n': 424, 'm': 954, 'k_avg': 4.5, 'intersection_count': 265, 'streets_per_node_avg': 2.327830188679245, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 234, 4: 29, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375, 2: 0.0, 3: 0.5518867924528302, 4: 0.06839622641509434, 5: 0.0047169811320754715}, 'edge_length_total': 114872.92800000017, 'edge_length_avg': 120.41187421383665, 'street_length_total': 57436.46399999995, 'street_length_avg': 120.41187421383637, 'street_segments_count': 477, 'node_density_km': 47.171390687662964, 'intersection_density_km': 29.48211917978935, 'edge_density_km': 12779.990014442892, 'street_density_km': 6389.995007221431, 'circuity_avg': 1.034738196105899, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034738196105899\n", - "4009\n", - "99789697.72148716\n", - "error with entry 4009\n", - "4010\n", - "5992219.448769428\n", - "{'n': 121, 'm': 274, 'k_avg': 4.528925619834711, 'intersection_count': 88, 'streets_per_node_avg': 2.5702479338842976, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 74, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.6115702479338843, 4: 0.11570247933884298}, 'edge_length_total': 51842.856999999996, 'edge_length_avg': 189.20750729927005, 'street_length_total': 26881.351000000002, 'street_length_avg': 192.00965000000002, 'street_segments_count': 140, 'node_density_km': 20.192851919808902, 'intersection_density_km': 14.685710487133749, 'edge_density_km': 8651.695326453128, 'street_density_km': 4486.042480557083, 'circuity_avg': 1.0405547854234276, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405547854234276\n", - "4011\n", - "11981184.094335206\n", - "{'n': 1302, 'm': 3802, 'k_avg': 5.840245775729647, 'intersection_count': 1200, 'streets_per_node_avg': 3.087557603686636, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 888, 4: 306, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07834101382488479, 2: 0.0, 3: 0.6820276497695853, 4: 0.2350230414746544, 5: 0.004608294930875576}, 'edge_length_total': 301979.8540000007, 'edge_length_avg': 79.42657916885868, 'street_length_total': 159978.5720000002, 'street_length_avg': 80.63436088709688, 'street_segments_count': 1984, 'node_density_km': 108.67039432401306, 'intersection_density_km': 100.15704545991987, 'edge_density_km': 25204.50830421503, 'street_density_km': 13352.484257014235, 'circuity_avg': 1.0156858806806588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0156858806806588\n", - "4012\n", - "5992677.283466823\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 0, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.0, 4: 0.5714285714285714}, 'edge_length_total': 8592.246000000001, 'edge_length_avg': 613.7318571428572, 'street_length_total': 4296.1230000000005, 'street_length_avg': 613.7318571428572, 'street_segments_count': 7, 'node_density_km': 1.1680922680939745, 'intersection_density_km': 0.6674812960536998, 'edge_density_km': 1433.7908740230544, 'street_density_km': 716.8954370115272, 'circuity_avg': 1.0060102455331388, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0060102455331388\n", - "4013\n", - "20961661.929032564\n", - "{'n': 112, 'm': 256, 'k_avg': 4.571428571428571, 'intersection_count': 79, 'streets_per_node_avg': 2.4375, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 76, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29464285714285715, 2: 0.0, 3: 0.6785714285714286, 4: 0.026785714285714284}, 'edge_length_total': 80649.15600000002, 'edge_length_avg': 315.03576562500007, 'street_length_total': 40324.57799999997, 'street_length_avg': 315.0357656249998, 'street_segments_count': 128, 'node_density_km': 5.343087794240039, 'intersection_density_km': 3.768785140580027, 'edge_density_km': 3847.4600092800074, 'street_density_km': 1923.730004640002, 'circuity_avg': 1.1236239429319936, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1236239429319936\n", - "4014\n", - "7984647.549402444\n", - "{'n': 233, 'm': 650, 'k_avg': 5.579399141630901, 'intersection_count': 208, 'streets_per_node_avg': 3.0128755364806867, 'streets_per_node_counts': {0: 0, 1: 25, 2: 2, 3: 152, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1072961373390558, 2: 0.008583690987124463, 3: 0.6523605150214592, 4: 0.22746781115879827, 5: 0.004291845493562232}, 'edge_length_total': 84544.24599999988, 'edge_length_avg': 130.0680707692306, 'street_length_total': 43972.08099999999, 'street_length_avg': 128.95038416422284, 'street_segments_count': 341, 'node_density_km': 29.18099998257748, 'intersection_density_km': 26.04999140075586, 'edge_density_km': 10588.350390785505, 'street_density_km': 5507.078518862211, 'circuity_avg': 1.0334352749709057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334352749709057\n", - "4015\n", - "281606796.8708886\n", - "error with entry 4015\n", - "4016\n", - "3991512.6617605668\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 137, 'm': 401, 'k_avg': 5.854014598540146, 'intersection_count': 133, 'streets_per_node_avg': 3.0364963503649633, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 120, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.029197080291970802, 2: 0.0, 3: 0.8759124087591241, 4: 0.0948905109489051}, 'edge_length_total': 37052.897999999965, 'edge_length_avg': 92.40124189526176, 'street_length_total': 18592.827000000005, 'street_length_avg': 92.04369801980201, 'street_segments_count': 202, 'node_density_km': 34.32282736128723, 'intersection_density_km': 33.32070101497227, 'edge_density_km': 9282.921323280172, 'street_density_km': 4658.090447294016, 'circuity_avg': 1.0454746700914852, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454746700914852\n", - "4017\n", - "8989698.543846184\n", - "{'n': 1058, 'm': 3208, 'k_avg': 6.064272211720227, 'intersection_count': 1007, 'streets_per_node_avg': 3.1020793950850662, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 799, 4: 206, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.048204158790170135, 2: 0.0, 3: 0.7551984877126654, 4: 0.1947069943289225, 5: 0.001890359168241966}, 'edge_length_total': 201671.91300000044, 'edge_length_avg': 62.865309538653506, 'street_length_total': 104034.65499999984, 'street_length_avg': 63.74672487745088, 'street_segments_count': 1632, 'node_density_km': 117.69026456668496, 'intersection_density_km': 112.01710436545534, 'edge_density_km': 22433.668049753804, 'street_density_km': 11572.65224107162, 'circuity_avg': 1.0386512224177618, 'self_loop_proportion': 0.0006234413965087282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0386512224177618\n", - "4018\n", - "3992407.4536861684\n", - "{'n': 98, 'm': 231, 'k_avg': 4.714285714285714, 'intersection_count': 69, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 60, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29591836734693877, 2: 0.0, 3: 0.6122448979591837, 4: 0.09183673469387756}, 'edge_length_total': 29848.670000000027, 'edge_length_avg': 129.21502164502175, 'street_length_total': 14998.744999999995, 'street_length_avg': 129.29952586206892, 'street_segments_count': 116, 'node_density_km': 24.54659278564294, 'intersection_density_km': 17.282805124585337, 'edge_density_km': 7476.358649826914, 'street_density_km': 3756.81720214998, 'circuity_avg': 1.058406147359156, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058406147359156\n", - "4019\n", - "15986112.837324014\n", - "{'n': 219, 'm': 538, 'k_avg': 4.9132420091324205, 'intersection_count': 183, 'streets_per_node_avg': 2.7488584474885847, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 166, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1643835616438356, 2: 0.0, 3: 0.7579908675799086, 4: 0.0776255707762557}, 'edge_length_total': 93923.88200000001, 'edge_length_avg': 174.57970631970264, 'street_length_total': 51244.67499999996, 'street_length_avg': 181.07659010600693, 'street_segments_count': 283, 'node_density_km': 13.699390353900403, 'intersection_density_km': 11.44743577517705, 'edge_density_km': 5875.342114482557, 'street_density_km': 3205.5744583733363, 'circuity_avg': 1.039497665816023, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039497665816023\n", - "4020\n", - "117866011.71874098\n", - "{'n': 690, 'm': 1766, 'k_avg': 5.118840579710145, 'intersection_count': 540, 'streets_per_node_avg': 2.6449275362318843, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 485, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.7028985507246377, 4: 0.07971014492753623}, 'edge_length_total': 434598.5460000004, 'edge_length_avg': 246.09204190260496, 'street_length_total': 217358.00200000004, 'street_length_avg': 245.88009276018104, 'street_segments_count': 884, 'node_density_km': 5.85410492760644, 'intersection_density_km': 4.581473421605041, 'edge_density_km': 3687.2253473466617, 'street_density_km': 1844.1109428447692, 'circuity_avg': 1.0806254473767445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806254473767445\n", - "4021\n", - "5992972.154171544\n", - "{'n': 91, 'm': 270, 'k_avg': 5.934065934065934, 'intersection_count': 77, 'streets_per_node_avg': 2.989010989010989, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 50, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.5494505494505495, 4: 0.2967032967032967}, 'edge_length_total': 42551.464000000014, 'edge_length_avg': 157.59801481481486, 'street_length_total': 21275.732, 'street_length_avg': 157.5980148148148, 'street_segments_count': 135, 'node_density_km': 15.184452331662744, 'intersection_density_km': 12.848382742176168, 'edge_density_km': 7100.227217038061, 'street_density_km': 3550.113608519029, 'circuity_avg': 1.0101212863889775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0101212863889775\n", - "4022\n", - "60895744.33092024\n", - "{'n': 1777, 'm': 4061, 'k_avg': 4.570624648283624, 'intersection_count': 1280, 'streets_per_node_avg': 2.5756893640967924, 'streets_per_node_counts': {0: 0, 1: 497, 2: 2, 3: 1048, 4: 222, 5: 5, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27968486212718063, 2: 0.0011254924029262803, 3: 0.5897580191333709, 4: 0.12492965672481711, 5: 0.0028137310073157004, 6: 0.0011254924029262803, 7: 0.0005627462014631402}, 'edge_length_total': 658881.8420000015, 'edge_length_avg': 162.24620586062582, 'street_length_total': 371303.54099999956, 'street_length_avg': 166.28013479623806, 'street_segments_count': 2233, 'node_density_km': 29.181021096374312, 'intersection_density_km': 21.019531234304512, 'edge_density_km': 10819.833951277438, 'street_density_km': 6097.36435738856, 'circuity_avg': 1.048191453558561, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048191453558561\n", - "4023\n", - "6990724.956979504\n", - "error with entry 4023\n", - "4024\n", - "21953868.523767468\n", - "{'n': 677, 'm': 1844, 'k_avg': 5.447562776957164, 'intersection_count': 621, 'streets_per_node_avg': 3.121122599704579, 'streets_per_node_counts': {0: 0, 1: 56, 2: 1, 3: 427, 4: 191, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0827178729689808, 2: 0.0014771048744460858, 3: 0.6307237813884786, 4: 0.2821270310192024, 5: 0.0029542097488921715}, 'edge_length_total': 299029.6590000001, 'edge_length_avg': 162.16358947939267, 'street_length_total': 169248.48799999975, 'street_length_avg': 165.60517416829722, 'street_segments_count': 1022, 'node_density_km': 30.837389741451414, 'intersection_density_km': 28.286586454123082, 'edge_density_km': 13620.818521176245, 'street_density_km': 7709.278563674084, 'circuity_avg': 1.02238037501573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02238037501573\n", - "4025\n", - "8989385.86409923\n", - "{'n': 263, 'm': 688, 'k_avg': 5.231939163498099, 'intersection_count': 212, 'streets_per_node_avg': 2.7452471482889735, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 179, 4: 31, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19391634980988592, 2: 0.0, 3: 0.6806083650190115, 4: 0.11787072243346007, 5: 0.0076045627376425855}, 'edge_length_total': 99400.53899999992, 'edge_length_avg': 144.47752761627896, 'street_length_total': 49735.482999999964, 'street_length_avg': 143.7441705202311, 'street_segments_count': 346, 'node_density_km': 29.25672609631087, 'intersection_density_km': 23.583368564326634, 'edge_density_km': 11057.54503174397, 'street_density_km': 5532.689746763212, 'circuity_avg': 1.0524240630716133, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0524240630716133\n", - "4026\n", - "45942480.927755006\n", - "{'n': 432, 'm': 1188, 'k_avg': 5.5, 'intersection_count': 386, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 330, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10648148148148148, 2: 0.0, 3: 0.7638888888888888, 4: 0.12962962962962962}, 'edge_length_total': 223788.79299999986, 'edge_length_avg': 188.37440488215478, 'street_length_total': 117155.6759999999, 'street_length_avg': 192.0584852459015, 'street_segments_count': 610, 'node_density_km': 9.403062074060044, 'intersection_density_km': 8.401810093951799, 'edge_density_km': 4871.064611245307, 'street_density_km': 2550.0511429547814, 'circuity_avg': 1.0472884568370007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472884568370007\n", - "4027\n", - "7987714.808363915\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 459, 'm': 1087, 'k_avg': 4.7363834422657956, 'intersection_count': 347, 'streets_per_node_avg': 2.5947712418300655, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 310, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2440087145969499, 2: 0.0, 3: 0.6753812636165577, 4: 0.0784313725490196, 5: 0.002178649237472767}, 'edge_length_total': 115713.93999999989, 'edge_length_avg': 106.452566697332, 'street_length_total': 62721.79900000003, 'street_length_avg': 108.14103275862074, 'street_segments_count': 580, 'node_density_km': 57.46324336960331, 'intersection_density_km': 43.44171121841471, 'edge_density_km': 14486.488661167035, 'street_density_km': 7852.283225525803, 'circuity_avg': 1.0388901440496638, 'self_loop_proportion': 0.0018399264029438822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388901440496638\n", - "4028\n", - "6991640.2929053875\n", - "{'n': 185, 'm': 488, 'k_avg': 5.275675675675676, 'intersection_count': 154, 'streets_per_node_avg': 2.789189189189189, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 131, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16756756756756758, 2: 0.0, 3: 0.7081081081081081, 4: 0.12432432432432433}, 'edge_length_total': 76766.78599999998, 'edge_length_avg': 157.308987704918, 'street_length_total': 38383.39299999998, 'street_length_avg': 157.30898770491797, 'street_segments_count': 244, 'node_density_km': 26.460171325994082, 'intersection_density_km': 22.026304779476156, 'edge_density_km': 10979.796268680668, 'street_density_km': 5489.898134340333, 'circuity_avg': 1.0102674174698185, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0102674174698185\n", - "4029\n", - "3996902.6570910583\n", - "{'n': 115, 'm': 310, 'k_avg': 5.391304347826087, 'intersection_count': 97, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 84, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1565217391304348, 2: 0.0, 3: 0.7304347826086957, 4: 0.11304347826086956}, 'edge_length_total': 58096.010000000024, 'edge_length_avg': 187.40648387096783, 'street_length_total': 29048.005, 'street_length_avg': 187.40648387096775, 'street_segments_count': 155, 'node_density_km': 28.772279403896437, 'intersection_density_km': 24.268792192851777, 'edge_density_km': 14535.25766931793, 'street_density_km': 7267.628834658963, 'circuity_avg': 1.0729745426045827, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729745426045827\n", - "4030\n", - "7989099.55008873\n", - "error with entry 4030\n", - "4031\n", - "4990135.2201896\n", - "{'n': 389, 'm': 1015, 'k_avg': 5.218508997429306, 'intersection_count': 319, 'streets_per_node_avg': 2.763496143958869, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 271, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17994858611825193, 2: 0.0, 3: 0.6966580976863753, 4: 0.12339331619537275}, 'edge_length_total': 87565.61099999995, 'edge_length_avg': 86.27153793103443, 'street_length_total': 45637.23700000002, 'street_length_avg': 87.5954644913628, 'street_segments_count': 521, 'node_density_km': 77.95379941331929, 'intersection_density_km': 63.92612342634667, 'edge_density_km': 17547.743124418357, 'street_density_km': 9145.491051095412, 'circuity_avg': 1.0340812738994734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340812738994734\n", - "4032\n", - "6989975.659619726\n", - "{'n': 262, 'm': 709, 'k_avg': 5.412213740458015, 'intersection_count': 230, 'streets_per_node_avg': 2.935114503816794, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 183, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12213740458015267, 2: 0.0, 3: 0.6984732824427481, 4: 0.17938931297709923}, 'edge_length_total': 67657.69799999995, 'edge_length_avg': 95.42693653032433, 'street_length_total': 37465.458000000006, 'street_length_avg': 99.90788800000001, 'street_segments_count': 375, 'node_density_km': 37.482247830066626, 'intersection_density_km': 32.904263362272225, 'edge_density_km': 9679.246580335119, 'street_density_km': 5359.883900087605, 'circuity_avg': 1.0495059041160275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495059041160275\n", - "4033\n", - "10976517.804812033\n", - "{'n': 512, 'm': 1166, 'k_avg': 4.5546875, 'intersection_count': 397, 'streets_per_node_avg': 2.671875, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 336, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.224609375, 2: 0.0, 3: 0.65625, 4: 0.1171875, 5: 0.001953125}, 'edge_length_total': 117689.35599999988, 'edge_length_avg': 100.93426758147503, 'street_length_total': 65568.20900000003, 'street_length_avg': 97.2822091988131, 'street_segments_count': 674, 'node_density_km': 46.64502979037146, 'intersection_density_km': 36.168118802299745, 'edge_density_km': 10721.920930917238, 'street_density_km': 5973.498168176374, 'circuity_avg': 1.0414532764987274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414532764987274\n", - "4034\n", - "2997231.3553315527\n", - "{'n': 116, 'm': 268, 'k_avg': 4.620689655172414, 'intersection_count': 78, 'streets_per_node_avg': 2.456896551724138, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 66, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3275862068965517, 2: 0.0, 3: 0.5689655172413793, 4: 0.09482758620689655, 5: 0.008620689655172414}, 'edge_length_total': 39113.85599999999, 'edge_length_avg': 145.947223880597, 'street_length_total': 19556.928, 'street_length_avg': 145.94722388059702, 'street_segments_count': 134, 'node_density_km': 38.70238438339309, 'intersection_density_km': 26.024017085385008, 'edge_density_km': 13049.995600247292, 'street_density_km': 6524.997800123647, 'circuity_avg': 1.0901692776073781, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901692776073781\n", - "4035\n", - "4988790.147612291\n", - "{'n': 298, 'm': 873, 'k_avg': 5.859060402684563, 'intersection_count': 279, 'streets_per_node_avg': 3.1375838926174495, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 201, 4: 77, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06375838926174497, 2: 0.0, 3: 0.674496644295302, 4: 0.25838926174496646, 5: 0.003355704697986577}, 'edge_length_total': 100537.4919999998, 'edge_length_avg': 115.16322107674661, 'street_length_total': 52393.73599999998, 'street_length_avg': 115.65946136865338, 'street_segments_count': 453, 'node_density_km': 59.73392168893438, 'intersection_density_km': 55.92538305776071, 'edge_density_km': 20152.680113858572, 'street_density_km': 10502.293030921815, 'circuity_avg': 1.0228652933620221, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228652933620221\n", - "4036\n", - "10976231.053347996\n", - "{'n': 858, 'm': 2437, 'k_avg': 5.68065268065268, 'intersection_count': 803, 'streets_per_node_avg': 3.113053613053613, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 607, 4: 187, 5: 7, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0641025641025641, 2: 0.0, 3: 0.7074592074592074, 4: 0.21794871794871795, 5: 0.008158508158508158, 6: 0.002331002331002331}, 'edge_length_total': 227598.70700000002, 'edge_length_avg': 93.3929860484202, 'street_length_total': 123425.12599999997, 'street_length_avg': 95.23543672839504, 'street_segments_count': 1296, 'node_density_km': 78.16890841946069, 'intersection_density_km': 73.15808095667475, 'edge_density_km': 20735.597300548565, 'street_density_km': 11244.763835611184, 'circuity_avg': 1.0350695677341744, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350695677341744\n", - "4037\n", - "6985168.740881762\n", - "{'n': 185, 'm': 528, 'k_avg': 5.708108108108108, 'intersection_count': 159, 'streets_per_node_avg': 2.902702702702703, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 126, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14054054054054055, 2: 0.0, 3: 0.6810810810810811, 4: 0.17297297297297298, 5: 0.005405405405405406}, 'edge_length_total': 73529.93600000005, 'edge_length_avg': 139.2612424242425, 'street_length_total': 36764.96800000001, 'street_length_avg': 139.26124242424245, 'street_segments_count': 264, 'node_density_km': 26.484685891302725, 'intersection_density_km': 22.76251382009261, 'edge_density_km': 10526.579776041046, 'street_density_km': 5263.289888020521, 'circuity_avg': 1.0346483970005182, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0346483970005182\n", - "4038\n", - "4989496.292844669\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 537, 'm': 1559, 'k_avg': 5.80633147113594, 'intersection_count': 500, 'streets_per_node_avg': 3.0707635009310987, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 391, 4: 106, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06890130353817504, 2: 0.0, 3: 0.7281191806331471, 4: 0.1973929236499069, 5: 0.00558659217877095}, 'edge_length_total': 105973.1679999999, 'edge_length_avg': 67.97509172546498, 'street_length_total': 54718.505, 'street_length_avg': 68.05784203980099, 'street_segments_count': 804, 'node_density_km': 107.62609459598163, 'intersection_density_km': 100.21051638359555, 'edge_density_km': 21239.25177617103, 'street_density_km': 10966.73928357671, 'circuity_avg': 1.0447362978699077, 'self_loop_proportion': 0.0012828736369467607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447362978699077\n", - "4039\n", - "5988781.455897585\n", - "{'n': 205, 'm': 634, 'k_avg': 6.185365853658537, 'intersection_count': 193, 'streets_per_node_avg': 3.151219512195122, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 139, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05853658536585366, 2: 0.0, 3: 0.6780487804878049, 4: 0.25853658536585367, 5: 0.004878048780487805}, 'edge_length_total': 55786.39799999994, 'edge_length_avg': 87.9911640378548, 'street_length_total': 28246.40800000002, 'street_length_avg': 88.54673354231981, 'street_segments_count': 319, 'node_density_km': 34.2306697129717, 'intersection_density_km': 32.226923193187986, 'edge_density_km': 9315.150070314063, 'street_density_km': 4716.55347719923, 'circuity_avg': 1.0291478166301855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0291478166301855\n", - "4040\n", - "10986026.721874252\n", - "{'n': 289, 'm': 718, 'k_avg': 4.968858131487889, 'intersection_count': 208, 'streets_per_node_avg': 2.519031141868512, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 185, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28027681660899656, 2: 0.0, 3: 0.6401384083044983, 4: 0.07958477508650519}, 'edge_length_total': 117705.65800000002, 'edge_length_avg': 163.93545682451256, 'street_length_total': 58852.82900000003, 'street_length_avg': 163.9354568245126, 'street_segments_count': 359, 'node_density_km': 26.306143915030972, 'intersection_density_km': 18.933141641267966, 'edge_density_km': 10714.124494676184, 'street_density_km': 5357.062247338094, 'circuity_avg': 1.031977818492074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031977818492074\n", - "4041\n", - "7983363.703568462\n", - "{'n': 113, 'm': 281, 'k_avg': 4.9734513274336285, 'intersection_count': 85, 'streets_per_node_avg': 2.6106194690265485, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 73, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24778761061946902, 2: 0.0, 3: 0.6460176991150443, 4: 0.10619469026548672}, 'edge_length_total': 46447.206999999966, 'edge_length_avg': 165.29255160142336, 'street_length_total': 23321.136999999995, 'street_length_avg': 161.95234027777775, 'street_segments_count': 144, 'node_density_km': 14.154434671376732, 'intersection_density_km': 10.647141124486923, 'edge_density_km': 5817.999620791253, 'street_density_km': 2921.2169037940416, 'circuity_avg': 1.0696405637299329, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696405637299329\n", - "4042\n", - "9978736.714779207\n", - "{'n': 172, 'm': 446, 'k_avg': 5.186046511627907, 'intersection_count': 125, 'streets_per_node_avg': 2.691860465116279, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 84, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27325581395348836, 2: 0.0, 3: 0.4883720930232558, 4: 0.23837209302325582}, 'edge_length_total': 88644.52500000007, 'edge_length_avg': 198.75454035874455, 'street_length_total': 44380.707999999984, 'street_length_avg': 198.12816071428566, 'street_segments_count': 224, 'node_density_km': 17.236650782183276, 'intersection_density_km': 12.526635742865752, 'edge_density_km': 8883.341402194861, 'street_density_km': 4447.527705011903, 'circuity_avg': 1.0564338299941582, 'self_loop_proportion': 0.004484304932735426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564338299941582\n", - "4043\n", - "15981609.764982767\n", - "{'n': 375, 'm': 1022, 'k_avg': 5.450666666666667, 'intersection_count': 330, 'streets_per_node_avg': 2.8933333333333335, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 280, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12, 2: 0.0, 3: 0.7466666666666667, 4: 0.13333333333333333}, 'edge_length_total': 162554.2840000001, 'edge_length_avg': 159.05507240704512, 'street_length_total': 83586.58200000005, 'street_length_avg': 158.00866162570898, 'street_segments_count': 529, 'node_density_km': 23.464469819658643, 'intersection_density_km': 20.648733441299605, 'edge_density_km': 10171.33357593126, 'street_density_km': 5230.172881779797, 'circuity_avg': 1.0274108095836068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0274108095836068\n", - "4044\n", - "7990496.038369341\n", - "{'n': 10, 'm': 21, 'k_avg': 4.2, 'intersection_count': 8, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7, 4: 0.1}, 'edge_length_total': 12848.346000000001, 'edge_length_avg': 611.826, 'street_length_total': 6949.419000000001, 'street_length_avg': 631.7653636363638, 'street_segments_count': 11, 'node_density_km': 1.251486760268859, 'intersection_density_km': 1.0011894082150874, 'edge_density_km': 1607.9534910353357, 'street_density_km': 869.7105870060856, 'circuity_avg': 1.0408230871490904, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408230871490904\n", - "4045\n", - "17974040.472756915\n", - "error with entry 4045\n", - "4046\n", - "3991689.5682599954\n", - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.7777777777777778}, 'edge_length_total': 7529.621999999999, 'edge_length_avg': 418.3123333333333, 'street_length_total': 3764.8109999999997, 'street_length_avg': 418.3123333333333, 'street_segments_count': 9, 'node_density_km': 2.2546843500966838, 'intersection_density_km': 1.7536433834085319, 'edge_density_km': 1886.3245428381879, 'street_density_km': 943.1622714190939, 'circuity_avg': 1.0645249823421798, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645249823421798\n", - "4047\n", - "3994344.44138629\n", - "{'n': 232, 'm': 646, 'k_avg': 5.568965517241379, 'intersection_count': 204, 'streets_per_node_avg': 3.0086206896551726, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 157, 4: 38, 5: 7, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1206896551724138, 2: 0.0, 3: 0.6767241379310345, 4: 0.16379310344827586, 5: 0.03017241379310345, 6: 0.008620689655172414}, 'edge_length_total': 68290.51700000008, 'edge_length_avg': 105.71287461300322, 'street_length_total': 36727.94600000002, 'street_length_avg': 109.30936309523815, 'street_segments_count': 336, 'node_density_km': 58.08212171093621, 'intersection_density_km': 51.07221046996115, 'edge_density_km': 17096.80224179639, 'street_density_km': 9194.987197261611, 'circuity_avg': 1.0632870302393083, 'self_loop_proportion': 0.0030959752321981426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632870302393083\n", - "4048\n", - "10990772.2106357\n", - "{'n': 483, 'm': 1092, 'k_avg': 4.521739130434782, 'intersection_count': 310, 'streets_per_node_avg': 2.3561076604554865, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 275, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3581780538302277, 2: 0.0, 3: 0.5693581780538303, 4: 0.07246376811594203}, 'edge_length_total': 136729.84400000016, 'edge_length_avg': 125.21047985348, 'street_length_total': 68364.92199999995, 'street_length_avg': 125.21047985347975, 'street_segments_count': 546, 'node_density_km': 43.94595673019263, 'intersection_density_km': 28.205479474864834, 'edge_density_km': 12440.421963043467, 'street_density_km': 6220.210981521722, 'circuity_avg': 1.0992455714315381, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0992455714315381\n", - "4049\n", - "2998330.6820318596\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 5, 'streets_per_node_avg': 2.25, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375, 2: 0.0, 3: 0.625}, 'edge_length_total': 3027.6259999999997, 'edge_length_avg': 216.259, 'street_length_total': 1513.8129999999996, 'street_length_avg': 216.25899999999996, 'street_segments_count': 7, 'node_density_km': 2.6681513309861775, 'intersection_density_km': 1.6675945818663611, 'edge_density_km': 1009.7705427035446, 'street_density_km': 504.8852713517722, 'circuity_avg': 1.0215946855961595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215946855961595\n", - "4050\n", - "29963159.040541004\n", - "{'n': 1115, 'm': 2492, 'k_avg': 4.469955156950673, 'intersection_count': 687, 'streets_per_node_avg': 2.283408071748879, 'streets_per_node_counts': {0: 0, 1: 428, 2: 0, 3: 631, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38385650224215245, 2: 0.0, 3: 0.5659192825112107, 4: 0.04932735426008968, 5: 0.0008968609865470852}, 'edge_length_total': 329197.736, 'edge_length_avg': 132.1018202247191, 'street_length_total': 164598.8679999997, 'street_length_avg': 132.10182022471886, 'street_segments_count': 1246, 'node_density_km': 37.21236464056989, 'intersection_density_km': 22.928156509481177, 'edge_density_km': 10986.749946979426, 'street_density_km': 5493.374973489703, 'circuity_avg': 1.0646591030272332, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646591030272332\n", - "4051\n", - "33928980.01194968\n", - "{'n': 3113, 'm': 9229, 'k_avg': 5.929328621908128, 'intersection_count': 2914, 'streets_per_node_avg': 3.1066495342113716, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 2197, 4: 704, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06392547381946675, 2: 0.0, 3: 0.7057500803083842, 4: 0.22614840989399293, 5: 0.004176035978156119}, 'edge_length_total': 729822.0540000002, 'edge_length_avg': 79.07921269910068, 'street_length_total': 384123.7539999991, 'street_length_avg': 79.95914945878415, 'street_segments_count': 4804, 'node_density_km': 91.75047404618739, 'intersection_density_km': 85.88528151962417, 'edge_density_km': 21510.285712772948, 'street_density_km': 11321.405885609054, 'circuity_avg': 1.0290406542188477, 'self_loop_proportion': 0.00021670820240546104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290406542188477\n", - "4052\n", - "27950077.193873335\n", - "{'n': 1857, 'm': 5096, 'k_avg': 5.488422186322024, 'intersection_count': 1601, 'streets_per_node_avg': 2.9009154550350025, 'streets_per_node_counts': {0: 0, 1: 256, 2: 0, 3: 1273, 4: 328}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13785675821217017, 2: 0.0, 3: 0.6855142703284868, 4: 0.17662897145934303}, 'edge_length_total': 456839.81400000135, 'edge_length_avg': 89.64674529042412, 'street_length_total': 246542.13499999992, 'street_length_avg': 92.61537753568743, 'street_segments_count': 2662, 'node_density_km': 66.43988805895158, 'intersection_density_km': 57.28070047516505, 'edge_density_km': 16344.849813156896, 'street_density_km': 8820.803366297752, 'circuity_avg': 1.0629469166249532, 'self_loop_proportion': 0.0015698587127158557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629469166249532\n", - "4053\n", - "3991802.0056817895\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3816.4120000000003, 'edge_length_avg': 954.1030000000001, 'street_length_total': 1908.2060000000001, 'street_length_avg': 954.1030000000001, 'street_segments_count': 2, 'node_density_km': 0.5010268538252325, 'intersection_density_km': 0.5010268538252325, 'edge_density_km': 956.0624486304317, 'street_density_km': 478.03122431521587, 'circuity_avg': 2.7313897395095195, 'self_loop_proportion': 0.5, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.7313897395095195\n", - "4054\n", - "8981078.433763737\n", - "{'n': 100, 'm': 273, 'k_avg': 5.46, 'intersection_count': 94, 'streets_per_node_avg': 3.03, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 79, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06, 2: 0.0, 3: 0.79, 4: 0.15}, 'edge_length_total': 46822.623999999974, 'edge_length_avg': 171.51144322344314, 'street_length_total': 26296.357999999982, 'street_length_avg': 183.89061538461524, 'street_segments_count': 143, 'node_density_km': 11.1345202847864, 'intersection_density_km': 10.466449067699218, 'edge_density_km': 5213.474567149263, 'street_density_km': 2927.9733156700495, 'circuity_avg': 1.0414422667308911, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414422667308911\n", - "4055\n", - "4989522.713683843\n", - "{'n': 125, 'm': 320, 'k_avg': 5.12, 'intersection_count': 99, 'streets_per_node_avg': 2.656, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 90, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208, 2: 0.0, 3: 0.72, 4: 0.072}, 'edge_length_total': 45643.21199999999, 'edge_length_avg': 142.63503749999998, 'street_length_total': 22821.606000000007, 'street_length_avg': 142.63503750000004, 'street_segments_count': 160, 'node_density_km': 25.052496435618096, 'intersection_density_km': 19.841577177009533, 'edge_density_km': 9147.811247521287, 'street_density_km': 4573.9056237606455, 'circuity_avg': 1.062936100160649, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062936100160649\n", - "4056\n", - "5992408.238088806\n", - "{'n': 121, 'm': 314, 'k_avg': 5.190082644628099, 'intersection_count': 105, 'streets_per_node_avg': 2.8677685950413223, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 89, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1322314049586777, 2: 0.0, 3: 0.7355371900826446, 4: 0.1322314049586777}, 'edge_length_total': 66890.24000000003, 'edge_length_avg': 213.02624203821668, 'street_length_total': 33445.120000000024, 'street_length_avg': 213.0262420382167, 'street_segments_count': 157, 'node_density_km': 20.192215749071067, 'intersection_density_km': 17.522170691342662, 'edge_density_km': 11162.497170141689, 'street_density_km': 5581.248585070845, 'circuity_avg': 1.0395542763643253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395542763643253\n", - "4057\n", - "13971210.320159782\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 18664.46, 'edge_length_avg': 1555.3716666666667, 'street_length_total': 9332.23, 'street_length_avg': 1555.3716666666667, 'street_segments_count': 6, 'node_density_km': 0.5010303216106723, 'intersection_density_km': 0.3578788011504802, 'edge_density_km': 1335.9229137842183, 'street_density_km': 667.9614568921091, 'circuity_avg': 1.4357244130149136, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4357244130149136\n", - "4058\n", - "5992537.814881251\n", - "{'n': 275, 'm': 814, 'k_avg': 5.92, 'intersection_count': 256, 'streets_per_node_avg': 3.050909090909091, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 206, 4: 48, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06909090909090909, 2: 0.0, 3: 0.7490909090909091, 4: 0.17454545454545456, 5: 0.007272727272727273}, 'edge_length_total': 87711.56800000003, 'edge_length_avg': 107.75376904176908, 'street_length_total': 43855.78400000002, 'street_length_avg': 107.75376904176909, 'street_segments_count': 407, 'node_density_km': 45.89040711884927, 'intersection_density_km': 42.71979717245605, 'edge_density_km': 14636.79841655503, 'street_density_km': 7318.399208277516, 'circuity_avg': 1.040733066631148, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040733066631148\n", - "4059\n", - "1998455.3669291523\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 89, 'm': 194, 'k_avg': 4.359550561797753, 'intersection_count': 56, 'streets_per_node_avg': 2.3146067415730336, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 51, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3707865168539326, 2: 0.0, 3: 0.5730337078651685, 4: 0.056179775280898875}, 'edge_length_total': 26204.269999999968, 'edge_length_avg': 135.07355670103075, 'street_length_total': 13102.135000000002, 'street_length_avg': 135.07355670103095, 'street_segments_count': 97, 'node_density_km': 44.53439464938281, 'intersection_density_km': 28.021641577139746, 'edge_density_km': 13112.261816617765, 'street_density_km': 6556.130908308892, 'circuity_avg': 1.0621926408025135, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621926408025135\n", - "4060\n", - "9987732.11876086\n", - "{'n': 246, 'm': 636, 'k_avg': 5.170731707317073, 'intersection_count': 195, 'streets_per_node_avg': 2.6910569105691056, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 169, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2073170731707317, 2: 0.0, 3: 0.6869918699186992, 4: 0.10569105691056911}, 'edge_length_total': 121494.0359999999, 'edge_length_avg': 191.0283584905659, 'street_length_total': 60747.01800000001, 'street_length_avg': 191.02835849056606, 'street_segments_count': 318, 'node_density_km': 24.63021605654761, 'intersection_density_km': 19.523951752141397, 'edge_density_km': 12164.326651471427, 'street_density_km': 6082.163325735719, 'circuity_avg': 1.0242344262172665, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242344262172665\n", - "4061\n", - "5986642.156088467\n", - "{'n': 581, 'm': 1709, 'k_avg': 5.882960413080895, 'intersection_count': 548, 'streets_per_node_avg': 3.0946643717728053, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 427, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05679862306368331, 2: 0.0, 3: 0.7349397590361446, 4: 0.2082616179001721}, 'edge_length_total': 154594.392, 'edge_length_avg': 90.45897717963722, 'street_length_total': 80067.08400000009, 'street_length_avg': 90.6761993204984, 'street_segments_count': 883, 'node_density_km': 97.04939511193567, 'intersection_density_km': 91.53712310041436, 'edge_density_km': 25823.222429083417, 'street_density_km': 13374.289278100776, 'circuity_avg': 1.024908779214733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024908779214733\n", - "4062\n", - "4996178.770025817\n", - "{'n': 232, 'm': 552, 'k_avg': 4.758620689655173, 'intersection_count': 160, 'streets_per_node_avg': 2.456896551724138, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 144, 4: 14, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3103448275862069, 2: 0.0, 3: 0.6206896551724138, 4: 0.0603448275862069, 5: 0.008620689655172414}, 'edge_length_total': 64698.70599999989, 'edge_length_avg': 117.20780072463748, 'street_length_total': 32349.353000000017, 'street_length_avg': 117.20780072463775, 'street_segments_count': 276, 'node_density_km': 46.43548813582609, 'intersection_density_km': 32.024474576431786, 'edge_density_km': 12949.637908906445, 'street_density_km': 6474.818954453237, 'circuity_avg': 1.1054636713052801, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1054636713052801\n", - "4063\n", - "4995210.967068031\n", - "{'n': 257, 'm': 747, 'k_avg': 5.813229571984436, 'intersection_count': 230, 'streets_per_node_avg': 3.046692607003891, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 165, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10505836575875487, 2: 0.0, 3: 0.642023346303502, 4: 0.2490272373540856, 5: 0.0038910505836575876}, 'edge_length_total': 89924.50700000009, 'edge_length_avg': 120.38086613119155, 'street_length_total': 45744.63199999998, 'street_length_avg': 120.69823746701843, 'street_segments_count': 379, 'node_density_km': 51.44927845777206, 'intersection_density_km': 46.044101343531416, 'edge_density_km': 18002.14397206567, 'street_density_km': 9157.697703176302, 'circuity_avg': 1.043404123194745, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043404123194745\n", - "4064\n", - "4993871.446634999\n", - "{'n': 149, 'm': 332, 'k_avg': 4.456375838926174, 'intersection_count': 99, 'streets_per_node_avg': 2.402684563758389, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 89, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33557046979865773, 2: 0.0, 3: 0.5973154362416108, 4: 0.06040268456375839, 5: 0.006711409395973154}, 'edge_length_total': 53172.42200000001, 'edge_length_avg': 160.15789759036147, 'street_length_total': 26586.210999999992, 'street_length_avg': 160.1578975903614, 'street_segments_count': 166, 'node_density_km': 29.83657100352475, 'intersection_density_km': 19.82429885469094, 'edge_density_km': 10647.535197532765, 'street_density_km': 5323.76759876638, 'circuity_avg': 1.0840387371107505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0840387371107505\n", - "4065\n", - "3995008.056028255\n", - "{'n': 90, 'm': 216, 'k_avg': 4.8, 'intersection_count': 69, 'streets_per_node_avg': 2.6222222222222222, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 61, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23333333333333334, 2: 0.0, 3: 0.6777777777777778, 4: 0.08888888888888889}, 'edge_length_total': 36823.29399999998, 'edge_length_avg': 170.47821296296286, 'street_length_total': 18411.647000000004, 'street_length_avg': 170.478212962963, 'street_segments_count': 108, 'node_density_km': 22.528114771682322, 'intersection_density_km': 17.27155465828978, 'edge_density_km': 9217.326594482229, 'street_density_km': 4608.663297241118, 'circuity_avg': 1.0307348393157727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307348393157727\n", - "4066\n", - "6994550.3502893215\n", - "{'n': 197, 'm': 578, 'k_avg': 5.868020304568528, 'intersection_count': 177, 'streets_per_node_avg': 3.00507614213198, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 136, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10152284263959391, 2: 0.0, 3: 0.6903553299492385, 4: 0.20812182741116753}, 'edge_length_total': 74171.34799999995, 'edge_length_avg': 128.3241314878892, 'street_length_total': 37085.67399999999, 'street_length_avg': 128.32413148788925, 'street_segments_count': 289, 'node_density_km': 28.16478402959117, 'intersection_density_km': 25.305415092576837, 'edge_density_km': 10604.162424383998, 'street_density_km': 5302.081212192002, 'circuity_avg': 1.0270606930683337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270606930683337\n", - "4067\n", - "7993306.3715768475\n", - "{'n': 71, 'm': 177, 'k_avg': 4.985915492957746, 'intersection_count': 60, 'streets_per_node_avg': 2.816901408450704, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 51, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15492957746478872, 2: 0.0, 3: 0.7183098591549296, 4: 0.1267605633802817}, 'edge_length_total': 52343.399999999994, 'edge_length_avg': 295.72542372881355, 'street_length_total': 27367.858, 'street_length_avg': 297.47671739130436, 'street_segments_count': 92, 'node_density_km': 8.882431962381265, 'intersection_density_km': 7.506280531589801, 'edge_density_km': 6548.4040729536255, 'street_density_km': 3423.8469949452365, 'circuity_avg': 1.0758849145656018, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758849145656018\n", - "4068\n", - "7994020.558054812\n", - "{'n': 339, 'm': 943, 'k_avg': 5.563421828908554, 'intersection_count': 296, 'streets_per_node_avg': 2.9528023598820057, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 227, 4: 68, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12684365781710916, 2: 0.0, 3: 0.6696165191740413, 4: 0.20058997050147492, 5: 0.0029498525073746312}, 'edge_length_total': 99634.56900000008, 'edge_length_avg': 105.65701908801705, 'street_length_total': 52417.135999999984, 'street_length_avg': 107.85418930041149, 'street_segments_count': 486, 'node_density_km': 42.406696047137636, 'intersection_density_km': 37.02767560458035, 'edge_density_km': 12463.636824101963, 'street_density_km': 6557.042932193142, 'circuity_avg': 1.032147401921114, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032147401921114\n", - "4069\n", - "4994532.214954179\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 212, 'm': 601, 'k_avg': 5.669811320754717, 'intersection_count': 191, 'streets_per_node_avg': 2.990566037735849, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 151, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09905660377358491, 2: 0.0, 3: 0.7122641509433962, 4: 0.18867924528301888}, 'edge_length_total': 90295.28800000006, 'edge_length_avg': 150.24174376039943, 'street_length_total': 45185.985000000015, 'street_length_avg': 150.11955149501665, 'street_segments_count': 301, 'node_density_km': 42.44641757745574, 'intersection_density_km': 38.24181960987758, 'edge_density_km': 18078.827828889767, 'street_density_km': 9047.090509238926, 'circuity_avg': 1.0605544941252203, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605544941252203\n", - "4070\n", - "11991870.51388363\n", - "{'n': 141, 'm': 404, 'k_avg': 5.7304964539007095, 'intersection_count': 127, 'streets_per_node_avg': 2.978723404255319, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 102, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09929078014184398, 2: 0.0, 3: 0.723404255319149, 4: 0.1773049645390071}, 'edge_length_total': 85528.64599999996, 'edge_length_avg': 211.7045693069306, 'street_length_total': 42764.323000000026, 'street_length_avg': 211.7045693069308, 'street_segments_count': 202, 'node_density_km': 11.757965518119693, 'intersection_density_km': 10.590507948944689, 'edge_density_km': 7132.218939570676, 'street_density_km': 3566.109469785342, 'circuity_avg': 1.0446717001939165, 'self_loop_proportion': 0.0049504950495049506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446717001939165\n", - "4071\n", - "11984587.959641268\n", - "{'n': 391, 'm': 1022, 'k_avg': 5.227621483375959, 'intersection_count': 359, 'streets_per_node_avg': 3.040920716112532, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 280, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08184143222506395, 2: 0.0, 3: 0.7161125319693095, 4: 0.19948849104859334, 5: 0.0025575447570332483}, 'edge_length_total': 135923.08599999998, 'edge_length_avg': 132.99714872798432, 'street_length_total': 79837.397, 'street_length_avg': 137.17765807560136, 'street_segments_count': 582, 'node_density_km': 32.62523512003192, 'intersection_density_km': 29.95513915112905, 'edge_density_km': 11341.490125294931, 'street_density_km': 6661.672246793685, 'circuity_avg': 1.090930008296466, 'self_loop_proportion': 0.003913894324853229, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090930008296466\n", - "4072\n", - "8989316.384873534\n", - "{'n': 287, 'm': 795, 'k_avg': 5.54006968641115, 'intersection_count': 256, 'streets_per_node_avg': 3.010452961672474, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 192, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10801393728222997, 2: 0.0, 3: 0.6689895470383276, 4: 0.21951219512195122, 5: 0.003484320557491289}, 'edge_length_total': 129104.926, 'edge_length_avg': 162.39613333333335, 'street_length_total': 66290.34299999995, 'street_length_avg': 161.2903722627736, 'street_segments_count': 411, 'node_density_km': 31.92678816855745, 'intersection_density_km': 28.478250073695843, 'edge_density_km': 14362.040501460926, 'street_density_km': 7374.347521191685, 'circuity_avg': 1.0118449057442935, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0118449057442935\n", - "4073\n", - "8991433.561596893\n", - "{'n': 242, 'm': 638, 'k_avg': 5.2727272727272725, 'intersection_count': 203, 'streets_per_node_avg': 2.7975206611570247, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 174, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16115702479338842, 2: 0.0, 3: 0.71900826446281, 4: 0.11983471074380166}, 'edge_length_total': 97570.66200000013, 'edge_length_avg': 152.9320721003137, 'street_length_total': 48785.331000000006, 'street_length_avg': 152.9320721003135, 'street_segments_count': 319, 'node_density_km': 26.91450682943382, 'intersection_density_km': 22.57704498502093, 'edge_density_km': 10851.51342459249, 'street_density_km': 5425.756712296237, 'circuity_avg': 1.0467193060964364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467193060964364\n", - "4074\n", - "2998065.0010190005\n", - "{'n': 11, 'm': 20, 'k_avg': 3.6363636363636362, 'intersection_count': 7, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 3, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36363636363636365, 2: 0.0, 3: 0.2727272727272727, 4: 0.36363636363636365}, 'edge_length_total': 6301.772999999999, 'edge_length_avg': 315.08865, 'street_length_total': 5217.768999999999, 'street_length_avg': 401.3668461538461, 'street_segments_count': 13, 'node_density_km': 3.669033191829148, 'intersection_density_km': 2.334839303891276, 'edge_density_km': 2101.9467549429764, 'street_density_km': 1740.3788771179252, 'circuity_avg': 1.0189484713755539, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189484713755539\n", - "4075\n", - "19978429.06603852\n", - "{'n': 206, 'm': 652, 'k_avg': 6.330097087378641, 'intersection_count': 189, 'streets_per_node_avg': 3.2233009708737863, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 109, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0825242718446602, 2: 0.0, 3: 0.529126213592233, 4: 0.3883495145631068}, 'edge_length_total': 123222.33800000012, 'edge_length_avg': 188.99131595092044, 'street_length_total': 61611.16899999996, 'street_length_avg': 188.99131595092013, 'street_segments_count': 326, 'node_density_km': 10.311121025535533, 'intersection_density_km': 9.460203271001047, 'edge_density_km': 6167.769127026443, 'street_density_km': 3083.8845635132166, 'circuity_avg': 1.0143009025551657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0143009025551657\n", - "4076\n", - "5988292.081133371\n", - "{'n': 522, 'm': 1511, 'k_avg': 5.789272030651341, 'intersection_count': 477, 'streets_per_node_avg': 3.07088122605364, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 352, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08620689655172414, 2: 0.0, 3: 0.6743295019157088, 4: 0.23563218390804597, 5: 0.0038314176245210726}, 'edge_length_total': 134236.71899999987, 'edge_length_avg': 88.83965519523485, 'street_length_total': 69883.46600000001, 'street_length_avg': 89.82450642673524, 'street_segments_count': 778, 'node_density_km': 87.17009673669824, 'intersection_density_km': 79.6554332249139, 'edge_density_km': 22416.528315798787, 'street_density_km': 11670.016267271578, 'circuity_avg': 1.0280474493279046, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0280474493279046\n", - "4077\n", - "3996504.4322968\n", - "{'n': 263, 'm': 738, 'k_avg': 5.612167300380228, 'intersection_count': 233, 'streets_per_node_avg': 2.946768060836502, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 187, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11406844106463879, 2: 0.0, 3: 0.7110266159695817, 4: 0.17490494296577946}, 'edge_length_total': 69328.45999999998, 'edge_length_avg': 93.94100271002706, 'street_length_total': 36634.97199999999, 'street_length_avg': 96.6621952506596, 'street_segments_count': 379, 'node_density_km': 65.80750865046666, 'intersection_density_km': 58.3009487283602, 'edge_density_km': 17347.27464324536, 'street_density_km': 9166.753752089744, 'circuity_avg': 1.0512817037505027, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0512817037505027\n", - "4078\n", - "3991854.238821014\n", - "{'n': 319, 'm': 848, 'k_avg': 5.316614420062696, 'intersection_count': 273, 'streets_per_node_avg': 2.830721003134796, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 236, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14420062695924765, 2: 0.0, 3: 0.7398119122257053, 4: 0.11285266457680251, 5: 0.003134796238244514}, 'edge_length_total': 71158.27599999991, 'edge_length_avg': 83.91306132075461, 'street_length_total': 37498.18899999999, 'street_length_avg': 85.80821281464529, 'street_segments_count': 437, 'node_density_km': 79.91273751874668, 'intersection_density_km': 68.38927066651362, 'edge_density_km': 17825.870320609796, 'street_density_km': 9393.676912179792, 'circuity_avg': 1.0736261106646487, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736261106646487\n", - "4079\n", - "7989342.505053131\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 76, 'm': 166, 'k_avg': 4.368421052631579, 'intersection_count': 45, 'streets_per_node_avg': 2.263157894736842, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 39, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40789473684210525, 2: 0.0, 3: 0.5131578947368421, 4: 0.07894736842105263}, 'edge_length_total': 42735.337999999974, 'edge_length_avg': 257.44179518072275, 'street_length_total': 21367.669000000013, 'street_length_avg': 257.44179518072303, 'street_segments_count': 83, 'node_density_km': 9.512672657597445, 'intersection_density_km': 5.632503547261646, 'edge_density_km': 5349.043175076117, 'street_density_km': 2674.521587538062, 'circuity_avg': 1.0934127903909903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0934127903909903\n", - "4080\n", - "9986402.439300438\n", - "{'n': 159, 'm': 396, 'k_avg': 4.981132075471698, 'intersection_count': 131, 'streets_per_node_avg': 2.8238993710691824, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 104, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1761006289308176, 2: 0.0, 3: 0.6540880503144654, 4: 0.16352201257861634, 5: 0.006289308176100629}, 'edge_length_total': 77873.42900000002, 'edge_length_avg': 196.65007323232328, 'street_length_total': 42150.92300000001, 'street_length_avg': 196.9669299065421, 'street_segments_count': 214, 'node_density_km': 15.921649559632426, 'intersection_density_km': 13.11783705856508, 'edge_density_km': 7797.946204685014, 'street_density_km': 4220.831601390254, 'circuity_avg': 1.043632410851387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043632410851387\n", - "4081\n", - "6992481.740755369\n", - "{'n': 166, 'm': 468, 'k_avg': 5.63855421686747, 'intersection_count': 135, 'streets_per_node_avg': 2.891566265060241, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 91, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18674698795180722, 2: 0.0, 3: 0.5481927710843374, 4: 0.26506024096385544}, 'edge_length_total': 79231.72599999995, 'edge_length_avg': 169.2985598290597, 'street_length_total': 39615.86300000001, 'street_length_avg': 169.29855982905988, 'street_segments_count': 234, 'node_density_km': 23.739783120558812, 'intersection_density_km': 19.3064501281653, 'edge_density_km': 11330.98790064783, 'street_density_km': 5665.493950323919, 'circuity_avg': 1.0312769328370253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0312769328370253\n", - "4082\n", - "1998206.3114993796\n", - "{'n': 64, 'm': 157, 'k_avg': 4.90625, 'intersection_count': 52, 'streets_per_node_avg': 2.734375, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 46, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.71875, 4: 0.078125, 5: 0.015625}, 'edge_length_total': 19643.322999999997, 'edge_length_avg': 125.11670700636941, 'street_length_total': 9896.580999999996, 'street_length_avg': 123.70726249999996, 'street_segments_count': 80, 'node_density_km': 32.028724777661616, 'intersection_density_km': 26.023338881850062, 'edge_density_km': 9830.477907589222, 'street_density_km': 4952.732329513047, 'circuity_avg': 1.070511510566888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070511510566888\n", - "4083\n", - "4988930.858684198\n", - "{'n': 20, 'm': 35, 'k_avg': 3.5, 'intersection_count': 16, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 14, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7, 4: 0.1}, 'edge_length_total': 11827.000000000002, 'edge_length_avg': 337.91428571428577, 'street_length_total': 6430.646000000002, 'street_length_avg': 267.9435833333334, 'street_segments_count': 24, 'node_density_km': 4.008874960691455, 'intersection_density_km': 3.207099968553164, 'edge_density_km': 2370.6482080048922, 'street_density_km': 1288.9827865235334, 'circuity_avg': 1.261098062971585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.261098062971585\n", - "4084\n", - "11974656.541768556\n", - "{'n': 332, 'm': 902, 'k_avg': 5.433734939759036, 'intersection_count': 253, 'streets_per_node_avg': 2.7650602409638556, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 173, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23795180722891565, 2: 0.0, 3: 0.5210843373493976, 4: 0.24096385542168675}, 'edge_length_total': 140188.1479999998, 'edge_length_avg': 155.4192328159643, 'street_length_total': 70094.07399999992, 'street_length_avg': 155.41923281596434, 'street_segments_count': 451, 'node_density_km': 27.725221081870494, 'intersection_density_km': 21.127954619618176, 'edge_density_km': 11707.070470957759, 'street_density_km': 5853.53523547888, 'circuity_avg': 1.039805852108417, 'self_loop_proportion': 0.0022172949002217295, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039805852108417\n", - "4085\n", - "30931006.361489903\n", - "{'n': 1836, 'm': 4990, 'k_avg': 5.435729847494553, 'intersection_count': 1704, 'streets_per_node_avg': 3.0615468409586057, 'streets_per_node_counts': {0: 0, 1: 132, 2: 7, 3: 1324, 4: 362, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0718954248366013, 2: 0.003812636165577342, 3: 0.7211328976034859, 4: 0.19716775599128541, 5: 0.005991285403050109}, 'edge_length_total': 426468.08799999894, 'edge_length_avg': 85.46454669338657, 'street_length_total': 238366.02900000048, 'street_length_avg': 85.89766810810828, 'street_segments_count': 2775, 'node_density_km': 59.357913497631266, 'intersection_density_km': 55.09035108930483, 'edge_density_km': 13787.721065906391, 'street_density_km': 7706.378066533711, 'circuity_avg': 1.07498577263368, 'self_loop_proportion': 0.0026052104208416833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07498577263368\n", - "4086\n", - "8990397.601610444\n", - "{'n': 227, 'm': 636, 'k_avg': 5.60352422907489, 'intersection_count': 197, 'streets_per_node_avg': 2.8766519823788546, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 165, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13215859030837004, 2: 0.0, 3: 0.7268722466960352, 4: 0.14096916299559473}, 'edge_length_total': 118776.05200000003, 'edge_length_avg': 186.7547987421384, 'street_length_total': 59388.02599999999, 'street_length_avg': 186.75479874213835, 'street_segments_count': 318, 'node_density_km': 25.24916138962949, 'intersection_density_km': 21.91226781390753, 'edge_density_km': 13211.434828947247, 'street_density_km': 6605.717414473621, 'circuity_avg': 1.0255537906741943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255537906741943\n", - "4087\n", - "4994995.424073435\n", - "{'n': 330, 'm': 798, 'k_avg': 4.836363636363636, 'intersection_count': 237, 'streets_per_node_avg': 2.487878787878788, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 221, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2818181818181818, 2: 0.0, 3: 0.6696969696969697, 4: 0.045454545454545456, 5: 0.0030303030303030303}, 'edge_length_total': 82540.44400000012, 'edge_length_avg': 103.43414035087734, 'street_length_total': 41270.222000000016, 'street_length_avg': 103.43414035087723, 'street_segments_count': 399, 'node_density_km': 66.06612658933807, 'intersection_density_km': 47.44749091416098, 'edge_density_km': 16524.628551649024, 'street_density_km': 8262.314275824503, 'circuity_avg': 1.0446067123127114, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446067123127114\n", - "4088\n", - "5986449.641119852\n", - "{'n': 637, 'm': 1872, 'k_avg': 5.877551020408164, 'intersection_count': 588, 'streets_per_node_avg': 3.0078492935635794, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 490, 4: 93, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.7692307692307693, 4: 0.14599686028257458, 5: 0.007849293563579277}, 'edge_length_total': 120216.51599999993, 'edge_length_avg': 64.21822435897433, 'street_length_total': 61206.61200000002, 'street_length_avg': 64.29265966386556, 'street_segments_count': 952, 'node_density_km': 106.40697545078487, 'intersection_density_km': 98.22182349303219, 'edge_density_km': 20081.43778146135, 'street_density_km': 10224.192245698143, 'circuity_avg': 1.0454746498941012, 'self_loop_proportion': 0.0010683760683760685, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454746498941012\n", - "4089\n", - "15963977.080941495\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 199, 'm': 505, 'k_avg': 5.075376884422111, 'intersection_count': 160, 'streets_per_node_avg': 2.7839195979899496, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 126, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19597989949748743, 2: 0.0, 3: 0.6331658291457286, 4: 0.1658291457286432, 5: 0.005025125628140704}, 'edge_length_total': 106315.90399999995, 'edge_length_avg': 210.52654257425732, 'street_length_total': 56240.98000000001, 'street_length_avg': 213.03401515151518, 'street_segments_count': 264, 'node_density_km': 12.46556537829004, 'intersection_density_km': 10.0225651282734, 'edge_density_km': 6659.737950070386, 'street_density_km': 3522.993030799511, 'circuity_avg': 1.1243196139028886, 'self_loop_proportion': 0.0039603960396039604, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1243196139028886\n", - "4090\n", - "5986858.045034194\n", - "{'n': 144, 'm': 426, 'k_avg': 5.916666666666667, 'intersection_count': 135, 'streets_per_node_avg': 3.013888888888889, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 115, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0625, 2: 0.0, 3: 0.7986111111111112, 4: 0.1388888888888889}, 'edge_length_total': 35501.71000000003, 'edge_length_avg': 83.33734741784045, 'street_length_total': 17750.854999999985, 'street_length_avg': 83.3373474178403, 'street_segments_count': 213, 'node_density_km': 24.052683213265922, 'intersection_density_km': 22.549390512436805, 'edge_density_km': 5929.94016777247, 'street_density_km': 2964.97008388623, 'circuity_avg': 1.045746503406949, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045746503406949\n", - "4091\n", - "5989350.853332831\n", - "{'n': 477, 'm': 1348, 'k_avg': 5.651991614255765, 'intersection_count': 448, 'streets_per_node_avg': 3.090146750524109, 'streets_per_node_counts': {0: 0, 1: 29, 2: 6, 3: 338, 4: 101, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06079664570230608, 2: 0.012578616352201259, 3: 0.7085953878406709, 4: 0.21174004192872117, 5: 0.006289308176100629}, 'edge_length_total': 111756.11500000012, 'edge_length_avg': 82.90512982195855, 'street_length_total': 61883.43299999995, 'street_length_avg': 84.88811111111104, 'street_segments_count': 729, 'node_density_km': 79.64135207316646, 'intersection_density_km': 74.79942500792154, 'edge_density_km': 18659.13648017671, 'street_density_km': 10332.243763205879, 'circuity_avg': 1.0357360113658545, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357360113658545\n", - "4092\n", - "7985530.473927604\n", - "{'n': 268, 'm': 738, 'k_avg': 5.507462686567164, 'intersection_count': 221, 'streets_per_node_avg': 2.906716417910448, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 153, 4: 67, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17537313432835822, 2: 0.0, 3: 0.5708955223880597, 4: 0.25, 5: 0.0037313432835820895}, 'edge_length_total': 74831.36200000012, 'edge_length_avg': 101.39750948509501, 'street_length_total': 40195.277000000046, 'street_length_avg': 104.13284196891203, 'street_segments_count': 386, 'node_density_km': 33.560700929638664, 'intersection_density_km': 27.675055617351287, 'edge_density_km': 9370.869254625117, 'street_density_km': 5033.513694705168, 'circuity_avg': 1.0321036661517953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0321036661517953\n", - "4093\n", - "2994315.305582403\n", - "{'n': 258, 'm': 739, 'k_avg': 5.728682170542636, 'intersection_count': 240, 'streets_per_node_avg': 3.0891472868217056, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 181, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06976744186046512, 2: 0.0, 3: 0.7015503875968992, 4: 0.22868217054263565}, 'edge_length_total': 56813.07600000001, 'edge_length_avg': 76.87831664411368, 'street_length_total': 30383.578999999994, 'street_length_avg': 78.10688688946014, 'street_segments_count': 389, 'node_density_km': 86.16327062116734, 'intersection_density_km': 80.15187964759753, 'edge_density_km': 18973.645124840885, 'street_density_km': 10147.087363630297, 'circuity_avg': 1.045684447979791, 'self_loop_proportion': 0.0027063599458728013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045684447979791\n", - "4094\n", - "2995162.344886645\n", - "{'n': 257, 'm': 711, 'k_avg': 5.533073929961089, 'intersection_count': 234, 'streets_per_node_avg': 2.933852140077821, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 206, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08949416342412451, 2: 0.0, 3: 0.8015564202334631, 4: 0.10505836575875487, 5: 0.0038910505836575876}, 'edge_length_total': 54544.952999999994, 'edge_length_avg': 76.7158270042194, 'street_length_total': 28811.19699999996, 'street_length_avg': 79.15164010989, 'street_segments_count': 364, 'node_density_km': 85.80503171681214, 'intersection_density_km': 78.12598218573557, 'edge_density_km': 18211.01720683668, 'street_density_km': 9619.243861417584, 'circuity_avg': 1.0741361740548807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741361740548807\n", - "4095\n", - "7993145.9975718185\n", - "{'n': 497, 'm': 1409, 'k_avg': 5.670020120724346, 'intersection_count': 461, 'streets_per_node_avg': 2.9798792756539236, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 400, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07243460764587525, 2: 0.0, 3: 0.8048289738430584, 4: 0.12072434607645875, 5: 0.002012072434607646}, 'edge_length_total': 137879.7519999996, 'edge_length_avg': 97.85645990063847, 'street_length_total': 71778.70900000003, 'street_length_avg': 99.27898893499312, 'street_segments_count': 723, 'node_density_km': 62.178271252768326, 'intersection_density_km': 57.67441257047525, 'edge_density_km': 17249.747726600406, 'street_density_km': 8980.03227037329, 'circuity_avg': 1.0367361347062107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367361347062107\n", - "4096\n", - "11975894.09502537\n", - "{'n': 1335, 'm': 3935, 'k_avg': 5.895131086142322, 'intersection_count': 1245, 'streets_per_node_avg': 3.0367041198501874, 'streets_per_node_counts': {0: 0, 1: 90, 2: 1, 3: 1017, 4: 224, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06741573033707865, 2: 0.000749063670411985, 3: 0.7617977528089888, 4: 0.16779026217228465, 5: 0.0022471910112359553}, 'edge_length_total': 333447.8659999984, 'edge_length_avg': 84.7389748411686, 'street_length_total': 169880.8999999999, 'street_length_avg': 85.23878575012539, 'street_segments_count': 1993, 'node_density_km': 111.47393166699275, 'intersection_density_km': 103.95883515011684, 'edge_density_km': 27843.254403736613, 'street_density_km': 14185.2373319305, 'circuity_avg': 1.0216830837508646, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0216830837508646\n", - "4097\n", - "13985286.009281242\n", - "{'n': 218, 'm': 528, 'k_avg': 4.844036697247707, 'intersection_count': 183, 'streets_per_node_avg': 2.830275229357798, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 151, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16055045871559634, 2: 0.0, 3: 0.6926605504587156, 4: 0.14220183486238533, 5: 0.0045871559633027525}, 'edge_length_total': 102431.37299999998, 'edge_length_avg': 193.99881249999996, 'street_length_total': 60552.69999999999, 'street_length_avg': 199.8438943894389, 'street_segments_count': 303, 'node_density_km': 15.587811350824412, 'intersection_density_km': 13.085181088077373, 'edge_density_km': 7324.22439784371, 'street_density_km': 4329.7434146012165, 'circuity_avg': 1.0756571179757533, 'self_loop_proportion': 0.003787878787878788, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756571179757533\n", - "4098\n", - "998986.6542033356\n", - "{'n': 18, 'm': 40, 'k_avg': 4.444444444444445, 'intersection_count': 13, 'streets_per_node_avg': 2.611111111111111, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 10, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2777777777777778, 2: 0.0, 3: 0.5555555555555556, 4: 0.16666666666666666}, 'edge_length_total': 6388.898000000001, 'edge_length_avg': 159.72245000000004, 'street_length_total': 3194.449, 'street_length_avg': 159.72245, 'street_segments_count': 20, 'node_density_km': 18.018258726743955, 'intersection_density_km': 13.01318685820397, 'edge_density_km': 6395.37873015428, 'street_density_km': 3197.6893650771394, 'circuity_avg': 1.1022707686319113, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1022707686319113\n", - "4099\n", - "33961119.86970479\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1072, 'm': 2833, 'k_avg': 5.28544776119403, 'intersection_count': 924, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 148, 2: 2, 3: 762, 4: 156, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13805970149253732, 2: 0.0018656716417910447, 3: 0.710820895522388, 4: 0.1455223880597015, 5: 0.0037313432835820895}, 'edge_length_total': 320495.5760000001, 'edge_length_avg': 113.12939498764565, 'street_length_total': 175617.0250000001, 'street_length_avg': 115.15870491803285, 'street_segments_count': 1525, 'node_density_km': 31.565507972435377, 'intersection_density_km': 27.207583364300643, 'edge_density_km': 9437.132144923762, 'street_density_km': 5171.119965235902, 'circuity_avg': 1.0450200640012115, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450200640012115\n", - "4100\n", - "252793787.75875485\n", - "error with entry 4100\n", - "4101\n", - "8980771.87301823\n", - "{'n': 477, 'm': 1378, 'k_avg': 5.777777777777778, 'intersection_count': 440, 'streets_per_node_avg': 3.0943396226415096, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 322, 4: 117, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07756813417190776, 2: 0.0, 3: 0.6750524109014675, 4: 0.24528301886792453, 5: 0.0020964360587002098}, 'edge_length_total': 120585.39900000003, 'edge_length_avg': 87.50754644412194, 'street_length_total': 63279.32000000008, 'street_length_avg': 87.52326417704022, 'street_segments_count': 723, 'node_density_km': 53.11347473741044, 'intersection_density_km': 48.99356160264276, 'edge_density_km': 13427.064032467631, 'street_density_km': 7046.0892331667, 'circuity_avg': 1.0317382315784889, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317382315784889\n", - "4102\n", - "5992214.029320634\n", - "{'n': 318, 'm': 972, 'k_avg': 6.113207547169812, 'intersection_count': 296, 'streets_per_node_avg': 3.1289308176100628, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 213, 4: 81, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06918238993710692, 2: 0.0, 3: 0.6698113207547169, 4: 0.25471698113207547, 5: 0.006289308176100629}, 'edge_length_total': 100275.814, 'edge_length_avg': 103.16441769547325, 'street_length_total': 50137.90700000001, 'street_length_avg': 103.16441769547326, 'street_segments_count': 486, 'node_density_km': 53.06886543838175, 'intersection_density_km': 49.39743449610376, 'edge_density_km': 16734.351194623257, 'street_density_km': 8367.17559731163, 'circuity_avg': 1.0233875569339996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0233875569339996\n", - "4103\n", - "11980433.752782758\n", - "{'n': 1498, 'm': 4246, 'k_avg': 5.668891855807743, 'intersection_count': 1364, 'streets_per_node_avg': 3.0580774365821095, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 1023, 4: 328, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08945260347129506, 2: 0.0, 3: 0.6829105473965287, 4: 0.21895861148197596, 5: 0.00801068090787717, 6: 0.0006675567423230974}, 'edge_length_total': 301760.5239999994, 'edge_length_avg': 71.06936504945817, 'street_length_total': 159601.12299999993, 'street_length_avg': 71.09181425389752, 'street_segments_count': 2245, 'node_density_km': 125.03720907868228, 'intersection_density_km': 113.8523051958095, 'edge_density_km': 25187.779526756105, 'street_density_km': 13321.81507726534, 'circuity_avg': 1.0402230267850967, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402230267850967\n", - "4104\n", - "11985103.817593606\n", - "{'n': 280, 'm': 557, 'k_avg': 3.9785714285714286, 'intersection_count': 261, 'streets_per_node_avg': 3.107142857142857, 'streets_per_node_counts': {0: 0, 1: 19, 2: 1, 3: 194, 4: 63, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06785714285714285, 2: 0.0035714285714285713, 3: 0.6928571428571428, 4: 0.225, 5: 0.010714285714285714}, 'edge_length_total': 105513.35400000011, 'edge_length_avg': 189.43151526032335, 'street_length_total': 76834.68299999998, 'street_length_avg': 188.32030147058816, 'street_segments_count': 408, 'node_density_km': 23.362334132556473, 'intersection_density_km': 21.777032887847284, 'edge_density_km': 8803.707969981131, 'street_density_km': 6410.848347196629, 'circuity_avg': 1.037227524751041, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037227524751041\n", - "4105\n", - "6993378.133161225\n", - "{'n': 391, 'm': 1074, 'k_avg': 5.493606138107417, 'intersection_count': 356, 'streets_per_node_avg': 2.9641943734015346, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 300, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08951406649616368, 2: 0.0, 3: 0.7672634271099744, 4: 0.1432225063938619}, 'edge_length_total': 100767.22399999981, 'edge_length_avg': 93.82423091247655, 'street_length_total': 54563.238999999936, 'street_length_avg': 95.72498070175428, 'street_segments_count': 570, 'node_density_km': 55.91003268448403, 'intersection_density_km': 50.90529830096244, 'edge_density_km': 14408.948305280595, 'street_density_km': 7802.129094274451, 'circuity_avg': 1.0522944143760595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522944143760595\n", - "4106\n", - "8986718.562183391\n", - "{'n': 224, 'm': 553, 'k_avg': 4.9375, 'intersection_count': 185, 'streets_per_node_avg': 2.763392857142857, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 162, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17410714285714285, 2: 0.0, 3: 0.7232142857142857, 4: 0.09375, 5: 0.008928571428571428}, 'edge_length_total': 74785.02600000003, 'edge_length_avg': 135.2351283905968, 'street_length_total': 42487.14100000001, 'street_length_avg': 141.153292358804, 'street_segments_count': 301, 'node_density_km': 24.925672084870264, 'intersection_density_km': 20.58593453437946, 'edge_density_km': 8321.727834529007, 'street_density_km': 4727.770287453782, 'circuity_avg': 1.1132228921977896, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1132228921977896\n", - "4107\n", - "2993733.1329307966\n", - "{'n': 316, 'm': 915, 'k_avg': 5.791139240506329, 'intersection_count': 306, 'streets_per_node_avg': 3.1297468354430378, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 245, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03164556962025317, 2: 0.0, 3: 0.7753164556962026, 4: 0.1930379746835443}, 'edge_length_total': 65920.388, 'edge_length_avg': 72.04413989071038, 'street_length_total': 34589.23999999997, 'street_length_avg': 71.61333333333327, 'street_segments_count': 483, 'node_density_km': 105.55383060835592, 'intersection_density_km': 102.21351951315478, 'edge_density_km': 22019.46034363639, 'street_density_km': 11553.882214657486, 'circuity_avg': 1.0314118782486044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314118782486044\n", - "4108\n", - "10982696.05701069\n", - "{'n': 1635, 'm': 5111, 'k_avg': 6.251987767584098, 'intersection_count': 1602, 'streets_per_node_avg': 3.2764525993883793, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 1107, 4: 475, 5: 17, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02018348623853211, 2: 0.0, 3: 0.6770642201834862, 4: 0.290519877675841, 5: 0.010397553516819572, 6: 0.001834862385321101}, 'edge_length_total': 371780.0069999992, 'edge_length_avg': 72.7411479162589, 'street_length_total': 193567.72099999976, 'street_length_avg': 73.62788931152521, 'street_segments_count': 2629, 'node_density_km': 148.87054977327855, 'intersection_density_km': 145.86582308060687, 'edge_density_km': 33851.433661653355, 'street_density_km': 17624.79085237343, 'circuity_avg': 1.0151851699319996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0151851699319996\n", - "4109\n", - "5987278.656451176\n", - "{'n': 359, 'm': 1069, 'k_avg': 5.955431754874652, 'intersection_count': 346, 'streets_per_node_avg': 3.3119777158774375, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 213, 4: 128, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.036211699164345405, 2: 0.0, 3: 0.5933147632311978, 4: 0.3565459610027855, 5: 0.013927576601671309}, 'edge_length_total': 114985.77799999995, 'edge_length_avg': 107.56387090739004, 'street_length_total': 62612.16699999998, 'street_length_avg': 108.32554844290654, 'street_segments_count': 578, 'node_density_km': 59.960462941404025, 'intersection_density_km': 57.78919269561502, 'edge_density_km': 19205.0152661769, 'street_density_km': 10457.533479344007, 'circuity_avg': 1.0303019643410918, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0303019643410918\n", - "4110\n", - "1995649.8620265948\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 22, 'm': 42, 'k_avg': 3.8181818181818183, 'intersection_count': 12, 'streets_per_node_avg': 2.090909090909091, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.45454545454545453, 2: 0.0, 3: 0.5454545454545454}, 'edge_length_total': 9643.949999999997, 'edge_length_avg': 229.61785714285708, 'street_length_total': 4821.975, 'street_length_avg': 229.61785714285716, 'street_segments_count': 21, 'node_density_km': 11.023977912467503, 'intersection_density_km': 6.01307886134591, 'edge_density_km': 4832.485990406406, 'street_density_km': 2416.242995203204, 'circuity_avg': 1.2245158501551083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2245158501551083\n", - "4111\n", - "49930067.78024379\n", - "{'n': 2536, 'm': 5933, 'k_avg': 4.679022082018927, 'intersection_count': 1743, 'streets_per_node_avg': 2.4507097791798107, 'streets_per_node_counts': {0: 0, 1: 793, 2: 0, 3: 1552, 4: 189, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31269716088328076, 2: 0.0, 3: 0.61198738170347, 4: 0.07452681388012618, 5: 0.0007886435331230284}, 'edge_length_total': 704006.1690000023, 'edge_length_avg': 118.65939137030209, 'street_length_total': 358299.3080000003, 'street_length_avg': 117.6680814449919, 'street_segments_count': 3045, 'node_density_km': 50.791038601462475, 'intersection_density_km': 34.90882503247204, 'edge_density_km': 14099.844047849698, 'street_density_km': 7176.022864158244, 'circuity_avg': 1.0572070172618944, 'self_loop_proportion': 0.0005056463846283499, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572070172618944\n", - "4112\n", - "5991939.932808155\n", - "{'n': 205, 'm': 614, 'k_avg': 5.990243902439024, 'intersection_count': 197, 'streets_per_node_avg': 3.1219512195121952, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 156, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03902439024390244, 2: 0.0, 3: 0.7609756097560976, 4: 0.2}, 'edge_length_total': 82134.01599999992, 'edge_length_avg': 133.76875570032558, 'street_length_total': 41067.00799999999, 'street_length_avg': 133.7687557003257, 'street_segments_count': 307, 'node_density_km': 34.212626010742675, 'intersection_density_km': 32.877499142030764, 'edge_density_km': 13707.416449601717, 'street_density_km': 6853.708224800863, 'circuity_avg': 1.0678352743104036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678352743104036\n", - "4113\n", - "5987582.04484567\n", - "{'n': 54, 'm': 142, 'k_avg': 5.2592592592592595, 'intersection_count': 46, 'streets_per_node_avg': 2.7222222222222223, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 45, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.8333333333333334, 4: 0.018518518518518517}, 'edge_length_total': 29215.840000000033, 'edge_length_avg': 205.7453521126763, 'street_length_total': 14607.920000000004, 'street_length_avg': 205.7453521126761, 'street_segments_count': 71, 'node_density_km': 9.01866556408779, 'intersection_density_km': 7.682566962000711, 'edge_density_km': 4879.40537284998, 'street_density_km': 2439.702686424988, 'circuity_avg': 1.299763374454846, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.299763374454846\n", - "4114\n", - "2997124.00824821\n", - "{'n': 136, 'm': 346, 'k_avg': 5.088235294117647, 'intersection_count': 112, 'streets_per_node_avg': 2.713235294117647, 'streets_per_node_counts': {0: 0, 1: 24, 2: 2, 3: 99, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.014705882352941176, 3: 0.7279411764705882, 4: 0.08088235294117647}, 'edge_length_total': 41682.92799999998, 'edge_length_avg': 120.47089017341034, 'street_length_total': 20978.369000000006, 'street_length_avg': 120.56533908045981, 'street_segments_count': 174, 'node_density_km': 45.37683446721668, 'intersection_density_km': 37.36915779653139, 'edge_density_km': 13907.642087977283, 'street_density_km': 6999.499834596987, 'circuity_avg': 1.0320761229008915, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320761229008915\n", - "4115\n", - "2993695.5279746326\n", - "{'n': 106, 'm': 305, 'k_avg': 5.754716981132075, 'intersection_count': 99, 'streets_per_node_avg': 3.150943396226415, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 69, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0660377358490566, 2: 0.0, 3: 0.6509433962264151, 4: 0.2830188679245283}, 'edge_length_total': 34896.74499999998, 'edge_length_avg': 114.41555737704911, 'street_length_total': 17982.545000000002, 'street_length_avg': 112.39090625000001, 'street_segments_count': 160, 'node_density_km': 35.40774237375893, 'intersection_density_km': 33.069495235869184, 'edge_density_km': 11656.744873988295, 'street_density_km': 6006.8049111747805, 'circuity_avg': 1.0390713385179278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390713385179278\n", - "4116\n", - "3992472.3360971664\n", - "{'n': 44, 'm': 100, 'k_avg': 4.545454545454546, 'intersection_count': 33, 'streets_per_node_avg': 2.5454545454545454, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 31, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7045454545454546, 4: 0.045454545454545456}, 'edge_length_total': 16274.698000000002, 'edge_length_avg': 162.74698, 'street_length_total': 8137.349, 'street_length_avg': 162.74698, 'street_segments_count': 50, 'node_density_km': 11.020740106871251, 'intersection_density_km': 8.265555080153439, 'edge_density_km': 4076.3458403594855, 'street_density_km': 2038.1729201797425, 'circuity_avg': 1.0723443028223698, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723443028223698\n", - "4117\n", - "2993370.3858970464\n", - "{'n': 111, 'm': 332, 'k_avg': 5.981981981981982, 'intersection_count': 102, 'streets_per_node_avg': 3.081081081081081, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 75, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08108108108108109, 2: 0.0, 3: 0.6756756756756757, 4: 0.24324324324324326}, 'edge_length_total': 36504.768000000025, 'edge_length_avg': 109.95412048192779, 'street_length_total': 18252.384, 'street_length_avg': 109.9541204819277, 'street_segments_count': 166, 'node_density_km': 37.08194633145466, 'intersection_density_km': 34.075302034309686, 'edge_density_km': 12195.205836200039, 'street_density_km': 6097.602918100015, 'circuity_avg': 1.0596910057269682, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596910057269682\n", - "4118\n", - "3997231.066434346\n", - "{'n': 37, 'm': 89, 'k_avg': 4.8108108108108105, 'intersection_count': 28, 'streets_per_node_avg': 2.5945945945945947, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 25, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.6756756756756757, 4: 0.08108108108108109}, 'edge_length_total': 21367.248000000007, 'edge_length_avg': 240.08143820224726, 'street_length_total': 11116.351, 'street_length_avg': 241.6598043478261, 'street_segments_count': 46, 'node_density_km': 9.256407594421391, 'intersection_density_km': 7.0048489903729445, 'edge_density_km': 5345.512342137442, 'street_density_km': 2781.0128599636173, 'circuity_avg': 1.1121747119291838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1121747119291838\n", - "4119\n", - "104881480.40191102\n", - "{'n': 7801, 'm': 21681, 'k_avg': 5.558518138700166, 'intersection_count': 7152, 'streets_per_node_avg': 2.9843609793616204, 'streets_per_node_counts': {0: 0, 1: 649, 2: 7, 3: 5983, 4: 1142, 5: 19, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08319446224842969, 2: 0.0008973208563004743, 3: 0.7669529547493911, 4: 0.14639148827073453, 5: 0.002435585181387002, 6: 0.00012818869375721061}, 'edge_length_total': 1972674.0900000068, 'edge_length_avg': 90.98630552096337, 'street_length_total': 1081192.5399999998, 'street_length_avg': 93.90242661108215, 'street_segments_count': 11514, 'node_density_km': 74.37919421146786, 'intersection_density_km': 68.19125714657328, 'edge_density_km': 18808.602647870932, 'street_density_km': 10308.707846769674, 'circuity_avg': 1.0467379203494607, 'self_loop_proportion': 0.0007840966745076334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467379203494607\n", - "4120\n", - "12970716.42494424\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 693, 'm': 1856, 'k_avg': 5.3564213564213565, 'intersection_count': 588, 'streets_per_node_avg': 2.8715728715728717, 'streets_per_node_counts': {0: 0, 1: 105, 2: 3, 3: 470, 4: 106, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15151515151515152, 2: 0.004329004329004329, 3: 0.6782106782106783, 4: 0.15295815295815296, 5: 0.012987012987012988}, 'edge_length_total': 186855.83900000033, 'edge_length_avg': 100.67663739224156, 'street_length_total': 101999.07899999998, 'street_length_avg': 105.58910869565216, 'street_segments_count': 966, 'node_density_km': 53.4280433937541, 'intersection_density_km': 45.33288530379136, 'edge_density_km': 14405.976730834556, 'street_density_km': 7863.796852719988, 'circuity_avg': 1.0633389867208558, 'self_loop_proportion': 0.0016163793103448276, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633389867208558\n", - "4121\n", - "4995388.275735997\n", - "{'n': 44, 'm': 99, 'k_avg': 4.5, 'intersection_count': 37, 'streets_per_node_avg': 2.772727272727273, 'streets_per_node_counts': {0: 0, 1: 7, 2: 1, 3: 31, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1590909090909091, 2: 0.022727272727272728, 3: 0.7045454545454546, 4: 0.11363636363636363}, 'edge_length_total': 21074.42200000001, 'edge_length_avg': 212.87294949494958, 'street_length_total': 12317.082000000002, 'street_length_avg': 219.9478928571429, 'street_segments_count': 56, 'node_density_km': 8.808124127952246, 'intersection_density_km': 7.4068316530507525, 'edge_density_km': 4218.775565928357, 'street_density_km': 2465.690617049235, 'circuity_avg': 1.027808833926387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027808833926387\n", - "4122\n", - "6990125.311997695\n", - "{'n': 327, 'm': 692, 'k_avg': 4.232415902140673, 'intersection_count': 185, 'streets_per_node_avg': 2.1957186544342506, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 164, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.43425076452599387, 2: 0.0, 3: 0.5015290519877675, 4: 0.06422018348623854}, 'edge_length_total': 78184.04599999991, 'edge_length_avg': 112.98272543352589, 'street_length_total': 39092.02300000003, 'street_length_avg': 112.9827254335261, 'street_segments_count': 346, 'node_density_km': 46.780277234621884, 'intersection_density_km': 26.465906080749384, 'edge_density_km': 11184.927667291824, 'street_density_km': 5592.463833645922, 'circuity_avg': 1.0459795415927657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459795415927657\n", - "4123\n", - "10977030.4008309\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 336.746, 'edge_length_avg': 84.1865, 'street_length_total': 168.373, 'street_length_avg': 84.1865, 'street_segments_count': 2, 'node_density_km': 0.2732979585966088, 'intersection_density_km': 0.1821986390644059, 'edge_density_km': 30.67733145519121, 'street_density_km': 15.338665727595606, 'circuity_avg': 1.0067825286283711, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0067825286283711\n", - "4124\n", - "6990859.756140512\n", - "{'n': 526, 'm': 1508, 'k_avg': 5.733840304182509, 'intersection_count': 464, 'streets_per_node_avg': 2.9809885931558937, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 352, 4: 110, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11787072243346007, 2: 0.0, 3: 0.6692015209125475, 4: 0.20912547528517111, 5: 0.0038022813688212928}, 'edge_length_total': 129911.11399999983, 'edge_length_avg': 86.14795358090174, 'street_length_total': 67776.20700000004, 'street_length_avg': 88.13550975292593, 'street_segments_count': 769, 'node_density_km': 75.24110314728901, 'intersection_density_km': 66.37237996262758, 'edge_density_km': 18582.99530124184, 'street_density_km': 9694.974490150218, 'circuity_avg': 1.0561650636804534, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0561650636804534\n", - "4125\n", - "13968587.226853646\n", - "{'n': 320, 'm': 810, 'k_avg': 5.0625, 'intersection_count': 280, 'streets_per_node_avg': 2.9375, 'streets_per_node_counts': {0: 0, 1: 40, 2: 2, 3: 221, 4: 52, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.00625, 3: 0.690625, 4: 0.1625, 5: 0.015625}, 'edge_length_total': 92152.98399999991, 'edge_length_avg': 113.7691160493826, 'street_length_total': 54480.04699999999, 'street_length_avg': 118.69291285403048, 'street_segments_count': 459, 'node_density_km': 22.908544350485357, 'intersection_density_km': 20.044976306674688, 'edge_density_km': 6597.158503104892, 'street_density_km': 3900.1830403625827, 'circuity_avg': 1.0848359088778978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0848359088778978\n", - "4126\n", - "9985715.3897872\n", - "{'n': 127, 'm': 314, 'k_avg': 4.94488188976378, 'intersection_count': 125, 'streets_per_node_avg': 3.4881889763779528, 'streets_per_node_counts': {0: 0, 1: 2, 2: 1, 3: 58, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.015748031496062992, 2: 0.007874015748031496, 3: 0.4566929133858268, 4: 0.5118110236220472, 5: 0.007874015748031496}, 'edge_length_total': 77676.70799999998, 'edge_length_avg': 247.37805095541395, 'street_length_total': 53097.35200000001, 'street_length_avg': 248.1184672897197, 'street_segments_count': 214, 'node_density_km': 12.71816740640216, 'intersection_density_km': 12.517881305513935, 'edge_density_km': 7778.782487576516, 'street_density_km': 5317.330799784745, 'circuity_avg': 1.0196747174330216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196747174330216\n", - "4127\n", - "8987600.665610794\n", - "{'n': 178, 'm': 414, 'k_avg': 4.651685393258427, 'intersection_count': 122, 'streets_per_node_avg': 2.438202247191011, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 110, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3146067415730337, 2: 0.0, 3: 0.6179775280898876, 4: 0.06741573033707865}, 'edge_length_total': 69892.63600000003, 'edge_length_avg': 168.82279227053147, 'street_length_total': 34946.318000000014, 'street_length_avg': 168.82279227053147, 'street_segments_count': 207, 'node_density_km': 19.805063289146837, 'intersection_density_km': 13.57425686110064, 'edge_density_km': 7776.562243962378, 'street_density_km': 3888.281121981189, 'circuity_avg': 1.0484501284077223, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484501284077223\n", - "4128\n", - "7992793.306083293\n", - "{'n': 213, 'm': 554, 'k_avg': 5.2018779342723, 'intersection_count': 170, 'streets_per_node_avg': 2.7464788732394365, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 138, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20187793427230047, 2: 0.0, 3: 0.647887323943662, 4: 0.15023474178403756}, 'edge_length_total': 99494.32200000009, 'edge_length_avg': 179.59263898916984, 'street_length_total': 49747.16099999997, 'street_length_avg': 179.59263898916956, 'street_segments_count': 277, 'node_density_km': 26.64900640404229, 'intersection_density_km': 21.269160040784925, 'edge_density_km': 12448.003869219943, 'street_density_km': 6224.0019346099625, 'circuity_avg': 1.0247993768464954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247993768464954\n", - "4129\n", - "4988777.436307255\n", - "{'n': 374, 'm': 1098, 'k_avg': 5.871657754010696, 'intersection_count': 352, 'streets_per_node_avg': 3.1310160427807485, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 260, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.058823529411764705, 2: 0.0, 3: 0.6951871657754011, 4: 0.24331550802139038, 5: 0.00267379679144385}, 'edge_length_total': 75374.17400000006, 'edge_length_avg': 68.64678870673958, 'street_length_total': 38749.867, 'street_length_avg': 68.22159683098592, 'street_segments_count': 568, 'node_density_km': 74.96826723078645, 'intersection_density_km': 70.55836915838724, 'edge_density_km': 15108.746574149198, 'street_density_km': 7767.407444955703, 'circuity_avg': 1.0709950261982488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709950261982488\n", - "4130\n", - "8979711.132835051\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 736, 'm': 2061, 'k_avg': 5.600543478260869, 'intersection_count': 674, 'streets_per_node_avg': 3.029891304347826, 'streets_per_node_counts': {0: 0, 1: 62, 2: 1, 3: 528, 4: 143, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08423913043478261, 2: 0.001358695652173913, 3: 0.717391304347826, 4: 0.19429347826086957, 5: 0.002717391304347826}, 'edge_length_total': 202279.80000000002, 'edge_length_avg': 98.14643377001457, 'street_length_total': 109275.96900000016, 'street_length_avg': 99.97801372369639, 'street_segments_count': 1093, 'node_density_km': 81.96254747090421, 'intersection_density_km': 75.05809374373565, 'edge_density_km': 22526.314823240507, 'street_density_km': 12169.207604064633, 'circuity_avg': 1.0543165260621143, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0543165260621143\n", - "4131\n", - "2994081.426202344\n", - "{'n': 48, 'm': 116, 'k_avg': 4.833333333333333, 'intersection_count': 38, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 32, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.6666666666666666, 4: 0.125}, 'edge_length_total': 24528.840999999997, 'edge_length_avg': 211.45552586206892, 'street_length_total': 12832.697000000004, 'street_length_avg': 213.8782833333334, 'street_segments_count': 60, 'node_density_km': 16.031628124717574, 'intersection_density_km': 12.691705598734746, 'edge_density_km': 8192.442859215114, 'street_density_km': 4286.021377941227, 'circuity_avg': 1.185956552358284, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.185956552358284\n", - "4132\n", - "5991466.6753435\n", - "{'n': 285, 'm': 608, 'k_avg': 4.266666666666667, 'intersection_count': 162, 'streets_per_node_avg': 2.1719298245614036, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 152, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.43157894736842106, 2: 0.0, 3: 0.5333333333333333, 4: 0.03508771929824561}, 'edge_length_total': 63995.42799999996, 'edge_length_avg': 105.25563815789468, 'street_length_total': 31997.714000000036, 'street_length_avg': 105.25563815789485, 'street_segments_count': 304, 'node_density_km': 47.56765170252082, 'intersection_density_km': 27.038454651959203, 'edge_density_km': 10681.09554265876, 'street_density_km': 5340.547771329389, 'circuity_avg': 1.0584351906444374, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584351906444374\n", - "4133\n", - "15985202.886932833\n", - "{'n': 49, 'm': 119, 'k_avg': 4.857142857142857, 'intersection_count': 42, 'streets_per_node_avg': 2.816326530612245, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 37, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7551020408163265, 4: 0.10204081632653061}, 'edge_length_total': 54606.267000000014, 'edge_length_avg': 458.876193277311, 'street_length_total': 27526.479999999992, 'street_length_avg': 410.84298507462677, 'street_segments_count': 67, 'node_density_km': 3.0653348816770563, 'intersection_density_km': 2.627429898580334, 'edge_density_km': 3416.050918230016, 'street_density_km': 1721.9975370160375, 'circuity_avg': 1.0297533269886467, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297533269886467\n", - "4134\n", - "8989882.46763935\n", - "{'n': 607, 'm': 1539, 'k_avg': 5.070840197693575, 'intersection_count': 493, 'streets_per_node_avg': 2.724876441515651, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 434, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18780889621087316, 2: 0.0, 3: 0.71499176276771, 4: 0.09390444810543658, 5: 0.0032948929159802307}, 'edge_length_total': 169196.91599999997, 'edge_length_avg': 109.93951656920076, 'street_length_total': 89676.43900000013, 'street_length_avg': 112.09554875000016, 'street_segments_count': 800, 'node_density_km': 67.52034881267942, 'intersection_density_km': 54.83942663039695, 'edge_density_km': 18820.815134019136, 'street_density_km': 9975.262671431592, 'circuity_avg': 1.0765612658272397, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765612658272397\n", - "4135\n", - "232748485.19287676\n", - "error with entry 4135\n", - "4136\n", - "6985256.495412234\n", - "{'n': 655, 'm': 1675, 'k_avg': 5.114503816793893, 'intersection_count': 519, 'streets_per_node_avg': 2.719083969465649, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 434, 4: 82, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20763358778625954, 2: 0.0, 3: 0.6625954198473283, 4: 0.1251908396946565, 5: 0.004580152671755725}, 'edge_length_total': 144521.50399999952, 'edge_length_avg': 86.28149492537285, 'street_length_total': 77606.19800000008, 'street_length_avg': 88.89598854524637, 'street_segments_count': 873, 'node_density_km': 93.76892608455965, 'intersection_density_km': 74.29934753875796, 'edge_density_km': 20689.505688863126, 'street_density_km': 11109.999761779707, 'circuity_avg': 1.0608570563524002, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608570563524002\n", - "4137\n", - "5987090.232229468\n", - "{'n': 286, 'm': 824, 'k_avg': 5.7622377622377625, 'intersection_count': 257, 'streets_per_node_avg': 3.0034965034965033, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 200, 4: 55, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10139860139860139, 2: 0.0, 3: 0.6993006993006993, 4: 0.19230769230769232, 5: 0.006993006993006993}, 'edge_length_total': 64090.77699999998, 'edge_length_avg': 77.78006917475726, 'street_length_total': 33390.090999999986, 'street_length_avg': 78.93638534278956, 'street_segments_count': 423, 'node_density_km': 47.76944874831116, 'intersection_density_km': 42.92569345565024, 'edge_density_km': 10704.82897601727, 'street_density_km': 5577.014827713095, 'circuity_avg': 1.0463747921629867, 'self_loop_proportion': 0.0024271844660194173, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463747921629867\n", - "4138\n", - "7990532.698176915\n", - "{'n': 81, 'm': 200, 'k_avg': 4.938271604938271, 'intersection_count': 78, 'streets_per_node_avg': 3.3580246913580245, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 43, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.037037037037037035, 2: 0.0, 3: 0.5308641975308642, 4: 0.43209876543209874}, 'edge_length_total': 50697.09299999999, 'edge_length_avg': 253.48546499999998, 'street_length_total': 31573.182999999997, 'street_length_avg': 242.87063846153845, 'street_segments_count': 130, 'node_density_km': 10.136996250385236, 'intersection_density_km': 9.761551944815412, 'edge_density_km': 6344.64495859792, 'street_density_km': 3951.323922021319, 'circuity_avg': 1.0184694274989974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0184694274989974\n", - "4139\n", - "8985448.451777758\n", - "{'n': 772, 'm': 2126, 'k_avg': 5.507772020725389, 'intersection_count': 708, 'streets_per_node_avg': 3.051813471502591, 'streets_per_node_counts': {0: 0, 1: 64, 2: 1, 3: 548, 4: 149, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08290155440414508, 2: 0.0012953367875647669, 3: 0.7098445595854922, 4: 0.19300518134715025, 5: 0.012953367875647668}, 'edge_length_total': 190924.8049999997, 'edge_length_avg': 89.804706020696, 'street_length_total': 105086.93899999995, 'street_length_avg': 91.61895292066257, 'street_segments_count': 1147, 'node_density_km': 85.9166912083571, 'intersection_density_km': 78.79406395792334, 'edge_density_km': 21248.222169949182, 'street_density_km': 11695.235865407325, 'circuity_avg': 1.064267909585057, 'self_loop_proportion': 0.0014111006585136407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064267909585057\n", - "4140\n", - "3996039.8742688964\n", - "{'n': 156, 'm': 408, 'k_avg': 5.230769230769231, 'intersection_count': 127, 'streets_per_node_avg': 2.7948717948717947, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 101, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1858974358974359, 2: 0.0, 3: 0.6474358974358975, 4: 0.16666666666666666}, 'edge_length_total': 61016.64800000007, 'edge_length_avg': 149.5506078431374, 'street_length_total': 30508.324, 'street_length_avg': 149.55060784313727, 'street_segments_count': 204, 'node_density_km': 39.03864949008831, 'intersection_density_km': 31.781464648982148, 'edge_density_km': 15269.279066231413, 'street_density_km': 7634.639533115698, 'circuity_avg': 1.070887631140618, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070887631140618\n", - "4141\n", - "4996413.582509924\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 58, 'm': 147, 'k_avg': 5.068965517241379, 'intersection_count': 52, 'streets_per_node_avg': 3.0172413793103448, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 39, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10344827586206896, 2: 0.0, 3: 0.6724137931034483, 4: 0.22413793103448276}, 'edge_length_total': 25066.278999999995, 'edge_length_avg': 170.51890476190474, 'street_length_total': 14798.877000000004, 'street_length_avg': 172.0799651162791, 'street_segments_count': 86, 'node_density_km': 11.608326461010057, 'intersection_density_km': 10.407465102974534, 'edge_density_km': 5016.854306806218, 'street_density_km': 2961.899921936779, 'circuity_avg': 1.0384263443411477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384263443411477\n", - "4142\n", - "7994292.415876361\n", - "{'n': 139, 'm': 332, 'k_avg': 4.776978417266187, 'intersection_count': 109, 'streets_per_node_avg': 2.6043165467625897, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 104, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2158273381294964, 2: 0.0, 3: 0.7482014388489209, 4: 0.03597122302158273}, 'edge_length_total': 53315.963999999985, 'edge_length_avg': 160.59025301204815, 'street_length_total': 26657.982000000015, 'street_length_avg': 160.5902530120483, 'street_segments_count': 166, 'node_density_km': 17.38740500959801, 'intersection_density_km': 13.634727669397, 'edge_density_km': 6669.253665792423, 'street_density_km': 3334.626832896214, 'circuity_avg': 1.0610585152869116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610585152869116\n", - "4143\n", - "46943787.17817286\n", - "error with entry 4143\n", - "4144\n", - "3993324.0315547367\n", - "{'n': 465, 'm': 1325, 'k_avg': 5.698924731182796, 'intersection_count': 439, 'streets_per_node_avg': 3.066666666666667, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 360, 4: 75, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05591397849462366, 2: 0.0, 3: 0.7741935483870968, 4: 0.16129032258064516, 5: 0.008602150537634409}, 'edge_length_total': 97572.35900000001, 'edge_length_avg': 73.6395162264151, 'street_length_total': 50248.166999999994, 'street_length_avg': 73.1414366812227, 'street_segments_count': 687, 'node_density_km': 116.44434469269946, 'intersection_density_km': 109.93347810773132, 'edge_density_km': 24433.869685754446, 'street_density_km': 12583.04274908457, 'circuity_avg': 1.0473662608337564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0473662608337564\n", - "4145\n", - "5991614.098197871\n", - "{'n': 442, 'm': 1242, 'k_avg': 5.619909502262443, 'intersection_count': 413, 'streets_per_node_avg': 3.1221719457013575, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 304, 4: 106, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06561085972850679, 2: 0.0, 3: 0.6877828054298643, 4: 0.2398190045248869, 5: 0.006787330316742082}, 'edge_length_total': 115096.07899999997, 'edge_length_avg': 92.66995088566826, 'street_length_total': 63766.429, 'street_length_avg': 94.74952303120357, 'street_segments_count': 673, 'node_density_km': 73.76977100927489, 'intersection_density_km': 68.92967291138129, 'edge_density_km': 19209.528035962467, 'street_density_km': 10642.612817667841, 'circuity_avg': 1.0355259623422668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0355259623422668\n", - "4146\n", - "9977106.011182573\n", - "{'n': 239, 'm': 683, 'k_avg': 5.7154811715481175, 'intersection_count': 227, 'streets_per_node_avg': 3.0418410041841004, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 197, 4: 26, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0502092050209205, 2: 0.0, 3: 0.8242677824267782, 4: 0.1087866108786611, 5: 0.016736401673640166}, 'edge_length_total': 50970.850999999966, 'edge_length_avg': 74.62789311859439, 'street_length_total': 27040.664, 'street_length_avg': 75.32218384401115, 'street_segments_count': 359, 'node_density_km': 23.95484218891964, 'intersection_density_km': 22.752088606212375, 'edge_density_km': 5108.781137823999, 'street_density_km': 2710.271292065274, 'circuity_avg': 1.0622167241360398, 'self_loop_proportion': 0.0029282576866764276, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622167241360398\n", - "4147\n", - "69841404.19253771\n", - "{'n': 6819, 'm': 18690, 'k_avg': 5.481742190937087, 'intersection_count': 6338, 'streets_per_node_avg': 3.0951752456371904, 'streets_per_node_counts': {0: 0, 1: 481, 2: 7, 3: 4779, 4: 1490, 5: 59, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07053820208241678, 2: 0.001026543481448893, 3: 0.700835899692037, 4: 0.21850711247983576, 5: 0.008652295057926382, 6: 0.0002932981375568265, 7: 0.00014664906877841325}, 'edge_length_total': 1514763.2670000012, 'edge_length_avg': 81.04672375601932, 'street_length_total': 871558.204999998, 'street_length_avg': 82.95813868265734, 'street_segments_count': 10506, 'node_density_km': 97.63549400011325, 'intersection_density_km': 90.74846179391668, 'edge_density_km': 21688.61414676207, 'street_density_km': 12479.104838689951, 'circuity_avg': 1.0654301614084563, 'self_loop_proportion': 0.00149812734082397, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654301614084563\n", - "4148\n", - "28949282.642611574\n", - "{'n': 2487, 'm': 7034, 'k_avg': 5.656614394853237, 'intersection_count': 2362, 'streets_per_node_avg': 3.1491757137112986, 'streets_per_node_counts': {0: 0, 1: 125, 2: 6, 3: 1772, 4: 555, 5: 18, 6: 8, 7: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.050261359067149174, 2: 0.0024125452352231603, 3: 0.7125050261359067, 4: 0.22316043425814233, 5: 0.007237635705669481, 6: 0.003216726980297547, 7: 0.0012062726176115801}, 'edge_length_total': 594567.6939999992, 'edge_length_avg': 84.52767898777356, 'street_length_total': 337727.1260000004, 'street_length_avg': 87.13290144478854, 'street_segments_count': 3876, 'node_density_km': 85.90886450289058, 'intersection_density_km': 81.59096821705974, 'edge_density_km': 20538.253100780876, 'street_density_km': 11666.165623837833, 'circuity_avg': 1.0404864812650678, 'self_loop_proportion': 0.0002843332385555871, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404864812650678\n", - "4149\n", - "78822035.58785899\n", - "{'n': 7020, 'm': 19075, 'k_avg': 5.434472934472934, 'intersection_count': 6475, 'streets_per_node_avg': 3.0188034188034187, 'streets_per_node_counts': {0: 0, 1: 545, 2: 2, 3: 5282, 4: 1159, 5: 31, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07763532763532764, 2: 0.0002849002849002849, 3: 0.7524216524216524, 4: 0.1650997150997151, 5: 0.004415954415954416, 6: 0.00014245014245014244}, 'edge_length_total': 1746349.281999991, 'edge_length_avg': 91.55173169069415, 'street_length_total': 978835.0710000047, 'street_length_avg': 93.43595561282977, 'street_segments_count': 10476, 'node_density_km': 89.06138933921791, 'intersection_density_km': 82.14707919821026, 'edge_density_km': 22155.59733995226, 'street_density_km': 12418.292216127127, 'circuity_avg': 1.0452036922917787, 'self_loop_proportion': 0.0008387942332896461, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452036922917787\n", - "4150\n", - "3994059.627417391\n", - "{'n': 187, 'm': 394, 'k_avg': 4.213903743315508, 'intersection_count': 105, 'streets_per_node_avg': 2.2032085561497325, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 90, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4385026737967914, 2: 0.0, 3: 0.48128342245989303, 4: 0.08021390374331551}, 'edge_length_total': 47717.425999999956, 'edge_length_avg': 121.11021827411156, 'street_length_total': 23858.71299999999, 'street_length_avg': 121.11021827411162, 'street_segments_count': 197, 'node_density_km': 46.81953136511298, 'intersection_density_km': 26.2890416755982, 'edge_density_km': 11947.099054916875, 'street_density_km': 5973.54952745844, 'circuity_avg': 1.0630258349469242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630258349469242\n", - "4151\n", - "8979907.075610472\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 274, 'm': 650, 'k_avg': 4.744525547445256, 'intersection_count': 191, 'streets_per_node_avg': 2.4416058394160585, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 178, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3029197080291971, 2: 0.0, 3: 0.6496350364963503, 4: 0.04744525547445255}, 'edge_length_total': 89013.35199999996, 'edge_length_avg': 136.9436184615384, 'street_length_total': 44506.67599999998, 'street_length_avg': 136.9436184615384, 'street_segments_count': 325, 'node_density_km': 30.512565185021465, 'intersection_density_km': 21.26970784795292, 'edge_density_km': 9912.502573858612, 'street_density_km': 4956.251286929306, 'circuity_avg': 1.0943120290868664, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0943120290868664\n", - "4152\n", - "5990609.793807689\n", - "{'n': 563, 'm': 1566, 'k_avg': 5.5630550621669625, 'intersection_count': 523, 'streets_per_node_avg': 3.097690941385435, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 389, 4: 133, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07104795737122557, 2: 0.0, 3: 0.6909413854351687, 4: 0.23623445825932504, 5: 0.0017761989342806395}, 'edge_length_total': 125938.37500000001, 'edge_length_avg': 80.42041826309068, 'street_length_total': 69394.40599999992, 'street_length_avg': 81.64047764705873, 'street_segments_count': 850, 'node_density_km': 93.9804159139118, 'intersection_density_km': 87.30329933033015, 'edge_density_km': 21022.630305545637, 'street_density_km': 11583.863477759944, 'circuity_avg': 1.0232865746896862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0232865746896862\n", - "4153\n", - "13981142.521746088\n", - "{'n': 688, 'm': 1474, 'k_avg': 4.284883720930233, 'intersection_count': 407, 'streets_per_node_avg': 2.2311046511627906, 'streets_per_node_counts': {0: 0, 1: 281, 2: 0, 3: 375, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40843023255813954, 2: 0.0, 3: 0.5450581395348837, 4: 0.04505813953488372, 5: 0.0014534883720930232}, 'edge_length_total': 185636.05400000027, 'edge_length_avg': 125.94033514246965, 'street_length_total': 92818.02699999999, 'street_length_avg': 125.94033514246945, 'street_segments_count': 737, 'node_density_km': 49.20914002055939, 'intersection_density_km': 29.110639517976264, 'edge_density_km': 13277.602578706594, 'street_density_km': 6638.801289353286, 'circuity_avg': 1.0887651537036411, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0887651537036411\n", - "4154\n", - "13991180.732060215\n", - "{'n': 284, 'm': 754, 'k_avg': 5.309859154929577, 'intersection_count': 251, 'streets_per_node_avg': 2.9190140845070425, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 208, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11619718309859155, 2: 0.0, 3: 0.7323943661971831, 4: 0.15140845070422534}, 'edge_length_total': 120622.67899999989, 'edge_length_avg': 159.97702785145873, 'street_length_total': 63531.38900000004, 'street_length_avg': 158.4323915211971, 'street_segments_count': 401, 'node_density_km': 20.29850128011181, 'intersection_density_km': 17.939872610239664, 'edge_density_km': 8621.33663412681, 'street_density_km': 4540.816834309093, 'circuity_avg': 1.023946763010401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023946763010401\n", - "4155\n", - "2995675.114059459\n", - "{'n': 128, 'm': 276, 'k_avg': 4.3125, 'intersection_count': 79, 'streets_per_node_avg': 2.2734375, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 75, 4: 3, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3828125, 2: 0.0, 3: 0.5859375, 4: 0.0234375, 5: 0.0078125}, 'edge_length_total': 28684.750000000036, 'edge_length_avg': 103.93025362318853, 'street_length_total': 14342.375000000002, 'street_length_avg': 103.93025362318842, 'street_segments_count': 138, 'node_density_km': 42.72826495745941, 'intersection_density_km': 26.371351028431977, 'edge_density_km': 9575.387486238167, 'street_density_km': 4787.693743119078, 'circuity_avg': 1.07715186974348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07715186974348\n", - "4156\n", - "37965054.30513416\n", - "{'n': 1572, 'm': 3851, 'k_avg': 4.899491094147582, 'intersection_count': 1146, 'streets_per_node_avg': 2.5292620865139948, 'streets_per_node_counts': {0: 0, 1: 426, 2: 0, 3: 1036, 4: 108, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27099236641221375, 2: 0.0, 3: 0.6590330788804071, 4: 0.06870229007633588, 5: 0.001272264631043257}, 'edge_length_total': 566873.6679999991, 'edge_length_avg': 147.20167956374945, 'street_length_total': 285377.06499999994, 'street_length_avg': 146.27220143516143, 'street_segments_count': 1951, 'node_density_km': 41.40649944460668, 'intersection_density_km': 30.185654175266702, 'edge_density_km': 14931.459426974629, 'street_density_km': 7516.835422026706, 'circuity_avg': 1.0552529053496573, 'self_loop_proportion': 0.00025967281225655674, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0552529053496573\n", - "4157\n", - "6986758.105597889\n", - "{'n': 125, 'm': 329, 'k_avg': 5.264, 'intersection_count': 107, 'streets_per_node_avg': 2.896, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 86, 4: 19, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.144, 2: 0.0, 3: 0.688, 4: 0.152, 5: 0.016}, 'edge_length_total': 50111.863999999965, 'edge_length_avg': 152.3156960486321, 'street_length_total': 27074.756999999998, 'street_length_avg': 152.9647288135593, 'street_segments_count': 177, 'node_density_km': 17.890987223365904, 'intersection_density_km': 15.314685063201214, 'edge_density_km': 7172.405748504394, 'street_density_km': 3875.1530525018925, 'circuity_avg': 1.0688484314291102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688484314291102\n", - "4158\n", - "2993022.9314899957\n", - "{'n': 112, 'm': 288, 'k_avg': 5.142857142857143, 'intersection_count': 91, 'streets_per_node_avg': 2.794642857142857, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 72, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6428571428571429, 4: 0.16964285714285715}, 'edge_length_total': 35592.61100000001, 'edge_length_avg': 123.58545486111115, 'street_length_total': 18495.11499999999, 'street_length_avg': 122.48420529801318, 'street_segments_count': 151, 'node_density_km': 37.42036147522726, 'intersection_density_km': 30.40404369862215, 'edge_density_km': 11891.860441670988, 'street_density_km': 6179.409721659799, 'circuity_avg': 1.0608522197681238, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608522197681238\n", - "4159\n", - "4991049.623511108\n", - "{'n': 76, 'm': 200, 'k_avg': 5.2631578947368425, 'intersection_count': 67, 'streets_per_node_avg': 2.9210526315789473, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 55, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11842105263157894, 2: 0.0, 3: 0.7236842105263158, 4: 0.15789473684210525}, 'edge_length_total': 24630.347999999998, 'edge_length_avg': 123.15173999999999, 'street_length_total': 13429.977, 'street_length_avg': 129.13439423076923, 'street_segments_count': 104, 'node_density_km': 15.22725793828823, 'intersection_density_km': 13.42403002454357, 'edge_density_km': 4934.903448760548, 'street_density_km': 2690.812156372084, 'circuity_avg': 1.0746577763933036, 'self_loop_proportion': 0.01, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746577763933036\n", - "4160\n", - "3992852.8991019926\n", - "{'n': 24, 'm': 60, 'k_avg': 5.0, 'intersection_count': 23, 'streets_per_node_avg': 3.0416666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 20, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.041666666666666664, 2: 0.0, 3: 0.8333333333333334, 4: 0.125}, 'edge_length_total': 12019.352999999997, 'edge_length_avg': 200.32254999999995, 'street_length_total': 6645.433000000001, 'street_length_avg': 189.8695142857143, 'street_segments_count': 35, 'node_density_km': 6.010739841028877, 'intersection_density_km': 5.7602923476526735, 'edge_density_km': 3010.2168308537475, 'street_density_km': 1664.3320372495023, 'circuity_avg': 1.075448254337471, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075448254337471\n", - "4161\n", - "4988650.013926494\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 90, 'm': 204, 'k_avg': 4.533333333333333, 'intersection_count': 61, 'streets_per_node_avg': 2.3666666666666667, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 60, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32222222222222224, 2: 0.0, 3: 0.6666666666666666, 4: 0.011111111111111112}, 'edge_length_total': 33581.56599999999, 'edge_length_avg': 164.61551960784308, 'street_length_total': 16790.783, 'street_length_avg': 164.61551960784314, 'street_segments_count': 102, 'node_density_km': 18.040952912862757, 'intersection_density_km': 12.227756974273646, 'edge_density_km': 6731.593899402142, 'street_density_km': 3365.7969497010713, 'circuity_avg': 1.085782951115066, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085782951115066\n", - "4162\n", - "6984248.355254933\n", - "{'n': 222, 'm': 578, 'k_avg': 5.207207207207207, 'intersection_count': 183, 'streets_per_node_avg': 2.774774774774775, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 156, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17567567567567569, 2: 0.0, 3: 0.7027027027027027, 4: 0.11711711711711711, 5: 0.0045045045045045045}, 'edge_length_total': 62628.585000000014, 'edge_length_avg': 108.35395328719726, 'street_length_total': 33332.44999999998, 'street_length_avg': 112.60962837837832, 'street_segments_count': 296, 'node_density_km': 31.785811258124532, 'intersection_density_km': 26.201817388454007, 'edge_density_km': 8967.118838618962, 'street_density_km': 4772.5178579769035, 'circuity_avg': 1.077573482813387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077573482813387\n", - "4163\n", - "11977096.167992266\n", - "{'n': 846, 'm': 2503, 'k_avg': 5.91725768321513, 'intersection_count': 803, 'streets_per_node_avg': 3.0851063829787235, 'streets_per_node_counts': {0: 0, 1: 43, 2: 1, 3: 644, 4: 157, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0508274231678487, 2: 0.001182033096926714, 3: 0.7612293144208038, 4: 0.18557919621749408, 5: 0.001182033096926714}, 'edge_length_total': 184497.57399999994, 'edge_length_avg': 73.71057690771072, 'street_length_total': 98494.21400000002, 'street_length_avg': 75.9400262143408, 'street_segments_count': 1297, 'node_density_km': 70.63481733250673, 'intersection_density_km': 67.0446315815637, 'edge_density_km': 15404.199099031486, 'street_density_km': 8223.547061700741, 'circuity_avg': 1.032464777724991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032464777724991\n", - "4164\n", - "7986110.027729191\n", - "{'n': 880, 'm': 2449, 'k_avg': 5.5659090909090905, 'intersection_count': 792, 'streets_per_node_avg': 2.9863636363636363, 'streets_per_node_counts': {0: 0, 1: 88, 2: 1, 3: 632, 4: 153, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0011363636363636363, 3: 0.7181818181818181, 4: 0.17386363636363636, 5: 0.006818181818181818}, 'edge_length_total': 182042.93500000078, 'edge_length_avg': 74.33357901184189, 'street_length_total': 95959.25899999996, 'street_length_avg': 75.2621639215686, 'street_segments_count': 1275, 'node_density_km': 110.1913192961885, 'intersection_density_km': 99.17218736656964, 'edge_density_km': 22794.944518409517, 'street_density_km': 12015.769713516642, 'circuity_avg': 1.030108824246172, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030108824246172\n", - "4165\n", - "7983690.533556063\n", - "{'n': 95, 'm': 210, 'k_avg': 4.421052631578948, 'intersection_count': 84, 'streets_per_node_avg': 2.8842105263157896, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 73, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11578947368421053, 2: 0.0, 3: 0.7684210526315789, 4: 0.11578947368421053}, 'edge_length_total': 33937.385, 'edge_length_avg': 161.60659523809525, 'street_length_total': 20934.313000000006, 'street_length_avg': 163.54932031250004, 'street_segments_count': 128, 'node_density_km': 11.899258820304686, 'intersection_density_km': 10.521449904269407, 'edge_density_km': 4250.839239992905, 'street_density_km': 2622.1348274975694, 'circuity_avg': 1.0367837698078746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367837698078746\n", - "4166\n", - "6991945.770805485\n", - "{'n': 475, 'm': 1399, 'k_avg': 5.890526315789474, 'intersection_count': 459, 'streets_per_node_avg': 3.136842105263158, 'streets_per_node_counts': {0: 0, 1: 16, 2: 2, 3: 360, 4: 95, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03368421052631579, 2: 0.004210526315789474, 3: 0.7578947368421053, 4: 0.2, 5: 0.004210526315789474}, 'edge_length_total': 128827.50299999991, 'edge_length_avg': 92.08542030021438, 'street_length_total': 67260.958, 'street_length_avg': 92.13829863013699, 'street_segments_count': 730, 'node_density_km': 67.93530950759636, 'intersection_density_km': 65.64696223997205, 'edge_density_km': 18425.129030306933, 'street_density_km': 9619.776841068293, 'circuity_avg': 1.052884854918102, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052884854918102\n", - "4167\n", - "4992871.254275983\n", - "{'n': 49, 'm': 112, 'k_avg': 4.571428571428571, 'intersection_count': 35, 'streets_per_node_avg': 2.5918367346938775, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 28, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.5714285714285714, 4: 0.12244897959183673, 5: 0.02040816326530612}, 'edge_length_total': 15342.663999999992, 'edge_length_avg': 136.98807142857135, 'street_length_total': 7671.331999999999, 'street_length_avg': 136.98807142857143, 'street_segments_count': 56, 'node_density_km': 9.813992291116165, 'intersection_density_km': 7.009994493654403, 'edge_density_km': 3072.9140045139884, 'street_density_km': 1536.4570022569949, 'circuity_avg': 1.028030920720196, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028030920720196\n", - "4168\n", - "19955250.971226126\n", - "{'n': 725, 'm': 1751, 'k_avg': 4.830344827586207, 'intersection_count': 530, 'streets_per_node_avg': 2.5048275862068965, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 499, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2689655172413793, 2: 0.0, 3: 0.6882758620689655, 4: 0.04275862068965517}, 'edge_length_total': 228673.70199999976, 'edge_length_avg': 130.59606053683595, 'street_length_total': 116060.90599999992, 'street_length_avg': 131.7376912599318, 'street_segments_count': 881, 'node_density_km': 36.33128949595232, 'intersection_density_km': 26.55942542462721, 'edge_density_km': 11459.324782721547, 'street_density_km': 5816.058448342767, 'circuity_avg': 1.0738698081701878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0738698081701878\n", - "4169\n", - "5986838.418952076\n", - "{'n': 216, 'm': 504, 'k_avg': 4.666666666666667, 'intersection_count': 157, 'streets_per_node_avg': 2.4953703703703702, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 148, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27314814814814814, 2: 0.0, 3: 0.6851851851851852, 4: 0.041666666666666664}, 'edge_length_total': 57153.77600000004, 'edge_length_avg': 113.40034920634929, 'street_length_total': 28576.88799999999, 'street_length_avg': 113.40034920634918, 'street_segments_count': 252, 'node_density_km': 36.07914309432928, 'intersection_density_km': 26.22419197134119, 'edge_density_km': 9546.570660579833, 'street_density_km': 4773.285330289912, 'circuity_avg': 1.0648542367797322, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648542367797322\n", - "4170\n", - "29930526.43058468\n", - "error with entry 4170\n", - "4171\n", - "5986921.1345290225\n", - "{'n': 163, 'm': 430, 'k_avg': 5.276073619631902, 'intersection_count': 135, 'streets_per_node_avg': 2.7791411042944785, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 115, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17177914110429449, 2: 0.0, 3: 0.7055214723926381, 4: 0.12269938650306748}, 'edge_length_total': 49503.769999999946, 'edge_length_avg': 115.12504651162779, 'street_length_total': 24751.885000000006, 'street_length_avg': 115.12504651162793, 'street_segments_count': 215, 'node_density_km': 27.226014229569913, 'intersection_density_km': 22.549152889521093, 'edge_density_km': 8268.65243213101, 'street_density_km': 4134.32621606551, 'circuity_avg': 1.0306540233778974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306540233778974\n", - "4172\n", - "3991391.813844579\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 438, 'm': 1226, 'k_avg': 5.598173515981735, 'intersection_count': 396, 'streets_per_node_avg': 2.9771689497716896, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 322, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0958904109589041, 2: 0.0, 3: 0.7351598173515982, 4: 0.1689497716894977}, 'edge_length_total': 92364.321, 'edge_length_avg': 75.33794535073409, 'street_length_total': 49507.218, 'street_length_avg': 76.87456211180124, 'street_segments_count': 644, 'node_density_km': 109.73615731754249, 'intersection_density_km': 99.2135120953124, 'edge_density_km': 23140.88050178994, 'street_density_km': 12403.49740365724, 'circuity_avg': 1.0398676790937746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398676790937746\n", - "4173\n", - "4989980.592390859\n", - "{'n': 354, 'm': 1063, 'k_avg': 6.005649717514125, 'intersection_count': 337, 'streets_per_node_avg': 3.1779661016949152, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 245, 4: 87, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0480225988700565, 2: 0.0, 3: 0.692090395480226, 4: 0.2457627118644068, 5: 0.014124293785310734}, 'edge_length_total': 79179.44800000012, 'edge_length_avg': 74.48678080903116, 'street_length_total': 41605.668999999994, 'street_length_avg': 74.56213082437274, 'street_segments_count': 558, 'node_density_km': 70.94215968290717, 'intersection_density_km': 67.53533280547943, 'edge_density_km': 15867.686563899586, 'street_density_km': 8337.841847209549, 'circuity_avg': 1.0293343770585317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0293343770585317\n", - "4174\n", - "25975191.896298505\n", - "{'n': 695, 'm': 1991, 'k_avg': 5.729496402877698, 'intersection_count': 617, 'streets_per_node_avg': 3.047482014388489, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 429, 4: 187, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11223021582733812, 2: 0.0, 3: 0.6172661870503597, 4: 0.26906474820143883, 5: 0.0014388489208633094}, 'edge_length_total': 264458.5510000002, 'edge_length_avg': 132.82699698643907, 'street_length_total': 145680.94500000012, 'street_length_avg': 138.61174595623228, 'street_segments_count': 1051, 'node_density_km': 26.756298963051677, 'intersection_density_km': 23.753433755687603, 'edge_density_km': 10181.19719984382, 'street_density_km': 5608.464629697686, 'circuity_avg': 1.0342259444853117, 'self_loop_proportion': 0.0010045203415369162, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342259444853117\n", - "4175\n", - "4992663.114520824\n", - "{'n': 32, 'm': 66, 'k_avg': 4.125, 'intersection_count': 18, 'streets_per_node_avg': 2.15625, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4375, 2: 0.0, 3: 0.53125, 4: 0.03125}, 'edge_length_total': 18363.103999999996, 'edge_length_avg': 278.2288484848484, 'street_length_total': 9181.552, 'street_length_avg': 278.22884848484847, 'street_segments_count': 33, 'node_density_km': 6.409405014115645, 'intersection_density_km': 3.6052903204400506, 'edge_density_km': 3678.01783913522, 'street_density_km': 1839.0089195676103, 'circuity_avg': 1.356749586417625, 'self_loop_proportion': 0.030303030303030304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.356749586417625\n", - "4176\n", - "6986103.87291161\n", - "{'n': 81, 'm': 232, 'k_avg': 5.728395061728395, 'intersection_count': 65, 'streets_per_node_avg': 2.9876543209876543, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 34, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19753086419753085, 2: 0.0, 3: 0.41975308641975306, 4: 0.38271604938271603}, 'edge_length_total': 45967.49800000002, 'edge_length_avg': 198.1357672413794, 'street_length_total': 22983.749, 'street_length_avg': 198.1357672413793, 'street_segments_count': 116, 'node_density_km': 11.594445412424351, 'intersection_density_km': 9.304184590217071, 'edge_density_km': 6579.847485268219, 'street_density_km': 3289.923742634108, 'circuity_avg': 1.024474575614691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024474575614691\n", - "4177\n", - "21953626.25749772\n", - "{'n': 2571, 'm': 7589, 'k_avg': 5.903539478802022, 'intersection_count': 2443, 'streets_per_node_avg': 3.164527421236873, 'streets_per_node_counts': {0: 0, 1: 128, 2: 5, 3: 1765, 4: 663, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.049786075457020615, 2: 0.0019447685725398677, 3: 0.6865033061065733, 4: 0.25787631271878647, 5: 0.003500583430571762, 6: 0.00038895371450797355}, 'edge_length_total': 567776.4949999993, 'edge_length_avg': 74.81571946237966, 'street_length_total': 306026.05799999926, 'street_length_avg': 75.936987096774, 'street_segments_count': 4030, 'node_density_km': 117.11049326632033, 'intersection_density_km': 111.2800214117544, 'edge_density_km': 25862.53807641866, 'street_density_km': 13939.658733849657, 'circuity_avg': 1.0272557516741834, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0272557516741834\n", - "4178\n", - "6993226.907835238\n", - "{'n': 357, 'm': 1028, 'k_avg': 5.759103641456583, 'intersection_count': 333, 'streets_per_node_avg': 3.1512605042016806, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 232, 4: 100, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06722689075630252, 2: 0.0, 3: 0.6498599439775911, 4: 0.2801120448179272, 5: 0.0028011204481792717}, 'edge_length_total': 115045.46699999977, 'edge_length_avg': 111.9119328793772, 'street_length_total': 61834.26800000008, 'street_length_avg': 113.24957509157524, 'street_segments_count': 546, 'node_density_km': 51.04939460780485, 'intersection_density_km': 47.61750253333058, 'edge_density_km': 16450.98443339546, 'street_density_km': 8842.022261671607, 'circuity_avg': 1.0489520732076878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489520732076878\n", - "4179\n", - "4991988.412213966\n", - "{'n': 107, 'm': 294, 'k_avg': 5.4953271028037385, 'intersection_count': 94, 'streets_per_node_avg': 2.8598130841121496, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 83, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12149532710280374, 2: 0.0, 3: 0.7757009345794392, 4: 0.102803738317757}, 'edge_length_total': 38499.64000000002, 'edge_length_avg': 130.95115646258512, 'street_length_total': 19326.822000000004, 'street_length_avg': 130.58663513513517, 'street_segments_count': 148, 'node_density_km': 21.43434462672262, 'intersection_density_km': 18.83017191506473, 'edge_density_km': 7712.285530511735, 'street_density_km': 3871.5678811899493, 'circuity_avg': 1.1042477081440278, 'self_loop_proportion': 0.006802721088435374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1042477081440278\n", - "4180\n", - "36921483.21080927\n", - "{'n': 3211, 'm': 9413, 'k_avg': 5.862971037060106, 'intersection_count': 3030, 'streets_per_node_avg': 3.1544690127686077, 'streets_per_node_counts': {0: 0, 1: 181, 2: 1, 3: 2185, 4: 829, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05636873248209281, 2: 0.0003114294612270321, 3: 0.6804733727810651, 4: 0.2581750233572096, 5: 0.004671441918405481}, 'edge_length_total': 709573.1309999982, 'edge_length_avg': 75.38225124827348, 'street_length_total': 388803.33499999956, 'street_length_avg': 77.43543815972905, 'street_segments_count': 5021, 'node_density_km': 86.96833715119917, 'intersection_density_km': 82.06604221991076, 'edge_density_km': 19218.435157346576, 'street_density_km': 10530.54485325151, 'circuity_avg': 1.0271934369795637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0271934369795637\n", - "4181\n", - "5986672.108166371\n", - "{'n': 18, 'm': 29, 'k_avg': 3.2222222222222223, 'intersection_count': 14, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 15569.809000000001, 'edge_length_avg': 536.8899655172414, 'street_length_total': 10856.332, 'street_length_avg': 542.8166, 'street_segments_count': 20, 'node_density_km': 3.006678781596598, 'intersection_density_km': 2.3385279412417983, 'edge_density_km': 2600.7452418784305, 'street_density_km': 1813.4168372426755, 'circuity_avg': 1.0993958303455191, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0993958303455191\n", - "4182\n", - "5987190.163760357\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 142, 'm': 341, 'k_avg': 4.802816901408451, 'intersection_count': 111, 'streets_per_node_avg': 2.6619718309859155, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 99, 4: 11, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21830985915492956, 2: 0.0, 3: 0.6971830985915493, 4: 0.07746478873239436, 5: 0.0, 6: 0.007042253521126761}, 'edge_length_total': 38931.03299999997, 'edge_length_avg': 114.1672521994134, 'street_length_total': 20100.122999999985, 'street_length_avg': 111.05040331491705, 'street_segments_count': 181, 'node_density_km': 23.717302460093315, 'intersection_density_km': 18.53958150049548, 'edge_density_km': 6502.387920738544, 'street_density_km': 3357.1880047611116, 'circuity_avg': 1.0357760662422675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357760662422675\n", - "4183\n", - "2996462.1665688152\n", - "{'n': 93, 'm': 252, 'k_avg': 5.419354838709677, 'intersection_count': 80, 'streets_per_node_avg': 2.89247311827957, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 64, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13978494623655913, 2: 0.0, 3: 0.6881720430107527, 4: 0.17204301075268819}, 'edge_length_total': 31782.47599999998, 'edge_length_avg': 126.12093650793643, 'street_length_total': 15891.238000000005, 'street_length_avg': 126.12093650793655, 'street_segments_count': 126, 'node_density_km': 31.036600774603574, 'intersection_density_km': 26.698151203960062, 'edge_density_km': 10606.666873552891, 'street_density_km': 5303.333436776451, 'circuity_avg': 1.083887527103351, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083887527103351\n", - "4184\n", - "13985156.22697905\n", - "{'n': 178, 'm': 487, 'k_avg': 5.47191011235955, 'intersection_count': 163, 'streets_per_node_avg': 2.9269662921348316, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 146, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08426966292134831, 2: 0.0, 3: 0.8202247191011236, 4: 0.09550561797752809}, 'edge_length_total': 75152.63199999993, 'edge_length_avg': 154.31751950718672, 'street_length_total': 39411.279999999984, 'street_length_avg': 153.35128404669254, 'street_segments_count': 257, 'node_density_km': 12.72778059186901, 'intersection_density_km': 11.65521481165533, 'edge_density_km': 5373.74275841277, 'street_density_km': 2818.079352161321, 'circuity_avg': 1.1044123909194712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1044123909194712\n", - "4185\n", - "1995612.8876479475\n", - "{'n': 33, 'm': 76, 'k_avg': 4.606060606060606, 'intersection_count': 22, 'streets_per_node_avg': 2.4242424242424243, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 19, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5757575757575758, 4: 0.09090909090909091}, 'edge_length_total': 9530.869999999997, 'edge_length_avg': 125.40618421052628, 'street_length_total': 4765.435, 'street_length_avg': 125.40618421052632, 'street_segments_count': 38, 'node_density_km': 16.536273244303498, 'intersection_density_km': 11.024182162869, 'edge_density_km': 4775.911229573783, 'street_density_km': 2387.9556147868925, 'circuity_avg': 1.0489121544784918, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489121544784918\n", - "4186\n", - "17962586.133942638\n", - "{'n': 370, 'm': 1036, 'k_avg': 5.6, 'intersection_count': 308, 'streets_per_node_avg': 2.889189189189189, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 225, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16756756756756758, 2: 0.0, 3: 0.6081081081081081, 4: 0.22432432432432434}, 'edge_length_total': 181224.36999999994, 'edge_length_avg': 174.926998069498, 'street_length_total': 90612.18499999994, 'street_length_avg': 174.92699806949796, 'street_segments_count': 518, 'node_density_km': 20.59837025921546, 'intersection_density_km': 17.1467514590226, 'edge_density_km': 10088.991008792045, 'street_density_km': 5044.495504396022, 'circuity_avg': 1.0143010809391817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0143010809391817\n", - "4187\n", - "10980788.48963322\n", - "{'n': 41, 'm': 82, 'k_avg': 4.0, 'intersection_count': 27, 'streets_per_node_avg': 2.317073170731707, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34146341463414637, 2: 0.0, 3: 0.6585365853658537}, 'edge_length_total': 31313.496, 'edge_length_avg': 381.8719024390244, 'street_length_total': 15656.748, 'street_length_avg': 381.8719024390244, 'street_segments_count': 41, 'node_density_km': 3.733793801666194, 'intersection_density_km': 2.4588398206094446, 'edge_density_km': 2851.6618847146133, 'street_density_km': 1425.8309423573066, 'circuity_avg': 1.1012423797173998, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1012423797173998\n", - "4188\n", - "45892867.96168995\n", - "error with entry 4188\n", - "4189\n", - "11989478.912577054\n", - "{'n': 1102, 'm': 3177, 'k_avg': 5.765880217785844, 'intersection_count': 1042, 'streets_per_node_avg': 3.0517241379310347, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 871, 4: 165, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0544464609800363, 2: 0.0, 3: 0.7903811252268602, 4: 0.14972776769509982, 5: 0.0054446460980036296}, 'edge_length_total': 258914.42399999988, 'edge_length_avg': 81.49651369216238, 'street_length_total': 137486.47799999992, 'street_length_avg': 82.873103074141, 'street_segments_count': 1659, 'node_density_km': 91.9139195318984, 'intersection_density_km': 86.90953189858269, 'edge_density_km': 21595.135692544292, 'street_density_km': 11467.26050418885, 'circuity_avg': 1.034079934807195, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034079934807195\n", - "4190\n", - "4991340.517106941\n", - "{'n': 344, 'm': 953, 'k_avg': 5.540697674418604, 'intersection_count': 312, 'streets_per_node_avg': 2.9563953488372094, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 263, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09302325581395349, 2: 0.0, 3: 0.7645348837209303, 4: 0.14244186046511628}, 'edge_length_total': 89923.54899999981, 'edge_length_avg': 94.35839349422855, 'street_length_total': 46901.00099999998, 'street_length_avg': 94.94129757085017, 'street_segments_count': 494, 'node_density_km': 68.91936120587256, 'intersection_density_km': 62.508257837884415, 'edge_density_km': 18015.911495479555, 'street_density_km': 9396.47392103485, 'circuity_avg': 1.0323512256432372, 'self_loop_proportion': 0.002098635886673662, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323512256432372\n", - "4191\n", - "6987241.95391215\n", - "{'n': 277, 'm': 852, 'k_avg': 6.1516245487364625, 'intersection_count': 255, 'streets_per_node_avg': 3.2129963898916967, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 152, 4: 103}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07942238267148015, 2: 0.0, 3: 0.5487364620938628, 4: 0.37184115523465705}, 'edge_length_total': 86748.37700000007, 'edge_length_avg': 101.8173438967137, 'street_length_total': 45114.72900000003, 'street_length_avg': 102.53347500000007, 'street_segments_count': 440, 'node_density_km': 39.64368227507965, 'intersection_density_km': 36.4950865709217, 'edge_density_km': 12415.253052948843, 'street_density_km': 6456.729178347736, 'circuity_avg': 1.0594347209978379, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594347209978379\n", - "4192\n", - "1995620.069337859\n", - "{'n': 26, 'm': 64, 'k_avg': 4.923076923076923, 'intersection_count': 23, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 21, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11538461538461539, 2: 0.0, 3: 0.8076923076923077, 4: 0.07692307692307693}, 'edge_length_total': 12231.801999999996, 'edge_length_avg': 191.12190624999994, 'street_length_total': 6115.901, 'street_length_avg': 191.12190625, 'street_segments_count': 32, 'node_density_km': 13.028532033468037, 'intersection_density_km': 11.525239875760187, 'edge_density_km': 6129.324007078398, 'street_density_km': 3064.6620035391998, 'circuity_avg': 1.3000458184850334, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3000458184850334\n", - "4193\n", - "7984258.944118848\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 94, 'm': 226, 'k_avg': 4.808510638297872, 'intersection_count': 60, 'streets_per_node_avg': 2.4574468085106385, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 43, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3617021276595745, 2: 0.0, 3: 0.4574468085106383, 4: 0.18085106382978725}, 'edge_length_total': 54278.71799999999, 'edge_length_avg': 240.17131858407078, 'street_length_total': 27139.359000000004, 'street_length_avg': 240.17131858407083, 'street_segments_count': 113, 'node_density_km': 11.773165256525123, 'intersection_density_km': 7.514786333952207, 'edge_density_km': 6798.216137514093, 'street_density_km': 3399.1080687570475, 'circuity_avg': 1.0269849079387527, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0269849079387527\n", - "4194\n", - "5994837.157526417\n", - "{'n': 408, 'm': 1140, 'k_avg': 5.588235294117647, 'intersection_count': 385, 'streets_per_node_avg': 3.0637254901960786, 'streets_per_node_counts': {0: 0, 1: 23, 2: 1, 3: 312, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.056372549019607844, 2: 0.0024509803921568627, 3: 0.7647058823529411, 4: 0.17401960784313725, 5: 0.0024509803921568627}, 'edge_length_total': 119450.09000000019, 'edge_length_avg': 104.78078070175455, 'street_length_total': 63880.715999999964, 'street_length_avg': 105.24005930807243, 'street_segments_count': 607, 'node_density_km': 68.0585626062858, 'intersection_density_km': 64.2219279495589, 'edge_density_km': 19925.493697528153, 'street_density_km': 10655.955169657746, 'circuity_avg': 1.073928485503605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073928485503605\n", - "4195\n", - "94831101.81394547\n", - "{'n': 6448, 'm': 17019, 'k_avg': 5.278846153846154, 'intersection_count': 5240, 'streets_per_node_avg': 2.7493796526054592, 'streets_per_node_counts': {0: 0, 1: 1208, 2: 5, 3: 4448, 4: 773, 5: 10, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18734491315136476, 2: 0.0007754342431761787, 3: 0.6898263027295285, 4: 0.11988213399503722, 5: 0.0015508684863523574, 6: 0.0006203473945409429}, 'edge_length_total': 1913964.7629999886, 'edge_length_avg': 112.460471414301, 'street_length_total': 1003314.0200000013, 'street_length_avg': 114.15565138240999, 'street_segments_count': 8789, 'node_density_km': 67.99457010054252, 'intersection_density_km': 55.256133270292, 'edge_density_km': 20182.880156292023, 'street_density_km': 10580.010152876428, 'circuity_avg': 1.0432162189765999, 'self_loop_proportion': 0.0004700628709089841, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432162189765999\n", - "4196\n", - "4996000.735701314\n", - "{'n': 64, 'm': 149, 'k_avg': 4.65625, 'intersection_count': 54, 'streets_per_node_avg': 2.90625, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 40, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.625, 4: 0.21875}, 'edge_length_total': 22844.75299999999, 'edge_length_avg': 153.32048993288583, 'street_length_total': 15094.331000000002, 'street_length_avg': 171.52648863636367, 'street_segments_count': 88, 'node_density_km': 12.810246312146708, 'intersection_density_km': 10.808645325873783, 'edge_density_km': 4572.608013596129, 'street_density_km': 3021.282781672996, 'circuity_avg': 1.1557543276647875, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1557543276647875\n", - "4197\n", - "8980429.812999401\n", - "{'n': 146, 'm': 398, 'k_avg': 5.4520547945205475, 'intersection_count': 118, 'streets_per_node_avg': 2.8219178082191783, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 88, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.6027397260273972, 4: 0.2054794520547945}, 'edge_length_total': 67817.1639999999, 'edge_length_avg': 170.3948844221103, 'street_length_total': 33908.582, 'street_length_avg': 170.39488442211055, 'street_segments_count': 199, 'node_density_km': 16.25757375094244, 'intersection_density_km': 13.139682894597314, 'edge_density_km': 7551.661269244911, 'street_density_km': 3775.8306346224613, 'circuity_avg': 1.0337769730701232, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337769730701232\n", - "4198\n", - "11972489.813184144\n", - "{'n': 592, 'm': 1601, 'k_avg': 5.408783783783784, 'intersection_count': 486, 'streets_per_node_avg': 2.863175675675676, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 355, 4: 131}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17905405405405406, 2: 0.0, 3: 0.5996621621621622, 4: 0.22128378378378377}, 'edge_length_total': 223285.84299999985, 'edge_length_avg': 139.46648532167387, 'street_length_total': 115780.47799999992, 'street_length_avg': 140.17007021791758, 'street_segments_count': 826, 'node_density_km': 49.446690641414264, 'intersection_density_km': 40.593060222512385, 'edge_density_km': 18649.90878957498, 'street_density_km': 9670.543037130179, 'circuity_avg': 1.021873779887556, 'self_loop_proportion': 0.0012492192379762648, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.021873779887556\n", - "4199\n", - "5987568.198863898\n", - "{'n': 126, 'm': 328, 'k_avg': 5.2063492063492065, 'intersection_count': 98, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 69, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5476190476190477, 4: 0.23015873015873015}, 'edge_length_total': 65367.11800000001, 'edge_length_avg': 199.28999390243905, 'street_length_total': 32683.559, 'street_length_avg': 199.28999390243902, 'street_segments_count': 164, 'node_density_km': 21.043601645139955, 'intersection_density_km': 16.36724572399774, 'edge_density_km': 10917.139618117919, 'street_density_km': 5458.5698090589585, 'circuity_avg': 1.0695989893688096, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695989893688096\n", - "4200\n", - "12971218.484107368\n", - "{'n': 398, 'm': 950, 'k_avg': 4.773869346733668, 'intersection_count': 284, 'streets_per_node_avg': 2.4673366834170856, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 268, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2864321608040201, 2: 0.0, 3: 0.6733668341708543, 4: 0.04020100502512563}, 'edge_length_total': 134514.32000000004, 'edge_length_avg': 141.5940210526316, 'street_length_total': 67257.16000000003, 'street_length_avg': 141.59402105263166, 'street_segments_count': 475, 'node_density_km': 30.683316335133718, 'intersection_density_km': 21.894627736628077, 'edge_density_km': 10370.214653681922, 'street_density_km': 5185.107326840962, 'circuity_avg': 1.062854119728002, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062854119728002\n", - "4201\n", - "4989287.752018225\n", - "{'n': 707, 'm': 1805, 'k_avg': 5.106082036775106, 'intersection_count': 605, 'streets_per_node_avg': 2.8345120226308347, 'streets_per_node_counts': {0: 0, 1: 102, 2: 1, 3: 517, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14427157001414428, 2: 0.0014144271570014145, 3: 0.7312588401697313, 4: 0.12164073550212164, 5: 0.0014144271570014145}, 'edge_length_total': 121600.45199999989, 'edge_length_avg': 67.36867146814399, 'street_length_total': 66393.03399999999, 'street_length_avg': 68.44642680412369, 'street_segments_count': 970, 'node_density_km': 141.70359280520756, 'intersection_density_km': 121.25979299455527, 'edge_density_km': 24372.306838949324, 'street_density_km': 13307.1166266454, 'circuity_avg': 1.0798094320365605, 'self_loop_proportion': 0.0110803324099723, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0798094320365605\n", - "4202\n", - "2993041.176282348\n", - "error with entry 4202\n", - "4203\n", - "3993202.441730398\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 8293.471999999998, 'edge_length_avg': 1382.245333333333, 'street_length_total': 4146.736, 'street_length_avg': 1382.2453333333333, 'street_segments_count': 3, 'node_density_km': 1.001702282408366, 'intersection_density_km': 0.7512767118062745, 'edge_density_km': 2076.8974578724683, 'street_density_km': 1038.4487289362344, 'circuity_avg': 1.569158520615804, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.569158520615804\n", - "4204\n", - "3992104.950804314\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 164, 'm': 438, 'k_avg': 5.341463414634147, 'intersection_count': 152, 'streets_per_node_avg': 3.018292682926829, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 125, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07317073170731707, 2: 0.0, 3: 0.7621951219512195, 4: 0.16463414634146342}, 'edge_length_total': 43941.23899999998, 'edge_length_avg': 100.32246347031959, 'street_length_total': 24250.05299999999, 'street_length_avg': 99.7944567901234, 'street_segments_count': 243, 'node_density_km': 41.08108429538104, 'intersection_density_km': 38.07515129815803, 'edge_density_km': 11007.035020746853, 'street_density_km': 6074.502874758886, 'circuity_avg': 1.0472991232694977, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472991232694977\n", - "4205\n", - "8979448.642116869\n", - "{'n': 315, 'm': 882, 'k_avg': 5.6, 'intersection_count': 266, 'streets_per_node_avg': 2.8857142857142857, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 205, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15555555555555556, 2: 0.0, 3: 0.6507936507936508, 4: 0.19047619047619047, 5: 0.0031746031746031746}, 'edge_length_total': 77968.75800000007, 'edge_length_avg': 88.39995238095247, 'street_length_total': 38984.379, 'street_length_avg': 88.39995238095239, 'street_segments_count': 441, 'node_density_km': 35.08010486551878, 'intersection_density_km': 29.62319966421586, 'edge_density_km': 8683.022878965901, 'street_density_km': 4341.511439482947, 'circuity_avg': 1.0688662647782752, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688662647782752\n", - "4206\n", - "2997894.957978626\n", - "{'n': 25, 'm': 55, 'k_avg': 4.4, 'intersection_count': 22, 'streets_per_node_avg': 2.84, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 20, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12, 2: 0.0, 3: 0.8, 4: 0.08}, 'edge_length_total': 7413.8859999999995, 'edge_length_avg': 134.79792727272726, 'street_length_total': 4321.613, 'street_length_avg': 130.9579696969697, 'street_segments_count': 33, 'node_density_km': 8.33918477812732, 'intersection_density_km': 7.338482604752042, 'edge_density_km': 2473.0306111188497, 'street_density_km': 1441.549173862286, 'circuity_avg': 1.1247035524147686, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1247035524147686\n", - "4207\n", - "691406411.1986513\n", - "error with entry 4207\n", - "4208\n", - "2994493.1000569263\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 524.236, 'edge_length_avg': 131.059, 'street_length_total': 262.118, 'street_length_avg': 131.059, 'street_segments_count': 2, 'node_density_km': 1.001839009060655, 'intersection_density_km': 0.6678926727071034, 'edge_density_km': 175.06669158464052, 'street_density_km': 87.53334579232026, 'circuity_avg': 1.0699667411146803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699667411146803\n", - "4209\n", - "5990571.551794648\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3678.474, 'edge_length_avg': 1839.237, 'street_length_total': 1839.237, 'street_length_avg': 1839.237, 'street_segments_count': 1, 'node_density_km': 0.33385796041461896, 'intersection_density_km': 0.16692898020730948, 'edge_density_km': 614.0439135391025, 'street_density_km': 307.02195676955125, 'circuity_avg': 1.146719126674212, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.146719126674212\n", - "4210\n", - "8985490.790198728\n", - "{'n': 352, 'm': 996, 'k_avg': 5.659090909090909, 'intersection_count': 318, 'streets_per_node_avg': 3.0255681818181817, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 246, 4: 67, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09659090909090909, 2: 0.0, 3: 0.6988636363636364, 4: 0.1903409090909091, 5: 0.014204545454545454}, 'edge_length_total': 112673.21199999997, 'edge_length_avg': 113.12571485943772, 'street_length_total': 57524.65599999993, 'street_length_avg': 111.91567315175084, 'street_segments_count': 514, 'node_density_km': 39.17426529266021, 'intersection_density_km': 35.39038739507371, 'edge_density_km': 12539.461074614048, 'street_density_km': 6401.949247196066, 'circuity_avg': 1.0245863577685574, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0245863577685574\n", - "4211\n", - "5986139.894053574\n", - "{'n': 326, 'm': 1030, 'k_avg': 6.319018404907975, 'intersection_count': 315, 'streets_per_node_avg': 3.3251533742331287, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 189, 4: 124, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03374233128834356, 2: 0.0, 3: 0.5797546012269938, 4: 0.3803680981595092, 5: 0.006134969325153374}, 'edge_length_total': 96571.97999999992, 'edge_length_avg': 93.75920388349508, 'street_length_total': 49455.80399999995, 'street_length_avg': 93.4892325141776, 'street_segments_count': 529, 'node_density_km': 54.45913489656953, 'intersection_density_km': 52.62155672521288, 'edge_density_km': 16132.59658297181, 'street_density_km': 8261.718716117486, 'circuity_avg': 1.009417124187795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.009417124187795\n", - "4212\n", - "3991986.003112306\n", - "{'n': 249, 'm': 758, 'k_avg': 6.088353413654619, 'intersection_count': 241, 'streets_per_node_avg': 3.248995983935743, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 166, 4: 72, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0321285140562249, 2: 0.0, 3: 0.6666666666666666, 4: 0.2891566265060241, 5: 0.012048192771084338}, 'edge_length_total': 78929.91699999994, 'edge_length_avg': 104.12917810026377, 'street_length_total': 39680.456999999966, 'street_length_avg': 102.53348062015495, 'street_segments_count': 387, 'node_density_km': 62.374968200256724, 'intersection_density_km': 60.370953157678194, 'edge_density_km': 19772.092622184333, 'street_density_km': 9940.029090548804, 'circuity_avg': 1.0219992747992779, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0219992747992779\n", - "4213\n", - "5986213.039106798\n", - "{'n': 135, 'm': 397, 'k_avg': 5.881481481481481, 'intersection_count': 112, 'streets_per_node_avg': 3.162962962962963, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 44, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17037037037037037, 2: 0.0, 3: 0.32592592592592595, 4: 0.5037037037037037}, 'edge_length_total': 76560.229, 'edge_length_avg': 192.8469244332494, 'street_length_total': 39907.832, 'street_length_avg': 197.56352475247525, 'street_segments_count': 202, 'node_density_km': 22.55182017714213, 'intersection_density_km': 18.709658221036435, 'edge_density_km': 12789.426052806091, 'street_density_km': 6666.624080915544, 'circuity_avg': 1.0074026716356808, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0074026716356808\n", - "4214\n", - "21948124.744624898\n", - "{'n': 257, 'm': 629, 'k_avg': 4.8949416342412455, 'intersection_count': 195, 'streets_per_node_avg': 2.5992217898832686, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 174, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24124513618677043, 2: 0.0, 3: 0.6770428015564203, 4: 0.08171206225680934}, 'edge_length_total': 134533.44599999988, 'edge_length_avg': 213.8846518282987, 'street_length_total': 67646.10400000002, 'street_length_avg': 210.73552647975083, 'street_segments_count': 321, 'node_density_km': 11.709428618175654, 'intersection_density_km': 8.8845859165146, 'edge_density_km': 6129.610049393726, 'street_density_km': 3082.0903738742677, 'circuity_avg': 1.0528065969336375, 'self_loop_proportion': 0.003179650238473768, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0528065969336375\n", - "4215\n", - "2994516.1795403324\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 201, 'm': 614, 'k_avg': 6.109452736318408, 'intersection_count': 191, 'streets_per_node_avg': 3.0945273631840795, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 155, 4: 33, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04975124378109453, 2: 0.0, 3: 0.7711442786069652, 4: 0.16417910447761194, 5: 0.014925373134328358}, 'edge_length_total': 50990.85000000001, 'edge_length_avg': 83.04698697068406, 'street_length_total': 25495.42500000001, 'street_length_avg': 83.04698697068407, 'street_segments_count': 307, 'node_density_km': 67.12269627170761, 'intersection_density_km': 63.78325864624953, 'edge_density_km': 17028.076304408973, 'street_density_km': 8514.038152204486, 'circuity_avg': 1.0228018316139997, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228018316139997\n", - "4216\n", - "17978545.242763106\n", - "{'n': 1517, 'm': 4379, 'k_avg': 5.773236651285432, 'intersection_count': 1431, 'streets_per_node_avg': 3.0830586684245223, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 1138, 4: 288, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05669083717864205, 2: 0.0, 3: 0.7501647989452868, 4: 0.18984838497033618, 5: 0.0032959789057350032}, 'edge_length_total': 357192.65800000046, 'edge_length_avg': 81.56945832381832, 'street_length_total': 189939.1070000004, 'street_length_avg': 83.12433566739624, 'street_segments_count': 2285, 'node_density_km': 84.3783509464225, 'intersection_density_km': 79.59487159151655, 'edge_density_km': 19867.71750310449, 'street_density_km': 10564.765081671805, 'circuity_avg': 1.0239280171827452, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0239280171827452\n", - "4217\n", - "4989212.815728845\n", - "{'n': 49, 'm': 114, 'k_avg': 4.653061224489796, 'intersection_count': 37, 'streets_per_node_avg': 2.63265306122449, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 31, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24489795918367346, 2: 0.0, 3: 0.6326530612244898, 4: 0.12244897959183673}, 'edge_length_total': 22338.95700000001, 'edge_length_avg': 195.9557631578948, 'street_length_total': 11385.700000000004, 'street_length_avg': 189.76166666666674, 'street_segments_count': 60, 'node_density_km': 9.821188594225536, 'intersection_density_km': 7.415999550741732, 'edge_density_km': 4477.451218271322, 'street_density_km': 2282.063407699464, 'circuity_avg': 1.0622545105794223, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622545105794223\n", - "4218\n", - "998000.6227818065\n", - "{'n': 45, 'm': 124, 'k_avg': 5.511111111111111, 'intersection_count': 39, 'streets_per_node_avg': 2.8666666666666667, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 33, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.7333333333333333, 4: 0.13333333333333333}, 'edge_length_total': 12502.862000000006, 'edge_length_avg': 100.82953225806457, 'street_length_total': 6251.431, 'street_length_avg': 100.8295322580645, 'street_segments_count': 62, 'node_density_km': 45.09015222311979, 'intersection_density_km': 39.07813192670381, 'edge_density_km': 12527.910017881337, 'street_density_km': 6263.955008940665, 'circuity_avg': 1.0247881743059755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247881743059755\n", - "4219\n", - "4990033.849426448\n", - "{'n': 106, 'm': 290, 'k_avg': 5.471698113207547, 'intersection_count': 89, 'streets_per_node_avg': 2.811320754716981, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 75, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16037735849056603, 2: 0.0, 3: 0.7075471698113207, 4: 0.1320754716981132}, 'edge_length_total': 45876.73999999998, 'edge_length_avg': 158.19565517241372, 'street_length_total': 22938.37, 'street_length_avg': 158.19565517241378, 'street_segments_count': 145, 'node_density_km': 21.242340873536072, 'intersection_density_km': 17.835550356082173, 'edge_density_km': 9193.673106099877, 'street_density_km': 4596.8365530499395, 'circuity_avg': 1.0557651001762538, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557651001762538\n", - "4220\n", - "5985642.99775191\n", - "error with entry 4220\n", - "4221\n", - "19961243.46087723\n", - "{'n': 1558, 'm': 4624, 'k_avg': 5.935815147625161, 'intersection_count': 1517, 'streets_per_node_avg': 3.162387676508344, 'streets_per_node_counts': {0: 0, 1: 41, 2: 4, 3: 1177, 4: 333, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02631578947368421, 2: 0.0025673940949935813, 3: 0.7554557124518614, 4: 0.21373555840821565, 5: 0.0019255455712451862}, 'edge_length_total': 342873.19200000115, 'edge_length_avg': 74.15077681660924, 'street_length_total': 189073.29599999968, 'street_length_avg': 77.07839217284945, 'street_segments_count': 2453, 'node_density_km': 78.05124981585347, 'intersection_density_km': 75.99726955754154, 'edge_density_km': 17176.945548107306, 'street_density_km': 9472.019935560194, 'circuity_avg': 1.0357913165339445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357913165339445\n", - "4222\n", - "17966117.529589094\n", - "{'n': 2224, 'm': 6127, 'k_avg': 5.509892086330935, 'intersection_count': 2081, 'streets_per_node_avg': 3.072392086330935, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 1646, 4: 425, 5: 8, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06429856115107914, 2: 0.0, 3: 0.7401079136690647, 4: 0.19109712230215828, 5: 0.0035971223021582736, 6: 0.0008992805755395684}, 'edge_length_total': 464632.8860000018, 'edge_length_avg': 75.83366835319109, 'street_length_total': 257887.45499999943, 'street_length_avg': 76.23040348802822, 'street_segments_count': 3383, 'node_density_km': 123.78857014250342, 'intersection_density_km': 115.82914319539101, 'edge_density_km': 25861.618974426718, 'street_density_km': 14354.100410134499, 'circuity_avg': 1.0253923932854647, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253923932854647\n", - "4223\n", - "6986975.010922844\n", - "{'n': 152, 'm': 402, 'k_avg': 5.2894736842105265, 'intersection_count': 141, 'streets_per_node_avg': 3.0460526315789473, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 112, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07236842105263158, 2: 0.0, 3: 0.7368421052631579, 4: 0.19078947368421054}, 'edge_length_total': 53179.649000000034, 'edge_length_avg': 132.2876840796021, 'street_length_total': 28431.52499999999, 'street_length_avg': 132.23965116279066, 'street_segments_count': 215, 'node_density_km': 21.75476508251083, 'intersection_density_km': 20.1804070831186, 'edge_density_km': 7611.255073456466, 'street_density_km': 4069.218074424563, 'circuity_avg': 1.027854252247446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027854252247446\n", - "4224\n", - "8983867.779969689\n", - "{'n': 403, 'm': 1117, 'k_avg': 5.543424317617866, 'intersection_count': 368, 'streets_per_node_avg': 3.0818858560794045, 'streets_per_node_counts': {0: 0, 1: 35, 2: 1, 3: 268, 4: 94, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08684863523573201, 2: 0.0024813895781637717, 3: 0.6650124069478908, 4: 0.23325062034739455, 5: 0.01240694789081886}, 'edge_length_total': 125569.49300000002, 'edge_length_avg': 112.4167350044763, 'street_length_total': 68033.93499999998, 'street_length_avg': 111.8979194078947, 'street_segments_count': 608, 'node_density_km': 44.85818467837688, 'intersection_density_km': 40.962312559907424, 'edge_density_km': 13977.219620258446, 'street_density_km': 7572.9002993218055, 'circuity_avg': 1.01573108491292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.01573108491292\n", - "4225\n", - "4989847.031627455\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 4, 'streets_per_node_avg': 2.142857142857143, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.5714285714285714}, 'edge_length_total': 6088.448, 'edge_length_avg': 507.3706666666667, 'street_length_total': 3044.224, 'street_length_avg': 507.3706666666667, 'street_segments_count': 6, 'node_density_km': 1.4028486155249789, 'intersection_density_km': 0.8016277802999879, 'edge_density_km': 1220.1672639279752, 'street_density_km': 610.0836319639876, 'circuity_avg': 1.0884153853786018, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0884153853786018\n", - "4226\n", - "5992829.367500321\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 25, 'm': 52, 'k_avg': 4.16, 'intersection_count': 16, 'streets_per_node_avg': 2.28, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36, 2: 0.0, 3: 0.64}, 'edge_length_total': 20712.252000000008, 'edge_length_avg': 398.3125384615386, 'street_length_total': 10356.126, 'street_length_avg': 398.31253846153845, 'street_segments_count': 26, 'node_density_km': 4.171652230843975, 'intersection_density_km': 2.6698574277401437, 'edge_density_km': 3456.172490464104, 'street_density_km': 1728.0862452320514, 'circuity_avg': 1.1697747744827238, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1697747744827238\n", - "4227\n", - "4992359.901948691\n", - "{'n': 462, 'm': 1271, 'k_avg': 5.5021645021645025, 'intersection_count': 428, 'streets_per_node_avg': 3.012987012987013, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 359, 4: 64, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0735930735930736, 2: 0.0, 3: 0.7770562770562771, 4: 0.13852813852813853, 5: 0.010822510822510822}, 'edge_length_total': 102594.394, 'edge_length_avg': 80.71942879622344, 'street_length_total': 54719.290999999976, 'street_length_avg': 81.06561629629626, 'street_segments_count': 675, 'node_density_km': 92.54140508172605, 'intersection_density_km': 85.73099864714015, 'edge_density_km': 20550.28003088356, 'street_density_km': 10960.606221246417, 'circuity_avg': 1.0433117791795445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433117791795445\n", - "4228\n", - "13989684.446579697\n", - "{'n': 212, 'm': 503, 'k_avg': 4.745283018867925, 'intersection_count': 159, 'streets_per_node_avg': 2.556603773584906, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 148, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6981132075471698, 4: 0.04716981132075472, 5: 0.0047169811320754715}, 'edge_length_total': 101585.89999999989, 'edge_length_avg': 201.9600397614312, 'street_length_total': 52896.44, 'street_length_avg': 202.66835249042146, 'street_segments_count': 261, 'node_density_km': 15.154023009563405, 'intersection_density_km': 11.365517257172554, 'edge_density_km': 7261.486160600026, 'street_density_km': 3781.103155113161, 'circuity_avg': 1.153256356921104, 'self_loop_proportion': 0.003976143141153081, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.153256356921104\n", - "4229\n", - "7990576.463342306\n", - "{'n': 157, 'm': 370, 'k_avg': 4.713375796178344, 'intersection_count': 114, 'streets_per_node_avg': 2.484076433121019, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 109, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27388535031847133, 2: 0.0, 3: 0.6942675159235668, 4: 0.03184713375796178}, 'edge_length_total': 72667.6299999999, 'edge_length_avg': 196.39899999999975, 'street_length_total': 36333.814999999995, 'street_length_avg': 196.39899999999997, 'street_segments_count': 185, 'node_density_km': 19.648144376097978, 'intersection_density_km': 14.26680547054248, 'edge_density_km': 9094.16615101189, 'street_density_km': 4547.083075505951, 'circuity_avg': 1.0923678682634739, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923678682634739\n", - "4230\n", - "6985797.01772736\n", - "{'n': 31, 'm': 74, 'k_avg': 4.774193548387097, 'intersection_count': 26, 'streets_per_node_avg': 2.967741935483871, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 18, 4: 7, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16129032258064516, 2: 0.0, 3: 0.5806451612903226, 4: 0.22580645161290322, 5: 0.03225806451612903}, 'edge_length_total': 8347.613000000001, 'edge_length_avg': 112.8055810810811, 'street_length_total': 5015.0380000000005, 'street_length_avg': 119.40566666666668, 'street_segments_count': 42, 'node_density_km': 4.437575257530888, 'intersection_density_km': 3.7218373127678417, 'edge_density_km': 1194.940674459458, 'street_density_km': 717.890598205716, 'circuity_avg': 1.0325221433141105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325221433141105\n", - "4231\n", - "4988641.720440493\n", - "{'n': 451, 'm': 1346, 'k_avg': 5.968957871396896, 'intersection_count': 410, 'streets_per_node_avg': 3.046563192904656, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 309, 4: 99, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.6851441241685144, 4: 0.21951219512195122, 5: 0.004434589800443459}, 'edge_length_total': 116889.70800000001, 'edge_length_avg': 86.842279346211, 'street_length_total': 58444.85399999999, 'street_length_avg': 86.84227934621099, 'street_segments_count': 673, 'node_density_km': 90.40536989298502, 'intersection_density_km': 82.18669990271366, 'edge_density_km': 23431.169153931292, 'street_density_km': 11715.584576965643, 'circuity_avg': 1.0275195693943118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275195693943118\n", - "4232\n", - "1996826.358945585\n", - "error with entry 4232\n", - "4233\n", - "15961574.002093561\n", - "{'n': 59, 'm': 148, 'k_avg': 5.016949152542373, 'intersection_count': 44, 'streets_per_node_avg': 2.610169491525424, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 37, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2542372881355932, 2: 0.0, 3: 0.6271186440677966, 4: 0.11864406779661017}, 'edge_length_total': 36070.757999999994, 'edge_length_avg': 243.7213378378378, 'street_length_total': 18035.378999999994, 'street_length_avg': 243.72133783783775, 'street_segments_count': 74, 'node_density_km': 3.6963773116774954, 'intersection_density_km': 2.7566203680306747, 'edge_density_km': 2259.8496862069405, 'street_density_km': 1129.92484310347, 'circuity_avg': 1.1041785234379378, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1041785234379378\n", - "4234\n", - "3992655.3578916164\n", - "{'n': 180, 'm': 549, 'k_avg': 6.1, 'intersection_count': 172, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 121, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.044444444444444446, 2: 0.0, 3: 0.6722222222222223, 4: 0.2777777777777778, 5: 0.005555555555555556}, 'edge_length_total': 53299.72000000003, 'edge_length_avg': 97.08510018214942, 'street_length_total': 28608.849000000002, 'street_length_avg': 101.44981914893617, 'street_segments_count': 282, 'node_density_km': 45.08277921965491, 'intersection_density_km': 43.0791001432258, 'edge_density_km': 13349.44171794126, 'street_density_km': 7165.369017752473, 'circuity_avg': 1.0483675904111902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483675904111902\n", - "4235\n", - "4993574.890252494\n", - "{'n': 370, 'm': 1123, 'k_avg': 6.07027027027027, 'intersection_count': 345, 'streets_per_node_avg': 3.1486486486486487, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 240, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06756756756756757, 2: 0.0, 3: 0.6486486486486487, 4: 0.28378378378378377}, 'edge_length_total': 105231.296, 'edge_length_avg': 93.70551736420303, 'street_length_total': 53126.114000000016, 'street_length_avg': 94.02852035398233, 'street_segments_count': 565, 'node_density_km': 74.09521397631254, 'intersection_density_km': 69.08878059953467, 'edge_density_km': 21073.338903039683, 'street_density_km': 10638.894012324256, 'circuity_avg': 1.0408801103096703, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408801103096703\n", - "4236\n", - "5990016.206531434\n", - "{'n': 24, 'm': 66, 'k_avg': 5.5, 'intersection_count': 22, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 21, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.875, 4: 0.041666666666666664}, 'edge_length_total': 12258.25, 'edge_length_avg': 185.7310606060606, 'street_length_total': 6129.125, 'street_length_avg': 185.7310606060606, 'street_segments_count': 33, 'node_density_km': 4.006666955897501, 'intersection_density_km': 3.672778042906043, 'edge_density_km': 2046.4468838387727, 'street_density_km': 1023.2234419193863, 'circuity_avg': 1.1119660524278907, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1119660524278907\n", - "4237\n", - "2993534.327373834\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 178, 'm': 442, 'k_avg': 4.966292134831461, 'intersection_count': 145, 'streets_per_node_avg': 2.7191011235955056, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 130, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1853932584269663, 2: 0.0, 3: 0.7303370786516854, 4: 0.07865168539325842, 5: 0.0056179775280898875}, 'edge_length_total': 46944.73900000002, 'edge_length_avg': 106.2098167420815, 'street_length_total': 24347.141000000003, 'street_length_avg': 106.7857061403509, 'street_segments_count': 228, 'node_density_km': 59.461486167808786, 'intersection_density_km': 48.43772749624873, 'edge_density_km': 15682.044655617388, 'street_density_km': 8133.242628074104, 'circuity_avg': 1.05845896041373, 'self_loop_proportion': 0.004524886877828055, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05845896041373\n", - "4238\n", - "7981892.5532879755\n", - "{'n': 388, 'm': 939, 'k_avg': 4.84020618556701, 'intersection_count': 338, 'streets_per_node_avg': 2.920103092783505, 'streets_per_node_counts': {0: 0, 1: 50, 2: 2, 3: 269, 4: 63, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12886597938144329, 2: 0.005154639175257732, 3: 0.6932989690721649, 4: 0.16237113402061856, 5: 0.010309278350515464}, 'edge_length_total': 107064.71999999996, 'edge_length_avg': 114.01993610223637, 'street_length_total': 64421.924000000065, 'street_length_avg': 117.13077090909103, 'street_segments_count': 550, 'node_density_km': 48.61002543064444, 'intersection_density_km': 42.34584689576758, 'edge_density_km': 13413.450417332022, 'street_density_km': 8071.008669925378, 'circuity_avg': 1.1023946445017303, 'self_loop_proportion': 0.010649627263045794, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1023946445017303\n", - "4239\n", - "51924439.426147826\n", - "{'n': 2448, 'm': 5632, 'k_avg': 4.601307189542483, 'intersection_count': 1776, 'streets_per_node_avg': 2.519607843137255, 'streets_per_node_counts': {0: 0, 1: 672, 2: 10, 3: 1592, 4: 170, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27450980392156865, 2: 0.004084967320261438, 3: 0.6503267973856209, 4: 0.06944444444444445, 5: 0.0016339869281045752}, 'edge_length_total': 521261.21999999986, 'edge_length_avg': 92.5534836647727, 'street_length_total': 286448.7519999996, 'street_length_avg': 94.04095600787905, 'street_segments_count': 3046, 'node_density_km': 47.14542953288485, 'intersection_density_km': 34.203546916014496, 'edge_density_km': 10038.84155054558, 'street_density_km': 5516.64601805506, 'circuity_avg': 1.0796104547716616, 'self_loop_proportion': 0.0007102272727272727, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0796104547716616\n", - "4240\n", - "5992503.407126612\n", - "{'n': 175, 'm': 508, 'k_avg': 5.805714285714286, 'intersection_count': 166, 'streets_per_node_avg': 3.0342857142857143, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 142, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05142857142857143, 2: 0.0, 3: 0.8114285714285714, 4: 0.13714285714285715}, 'edge_length_total': 86732.50799999999, 'edge_length_avg': 170.7332834645669, 'street_length_total': 43366.253999999986, 'street_length_avg': 170.73328346456688, 'street_segments_count': 254, 'node_density_km': 29.2031540260587, 'intersection_density_km': 27.701277533289968, 'edge_density_km': 14473.501658230676, 'street_density_km': 7236.750829115336, 'circuity_avg': 1.0237598506726573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237598506726573\n", - "4241\n", - "48893707.23968057\n", - "error with entry 4241\n", - "4242\n", - "14966686.48801861\n", - "{'n': 174, 'm': 430, 'k_avg': 4.942528735632184, 'intersection_count': 129, 'streets_per_node_avg': 2.5689655172413794, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 114, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25862068965517243, 2: 0.0, 3: 0.6551724137931034, 4: 0.08620689655172414}, 'edge_length_total': 83294.49000000009, 'edge_length_avg': 193.70811627906997, 'street_length_total': 41647.244999999995, 'street_length_avg': 193.70811627906974, 'street_segments_count': 215, 'node_density_km': 11.625819792463314, 'intersection_density_km': 8.6191422599297, 'edge_density_km': 5565.326037041027, 'street_density_km': 2782.66301852051, 'circuity_avg': 1.0684927909304598, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684927909304598\n", - "4243\n", - "5992356.247668581\n", - "{'n': 48, 'm': 112, 'k_avg': 4.666666666666667, 'intersection_count': 35, 'streets_per_node_avg': 2.4583333333333335, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2708333333333333, 2: 0.0, 3: 0.7291666666666666}, 'edge_length_total': 25052.227999999992, 'edge_length_avg': 223.68060714285707, 'street_length_total': 12526.113999999998, 'street_length_avg': 223.6806071428571, 'street_segments_count': 56, 'node_density_km': 8.01020467010371, 'intersection_density_km': 5.840774238617287, 'edge_density_km': 4180.697369210476, 'street_density_km': 2090.348684605238, 'circuity_avg': 1.2051989454710008, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2051989454710008\n", - "4244\n", - "21950170.182490464\n", - "{'n': 3389, 'm': 9645, 'k_avg': 5.69194452640897, 'intersection_count': 3194, 'streets_per_node_avg': 3.091767483033343, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 2517, 4: 657, 5: 17, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0575390970787843, 2: 0.0, 3: 0.742696960755385, 4: 0.19386249631159633, 5: 0.005016228976099144, 6: 0.0005901445854234287, 7: 0.00029507229271171436}, 'edge_length_total': 667419.2440000029, 'edge_length_avg': 69.19847008812886, 'street_length_total': 358383.1079999995, 'street_length_avg': 69.52145645004839, 'street_segments_count': 5155, 'node_density_km': 154.3951582982891, 'intersection_density_km': 145.51140029646956, 'edge_density_km': 30406.107945914686, 'street_density_km': 16327.122068779212, 'circuity_avg': 1.0345980590805772, 'self_loop_proportion': 0.001244167962674961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345980590805772\n", - "4245\n", - "9976404.170544598\n", - "{'n': 31, 'm': 74, 'k_avg': 4.774193548387097, 'intersection_count': 24, 'streets_per_node_avg': 2.5483870967741935, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22580645161290322, 2: 0.0, 3: 0.7741935483870968}, 'edge_length_total': 19777.782000000003, 'edge_length_avg': 267.26732432432436, 'street_length_total': 9888.890999999998, 'street_length_avg': 267.26732432432425, 'street_segments_count': 37, 'node_density_km': 3.107332007611291, 'intersection_density_km': 2.4056763929893865, 'edge_density_km': 1982.4559692954342, 'street_density_km': 991.2279846477168, 'circuity_avg': 1.0517746717166823, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517746717166823\n", - "4246\n", - "11971967.087834302\n", - "{'n': 1160, 'm': 3147, 'k_avg': 5.425862068965517, 'intersection_count': 1007, 'streets_per_node_avg': 2.9017241379310343, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 820, 4: 182, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13189655172413794, 2: 0.0, 3: 0.7068965517241379, 4: 0.15689655172413794, 5: 0.004310344827586207}, 'edge_length_total': 256941.30600000083, 'edge_length_avg': 81.6464270734035, 'street_length_total': 138721.45800000007, 'street_length_avg': 83.87028899637248, 'street_segments_count': 1654, 'node_density_km': 96.89301611752434, 'intersection_density_km': 84.11316140547156, 'edge_density_km': 21461.912158203304, 'street_density_km': 11587.190056759036, 'circuity_avg': 1.0761446817902218, 'self_loop_proportion': 0.0019065776930409914, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761446817902218\n", - "4247\n", - "4989641.3834389355\n", - "{'n': 31, 'm': 70, 'k_avg': 4.516129032258065, 'intersection_count': 23, 'streets_per_node_avg': 2.4838709677419355, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25806451612903225, 2: 0.0, 3: 0.7419354838709677}, 'edge_length_total': 12749.268000000005, 'edge_length_avg': 182.13240000000008, 'street_length_total': 6374.633999999999, 'street_length_avg': 182.13239999999996, 'street_segments_count': 35, 'node_density_km': 6.212871350412429, 'intersection_density_km': 4.609549711596318, 'edge_density_km': 2555.147157933226, 'street_density_km': 1277.5735789666123, 'circuity_avg': 1.1314700632992862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1314700632992862\n", - "4248\n", - "6983054.9428915605\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 158, 'm': 380, 'k_avg': 4.810126582278481, 'intersection_count': 120, 'streets_per_node_avg': 2.588607594936709, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 110, 4: 9, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24050632911392406, 2: 0.0, 3: 0.6962025316455697, 4: 0.056962025316455694, 5: 0.006329113924050633}, 'edge_length_total': 57058.022000000055, 'edge_length_avg': 150.15268947368435, 'street_length_total': 28529.011, 'street_length_avg': 150.1526894736842, 'street_segments_count': 190, 'node_density_km': 22.6262003223728, 'intersection_density_km': 17.184455941042632, 'edge_density_km': 8170.925542850352, 'street_density_km': 4085.4627714251715, 'circuity_avg': 1.0927154375455845, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0927154375455845\n", - "4249\n", - "8991519.902298922\n", - "{'n': 1069, 'm': 3267, 'k_avg': 6.112254443405051, 'intersection_count': 1041, 'streets_per_node_avg': 3.242282507015903, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 730, 4: 308, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.026192703461178673, 2: 0.0, 3: 0.6828811973807296, 4: 0.28811973807296537, 5: 0.0018709073900841909, 6: 0.0009354536950420954}, 'edge_length_total': 265376.97299999907, 'edge_length_avg': 81.2295601469235, 'street_length_total': 137535.21099999998, 'street_length_avg': 81.47820556872037, 'street_segments_count': 1688, 'node_density_km': 118.88979967966057, 'intersection_density_km': 115.77575441209228, 'edge_density_km': 29514.139531865836, 'street_density_km': 15296.102604948406, 'circuity_avg': 1.012766418929372, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012766418929372\n", - "4250\n", - "8979371.509406393\n", - "{'n': 153, 'm': 418, 'k_avg': 5.4640522875816995, 'intersection_count': 123, 'streets_per_node_avg': 2.9673202614379086, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 68, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.4444444444444444, 4: 0.35947712418300654}, 'edge_length_total': 92868.84, 'edge_length_avg': 222.17425837320573, 'street_length_total': 47686.42999999998, 'street_length_avg': 226.00203791469184, 'street_segments_count': 211, 'node_density_km': 17.0390544415858, 'intersection_density_km': 13.698063374608193, 'edge_density_km': 10342.465494685759, 'street_density_km': 5310.664554868432, 'circuity_avg': 1.0063435375799676, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0063435375799676\n", - "4251\n", - "4994152.100025062\n", - "{'n': 109, 'm': 328, 'k_avg': 6.018348623853211, 'intersection_count': 103, 'streets_per_node_avg': 3.1192660550458715, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 78, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05504587155963303, 2: 0.0, 3: 0.7155963302752294, 4: 0.22935779816513763}, 'edge_length_total': 61465.708, 'edge_length_avg': 187.39545121951218, 'street_length_total': 30732.854, 'street_length_avg': 187.39545121951218, 'street_segments_count': 164, 'node_density_km': 21.825526699407693, 'intersection_density_km': 20.624121559990755, 'edge_density_km': 12307.536248183458, 'street_density_km': 6153.768124091729, 'circuity_avg': 1.0382663937613967, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382663937613967\n", - "4252\n", - "5986279.784427767\n", - "{'n': 116, 'm': 268, 'k_avg': 4.620689655172414, 'intersection_count': 81, 'streets_per_node_avg': 2.456896551724138, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 74, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3017241379310345, 2: 0.0, 3: 0.6379310344827587, 4: 0.0603448275862069}, 'edge_length_total': 39453.98600000003, 'edge_length_avg': 147.2163656716419, 'street_length_total': 19726.99300000001, 'street_length_avg': 147.21636567164185, 'street_segments_count': 134, 'node_density_km': 19.37764424271535, 'intersection_density_km': 13.530941238447786, 'edge_density_km': 6590.735385043729, 'street_density_km': 3295.367692521864, 'circuity_avg': 1.1197885856946908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1197885856946908\n", - "4253\n", - "135693323.28606054\n", - "{'n': 9422, 'm': 25495, 'k_avg': 5.411802165145405, 'intersection_count': 8526, 'streets_per_node_avg': 2.988112927191679, 'streets_per_node_counts': {0: 0, 1: 896, 2: 7, 3: 6873, 4: 1605, 5: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0950965824665676, 2: 0.0007429420505200594, 3: 0.7294629590320526, 4: 0.17034599872638506, 5: 0.004351517724474634}, 'edge_length_total': 2581198.2919999952, 'edge_length_avg': 101.24331406158052, 'street_length_total': 1418628.7400000033, 'street_length_avg': 101.57731204353453, 'street_segments_count': 13966, 'node_density_km': 69.4359882404612, 'intersection_density_km': 62.83286305860456, 'edge_density_km': 19022.294019275123, 'street_density_km': 10454.668701785238, 'circuity_avg': 1.0466767285856309, 'self_loop_proportion': 0.0005491272798587958, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466767285856309\n", - "4254\n", - "7986085.968839802\n", - "{'n': 373, 'm': 1019, 'k_avg': 5.463806970509383, 'intersection_count': 356, 'streets_per_node_avg': 3.214477211796247, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 248, 4: 102, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.045576407506702415, 2: 0.0, 3: 0.6648793565683646, 4: 0.2734584450402145, 5: 0.0160857908847185}, 'edge_length_total': 96785.0780000001, 'edge_length_avg': 94.98044946025524, 'street_length_total': 56981.84800000006, 'street_length_avg': 98.07546987951818, 'street_segments_count': 581, 'node_density_km': 46.7062339994054, 'intersection_density_km': 44.5775316455451, 'edge_density_km': 12119.213138656054, 'street_density_km': 7135.140821465291, 'circuity_avg': 1.0163412285773714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0163412285773714\n", - "4255\n", - "1996113.0846032351\n", - "{'n': 161, 'm': 435, 'k_avg': 5.403726708074534, 'intersection_count': 137, 'streets_per_node_avg': 2.8385093167701863, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 117, 4: 18, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14906832298136646, 2: 0.0, 3: 0.7267080745341615, 4: 0.11180124223602485, 5: 0.012422360248447204}, 'edge_length_total': 33843.35000000002, 'edge_length_avg': 77.8008045977012, 'street_length_total': 17117.752000000004, 'street_length_avg': 78.16325114155254, 'street_segments_count': 219, 'node_density_km': 80.65675298752012, 'intersection_density_km': 68.63338608254818, 'edge_density_km': 16954.625597640937, 'street_density_km': 8575.542203513223, 'circuity_avg': 1.0587942146391294, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587942146391294\n", - "4256\n", - "7986236.735237267\n", - "{'n': 294, 'm': 701, 'k_avg': 4.7687074829931975, 'intersection_count': 219, 'streets_per_node_avg': 2.622448979591837, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 182, 4: 35, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25510204081632654, 2: 0.0, 3: 0.6190476190476191, 4: 0.11904761904761904, 5: 0.006802721088435374}, 'edge_length_total': 89622.7950000001, 'edge_length_avg': 127.84992154065635, 'street_length_total': 48376.945, 'street_length_avg': 129.6969034852547, 'street_segments_count': 373, 'node_density_km': 36.81333395775744, 'intersection_density_km': 27.422177335880544, 'edge_density_km': 11222.156063138224, 'street_density_km': 6057.539565105661, 'circuity_avg': 1.0531219719375045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531219719375045\n", - "4257\n", - "4988719.428893215\n", - "{'n': 50, 'm': 108, 'k_avg': 4.32, 'intersection_count': 32, 'streets_per_node_avg': 2.34, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 29, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36, 2: 0.0, 3: 0.58, 4: 0.06}, 'edge_length_total': 20836.984, 'edge_length_avg': 192.93503703703703, 'street_length_total': 10418.492000000002, 'street_length_avg': 192.93503703703706, 'street_segments_count': 54, 'node_density_km': 10.022612157824414, 'intersection_density_km': 6.414471781007625, 'edge_density_km': 4176.820183415855, 'street_density_km': 2088.410091707928, 'circuity_avg': 1.0748284069736502, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0748284069736502\n", - "4258\n", - "13970015.5379239\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1469, 'm': 3999, 'k_avg': 5.444520081688223, 'intersection_count': 1340, 'streets_per_node_avg': 3.0544588155207624, 'streets_per_node_counts': {0: 0, 1: 129, 2: 1, 3: 1004, 4: 331, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0878148400272294, 2: 0.0006807351940095302, 3: 0.6834581347855684, 4: 0.22532334921715452, 5: 0.002722940776038121}, 'edge_length_total': 336150.3370000016, 'edge_length_avg': 84.05859889972533, 'street_length_total': 189245.8080000003, 'street_length_avg': 85.16913051305144, 'street_segments_count': 2222, 'node_density_km': 105.15378426116695, 'intersection_density_km': 95.91972151801478, 'edge_density_km': 24062.27366658729, 'street_density_km': 13546.57104612815, 'circuity_avg': 1.02980353745149, 'self_loop_proportion': 0.001000250062515629, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02980353745149\n", - "4259\n", - "6983605.491829585\n", - "{'n': 581, 'm': 1793, 'k_avg': 6.172117039586919, 'intersection_count': 558, 'streets_per_node_avg': 3.215146299483649, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 389, 4: 167, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.039586919104991396, 2: 0.0, 3: 0.6695352839931153, 4: 0.2874354561101549, 5: 0.0034423407917383822}, 'edge_length_total': 161751.36000000004, 'edge_length_avg': 90.21269380925825, 'street_length_total': 83162.91699999996, 'street_length_avg': 90.59141285403045, 'street_segments_count': 918, 'node_density_km': 83.19484837448742, 'intersection_density_km': 79.90142064193456, 'edge_density_km': 23161.583252267013, 'street_density_km': 11908.306833382236, 'circuity_avg': 1.0142904830503037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0142904830503037\n", - "4260\n", - "3996271.255618276\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 6224.802, 'edge_length_avg': 1037.4669999999999, 'street_length_total': 3112.4010000000003, 'street_length_avg': 1037.467, 'street_segments_count': 3, 'node_density_km': 1.0009330558771459, 'intersection_density_km': 0.5004665279385729, 'edge_density_km': 1557.6525220225424, 'street_density_km': 778.8262610112713, 'circuity_avg': 1.604373335944347, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.604373335944347\n", - "4261\n", - "2992920.1019747015\n", - "{'n': 20, 'm': 42, 'k_avg': 4.2, 'intersection_count': 13, 'streets_per_node_avg': 2.35, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 12, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35, 2: 0.0, 3: 0.6, 4: 0.05}, 'edge_length_total': 8648.904000000002, 'edge_length_avg': 205.92628571428577, 'street_length_total': 4324.452, 'street_length_avg': 205.9262857142857, 'street_segments_count': 21, 'node_density_km': 6.682436990818493, 'intersection_density_km': 4.343584044032021, 'edge_density_km': 2889.787800981902, 'street_density_km': 1444.8939004909507, 'circuity_avg': 1.1630614206775627, 'self_loop_proportion': 0.047619047619047616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1630614206775627\n", - "4262\n", - "3996324.0198518024\n", - "{'n': 449, 'm': 1257, 'k_avg': 5.599109131403118, 'intersection_count': 388, 'streets_per_node_avg': 2.9220489977728286, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 303, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1358574610244989, 2: 0.0, 3: 0.6748329621380846, 4: 0.18485523385300667, 5: 0.004454342984409799}, 'edge_length_total': 94385.60499999995, 'edge_length_avg': 75.08799124900553, 'street_length_total': 48587.30799999998, 'street_length_avg': 74.98041358024689, 'street_segments_count': 648, 'node_density_km': 112.35325208105886, 'intersection_density_km': 97.0892245154807, 'edge_density_km': 23618.10617235689, 'street_density_km': 12158.000141790748, 'circuity_avg': 1.0658350664609901, 'self_loop_proportion': 0.0015910898965791568, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658350664609901\n", - "4263\n", - "2993557.546312621\n", - "{'n': 59, 'm': 139, 'k_avg': 4.711864406779661, 'intersection_count': 46, 'streets_per_node_avg': 2.6610169491525424, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 40, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22033898305084745, 2: 0.0, 3: 0.6779661016949152, 4: 0.1016949152542373}, 'edge_length_total': 20911.126, 'edge_length_avg': 150.43975539568345, 'street_length_total': 10887.044999999996, 'street_length_avg': 145.16059999999996, 'street_segments_count': 75, 'node_density_km': 19.70899142148596, 'intersection_density_km': 15.366332294717866, 'edge_density_km': 6985.376321145965, 'street_density_km': 3636.825025598839, 'circuity_avg': 1.2203730155498032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2203730155498032\n", - "4264\n", - "26937249.24931546\n", - "{'n': 600, 'm': 1552, 'k_avg': 5.173333333333333, 'intersection_count': 471, 'streets_per_node_avg': 2.6783333333333332, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 406, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.215, 2: 0.0, 3: 0.6766666666666666, 4: 0.10833333333333334}, 'edge_length_total': 220574.98400000008, 'edge_length_avg': 142.12305670103098, 'street_length_total': 111137.05200000008, 'street_length_avg': 140.85811406844118, 'street_segments_count': 789, 'node_density_km': 22.27398924243341, 'intersection_density_km': 17.485081555310227, 'edge_density_km': 8188.474701276539, 'street_density_km': 4125.775834472941, 'circuity_avg': 1.0764133563117617, 'self_loop_proportion': 0.002577319587628866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0764133563117617\n", - "4265\n", - "18957728.992324162\n", - "{'n': 1766, 'm': 5170, 'k_avg': 5.855039637599094, 'intersection_count': 1632, 'streets_per_node_avg': 3.065118912797282, 'streets_per_node_counts': {0: 0, 1: 134, 2: 1, 3: 1253, 4: 372, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07587768969422423, 2: 0.0005662514156285391, 3: 0.7095130237825594, 4: 0.21064552661381652, 5: 0.0033975084937712344}, 'edge_length_total': 322297.2519999997, 'edge_length_avg': 62.33989400386841, 'street_length_total': 177569.24499999988, 'street_length_avg': 65.7907539829566, 'street_segments_count': 2699, 'node_density_km': 93.1546178719529, 'intersection_density_km': 86.08626068348082, 'edge_density_km': 17000.8365522313, 'street_density_km': 9366.588427964989, 'circuity_avg': 1.027057806676151, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027057806676151\n", - "4266\n", - "9978384.312643347\n", - "{'n': 203, 'm': 514, 'k_avg': 5.064039408866995, 'intersection_count': 191, 'streets_per_node_avg': 3.2413793103448274, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 119, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.059113300492610835, 2: 0.0, 3: 0.5862068965517241, 4: 0.3497536945812808, 5: 0.0049261083743842365}, 'edge_length_total': 94950.92099999986, 'edge_length_avg': 184.72941828793748, 'street_length_total': 63737.28600000001, 'street_length_avg': 201.06399369085176, 'street_segments_count': 317, 'node_density_km': 20.34397490010322, 'intersection_density_km': 19.141375398619285, 'edge_density_km': 9515.660855003354, 'street_density_km': 6387.535697461579, 'circuity_avg': 1.0937316536216117, 'self_loop_proportion': 0.0038910505836575876, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0937316536216117\n", - "4267\n", - "8979297.852496507\n", - "{'n': 867, 'm': 2454, 'k_avg': 5.660899653979238, 'intersection_count': 807, 'streets_per_node_avg': 3.1038062283737022, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 601, 4: 202, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06920415224913495, 2: 0.0, 3: 0.6931949250288351, 4: 0.23298731257208766, 5: 0.00461361014994233}, 'edge_length_total': 232999.2369999998, 'edge_length_avg': 94.94671434392819, 'street_length_total': 124601.96999999996, 'street_length_avg': 95.48043678160916, 'street_segments_count': 1305, 'node_density_km': 96.55543387047226, 'intersection_density_km': 89.87339692441881, 'edge_density_km': 25948.491833937685, 'street_density_km': 13876.582784850709, 'circuity_avg': 1.0275317101990555, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275317101990555\n", - "4268\n", - "1996440.6652937455\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 39, 'm': 96, 'k_avg': 4.923076923076923, 'intersection_count': 28, 'streets_per_node_avg': 2.58974358974359, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 22, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28205128205128205, 2: 0.0, 3: 0.5641025641025641, 4: 0.15384615384615385}, 'edge_length_total': 13176.603999999998, 'edge_length_avg': 137.25629166666664, 'street_length_total': 6588.301999999999, 'street_length_avg': 137.25629166666664, 'street_segments_count': 48, 'node_density_km': 19.534765384205272, 'intersection_density_km': 14.024959763019169, 'edge_density_km': 6600.047889758479, 'street_density_km': 3300.0239448792395, 'circuity_avg': 1.1254552041561812, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1254552041561812\n", - "4269\n", - "25953455.092692062\n", - "{'n': 376, 'm': 916, 'k_avg': 4.872340425531915, 'intersection_count': 274, 'streets_per_node_avg': 2.492021276595745, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 261, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2712765957446808, 2: 0.0, 3: 0.6941489361702128, 4: 0.034574468085106384}, 'edge_length_total': 180272.63799999986, 'edge_length_avg': 196.80418995633173, 'street_length_total': 90136.31900000002, 'street_length_avg': 196.80418995633192, 'street_segments_count': 458, 'node_density_km': 14.487473773997571, 'intersection_density_km': 10.557361207647167, 'edge_density_km': 6945.9976467935, 'street_density_km': 3472.9988233967533, 'circuity_avg': 1.0948754834801029, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948754834801029\n", - "4270\n", - "4988344.245497759\n", - "{'n': 25, 'm': 54, 'k_avg': 4.32, 'intersection_count': 18, 'streets_per_node_avg': 2.52, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 16, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28, 2: 0.0, 3: 0.64, 4: 0.08}, 'edge_length_total': 15663.155999999999, 'edge_length_avg': 290.05844444444443, 'street_length_total': 7831.578, 'street_length_avg': 290.05844444444443, 'street_segments_count': 27, 'node_density_km': 5.011682989313298, 'intersection_density_km': 3.6084117523055745, 'edge_density_km': 3139.950899366421, 'street_density_km': 1569.9754496832104, 'circuity_avg': 1.0197858279334517, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0197858279334517\n", - "4271\n", - "500826417.31156456\n", - "error with entry 4271\n", - "4272\n", - "10976763.58218724\n", - "{'n': 357, 'm': 985, 'k_avg': 5.518207282913165, 'intersection_count': 306, 'streets_per_node_avg': 2.918767507002801, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 234, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6554621848739496, 4: 0.19887955182072828, 5: 0.0028011204481792717}, 'edge_length_total': 88994.77400000005, 'edge_length_avg': 90.35002436548228, 'street_length_total': 45884.799, 'street_length_avg': 90.32440748031496, 'street_segments_count': 508, 'node_density_km': 32.52324761547464, 'intersection_density_km': 27.87706938469255, 'edge_density_km': 8107.560423768085, 'street_density_km': 4180.175573286508, 'circuity_avg': 1.0604742861870755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604742861870755\n", - "4273\n", - "15970591.954886392\n", - "{'n': 443, 'm': 1253, 'k_avg': 5.656884875846501, 'intersection_count': 410, 'streets_per_node_avg': 2.9909706546275396, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 348, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0744920993227991, 2: 0.0, 3: 0.7855530474040632, 4: 0.1399548532731377}, 'edge_length_total': 123776.89, 'edge_length_avg': 98.78442936951316, 'street_length_total': 65793.47399999997, 'street_length_avg': 100.29492987804873, 'street_segments_count': 656, 'node_density_km': 27.73848341072035, 'intersection_density_km': 25.67218554942515, 'edge_density_km': 7750.300699538504, 'street_density_km': 4119.664079193363, 'circuity_avg': 1.0294285843438893, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294285843438893\n", - "4274\n", - "8980219.971097298\n", - "{'n': 898, 'm': 2729, 'k_avg': 6.077951002227172, 'intersection_count': 853, 'streets_per_node_avg': 3.170378619153675, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 617, 4: 229, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05011135857461024, 2: 0.0, 3: 0.6870824053452116, 4: 0.25501113585746105, 5: 0.0077951002227171495}, 'edge_length_total': 202903.75499999974, 'edge_length_avg': 74.35095456211057, 'street_length_total': 106231.1699999999, 'street_length_avg': 75.71715609408403, 'street_segments_count': 1403, 'node_density_km': 99.99755049321725, 'intersection_density_km': 94.98653738386894, 'edge_density_km': 22594.51947202211, 'street_density_km': 11829.46189980906, 'circuity_avg': 1.0214871734728987, 'self_loop_proportion': 0.0007328691828508611, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214871734728987\n", - "4275\n", - "2993739.824940791\n", - "{'n': 281, 'm': 712, 'k_avg': 5.067615658362989, 'intersection_count': 218, 'streets_per_node_avg': 2.693950177935943, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 181, 4: 34, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22419928825622776, 2: 0.0, 3: 0.6441281138790036, 4: 0.12099644128113879, 5: 0.010676156583629894}, 'edge_length_total': 65105.242000000064, 'edge_length_avg': 91.43994662921358, 'street_length_total': 33608.51000000002, 'street_length_avg': 91.82653005464485, 'street_segments_count': 366, 'node_density_km': 93.86253196052449, 'intersection_density_km': 72.81861910104747, 'edge_density_km': 21747.127608621664, 'street_density_km': 11226.262790108927, 'circuity_avg': 1.055128593813201, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055128593813201\n", - "4276\n", - "4991705.117231045\n", - "{'n': 182, 'm': 520, 'k_avg': 5.714285714285714, 'intersection_count': 156, 'streets_per_node_avg': 2.9065934065934065, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 122, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6703296703296703, 4: 0.1813186813186813, 5: 0.005494505494505495}, 'edge_length_total': 65701.138, 'edge_length_avg': 126.34834230769232, 'street_length_total': 32850.569, 'street_length_avg': 126.34834230769232, 'street_segments_count': 260, 'node_density_km': 36.460487093227464, 'intersection_density_km': 31.251846079909257, 'edge_density_km': 13162.06315417229, 'street_density_km': 6581.031577086145, 'circuity_avg': 1.0309580525566544, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309580525566544\n", - "4277\n", - "4988931.856367442\n", - "{'n': 50, 'm': 162, 'k_avg': 6.48, 'intersection_count': 49, 'streets_per_node_avg': 3.44, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 25, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02, 2: 0.0, 3: 0.5, 4: 0.48}, 'edge_length_total': 35066.51399999999, 'edge_length_avg': 216.4599629629629, 'street_length_total': 17533.257, 'street_length_avg': 216.45996296296298, 'street_segments_count': 81, 'node_density_km': 10.022185397498328, 'intersection_density_km': 9.821741689548361, 'edge_density_km': 7028.862091039411, 'street_density_km': 3514.431045519707, 'circuity_avg': 1.022136220912665, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022136220912665\n", - "4278\n", - "8978868.271514706\n", - "{'n': 20, 'm': 38, 'k_avg': 3.8, 'intersection_count': 14, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.7}, 'edge_length_total': 16359.216000000002, 'edge_length_avg': 430.5056842105264, 'street_length_total': 8179.607999999998, 'street_length_avg': 430.5056842105262, 'street_segments_count': 19, 'node_density_km': 2.227452212819474, 'intersection_density_km': 1.559216548973632, 'edge_density_km': 1821.9685939595877, 'street_density_km': 910.9842969797935, 'circuity_avg': 1.1100498285464835, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1100498285464835\n", - "4279\n", - "2994148.6454139627\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 4279\n", - "4280\n", - "4990986.1086022705\n", - "{'n': 90, 'm': 229, 'k_avg': 5.088888888888889, 'intersection_count': 76, 'streets_per_node_avg': 2.8555555555555556, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 62, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15555555555555556, 2: 0.0, 3: 0.6888888888888889, 4: 0.14444444444444443, 5: 0.011111111111111112}, 'edge_length_total': 30561.821000000014, 'edge_length_avg': 133.45773362445422, 'street_length_total': 17291.392999999996, 'street_length_avg': 142.90407438016527, 'street_segments_count': 121, 'node_density_km': 18.03250861485659, 'intersection_density_km': 15.22745171921223, 'edge_density_km': 6123.403338535613, 'street_density_km': 3464.524369281898, 'circuity_avg': 1.017968499699785, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.017968499699785\n", - "4281\n", - "13977506.007393466\n", - "{'n': 1142, 'm': 3230, 'k_avg': 5.656742556917688, 'intersection_count': 1066, 'streets_per_node_avg': 3.0621716287215412, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 844, 4: 218, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06654991243432574, 2: 0.0008756567425569177, 3: 0.7390542907180385, 4: 0.19089316987740806, 5: 0.002626970227670753}, 'edge_length_total': 301962.2050000003, 'edge_length_avg': 93.4867507739939, 'street_length_total': 161133.154, 'street_length_avg': 92.87213487031701, 'street_segments_count': 1735, 'node_density_km': 81.70270142584333, 'intersection_density_km': 76.2653938003056, 'edge_density_km': 21603.43947198277, 'street_density_km': 11528.033249620345, 'circuity_avg': 1.0396186566265968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396186566265968\n", - "4282\n", - "9978208.944212394\n", - "{'n': 233, 'm': 700, 'k_avg': 6.008583690987124, 'intersection_count': 186, 'streets_per_node_avg': 3.072961373390558, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 75, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2017167381974249, 2: 0.0, 3: 0.3218884120171674, 4: 0.47639484978540775}, 'edge_length_total': 134467.2159999999, 'edge_length_avg': 192.0960228571427, 'street_length_total': 67233.608, 'street_length_avg': 192.09602285714283, 'street_segments_count': 350, 'node_density_km': 23.350884041684225, 'intersection_density_km': 18.64061987876938, 'edge_density_km': 13476.08741727083, 'street_density_km': 6738.0437086354195, 'circuity_avg': 1.0085772118755267, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0085772118755267\n", - "4283\n", - "9981807.645436356\n", - "{'n': 27, 'm': 60, 'k_avg': 4.444444444444445, 'intersection_count': 16, 'streets_per_node_avg': 2.3703703703703702, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 11, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4074074074074074, 2: 0.0, 3: 0.4074074074074074, 4: 0.18518518518518517}, 'edge_length_total': 32871.06400000001, 'edge_length_avg': 547.8510666666668, 'street_length_total': 16435.531999999996, 'street_length_avg': 547.8510666666665, 'street_segments_count': 30, 'node_density_km': 2.7049208879860847, 'intersection_density_km': 1.6029160817695318, 'edge_density_km': 3293.0973194047206, 'street_density_km': 1646.5486597023594, 'circuity_avg': 1.0087996387297853, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0087996387297853\n", - "4284\n", - "4988482.1066237865\n", - "{'n': 689, 'm': 1995, 'k_avg': 5.7910014513788095, 'intersection_count': 645, 'streets_per_node_avg': 3.0682148040638606, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 515, 4: 126, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06386066763425254, 2: 0.0, 3: 0.7474600870827286, 4: 0.18287373004354138, 5: 0.0043541364296081275, 6: 0.001451378809869376}, 'edge_length_total': 118220.12900000006, 'edge_length_avg': 59.25821002506269, 'street_length_total': 61693.55899999996, 'street_length_avg': 59.377823869104866, 'street_segments_count': 1039, 'node_density_km': 138.11816606200406, 'intersection_density_km': 129.29784776486594, 'edge_density_km': 23698.617429743903, 'street_density_km': 12367.200619619796, 'circuity_avg': 1.0484718608091996, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484718608091996\n", - "4285\n", - "29933859.02344917\n", - "{'n': 1225, 'm': 3581, 'k_avg': 5.846530612244898, 'intersection_count': 1150, 'streets_per_node_avg': 3.1297959183673467, 'streets_per_node_counts': {0: 0, 1: 75, 2: 3, 3: 839, 4: 304, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.061224489795918366, 2: 0.0024489795918367346, 3: 0.6848979591836735, 4: 0.24816326530612245, 5: 0.0032653061224489797}, 'edge_length_total': 328012.03700000007, 'edge_length_avg': 91.59788802010614, 'street_length_total': 174893.16200000016, 'street_length_avg': 91.85565231092446, 'street_segments_count': 1904, 'node_density_km': 40.92355746849668, 'intersection_density_km': 38.41803354185402, 'edge_density_km': 10957.893425737275, 'street_density_km': 5842.653359962535, 'circuity_avg': 1.0364644255579571, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364644255579571\n", - "4286\n", - "2994043.6189840045\n", - "{'n': 190, 'm': 444, 'k_avg': 4.673684210526316, 'intersection_count': 130, 'streets_per_node_avg': 2.3947368421052633, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 125, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.6578947368421053, 4: 0.02631578947368421}, 'edge_length_total': 37775.44200000003, 'edge_length_avg': 85.07982432432439, 'street_length_total': 18887.721000000005, 'street_length_avg': 85.07982432432435, 'street_segments_count': 222, 'node_density_km': 63.459329314806176, 'intersection_density_km': 43.41954111013054, 'edge_density_km': 12616.864283633486, 'street_density_km': 6308.432141816739, 'circuity_avg': 1.036629924660597, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036629924660597\n", - "4287\n", - "12983282.97532028\n", - "{'n': 55, 'm': 120, 'k_avg': 4.363636363636363, 'intersection_count': 40, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 32, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.5818181818181818, 4: 0.14545454545454545}, 'edge_length_total': 30777.974, 'edge_length_avg': 256.48311666666666, 'street_length_total': 18155.106, 'street_length_avg': 263.1174782608696, 'street_segments_count': 69, 'node_density_km': 4.236216687608877, 'intersection_density_km': 3.0808848637155473, 'edge_density_km': 2370.5848558107664, 'street_density_km': 1398.3447818637828, 'circuity_avg': 1.179262179259253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.179262179259253\n", - "4288\n", - "6985770.189034477\n", - "{'n': 255, 'm': 586, 'k_avg': 4.596078431372549, 'intersection_count': 178, 'streets_per_node_avg': 2.4352941176470586, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 168, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30196078431372547, 2: 0.0, 3: 0.6588235294117647, 4: 0.0392156862745098}, 'edge_length_total': 86948.83800000005, 'edge_length_avg': 148.37685665529017, 'street_length_total': 43474.41900000002, 'street_length_avg': 148.37685665529017, 'street_segments_count': 293, 'node_density_km': 36.502775370462665, 'intersection_density_km': 25.480368689970017, 'edge_density_km': 12446.564322497059, 'street_density_km': 6223.2821612485295, 'circuity_avg': 1.039108181272674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039108181272674\n", - "4289\n", - "2992894.401451281\n", - "{'n': 40, 'm': 94, 'k_avg': 4.7, 'intersection_count': 30, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 26, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.65, 4: 0.1}, 'edge_length_total': 13216.02, 'edge_length_avg': 140.5959574468085, 'street_length_total': 6608.010000000001, 'street_length_avg': 140.59595744680854, 'street_segments_count': 47, 'node_density_km': 13.36498874821766, 'intersection_density_km': 10.023741561163245, 'edge_density_km': 4415.79896490549, 'street_density_km': 2207.899482452745, 'circuity_avg': 1.0889975038219377, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0889975038219377\n", - "4290\n", - "3990468.5209976938\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 430, 'm': 1199, 'k_avg': 5.576744186046511, 'intersection_count': 409, 'streets_per_node_avg': 3.055813953488372, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 345, 4: 62, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04883720930232558, 2: 0.0, 3: 0.8023255813953488, 4: 0.14418604651162792, 5: 0.004651162790697674}, 'edge_length_total': 91369.06300000002, 'edge_length_avg': 76.20438949124272, 'street_length_total': 48758.36299999999, 'street_length_avg': 76.18494218749998, 'street_segments_count': 640, 'node_density_km': 107.75677034848323, 'intersection_density_km': 102.49423040123172, 'edge_density_km': 22896.82590383046, 'street_density_km': 12218.70633571856, 'circuity_avg': 1.0367343834303495, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367343834303495\n", - "4291\n", - "2992930.658611977\n", - "{'n': 41, 'm': 101, 'k_avg': 4.926829268292683, 'intersection_count': 34, 'streets_per_node_avg': 2.7560975609756095, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 30, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17073170731707318, 2: 0.0, 3: 0.7317073170731707, 4: 0.0975609756097561}, 'edge_length_total': 18437.863999999994, 'edge_length_avg': 182.55310891089104, 'street_length_total': 9295.931999999999, 'street_length_avg': 178.76792307692307, 'street_segments_count': 52, 'node_density_km': 13.6989475122068, 'intersection_density_km': 11.360102815000761, 'edge_density_km': 6160.471492029445, 'street_density_km': 3105.9630376839896, 'circuity_avg': 1.1714775749343473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1714775749343473\n", - "4292\n", - "3991131.5523091303\n", - "{'n': 102, 'm': 302, 'k_avg': 5.921568627450981, 'intersection_count': 85, 'streets_per_node_avg': 3.107843137254902, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 40, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.39215686274509803, 4: 0.4411764705882353}, 'edge_length_total': 54675.62400000003, 'edge_length_avg': 181.04511258278157, 'street_length_total': 27337.811999999994, 'street_length_avg': 181.04511258278143, 'street_segments_count': 151, 'node_density_km': 25.556661979980674, 'intersection_density_km': 21.29721831665056, 'edge_density_km': 13699.278834436469, 'street_density_km': 6849.639417218228, 'circuity_avg': 1.051190570098152, 'self_loop_proportion': 0.006622516556291391, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051190570098152\n", - "4293\n", - "11974565.835021237\n", - "{'n': 316, 'm': 734, 'k_avg': 4.6455696202531644, 'intersection_count': 221, 'streets_per_node_avg': 2.4430379746835444, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 207, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30063291139240506, 2: 0.0, 3: 0.6550632911392406, 4: 0.04430379746835443}, 'edge_length_total': 118614.83599999994, 'edge_length_avg': 161.6005940054495, 'street_length_total': 59307.418, 'street_length_avg': 161.60059400544958, 'street_segments_count': 367, 'node_density_km': 26.38926574488532, 'intersection_density_km': 18.45578395449258, 'edge_density_km': 9905.564647120216, 'street_density_km': 4952.782323560111, 'circuity_avg': 1.0440102325525724, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0440102325525724\n", - "4294\n", - "3990455.8793084114\n", - "{'n': 50, 'm': 152, 'k_avg': 6.08, 'intersection_count': 48, 'streets_per_node_avg': 3.22, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 33, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04, 2: 0.0, 3: 0.66, 4: 0.3}, 'edge_length_total': 34525.103999999985, 'edge_length_avg': 227.13884210526305, 'street_length_total': 17262.552, 'street_length_avg': 227.13884210526317, 'street_segments_count': 76, 'node_density_km': 12.529896711617203, 'intersection_density_km': 12.028700843152516, 'edge_density_km': 8651.919741556836, 'street_density_km': 4325.95987077842, 'circuity_avg': 1.2002453544644034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2002453544644034\n", - "4295\n", - "4988470.29842455\n", - "{'n': 365, 'm': 1070, 'k_avg': 5.863013698630137, 'intersection_count': 350, 'streets_per_node_avg': 3.1561643835616437, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 264, 4: 85, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0410958904109589, 2: 0.0, 3: 0.7232876712328767, 4: 0.2328767123287671, 5: 0.0027397260273972603}, 'edge_length_total': 110628.97600000002, 'edge_length_avg': 103.39156635514021, 'street_length_total': 57028.30099999996, 'street_length_avg': 102.93917148014434, 'street_segments_count': 554, 'node_density_km': 73.16872270749485, 'intersection_density_km': 70.1617888975978, 'edge_density_km': 22176.933885912615, 'street_density_km': 11432.021759859037, 'circuity_avg': 1.0112502557425347, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0112502557425347\n", - "4296\n", - "4989700.015225763\n", - "{'n': 184, 'm': 444, 'k_avg': 4.826086956521739, 'intersection_count': 140, 'streets_per_node_avg': 2.5706521739130435, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 131, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2391304347826087, 2: 0.0, 3: 0.7119565217391305, 4: 0.04891304347826087}, 'edge_length_total': 67861.37799999995, 'edge_length_avg': 152.84094144144134, 'street_length_total': 33930.689, 'street_length_avg': 152.84094144144143, 'street_segments_count': 222, 'node_density_km': 36.87596437431815, 'intersection_density_km': 28.057798980459463, 'edge_density_km': 13600.292160435522, 'street_density_km': 6800.146080217764, 'circuity_avg': 1.061398831970659, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061398831970659\n", - "4297\n", - "3991249.462219375\n", - "{'n': 88, 'm': 214, 'k_avg': 4.863636363636363, 'intersection_count': 65, 'streets_per_node_avg': 2.5681818181818183, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 57, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26136363636363635, 2: 0.0, 3: 0.6477272727272727, 4: 0.09090909090909091}, 'edge_length_total': 38026.272, 'edge_length_avg': 177.6928598130841, 'street_length_total': 19013.136000000006, 'street_length_avg': 177.69285981308417, 'street_segments_count': 107, 'node_density_km': 22.048233475004768, 'intersection_density_km': 16.285626998583066, 'edge_density_km': 9527.41049136405, 'street_density_km': 4763.7052456820265, 'circuity_avg': 1.028498300139992, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028498300139992\n", - "4298\n", - "3990587.7878751\n", - "{'n': 23, 'm': 58, 'k_avg': 5.043478260869565, 'intersection_count': 19, 'streets_per_node_avg': 2.652173913043478, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.8260869565217391}, 'edge_length_total': 16591.892, 'edge_length_avg': 286.0671034482759, 'street_length_total': 8295.946, 'street_length_avg': 286.0671034482759, 'street_segments_count': 29, 'node_density_km': 5.763561966957002, 'intersection_density_km': 4.761203364007958, 'edge_density_km': 4157.756421350354, 'street_density_km': 2078.878210675177, 'circuity_avg': 1.1179574891937714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1179574891937714\n", - "4299\n", - "5985645.296438551\n", - "{'n': 90, 'm': 217, 'k_avg': 4.822222222222222, 'intersection_count': 82, 'streets_per_node_avg': 3.1555555555555554, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 53, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08888888888888889, 2: 0.0, 3: 0.5888888888888889, 4: 0.3111111111111111, 5: 0.011111111111111112}, 'edge_length_total': 40734.83899999999, 'edge_length_avg': 187.71815207373268, 'street_length_total': 26941.91299999999, 'street_length_avg': 201.0590522388059, 'street_segments_count': 134, 'node_density_km': 15.035972822103217, 'intersection_density_km': 13.69944190458293, 'edge_density_km': 6805.421467963889, 'street_density_km': 4501.087462705213, 'circuity_avg': 1.0821571845333298, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0821571845333298\n", - "4300\n", - "61852935.87479314\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3038, 'm': 8850, 'k_avg': 5.826201448321264, 'intersection_count': 2855, 'streets_per_node_avg': 3.087557603686636, 'streets_per_node_counts': {0: 0, 1: 183, 2: 4, 3: 2228, 4: 611, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06023699802501646, 2: 0.0013166556945358788, 3: 0.7333772218564846, 4: 0.2011191573403555, 5: 0.003620803159973667, 6: 0.0003291639236339697}, 'edge_length_total': 856011.2610000016, 'edge_length_avg': 96.72443627118662, 'street_length_total': 458534.6819999996, 'street_length_avg': 99.18552498377669, 'street_segments_count': 4623, 'node_density_km': 49.116504447739125, 'intersection_density_km': 46.157873666324946, 'edge_density_km': 13839.460470118944, 'street_density_km': 7413.305051973543, 'circuity_avg': 1.0417750971305022, 'self_loop_proportion': 0.0013559322033898306, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417750971305022\n", - "4301\n", - "35935942.94584382\n", - "{'n': 2847, 'm': 8143, 'k_avg': 5.720407446434844, 'intersection_count': 2623, 'streets_per_node_avg': 3.0639269406392695, 'streets_per_node_counts': {0: 0, 1: 224, 2: 0, 3: 2007, 4: 603, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07867931155602388, 2: 0.0, 3: 0.7049525816649105, 4: 0.21180189673340358, 5: 0.004214963119072708, 6: 0.00035124692658939234}, 'edge_length_total': 738948.0869999981, 'edge_length_avg': 90.74641864177798, 'street_length_total': 393511.6709999996, 'street_length_avg': 91.11175526742292, 'street_segments_count': 4319, 'node_density_km': 79.22430209471574, 'intersection_density_km': 72.99098854739705, 'edge_density_km': 20562.924649385368, 'street_density_km': 10950.364419072836, 'circuity_avg': 1.0308566377889552, 'self_loop_proportion': 0.0007368291784354661, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0308566377889552\n", - "4302\n", - "10978607.313301088\n", - "{'n': 195, 'm': 536, 'k_avg': 5.4974358974358974, 'intersection_count': 156, 'streets_per_node_avg': 2.882051282051282, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 101, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.517948717948718, 4: 0.28205128205128205}, 'edge_length_total': 109016.49999999984, 'edge_length_avg': 203.38899253731313, 'street_length_total': 54508.25000000001, 'street_length_avg': 203.38899253731347, 'street_segments_count': 268, 'node_density_km': 17.761815723543414, 'intersection_density_km': 14.209452578834732, 'edge_density_km': 9929.90248115727, 'street_density_km': 4964.951240578644, 'circuity_avg': 1.0246489443833056, 'self_loop_proportion': 0.0037313432835820895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0246489443833056\n", - "4303\n", - "12983987.499299292\n", - "{'n': 373, 'm': 901, 'k_avg': 4.831099195710456, 'intersection_count': 298, 'streets_per_node_avg': 2.683646112600536, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 268, 4: 28, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20107238605898123, 2: 0.0, 3: 0.7184986595174263, 4: 0.07506702412868632, 5: 0.005361930294906166}, 'edge_length_total': 125667.57200000001, 'edge_length_avg': 139.47566259711434, 'street_length_total': 66747.77099999998, 'street_length_avg': 136.77821926229504, 'street_segments_count': 488, 'node_density_km': 28.727692476608574, 'intersection_density_km': 22.951346804368242, 'edge_density_km': 9678.657808842001, 'street_density_km': 5140.775975300513, 'circuity_avg': 1.0589191428079947, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589191428079947\n", - "4304\n", - "4989129.81434727\n", - "{'n': 112, 'm': 314, 'k_avg': 5.607142857142857, 'intersection_count': 97, 'streets_per_node_avg': 2.9910714285714284, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 68, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13392857142857142, 2: 0.0, 3: 0.6071428571428571, 4: 0.25892857142857145}, 'edge_length_total': 55949.61200000002, 'edge_length_avg': 178.18347770700643, 'street_length_total': 27974.806000000004, 'street_length_avg': 178.1834777070064, 'street_segments_count': 157, 'node_density_km': 22.44880453459458, 'intersection_density_km': 19.442268212997092, 'edge_density_km': 11214.302710485785, 'street_density_km': 5607.1513552428905, 'circuity_avg': 1.0368916054022743, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368916054022743\n", - "4305\n", - "11974751.587822232\n", - "{'n': 415, 'm': 1002, 'k_avg': 4.828915662650602, 'intersection_count': 301, 'streets_per_node_avg': 2.527710843373494, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 269, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2746987951807229, 2: 0.0, 3: 0.6481927710843374, 4: 0.07710843373493977}, 'edge_length_total': 143821.73300000004, 'edge_length_avg': 143.53466367265472, 'street_length_total': 73782.13999999998, 'street_length_avg': 145.24043307086612, 'street_segments_count': 508, 'node_density_km': 34.656251276396894, 'intersection_density_km': 25.13622080529028, 'edge_density_km': 12010.414741818951, 'street_density_km': 6161.475623012756, 'circuity_avg': 1.0576969668894778, 'self_loop_proportion': 0.001996007984031936, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576969668894778\n", - "4306\n", - "5988162.62211243\n", - "{'n': 230, 'm': 607, 'k_avg': 5.278260869565218, 'intersection_count': 207, 'streets_per_node_avg': 3.0956521739130434, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 140, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.6086956521739131, 4: 0.28695652173913044, 5: 0.004347826086956522}, 'edge_length_total': 66758.94699999996, 'edge_length_avg': 109.98179077429977, 'street_length_total': 37851.61899999998, 'street_length_avg': 110.35457434402326, 'street_segments_count': 343, 'node_density_km': 38.409110525936825, 'intersection_density_km': 34.56819947334314, 'edge_density_km': 11148.485973557204, 'street_density_km': 6321.073990246302, 'circuity_avg': 1.0315802257861129, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315802257861129\n", - "4307\n", - "3993004.0048137023\n", - "{'n': 200, 'm': 588, 'k_avg': 5.88, 'intersection_count': 179, 'streets_per_node_avg': 2.98, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 142, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.105, 2: 0.0, 3: 0.71, 4: 0.18, 5: 0.005}, 'edge_length_total': 61749.822000000066, 'edge_length_avg': 105.01670408163277, 'street_length_total': 30874.911000000007, 'street_length_avg': 105.01670408163268, 'street_segments_count': 294, 'node_density_km': 50.08760315764602, 'intersection_density_km': 44.82840482609319, 'edge_density_km': 15464.502896956415, 'street_density_km': 7732.251448478201, 'circuity_avg': 1.0512149686392434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0512149686392434\n", - "4308\n", - "3996204.1428643493\n", - "{'n': 52, 'm': 126, 'k_avg': 4.846153846153846, 'intersection_count': 41, 'streets_per_node_avg': 2.6346153846153846, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 38, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21153846153846154, 2: 0.0, 3: 0.7307692307692307, 4: 0.057692307692307696}, 'edge_length_total': 22059.756, 'edge_length_avg': 175.07742857142858, 'street_length_total': 11672.404000000006, 'street_length_avg': 182.3813125000001, 'street_segments_count': 64, 'node_density_km': 13.012348253742635, 'intersection_density_km': 10.259736123143231, 'edge_density_km': 5520.177451242089, 'street_density_km': 2920.87280396882, 'circuity_avg': 1.1428255827024307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1428255827024307\n", - "4309\n", - "29933090.43168618\n", - "{'n': 942, 'm': 2678, 'k_avg': 5.685774946921444, 'intersection_count': 824, 'streets_per_node_avg': 2.9968152866242037, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 593, 4: 230, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12526539278131635, 2: 0.0, 3: 0.6295116772823779, 4: 0.24416135881104034, 5: 0.0, 6: 0.0010615711252653928}, 'edge_length_total': 371955.82600000117, 'edge_length_avg': 138.8931389096345, 'street_length_total': 194509.61, 'street_length_avg': 139.53343615494978, 'street_segments_count': 1394, 'node_density_km': 31.47018855770502, 'intersection_density_km': 27.52806302712201, 'edge_density_km': 12426.2420163025, 'street_density_km': 6498.146606141895, 'circuity_avg': 1.0341102035787475, 'self_loop_proportion': 0.0014936519790888724, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341102035787475\n", - "4310\n", - "2994761.7402032646\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 58, 'm': 162, 'k_avg': 5.586206896551724, 'intersection_count': 51, 'streets_per_node_avg': 3.0517241379310347, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 34, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1206896551724138, 2: 0.0, 3: 0.5862068965517241, 4: 0.29310344827586204}, 'edge_length_total': 35477.434, 'edge_length_avg': 218.9965061728395, 'street_length_total': 17738.716999999997, 'street_length_avg': 218.99650617283947, 'street_segments_count': 81, 'node_density_km': 19.367150054502616, 'intersection_density_km': 17.0297353927523, 'edge_density_km': 11846.496341839878, 'street_density_km': 5923.248170919938, 'circuity_avg': 1.0344939570410352, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344939570410352\n", - "4311\n", - "6983199.201219476\n", - "{'n': 146, 'm': 368, 'k_avg': 5.041095890410959, 'intersection_count': 120, 'streets_per_node_avg': 2.6986301369863015, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 112, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1780821917808219, 2: 0.0, 3: 0.7671232876712328, 4: 0.0547945205479452}, 'edge_length_total': 59862.596000000005, 'edge_length_avg': 162.67009782608696, 'street_length_total': 29931.298, 'street_length_avg': 162.67009782608696, 'street_segments_count': 184, 'node_density_km': 20.907322817671307, 'intersection_density_km': 17.18410094603121, 'edge_density_km': 8572.374104629036, 'street_density_km': 4286.187052314518, 'circuity_avg': 1.0902160798934204, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0902160798934204\n", - "4312\n", - "14964239.865432814\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1870.468, 'edge_length_avg': 467.617, 'street_length_total': 935.234, 'street_length_avg': 467.617, 'street_segments_count': 2, 'node_density_km': 0.20047794121036233, 'intersection_density_km': 0.13365196080690822, 'edge_density_km': 124.995857913288, 'street_density_km': 62.497928956644, 'circuity_avg': 1.0838460535824401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0838460535824401\n", - "4313\n", - "7981059.855068766\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 3, 'streets_per_node_avg': 2.1666666666666665, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.3333333333333333, 4: 0.16666666666666666}, 'edge_length_total': 9150.412, 'edge_length_avg': 915.0412, 'street_length_total': 4575.206, 'street_length_avg': 915.0412, 'street_segments_count': 5, 'node_density_km': 0.7517798524201526, 'intersection_density_km': 0.3758899262100763, 'edge_density_km': 1146.5158971572655, 'street_density_km': 573.2579485786327, 'circuity_avg': 1.1118329177980777, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1118329177980777\n", - "4314\n", - "4987999.294020952\n", - "{'n': 99, 'm': 282, 'k_avg': 5.696969696969697, 'intersection_count': 88, 'streets_per_node_avg': 2.9292929292929295, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 73, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7373737373737373, 4: 0.15151515151515152}, 'edge_length_total': 31504.789999999994, 'edge_length_avg': 111.71911347517728, 'street_length_total': 15752.395000000004, 'street_length_avg': 111.71911347517734, 'street_segments_count': 141, 'node_density_km': 19.847637131518837, 'intersection_density_km': 17.642344116905633, 'edge_density_km': 6316.117573986902, 'street_density_km': 3158.0587869934525, 'circuity_avg': 1.0437320164936843, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437320164936843\n", - "4315\n", - "1995680.7190185697\n", - "{'n': 92, 'm': 254, 'k_avg': 5.521739130434782, 'intersection_count': 77, 'streets_per_node_avg': 2.9130434782608696, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 57, 4: 18, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16304347826086957, 2: 0.0, 3: 0.6195652173913043, 4: 0.1956521739130435, 5: 0.021739130434782608}, 'edge_length_total': 23002.966, 'edge_length_avg': 90.56285826771654, 'street_length_total': 11501.483000000006, 'street_length_avg': 90.56285826771658, 'street_segments_count': 127, 'node_density_km': 46.09955847308256, 'intersection_density_km': 38.58332611334084, 'edge_density_km': 11526.37582794924, 'street_density_km': 5763.1879139746225, 'circuity_avg': 1.0290558073852292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290558073852292\n", - "4316\n", - "4989428.9436946055\n", - "{'n': 336, 'm': 848, 'k_avg': 5.0476190476190474, 'intersection_count': 282, 'streets_per_node_avg': 2.818452380952381, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 240, 4: 38, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16071428571428573, 2: 0.0, 3: 0.7142857142857143, 4: 0.1130952380952381, 5: 0.008928571428571428, 6: 0.002976190476190476}, 'edge_length_total': 87379.78799999978, 'edge_length_avg': 103.04220283018842, 'street_length_total': 47003.086999999956, 'street_length_avg': 103.75957395143477, 'street_segments_count': 453, 'node_density_km': 67.34237600970754, 'intersection_density_km': 56.51949415100454, 'edge_density_km': 17512.983747453916, 'street_density_km': 9420.53439991367, 'circuity_avg': 1.0376185521686219, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376185521686219\n", - "4317\n", - "13976629.53984248\n", - "{'n': 291, 'm': 766, 'k_avg': 5.2646048109965635, 'intersection_count': 250, 'streets_per_node_avg': 2.845360824742268, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 213, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.140893470790378, 2: 0.0, 3: 0.7319587628865979, 4: 0.12714776632302405}, 'edge_length_total': 117027.8729999999, 'edge_length_avg': 152.77790208877272, 'street_length_total': 64690.15999999999, 'street_length_avg': 158.94388206388203, 'street_segments_count': 407, 'node_density_km': 20.82047028365893, 'intersection_density_km': 17.8870019619063, 'edge_density_km': 8373.111175794878, 'street_density_km': 4628.452075344129, 'circuity_avg': 1.068049476674469, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068049476674469\n", - "4318\n", - "5988865.091217474\n", - "{'n': 65, 'm': 190, 'k_avg': 5.846153846153846, 'intersection_count': 53, 'streets_per_node_avg': 3.1076923076923078, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 22, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18461538461538463, 2: 0.0, 3: 0.3384615384615385, 4: 0.47692307692307695}, 'edge_length_total': 50865.95, 'edge_length_avg': 267.7155263157895, 'street_length_total': 25432.975, 'street_length_avg': 267.7155263157895, 'street_segments_count': 95, 'node_density_km': 10.853475409776875, 'intersection_density_km': 8.849756872587298, 'edge_density_km': 8493.420577229846, 'street_density_km': 4246.710288614923, 'circuity_avg': 1.023910474915286, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023910474915286\n", - "4319\n", - "4989151.316912243\n", - "{'n': 54, 'm': 122, 'k_avg': 4.518518518518518, 'intersection_count': 38, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 33, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2962962962962963, 2: 0.0, 3: 0.6111111111111112, 4: 0.09259259259259259}, 'edge_length_total': 22738.954, 'edge_length_avg': 186.38486885245902, 'street_length_total': 11369.476999999999, 'street_length_avg': 186.384868852459, 'street_segments_count': 61, 'node_density_km': 10.823484109802525, 'intersection_density_km': 7.616525855046221, 'edge_density_km': 4557.679764676492, 'street_density_km': 2278.839882338246, 'circuity_avg': 1.101965557098175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101965557098175\n", - "4320\n", - "7980915.87472437\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 226, 'm': 556, 'k_avg': 4.920353982300885, 'intersection_count': 167, 'streets_per_node_avg': 2.584070796460177, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 144, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2610619469026549, 2: 0.0, 3: 0.6371681415929203, 4: 0.09734513274336283, 5: 0.004424778761061947}, 'edge_length_total': 60781.064000000035, 'edge_length_avg': 109.31846043165474, 'street_length_total': 30583.93500000004, 'street_length_avg': 107.68991197183114, 'street_segments_count': 284, 'node_density_km': 28.31755196364667, 'intersection_density_km': 20.924916716499975, 'edge_density_km': 7615.800611618297, 'street_density_km': 3832.1334894482006, 'circuity_avg': 1.0850290237906648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0850290237906648\n", - "4321\n", - "1996450.6831149124\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 3646.7259999999997, 'edge_length_avg': 455.84074999999996, 'street_length_total': 1823.3629999999998, 'street_length_avg': 455.84074999999996, 'street_segments_count': 4, 'node_density_km': 2.0035556269083994, 'intersection_density_km': 1.5026667201812995, 'edge_density_km': 1826.6045992732898, 'street_density_km': 913.3022996366449, 'circuity_avg': 1.123600127490318, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.123600127490318\n", - "4322\n", - "15969321.707784738\n", - "{'n': 138, 'm': 406, 'k_avg': 5.884057971014493, 'intersection_count': 112, 'streets_per_node_avg': 3.0072463768115942, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 59, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18840579710144928, 2: 0.0, 3: 0.427536231884058, 4: 0.38405797101449274}, 'edge_length_total': 100903.76399999997, 'edge_length_avg': 248.53143842364523, 'street_length_total': 50451.88199999999, 'street_length_avg': 248.53143842364528, 'street_segments_count': 203, 'node_density_km': 8.641569286736058, 'intersection_density_km': 7.013447537061148, 'edge_density_km': 6318.600492017849, 'street_density_km': 3159.300246008925, 'circuity_avg': 1.0443528394820865, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443528394820865\n", - "4323\n", - "2997009.6517413133\n", - "{'n': 242, 'm': 555, 'k_avg': 4.586776859504132, 'intersection_count': 181, 'streets_per_node_avg': 2.5702479338842976, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 163, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25206611570247933, 2: 0.0, 3: 0.6735537190082644, 4: 0.0743801652892562}, 'edge_length_total': 44337.75099999999, 'edge_length_avg': 79.88783963963962, 'street_length_total': 24706.032999999996, 'street_length_avg': 82.07984385382058, 'street_segments_count': 301, 'node_density_km': 80.7471540371563, 'intersection_density_km': 60.393532564980546, 'edge_density_km': 14793.9967341243, 'street_density_km': 8243.561373132507, 'circuity_avg': 1.0625127756489254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625127756489254\n", - "4324\n", - "3994155.2081942167\n", - "{'n': 16, 'm': 32, 'k_avg': 4.0, 'intersection_count': 11, 'streets_per_node_avg': 2.375, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3125, 2: 0.0, 3: 0.6875}, 'edge_length_total': 9863.140000000003, 'edge_length_avg': 308.2231250000001, 'street_length_total': 4931.57, 'street_length_avg': 308.223125, 'street_segments_count': 16, 'node_density_km': 4.00585334470107, 'intersection_density_km': 2.7540241744819856, 'edge_density_km': 2469.3932723909325, 'street_density_km': 1234.6966361954658, 'circuity_avg': 1.145073878631707, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.145073878631707\n", - "4325\n", - "5993486.896087517\n", - "{'n': 530, 'm': 1427, 'k_avg': 5.384905660377359, 'intersection_count': 479, 'streets_per_node_avg': 2.960377358490566, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 403, 4: 71, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09622641509433963, 2: 0.0, 3: 0.7603773584905661, 4: 0.1339622641509434, 5: 0.009433962264150943}, 'edge_length_total': 129826.23099999964, 'edge_length_avg': 90.9784379817797, 'street_length_total': 68899.55099999999, 'street_length_avg': 91.7437430093209, 'street_segments_count': 751, 'node_density_km': 88.42932489699415, 'intersection_density_km': 79.92008797294376, 'edge_density_km': 21661.218794813547, 'street_density_km': 11495.737321954748, 'circuity_avg': 1.0215823681696934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215823681696934\n", - "4326\n", - "35923077.59442719\n", - "error with entry 4326\n", - "4327\n", - "18956340.89998674\n", - "{'n': 1187, 'm': 3494, 'k_avg': 5.8871103622577925, 'intersection_count': 1159, 'streets_per_node_avg': 3.287278854254423, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 774, 4: 373, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02358887952822241, 2: 0.0, 3: 0.6520640269587195, 4: 0.3142375737152485, 5: 0.010109519797809604}, 'edge_length_total': 322009.9920000002, 'edge_length_avg': 92.16084487693195, 'street_length_total': 177156.18400000007, 'street_length_avg': 91.83835355106277, 'street_segments_count': 1929, 'node_density_km': 62.61756982861763, 'intersection_density_km': 61.140491517580315, 'edge_density_km': 16986.927682874993, 'street_density_km': 9345.484180447715, 'circuity_avg': 1.0419832438948227, 'self_loop_proportion': 0.0017172295363480253, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419832438948227\n", - "4328\n", - "6990294.32103778\n", - "{'n': 620, 'm': 1603, 'k_avg': 5.170967741935484, 'intersection_count': 515, 'streets_per_node_avg': 2.814516129032258, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 425, 4: 85, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1693548387096774, 2: 0.0, 3: 0.6854838709677419, 4: 0.13709677419354838, 5: 0.008064516129032258}, 'edge_length_total': 147464.31599999993, 'edge_length_avg': 91.99271116656266, 'street_length_total': 78256.39200000005, 'street_length_avg': 94.28480963855428, 'street_segments_count': 830, 'node_density_km': 88.69440563240185, 'intersection_density_km': 73.67357887207574, 'edge_density_km': 21095.58041872368, 'street_density_km': 11195.006734477827, 'circuity_avg': 1.031592756927454, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031592756927454\n", - "4329\n", - "842177242.1611974\n", - "error with entry 4329\n", - "4330\n", - "7980874.018798866\n", - "{'n': 114, 'm': 312, 'k_avg': 5.473684210526316, 'intersection_count': 103, 'streets_per_node_avg': 2.973684210526316, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 85, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09649122807017543, 2: 0.0, 3: 0.7456140350877193, 4: 0.14912280701754385, 5: 0.008771929824561403}, 'edge_length_total': 46163.81900000005, 'edge_length_avg': 147.96095833333348, 'street_length_total': 23665.033999999996, 'street_length_avg': 145.18425766871164, 'street_segments_count': 163, 'node_density_km': 14.284149797562796, 'intersection_density_km': 12.905854641657614, 'edge_density_km': 5784.306191434879, 'street_density_km': 2965.2183387755845, 'circuity_avg': 1.0436249614853315, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0436249614853315\n", - "4331\n", - "7987013.585160287\n", - "{'n': 153, 'm': 403, 'k_avg': 5.26797385620915, 'intersection_count': 123, 'streets_per_node_avg': 2.843137254901961, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 87, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.5686274509803921, 4: 0.23529411764705882}, 'edge_length_total': 85034.56500000012, 'edge_length_avg': 211.00388337469013, 'street_length_total': 42847.57400000002, 'street_length_avg': 209.0125560975611, 'street_segments_count': 205, 'node_density_km': 19.156096126375814, 'intersection_density_km': 15.399998846694283, 'edge_density_km': 10646.603275846763, 'street_density_km': 5364.655204745108, 'circuity_avg': 1.0338423847894482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338423847894482\n", - "4332\n", - "9978687.636250395\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 354, 'm': 788, 'k_avg': 4.451977401129944, 'intersection_count': 229, 'streets_per_node_avg': 2.3220338983050848, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 219, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3531073446327684, 2: 0.0, 3: 0.6186440677966102, 4: 0.02824858757062147}, 'edge_length_total': 107895.05399999996, 'edge_length_avg': 136.92265736040605, 'street_length_total': 53947.527, 'street_length_avg': 136.9226573604061, 'street_segments_count': 394, 'node_density_km': 35.4756069038573, 'intersection_density_km': 22.948909550800344, 'edge_density_km': 10812.549498797895, 'street_density_km': 5406.274749398949, 'circuity_avg': 1.0384158841411757, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384158841411757\n", - "4333\n", - "11973572.031122886\n", - "{'n': 227, 'm': 666, 'k_avg': 5.86784140969163, 'intersection_count': 186, 'streets_per_node_avg': 3.0088105726872247, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 102, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18061674008810572, 2: 0.0, 3: 0.44933920704845814, 4: 0.3700440528634361}, 'edge_length_total': 128371.91199999988, 'edge_length_avg': 192.75061861861843, 'street_length_total': 64185.95600000002, 'street_length_avg': 192.7506186186187, 'street_segments_count': 333, 'node_density_km': 18.958419376436645, 'intersection_density_km': 15.53421147144148, 'edge_density_km': 10721.27111828642, 'street_density_km': 5360.6355591432175, 'circuity_avg': 1.0233196698539833, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0233196698539833\n", - "4334\n", - "17957144.14420636\n", - "{'n': 397, 'm': 1048, 'k_avg': 5.279596977329975, 'intersection_count': 322, 'streets_per_node_avg': 2.697732997481108, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 292, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1889168765743073, 2: 0.0, 3: 0.7355163727959698, 4: 0.07556675062972293}, 'edge_length_total': 179637.8099999999, 'edge_length_avg': 171.41012404580144, 'street_length_total': 90006.50099999993, 'street_length_avg': 170.46685795454533, 'street_segments_count': 528, 'node_density_km': 22.108192528380794, 'intersection_density_km': 17.931581849215657, 'edge_density_km': 10003.695941704502, 'street_density_km': 5012.294843611831, 'circuity_avg': 1.049668896399281, 'self_loop_proportion': 0.0019083969465648854, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049668896399281\n", - "4335\n", - "1995698.4598652227\n", - "{'n': 80, 'm': 194, 'k_avg': 4.85, 'intersection_count': 60, 'streets_per_node_avg': 2.55, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 56, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7, 4: 0.05}, 'edge_length_total': 13197.514000000001, 'edge_length_avg': 68.02842268041238, 'street_length_total': 6598.757, 'street_length_avg': 68.02842268041236, 'street_segments_count': 97, 'node_density_km': 40.08621623399094, 'intersection_density_km': 30.0646621754932, 'edge_density_km': 6612.979999439033, 'street_density_km': 3306.489999719516, 'circuity_avg': 1.0425559516760636, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425559516760636\n", - "4336\n", - "11973867.314774487\n", - "error with entry 4336\n", - "4337\n", - "16964661.177906513\n", - "{'n': 762, 'm': 1766, 'k_avg': 4.635170603674541, 'intersection_count': 526, 'streets_per_node_avg': 2.416010498687664, 'streets_per_node_counts': {0: 0, 1: 236, 2: 0, 3: 499, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30971128608923887, 2: 0.0, 3: 0.6548556430446194, 4: 0.03543307086614173}, 'edge_length_total': 244997.31600000043, 'edge_length_avg': 138.73007701019276, 'street_length_total': 122498.65799999992, 'street_length_avg': 138.73007701019245, 'street_segments_count': 883, 'node_density_km': 44.916900609389764, 'intersection_density_km': 31.005629554513146, 'edge_density_km': 14441.627417768079, 'street_density_km': 7220.813708884022, 'circuity_avg': 1.0539147691837993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539147691837993\n", - "4338\n", - "2993519.1592552047\n", - "{'n': 177, 'm': 520, 'k_avg': 5.875706214689266, 'intersection_count': 163, 'streets_per_node_avg': 3.0847457627118646, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 121, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07909604519774012, 2: 0.0, 3: 0.6836158192090396, 4: 0.23163841807909605, 5: 0.005649717514124294}, 'edge_length_total': 41822.044, 'edge_length_avg': 80.4270076923077, 'street_length_total': 21934.053, 'street_length_avg': 81.84348134328359, 'street_segments_count': 268, 'node_density_km': 59.12773247258523, 'intersection_density_km': 54.450962672493745, 'edge_density_km': 13970.862311235527, 'street_density_km': 7327.17976171472, 'circuity_avg': 1.0398453780478392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398453780478392\n", - "4339\n", - "4993329.219061651\n", - "{'n': 208, 'm': 608, 'k_avg': 5.846153846153846, 'intersection_count': 192, 'streets_per_node_avg': 3.1009615384615383, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 141, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.6778846153846154, 4: 0.23557692307692307, 5: 0.009615384615384616}, 'edge_length_total': 57694.966999999975, 'edge_length_avg': 94.89303782894733, 'street_length_total': 29603.96399999998, 'street_length_avg': 93.98083809523804, 'street_segments_count': 315, 'node_density_km': 41.655575043194816, 'intersection_density_km': 38.45130003987214, 'edge_density_km': 11554.408785976671, 'street_density_km': 5928.702615279024, 'circuity_avg': 1.0466113505505825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466113505505825\n", - "4340\n", - "3991298.102115055\n", - "{'n': 284, 'm': 709, 'k_avg': 4.992957746478873, 'intersection_count': 214, 'streets_per_node_avg': 2.563380281690141, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 198, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24647887323943662, 2: 0.0, 3: 0.6971830985915493, 4: 0.056338028169014086}, 'edge_length_total': 69234.88200000006, 'edge_length_avg': 97.65145557122716, 'street_length_total': 34687.35, 'street_length_avg': 97.43637640449438, 'street_segments_count': 356, 'node_density_km': 71.15479544098791, 'intersection_density_km': 53.616641635110604, 'edge_density_km': 17346.457274968096, 'street_density_km': 8690.743991689971, 'circuity_avg': 1.061739787369855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061739787369855\n", - "4341\n", - "998160.7930932154\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 3181.0820000000003, 'edge_length_avg': 265.0901666666667, 'street_length_total': 1590.541, 'street_length_avg': 265.0901666666667, 'street_segments_count': 6, 'node_density_km': 6.011055574930478, 'intersection_density_km': 4.007370383286985, 'edge_density_km': 3186.9434484018325, 'street_density_km': 1593.471724200916, 'circuity_avg': 1.1328283020864194, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1328283020864194\n", - "4342\n", - "10975028.708356045\n", - "{'n': 266, 'm': 586, 'k_avg': 4.406015037593985, 'intersection_count': 179, 'streets_per_node_avg': 2.357142857142857, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 176, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32706766917293234, 2: 0.0, 3: 0.6616541353383458, 4: 0.011278195488721804}, 'edge_length_total': 102004.38599999984, 'edge_length_avg': 174.06891808873692, 'street_length_total': 51002.19300000004, 'street_length_avg': 174.06891808873735, 'street_segments_count': 293, 'node_density_km': 24.23683865149946, 'intersection_density_km': 16.309752325633095, 'edge_density_km': 9294.224982057392, 'street_density_km': 4647.112491028707, 'circuity_avg': 1.08056504368617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08056504368617\n", - "4343\n", - "3990422.3857916985\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 79, 'm': 188, 'k_avg': 4.7594936708860756, 'intersection_count': 56, 'streets_per_node_avg': 2.5443037974683542, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 46, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2911392405063291, 2: 0.0, 3: 0.5822784810126582, 4: 0.12658227848101267}, 'edge_length_total': 32649.498000000007, 'edge_length_avg': 173.66754255319154, 'street_length_total': 16324.748999999996, 'street_length_avg': 173.66754255319145, 'street_segments_count': 94, 'node_density_km': 19.79740297199802, 'intersection_density_km': 14.033602106732774, 'edge_density_km': 8181.9654270815645, 'street_density_km': 4090.9827135407804, 'circuity_avg': 1.0648491475422706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648491475422706\n", - "4344\n", - "5986678.921517596\n", - "{'n': 176, 'm': 542, 'k_avg': 6.159090909090909, 'intersection_count': 159, 'streets_per_node_avg': 3.164772727272727, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 96, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09659090909090909, 2: 0.0, 3: 0.5454545454545454, 4: 0.35795454545454547}, 'edge_length_total': 80393.53200000004, 'edge_length_avg': 148.32754981549823, 'street_length_total': 40196.76599999998, 'street_length_avg': 148.3275498154981, 'street_segments_count': 271, 'node_density_km': 29.39860351745485, 'intersection_density_km': 26.558965677700687, 'edge_density_km': 13428.736208158069, 'street_density_km': 6714.368104079028, 'circuity_avg': 1.0174562039440809, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0174562039440809\n", - "4345\n", - "24955546.093608446\n", - "{'n': 491, 'm': 1407, 'k_avg': 5.731160896130346, 'intersection_count': 399, 'streets_per_node_avg': 2.9531568228105907, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 238, 4: 161}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18737270875763748, 2: 0.0, 3: 0.4847250509164969, 4: 0.32790224032586557}, 'edge_length_total': 269605.3390000003, 'edge_length_avg': 191.6171563610521, 'street_length_total': 134921.8550000001, 'street_length_avg': 191.65036221590924, 'street_segments_count': 704, 'node_density_km': 19.6749851980099, 'intersection_density_km': 15.988429926692364, 'edge_density_km': 10803.423735497858, 'street_density_km': 5406.487780067291, 'circuity_avg': 1.0234440101435092, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0234440101435092\n", - "4346\n", - "14966851.703330146\n", - "{'n': 637, 'm': 1662, 'k_avg': 5.218210361067504, 'intersection_count': 504, 'streets_per_node_avg': 2.681318681318681, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 441, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2087912087912088, 2: 0.0, 3: 0.6923076923076923, 4: 0.0989010989010989}, 'edge_length_total': 204768.38600000032, 'edge_length_avg': 123.20600842358623, 'street_length_total': 102384.19299999996, 'street_length_avg': 123.20600842358598, 'street_segments_count': 831, 'node_density_km': 42.560721027139365, 'intersection_density_km': 33.67441663685752, 'edge_density_km': 13681.460206787448, 'street_density_km': 6840.73010339371, 'circuity_avg': 1.0548429286017307, 'self_loop_proportion': 0.0012033694344163659, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548429286017307\n", - "4347\n", - "8982611.920744011\n", - "{'n': 267, 'm': 732, 'k_avg': 5.48314606741573, 'intersection_count': 250, 'streets_per_node_avg': 3.052434456928839, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 203, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06367041198501873, 2: 0.0, 3: 0.7602996254681648, 4: 0.17228464419475656, 5: 0.003745318352059925}, 'edge_length_total': 87426.49300000003, 'edge_length_avg': 119.435099726776, 'street_length_total': 47180.950999999994, 'street_length_avg': 120.05331043256996, 'street_segments_count': 393, 'node_density_km': 29.724093877795507, 'intersection_density_km': 27.831548574714894, 'edge_density_km': 9732.858746585891, 'street_density_km': 5252.475718230972, 'circuity_avg': 1.0242076506360884, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242076506360884\n", - "4348\n", - "3990757.058786962\n", - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.4444444444444444, 4: 0.1111111111111111}, 'edge_length_total': 3804.0059999999985, 'edge_length_avg': 211.33366666666657, 'street_length_total': 1902.0030000000004, 'street_length_avg': 211.33366666666672, 'street_segments_count': 9, 'node_density_km': 2.2552111961271972, 'intersection_density_km': 1.252895108959554, 'edge_density_km': 953.204102370559, 'street_density_km': 476.6020511852798, 'circuity_avg': 1.1130465680729282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1130465680729282\n", - "4349\n", - "9979453.197922172\n", - "{'n': 86, 'm': 230, 'k_avg': 5.348837209302325, 'intersection_count': 67, 'streets_per_node_avg': 3.058139534883721, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 24, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22093023255813954, 2: 0.0, 3: 0.27906976744186046, 4: 0.5}, 'edge_length_total': 74653.60899999997, 'edge_length_avg': 324.58090869565206, 'street_length_total': 39203.880000000005, 'street_length_avg': 329.4443697478992, 'street_segments_count': 119, 'node_density_km': 8.61770663125171, 'intersection_density_km': 6.71379470109145, 'edge_density_km': 7480.731410769444, 'street_density_km': 3928.4597284511206, 'circuity_avg': 1.0016665288921387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0016665288921387\n", - "4350\n", - "7981644.710603362\n", - "{'n': 1130, 'm': 3229, 'k_avg': 5.715044247787611, 'intersection_count': 1038, 'streets_per_node_avg': 3.0247787610619468, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 837, 4: 190, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08141592920353982, 2: 0.0, 3: 0.7407079646017699, 4: 0.168141592920354, 5: 0.009734513274336283}, 'edge_length_total': 221218.9249999997, 'edge_length_avg': 68.51004180860939, 'street_length_total': 117322.18699999985, 'street_length_avg': 69.42141242603542, 'street_segments_count': 1690, 'node_density_km': 141.57483087399655, 'intersection_density_km': 130.04838446655612, 'edge_density_km': 27715.957427435646, 'street_density_km': 14698.99892238263, 'circuity_avg': 1.0424950248606664, 'self_loop_proportion': 0.0012387736141220192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424950248606664\n", - "4351\n", - "9991307.343128579\n", - "{'n': 943, 'm': 2664, 'k_avg': 5.650053022269353, 'intersection_count': 853, 'streets_per_node_avg': 2.975609756097561, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 698, 4: 153, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09544008483563096, 2: 0.0, 3: 0.7401908801696713, 4: 0.16224814422057265, 5: 0.0021208907741251328}, 'edge_length_total': 226337.57799999983, 'edge_length_avg': 84.96155330330325, 'street_length_total': 120095.06500000005, 'street_length_avg': 87.21500726216416, 'street_segments_count': 1377, 'node_density_km': 94.38204307152445, 'intersection_density_km': 85.37421287381798, 'edge_density_km': 22653.449666490465, 'street_density_km': 12019.955034472463, 'circuity_avg': 1.0406942731575546, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406942731575546\n", - "4352\n", - "10975763.832234114\n", - "{'n': 122, 'm': 274, 'k_avg': 4.491803278688525, 'intersection_count': 92, 'streets_per_node_avg': 2.6721311475409837, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 73, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2459016393442623, 2: 0.0, 3: 0.5983606557377049, 4: 0.14754098360655737, 5: 0.00819672131147541}, 'edge_length_total': 64478.11200000006, 'edge_length_avg': 235.32157664233597, 'street_length_total': 36971.84900000001, 'street_length_avg': 233.99904430379752, 'street_segments_count': 158, 'node_density_km': 11.115399517043627, 'intersection_density_km': 8.382104553836179, 'edge_density_km': 5874.589958890866, 'street_density_km': 3368.4989550722134, 'circuity_avg': 1.066710556371179, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066710556371179\n", - "4353\n", - "5987279.482200811\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 157, 'm': 370, 'k_avg': 4.713375796178344, 'intersection_count': 112, 'streets_per_node_avg': 2.484076433121019, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 103, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28662420382165604, 2: 0.0, 3: 0.6560509554140127, 4: 0.05732484076433121}, 'edge_length_total': 69384.53000000001, 'edge_length_avg': 187.5257567567568, 'street_length_total': 34692.264999999985, 'street_length_avg': 187.52575675675666, 'street_segments_count': 185, 'node_density_km': 26.222260121100906, 'intersection_density_km': 18.706325691485997, 'edge_density_km': 11588.657286881082, 'street_density_km': 5794.328643440537, 'circuity_avg': 1.0766226098225027, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766226098225027\n", - "4354\n", - "4989705.595850089\n", - "error with entry 4354\n", - "4355\n", - "3992924.594336331\n", - "{'n': 236, 'm': 659, 'k_avg': 5.584745762711864, 'intersection_count': 219, 'streets_per_node_avg': 3.1440677966101696, 'streets_per_node_counts': {0: 0, 1: 17, 2: 1, 3: 149, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07203389830508475, 2: 0.00423728813559322, 3: 0.6313559322033898, 4: 0.2923728813559322}, 'edge_length_total': 55684.019999999975, 'edge_length_avg': 84.49775417298935, 'street_length_total': 29908.395999999997, 'street_length_avg': 83.31029526462395, 'street_segments_count': 359, 'node_density_km': 59.10454716193454, 'intersection_density_km': 54.847016222303665, 'edge_density_km': 13945.672823119088, 'street_density_km': 7490.3483132195515, 'circuity_avg': 1.0304856092424035, 'self_loop_proportion': 0.0030349013657056147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304856092424035\n", - "4356\n", - "4996851.3635078315\n", - "{'n': 25, 'm': 60, 'k_avg': 4.8, 'intersection_count': 17, 'streets_per_node_avg': 2.48, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 14, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32, 2: 0.0, 3: 0.56, 4: 0.12}, 'edge_length_total': 10703.909999999996, 'edge_length_avg': 178.39849999999993, 'street_length_total': 5351.955, 'street_length_avg': 178.39849999999998, 'street_segments_count': 30, 'node_density_km': 5.00315062052392, 'intersection_density_km': 3.4021424219562655, 'edge_density_km': 2142.1309583412867, 'street_density_km': 1071.0654791706438, 'circuity_avg': 1.1746739192846913, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1746739192846913\n", - "4357\n", - "3990603.3618837898\n", - "{'n': 29, 'm': 80, 'k_avg': 5.517241379310345, 'intersection_count': 26, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 20, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10344827586206896, 2: 0.0, 3: 0.6896551724137931, 4: 0.20689655172413793}, 'edge_length_total': 16250.828000000005, 'edge_length_avg': 203.13535000000007, 'street_length_total': 8125.413999999997, 'street_length_avg': 203.13534999999993, 'street_segments_count': 40, 'node_density_km': 7.267071510286696, 'intersection_density_km': 6.515305491981176, 'edge_density_km': 4072.273419909289, 'street_density_km': 2036.136709954643, 'circuity_avg': 1.0715693717415757, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715693717415757\n", - "4358\n", - "2993223.166578759\n", - "{'n': 87, 'm': 222, 'k_avg': 5.103448275862069, 'intersection_count': 63, 'streets_per_node_avg': 2.632183908045977, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 47, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.5402298850574713, 4: 0.1839080459770115}, 'edge_length_total': 27286.84400000001, 'edge_length_avg': 122.91371171171176, 'street_length_total': 13643.421999999993, 'street_length_avg': 122.91371171171166, 'street_segments_count': 111, 'node_density_km': 29.06565770685272, 'intersection_density_km': 21.047545235996797, 'edge_density_km': 9116.207673612507, 'street_density_km': 4558.10383680625, 'circuity_avg': 1.0393808747161706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0393808747161706\n", - "4359\n", - "5988768.14499441\n", - "{'n': 300, 'm': 851, 'k_avg': 5.673333333333333, 'intersection_count': 262, 'streets_per_node_avg': 2.9366666666666665, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 205, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12666666666666668, 2: 0.0, 3: 0.6833333333333333, 4: 0.19}, 'edge_length_total': 86770.16800000006, 'edge_length_avg': 101.96259459459466, 'street_length_total': 44960.67800000001, 'street_length_avg': 103.83528406466515, 'street_segments_count': 433, 'node_density_km': 50.09377433500225, 'intersection_density_km': 43.7485629192353, 'edge_density_km': 14488.817382674122, 'street_density_km': 7507.500192269003, 'circuity_avg': 1.1182462217569766, 'self_loop_proportion': 0.0023501762632197414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1182462217569766\n", - "4360\n", - "21946760.79366336\n", - "{'n': 6, 'm': 14, 'k_avg': 4.666666666666667, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3109.962, 'edge_length_avg': 222.14014285714285, 'street_length_total': 1554.9809999999998, 'street_length_avg': 222.14014285714282, 'street_segments_count': 7, 'node_density_km': 0.27338886391527845, 'intersection_density_km': 0.27338886391527845, 'edge_density_km': 141.70482966661453, 'street_density_km': 70.85241483330725, 'circuity_avg': 2.196350809305451, 'self_loop_proportion': 0.14285714285714285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.196350809305451\n", - "4361\n", - "60866777.55089538\n", - "{'n': 1924, 'm': 5431, 'k_avg': 5.645530145530145, 'intersection_count': 1687, 'streets_per_node_avg': 3.016112266112266, 'streets_per_node_counts': {0: 0, 1: 237, 2: 2, 3: 1179, 4: 505, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12318087318087319, 2: 0.0010395010395010396, 3: 0.6127858627858628, 4: 0.2624740124740125, 5: 0.0005197505197505198}, 'edge_length_total': 805422.8000000033, 'edge_length_avg': 148.30101270484317, 'street_length_total': 429143.52700000047, 'street_length_avg': 149.7883165794068, 'street_segments_count': 2865, 'node_density_km': 31.61001908456869, 'intersection_density_km': 27.71626933246745, 'edge_density_km': 13232.552016188594, 'street_density_km': 7050.537982582709, 'circuity_avg': 1.026998840007233, 'self_loop_proportion': 0.0003682563063892469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026998840007233\n", - "4362\n", - "6983261.295726784\n", - "{'n': 46, 'm': 120, 'k_avg': 5.217391304347826, 'intersection_count': 38, 'streets_per_node_avg': 2.6956521739130435, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 36, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.782608695652174, 4: 0.043478260869565216}, 'edge_length_total': 24930.476000000002, 'edge_length_avg': 207.75396666666668, 'street_length_total': 12465.238000000005, 'street_length_avg': 207.75396666666674, 'street_segments_count': 60, 'node_density_km': 6.587180122867299, 'intersection_density_km': 5.441583579759942, 'edge_density_km': 3570.033390452614, 'street_density_km': 1785.0166952263075, 'circuity_avg': 1.0729239892442486, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729239892442486\n", - "4363\n", - "6988026.890971055\n", - "{'n': 113, 'm': 314, 'k_avg': 5.557522123893805, 'intersection_count': 94, 'streets_per_node_avg': 2.9469026548672566, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 62, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168141592920354, 2: 0.0, 3: 0.5486725663716814, 4: 0.2831858407079646}, 'edge_length_total': 68421.08799999996, 'edge_length_avg': 217.90155414012727, 'street_length_total': 34210.54399999998, 'street_length_avg': 217.90155414012727, 'street_segments_count': 157, 'node_density_km': 16.17051590714436, 'intersection_density_km': 13.451579604173185, 'edge_density_km': 9791.188423788702, 'street_density_km': 4895.594211894351, 'circuity_avg': 1.0223538959977714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0223538959977714\n", - "4364\n", - "7982084.58505412\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 96, 'm': 236, 'k_avg': 4.916666666666667, 'intersection_count': 82, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 62, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14583333333333334, 2: 0.0, 3: 0.6458333333333334, 4: 0.20833333333333334}, 'edge_length_total': 41968.543000000005, 'edge_length_avg': 177.8328093220339, 'street_length_total': 24281.521, 'street_length_avg': 178.5405955882353, 'street_segments_count': 136, 'node_density_km': 12.026933437883269, 'intersection_density_km': 10.273005644858626, 'edge_density_km': 5257.8424286035615, 'street_density_km': 3042.002467057967, 'circuity_avg': 1.0161638674827878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0161638674827878\n", - "4365\n", - "7980600.351118832\n", - "{'n': 53, 'm': 136, 'k_avg': 5.132075471698113, 'intersection_count': 44, 'streets_per_node_avg': 2.69811320754717, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 42, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16981132075471697, 2: 0.0, 3: 0.7924528301886793, 4: 0.03773584905660377}, 'edge_length_total': 24122.513999999992, 'edge_length_avg': 177.37142647058818, 'street_length_total': 12061.257, 'street_length_avg': 177.37142647058823, 'street_segments_count': 68, 'node_density_km': 6.64110438666055, 'intersection_density_km': 5.5133696794917775, 'edge_density_km': 3022.644029107179, 'street_density_km': 1511.32201455359, 'circuity_avg': 1.171530528579651, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.171530528579651\n", - "4366\n", - "6983147.545998145\n", - "{'n': 657, 'm': 1877, 'k_avg': 5.713850837138509, 'intersection_count': 581, 'streets_per_node_avg': 2.9558599695586, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 458, 4: 120, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1156773211567732, 2: 0.0015220700152207, 3: 0.6971080669710806, 4: 0.182648401826484, 5: 0.0030441400304414}, 'edge_length_total': 127772.67500000005, 'edge_length_avg': 68.07281566329252, 'street_length_total': 65118.981999999975, 'street_length_avg': 67.83227291666664, 'street_segments_count': 960, 'node_density_km': 94.0836486229636, 'intersection_density_km': 83.20030418560403, 'edge_density_km': 18297.28989089213, 'street_density_km': 9325.161980476543, 'circuity_avg': 1.069289607929179, 'self_loop_proportion': 0.0010655301012253596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069289607929179\n", - "4367\n", - "1995365.935612311\n", - "{'n': 71, 'm': 172, 'k_avg': 4.845070422535211, 'intersection_count': 52, 'streets_per_node_avg': 2.563380281690141, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 46, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2676056338028169, 2: 0.0, 3: 0.647887323943662, 4: 0.07042253521126761, 5: 0.014084507042253521}, 'edge_length_total': 20156.54799999998, 'edge_length_avg': 117.18923255813942, 'street_length_total': 10078.274, 'street_length_avg': 117.18923255813952, 'street_segments_count': 86, 'node_density_km': 35.582445672158116, 'intersection_density_km': 26.060382745805946, 'edge_density_km': 10101.67991758094, 'street_density_km': 5050.839958790474, 'circuity_avg': 1.072856102558734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072856102558734\n", - "4368\n", - "2992848.2718254626\n", - "{'n': 27, 'm': 64, 'k_avg': 4.7407407407407405, 'intersection_count': 23, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 21, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.7777777777777778, 4: 0.07407407407407407}, 'edge_length_total': 14981.946000000004, 'edge_length_avg': 234.09290625000006, 'street_length_total': 7490.973000000001, 'street_length_avg': 234.09290625000003, 'street_segments_count': 32, 'node_density_km': 9.021506453961189, 'intersection_density_km': 7.684986979300271, 'edge_density_km': 5005.915649329557, 'street_density_km': 2502.9578246647784, 'circuity_avg': 1.0752743493772396, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752743493772396\n", - "4369\n", - "2993365.5448539644\n", - "{'n': 39, 'm': 97, 'k_avg': 4.9743589743589745, 'intersection_count': 35, 'streets_per_node_avg': 3.076923076923077, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 24, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10256410256410256, 2: 0.0, 3: 0.6153846153846154, 4: 0.28205128205128205}, 'edge_length_total': 16115.082, 'edge_length_avg': 166.13486597938146, 'street_length_total': 9671.238000000001, 'street_length_avg': 169.67084210526318, 'street_segments_count': 57, 'node_density_km': 13.028813025207274, 'intersection_density_km': 11.6925245098014, 'edge_density_km': 5383.599750355982, 'street_density_km': 3230.8910672892193, 'circuity_avg': 1.057423132413771, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057423132413771\n", - "4370\n", - "8979701.501095993\n", - "{'n': 97, 'm': 229, 'k_avg': 4.721649484536083, 'intersection_count': 70, 'streets_per_node_avg': 2.5051546391752577, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 64, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27835051546391754, 2: 0.0, 3: 0.6597938144329897, 4: 0.061855670103092786}, 'edge_length_total': 37346.76400000002, 'edge_length_avg': 163.08630567685597, 'street_length_total': 18695.769000000004, 'street_length_avg': 162.57190434782612, 'street_segments_count': 115, 'node_density_km': 10.802140804809707, 'intersection_density_km': 7.795359343677108, 'edge_density_km': 4159.020652907199, 'street_density_km': 2082.0033937339836, 'circuity_avg': 1.038294161892383, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038294161892383\n", - "4371\n", - "6991727.926739838\n", - "{'n': 462, 'm': 1276, 'k_avg': 5.523809523809524, 'intersection_count': 425, 'streets_per_node_avg': 3.064935064935065, 'streets_per_node_counts': {0: 0, 1: 37, 2: 2, 3: 320, 4: 100, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08008658008658008, 2: 0.004329004329004329, 3: 0.6926406926406926, 4: 0.21645021645021645, 5: 0.006493506493506494}, 'edge_length_total': 116944.81900000012, 'edge_length_avg': 91.6495446708465, 'street_length_total': 64883.83399999995, 'street_length_avg': 92.95678223495695, 'street_segments_count': 698, 'node_density_km': 66.07808610988461, 'intersection_density_km': 60.7861181746774, 'edge_density_km': 16726.168441530037, 'street_density_km': 9280.085649765055, 'circuity_avg': 1.0401921079198602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401921079198602\n", - "4372\n", - "3990230.702641388\n", - "{'n': 50, 'm': 126, 'k_avg': 5.04, 'intersection_count': 38, 'streets_per_node_avg': 2.66, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 31, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24, 2: 0.0, 3: 0.62, 4: 0.14}, 'edge_length_total': 15637.837999999996, 'edge_length_avg': 124.10982539682537, 'street_length_total': 7818.918999999999, 'street_length_avg': 124.10982539682539, 'street_segments_count': 63, 'node_density_km': 12.530603798647986, 'intersection_density_km': 9.523258886972469, 'edge_density_km': 3919.0310449088356, 'street_density_km': 1959.515522454418, 'circuity_avg': 1.0928336346550958, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0928336346550958\n", - "4373\n", - "9982809.304272052\n", - "{'n': 159, 'm': 450, 'k_avg': 5.660377358490566, 'intersection_count': 135, 'streets_per_node_avg': 3.0314465408805034, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 82, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1509433962264151, 2: 0.0, 3: 0.5157232704402516, 4: 0.3333333333333333}, 'edge_length_total': 91602.40200000002, 'edge_length_avg': 203.56089333333338, 'street_length_total': 45801.20100000001, 'street_length_avg': 203.56089333333338, 'street_segments_count': 225, 'node_density_km': 15.927380274804747, 'intersection_density_km': 13.523247403136107, 'edge_density_km': 9176.01440716689, 'street_density_km': 4588.007203583445, 'circuity_avg': 1.0196960365668255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196960365668255\n", - "4374\n", - "8979768.391504865\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3549.962, 'edge_length_avg': 591.6603333333334, 'street_length_total': 1774.9809999999998, 'street_length_avg': 591.6603333333333, 'street_segments_count': 3, 'node_density_km': 0.44544578719693056, 'intersection_density_km': 0.22272289359846528, 'edge_density_km': 395.3289044022975, 'street_density_km': 197.66445220114872, 'circuity_avg': 1.3272310383295032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3272310383295032\n", - "4375\n", - "997991.7906217533\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 897.076, 'edge_length_avg': 448.538, 'street_length_total': 448.538, 'street_length_avg': 448.538, 'street_segments_count': 1, 'node_density_km': 2.004024500796736, 'intersection_density_km': 1.002012250398368, 'edge_density_km': 898.8811415383664, 'street_density_km': 449.4405707691832, 'circuity_avg': 1.4950724541650058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4950724541650058\n", - "4376\n", - "5986335.564525059\n", - "{'n': 92, 'm': 214, 'k_avg': 4.6521739130434785, 'intersection_count': 63, 'streets_per_node_avg': 2.4239130434782608, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 58, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31521739130434784, 2: 0.0, 3: 0.6304347826086957, 4: 0.05434782608695652}, 'edge_length_total': 24715.820000000018, 'edge_length_avg': 115.4944859813085, 'street_length_total': 12357.91, 'street_length_avg': 115.49448598130842, 'street_segments_count': 107, 'node_density_km': 15.368333266379304, 'intersection_density_km': 10.523967345455393, 'edge_density_km': 4128.7060729548175, 'street_density_km': 2064.3530364774074, 'circuity_avg': 1.037371857191437, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037371857191437\n", - "4377\n", - "3991223.201780204\n", - "{'n': 64, 'm': 115, 'k_avg': 3.59375, 'intersection_count': 46, 'streets_per_node_avg': 2.46875, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 44, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.6875, 4: 0.03125}, 'edge_length_total': 19530.428000000007, 'edge_length_avg': 169.82980869565225, 'street_length_total': 12104.911000000002, 'street_length_avg': 165.820698630137, 'street_segments_count': 73, 'node_density_km': 16.03518439446185, 'intersection_density_km': 11.525288783519457, 'edge_density_km': 4893.343973168139, 'street_density_km': 3032.882499430463, 'circuity_avg': 1.1744002807337612, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1744002807337612\n", - "4378\n", - "3990511.7682601074\n", - "{'n': 20, 'm': 52, 'k_avg': 5.2, 'intersection_count': 17, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.85}, 'edge_length_total': 13802.877999999999, 'edge_length_avg': 265.4399615384615, 'street_length_total': 6901.439000000001, 'street_length_avg': 265.4399615384616, 'street_segments_count': 26, 'node_density_km': 5.011888489861577, 'intersection_density_km': 4.260105216382341, 'edge_density_km': 3458.924268758179, 'street_density_km': 1729.46213437909, 'circuity_avg': 1.0782123272972892, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782123272972892\n", - "4379\n", - "4995867.29096362\n", - "{'n': 74, 'm': 188, 'k_avg': 5.081081081081081, 'intersection_count': 58, 'streets_per_node_avg': 2.608108108108108, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 55, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21621621621621623, 2: 0.0, 3: 0.7432432432432432, 4: 0.04054054054054054}, 'edge_length_total': 37005.88600000005, 'edge_length_avg': 196.83981914893644, 'street_length_total': 18502.943, 'street_length_avg': 196.83981914893616, 'street_segments_count': 94, 'node_density_km': 14.812242938047826, 'intersection_density_km': 11.609595816307754, 'edge_density_km': 7407.299642833833, 'street_density_km': 3703.6498214169114, 'circuity_avg': 1.2286349738992597, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2286349738992597\n", - "4380\n", - "13970575.595051466\n", - "error with entry 4380\n", - "4381\n", - "9988261.226462768\n", - "error with entry 4381\n", - "4382\n", - "2993072.7086523734\n", - "{'n': 64, 'm': 172, 'k_avg': 5.375, 'intersection_count': 54, 'streets_per_node_avg': 2.765625, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 49, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.765625, 4: 0.078125}, 'edge_length_total': 20815.431999999993, 'edge_length_avg': 121.01995348837205, 'street_length_total': 10407.71600000001, 'street_length_avg': 121.01995348837221, 'street_segments_count': 86, 'node_density_km': 21.38270808289716, 'intersection_density_km': 18.041659944944477, 'edge_density_km': 6954.536032428064, 'street_density_km': 3477.268016214036, 'circuity_avg': 1.0247955386934477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247955386934477\n", - "4383\n", - "5986327.564108636\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3832.9719999999998, 'edge_length_avg': 958.2429999999999, 'street_length_total': 1916.4859999999999, 'street_length_avg': 958.2429999999999, 'street_segments_count': 2, 'node_density_km': 0.3340946479426072, 'intersection_density_km': 0.3340946479426072, 'edge_density_km': 640.2877154569354, 'street_density_km': 320.1438577284677, 'circuity_avg': 1.0818709324226286, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818709324226286\n", - "4384\n", - "17956579.042655334\n", - "{'n': 340, 'm': 812, 'k_avg': 4.776470588235294, 'intersection_count': 323, 'streets_per_node_avg': 3.126470588235294, 'streets_per_node_counts': {0: 0, 1: 17, 2: 2, 3: 244, 4: 75, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05, 2: 0.0058823529411764705, 3: 0.7176470588235294, 4: 0.22058823529411764, 5: 0.0058823529411764705}, 'edge_length_total': 149907.413, 'edge_length_avg': 184.61504064039408, 'street_length_total': 98076.01299999979, 'street_length_avg': 192.30590784313685, 'street_segments_count': 510, 'node_density_km': 18.934564272645687, 'intersection_density_km': 17.987836059013404, 'edge_density_km': 8348.328077631004, 'street_density_km': 5461.842858098029, 'circuity_avg': 1.1217970478440884, 'self_loop_proportion': 0.008620689655172414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1217970478440884\n", - "4385\n", - "22950303.67737237\n", - "{'n': 691, 'm': 1930, 'k_avg': 5.586107091172214, 'intersection_count': 591, 'streets_per_node_avg': 2.9985528219971056, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 392, 4: 199}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1447178002894356, 2: 0.0, 3: 0.5672937771345875, 4: 0.28798842257597684}, 'edge_length_total': 314727.681, 'edge_length_avg': 163.07133730569947, 'street_length_total': 166199.0059999999, 'street_length_avg': 163.58169881889754, 'street_segments_count': 1016, 'node_density_km': 30.108534061851422, 'intersection_density_km': 25.751293242480738, 'edge_density_km': 13713.44298639075, 'street_density_km': 7241.690930820328, 'circuity_avg': 1.0242061399464577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242061399464577\n", - "4386\n", - "5990091.432694189\n", - "{'n': 125, 'm': 360, 'k_avg': 5.76, 'intersection_count': 113, 'streets_per_node_avg': 3.128, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 73, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.096, 2: 0.0, 3: 0.584, 4: 0.32}, 'edge_length_total': 66558.19000000002, 'edge_length_avg': 184.88386111111114, 'street_length_total': 33279.095000000016, 'street_length_avg': 184.8838611111112, 'street_segments_count': 180, 'node_density_km': 20.867794991866795, 'intersection_density_km': 18.864486672647583, 'edge_density_km': 11111.381311597752, 'street_density_km': 5555.690655798877, 'circuity_avg': 1.0237505635874653, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237505635874653\n", - "4387\n", - "50890135.628231004\n", - "error with entry 4387\n", - "4388\n", - "8977741.54713092\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 740, 'm': 2170, 'k_avg': 5.864864864864865, 'intersection_count': 698, 'streets_per_node_avg': 3.1405405405405404, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 516, 4: 177, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05675675675675676, 2: 0.0, 3: 0.6972972972972973, 4: 0.2391891891891892, 5: 0.005405405405405406, 6: 0.0013513513513513514}, 'edge_length_total': 159023.89899999954, 'edge_length_avg': 73.28290276497674, 'street_length_total': 85241.08199999998, 'street_length_avg': 74.44635982532749, 'street_segments_count': 1145, 'node_density_km': 82.42607521225503, 'intersection_density_km': 77.74783851101893, 'edge_density_km': 17713.129539891903, 'street_density_km': 9494.71329203513, 'circuity_avg': 1.0325246413497897, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325246413497897\n", - "4389\n", - "1996353.5429275562\n", - "{'n': 33, 'm': 76, 'k_avg': 4.606060606060606, 'intersection_count': 27, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.8181818181818182}, 'edge_length_total': 10078.424000000003, 'edge_length_avg': 132.6108421052632, 'street_length_total': 5039.2119999999995, 'street_length_avg': 132.61084210526315, 'street_segments_count': 38, 'node_density_km': 16.530138219709865, 'intersection_density_km': 13.524658543398981, 'edge_density_km': 5048.416416873977, 'street_density_km': 2524.2082084369877, 'circuity_avg': 1.233368230509037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.233368230509037\n", - "4390\n", - "31938556.168263678\n", - "{'n': 3709, 'm': 10197, 'k_avg': 5.4985171205176595, 'intersection_count': 3425, 'streets_per_node_avg': 3.0425990833108654, 'streets_per_node_counts': {0: 0, 1: 284, 2: 2, 3: 2703, 4: 712, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.076570504179024, 2: 0.0005392289026691831, 3: 0.728767861957401, 4: 0.19196548935022917, 5: 0.0021569156106767324}, 'edge_length_total': 814465.3390000026, 'edge_length_avg': 79.87303510836546, 'street_length_total': 451275.885, 'street_length_avg': 80.75803239083751, 'street_segments_count': 5588, 'node_density_km': 116.12923203101819, 'intersection_density_km': 107.23715818448026, 'edge_density_km': 25501.006830399892, 'street_density_km': 14129.501741485059, 'circuity_avg': 1.044149013111194, 'self_loop_proportion': 0.0009806805923310777, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044149013111194\n", - "4391\n", - "1997743.685530429\n", - "{'n': 31, 'm': 68, 'k_avg': 4.387096774193548, 'intersection_count': 21, 'streets_per_node_avg': 2.3870967741935485, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 20, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3225806451612903, 2: 0.0, 3: 0.6451612903225806, 4: 0.03225806451612903}, 'edge_length_total': 13983.670000000004, 'edge_length_avg': 205.64220588235298, 'street_length_total': 6991.834999999999, 'street_length_avg': 205.64220588235293, 'street_segments_count': 34, 'node_density_km': 15.517506186870547, 'intersection_density_km': 10.511859029815533, 'edge_density_km': 6999.7317980695525, 'street_density_km': 3499.865899034775, 'circuity_avg': 1.090602051498325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090602051498325\n", - "4392\n", - "3992584.5278239544\n", - "{'n': 180, 'm': 515, 'k_avg': 5.722222222222222, 'intersection_count': 163, 'streets_per_node_avg': 3.15, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 104, 4: 58, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09444444444444444, 2: 0.0, 3: 0.5777777777777777, 4: 0.32222222222222224, 5: 0.0, 6: 0.005555555555555556}, 'edge_length_total': 49876.59099999999, 'edge_length_avg': 96.84774951456309, 'street_length_total': 26287.015999999978, 'street_length_avg': 96.6434411764705, 'street_segments_count': 272, 'node_density_km': 45.08357900642969, 'intersection_density_km': 40.82568543360021, 'edge_density_km': 12492.306838443776, 'street_density_km': 6583.959792662668, 'circuity_avg': 1.0187722458692074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0187722458692074\n", - "4393\n", - "2993428.6258595306\n", - "{'n': 15, 'm': 28, 'k_avg': 3.7333333333333334, 'intersection_count': 7, 'streets_per_node_avg': 1.9333333333333333, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5333333333333333, 2: 0.0, 3: 0.4666666666666667}, 'edge_length_total': 6489.342000000001, 'edge_length_avg': 231.7622142857143, 'street_length_total': 3244.6710000000003, 'street_length_avg': 231.7622142857143, 'street_segments_count': 14, 'node_density_km': 5.010976333432007, 'intersection_density_km': 2.3384556222682695, 'edge_density_km': 2167.8626121030884, 'street_density_km': 1083.9313060515442, 'circuity_avg': 1.2236568959120822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2236568959120822\n", - "4394\n", - "2992969.663353695\n", - "{'n': 31, 'm': 84, 'k_avg': 5.419354838709677, 'intersection_count': 28, 'streets_per_node_avg': 2.935483870967742, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 24, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0967741935483871, 2: 0.0, 3: 0.7741935483870968, 4: 0.12903225806451613}, 'edge_length_total': 21854.416000000005, 'edge_length_avg': 260.1716190476191, 'street_length_total': 10927.208, 'street_length_avg': 260.17161904761906, 'street_segments_count': 42, 'node_density_km': 10.357605818584792, 'intersection_density_km': 9.355256868399168, 'edge_density_km': 7301.916978173311, 'street_density_km': 3650.958489086655, 'circuity_avg': 1.043857746690021, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043857746690021\n", - "4395\n", - "4994518.174565759\n", - "{'n': 348, 'm': 989, 'k_avg': 5.683908045977011, 'intersection_count': 318, 'streets_per_node_avg': 2.9482758620689653, 'streets_per_node_counts': {0: 0, 1: 30, 2: 2, 3: 273, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08620689655172414, 2: 0.005747126436781609, 3: 0.7844827586206896, 4: 0.1206896551724138, 5: 0.0028735632183908046}, 'edge_length_total': 90920.01000000004, 'edge_length_avg': 91.93125379170884, 'street_length_total': 48274.24100000007, 'street_length_avg': 95.5925564356437, 'street_segments_count': 505, 'node_density_km': 69.67639076220928, 'intersection_density_km': 63.669805351674, 'edge_density_km': 18203.960186390745, 'street_density_km': 9665.445056508821, 'circuity_avg': 1.0454332528079564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454332528079564\n", - "4396\n", - "2997492.626890917\n", - "{'n': 56, 'm': 143, 'k_avg': 5.107142857142857, 'intersection_count': 53, 'streets_per_node_avg': 3.107142857142857, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 41, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05357142857142857, 2: 0.0, 3: 0.7321428571428571, 4: 0.21428571428571427}, 'edge_length_total': 22691.725000000006, 'edge_length_avg': 158.68339160839164, 'street_length_total': 12612.875999999998, 'street_length_avg': 155.7145185185185, 'street_segments_count': 81, 'node_density_km': 18.682281149790438, 'intersection_density_km': 17.681444659623093, 'edge_density_km': 7570.235468280867, 'street_density_km': 4207.808848918647, 'circuity_avg': 1.0999750369422638, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0999750369422638\n", - "4397\n", - "8983895.454533957\n", - "{'n': 316, 'm': 901, 'k_avg': 5.7025316455696204, 'intersection_count': 296, 'streets_per_node_avg': 3.0822784810126582, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 234, 4: 58, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06329113924050633, 2: 0.0, 3: 0.740506329113924, 4: 0.18354430379746836, 5: 0.012658227848101266}, 'edge_length_total': 98727.70500000007, 'edge_length_avg': 109.57569922308555, 'street_length_total': 52995.86899999997, 'street_length_avg': 111.10245073375256, 'street_segments_count': 477, 'node_density_km': 35.174051345457535, 'intersection_density_km': 32.94784556409947, 'edge_density_km': 10989.40938256072, 'street_density_km': 5898.985497794748, 'circuity_avg': 1.0542180902519447, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542180902519447\n", - "4398\n", - "1995119.9460490658\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 40, 'm': 110, 'k_avg': 5.5, 'intersection_count': 33, 'streets_per_node_avg': 2.85, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 26, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.175, 2: 0.0, 3: 0.65, 4: 0.15, 5: 0.025}, 'edge_length_total': 16854.504000000004, 'edge_length_avg': 153.22276363636368, 'street_length_total': 8427.251999999999, 'street_length_avg': 153.22276363636362, 'street_segments_count': 55, 'node_density_km': 20.04891990539815, 'intersection_density_km': 16.540358921953473, 'edge_density_km': 8447.865018530321, 'street_density_km': 4223.932509265159, 'circuity_avg': 1.0697739338753742, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697739338753742\n", - "4399\n", - "3994778.003247545\n", - "{'n': 51, 'm': 109, 'k_avg': 4.2745098039215685, 'intersection_count': 38, 'streets_per_node_avg': 2.549019607843137, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 35, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2549019607843137, 2: 0.0, 3: 0.6862745098039216, 4: 0.058823529411764705}, 'edge_length_total': 19053.679000000004, 'edge_length_avg': 174.80439449541288, 'street_length_total': 10198.510000000006, 'street_length_avg': 164.49209677419364, 'street_segments_count': 62, 'node_density_km': 12.76666687323793, 'intersection_density_km': 9.512418454569438, 'edge_density_km': 4769.646519659005, 'street_density_km': 2552.9603877134477, 'circuity_avg': 1.1645559964195478, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1645559964195478\n", - "4400\n", - "9976320.05535517\n", - "{'n': 53, 'm': 136, 'k_avg': 5.132075471698113, 'intersection_count': 43, 'streets_per_node_avg': 2.69811320754717, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 39, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18867924528301888, 2: 0.0, 3: 0.7358490566037735, 4: 0.07547169811320754}, 'edge_length_total': 40010.362, 'edge_length_avg': 294.19383823529415, 'street_length_total': 20005.181000000004, 'street_length_avg': 294.19383823529415, 'street_segments_count': 68, 'node_density_km': 5.312580160411978, 'intersection_density_km': 4.3102065452399065, 'edge_density_km': 4010.5331202283264, 'street_density_km': 2005.2665601141634, 'circuity_avg': 1.0404725820762446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404725820762446\n", - "4401\n", - "5991291.949746072\n", - "{'n': 295, 'm': 777, 'k_avg': 5.2677966101694915, 'intersection_count': 253, 'streets_per_node_avg': 2.9084745762711863, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 198, 4: 53, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1423728813559322, 2: 0.0, 3: 0.6711864406779661, 4: 0.17966101694915254, 5: 0.006779661016949152}, 'edge_length_total': 81598.56199999995, 'edge_length_avg': 105.01745431145424, 'street_length_total': 45242.83299999997, 'street_length_avg': 106.70479481132068, 'street_segments_count': 424, 'node_density_km': 49.23812801552809, 'intersection_density_km': 42.22795385738511, 'edge_density_km': 13619.52692081018, 'street_density_km': 7551.431874709007, 'circuity_avg': 1.0282364582716648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0282364582716648\n", - "4402\n", - "12986545.670395486\n", - "{'n': 600, 'm': 1592, 'k_avg': 5.306666666666667, 'intersection_count': 512, 'streets_per_node_avg': 2.861666666666667, 'streets_per_node_counts': {0: 0, 1: 88, 2: 2, 3: 419, 4: 87, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14666666666666667, 2: 0.0033333333333333335, 3: 0.6983333333333334, 4: 0.145, 5: 0.006666666666666667}, 'edge_length_total': 162909.34400000016, 'edge_length_avg': 102.32998994974885, 'street_length_total': 90254.49600000001, 'street_length_avg': 106.55784651711926, 'street_segments_count': 847, 'node_density_km': 46.20166249195718, 'intersection_density_km': 39.425418659803455, 'edge_density_km': 12544.470880456927, 'street_density_km': 6949.846270956166, 'circuity_avg': 1.0548770342167622, 'self_loop_proportion': 0.001256281407035176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548770342167622\n", - "4403\n", - "4992143.047472293\n", - "{'n': 77, 'm': 202, 'k_avg': 5.246753246753247, 'intersection_count': 62, 'streets_per_node_avg': 2.844155844155844, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 44, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19480519480519481, 2: 0.0, 3: 0.5714285714285714, 4: 0.23376623376623376}, 'edge_length_total': 49276.50799999997, 'edge_length_avg': 243.94310891089094, 'street_length_total': 24638.253999999994, 'street_length_avg': 243.94310891089103, 'street_segments_count': 101, 'node_density_km': 15.424237500363288, 'intersection_density_km': 12.419515909383428, 'edge_density_km': 9870.812501046119, 'street_density_km': 4935.406250523061, 'circuity_avg': 1.036324093486336, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036324093486336\n", - "4404\n", - "142652444.27314913\n", - "error with entry 4404\n", - "4405\n", - "23980576.646319445\n", - "{'n': 2198, 'm': 6356, 'k_avg': 5.7834394904458595, 'intersection_count': 2040, 'streets_per_node_avg': 3.0040946314831665, 'streets_per_node_counts': {0: 0, 1: 158, 2: 1, 3: 1725, 4: 303, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0718835304822566, 2: 0.00045495905368516835, 3: 0.7848043676069154, 4: 0.137852593266606, 5: 0.004549590536851683, 6: 0.00045495905368516835}, 'edge_length_total': 454377.2009999976, 'edge_length_avg': 71.48791708621737, 'street_length_total': 239330.3150000005, 'street_length_avg': 72.87768422655313, 'street_segments_count': 3284, 'node_density_km': 91.65751234498985, 'intersection_density_km': 85.06884676241097, 'edge_density_km': 18947.71788441275, 'street_density_km': 9980.173476634604, 'circuity_avg': 1.0523326020791024, 'self_loop_proportion': 0.0006293266205160479, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0523326020791024\n", - "4406\n", - "8981668.276319455\n", - "{'n': 223, 'm': 610, 'k_avg': 5.4708520179372195, 'intersection_count': 208, 'streets_per_node_avg': 3.1569506726457397, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 145, 4: 61, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06726457399103139, 2: 0.0, 3: 0.6502242152466368, 4: 0.273542600896861, 5: 0.008968609865470852}, 'edge_length_total': 79071.88200000014, 'edge_length_avg': 129.626036065574, 'street_length_total': 46507.16499999997, 'street_length_avg': 135.58940233236143, 'street_segments_count': 343, 'node_density_km': 24.82834960493351, 'intersection_density_km': 23.158281245857268, 'edge_density_km': 8803.696548054048, 'street_density_km': 5178.009649122542, 'circuity_avg': 1.0910952742074997, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0910952742074997\n", - "4407\n", - "10977070.25351645\n", - "{'n': 32, 'm': 72, 'k_avg': 4.5, 'intersection_count': 18, 'streets_per_node_avg': 2.3125, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 12, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4375, 2: 0.0, 3: 0.375, 4: 0.1875}, 'edge_length_total': 10494.449999999999, 'edge_length_avg': 145.75625, 'street_length_total': 5247.2249999999985, 'street_length_avg': 145.75624999999997, 'street_segments_count': 36, 'node_density_km': 2.915167641361224, 'intersection_density_km': 1.6397817982656884, 'edge_density_km': 956.0337829338529, 'street_density_km': 478.0168914669263, 'circuity_avg': 1.0430774031744159, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430774031744159\n", - "4408\n", - "27944200.77794714\n", - "{'n': 1815, 'm': 4809, 'k_avg': 5.299173553719008, 'intersection_count': 1680, 'streets_per_node_avg': 3.1388429752066114, 'streets_per_node_counts': {0: 0, 1: 135, 2: 1, 3: 1164, 4: 507, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0743801652892562, 2: 0.0005509641873278236, 3: 0.6413223140495867, 4: 0.2793388429752066, 5: 0.004407713498622589}, 'edge_length_total': 483072.11499999993, 'edge_length_avg': 100.45167706383862, 'street_length_total': 287845.8269999998, 'street_length_avg': 102.83880921757763, 'street_segments_count': 2799, 'node_density_km': 64.9508645612206, 'intersection_density_km': 60.11980851947692, 'edge_density_km': 17287.02562791591, 'street_density_km': 10300.735715696708, 'circuity_avg': 1.0297569613145856, 'self_loop_proportion': 0.0006238303181534623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297569613145856\n", - "4409\n", - "8985993.232826672\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 180, 'm': 530, 'k_avg': 5.888888888888889, 'intersection_count': 153, 'streets_per_node_avg': 3.0444444444444443, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 91, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.5055555555555555, 4: 0.34444444444444444}, 'edge_length_total': 110374.91799999999, 'edge_length_avg': 208.25456226415093, 'street_length_total': 55187.45899999996, 'street_length_avg': 208.2545622641508, 'street_segments_count': 265, 'node_density_km': 20.031174666640432, 'intersection_density_km': 17.026498466644366, 'edge_density_km': 12282.995895967306, 'street_density_km': 6141.497947983648, 'circuity_avg': 1.023087752819648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023087752819648\n", - "4410\n", - "27940053.849003162\n", - "{'n': 2412, 'm': 7034, 'k_avg': 5.832504145936982, 'intersection_count': 2293, 'streets_per_node_avg': 3.1703980099502487, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 1666, 4: 605, 5: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04933665008291874, 2: 0.0, 3: 0.6907131011608624, 4: 0.25082918739635157, 5: 0.00912106135986733}, 'edge_length_total': 622194.4000000014, 'edge_length_avg': 88.4552743815754, 'street_length_total': 336317.29900000046, 'street_length_avg': 88.73807361477584, 'street_segments_count': 3790, 'node_density_km': 86.32767900288262, 'intersection_density_km': 82.06856051144686, 'edge_density_km': 22268.904826115784, 'street_density_km': 12037.102749248977, 'circuity_avg': 1.0377967348105728, 'self_loop_proportion': 0.0005686664771111743, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377967348105728\n", - "4411\n", - "5986474.155432917\n", - "{'n': 187, 'm': 418, 'k_avg': 4.470588235294118, 'intersection_count': 119, 'streets_per_node_avg': 2.320855614973262, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 110, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36363636363636365, 2: 0.0, 3: 0.5882352941176471, 4: 0.0481283422459893}, 'edge_length_total': 56760.01499999997, 'edge_length_avg': 135.7895095693779, 'street_length_total': 28846.980999999996, 'street_length_avg': 136.71554976303315, 'street_segments_count': 211, 'node_density_km': 31.23708465863692, 'intersection_density_km': 19.87814478276895, 'edge_density_km': 9481.37643732888, 'street_density_km': 4818.692982048613, 'circuity_avg': 1.0971938863002735, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0971938863002735\n", - "4412\n", - "29928710.126795072\n", - "{'n': 119, 'm': 264, 'k_avg': 4.436974789915967, 'intersection_count': 75, 'streets_per_node_avg': 2.310924369747899, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 69, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3697478991596639, 2: 0.0, 3: 0.5798319327731093, 4: 0.05042016806722689}, 'edge_length_total': 72744.69800000006, 'edge_length_avg': 275.5480984848487, 'street_length_total': 36372.34900000001, 'street_length_avg': 275.54809848484854, 'street_segments_count': 132, 'node_density_km': 3.976115225007967, 'intersection_density_km': 2.505954973744517, 'edge_density_km': 2430.599170221906, 'street_density_km': 1215.2995851109524, 'circuity_avg': 1.0853115158955908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0853115158955908\n", - "4413\n", - "54872748.83200584\n", - "{'n': 972, 'm': 2492, 'k_avg': 5.127572016460905, 'intersection_count': 758, 'streets_per_node_avg': 2.6635802469135803, 'streets_per_node_counts': {0: 0, 1: 214, 2: 0, 3: 658, 4: 99, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22016460905349794, 2: 0.0, 3: 0.676954732510288, 4: 0.10185185185185185, 5: 0.00102880658436214}, 'edge_length_total': 488831.2019999999, 'edge_length_avg': 196.16019341894057, 'street_length_total': 247567.47099999996, 'street_length_avg': 195.0886296296296, 'street_segments_count': 1269, 'node_density_km': 17.71371073418975, 'intersection_density_km': 13.813778535510114, 'edge_density_km': 8908.451142051723, 'street_density_km': 4511.66519391863, 'circuity_avg': 1.0708884258785958, 'self_loop_proportion': 0.0008025682182985554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708884258785958\n", - "4414\n", - "6982733.3059290815\n", - "{'n': 525, 'm': 1548, 'k_avg': 5.897142857142857, 'intersection_count': 486, 'streets_per_node_avg': 3.0476190476190474, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 387, 4: 95, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07428571428571429, 2: 0.0, 3: 0.7371428571428571, 4: 0.18095238095238095, 5: 0.007619047619047619}, 'edge_length_total': 106755.01299999967, 'edge_length_avg': 68.96318669250624, 'street_length_total': 56008.077999999994, 'street_length_avg': 70.5391410579345, 'street_segments_count': 794, 'node_density_km': 75.18545775680983, 'intersection_density_km': 69.60025232344681, 'edge_density_km': 15288.427657598399, 'street_density_km': 8020.939014303065, 'circuity_avg': 1.0387744220784456, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387744220784456\n", - "4415\n", - "8986369.990643632\n", - "{'n': 85, 'm': 185, 'k_avg': 4.352941176470588, 'intersection_count': 61, 'streets_per_node_avg': 2.635294117647059, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 46, 4: 13, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2823529411764706, 2: 0.0, 3: 0.5411764705882353, 4: 0.15294117647058825, 5: 0.023529411764705882}, 'edge_length_total': 35543.75900000002, 'edge_length_avg': 192.12842702702713, 'street_length_total': 20106.927999999996, 'street_length_avg': 187.915214953271, 'street_segments_count': 107, 'node_density_km': 9.458769234796668, 'intersection_density_km': 6.788057921442315, 'edge_density_km': 3955.296636685028, 'street_density_km': 2237.4916702667256, 'circuity_avg': 1.0741863792264923, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741863792264923\n", - "4416\n", - "167648950.69022113\n", - "{'n': 13653, 'm': 35108, 'k_avg': 5.142898996557533, 'intersection_count': 11967, 'streets_per_node_avg': 2.910569105691057, 'streets_per_node_counts': {0: 0, 1: 1686, 2: 19, 3: 9793, 4: 2141, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12348934300153812, 2: 0.0013916355379770015, 3: 0.7172782538636198, 4: 0.15681535193730314, 5: 0.000952171683879001, 6: 7.324397568300007e-05}, 'edge_length_total': 3629728.9420000184, 'edge_length_avg': 103.38751686225415, 'street_length_total': 2124349.2549999957, 'street_length_avg': 107.75840798417346, 'street_segments_count': 19714, 'node_density_km': 81.43802835502251, 'intersection_density_km': 71.38129973812015, 'edge_density_km': 21650.7704167321, 'street_density_km': 12671.413965037764, 'circuity_avg': 1.0742150547867786, 'self_loop_proportion': 0.003930728039193346, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742150547867786\n", - "4417\n", - "6983603.7437589895\n", - "{'n': 104, 'm': 250, 'k_avg': 4.8076923076923075, 'intersection_count': 79, 'streets_per_node_avg': 2.605769230769231, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 70, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2403846153846154, 2: 0.0, 3: 0.6730769230769231, 4: 0.08653846153846154}, 'edge_length_total': 56662.490999999995, 'edge_length_avg': 226.64996399999998, 'street_length_total': 28460.73200000001, 'street_length_avg': 222.34946875000009, 'street_segments_count': 128, 'node_density_km': 14.892024779175262, 'intersection_density_km': 11.312211130335056, 'edge_density_km': 8113.646346363416, 'street_density_km': 4075.364674783332, 'circuity_avg': 1.0949039300596564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0949039300596564\n", - "4418\n", - "4989345.485021962\n", - "{'n': 12, 'm': 24, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 9059.402, 'edge_length_avg': 377.4750833333333, 'street_length_total': 4529.700999999999, 'street_length_avg': 377.47508333333326, 'street_segments_count': 12, 'node_density_km': 2.405125088255374, 'intersection_density_km': 1.6034167255035827, 'edge_density_km': 1815.7495862325761, 'street_density_km': 907.874793116288, 'circuity_avg': 1.098752661643551, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098752661643551\n", - "4419\n", - "8978326.253678791\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 449, 'm': 1362, 'k_avg': 6.066815144766147, 'intersection_count': 419, 'streets_per_node_avg': 3.115812917594655, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 308, 4: 110, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.066815144766147, 2: 0.0, 3: 0.6859688195991092, 4: 0.24498886414253898, 5: 0.0022271714922048997}, 'edge_length_total': 114992.46800000004, 'edge_length_avg': 84.42912481644643, 'street_length_total': 59990.36400000011, 'street_length_avg': 86.94255652173929, 'street_segments_count': 690, 'node_density_km': 50.009321037540396, 'intersection_density_km': 46.667941012760416, 'edge_density_km': 12807.78451917838, 'street_density_km': 6681.686798296017, 'circuity_avg': 1.023820081374313, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023820081374313\n", - "4420\n", - "3993775.828864193\n", - "{'n': 170, 'm': 512, 'k_avg': 6.023529411764706, 'intersection_count': 163, 'streets_per_node_avg': 3.0764705882352943, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 137, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.041176470588235294, 2: 0.0, 3: 0.8058823529411765, 4: 0.14705882352941177, 5: 0.0058823529411764705}, 'edge_length_total': 53138.43799999994, 'edge_length_avg': 103.78601171874988, 'street_length_total': 26569.219, 'street_length_avg': 103.78601171875, 'street_segments_count': 256, 'node_density_km': 42.56623488262911, 'intersection_density_km': 40.81350756393262, 'edge_density_km': 13305.313136494244, 'street_density_km': 6652.65656824713, 'circuity_avg': 1.0745881290485217, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745881290485217\n", - "4421\n", - "4991777.861612111\n", - "{'n': 205, 'm': 531, 'k_avg': 5.180487804878049, 'intersection_count': 174, 'streets_per_node_avg': 2.8048780487804876, 'streets_per_node_counts': {0: 0, 1: 31, 2: 2, 3: 149, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15121951219512195, 2: 0.00975609756097561, 3: 0.7268292682926829, 4: 0.1073170731707317, 5: 0.004878048780487805}, 'edge_length_total': 52373.615, 'edge_length_avg': 98.63204331450093, 'street_length_total': 29071.133999999987, 'street_length_avg': 104.19761290322576, 'street_segments_count': 279, 'node_density_km': 41.06753258723628, 'intersection_density_km': 34.85732034233713, 'edge_density_km': 10491.976296213983, 'street_density_km': 5823.803623867863, 'circuity_avg': 1.0761682184705754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761682184705754\n", - "4422\n", - "6985338.628801831\n", - "{'n': 148, 'm': 424, 'k_avg': 5.72972972972973, 'intersection_count': 121, 'streets_per_node_avg': 2.9594594594594597, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 73, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18243243243243243, 2: 0.0, 3: 0.49324324324324326, 4: 0.32432432432432434}, 'edge_length_total': 82812.00599999998, 'edge_length_avg': 195.31133490566032, 'street_length_total': 41406.003, 'street_length_avg': 195.31133490566037, 'street_segments_count': 212, 'node_density_km': 21.187233413390853, 'intersection_density_km': 17.321994885272254, 'edge_density_km': 11855.116895629213, 'street_density_km': 5927.5584478146075, 'circuity_avg': 1.0141416472477558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0141416472477558\n", - "4423\n", - "4987768.577355584\n", - "{'n': 44, 'm': 106, 'k_avg': 4.818181818181818, 'intersection_count': 32, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 30, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.6818181818181818, 4: 0.045454545454545456}, 'edge_length_total': 19792.246, 'edge_length_avg': 186.71930188679244, 'street_length_total': 9896.122999999996, 'street_length_avg': 186.71930188679238, 'street_segments_count': 53, 'node_density_km': 8.821580094906475, 'intersection_density_km': 6.415694614477435, 'edge_density_km': 3968.1564397066427, 'street_density_km': 1984.0782198533207, 'circuity_avg': 1.0355429788386066, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0355429788386066\n", - "4424\n", - "38916808.14831244\n", - "{'n': 1084, 'm': 2540, 'k_avg': 4.686346863468635, 'intersection_count': 749, 'streets_per_node_avg': 2.4215867158671585, 'streets_per_node_counts': {0: 0, 1: 335, 2: 0, 3: 706, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30904059040590404, 2: 0.0, 3: 0.6512915129151291, 4: 0.03966789667896679}, 'edge_length_total': 446350.37400000053, 'edge_length_avg': 175.72849370078762, 'street_length_total': 223175.1869999996, 'street_length_avg': 175.72849370078708, 'street_segments_count': 1270, 'node_density_km': 27.854288457287208, 'intersection_density_km': 19.246182707110812, 'edge_density_km': 11469.34692842624, 'street_density_km': 5734.673464213102, 'circuity_avg': 1.0658770985212405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658770985212405\n", - "4425\n", - "2993076.5769641325\n", - "{'n': 52, 'm': 130, 'k_avg': 5.0, 'intersection_count': 40, 'streets_per_node_avg': 2.6538461538461537, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 34, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.6538461538461539, 4: 0.11538461538461539}, 'edge_length_total': 18392.36, 'edge_length_avg': 141.47969230769232, 'street_length_total': 9276.463999999998, 'street_length_avg': 140.55248484848482, 'street_segments_count': 66, 'node_density_km': 17.373427863560853, 'intersection_density_km': 13.364175279662195, 'edge_density_km': 6144.968071166195, 'street_density_km': 3099.3072717869068, 'circuity_avg': 1.1704988090720603, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1704988090720603\n", - "4426\n", - "147675570.6959659\n", - "error with entry 4426\n", - "4427\n", - "15969443.419704776\n", - "{'n': 1281, 'm': 3781, 'k_avg': 5.9032006245121, 'intersection_count': 1182, 'streets_per_node_avg': 3.092896174863388, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 871, 4: 306, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07728337236533958, 2: 0.0, 3: 0.6799375487900078, 4: 0.2388758782201405, 5: 0.00312256049960968, 6: 0.00078064012490242}, 'edge_length_total': 336284.8440000016, 'edge_length_avg': 88.9407151547214, 'street_length_total': 175479.0360000004, 'street_length_avg': 89.71320858895726, 'street_segments_count': 1956, 'node_density_km': 80.21569483250542, 'intersection_density_km': 74.01635541922046, 'edge_density_km': 21058.019065652476, 'street_density_km': 10988.425293737911, 'circuity_avg': 1.0265775122562575, 'self_loop_proportion': 0.0005289605924358636, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265775122562575\n", - "4428\n", - "10974006.248278534\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 5, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.8333333333333334}, 'edge_length_total': 8038.869999999999, 'edge_length_avg': 803.887, 'street_length_total': 4019.4350000000004, 'street_length_avg': 803.8870000000001, 'street_segments_count': 5, 'node_density_km': 0.546746544903891, 'intersection_density_km': 0.4556221207532425, 'edge_density_km': 732.5373995719236, 'street_density_km': 366.26869978596187, 'circuity_avg': 1.0815348771693878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815348771693878\n", - "4429\n", - "5986469.14632929\n", - "{'n': 308, 'm': 882, 'k_avg': 5.7272727272727275, 'intersection_count': 294, 'streets_per_node_avg': 3.1363636363636362, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 226, 4: 66, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.045454545454545456, 2: 0.0, 3: 0.7337662337662337, 4: 0.21428571428571427, 5: 0.006493506493506494}, 'edge_length_total': 83956.85800000005, 'edge_length_avg': 95.18918140589575, 'street_length_total': 45146.27700000003, 'street_length_avg': 95.24531012658234, 'street_segments_count': 474, 'node_density_km': 51.44935895791857, 'intersection_density_km': 49.11075173255863, 'edge_density_km': 14024.436766951298, 'street_density_km': 7541.386399307223, 'circuity_avg': 1.0662532392846737, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662532392846737\n", - "4430\n", - "3990217.92152886\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1174.53, 'edge_length_avg': 293.6325, 'street_length_total': 587.265, 'street_length_avg': 293.6325, 'street_segments_count': 2, 'node_density_km': 0.7518386361340746, 'intersection_density_km': 0.5012257574227165, 'edge_density_km': 294.35234443285157, 'street_density_km': 147.17617221642578, 'circuity_avg': 1.0028910375380398, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0028910375380398\n", - "4431\n", - "4988485.465440601\n", - "{'n': 130, 'm': 334, 'k_avg': 5.138461538461539, 'intersection_count': 101, 'streets_per_node_avg': 2.6615384615384614, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 87, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2230769230769231, 2: 0.0, 3: 0.6692307692307692, 4: 0.1076923076923077}, 'edge_length_total': 51774.463999999956, 'edge_length_avg': 155.01336526946093, 'street_length_total': 25887.231999999985, 'street_length_avg': 155.013365269461, 'street_segments_count': 167, 'node_density_km': 26.060013785871163, 'intersection_density_km': 20.246626095176826, 'edge_density_km': 10378.794196892994, 'street_density_km': 5189.397098446498, 'circuity_avg': 1.0262561540672395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262561540672395\n", - "4432\n", - "25937343.982546385\n", - "{'n': 1905, 'm': 4905, 'k_avg': 5.149606299212598, 'intersection_count': 1703, 'streets_per_node_avg': 2.9238845144356955, 'streets_per_node_counts': {0: 0, 1: 202, 2: 2, 3: 1441, 4: 259, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10603674540682415, 2: 0.0010498687664041995, 3: 0.7564304461942257, 4: 0.13595800524934384, 5: 0.0005249343832020997}, 'edge_length_total': 432841.3009999971, 'edge_length_avg': 88.2449135575937, 'street_length_total': 245874.23, 'street_length_avg': 88.82739523121387, 'street_segments_count': 2768, 'node_density_km': 73.44622492117551, 'intersection_density_km': 65.65822626811648, 'edge_density_km': 16687.957768199485, 'street_density_km': 9479.54540624716, 'circuity_avg': 1.1016503169921976, 'self_loop_proportion': 0.002854230377166157, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1016503169921976\n", - "4433\n", - "86859037.46887548\n", - "{'n': 7995, 'm': 23118, 'k_avg': 5.783114446529081, 'intersection_count': 7352, 'streets_per_node_avg': 3.1364602876798, 'streets_per_node_counts': {0: 0, 1: 643, 2: 12, 3: 5012, 4: 2273, 5: 50, 6: 4, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08042526579111944, 2: 0.00150093808630394, 3: 0.6268918073796123, 4: 0.284302689180738, 5: 0.006253908692933083, 6: 0.0005003126954346467, 7: 0.00012507817385866166}, 'edge_length_total': 1715642.388000001, 'edge_length_avg': 74.2124053983909, 'street_length_total': 935916.9999999972, 'street_length_avg': 74.88534165466453, 'street_segments_count': 12498, 'node_density_km': 92.04568957910543, 'intersection_density_km': 84.642890529779, 'edge_density_km': 19752.03085360891, 'street_density_km': 10775.125159950889, 'circuity_avg': 1.0343071100945163, 'self_loop_proportion': 0.0007786140669608098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343071100945163\n", - "4434\n", - "17972208.917830106\n", - "{'n': 405, 'm': 1128, 'k_avg': 5.57037037037037, 'intersection_count': 339, 'streets_per_node_avg': 2.8567901234567903, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 265, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16296296296296298, 2: 0.0, 3: 0.654320987654321, 4: 0.18271604938271604}, 'edge_length_total': 217058.77100000012, 'edge_length_avg': 192.42798847517741, 'street_length_total': 108658.77999999997, 'street_length_avg': 191.63805996472658, 'street_segments_count': 567, 'node_density_km': 22.534792570667385, 'intersection_density_km': 18.862456003595664, 'edge_density_km': 12077.467605256781, 'street_density_km': 6045.933501930324, 'circuity_avg': 1.0294793920776155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294793920776155\n", - "4435\n", - "3991202.409520106\n", - "{'n': 233, 'm': 677, 'k_avg': 5.8111587982832615, 'intersection_count': 223, 'streets_per_node_avg': 3.128755364806867, 'streets_per_node_counts': {0: 0, 1: 10, 2: 1, 3: 172, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04291845493562232, 2: 0.004291845493562232, 3: 0.7381974248927039, 4: 0.21030042918454936, 5: 0.004291845493562232}, 'edge_length_total': 65228.55399999995, 'edge_length_avg': 96.34941506646965, 'street_length_total': 33966.835, 'street_length_avg': 95.14519607843137, 'street_segments_count': 357, 'node_density_km': 58.3783973080973, 'intersection_density_km': 55.87288669401587, 'edge_density_km': 16343.083438818354, 'street_density_km': 8510.426561925258, 'circuity_avg': 1.0484688140844105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484688140844105\n", - "4436\n", - "3995286.6590245035\n", - "{'n': 190, 'm': 531, 'k_avg': 5.589473684210526, 'intersection_count': 180, 'streets_per_node_avg': 3.1052631578947367, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 140, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05263157894736842, 2: 0.0, 3: 0.7368421052631579, 4: 0.21052631578947367}, 'edge_length_total': 60649.87199999998, 'edge_length_avg': 114.21821468926551, 'street_length_total': 32410.154999999995, 'street_length_avg': 115.33862989323842, 'street_segments_count': 281, 'node_density_km': 47.55603695440235, 'intersection_density_km': 45.05308764101275, 'edge_density_km': 15180.355547956693, 'street_density_km': 8112.097520410041, 'circuity_avg': 1.012523470964776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012523470964776\n", - "4437\n", - "4990114.313730241\n", - "{'n': 68, 'm': 165, 'k_avg': 4.852941176470588, 'intersection_count': 55, 'streets_per_node_avg': 2.735294117647059, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 47, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19117647058823528, 2: 0.0, 3: 0.6911764705882353, 4: 0.11764705882352941}, 'edge_length_total': 24681.021999999986, 'edge_length_avg': 149.58195151515145, 'street_length_total': 13891.271000000004, 'street_length_avg': 161.52640697674423, 'street_segments_count': 86, 'node_density_km': 13.626942335348671, 'intersection_density_km': 11.021791594767308, 'edge_density_km': 4945.98328781576, 'street_density_km': 2783.7580717897254, 'circuity_avg': 1.0666277170087346, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0666277170087346\n", - "4438\n", - "12989235.337012734\n", - "{'n': 228, 'm': 586, 'k_avg': 5.140350877192983, 'intersection_count': 183, 'streets_per_node_avg': 2.754385964912281, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 149, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19736842105263158, 2: 0.0, 3: 0.6535087719298246, 4: 0.14912280701754385}, 'edge_length_total': 88036.58200000001, 'edge_length_avg': 150.23307508532426, 'street_length_total': 44365.955999999984, 'street_length_avg': 144.98678431372545, 'street_segments_count': 306, 'node_density_km': 17.552996314595642, 'intersection_density_km': 14.088589147241239, 'edge_density_km': 6777.6570148929695, 'street_density_km': 3415.5941322873337, 'circuity_avg': 1.052895617797032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052895617797032\n", - "4439\n", - "6983257.487710632\n", - "{'n': 228, 'm': 664, 'k_avg': 5.824561403508772, 'intersection_count': 211, 'streets_per_node_avg': 3.0219298245614037, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 172, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07456140350877193, 2: 0.0, 3: 0.7543859649122807, 4: 0.17105263157894737}, 'edge_length_total': 89979.15799999997, 'edge_length_avg': 135.51078012048188, 'street_length_total': 44989.57900000002, 'street_length_avg': 135.510780120482, 'street_segments_count': 332, 'node_density_km': 32.64951928254714, 'intersection_density_km': 30.215125300953712, 'edge_density_km': 12884.983570826116, 'street_density_km': 6442.491785413064, 'circuity_avg': 1.0814420028138942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0814420028138942\n", - "4440\n", - "82806742.66107585\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 6089, 'm': 17311, 'k_avg': 5.685991131548694, 'intersection_count': 5789, 'streets_per_node_avg': 3.1729348004598457, 'streets_per_node_counts': {0: 0, 1: 300, 2: 7, 3: 4152, 4: 1601, 5: 28, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.049269173920183935, 2: 0.0011496140581376253, 3: 0.6818853670553457, 4: 0.2629331581540483, 5: 0.004598456232550501, 6: 0.00016423057973394647}, 'edge_length_total': 1560656.6319999995, 'edge_length_avg': 90.15404263185255, 'street_length_total': 890081.8559999969, 'street_length_avg': 92.86195680751142, 'street_segments_count': 9585, 'node_density_km': 73.53265935024149, 'intersection_density_km': 69.90976596790081, 'edge_density_km': 18846.975280596347, 'street_density_km': 10748.90555281302, 'circuity_avg': 1.0448992658722787, 'self_loop_proportion': 0.0005776673791231009, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448992658722787\n", - "4441\n", - "6985680.946747501\n", - "{'n': 9, 'm': 20, 'k_avg': 4.444444444444445, 'intersection_count': 6, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 3, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.3333333333333333, 4: 0.3333333333333333}, 'edge_length_total': 12924.066, 'edge_length_avg': 646.2033, 'street_length_total': 6462.032999999999, 'street_length_avg': 646.2032999999999, 'street_segments_count': 10, 'node_density_km': 1.288349706865779, 'intersection_density_km': 0.858899804577186, 'edge_density_km': 1850.079626957109, 'street_density_km': 925.0398134785544, 'circuity_avg': 1.0156371666484727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0156371666484727\n", - "4442\n", - "4989411.126626238\n", - "{'n': 106, 'm': 304, 'k_avg': 5.735849056603773, 'intersection_count': 89, 'streets_per_node_avg': 3.047169811320755, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 50, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16037735849056603, 2: 0.0, 3: 0.4716981132075472, 4: 0.36792452830188677}, 'edge_length_total': 49657.89799999999, 'edge_length_avg': 163.3483486842105, 'street_length_total': 24828.949000000004, 'street_length_avg': 163.34834868421055, 'street_segments_count': 152, 'node_density_km': 21.244992106247928, 'intersection_density_km': 17.83777639109496, 'edge_density_km': 9952.657085121362, 'street_density_km': 4976.328542560684, 'circuity_avg': 1.004412277074599, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.004412277074599\n", - "4443\n", - "3990106.04485166\n", - "{'n': 168, 'm': 490, 'k_avg': 5.833333333333333, 'intersection_count': 162, 'streets_per_node_avg': 3.0595238095238093, 'streets_per_node_counts': {0: 0, 1: 6, 2: 1, 3: 139, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03571428571428571, 2: 0.005952380952380952, 3: 0.8273809523809523, 4: 0.125, 5: 0.005952380952380952}, 'edge_length_total': 34115.103999999985, 'edge_length_avg': 69.62266122448976, 'street_length_total': 18143.37, 'street_length_avg': 71.9975, 'street_segments_count': 252, 'node_density_km': 42.10414412839139, 'intersection_density_km': 40.60042469523456, 'edge_density_km': 8549.92414149441, 'street_density_km': 4547.089675325788, 'circuity_avg': 1.0278418100404636, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278418100404636\n", - "4444\n", - "999144.2307650002\n", - "{'n': 34, 'm': 80, 'k_avg': 4.705882352941177, 'intersection_count': 27, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 25, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20588235294117646, 2: 0.0, 3: 0.7352941176470589, 4: 0.058823529411764705}, 'edge_length_total': 10238.766, 'edge_length_avg': 127.98457499999999, 'street_length_total': 5119.382999999999, 'street_length_avg': 127.98457499999998, 'street_segments_count': 40, 'node_density_km': 34.02912107490999, 'intersection_density_km': 27.023125559487344, 'edge_density_km': 10247.535525637408, 'street_density_km': 5123.767762818703, 'circuity_avg': 1.1063621161480357, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1063621161480357\n", - "4445\n", - "9978730.177044585\n", - "{'n': 148, 'm': 334, 'k_avg': 4.513513513513513, 'intersection_count': 99, 'streets_per_node_avg': 2.4054054054054053, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 89, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3310810810810811, 2: 0.0, 3: 0.6013513513513513, 4: 0.06756756756756757}, 'edge_length_total': 84982.42000000003, 'edge_length_avg': 254.43838323353302, 'street_length_total': 42491.21000000001, 'street_length_avg': 254.43838323353296, 'street_segments_count': 167, 'node_density_km': 14.831546436686333, 'intersection_density_km': 9.921102008323965, 'edge_density_km': 8516.356138729607, 'street_density_km': 4258.1780693648025, 'circuity_avg': 1.099644212261527, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.099644212261527\n", - "4446\n", - "2993006.0527311447\n", - "{'n': 49, 'm': 130, 'k_avg': 5.3061224489795915, 'intersection_count': 39, 'streets_per_node_avg': 2.7346938775510203, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 33, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20408163265306123, 2: 0.0, 3: 0.673469387755102, 4: 0.10204081632653061, 5: 0.02040816326530612}, 'edge_length_total': 13201.274000000007, 'edge_length_avg': 101.54826153846159, 'street_length_total': 6600.6370000000015, 'street_length_avg': 101.54826153846156, 'street_segments_count': 65, 'node_density_km': 16.371500470333853, 'intersection_density_km': 13.030377925367759, 'edge_density_km': 4410.707418367473, 'street_density_km': 2205.3537091837356, 'circuity_avg': 1.0435920663065912, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435920663065912\n", - "4447\n", - "8981404.932822656\n", - "error with entry 4447\n", - "4448\n", - "1995928.8921507292\n", - "{'n': 61, 'm': 152, 'k_avg': 4.983606557377049, 'intersection_count': 49, 'streets_per_node_avg': 2.6885245901639343, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 44, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19672131147540983, 2: 0.0, 3: 0.7213114754098361, 4: 0.08196721311475409}, 'edge_length_total': 16990.28, 'edge_length_avg': 111.77815789473684, 'street_length_total': 8495.140000000001, 'street_length_avg': 111.77815789473686, 'street_segments_count': 76, 'node_density_km': 30.56221102860481, 'intersection_density_km': 24.54997279346944, 'edge_density_km': 8512.46758680465, 'street_density_km': 4256.233793402326, 'circuity_avg': 1.0682212707426306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682212707426306\n", - "4449\n", - "13965645.172106348\n", - "{'n': 1028, 'm': 3107, 'k_avg': 6.044747081712062, 'intersection_count': 958, 'streets_per_node_avg': 3.193579766536965, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 624, 4: 329, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06809338521400778, 2: 0.0, 3: 0.6070038910505836, 4: 0.32003891050583655, 5: 0.0048638132295719845}, 'edge_length_total': 284144.06300000014, 'edge_length_avg': 91.45286868361768, 'street_length_total': 149218.2519999999, 'street_length_avg': 92.16692526250765, 'street_segments_count': 1619, 'node_density_km': 73.60920224818754, 'intersection_density_km': 68.5969024842059, 'edge_density_km': 20345.931713024078, 'street_density_km': 10684.665846876465, 'circuity_avg': 1.0195591891513547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0195591891513547\n", - "4450\n", - "4990804.112436635\n", - "{'n': 259, 'm': 610, 'k_avg': 4.710424710424711, 'intersection_count': 183, 'streets_per_node_avg': 2.5328185328185326, 'streets_per_node_counts': {0: 0, 1: 76, 2: 1, 3: 151, 4: 30, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29343629343629346, 2: 0.003861003861003861, 3: 0.583011583011583, 4: 0.11583011583011583, 5: 0.003861003861003861}, 'edge_length_total': 56086.31499999998, 'edge_length_avg': 91.94477868852456, 'street_length_total': 29701.93400000001, 'street_length_avg': 92.52938940809972, 'street_segments_count': 321, 'node_density_km': 51.89544493533522, 'intersection_density_km': 36.66743792728319, 'edge_density_km': 11237.931550997548, 'street_density_km': 5951.332356640778, 'circuity_avg': 1.060013119682402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060013119682402\n", - "4451\n", - "8980625.739280935\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 562, 'm': 1654, 'k_avg': 5.8861209964412815, 'intersection_count': 496, 'streets_per_node_avg': 3.1120996441281137, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 303, 4: 191, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11743772241992882, 2: 0.0, 3: 0.5391459074733096, 4: 0.3398576512455516, 5: 0.0035587188612099642}, 'edge_length_total': 143954.99000000014, 'edge_length_avg': 87.03445586457082, 'street_length_total': 76196.0090000001, 'street_length_avg': 87.88467012687438, 'street_segments_count': 867, 'node_density_km': 62.57915832544186, 'intersection_density_km': 55.23000450074584, 'edge_density_km': 16029.50553549361, 'street_density_km': 8484.487741953379, 'circuity_avg': 1.015699824442564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015699824442564\n", - "4452\n", - "3990169.817214125\n", - "{'n': 193, 'm': 544, 'k_avg': 5.637305699481865, 'intersection_count': 180, 'streets_per_node_avg': 3.093264248704663, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 138, 4: 40, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06735751295336788, 2: 0.0, 3: 0.7150259067357513, 4: 0.20725388601036268, 5: 0.010362694300518135}, 'edge_length_total': 56926.22699999999, 'edge_length_avg': 104.64379963235292, 'street_length_total': 29938.650000000005, 'street_length_avg': 105.79028268551238, 'street_segments_count': 283, 'node_density_km': 48.36886870512936, 'intersection_density_km': 45.110862004783854, 'edge_density_km': 14266.617614722225, 'street_density_km': 7503.10171533068, 'circuity_avg': 1.0308964888396712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0308964888396712\n", - "4453\n", - "2992493.813529202\n", - "{'n': 12, 'm': 24, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.25, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 6, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4166666666666667, 2: 0.0, 3: 0.5, 4: 0.08333333333333333}, 'edge_length_total': 6446.907999999999, 'edge_length_avg': 268.6211666666666, 'street_length_total': 3223.454, 'street_length_avg': 268.6211666666667, 'street_segments_count': 12, 'node_density_km': 4.010033352699828, 'intersection_density_km': 2.339186122408233, 'edge_density_km': 2154.3596751489454, 'street_density_km': 1077.1798375744727, 'circuity_avg': 1.9020945004848913, 'self_loop_proportion': 0.08333333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.9020945004848913\n", - "4454\n", - "65841201.35505409\n", - "error with entry 4454\n", - "4455\n", - "6982003.145106727\n", - "{'n': 143, 'm': 394, 'k_avg': 5.510489510489511, 'intersection_count': 122, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 82, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14685314685314685, 2: 0.0, 3: 0.5734265734265734, 4: 0.26573426573426573, 5: 0.013986013986013986}, 'edge_length_total': 44185.568999999974, 'edge_length_avg': 112.1461142131979, 'street_length_total': 22748.023, 'street_length_avg': 108.8422153110048, 'street_segments_count': 209, 'node_density_km': 20.481228241814847, 'intersection_density_km': 17.473495423086796, 'edge_density_km': 6328.494571212994, 'street_density_km': 3258.0940637276485, 'circuity_avg': 1.1226579889423978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1226579889423978\n", - "4456\n", - "13970404.76413937\n", - "{'n': 48, 'm': 128, 'k_avg': 5.333333333333333, 'intersection_count': 35, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 17, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2708333333333333, 2: 0.0, 3: 0.3541666666666667, 4: 0.375}, 'edge_length_total': 37205.378, 'edge_length_avg': 290.667015625, 'street_length_total': 18602.689000000002, 'street_length_avg': 290.66701562500003, 'street_segments_count': 64, 'node_density_km': 3.4358345953734424, 'intersection_density_km': 2.5052960591264686, 'edge_density_km': 2663.1567680488743, 'street_density_km': 1331.5783840244374, 'circuity_avg': 1.0260584601511014, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0260584601511014\n", - "4457\n", - "149754023.53907102\n", - "error with entry 4457\n", - "4458\n", - "4992892.7615241\n", - "{'n': 117, 'm': 304, 'k_avg': 5.196581196581197, 'intersection_count': 102, 'streets_per_node_avg': 2.8632478632478633, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 88, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1282051282051282, 2: 0.0, 3: 0.7521367521367521, 4: 0.11965811965811966}, 'edge_length_total': 36047.960999999996, 'edge_length_avg': 118.57881907894735, 'street_length_total': 19049.163, 'street_length_avg': 117.58742592592593, 'street_segments_count': 162, 'node_density_km': 23.433309223386022, 'intersection_density_km': 20.429038810131402, 'edge_density_km': 7219.854846030423, 'street_density_km': 3815.2557865443055, 'circuity_avg': 1.105812882293532, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.105812882293532\n", - "4459\n", - "7981445.393678519\n", - "error with entry 4459\n", - "4460\n", - "285310117.2697191\n", - "{'n': 32068, 'm': 87112, 'k_avg': 5.432954970687289, 'intersection_count': 28758, 'streets_per_node_avg': 2.9492952475988523, 'streets_per_node_counts': {0: 0, 1: 3310, 2: 19, 3: 23823, 4: 4826, 5: 83, 6: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10321816140701011, 2: 0.0005924909567169765, 3: 0.7428901085193963, 4: 0.150492703006112, 5: 0.0025882499688162654, 6: 0.00021828614194835974}, 'edge_length_total': 7751598.597000065, 'edge_length_avg': 88.98427997290919, 'street_length_total': 4238758.079999961, 'street_length_avg': 90.14222997256579, 'street_segments_count': 47023, 'node_density_km': 112.39699561612244, 'intersection_density_km': 100.79558438095451, 'edge_density_km': 27169.02811291497, 'street_density_km': 14856.669369326406, 'circuity_avg': 1.0396418410628445, 'self_loop_proportion': 0.0008380016530443567, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396418410628445\n", - "4461\n", - "8981312.267641779\n", - "{'n': 207, 'm': 510, 'k_avg': 4.927536231884058, 'intersection_count': 161, 'streets_per_node_avg': 2.676328502415459, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 136, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6570048309178744, 4: 0.12077294685990338}, 'edge_length_total': 93899.61400000003, 'edge_length_avg': 184.1168901960785, 'street_length_total': 46949.807, 'street_length_avg': 184.11689019607843, 'street_segments_count': 255, 'node_density_km': 23.04785690903852, 'intersection_density_km': 17.926110929252182, 'edge_density_km': 10454.999358869327, 'street_density_km': 5227.499679434662, 'circuity_avg': 1.0360259325713694, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360259325713694\n", - "4462\n", - "4992651.378015083\n", - "{'n': 345, 'm': 1038, 'k_avg': 6.017391304347826, 'intersection_count': 338, 'streets_per_node_avg': 3.2869565217391306, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 228, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.020289855072463767, 2: 0.0, 3: 0.6608695652173913, 4: 0.3101449275362319, 5: 0.008695652173913044}, 'edge_length_total': 90638.44700000016, 'edge_length_avg': 87.32027649325642, 'street_length_total': 48300.604999999996, 'street_length_avg': 88.13979014598539, 'street_segments_count': 548, 'node_density_km': 69.10156024896752, 'intersection_density_km': 67.69949960623484, 'edge_density_km': 18154.371322444524, 'street_density_km': 9674.33961295386, 'circuity_avg': 1.0262257045615653, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262257045615653\n", - "4463\n", - "68902341.3172954\n", - "{'n': 6705, 'm': 19791, 'k_avg': 5.9033557046979865, 'intersection_count': 6465, 'streets_per_node_avg': 3.1397464578672634, 'streets_per_node_counts': {0: 0, 1: 240, 2: 5, 3: 5068, 4: 1363, 5: 28, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.035794183445190156, 2: 0.0007457121551081282, 3: 0.7558538404175988, 4: 0.20328113348247576, 5: 0.004175988068605518, 6: 0.00014914243102162565}, 'edge_length_total': 1539639.253999988, 'edge_length_avg': 77.7949196099231, 'street_length_total': 829192.3359999976, 'street_length_avg': 79.10630948292287, 'street_segments_count': 10482, 'node_density_km': 97.31164241754082, 'intersection_density_km': 93.82845163749462, 'edge_density_km': 22345.238558874895, 'street_density_km': 12034.312915167357, 'circuity_avg': 1.0309148015424479, 'self_loop_proportion': 0.0008589763023596585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309148015424479\n", - "4464\n", - "4992622.342098653\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 134, 'm': 359, 'k_avg': 5.358208955223881, 'intersection_count': 113, 'streets_per_node_avg': 2.8507462686567164, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 91, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15671641791044777, 2: 0.0, 3: 0.6791044776119403, 4: 0.16417910447761194}, 'edge_length_total': 58368.78299999999, 'edge_length_avg': 162.587139275766, 'street_length_total': 30259.52600000003, 'street_length_avg': 163.56500540540557, 'street_segments_count': 185, 'node_density_km': 26.839602681358226, 'intersection_density_km': 22.633396290996117, 'edge_density_km': 11691.007050107582, 'street_density_km': 6060.848172882312, 'circuity_avg': 1.022683395207973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022683395207973\n", - "4465\n", - "11970101.658037623\n", - "{'n': 268, 'm': 747, 'k_avg': 5.574626865671642, 'intersection_count': 243, 'streets_per_node_avg': 2.970149253731343, 'streets_per_node_counts': {0: 0, 1: 25, 2: 1, 3: 201, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09328358208955224, 2: 0.0037313432835820895, 3: 0.75, 4: 0.1455223880597015, 5: 0.007462686567164179}, 'edge_length_total': 79051.63200000013, 'edge_length_avg': 105.82547791164676, 'street_length_total': 39996.11499999997, 'street_length_avg': 105.80982804232796, 'street_segments_count': 378, 'node_density_km': 22.38911645500059, 'intersection_density_km': 20.300579472257997, 'edge_density_km': 6604.090279126321, 'street_density_km': 3341.3346137410267, 'circuity_avg': 1.0456747207314547, 'self_loop_proportion': 0.002677376171352075, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456747207314547\n", - "4466\n", - "5988378.713966878\n", - "{'n': 82, 'm': 212, 'k_avg': 5.170731707317073, 'intersection_count': 64, 'streets_per_node_avg': 2.658536585365854, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 57, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21951219512195122, 2: 0.0, 3: 0.6951219512195121, 4: 0.07317073170731707, 5: 0.012195121951219513}, 'edge_length_total': 33364.78800000002, 'edge_length_avg': 157.3810754716982, 'street_length_total': 16682.394000000008, 'street_length_avg': 157.38107547169818, 'street_segments_count': 106, 'node_density_km': 13.693188743849634, 'intersection_density_km': 10.687366824468006, 'edge_density_km': 5571.589505884507, 'street_density_km': 2785.794752942253, 'circuity_avg': 1.129819647678436, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.129819647678436\n", - "4467\n", - "3996111.35564629\n", - "{'n': 72, 'm': 188, 'k_avg': 5.222222222222222, 'intersection_count': 57, 'streets_per_node_avg': 2.6527777777777777, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 52, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.7222222222222222, 4: 0.06944444444444445}, 'edge_length_total': 27839.446000000018, 'edge_length_avg': 148.0821595744682, 'street_length_total': 13919.722999999998, 'street_length_avg': 148.08215957446808, 'street_segments_count': 94, 'node_density_km': 18.017515927895225, 'intersection_density_km': 14.263866776250385, 'edge_density_km': 6966.634190677491, 'street_density_km': 3483.3170953387425, 'circuity_avg': 1.1094049818888765, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1094049818888765\n", - "4468\n", - "7980496.078294849\n", - "{'n': 68, 'm': 148, 'k_avg': 4.352941176470588, 'intersection_count': 42, 'streets_per_node_avg': 2.2794117647058822, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 39, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38235294117647056, 2: 0.0, 3: 0.5735294117647058, 4: 0.04411764705882353}, 'edge_length_total': 40449.458000000006, 'edge_length_avg': 273.3071486486487, 'street_length_total': 20224.729, 'street_length_avg': 273.30714864864865, 'street_segments_count': 74, 'node_density_km': 8.520773562553922, 'intersection_density_km': 5.262830729812716, 'edge_density_km': 5068.539299206401, 'street_density_km': 2534.2696496032, 'circuity_avg': 1.06350680598894, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06350680598894\n", - "4469\n", - "3990233.182650479\n", - "{'n': 62, 'm': 154, 'k_avg': 4.967741935483871, 'intersection_count': 43, 'streets_per_node_avg': 2.5483870967741935, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 33, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3064516129032258, 2: 0.0, 3: 0.532258064516129, 4: 0.16129032258064516}, 'edge_length_total': 26036.33200000001, 'edge_length_avg': 169.06709090909098, 'street_length_total': 13018.165999999997, 'street_length_avg': 169.06709090909087, 'street_segments_count': 77, 'node_density_km': 15.5379390531801, 'intersection_density_km': 10.776312569141037, 'edge_density_km': 6525.015157812304, 'street_density_km': 3262.5075789061502, 'circuity_avg': 1.0227694721716627, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0227694721716627\n", - "4470\n", - "998063.16022245\n", - "error with entry 4470\n", - "4471\n", - "8977314.758746242\n", - "{'n': 806, 'm': 2396, 'k_avg': 5.945409429280397, 'intersection_count': 750, 'streets_per_node_avg': 3.098014888337469, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 573, 4: 164, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06947890818858561, 2: 0.0, 3: 0.7109181141439206, 4: 0.20347394540942929, 5: 0.01488833746898263, 6: 0.0012406947890818859}, 'edge_length_total': 173671.1990000005, 'edge_length_avg': 72.48380592654445, 'street_length_total': 91338.901, 'street_length_avg': 74.38021254071661, 'street_segments_count': 1228, 'node_density_km': 89.78185812352699, 'intersection_density_km': 83.54391264596183, 'edge_density_km': 19345.561971167324, 'street_density_km': 10174.412221762874, 'circuity_avg': 1.024305151331634, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024305151331634\n", - "4472\n", - "11970814.62369916\n", - "{'n': 21, 'm': 52, 'k_avg': 4.9523809523809526, 'intersection_count': 18, 'streets_per_node_avg': 2.9047619047619047, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 14, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6666666666666666, 4: 0.19047619047619047}, 'edge_length_total': 16582.216, 'edge_length_avg': 318.88876923076924, 'street_length_total': 8291.108, 'street_length_avg': 318.88876923076924, 'street_segments_count': 26, 'node_density_km': 1.7542665775164001, 'intersection_density_km': 1.5036570664426288, 'edge_density_km': 1385.2203480932235, 'street_density_km': 692.6101740466117, 'circuity_avg': 1.0550987763542576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550987763542576\n", - "4473\n", - "1995180.7252757682\n", - "{'n': 146, 'm': 356, 'k_avg': 4.876712328767123, 'intersection_count': 109, 'streets_per_node_avg': 2.506849315068493, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 107, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2534246575342466, 2: 0.0, 3: 0.7328767123287672, 4: 0.0136986301369863}, 'edge_length_total': 28887.699999999983, 'edge_length_avg': 81.14522471910108, 'street_length_total': 14443.849999999991, 'street_length_avg': 81.14522471910108, 'street_segments_count': 178, 'node_density_km': 73.17632841497118, 'intersection_density_km': 54.63164244679355, 'edge_density_km': 14478.738509268229, 'street_density_km': 7239.369254634114, 'circuity_avg': 1.0580075393342976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580075393342976\n", - "4474\n", - "6985199.953385663\n", - "{'n': 321, 'm': 896, 'k_avg': 5.582554517133956, 'intersection_count': 281, 'streets_per_node_avg': 2.9813084112149535, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 209, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12461059190031153, 2: 0.0, 3: 0.6510903426791277, 4: 0.21806853582554517, 5: 0.006230529595015576}, 'edge_length_total': 81106.72000000004, 'edge_length_avg': 90.52089285714291, 'street_length_total': 44083.35800000001, 'street_length_avg': 93.39694491525425, 'street_segments_count': 472, 'node_density_km': 45.9543036909651, 'intersection_density_km': 40.22791070766726, 'edge_density_km': 11611.223807657552, 'street_density_km': 6310.965798285159, 'circuity_avg': 1.0379685684934978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379685684934978\n", - "4475\n", - "6985065.411102656\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 17, 'm': 42, 'k_avg': 4.9411764705882355, 'intersection_count': 11, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 5, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.35294117647058826, 2: 0.0, 3: 0.29411764705882354, 4: 0.35294117647058826}, 'edge_length_total': 9328.898000000001, 'edge_length_avg': 222.11661904761908, 'street_length_total': 4664.4490000000005, 'street_length_avg': 222.11661904761908, 'street_segments_count': 21, 'node_density_km': 2.4337638947487528, 'intersection_density_km': 1.5747884024844871, 'edge_density_km': 1335.5491253055209, 'street_density_km': 667.7745626527604, 'circuity_avg': 1.0542764356947416, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542764356947416\n", - "4476\n", - "18957232.101365592\n", - "{'n': 113, 'm': 298, 'k_avg': 5.274336283185841, 'intersection_count': 81, 'streets_per_node_avg': 2.8584070796460175, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 33, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2831858407079646, 2: 0.0, 3: 0.2920353982300885, 4: 0.4247787610619469}, 'edge_length_total': 56692.598000000035, 'edge_length_avg': 190.24361744966455, 'street_length_total': 28346.299000000003, 'street_length_avg': 190.24361744966444, 'street_segments_count': 149, 'node_density_km': 5.960785804371726, 'intersection_density_km': 4.2727756650806175, 'edge_density_km': 2990.5525077110897, 'street_density_km': 1495.276253855544, 'circuity_avg': 1.0156783910742428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0156783910742428\n", - "4477\n", - "5992862.503568785\n", - "{'n': 87, 'm': 224, 'k_avg': 5.149425287356322, 'intersection_count': 69, 'streets_per_node_avg': 2.7586206896551726, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 54, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0, 3: 0.6206896551724138, 4: 0.1724137931034483}, 'edge_length_total': 44964.92999999998, 'edge_length_avg': 200.73629464285705, 'street_length_total': 22482.465000000007, 'street_length_avg': 200.73629464285722, 'street_segments_count': 112, 'node_density_km': 14.517269493199782, 'intersection_density_km': 11.513696494606723, 'edge_density_km': 7503.080535090384, 'street_density_km': 3751.5402675451946, 'circuity_avg': 1.0171985137205168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0171985137205168\n", - "4478\n", - "49880548.81114518\n", - "{'n': 5743, 'm': 16149, 'k_avg': 5.623889952986244, 'intersection_count': 5476, 'streets_per_node_avg': 3.107609263451158, 'streets_per_node_counts': {0: 0, 1: 267, 2: 2, 3: 4337, 4: 1120, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0464913808114226, 2: 0.00034825004353125546, 3: 0.7551802193975274, 4: 0.19502002437750304, 5: 0.0029601253700156714}, 'edge_length_total': 1173273.5390000036, 'edge_length_avg': 72.65301498544824, 'street_length_total': 659080.6510000022, 'street_length_avg': 74.07897617174353, 'street_segments_count': 8897, 'node_density_km': 115.13506039686554, 'intersection_density_km': 109.78227245920873, 'edge_density_km': 23521.664595996794, 'street_density_km': 13213.179620283947, 'circuity_avg': 1.0270535615596832, 'self_loop_proportion': 0.001857700167193015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0270535615596832\n", - "4479\n", - "7979998.038353255\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 4082.746, 'edge_length_avg': 1020.6865, 'street_length_total': 2041.373, 'street_length_avg': 1020.6865, 'street_segments_count': 2, 'node_density_km': 0.3759399420377649, 'intersection_density_km': 0.2506266280251766, 'edge_density_km': 511.6224315316388, 'street_density_km': 255.8112157658194, 'circuity_avg': 1.0174069174777454, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0174069174777454\n", - "4480\n", - "30922478.562184144\n", - "{'n': 3256, 'm': 9077, 'k_avg': 5.575552825552825, 'intersection_count': 2933, 'streets_per_node_avg': 2.941646191646192, 'streets_per_node_counts': {0: 0, 1: 323, 2: 1, 3: 2486, 4: 435, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0992014742014742, 2: 0.0003071253071253071, 3: 0.7635135135135135, 4: 0.1335995085995086, 5: 0.0033783783783783786}, 'edge_length_total': 721630.0900000043, 'edge_length_avg': 79.50094634791277, 'street_length_total': 376618.74999999936, 'street_length_avg': 79.48897214014339, 'street_segments_count': 4738, 'node_density_km': 105.2955698053856, 'intersection_density_km': 94.85009405380711, 'edge_density_km': 23336.74800837289, 'street_density_km': 12179.448980541154, 'circuity_avg': 1.06105089713481, 'self_loop_proportion': 0.0017626969262972347, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06105089713481\n", - "4481\n", - "27931090.606234603\n", - "{'n': 2244, 'm': 6086, 'k_avg': 5.424242424242424, 'intersection_count': 2038, 'streets_per_node_avg': 2.9893048128342246, 'streets_per_node_counts': {0: 0, 1: 206, 2: 1, 3: 1663, 4: 361, 5: 11, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09180035650623886, 2: 0.000445632798573975, 3: 0.7410873440285205, 4: 0.160873440285205, 5: 0.004901960784313725, 6: 0.00089126559714795}, 'edge_length_total': 468024.70800000045, 'edge_length_avg': 76.90185803483412, 'street_length_total': 261742.14099999962, 'street_length_avg': 78.53049534953485, 'street_segments_count': 3333, 'node_density_km': 80.34057930767331, 'intersection_density_km': 72.96528548531114, 'edge_density_km': 16756.406493326507, 'street_density_km': 9370.996094995846, 'circuity_avg': 1.0650088355458969, 'self_loop_proportion': 0.00032862306933946765, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650088355458969\n", - "4482\n", - "32964022.68941696\n", - "{'n': 1908, 'm': 5499, 'k_avg': 5.764150943396227, 'intersection_count': 1820, 'streets_per_node_avg': 3.120545073375262, 'streets_per_node_counts': {0: 0, 1: 88, 2: 3, 3: 1415, 4: 395, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04612159329140461, 2: 0.0015723270440251573, 3: 0.7416142557651991, 4: 0.2070230607966457, 5: 0.003668763102725367}, 'edge_length_total': 473524.2520000002, 'edge_length_avg': 86.11097508637938, 'street_length_total': 267280.1560000005, 'street_length_avg': 90.17549122807034, 'street_segments_count': 2964, 'node_density_km': 57.88128524169959, 'intersection_density_km': 55.211708144598134, 'edge_density_km': 14364.880659787446, 'street_density_km': 8108.238442810268, 'circuity_avg': 1.0438064997283392, 'self_loop_proportion': 0.0007274049827241316, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438064997283392\n", - "4483\n", - "1995329.895308095\n", - "{'n': 13, 'm': 34, 'k_avg': 5.230769230769231, 'intersection_count': 11, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 9, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.6923076923076923, 4: 0.15384615384615385}, 'edge_length_total': 6869.350000000001, 'edge_length_avg': 202.039705882353, 'street_length_total': 3434.6750000000006, 'street_length_avg': 202.039705882353, 'street_segments_count': 17, 'node_density_km': 6.515213364250574, 'intersection_density_km': 5.512872846673563, 'edge_density_km': 3442.7139172088223, 'street_density_km': 1721.3569586044111, 'circuity_avg': 1.1687784961105794, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1687784961105794\n", - "4484\n", - "5985036.748288622\n", - "{'n': 12, 'm': 32, 'k_avg': 5.333333333333333, 'intersection_count': 12, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 9274.222, 'edge_length_avg': 289.8194375, 'street_length_total': 4637.111, 'street_length_avg': 289.8194375, 'street_segments_count': 16, 'node_density_km': 2.0050002204967767, 'intersection_density_km': 2.0050002204967767, 'edge_density_km': 1549.5680962446716, 'street_density_km': 774.7840481223358, 'circuity_avg': 1.0381325289239614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381325289239614\n", - "4485\n", - "13966155.6379132\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1781, 'm': 5418, 'k_avg': 6.08422234699607, 'intersection_count': 1733, 'streets_per_node_avg': 3.176866928691746, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 1328, 4: 399, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02695115103874228, 2: 0.0, 3: 0.7456485120718698, 4: 0.2240314430095452, 5: 0.003368893879842785}, 'edge_length_total': 454681.2159999988, 'edge_length_avg': 83.92049021779232, 'street_length_total': 238219.71699999965, 'street_length_avg': 85.26117287043652, 'street_segments_count': 2794, 'node_density_km': 127.52256570628582, 'intersection_density_km': 124.08568577708778, 'edge_density_km': 32555.932196953276, 'street_density_km': 17056.92841867786, 'circuity_avg': 1.0273547103999314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273547103999314\n", - "4486\n", - "23940719.42663987\n", - "{'n': 2417, 'm': 7262, 'k_avg': 6.009102192800993, 'intersection_count': 2289, 'streets_per_node_avg': 3.1617707902358294, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 1659, 4: 614, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05295821266032271, 2: 0.0, 3: 0.6863880844021514, 4: 0.2540339263549855, 5: 0.006206040546131568, 6: 0.0004137360364087712}, 'edge_length_total': 516495.9270000015, 'edge_length_avg': 71.12309652988178, 'street_length_total': 278369.66100000014, 'street_length_avg': 73.1781443217666, 'street_segments_count': 3804, 'node_density_km': 100.95770126734371, 'intersection_density_km': 95.61116185393038, 'edge_density_km': 21573.951801351224, 'street_density_km': 11627.45596902348, 'circuity_avg': 1.018449552277964, 'self_loop_proportion': 0.000550812448361333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.018449552277964\n", - "4487\n", - "55884141.228105985\n", - "{'n': 972, 'm': 2100, 'k_avg': 4.320987654320987, 'intersection_count': 594, 'streets_per_node_avg': 2.2520576131687244, 'streets_per_node_counts': {0: 0, 1: 378, 2: 0, 3: 565, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3888888888888889, 2: 0.0, 3: 0.581275720164609, 4: 0.029835390946502057}, 'edge_length_total': 352046.6559999998, 'edge_length_avg': 167.64126476190467, 'street_length_total': 176023.3279999998, 'street_length_avg': 167.64126476190458, 'street_segments_count': 1050, 'node_density_km': 17.393127614371377, 'intersection_density_km': 10.62913354211584, 'edge_density_km': 6299.580672860799, 'street_density_km': 3149.790336430398, 'circuity_avg': 1.0609748908297274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609748908297274\n", - "4488\n", - "7980923.076640373\n", - "{'n': 284, 'm': 848, 'k_avg': 5.971830985915493, 'intersection_count': 262, 'streets_per_node_avg': 3.1549295774647885, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 174, 4: 88}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07746478873239436, 2: 0.0, 3: 0.6126760563380281, 4: 0.30985915492957744}, 'edge_length_total': 114744.3789999999, 'edge_length_avg': 135.31176768867914, 'street_length_total': 59756.128000000004, 'street_length_avg': 138.0049145496536, 'street_segments_count': 433, 'node_density_km': 35.58485619680372, 'intersection_density_km': 32.82828282944569, 'edge_density_km': 14377.331782065286, 'street_density_km': 7487.370499147171, 'circuity_avg': 1.0156536651916344, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0156536651916344\n", - "4489\n", - "7981287.227333042\n", - "{'n': 96, 'm': 302, 'k_avg': 6.291666666666667, 'intersection_count': 89, 'streets_per_node_avg': 3.3125, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 45, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07291666666666667, 2: 0.0, 3: 0.46875, 4: 0.4583333333333333}, 'edge_length_total': 67529.97999999998, 'edge_length_avg': 223.6092052980132, 'street_length_total': 33764.990000000005, 'street_length_avg': 223.60920529801328, 'street_segments_count': 151, 'node_density_km': 12.02813496941126, 'intersection_density_km': 11.151083461225022, 'edge_density_km': 8461.038686683778, 'street_density_km': 4230.519343341891, 'circuity_avg': 1.008794416584239, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.008794416584239\n", - "4490\n", - "12971714.66967206\n", - "{'n': 1561, 'm': 4470, 'k_avg': 5.72709801409353, 'intersection_count': 1503, 'streets_per_node_avg': 3.1601537475976937, 'streets_per_node_counts': {0: 0, 1: 58, 2: 1, 3: 1144, 4: 349, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.037155669442664956, 2: 0.0006406149903907751, 3: 0.7328635490070468, 4: 0.22357463164638053, 5: 0.005765534913516977}, 'edge_length_total': 336702.7450000014, 'edge_length_avg': 75.32499888143208, 'street_length_total': 183959.3590000003, 'street_length_avg': 75.57902999178319, 'street_segments_count': 2434, 'node_density_km': 120.33875549618945, 'intersection_density_km': 115.86748847583135, 'edge_density_km': 25956.687575561173, 'street_density_km': 14181.576120395113, 'circuity_avg': 1.0205243216450572, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0205243216450572\n", - "4491\n", - "5985928.970350337\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.5714285714285714, 4: 0.2857142857142857}, 'edge_length_total': 6875.712, 'edge_length_avg': 572.976, 'street_length_total': 3574.508, 'street_length_avg': 510.64399999999995, 'street_segments_count': 7, 'node_density_km': 1.1694091317609323, 'intersection_density_km': 1.0023506843665135, 'edge_density_km': 1148.6457714511748, 'street_density_km': 597.1517566789295, 'circuity_avg': 1.3763632325501178, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3763632325501178\n", - "4492\n", - "1995002.6994808675\n", - "{'n': 67, 'm': 186, 'k_avg': 5.552238805970149, 'intersection_count': 57, 'streets_per_node_avg': 2.8208955223880596, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 49, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14925373134328357, 2: 0.0, 3: 0.7313432835820896, 4: 0.11940298507462686}, 'edge_length_total': 15560.219999999998, 'edge_length_avg': 83.65709677419353, 'street_length_total': 7780.110000000001, 'street_length_avg': 83.65709677419355, 'street_segments_count': 93, 'node_density_km': 33.58391445657417, 'intersection_density_km': 28.571389910816833, 'edge_density_km': 7799.598468738425, 'street_density_km': 3899.7992343692135, 'circuity_avg': 1.0174317138883733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0174317138883733\n", - "4493\n", - "10973959.380477374\n", - "{'n': 678, 'm': 1814, 'k_avg': 5.351032448377581, 'intersection_count': 590, 'streets_per_node_avg': 2.8761061946902653, 'streets_per_node_counts': {0: 0, 1: 88, 2: 1, 3: 496, 4: 93}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12979351032448377, 2: 0.0014749262536873156, 3: 0.7315634218289085, 4: 0.13716814159292035}, 'edge_length_total': 176114.61600000004, 'edge_length_avg': 97.08633737596475, 'street_length_total': 92687.26300000005, 'street_length_avg': 96.95320397489544, 'street_segments_count': 956, 'node_density_km': 61.78262343545384, 'intersection_density_km': 53.76363986271057, 'edge_density_km': 16048.411507090792, 'street_density_km': 8446.109538631086, 'circuity_avg': 1.0663560812147679, 'self_loop_proportion': 0.0011025358324145535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663560812147679\n", - "4494\n", - "10978563.155024212\n", - "{'n': 53, 'm': 130, 'k_avg': 4.90566037735849, 'intersection_count': 38, 'streets_per_node_avg': 2.5283018867924527, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 33, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2830188679245283, 2: 0.0, 3: 0.6226415094339622, 4: 0.09433962264150944}, 'edge_length_total': 42376.157999999974, 'edge_length_avg': 325.97044615384596, 'street_length_total': 21728.880000000005, 'street_length_avg': 324.31164179104485, 'street_segments_count': 67, 'node_density_km': 4.82758984501038, 'intersection_density_km': 3.461290832271593, 'edge_density_km': 3859.900189270854, 'street_density_km': 1979.209819461305, 'circuity_avg': 1.098551199568972, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098551199568972\n", - "4495\n", - "2992407.4452258763\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 29, 'm': 76, 'k_avg': 5.241379310344827, 'intersection_count': 24, 'streets_per_node_avg': 2.9310344827586206, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 16, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.5517241379310345, 4: 0.27586206896551724}, 'edge_length_total': 18080.272000000008, 'edge_length_avg': 237.8983157894738, 'street_length_total': 9040.135999999999, 'street_length_avg': 237.89831578947366, 'street_segments_count': 38, 'node_density_km': 9.691193639511544, 'intersection_density_km': 8.020298184423346, 'edge_density_km': 6042.048862311681, 'street_density_km': 3021.0244311558386, 'circuity_avg': 1.0367016498537005, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367016498537005\n", - "4496\n", - "8989158.319249203\n", - "{'n': 166, 'm': 426, 'k_avg': 5.132530120481928, 'intersection_count': 133, 'streets_per_node_avg': 2.7048192771084336, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 116, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19879518072289157, 2: 0.0, 3: 0.6987951807228916, 4: 0.10240963855421686}, 'edge_length_total': 91737.14600000001, 'edge_length_avg': 215.34541314553994, 'street_length_total': 45868.573000000026, 'street_length_avg': 215.34541314554002, 'street_segments_count': 213, 'node_density_km': 18.46668999527252, 'intersection_density_km': 14.795601020308705, 'edge_density_km': 10205.30985682563, 'street_density_km': 5102.654928412818, 'circuity_avg': 1.0481025307543028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481025307543028\n", - "4497\n", - "10972263.526330302\n", - "{'n': 36, 'm': 86, 'k_avg': 4.777777777777778, 'intersection_count': 28, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 24, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 39249.984000000026, 'edge_length_avg': 456.39516279069795, 'street_length_total': 19624.992, 'street_length_avg': 456.3951627906976, 'street_segments_count': 43, 'node_density_km': 3.281000307148135, 'intersection_density_km': 2.551889127781883, 'edge_density_km': 3577.2002655433184, 'street_density_km': 1788.600132771658, 'circuity_avg': 1.0929950759970375, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0929950759970375\n", - "4498\n", - "4987533.296143149\n", - "{'n': 102, 'm': 244, 'k_avg': 4.784313725490196, 'intersection_count': 64, 'streets_per_node_avg': 2.5098039215686274, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 38, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37254901960784315, 2: 0.0, 3: 0.37254901960784315, 4: 0.2549019607843137}, 'edge_length_total': 41781.60400000003, 'edge_length_avg': 171.23608196721324, 'street_length_total': 20890.802, 'street_length_avg': 171.23608196721312, 'street_segments_count': 122, 'node_density_km': 20.45099129039929, 'intersection_density_km': 12.831994535152495, 'edge_density_km': 8377.20803434228, 'street_density_km': 4188.6040171711375, 'circuity_avg': 1.0734015408723405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0734015408723405\n", - "4499\n", - "7982611.613947023\n", - "{'n': 527, 'm': 1482, 'k_avg': 5.624288425047438, 'intersection_count': 480, 'streets_per_node_avg': 2.9468690702087286, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 417, 4: 60, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08918406072106262, 2: 0.0, 3: 0.7912713472485768, 4: 0.11385199240986717, 5: 0.0056925996204933585}, 'edge_length_total': 119406.6709999997, 'edge_length_avg': 80.57130296896067, 'street_length_total': 60679.802999999985, 'street_length_avg': 80.0525105540897, 'street_segments_count': 758, 'node_density_km': 66.0184943833718, 'intersection_density_km': 60.130696971572036, 'edge_density_km': 14958.346563094126, 'street_density_km': 7601.497596849348, 'circuity_avg': 1.0460454305779656, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460454305779656\n", - "4500\n", - "20953188.04357516\n", - "{'n': 446, 'm': 1340, 'k_avg': 6.00896860986547, 'intersection_count': 369, 'streets_per_node_avg': 3.085201793721973, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 178, 4: 190, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1726457399103139, 2: 0.0, 3: 0.3991031390134529, 4: 0.4260089686098655, 5: 0.002242152466367713}, 'edge_length_total': 273444.93599999975, 'edge_length_avg': 204.0633850746267, 'street_length_total': 136722.46799999988, 'street_length_avg': 204.0633850746267, 'street_segments_count': 670, 'node_density_km': 21.285543711652807, 'intersection_density_km': 17.610685268161177, 'edge_density_km': 13050.278336228921, 'street_density_km': 6525.1391681144605, 'circuity_avg': 1.0248564325859244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248564325859244\n", - "4501\n", - "16958004.573447313\n", - "{'n': 111, 'm': 288, 'k_avg': 5.1891891891891895, 'intersection_count': 81, 'streets_per_node_avg': 2.6126126126126126, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 64, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2702702702702703, 2: 0.0, 3: 0.5765765765765766, 4: 0.15315315315315314}, 'edge_length_total': 56529.66999999997, 'edge_length_avg': 196.28357638888878, 'street_length_total': 28264.835000000003, 'street_length_avg': 196.28357638888892, 'street_segments_count': 144, 'node_density_km': 6.545581440271739, 'intersection_density_km': 4.776505375333431, 'edge_density_km': 3333.5095385287023, 'street_density_km': 1666.7547692643523, 'circuity_avg': 1.0142539253151857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0142539253151857\n", - "4502\n", - "113751453.45611344\n", - "{'n': 974, 'm': 2733, 'k_avg': 5.611909650924025, 'intersection_count': 770, 'streets_per_node_avg': 2.8521560574948666, 'streets_per_node_counts': {0: 0, 1: 204, 2: 0, 3: 506, 4: 264}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20944558521560575, 2: 0.0, 3: 0.5195071868583162, 4: 0.27104722792607805}, 'edge_length_total': 568400.9090000027, 'edge_length_avg': 207.97691511159994, 'street_length_total': 284348.0890000005, 'street_length_avg': 207.70495909422974, 'street_segments_count': 1369, 'node_density_km': 8.562527953770541, 'intersection_density_km': 6.769144275568087, 'edge_density_km': 4996.867219980604, 'street_density_km': 2499.731479120881, 'circuity_avg': 1.0336165242733681, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0336165242733681\n", - "4503\n", - "5985080.812355307\n", - "{'n': 72, 'm': 196, 'k_avg': 5.444444444444445, 'intersection_count': 58, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 42, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19444444444444445, 2: 0.0, 3: 0.5833333333333334, 4: 0.2222222222222222}, 'edge_length_total': 30519.877999999997, 'edge_length_avg': 155.7136632653061, 'street_length_total': 15259.938999999997, 'street_length_avg': 155.71366326530608, 'street_segments_count': 98, 'node_density_km': 12.02991275428842, 'intersection_density_km': 9.690763052065671, 'edge_density_km': 5099.325966826757, 'street_density_km': 2549.6629834133782, 'circuity_avg': 1.0160961164240614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0160961164240614\n", - "4504\n", - "5985131.60196637\n", - "{'n': 56, 'm': 146, 'k_avg': 5.214285714285714, 'intersection_count': 46, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 42, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17857142857142858, 2: 0.0, 3: 0.75, 4: 0.07142857142857142}, 'edge_length_total': 32357.801999999992, 'edge_length_avg': 221.62878082191776, 'street_length_total': 16178.901000000002, 'street_length_avg': 221.62878082191784, 'street_segments_count': 73, 'node_density_km': 9.356519409130723, 'intersection_density_km': 7.685712371785951, 'edge_density_km': 5406.364329460873, 'street_density_km': 2703.1821647304373, 'circuity_avg': 1.0526549193372459, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526549193372459\n", - "4505\n", - "6982673.323120102\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 92, 'm': 232, 'k_avg': 5.043478260869565, 'intersection_count': 73, 'streets_per_node_avg': 2.641304347826087, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 68, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20652173913043478, 2: 0.0, 3: 0.7391304347826086, 4: 0.05434782608695652}, 'edge_length_total': 46919.87200000003, 'edge_length_avg': 202.24082758620705, 'street_length_total': 23459.935999999994, 'street_length_avg': 202.24082758620685, 'street_segments_count': 116, 'node_density_km': 13.175469586323306, 'intersection_density_km': 10.454448693495667, 'edge_density_km': 6719.47115793677, 'street_density_km': 3359.735578968382, 'circuity_avg': 1.0963925585297427, 'self_loop_proportion': 0.008620689655172414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0963925585297427\n", - "4506\n", - "25937770.716474656\n", - "error with entry 4506\n", - "4507\n", - "27934654.441956285\n", - "{'n': 369, 'm': 996, 'k_avg': 5.3983739837398375, 'intersection_count': 277, 'streets_per_node_avg': 2.7886178861788617, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 171, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24932249322493225, 2: 0.0, 3: 0.4634146341463415, 4: 0.2872628726287263}, 'edge_length_total': 214194.10199999972, 'edge_length_avg': 215.05431927710816, 'street_length_total': 107097.05100000012, 'street_length_avg': 215.05431927710868, 'street_segments_count': 498, 'node_density_km': 13.209399127049256, 'intersection_density_km': 9.915998802690092, 'edge_density_km': 7667.683967419772, 'street_density_km': 3833.841983709895, 'circuity_avg': 1.0179047544400663, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0179047544400663\n", - "4508\n", - "5992249.038753035\n", - "{'n': 61, 'm': 152, 'k_avg': 4.983606557377049, 'intersection_count': 48, 'streets_per_node_avg': 2.639344262295082, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 44, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21311475409836064, 2: 0.0, 3: 0.7213114754098361, 4: 0.06557377049180328}, 'edge_length_total': 34848.90999999998, 'edge_length_avg': 229.26914473684198, 'street_length_total': 17424.455, 'street_length_avg': 229.26914473684212, 'street_segments_count': 76, 'node_density_km': 10.179817228139417, 'intersection_density_km': 8.01034798279823, 'edge_density_km': 5815.664498358686, 'street_density_km': 2907.8322491793447, 'circuity_avg': 1.0420634694934368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420634694934368\n", - "4509\n", - "997848.9197593407\n", - "error with entry 4509\n", - "4510\n", - "58895864.86681349\n", - "{'n': 506, 'm': 1295, 'k_avg': 5.118577075098814, 'intersection_count': 399, 'streets_per_node_avg': 2.683794466403162, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 345, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21146245059288538, 2: 0.0, 3: 0.6818181818181818, 4: 0.1067193675889328}, 'edge_length_total': 311186.25699999934, 'edge_length_avg': 240.29826795366745, 'street_length_total': 165205.61200000005, 'street_length_avg': 246.9441136023917, 'street_segments_count': 669, 'node_density_km': 8.591435088766644, 'intersection_density_km': 6.774669170786345, 'edge_density_km': 5283.6690267425865, 'street_density_km': 2805.046031221281, 'circuity_avg': 1.0631621589862859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631621589862859\n", - "4511\n", - "3990240.2482982674\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 4807.48, 'edge_length_avg': 801.2466666666666, 'street_length_total': 2403.74, 'street_length_avg': 801.2466666666666, 'street_segments_count': 3, 'node_density_km': 1.002445905783717, 'intersection_density_km': 0.7518344293377877, 'edge_density_km': 1204.8096607842758, 'street_density_km': 602.4048303921379, 'circuity_avg': 1.0036059975512688, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0036059975512688\n", - "4512\n", - "2992789.9382863203\n", - "{'n': 11, 'm': 28, 'k_avg': 5.090909090909091, 'intersection_count': 10, 'streets_per_node_avg': 2.909090909090909, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.8181818181818182, 4: 0.09090909090909091}, 'edge_length_total': 7047.961999999999, 'edge_length_avg': 251.71292857142853, 'street_length_total': 3523.9810000000007, 'street_length_avg': 251.71292857142862, 'street_segments_count': 14, 'node_density_km': 3.675500194410113, 'intersection_density_km': 3.3413638131001027, 'edge_density_km': 2354.980518290462, 'street_density_km': 1177.4902591452314, 'circuity_avg': 1.1624226675850464, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1624226675850464\n", - "4513\n", - "19953246.891360786\n", - "{'n': 1022, 'm': 2982, 'k_avg': 5.835616438356165, 'intersection_count': 951, 'streets_per_node_avg': 3.080234833659491, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 736, 4: 206, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06947162426614481, 2: 0.0, 3: 0.7201565557729941, 4: 0.20156555772994128, 5: 0.008806262230919765}, 'edge_length_total': 274465.1200000007, 'edge_length_avg': 92.04061703554684, 'street_length_total': 144503.51799999995, 'street_length_avg': 92.9881068211068, 'street_segments_count': 1554, 'node_density_km': 51.219734089618186, 'intersection_density_km': 47.66141596793238, 'edge_density_km': 13755.411412206635, 'street_density_km': 7242.105447137331, 'circuity_avg': 1.051064942510879, 'self_loop_proportion': 0.00033534540576794097, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051064942510879\n", - "4514\n", - "9975652.829239944\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 6787.346000000001, 'edge_length_avg': 3393.6730000000007, 'street_length_total': 3393.6730000000007, 'street_length_avg': 3393.6730000000007, 'street_segments_count': 1, 'node_density_km': 0.20048813187822034, 'intersection_density_km': 0.10024406593911017, 'edge_density_km': 680.3911599755559, 'street_density_km': 340.19557998777793, 'circuity_avg': 1.0067512590022165, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0067512590022165\n", - "4515\n", - "2994708.406372349\n", - "{'n': 168, 'm': 494, 'k_avg': 5.880952380952381, 'intersection_count': 164, 'streets_per_node_avg': 3.2202380952380953, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 119, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.023809523809523808, 2: 0.0, 3: 0.7083333333333334, 4: 0.26785714285714285}, 'edge_length_total': 50044.54999999999, 'edge_length_avg': 101.30475708502021, 'street_length_total': 27420.414999999986, 'street_length_avg': 105.46313461538456, 'street_segments_count': 260, 'node_density_km': 56.09895095045578, 'intersection_density_km': 54.763261642111594, 'edge_density_km': 16710.992593973995, 'street_density_km': 9156.288786465126, 'circuity_avg': 1.0368309331907355, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368309331907355\n", - "4516\n", - "7987265.2414599955\n", - "{'n': 110, 'm': 267, 'k_avg': 4.8545454545454545, 'intersection_count': 99, 'streets_per_node_avg': 3.109090909090909, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 65, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.5909090909090909, 4: 0.3090909090909091}, 'edge_length_total': 41844.501000000004, 'edge_length_avg': 156.7209775280899, 'street_length_total': 29245.212000000007, 'street_length_avg': 175.1210299401198, 'street_segments_count': 167, 'node_density_km': 13.771922763878697, 'intersection_density_km': 12.394730487490827, 'edge_density_km': 5238.902144227682, 'street_density_km': 3661.4800079750776, 'circuity_avg': 1.1724041028368866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1724041028368866\n", - "4517\n", - "10977258.63210574\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 333, 'm': 824, 'k_avg': 4.948948948948949, 'intersection_count': 256, 'streets_per_node_avg': 2.6336336336336337, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 224, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23123123123123124, 2: 0.0, 3: 0.6726726726726727, 4: 0.0960960960960961}, 'edge_length_total': 120796.47800000006, 'edge_length_avg': 146.59766747572823, 'street_length_total': 60398.23899999999, 'street_length_avg': 146.59766747572812, 'street_segments_count': 412, 'node_density_km': 30.335442678380392, 'intersection_density_km': 23.320940917914054, 'edge_density_km': 11004.248150508229, 'street_density_km': 5502.12407525411, 'circuity_avg': 1.032696738203719, 'self_loop_proportion': 0.0024271844660194173, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032696738203719\n", - "4518\n", - "5986627.467854722\n", - "{'n': 155, 'm': 466, 'k_avg': 6.012903225806451, 'intersection_count': 142, 'streets_per_node_avg': 3.206451612903226, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 84, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08387096774193549, 2: 0.0, 3: 0.5419354838709678, 4: 0.3741935483870968}, 'edge_length_total': 84809.0779999998, 'edge_length_avg': 181.99372961373348, 'street_length_total': 42404.539, 'street_length_avg': 181.9937296137339, 'street_segments_count': 233, 'node_density_km': 25.89103812326299, 'intersection_density_km': 23.719531700021577, 'edge_density_km': 14166.419817398577, 'street_density_km': 7083.209908699305, 'circuity_avg': 1.0168494858600368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0168494858600368\n", - "4519\n", - "9975851.847336302\n", - "{'n': 156, 'm': 426, 'k_avg': 5.461538461538462, 'intersection_count': 129, 'streets_per_node_avg': 2.871794871794872, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 95, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17307692307692307, 2: 0.0, 3: 0.6089743589743589, 4: 0.21794871794871795}, 'edge_length_total': 75838.96199999994, 'edge_length_avg': 178.02573239436606, 'street_length_total': 37919.48100000003, 'street_length_avg': 178.02573239436634, 'street_segments_count': 213, 'node_density_km': 15.637762307151172, 'intersection_density_km': 12.931226523221161, 'edge_density_km': 7602.2542395965975, 'street_density_km': 3801.1271197983046, 'circuity_avg': 1.012743645354472, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012743645354472\n", - "4520\n", - "5993443.405585704\n", - "{'n': 63, 'm': 158, 'k_avg': 5.015873015873016, 'intersection_count': 51, 'streets_per_node_avg': 2.6984126984126986, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 46, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.7301587301587301, 4: 0.07936507936507936}, 'edge_length_total': 44048.39999999999, 'edge_length_avg': 278.7873417721518, 'street_length_total': 22024.200000000008, 'street_length_avg': 278.787341772152, 'street_segments_count': 79, 'node_density_km': 10.511486592379589, 'intersection_density_km': 8.509298670021572, 'edge_density_km': 7349.431206599571, 'street_density_km': 3674.7156032997877, 'circuity_avg': 1.1140182604304443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1140182604304443\n", - "4521\n", - "5984901.92364117\n", - "{'n': 252, 'm': 692, 'k_avg': 5.492063492063492, 'intersection_count': 241, 'streets_per_node_avg': 3.0833333333333335, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 200, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04365079365079365, 2: 0.0, 3: 0.7936507936507936, 4: 0.15476190476190477, 5: 0.007936507936507936}, 'edge_length_total': 86737.616, 'edge_length_avg': 125.34337572254334, 'street_length_total': 45816.00700000002, 'street_length_avg': 123.827045945946, 'street_segments_count': 370, 'node_density_km': 42.10595314930158, 'intersection_density_km': 40.26799487691143, 'edge_density_km': 14492.738077690914, 'street_density_km': 7655.264461230452, 'circuity_avg': 1.0157575348280863, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0157575348280863\n", - "4522\n", - "7979709.337929934\n", - "{'n': 795, 'm': 2394, 'k_avg': 6.022641509433963, 'intersection_count': 740, 'streets_per_node_avg': 3.1823899371069184, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 490, 4: 245, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06918238993710692, 2: 0.0, 3: 0.6163522012578616, 4: 0.3081761006289308, 5: 0.006289308176100629}, 'edge_length_total': 137081.87900000048, 'edge_length_avg': 57.26060108604865, 'street_length_total': 74265.79000000001, 'street_length_avg': 59.0348092209857, 'street_segments_count': 1258, 'node_density_km': 99.62768897121707, 'intersection_density_km': 92.73520734427753, 'edge_density_km': 17178.806043524604, 'street_density_km': 9306.828965184559, 'circuity_avg': 1.0137652273391857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0137652273391857\n", - "4523\n", - "13968355.274880597\n", - "{'n': 176, 'm': 418, 'k_avg': 4.75, 'intersection_count': 140, 'streets_per_node_avg': 2.7386363636363638, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 116, 4: 23, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20454545454545456, 2: 0.0, 3: 0.6590909090909091, 4: 0.13068181818181818, 5: 0.0, 6: 0.005681818181818182}, 'edge_length_total': 86927.98299999995, 'edge_length_avg': 207.9616818181817, 'street_length_total': 48133.035, 'street_length_avg': 205.69673076923078, 'street_segments_count': 234, 'node_density_km': 12.599908617480699, 'intersection_density_km': 10.022654582086918, 'edge_density_km': 6223.208193760881, 'street_density_km': 3445.8627413750005, 'circuity_avg': 1.2228248330109723, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2228248330109723\n", - "4524\n", - "53870559.33964279\n", - "{'n': 1338, 'm': 3331, 'k_avg': 4.9790732436472345, 'intersection_count': 1047, 'streets_per_node_avg': 2.710014947683109, 'streets_per_node_counts': {0: 0, 1: 291, 2: 1, 3: 851, 4: 195}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21748878923766815, 2: 0.0007473841554559044, 3: 0.6360239162929746, 4: 0.14573991031390135}, 'edge_length_total': 587009.4709999993, 'edge_length_avg': 176.22619963974762, 'street_length_total': 307299.787, 'street_length_avg': 174.40396538024973, 'street_segments_count': 1762, 'node_density_km': 24.837314043171247, 'intersection_density_km': 19.4354766840062, 'edge_density_km': 10896.6656035447, 'street_density_km': 5704.4105494160185, 'circuity_avg': 1.0377911148716652, 'self_loop_proportion': 0.0006004202942059442, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377911148716652\n", - "4525\n", - "3994991.666473244\n", - "{'n': 35, 'm': 94, 'k_avg': 5.371428571428571, 'intersection_count': 26, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 15, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2571428571428571, 2: 0.0, 3: 0.42857142857142855, 4: 0.3142857142857143}, 'edge_length_total': 27298.230000000003, 'edge_length_avg': 290.4067021276596, 'street_length_total': 13649.115, 'street_length_avg': 290.40670212765957, 'street_segments_count': 47, 'node_density_km': 8.760969464273701, 'intersection_density_km': 6.508148744889036, 'edge_density_km': 6833.113127392009, 'street_density_km': 3416.556563696004, 'circuity_avg': 1.0052403647906734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0052403647906734\n", - "4526\n", - "3993831.8795380737\n", - "{'n': 426, 'm': 1312, 'k_avg': 6.15962441314554, 'intersection_count': 415, 'streets_per_node_avg': 3.3826291079812205, 'streets_per_node_counts': {0: 0, 1: 11, 2: 1, 3: 243, 4: 158, 5: 11, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.025821596244131457, 2: 0.002347417840375587, 3: 0.5704225352112676, 4: 0.37089201877934275, 5: 0.025821596244131457, 6: 0.004694835680751174}, 'edge_length_total': 111600.80199999992, 'edge_length_avg': 85.06158689024385, 'street_length_total': 60839.33000000006, 'street_length_avg': 87.03766809728192, 'street_segments_count': 699, 'node_density_km': 106.66447984016571, 'intersection_density_km': 103.91023270814266, 'edge_density_km': 27943.289894543, 'street_density_km': 15233.322742427688, 'circuity_avg': 1.0130800167200562, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0130800167200562\n", - "4527\n", - "6991724.553013076\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 118, 'm': 291, 'k_avg': 4.932203389830509, 'intersection_count': 96, 'streets_per_node_avg': 2.805084745762712, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 75, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1864406779661017, 2: 0.0, 3: 0.635593220338983, 4: 0.17796610169491525}, 'edge_length_total': 38680.303, 'edge_length_avg': 132.9220034364261, 'street_length_total': 21280.846000000005, 'street_length_avg': 133.00528750000004, 'street_segments_count': 160, 'node_density_km': 16.87709507222335, 'intersection_density_km': 13.730518024859677, 'edge_density_km': 5532.297891130561, 'street_density_km': 3043.719162367323, 'circuity_avg': 1.1014679562017762, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1014679562017762\n", - "4528\n", - "6982711.850827386\n", - "{'n': 102, 'm': 264, 'k_avg': 5.176470588235294, 'intersection_count': 82, 'streets_per_node_avg': 2.7058823529411766, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 72, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.7058823529411765, 4: 0.09803921568627451}, 'edge_length_total': 55561.146, 'edge_length_avg': 210.45888636363637, 'street_length_total': 27780.573000000004, 'street_length_avg': 210.4588863636364, 'street_segments_count': 132, 'node_density_km': 14.607505247107392, 'intersection_density_km': 11.743288531988295, 'edge_density_km': 7956.958154218626, 'street_density_km': 3978.4790771093135, 'circuity_avg': 1.0261216229774446, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0261216229774446\n", - "4529\n", - "4988094.553175405\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 4346.756, 'edge_length_avg': 434.67560000000003, 'street_length_total': 2173.378, 'street_length_avg': 434.67560000000003, 'street_segments_count': 5, 'node_density_km': 1.002386772483496, 'intersection_density_km': 0.8019094179867968, 'edge_density_km': 871.4261435226543, 'street_density_km': 435.71307176132717, 'circuity_avg': 1.0246876979814608, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0246876979814608\n", - "4530\n", - "997475.2024344654\n", - "error with entry 4530\n", - "4531\n", - "3993165.3615221786\n", - "{'n': 368, 'm': 1062, 'k_avg': 5.771739130434782, 'intersection_count': 361, 'streets_per_node_avg': 3.1875, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 282, 4: 75, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.019021739130434784, 2: 0.0, 3: 0.7663043478260869, 4: 0.20380434782608695, 5: 0.010869565217391304}, 'edge_length_total': 86832.36499999982, 'edge_length_avg': 81.76305555555538, 'street_length_total': 47062.405999999944, 'street_length_avg': 82.56562456140341, 'street_segments_count': 570, 'node_density_km': 92.15746574034186, 'intersection_density_km': 90.40447046810709, 'edge_density_km': 21745.24647456615, 'street_density_km': 11785.739316856125, 'circuity_avg': 1.023464116845856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023464116845856\n", - "4532\n", - "2995846.8574539125\n", - "{'n': 186, 'm': 561, 'k_avg': 6.032258064516129, 'intersection_count': 174, 'streets_per_node_avg': 3.161290322580645, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 124, 4: 46, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06451612903225806, 2: 0.0, 3: 0.6666666666666666, 4: 0.24731182795698925, 5: 0.021505376344086023}, 'edge_length_total': 52248.95900000014, 'edge_length_avg': 93.13539928698778, 'street_length_total': 27373.45300000001, 'street_length_avg': 95.37788501742163, 'street_segments_count': 287, 'node_density_km': 62.08595060098508, 'intersection_density_km': 58.08040540092153, 'edge_density_km': 17440.46391089733, 'street_density_km': 9137.13360610961, 'circuity_avg': 1.0265154234053488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265154234053488\n", - "4533\n", - "13964503.432064781\n", - "{'n': 1019, 'm': 3099, 'k_avg': 6.08243375858685, 'intersection_count': 986, 'streets_per_node_avg': 3.2512266928361138, 'streets_per_node_counts': {0: 0, 1: 33, 2: 1, 3: 668, 4: 312, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0323846908734053, 2: 0.0009813542688910696, 3: 0.6555446516192346, 4: 0.30618253189401373, 5: 0.003925417075564278, 6: 0.0009813542688910696}, 'edge_length_total': 313443.25299999985, 'edge_length_avg': 101.14335366247171, 'street_length_total': 163585.51799999978, 'street_length_avg': 101.47984987593038, 'street_segments_count': 1612, 'node_density_km': 72.97072931789394, 'intersection_density_km': 70.60759480612701, 'edge_density_km': 22445.714201357347, 'street_density_km': 11714.38130942635, 'circuity_avg': 1.0110330951261708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0110330951261708\n", - "4534\n", - "3994266.9874568456\n", - "{'n': 108, 'm': 267, 'k_avg': 4.944444444444445, 'intersection_count': 93, 'streets_per_node_avg': 2.9074074074074074, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 73, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1388888888888889, 2: 0.0, 3: 0.6759259259259259, 4: 0.18518518518518517}, 'edge_length_total': 34353.748999999996, 'edge_length_avg': 128.6657265917603, 'street_length_total': 20172.116, 'street_length_avg': 136.29808108108108, 'street_segments_count': 148, 'node_density_km': 27.03875337806693, 'intersection_density_km': 23.283370964446522, 'edge_density_km': 8600.764322435309, 'street_density_km': 5050.267311460722, 'circuity_avg': 1.038542554606304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038542554606304\n", - "4535\n", - "1996228.613134803\n", - "{'n': 41, 'm': 100, 'k_avg': 4.878048780487805, 'intersection_count': 35, 'streets_per_node_avg': 2.731707317073171, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 34, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14634146341463414, 2: 0.0, 3: 0.8292682926829268, 4: 0.024390243902439025}, 'edge_length_total': 22714.05, 'edge_length_avg': 227.1405, 'street_length_total': 11357.025000000001, 'street_length_avg': 227.14050000000003, 'street_segments_count': 50, 'node_density_km': 20.53872974779934, 'intersection_density_km': 17.533061979828705, 'edge_density_km': 11378.481327512234, 'street_density_km': 5689.240663756118, 'circuity_avg': 1.4054277138493734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4054277138493734\n", - "4536\n", - "18957902.364253722\n", - "{'n': 282, 'm': 792, 'k_avg': 5.617021276595745, 'intersection_count': 235, 'streets_per_node_avg': 2.978723404255319, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 147, 4: 88}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.5212765957446809, 4: 0.3120567375886525}, 'edge_length_total': 156547.36199999996, 'edge_length_avg': 197.66081060606055, 'street_length_total': 78273.681, 'street_length_avg': 197.6608106060606, 'street_segments_count': 396, 'node_density_km': 14.875063421137147, 'intersection_density_km': 12.395886184280956, 'edge_density_km': 8257.63098638906, 'street_density_km': 4128.815493194531, 'circuity_avg': 1.028875837227972, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028875837227972\n", - "4537\n", - "5992609.157196987\n", - "{'n': 13, 'm': 30, 'k_avg': 4.615384615384615, 'intersection_count': 9, 'streets_per_node_avg': 2.5384615384615383, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 7, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.5384615384615384, 4: 0.15384615384615385}, 'edge_length_total': 12295.811999999998, 'edge_length_avg': 409.8603999999999, 'street_length_total': 6147.905999999999, 'street_length_avg': 409.8603999999999, 'street_segments_count': 15, 'node_density_km': 2.1693388737670793, 'intersection_density_km': 1.5018499895310549, 'edge_density_km': 2051.82945816398, 'street_density_km': 1025.91472908199, 'circuity_avg': 1.0832549306414645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832549306414645\n", - "4538\n", - "3991338.63515249\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 4538\n", - "4539\n", - "2995655.365897043\n", - "{'n': 238, 'm': 739, 'k_avg': 6.2100840336134455, 'intersection_count': 227, 'streets_per_node_avg': 3.2941176470588234, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 139, 4: 84, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046218487394957986, 2: 0.0, 3: 0.5840336134453782, 4: 0.35294117647058826, 5: 0.01680672268907563}, 'edge_length_total': 53875.29999999994, 'edge_length_avg': 72.90297699594038, 'street_length_total': 27489.68199999999, 'street_length_avg': 72.3412684210526, 'street_segments_count': 380, 'node_density_km': 79.44839139689601, 'intersection_density_km': 75.77640692056889, 'edge_density_km': 17984.47865976969, 'street_density_km': 9176.516869379018, 'circuity_avg': 1.0276008743104676, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276008743104676\n", - "4540\n", - "19951226.988096356\n", - "{'n': 1110, 'm': 2844, 'k_avg': 5.124324324324324, 'intersection_count': 928, 'streets_per_node_avg': 2.7693693693693695, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 822, 4: 104, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16396396396396395, 2: 0.0, 3: 0.7405405405405405, 4: 0.0936936936936937, 5: 0.0018018018018018018}, 'edge_length_total': 353887.726, 'edge_length_avg': 124.43309634317863, 'street_length_total': 190905.17899999974, 'street_length_avg': 126.84729501661113, 'street_segments_count': 1505, 'node_density_km': 55.63567597432816, 'intersection_density_km': 46.51343000376264, 'edge_density_km': 17737.642211736784, 'street_density_km': 9568.593406004597, 'circuity_avg': 1.0673021279518455, 'self_loop_proportion': 0.0007032348804500703, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673021279518455\n", - "4541\n", - "997525.0960481128\n", - "{'n': 22, 'm': 60, 'k_avg': 5.454545454545454, 'intersection_count': 21, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 19, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.045454545454545456, 2: 0.0, 3: 0.8636363636363636, 4: 0.09090909090909091}, 'edge_length_total': 9824.139999999998, 'edge_length_avg': 163.73566666666662, 'street_length_total': 4912.070000000001, 'street_length_avg': 163.73566666666667, 'street_segments_count': 30, 'node_density_km': 22.054582974560965, 'intersection_density_km': 21.05210193026274, 'edge_density_km': 9848.514126531969, 'street_density_km': 4924.257063265986, 'circuity_avg': 1.1709123949304903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1709123949304903\n", - "4542\n", - "22941818.359171927\n", - "{'n': 73, 'm': 192, 'k_avg': 5.260273972602739, 'intersection_count': 63, 'streets_per_node_avg': 2.8493150684931505, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 54, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.136986301369863, 2: 0.0, 3: 0.7397260273972602, 4: 0.1232876712328767}, 'edge_length_total': 67467.59000000003, 'edge_length_avg': 351.3936979166668, 'street_length_total': 33733.795, 'street_length_avg': 351.39369791666667, 'street_segments_count': 96, 'node_density_km': 3.1819622515150496, 'intersection_density_km': 2.746077011581481, 'edge_density_km': 2940.8126654889634, 'street_density_km': 1470.406332744481, 'circuity_avg': 1.06619995915759, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06619995915759\n", - "4543\n", - "998662.536451742\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 536.272, 'edge_length_avg': 134.068, 'street_length_total': 268.136, 'street_length_avg': 134.068, 'street_segments_count': 2, 'node_density_km': 3.0040177642580144, 'intersection_density_km': 3.0040177642580144, 'edge_density_km': 536.9902048247246, 'street_density_km': 268.4951024123623, 'circuity_avg': 1.0937527852765623, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0937527852765623\n", - "4544\n", - "4988569.136239764\n", - "{'n': 68, 'm': 192, 'k_avg': 5.647058823529412, 'intersection_count': 62, 'streets_per_node_avg': 2.9411764705882355, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 54, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08823529411764706, 2: 0.0, 3: 0.7941176470588235, 4: 0.11764705882352941}, 'edge_length_total': 19405.218000000004, 'edge_length_avg': 101.06884375000003, 'street_length_total': 9702.608999999999, 'street_length_avg': 101.06884374999998, 'street_segments_count': 96, 'node_density_km': 13.631163193872538, 'intersection_density_km': 12.42841350029555, 'edge_density_km': 3889.9366672157785, 'street_density_km': 1944.9683336078886, 'circuity_avg': 1.0518959395171725, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518959395171725\n", - "4545\n", - "30921916.081936743\n", - "error with entry 4545\n", - "4546\n", - "5988791.815265549\n", - "{'n': 47, 'm': 110, 'k_avg': 4.680851063829787, 'intersection_count': 36, 'streets_per_node_avg': 2.5319148936170213, 'streets_per_node_counts': {0: 0, 1: 11, 2: 2, 3: 32, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23404255319148937, 2: 0.0425531914893617, 3: 0.6808510638297872, 4: 0.0425531914893617}, 'edge_length_total': 22001.432999999997, 'edge_length_avg': 200.01302727272724, 'street_length_total': 11115.498999999998, 'street_length_avg': 198.49105357142852, 'street_segments_count': 56, 'node_density_km': 7.847993627061149, 'intersection_density_km': 6.011229161153221, 'edge_density_km': 3673.7682121321877, 'street_density_km': 1856.0503258213735, 'circuity_avg': 1.100707256511904, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.100707256511904\n", - "4547\n", - "5993860.493015163\n", - "{'n': 552, 'm': 1559, 'k_avg': 5.648550724637682, 'intersection_count': 479, 'streets_per_node_avg': 2.9619565217391304, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 358, 4: 117, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1322463768115942, 2: 0.0, 3: 0.6485507246376812, 4: 0.21195652173913043, 5: 0.007246376811594203}, 'edge_length_total': 118984.52999999996, 'edge_length_avg': 76.32105837075045, 'street_length_total': 61254.313999999904, 'street_length_avg': 75.90373482032206, 'street_segments_count': 807, 'node_density_km': 92.09423553372042, 'intersection_density_km': 79.91510655915232, 'edge_density_km': 19851.067628059816, 'street_density_km': 10219.50945828344, 'circuity_avg': 1.0431001253596086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431001253596086\n", - "4548\n", - "158635879.97308567\n", - "error with entry 4548\n", - "4549\n", - "11969449.505160997\n", - "{'n': 133, 'm': 314, 'k_avg': 4.7218045112781954, 'intersection_count': 95, 'streets_per_node_avg': 2.526315789473684, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 82, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6165413533834586, 4: 0.09774436090225563}, 'edge_length_total': 49538.85200000004, 'edge_length_avg': 157.7670445859874, 'street_length_total': 24769.425999999985, 'street_length_avg': 157.76704458598718, 'street_segments_count': 157, 'node_density_km': 11.111622129543465, 'intersection_density_km': 7.936872949673903, 'edge_density_km': 4138.7744673336765, 'street_density_km': 2069.387233666835, 'circuity_avg': 1.0570329395185145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570329395185145\n", - "4550\n", - "7980992.440222438\n", - "error with entry 4550\n", - "4551\n", - "5994646.752540084\n", - "{'n': 61, 'm': 138, 'k_avg': 4.524590163934426, 'intersection_count': 42, 'streets_per_node_avg': 2.442622950819672, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 38, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3114754098360656, 2: 0.0, 3: 0.6229508196721312, 4: 0.06557377049180328}, 'edge_length_total': 36145.225999999995, 'edge_length_avg': 261.92192753623186, 'street_length_total': 18072.613000000005, 'street_length_avg': 261.921927536232, 'street_segments_count': 69, 'node_density_km': 10.175745547334003, 'intersection_density_km': 7.006251032590625, 'edge_density_km': 6029.583975850511, 'street_density_km': 3014.7919879252568, 'circuity_avg': 1.0320151825689083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320151825689083\n", - "4552\n", - "10979417.633179652\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 65, 'm': 144, 'k_avg': 4.430769230769231, 'intersection_count': 49, 'streets_per_node_avg': 2.5538461538461537, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 46, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24615384615384617, 2: 0.0, 3: 0.7076923076923077, 4: 0.046153846153846156}, 'edge_length_total': 35232.699, 'edge_length_avg': 244.67152083333335, 'street_length_total': 21333.820000000007, 'street_length_avg': 273.51051282051293, 'street_segments_count': 78, 'node_density_km': 5.9201682795607375, 'intersection_density_km': 4.462896087668864, 'edge_density_km': 3208.97703112479, 'street_density_km': 1943.0739145516693, 'circuity_avg': 1.045138126001627, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045138126001627\n", - "4553\n", - "1995724.7893491937\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 4044.0740000000005, 'edge_length_avg': 202.20370000000003, 'street_length_total': 2022.0369999999996, 'street_length_avg': 202.20369999999997, 'street_segments_count': 10, 'node_density_km': 5.010710922351675, 'intersection_density_km': 4.0085687378813395, 'edge_density_km': 2026.368576259843, 'street_density_km': 1013.1842881299211, 'circuity_avg': 1.1818967797877802, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1818967797877802\n", - "4554\n", - "5985720.904959039\n", - "{'n': 90, 'm': 262, 'k_avg': 5.822222222222222, 'intersection_count': 75, 'streets_per_node_avg': 3.022222222222222, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 43, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.4777777777777778, 4: 0.35555555555555557}, 'edge_length_total': 57004.18600000001, 'edge_length_avg': 217.5732290076336, 'street_length_total': 28502.093, 'street_length_avg': 217.57322900763359, 'street_segments_count': 131, 'node_density_km': 15.035782895496675, 'intersection_density_km': 12.529819079580562, 'edge_density_km': 9523.361831450124, 'street_density_km': 4761.680915725062, 'circuity_avg': 1.02950283114697, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02950283114697\n", - "4555\n", - "9975740.49624801\n", - "{'n': 107, 'm': 268, 'k_avg': 5.009345794392523, 'intersection_count': 77, 'streets_per_node_avg': 2.682242990654206, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 51, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2803738317757009, 2: 0.0, 3: 0.4766355140186916, 4: 0.24299065420560748}, 'edge_length_total': 55862.01000000002, 'edge_length_avg': 208.4403358208956, 'street_length_total': 27931.005000000012, 'street_length_avg': 208.4403358208956, 'street_segments_count': 134, 'node_density_km': 10.72602079417001, 'intersection_density_km': 7.718725244402717, 'edge_density_km': 5599.785802468535, 'street_density_km': 2799.8929012342674, 'circuity_avg': 1.024740100256355, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024740100256355\n", - "4556\n", - "15982544.681054667\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 12505.948, 'edge_length_avg': 2084.324666666667, 'street_length_total': 6252.974, 'street_length_avg': 2084.324666666667, 'street_segments_count': 3, 'node_density_km': 0.25027303723051725, 'intersection_density_km': 0.18770477792288795, 'edge_density_km': 782.4753973517282, 'street_density_km': 391.2376986758641, 'circuity_avg': 1.07322555679099, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07322555679099\n", - "4557\n", - "98841392.82762884\n", - "{'n': 11626, 'm': 32642, 'k_avg': 5.6153449165663165, 'intersection_count': 10907, 'streets_per_node_avg': 3.062618269396181, 'streets_per_node_counts': {0: 0, 1: 719, 2: 13, 3: 8762, 4: 2087, 5: 43, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06184414243936005, 2: 0.0011181833820746603, 3: 0.753655599518321, 4: 0.17951143987613968, 5: 0.0036986065714777225, 6: 0.0001720282126268708}, 'edge_length_total': 2551529.8640000112, 'edge_length_avg': 78.16708118375134, 'street_length_total': 1432598.677999989, 'street_length_avg': 80.70978467605572, 'street_segments_count': 17750, 'node_density_km': 117.62278603534833, 'intersection_density_km': 110.34850570166388, 'edge_density_km': 25814.385967321068, 'street_density_km': 14493.914310761704, 'circuity_avg': 1.0399157139334376, 'self_loop_proportion': 0.000796519821089394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0399157139334376\n", - "4558\n", - "6983802.676627829\n", - "{'n': 106, 'm': 278, 'k_avg': 5.245283018867925, 'intersection_count': 76, 'streets_per_node_avg': 2.69811320754717, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 48, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2830188679245283, 2: 0.0, 3: 0.4528301886792453, 4: 0.2641509433962264}, 'edge_length_total': 59817.63600000001, 'edge_length_avg': 215.17135251798567, 'street_length_total': 29908.817999999996, 'street_length_avg': 215.17135251798558, 'street_segments_count': 139, 'node_density_km': 15.177977515708209, 'intersection_density_km': 10.882323501828527, 'edge_density_km': 8565.195606139794, 'street_density_km': 4282.597803069895, 'circuity_avg': 1.0152429528771412, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0152429528771412\n", - "4559\n", - "26936220.309082426\n", - "{'n': 124, 'm': 316, 'k_avg': 5.096774193548387, 'intersection_count': 88, 'streets_per_node_avg': 2.6451612903225805, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 60, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.0, 3: 0.4838709677419355, 4: 0.22580645161290322}, 'edge_length_total': 75783.46800000007, 'edge_length_avg': 239.821101265823, 'street_length_total': 37891.73399999999, 'street_length_avg': 239.8211012658227, 'street_segments_count': 158, 'node_density_km': 4.603466951827289, 'intersection_density_km': 3.2669765464580762, 'edge_density_km': 2813.441051877913, 'street_density_km': 1406.720525938955, 'circuity_avg': 1.0258174506953746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258174506953746\n", - "4560\n", - "15986278.70321039\n", - "{'n': 315, 'm': 812, 'k_avg': 5.155555555555556, 'intersection_count': 240, 'streets_per_node_avg': 2.6984126984126986, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 185, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.5873015873015873, 4: 0.1746031746031746}, 'edge_length_total': 184205.7970000001, 'edge_length_avg': 226.8544298029558, 'street_length_total': 92205.713, 'street_length_avg': 223.25838498789346, 'street_segments_count': 413, 'node_density_km': 19.704398118415213, 'intersection_density_km': 15.012874756887781, 'edge_density_km': 11522.743999390403, 'street_density_km': 5767.803421410582, 'circuity_avg': 1.0289149483995716, 'self_loop_proportion': 0.0024630541871921183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289149483995716\n", - "4561\n", - "5985349.267460568\n", - "{'n': 77, 'm': 186, 'k_avg': 4.8311688311688314, 'intersection_count': 60, 'streets_per_node_avg': 2.675324675324675, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 51, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22077922077922077, 2: 0.0, 3: 0.6623376623376623, 4: 0.11688311688311688}, 'edge_length_total': 33463.72000000002, 'edge_length_avg': 179.9124731182797, 'street_length_total': 16731.859999999993, 'street_length_avg': 179.9124731182795, 'street_segments_count': 93, 'node_density_km': 12.864746326268968, 'intersection_density_km': 10.024477656832962, 'edge_density_km': 5590.938557575243, 'street_density_km': 2795.4692787876184, 'circuity_avg': 1.047771313049024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047771313049024\n", - "4562\n", - "12982522.976834543\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 480, 'm': 1184, 'k_avg': 4.933333333333334, 'intersection_count': 397, 'streets_per_node_avg': 2.7604166666666665, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 346, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17291666666666666, 2: 0.0, 3: 0.7208333333333333, 4: 0.10625}, 'edge_length_total': 152446.60500000004, 'edge_length_avg': 128.75557854729732, 'street_length_total': 83915.562, 'street_length_avg': 129.69947758887173, 'street_segments_count': 647, 'node_density_km': 36.97278262911542, 'intersection_density_km': 30.579572299497546, 'edge_density_km': 11742.448310857544, 'street_density_km': 6463.732985470954, 'circuity_avg': 1.149714276145899, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.149714276145899\n", - "4563\n", - "11977200.429250585\n", - "{'n': 53, 'm': 132, 'k_avg': 4.981132075471698, 'intersection_count': 35, 'streets_per_node_avg': 2.6037735849056602, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 20, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33962264150943394, 2: 0.0, 3: 0.37735849056603776, 4: 0.2830188679245283}, 'edge_length_total': 42424.24400000003, 'edge_length_avg': 321.3957878787881, 'street_length_total': 21212.121999999996, 'street_length_avg': 321.3957878787878, 'street_segments_count': 66, 'node_density_km': 4.425074149261458, 'intersection_density_km': 2.9222187778141704, 'edge_density_km': 3542.083498610578, 'street_density_km': 1771.0417493052873, 'circuity_avg': 1.0362709391952074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362709391952074\n", - "4564\n", - "3990289.6884822804\n", - "{'n': 31, 'm': 64, 'k_avg': 4.129032258064516, 'intersection_count': 20, 'streets_per_node_avg': 2.2903225806451615, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3548387096774194, 2: 0.0, 3: 0.6451612903225806}, 'edge_length_total': 12994.429999999993, 'edge_length_avg': 203.0379687499999, 'street_length_total': 6497.215000000001, 'street_length_avg': 203.03796875000003, 'street_segments_count': 32, 'node_density_km': 7.768859511498513, 'intersection_density_km': 5.012167426773234, 'edge_density_km': 3256.512938774244, 'street_density_km': 1628.2564693871232, 'circuity_avg': 1.0572959426812938, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572959426812938\n", - "4565\n", - "7984014.832730848\n", - "{'n': 635, 'm': 1864, 'k_avg': 5.870866141732283, 'intersection_count': 571, 'streets_per_node_avg': 3.0976377952755905, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 382, 4: 188, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10078740157480315, 2: 0.0, 3: 0.6015748031496063, 4: 0.29606299212598425, 5: 0.0015748031496062992}, 'edge_length_total': 150674.19200000004, 'edge_length_avg': 80.83379399141633, 'street_length_total': 80494.96899999995, 'street_length_avg': 84.02397599164922, 'street_segments_count': 958, 'node_density_km': 79.53392037760092, 'intersection_density_km': 71.51790320568524, 'edge_density_km': 18871.98297557064, 'street_density_km': 10082.016464950317, 'circuity_avg': 1.027560599829469, 'self_loop_proportion': 0.001072961373390558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027560599829469\n", - "4566\n", - "998225.0784960354\n", - "error with entry 4566\n", - "4567\n", - "13980594.557495974\n", - "{'n': 792, 'm': 1856, 'k_avg': 4.686868686868687, 'intersection_count': 523, 'streets_per_node_avg': 2.361111111111111, 'streets_per_node_counts': {0: 0, 1: 269, 2: 2, 3: 489, 4: 30, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33964646464646464, 2: 0.0025252525252525255, 3: 0.6174242424242424, 4: 0.03787878787878788, 5: 0.0025252525252525255}, 'edge_length_total': 202710.60199999984, 'edge_length_avg': 109.21907435344819, 'street_length_total': 101501.722, 'street_length_avg': 109.25911948331539, 'street_segments_count': 929, 'node_density_km': 56.64995124083284, 'intersection_density_km': 37.408995579489364, 'edge_density_km': 14499.426413257404, 'street_density_km': 7260.186366364356, 'circuity_avg': 1.1322512401061315, 'self_loop_proportion': 0.005387931034482759, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1322512401061315\n", - "4568\n", - "998273.4208940216\n", - "{'n': 6, 'm': 14, 'k_avg': 4.666666666666667, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2415.952, 'edge_length_avg': 172.568, 'street_length_total': 1207.976, 'street_length_avg': 172.568, 'street_segments_count': 7, 'node_density_km': 6.010377392024114, 'intersection_density_km': 6.010377392024114, 'edge_density_km': 2420.1305468359074, 'street_density_km': 1210.0652734179537, 'circuity_avg': 1.0292108728614837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292108728614837\n", - "4569\n", - "12968295.092364477\n", - "{'n': 134, 'm': 320, 'k_avg': 4.776119402985074, 'intersection_count': 86, 'streets_per_node_avg': 2.529850746268657, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 55, 4: 29, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3582089552238806, 2: 0.0, 3: 0.41044776119402987, 4: 0.21641791044776118, 5: 0.014925373134328358}, 'edge_length_total': 86065.87600000009, 'edge_length_avg': 268.9558625000003, 'street_length_total': 43032.938000000024, 'street_length_avg': 268.95586250000014, 'street_segments_count': 160, 'node_density_km': 10.332892569578945, 'intersection_density_km': 6.631557917789472, 'edge_density_km': 6636.637691154506, 'street_density_km': 3318.3188455772515, 'circuity_avg': 1.0231792361008405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0231792361008405\n", - "4570\n", - "13976538.734678546\n", - "{'n': 9, 'm': 21, 'k_avg': 4.666666666666667, 'intersection_count': 7, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 21938.957000000006, 'edge_length_avg': 1044.7122380952383, 'street_length_total': 11238.392, 'street_length_avg': 1021.672, 'street_segments_count': 11, 'node_density_km': 0.6439362542364818, 'intersection_density_km': 0.500839308850597, 'edge_density_km': 1569.6988658261384, 'street_density_km': 804.0897831245826, 'circuity_avg': 1.1051618052458516, 'self_loop_proportion': 0.047619047619047616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1051618052458516\n", - "4571\n", - "13965008.392997803\n", - "{'n': 22, 'm': 48, 'k_avg': 4.363636363636363, 'intersection_count': 17, 'streets_per_node_avg': 2.590909090909091, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 16, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22727272727272727, 2: 0.0, 3: 0.7272727272727273, 4: 0.045454545454545456}, 'edge_length_total': 32128.388000000003, 'edge_length_avg': 669.3414166666668, 'street_length_total': 16064.194000000007, 'street_length_avg': 669.341416666667, 'street_segments_count': 24, 'node_density_km': 1.5753660421021318, 'intersection_density_km': 1.2173283052607382, 'edge_density_km': 2300.6350655764377, 'street_density_km': 1150.3175327882193, 'circuity_avg': 1.0091244405758824, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0091244405758824\n", - "4572\n", - "1995744.4928720829\n", - "{'n': 132, 'm': 354, 'k_avg': 5.363636363636363, 'intersection_count': 110, 'streets_per_node_avg': 2.8484848484848486, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 87, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6590909090909091, 4: 0.16666666666666666, 5: 0.007575757575757576}, 'edge_length_total': 34629.64100000001, 'edge_length_avg': 97.82384463276838, 'street_length_total': 18121.353, 'street_length_avg': 99.0237868852459, 'street_segments_count': 183, 'node_density_km': 66.14073117648358, 'intersection_density_km': 55.11727598040299, 'edge_density_km': 17351.740728175264, 'street_density_km': 9079.99649490276, 'circuity_avg': 1.0467864184189333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467864184189333\n", - "4573\n", - "35916183.83468574\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4315, 'm': 11253, 'k_avg': 5.215758980301275, 'intersection_count': 3613, 'streets_per_node_avg': 2.8060254924681343, 'streets_per_node_counts': {0: 0, 1: 702, 2: 2, 3: 3052, 4: 550, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1626882966396292, 2: 0.0004634994206257242, 3: 0.7073001158748552, 4: 0.12746234067207415, 5: 0.0018539976825028969, 6: 0.0002317497103128621}, 'edge_length_total': 900209.0790000036, 'edge_length_avg': 79.99725219941381, 'street_length_total': 486420.1029999998, 'street_length_avg': 81.27320016708435, 'street_segments_count': 5985, 'node_density_km': 120.14082620417001, 'intersection_density_km': 100.59531983213587, 'edge_density_km': 25064.162805922453, 'street_density_km': 13543.20117189744, 'circuity_avg': 1.0545833014457875, 'self_loop_proportion': 0.003199146894161557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545833014457875\n", - "4574\n", - "6982910.294163406\n", - "{'n': 22, 'm': 44, 'k_avg': 4.0, 'intersection_count': 13, 'streets_per_node_avg': 2.227272727272727, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 12, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4090909090909091, 2: 0.0, 3: 0.5454545454545454, 4: 0.045454545454545456}, 'edge_length_total': 8645.652000000004, 'edge_length_avg': 196.492090909091, 'street_length_total': 4322.825999999999, 'street_length_avg': 196.49209090909088, 'street_segments_count': 22, 'node_density_km': 3.1505488504396904, 'intersection_density_km': 1.861687957077999, 'edge_density_km': 1238.1158622682556, 'street_density_km': 619.0579311341274, 'circuity_avg': 1.0492636906355168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492636906355168\n", - "4575\n", - "14977970.984548125\n", - "{'n': 713, 'm': 2017, 'k_avg': 5.657784011220197, 'intersection_count': 683, 'streets_per_node_avg': 3.179523141654979, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 497, 4: 184, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04207573632538569, 2: 0.0, 3: 0.697054698457223, 4: 0.25806451612903225, 5: 0.002805049088359046}, 'edge_length_total': 239121.12999999945, 'edge_length_avg': 118.55286564204236, 'street_length_total': 134813.37100000004, 'street_length_avg': 120.47664968722077, 'street_segments_count': 1119, 'node_density_km': 47.60324350578322, 'intersection_density_km': 45.600301983800755, 'edge_density_km': 15964.854668678847, 'street_density_km': 9000.776616477553, 'circuity_avg': 1.0255390274165088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255390274165088\n", - "4576\n", - "9988054.901501238\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 14348.929999999998, 'edge_length_avg': 1195.7441666666666, 'street_length_total': 7174.465, 'street_length_avg': 1195.7441666666666, 'street_segments_count': 6, 'node_density_km': 0.7008371568870608, 'intersection_density_km': 0.5005979692050434, 'edge_density_km': 1436.6090436530646, 'street_density_km': 718.3045218265324, 'circuity_avg': 1.2037123948654886, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2037123948654886\n", - "4577\n", - "21948745.88679982\n", - "{'n': 413, 'm': 1060, 'k_avg': 5.13317191283293, 'intersection_count': 337, 'streets_per_node_avg': 2.8523002421307506, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 246, 4: 91}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18401937046004843, 2: 0.0, 3: 0.5956416464891041, 4: 0.22033898305084745}, 'edge_length_total': 223710.16099999953, 'edge_length_avg': 211.04732169811277, 'street_length_total': 115898.41499999995, 'street_length_avg': 206.96145535714277, 'street_segments_count': 560, 'node_density_km': 18.816564833819598, 'intersection_density_km': 15.353952418879429, 'edge_density_km': 10192.38922140608, 'street_density_km': 5280.411719090626, 'circuity_avg': 1.0373675392020412, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373675392020412\n", - "4578\n", - "7986466.897839036\n", - "{'n': 25, 'm': 61, 'k_avg': 4.88, 'intersection_count': 24, 'streets_per_node_avg': 3.12, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 19, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04, 2: 0.0, 3: 0.76, 4: 0.2}, 'edge_length_total': 23757.045000000002, 'edge_length_avg': 389.4597540983607, 'street_length_total': 12498.057, 'street_length_avg': 328.8962368421053, 'street_segments_count': 38, 'node_density_km': 3.130295325804763, 'intersection_density_km': 3.0050835127725724, 'edge_density_km': 2974.662676737337, 'street_density_km': 1564.90437634966, 'circuity_avg': 1.186090991061447, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.186090991061447\n", - "4579\n", - "16958587.30606241\n", - "{'n': 122, 'm': 370, 'k_avg': 6.065573770491803, 'intersection_count': 109, 'streets_per_node_avg': 3.1147540983606556, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 69, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10655737704918032, 2: 0.0, 3: 0.5655737704918032, 4: 0.32786885245901637}, 'edge_length_total': 75099.29199999997, 'edge_length_avg': 202.97105945945938, 'street_length_total': 37549.646000000015, 'street_length_avg': 202.97105945945955, 'street_segments_count': 185, 'node_density_km': 7.193995454821112, 'intersection_density_km': 6.427422168651649, 'edge_density_km': 4428.393158264617, 'street_density_km': 2214.1965791323105, 'circuity_avg': 1.0280967035030173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0280967035030173\n", - "4580\n", - "22942909.971339967\n", - "{'n': 167, 'm': 432, 'k_avg': 5.173652694610778, 'intersection_count': 135, 'streets_per_node_avg': 2.844311377245509, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 97, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19161676646706588, 2: 0.0, 3: 0.5808383233532934, 4: 0.2275449101796407}, 'edge_length_total': 86946.78200000002, 'edge_length_avg': 201.26569907407412, 'street_length_total': 45206.88800000002, 'street_length_avg': 194.85727586206906, 'street_segments_count': 232, 'node_density_km': 7.278937162226351, 'intersection_density_km': 5.884170759883577, 'edge_density_km': 3789.7015726694212, 'street_density_km': 1970.4077667772733, 'circuity_avg': 1.0618909802332746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618909802332746\n", - "4581\n", - "6982750.142467501\n", - "{'n': 44, 'm': 107, 'k_avg': 4.863636363636363, 'intersection_count': 41, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 36, 4: 4, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06818181818181818, 2: 0.0, 3: 0.8181818181818182, 4: 0.09090909090909091, 5: 0.022727272727272728}, 'edge_length_total': 24400.871000000014, 'edge_length_avg': 228.04552336448612, 'street_length_total': 13262.380000000003, 'street_length_avg': 236.82821428571432, 'street_segments_count': 56, 'node_density_km': 6.301242218649926, 'intersection_density_km': 5.87161206737834, 'edge_density_km': 3494.449966296153, 'street_density_km': 1899.3061085404188, 'circuity_avg': 1.147664927755314, 'self_loop_proportion': 0.009345794392523364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.147664927755314\n", - "4582\n", - "4993377.905831627\n", - "{'n': 85, 'm': 268, 'k_avg': 6.305882352941176, 'intersection_count': 76, 'streets_per_node_avg': 3.4, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 24, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10588235294117647, 2: 0.0, 3: 0.2823529411764706, 4: 0.611764705882353}, 'edge_length_total': 60531.95800000001, 'edge_length_avg': 225.8655149253732, 'street_length_total': 30265.979000000007, 'street_length_avg': 225.8655149253732, 'street_segments_count': 134, 'node_density_km': 17.022544979167485, 'intersection_density_km': 15.220157863726222, 'edge_density_km': 12122.446796847968, 'street_density_km': 6061.223398423984, 'circuity_avg': 1.0093025828064275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0093025828064275\n", - "4583\n", - "25936002.746547382\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 562, 'm': 1481, 'k_avg': 5.270462633451957, 'intersection_count': 439, 'streets_per_node_avg': 2.7330960854092528, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 344, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2188612099644128, 2: 0.0, 3: 0.6120996441281139, 4: 0.16725978647686832, 5: 0.0017793594306049821}, 'edge_length_total': 289259.57199999964, 'edge_length_avg': 195.31368804861555, 'street_length_total': 144693.86800000002, 'street_length_avg': 195.26837786774632, 'street_segments_count': 741, 'node_density_km': 21.668720715832507, 'intersection_density_km': 16.926278281584466, 'edge_density_km': 11152.820071261987, 'street_density_km': 5578.880809582802, 'circuity_avg': 1.043955925385595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043955925385595\n", - "4584\n", - "11969805.00325514\n", - "{'n': 104, 'm': 218, 'k_avg': 4.1923076923076925, 'intersection_count': 64, 'streets_per_node_avg': 2.298076923076923, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 57, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38461538461538464, 2: 0.0, 3: 0.5480769230769231, 4: 0.0673076923076923}, 'edge_length_total': 40106.49799999999, 'edge_length_avg': 183.97476146788986, 'street_length_total': 20053.249, 'street_length_avg': 183.97476146788992, 'street_segments_count': 109, 'node_density_km': 8.688529175848531, 'intersection_density_km': 5.346787185137558, 'edge_density_km': 3350.6392116741413, 'street_density_km': 1675.3196058370709, 'circuity_avg': 1.0320661587250815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320661587250815\n", - "4585\n", - "6986712.999221187\n", - "{'n': 339, 'm': 953, 'k_avg': 5.622418879056047, 'intersection_count': 310, 'streets_per_node_avg': 3.1415929203539825, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 207, 4: 100, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0855457227138643, 2: 0.0, 3: 0.6106194690265486, 4: 0.2949852507374631, 5: 0.008849557522123894}, 'edge_length_total': 87309.78000000007, 'edge_length_avg': 91.61571878279126, 'street_length_total': 49891.263, 'street_length_avg': 94.4910284090909, 'street_segments_count': 528, 'node_density_km': 48.52067059828971, 'intersection_density_km': 44.36993476539767, 'edge_density_km': 12496.545945100728, 'street_density_km': 7140.877692494511, 'circuity_avg': 1.035148545152991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035148545152991\n", - "4586\n", - "27970969.264070198\n", - "{'n': 3600, 'm': 9933, 'k_avg': 5.5183333333333335, 'intersection_count': 3113, 'streets_per_node_avg': 2.8855555555555554, 'streets_per_node_counts': {0: 0, 1: 487, 2: 2, 3: 2564, 4: 530, 5: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13527777777777777, 2: 0.0005555555555555556, 3: 0.7122222222222222, 4: 0.14722222222222223, 5: 0.004722222222222222}, 'edge_length_total': 741742.4429999982, 'edge_length_avg': 74.67456387798231, 'street_length_total': 387125.9640000013, 'street_length_avg': 75.2139040217605, 'street_segments_count': 5147, 'node_density_km': 128.7048713261553, 'intersection_density_km': 111.2939623439782, 'edge_density_km': 26518.296023184128, 'street_density_km': 13840.277051009445, 'circuity_avg': 1.0413436442197812, 'self_loop_proportion': 0.0006040471156750226, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0413436442197812\n", - "4587\n", - "4991797.397626715\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 7, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.7}, 'edge_length_total': 9468.179999999998, 'edge_length_avg': 430.3718181818181, 'street_length_total': 4734.089999999999, 'street_length_avg': 430.3718181818181, 'street_segments_count': 11, 'node_density_km': 2.0032864324089696, 'intersection_density_km': 1.4023005026862787, 'edge_density_km': 1896.7476533605955, 'street_density_km': 948.3738266802977, 'circuity_avg': 1.4134298038202568, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4134298038202568\n", - "4588\n", - "57880437.35439962\n", - "{'n': 168, 'm': 401, 'k_avg': 4.773809523809524, 'intersection_count': 129, 'streets_per_node_avg': 2.6547619047619047, 'streets_per_node_counts': {0: 0, 1: 39, 2: 2, 3: 105, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23214285714285715, 2: 0.011904761904761904, 3: 0.625, 4: 0.13095238095238096}, 'edge_length_total': 147429.5260000002, 'edge_length_avg': 367.6546783042399, 'street_length_total': 79330.58600000001, 'street_length_avg': 377.76469523809527, 'street_segments_count': 210, 'node_density_km': 2.9025350822997873, 'intersection_density_km': 2.2287322953373367, 'edge_density_km': 2547.1391153680306, 'street_density_km': 1370.5941009785738, 'circuity_avg': 1.0466196135328563, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466196135328563\n", - "4589\n", - "30922353.27875196\n", - "{'n': 808, 'm': 1932, 'k_avg': 4.782178217821782, 'intersection_count': 553, 'streets_per_node_avg': 2.4381188118811883, 'streets_per_node_counts': {0: 0, 1: 255, 2: 0, 3: 497, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3155940594059406, 2: 0.0, 3: 0.6150990099009901, 4: 0.06930693069306931}, 'edge_length_total': 307046.3030000002, 'edge_length_avg': 158.92665786749492, 'street_length_total': 153747.90199999954, 'street_length_avg': 158.17685390946454, 'street_segments_count': 972, 'node_density_km': 26.12996471245966, 'intersection_density_km': 17.883503076720537, 'edge_density_km': 9929.590423862874, 'street_density_km': 4972.063433013235, 'circuity_avg': 1.0609674882752136, 'self_loop_proportion': 0.0010351966873706005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609674882752136\n", - "4590\n", - "2992619.4544885205\n", - "{'n': 51, 'm': 124, 'k_avg': 4.862745098039215, 'intersection_count': 38, 'streets_per_node_avg': 2.5686274509803924, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 34, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2549019607843137, 2: 0.0, 3: 0.6666666666666666, 4: 0.0784313725490196}, 'edge_length_total': 19607.344000000005, 'edge_length_avg': 158.1237419354839, 'street_length_total': 9803.672000000004, 'street_length_avg': 158.12374193548393, 'street_segments_count': 62, 'node_density_km': 17.04192623739947, 'intersection_density_km': 12.697905823944701, 'edge_density_km': 6551.900199202296, 'street_density_km': 3275.950099601149, 'circuity_avg': 1.0605200585914838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605200585914838\n", - "4591\n", - "4995378.575832874\n", - "{'n': 17, 'm': 32, 'k_avg': 3.764705882352941, 'intersection_count': 8, 'streets_per_node_avg': 2.0588235294117645, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5294117647058824, 2: 0.0, 3: 0.35294117647058826, 4: 0.11764705882352941}, 'edge_length_total': 13595.099999999999, 'edge_length_avg': 424.84687499999995, 'street_length_total': 6797.549999999999, 'street_length_avg': 424.84687499999995, 'street_segments_count': 16, 'node_density_km': 3.403145475749175, 'intersection_density_km': 1.6014802238819648, 'edge_density_km': 2721.535473962212, 'street_density_km': 1360.767736981106, 'circuity_avg': 1.008021597356057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.008021597356057\n", - "4592\n", - "9981985.087194808\n", - "error with entry 4592\n", - "4593\n", - "7984156.380842144\n", - "error with entry 4593\n", - "4594\n", - "73846758.65976259\n", - "{'n': 2588, 'm': 6100, 'k_avg': 4.714064914992272, 'intersection_count': 1797, 'streets_per_node_avg': 2.437403400309119, 'streets_per_node_counts': {0: 0, 1: 791, 2: 2, 3: 1667, 4: 128}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30564142194744975, 2: 0.0007727975270479134, 3: 0.6441267387944358, 4: 0.04945904173106646}, 'edge_length_total': 968896.039999997, 'edge_length_avg': 158.83541639344213, 'street_length_total': 486843.6200000011, 'street_length_avg': 158.52934549006875, 'street_segments_count': 3071, 'node_density_km': 35.045546303850735, 'intersection_density_km': 24.334175698616605, 'edge_density_km': 13120.359750169053, 'street_density_km': 6592.620026060414, 'circuity_avg': 1.0559859928334334, 'self_loop_proportion': 0.0003278688524590164, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559859928334334\n", - "4595\n", - "5991010.214055114\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 842, 'm': 2459, 'k_avg': 5.840855106888361, 'intersection_count': 834, 'streets_per_node_avg': 3.2399049881235156, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 619, 4: 212, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.009501187648456057, 2: 0.0, 3: 0.7351543942992874, 4: 0.2517814726840855, 5: 0.0035629453681710215}, 'edge_length_total': 187542.85000000027, 'edge_length_avg': 76.2679341195609, 'street_length_total': 103708.81400000007, 'street_length_avg': 77.74273913043484, 'street_segments_count': 1334, 'node_density_km': 140.5439099443762, 'intersection_density_km': 139.20857588314698, 'edge_density_km': 31304.044443125527, 'street_density_km': 17310.738972985833, 'circuity_avg': 1.0135578865874044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0135578865874044\n", - "4596\n", - "7985284.048462888\n", - "{'n': 403, 'm': 995, 'k_avg': 4.937965260545906, 'intersection_count': 340, 'streets_per_node_avg': 2.8213399503722085, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 288, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15632754342431762, 2: 0.0, 3: 0.7146401985111662, 4: 0.12406947890818859, 5: 0.004962779156327543}, 'edge_length_total': 101003.54400000001, 'edge_length_avg': 101.51109949748745, 'street_length_total': 59026.70200000002, 'street_length_avg': 105.97253500897669, 'street_segments_count': 557, 'node_density_km': 50.4678352772654, 'intersection_density_km': 42.57832256642738, 'edge_density_km': 12648.7102258363, 'street_density_km': 7391.935169965839, 'circuity_avg': 1.1109809204982328, 'self_loop_proportion': 0.0020100502512562816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1109809204982328\n", - "4597\n", - "17972949.92671693\n", - "{'n': 1483, 'm': 4196, 'k_avg': 5.658799730276467, 'intersection_count': 1349, 'streets_per_node_avg': 3.043155765340526, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 1026, 4: 315, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09035738368172623, 2: 0.0, 3: 0.6918408631153068, 4: 0.21240728253540123, 5: 0.004720161834120027, 6: 0.0006743088334457181}, 'edge_length_total': 356553.3569999991, 'edge_length_avg': 84.97458460438492, 'street_length_total': 195372.04800000004, 'street_length_avg': 87.29760857908849, 'street_segments_count': 2238, 'node_density_km': 82.51288775892647, 'intersection_density_km': 75.05723910100595, 'edge_density_km': 19838.332519358977, 'street_density_km': 10870.338413928252, 'circuity_avg': 1.0273079978354474, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273079978354474\n", - "4598\n", - "4988847.059147799\n", - "{'n': 243, 'm': 717, 'k_avg': 5.901234567901234, 'intersection_count': 224, 'streets_per_node_avg': 3.0411522633744856, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 177, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07818930041152264, 2: 0.0, 3: 0.7283950617283951, 4: 0.18930041152263374, 5: 0.00411522633744856}, 'edge_length_total': 53294.84499999998, 'edge_length_avg': 74.33032775453275, 'street_length_total': 28274.255999999987, 'street_length_avg': 77.46371506849312, 'street_segments_count': 365, 'node_density_km': 48.70864893611502, 'intersection_density_km': 44.90015375180973, 'edge_density_km': 10682.797922673513, 'street_density_km': 5667.493042937625, 'circuity_avg': 1.0252346233497251, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0252346233497251\n", - "4599\n", - "10980067.963441158\n", - "{'n': 137, 'm': 354, 'k_avg': 5.1678832116788325, 'intersection_count': 112, 'streets_per_node_avg': 2.7226277372262775, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 100, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18248175182481752, 2: 0.0, 3: 0.7299270072992701, 4: 0.08759124087591241}, 'edge_length_total': 56557.921, 'edge_length_avg': 159.7681384180791, 'street_length_total': 28443.140999999992, 'street_length_avg': 155.42699999999996, 'street_segments_count': 183, 'node_density_km': 12.47715409924149, 'intersection_density_km': 10.200301161423699, 'edge_density_km': 5150.962743428659, 'street_density_km': 2590.433965864625, 'circuity_avg': 1.0352859430912533, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0352859430912533\n", - "4600\n", - "4987086.078988537\n", - "{'n': 352, 'm': 1028, 'k_avg': 5.840909090909091, 'intersection_count': 340, 'streets_per_node_avg': 3.0795454545454546, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 290, 4: 48, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03409090909090909, 2: 0.0, 3: 0.8238636363636364, 4: 0.13636363636363635, 5: 0.005681818181818182}, 'edge_length_total': 85793.94400000016, 'edge_length_avg': 83.45714396887175, 'street_length_total': 44349.140999999974, 'street_length_avg': 83.83580529300562, 'street_segments_count': 529, 'node_density_km': 70.58229884642203, 'intersection_density_km': 68.17608411302128, 'edge_density_km': 17203.221007446613, 'street_density_km': 8892.796373988938, 'circuity_avg': 1.089988316389824, 'self_loop_proportion': 0.0019455252918287938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089988316389824\n", - "4601\n", - "16960707.289039407\n", - "{'n': 1690, 'm': 4739, 'k_avg': 5.608284023668639, 'intersection_count': 1593, 'streets_per_node_avg': 3.0893491124260355, 'streets_per_node_counts': {0: 0, 1: 97, 2: 2, 3: 1256, 4: 324, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05739644970414201, 2: 0.001183431952662722, 3: 0.7431952662721893, 4: 0.19171597633136095, 5: 0.005917159763313609, 6: 0.000591715976331361}, 'edge_length_total': 408551.1919999983, 'edge_length_avg': 86.21042245199374, 'street_length_total': 222379.2929999996, 'street_length_avg': 86.90085697538085, 'street_segments_count': 2559, 'node_density_km': 99.64207100561991, 'intersection_density_km': 93.9229698887293, 'edge_density_km': 24088.0987471565, 'street_density_km': 13111.439824429299, 'circuity_avg': 1.043451464676499, 'self_loop_proportion': 0.00042202996412745304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043451464676499\n", - "4602\n", - "8978746.022747906\n", - "{'n': 74, 'm': 206, 'k_avg': 5.5675675675675675, 'intersection_count': 56, 'streets_per_node_avg': 2.918918918918919, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 26, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.35135135135135137, 4: 0.40540540540540543}, 'edge_length_total': 73611.26399999998, 'edge_length_avg': 357.3362330097086, 'street_length_total': 36805.632000000005, 'street_length_avg': 357.3362330097088, 'street_segments_count': 103, 'node_density_km': 8.241685399332926, 'intersection_density_km': 6.236951113008701, 'edge_density_km': 8198.39026669245, 'street_density_km': 4099.195133346227, 'circuity_avg': 1.0125684622966244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0125684622966244\n", - "4603\n", - "13970589.29386983\n", - "{'n': 174, 'm': 398, 'k_avg': 4.574712643678161, 'intersection_count': 126, 'streets_per_node_avg': 2.4885057471264367, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 119, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.6839080459770115, 4: 0.040229885057471264}, 'edge_length_total': 90173.15399999986, 'edge_length_avg': 226.56571356783886, 'street_length_total': 45086.577000000005, 'street_length_avg': 226.56571356783923, 'street_segments_count': 199, 'node_density_km': 12.454735898388313, 'intersection_density_km': 9.018946685039813, 'edge_density_km': 6454.498955141931, 'street_density_km': 3227.2494775709706, 'circuity_avg': 1.0413811216588724, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0413811216588724\n", - "4604\n", - "22944391.96725516\n", - "{'n': 731, 'm': 1932, 'k_avg': 5.285909712722298, 'intersection_count': 578, 'streets_per_node_avg': 2.7332421340629276, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 467, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20930232558139536, 2: 0.0, 3: 0.6388508891928865, 4: 0.1518467852257182}, 'edge_length_total': 346647.3519999997, 'edge_length_avg': 179.4240952380951, 'street_length_total': 173323.67600000027, 'street_length_avg': 179.4240952380955, 'street_segments_count': 966, 'node_density_km': 31.85963703214444, 'intersection_density_km': 25.191340909137466, 'edge_density_km': 15108.151590798907, 'street_density_km': 7554.075795399472, 'circuity_avg': 1.039750162302754, 'self_loop_proportion': 0.002070393374741201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039750162302754\n", - "4605\n", - "17984065.21480764\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 19, 'm': 44, 'k_avg': 4.631578947368421, 'intersection_count': 16, 'streets_per_node_avg': 2.6842105263157894, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.8421052631578947}, 'edge_length_total': 24771.799999999992, 'edge_length_avg': 562.9954545454543, 'street_length_total': 12385.900000000001, 'street_length_avg': 562.9954545454547, 'street_segments_count': 22, 'node_density_km': 1.0564908308025853, 'intersection_density_km': 0.8896764890969141, 'edge_density_km': 1377.430503288183, 'street_density_km': 688.7152516440918, 'circuity_avg': 1.0702965721367896, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702965721367896\n", - "4606\n", - "9981796.173842458\n", - "{'n': 10, 'm': 13, 'k_avg': 2.6, 'intersection_count': 8, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7, 4: 0.1}, 'edge_length_total': 7635.74, 'edge_length_avg': 587.3646153846154, 'street_length_total': 5890.716, 'street_length_avg': 589.0716, 'street_segments_count': 10, 'node_density_km': 1.001823702451994, 'intersection_density_km': 0.8014589619615953, 'edge_density_km': 764.9665317760789, 'street_density_km': 590.1458913213202, 'circuity_avg': 1.0033795259207487, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0033795259207487\n", - "4607\n", - "10978312.91543784\n", - "{'n': 428, 'm': 1300, 'k_avg': 6.074766355140187, 'intersection_count': 400, 'streets_per_node_avg': 3.189252336448598, 'streets_per_node_counts': {0: 0, 1: 28, 2: 1, 3: 263, 4: 134, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06542056074766354, 2: 0.002336448598130841, 3: 0.6144859813084113, 4: 0.3130841121495327, 5: 0.004672897196261682}, 'edge_length_total': 117697.47699999974, 'edge_length_avg': 90.53652076923056, 'street_length_total': 64157.65000000004, 'street_length_avg': 94.76757754800596, 'street_segments_count': 677, 'node_density_km': 38.98595378877761, 'intersection_density_km': 36.43547083063328, 'edge_density_km': 10720.907475181553, 'street_density_km': 5844.035462842451, 'circuity_avg': 1.0125573240379222, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0125573240379222\n", - "4608\n", - "11977613.319885716\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.8333333333333334}, 'edge_length_total': 12572.226, 'edge_length_avg': 1047.6855, 'street_length_total': 6286.112999999999, 'street_length_avg': 1047.6854999999998, 'street_segments_count': 6, 'node_density_km': 0.5009345217413689, 'intersection_density_km': 0.41744543478447405, 'edge_density_km': 1049.6436697557338, 'street_density_km': 524.8218348778668, 'circuity_avg': 1.0630387615542845, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630387615542845\n", - "4609\n", - "6986706.028955882\n", - "{'n': 16, 'm': 42, 'k_avg': 5.25, 'intersection_count': 14, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.75, 4: 0.125}, 'edge_length_total': 9130.719999999996, 'edge_length_avg': 217.39809523809512, 'street_length_total': 4565.360000000001, 'street_length_avg': 217.39809523809527, 'street_segments_count': 21, 'node_density_km': 2.2900634338541215, 'intersection_density_km': 2.003805504622356, 'edge_density_km': 1306.8704997975308, 'street_density_km': 653.4352498987658, 'circuity_avg': 1.055704111448936, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055704111448936\n", - "4610\n", - "10972696.746276574\n", - "{'n': 32, 'm': 76, 'k_avg': 4.75, 'intersection_count': 26, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 22, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6875, 4: 0.125}, 'edge_length_total': 14175.216, 'edge_length_avg': 186.516, 'street_length_total': 7087.608, 'street_length_avg': 186.516, 'street_segments_count': 38, 'node_density_km': 2.9163295714755573, 'intersection_density_km': 2.36951777682389, 'edge_density_km': 1291.8625500891706, 'street_density_km': 645.9312750445853, 'circuity_avg': 1.0835440901533742, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0835440901533742\n", - "4611\n", - "8977012.749467747\n", - "{'n': 702, 'm': 2052, 'k_avg': 5.846153846153846, 'intersection_count': 642, 'streets_per_node_avg': 2.9444444444444446, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 563, 4: 77, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08547008547008547, 2: 0.0, 3: 0.801994301994302, 4: 0.10968660968660969, 5: 0.002849002849002849}, 'edge_length_total': 155367.56200000003, 'edge_length_avg': 75.71518615984407, 'street_length_total': 77683.78099999997, 'street_length_avg': 75.71518615984402, 'street_segments_count': 1026, 'node_density_km': 78.19973298373917, 'intersection_density_km': 71.51599512188112, 'edge_density_km': 17307.267610732968, 'street_density_km': 8653.633805366479, 'circuity_avg': 1.0781600118001524, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0781600118001524\n", - "4612\n", - "4990838.836781157\n", - "{'n': 114, 'm': 272, 'k_avg': 4.771929824561403, 'intersection_count': 85, 'streets_per_node_avg': 2.6403508771929824, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 68, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2543859649122807, 2: 0.0, 3: 0.5964912280701754, 4: 0.14912280701754385}, 'edge_length_total': 29432.616000000024, 'edge_length_avg': 108.20814705882361, 'street_length_total': 17125.710999999996, 'street_length_avg': 117.29939041095888, 'street_segments_count': 146, 'node_density_km': 22.841851586120207, 'intersection_density_km': 17.031205130001908, 'edge_density_km': 5897.32847774796, 'street_density_km': 3431.429376919177, 'circuity_avg': 1.0311796694944797, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0311796694944797\n", - "4613\n", - "4994712.324673796\n", - "{'n': 407, 'm': 1194, 'k_avg': 5.867321867321867, 'intersection_count': 399, 'streets_per_node_avg': 3.2014742014742015, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 306, 4: 88, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.019656019656019656, 2: 0.0, 3: 0.7518427518427518, 4: 0.21621621621621623, 5: 0.012285012285012284}, 'edge_length_total': 106607.12599999984, 'edge_length_avg': 89.28570016750406, 'street_length_total': 58053.78900000006, 'street_length_avg': 92.44233917197462, 'street_segments_count': 628, 'node_density_km': 81.48617448685218, 'intersection_density_km': 79.88448063944476, 'edge_density_km': 21343.997225498337, 'street_density_km': 11623.049582498537, 'circuity_avg': 1.020024998462406, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020024998462406\n", - "4614\n", - "1995023.4845811706\n", - "{'n': 48, 'm': 124, 'k_avg': 5.166666666666667, 'intersection_count': 42, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 38, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.7916666666666666, 4: 0.08333333333333333}, 'edge_length_total': 15156.460000000003, 'edge_length_avg': 122.22951612903228, 'street_length_total': 7578.229999999999, 'street_length_avg': 122.22951612903223, 'street_segments_count': 62, 'node_density_km': 24.059867149923292, 'intersection_density_km': 21.05238375618288, 'edge_density_km': 7597.133626315134, 'street_density_km': 3798.566813157566, 'circuity_avg': 1.024208173846016, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024208173846016\n", - "4615\n", - "18974458.04384332\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 741, 'm': 2145, 'k_avg': 5.7894736842105265, 'intersection_count': 680, 'streets_per_node_avg': 3.1322537112010798, 'streets_per_node_counts': {0: 0, 1: 61, 2: 1, 3: 459, 4: 219, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08232118758434548, 2: 0.001349527665317139, 3: 0.6194331983805668, 4: 0.29554655870445345, 5: 0.001349527665317139}, 'edge_length_total': 312717.3619999996, 'edge_length_avg': 145.78897995337977, 'street_length_total': 165402.69299999997, 'street_length_avg': 145.85775396825395, 'street_segments_count': 1134, 'node_density_km': 39.05249880064078, 'intersection_density_km': 35.8376507212358, 'edge_density_km': 16480.964108562122, 'street_density_km': 8717.123441302636, 'circuity_avg': 1.0167159829899879, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0167159829899879\n", - "4616\n", - "8977541.230834167\n", - "{'n': 16, 'm': 34, 'k_avg': 4.25, 'intersection_count': 12, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 9848.03, 'edge_length_avg': 289.6479411764706, 'street_length_total': 4924.015, 'street_length_avg': 289.6479411764706, 'street_segments_count': 17, 'node_density_km': 1.782225175980988, 'intersection_density_km': 1.3366688819857409, 'edge_density_km': 1096.962937488503, 'street_density_km': 548.4814687442515, 'circuity_avg': 1.068009562614051, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068009562614051\n", - "4617\n", - "10972758.62894405\n", - "{'n': 39, 'm': 92, 'k_avg': 4.717948717948718, 'intersection_count': 36, 'streets_per_node_avg': 2.9743589743589745, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 31, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.7948717948717948, 4: 0.1282051282051282}, 'edge_length_total': 35818.69399999999, 'edge_length_avg': 389.3336304347825, 'street_length_total': 17909.346999999994, 'street_length_avg': 389.3336304347825, 'street_segments_count': 46, 'node_density_km': 3.554256620311087, 'intersection_density_km': 3.280852264902542, 'edge_density_km': 3264.32898154864, 'street_density_km': 1632.16449077432, 'circuity_avg': 1.182414440079856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.182414440079856\n", - "4618\n", - "23938807.02051678\n", - "{'n': 2677, 'm': 7671, 'k_avg': 5.731042211430706, 'intersection_count': 2560, 'streets_per_node_avg': 3.132984684348151, 'streets_per_node_counts': {0: 0, 1: 117, 2: 6, 3: 1979, 4: 556, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04370564064251027, 2: 0.0022413149047441168, 3: 0.7392603660814344, 4: 0.2076951811729548, 5: 0.00635039223010833, 6: 0.0007471049682480389}, 'edge_length_total': 566573.9249999988, 'edge_length_avg': 73.85920023464982, 'street_length_total': 310389.7650000001, 'street_length_avg': 74.55915565697816, 'street_segments_count': 4163, 'node_density_km': 111.82679227522384, 'intersection_density_km': 106.93933067783826, 'edge_density_km': 23667.59231211547, 'street_density_km': 12965.966296231061, 'circuity_avg': 1.0411690830802431, 'self_loop_proportion': 0.0005214444009907443, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411690830802431\n", - "4619\n", - "3990584.8703100546\n", - "{'n': 116, 'm': 321, 'k_avg': 5.5344827586206895, 'intersection_count': 108, 'streets_per_node_avg': 3.0689655172413794, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 84, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06896551724137931, 2: 0.0, 3: 0.7241379310344828, 4: 0.20689655172413793}, 'edge_length_total': 37609.42400000001, 'edge_length_avg': 117.16331464174459, 'street_length_total': 19553.513, 'street_length_avg': 116.38995833333333, 'street_segments_count': 168, 'node_density_km': 29.068420737782027, 'intersection_density_km': 27.063702066210855, 'edge_density_km': 9424.539314979633, 'street_density_km': 4899.911575738711, 'circuity_avg': 1.0347483521348424, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347483521348424\n", - "4620\n", - "27973395.27393253\n", - "{'n': 2327, 'm': 6650, 'k_avg': 5.715513536742587, 'intersection_count': 2092, 'streets_per_node_avg': 3.019767941555651, 'streets_per_node_counts': {0: 0, 1: 235, 2: 0, 3: 1587, 4: 494, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10098839707778255, 2: 0.0, 3: 0.6819939836699613, 4: 0.2122905027932961, 5: 0.004727116458960034}, 'edge_length_total': 593812.2230000003, 'edge_length_avg': 89.2950711278196, 'street_length_total': 312311.3060000003, 'street_length_avg': 90.02920322859622, 'street_segments_count': 3469, 'node_density_km': 83.1861837725667, 'intersection_density_km': 74.78534441435733, 'edge_density_km': 21227.749337719975, 'street_density_km': 11164.583453015182, 'circuity_avg': 1.0342802575138983, 'self_loop_proportion': 0.0009022556390977444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342802575138983\n", - "4621\n", - "21963170.6831604\n", - "{'n': 464, 'm': 1278, 'k_avg': 5.508620689655173, 'intersection_count': 413, 'streets_per_node_avg': 2.9827586206896552, 'streets_per_node_counts': {0: 0, 1: 51, 2: 1, 3: 318, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10991379310344827, 2: 0.0021551724137931034, 3: 0.6853448275862069, 4: 0.20043103448275862, 5: 0.0021551724137931034}, 'edge_length_total': 158834.18999999974, 'edge_length_avg': 124.28340375586833, 'street_length_total': 90341.9489999998, 'street_length_avg': 133.64193639053227, 'street_segments_count': 676, 'node_density_km': 21.126275741041255, 'intersection_density_km': 18.804206640194046, 'edge_density_km': 7231.842446217525, 'street_density_km': 4113.338201631642, 'circuity_avg': 1.0302672812820428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302672812820428\n", - "4622\n", - "1995337.5347163952\n", - "{'n': 32, 'm': 86, 'k_avg': 5.375, 'intersection_count': 27, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 21, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.65625, 4: 0.1875}, 'edge_length_total': 12850.365999999996, 'edge_length_avg': 149.42286046511623, 'street_length_total': 6425.183000000001, 'street_length_avg': 149.4228604651163, 'street_segments_count': 43, 'node_density_km': 16.037386879783362, 'intersection_density_km': 13.531545179817213, 'edge_density_km': 6440.196596525443, 'street_density_km': 3220.098298262723, 'circuity_avg': 1.020483713675516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020483713675516\n", - "4623\n", - "10973099.917972343\n", - "{'n': 48, 'm': 114, 'k_avg': 4.75, 'intersection_count': 39, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 35, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.7291666666666666, 4: 0.08333333333333333}, 'edge_length_total': 39053.488, 'edge_length_avg': 342.57445614035083, 'street_length_total': 19526.74400000001, 'street_length_avg': 342.57445614035106, 'street_segments_count': 57, 'node_density_km': 4.374333630315621, 'intersection_density_km': 3.5541460746314417, 'edge_density_km': 3559.0205404068233, 'street_density_km': 1779.5102702034128, 'circuity_avg': 1.0297371279485, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297371279485\n", - "4624\n", - "998539.6357222392\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1887.1399999999999, 'edge_length_avg': 943.5699999999999, 'street_length_total': 943.57, 'street_length_avg': 943.57, 'street_segments_count': 1, 'node_density_km': 2.0029250001212113, 'intersection_density_km': 2.0029250001212113, 'edge_density_km': 1889.899942364371, 'street_density_km': 944.9499711821857, 'circuity_avg': 1.6096539156066914, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.6096539156066914\n", - "4625\n", - "12967135.79752246\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1363, 'm': 3841, 'k_avg': 5.636096845194424, 'intersection_count': 1173, 'streets_per_node_avg': 2.8620689655172415, 'streets_per_node_counts': {0: 0, 1: 190, 2: 0, 3: 982, 4: 190, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13939838591342626, 2: 0.0, 3: 0.7204695524578136, 4: 0.13939838591342626, 5: 0.0007336757153338225}, 'edge_length_total': 234859.32699999987, 'edge_length_avg': 61.14535980213483, 'street_length_total': 118371.57299999984, 'street_length_avg': 61.142341425619755, 'street_segments_count': 1936, 'node_density_km': 105.11187831166377, 'intersection_density_km': 90.45945213468937, 'edge_density_km': 18111.88921495469, 'street_density_km': 9128.582814920182, 'circuity_avg': 1.0434707738757487, 'self_loop_proportion': 0.0015620932048945586, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434707738757487\n", - "4626\n", - "7980071.505310638\n", - "{'n': 95, 'm': 230, 'k_avg': 4.842105263157895, 'intersection_count': 64, 'streets_per_node_avg': 2.536842105263158, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 46, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3263157894736842, 2: 0.0, 3: 0.4842105263157895, 4: 0.18947368421052632}, 'edge_length_total': 58198.702000000005, 'edge_length_avg': 253.0378347826087, 'street_length_total': 29099.351000000006, 'street_length_avg': 253.03783478260874, 'street_segments_count': 115, 'node_density_km': 11.904655232322003, 'intersection_density_km': 8.019978261774822, 'edge_density_km': 7293.005076617358, 'street_density_km': 3646.5025383086795, 'circuity_avg': 1.0547447566058465, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547447566058465\n", - "4627\n", - "8977150.724597476\n", - "{'n': 71, 'm': 162, 'k_avg': 4.563380281690141, 'intersection_count': 47, 'streets_per_node_avg': 2.464788732394366, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 37, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3380281690140845, 2: 0.0, 3: 0.5211267605633803, 4: 0.14084507042253522}, 'edge_length_total': 47084.687999999995, 'edge_length_avg': 290.6462222222222, 'street_length_total': 23542.34399999999, 'street_length_avg': 290.6462222222221, 'street_segments_count': 81, 'node_density_km': 7.908968243727861, 'intersection_density_km': 5.235514189509992, 'edge_density_km': 5244.947917715976, 'street_density_km': 2622.473958857987, 'circuity_avg': 1.0413357184149181, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0413357184149181\n", - "4628\n", - "3990409.144913677\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1907.8120000000001, 'edge_length_avg': 953.9060000000001, 'street_length_total': 953.906, 'street_length_avg': 953.906, 'street_segments_count': 1, 'node_density_km': 0.5012017383102868, 'intersection_density_km': 0.5012017383102868, 'edge_density_km': 478.09934538461243, 'street_density_km': 239.0496726923062, 'circuity_avg': 1.0148283824818236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0148283824818236\n", - "4629\n", - "4987413.176832652\n", - "{'n': 319, 'm': 934, 'k_avg': 5.855799373040752, 'intersection_count': 276, 'streets_per_node_avg': 3.0282131661442007, 'streets_per_node_counts': {0: 0, 1: 43, 2: 2, 3: 178, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13479623824451412, 2: 0.006269592476489028, 3: 0.5579937304075235, 4: 0.29780564263322884, 5: 0.003134796238244514}, 'edge_length_total': 64993.70800000008, 'edge_length_avg': 69.58641113490373, 'street_length_total': 33860.13200000002, 'street_length_avg': 71.28448842105267, 'street_segments_count': 475, 'node_density_km': 63.961013192531766, 'intersection_density_km': 55.33930921987074, 'edge_density_km': 13031.546754920259, 'street_density_km': 6789.117083237831, 'circuity_avg': 1.021261663996228, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.021261663996228\n", - "4630\n", - "9975517.293199651\n", - "{'n': 95, 'm': 256, 'k_avg': 5.389473684210526, 'intersection_count': 79, 'streets_per_node_avg': 2.8105263157894735, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 65, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16842105263157894, 2: 0.0, 3: 0.6842105263157895, 4: 0.14736842105263157}, 'edge_length_total': 58704.39200000001, 'edge_length_avg': 229.31403125000003, 'street_length_total': 29352.196000000014, 'street_length_avg': 229.3140312500001, 'street_segments_count': 128, 'node_density_km': 9.523315654493613, 'intersection_density_km': 7.919388807421005, 'edge_density_km': 5884.846898117155, 'street_density_km': 2942.4234490585786, 'circuity_avg': 1.0763730105402531, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763730105402531\n", - "4631\n", - "1995371.711468455\n", - "error with entry 4631\n", - "4632\n", - "3992287.321875145\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 1.0}, 'edge_length_total': 158.356, 'edge_length_avg': 79.178, 'street_length_total': 158.356, 'street_length_avg': 79.178, 'street_segments_count': 2, 'node_density_km': 0.5009659472757126, 'intersection_density_km': 0.5009659472757126, 'edge_density_km': 39.66548177339637, 'street_density_km': 39.66548177339637, 'circuity_avg': 1.8546598005584953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.8546598005584953\n", - "4633\n", - "9977295.026569717\n", - "{'n': 148, 'm': 358, 'k_avg': 4.837837837837838, 'intersection_count': 115, 'streets_per_node_avg': 2.668918918918919, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 98, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22297297297297297, 2: 0.0, 3: 0.6621621621621622, 4: 0.11486486486486487}, 'edge_length_total': 59893.55799999994, 'edge_length_avg': 167.30044134078196, 'street_length_total': 32308.83300000001, 'street_length_avg': 170.9462063492064, 'street_segments_count': 189, 'node_density_km': 14.833679830642808, 'intersection_density_km': 11.526170138675154, 'edge_density_km': 6002.985562770502, 'street_density_km': 3238.235705565587, 'circuity_avg': 1.0754379128999971, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0754379128999971\n", - "4634\n", - "3991000.866681228\n", - "{'n': 55, 'm': 140, 'k_avg': 5.090909090909091, 'intersection_count': 43, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 39, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21818181818181817, 2: 0.0, 3: 0.7090909090909091, 4: 0.07272727272727272}, 'edge_length_total': 16336.775999999994, 'edge_length_avg': 116.6912571428571, 'street_length_total': 8168.388000000001, 'street_length_avg': 116.69125714285715, 'street_segments_count': 70, 'node_density_km': 13.781004273681358, 'intersection_density_km': 10.774239704878152, 'edge_density_km': 4093.4032704395445, 'street_density_km': 2046.7016352197732, 'circuity_avg': 1.2003592115628832, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2003592115628832\n", - "4635\n", - "2992929.015263014\n", - "{'n': 236, 'm': 646, 'k_avg': 5.47457627118644, 'intersection_count': 202, 'streets_per_node_avg': 2.843220338983051, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 171, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1440677966101695, 2: 0.0, 3: 0.7245762711864406, 4: 0.13135593220338984}, 'edge_length_total': 52566.783999999956, 'edge_length_avg': 81.37273065015474, 'street_length_total': 26283.392, 'street_length_avg': 81.3727306501548, 'street_segments_count': 323, 'node_density_km': 78.85252165904132, 'intersection_density_km': 67.49241260646757, 'edge_density_km': 17563.65878773789, 'street_density_km': 8781.829393868953, 'circuity_avg': 1.066869363043328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066869363043328\n", - "4636\n", - "6987223.77469673\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 4636\n", - "4637\n", - "5994163.969373728\n", - "{'n': 624, 'm': 1794, 'k_avg': 5.75, 'intersection_count': 584, 'streets_per_node_avg': 3.1025641025641026, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 446, 4: 133, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0641025641025641, 2: 0.0, 3: 0.7147435897435898, 4: 0.21314102564102563, 5: 0.00641025641025641, 6: 0.0016025641025641025}, 'edge_length_total': 150204.18400000004, 'edge_length_avg': 83.72585507246379, 'street_length_total': 80243.41000000008, 'street_length_avg': 85.09375397667029, 'street_segments_count': 943, 'node_density_km': 104.10125635338528, 'intersection_density_km': 97.42809889483495, 'edge_density_km': 25058.40426912669, 'street_density_km': 13386.922748525334, 'circuity_avg': 1.0202856036392327, 'self_loop_proportion': 0.0011148272017837235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0202856036392327\n", - "4638\n", - "7980418.064192591\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 11320.965999999999, 'edge_length_avg': 1415.1207499999998, 'street_length_total': 5660.482999999999, 'street_length_avg': 1415.1207499999998, 'street_segments_count': 4, 'node_density_km': 0.6265335925738709, 'intersection_density_km': 0.6265335925738709, 'edge_density_km': 1418.5930998773288, 'street_density_km': 709.2965499386644, 'circuity_avg': 1.1306238553241705, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1306238553241705\n", - "4639\n", - "24973930.803197026\n", - "{'n': 976, 'm': 2715, 'k_avg': 5.563524590163935, 'intersection_count': 872, 'streets_per_node_avg': 2.9846311475409837, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 681, 4: 189, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10655737704918032, 2: 0.0, 3: 0.6977459016393442, 4: 0.19364754098360656, 5: 0.0020491803278688526}, 'edge_length_total': 284944.1939999996, 'edge_length_avg': 104.951820994475, 'street_length_total': 157892.26999999964, 'street_length_avg': 110.1061854951183, 'street_segments_count': 1434, 'node_density_km': 39.08075215276315, 'intersection_density_km': 34.9164097102556, 'edge_density_km': 11409.665392502915, 'street_density_km': 6322.28347408519, 'circuity_avg': 1.0425452428044124, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425452428044124\n", - "4640\n", - "18976561.40808104\n", - "{'n': 1266, 'm': 3333, 'k_avg': 5.265402843601896, 'intersection_count': 981, 'streets_per_node_avg': 2.684834123222749, 'streets_per_node_counts': {0: 0, 1: 285, 2: 1, 3: 809, 4: 170, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22511848341232227, 2: 0.0007898894154818325, 3: 0.6390205371248026, 4: 0.13428120063191154, 5: 0.0007898894154818325}, 'edge_length_total': 364113.82400000095, 'edge_length_avg': 109.24507170717101, 'street_length_total': 184109.87600000022, 'street_length_avg': 109.91634388059715, 'street_segments_count': 1675, 'node_density_km': 66.71387786097446, 'intersection_density_km': 51.69535085435699, 'edge_density_km': 19187.555435883423, 'street_density_km': 9701.961911898237, 'circuity_avg': 1.0320716861933217, 'self_loop_proportion': 0.0006000600060006001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320716861933217\n", - "4641\n", - "13972229.414530084\n", - "{'n': 90, 'm': 202, 'k_avg': 4.488888888888889, 'intersection_count': 67, 'streets_per_node_avg': 2.566666666666667, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 60, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25555555555555554, 2: 0.0, 3: 0.6666666666666666, 4: 0.07777777777777778}, 'edge_length_total': 51496.17199999998, 'edge_length_avg': 254.93154455445534, 'street_length_total': 28480.890000000003, 'street_length_avg': 268.687641509434, 'street_segments_count': 106, 'node_density_km': 6.4413485729347295, 'intersection_density_km': 4.79522615985141, 'edge_density_km': 3685.60882248668, 'street_density_km': 2038.392668415678, 'circuity_avg': 1.1304033684901063, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1304033684901063\n", - "4642\n", - "10973807.681656865\n", - "{'n': 941, 'm': 2562, 'k_avg': 5.445270988310308, 'intersection_count': 825, 'streets_per_node_avg': 2.9107332624867164, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 679, 4: 144, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12327311370882041, 2: 0.0, 3: 0.7215727948990436, 4: 0.153028692879915, 5: 0.0021253985122210413}, 'edge_length_total': 201774.5669999993, 'edge_length_avg': 78.75666159250558, 'street_length_total': 109327.62999999996, 'street_length_avg': 80.32889786921379, 'street_segments_count': 1361, 'node_density_km': 85.74963470272193, 'intersection_density_km': 75.17901023352347, 'edge_density_km': 18386.92392406996, 'street_density_km': 9962.597593426504, 'circuity_avg': 1.0572392616953512, 'self_loop_proportion': 0.00078064012490242, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572392616953512\n", - "4643\n", - "18953257.242319897\n", - "{'n': 1975, 'm': 5483, 'k_avg': 5.552405063291139, 'intersection_count': 1772, 'streets_per_node_avg': 2.9584810126582277, 'streets_per_node_counts': {0: 0, 1: 203, 2: 1, 3: 1451, 4: 315, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10278481012658228, 2: 0.0005063291139240507, 3: 0.7346835443037975, 4: 0.15949367088607594, 5: 0.002531645569620253}, 'edge_length_total': 386404.38100000017, 'edge_length_avg': 70.47316815611894, 'street_length_total': 208005.86700000011, 'street_length_avg': 71.62736466942152, 'street_segments_count': 2904, 'node_density_km': 104.20372470807335, 'intersection_density_km': 93.49316464947138, 'edge_density_km': 20387.22822466709, 'street_density_km': 10974.676507611206, 'circuity_avg': 1.0469684084875472, 'self_loop_proportion': 0.0014590552617180376, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469684084875472\n", - "4644\n", - "11968653.619190102\n", - "{'n': 150, 'm': 378, 'k_avg': 5.04, 'intersection_count': 127, 'streets_per_node_avg': 2.7066666666666666, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 125, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15333333333333332, 2: 0.0, 3: 0.8333333333333334, 4: 0.013333333333333334}, 'edge_length_total': 80758.57399999995, 'edge_length_avg': 213.64702116402103, 'street_length_total': 40379.287000000004, 'street_length_avg': 213.6470211640212, 'street_segments_count': 189, 'node_density_km': 12.532737998156742, 'intersection_density_km': 10.611051505106042, 'edge_density_km': 6747.506993645016, 'street_density_km': 3373.753496822511, 'circuity_avg': 1.0385801884639068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385801884639068\n", - "4645\n", - "13965226.311829356\n", - "{'n': 153, 'm': 390, 'k_avg': 5.098039215686274, 'intersection_count': 119, 'streets_per_node_avg': 2.6601307189542482, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 103, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.673202614379085, 4: 0.10457516339869281}, 'edge_length_total': 85224.47799999993, 'edge_length_avg': 218.52430256410238, 'street_length_total': 42612.239, 'street_length_avg': 218.52430256410258, 'street_segments_count': 195, 'node_density_km': 10.95578378636085, 'intersection_density_km': 8.521165167169551, 'edge_density_km': 6102.620616166446, 'street_density_km': 3051.3103080832257, 'circuity_avg': 1.019982381667457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.019982381667457\n", - "4646\n", - "697260324.7157099\n", - "error with entry 4646\n", - "4647\n", - "3989703.157031347\n", - "{'n': 31, 'm': 70, 'k_avg': 4.516129032258065, 'intersection_count': 24, 'streets_per_node_avg': 2.5806451612903225, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 23, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22580645161290322, 2: 0.0, 3: 0.7419354838709677, 4: 0.03225806451612903}, 'edge_length_total': 26208.827999999987, 'edge_length_avg': 374.4118285714284, 'street_length_total': 13104.414, 'street_length_avg': 374.4118285714286, 'street_segments_count': 35, 'node_density_km': 7.770001621641054, 'intersection_density_km': 6.015485126431784, 'edge_density_km': 6569.117292300367, 'street_density_km': 3284.5586461501853, 'circuity_avg': 1.0920011976588404, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0920011976588404\n", - "4648\n", - "4989168.429624278\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 115, 'm': 287, 'k_avg': 4.991304347826087, 'intersection_count': 101, 'streets_per_node_avg': 2.9217391304347826, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 83, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12173913043478261, 2: 0.0, 3: 0.7217391304347827, 4: 0.14782608695652175, 5: 0.008695652173913044}, 'edge_length_total': 26097.763999999996, 'edge_length_avg': 90.93297560975608, 'street_length_total': 15377.879000000003, 'street_length_avg': 94.34281595092027, 'street_segments_count': 163, 'node_density_km': 23.049933395145043, 'intersection_density_km': 20.24385454704043, 'edge_density_km': 5230.884538801861, 'street_density_km': 3082.2529279008672, 'circuity_avg': 1.028666047759659, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028666047759659\n", - "4649\n", - "4987146.242820801\n", - "{'n': 116, 'm': 249, 'k_avg': 4.293103448275862, 'intersection_count': 73, 'streets_per_node_avg': 2.3275862068965516, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 65, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3706896551724138, 2: 0.0, 3: 0.5603448275862069, 4: 0.06896551724137931}, 'edge_length_total': 37290.926999999996, 'edge_length_avg': 149.76275903614456, 'street_length_total': 19245.78000000001, 'street_length_avg': 149.1920930232559, 'street_segments_count': 129, 'node_density_km': 23.259795151783788, 'intersection_density_km': 14.637629707588074, 'edge_density_km': 7477.407957242441, 'street_density_km': 3859.0767270370484, 'circuity_avg': 1.1922714352033068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1922714352033068\n", - "4650\n", - "20947176.222943265\n", - "{'n': 396, 'm': 991, 'k_avg': 5.005050505050505, 'intersection_count': 298, 'streets_per_node_avg': 2.664141414141414, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 237, 4: 59, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2474747474747475, 2: 0.0, 3: 0.5984848484848485, 4: 0.14898989898989898, 5: 0.005050505050505051}, 'edge_length_total': 194816.80299999984, 'edge_length_avg': 196.58607769929347, 'street_length_total': 99716.121, 'street_length_avg': 195.13918003913895, 'street_segments_count': 511, 'node_density_km': 18.904696069070376, 'intersection_density_km': 14.226261183290333, 'edge_density_km': 9300.3849744014, 'street_density_km': 4760.361011847591, 'circuity_avg': 1.037868220231596, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.037868220231596\n", - "4651\n", - "5987822.4851038195\n", - "{'n': 64, 'm': 151, 'k_avg': 4.71875, 'intersection_count': 46, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 42, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.65625, 4: 0.0625}, 'edge_length_total': 27494.305999999997, 'edge_length_avg': 182.0814966887417, 'street_length_total': 14397.702, 'street_length_avg': 186.98314285714284, 'street_segments_count': 77, 'node_density_km': 10.688359609727197, 'intersection_density_km': 7.6822584694914235, 'edge_density_km': 4591.703589810627, 'street_density_km': 2404.4971332763826, 'circuity_avg': 1.050864251392929, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050864251392929\n", - "4652\n", - "5986202.228554325\n", - "{'n': 37, 'm': 88, 'k_avg': 4.756756756756757, 'intersection_count': 28, 'streets_per_node_avg': 2.5675675675675675, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 26, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.7027027027027027, 4: 0.05405405405405406}, 'edge_length_total': 20211.325999999994, 'edge_length_avg': 229.67415909090903, 'street_length_total': 10105.662999999995, 'street_length_avg': 229.67415909090897, 'street_segments_count': 44, 'node_density_km': 6.18088039583914, 'intersection_density_km': 4.6774230022566465, 'edge_density_km': 3376.318612089564, 'street_density_km': 1688.1593060447817, 'circuity_avg': 1.2579783692023099, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2579783692023099\n", - "4653\n", - "2992737.906386943\n", - "{'n': 38, 'm': 112, 'k_avg': 5.894736842105263, 'intersection_count': 37, 'streets_per_node_avg': 3.1842105263157894, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 28, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02631578947368421, 2: 0.0, 3: 0.7368421052631579, 4: 0.23684210526315788}, 'edge_length_total': 21276.473999999995, 'edge_length_avg': 189.9685178571428, 'street_length_total': 10638.237000000003, 'street_length_avg': 189.9685178571429, 'street_segments_count': 56, 'node_density_km': 12.697403243666077, 'intersection_density_km': 12.363261053043287, 'edge_density_km': 7109.367631088866, 'street_density_km': 3554.6838155444348, 'circuity_avg': 1.0310398556155107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310398556155107\n", - "4654\n", - "7979473.588565948\n", - "{'n': 108, 'm': 244, 'k_avg': 4.518518518518518, 'intersection_count': 75, 'streets_per_node_avg': 2.435185185185185, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 70, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3055555555555556, 2: 0.0, 3: 0.6481481481481481, 4: 0.046296296296296294}, 'edge_length_total': 60378.99, 'edge_length_avg': 247.4548770491803, 'street_length_total': 30189.495000000003, 'street_length_avg': 247.45487704918034, 'street_segments_count': 122, 'node_density_km': 13.534727422966444, 'intersection_density_km': 9.39911626594892, 'edge_density_km': 7566.788627074228, 'street_density_km': 3783.3943135371146, 'circuity_avg': 1.1704073788914735, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1704073788914735\n", - "4655\n", - "6982055.534685178\n", - "{'n': 15, 'm': 27, 'k_avg': 3.6, 'intersection_count': 14, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06666666666666667, 2: 0.0, 3: 0.8, 4: 0.13333333333333333}, 'edge_length_total': 7877.5340000000015, 'edge_length_avg': 291.76051851851855, 'street_length_total': 5762.4130000000005, 'street_length_avg': 338.96547058823535, 'street_segments_count': 17, 'node_density_km': 2.148364464516731, 'intersection_density_km': 2.005140166882282, 'edge_density_km': 1128.2542742414896, 'street_density_km': 825.3175546046167, 'circuity_avg': 1.0832502175504872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832502175504872\n", - "4656\n", - "3993705.131389355\n", - "{'n': 121, 'm': 362, 'k_avg': 5.983471074380165, 'intersection_count': 114, 'streets_per_node_avg': 3.0991735537190084, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 88, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05785123966942149, 2: 0.0, 3: 0.7272727272727273, 4: 0.21487603305785125}, 'edge_length_total': 59423.15800000005, 'edge_length_avg': 164.152370165746, 'street_length_total': 29711.578999999983, 'street_length_avg': 164.15237016574577, 'street_segments_count': 181, 'node_density_km': 30.297679978668274, 'intersection_density_km': 28.544921632794903, 'edge_density_km': 14879.205160378866, 'street_density_km': 7439.602580189423, 'circuity_avg': 1.0126887674104021, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0126887674104021\n", - "4657\n", - "5984652.51374877\n", - "{'n': 42, 'm': 94, 'k_avg': 4.476190476190476, 'intersection_count': 32, 'streets_per_node_avg': 2.5952380952380953, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 29, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.6904761904761905, 4: 0.07142857142857142}, 'edge_length_total': 17169.043999999994, 'edge_length_avg': 182.6494042553191, 'street_length_total': 8584.521999999999, 'street_length_avg': 182.64940425531913, 'street_segments_count': 47, 'node_density_km': 7.01795131856224, 'intersection_density_km': 5.347010528428373, 'edge_density_km': 2868.8455947203115, 'street_density_km': 1434.422797360156, 'circuity_avg': 1.012922078309572, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012922078309572\n", - "4658\n", - "51895402.352840245\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1384, 'm': 3418, 'k_avg': 4.9393063583815024, 'intersection_count': 1146, 'streets_per_node_avg': 2.808526011560694, 'streets_per_node_counts': {0: 0, 1: 238, 2: 4, 3: 930, 4: 209, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17196531791907516, 2: 0.002890173410404624, 3: 0.6719653179190751, 4: 0.1510115606936416, 5: 0.002167630057803468}, 'edge_length_total': 499380.1360000013, 'edge_length_avg': 146.10302399063818, 'street_length_total': 292097.79000000004, 'street_length_avg': 152.53148302872066, 'street_segments_count': 1915, 'node_density_km': 26.669029186633786, 'intersection_density_km': 22.08288110396121, 'edge_density_km': 9622.820391769641, 'street_density_km': 5628.587056980656, 'circuity_avg': 1.0888210992557446, 'self_loop_proportion': 0.0008777062609713282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0888210992557446\n", - "4659\n", - "9977243.780373398\n", - "{'n': 368, 'm': 994, 'k_avg': 5.4021739130434785, 'intersection_count': 312, 'streets_per_node_avg': 2.869565217391304, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 249, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15217391304347827, 2: 0.0, 3: 0.6766304347826086, 4: 0.16847826086956522, 5: 0.002717391304347826}, 'edge_length_total': 106504.81599999989, 'edge_length_avg': 107.14770221327957, 'street_length_total': 58101.84000000001, 'street_length_avg': 111.73430769230771, 'street_segments_count': 520, 'node_density_km': 36.88393389002946, 'intersection_density_km': 31.271161341546716, 'edge_density_km': 10674.773348678662, 'street_density_km': 5823.435938720298, 'circuity_avg': 1.0515837221556428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515837221556428\n", - "4660\n", - "4987100.915810003\n", - "{'n': 111, 'm': 316, 'k_avg': 5.693693693693693, 'intersection_count': 104, 'streets_per_node_avg': 2.963963963963964, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 94, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06306306306306306, 2: 0.0, 3: 0.8468468468468469, 4: 0.09009009009009009}, 'edge_length_total': 54554.98999999999, 'edge_length_avg': 172.6423734177215, 'street_length_total': 27277.495000000006, 'street_length_avg': 172.64237341772156, 'street_segments_count': 158, 'node_density_km': 22.257420067059428, 'intersection_density_km': 20.85379898174937, 'edge_density_km': 10939.219181839875, 'street_density_km': 5469.609590919939, 'circuity_avg': 1.046402145370798, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046402145370798\n", - "4661\n", - "1997865.0301052101\n", - "{'n': 13, 'm': 24, 'k_avg': 3.6923076923076925, 'intersection_count': 6, 'streets_per_node_avg': 1.9230769230769231, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5384615384615384, 2: 0.0, 3: 0.46153846153846156}, 'edge_length_total': 2491.714, 'edge_length_avg': 103.82141666666666, 'street_length_total': 1245.857, 'street_length_avg': 103.82141666666666, 'street_segments_count': 12, 'node_density_km': 6.506946066980012, 'intersection_density_km': 3.003205877067698, 'edge_density_km': 1247.1883547953103, 'street_density_km': 623.5941773976551, 'circuity_avg': 1.1269216314283974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1269216314283974\n", - "4662\n", - "2994748.1260802825\n", - "{'n': 435, 'm': 1173, 'k_avg': 5.393103448275862, 'intersection_count': 385, 'streets_per_node_avg': 2.905747126436782, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 330, 4: 51, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11494252873563218, 2: 0.0, 3: 0.7586206896551724, 4: 0.11724137931034483, 5: 0.009195402298850575}, 'edge_length_total': 74652.77800000002, 'edge_length_avg': 63.642606990622355, 'street_length_total': 38950.95100000002, 'street_length_avg': 63.64534477124187, 'street_segments_count': 612, 'node_density_km': 145.25428573165374, 'intersection_density_km': 128.55839081996942, 'edge_density_km': 24927.89872706602, 'street_density_km': 13006.419692123329, 'circuity_avg': 1.0579211319785542, 'self_loop_proportion': 0.0017050298380221654, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579211319785542\n", - "4663\n", - "115763432.53263804\n", - "error with entry 4663\n", - "4664\n", - "6991409.862069204\n", - "{'n': 1070, 'm': 3228, 'k_avg': 6.0336448598130845, 'intersection_count': 1001, 'streets_per_node_avg': 3.150467289719626, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 704, 4: 295, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06448598130841121, 2: 0.0, 3: 0.6579439252336449, 4: 0.2757009345794392, 5: 0.001869158878504673}, 'edge_length_total': 232602.37200000035, 'edge_length_avg': 72.05773605947967, 'street_length_total': 121286.05299999994, 'street_length_avg': 73.24037016908208, 'street_segments_count': 1656, 'node_density_km': 153.0449538947955, 'intersection_density_km': 143.17569985858907, 'edge_density_km': 33269.73766220573, 'street_density_km': 17347.86765370721, 'circuity_avg': 1.012076895744598, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012076895744598\n", - "4665\n", - "5984810.826531594\n", - "{'n': 253, 'm': 678, 'k_avg': 5.359683794466403, 'intersection_count': 221, 'streets_per_node_avg': 2.8537549407114624, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 198, 4: 19, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12648221343873517, 2: 0.0, 3: 0.782608695652174, 4: 0.07509881422924901, 5: 0.015810276679841896}, 'edge_length_total': 75290.40900000012, 'edge_length_avg': 111.04780088495592, 'street_length_total': 38629.53399999998, 'street_length_avg': 109.74299431818176, 'street_segments_count': 352, 'node_density_km': 42.27368371919323, 'intersection_density_km': 36.926814632180644, 'edge_density_km': 12580.248763457328, 'street_density_km': 6454.595662196918, 'circuity_avg': 1.174753978449726, 'self_loop_proportion': 0.008849557522123894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.174753978449726\n", - "4666\n", - "3992360.8116539256\n", - "{'n': 32, 'm': 82, 'k_avg': 5.125, 'intersection_count': 29, 'streets_per_node_avg': 2.84375, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 28, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09375, 2: 0.0, 3: 0.875, 4: 0.03125}, 'edge_length_total': 16505.156000000006, 'edge_length_avg': 201.2823902439025, 'street_length_total': 8252.578000000001, 'street_length_avg': 201.28239024390248, 'street_segments_count': 41, 'node_density_km': 8.015307611123273, 'intersection_density_km': 7.263872522580467, 'edge_density_km': 4134.184453424282, 'street_density_km': 2067.0922267121405, 'circuity_avg': 1.0652575680121683, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652575680121683\n", - "4667\n", - "17975804.20052016\n", - "{'n': 1137, 'm': 3089, 'k_avg': 5.433597185576077, 'intersection_count': 959, 'streets_per_node_avg': 2.866314863676341, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 761, 4: 194, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1565523306948109, 2: 0.0, 3: 0.6693051890941073, 4: 0.1706244503078276, 5: 0.001759014951627089, 6: 0.001759014951627089}, 'edge_length_total': 303170.58999999997, 'edge_length_avg': 98.14522175461313, 'street_length_total': 158515.12599999987, 'street_length_avg': 98.70182191780815, 'street_segments_count': 1606, 'node_density_km': 63.25169028972283, 'intersection_density_km': 53.34949075448038, 'edge_density_km': 16865.48132245606, 'street_density_km': 8818.249477562342, 'circuity_avg': 1.0507795702338232, 'self_loop_proportion': 0.0006474587245063128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507795702338232\n", - "4668\n", - "18952405.26860543\n", - "{'n': 1968, 'm': 5852, 'k_avg': 5.9471544715447155, 'intersection_count': 1827, 'streets_per_node_avg': 3.154979674796748, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 1248, 4: 572, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07164634146341463, 2: 0.0, 3: 0.6341463414634146, 4: 0.29065040650406504, 5: 0.003048780487804878, 6: 0.0005081300813008131}, 'edge_length_total': 451134.63999999996, 'edge_length_avg': 77.09067669172931, 'street_length_total': 244071.77400000015, 'street_length_avg': 79.06439067055399, 'street_segments_count': 3087, 'node_density_km': 103.83906275263028, 'intersection_density_km': 96.3993738054144, 'edge_density_km': 23803.555992299425, 'street_density_km': 12878.142406774296, 'circuity_avg': 1.023340079286507, 'self_loop_proportion': 0.0003417634996582365, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023340079286507\n", - "4669\n", - "5985593.386678652\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 74, 'm': 196, 'k_avg': 5.297297297297297, 'intersection_count': 57, 'streets_per_node_avg': 2.7972972972972974, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 38, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22972972972972974, 2: 0.0, 3: 0.5135135135135135, 4: 0.25675675675675674}, 'edge_length_total': 48173.49199999999, 'edge_length_avg': 245.78312244897955, 'street_length_total': 24086.746000000003, 'street_length_avg': 245.7831224489796, 'street_segments_count': 98, 'node_density_km': 12.363018203791135, 'intersection_density_km': 9.522865373190468, 'edge_density_km': 8048.2399802187365, 'street_density_km': 4024.1199901093696, 'circuity_avg': 1.0320744089483136, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320744089483136\n", - "4670\n", - "9975799.053953938\n", - "{'n': 109, 'm': 274, 'k_avg': 5.027522935779817, 'intersection_count': 80, 'streets_per_node_avg': 2.6788990825688073, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 57, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26605504587155965, 2: 0.0, 3: 0.5229357798165137, 4: 0.21100917431192662}, 'edge_length_total': 64237.60000000002, 'edge_length_avg': 234.44379562043804, 'street_length_total': 32118.79999999998, 'street_length_avg': 234.4437956204378, 'street_segments_count': 137, 'node_density_km': 10.92644302581431, 'intersection_density_km': 8.0194077253683, 'edge_density_km': 6439.3438212389865, 'street_density_km': 3219.6719106194905, 'circuity_avg': 1.03239876037658, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03239876037658\n", - "4671\n", - "6983968.69454675\n", - "{'n': 24, 'm': 50, 'k_avg': 4.166666666666667, 'intersection_count': 16, 'streets_per_node_avg': 2.375, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 15, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.625, 4: 0.041666666666666664}, 'edge_length_total': 12354.142000000003, 'edge_length_avg': 247.08284000000006, 'street_length_total': 6177.071, 'street_length_avg': 247.08284, 'street_segments_count': 25, 'node_density_km': 3.436441520526828, 'intersection_density_km': 2.290961013684552, 'edge_density_km': 1768.9286049701818, 'street_density_km': 884.4643024850906, 'circuity_avg': 1.2786153479149243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2786153479149243\n", - "4672\n", - "2992861.0640034406\n", - "{'n': 205, 'm': 603, 'k_avg': 5.882926829268293, 'intersection_count': 192, 'streets_per_node_avg': 3.1365853658536587, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 138, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06341463414634146, 2: 0.0, 3: 0.6731707317073171, 4: 0.2634146341463415}, 'edge_length_total': 50926.651999999995, 'edge_length_avg': 84.4554759535655, 'street_length_total': 26230.17800000001, 'street_length_avg': 84.61347741935488, 'street_segments_count': 310, 'node_density_km': 68.49633030601795, 'intersection_density_km': 64.15266057929486, 'edge_density_km': 17016.042813520144, 'street_density_km': 8764.24846962754, 'circuity_avg': 1.0434835163113911, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434835163113911\n", - "4673\n", - "11973213.144236641\n", - "{'n': 1038, 'm': 2867, 'k_avg': 5.524084778420039, 'intersection_count': 971, 'streets_per_node_avg': 3.098265895953757, 'streets_per_node_counts': {0: 0, 1: 67, 2: 2, 3: 735, 4: 230, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06454720616570328, 2: 0.0019267822736030828, 3: 0.708092485549133, 4: 0.22157996146435452, 5: 0.0038535645472061657}, 'edge_length_total': 235994.67299999975, 'edge_length_avg': 82.31415172654334, 'street_length_total': 131214.09899999984, 'street_length_avg': 82.52459056603763, 'street_segments_count': 1590, 'node_density_km': 86.69352056925888, 'intersection_density_km': 81.09769602384428, 'edge_density_km': 19710.22065314162, 'street_density_km': 10958.971281920285, 'circuity_avg': 1.042707350568682, 'self_loop_proportion': 0.0006975933031042902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042707350568682\n", - "4674\n", - "6982617.188490667\n", - "{'n': 67, 'm': 161, 'k_avg': 4.8059701492537314, 'intersection_count': 58, 'streets_per_node_avg': 2.8507462686567164, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 50, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13432835820895522, 2: 0.0, 3: 0.746268656716418, 4: 0.11940298507462686}, 'edge_length_total': 44648.18399999997, 'edge_length_avg': 277.3179130434781, 'street_length_total': 22494.51600000001, 'street_length_avg': 252.74737078651697, 'street_segments_count': 89, 'node_density_km': 9.595256075391758, 'intersection_density_km': 8.306341080189881, 'edge_density_km': 6394.190429570282, 'street_density_km': 3221.502109134287, 'circuity_avg': 1.1755104382397927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1755104382397927\n", - "4675\n", - "9978038.593546983\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 18803.122, 'edge_length_avg': 1175.195125, 'street_length_total': 9401.561000000002, 'street_length_avg': 1175.1951250000002, 'street_segments_count': 8, 'node_density_km': 0.8017607794355273, 'intersection_density_km': 0.7015406820060863, 'edge_density_km': 1884.4507188176635, 'street_density_km': 942.225359408832, 'circuity_avg': 1.5430995219222539, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.5430995219222539\n", - "4676\n", - "2993388.4622407327\n", - "{'n': 13, 'm': 24, 'k_avg': 3.6923076923076925, 'intersection_count': 6, 'streets_per_node_avg': 2.076923076923077, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5384615384615384, 2: 0.0, 3: 0.3076923076923077, 4: 0.15384615384615385}, 'edge_length_total': 6643.119999999998, 'edge_length_avg': 276.79666666666657, 'street_length_total': 3321.5599999999995, 'street_length_avg': 276.7966666666666, 'street_segments_count': 12, 'node_density_km': 4.34290442553143, 'intersection_density_km': 2.0044174271683524, 'edge_density_km': 2219.2642497951033, 'street_density_km': 1109.6321248975519, 'circuity_avg': 1.1837020576895585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1837020576895585\n", - "4677\n", - "8976681.387334382\n", - "{'n': 237, 'm': 553, 'k_avg': 4.666666666666667, 'intersection_count': 208, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 151, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12236286919831224, 2: 0.0, 3: 0.6371308016877637, 4: 0.23628691983122363, 5: 0.004219409282700422}, 'edge_length_total': 104085.29300000008, 'edge_length_avg': 188.21933634719724, 'street_length_total': 64578.54499999997, 'street_length_avg': 189.93689705882343, 'street_segments_count': 340, 'node_density_km': 26.40173910309375, 'intersection_density_km': 23.171146554613923, 'edge_density_km': 11595.07489559102, 'street_density_km': 7194.033319609276, 'circuity_avg': 1.1075853641646312, 'self_loop_proportion': 0.014466546112115732, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1075853641646312\n", - "4678\n", - "33911698.658767\n", - "{'n': 539, 'm': 1322, 'k_avg': 4.905380333951762, 'intersection_count': 402, 'streets_per_node_avg': 2.5640074211502784, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 363, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2541743970315399, 2: 0.0, 3: 0.673469387755102, 4: 0.07235621521335807}, 'edge_length_total': 278430.6829999994, 'edge_length_avg': 210.61322465960617, 'street_length_total': 139981.46099999995, 'street_length_avg': 210.18237387387381, 'street_segments_count': 666, 'node_density_km': 15.894220027832647, 'intersection_density_km': 11.854316235971659, 'edge_density_km': 8210.461109650674, 'street_density_km': 4127.822153898838, 'circuity_avg': 1.061207203809754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061207203809754\n", - "4679\n", - "1995399.8331429148\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 13, 'm': 28, 'k_avg': 4.3076923076923075, 'intersection_count': 9, 'streets_per_node_avg': 2.3846153846153846, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6923076923076923}, 'edge_length_total': 2896.6620000000007, 'edge_length_avg': 103.4522142857143, 'street_length_total': 1448.3310000000004, 'street_length_avg': 103.4522142857143, 'street_segments_count': 14, 'node_density_km': 6.514985009056534, 'intersection_density_km': 4.510374237039139, 'edge_density_km': 1451.6699620233633, 'street_density_km': 725.8349810116816, 'circuity_avg': 1.0601710797668151, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0601710797668151\n", - "4680\n", - "32954220.8795883\n", - "{'n': 1730, 'm': 4911, 'k_avg': 5.677456647398844, 'intersection_count': 1534, 'streets_per_node_avg': 3.0138728323699424, 'streets_per_node_counts': {0: 0, 1: 196, 2: 5, 3: 1113, 4: 412, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11329479768786127, 2: 0.002890173410404624, 3: 0.6433526011560694, 4: 0.23815028901734103, 5: 0.0017341040462427746, 6: 0.0005780346820809249}, 'edge_length_total': 491491.6590000005, 'edge_length_avg': 100.07975137446559, 'street_length_total': 266886.809, 'street_length_avg': 103.80661571373007, 'street_segments_count': 2571, 'node_density_km': 52.497068776751284, 'intersection_density_km': 46.549423990483504, 'edge_density_km': 14914.376546660471, 'street_density_km': 8098.71396975762, 'circuity_avg': 1.0314413489439016, 'self_loop_proportion': 0.00040724903278354713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314413489439016\n", - "4681\n", - "39902023.39859384\n", - "{'n': 560, 'm': 1408, 'k_avg': 5.0285714285714285, 'intersection_count': 413, 'streets_per_node_avg': 2.6125, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 336, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2625, 2: 0.0, 3: 0.6, 4: 0.1375}, 'edge_length_total': 281132.2239999993, 'edge_length_avg': 199.66777272727222, 'street_length_total': 140566.11200000008, 'street_length_avg': 199.66777272727285, 'street_segments_count': 704, 'node_density_km': 14.034376011611846, 'intersection_density_km': 10.350352308563737, 'edge_density_km': 7045.563108208354, 'street_density_km': 3522.7815541041878, 'circuity_avg': 1.0443208820403138, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443208820403138\n", - "4682\n", - "6982442.718591725\n", - "{'n': 26, 'm': 68, 'k_avg': 5.230769230769231, 'intersection_count': 19, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 9, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2692307692307692, 2: 0.0, 3: 0.34615384615384615, 4: 0.38461538461538464}, 'edge_length_total': 17801.148000000005, 'edge_length_avg': 261.7815882352942, 'street_length_total': 8900.573999999999, 'street_length_avg': 261.78158823529407, 'street_segments_count': 34, 'node_density_km': 3.72362524804842, 'intersection_density_km': 2.7211107581892304, 'edge_density_km': 2549.415543732564, 'street_density_km': 1274.7077718662813, 'circuity_avg': 1.0314415608486158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314415608486158\n", - "4683\n", - "4989838.59270481\n", - "{'n': 170, 'm': 439, 'k_avg': 5.1647058823529415, 'intersection_count': 152, 'streets_per_node_avg': 2.9352941176470586, 'streets_per_node_counts': {0: 0, 1: 18, 2: 1, 3: 125, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10588235294117647, 2: 0.0058823529411764705, 3: 0.7352941176470589, 4: 0.15294117647058825}, 'edge_length_total': 37343.774999999994, 'edge_length_avg': 85.06554669703871, 'street_length_total': 21522.67399999999, 'street_length_avg': 88.5706748971193, 'street_segments_count': 243, 'node_density_km': 34.069238281282594, 'intersection_density_km': 30.46190716914679, 'edge_density_km': 7483.964522338846, 'street_density_km': 4313.300640919796, 'circuity_avg': 1.0423772709169918, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423772709169918\n", - "4684\n", - "33927542.79959083\n", - "{'n': 2232, 'm': 6552, 'k_avg': 5.870967741935484, 'intersection_count': 2045, 'streets_per_node_avg': 3.132616487455197, 'streets_per_node_counts': {0: 0, 1: 187, 2: 4, 3: 1371, 4: 666, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08378136200716846, 2: 0.0017921146953405018, 3: 0.614247311827957, 4: 0.29838709677419356, 5: 0.0017921146953405018}, 'edge_length_total': 646369.5250000037, 'edge_length_avg': 98.65224740537298, 'street_length_total': 348321.196, 'street_length_avg': 100.35182829155863, 'street_segments_count': 3471, 'node_density_km': 65.78725766214104, 'intersection_density_km': 60.275511612490334, 'edge_density_km': 19051.468855793442, 'street_density_km': 10266.620192848177, 'circuity_avg': 1.0160810837146883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0160810837146883\n", - "4685\n", - "6981874.01557386\n", - "{'n': 201, 'm': 510, 'k_avg': 5.074626865671642, 'intersection_count': 155, 'streets_per_node_avg': 2.6069651741293534, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 142, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22885572139303484, 2: 0.0, 3: 0.7064676616915423, 4: 0.06467661691542288}, 'edge_length_total': 71924.51100000003, 'edge_length_avg': 141.02845294117654, 'street_length_total': 35974.214, 'street_length_avg': 140.5242734375, 'street_segments_count': 256, 'node_density_km': 28.788832275066373, 'intersection_density_km': 22.200343296692974, 'edge_density_km': 10301.605391269488, 'street_density_km': 5152.515487927088, 'circuity_avg': 1.2069318059039211, 'self_loop_proportion': 0.00392156862745098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2069318059039211\n", - "4686\n", - "4987484.025556562\n", - "{'n': 189, 'm': 479, 'k_avg': 5.068783068783069, 'intersection_count': 160, 'streets_per_node_avg': 2.82010582010582, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 137, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15343915343915343, 2: 0.0, 3: 0.7248677248677249, 4: 0.1164021164021164, 5: 0.005291005291005291}, 'edge_length_total': 58510.125000000015, 'edge_length_avg': 122.1505741127349, 'street_length_total': 32194.323, 'street_length_avg': 124.30240540540541, 'street_segments_count': 259, 'node_density_km': 37.89485821539231, 'intersection_density_km': 32.08030325112577, 'edge_density_km': 11731.390957882972, 'street_density_km': 6455.022780029332, 'circuity_avg': 1.0527493029937616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527493029937616\n", - "4687\n", - "35905970.07584323\n", - "{'n': 5188, 'm': 14854, 'k_avg': 5.726291441788743, 'intersection_count': 5001, 'streets_per_node_avg': 3.1536237471087123, 'streets_per_node_counts': {0: 0, 1: 187, 2: 2, 3: 3860, 4: 1105, 5: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.036044718581341555, 2: 0.00038550501156515033, 3: 0.7440246723207402, 4: 0.21299151888974557, 5: 0.0065535851966075555}, 'edge_length_total': 1082198.6049999995, 'edge_length_avg': 72.8557025043759, 'street_length_total': 601342.3880000004, 'street_length_avg': 74.13911823449641, 'street_segments_count': 8111, 'node_density_km': 144.48850675922486, 'intersection_density_km': 139.28045919485032, 'edge_density_km': 30139.795769731332, 'street_density_km': 16747.699246944194, 'circuity_avg': 1.025295901867946, 'self_loop_proportion': 0.0005385754678874377, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025295901867946\n", - "4688\n", - "6989661.405147962\n", - "{'n': 392, 'm': 1040, 'k_avg': 5.3061224489795915, 'intersection_count': 326, 'streets_per_node_avg': 2.829081632653061, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 263, 4: 61, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1683673469387755, 2: 0.0, 3: 0.6709183673469388, 4: 0.1556122448979592, 5: 0.00510204081632653}, 'edge_length_total': 116044.06799999987, 'edge_length_avg': 111.58083461538449, 'street_length_total': 61621.60299999998, 'street_length_avg': 113.4836151012891, 'street_segments_count': 543, 'node_density_km': 56.08283109555031, 'intersection_density_km': 46.64031361517704, 'edge_density_km': 16602.244554297315, 'street_density_km': 8816.107022668508, 'circuity_avg': 1.1275413272638521, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1275413272638521\n", - "4689\n", - "5990786.882228509\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 282, 'm': 804, 'k_avg': 5.702127659574468, 'intersection_count': 259, 'streets_per_node_avg': 3.141843971631206, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 173, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08156028368794327, 2: 0.0, 3: 0.6134751773049646, 4: 0.3049645390070922}, 'edge_length_total': 85101.4560000001, 'edge_length_avg': 105.84758208955236, 'street_length_total': 47200.71200000002, 'street_length_avg': 109.00857274826795, 'street_segments_count': 433, 'node_density_km': 47.07228041053248, 'intersection_density_km': 43.23305186641104, 'edge_density_km': 14205.388653108497, 'street_density_km': 7878.88351361981, 'circuity_avg': 1.020612975096216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020612975096216\n", - "4690\n", - "11968709.538104413\n", - "{'n': 208, 'm': 520, 'k_avg': 5.0, 'intersection_count': 164, 'streets_per_node_avg': 2.6298076923076925, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 153, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21153846153846154, 2: 0.0, 3: 0.7355769230769231, 4: 0.052884615384615384}, 'edge_length_total': 90857.69399999997, 'edge_length_avg': 174.72633461538456, 'street_length_total': 45428.84700000004, 'street_length_avg': 174.72633461538476, 'street_segments_count': 260, 'node_density_km': 17.378648829081932, 'intersection_density_km': 13.702396192160753, 'edge_density_km': 7591.269026183577, 'street_density_km': 3795.6345130917925, 'circuity_avg': 1.0285233093775892, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285233093775892\n", - "4691\n", - "3990440.452436542\n", - "{'n': 37, 'm': 98, 'k_avg': 5.297297297297297, 'intersection_count': 31, 'streets_per_node_avg': 2.810810810810811, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 26, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.0, 3: 0.7027027027027027, 4: 0.13513513513513514}, 'edge_length_total': 20541.437999999995, 'edge_length_avg': 209.6065102040816, 'street_length_total': 10270.719000000001, 'street_length_avg': 209.60651020408164, 'street_segments_count': 49, 'node_density_km': 9.272159412229293, 'intersection_density_km': 7.768565994029948, 'edge_density_km': 5147.661829524984, 'street_density_km': 2573.8309147624927, 'circuity_avg': 1.192597453850592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.192597453850592\n", - "4692\n", - "1995370.937184636\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2040.164, 'edge_length_avg': 255.0205, 'street_length_total': 1020.0820000000001, 'street_length_avg': 255.02050000000003, 'street_segments_count': 4, 'node_density_km': 2.004639801782315, 'intersection_density_km': 2.004639801782315, 'edge_density_km': 1022.4484891408536, 'street_density_km': 511.22424457042683, 'circuity_avg': 1.042218034732675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042218034732675\n", - "4693\n", - "7981940.532714253\n", - "{'n': 357, 'm': 918, 'k_avg': 5.142857142857143, 'intersection_count': 317, 'streets_per_node_avg': 2.9355742296918765, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 261, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11204481792717087, 2: 0.0, 3: 0.7310924369747899, 4: 0.15406162464985995, 5: 0.0028011204481792717}, 'edge_length_total': 95771.65700000005, 'edge_length_avg': 104.32642374727675, 'street_length_total': 54209.944999999985, 'street_length_avg': 107.55941468253965, 'street_segments_count': 504, 'node_density_km': 44.72596588972612, 'intersection_density_km': 39.7146531849949, 'edge_density_km': 11998.543036931518, 'street_density_km': 6791.574652532012, 'circuity_avg': 1.0632230877176567, 'self_loop_proportion': 0.002178649237472767, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632230877176567\n", - "4694\n", - "4991234.041768681\n", - "{'n': 74, 'm': 208, 'k_avg': 5.621621621621622, 'intersection_count': 67, 'streets_per_node_avg': 2.918918918918919, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 60, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0945945945945946, 2: 0.0, 3: 0.8108108108108109, 4: 0.08108108108108109, 5: 0.013513513513513514}, 'edge_length_total': 34301.33400000002, 'edge_length_avg': 164.9102596153847, 'street_length_total': 17150.666999999987, 'street_length_avg': 164.9102596153845, 'street_segments_count': 104, 'node_density_km': 14.825992806736336, 'intersection_density_km': 13.423534027720738, 'edge_density_km': 6872.31528574947, 'street_density_km': 3436.1576428747308, 'circuity_avg': 1.1844417251287176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1844417251287176\n", - "4695\n", - "3989440.152259034\n", - "{'n': 205, 'm': 471, 'k_avg': 4.595121951219512, 'intersection_count': 163, 'streets_per_node_avg': 2.7365853658536587, 'streets_per_node_counts': {0: 0, 1: 42, 2: 1, 3: 132, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2048780487804878, 2: 0.004878048780487805, 3: 0.6439024390243903, 4: 0.14146341463414633, 5: 0.004878048780487805}, 'edge_length_total': 41683.52499999998, 'edge_length_avg': 88.50005307855622, 'street_length_total': 25557.36899999999, 'street_length_avg': 96.08033458646614, 'street_segments_count': 266, 'node_density_km': 51.385656176322904, 'intersection_density_km': 40.857863203612844, 'edge_density_km': 10448.464799351996, 'street_density_km': 6406.254518075185, 'circuity_avg': 1.0998834654809446, 'self_loop_proportion': 0.004246284501061571, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0998834654809446\n", - "4696\n", - "2996045.2566994666\n", - "{'n': 47, 'm': 114, 'k_avg': 4.851063829787234, 'intersection_count': 35, 'streets_per_node_avg': 2.5106382978723403, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 34, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2553191489361702, 2: 0.0, 3: 0.723404255319149, 4: 0.02127659574468085}, 'edge_length_total': 23218.139999999996, 'edge_length_avg': 203.66789473684207, 'street_length_total': 11609.069999999996, 'street_length_avg': 203.66789473684204, 'street_segments_count': 57, 'node_density_km': 15.687346476126535, 'intersection_density_km': 11.68206652477508, 'edge_density_km': 7749.595887472607, 'street_density_km': 3874.7979437363024, 'circuity_avg': 1.1419739756719187, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1419739756719187\n", - "4697\n", - "5988122.420270054\n", - "{'n': 10, 'm': 24, 'k_avg': 4.8, 'intersection_count': 8, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 15842.096, 'edge_length_avg': 660.0873333333333, 'street_length_total': 7921.048000000001, 'street_length_avg': 660.0873333333334, 'street_segments_count': 12, 'node_density_km': 1.669972538662464, 'intersection_density_km': 1.3359780309299711, 'edge_density_km': 2645.5865274854464, 'street_density_km': 1322.7932637427234, 'circuity_avg': 1.0708212145522569, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708212145522569\n", - "4698\n", - "5984787.9740179945\n", - "{'n': 44, 'm': 101, 'k_avg': 4.590909090909091, 'intersection_count': 38, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 34, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.7727272727272727, 4: 0.09090909090909091}, 'edge_length_total': 18349.907000000003, 'edge_length_avg': 181.6822475247525, 'street_length_total': 10959.983000000002, 'street_length_avg': 199.2724181818182, 'street_segments_count': 55, 'node_density_km': 7.3519730675537724, 'intersection_density_km': 6.349431285614622, 'edge_density_km': 3066.0914103662835, 'street_density_km': 1831.3068144738004, 'circuity_avg': 1.0449817696137371, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449817696137371\n", - "4699\n", - "4986763.520698357\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 36, 'm': 87, 'k_avg': 4.833333333333333, 'intersection_count': 32, 'streets_per_node_avg': 2.8055555555555554, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 31, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8611111111111112, 4: 0.027777777777777776}, 'edge_length_total': 24662.693000000017, 'edge_length_avg': 283.4792298850577, 'street_length_total': 13197.293, 'street_length_avg': 293.2731777777778, 'street_segments_count': 45, 'node_density_km': 7.219111122991146, 'intersection_density_km': 6.416987664881019, 'edge_density_km': 4945.631148867112, 'street_density_km': 2646.4645747131444, 'circuity_avg': 1.272966201211497, 'self_loop_proportion': 0.022988505747126436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.272966201211497\n", - "4700\n", - "6990230.145204666\n", - "{'n': 618, 'm': 1763, 'k_avg': 5.705501618122978, 'intersection_count': 593, 'streets_per_node_avg': 3.174757281553398, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 441, 4: 147, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.040453074433656956, 2: 0.0, 3: 0.7135922330097088, 4: 0.23786407766990292, 5: 0.006472491909385114, 6: 0.0016181229773462784}, 'edge_length_total': 162388.63100000026, 'edge_length_avg': 92.1092631877483, 'street_length_total': 89410.70300000005, 'street_length_avg': 92.84600519210805, 'street_segments_count': 963, 'node_density_km': 88.40910630445424, 'intersection_density_km': 84.83268614650707, 'edge_density_km': 23230.798933193877, 'street_density_km': 12790.809621817138, 'circuity_avg': 1.0304005920966013, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304005920966013\n", - "4701\n", - "2992853.8988022683\n", - "{'n': 49, 'm': 130, 'k_avg': 5.3061224489795915, 'intersection_count': 41, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 37, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16326530612244897, 2: 0.0, 3: 0.7551020408163265, 4: 0.08163265306122448}, 'edge_length_total': 15147.718000000004, 'edge_length_avg': 116.52090769230773, 'street_length_total': 7573.858999999997, 'street_length_avg': 116.52090769230765, 'street_segments_count': 65, 'node_density_km': 16.372332782301754, 'intersection_density_km': 13.699298858660653, 'edge_density_km': 5061.295509968621, 'street_density_km': 2530.647754984309, 'circuity_avg': 1.0800014781557512, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800014781557512\n", - "4702\n", - "6981745.798570173\n", - "{'n': 318, 'm': 811, 'k_avg': 5.10062893081761, 'intersection_count': 291, 'streets_per_node_avg': 3.10062893081761, 'streets_per_node_counts': {0: 0, 1: 27, 2: 1, 3: 205, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08490566037735849, 2: 0.0031446540880503146, 3: 0.6446540880503144, 4: 0.2610062893081761, 5: 0.006289308176100629}, 'edge_length_total': 87268.18299999995, 'edge_length_avg': 107.60565104808872, 'street_length_total': 52923.485000000015, 'street_length_avg': 109.34604338842978, 'street_segments_count': 484, 'node_density_km': 45.547347207216404, 'intersection_density_km': 41.68011961415086, 'edge_density_km': 12499.47871460345, 'street_density_km': 7580.265241229276, 'circuity_avg': 1.0647226595707089, 'self_loop_proportion': 0.0012330456226880395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647226595707089\n", - "4703\n", - "9974019.489503087\n", - "{'n': 48, 'm': 126, 'k_avg': 5.25, 'intersection_count': 43, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 40, 4: 2, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10416666666666667, 2: 0.0, 3: 0.8333333333333334, 4: 0.041666666666666664, 5: 0.020833333333333332}, 'edge_length_total': 40955.93999999999, 'edge_length_avg': 325.0471428571428, 'street_length_total': 20477.969999999998, 'street_length_avg': 325.04714285714283, 'street_segments_count': 63, 'node_density_km': 4.812503128805435, 'intersection_density_km': 4.311200719554869, 'edge_density_km': 4106.262279024326, 'street_density_km': 2053.1311395121634, 'circuity_avg': 1.077350734587007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077350734587007\n", - "4704\n", - "54862046.27214367\n", - "{'n': 770, 'm': 2000, 'k_avg': 5.194805194805195, 'intersection_count': 617, 'streets_per_node_avg': 2.7311688311688314, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 519, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1987012987012987, 2: 0.0, 3: 0.674025974025974, 4: 0.12597402597402596, 5: 0.0012987012987012987}, 'edge_length_total': 350620.78399999964, 'edge_length_avg': 175.3103919999998, 'street_length_total': 178805.9480000001, 'street_length_avg': 175.12825465230176, 'street_segments_count': 1021, 'node_density_km': 14.035203794266224, 'intersection_density_km': 11.24639057280813, 'edge_density_km': 6390.953451877133, 'street_density_km': 3259.192103645416, 'circuity_avg': 1.0555996658330182, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555996658330182\n", - "4705\n", - "12967379.747909775\n", - "{'n': 104, 'm': 274, 'k_avg': 5.269230769230769, 'intersection_count': 80, 'streets_per_node_avg': 2.798076923076923, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 53, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.5096153846153846, 4: 0.25961538461538464}, 'edge_length_total': 64741.007999999965, 'edge_length_avg': 236.2810510948904, 'street_length_total': 32370.50399999999, 'street_length_avg': 236.28105109489044, 'street_segments_count': 137, 'node_density_km': 8.020124498687862, 'intersection_density_km': 6.169326537452201, 'edge_density_km': 4992.605233947563, 'street_density_km': 2496.302616973782, 'circuity_avg': 1.013484755466523, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013484755466523\n", - "4706\n", - "31933555.16962343\n", - "{'n': 843, 'm': 1903, 'k_avg': 4.514827995255041, 'intersection_count': 781, 'streets_per_node_avg': 3.1589561091340452, 'streets_per_node_counts': {0: 0, 1: 62, 2: 2, 3: 526, 4: 246, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07354685646500593, 2: 0.002372479240806643, 3: 0.6239620403321471, 4: 0.2918149466192171, 5: 0.00830367734282325}, 'edge_length_total': 271458.2429999994, 'edge_length_avg': 142.64752653704645, 'street_length_total': 180064.11599999983, 'street_length_avg': 136.41220909090896, 'street_segments_count': 1320, 'node_density_km': 26.398564003355872, 'intersection_density_km': 24.457032605718787, 'edge_density_km': 8500.72099890156, 'street_density_km': 5638.71185164139, 'circuity_avg': 1.0391721302491994, 'self_loop_proportion': 0.0010509721492380452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391721302491994\n", - "4707\n", - "84776829.51496007\n", - "{'n': 11562, 'm': 33015, 'k_avg': 5.710949662688116, 'intersection_count': 10837, 'streets_per_node_avg': 3.090295796574987, 'streets_per_node_counts': {0: 0, 1: 725, 2: 6, 3: 8374, 4: 2417, 5: 37, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06270541428818543, 2: 0.0005189413596263622, 3: 0.7242691575851928, 4: 0.20904687770281957, 5: 0.003200138384362567, 6: 0.0002594706798131811}, 'edge_length_total': 2241361.118999997, 'edge_length_avg': 67.88917519309396, 'street_length_total': 1254821.6660000053, 'street_length_avg': 70.70612869780838, 'street_segments_count': 17747, 'node_density_km': 136.3816041028017, 'intersection_density_km': 127.82973911624825, 'edge_density_km': 26438.369207997774, 'street_density_km': 14801.469613564332, 'circuity_avg': 1.03495193359681, 'self_loop_proportion': 0.0006057852491291837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03495193359681\n", - "4708\n", - "292239393.53834873\n", - "error with entry 4708\n", - "4709\n", - "3995212.872085991\n", - "{'n': 14, 'm': 32, 'k_avg': 4.571428571428571, 'intersection_count': 12, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7857142857142857, 4: 0.07142857142857142}, 'edge_length_total': 10522.773999999998, 'edge_length_avg': 328.8366874999999, 'street_length_total': 5261.387, 'street_length_avg': 328.8366875, 'street_segments_count': 16, 'node_density_km': 3.5041937559362846, 'intersection_density_km': 3.0035946479453868, 'edge_density_km': 2633.845638994905, 'street_density_km': 1316.9228194974528, 'circuity_avg': 1.045770020342011, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045770020342011\n", - "4710\n", - "11983232.620843451\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 55, 'm': 120, 'k_avg': 4.363636363636363, 'intersection_count': 41, 'streets_per_node_avg': 2.5636363636363635, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 37, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2545454545454545, 2: 0.0, 3: 0.6727272727272727, 4: 0.07272727272727272}, 'edge_length_total': 32024.171000000013, 'edge_length_avg': 266.86809166666677, 'street_length_total': 18121.563, 'street_length_avg': 270.47108955223877, 'street_segments_count': 67, 'node_density_km': 4.589746501652137, 'intersection_density_km': 3.4214473921406836, 'edge_density_km': 2672.4150330101793, 'street_density_km': 1512.243279703978, 'circuity_avg': 1.1006059194560904, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1006059194560904\n", - "4711\n", - "6984932.273896026\n", - "{'n': 224, 'm': 536, 'k_avg': 4.785714285714286, 'intersection_count': 180, 'streets_per_node_avg': 2.763392857142857, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 145, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19642857142857142, 2: 0.0, 3: 0.6473214285714286, 4: 0.15625}, 'edge_length_total': 69592.3970000001, 'edge_length_avg': 129.83656156716435, 'street_length_total': 37330.63099999999, 'street_length_avg': 128.28395532646044, 'street_segments_count': 291, 'node_density_km': 32.069029622109454, 'intersection_density_km': 25.769755946337952, 'edge_density_km': 9963.21714672591, 'street_density_km': 5344.451389959986, 'circuity_avg': 1.0693524368463028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693524368463028\n", - "4712\n", - "8976446.113789883\n", - "{'n': 98, 'm': 192, 'k_avg': 3.9183673469387754, 'intersection_count': 93, 'streets_per_node_avg': 3.4081632653061225, 'streets_per_node_counts': {0: 0, 1: 5, 2: 2, 3: 39, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05102040816326531, 2: 0.02040816326530612, 3: 0.3979591836734694, 4: 0.5306122448979592}, 'edge_length_total': 46429.82400000004, 'edge_length_avg': 241.8220000000002, 'street_length_total': 39150.79400000002, 'street_length_avg': 241.6715679012347, 'street_segments_count': 162, 'node_density_km': 10.917460959237477, 'intersection_density_km': 10.360447644990666, 'edge_density_km': 5172.406029227221, 'street_density_km': 4361.502704266827, 'circuity_avg': 1.0480107918774637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480107918774637\n", - "4713\n", - "5991040.990852906\n", - "{'n': 34, 'm': 78, 'k_avg': 4.588235294117647, 'intersection_count': 23, 'streets_per_node_avg': 2.411764705882353, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 21, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3235294117647059, 2: 0.0, 3: 0.6176470588235294, 4: 0.058823529411764705}, 'edge_length_total': 10997.6, 'edge_length_avg': 140.9948717948718, 'street_length_total': 5498.799999999998, 'street_length_avg': 140.99487179487176, 'street_segments_count': 39, 'node_density_km': 5.675140606100182, 'intersection_density_km': 3.839065704126594, 'edge_density_km': 1835.6743038131578, 'street_density_km': 917.8371519065786, 'circuity_avg': 1.0610513936463308, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610513936463308\n", - "4714\n", - "2995578.172471472\n", - "{'n': 64, 'm': 171, 'k_avg': 5.34375, 'intersection_count': 56, 'streets_per_node_avg': 2.875, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 48, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.75, 4: 0.125}, 'edge_length_total': 14929.652999999993, 'edge_length_avg': 87.30791228070171, 'street_length_total': 7575.673000000001, 'street_length_avg': 85.11992134831462, 'street_segments_count': 89, 'node_density_km': 21.36482385542202, 'intersection_density_km': 18.694220873494267, 'edge_density_km': 4983.896977618325, 'street_density_km': 2528.9518629886957, 'circuity_avg': 1.0568892166390726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568892166390726\n", - "4715\n", - "67893850.8462696\n", - "{'n': 6091, 'm': 16759, 'k_avg': 5.502873091446396, 'intersection_count': 5579, 'streets_per_node_avg': 2.940732227877196, 'streets_per_node_counts': {0: 0, 1: 512, 2: 3, 3: 4920, 4: 650, 5: 3, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0840584468888524, 2: 0.0004925299622393696, 3: 0.8077491380725661, 4: 0.10671482515186341, 5: 0.0004925299622393696, 6: 0.0003283533081595797, 7: 0.00016417665407978985}, 'edge_length_total': 1313002.0710000005, 'edge_length_avg': 78.34608693836151, 'street_length_total': 718356.2660000026, 'street_length_avg': 80.60550561041322, 'street_segments_count': 8912, 'node_density_km': 89.7135738226383, 'intersection_density_km': 82.17239014225892, 'edge_density_km': 19339.042558846744, 'street_density_km': 10580.579198940408, 'circuity_avg': 1.0426940135481768, 'self_loop_proportion': 0.0014917357837579807, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426940135481768\n", - "4716\n", - "70817103.4112968\n", - "error with entry 4716\n", - "4717\n", - "3991017.733836575\n", - "{'n': 84, 'm': 216, 'k_avg': 5.142857142857143, 'intersection_count': 69, 'streets_per_node_avg': 2.7023809523809526, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 64, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17857142857142858, 2: 0.0, 3: 0.7619047619047619, 4: 0.05952380952380952}, 'edge_length_total': 38050.57399999995, 'edge_length_avg': 176.16006481481458, 'street_length_total': 19025.286999999997, 'street_length_avg': 176.16006481481477, 'street_segments_count': 108, 'node_density_km': 21.047263029635953, 'intersection_density_km': 17.288823202915246, 'edge_density_km': 9534.05285007888, 'street_density_km': 4767.026425039446, 'circuity_avg': 1.0951929992343088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0951929992343088\n", - "4718\n", - "2992140.6805946804\n", - "{'n': 150, 'm': 388, 'k_avg': 5.173333333333333, 'intersection_count': 124, 'streets_per_node_avg': 2.7733333333333334, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 106, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17333333333333334, 2: 0.0, 3: 0.7066666666666667, 4: 0.12}, 'edge_length_total': 44091.11199999998, 'edge_length_avg': 113.63688659793809, 'street_length_total': 22045.556000000004, 'street_length_avg': 113.63688659793817, 'street_segments_count': 194, 'node_density_km': 50.131332718683495, 'intersection_density_km': 41.441901714111694, 'edge_density_km': 14735.641370724918, 'street_density_km': 7367.820685362463, 'circuity_avg': 1.011628317971898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.011628317971898\n", - "4719\n", - "3993378.187041416\n", - "error with entry 4719\n", - "4720\n", - "13974650.925311426\n", - "{'n': 221, 'm': 534, 'k_avg': 4.832579185520362, 'intersection_count': 157, 'streets_per_node_avg': 2.493212669683258, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 141, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2895927601809955, 2: 0.0, 3: 0.6380090497737556, 4: 0.07239819004524888}, 'edge_length_total': 72394.89799999994, 'edge_length_avg': 135.57097003745307, 'street_length_total': 36197.449, 'street_length_avg': 135.57097003745318, 'street_segments_count': 267, 'node_density_km': 15.814348507247239, 'intersection_density_km': 11.234627672569305, 'edge_density_km': 5180.444104609119, 'street_density_km': 2590.222052304561, 'circuity_avg': 1.1156043433633138, 'self_loop_proportion': 0.003745318352059925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1156043433633138\n", - "4721\n", - "4991986.981376246\n", - "{'n': 71, 'm': 173, 'k_avg': 4.873239436619718, 'intersection_count': 57, 'streets_per_node_avg': 2.7464788732394365, 'streets_per_node_counts': {0: 0, 1: 14, 2: 1, 3: 45, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19718309859154928, 2: 0.014084507042253521, 3: 0.6338028169014085, 4: 0.15492957746478872}, 'edge_length_total': 18144.78899999999, 'edge_length_avg': 104.88317341040457, 'street_length_total': 10525.571999999998, 'street_length_avg': 109.64137499999998, 'street_segments_count': 96, 'node_density_km': 14.222793501842414, 'intersection_density_km': 11.418299008521375, 'edge_density_km': 3634.7829166408674, 'street_density_km': 2108.4934795038653, 'circuity_avg': 1.0260500331271398, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0260500331271398\n", - "4722\n", - "2995348.781086462\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 189, 'm': 526, 'k_avg': 5.5661375661375665, 'intersection_count': 174, 'streets_per_node_avg': 3.0476190476190474, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 137, 4: 35, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07936507936507936, 2: 0.0, 3: 0.7248677248677249, 4: 0.18518518518518517, 5: 0.010582010582010581}, 'edge_length_total': 45543.52100000001, 'edge_length_avg': 86.58464068441066, 'street_length_total': 24445.229, 'street_length_avg': 88.56967028985507, 'street_segments_count': 276, 'node_density_km': 63.097827269199215, 'intersection_density_km': 58.09006320021515, 'edge_density_km': 15204.747202588083, 'street_density_km': 8161.06262961915, 'circuity_avg': 1.0441953619132933, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441953619132933\n", - "4723\n", - "8981661.97696112\n", - "{'n': 476, 'm': 1495, 'k_avg': 6.281512605042017, 'intersection_count': 442, 'streets_per_node_avg': 3.3949579831932772, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 186, 4: 256}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07142857142857142, 2: 0.0, 3: 0.3907563025210084, 4: 0.5378151260504201}, 'edge_length_total': 105757.71700000028, 'edge_length_avg': 70.74094782608715, 'street_length_total': 58886.337999999996, 'street_length_avg': 73.1507304347826, 'street_segments_count': 805, 'node_density_km': 52.996873097761714, 'intersection_density_km': 49.2113821622073, 'edge_density_km': 11774.84938436557, 'street_density_km': 6556.285256676267, 'circuity_avg': 1.0650513773502583, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650513773502583\n", - "4724\n", - "3993328.3252732395\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 0, 'streets_per_node_avg': 1.0, 'streets_per_node_counts': {0: 0, 1: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 1.0}, 'edge_length_total': 3029.1440000000002, 'edge_length_avg': 1514.5720000000001, 'street_length_total': 1514.5720000000001, 'street_length_avg': 1514.5720000000001, 'street_segments_count': 1, 'node_density_km': 0.500835352641121, 'intersection_density_km': 0.0, 'edge_density_km': 758.551201720368, 'street_density_km': 379.275600860184, 'circuity_avg': 1.0000487054416007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0000487054416007\n", - "4725\n", - "1995245.9380817134\n", - "{'n': 30, 'm': 75, 'k_avg': 5.0, 'intersection_count': 26, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 24, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.8, 4: 0.06666666666666667}, 'edge_length_total': 8536.243000000002, 'edge_length_avg': 113.81657333333337, 'street_length_total': 4565.342999999999, 'street_length_avg': 114.13357499999998, 'street_segments_count': 40, 'node_density_km': 15.035740420473108, 'intersection_density_km': 13.030975031076693, 'edge_density_km': 4278.291130469355, 'street_density_km': 2288.110409280798, 'circuity_avg': 1.0542230254729263, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542230254729263\n", - "4726\n", - "8979175.466294855\n", - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 11759.480000000001, 'edge_length_avg': 653.3044444444445, 'street_length_total': 5879.74, 'street_length_avg': 653.3044444444445, 'street_segments_count': 9, 'node_density_km': 1.002319203337023, 'intersection_density_km': 0.7795816025954623, 'edge_density_km': 1309.639180584184, 'street_density_km': 654.8195902920919, 'circuity_avg': 1.1257000893908862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1257000893908862\n", - "4727\n", - "15981802.988473287\n", - "{'n': 1332, 'm': 3816, 'k_avg': 5.72972972972973, 'intersection_count': 1227, 'streets_per_node_avg': 3.0405405405405403, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 964, 4: 262, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07882882882882883, 2: 0.0, 3: 0.7237237237237237, 4: 0.1966966966966967, 5: 0.0007507507507507507}, 'edge_length_total': 371211.5000000012, 'edge_length_avg': 97.27764675052443, 'street_length_total': 197999.29599999983, 'street_length_avg': 99.19804408817626, 'street_segments_count': 1996, 'node_density_km': 83.34478913053123, 'intersection_density_km': 76.77481701438575, 'edge_density_km': 23227.135278024245, 'street_density_km': 12389.046226061277, 'circuity_avg': 1.0357243901362156, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357243901362156\n", - "4728\n", - "13978440.434442108\n", - "{'n': 465, 'm': 1146, 'k_avg': 4.929032258064516, 'intersection_count': 423, 'streets_per_node_avg': 3.0795698924731183, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 312, 4: 101, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09032258064516129, 2: 0.0, 3: 0.6709677419354839, 4: 0.2172043010752688, 5: 0.021505376344086023}, 'edge_length_total': 168817.62799999997, 'edge_length_avg': 147.3103211169284, 'street_length_total': 104960.4119999999, 'street_length_avg': 152.78080349344964, 'street_segments_count': 687, 'node_density_km': 33.26551357290657, 'intersection_density_km': 30.260886540515013, 'edge_density_km': 12077.000205548155, 'street_density_km': 7508.73550538465, 'circuity_avg': 1.040322631058338, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040322631058338\n", - "4729\n", - "1996356.089413542\n", - "error with entry 4729\n", - "4730\n", - "8976046.756856555\n", - "{'n': 105, 'm': 294, 'k_avg': 5.6, 'intersection_count': 99, 'streets_per_node_avg': 3.1142857142857143, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 75, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05714285714285714, 2: 0.0, 3: 0.7142857142857143, 4: 0.22857142857142856}, 'edge_length_total': 63397.33999999997, 'edge_length_avg': 215.63721088435364, 'street_length_total': 31698.670000000016, 'street_length_avg': 215.63721088435386, 'street_segments_count': 147, 'node_density_km': 11.697800027589361, 'intersection_density_km': 11.029354311727111, 'edge_density_km': 7062.946720010397, 'street_density_km': 3531.4733600052023, 'circuity_avg': 1.045753837615248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045753837615248\n", - "4731\n", - "173628108.9580323\n", - "error with entry 4731\n", - "4732\n", - "4987370.257636159\n", - "{'n': 79, 'm': 200, 'k_avg': 5.063291139240507, 'intersection_count': 56, 'streets_per_node_avg': 2.6455696202531644, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 38, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2911392405063291, 2: 0.0, 3: 0.4810126582278481, 4: 0.22784810126582278}, 'edge_length_total': 33484.264, 'edge_length_avg': 167.42132, 'street_length_total': 16742.131999999998, 'street_length_avg': 167.42131999999998, 'street_segments_count': 100, 'node_density_km': 15.840011051724735, 'intersection_density_km': 11.228362264513736, 'edge_density_km': 6713.811542010997, 'street_density_km': 3356.9057710054976, 'circuity_avg': 1.0318637189375928, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0318637189375928\n", - "4733\n", - "6984313.263384089\n", - "{'n': 77, 'm': 210, 'k_avg': 5.454545454545454, 'intersection_count': 61, 'streets_per_node_avg': 2.8701298701298703, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 39, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2077922077922078, 2: 0.0, 3: 0.5064935064935064, 4: 0.2857142857142857}, 'edge_length_total': 32453.38799999999, 'edge_length_avg': 154.53994285714282, 'street_length_total': 16226.694000000005, 'street_length_avg': 154.5399428571429, 'street_segments_count': 105, 'node_density_km': 11.024705951217802, 'intersection_density_km': 8.733857961354364, 'edge_density_km': 4646.611166503641, 'street_density_km': 2323.3055832518216, 'circuity_avg': 1.0532926172904726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0532926172904726\n", - "4734\n", - "45946083.92366052\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5224, 'm': 14626, 'k_avg': 5.599540581929556, 'intersection_count': 4713, 'streets_per_node_avg': 2.9642036753445637, 'streets_per_node_counts': {0: 0, 1: 511, 2: 2, 3: 3886, 4: 813, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09781776416539051, 2: 0.00038284839203675346, 3: 0.7438744257274119, 4: 0.15562787136294026, 5: 0.002297090352220521}, 'edge_length_total': 1244048.2999999924, 'edge_length_avg': 85.05731573909424, 'street_length_total': 669497.3680000082, 'street_length_avg': 87.09475321972268, 'street_segments_count': 7687, 'node_density_km': 113.69848208782457, 'intersection_density_km': 102.57675078099487, 'edge_density_km': 27076.264041718558, 'street_density_km': 14571.369545060228, 'circuity_avg': 1.0407861115379118, 'self_loop_proportion': 0.0004785997538629837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407861115379118\n", - "4735\n", - "5984110.63605414\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 6613.3499999999985, 'edge_length_avg': 551.1124999999998, 'street_length_total': 3306.6749999999997, 'street_length_avg': 551.1125, 'street_segments_count': 6, 'node_density_km': 1.1697644688962048, 'intersection_density_km': 0.8355460492115748, 'edge_density_km': 1105.1516929106733, 'street_density_km': 552.5758464553368, 'circuity_avg': 1.0456531753361133, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456531753361133\n", - "4736\n", - "52911276.27662078\n", - "{'n': 6684, 'm': 18864, 'k_avg': 5.644524236983842, 'intersection_count': 6125, 'streets_per_node_avg': 3.109964093357271, 'streets_per_node_counts': {0: 0, 1: 559, 2: 9, 3: 4266, 4: 1839, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08363255535607421, 2: 0.0013464991023339318, 3: 0.6382405745062837, 4: 0.2751346499102334, 5: 0.0014961101137043686, 6: 0.00014961101137043686}, 'edge_length_total': 1351806.1479999924, 'edge_length_avg': 71.6606312553007, 'street_length_total': 753321.8479999981, 'street_length_avg': 72.7636287066549, 'street_segments_count': 10353, 'node_density_km': 126.32467916774429, 'intersection_density_km': 115.7598234444096, 'edge_density_km': 25548.54547323209, 'street_density_km': 14237.453734089167, 'circuity_avg': 1.0314552247040163, 'self_loop_proportion': 0.0006361323155216285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314552247040163\n", - "4737\n", - "8986364.457523387\n", - "{'n': 719, 'm': 2018, 'k_avg': 5.613351877607789, 'intersection_count': 689, 'streets_per_node_avg': 3.1404728789986094, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 528, 4: 161}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04172461752433936, 2: 0.0, 3: 0.7343532684283728, 4: 0.2239221140472879}, 'edge_length_total': 206171.0690000002, 'edge_length_avg': 102.16604013875133, 'street_length_total': 113978.46499999995, 'street_length_avg': 104.18506855575865, 'street_segments_count': 1094, 'node_density_km': 80.01010902668799, 'intersection_density_km': 76.67171782946875, 'edge_density_km': 22942.656062362763, 'street_density_km': 12683.490140952068, 'circuity_avg': 1.0326276539550194, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326276539550194\n", - "4738\n", - "3992927.879297964\n", - "error with entry 4738\n", - "4739\n", - "25938327.034278575\n", - "{'n': 2403, 'm': 7214, 'k_avg': 6.004161464835622, 'intersection_count': 2280, 'streets_per_node_avg': 3.1760299625468167, 'streets_per_node_counts': {0: 0, 1: 123, 2: 2, 3: 1618, 4: 649, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05118601747815231, 2: 0.0008322929671244278, 3: 0.6733250104036621, 4: 0.2700790678318768, 5: 0.004577611319184353}, 'edge_length_total': 486727.7070000025, 'edge_length_avg': 67.46987898530669, 'street_length_total': 265828.08299999987, 'street_length_avg': 69.99159636650866, 'street_segments_count': 3798, 'node_density_km': 92.64282915487709, 'intersection_density_km': 87.90081168253008, 'edge_density_km': 18764.807242840743, 'street_density_km': 10248.46678232937, 'circuity_avg': 1.0242795899046593, 'self_loop_proportion': 0.0002772387025228722, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242795899046593\n", - "4740\n", - "998131.119853413\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 9, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7272727272727273, 4: 0.09090909090909091}, 'edge_length_total': 3160.0340000000006, 'edge_length_avg': 131.66808333333336, 'street_length_total': 1580.017, 'street_length_avg': 131.66808333333333, 'street_segments_count': 12, 'node_density_km': 11.020596173392006, 'intersection_density_km': 9.016851414593459, 'edge_density_km': 3165.9507825626033, 'street_density_km': 1582.9753912813014, 'circuity_avg': 1.162575553421282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.162575553421282\n", - "4741\n", - "9981737.878899941\n", - "{'n': 14, 'm': 32, 'k_avg': 4.571428571428571, 'intersection_count': 10, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 6069.763999999999, 'edge_length_avg': 189.68012499999998, 'street_length_total': 3034.8819999999996, 'street_length_avg': 189.68012499999998, 'street_segments_count': 16, 'node_density_km': 1.4025613745672612, 'intersection_density_km': 1.0018295532623294, 'edge_density_km': 608.0868956527769, 'street_density_km': 304.04344782638844, 'circuity_avg': 1.0656426601983096, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656426601983096\n", - "4742\n", - "13978265.65935807\n", - "{'n': 986, 'm': 2779, 'k_avg': 5.636916835699797, 'intersection_count': 916, 'streets_per_node_avg': 3.0314401622718052, 'streets_per_node_counts': {0: 0, 1: 70, 2: 1, 3: 744, 4: 170, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07099391480730223, 2: 0.0010141987829614604, 3: 0.7545638945233266, 4: 0.1724137931034483, 5: 0.0010141987829614604}, 'edge_length_total': 238533.03700000068, 'edge_length_avg': 85.83412630442629, 'street_length_total': 131529.525, 'street_length_avg': 89.47586734693877, 'street_segments_count': 1470, 'node_density_km': 70.53807847326895, 'intersection_density_km': 65.53030413946689, 'edge_density_km': 17064.566006463705, 'street_density_km': 9409.573991888225, 'circuity_avg': 1.022685702467101, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022685702467101\n", - "4743\n", - "18953725.449591268\n", - "{'n': 940, 'm': 2565, 'k_avg': 5.457446808510638, 'intersection_count': 753, 'streets_per_node_avg': 2.7851063829787233, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 584, 4: 166, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19893617021276597, 2: 0.0, 3: 0.6212765957446809, 4: 0.17659574468085107, 5: 0.0031914893617021275}, 'edge_length_total': 213741.9349999997, 'edge_length_avg': 83.33018908382054, 'street_length_total': 108544.02099999992, 'street_length_avg': 83.62405315870564, 'street_segments_count': 1298, 'node_density_km': 49.59447167787644, 'intersection_density_km': 39.72833741855421, 'edge_density_km': 11277.040789076587, 'street_density_km': 5726.790824773746, 'circuity_avg': 1.0354908063002022, 'self_loop_proportion': 0.0007797270955165692, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354908063002022\n", - "4744\n", - "2992229.869901893\n", - "{'n': 195, 'm': 526, 'k_avg': 5.394871794871795, 'intersection_count': 160, 'streets_per_node_avg': 2.7948717948717947, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 130, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1794871794871795, 2: 0.0, 3: 0.6666666666666666, 4: 0.15384615384615385}, 'edge_length_total': 45432.216, 'edge_length_avg': 86.37303422053232, 'street_length_total': 23018.014, 'street_length_avg': 87.18944696969697, 'street_segments_count': 264, 'node_density_km': 65.16878999219185, 'intersection_density_km': 53.471827685901, 'edge_density_km': 15183.397658378964, 'street_density_km': 7692.595489247855, 'circuity_avg': 1.045837880077986, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045837880077986\n", - "4745\n", - "12964964.932696516\n", - "error with entry 4745\n", - "4746\n", - "11979783.434789151\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 49, 'm': 110, 'k_avg': 4.489795918367347, 'intersection_count': 35, 'streets_per_node_avg': 2.4489795918367347, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 34, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.6938775510204082, 4: 0.02040816326530612}, 'edge_length_total': 30828.114000000005, 'edge_length_avg': 280.25558181818184, 'street_length_total': 15414.056999999999, 'street_length_avg': 280.2555818181818, 'street_segments_count': 55, 'node_density_km': 4.0902241903392484, 'intersection_density_km': 2.9215887073851774, 'edge_density_km': 2573.3448494966547, 'street_density_km': 1286.6724247483269, 'circuity_avg': 1.1278306505232594, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1278306505232594\n", - "4747\n", - "37901748.72945274\n", - "{'n': 2698, 'm': 6787, 'k_avg': 5.031134173461823, 'intersection_count': 2210, 'streets_per_node_avg': 2.734988880652335, 'streets_per_node_counts': {0: 0, 1: 488, 2: 2, 3: 1953, 4: 247, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1808747220163084, 2: 0.0007412898443291327, 3: 0.7238695329873981, 4: 0.09154929577464789, 5: 0.0029651593773165306}, 'edge_length_total': 639398.2169999967, 'edge_length_avg': 94.20925548843329, 'street_length_total': 342901.43199999916, 'street_length_avg': 94.0486648381786, 'street_segments_count': 3646, 'node_density_km': 71.18405061620376, 'intersection_density_km': 58.30865524900308, 'edge_density_km': 16869.8869691765, 'street_density_km': 9047.113747908337, 'circuity_avg': 1.1019301470669156, 'self_loop_proportion': 0.0023574480624723735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1019301470669156\n", - "4748\n", - "8990783.3260604\n", - "{'n': 48, 'm': 110, 'k_avg': 4.583333333333333, 'intersection_count': 45, 'streets_per_node_avg': 3.125, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 33, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0625, 2: 0.0, 3: 0.6875, 4: 0.25}, 'edge_length_total': 30898.547, 'edge_length_avg': 280.8958818181818, 'street_length_total': 18856.127000000004, 'street_length_avg': 261.89065277777786, 'street_segments_count': 72, 'node_density_km': 5.3388006649953095, 'intersection_density_km': 5.005125623433103, 'edge_density_km': 3436.6913181456007, 'street_density_km': 2097.272986809084, 'circuity_avg': 1.1013159144081874, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1013159144081874\n", - "4749\n", - "6985468.222105688\n", - "{'n': 115, 'm': 307, 'k_avg': 5.339130434782609, 'intersection_count': 97, 'streets_per_node_avg': 2.8956521739130436, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 73, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1565217391304348, 2: 0.0, 3: 0.6347826086956522, 4: 0.20869565217391303}, 'edge_length_total': 33878.678999999975, 'edge_length_avg': 110.35400325732891, 'street_length_total': 18017.087999999996, 'street_length_avg': 111.21659259259256, 'street_segments_count': 162, 'node_density_km': 16.46274757017427, 'intersection_density_km': 13.885969689625254, 'edge_density_km': 4849.879481634466, 'street_density_km': 2579.224101683617, 'circuity_avg': 1.0284733805751, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0284733805751\n", - "4750\n", - "1994691.4442831513\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 3404.9040000000005, 'edge_length_avg': 425.61300000000006, 'street_length_total': 1702.452, 'street_length_avg': 425.613, 'street_segments_count': 4, 'node_density_km': 2.506653354497588, 'intersection_density_km': 1.5039920126985529, 'edge_density_km': 1706.9828066684513, 'street_density_km': 853.4914033342255, 'circuity_avg': 1.016898013238213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.016898013238213\n", - "4751\n", - "5983988.252039455\n", - "error with entry 4751\n", - "4752\n", - "8976130.795512408\n", - "{'n': 146, 'm': 408, 'k_avg': 5.589041095890411, 'intersection_count': 138, 'streets_per_node_avg': 3.089041095890411, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 110, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0547945205479452, 2: 0.0, 3: 0.7534246575342466, 4: 0.18493150684931506, 5: 0.00684931506849315}, 'edge_length_total': 77894.0580000001, 'edge_length_avg': 190.91680882352966, 'street_length_total': 38947.02899999998, 'street_length_avg': 190.91680882352932, 'street_segments_count': 204, 'node_density_km': 16.265360134122858, 'intersection_density_km': 15.374107524033933, 'edge_density_km': 8677.910312864762, 'street_density_km': 4338.955156432373, 'circuity_avg': 1.0505956043191655, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505956043191655\n", - "4753\n", - "7986143.246979637\n", - "{'n': 73, 'm': 176, 'k_avg': 4.821917808219178, 'intersection_count': 60, 'streets_per_node_avg': 2.712328767123288, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 55, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1780821917808219, 2: 0.0, 3: 0.7534246575342466, 4: 0.0684931506849315}, 'edge_length_total': 44809.55399999997, 'edge_length_avg': 254.59973863636344, 'street_length_total': 22404.776999999995, 'street_length_avg': 254.59973863636358, 'street_segments_count': 88, 'node_density_km': 9.140832782783935, 'intersection_density_km': 7.513013246123782, 'edge_density_km': 5610.912879248311, 'street_density_km': 2805.4564396241567, 'circuity_avg': 1.1306391299492244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1306391299492244\n", - "4754\n", - "36958606.37641909\n", - "{'n': 3039, 'm': 8716, 'k_avg': 5.736097400460678, 'intersection_count': 2810, 'streets_per_node_avg': 3.1112207963145773, 'streets_per_node_counts': {0: 0, 1: 229, 2: 3, 3: 2018, 4: 779, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07535373478117802, 2: 0.0009871668311944718, 3: 0.6640342217834814, 4: 0.2563343205001645, 5: 0.003290556103981573}, 'edge_length_total': 685921.0259999972, 'edge_length_avg': 78.6967675539235, 'street_length_total': 384892.9099999996, 'street_length_avg': 81.61427268871917, 'street_segments_count': 4716, 'node_density_km': 82.22712645190514, 'intersection_density_km': 76.03100537342989, 'edge_density_km': 18559.169115143886, 'street_density_km': 10414.161889112112, 'circuity_avg': 1.0273315277790194, 'self_loop_proportion': 0.0009178522257916476, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273315277790194\n", - "4755\n", - "11987882.909948617\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 9, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.9}, 'edge_length_total': 23915.93, 'edge_length_avg': 1087.0877272727273, 'street_length_total': 11957.965, 'street_length_avg': 1087.0877272727273, 'street_segments_count': 11, 'node_density_km': 0.8341756484542493, 'intersection_density_km': 0.7507580836088243, 'edge_density_km': 1995.0086416136435, 'street_density_km': 997.5043208068217, 'circuity_avg': 1.1168015105403073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1168015105403073\n", - "4756\n", - "4991454.784434701\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 5938.518, 'edge_length_avg': 593.8518, 'street_length_total': 2969.259, 'street_length_avg': 593.8518, 'street_segments_count': 5, 'node_density_km': 1.0017119689417895, 'intersection_density_km': 1.0017119689417895, 'edge_density_km': 1189.7369116752516, 'street_density_km': 594.8684558376258, 'circuity_avg': 1.1853876090688926, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1853876090688926\n", - "4757\n", - "1996315.661665258\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 4757\n", - "4758\n", - "2994027.99213171\n", - "error with entry 4758\n", - "4759\n", - "4988418.889192689\n", - "{'n': 24, 'm': 52, 'k_avg': 4.333333333333333, 'intersection_count': 18, 'streets_per_node_avg': 2.5416666666666665, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7083333333333334, 4: 0.041666666666666664}, 'edge_length_total': 10793.684, 'edge_length_avg': 207.57084615384613, 'street_length_total': 5396.842000000001, 'street_length_avg': 207.57084615384616, 'street_segments_count': 26, 'node_density_km': 4.811143677608054, 'intersection_density_km': 3.6083577582060404, 'edge_density_km': 2163.748522279134, 'street_density_km': 1081.8742611395671, 'circuity_avg': 1.0833964842333317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0833964842333317\n", - "4760\n", - "998038.6885659466\n", - "{'n': 18, 'm': 42, 'k_avg': 4.666666666666667, 'intersection_count': 15, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 12, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6666666666666666, 4: 0.16666666666666666}, 'edge_length_total': 6121.4039999999995, 'edge_length_avg': 145.74771428571427, 'street_length_total': 3060.702, 'street_length_avg': 145.7477142857143, 'street_segments_count': 21, 'node_density_km': 18.035372983249463, 'intersection_density_km': 15.02947748604122, 'edge_density_km': 6133.43357339751, 'street_density_km': 3066.7167866987556, 'circuity_avg': 1.0619435145839105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619435145839105\n", - "4761\n", - "5989763.957107114\n", - "{'n': 14, 'm': 36, 'k_avg': 5.142857142857143, 'intersection_count': 14, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 17949.388, 'edge_length_avg': 498.5941111111111, 'street_length_total': 8974.694, 'street_length_avg': 498.5941111111111, 'street_segments_count': 18, 'node_density_km': 2.337320819360235, 'intersection_density_km': 2.337320819360235, 'edge_density_km': 2996.6770190839115, 'street_density_km': 1498.3385095419558, 'circuity_avg': 1.1186542893899023, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1186542893899023\n", - "4762\n", - "68819283.31403625\n", - "{'n': 1614, 'm': 4289, 'k_avg': 5.314745972738538, 'intersection_count': 1344, 'streets_per_node_avg': 2.774473358116481, 'streets_per_node_counts': {0: 0, 1: 270, 2: 3, 3: 1165, 4: 173, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16728624535315986, 2: 0.0018587360594795538, 3: 0.7218091697645601, 4: 0.10718711276332094, 5: 0.0018587360594795538}, 'edge_length_total': 407691.5289999997, 'edge_length_avg': 95.05514782000459, 'street_length_total': 208105.51700000005, 'street_length_avg': 94.63643337880858, 'street_segments_count': 2199, 'node_density_km': 23.45272897764705, 'intersection_density_km': 19.529410003691222, 'edge_density_km': 5924.088560173187, 'street_density_km': 3023.9419386332847, 'circuity_avg': 1.1120834399417527, 'self_loop_proportion': 0.0023315458148752623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1120834399417527\n", - "4763\n", - "22939783.65591582\n", - "{'n': 58, 'm': 128, 'k_avg': 4.413793103448276, 'intersection_count': 47, 'streets_per_node_avg': 2.689655172413793, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 43, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1896551724137931, 2: 0.0, 3: 0.7413793103448276, 4: 0.06896551724137931}, 'edge_length_total': 68225.67799999999, 'edge_length_avg': 533.0131093749999, 'street_length_total': 34112.839, 'street_length_avg': 533.013109375, 'street_segments_count': 64, 'node_density_km': 2.5283586310127513, 'intersection_density_km': 2.0488423389241257, 'edge_density_km': 2974.120376344771, 'street_density_km': 1487.060188172386, 'circuity_avg': 1.0912620582880121, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0912620582880121\n", - "4764\n", - "8984510.702059105\n", - "{'n': 60, 'm': 150, 'k_avg': 5.0, 'intersection_count': 46, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 36, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23333333333333334, 2: 0.0, 3: 0.6, 4: 0.16666666666666666}, 'edge_length_total': 34659.2, 'edge_length_avg': 231.06133333333332, 'street_length_total': 17329.6, 'street_length_avg': 231.06133333333332, 'street_segments_count': 75, 'node_density_km': 6.678160001106011, 'intersection_density_km': 5.119922667514609, 'edge_density_km': 3857.661385172224, 'street_density_km': 1928.830692586112, 'circuity_avg': 1.0793549114398466, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0793549114398466\n", - "4765\n", - "12979841.194944657\n", - "{'n': 840, 'm': 2188, 'k_avg': 5.20952380952381, 'intersection_count': 803, 'streets_per_node_avg': 3.1083333333333334, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 639, 4: 163, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04404761904761905, 2: 0.0, 3: 0.7607142857142857, 4: 0.19404761904761905, 5: 0.0011904761904761906}, 'edge_length_total': 244933.5139999998, 'edge_length_avg': 111.94401919561234, 'street_length_total': 148457.7189999999, 'street_length_avg': 116.620360565593, 'street_segments_count': 1273, 'node_density_km': 64.71573784178193, 'intersection_density_km': 61.865163674941535, 'edge_density_km': 18870.301286536203, 'street_density_km': 11437.560504039193, 'circuity_avg': 1.0249212457870376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0249212457870376\n", - "4766\n", - "10970568.333444547\n", - "{'n': 8, 'm': 18, 'k_avg': 4.5, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 4217.920000000001, 'edge_length_avg': 234.32888888888894, 'street_length_total': 2108.96, 'street_length_avg': 234.32888888888888, 'street_segments_count': 9, 'node_density_km': 0.7292238429992217, 'intersection_density_km': 0.5469178822494163, 'edge_density_km': 384.4759789829098, 'street_density_km': 192.23798949145484, 'circuity_avg': 1.2667468374433062, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2667468374433062\n", - "4767\n", - "5988567.620788621\n", - "{'n': 27, 'm': 56, 'k_avg': 4.148148148148148, 'intersection_count': 17, 'streets_per_node_avg': 2.259259259259259, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37037037037037035, 2: 0.0, 3: 0.6296296296296297}, 'edge_length_total': 16038.105999999994, 'edge_length_avg': 286.3947499999999, 'street_length_total': 8019.053000000001, 'street_length_avg': 286.39475000000004, 'street_segments_count': 28, 'node_density_km': 4.508590653009013, 'intersection_density_km': 2.838742263005675, 'edge_density_km': 2678.1205482802866, 'street_density_km': 1339.060274140144, 'circuity_avg': 1.1754067911174952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1754067911174952\n", - "4768\n", - "40893472.907151215\n", - "{'n': 209, 'm': 492, 'k_avg': 4.708133971291866, 'intersection_count': 151, 'streets_per_node_avg': 2.511961722488038, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 137, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27751196172248804, 2: 0.0, 3: 0.6555023923444976, 4: 0.06698564593301436}, 'edge_length_total': 184867.80599999995, 'edge_length_avg': 375.7475731707316, 'street_length_total': 92433.90299999999, 'street_length_avg': 375.7475731707317, 'street_segments_count': 246, 'node_density_km': 5.110840071581479, 'intersection_density_km': 3.692520817267002, 'edge_density_km': 4520.7167026323, 'street_density_km': 2260.3583513161507, 'circuity_avg': 1.1015595461304293, 'self_loop_proportion': 0.0040650406504065045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1015595461304293\n", - "4769\n", - "7989248.185034137\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 96, 'm': 189, 'k_avg': 3.9375, 'intersection_count': 96, 'streets_per_node_avg': 3.2395833333333335, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 73, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7604166666666666, 4: 0.23958333333333334}, 'edge_length_total': 54733.05300000003, 'edge_length_avg': 289.5928730158732, 'street_length_total': 39129.95900000001, 'street_length_avg': 268.01341780821923, 'street_segments_count': 146, 'node_density_km': 12.01614942690503, 'intersection_density_km': 12.01614942690503, 'edge_density_km': 6850.8389941532605, 'street_density_km': 4897.8274417986195, 'circuity_avg': 1.0798807305991776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0798807305991776\n", - "4770\n", - "6985538.540340865\n", - "{'n': 122, 'm': 265, 'k_avg': 4.344262295081967, 'intersection_count': 111, 'streets_per_node_avg': 3.0655737704918034, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 83, 4: 27, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09016393442622951, 2: 0.0, 3: 0.680327868852459, 4: 0.22131147540983606, 5: 0.0, 6: 0.00819672131147541}, 'edge_length_total': 42384.19299999996, 'edge_length_avg': 159.94035094339608, 'street_length_total': 29136.70799999998, 'street_length_avg': 161.87059999999988, 'street_segments_count': 180, 'node_density_km': 17.464652051586405, 'intersection_density_km': 15.889970309230254, 'edge_density_km': 6067.419534690848, 'street_density_km': 4171.003829087489, 'circuity_avg': 1.0831067457836434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831067457836434\n", - "4771\n", - "10971276.11704069\n", - "{'n': 1249, 'm': 3801, 'k_avg': 6.086469175340272, 'intersection_count': 1130, 'streets_per_node_avg': 3.0744595676541233, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 801, 4: 327, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09527622097678143, 2: 0.0, 3: 0.6413130504403523, 4: 0.2618094475580464, 5: 0.0016012810248198558}, 'edge_length_total': 258843.71799999996, 'edge_length_avg': 68.09884714548802, 'street_length_total': 129794.04900000007, 'street_length_avg': 68.13335905511815, 'street_segments_count': 1905, 'node_density_km': 113.84272774431786, 'intersection_density_km': 102.99622285915066, 'edge_density_km': 23592.85421665411, 'street_density_km': 11830.351147429672, 'circuity_avg': 1.0104240331167789, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0104240331167789\n", - "4772\n", - "4986714.045205388\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.5714285714285716, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.5714285714285714, 4: 0.14285714285714285}, 'edge_length_total': 7566.172, 'edge_length_avg': 540.4408571428571, 'street_length_total': 3783.0860000000002, 'street_length_avg': 540.4408571428572, 'street_segments_count': 7, 'node_density_km': 1.4037299786079254, 'intersection_density_km': 1.0026642704342323, 'edge_density_km': 1517.2660656719834, 'street_density_km': 758.6330328359917, 'circuity_avg': 1.0500075600808731, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500075600808731\n", - "4773\n", - "14965172.819431446\n", - "{'n': 70, 'm': 148, 'k_avg': 4.228571428571429, 'intersection_count': 46, 'streets_per_node_avg': 2.357142857142857, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 43, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34285714285714286, 2: 0.0, 3: 0.6142857142857143, 4: 0.04285714285714286}, 'edge_length_total': 45607.95999999998, 'edge_length_avg': 308.16189189189174, 'street_length_total': 22803.980000000007, 'street_length_avg': 308.16189189189197, 'street_segments_count': 74, 'node_density_km': 4.677527005174901, 'intersection_density_km': 3.0738034605435063, 'edge_density_km': 3047.6066364419507, 'street_density_km': 1523.8033182209767, 'circuity_avg': 1.127660201869929, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.127660201869929\n", - "4774\n", - "14967564.460315863\n", - "{'n': 138, 'm': 360, 'k_avg': 5.217391304347826, 'intersection_count': 118, 'streets_per_node_avg': 2.9855072463768115, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 82, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14492753623188406, 2: 0.0, 3: 0.5942028985507246, 4: 0.2463768115942029, 5: 0.014492753623188406}, 'edge_length_total': 57433.495999999985, 'edge_length_avg': 159.53748888888884, 'street_length_total': 33758.252, 'street_length_avg': 171.3616852791878, 'street_segments_count': 197, 'node_density_km': 9.219936908632345, 'intersection_density_km': 7.8837141682508465, 'edge_density_km': 3837.197170740493, 'street_density_km': 2255.4271998964614, 'circuity_avg': 1.027443615958937, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027443615958937\n", - "4775\n", - "3989574.615162041\n", - "{'n': 15, 'm': 32, 'k_avg': 4.266666666666667, 'intersection_count': 12, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 9, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 13662.735999999997, 'edge_length_avg': 426.9604999999999, 'street_length_total': 6831.367999999998, 'street_length_avg': 426.96049999999985, 'street_segments_count': 16, 'node_density_km': 3.759799338755006, 'intersection_density_km': 3.007839471004005, 'edge_density_km': 3424.609718558947, 'street_density_km': 1712.3048592794732, 'circuity_avg': 1.03211223879444, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03211223879444\n", - "4776\n", - "5989416.06980891\n", - "{'n': 12, 'm': 22, 'k_avg': 3.6666666666666665, 'intersection_count': 11, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 10, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.8333333333333334, 4: 0.08333333333333333}, 'edge_length_total': 15105.229000000001, 'edge_length_avg': 686.6013181818182, 'street_length_total': 8539.976999999999, 'street_length_avg': 711.6647499999999, 'street_segments_count': 12, 'node_density_km': 2.0035342110375134, 'intersection_density_km': 1.8365730267843874, 'edge_density_km': 2521.9869222546645, 'street_density_km': 1425.844673414459, 'circuity_avg': 1.0960665766653819, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0960665766653819\n", - "4777\n", - "3995159.8412305936\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 0, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.0, 4: 0.5}, 'edge_length_total': 237.3, 'edge_length_avg': 118.65, 'street_length_total': 118.65, 'street_length_avg': 118.65, 'street_segments_count': 1, 'node_density_km': 0.5006057528311452, 'intersection_density_km': 0.2503028764155726, 'edge_density_km': 59.396872573415386, 'street_density_km': 29.698436286707693, 'circuity_avg': 1.0216055349467281, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0216055349467281\n", - "4778\n", - "3992742.8193723923\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 6382.04, 'edge_length_avg': 398.8775, 'street_length_total': 3191.02, 'street_length_avg': 398.8775, 'street_segments_count': 8, 'node_density_km': 2.0036351856134567, 'intersection_density_km': 1.5027263892100926, 'edge_density_km': 1598.4099874990632, 'street_density_km': 799.2049937495316, 'circuity_avg': 1.1095605727131341, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1095605727131341\n", - "4779\n", - "108714271.13274875\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 910, 'm': 2224, 'k_avg': 4.887912087912088, 'intersection_count': 717, 'streets_per_node_avg': 2.6615384615384614, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 639, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21208791208791208, 2: 0.0, 3: 0.7021978021978021, 4: 0.08571428571428572}, 'edge_length_total': 632997.3069999982, 'edge_length_avg': 284.6210912769776, 'street_length_total': 316539.1599999997, 'street_length_avg': 284.1464631956909, 'street_segments_count': 1114, 'node_density_km': 8.370566168712273, 'intersection_density_km': 6.595270266996374, 'edge_density_km': 5822.57784929688, 'street_density_km': 2911.661520624834, 'circuity_avg': 1.0633290393486876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633290393486876\n", - "4780\n", - "7979696.4385397835\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 8096.752, 'edge_length_avg': 449.81955555555555, 'street_length_total': 4048.3759999999997, 'street_length_avg': 449.81955555555555, 'street_segments_count': 9, 'node_density_km': 1.2531805034214953, 'intersection_density_km': 0.7519083020528973, 'edge_density_km': 1014.6691747439, 'street_density_km': 507.33458737194997, 'circuity_avg': 1.234790974160075, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.234790974160075\n", - "4781\n", - "12984664.501192732\n", - "{'n': 742, 'm': 2085, 'k_avg': 5.619946091644205, 'intersection_count': 658, 'streets_per_node_avg': 2.92722371967655, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 549, 4: 104, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11320754716981132, 2: 0.0, 3: 0.7398921832884097, 4: 0.14016172506738545, 5: 0.006738544474393531}, 'edge_length_total': 218720.82200000063, 'edge_length_avg': 104.90207290167896, 'street_length_total': 111350.52699999987, 'street_length_avg': 105.24624480151216, 'street_segments_count': 1058, 'node_density_km': 57.14433360460273, 'intersection_density_km': 50.67516376257223, 'edge_density_km': 16844.54935126815, 'street_density_km': 8575.541323364308, 'circuity_avg': 1.0317433712724038, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317433712724038\n", - "4782\n", - "3991054.3527713297\n", - "{'n': 281, 'm': 836, 'k_avg': 5.950177935943061, 'intersection_count': 267, 'streets_per_node_avg': 3.1779359430604983, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 191, 4: 74, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0498220640569395, 2: 0.0, 3: 0.6797153024911032, 4: 0.26334519572953735, 5: 0.0071174377224199285}, 'edge_length_total': 70444.18199999997, 'edge_length_avg': 84.26337559808609, 'street_length_total': 37259.65099999998, 'street_length_avg': 84.68102499999996, 'street_segments_count': 440, 'node_density_km': 70.40746007502446, 'intersection_density_km': 66.89961508908019, 'edge_density_km': 17650.51932983187, 'street_density_km': 9335.791424170264, 'circuity_avg': 1.0157060452731501, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0157060452731501\n", - "4783\n", - "21941639.79749212\n", - "{'n': 130, 'm': 288, 'k_avg': 4.430769230769231, 'intersection_count': 89, 'streets_per_node_avg': 2.4076923076923076, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 84, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3153846153846154, 2: 0.0, 3: 0.6461538461538462, 4: 0.038461538461538464}, 'edge_length_total': 86492.69800000002, 'edge_length_avg': 300.3218680555556, 'street_length_total': 43246.349, 'street_length_avg': 300.32186805555557, 'street_segments_count': 144, 'node_density_km': 5.924807863032129, 'intersection_density_km': 4.056214613921996, 'edge_density_km': 3941.9432092712573, 'street_density_km': 1970.9716046356282, 'circuity_avg': 1.1044843559093978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1044843559093978\n", - "4784\n", - "9979166.911771487\n", - "{'n': 648, 'm': 1886, 'k_avg': 5.820987654320987, 'intersection_count': 627, 'streets_per_node_avg': 3.1419753086419755, 'streets_per_node_counts': {0: 0, 1: 21, 2: 1, 3: 492, 4: 133, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.032407407407407406, 2: 0.0015432098765432098, 3: 0.7592592592592593, 4: 0.2052469135802469, 5: 0.0015432098765432098}, 'edge_length_total': 172059.54600000047, 'edge_length_avg': 91.22987592788996, 'street_length_total': 90473.08300000014, 'street_length_avg': 92.03772431332669, 'street_segments_count': 983, 'node_density_km': 64.93528024224298, 'intersection_density_km': 62.83089616031844, 'edge_density_km': 17241.874749788778, 'street_density_km': 9066.195986087529, 'circuity_avg': 1.0225891112124306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0225891112124306\n", - "4785\n", - "203663142.1007621\n", - "error with entry 4785\n", - "4786\n", - "6988334.418032673\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 11874.900000000001, 'edge_length_avg': 1187.4900000000002, 'street_length_total': 5937.450000000001, 'street_length_avg': 1187.4900000000002, 'street_segments_count': 5, 'node_density_km': 0.8585736802345378, 'intersection_density_km': 0.572382453489692, 'edge_density_km': 1699.246099236186, 'street_density_km': 849.623049618093, 'circuity_avg': 1.0326786157087395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326786157087395\n", - "4787\n", - "9978742.609029582\n", - "{'n': 59, 'm': 172, 'k_avg': 5.830508474576271, 'intersection_count': 51, 'streets_per_node_avg': 2.9491525423728815, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 38, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13559322033898305, 2: 0.0, 3: 0.6440677966101694, 4: 0.22033898305084745}, 'edge_length_total': 14400.948000000004, 'edge_length_avg': 83.72644186046514, 'street_length_total': 7200.473999999999, 'street_length_avg': 83.7264418604651, 'street_segments_count': 86, 'node_density_km': 5.912568578190601, 'intersection_density_km': 5.1108643641986555, 'edge_density_km': 1443.162587134861, 'street_density_km': 721.5812935674303, 'circuity_avg': 1.10467154743764, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.10467154743764\n", - "4788\n", - "3989437.2557035615\n", - "{'n': 13, 'm': 30, 'k_avg': 4.615384615384615, 'intersection_count': 9, 'streets_per_node_avg': 2.3846153846153846, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6923076923076923}, 'edge_length_total': 5272.937999999999, 'edge_length_avg': 175.76459999999997, 'street_length_total': 2636.4689999999996, 'street_length_avg': 175.76459999999997, 'street_segments_count': 15, 'node_density_km': 3.2586049527196717, 'intersection_density_km': 2.2559572749597727, 'edge_density_km': 1321.7247601679812, 'street_density_km': 660.8623800839906, 'circuity_avg': 1.0566268614841867, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566268614841867\n", - "4789\n", - "6986627.299833139\n", - "{'n': 45, 'm': 87, 'k_avg': 3.8666666666666667, 'intersection_count': 41, 'streets_per_node_avg': 2.9555555555555557, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 35, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08888888888888889, 2: 0.0, 3: 0.7777777777777778, 4: 0.13333333333333333}, 'edge_length_total': 23571.111, 'edge_length_avg': 270.9323103448276, 'street_length_total': 17248.024999999998, 'street_length_avg': 292.339406779661, 'street_segments_count': 59, 'node_density_km': 6.4408759861964775, 'intersection_density_km': 5.868353676312346, 'edge_density_km': 3373.746729063814, 'street_density_km': 2468.719778484811, 'circuity_avg': 1.2426096882285245, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2426096882285245\n", - "4790\n", - "4992433.53865371\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 371, 'm': 919, 'k_avg': 4.954177897574124, 'intersection_count': 299, 'streets_per_node_avg': 2.765498652291105, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 242, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1940700808625337, 2: 0.0, 3: 0.6522911051212938, 4: 0.15363881401617252}, 'edge_length_total': 86135.04800000001, 'edge_length_avg': 93.7269292709467, 'street_length_total': 46064.75899999996, 'street_length_avg': 93.06011919191911, 'street_segments_count': 495, 'node_density_km': 74.31245646587938, 'intersection_density_km': 59.89063203045266, 'edge_density_km': 17253.11861101464, 'street_density_km': 9226.914818864481, 'circuity_avg': 1.0433435802581734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433435802581734\n", - "4791\n", - "7978898.358512388\n", - "{'n': 36, 'm': 78, 'k_avg': 4.333333333333333, 'intersection_count': 25, 'streets_per_node_avg': 2.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 23, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3055555555555556, 2: 0.0, 3: 0.6388888888888888, 4: 0.05555555555555555}, 'edge_length_total': 15508.1, 'edge_length_avg': 198.82179487179488, 'street_length_total': 7754.050000000002, 'street_length_avg': 198.82179487179494, 'street_segments_count': 39, 'node_density_km': 4.511901064837222, 'intersection_density_km': 3.1332646283591816, 'edge_density_km': 1943.6392473222809, 'street_density_km': 971.8196236611407, 'circuity_avg': 1.0652221366237882, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652221366237882\n", - "4792\n", - "12984359.116106905\n", - "{'n': 3, 'm': 6, 'k_avg': 4.0, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3525.87, 'edge_length_avg': 587.645, 'street_length_total': 1762.935, 'street_length_avg': 587.645, 'street_segments_count': 3, 'node_density_km': 0.23104721404990597, 'intersection_density_km': 0.23104721404990597, 'edge_density_km': 271.547480200714, 'street_density_km': 135.773740100357, 'circuity_avg': 1.7096070158053978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.7096070158053978\n", - "4793\n", - "997410.2554415298\n", - "error with entry 4793\n", - "4794\n", - "7978361.3395234225\n", - "{'n': 60, 'm': 144, 'k_avg': 4.8, 'intersection_count': 49, 'streets_per_node_avg': 2.8666666666666667, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 35, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18333333333333332, 2: 0.0, 3: 0.5833333333333334, 4: 0.23333333333333334}, 'edge_length_total': 38734.46399999996, 'edge_length_avg': 268.9893333333331, 'street_length_total': 19367.23200000001, 'street_length_avg': 268.9893333333335, 'street_segments_count': 72, 'node_density_km': 7.520341263909717, 'intersection_density_km': 6.141612032192936, 'edge_density_km': 4854.9397992437525, 'street_density_km': 2427.46989962188, 'circuity_avg': 1.0348769975096077, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0348769975096077\n", - "4795\n", - "19960458.926831506\n", - "{'n': 1902, 'm': 5317, 'k_avg': 5.590956887486856, 'intersection_count': 1756, 'streets_per_node_avg': 3.025762355415352, 'streets_per_node_counts': {0: 0, 1: 146, 2: 1, 3: 1428, 4: 312, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07676130389064142, 2: 0.0005257623554153522, 3: 0.750788643533123, 4: 0.1640378548895899, 5: 0.007886435331230283}, 'edge_length_total': 460404.50700000115, 'edge_length_avg': 86.59103009215745, 'street_length_total': 247540.19499999983, 'street_length_avg': 87.56285638486021, 'street_segments_count': 2827, 'node_density_km': 95.28839026057005, 'intersection_density_km': 87.97392917852841, 'edge_density_km': 23065.82772909646, 'street_density_km': 12401.528236770555, 'circuity_avg': 1.0402353226308998, 'self_loop_proportion': 0.0003761519653940192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402353226308998\n", - "4796\n", - "14965430.934562871\n", - "{'n': 32, 'm': 80, 'k_avg': 5.0, 'intersection_count': 26, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 22, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6875, 4: 0.125}, 'edge_length_total': 42233.716000000015, 'edge_length_avg': 527.9214500000002, 'street_length_total': 21116.857999999993, 'street_length_avg': 527.9214499999998, 'street_segments_count': 40, 'node_density_km': 2.1382611793754336, 'intersection_density_km': 1.7373372082425398, 'edge_density_km': 2822.0848557364734, 'street_density_km': 1411.0424278682358, 'circuity_avg': 1.1045195478010086, 'self_loop_proportion': 0.025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1045195478010086\n", - "4797\n", - "13960412.070557868\n", - "{'n': 80, 'm': 178, 'k_avg': 4.45, 'intersection_count': 59, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 57, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2625, 2: 0.0, 3: 0.7125, 4: 0.025}, 'edge_length_total': 74809.75000000001, 'edge_length_avg': 420.27949438202256, 'street_length_total': 37404.87500000001, 'street_length_avg': 420.27949438202256, 'street_segments_count': 89, 'node_density_km': 5.73048987348431, 'intersection_density_km': 4.226236281694679, 'edge_density_km': 5358.7064351611625, 'street_density_km': 2679.3532175805813, 'circuity_avg': 1.133739784368448, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.133739784368448\n", - "4798\n", - "13965609.765203487\n", - "{'n': 18, 'm': 40, 'k_avg': 4.444444444444445, 'intersection_count': 14, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 26360.144, 'edge_length_avg': 659.0036, 'street_length_total': 13180.071999999996, 'street_length_avg': 659.0035999999998, 'street_segments_count': 20, 'node_density_km': 1.288880349846846, 'intersection_density_km': 1.0024624943253246, 'edge_density_km': 1887.5039789296245, 'street_density_km': 943.751989464812, 'circuity_avg': 1.0887996768720376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0887996768720376\n", - "4799\n", - "8981558.840024536\n", - "{'n': 88, 'm': 212, 'k_avg': 4.818181818181818, 'intersection_count': 82, 'streets_per_node_avg': 3.0795454545454546, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 63, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06818181818181818, 2: 0.0, 3: 0.7159090909090909, 4: 0.2159090909090909}, 'edge_length_total': 49380.947999999975, 'edge_length_avg': 232.9289999999999, 'street_length_total': 28663.354, 'street_length_avg': 217.1466212121212, 'street_segments_count': 132, 'node_density_km': 9.797853754277648, 'intersection_density_km': 9.129818271031445, 'edge_density_km': 5498.037576722602, 'street_density_km': 3191.356256807832, 'circuity_avg': 1.0956089478662612, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0956089478662612\n", - "4800\n", - "12966238.585418534\n", - "{'n': 1485, 'm': 4330, 'k_avg': 5.831649831649831, 'intersection_count': 1333, 'streets_per_node_avg': 3.154882154882155, 'streets_per_node_counts': {0: 0, 1: 152, 2: 0, 3: 807, 4: 519, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10235690235690235, 2: 0.0, 3: 0.5434343434343434, 4: 0.34949494949494947, 5: 0.00404040404040404, 6: 0.0006734006734006734}, 'edge_length_total': 307317.38899999927, 'edge_length_avg': 70.97399284064649, 'street_length_total': 164680.10600000038, 'street_length_avg': 70.83015311827974, 'street_segments_count': 2325, 'node_density_km': 114.52820262539278, 'intersection_density_km': 102.80545057215392, 'edge_density_km': 23701.352321682538, 'street_density_km': 12700.684544336164, 'circuity_avg': 1.0310152546280953, 'self_loop_proportion': 0.00046189376443418013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310152546280953\n", - "4801\n", - "34936955.372529574\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 420, 'm': 1216, 'k_avg': 5.79047619047619, 'intersection_count': 372, 'streets_per_node_avg': 3.1357142857142857, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 219, 4: 153}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11428571428571428, 2: 0.0, 3: 0.5214285714285715, 4: 0.36428571428571427}, 'edge_length_total': 282262.5560000002, 'edge_length_avg': 232.12381250000018, 'street_length_total': 143585.03900000005, 'street_length_avg': 227.55156735340736, 'street_segments_count': 631, 'node_density_km': 12.021654306208948, 'intersection_density_km': 10.647750956927926, 'edge_density_km': 8079.1973138546355, 'street_density_km': 4109.832624765549, 'circuity_avg': 1.0535195519678981, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535195519678981\n", - "4802\n", - "2992979.524488887\n", - "{'n': 48, 'm': 116, 'k_avg': 4.833333333333333, 'intersection_count': 36, 'streets_per_node_avg': 2.5833333333333335, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 32, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6666666666666666, 4: 0.08333333333333333}, 'edge_length_total': 20826.1, 'edge_length_avg': 179.5353448275862, 'street_length_total': 10413.05, 'street_length_avg': 179.5353448275862, 'street_segments_count': 58, 'node_density_km': 16.037530363057527, 'intersection_density_km': 12.028147772293146, 'edge_density_km': 6958.316897793174, 'street_density_km': 3479.158448896587, 'circuity_avg': 1.1380743549007875, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1380743549007875\n", - "4803\n", - "7990607.99152042\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 4389.572, 'edge_length_avg': 731.5953333333333, 'street_length_total': 2194.786, 'street_length_avg': 731.5953333333333, 'street_segments_count': 3, 'node_density_km': 0.5005876904792194, 'intersection_density_km': 0.5005876904792194, 'edge_density_km': 549.3414274180619, 'street_density_km': 274.67071370903096, 'circuity_avg': 1.1081772778854282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1081772778854282\n", - "4804\n", - "4988389.473333331\n", - "{'n': 31, 'm': 68, 'k_avg': 4.387096774193548, 'intersection_count': 22, 'streets_per_node_avg': 2.5161290322580645, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 19, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.0, 3: 0.6129032258064516, 4: 0.0967741935483871}, 'edge_length_total': 15494.108, 'edge_length_avg': 227.8545294117647, 'street_length_total': 7747.053999999999, 'street_length_avg': 227.85452941176467, 'street_segments_count': 34, 'node_density_km': 6.214430562352472, 'intersection_density_km': 4.410241044250141, 'edge_density_km': 3106.034138438385, 'street_density_km': 1553.0170692191923, 'circuity_avg': 1.1497757255175167, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1497757255175167\n", - "4805\n", - "10971379.025554795\n", - "{'n': 411, 'm': 1177, 'k_avg': 5.7274939172749395, 'intersection_count': 386, 'streets_per_node_avg': 3.065693430656934, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 312, 4: 71, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06082725060827251, 2: 0.0, 3: 0.7591240875912408, 4: 0.17274939172749393, 5: 0.0072992700729927005}, 'edge_length_total': 149940.3159999999, 'edge_length_avg': 127.39194222599822, 'street_length_total': 76671.172, 'street_length_avg': 127.99861769616028, 'street_segments_count': 599, 'node_density_km': 37.46110667060988, 'intersection_density_km': 35.18245054709346, 'edge_density_km': 13666.496768615449, 'street_density_km': 6988.289422999215, 'circuity_avg': 1.0626662092885606, 'self_loop_proportion': 0.0016992353440951572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626662092885606\n", - "4806\n", - "1997451.7874713507\n", - "error with entry 4806\n", - "4807\n", - "3991878.241433953\n", - "{'n': 37, 'm': 86, 'k_avg': 4.648648648648648, 'intersection_count': 28, 'streets_per_node_avg': 2.5675675675675675, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 26, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.7027027027027027, 4: 0.05405405405405406}, 'edge_length_total': 9265.109999999997, 'edge_length_avg': 107.7338372093023, 'street_length_total': 4632.555, 'street_length_avg': 107.73383720930234, 'street_segments_count': 43, 'node_density_km': 9.268819779109531, 'intersection_density_km': 7.014241995001808, 'edge_density_km': 2320.9901303682564, 'street_density_km': 1160.4950651841286, 'circuity_avg': 1.0406981066917975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406981066917975\n", - "4808\n", - "19960482.962466706\n", - "{'n': 1270, 'm': 3270, 'k_avg': 5.149606299212598, 'intersection_count': 1038, 'streets_per_node_avg': 2.751181102362205, 'streets_per_node_counts': {0: 0, 1: 232, 2: 3, 3: 889, 4: 142, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1826771653543307, 2: 0.002362204724409449, 3: 0.7, 4: 0.11181102362204724, 5: 0.002362204724409449, 6: 0.0007874015748031496}, 'edge_length_total': 268121.5020000003, 'edge_length_avg': 81.99434311926616, 'street_length_total': 138737.84800000023, 'street_length_avg': 80.61467054038363, 'street_segments_count': 1721, 'node_density_km': 63.62571498836389, 'intersection_density_km': 52.002749730647025, 'edge_density_km': 13432.615959452016, 'street_density_km': 6950.625807044855, 'circuity_avg': 1.0986888733660949, 'self_loop_proportion': 0.014984709480122324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0986888733660949\n", - "4809\n", - "42951604.727841064\n", - "{'n': 388, 'm': 1138, 'k_avg': 5.865979381443299, 'intersection_count': 314, 'streets_per_node_avg': 2.984536082474227, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 172, 4: 142}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19072164948453607, 2: 0.0, 3: 0.44329896907216493, 4: 0.36597938144329895}, 'edge_length_total': 224868.97200000018, 'edge_length_avg': 197.60015114235517, 'street_length_total': 112434.48599999999, 'street_length_avg': 197.600151142355, 'street_segments_count': 569, 'node_density_km': 9.03342267322785, 'intersection_density_km': 7.3105534004988275, 'edge_density_km': 5235.40327363464, 'street_density_km': 2617.7016368173176, 'circuity_avg': 1.0406713401330516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406713401330516\n", - "4810\n", - "4992373.838532235\n", - "{'n': 124, 'm': 316, 'k_avg': 5.096774193548387, 'intersection_count': 113, 'streets_per_node_avg': 3.0161290322580645, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 89, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08870967741935484, 2: 0.0, 3: 0.717741935483871, 4: 0.1935483870967742}, 'edge_length_total': 39469.543000000005, 'edge_length_avg': 124.90361708860762, 'street_length_total': 22696.085999999985, 'street_length_avg': 125.39274033149162, 'street_segments_count': 181, 'node_density_km': 24.837883542081894, 'intersection_density_km': 22.634522905284307, 'edge_density_km': 7905.967036235434, 'street_density_km': 4546.151136524798, 'circuity_avg': 1.0255381126457515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0255381126457515\n", - "4811\n", - "6988915.945590635\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.7, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7, 4: 0.1}, 'edge_length_total': 8839.425999999998, 'edge_length_avg': 441.97129999999987, 'street_length_total': 4419.713, 'street_length_avg': 441.9713, 'street_segments_count': 10, 'node_density_km': 1.4308370679875015, 'intersection_density_km': 1.1446696543900012, 'edge_density_km': 1264.7778380532484, 'street_density_km': 632.3889190266244, 'circuity_avg': 1.0034245051908253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0034245051908253\n", - "4812\n", - "17957105.04653611\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1816, 'm': 5083, 'k_avg': 5.598017621145375, 'intersection_count': 1678, 'streets_per_node_avg': 3.04295154185022, 'streets_per_node_counts': {0: 0, 1: 138, 2: 2, 3: 1329, 4: 338, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07599118942731277, 2: 0.0011013215859030838, 3: 0.7318281938325991, 4: 0.18612334801762115, 5: 0.004955947136563877}, 'edge_length_total': 372308.0640000003, 'edge_length_avg': 73.24573362187691, 'street_length_total': 198601.752, 'street_length_avg': 72.56183850931677, 'street_segments_count': 2737, 'node_density_km': 101.12988676592404, 'intersection_density_km': 93.44490638393202, 'edge_density_km': 20733.18962244517, 'street_density_km': 11059.786724269896, 'circuity_avg': 1.061055405602935, 'self_loop_proportion': 0.0007869368483179224, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061055405602935\n", - "4813\n", - "22953979.31318287\n", - "{'n': 914, 'm': 2604, 'k_avg': 5.698030634573304, 'intersection_count': 848, 'streets_per_node_avg': 3.0437636761487963, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 678, 4: 168, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07221006564551423, 2: 0.0, 3: 0.7417943107221007, 4: 0.1838074398249453, 5: 0.002188183807439825}, 'edge_length_total': 282528.2780000001, 'edge_length_avg': 108.49780261136716, 'street_length_total': 150049.91400000014, 'street_length_avg': 108.65308761766845, 'street_segments_count': 1381, 'node_density_km': 39.818803856596396, 'intersection_density_km': 36.943485416185716, 'edge_density_km': 12308.466176831447, 'street_density_km': 6536.989162215715, 'circuity_avg': 1.0495894542642725, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495894542642725\n", - "4814\n", - "47944095.250164986\n", - "{'n': 1811, 'm': 4949, 'k_avg': 5.465488680287134, 'intersection_count': 1562, 'streets_per_node_avg': 2.898398674765323, 'streets_per_node_counts': {0: 0, 1: 249, 2: 2, 3: 1247, 4: 310, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13749309773605742, 2: 0.0011043622308117063, 3: 0.6885698509110988, 4: 0.17117614577581447, 5: 0.0016565433462175593}, 'edge_length_total': 681889.2070000011, 'edge_length_avg': 137.7832303495658, 'street_length_total': 368181.9469999999, 'street_length_avg': 142.54043631436312, 'street_segments_count': 2583, 'node_density_km': 37.77316039755215, 'intersection_density_km': 32.579611563211735, 'edge_density_km': 14222.58994443439, 'street_density_km': 7679.401291835473, 'circuity_avg': 1.055042338278064, 'self_loop_proportion': 0.0008082440897150939, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055042338278064\n", - "4815\n", - "8984052.245930236\n", - "{'n': 13, 'm': 24, 'k_avg': 3.6923076923076925, 'intersection_count': 8, 'streets_per_node_avg': 2.3076923076923075, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38461538461538464, 2: 0.0, 3: 0.5384615384615384, 4: 0.07692307692307693}, 'edge_length_total': 16559.694000000003, 'edge_length_avg': 689.9872500000001, 'street_length_total': 8279.846999999998, 'street_length_avg': 689.9872499999998, 'street_segments_count': 12, 'node_density_km': 1.4470085039731355, 'intersection_density_km': 0.8904667716757757, 'edge_density_km': 1843.2321570148395, 'street_density_km': 921.6160785074194, 'circuity_avg': 1.0461945558413288, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461945558413288\n", - "4816\n", - "6984774.95740134\n", - "{'n': 427, 'm': 1214, 'k_avg': 5.686182669789227, 'intersection_count': 378, 'streets_per_node_avg': 3.009367681498829, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 278, 4: 98, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11475409836065574, 2: 0.0, 3: 0.6510538641686182, 4: 0.22950819672131148, 5: 0.00468384074941452}, 'edge_length_total': 110488.63000000009, 'edge_length_avg': 91.01205107084027, 'street_length_total': 56800.50899999998, 'street_length_avg': 89.7322417061611, 'street_segments_count': 633, 'node_density_km': 61.13296456996573, 'intersection_density_km': 54.117706340625396, 'edge_density_km': 15818.495323592642, 'street_density_km': 8132.0456774075365, 'circuity_avg': 1.0330535259085314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330535259085314\n", - "4817\n", - "311468344.15119344\n", - "{'n': 26128, 'm': 72801, 'k_avg': 5.572642375995101, 'intersection_count': 23957, 'streets_per_node_avg': 3.0522045315370483, 'streets_per_node_counts': {0: 0, 1: 2171, 2: 23, 3: 18338, 4: 5480, 5: 105, 6: 8, 7: 1, 8: 1, 9: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08309093692590325, 2: 0.0008802816901408451, 3: 0.701852418860992, 4: 0.209736680955297, 5: 0.004018677281077771, 6: 0.0003061849357011635, 7: 3.827311696264544e-05, 8: 3.827311696264544e-05, 9: 3.827311696264544e-05}, 'edge_length_total': 6706232.442999909, 'edge_length_avg': 92.11731216604042, 'street_length_total': 3718449.1600000034, 'street_length_avg': 93.4612466696829, 'street_segments_count': 39786, 'node_density_km': 83.88653450867838, 'intersection_density_km': 76.91632376088518, 'edge_density_km': 21531.024160017234, 'street_density_km': 11938.449700670024, 'circuity_avg': 1.0474889879966214, 'self_loop_proportion': 0.0017307454567931759, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474889879966214\n", - "4818\n", - "9981056.241572825\n", - "{'n': 284, 'm': 850, 'k_avg': 5.985915492957746, 'intersection_count': 260, 'streets_per_node_avg': 3.0774647887323945, 'streets_per_node_counts': {0: 0, 1: 24, 2: 2, 3: 186, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08450704225352113, 2: 0.007042253521126761, 3: 0.6549295774647887, 4: 0.2535211267605634}, 'edge_length_total': 85790.25600000008, 'edge_length_avg': 100.92971294117656, 'street_length_total': 42942.56500000005, 'street_length_avg': 100.56806791569099, 'street_segments_count': 427, 'node_density_km': 28.453902385309775, 'intersection_density_km': 26.049347254156835, 'edge_density_km': 8595.308344488516, 'street_density_km': 4302.40687565078, 'circuity_avg': 1.0224421294025858, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224421294025858\n", - "4819\n", - "4994723.363621896\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3051.0579999999995, 'edge_length_avg': 508.5096666666666, 'street_length_total': 1525.529, 'street_length_avg': 508.50966666666665, 'street_segments_count': 3, 'node_density_km': 0.8008451537342846, 'intersection_density_km': 0.4004225768671423, 'edge_density_km': 610.8562532655546, 'street_density_km': 305.4281266327774, 'circuity_avg': 1.0765949189897899, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765949189897899\n", - "4820\n", - "3992795.6051948424\n", - "error with entry 4820\n", - "4821\n", - "7988837.009725651\n", - "{'n': 26, 'm': 66, 'k_avg': 5.076923076923077, 'intersection_count': 24, 'streets_per_node_avg': 2.9615384615384617, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 21, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.8076923076923077, 4: 0.11538461538461539}, 'edge_length_total': 30335.642000000003, 'edge_length_avg': 459.63093939393946, 'street_length_total': 15167.820999999998, 'street_length_avg': 459.63093939393934, 'street_segments_count': 33, 'node_density_km': 3.2545413016121705, 'intersection_density_km': 3.0041919707189266, 'edge_density_km': 3797.253838458494, 'street_density_km': 1898.6269192292466, 'circuity_avg': 1.0359325976044973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359325976044973\n", - "4822\n", - "21945905.06290982\n", - "{'n': 337, 'm': 755, 'k_avg': 4.480712166172107, 'intersection_count': 228, 'streets_per_node_avg': 2.421364985163205, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 205, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32344213649851633, 2: 0.0, 3: 0.6083086053412463, 4: 0.06824925816023739}, 'edge_length_total': 136959.83600000013, 'edge_length_avg': 181.4037562913909, 'street_length_total': 69408.27299999997, 'street_length_avg': 176.1631294416243, 'street_segments_count': 394, 'node_density_km': 15.355939936583184, 'intersection_density_km': 10.389181915551829, 'edge_density_km': 6240.792330386604, 'street_density_km': 3162.6981343915963, 'circuity_avg': 1.1097653891335852, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1097653891335852\n", - "4823\n", - "7980175.293629701\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 507, 'm': 1460, 'k_avg': 5.759368836291913, 'intersection_count': 446, 'streets_per_node_avg': 3.009861932938856, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 321, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1203155818540434, 2: 0.0, 3: 0.6331360946745562, 4: 0.24260355029585798, 5: 0.0039447731755424065}, 'edge_length_total': 119317.88599999985, 'edge_length_avg': 81.7245794520547, 'street_length_total': 61731.34900000002, 'street_length_avg': 82.19886684420774, 'street_segments_count': 751, 'node_density_km': 63.53243899350439, 'intersection_density_km': 55.888496629394396, 'edge_density_km': 14951.787599859768, 'street_density_km': 7735.588095323924, 'circuity_avg': 1.0278773130652854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278773130652854\n", - "4824\n", - "2996617.005823611\n", - "{'n': 29, 'm': 70, 'k_avg': 4.827586206896552, 'intersection_count': 21, 'streets_per_node_avg': 2.5517241379310347, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 18, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.6206896551724138, 4: 0.10344827586206896}, 'edge_length_total': 9135.952000000003, 'edge_length_avg': 130.51360000000005, 'street_length_total': 4567.976000000001, 'street_length_avg': 130.51360000000003, 'street_segments_count': 35, 'node_density_km': 9.677579731958252, 'intersection_density_km': 7.007902564521492, 'edge_density_km': 3048.755307149775, 'street_density_km': 1524.3776535748873, 'circuity_avg': 1.0236623936157123, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0236623936157123\n", - "4825\n", - "33915858.28050722\n", - "{'n': 1148, 'm': 3252, 'k_avg': 5.665505226480836, 'intersection_count': 1025, 'streets_per_node_avg': 3.004355400696864, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 777, 4: 245, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10714285714285714, 2: 0.0, 3: 0.676829268292683, 4: 0.21341463414634146, 5: 0.002613240418118467}, 'edge_length_total': 279454.8869999996, 'edge_length_avg': 85.93323708487073, 'street_length_total': 147428.00899999987, 'street_length_avg': 86.31616451990625, 'street_segments_count': 1708, 'node_density_km': 33.84847260845528, 'intersection_density_km': 30.221850543263646, 'edge_density_km': 8239.652515608408, 'street_density_km': 4346.875369647731, 'circuity_avg': 1.0408277651873854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408277651873854\n", - "4826\n", - "6992575.79033452\n", - "{'n': 41, 'm': 98, 'k_avg': 4.780487804878049, 'intersection_count': 28, 'streets_per_node_avg': 2.4878048780487805, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 23, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3170731707317073, 2: 0.0, 3: 0.5609756097560976, 4: 0.12195121951219512}, 'edge_length_total': 20075.757999999998, 'edge_length_avg': 204.85467346938773, 'street_length_total': 10037.878999999997, 'street_length_avg': 204.8546734693877, 'street_segments_count': 49, 'node_density_km': 5.863361546495099, 'intersection_density_km': 4.004246909801531, 'edge_density_km': 2871.0104261936913, 'street_density_km': 1435.5052130968454, 'circuity_avg': 1.0174428501067394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0174428501067394\n", - "4827\n", - "4992600.628461968\n", - "{'n': 266, 'm': 802, 'k_avg': 6.030075187969925, 'intersection_count': 256, 'streets_per_node_avg': 3.2518796992481205, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 169, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03759398496240601, 2: 0.0, 3: 0.6353383458646616, 4: 0.32706766917293234}, 'edge_length_total': 76596.3460000001, 'edge_length_avg': 95.50666583541161, 'street_length_total': 41402.194, 'street_length_avg': 98.34250356294538, 'street_segments_count': 421, 'node_density_km': 53.2788459953274, 'intersection_density_km': 51.275881860164716, 'edge_density_km': 15341.973392251195, 'street_density_km': 8292.710969904769, 'circuity_avg': 1.0215268848625192, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215268848625192\n", - "4828\n", - "5985459.481947224\n", - "{'n': 602, 'm': 1742, 'k_avg': 5.787375415282392, 'intersection_count': 557, 'streets_per_node_avg': 3.024916943521595, 'streets_per_node_counts': {0: 0, 1: 45, 2: 1, 3: 450, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07475083056478406, 2: 0.0016611295681063123, 3: 0.7475083056478405, 4: 0.1760797342192691}, 'edge_length_total': 110674.56999999986, 'edge_length_avg': 63.5330482204362, 'street_length_total': 57090.87700000002, 'street_length_avg': 63.223562569213755, 'street_segments_count': 903, 'node_density_km': 100.57707379286342, 'intersection_density_km': 93.0588539910713, 'edge_density_km': 18490.572082862815, 'street_density_km': 9538.261376957294, 'circuity_avg': 1.0626939814261758, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626939814261758\n", - "4829\n", - "4992052.111985663\n", - "error with entry 4829\n", - "4830\n", - "1997356.3918583372\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 2, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.2857142857142857, 4: 0.2857142857142857}, 'edge_length_total': 941.94, 'edge_length_avg': 67.28142857142858, 'street_length_total': 470.9700000000001, 'street_length_avg': 67.28142857142858, 'street_segments_count': 7, 'node_density_km': 3.504632437422553, 'intersection_density_km': 2.0026471070986016, 'edge_density_km': 471.59335401511424, 'street_density_km': 235.79667700755715, 'circuity_avg': 1.010440799513496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.010440799513496\n", - "4831\n", - "3989166.511162696\n", - "{'n': 34, 'm': 70, 'k_avg': 4.117647058823529, 'intersection_count': 24, 'streets_per_node_avg': 2.4705882352941178, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 22, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6470588235294118, 4: 0.058823529411764705}, 'edge_length_total': 22868.81600000002, 'edge_length_avg': 326.6973714285717, 'street_length_total': 11434.407999999994, 'street_length_avg': 326.6973714285713, 'street_segments_count': 35, 'node_density_km': 8.523083682984755, 'intersection_density_km': 6.016294364459827, 'edge_density_km': 5732.730367611202, 'street_density_km': 2866.365183805597, 'circuity_avg': 1.2701394389048137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2701394389048137\n", - "4832\n", - "67850650.57027194\n", - "error with entry 4832\n", - "4833\n", - "6982518.5490384465\n", - "{'n': 22, 'm': 42, 'k_avg': 3.8181818181818183, 'intersection_count': 14, 'streets_per_node_avg': 2.272727272727273, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36363636363636365, 2: 0.0, 3: 0.6363636363636364}, 'edge_length_total': 15955.622, 'edge_length_avg': 379.8957619047619, 'street_length_total': 7977.811, 'street_length_avg': 379.8957619047619, 'street_segments_count': 21, 'node_density_km': 3.150725607886798, 'intersection_density_km': 2.005007205018871, 'edge_density_km': 2285.0812193255438, 'street_density_km': 1142.5406096627719, 'circuity_avg': 1.077761296448287, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077761296448287\n", - "4834\n", - "16964885.589770254\n", - "{'n': 1130, 'm': 3226, 'k_avg': 5.709734513274336, 'intersection_count': 1022, 'streets_per_node_avg': 2.995575221238938, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 815, 4: 203, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09557522123893805, 2: 0.0, 3: 0.7212389380530974, 4: 0.17964601769911503, 5: 0.0035398230088495575}, 'edge_length_total': 279623.80000000045, 'edge_length_avg': 86.67817730936157, 'street_length_total': 148062.22299999985, 'street_length_avg': 88.50102988643147, 'street_segments_count': 1673, 'node_density_km': 66.60817097884731, 'intersection_density_km': 60.24208030122296, 'edge_density_km': 16482.50431872127, 'street_density_km': 8727.569792117, 'circuity_avg': 1.049243603949025, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049243603949025\n", - "4835\n", - "11985529.772248628\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 102, 'm': 267, 'k_avg': 5.235294117647059, 'intersection_count': 89, 'streets_per_node_avg': 2.872549019607843, 'streets_per_node_counts': {0: 0, 1: 13, 2: 1, 3: 74, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12745098039215685, 2: 0.00980392156862745, 3: 0.7254901960784313, 4: 0.13725490196078433}, 'edge_length_total': 32288.612000000005, 'edge_length_avg': 120.93113108614234, 'street_length_total': 17935.2, 'street_length_avg': 125.42097902097903, 'street_segments_count': 143, 'node_density_km': 8.510262119257462, 'intersection_density_km': 7.425620868763863, 'edge_density_km': 2693.9661920294307, 'street_density_km': 1496.404442757906, 'circuity_avg': 1.039855249220325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039855249220325\n", - "4836\n", - "13985676.361025844\n", - "{'n': 14, 'm': 28, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7857142857142857, 4: 0.07142857142857142}, 'edge_length_total': 15740.543999999996, 'edge_length_avg': 562.1622857142855, 'street_length_total': 7870.272, 'street_length_avg': 562.1622857142858, 'street_segments_count': 14, 'node_density_km': 1.0010241649101843, 'intersection_density_km': 0.8580207127801579, 'edge_density_km': 1125.4760652022862, 'street_density_km': 562.7380326011432, 'circuity_avg': 1.241727703289764, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.241727703289764\n", - "4837\n", - "11982229.033428181\n", - "error with entry 4837\n", - "4838\n", - "3994912.6642846097\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 2874.0840000000003, 'edge_length_avg': 239.50700000000003, 'street_length_total': 1437.042, 'street_length_avg': 239.50699999999998, 'street_segments_count': 6, 'node_density_km': 1.5019101803254193, 'intersection_density_km': 1.0012734535502796, 'edge_density_km': 719.4360031184005, 'street_density_km': 359.7180015592002, 'circuity_avg': 1.0433211478719646, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433211478719646\n", - "4839\n", - "5988203.482018894\n", - "{'n': 322, 'm': 849, 'k_avg': 5.273291925465839, 'intersection_count': 298, 'streets_per_node_avg': 2.987577639751553, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 257, 4: 38, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07453416149068323, 2: 0.0, 3: 0.7981366459627329, 4: 0.11801242236024845, 5: 0.009316770186335404}, 'edge_length_total': 85858.22200000002, 'edge_length_avg': 101.12864782096587, 'street_length_total': 47405.22900000002, 'street_length_avg': 100.01103164556966, 'street_segments_count': 474, 'node_density_km': 53.77238782330745, 'intersection_density_km': 49.7645079855454, 'edge_density_km': 14337.893202495741, 'street_density_km': 7916.435896399696, 'circuity_avg': 1.0703170655576804, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0703170655576804\n", - "4840\n", - "9976618.284584114\n", - "{'n': 657, 'm': 1543, 'k_avg': 4.69710806697108, 'intersection_count': 455, 'streets_per_node_avg': 2.4809741248097414, 'streets_per_node_counts': {0: 0, 1: 202, 2: 1, 3: 396, 4: 55, 5: 2, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3074581430745814, 2: 0.0015220700152207, 3: 0.6027397260273972, 4: 0.0837138508371385, 5: 0.0030441400304414, 6: 0.0, 7: 0.0, 8: 0.0015220700152207}, 'edge_length_total': 87019.16899999989, 'edge_length_avg': 56.39609138042767, 'street_length_total': 47387.54399999996, 'street_length_avg': 58.64795049504945, 'street_segments_count': 808, 'node_density_km': 65.8539778970192, 'intersection_density_km': 45.606636138727154, 'edge_density_km': 8722.31115973055, 'street_density_km': 4749.86038838664, 'circuity_avg': 1.1032705354000871, 'self_loop_proportion': 0.005184705119896306, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1032705354000871\n", - "4841\n", - "6987910.717619271\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 11, 'streets_per_node_avg': 3.090909090909091, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 10, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.9090909090909091, 4: 0.09090909090909091}, 'edge_length_total': 18527.322, 'edge_length_avg': 771.97175, 'street_length_total': 9263.661, 'street_length_avg': 771.97175, 'street_segments_count': 12, 'node_density_km': 1.5741471871219925, 'intersection_density_km': 1.5741471871219925, 'edge_density_km': 2651.339255563946, 'street_density_km': 1325.669627781973, 'circuity_avg': 1.1580841449253954, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1580841449253954\n", - "4842\n", - "9981991.13145479\n", - "{'n': 12, 'm': 24, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 10905.841999999999, 'edge_length_avg': 454.41008333333326, 'street_length_total': 5452.921, 'street_length_avg': 454.4100833333334, 'street_segments_count': 12, 'node_density_km': 1.2021649630789746, 'intersection_density_km': 0.8014433087193163, 'edge_density_km': 1092.5517621062606, 'street_density_km': 546.2758810531304, 'circuity_avg': 1.0405565431538353, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405565431538353\n", - "4843\n", - "26949986.19897866\n", - "{'n': 447, 'm': 1154, 'k_avg': 5.16331096196868, 'intersection_count': 331, 'streets_per_node_avg': 2.646532438478747, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 257, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2595078299776286, 2: 0.0, 3: 0.5749440715883669, 4: 0.16554809843400448}, 'edge_length_total': 182537.24099999978, 'edge_length_avg': 158.17785181975717, 'street_length_total': 91360.99000000002, 'street_length_avg': 157.79100172711574, 'street_segments_count': 579, 'node_density_km': 16.586279365773485, 'intersection_density_km': 12.282010000158891, 'edge_density_km': 6773.184952759549, 'street_density_km': 3390.0199178381167, 'circuity_avg': 1.053408024550516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053408024550516\n", - "4844\n", - "4990517.330620208\n", - "{'n': 72, 'm': 172, 'k_avg': 4.777777777777778, 'intersection_count': 53, 'streets_per_node_avg': 2.5694444444444446, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 46, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2638888888888889, 2: 0.0, 3: 0.6388888888888888, 4: 0.09722222222222222}, 'edge_length_total': 30688.986000000004, 'edge_length_avg': 178.42433720930237, 'street_length_total': 15344.493, 'street_length_avg': 178.42433720930234, 'street_segments_count': 86, 'node_density_km': 14.427361980737182, 'intersection_density_km': 10.620141458042648, 'edge_density_km': 6149.459858941329, 'street_density_km': 3074.729929470664, 'circuity_avg': 1.0907893343609887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0907893343609887\n", - "4845\n", - "5983711.237197959\n", - "{'n': 31, 'm': 72, 'k_avg': 4.645161290322581, 'intersection_count': 27, 'streets_per_node_avg': 2.7419354838709675, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12903225806451613, 2: 0.0, 3: 0.8709677419354839}, 'edge_length_total': 22642.502000000008, 'edge_length_avg': 314.47919444444454, 'street_length_total': 11321.250999999998, 'street_length_avg': 314.4791944444444, 'street_segments_count': 36, 'node_density_km': 5.180731283837257, 'intersection_density_km': 4.5122498278582555, 'edge_density_km': 3784.023175991861, 'street_density_km': 1892.0115879959296, 'circuity_avg': 1.129050391226428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.129050391226428\n", - "4846\n", - "6992664.797235923\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 399, 'm': 1131, 'k_avg': 5.669172932330827, 'intersection_count': 365, 'streets_per_node_avg': 3.0150375939849625, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 294, 4: 68, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08521303258145363, 2: 0.0, 3: 0.7368421052631579, 4: 0.17042606516290726, 5: 0.007518796992481203}, 'edge_length_total': 119332.67099999999, 'edge_length_avg': 105.51076127320954, 'street_length_total': 63003.559000000016, 'street_length_avg': 106.78569322033901, 'street_segments_count': 590, 'node_density_km': 57.05979216359944, 'intersection_density_km': 52.19755423487167, 'edge_density_km': 17065.40703154684, 'street_density_km': 9009.949829842295, 'circuity_avg': 1.0670429669958241, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670429669958241\n", - "4847\n", - "7979914.451752574\n", - "{'n': 43, 'm': 96, 'k_avg': 4.465116279069767, 'intersection_count': 30, 'streets_per_node_avg': 2.4186046511627906, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 29, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3023255813953488, 2: 0.0, 3: 0.6744186046511628, 4: 0.023255813953488372}, 'edge_length_total': 27127.742000000002, 'edge_length_avg': 282.58064583333334, 'street_length_total': 13563.871000000001, 'street_length_avg': 282.58064583333334, 'street_segments_count': 48, 'node_density_km': 5.388528944762836, 'intersection_density_km': 3.759438798671746, 'edge_density_km': 3399.502859838569, 'street_density_km': 1699.7514299192844, 'circuity_avg': 1.071142811404761, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071142811404761\n", - "4848\n", - "4987115.5190665005\n", - "{'n': 431, 'm': 1284, 'k_avg': 5.958236658932715, 'intersection_count': 410, 'streets_per_node_avg': 3.0533642691415315, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 349, 4: 57, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.048723897911832945, 2: 0.0, 3: 0.8097447795823666, 4: 0.13225058004640372, 5: 0.009280742459396751}, 'edge_length_total': 111782.2400000001, 'edge_length_avg': 87.05781931464183, 'street_length_total': 55911.23000000002, 'street_length_avg': 86.68407751937987, 'street_segments_count': 645, 'node_density_km': 86.42270233208386, 'intersection_density_km': 82.21185140639068, 'edge_density_km': 22414.207084764654, 'street_density_km': 11211.135933435447, 'circuity_avg': 1.065072549520268, 'self_loop_proportion': 0.001557632398753894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065072549520268\n", - "4849\n", - "2995837.915431949\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 3, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5, 4: 0.25}, 'edge_length_total': 2341.5480000000002, 'edge_length_avg': 292.69350000000003, 'street_length_total': 1170.774, 'street_length_avg': 292.6935, 'street_segments_count': 4, 'node_density_km': 1.3351857186249905, 'intersection_density_km': 1.0013892889687428, 'edge_density_km': 781.6003622687274, 'street_density_km': 390.80018113436364, 'circuity_avg': 1.0387917813968819, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387917813968819\n", - "4850\n", - "24949495.952322993\n", - "{'n': 2911, 'm': 8302, 'k_avg': 5.70388182755067, 'intersection_count': 2760, 'streets_per_node_avg': 3.097560975609756, 'streets_per_node_counts': {0: 0, 1: 151, 2: 2, 3: 2182, 4: 565, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0518722088629337, 2: 0.0006870491240123669, 3: 0.7495705942974923, 4: 0.19409137753349365, 5: 0.0034352456200618343, 6: 0.00034352456200618345}, 'edge_length_total': 569021.0310000011, 'edge_length_avg': 68.54023500361372, 'street_length_total': 314610.74100000015, 'street_length_avg': 70.27266942148763, 'street_segments_count': 4477, 'node_density_km': 116.67570381232343, 'intersection_density_km': 110.6234773349408, 'edge_density_km': 22806.91490070046, 'street_density_km': 12609.903687080598, 'circuity_avg': 1.0258199037586455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0258199037586455\n", - "4851\n", - "7980278.130287397\n", - "{'n': 44, 'm': 118, 'k_avg': 5.363636363636363, 'intersection_count': 34, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 22, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22727272727272727, 2: 0.0, 3: 0.5, 4: 0.2727272727272727}, 'edge_length_total': 11564.884000000002, 'edge_length_avg': 98.00749152542375, 'street_length_total': 5782.442, 'street_length_avg': 98.00749152542373, 'street_segments_count': 59, 'node_density_km': 5.513592293607868, 'intersection_density_km': 4.260503135969716, 'edge_density_km': 1449.1830749742942, 'street_density_km': 724.591537487147, 'circuity_avg': 1.038148227756455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038148227756455\n", - "4852\n", - "4992517.986034116\n", - "{'n': 217, 'm': 684, 'k_avg': 6.304147465437788, 'intersection_count': 203, 'streets_per_node_avg': 3.3179723502304146, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 106, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06451612903225806, 2: 0.0, 3: 0.48847926267281105, 4: 0.4470046082949309}, 'edge_length_total': 70870.04499999997, 'edge_length_avg': 103.61117690058475, 'street_length_total': 37534.33699999999, 'street_length_avg': 106.93543304843303, 'street_segments_count': 351, 'node_density_km': 43.4650412090708, 'intersection_density_km': 40.66084500203397, 'edge_density_km': 14195.250812966362, 'street_density_km': 7518.117532074426, 'circuity_avg': 1.0103711032884253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0103711032884253\n", - "4853\n", - "7987347.327811051\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 238.212, 'edge_length_avg': 119.106, 'street_length_total': 119.106, 'street_length_avg': 119.106, 'street_segments_count': 1, 'node_density_km': 0.2503960223485241, 'intersection_density_km': 0.12519801117426205, 'edge_density_km': 29.82366863784331, 'street_density_km': 14.911834318921654, 'circuity_avg': 1.0084342709420855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0084342709420855\n", - "4854\n", - "6986570.80542619\n", - "{'n': 69, 'm': 146, 'k_avg': 4.231884057971015, 'intersection_count': 43, 'streets_per_node_avg': 2.347826086956522, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 37, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37681159420289856, 2: 0.0, 3: 0.5362318840579711, 4: 0.07246376811594203, 5: 0.014492753623188406}, 'edge_length_total': 28498.856, 'edge_length_avg': 195.19764383561645, 'street_length_total': 14249.427999999996, 'street_length_avg': 195.1976438356164, 'street_segments_count': 73, 'node_density_km': 9.876089704323968, 'intersection_density_km': 6.1546645983468204, 'edge_density_km': 4079.0907003856714, 'street_density_km': 2039.5453501928353, 'circuity_avg': 1.0327122251439793, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327122251439793\n", - "4855\n", - "12965854.555915875\n", - "{'n': 58, 'm': 130, 'k_avg': 4.482758620689655, 'intersection_count': 43, 'streets_per_node_avg': 2.5517241379310347, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 40, 4: 2, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25862068965517243, 2: 0.0, 3: 0.6896551724137931, 4: 0.034482758620689655, 5: 0.017241379310344827}, 'edge_length_total': 42560.396000000015, 'edge_length_avg': 327.38766153846166, 'street_length_total': 21280.198, 'street_length_avg': 327.38766153846154, 'street_segments_count': 65, 'node_density_km': 4.473287877005885, 'intersection_density_km': 3.3164030812285006, 'edge_density_km': 3282.4983356443067, 'street_density_km': 1641.249167822153, 'circuity_avg': 1.0538679581145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538679581145\n", - "4856\n", - "14959648.453674626\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 84, 'm': 194, 'k_avg': 4.619047619047619, 'intersection_count': 61, 'streets_per_node_avg': 2.5238095238095237, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 55, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27380952380952384, 2: 0.0, 3: 0.6547619047619048, 4: 0.07142857142857142}, 'edge_length_total': 51266.20000000003, 'edge_length_avg': 264.2587628865981, 'street_length_total': 25633.099999999995, 'street_length_avg': 264.2587628865979, 'street_segments_count': 97, 'node_density_km': 5.615105211871913, 'intersection_density_km': 4.077635927668889, 'edge_density_km': 3426.9655572960482, 'street_density_km': 1713.4827786480228, 'circuity_avg': 1.0581142615098376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581142615098376\n", - "4857\n", - "1997232.9223997744\n", - "{'n': 48, 'm': 104, 'k_avg': 4.333333333333333, 'intersection_count': 32, 'streets_per_node_avg': 2.3541666666666665, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 31, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6458333333333334, 4: 0.020833333333333332}, 'edge_length_total': 11189.733999999999, 'edge_length_avg': 107.59359615384614, 'street_length_total': 5594.867000000001, 'street_length_avg': 107.59359615384618, 'street_segments_count': 52, 'node_density_km': 24.033250935161643, 'intersection_density_km': 16.022167290107763, 'edge_density_km': 5602.618439993958, 'street_density_km': 2801.30921999698, 'circuity_avg': 1.0965002347338633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0965002347338633\n", - "4858\n", - "6982804.9878281\n", - "{'n': 24, 'm': 54, 'k_avg': 4.5, 'intersection_count': 18, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 15, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 21720.477999999996, 'edge_length_avg': 402.231074074074, 'street_length_total': 10860.239000000003, 'street_length_avg': 402.2310740740742, 'street_segments_count': 27, 'node_density_km': 3.437014214464673, 'intersection_density_km': 2.577760660848505, 'edge_density_km': 3110.566317956967, 'street_density_km': 1555.2831589784842, 'circuity_avg': 1.0987755952517384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0987755952517384\n", - "4859\n", - "18968115.912110914\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 3280.362, 'edge_length_avg': 820.0905, 'street_length_total': 1640.181, 'street_length_avg': 820.0905, 'street_segments_count': 2, 'node_density_km': 0.15816014694872968, 'intersection_density_km': 0.1054400979658198, 'edge_density_km': 172.94084532167628, 'street_density_km': 86.47042266083814, 'circuity_avg': 1.0188981296069881, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188981296069881\n", - "4860\n", - "8980437.205837768\n", - "{'n': 46, 'm': 112, 'k_avg': 4.869565217391305, 'intersection_count': 36, 'streets_per_node_avg': 2.717391304347826, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 29, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.6304347826086957, 4: 0.15217391304347827}, 'edge_length_total': 33873.21799999998, 'edge_length_avg': 302.4394464285712, 'street_length_total': 16936.608999999993, 'street_length_avg': 302.43944642857133, 'street_segments_count': 56, 'node_density_km': 5.122245047278714, 'intersection_density_km': 4.0087135152616025, 'edge_density_km': 3771.889633388958, 'street_density_km': 1885.9448166944794, 'circuity_avg': 1.105607267227242, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.105607267227242\n", - "4861\n", - "998632.0182757655\n", - "{'n': 16, 'm': 32, 'k_avg': 4.0, 'intersection_count': 9, 'streets_per_node_avg': 2.125, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4375, 2: 0.0, 3: 0.5625}, 'edge_length_total': 5000.759999999999, 'edge_length_avg': 156.27374999999998, 'street_length_total': 2500.38, 'street_length_avg': 156.27375, 'street_segments_count': 16, 'node_density_km': 16.021917690587916, 'intersection_density_km': 9.012328700955702, 'edge_density_km': 5007.610319399026, 'street_density_km': 2503.8051596995133, 'circuity_avg': 1.0824334846872605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0824334846872605\n", - "4862\n", - "30915434.492514674\n", - "{'n': 1668, 'm': 4643, 'k_avg': 5.567146282973621, 'intersection_count': 1536, 'streets_per_node_avg': 3.0719424460431655, 'streets_per_node_counts': {0: 0, 1: 132, 2: 2, 3: 1152, 4: 378, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07913669064748201, 2: 0.001199040767386091, 3: 0.6906474820143885, 4: 0.22661870503597123, 5: 0.002398081534772182}, 'edge_length_total': 397744.5789999987, 'edge_length_avg': 85.66542730992865, 'street_length_total': 224293.28100000025, 'street_length_avg': 88.40886125344906, 'street_segments_count': 2537, 'node_density_km': 53.95363278506924, 'intersection_density_km': 49.68392083804937, 'edge_density_km': 12865.56652135365, 'street_density_km': 7255.058344863525, 'circuity_avg': 1.0347776077986635, 'self_loop_proportion': 0.0004307559767391773, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347776077986635\n", - "4863\n", - "334095134.0501502\n", - "error with entry 4863\n", - "4864\n", - "173536040.56368703\n", - "error with entry 4864\n", - "4865\n", - "16959924.142142165\n", - "{'n': 439, 'm': 1066, 'k_avg': 4.856492027334852, 'intersection_count': 325, 'streets_per_node_avg': 2.567198177676538, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 288, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25968109339407747, 2: 0.0, 3: 0.6560364464692483, 4: 0.08200455580865604, 5: 0.002277904328018223}, 'edge_length_total': 182194.45599999969, 'edge_length_avg': 170.91412382739182, 'street_length_total': 91948.391, 'street_length_avg': 169.6464778597786, 'street_segments_count': 542, 'node_density_km': 25.88454973741121, 'intersection_density_km': 19.162821559586888, 'edge_density_km': 10742.645690689225, 'street_density_km': 5421.5095674588465, 'circuity_avg': 1.084767097779404, 'self_loop_proportion': 0.001876172607879925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084767097779404\n", - "4866\n", - "6989782.876528082\n", - "{'n': 595, 'm': 1567, 'k_avg': 5.2672268907563025, 'intersection_count': 505, 'streets_per_node_avg': 2.847058823529412, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 416, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15126050420168066, 2: 0.0, 3: 0.6991596638655462, 4: 0.1495798319327731}, 'edge_length_total': 138228.36399999986, 'edge_length_avg': 88.21210210593482, 'street_length_total': 74256.136, 'street_length_avg': 88.82312918660287, 'street_segments_count': 836, 'node_density_km': 85.12424641944592, 'intersection_density_km': 72.24830998625242, 'edge_density_km': 19775.773645870344, 'street_density_km': 10623.525410117461, 'circuity_avg': 1.0360472703120849, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360472703120849\n", - "4867\n", - "37952951.576139726\n", - "{'n': 1015, 'm': 2629, 'k_avg': 5.180295566502463, 'intersection_count': 774, 'streets_per_node_avg': 2.676847290640394, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 620, 4: 154}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2374384236453202, 2: 0.0, 3: 0.6108374384236454, 4: 0.15172413793103448}, 'edge_length_total': 438706.65599999885, 'edge_length_avg': 166.87206390262415, 'street_length_total': 222059.17700000046, 'street_length_avg': 167.9721459909232, 'street_segments_count': 1322, 'node_density_km': 26.743638053123398, 'intersection_density_km': 20.393670791248777, 'edge_density_km': 11559.223664591218, 'street_density_km': 5850.906656219188, 'circuity_avg': 1.038738401149135, 'self_loop_proportion': 0.0007607455306200076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038738401149135\n", - "4868\n", - "4986492.189986413\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 40, 'm': 88, 'k_avg': 4.4, 'intersection_count': 29, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 22, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.275, 2: 0.0, 3: 0.55, 4: 0.175}, 'edge_length_total': 19512.337999999996, 'edge_length_avg': 221.7311136363636, 'street_length_total': 9756.168999999994, 'street_length_avg': 221.73111363636352, 'street_segments_count': 44, 'node_density_km': 8.021671041684513, 'intersection_density_km': 5.815711505221271, 'edge_density_km': 3913.0389172540067, 'street_density_km': 1956.5194586270027, 'circuity_avg': 1.0262112109500692, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262112109500692\n", - "4869\n", - "5983677.298804364\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 5365.388, 'edge_length_avg': 670.6735, 'street_length_total': 2682.6940000000004, 'street_length_avg': 670.6735000000001, 'street_segments_count': 4, 'node_density_km': 0.6684852474914155, 'intersection_density_km': 0.6684852474914155, 'edge_density_km': 896.6706812668676, 'street_density_km': 448.33534063343393, 'circuity_avg': 1.1456399018113541, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1456399018113541\n", - "4870\n", - "2995629.3249554913\n", - "error with entry 4870\n", - "4871\n", - "41949971.93442836\n", - "error with entry 4871\n", - "4872\n", - "23956453.89038954\n", - "{'n': 192, 'm': 418, 'k_avg': 4.354166666666667, 'intersection_count': 122, 'streets_per_node_avg': 2.3229166666666665, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 112, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3645833333333333, 2: 0.0, 3: 0.5833333333333334, 4: 0.052083333333333336}, 'edge_length_total': 95299.67199999992, 'edge_length_avg': 227.98964593301415, 'street_length_total': 47649.83600000002, 'street_length_avg': 227.98964593301443, 'street_segments_count': 209, 'node_density_km': 8.014541754738728, 'intersection_density_km': 5.0925734066569, 'edge_density_km': 3978.037502379711, 'street_density_km': 1989.018751189858, 'circuity_avg': 1.0657197785379882, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657197785379882\n", - "4873\n", - "5988921.191440362\n", - "{'n': 57, 'm': 114, 'k_avg': 4.0, 'intersection_count': 35, 'streets_per_node_avg': 2.280701754385965, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 32, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38596491228070173, 2: 0.0, 3: 0.5614035087719298, 4: 0.05263157894736842}, 'edge_length_total': 22397.903999999995, 'edge_length_avg': 196.4728421052631, 'street_length_total': 11198.952000000001, 'street_length_avg': 196.47284210526317, 'street_segments_count': 57, 'node_density_km': 9.517573896525303, 'intersection_density_km': 5.844124322427818, 'edge_density_km': 3739.8895867943793, 'street_density_km': 1869.94479339719, 'circuity_avg': 1.0975296862135664, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975296862135664\n", - "4874\n", - "6987534.659027005\n", - "{'n': 10, 'm': 22, 'k_avg': 4.4, 'intersection_count': 9, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.9}, 'edge_length_total': 13722.778000000002, 'edge_length_avg': 623.7626363636365, 'street_length_total': 6861.388999999999, 'street_length_avg': 623.7626363636363, 'street_segments_count': 11, 'node_density_km': 1.431119913957246, 'intersection_density_km': 1.2880079225615213, 'edge_density_km': 1963.894087061439, 'street_density_km': 981.9470435307192, 'circuity_avg': 1.102717726653605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.102717726653605\n", - "4875\n", - "998646.7164761145\n", - "error with entry 4875\n", - "4876\n", - "998793.2670266016\n", - "error with entry 4876\n", - "4877\n", - "7987774.792588486\n", - "{'n': 584, 'm': 1564, 'k_avg': 5.3561643835616435, 'intersection_count': 507, 'streets_per_node_avg': 2.8955479452054793, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 415, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13184931506849315, 2: 0.0, 3: 0.7106164383561644, 4: 0.1558219178082192, 5: 0.0017123287671232876}, 'edge_length_total': 123972.82700000025, 'edge_length_avg': 79.26651342711014, 'street_length_total': 66653.40100000003, 'street_length_avg': 79.53866467780433, 'street_segments_count': 838, 'node_density_km': 73.11172575144063, 'intersection_density_km': 63.471994787637676, 'edge_density_km': 15520.320767559611, 'street_density_km': 8344.426668343836, 'circuity_avg': 1.0699436102544027, 'self_loop_proportion': 0.0076726342710997444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699436102544027\n", - "4878\n", - "2995482.0646154713\n", - "{'n': 16, 'm': 40, 'k_avg': 5.0, 'intersection_count': 14, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 9158.464000000005, 'edge_length_avg': 228.96160000000015, 'street_length_total': 4579.231999999999, 'street_length_avg': 228.96159999999995, 'street_segments_count': 20, 'node_density_km': 5.341377332550951, 'intersection_density_km': 4.673705165982082, 'edge_density_km': 3057.4257506614963, 'street_density_km': 1528.7128753307468, 'circuity_avg': 1.062818761306227, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062818761306227\n", - "4879\n", - "6989946.505128236\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 5, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6666666666666666, 4: 0.16666666666666666}, 'edge_length_total': 6359.208, 'edge_length_avg': 635.9208, 'street_length_total': 3179.6040000000003, 'street_length_avg': 635.9208000000001, 'street_segments_count': 5, 'node_density_km': 0.8583756679107697, 'intersection_density_km': 0.7153130565923081, 'edge_density_km': 909.7649023972516, 'street_density_km': 454.88245119862586, 'circuity_avg': 1.134254484067417, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.134254484067417\n", - "4880\n", - "12977571.712788172\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 3552.3680000000004, 'edge_length_avg': 888.0920000000001, 'street_length_total': 1776.1840000000002, 'street_length_avg': 888.0920000000001, 'street_segments_count': 2, 'node_density_km': 0.2311680541163015, 'intersection_density_km': 0.15411203607753435, 'edge_density_km': 273.7313326883393, 'street_density_km': 136.86566634416965, 'circuity_avg': 1.2732341896576966, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2732341896576966\n", - "4881\n", - "123752089.3308449\n", - "error with entry 4881\n", - "4882\n", - "8974859.425259372\n", - "error with entry 4882\n", - "4883\n", - "5983839.5442253845\n", - "{'n': 29, 'm': 66, 'k_avg': 4.551724137931035, 'intersection_count': 21, 'streets_per_node_avg': 2.4482758620689653, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.7241379310344828}, 'edge_length_total': 23621.514, 'edge_length_avg': 357.90172727272727, 'street_length_total': 11810.757000000001, 'street_length_avg': 357.9017272727273, 'street_segments_count': 33, 'node_density_km': 4.846386636150032, 'intersection_density_km': 3.509452391694851, 'edge_density_km': 3947.5513715596853, 'street_density_km': 1973.7756857798431, 'circuity_avg': 1.4660114065293146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4660114065293146\n", - "4884\n", - "2996199.1759856064\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 17, 'm': 34, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.4705882352941178, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6470588235294118, 4: 0.058823529411764705}, 'edge_length_total': 8256.118, 'edge_length_avg': 242.827, 'street_length_total': 4128.059, 'street_length_avg': 242.827, 'street_segments_count': 17, 'node_density_km': 5.673855108249875, 'intersection_density_km': 4.005074194058736, 'edge_density_km': 2755.530428741985, 'street_density_km': 1377.7652143709925, 'circuity_avg': 1.3487471065954062, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3487471065954062\n", - "4885\n", - "9976979.377013635\n", - "{'n': 419, 'm': 1080, 'k_avg': 5.155131264916467, 'intersection_count': 342, 'streets_per_node_avg': 2.8305489260143197, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 260, 4: 81, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18377088305489261, 2: 0.0, 3: 0.6205250596658711, 4: 0.19331742243436753, 5: 0.002386634844868735}, 'edge_length_total': 122075.50600000007, 'edge_length_avg': 113.03287592592599, 'street_length_total': 66886.76400000005, 'street_length_avg': 116.12285416666676, 'street_segments_count': 576, 'node_density_km': 41.99667897132784, 'intersection_density_km': 34.27891219139408, 'edge_density_km': 12235.717985070185, 'street_density_km': 6704.1096781359665, 'circuity_avg': 1.0709145443069383, 'self_loop_proportion': 0.003703703703703704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709145443069383\n", - "4886\n", - "12965140.999269467\n", - "{'n': 782, 'm': 2317, 'k_avg': 5.9258312020460355, 'intersection_count': 749, 'streets_per_node_avg': 3.1278772378516626, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 586, 4: 160, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04219948849104859, 2: 0.0, 3: 0.7493606138107417, 4: 0.20460358056265984, 5: 0.0038363171355498722}, 'edge_length_total': 206041.46600000022, 'edge_length_avg': 88.92596719896427, 'street_length_total': 108655.24399999993, 'street_length_avg': 89.94639403973504, 'street_segments_count': 1208, 'node_density_km': 60.315580065350815, 'intersection_density_km': 57.77029343855212, 'edge_density_km': 15891.957211387815, 'street_density_km': 8380.5678631742, 'circuity_avg': 1.0429203205279045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429203205279045\n", - "4887\n", - "2995681.5821746034\n", - "error with entry 4887\n", - "4888\n", - "9972845.16391577\n", - "{'n': 57, 'm': 132, 'k_avg': 4.631578947368421, 'intersection_count': 42, 'streets_per_node_avg': 2.5964912280701755, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 35, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2631578947368421, 2: 0.0, 3: 0.6140350877192983, 4: 0.12280701754385964}, 'edge_length_total': 32012.226000000013, 'edge_length_avg': 242.51686363636372, 'street_length_total': 16006.112999999994, 'street_length_avg': 242.51686363636355, 'street_segments_count': 66, 'node_density_km': 5.7155204019651435, 'intersection_density_km': 4.211436085658527, 'edge_density_km': 3209.9391371108613, 'street_density_km': 1604.9695685554295, 'circuity_avg': 1.094865106990985, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.094865106990985\n", - "4889\n", - "4987567.672962086\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 3212.546, 'edge_length_avg': 401.56825, 'street_length_total': 1606.2730000000001, 'street_length_avg': 401.56825000000003, 'street_segments_count': 4, 'node_density_km': 1.0024926633287223, 'intersection_density_km': 0.6014955979972334, 'edge_density_km': 644.1107591212067, 'street_density_km': 322.0553795606034, 'circuity_avg': 1.0458023097943239, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458023097943239\n", - "4890\n", - "4986435.590879136\n", - "{'n': 52, 'm': 138, 'k_avg': 5.3076923076923075, 'intersection_count': 46, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 6, 2: 2, 3: 38, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11538461538461539, 2: 0.038461538461538464, 3: 0.7307692307692307, 4: 0.11538461538461539}, 'edge_length_total': 40669.760000000024, 'edge_length_avg': 294.70840579710165, 'street_length_total': 20427.771, 'street_length_avg': 287.71508450704226, 'street_segments_count': 71, 'node_density_km': 10.428290720352434, 'intersection_density_km': 9.225026406465615, 'edge_density_km': 8156.07847705694, 'street_density_km': 4096.667976092011, 'circuity_avg': 1.124906791658534, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.124906791658534\n", - "4891\n", - "319309443.8392977\n", - "error with entry 4891\n", - "4892\n", - "1996950.4499651052\n", - "error with entry 4892\n", - "4893\n", - "52855611.55104314\n", - "{'n': 574, 'm': 1320, 'k_avg': 4.599303135888502, 'intersection_count': 377, 'streets_per_node_avg': 2.3693379790940767, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 345, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.343205574912892, 2: 0.0, 3: 0.6010452961672473, 4: 0.05574912891986063}, 'edge_length_total': 304323.7000000002, 'edge_length_avg': 230.54825757575773, 'street_length_total': 152214.31900000005, 'street_length_avg': 229.930995468278, 'street_segments_count': 662, 'node_density_km': 10.859774074237757, 'intersection_density_km': 7.132639069664868, 'edge_density_km': 5757.642208076848, 'street_density_km': 2879.8137895539303, 'circuity_avg': 1.0905701586836918, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0905701586836918\n", - "4894\n", - "998451.873212906\n", - "error with entry 4894\n", - "4895\n", - "62843404.57663829\n", - "error with entry 4895\n", - "4896\n", - "4988099.81376175\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 9607.17, 'edge_length_avg': 960.717, 'street_length_total': 4803.585, 'street_length_avg': 960.717, 'street_segments_count': 5, 'node_density_km': 1.2028628584068228, 'intersection_density_km': 0.8019085722712153, 'edge_density_km': 1926.0179945667128, 'street_density_km': 963.0089972833564, 'circuity_avg': 1.0948393369169525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948393369169525\n", - "4897\n", - "73864545.55473748\n", - "{'n': 6573, 'm': 18134, 'k_avg': 5.517724022516354, 'intersection_count': 5741, 'streets_per_node_avg': 2.931081697854861, 'streets_per_node_counts': {0: 0, 1: 832, 2: 2, 3: 4555, 4: 1156, 5: 27, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1265784268979157, 2: 0.00030427506465845124, 3: 0.6929864597596227, 4: 0.17587098737258483, 5: 0.004107713372889092, 6: 0.00015213753232922562}, 'edge_length_total': 1741450.9400000065, 'edge_length_avg': 96.03236682474945, 'street_length_total': 910612.038000001, 'street_length_avg': 95.64247852116385, 'street_segments_count': 9521, 'node_density_km': 88.98721234437251, 'intersection_density_km': 77.72335099179105, 'edge_density_km': 23576.276370772506, 'street_density_km': 12328.134305316886, 'circuity_avg': 1.0511155669361352, 'self_loop_proportion': 0.0012131906915186941, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511155669361352\n", - "4898\n", - "3989796.8589123096\n", - "{'n': 14, 'm': 28, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.0714285714285716, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 6, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.42857142857142855, 4: 0.07142857142857142}, 'edge_length_total': 5111.7, 'edge_length_avg': 182.56071428571428, 'street_length_total': 2555.8499999999995, 'street_length_avg': 182.56071428571425, 'street_segments_count': 14, 'node_density_km': 3.5089505794579856, 'intersection_density_km': 1.7544752897289928, 'edge_density_km': 1281.1930483582416, 'street_density_km': 640.5965241791207, 'circuity_avg': 1.077965486960553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077965486960553\n", - "4899\n", - "17952796.120287478\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 88, 'm': 212, 'k_avg': 4.818181818181818, 'intersection_count': 62, 'streets_per_node_avg': 2.4431818181818183, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 59, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29545454545454547, 2: 0.0, 3: 0.6704545454545454, 4: 0.03409090909090909}, 'edge_length_total': 62691.035999999964, 'edge_length_avg': 295.71243396226396, 'street_length_total': 31345.517999999993, 'street_length_avg': 295.7124339622641, 'street_segments_count': 106, 'node_density_km': 4.901743405895196, 'intersection_density_km': 3.4535010359716156, 'edge_density_km': 3491.9928672924793, 'street_density_km': 1745.9964336462401, 'circuity_avg': 1.1282761556118284, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1282761556118284\n", - "4900\n", - "2995390.3318489552\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 3013.1999999999994, 'edge_length_avg': 251.09999999999994, 'street_length_total': 1506.6000000000001, 'street_length_avg': 251.10000000000002, 'street_segments_count': 6, 'node_density_km': 2.3369241482725664, 'intersection_density_km': 1.6692315344804045, 'edge_density_km': 1005.9456919392708, 'street_density_km': 502.97284596963556, 'circuity_avg': 1.035353687840525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035353687840525\n", - "4901\n", - "39942858.9295092\n", - "error with entry 4901\n", - "4902\n", - "3993868.6572117945\n", - "{'n': 22, 'm': 64, 'k_avg': 5.818181818181818, 'intersection_count': 20, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 16, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.7272727272727273, 4: 0.18181818181818182}, 'edge_length_total': 5668.465999999999, 'edge_length_avg': 88.56978124999999, 'street_length_total': 2834.2329999999997, 'street_length_avg': 88.56978124999999, 'street_segments_count': 32, 'node_density_km': 5.508443538891605, 'intersection_density_km': 5.007675944446913, 'edge_density_km': 1419.2920415057608, 'street_density_km': 709.6460207528804, 'circuity_avg': 1.050810187721763, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050810187721763\n", - "4903\n", - "17950559.192953017\n", - "{'n': 314, 'm': 712, 'k_avg': 4.535031847133758, 'intersection_count': 203, 'streets_per_node_avg': 2.3471337579617835, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 187, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3535031847133758, 2: 0.0, 3: 0.5955414012738853, 4: 0.04777070063694268, 5: 0.0031847133757961785}, 'edge_length_total': 105092.90399999983, 'edge_length_avg': 147.60239325842673, 'street_length_total': 52546.45199999993, 'street_length_avg': 147.6023932584268, 'street_segments_count': 356, 'node_density_km': 17.49249127142899, 'intersection_density_km': 11.308839898407912, 'edge_density_km': 5854.575496525865, 'street_density_km': 2927.2877482629333, 'circuity_avg': 1.0998975110168991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0998975110168991\n", - "4904\n", - "3990223.9050371265\n", - "error with entry 4904\n", - "4905\n", - "7985285.035420901\n", - "{'n': 861, 'm': 2453, 'k_avg': 5.698025551684088, 'intersection_count': 753, 'streets_per_node_avg': 2.921022067363531, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 608, 4: 142, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1254355400696864, 2: 0.0, 3: 0.7061556329849012, 4: 0.16492450638792103, 5: 0.003484320557491289}, 'edge_length_total': 210913.3729999995, 'edge_length_avg': 85.98180717488769, 'street_length_total': 105742.20499999999, 'street_length_avg': 85.69060372771474, 'street_segments_count': 1234, 'node_density_km': 107.8233270548015, 'intersection_density_km': 94.29844979357205, 'edge_density_km': 26412.75446830463, 'street_density_km': 13242.132814414477, 'circuity_avg': 1.0547268672621528, 'self_loop_proportion': 0.0016306563391765185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547268672621528\n", - "4906\n", - "997314.0858390235\n", - "error with entry 4906\n", - "4907\n", - "998366.7199808395\n", - "{'n': 4, 'm': 8, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3861.91, 'edge_length_avg': 482.73875, 'street_length_total': 1930.9550000000002, 'street_length_avg': 482.73875000000004, 'street_segments_count': 4, 'node_density_km': 4.006543807947412, 'intersection_density_km': 4.006543807947412, 'edge_density_km': 3868.227899337547, 'street_density_km': 1934.1139496687738, 'circuity_avg': 1.0229541200595236, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0229541200595236\n", - "4908\n", - "20967078.282624155\n", - "{'n': 1438, 'm': 3701, 'k_avg': 5.147426981919333, 'intersection_count': 1266, 'streets_per_node_avg': 2.9617524339360224, 'streets_per_node_counts': {0: 0, 1: 172, 2: 2, 3: 980, 4: 277, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11961057023643949, 2: 0.0013908205841446453, 3: 0.6815020862308763, 4: 0.1926286509040334, 5: 0.004867872044506259}, 'edge_length_total': 300020.2360000002, 'edge_length_avg': 81.0646409078628, 'street_length_total': 164962.09799999985, 'street_length_avg': 79.65335490101393, 'street_segments_count': 2071, 'node_density_km': 68.58370921387268, 'intersection_density_km': 60.38037264587122, 'edge_density_km': 14309.110308832733, 'street_density_km': 7867.672156149067, 'circuity_avg': 1.0609298733071877, 'self_loop_proportion': 0.004323155903809781, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609298733071877\n", - "4909\n", - "11974859.399265062\n", - "{'n': 1074, 'm': 2548, 'k_avg': 4.74487895716946, 'intersection_count': 925, 'streets_per_node_avg': 2.9329608938547485, 'streets_per_node_counts': {0: 0, 1: 149, 2: 1, 3: 704, 4: 213, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1387337057728119, 2: 0.000931098696461825, 3: 0.6554934823091247, 4: 0.19832402234636873, 5: 0.006517690875232775}, 'edge_length_total': 217599.3520000006, 'edge_length_avg': 85.40005965463132, 'street_length_total': 131958.6219999999, 'street_length_avg': 84.3186083067092, 'street_segments_count': 1565, 'node_density_km': 89.68790064173238, 'intersection_density_km': 77.24516582272109, 'edge_density_km': 18171.349219628868, 'street_density_km': 11019.638527705689, 'circuity_avg': 1.0414673489675603, 'self_loop_proportion': 0.0003924646781789639, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414673489675603\n", - "4910\n", - "6988677.291267471\n", - "{'n': 220, 'm': 558, 'k_avg': 5.072727272727272, 'intersection_count': 169, 'streets_per_node_avg': 2.668181818181818, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 141, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2318181818181818, 2: 0.0, 3: 0.6409090909090909, 4: 0.12272727272727273, 5: 0.004545454545454545}, 'edge_length_total': 66798.42299999992, 'edge_length_avg': 119.71043548387082, 'street_length_total': 34505.957999999984, 'street_length_avg': 118.98606206896547, 'street_segments_count': 290, 'node_density_km': 31.479490443047865, 'intersection_density_km': 24.181972203977676, 'edge_density_km': 9558.092356541665, 'street_density_km': 4937.408977678229, 'circuity_avg': 1.0509266975846325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0509266975846325\n", - "4911\n", - "9978223.115104025\n", - "{'n': 364, 'm': 1051, 'k_avg': 5.774725274725275, 'intersection_count': 329, 'streets_per_node_avg': 3.065934065934066, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 235, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09615384615384616, 2: 0.0, 3: 0.6456043956043956, 4: 0.25824175824175827}, 'edge_length_total': 172081.901, 'edge_length_avg': 163.73158991436728, 'street_length_total': 86523.29599999999, 'street_length_avg': 160.82397026022304, 'street_segments_count': 538, 'node_density_km': 36.47944085846443, 'intersection_density_km': 32.97180231438131, 'edge_density_km': 17245.74596247701, 'street_density_km': 8671.212800306075, 'circuity_avg': 1.0262293948793841, 'self_loop_proportion': 0.0019029495718363464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262293948793841\n", - "4912\n", - "35912933.06522222\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 848, 'm': 2387, 'k_avg': 5.629716981132075, 'intersection_count': 801, 'streets_per_node_avg': 3.1179245283018866, 'streets_per_node_counts': {0: 0, 1: 47, 2: 1, 3: 610, 4: 185, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.055424528301886794, 2: 0.0011792452830188679, 3: 0.7193396226415094, 4: 0.21816037735849056, 5: 0.00589622641509434}, 'edge_length_total': 370239.93200000003, 'edge_length_avg': 155.10680016757436, 'street_length_total': 206207.0110000002, 'street_length_avg': 158.62077769230785, 'street_segments_count': 1300, 'node_density_km': 23.6126633951042, 'intersection_density_km': 22.303942664479322, 'edge_density_km': 10309.376049224375, 'street_density_km': 5741.859363742398, 'circuity_avg': 1.0618407319726015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618407319726015\n", - "4913\n", - "4987612.99579757\n", - "{'n': 51, 'm': 130, 'k_avg': 5.098039215686274, 'intersection_count': 46, 'streets_per_node_avg': 2.9215686274509802, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 40, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09803921568627451, 2: 0.0, 3: 0.7843137254901961, 4: 0.11764705882352941}, 'edge_length_total': 24734.316000000003, 'edge_length_avg': 190.26396923076925, 'street_length_total': 12367.157999999998, 'street_length_avg': 190.2639692307692, 'street_segments_count': 65, 'node_density_km': 10.225332246702228, 'intersection_density_km': 9.222848693103971, 'edge_density_km': 4959.148999900449, 'street_density_km': 2479.574499950224, 'circuity_avg': 1.0923242505209614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923242505209614\n", - "4914\n", - "3990054.065997342\n", - "error with entry 4914\n", - "4915\n", - "997845.1913686644\n", - "error with entry 4915\n", - "4916\n", - "997501.0143466615\n", - "error with entry 4916\n", - "4917\n", - "55855318.566174515\n", - "{'n': 4083, 'm': 10848, 'k_avg': 5.31373989713446, 'intersection_count': 3760, 'streets_per_node_avg': 3.050942934117071, 'streets_per_node_counts': {0: 0, 1: 323, 2: 2, 3: 2933, 4: 796, 5: 27, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07910849865295126, 2: 0.0004898359049718344, 3: 0.7183443546411952, 4: 0.1949546901787901, 5: 0.006612784717119765, 6: 0.0004898359049718344}, 'edge_length_total': 1003231.1960000028, 'edge_length_avg': 92.48075184365807, 'street_length_total': 564540.4159999985, 'street_length_avg': 91.49763630469991, 'street_segments_count': 6170, 'node_density_km': 73.09957412851689, 'intersection_density_km': 67.31677656703981, 'edge_density_km': 17961.24741122774, 'street_density_km': 10107.19176780202, 'circuity_avg': 1.0615127592214468, 'self_loop_proportion': 0.0014749262536873156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615127592214468\n", - "4918\n", - "97885020.5418794\n", - "{'n': 5512, 'm': 15321, 'k_avg': 5.5591436865021775, 'intersection_count': 4879, 'streets_per_node_avg': 2.943940493468795, 'streets_per_node_counts': {0: 0, 1: 633, 2: 4, 3: 3926, 4: 937, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11484034833091437, 2: 0.000725689404934688, 3: 0.7122641509433962, 4: 0.16999274310595067, 5: 0.0021770682148040637}, 'edge_length_total': 1489364.110000013, 'edge_length_avg': 97.21063311794353, 'street_length_total': 816120.1430000007, 'street_length_avg': 101.25560086848644, 'street_segments_count': 8060, 'node_density_km': 56.31096534981806, 'intersection_density_km': 49.84419447419491, 'edge_density_km': 15215.444628351477, 'street_density_km': 8337.538659971264, 'circuity_avg': 1.05797563088367, 'self_loop_proportion': 0.00026107956399712813, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05797563088367\n", - "4919\n", - "6982528.349344896\n", - "{'n': 24, 'm': 49, 'k_avg': 4.083333333333333, 'intersection_count': 22, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 20, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.8333333333333334, 4: 0.08333333333333333}, 'edge_length_total': 15152.553000000005, 'edge_length_avg': 309.2357755102042, 'street_length_total': 11071.247000000003, 'street_length_avg': 357.1370000000001, 'street_segments_count': 31, 'node_density_km': 3.437150384395029, 'intersection_density_km': 3.1507211856954433, 'edge_density_km': 2170.066807021503, 'street_density_km': 1585.5642034075968, 'circuity_avg': 1.1175007510300234, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1175007510300234\n", - "4920\n", - "23966649.32437575\n", - "{'n': 1329, 'm': 3866, 'k_avg': 5.81790820165538, 'intersection_count': 1236, 'streets_per_node_avg': 3.124905944319037, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 889, 4: 343, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06997742663656885, 2: 0.0, 3: 0.6689240030097818, 4: 0.2580887885628292, 5: 0.002257336343115124, 6: 0.0007524454477050414}, 'edge_length_total': 351594.7690000006, 'edge_length_avg': 90.94536187273684, 'street_length_total': 194226.14000000028, 'street_length_avg': 93.82905314009675, 'street_segments_count': 2070, 'node_density_km': 55.45205681498059, 'intersection_density_km': 51.571664577363435, 'edge_density_km': 14670.167875423633, 'street_density_km': 8104.017268799389, 'circuity_avg': 1.0292155781944616, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0292155781944616\n", - "4921\n", - "997283.5710420959\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 1899.7099999999998, 'edge_length_avg': 135.6935714285714, 'street_length_total': 949.855, 'street_length_avg': 135.69357142857143, 'street_segments_count': 7, 'node_density_km': 7.0190667963029405, 'intersection_density_km': 5.013619140216386, 'edge_density_km': 1904.884483372094, 'street_density_km': 952.4422416860472, 'circuity_avg': 1.0294428905328543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294428905328543\n", - "4922\n", - "997848.0364579792\n", - "error with entry 4922\n", - "4923\n", - "3991825.2407134916\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 3.25, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.75, 4: 0.25}, 'edge_length_total': 6985.4180000000015, 'edge_length_avg': 436.5886250000001, 'street_length_total': 3492.709, 'street_length_avg': 436.588625, 'street_segments_count': 8, 'node_density_km': 2.004095750086017, 'intersection_density_km': 2.004095750086017, 'edge_density_km': 1749.9308157967957, 'street_density_km': 874.9654078983976, 'circuity_avg': 1.0150317224558127, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0150317224558127\n", - "4924\n", - "997470.7235319522\n", - "error with entry 4924\n", - "4925\n", - "997845.3827731798\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 805.6, 'edge_length_avg': 201.4, 'street_length_total': 402.8, 'street_length_avg': 201.4, 'street_segments_count': 2, 'node_density_km': 3.0064778088790636, 'intersection_density_km': 3.0064778088790636, 'edge_density_km': 807.3395076109912, 'street_density_km': 403.6697538054956, 'circuity_avg': 1.0062524480166202, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0062524480166202\n", - "4926\n", - "23953515.45649426\n", - "error with entry 4926\n", - "4927\n", - "1994921.9386341767\n", - "{'n': 34, 'm': 90, 'k_avg': 5.294117647058823, 'intersection_count': 28, 'streets_per_node_avg': 2.823529411764706, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 23, 4: 4, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.0, 3: 0.6764705882352942, 4: 0.11764705882352941, 5: 0.029411764705882353}, 'edge_length_total': 14634.166000000003, 'edge_length_avg': 162.60184444444448, 'street_length_total': 7317.083000000001, 'street_length_avg': 162.60184444444448, 'street_segments_count': 45, 'node_density_km': 17.04327339408483, 'intersection_density_km': 14.035636912775745, 'edge_density_km': 7335.70858918885, 'street_density_km': 3667.854294594425, 'circuity_avg': 1.027765083153944, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027765083153944\n", - "4928\n", - "16982739.313405775\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 89, 'm': 210, 'k_avg': 4.719101123595506, 'intersection_count': 69, 'streets_per_node_avg': 2.6179775280898876, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 63, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2247191011235955, 2: 0.0, 3: 0.7078651685393258, 4: 0.06741573033707865}, 'edge_length_total': 64902.410999999986, 'edge_length_avg': 309.05909999999994, 'street_length_total': 33886.41100000001, 'street_length_avg': 313.76306481481487, 'street_segments_count': 108, 'node_density_km': 5.240615094983264, 'intersection_density_km': 4.062948781503879, 'edge_density_km': 3821.6691549146935, 'street_density_km': 1995.3442359708645, 'circuity_avg': 1.0806308462384862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806308462384862\n", - "4929\n", - "1994478.3976575308\n", - "{'n': 25, 'm': 62, 'k_avg': 4.96, 'intersection_count': 23, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 19, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08, 2: 0.0, 3: 0.76, 4: 0.16}, 'edge_length_total': 11875.414000000004, 'edge_length_avg': 191.53893548387103, 'street_length_total': 5937.707, 'street_length_avg': 191.53893548387097, 'street_segments_count': 31, 'node_density_km': 12.5346055536936, 'intersection_density_km': 11.531837109398113, 'edge_density_km': 5954.145211072431, 'street_density_km': 2977.0726055362147, 'circuity_avg': 1.0343788361541733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343788361541733\n", - "4930\n", - "4993505.246905355\n", - "{'n': 35, 'm': 79, 'k_avg': 4.514285714285714, 'intersection_count': 32, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 26, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08571428571428572, 2: 0.0, 3: 0.7428571428571429, 4: 0.17142857142857143}, 'edge_length_total': 24535.862, 'edge_length_avg': 310.58053164556964, 'street_length_total': 13924.237999999998, 'street_length_avg': 296.2603829787233, 'street_segments_count': 47, 'node_density_km': 7.009104480603218, 'intersection_density_km': 6.408324096551514, 'edge_density_km': 4913.5548651332065, 'street_density_km': 2788.469684422445, 'circuity_avg': 1.2088777574084066, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2088777574084066\n", - "4931\n", - "997285.8957886219\n", - "error with entry 4931\n", - "4932\n", - "10977026.323723419\n", - "{'n': 61, 'm': 139, 'k_avg': 4.557377049180328, 'intersection_count': 50, 'streets_per_node_avg': 2.7868852459016393, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 41, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18032786885245902, 2: 0.0, 3: 0.6721311475409836, 4: 0.14754098360655737}, 'edge_length_total': 25240.31100000001, 'edge_length_avg': 181.58497122302165, 'street_length_total': 13573.159999999998, 'street_length_avg': 171.81215189873416, 'street_segments_count': 79, 'node_density_km': 5.557060555477355, 'intersection_density_km': 4.554967668424061, 'edge_density_km': 2299.3760109193645, 'street_density_km': 1236.5060991669343, 'circuity_avg': 1.0769709015939815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769709015939815\n", - "4933\n", - "22974520.070207506\n", - "{'n': 451, 'm': 1184, 'k_avg': 5.250554323725056, 'intersection_count': 366, 'streets_per_node_avg': 2.762749445676275, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 305, 4: 59, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.188470066518847, 2: 0.0, 3: 0.6762749445676275, 4: 0.13082039911308205, 5: 0.004434589800443459}, 'edge_length_total': 174483.44600000017, 'edge_length_avg': 147.36777533783797, 'street_length_total': 92177.44800000008, 'street_length_avg': 151.85741021416817, 'street_segments_count': 607, 'node_density_km': 19.630442708783274, 'intersection_density_km': 15.930691865664476, 'edge_density_km': 7594.650311162049, 'street_density_km': 4012.1598935828183, 'circuity_avg': 1.0668217909155984, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668217909155984\n", - "4934\n", - "997860.6142014478\n", - "error with entry 4934\n", - "4935\n", - "13964296.638675569\n", - "{'n': 98, 'm': 238, 'k_avg': 4.857142857142857, 'intersection_count': 87, 'streets_per_node_avg': 2.989795918367347, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 68, 4: 17, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11224489795918367, 2: 0.0, 3: 0.6938775510204082, 4: 0.17346938775510204, 5: 0.02040816326530612}, 'edge_length_total': 47243.066999999995, 'edge_length_avg': 198.50028151260503, 'street_length_total': 28680.693999999996, 'street_length_avg': 209.3481313868613, 'street_segments_count': 137, 'node_density_km': 7.017897323133257, 'intersection_density_km': 6.230174154210135, 'edge_density_km': 3383.1325860806637, 'street_density_km': 2053.858833144939, 'circuity_avg': 1.0604956559187337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604956559187337\n", - "4936\n", - "16953485.971778244\n", - "{'n': 66, 'm': 182, 'k_avg': 5.515151515151516, 'intersection_count': 62, 'streets_per_node_avg': 3.015151515151515, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 53, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06060606060606061, 2: 0.0, 3: 0.803030303030303, 4: 0.13636363636363635}, 'edge_length_total': 37179.48599999998, 'edge_length_avg': 204.28289010989002, 'street_length_total': 18589.743000000006, 'street_length_avg': 204.28289010989016, 'street_segments_count': 91, 'node_density_km': 3.8930046664070996, 'intersection_density_km': 3.6570649896551544, 'edge_density_km': 2193.028977160869, 'street_density_km': 1096.5144885804355, 'circuity_avg': 1.1150957695372563, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1150957695372563\n", - "4937\n", - "18950107.386011913\n", - "{'n': 1568, 'm': 4495, 'k_avg': 5.733418367346939, 'intersection_count': 1443, 'streets_per_node_avg': 3.037627551020408, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 1141, 4: 295, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07971938775510204, 2: 0.0, 3: 0.7276785714285714, 4: 0.1881377551020408, 5: 0.004464285714285714}, 'edge_length_total': 406180.5440000013, 'edge_length_avg': 90.36274616240296, 'street_length_total': 217014.75899999993, 'street_length_avg': 92.939939614561, 'street_segments_count': 2335, 'node_density_km': 82.743594432474, 'intersection_density_km': 76.1473257436607, 'edge_density_km': 21434.208035138883, 'street_density_km': 11451.901278416506, 'circuity_avg': 1.0624585253508358, 'self_loop_proportion': 0.0004449388209121246, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624585253508358\n", - "4938\n", - "10977684.370533748\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 3.2857142857142856, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7142857142857143, 4: 0.2857142857142857}, 'edge_length_total': 17078.416, 'edge_length_avg': 1219.8868571428573, 'street_length_total': 8539.208000000002, 'street_length_avg': 1219.8868571428575, 'street_segments_count': 7, 'node_density_km': 0.6376572475329468, 'intersection_density_km': 0.6376572475329468, 'edge_density_km': 1555.739391254663, 'street_density_km': 777.8696956273317, 'circuity_avg': 1.0930094776989838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0930094776989838\n", - "4939\n", - "997843.9855134635\n", - "error with entry 4939\n", - "4940\n", - "27947151.685772527\n", - "{'n': 123, 'm': 292, 'k_avg': 4.747967479674797, 'intersection_count': 86, 'streets_per_node_avg': 2.4552845528455283, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 79, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3008130081300813, 2: 0.0, 3: 0.6422764227642277, 4: 0.056910569105691054}, 'edge_length_total': 61636.68799999998, 'edge_length_avg': 211.0845479452054, 'street_length_total': 30818.34400000001, 'street_length_avg': 211.08454794520554, 'street_segments_count': 146, 'node_density_km': 4.4011640750716445, 'intersection_density_km': 3.0772366703752962, 'edge_density_km': 2205.472983186987, 'street_density_km': 1102.7364915934943, 'circuity_avg': 1.0867127617638366, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0867127617638366\n", - "4941\n", - "30962848.827321094\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1143, 'm': 2987, 'k_avg': 5.226596675415573, 'intersection_count': 974, 'streets_per_node_avg': 2.8862642169728785, 'streets_per_node_counts': {0: 0, 1: 169, 2: 3, 3: 765, 4: 201, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14785651793525809, 2: 0.0026246719160104987, 3: 0.6692913385826772, 4: 0.17585301837270342, 5: 0.004374453193350831}, 'edge_length_total': 346356.2600000003, 'edge_length_avg': 115.95455641111494, 'street_length_total': 186989.50299999962, 'street_length_avg': 115.14131958128056, 'street_segments_count': 1624, 'node_density_km': 36.9152078471357, 'intersection_density_km': 31.4570537560019, 'edge_density_km': 11186.188387626058, 'street_density_km': 6039.156927801916, 'circuity_avg': 1.0879057918165262, 'self_loop_proportion': 0.003013056578506863, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0879057918165262\n", - "4942\n", - "6991095.835385531\n", - "{'n': 74, 'm': 200, 'k_avg': 5.405405405405405, 'intersection_count': 71, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 65, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04054054054054054, 2: 0.0, 3: 0.8783783783783784, 4: 0.08108108108108109}, 'edge_length_total': 60127.92200000004, 'edge_length_avg': 300.63961000000023, 'street_length_total': 30063.961, 'street_length_avg': 300.63961, 'street_segments_count': 100, 'node_density_km': 10.584892803993323, 'intersection_density_km': 10.155775528155756, 'edge_density_km': 8600.643363471247, 'street_density_km': 4300.321681735621, 'circuity_avg': 1.0829297578388406, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829297578388406\n", - "4943\n", - "48932407.25546149\n", - "{'n': 764, 'm': 2034, 'k_avg': 5.324607329842932, 'intersection_count': 635, 'streets_per_node_avg': 2.9476439790575917, 'streets_per_node_counts': {0: 0, 1: 129, 2: 1, 3: 419, 4: 211, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168848167539267, 2: 0.0013089005235602095, 3: 0.5484293193717278, 4: 0.2761780104712042, 5: 0.005235602094240838}, 'edge_length_total': 366973.6319999998, 'edge_length_avg': 180.41968141592912, 'street_length_total': 194136.18200000035, 'street_length_avg': 179.42345841035151, 'street_segments_count': 1082, 'node_density_km': 15.613374506824977, 'intersection_density_km': 12.977084832243273, 'edge_density_km': 7499.603076630586, 'street_density_km': 3967.4357524753136, 'circuity_avg': 1.04709788110724, 'self_loop_proportion': 0.0009832841691248771, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04709788110724\n", - "4944\n", - "2991754.489143972\n", - "{'n': 182, 'm': 500, 'k_avg': 5.4945054945054945, 'intersection_count': 162, 'streets_per_node_avg': 2.9285714285714284, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 136, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10989010989010989, 2: 0.0, 3: 0.7472527472527473, 4: 0.13736263736263737, 5: 0.005494505494505495}, 'edge_length_total': 48234.87199999998, 'edge_length_avg': 96.46974399999996, 'street_length_total': 24346.668999999994, 'street_length_avg': 96.23189328063239, 'street_segments_count': 253, 'node_density_km': 60.83386877513318, 'intersection_density_km': 54.14882825039327, 'edge_density_km': 16122.603701282114, 'street_density_km': 8137.923445371443, 'circuity_avg': 1.0242278092558028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0242278092558028\n", - "4945\n", - "23958744.36527413\n", - "{'n': 98, 'm': 219, 'k_avg': 4.469387755102041, 'intersection_count': 85, 'streets_per_node_avg': 2.9285714285714284, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 67, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1326530612244898, 2: 0.0, 3: 0.6836734693877551, 4: 0.17346938775510204, 5: 0.01020408163265306}, 'edge_length_total': 57424.672000000006, 'edge_length_avg': 262.21311415525116, 'street_length_total': 32604.56900000001, 'street_length_avg': 239.73947794117655, 'street_segments_count': 136, 'node_density_km': 4.090364607839861, 'intersection_density_km': 3.5477652210855934, 'edge_density_km': 2396.8147547511494, 'street_density_km': 1360.8630111374769, 'circuity_avg': 1.1064520361923076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1064520361923076\n", - "4946\n", - "5984081.820796171\n", - "{'n': 254, 'm': 707, 'k_avg': 5.566929133858268, 'intersection_count': 229, 'streets_per_node_avg': 3.0236220472440944, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 175, 4: 52, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0984251968503937, 2: 0.0, 3: 0.6889763779527559, 4: 0.2047244094488189, 5: 0.007874015748031496}, 'edge_length_total': 76205.032, 'edge_length_avg': 107.78646676096182, 'street_length_total': 42289.47000000001, 'street_length_avg': 113.68137096774196, 'street_segments_count': 372, 'node_density_km': 42.445943689688015, 'intersection_density_km': 38.26819332652975, 'edge_density_km': 12734.624004499501, 'street_density_km': 7066.99394601083, 'circuity_avg': 1.0463321013571938, 'self_loop_proportion': 0.005657708628005658, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463321013571938\n", - "4947\n", - "20959780.453966863\n", - "{'n': 101, 'm': 224, 'k_avg': 4.435643564356436, 'intersection_count': 70, 'streets_per_node_avg': 2.4455445544554455, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 64, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3069306930693069, 2: 0.0, 3: 0.6336633663366337, 4: 0.0594059405940594}, 'edge_length_total': 62120.10800000006, 'edge_length_avg': 277.321910714286, 'street_length_total': 31060.054000000004, 'street_length_avg': 277.32191071428576, 'street_segments_count': 112, 'node_density_km': 4.818752764220136, 'intersection_density_km': 3.3397296385684108, 'edge_density_km': 2963.776654838155, 'street_density_km': 1481.8883274190762, 'circuity_avg': 1.0736460436963386, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736460436963386\n", - "4948\n", - "3988776.3143246984\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 718.5600000000001, 'edge_length_avg': 359.28000000000003, 'street_length_total': 359.28000000000003, 'street_length_avg': 359.28000000000003, 'street_segments_count': 1, 'node_density_km': 0.5014069083837811, 'intersection_density_km': 0.5014069083837811, 'edge_density_km': 180.14547404412488, 'street_density_km': 90.07273702206244, 'circuity_avg': 1.0169884091788501, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0169884091788501\n", - "4949\n", - "29935564.373772066\n", - "{'n': 68, 'm': 196, 'k_avg': 5.764705882352941, 'intersection_count': 64, 'streets_per_node_avg': 3.161764705882353, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 45, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.058823529411764705, 2: 0.0, 3: 0.6617647058823529, 4: 0.27941176470588236}, 'edge_length_total': 92133.48900000005, 'edge_length_avg': 470.06882142857165, 'street_length_total': 46252.26099999999, 'street_length_avg': 449.05107766990284, 'street_segments_count': 103, 'node_density_km': 2.271545615474614, 'intersection_density_km': 2.137925285152578, 'edge_density_km': 3077.726808475422, 'street_density_km': 1545.060598240257, 'circuity_avg': 1.1094326083273816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1094326083273816\n", - "4950\n", - "3989454.197300393\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1049.304, 'edge_length_avg': 524.652, 'street_length_total': 524.652, 'street_length_avg': 524.652, 'street_segments_count': 1, 'node_density_km': 0.5013217099605685, 'intersection_density_km': 0.25066085498028423, 'edge_density_km': 263.0194377742322, 'street_density_km': 131.5097188871161, 'circuity_avg': 1.5883274982531856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.5883274982531856\n", - "4951\n", - "19946953.83659582\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 760, 'm': 2089, 'k_avg': 5.497368421052632, 'intersection_count': 671, 'streets_per_node_avg': 2.9342105263157894, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 544, 4: 126, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11710526315789474, 2: 0.0, 3: 0.7157894736842105, 4: 0.16578947368421051, 5: 0.0013157894736842105}, 'edge_length_total': 283745.4909999999, 'edge_length_avg': 135.8283824796553, 'street_length_total': 144075.7780000001, 'street_length_avg': 134.77621889616475, 'street_segments_count': 1069, 'node_density_km': 38.1010557414366, 'intersection_density_km': 33.63922158224206, 'edge_density_km': 14225.0036433846, 'street_density_km': 7222.946379695855, 'circuity_avg': 1.0447901702627163, 'self_loop_proportion': 0.0009573958831977022, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447901702627163\n", - "4952\n", - "7986667.010135296\n", - "{'n': 445, 'm': 1171, 'k_avg': 5.262921348314607, 'intersection_count': 368, 'streets_per_node_avg': 2.7775280898876407, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 315, 4: 51, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17303370786516853, 2: 0.0, 3: 0.7078651685393258, 4: 0.1146067415730337, 5: 0.0044943820224719105}, 'edge_length_total': 115485.87000000023, 'edge_length_avg': 98.62157984628543, 'street_length_total': 61002.66, 'street_length_avg': 100.33332236842107, 'street_segments_count': 608, 'node_density_km': 55.71786070901454, 'intersection_density_km': 46.076792676218766, 'edge_density_km': 14459.832850605333, 'street_density_km': 7638.062275863759, 'circuity_avg': 1.0577919053240017, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577919053240017\n", - "4953\n", - "44877293.025373645\n", - "{'n': 1561, 'm': 3966, 'k_avg': 5.081358103779628, 'intersection_count': 1289, 'streets_per_node_avg': 2.803331197950032, 'streets_per_node_counts': {0: 0, 1: 272, 2: 5, 3: 1052, 4: 225, 5: 6, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17424727738629084, 2: 0.0032030749519538757, 3: 0.6739269698910955, 4: 0.1441383728379244, 5: 0.003843689942344651, 6: 0.0, 7: 0.0, 8: 0.0006406149903907751}, 'edge_length_total': 577393.3830000001, 'edge_length_avg': 145.5858252647504, 'street_length_total': 306248.2170000002, 'street_length_avg': 143.84603898543926, 'street_segments_count': 2129, 'node_density_km': 34.78373793885941, 'intersection_density_km': 28.722766305694925, 'edge_density_km': 12866.04748360249, 'street_density_km': 6824.1241027360375, 'circuity_avg': 1.0758946951372048, 'self_loop_proportion': 0.0005042864346949068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758946951372048\n", - "4954\n", - "24974370.255889185\n", - "{'n': 1671, 'm': 3809, 'k_avg': 4.5589467384799525, 'intersection_count': 1126, 'streets_per_node_avg': 2.430879712746858, 'streets_per_node_counts': {0: 0, 1: 545, 2: 1, 3: 988, 4: 135, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32615200478755235, 2: 0.0005984440454817474, 3: 0.5912627169359664, 4: 0.0807899461400359, 5: 0.0005984440454817474, 6: 0.0005984440454817474}, 'edge_length_total': 364532.4940000001, 'edge_length_avg': 95.70293882908904, 'street_length_total': 189747.6320000003, 'street_length_avg': 95.25483534136562, 'street_segments_count': 1992, 'node_density_km': 66.90859400572725, 'intersection_density_km': 45.086221933242896, 'edge_density_km': 14596.263700144353, 'street_density_km': 7597.6943584896235, 'circuity_avg': 1.0673187191576563, 'self_loop_proportion': 0.0010501443948542925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673187191576563\n", - "4955\n", - "4992760.764639443\n", - "{'n': 77, 'm': 226, 'k_avg': 5.87012987012987, 'intersection_count': 69, 'streets_per_node_avg': 3.0259740259740258, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 51, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1038961038961039, 2: 0.0, 3: 0.6623376623376623, 4: 0.23376623376623376}, 'edge_length_total': 22941.104000000014, 'edge_length_avg': 101.50930973451334, 'street_length_total': 12136.056000000002, 'street_length_avg': 106.4566315789474, 'street_segments_count': 114, 'node_density_km': 15.422329174139916, 'intersection_density_km': 13.820009259943562, 'edge_density_km': 4594.87347410621, 'street_density_km': 2430.7305260752705, 'circuity_avg': 1.0378277577715997, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378277577715997\n", - "4956\n", - "18968655.82382123\n", - "{'n': 1505, 'm': 4449, 'k_avg': 5.912292358803986, 'intersection_count': 1392, 'streets_per_node_avg': 3.121594684385382, 'streets_per_node_counts': {0: 0, 1: 113, 2: 3, 3: 978, 4: 410, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07508305647840531, 2: 0.0019933554817275745, 3: 0.6498338870431893, 4: 0.2724252491694352, 5: 0.000664451827242525}, 'edge_length_total': 375378.98299999995, 'edge_length_avg': 84.37378804225668, 'street_length_total': 200793.14700000008, 'street_length_avg': 85.99278244111353, 'street_segments_count': 2335, 'node_density_km': 79.34141533160138, 'intersection_density_km': 73.38421936318215, 'edge_density_km': 19789.43508103464, 'street_density_km': 10585.523237120464, 'circuity_avg': 1.0143475405855473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0143475405855473\n", - "4957\n", - "2991548.217690932\n", - "{'n': 16, 'm': 30, 'k_avg': 3.75, 'intersection_count': 12, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 6918.630000000001, 'edge_length_avg': 230.62100000000004, 'street_length_total': 3459.3149999999996, 'street_length_avg': 230.62099999999998, 'street_segments_count': 15, 'node_density_km': 5.348401174141803, 'intersection_density_km': 4.011300880606353, 'edge_density_km': 2312.7255509657944, 'street_density_km': 1156.3627754828967, 'circuity_avg': 1.0977294575840904, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0977294575840904\n", - "4958\n", - "1994657.0898911112\n", - "error with entry 4958\n", - "4959\n", - "997223.115236166\n", - "error with entry 4959\n", - "4960\n", - "8986831.827417303\n", - "{'n': 48, 'm': 116, 'k_avg': 4.833333333333333, 'intersection_count': 39, 'streets_per_node_avg': 2.6875, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 36, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.75, 4: 0.0625}, 'edge_length_total': 31572.38900000002, 'edge_length_avg': 272.1757672413795, 'street_length_total': 16164.541999999994, 'street_length_avg': 273.97528813559313, 'street_segments_count': 59, 'node_density_km': 5.341148128927942, 'intersection_density_km': 4.339682854753952, 'edge_density_km': 3513.183467356984, 'street_density_km': 1798.6919428807728, 'circuity_avg': 1.177563977130225, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.177563977130225\n", - "4961\n", - "16980469.642597437\n", - "{'n': 518, 'm': 1241, 'k_avg': 4.7915057915057915, 'intersection_count': 404, 'streets_per_node_avg': 2.666023166023166, 'streets_per_node_counts': {0: 0, 1: 114, 2: 3, 3: 352, 4: 42, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22007722007722008, 2: 0.005791505791505791, 3: 0.6795366795366795, 4: 0.08108108108108109, 5: 0.009652509652509652, 6: 0.003861003861003861}, 'edge_length_total': 177122.75799999986, 'edge_length_avg': 142.72583239323114, 'street_length_total': 93883.40299999993, 'street_length_avg': 140.75472713643168, 'street_segments_count': 667, 'node_density_km': 30.505634467290477, 'intersection_density_km': 23.79203923703736, 'edge_density_km': 10430.969327000666, 'street_density_km': 5528.90497000641, 'circuity_avg': 1.0532166406130983, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0532166406130983\n", - "4962\n", - "4985872.569363825\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8, 4: 0.2}, 'edge_length_total': 4466.414, 'edge_length_avg': 558.30175, 'street_length_total': 2233.207, 'street_length_avg': 558.30175, 'street_segments_count': 4, 'node_density_km': 1.0028334921199114, 'intersection_density_km': 1.0028334921199114, 'edge_density_km': 895.8139097746524, 'street_density_km': 447.9069548873262, 'circuity_avg': 1.0035745432212846, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0035745432212846\n", - "4963\n", - "3994439.683054712\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 32, 'm': 81, 'k_avg': 5.0625, 'intersection_count': 29, 'streets_per_node_avg': 3.03125, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 22, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09375, 2: 0.0, 3: 0.6875, 4: 0.21875}, 'edge_length_total': 12989.598, 'edge_length_avg': 160.36540740740742, 'street_length_total': 7405.748999999998, 'street_length_avg': 168.31247727272722, 'street_segments_count': 44, 'node_density_km': 8.01113611397138, 'intersection_density_km': 7.2600921032865635, 'edge_density_km': 3251.9199263678256, 'street_density_km': 1854.0144770283569, 'circuity_avg': 1.0566368100916708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566368100916708\n", - "4964\n", - "4985509.538110118\n", - "{'n': 76, 'm': 186, 'k_avg': 4.894736842105263, 'intersection_count': 73, 'streets_per_node_avg': 2.9342105263157894, 'streets_per_node_counts': {0: 0, 1: 3, 2: 4, 3: 64, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.039473684210526314, 2: 0.05263157894736842, 3: 0.8421052631578947, 4: 0.06578947368421052}, 'edge_length_total': 42996.689999999995, 'edge_length_avg': 231.16499999999996, 'street_length_total': 22331.889000000003, 'street_length_avg': 230.22565979381446, 'street_segments_count': 97, 'node_density_km': 15.244179039081668, 'intersection_density_km': 14.642435129644234, 'edge_density_km': 8624.332111156478, 'street_density_km': 4479.359397327612, 'circuity_avg': 1.0506733204822272, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506733204822272\n", - "4965\n", - "31910056.472285226\n", - "{'n': 274, 'm': 770, 'k_avg': 5.62043795620438, 'intersection_count': 243, 'streets_per_node_avg': 3.0985401459854014, 'streets_per_node_counts': {0: 0, 1: 31, 2: 2, 3: 151, 4: 89, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11313868613138686, 2: 0.0072992700729927005, 3: 0.551094890510949, 4: 0.3248175182481752, 5: 0.0036496350364963502}, 'edge_length_total': 125134.73499999987, 'edge_length_avg': 162.51264285714268, 'street_length_total': 64639.89500000001, 'street_length_avg': 158.43111519607845, 'street_segments_count': 408, 'node_density_km': 8.586634756913597, 'intersection_density_km': 7.615154182226292, 'edge_density_km': 3921.4827184239825, 'street_density_km': 2025.6903981395822, 'circuity_avg': 1.0402799959033129, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402799959033129\n", - "4966\n", - "2991696.5880153878\n", - "error with entry 4966\n", - "4967\n", - "1997485.5175040532\n", - "{'n': 12, 'm': 22, 'k_avg': 3.6666666666666665, 'intersection_count': 7, 'streets_per_node_avg': 2.25, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 6, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4166666666666667, 2: 0.0, 3: 0.5, 4: 0.08333333333333333}, 'edge_length_total': 5904.428000000001, 'edge_length_avg': 268.3830909090909, 'street_length_total': 2952.214, 'street_length_avg': 268.3830909090909, 'street_segments_count': 11, 'node_density_km': 6.0075529433597765, 'intersection_density_km': 3.504405883626536, 'edge_density_km': 2955.9303175213236, 'street_density_km': 1477.9651587606616, 'circuity_avg': 1.0571597288935803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571597288935803\n", - "4968\n", - "6990446.86996149\n", - "{'n': 215, 'm': 567, 'k_avg': 5.274418604651163, 'intersection_count': 181, 'streets_per_node_avg': 2.832558139534884, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 151, 4: 28, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15813953488372093, 2: 0.0, 3: 0.7023255813953488, 4: 0.13023255813953488, 5: 0.009302325581395349}, 'edge_length_total': 63998.62399999999, 'edge_length_avg': 112.87235273368604, 'street_length_total': 33100.979, 'street_length_avg': 112.58836394557822, 'street_segments_count': 294, 'node_density_km': 30.756259792756914, 'intersection_density_km': 25.89247917436745, 'edge_density_km': 9155.154912199849, 'street_density_km': 4735.17353264461, 'circuity_avg': 1.0474696776157162, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474696776157162\n", - "4969\n", - "997210.5215539291\n", - "error with entry 4969\n", - "4970\n", - "997226.5120933957\n", - "error with entry 4970\n", - "4971\n", - "14955280.542470466\n", - "{'n': 254, 'm': 656, 'k_avg': 5.165354330708661, 'intersection_count': 226, 'streets_per_node_avg': 2.968503937007874, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 180, 4: 44, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11023622047244094, 2: 0.0, 3: 0.7086614173228346, 4: 0.1732283464566929, 5: 0.007874015748031496}, 'edge_length_total': 124238.74300000009, 'edge_length_avg': 189.38832774390258, 'street_length_total': 69192.98300000005, 'street_length_avg': 192.2027305555557, 'street_segments_count': 360, 'node_density_km': 16.983967587815084, 'intersection_density_km': 15.111719192307909, 'edge_density_km': 8307.349544342085, 'street_density_km': 4626.658978646618, 'circuity_avg': 1.053348741966024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053348741966024\n", - "4972\n", - "12963087.965328274\n", - "{'n': 131, 'm': 370, 'k_avg': 5.648854961832061, 'intersection_count': 112, 'streets_per_node_avg': 2.9236641221374047, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 84, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1450381679389313, 2: 0.0, 3: 0.6412213740458015, 4: 0.21374045801526717}, 'edge_length_total': 91511.81399999998, 'edge_length_avg': 247.32922702702697, 'street_length_total': 45755.907000000014, 'street_length_avg': 247.3292270270271, 'street_segments_count': 185, 'node_density_km': 10.105616836850848, 'intersection_density_km': 8.639916684941182, 'edge_density_km': 7059.414720069946, 'street_density_km': 3529.7073600349745, 'circuity_avg': 1.0307543598750268, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307543598750268\n", - "4973\n", - "1997347.6770842709\n", - "{'n': 20, 'm': 45, 'k_avg': 4.5, 'intersection_count': 18, 'streets_per_node_avg': 2.85, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.85, 4: 0.05}, 'edge_length_total': 9602.360999999999, 'edge_length_avg': 213.3858, 'street_length_total': 4851.288, 'street_length_avg': 202.13699999999997, 'street_segments_count': 24, 'node_density_km': 10.013279224974998, 'intersection_density_km': 9.011951302477499, 'edge_density_km': 4807.5560956005065, 'street_density_km': 2428.865067238525, 'circuity_avg': 1.087121394391842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087121394391842\n", - "4974\n", - "2994221.112740425\n", - "{'n': 16, 'm': 40, 'k_avg': 5.0, 'intersection_count': 14, 'streets_per_node_avg': 2.8125, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 13, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.8125, 4: 0.0625}, 'edge_length_total': 4771.05, 'edge_length_avg': 119.27625, 'street_length_total': 2385.525, 'street_length_avg': 119.27625, 'street_segments_count': 20, 'node_density_km': 5.343626738826977, 'intersection_density_km': 4.675673396473605, 'edge_density_km': 1593.4193970175281, 'street_density_km': 796.7096985087641, 'circuity_avg': 1.0950124245430735, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0950124245430735\n", - "4975\n", - "3988474.704901363\n", - "{'n': 9, 'm': 20, 'k_avg': 4.444444444444445, 'intersection_count': 7, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5555555555555556, 4: 0.2222222222222222}, 'edge_length_total': 10160.88, 'edge_length_avg': 508.044, 'street_length_total': 5080.4400000000005, 'street_length_avg': 508.04400000000004, 'street_segments_count': 10, 'node_density_km': 2.256501712030433, 'intersection_density_km': 1.7550568871347811, 'edge_density_km': 2547.5603461928645, 'street_density_km': 1273.7801730964325, 'circuity_avg': 1.059662507703549, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059662507703549\n", - "4976\n", - "231728191.3173763\n", - "error with entry 4976\n", - "4977\n", - "45868593.20484176\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 921, 'm': 2432, 'k_avg': 5.281216069489685, 'intersection_count': 827, 'streets_per_node_avg': 2.997828447339848, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 644, 4: 180, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10206297502714441, 2: 0.0, 3: 0.6992399565689468, 4: 0.19543973941368079, 5: 0.003257328990228013}, 'edge_length_total': 468937.3200000006, 'edge_length_avg': 192.81962171052655, 'street_length_total': 252566.3859999998, 'street_length_avg': 186.94773205033295, 'street_segments_count': 1351, 'node_density_km': 20.07909847783999, 'intersection_density_km': 18.029765951328635, 'edge_density_km': 10223.494710330484, 'street_density_km': 5506.303297161936, 'circuity_avg': 1.0879719300022797, 'self_loop_proportion': 0.0008223684210526315, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0879719300022797\n", - "4978\n", - "2996299.720755719\n", - "error with entry 4978\n", - "4979\n", - "5982808.076682116\n", - "{'n': 140, 'm': 356, 'k_avg': 5.085714285714285, 'intersection_count': 106, 'streets_per_node_avg': 2.6285714285714286, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 90, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24285714285714285, 2: 0.0, 3: 0.6428571428571429, 4: 0.11428571428571428}, 'edge_length_total': 47900.385000000024, 'edge_length_avg': 134.55164325842702, 'street_length_total': 23983.023999999998, 'street_length_avg': 133.23902222222222, 'street_segments_count': 180, 'node_density_km': 23.400382931494562, 'intersection_density_km': 17.71743279098874, 'edge_density_km': 8006.3382254715625, 'street_density_km': 4008.656753251603, 'circuity_avg': 1.0310666205675842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310666205675842\n", - "4980\n", - "10974279.875772042\n", - "{'n': 7, 'm': 18, 'k_avg': 5.142857142857143, 'intersection_count': 7, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 16110.143999999998, 'edge_length_avg': 895.0079999999999, 'street_length_total': 8055.072000000001, 'street_length_avg': 895.0080000000002, 'street_segments_count': 9, 'node_density_km': 0.637855064682096, 'intersection_density_km': 0.637855064682096, 'edge_density_km': 1467.990991879697, 'street_density_km': 733.9954959398486, 'circuity_avg': 1.1074281906380745, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1074281906380745\n", - "4981\n", - "40911594.49014796\n", - "{'n': 43, 'm': 91, 'k_avg': 4.232558139534884, 'intersection_count': 41, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 37, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.046511627906976744, 2: 0.0, 3: 0.8604651162790697, 4: 0.09302325581395349}, 'edge_length_total': 76245.94299999998, 'edge_length_avg': 837.8675054945053, 'street_length_total': 38667.47, 'street_length_avg': 758.1856862745099, 'street_segments_count': 51, 'node_density_km': 1.0510467884686077, 'intersection_density_km': 1.0021608913305329, 'edge_density_km': 1863.6756633467558, 'street_density_km': 945.1469805047961, 'circuity_avg': 1.1495544741577581, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1495544741577581\n", - "4982\n", - "997186.0685301112\n", - "error with entry 4982\n", - "4983\n", - "2992924.5779609685\n", - "error with entry 4983\n", - "4984\n", - "2994732.9478109526\n", - "error with entry 4984\n", - "4985\n", - "998540.7475770452\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 7, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3378.1799999999994, 'edge_length_avg': 281.51499999999993, 'street_length_total': 1689.0899999999997, 'street_length_avg': 281.51499999999993, 'street_segments_count': 6, 'node_density_km': 7.010229694667413, 'intersection_density_km': 7.010229694667413, 'edge_density_km': 3383.1168214187937, 'street_density_km': 1691.5584107093969, 'circuity_avg': 1.0939256091744838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0939256091744838\n", - "4986\n", - "5991011.542601352\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 5712.546, 'edge_length_avg': 714.06825, 'street_length_total': 2856.273000000001, 'street_length_avg': 714.0682500000003, 'street_segments_count': 4, 'node_density_km': 0.8345836031938196, 'intersection_density_km': 0.8345836031938196, 'edge_density_km': 953.5194448180885, 'street_density_km': 476.75972240904434, 'circuity_avg': 1.2510272911614504, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2510272911614504\n", - "4987\n", - "2993069.424996713\n", - "error with entry 4987\n", - "4988\n", - "998646.116486983\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 2448.428, 'edge_length_avg': 153.02675, 'street_length_total': 1224.2140000000002, 'street_length_avg': 153.02675000000002, 'street_segments_count': 8, 'node_density_km': 8.01084575198894, 'intersection_density_km': 7.009490032990323, 'edge_density_km': 2451.747380356347, 'street_density_km': 1225.8736901781738, 'circuity_avg': 1.0504227124017218, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504227124017218\n", - "4989\n", - "997295.7204052465\n", - "error with entry 4989\n", - "4990\n", - "3988577.6019480005\n", - "{'n': 37, 'm': 114, 'k_avg': 6.162162162162162, 'intersection_count': 36, 'streets_per_node_avg': 3.4324324324324325, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 18, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02702702702702703, 2: 0.0, 3: 0.4864864864864865, 4: 0.4864864864864865}, 'edge_length_total': 19611.409999999996, 'edge_length_avg': 172.02991228070172, 'street_length_total': 9805.704999999996, 'street_length_avg': 172.0299122807017, 'street_segments_count': 57, 'node_density_km': 9.276489940155455, 'intersection_density_km': 9.02577399582693, 'edge_density_km': 4916.893177763894, 'street_density_km': 2458.4465888819464, 'circuity_avg': 1.0578815484399275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578815484399275\n", - "4991\n", - "997738.0929697595\n", - "error with entry 4991\n", - "4992\n", - "997295.4406888536\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2517.392, 'edge_length_avg': 209.78266666666664, 'street_length_total': 1258.696, 'street_length_avg': 209.78266666666664, 'street_segments_count': 6, 'node_density_km': 6.0162713627324615, 'intersection_density_km': 6.0162713627324615, 'edge_density_km': 2524.2188997286326, 'street_density_km': 1262.1094498643163, 'circuity_avg': 1.0849649091322695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0849649091322695\n", - "4993\n", - "5982347.550336802\n", - "{'n': 122, 'm': 378, 'k_avg': 6.19672131147541, 'intersection_count': 98, 'streets_per_node_avg': 3.2295081967213113, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 22, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19672131147540983, 2: 0.0, 3: 0.18032786885245902, 4: 0.6229508196721312}, 'edge_length_total': 77635.83799999997, 'edge_length_avg': 205.38581481481475, 'street_length_total': 38817.918999999994, 'street_length_avg': 205.38581481481478, 'street_segments_count': 189, 'node_density_km': 20.39333204456359, 'intersection_density_km': 16.381529019403537, 'edge_density_km': 12977.487072884811, 'street_density_km': 6488.743536442407, 'circuity_avg': 1.006311912133655, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.006311912133655\n", - "4994\n", - "9982684.365459694\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 15897.84, 'edge_length_avg': 1324.82, 'street_length_total': 7948.920000000002, 'street_length_avg': 1324.8200000000004, 'street_segments_count': 6, 'node_density_km': 0.7012141968767592, 'intersection_density_km': 0.5008672834833995, 'edge_density_km': 1592.5415868107455, 'street_density_km': 796.270793405373, 'circuity_avg': 1.1631396123497633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1631396123497633\n", - "4995\n", - "3993521.63789381\n", - "{'n': 14, 'm': 28, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7857142857142857, 4: 0.07142857142857142}, 'edge_length_total': 12411.181999999999, 'edge_length_avg': 443.25649999999996, 'street_length_total': 6205.591000000001, 'street_length_avg': 443.2565000000001, 'street_segments_count': 14, 'node_density_km': 3.5056777624932622, 'intersection_density_km': 3.0048666535656534, 'edge_density_km': 3107.8289102611893, 'street_density_km': 1553.9144551305951, 'circuity_avg': 1.1243745595883703, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1243745595883703\n", - "4996\n", - "6986700.550298244\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 20960.472, 'edge_length_avg': 1497.1765714285716, 'street_length_total': 10480.236, 'street_length_avg': 1497.1765714285716, 'street_segments_count': 7, 'node_density_km': 1.0019035379584416, 'intersection_density_km': 1.0019035379584416, 'edge_density_km': 3000.0530077255503, 'street_density_km': 1500.0265038627751, 'circuity_avg': 1.201888851649488, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.201888851649488\n", - "4997\n", - "1994302.3061988244\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1608.8539999999998, 'edge_length_avg': 804.4269999999999, 'street_length_total': 804.4269999999999, 'street_length_avg': 804.4269999999999, 'street_segments_count': 1, 'node_density_km': 1.0028569860163454, 'intersection_density_km': 0.5014284930081727, 'edge_density_km': 806.7252366901706, 'street_density_km': 403.3626183450853, 'circuity_avg': 1.2090804278111635, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2090804278111635\n", - "4998\n", - "21940663.444560833\n", - "{'n': 16, 'm': 34, 'k_avg': 4.25, 'intersection_count': 14, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 19190.393, 'edge_length_avg': 564.4233235294117, 'street_length_total': 9638.891, 'street_length_avg': 507.3100526315789, 'street_segments_count': 19, 'node_density_km': 0.729239571101778, 'intersection_density_km': 0.6380846247140557, 'edge_density_km': 874.6496225371601, 'street_density_km': 439.3162961710492, 'circuity_avg': 1.0699686005959295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699686005959295\n", - "4999\n", - "2993036.255102163\n", - "{'n': 15, 'm': 36, 'k_avg': 4.8, 'intersection_count': 13, 'streets_per_node_avg': 2.7333333333333334, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.8666666666666667}, 'edge_length_total': 7471.162000000001, 'edge_length_avg': 207.5322777777778, 'street_length_total': 3735.581, 'street_length_avg': 207.53227777777778, 'street_segments_count': 18, 'node_density_km': 5.011633245146907, 'intersection_density_km': 4.343415479127319, 'edge_density_km': 2496.1815906052175, 'street_density_km': 1248.0907953026087, 'circuity_avg': 1.170882279763733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.170882279763733\n", - "5000\n", - "10982746.587009015\n", - "{'n': 120, 'm': 352, 'k_avg': 5.866666666666666, 'intersection_count': 110, 'streets_per_node_avg': 3.1166666666666667, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 76, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.6333333333333333, 4: 0.2833333333333333}, 'edge_length_total': 83042.83199999998, 'edge_length_avg': 235.9171363636363, 'street_length_total': 41521.41599999998, 'street_length_avg': 235.91713636363627, 'street_segments_count': 176, 'node_density_km': 10.926228612243724, 'intersection_density_km': 10.015709561223414, 'edge_density_km': 7561.208058667904, 'street_density_km': 3780.6040293339515, 'circuity_avg': 1.0402569258971641, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402569258971641\n", - "5001\n", - "1996686.6419204304\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 2616.1280000000006, 'edge_length_avg': 327.0160000000001, 'street_length_total': 1308.064, 'street_length_avg': 327.016, 'street_segments_count': 4, 'node_density_km': 2.5041485704491704, 'intersection_density_km': 1.5024891422695021, 'edge_density_km': 1310.2346382624098, 'street_density_km': 655.1173191312048, 'circuity_avg': 1.040408349298172, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040408349298172\n", - "5002\n", - "4985654.414950252\n", - "error with entry 5002\n", - "5003\n", - "5982655.04291856\n", - "{'n': 216, 'm': 546, 'k_avg': 5.055555555555555, 'intersection_count': 143, 'streets_per_node_avg': 2.5694444444444446, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 90, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33796296296296297, 2: 0.0, 3: 0.4166666666666667, 4: 0.24537037037037038}, 'edge_length_total': 92913.29400000011, 'edge_length_avg': 170.17086813186833, 'street_length_total': 46456.64699999997, 'street_length_avg': 170.17086813186802, 'street_segments_count': 273, 'node_density_km': 36.10437146224417, 'intersection_density_km': 23.902431106948686, 'edge_density_km': 15530.444816466232, 'street_density_km': 7765.222408233101, 'circuity_avg': 1.0344382825110163, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344382825110163\n", - "5004\n", - "29913737.513213784\n", - "{'n': 626, 'm': 1599, 'k_avg': 5.108626198083067, 'intersection_count': 483, 'streets_per_node_avg': 2.643769968051118, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 421, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22843450479233227, 2: 0.0, 3: 0.6725239616613419, 4: 0.09744408945686901, 5: 0.001597444089456869}, 'edge_length_total': 264386.42299999984, 'edge_length_avg': 165.34485490931823, 'street_length_total': 132857.91600000003, 'street_length_avg': 164.63186617100376, 'street_segments_count': 807, 'node_density_km': 20.926840042086926, 'intersection_density_km': 16.146427700204452, 'edge_density_km': 8838.294542205318, 'street_density_km': 4441.367981560738, 'circuity_avg': 1.070668175797058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070668175797058\n", - "5005\n", - "12962588.932540348\n", - "{'n': 298, 'm': 727, 'k_avg': 4.879194630872483, 'intersection_count': 201, 'streets_per_node_avg': 2.5939597315436242, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 128, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32550335570469796, 2: 0.0, 3: 0.42953020134228187, 4: 0.24496644295302014}, 'edge_length_total': 124917.5089999999, 'edge_length_avg': 171.8260096286106, 'street_length_total': 63267.562999999995, 'street_length_avg': 168.26479521276593, 'street_segments_count': 376, 'node_density_km': 22.989234754789017, 'intersection_density_km': 15.50616169702212, 'edge_density_km': 9636.771608672709, 'street_density_km': 4880.781403256387, 'circuity_avg': 1.0202725845313867, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0202725845313867\n", - "5006\n", - "4989540.9631793285\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 19, 'm': 40, 'k_avg': 4.2105263157894735, 'intersection_count': 12, 'streets_per_node_avg': 2.263157894736842, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3684210526315789, 2: 0.0, 3: 0.631578947368421}, 'edge_length_total': 4653.073999999999, 'edge_length_avg': 116.32684999999996, 'street_length_total': 2326.5369999999994, 'street_length_avg': 116.32684999999996, 'street_segments_count': 20, 'node_density_km': 3.8079655303387323, 'intersection_density_km': 2.405030861266568, 'edge_density_km': 932.5655474797559, 'street_density_km': 466.28277373987794, 'circuity_avg': 1.0579088575313698, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579088575313698\n", - "5007\n", - "1996673.0008310732\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2206.234, 'edge_length_avg': 367.7056666666667, 'street_length_total': 1103.117, 'street_length_avg': 367.7056666666667, 'street_segments_count': 3, 'node_density_km': 2.0033325428525774, 'intersection_density_km': 2.0033325428525774, 'edge_density_km': 1104.9550923369532, 'street_density_km': 552.4775461684766, 'circuity_avg': 1.036620373894956, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036620373894956\n", - "5008\n", - "6985527.314624489\n", - "error with entry 5008\n", - "5009\n", - "4993923.228590319\n", - "{'n': 210, 'm': 540, 'k_avg': 5.142857142857143, 'intersection_count': 168, 'streets_per_node_avg': 2.7095238095238097, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 145, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6904761904761905, 4: 0.10952380952380952}, 'edge_length_total': 50893.919, 'edge_length_avg': 94.24799814814816, 'street_length_total': 25803.726999999995, 'street_length_avg': 93.4917644927536, 'street_segments_count': 276, 'node_density_km': 42.051106992944035, 'intersection_density_km': 33.640885594355225, 'edge_density_km': 10191.169681710606, 'street_density_km': 5167.025166160564, 'circuity_avg': 1.0682038795164688, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682038795164688\n", - "5010\n", - "5988454.778605812\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 3796.1760000000004, 'edge_length_avg': 1898.0880000000002, 'street_length_total': 1898.088, 'street_length_avg': 1898.088, 'street_segments_count': 1, 'node_density_km': 0.33397597108775784, 'intersection_density_km': 0.16698798554387892, 'edge_density_km': 633.9157830100202, 'street_density_km': 316.95789150501, 'circuity_avg': 1.2271831305314427, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2271831305314427\n", - "5011\n", - "7984203.317958791\n", - "{'n': 9, 'm': 20, 'k_avg': 4.444444444444445, 'intersection_count': 9, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 16475.113999999998, 'edge_length_avg': 823.7556999999999, 'street_length_total': 8237.556999999997, 'street_length_avg': 823.7556999999997, 'street_segments_count': 10, 'node_density_km': 1.1272258034507197, 'intersection_density_km': 1.1272258034507197, 'edge_density_km': 2063.4637350658, 'street_density_km': 1031.7318675328997, 'circuity_avg': 1.1631454279099258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1631454279099258\n", - "5012\n", - "3993770.5948298974\n", - "{'n': 42, 'm': 112, 'k_avg': 5.333333333333333, 'intersection_count': 35, 'streets_per_node_avg': 2.8095238095238093, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 29, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6904761904761905, 4: 0.14285714285714285}, 'edge_length_total': 21909.630000000005, 'edge_length_avg': 195.62169642857148, 'street_length_total': 10954.815000000002, 'street_length_avg': 195.62169642857148, 'street_segments_count': 56, 'node_density_km': 10.516377694395054, 'intersection_density_km': 8.763648078662545, 'edge_density_km': 5485.951052963066, 'street_density_km': 2742.975526481533, 'circuity_avg': 1.0563945416123337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563945416123337\n", - "5013\n", - "997689.0413921939\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1510.674, 'edge_length_avg': 755.337, 'street_length_total': 755.337, 'street_length_avg': 755.337, 'street_segments_count': 1, 'node_density_km': 2.004632623015647, 'intersection_density_km': 2.004632623015647, 'edge_density_km': 1514.1731915707699, 'street_density_km': 757.0865957853849, 'circuity_avg': 1.003767129588093, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.003767129588093\n", - "5014\n", - "1994296.4733583005\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1181.688, 'edge_length_avg': 98.474, 'street_length_total': 590.844, 'street_length_avg': 98.474, 'street_segments_count': 6, 'node_density_km': 3.008579757400004, 'intersection_density_km': 3.008579757400004, 'edge_density_km': 592.533766060416, 'street_density_km': 296.266883030208, 'circuity_avg': 1.0894467781916883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0894467781916883\n", - "5015\n", - "4994057.002912157\n", - "error with entry 5015\n", - "5016\n", - "997109.7883883502\n", - "error with entry 5016\n", - "5017\n", - "3992204.8079849966\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 9227.98, 'edge_length_avg': 576.74875, 'street_length_total': 4613.990000000001, 'street_length_avg': 576.7487500000001, 'street_segments_count': 8, 'node_density_km': 2.003905206466067, 'intersection_density_km': 1.7534170556578086, 'edge_density_km': 2311.499645895592, 'street_density_km': 1155.7498229477962, 'circuity_avg': 1.8023520564210798, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.8023520564210798\n", - "5018\n", - "997158.1899746924\n", - "error with entry 5018\n", - "5019\n", - "997153.0864975993\n", - "error with entry 5019\n", - "5020\n", - "997130.6760252882\n", - "error with entry 5020\n", - "5021\n", - "38912177.07787873\n", - "{'n': 723, 'm': 2090, 'k_avg': 5.781466113416321, 'intersection_count': 612, 'streets_per_node_avg': 2.955739972337483, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 422, 4: 190}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15352697095435686, 2: 0.0, 3: 0.5836791147994468, 4: 0.2627939142461964}, 'edge_length_total': 358696.7779999997, 'edge_length_avg': 171.6252526315788, 'street_length_total': 179348.3890000004, 'street_length_avg': 171.62525263157934, 'street_segments_count': 1045, 'node_density_km': 18.580301959281016, 'intersection_density_km': 15.727724480055299, 'edge_density_km': 9218.11126841104, 'street_density_km': 4609.055634205534, 'circuity_avg': 1.0396385650766113, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396385650766113\n", - "5022\n", - "997099.9326293148\n", - "error with entry 5022\n", - "5023\n", - "1995563.4063668456\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 3110.204, 'edge_length_avg': 194.38775, 'street_length_total': 1555.1019999999996, 'street_length_avg': 194.38774999999995, 'street_segments_count': 8, 'node_density_km': 4.008892914389991, 'intersection_density_km': 3.006669685792493, 'edge_density_km': 1558.5593472384257, 'street_density_km': 779.2796736192126, 'circuity_avg': 1.0300312151810984, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0300312151810984\n", - "5024\n", - "2994324.7163909446\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 20, 'm': 44, 'k_avg': 4.4, 'intersection_count': 17, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 16, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.8, 4: 0.05}, 'edge_length_total': 12546.440000000002, 'edge_length_avg': 285.1463636363637, 'street_length_total': 6273.22, 'street_length_avg': 285.1463636363637, 'street_segments_count': 22, 'node_density_km': 6.679302311643065, 'intersection_density_km': 5.677406964896605, 'edge_density_km': 4190.0732847445515, 'street_density_km': 2095.0366423722753, 'circuity_avg': 1.0644335928593753, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644335928593753\n", - "5025\n", - "1997543.8528621204\n", - "error with entry 5025\n", - "5026\n", - "14963322.48683655\n", - "{'n': 56, 'm': 140, 'k_avg': 5.0, 'intersection_count': 49, 'streets_per_node_avg': 3.0535714285714284, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 32, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.5714285714285714, 4: 0.30357142857142855}, 'edge_length_total': 36381.305, 'edge_length_avg': 259.8664642857143, 'street_length_total': 18369.469000000005, 'street_length_avg': 244.9262533333334, 'street_segments_count': 75, 'node_density_km': 3.7424843345629957, 'intersection_density_km': 3.2746737927426213, 'edge_density_km': 2431.3654291689, 'street_density_km': 1227.6330351203678, 'circuity_avg': 1.1168994879064185, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1168994879064185\n", - "5027\n", - "1995650.9029617445\n", - "error with entry 5027\n", - "5028\n", - "2993433.782114129\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 4600.235999999999, 'edge_length_avg': 766.7059999999998, 'street_length_total': 2300.1179999999995, 'street_length_avg': 766.7059999999998, 'street_segments_count': 3, 'node_density_km': 1.3362580538444309, 'intersection_density_km': 1.002193540383323, 'edge_density_km': 1536.7756011462718, 'street_density_km': 768.3878005731359, 'circuity_avg': 1.1120733585524392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1120733585524392\n", - "5029\n", - "1995622.963644601\n", - "error with entry 5029\n", - "5030\n", - "1995770.0205220433\n", - "error with entry 5030\n", - "5031\n", - "997782.8968845133\n", - "error with entry 5031\n", - "5032\n", - "1995506.3962425261\n", - "error with entry 5032\n", - "5033\n", - "15960808.253537219\n", - "{'n': 22, 'm': 50, 'k_avg': 4.545454545454546, 'intersection_count': 16, 'streets_per_node_avg': 2.4545454545454546, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.7272727272727273}, 'edge_length_total': 8576.03, 'edge_length_avg': 171.5206, 'street_length_total': 4288.015, 'street_length_avg': 171.5206, 'street_segments_count': 25, 'node_density_km': 1.3783763109317713, 'intersection_density_km': 1.00245549885947, 'edge_density_km': 537.3180269927363, 'street_density_km': 268.6590134963682, 'circuity_avg': 1.0745055470647888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745055470647888\n", - "5034\n", - "7978533.417911041\n", - "{'n': 32, 'm': 74, 'k_avg': 4.625, 'intersection_count': 23, 'streets_per_node_avg': 2.53125, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 20, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.625, 4: 0.09375}, 'edge_length_total': 12650.2, 'edge_length_avg': 170.94864864864866, 'street_length_total': 6325.0999999999985, 'street_length_avg': 170.9486486486486, 'street_segments_count': 37, 'node_density_km': 4.01076216941864, 'intersection_density_km': 2.8827353092696475, 'edge_density_km': 1585.529487361865, 'street_density_km': 792.7647436809323, 'circuity_avg': 1.0872880132821763, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0872880132821763\n", - "5035\n", - "14957856.427072179\n", - "{'n': 158, 'm': 366, 'k_avg': 4.632911392405063, 'intersection_count': 110, 'streets_per_node_avg': 2.4746835443037973, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 97, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3037974683544304, 2: 0.0, 3: 0.6139240506329114, 4: 0.08227848101265822}, 'edge_length_total': 67279.79800000004, 'edge_length_avg': 183.82458469945365, 'street_length_total': 33639.899000000005, 'street_length_avg': 183.82458469945357, 'street_segments_count': 183, 'node_density_km': 10.563010867923314, 'intersection_density_km': 7.353994908047876, 'edge_density_km': 4497.957199149909, 'street_density_km': 2248.9785995749535, 'circuity_avg': 1.0410876002111373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410876002111373\n", - "5036\n", - "4985590.592019715\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 3, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1036.682, 'edge_length_avg': 103.6682, 'street_length_total': 518.341, 'street_length_avg': 103.6682, 'street_segments_count': 5, 'node_density_km': 1.2034682530097878, 'intersection_density_km': 0.6017341265048939, 'edge_density_km': 207.93564591111547, 'street_density_km': 103.96782295555774, 'circuity_avg': 1.0154221055948909, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0154221055948909\n", - "5037\n", - "997895.5413679226\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1482.376, 'edge_length_avg': 741.188, 'street_length_total': 741.188, 'street_length_avg': 741.188, 'street_segments_count': 1, 'node_density_km': 2.0042177934359593, 'intersection_density_km': 1.0021088967179796, 'edge_density_km': 1485.502177881212, 'street_density_km': 742.751088940606, 'circuity_avg': 1.9316983088291748, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.9316983088291748\n", - "5038\n", - "997325.213421323\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2733.2799999999997, 'edge_length_avg': 227.7733333333333, 'street_length_total': 1366.64, 'street_length_avg': 227.77333333333334, 'street_segments_count': 6, 'node_density_km': 6.016091761499749, 'intersection_density_km': 6.016091761499749, 'edge_density_km': 2740.6105483120054, 'street_density_km': 1370.305274156003, 'circuity_avg': 1.0948405018247502, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948405018247502\n", - "5039\n", - "997798.1092304544\n", - "error with entry 5039\n", - "5040\n", - "7978525.5767204845\n", - "{'n': 7, 'm': 16, 'k_avg': 4.571428571428571, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.5714285714285714, 4: 0.2857142857142857}, 'edge_length_total': 10538.558, 'edge_length_avg': 658.659875, 'street_length_total': 5269.2789999999995, 'street_length_avg': 658.6598749999999, 'street_segments_count': 8, 'node_density_km': 0.8773550868125812, 'intersection_density_km': 0.7520186458393553, 'edge_density_km': 1320.8653527099175, 'street_density_km': 660.4326763549586, 'circuity_avg': 1.0827934085827433, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0827934085827433\n", - "5041\n", - "3991196.594041221\n", - "error with entry 5041\n", - "5042\n", - "28922511.200651374\n", - "{'n': 127, 'm': 265, 'k_avg': 4.173228346456693, 'intersection_count': 93, 'streets_per_node_avg': 2.4960629921259843, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 89, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2677165354330709, 2: 0.0, 3: 0.7007874015748031, 4: 0.031496062992125984}, 'edge_length_total': 78409.28800000002, 'edge_length_avg': 295.88410566037743, 'street_length_total': 39570.78099999999, 'street_length_avg': 278.66747183098585, 'street_segments_count': 142, 'node_density_km': 4.391043333648697, 'intersection_density_km': 3.2154884254277865, 'edge_density_km': 2711.012451720794, 'street_density_km': 1368.1654654907281, 'circuity_avg': 1.0508752597368651, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508752597368651\n", - "5043\n", - "5984840.425249726\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 28, 'm': 64, 'k_avg': 4.571428571428571, 'intersection_count': 21, 'streets_per_node_avg': 2.5357142857142856, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 20, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7142857142857143, 4: 0.03571428571428571}, 'edge_length_total': 21367.66800000001, 'edge_length_avg': 333.86981250000014, 'street_length_total': 10683.834, 'street_length_avg': 333.8698125, 'street_segments_count': 32, 'node_density_km': 4.678487313023331, 'intersection_density_km': 3.5088654847674987, 'edge_density_km': 3570.2987016748093, 'street_density_km': 1785.1493508374042, 'circuity_avg': 1.1076610246721112, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1076610246721112\n", - "5044\n", - "11976903.22432559\n", - "{'n': 10, 'm': 16, 'k_avg': 3.2, 'intersection_count': 9, 'streets_per_node_avg': 2.9, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.8, 4: 0.1}, 'edge_length_total': 13118.017, 'edge_length_avg': 819.8760625, 'street_length_total': 6723.302, 'street_length_avg': 672.3302, 'street_segments_count': 10, 'node_density_km': 0.834940369200745, 'intersection_density_km': 0.7514463322806705, 'edge_density_km': 1095.276195716165, 'street_density_km': 561.3556254128107, 'circuity_avg': 1.1659698069262114, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1659698069262114\n", - "5045\n", - "1996173.536277675\n", - "error with entry 5045\n", - "5046\n", - "12974323.276227102\n", - "{'n': 12, 'm': 26, 'k_avg': 4.333333333333333, 'intersection_count': 12, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 24898.210000000006, 'edge_length_avg': 957.6234615384618, 'street_length_total': 12449.105000000001, 'street_length_avg': 957.6234615384617, 'street_segments_count': 13, 'node_density_km': 0.9249037305851352, 'intersection_density_km': 0.9249037305851352, 'edge_density_km': 1919.037276157677, 'street_density_km': 959.5186380788384, 'circuity_avg': 1.1462009350747333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1462009350747333\n", - "5047\n", - "12964324.180539576\n", - "{'n': 15, 'm': 28, 'k_avg': 3.7333333333333334, 'intersection_count': 8, 'streets_per_node_avg': 2.066666666666667, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4666666666666667, 2: 0.0, 3: 0.5333333333333333}, 'edge_length_total': 12320.346000000003, 'edge_length_avg': 440.01235714285724, 'street_length_total': 6160.173000000001, 'street_length_avg': 440.0123571428572, 'street_segments_count': 14, 'node_density_km': 1.1570213603973376, 'intersection_density_km': 0.6170780588785801, 'edge_density_km': 950.3268992990601, 'street_density_km': 475.16344964953, 'circuity_avg': 1.169700694764965, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.169700694764965\n", - "5048\n", - "5982384.630720498\n", - "{'n': 18, 'm': 36, 'k_avg': 4.0, 'intersection_count': 11, 'streets_per_node_avg': 2.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3888888888888889, 2: 0.0, 3: 0.6111111111111112}, 'edge_length_total': 7149.772000000002, 'edge_length_avg': 198.60477777777783, 'street_length_total': 3574.886, 'street_length_avg': 198.60477777777777, 'street_segments_count': 18, 'node_density_km': 3.008833619217182, 'intersection_density_km': 1.8387316561882778, 'edge_density_km': 1195.137464629871, 'street_density_km': 597.5687323149352, 'circuity_avg': 1.060641372708215, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060641372708215\n", - "5049\n", - "15957952.357140193\n", - "{'n': 242, 'm': 565, 'k_avg': 4.669421487603306, 'intersection_count': 179, 'streets_per_node_avg': 2.541322314049587, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 164, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2603305785123967, 2: 0.0, 3: 0.6776859504132231, 4: 0.06198347107438017}, 'edge_length_total': 102040.68800000004, 'edge_length_avg': 180.60298761061955, 'street_length_total': 51246.79399999998, 'street_length_avg': 176.71308275862063, 'street_segments_count': 290, 'node_density_km': 15.164852894909165, 'intersection_density_km': 11.216977967722068, 'edge_density_km': 6394.347201716213, 'street_density_km': 3211.364017957493, 'circuity_avg': 1.0492527398783205, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492527398783205\n", - "5050\n", - "4985113.33341699\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 184.696, 'edge_length_avg': 46.174, 'street_length_total': 92.348, 'street_length_avg': 46.174, 'street_segments_count': 2, 'node_density_km': 0.4011944897206825, 'intersection_density_km': 0.4011944897206825, 'edge_density_km': 37.04950873672559, 'street_density_km': 18.524754368362796, 'circuity_avg': 0.9999937974141777, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 0.9999937974141777\n", - "5051\n", - "1994101.9801951942\n", - "{'n': 29, 'm': 66, 'k_avg': 4.551724137931035, 'intersection_count': 23, 'streets_per_node_avg': 2.586206896551724, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0, 3: 0.7931034482758621}, 'edge_length_total': 11063.526, 'edge_length_avg': 167.62918181818182, 'street_length_total': 5531.762999999999, 'street_length_avg': 167.6291818181818, 'street_segments_count': 33, 'node_density_km': 14.542887118120866, 'intersection_density_km': 11.534013921268272, 'edge_density_km': 5548.12447401363, 'street_density_km': 2774.0622370068145, 'circuity_avg': 1.167211985612758, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.167211985612758\n", - "5052\n", - "1995738.8129785007\n", - "error with entry 5052\n", - "5053\n", - "997925.1050899656\n", - "error with entry 5053\n", - "5054\n", - "3989135.482007658\n", - "{'n': 63, 'm': 158, 'k_avg': 5.015873015873016, 'intersection_count': 51, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 41, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.6507936507936508, 4: 0.15873015873015872}, 'edge_length_total': 27459.723999999995, 'edge_length_avg': 173.7957215189873, 'street_length_total': 13812.373000000003, 'street_length_avg': 170.52312345679016, 'street_segments_count': 81, 'node_density_km': 15.792895549462076, 'intersection_density_km': 12.784724968612156, 'edge_density_km': 6883.627824588204, 'street_density_km': 3462.497842527146, 'circuity_avg': 1.0513742611975185, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513742611975185\n", - "5055\n", - "5982410.145054567\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 8179.064, 'edge_length_avg': 1363.1773333333333, 'street_length_total': 4089.532000000001, 'street_length_avg': 1363.1773333333338, 'street_segments_count': 3, 'node_density_km': 0.6686268415258438, 'intersection_density_km': 0.6686268415258438, 'edge_density_km': 1367.1854322394336, 'street_density_km': 683.592716119717, 'circuity_avg': 1.12081703917514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.12081703917514\n", - "5056\n", - "4984935.223735757\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 516.4079999999999, 'edge_length_avg': 129.10199999999998, 'street_length_total': 258.204, 'street_length_avg': 129.102, 'street_segments_count': 2, 'node_density_km': 0.6018132363516997, 'intersection_density_km': 0.4012088242344664, 'edge_density_km': 103.59372325263615, 'street_density_km': 51.79686162631809, 'circuity_avg': 1.0971712467386445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0971712467386445\n", - "5057\n", - "8976177.749821\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 22, 'm': 50, 'k_avg': 4.545454545454546, 'intersection_count': 18, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 16, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7272727272727273, 4: 0.09090909090909091}, 'edge_length_total': 18706.45200000001, 'edge_length_avg': 374.12904000000015, 'street_length_total': 9353.226, 'street_length_avg': 374.12904000000003, 'street_segments_count': 25, 'node_density_km': 2.450931856874015, 'intersection_density_km': 2.005307882896921, 'edge_density_km': 2084.010869812939, 'street_density_km': 1042.005434906469, 'circuity_avg': 1.039809808483754, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039809808483754\n", - "5058\n", - "5986271.476678822\n", - "{'n': 17, 'm': 34, 'k_avg': 4.0, 'intersection_count': 10, 'streets_per_node_avg': 2.235294117647059, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4117647058823529, 2: 0.0, 3: 0.5294117647058824, 4: 0.058823529411764705}, 'edge_length_total': 7858.809999999998, 'edge_length_avg': 231.14147058823522, 'street_length_total': 3929.405, 'street_length_avg': 231.1414705882353, 'street_segments_count': 17, 'node_density_km': 2.839831114614198, 'intersection_density_km': 1.6704888909495281, 'edge_density_km': 1312.8054801083058, 'street_density_km': 656.4027400541531, 'circuity_avg': 1.156660151154034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.156660151154034\n", - "5059\n", - "1994128.0459154737\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 0, 'streets_per_node_avg': 1.0, 'streets_per_node_counts': {0: 0, 1: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 1.0}, 'edge_length_total': 40.298, 'edge_length_avg': 20.149, 'street_length_total': 20.149, 'street_length_avg': 20.149, 'street_segments_count': 1, 'node_density_km': 1.0029446223859866, 'intersection_density_km': 0.0, 'edge_density_km': 20.208331196455244, 'street_density_km': 10.104165598227622, 'circuity_avg': 1.0092594576793492, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0092594576793492\n", - "5060\n", - "32902745.85669117\n", - "error with entry 5060\n", - "5061\n", - "12962613.20473197\n", - "{'n': 39, 'm': 86, 'k_avg': 4.410256410256411, 'intersection_count': 26, 'streets_per_node_avg': 2.358974358974359, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 25, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6410256410256411, 4: 0.02564102564102564}, 'edge_length_total': 19384.642, 'edge_length_avg': 225.40281395348836, 'street_length_total': 9692.320999999998, 'street_length_avg': 225.40281395348833, 'street_segments_count': 43, 'node_density_km': 3.0086526060781593, 'intersection_density_km': 2.005768404052106, 'edge_density_km': 1495.4270172100548, 'street_density_km': 747.7135086050273, 'circuity_avg': 1.0695594827727086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695594827727086\n", - "5062\n", - "5988184.495639184\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1185.264, 'edge_length_avg': 592.632, 'street_length_total': 592.632, 'street_length_avg': 592.632, 'street_segments_count': 1, 'node_density_km': 0.3339910454423162, 'intersection_density_km': 0.1669955227211581, 'edge_density_km': 197.93378124257075, 'street_density_km': 98.96689062128537, 'circuity_avg': 1.1251332521636874, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1251332521636874\n", - "5063\n", - "1994125.8263499627\n", - "error with entry 5063\n", - "5064\n", - "1996709.515465906\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1096.696, 'edge_length_avg': 548.348, 'street_length_total': 548.348, 'street_length_avg': 548.348, 'street_segments_count': 1, 'node_density_km': 1.0016479535498815, 'intersection_density_km': 1.0016479535498815, 'edge_density_km': 549.2516520331703, 'street_density_km': 274.62582601658517, 'circuity_avg': 1.1442247097176814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1442247097176814\n", - "5065\n", - "5982735.921091599\n", - "error with entry 5065\n", - "5066\n", - "5988531.540159922\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 389.32199999999995, 'edge_length_avg': 97.33049999999999, 'street_length_total': 194.661, 'street_length_avg': 97.3305, 'street_segments_count': 2, 'node_density_km': 0.5009575352290598, 'intersection_density_km': 0.33397169015270656, 'edge_density_km': 65.011263176816, 'street_density_km': 32.505631588408, 'circuity_avg': 1.0172504935922042, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0172504935922042\n", - "5067\n", - "997577.4027541277\n", - "error with entry 5067\n", - "5068\n", - "997230.0734375131\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 442.27, 'edge_length_avg': 221.135, 'street_length_total': 221.13500000000002, 'street_length_avg': 221.13500000000002, 'street_segments_count': 1, 'node_density_km': 2.0055552407338433, 'intersection_density_km': 2.0055552407338433, 'edge_density_km': 443.4984581596784, 'street_density_km': 221.74922907983924, 'circuity_avg': 1.0519147387953924, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519147387953924\n", - "5069\n", - "2994686.4144607605\n", - "error with entry 5069\n", - "5070\n", - "11965291.534161843\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 4028.360000000001, 'edge_length_avg': 1007.0900000000003, 'street_length_total': 2014.1800000000003, 'street_length_avg': 1007.0900000000001, 'street_segments_count': 2, 'node_density_km': 0.2507251905592743, 'intersection_density_km': 0.1671501270395162, 'edge_density_km': 336.6704428804528, 'street_density_km': 168.3352214402264, 'circuity_avg': 1.1177218943087577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1177218943087577\n", - "5071\n", - "997255.16306473\n", - "error with entry 5071\n", - "5072\n", - "998339.6485472829\n", - "error with entry 5072\n", - "5073\n", - "4991720.063688533\n", - "error with entry 5073\n", - "5074\n", - "997102.2750536574\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 1648.824, 'edge_length_avg': 274.80400000000003, 'street_length_total': 824.412, 'street_length_avg': 274.80400000000003, 'street_segments_count': 3, 'node_density_km': 4.011624584634256, 'intersection_density_km': 3.008718438475692, 'edge_density_km': 1653.6157235337482, 'street_density_km': 826.8078617668741, 'circuity_avg': 1.0807385402603271, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0807385402603271\n", - "5075\n", - "10964030.451980658\n", - "error with entry 5075\n", - "5076\n", - "1994130.9994941046\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 5, 'streets_per_node_avg': 2.111111111111111, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.5555555555555556}, 'edge_length_total': 5378.724, 'edge_length_avg': 336.17025, 'street_length_total': 2689.3620000000005, 'street_length_avg': 336.17025000000007, 'street_segments_count': 8, 'node_density_km': 4.513244116000017, 'intersection_density_km': 2.507357842222232, 'edge_density_km': 2697.277160509786, 'street_density_km': 1348.6385802548932, 'circuity_avg': 1.0843059269422264, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843059269422264\n", - "5077\n", - "997499.094252764\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5077\n", - "5078\n", - "1994938.0537072418\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3320.678000000001, 'edge_length_avg': 1660.3390000000004, 'street_length_total': 1660.339, 'street_length_avg': 1660.339, 'street_segments_count': 1, 'node_density_km': 1.0025373952255567, 'intersection_density_km': 1.0025373952255567, 'edge_density_km': 1664.551936251406, 'street_density_km': 832.2759681257028, 'circuity_avg': 2.1360604485216164, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.1360604485216164\n", - "5079\n", - "997694.6555078117\n", - "error with entry 5079\n", - "5080\n", - "997482.49015023\n", - "error with entry 5080\n", - "5081\n", - "1995077.225202573\n", - "{'n': 12, 'm': 30, 'k_avg': 5.0, 'intersection_count': 10, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.75, 4: 0.08333333333333333}, 'edge_length_total': 2463.63, 'edge_length_avg': 82.12100000000001, 'street_length_total': 1231.8149999999998, 'street_length_avg': 82.121, 'street_segments_count': 15, 'node_density_km': 6.01480476465344, 'intersection_density_km': 5.0123373038778665, 'edge_density_km': 1234.854455195263, 'street_density_km': 617.4272275976314, 'circuity_avg': 1.0452458732119416, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452458732119416\n", - "5082\n", - "1994020.5488966615\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 8, 'streets_per_node_avg': 2.4545454545454546, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.7272727272727273}, 'edge_length_total': 6246.731999999998, 'edge_length_avg': 260.2804999999999, 'street_length_total': 3123.3660000000004, 'street_length_avg': 260.2805, 'street_segments_count': 12, 'node_density_km': 5.5164927994782, 'intersection_density_km': 4.011994763256872, 'edge_density_km': 3132.73200893364, 'street_density_km': 1566.3660044668206, 'circuity_avg': 1.1426577488994292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1426577488994292\n", - "5083\n", - "997051.2556401899\n", - "error with entry 5083\n", - "5084\n", - "997050.8637621952\n", - "error with entry 5084\n", - "5085\n", - "1994701.417503865\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1593.408, 'edge_length_avg': 796.704, 'street_length_total': 796.7039999999997, 'street_length_avg': 796.7039999999997, 'street_segments_count': 1, 'node_density_km': 1.0026563286362757, 'intersection_density_km': 1.0026563286362757, 'edge_density_km': 798.8203076498353, 'street_density_km': 399.41015382491753, 'circuity_avg': 1.2138195638903178, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2138195638903178\n", - "5086\n", - "997050.547933952\n", - "error with entry 5086\n", - "5087\n", - "7987222.411494102\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 8036.750000000002, 'edge_length_avg': 1004.5937500000002, 'street_length_total': 4018.3750000000005, 'street_length_avg': 1004.5937500000001, 'street_segments_count': 4, 'node_density_km': 0.6259998460547053, 'intersection_density_km': 0.3755999076328232, 'edge_density_km': 1006.2008525560308, 'street_density_km': 503.10042627801533, 'circuity_avg': 1.166110509535525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.166110509535525\n", - "5088\n", - "5982621.163970053\n", - "{'n': 15, 'm': 28, 'k_avg': 3.7333333333333334, 'intersection_count': 11, 'streets_per_node_avg': 2.466666666666667, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.7333333333333333}, 'edge_length_total': 12815.494, 'edge_length_avg': 457.6962142857143, 'street_length_total': 6407.747000000001, 'street_length_avg': 457.69621428571435, 'street_segments_count': 14, 'node_density_km': 2.5072622164907457, 'intersection_density_km': 1.83865895875988, 'edge_density_km': 2142.1202594575902, 'street_density_km': 1071.0601297287951, 'circuity_avg': 1.123868343244556, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.123868343244556\n", - "5089\n", - "4984788.378513477\n", - "{'n': 6, 'm': 14, 'k_avg': 4.666666666666667, 'intersection_count': 5, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.8333333333333334}, 'edge_length_total': 1500.9360000000001, 'edge_length_avg': 107.2097142857143, 'street_length_total': 750.468, 'street_length_avg': 107.20971428571428, 'street_segments_count': 7, 'node_density_km': 1.2036619299351825, 'intersection_density_km': 1.0030516082793186, 'edge_density_km': 301.1032537448655, 'street_density_km': 150.55162687243273, 'circuity_avg': 1.0712936760165506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712936760165506\n", - "5090\n", - "9969347.788561879\n", - "{'n': 58, 'm': 117, 'k_avg': 4.0344827586206895, 'intersection_count': 40, 'streets_per_node_avg': 2.396551724137931, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 39, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3103448275862069, 2: 0.0, 3: 0.6724137931034483, 4: 0.017241379310344827}, 'edge_length_total': 36879.62300000002, 'edge_length_avg': 315.21045299145317, 'street_length_total': 18841.799, 'street_length_avg': 294.403109375, 'street_segments_count': 64, 'node_density_km': 5.81783294455281, 'intersection_density_km': 4.012298582450214, 'edge_density_km': 3699.3014771049598, 'street_density_km': 1889.9730854627965, 'circuity_avg': 1.228161460456054, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.228161460456054\n", - "5091\n", - "5982332.032625793\n", - "{'n': 96, 'm': 244, 'k_avg': 5.083333333333333, 'intersection_count': 76, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 68, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.7083333333333334, 4: 0.08333333333333333}, 'edge_length_total': 58677.089999999975, 'edge_length_avg': 240.47987704918023, 'street_length_total': 29338.545000000016, 'street_length_avg': 240.47987704918046, 'street_segments_count': 122, 'node_density_km': 16.047253725879077, 'intersection_density_km': 12.704075866320936, 'edge_density_km': 9808.397407565017, 'street_density_km': 4904.198703782513, 'circuity_avg': 1.104545241491975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.104545241491975\n", - "5092\n", - "13959949.732727801\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 10011.31, 'edge_length_avg': 1251.41375, 'street_length_total': 5005.655000000001, 'street_length_avg': 1251.4137500000002, 'street_segments_count': 4, 'node_density_km': 0.3581674788038789, 'intersection_density_km': 0.21490048728232736, 'edge_density_km': 717.1451324448121, 'street_density_km': 358.5725662224061, 'circuity_avg': 1.2938957408239078, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2938957408239078\n", - "5093\n", - "6979479.1410394125\n", - "{'n': 179, 'm': 426, 'k_avg': 4.759776536312849, 'intersection_count': 123, 'streets_per_node_avg': 2.441340782122905, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 111, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3128491620111732, 2: 0.0, 3: 0.6201117318435754, 4: 0.0670391061452514}, 'edge_length_total': 61157.148000000016, 'edge_length_avg': 143.5613802816902, 'street_length_total': 30578.573999999997, 'street_length_avg': 143.56138028169013, 'street_segments_count': 213, 'node_density_km': 25.646612932400366, 'intersection_density_km': 17.623091568073995, 'edge_density_km': 8762.422920701249, 'street_density_km': 4381.211460350623, 'circuity_avg': 1.074861984978121, 'self_loop_proportion': 0.009389671361502348, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.074861984978121\n", - "5094\n", - "7982834.203707608\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5094\n", - "5095\n", - "997295.0386758557\n", - "error with entry 5095\n", - "5096\n", - "1993978.4165419736\n", - "{'n': 13, 'm': 28, 'k_avg': 4.3076923076923075, 'intersection_count': 10, 'streets_per_node_avg': 2.5384615384615383, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7692307692307693}, 'edge_length_total': 8979.039999999999, 'edge_length_avg': 320.67999999999995, 'street_length_total': 4489.52, 'street_length_avg': 320.68, 'street_segments_count': 14, 'node_density_km': 6.519629245809516, 'intersection_density_km': 5.015099419853474, 'edge_density_km': 4503.077829484113, 'street_density_km': 2251.538914742057, 'circuity_avg': 1.135414655796284, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.135414655796284\n", - "5097\n", - "997217.793336256\n", - "error with entry 5097\n", - "5098\n", - "3992992.543110052\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 5, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.8333333333333334}, 'edge_length_total': 7606.9, 'edge_length_avg': 760.6899999999999, 'street_length_total': 3803.45, 'street_length_avg': 760.6899999999999, 'street_segments_count': 5, 'node_density_km': 1.502632407955046, 'intersection_density_km': 1.2521936732958716, 'edge_density_km': 1905.062410678873, 'street_density_km': 952.5312053394365, 'circuity_avg': 1.163041071712173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.163041071712173\n", - "5099\n", - "6978819.260307428\n", - "{'n': 15, 'm': 30, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 19271.487999999998, 'edge_length_avg': 642.3829333333332, 'street_length_total': 9635.743999999999, 'street_length_avg': 642.3829333333332, 'street_segments_count': 15, 'node_density_km': 2.149360721420836, 'intersection_density_km': 1.7194885771366688, 'edge_density_km': 2761.425290035532, 'street_density_km': 1380.712645017766, 'circuity_avg': 1.116175117065457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.116175117065457\n", - "5100\n", - "2993676.4459271333\n", - "error with entry 5100\n", - "5101\n", - "5985389.707308193\n", - "error with entry 5101\n", - "5102\n", - "4985799.00338093\n", - "error with entry 5102\n", - "5103\n", - "4985642.901554983\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 3333.858, 'edge_length_avg': 833.4645, 'street_length_total': 1666.9289999999999, 'street_length_avg': 833.4644999999999, 'street_segments_count': 2, 'node_density_km': 0.6017278130899274, 'intersection_density_km': 0.4011518753932849, 'edge_density_km': 668.6916944974531, 'street_density_km': 334.3458472487265, 'circuity_avg': 1.2025207897946482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2025207897946482\n", - "5104\n", - "997195.0861054608\n", - "error with entry 5104\n", - "5105\n", - "997456.013598786\n", - "error with entry 5105\n", - "5106\n", - "1997038.4986385729\n", - "error with entry 5106\n", - "5107\n", - "1995463.1376484297\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2614.3700000000003, 'edge_length_avg': 261.437, 'street_length_total': 1307.185, 'street_length_avg': 261.437, 'street_segments_count': 5, 'node_density_km': 2.5056839716379287, 'intersection_density_km': 2.5056839716379287, 'edge_density_km': 1310.1570009862105, 'street_density_km': 655.0785004931051, 'circuity_avg': 1.1183545593593403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1183545593593403\n", - "5108\n", - "1993933.3173480656\n", - "error with entry 5108\n", - "5109\n", - "997200.0333122073\n", - "error with entry 5109\n", - "5110\n", - "1995208.8106987793\n", - "error with entry 5110\n", - "5111\n", - "1997066.4076277646\n", - "error with entry 5111\n", - "5112\n", - "1993866.1246953974\n", - "error with entry 5112\n", - "5113\n", - "2990902.350089694\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.5, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 1, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.5, 4: 0.5}, 'edge_length_total': 2772.058, 'edge_length_avg': 1386.029, 'street_length_total': 1386.029, 'street_length_avg': 1386.029, 'street_segments_count': 1, 'node_density_km': 0.6686945162017818, 'intersection_density_km': 0.6686945162017818, 'edge_density_km': 926.8299915966394, 'street_density_km': 463.4149957983197, 'circuity_avg': 1.1266676293384796, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1266676293384796\n", - "5114\n", - "1994434.0758921397\n", - "error with entry 5114\n", - "5115\n", - "996931.0159135086\n", - "error with entry 5115\n", - "5116\n", - "2990832.0817816653\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 7054.822, 'edge_length_avg': 440.926375, 'street_length_total': 3527.4109999999996, 'street_length_avg': 440.92637499999995, 'street_segments_count': 8, 'node_density_km': 2.67484090756253, 'intersection_density_km': 2.67484090756253, 'edge_density_km': 2358.815810146513, 'street_density_km': 1179.4079050732562, 'circuity_avg': 1.0516648933446304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516648933446304\n", - "5117\n", - "19939778.546084862\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 1, 'streets_per_node_avg': 1.6666666666666667, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.6666666666666666, 2: 0.0, 3: 0.3333333333333333}, 'edge_length_total': 3115.2999999999997, 'edge_length_avg': 778.8249999999999, 'street_length_total': 1557.6499999999996, 'street_length_avg': 778.8249999999998, 'street_segments_count': 2, 'node_density_km': 0.15045302499555815, 'intersection_density_km': 0.050151008331852716, 'edge_density_km': 156.23543625622077, 'street_density_km': 78.11771812811037, 'circuity_avg': 1.1297431075950288, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1297431075950288\n", - "5118\n", - "3993801.254382383\n", - "error with entry 5118\n", - "5119\n", - "1993842.4803014896\n", - "error with entry 5119\n", - "5120\n", - "996929.8674332665\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 3286.436, 'edge_length_avg': 164.3218, 'street_length_total': 1643.218, 'street_length_avg': 164.3218, 'street_segments_count': 10, 'node_density_km': 10.0307958730802, 'intersection_density_km': 8.02463669846416, 'edge_density_km': 3296.55686659422, 'street_density_km': 1648.27843329711, 'circuity_avg': 1.1546486379183838, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1546486379183838\n", - "5121\n", - "998434.7095618737\n", - "error with entry 5121\n", - "5122\n", - "1994856.075167127\n", - "error with entry 5122\n", - "5123\n", - "997652.8784479344\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1741.41, 'edge_length_avg': 870.705, 'street_length_total': 870.705, 'street_length_avg': 870.705, 'street_segments_count': 1, 'node_density_km': 2.0047052869846214, 'intersection_density_km': 2.0047052869846214, 'edge_density_km': 1745.506916903945, 'street_density_km': 872.7534584519725, 'circuity_avg': 1.245490466488186, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.245490466488186\n", - "5124\n", - "2995163.990203921\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5124\n", - "5125\n", - "1993818.382455628\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 991.3399999999999, 'edge_length_avg': 247.83499999999998, 'street_length_total': 495.66999999999996, 'street_length_avg': 247.83499999999998, 'street_segments_count': 2, 'node_density_km': 1.504650587234098, 'intersection_density_km': 1.0031003914893988, 'edge_density_km': 497.2067710495502, 'street_density_km': 248.6033855247751, 'circuity_avg': 1.0500704664604095, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500704664604095\n", - "5126\n", - "996935.2925450823\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 7, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.7}, 'edge_length_total': 3076.202, 'edge_length_avg': 170.90011111111113, 'street_length_total': 1538.101, 'street_length_avg': 170.90011111111113, 'street_segments_count': 9, 'node_density_km': 10.030741287602465, 'intersection_density_km': 7.021518901321726, 'edge_density_km': 3085.6586410405284, 'street_density_km': 1542.8293205202642, 'circuity_avg': 1.014753483299137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014753483299137\n", - "5127\n", - "2991521.2071443647\n", - "error with entry 5127\n", - "5128\n", - "1996055.4704550628\n", - "error with entry 5128\n", - "5129\n", - "2991491.2874084287\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1740.6859999999997, 'edge_length_avg': 870.3429999999998, 'street_length_total': 870.343, 'street_length_avg': 870.343, 'street_segments_count': 1, 'node_density_km': 0.6685628697694214, 'intersection_density_km': 0.6685628697694214, 'edge_density_km': 581.8790137637275, 'street_density_km': 290.93950688186374, 'circuity_avg': 1.0853182961877854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0853182961877854\n", - "5130\n", - "1995639.8334490564\n", - "error with entry 5130\n", - "5131\n", - "1993826.6516684173\n", - "error with entry 5131\n", - "5132\n", - "3992091.541851646\n", - "error with entry 5132\n", - "5133\n", - "3987626.672040043\n", - "{'n': 20, 'm': 44, 'k_avg': 4.4, 'intersection_count': 15, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 11043.828000000007, 'edge_length_avg': 250.99609090909107, 'street_length_total': 5521.914000000001, 'street_length_avg': 250.99609090909095, 'street_segments_count': 22, 'node_density_km': 5.015514651919041, 'intersection_density_km': 3.7616359889392808, 'edge_density_km': 2769.5240573636897, 'street_density_km': 1384.7620286818442, 'circuity_avg': 1.0773637969179668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0773637969179668\n", - "5134\n", - "3992135.275822073\n", - "{'n': 11, 'm': 26, 'k_avg': 4.7272727272727275, 'intersection_count': 10, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.9090909090909091}, 'edge_length_total': 11331.341999999999, 'edge_length_avg': 435.8208461538461, 'street_length_total': 5665.671, 'street_length_avg': 435.82084615384616, 'street_segments_count': 13, 'node_density_km': 2.755417649952968, 'intersection_density_km': 2.5049251363208795, 'edge_density_km': 2838.416340404851, 'street_density_km': 1419.2081702024257, 'circuity_avg': 1.4942299604240579, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4942299604240579\n", - "5135\n", - "10966606.810382634\n", - "{'n': 60, 'm': 134, 'k_avg': 4.466666666666667, 'intersection_count': 53, 'streets_per_node_avg': 2.8833333333333333, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 46, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11666666666666667, 2: 0.0, 3: 0.7666666666666667, 4: 0.11666666666666667}, 'edge_length_total': 36405.79399999999, 'edge_length_avg': 271.68502985074616, 'street_length_total': 18999.908999999996, 'street_length_avg': 246.75206493506488, 'street_segments_count': 77, 'node_density_km': 5.471154481730393, 'intersection_density_km': 4.832853125528514, 'edge_density_km': 3319.6953834008896, 'street_density_km': 1732.5239546303267, 'circuity_avg': 1.072716466069097, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072716466069097\n", - "5136\n", - "5981709.568620509\n", - "error with entry 5136\n", - "5137\n", - "4985151.656103957\n", - "error with entry 5137\n", - "5138\n", - "5981412.9293335825\n", - "{'n': 17, 'm': 34, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.4705882352941178, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6470588235294118, 4: 0.058823529411764705}, 'edge_length_total': 18348.838, 'edge_length_avg': 539.671705882353, 'street_length_total': 9174.419000000002, 'street_length_avg': 539.6717058823531, 'street_segments_count': 17, 'node_density_km': 2.842137836133987, 'intersection_density_km': 2.0062149431534024, 'edge_density_km': 3067.642748758416, 'street_density_km': 1533.8213743792082, 'circuity_avg': 1.175864488659118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.175864488659118\n", - "5139\n", - "5982434.032867319\n", - "error with entry 5139\n", - "5140\n", - "996934.4291235548\n", - "error with entry 5140\n", - "5141\n", - "2990877.9072569534\n", - "error with entry 5141\n", - "5142\n", - "15950340.365523702\n", - "{'n': 16, 'm': 32, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 28496.03599999999, 'edge_length_avg': 890.5011249999997, 'street_length_total': 14248.017999999996, 'street_length_avg': 890.5011249999998, 'street_segments_count': 16, 'node_density_km': 1.003113390268689, 'intersection_density_km': 0.7523350427015167, 'edge_density_km': 1786.5472050736626, 'street_density_km': 893.2736025368314, 'circuity_avg': 1.2547905470740717, 'self_loop_proportion': 0.0625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2547905470740717\n", - "5143\n", - "6977896.7890761215\n", - "{'n': 207, 'm': 540, 'k_avg': 5.217391304347826, 'intersection_count': 174, 'streets_per_node_avg': 2.8743961352657004, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 134, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15942028985507245, 2: 0.0, 3: 0.6473429951690821, 4: 0.1932367149758454}, 'edge_length_total': 80910.49499999994, 'edge_length_avg': 149.83424999999988, 'street_length_total': 42206.984999999986, 'street_length_avg': 145.54132758620685, 'street_segments_count': 290, 'node_density_km': 29.665099134750452, 'intersection_density_km': 24.935880432109077, 'edge_density_km': 11595.255339211251, 'street_density_km': 6048.668571033453, 'circuity_avg': 1.1039773535705781, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1039773535705781\n", - "5144\n", - "151533508.33694944\n", - "{'n': 2319, 'm': 6404, 'k_avg': 5.523070288917637, 'intersection_count': 2001, 'streets_per_node_avg': 2.918068132815869, 'streets_per_node_counts': {0: 0, 1: 318, 2: 2, 3: 1554, 4: 442, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1371280724450194, 2: 0.0008624407072013799, 3: 0.6701164294954722, 4: 0.19059939629150496, 5: 0.00129366106080207}, 'edge_length_total': 1055153.4470000023, 'edge_length_avg': 164.7647481261715, 'street_length_total': 536889.3139999999, 'street_length_avg': 163.03957303370782, 'street_segments_count': 3293, 'node_density_km': 15.303545898531425, 'intersection_density_km': 13.205000147891928, 'edge_density_km': 6963.169127278215, 'street_density_km': 3543.040215278158, 'circuity_avg': 1.0612324070453623, 'self_loop_proportion': 0.0003123048094940662, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612324070453623\n", - "5145\n", - "6983620.632952149\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 13, 'm': 23, 'k_avg': 3.5384615384615383, 'intersection_count': 9, 'streets_per_node_avg': 2.4615384615384617, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6153846153846154, 4: 0.07692307692307693}, 'edge_length_total': 8819.144, 'edge_length_avg': 383.4410434782609, 'street_length_total': 4450.87, 'street_length_avg': 317.9192857142857, 'street_segments_count': 14, 'node_density_km': 1.861498595536479, 'intersection_density_km': 1.2887297969098699, 'edge_density_km': 1262.8326284487664, 'street_density_km': 637.3298656858036, 'circuity_avg': 1.2548928608456433, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2548928608456433\n", - "5146\n", - "998301.681340635\n", - "error with entry 5146\n", - "5147\n", - "4984973.353385507\n", - "error with entry 5147\n", - "5148\n", - "998161.2680436721\n", - "error with entry 5148\n", - "5149\n", - "1996256.6128735421\n", - "error with entry 5149\n", - "5150\n", - "998104.264370892\n", - "error with entry 5150\n", - "5151\n", - "3987363.371600866\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 5, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.8333333333333334}, 'edge_length_total': 6013.3240000000005, 'edge_length_avg': 601.3324, 'street_length_total': 3006.6619999999994, 'street_length_avg': 601.3323999999999, 'street_segments_count': 5, 'node_density_km': 1.5047537535038076, 'intersection_density_km': 1.2539614612531729, 'edge_density_km': 1508.095310005755, 'street_density_km': 754.0476550028773, 'circuity_avg': 1.2529775596405104, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2529775596405104\n", - "5152\n", - "2990782.281690128\n", - "error with entry 5152\n", - "5153\n", - "2993852.2591643934\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1378.7600000000002, 'edge_length_avg': 344.69000000000005, 'street_length_total': 689.38, 'street_length_avg': 344.69, 'street_segments_count': 2, 'node_density_km': 1.0020534549815503, 'intersection_density_km': 0.6680356366543668, 'edge_density_km': 460.53040719678745, 'street_density_km': 230.2652035983937, 'circuity_avg': 1.030384887994164, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030384887994164\n", - "5154\n", - "1994149.8311042795\n", - "error with entry 5154\n", - "5155\n", - "3990117.5005622883\n", - "error with entry 5155\n", - "5156\n", - "6978464.058684407\n", - "error with entry 5156\n", - "5157\n", - "1993857.0234933845\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 3856.9739999999997, 'edge_length_avg': 214.27633333333333, 'street_length_total': 1928.487, 'street_length_avg': 214.27633333333335, 'street_segments_count': 9, 'node_density_km': 5.015404756796083, 'intersection_density_km': 3.00924285407765, 'edge_density_km': 1934.4285746438813, 'street_density_km': 967.2142873219408, 'circuity_avg': 1.1478161846866473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1478161846866473\n", - "5158\n", - "1994008.335966303\n", - "error with entry 5158\n", - "5159\n", - "1995807.3090341\n", - "error with entry 5159\n", - "5160\n", - "1994380.8038956262\n", - "{'n': 11, 'm': 26, 'k_avg': 4.7272727272727275, 'intersection_count': 11, 'streets_per_node_avg': 3.090909090909091, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 10, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.9090909090909091, 4: 0.09090909090909091}, 'edge_length_total': 7571.269999999998, 'edge_length_avg': 291.20269230769225, 'street_length_total': 3785.6349999999998, 'street_length_avg': 291.2026923076923, 'street_segments_count': 13, 'node_density_km': 5.51549632773926, 'intersection_density_km': 5.51549632773926, 'edge_density_km': 3796.30108012022, 'street_density_km': 1898.1505400601104, 'circuity_avg': 1.0299061018288542, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0299061018288542\n", - "5161\n", - "1995363.8884927286\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1707.308, 'edge_length_avg': 426.827, 'street_length_total': 853.654, 'street_length_avg': 426.827, 'street_segments_count': 2, 'node_density_km': 1.5034851624312797, 'intersection_density_km': 1.0023234416208533, 'edge_density_km': 855.6374152334079, 'street_density_km': 427.81870761670393, 'circuity_avg': 1.0816142346590611, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0816142346590611\n", - "5162\n", - "14966506.133857546\n", - "{'n': 23, 'm': 44, 'k_avg': 3.8260869565217392, 'intersection_count': 14, 'streets_per_node_avg': 2.260869565217391, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 13, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.391304347826087, 2: 0.0, 3: 0.5652173913043478, 4: 0.043478260869565216}, 'edge_length_total': 21448.483999999993, 'edge_length_avg': 487.4655454545453, 'street_length_total': 10724.242000000002, 'street_length_avg': 487.4655454545455, 'street_segments_count': 22, 'node_density_km': 1.536764812995928, 'intersection_density_km': 0.9354220600844778, 'edge_density_km': 1433.0989349263539, 'street_density_km': 716.5494674631774, 'circuity_avg': 1.1960031160445728, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1960031160445728\n", - "5163\n", - "997237.5628067781\n", - "error with entry 5163\n", - "5164\n", - "33894280.017130524\n", - "{'n': 541, 'm': 1349, 'k_avg': 4.987060998151571, 'intersection_count': 412, 'streets_per_node_avg': 2.608133086876155, 'streets_per_node_counts': {0: 0, 1: 129, 2: 2, 3: 363, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23844731977818853, 2: 0.0036968576709796672, 3: 0.6709796672828097, 4: 0.08502772643253234, 5: 0.0018484288354898336}, 'edge_length_total': 242173.28899999955, 'edge_length_avg': 179.52059970348373, 'street_length_total': 122087.00099999995, 'street_length_avg': 177.7103362445414, 'street_segments_count': 687, 'node_density_km': 15.96139524800565, 'intersection_density_km': 12.155443331198386, 'edge_density_km': 7144.960414488894, 'street_density_km': 3601.994228474418, 'circuity_avg': 1.1100750324860755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1100750324860755\n", - "5165\n", - "1993811.9889314314\n", - "error with entry 5165\n", - "5166\n", - "1994533.846574401\n", - "error with entry 5166\n", - "5167\n", - "996892.807242965\n", - "error with entry 5167\n", - "5168\n", - "998622.7240424157\n", - "error with entry 5168\n", - "5169\n", - "1994383.0636053262\n", - "error with entry 5169\n", - "5170\n", - "996896.8824337483\n", - "error with entry 5170\n", - "5171\n", - "1996210.3533454654\n", - "error with entry 5171\n", - "5172\n", - "2992088.1008010088\n", - "error with entry 5172\n", - "5173\n", - "13958229.030361578\n", - "{'n': 36, 'm': 86, 'k_avg': 4.777777777777778, 'intersection_count': 28, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 21, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.5833333333333334, 4: 0.19444444444444445}, 'edge_length_total': 11119.331999999997, 'edge_length_avg': 129.29455813953484, 'street_length_total': 5559.666, 'street_length_avg': 129.2945581395349, 'street_segments_count': 43, 'node_density_km': 2.579123749989611, 'intersection_density_km': 2.0059851388808085, 'edge_density_km': 796.6148123672075, 'street_density_km': 398.30740618360386, 'circuity_avg': 1.117263591907868, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.117263591907868\n", - "5174\n", - "1994250.9311999918\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5174\n", - "5175\n", - "5981376.927742782\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3704.456, 'edge_length_avg': 463.057, 'street_length_total': 1852.228, 'street_length_avg': 463.057, 'street_segments_count': 4, 'node_density_km': 0.8359279243561852, 'intersection_density_km': 0.8359279243561852, 'edge_density_km': 619.3316429897633, 'street_density_km': 309.66582149488164, 'circuity_avg': 1.0864276395829, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864276395829\n", - "5176\n", - "996953.6875086998\n", - "error with entry 5176\n", - "5177\n", - "997053.5157050159\n", - "error with entry 5177\n", - "5178\n", - "1995888.2155128461\n", - "error with entry 5178\n", - "5179\n", - "996867.6549101053\n", - "error with entry 5179\n", - "5180\n", - "1994238.5375392672\n", - "error with entry 5180\n", - "5181\n", - "996904.9755934427\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 6, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 854.73, 'edge_length_avg': 85.473, 'street_length_total': 427.365, 'street_length_avg': 85.473, 'street_segments_count': 5, 'node_density_km': 6.018627799934782, 'intersection_density_km': 6.018627799934782, 'edge_density_km': 857.3836232397094, 'street_density_km': 428.6918116198547, 'circuity_avg': 1.0050352534606217, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0050352534606217\n", - "5182\n", - "9972015.423674159\n", - "{'n': 97, 'm': 226, 'k_avg': 4.65979381443299, 'intersection_count': 65, 'streets_per_node_avg': 2.484536082474227, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 51, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32989690721649484, 2: 0.0, 3: 0.5257731958762887, 4: 0.14432989690721648}, 'edge_length_total': 20653.963999999985, 'edge_length_avg': 91.38922123893799, 'street_length_total': 10326.982, 'street_length_avg': 91.38922123893805, 'street_segments_count': 113, 'node_density_km': 9.727221216457028, 'intersection_density_km': 6.518241021337183, 'edge_density_km': 2071.1925445849433, 'street_density_km': 1035.5962722924723, 'circuity_avg': 1.0342594427192089, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342594427192089\n", - "5183\n", - "1993782.6183388447\n", - "error with entry 5183\n", - "5184\n", - "996868.4756861707\n", - "{'n': 32, 'm': 77, 'k_avg': 4.8125, 'intersection_count': 31, 'streets_per_node_avg': 3.03125, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 28, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03125, 2: 0.0, 3: 0.875, 4: 0.09375}, 'edge_length_total': 9270.359999999995, 'edge_length_avg': 120.39428571428564, 'street_length_total': 5238.154999999999, 'street_length_avg': 124.71797619047616, 'street_segments_count': 42, 'node_density_km': 32.10052357004625, 'intersection_density_km': 31.097382208482305, 'edge_density_km': 9299.481552587931, 'street_density_km': 5254.609938782986, 'circuity_avg': 1.0359090029146718, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359090029146718\n", - "5185\n", - "6977981.037918855\n", - "{'n': 43, 'm': 112, 'k_avg': 5.209302325581396, 'intersection_count': 39, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 31, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09302325581395349, 2: 0.0, 3: 0.7209302325581395, 4: 0.18604651162790697}, 'edge_length_total': 30757.408000000014, 'edge_length_avg': 274.6197142857144, 'street_length_total': 15378.704, 'street_length_avg': 274.6197142857143, 'street_segments_count': 56, 'node_density_km': 6.162240878319227, 'intersection_density_km': 5.589009168708136, 'edge_density_km': 4407.780392761463, 'street_density_km': 2203.8901963807307, 'circuity_avg': 1.0449080147039143, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449080147039143\n", - "5186\n", - "2990582.8941642977\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 10, 'streets_per_node_avg': 2.5384615384615383, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7692307692307693}, 'edge_length_total': 13256.096000000001, 'edge_length_avg': 509.8498461538462, 'street_length_total': 6628.047999999999, 'street_length_avg': 509.84984615384604, 'street_segments_count': 13, 'node_density_km': 4.346978652679273, 'intersection_density_km': 3.3438297328302102, 'edge_density_km': 4432.612794605162, 'street_density_km': 2216.3063973025805, 'circuity_avg': 1.288790460918361, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.288790460918361\n", - "5187\n", - "1994486.938136151\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1278.276, 'edge_length_avg': 319.569, 'street_length_total': 639.1380000000001, 'street_length_avg': 319.5690000000001, 'street_segments_count': 2, 'node_density_km': 1.5041462255969957, 'intersection_density_km': 1.5041462255969957, 'edge_density_km': 640.9046735570751, 'street_density_km': 320.4523367785376, 'circuity_avg': 1.2871423138259657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2871423138259657\n", - "5188\n", - "996860.352323727\n", - "error with entry 5188\n", - "5189\n", - "997043.9535930711\n", - "error with entry 5189\n", - "5190\n", - "996892.8792678195\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.375, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375, 2: 0.0, 3: 0.5, 4: 0.125}, 'edge_length_total': 2931.454, 'edge_length_avg': 183.215875, 'street_length_total': 1465.727, 'street_length_avg': 183.215875, 'street_segments_count': 8, 'node_density_km': 8.024934440173453, 'intersection_density_km': 5.015584025108408, 'edge_density_km': 2940.5907705480286, 'street_density_km': 1470.2953852740143, 'circuity_avg': 1.1040557679230083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1040557679230083\n", - "5191\n", - "1993719.9117131406\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 4781.75, 'edge_length_avg': 478.175, 'street_length_total': 2390.875, 'street_length_avg': 478.175, 'street_segments_count': 5, 'node_density_km': 3.0094498052358767, 'intersection_density_km': 2.006299870157251, 'edge_density_km': 2398.406101031109, 'street_density_km': 1199.2030505155544, 'circuity_avg': 1.0181711507454254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0181711507454254\n", - "5192\n", - "10969064.231013484\n", - "{'n': 351, 'm': 918, 'k_avg': 5.230769230769231, 'intersection_count': 286, 'streets_per_node_avg': 2.780626780626781, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 233, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.6638176638176638, 4: 0.150997150997151}, 'edge_length_total': 111193.79700000027, 'edge_length_avg': 121.12614052287611, 'street_length_total': 55846.16200000004, 'street_length_avg': 119.07497228144997, 'street_segments_count': 469, 'node_density_km': 31.999083295327683, 'intersection_density_km': 26.07332712952626, 'edge_density_km': 10137.035818024973, 'street_density_km': 5091.242135505313, 'circuity_avg': 1.0548884662053066, 'self_loop_proportion': 0.004357298474945534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548884662053066\n", - "5193\n", - "996893.5384915296\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 3, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 348.49399999999997, 'edge_length_avg': 58.08233333333333, 'street_length_total': 174.24699999999999, 'street_length_avg': 58.08233333333333, 'street_segments_count': 3, 'node_density_km': 4.01246456673065, 'intersection_density_km': 3.0093484250479876, 'edge_density_km': 349.57995667955777, 'street_density_km': 174.78997833977888, 'circuity_avg': 1.0031461091094116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0031461091094116\n", - "5194\n", - "1994906.8888859611\n", - "error with entry 5194\n", - "5195\n", - "996855.0136448351\n", - "error with entry 5195\n", - "5196\n", - "996854.1223910833\n", - "error with entry 5196\n", - "5197\n", - "5980752.40642412\n", - "{'n': 58, 'm': 116, 'k_avg': 4.0, 'intersection_count': 50, 'streets_per_node_avg': 2.8275862068965516, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 44, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7586206896551724, 4: 0.10344827586206896}, 'edge_length_total': 28597.835000000017, 'edge_length_avg': 246.53306034482773, 'street_length_total': 17970.034, 'street_length_avg': 260.43527536231886, 'street_segments_count': 69, 'node_density_km': 9.697776476702215, 'intersection_density_km': 8.360152135088116, 'edge_density_km': 4781.645026682956, 'street_density_km': 3004.644362254121, 'circuity_avg': 1.0471524658237756, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471524658237756\n", - "5198\n", - "997037.3492876769\n", - "error with entry 5198\n", - "5199\n", - "996903.9188611557\n", - "{'n': 9, 'm': 22, 'k_avg': 4.888888888888889, 'intersection_count': 9, 'streets_per_node_avg': 3.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7777777777777778, 4: 0.2222222222222222}, 'edge_length_total': 4884.738, 'edge_length_avg': 222.03354545454548, 'street_length_total': 2442.369, 'street_length_avg': 222.03354545454548, 'street_segments_count': 11, 'node_density_km': 9.027951269648364, 'intersection_density_km': 9.027951269648364, 'edge_density_km': 4899.90851433329, 'street_density_km': 2449.954257166645, 'circuity_avg': 1.3349061355568916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3349061355568916\n", - "5200\n", - "996852.826069208\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.6666666666666666, 4: 0.3333333333333333}, 'edge_length_total': 2480.454, 'edge_length_avg': 620.1135, 'street_length_total': 1240.227, 'street_length_avg': 620.1135, 'street_segments_count': 2, 'node_density_km': 3.009471329714343, 'intersection_density_km': 3.009471329714343, 'edge_density_km': 2488.2850658917537, 'street_density_km': 1244.1425329458768, 'circuity_avg': 1.132022443045137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.132022443045137\n", - "5201\n", - "996890.088206474\n", - "error with entry 5201\n", - "5202\n", - "997101.0084905914\n", - "error with entry 5202\n", - "5203\n", - "5983336.394280272\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 6319.112000000001, 'edge_length_avg': 1053.1853333333336, 'street_length_total': 3159.556, 'street_length_avg': 1053.1853333333333, 'street_segments_count': 3, 'node_density_km': 0.6685233348778069, 'intersection_density_km': 0.6685233348778069, 'edge_density_km': 1056.1184569265922, 'street_density_km': 528.059228463296, 'circuity_avg': 1.0268619752746158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268619752746158\n", - "5204\n", - "44899789.741655536\n", - "{'n': 181, 'm': 393, 'k_avg': 4.342541436464089, 'intersection_count': 119, 'streets_per_node_avg': 2.3756906077348066, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 108, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3425414364640884, 2: 0.0, 3: 0.5966850828729282, 4: 0.06077348066298342}, 'edge_length_total': 124724.44599999988, 'edge_length_avg': 317.365002544529, 'street_length_total': 63088.58500000001, 'street_length_avg': 307.74919512195123, 'street_segments_count': 205, 'node_density_km': 4.031199278246914, 'intersection_density_km': 2.65034648680322, 'edge_density_km': 2777.8403132317444, 'street_density_km': 1405.0975597658514, 'circuity_avg': 1.0993525993273614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0993525993273614\n", - "5205\n", - "997889.3820301841\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 2407.3540000000003, 'edge_length_avg': 601.8385000000001, 'street_length_total': 1203.6770000000001, 'street_length_avg': 601.8385000000001, 'street_segments_count': 2, 'node_density_km': 3.0063452463003117, 'intersection_density_km': 2.004230164200208, 'edge_density_km': 2412.4457513540137, 'street_density_km': 1206.2228756770069, 'circuity_avg': 1.401506024538769, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.401506024538769\n", - "5206\n", - "1993707.6185283947\n", - "error with entry 5206\n", - "5207\n", - "997094.2789734674\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6666666666666666, 4: 0.16666666666666666}, 'edge_length_total': 2636.8559999999998, 'edge_length_avg': 219.73799999999997, 'street_length_total': 1318.4279999999999, 'street_length_avg': 219.73799999999997, 'street_segments_count': 6, 'node_density_km': 6.017485133078033, 'intersection_density_km': 5.014570944231694, 'edge_density_km': 2644.5402963446013, 'street_density_km': 1322.2701481723007, 'circuity_avg': 1.1018482298468903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1018482298468903\n", - "5208\n", - "996842.5961933243\n", - "error with entry 5208\n", - "5209\n", - "996843.5956222357\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 135.728, 'edge_length_avg': 67.864, 'street_length_total': 67.864, 'street_length_avg': 67.864, 'street_segments_count': 1, 'node_density_km': 2.006332797625678, 'intersection_density_km': 1.003166398812839, 'edge_density_km': 136.15776897806902, 'street_density_km': 68.07888448903451, 'circuity_avg': 1.0067538937148646, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0067538937148646\n", - "5210\n", - "6981263.710542439\n", - "error with entry 5210\n", - "5211\n", - "996871.6835257808\n", - "error with entry 5211\n", - "5212\n", - "997305.2362196334\n", - "error with entry 5212\n", - "5213\n", - "4987871.963138363\n", - "{'n': 39, 'm': 90, 'k_avg': 4.615384615384615, 'intersection_count': 36, 'streets_per_node_avg': 2.923076923076923, 'streets_per_node_counts': {0: 0, 1: 3, 2: 2, 3: 29, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.05128205128205128, 3: 0.7435897435897436, 4: 0.1282051282051282}, 'edge_length_total': 14733.933, 'edge_length_avg': 163.7103666666667, 'street_length_total': 8470.021000000002, 'street_length_avg': 154.00038181818186, 'street_segments_count': 55, 'node_density_km': 7.818965740945212, 'intersection_density_km': 7.217506837795581, 'edge_density_km': 2953.951727086721, 'street_density_km': 1698.1231801047827, 'circuity_avg': 1.1146432530585573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1146432530585573\n", - "5214\n", - "10965411.646297129\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 211, 'm': 464, 'k_avg': 4.398104265402844, 'intersection_count': 168, 'streets_per_node_avg': 2.7109004739336493, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 143, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037914691943128, 2: 0.0, 3: 0.6777251184834123, 4: 0.11848341232227488}, 'edge_length_total': 71810.87800000007, 'edge_length_avg': 154.76482327586223, 'street_length_total': 42058.66399999995, 'street_length_avg': 159.91887452471465, 'street_segments_count': 263, 'node_density_km': 19.242323663357574, 'intersection_density_km': 15.320902253289445, 'edge_density_km': 6548.853824767229, 'street_density_km': 3835.575476475851, 'circuity_avg': 1.0683361116779602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683361116779602\n", - "5215\n", - "3987579.2676191805\n", - "error with entry 5215\n", - "5216\n", - "20951829.101766653\n", - "{'n': 20, 'm': 40, 'k_avg': 4.0, 'intersection_count': 14, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 12, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.6, 4: 0.1}, 'edge_length_total': 37034.74200000002, 'edge_length_avg': 925.8685500000005, 'street_length_total': 18517.371000000006, 'street_length_avg': 925.8685500000004, 'street_segments_count': 20, 'node_density_km': 0.95457059633584, 'intersection_density_km': 0.668199417435088, 'edge_density_km': 1767.6137878042, 'street_density_km': 883.8068939020998, 'circuity_avg': 1.1411575745146283, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1411575745146283\n", - "5217\n", - "1993664.302454195\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 589.26, 'edge_length_avg': 294.63, 'street_length_total': 294.63, 'street_length_avg': 294.63, 'street_segments_count': 1, 'node_density_km': 1.0031779159299816, 'intersection_density_km': 0.5015889579649908, 'edge_density_km': 295.56630937045054, 'street_density_km': 147.78315468522527, 'circuity_avg': 1.133429361270309, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.133429361270309\n", - "5218\n", - "7978602.867920341\n", - "error with entry 5218\n", - "5219\n", - "2992732.2697314513\n", - "{'n': 109, 'm': 260, 'k_avg': 4.770642201834862, 'intersection_count': 84, 'streets_per_node_avg': 2.614678899082569, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 76, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22935779816513763, 2: 0.0, 3: 0.6972477064220184, 4: 0.07339449541284404}, 'edge_length_total': 46223.077999999965, 'edge_length_avg': 177.7810692307691, 'street_length_total': 23111.53899999999, 'street_length_avg': 177.78106923076916, 'street_segments_count': 130, 'node_density_km': 36.4215673758819, 'intersection_density_km': 28.067996876826417, 'edge_density_km': 15445.109630253604, 'street_density_km': 7722.554815126805, 'circuity_avg': 1.0303339820729926, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0303339820729926\n", - "5220\n", - "3989981.1614498906\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 4294.496000000001, 'edge_length_avg': 1073.6240000000003, 'street_length_total': 2147.2480000000005, 'street_length_avg': 1073.6240000000003, 'street_segments_count': 2, 'node_density_km': 0.7518832492206182, 'intersection_density_km': 0.5012554994804121, 'edge_density_km': 1076.3198687483164, 'street_density_km': 538.1599343741582, 'circuity_avg': 1.1655790888448034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1655790888448034\n", - "5221\n", - "4985978.620965594\n", - "error with entry 5221\n", - "5222\n", - "56827370.90808827\n", - "{'n': 85, 'm': 188, 'k_avg': 4.423529411764706, 'intersection_count': 60, 'streets_per_node_avg': 2.4705882352941178, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 55, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29411764705882354, 2: 0.0, 3: 0.6470588235294118, 4: 0.058823529411764705}, 'edge_length_total': 130398.86399999997, 'edge_length_avg': 693.6109787234041, 'street_length_total': 65238.082000000024, 'street_length_avg': 679.563354166667, 'street_segments_count': 96, 'node_density_km': 1.4957580940613584, 'intersection_density_km': 1.0558292428668412, 'edge_density_km': 2294.648897463603, 'street_density_km': 1148.004578735749, 'circuity_avg': 1.087329614616064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087329614616064\n", - "5223\n", - "22934443.40218616\n", - "{'n': 557, 'm': 1363, 'k_avg': 4.8940754039497305, 'intersection_count': 414, 'streets_per_node_avg': 2.6229802513464993, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 338, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25673249551166966, 2: 0.0, 3: 0.6068222621184919, 4: 0.13644524236983843}, 'edge_length_total': 178577.04700000008, 'edge_length_avg': 131.01764269992668, 'street_length_total': 91832.01599999999, 'street_length_avg': 128.436386013986, 'street_segments_count': 715, 'node_density_km': 24.286615124346362, 'intersection_density_km': 18.051451815941462, 'edge_density_km': 7786.412945298587, 'street_density_km': 4004.1092076926693, 'circuity_avg': 1.0731300052457224, 'self_loop_proportion': 0.001467351430667645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0731300052457224\n", - "5224\n", - "23942403.390949927\n", - "{'n': 33, 'm': 70, 'k_avg': 4.242424242424242, 'intersection_count': 20, 'streets_per_node_avg': 2.303030303030303, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 17, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3939393939393939, 2: 0.0, 3: 0.5151515151515151, 4: 0.09090909090909091}, 'edge_length_total': 21614.208000000002, 'edge_length_avg': 308.7744, 'street_length_total': 10807.104, 'street_length_avg': 308.77439999999996, 'street_segments_count': 35, 'node_density_km': 1.3783077438447047, 'intersection_density_km': 0.8353380265725483, 'edge_density_km': 902.7584928324294, 'street_density_km': 451.3792464162146, 'circuity_avg': 1.0092018215730993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0092018215730993\n", - "5225\n", - "1994836.642504638\n", - "error with entry 5225\n", - "5226\n", - "8976327.893637076\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3609.298, 'edge_length_avg': 902.3245, 'street_length_total': 1804.649, 'street_length_avg': 902.3245, 'street_segments_count': 2, 'node_density_km': 0.22280826009238275, 'intersection_density_km': 0.22280826009238275, 'edge_density_km': 402.0907037674584, 'street_density_km': 201.0453518837292, 'circuity_avg': 1.029442541606201, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029442541606201\n", - "5227\n", - "997011.2382164213\n", - "{'n': 5, 'm': 14, 'k_avg': 5.6, 'intersection_count': 5, 'streets_per_node_avg': 3.4, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.6, 4: 0.4}, 'edge_length_total': 2849.8599999999997, 'edge_length_avg': 203.56142857142854, 'street_length_total': 1424.93, 'street_length_avg': 203.5614285714286, 'street_segments_count': 7, 'node_density_km': 5.014988606291567, 'intersection_density_km': 5.014988606291567, 'edge_density_km': 2858.4030859052164, 'street_density_km': 1429.2015429526084, 'circuity_avg': 1.2226332886220501, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2226332886220501\n", - "5228\n", - "1995898.0116230291\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5228\n", - "5229\n", - "8977753.189527098\n", - "{'n': 12, 'm': 22, 'k_avg': 3.6666666666666665, 'intersection_count': 8, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 11237.564, 'edge_length_avg': 510.79836363636366, 'street_length_total': 5618.782, 'street_length_avg': 510.79836363636366, 'street_segments_count': 11, 'node_density_km': 1.3366373241356726, 'intersection_density_km': 0.8910915494237818, 'edge_density_km': 1251.712289563614, 'street_density_km': 625.856144781807, 'circuity_avg': 1.016561201702936, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.016561201702936\n", - "5230\n", - "1993636.830861487\n", - "error with entry 5230\n", - "5231\n", - "997591.908892329\n", - "error with entry 5231\n", - "5232\n", - "1993662.160241974\n", - "error with entry 5232\n", - "5233\n", - "998595.5253494768\n", - "error with entry 5233\n", - "5234\n", - "998606.8404354845\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 898.624, 'edge_length_avg': 149.77066666666667, 'street_length_total': 449.312, 'street_length_avg': 149.77066666666667, 'street_segments_count': 3, 'node_density_km': 4.005580412663337, 'intersection_density_km': 4.005580412663337, 'edge_density_km': 899.8776731872948, 'street_density_km': 449.9388365936474, 'circuity_avg': 1.0797920486335317, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0797920486335317\n", - "5235\n", - "998099.0942599858\n", - "error with entry 5235\n", - "5236\n", - "13956871.044546973\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 10446.766000000001, 'edge_length_avg': 1741.127666666667, 'street_length_total': 5223.383, 'street_length_avg': 1741.1276666666665, 'street_segments_count': 3, 'node_density_km': 0.2865971883836257, 'intersection_density_km': 0.14329859419181284, 'edge_density_km': 748.5034408254141, 'street_density_km': 374.251720412707, 'circuity_avg': 1.2602039807473022, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2602039807473022\n", - "5237\n", - "33914097.002586365\n", - "{'n': 81, 'm': 200, 'k_avg': 4.938271604938271, 'intersection_count': 63, 'streets_per_node_avg': 2.654320987654321, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 55, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6790123456790124, 4: 0.09876543209876543}, 'edge_length_total': 51392.255999999994, 'edge_length_avg': 256.96128, 'street_length_total': 25696.127999999993, 'street_length_avg': 256.96127999999993, 'street_segments_count': 100, 'node_density_km': 2.388387342107996, 'intersection_density_km': 1.85763459941733, 'edge_density_km': 1515.3656013922678, 'street_density_km': 757.6828006961338, 'circuity_avg': 1.0742463400300104, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742463400300104\n", - "5238\n", - "7975335.921665945\n", - "{'n': 54, 'm': 116, 'k_avg': 4.296296296296297, 'intersection_count': 34, 'streets_per_node_avg': 2.259259259259259, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37037037037037035, 2: 0.0, 3: 0.6296296296296297}, 'edge_length_total': 27314.417999999994, 'edge_length_avg': 235.4691206896551, 'street_length_total': 13657.209, 'street_length_avg': 235.4691206896552, 'street_segments_count': 58, 'node_density_km': 6.770874672915357, 'intersection_density_km': 4.263143312576336, 'edge_density_km': 3424.8611304004316, 'street_density_km': 1712.4305652002163, 'circuity_avg': 1.1208393756864974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1208393756864974\n", - "5239\n", - "997165.3777494594\n", - "error with entry 5239\n", - "5240\n", - "997097.3081628231\n", - "error with entry 5240\n", - "5241\n", - "997086.3316567494\n", - "error with entry 5241\n", - "5242\n", - "1996321.8942045397\n", - "error with entry 5242\n", - "5243\n", - "2992293.856322302\n", - "error with entry 5243\n", - "5244\n", - "1993810.0473963951\n", - "error with entry 5244\n", - "5245\n", - "7978369.155898981\n", - "{'n': 37, 'm': 88, 'k_avg': 4.756756756756757, 'intersection_count': 30, 'streets_per_node_avg': 2.7567567567567566, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 25, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1891891891891892, 2: 0.0, 3: 0.6756756756756757, 4: 0.13513513513513514}, 'edge_length_total': 30461.752, 'edge_length_avg': 346.1562727272727, 'street_length_total': 15230.876, 'street_length_avg': 346.1562727272727, 'street_segments_count': 44, 'node_density_km': 4.637539236028362, 'intersection_density_km': 3.7601669481311037, 'edge_density_km': 3818.0424350855515, 'street_density_km': 1909.0212175427757, 'circuity_avg': 1.1088220612775708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1088220612775708\n", - "5246\n", - "5985703.82071968\n", - "error with entry 5246\n", - "5247\n", - "14956609.233165378\n", - "error with entry 5247\n", - "5248\n", - "997822.9360486623\n", - "{'n': 25, 'm': 62, 'k_avg': 4.96, 'intersection_count': 21, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 14, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.56, 4: 0.24, 5: 0.04}, 'edge_length_total': 7344.989999999998, 'edge_length_avg': 118.46758064516126, 'street_length_total': 3672.4950000000003, 'street_length_avg': 118.4675806451613, 'street_segments_count': 31, 'node_density_km': 25.054545347493185, 'intersection_density_km': 21.045818091894276, 'edge_density_km': 7361.015401275356, 'street_density_km': 3680.5077006376796, 'circuity_avg': 1.0056391297053364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0056391297053364\n", - "5249\n", - "6984980.752357004\n", - "{'n': 378, 'm': 905, 'k_avg': 4.788359788359788, 'intersection_count': 312, 'streets_per_node_avg': 2.814814814814815, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 250, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1746031746031746, 2: 0.0, 3: 0.6613756613756614, 4: 0.164021164021164}, 'edge_length_total': 102739.43999999996, 'edge_length_avg': 113.5242430939226, 'street_length_total': 56361.085, 'street_length_avg': 112.04987077534791, 'street_segments_count': 503, 'node_density_km': 54.116111898010324, 'intersection_density_km': 44.66726696343709, 'edge_density_km': 14708.621776134698, 'street_density_km': 8068.896250140929, 'circuity_avg': 1.084022592874219, 'self_loop_proportion': 0.0022099447513812156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084022592874219\n", - "5250\n", - "2991070.4306581863\n", - "error with entry 5250\n", - "5251\n", - "3988021.691771699\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 6047.34, 'edge_length_avg': 377.95875, 'street_length_total': 3023.6700000000005, 'street_length_avg': 377.95875000000007, 'street_segments_count': 8, 'node_density_km': 2.006007142966657, 'intersection_density_km': 1.5045053572249927, 'edge_density_km': 1516.375904493498, 'street_density_km': 758.1879522467491, 'circuity_avg': 1.0310602811714031, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310602811714031\n", - "5252\n", - "13958851.477310982\n", - "{'n': 96, 'm': 236, 'k_avg': 4.916666666666667, 'intersection_count': 72, 'streets_per_node_avg': 2.5625, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 66, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6875, 4: 0.0625}, 'edge_length_total': 39662.25599999998, 'edge_length_avg': 168.06040677966092, 'street_length_total': 19831.128000000004, 'street_length_avg': 168.06040677966107, 'street_segments_count': 118, 'node_density_km': 6.877356647575231, 'intersection_density_km': 5.158017485681423, 'edge_density_km': 2841.3695829107337, 'street_density_km': 1420.6847914553678, 'circuity_avg': 1.0395344190937443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395344190937443\n", - "5253\n", - "7975942.763875531\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 66, 'm': 140, 'k_avg': 4.242424242424242, 'intersection_count': 41, 'streets_per_node_avg': 2.272727272727273, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 39, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3787878787878788, 2: 0.0, 3: 0.5909090909090909, 4: 0.030303030303030304}, 'edge_length_total': 23719.13600000001, 'edge_length_avg': 169.42240000000007, 'street_length_total': 11859.567999999997, 'street_length_avg': 169.42239999999995, 'street_segments_count': 70, 'node_density_km': 8.274883854348326, 'intersection_density_km': 5.140458151943657, 'edge_density_km': 2973.834780689276, 'street_density_km': 1486.9173903446372, 'circuity_avg': 1.0784547320422888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784547320422888\n", - "5254\n", - "6979355.6568492595\n", - "{'n': 36, 'm': 84, 'k_avg': 4.666666666666667, 'intersection_count': 27, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 21, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5833333333333334, 4: 0.16666666666666666}, 'edge_length_total': 9868.931999999999, 'edge_length_avg': 117.4872857142857, 'street_length_total': 4934.466, 'street_length_avg': 117.48728571428572, 'street_segments_count': 42, 'node_density_km': 5.158069278884082, 'intersection_density_km': 3.868551959163062, 'edge_density_km': 1414.0176379054456, 'street_density_km': 707.0088189527229, 'circuity_avg': 1.0338893726549943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338893726549943\n", - "5255\n", - "1993640.6909826852\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 5, 'streets_per_node_avg': 2.375, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.375, 2: 0.0, 3: 0.5, 4: 0.125}, 'edge_length_total': 2120.3060000000005, 'edge_length_avg': 151.4504285714286, 'street_length_total': 1060.153, 'street_length_avg': 151.45042857142857, 'street_segments_count': 7, 'node_density_km': 4.012759187843784, 'intersection_density_km': 2.507974492402365, 'edge_density_km': 1063.534672817538, 'street_density_km': 531.7673364087689, 'circuity_avg': 1.0492693588904543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492693588904543\n", - "5256\n", - "997311.0625879125\n", - "error with entry 5256\n", - "5257\n", - "996917.0209369466\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 805.392, 'edge_length_avg': 402.696, 'street_length_total': 402.696, 'street_length_avg': 402.696, 'street_segments_count': 1, 'node_density_km': 2.0061850264331045, 'intersection_density_km': 2.0061850264331045, 'edge_density_km': 807.8826854045055, 'street_density_km': 403.94134270225277, 'circuity_avg': 1.000107834238058, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.000107834238058\n", - "5258\n", - "4985328.092392967\n", - "{'n': 96, 'm': 266, 'k_avg': 5.541666666666667, 'intersection_count': 81, 'streets_per_node_avg': 2.9583333333333335, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 55, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15625, 2: 0.0, 3: 0.5729166666666666, 4: 0.2708333333333333}, 'edge_length_total': 43359.50999999998, 'edge_length_avg': 163.00567669172924, 'street_length_total': 21679.75499999999, 'street_length_avg': 163.00567669172924, 'street_segments_count': 133, 'node_density_km': 19.256505935183057, 'intersection_density_km': 16.247676882810705, 'edge_density_km': 8697.423558975299, 'street_density_km': 4348.711779487649, 'circuity_avg': 1.0317013952621281, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0317013952621281\n", - "5259\n", - "2990371.026077773\n", - "{'n': 73, 'm': 174, 'k_avg': 4.767123287671233, 'intersection_count': 60, 'streets_per_node_avg': 2.73972602739726, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 53, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1780821917808219, 2: 0.0, 3: 0.726027397260274, 4: 0.0958904109589041}, 'edge_length_total': 31585.026, 'edge_length_avg': 181.52313793103448, 'street_length_total': 15792.512999999999, 'street_length_avg': 181.52313793103448, 'street_segments_count': 87, 'node_density_km': 24.411686497560865, 'intersection_density_km': 20.06439986100893, 'edge_density_km': 10562.243188072725, 'street_density_km': 5281.121594036362, 'circuity_avg': 1.0577034001951078, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577034001951078\n", - "5260\n", - "3987566.7044909336\n", - "error with entry 5260\n", - "5261\n", - "5982661.7846145155\n", - "{'n': 146, 'm': 342, 'k_avg': 4.684931506849315, 'intersection_count': 102, 'streets_per_node_avg': 2.4315068493150687, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 97, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3013698630136986, 2: 0.0, 3: 0.6643835616438356, 4: 0.03424657534246575}, 'edge_length_total': 44706.11000000003, 'edge_length_avg': 130.71961988304102, 'street_length_total': 22353.055, 'street_length_avg': 130.71961988304093, 'street_segments_count': 171, 'node_density_km': 24.403853210533327, 'intersection_density_km': 17.04926731146849, 'edge_density_km': 7472.611959273677, 'street_density_km': 3736.305979636836, 'circuity_avg': 1.062827461104782, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062827461104782\n", - "5262\n", - "997366.7679963936\n", - "error with entry 5262\n", - "5263\n", - "997826.0396626764\n", - "error with entry 5263\n", - "5264\n", - "996880.9301589369\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1036.132, 'edge_length_avg': 518.066, 'street_length_total': 518.066, 'street_length_avg': 518.066, 'street_segments_count': 1, 'node_density_km': 2.0062576577537015, 'intersection_density_km': 2.0062576577537015, 'edge_density_km': 1039.373879721829, 'street_density_km': 519.6869398609145, 'circuity_avg': 1.0009426592648878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0009426592648878\n", - "5265\n", - "4984643.992399313\n", - "error with entry 5265\n", - "5266\n", - "468496710.8821791\n", - "error with entry 5266\n", - "5267\n", - "10964462.977461215\n", - "{'n': 40, 'm': 80, 'k_avg': 4.0, 'intersection_count': 24, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 25992.561999999994, 'edge_length_avg': 324.9070249999999, 'street_length_total': 12996.281000000003, 'street_length_avg': 324.9070250000001, 'street_segments_count': 40, 'node_density_km': 3.6481494882352976, 'intersection_density_km': 2.1888896929411787, 'edge_density_km': 2370.6187939556057, 'street_density_km': 1185.3093969778033, 'circuity_avg': 1.1017345411993849, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1017345411993849\n", - "5268\n", - "1994803.7981790174\n", - "error with entry 5268\n", - "5269\n", - "996867.0899991074\n", - "error with entry 5269\n", - "5270\n", - "1995775.5340551327\n", - "error with entry 5270\n", - "5271\n", - "1997005.7284528748\n", - "error with entry 5271\n", - "5272\n", - "997047.8918516595\n", - "error with entry 5272\n", - "5273\n", - "997926.8875209542\n", - "error with entry 5273\n", - "5274\n", - "3987112.589618481\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 4513.6, 'edge_length_avg': 376.1333333333334, 'street_length_total': 2256.8, 'street_length_avg': 376.1333333333334, 'street_segments_count': 6, 'node_density_km': 1.7556564663426812, 'intersection_density_km': 1.2540403331019152, 'edge_density_km': 1132.0472894977609, 'street_density_km': 566.0236447488804, 'circuity_avg': 1.1006312029577972, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1006312029577972\n", - "5275\n", - "998506.9514810054\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5275\n", - "5276\n", - "1994158.1481967613\n", - "error with entry 5276\n", - "5277\n", - "25930955.352282025\n", - "{'n': 176, 'm': 402, 'k_avg': 4.568181818181818, 'intersection_count': 128, 'streets_per_node_avg': 2.4829545454545454, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 123, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.6988636363636364, 4: 0.028409090909090908}, 'edge_length_total': 107054.644, 'edge_length_avg': 266.3050845771144, 'street_length_total': 53527.322000000015, 'street_length_avg': 266.3050845771145, 'street_segments_count': 201, 'node_density_km': 6.787254754364895, 'intersection_density_km': 4.9361852759017415, 'edge_density_km': 4128.4496674195525, 'street_density_km': 2064.2248337097767, 'circuity_avg': 1.091465795598304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.091465795598304\n", - "5278\n", - "997578.7060191697\n", - "{'n': 19, 'm': 40, 'k_avg': 4.2105263157894735, 'intersection_count': 13, 'streets_per_node_avg': 2.3684210526315788, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.6842105263157895}, 'edge_length_total': 5133.984000000001, 'edge_length_avg': 128.34960000000004, 'street_length_total': 2566.9919999999997, 'street_length_avg': 128.34959999999998, 'street_segments_count': 20, 'node_density_km': 19.046116246626152, 'intersection_density_km': 13.031553221375788, 'edge_density_km': 5146.4450564378285, 'street_density_km': 2573.2225282189133, 'circuity_avg': 1.2648214731166643, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2648214731166643\n", - "5279\n", - "5981916.4037571885\n", - "{'n': 29, 'm': 74, 'k_avg': 5.103448275862069, 'intersection_count': 25, 'streets_per_node_avg': 2.896551724137931, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 20, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.6896551724137931, 4: 0.1724137931034483}, 'edge_length_total': 24837.758000000013, 'edge_length_avg': 335.64537837837855, 'street_length_total': 12418.878999999997, 'street_length_avg': 335.6453783783783, 'street_segments_count': 37, 'node_density_km': 4.847944712464614, 'intersection_density_km': 4.17926268315915, 'edge_density_km': 4152.140605709507, 'street_density_km': 2076.0703028547523, 'circuity_avg': 1.3485777272926887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3485777272926887\n", - "5280\n", - "8970679.428694766\n", - "{'n': 488, 'm': 1357, 'k_avg': 5.561475409836065, 'intersection_count': 434, 'streets_per_node_avg': 2.932377049180328, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 361, 4: 71, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11065573770491803, 2: 0.0, 3: 0.7397540983606558, 4: 0.14549180327868852, 5: 0.004098360655737705}, 'edge_length_total': 177312.70000000004, 'edge_length_avg': 130.66521739130437, 'street_length_total': 89273.629, 'street_length_avg': 129.5698534107402, 'street_segments_count': 689, 'node_density_km': 54.39944698492074, 'intersection_density_km': 48.37983604806476, 'edge_density_km': 19765.80496599008, 'street_density_km': 9951.713212985622, 'circuity_avg': 1.0639786796929087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639786796929087\n", - "5281\n", - "1993528.922759772\n", - "error with entry 5281\n", - "5282\n", - "136614345.52276343\n", - "{'n': 6346, 'm': 16536, 'k_avg': 5.211471793255594, 'intersection_count': 4952, 'streets_per_node_avg': 2.6969744721084146, 'streets_per_node_counts': {0: 0, 1: 1394, 2: 0, 3: 4093, 4: 853, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21966593129530412, 2: 0.0, 3: 0.6449732114717932, 4: 0.13441537976678222, 5: 0.0009454774661203908}, 'edge_length_total': 2069104.2440000018, 'edge_length_avg': 125.12725229801656, 'street_length_total': 1055500.3110000018, 'street_length_avg': 125.1185764580372, 'street_segments_count': 8436, 'node_density_km': 46.4519298885972, 'intersection_density_km': 36.248023449154324, 'edge_density_km': 15145.585451384652, 'street_density_km': 7726.130861009238, 'circuity_avg': 1.065171303274617, 'self_loop_proportion': 0.0004837929366231253, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065171303274617\n", - "5283\n", - "5984197.8510315195\n", - "{'n': 15, 'm': 30, 'k_avg': 4.0, 'intersection_count': 11, 'streets_per_node_avg': 2.466666666666667, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.7333333333333333}, 'edge_length_total': 5990.313999999999, 'edge_length_avg': 199.6771333333333, 'street_length_total': 2995.157, 'street_length_avg': 199.67713333333333, 'street_segments_count': 15, 'node_density_km': 2.5066016153550787, 'intersection_density_km': 1.8381745179270579, 'edge_density_km': 1001.0220499256095, 'street_density_km': 500.51102496280487, 'circuity_avg': 1.0354453794626413, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354453794626413\n", - "5284\n", - "997039.5058586942\n", - "error with entry 5284\n", - "5285\n", - "11961692.834781619\n", - "{'n': 45, 'm': 93, 'k_avg': 4.133333333333334, 'intersection_count': 35, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 30, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6666666666666666, 4: 0.1111111111111111}, 'edge_length_total': 38728.549999999974, 'edge_length_avg': 416.43602150537606, 'street_length_total': 19591.79899999999, 'street_length_avg': 362.81109259259244, 'street_segments_count': 54, 'node_density_km': 3.7620093260672287, 'intersection_density_km': 2.9260072536078447, 'edge_density_km': 3237.7148063346863, 'street_density_km': 1637.8784567207683, 'circuity_avg': 1.0272602288511123, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0272602288511123\n", - "5286\n", - "1994459.826702952\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1797.9999999999998, 'edge_length_avg': 449.49999999999994, 'street_length_total': 899.0, 'street_length_avg': 449.5, 'street_segments_count': 2, 'node_density_km': 1.5041666720153044, 'intersection_density_km': 1.5041666720153044, 'edge_density_km': 901.497225427839, 'street_density_km': 450.74861271391956, 'circuity_avg': 1.0954755548794497, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0954755548794497\n", - "5287\n", - "4983865.732188676\n", - "{'n': 15, 'm': 42, 'k_avg': 5.6, 'intersection_count': 15, 'streets_per_node_avg': 3.2666666666666666, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 11, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7333333333333333, 4: 0.26666666666666666}, 'edge_length_total': 23514.14600000001, 'edge_length_avg': 559.8606190476194, 'street_length_total': 11757.073000000004, 'street_length_avg': 559.8606190476193, 'street_segments_count': 21, 'node_density_km': 3.0097118995645005, 'intersection_density_km': 3.0097118995645005, 'edge_density_km': 4718.0536682864695, 'street_density_km': 2359.0268341432343, 'circuity_avg': 1.1625581059995922, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1625581059995922\n", - "5288\n", - "5981116.836302782\n", - "{'n': 276, 'm': 751, 'k_avg': 5.442028985507246, 'intersection_count': 253, 'streets_per_node_avg': 3.097826086956522, 'streets_per_node_counts': {0: 0, 1: 23, 2: 1, 3: 178, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0036231884057971015, 3: 0.644927536231884, 4: 0.26811594202898553}, 'edge_length_total': 114174.71700000003, 'edge_length_avg': 152.0302490013316, 'street_length_total': 59395.28800000004, 'street_length_avg': 147.38284863523583, 'street_segments_count': 403, 'node_density_km': 46.14522798230588, 'intersection_density_km': 42.29979231711373, 'edge_density_km': 19089.19690500093, 'street_density_km': 9930.467774763472, 'circuity_avg': 1.0186584463169632, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0186584463169632\n", - "5289\n", - "1994089.2516002362\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 603.7860000000001, 'edge_length_avg': 301.89300000000003, 'street_length_total': 301.89300000000003, 'street_length_avg': 301.89300000000003, 'street_segments_count': 1, 'node_density_km': 1.0029641343259939, 'intersection_density_km': 1.0029641343259939, 'edge_density_km': 302.7878514040773, 'street_density_km': 151.39392570203864, 'circuity_avg': 1.041240502033797, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041240502033797\n", - "5290\n", - "14953076.558198802\n", - "{'n': 11, 'm': 26, 'k_avg': 4.7272727272727275, 'intersection_count': 8, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 6, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.5454545454545454, 4: 0.18181818181818182}, 'edge_length_total': 9371.866000000002, 'edge_length_avg': 360.4563846153847, 'street_length_total': 4685.932999999999, 'street_length_avg': 360.45638461538454, 'street_segments_count': 13, 'node_density_km': 0.7356345670529372, 'intersection_density_km': 0.5350069578566816, 'edge_density_km': 626.7516897625585, 'street_density_km': 313.37584488127914, 'circuity_avg': 1.110187883412752, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.110187883412752\n", - "5291\n", - "1993917.425028578\n", - "error with entry 5291\n", - "5292\n", - "9970896.109676102\n", - "{'n': 55, 'm': 120, 'k_avg': 4.363636363636363, 'intersection_count': 41, 'streets_per_node_avg': 2.5636363636363635, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 37, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2545454545454545, 2: 0.0, 3: 0.6727272727272727, 4: 0.07272727272727272}, 'edge_length_total': 37985.51400000001, 'edge_length_avg': 316.54595000000006, 'street_length_total': 18992.756999999994, 'street_length_avg': 316.5459499999999, 'street_segments_count': 60, 'node_density_km': 5.516053862663968, 'intersection_density_km': 4.111967424894958, 'edge_density_km': 3809.6389313632053, 'street_density_km': 1904.8194656816017, 'circuity_avg': 1.0557568950719733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557568950719733\n", - "5293\n", - "996997.7975057159\n", - "error with entry 5293\n", - "5294\n", - "6980485.722748351\n", - "{'n': 130, 'm': 330, 'k_avg': 5.076923076923077, 'intersection_count': 109, 'streets_per_node_avg': 2.8384615384615386, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 88, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16153846153846155, 2: 0.0, 3: 0.676923076923077, 4: 0.16153846153846155}, 'edge_length_total': 65122.46800000001, 'edge_length_avg': 197.34081212121214, 'street_length_total': 32607.741000000013, 'street_length_avg': 195.2559341317366, 'street_segments_count': 167, 'node_density_km': 18.62334587639791, 'intersection_density_km': 15.61495923482594, 'edge_density_km': 9329.217276066576, 'street_density_km': 4671.271068392318, 'circuity_avg': 1.0555026866546056, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555026866546056\n", - "5295\n", - "5982361.387076918\n", - "{'n': 116, 'm': 266, 'k_avg': 4.586206896551724, 'intersection_count': 91, 'streets_per_node_avg': 2.6810344827586206, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 78, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21551724137931033, 2: 0.0, 3: 0.6724137931034483, 4: 0.11206896551724138}, 'edge_length_total': 43782.506, 'edge_length_avg': 164.5958872180451, 'street_length_total': 24521.171000000006, 'street_length_avg': 172.68430281690144, 'street_segments_count': 142, 'node_density_km': 19.39033643981838, 'intersection_density_km': 15.211384620892005, 'edge_density_km': 7318.599323434198, 'street_density_km': 4098.911686106188, 'circuity_avg': 1.0507481655077713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507481655077713\n", - "5296\n", - "10967393.278296115\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 949.412, 'edge_length_avg': 474.706, 'street_length_total': 474.7060000000001, 'street_length_avg': 474.7060000000001, 'street_segments_count': 1, 'node_density_km': 0.18235873823891163, 'intersection_density_km': 0.09117936911945582, 'edge_density_km': 86.56678719444079, 'street_density_km': 43.283393597220396, 'circuity_avg': 1.37562260195978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.37562260195978\n", - "5297\n", - "7977624.358024292\n", - "{'n': 331, 'm': 814, 'k_avg': 4.918429003021148, 'intersection_count': 248, 'streets_per_node_avg': 2.5528700906344413, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 232, 4: 14, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25075528700906347, 2: 0.0, 3: 0.7009063444108762, 4: 0.04229607250755287, 5: 0.006042296072507553}, 'edge_length_total': 106601.39000000006, 'edge_length_avg': 130.95993857493863, 'street_length_total': 53300.69500000001, 'street_length_avg': 130.9599385749386, 'street_segments_count': 407, 'node_density_km': 41.491048606100854, 'intersection_density_km': 31.086948804571033, 'edge_density_km': 13362.548199298839, 'street_density_km': 6681.274099649417, 'circuity_avg': 1.0918645330777776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0918645330777776\n", - "5298\n", - "5983141.068364178\n", - "error with entry 5298\n", - "5299\n", - "997002.7924497371\n", - "error with entry 5299\n", - "5300\n", - "8976126.529735234\n", - "{'n': 48, 'm': 130, 'k_avg': 5.416666666666667, 'intersection_count': 43, 'streets_per_node_avg': 2.9166666666666665, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 37, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10416666666666667, 2: 0.0, 3: 0.7708333333333334, 4: 0.125}, 'edge_length_total': 16778.282, 'edge_length_avg': 129.06370769230767, 'street_length_total': 8389.141, 'street_length_avg': 129.06370769230767, 'street_segments_count': 65, 'node_density_km': 5.347518201864723, 'intersection_density_km': 4.790485055837149, 'edge_density_km': 1869.2118414795677, 'street_density_km': 934.6059207397839, 'circuity_avg': 1.0266355777710217, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0266355777710217\n", - "5301\n", - "7981777.130110567\n", - "error with entry 5301\n", - "5302\n", - "2990588.8995349198\n", - "{'n': 12, 'm': 30, 'k_avg': 5.0, 'intersection_count': 10, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.75, 4: 0.08333333333333333}, 'edge_length_total': 5579.472000000001, 'edge_length_avg': 185.9824, 'street_length_total': 2789.7359999999994, 'street_length_avg': 185.98239999999996, 'street_segments_count': 15, 'node_density_km': 4.012587621744391, 'intersection_density_km': 3.343823018120326, 'edge_density_km': 1865.6766902557854, 'street_density_km': 932.8383451278925, 'circuity_avg': 1.4660211933748903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4660211933748903\n", - "5303\n", - "1993907.0684113412\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.1818181818181817, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.45454545454545453, 2: 0.0, 3: 0.45454545454545453, 4: 0.09090909090909091}, 'edge_length_total': 4052.949999999999, 'edge_length_avg': 184.22499999999994, 'street_length_total': 2026.4750000000004, 'street_length_avg': 184.22500000000002, 'street_segments_count': 11, 'node_density_km': 5.516806763097702, 'intersection_density_km': 3.0091673253260196, 'edge_density_km': 2032.6674518633479, 'street_density_km': 1016.3337259316744, 'circuity_avg': 1.0840021326568545, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0840021326568545\n", - "5304\n", - "1993501.1958896802\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5304\n", - "5305\n", - "19935379.232488927\n", - "{'n': 100, 'm': 244, 'k_avg': 4.88, 'intersection_count': 81, 'streets_per_node_avg': 2.68, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 75, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19, 2: 0.0, 3: 0.75, 4: 0.06}, 'edge_length_total': 86162.5359999999, 'edge_length_avg': 353.1251475409832, 'street_length_total': 43081.268000000004, 'street_length_avg': 353.1251475409836, 'street_segments_count': 122, 'node_density_km': 5.01620755912327, 'intersection_density_km': 4.063128122889848, 'edge_density_km': 4322.091643964303, 'street_density_km': 2161.0458219821544, 'circuity_avg': 1.1027970737395048, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1027970737395048\n", - "5306\n", - "8968919.389244111\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 10163.848, 'edge_length_avg': 635.2405, 'street_length_total': 5081.923999999999, 'street_length_avg': 635.2404999999999, 'street_segments_count': 8, 'node_density_km': 0.891969216446958, 'intersection_density_km': 0.6689769123352185, 'edge_density_km': 1133.2299420807476, 'street_density_km': 566.6149710403737, 'circuity_avg': 1.0861599179592607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0861599179592607\n", - "5307\n", - "1994793.0235885996\n", - "error with entry 5307\n", - "5308\n", - "996752.4204071513\n", - "error with entry 5308\n", - "5309\n", - "1993491.4525795528\n", - "error with entry 5309\n", - "5310\n", - "1996969.016808895\n", - "error with entry 5310\n", - "5311\n", - "6978101.749886593\n", - "{'n': 10, 'm': 20, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 9430.88, 'edge_length_avg': 471.544, 'street_length_total': 4715.440000000001, 'street_length_avg': 471.54400000000015, 'street_segments_count': 10, 'node_density_km': 1.43305448364414, 'intersection_density_km': 0.859832690186484, 'edge_density_km': 1351.4964868709844, 'street_density_km': 675.7482434354926, 'circuity_avg': 1.243280892233718, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.243280892233718\n", - "5312\n", - "1994097.9755228204\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 2231.376, 'edge_length_avg': 223.13760000000002, 'street_length_total': 1115.688, 'street_length_avg': 223.13760000000002, 'street_segments_count': 5, 'node_density_km': 2.507399366216738, 'intersection_density_km': 2.0059194929733906, 'edge_density_km': 1118.990153638248, 'street_density_km': 559.495076819124, 'circuity_avg': 1.0822403907530573, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0822403907530573\n", - "5313\n", - "10967232.390121318\n", - "{'n': 18, 'm': 36, 'k_avg': 4.0, 'intersection_count': 13, 'streets_per_node_avg': 2.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2777777777777778, 2: 0.0, 3: 0.7222222222222222}, 'edge_length_total': 5636.917999999999, 'edge_length_avg': 156.5810555555555, 'street_length_total': 2818.459, 'street_length_avg': 156.58105555555554, 'street_segments_count': 18, 'node_density_km': 1.6412527208061547, 'intersection_density_km': 1.1853491872488895, 'edge_density_km': 513.9781669145103, 'street_density_km': 256.9890834572552, 'circuity_avg': 1.1059306718409525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1059306718409525\n", - "5314\n", - "997266.9486506097\n", - "error with entry 5314\n", - "5315\n", - "6983725.160873536\n", - "{'n': 12, 'm': 22, 'k_avg': 3.6666666666666665, 'intersection_count': 6, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 6870.776000000001, 'edge_length_avg': 312.30800000000005, 'street_length_total': 3435.3880000000013, 'street_length_avg': 312.3080000000001, 'street_segments_count': 11, 'node_density_km': 1.7182806773711896, 'intersection_density_km': 0.8591403386855948, 'edge_density_km': 983.8268032788095, 'street_density_km': 491.91340163940487, 'circuity_avg': 1.0667901460656286, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667901460656286\n", - "5316\n", - "1996776.4859207883\n", - "error with entry 5316\n", - "5317\n", - "1993572.998249989\n", - "error with entry 5317\n", - "5318\n", - "2990667.6562668695\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5, 4: 0.16666666666666666}, 'edge_length_total': 5555.062, 'edge_length_avg': 555.5062, 'street_length_total': 2777.531, 'street_length_avg': 555.5062, 'street_segments_count': 5, 'node_density_km': 2.006240976802337, 'intersection_density_km': 1.3374939845348912, 'edge_density_km': 1857.4655021795907, 'street_density_km': 928.7327510897953, 'circuity_avg': 1.1569463175114585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1569463175114585\n", - "5319\n", - "4983750.137715422\n", - "error with entry 5319\n", - "5320\n", - "8973237.487305755\n", - "{'n': 36, 'm': 74, 'k_avg': 4.111111111111111, 'intersection_count': 24, 'streets_per_node_avg': 2.361111111111111, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 23, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6388888888888888, 4: 0.027777777777777776}, 'edge_length_total': 21406.390000000007, 'edge_length_avg': 289.27554054054065, 'street_length_total': 10703.195, 'street_length_avg': 289.27554054054053, 'street_segments_count': 37, 'node_density_km': 4.011929925060874, 'intersection_density_km': 2.6746199500405825, 'edge_density_km': 2385.581573014552, 'street_density_km': 1192.7907865072755, 'circuity_avg': 1.1333601244116533, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1333601244116533\n", - "5321\n", - "1993993.785689705\n", - "error with entry 5321\n", - "5322\n", - "2990398.590251951\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 5, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8, 4: 0.2}, 'edge_length_total': 5694.985999999999, 'edge_length_avg': 711.8732499999999, 'street_length_total': 2847.493, 'street_length_avg': 711.87325, 'street_segments_count': 4, 'node_density_km': 1.672017909685656, 'intersection_density_km': 1.672017909685656, 'edge_density_km': 1904.4237174818147, 'street_density_km': 952.2118587409075, 'circuity_avg': 1.1092902294093265, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1092902294093265\n", - "5323\n", - "996734.8666383454\n", - "error with entry 5323\n", - "5324\n", - "105668534.28932713\n", - "{'n': 6561, 'm': 16637, 'k_avg': 5.071483005639384, 'intersection_count': 5087, 'streets_per_node_avg': 2.6936442615454963, 'streets_per_node_counts': {0: 0, 1: 1474, 2: 5, 3: 4144, 4: 933, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2246608748666362, 2: 0.0007620789513793629, 3: 0.631611034903216, 4: 0.14220393232738912, 5: 0.0007620789513793629}, 'edge_length_total': 1861622.1450000042, 'edge_length_avg': 111.89650447797104, 'street_length_total': 982813.3710000028, 'street_length_avg': 112.7596800137681, 'street_segments_count': 8716, 'node_density_km': 62.09038522324505, 'intersection_density_km': 48.14110495818436, 'edge_density_km': 17617.563804781894, 'street_density_km': 9300.908521253808, 'circuity_avg': 1.042447101735787, 'self_loop_proportion': 0.00012021398088597704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042447101735787\n", - "5325\n", - "5981063.831603387\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 10726.231999999998, 'edge_length_avg': 595.9017777777776, 'street_length_total': 5363.116, 'street_length_avg': 595.9017777777777, 'street_segments_count': 9, 'node_density_km': 1.6719433668574017, 'intersection_density_km': 1.003166020114441, 'edge_density_km': 1793.3652443773599, 'street_density_km': 896.6826221886802, 'circuity_avg': 1.1660925160792908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1660925160792908\n", - "5326\n", - "8970680.088090038\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 7696.780000000001, 'edge_length_avg': 1282.7966666666669, 'street_length_total': 3848.3900000000003, 'street_length_avg': 1282.7966666666669, 'street_segments_count': 3, 'node_density_km': 0.44589707365783976, 'intersection_density_km': 0.22294853682891988, 'edge_density_km': 857.992919647047, 'street_density_km': 428.9964598235235, 'circuity_avg': 1.015549797973321, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015549797973321\n", - "5327\n", - "54843028.55447927\n", - "error with entry 5327\n", - "5328\n", - "1993877.3586295706\n", - "{'n': 14, 'm': 26, 'k_avg': 3.7142857142857144, 'intersection_count': 10, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 7371.227999999997, 'edge_length_avg': 283.50876923076913, 'street_length_total': 3685.6140000000005, 'street_length_avg': 283.50876923076925, 'street_segments_count': 13, 'node_density_km': 7.021495048031672, 'intersection_density_km': 5.015353605736909, 'edge_density_km': 3696.9314928508848, 'street_density_km': 1848.4657464254433, 'circuity_avg': 1.054748816950751, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054748816950751\n", - "5329\n", - "7976116.603448217\n", - "{'n': 61, 'm': 171, 'k_avg': 5.60655737704918, 'intersection_count': 53, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 8, 2: 2, 3: 33, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13114754098360656, 2: 0.03278688524590164, 3: 0.5409836065573771, 4: 0.29508196721311475}, 'edge_length_total': 32846.481, 'edge_length_avg': 192.08468421052632, 'street_length_total': 16434.352999999996, 'street_length_avg': 191.09712790697668, 'street_segments_count': 86, 'node_density_km': 7.64783202562869, 'intersection_density_km': 6.644837661611812, 'edge_density_km': 4118.104415098431, 'street_density_km': 2060.445429407982, 'circuity_avg': 1.0873315302380713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873315302380713\n", - "5330\n", - "27921533.64080957\n", - "{'n': 803, 'm': 1944, 'k_avg': 4.841843088418431, 'intersection_count': 575, 'streets_per_node_avg': 2.4794520547945207, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 538, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28393524283935245, 2: 0.0, 3: 0.6699875466998755, 4: 0.0448318804483188, 5: 0.0012453300124533001}, 'edge_length_total': 267708.4780000004, 'edge_length_avg': 137.71012242798375, 'street_length_total': 133854.2389999998, 'street_length_avg': 137.71012242798332, 'street_segments_count': 972, 'node_density_km': 28.759165249660597, 'intersection_density_km': 20.593424680641153, 'edge_density_km': 9587.885874890586, 'street_density_km': 4793.942937445278, 'circuity_avg': 1.083661675471193, 'self_loop_proportion': 0.00102880658436214, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083661675471193\n", - "5331\n", - "1993476.6842411002\n", - "error with entry 5331\n", - "5332\n", - "996946.2031087737\n", - "error with entry 5332\n", - "5333\n", - "3988868.8388872272\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 6, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5, 4: 0.25}, 'edge_length_total': 3673.8779999999997, 'edge_length_avg': 262.4198571428571, 'street_length_total': 1836.9389999999999, 'street_length_avg': 262.4198571428571, 'street_segments_count': 7, 'node_density_km': 2.0055811116195428, 'intersection_density_km': 1.504185833714657, 'edge_density_km': 921.0325403993227, 'street_density_km': 460.51627019966134, 'circuity_avg': 1.0650336788673165, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650336788673165\n", - "5334\n", - "7980664.498774392\n", - "{'n': 201, 'm': 470, 'k_avg': 4.676616915422885, 'intersection_count': 140, 'streets_per_node_avg': 2.442786069651741, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 130, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3034825870646766, 2: 0.0, 3: 0.6467661691542289, 4: 0.04975124378109453}, 'edge_length_total': 36454.344000000056, 'edge_length_avg': 77.5624340425533, 'street_length_total': 18227.172000000002, 'street_length_avg': 77.5624340425532, 'street_segments_count': 235, 'node_density_km': 25.185872684018733, 'intersection_density_km': 17.542398884391158, 'edge_density_km': 4567.833167977232, 'street_density_km': 2283.9165839886127, 'circuity_avg': 1.0660716727228248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660716727228248\n", - "5335\n", - "1993890.649291262\n", - "error with entry 5335\n", - "5336\n", - "996966.7145771402\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 3, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6, 4: 0.2}, 'edge_length_total': 1590.662, 'edge_length_avg': 159.0662, 'street_length_total': 795.3309999999999, 'street_length_avg': 159.06619999999998, 'street_segments_count': 5, 'node_density_km': 5.015212571184718, 'intersection_density_km': 4.012170056947775, 'edge_density_km': 1595.5016117811651, 'street_density_km': 797.7508058905825, 'circuity_avg': 1.0624614163023014, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624614163023014\n", - "5337\n", - "996827.9684585014\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 741.514, 'edge_length_avg': 370.757, 'street_length_total': 370.75699999999995, 'street_length_avg': 370.75699999999995, 'street_segments_count': 1, 'node_density_km': 2.006364250686914, 'intersection_density_km': 2.006364250686914, 'edge_density_km': 743.8735904919282, 'street_density_km': 371.93679524596405, 'circuity_avg': 1.0674744151760154, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674744151760154\n", - "5338\n", - "996797.9943280376\n", - "error with entry 5338\n", - "5339\n", - "997074.4221452406\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 10, 'streets_per_node_avg': 2.6153846153846154, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.6923076923076923, 4: 0.07692307692307693}, 'edge_length_total': 5497.2080000000005, 'edge_length_avg': 211.43107692307694, 'street_length_total': 2748.604, 'street_length_avg': 211.43107692307692, 'street_segments_count': 13, 'node_density_km': 13.038144105662688, 'intersection_density_km': 10.02934161974053, 'edge_density_km': 5513.337698677061, 'street_density_km': 2756.66884933853, 'circuity_avg': 1.4196570292273685, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4196570292273685\n", - "5340\n", - "996802.8139660468\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5340\n", - "5341\n", - "997076.2285156972\n", - "error with entry 5341\n", - "5342\n", - "4985410.321341702\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.4545454545454546, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.7272727272727273}, 'edge_length_total': 9515.034, 'edge_length_avg': 432.50154545454546, 'street_length_total': 4757.517, 'street_length_avg': 432.50154545454546, 'street_segments_count': 11, 'node_density_km': 2.2064382449947706, 'intersection_density_km': 1.6046823599961968, 'edge_density_km': 1908.5759018205065, 'street_density_km': 954.2879509102532, 'circuity_avg': 1.173429986598005, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.173429986598005\n", - "5343\n", - "996829.5838282605\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 10, 'streets_per_node_avg': 2.909090909090909, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.8181818181818182, 4: 0.09090909090909091}, 'edge_length_total': 1283.6539999999998, 'edge_length_avg': 58.34790909090908, 'street_length_total': 641.827, 'street_length_avg': 58.34790909090909, 'street_segments_count': 11, 'node_density_km': 11.034985496472927, 'intersection_density_km': 10.031804996793571, 'edge_density_km': 1287.7366611354053, 'street_density_km': 643.8683305677027, 'circuity_avg': 1.1180559122784992, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1180559122784992\n", - "5344\n", - "1993482.8074947794\n", - "error with entry 5344\n", - "5345\n", - "1994362.9193506276\n", - "{'n': 12, 'm': 22, 'k_avg': 3.6666666666666665, 'intersection_count': 6, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 2268.4880000000003, 'edge_length_avg': 103.11309090909093, 'street_length_total': 1134.244, 'street_length_avg': 103.1130909090909, 'street_segments_count': 11, 'node_density_km': 6.016959041690991, 'intersection_density_km': 3.0084795208454955, 'edge_density_km': 1137.449948547293, 'street_density_km': 568.7249742736464, 'circuity_avg': 1.072766114562976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072766114562976\n", - "5346\n", - "997331.7304334717\n", - "error with entry 5346\n", - "5347\n", - "191498574.3558402\n", - "error with entry 5347\n", - "5348\n", - "35879606.00000709\n", - "{'n': 195, 'm': 505, 'k_avg': 5.17948717948718, 'intersection_count': 170, 'streets_per_node_avg': 2.81025641025641, 'streets_per_node_counts': {0: 0, 1: 25, 2: 1, 3: 155, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1282051282051282, 2: 0.005128205128205128, 3: 0.7948717948717948, 4: 0.07179487179487179}, 'edge_length_total': 107305.08900000002, 'edge_length_avg': 212.4853247524753, 'street_length_total': 54049.877999999975, 'street_length_avg': 211.1323359374999, 'street_segments_count': 256, 'node_density_km': 5.4348422889582855, 'intersection_density_km': 4.738067636527736, 'edge_density_km': 2990.6986436801676, 'street_density_km': 1506.4233982945434, 'circuity_avg': 1.0742679340582655, 'self_loop_proportion': 0.0039603960396039604, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0742679340582655\n", - "5349\n", - "7973052.837567437\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 5541.352, 'edge_length_avg': 1385.338, 'street_length_total': 2770.676, 'street_length_avg': 1385.338, 'street_segments_count': 2, 'node_density_km': 0.37626741740185105, 'intersection_density_km': 0.37626741740185105, 'edge_density_km': 695.0100686515274, 'street_density_km': 347.5050343257637, 'circuity_avg': 1.0027534056104708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0027534056104708\n", - "5350\n", - "4985843.841678808\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 2563.67, 'edge_length_avg': 160.229375, 'street_length_total': 1281.8349999999998, 'street_length_avg': 160.22937499999998, 'street_segments_count': 8, 'node_density_km': 1.6045428324739268, 'intersection_density_km': 1.2034071243554452, 'edge_density_km': 514.189790416054, 'street_density_km': 257.09489520802697, 'circuity_avg': 1.5591209073992773, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.5591209073992773\n", - "5351\n", - "3987169.534812657\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2318.888, 'edge_length_avg': 1159.444, 'street_length_total': 1159.4440000000002, 'street_length_avg': 1159.4440000000002, 'street_segments_count': 1, 'node_density_km': 0.5016089691039368, 'intersection_density_km': 0.5016089691039368, 'edge_density_km': 581.5875095737448, 'street_density_km': 290.79375478687246, 'circuity_avg': 1.3470102878098649, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3470102878098649\n", - "5352\n", - "6976959.044465353\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1944.874, 'edge_length_avg': 486.2185, 'street_length_total': 972.4370000000001, 'street_length_avg': 486.21850000000006, 'street_segments_count': 2, 'node_density_km': 0.42998675796725866, 'intersection_density_km': 0.2866578386448391, 'edge_density_km': 278.7566886382714, 'street_density_km': 139.37834431913572, 'circuity_avg': 1.1251930408489974, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1251930408489974\n", - "5353\n", - "996760.0200315742\n", - "error with entry 5353\n", - "5354\n", - "1993535.6894659149\n", - "error with entry 5354\n", - "5355\n", - "2990395.060550956\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 9, 'streets_per_node_avg': 2.5384615384615383, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 7, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.5384615384615384, 4: 0.15384615384615385}, 'edge_length_total': 8231.028, 'edge_length_avg': 316.57800000000003, 'street_length_total': 4115.514, 'street_length_avg': 316.57800000000003, 'street_segments_count': 13, 'node_density_km': 4.347251696438013, 'intersection_density_km': 3.0096357898417017, 'edge_density_km': 2752.488495109907, 'street_density_km': 1376.2442475549535, 'circuity_avg': 1.0368772241699657, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368772241699657\n", - "5356\n", - "4983693.9998468505\n", - "{'n': 26, 'm': 56, 'k_avg': 4.3076923076923075, 'intersection_count': 22, 'streets_per_node_avg': 2.769230769230769, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 20, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.7692307692307693, 4: 0.07692307692307693}, 'edge_length_total': 20578.322, 'edge_length_avg': 367.4700357142857, 'street_length_total': 10289.160999999998, 'street_length_avg': 367.47003571428564, 'street_segments_count': 28, 'node_density_km': 5.217013725320813, 'intersection_density_km': 4.414396229117611, 'edge_density_km': 4129.130319925817, 'street_density_km': 2064.565159962908, 'circuity_avg': 1.1556804804499081, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1556804804499081\n", - "5357\n", - "25928572.134583794\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 43, 'm': 86, 'k_avg': 4.0, 'intersection_count': 24, 'streets_per_node_avg': 2.116279069767442, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4418604651162791, 2: 0.0, 3: 0.5581395348837209}, 'edge_length_total': 35530.73399999999, 'edge_length_avg': 413.1480697674417, 'street_length_total': 17765.367000000002, 'street_length_avg': 413.1480697674419, 'street_segments_count': 43, 'node_density_km': 1.6584021586999065, 'intersection_density_km': 0.9256198095069245, 'edge_density_km': 1370.3313015300498, 'street_density_km': 685.1656507650251, 'circuity_avg': 1.127645794655076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.127645794655076\n", - "5358\n", - "17952020.776153155\n", - "{'n': 13, 'm': 24, 'k_avg': 3.6923076923076925, 'intersection_count': 11, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.8461538461538461}, 'edge_length_total': 19094.091999999997, 'edge_length_avg': 795.5871666666666, 'street_length_total': 9547.046000000002, 'street_length_avg': 795.5871666666668, 'street_segments_count': 12, 'node_density_km': 0.724152459608823, 'intersection_density_km': 0.6127443888997733, 'edge_density_km': 1063.61797583055, 'street_density_km': 531.8089879152752, 'circuity_avg': 1.0724172932887144, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0724172932887144\n", - "5359\n", - "9967251.280702226\n", - "{'n': 19, 'm': 40, 'k_avg': 4.2105263157894735, 'intersection_count': 13, 'streets_per_node_avg': 2.4210526315789473, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 12, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.631578947368421, 4: 0.05263157894736842}, 'edge_length_total': 25743.041999999994, 'edge_length_avg': 643.5760499999999, 'street_length_total': 12871.520999999997, 'street_length_avg': 643.5760499999999, 'street_segments_count': 20, 'node_density_km': 1.9062427007119047, 'intersection_density_km': 1.3042713215397241, 'edge_density_km': 2582.7624161378935, 'street_density_km': 1291.3812080689468, 'circuity_avg': 1.1736100883039047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1736100883039047\n", - "5360\n", - "6977069.626004405\n", - "{'n': 59, 'm': 132, 'k_avg': 4.47457627118644, 'intersection_count': 47, 'streets_per_node_avg': 2.6271186440677967, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 45, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2033898305084746, 2: 0.0, 3: 0.7627118644067796, 4: 0.03389830508474576}, 'edge_length_total': 34552.458000000006, 'edge_length_avg': 261.7610454545455, 'street_length_total': 17276.229000000003, 'street_length_avg': 261.7610454545455, 'street_segments_count': 66, 'node_density_km': 8.45627221206159, 'intersection_density_km': 6.7363524401168595, 'edge_density_km': 4952.287973624157, 'street_density_km': 2476.1439868120783, 'circuity_avg': 1.102242002061888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.102242002061888\n", - "5361\n", - "11968645.542173779\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1337.228, 'edge_length_avg': 334.307, 'street_length_total': 668.614, 'street_length_avg': 334.307, 'street_segments_count': 2, 'node_density_km': 0.1671032860779963, 'intersection_density_km': 0.1671032860779963, 'edge_density_km': 111.72759651775343, 'street_density_km': 55.86379825887671, 'circuity_avg': 1.0072285072395575, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0072285072395575\n", - "5362\n", - "1993541.5631965438\n", - "error with entry 5362\n", - "5363\n", - "1993492.78943579\n", - "error with entry 5363\n", - "5364\n", - "1993798.0386288534\n", - "error with entry 5364\n", - "5365\n", - "6976687.927551839\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 5, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 11768.978, 'edge_length_avg': 1176.8978, 'street_length_total': 5884.4890000000005, 'street_length_avg': 1176.8978000000002, 'street_segments_count': 5, 'node_density_km': 0.7166724457108589, 'intersection_density_km': 0.7166724457108589, 'edge_density_km': 1686.9004493554585, 'street_density_km': 843.4502246777294, 'circuity_avg': 1.1205724957986054, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1205724957986054\n", - "5366\n", - "1993732.4514929145\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1729.3400000000001, 'edge_length_avg': 864.6700000000001, 'street_length_total': 864.6700000000001, 'street_length_avg': 864.6700000000001, 'street_segments_count': 1, 'node_density_km': 1.0031436256667199, 'intersection_density_km': 0.5015718128333599, 'edge_density_km': 867.3881988052428, 'street_density_km': 433.6940994026214, 'circuity_avg': 1.4645394281129176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.4645394281129176\n", - "5367\n", - "5984052.87892921\n", - "{'n': 25, 'm': 50, 'k_avg': 4.0, 'intersection_count': 14, 'streets_per_node_avg': 2.12, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.44, 2: 0.0, 3: 0.56}, 'edge_length_total': 12670.61, 'edge_length_avg': 253.4122, 'street_length_total': 6335.305, 'street_length_avg': 253.4122, 'street_segments_count': 25, 'node_density_km': 4.177770568844558, 'intersection_density_km': 2.3395515185529527, 'edge_density_km': 2117.396061892302, 'street_density_km': 1058.698030946151, 'circuity_avg': 1.081112695256874, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081112695256874\n", - "5368\n", - "997010.8170864563\n", - "error with entry 5368\n", - "5369\n", - "996879.0590460886\n", - "error with entry 5369\n", - "5370\n", - "998298.5056707069\n", - "error with entry 5370\n", - "5371\n", - "45873724.13583595\n", - "error with entry 5371\n", - "5372\n", - "22924051.433191307\n", - "{'n': 14, 'm': 36, 'k_avg': 5.142857142857143, 'intersection_count': 12, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 11, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7857142857142857, 4: 0.07142857142857142}, 'edge_length_total': 34807.41, 'edge_length_avg': 966.8725000000001, 'street_length_total': 17403.704999999998, 'street_length_avg': 966.8725, 'street_segments_count': 18, 'node_density_km': 0.6107122923188727, 'intersection_density_km': 0.5234676791304622, 'edge_density_km': 1518.3795107702038, 'street_density_km': 759.1897553851018, 'circuity_avg': 1.2185311558899035, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2185311558899035\n", - "5373\n", - "8970619.532365907\n", - "{'n': 74, 'm': 175, 'k_avg': 4.72972972972973, 'intersection_count': 55, 'streets_per_node_avg': 2.581081081081081, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 49, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25675675675675674, 2: 0.0, 3: 0.6621621621621622, 4: 0.06756756756756757, 5: 0.013513513513513514}, 'edge_length_total': 34178.75500000002, 'edge_length_avg': 195.30717142857154, 'street_length_total': 17152.857, 'street_length_avg': 186.44409782608696, 'street_segments_count': 92, 'node_density_km': 8.249151547784267, 'intersection_density_km': 6.131126150380198, 'edge_density_km': 3810.077428507965, 'street_density_km': 1912.115092844219, 'circuity_avg': 1.069482032232962, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069482032232962\n", - "5374\n", - "63788144.79786013\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 563, 'm': 1311, 'k_avg': 4.657193605683837, 'intersection_count': 421, 'streets_per_node_avg': 2.612788632326821, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 356, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2522202486678508, 2: 0.0, 3: 0.6323268206039077, 4: 0.11367673179396093, 5: 0.0017761989342806395}, 'edge_length_total': 296299.97199999983, 'edge_length_avg': 226.01065751334846, 'street_length_total': 152318.835, 'street_length_avg': 215.44389674681753, 'street_segments_count': 707, 'node_density_km': 8.826091459221852, 'intersection_density_km': 6.599972476611722, 'edge_density_km': 4645.063325465137, 'street_density_km': 2387.886267623663, 'circuity_avg': 1.0720374225225064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0720374225225064\n", - "5375\n", - "997359.944902363\n", - "error with entry 5375\n", - "5376\n", - "18936424.851426587\n", - "{'n': 11, 'm': 26, 'k_avg': 4.7272727272727275, 'intersection_count': 11, 'streets_per_node_avg': 3.090909090909091, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 10, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.9090909090909091, 4: 0.09090909090909091}, 'edge_length_total': 32935.78199999999, 'edge_length_avg': 1266.760846153846, 'street_length_total': 16467.890999999992, 'street_length_avg': 1266.7608461538455, 'street_segments_count': 13, 'node_density_km': 0.580891065040258, 'intersection_density_km': 0.580891065040258, 'edge_density_km': 1739.2819530830686, 'street_density_km': 869.6409765415341, 'circuity_avg': 1.142014978896969, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.142014978896969\n", - "5377\n", - "17955029.476032093\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 3, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 6071.501999999999, 'edge_length_avg': 607.1501999999998, 'street_length_total': 3035.7509999999993, 'street_length_avg': 607.1501999999998, 'street_segments_count': 5, 'node_density_km': 0.33416820663031005, 'intersection_density_km': 0.16708410331515502, 'edge_density_km': 338.1504891487234, 'street_density_km': 169.0752445743617, 'circuity_avg': 1.3537720902255073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3537720902255073\n", - "5378\n", - "996980.9040860271\n", - "error with entry 5378\n", - "5379\n", - "5982901.640380884\n", - "error with entry 5379\n", - "5380\n", - "996878.3729212666\n", - "error with entry 5380\n", - "5381\n", - "996757.9454836512\n", - "error with entry 5381\n", - "5382\n", - "3987295.6224323492\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 627.19, 'edge_length_avg': 156.7975, 'street_length_total': 313.595, 'street_length_avg': 156.7975, 'street_segments_count': 2, 'node_density_km': 0.752389660581506, 'intersection_density_km': 0.5015931070543374, 'edge_density_km': 157.29709040670494, 'street_density_km': 78.64854520335247, 'circuity_avg': 1.1565615663410018, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1565615663410018\n", - "5383\n", - "1994202.5833403855\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1440.8999999999999, 'edge_length_avg': 360.22499999999997, 'street_length_total': 720.45, 'street_length_avg': 360.225, 'street_segments_count': 2, 'node_density_km': 1.0029071352670218, 'intersection_density_km': 1.0029071352670218, 'edge_density_km': 722.5444456031257, 'street_density_km': 361.2722228015629, 'circuity_avg': 1.3461327929147164, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3461327929147164\n", - "5384\n", - "996746.712942351\n", - "error with entry 5384\n", - "5385\n", - "4983757.584811877\n", - "{'n': 15, 'm': 30, 'k_avg': 4.0, 'intersection_count': 10, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6, 4: 0.06666666666666667}, 'edge_length_total': 14332.969999999996, 'edge_length_avg': 477.7656666666665, 'street_length_total': 7166.485, 'street_length_avg': 477.7656666666666, 'street_segments_count': 15, 'node_density_km': 3.00977721021441, 'intersection_density_km': 2.00651814014294, 'edge_density_km': 2875.9364307124547, 'street_density_km': 1437.9682153562278, 'circuity_avg': 1.015664658011392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015664658011392\n", - "5386\n", - "3986677.04601725\n", - "{'n': 42, 'm': 108, 'k_avg': 5.142857142857143, 'intersection_count': 34, 'streets_per_node_avg': 2.738095238095238, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 30, 4: 3, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.7142857142857143, 4: 0.07142857142857142, 5: 0.023809523809523808}, 'edge_length_total': 23094.855999999992, 'edge_length_avg': 213.8412592592592, 'street_length_total': 11547.428, 'street_length_avg': 213.84125925925926, 'street_segments_count': 54, 'node_density_km': 10.535089628581433, 'intersection_density_km': 8.528405889804018, 'edge_density_km': 5793.008998075753, 'street_density_km': 2896.5044990378774, 'circuity_avg': 1.1019796154351866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1019796154351866\n", - "5387\n", - "12958434.804130264\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.3, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.5, 4: 0.1}, 'edge_length_total': 11332.728000000003, 'edge_length_avg': 629.5960000000001, 'street_length_total': 5666.364, 'street_length_avg': 629.596, 'street_segments_count': 9, 'node_density_km': 0.7716981372482333, 'intersection_density_km': 0.46301888234894, 'edge_density_km': 874.54450875409, 'street_density_km': 437.2722543770448, 'circuity_avg': 1.2935004596822364, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2935004596822364\n", - "5388\n", - "996739.5568648868\n", - "error with entry 5388\n", - "5389\n", - "997423.086623197\n", - "error with entry 5389\n", - "5390\n", - "996887.1933579383\n", - "error with entry 5390\n", - "5391\n", - "2995261.1806958313\n", - "error with entry 5391\n", - "5392\n", - "996755.7419782464\n", - "error with entry 5392\n", - "5393\n", - "9967882.912823489\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 229.51, 'edge_length_avg': 114.755, 'street_length_total': 114.755, 'street_length_avg': 114.755, 'street_segments_count': 1, 'node_density_km': 0.20064441140525824, 'intersection_density_km': 0.20064441140525824, 'edge_density_km': 23.02494943081041, 'street_density_km': 11.512474715405205, 'circuity_avg': 1.0000016452014857, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0000016452014857\n", - "5394\n", - "46843986.02624729\n", - "error with entry 5394\n", - "5395\n", - "996665.0468536566\n", - "error with entry 5395\n", - "5396\n", - "996676.741321251\n", - "error with entry 5396\n", - "5397\n", - "998462.1245780423\n", - "error with entry 5397\n", - "5398\n", - "2990747.4653573725\n", - "error with entry 5398\n", - "5399\n", - "996892.4449127577\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 2088.316, 'edge_length_avg': 1044.158, 'street_length_total': 1044.158, 'street_length_avg': 1044.158, 'street_segments_count': 1, 'node_density_km': 2.0062344841775066, 'intersection_density_km': 1.0031172420887533, 'edge_density_km': 2094.825786529817, 'street_density_km': 1047.4128932649085, 'circuity_avg': 1.2902996546656098, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2902996546656098\n", - "5400\n", - "1993995.923042336\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 933.7660000000001, 'edge_length_avg': 466.88300000000004, 'street_length_total': 466.88300000000004, 'street_length_avg': 466.88300000000004, 'street_segments_count': 1, 'node_density_km': 1.0030110778504016, 'intersection_density_km': 1.0030110778504016, 'edge_density_km': 468.2888210600291, 'street_density_km': 234.14441053001454, 'circuity_avg': 1.2215967617135224, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2215967617135224\n", - "5401\n", - "1993421.1621640776\n", - "error with entry 5401\n", - "5402\n", - "997273.553873866\n", - "error with entry 5402\n", - "5403\n", - "2990238.8203120916\n", - "error with entry 5403\n", - "5404\n", - "4983680.860038953\n", - "error with entry 5404\n", - "5405\n", - "1993368.7445508738\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1014.2280000000001, 'edge_length_avg': 507.11400000000003, 'street_length_total': 507.11400000000003, 'street_length_avg': 507.11400000000003, 'street_segments_count': 1, 'node_density_km': 1.003326657683007, 'intersection_density_km': 1.003326657683007, 'edge_density_km': 508.8009946842605, 'street_density_km': 254.40049734213025, 'circuity_avg': 1.3092145233552106, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3092145233552106\n", - "5406\n", - "2990401.968648279\n", - "error with entry 5406\n", - "5407\n", - "996820.9917330514\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 185.304, 'edge_length_avg': 92.652, 'street_length_total': 92.652, 'street_length_avg': 92.652, 'street_segments_count': 1, 'node_density_km': 2.0063782931806475, 'intersection_density_km': 2.0063782931806475, 'edge_density_km': 185.89496161977337, 'street_density_km': 92.94748080988668, 'circuity_avg': 1.000002900062397, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.000002900062397\n", - "5408\n", - "26915478.875260364\n", - "{'n': 14, 'm': 28, 'k_avg': 4.0, 'intersection_count': 13, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07142857142857142, 2: 0.0, 3: 0.9285714285714286}, 'edge_length_total': 24990.519999999997, 'edge_length_avg': 892.5185714285714, 'street_length_total': 12528.061000000002, 'street_length_avg': 835.2040666666668, 'street_segments_count': 15, 'node_density_km': 0.5201467922931232, 'intersection_density_km': 0.4829934499864716, 'edge_density_km': 928.4813439812243, 'street_density_km': 465.45933877161275, 'circuity_avg': 1.0272690513930205, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0272690513930205\n", - "5409\n", - "18935569.05908343\n", - "{'n': 102, 'm': 250, 'k_avg': 4.901960784313726, 'intersection_count': 82, 'streets_per_node_avg': 2.735294117647059, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 69, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.6764705882352942, 4: 0.12745098039215685}, 'edge_length_total': 73625.14000000006, 'edge_length_avg': 294.50056000000023, 'street_length_total': 36812.57, 'street_length_avg': 294.50056, 'street_segments_count': 125, 'node_density_km': 5.386687861438757, 'intersection_density_km': 4.330474555274295, 'edge_density_km': 3888.1926268110724, 'street_density_km': 1944.0963134055346, 'circuity_avg': 1.12503908079263, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.12503908079263\n", - "5410\n", - "6977480.639545997\n", - "{'n': 23, 'm': 60, 'k_avg': 5.217391304347826, 'intersection_count': 21, 'streets_per_node_avg': 2.9130434782608696, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 19, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.8260869565217391, 4: 0.08695652173913043}, 'edge_length_total': 15897.228000000003, 'edge_length_avg': 264.95380000000006, 'street_length_total': 7948.614000000001, 'street_length_avg': 264.95380000000006, 'street_segments_count': 30, 'node_density_km': 3.2963187127519626, 'intersection_density_km': 3.009682302947444, 'edge_density_km': 2278.362179881933, 'street_density_km': 1139.1810899409666, 'circuity_avg': 1.14222342333775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.14222342333775\n", - "5411\n", - "996776.3020713604\n", - "error with entry 5411\n", - "5412\n", - "1993432.4446512638\n", - "error with entry 5412\n", - "5413\n", - "1993510.4457096702\n", - "error with entry 5413\n", - "5414\n", - "996659.2709578237\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1518.578, 'edge_length_avg': 379.6445, 'street_length_total': 759.289, 'street_length_avg': 379.6445, 'street_segments_count': 2, 'node_density_km': 3.0100557807653736, 'intersection_density_km': 2.0067038538435824, 'edge_density_km': 1523.6681624810399, 'street_density_km': 761.8340812405199, 'circuity_avg': 1.0514072272495927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514072272495927\n", - "5415\n", - "1994150.4662448736\n", - "error with entry 5415\n", - "5416\n", - "2989752.9870142075\n", - "error with entry 5416\n", - "5417\n", - "996766.7442365661\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 489.2660000000001, 'edge_length_avg': 244.63300000000004, 'street_length_total': 244.633, 'street_length_avg': 244.633, 'street_segments_count': 1, 'node_density_km': 2.006487487232352, 'intersection_density_km': 1.003243743616176, 'edge_density_km': 490.85305346411207, 'street_density_km': 245.426526732056, 'circuity_avg': 1.0145821241650048, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0145821241650048\n", - "5418\n", - "3988300.012531733\n", - "error with entry 5418\n", - "5419\n", - "996638.7929612831\n", - "error with entry 5419\n", - "5420\n", - "19932161.08790853\n", - "{'n': 135, 'm': 328, 'k_avg': 4.859259259259259, 'intersection_count': 118, 'streets_per_node_avg': 2.785185185185185, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 113, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1259259259259259, 2: 0.0, 3: 0.837037037037037, 4: 0.037037037037037035}, 'edge_length_total': 80638.38199999991, 'edge_length_avg': 245.84872560975583, 'street_length_total': 40319.191, 'street_length_avg': 245.8487256097561, 'street_segments_count': 164, 'node_density_km': 6.772973557889577, 'intersection_density_km': 5.920080591340518, 'edge_density_km': 4045.641696570357, 'street_density_km': 2022.8208482851805, 'circuity_avg': 1.0777957310634665, 'self_loop_proportion': 0.006097560975609756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0777957310634665\n", - "5421\n", - "1993435.3230408477\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 85.292, 'edge_length_avg': 42.646, 'street_length_total': 42.64600000000001, 'street_length_avg': 42.64600000000001, 'street_segments_count': 1, 'node_density_km': 1.0032931477050073, 'intersection_density_km': 0.5016465738525037, 'edge_density_km': 42.786439577027735, 'street_density_km': 21.39321978851387, 'circuity_avg': 1.0341169392041658, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341169392041658\n", - "5422\n", - "996639.214206833\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5422\n", - "5423\n", - "5979867.790311968\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 8, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8888888888888888}, 'edge_length_total': 9376.170000000002, 'edge_length_avg': 586.0106250000001, 'street_length_total': 4688.085, 'street_length_avg': 586.010625, 'street_segments_count': 8, 'node_density_km': 1.5050499970218358, 'intersection_density_km': 1.3378222195749652, 'edge_density_km': 1567.9560700640254, 'street_density_km': 783.9780350320126, 'circuity_avg': 1.0380083349548679, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380083349548679\n", - "5424\n", - "996644.8580424646\n", - "error with entry 5424\n", - "5425\n", - "997566.56913931\n", - "error with entry 5425\n", - "5426\n", - "1993417.9349315944\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 941.458, 'edge_length_avg': 470.729, 'street_length_total': 470.72900000000004, 'street_length_avg': 470.72900000000004, 'street_segments_count': 1, 'node_density_km': 1.0033018991918679, 'intersection_density_km': 0.5016509495959339, 'edge_density_km': 472.2832997046888, 'street_density_km': 236.14164985234441, 'circuity_avg': 1.03901024323536, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03901024323536\n", - "5427\n", - "1994180.1590917928\n", - "error with entry 5427\n", - "5428\n", - "997060.9191725848\n", - "error with entry 5428\n", - "5429\n", - "997405.1437946203\n", - "error with entry 5429\n", - "5430\n", - "110643100.7366598\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 15916.963999999998, 'edge_length_avg': 2652.827333333333, 'street_length_total': 7958.482000000001, 'street_length_avg': 2652.8273333333336, 'street_segments_count': 3, 'node_density_km': 0.03615227676527566, 'intersection_density_km': 0.01807613838263783, 'edge_density_km': 143.85862194773227, 'street_density_km': 71.92931097386615, 'circuity_avg': 1.3719077339970847, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3719077339970847\n", - "5431\n", - "996899.9116352741\n", - "error with entry 5431\n", - "5432\n", - "996630.675715815\n", - "error with entry 5432\n", - "5433\n", - "38867863.17372363\n", - "error with entry 5433\n", - "5434\n", - "4983233.281437176\n", - "{'n': 33, 'm': 90, 'k_avg': 5.454545454545454, 'intersection_count': 26, 'streets_per_node_avg': 2.787878787878788, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 19, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21212121212121213, 2: 0.0, 3: 0.5757575757575758, 4: 0.21212121212121213}, 'edge_length_total': 27911.558, 'edge_length_avg': 310.12842222222224, 'street_length_total': 13955.778999999999, 'street_length_avg': 310.1284222222222, 'street_segments_count': 45, 'node_density_km': 6.622206534646262, 'intersection_density_km': 5.217496057600085, 'edge_density_km': 5601.093993326004, 'street_density_km': 2800.5469966630017, 'circuity_avg': 1.2076813215613837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2076813215613837\n", - "5435\n", - "996868.8260780368\n", - "error with entry 5435\n", - "5436\n", - "1993200.1704572733\n", - "error with entry 5436\n", - "5437\n", - "996749.8384398037\n", - "error with entry 5437\n", - "5438\n", - "996604.5551810382\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.272727272727273, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.36363636363636365, 2: 0.0, 3: 0.6363636363636364}, 'edge_length_total': 4690.527999999999, 'edge_length_avg': 213.20581818181816, 'street_length_total': 2345.264, 'street_length_avg': 213.2058181818182, 'street_segments_count': 11, 'node_density_km': 11.03747714458499, 'intersection_density_km': 7.02384909200863, 'edge_density_km': 4706.5086905487215, 'street_density_km': 2353.254345274361, 'circuity_avg': 1.132406608896726, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.132406608896726\n", - "5439\n", - "15946786.809105663\n", - "{'n': 881, 'm': 2214, 'k_avg': 5.026106696935301, 'intersection_count': 742, 'streets_per_node_avg': 2.8036322360953463, 'streets_per_node_counts': {0: 0, 1: 139, 2: 1, 3: 637, 4: 102, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15777525539160045, 2: 0.0011350737797956867, 3: 0.7230419977298524, 4: 0.11577752553916004, 5: 0.0022701475595913734}, 'edge_length_total': 249813.3589999999, 'edge_length_avg': 112.83349548328813, 'street_length_total': 135372.58, 'street_length_avg': 113.56760067114092, 'street_segments_count': 1192, 'node_density_km': 55.24623929235364, 'intersection_density_km': 46.52974977857708, 'edge_density_km': 15665.435425358277, 'street_density_km': 8489.019237574672, 'circuity_avg': 1.0309866122173499, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309866122173499\n", - "5440\n", - "996694.1151477041\n", - "error with entry 5440\n", - "5441\n", - "7972526.163158506\n", - "{'n': 60, 'm': 142, 'k_avg': 4.733333333333333, 'intersection_count': 49, 'streets_per_node_avg': 2.683333333333333, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 46, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18333333333333332, 2: 0.0, 3: 0.7666666666666667, 4: 0.05}, 'edge_length_total': 36746.657999999996, 'edge_length_avg': 258.7792816901408, 'street_length_total': 18373.329, 'street_length_avg': 258.77928169014086, 'street_segments_count': 71, 'node_density_km': 7.525845481356134, 'intersection_density_km': 6.14610714310751, 'edge_density_km': 4609.16116773732, 'street_density_km': 2304.5805838686606, 'circuity_avg': 1.057746009936752, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057746009936752\n", - "5442\n", - "996606.1367342037\n", - "{'n': 47, 'm': 112, 'k_avg': 4.76595744680851, 'intersection_count': 38, 'streets_per_node_avg': 2.723404255319149, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 33, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19148936170212766, 2: 0.0, 3: 0.7021276595744681, 4: 0.10638297872340426}, 'edge_length_total': 9806.498000000005, 'edge_length_avg': 87.5580178571429, 'street_length_total': 4903.249, 'street_length_avg': 87.55801785714286, 'street_segments_count': 56, 'node_density_km': 47.160054777522376, 'intersection_density_km': 38.12940599033724, 'edge_density_km': 9839.893252248168, 'street_density_km': 4919.946626124081, 'circuity_avg': 1.0298217517299455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0298217517299455\n", - "5443\n", - "996802.9979863393\n", - "error with entry 5443\n", - "5444\n", - "997253.5739977704\n", - "error with entry 5444\n", - "5445\n", - "996761.490217627\n", - "error with entry 5445\n", - "5446\n", - "12954950.754984686\n", - "{'n': 57, 'm': 122, 'k_avg': 4.280701754385965, 'intersection_count': 39, 'streets_per_node_avg': 2.491228070175439, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 33, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3157894736842105, 2: 0.0, 3: 0.5789473684210527, 4: 0.08771929824561403, 5: 0.017543859649122806}, 'edge_length_total': 38737.55599999998, 'edge_length_avg': 317.520950819672, 'street_length_total': 19368.778000000006, 'street_length_avg': 317.52095081967224, 'street_segments_count': 61, 'node_density_km': 4.399862344368084, 'intersection_density_km': 3.0104321303571098, 'edge_density_km': 2990.1739290745586, 'street_density_km': 1495.0869645372804, 'circuity_avg': 1.0524390069182152, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0524390069182152\n", - "5447\n", - "996772.6367016284\n", - "error with entry 5447\n", - "5448\n", - "1993598.380099422\n", - "error with entry 5448\n", - "5449\n", - "996783.212308106\n", - "error with entry 5449\n", - "5450\n", - "1995753.443799203\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5450\n", - "5451\n", - "6976108.8539659\n", - "{'n': 45, 'm': 102, 'k_avg': 4.533333333333333, 'intersection_count': 35, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 33, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.7333333333333333, 4: 0.044444444444444446}, 'edge_length_total': 29652.708000000006, 'edge_length_avg': 290.7128235294118, 'street_length_total': 14826.354, 'street_length_avg': 290.71282352941176, 'street_segments_count': 51, 'node_density_km': 6.450587418001314, 'intersection_density_km': 5.017123547334355, 'edge_density_km': 4250.60855854371, 'street_density_km': 2125.3042792718543, 'circuity_avg': 1.1010418274708493, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1010418274708493\n", - "5452\n", - "1993564.9726281185\n", - "error with entry 5452\n", - "5453\n", - "996794.1527940575\n", - "error with entry 5453\n", - "5454\n", - "996795.371319846\n", - "error with entry 5454\n", - "5455\n", - "1993117.2113701166\n", - "{'n': 64, 'm': 162, 'k_avg': 5.0625, 'intersection_count': 53, 'streets_per_node_avg': 2.703125, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 50, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.171875, 2: 0.0, 3: 0.78125, 4: 0.046875}, 'edge_length_total': 16357.779999999995, 'edge_length_avg': 100.97395061728392, 'street_length_total': 8178.890000000002, 'street_length_avg': 100.97395061728398, 'street_segments_count': 81, 'node_density_km': 32.11050490904389, 'intersection_density_km': 26.591511877801974, 'edge_density_km': 8207.13398423531, 'street_density_km': 4103.566992117658, 'circuity_avg': 1.0718469333165277, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718469333165277\n", - "5456\n", - "996801.6612462522\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 4, 'streets_per_node_avg': 2.142857142857143, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42857142857142855, 2: 0.0, 3: 0.5714285714285714}, 'edge_length_total': 4419.944, 'edge_length_avg': 368.3286666666667, 'street_length_total': 2209.972, 'street_length_avg': 368.3286666666667, 'street_segments_count': 6, 'node_density_km': 7.022460206625502, 'intersection_density_km': 4.012834403786001, 'edge_density_km': 4434.125836501878, 'street_density_km': 2217.062918250939, 'circuity_avg': 1.3660153829600057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3660153829600057\n", - "5457\n", - "996713.6532195407\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 186.204, 'edge_length_avg': 93.102, 'street_length_total': 93.102, 'street_length_avg': 93.102, 'street_segments_count': 1, 'node_density_km': 2.006594364930878, 'intersection_density_km': 2.006594364930878, 'edge_density_km': 186.81794856379463, 'street_density_km': 93.40897428189731, 'circuity_avg': 1.0010985941881985, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0010985941881985\n", - "5458\n", - "1994282.324712037\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 2067.726, 'edge_length_avg': 516.9315, 'street_length_total': 1033.8629999999998, 'street_length_avg': 516.9314999999999, 'street_segments_count': 2, 'node_density_km': 1.5043005510431842, 'intersection_density_km': 1.0028670340287895, 'edge_density_km': 1036.8271204021064, 'street_density_km': 518.4135602010531, 'circuity_avg': 1.6076481051271134, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.6076481051271134\n", - "5459\n", - "3986214.3121627853\n", - "error with entry 5459\n", - "5460\n", - "996598.8310922188\n", - "error with entry 5460\n", - "5461\n", - "6976417.297133412\n", - "{'n': 51, 'm': 122, 'k_avg': 4.784313725490196, 'intersection_count': 38, 'streets_per_node_avg': 2.549019607843137, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 35, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2549019607843137, 2: 0.0, 3: 0.6862745098039216, 4: 0.058823529411764705}, 'edge_length_total': 17968.34399999999, 'edge_length_avg': 147.28150819672123, 'street_length_total': 8984.171999999999, 'street_length_avg': 147.2815081967213, 'street_segments_count': 61, 'node_density_km': 7.3103425193552765, 'intersection_density_km': 5.446921877166677, 'edge_density_km': 2575.583316580435, 'street_density_km': 1287.791658290218, 'circuity_avg': 1.1291146665575076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1291146665575076\n", - "5462\n", - "2989676.691240443\n", - "error with entry 5462\n", - "5463\n", - "3986321.4960549213\n", - "error with entry 5463\n", - "5464\n", - "996848.9677398137\n", - "{'n': 9, 'm': 16, 'k_avg': 3.5555555555555554, 'intersection_count': 5, 'streets_per_node_avg': 2.111111111111111, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4444444444444444, 2: 0.0, 3: 0.5555555555555556}, 'edge_length_total': 1965.3080000000002, 'edge_length_avg': 122.83175000000001, 'street_length_total': 982.6539999999999, 'street_length_avg': 122.83174999999999, 'street_segments_count': 8, 'node_density_km': 9.028448933850006, 'intersection_density_km': 5.0158049632500035, 'edge_density_km': 1971.5203241429876, 'street_density_km': 985.7601620714936, 'circuity_avg': 1.010510071942735, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.010510071942735\n", - "5465\n", - "32892054.744012684\n", - "error with entry 5465\n", - "5466\n", - "8969373.76658453\n", - "error with entry 5466\n", - "5467\n", - "2990051.511296587\n", - "error with entry 5467\n", - "5468\n", - "11960168.090980537\n", - "{'n': 228, 'm': 600, 'k_avg': 5.2631578947368425, 'intersection_count': 184, 'streets_per_node_avg': 2.7719298245614037, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 148, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19298245614035087, 2: 0.0, 3: 0.6491228070175439, 4: 0.15789473684210525}, 'edge_length_total': 94521.81799999997, 'edge_length_avg': 157.53636333333327, 'street_length_total': 47260.909000000014, 'street_length_avg': 157.53636333333338, 'street_segments_count': 300, 'node_density_km': 19.063277227009923, 'intersection_density_km': 15.38439916565713, 'edge_density_km': 7903.050967258667, 'street_density_km': 3951.5254836293357, 'circuity_avg': 1.0671558754334602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671558754334602\n", - "5469\n", - "996600.6135368354\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 0, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.6666666666666666, 2: 0.0, 3: 0.0, 4: 0.3333333333333333}, 'edge_length_total': 1648.462, 'edge_length_avg': 412.1155, 'street_length_total': 824.231, 'street_length_avg': 412.1155, 'street_segments_count': 2, 'node_density_km': 3.010232945124629, 'intersection_density_km': 1.0034109817082095, 'edge_density_km': 1654.0848737286785, 'street_density_km': 827.0424368643393, 'circuity_avg': 1.0001241886071661, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0001241886071661\n", - "5470\n", - "996571.5064049786\n", - "error with entry 5470\n", - "5471\n", - "43855684.225604035\n", - "{'n': 167, 'm': 397, 'k_avg': 4.754491017964072, 'intersection_count': 143, 'streets_per_node_avg': 2.808383233532934, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 127, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1437125748502994, 2: 0.0, 3: 0.7604790419161677, 4: 0.09580838323353294}, 'edge_length_total': 122236.94600000003, 'edge_length_avg': 307.90162720403026, 'street_length_total': 62338.23199999999, 'street_length_avg': 294.04826415094334, 'street_segments_count': 212, 'node_density_km': 3.8079442368499463, 'intersection_density_km': 3.2606947656858822, 'edge_density_km': 2787.254335633762, 'street_density_km': 1421.4401873042807, 'circuity_avg': 1.062179634296837, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062179634296837\n", - "5472\n", - "3986467.8446648074\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 1055.336, 'edge_length_avg': 527.668, 'street_length_total': 527.668, 'street_length_avg': 527.668, 'street_segments_count': 1, 'node_density_km': 0.5016972613178484, 'intersection_density_km': 0.2508486306589242, 'edge_density_km': 264.72959048506647, 'street_density_km': 132.36479524253323, 'circuity_avg': 1.0235126197541031, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235126197541031\n", - "5473\n", - "2989973.5886326684\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2622.014, 'edge_length_avg': 655.5035, 'street_length_total': 1311.007, 'street_length_avg': 655.5035, 'street_segments_count': 2, 'node_density_km': 1.0033533444594462, 'intersection_density_km': 1.0033533444594462, 'edge_density_km': 876.9355053731634, 'street_density_km': 438.4677526865817, 'circuity_avg': 1.1114969777042225, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1114969777042225\n", - "5474\n", - "996839.0353562884\n", - "error with entry 5474\n", - "5475\n", - "996557.8570115496\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3043.004, 'edge_length_avg': 760.751, 'street_length_total': 1521.502, 'street_length_avg': 760.751, 'street_segments_count': 2, 'node_density_km': 2.0069080645227615, 'intersection_density_km': 2.0069080645227615, 'edge_density_km': 3053.5146339875105, 'street_density_km': 1526.7573169937552, 'circuity_avg': 1.399614903944746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.399614903944746\n", - "5476\n", - "1993311.373090067\n", - "error with entry 5476\n", - "5477\n", - "1993408.7510063555\n", - "{'n': 22, 'm': 60, 'k_avg': 5.454545454545454, 'intersection_count': 22, 'streets_per_node_avg': 3.227272727272727, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 17, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7727272727272727, 4: 0.22727272727272727}, 'edge_length_total': 7936.758000000003, 'edge_length_avg': 132.27930000000006, 'street_length_total': 3968.3790000000013, 'street_length_avg': 132.27930000000003, 'street_segments_count': 30, 'node_density_km': 11.036371737052667, 'intersection_density_km': 11.036371737052667, 'edge_density_km': 3981.5005306830312, 'street_density_km': 1990.7502653415154, 'circuity_avg': 1.0154167743525602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0154167743525602\n", - "5478\n", - "2989601.3512158487\n", - "{'n': 3, 'm': 6, 'k_avg': 4.0, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 4139.642, 'edge_length_avg': 689.9403333333333, 'street_length_total': 2069.821, 'street_length_avg': 689.9403333333333, 'street_segments_count': 3, 'node_density_km': 1.0034782727068017, 'intersection_density_km': 1.0034782727068017, 'edge_density_km': 1384.6802679281764, 'street_density_km': 692.3401339640882, 'circuity_avg': 2.0420447799918846, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.0420447799918846\n", - "5479\n", - "996670.5512723983\n", - "error with entry 5479\n", - "5480\n", - "1993917.7738182917\n", - "error with entry 5480\n", - "5481\n", - "996823.6670518636\n", - "error with entry 5481\n", - "5482\n", - "1993178.2232776652\n", - "error with entry 5482\n", - "5483\n", - "996593.4287260962\n", - "error with entry 5483\n", - "5484\n", - "2992050.946374141\n", - "error with entry 5484\n", - "5485\n", - "996835.9150266673\n", - "error with entry 5485\n", - "5486\n", - "996672.4440877795\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 1548.686, 'edge_length_avg': 387.1715, 'street_length_total': 774.343, 'street_length_avg': 387.1715, 'street_segments_count': 2, 'node_density_km': 3.0100159965251154, 'intersection_density_km': 2.0066773310167436, 'edge_density_km': 1553.8565445314982, 'street_density_km': 776.9282722657491, 'circuity_avg': 1.0888356659794192, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0888356659794192\n", - "5487\n", - "996830.4925846944\n", - "error with entry 5487\n", - "5488\n", - "997358.6898286972\n", - "error with entry 5488\n", - "5489\n", - "997370.0524125705\n", - "error with entry 5489\n", - "5490\n", - "996622.2917493167\n", - "error with entry 5490\n", - "5491\n", - "996688.4392488588\n", - "error with entry 5491\n", - "5492\n", - "996628.8166987456\n", - "error with entry 5492\n", - "5493\n", - "4982348.9307251135\n", - "{'n': 132, 'm': 308, 'k_avg': 4.666666666666667, 'intersection_count': 116, 'streets_per_node_avg': 2.856060606060606, 'streets_per_node_counts': {0: 0, 1: 16, 2: 1, 3: 102, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12121212121212122, 2: 0.007575757575757576, 3: 0.7727272727272727, 4: 0.09090909090909091, 5: 0.007575757575757576}, 'edge_length_total': 45871.13699999998, 'edge_length_avg': 148.93226298701293, 'street_length_total': 25634.571999999996, 'street_length_avg': 143.20989944134075, 'street_segments_count': 179, 'node_density_km': 26.493527818973767, 'intersection_density_km': 23.282191113643613, 'edge_density_km': 9206.729122708002, 'street_density_km': 5145.077624314287, 'circuity_avg': 1.0611686802774973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611686802774973\n", - "5494\n", - "996519.2395785681\n", - "error with entry 5494\n", - "5495\n", - "996654.8294922425\n", - "{'n': 2, 'm': 4, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 4.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 0, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.0, 4: 1.0}, 'edge_length_total': 644.314, 'edge_length_avg': 161.0785, 'street_length_total': 322.15700000000004, 'street_length_avg': 161.07850000000002, 'street_segments_count': 2, 'node_density_km': 2.0067127964642717, 'intersection_density_km': 2.0067127964642717, 'edge_density_km': 646.4765743705404, 'street_density_km': 323.2382871852703, 'circuity_avg': 2.0936817853934566, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 2.0936817853934566\n", - "5496\n", - "997017.1939562917\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 10, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09090909090909091, 2: 0.0, 3: 0.9090909090909091}, 'edge_length_total': 2646.7680000000005, 'edge_length_avg': 110.28200000000002, 'street_length_total': 1323.3839999999998, 'street_length_avg': 110.28199999999998, 'street_segments_count': 12, 'node_density_km': 11.032909027727591, 'intersection_density_km': 10.029917297934173, 'edge_density_km': 2654.686414681864, 'street_density_km': 1327.3432073409315, 'circuity_avg': 1.0301064852839088, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0301064852839088\n", - "5497\n", - "2989605.3855681727\n", - "{'n': 35, 'm': 90, 'k_avg': 5.142857142857143, 'intersection_count': 32, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 31, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08571428571428572, 2: 0.0, 3: 0.8857142857142857, 4: 0.02857142857142857}, 'edge_length_total': 16395.737999999994, 'edge_length_avg': 182.1748666666666, 'street_length_total': 8197.868999999999, 'street_length_avg': 182.17486666666665, 'street_segments_count': 45, 'node_density_km': 11.707230716453996, 'intersection_density_km': 10.703753797900795, 'edge_density_km': 5484.248215215198, 'street_density_km': 2742.1241076075994, 'circuity_avg': 1.0575715437900755, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575715437900755\n", - "5498\n", - "3986171.018914961\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 15, 'm': 32, 'k_avg': 4.266666666666667, 'intersection_count': 10, 'streets_per_node_avg': 2.4, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 9, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6, 4: 0.06666666666666667}, 'edge_length_total': 5551.732000000001, 'edge_length_avg': 173.49162500000003, 'street_length_total': 2775.866, 'street_length_avg': 173.491625, 'street_segments_count': 16, 'node_density_km': 3.7630096473088637, 'intersection_density_km': 2.508673098205909, 'edge_density_km': 1392.748071684889, 'street_density_km': 696.3740358424444, 'circuity_avg': 1.0981281199460775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0981281199460775\n", - "5499\n", - "996510.1501249184\n", - "error with entry 5499\n", - "5500\n", - "1992976.002950732\n", - "error with entry 5500\n", - "5501\n", - "997289.9240471226\n", - "error with entry 5501\n", - "5502\n", - "996683.8232630574\n", - "error with entry 5502\n", - "5503\n", - "996502.7953581855\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.6666666666666666, 4: 0.3333333333333333}, 'edge_length_total': 2410.6620000000003, 'edge_length_avg': 602.6655000000001, 'street_length_total': 1205.3310000000001, 'street_length_avg': 602.6655000000001, 'street_segments_count': 2, 'node_density_km': 3.0105284340137475, 'intersection_density_km': 3.0105284340137475, 'edge_density_km': 2419.122165265483, 'street_density_km': 1209.5610826327415, 'circuity_avg': 1.0373066842651786, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373066842651786\n", - "5504\n", - "997361.5762202872\n", - "error with entry 5504\n", - "5505\n", - "4982403.861005079\n", - "error with entry 5505\n", - "5506\n", - "1993465.8441153227\n", - "error with entry 5506\n", - "5507\n", - "996725.4301648522\n", - "error with entry 5507\n", - "5508\n", - "997705.5915399735\n", - "error with entry 5508\n", - "5509\n", - "10961105.331393238\n", - "{'n': 35, 'm': 87, 'k_avg': 4.9714285714285715, 'intersection_count': 31, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 28, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11428571428571428, 2: 0.0, 3: 0.8, 4: 0.08571428571428572}, 'edge_length_total': 17918.397999999997, 'edge_length_avg': 205.9585977011494, 'street_length_total': 8993.42, 'street_length_avg': 199.8537777777778, 'street_segments_count': 45, 'node_density_km': 3.1931086274445315, 'intersection_density_km': 2.8281819271651565, 'edge_density_km': 1634.725464108138, 'street_density_km': 820.4847712066343, 'circuity_avg': 1.0184343119865953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0184343119865953\n", - "5510\n", - "997404.8598966117\n", - "error with entry 5510\n", - "5511\n", - "996494.1072953044\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2136.404, 'edge_length_avg': 534.101, 'street_length_total': 1068.202, 'street_length_avg': 534.101, 'street_segments_count': 2, 'node_density_km': 3.010554681695644, 'intersection_density_km': 3.010554681695644, 'edge_density_km': 2143.9203547311004, 'street_density_km': 1071.9601773655502, 'circuity_avg': 1.0153852251065887, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0153852251065887\n", - "5512\n", - "996451.1115228186\n", - "error with entry 5512\n", - "5513\n", - "4982387.472496025\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 0, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.0, 4: 0.5}, 'edge_length_total': 882.2340000000002, 'edge_length_avg': 441.1170000000001, 'street_length_total': 441.117, 'street_length_avg': 441.117, 'street_segments_count': 1, 'node_density_km': 0.40141398296308345, 'intersection_density_km': 0.20070699148154172, 'edge_density_km': 177.0705319227265, 'street_density_km': 88.53526596136325, 'circuity_avg': 1.016882369736481, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.016882369736481\n", - "5514\n", - "996920.8139501123\n", - "error with entry 5514\n", - "5515\n", - "4982375.141145252\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1204.716, 'edge_length_avg': 602.358, 'street_length_total': 602.3580000000001, 'street_length_avg': 602.3580000000001, 'street_segments_count': 1, 'node_density_km': 0.4014149764604596, 'intersection_density_km': 0.4014149764604596, 'edge_density_km': 241.7955223907695, 'street_density_km': 120.89776119538477, 'circuity_avg': 1.0007529932642405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0007529932642405\n", - "5516\n", - "2994878.161176626\n", - "{'n': 48, 'm': 112, 'k_avg': 4.666666666666667, 'intersection_count': 36, 'streets_per_node_avg': 2.5416666666666665, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 34, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.7083333333333334, 4: 0.041666666666666664}, 'edge_length_total': 12328.715000000004, 'edge_length_avg': 110.07781250000004, 'street_length_total': 6201.031999999997, 'street_length_avg': 106.91434482758616, 'street_segments_count': 58, 'node_density_km': 16.027363190341536, 'intersection_density_km': 12.02052239275615, 'edge_density_km': 4116.599853650241, 'street_density_km': 2070.5456670610397, 'circuity_avg': 1.0746960750691978, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746960750691978\n", - "5517\n", - "996499.8586288803\n", - "error with entry 5517\n", - "5518\n", - "996755.5046050674\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 9, 'streets_per_node_avg': 2.3846153846153846, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6923076923076923}, 'edge_length_total': 3007.691999999999, 'edge_length_avg': 115.6804615384615, 'street_length_total': 1503.846, 'street_length_avg': 115.68046153846154, 'street_segments_count': 13, 'node_density_km': 13.042315733336066, 'intersection_density_km': 9.029295507694199, 'edge_density_km': 3017.482207125308, 'street_density_km': 1508.7411035626544, 'circuity_avg': 1.154926223391393, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.154926223391393\n", - "5519\n", - "1992845.2368459017\n", - "{'n': 11, 'm': 30, 'k_avg': 5.454545454545454, 'intersection_count': 11, 'streets_per_node_avg': 3.272727272727273, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7272727272727273, 4: 0.2727272727272727}, 'edge_length_total': 3642.744, 'edge_length_avg': 121.4248, 'street_length_total': 1821.3720000000003, 'street_length_avg': 121.42480000000002, 'street_segments_count': 15, 'node_density_km': 5.519746238503609, 'intersection_density_km': 5.519746238503609, 'edge_density_km': 1827.9111356210537, 'street_density_km': 913.955567810527, 'circuity_avg': 1.0563583155909289, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563583155909289\n", - "5520\n", - "2990629.3247231888\n", - "error with entry 5520\n", - "5521\n", - "4983924.699764781\n", - "{'n': 7, 'm': 16, 'k_avg': 4.571428571428571, 'intersection_count': 6, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.8571428571428571}, 'edge_length_total': 9090.699999999999, 'edge_length_avg': 568.1687499999999, 'street_length_total': 4545.35, 'street_length_avg': 568.16875, 'street_segments_count': 8, 'node_density_km': 1.4045156019974319, 'intersection_density_km': 1.2038705159977987, 'edge_density_km': 1824.0042832968645, 'street_density_km': 912.0021416484325, 'circuity_avg': 1.156440748620001, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.156440748620001\n", - "5522\n", - "2989372.767679429\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3, 'm': 6, 'k_avg': 4.0, 'intersection_count': 2, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 2896.996, 'edge_length_avg': 482.8326666666667, 'street_length_total': 1448.498, 'street_length_avg': 482.8326666666667, 'street_segments_count': 3, 'node_density_km': 1.0035550040581993, 'intersection_density_km': 0.6690366693721328, 'edge_density_km': 969.0982775121958, 'street_density_km': 484.5491387560979, 'circuity_avg': 1.5314758342446186, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.5314758342446186\n", - "5523\n", - "997126.7410483413\n", - "error with entry 5523\n", - "5524\n", - "4982481.974828565\n", - "error with entry 5524\n", - "5525\n", - "1993130.7057424276\n", - "{'n': 18, 'm': 36, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 10, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5555555555555556, 4: 0.1111111111111111}, 'edge_length_total': 4379.31, 'edge_length_avg': 121.64750000000001, 'street_length_total': 2189.6549999999997, 'street_length_avg': 121.64749999999998, 'street_segments_count': 18, 'node_density_km': 9.031018361284602, 'intersection_density_km': 6.020678907523068, 'edge_density_km': 2197.201612208737, 'street_density_km': 1098.6008061043683, 'circuity_avg': 1.0560798079191753, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560798079191753\n", - "5526\n", - "997812.0907111092\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 293.618, 'edge_length_avg': 146.809, 'street_length_total': 146.809, 'street_length_avg': 146.809, 'street_segments_count': 1, 'node_density_km': 2.0043854134646364, 'intersection_density_km': 2.0043854134646364, 'edge_density_km': 294.2618181653298, 'street_density_km': 147.1309090826649, 'circuity_avg': 1.2158829641659015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2158829641659015\n", - "5527\n", - "2989120.357086743\n", - "{'n': 5, 'm': 10, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.8}, 'edge_length_total': 3373.3880000000004, 'edge_length_avg': 337.33880000000005, 'street_length_total': 1686.6940000000002, 'street_length_avg': 337.33880000000005, 'street_segments_count': 5, 'node_density_km': 1.6727329122582073, 'intersection_density_km': 1.3381863298065657, 'edge_density_km': 1128.5554266833778, 'street_density_km': 564.2777133416889, 'circuity_avg': 1.0705388745793276, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0705388745793276\n", - "5528\n", - "1992864.7143625864\n", - "error with entry 5528\n", - "5529\n", - "2989386.4984753085\n", - "error with entry 5529\n", - "5530\n", - "997900.2511341854\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 572.974, 'edge_length_avg': 286.487, 'street_length_total': 286.487, 'street_length_avg': 286.487, 'street_segments_count': 1, 'node_density_km': 2.0042083341765435, 'intersection_density_km': 1.0021041670882718, 'edge_density_km': 574.1796330332354, 'street_density_km': 287.0898165166177, 'circuity_avg': 1.001968632163711, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.001968632163711\n", - "5531\n", - "16969308.491156157\n", - "{'n': 492, 'm': 1265, 'k_avg': 5.142276422764228, 'intersection_count': 417, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 349, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1524390243902439, 2: 0.0, 3: 0.709349593495935, 4: 0.13821138211382114}, 'edge_length_total': 151659.3900000002, 'edge_length_avg': 119.88884584980252, 'street_length_total': 79911.35000000003, 'street_length_avg': 117.86334808259592, 'street_segments_count': 678, 'node_density_km': 28.99352087661169, 'intersection_density_km': 24.573776840542834, 'edge_density_km': 8937.275792884551, 'street_density_km': 4709.169501022814, 'circuity_avg': 1.0752700656284497, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752700656284497\n", - "5532\n", - "5978674.928108923\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.6666666666666666, 4: 0.3333333333333333}, 'edge_length_total': 6670.976000000001, 'edge_length_avg': 1667.7440000000001, 'street_length_total': 3335.4880000000003, 'street_length_avg': 1667.7440000000001, 'street_segments_count': 2, 'node_density_km': 0.5017834279457825, 'intersection_density_km': 0.5017834279457825, 'edge_density_km': 1115.7950683413483, 'street_density_km': 557.8975341706741, 'circuity_avg': 1.0772935887531172, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0772935887531172\n", - "5533\n", - "997868.909161536\n", - "error with entry 5533\n", - "5534\n", - "1992861.1252022889\n", - "error with entry 5534\n", - "5535\n", - "996477.6502001479\n", - "error with entry 5535\n", - "5536\n", - "1993201.309108858\n", - "{'n': 21, 'm': 48, 'k_avg': 4.571428571428571, 'intersection_count': 17, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 15, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.7142857142857143, 4: 0.09523809523809523}, 'edge_length_total': 7963.221999999997, 'edge_length_avg': 165.90045833333326, 'street_length_total': 3981.611000000001, 'street_length_avg': 165.90045833333338, 'street_segments_count': 24, 'node_density_km': 10.53581487430836, 'intersection_density_km': 8.52899299348772, 'edge_density_km': 3995.1920378580726, 'street_density_km': 1997.5960189290374, 'circuity_avg': 1.0447105871097015, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447105871097015\n", - "5537\n", - "997939.9830186451\n", - "error with entry 5537\n", - "5538\n", - "996856.9810260795\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.8571428571428571}, 'edge_length_total': 1653.318, 'edge_length_avg': 118.09414285714286, 'street_length_total': 826.6589999999999, 'street_length_avg': 118.09414285714284, 'street_segments_count': 7, 'node_density_km': 7.022070500820285, 'intersection_density_km': 6.018917572131673, 'edge_density_km': 1658.5307937535988, 'street_density_km': 829.2653968767993, 'circuity_avg': 1.0918393376820275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0918393376820275\n", - "5539\n", - "996836.6198511082\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 9, 'streets_per_node_avg': 2.4615384615384617, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 8, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6153846153846154, 4: 0.07692307692307693}, 'edge_length_total': 2526.2760000000003, 'edge_length_avg': 97.16446153846155, 'street_length_total': 1263.138, 'street_length_avg': 97.16446153846154, 'street_segments_count': 13, 'node_density_km': 13.041254445429319, 'intersection_density_km': 9.028560769912605, 'edge_density_km': 2534.2929319524155, 'street_density_km': 1267.1464659762075, 'circuity_avg': 1.0721201161269198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0721201161269198\n", - "5540\n", - "1993635.5793553381\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 2, 'streets_per_node_avg': 1.8, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.6, 2: 0.0, 3: 0.4}, 'edge_length_total': 991.2339999999999, 'edge_length_avg': 123.90424999999999, 'street_length_total': 495.617, 'street_length_avg': 123.90425, 'street_segments_count': 4, 'node_density_km': 2.5079809227806815, 'intersection_density_km': 1.0031923691122726, 'edge_density_km': 497.1991924023172, 'street_density_km': 248.59959620115862, 'circuity_avg': 1.0098361688696553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0098361688696553\n", - "5541\n", - "996562.6917031815\n", - "{'n': 6, 'm': 10, 'k_avg': 3.3333333333333335, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 2955.0679999999998, 'edge_length_avg': 295.5068, 'street_length_total': 1477.534, 'street_length_avg': 295.5068, 'street_segments_count': 5, 'node_density_km': 6.020694984823949, 'intersection_density_km': 4.0137966565492995, 'edge_density_km': 2965.260514568956, 'street_density_km': 1482.6302572844781, 'circuity_avg': 1.0264763582424403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0264763582424403\n", - "5542\n", - "4982480.031893995\n", - "error with entry 5542\n", - "5543\n", - "996374.872487577\n", - "error with entry 5543\n", - "5544\n", - "1992960.231989257\n", - "error with entry 5544\n", - "5545\n", - "998057.3568431031\n", - "{'n': 11, 'm': 20, 'k_avg': 3.6363636363636362, 'intersection_count': 6, 'streets_per_node_avg': 2.090909090909091, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.45454545454545453, 2: 0.0, 3: 0.5454545454545454}, 'edge_length_total': 3711.9299999999994, 'edge_length_avg': 185.59649999999996, 'street_length_total': 1855.965, 'street_length_avg': 185.5965, 'street_segments_count': 10, 'node_density_km': 11.021410668013568, 'intersection_density_km': 6.011678546189219, 'edge_density_km': 3719.1549909926907, 'street_density_km': 1859.5774954963456, 'circuity_avg': 1.1831699376869287, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1831699376869287\n", - "5546\n", - "2989410.544923534\n", - "{'n': 25, 'm': 62, 'k_avg': 4.96, 'intersection_count': 21, 'streets_per_node_avg': 2.72, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 20, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.8, 4: 0.04}, 'edge_length_total': 9705.406000000003, 'edge_length_avg': 156.53880645161294, 'street_length_total': 4852.7029999999995, 'street_length_avg': 156.53880645161288, 'street_segments_count': 31, 'node_density_km': 8.362852684270393, 'intersection_density_km': 7.024796254787131, 'edge_density_km': 3246.5952247613604, 'street_density_km': 1623.2976123806795, 'circuity_avg': 1.0782816778697477, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782816778697477\n", - "5547\n", - "996379.4181280667\n", - "{'n': 7, 'm': 12, 'k_avg': 3.4285714285714284, 'intersection_count': 5, 'streets_per_node_avg': 2.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2857142857142857, 2: 0.0, 3: 0.7142857142857143}, 'edge_length_total': 3005.602, 'edge_length_avg': 250.4668333333333, 'street_length_total': 1502.801, 'street_length_avg': 250.4668333333333, 'street_segments_count': 6, 'node_density_km': 7.025436166828042, 'intersection_density_km': 5.018168690591459, 'edge_density_km': 3016.5235705558134, 'street_density_km': 1508.2617852779067, 'circuity_avg': 1.044621800041465, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044621800041465\n", - "5548\n", - "2990729.92639002\n", - "{'n': 202, 'm': 540, 'k_avg': 5.346534653465347, 'intersection_count': 178, 'streets_per_node_avg': 2.8118811881188117, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 168, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1188118811881188, 2: 0.0, 3: 0.8316831683168316, 4: 0.04950495049504951}, 'edge_length_total': 47705.481999999996, 'edge_length_avg': 88.34348518518517, 'street_length_total': 23852.740999999998, 'street_length_avg': 88.34348518518517, 'street_segments_count': 270, 'node_density_km': 67.54203989386143, 'intersection_density_km': 59.51724307478879, 'edge_density_km': 15951.11667524697, 'street_density_km': 7975.558337623485, 'circuity_avg': 1.0585492205152158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585492205152158\n", - "5549\n", - "3986014.5737953824\n", - "{'n': 13, 'm': 26, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.230769230769231, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38461538461538464, 2: 0.0, 3: 0.6153846153846154}, 'edge_length_total': 3900.5519999999997, 'edge_length_avg': 150.02123076923075, 'street_length_total': 1950.2760000000003, 'street_length_avg': 150.02123076923078, 'street_segments_count': 13, 'node_density_km': 3.2614030278423516, 'intersection_density_km': 2.0070172479029855, 'edge_density_km': 978.5593925428107, 'street_density_km': 489.27969627140544, 'circuity_avg': 1.0858682768711057, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0858682768711057\n", - "5550\n", - "997905.8833530678\n", - "error with entry 5550\n", - "5551\n", - "3985987.425617\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 1, 'streets_per_node_avg': 1.6666666666666667, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.6666666666666666, 2: 0.0, 3: 0.3333333333333333}, 'edge_length_total': 5867.081999999999, 'edge_length_avg': 1466.7704999999999, 'street_length_total': 2933.541, 'street_length_avg': 1466.7705, 'street_segments_count': 2, 'node_density_km': 0.7526365940644238, 'intersection_density_km': 0.2508788646881413, 'edge_density_km': 1471.9268711922293, 'street_density_km': 735.9634355961148, 'circuity_avg': 1.6447401001953934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.6447401001953934\n", - "5552\n", - "997899.1606190987\n", - "error with entry 5552\n", - "5553\n", - "3986230.7957133213\n", - "{'n': 54, 'm': 132, 'k_avg': 4.888888888888889, 'intersection_count': 41, 'streets_per_node_avg': 2.574074074074074, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 38, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24074074074074073, 2: 0.0, 3: 0.7037037037037037, 4: 0.05555555555555555}, 'edge_length_total': 21510.023999999987, 'edge_length_avg': 162.95472727272718, 'street_length_total': 10755.011999999999, 'street_length_avg': 162.95472727272727, 'street_segments_count': 66, 'node_density_km': 13.546631584420565, 'intersection_density_km': 10.285405462245244, 'edge_density_km': 5396.080935186003, 'street_density_km': 2698.040467593003, 'circuity_avg': 1.1568096213880812, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1568096213880812\n", - "5554\n", - "4989586.50369462\n", - "error with entry 5554\n", - "5555\n", - "997516.5452833537\n", - "error with entry 5555\n", - "5556\n", - "997521.3752152995\n", - "error with entry 5556\n", - "5557\n", - "4984568.810004464\n", - "{'n': 30, 'm': 82, 'k_avg': 5.466666666666667, 'intersection_count': 27, 'streets_per_node_avg': 2.966666666666667, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 22, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1, 2: 0.0, 3: 0.7333333333333333, 4: 0.16666666666666666}, 'edge_length_total': 10538.680000000004, 'edge_length_avg': 128.5204878048781, 'street_length_total': 5269.339999999999, 'street_length_avg': 128.52048780487803, 'street_segments_count': 41, 'node_density_km': 6.018574754106591, 'intersection_density_km': 5.4167172786959314, 'edge_density_km': 2114.2611129869356, 'street_density_km': 1057.130556493467, 'circuity_avg': 1.0459708452033367, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459708452033367\n", - "5558\n", - "1993060.33563014\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 31, 'm': 70, 'k_avg': 4.516129032258065, 'intersection_count': 22, 'streets_per_node_avg': 2.5806451612903225, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 17, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.0, 3: 0.5483870967741935, 4: 0.16129032258064516}, 'edge_length_total': 10339.590000000004, 'edge_length_avg': 147.7084285714286, 'street_length_total': 5169.795000000001, 'street_length_avg': 147.7084285714286, 'street_segments_count': 35, 'node_density_km': 15.553969664545464, 'intersection_density_km': 11.038301052258072, 'edge_density_km': 5187.795780768958, 'street_density_km': 2593.8978903844786, 'circuity_avg': 1.1200687177840558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1200687177840558\n", - "5559\n", - "1994223.6358277588\n", - "error with entry 5559\n", - "5560\n", - "997386.5652916917\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 1785.002, 'edge_length_avg': 446.2505, 'street_length_total': 892.501, 'street_length_avg': 446.2505, 'street_segments_count': 2, 'node_density_km': 3.007860847937762, 'intersection_density_km': 3.007860847937762, 'edge_density_km': 1789.679209763534, 'street_density_km': 894.839604881767, 'circuity_avg': 1.23539715811047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.23539715811047\n", - "5561\n", - "1994489.3315544133\n", - "{'n': 40, 'm': 104, 'k_avg': 5.2, 'intersection_count': 31, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 23, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225, 2: 0.0, 3: 0.575, 4: 0.2}, 'edge_length_total': 8958.398, 'edge_length_avg': 86.1384423076923, 'street_length_total': 4479.199, 'street_length_avg': 86.1384423076923, 'street_segments_count': 52, 'node_density_km': 20.05525894130797, 'intersection_density_km': 15.542825679513676, 'edge_density_km': 4491.574789732385, 'street_density_km': 2245.7873948661927, 'circuity_avg': 1.0663248885114465, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663248885114465\n", - "5562\n", - "1996524.7904865067\n", - "error with entry 5562\n", - "5563\n", - "1994310.7274998673\n", - "{'n': 39, 'm': 94, 'k_avg': 4.82051282051282, 'intersection_count': 29, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 22, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2564102564102564, 2: 0.0, 3: 0.5641025641025641, 4: 0.1794871794871795}, 'edge_length_total': 12059.038000000004, 'edge_length_avg': 128.28763829787238, 'street_length_total': 6029.518999999998, 'street_length_avg': 128.28763829787232, 'street_segments_count': 47, 'node_density_km': 19.555628650151057, 'intersection_density_km': 14.541364893702067, 'edge_density_km': 6046.719718104112, 'street_density_km': 3023.359859052054, 'circuity_avg': 1.0310867149154086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310867149154086\n", - "5564\n", - "997515.8817435257\n", - "error with entry 5564\n", - "5565\n", - "997291.3435950768\n", - "error with entry 5565\n", - "5566\n", - "31888281.492181167\n", - "{'n': 819, 'm': 2154, 'k_avg': 5.26007326007326, 'intersection_count': 704, 'streets_per_node_avg': 2.8974358974358974, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 560, 4: 143, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14041514041514042, 2: 0.0, 3: 0.6837606837606838, 4: 0.1746031746031746, 5: 0.0, 6: 0.001221001221001221}, 'edge_length_total': 313025.3809999999, 'edge_length_avg': 145.32283240482818, 'street_length_total': 166553.29699999982, 'street_length_avg': 144.95500174064387, 'street_segments_count': 1149, 'node_density_km': 25.683416028575085, 'intersection_density_km': 22.077075560582244, 'edge_density_km': 9816.313904427618, 'street_density_km': 5223.025174336779, 'circuity_avg': 1.0236688924490416, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0236688924490416\n", - "5567\n", - "2991046.187581412\n", - "{'n': 66, 'm': 159, 'k_avg': 4.818181818181818, 'intersection_count': 50, 'streets_per_node_avg': 2.621212121212121, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 43, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24242424242424243, 2: 0.0, 3: 0.6515151515151515, 4: 0.10606060606060606}, 'edge_length_total': 15817.071000000007, 'edge_length_avg': 99.47843396226419, 'street_length_total': 7951.452000000003, 'street_length_avg': 96.96892682926833, 'street_segments_count': 82, 'node_density_km': 22.065857850683415, 'intersection_density_km': 16.716558977790466, 'edge_density_km': 5288.140004547987, 'street_density_km': 2658.4183263414, 'circuity_avg': 1.1139540258274117, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1139540258274117\n", - "5568\n", - "1994562.4445418129\n", - "{'n': 9, 'm': 22, 'k_avg': 4.888888888888889, 'intersection_count': 9, 'streets_per_node_avg': 3.2222222222222223, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 7, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.7777777777777778, 4: 0.2222222222222222}, 'edge_length_total': 7631.0380000000005, 'edge_length_avg': 346.86536363636367, 'street_length_total': 3815.5190000000002, 'street_length_avg': 346.86536363636367, 'street_segments_count': 11, 'node_density_km': 4.512267853347386, 'intersection_density_km': 4.512267853347386, 'edge_density_km': 3825.92082834137, 'street_density_km': 1912.960414170685, 'circuity_avg': 1.04749614175169, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04749614175169\n", - "5569\n", - "996335.0742090974\n", - "error with entry 5569\n", - "5570\n", - "996316.0414779416\n", - "error with entry 5570\n", - "5571\n", - "996387.7577640275\n", - "error with entry 5571\n", - "5572\n", - "997693.548507813\n", - "error with entry 5572\n", - "5573\n", - "997671.8792704353\n", - "error with entry 5573\n", - "5574\n", - "13961421.625377942\n", - "{'n': 353, 'm': 949, 'k_avg': 5.376770538243626, 'intersection_count': 291, 'streets_per_node_avg': 2.813031161473088, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 233, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17563739376770537, 2: 0.0, 3: 0.660056657223796, 4: 0.1643059490084986}, 'edge_length_total': 126771.80499999986, 'edge_length_avg': 133.58462065331915, 'street_length_total': 63612.29000000002, 'street_length_avg': 131.97570539419092, 'street_segments_count': 482, 'node_density_km': 25.283958143513495, 'intersection_density_km': 20.843149631055034, 'edge_density_km': 9080.150173931022, 'street_density_km': 4556.29030530607, 'circuity_avg': 1.0741476371157006, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0741476371157006\n", - "5575\n", - "2991056.0300292517\n", - "{'n': 96, 'm': 236, 'k_avg': 4.916666666666667, 'intersection_count': 77, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 71, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19791666666666666, 2: 0.0, 3: 0.7395833333333334, 4: 0.0625}, 'edge_length_total': 28547.72, 'edge_length_avg': 120.9649152542373, 'street_length_total': 14273.86, 'street_length_avg': 120.9649152542373, 'street_segments_count': 118, 'node_density_km': 32.095687622094175, 'intersection_density_km': 25.7434161135547, 'edge_density_km': 9544.361494198025, 'street_density_km': 4772.1807470990125, 'circuity_avg': 1.0688298421907505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688298421907505\n", - "5576\n", - "4988000.483447551\n", - "{'n': 8, 'm': 18, 'k_avg': 4.5, 'intersection_count': 7, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 10953.689999999999, 'edge_length_avg': 608.5383333333333, 'street_length_total': 5476.845000000001, 'street_length_avg': 608.5383333333334, 'street_segments_count': 9, 'node_density_km': 1.6038490827231533, 'intersection_density_km': 1.4033679473827592, 'edge_density_km': 2196.0082073667218, 'street_density_km': 1098.0041036833613, 'circuity_avg': 1.0732075398502459, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732075398502459\n", - "5577\n", - "4990794.162129691\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 2, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 4712.008, 'edge_length_avg': 785.3346666666666, 'street_length_total': 2356.004, 'street_length_avg': 785.3346666666666, 'street_segments_count': 3, 'node_density_km': 0.8014756509799844, 'intersection_density_km': 0.4007378254899922, 'edge_density_km': 944.1399198057235, 'street_density_km': 472.06995990286174, 'circuity_avg': 1.125222867529677, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.125222867529677\n", - "5578\n", - "3988500.9002828198\n", - "error with entry 5578\n", - "5579\n", - "4982680.856138671\n", - "{'n': 26, 'm': 76, 'k_avg': 5.846153846153846, 'intersection_count': 26, 'streets_per_node_avg': 3.6538461538461537, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 9, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.34615384615384615, 4: 0.6538461538461539}, 'edge_length_total': 21796.528, 'edge_length_avg': 286.79642105263156, 'street_length_total': 10898.264000000001, 'street_length_avg': 286.7964210526316, 'street_segments_count': 38, 'node_density_km': 5.218074516646588, 'intersection_density_km': 5.218074516646588, 'edge_density_km': 4374.457973391301, 'street_density_km': 2187.2289866956507, 'circuity_avg': 1.015192338064714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015192338064714\n", - "5580\n", - "1996018.1577343717\n", - "{'n': 65, 'm': 168, 'k_avg': 5.1692307692307695, 'intersection_count': 52, 'streets_per_node_avg': 2.6615384615384614, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 49, 4: 2, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.7538461538461538, 4: 0.03076923076923077, 5: 0.015384615384615385}, 'edge_length_total': 18388.278000000002, 'edge_length_avg': 109.45403571428572, 'street_length_total': 9194.139, 'street_length_avg': 109.45403571428571, 'street_segments_count': 84, 'node_density_km': 32.5648340162295, 'intersection_density_km': 26.0518672129836, 'edge_density_km': 9212.480321758225, 'street_density_km': 4606.2401608791115, 'circuity_avg': 1.0792472831733828, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792472831733828\n", - "5581\n", - "12957732.747819409\n", - "{'n': 493, 'm': 1276, 'k_avg': 5.176470588235294, 'intersection_count': 404, 'streets_per_node_avg': 2.7849898580121706, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 332, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18052738336713997, 2: 0.0, 3: 0.6734279918864098, 4: 0.1460446247464503}, 'edge_length_total': 159775.77799999976, 'edge_length_avg': 125.21612695924746, 'street_length_total': 81187.26599999993, 'street_length_avg': 125.09594144838202, 'street_segments_count': 649, 'node_density_km': 38.046779447813854, 'intersection_density_km': 31.17829390855334, 'edge_density_km': 12330.535064237038, 'street_density_km': 6265.545645989846, 'circuity_avg': 1.0471599477147757, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471599477147757\n", - "5582\n", - "2993280.942618375\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7142857142857143, 4: 0.14285714285714285}, 'edge_length_total': 3762.0939999999996, 'edge_length_avg': 268.72099999999995, 'street_length_total': 1881.0469999999998, 'street_length_avg': 268.72099999999995, 'street_segments_count': 7, 'node_density_km': 2.338570997574569, 'intersection_density_km': 2.0044894264924875, 'edge_density_km': 1256.8462740784714, 'street_density_km': 628.4231370392357, 'circuity_avg': 1.0418633468944916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418633468944916\n", - "5583\n", - "2989870.1366152456\n", - "{'n': 29, 'm': 64, 'k_avg': 4.413793103448276, 'intersection_count': 24, 'streets_per_node_avg': 2.7241379310344827, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 22, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.7586206896551724, 4: 0.06896551724137931}, 'edge_length_total': 13641.553999999998, 'edge_length_avg': 213.14928124999997, 'street_length_total': 6820.777, 'street_length_avg': 213.14928125, 'street_segments_count': 32, 'node_density_km': 9.699417926167905, 'intersection_density_km': 8.027104490621715, 'edge_density_km': 4562.590807185776, 'street_density_km': 2281.295403592888, 'circuity_avg': 1.159751480115716, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.159751480115716\n", - "5584\n", - "42905725.760940954\n", - "{'n': 195, 'm': 509, 'k_avg': 5.220512820512821, 'intersection_count': 169, 'streets_per_node_avg': 2.805128205128205, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 155, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.7948717948717948, 4: 0.07179487179487179}, 'edge_length_total': 116841.67299999998, 'edge_length_avg': 229.55142043222, 'street_length_total': 58466.929000000055, 'street_length_avg': 228.3864414062502, 'street_segments_count': 256, 'node_density_km': 4.544847955410124, 'intersection_density_km': 3.938868228022108, 'edge_density_km': 2723.218659696145, 'street_density_km': 1362.6836037167136, 'circuity_avg': 1.058525185680575, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058525185680575\n", - "5585\n", - "2990841.799564342\n", - "error with entry 5585\n", - "5586\n", - "1993126.362448304\n", - "{'n': 25, 'm': 60, 'k_avg': 4.8, 'intersection_count': 21, 'streets_per_node_avg': 2.76, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 19, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.76, 4: 0.08}, 'edge_length_total': 10603.840000000004, 'edge_length_avg': 176.73066666666674, 'street_length_total': 5301.920000000001, 'street_length_avg': 176.7306666666667, 'street_segments_count': 30, 'node_density_km': 12.543108390423704, 'intersection_density_km': 10.536211047955913, 'edge_density_km': 5320.204578988421, 'street_density_km': 2660.1022894942103, 'circuity_avg': 1.0555630120726418, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555630120726418\n", - "5587\n", - "1993019.6249136329\n", - "{'n': 30, 'm': 84, 'k_avg': 5.6, 'intersection_count': 26, 'streets_per_node_avg': 3.1333333333333333, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 14, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.4666666666666667, 4: 0.4}, 'edge_length_total': 13699.320000000009, 'edge_length_avg': 163.08714285714296, 'street_length_total': 6849.660000000001, 'street_length_avg': 163.08714285714288, 'street_segments_count': 42, 'node_density_km': 15.052536174248683, 'intersection_density_km': 13.045531351015525, 'edge_density_km': 6873.65032875362, 'street_density_km': 3436.825164376808, 'circuity_avg': 1.0100289864985321, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0100289864985321\n", - "5588\n", - "996519.9602840885\n", - "{'n': 31, 'm': 84, 'k_avg': 5.419354838709677, 'intersection_count': 28, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 22, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0967741935483871, 2: 0.0, 3: 0.7096774193548387, 4: 0.1935483870967742}, 'edge_length_total': 14015.847999999998, 'edge_length_avg': 166.8553333333333, 'street_length_total': 7007.924, 'street_length_avg': 166.85533333333333, 'street_segments_count': 42, 'node_density_km': 31.108257973239695, 'intersection_density_km': 28.09778139518424, 'edge_density_km': 14064.794041861793, 'street_density_km': 7032.397020930897, 'circuity_avg': 1.2182186594316338, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2182186594316338\n", - "5589\n", - "6979739.008194652\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 9, 'm': 18, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.888888888888889, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7777777777777778, 4: 0.1111111111111111}, 'edge_length_total': 13047.569999999996, 'edge_length_avg': 724.8649999999998, 'street_length_total': 6523.785, 'street_length_avg': 724.865, 'street_segments_count': 9, 'node_density_km': 1.2894464949811784, 'intersection_density_km': 1.1461746622054918, 'edge_density_km': 1869.349267169063, 'street_density_km': 934.6746335845318, 'circuity_avg': 1.009438855107039, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.009438855107039\n", - "5590\n", - "2992787.722297309\n", - "{'n': 26, 'm': 70, 'k_avg': 5.384615384615385, 'intersection_count': 24, 'streets_per_node_avg': 2.9615384615384617, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 21, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.8076923076923077, 4: 0.11538461538461539}, 'edge_length_total': 17139.543999999994, 'edge_length_avg': 244.8506285714285, 'street_length_total': 8569.771999999999, 'street_length_avg': 244.85062857142853, 'street_segments_count': 35, 'node_density_km': 8.687552346693673, 'intersection_density_km': 8.019279089255699, 'edge_density_km': 5726.949449940747, 'street_density_km': 2863.474724970374, 'circuity_avg': 1.0456359699681435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456359699681435\n", - "5591\n", - "4989666.286135789\n", - "{'n': 166, 'm': 439, 'k_avg': 5.289156626506024, 'intersection_count': 144, 'streets_per_node_avg': 2.891566265060241, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 119, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13253012048192772, 2: 0.0, 3: 0.7168674698795181, 4: 0.14457831325301204, 5: 0.006024096385542169}, 'edge_length_total': 68753.12400000004, 'edge_length_avg': 156.61303872437367, 'street_length_total': 34594.077000000005, 'street_length_avg': 154.43784375, 'street_segments_count': 224, 'node_density_km': 33.268757965085776, 'intersection_density_km': 28.859645463688864, 'edge_density_km': 13779.10266084055, 'street_density_km': 6933.144426135787, 'circuity_avg': 1.1508498694106213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1508498694106213\n", - "5592\n", - "91798295.57055217\n", - "{'n': 5341, 'm': 13802, 'k_avg': 5.168320539224864, 'intersection_count': 4241, 'streets_per_node_avg': 2.7616551207639017, 'streets_per_node_counts': {0: 0, 1: 1100, 2: 4, 3: 3308, 4: 927, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20595394120951133, 2: 0.0007489234225800412, 3: 0.6193596704736941, 4: 0.17356300318292456, 5: 0.0003744617112900206}, 'edge_length_total': 1666456.382999991, 'edge_length_avg': 120.74021033183531, 'street_length_total': 878130.0869999973, 'street_length_avg': 121.69208522727234, 'street_segments_count': 7216, 'node_density_km': 58.181908136792586, 'intersection_density_km': 46.199114848930414, 'edge_density_km': 18153.45669157033, 'street_density_km': 9565.864829430355, 'circuity_avg': 1.035809508079294, 'self_loop_proportion': 0.00014490653528474135, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035809508079294\n", - "5593\n", - "10973329.75581007\n", - "{'n': 18, 'm': 36, 'k_avg': 4.0, 'intersection_count': 16, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 15, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8333333333333334, 4: 0.05555555555555555}, 'edge_length_total': 14799.618, 'edge_length_avg': 411.1005, 'street_length_total': 7399.808999999999, 'street_length_avg': 411.10049999999995, 'street_segments_count': 18, 'node_density_km': 1.6403407534954926, 'intersection_density_km': 1.4580806697737712, 'edge_density_km': 1348.6898078647475, 'street_density_km': 674.3449039323737, 'circuity_avg': 1.0058740534256503, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0058740534256503\n", - "5594\n", - "6985594.412117884\n", - "{'n': 97, 'm': 234, 'k_avg': 4.824742268041237, 'intersection_count': 83, 'streets_per_node_avg': 2.917525773195876, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 63, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14432989690721648, 2: 0.0, 3: 0.6494845360824743, 4: 0.20618556701030927}, 'edge_length_total': 60916.541, 'edge_length_avg': 260.32709829059826, 'street_length_total': 32509.014999999985, 'street_length_avg': 258.0080555555554, 'street_segments_count': 126, 'node_density_km': 13.885718849026572, 'intersection_density_km': 11.881594479063974, 'edge_density_km': 8720.308882280413, 'street_density_km': 4653.722086069973, 'circuity_avg': 1.1100426694458287, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1100426694458287\n", - "5595\n", - "23919292.337226264\n", - "{'n': 1737, 'm': 4757, 'k_avg': 5.477259643062752, 'intersection_count': 1562, 'streets_per_node_avg': 3.005181347150259, 'streets_per_node_counts': {0: 0, 1: 175, 2: 2, 3: 1202, 4: 355, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10074841681059298, 2: 0.0011514104778353484, 3: 0.6919976971790444, 4: 0.20437535981577432, 5: 0.0017271157167530224}, 'edge_length_total': 523696.5059999985, 'edge_length_avg': 110.08965860836629, 'street_length_total': 281730.226, 'street_length_avg': 110.65601963864887, 'street_segments_count': 2546, 'node_density_km': 72.61920526372171, 'intersection_density_km': 65.30293530335827, 'edge_density_km': 21894.31437254333, 'street_density_km': 11778.36793948688, 'circuity_avg': 1.0314739580954708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314739580954708\n", - "5596\n", - "3989440.777827167\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 11, 'streets_per_node_avg': 3.1818181818181817, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 9, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.8181818181818182, 4: 0.18181818181818182}, 'edge_length_total': 8622.329999999998, 'edge_length_avg': 359.2637499999999, 'street_length_total': 4311.164999999999, 'street_length_avg': 359.2637499999999, 'street_segments_count': 12, 'node_density_km': 2.7572786795424262, 'intersection_density_km': 2.7572786795424262, 'edge_density_km': 2161.2878797253675, 'street_density_km': 1080.6439398626837, 'circuity_avg': 1.0244895950189308, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0244895950189308\n", - "5597\n", - "2989583.183667373\n", - "{'n': 20, 'm': 42, 'k_avg': 4.2, 'intersection_count': 15, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.75}, 'edge_length_total': 9066.854, 'edge_length_avg': 215.8774761904762, 'street_length_total': 4533.426999999999, 'street_length_avg': 215.87747619047613, 'street_segments_count': 21, 'node_density_km': 6.68989580529606, 'intersection_density_km': 5.017421853972046, 'edge_density_km': 3032.81542709159, 'street_density_km': 1516.4077135457946, 'circuity_avg': 1.059889493967158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059889493967158\n", - "5598\n", - "11970181.882984739\n", - "{'n': 157, 'm': 410, 'k_avg': 5.222929936305732, 'intersection_count': 137, 'streets_per_node_avg': 2.8152866242038215, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 126, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12738853503184713, 2: 0.0, 3: 0.802547770700637, 4: 0.07006369426751592}, 'edge_length_total': 67475.23599999998, 'edge_length_avg': 164.57374634146336, 'street_length_total': 33821.01200000001, 'street_length_avg': 164.17966990291268, 'street_segments_count': 206, 'node_density_km': 13.115924347245791, 'intersection_density_km': 11.445105959061614, 'edge_density_km': 5636.943252793347, 'street_density_km': 2825.438437829887, 'circuity_avg': 1.0639391145373438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639391145373438\n", - "5599\n", - "996400.339085356\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 17, 'm': 38, 'k_avg': 4.470588235294118, 'intersection_count': 16, 'streets_per_node_avg': 2.8823529411764706, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.058823529411764705, 2: 0.0, 3: 0.9411764705882353}, 'edge_length_total': 4829.468, 'edge_length_avg': 127.09126315789473, 'street_length_total': 2414.734, 'street_length_avg': 127.09126315789473, 'street_segments_count': 19, 'node_density_km': 17.061415309839337, 'intersection_density_km': 16.05780264455467, 'edge_density_km': 4846.915251387009, 'street_density_km': 2423.4576256935047, 'circuity_avg': 1.0383347918380925, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383347918380925\n", - "5600\n", - "1995138.0620136985\n", - "{'n': 8, 'm': 14, 'k_avg': 3.5, 'intersection_count': 6, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 5, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 3166.3599999999997, 'edge_length_avg': 226.1685714285714, 'street_length_total': 1583.1799999999998, 'street_length_avg': 226.1685714285714, 'street_segments_count': 7, 'node_density_km': 4.009747572017937, 'intersection_density_km': 3.007310679013453, 'edge_density_km': 1587.0380402668393, 'street_density_km': 793.5190201334196, 'circuity_avg': 1.0593991852894045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0593991852894045\n", - "5601\n", - "997151.8116074888\n", - "error with entry 5601\n", - "5602\n", - "1995258.0968565326\n", - "{'n': 11, 'm': 22, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.4545454545454546, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2727272727272727, 2: 0.0, 3: 0.7272727272727273}, 'edge_length_total': 3457.2460000000005, 'edge_length_avg': 157.14754545454548, 'street_length_total': 1728.6230000000003, 'street_length_avg': 157.14754545454548, 'street_segments_count': 11, 'node_density_km': 5.5130712248857225, 'intersection_density_km': 4.009506345371435, 'edge_density_km': 1732.7312218137517, 'street_density_km': 866.3656109068759, 'circuity_avg': 1.013785885220213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013785885220213\n", - "5603\n", - "9974260.053795744\n", - "{'n': 4, 'm': 10, 'k_avg': 5.0, 'intersection_count': 4, 'streets_per_node_avg': 3.5, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.5, 4: 0.5}, 'edge_length_total': 3354.9999999999995, 'edge_length_avg': 335.49999999999994, 'street_length_total': 1677.5, 'street_length_avg': 335.5, 'street_segments_count': 5, 'node_density_km': 0.4010322548666439, 'intersection_density_km': 0.4010322548666439, 'edge_density_km': 336.36580376939753, 'street_density_km': 168.1829018846988, 'circuity_avg': 1.0856859110544756, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0856859110544756\n", - "5604\n", - "1994893.0371286434\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 287.84400000000005, 'edge_length_avg': 143.92200000000003, 'street_length_total': 143.92200000000003, 'street_length_avg': 143.92200000000003, 'street_segments_count': 1, 'node_density_km': 1.0025600183951253, 'intersection_density_km': 1.0025600183951253, 'edge_density_km': 144.29044296746324, 'street_density_km': 72.14522148373162, 'circuity_avg': 1.0213838651877083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0213838651877083\n", - "5605\n", - "996515.6780639752\n", - "error with entry 5605\n", - "5606\n", - "25945781.191059694\n", - "{'n': 650, 'm': 1772, 'k_avg': 5.452307692307692, 'intersection_count': 567, 'streets_per_node_avg': 2.8630769230769233, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 490, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1276923076923077, 2: 0.0, 3: 0.7538461538461538, 4: 0.11846153846153847}, 'edge_length_total': 294942.18200000026, 'edge_length_avg': 166.445926636569, 'street_length_total': 148860.64099999977, 'street_length_avg': 164.66885066371657, 'street_segments_count': 904, 'node_density_km': 25.05224241326658, 'intersection_density_km': 21.853263766649466, 'edge_density_km': 11367.63544824892, 'street_density_km': 5737.373637117299, 'circuity_avg': 1.1278274517904798, 'self_loop_proportion': 0.012415349887133182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1278274517904798\n", - "5607\n", - "996548.2713458238\n", - "{'n': 34, 'm': 90, 'k_avg': 5.294117647058823, 'intersection_count': 30, 'streets_per_node_avg': 2.9411764705882355, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 24, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.7058823529411765, 4: 0.17647058823529413}, 'edge_length_total': 8876.767999999998, 'edge_length_avg': 98.63075555555554, 'street_length_total': 4438.383999999998, 'street_length_avg': 98.63075555555551, 'street_segments_count': 45, 'node_density_km': 34.117765267991985, 'intersection_density_km': 30.103910530581164, 'edge_density_km': 8907.514322424195, 'street_density_km': 4453.757161212096, 'circuity_avg': 1.0248559383885525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248559383885525\n", - "5608\n", - "5984165.51319296\n", - "{'n': 31, 'm': 74, 'k_avg': 4.774193548387097, 'intersection_count': 26, 'streets_per_node_avg': 2.7096774193548385, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 25, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16129032258064516, 2: 0.0, 3: 0.8064516129032258, 4: 0.03225806451612903}, 'edge_length_total': 26304.724000000002, 'edge_length_avg': 355.4692432432433, 'street_length_total': 13152.362000000001, 'street_length_avg': 355.4692432432433, 'street_segments_count': 37, 'node_density_km': 5.180337998950064, 'intersection_density_km': 4.344799612022634, 'edge_density_km': 4395.721331906249, 'street_density_km': 2197.8606659531247, 'circuity_avg': 1.1582213354439568, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1582213354439568\n", - "5609\n", - "3989716.2135119853\n", - "{'n': 3, 'm': 4, 'k_avg': 2.6666666666666665, 'intersection_count': 3, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 3329.5740000000014, 'edge_length_avg': 832.3935000000004, 'street_length_total': 1664.7870000000007, 'street_length_avg': 832.3935000000004, 'street_segments_count': 2, 'node_density_km': 0.7519331800692716, 'intersection_density_km': 0.7519331800692716, 'edge_density_km': 834.5390553653219, 'street_density_km': 417.26952768266096, 'circuity_avg': 1.0901277135883953, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901277135883953\n", - "5610\n", - "1992337.5963307146\n", - "{'n': 181, 'm': 468, 'k_avg': 5.171270718232044, 'intersection_count': 176, 'streets_per_node_avg': 3.2044198895027622, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 129, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.027624309392265192, 2: 0.0, 3: 0.712707182320442, 4: 0.2596685082872928}, 'edge_length_total': 46005.43099999997, 'edge_length_avg': 98.30220299145292, 'street_length_total': 26624.740000000005, 'street_length_avg': 97.52652014652017, 'street_segments_count': 273, 'node_density_km': 90.84805724358534, 'intersection_density_km': 88.33844240260233, 'edge_density_km': 23091.18248068405, 'street_density_km': 13363.568528262856, 'circuity_avg': 1.0039531337926952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0039531337926952\n", - "5611\n", - "1993027.977600397\n", - "{'n': 43, 'm': 114, 'k_avg': 5.3023255813953485, 'intersection_count': 40, 'streets_per_node_avg': 2.9069767441860463, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 39, 4: 0, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06976744186046512, 2: 0.0, 3: 0.9069767441860465, 4: 0.0, 5: 0.023255813953488372}, 'edge_length_total': 15330.471999999996, 'edge_length_avg': 134.47782456140348, 'street_length_total': 7665.235999999999, 'street_length_avg': 134.47782456140348, 'street_segments_count': 57, 'node_density_km': 21.575211428678458, 'intersection_density_km': 20.069964119700888, 'edge_density_km': 7692.050574451977, 'street_density_km': 3846.025287225989, 'circuity_avg': 1.0536590647010742, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536590647010742\n", - "5612\n", - "997238.0935242538\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "error with entry 5612\n", - "5613\n", - "2991654.9951630784\n", - "error with entry 5613\n", - "5614\n", - "996952.1415012637\n", - "error with entry 5614\n", - "5615\n", - "996413.5817383177\n", - "error with entry 5615\n", - "5616\n", - "996963.5077658016\n", - "error with entry 5616\n", - "5617\n", - "5978409.738549997\n", - "{'n': 252, 'm': 579, 'k_avg': 4.595238095238095, 'intersection_count': 197, 'streets_per_node_avg': 2.6904761904761907, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 167, 4: 28, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21825396825396826, 2: 0.0, 3: 0.6626984126984127, 4: 0.1111111111111111, 5: 0.007936507936507936}, 'edge_length_total': 57088.09100000005, 'edge_length_avg': 98.59773920552686, 'street_length_total': 32649.25599999997, 'street_length_avg': 97.17040476190466, 'street_segments_count': 336, 'node_density_km': 42.1516776234076, 'intersection_density_km': 32.95190671353689, 'edge_density_km': 9549.042888760949, 'street_density_km': 5461.194101413115, 'circuity_avg': 1.0458342489900831, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458342489900831\n", - "5618\n", - "5977905.431981303\n", - "{'n': 53, 'm': 138, 'k_avg': 5.2075471698113205, 'intersection_count': 48, 'streets_per_node_avg': 2.8867924528301887, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 44, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09433962264150944, 2: 0.0, 3: 0.8301886792452831, 4: 0.07547169811320754}, 'edge_length_total': 34773.14600000001, 'edge_length_avg': 251.97931884057977, 'street_length_total': 17386.573000000004, 'street_length_avg': 251.97931884057977, 'street_segments_count': 69, 'node_density_km': 8.865981672519334, 'intersection_density_km': 8.02956830718732, 'edge_density_km': 5816.9448138082835, 'street_density_km': 2908.4724069041417, 'circuity_avg': 1.1474910339909021, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1474910339909021\n", - "5619\n", - "1992818.4056095188\n", - "{'n': 35, 'm': 96, 'k_avg': 5.485714285714286, 'intersection_count': 35, 'streets_per_node_avg': 3.057142857142857, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 33, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 0.9428571428571428, 4: 0.05714285714285714}, 'edge_length_total': 15759.024000000007, 'edge_length_avg': 164.15650000000008, 'street_length_total': 7879.512000000003, 'street_length_avg': 164.15650000000008, 'street_segments_count': 48, 'node_density_km': 17.56306540599969, 'intersection_density_km': 17.56306540599969, 'edge_density_km': 7907.9076927634, 'street_density_km': 3953.9538463817, 'circuity_avg': 1.0483100779751258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483100779751258\n", - "5620\n", - "16962934.549139272\n", - "error with entry 5620\n", - "5621\n", - "8978042.583616182\n", - "{'n': 586, 'm': 1641, 'k_avg': 5.600682593856655, 'intersection_count': 535, 'streets_per_node_avg': 2.962457337883959, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 456, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08703071672354949, 2: 0.0, 3: 0.7781569965870307, 4: 0.13310580204778158, 5: 0.0017064846416382253}, 'edge_length_total': 184759.87700000007, 'edge_length_avg': 112.58980926264476, 'street_length_total': 94708.88799999996, 'street_length_avg': 113.42381796407182, 'street_segments_count': 835, 'node_density_km': 65.27035203301192, 'intersection_density_km': 59.589826514780505, 'edge_density_km': 20579.08227536858, 'street_density_km': 10548.946178182758, 'circuity_avg': 1.0320702304444105, 'self_loop_proportion': 0.001218769043266301, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320702304444105\n", - "5622\n", - "2992867.556777356\n", - "error with entry 5622\n", - "5623\n", - "3985422.0525253066\n", - "{'n': 91, 'm': 208, 'k_avg': 4.571428571428571, 'intersection_count': 68, 'streets_per_node_avg': 2.6043956043956045, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 58, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25274725274725274, 2: 0.0, 3: 0.6373626373626373, 4: 0.10989010989010989}, 'edge_length_total': 26971.467, 'edge_length_avg': 129.67051442307692, 'street_length_total': 13945.791999999998, 'street_length_avg': 125.63776576576575, 'street_segments_count': 111, 'node_density_km': 22.833215353525514, 'intersection_density_km': 17.06218290153555, 'edge_density_km': 6767.530927598976, 'street_density_km': 3499.2007913348707, 'circuity_avg': 1.051825733084079, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051825733084079\n", - "5624\n", - "19926441.70840868\n", - "error with entry 5624\n", - "5625\n", - "54862466.305843435\n", - "{'n': 1916, 'm': 5203, 'k_avg': 5.431106471816284, 'intersection_count': 1622, 'streets_per_node_avg': 2.8121085594989563, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 1398, 4: 220, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1534446764091858, 2: 0.0, 3: 0.7296450939457203, 4: 0.11482254697286012, 5: 0.0020876826722338203}, 'edge_length_total': 621828.7819999988, 'edge_length_avg': 119.51350797616738, 'street_length_total': 315726.0359999988, 'street_length_avg': 119.72925142207008, 'street_segments_count': 2637, 'node_density_km': 34.923694267020686, 'intersection_density_km': 29.564839301204362, 'edge_density_km': 11334.320599687795, 'street_density_km': 5754.864067537748, 'circuity_avg': 1.0338106134830976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338106134830976\n", - "5626\n", - "996093.5214379402\n", - "{'n': 10, 'm': 18, 'k_avg': 3.6, 'intersection_count': 6, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 2521.7799999999997, 'edge_length_avg': 140.09888888888887, 'street_length_total': 1260.89, 'street_length_avg': 140.0988888888889, 'street_segments_count': 9, 'node_density_km': 10.039217989857223, 'intersection_density_km': 6.023530793914333, 'edge_density_km': 2531.6699142462144, 'street_density_km': 1265.8349571231074, 'circuity_avg': 1.1272410899141323, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1272410899141323\n", - "5627\n", - "996357.6656967769\n", - "error with entry 5627\n", - "5628\n", - "996350.5712657333\n", - "error with entry 5628\n", - "5629\n", - "1992940.4424192896\n", - "error with entry 5629\n", - "5630\n", - "996427.2532704759\n", - "error with entry 5630\n", - "5631\n", - "996271.3948922639\n", - "error with entry 5631\n", - "5632\n", - "996085.5304009311\n", - "error with entry 5632\n", - "5633\n", - "7020565.678223652\n", - "{'n': 274, 'm': 658, 'k_avg': 4.802919708029197, 'intersection_count': 206, 'streets_per_node_avg': 2.565693430656934, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 189, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24817518248175183, 2: 0.0, 3: 0.6897810218978102, 4: 0.06204379562043796}, 'edge_length_total': 76285.22899999995, 'edge_length_avg': 115.93499848024308, 'street_length_total': 38330.397000000004, 'street_length_avg': 115.80180362537766, 'street_segments_count': 331, 'node_density_km': 39.02819410263357, 'intersection_density_km': 29.342364909279254, 'edge_density_km': 10865.966148087042, 'street_density_km': 5459.730562580306, 'circuity_avg': 1.0585300078973652, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0585300078973652\n", - "5634\n", - "12040389.478101326\n", - "{'n': 295, 'm': 758, 'k_avg': 5.138983050847457, 'intersection_count': 231, 'streets_per_node_avg': 2.7084745762711866, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 191, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21694915254237288, 2: 0.0, 3: 0.6474576271186441, 4: 0.1288135593220339, 5: 0.006779661016949152}, 'edge_length_total': 125191.41800000008, 'edge_length_avg': 165.1601820580476, 'street_length_total': 62595.70900000001, 'street_length_avg': 165.16018205804752, 'street_segments_count': 379, 'node_density_km': 24.500868558823328, 'intersection_density_km': 19.185425888434537, 'edge_density_km': 10397.621956307494, 'street_density_km': 5198.810978153744, 'circuity_avg': 1.0818447643790705, 'self_loop_proportion': 0.002638522427440633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818447643790705\n", - "5635\n", - "154459338.86250982\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8073, 'm': 19850, 'k_avg': 4.917626656757092, 'intersection_count': 5749, 'streets_per_node_avg': 2.5004335439118046, 'streets_per_node_counts': {0: 0, 1: 2324, 2: 9, 3: 5124, 4: 608, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2878731574383748, 2: 0.0011148272017837235, 3: 0.6347082868821999, 4: 0.07531277096494488, 5: 0.0009909575126966432}, 'edge_length_total': 2366624.7590000313, 'edge_length_avg': 119.22542866498898, 'street_length_total': 1191876.9690000005, 'street_length_avg': 118.61832892117839, 'street_segments_count': 10048, 'node_density_km': 52.26618254002814, 'intersection_density_km': 37.22015154497978, 'edge_density_km': 15321.992029932582, 'street_density_km': 7716.4448441731065, 'circuity_avg': 1.0988419850818951, 'self_loop_proportion': 0.004433249370277078, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0988419850818951\n", - "5636\n", - "20059814.017878138\n", - "{'n': 1400, 'm': 3836, 'k_avg': 5.48, 'intersection_count': 1127, 'streets_per_node_avg': 2.7985714285714285, 'streets_per_node_counts': {0: 0, 1: 273, 2: 0, 3: 865, 4: 260, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.195, 2: 0.0, 3: 0.6178571428571429, 4: 0.18571428571428572, 5: 0.0014285714285714286}, 'edge_length_total': 328420.4320000001, 'edge_length_avg': 85.61533680917624, 'street_length_total': 165368.73699999996, 'street_length_avg': 84.89154876796712, 'street_segments_count': 1948, 'node_density_km': 69.79127517095931, 'intersection_density_km': 56.18197651262224, 'edge_density_km': 16372.05767248381, 'street_density_km': 8243.782163314998, 'circuity_avg': 1.063920309977956, 'self_loop_proportion': 0.0031282586027111575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063920309977956\n", - "5637\n", - "7015197.003001735\n", - "{'n': 135, 'm': 310, 'k_avg': 4.592592592592593, 'intersection_count': 93, 'streets_per_node_avg': 2.4074074074074074, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 89, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3111111111111111, 2: 0.0, 3: 0.6592592592592592, 4: 0.02962962962962963}, 'edge_length_total': 57940.062000000005, 'edge_length_avg': 186.90342580645162, 'street_length_total': 28970.03100000001, 'street_length_avg': 186.90342580645168, 'street_segments_count': 155, 'node_density_km': 19.243935693072455, 'intersection_density_km': 13.256933477449914, 'edge_density_km': 8259.22094207875, 'street_density_km': 4129.610471039376, 'circuity_avg': 1.0892706194136903, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0892706194136903\n", - "5638\n", - "5012849.680193912\n", - "{'n': 235, 'm': 596, 'k_avg': 5.072340425531915, 'intersection_count': 187, 'streets_per_node_avg': 2.6808510638297873, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 168, 4: 18, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20425531914893616, 2: 0.0, 3: 0.7148936170212766, 4: 0.07659574468085106, 5: 0.0, 6: 0.00425531914893617}, 'edge_length_total': 76830.63599999995, 'edge_length_avg': 128.91046308724825, 'street_length_total': 38415.317999999985, 'street_length_avg': 128.91046308724827, 'street_segments_count': 298, 'node_density_km': 46.87952262532426, 'intersection_density_km': 37.30413076993888, 'edge_density_km': 15326.738462468302, 'street_density_km': 7663.369231234152, 'circuity_avg': 1.0583665473127917, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0583665473127917\n", - "5639\n", - "8024113.433825829\n", - "{'n': 292, 'm': 764, 'k_avg': 5.232876712328767, 'intersection_count': 238, 'streets_per_node_avg': 2.76027397260274, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 201, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18493150684931506, 2: 0.0, 3: 0.6883561643835616, 4: 0.1232876712328767, 5: 0.003424657534246575}, 'edge_length_total': 126075.95600000014, 'edge_length_avg': 165.02088481675412, 'street_length_total': 63037.97799999993, 'street_length_avg': 165.02088481675375, 'street_segments_count': 382, 'node_density_km': 36.390313074222945, 'intersection_density_km': 29.660597642688565, 'edge_density_km': 15712.135308123155, 'street_density_km': 7856.0676540615605, 'circuity_avg': 1.064580470412516, 'self_loop_proportion': 0.002617801047120419, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064580470412516\n", - "5640\n", - "11001047.59343164\n", - "{'n': 262, 'm': 636, 'k_avg': 4.854961832061068, 'intersection_count': 189, 'streets_per_node_avg': 2.5229007633587788, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 168, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2786259541984733, 2: 0.0, 3: 0.6412213740458015, 4: 0.08015267175572519}, 'edge_length_total': 80498.96400000007, 'edge_length_avg': 126.57069811320765, 'street_length_total': 40249.481999999996, 'street_length_avg': 126.57069811320754, 'street_segments_count': 318, 'node_density_km': 23.815913691386218, 'intersection_density_km': 17.180182014015248, 'edge_density_km': 7317.390759045832, 'street_density_km': 3658.6953795229124, 'circuity_avg': 1.0629379559318528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0629379559318528\n", - "5641\n", - "6001340.810347412\n", - "{'n': 309, 'm': 872, 'k_avg': 5.644012944983818, 'intersection_count': 278, 'streets_per_node_avg': 2.9514563106796117, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 232, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10032362459546926, 2: 0.0, 3: 0.7508090614886731, 4: 0.14563106796116504, 5: 0.003236245954692557}, 'edge_length_total': 98264.412, 'edge_length_avg': 112.68854587155963, 'street_length_total': 49132.206, 'street_length_avg': 112.68854587155963, 'street_segments_count': 436, 'node_density_km': 51.48849394909006, 'intersection_density_km': 46.32298161115546, 'edge_density_km': 16373.742985996418, 'street_density_km': 8186.871492998209, 'circuity_avg': 1.0392511399039013, 'self_loop_proportion': 0.0045871559633027525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0392511399039013\n", - "5642\n", - "7999719.297985287\n", - "{'n': 215, 'm': 524, 'k_avg': 4.874418604651162, 'intersection_count': 156, 'streets_per_node_avg': 2.5395348837209304, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 137, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2744186046511628, 2: 0.0, 3: 0.6372093023255814, 4: 0.08837209302325581}, 'edge_length_total': 75202.69199999997, 'edge_length_avg': 143.51658778625946, 'street_length_total': 37601.34599999999, 'street_length_avg': 143.5165877862595, 'street_segments_count': 262, 'node_density_km': 26.875943016419, 'intersection_density_km': 19.500684235169135, 'edge_density_km': 9400.666348247945, 'street_density_km': 4700.333174123974, 'circuity_avg': 1.0825670378419323, 'self_loop_proportion': 0.003816793893129771, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825670378419323\n", - "5643\n", - "222000819.056545\n", - "{'n': 21838, 'm': 57603, 'k_avg': 5.275483102848246, 'intersection_count': 16799, 'streets_per_node_avg': 2.6953933510394723, 'streets_per_node_counts': {0: 0, 1: 5039, 2: 2, 3: 13485, 4: 3218, 5: 75, 6: 16, 7: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23074457367890833, 2: 9.158347834050737e-05, 3: 0.617501602710871, 4: 0.14735781664987635, 5: 0.0034343804377690267, 6: 0.000732667826724059, 7: 0.00013737521751076105}, 'edge_length_total': 4553630.408000032, 'edge_length_avg': 79.05196618231746, 'street_length_total': 2322175.994999984, 'street_length_avg': 79.34180658056525, 'street_segments_count': 29268, 'node_density_km': 98.36900644243896, 'intersection_density_km': 75.6708919876606, 'edge_density_km': 20511.773007649103, 'street_density_km': 10460.213637358298, 'circuity_avg': 1.0859662185341514, 'self_loop_proportion': 0.004930298769161328, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0859662185341514\n", - "5644\n", - "11007557.588312874\n", - "{'n': 386, 'm': 1031, 'k_avg': 5.341968911917099, 'intersection_count': 314, 'streets_per_node_avg': 2.8238341968911915, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 238, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18652849740932642, 2: 0.0, 3: 0.616580310880829, 4: 0.19689119170984457}, 'edge_length_total': 133549.05900000015, 'edge_length_avg': 129.5335198836083, 'street_length_total': 67517.48299999998, 'street_length_avg': 129.3438371647509, 'street_segments_count': 522, 'node_density_km': 35.066816312624184, 'intersection_density_km': 28.525855756901535, 'edge_density_km': 12132.487877401074, 'street_density_km': 6133.738793398252, 'circuity_avg': 1.0560219794283054, 'self_loop_proportion': 0.005819592628516004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560219794283054\n", - "5645\n", - "10008151.642381761\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 291, 'm': 853, 'k_avg': 5.86254295532646, 'intersection_count': 259, 'streets_per_node_avg': 2.9965635738831615, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 197, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10996563573883161, 2: 0.0, 3: 0.6769759450171822, 4: 0.20962199312714777, 5: 0.003436426116838488}, 'edge_length_total': 110063.06599999985, 'edge_length_avg': 129.03055803048048, 'street_length_total': 55069.41800000002, 'street_length_avg': 128.66686448598136, 'street_segments_count': 428, 'node_density_km': 29.07629804165789, 'intersection_density_km': 25.878904442575234, 'edge_density_km': 10997.341960119102, 'street_density_km': 5502.456394325224, 'circuity_avg': 1.0644621652376125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644621652376125\n", - "5646\n", - "7004207.568910264\n", - "{'n': 243, 'm': 624, 'k_avg': 5.135802469135802, 'intersection_count': 195, 'streets_per_node_avg': 2.6790123456790123, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 177, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19753086419753085, 2: 0.0, 3: 0.7283950617283951, 4: 0.07407407407407407}, 'edge_length_total': 79938.57600000006, 'edge_length_avg': 128.1066923076924, 'street_length_total': 39969.28799999996, 'street_length_avg': 128.10669230769216, 'street_segments_count': 312, 'node_density_km': 34.693432141932746, 'intersection_density_km': 27.840408508958376, 'edge_density_km': 11412.936469048294, 'street_density_km': 5706.468234524137, 'circuity_avg': 1.069959463798299, 'self_loop_proportion': 0.003205128205128205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069959463798299\n", - "5647\n", - "12015878.701520454\n", - "{'n': 111, 'm': 292, 'k_avg': 5.261261261261262, 'intersection_count': 97, 'streets_per_node_avg': 2.891891891891892, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 81, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12612612612612611, 2: 0.0, 3: 0.7297297297297297, 4: 0.14414414414414414}, 'edge_length_total': 88770.37799999998, 'edge_length_avg': 304.00814383561635, 'street_length_total': 44385.18900000003, 'street_length_avg': 304.00814383561664, 'street_segments_count': 146, 'node_density_km': 9.237776342229086, 'intersection_density_km': 8.072651398164156, 'edge_density_km': 7387.755835848046, 'street_density_km': 3693.877917924026, 'circuity_avg': 1.043210448686526, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043210448686526\n", - "5648\n", - "7007922.102620047\n", - "{'n': 210, 'm': 554, 'k_avg': 5.276190476190476, 'intersection_count': 169, 'streets_per_node_avg': 2.742857142857143, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 141, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19523809523809524, 2: 0.0, 3: 0.6714285714285714, 4: 0.13333333333333333}, 'edge_length_total': 82217.37800000006, 'edge_length_avg': 148.40681949458494, 'street_length_total': 41108.688999999984, 'street_length_avg': 148.40681949458477, 'street_segments_count': 277, 'node_density_km': 29.96608651250382, 'intersection_density_km': 24.115564860062598, 'edge_density_km': 11732.062199901096, 'street_density_km': 5866.031099950542, 'circuity_avg': 1.0770201710950584, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0770201710950584\n", - "5649\n", - "13009219.116665116\n", - "{'n': 410, 'm': 1098, 'k_avg': 5.35609756097561, 'intersection_count': 341, 'streets_per_node_avg': 2.7829268292682925, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 292, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16829268292682928, 2: 0.0, 3: 0.7121951219512195, 4: 0.11951219512195121}, 'edge_length_total': 168114.57399999985, 'edge_length_avg': 153.1098123861565, 'street_length_total': 84057.28699999998, 'street_length_avg': 153.10981238615662, 'street_segments_count': 549, 'node_density_km': 31.516111483953743, 'intersection_density_km': 26.212180526898113, 'edge_density_km': 12922.72599088143, 'street_density_km': 6461.36299544072, 'circuity_avg': 1.024840785091359, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024840785091359\n", - "5650\n", - "11007958.1705822\n", - "{'n': 516, 'm': 1352, 'k_avg': 5.24031007751938, 'intersection_count': 412, 'streets_per_node_avg': 2.701550387596899, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 358, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20155038759689922, 2: 0.0, 3: 0.6937984496124031, 4: 0.10465116279069768}, 'edge_length_total': 125450.00699999982, 'edge_length_avg': 92.7884667159762, 'street_length_total': 63105.44899999994, 'street_length_avg': 92.66585756240814, 'street_segments_count': 681, 'node_density_km': 46.87517812149438, 'intersection_density_km': 37.4274678024335, 'edge_density_km': 11396.301208270752, 'street_density_km': 5732.711554867978, 'circuity_avg': 1.1133818106653937, 'self_loop_proportion': 0.0029585798816568047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1133818106653937\n", - "5651\n", - "12012078.721776957\n", - "{'n': 965, 'm': 2555, 'k_avg': 5.295336787564767, 'intersection_count': 756, 'streets_per_node_avg': 2.715025906735751, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 616, 4: 137, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21658031088082902, 2: 0.0, 3: 0.6383419689119171, 4: 0.14196891191709846, 5: 0.0031088082901554403}, 'edge_length_total': 222135.46599999955, 'edge_length_avg': 86.94147397260257, 'street_length_total': 111841.20100000015, 'street_length_avg': 86.76586578743223, 'street_segments_count': 1289, 'node_density_km': 80.33580384804927, 'intersection_density_km': 62.936650475777455, 'edge_density_km': 18492.674843804125, 'street_density_km': 9310.728275301828, 'circuity_avg': 1.0716699756627186, 'self_loop_proportion': 0.0031311154598825833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716699756627186\n", - "5652\n", - "9015798.130135298\n", - "{'n': 318, 'm': 780, 'k_avg': 4.90566037735849, 'intersection_count': 230, 'streets_per_node_avg': 2.5251572327044025, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 205, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27672955974842767, 2: 0.0, 3: 0.6446540880503144, 4: 0.07861635220125786}, 'edge_length_total': 117187.41400000018, 'edge_length_avg': 150.2402743589746, 'street_length_total': 58593.707, 'street_length_avg': 150.24027435897437, 'street_segments_count': 390, 'node_density_km': 35.2714197245705, 'intersection_density_km': 25.510775272488097, 'edge_density_km': 12998.007753556652, 'street_density_km': 6499.003876778317, 'circuity_avg': 1.0537830029901425, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0537830029901425\n", - "5653\n", - "9005241.541816615\n", - "{'n': 269, 'm': 734, 'k_avg': 5.4572490706319705, 'intersection_count': 223, 'streets_per_node_avg': 2.8810408921933086, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 163, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17100371747211895, 2: 0.0, 3: 0.6059479553903345, 4: 0.22304832713754646}, 'edge_length_total': 121059.37399999995, 'edge_length_avg': 164.93102724795634, 'street_length_total': 60529.68699999998, 'street_length_avg': 164.93102724795637, 'street_segments_count': 367, 'node_density_km': 29.871491925105545, 'intersection_density_km': 24.763355759474113, 'edge_density_km': 13443.212315610894, 'street_density_km': 6721.606157805448, 'circuity_avg': 1.0334340784016505, 'self_loop_proportion': 0.0027247956403269754, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334340784016505\n", - "5654\n", - "7010991.323534867\n", - "{'n': 201, 'm': 528, 'k_avg': 5.253731343283582, 'intersection_count': 165, 'streets_per_node_avg': 2.736318407960199, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 146, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1791044776119403, 2: 0.0, 3: 0.7263681592039801, 4: 0.0945273631840796}, 'edge_length_total': 85917.68400000012, 'edge_length_avg': 162.7228863636366, 'street_length_total': 42958.84200000001, 'street_length_avg': 162.7228863636364, 'street_segments_count': 264, 'node_density_km': 28.669269540424697, 'intersection_density_km': 23.53447499587102, 'edge_density_km': 12254.712641219094, 'street_density_km': 6127.35632060954, 'circuity_avg': 1.0370814074095844, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0370814074095844\n", - "5655\n", - "19022627.629933413\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 864, 'm': 2285, 'k_avg': 5.289351851851852, 'intersection_count': 722, 'streets_per_node_avg': 2.769675925925926, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 639, 4: 81, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16435185185185186, 2: 0.0, 3: 0.7395833333333334, 4: 0.09375, 5: 0.0023148148148148147}, 'edge_length_total': 271407.3539999996, 'edge_length_avg': 118.7778354485775, 'street_length_total': 137832.42399999982, 'street_length_avg': 118.51455202063613, 'street_segments_count': 1163, 'node_density_km': 45.41959275071108, 'intersection_density_km': 37.95479857177477, 'edge_density_km': 14267.605889152845, 'street_density_km': 7245.7089883371855, 'circuity_avg': 1.0620357328145007, 'self_loop_proportion': 0.00437636761487965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620357328145007\n", - "5656\n", - "17016080.289987963\n", - "{'n': 783, 'm': 2182, 'k_avg': 5.5734355044699875, 'intersection_count': 655, 'streets_per_node_avg': 2.8850574712643677, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 492, 4: 160, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16347381864623245, 2: 0.0, 3: 0.6283524904214559, 4: 0.20434227330779056, 5: 0.0038314176245210726}, 'edge_length_total': 272530.4409999995, 'edge_length_avg': 124.89937717690171, 'street_length_total': 136683.86499999996, 'street_length_avg': 124.14519981834692, 'street_segments_count': 1101, 'node_density_km': 46.01529768643058, 'intersection_density_km': 38.493001257486625, 'edge_density_km': 16016.05283681888, 'street_density_km': 8032.6292936231, 'circuity_avg': 1.0490637907740399, 'self_loop_proportion': 0.0009165902841429881, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490637907740399\n", - "5657\n", - "83187204.7938534\n", - "{'n': 12640, 'm': 35478, 'k_avg': 5.613607594936709, 'intersection_count': 10730, 'streets_per_node_avg': 2.882753164556962, 'streets_per_node_counts': {0: 0, 1: 1910, 2: 12, 3: 8462, 4: 2167, 5: 84, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15110759493670886, 2: 0.0009493670886075949, 3: 0.6694620253164557, 4: 0.17143987341772152, 5: 0.006645569620253164, 6: 0.00039556962025316455}, 'edge_length_total': 2303252.675000005, 'edge_length_avg': 64.92058952026622, 'street_length_total': 1173688.770000001, 'street_length_avg': 64.71953515301908, 'street_segments_count': 18135, 'node_density_km': 151.94644454424503, 'intersection_density_km': 128.98618274998017, 'edge_density_km': 27687.58345358167, 'street_density_km': 14109.005981250657, 'circuity_avg': 1.073232434051706, 'self_loop_proportion': 0.0030441400304414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073232434051706\n", - "5658\n", - "9025660.0021989\n", - "{'n': 402, 'm': 1135, 'k_avg': 5.646766169154229, 'intersection_count': 342, 'streets_per_node_avg': 2.9477611940298507, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 246, 4: 93, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14925373134328357, 2: 0.0, 3: 0.6119402985074627, 4: 0.23134328358208955, 5: 0.007462686567164179}, 'edge_length_total': 137986.845, 'edge_length_avg': 121.5743127753304, 'street_length_total': 69129.28399999993, 'street_length_avg': 120.4342926829267, 'street_segments_count': 574, 'node_density_km': 44.539679081869, 'intersection_density_km': 37.89196578606766, 'edge_density_km': 15288.283069202984, 'street_density_km': 7659.194339600443, 'circuity_avg': 1.0453359966910847, 'self_loop_proportion': 0.0052863436123348016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453359966910847\n", - "5659\n", - "12026379.134999132\n", - "{'n': 768, 'm': 2077, 'k_avg': 5.408854166666667, 'intersection_count': 637, 'streets_per_node_avg': 2.8346354166666665, 'streets_per_node_counts': {0: 0, 1: 131, 2: 1, 3: 502, 4: 132, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17057291666666666, 2: 0.0013020833333333333, 3: 0.6536458333333334, 4: 0.171875, 5: 0.0026041666666666665}, 'edge_length_total': 193742.94300000064, 'edge_length_avg': 93.28018440057807, 'street_length_total': 97453.81700000007, 'street_length_avg': 92.02437865911243, 'street_segments_count': 1059, 'node_density_km': 63.85961987219983, 'intersection_density_km': 52.966898253374076, 'edge_density_km': 16109.831631381927, 'street_density_km': 8103.338162389232, 'circuity_avg': 1.063274748810733, 'self_loop_proportion': 0.002888781896966779, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063274748810733\n", - "5660\n", - "6016833.01002899\n", - "{'n': 197, 'm': 508, 'k_avg': 5.157360406091371, 'intersection_count': 146, 'streets_per_node_avg': 2.6598984771573604, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 111, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25888324873096447, 2: 0.0, 3: 0.5634517766497462, 4: 0.17766497461928935}, 'edge_length_total': 68485.17999999993, 'edge_length_avg': 134.81334645669278, 'street_length_total': 34242.590000000004, 'street_length_avg': 134.81334645669293, 'street_segments_count': 254, 'node_density_km': 32.74147706470099, 'intersection_density_km': 24.265257113940834, 'edge_density_km': 11382.26370681176, 'street_density_km': 5691.131853405886, 'circuity_avg': 1.088802359579713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088802359579713\n", - "5661\n", - "9018785.75521353\n", - "{'n': 264, 'm': 704, 'k_avg': 5.333333333333333, 'intersection_count': 208, 'streets_per_node_avg': 2.731060606060606, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 168, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21212121212121213, 2: 0.0, 3: 0.6363636363636364, 4: 0.14772727272727273, 5: 0.003787878787878788}, 'edge_length_total': 98055.79399999997, 'edge_length_avg': 139.2837982954545, 'street_length_total': 49027.897000000004, 'street_length_avg': 139.28379829545455, 'street_segments_count': 352, 'node_density_km': 29.27223322135004, 'intersection_density_km': 23.062971628942456, 'edge_density_km': 10872.39420709339, 'street_density_km': 5436.197103546697, 'circuity_avg': 1.0447056802773538, 'self_loop_proportion': 0.002840909090909091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447056802773538\n", - "5662\n", - "8021139.400056548\n", - "{'n': 545, 'm': 1417, 'k_avg': 5.2, 'intersection_count': 437, 'streets_per_node_avg': 2.757798165137615, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 354, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1981651376146789, 2: 0.0, 3: 0.6495412844036698, 4: 0.15045871559633028, 5: 0.001834862385321101}, 'edge_length_total': 139338.19999999992, 'edge_length_avg': 98.33323923782633, 'street_length_total': 71435.599, 'street_length_avg': 98.39614187327824, 'street_segments_count': 726, 'node_density_km': 67.9454592194418, 'intersection_density_km': 54.48103794292856, 'edge_density_km': 17371.372451028292, 'street_density_km': 8905.916658111739, 'circuity_avg': 1.0601794881344937, 'self_loop_proportion': 0.0056457304163726185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0601794881344937\n", - "5663\n", - "5998308.553570654\n", - "{'n': 39, 'm': 94, 'k_avg': 4.82051282051282, 'intersection_count': 32, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 30, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1794871794871795, 2: 0.0, 3: 0.7692307692307693, 4: 0.05128205128205128}, 'edge_length_total': 16098.479999999992, 'edge_length_avg': 171.26042553191482, 'street_length_total': 8049.240000000002, 'street_length_avg': 171.26042553191493, 'street_segments_count': 47, 'node_density_km': 6.5018329170119475, 'intersection_density_km': 5.334837265240572, 'edge_density_km': 2683.8365943040626, 'street_density_km': 1341.9182971520322, 'circuity_avg': 1.050664564769325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050664564769325\n", - "5664\n", - "15031816.151658665\n", - "{'n': 732, 'm': 1908, 'k_avg': 5.213114754098361, 'intersection_count': 569, 'streets_per_node_avg': 2.7117486338797816, 'streets_per_node_counts': {0: 0, 1: 163, 2: 6, 3: 447, 4: 111, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2226775956284153, 2: 0.00819672131147541, 3: 0.610655737704918, 4: 0.15163934426229508, 5: 0.006830601092896175}, 'edge_length_total': 218315.73199999987, 'edge_length_avg': 114.42124318658274, 'street_length_total': 110025.44799999989, 'street_length_avg': 113.66265289256187, 'street_segments_count': 968, 'node_density_km': 48.69671053814934, 'intersection_density_km': 37.85304412050133, 'edge_density_km': 14523.576512470192, 'street_density_km': 7319.504635363657, 'circuity_avg': 1.0841818142528392, 'self_loop_proportion': 0.006289308176100629, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0841818142528392\n", - "5665\n", - "29068813.531733777\n", - "error with entry 5665\n", - "5666\n", - "9024737.108950065\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 372, 'm': 981, 'k_avg': 5.274193548387097, 'intersection_count': 295, 'streets_per_node_avg': 2.78494623655914, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 223, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20698924731182797, 2: 0.0, 3: 0.5994623655913979, 4: 0.1881720430107527, 5: 0.005376344086021506}, 'edge_length_total': 119845.9020000001, 'edge_length_avg': 122.16707645259949, 'street_length_total': 60817.727000000006, 'street_length_avg': 120.43114257425744, 'street_segments_count': 505, 'node_density_km': 41.2200372718977, 'intersection_density_km': 32.6879327828221, 'edge_density_km': 13279.711148720979, 'street_density_km': 6739.002617559408, 'circuity_avg': 1.052303265417902, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052303265417902\n", - "5667\n", - "22051072.619436085\n", - "{'n': 935, 'm': 2359, 'k_avg': 5.045989304812834, 'intersection_count': 702, 'streets_per_node_avg': 2.602139037433155, 'streets_per_node_counts': {0: 0, 1: 233, 2: 0, 3: 609, 4: 92, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24919786096256685, 2: 0.0, 3: 0.651336898395722, 4: 0.09839572192513368, 5: 0.0010695187165775401}, 'edge_length_total': 264120.8369999993, 'edge_length_avg': 111.963050869012, 'street_length_total': 132744.91299999997, 'street_length_avg': 111.64416568544993, 'street_segments_count': 1189, 'node_density_km': 42.40156549917121, 'intersection_density_km': 31.835186075313572, 'edge_density_km': 11977.686598664592, 'street_density_km': 6019.884623798163, 'circuity_avg': 1.0608476863683889, 'self_loop_proportion': 0.001695633743111488, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608476863683889\n", - "5668\n", - "11024312.93092674\n", - "{'n': 222, 'm': 603, 'k_avg': 5.4324324324324325, 'intersection_count': 187, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 35, 2: 2, 3: 150, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15765765765765766, 2: 0.009009009009009009, 3: 0.6756756756756757, 4: 0.15765765765765766}, 'edge_length_total': 83445.44700000006, 'edge_length_avg': 138.38382587064686, 'street_length_total': 41864.02699999997, 'street_length_avg': 138.16510561056097, 'street_segments_count': 303, 'node_density_km': 20.137309362583373, 'intersection_density_km': 16.96250833695086, 'edge_density_km': 7569.219734856108, 'street_density_km': 3797.4273101916333, 'circuity_avg': 1.0721181027742508, 'self_loop_proportion': 0.003316749585406302, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0721181027742508\n", - "5669\n", - "6014066.1540500615\n", - "{'n': 173, 'm': 464, 'k_avg': 5.364161849710983, 'intersection_count': 136, 'streets_per_node_avg': 2.815028901734104, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 94, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2138728323699422, 2: 0.0, 3: 0.5433526011560693, 4: 0.24277456647398843}, 'edge_length_total': 56874.11100000007, 'edge_length_avg': 122.57351508620705, 'street_length_total': 28792.172999999995, 'street_length_avg': 122.51988510638296, 'street_segments_count': 235, 'node_density_km': 28.76589574650694, 'intersection_density_km': 22.613652147543025, 'edge_density_km': 9456.848252608472, 'street_density_km': 4787.471947013825, 'circuity_avg': 1.0495123160211004, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495123160211004\n", - "5670\n", - "12996765.485748189\n", - "{'n': 144, 'm': 425, 'k_avg': 5.902777777777778, 'intersection_count': 129, 'streets_per_node_avg': 3.1875, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 72, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10416666666666667, 2: 0.0, 3: 0.5, 4: 0.3958333333333333}, 'edge_length_total': 95712.62500000001, 'edge_length_avg': 225.20617647058828, 'street_length_total': 51965.90699999997, 'street_length_avg': 234.080662162162, 'street_segments_count': 222, 'node_density_km': 11.07967979863186, 'intersection_density_km': 9.925546486274374, 'edge_density_km': 7364.341928378659, 'street_density_km': 3998.372291704734, 'circuity_avg': 1.0283586509355833, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0283586509355833\n", - "5671\n", - "14027641.413049921\n", - "{'n': 1110, 'm': 3251, 'k_avg': 5.857657657657658, 'intersection_count': 965, 'streets_per_node_avg': 3.017117117117117, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 665, 4: 291, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13063063063063063, 2: 0.0, 3: 0.5990990990990991, 4: 0.26216216216216215, 5: 0.008108108108108109}, 'edge_length_total': 272681.4809999994, 'edge_length_avg': 83.87618609658547, 'street_length_total': 138119.54799999986, 'street_length_avg': 83.70881696969688, 'street_segments_count': 1650, 'node_density_km': 79.12948209293164, 'intersection_density_km': 68.79274794565679, 'edge_density_km': 19438.868799877055, 'street_density_km': 9846.241711846667, 'circuity_avg': 1.061230488916896, 'self_loop_proportion': 0.001845585973546601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061230488916896\n", - "5672\n", - "13995842.542623922\n", - "{'n': 343, 'm': 922, 'k_avg': 5.376093294460642, 'intersection_count': 275, 'streets_per_node_avg': 2.7988338192419824, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 208, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19825072886297376, 2: 0.0, 3: 0.6064139941690962, 4: 0.19533527696793002}, 'edge_length_total': 152169.31600000008, 'edge_length_avg': 165.04264208242958, 'street_length_total': 76084.65800000002, 'street_length_avg': 165.04264208242955, 'street_segments_count': 461, 'node_density_km': 24.507277711606406, 'intersection_density_km': 19.648692042833126, 'edge_density_km': 10872.465558009313, 'street_density_km': 5436.232779004656, 'circuity_avg': 1.0582706162625508, 'self_loop_proportion': 0.006507592190889371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582706162625508\n", - "5673\n", - "4010695.34434027\n", - "{'n': 341, 'm': 918, 'k_avg': 5.3841642228739, 'intersection_count': 277, 'streets_per_node_avg': 2.771260997067449, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 227, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.187683284457478, 2: 0.0, 3: 0.6656891495601173, 4: 0.1466275659824047}, 'edge_length_total': 68609.58599999988, 'edge_length_avg': 74.73811111111098, 'street_length_total': 34304.79300000002, 'street_length_avg': 74.73811111111115, 'street_segments_count': 459, 'node_density_km': 85.02266333472706, 'intersection_density_km': 69.06533062674309, 'edge_density_km': 17106.65610560995, 'street_density_km': 8553.328052804995, 'circuity_avg': 1.040711512169361, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040711512169361\n", - "5674\n", - "7015078.714162779\n", - "{'n': 510, 'm': 1350, 'k_avg': 5.294117647058823, 'intersection_count': 415, 'streets_per_node_avg': 2.7529411764705882, 'streets_per_node_counts': {0: 0, 1: 95, 2: 1, 3: 351, 4: 61, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18627450980392157, 2: 0.00196078431372549, 3: 0.6882352941176471, 4: 0.11960784313725491, 5: 0.00392156862745098}, 'edge_length_total': 109740.94399999997, 'edge_length_avg': 81.28958814814813, 'street_length_total': 55306.164000000026, 'street_length_avg': 81.21316299559476, 'street_segments_count': 681, 'node_density_km': 72.70053848011119, 'intersection_density_km': 59.15828131224734, 'edge_density_km': 15643.579847285735, 'street_density_km': 7883.897851116357, 'circuity_avg': 1.0736672843948647, 'self_loop_proportion': 0.002962962962962963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736672843948647\n", - "5675\n", - "6014909.449069972\n", - "{'n': 193, 'm': 494, 'k_avg': 5.119170984455959, 'intersection_count': 143, 'streets_per_node_avg': 2.6580310880829017, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 109, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25906735751295334, 2: 0.0, 3: 0.5647668393782384, 4: 0.17616580310880828}, 'edge_length_total': 63877.89599999995, 'edge_length_avg': 129.30748178137642, 'street_length_total': 31938.947999999993, 'street_length_avg': 129.30748178137648, 'street_segments_count': 247, 'node_density_km': 32.08693358298881, 'intersection_density_km': 23.774256488950257, 'edge_density_km': 10619.926457891528, 'street_density_km': 5309.963228945768, 'circuity_avg': 1.035079856930815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035079856930815\n", - "5676\n", - "5997584.289954925\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1162, 'm': 3179, 'k_avg': 5.4716006884681585, 'intersection_count': 941, 'streets_per_node_avg': 2.7771084337349397, 'streets_per_node_counts': {0: 0, 1: 221, 2: 0, 3: 768, 4: 164, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1901893287435456, 2: 0.0, 3: 0.6609294320137694, 4: 0.14113597246127366, 5: 0.0068846815834767644, 6: 0.0008605851979345956}, 'edge_length_total': 197653.69499999977, 'edge_length_avg': 62.174801824473036, 'street_length_total': 99347.65000000017, 'street_length_avg': 62.20892298058871, 'street_segments_count': 1597, 'node_density_km': 193.74467182498458, 'intersection_density_km': 156.8965027429522, 'edge_density_km': 32955.55100926897, 'street_density_km': 16564.61088281709, 'circuity_avg': 1.0861139402072801, 'self_loop_proportion': 0.0012582573136206354, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0861139402072801\n", - "5677\n", - "6012096.287388556\n", - "{'n': 519, 'm': 1376, 'k_avg': 5.302504816955684, 'intersection_count': 409, 'streets_per_node_avg': 2.7263969171483624, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 333, 4: 74, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2119460500963391, 2: 0.0, 3: 0.6416184971098265, 4: 0.14258188824662812, 5: 0.0038535645472061657}, 'edge_length_total': 116751.65900000025, 'edge_length_avg': 84.84858938953506, 'street_length_total': 58790.47800000002, 'street_length_avg': 84.83474458874461, 'street_segments_count': 693, 'node_density_km': 86.32596272429886, 'intersection_density_km': 68.02951590411992, 'edge_density_km': 19419.459273283377, 'street_density_km': 9778.698675090007, 'circuity_avg': 1.06853899630961, 'self_loop_proportion': 0.005813953488372093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06853899630961\n", - "5678\n", - "5014422.671364006\n", - "{'n': 373, 'm': 1064, 'k_avg': 5.705093833780161, 'intersection_count': 317, 'streets_per_node_avg': 2.9061662198391423, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 244, 4: 70, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15013404825737264, 2: 0.0, 3: 0.6541554959785523, 4: 0.1876675603217158, 5: 0.005361930294906166, 6: 0.002680965147453083}, 'edge_length_total': 87218.32199999999, 'edge_length_avg': 81.97210714285713, 'street_length_total': 43609.16099999997, 'street_length_avg': 81.97210714285708, 'street_segments_count': 532, 'node_density_km': 74.38543267006605, 'intersection_density_km': 63.21764653193281, 'edge_density_km': 17393.49227540788, 'street_density_km': 8696.746137703936, 'circuity_avg': 1.0614604845576274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614604845576274\n", - "5679\n", - "18038783.531988055\n", - "{'n': 1958, 'm': 5244, 'k_avg': 5.356486210418795, 'intersection_count': 1542, 'streets_per_node_avg': 2.72829417773238, 'streets_per_node_counts': {0: 0, 1: 416, 2: 0, 3: 1271, 4: 246, 5: 21, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.212461695607763, 2: 0.0, 3: 0.6491317671092952, 4: 0.12563840653728295, 5: 0.010725229826353423, 6: 0.0020429009193054137}, 'edge_length_total': 346824.98100000195, 'edge_length_avg': 66.13748684210563, 'street_length_total': 175310.1099999999, 'street_length_avg': 66.1797319743299, 'street_segments_count': 2649, 'node_density_km': 108.54390466673607, 'intersection_density_km': 85.48248263335394, 'edge_density_km': 19226.628025386497, 'street_density_km': 9718.510657280389, 'circuity_avg': 1.0736434661259153, 'self_loop_proportion': 0.0030511060259344014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736434661259153\n", - "5680\n", - "10997835.165267542\n", - "{'n': 467, 'm': 1297, 'k_avg': 5.554603854389722, 'intersection_count': 377, 'streets_per_node_avg': 2.948608137044968, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 222, 4: 154, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19271948608137046, 2: 0.0, 3: 0.4753747323340471, 4: 0.3297644539614561, 5: 0.0021413276231263384}, 'edge_length_total': 175228.20800000007, 'edge_length_avg': 135.1027047031612, 'street_length_total': 88617.192, 'street_length_avg': 135.08718292682926, 'street_segments_count': 656, 'node_density_km': 42.46290228779214, 'intersection_density_km': 34.279473581365394, 'edge_density_km': 15932.972750254648, 'street_density_km': 8057.6941432859, 'circuity_avg': 1.0393523839685417, 'self_loop_proportion': 0.0015420200462606013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0393523839685417\n", - "5681\n", - "5999153.606599437\n", - "{'n': 148, 'm': 342, 'k_avg': 4.621621621621622, 'intersection_count': 106, 'streets_per_node_avg': 2.47972972972973, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 99, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28378378378378377, 2: 0.0, 3: 0.668918918918919, 4: 0.0472972972972973}, 'edge_length_total': 50230.63399999997, 'edge_length_avg': 146.87319883040928, 'street_length_total': 25115.317000000003, 'street_length_avg': 146.87319883040936, 'street_segments_count': 171, 'node_density_km': 24.670146774903532, 'intersection_density_km': 17.6691591766201, 'edge_density_km': 8372.953468759859, 'street_density_km': 4186.476734379932, 'circuity_avg': 1.0471123356560463, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471123356560463\n", - "5682\n", - "45103179.66908779\n", - "{'n': 2830, 'm': 7764, 'k_avg': 5.486925795053003, 'intersection_count': 2308, 'streets_per_node_avg': 2.829328621908127, 'streets_per_node_counts': {0: 0, 1: 522, 2: 1, 3: 1763, 4: 527, 5: 16, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18445229681978798, 2: 0.00035335689045936394, 3: 0.6229681978798587, 4: 0.1862190812720848, 5: 0.005653710247349823, 6: 0.00035335689045936394}, 'edge_length_total': 761299.294000004, 'edge_length_avg': 98.05503529108758, 'street_length_total': 388617.11299999914, 'street_length_avg': 97.83915231621327, 'street_segments_count': 3972, 'node_density_km': 62.74502198654494, 'intersection_density_km': 51.17155856711863, 'edge_density_km': 16879.06040295809, 'street_density_km': 8616.17996449914, 'circuity_avg': 1.067795171259648, 'self_loop_proportion': 0.0038639876352395673, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067795171259648\n", - "5683\n", - "14997694.675030885\n", - "{'n': 1896, 'm': 4765, 'k_avg': 5.026371308016878, 'intersection_count': 1373, 'streets_per_node_avg': 2.5406118143459917, 'streets_per_node_counts': {0: 0, 1: 523, 2: 1, 3: 1204, 4: 160, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2758438818565401, 2: 0.0005274261603375527, 3: 0.6350210970464135, 4: 0.08438818565400844, 5: 0.004219409282700422}, 'edge_length_total': 282625.92099999957, 'edge_length_avg': 59.31289003147945, 'street_length_total': 141791.2870000003, 'street_length_avg': 59.302085738184985, 'street_segments_count': 2391, 'node_density_km': 126.41942919111303, 'intersection_density_km': 91.54740310094842, 'edge_density_km': 18844.624265523496, 'street_density_km': 9454.205467728547, 'circuity_avg': 1.114224330561732, 'self_loop_proportion': 0.0033578174186778592, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.114224330561732\n", - "5684\n", - "8017732.336059067\n", - "{'n': 247, 'm': 668, 'k_avg': 5.4089068825910935, 'intersection_count': 203, 'streets_per_node_avg': 2.8097165991902835, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 166, 4: 33, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17813765182186234, 2: 0.0, 3: 0.6720647773279352, 4: 0.13360323886639677, 5: 0.016194331983805668}, 'edge_length_total': 94969.46000000005, 'edge_length_avg': 142.16985029940128, 'street_length_total': 47484.72999999996, 'street_length_avg': 142.16985029940108, 'street_segments_count': 334, 'node_density_km': 30.806715620717167, 'intersection_density_km': 25.31887963969872, 'edge_density_km': 11844.92772013391, 'street_density_km': 5922.463860066947, 'circuity_avg': 1.0775270919408322, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0775270919408322\n", - "5685\n", - "10021758.010955758\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 291, 'm': 817, 'k_avg': 5.615120274914089, 'intersection_count': 234, 'streets_per_node_avg': 2.9140893470790377, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 146, 4: 87, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1958762886597938, 2: 0.0, 3: 0.5017182130584192, 4: 0.29896907216494845, 5: 0.003436426116838488}, 'edge_length_total': 140021.15599999987, 'edge_length_avg': 171.3845238678089, 'street_length_total': 70293.26700000002, 'street_length_avg': 171.02984671532852, 'street_segments_count': 411, 'node_density_km': 29.036821651638324, 'intersection_density_km': 23.349196792039063, 'edge_density_km': 13971.715925182898, 'street_density_km': 7014.06548862541, 'circuity_avg': 1.0344618426650893, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344618426650893\n", - "5686\n", - "96006230.67230128\n", - "{'n': 13465, 'm': 36072, 'k_avg': 5.357890828072781, 'intersection_count': 10433, 'streets_per_node_avg': 2.725287783141478, 'streets_per_node_counts': {0: 0, 1: 3032, 2: 9, 3: 8093, 4: 2294, 5: 33, 6: 3, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2251763832157445, 2: 0.000668399554400297, 3: 0.6010397326401783, 4: 0.17036761975492015, 5: 0.0024507983661344224, 6: 0.0002227998514667657, 7: 0.0, 8: 7.426661715558857e-05}, 'edge_length_total': 2246033.027999998, 'edge_length_avg': 62.26527578176974, 'street_length_total': 1135017.3500000078, 'street_length_avg': 62.11105122031344, 'street_segments_count': 18274, 'node_density_km': 140.2513139585719, 'intersection_density_km': 108.67003034012481, 'edge_density_km': 23394.6589952729, 'street_density_km': 11822.33009307667, 'circuity_avg': 1.0830481669045382, 'self_loop_proportion': 0.003243512974051896, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830481669045382\n", - "5687\n", - "78195956.30198875\n", - "{'n': 11019, 'm': 30046, 'k_avg': 5.453489427352754, 'intersection_count': 8945, 'streets_per_node_avg': 2.8322896814592977, 'streets_per_node_counts': {0: 0, 1: 2074, 2: 13, 3: 6687, 4: 2186, 5: 54, 6: 3, 7: 0, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18822034667392684, 2: 0.0011797803793447681, 3: 0.6068608766675742, 4: 0.1983846084036664, 5: 0.004900626191124422, 6: 0.0002722570106180234, 7: 0.0, 8: 0.00018150467374534896}, 'edge_length_total': 2098023.1029999857, 'edge_length_avg': 69.82703531252032, 'street_length_total': 1082364.0580000023, 'street_length_avg': 69.7354589266157, 'street_segments_count': 15521, 'node_density_km': 140.9152150712908, 'intersection_density_km': 114.39210443894147, 'edge_density_km': 26830.327324056616, 'street_density_km': 13841.688358154586, 'circuity_avg': 1.0800096655442422, 'self_loop_proportion': 0.0031285362444252148, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0800096655442422\n", - "5688\n", - "8019843.003053811\n", - "{'n': 155, 'm': 394, 'k_avg': 5.083870967741936, 'intersection_count': 112, 'streets_per_node_avg': 2.5806451612903225, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 91, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27741935483870966, 2: 0.0, 3: 0.5870967741935483, 4: 0.13548387096774195}, 'edge_length_total': 54656.88800000004, 'edge_length_avg': 138.7230659898478, 'street_length_total': 27328.444, 'street_length_avg': 138.72306598984773, 'street_segments_count': 197, 'node_density_km': 19.327061632126565, 'intersection_density_km': 13.965360663214033, 'edge_density_km': 6815.206729007998, 'street_density_km': 3407.603364503996, 'circuity_avg': 1.1144561492064804, 'self_loop_proportion': 0.01015228426395939, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1144561492064804\n", - "5689\n", - "7001438.486411642\n", - "{'n': 634, 'm': 1660, 'k_avg': 5.236593059936909, 'intersection_count': 479, 'streets_per_node_avg': 2.686119873817035, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 368, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2444794952681388, 2: 0.0, 3: 0.580441640378549, 4: 0.1750788643533123}, 'edge_length_total': 139685.52900000004, 'edge_length_avg': 84.1479090361446, 'street_length_total': 69922.71600000004, 'street_length_avg': 84.14285920577623, 'street_segments_count': 831, 'node_density_km': 90.55282014266984, 'intersection_density_km': 68.41451237908336, 'edge_density_km': 19950.975684654095, 'street_density_km': 9986.90713854099, 'circuity_avg': 1.0736954449794704, 'self_loop_proportion': 0.0012048192771084338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0736954449794704\n", - "5690\n", - "10025236.020504506\n", - "{'n': 36, 'm': 80, 'k_avg': 4.444444444444445, 'intersection_count': 27, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 25, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6944444444444444, 4: 0.05555555555555555}, 'edge_length_total': 13521.401000000007, 'edge_length_avg': 169.0175125000001, 'street_length_total': 7031.932000000001, 'street_length_avg': 156.26515555555557, 'street_segments_count': 45, 'node_density_km': 3.5909379017481076, 'intersection_density_km': 2.6932034263110807, 'edge_density_km': 1348.7364259898552, 'street_density_km': 701.4230872587605, 'circuity_avg': 1.3909085267207397, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3909085267207397\n", - "5691\n", - "19035054.906762213\n", - "{'n': 775, 'm': 1988, 'k_avg': 5.130322580645161, 'intersection_count': 593, 'streets_per_node_avg': 2.6516129032258067, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 499, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23483870967741935, 2: 0.0, 3: 0.6438709677419355, 4: 0.12129032258064516}, 'edge_length_total': 239544.16500000015, 'edge_length_avg': 120.49505281690149, 'street_length_total': 121861.40600000012, 'street_length_avg': 120.0604985221676, 'street_segments_count': 1015, 'node_density_km': 40.71435589737547, 'intersection_density_km': 31.153049093088587, 'edge_density_km': 12584.369531547922, 'street_density_km': 6401.946650372351, 'circuity_avg': 1.0923265571818292, 'self_loop_proportion': 0.0030181086519114686, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0923265571818292\n", - "5692\n", - "12022890.055041224\n", - "{'n': 556, 'm': 1395, 'k_avg': 5.017985611510792, 'intersection_count': 401, 'streets_per_node_avg': 2.5485611510791366, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 343, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2787769784172662, 2: 0.0, 3: 0.6169064748201439, 4: 0.10251798561151079, 5: 0.0017985611510791368}, 'edge_length_total': 154925.4020000003, 'edge_length_avg': 111.05763584229412, 'street_length_total': 77559.972, 'street_length_avg': 111.11743839541546, 'street_segments_count': 698, 'node_density_km': 46.24512055376137, 'intersection_density_km': 33.35304557924156, 'edge_density_km': 12885.870309945964, 'street_density_km': 6451.025639004237, 'circuity_avg': 1.0683413450029884, 'self_loop_proportion': 0.0014336917562724014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683413450029884\n", - "5693\n", - "15037665.810793785\n", - "{'n': 756, 'm': 2021, 'k_avg': 5.3465608465608465, 'intersection_count': 620, 'streets_per_node_avg': 2.7791005291005293, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 516, 4: 103, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17989417989417988, 2: 0.0, 3: 0.6825396825396826, 4: 0.13624338624338625, 5: 0.0013227513227513227}, 'edge_length_total': 221315.9940000007, 'edge_length_avg': 109.50816130628436, 'street_length_total': 110947.43399999994, 'street_length_avg': 108.45301466275653, 'street_segments_count': 1023, 'node_density_km': 50.27375987151915, 'intersection_density_km': 41.22980306923528, 'edge_density_km': 14717.443304342074, 'street_density_km': 7377.969120737058, 'circuity_avg': 1.0505402491779348, 'self_loop_proportion': 0.0019792182088075212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505402491779348\n", - "5694\n", - "10019176.46219251\n", - "{'n': 321, 'm': 826, 'k_avg': 5.146417445482866, 'intersection_count': 246, 'streets_per_node_avg': 2.7009345794392523, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 195, 4: 48, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2336448598130841, 2: 0.0, 3: 0.6074766355140186, 4: 0.14953271028037382, 5: 0.009345794392523364}, 'edge_length_total': 121623.85399999979, 'edge_length_avg': 147.24437530266317, 'street_length_total': 61320.19300000001, 'street_length_avg': 147.05082254196645, 'street_segments_count': 417, 'node_density_km': 32.03856137391108, 'intersection_density_km': 24.552916193090734, 'edge_density_km': 12139.106887571943, 'street_density_km': 6120.282762898981, 'circuity_avg': 1.0652964287117217, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652964287117217\n", - "5695\n", - "30990146.61320881\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2238, 'm': 5917, 'k_avg': 5.287756925826631, 'intersection_count': 1727, 'streets_per_node_avg': 2.709562109025916, 'streets_per_node_counts': {0: 0, 1: 511, 2: 0, 3: 1360, 4: 362, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22832886505808758, 2: 0.0, 3: 0.6076854334226989, 4: 0.16175156389633602, 5: 0.002234137622877569}, 'edge_length_total': 570927.8879999998, 'edge_length_avg': 96.4894182862937, 'street_length_total': 286374.643000001, 'street_length_avg': 96.29275151311398, 'street_segments_count': 2974, 'node_density_km': 72.21650248812007, 'intersection_density_km': 55.72739043654306, 'edge_density_km': 18422.88438082624, 'street_density_km': 9240.828918116205, 'circuity_avg': 1.073471248876179, 'self_loop_proportion': 0.0016900456312320432, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073471248876179\n", - "5696\n", - "15028390.061402012\n", - "{'n': 1205, 'm': 3287, 'k_avg': 5.4556016597510375, 'intersection_count': 990, 'streets_per_node_avg': 2.7784232365145227, 'streets_per_node_counts': {0: 0, 1: 215, 2: 0, 3: 829, 4: 159, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17842323651452283, 2: 0.0, 3: 0.6879668049792531, 4: 0.13195020746887967, 5: 0.0016597510373443983}, 'edge_length_total': 297174.46699999983, 'edge_length_avg': 90.40902555521747, 'street_length_total': 149332.59599999993, 'street_length_avg': 90.28572914147517, 'street_segments_count': 1654, 'node_density_km': 80.18157600891978, 'intersection_density_km': 65.8753197085731, 'edge_density_km': 19774.20507358565, 'street_density_km': 9936.699499405231, 'circuity_avg': 1.058207570592962, 'self_loop_proportion': 0.002433830240340736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058207570592962\n", - "5697\n", - "14029578.017854344\n", - "{'n': 643, 'm': 1754, 'k_avg': 5.455676516329705, 'intersection_count': 519, 'streets_per_node_avg': 2.8040435458786934, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 399, 4: 118, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19284603421461896, 2: 0.0, 3: 0.6205287713841369, 4: 0.18351477449455678, 5: 0.003110419906687403}, 'edge_length_total': 208407.81700000045, 'edge_length_avg': 118.81859578107209, 'street_length_total': 104641.796, 'street_length_avg': 118.50713023782559, 'street_segments_count': 883, 'node_density_km': 45.83174199407169, 'intersection_density_km': 36.99327230936735, 'edge_density_km': 14854.888488789624, 'street_density_km': 7458.655981443675, 'circuity_avg': 1.055636334090246, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055636334090246\n", - "5698\n", - "5013169.989613332\n", - "{'n': 237, 'm': 649, 'k_avg': 5.476793248945148, 'intersection_count': 188, 'streets_per_node_avg': 2.8734177215189876, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 120, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20675105485232068, 2: 0.0, 3: 0.5063291139240507, 4: 0.2869198312236287}, 'edge_length_total': 81851.3119999999, 'edge_length_avg': 126.11912480739585, 'street_length_total': 41116.17800000001, 'street_length_avg': 125.73754740061165, 'street_segments_count': 327, 'node_density_km': 47.275476493124046, 'intersection_density_km': 37.50122185952456, 'edge_density_km': 16327.256440452986, 'street_density_km': 8201.632516987782, 'circuity_avg': 1.0289399728793172, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289399728793172\n", - "5699\n", - "57138252.15218542\n", - "{'n': 5944, 'm': 16017, 'k_avg': 5.389300134589502, 'intersection_count': 4682, 'streets_per_node_avg': 2.734185733512786, 'streets_per_node_counts': {0: 0, 1: 1262, 2: 2, 3: 3753, 4: 908, 5: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2123149394347241, 2: 0.00033647375504710633, 3: 0.631393001345895, 4: 0.15275908479138628, 5: 0.00319650067294751}, 'edge_length_total': 1287662.6410000098, 'edge_length_avg': 80.3934969719679, 'street_length_total': 648661.9219999996, 'street_length_avg': 80.45918159265685, 'street_segments_count': 8062, 'node_density_km': 104.02838337036277, 'intersection_density_km': 81.94160345559195, 'edge_density_km': 22535.912326655925, 'street_density_km': 11352.498502619836, 'circuity_avg': 1.077402807580781, 'self_loop_proportion': 0.0034962851969782107, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077402807580781\n", - "5700\n", - "9023169.80079678\n", - "{'n': 407, 'm': 1072, 'k_avg': 5.267813267813268, 'intersection_count': 313, 'streets_per_node_avg': 2.7248157248157248, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 237, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23095823095823095, 2: 0.0, 3: 0.5823095823095823, 4: 0.18673218673218672}, 'edge_length_total': 114369.17599999989, 'edge_length_avg': 106.68766417910437, 'street_length_total': 57184.587999999974, 'street_length_avg': 106.68766417910443, 'street_segments_count': 536, 'node_density_km': 45.106100071846186, 'intersection_density_km': 34.688474993827654, 'edge_density_km': 12675.055277126741, 'street_density_km': 6337.527638563374, 'circuity_avg': 1.0611872604186814, 'self_loop_proportion': 0.0018656716417910447, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611872604186814\n", - "5701\n", - "6995151.756137461\n", - "{'n': 308, 'm': 792, 'k_avg': 5.142857142857143, 'intersection_count': 248, 'streets_per_node_avg': 2.6720779220779223, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 229, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19480519480519481, 2: 0.0, 3: 0.7435064935064936, 4: 0.06168831168831169}, 'edge_length_total': 101587.50600000004, 'edge_length_avg': 128.2670530303031, 'street_length_total': 50793.75299999994, 'street_length_avg': 128.2670530303029, 'street_segments_count': 396, 'node_density_km': 44.03049579728768, 'intersection_density_km': 35.45312648612774, 'edge_density_km': 14522.559272694605, 'street_density_km': 7261.279636347292, 'circuity_avg': 1.056045979070636, 'self_loop_proportion': 0.005050505050505051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056045979070636\n", - "5702\n", - "5010776.374556418\n", - "{'n': 302, 'm': 709, 'k_avg': 4.695364238410596, 'intersection_count': 207, 'streets_per_node_avg': 2.4503311258278146, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 185, 4: 20, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31456953642384106, 2: 0.0, 3: 0.6125827814569537, 4: 0.06622516556291391, 5: 0.006622516556291391}, 'edge_length_total': 66637.02300000003, 'edge_length_avg': 93.98733850493657, 'street_length_total': 33472.201000000015, 'street_length_avg': 93.7596666666667, 'street_segments_count': 357, 'node_density_km': 60.2701013626326, 'intersection_density_km': 41.31096351677135, 'edge_density_km': 13298.74215468239, 'street_density_km': 6680.042871193421, 'circuity_avg': 1.0844705294671488, 'self_loop_proportion': 0.011283497884344146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0844705294671488\n", - "5703\n", - "10020090.371391429\n", - "{'n': 596, 'm': 1440, 'k_avg': 4.832214765100671, 'intersection_count': 424, 'streets_per_node_avg': 2.488255033557047, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 386, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28859060402684567, 2: 0.0, 3: 0.6476510067114094, 4: 0.06208053691275168, 5: 0.0016778523489932886}, 'edge_length_total': 137017.32700000005, 'edge_length_avg': 95.15092152777781, 'street_length_total': 68655.934, 'street_length_avg': 94.69783999999999, 'street_segments_count': 725, 'node_density_km': 59.48050146350497, 'intersection_density_km': 42.314987618332395, 'edge_density_km': 13674.260602599064, 'street_density_km': 6851.827823431712, 'circuity_avg': 1.082371926723313, 'self_loop_proportion': 0.005555555555555556, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082371926723313\n", - "5704\n", - "17992839.58823028\n", - "{'n': 1877, 'm': 5004, 'k_avg': 5.331912626531699, 'intersection_count': 1413, 'streets_per_node_avg': 2.692061800745871, 'streets_per_node_counts': {0: 0, 1: 464, 2: 0, 3: 1073, 4: 331, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24720298348428343, 2: 0.0, 3: 0.5716568993074055, 4: 0.176345231752797, 5: 0.004262120404901438, 6: 0.0005327650506126798}, 'edge_length_total': 370615.7519999997, 'edge_length_avg': 74.06389928057548, 'street_length_total': 186108.4059999996, 'street_length_avg': 74.20590350877177, 'street_segments_count': 2508, 'node_density_km': 104.31927605400367, 'intersection_density_km': 78.53123977853339, 'edge_density_km': 20597.957881113547, 'street_density_km': 10343.470528228318, 'circuity_avg': 1.0717059530113102, 'self_loop_proportion': 0.0007993605115907274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717059530113102\n", - "5705\n", - "4997790.64691522\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 147, 'm': 370, 'k_avg': 5.034013605442177, 'intersection_count': 118, 'streets_per_node_avg': 2.6802721088435373, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 107, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19727891156462585, 2: 0.0, 3: 0.7278911564625851, 4: 0.07482993197278912}, 'edge_length_total': 59695.39000000004, 'edge_length_avg': 161.33889189189202, 'street_length_total': 29847.694999999985, 'street_length_avg': 161.33889189189182, 'street_segments_count': 185, 'node_density_km': 29.412996739015597, 'intersection_density_km': 23.61043275648871, 'edge_density_km': 11944.355859892963, 'street_density_km': 5972.177929946474, 'circuity_avg': 1.04530206848451, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04530206848451\n", - "5706\n", - "14027761.680235816\n", - "{'n': 805, 'm': 2286, 'k_avg': 5.679503105590062, 'intersection_count': 689, 'streets_per_node_avg': 2.937888198757764, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 511, 4: 174, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14409937888198757, 2: 0.0, 3: 0.6347826086956522, 4: 0.21614906832298136, 5: 0.004968944099378882}, 'edge_length_total': 218317.6269999999, 'edge_length_avg': 95.50202405949251, 'street_length_total': 109809.92400000007, 'street_length_avg': 95.15591334488741, 'street_segments_count': 1154, 'node_density_km': 57.38620446725948, 'intersection_density_km': 49.116888047132655, 'edge_density_km': 15563.254635812278, 'street_density_km': 7828.043169190346, 'circuity_avg': 1.0603019694152251, 'self_loop_proportion': 0.0017497812773403325, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0603019694152251\n", - "5707\n", - "5997688.668575935\n", - "{'n': 142, 'm': 358, 'k_avg': 5.042253521126761, 'intersection_count': 115, 'streets_per_node_avg': 2.7183098591549295, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 101, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19014084507042253, 2: 0.0, 3: 0.7112676056338029, 4: 0.09859154929577464}, 'edge_length_total': 49063.00200000001, 'edge_length_avg': 137.04749162011174, 'street_length_total': 24531.500999999986, 'street_length_avg': 137.04749162011166, 'street_segments_count': 179, 'node_density_km': 23.675787098451686, 'intersection_density_km': 19.174052931844678, 'edge_density_km': 8180.318237766968, 'street_density_km': 4090.159118883481, 'circuity_avg': 1.0692762881904045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692762881904045\n", - "5708\n", - "10014571.588164719\n", - "{'n': 693, 'm': 1668, 'k_avg': 4.813852813852814, 'intersection_count': 502, 'streets_per_node_avg': 2.5238095238095237, 'streets_per_node_counts': {0: 0, 1: 191, 2: 1, 3: 450, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2756132756132756, 2: 0.001443001443001443, 3: 0.6493506493506493, 4: 0.0707070707070707, 5: 0.002886002886002886}, 'edge_length_total': 164517.69200000042, 'edge_length_avg': 98.63170983213455, 'street_length_total': 83245.06999999995, 'street_length_avg': 97.82029377203284, 'street_segments_count': 851, 'node_density_km': 69.19916582542498, 'intersection_density_km': 50.12695706257336, 'edge_density_km': 16427.831240871892, 'street_density_km': 8312.394521037671, 'circuity_avg': 1.1017800839699028, 'self_loop_proportion': 0.0035971223021582736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1017800839699028\n", - "5709\n", - "9012938.789019028\n", - "{'n': 236, 'm': 648, 'k_avg': 5.491525423728813, 'intersection_count': 206, 'streets_per_node_avg': 2.8516949152542375, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 182, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1271186440677966, 2: 0.0, 3: 0.7711864406779662, 4: 0.09745762711864407, 5: 0.00423728813559322}, 'edge_length_total': 74075.64000000009, 'edge_length_avg': 114.31425925925939, 'street_length_total': 37037.820000000014, 'street_length_avg': 114.3142592592593, 'street_segments_count': 324, 'node_density_km': 26.184578140875885, 'intersection_density_km': 22.856030072120475, 'edge_density_km': 8218.81094879404, 'street_density_km': 4109.405474397017, 'circuity_avg': 1.0562566311212684, 'self_loop_proportion': 0.009259259259259259, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562566311212684\n", - "5710\n", - "83132343.03663953\n", - "{'n': 10112, 'm': 27854, 'k_avg': 5.509098101265823, 'intersection_count': 8340, 'streets_per_node_avg': 2.8452333860759493, 'streets_per_node_counts': {0: 0, 1: 1772, 2: 15, 3: 6414, 4: 1841, 5: 57, 6: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1752373417721519, 2: 0.0014833860759493672, 3: 0.6342958860759493, 4: 0.182060917721519, 5: 0.005636867088607595, 6: 0.0012856012658227847}, 'edge_length_total': 2032882.4709999838, 'edge_length_avg': 72.98350222589157, 'street_length_total': 1042915.9250000004, 'street_length_avg': 72.8344105733641, 'street_segments_count': 14319, 'node_density_km': 121.63737518553116, 'intersection_density_km': 100.32196489787675, 'edge_density_km': 24453.568812610232, 'street_density_km': 12545.248779290972, 'circuity_avg': 1.0846674527648934, 'self_loop_proportion': 0.002369498097221225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0846674527648934\n", - "5711\n", - "15021353.891006509\n", - "{'n': 524, 'm': 1365, 'k_avg': 5.209923664122138, 'intersection_count': 441, 'streets_per_node_avg': 2.763358778625954, 'streets_per_node_counts': {0: 0, 1: 83, 2: 2, 3: 395, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15839694656488548, 2: 0.003816793893129771, 3: 0.7538167938931297, 4: 0.08396946564885496}, 'edge_length_total': 188607.7609999999, 'edge_length_avg': 138.1741838827838, 'street_length_total': 95254.53599999993, 'street_length_avg': 137.4524329004328, 'street_segments_count': 693, 'node_density_km': 34.88367318965343, 'intersection_density_km': 29.358205871444966, 'edge_density_km': 12555.976136939425, 'street_density_km': 6341.275006977243, 'circuity_avg': 1.0857232795500005, 'self_loop_proportion': 0.005128205128205128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0857232795500005\n", - "5712\n", - "7010462.5246802615\n", - "{'n': 158, 'm': 402, 'k_avg': 5.0886075949367084, 'intersection_count': 122, 'streets_per_node_avg': 2.632911392405063, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 108, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22784810126582278, 2: 0.0, 3: 0.6835443037974683, 4: 0.08860759493670886}, 'edge_length_total': 51878.815999999984, 'edge_length_avg': 129.0517810945273, 'street_length_total': 25939.40799999998, 'street_length_avg': 129.05178109452726, 'street_segments_count': 201, 'node_density_km': 22.537742615949035, 'intersection_density_km': 17.40256075408723, 'edge_density_km': 7400.19874827961, 'street_density_km': 3700.0993741398033, 'circuity_avg': 1.089282290540152, 'self_loop_proportion': 0.009950248756218905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089282290540152\n", - "5713\n", - "7011306.5938327275\n", - "{'n': 335, 'm': 877, 'k_avg': 5.235820895522388, 'intersection_count': 270, 'streets_per_node_avg': 2.7671641791044777, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 218, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19402985074626866, 2: 0.0, 3: 0.6507462686567164, 4: 0.15522388059701492}, 'edge_length_total': 102530.7889999999, 'edge_length_avg': 116.91081984036477, 'street_length_total': 51463.63999999996, 'street_length_avg': 115.64862921348306, 'street_segments_count': 445, 'node_density_km': 47.77996733086413, 'intersection_density_km': 38.50922740099497, 'edge_density_km': 14623.635071127519, 'street_density_km': 7340.092650529406, 'circuity_avg': 1.0700201362898962, 'self_loop_proportion': 0.002280501710376283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700201362898962\n", - "5714\n", - "15006578.326562542\n", - "{'n': 1814, 'm': 4728, 'k_avg': 5.212789415656009, 'intersection_count': 1400, 'streets_per_node_avg': 2.644983461962514, 'streets_per_node_counts': {0: 0, 1: 414, 2: 0, 3: 1225, 4: 168, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22822491730981256, 2: 0.0, 3: 0.675303197353914, 4: 0.0926130099228225, 5: 0.0027563395810363835, 6: 0.0011025358324145535}, 'edge_length_total': 341492.0999999989, 'edge_length_avg': 72.22760152284242, 'street_length_total': 170746.0500000005, 'street_length_avg': 72.22760152284286, 'street_segments_count': 2364, 'node_density_km': 120.88032065171788, 'intersection_density_km': 93.29241946659594, 'edge_density_km': 22756.160169806164, 'street_density_km': 11378.080084903151, 'circuity_avg': 1.068900980031094, 'self_loop_proportion': 0.0012690355329949238, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068900980031094\n", - "5715\n", - "9017070.566102436\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 542, 'm': 1311, 'k_avg': 4.837638376383764, 'intersection_count': 402, 'streets_per_node_avg': 2.555350553505535, 'streets_per_node_counts': {0: 0, 1: 140, 2: 2, 3: 360, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25830258302583026, 2: 0.0036900369003690036, 3: 0.6642066420664207, 4: 0.07195571955719557, 5: 0.0018450184501845018}, 'edge_length_total': 119797.59700000002, 'edge_length_avg': 91.37879252479026, 'street_length_total': 61741.13899999999, 'street_length_avg': 91.60406379821957, 'street_segments_count': 674, 'node_density_km': 60.10821319703563, 'intersection_density_km': 44.58210646717403, 'edge_density_km': 13285.644835735346, 'street_density_km': 6847.139383837289, 'circuity_avg': 1.0722661443877348, 'self_loop_proportion': 0.004576659038901602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0722661443877348\n", - "5716\n", - "7998985.775613746\n", - "{'n': 40, 'm': 86, 'k_avg': 4.3, 'intersection_count': 29, 'streets_per_node_avg': 2.525, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 26, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.275, 2: 0.0, 3: 0.65, 4: 0.075}, 'edge_length_total': 21753.253999999994, 'edge_length_avg': 252.9448139534883, 'street_length_total': 10876.627000000006, 'street_length_avg': 252.9448139534885, 'street_segments_count': 43, 'node_density_km': 5.000633970614966, 'intersection_density_km': 3.6254596286958503, 'edge_density_km': 2719.5015230953964, 'street_density_km': 1359.7507615476993, 'circuity_avg': 1.2107631113589032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2107631113589032\n", - "5717\n", - "23035235.375271674\n", - "{'n': 968, 'm': 2540, 'k_avg': 5.24793388429752, 'intersection_count': 760, 'streets_per_node_avg': 2.705578512396694, 'streets_per_node_counts': {0: 0, 1: 208, 2: 2, 3: 629, 4: 125, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21487603305785125, 2: 0.002066115702479339, 3: 0.6497933884297521, 4: 0.12913223140495866, 5: 0.004132231404958678}, 'edge_length_total': 272460.2519999995, 'edge_length_avg': 107.26781574803131, 'street_length_total': 137164.59100000004, 'street_length_avg': 106.41162994569437, 'street_segments_count': 1289, 'node_density_km': 42.02257907202233, 'intersection_density_km': 32.99293398216629, 'edge_density_km': 11827.977772368915, 'street_density_km': 5954.55565204453, 'circuity_avg': 1.0722100879273553, 'self_loop_proportion': 0.005511811023622047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0722100879273553\n", - "5718\n", - "12988483.712028123\n", - "{'n': 1567, 'm': 4009, 'k_avg': 5.116783663050414, 'intersection_count': 1165, 'streets_per_node_avg': 2.5832801531589022, 'streets_per_node_counts': {0: 0, 1: 402, 2: 0, 3: 1021, 4: 138, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25654116145500955, 2: 0.0, 3: 0.6515634971282706, 4: 0.08806636885768986, 5: 0.003190810465858328, 6: 0.0006381620931716656}, 'edge_length_total': 295309.1390000003, 'edge_length_avg': 73.66154627089057, 'street_length_total': 147698.18699999966, 'street_length_avg': 73.66493117206966, 'street_segments_count': 2005, 'node_density_km': 120.64533741909095, 'intersection_density_km': 89.69484243346584, 'edge_density_km': 22736.228919972094, 'street_density_km': 11371.472627187588, 'circuity_avg': 1.081584501201657, 'self_loop_proportion': 0.002993265153404839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081584501201657\n", - "5719\n", - "26038273.42895403\n", - "{'n': 1507, 'm': 3880, 'k_avg': 5.149303251493032, 'intersection_count': 1141, 'streets_per_node_avg': 2.652952886529529, 'streets_per_node_counts': {0: 0, 1: 366, 2: 1, 3: 934, 4: 202, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24286662242866622, 2: 0.0006635700066357001, 3: 0.6197743861977438, 4: 0.13404114134041142, 5: 0.0026542800265428003}, 'edge_length_total': 366167.3589999996, 'edge_length_avg': 94.37303067010299, 'street_length_total': 184868.3530000004, 'street_length_avg': 93.8418035532997, 'street_segments_count': 1970, 'node_density_km': 57.8763413062652, 'intersection_density_km': 43.82010977468388, 'edge_density_km': 14062.658954676654, 'street_density_km': 7099.869870574082, 'circuity_avg': 1.087787459760446, 'self_loop_proportion': 0.004639175257731959, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087787459760446\n", - "5720\n", - "9013503.23268667\n", - "{'n': 554, 'm': 1436, 'k_avg': 5.184115523465704, 'intersection_count': 465, 'streets_per_node_avg': 2.7870036101083033, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 409, 4: 52, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16064981949458484, 2: 0.0, 3: 0.7382671480144405, 4: 0.09386281588447654, 5: 0.007220216606498195}, 'edge_length_total': 113890.56300000018, 'edge_length_avg': 79.31097701949874, 'street_length_total': 59130.780999999944, 'street_length_avg': 78.11199603698803, 'street_segments_count': 757, 'node_density_km': 61.46333847099185, 'intersection_density_km': 51.58926424009243, 'edge_density_km': 12635.549137763235, 'street_density_km': 6560.244055337708, 'circuity_avg': 1.0651714387348001, 'self_loop_proportion': 0.004178272980501393, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0651714387348001\n", - "5721\n", - "167251330.42318192\n", - "{'n': 20535, 'm': 54439, 'k_avg': 5.302069637204772, 'intersection_count': 16442, 'streets_per_node_avg': 2.7856829802775747, 'streets_per_node_counts': {0: 0, 1: 4093, 2: 41, 3: 12688, 4: 3610, 5: 94, 6: 8, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.199318237156075, 2: 0.001996591185780375, 3: 0.617871925980034, 4: 0.1757974190406623, 5: 0.00457755052349647, 6: 0.00038957876795714635, 7: 4.8697345994643294e-05}, 'edge_length_total': 3948286.419999997, 'edge_length_avg': 72.52679916971283, 'street_length_total': 2070425.277999997, 'street_length_avg': 72.67965310492494, 'street_segments_count': 28487, 'node_density_km': 122.77929238614739, 'intersection_density_km': 98.30714026847019, 'edge_density_km': 23606.905906278782, 'street_density_km': 12379.125910456884, 'circuity_avg': 1.0806406586705954, 'self_loop_proportion': 0.004206543103289921, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806406586705954\n", - "5722\n", - "3004453.814974838\n", - "{'n': 153, 'm': 394, 'k_avg': 5.150326797385621, 'intersection_count': 123, 'streets_per_node_avg': 2.6993464052287583, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 109, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.7124183006535948, 4: 0.0915032679738562}, 'edge_length_total': 37744.71000000002, 'edge_length_avg': 95.79875634517772, 'street_length_total': 18872.354999999992, 'street_length_avg': 95.79875634517762, 'street_segments_count': 197, 'node_density_km': 50.924397385446696, 'intersection_density_km': 40.939221427515974, 'edge_density_km': 12562.919027702254, 'street_density_km': 6281.459513851121, 'circuity_avg': 1.077257087284942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077257087284942\n", - "5723\n", - "10014388.032162495\n", - "{'n': 815, 'm': 2113, 'k_avg': 5.185276073619632, 'intersection_count': 637, 'streets_per_node_avg': 2.7006134969325153, 'streets_per_node_counts': {0: 0, 1: 178, 2: 1, 3: 526, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2184049079754601, 2: 0.001226993865030675, 3: 0.645398773006135, 4: 0.1312883435582822, 5: 0.0036809815950920245}, 'edge_length_total': 194261.34599999984, 'edge_length_avg': 91.93627354472306, 'street_length_total': 98638.7539999999, 'street_length_avg': 92.0137630597014, 'street_segments_count': 1072, 'node_density_km': 81.38290601308064, 'intersection_density_km': 63.60847991451825, 'edge_density_km': 19398.22437238347, 'street_density_km': 9849.703614759968, 'circuity_avg': 1.0975927061843787, 'self_loop_proportion': 0.01419782300047326, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975927061843787\n", - "5724\n", - "12988554.08434095\n", - "{'n': 910, 'm': 2364, 'k_avg': 5.195604395604396, 'intersection_count': 693, 'streets_per_node_avg': 2.61978021978022, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 608, 4: 82, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23846153846153847, 2: 0.0, 3: 0.6681318681318681, 4: 0.09010989010989011, 5: 0.0032967032967032967}, 'edge_length_total': 204744.074000001, 'edge_length_avg': 86.60916835871447, 'street_length_total': 102372.03699999969, 'street_length_avg': 86.60916835871379, 'street_segments_count': 1182, 'node_density_km': 70.06168616544466, 'intersection_density_km': 53.35466869522323, 'edge_density_km': 15763.423139365546, 'street_density_km': 7881.71156968271, 'circuity_avg': 1.103738212025628, 'self_loop_proportion': 0.005076142131979695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.103738212025628\n", - "5725\n", - "41993404.31867021\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2965, 'm': 7687, 'k_avg': 5.185160202360877, 'intersection_count': 2215, 'streets_per_node_avg': 2.6249578414839796, 'streets_per_node_counts': {0: 0, 1: 750, 2: 0, 3: 1837, 4: 368, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25295109612141653, 2: 0.0, 3: 0.6195615514333895, 4: 0.12411467116357504, 5: 0.003372681281618887}, 'edge_length_total': 752835.7180000008, 'edge_length_avg': 97.93621933133873, 'street_length_total': 377097.45499999943, 'street_length_avg': 97.94739090909076, 'street_segments_count': 3850, 'node_density_km': 70.60632611492669, 'intersection_density_km': 52.746378531049785, 'edge_density_km': 17927.47528366713, 'street_density_km': 8979.921040417825, 'circuity_avg': 1.087745958150344, 'self_loop_proportion': 0.0054637700013008975, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087745958150344\n", - "5726\n", - "9995306.625044595\n", - "{'n': 978, 'm': 2584, 'k_avg': 5.284253578732106, 'intersection_count': 759, 'streets_per_node_avg': 2.6993865030674846, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 620, 4: 134, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22392638036809817, 2: 0.0, 3: 0.6339468302658486, 4: 0.13701431492842536, 5: 0.005112474437627812}, 'edge_length_total': 214400.99800000028, 'edge_length_avg': 82.97252244582054, 'street_length_total': 107200.49900000001, 'street_length_avg': 82.97252244582045, 'street_segments_count': 1292, 'node_density_km': 97.84592276033719, 'intersection_density_km': 75.93563944283837, 'edge_density_km': 21450.167167737458, 'street_density_km': 10725.083583868716, 'circuity_avg': 1.055678196051109, 'self_loop_proportion': 0.0023219814241486067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055678196051109\n", - "5727\n", - "6009037.52846606\n", - "{'n': 714, 'm': 1804, 'k_avg': 5.053221288515406, 'intersection_count': 570, 'streets_per_node_avg': 2.7212885154061626, 'streets_per_node_counts': {0: 0, 1: 144, 2: 1, 3: 480, 4: 88, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20168067226890757, 2: 0.0014005602240896359, 3: 0.6722689075630253, 4: 0.12324929971988796, 5: 0.0014005602240896359}, 'edge_length_total': 127864.113, 'edge_length_avg': 70.87811141906873, 'street_length_total': 67302.76900000013, 'street_length_avg': 71.14457610993671, 'street_segments_count': 946, 'node_density_km': 118.8210252669639, 'intersection_density_km': 94.85712101144178, 'edge_density_km': 21278.634455897656, 'street_density_km': 11200.257725330042, 'circuity_avg': 1.0849412652717938, 'self_loop_proportion': 0.005543237250554324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0849412652717938\n", - "5728\n", - "19029192.991309844\n", - "{'n': 2720, 'm': 7392, 'k_avg': 5.435294117647059, 'intersection_count': 2193, 'streets_per_node_avg': 2.7900735294117647, 'streets_per_node_counts': {0: 0, 1: 527, 2: 2, 3: 1724, 4: 451, 5: 14, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19375, 2: 0.0007352941176470588, 3: 0.6338235294117647, 4: 0.16580882352941176, 5: 0.005147058823529412, 6: 0.0007352941176470588}, 'edge_length_total': 487778.5310000017, 'edge_length_avg': 65.98735538419936, 'street_length_total': 246417.36600000007, 'street_length_avg': 65.93988921594864, 'street_segments_count': 3737, 'node_density_km': 142.93827390589584, 'intersection_density_km': 115.24398333662852, 'edge_density_km': 25633.169584372703, 'street_density_km': 12949.438586940218, 'circuity_avg': 1.0906341835701667, 'self_loop_proportion': 0.004464285714285714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0906341835701667\n", - "5729\n", - "13024088.039633373\n", - "{'n': 489, 'm': 1224, 'k_avg': 5.006134969325154, 'intersection_count': 378, 'streets_per_node_avg': 2.6319018404907975, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 337, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22699386503067484, 2: 0.0, 3: 0.689161554192229, 4: 0.081799591002045, 5: 0.002044989775051125}, 'edge_length_total': 161588.4090000004, 'edge_length_avg': 132.01667401960816, 'street_length_total': 81194.64900000006, 'street_length_avg': 130.95911129032268, 'street_segments_count': 620, 'node_density_km': 37.54581499387387, 'intersection_density_km': 29.023145332687776, 'edge_density_km': 12406.888567420117, 'street_density_km': 6234.190735882471, 'circuity_avg': 1.0615659718555928, 'self_loop_proportion': 0.0032679738562091504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615659718555928\n", - "5730\n", - "19032168.624432396\n", - "{'n': 1348, 'm': 3553, 'k_avg': 5.271513353115727, 'intersection_count': 1061, 'streets_per_node_avg': 2.6973293768545994, 'streets_per_node_counts': {0: 0, 1: 287, 2: 0, 3: 899, 4: 159, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2129080118694362, 2: 0.0, 3: 0.6669139465875371, 4: 0.11795252225519288, 5: 0.001483679525222552, 6: 0.000741839762611276}, 'edge_length_total': 338697.17699999927, 'edge_length_avg': 95.32709738249346, 'street_length_total': 170504.7349999996, 'street_length_avg': 95.14773158482122, 'street_segments_count': 1792, 'node_density_km': 70.82745149018466, 'intersection_density_km': 55.7477196076305, 'edge_density_km': 17796.03699839016, 'street_density_km': 8958.765465177494, 'circuity_avg': 1.0802566708187888, 'self_loop_proportion': 0.0033774275260343373, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802566708187888\n", - "5731\n", - "7011183.30886538\n", - "{'n': 390, 'm': 1035, 'k_avg': 5.3076923076923075, 'intersection_count': 326, 'streets_per_node_avg': 2.812820512820513, 'streets_per_node_counts': {0: 0, 1: 64, 2: 2, 3: 270, 4: 51, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1641025641025641, 2: 0.005128205128205128, 3: 0.6923076923076923, 4: 0.13076923076923078, 5: 0.007692307692307693}, 'edge_length_total': 100648.50799999986, 'edge_length_avg': 97.24493526570035, 'street_length_total': 51798.18700000004, 'street_length_avg': 97.000350187266, 'street_segments_count': 534, 'node_density_km': 55.625417681899656, 'intersection_density_km': 46.49714401102381, 'edge_density_km': 14355.423837333361, 'street_density_km': 7387.937915487557, 'circuity_avg': 1.0980286420369822, 'self_loop_proportion': 0.005797101449275362, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0980286420369822\n", - "5732\n", - "5007968.273044852\n", - "{'n': 186, 'm': 462, 'k_avg': 4.967741935483871, 'intersection_count': 135, 'streets_per_node_avg': 2.543010752688172, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 119, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27419354838709675, 2: 0.0, 3: 0.6397849462365591, 4: 0.08064516129032258, 5: 0.005376344086021506}, 'edge_length_total': 57656.90800000004, 'edge_length_avg': 124.79850216450225, 'street_length_total': 28828.45399999999, 'street_length_avg': 124.79850216450212, 'street_segments_count': 231, 'node_density_km': 37.140810376362815, 'intersection_density_km': 26.957039789295592, 'edge_density_km': 11513.033800620418, 'street_density_km': 5756.516900310203, 'circuity_avg': 1.064013270730426, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064013270730426\n", - "5733\n", - "9022671.987451334\n", - "{'n': 1159, 'm': 3224, 'k_avg': 5.563416738567731, 'intersection_count': 953, 'streets_per_node_avg': 2.843830888697153, 'streets_per_node_counts': {0: 0, 1: 206, 2: 0, 3: 725, 4: 225, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17773943054357205, 2: 0.0, 3: 0.6255392579810182, 4: 0.19413287316652286, 5: 0.0025884383088869713}, 'edge_length_total': 208411.34599999935, 'edge_length_avg': 64.64371774193528, 'street_length_total': 104282.18700000014, 'street_length_avg': 64.5710136222911, 'street_segments_count': 1615, 'node_density_km': 128.45418758566518, 'intersection_density_km': 105.62281343325186, 'edge_density_km': 23098.628243369185, 'street_density_km': 11557.794314703564, 'circuity_avg': 1.0533814256406624, 'self_loop_proportion': 0.0024813895781637717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533814256406624\n", - "5734\n", - "5015882.11900633\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 126, 'm': 346, 'k_avg': 5.492063492063492, 'intersection_count': 108, 'streets_per_node_avg': 2.880952380952381, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 87, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6904761904761905, 4: 0.16666666666666666}, 'edge_length_total': 54342.69999999999, 'edge_length_avg': 157.05982658959536, 'street_length_total': 27171.349999999988, 'street_length_avg': 157.0598265895953, 'street_segments_count': 173, 'node_density_km': 25.120207574766766, 'intersection_density_km': 21.53160649265723, 'edge_density_km': 10834.126223597441, 'street_density_km': 5417.06311179872, 'circuity_avg': 1.03460806837081, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03460806837081\n", - "5735\n", - "8023117.014006461\n", - "{'n': 277, 'm': 746, 'k_avg': 5.386281588447654, 'intersection_count': 227, 'streets_per_node_avg': 2.8303249097472922, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 174, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18050541516245489, 2: 0.0, 3: 0.628158844765343, 4: 0.19133574007220217}, 'edge_length_total': 112489.01000000002, 'edge_length_avg': 150.7895576407507, 'street_length_total': 56244.50500000001, 'street_length_avg': 150.7895576407507, 'street_segments_count': 373, 'node_density_km': 34.52523495748892, 'intersection_density_km': 28.293243087906085, 'edge_density_km': 14020.611914748453, 'street_density_km': 7010.305957374227, 'circuity_avg': 1.03034452410879, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03034452410879\n", - "5736\n", - "17058653.792524874\n", - "{'n': 523, 'm': 1398, 'k_avg': 5.346080305927342, 'intersection_count': 421, 'streets_per_node_avg': 2.7590822179732313, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 344, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1950286806883365, 2: 0.0, 3: 0.6577437858508605, 4: 0.14531548757170173, 5: 0.0019120458891013384}, 'edge_length_total': 212156.40399999983, 'edge_length_avg': 151.75708440629458, 'street_length_total': 106078.20200000003, 'street_length_avg': 151.75708440629475, 'street_segments_count': 699, 'node_density_km': 30.658925748828977, 'intersection_density_km': 24.67955590871319, 'edge_density_km': 12436.878465343323, 'street_density_km': 6218.439232671669, 'circuity_avg': 1.0644318717382872, 'self_loop_proportion': 0.002861230329041488, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644318717382872\n", - "5737\n", - "7020438.606233295\n", - "{'n': 233, 'm': 647, 'k_avg': 5.553648068669528, 'intersection_count': 201, 'streets_per_node_avg': 2.9012875536480687, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 161, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13733905579399142, 2: 0.0, 3: 0.6909871244635193, 4: 0.16738197424892703, 5: 0.004291845493562232}, 'edge_length_total': 67772.784, 'edge_length_avg': 104.7492797527048, 'street_length_total': 34047.693999999996, 'street_length_avg': 104.76213538461538, 'street_segments_count': 325, 'node_density_km': 33.1888095699782, 'intersection_density_km': 28.630689800710808, 'edge_density_km': 9653.639580271525, 'street_density_km': 4849.795847480211, 'circuity_avg': 1.038459015958417, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038459015958417\n", - "5738\n", - "28071890.510011982\n", - "{'n': 752, 'm': 1754, 'k_avg': 4.664893617021277, 'intersection_count': 564, 'streets_per_node_avg': 2.6236702127659575, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 474, 4: 87, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6303191489361702, 4: 0.11569148936170212, 5: 0.003989361702127659}, 'edge_length_total': 255678.22299999982, 'edge_length_avg': 145.76865621436707, 'street_length_total': 138369.61999999985, 'street_length_avg': 143.38820725388587, 'street_segments_count': 965, 'node_density_km': 26.788363246564934, 'intersection_density_km': 20.091272434923702, 'edge_density_km': 9107.980202074772, 'street_density_km': 4929.116546341958, 'circuity_avg': 1.1250868512405316, 'self_loop_proportion': 0.010262257696693273, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1250868512405316\n", - "5739\n", - "22055727.2613725\n", - "{'n': 388, 'm': 922, 'k_avg': 4.752577319587629, 'intersection_count': 271, 'streets_per_node_avg': 2.466494845360825, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 245, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3015463917525773, 2: 0.0, 3: 0.6314432989690721, 4: 0.06443298969072164, 5: 0.002577319587628866}, 'edge_length_total': 151945.353, 'edge_length_avg': 164.7997321041215, 'street_length_total': 78129.11300000001, 'street_length_avg': 166.58659488272923, 'street_segments_count': 469, 'node_density_km': 17.59180259177068, 'intersection_density_km': 12.287057995798595, 'edge_density_km': 6889.156326579668, 'street_density_km': 3542.350341665321, 'circuity_avg': 1.1011005364218334, 'self_loop_proportion': 0.008676789587852495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1011005364218334\n", - "5740\n", - "5011941.667424834\n", - "{'n': 133, 'm': 332, 'k_avg': 4.992481203007519, 'intersection_count': 105, 'streets_per_node_avg': 2.6766917293233083, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 92, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.0, 3: 0.6917293233082706, 4: 0.09774436090225563}, 'edge_length_total': 60678.92, 'edge_length_avg': 182.7678313253012, 'street_length_total': 30339.46000000001, 'street_length_avg': 182.76783132530127, 'street_segments_count': 166, 'node_density_km': 26.536621697821193, 'intersection_density_km': 20.94996449827989, 'edge_density_km': 12106.868759942528, 'street_density_km': 6053.434379971267, 'circuity_avg': 1.0703940959695641, 'self_loop_proportion': 0.012048192771084338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0703940959695641\n", - "5741\n", - "3011526.014351549\n", - "{'n': 117, 'm': 334, 'k_avg': 5.7094017094017095, 'intersection_count': 102, 'streets_per_node_avg': 2.8803418803418803, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 87, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1282051282051282, 2: 0.0, 3: 0.7435897435897436, 4: 0.11965811965811966, 5: 0.008547008547008548}, 'edge_length_total': 39951.83399999998, 'edge_length_avg': 119.61626946107779, 'street_length_total': 19975.917000000005, 'street_length_avg': 119.61626946107788, 'street_segments_count': 167, 'node_density_km': 38.850735289162955, 'intersection_density_km': 33.869871790552324, 'edge_density_km': 13266.308778210083, 'street_density_km': 6633.154389105046, 'circuity_avg': 1.1558057145987237, 'self_loop_proportion': 0.011976047904191617, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1558057145987237\n", - "5742\n", - "10038107.07485729\n", - "{'n': 262, 'm': 670, 'k_avg': 5.114503816793893, 'intersection_count': 202, 'streets_per_node_avg': 2.66412213740458, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 170, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22900763358778625, 2: 0.0, 3: 0.648854961832061, 4: 0.12213740458015267}, 'edge_length_total': 105422.27600000007, 'edge_length_avg': 157.34668059701502, 'street_length_total': 52711.138000000006, 'street_length_avg': 157.34668059701494, 'street_segments_count': 335, 'node_density_km': 26.10053848262271, 'intersection_density_km': 20.123315929350333, 'edge_density_km': 10502.206762075093, 'street_density_km': 5251.103381037544, 'circuity_avg': 1.0474983852433764, 'self_loop_proportion': 0.0029850746268656717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474983852433764\n", - "5743\n", - "14048919.307849487\n", - "{'n': 440, 'm': 1141, 'k_avg': 5.1863636363636365, 'intersection_count': 342, 'streets_per_node_avg': 2.6863636363636365, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 285, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22272727272727272, 2: 0.0, 3: 0.6477272727272727, 4: 0.12727272727272726, 5: 0.0022727272727272726}, 'edge_length_total': 166669.13900000026, 'edge_length_avg': 146.07286503067508, 'street_length_total': 83728.302, 'street_length_avg': 144.11067469879518, 'street_segments_count': 581, 'node_density_km': 31.319134971055092, 'intersection_density_km': 24.34350945477464, 'edge_density_km': 11863.484681478523, 'street_density_km': 5959.768161898322, 'circuity_avg': 1.0395308221545387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395308221545387\n", - "5744\n", - "9033246.35229128\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 164, 'm': 393, 'k_avg': 4.7926829268292686, 'intersection_count': 116, 'streets_per_node_avg': 2.5121951219512195, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 101, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2926829268292683, 2: 0.0, 3: 0.6158536585365854, 4: 0.08536585365853659, 5: 0.006097560975609756}, 'edge_length_total': 43864.92800000006, 'edge_length_avg': 111.61559287531821, 'street_length_total': 22098.338999999985, 'street_length_avg': 111.04692964824113, 'street_segments_count': 199, 'node_density_km': 18.15515636395784, 'intersection_density_km': 12.841452062311644, 'edge_density_km': 4855.942845937521, 'street_density_km': 2446.334145906997, 'circuity_avg': 1.1282056231867674, 'self_loop_proportion': 0.005089058524173028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1282056231867674\n", - "5745\n", - "5019428.527427733\n", - "{'n': 66, 'm': 160, 'k_avg': 4.848484848484849, 'intersection_count': 50, 'streets_per_node_avg': 2.5757575757575757, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 46, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24242424242424243, 2: 0.0, 3: 0.696969696969697, 4: 0.06060606060606061}, 'edge_length_total': 26863.78999999999, 'edge_length_avg': 167.89868749999994, 'street_length_total': 13431.894999999995, 'street_length_avg': 167.89868749999994, 'street_segments_count': 80, 'node_density_km': 13.148907219089839, 'intersection_density_km': 9.961293347795333, 'edge_density_km': 5351.961852471413, 'street_density_km': 2675.9809262357066, 'circuity_avg': 1.0639583581500645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639583581500645\n", - "5746\n", - "10018011.830224635\n", - "{'n': 986, 'm': 2633, 'k_avg': 5.340770791075051, 'intersection_count': 782, 'streets_per_node_avg': 2.734279918864097, 'streets_per_node_counts': {0: 0, 1: 204, 2: 0, 3: 641, 4: 136, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0, 3: 0.6501014198782962, 4: 0.13793103448275862, 5: 0.005070993914807302}, 'edge_length_total': 216330.13000000012, 'edge_length_avg': 82.16108241549568, 'street_length_total': 108474.522, 'street_length_avg': 82.11545950037849, 'street_segments_count': 1321, 'node_density_km': 98.42272266291492, 'intersection_density_km': 78.05940073265666, 'edge_density_km': 21594.11804119913, 'street_density_km': 10827.9490819455, 'circuity_avg': 1.084078968902594, 'self_loop_proportion': 0.0030383592859855677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084078968902594\n", - "5747\n", - "24039313.134737577\n", - "{'n': 1960, 'm': 5124, 'k_avg': 5.228571428571429, 'intersection_count': 1540, 'streets_per_node_avg': 2.705612244897959, 'streets_per_node_counts': {0: 0, 1: 420, 2: 1, 3: 1279, 4: 256, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0005102040816326531, 3: 0.6525510204081633, 4: 0.1306122448979592, 5: 0.0020408163265306124}, 'edge_length_total': 490775.7640000007, 'edge_length_avg': 95.7798134270103, 'street_length_total': 247416.17700000032, 'street_length_avg': 95.1234821222608, 'street_segments_count': 2601, 'node_density_km': 81.53311157496165, 'intersection_density_km': 64.06173052318415, 'edge_density_km': 20415.54853290771, 'street_density_km': 10292.148349383411, 'circuity_avg': 1.0692575328173195, 'self_loop_proportion': 0.00351288056206089, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692575328173195\n", - "5748\n", - "28040997.229793906\n", - "{'n': 1283, 'm': 3499, 'k_avg': 5.454403741231489, 'intersection_count': 1027, 'streets_per_node_avg': 2.7981293842556507, 'streets_per_node_counts': {0: 0, 1: 256, 2: 4, 3: 767, 4: 255, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1995323460639127, 2: 0.003117692907248636, 3: 0.5978176149649259, 4: 0.19875292283710055, 5: 0.000779423226812159}, 'edge_length_total': 469859.5989999989, 'edge_length_avg': 134.2839665618745, 'street_length_total': 236087.2819999999, 'street_length_avg': 133.68475764439404, 'street_segments_count': 1766, 'node_density_km': 45.75443553187176, 'intersection_density_km': 36.62494566736734, 'edge_density_km': 16756.16580785391, 'street_density_km': 8419.361125614829, 'circuity_avg': 1.0411323337734921, 'self_loop_proportion': 0.0011431837667905116, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411323337734921\n", - "5749\n", - "6013697.826164187\n", - "{'n': 182, 'm': 533, 'k_avg': 5.857142857142857, 'intersection_count': 165, 'streets_per_node_avg': 2.9945054945054945, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 132, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09340659340659341, 2: 0.0, 3: 0.7252747252747253, 4: 0.1813186813186813}, 'edge_length_total': 92015.70000000008, 'edge_length_avg': 172.63733583489696, 'street_length_total': 46041.92299999999, 'street_length_avg': 172.44165917602993, 'street_segments_count': 267, 'node_density_km': 30.26424094808368, 'intersection_density_km': 27.437361299086852, 'edge_density_km': 15301.018218717505, 'street_density_km': 7656.175007610524, 'circuity_avg': 1.0320799758827508, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320799758827508\n", - "5750\n", - "17022545.759603728\n", - "{'n': 527, 'm': 1528, 'k_avg': 5.798861480075901, 'intersection_count': 475, 'streets_per_node_avg': 3.0227703984819736, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 359, 4: 116}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09867172675521822, 2: 0.0, 3: 0.681214421252372, 4: 0.22011385199240988}, 'edge_length_total': 226388.3469999998, 'edge_length_avg': 148.15991295811506, 'street_length_total': 113701.21499999985, 'street_length_avg': 148.0484570312498, 'street_segments_count': 768, 'node_density_km': 30.9589415967749, 'intersection_density_km': 27.90416937090717, 'edge_density_km': 13299.323743763574, 'street_density_km': 6679.4483390272135, 'circuity_avg': 1.0381030868403924, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381030868403924\n", - "5751\n", - "7010547.225910981\n", - "{'n': 326, 'm': 943, 'k_avg': 5.785276073619632, 'intersection_count': 289, 'streets_per_node_avg': 2.98159509202454, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 222, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11349693251533742, 2: 0.0, 3: 0.6809815950920245, 4: 0.20245398773006135, 5: 0.003067484662576687}, 'edge_length_total': 106095.3389999999, 'edge_length_avg': 112.50831283138908, 'street_length_total': 53537.90300000001, 'street_length_avg': 112.23879035639416, 'street_segments_count': 477, 'node_density_km': 46.50136280304967, 'intersection_density_km': 41.22360076712072, 'edge_density_km': 15133.674388194911, 'street_density_km': 7636.765187476939, 'circuity_avg': 1.060028833431118, 'self_loop_proportion': 0.0021208907741251328, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060028833431118\n", - "5752\n", - "17033405.54331514\n", - "{'n': 530, 'm': 1410, 'k_avg': 5.320754716981132, 'intersection_count': 434, 'streets_per_node_avg': 2.7339622641509433, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 384, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1811320754716981, 2: 0.0, 3: 0.7245283018867924, 4: 0.09245283018867924, 5: 0.0018867924528301887}, 'edge_length_total': 209748.55600000033, 'edge_length_avg': 148.757841134752, 'street_length_total': 104874.278, 'street_length_avg': 148.75784113475177, 'street_segments_count': 705, 'node_density_km': 31.115327974328757, 'intersection_density_km': 25.479344039356, 'edge_density_km': 12313.95304166391, 'street_density_km': 6156.976520831946, 'circuity_avg': 1.0432243493216358, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432243493216358\n", - "5753\n", - "11025572.388823792\n", - "{'n': 383, 'm': 1085, 'k_avg': 5.66579634464752, 'intersection_count': 337, 'streets_per_node_avg': 2.971279373368146, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 262, 4: 69, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12010443864229765, 2: 0.0, 3: 0.6840731070496083, 4: 0.1801566579634465, 5: 0.015665796344647518}, 'edge_length_total': 157911.18500000026, 'edge_length_avg': 145.5402626728113, 'street_length_total': 78992.45199999995, 'street_length_avg': 145.47412891344374, 'street_segments_count': 543, 'node_density_km': 34.73742554973678, 'intersection_density_km': 30.565306554207034, 'edge_density_km': 14322.266403154623, 'street_density_km': 7164.47629331894, 'circuity_avg': 1.043226834611132, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043226834611132\n", - "5754\n", - "12021942.33345978\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 407, 'm': 1156, 'k_avg': 5.680589680589681, 'intersection_count': 325, 'streets_per_node_avg': 2.8992628992628995, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 203, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20147420147420148, 2: 0.0, 3: 0.4987714987714988, 4: 0.2972972972972973, 5: 0.002457002457002457}, 'edge_length_total': 165485.28600000023, 'edge_length_avg': 143.1533615916957, 'street_length_total': 82742.643, 'street_length_avg': 143.1533615916955, 'street_segments_count': 578, 'node_density_km': 33.85476229304703, 'intersection_density_km': 27.033901093956477, 'edge_density_km': 13765.270320704942, 'street_density_km': 6882.635160352462, 'circuity_avg': 1.050716697326109, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050716697326109\n", - "5755\n", - "17034775.842072595\n", - "{'n': 585, 'm': 1478, 'k_avg': 5.052991452991453, 'intersection_count': 450, 'streets_per_node_avg': 2.6717948717948716, 'streets_per_node_counts': {0: 0, 1: 135, 2: 1, 3: 371, 4: 77, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0017094017094017094, 3: 0.6341880341880342, 4: 0.13162393162393163, 5: 0.0017094017094017094}, 'edge_length_total': 186079.27299999958, 'edge_length_avg': 125.89937280108227, 'street_length_total': 95008.37999999998, 'street_length_avg': 126.3409308510638, 'street_segments_count': 752, 'node_density_km': 34.34151440696762, 'intersection_density_km': 26.416549543821247, 'edge_density_km': 10923.49407618384, 'street_density_km': 5577.319060773767, 'circuity_avg': 1.0907196966434458, 'self_loop_proportion': 0.0040595399188092015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0907196966434458\n", - "5756\n", - "18031268.885190487\n", - "{'n': 536, 'm': 1325, 'k_avg': 4.9440298507462686, 'intersection_count': 392, 'streets_per_node_avg': 2.5690298507462686, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 335, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26865671641791045, 2: 0.0, 3: 0.625, 4: 0.10634328358208955}, 'edge_length_total': 186491.92000000004, 'edge_length_avg': 140.74861886792456, 'street_length_total': 94025.31999999986, 'street_length_avg': 139.7107280832093, 'street_segments_count': 673, 'node_density_km': 29.726138710084328, 'intersection_density_km': 21.740011892449733, 'edge_density_km': 10342.69530266782, 'street_density_km': 5214.570344365788, 'circuity_avg': 1.0846929376104468, 'self_loop_proportion': 0.0030188679245283017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0846929376104468\n", - "5757\n", - "28048727.321565002\n", - "{'n': 1039, 'm': 2928, 'k_avg': 5.63618864292589, 'intersection_count': 849, 'streets_per_node_avg': 2.8681424446583255, 'streets_per_node_counts': {0: 0, 1: 190, 2: 1, 3: 605, 4: 242, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18286814244465832, 2: 0.0009624639076034649, 3: 0.5822906641000962, 4: 0.2329162656400385, 5: 0.0009624639076034649}, 'edge_length_total': 384716.7130000005, 'edge_length_avg': 131.3923200136614, 'street_length_total': 192951.5220000001, 'street_length_avg': 131.17030727396337, 'street_segments_count': 1471, 'node_density_km': 37.04267890975483, 'intersection_density_km': 30.26875302635404, 'edge_density_km': 13716.01315772408, 'street_density_km': 6879.154258512511, 'circuity_avg': 1.047612987409288, 'self_loop_proportion': 0.00273224043715847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047612987409288\n", - "5758\n", - "7013282.487812998\n", - "{'n': 246, 'm': 715, 'k_avg': 5.813008130081301, 'intersection_count': 219, 'streets_per_node_avg': 3.0447154471544717, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 155, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10975609756097561, 2: 0.0, 3: 0.6300813008130082, 4: 0.25609756097560976, 5: 0.0040650406504065045}, 'edge_length_total': 97812.478, 'edge_length_avg': 136.80066853146855, 'street_length_total': 49091.13, 'street_length_avg': 135.2372727272727, 'street_segments_count': 363, 'node_density_km': 35.076299924817654, 'intersection_density_km': 31.226462128191326, 'edge_density_km': 13946.747214299303, 'street_density_km': 6999.736583448022, 'circuity_avg': 1.028575807106045, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028575807106045\n", - "5759\n", - "23055551.728382137\n", - "{'n': 1277, 'm': 3316, 'k_avg': 5.193422083007047, 'intersection_count': 976, 'streets_per_node_avg': 2.672670321064996, 'streets_per_node_counts': {0: 0, 1: 301, 2: 0, 3: 792, 4: 184}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23570869224745497, 2: 0.0, 3: 0.620203602192639, 4: 0.14408770555990602}, 'edge_length_total': 353492.48100000125, 'edge_length_avg': 106.60207509047082, 'street_length_total': 177957.65000000029, 'street_length_avg': 105.67556413301679, 'street_segments_count': 1684, 'node_density_km': 55.3879610015132, 'intersection_density_km': 42.332537147593484, 'edge_density_km': 15332.206540294606, 'street_density_km': 7718.64634151993, 'circuity_avg': 1.0697299320574112, 'self_loop_proportion': 0.0048250904704463205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697299320574112\n", - "5760\n", - "8014541.562133868\n", - "{'n': 312, 'm': 822, 'k_avg': 5.269230769230769, 'intersection_count': 254, 'streets_per_node_avg': 2.7596153846153846, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 213, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1858974358974359, 2: 0.0, 3: 0.6826923076923077, 4: 0.13141025641025642}, 'edge_length_total': 114398.27799999985, 'edge_length_avg': 139.17065450121635, 'street_length_total': 57199.13899999998, 'street_length_avg': 139.1706545012165, 'street_segments_count': 411, 'node_density_km': 38.92923850742751, 'intersection_density_km': 31.69239288745701, 'edge_density_km': 14273.839259939075, 'street_density_km': 7136.919629969545, 'circuity_avg': 1.0620034126289095, 'self_loop_proportion': 0.004866180048661801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620034126289095\n", - "5761\n", - "8017729.070499258\n", - "{'n': 443, 'm': 1095, 'k_avg': 4.943566591422122, 'intersection_count': 322, 'streets_per_node_avg': 2.559819413092551, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 275, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27313769751693, 2: 0.0, 3: 0.6207674943566591, 4: 0.10609480812641084}, 'edge_length_total': 106965.95800000013, 'edge_length_avg': 97.68580639269418, 'street_length_total': 53685.340999999986, 'street_length_avg': 97.08018264014464, 'street_segments_count': 553, 'node_density_km': 55.252552949187475, 'intersection_density_km': 40.16099785471415, 'edge_density_km': 13341.17891231506, 'street_density_km': 6695.82877245527, 'circuity_avg': 1.086422159823859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086422159823859\n", - "5762\n", - "17020577.237796016\n", - "{'n': 408, 'm': 1051, 'k_avg': 5.151960784313726, 'intersection_count': 323, 'streets_per_node_avg': 2.6862745098039214, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 281, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20833333333333334, 2: 0.0, 3: 0.6887254901960784, 4: 0.10294117647058823}, 'edge_length_total': 178371.60000000003, 'edge_length_avg': 169.71607992388206, 'street_length_total': 89303.70499999996, 'street_length_avg': 167.86410714285705, 'street_segments_count': 532, 'node_density_km': 23.9709849025562, 'intersection_density_km': 18.97702971452366, 'edge_density_km': 10479.762084913711, 'street_density_km': 5246.808245826794, 'circuity_avg': 1.070818055905925, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070818055905925\n", - "5763\n", - "8011581.858069317\n", - "{'n': 258, 'm': 750, 'k_avg': 5.813953488372093, 'intersection_count': 231, 'streets_per_node_avg': 3.058139534883721, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 163, 4: 67, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10465116279069768, 2: 0.0, 3: 0.6317829457364341, 4: 0.2596899224806202, 5: 0.003875968992248062}, 'edge_length_total': 137629.23399999997, 'edge_length_avg': 183.5056453333333, 'street_length_total': 68814.61700000004, 'street_length_avg': 183.50564533333343, 'street_segments_count': 375, 'node_density_km': 32.2033781306423, 'intersection_density_km': 28.833257163482056, 'edge_density_km': 17178.78397028159, 'street_density_km': 8589.391985140803, 'circuity_avg': 1.0244875630157788, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0244875630157788\n", - "5764\n", - "10011775.853131428\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 366, 'm': 1019, 'k_avg': 5.5683060109289615, 'intersection_count': 316, 'streets_per_node_avg': 2.920765027322404, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 246, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1366120218579235, 2: 0.0, 3: 0.6721311475409836, 4: 0.1885245901639344, 5: 0.00273224043715847}, 'edge_length_total': 148087.92799999984, 'edge_length_avg': 145.3267203140332, 'street_length_total': 74069.69699999996, 'street_length_avg': 144.95048336594903, 'street_segments_count': 511, 'node_density_km': 36.55695107132512, 'intersection_density_km': 31.56283207251022, 'edge_density_km': 14791.374694398666, 'street_density_km': 7398.257620483268, 'circuity_avg': 1.0467991520026618, 'self_loop_proportion': 0.001962708537782139, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467991520026618\n", - "5765\n", - "34039876.99746187\n", - "{'n': 1163, 'm': 2895, 'k_avg': 4.978503869303525, 'intersection_count': 879, 'streets_per_node_avg': 2.598452278589854, 'streets_per_node_counts': {0: 0, 1: 284, 2: 1, 3: 778, 4: 98, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24419604471195186, 2: 0.0008598452278589854, 3: 0.6689595872742906, 4: 0.08426483233018056, 5: 0.0017196904557179708}, 'edge_length_total': 426024.4039999985, 'edge_length_avg': 147.15868877374734, 'street_length_total': 215033.31299999994, 'street_length_avg': 145.7852969491525, 'street_segments_count': 1475, 'node_density_km': 34.16581088370905, 'intersection_density_km': 25.822655001530745, 'edge_density_km': 12515.450747127095, 'street_density_km': 6317.100176831825, 'circuity_avg': 1.1015972487292294, 'self_loop_proportion': 0.004835924006908463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1015972487292294\n", - "5766\n", - "5007473.135056763\n", - "{'n': 14, 'm': 34, 'k_avg': 4.857142857142857, 'intersection_count': 11, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 8, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.5714285714285714, 4: 0.21428571428571427}, 'edge_length_total': 8852.614, 'edge_length_avg': 260.371, 'street_length_total': 4426.307, 'street_length_avg': 260.371, 'street_segments_count': 17, 'node_density_km': 2.7958212899810797, 'intersection_density_km': 2.1967167278422766, 'edge_density_km': 1767.8804780846117, 'street_density_km': 883.9402390423058, 'circuity_avg': 1.3021041989592816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3021041989592816\n", - "5767\n", - "9009490.430915391\n", - "{'n': 224, 'm': 621, 'k_avg': 5.544642857142857, 'intersection_count': 196, 'streets_per_node_avg': 2.9910714285714284, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 142, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.6339285714285714, 4: 0.24107142857142858}, 'edge_length_total': 110515.41000000013, 'edge_length_avg': 177.96362318840602, 'street_length_total': 56482.96299999997, 'street_length_avg': 177.61938050314455, 'street_segments_count': 318, 'node_density_km': 24.862671392752777, 'intersection_density_km': 21.75483746865868, 'edge_density_km': 12266.555011898872, 'street_density_km': 6269.273876598271, 'circuity_avg': 1.0447681518131722, 'self_loop_proportion': 0.00322061191626409, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447681518131722\n", - "5768\n", - "16019601.615000458\n", - "{'n': 813, 'm': 2333, 'k_avg': 5.739237392373924, 'intersection_count': 719, 'streets_per_node_avg': 2.961869618696187, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 565, 4: 151, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11562115621156212, 2: 0.0, 3: 0.6949569495694957, 4: 0.1857318573185732, 5: 0.0036900369003690036}, 'edge_length_total': 271157.552, 'edge_length_avg': 116.2269832833262, 'street_length_total': 136966.68300000002, 'street_length_avg': 116.17191094147584, 'street_segments_count': 1179, 'node_density_km': 50.75032572837029, 'intersection_density_km': 44.88251438954273, 'edge_density_km': 16926.610193982175, 'street_density_km': 8549.9431441383, 'circuity_avg': 1.0322023004196843, 'self_loop_proportion': 0.0034290612944706386, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0322023004196843\n", - "5769\n", - "7008160.437076526\n", - "{'n': 234, 'm': 614, 'k_avg': 5.247863247863248, 'intersection_count': 182, 'streets_per_node_avg': 2.6923076923076925, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 150, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6410256410256411, 4: 0.13675213675213677}, 'edge_length_total': 90006.02799999987, 'edge_length_avg': 146.58962214983694, 'street_length_total': 45003.01399999998, 'street_length_avg': 146.58962214983708, 'street_segments_count': 307, 'node_density_km': 33.38964655575348, 'intersection_density_km': 25.969725098919373, 'edge_density_km': 12843.031892338662, 'street_density_km': 6421.515946169337, 'circuity_avg': 1.0716428983657733, 'self_loop_proportion': 0.006514657980456026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716428983657733\n", - "5770\n", - "15018765.207224138\n", - "{'n': 429, 'm': 1201, 'k_avg': 5.599067599067599, 'intersection_count': 348, 'streets_per_node_avg': 2.9044289044289044, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 227, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1888111888111888, 2: 0.0, 3: 0.5291375291375291, 4: 0.28205128205128205}, 'edge_length_total': 174714.51699999988, 'edge_length_avg': 145.47420233139042, 'street_length_total': 87947.34999999989, 'street_length_avg': 143.23672638436463, 'street_segments_count': 614, 'node_density_km': 28.56426570898437, 'intersection_density_km': 23.171012742952357, 'edge_density_km': 11633.081321223457, 'street_density_km': 5855.830941261173, 'circuity_avg': 1.0391047530554254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391047530554254\n", - "5771\n", - "9012054.529690435\n", - "{'n': 219, 'm': 589, 'k_avg': 5.378995433789954, 'intersection_count': 177, 'streets_per_node_avg': 2.7488584474885847, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 150, 4: 26, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.684931506849315, 4: 0.1187214611872146, 5: 0.0, 6: 0.0045662100456621}, 'edge_length_total': 90006.25400000002, 'edge_length_avg': 152.81197623089986, 'street_length_total': 45054.30000000002, 'street_length_avg': 152.72644067796617, 'street_segments_count': 295, 'node_density_km': 24.300785051677078, 'intersection_density_km': 19.640360521218458, 'edge_density_km': 9987.31795324498, 'street_density_km': 4999.337260062899, 'circuity_avg': 1.0427551406178024, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427551406178024\n", - "5772\n", - "61092136.16191196\n", - "error with entry 5772\n", - "5773\n", - "15020704.303941963\n", - "{'n': 609, 'm': 1686, 'k_avg': 5.536945812807882, 'intersection_count': 495, 'streets_per_node_avg': 2.8029556650246303, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 389, 4: 104, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18719211822660098, 2: 0.0, 3: 0.638752052545156, 4: 0.17077175697865354, 5: 0.003284072249589491}, 'edge_length_total': 176858.6160000001, 'edge_length_avg': 104.89834875444845, 'street_length_total': 88660.97399999997, 'street_length_avg': 104.55303537735846, 'street_segments_count': 848, 'node_density_km': 40.544037594840134, 'intersection_density_km': 32.954513316003066, 'edge_density_km': 11774.32245660985, 'street_density_km': 5902.584339985456, 'circuity_avg': 1.0671099892177918, 'self_loop_proportion': 0.0011862396204033216, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671099892177918\n", - "5774\n", - "9012816.923764156\n", - "{'n': 249, 'm': 648, 'k_avg': 5.204819277108434, 'intersection_count': 206, 'streets_per_node_avg': 2.8634538152610443, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 157, 4: 46, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17269076305220885, 2: 0.0, 3: 0.6305220883534136, 4: 0.18473895582329317, 5: 0.012048192771084338}, 'edge_length_total': 95205.04600000013, 'edge_length_avg': 146.92136728395081, 'street_length_total': 49954.92200000002, 'street_length_avg': 149.1191701492538, 'street_segments_count': 335, 'node_density_km': 27.62732252371176, 'intersection_density_km': 22.856339116002502, 'edge_density_km': 10563.295227818546, 'street_density_km': 5542.653581288613, 'circuity_avg': 1.0819998053628654, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0819998053628654\n", - "5775\n", - "82123450.71252522\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8977, 'm': 24274, 'k_avg': 5.408042775983068, 'intersection_count': 7091, 'streets_per_node_avg': 2.7910214993873232, 'streets_per_node_counts': {0: 0, 1: 1886, 2: 3, 3: 5217, 4: 1846, 5: 22, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2100924585050685, 2: 0.0003341873677175003, 3: 0.581151832460733, 4: 0.20563662693550183, 5: 0.002450707363261669, 6: 0.0003341873677175003}, 'edge_length_total': 1999007.6310000129, 'edge_length_avg': 82.35180155722225, 'street_length_total': 1039702.0540000024, 'street_length_avg': 83.56390081980409, 'street_segments_count': 12442, 'node_density_km': 109.31104236503856, 'intersection_density_km': 86.34561673281591, 'edge_density_km': 24341.49580486552, 'street_density_km': 12660.233404457154, 'circuity_avg': 1.0737880484162752, 'self_loop_proportion': 0.003954848809425723, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0737880484162752\n", - "5776\n", - "33045950.805284254\n", - "{'n': 2132, 'm': 6068, 'k_avg': 5.6923076923076925, 'intersection_count': 1822, 'streets_per_node_avg': 2.9821763602251408, 'streets_per_node_counts': {0: 0, 1: 310, 2: 0, 3: 1245, 4: 572, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14540337711069418, 2: 0.0, 3: 0.5839587242026266, 4: 0.2682926829268293, 5: 0.0023452157598499064}, 'edge_length_total': 661964.1489999992, 'edge_length_avg': 109.090993572841, 'street_length_total': 339697.4730000009, 'street_length_avg': 108.4948811881191, 'street_segments_count': 3131, 'node_density_km': 64.51622507587464, 'intersection_density_km': 55.13534807140882, 'edge_density_km': 20031.62665527381, 'street_density_km': 10279.54907400277, 'circuity_avg': 1.0475587057382203, 'self_loop_proportion': 0.0036255767963085037, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475587057382203\n", - "5777\n", - "29036908.50229046\n", - "{'n': 2421, 'm': 6529, 'k_avg': 5.393638992152003, 'intersection_count': 1947, 'streets_per_node_avg': 2.7971912432878976, 'streets_per_node_counts': {0: 0, 1: 474, 2: 1, 3: 1498, 4: 438, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19578686493184635, 2: 0.0004130524576621231, 3: 0.6187525815778604, 4: 0.1809169764560099, 5: 0.004130524576621231}, 'edge_length_total': 547247.927999999, 'edge_length_avg': 83.81803155153914, 'street_length_total': 279853.2499999995, 'street_length_avg': 83.19062128418534, 'street_segments_count': 3364, 'node_density_km': 83.37664458353164, 'intersection_density_km': 67.05259273198517, 'edge_density_km': 18846.631966926903, 'street_density_km': 9637.84591524006, 'circuity_avg': 1.0744496271782964, 'self_loop_proportion': 0.001837953744830755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0744496271782964\n", - "5778\n", - "28070743.338590346\n", - "{'n': 1762, 'm': 4678, 'k_avg': 5.3098751418842225, 'intersection_count': 1423, 'streets_per_node_avg': 2.7309875141884223, 'streets_per_node_counts': {0: 0, 1: 339, 2: 0, 3: 1224, 4: 194, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1923950056753689, 2: 0.0, 3: 0.6946651532349603, 4: 0.11010215664018161, 5: 0.0028376844494892167}, 'edge_length_total': 459767.8800000001, 'edge_length_avg': 98.28300128259943, 'street_length_total': 231945.65700000033, 'street_length_avg': 97.99140557667948, 'street_segments_count': 2367, 'node_density_km': 62.769980073085016, 'intersection_density_km': 50.69334940068103, 'edge_density_km': 16378.899356324942, 'street_density_km': 8262.896860345421, 'circuity_avg': 1.078750282735657, 'self_loop_proportion': 0.005985463873450192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078750282735657\n", - "5779\n", - "32080743.098885894\n", - "{'n': 3210, 'm': 8776, 'k_avg': 5.46791277258567, 'intersection_count': 2674, 'streets_per_node_avg': 2.865732087227414, 'streets_per_node_counts': {0: 0, 1: 536, 2: 1, 3: 2063, 4: 579, 5: 30, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16697819314641746, 2: 0.00031152647975077883, 3: 0.6426791277258567, 4: 0.18037383177570093, 5: 0.009345794392523364, 6: 0.00031152647975077883}, 'edge_length_total': 726437.7629999993, 'edge_length_avg': 82.77549715132172, 'street_length_total': 380097.42599999957, 'street_length_avg': 83.17230328227562, 'street_segments_count': 4570, 'node_density_km': 100.0600263561687, 'intersection_density_km': 83.35218394903275, 'edge_density_km': 22644.04414700815, 'street_density_km': 11848.149054041072, 'circuity_avg': 1.0889313828680613, 'self_loop_proportion': 0.0036463081130355514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0889313828680613\n", - "5780\n", - "9016410.686287887\n", - "{'n': 35, 'm': 88, 'k_avg': 5.0285714285714285, 'intersection_count': 26, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 22, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2571428571428571, 2: 0.0, 3: 0.6285714285714286, 4: 0.11428571428571428}, 'edge_length_total': 12005.252000000004, 'edge_length_avg': 136.42331818181822, 'street_length_total': 6002.626, 'street_length_avg': 136.4233181818182, 'street_segments_count': 44, 'node_density_km': 3.881810757935841, 'intersection_density_km': 2.8836308487523388, 'edge_density_km': 1331.489039009451, 'street_density_km': 665.7445195047253, 'circuity_avg': 1.238729112420503, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.238729112420503\n", - "5781\n", - "24046486.614410806\n", - "{'n': 548, 'm': 1322, 'k_avg': 4.824817518248175, 'intersection_count': 401, 'streets_per_node_avg': 2.5127737226277373, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 377, 4: 21, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26824817518248173, 2: 0.0, 3: 0.6879562043795621, 4: 0.03832116788321168, 5: 0.005474452554744526}, 'edge_length_total': 187009.9800000001, 'edge_length_avg': 141.45989409984878, 'street_length_total': 93504.98999999995, 'street_length_avg': 141.45989409984864, 'street_segments_count': 661, 'node_density_km': 22.7891919841458, 'intersection_density_km': 16.67603282051545, 'edge_density_km': 7777.01886345122, 'street_density_km': 3888.5094317256057, 'circuity_avg': 1.1855525187744862, 'self_loop_proportion': 0.0045385779122541605, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1855525187744862\n", - "5782\n", - "15032280.58551562\n", - "{'n': 299, 'm': 778, 'k_avg': 5.2040133779264215, 'intersection_count': 231, 'streets_per_node_avg': 2.68561872909699, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 189, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22742474916387959, 2: 0.0, 3: 0.6321070234113713, 4: 0.14046822742474915}, 'edge_length_total': 143182.28600000008, 'edge_length_avg': 184.03892802056566, 'street_length_total': 71591.14299999992, 'street_length_avg': 184.03892802056535, 'street_segments_count': 389, 'node_density_km': 19.89052814036095, 'intersection_density_km': 15.366929767302272, 'edge_density_km': 9524.987588241509, 'street_density_km': 4762.493794120746, 'circuity_avg': 1.0435978772773935, 'self_loop_proportion': 0.002570694087403599, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435978772773935\n", - "5783\n", - "43077185.29244221\n", - "{'n': 5377, 'm': 15456, 'k_avg': 5.748930630463083, 'intersection_count': 4628, 'streets_per_node_avg': 2.9769388134647574, 'streets_per_node_counts': {0: 0, 1: 749, 2: 3, 3: 3303, 4: 1271, 5: 47, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13929700576529663, 2: 0.0005579319323042589, 3: 0.6142830574669891, 4: 0.23637716198623768, 5: 0.008740933606100057, 6: 0.0007439092430723452}, 'edge_length_total': 931366.7350000003, 'edge_length_avg': 60.25923492494826, 'street_length_total': 479466.6489999993, 'street_length_avg': 60.393834110089344, 'street_segments_count': 7939, 'node_density_km': 124.82245447321235, 'intersection_density_km': 107.4350603128188, 'edge_density_km': 21620.88188160721, 'street_density_km': 11130.408027938645, 'circuity_avg': 1.080118634667484, 'self_loop_proportion': 0.002070393374741201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080118634667484\n", - "5784\n", - "59145421.746618256\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2113, 'm': 5703, 'k_avg': 5.398012304779933, 'intersection_count': 1702, 'streets_per_node_avg': 2.803123521060104, 'streets_per_node_counts': {0: 0, 1: 411, 2: 2, 3: 1298, 4: 397, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19451017510648366, 2: 0.000946521533364884, 3: 0.6142924751538098, 4: 0.1878845243729295, 5: 0.001893043066729768, 6: 0.000473260766682442}, 'edge_length_total': 764753.0500000004, 'edge_length_avg': 134.0966245835526, 'street_length_total': 387279.96199999965, 'street_length_avg': 132.58471824717552, 'street_segments_count': 2921, 'node_density_km': 35.72550397987169, 'intersection_density_km': 28.77652994497947, 'edge_density_km': 12930.046441738772, 'street_density_km': 6547.9279809538775, 'circuity_avg': 1.0542267700869308, 'self_loop_proportion': 0.0021041557075223566, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542267700869308\n", - "5785\n", - "12030852.645294245\n", - "{'n': 673, 'm': 1913, 'k_avg': 5.684992570579495, 'intersection_count': 564, 'streets_per_node_avg': 2.9509658246656763, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 381, 4: 181, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16196136701337296, 2: 0.0, 3: 0.5661218424962853, 4: 0.2689450222882615, 5: 0.0029717682020802376}, 'edge_length_total': 219524.67699999968, 'edge_length_avg': 114.75414375326694, 'street_length_total': 109964.91999999995, 'street_length_avg': 114.07149377593356, 'street_segments_count': 964, 'node_density_km': 55.93950984540049, 'intersection_density_km': 46.87947036078139, 'edge_density_km': 18246.809554754596, 'street_density_km': 9140.243276357614, 'circuity_avg': 1.043150855927477, 'self_loop_proportion': 0.004181913225300575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043150855927477\n", - "5786\n", - "8016425.059656612\n", - "{'n': 181, 'm': 474, 'k_avg': 5.237569060773481, 'intersection_count': 145, 'streets_per_node_avg': 2.7679558011049723, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 116, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19889502762430938, 2: 0.0, 3: 0.6408839779005525, 4: 0.15469613259668508, 5: 0.0055248618784530384}, 'edge_length_total': 80576.46599999993, 'edge_length_avg': 169.9925443037973, 'street_length_total': 40288.23300000003, 'street_length_avg': 169.9925443037976, 'street_segments_count': 237, 'node_density_km': 22.578643055106816, 'intersection_density_km': 18.087863220941923, 'edge_density_km': 10051.421350585353, 'street_density_km': 5025.710675292685, 'circuity_avg': 1.075416982295393, 'self_loop_proportion': 0.004219409282700422, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075416982295393\n", - "5787\n", - "8016639.853265553\n", - "{'n': 373, 'm': 1010, 'k_avg': 5.415549597855228, 'intersection_count': 317, 'streets_per_node_avg': 2.8203753351206435, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 272, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15013404825737264, 2: 0.0, 3: 0.7292225201072386, 4: 0.12064343163538874}, 'edge_length_total': 137693.2729999998, 'edge_length_avg': 136.32997326732655, 'street_length_total': 69032.41000000002, 'street_length_avg': 134.82892578125004, 'street_segments_count': 512, 'node_density_km': 46.52822215133684, 'intersection_density_km': 39.54275180153828, 'edge_density_km': 17175.933498361024, 'street_density_km': 8611.14023625246, 'circuity_avg': 1.0410169823964825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410169823964825\n", - "5788\n", - "10023454.451735482\n", - "{'n': 203, 'm': 538, 'k_avg': 5.300492610837439, 'intersection_count': 167, 'streets_per_node_avg': 2.8177339901477834, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 133, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17733990147783252, 2: 0.0, 3: 0.6551724137931034, 4: 0.1625615763546798, 5: 0.0049261083743842365}, 'edge_length_total': 94775.93199999994, 'edge_length_avg': 176.16344237918204, 'street_length_total': 47387.966000000015, 'street_length_avg': 176.16344237918221, 'street_segments_count': 269, 'node_density_km': 20.25249887426307, 'intersection_density_km': 16.660922719221343, 'edge_density_km': 9455.416040084887, 'street_density_km': 4727.708020042448, 'circuity_avg': 1.0508303805982993, 'self_loop_proportion': 0.0037174721189591076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508303805982993\n", - "5789\n", - "10022152.910200456\n", - "{'n': 236, 'm': 696, 'k_avg': 5.898305084745763, 'intersection_count': 212, 'streets_per_node_avg': 3.016949152542373, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 163, 4: 47, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1016949152542373, 2: 0.0, 3: 0.690677966101695, 4: 0.19915254237288135, 5: 0.00423728813559322, 6: 0.00423728813559322}, 'edge_length_total': 102395.72800000002, 'edge_length_avg': 147.12029885057473, 'street_length_total': 51197.86399999999, 'street_length_avg': 147.12029885057467, 'street_segments_count': 348, 'node_density_km': 23.547834693262498, 'intersection_density_km': 21.15313963971038, 'edge_density_km': 10216.939306102842, 'street_density_km': 5108.469653051418, 'circuity_avg': 1.1110369801961932, 'self_loop_proportion': 0.008620689655172414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1110369801961932\n", - "5790\n", - "13036952.726185834\n", - "{'n': 280, 'm': 788, 'k_avg': 5.628571428571429, 'intersection_count': 241, 'streets_per_node_avg': 2.8642857142857143, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 201, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1392857142857143, 2: 0.0, 3: 0.7178571428571429, 4: 0.14285714285714285}, 'edge_length_total': 151262.12, 'edge_length_avg': 191.95700507614214, 'street_length_total': 75631.05999999995, 'street_length_avg': 191.95700507614202, 'street_segments_count': 394, 'node_density_km': 21.477411622241757, 'intersection_density_km': 18.48591500342951, 'edge_density_km': 11602.567193189027, 'street_density_km': 5801.28359659451, 'circuity_avg': 1.0368093927467557, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368093927467557\n", - "5791\n", - "35079549.06721315\n", - "{'n': 1591, 'm': 4111, 'k_avg': 5.16781898177247, 'intersection_count': 1218, 'streets_per_node_avg': 2.6285355122564424, 'streets_per_node_counts': {0: 0, 1: 373, 2: 1, 3: 1066, 4: 146, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23444374607165305, 2: 0.0006285355122564425, 3: 0.6700188560653677, 4: 0.0917661847894406, 5: 0.0031426775612822125}, 'edge_length_total': 489866.9189999994, 'edge_length_avg': 119.16003867672084, 'street_length_total': 245195.7630000005, 'street_length_avg': 119.02706941747597, 'street_segments_count': 2060, 'node_density_km': 45.35406076490923, 'intersection_density_km': 34.72108485962252, 'edge_density_km': 13964.458837866021, 'street_density_km': 6989.706809805345, 'circuity_avg': 1.0879922870866938, 'self_loop_proportion': 0.0038919970810021892, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0879922870866938\n", - "5792\n", - "10023073.521029253\n", - "{'n': 208, 'm': 584, 'k_avg': 5.615384615384615, 'intersection_count': 183, 'streets_per_node_avg': 2.9423076923076925, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 146, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1201923076923077, 2: 0.0, 3: 0.7019230769230769, 4: 0.17307692307692307, 5: 0.004807692307692308}, 'edge_length_total': 104567.03799999999, 'edge_length_avg': 179.05314726027396, 'street_length_total': 52283.51899999996, 'street_length_avg': 179.05314726027382, 'street_segments_count': 292, 'node_density_km': 20.752117557912598, 'intersection_density_km': 18.257872659125027, 'edge_density_km': 10432.632044513046, 'street_density_km': 5216.316022256519, 'circuity_avg': 1.026736001610592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026736001610592\n", - "5793\n", - "10018454.276913537\n", - "{'n': 224, 'm': 586, 'k_avg': 5.232142857142857, 'intersection_count': 182, 'streets_per_node_avg': 2.7901785714285716, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 145, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.6473214285714286, 4: 0.16517857142857142}, 'edge_length_total': 103810.346, 'edge_length_avg': 177.1507610921502, 'street_length_total': 51905.17300000004, 'street_length_avg': 177.1507610921503, 'street_segments_count': 293, 'node_density_km': 22.35873856470895, 'intersection_density_km': 18.166475083826022, 'edge_density_km': 10361.912439848124, 'street_density_km': 5180.956219924065, 'circuity_avg': 1.0354289020283052, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354289020283052\n", - "5794\n", - "15029248.149997499\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 451, 'm': 1224, 'k_avg': 5.427937915742794, 'intersection_count': 369, 'streets_per_node_avg': 2.8070953436807096, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 295, 4: 72, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6541019955654102, 4: 0.15964523281596452, 5: 0.0022172949002217295, 6: 0.0022172949002217295}, 'edge_length_total': 182379.39399999983, 'edge_length_avg': 149.00277287581685, 'street_length_total': 91336.38700000002, 'street_length_avg': 148.99900000000002, 'street_segments_count': 613, 'node_density_km': 30.008154466467776, 'intersection_density_km': 24.55212638165545, 'edge_density_km': 12134.96458237867, 'street_density_km': 6077.242593137649, 'circuity_avg': 1.0380748297432976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380748297432976\n", - "5795\n", - "15029629.149984514\n", - "{'n': 3040, 'm': 9035, 'k_avg': 5.944078947368421, 'intersection_count': 2709, 'streets_per_node_avg': 3.055592105263158, 'streets_per_node_counts': {0: 0, 1: 331, 2: 0, 3: 1903, 4: 783, 5: 21, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10888157894736843, 2: 0.0, 3: 0.6259868421052631, 4: 0.2575657894736842, 5: 0.006907894736842105, 6: 0.0006578947368421052}, 'edge_length_total': 503739.35199999926, 'edge_length_avg': 55.75421715550628, 'street_length_total': 258647.4779999996, 'street_length_avg': 55.899606224335336, 'street_segments_count': 4627, 'node_density_km': 202.26713311839316, 'intersection_density_km': 180.24396829530497, 'edge_density_km': 33516.419265775316, 'street_density_km': 17209.172323474537, 'circuity_avg': 1.0818499232260896, 'self_loop_proportion': 0.003320420586607637, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818499232260896\n", - "5796\n", - "6011710.999210393\n", - "{'n': 29, 'm': 57, 'k_avg': 3.9310344827586206, 'intersection_count': 19, 'streets_per_node_avg': 2.413793103448276, 'streets_per_node_counts': {0: 0, 1: 10, 2: 2, 3: 12, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3448275862068966, 2: 0.06896551724137931, 3: 0.41379310344827586, 4: 0.1724137931034483}, 'edge_length_total': 12523.494999999999, 'edge_length_avg': 219.7104385964912, 'street_length_total': 6407.748000000001, 'street_length_avg': 206.7015483870968, 'street_segments_count': 31, 'node_density_km': 4.823917850310668, 'intersection_density_km': 3.160497901927679, 'edge_density_km': 2083.183140647462, 'street_density_km': 1065.8775847411202, 'circuity_avg': 1.0379202388665831, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379202388665831\n", - "5797\n", - "4007630.8291580323\n", - "{'n': 29, 'm': 70, 'k_avg': 4.827586206896552, 'intersection_count': 23, 'streets_per_node_avg': 2.586206896551724, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20689655172413793, 2: 0.0, 3: 0.7931034482758621}, 'edge_length_total': 14058.783999999998, 'edge_length_avg': 200.8397714285714, 'street_length_total': 7029.391999999999, 'street_length_avg': 200.8397714285714, 'street_segments_count': 35, 'node_density_km': 7.236195457178035, 'intersection_density_km': 5.739051569486028, 'edge_density_km': 3508.0037556636976, 'street_density_km': 1754.0018778318488, 'circuity_avg': 1.0760893608581923, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0760893608581923\n", - "5798\n", - "311532787.1982099\n", - "error with entry 5798\n", - "5799\n", - "9016496.036677342\n", - "{'n': 260, 'm': 716, 'k_avg': 5.507692307692308, 'intersection_count': 207, 'streets_per_node_avg': 2.830769230769231, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 145, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20384615384615384, 2: 0.0, 3: 0.5576923076923077, 4: 0.23846153846153847}, 'edge_length_total': 112853.26000000005, 'edge_length_avg': 157.61628491620118, 'street_length_total': 56426.629999999976, 'street_length_avg': 157.61628491620104, 'street_segments_count': 358, 'node_density_km': 28.836035522266172, 'intersection_density_km': 22.957920588881144, 'edge_density_km': 12516.31005447516, 'street_density_km': 6258.155027237574, 'circuity_avg': 1.023498421192067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023498421192067\n", - "5800\n", - "8015991.4180737585\n", - "{'n': 272, 'm': 700, 'k_avg': 5.147058823529412, 'intersection_count': 205, 'streets_per_node_avg': 2.639705882352941, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 169, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24632352941176472, 2: 0.0, 3: 0.6213235294117647, 4: 0.1323529411764706}, 'edge_length_total': 97244.48100000009, 'edge_length_avg': 138.92068714285728, 'street_length_total': 48651.63300000003, 'street_length_avg': 138.6086410256411, 'street_segments_count': 351, 'node_density_km': 33.932172056312105, 'intersection_density_km': 25.573879674794046, 'edge_density_km': 12131.310517716089, 'street_density_km': 6069.321991825562, 'circuity_avg': 1.0606512846753764, 'self_loop_proportion': 0.002857142857142857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606512846753764\n", - "5801\n", - "16031899.232918939\n", - "{'n': 876, 'm': 2510, 'k_avg': 5.730593607305936, 'intersection_count': 781, 'streets_per_node_avg': 2.961187214611872, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 628, 4: 150, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10844748858447488, 2: 0.0, 3: 0.7168949771689498, 4: 0.17123287671232876, 5: 0.003424657534246575}, 'edge_length_total': 269836.8290000006, 'edge_length_avg': 107.50471274900423, 'street_length_total': 135584.73500000016, 'street_length_avg': 107.09694707740928, 'street_segments_count': 1266, 'node_density_km': 54.64106200226572, 'intersection_density_km': 48.715376054531426, 'edge_density_km': 16831.245324068273, 'street_density_km': 8457.184830702941, 'circuity_avg': 1.06880029123106, 'self_loop_proportion': 0.0015936254980079682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06880029123106\n", - "5802\n", - "16027885.130423812\n", - "{'n': 584, 'm': 1513, 'k_avg': 5.181506849315069, 'intersection_count': 475, 'streets_per_node_avg': 2.7054794520547945, 'streets_per_node_counts': {0: 0, 1: 109, 2: 1, 3: 427, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18664383561643835, 2: 0.0017123287671232876, 3: 0.7311643835616438, 4: 0.08047945205479452}, 'edge_length_total': 188431.5979999998, 'edge_length_avg': 124.54170389953721, 'street_length_total': 96621.12399999998, 'street_length_avg': 125.31922697795069, 'street_segments_count': 771, 'node_density_km': 36.436497719306885, 'intersection_density_km': 29.635850028545843, 'edge_density_km': 11756.4854294047, 'street_density_km': 6028.31397990217, 'circuity_avg': 1.1093058523624768, 'self_loop_proportion': 0.010575016523463317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1093058523624768\n", - "5803\n", - "8014027.976548629\n", - "{'n': 258, 'm': 679, 'k_avg': 5.263565891472868, 'intersection_count': 216, 'streets_per_node_avg': 2.7829457364341086, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 188, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16279069767441862, 2: 0.0, 3: 0.7286821705426356, 4: 0.10852713178294573}, 'edge_length_total': 100995.5609999999, 'edge_length_avg': 148.74162150220897, 'street_length_total': 53952.1979999999, 'street_length_avg': 156.38318260869536, 'street_segments_count': 345, 'node_density_km': 32.19354870671563, 'intersection_density_km': 26.952738452134017, 'edge_density_km': 12602.346946571963, 'street_density_km': 6732.219822276599, 'circuity_avg': 1.0581814504017615, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581814504017615\n", - "5804\n", - "11021395.573629325\n", - "{'n': 190, 'm': 481, 'k_avg': 5.063157894736842, 'intersection_count': 150, 'streets_per_node_avg': 2.6842105263157894, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 131, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.0, 3: 0.6894736842105263, 4: 0.09473684210526316, 5: 0.005263157894736842}, 'edge_length_total': 81223.38600000004, 'edge_length_avg': 168.86358835758844, 'street_length_total': 40681.86599999998, 'street_length_avg': 168.80442323651445, 'street_segments_count': 241, 'node_density_km': 17.239196137248648, 'intersection_density_km': 13.609891687301563, 'edge_density_km': 7369.609906239245, 'street_density_km': 3691.1719326487723, 'circuity_avg': 1.0841312093806414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0841312093806414\n", - "5805\n", - "6013933.942402725\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 126, 'm': 355, 'k_avg': 5.634920634920635, 'intersection_count': 112, 'streets_per_node_avg': 2.9523809523809526, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 90, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.7142857142857143, 4: 0.1746031746031746}, 'edge_length_total': 49539.92499999998, 'edge_length_avg': 139.5490845070422, 'street_length_total': 24776.776999999995, 'street_length_avg': 139.19537640449434, 'street_segments_count': 178, 'node_density_km': 20.9513441961186, 'intersection_density_km': 18.623417063216536, 'edge_density_km': 8237.523969245241, 'street_density_km': 4119.895103154561, 'circuity_avg': 1.048330336006667, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048330336006667\n", - "5806\n", - "16028063.437337525\n", - "{'n': 1038, 'm': 2650, 'k_avg': 5.105973025048169, 'intersection_count': 843, 'streets_per_node_avg': 2.7167630057803467, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 751, 4: 88, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18786127167630057, 2: 0.0, 3: 0.7235067437379576, 4: 0.08477842003853564, 5: 0.0038535645472061657}, 'edge_length_total': 243797.1419999993, 'edge_length_avg': 91.9989215094337, 'street_length_total': 130940.22400000006, 'street_length_avg': 94.74690593342986, 'street_segments_count': 1382, 'node_density_km': 64.76141076294776, 'intersection_density_km': 52.59524978146914, 'edge_density_km': 15210.64244305844, 'street_density_km': 8169.435098127548, 'circuity_avg': 1.1371648138572803, 'self_loop_proportion': 0.011320754716981131, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1371648138572803\n", - "5807\n", - "61139687.142888494\n", - "{'n': 3278, 'm': 8314, 'k_avg': 5.072605247101891, 'intersection_count': 2533, 'streets_per_node_avg': 2.6671751067724223, 'streets_per_node_counts': {0: 0, 1: 745, 2: 1, 3: 2143, 4: 379, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22727272727272727, 2: 0.0003050640634533252, 3: 0.6537522879804759, 4: 0.11561928004881025, 5: 0.002745576571079927, 6: 0.0003050640634533252}, 'edge_length_total': 859909.048000002, 'edge_length_avg': 103.42904113543446, 'street_length_total': 450966.09199999954, 'street_length_avg': 103.95714430613175, 'street_segments_count': 4338, 'node_density_km': 53.614929241280606, 'intersection_density_km': 41.42971805008047, 'edge_density_km': 14064.662221615949, 'street_density_km': 7375.9960685774295, 'circuity_avg': 1.1289123617280972, 'self_loop_proportion': 0.006735626653836902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1289123617280972\n", - "5808\n", - "16036745.04293934\n", - "{'n': 336, 'm': 869, 'k_avg': 5.1726190476190474, 'intersection_count': 251, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 180, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25297619047619047, 2: 0.0, 3: 0.5357142857142857, 4: 0.20833333333333334, 5: 0.002976190476190476}, 'edge_length_total': 133100.85999999978, 'edge_length_avg': 153.1655466052932, 'street_length_total': 66578.18800000004, 'street_length_avg': 153.05330574712653, 'street_segments_count': 435, 'node_density_km': 20.951882635805458, 'intersection_density_km': 15.651555183295148, 'edge_density_km': 8299.742849538, 'street_density_km': 4151.602324644619, 'circuity_avg': 1.101478667774778, 'self_loop_proportion': 0.004602991944764097, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101478667774778\n", - "5809\n", - "17036708.032067966\n", - "{'n': 726, 'm': 1920, 'k_avg': 5.289256198347108, 'intersection_count': 552, 'streets_per_node_avg': 2.665289256198347, 'streets_per_node_counts': {0: 0, 1: 174, 2: 0, 3: 448, 4: 103, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2396694214876033, 2: 0.0, 3: 0.6170798898071626, 4: 0.1418732782369146, 5: 0.0013774104683195593}, 'edge_length_total': 206120.878, 'edge_length_avg': 107.35462395833333, 'street_length_total': 103060.43899999982, 'street_length_avg': 107.35462395833315, 'street_segments_count': 960, 'node_density_km': 42.6138664015055, 'intersection_density_km': 32.40062569370666, 'edge_density_km': 12098.632999522057, 'street_density_km': 6049.316499761018, 'circuity_avg': 1.056083579581993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056083579581993\n", - "5810\n", - "7006246.704528937\n", - "{'n': 341, 'm': 968, 'k_avg': 5.67741935483871, 'intersection_count': 303, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 227, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11143695014662756, 2: 0.0, 3: 0.6656891495601173, 4: 0.22287390029325513}, 'edge_length_total': 120690.5780000001, 'edge_length_avg': 124.68034917355382, 'street_length_total': 60345.28900000001, 'street_length_avg': 124.68034917355374, 'street_segments_count': 484, 'node_density_km': 48.67085250931469, 'intersection_density_km': 43.247121144640325, 'edge_density_km': 17226.138771559956, 'street_density_km': 8613.069385779972, 'circuity_avg': 1.0347378829520162, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347378829520162\n", - "5811\n", - "6005741.423324352\n", - "{'n': 204, 'm': 522, 'k_avg': 5.117647058823529, 'intersection_count': 161, 'streets_per_node_avg': 2.6519607843137254, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 146, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2107843137254902, 2: 0.0, 3: 0.7156862745098039, 4: 0.07352941176470588}, 'edge_length_total': 85917.64000000004, 'edge_length_avg': 164.59318007662844, 'street_length_total': 42958.819999999985, 'street_length_avg': 164.5931800766283, 'street_segments_count': 261, 'node_density_km': 33.96749637067793, 'intersection_density_km': 26.8076809592115, 'edge_density_km': 14305.917278809873, 'street_density_km': 7152.95863940493, 'circuity_avg': 1.0847678015626994, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0847678015626994\n", - "5812\n", - "11023860.426425453\n", - "{'n': 606, 'm': 1744, 'k_avg': 5.755775577557756, 'intersection_count': 510, 'streets_per_node_avg': 2.9092409240924093, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 375, 4: 133, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15841584158415842, 2: 0.0, 3: 0.6188118811881188, 4: 0.21947194719471946, 5: 0.0033003300330033004}, 'edge_length_total': 191508.7120000003, 'edge_length_avg': 109.81004128440384, 'street_length_total': 95754.35599999988, 'street_length_avg': 109.81004128440354, 'street_segments_count': 872, 'node_density_km': 54.97166841366648, 'intersection_density_km': 46.2632852986302, 'edge_density_km': 17372.200353782784, 'street_density_km': 8686.100176891368, 'circuity_avg': 1.0423626738987395, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423626738987395\n", - "5813\n", - "11011763.563550396\n", - "{'n': 664, 'm': 1737, 'k_avg': 5.231927710843373, 'intersection_count': 520, 'streets_per_node_avg': 2.7153614457831323, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 424, 4: 93, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21686746987951808, 2: 0.0, 3: 0.6385542168674698, 4: 0.14006024096385541, 5: 0.004518072289156626}, 'edge_length_total': 164648.56200000024, 'edge_length_avg': 94.78903972366162, 'street_length_total': 82765.99900000004, 'street_length_avg': 94.05227159090914, 'street_segments_count': 880, 'node_density_km': 60.29915155442315, 'intersection_density_km': 47.22222712093379, 'edge_density_km': 14952.061134421461, 'street_density_km': 7516.143851286502, 'circuity_avg': 1.0797007379047971, 'self_loop_proportion': 0.004605641911341394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0797007379047971\n", - "5814\n", - "56060371.197376415\n", - "{'n': 4885, 'm': 13337, 'k_avg': 5.460388945752303, 'intersection_count': 4093, 'streets_per_node_avg': 2.8618219037871033, 'streets_per_node_counts': {0: 0, 1: 792, 2: 1, 3: 3209, 4: 858, 5: 23, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16212896622313203, 2: 0.00020470829068577277, 3: 0.6569089048106448, 4: 0.17563971340839304, 5: 0.004708290685772774, 6: 0.00040941658137154553}, 'edge_length_total': 1228195.8099999952, 'edge_length_avg': 92.08936117567633, 'street_length_total': 635828.1609999998, 'street_length_avg': 91.92253303455253, 'street_segments_count': 6917, 'node_density_km': 87.13820289917408, 'intersection_density_km': 73.01057614458945, 'edge_density_km': 21908.44947629376, 'street_density_km': 11341.84714477517, 'circuity_avg': 1.0423406849459247, 'self_loop_proportion': 0.0025492989427907324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423406849459247\n", - "5815\n", - "14015718.62571252\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 501, 'm': 1356, 'k_avg': 5.413173652694611, 'intersection_count': 431, 'streets_per_node_avg': 2.8542914171656686, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 366, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13972055888223553, 2: 0.0, 3: 0.7305389221556886, 4: 0.12574850299401197, 5: 0.003992015968063872}, 'edge_length_total': 205540.40799999985, 'edge_length_avg': 151.57847197640106, 'street_length_total': 102770.20400000006, 'street_length_avg': 151.57847197640126, 'street_segments_count': 678, 'node_density_km': 35.74558061410359, 'intersection_density_km': 30.75118811313103, 'edge_density_km': 14664.992462314844, 'street_density_km': 7332.496231157431, 'circuity_avg': 1.0570539906153706, 'self_loop_proportion': 0.0014749262536873156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570539906153706\n", - "5816\n", - "56052859.42909025\n", - "{'n': 3273, 'm': 8350, 'k_avg': 5.1023525817293, 'intersection_count': 2453, 'streets_per_node_avg': 2.6058661778185153, 'streets_per_node_counts': {0: 0, 1: 820, 2: 0, 3: 2112, 4: 332, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25053467766575005, 2: 0.0, 3: 0.6452795600366636, 4: 0.10143599144515734, 5: 0.002749770852428964}, 'edge_length_total': 934357.4689999938, 'edge_length_avg': 111.89909808383159, 'street_length_total': 468408.18700000114, 'street_length_avg': 111.79193007159932, 'street_segments_count': 4190, 'node_density_km': 58.39131193905484, 'intersection_density_km': 43.76226342392347, 'edge_density_km': 16669.220420093003, 'street_density_km': 8356.544015253345, 'circuity_avg': 1.07841188692559, 'self_loop_proportion': 0.003592814371257485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07841188692559\n", - "5817\n", - "6005630.391714783\n", - "{'n': 158, 'm': 454, 'k_avg': 5.746835443037975, 'intersection_count': 137, 'streets_per_node_avg': 3.0316455696202533, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 91, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13291139240506328, 2: 0.0, 3: 0.5759493670886076, 4: 0.2848101265822785, 5: 0.006329113924050633}, 'edge_length_total': 80559.482, 'edge_length_avg': 177.44379295154187, 'street_length_total': 40279.74099999997, 'street_length_avg': 177.44379295154172, 'street_segments_count': 227, 'node_density_km': 26.308645336878012, 'intersection_density_km': 22.811926652862578, 'edge_density_km': 13413.99266114309, 'street_density_km': 6706.99633057154, 'circuity_avg': 1.0225859111258804, 'self_loop_proportion': 0.004405286343612335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0225859111258804\n", - "5818\n", - "25034354.90103798\n", - "{'n': 1610, 'm': 4503, 'k_avg': 5.593788819875776, 'intersection_count': 1412, 'streets_per_node_avg': 2.9472049689440993, 'streets_per_node_counts': {0: 0, 1: 198, 2: 4, 3: 1099, 4: 303, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12298136645962733, 2: 0.002484472049689441, 3: 0.6826086956521739, 4: 0.18819875776397516, 5: 0.0037267080745341614}, 'edge_length_total': 433419.84999999887, 'edge_length_avg': 96.25135465245367, 'street_length_total': 222881.34000000014, 'street_length_avg': 95.41153253424663, 'street_segments_count': 2336, 'node_density_km': 64.31162322194473, 'intersection_density_km': 56.40249191887327, 'edge_density_km': 17313.002540442067, 'street_density_km': 8903.01910638644, 'circuity_avg': 1.0781083338685367, 'self_loop_proportion': 0.00310903841883189, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0781083338685367\n", - "5819\n", - "8013827.116465594\n", - "{'n': 218, 'm': 597, 'k_avg': 5.477064220183486, 'intersection_count': 193, 'streets_per_node_avg': 2.86697247706422, 'streets_per_node_counts': {0: 0, 1: 25, 2: 1, 3: 170, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11467889908256881, 2: 0.0045871559633027525, 3: 0.7798165137614679, 4: 0.10091743119266056}, 'edge_length_total': 99538.27899999991, 'edge_length_avg': 166.7307855946397, 'street_length_total': 50337.82600000001, 'street_length_avg': 165.58495394736846, 'street_segments_count': 304, 'node_density_km': 27.202982648837875, 'intersection_density_km': 24.083374546906924, 'edge_density_km': 12420.816864826518, 'street_density_km': 6281.371592927616, 'circuity_avg': 1.0425835171816429, 'self_loop_proportion': 0.0033500837520938024, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425835171816429\n", - "5820\n", - "5008554.389225328\n", - "{'n': 63, 'm': 172, 'k_avg': 5.4603174603174605, 'intersection_count': 56, 'streets_per_node_avg': 3.015873015873016, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 41, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6507936507936508, 4: 0.23809523809523808}, 'edge_length_total': 35028.664000000004, 'edge_length_avg': 203.65502325581397, 'street_length_total': 17514.332, 'street_length_avg': 203.65502325581394, 'street_segments_count': 86, 'node_density_km': 12.578479757658016, 'intersection_density_km': 11.180870895696014, 'edge_density_km': 6993.767318441335, 'street_density_km': 3496.8836592206667, 'circuity_avg': 1.017684669384603, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.017684669384603\n", - "5821\n", - "6006579.019573944\n", - "{'n': 266, 'm': 694, 'k_avg': 5.2180451127819545, 'intersection_count': 225, 'streets_per_node_avg': 2.755639097744361, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 209, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15413533834586465, 2: 0.0, 3: 0.7857142857142857, 4: 0.05639097744360902, 5: 0.0037593984962406013}, 'edge_length_total': 86602.52799999993, 'edge_length_avg': 124.78750432276648, 'street_length_total': 43301.264000000025, 'street_length_avg': 124.78750432276664, 'street_segments_count': 347, 'node_density_km': 44.28477493314786, 'intersection_density_km': 37.45892616525664, 'edge_density_km': 14417.945342562527, 'street_density_km': 7208.9726712812735, 'circuity_avg': 1.0737394401598381, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0737394401598381\n", - "5822\n", - "6012190.64697675\n", - "{'n': 145, 'm': 384, 'k_avg': 5.296551724137931, 'intersection_count': 128, 'streets_per_node_avg': 2.8620689655172415, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 114, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11724137931034483, 2: 0.0, 3: 0.7862068965517242, 4: 0.09655172413793103}, 'edge_length_total': 68732.62599999995, 'edge_length_avg': 178.99121354166653, 'street_length_total': 34366.312999999995, 'street_length_avg': 178.99121354166664, 'street_segments_count': 192, 'node_density_km': 24.117665009993274, 'intersection_density_km': 21.29007669847682, 'edge_density_km': 11432.20999396657, 'street_density_km': 5716.104996983288, 'circuity_avg': 1.0344666392001955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344666392001955\n", - "5823\n", - "9010590.3765122\n", - "{'n': 461, 'm': 1157, 'k_avg': 5.019522776572668, 'intersection_count': 352, 'streets_per_node_avg': 2.6008676789587852, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 318, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23644251626898047, 2: 0.0, 3: 0.6898047722342733, 4: 0.0737527114967462}, 'edge_length_total': 145015.78000000017, 'edge_length_avg': 125.33775280898891, 'street_length_total': 72640.31299999997, 'street_length_avg': 125.02635628227189, 'street_segments_count': 581, 'node_density_km': 51.16201943900183, 'intersection_density_km': 39.06514282544175, 'edge_density_km': 16093.92658421263, 'street_density_km': 8061.659665425544, 'circuity_avg': 1.0855302942991383, 'self_loop_proportion': 0.001728608470181504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855302942991383\n", - "5824\n", - "7009263.187512828\n", - "{'n': 201, 'm': 542, 'k_avg': 5.393034825870647, 'intersection_count': 155, 'streets_per_node_avg': 2.7412935323383083, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 115, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22885572139303484, 2: 0.0, 3: 0.572139303482587, 4: 0.19900497512437812}, 'edge_length_total': 64707.7719999999, 'edge_length_avg': 119.38703321033192, 'street_length_total': 32353.886000000017, 'street_length_avg': 119.38703321033216, 'street_segments_count': 271, 'node_density_km': 28.676337957759433, 'intersection_density_km': 22.11359394752593, 'edge_density_km': 9231.75093714249, 'street_density_km': 4615.875468571254, 'circuity_avg': 1.046224076490331, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046224076490331\n", - "5825\n", - "7011016.809584184\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 101, 'm': 252, 'k_avg': 4.99009900990099, 'intersection_count': 83, 'streets_per_node_avg': 2.732673267326733, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 74, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1782178217821782, 2: 0.0, 3: 0.7326732673267327, 4: 0.0891089108910891}, 'edge_length_total': 58182.32, 'edge_length_avg': 230.88222222222223, 'street_length_total': 29091.16, 'street_length_avg': 230.88222222222223, 'street_segments_count': 126, 'node_density_km': 14.405898993414368, 'intersection_density_km': 11.838511053993985, 'edge_density_km': 8298.699258638739, 'street_density_km': 4149.349629319369, 'circuity_avg': 1.0411898953938004, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411898953938004\n", - "5826\n", - "3003072.49683387\n", - "{'n': 55, 'm': 144, 'k_avg': 5.236363636363636, 'intersection_count': 45, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 36, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6545454545454545, 4: 0.16363636363636364}, 'edge_length_total': 23031.015999999992, 'edge_length_avg': 159.93761111111107, 'street_length_total': 11515.508000000003, 'street_length_avg': 159.93761111111115, 'street_segments_count': 72, 'node_density_km': 18.314576174230336, 'intersection_density_km': 14.984653233461184, 'edge_density_km': 7669.150852762136, 'street_density_km': 3834.5754263810704, 'circuity_avg': 1.0162688790570815, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0162688790570815\n", - "5827\n", - "3001830.420845963\n", - "{'n': 41, 'm': 106, 'k_avg': 5.170731707317073, 'intersection_count': 34, 'streets_per_node_avg': 2.8292682926829267, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 27, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17073170731707318, 2: 0.0, 3: 0.6585365853658537, 4: 0.17073170731707318}, 'edge_length_total': 17651.814000000002, 'edge_length_avg': 166.52654716981135, 'street_length_total': 8825.907000000001, 'street_length_avg': 166.52654716981135, 'street_segments_count': 53, 'node_density_km': 13.658333167416417, 'intersection_density_km': 11.326422626638005, 'edge_density_km': 5880.350161494281, 'street_density_km': 2940.1750807471403, 'circuity_avg': 1.0392894793703604, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0392894793703604\n", - "5828\n", - "7004273.663517274\n", - "{'n': 322, 'm': 830, 'k_avg': 5.15527950310559, 'intersection_count': 261, 'streets_per_node_avg': 2.701863354037267, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 235, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18944099378881987, 2: 0.0, 3: 0.7298136645962733, 4: 0.08074534161490683}, 'edge_length_total': 99328.37199999993, 'edge_length_avg': 119.67273734939751, 'street_length_total': 49664.18600000003, 'street_length_avg': 119.67273734939766, 'street_segments_count': 415, 'node_density_km': 45.97193306097982, 'intersection_density_km': 37.2629643755147, 'edge_density_km': 14181.109529938196, 'street_density_km': 7090.554764969107, 'circuity_avg': 1.0438800269886201, 'self_loop_proportion': 0.0024096385542168677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438800269886201\n", - "5829\n", - "7008214.1044410905\n", - "{'n': 201, 'm': 540, 'k_avg': 5.373134328358209, 'intersection_count': 168, 'streets_per_node_avg': 2.800995024875622, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 142, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16417910447761194, 2: 0.0, 3: 0.7064676616915423, 4: 0.12935323383084577}, 'edge_length_total': 86437.95999999989, 'edge_length_avg': 160.0702962962961, 'street_length_total': 43218.980000000025, 'street_length_avg': 160.0702962962964, 'street_segments_count': 270, 'node_density_km': 28.680630614956062, 'intersection_density_km': 23.971870364739395, 'edge_density_km': 12333.806974479325, 'street_density_km': 6166.903487239673, 'circuity_avg': 1.0651860889915672, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0651860889915672\n", - "5830\n", - "4002816.42966746\n", - "{'n': 128, 'm': 330, 'k_avg': 5.15625, 'intersection_count': 111, 'streets_per_node_avg': 2.84375, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 98, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1328125, 2: 0.0, 3: 0.765625, 4: 0.09375, 5: 0.0078125}, 'edge_length_total': 50474.004, 'edge_length_avg': 152.95152727272728, 'street_length_total': 25237.00200000001, 'street_length_avg': 152.95152727272733, 'street_segments_count': 165, 'node_density_km': 31.977484416049975, 'intersection_density_km': 27.730474767043336, 'edge_density_km': 12609.622471294095, 'street_density_km': 6304.81123564705, 'circuity_avg': 1.07001967862432, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07001967862432\n", - "5831\n", - "5004791.5908736065\n", - "{'n': 91, 'm': 258, 'k_avg': 5.670329670329671, 'intersection_count': 77, 'streets_per_node_avg': 2.901098901098901, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 58, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.6373626373626373, 4: 0.2087912087912088}, 'edge_length_total': 41044.04800000002, 'edge_length_avg': 159.08545736434115, 'street_length_total': 20522.024000000005, 'street_length_avg': 159.08545736434112, 'street_segments_count': 129, 'node_density_km': 18.18257530761947, 'intersection_density_km': 15.385256029524164, 'edge_density_km': 8200.950480104928, 'street_density_km': 4100.475240052464, 'circuity_avg': 1.0660392374793577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660392374793577\n", - "5832\n", - "9005128.831834195\n", - "{'n': 345, 'm': 977, 'k_avg': 5.663768115942029, 'intersection_count': 298, 'streets_per_node_avg': 2.927536231884058, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 229, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13623188405797101, 2: 0.0, 3: 0.663768115942029, 4: 0.2}, 'edge_length_total': 134799.8789999997, 'edge_length_avg': 137.97326407369468, 'street_length_total': 67668.22399999997, 'street_length_avg': 137.81715682281055, 'street_segments_count': 491, 'node_density_km': 38.31150075059273, 'intersection_density_km': 33.09225282225111, 'edge_density_km': 14969.233813009558, 'street_density_km': 7514.409317586307, 'circuity_avg': 1.0329395547326117, 'self_loop_proportion': 0.0020470829068577278, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0329395547326117\n", - "5833\n", - "7006167.562252402\n", - "{'n': 276, 'm': 719, 'k_avg': 5.2101449275362315, 'intersection_count': 222, 'streets_per_node_avg': 2.710144927536232, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 194, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1956521739130435, 2: 0.0, 3: 0.7028985507246377, 4: 0.10144927536231885}, 'edge_length_total': 96841.20699999992, 'edge_length_avg': 134.6887440890124, 'street_length_total': 48459.042999999976, 'street_length_avg': 134.6084527777777, 'street_segments_count': 360, 'node_density_km': 39.393862271725226, 'intersection_density_km': 31.68636747943116, 'edge_density_km': 13822.27960429576, 'street_density_km': 6916.626325223222, 'circuity_avg': 1.0486179776854072, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486179776854072\n", - "5834\n", - "3003060.2367071793\n", - "{'n': 68, 'm': 168, 'k_avg': 4.9411764705882355, 'intersection_count': 52, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 44, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23529411764705882, 2: 0.0, 3: 0.6470588235294118, 4: 0.11764705882352941}, 'edge_length_total': 28449.060000000012, 'edge_length_avg': 169.33964285714293, 'street_length_total': 14224.53, 'street_length_avg': 169.33964285714288, 'street_segments_count': 84, 'node_density_km': 22.6435684402259, 'intersection_density_km': 17.315669983702158, 'edge_density_km': 9473.35642897196, 'street_density_km': 4736.678214485978, 'circuity_avg': 1.025169713240669, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025169713240669\n", - "5835\n", - "6008432.005697591\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 64, 'm': 184, 'k_avg': 5.75, 'intersection_count': 56, 'streets_per_node_avg': 3.0625, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 36, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.5625, 4: 0.3125}, 'edge_length_total': 39960.831999999995, 'edge_length_avg': 217.17843478260866, 'street_length_total': 19980.416000000005, 'street_length_avg': 217.17843478260875, 'street_segments_count': 92, 'node_density_km': 10.651697471039197, 'intersection_density_km': 9.320235287159297, 'edge_density_km': 6650.792080547221, 'street_density_km': 3325.396040273612, 'circuity_avg': 1.0455545154019041, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0455545154019041\n", - "5836\n", - "6004209.528556455\n", - "{'n': 149, 'm': 414, 'k_avg': 5.557046979865772, 'intersection_count': 129, 'streets_per_node_avg': 2.879194630872483, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 107, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1342281879194631, 2: 0.0, 3: 0.7181208053691275, 4: 0.1476510067114094}, 'edge_length_total': 60157.70800000002, 'edge_length_avg': 145.30847342995173, 'street_length_total': 30178.30299999999, 'street_length_avg': 144.39379425837316, 'street_segments_count': 209, 'node_density_km': 24.815922777402292, 'intersection_density_km': 21.48492643144225, 'edge_density_km': 10019.255276466554, 'street_density_km': 5026.190851013743, 'circuity_avg': 1.0480623003045615, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480623003045615\n", - "5837\n", - "4006138.3397205467\n", - "{'n': 91, 'm': 250, 'k_avg': 5.4945054945054945, 'intersection_count': 78, 'streets_per_node_avg': 2.901098901098901, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 61, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6703296703296703, 4: 0.18681318681318682}, 'edge_length_total': 40475.864000000016, 'edge_length_avg': 161.90345600000006, 'street_length_total': 20237.932, 'street_length_avg': 161.903456, 'street_segments_count': 125, 'node_density_km': 22.715141685882923, 'intersection_density_km': 19.470121445042505, 'edge_density_km': 10103.461380423389, 'street_density_km': 5051.7306902116925, 'circuity_avg': 1.00617756286949, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.00617756286949\n", - "5838\n", - "6007954.499842153\n", - "{'n': 142, 'm': 393, 'k_avg': 5.535211267605634, 'intersection_count': 123, 'streets_per_node_avg': 2.887323943661972, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 101, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13380281690140844, 2: 0.0, 3: 0.7112676056338029, 4: 0.15492957746478872}, 'edge_length_total': 64189.31400000002, 'edge_length_avg': 163.3315877862596, 'street_length_total': 32268.968999999983, 'street_length_avg': 160.54213432835812, 'street_segments_count': 201, 'node_density_km': 23.635332125722783, 'intersection_density_km': 20.47285810890072, 'edge_density_km': 10684.054614875406, 'street_density_km': 5371.04084274403, 'circuity_avg': 1.0337615439969845, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337615439969845\n", - "5839\n", - "6007934.25146958\n", - "{'n': 122, 'm': 348, 'k_avg': 5.704918032786885, 'intersection_count': 110, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 86, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09836065573770492, 2: 0.0, 3: 0.7049180327868853, 4: 0.19672131147540983}, 'edge_length_total': 67578.24800000008, 'edge_length_avg': 194.1903678160922, 'street_length_total': 33789.123999999996, 'street_length_avg': 194.19036781609194, 'street_segments_count': 174, 'node_density_km': 20.30648054614745, 'intersection_density_km': 18.30912180390344, 'edge_density_km': 11248.167035694505, 'street_density_km': 5624.083517847245, 'circuity_avg': 1.0293174624093615, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0293174624093615\n", - "5840\n", - "6005971.372698928\n", - "{'n': 174, 'm': 492, 'k_avg': 5.655172413793103, 'intersection_count': 154, 'streets_per_node_avg': 2.971264367816092, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 119, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11494252873563218, 2: 0.0, 3: 0.6839080459770115, 4: 0.20114942528735633}, 'edge_length_total': 77262.35999999999, 'edge_length_avg': 157.0373170731707, 'street_length_total': 38631.17999999997, 'street_length_avg': 157.0373170731706, 'street_segments_count': 246, 'node_density_km': 28.97116706065965, 'intersection_density_km': 25.641147858284974, 'edge_density_km': 12864.257121039236, 'street_density_km': 6432.128560519614, 'circuity_avg': 1.0456935789281052, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456935789281052\n", - "5841\n", - "11017224.180947552\n", - "{'n': 468, 'm': 1298, 'k_avg': 5.547008547008547, 'intersection_count': 373, 'streets_per_node_avg': 2.876068376068376, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 243, 4: 128, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.202991452991453, 2: 0.0, 3: 0.5192307692307693, 4: 0.27350427350427353, 5: 0.004273504273504274}, 'edge_length_total': 180199.27199999982, 'edge_length_avg': 138.82840677966087, 'street_length_total': 90099.63600000009, 'street_length_avg': 138.82840677966115, 'street_segments_count': 649, 'node_density_km': 42.47893955079246, 'intersection_density_km': 33.856077889841, 'edge_density_km': 16356.14098800171, 'street_density_km': 8178.070494000872, 'circuity_avg': 1.0477995401307858, 'self_loop_proportion': 0.0015408320493066256, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477995401307858\n", - "5842\n", - "9011469.057622038\n", - "{'n': 324, 'm': 846, 'k_avg': 5.222222222222222, 'intersection_count': 261, 'streets_per_node_avg': 2.8055555555555554, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 199, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19444444444444445, 2: 0.0, 3: 0.6141975308641975, 4: 0.1882716049382716, 5: 0.0030864197530864196}, 'edge_length_total': 136170.94900000026, 'edge_length_avg': 160.95856855791993, 'street_length_total': 68404.46100000001, 'street_length_avg': 158.71104640371232, 'street_segments_count': 431, 'node_density_km': 35.954182157009775, 'intersection_density_km': 28.96309118203565, 'edge_density_km': 15110.849089008942, 'street_density_km': 7590.822380080467, 'circuity_avg': 1.0301228672059548, 'self_loop_proportion': 0.002364066193853428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0301228672059548\n", - "5843\n", - "13014962.041255476\n", - "{'n': 452, 'm': 1313, 'k_avg': 5.8097345132743365, 'intersection_count': 381, 'streets_per_node_avg': 3.0088495575221237, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 237, 4: 142, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1570796460176991, 2: 0.0, 3: 0.5243362831858407, 4: 0.3141592920353982, 5: 0.004424778761061947}, 'edge_length_total': 177725.01800000007, 'edge_length_avg': 135.3579725818736, 'street_length_total': 90019.0460000001, 'street_length_avg': 135.7753333333335, 'street_segments_count': 663, 'node_density_km': 34.72925995229397, 'intersection_density_km': 29.27400009253098, 'edge_density_km': 13655.438827761343, 'street_density_km': 6916.581524759983, 'circuity_avg': 1.0186602601821526, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0186602601821526\n", - "5844\n", - "12012582.622507919\n", - "{'n': 723, 'm': 1871, 'k_avg': 5.175656984785616, 'intersection_count': 575, 'streets_per_node_avg': 2.684647302904564, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 508, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20470262793914246, 2: 0.0, 3: 0.7026279391424619, 4: 0.0912863070539419, 5: 0.0013831258644536654}, 'edge_length_total': 179517.2380000003, 'edge_length_avg': 95.94721432389113, 'street_length_total': 90483.33000000009, 'street_length_avg': 95.85098516949162, 'street_segments_count': 944, 'node_density_km': 60.186890922632934, 'intersection_density_km': 47.86647618328345, 'edge_density_km': 14944.100169071029, 'street_density_km': 7532.379409442055, 'circuity_avg': 1.0518274639607197, 'self_loop_proportion': 0.003206841261357563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0518274639607197\n", - "5845\n", - "15025196.406435503\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1003, 'm': 2943, 'k_avg': 5.86839481555334, 'intersection_count': 884, 'streets_per_node_avg': 3.0229312063808575, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 633, 4: 241, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11864406779661017, 2: 0.0, 3: 0.6311066799601196, 4: 0.24027916251246262, 5: 0.009970089730807577}, 'edge_length_total': 237160.5830000005, 'edge_length_avg': 80.58463574583776, 'street_length_total': 119920.89999999986, 'street_length_avg': 80.53787777031556, 'street_segments_count': 1489, 'node_density_km': 66.75453504024753, 'intersection_density_km': 58.83450545920121, 'edge_density_km': 15784.1918724218, 'street_density_km': 7981.319961224337, 'circuity_avg': 1.0371531918888472, 'self_loop_proportion': 0.0033978933061501867, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371531918888472\n", - "5846\n", - "28043954.666516718\n", - "{'n': 2398, 'm': 6752, 'k_avg': 5.631359466221851, 'intersection_count': 2052, 'streets_per_node_avg': 3.022518765638032, 'streets_per_node_counts': {0: 0, 1: 346, 2: 1, 3: 1329, 4: 700, 5: 19, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14428690575479566, 2: 0.0004170141784820684, 3: 0.5542118432026689, 4: 0.2919099249374479, 5: 0.0079232693911593, 6: 0.0012510425354462051}, 'edge_length_total': 660904.8889999975, 'edge_length_avg': 97.88283308649252, 'street_length_total': 351712.05299999955, 'street_length_avg': 97.9426491228069, 'street_segments_count': 3591, 'node_density_km': 85.50862488959552, 'intersection_density_km': 73.17084998892828, 'edge_density_km': 23566.750726105318, 'street_density_km': 12541.457051345496, 'circuity_avg': 1.0553569401386722, 'self_loop_proportion': 0.002962085308056872, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553569401386722\n", - "5847\n", - "207402200.59452757\n", - "error with entry 5847\n", - "5848\n", - "6006455.3307674145\n", - "{'n': 152, 'm': 416, 'k_avg': 5.473684210526316, 'intersection_count': 126, 'streets_per_node_avg': 2.9342105263157894, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 86, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17105263157894737, 2: 0.0, 3: 0.5657894736842105, 4: 0.25, 5: 0.013157894736842105}, 'edge_length_total': 69857.89199999998, 'edge_length_avg': 167.92762499999995, 'street_length_total': 34928.946, 'street_length_avg': 167.927625, 'street_segments_count': 208, 'node_density_km': 25.306106785044506, 'intersection_density_km': 20.977430624444786, 'edge_density_km': 11630.468912698065, 'street_density_km': 5815.234456349034, 'circuity_avg': 1.0432737701627675, 'self_loop_proportion': 0.004807692307692308, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432737701627675\n", - "5849\n", - "6006956.5651092315\n", - "{'n': 395, 'm': 1047, 'k_avg': 5.30126582278481, 'intersection_count': 326, 'streets_per_node_avg': 2.7974683544303796, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 271, 4: 52, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17468354430379746, 2: 0.0, 3: 0.6860759493670886, 4: 0.13164556962025317, 5: 0.007594936708860759}, 'edge_length_total': 113329.25199999992, 'edge_length_avg': 108.24188347659974, 'street_length_total': 56791.39399999998, 'street_length_avg': 107.5594583333333, 'street_segments_count': 528, 'node_density_km': 65.75709275048125, 'intersection_density_km': 54.270410725713646, 'edge_density_km': 18866.33451925736, 'street_density_km': 9454.27079161297, 'circuity_avg': 1.0348004278134577, 'self_loop_proportion': 0.0019102196752626551, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0348004278134577\n", - "5850\n", - "15023234.24058406\n", - "{'n': 802, 'm': 2117, 'k_avg': 5.279301745635911, 'intersection_count': 642, 'streets_per_node_avg': 2.7581047381546133, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 516, 4: 126}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19950124688279303, 2: 0.0, 3: 0.6433915211970075, 4: 0.1571072319201995}, 'edge_length_total': 244105.01700000075, 'edge_length_avg': 115.30704629192289, 'street_length_total': 122116.98399999988, 'street_length_avg': 115.3134881964116, 'street_segments_count': 1059, 'node_density_km': 53.38397758809228, 'intersection_density_km': 42.733807495704795, 'edge_density_km': 16248.49969659467, 'street_density_km': 8128.5415673085, 'circuity_avg': 1.0625626854182983, 'self_loop_proportion': 0.003778932451582428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625626854182983\n", - "5851\n", - "7008907.721023633\n", - "{'n': 754, 'm': 1942, 'k_avg': 5.151193633952254, 'intersection_count': 579, 'streets_per_node_avg': 2.663129973474801, 'streets_per_node_counts': {0: 0, 1: 175, 2: 0, 3: 487, 4: 88, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23209549071618038, 2: 0.0, 3: 0.6458885941644562, 4: 0.11671087533156499, 5: 0.005305039787798408}, 'edge_length_total': 160809.33899999983, 'edge_length_avg': 82.80604479917602, 'street_length_total': 80486.5359999999, 'street_length_avg': 82.80507818930032, 'street_segments_count': 972, 'node_density_km': 107.5773900886628, 'intersection_density_km': 82.60916294606865, 'edge_density_km': 22943.566301728115, 'street_density_km': 11483.463501534738, 'circuity_avg': 1.0626433525566654, 'self_loop_proportion': 0.003089598352214212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626433525566654\n", - "5852\n", - "6010072.496712802\n", - "{'n': 84, 'm': 242, 'k_avg': 5.761904761904762, 'intersection_count': 76, 'streets_per_node_avg': 3.0595238095238093, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 55, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09523809523809523, 2: 0.0, 3: 0.6547619047619048, 4: 0.25}, 'edge_length_total': 42411.22800000001, 'edge_length_avg': 175.25300826446286, 'street_length_total': 21205.61400000001, 'street_length_avg': 175.2530082644629, 'street_segments_count': 121, 'node_density_km': 13.97653689634254, 'intersection_density_km': 12.645438144309917, 'edge_density_km': 7056.691582871381, 'street_density_km': 3528.345791435691, 'circuity_avg': 1.0271359549872625, 'self_loop_proportion': 0.008264462809917356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0271359549872625\n", - "5853\n", - "5009186.523397444\n", - "{'n': 135, 'm': 327, 'k_avg': 4.844444444444444, 'intersection_count': 104, 'streets_per_node_avg': 2.6592592592592594, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 89, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22962962962962963, 2: 0.0, 3: 0.6592592592592592, 4: 0.1037037037037037, 5: 0.007407407407407408}, 'edge_length_total': 51648.10499999999, 'edge_length_avg': 157.94527522935778, 'street_length_total': 25869.291999999987, 'street_length_avg': 157.73958536585357, 'street_segments_count': 164, 'node_density_km': 26.95048375009147, 'intersection_density_km': 20.761854148218614, 'edge_density_km': 10310.677144633464, 'street_density_km': 5164.3698790546, 'circuity_avg': 1.0363366001784418, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363366001784418\n", - "5854\n", - "6010663.326472085\n", - "{'n': 141, 'm': 376, 'k_avg': 5.333333333333333, 'intersection_count': 128, 'streets_per_node_avg': 2.9290780141843973, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 112, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09219858156028368, 2: 0.0, 3: 0.7943262411347518, 4: 0.11347517730496454}, 'edge_length_total': 62995.02000000005, 'edge_length_avg': 167.53994680851076, 'street_length_total': 31497.509999999987, 'street_length_avg': 167.53994680851056, 'street_segments_count': 188, 'node_density_km': 23.458309398067538, 'intersection_density_km': 21.29548654576344, 'edge_density_km': 10480.54375671953, 'street_density_km': 5240.271878359758, 'circuity_avg': 1.049115528524329, 'self_loop_proportion': 0.005319148936170213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049115528524329\n", - "5855\n", - "5006743.16331184\n", - "{'n': 447, 'm': 1154, 'k_avg': 5.16331096196868, 'intersection_count': 362, 'streets_per_node_avg': 2.668903803131991, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 340, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19015659955257272, 2: 0.0, 3: 0.7606263982102909, 4: 0.049217002237136466}, 'edge_length_total': 92866.14799999981, 'edge_length_avg': 80.47326516464454, 'street_length_total': 46433.07399999995, 'street_length_avg': 80.47326516464463, 'street_segments_count': 577, 'node_density_km': 89.27959462260898, 'intersection_density_km': 72.3024904997415, 'edge_density_km': 18548.214871595508, 'street_density_km': 9274.107435797763, 'circuity_avg': 1.0414053003301014, 'self_loop_proportion': 0.0017331022530329288, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414053003301014\n", - "5856\n", - "26033905.39968551\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1274, 'm': 3406, 'k_avg': 5.346938775510204, 'intersection_count': 1034, 'streets_per_node_avg': 2.759026687598116, 'streets_per_node_counts': {0: 0, 1: 240, 2: 0, 3: 863, 4: 169, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18838304552590268, 2: 0.0, 3: 0.6773940345368917, 4: 0.1326530612244898, 5: 0.0015698587127158557}, 'edge_length_total': 395418.6840000005, 'edge_length_avg': 116.09473987081634, 'street_length_total': 200136.37099999984, 'street_length_avg': 115.75267264314624, 'street_segments_count': 1729, 'node_density_km': 48.93618458087314, 'intersection_density_km': 39.71743709311054, 'edge_density_km': 15188.604165580826, 'street_density_km': 7687.527780692385, 'circuity_avg': 1.0627779030117737, 'self_loop_proportion': 0.005871990604815032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627779030117737\n", - "5857\n", - "10013324.17618592\n", - "{'n': 402, 'm': 1024, 'k_avg': 5.0945273631840795, 'intersection_count': 314, 'streets_per_node_avg': 2.6592039800995027, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 275, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21890547263681592, 2: 0.0, 3: 0.6840796019900498, 4: 0.09701492537313433}, 'edge_length_total': 152165.16999999975, 'edge_length_avg': 148.59879882812476, 'street_length_total': 76219.591, 'street_length_avg': 148.2871420233463, 'street_segments_count': 514, 'node_density_km': 40.146508085302195, 'intersection_density_km': 31.358217758171367, 'edge_density_km': 15196.269223150182, 'street_density_km': 7611.816980945091, 'circuity_avg': 1.0641500315412369, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641500315412369\n", - "5858\n", - "7011515.792922209\n", - "{'n': 385, 'm': 1067, 'k_avg': 5.542857142857143, 'intersection_count': 317, 'streets_per_node_avg': 2.838961038961039, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 245, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17662337662337663, 2: 0.0, 3: 0.6363636363636364, 4: 0.18181818181818182, 5: 0.005194805194805195}, 'edge_length_total': 119038.92400000025, 'edge_length_avg': 111.56412746016893, 'street_length_total': 59558.26300000001, 'street_length_avg': 111.53232771535583, 'street_segments_count': 534, 'node_density_km': 54.90966737729367, 'intersection_density_km': 45.211336515849595, 'edge_density_km': 16977.63044621027, 'street_density_km': 8494.349119219163, 'circuity_avg': 1.0554981285794147, 'self_loop_proportion': 0.005623242736644799, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554981285794147\n", - "5859\n", - "7007187.928710301\n", - "{'n': 229, 'm': 594, 'k_avg': 5.187772925764192, 'intersection_count': 182, 'streets_per_node_avg': 2.7336244541484715, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 149, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2052401746724891, 2: 0.0, 3: 0.6506550218340611, 4: 0.14410480349344978}, 'edge_length_total': 89674.7740000001, 'edge_length_avg': 150.96763299663317, 'street_length_total': 44837.38699999999, 'street_length_avg': 150.96763299663294, 'street_segments_count': 297, 'node_density_km': 32.68072760853558, 'intersection_density_km': 25.9733293657357, 'edge_density_km': 12797.540884065467, 'street_density_km': 6398.7704420327245, 'circuity_avg': 1.0273177531361244, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273177531361244\n", - "5860\n", - "10010332.640989393\n", - "{'n': 439, 'm': 1235, 'k_avg': 5.626423690205011, 'intersection_count': 387, 'streets_per_node_avg': 2.9817767653758542, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 292, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11845102505694761, 2: 0.0, 3: 0.6651480637813212, 4: 0.214123006833713, 5: 0.002277904328018223}, 'edge_length_total': 150381.3969999998, 'edge_length_avg': 121.76631336032372, 'street_length_total': 77728.90099999997, 'street_length_avg': 121.83213322884008, 'street_segments_count': 638, 'node_density_km': 43.854686526841576, 'intersection_density_km': 38.66005395418608, 'edge_density_km': 15022.617368800695, 'street_density_km': 7764.8669417560395, 'circuity_avg': 1.0348974620651668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0348974620651668\n", - "5861\n", - "8012289.467726709\n", - "{'n': 144, 'm': 407, 'k_avg': 5.652777777777778, 'intersection_count': 128, 'streets_per_node_avg': 3.048611111111111, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 89, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6180555555555556, 4: 0.2708333333333333}, 'edge_length_total': 87402.256, 'edge_length_avg': 214.74755773955772, 'street_length_total': 43742.821, 'street_length_avg': 214.4255931372549, 'street_segments_count': 204, 'node_density_km': 17.97239110993533, 'intersection_density_km': 15.97545876438696, 'edge_density_km': 10908.524505018693, 'street_density_km': 5459.465883777031, 'circuity_avg': 1.0433739345957949, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433739345957949\n", - "5862\n", - "8011808.484767695\n", - "{'n': 470, 'm': 1240, 'k_avg': 5.276595744680851, 'intersection_count': 366, 'streets_per_node_avg': 2.7297872340425533, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 286, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22127659574468084, 2: 0.0, 3: 0.6085106382978723, 4: 0.16808510638297872, 5: 0.002127659574468085}, 'edge_length_total': 152695.4999999997, 'edge_length_avg': 123.14153225806429, 'street_length_total': 76484.32000000002, 'street_length_avg': 123.16315619967797, 'street_segments_count': 621, 'node_density_km': 58.6634092531766, 'intersection_density_km': 45.68256975885667, 'edge_density_km': 19058.805548124277, 'street_density_km': 9546.44886300196, 'circuity_avg': 1.036980294323254, 'self_loop_proportion': 0.0016129032258064516, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036980294323254\n", - "5863\n", - "118155788.3243095\n", - "error with entry 5863\n", - "5864\n", - "10009408.972870398\n", - "{'n': 411, 'm': 1128, 'k_avg': 5.489051094890511, 'intersection_count': 360, 'streets_per_node_avg': 2.8710462287104623, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 312, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12408759124087591, 2: 0.0, 3: 0.7591240875912408, 4: 0.11435523114355231, 5: 0.0024330900243309003}, 'edge_length_total': 158253.00199999998, 'edge_length_avg': 140.29521453900708, 'street_length_total': 79425.69000000008, 'street_length_avg': 140.32807420494714, 'street_segments_count': 566, 'node_density_km': 41.06136547262466, 'intersection_density_km': 35.96615953806539, 'edge_density_km': 15810.424214749391, 'street_density_km': 7935.102883224799, 'circuity_avg': 1.0981174742171975, 'self_loop_proportion': 0.010638297872340425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0981174742171975\n", - "5865\n", - "14019234.838609982\n", - "{'n': 378, 'm': 1135, 'k_avg': 6.005291005291006, 'intersection_count': 335, 'streets_per_node_avg': 3.1031746031746033, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 210, 4: 125}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11375661375661375, 2: 0.0, 3: 0.5555555555555556, 4: 0.3306878306878307}, 'edge_length_total': 174568.01700000025, 'edge_length_avg': 153.8044202643174, 'street_length_total': 88727.1339999999, 'street_length_avg': 154.0401631944443, 'street_segments_count': 576, 'node_density_km': 26.96295513639309, 'intersection_density_km': 23.89574066320552, 'edge_density_km': 12452.036006931517, 'street_density_km': 6328.956966726813, 'circuity_avg': 1.0253645808410574, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253645808410574\n", - "5866\n", - "12014533.270836947\n", - "{'n': 967, 'm': 2451, 'k_avg': 5.069286452947259, 'intersection_count': 748, 'streets_per_node_avg': 2.707342295760083, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 595, 4: 151, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2264736297828335, 2: 0.0, 3: 0.6153050672182007, 4: 0.15615305067218202, 5: 0.002068252326783868}, 'edge_length_total': 234217.0499999993, 'edge_length_avg': 95.55979192166434, 'street_length_total': 122495.5580000001, 'street_length_avg': 94.73747718484154, 'street_segments_count': 1293, 'node_density_km': 80.48585643748753, 'intersection_density_km': 62.25793238390969, 'edge_density_km': 19494.477623073195, 'street_density_km': 10195.61519691617, 'circuity_avg': 1.1259744436906638, 'self_loop_proportion': 0.006527947776417789, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1259744436906638\n", - "5867\n", - "6007507.464276284\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 159, 'm': 416, 'k_avg': 5.232704402515723, 'intersection_count': 134, 'streets_per_node_avg': 2.811320754716981, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 114, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15723270440251572, 2: 0.0, 3: 0.7169811320754716, 4: 0.12578616352201258}, 'edge_length_total': 63496.157999999996, 'edge_length_avg': 152.63499519230768, 'street_length_total': 31748.078999999983, 'street_length_avg': 152.6349951923076, 'street_segments_count': 208, 'node_density_km': 26.466883469641186, 'intersection_density_km': 22.30542380460326, 'edge_density_km': 10569.468016074998, 'street_density_km': 5284.734008037497, 'circuity_avg': 1.0325755686011473, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325755686011473\n", - "5868\n", - "10017201.305752793\n", - "{'n': 790, 'm': 2079, 'k_avg': 5.263291139240506, 'intersection_count': 625, 'streets_per_node_avg': 2.7253164556962024, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 513, 4: 111, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2088607594936709, 2: 0.0, 3: 0.649367088607595, 4: 0.14050632911392405, 5: 0.0012658227848101266}, 'edge_length_total': 198057.17499999964, 'edge_length_avg': 95.26559644059627, 'street_length_total': 99762.98500000002, 'street_length_avg': 94.11602358490568, 'street_segments_count': 1060, 'node_density_km': 78.8643430322509, 'intersection_density_km': 62.39267644956559, 'edge_density_km': 19771.70758126395, 'street_density_km': 9959.167431596587, 'circuity_avg': 1.0506148966800462, 'self_loop_proportion': 0.00481000481000481, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506148966800462\n", - "5869\n", - "9015523.807921937\n", - "{'n': 478, 'm': 1260, 'k_avg': 5.2719665271966525, 'intersection_count': 390, 'streets_per_node_avg': 2.7343096234309625, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 341, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18410041841004185, 2: 0.0, 3: 0.7133891213389121, 4: 0.10251046025104603}, 'edge_length_total': 124415.03399999991, 'edge_length_avg': 98.74209047619041, 'street_length_total': 62207.51699999995, 'street_length_avg': 98.7420904761904, 'street_segments_count': 630, 'node_density_km': 53.01965922157308, 'intersection_density_km': 43.258717774923646, 'edge_density_km': 13800.089340419296, 'street_density_km': 6900.044670209648, 'circuity_avg': 1.0751251904068888, 'self_loop_proportion': 0.006349206349206349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0751251904068888\n", - "5870\n", - "19039209.141783495\n", - "{'n': 613, 'm': 1625, 'k_avg': 5.301794453507341, 'intersection_count': 495, 'streets_per_node_avg': 2.7259380097879284, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 429, 4: 64, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19249592169657423, 2: 0.0, 3: 0.6998368678629691, 4: 0.10440456769983687, 5: 0.0032626427406199023}, 'edge_length_total': 268372.04200000013, 'edge_length_avg': 165.15202584615392, 'street_length_total': 134893.15099999975, 'street_length_avg': 164.50384268292652, 'street_segments_count': 820, 'node_density_km': 32.196715495640454, 'intersection_density_km': 25.99897907070477, 'edge_density_km': 14095.755763879404, 'street_density_km': 7085.018605313963, 'circuity_avg': 1.0463504739459804, 'self_loop_proportion': 0.0024615384615384616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463504739459804\n", - "5871\n", - "17023890.20079382\n", - "{'n': 610, 'm': 1657, 'k_avg': 5.432786885245902, 'intersection_count': 501, 'streets_per_node_avg': 2.822950819672131, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 393, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17868852459016393, 2: 0.0, 3: 0.6442622950819672, 4: 0.1737704918032787, 5: 0.003278688524590164}, 'edge_length_total': 257370.91000000024, 'edge_length_avg': 155.32342184671106, 'street_length_total': 130029.95099999996, 'street_length_avg': 155.16700596658706, 'street_segments_count': 838, 'node_density_km': 35.831998021906635, 'intersection_density_km': 29.429231162254467, 'edge_density_km': 15118.219570518557, 'street_density_km': 7638.086798394451, 'circuity_avg': 1.0499796483813097, 'self_loop_proportion': 0.003621001810500905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499796483813097\n", - "5872\n", - "6007761.878761724\n", - "{'n': 102, 'm': 260, 'k_avg': 5.098039215686274, 'intersection_count': 82, 'streets_per_node_avg': 2.7450980392156863, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 68, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19607843137254902, 2: 0.0, 3: 0.6666666666666666, 4: 0.13725490196078433}, 'edge_length_total': 48459.789999999964, 'edge_length_avg': 186.38380769230756, 'street_length_total': 24229.89499999999, 'street_length_avg': 186.3838076923076, 'street_segments_count': 130, 'node_density_km': 16.9780364232784, 'intersection_density_km': 13.649009673615968, 'edge_density_km': 8066.196859651193, 'street_density_km': 4033.0984298255976, 'circuity_avg': 1.026594616432681, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026594616432681\n", - "5873\n", - "246308582.4352388\n", - "error with entry 5873\n", - "5874\n", - "6007884.634280015\n", - "{'n': 237, 'm': 668, 'k_avg': 5.637130801687764, 'intersection_count': 201, 'streets_per_node_avg': 2.890295358649789, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 156, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1518987341772152, 2: 0.0, 3: 0.6582278481012658, 4: 0.18565400843881857, 5: 0.004219409282700422}, 'edge_length_total': 81637.36200000007, 'edge_length_avg': 122.21161976047914, 'street_length_total': 40818.68099999996, 'street_length_avg': 122.21161976047892, 'street_segments_count': 334, 'node_density_km': 39.44816094631985, 'intersection_density_km': 33.45603523295481, 'edge_density_km': 13588.370444763623, 'street_density_km': 6794.1852223818, 'circuity_avg': 1.0332721881630291, 'self_loop_proportion': 0.005988023952095809, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332721881630291\n", - "5875\n", - "19037339.493022736\n", - "{'n': 807, 'm': 2357, 'k_avg': 5.841387856257745, 'intersection_count': 704, 'streets_per_node_avg': 3.0520446096654275, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 459, 4: 242, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12763320941759604, 2: 0.0, 3: 0.5687732342007435, 4: 0.29987608426270135, 5: 0.0037174721189591076}, 'edge_length_total': 292139.9760000009, 'edge_length_avg': 123.94568349596983, 'street_length_total': 148481.60800000007, 'street_length_avg': 123.32359468438544, 'street_segments_count': 1204, 'node_density_km': 42.39037709527473, 'intersection_density_km': 36.97995721818266, 'edge_density_km': 15345.630417899069, 'street_density_km': 7799.4936243280845, 'circuity_avg': 1.0434483278096447, 'self_loop_proportion': 0.004242681374628765, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434483278096447\n", - "5876\n", - "11016342.331250476\n", - "{'n': 326, 'm': 962, 'k_avg': 5.901840490797546, 'intersection_count': 282, 'streets_per_node_avg': 3.0644171779141103, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 173, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13496932515337423, 2: 0.0, 3: 0.5306748466257669, 4: 0.3343558282208589}, 'edge_length_total': 149503.61399999986, 'edge_length_avg': 155.409162162162, 'street_length_total': 74751.80699999991, 'street_length_avg': 155.40916216216198, 'street_segments_count': 481, 'node_density_km': 29.592399200887524, 'intersection_density_km': 25.598333051074484, 'edge_density_km': 13571.075544366236, 'street_density_km': 6785.537772183116, 'circuity_avg': 1.0550664816619109, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550664816619109\n", - "5877\n", - "21029439.937068794\n", - "{'n': 1003, 'm': 2987, 'k_avg': 5.956131605184447, 'intersection_count': 892, 'streets_per_node_avg': 3.0279162512462614, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 660, 4: 221, 5: 5, 6: 5, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1106679960119641, 2: 0.0, 3: 0.6580259222333001, 4: 0.22033898305084745, 5: 0.004985044865403789, 6: 0.004985044865403789, 7: 0.0009970089730807576}, 'edge_length_total': 237820.18000000008, 'edge_length_avg': 79.61840642785405, 'street_length_total': 119124.3180000002, 'street_length_avg': 79.36330313124597, 'street_segments_count': 1501, 'node_density_km': 47.69504099973687, 'intersection_density_km': 42.41672639258752, 'edge_density_km': 11308.916486206186, 'street_density_km': 5664.645295190132, 'circuity_avg': 1.0465379000374284, 'self_loop_proportion': 0.0013391362571141614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465379000374284\n", - "5878\n", - "15019916.786060343\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1309, 'm': 3659, 'k_avg': 5.590527119938884, 'intersection_count': 1088, 'streets_per_node_avg': 2.838044308632544, 'streets_per_node_counts': {0: 0, 1: 221, 2: 0, 3: 874, 4: 202, 5: 9, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16883116883116883, 2: 0.0, 3: 0.6676852559205501, 4: 0.15431627196333078, 5: 0.006875477463712758, 6: 0.0015278838808250573, 7: 0.0007639419404125286}, 'edge_length_total': 259951.84200000003, 'edge_length_avg': 71.04450450942882, 'street_length_total': 130208.8930000002, 'street_length_avg': 70.99721537622693, 'street_segments_count': 1834, 'node_density_km': 87.15094887974708, 'intersection_density_km': 72.43715231563394, 'edge_density_km': 17307.142622870964, 'street_density_km': 8669.08218298814, 'circuity_avg': 1.0626544686432375, 'self_loop_proportion': 0.001366493577480186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626544686432375\n", - "5879\n", - "7014312.539018151\n", - "{'n': 180, 'm': 484, 'k_avg': 5.377777777777778, 'intersection_count': 150, 'streets_per_node_avg': 2.933333333333333, 'streets_per_node_counts': {0: 0, 1: 30, 2: 1, 3: 100, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.005555555555555556, 3: 0.5555555555555556, 4: 0.2722222222222222}, 'edge_length_total': 83037.10700000013, 'edge_length_avg': 171.5642706611573, 'street_length_total': 42626.76500000002, 'street_length_avg': 169.82774900398414, 'street_segments_count': 251, 'node_density_km': 25.661816321802508, 'intersection_density_km': 21.384846934835426, 'edge_density_km': 11838.238820710361, 'street_density_km': 6077.11229901467, 'circuity_avg': 1.0189843117491888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189843117491888\n", - "5880\n", - "8011041.29352951\n", - "{'n': 258, 'm': 760, 'k_avg': 5.891472868217054, 'intersection_count': 227, 'streets_per_node_avg': 3.058139534883721, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 150, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12015503875968993, 2: 0.0, 3: 0.5813953488372093, 4: 0.29844961240310075}, 'edge_length_total': 120914.80999999998, 'edge_length_avg': 159.0984342105263, 'street_length_total': 60712.56699999995, 'street_length_avg': 157.6949792207791, 'street_segments_count': 385, 'node_density_km': 32.20555113208388, 'intersection_density_km': 28.33589188753117, 'edge_density_km': 15093.51975225274, 'street_density_km': 7578.611166195996, 'circuity_avg': 1.0547948202819037, 'self_loop_proportion': 0.002631578947368421, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547948202819037\n", - "5881\n", - "11014575.442327417\n", - "{'n': 708, 'm': 1955, 'k_avg': 5.522598870056497, 'intersection_count': 581, 'streets_per_node_avg': 2.8559322033898304, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 430, 4: 150, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17937853107344634, 2: 0.0, 3: 0.6073446327683616, 4: 0.211864406779661, 5: 0.0014124293785310734}, 'edge_length_total': 209363.96599999978, 'edge_length_avg': 107.09154271099733, 'street_length_total': 104857.58100000008, 'street_length_avg': 106.34643103448283, 'street_segments_count': 986, 'node_density_km': 64.27846481302026, 'intersection_density_km': 52.748288215204475, 'edge_density_km': 19007.901584244853, 'street_density_km': 9519.893122439162, 'circuity_avg': 1.0325362365059558, 'self_loop_proportion': 0.0020460358056265983, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325362365059558\n", - "5882\n", - "6012171.359080084\n", - "{'n': 251, 'm': 654, 'k_avg': 5.211155378486056, 'intersection_count': 204, 'streets_per_node_avg': 2.7928286852589643, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 162, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18725099601593626, 2: 0.0, 3: 0.6454183266932271, 4: 0.16733067729083664}, 'edge_length_total': 99782.4499999999, 'edge_length_avg': 152.57255351681943, 'street_length_total': 49983.930999999946, 'street_length_avg': 151.9268419452886, 'street_segments_count': 329, 'node_density_km': 41.74864371104773, 'intersection_density_km': 33.93116859383959, 'edge_density_km': 16596.740851256694, 'street_density_km': 8313.790145803152, 'circuity_avg': 1.0325723598254257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0325723598254257\n", - "5883\n", - "9017453.458777085\n", - "{'n': 233, 'm': 605, 'k_avg': 5.1931330472103, 'intersection_count': 193, 'streets_per_node_avg': 2.811158798283262, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 158, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17167381974248927, 2: 0.0, 3: 0.6781115879828327, 4: 0.1459227467811159, 5: 0.004291845493562232}, 'edge_length_total': 59647.107, 'edge_length_avg': 98.59025950413223, 'street_length_total': 32005.97900000001, 'street_length_avg': 100.33222257053295, 'street_segments_count': 319, 'node_density_km': 25.838780434537295, 'intersection_density_km': 21.40293829985278, 'edge_density_km': 6614.628761065891, 'street_density_km': 3549.3367552506943, 'circuity_avg': 1.0794412317006064, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794412317006064\n", - "5884\n", - "9012857.829508556\n", - "{'n': 302, 'm': 815, 'k_avg': 5.397350993377484, 'intersection_count': 262, 'streets_per_node_avg': 2.8609271523178808, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 226, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13245033112582782, 2: 0.0, 3: 0.7483443708609272, 4: 0.11258278145695365, 5: 0.006622516556291391}, 'edge_length_total': 115225.61599999997, 'edge_length_avg': 141.38112392638033, 'street_length_total': 57667.72499999996, 'street_length_avg': 141.34246323529402, 'street_segments_count': 408, 'node_density_km': 33.507684877846025, 'intersection_density_km': 29.069580920515424, 'edge_density_km': 12784.581558886397, 'street_density_km': 6398.3839633188145, 'circuity_avg': 1.0791114754308897, 'self_loop_proportion': 0.007361963190184049, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0791114754308897\n", - "5885\n", - "3005559.94428779\n", - "{'n': 138, 'm': 390, 'k_avg': 5.6521739130434785, 'intersection_count': 117, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 75, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15217391304347827, 2: 0.0, 3: 0.5434782608695652, 4: 0.30434782608695654}, 'edge_length_total': 54694.884000000005, 'edge_length_avg': 140.24329230769231, 'street_length_total': 27347.442000000014, 'street_length_avg': 140.24329230769237, 'street_segments_count': 195, 'node_density_km': 45.91490522831713, 'intersection_density_km': 38.927854432703654, 'edge_density_km': 18197.90156038985, 'street_density_km': 9098.95078019493, 'circuity_avg': 1.0289746739431556, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289746739431556\n", - "5886\n", - "11021531.8843816\n", - "{'n': 402, 'm': 1126, 'k_avg': 5.601990049751244, 'intersection_count': 358, 'streets_per_node_avg': 2.927860696517413, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 300, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10945273631840796, 2: 0.0, 3: 0.746268656716418, 4: 0.1417910447761194, 5: 0.0024875621890547263}, 'edge_length_total': 169209.08200000026, 'edge_length_avg': 150.2744955595029, 'street_length_total': 84604.54100000001, 'street_length_avg': 150.2744955595027, 'street_segments_count': 563, 'node_density_km': 36.474058616993744, 'intersection_density_km': 32.48187309672577, 'edge_density_km': 15352.591978596294, 'street_density_km': 7676.295989298136, 'circuity_avg': 1.0474402076556588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474402076556588\n", - "5887\n", - "54112105.2779852\n", - "error with entry 5887\n", - "5888\n", - "8011225.63110958\n", - "{'n': 202, 'm': 542, 'k_avg': 5.366336633663367, 'intersection_count': 174, 'streets_per_node_avg': 2.8564356435643563, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 147, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13861386138613863, 2: 0.0, 3: 0.7277227722772277, 4: 0.13366336633663367}, 'edge_length_total': 93552.77799999992, 'edge_length_avg': 172.60660147601462, 'street_length_total': 46776.38900000002, 'street_length_avg': 172.60660147601482, 'street_segments_count': 271, 'node_density_km': 25.21461874891949, 'intersection_density_km': 21.71952308075243, 'edge_density_km': 11677.711040456934, 'street_density_km': 5838.855520228474, 'circuity_avg': 1.1189729081144693, 'self_loop_proportion': 0.01107011070110701, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1189729081144693\n", - "5889\n", - "20041710.086227547\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1588, 'm': 4288, 'k_avg': 5.400503778337532, 'intersection_count': 1271, 'streets_per_node_avg': 2.765743073047859, 'streets_per_node_counts': {0: 0, 1: 317, 2: 1, 3: 1011, 4: 256, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1996221662468514, 2: 0.0006297229219143577, 3: 0.6366498740554156, 4: 0.16120906801007556, 5: 0.0012594458438287153, 6: 0.0006297229219143577}, 'edge_length_total': 362587.11399999936, 'edge_length_avg': 84.55856203358194, 'street_length_total': 183456.66100000052, 'street_length_avg': 84.34789011494277, 'street_segments_count': 2175, 'node_density_km': 79.23475557563609, 'intersection_density_km': 63.41774202558782, 'edge_density_km': 18091.62553694285, 'street_density_km': 9153.74287975905, 'circuity_avg': 1.0485313743016726, 'self_loop_proportion': 0.0032649253731343282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485313743016726\n", - "5890\n", - "7012012.564454067\n", - "{'n': 478, 'm': 1210, 'k_avg': 5.062761506276151, 'intersection_count': 371, 'streets_per_node_avg': 2.6694560669456067, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 319, 4: 48, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22384937238493724, 2: 0.0, 3: 0.6673640167364017, 4: 0.100418410041841, 5: 0.008368200836820083}, 'edge_length_total': 131510.88799999995, 'edge_length_avg': 108.68668429752061, 'street_length_total': 65755.44400000005, 'street_length_avg': 108.68668429752074, 'street_segments_count': 605, 'node_density_km': 68.16873124602218, 'intersection_density_km': 52.90920354032264, 'edge_density_km': 18755.084476982676, 'street_density_km': 9377.542238491347, 'circuity_avg': 1.0631910299413274, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631910299413274\n", - "5891\n", - "29035585.372772772\n", - "{'n': 2107, 'm': 5742, 'k_avg': 5.4504034171808255, 'intersection_count': 1659, 'streets_per_node_avg': 2.7778832463217844, 'streets_per_node_counts': {0: 0, 1: 448, 2: 0, 3: 1234, 4: 422, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21262458471760798, 2: 0.0, 3: 0.5856668248694826, 4: 0.20028476506881823, 5: 0.0014238253440911248}, 'edge_length_total': 577765.1559999973, 'edge_length_avg': 100.62089097875257, 'street_length_total': 290602.14099999925, 'street_length_avg': 100.27679123533446, 'street_segments_count': 2898, 'node_density_km': 72.56612783759388, 'intersection_density_km': 57.13678504156063, 'edge_density_km': 19898.519302516932, 'street_density_km': 10008.482256138788, 'circuity_avg': 1.0366451894600675, 'self_loop_proportion': 0.0010449320794148381, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366451894600675\n", - "5892\n", - "7009449.580349598\n", - "{'n': 225, 'm': 612, 'k_avg': 5.44, 'intersection_count': 189, 'streets_per_node_avg': 2.92, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 136, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.6044444444444445, 4: 0.2311111111111111, 5: 0.0044444444444444444}, 'edge_length_total': 105734.6289999999, 'edge_length_avg': 172.76900163398676, 'street_length_total': 53057.22999999995, 'street_length_avg': 172.8248534201953, 'street_segments_count': 307, 'node_density_km': 32.09952470886852, 'intersection_density_km': 26.96360075544956, 'edge_density_km': 15084.583716304634, 'street_density_km': 7569.386068307194, 'circuity_avg': 1.024936753031787, 'self_loop_proportion': 0.0032679738562091504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024936753031787\n", - "5893\n", - "7008067.630445196\n", - "{'n': 125, 'm': 336, 'k_avg': 5.376, 'intersection_count': 105, 'streets_per_node_avg': 2.832, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 86, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16, 2: 0.0, 3: 0.688, 4: 0.152}, 'edge_length_total': 76066.65200000007, 'edge_length_avg': 226.38884523809546, 'street_length_total': 38033.32600000002, 'street_length_avg': 226.38884523809537, 'street_segments_count': 168, 'node_density_km': 17.836585859554443, 'intersection_density_km': 14.982732122025732, 'edge_density_km': 10854.1549555748, 'street_density_km': 5427.0774777873985, 'circuity_avg': 1.1047533244171894, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1047533244171894\n", - "5894\n", - "8012849.409247695\n", - "{'n': 106, 'm': 240, 'k_avg': 4.528301886792453, 'intersection_count': 71, 'streets_per_node_avg': 2.3679245283018866, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 68, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.330188679245283, 2: 0.0, 3: 0.6415094339622641, 4: 0.02830188679245283}, 'edge_length_total': 57253.34200000001, 'edge_length_avg': 238.55559166666671, 'street_length_total': 28626.671, 'street_length_avg': 238.55559166666666, 'street_segments_count': 120, 'node_density_km': 13.228752293493066, 'intersection_density_km': 8.860768045641581, 'edge_density_km': 7145.191314081539, 'street_density_km': 3572.5956570407684, 'circuity_avg': 1.1860359410333932, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1860359410333932\n", - "5895\n", - "15024488.402405154\n", - "{'n': 1837, 'm': 5001, 'k_avg': 5.44474686989657, 'intersection_count': 1478, 'streets_per_node_avg': 2.763200870985302, 'streets_per_node_counts': {0: 0, 1: 359, 2: 0, 3: 1201, 4: 271, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1954273271638541, 2: 0.0, 3: 0.6537833424060969, 4: 0.14752313554708765, 5: 0.00326619488296135}, 'edge_length_total': 373823.62299999985, 'edge_length_avg': 74.74977464507096, 'street_length_total': 187448.24400000018, 'street_length_avg': 74.71034037465132, 'street_segments_count': 2509, 'node_density_km': 122.26705833830114, 'intersection_density_km': 98.37273392705993, 'edge_density_km': 24880.9552104388, 'street_density_km': 12476.181483157392, 'circuity_avg': 1.0992466159553045, 'self_loop_proportion': 0.00599880023995201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0992466159553045\n", - "5896\n", - "258315608.31348014\n", - "{'n': 8653, 'm': 22521, 'k_avg': 5.20536230209176, 'intersection_count': 6785, 'streets_per_node_avg': 2.731191494279441, 'streets_per_node_counts': {0: 0, 1: 1868, 2: 7, 3: 5389, 4: 1366, 5: 20, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2158788859355137, 2: 0.0008089679879810471, 3: 0.6227897838899804, 4: 0.15786432451173005, 5: 0.0023113371085172773, 6: 0.00023113371085172773, 7: 0.0, 8: 0.00011556685542586386}, 'edge_length_total': 2746901.164, 'edge_length_avg': 121.9706568980063, 'street_length_total': 1415915.7280000022, 'street_length_avg': 120.44196393331084, 'street_segments_count': 11756, 'node_density_km': 33.49778225363413, 'intersection_density_km': 26.26631833940917, 'edge_density_km': 10633.895419383582, 'street_density_km': 5481.340199473007, 'circuity_avg': 1.0912817963904142, 'self_loop_proportion': 0.0032858221215754184, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0912817963904142\n", - "5897\n", - "15007928.048823893\n", - "{'n': 972, 'm': 2795, 'k_avg': 5.751028806584362, 'intersection_count': 849, 'streets_per_node_avg': 2.954732510288066, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 649, 4: 198, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12654320987654322, 2: 0.0, 3: 0.6676954732510288, 4: 0.2037037037037037, 5: 0.00205761316872428}, 'edge_length_total': 267498.7500000011, 'edge_length_avg': 95.7061717352419, 'street_length_total': 134490.0870000002, 'street_length_avg': 95.7906602564104, 'street_segments_count': 1404, 'node_density_km': 64.76576892145825, 'intersection_density_km': 56.57010063201446, 'edge_density_km': 17823.829453990744, 'street_density_km': 8961.269441223076, 'circuity_avg': 1.0646043463890003, 'self_loop_proportion': 0.004293381037567084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646043463890003\n", - "5898\n", - "6004126.729013016\n", - "{'n': 208, 'm': 562, 'k_avg': 5.403846153846154, 'intersection_count': 173, 'streets_per_node_avg': 2.8076923076923075, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 144, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16826923076923078, 2: 0.0, 3: 0.6923076923076923, 4: 0.1346153846153846, 5: 0.004807692307692308}, 'edge_length_total': 83078.60399999998, 'edge_length_avg': 147.82669750889676, 'street_length_total': 41539.302000000025, 'street_length_avg': 147.8266975088969, 'street_segments_count': 281, 'node_density_km': 34.642839731364546, 'intersection_density_km': 28.81351573810609, 'edge_density_km': 13836.91713210337, 'street_density_km': 6918.458566051691, 'circuity_avg': 1.0647908914008555, 'self_loop_proportion': 0.014234875444839857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647908914008555\n", - "5899\n", - "12011766.091367131\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 535, 'm': 1499, 'k_avg': 5.603738317757009, 'intersection_count': 466, 'streets_per_node_avg': 2.9420560747663553, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 361, 4: 103, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12897196261682242, 2: 0.0, 3: 0.6747663551401869, 4: 0.1925233644859813, 5: 0.003738317757009346}, 'edge_length_total': 206381.7180000001, 'edge_length_avg': 137.67959839893268, 'street_length_total': 104133.27900000005, 'street_length_avg': 137.7424325396826, 'street_segments_count': 756, 'node_density_km': 44.539661855762, 'intersection_density_km': 38.79529425193475, 'edge_density_km': 17181.62978117988, 'street_density_km': 8669.27296185369, 'circuity_avg': 1.0253321674984177, 'self_loop_proportion': 0.00133422281521014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253321674984177\n", - "5900\n", - "14018009.30693698\n", - "{'n': 1077, 'm': 2930, 'k_avg': 5.441039925719592, 'intersection_count': 876, 'streets_per_node_avg': 2.798514391829155, 'streets_per_node_counts': {0: 0, 1: 201, 2: 0, 3: 700, 4: 168, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18662952646239556, 2: 0.0, 3: 0.6499535747446611, 4: 0.15598885793871867, 5: 0.0064995357474466105, 6: 0.0009285051067780873}, 'edge_length_total': 310008.8050000004, 'edge_length_avg': 105.80505290102403, 'street_length_total': 155220.33699999988, 'street_length_avg': 105.7359243869209, 'street_segments_count': 1468, 'node_density_km': 76.82973926026955, 'intersection_density_km': 62.49104140389612, 'edge_density_km': 22115.03774980295, 'street_density_km': 11072.922952275916, 'circuity_avg': 1.0565927252005847, 'self_loop_proportion': 0.0006825938566552901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565927252005847\n", - "5901\n", - "13011600.806505632\n", - "{'n': 581, 'm': 1705, 'k_avg': 5.869191049913941, 'intersection_count': 496, 'streets_per_node_avg': 3.008605851979346, 'streets_per_node_counts': {0: 0, 1: 85, 2: 1, 3: 319, 4: 176}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14629948364888123, 2: 0.0017211703958691911, 3: 0.5490533562822719, 4: 0.3029259896729776}, 'edge_length_total': 198398.70499999958, 'edge_length_avg': 116.36287683284432, 'street_length_total': 99529.6280000001, 'street_length_avg': 116.13725554259055, 'street_segments_count': 857, 'node_density_km': 44.65246118752026, 'intersection_density_km': 38.11982917213433, 'edge_density_km': 15247.832142283585, 'street_density_km': 7649.299227673552, 'circuity_avg': 1.0302379029707744, 'self_loop_proportion': 0.0011730205278592375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302379029707744\n", - "5902\n", - "10008656.924442511\n", - "{'n': 343, 'm': 962, 'k_avg': 5.60932944606414, 'intersection_count': 295, 'streets_per_node_avg': 2.9154518950437316, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 230, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13994169096209913, 2: 0.0, 3: 0.6705539358600583, 4: 0.1836734693877551, 5: 0.0058309037900874635}, 'edge_length_total': 144872.32200000016, 'edge_length_avg': 150.59492931392947, 'street_length_total': 72436.16099999989, 'street_length_avg': 150.5949293139291, 'street_segments_count': 481, 'node_density_km': 34.27033243215151, 'intersection_density_km': 29.474484161762966, 'edge_density_km': 14474.70156022654, 'street_density_km': 7237.350780113251, 'circuity_avg': 1.0360547353825562, 'self_loop_proportion': 0.006237006237006237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0360547353825562\n", - "5903\n", - "6009471.7874937765\n", - "{'n': 312, 'm': 804, 'k_avg': 5.153846153846154, 'intersection_count': 251, 'streets_per_node_avg': 2.6698717948717947, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 232, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1955128205128205, 2: 0.0, 3: 0.7435897435897436, 4: 0.060897435897435896}, 'edge_length_total': 94751.69600000019, 'edge_length_avg': 117.85036815920421, 'street_length_total': 47375.848000000035, 'street_length_avg': 117.85036815920407, 'street_segments_count': 402, 'node_density_km': 51.91804055878898, 'intersection_density_km': 41.767398013641134, 'edge_density_km': 15767.058961352735, 'street_density_km': 7883.529480676358, 'circuity_avg': 1.0410626590499337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410626590499337\n", - "5904\n", - "7007563.111982601\n", - "{'n': 240, 'm': 608, 'k_avg': 5.066666666666666, 'intersection_count': 192, 'streets_per_node_avg': 2.7083333333333335, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 167, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6958333333333333, 4: 0.1, 5: 0.004166666666666667}, 'edge_length_total': 93092.5939999999, 'edge_length_avg': 153.11281907894718, 'street_length_total': 46546.29700000001, 'street_length_avg': 153.1128190789474, 'street_segments_count': 304, 'node_density_km': 34.24871045251257, 'intersection_density_km': 27.398968362010052, 'edge_density_km': 13284.588738247105, 'street_density_km': 6642.294369123561, 'circuity_avg': 1.0468676771998071, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468676771998071\n", - "5905\n", - "6005034.1949280985\n", - "{'n': 475, 'm': 1258, 'k_avg': 5.296842105263158, 'intersection_count': 376, 'streets_per_node_avg': 2.7326315789473683, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 310, 4: 61, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20842105263157895, 2: 0.0, 3: 0.6526315789473685, 4: 0.12842105263157894, 5: 0.010526315789473684}, 'edge_length_total': 127259.19999999995, 'edge_length_avg': 101.1599364069952, 'street_length_total': 63629.60000000001, 'street_length_avg': 101.15993640699526, 'street_segments_count': 629, 'node_density_km': 79.10029894603913, 'intersection_density_km': 62.614131376233075, 'edge_density_km': 21192.085818176376, 'street_density_km': 10596.042909088193, 'circuity_avg': 1.0478117949309587, 'self_loop_proportion': 0.003179650238473768, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478117949309587\n", - "5906\n", - "13013543.81267748\n", - "{'n': 881, 'm': 2506, 'k_avg': 5.688989784335982, 'intersection_count': 740, 'streets_per_node_avg': 2.877412031782066, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 567, 4: 172, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16004540295119182, 2: 0.0, 3: 0.6435868331441543, 4: 0.1952326901248581, 5: 0.0011350737797956867}, 'edge_length_total': 263665.4899999997, 'edge_length_avg': 105.21368316041489, 'street_length_total': 132040.43299999987, 'street_length_avg': 105.29540111642733, 'street_segments_count': 1254, 'node_density_km': 67.69870011439552, 'intersection_density_km': 56.86383437531519, 'edge_density_km': 20260.852370062577, 'street_density_km': 10146.385558049858, 'circuity_avg': 1.0507755390367002, 'self_loop_proportion': 0.0023942537909018356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507755390367002\n", - "5907\n", - "10012267.917211918\n", - "{'n': 238, 'm': 691, 'k_avg': 5.80672268907563, 'intersection_count': 216, 'streets_per_node_avg': 3.046218487394958, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 162, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09243697478991597, 2: 0.0, 3: 0.680672268907563, 4: 0.22268907563025211, 5: 0.004201680672268907}, 'edge_length_total': 129062.5430000001, 'edge_length_avg': 186.7764732272071, 'street_length_total': 64595.789000000055, 'street_length_avg': 186.69303179190769, 'street_segments_count': 346, 'node_density_km': 23.770838132573168, 'intersection_density_km': 21.573533767377327, 'edge_density_km': 12890.440414417088, 'street_density_km': 6451.664051953158, 'circuity_avg': 1.0357519697897795, 'self_loop_proportion': 0.002894356005788712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0357519697897795\n", - "5908\n", - "7010341.412565482\n", - "{'n': 208, 'm': 545, 'k_avg': 5.240384615384615, 'intersection_count': 166, 'streets_per_node_avg': 2.769230769230769, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 132, 4: 32, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20192307692307693, 2: 0.0, 3: 0.6346153846153846, 4: 0.15384615384615385, 5: 0.009615384615384616}, 'edge_length_total': 85340.70300000001, 'edge_length_avg': 156.58844587155966, 'street_length_total': 42762.16899999999, 'street_length_avg': 155.49879636363633, 'street_segments_count': 275, 'node_density_km': 29.6704522303545, 'intersection_density_km': 23.67930322230215, 'edge_density_km': 12173.544479165246, 'street_density_km': 6099.86967586945, 'circuity_avg': 1.029665941413319, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029665941413319\n", - "5909\n", - "10007324.730432577\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 388, 'm': 1009, 'k_avg': 5.201030927835052, 'intersection_count': 306, 'streets_per_node_avg': 2.693298969072165, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 261, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.211340206185567, 2: 0.0, 3: 0.6726804123711341, 4: 0.11597938144329897}, 'edge_length_total': 131657.38899999985, 'edge_length_avg': 130.4830416253715, 'street_length_total': 66584.97600000001, 'street_length_avg': 131.07278740157483, 'street_segments_count': 508, 'node_density_km': 38.77160084753523, 'intersection_density_km': 30.57760273027263, 'edge_density_km': 13156.102409630592, 'street_density_km': 6653.6239997801895, 'circuity_avg': 1.074639481909756, 'self_loop_proportion': 0.005946481665014866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.074639481909756\n", - "5910\n", - "52036724.70380292\n", - "{'n': 4099, 'm': 11198, 'k_avg': 5.463771651622347, 'intersection_count': 3357, 'streets_per_node_avg': 2.801414979263235, 'streets_per_node_counts': {0: 0, 1: 742, 2: 1, 3: 2695, 4: 652, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1810197609172969, 2: 0.00024396194193705782, 3: 0.6574774335203708, 4: 0.1590631861429617, 5: 0.0019516955354964625, 6: 0.00024396194193705782}, 'edge_length_total': 1135048.161000004, 'edge_length_avg': 101.36168610466191, 'street_length_total': 575065.1710000009, 'street_length_avg': 101.06593514938504, 'street_segments_count': 5690, 'node_density_km': 78.77129130113063, 'intersection_density_km': 64.51213098265322, 'edge_density_km': 21812.444335433993, 'street_density_km': 11051.140790918655, 'circuity_avg': 1.0798340504792618, 'self_loop_proportion': 0.0030362564743704233, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0798340504792618\n", - "5911\n", - "6005510.173118995\n", - "{'n': 285, 'm': 758, 'k_avg': 5.319298245614035, 'intersection_count': 237, 'streets_per_node_avg': 2.7824561403508774, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 203, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16842105263157894, 2: 0.0, 3: 0.712280701754386, 4: 0.11929824561403508}, 'edge_length_total': 97608.7679999998, 'edge_length_avg': 128.77146174142456, 'street_length_total': 48804.38399999998, 'street_length_avg': 128.77146174142473, 'street_segments_count': 379, 'node_density_km': 47.45641782036707, 'intersection_density_km': 39.463757976936826, 'edge_density_km': 16253.201674172864, 'street_density_km': 8126.600837086444, 'circuity_avg': 1.0302955703342394, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302955703342394\n", - "5912\n", - "9006130.715695243\n", - "{'n': 131, 'm': 348, 'k_avg': 5.312977099236641, 'intersection_count': 111, 'streets_per_node_avg': 2.83206106870229, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 93, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15267175572519084, 2: 0.0, 3: 0.7099236641221374, 4: 0.13740458015267176}, 'edge_length_total': 77062.19599999998, 'edge_length_avg': 221.44309195402295, 'street_length_total': 38531.098000000005, 'street_length_avg': 221.44309195402303, 'street_segments_count': 174, 'node_density_km': 14.545647196936917, 'intersection_density_km': 12.324937701221357, 'edge_density_km': 8556.63752089468, 'street_density_km': 4278.318760447341, 'circuity_avg': 1.0794435137667866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794435137667866\n", - "5913\n", - "6021660.407314476\n", - "{'n': 402, 'm': 1014, 'k_avg': 5.044776119402985, 'intersection_count': 308, 'streets_per_node_avg': 2.599502487562189, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 281, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23383084577114427, 2: 0.0, 3: 0.6990049751243781, 4: 0.06716417910447761}, 'edge_length_total': 89995.31399999995, 'edge_length_avg': 88.75277514792894, 'street_length_total': 44997.65699999998, 'street_length_avg': 88.75277514792894, 'street_segments_count': 507, 'node_density_km': 66.75899549428144, 'intersection_density_km': 51.148683115021605, 'edge_density_km': 14945.265576697613, 'street_density_km': 7472.632788348807, 'circuity_avg': 1.1037618096098631, 'self_loop_proportion': 0.0019723865877712033, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1037618096098631\n", - "5914\n", - "5017093.419629758\n", - "{'n': 107, 'm': 276, 'k_avg': 5.158878504672897, 'intersection_count': 86, 'streets_per_node_avg': 2.7009345794392523, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 76, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19626168224299065, 2: 0.0, 3: 0.7102803738317757, 4: 0.09345794392523364}, 'edge_length_total': 43290.110000000015, 'edge_length_avg': 156.84822463768123, 'street_length_total': 21645.054999999986, 'street_length_avg': 156.84822463768106, 'street_segments_count': 138, 'node_density_km': 21.327089422204974, 'intersection_density_km': 17.141398974856333, 'edge_density_km': 8628.523804365328, 'street_density_km': 4314.2619021826595, 'circuity_avg': 1.153978142846284, 'self_loop_proportion': 0.007246376811594203, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.153978142846284\n", - "5915\n", - "11036394.025073525\n", - "{'n': 812, 'm': 2245, 'k_avg': 5.529556650246305, 'intersection_count': 670, 'streets_per_node_avg': 2.8386699507389164, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 517, 4: 153}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1748768472906404, 2: 0.0, 3: 0.6366995073891626, 4: 0.18842364532019704}, 'edge_length_total': 198388.66100000046, 'edge_length_avg': 88.3691140311806, 'street_length_total': 99730.72099999993, 'street_length_avg': 88.25727522123888, 'street_segments_count': 1130, 'node_density_km': 73.57475622519652, 'intersection_density_km': 60.708234816356736, 'edge_density_km': 17975.85883118003, 'street_density_km': 9036.531386376948, 'circuity_avg': 1.0688455315068184, 'self_loop_proportion': 0.0066815144766146995, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0688455315068184\n", - "5916\n", - "18065074.565997552\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 3530.726, 'edge_length_avg': 441.34075, 'street_length_total': 1765.3629999999998, 'street_length_avg': 441.34074999999996, 'street_segments_count': 4, 'node_density_km': 0.276777158141993, 'intersection_density_km': 0.1660662948851958, 'edge_density_km': 195.44486169160928, 'street_density_km': 97.72243084580462, 'circuity_avg': 1.0078042964995373, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0078042964995373\n", - "5917\n", - "19059485.09360489\n", - "{'n': 1449, 'm': 3689, 'k_avg': 5.091787439613527, 'intersection_count': 1085, 'streets_per_node_avg': 2.5617667356797793, 'streets_per_node_counts': {0: 0, 1: 364, 2: 0, 3: 993, 4: 91, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25120772946859904, 2: 0.0, 3: 0.6853002070393375, 4: 0.06280193236714976, 5: 0.0006901311249137336}, 'edge_length_total': 280384.99100000045, 'edge_length_avg': 76.00569015993506, 'street_length_total': 140246.8880000001, 'street_length_avg': 76.01457344173447, 'street_segments_count': 1845, 'node_density_km': 76.02513881585338, 'intersection_density_km': 56.9270363113878, 'edge_density_km': 14711.047524262827, 'street_density_km': 7358.377590539303, 'circuity_avg': 1.1061126409792064, 'self_loop_proportion': 0.005963675792897805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1061126409792064\n", - "5918\n", - "17058964.752279308\n", - "{'n': 1299, 'm': 3654, 'k_avg': 5.625866050808314, 'intersection_count': 1121, 'streets_per_node_avg': 2.92378752886836, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 876, 4: 234, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13702848344880678, 2: 0.0, 3: 0.674364896073903, 4: 0.18013856812933027, 5: 0.007698229407236336, 6: 0.0007698229407236335}, 'edge_length_total': 270527.93599999935, 'edge_length_avg': 74.03610727969331, 'street_length_total': 138841.3199999999, 'street_length_avg': 73.69496815286618, 'street_segments_count': 1884, 'node_density_km': 76.14764546755019, 'intersection_density_km': 65.71324909093438, 'edge_density_km': 15858.402894223294, 'street_density_km': 8138.906552430083, 'circuity_avg': 1.1094289711811982, 'self_loop_proportion': 0.005473453749315818, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1094289711811982\n", - "5919\n", - "13042964.31098339\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 900, 'm': 2443, 'k_avg': 5.428888888888889, 'intersection_count': 733, 'streets_per_node_avg': 2.7511111111111113, 'streets_per_node_counts': {0: 0, 1: 167, 2: 1, 3: 621, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18555555555555556, 2: 0.0011111111111111111, 3: 0.69, 4: 0.12333333333333334}, 'edge_length_total': 199682.3350000001, 'edge_length_avg': 81.73652681129762, 'street_length_total': 100132.36799999997, 'street_length_avg': 81.47466883645238, 'street_segments_count': 1229, 'node_density_km': 69.00271890203028, 'intersection_density_km': 56.19888106132022, 'edge_density_km': 15309.58225745117, 'street_density_km': 7677.117380109612, 'circuity_avg': 1.0643858121999286, 'self_loop_proportion': 0.001637331150225133, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643858121999286\n", - "5920\n", - "4017076.4123192835\n", - "{'n': 151, 'm': 416, 'k_avg': 5.509933774834437, 'intersection_count': 128, 'streets_per_node_avg': 2.80794701986755, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 111, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152317880794702, 2: 0.0, 3: 0.7350993377483444, 4: 0.11258278145695365}, 'edge_length_total': 48784.31400000001, 'edge_length_avg': 117.2699855769231, 'street_length_total': 24392.15699999999, 'street_length_avg': 117.26998557692302, 'street_segments_count': 208, 'node_density_km': 37.589526436919144, 'intersection_density_km': 31.863969429971196, 'edge_density_km': 12144.233515297783, 'street_density_km': 6072.116757648887, 'circuity_avg': 1.2758009373543369, 'self_loop_proportion': 0.028846153846153848, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2758009373543369\n", - "5921\n", - "27120530.064158794\n", - "{'n': 470, 'm': 1240, 'k_avg': 5.276595744680851, 'intersection_count': 382, 'streets_per_node_avg': 2.7212765957446807, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 338, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18723404255319148, 2: 0.0, 3: 0.7191489361702128, 4: 0.09148936170212765, 5: 0.002127659574468085}, 'edge_length_total': 129632.22700000007, 'edge_length_avg': 104.54211854838715, 'street_length_total': 65170.21400000001, 'street_length_avg': 104.60708507223116, 'street_segments_count': 623, 'node_density_km': 17.330044762699153, 'intersection_density_km': 14.085270424151226, 'edge_density_km': 4779.855950209317, 'street_density_km': 2402.984523009964, 'circuity_avg': 1.1023918822091525, 'self_loop_proportion': 0.004838709677419355, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1023918822091525\n", - "5922\n", - "10041922.391862966\n", - "{'n': 167, 'm': 439, 'k_avg': 5.25748502994012, 'intersection_count': 136, 'streets_per_node_avg': 2.7604790419161676, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 116, 4: 18, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18562874251497005, 2: 0.0, 3: 0.6946107784431138, 4: 0.10778443113772455, 5: 0.011976047904191617}, 'edge_length_total': 57323.609000000004, 'edge_length_avg': 130.57769703872438, 'street_length_total': 28847.719999999983, 'street_length_avg': 127.08246696035235, 'street_segments_count': 227, 'node_density_km': 16.630281880620903, 'intersection_density_km': 13.543223567451752, 'edge_density_km': 5708.429796913158, 'street_density_km': 2872.728833612125, 'circuity_avg': 1.121394268696854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.121394268696854\n", - "5923\n", - "17066432.873034745\n", - "{'n': 1555, 'm': 4007, 'k_avg': 5.153697749196142, 'intersection_count': 1233, 'streets_per_node_avg': 2.6778135048231513, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 1096, 4: 131, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20707395498392284, 2: 0.0, 3: 0.704823151125402, 4: 0.0842443729903537, 5: 0.0038585209003215433}, 'edge_length_total': 329109.19599999924, 'edge_length_avg': 82.13356526079342, 'street_length_total': 166997.58300000013, 'street_length_avg': 81.10615978630409, 'street_segments_count': 2059, 'node_density_km': 91.11452941387222, 'intersection_density_km': 72.24708345164272, 'edge_density_km': 19284.00612174776, 'street_density_km': 9785.148674147316, 'circuity_avg': 1.1175664152709295, 'self_loop_proportion': 0.011479910157224856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1175664152709295\n", - "5924\n", - "36142479.650480956\n", - "{'n': 2267, 'm': 6409, 'k_avg': 5.654168504631672, 'intersection_count': 1945, 'streets_per_node_avg': 2.9514777238641376, 'streets_per_node_counts': {0: 0, 1: 322, 2: 3, 3: 1421, 4: 505, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14203793559770622, 2: 0.0013233348037053375, 3: 0.6268195853550949, 4: 0.2227613586237318, 5: 0.0070577856197618}, 'edge_length_total': 526384.3589999983, 'edge_length_avg': 82.13205788734565, 'street_length_total': 271863.3640000001, 'street_length_avg': 81.68971274038465, 'street_segments_count': 3328, 'node_density_km': 62.723975275720534, 'intersection_density_km': 53.814791315075624, 'edge_density_km': 14564.146237071855, 'street_density_km': 7521.989819986863, 'circuity_avg': 1.1022366976564226, 'self_loop_proportion': 0.0028085504758932752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1022366976564226\n", - "5925\n", - "30126584.903088365\n", - "{'n': 1272, 'm': 3167, 'k_avg': 4.979559748427673, 'intersection_count': 903, 'streets_per_node_avg': 2.507861635220126, 'streets_per_node_counts': {0: 0, 1: 369, 2: 0, 3: 792, 4: 110, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29009433962264153, 2: 0.0, 3: 0.6226415094339622, 4: 0.08647798742138364, 5: 0.0007861635220125787}, 'edge_length_total': 282198.34600000054, 'edge_length_avg': 89.10588759078009, 'street_length_total': 141209.32399999988, 'street_length_avg': 89.09105615141948, 'street_segments_count': 1585, 'node_density_km': 42.22184506115738, 'intersection_density_km': 29.97352680049144, 'edge_density_km': 9367.087139407944, 'street_density_km': 4687.199842074503, 'circuity_avg': 1.1208555974897705, 'self_loop_proportion': 0.007578149668455952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1208555974897705\n", - "5926\n", - "9038890.90665808\n", - "{'n': 599, 'm': 1674, 'k_avg': 5.589315525876461, 'intersection_count': 509, 'streets_per_node_avg': 2.8464106844741237, 'streets_per_node_counts': {0: 0, 1: 90, 2: 4, 3: 419, 4: 81, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15025041736227046, 2: 0.00667779632721202, 3: 0.6994991652754591, 4: 0.1352253756260434, 5: 0.00667779632721202, 6: 0.001669449081803005}, 'edge_length_total': 121258.55800000018, 'edge_length_avg': 72.4364145758663, 'street_length_total': 60946.123, 'street_length_avg': 72.2110462085308, 'street_segments_count': 844, 'node_density_km': 66.2691923362826, 'intersection_density_km': 56.31221852949556, 'edge_density_km': 13415.203176164092, 'street_density_km': 6742.655003735787, 'circuity_avg': 1.15081993805717, 'self_loop_proportion': 0.0035842293906810036, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.15081993805717\n", - "5927\n", - "8033869.683636695\n", - "{'n': 255, 'm': 646, 'k_avg': 5.066666666666666, 'intersection_count': 185, 'streets_per_node_avg': 2.592156862745098, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 150, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27450980392156865, 2: 0.0, 3: 0.5882352941176471, 4: 0.13333333333333333, 5: 0.00392156862745098}, 'edge_length_total': 66143.37799999998, 'edge_length_avg': 102.38913003095972, 'street_length_total': 33247.37899999999, 'street_length_avg': 101.67394189602444, 'street_segments_count': 327, 'node_density_km': 31.740619407778226, 'intersection_density_km': 23.02750819779989, 'edge_density_km': 8233.065833109062, 'street_density_km': 4138.401580961404, 'circuity_avg': 1.124754159173186, 'self_loop_proportion': 0.0030959752321981426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.124754159173186\n", - "5928\n", - "8034389.141228553\n", - "{'n': 208, 'm': 543, 'k_avg': 5.221153846153846, 'intersection_count': 162, 'streets_per_node_avg': 2.6346153846153846, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 146, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22115384615384615, 2: 0.0, 3: 0.7019230769230769, 4: 0.07692307692307693}, 'edge_length_total': 56689.49300000001, 'edge_length_avg': 104.40053959484348, 'street_length_total': 28415.58299999998, 'street_length_avg': 104.46905514705875, 'street_segments_count': 272, 'node_density_km': 25.888713671167082, 'intersection_density_km': 20.163325070812824, 'edge_density_km': 7055.856021349186, 'street_density_km': 3536.7446734917426, 'circuity_avg': 1.1617977445162841, 'self_loop_proportion': 0.01289134438305709, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1617977445162841\n", - "5929\n", - "19081431.749670245\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 903, 'm': 2350, 'k_avg': 5.2048726467331115, 'intersection_count': 721, 'streets_per_node_avg': 2.698781838316722, 'streets_per_node_counts': {0: 0, 1: 182, 2: 5, 3: 623, 4: 90, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20155038759689922, 2: 0.005537098560354375, 3: 0.689922480620155, 4: 0.09966777408637874, 5: 0.0022148394241417496, 6: 0.0011074197120708748}, 'edge_length_total': 221550.53500000018, 'edge_length_avg': 94.2768234042554, 'street_length_total': 111534.18599999974, 'street_length_avg': 94.12167594936687, 'street_segments_count': 1185, 'node_density_km': 47.323492903807136, 'intersection_density_km': 37.7854245666057, 'edge_density_km': 11610.791994360114, 'street_density_km': 5845.168615396337, 'circuity_avg': 1.127231493085202, 'self_loop_proportion': 0.010212765957446808, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.127231493085202\n", - "5930\n", - "32125820.973841332\n", - "{'n': 2896, 'm': 8079, 'k_avg': 5.579419889502763, 'intersection_count': 2457, 'streets_per_node_avg': 2.867403314917127, 'streets_per_node_counts': {0: 0, 1: 439, 2: 5, 3: 1972, 4: 462, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15158839779005526, 2: 0.0017265193370165745, 3: 0.680939226519337, 4: 0.1595303867403315, 5: 0.005870165745856353, 6: 0.0003453038674033149}, 'edge_length_total': 565396.3499999994, 'edge_length_avg': 69.98345711102851, 'street_length_total': 285956.1939999998, 'street_length_avg': 69.50806854642678, 'street_segments_count': 4114, 'node_density_km': 90.14555619786613, 'intersection_density_km': 76.48053576593823, 'edge_density_km': 17599.43661705571, 'street_density_km': 8901.132650675032, 'circuity_avg': 1.1121994479075676, 'self_loop_proportion': 0.0060651070677064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1121994479075676\n", - "5931\n", - "22090961.935305376\n", - "{'n': 870, 'm': 2279, 'k_avg': 5.239080459770115, 'intersection_count': 719, 'streets_per_node_avg': 2.7655172413793103, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 626, 4: 89, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1735632183908046, 2: 0.0, 3: 0.7195402298850575, 4: 0.10229885057471265, 5: 0.0034482758620689655, 6: 0.0011494252873563218}, 'edge_length_total': 255562.07799999902, 'edge_length_avg': 112.13781395348794, 'street_length_total': 130240.47100000008, 'street_length_avg': 110.46689652247674, 'street_segments_count': 1179, 'node_density_km': 39.38262184090688, 'intersection_density_km': 32.54724724553109, 'edge_density_km': 11568.62606293139, 'street_density_km': 5895.645077901841, 'circuity_avg': 1.1418822045361567, 'self_loop_proportion': 0.004387889425186486, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1418822045361567\n", - "5932\n", - "86358730.12760295\n", - "{'n': 11651, 'm': 31390, 'k_avg': 5.388378679941636, 'intersection_count': 9226, 'streets_per_node_avg': 2.746459531370698, 'streets_per_node_counts': {0: 0, 1: 2425, 2: 20, 3: 7368, 4: 1772, 5: 60, 6: 3, 7: 0, 8: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20813664063170542, 2: 0.0017165908505707664, 3: 0.6323920693502704, 4: 0.1520899493605699, 5: 0.0051497725517122995, 6: 0.000257488627585615, 7: 0.0, 8: 0.000257488627585615}, 'edge_length_total': 2036771.7429999835, 'edge_length_avg': 64.88600646702719, 'street_length_total': 1036010.9429999952, 'street_length_avg': 64.88450823573591, 'street_segments_count': 15967, 'node_density_km': 134.91398012435545, 'intersection_density_km': 106.83343752701943, 'edge_density_km': 23585.01265581912, 'street_density_km': 11996.597697409328, 'circuity_avg': 1.1253227519655764, 'self_loop_proportion': 0.0063714558776680474, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1253227519655764\n", - "5933\n", - "15040804.997168645\n", - "{'n': 1009, 'm': 2902, 'k_avg': 5.752229930624381, 'intersection_count': 865, 'streets_per_node_avg': 2.941526263627354, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 657, 4: 190, 5: 15, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14271555996035679, 2: 0.0, 3: 0.6511397423191279, 4: 0.18830525272547077, 5: 0.014866204162537165, 6: 0.002973240832507433}, 'edge_length_total': 270324.5880000006, 'edge_length_avg': 93.15113301171625, 'street_length_total': 136805.54000000012, 'street_length_avg': 93.00172671651946, 'street_segments_count': 1471, 'node_density_km': 67.08417536095568, 'intersection_density_km': 57.510219709838125, 'edge_density_km': 17972.74733971272, 'street_density_km': 9095.626199911047, 'circuity_avg': 1.077231102672284, 'self_loop_proportion': 0.0034458993797381117, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077231102672284\n", - "5934\n", - "35102879.87126255\n", - "{'n': 15369, 'm': 41309, 'k_avg': 5.375626260654564, 'intersection_count': 11836, 'streets_per_node_avg': 2.738044114776498, 'streets_per_node_counts': {0: 0, 1: 3533, 2: 4, 3: 8932, 4: 2771, 5: 116, 6: 12, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22987832650139892, 2: 0.0002602641681306526, 3: 0.5811698874357473, 4: 0.1802980024725096, 5: 0.007547660875788926, 6: 0.0007807925043919579, 7: 0.0, 8: 6.506604203266315e-05}, 'edge_length_total': 1277785.0700000038, 'edge_length_avg': 30.932365102035966, 'street_length_total': 651932.2349999986, 'street_length_avg': 31.081393802145342, 'street_segments_count': 20975, 'node_density_km': 437.8273251757341, 'intersection_density_km': 337.18031236775255, 'edge_density_km': 36401.14642121087, 'street_density_km': 18572.04415680184, 'circuity_avg': 1.0668414624404976, 'self_loop_proportion': 0.00164613038320947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668414624404976\n", - "5935\n", - "10029684.473393386\n", - "{'n': 1056, 'm': 2996, 'k_avg': 5.674242424242424, 'intersection_count': 901, 'streets_per_node_avg': 2.9119318181818183, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 695, 4: 196, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14678030303030304, 2: 0.0, 3: 0.6581439393939394, 4: 0.1856060606060606, 5: 0.008522727272727272, 6: 0.000946969696969697}, 'edge_length_total': 223075.11600000027, 'edge_length_avg': 74.45764886515363, 'street_length_total': 112095.44800000005, 'street_length_avg': 74.13720105820109, 'street_segments_count': 1512, 'node_density_km': 105.28745972032748, 'intersection_density_km': 89.83333447728698, 'edge_density_km': 22241.488911417997, 'street_density_km': 11176.368339140216, 'circuity_avg': 1.0545700994986076, 'self_loop_proportion': 0.0020026702269692926, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545700994986076\n", - "5936\n", - "11033556.596547276\n", - "{'n': 950, 'm': 2446, 'k_avg': 5.149473684210526, 'intersection_count': 706, 'streets_per_node_avg': 2.6389473684210527, 'streets_per_node_counts': {0: 0, 1: 244, 2: 0, 3: 562, 4: 143, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25684210526315787, 2: 0.0, 3: 0.5915789473684211, 4: 0.15052631578947367, 5: 0.0010526315789473684}, 'edge_length_total': 281104.2919999991, 'edge_length_avg': 114.92407686017951, 'street_length_total': 140552.14600000018, 'street_length_avg': 114.92407686018004, 'street_segments_count': 1223, 'node_density_km': 86.10097675098552, 'intersection_density_km': 63.98662061704819, 'edge_density_km': 25477.214852730704, 'street_density_km': 12738.607426365408, 'circuity_avg': 1.0395149941041715, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395149941041715\n", - "5937\n", - "3008781.69710017\n", - "{'n': 167, 'm': 440, 'k_avg': 5.269461077844311, 'intersection_count': 134, 'streets_per_node_avg': 2.7245508982035926, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 116, 4: 16, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19760479041916168, 2: 0.0, 3: 0.6946107784431138, 4: 0.09580838323353294, 5: 0.011976047904191617}, 'edge_length_total': 46537.284000000014, 'edge_length_avg': 105.76655454545458, 'street_length_total': 23268.642000000007, 'street_length_avg': 105.76655454545458, 'street_segments_count': 220, 'node_density_km': 55.50419299643863, 'intersection_density_km': 44.536298571992674, 'edge_density_km': 15467.152051892674, 'street_density_km': 7733.576025946337, 'circuity_avg': 1.045375370929779, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045375370929779\n", - "5938\n", - "7018342.016399417\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 799, 'm': 2237, 'k_avg': 5.599499374217772, 'intersection_count': 662, 'streets_per_node_avg': 2.8598247809762203, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 502, 4: 158, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17146433041301626, 2: 0.0, 3: 0.6282853566958698, 4: 0.19774718397997496, 5: 0.0025031289111389237}, 'edge_length_total': 157196.15199999986, 'edge_length_avg': 70.27096647295478, 'street_length_total': 78757.19200000008, 'street_length_avg': 69.94422024866792, 'street_segments_count': 1126, 'node_density_km': 113.84455162387579, 'intersection_density_km': 94.32427180851786, 'edge_density_km': 22397.904182025795, 'street_density_km': 11221.623542422412, 'circuity_avg': 1.0708983040760502, 'self_loop_proportion': 0.001788109074653554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0708983040760502\n", - "5939\n", - "8022124.690275787\n", - "{'n': 925, 'm': 2646, 'k_avg': 5.721081081081081, 'intersection_count': 784, 'streets_per_node_avg': 2.921081081081081, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 585, 4: 189, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15243243243243243, 2: 0.0, 3: 0.6324324324324324, 4: 0.20432432432432432, 5: 0.010810810810810811}, 'edge_length_total': 177656.08299999984, 'edge_length_avg': 67.14137679516244, 'street_length_total': 89113.11400000005, 'street_length_avg': 67.05275696012042, 'street_segments_count': 1329, 'node_density_km': 115.30611100089995, 'intersection_density_km': 97.72972002670872, 'edge_density_km': 22145.76435284657, 'street_density_km': 11108.417961643088, 'circuity_avg': 1.0596333816263321, 'self_loop_proportion': 0.0007558578987150416, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596333816263321\n", - "5940\n", - "7022764.020235836\n", - "{'n': 177, 'm': 443, 'k_avg': 5.005649717514125, 'intersection_count': 145, 'streets_per_node_avg': 2.711864406779661, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 132, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1807909604519774, 2: 0.0, 3: 0.7457627118644068, 4: 0.07344632768361582}, 'edge_length_total': 60572.57600000004, 'edge_length_avg': 136.73267720090303, 'street_length_total': 30320.17900000001, 'street_length_avg': 135.96492825112114, 'street_segments_count': 223, 'node_density_km': 25.203751612610223, 'intersection_density_km': 20.647141151573347, 'edge_density_km': 8625.17604542348, 'street_density_km': 4317.413900372208, 'circuity_avg': 1.0616663769588592, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616663769588592\n", - "5941\n", - "17052413.193498705\n", - "{'n': 762, 'm': 2056, 'k_avg': 5.396325459317585, 'intersection_count': 622, 'streets_per_node_avg': 2.7821522309711284, 'streets_per_node_counts': {0: 0, 1: 140, 2: 1, 3: 508, 4: 111, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1837270341207349, 2: 0.0013123359580052493, 3: 0.6666666666666666, 4: 0.14566929133858267, 5: 0.0026246719160104987}, 'edge_length_total': 246747.3559999999, 'edge_length_avg': 120.01330544747077, 'street_length_total': 126414.29400000011, 'street_length_avg': 122.13941449275373, 'street_segments_count': 1035, 'node_density_km': 44.68575745575502, 'intersection_density_km': 36.475775770970635, 'edge_density_km': 14469.937668064087, 'street_density_km': 7413.278845963927, 'circuity_avg': 1.0596451510552871, 'self_loop_proportion': 0.0019455252918287938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596451510552871\n", - "5942\n", - "23071684.1226395\n", - "{'n': 1095, 'm': 2839, 'k_avg': 5.185388127853881, 'intersection_count': 828, 'streets_per_node_avg': 2.6465753424657534, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 681, 4: 147}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24383561643835616, 2: 0.0, 3: 0.6219178082191781, 4: 0.13424657534246576}, 'edge_length_total': 330525.0719999995, 'edge_length_avg': 116.42306164142286, 'street_length_total': 165315.40800000035, 'street_length_avg': 116.33737368050693, 'street_segments_count': 1421, 'node_density_km': 47.46077460923244, 'intersection_density_km': 35.88814737574837, 'edge_density_km': 14326.00542912539, 'street_density_km': 7165.294354813989, 'circuity_avg': 1.0393246404913337, 'self_loop_proportion': 0.0014089468122578373, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0393246404913337\n", - "5943\n", - "6018300.374617754\n", - "{'n': 830, 'm': 2494, 'k_avg': 6.009638554216868, 'intersection_count': 739, 'streets_per_node_avg': 3.0385542168674697, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 540, 4: 187, 5: 9, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10963855421686747, 2: 0.0, 3: 0.6506024096385542, 4: 0.2253012048192771, 5: 0.010843373493975903, 6: 0.0036144578313253013}, 'edge_length_total': 139296.38900000043, 'edge_length_avg': 55.8526018444268, 'street_length_total': 69697.763, 'street_length_avg': 55.80285268214572, 'street_segments_count': 1249, 'node_density_km': 137.91269101498057, 'intersection_density_km': 122.79214296394052, 'edge_density_km': 23145.46970561397, 'street_density_km': 11580.971148258248, 'circuity_avg': 1.088271252686689, 'self_loop_proportion': 0.006415396952686447, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088271252686689\n", - "5944\n", - "7023594.449991897\n", - "{'n': 351, 'm': 931, 'k_avg': 5.304843304843305, 'intersection_count': 283, 'streets_per_node_avg': 2.7207977207977208, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 246, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19373219373219372, 2: 0.0, 3: 0.7008547008547008, 4: 0.10256410256410256, 5: 0.002849002849002849}, 'edge_length_total': 94520.71600000012, 'edge_length_avg': 101.52601074113869, 'street_length_total': 47412.370999999956, 'street_length_avg': 101.74328540772522, 'street_segments_count': 466, 'node_density_km': 49.9744116063542, 'intersection_density_km': 40.292759215379604, 'edge_density_km': 13457.598765559304, 'street_density_km': 6750.442574322419, 'circuity_avg': 1.095073240296241, 'self_loop_proportion': 0.00966702470461869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.095073240296241\n", - "5945\n", - "8023869.574371044\n", - "{'n': 188, 'm': 468, 'k_avg': 4.9787234042553195, 'intersection_count': 142, 'streets_per_node_avg': 2.5904255319148937, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 127, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24468085106382978, 2: 0.0, 3: 0.675531914893617, 4: 0.0797872340425532}, 'edge_length_total': 57705.736000000026, 'edge_length_avg': 123.30285470085475, 'street_length_total': 28852.868, 'street_length_avg': 123.3028547008547, 'street_segments_count': 234, 'node_density_km': 23.430091710424705, 'intersection_density_km': 17.697196930214403, 'edge_density_km': 7191.758971795516, 'street_density_km': 3595.8794858977562, 'circuity_avg': 1.1091881113467918, 'self_loop_proportion': 0.004273504273504274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1091881113467918\n", - "5946\n", - "12039246.370639032\n", - "{'n': 1146, 'm': 3051, 'k_avg': 5.324607329842932, 'intersection_count': 902, 'streets_per_node_avg': 2.767888307155323, 'streets_per_node_counts': {0: 0, 1: 244, 2: 0, 3: 684, 4: 214, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21291448516579406, 2: 0.0, 3: 0.5968586387434555, 4: 0.18673647469458987, 5: 0.0034904013961605585}, 'edge_length_total': 210624.24999999983, 'edge_length_avg': 69.03449688626674, 'street_length_total': 107857.8100000001, 'street_length_avg': 68.74302740599114, 'street_segments_count': 1569, 'node_density_km': 95.18868247391563, 'intersection_density_km': 74.92163315137165, 'edge_density_km': 17494.803538007513, 'street_density_km': 8958.850635621233, 'circuity_avg': 1.0723365149520838, 'self_loop_proportion': 0.005244182235332678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723365149520838\n", - "5947\n", - "94284441.30365744\n", - "error with entry 5947\n", - "5948\n", - "14040141.593912762\n", - "{'n': 414, 'm': 1073, 'k_avg': 5.183574879227053, 'intersection_count': 330, 'streets_per_node_avg': 2.7270531400966185, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 276, 4: 53, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2028985507246377, 2: 0.0, 3: 0.6666666666666666, 4: 0.1280193236714976, 5: 0.0024154589371980675}, 'edge_length_total': 145784.98400000005, 'edge_length_avg': 135.86671388630015, 'street_length_total': 73213.41500000005, 'street_length_avg': 134.09050366300374, 'street_segments_count': 546, 'node_density_km': 29.486882110896495, 'intersection_density_km': 23.504036465207353, 'edge_density_km': 10383.441151562642, 'street_density_km': 5214.578108795031, 'circuity_avg': 1.059935165175105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059935165175105\n", - "5949\n", - "8022010.286942244\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 404, 'm': 1020, 'k_avg': 5.0495049504950495, 'intersection_count': 301, 'streets_per_node_avg': 2.5816831683168315, 'streets_per_node_counts': {0: 0, 1: 103, 2: 0, 3: 264, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25495049504950495, 2: 0.0, 3: 0.6534653465346535, 4: 0.09158415841584158}, 'edge_length_total': 115944.98, 'edge_length_avg': 113.67154901960784, 'street_length_total': 57972.48999999996, 'street_length_avg': 113.67154901960777, 'street_segments_count': 510, 'node_density_km': 50.36144127832987, 'intersection_density_km': 37.5217668930131, 'edge_density_km': 14453.357182641414, 'street_density_km': 7226.678591320702, 'circuity_avg': 1.078240416151808, 'self_loop_proportion': 0.0058823529411764705, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078240416151808\n", - "5950\n", - "10029793.764373215\n", - "{'n': 20, 'm': 40, 'k_avg': 4.0, 'intersection_count': 12, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 9317.809999999998, 'edge_length_avg': 232.94524999999993, 'street_length_total': 4658.904999999999, 'street_length_avg': 232.94524999999993, 'street_segments_count': 20, 'node_density_km': 1.9940589477564243, 'intersection_density_km': 1.1964353686538547, 'edge_density_km': 929.0131201997142, 'street_density_km': 464.5065600998571, 'circuity_avg': 1.1091740876453795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1091740876453795\n", - "5951\n", - "15045610.32187491\n", - "{'n': 815, 'm': 2112, 'k_avg': 5.182822085889571, 'intersection_count': 636, 'streets_per_node_avg': 2.67239263803681, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 547, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2196319018404908, 2: 0.0, 3: 0.6711656441717792, 4: 0.1067484662576687, 5: 0.00245398773006135}, 'edge_length_total': 196545.87699999992, 'edge_length_avg': 93.06149479166663, 'street_length_total': 99906.18099999991, 'street_length_avg': 93.28308216619973, 'street_segments_count': 1071, 'node_density_km': 54.16862344328208, 'intersection_density_km': 42.27146565635264, 'edge_density_km': 13063.336933181143, 'street_density_km': 6640.221224840954, 'circuity_avg': 1.095403630387258, 'self_loop_proportion': 0.001893939393939394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.095403630387258\n", - "5952\n", - "8020984.347494948\n", - "{'n': 498, 'm': 1286, 'k_avg': 5.164658634538153, 'intersection_count': 397, 'streets_per_node_avg': 2.8092369477911645, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 291, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20281124497991967, 2: 0.0, 3: 0.5843373493975904, 4: 0.21084337349397592, 5: 0.002008032128514056}, 'edge_length_total': 135092.0920000001, 'edge_length_avg': 105.04828304821157, 'street_length_total': 70356.94900000008, 'street_length_avg': 105.79992330827079, 'street_segments_count': 665, 'node_density_km': 62.087142727754056, 'intersection_density_km': 49.49517201389229, 'edge_density_km': 16842.333328102184, 'street_density_km': 8771.610310145217, 'circuity_avg': 1.059777086377734, 'self_loop_proportion': 0.003110419906687403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059777086377734\n", - "5953\n", - "14042659.012938108\n", - "{'n': 598, 'm': 1603, 'k_avg': 5.361204013377926, 'intersection_count': 488, 'streets_per_node_avg': 2.759197324414716, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 414, 4: 72, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18394648829431437, 2: 0.0, 3: 0.6923076923076923, 4: 0.12040133779264214, 5: 0.0033444816053511705}, 'edge_length_total': 212517.00099999976, 'edge_length_avg': 132.5745483468495, 'street_length_total': 106324.1369999998, 'street_length_avg': 132.57373690773042, 'street_segments_count': 802, 'node_density_km': 42.58452757765013, 'intersection_density_km': 34.751253274069, 'edge_density_km': 15133.672390976571, 'street_density_km': 7571.510274659435, 'circuity_avg': 1.0691595221673988, 'self_loop_proportion': 0.004990642545227698, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691595221673988\n", - "5954\n", - "11029033.336342651\n", - "{'n': 594, 'm': 1466, 'k_avg': 4.936026936026936, 'intersection_count': 435, 'streets_per_node_avg': 2.5774410774410774, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 368, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2676767676767677, 2: 0.0, 3: 0.6195286195286195, 4: 0.1127946127946128}, 'edge_length_total': 170359.16600000017, 'edge_length_avg': 116.20679809004105, 'street_length_total': 86819.01000000005, 'street_length_avg': 116.53558389261752, 'street_segments_count': 745, 'node_density_km': 53.85784790790893, 'intersection_density_km': 39.44135326589291, 'edge_density_km': 15446.427697215859, 'street_density_km': 7871.860330126647, 'circuity_avg': 1.0849346356986849, 'self_loop_proportion': 0.004092769440654843, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0849346356986849\n", - "5955\n", - "24060959.553516224\n", - "{'n': 5318, 'm': 15522, 'k_avg': 5.837532907107935, 'intersection_count': 4691, 'streets_per_node_avg': 3.009025949605115, 'streets_per_node_counts': {0: 0, 1: 627, 2: 4, 3: 3443, 4: 1193, 5: 41, 6: 9, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11790146671681083, 2: 0.000752162467092892, 3: 0.6474238435502069, 4: 0.22433245581045505, 5: 0.0077096652877021435, 6: 0.001692365550959007, 7: 0.000188040616773223}, 'edge_length_total': 795682.914999996, 'edge_length_avg': 51.26162318000232, 'street_length_total': 409050.94099999854, 'street_length_avg': 51.29808640581873, 'street_segments_count': 7974, 'node_density_km': 221.02194171316154, 'intersection_density_km': 194.96313060858233, 'edge_density_km': 33069.45898106197, 'street_density_km': 17000.607980333876, 'circuity_avg': 1.0725077920937713, 'self_loop_proportion': 0.0033500837520938024, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725077920937713\n", - "5956\n", - "11030259.236982748\n", - "{'n': 62, 'm': 144, 'k_avg': 4.645161290322581, 'intersection_count': 45, 'streets_per_node_avg': 2.5161290322580645, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 41, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27419354838709675, 2: 0.0, 3: 0.6612903225806451, 4: 0.06451612903225806}, 'edge_length_total': 30802.538000000004, 'edge_length_avg': 213.90651388888892, 'street_length_total': 15401.269000000004, 'street_length_avg': 213.90651388888895, 'street_segments_count': 72, 'node_density_km': 5.620901437395381, 'intersection_density_km': 4.079686527141809, 'edge_density_km': 2792.5488728971914, 'street_density_km': 1396.274436448596, 'circuity_avg': 1.1693381961451474, 'self_loop_proportion': 0.013888888888888888, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1693381961451474\n", - "5957\n", - "12031496.202863319\n", - "{'n': 1372, 'm': 3561, 'k_avg': 5.190962099125365, 'intersection_count': 1038, 'streets_per_node_avg': 2.6647230320699706, 'streets_per_node_counts': {0: 0, 1: 334, 2: 2, 3: 829, 4: 204, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2434402332361516, 2: 0.0014577259475218659, 3: 0.6042274052478134, 4: 0.14868804664723032, 5: 0.002186588921282799}, 'edge_length_total': 264244.3440000002, 'edge_length_avg': 74.20509519797815, 'street_length_total': 133076.70100000023, 'street_length_avg': 73.72670415512478, 'street_segments_count': 1805, 'node_density_km': 114.03403008791908, 'intersection_density_km': 86.27355920645773, 'edge_density_km': 21962.716817972643, 'street_density_km': 11060.69426081271, 'circuity_avg': 1.0894099709437055, 'self_loop_proportion': 0.002808199943836001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0894099709437055\n", - "5958\n", - "22054694.686727297\n", - "error with entry 5958\n", - "5959\n", - "6014794.9721639035\n", - "{'n': 917, 'm': 2604, 'k_avg': 5.679389312977099, 'intersection_count': 791, 'streets_per_node_avg': 2.93020719738277, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 607, 4: 181, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13740458015267176, 2: 0.0, 3: 0.6619411123227917, 4: 0.19738276990185388, 5: 0.0021810250817884407, 6: 0.0010905125408942203}, 'edge_length_total': 158339.96099999986, 'edge_length_avg': 60.80643663594465, 'street_length_total': 80541.99999999993, 'street_length_avg': 60.78641509433957, 'street_segments_count': 1325, 'node_density_km': 152.4573995030286, 'intersection_density_km': 131.5090545331468, 'edge_density_km': 26325.080361473225, 'street_density_km': 13390.647623525538, 'circuity_avg': 1.050352992821688, 'self_loop_proportion': 0.0015360983102918587, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050352992821688\n", - "5960\n", - "19056567.812246136\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1474, 'm': 4039, 'k_avg': 5.480325644504749, 'intersection_count': 1234, 'streets_per_node_avg': 2.903663500678426, 'streets_per_node_counts': {0: 0, 1: 240, 2: 1, 3: 911, 4: 308, 5: 11, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1628222523744912, 2: 0.0006784260515603799, 3: 0.6180461329715061, 4: 0.208955223880597, 5: 0.007462686567164179, 6: 0.0020352781546811396}, 'edge_length_total': 375323.47199999896, 'edge_length_avg': 92.92485070561995, 'street_length_total': 193428.53000000038, 'street_length_avg': 92.19663012392773, 'street_segments_count': 2098, 'node_density_km': 77.34866081460785, 'intersection_density_km': 64.75457764262285, 'edge_density_km': 19695.229261525703, 'street_density_km': 10150.229144395, 'circuity_avg': 1.0530307385028226, 'self_loop_proportion': 0.0029710324337707352, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530307385028226\n", - "5961\n", - "10023742.444986632\n", - "{'n': 416, 'm': 1082, 'k_avg': 5.201923076923077, 'intersection_count': 316, 'streets_per_node_avg': 2.762019230769231, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 215, 4: 101}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2403846153846154, 2: 0.0, 3: 0.5168269230769231, 4: 0.24278846153846154}, 'edge_length_total': 143284.60200000004, 'edge_length_avg': 132.4256950092422, 'street_length_total': 72250.59400000006, 'street_length_avg': 131.8441496350366, 'street_segments_count': 548, 'node_density_km': 41.501465374148964, 'intersection_density_km': 31.52515158228623, 'edge_density_km': 14294.521510941628, 'street_density_km': 7207.945973924752, 'circuity_avg': 1.0410847676177173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0410847676177173\n", - "5962\n", - "91289410.30635956\n", - "{'n': 11859, 'm': 34975, 'k_avg': 5.898473733029767, 'intersection_count': 10500, 'streets_per_node_avg': 3.0208280630744584, 'streets_per_node_counts': {0: 0, 1: 1359, 2: 3, 3: 7699, 4: 2648, 5: 133, 6: 15, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11459650898052112, 2: 0.00025297242600556537, 3: 0.6492115692722826, 4: 0.2232903280209124, 5: 0.011215110886246733, 6: 0.0012648621300278269, 7: 8.432414200185513e-05, 8: 8.432414200185513e-05}, 'edge_length_total': 1678077.437999979, 'edge_length_avg': 47.9793406147242, 'street_length_total': 864144.5889999984, 'street_length_avg': 48.47120198564048, 'street_segments_count': 17828, 'node_density_km': 129.9055384430921, 'intersection_density_km': 115.01881724027886, 'edge_density_km': 18381.950681557617, 'street_density_km': 9465.989385844448, 'circuity_avg': 1.0574754827606851, 'self_loop_proportion': 0.001629735525375268, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574754827606851\n", - "5963\n", - "19052663.48349262\n", - "{'n': 1229, 'm': 3821, 'k_avg': 6.218063466232709, 'intersection_count': 1098, 'streets_per_node_avg': 3.242473555736371, 'streets_per_node_counts': {0: 0, 1: 131, 2: 1, 3: 544, 4: 548, 5: 2, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10659072416598861, 2: 0.0008136696501220504, 3: 0.44263628966639545, 4: 0.4458909682668836, 5: 0.0016273393002441008, 6: 0.0024410089503661514}, 'edge_length_total': 560314.8500000011, 'edge_length_avg': 146.64089243653524, 'street_length_total': 280585.9179999999, 'street_length_avg': 146.59661337513054, 'street_segments_count': 1914, 'node_density_km': 64.50541684446458, 'intersection_density_km': 57.62973775038414, 'edge_density_km': 29408.74122326584, 'street_density_km': 14726.860538060822, 'circuity_avg': 1.0099015389355859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0099015389355859\n", - "5964\n", - "8026124.882993918\n", - "{'n': 82, 'm': 206, 'k_avg': 5.024390243902439, 'intersection_count': 73, 'streets_per_node_avg': 2.9634146341463414, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 58, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10975609756097561, 2: 0.0, 3: 0.7073170731707317, 4: 0.18292682926829268}, 'edge_length_total': 47589.30999999997, 'edge_length_avg': 231.0160679611649, 'street_length_total': 29262.31899999999, 'street_length_avg': 254.45494782608685, 'street_segments_count': 115, 'node_density_km': 10.216636446032004, 'intersection_density_km': 9.095298299516296, 'edge_density_km': 5929.300963262377, 'street_density_km': 3645.8838389123734, 'circuity_avg': 1.1321526656495893, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1321526656495893\n", - "5965\n", - "32081960.5620411\n", - "{'n': 3201, 'm': 9396, 'k_avg': 5.87066541705717, 'intersection_count': 2807, 'streets_per_node_avg': 2.9684473601999377, 'streets_per_node_counts': {0: 0, 1: 394, 2: 0, 3: 2134, 4: 660, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12308653545766948, 2: 0.0, 3: 0.6666666666666666, 4: 0.20618556701030927, 5: 0.0037488284910965324, 6: 0.00031240237425804435}, 'edge_length_total': 640830.3839999986, 'edge_length_avg': 68.20246743295004, 'street_length_total': 322380.40499999945, 'street_length_avg': 68.31540686586129, 'street_segments_count': 4719, 'node_density_km': 99.7756977417202, 'intersection_density_km': 87.49465278382023, 'edge_density_km': 19974.788721553996, 'street_density_km': 10048.65037398728, 'circuity_avg': 1.0592445448301282, 'self_loop_proportion': 0.0023414218816517666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592445448301282\n", - "5966\n", - "8022283.813210262\n", - "{'n': 735, 'm': 2230, 'k_avg': 6.068027210884353, 'intersection_count': 686, 'streets_per_node_avg': 3.1755102040816325, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 460, 4: 225, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06666666666666667, 2: 0.0, 3: 0.6258503401360545, 4: 0.30612244897959184, 5: 0.0013605442176870747}, 'edge_length_total': 216327.34200000027, 'edge_length_avg': 97.00777668161447, 'street_length_total': 108163.67100000025, 'street_length_avg': 97.00777668161457, 'street_segments_count': 1115, 'node_density_km': 91.619795199676, 'intersection_density_km': 85.51180885303093, 'edge_density_km': 26965.80512942897, 'street_density_km': 13482.902564714499, 'circuity_avg': 1.0127796702663543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0127796702663543\n", - "5967\n", - "18051904.256165825\n", - "{'n': 1211, 'm': 3415, 'k_avg': 5.639966969446738, 'intersection_count': 1030, 'streets_per_node_avg': 2.8852188274153594, 'streets_per_node_counts': {0: 0, 1: 181, 2: 1, 3: 811, 4: 212, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1494632535094963, 2: 0.0008257638315441783, 3: 0.6696944673823286, 4: 0.1750619322873658, 5: 0.00495458298926507}, 'edge_length_total': 264409.3880000016, 'edge_length_avg': 77.42588228404146, 'street_length_total': 133382.8519999997, 'street_length_avg': 77.41314683691219, 'street_segments_count': 1723, 'node_density_km': 67.08433541499478, 'intersection_density_km': 57.05769238434734, 'edge_density_km': 14647.174295182167, 'street_density_km': 7388.8521735562235, 'circuity_avg': 1.053283754333399, 'self_loop_proportion': 0.003513909224011713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053283754333399\n", - "5968\n", - "42121765.39826899\n", - "{'n': 3318, 'm': 9299, 'k_avg': 5.605183845690175, 'intersection_count': 2828, 'streets_per_node_avg': 2.918625678119349, 'streets_per_node_counts': {0: 0, 1: 490, 2: 0, 3: 2144, 4: 662, 5: 18, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14767932489451477, 2: 0.0, 3: 0.646172393007836, 4: 0.1995177817962628, 5: 0.0054249547920434, 6: 0.0012055455093429777}, 'edge_length_total': 674231.7300000016, 'edge_length_avg': 72.5058318098722, 'street_length_total': 346447.9709999993, 'street_length_avg': 72.14659954185741, 'street_segments_count': 4802, 'node_density_km': 78.77162717724919, 'intersection_density_km': 67.13868645487061, 'edge_density_km': 16006.730098442393, 'street_density_km': 8224.9157347578, 'circuity_avg': 1.0940502916674344, 'self_loop_proportion': 0.003118614904828476, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0940502916674344\n", - "5969\n", - "14039973.466727788\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1040, 'm': 2846, 'k_avg': 5.473076923076923, 'intersection_count': 859, 'streets_per_node_avg': 2.816346153846154, 'streets_per_node_counts': {0: 0, 1: 181, 2: 1, 3: 693, 4: 158, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17403846153846153, 2: 0.0009615384615384616, 3: 0.6663461538461538, 4: 0.1519230769230769, 5: 0.006730769230769231}, 'edge_length_total': 215668.41600000014, 'edge_length_avg': 75.77948559381593, 'street_length_total': 109276.95600000003, 'street_length_avg': 75.83411242192923, 'street_segments_count': 1441, 'node_density_km': 74.07421406205738, 'intersection_density_km': 61.18245180702625, 'edge_density_km': 15361.027320393127, 'street_density_km': 7783.273683455796, 'circuity_avg': 1.0993753578733292, 'self_loop_proportion': 0.006324666198172874, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0993753578733292\n", - "5970\n", - "9026358.796559414\n", - "{'n': 196, 'm': 460, 'k_avg': 4.6938775510204085, 'intersection_count': 129, 'streets_per_node_avg': 2.372448979591837, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 118, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34183673469387754, 2: 0.0, 3: 0.6020408163265306, 4: 0.05612244897959184}, 'edge_length_total': 63382.462000000014, 'edge_length_avg': 137.78796086956524, 'street_length_total': 31691.23099999999, 'street_length_avg': 137.78796086956518, 'street_segments_count': 230, 'node_density_km': 21.714182254167596, 'intersection_density_km': 14.291477095855203, 'edge_density_km': 7021.930263193124, 'street_density_km': 3510.96513159656, 'circuity_avg': 1.1702479894254363, 'self_loop_proportion': 0.017391304347826087, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1702479894254363\n", - "5971\n", - "4011764.4102537367\n", - "{'n': 101, 'm': 258, 'k_avg': 5.108910891089109, 'intersection_count': 79, 'streets_per_node_avg': 2.792079207920792, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 56, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21782178217821782, 2: 0.0, 3: 0.5544554455445545, 4: 0.22772277227722773}, 'edge_length_total': 43787.32199999996, 'edge_length_avg': 169.71830232558122, 'street_length_total': 21893.661000000004, 'street_length_avg': 169.71830232558142, 'street_segments_count': 129, 'node_density_km': 25.175954934405514, 'intersection_density_km': 19.692083562554807, 'edge_density_km': 10914.729162082198, 'street_density_km': 5457.364581041105, 'circuity_avg': 1.0574940244289948, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574940244289948\n", - "5972\n", - "11032087.849545004\n", - "{'n': 527, 'm': 1456, 'k_avg': 5.52561669829222, 'intersection_count': 450, 'streets_per_node_avg': 2.861480075901328, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 369, 4: 81}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1461100569259962, 2: 0.0, 3: 0.7001897533206831, 4: 0.15370018975332067}, 'edge_length_total': 156840.75599999976, 'edge_length_avg': 107.72029945054929, 'street_length_total': 78420.378, 'street_length_avg': 107.72029945054945, 'street_segments_count': 728, 'node_density_km': 47.76974287978817, 'intersection_density_km': 40.79010302828212, 'edge_density_km': 14216.779102830325, 'street_density_km': 7108.389551415174, 'circuity_avg': 1.025456021725362, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025456021725362\n", - "5973\n", - "32103736.608066697\n", - "{'n': 3282, 'm': 9220, 'k_avg': 5.618525289457648, 'intersection_count': 2820, 'streets_per_node_avg': 2.9287020109689212, 'streets_per_node_counts': {0: 0, 1: 462, 2: 3, 3: 2143, 4: 657, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14076782449725778, 2: 0.0009140767824497258, 3: 0.6529555149299208, 4: 0.20018281535648993, 5: 0.004570383912248629, 6: 0.0006093845216331506}, 'edge_length_total': 760555.8629999971, 'edge_length_avg': 82.48978991323179, 'street_length_total': 403548.0109999997, 'street_length_avg': 85.0111672635348, 'street_segments_count': 4747, 'node_density_km': 102.23109042002709, 'intersection_density_km': 87.84024222561742, 'edge_density_km': 23690.571358877038, 'street_density_km': 12570.12589925748, 'circuity_avg': 1.0636935620857875, 'self_loop_proportion': 0.0039045553145336228, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0636935620857875\n", - "5974\n", - "11032290.083802316\n", - "{'n': 1169, 'm': 3097, 'k_avg': 5.2985457656116335, 'intersection_count': 918, 'streets_per_node_avg': 2.7459366980325064, 'streets_per_node_counts': {0: 0, 1: 251, 2: 0, 3: 726, 4: 180, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21471343028229256, 2: 0.0, 3: 0.621043627031651, 4: 0.15397775876817793, 5: 0.009409751924721984, 6: 0.000855431993156544}, 'edge_length_total': 237821.16400000022, 'edge_length_avg': 76.79081821117218, 'street_length_total': 120220.62400000001, 'street_length_avg': 76.57364585987261, 'street_segments_count': 1570, 'node_density_km': 105.96168076801514, 'intersection_density_km': 83.21028481183738, 'edge_density_km': 21556.826569414712, 'street_density_km': 10897.159437142498, 'circuity_avg': 1.0728094373724548, 'self_loop_proportion': 0.0012915724895059735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728094373724548\n", - "5975\n", - "49139902.98747564\n", - "{'n': 2452, 'm': 6945, 'k_avg': 5.664763458401305, 'intersection_count': 2086, 'streets_per_node_avg': 2.882952691680261, 'streets_per_node_counts': {0: 0, 1: 366, 2: 0, 3: 1641, 4: 445}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14926590538336051, 2: 0.0, 3: 0.6692495921696574, 4: 0.18148450244698205}, 'edge_length_total': 835158.6590000008, 'edge_length_avg': 120.25322663786909, 'street_length_total': 417699.39500000054, 'street_length_avg': 120.16668440736494, 'street_segments_count': 3476, 'node_density_km': 49.89834840791087, 'intersection_density_km': 42.45022625566969, 'edge_density_km': 16995.52925883592, 'street_density_km': 8500.207969609955, 'circuity_avg': 1.0353490160545218, 'self_loop_proportion': 0.0011519078473722101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0353490160545218\n", - "5976\n", - "19056455.857614864\n", - "{'n': 2433, 'm': 6602, 'k_avg': 5.427044800657624, 'intersection_count': 1994, 'streets_per_node_avg': 2.8454582819564322, 'streets_per_node_counts': {0: 0, 1: 439, 2: 5, 3: 1498, 4: 476, 5: 14, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18043567612001643, 2: 0.002055076037813399, 3: 0.6157007809288944, 4: 0.19564323879983558, 5: 0.005754212905877518, 6: 0.0004110152075626798}, 'edge_length_total': 485576.3670000024, 'edge_length_avg': 73.54988897303883, 'street_length_total': 247546.25199999992, 'street_length_avg': 73.5868763376932, 'street_segments_count': 3364, 'node_density_km': 127.67326821832852, 'intersection_density_km': 104.6364557449022, 'edge_density_km': 25480.937831678104, 'street_density_km': 12990.151676135607, 'circuity_avg': 1.060281538103136, 'self_loop_proportion': 0.003029385034837928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060281538103136\n", - "5977\n", - "29072908.130514365\n", - "{'n': 3769, 'm': 10908, 'k_avg': 5.788272751392943, 'intersection_count': 3343, 'streets_per_node_avg': 3.0066330591668877, 'streets_per_node_counts': {0: 0, 1: 426, 2: 1, 3: 2498, 4: 813, 5: 28, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11302732820376758, 2: 0.0002653223666755107, 3: 0.6627752719554258, 4: 0.21570708410719022, 5: 0.007429026266914301, 6: 0.0007959671000265323}, 'edge_length_total': 650477.3989999982, 'edge_length_avg': 59.63305821415459, 'street_length_total': 333774.2319999989, 'street_length_avg': 59.443318254674786, 'street_segments_count': 5615, 'node_density_km': 129.6395937785161, 'intersection_density_km': 114.98677686430865, 'edge_density_km': 22374.005245016055, 'street_density_km': 11480.593221070854, 'circuity_avg': 1.0770811238679778, 'self_loop_proportion': 0.002566923359002567, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0770811238679778\n", - "5978\n", - "12030912.696056101\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1601, 'm': 4750, 'k_avg': 5.933791380387258, 'intersection_count': 1404, 'streets_per_node_avg': 3.013741411617739, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 995, 4: 402, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12304809494066209, 2: 0.0, 3: 0.6214865708931917, 4: 0.25109306683322924, 5: 0.004372267332916927}, 'edge_length_total': 254035.31900000008, 'edge_length_avg': 53.4811197894737, 'street_length_total': 127509.76199999996, 'street_length_avg': 53.41841726015918, 'street_segments_count': 2387, 'node_density_km': 133.07386068264213, 'intersection_density_km': 116.69937563924394, 'edge_density_km': 21115.215895738016, 'street_density_km': 10598.511120590163, 'circuity_avg': 1.0620251296748646, 'self_loop_proportion': 0.0008421052631578948, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620251296748646\n", - "5979\n", - "8025142.654173717\n", - "{'n': 260, 'm': 687, 'k_avg': 5.2846153846153845, 'intersection_count': 213, 'streets_per_node_avg': 2.7423076923076923, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 188, 4: 23, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18076923076923077, 2: 0.0, 3: 0.7230769230769231, 4: 0.08846153846153847, 5: 0.007692307692307693}, 'edge_length_total': 88811.82199999999, 'edge_length_avg': 129.2748500727802, 'street_length_total': 44608.051, 'street_length_avg': 129.29869855072462, 'street_segments_count': 345, 'node_density_km': 32.39817797690851, 'intersection_density_km': 26.541584265698123, 'edge_density_km': 11066.69698311353, 'street_density_km': 5558.536828850044, 'circuity_avg': 1.0994957506848435, 'self_loop_proportion': 0.005822416302765648, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0994957506848435\n", - "5980\n", - "84260685.64660373\n", - "{'n': 6853, 'm': 18938, 'k_avg': 5.526922515686561, 'intersection_count': 5712, 'streets_per_node_avg': 2.849992703925288, 'streets_per_node_counts': {0: 0, 1: 1141, 2: 1, 3: 4517, 4: 1146, 5: 37, 6: 9, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16649642492339123, 2: 0.00014592149423610097, 3: 0.6591273894644681, 4: 0.16722603239457173, 5: 0.005399095286735736, 6: 0.0013132934481249088, 7: 0.00029184298847220193}, 'edge_length_total': 1518257.4689999914, 'edge_length_avg': 80.16989486746179, 'street_length_total': 779420.1099999982, 'street_length_avg': 80.46872909353688, 'street_segments_count': 9686, 'node_density_km': 81.33093087732573, 'intersection_density_km': 67.78962165055954, 'edge_density_km': 18018.57482346736, 'street_density_km': 9250.104055276151, 'circuity_avg': 1.0748765343116349, 'self_loop_proportion': 0.003009821522864083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0748765343116349\n", - "5981\n", - "12036359.313005533\n", - "{'n': 612, 'm': 1726, 'k_avg': 5.640522875816994, 'intersection_count': 513, 'streets_per_node_avg': 2.9248366013071894, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 361, 4: 152}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16176470588235295, 2: 0.0, 3: 0.5898692810457516, 4: 0.24836601307189543}, 'edge_length_total': 223906.92699999962, 'edge_length_avg': 129.7259136732327, 'street_length_total': 111974.67399999996, 'street_length_avg': 129.6003171296296, 'street_segments_count': 864, 'node_density_km': 50.845939713574474, 'intersection_density_km': 42.620861230496246, 'edge_density_km': 18602.545934140035, 'street_density_km': 9303.035169364628, 'circuity_avg': 1.0311066766896673, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0311066766896673\n", - "5982\n", - "9026099.10044606\n", - "{'n': 1809, 'm': 5097, 'k_avg': 5.635157545605307, 'intersection_count': 1535, 'streets_per_node_avg': 2.855721393034826, 'streets_per_node_counts': {0: 0, 1: 274, 2: 0, 3: 1266, 4: 252, 5: 16, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15146489773355445, 2: 0.0, 3: 0.6998341625207297, 4: 0.13930348258706468, 5: 0.008844665561083471, 6: 0.000552791597567717}, 'edge_length_total': 298028.7159999991, 'edge_length_avg': 58.471398077300194, 'street_length_total': 149188.25099999984, 'street_length_avg': 58.48226225009794, 'street_segments_count': 2551, 'node_density_km': 200.4188054960089, 'intersection_density_km': 170.0623916176748, 'edge_density_km': 33018.551279286396, 'street_density_km': 16528.541215842302, 'circuity_avg': 1.108141364363234, 'self_loop_proportion': 0.007062978222483814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.108141364363234\n", - "5983\n", - "13032484.834911961\n", - "{'n': 604, 'm': 1539, 'k_avg': 5.096026490066225, 'intersection_count': 472, 'streets_per_node_avg': 2.687086092715232, 'streets_per_node_counts': {0: 0, 1: 132, 2: 1, 3: 397, 4: 72, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2185430463576159, 2: 0.0016556291390728477, 3: 0.6572847682119205, 4: 0.11920529801324503, 5: 0.0033112582781456954}, 'edge_length_total': 164278.35500000056, 'edge_length_avg': 106.74357050032525, 'street_length_total': 83061.9859999999, 'street_length_avg': 106.08171902937407, 'street_segments_count': 783, 'node_density_km': 46.345728205413266, 'intersection_density_km': 36.217191577740174, 'edge_density_km': 12605.29799811659, 'street_density_km': 6373.457330062645, 'circuity_avg': 1.0602107086108103, 'self_loop_proportion': 0.002599090318388564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602107086108103\n", - "5984\n", - "9028320.7605191\n", - "{'n': 354, 'm': 904, 'k_avg': 5.107344632768362, 'intersection_count': 294, 'streets_per_node_avg': 2.7966101694915255, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 247, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1694915254237288, 2: 0.0, 3: 0.6977401129943502, 4: 0.12994350282485875, 5: 0.002824858757062147}, 'edge_length_total': 134169.64599999998, 'edge_length_avg': 148.41774999999998, 'street_length_total': 67965.73200000009, 'street_length_avg': 148.39679475982553, 'street_segments_count': 458, 'node_density_km': 39.20994937929588, 'intersection_density_km': 32.56419524721183, 'edge_density_km': 14860.974655079228, 'street_density_km': 7528.059071318626, 'circuity_avg': 1.0389338413171518, 'self_loop_proportion': 0.0022123893805309734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0389338413171518\n", - "5985\n", - "8024613.569570193\n", - "{'n': 398, 'm': 1052, 'k_avg': 5.28643216080402, 'intersection_count': 308, 'streets_per_node_avg': 2.7386934673366836, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 232, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22613065326633167, 2: 0.0, 3: 0.5829145728643216, 4: 0.19095477386934673}, 'edge_length_total': 117629.70399999998, 'edge_length_avg': 111.81530798479086, 'street_length_total': 58814.852000000006, 'street_length_avg': 111.81530798479089, 'street_segments_count': 526, 'node_density_km': 49.597403856210526, 'intersection_density_km': 38.38191052189156, 'edge_density_km': 14658.612901443474, 'street_density_km': 7329.306450721739, 'circuity_avg': 1.0761212521924548, 'self_loop_proportion': 0.0019011406844106464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761212521924548\n", - "5986\n", - "14040242.152709424\n", - "{'n': 1298, 'm': 3594, 'k_avg': 5.537750385208012, 'intersection_count': 1082, 'streets_per_node_avg': 2.799691833590139, 'streets_per_node_counts': {0: 0, 1: 216, 2: 0, 3: 914, 4: 164, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16640986132511557, 2: 0.0, 3: 0.7041602465331279, 4: 0.1263482280431433, 5: 0.0030816640986132513}, 'edge_length_total': 260262.32200000025, 'edge_length_avg': 72.4157824151364, 'street_length_total': 130131.16099999977, 'street_length_avg': 72.4157824151362, 'street_segments_count': 1797, 'node_density_km': 92.44854795823572, 'intersection_density_km': 77.06419791279743, 'edge_density_km': 18536.8827096601, 'street_density_km': 9268.441354830025, 'circuity_avg': 1.0695854645858331, 'self_loop_proportion': 0.0011129660545353367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695854645858331\n", - "5987\n", - "14049083.420821827\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1239, 'm': 3176, 'k_avg': 5.126715092816788, 'intersection_count': 943, 'streets_per_node_avg': 2.7029862792574657, 'streets_per_node_counts': {0: 0, 1: 296, 2: 0, 3: 724, 4: 214, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23890234059725585, 2: 0.0, 3: 0.5843422114608555, 4: 0.17271993543179984, 5: 0.004035512510088781}, 'edge_length_total': 310617.12099999946, 'edge_length_avg': 97.80136051637263, 'street_length_total': 157583.0539999999, 'street_length_avg': 97.03390024630535, 'street_segments_count': 1624, 'node_density_km': 88.19080668022131, 'intersection_density_km': 67.12181654515634, 'edge_density_km': 22109.422493686732, 'street_density_km': 11216.607466822328, 'circuity_avg': 1.0376226720344617, 'self_loop_proportion': 0.0006297229219143577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376226720344617\n", - "5988\n", - "27075965.661270063\n", - "{'n': 1583, 'm': 4245, 'k_avg': 5.363234365129501, 'intersection_count': 1254, 'streets_per_node_avg': 2.7327858496525583, 'streets_per_node_counts': {0: 0, 1: 329, 2: 0, 3: 1019, 4: 235}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2078332280480101, 2: 0.0, 3: 0.6437144662034112, 4: 0.14845230574857865}, 'edge_length_total': 402383.70999999874, 'edge_length_avg': 94.79003769140135, 'street_length_total': 202559.5480000001, 'street_length_avg': 94.47740111940303, 'street_segments_count': 2144, 'node_density_km': 58.46513545643733, 'intersection_density_km': 46.31413762626179, 'edge_density_km': 14861.287498808415, 'street_density_km': 7481.156924709238, 'circuity_avg': 1.0787622250372513, 'self_loop_proportion': 0.0028268551236749115, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0787622250372513\n", - "5989\n", - "918819281.47767\n", - "error with entry 5989\n", - "5990\n", - "33083814.745241564\n", - "{'n': 1383, 'm': 3827, 'k_avg': 5.534345625451916, 'intersection_count': 1154, 'streets_per_node_avg': 2.830079537237889, 'streets_per_node_counts': {0: 0, 1: 229, 2: 2, 3: 932, 4: 215, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16558206796818511, 2: 0.0014461315979754157, 3: 0.6738973246565437, 4: 0.1554591467823572, 5: 0.0036153289949385392}, 'edge_length_total': 428269.7059999986, 'edge_length_avg': 111.90742252417, 'street_length_total': 216654.0090000001, 'street_length_avg': 111.96589612403106, 'street_segments_count': 1935, 'node_density_km': 41.802918153473115, 'intersection_density_km': 34.88110451851625, 'edge_density_km': 12944.99166126532, 'street_density_km': 6548.640495913834, 'circuity_avg': 1.1313650791591638, 'self_loop_proportion': 0.009929448654298406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1313650791591638\n", - "5991\n", - "10028623.093510278\n", - "{'n': 626, 'm': 1735, 'k_avg': 5.543130990415335, 'intersection_count': 524, 'streets_per_node_avg': 2.8865814696485623, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 392, 4: 131, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16293929712460065, 2: 0.0, 3: 0.6261980830670927, 4: 0.20926517571884984, 5: 0.001597444089456869}, 'edge_length_total': 206299.61100000018, 'edge_length_avg': 118.90467492795399, 'street_length_total': 103422.10000000012, 'street_length_avg': 118.4674684994274, 'street_segments_count': 873, 'node_density_km': 62.42133084103012, 'intersection_density_km': 52.250443068210515, 'edge_density_km': 20571.08030448375, 'street_density_km': 10312.691885581644, 'circuity_avg': 1.0352892849510982, 'self_loop_proportion': 0.0011527377521613833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0352892849510982\n", - "5992\n", - "7008535.120084223\n", - "{'n': 218, 'm': 620, 'k_avg': 5.6880733944954125, 'intersection_count': 188, 'streets_per_node_avg': 2.885321100917431, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 153, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13761467889908258, 2: 0.0, 3: 0.7018348623853211, 4: 0.16055045871559634}, 'edge_length_total': 90158.38000000002, 'edge_length_avg': 145.4167419354839, 'street_length_total': 45079.19, 'street_length_avg': 145.41674193548388, 'street_segments_count': 310, 'node_density_km': 31.10493081147323, 'intersection_density_km': 26.824435745674162, 'edge_density_km': 12864.08335768125, 'street_density_km': 6432.041678840624, 'circuity_avg': 1.0735607121199642, 'self_loop_proportion': 0.0064516129032258064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735607121199642\n", - "5993\n", - "4003052.3744337442\n", - "{'n': 95, 'm': 282, 'k_avg': 5.936842105263158, 'intersection_count': 85, 'streets_per_node_avg': 3.168421052631579, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 49, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10526315789473684, 2: 0.0, 3: 0.5157894736842106, 4: 0.37894736842105264}, 'edge_length_total': 51743.858, 'edge_length_avg': 183.48885815602836, 'street_length_total': 25871.928999999996, 'street_length_avg': 183.48885815602836, 'street_segments_count': 141, 'node_density_km': 23.731890346160743, 'intersection_density_km': 21.23379662551224, 'edge_density_km': 12926.10067519276, 'street_density_km': 6463.050337596379, 'circuity_avg': 1.0313672774707558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0313672774707558\n", - "5994\n", - "13004990.730482444\n", - "{'n': 504, 'm': 1387, 'k_avg': 5.503968253968254, 'intersection_count': 423, 'streets_per_node_avg': 2.8492063492063493, 'streets_per_node_counts': {0: 0, 1: 81, 2: 2, 3: 334, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16071428571428573, 2: 0.003968253968253968, 3: 0.6626984126984127, 4: 0.17063492063492064, 5: 0.001984126984126984}, 'edge_length_total': 196345.83999999997, 'edge_length_avg': 141.56152847873105, 'street_length_total': 98641.00399999983, 'street_length_avg': 141.72558045976987, 'street_segments_count': 696, 'node_density_km': 38.754352882287925, 'intersection_density_km': 32.52597474049165, 'edge_density_km': 15097.730099859607, 'street_density_km': 7584.857693807872, 'circuity_avg': 1.0488499113896927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488499113896927\n", - "5995\n", - "9005982.843598936\n", - "{'n': 327, 'm': 846, 'k_avg': 5.174311926605505, 'intersection_count': 260, 'streets_per_node_avg': 2.7033639143730888, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 224, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20489296636085627, 2: 0.0, 3: 0.6850152905198776, 4: 0.10703363914373089, 5: 0.0030581039755351682}, 'edge_length_total': 103464.64499999983, 'edge_length_avg': 122.29863475177285, 'street_length_total': 52416.255999999965, 'street_length_avg': 122.4678878504672, 'street_segments_count': 428, 'node_density_km': 36.30919641740351, 'intersection_density_km': 28.869697457262735, 'edge_density_km': 11488.434610281101, 'street_density_km': 5820.159432932429, 'circuity_avg': 1.0608181525171851, 'self_loop_proportion': 0.002364066193853428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608181525171851\n", - "5996\n", - "8009783.194307827\n", - "{'n': 482, 'm': 1452, 'k_avg': 6.024896265560166, 'intersection_count': 444, 'streets_per_node_avg': 3.228215767634855, 'streets_per_node_counts': {0: 0, 1: 38, 2: 1, 3: 257, 4: 185, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07883817427385892, 2: 0.002074688796680498, 3: 0.533195020746888, 4: 0.38381742738589214, 5: 0.002074688796680498}, 'edge_length_total': 148330.2749999999, 'edge_length_avg': 102.15583677685945, 'street_length_total': 76414.5970000001, 'street_length_avg': 101.6151555851065, 'street_segments_count': 752, 'node_density_km': 60.176410310647924, 'intersection_density_km': 55.43221198740182, 'edge_density_km': 18518.63794583244, 'street_density_km': 9540.157972603343, 'circuity_avg': 1.0243917570332455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0243917570332455\n", - "5997\n", - "14005239.447393248\n", - "{'n': 397, 'm': 998, 'k_avg': 5.027707808564232, 'intersection_count': 310, 'streets_per_node_avg': 2.6397984886649875, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 279, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21914357682619648, 2: 0.0, 3: 0.7027707808564232, 4: 0.07808564231738035}, 'edge_length_total': 167249.4179999998, 'edge_length_avg': 167.58458717434848, 'street_length_total': 83877.73199999997, 'street_length_avg': 167.08711553784855, 'street_segments_count': 502, 'node_density_km': 28.34653427320676, 'intersection_density_km': 22.134573361949865, 'edge_density_km': 11941.91778214327, 'street_density_km': 5989.025201251513, 'circuity_avg': 1.0823947150799675, 'self_loop_proportion': 0.002004008016032064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0823947150799675\n", - "5998\n", - "9008220.49534034\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 323, 'm': 886, 'k_avg': 5.486068111455109, 'intersection_count': 261, 'streets_per_node_avg': 2.8266253869969042, 'streets_per_node_counts': {0: 0, 1: 62, 2: 1, 3: 193, 4: 65, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19195046439628483, 2: 0.0030959752321981426, 3: 0.5975232198142415, 4: 0.20123839009287925, 5: 0.006191950464396285}, 'edge_length_total': 123702.79599999989, 'edge_length_avg': 139.61940857787798, 'street_length_total': 61910.46000000003, 'street_length_avg': 139.43797297297303, 'street_segments_count': 444, 'node_density_km': 35.85613830912303, 'intersection_density_km': 28.973535909229447, 'edge_density_km': 13732.212268115256, 'street_density_km': 6872.662589911549, 'circuity_avg': 1.0335377356971525, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335377356971525\n", - "5999\n", - "27009681.984899934\n", - "{'n': 1235, 'm': 3486, 'k_avg': 5.645344129554656, 'intersection_count': 1045, 'streets_per_node_avg': 2.9182186234817813, 'streets_per_node_counts': {0: 0, 1: 190, 2: 1, 3: 766, 4: 276, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0008097165991902834, 3: 0.620242914979757, 4: 0.22348178137651822, 5: 0.0016194331983805667}, 'edge_length_total': 436405.55599999905, 'edge_length_avg': 125.18805393000547, 'street_length_total': 221149.2150000001, 'street_length_avg': 123.82374860022402, 'street_segments_count': 1786, 'node_density_km': 45.724344355125716, 'intersection_density_km': 38.68982983895253, 'edge_density_km': 16157.374834845388, 'street_density_km': 8187.775595567399, 'circuity_avg': 1.039882846659073, 'self_loop_proportion': 0.0017211703958691911, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039882846659073\n", - "6000\n", - "16051668.704753801\n", - "{'n': 804, 'm': 2189, 'k_avg': 5.445273631840796, 'intersection_count': 658, 'streets_per_node_avg': 2.804726368159204, 'streets_per_node_counts': {0: 0, 1: 146, 2: 0, 3: 524, 4: 133, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18159203980099503, 2: 0.0, 3: 0.6517412935323383, 4: 0.1654228855721393, 5: 0.0012437810945273632}, 'edge_length_total': 211962.99899999984, 'edge_length_avg': 96.83097259022377, 'street_length_total': 107544.49300000015, 'street_length_avg': 96.79972367236736, 'street_segments_count': 1111, 'node_density_km': 50.08825031143898, 'intersection_density_km': 40.992622767321954, 'edge_density_km': 13205.044466014033, 'street_density_km': 6699.8948818417975, 'circuity_avg': 1.0852512371294316, 'self_loop_proportion': 0.006395614435815441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0852512371294316\n", - "6001\n", - "28084660.464673832\n", - "{'n': 3380, 'm': 8512, 'k_avg': 5.0366863905325445, 'intersection_count': 2455, 'streets_per_node_avg': 2.542011834319527, 'streets_per_node_counts': {0: 0, 1: 925, 2: 0, 3: 2157, 4: 294, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27366863905325445, 2: 0.0, 3: 0.6381656804733727, 4: 0.08698224852071006, 5: 0.001183431952662722}, 'edge_length_total': 587096.6449999982, 'edge_length_avg': 68.97282013627797, 'street_length_total': 295062.6230000001, 'street_length_avg': 69.05280201263751, 'street_segments_count': 4273, 'node_density_km': 120.35039569915821, 'intersection_density_km': 87.41426669864893, 'edge_density_km': 20904.530632957987, 'street_density_km': 10506.184447953121, 'circuity_avg': 1.0959859274723895, 'self_loop_proportion': 0.004934210526315789, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0959859274723895\n", - "6002\n", - "72211354.76249728\n", - "{'n': 12763, 'm': 34691, 'k_avg': 5.436182715662461, 'intersection_count': 10296, 'streets_per_node_avg': 2.789861317871974, 'streets_per_node_counts': {0: 0, 1: 2467, 2: 3, 3: 8075, 4: 2182, 5: 35, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19329311290448953, 2: 0.00023505445428190864, 3: 0.6326882394421375, 4: 0.1709629397477082, 5: 0.0027423019666222674, 6: 7.835148476063621e-05}, 'edge_length_total': 2045709.404, 'edge_length_avg': 58.96945617018824, 'street_length_total': 1046924.2230000031, 'street_length_avg': 58.975001295628836, 'street_segments_count': 17752, 'node_density_km': 176.74505681242834, 'intersection_density_km': 142.58145459067322, 'edge_density_km': 28329.469939018956, 'street_density_km': 14498.055415846036, 'circuity_avg': 1.0940056213917064, 'self_loop_proportion': 0.0034879363523680493, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0940056213917064\n", - "6003\n", - "4012000.7141576014\n", - "{'n': 656, 'm': 1746, 'k_avg': 5.323170731707317, 'intersection_count': 525, 'streets_per_node_avg': 2.7484756097560976, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 429, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19969512195121952, 2: 0.0, 3: 0.6539634146341463, 4: 0.1448170731707317, 5: 0.001524390243902439}, 'edge_length_total': 106270.65699999998, 'edge_length_avg': 60.8652101947308, 'street_length_total': 53839.22300000003, 'street_length_avg': 60.49350898876408, 'street_segments_count': 890, 'node_density_km': 163.50944247968314, 'intersection_density_km': 130.8574044235269, 'edge_density_km': 26488.19493600554, 'street_density_km': 13419.544719922773, 'circuity_avg': 1.0963637140433757, 'self_loop_proportion': 0.006872852233676976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0963637140433757\n", - "6004\n", - "38085394.70783595\n", - "{'n': 5511, 'm': 14290, 'k_avg': 5.185991653057521, 'intersection_count': 4276, 'streets_per_node_avg': 2.7058610052622027, 'streets_per_node_counts': {0: 0, 1: 1235, 2: 6, 3: 3436, 4: 817, 5: 13, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22409726002540373, 2: 0.0010887316276537834, 3: 0.6234803121030666, 4: 0.14824895663219018, 5: 0.0023589185265831974, 6: 0.0007258210851025222}, 'edge_length_total': 914940.4969999957, 'edge_length_avg': 64.02662680195911, 'street_length_total': 475242.98200000246, 'street_length_avg': 64.11804937938511, 'street_segments_count': 7412, 'node_density_km': 144.70113917097277, 'intersection_density_km': 112.27401036020315, 'edge_density_km': 24023.39542543193, 'street_density_km': 12478.352545529026, 'circuity_avg': 1.0818429873638389, 'self_loop_proportion': 0.004198740377886634, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818429873638389\n", - "6005\n", - "15033040.978255153\n", - "{'n': 264, 'm': 670, 'k_avg': 5.075757575757576, 'intersection_count': 214, 'streets_per_node_avg': 2.696969696969697, 'streets_per_node_counts': {0: 0, 1: 50, 2: 1, 3: 192, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1893939393939394, 2: 0.003787878787878788, 3: 0.7272727272727273, 4: 0.07954545454545454}, 'edge_length_total': 109167.43099999987, 'edge_length_avg': 162.9364641791043, 'street_length_total': 57198.289000000055, 'street_length_avg': 163.89194555873942, 'street_segments_count': 349, 'node_density_km': 17.56131712684534, 'intersection_density_km': 14.235310095245842, 'edge_density_km': 7261.832862553047, 'street_density_km': 3804.8382281892054, 'circuity_avg': 1.0818383807183158, 'self_loop_proportion': 0.0029850746268656717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818383807183158\n", - "6006\n", - "15033142.131399874\n", - "{'n': 647, 'm': 1554, 'k_avg': 4.80370942812983, 'intersection_count': 458, 'streets_per_node_avg': 2.519319938176198, 'streets_per_node_counts': {0: 0, 1: 189, 2: 1, 3: 391, 4: 65, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2921174652241113, 2: 0.0015455950540958269, 3: 0.6043276661514683, 4: 0.10046367851622875, 5: 0.0, 6: 0.0015455950540958269}, 'edge_length_total': 134465.14500000028, 'edge_length_avg': 86.52840733590752, 'street_length_total': 69475.48599999989, 'street_length_avg': 86.19787344913138, 'street_segments_count': 806, 'node_density_km': 43.03824139656105, 'intersection_density_km': 30.46601941209422, 'edge_density_km': 8944.580169912822, 'street_density_km': 4621.488002490561, 'circuity_avg': 1.0983835800181052, 'self_loop_proportion': 0.006435006435006435, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0983835800181052\n", - "6007\n", - "8019113.73918091\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 338, 'm': 844, 'k_avg': 4.994082840236686, 'intersection_count': 251, 'streets_per_node_avg': 2.5828402366863905, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 218, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.257396449704142, 2: 0.0, 3: 0.6449704142011834, 4: 0.09763313609467456}, 'edge_length_total': 92656.04399999978, 'edge_length_avg': 109.78204265402817, 'street_length_total': 46328.021999999975, 'street_length_avg': 109.78204265402837, 'street_segments_count': 422, 'node_density_km': 42.149296168297525, 'intersection_density_km': 31.300216977049345, 'edge_density_km': 11554.399527629577, 'street_density_km': 5777.1997638148, 'circuity_avg': 1.068625637317881, 'self_loop_proportion': 0.002369668246445498, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068625637317881\n", - "6008\n", - "14039879.796592254\n", - "{'n': 2267, 'm': 5873, 'k_avg': 5.181296868107631, 'intersection_count': 1696, 'streets_per_node_avg': 2.639170710189678, 'streets_per_node_counts': {0: 0, 1: 571, 2: 1, 3: 1372, 4: 321, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2518747243052492, 2: 0.0004411116012351125, 3: 0.6052051168945743, 4: 0.1415968239964711, 5: 0.000882223202470225}, 'edge_length_total': 366922.25400000013, 'edge_length_avg': 62.47612021113573, 'street_length_total': 187081.22199999998, 'street_length_avg': 62.82109536601745, 'street_segments_count': 2978, 'node_density_km': 161.46861888021604, 'intersection_density_km': 120.79875501581228, 'edge_density_km': 26134.287423818198, 'street_density_km': 13324.987443653767, 'circuity_avg': 1.0903867039784092, 'self_loop_proportion': 0.0034054146092286734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0903867039784092\n", - "6009\n", - "29086198.35909827\n", - "{'n': 4853, 'm': 13810, 'k_avg': 5.691324953636926, 'intersection_count': 4050, 'streets_per_node_avg': 2.881104471460952, 'streets_per_node_counts': {0: 0, 1: 803, 2: 1, 3: 3062, 4: 949, 5: 35, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1654646610344117, 2: 0.000206058108386565, 3: 0.6309499278796621, 4: 0.1955491448588502, 5: 0.007212033793529775, 6: 0.00041211621677313, 7: 0.0, 8: 0.000206058108386565}, 'edge_length_total': 788442.2579999965, 'edge_length_avg': 57.09212585083248, 'street_length_total': 398999.1530000014, 'street_length_avg': 57.26986550882753, 'street_segments_count': 6967, 'node_density_km': 166.8488930758448, 'intersection_density_km': 139.24129753908335, 'edge_density_km': 27107.092108287467, 'street_density_km': 13717.81722980628, 'circuity_avg': 1.081111270509198, 'self_loop_proportion': 0.0023171614771904415, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081111270509198\n", - "6010\n", - "13036930.878766935\n", - "{'n': 1606, 'm': 4441, 'k_avg': 5.530510585305106, 'intersection_count': 1285, 'streets_per_node_avg': 2.828144458281445, 'streets_per_node_counts': {0: 0, 1: 321, 2: 0, 3: 933, 4: 338, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19987546699875466, 2: 0.0, 3: 0.5809464508094645, 4: 0.21046077210460773, 5: 0.008717310087173101}, 'edge_length_total': 273818.47300000075, 'edge_length_avg': 61.656940553929466, 'street_length_total': 139003.351, 'street_length_avg': 61.99971052631579, 'street_segments_count': 2242, 'node_density_km': 123.18850310203527, 'intersection_density_km': 98.56614351563843, 'edge_density_km': 21003.292534592252, 'street_density_km': 10662.27567612503, 'circuity_avg': 1.114861676294192, 'self_loop_proportion': 0.008106282368835848, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.114861676294192\n", - "6011\n", - "93285424.77158305\n", - "{'n': 25311, 'm': 67080, 'k_avg': 5.300462249614792, 'intersection_count': 19859, 'streets_per_node_avg': 2.72498123345581, 'streets_per_node_counts': {0: 0, 1: 5452, 2: 15, 3: 16016, 4: 3711, 5: 105, 6: 11, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2154004187902493, 2: 0.0005926277112717791, 3: 0.632768361581921, 4: 0.14661609576863815, 5: 0.004148393978902453, 6: 0.000434593654932638, 7: 3.950851408478527e-05}, 'edge_length_total': 3433692.9300000235, 'edge_length_avg': 51.188028175313406, 'street_length_total': 1774840.2439999937, 'street_length_avg': 51.6632777551375, 'street_segments_count': 34354, 'node_density_km': 271.3285602973459, 'intersection_density_km': 212.8842747795422, 'edge_density_km': 36808.46111177282, 'street_density_km': 19025.911586358045, 'circuity_avg': 1.0909181218412518, 'self_loop_proportion': 0.0030858676207513418, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0909181218412518\n", - "6012\n", - "10031122.92438015\n", - "{'n': 206, 'm': 488, 'k_avg': 4.737864077669903, 'intersection_count': 151, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 144, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2669902912621359, 2: 0.0, 3: 0.6990291262135923, 4: 0.03398058252427184}, 'edge_length_total': 75313.08599999995, 'edge_length_avg': 154.33009426229498, 'street_length_total': 38105.749000000025, 'street_length_avg': 151.2132896825398, 'street_segments_count': 252, 'node_density_km': 20.53608569578259, 'intersection_density_km': 15.053150194481413, 'edge_density_km': 7507.9416898536065, 'street_density_km': 3798.752072650399, 'circuity_avg': 1.1180691301951677, 'self_loop_proportion': 0.00819672131147541, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1180691301951677\n", - "6013\n", - "11031772.201125078\n", - "{'n': 204, 'm': 489, 'k_avg': 4.794117647058823, 'intersection_count': 153, 'streets_per_node_avg': 2.5784313725490198, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 137, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6715686274509803, 4: 0.0784313725490196}, 'edge_length_total': 72878.89999999998, 'edge_length_avg': 149.03660531697338, 'street_length_total': 38788.63599999998, 'street_length_avg': 150.92854474708162, 'street_segments_count': 257, 'node_density_km': 18.492042464328172, 'intersection_density_km': 13.869031848246129, 'edge_density_km': 6606.273105654539, 'street_density_km': 3516.0838433596473, 'circuity_avg': 1.0896804828020745, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0896804828020745\n", - "6014\n", - "9030230.986865297\n", - "{'n': 1226, 'm': 3367, 'k_avg': 5.492659053833605, 'intersection_count': 996, 'streets_per_node_avg': 2.804241435562806, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 779, 4: 214, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18760195758564438, 2: 0.0, 3: 0.6353996737357259, 4: 0.17455138662316477, 5: 0.0024469820554649264}, 'edge_length_total': 214194.1600000004, 'edge_length_avg': 63.61572913572926, 'street_length_total': 107931.26700000007, 'street_length_avg': 63.526349028840535, 'street_segments_count': 1699, 'node_density_km': 135.7661838089467, 'intersection_density_km': 110.29618195245588, 'edge_density_km': 23719.67675151957, 'street_density_km': 11952.215525493077, 'circuity_avg': 1.0857223414071984, 'self_loop_proportion': 0.001188001188001188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0857223414071984\n", - "6015\n", - "48131684.65714638\n", - "{'n': 8173, 'm': 21631, 'k_avg': 5.293282760308332, 'intersection_count': 6431, 'streets_per_node_avg': 2.8136547167502752, 'streets_per_node_counts': {0: 0, 1: 1742, 2: 3, 3: 4488, 4: 1919, 5: 18, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2131408295607488, 2: 0.0003670622782332069, 3: 0.5491251682368775, 4: 0.234797503976508, 5: 0.0022023736693992414, 6: 0.0003670622782332069}, 'edge_length_total': 1212406.7469999928, 'edge_length_avg': 56.049500577874014, 'street_length_total': 653164.4350000006, 'street_length_avg': 56.92064793028328, 'street_segments_count': 11475, 'node_density_km': 169.8049851821779, 'intersection_density_km': 133.61260977689784, 'edge_density_km': 25189.3686172894, 'street_density_km': 13570.36304988385, 'circuity_avg': 1.087525550602509, 'self_loop_proportion': 0.00286625676112986, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087525550602509\n", - "6016\n", - "12031085.457174562\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 649, 'm': 1670, 'k_avg': 5.14637904468413, 'intersection_count': 482, 'streets_per_node_avg': 2.6240369799691834, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 396, 4: 83, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2573189522342065, 2: 0.0, 3: 0.6101694915254238, 4: 0.12788906009244994, 5: 0.0030816640986132513, 6: 0.0015408320493066256}, 'edge_length_total': 182274.44799999986, 'edge_length_avg': 109.14637604790411, 'street_length_total': 91137.224, 'street_length_avg': 109.1463760479042, 'street_segments_count': 835, 'node_density_km': 53.94359489093134, 'intersection_density_km': 40.06288557385039, 'edge_density_km': 15150.29118933763, 'street_density_km': 7575.145594668821, 'circuity_avg': 1.0792365404761015, 'self_loop_proportion': 0.005988023952095809, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792365404761015\n", - "6017\n", - "15029984.227491394\n", - "{'n': 412, 'm': 1139, 'k_avg': 5.529126213592233, 'intersection_count': 334, 'streets_per_node_avg': 2.8689320388349513, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 232, 4: 102}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18932038834951456, 2: 0.0, 3: 0.5631067961165048, 4: 0.24757281553398058}, 'edge_length_total': 167447.11799999975, 'edge_length_avg': 147.0123950834063, 'street_length_total': 83777.77200000007, 'street_length_avg': 146.97854736842118, 'street_segments_count': 570, 'node_density_km': 27.411871746771993, 'intersection_density_km': 22.222245542286032, 'edge_density_km': 11140.871172287838, 'street_density_km': 5574.042575957057, 'circuity_avg': 1.0538148107250969, 'self_loop_proportion': 0.0052677787532923615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538148107250969\n", - "6018\n", - "284727308.54530555\n", - "{'n': 33701, 'm': 90120, 'k_avg': 5.348209251950981, 'intersection_count': 26882, 'streets_per_node_avg': 2.779947182576185, 'streets_per_node_counts': {0: 0, 1: 6819, 2: 23, 3: 20732, 4: 6019, 5: 100, 6: 7, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2023382095486781, 2: 0.000682472330197917, 3: 0.6151746238984006, 4: 0.178600041541794, 5: 0.0029672710008605088, 6: 0.00020770897006023561, 7: 0.0, 8: 2.9672710008605084e-05}, 'edge_length_total': 7251889.718999953, 'edge_length_avg': 80.46926008655075, 'street_length_total': 3788586.958000009, 'street_length_avg': 81.15907881150808, 'street_segments_count': 46681, 'node_density_km': 118.36237336060628, 'intersection_density_km': 94.41314265688905, 'edge_density_km': 25469.59670307156, 'street_density_km': 13306.018932136158, 'circuity_avg': 1.1076812467065118, 'self_loop_proportion': 0.006857523302263648, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1076812467065118\n", - "6019\n", - "7014987.489476255\n", - "{'n': 239, 'm': 582, 'k_avg': 4.870292887029288, 'intersection_count': 170, 'streets_per_node_avg': 2.493723849372385, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 153, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28870292887029286, 2: 0.0, 3: 0.6401673640167364, 4: 0.07112970711297072}, 'edge_length_total': 79319.75200000001, 'edge_length_avg': 136.28823367697595, 'street_length_total': 39659.87600000003, 'street_length_avg': 136.28823367697606, 'street_segments_count': 291, 'node_density_km': 34.069911080888325, 'intersection_density_km': 24.233827965485418, 'edge_density_km': 11307.183671958635, 'street_density_km': 5653.591835979322, 'circuity_avg': 1.029479472001642, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029479472001642\n", - "6020\n", - "12023054.091994658\n", - "{'n': 737, 'm': 1855, 'k_avg': 5.033921302578019, 'intersection_count': 545, 'streets_per_node_avg': 2.5603799185888736, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 485, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26051560379918587, 2: 0.0, 3: 0.6580732700135685, 4: 0.0814111261872456}, 'edge_length_total': 175600.6159999999, 'edge_length_avg': 94.66340485175196, 'street_length_total': 88081.73900000006, 'street_length_avg': 94.20506844919792, 'street_segments_count': 935, 'node_density_km': 61.298900791831144, 'intersection_density_km': 45.32958063982086, 'edge_density_km': 14605.325290594885, 'street_density_km': 7326.070258525058, 'circuity_avg': 1.0668684038659144, 'self_loop_proportion': 0.00215633423180593, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668684038659144\n", - "6021\n", - "8019362.585257307\n", - "{'n': 213, 'm': 546, 'k_avg': 5.126760563380282, 'intersection_count': 165, 'streets_per_node_avg': 2.6901408450704225, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 135, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22535211267605634, 2: 0.0, 3: 0.6338028169014085, 4: 0.14084507042253522}, 'edge_length_total': 88971.35999999993, 'edge_length_avg': 162.95120879120867, 'street_length_total': 44485.68, 'street_length_avg': 162.95120879120878, 'street_segments_count': 273, 'node_density_km': 26.560714487654725, 'intersection_density_km': 20.575201363676197, 'edge_density_km': 11094.567561212874, 'street_density_km': 5547.283780606442, 'circuity_avg': 1.025319883466273, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025319883466273\n", - "6022\n", - "10026059.173877388\n", - "{'n': 546, 'm': 1461, 'k_avg': 5.351648351648351, 'intersection_count': 442, 'streets_per_node_avg': 2.76007326007326, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 365, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.0, 3: 0.6684981684981685, 4: 0.14102564102564102}, 'edge_length_total': 170955.76000000018, 'edge_length_avg': 117.01284052019177, 'street_length_total': 85538.562, 'street_length_avg': 117.01581668946649, 'street_segments_count': 731, 'node_density_km': 54.45808672490059, 'intersection_density_km': 44.08511782491952, 'edge_density_km': 17051.142132236815, 'street_density_km': 8531.623493991367, 'circuity_avg': 1.0695237845436119, 'self_loop_proportion': 0.0054757015742642025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695237845436119\n", - "6023\n", - "11021782.076498063\n", - "{'n': 514, 'm': 1443, 'k_avg': 5.614785992217898, 'intersection_count': 422, 'streets_per_node_avg': 2.869649805447471, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 305, 4: 117}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17898832684824903, 2: 0.0, 3: 0.5933852140077821, 4: 0.22762645914396887}, 'edge_length_total': 163375.3950000001, 'edge_length_avg': 113.21926195426202, 'street_length_total': 81898.24799999998, 'street_length_avg': 112.96310068965514, 'street_segments_count': 725, 'node_density_km': 46.634926768876255, 'intersection_density_km': 38.28781925382447, 'edge_density_km': 14822.956384554935, 'street_density_km': 7430.581319025808, 'circuity_avg': 1.0439456492208792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0439456492208792\n", - "6024\n", - "8022141.403326243\n", - "{'n': 340, 'm': 973, 'k_avg': 5.723529411764706, 'intersection_count': 308, 'streets_per_node_avg': 3.0176470588235293, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 238, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09411764705882353, 2: 0.0, 3: 0.7, 4: 0.20588235294117646}, 'edge_length_total': 119496.05200000021, 'edge_length_avg': 122.81197533401873, 'street_length_total': 59772.04199999998, 'street_length_avg': 122.73519917864472, 'street_segments_count': 487, 'node_density_km': 42.382698447452555, 'intersection_density_km': 38.39373859357467, 'edge_density_km': 14895.77981640329, 'street_density_km': 7450.883622571964, 'circuity_avg': 1.0391422500067922, 'self_loop_proportion': 0.0020554984583761563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391422500067922\n", - "6025\n", - "6015194.614898736\n", - "{'n': 183, 'm': 414, 'k_avg': 4.524590163934426, 'intersection_count': 126, 'streets_per_node_avg': 2.3934426229508197, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 123, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3114754098360656, 2: 0.0, 3: 0.6721311475409836, 4: 0.01639344262295082}, 'edge_length_total': 52161.90999999996, 'edge_length_avg': 125.99495169082115, 'street_length_total': 26080.954999999994, 'street_length_avg': 125.99495169082122, 'street_segments_count': 207, 'node_density_km': 30.422955817046454, 'intersection_density_km': 20.946953185507397, 'edge_density_km': 8671.691165370232, 'street_density_km': 4335.845582685119, 'circuity_avg': 1.0341968807112576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341968807112576\n", - "6026\n", - "6012572.998174351\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 222, 'm': 587, 'k_avg': 5.288288288288288, 'intersection_count': 186, 'streets_per_node_avg': 2.81981981981982, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 154, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.0, 3: 0.6936936936936937, 4: 0.14414414414414414}, 'edge_length_total': 84341.97199999997, 'edge_length_avg': 143.6830868824531, 'street_length_total': 42233.86600000001, 'street_length_avg': 143.6526054421769, 'street_segments_count': 294, 'node_density_km': 36.9226286429134, 'intersection_density_km': 30.935175349467986, 'edge_density_km': 14027.600500752247, 'street_density_km': 7024.258335462013, 'circuity_avg': 1.0435556552990795, 'self_loop_proportion': 0.0034071550255536627, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435556552990795\n", - "6027\n", - "26067535.535262626\n", - "{'n': 1943, 'm': 5603, 'k_avg': 5.767370046320123, 'intersection_count': 1592, 'streets_per_node_avg': 2.9547092125579, 'streets_per_node_counts': {0: 0, 1: 351, 2: 0, 3: 994, 4: 584, 5: 12, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1806484817292846, 2: 0.0, 3: 0.5115800308800823, 4: 0.30056613484302624, 5: 0.006176016469377252, 6: 0.001029336078229542}, 'edge_length_total': 518049.64999999985, 'edge_length_avg': 92.45933428520432, 'street_length_total': 261874.51800000036, 'street_length_avg': 92.50247898269176, 'street_segments_count': 2831, 'node_density_km': 74.53715742984696, 'intersection_density_km': 61.07213310772843, 'edge_density_km': 19873.365063575453, 'street_density_km': 10046.00214875518, 'circuity_avg': 1.03741154756929, 'self_loop_proportion': 0.0003569516330537212, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03741154756929\n", - "6028\n", - "7014427.174991435\n", - "{'n': 304, 'm': 772, 'k_avg': 5.078947368421052, 'intersection_count': 235, 'streets_per_node_avg': 2.6447368421052633, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 205, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22697368421052633, 2: 0.0, 3: 0.6743421052631579, 4: 0.09868421052631579}, 'edge_length_total': 102746.82900000007, 'edge_length_avg': 133.09174740932653, 'street_length_total': 51610.40699999999, 'street_length_avg': 133.01651288659792, 'street_segments_count': 388, 'node_density_km': 43.33924815469642, 'intersection_density_km': 33.50237933011072, 'edge_density_km': 14647.928681378822, 'street_density_km': 7357.75077742724, 'circuity_avg': 1.0635119243476028, 'self_loop_proportion': 0.0051813471502590676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635119243476028\n", - "6029\n", - "8018715.846947145\n", - "{'n': 909, 'm': 2422, 'k_avg': 5.328932893289329, 'intersection_count': 682, 'streets_per_node_avg': 2.7194719471947195, 'streets_per_node_counts': {0: 0, 1: 227, 2: 0, 3: 483, 4: 199}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24972497249724973, 2: 0.0, 3: 0.5313531353135313, 4: 0.21892189218921893}, 'edge_length_total': 173734.73800000016, 'edge_length_avg': 71.73193146160204, 'street_length_total': 87709.15399999995, 'street_length_avg': 71.7163973834832, 'street_segments_count': 1223, 'node_density_km': 113.35979692385172, 'intersection_density_km': 85.05102475474902, 'edge_density_km': 21666.15469559802, 'street_density_km': 10938.0548798711, 'circuity_avg': 1.0442283496795985, 'self_loop_proportion': 0.0033030553261767133, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442283496795985\n", - "6030\n", - "8021096.473261428\n", - "{'n': 254, 'm': 672, 'k_avg': 5.291338582677166, 'intersection_count': 207, 'streets_per_node_avg': 2.7598425196850394, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 174, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18503937007874016, 2: 0.0, 3: 0.6850393700787402, 4: 0.12992125984251968}, 'edge_length_total': 110359.87700000012, 'edge_length_avg': 164.22600744047637, 'street_length_total': 55940.44100000001, 'street_length_avg': 163.56854093567256, 'street_segments_count': 342, 'node_density_km': 31.666493583105105, 'intersection_density_km': 25.80694555788487, 'edge_density_km': 13758.702113593592, 'street_density_km': 6974.163842372323, 'circuity_avg': 1.0487029704290782, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487029704290782\n", - "6031\n", - "8018062.421893363\n", - "{'n': 355, 'm': 866, 'k_avg': 4.878873239436619, 'intersection_count': 260, 'streets_per_node_avg': 2.543661971830986, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 232, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2676056338028169, 2: 0.0, 3: 0.6535211267605634, 4: 0.07887323943661972}, 'edge_length_total': 109472.72100000009, 'edge_length_avg': 126.41191801385692, 'street_length_total': 54889.05, 'street_length_avg': 126.47246543778803, 'street_segments_count': 434, 'node_density_km': 44.27503570322308, 'intersection_density_km': 32.42678671221972, 'edge_density_km': 13653.263748743615, 'street_density_km': 6845.6750661014, 'circuity_avg': 1.0484404367171571, 'self_loop_proportion': 0.006928406466512702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484404367171571\n", - "6032\n", - "7028865.03237448\n", - "{'n': 225, 'm': 549, 'k_avg': 4.88, 'intersection_count': 161, 'streets_per_node_avg': 2.511111111111111, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 144, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28444444444444444, 2: 0.0, 3: 0.64, 4: 0.07111111111111111, 5: 0.0044444444444444444}, 'edge_length_total': 55519.00600000004, 'edge_length_avg': 101.12751548269588, 'street_length_total': 28055.599000000013, 'street_length_avg': 101.28375090252712, 'street_segments_count': 277, 'node_density_km': 32.010857935621914, 'intersection_density_km': 22.905547233933902, 'edge_density_km': 7898.715616857519, 'street_density_km': 3991.4835283901184, 'circuity_avg': 1.1319141726077675, 'self_loop_proportion': 0.0036429872495446266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1319141726077675\n", - "6033\n", - "6024699.156402056\n", - "{'n': 540, 'm': 1259, 'k_avg': 4.662962962962963, 'intersection_count': 367, 'streets_per_node_avg': 2.4314814814814816, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 330, 4: 36, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32037037037037036, 2: 0.0, 3: 0.6111111111111112, 4: 0.06666666666666667, 5: 0.0, 6: 0.001851851851851852}, 'edge_length_total': 97582.62899999997, 'edge_length_avg': 77.50804527402698, 'street_length_total': 49728.51400000001, 'street_length_avg': 76.7415339506173, 'street_segments_count': 648, 'node_density_km': 89.63103152232542, 'intersection_density_km': 60.91590475683968, 'edge_density_km': 16197.095733204415, 'street_density_km': 8254.107418319263, 'circuity_avg': 1.1071649236687, 'self_loop_proportion': 0.009531374106433678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1071649236687\n", - "6034\n", - "13051120.098972866\n", - "{'n': 106, 'm': 252, 'k_avg': 4.754716981132075, 'intersection_count': 75, 'streets_per_node_avg': 2.4245283018867925, 'streets_per_node_counts': {0: 0, 1: 31, 2: 2, 3: 70, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29245283018867924, 2: 0.018867924528301886, 3: 0.660377358490566, 4: 0.02830188679245283}, 'edge_length_total': 32638.606, 'edge_length_avg': 129.51827777777777, 'street_length_total': 16508.434999999998, 'street_length_avg': 129.9876771653543, 'street_segments_count': 127, 'node_density_km': 8.12190824972504, 'intersection_density_km': 5.74663319556017, 'edge_density_km': 2500.8279559521243, 'street_density_km': 1264.9056077032978, 'circuity_avg': 1.0719376463582506, 'self_loop_proportion': 0.007936507936507936, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719376463582506\n", - "6035\n", - "70261373.33872856\n", - "{'n': 2868, 'm': 7385, 'k_avg': 5.149930264993026, 'intersection_count': 2179, 'streets_per_node_avg': 2.6286610878661087, 'streets_per_node_counts': {0: 0, 1: 689, 2: 3, 3: 1866, 4: 305, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2402370990237099, 2: 0.0010460251046025104, 3: 0.6506276150627615, 4: 0.10634588563458856, 5: 0.001394700139470014, 6: 0.0003486750348675035}, 'edge_length_total': 684014.0979999984, 'edge_length_avg': 92.62208503723743, 'street_length_total': 346324.5819999999, 'street_length_avg': 92.35322186666663, 'street_segments_count': 3750, 'node_density_km': 40.81901425657358, 'intersection_density_km': 31.012772686566887, 'edge_density_km': 9735.279364699878, 'street_density_km': 4929.0892782635565, 'circuity_avg': 1.1083780513741686, 'self_loop_proportion': 0.005687203791469194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1083780513741686\n", - "6036\n", - "12038998.475676853\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1040, 'm': 2997, 'k_avg': 5.763461538461539, 'intersection_count': 902, 'streets_per_node_avg': 2.960576923076923, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 668, 4: 233, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1326923076923077, 2: 0.0, 3: 0.6423076923076924, 4: 0.22403846153846155, 5: 0.0009615384615384616}, 'edge_length_total': 223360.29599999965, 'edge_length_avg': 74.52795995995984, 'street_length_total': 114489.83299999978, 'street_length_avg': 75.0753003278687, 'street_segments_count': 1525, 'node_density_km': 86.38592338899099, 'intersection_density_km': 74.92317586237488, 'edge_density_km': 18553.06290230608, 'street_density_km': 9509.913406111878, 'circuity_avg': 1.0901784027937798, 'self_loop_proportion': 0.00333667000333667, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0901784027937798\n", - "6037\n", - "16061045.150091907\n", - "{'n': 2143, 'm': 5657, 'k_avg': 5.279514699020066, 'intersection_count': 1645, 'streets_per_node_avg': 2.6705552963135792, 'streets_per_node_counts': {0: 0, 1: 498, 2: 0, 3: 1355, 4: 290}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2323845076994867, 2: 0.0, 3: 0.6322911805879609, 4: 0.1353243117125525}, 'edge_length_total': 340981.621000002, 'edge_length_avg': 60.27605108714902, 'street_length_total': 171564.49699999965, 'street_length_avg': 60.3250692686356, 'street_segments_count': 2844, 'node_density_km': 133.4284276006619, 'intersection_density_km': 102.42172813956549, 'edge_density_km': 21230.350690972984, 'street_density_km': 10682.025696130859, 'circuity_avg': 1.0478778011808654, 'self_loop_proportion': 0.0010606328442637441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478778011808654\n", - "6038\n", - "9032012.138519155\n", - "{'n': 224, 'm': 561, 'k_avg': 5.008928571428571, 'intersection_count': 165, 'streets_per_node_avg': 2.59375, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 139, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26339285714285715, 2: 0.0, 3: 0.6205357142857143, 4: 0.11160714285714286, 5: 0.004464285714285714}, 'edge_length_total': 69497.54799999997, 'edge_length_avg': 123.88154723707659, 'street_length_total': 35389.807000000015, 'street_length_avg': 124.6119964788733, 'street_segments_count': 284, 'node_density_km': 24.8006752609088, 'intersection_density_km': 18.268354544865858, 'edge_density_km': 7694.580890077773, 'street_density_km': 3918.263888184096, 'circuity_avg': 1.0868776663422692, 'self_loop_proportion': 0.0035650623885918, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0868776663422692\n", - "6039\n", - "8031227.512738128\n", - "{'n': 625, 'm': 1591, 'k_avg': 5.0912, 'intersection_count': 483, 'streets_per_node_avg': 2.5952, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 452, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2272, 2: 0.0, 3: 0.7232, 4: 0.0496}, 'edge_length_total': 140364.36700000003, 'edge_length_avg': 88.22398931489631, 'street_length_total': 70733.03099999994, 'street_length_avg': 87.64935687732336, 'street_segments_count': 807, 'node_density_km': 77.82122957028713, 'intersection_density_km': 60.14024621191789, 'edge_density_km': 17477.324204472057, 'street_density_km': 8807.25030984517, 'circuity_avg': 1.089353361051253, 'self_loop_proportion': 0.00502828409805154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089353361051253\n", - "6040\n", - "7029089.822996451\n", - "{'n': 119, 'm': 318, 'k_avg': 5.34453781512605, 'intersection_count': 105, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 94, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.0, 3: 0.7899159663865546, 4: 0.09243697478991597}, 'edge_length_total': 44253.386, 'edge_length_avg': 139.16159119496854, 'street_length_total': 22491.09400000001, 'street_length_avg': 135.4885180722892, 'street_segments_count': 166, 'node_density_km': 16.92964565777467, 'intersection_density_km': 14.937922639212946, 'edge_density_km': 6295.7491103926595, 'street_density_km': 3199.7164023168248, 'circuity_avg': 1.1468295214341855, 'self_loop_proportion': 0.012578616352201259, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1468295214341855\n", - "6041\n", - "21091852.075760905\n", - "{'n': 785, 'm': 2130, 'k_avg': 5.426751592356688, 'intersection_count': 691, 'streets_per_node_avg': 2.870063694267516, 'streets_per_node_counts': {0: 0, 1: 94, 2: 5, 3: 604, 4: 78, 5: 1, 6: 1, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1197452229299363, 2: 0.006369426751592357, 3: 0.7694267515923567, 4: 0.09936305732484077, 5: 0.0012738853503184713, 6: 0.0012738853503184713, 7: 0.0025477707006369425}, 'edge_length_total': 162802.41400000016, 'edge_length_avg': 76.43305821596252, 'street_length_total': 84230.4020000001, 'street_length_avg': 75.40770098478076, 'street_segments_count': 1117, 'node_density_km': 37.21816354392769, 'intersection_density_km': 32.76146625331724, 'edge_density_km': 7718.734865730227, 'street_density_km': 3993.504301919462, 'circuity_avg': 1.079682216266025, 'self_loop_proportion': 0.0028169014084507044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079682216266025\n", - "6042\n", - "8034757.967905293\n", - "{'n': 1085, 'm': 3067, 'k_avg': 5.653456221198157, 'intersection_count': 940, 'streets_per_node_avg': 2.8838709677419354, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 782, 4: 152, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1336405529953917, 2: 0.0, 3: 0.7207373271889401, 4: 0.1400921658986175, 5: 0.005529953917050691}, 'edge_length_total': 201483.06599999891, 'edge_length_avg': 65.69385914574467, 'street_length_total': 101715.36400000007, 'street_length_avg': 65.66518011620406, 'street_segments_count': 1549, 'node_density_km': 135.03829291859375, 'intersection_density_km': 116.99170077739919, 'edge_density_km': 25076.43252040941, 'street_density_km': 12659.418542076863, 'circuity_avg': 1.0834511864852354, 'self_loop_proportion': 0.0006521030322791001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0834511864852354\n", - "6043\n", - "10043903.176955666\n", - "{'n': 82, 'm': 211, 'k_avg': 5.146341463414634, 'intersection_count': 68, 'streets_per_node_avg': 2.731707317073171, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 62, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17073170731707318, 2: 0.0, 3: 0.7560975609756098, 4: 0.07317073170731707}, 'edge_length_total': 26035.177000000003, 'edge_length_avg': 123.38946445497632, 'street_length_total': 13107.526999999993, 'street_length_avg': 122.50025233644853, 'street_segments_count': 107, 'node_density_km': 8.164156758115466, 'intersection_density_km': 6.770276335998191, 'edge_density_km': 2592.137393332712, 'street_density_km': 1305.0232334052546, 'circuity_avg': 1.0632639604305132, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632639604305132\n", - "6044\n", - "5020994.914530699\n", - "{'n': 8, 'm': 16, 'k_avg': 4.0, 'intersection_count': 7, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.875}, 'edge_length_total': 11486.401999999996, 'edge_length_avg': 717.9001249999998, 'street_length_total': 5743.201, 'street_length_avg': 717.900125, 'street_segments_count': 8, 'node_density_km': 1.593309719722698, 'intersection_density_km': 1.3941460047573606, 'edge_density_km': 2287.6744939052787, 'street_density_km': 1143.8372469526398, 'circuity_avg': 1.2003690619220313, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2003690619220313\n", - "6045\n", - "5020876.73034803\n", - "{'n': 25, 'm': 58, 'k_avg': 4.64, 'intersection_count': 18, 'streets_per_node_avg': 2.48, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 17, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28, 2: 0.0, 3: 0.68, 4: 0.04}, 'edge_length_total': 8552.220000000001, 'edge_length_avg': 147.45206896551727, 'street_length_total': 4276.11, 'street_length_avg': 147.45206896551724, 'street_segments_count': 29, 'node_density_km': 4.979210074784506, 'intersection_density_km': 3.585031253844844, 'edge_density_km': 1703.331999430942, 'street_density_km': 851.6659997154708, 'circuity_avg': 1.1232439171950261, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1232439171950261\n", - "6046\n", - "9037718.519484492\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 93, 'm': 222, 'k_avg': 4.774193548387097, 'intersection_count': 66, 'streets_per_node_avg': 2.5161290322580645, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 57, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.0, 3: 0.6129032258064516, 4: 0.0967741935483871}, 'edge_length_total': 56412.06799999998, 'edge_length_avg': 254.1084144144143, 'street_length_total': 28206.034000000018, 'street_length_avg': 254.10841441441457, 'street_segments_count': 111, 'node_density_km': 10.29020762258755, 'intersection_density_km': 7.302727990223423, 'edge_density_km': 6241.8483025755595, 'street_density_km': 3120.924151287783, 'circuity_avg': 1.158921174607831, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.158921174607831\n", - "6047\n", - "42176978.80226952\n", - "{'n': 3432, 'm': 9373, 'k_avg': 5.462121212121212, 'intersection_count': 3012, 'streets_per_node_avg': 2.983100233100233, 'streets_per_node_counts': {0: 0, 1: 420, 2: 2, 3: 2251, 4: 735, 5: 23, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12237762237762238, 2: 0.0005827505827505828, 3: 0.6558857808857809, 4: 0.21416083916083917, 5: 0.006701631701631702, 6: 0.0002913752913752914}, 'edge_length_total': 654702.9250000038, 'edge_length_avg': 69.84987997439494, 'street_length_total': 347802.44800000044, 'street_length_avg': 68.15646639231834, 'street_segments_count': 5103, 'node_density_km': 81.37140443580863, 'intersection_density_km': 71.41336543142644, 'edge_density_km': 15522.75538912651, 'street_density_km': 8246.26272143716, 'circuity_avg': 1.1184061844455757, 'self_loop_proportion': 0.004267577083111064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1184061844455757\n", - "6048\n", - "7020257.984847923\n", - "{'n': 310, 'm': 756, 'k_avg': 4.877419354838709, 'intersection_count': 220, 'streets_per_node_avg': 2.47741935483871, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 202, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2903225806451613, 2: 0.0, 3: 0.6516129032258065, 4: 0.05806451612903226}, 'edge_length_total': 59298.48800000002, 'edge_length_avg': 78.43715343915346, 'street_length_total': 29649.244000000024, 'street_length_avg': 78.4371534391535, 'street_segments_count': 378, 'node_density_km': 44.1579213568909, 'intersection_density_km': 31.337879672632255, 'edge_density_km': 8446.767644150128, 'street_density_km': 4223.383822075066, 'circuity_avg': 1.1533915397478813, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1533915397478813\n", - "6049\n", - "6016970.869587189\n", - "{'n': 933, 'm': 2599, 'k_avg': 5.571275455519829, 'intersection_count': 766, 'streets_per_node_avg': 2.819935691318328, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 605, 4: 156, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1789924973204716, 2: 0.0, 3: 0.6484458735262594, 4: 0.16720257234726688, 5: 0.0053590568060021436}, 'edge_length_total': 139360.07900000032, 'edge_length_avg': 53.62065371296665, 'street_length_total': 69787.79200000007, 'street_length_avg': 53.641654112221424, 'street_segments_count': 1301, 'node_density_km': 155.06141216602086, 'intersection_density_km': 127.30658276438582, 'edge_density_km': 23161.168970319697, 'street_density_km': 11598.49258249576, 'circuity_avg': 1.0933266829186483, 'self_loop_proportion': 0.003847633705271258, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0933266829186483\n", - "6050\n", - "7021898.768539908\n", - "{'n': 729, 'm': 1881, 'k_avg': 5.160493827160494, 'intersection_count': 565, 'streets_per_node_avg': 2.615912208504801, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 519, 4: 44, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22496570644718794, 2: 0.0, 3: 0.7119341563786008, 4: 0.06035665294924554, 5: 0.0027434842249657062}, 'edge_length_total': 119006.07699999996, 'edge_length_avg': 63.26745188729397, 'street_length_total': 59907.16800000004, 'street_length_avg': 63.12662592202322, 'street_segments_count': 949, 'node_density_km': 103.81807314940599, 'intersection_density_km': 80.46256698136403, 'edge_density_km': 16947.848569560818, 'street_density_km': 8531.477022767844, 'circuity_avg': 1.0912513896794152, 'self_loop_proportion': 0.00531632110579479, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0912513896794152\n", - "6051\n", - "13044385.85311687\n", - "{'n': 646, 'm': 1477, 'k_avg': 4.572755417956657, 'intersection_count': 432, 'streets_per_node_avg': 2.373065015479876, 'streets_per_node_counts': {0: 0, 1: 214, 2: 0, 3: 410, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.33126934984520123, 2: 0.0, 3: 0.6346749226006192, 4: 0.032507739938080496, 5: 0.0015479876160990713}, 'edge_length_total': 137782.8640000002, 'edge_length_avg': 93.28562220717684, 'street_length_total': 69972.62499999997, 'street_length_avg': 91.94825886990797, 'street_segments_count': 761, 'node_density_km': 49.52322073834105, 'intersection_density_km': 33.11769560211042, 'edge_density_km': 10562.617937821726, 'street_density_km': 5364.1946648856965, 'circuity_avg': 1.119784044311436, 'self_loop_proportion': 0.005416384563303994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.119784044311436\n", - "6052\n", - "5015450.7836536495\n", - "{'n': 145, 'm': 368, 'k_avg': 5.075862068965518, 'intersection_count': 113, 'streets_per_node_avg': 2.593103448275862, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 108, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2206896551724138, 2: 0.0, 3: 0.7448275862068966, 4: 0.034482758620689655}, 'edge_length_total': 45097.72799999998, 'edge_length_avg': 122.54817391304343, 'street_length_total': 22548.864000000012, 'street_length_avg': 122.54817391304354, 'street_segments_count': 184, 'node_density_km': 28.91066152469959, 'intersection_density_km': 22.53037760200727, 'edge_density_km': 8991.75965338598, 'street_density_km': 4495.879826692994, 'circuity_avg': 1.0611137085672988, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611137085672988\n", - "6053\n", - "7022611.038606059\n", - "{'n': 710, 'm': 1836, 'k_avg': 5.171830985915493, 'intersection_count': 542, 'streets_per_node_avg': 2.715492957746479, 'streets_per_node_counts': {0: 0, 1: 168, 2: 0, 3: 414, 4: 122, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23661971830985915, 2: 0.0, 3: 0.5830985915492958, 4: 0.17183098591549295, 5: 0.008450704225352112}, 'edge_length_total': 150674.42200000046, 'edge_length_avg': 82.06667864923772, 'street_length_total': 76479.06299999978, 'street_length_avg': 80.93022539682516, 'street_segments_count': 945, 'node_density_km': 101.10199697759855, 'intersection_density_km': 77.17927093219495, 'edge_density_km': 21455.61261640205, 'street_density_km': 10890.402811655698, 'circuity_avg': 1.039881688512744, 'self_loop_proportion': 0.0010893246187363835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039881688512744\n", - "6054\n", - "5014778.588472685\n", - "{'n': 1745, 'm': 4708, 'k_avg': 5.395988538681949, 'intersection_count': 1386, 'streets_per_node_avg': 2.7363896848137537, 'streets_per_node_counts': {0: 0, 1: 359, 2: 3, 3: 1128, 4: 250, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20573065902578797, 2: 0.0017191977077363897, 3: 0.6464183381088825, 4: 0.14326647564469913, 5: 0.002292263610315186, 6: 0.0005730659025787965}, 'edge_length_total': 213876.7270000001, 'edge_length_avg': 45.42836172472389, 'street_length_total': 107238.45199999995, 'street_length_avg': 45.38233262801521, 'street_segments_count': 2363, 'node_density_km': 347.97149449652215, 'intersection_density_km': 276.38308961156434, 'edge_density_km': 42649.28615026631, 'street_density_km': 21384.48390254071, 'circuity_avg': 1.0702065460168315, 'self_loop_proportion': 0.0016992353440951572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702065460168315\n", - "6055\n", - "16054865.634916838\n", - "error with entry 6055\n", - "6056\n", - "4012279.686823059\n", - "{'n': 27, 'm': 60, 'k_avg': 4.444444444444445, 'intersection_count': 20, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 18, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25925925925925924, 2: 0.0, 3: 0.6666666666666666, 4: 0.07407407407407407}, 'edge_length_total': 13992.745999999994, 'edge_length_avg': 233.21243333333322, 'street_length_total': 6996.373, 'street_length_avg': 233.2124333333333, 'street_segments_count': 30, 'node_density_km': 6.7293414486213745, 'intersection_density_km': 4.984697369349166, 'edge_density_km': 3487.4802088085517, 'street_density_km': 1743.7401044042765, 'circuity_avg': 1.1393375854962617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1393375854962617\n", - "6057\n", - "6021235.318769569\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 369, 'm': 931, 'k_avg': 5.046070460704607, 'intersection_count': 283, 'streets_per_node_avg': 2.5826558265582658, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 265, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23306233062330622, 2: 0.0, 3: 0.7181571815718157, 4: 0.04878048780487805}, 'edge_length_total': 80274.47599999998, 'edge_length_avg': 86.22392696025777, 'street_length_total': 40392.41700000002, 'street_length_avg': 86.30858333333339, 'street_segments_count': 468, 'node_density_km': 61.2831056194968, 'intersection_density_km': 47.00032219598265, 'edge_density_km': 13331.894827256803, 'street_density_km': 6708.327255386883, 'circuity_avg': 1.116300673141392, 'self_loop_proportion': 0.004296455424274973, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.116300673141392\n", - "6058\n", - "8026328.147583801\n", - "{'n': 322, 'm': 904, 'k_avg': 5.614906832298137, 'intersection_count': 277, 'streets_per_node_avg': 2.888198757763975, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 224, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13975155279503104, 2: 0.0, 3: 0.6956521739130435, 4: 0.16149068322981366, 5: 0.003105590062111801}, 'edge_length_total': 77504.8319999999, 'edge_length_avg': 85.73543362831846, 'street_length_total': 38752.41599999999, 'street_length_avg': 85.73543362831856, 'street_segments_count': 452, 'node_density_km': 40.11797101728678, 'intersection_density_km': 34.5114222726349, 'edge_density_km': 9656.32485675676, 'street_density_km': 4828.162428378385, 'circuity_avg': 1.1052613535911207, 'self_loop_proportion': 0.004424778761061947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1052613535911207\n", - "6059\n", - "30095931.664945666\n", - "{'n': 4083, 'm': 11657, 'k_avg': 5.710017144256674, 'intersection_count': 3494, 'streets_per_node_avg': 2.893950526573598, 'streets_per_node_counts': {0: 0, 1: 589, 2: 0, 3: 2769, 4: 707, 5: 16, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14425667401420525, 2: 0.0, 3: 0.6781778104335048, 4: 0.17315699240754348, 5: 0.0039186872397746755, 6: 0.0004898359049718344}, 'edge_length_total': 739646.2360000014, 'edge_length_avg': 63.45082233850917, 'street_length_total': 372630.0350000005, 'street_length_avg': 63.34013853476126, 'street_segments_count': 5883, 'node_density_km': 135.66617725796098, 'intersection_density_km': 116.09542575050592, 'edge_density_km': 24576.28639758997, 'street_density_km': 12381.408861119344, 'circuity_avg': 1.098547359449447, 'self_loop_proportion': 0.00463240971090332, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098547359449447\n", - "6060\n", - "8025927.021519759\n", - "{'n': 23, 'm': 44, 'k_avg': 3.8260869565217392, 'intersection_count': 14, 'streets_per_node_avg': 2.217391304347826, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.391304347826087, 2: 0.0, 3: 0.6086956521739131}, 'edge_length_total': 18559.101999999995, 'edge_length_avg': 421.7977727272726, 'street_length_total': 9279.551, 'street_length_avg': 421.79777272727273, 'street_segments_count': 22, 'node_density_km': 2.865712576046425, 'intersection_density_km': 1.744346785419563, 'edge_density_km': 2312.393565283841, 'street_density_km': 1156.1967826419207, 'circuity_avg': 1.049626858205209, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049626858205209\n", - "6061\n", - "10033186.005241992\n", - "{'n': 1871, 'm': 5250, 'k_avg': 5.611972207375735, 'intersection_count': 1556, 'streets_per_node_avg': 2.845002672367718, 'streets_per_node_counts': {0: 0, 1: 315, 2: 0, 3: 1220, 4: 333, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16835916622127206, 2: 0.0, 3: 0.6520577231427044, 4: 0.17797969000534475, 5: 0.0010689470871191875, 6: 0.0005344735435595938}, 'edge_length_total': 271912.41999999934, 'edge_length_avg': 51.79284190476178, 'street_length_total': 137217.45900000015, 'street_length_avg': 51.76064089023016, 'street_segments_count': 2651, 'node_density_km': 186.48114357916492, 'intersection_density_km': 155.0853337301874, 'edge_density_km': 27101.303599667594, 'street_density_km': 13676.359526107537, 'circuity_avg': 1.078534941623479, 'self_loop_proportion': 0.0034285714285714284, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078534941623479\n", - "6062\n", - "15045064.39915036\n", - "{'n': 1414, 'm': 3591, 'k_avg': 5.079207920792079, 'intersection_count': 1095, 'streets_per_node_avg': 2.66973125884017, 'streets_per_node_counts': {0: 0, 1: 319, 2: 0, 3: 925, 4: 169, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2256011315417256, 2: 0.0, 3: 0.6541725601131542, 4: 0.11951909476661952, 5: 0.0007072135785007072}, 'edge_length_total': 236291.19599999965, 'edge_length_avg': 65.80094569757718, 'street_length_total': 121503.44000000018, 'street_length_avg': 65.14929758713146, 'street_segments_count': 1865, 'node_density_km': 93.98431023531231, 'intersection_density_km': 72.78134349905727, 'edge_density_km': 15705.56228482104, 'street_density_km': 8075.966760691422, 'circuity_avg': 1.0671863992733828, 'self_loop_proportion': 0.003898635477582846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671863992733828\n", - "6063\n", - "16050093.18294213\n", - "{'n': 2889, 'm': 8048, 'k_avg': 5.571478020076151, 'intersection_count': 2430, 'streets_per_node_avg': 2.8698511595707856, 'streets_per_node_counts': {0: 0, 1: 459, 2: 1, 3: 1905, 4: 509, 5: 12, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1588785046728972, 2: 0.00034614053305642093, 3: 0.6593977154724818, 4: 0.17618553132571824, 5: 0.004153686396677051, 6: 0.0006922810661128419, 7: 0.00034614053305642093}, 'edge_length_total': 425373.2369999987, 'edge_length_avg': 52.85452746023841, 'street_length_total': 217217.99700000044, 'street_length_avg': 53.04468791208802, 'street_segments_count': 4095, 'node_density_km': 179.9989549637256, 'intersection_density_km': 151.4009901564047, 'edge_density_km': 26502.851550549305, 'street_density_km': 13533.753014646509, 'circuity_avg': 1.0559707144318458, 'self_loop_proportion': 0.0022365805168986083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559707144318458\n", - "6064\n", - "6013037.029288844\n", - "{'n': 241, 'm': 667, 'k_avg': 5.535269709543568, 'intersection_count': 198, 'streets_per_node_avg': 2.896265560165975, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 138, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17842323651452283, 2: 0.0, 3: 0.5726141078838174, 4: 0.24481327800829875, 5: 0.004149377593360996}, 'edge_length_total': 90372.59300000008, 'edge_length_avg': 135.4911439280361, 'street_length_total': 45451.39400000001, 'street_length_avg': 135.67580298507465, 'street_segments_count': 335, 'node_density_km': 40.079580223124424, 'intersection_density_km': 32.92845180157111, 'edge_density_km': 15029.44228678538, 'street_density_km': 7558.80826587484, 'circuity_avg': 1.0232346013563198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0232346013563198\n", - "6065\n", - "9014812.816368168\n", - "{'n': 584, 'm': 1602, 'k_avg': 5.486301369863014, 'intersection_count': 471, 'streets_per_node_avg': 2.839041095890411, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 341, 4: 128, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1934931506849315, 2: 0.0, 3: 0.583904109589041, 4: 0.2191780821917808, 5: 0.003424657534246575}, 'edge_length_total': 167561.17899999983, 'edge_length_avg': 104.59499313358292, 'street_length_total': 83974.49900000001, 'street_length_avg': 104.44589427860699, 'street_segments_count': 804, 'node_density_km': 64.78226579920029, 'intersection_density_km': 52.24734108120434, 'edge_density_km': 18587.316499324257, 'street_density_km': 9315.168346871025, 'circuity_avg': 1.0450475664963734, 'self_loop_proportion': 0.0024968789013732834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450475664963734\n", - "6066\n", - "9016607.60581399\n", - "{'n': 449, 'm': 1166, 'k_avg': 5.193763919821826, 'intersection_count': 379, 'streets_per_node_avg': 2.7861915367483294, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 336, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.155902004454343, 2: 0.0, 3: 0.7483296213808464, 4: 0.0935412026726058, 5: 0.0022271714922048997}, 'edge_length_total': 130188.89100000006, 'edge_length_avg': 111.65428044596918, 'street_length_total': 67114.43799999992, 'street_length_avg': 109.84359738134194, 'street_segments_count': 611, 'node_density_km': 49.79699900775107, 'intersection_density_km': 42.03354704663175, 'edge_density_km': 14438.788587855714, 'street_density_km': 7443.424504436006, 'circuity_avg': 1.0825517014781996, 'self_loop_proportion': 0.004288164665523156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825517014781996\n", - "6067\n", - "12019723.801204344\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 199, 'm': 540, 'k_avg': 5.42713567839196, 'intersection_count': 169, 'streets_per_node_avg': 2.8542713567839195, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 138, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1507537688442211, 2: 0.0, 3: 0.6934673366834171, 4: 0.15577889447236182}, 'edge_length_total': 100680.38600000003, 'edge_length_avg': 186.4451592592593, 'street_length_total': 50340.19300000002, 'street_length_avg': 186.44515925925933, 'street_segments_count': 270, 'node_density_km': 16.556120863614247, 'intersection_density_km': 14.06022324598396, 'edge_density_km': 8376.26451864993, 'street_density_km': 4188.132259324966, 'circuity_avg': 1.0412286269731443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412286269731443\n", - "6068\n", - "8014621.024736337\n", - "{'n': 184, 'm': 509, 'k_avg': 5.532608695652174, 'intersection_count': 161, 'streets_per_node_avg': 2.9565217391304346, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 123, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.6684782608695652, 4: 0.20652173913043478}, 'edge_length_total': 88396.13099999996, 'edge_length_avg': 173.6662691552062, 'street_length_total': 44801.438000000024, 'street_length_avg': 172.97852509652517, 'street_segments_count': 259, 'node_density_km': 22.958041238893536, 'intersection_density_km': 20.088286084031843, 'edge_density_km': 11029.358809003448, 'street_density_km': 5589.96337590072, 'circuity_avg': 1.0729582836472884, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729582836472884\n", - "6069\n", - "10016973.154007738\n", - "{'n': 636, 'm': 1715, 'k_avg': 5.3930817610062896, 'intersection_count': 501, 'streets_per_node_avg': 2.742138364779874, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 395, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21226415094339623, 2: 0.0, 3: 0.6210691823899371, 4: 0.16666666666666666}, 'edge_length_total': 164479.73700000014, 'edge_length_avg': 95.906552186589, 'street_length_total': 82253.93200000004, 'street_length_avg': 95.86705361305367, 'street_segments_count': 858, 'node_density_km': 63.49223365398955, 'intersection_density_km': 50.01510858592573, 'edge_density_km': 16420.10360526849, 'street_density_km': 8211.45576965939, 'circuity_avg': 1.0400541998630468, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400541998630468\n", - "6070\n", - "16027562.942635924\n", - "{'n': 659, 'm': 1799, 'k_avg': 5.4597875569044, 'intersection_count': 534, 'streets_per_node_avg': 2.8300455235204858, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 398, 4: 134, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18968133535660092, 2: 0.0, 3: 0.6039453717754173, 4: 0.20333839150227617, 5: 0.0030349013657056147}, 'edge_length_total': 255884.87900000034, 'edge_length_avg': 142.23728682601464, 'street_length_total': 128277.54100000003, 'street_length_avg': 141.27482488986786, 'street_segments_count': 908, 'node_density_km': 41.116668975727606, 'intersection_density_km': 33.31760429899627, 'edge_density_km': 15965.301768948599, 'street_density_km': 8003.558710648448, 'circuity_avg': 1.0379022223590033, 'self_loop_proportion': 0.0011117287381878821, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379022223590033\n", - "6071\n", - "8013820.86616295\n", - "{'n': 144, 'm': 354, 'k_avg': 4.916666666666667, 'intersection_count': 116, 'streets_per_node_avg': 2.7430555555555554, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 97, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19444444444444445, 2: 0.0, 3: 0.6736111111111112, 4: 0.13194444444444445}, 'edge_length_total': 51163.13199999999, 'edge_length_avg': 144.52862146892653, 'street_length_total': 28307.89099999998, 'street_length_avg': 153.01562702702694, 'street_segments_count': 185, 'node_density_km': 17.96895668182658, 'intersection_density_km': 14.474992882582521, 'edge_density_km': 6384.361823712326, 'street_density_km': 3532.3837995338063, 'circuity_avg': 1.0891500773429572, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0891500773429572\n", - "6072\n", - "8014239.74449285\n", - "{'n': 329, 'm': 946, 'k_avg': 5.750759878419453, 'intersection_count': 269, 'streets_per_node_avg': 2.975683890577508, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 157, 4: 112}, 'streets_per_node_proportion': {0: 0.0, 1: 0.182370820668693, 2: 0.0, 3: 0.47720364741641336, 4: 0.3404255319148936}, 'edge_length_total': 131469.80000000013, 'edge_length_avg': 138.9744186046513, 'street_length_total': 65734.90000000004, 'street_length_avg': 138.97441860465125, 'street_segments_count': 473, 'node_density_km': 41.05192887773031, 'intersection_density_km': 33.565254918265815, 'edge_density_km': 16404.525468600103, 'street_density_km': 8202.262734300048, 'circuity_avg': 1.0328167730196303, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0328167730196303\n", - "6073\n", - "6009504.310965793\n", - "{'n': 249, 'm': 638, 'k_avg': 5.124497991967871, 'intersection_count': 190, 'streets_per_node_avg': 2.6586345381526106, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 157, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23694779116465864, 2: 0.0, 3: 0.6305220883534136, 4: 0.13253012048192772}, 'edge_length_total': 80557.80799999999, 'edge_length_avg': 126.26615673981189, 'street_length_total': 40278.90399999998, 'street_length_avg': 126.26615673981185, 'street_segments_count': 319, 'node_density_km': 41.43436581710064, 'intersection_density_km': 31.616584358430206, 'edge_density_km': 13405.067012432755, 'street_density_km': 6702.533506216375, 'circuity_avg': 1.0391778587134985, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391778587134985\n", - "6074\n", - "6010881.019207839\n", - "{'n': 119, 'm': 322, 'k_avg': 5.411764705882353, 'intersection_count': 102, 'streets_per_node_avg': 2.899159663865546, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 81, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.680672268907563, 4: 0.16806722689075632, 5: 0.008403361344537815}, 'edge_length_total': 51542.15999999993, 'edge_length_avg': 160.06881987577617, 'street_length_total': 25771.079999999976, 'street_length_avg': 160.06881987577626, 'street_segments_count': 161, 'node_density_km': 19.797430629509073, 'intersection_density_km': 16.96922625386492, 'edge_density_km': 8574.80955542064, 'street_density_km': 4287.4047777103215, 'circuity_avg': 1.0166758832853746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0166758832853746\n", - "6075\n", - "12025441.964286353\n", - "{'n': 447, 'm': 1302, 'k_avg': 5.825503355704698, 'intersection_count': 382, 'streets_per_node_avg': 2.975391498881432, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 263, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14541387024608501, 2: 0.0, 3: 0.5883668903803132, 4: 0.2662192393736018}, 'edge_length_total': 184694.73800000007, 'edge_length_avg': 141.85463748079883, 'street_length_total': 92347.36900000004, 'street_length_avg': 141.85463748079883, 'street_segments_count': 651, 'node_density_km': 37.171190990528146, 'intersection_density_km': 31.765984246939045, 'edge_density_km': 15358.665282200356, 'street_density_km': 7679.332641100178, 'circuity_avg': 1.0248663429809821, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0248663429809821\n", - "6076\n", - "10021198.48002941\n", - "{'n': 426, 'm': 1114, 'k_avg': 5.230046948356808, 'intersection_count': 349, 'streets_per_node_avg': 2.732394366197183, 'streets_per_node_counts': {0: 0, 1: 77, 2: 2, 3: 306, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1807511737089202, 2: 0.004694835680751174, 3: 0.7183098591549296, 4: 0.09389671361502347, 5: 0.002347417840375587}, 'edge_length_total': 141861.50600000005, 'edge_length_avg': 127.34426032315983, 'street_length_total': 71226.10600000001, 'street_length_avg': 126.9627557932264, 'street_segments_count': 561, 'node_density_km': 42.509885504108865, 'intersection_density_km': 34.826173805009375, 'edge_density_km': 14156.141731221725, 'street_density_km': 7107.543687707798, 'circuity_avg': 1.061770713529751, 'self_loop_proportion': 0.00718132854578097, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061770713529751\n", - "6077\n", - "7011263.193463741\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 430, 'm': 1196, 'k_avg': 5.562790697674418, 'intersection_count': 368, 'streets_per_node_avg': 2.855813953488372, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 309, 4: 57, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14418604651162792, 2: 0.0, 3: 0.7186046511627907, 4: 0.1325581395348837, 5: 0.002325581395348837, 6: 0.002325581395348837}, 'edge_length_total': 127888.01000000005, 'edge_length_avg': 106.92977424749168, 'street_length_total': 63944.00499999997, 'street_length_avg': 106.92977424749158, 'street_segments_count': 598, 'node_density_km': 61.32988994064124, 'intersection_density_km': 52.48697557710692, 'edge_density_km': 18240.36646052937, 'street_density_km': 9120.183230264676, 'circuity_avg': 1.0330634294482957, 'self_loop_proportion': 0.0016722408026755853, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0330634294482957\n", - "6078\n", - "12028183.286145993\n", - "{'n': 278, 'm': 714, 'k_avg': 5.136690647482014, 'intersection_count': 213, 'streets_per_node_avg': 2.679856115107914, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 174, 4: 38, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23381294964028776, 2: 0.0, 3: 0.6258992805755396, 4: 0.1366906474820144, 5: 0.0, 6: 0.0035971223021582736}, 'edge_length_total': 121221.46400000004, 'edge_length_avg': 169.77796078431376, 'street_length_total': 61321.981999999996, 'street_length_avg': 169.86698614958448, 'street_segments_count': 361, 'node_density_km': 23.11238475391368, 'intersection_density_km': 17.708409901379905, 'edge_density_km': 10078.119123743514, 'street_density_km': 5098.191517469673, 'circuity_avg': 1.0365570274732205, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0365570274732205\n", - "6079\n", - "158334461.8129739\n", - "error with entry 6079\n", - "6080\n", - "8018456.442281716\n", - "{'n': 335, 'm': 961, 'k_avg': 5.737313432835821, 'intersection_count': 291, 'streets_per_node_avg': 3.023880597014925, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 195, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13134328358208955, 2: 0.0, 3: 0.582089552238806, 4: 0.2865671641791045}, 'edge_length_total': 121382.5, 'edge_length_avg': 126.30853277835588, 'street_length_total': 60936.40999999998, 'street_length_avg': 126.42408713692942, 'street_segments_count': 482, 'node_density_km': 41.778614426777764, 'intersection_density_km': 36.291274024454715, 'edge_density_km': 15137.888554204035, 'street_density_km': 7599.518740125504, 'circuity_avg': 1.0331416883716986, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0331416883716986\n", - "6081\n", - "8014243.761573268\n", - "{'n': 438, 'm': 1140, 'k_avg': 5.205479452054795, 'intersection_count': 344, 'streets_per_node_avg': 2.671232876712329, 'streets_per_node_counts': {0: 0, 1: 94, 2: 1, 3: 299, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2146118721461187, 2: 0.00228310502283105, 3: 0.682648401826484, 4: 0.09817351598173515, 5: 0.00228310502283105}, 'edge_length_total': 107444.27399999976, 'edge_length_avg': 94.24936315789452, 'street_length_total': 53789.249000000054, 'street_length_avg': 94.0371486013987, 'street_segments_count': 572, 'node_density_km': 54.65269250981912, 'intersection_density_km': 42.92357585246068, 'edge_density_km': 13406.664084161506, 'street_density_km': 6711.706132262782, 'circuity_avg': 1.0584911715526464, 'self_loop_proportion': 0.0017543859649122807, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584911715526464\n", - "6082\n", - "8016484.429853294\n", - "{'n': 298, 'm': 776, 'k_avg': 5.208053691275167, 'intersection_count': 231, 'streets_per_node_avg': 2.6711409395973154, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 195, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22483221476510068, 2: 0.0, 3: 0.6543624161073825, 4: 0.12080536912751678}, 'edge_length_total': 89200.73399999982, 'edge_length_avg': 114.94939948453586, 'street_length_total': 44600.367000000035, 'street_length_avg': 114.94939948453617, 'street_segments_count': 388, 'node_density_km': 37.173402207363054, 'intersection_density_km': 28.815623858727736, 'edge_density_km': 11127.16363145637, 'street_density_km': 5563.5818157282, 'circuity_avg': 1.0407406400184886, 'self_loop_proportion': 0.007731958762886598, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407406400184886\n", - "6083\n", - "7011811.992232061\n", - "{'n': 273, 'm': 680, 'k_avg': 4.981684981684982, 'intersection_count': 207, 'streets_per_node_avg': 2.6336996336996337, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 175, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24175824175824176, 2: 0.0, 3: 0.6410256410256411, 4: 0.11721611721611722}, 'edge_length_total': 95351.7310000001, 'edge_length_avg': 140.22313382352957, 'street_length_total': 47854.08700000001, 'street_length_avg': 140.3345659824047, 'street_segments_count': 341, 'node_density_km': 38.93430119096737, 'intersection_density_km': 29.52161299095328, 'edge_density_km': 13598.728988403313, 'street_density_km': 6824.781818596177, 'circuity_avg': 1.0635670982912333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635670982912333\n", - "6084\n", - "44075972.47249136\n", - "{'n': 5996, 'm': 14732, 'k_avg': 4.913942628418946, 'intersection_count': 4090, 'streets_per_node_avg': 2.485657104736491, 'streets_per_node_counts': {0: 0, 1: 1906, 2: 0, 3: 3368, 4: 716, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3178785857238159, 2: 0.0, 3: 0.561707805203469, 4: 0.11941294196130754, 5: 0.0010006671114076052}, 'edge_length_total': 905992.7080000088, 'edge_length_avg': 61.498283193049744, 'street_length_total': 457100.1400000003, 'street_length_avg': 61.72858068872387, 'street_segments_count': 7405, 'node_density_km': 136.03783793408564, 'intersection_density_km': 92.79432240667283, 'edge_density_km': 20555.251697860003, 'street_density_km': 10370.732949460958, 'circuity_avg': 1.070865681462399, 'self_loop_proportion': 0.0009503122454520771, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070865681462399\n", - "6085\n", - "14023558.993139861\n", - "{'n': 804, 'm': 2340, 'k_avg': 5.82089552238806, 'intersection_count': 693, 'streets_per_node_avg': 3.0460199004975124, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 437, 4: 254, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13805970149253732, 2: 0.0, 3: 0.5435323383084577, 4: 0.31592039800995025, 5: 0.0012437810945273632, 6: 0.0012437810945273632}, 'edge_length_total': 278201.1039999993, 'edge_length_avg': 118.88936068376039, 'street_length_total': 140351.9319999999, 'street_length_avg': 117.94279999999992, 'street_segments_count': 1190, 'node_density_km': 57.33209382820054, 'intersection_density_km': 49.41684206833703, 'edge_density_km': 19838.1241264141, 'street_density_km': 10008.29618705624, 'circuity_avg': 1.0429198814379486, 'self_loop_proportion': 0.0017094017094017094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429198814379486\n", - "6086\n", - "20037799.363391165\n", - "{'n': 755, 'm': 2223, 'k_avg': 5.888741721854305, 'intersection_count': 637, 'streets_per_node_avg': 2.986754966887417, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 412, 4: 224, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1562913907284768, 2: 0.0, 3: 0.5456953642384106, 4: 0.29668874172185433, 5: 0.0013245033112582781}, 'edge_length_total': 320372.092000001, 'edge_length_avg': 144.117000449843, 'street_length_total': 160397.49399999992, 'street_length_avg': 144.11275292003586, 'street_segments_count': 1113, 'node_density_km': 37.67878828946539, 'intersection_density_km': 31.789918066740995, 'edge_density_km': 15988.387057379026, 'street_density_km': 8004.745984883168, 'circuity_avg': 1.0281409925843485, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0281409925843485\n", - "6087\n", - "477843401.0518926\n", - "error with entry 6087\n", - "6088\n", - "10019892.590168774\n", - "{'n': 302, 'm': 822, 'k_avg': 5.443708609271523, 'intersection_count': 255, 'streets_per_node_avg': 2.827814569536424, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 213, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15562913907284767, 2: 0.0, 3: 0.7052980132450332, 4: 0.1390728476821192}, 'edge_length_total': 127440.59200000021, 'edge_length_avg': 155.03721654501243, 'street_length_total': 63720.29600000007, 'street_length_avg': 155.03721654501234, 'street_segments_count': 411, 'node_density_km': 30.140043646407303, 'intersection_density_km': 25.44937460209888, 'edge_density_km': 12718.758295377456, 'street_density_km': 6359.3791476887245, 'circuity_avg': 1.0210911324772176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0210911324772176\n", - "6089\n", - "9016095.637726814\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 639, 'm': 1640, 'k_avg': 5.13302034428795, 'intersection_count': 515, 'streets_per_node_avg': 2.6932707355242567, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 464, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19405320813771518, 2: 0.0, 3: 0.7261345852895149, 4: 0.0782472613458529, 5: 0.001564945226917058}, 'edge_length_total': 160311.65199999994, 'edge_length_avg': 97.75100731707313, 'street_length_total': 80155.82600000004, 'street_length_avg': 97.75100731707323, 'street_segments_count': 820, 'node_density_km': 70.87324998263972, 'intersection_density_km': 57.12006845236222, 'edge_density_km': 17780.60686592479, 'street_density_km': 8890.303432962404, 'circuity_avg': 1.0457372130527227, 'self_loop_proportion': 0.0012195121951219512, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0457372130527227\n", - "6090\n", - "7011951.419717841\n", - "{'n': 108, 'm': 278, 'k_avg': 5.148148148148148, 'intersection_count': 85, 'streets_per_node_avg': 2.6944444444444446, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 72, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21296296296296297, 2: 0.0, 3: 0.6666666666666666, 4: 0.12037037037037036}, 'edge_length_total': 44363.38999999998, 'edge_length_avg': 159.58053956834524, 'street_length_total': 22181.694999999996, 'street_length_avg': 159.5805395683453, 'street_segments_count': 139, 'node_density_km': 15.402274421967672, 'intersection_density_km': 12.122160424696778, 'edge_density_km': 6326.82506545163, 'street_density_km': 3163.412532725816, 'circuity_avg': 1.0719427414564564, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719427414564564\n", - "6091\n", - "9014878.1718074\n", - "{'n': 1061, 'm': 2716, 'k_avg': 5.119698397737983, 'intersection_count': 804, 'streets_per_node_avg': 2.6239396795475964, 'streets_per_node_counts': {0: 0, 1: 257, 2: 0, 3: 690, 4: 113, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24222431668237512, 2: 0.0, 3: 0.6503298774740811, 4: 0.10650329877474081, 5: 0.000942507068803016}, 'edge_length_total': 219322.73899999997, 'edge_length_avg': 80.75211303387333, 'street_length_total': 109918.37500000015, 'street_length_avg': 80.52628205128215, 'street_segments_count': 1365, 'node_density_km': 117.69432484602054, 'intersection_density_km': 89.18589743279972, 'edge_density_km': 24328.974260117786, 'street_density_km': 12192.996167574665, 'circuity_avg': 1.0536078668520914, 'self_loop_proportion': 0.003681885125184094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536078668520914\n", - "6092\n", - "13022400.997597769\n", - "{'n': 480, 'm': 1292, 'k_avg': 5.383333333333334, 'intersection_count': 403, 'streets_per_node_avg': 2.839583333333333, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 327, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16041666666666668, 2: 0.0, 3: 0.68125, 4: 0.15625, 5: 0.0020833333333333333}, 'edge_length_total': 173124.26199999996, 'edge_length_avg': 133.99710681114547, 'street_length_total': 90479.83200000011, 'street_length_avg': 136.88325567322255, 'street_segments_count': 661, 'node_density_km': 36.85956223345796, 'intersection_density_km': 30.94667412517408, 'edge_density_km': 13294.342727730165, 'street_density_km': 6948.014580160052, 'circuity_avg': 1.0769741730225717, 'self_loop_proportion': 0.0030959752321981426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769741730225717\n", - "6093\n", - "22032516.937327653\n", - "{'n': 1572, 'm': 4106, 'k_avg': 5.223918575063613, 'intersection_count': 1192, 'streets_per_node_avg': 2.6444020356234095, 'streets_per_node_counts': {0: 0, 1: 380, 2: 0, 3: 992, 4: 199, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24173027989821882, 2: 0.0, 3: 0.6310432569974554, 4: 0.12659033078880408, 5: 0.0006361323155216285}, 'edge_length_total': 397109.3839999989, 'edge_length_avg': 96.71441402825107, 'street_length_total': 198554.69200000027, 'street_length_avg': 96.71441402825147, 'street_segments_count': 2053, 'node_density_km': 71.34908846191358, 'intersection_density_km': 54.10185333753243, 'edge_density_km': 18023.786620910898, 'street_density_km': 9011.893310455485, 'circuity_avg': 1.0494141228693947, 'self_loop_proportion': 0.000974184120798831, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494141228693947\n", - "6094\n", - "10017014.096485114\n", - "{'n': 501, 'm': 1340, 'k_avg': 5.349301397205589, 'intersection_count': 401, 'streets_per_node_avg': 2.748502994011976, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 328, 4: 72, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1996007984031936, 2: 0.0, 3: 0.654690618762475, 4: 0.1437125748502994, 5: 0.001996007984031936}, 'edge_length_total': 145219.6959999998, 'edge_length_avg': 108.37290746268641, 'street_length_total': 73211.19500000004, 'street_length_avg': 108.14061299852295, 'street_segments_count': 677, 'node_density_km': 50.01490415949367, 'intersection_density_km': 40.031889357199525, 'edge_density_km': 14497.30374752654, 'street_density_km': 7308.684433786435, 'circuity_avg': 1.038900363493877, 'self_loop_proportion': 0.004477611940298508, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038900363493877\n", - "6095\n", - "9020764.17528633\n", - "{'n': 944, 'm': 2603, 'k_avg': 5.514830508474576, 'intersection_count': 760, 'streets_per_node_avg': 2.8421610169491527, 'streets_per_node_counts': {0: 0, 1: 184, 2: 0, 3: 541, 4: 219}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19491525423728814, 2: 0.0, 3: 0.573093220338983, 4: 0.2319915254237288}, 'edge_length_total': 177774.5970000003, 'edge_length_avg': 68.29604187476001, 'street_length_total': 89811.62499999984, 'street_length_avg': 68.09069370735394, 'street_segments_count': 1319, 'node_density_km': 104.64745354791809, 'intersection_density_km': 84.25006853434084, 'edge_density_km': 19707.265764361644, 'street_density_km': 9956.099422934876, 'circuity_avg': 1.0562501934956279, 'self_loop_proportion': 0.004610065309258548, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562501934956279\n", - "6096\n", - "26063934.847517658\n", - "{'n': 1919, 'm': 5429, 'k_avg': 5.6581552892131315, 'intersection_count': 1627, 'streets_per_node_avg': 2.8989056800416884, 'streets_per_node_counts': {0: 0, 1: 292, 2: 1, 3: 1244, 4: 376, 5: 3, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1521625846795206, 2: 0.0005211047420531526, 3: 0.6482542991141219, 4: 0.1959353830119854, 5: 0.001563314226159458, 6: 0.001563314226159458}, 'edge_length_total': 489018.5120000005, 'edge_length_avg': 90.07524627003141, 'street_length_total': 245581.52300000025, 'street_length_avg': 90.02255241935492, 'street_segments_count': 2728, 'node_density_km': 73.62664199503118, 'intersection_density_km': 62.4234218477935, 'edge_density_km': 18762.267280858203, 'street_density_km': 9422.273514599026, 'circuity_avg': 1.0430288137780694, 'self_loop_proportion': 0.0014735678762202984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430288137780694\n", - "6097\n", - "7014219.847897057\n", - "{'n': 150, 'm': 384, 'k_avg': 5.12, 'intersection_count': 120, 'streets_per_node_avg': 2.7333333333333334, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 100, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2, 2: 0.0, 3: 0.6666666666666666, 4: 0.13333333333333333}, 'edge_length_total': 67156.916, 'edge_length_avg': 174.88780208333333, 'street_length_total': 33578.458000000006, 'street_length_avg': 174.88780208333336, 'street_segments_count': 192, 'node_density_km': 21.385129530117553, 'intersection_density_km': 17.108103624094042, 'edge_density_km': 9574.395650021492, 'street_density_km': 4787.197825010747, 'circuity_avg': 1.0347798302599087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0347798302599087\n", - "6098\n", - "25061583.54067254\n", - "{'n': 1258, 'm': 3609, 'k_avg': 5.737678855325914, 'intersection_count': 1067, 'streets_per_node_avg': 2.957074721780604, 'streets_per_node_counts': {0: 0, 1: 191, 2: 2, 3: 737, 4: 326, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1518282988871224, 2: 0.001589825119236884, 3: 0.5858505564387917, 4: 0.2591414944356121, 5: 0.001589825119236884}, 'edge_length_total': 422975.072, 'edge_length_avg': 117.20007536713771, 'street_length_total': 213607.50400000004, 'street_length_avg': 117.23792755214053, 'street_segments_count': 1822, 'node_density_km': 50.196349243390266, 'intersection_density_km': 42.57512292742243, 'edge_density_km': 16877.42800903032, 'street_density_km': 8523.304349596889, 'circuity_avg': 1.0492906116220622, 'self_loop_proportion': 0.0024937655860349127, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492906116220622\n", - "6099\n", - "13022059.767428389\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 415, 'm': 1118, 'k_avg': 5.387951807228916, 'intersection_count': 337, 'streets_per_node_avg': 2.756626506024096, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 282, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18795180722891566, 2: 0.0, 3: 0.6795180722891566, 4: 0.13253012048192772}, 'edge_length_total': 176645.54399999994, 'edge_length_avg': 158.00138103756703, 'street_length_total': 88322.77200000006, 'street_length_avg': 158.00138103756717, 'street_segments_count': 559, 'node_density_km': 31.868998254640534, 'intersection_density_km': 25.879162438105684, 'edge_density_km': 13565.10008054464, 'street_density_km': 6782.550040272326, 'circuity_avg': 1.067145490702944, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067145490702944\n", - "6100\n", - "16028958.55443433\n", - "{'n': 362, 'm': 1044, 'k_avg': 5.767955801104972, 'intersection_count': 306, 'streets_per_node_avg': 2.9613259668508287, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 208, 4: 98}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15469613259668508, 2: 0.0, 3: 0.574585635359116, 4: 0.27071823204419887}, 'edge_length_total': 184633.29500000027, 'edge_length_avg': 176.8518151340999, 'street_length_total': 93194.38499999998, 'street_length_avg': 177.17563688212925, 'street_segments_count': 526, 'node_density_km': 22.58412477458522, 'intersection_density_km': 19.090448013875903, 'edge_density_km': 11518.733071333721, 'street_density_km': 5814.126019698157, 'circuity_avg': 1.0274637506353328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0274637506353328\n", - "6101\n", - "10019744.929457124\n", - "{'n': 327, 'm': 872, 'k_avg': 5.333333333333333, 'intersection_count': 270, 'streets_per_node_avg': 2.743119266055046, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 240, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1743119266055046, 2: 0.0, 3: 0.7339449541284404, 4: 0.09174311926605505}, 'edge_length_total': 114284.61399999983, 'edge_length_avg': 131.0603371559631, 'street_length_total': 57142.306999999964, 'street_length_avg': 131.06033715596323, 'street_segments_count': 436, 'node_density_km': 32.635561314405344, 'intersection_density_km': 26.946793745839273, 'edge_density_km': 11405.940451040187, 'street_density_km': 5702.970225520099, 'circuity_avg': 1.0572698147925144, 'self_loop_proportion': 0.0022935779816513763, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572698147925144\n", - "6102\n", - "14027658.47849705\n", - "{'n': 405, 'm': 1045, 'k_avg': 5.160493827160494, 'intersection_count': 314, 'streets_per_node_avg': 2.6765432098765434, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 263, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22469135802469137, 2: 0.0, 3: 0.6493827160493827, 4: 0.1259259259259259}, 'edge_length_total': 173444.31600000037, 'edge_length_avg': 165.97542200956974, 'street_length_total': 87720.96100000001, 'street_length_avg': 165.51124716981133, 'street_segments_count': 530, 'node_density_km': 28.871532666754263, 'intersection_density_km': 22.38434878360701, 'edge_density_km': 12364.452432732987, 'street_density_km': 6253.428619927351, 'circuity_avg': 1.051455003118134, 'self_loop_proportion': 0.0019138755980861245, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051455003118134\n", - "6103\n", - "11021052.034807878\n", - "{'n': 359, 'm': 942, 'k_avg': 5.247910863509749, 'intersection_count': 291, 'streets_per_node_avg': 2.6963788300835656, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 266, 4: 23, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1894150417827298, 2: 0.0, 3: 0.7409470752089137, 4: 0.06406685236768803, 5: 0.005571030640668524}, 'edge_length_total': 134504.7080000002, 'edge_length_avg': 142.78631422505327, 'street_length_total': 67252.354, 'street_length_avg': 142.7863142250531, 'street_segments_count': 471, 'node_density_km': 32.57402277624381, 'intersection_density_km': 26.404012891049994, 'edge_density_km': 12204.343793604537, 'street_density_km': 6102.171896802261, 'circuity_avg': 1.1144825362762072, 'self_loop_proportion': 0.012738853503184714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1144825362762072\n", - "6104\n", - "8021085.485778603\n", - "{'n': 260, 'm': 686, 'k_avg': 5.276923076923077, 'intersection_count': 221, 'streets_per_node_avg': 2.769230769230769, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 203, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.7807692307692308, 4: 0.06923076923076923}, 'edge_length_total': 98316.3159999999, 'edge_length_avg': 143.31824489795903, 'street_length_total': 49158.15800000002, 'street_length_avg': 143.31824489795923, 'street_segments_count': 343, 'node_density_km': 32.41456539279882, 'intersection_density_km': 27.552380583878996, 'edge_density_km': 12257.233285234885, 'street_density_km': 6128.61664261745, 'circuity_avg': 1.0494423017441494, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494423017441494\n", - "6105\n", - "18034262.47686146\n", - "{'n': 702, 'm': 1934, 'k_avg': 5.50997150997151, 'intersection_count': 547, 'streets_per_node_avg': 2.824786324786325, 'streets_per_node_counts': {0: 0, 1: 155, 2: 0, 3: 360, 4: 187}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2207977207977208, 2: 0.0, 3: 0.5128205128205128, 4: 0.26638176638176636}, 'edge_length_total': 257651.07, 'edge_length_avg': 133.2218562564633, 'street_length_total': 128912.37600000012, 'street_length_avg': 133.0365077399382, 'street_segments_count': 969, 'node_density_km': 38.92590566987082, 'intersection_density_km': 30.33115441797627, 'edge_density_km': 14286.753912480463, 'street_density_km': 7148.192290391629, 'circuity_avg': 1.030566818273367, 'self_loop_proportion': 0.001034126163391934, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030566818273367\n", - "6106\n", - "8015237.951070663\n", - "{'n': 207, 'm': 500, 'k_avg': 4.830917874396135, 'intersection_count': 149, 'streets_per_node_avg': 2.5072463768115942, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 135, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28019323671497587, 2: 0.0, 3: 0.6521739130434783, 4: 0.06763285024154589}, 'edge_length_total': 83780.86799999999, 'edge_length_avg': 167.56173599999997, 'street_length_total': 41890.43400000001, 'street_length_avg': 167.56173600000002, 'street_segments_count': 250, 'node_density_km': 25.825808449311136, 'intersection_density_km': 18.589591589117678, 'edge_density_km': 10452.698785917974, 'street_density_km': 5226.349392958989, 'circuity_avg': 1.0275681997586557, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275681997586557\n", - "6107\n", - "7013712.500021342\n", - "{'n': 158, 'm': 392, 'k_avg': 4.962025316455696, 'intersection_count': 121, 'streets_per_node_avg': 2.6392405063291138, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 104, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23417721518987342, 2: 0.0, 3: 0.6582278481012658, 4: 0.10759493670886076}, 'edge_length_total': 70454.56400000003, 'edge_length_avg': 179.73103061224498, 'street_length_total': 35227.28200000003, 'street_length_avg': 179.73103061224504, 'street_segments_count': 196, 'node_density_km': 22.527299201317305, 'intersection_density_km': 17.25191900860376, 'edge_density_km': 10045.259767888352, 'street_density_km': 5022.629883944178, 'circuity_avg': 1.0513939085142106, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513939085142106\n", - "6108\n", - "8015521.837475392\n", - "{'n': 120, 'm': 292, 'k_avg': 4.866666666666666, 'intersection_count': 80, 'streets_per_node_avg': 2.591666666666667, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 50, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.4166666666666667, 4: 0.24166666666666667, 5: 0.008333333333333333}, 'edge_length_total': 56499.80200000002, 'edge_length_avg': 193.49247260273978, 'street_length_total': 28444.53200000001, 'street_length_avg': 193.5002176870749, 'street_segments_count': 147, 'node_density_km': 14.97095291275456, 'intersection_density_km': 9.980635275169707, 'edge_density_km': 7048.798961016301, 'street_density_km': 3548.6812433111704, 'circuity_avg': 1.0171848195528348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0171848195528348\n", - "6109\n", - "10021923.208483651\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 362, 'm': 895, 'k_avg': 4.94475138121547, 'intersection_count': 276, 'streets_per_node_avg': 2.6215469613259668, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 241, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23756906077348067, 2: 0.0, 3: 0.6657458563535912, 4: 0.09668508287292818}, 'edge_length_total': 116552.43199999975, 'edge_length_avg': 130.2261810055863, 'street_length_total': 59910.592000000026, 'street_length_avg': 129.6766060606061, 'street_segments_count': 462, 'node_density_km': 36.120811591687676, 'intersection_density_km': 27.539624307474583, 'edge_density_km': 11629.747063052433, 'street_density_km': 5977.953607675337, 'circuity_avg': 1.0335977109118892, 'self_loop_proportion': 0.0022346368715083797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335977109118892\n", - "6110\n", - "9017395.733795999\n", - "{'n': 494, 'm': 1280, 'k_avg': 5.182186234817814, 'intersection_count': 379, 'streets_per_node_avg': 2.688259109311741, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 304, 4: 74, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23279352226720648, 2: 0.0, 3: 0.6153846153846154, 4: 0.14979757085020243, 5: 0.0020242914979757085}, 'edge_length_total': 137380.7080000002, 'edge_length_avg': 107.32867812500015, 'street_length_total': 69164.08000000003, 'street_length_avg': 106.89965996908815, 'street_segments_count': 647, 'node_density_km': 54.78300105523303, 'intersection_density_km': 42.02987327921724, 'edge_density_km': 15235.075852900143, 'street_density_km': 7670.072606526768, 'circuity_avg': 1.0672906603600578, 'self_loop_proportion': 0.0046875, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672906603600578\n", - "6111\n", - "8017355.971001233\n", - "{'n': 263, 'm': 695, 'k_avg': 5.285171102661597, 'intersection_count': 211, 'streets_per_node_avg': 2.741444866920152, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 175, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19771863117870722, 2: 0.0, 3: 0.6653992395437263, 4: 0.13688212927756654}, 'edge_length_total': 103043.83799999992, 'edge_length_avg': 148.26451510791355, 'street_length_total': 51747.52299999997, 'street_length_avg': 148.2737048710601, 'street_segments_count': 349, 'node_density_km': 32.803832204940214, 'intersection_density_km': 26.317903403963445, 'edge_density_km': 12852.596089372775, 'street_density_km': 6454.437496248227, 'circuity_avg': 1.0328943277971976, 'self_loop_proportion': 0.0028776978417266188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0328943277971976\n", - "6112\n", - "14034124.34943795\n", - "{'n': 559, 'm': 1471, 'k_avg': 5.262969588550984, 'intersection_count': 431, 'streets_per_node_avg': 2.729874776386404, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 326, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22898032200357782, 2: 0.0, 3: 0.5831842576028623, 4: 0.18783542039355994}, 'edge_length_total': 188306.38000000024, 'edge_length_avg': 128.01249490142777, 'street_length_total': 94744.04900000003, 'street_length_avg': 127.34415188172046, 'street_segments_count': 744, 'node_density_km': 39.83148403714887, 'intersection_density_km': 30.71085799644215, 'edge_density_km': 13417.750570775132, 'street_density_km': 6750.976878995262, 'circuity_avg': 1.0377104152073475, 'self_loop_proportion': 0.004078857919782461, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377104152073475\n", - "6113\n", - "9016331.766135108\n", - "{'n': 611, 'm': 1535, 'k_avg': 5.024549918166939, 'intersection_count': 431, 'streets_per_node_avg': 2.5662847790507364, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 337, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2945990180032733, 2: 0.0, 3: 0.5515548281505729, 4: 0.15220949263502456, 5: 0.0016366612111292963}, 'edge_length_total': 124267.31600000011, 'edge_length_avg': 80.95590618892516, 'street_length_total': 62319.43599999997, 'street_length_avg': 80.2051943371943, 'street_segments_count': 777, 'node_density_km': 67.76591809707863, 'intersection_density_km': 47.80214517158901, 'edge_density_km': 13782.469326022578, 'street_density_km': 6911.839273047678, 'circuity_avg': 1.0804399829244042, 'self_loop_proportion': 0.006514657980456026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804399829244042\n", - "6114\n", - "8015047.716729165\n", - "{'n': 507, 'm': 1334, 'k_avg': 5.26232741617357, 'intersection_count': 387, 'streets_per_node_avg': 2.719921104536489, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 289, 4: 98}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23668639053254437, 2: 0.0, 3: 0.5700197238658777, 4: 0.1932938856015779}, 'edge_length_total': 134445.38700000005, 'edge_length_avg': 100.78364842578713, 'street_length_total': 67737.291, 'street_length_avg': 100.35154222222222, 'street_segments_count': 675, 'node_density_km': 63.25601767058474, 'intersection_density_km': 48.284179168671194, 'edge_density_km': 16774.121845760565, 'street_density_km': 8451.264845076017, 'circuity_avg': 1.0548919897688598, 'self_loop_proportion': 0.0074962518740629685, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548919897688598\n", - "6115\n", - "9016589.043120416\n", - "{'n': 351, 'm': 868, 'k_avg': 4.945868945868946, 'intersection_count': 260, 'streets_per_node_avg': 2.584045584045584, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 224, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25925925925925924, 2: 0.0, 3: 0.6381766381766382, 4: 0.10256410256410256}, 'edge_length_total': 126546.19300000012, 'edge_length_avg': 145.7905449308757, 'street_length_total': 63461.08199999992, 'street_length_avg': 144.55827334851918, 'street_segments_count': 439, 'node_density_km': 38.92824640464347, 'intersection_density_km': 28.835738077513682, 'edge_density_km': 14034.818754055763, 'street_density_km': 7038.258225644676, 'circuity_avg': 1.0286560584454032, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0286560584454032\n", - "6116\n", - "8013239.717435428\n", - "{'n': 162, 'm': 433, 'k_avg': 5.345679012345679, 'intersection_count': 133, 'streets_per_node_avg': 2.7777777777777777, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 111, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17901234567901234, 2: 0.0, 3: 0.6851851851851852, 4: 0.13580246913580246}, 'edge_length_total': 72562.11100000003, 'edge_length_avg': 167.57993302540424, 'street_length_total': 36409.631, 'street_length_avg': 166.25402283105024, 'street_segments_count': 219, 'node_density_km': 20.216542336492935, 'intersection_density_km': 16.597531671318276, 'edge_density_km': 9055.277710227163, 'street_density_km': 4543.684238071516, 'circuity_avg': 1.0377621326027213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377621326027213\n", - "6117\n", - "9015951.743355874\n", - "{'n': 344, 'm': 867, 'k_avg': 5.040697674418604, 'intersection_count': 262, 'streets_per_node_avg': 2.63953488372093, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 222, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23837209302325582, 2: 0.0, 3: 0.6453488372093024, 4: 0.11627906976744186}, 'edge_length_total': 108773.86899999999, 'edge_length_avg': 125.46005651672432, 'street_length_total': 54541.28399999998, 'street_length_avg': 124.52347945205474, 'street_segments_count': 438, 'node_density_km': 38.15459640780619, 'intersection_density_km': 29.05960540361983, 'edge_density_km': 12064.601951774945, 'street_density_km': 6049.420577277722, 'circuity_avg': 1.0571497015914377, 'self_loop_proportion': 0.002306805074971165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571497015914377\n", - "6118\n", - "7012353.193383687\n", - "{'n': 118, 'm': 306, 'k_avg': 5.186440677966102, 'intersection_count': 100, 'streets_per_node_avg': 2.7966101694915255, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 88, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15254237288135594, 2: 0.0, 3: 0.7457627118644068, 4: 0.1016949152542373}, 'edge_length_total': 55903.50800000002, 'edge_length_avg': 182.69120261437916, 'street_length_total': 28173.593, 'street_length_avg': 181.76511612903226, 'street_segments_count': 155, 'node_density_km': 16.827446756580326, 'intersection_density_km': 14.260548098796885, 'edge_density_km': 7972.146647254768, 'street_density_km': 4017.708780924272, 'circuity_avg': 1.0601829681266792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0601829681266792\n", - "6119\n", - "11019141.724372879\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 462, 'm': 1231, 'k_avg': 5.329004329004329, 'intersection_count': 363, 'streets_per_node_avg': 2.7705627705627704, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 271, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21428571428571427, 2: 0.0, 3: 0.5865800865800865, 4: 0.19913419913419914}, 'edge_length_total': 156888.18299999996, 'edge_length_avg': 127.4477522339561, 'street_length_total': 78982.41900000007, 'street_length_avg': 126.77755858748004, 'street_segments_count': 623, 'node_density_km': 41.92704037721171, 'intersection_density_km': 32.94267458209492, 'edge_density_km': 14237.786111143676, 'street_density_km': 7167.746905850338, 'circuity_avg': 1.0874348767211026, 'self_loop_proportion': 0.0016246953696181965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0874348767211026\n", - "6120\n", - "9017312.23857283\n", - "{'n': 408, 'm': 1050, 'k_avg': 5.147058823529412, 'intersection_count': 313, 'streets_per_node_avg': 2.6544117647058822, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 265, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23284313725490197, 2: 0.0, 3: 0.6495098039215687, 4: 0.11519607843137254, 5: 0.0024509803921568627}, 'edge_length_total': 128965.28199999977, 'edge_length_avg': 122.82407809523788, 'street_length_total': 64764.30300000008, 'street_length_avg': 121.28146629213498, 'street_segments_count': 534, 'node_density_km': 45.246298365351294, 'intersection_density_km': 34.711008304791555, 'edge_density_km': 14301.964774861906, 'street_density_km': 7182.218080789263, 'circuity_avg': 1.078325768875822, 'self_loop_proportion': 0.0019047619047619048, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078325768875822\n", - "6121\n", - "15026982.497120231\n", - "{'n': 418, 'm': 1170, 'k_avg': 5.598086124401914, 'intersection_count': 344, 'streets_per_node_avg': 2.897129186602871, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 239, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17703349282296652, 2: 0.0, 3: 0.5717703349282297, 4: 0.2511961722488038}, 'edge_length_total': 179475.88799999986, 'edge_length_avg': 153.39819487179474, 'street_length_total': 89799.31099999999, 'street_length_avg': 152.71991666666665, 'street_segments_count': 588, 'node_density_km': 27.816629192195137, 'intersection_density_km': 22.892154167739537, 'edge_density_km': 11943.574701999858, 'street_density_km': 5975.871138281363, 'circuity_avg': 1.042795749064399, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042795749064399\n", - "6122\n", - "9022098.929016992\n", - "{'n': 238, 'm': 631, 'k_avg': 5.302521008403361, 'intersection_count': 184, 'streets_per_node_avg': 2.7184873949579833, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 144, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.226890756302521, 2: 0.0, 3: 0.6050420168067226, 4: 0.1638655462184874, 5: 0.004201680672268907}, 'edge_length_total': 103321.66799999995, 'edge_length_avg': 163.74273851030102, 'street_length_total': 51863.036999999975, 'street_length_avg': 163.60579495268132, 'street_segments_count': 317, 'node_density_km': 26.379670836299663, 'intersection_density_km': 20.394367369240076, 'edge_density_km': 11452.065513014431, 'street_density_km': 5748.444725339621, 'circuity_avg': 1.0613985497446747, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613985497446747\n", - "6123\n", - "7017683.377182207\n", - "{'n': 354, 'm': 866, 'k_avg': 4.892655367231638, 'intersection_count': 257, 'streets_per_node_avg': 2.536723163841808, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 227, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2740112994350282, 2: 0.0, 3: 0.6412429378531074, 4: 0.0847457627118644}, 'edge_length_total': 96988.17400000004, 'edge_length_avg': 111.99558198614324, 'street_length_total': 48494.086999999956, 'street_length_avg': 111.99558198614308, 'street_segments_count': 433, 'node_density_km': 50.4439971103599, 'intersection_density_km': 36.62177191345338, 'edge_density_km': 13820.540025409848, 'street_density_km': 6910.270012704914, 'circuity_avg': 1.0334129945972932, 'self_loop_proportion': 0.0023094688221709007, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334129945972932\n", - "6124\n", - "47083557.89981662\n", - "{'n': 1818, 'm': 4838, 'k_avg': 5.322332233223323, 'intersection_count': 1431, 'streets_per_node_avg': 2.7997799779977997, 'streets_per_node_counts': {0: 0, 1: 387, 2: 2, 3: 1021, 4: 404, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21287128712871287, 2: 0.0011001100110011, 3: 0.5616061606160616, 4: 0.2222222222222222, 5: 0.0022002200220022}, 'edge_length_total': 600264.2199999979, 'edge_length_avg': 124.07280281107852, 'street_length_total': 309099.6770000001, 'street_length_avg': 123.19636388999605, 'street_segments_count': 2509, 'node_density_km': 38.61220521754752, 'intersection_density_km': 30.392775394010176, 'edge_density_km': 12748.9137774428, 'street_density_km': 6564.917580308942, 'circuity_avg': 1.0609555826601367, 'self_loop_proportion': 0.0037205456800330715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609555826601367\n", - "6125\n", - "43075916.40417559\n", - "{'n': 2555, 'm': 6807, 'k_avg': 5.328375733855186, 'intersection_count': 2010, 'streets_per_node_avg': 2.7718199608610568, 'streets_per_node_counts': {0: 0, 1: 545, 2: 1, 3: 1506, 4: 498, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21330724070450097, 2: 0.0003913894324853229, 3: 0.5894324853228963, 4: 0.1949119373776908, 5: 0.0019569471624266144}, 'edge_length_total': 683167.8490000014, 'edge_length_avg': 100.36254576171609, 'street_length_total': 351154.3179999999, 'street_length_avg': 100.41587589362308, 'street_segments_count': 3497, 'node_density_km': 59.313886117402014, 'intersection_density_km': 46.66180473423798, 'edge_density_km': 15859.624264053456, 'street_density_km': 8151.987173184331, 'circuity_avg': 1.0783189067156458, 'self_loop_proportion': 0.004407227853680035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0783189067156458\n", - "6126\n", - "13022821.1921537\n", - "{'n': 484, 'm': 1217, 'k_avg': 5.028925619834711, 'intersection_count': 356, 'streets_per_node_avg': 2.5661157024793386, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 310, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2644628099173554, 2: 0.0, 3: 0.640495867768595, 4: 0.09504132231404959}, 'edge_length_total': 156253.70100000026, 'edge_length_avg': 128.39252341824178, 'street_length_total': 78229.61900000004, 'street_length_avg': 128.45586042692946, 'street_segments_count': 609, 'node_density_km': 37.165526029921374, 'intersection_density_km': 27.33662658399175, 'edge_density_km': 11998.45246236996, 'street_density_km': 6007.117647221762, 'circuity_avg': 1.0376181824455846, 'self_loop_proportion': 0.0016433853738701725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376181824455846\n", - "6127\n", - "7009666.613134569\n", - "{'n': 535, 'm': 1578, 'k_avg': 5.899065420560747, 'intersection_count': 475, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 357, 4: 116, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11214953271028037, 2: 0.0, 3: 0.6672897196261682, 4: 0.21682242990654205, 5: 0.003738317757009346}, 'edge_length_total': 156548.82600000012, 'edge_length_avg': 99.20711406844114, 'street_length_total': 78274.413, 'street_length_avg': 99.20711406844107, 'street_segments_count': 789, 'node_density_km': 76.32317334429688, 'intersection_density_km': 67.76356511876826, 'edge_density_km': 22333.276978774164, 'street_density_km': 11166.638489387075, 'circuity_avg': 1.089913637778283, 'self_loop_proportion': 0.012674271229404309, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089913637778283\n", - "6128\n", - "33053189.249807503\n", - "{'n': 1235, 'm': 3444, 'k_avg': 5.577327935222672, 'intersection_count': 989, 'streets_per_node_avg': 2.866396761133603, 'streets_per_node_counts': {0: 0, 1: 246, 2: 0, 3: 664, 4: 323, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19919028340080971, 2: 0.0, 3: 0.5376518218623482, 4: 0.26153846153846155, 5: 0.0016194331983805667}, 'edge_length_total': 475139.2550000017, 'edge_length_avg': 137.96145615563347, 'street_length_total': 239050.83599999975, 'street_length_avg': 137.22780482204348, 'street_segments_count': 1742, 'node_density_km': 37.3640192680406, 'intersection_density_km': 29.92146968104628, 'edge_density_km': 14374.989699451433, 'street_density_km': 7232.307726595307, 'circuity_avg': 1.0993580269114624, 'self_loop_proportion': 0.004645760743321719, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0993580269114624\n", - "6129\n", - "7006701.2625090955\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 229, 'm': 618, 'k_avg': 5.397379912663755, 'intersection_count': 194, 'streets_per_node_avg': 2.816593886462882, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 166, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15283842794759825, 2: 0.0, 3: 0.7248908296943232, 4: 0.1222707423580786}, 'edge_length_total': 90902.23300000004, 'edge_length_avg': 147.09099190938517, 'street_length_total': 45499.33300000003, 'street_length_avg': 145.8311955128206, 'street_segments_count': 312, 'node_density_km': 32.68299752200299, 'intersection_density_km': 27.687779560124802, 'edge_density_km': 12973.613344469606, 'street_density_km': 6493.688155859344, 'circuity_avg': 1.0383491171314738, 'self_loop_proportion': 0.003236245954692557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383491171314738\n", - "6130\n", - "10011411.774120513\n", - "{'n': 460, 'm': 1383, 'k_avg': 6.01304347826087, 'intersection_count': 432, 'streets_per_node_avg': 3.123913043478261, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 322, 4: 107, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06086956521739131, 2: 0.0, 3: 0.7, 4: 0.2326086956521739, 5: 0.006521739130434782}, 'edge_length_total': 173858.74699999994, 'edge_length_avg': 125.71131381055672, 'street_length_total': 87267.05499999993, 'street_length_avg': 125.9264862914862, 'street_segments_count': 693, 'node_density_km': 45.9475656759119, 'intersection_density_km': 43.15075733042161, 'edge_density_km': 17366.056948074453, 'street_density_km': 8716.758132512854, 'circuity_avg': 1.029016636019764, 'self_loop_proportion': 0.0014461315979754157, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029016636019764\n", - "6131\n", - "33031646.394539908\n", - "{'n': 472, 'm': 1311, 'k_avg': 5.555084745762712, 'intersection_count': 414, 'streets_per_node_avg': 2.9597457627118646, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 317, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1228813559322034, 2: 0.0, 3: 0.6716101694915254, 4: 0.2055084745762712}, 'edge_length_total': 229645.39799999993, 'edge_length_avg': 175.16811441647593, 'street_length_total': 118456.57700000009, 'street_length_avg': 174.71471533923318, 'street_segments_count': 678, 'node_density_km': 14.289327100511136, 'intersection_density_km': 12.533435211041546, 'edge_density_km': 6952.2843414175095, 'street_density_km': 3586.1541863556895, 'circuity_avg': 1.0845906909712135, 'self_loop_proportion': 0.0030511060259344014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0845906909712135\n", - "6132\n", - "7012012.14760077\n", - "{'n': 256, 'm': 716, 'k_avg': 5.59375, 'intersection_count': 227, 'streets_per_node_avg': 2.95703125, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 182, 4: 43, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11328125, 2: 0.0, 3: 0.7109375, 4: 0.16796875, 5: 0.0078125}, 'edge_length_total': 99553.18400000001, 'edge_length_avg': 139.04075977653633, 'street_length_total': 49776.59199999998, 'street_length_avg': 139.04075977653628, 'street_segments_count': 358, 'node_density_km': 36.508778737297675, 'intersection_density_km': 32.37301864596317, 'edge_density_km': 14197.520184568295, 'street_density_km': 7098.760092284144, 'circuity_avg': 1.0434794295775855, 'self_loop_proportion': 0.00558659217877095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434794295775855\n", - "6133\n", - "13022903.531258762\n", - "{'n': 836, 'm': 2345, 'k_avg': 5.610047846889952, 'intersection_count': 720, 'streets_per_node_avg': 2.897129186602871, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 575, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13875598086124402, 2: 0.0, 3: 0.687799043062201, 4: 0.1722488038277512, 5: 0.0011961722488038277}, 'edge_length_total': 250126.34199999968, 'edge_length_avg': 106.66368528784635, 'street_length_total': 125589.78199999989, 'street_length_avg': 106.6127181663836, 'street_segments_count': 1178, 'node_density_km': 64.19459362448293, 'intersection_density_km': 55.28720982012884, 'edge_density_km': 19206.649377354566, 'street_density_km': 9643.761984303103, 'circuity_avg': 1.066597191583526, 'self_loop_proportion': 0.0042643923240938165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066597191583526\n", - "6134\n", - "7006743.359230234\n", - "{'n': 171, 'm': 440, 'k_avg': 5.146198830409356, 'intersection_count': 137, 'streets_per_node_avg': 2.7485380116959064, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 114, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19883040935672514, 2: 0.0, 3: 0.6666666666666666, 4: 0.12280701754385964, 5: 0.011695906432748537}, 'edge_length_total': 75155.14799999997, 'edge_length_avg': 170.8071545454545, 'street_length_total': 37577.573999999986, 'street_length_avg': 170.8071545454545, 'street_segments_count': 220, 'node_density_km': 24.405061129395524, 'intersection_density_km': 19.552592834661912, 'edge_density_km': 10726.11684870624, 'street_density_km': 5363.05842435312, 'circuity_avg': 1.0880848882247842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0880848882247842\n", - "6135\n", - "12020204.757505858\n", - "{'n': 671, 'm': 1738, 'k_avg': 5.180327868852459, 'intersection_count': 487, 'streets_per_node_avg': 2.624441132637854, 'streets_per_node_counts': {0: 0, 1: 184, 2: 0, 3: 372, 4: 114, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27421758569299554, 2: 0.0, 3: 0.5543964232488823, 4: 0.16989567809239942, 5: 0.0014903129657228018}, 'edge_length_total': 169546.01200000025, 'edge_length_avg': 97.55236593785975, 'street_length_total': 84773.00600000014, 'street_length_avg': 97.55236593785978, 'street_segments_count': 869, 'node_density_km': 55.8226763633958, 'intersection_density_km': 40.515116824103956, 'edge_density_km': 14105.085181192897, 'street_density_km': 7052.54259059645, 'circuity_avg': 1.058124488980478, 'self_loop_proportion': 0.0023014959723820483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058124488980478\n", - "6136\n", - "26043162.187087633\n", - "{'n': 2061, 'm': 5405, 'k_avg': 5.245026686074721, 'intersection_count': 1590, 'streets_per_node_avg': 2.6754002911208152, 'streets_per_node_counts': {0: 0, 1: 471, 2: 0, 3: 1323, 4: 261, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22852983988355166, 2: 0.0, 3: 0.6419213973799127, 4: 0.12663755458515283, 5: 0.002911208151382824}, 'edge_length_total': 547995.4700000001, 'edge_length_avg': 101.38676595744683, 'street_length_total': 277135.8940000001, 'street_length_avg': 101.85075119441385, 'street_segments_count': 2721, 'node_density_km': 79.13785527250056, 'intersection_density_km': 61.052493878348315, 'edge_density_km': 21041.817658828688, 'street_density_km': 10641.407215034964, 'circuity_avg': 1.0918807986068693, 'self_loop_proportion': 0.0062904717853839035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0918807986068693\n", - "6137\n", - "10016397.94233003\n", - "{'n': 343, 'm': 864, 'k_avg': 5.037900874635569, 'intersection_count': 258, 'streets_per_node_avg': 2.6530612244897958, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 207, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2478134110787172, 2: 0.0, 3: 0.6034985422740525, 4: 0.14868804664723032}, 'edge_length_total': 128352.07100000004, 'edge_length_avg': 148.55563773148154, 'street_length_total': 64912.472000000016, 'street_length_avg': 148.8818165137615, 'street_segments_count': 436, 'node_density_km': 34.24384713694899, 'intersection_density_km': 25.7577625694835, 'edge_density_km': 12814.19445782748, 'street_density_km': 6480.620316179248, 'circuity_avg': 1.0213522462873232, 'self_loop_proportion': 0.0023148148148148147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0213522462873232\n", - "6138\n", - "9015508.84268276\n", - "{'n': 604, 'm': 1543, 'k_avg': 5.1092715231788075, 'intersection_count': 457, 'streets_per_node_avg': 2.6324503311258276, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 385, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2433774834437086, 2: 0.0, 3: 0.6374172185430463, 4: 0.11920529801324503}, 'edge_length_total': 172863.57299999997, 'edge_length_avg': 112.03083149708358, 'street_length_total': 86752.03700000005, 'street_length_avg': 112.22773221216049, 'street_segments_count': 773, 'node_density_km': 66.99566386540937, 'intersection_density_km': 50.69042779220543, 'edge_density_km': 19174.022899472937, 'street_density_km': 9622.533626641656, 'circuity_avg': 1.0466333703467992, 'self_loop_proportion': 0.002592352559948153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0466333703467992\n", - "6139\n", - "7011757.620599935\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 234, 'm': 606, 'k_avg': 5.17948717948718, 'intersection_count': 179, 'streets_per_node_avg': 2.6794871794871793, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 144, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23504273504273504, 2: 0.0, 3: 0.6153846153846154, 4: 0.14957264957264957}, 'edge_length_total': 92234.65199999993, 'edge_length_avg': 152.20239603960385, 'street_length_total': 46117.326, 'street_length_avg': 152.20239603960397, 'street_segments_count': 303, 'node_density_km': 33.372516943901246, 'intersection_density_km': 25.528549286146678, 'edge_density_km': 13154.284131131762, 'street_density_km': 6577.142065565886, 'circuity_avg': 1.0343059819093001, 'self_loop_proportion': 0.009900990099009901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343059819093001\n", - "6140\n", - "6012835.74591885\n", - "{'n': 262, 'm': 697, 'k_avg': 5.320610687022901, 'intersection_count': 230, 'streets_per_node_avg': 2.9160305343511452, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 190, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12213740458015267, 2: 0.0, 3: 0.7251908396946565, 4: 0.1450381679389313, 5: 0.007633587786259542}, 'edge_length_total': 94803.72300000013, 'edge_length_avg': 136.01681922525125, 'street_length_total': 47731.37, 'street_length_avg': 134.45456338028168, 'street_segments_count': 355, 'node_density_km': 43.57345037702548, 'intersection_density_km': 38.251502239373515, 'edge_density_km': 15766.890533197613, 'street_density_km': 7938.246114971155, 'circuity_avg': 1.0359103824482307, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359103824482307\n", - "6141\n", - "21038968.79388569\n", - "{'n': 820, 'm': 2267, 'k_avg': 5.529268292682927, 'intersection_count': 699, 'streets_per_node_avg': 2.8402439024390245, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 590, 4: 107, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1475609756097561, 2: 0.0, 3: 0.7195121951219512, 4: 0.13048780487804879, 5: 0.0024390243902439024}, 'edge_length_total': 296955.3909999999, 'edge_length_avg': 130.99046801940887, 'street_length_total': 148909.0629999997, 'street_length_avg': 130.62198508771903, 'street_segments_count': 1140, 'node_density_km': 38.97529427574925, 'intersection_density_km': 33.22406182774235, 'edge_density_km': 14114.541159750213, 'street_density_km': 7077.773842379357, 'circuity_avg': 1.0604721727258422, 'self_loop_proportion': 0.00176444640494045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604721727258422\n", - "6142\n", - "10016937.722997475\n", - "{'n': 306, 'm': 788, 'k_avg': 5.150326797385621, 'intersection_count': 233, 'streets_per_node_avg': 2.627450980392157, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 204, 4: 26, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.238562091503268, 2: 0.0, 3: 0.6666666666666666, 4: 0.08496732026143791, 5: 0.00980392156862745}, 'edge_length_total': 117921.2000000001, 'edge_length_avg': 149.64619289340115, 'street_length_total': 58960.59999999999, 'street_length_avg': 149.64619289340098, 'street_segments_count': 394, 'node_density_km': 30.548258206444387, 'intersection_density_km': 23.260601836933144, 'edge_density_km': 11772.180606580958, 'street_density_km': 5886.090303290473, 'circuity_avg': 1.0914214860432079, 'self_loop_proportion': 0.005076142131979695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0914214860432079\n", - "6143\n", - "460808835.4468497\n", - "error with entry 6143\n", - "6144\n", - "8014353.445173094\n", - "{'n': 726, 'm': 1912, 'k_avg': 5.267217630853994, 'intersection_count': 564, 'streets_per_node_avg': 2.68732782369146, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 468, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2231404958677686, 2: 0.0, 3: 0.6446280991735537, 4: 0.13085399449035812, 5: 0.0013774104683195593}, 'edge_length_total': 182088.08400000006, 'edge_length_avg': 95.23435355648539, 'street_length_total': 91044.04199999996, 'street_length_avg': 95.23435355648532, 'street_segments_count': 956, 'node_density_km': 90.58746971500953, 'intersection_density_km': 70.37373680339583, 'edge_density_km': 22720.246273848647, 'street_density_km': 11360.123136924314, 'circuity_avg': 1.0841944779579276, 'self_loop_proportion': 0.0041841004184100415, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0841944779579276\n", - "6145\n", - "9016961.317747153\n", - "{'n': 395, 'm': 1118, 'k_avg': 5.660759493670886, 'intersection_count': 323, 'streets_per_node_avg': 2.982278481012658, 'streets_per_node_counts': {0: 0, 1: 72, 2: 1, 3: 210, 4: 95, 5: 10, 6: 5, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18227848101265823, 2: 0.002531645569620253, 3: 0.5316455696202531, 4: 0.24050632911392406, 5: 0.02531645569620253, 6: 0.012658227848101266, 7: 0.005063291139240506}, 'edge_length_total': 140994.03899999984, 'edge_length_avg': 126.11273613595692, 'street_length_total': 71039.49699999997, 'street_length_avg': 125.51147879858652, 'street_segments_count': 566, 'node_density_km': 43.80633187619008, 'intersection_density_km': 35.82138024306176, 'edge_density_km': 15636.535860755646, 'street_density_km': 7878.4298275939445, 'circuity_avg': 1.0419537569651742, 'self_loop_proportion': 0.0017889087656529517, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419537569651742\n", - "6146\n", - "24041383.08988158\n", - "{'n': 1126, 'm': 2977, 'k_avg': 5.287744227353463, 'intersection_count': 876, 'streets_per_node_avg': 2.716696269982238, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 701, 4: 171, 5: 3, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22202486678507993, 2: 0.0, 3: 0.6225577264653641, 4: 0.15186500888099466, 5: 0.0026642984014209592, 6: 0.0, 7: 0.0008880994671403197}, 'edge_length_total': 388801.8699999989, 'edge_length_avg': 130.6019046019479, 'street_length_total': 194802.8570000001, 'street_length_avg': 130.5649175603218, 'street_segments_count': 1492, 'node_density_km': 46.83590772587062, 'intersection_density_km': 36.4371715522759, 'edge_density_km': 16172.19227972104, 'street_density_km': 8102.814063222002, 'circuity_avg': 1.077338835951757, 'self_loop_proportion': 0.0047027208599261005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077338835951757\n", - "6147\n", - "12018869.47351803\n", - "{'n': 744, 'm': 2030, 'k_avg': 5.456989247311828, 'intersection_count': 619, 'streets_per_node_avg': 2.864247311827957, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 473, 4: 143, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16801075268817203, 2: 0.0, 3: 0.635752688172043, 4: 0.1922043010752688, 5: 0.004032258064516129}, 'edge_length_total': 240563.5819999999, 'edge_length_avg': 118.50422758620685, 'street_length_total': 120835.99200000001, 'street_length_avg': 116.97579090029043, 'street_segments_count': 1033, 'node_density_km': 61.90266078180684, 'intersection_density_km': 51.502348150454885, 'edge_density_km': 20015.491684142966, 'street_density_km': 10053.856751356352, 'circuity_avg': 1.051507295304731, 'self_loop_proportion': 0.0024630541871921183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051507295304731\n", - "6148\n", - "10014397.020342046\n", - "{'n': 550, 'm': 1544, 'k_avg': 5.614545454545454, 'intersection_count': 463, 'streets_per_node_avg': 2.8836363636363638, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 355, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15818181818181817, 2: 0.0, 3: 0.6454545454545455, 4: 0.19272727272727272, 5: 0.0036363636363636364}, 'edge_length_total': 161909.04400000014, 'edge_length_avg': 104.86337046632133, 'street_length_total': 80954.52199999992, 'street_length_avg': 104.86337046632114, 'street_segments_count': 772, 'node_density_km': 54.9209302250346, 'intersection_density_km': 46.233437625801855, 'edge_density_km': 16167.627833320119, 'street_density_km': 8083.813916660045, 'circuity_avg': 1.0786222310508513, 'self_loop_proportion': 0.007772020725388601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786222310508513\n", - "6149\n", - "7010532.931323957\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1978, 'm': 5213, 'k_avg': 5.27098078867543, 'intersection_count': 1494, 'streets_per_node_avg': 2.685540950455005, 'streets_per_node_counts': {0: 0, 1: 484, 2: 0, 3: 1167, 4: 310, 5: 15, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24469160768452983, 2: 0.0, 3: 0.589989888776542, 4: 0.15672396359959556, 5: 0.007583417593528817, 6: 0.0010111223458038423}, 'edge_length_total': 245651.2609999991, 'edge_length_avg': 47.12282006522139, 'street_length_total': 122899.69499999979, 'street_length_avg': 47.06997127537334, 'street_segments_count': 2611, 'node_density_km': 282.1468808971773, 'intersection_density_km': 213.10790700727145, 'edge_density_km': 35040.31197149048, 'street_density_km': 17530.72073178178, 'circuity_avg': 1.064976540272288, 'self_loop_proportion': 0.0030692499520429697, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064976540272288\n", - "6150\n", - "27040534.897570718\n", - "{'n': 8012, 'm': 21600, 'k_avg': 5.391912131802297, 'intersection_count': 6146, 'streets_per_node_avg': 2.739141288067898, 'streets_per_node_counts': {0: 0, 1: 1866, 2: 3, 3: 4524, 4: 1594, 5: 24, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23290064902646032, 2: 0.00037443834248627057, 3: 0.5646530204692961, 4: 0.19895157264103844, 5: 0.0029955067398901645, 6: 0.00012481278082875687}, 'edge_length_total': 1065452.073999992, 'edge_length_avg': 49.32648490740704, 'street_length_total': 535946.4370000017, 'street_length_avg': 49.241679253950906, 'street_segments_count': 10884, 'node_density_km': 296.295913906636, 'intersection_density_km': 227.28840325389226, 'edge_density_km': 39402.033947771895, 'street_density_km': 19820.11225111343, 'circuity_avg': 1.0544361016542534, 'self_loop_proportion': 0.002638888888888889, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0544361016542534\n", - "6151\n", - "8012035.019213638\n", - "{'n': 504, 'm': 1278, 'k_avg': 5.071428571428571, 'intersection_count': 382, 'streets_per_node_avg': 2.615079365079365, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 334, 4: 46, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24206349206349206, 2: 0.0, 3: 0.6626984126984127, 4: 0.09126984126984126, 5: 0.003968253968253968}, 'edge_length_total': 146014.8379999997, 'edge_length_avg': 114.25261189358349, 'street_length_total': 73007.41900000008, 'street_length_avg': 114.25261189358385, 'street_segments_count': 639, 'node_density_km': 62.905366588058975, 'intersection_density_km': 47.6782738822193, 'edge_density_km': 18224.43831683735, 'street_density_km': 9112.219158418704, 'circuity_avg': 1.0448093387247284, 'self_loop_proportion': 0.001564945226917058, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448093387247284\n", - "6152\n", - "8014546.224892847\n", - "{'n': 529, 'm': 1406, 'k_avg': 5.3156899810964084, 'intersection_count': 415, 'streets_per_node_avg': 2.7618147448015122, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 313, 4: 102}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21550094517958412, 2: 0.0, 3: 0.5916824196597353, 4: 0.19281663516068054}, 'edge_length_total': 145672.70899999968, 'edge_length_avg': 103.60790113797987, 'street_length_total': 73026.451, 'street_length_avg': 103.1447048022599, 'street_segments_count': 708, 'node_density_km': 66.00498458127898, 'intersection_density_km': 51.780848017449486, 'edge_density_km': 18176.039530166578, 'street_density_km': 9111.738699963185, 'circuity_avg': 1.047908593243981, 'self_loop_proportion': 0.001422475106685633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047908593243981\n", - "6153\n", - "25005491.502491087\n", - "{'n': 864, 'm': 2159, 'k_avg': 4.997685185185185, 'intersection_count': 642, 'streets_per_node_avg': 2.6284722222222223, 'streets_per_node_counts': {0: 0, 1: 222, 2: 1, 3: 518, 4: 122, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2569444444444444, 2: 0.0011574074074074073, 3: 0.5995370370370371, 4: 0.1412037037037037, 5: 0.0011574074074074073}, 'edge_length_total': 269009.3790000002, 'edge_length_avg': 124.59906391848087, 'street_length_total': 136584.79699999987, 'street_length_avg': 123.38283378500441, 'street_segments_count': 1107, 'node_density_km': 34.552410214129445, 'intersection_density_km': 25.674360367443406, 'edge_density_km': 10758.01205400026, 'street_density_km': 5462.192054349065, 'circuity_avg': 1.086306064908018, 'self_loop_proportion': 0.002779064381658175, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086306064908018\n", - "6154\n", - "4001274.9684946416\n", - "{'n': 67, 'm': 166, 'k_avg': 4.955223880597015, 'intersection_count': 52, 'streets_per_node_avg': 2.7313432835820897, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 40, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22388059701492538, 2: 0.0, 3: 0.5970149253731343, 4: 0.1791044776119403}, 'edge_length_total': 27877.552000000018, 'edge_length_avg': 167.93706024096397, 'street_length_total': 13938.775999999998, 'street_length_avg': 167.93706024096383, 'street_segments_count': 83, 'node_density_km': 16.744662770628512, 'intersection_density_km': 12.995857672726608, 'edge_density_km': 6967.16727030837, 'street_density_km': 3483.583635154182, 'circuity_avg': 1.052613537566905, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052613537566905\n", - "6155\n", - "9006877.961606836\n", - "{'n': 498, 'm': 1249, 'k_avg': 5.016064257028113, 'intersection_count': 360, 'streets_per_node_avg': 2.5542168674698793, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 306, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27710843373493976, 2: 0.0, 3: 0.6144578313253012, 4: 0.10843373493975904}, 'edge_length_total': 131558.03299999994, 'edge_length_avg': 105.33069095276215, 'street_length_total': 66643.90699999999, 'street_length_avg': 105.44921993670884, 'street_segments_count': 632, 'node_density_km': 55.291078898015435, 'intersection_density_km': 39.9694546250714, 'edge_density_km': 14606.39675154762, 'street_density_km': 7399.22393576105, 'circuity_avg': 1.092628065076742, 'self_loop_proportion': 0.008006405124099279, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092628065076742\n", - "6156\n", - "5002558.171920642\n", - "{'n': 125, 'm': 406, 'k_avg': 6.496, 'intersection_count': 117, 'streets_per_node_avg': 3.456, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 44, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.064, 2: 0.0, 3: 0.352, 4: 0.584}, 'edge_length_total': 77374.38600000001, 'edge_length_avg': 190.57730541871925, 'street_length_total': 38687.19299999999, 'street_length_avg': 190.57730541871916, 'street_segments_count': 203, 'node_density_km': 24.987215681293815, 'intersection_density_km': 23.38803387769101, 'edge_density_km': 15466.963769517448, 'street_density_km': 7733.48188475872, 'circuity_avg': 1.0161772365482558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0161772365482558\n", - "6157\n", - "23004350.471960425\n", - "{'n': 771, 'm': 1958, 'k_avg': 5.079118028534371, 'intersection_count': 583, 'streets_per_node_avg': 2.6342412451361867, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 490, 4: 92, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2438391699092088, 2: 0.0, 3: 0.6355382619974059, 4: 0.11932555123216602, 5: 0.0012970168612191958}, 'edge_length_total': 252685.74100000062, 'edge_length_avg': 129.05298314606773, 'street_length_total': 127009.93400000008, 'street_length_avg': 128.55256477732803, 'street_segments_count': 988, 'node_density_km': 33.51539966058844, 'intersection_density_km': 25.343032428175178, 'edge_density_km': 10984.258882162076, 'street_density_km': 5521.126717088149, 'circuity_avg': 1.0740327162245196, 'self_loop_proportion': 0.005107252298263534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740327162245196\n", - "6158\n", - "7002467.286544844\n", - "{'n': 509, 'm': 1312, 'k_avg': 5.155206286836935, 'intersection_count': 389, 'streets_per_node_avg': 2.6522593320235757, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 326, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2357563850687623, 2: 0.0, 3: 0.6404715127701375, 4: 0.1237721021611002}, 'edge_length_total': 100606.66000000022, 'edge_length_avg': 76.68190548780505, 'street_length_total': 50303.32999999999, 'street_length_avg': 76.68190548780485, 'street_segments_count': 656, 'node_density_km': 72.68866517634969, 'intersection_density_km': 55.55184823889986, 'edge_density_km': 14367.315959235499, 'street_density_km': 7183.657979617731, 'circuity_avg': 1.1746027342397523, 'self_loop_proportion': 0.006097560975609756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1746027342397523\n", - "6159\n", - "66060518.922091186\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5778, 'm': 16090, 'k_avg': 5.569401176877812, 'intersection_count': 5008, 'streets_per_node_avg': 2.9479058497750086, 'streets_per_node_counts': {0: 0, 1: 770, 2: 3, 3: 3797, 4: 1176, 5: 30, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13326410522672205, 2: 0.0005192107995846313, 3: 0.6571478020076151, 4: 0.2035306334371755, 5: 0.005192107995846314, 6: 0.00034614053305642093}, 'edge_length_total': 1398223.4829999849, 'edge_length_avg': 86.90015431945214, 'street_length_total': 723611.6649999996, 'street_length_avg': 86.06228175547093, 'street_segments_count': 8408, 'node_density_km': 87.46525298740559, 'intersection_density_km': 75.8092743096101, 'edge_density_km': 21165.796239793195, 'street_density_km': 10953.769010706601, 'circuity_avg': 1.0701956657362623, 'self_loop_proportion': 0.0022374145431945307, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701956657362623\n", - "6160\n", - "55046137.34407676\n", - "error with entry 6160\n", - "6161\n", - "8007196.773218071\n", - "{'n': 94, 'm': 242, 'k_avg': 5.148936170212766, 'intersection_count': 74, 'streets_per_node_avg': 2.648936170212766, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 67, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2127659574468085, 2: 0.0, 3: 0.7127659574468085, 4: 0.07446808510638298}, 'edge_length_total': 25382.224000000002, 'edge_length_avg': 104.88522314049588, 'street_length_total': 12691.112000000005, 'street_length_avg': 104.88522314049591, 'street_segments_count': 121, 'node_density_km': 11.739439239760515, 'intersection_density_km': 9.241686210024234, 'edge_density_km': 3169.926344872246, 'street_density_km': 1584.9631724361234, 'circuity_avg': 1.0435557937909357, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435557937909357\n", - "6162\n", - "8010785.403544768\n", - "{'n': 340, 'm': 882, 'k_avg': 5.188235294117647, 'intersection_count': 263, 'streets_per_node_avg': 2.676470588235294, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 220, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22647058823529412, 2: 0.0, 3: 0.6470588235294118, 4: 0.12352941176470589, 5: 0.0029411764705882353}, 'edge_length_total': 126304.26199999996, 'edge_length_avg': 143.20211111111107, 'street_length_total': 63152.130999999965, 'street_length_avg': 143.20211111111104, 'street_segments_count': 441, 'node_density_km': 42.442779686689676, 'intersection_density_km': 32.83073840470407, 'edge_density_km': 15766.776369282143, 'street_density_km': 7883.3881846410695, 'circuity_avg': 1.0659940194285302, 'self_loop_proportion': 0.0022675736961451248, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659940194285302\n", - "6163\n", - "9013976.464715436\n", - "{'n': 397, 'm': 1038, 'k_avg': 5.2292191435768265, 'intersection_count': 316, 'streets_per_node_avg': 2.667506297229219, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 286, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2040302267002519, 2: 0.0, 3: 0.7204030226700252, 4: 0.07556675062972293}, 'edge_length_total': 115689.7139999998, 'edge_length_avg': 111.45444508670501, 'street_length_total': 57844.85699999999, 'street_length_avg': 111.45444508670518, 'street_segments_count': 519, 'node_density_km': 44.04271539359217, 'intersection_density_km': 35.05667018734288, 'edge_density_km': 12834.481480272209, 'street_density_km': 6417.240740136113, 'circuity_avg': 1.0602692309709878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602692309709878\n", - "6164\n", - "47047448.549797975\n", - "{'n': 2566, 'm': 7362, 'k_avg': 5.738113795791114, 'intersection_count': 2219, 'streets_per_node_avg': 2.966484801247077, 'streets_per_node_counts': {0: 0, 1: 347, 2: 2, 3: 1612, 4: 600, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1352299298519096, 2: 0.000779423226812159, 3: 0.6282151208106002, 4: 0.2338269680436477, 5: 0.0019485580670303975}, 'edge_length_total': 848185.2520000015, 'edge_length_avg': 115.2112540070635, 'street_length_total': 432329.02800000017, 'street_length_avg': 115.31849239797283, 'street_segments_count': 3749, 'node_density_km': 54.54068348220806, 'intersection_density_km': 47.16515068083386, 'edge_density_km': 18028.294373970755, 'street_density_km': 9189.21304611016, 'circuity_avg': 1.0557158220206952, 'self_loop_proportion': 0.0016299918500407497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557158220206952\n", - "6165\n", - "9009545.384107603\n", - "{'n': 274, 'm': 726, 'k_avg': 5.299270072992701, 'intersection_count': 224, 'streets_per_node_avg': 2.7554744525547443, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 191, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18248175182481752, 2: 0.0, 3: 0.6970802919708029, 4: 0.12043795620437957}, 'edge_length_total': 90956.8380000001, 'edge_length_avg': 125.28490082644643, 'street_length_total': 45478.41900000002, 'street_length_avg': 125.28490082644635, 'street_segments_count': 363, 'node_density_km': 30.412189330143402, 'intersection_density_km': 24.86251974435081, 'edge_density_km': 10095.607949369289, 'street_density_km': 5047.803974684641, 'circuity_avg': 1.0994532299834145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0994532299834145\n", - "6166\n", - "8007349.65719226\n", - "{'n': 380, 'm': 930, 'k_avg': 4.894736842105263, 'intersection_count': 274, 'streets_per_node_avg': 2.5210526315789474, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 244, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2789473684210526, 2: 0.0, 3: 0.6421052631578947, 4: 0.07894736842105263}, 'edge_length_total': 89429.21799999994, 'edge_length_avg': 96.16044946236552, 'street_length_total': 44714.609, 'street_length_avg': 96.16044946236559, 'street_segments_count': 465, 'node_density_km': 47.45640146470702, 'intersection_density_km': 34.21856316139401, 'edge_density_km': 11168.391768638949, 'street_density_km': 5584.195884319478, 'circuity_avg': 1.0881801494468588, 'self_loop_proportion': 0.008602150537634409, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0881801494468588\n", - "6167\n", - "5003721.811531139\n", - "{'n': 177, 'm': 464, 'k_avg': 5.242937853107344, 'intersection_count': 139, 'streets_per_node_avg': 2.824858757062147, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 95, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21468926553672316, 2: 0.0, 3: 0.536723163841808, 4: 0.24293785310734464, 5: 0.005649717514124294}, 'edge_length_total': 63985.48199999993, 'edge_length_avg': 137.89974568965502, 'street_length_total': 31992.741000000016, 'street_length_avg': 137.89974568965525, 'street_segments_count': 232, 'node_density_km': 35.37366917403388, 'intersection_density_km': 27.77932211972152, 'edge_density_km': 12787.577809090944, 'street_density_km': 6393.788904545482, 'circuity_avg': 1.050697899210404, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050697899210404\n", - "6168\n", - "6005721.771411909\n", - "{'n': 325, 'm': 862, 'k_avg': 5.304615384615385, 'intersection_count': 252, 'streets_per_node_avg': 2.750769230769231, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 188, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2246153846153846, 2: 0.0, 3: 0.5784615384615385, 4: 0.19384615384615383, 5: 0.003076923076923077}, 'edge_length_total': 72964.81599999998, 'edge_length_avg': 84.64595823665891, 'street_length_total': 36482.407999999945, 'street_length_avg': 84.6459582366588, 'street_segments_count': 431, 'node_density_km': 54.11506099850418, 'intersection_density_km': 41.95998575884016, 'edge_density_km': 12149.216826414253, 'street_density_km': 6074.608413207119, 'circuity_avg': 1.0814253067287711, 'self_loop_proportion': 0.009280742459396751, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0814253067287711\n", - "6169\n", - "5003535.508403613\n", - "{'n': 166, 'm': 424, 'k_avg': 5.108433734939759, 'intersection_count': 125, 'streets_per_node_avg': 2.6506024096385543, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 101, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2469879518072289, 2: 0.0, 3: 0.608433734939759, 4: 0.14457831325301204}, 'edge_length_total': 57483.907999999974, 'edge_length_avg': 135.57525471698108, 'street_length_total': 28741.95399999999, 'street_length_avg': 135.57525471698108, 'street_segments_count': 212, 'node_density_km': 33.17654081223111, 'intersection_density_km': 24.98233494896921, 'edge_density_km': 11488.65795065384, 'street_density_km': 5744.328975326921, 'circuity_avg': 1.0701215609864638, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701215609864638\n", - "6170\n", - "5003206.946830014\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 230, 'm': 624, 'k_avg': 5.426086956521739, 'intersection_count': 201, 'streets_per_node_avg': 2.878260869565217, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 171, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12608695652173912, 2: 0.0, 3: 0.7434782608695653, 4: 0.13043478260869565}, 'edge_length_total': 70580.42000000003, 'edge_length_avg': 113.10964743589749, 'street_length_total': 35290.209999999985, 'street_length_avg': 113.10964743589739, 'street_segments_count': 312, 'node_density_km': 45.97051500052899, 'intersection_density_km': 40.17423267437533, 'edge_density_km': 14107.035897189728, 'street_density_km': 7053.517948594858, 'circuity_avg': 1.0653875845137513, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653875845137513\n", - "6171\n", - "22018503.80537014\n", - "{'n': 1243, 'm': 3474, 'k_avg': 5.589702333065165, 'intersection_count': 1041, 'streets_per_node_avg': 2.9042638777152052, 'streets_per_node_counts': {0: 0, 1: 202, 2: 0, 3: 767, 4: 263, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16251005631536605, 2: 0.0, 3: 0.6170555108608206, 4: 0.21158487530168946, 5: 0.008849557522123894}, 'edge_length_total': 277581.7549999999, 'edge_length_avg': 79.90263529073111, 'street_length_total': 141766.502, 'street_length_avg': 79.42100952380953, 'street_segments_count': 1785, 'node_density_km': 56.452518799067626, 'intersection_density_km': 47.27841678988689, 'edge_density_km': 12606.749189393144, 'street_density_km': 6438.51658828082, 'circuity_avg': 1.0756935502986011, 'self_loop_proportion': 0.0028785261945883708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0756935502986011\n", - "6172\n", - "102101511.74600655\n", - "{'n': 13170, 'm': 37112, 'k_avg': 5.6358390280941535, 'intersection_count': 11001, 'streets_per_node_avg': 2.898936977980258, 'streets_per_node_counts': {0: 0, 1: 2169, 2: 4, 3: 8046, 4: 2894, 5: 54, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16469248291571753, 2: 0.00030372057706909645, 3: 0.6109339407744875, 4: 0.21974183750949128, 5: 0.004100227790432802, 6: 0.00022779043280182233}, 'edge_length_total': 2561702.368999999, 'edge_length_avg': 69.02625482323774, 'street_length_total': 1310677.399999999, 'street_length_avg': 68.92497896508198, 'street_segments_count': 19016, 'node_density_km': 128.9892752299538, 'intersection_density_km': 107.74571122283385, 'edge_density_km': 25089.759448152283, 'street_density_km': 12837.002876710716, 'circuity_avg': 1.0712459435048385, 'self_loop_proportion': 0.002532873464108644, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712459435048385\n", - "6173\n", - "15024004.360530352\n", - "{'n': 1417, 'm': 3388, 'k_avg': 4.781933662667607, 'intersection_count': 929, 'streets_per_node_avg': 2.4220183486238533, 'streets_per_node_counts': {0: 0, 1: 488, 2: 0, 3: 775, 4: 151, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.34438955539872973, 2: 0.0, 3: 0.5469301340860974, 4: 0.10656316160903317, 5: 0.002117148906139732}, 'edge_length_total': 244384.3499999996, 'edge_length_avg': 72.13233471074368, 'street_length_total': 122192.17500000034, 'street_length_avg': 72.132334710744, 'street_segments_count': 1694, 'node_density_km': 94.31573407437293, 'intersection_density_km': 61.83438034939481, 'edge_density_km': 16266.259256555006, 'street_density_km': 8133.129628277538, 'circuity_avg': 1.1075919200756736, 'self_loop_proportion': 0.004722550177095631, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1075919200756736\n", - "6174\n", - "7009646.648351823\n", - "{'n': 406, 'm': 1112, 'k_avg': 5.477832512315271, 'intersection_count': 338, 'streets_per_node_avg': 2.8300492610837438, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 272, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16748768472906403, 2: 0.0, 3: 0.6699507389162561, 4: 0.16009852216748768, 5: 0.0024630541871921183}, 'edge_length_total': 117245.42599999988, 'edge_length_avg': 105.43653417266177, 'street_length_total': 58622.712999999996, 'street_length_avg': 105.43653417266187, 'street_segments_count': 556, 'node_density_km': 57.92018062643182, 'intersection_density_km': 48.219263674221565, 'edge_density_km': 16726.296186066353, 'street_density_km': 8363.148093033184, 'circuity_avg': 1.0701168014891795, 'self_loop_proportion': 0.0035971223021582736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701168014891795\n", - "6175\n", - "10033377.626527175\n", - "{'n': 452, 'm': 1217, 'k_avg': 5.384955752212389, 'intersection_count': 377, 'streets_per_node_avg': 2.7831858407079646, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 325, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16592920353982302, 2: 0.0, 3: 0.7190265486725663, 4: 0.11504424778761062}, 'edge_length_total': 87660.60400000017, 'edge_length_avg': 72.03007723911271, 'street_length_total': 43906.095999999954, 'street_length_avg': 71.85940425531908, 'street_segments_count': 611, 'node_density_km': 45.04963501074259, 'intersection_density_km': 37.574584953650344, 'edge_density_km': 8736.898705799224, 'street_density_km': 4376.003538819962, 'circuity_avg': 1.0841391390487496, 'self_loop_proportion': 0.0049301561216105174, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0841391390487496\n", - "6176\n", - "19037690.05781579\n", - "{'n': 731, 'm': 2022, 'k_avg': 5.532147742818058, 'intersection_count': 602, 'streets_per_node_avg': 2.853625170998632, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 452, 4: 149, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17647058823529413, 2: 0.0, 3: 0.6183310533515732, 4: 0.20383036935704515, 5: 0.0013679890560875513}, 'edge_length_total': 258739.7679999994, 'edge_length_avg': 127.96229871414411, 'street_length_total': 129744.659, 'street_length_avg': 127.95331262327416, 'street_segments_count': 1014, 'node_density_km': 38.39751554836838, 'intersection_density_km': 31.62148339277396, 'edge_density_km': 13590.922386814234, 'street_density_km': 6815.147142640566, 'circuity_avg': 1.0604325985422896, 'self_loop_proportion': 0.002967359050445104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604325985422896\n", - "6177\n", - "5010295.03521918\n", - "{'n': 149, 'm': 406, 'k_avg': 5.449664429530201, 'intersection_count': 125, 'streets_per_node_avg': 2.879194630872483, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 96, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1610738255033557, 2: 0.0, 3: 0.6442953020134228, 4: 0.18791946308724833, 5: 0.006711409395973154}, 'edge_length_total': 61852.43999999999, 'edge_length_avg': 152.34591133004923, 'street_length_total': 30926.220000000005, 'street_length_avg': 152.3459113300493, 'street_segments_count': 203, 'node_density_km': 29.738767667896795, 'intersection_density_km': 24.94863059387315, 'edge_density_km': 12345.069415117625, 'street_density_km': 6172.534707558814, 'circuity_avg': 1.0370549596883645, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0370549596883645\n", - "6178\n", - "7019299.232426589\n", - "{'n': 132, 'm': 358, 'k_avg': 5.424242424242424, 'intersection_count': 108, 'streets_per_node_avg': 2.9015151515151514, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 73, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.553030303030303, 4: 0.26515151515151514}, 'edge_length_total': 66299.90799999995, 'edge_length_avg': 185.19527374301663, 'street_length_total': 33207.465000000004, 'street_length_avg': 183.46665745856356, 'street_segments_count': 181, 'node_density_km': 18.805296031576543, 'intersection_density_km': 15.386151298562625, 'edge_density_km': 9445.37421822946, 'street_density_km': 4730.880377145583, 'circuity_avg': 1.029669913426457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029669913426457\n", - "6179\n", - "4011208.1153788045\n", - "{'n': 101, 'm': 252, 'k_avg': 4.99009900990099, 'intersection_count': 82, 'streets_per_node_avg': 2.712871287128713, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 74, 4: 7, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18811881188118812, 2: 0.0, 3: 0.7326732673267327, 4: 0.06930693069306931, 5: 0.009900990099009901}, 'edge_length_total': 45269.21600000001, 'edge_length_avg': 179.63974603174606, 'street_length_total': 22634.608000000007, 'street_length_avg': 179.63974603174609, 'street_segments_count': 126, 'node_density_km': 25.17944646471227, 'intersection_density_km': 20.442718911944617, 'edge_density_km': 11285.68119575739, 'street_density_km': 5642.840597878696, 'circuity_avg': 1.054195399092819, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054195399092819\n", - "6180\n", - "25057507.6074794\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 636, 'm': 1585, 'k_avg': 4.984276729559748, 'intersection_count': 477, 'streets_per_node_avg': 2.6163522012578615, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 403, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6336477987421384, 4: 0.11635220125786164}, 'edge_length_total': 277818.63699999935, 'edge_length_avg': 175.27989716088288, 'street_length_total': 140422.7499999999, 'street_length_avg': 173.36141975308632, 'street_segments_count': 810, 'node_density_km': 25.38161456290093, 'intersection_density_km': 19.036210922175698, 'edge_density_km': 11087.241450824638, 'street_density_km': 5604.019050884583, 'circuity_avg': 1.0921363862539673, 'self_loop_proportion': 0.0037854889589905363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0921363862539673\n", - "6181\n", - "6012900.746300878\n", - "{'n': 256, 'm': 609, 'k_avg': 4.7578125, 'intersection_count': 184, 'streets_per_node_avg': 2.515625, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 164, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28125, 2: 0.0, 3: 0.640625, 4: 0.078125}, 'edge_length_total': 78551.51699999995, 'edge_length_avg': 128.98442857142848, 'street_length_total': 39768.90599999998, 'street_length_avg': 128.7019611650485, 'street_segments_count': 309, 'node_density_km': 42.575124852591415, 'intersection_density_km': 30.600870987800082, 'edge_density_km': 13063.830639200996, 'street_density_km': 6613.930227347543, 'circuity_avg': 1.0619281511235665, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619281511235665\n", - "6182\n", - "5011949.10522598\n", - "{'n': 272, 'm': 745, 'k_avg': 5.477941176470588, 'intersection_count': 223, 'streets_per_node_avg': 2.7941176470588234, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 181, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1801470588235294, 2: 0.0, 3: 0.6654411764705882, 4: 0.15441176470588236}, 'edge_length_total': 79146.86999999984, 'edge_length_avg': 106.23740939597293, 'street_length_total': 39665.043999999994, 'street_length_avg': 106.34060053619301, 'street_segments_count': 373, 'node_density_km': 54.27030368612172, 'intersection_density_km': 44.49366809560715, 'edge_density_km': 15791.634818772014, 'street_density_km': 7914.095527953603, 'circuity_avg': 1.085029880114244, 'self_loop_proportion': 0.010738255033557046, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085029880114244\n", - "6183\n", - "6014234.64711456\n", - "{'n': 170, 'm': 414, 'k_avg': 4.870588235294117, 'intersection_count': 122, 'streets_per_node_avg': 2.5294117647058822, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 106, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2823529411764706, 2: 0.0, 3: 0.6235294117647059, 4: 0.09411764705882353}, 'edge_length_total': 69292.38599999997, 'edge_length_avg': 167.37291304347818, 'street_length_total': 34646.19300000004, 'street_length_avg': 167.37291304347846, 'street_segments_count': 207, 'node_density_km': 28.266273262477483, 'intersection_density_km': 20.285207870719134, 'edge_density_km': 11521.397162853344, 'street_density_km': 5760.698581426681, 'circuity_avg': 1.073571011467279, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073571011467279\n", - "6184\n", - "8018452.292143689\n", - "{'n': 276, 'm': 746, 'k_avg': 5.405797101449275, 'intersection_count': 225, 'streets_per_node_avg': 2.822463768115942, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 172, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18478260869565216, 2: 0.0, 3: 0.6231884057971014, 4: 0.19202898550724637}, 'edge_length_total': 103731.7400000003, 'edge_length_avg': 139.05058981233284, 'street_length_total': 51865.86999999999, 'street_length_avg': 139.05058981233242, 'street_segments_count': 373, 'node_density_km': 34.420607611573494, 'intersection_density_km': 28.060277944217525, 'edge_density_km': 12936.628693499179, 'street_density_km': 6468.314346749569, 'circuity_avg': 1.062181146097275, 'self_loop_proportion': 0.005361930294906166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062181146097275\n", - "6185\n", - "16036347.80332163\n", - "{'n': 846, 'm': 2119, 'k_avg': 5.009456264775413, 'intersection_count': 605, 'streets_per_node_avg': 2.5602836879432624, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 499, 4: 102, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2848699763593381, 2: 0.0, 3: 0.5898345153664303, 4: 0.12056737588652482, 5: 0.004728132387706856}, 'edge_length_total': 222535.23000000007, 'edge_length_avg': 105.0189853704578, 'street_length_total': 111782.38600000001, 'street_length_avg': 104.95998685446011, 'street_segments_count': 1065, 'node_density_km': 52.755154127099125, 'intersection_density_km': 37.72679461807916, 'edge_density_km': 13876.927136358696, 'street_density_km': 6970.563832298922, 'circuity_avg': 1.052998945742829, 'self_loop_proportion': 0.002831524303916942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052998945742829\n", - "6186\n", - "30066310.399091337\n", - "{'n': 1053, 'm': 2659, 'k_avg': 5.050332383665717, 'intersection_count': 795, 'streets_per_node_avg': 2.606837606837607, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 695, 4: 98, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.245014245014245, 2: 0.0, 3: 0.6600189933523267, 4: 0.09306742640075974, 5: 0.001899335232668566}, 'edge_length_total': 318564.7270000005, 'edge_length_avg': 119.806215494547, 'street_length_total': 160446.49700000003, 'street_length_avg': 118.5857331855137, 'street_segments_count': 1353, 'node_density_km': 35.02258794054836, 'intersection_density_km': 26.441554997849902, 'edge_density_km': 10595.404716157927, 'street_density_km': 5336.421225959572, 'circuity_avg': 1.078652087290815, 'self_loop_proportion': 0.0052651372696502444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078652087290815\n", - "6187\n", - "12026613.020084765\n", - "{'n': 423, 'm': 1218, 'k_avg': 5.75886524822695, 'intersection_count': 367, 'streets_per_node_avg': 2.9125295508274234, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 292, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13238770685579196, 2: 0.0, 3: 0.6903073286052009, 4: 0.1773049645390071}, 'edge_length_total': 133446.1099999999, 'edge_length_avg': 109.56166666666658, 'street_length_total': 66723.05500000002, 'street_length_avg': 109.56166666666671, 'street_segments_count': 609, 'node_density_km': 35.17199724424314, 'intersection_density_km': 30.515657183539556, 'edge_density_km': 11095.901213179583, 'street_density_km': 5547.950606589797, 'circuity_avg': 1.050843825171884, 'self_loop_proportion': 0.0016420361247947454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050843825171884\n", - "6188\n", - "17042831.577297628\n", - "{'n': 721, 'm': 1909, 'k_avg': 5.295423023578364, 'intersection_count': 555, 'streets_per_node_avg': 2.7045769764216367, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 436, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2302357836338419, 2: 0.0, 3: 0.6047156726768377, 4: 0.1650485436893204}, 'edge_length_total': 258866.4550000004, 'edge_length_avg': 135.6031718177058, 'street_length_total': 130307.08899999998, 'street_length_avg': 135.87809071949945, 'street_segments_count': 959, 'node_density_km': 42.30517662102746, 'intersection_density_km': 32.56501112991711, 'edge_density_km': 15189.169348175135, 'street_density_km': 7645.85910557135, 'circuity_avg': 1.035404625439644, 'self_loop_proportion': 0.0010476689366160294, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035404625439644\n", - "6189\n", - "5012324.804438054\n", - "{'n': 101, 'm': 284, 'k_avg': 5.623762376237623, 'intersection_count': 91, 'streets_per_node_avg': 2.9207920792079207, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 79, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09900990099009901, 2: 0.0, 3: 0.7821782178217822, 4: 0.1188118811881188}, 'edge_length_total': 51434.05800000005, 'edge_length_avg': 181.1058380281692, 'street_length_total': 25717.029000000006, 'street_length_avg': 181.10583802816905, 'street_segments_count': 142, 'node_density_km': 20.150330224125092, 'intersection_density_km': 18.155248023716666, 'edge_density_km': 10261.517361057466, 'street_density_km': 5130.758680528729, 'circuity_avg': 1.039636500845433, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039636500845433\n", - "6190\n", - "18029996.64276573\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 492, 'm': 1361, 'k_avg': 5.532520325203252, 'intersection_count': 401, 'streets_per_node_avg': 2.8780487804878048, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 283, 4: 114, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18495934959349594, 2: 0.0, 3: 0.5752032520325203, 4: 0.23170731707317074, 5: 0.008130081300813009}, 'edge_length_total': 232746.76299999942, 'edge_length_avg': 171.01158192505468, 'street_length_total': 118071.49699999992, 'street_length_avg': 171.1181115942028, 'street_segments_count': 690, 'node_density_km': 27.287858658443383, 'intersection_density_km': 22.24071406917845, 'edge_density_km': 12908.863357630496, 'street_density_km': 6548.614475054512, 'circuity_avg': 1.0547306249537696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547306249537696\n", - "6191\n", - "10016929.0639074\n", - "{'n': 34, 'm': 88, 'k_avg': 5.176470588235294, 'intersection_count': 27, 'streets_per_node_avg': 2.7058823529411766, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 23, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20588235294117646, 2: 0.0, 3: 0.6764705882352942, 4: 0.11764705882352941}, 'edge_length_total': 22645.056000000008, 'edge_length_avg': 257.3301818181819, 'street_length_total': 11322.528, 'street_length_avg': 257.3301818181818, 'street_segments_count': 44, 'node_density_km': 3.3942538459723597, 'intersection_density_km': 2.6954368776839326, 'edge_density_km': 2260.6784829488083, 'street_density_km': 1130.339241474404, 'circuity_avg': 1.1300314245293883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1300314245293883\n", - "6192\n", - "11019204.522451144\n", - "{'n': 218, 'm': 622, 'k_avg': 5.706422018348624, 'intersection_count': 196, 'streets_per_node_avg': 2.981651376146789, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 156, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10091743119266056, 2: 0.0, 3: 0.7155963302752294, 4: 0.1834862385321101}, 'edge_length_total': 123916.17199999992, 'edge_length_avg': 199.22214147909955, 'street_length_total': 61958.08600000005, 'street_length_avg': 199.22214147909983, 'street_segments_count': 311, 'node_density_km': 19.783642236228086, 'intersection_density_km': 17.787127882113325, 'edge_density_km': 11245.473459316067, 'street_density_km': 5622.736729658041, 'circuity_avg': 1.056272002739145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056272002739145\n", - "6193\n", - "16026299.653595671\n", - "{'n': 389, 'm': 1017, 'k_avg': 5.22879177377892, 'intersection_count': 310, 'streets_per_node_avg': 2.7249357326478147, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 259, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20308483290488433, 2: 0.0, 3: 0.6658097686375322, 4: 0.13110539845758354}, 'edge_length_total': 202963.05699999988, 'edge_length_avg': 199.57036086528996, 'street_length_total': 101826.71999999994, 'street_length_avg': 199.66023529411754, 'street_segments_count': 510, 'node_density_km': 24.272602435255457, 'intersection_density_km': 19.343205025524917, 'edge_density_km': 12664.374271478378, 'street_density_km': 6353.726200118443, 'circuity_avg': 1.046464268562194, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046464268562194\n", - "6194\n", - "6009037.778020806\n", - "{'n': 46, 'm': 112, 'k_avg': 4.869565217391305, 'intersection_count': 33, 'streets_per_node_avg': 2.5434782608695654, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 28, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2826086956521739, 2: 0.0, 3: 0.6086956521739131, 4: 0.10869565217391304}, 'edge_length_total': 25628.010000000013, 'edge_length_avg': 228.82151785714296, 'street_length_total': 12814.005, 'street_length_avg': 228.82151785714285, 'street_segments_count': 56, 'node_density_km': 7.6551357637080795, 'intersection_density_km': 5.491727830486231, 'edge_density_km': 4264.91078051453, 'street_density_km': 2132.455390257264, 'circuity_avg': 1.0327702997842556, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0327702997842556\n", - "6195\n", - "8015982.13847828\n", - "{'n': 199, 'm': 486, 'k_avg': 4.884422110552764, 'intersection_count': 143, 'streets_per_node_avg': 2.557788944723618, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 119, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2814070351758794, 2: 0.0, 3: 0.5979899497487438, 4: 0.12060301507537688}, 'edge_length_total': 85333.09599999998, 'edge_length_avg': 175.5825020576131, 'street_length_total': 42877.99299999999, 'street_length_avg': 175.01221632653056, 'street_segments_count': 245, 'node_density_km': 24.82540461820157, 'intersection_density_km': 17.83936110755188, 'edge_density_km': 10645.370027757976, 'street_density_km': 5349.062941916654, 'circuity_avg': 1.070102353652418, 'self_loop_proportion': 0.006172839506172839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070102353652418\n", - "6196\n", - "8013447.281311299\n", - "{'n': 240, 'm': 665, 'k_avg': 5.541666666666667, 'intersection_count': 199, 'streets_per_node_avg': 2.8833333333333333, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 147, 4: 51, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17083333333333334, 2: 0.0, 3: 0.6125, 4: 0.2125, 5: 0.0, 6: 0.004166666666666667}, 'edge_length_total': 97585.02399999999, 'edge_length_avg': 146.7443969924812, 'street_length_total': 48827.79199999999, 'street_length_avg': 146.19099401197602, 'street_segments_count': 334, 'node_density_km': 29.949657316610818, 'intersection_density_km': 24.833257525023136, 'edge_density_km': 12177.658450138508, 'street_density_km': 6093.231824694794, 'circuity_avg': 1.0441951389403414, 'self_loop_proportion': 0.0030075187969924814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441951389403414\n", - "6197\n", - "618157059.6204022\n", - "error with entry 6197\n", - "6198\n", - "22048549.2886482\n", - "{'n': 931, 'm': 2624, 'k_avg': 5.636949516648765, 'intersection_count': 783, 'streets_per_node_avg': 2.8818474758324384, 'streets_per_node_counts': {0: 0, 1: 148, 2: 5, 3: 588, 4: 189, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.158968850698174, 2: 0.0053705692803437165, 3: 0.631578947368421, 4: 0.20300751879699247, 5: 0.0010741138560687433}, 'edge_length_total': 320874.7359999993, 'edge_length_avg': 122.2845792682924, 'street_length_total': 161383.4429999999, 'street_length_avg': 122.07522163388798, 'street_segments_count': 1322, 'node_density_km': 42.225000285135756, 'intersection_density_km': 35.51254051907765, 'edge_density_km': 14553.099698273716, 'street_density_km': 7319.458567874529, 'circuity_avg': 1.0421233302967794, 'self_loop_proportion': 0.004192073170731708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0421233302967794\n", - "6199\n", - "18028712.484128673\n", - "{'n': 834, 'm': 2190, 'k_avg': 5.251798561151079, 'intersection_count': 636, 'streets_per_node_avg': 2.7170263788968825, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 476, 4: 160}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23741007194244604, 2: 0.0, 3: 0.5707434052757794, 4: 0.19184652278177458}, 'edge_length_total': 266004.8629999999, 'edge_length_avg': 121.46340776255703, 'street_length_total': 133520.86, 'street_length_avg': 120.83335746606333, 'street_segments_count': 1105, 'node_density_km': 46.25954297813559, 'intersection_density_km': 35.27706155167175, 'edge_density_km': 14754.512460841206, 'street_density_km': 7406.0119444216125, 'circuity_avg': 1.042468728443731, 'self_loop_proportion': 0.0027397260273972603, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042468728443731\n", - "6200\n", - "222363974.1525696\n", - "error with entry 6200\n", - "6201\n", - "6010123.318509404\n", - "{'n': 101, 'm': 245, 'k_avg': 4.851485148514851, 'intersection_count': 75, 'streets_per_node_avg': 2.5346534653465347, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 70, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25742574257425743, 2: 0.0, 3: 0.693069306930693, 4: 0.04950495049504951}, 'edge_length_total': 34832.059, 'edge_length_avg': 142.17166938775512, 'street_length_total': 17454.489999999998, 'street_length_avg': 141.9064227642276, 'street_segments_count': 123, 'node_density_km': 16.804979639760443, 'intersection_density_km': 12.478945277049833, 'edge_density_km': 5795.564775306282, 'street_density_km': 2904.1816739841806, 'circuity_avg': 1.0418918434618964, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418918434618964\n", - "6202\n", - "10019440.971201733\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 486, 'm': 1278, 'k_avg': 5.2592592592592595, 'intersection_count': 387, 'streets_per_node_avg': 2.757201646090535, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 307, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037037037037037, 2: 0.0, 3: 0.6316872427983539, 4: 0.1646090534979424}, 'edge_length_total': 130187.60099999985, 'edge_length_avg': 101.86823239436607, 'street_length_total': 65124.965000000004, 'street_length_avg': 101.7577578125, 'street_segments_count': 640, 'node_density_km': 48.505700207913804, 'intersection_density_km': 38.62490942482025, 'edge_density_km': 12993.49947508949, 'street_density_km': 6499.860140619093, 'circuity_avg': 1.0469373307842518, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469373307842518\n", - "6203\n", - "17026233.900354214\n", - "{'n': 304, 'm': 808, 'k_avg': 5.315789473684211, 'intersection_count': 247, 'streets_per_node_avg': 2.7565789473684212, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 207, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.680921052631579, 4: 0.13157894736842105}, 'edge_length_total': 173071.62200000006, 'edge_length_avg': 214.19755198019809, 'street_length_total': 86662.128, 'street_length_avg': 213.98056296296295, 'street_segments_count': 405, 'node_density_km': 17.854799938680248, 'intersection_density_km': 14.507024950177703, 'edge_density_km': 10164.997321950304, 'street_density_km': 5089.917624014144, 'circuity_avg': 1.0610963333092143, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610963333092143\n", - "6204\n", - "10023271.982663434\n", - "{'n': 248, 'm': 610, 'k_avg': 4.919354838709677, 'intersection_count': 188, 'streets_per_node_avg': 2.592741935483871, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 169, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24193548387096775, 2: 0.0, 3: 0.6814516129032258, 4: 0.07661290322580645}, 'edge_length_total': 88908.08599999997, 'edge_length_avg': 145.75096065573766, 'street_length_total': 44454.04300000003, 'street_length_avg': 145.7509606557378, 'street_segments_count': 305, 'node_density_km': 24.74241948427106, 'intersection_density_km': 18.756350254205483, 'edge_density_km': 8870.165965143735, 'street_density_km': 4435.082982571872, 'circuity_avg': 1.0972348332070736, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0972348332070736\n", - "6205\n", - "13021323.661533285\n", - "{'n': 356, 'm': 929, 'k_avg': 5.219101123595506, 'intersection_count': 281, 'streets_per_node_avg': 2.691011235955056, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 241, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21067415730337077, 2: 0.0, 3: 0.6769662921348315, 4: 0.11235955056179775}, 'edge_length_total': 139716.233, 'edge_length_avg': 150.39422282023682, 'street_length_total': 69878.94600000005, 'street_length_avg': 149.95481974248938, 'street_segments_count': 466, 'node_density_km': 27.339770460638434, 'intersection_density_km': 21.579987357975842, 'edge_density_km': 10729.80264001426, 'street_density_km': 5366.500965368959, 'circuity_avg': 1.0416912579044628, 'self_loop_proportion': 0.004305705059203444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416912579044628\n", - "6206\n", - "18028282.06251246\n", - "{'n': 564, 'm': 1575, 'k_avg': 5.585106382978723, 'intersection_count': 468, 'streets_per_node_avg': 2.8652482269503547, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 354, 4: 112, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1702127659574468, 2: 0.0, 3: 0.6276595744680851, 4: 0.19858156028368795, 5: 0.0035460992907801418}, 'edge_length_total': 225379.51299999942, 'edge_length_avg': 143.09810349206313, 'street_length_total': 113103.50200000007, 'street_length_avg': 142.8074520202021, 'street_segments_count': 792, 'node_density_km': 31.284178827707986, 'intersection_density_km': 25.959212218736415, 'edge_density_km': 12501.44146949241, 'street_density_km': 6273.670536539061, 'circuity_avg': 1.03437030043945, 'self_loop_proportion': 0.0025396825396825397, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03437030043945\n", - "6207\n", - "12022715.8222831\n", - "{'n': 537, 'm': 1544, 'k_avg': 5.750465549348231, 'intersection_count': 453, 'streets_per_node_avg': 2.968342644320298, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 303, 4: 149, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1564245810055866, 2: 0.0, 3: 0.5642458100558659, 4: 0.2774674115456238, 5: 0.00186219739292365}, 'edge_length_total': 199365.64799999987, 'edge_length_avg': 129.12282901554397, 'street_length_total': 100221.00600000005, 'street_length_avg': 128.65340949935822, 'street_segments_count': 779, 'node_density_km': 44.665448966590006, 'intersection_density_km': 37.67867482656475, 'edge_density_km': 16582.41373637829, 'street_density_km': 8335.970631049, 'circuity_avg': 1.0335524862896424, 'self_loop_proportion': 0.0025906735751295338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335524862896424\n", - "6208\n", - "11015487.065231586\n", - "{'n': 583, 'm': 1549, 'k_avg': 5.313893653516295, 'intersection_count': 463, 'streets_per_node_avg': 2.69811320754717, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 399, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2058319039451115, 2: 0.0, 3: 0.6843910806174958, 4: 0.1097770154373928}, 'edge_length_total': 166966.92500000066, 'edge_length_avg': 107.79013879922573, 'street_length_total': 84781.24000000005, 'street_length_avg': 108.4159079283888, 'street_segments_count': 782, 'node_density_km': 52.92548541408897, 'intersection_density_km': 42.03173198408781, 'edge_density_km': 15157.470932629198, 'street_density_km': 7696.5493670812675, 'circuity_avg': 1.113411789909558, 'self_loop_proportion': 0.005164622336991607, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.113411789909558\n", - "6209\n", - "29041065.369766284\n", - "{'n': 2715, 'm': 7208, 'k_avg': 5.3097605893186, 'intersection_count': 2068, 'streets_per_node_avg': 2.7189686924493555, 'streets_per_node_counts': {0: 0, 1: 647, 2: 0, 3: 1547, 4: 511, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23830570902394108, 2: 0.0, 3: 0.5697974217311234, 4: 0.18821362799263353, 5: 0.003683241252302026}, 'edge_length_total': 606100.076, 'edge_length_avg': 84.08713596004439, 'street_length_total': 306022.90199999977, 'street_length_avg': 83.43045310796067, 'street_segments_count': 3668, 'node_density_km': 93.48830579839881, 'intersection_density_km': 71.20950879966436, 'edge_density_km': 20870.44907901317, 'street_density_km': 10537.592133881919, 'circuity_avg': 1.0754823310168056, 'self_loop_proportion': 0.0022197558268590455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0754823310168056\n", - "6210\n", - "21030949.19749987\n", - "{'n': 1088, 'm': 2880, 'k_avg': 5.294117647058823, 'intersection_count': 854, 'streets_per_node_avg': 2.7095588235294117, 'streets_per_node_counts': {0: 0, 1: 234, 2: 0, 3: 704, 4: 148, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21507352941176472, 2: 0.0, 3: 0.6470588235294118, 4: 0.13602941176470587, 5: 0.001838235294117647}, 'edge_length_total': 323038.77400000027, 'edge_length_avg': 112.16624097222231, 'street_length_total': 161519.3870000001, 'street_length_avg': 112.1662409722223, 'street_segments_count': 1440, 'node_density_km': 51.73328078455631, 'intersection_density_km': 40.60682149817195, 'edge_density_km': 15360.161396728714, 'street_density_km': 7680.080698364356, 'circuity_avg': 1.0667717787177122, 'self_loop_proportion': 0.0020833333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667717787177122\n", - "6211\n", - "46064547.08499087\n", - "{'n': 2027, 'm': 5624, 'k_avg': 5.549087321164282, 'intersection_count': 1670, 'streets_per_node_avg': 2.831277750370005, 'streets_per_node_counts': {0: 0, 1: 357, 2: 1, 3: 1305, 4: 355, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1761223482979773, 2: 0.000493339911198816, 3: 0.6438085841144549, 4: 0.17513566847557968, 5: 0.004440059200789344}, 'edge_length_total': 691706.4230000003, 'edge_length_avg': 122.99189598150788, 'street_length_total': 349071.7189999997, 'street_length_avg': 122.73970428973266, 'street_segments_count': 2844, 'node_density_km': 44.0034718296504, 'intersection_density_km': 36.25347703774848, 'edge_density_km': 15016.025702451287, 'street_density_km': 7577.882364846634, 'circuity_avg': 1.0456484411126659, 'self_loop_proportion': 0.0010668563300142249, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456484411126659\n", - "6212\n", - "18037901.292035718\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 676, 'm': 1804, 'k_avg': 5.337278106508876, 'intersection_count': 532, 'streets_per_node_avg': 2.717455621301775, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 435, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21301775147928995, 2: 0.0, 3: 0.643491124260355, 4: 0.14349112426035504}, 'edge_length_total': 247663.22200000004, 'edge_length_avg': 137.28559977827052, 'street_length_total': 123831.61099999995, 'street_length_avg': 137.28559977827044, 'street_segments_count': 902, 'node_density_km': 37.47664371012356, 'intersection_density_km': 29.493453334002567, 'edge_density_km': 13730.157294371653, 'street_density_km': 6865.078647185822, 'circuity_avg': 1.0806546796776864, 'self_loop_proportion': 0.005543237250554324, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806546796776864\n", - "6213\n", - "8010951.769426624\n", - "{'n': 124, 'm': 308, 'k_avg': 4.967741935483871, 'intersection_count': 102, 'streets_per_node_avg': 2.774193548387097, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 86, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1774193548387097, 2: 0.0, 3: 0.6935483870967742, 4: 0.12903225806451613}, 'edge_length_total': 57561.61399999994, 'edge_length_avg': 186.88835714285696, 'street_length_total': 29072.271, 'street_length_avg': 179.45846296296295, 'street_segments_count': 162, 'node_density_km': 15.478809955296382, 'intersection_density_km': 12.732569479356702, 'edge_density_km': 7185.365192146183, 'street_density_km': 3629.0657885312444, 'circuity_avg': 1.0653709172435424, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653709172435424\n", - "6214\n", - "10018617.43507449\n", - "{'n': 112, 'm': 286, 'k_avg': 5.107142857142857, 'intersection_count': 89, 'streets_per_node_avg': 2.642857142857143, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 83, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20535714285714285, 2: 0.0, 3: 0.7410714285714286, 4: 0.05357142857142857}, 'edge_length_total': 66983.81800000001, 'edge_length_avg': 234.2091538461539, 'street_length_total': 33491.90899999999, 'street_length_avg': 234.20915384615378, 'street_segments_count': 143, 'node_density_km': 11.17918722077317, 'intersection_density_km': 8.883461273650108, 'edge_density_km': 6685.934305216036, 'street_density_km': 3342.9671526080165, 'circuity_avg': 1.0752435261926498, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752435261926498\n", - "6215\n", - "50097295.465770215\n", - "{'n': 2428, 'm': 6482, 'k_avg': 5.339373970345964, 'intersection_count': 1918, 'streets_per_node_avg': 2.742998352553542, 'streets_per_node_counts': {0: 0, 1: 510, 2: 0, 3: 1533, 4: 374, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2100494233937397, 2: 0.0, 3: 0.6313838550247117, 4: 0.15403624382207579, 5: 0.004530477759472817}, 'edge_length_total': 746544.4530000009, 'edge_length_avg': 115.17193042270918, 'street_length_total': 378601.43699999916, 'street_length_avg': 114.7972822922981, 'street_segments_count': 3298, 'node_density_km': 48.465690162036196, 'intersection_density_km': 38.28549988912085, 'edge_density_km': 14901.891330842189, 'street_density_km': 7557.322875017968, 'circuity_avg': 1.0694598081826763, 'self_loop_proportion': 0.0018512804689910522, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694598081826763\n", - "6216\n", - "27040044.67745043\n", - "{'n': 1909, 'm': 5105, 'k_avg': 5.34834992142483, 'intersection_count': 1511, 'streets_per_node_avg': 2.746987951807229, 'streets_per_node_counts': {0: 0, 1: 398, 2: 2, 3: 1199, 4: 305, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20848611838658984, 2: 0.0010476689366160294, 3: 0.6280775275013096, 4: 0.15976951283394447, 5: 0.0026191723415400735}, 'edge_length_total': 515752.18099999987, 'edge_length_avg': 101.02883075416256, 'street_length_total': 258688.51200000016, 'street_length_avg': 100.97131615925065, 'street_segments_count': 2562, 'node_density_km': 70.59899577725096, 'intersection_density_km': 55.88008518566066, 'edge_density_km': 19073.643817981647, 'street_density_km': 9566.867033164664, 'circuity_avg': 1.0617638725489047, 'self_loop_proportion': 0.0031341821743388833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0617638725489047\n", - "6217\n", - "6009582.499391561\n", - "{'n': 38, 'm': 86, 'k_avg': 4.526315789473684, 'intersection_count': 27, 'streets_per_node_avg': 2.4473684210526314, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 26, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2894736842105263, 2: 0.0, 3: 0.6842105263157895, 4: 0.02631578947368421}, 'edge_length_total': 21293.26400000001, 'edge_length_avg': 247.59609302325592, 'street_length_total': 10646.631999999998, 'street_length_avg': 247.59609302325578, 'street_segments_count': 43, 'node_density_km': 6.32323460137993, 'intersection_density_km': 4.492824585191003, 'edge_density_km': 3543.218518450465, 'street_density_km': 1771.6092592252314, 'circuity_avg': 1.073333459112434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073333459112434\n", - "6218\n", - "17033378.04081785\n", - "{'n': 577, 'm': 1494, 'k_avg': 5.1785095320623915, 'intersection_count': 464, 'streets_per_node_avg': 2.6915077989601386, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 416, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19584055459272098, 2: 0.0, 3: 0.7209705372616985, 4: 0.0831889081455806}, 'edge_length_total': 179151.94499999986, 'edge_length_avg': 119.91428714859428, 'street_length_total': 90676.327, 'street_length_avg': 118.06813411458334, 'street_segments_count': 768, 'node_density_km': 33.87466647057965, 'intersection_density_km': 27.24063300233788, 'edge_density_km': 10517.699106465554, 'street_density_km': 5323.449452170219, 'circuity_avg': 1.1160373549276452, 'self_loop_proportion': 0.008032128514056224, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1160373549276452\n", - "6219\n", - "9013897.714843724\n", - "{'n': 198, 'm': 520, 'k_avg': 5.252525252525253, 'intersection_count': 162, 'streets_per_node_avg': 2.797979797979798, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 130, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6565656565656566, 4: 0.16161616161616163}, 'edge_length_total': 96413.77599999993, 'edge_length_avg': 185.41110769230755, 'street_length_total': 48206.888000000006, 'street_length_avg': 185.41110769230772, 'street_segments_count': 260, 'node_density_km': 21.966080186814366, 'intersection_density_km': 17.97224742557539, 'edge_density_km': 10696.124922876548, 'street_density_km': 5348.06246143828, 'circuity_avg': 1.035763345013996, 'self_loop_proportion': 0.0038461538461538464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035763345013996\n", - "6220\n", - "16022587.922768703\n", - "{'n': 579, 'm': 1478, 'k_avg': 5.105354058721934, 'intersection_count': 461, 'streets_per_node_avg': 2.70293609671848, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 397, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20379965457685664, 2: 0.0, 3: 0.6856649395509499, 4: 0.11053540587219343}, 'edge_length_total': 188686.49200000011, 'edge_length_avg': 127.66339106901226, 'street_length_total': 95124.19100000008, 'street_length_avg': 126.83225466666677, 'street_segments_count': 750, 'node_density_km': 36.13648449244701, 'intersection_density_km': 28.771881435264373, 'edge_density_km': 11776.28064264634, 'street_density_km': 5936.8805750053025, 'circuity_avg': 1.071990290050552, 'self_loop_proportion': 0.0027063599458728013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071990290050552\n", - "6221\n", - "18026205.096561704\n", - "{'n': 802, 'm': 2207, 'k_avg': 5.503740648379052, 'intersection_count': 659, 'streets_per_node_avg': 2.85286783042394, 'streets_per_node_counts': {0: 0, 1: 143, 2: 1, 3: 491, 4: 165, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17830423940149626, 2: 0.0012468827930174563, 3: 0.6122194513715711, 4: 0.2057356608478803, 5: 0.0024937655860349127}, 'edge_length_total': 288081.10399999964, 'edge_length_avg': 130.53063162664233, 'street_length_total': 146489.78399999999, 'street_length_avg': 131.26324731182794, 'street_segments_count': 1116, 'node_density_km': 44.49078415029087, 'intersection_density_km': 36.55788872199712, 'edge_density_km': 15981.239670625288, 'street_density_km': 8126.490474023358, 'circuity_avg': 1.061839278513814, 'self_loop_proportion': 0.005437245129134572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061839278513814\n", - "6222\n", - "11023357.889267294\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 130, 'm': 330, 'k_avg': 5.076923076923077, 'intersection_count': 103, 'streets_per_node_avg': 2.6538461538461537, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 94, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2076923076923077, 2: 0.0, 3: 0.7230769230769231, 4: 0.06923076923076923}, 'edge_length_total': 73163.79999999999, 'edge_length_avg': 221.7084848484848, 'street_length_total': 36581.89999999999, 'street_length_avg': 221.70848484848477, 'street_segments_count': 165, 'node_density_km': 11.79313974071116, 'intersection_density_km': 9.343795333024996, 'edge_density_km': 6637.160902780331, 'street_density_km': 3318.5804513901644, 'circuity_avg': 1.034179066465376, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034179066465376\n", - "6223\n", - "8015757.333404854\n", - "{'n': 235, 'm': 648, 'k_avg': 5.514893617021277, 'intersection_count': 198, 'streets_per_node_avg': 2.9063829787234043, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 147, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1574468085106383, 2: 0.0, 3: 0.625531914893617, 4: 0.2127659574468085, 5: 0.00425531914893617}, 'edge_length_total': 109127.99199999991, 'edge_length_avg': 168.40739506172827, 'street_length_total': 54563.99599999999, 'street_length_avg': 168.40739506172838, 'street_segments_count': 324, 'node_density_km': 29.31725478023909, 'intersection_density_km': 24.70134658079719, 'edge_density_km': 13614.183596254852, 'street_density_km': 6807.091798127431, 'circuity_avg': 1.0304706748270653, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0304706748270653\n", - "6224\n", - "8018910.046677008\n", - "error with entry 6224\n", - "6225\n", - "9016042.420448074\n", - "{'n': 281, 'm': 750, 'k_avg': 5.338078291814947, 'intersection_count': 244, 'streets_per_node_avg': 2.889679715302491, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 201, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13167259786476868, 2: 0.0, 3: 0.7153024911032029, 4: 0.15302491103202848}, 'edge_length_total': 113611.82999999991, 'edge_length_avg': 151.48243999999988, 'street_length_total': 57454.785999999986, 'street_length_avg': 151.19680526315787, 'street_segments_count': 380, 'node_density_km': 31.166667912154193, 'intersection_density_km': 27.062871781372326, 'edge_density_km': 12601.07536121749, 'street_density_km': 6372.506175181087, 'circuity_avg': 1.0433530016610937, 'self_loop_proportion': 0.0026666666666666666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0433530016610937\n", - "6226\n", - "17032132.11530652\n", - "{'n': 389, 'm': 1048, 'k_avg': 5.388174807197943, 'intersection_count': 305, 'streets_per_node_avg': 2.7377892030848328, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 240, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159383033419023, 2: 0.0, 3: 0.6169665809768637, 4: 0.16452442159383032, 5: 0.002570694087403599}, 'edge_length_total': 135631.1480000002, 'edge_length_avg': 129.41903435114523, 'street_length_total': 67815.57399999996, 'street_length_avg': 129.41903435114497, 'street_segments_count': 524, 'node_density_km': 22.83918404146311, 'intersection_density_km': 17.907329389836114, 'edge_density_km': 7963.251287729886, 'street_density_km': 3981.6256438649352, 'circuity_avg': 1.0560396823535876, 'self_loop_proportion': 0.003816793893129771, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560396823535876\n", - "6227\n", - "35083043.505892046\n", - "{'n': 1761, 'm': 4685, 'k_avg': 5.32084043157297, 'intersection_count': 1410, 'streets_per_node_avg': 2.7262918796138558, 'streets_per_node_counts': {0: 0, 1: 351, 2: 2, 3: 1188, 4: 218, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19931856899488926, 2: 0.001135718341851221, 3: 0.6746166950596252, 4: 0.12379329926178308, 5: 0.001135718341851221}, 'edge_length_total': 473317.825000001, 'edge_length_avg': 101.02835112059786, 'street_length_total': 237881.07399999964, 'street_length_avg': 100.71171634208282, 'street_segments_count': 2362, 'node_density_km': 50.195189015008, 'intersection_density_km': 40.19035577010862, 'edge_density_km': 13491.355871690817, 'street_density_km': 6780.514180876256, 'circuity_avg': 1.050935713082038, 'self_loop_proportion': 0.0012806830309498398, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050935713082038\n", - "6228\n", - "15028783.103529748\n", - "{'n': 553, 'm': 1579, 'k_avg': 5.710669077757685, 'intersection_count': 459, 'streets_per_node_avg': 2.9819168173598554, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 282, 4: 176, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16998191681735986, 2: 0.0, 3: 0.5099457504520796, 4: 0.3182640144665461, 5: 0.0018083182640144665}, 'edge_length_total': 233984.86199999985, 'edge_length_avg': 148.18547308423044, 'street_length_total': 117865.00699999997, 'street_length_avg': 148.63178688524587, 'street_segments_count': 793, 'node_density_km': 36.79605968031565, 'intersection_density_km': 30.541394924529623, 'edge_density_km': 15569.115635519738, 'street_density_km': 7842.618140674178, 'circuity_avg': 1.0442474650249791, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442474650249791\n", - "6229\n", - "69123233.7203878\n", - "{'n': 2631, 'm': 7092, 'k_avg': 5.391106043329533, 'intersection_count': 2096, 'streets_per_node_avg': 2.7514253135689852, 'streets_per_node_counts': {0: 0, 1: 535, 2: 0, 3: 1685, 4: 406, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20334473584188523, 2: 0.0, 3: 0.6404408969973394, 4: 0.15431394906879514, 5: 0.0019004180919802356}, 'edge_length_total': 1025651.4310000056, 'edge_length_avg': 144.62090115623317, 'street_length_total': 515756.2550000011, 'street_length_avg': 144.6721612903229, 'street_segments_count': 3565, 'node_density_km': 38.06245539152186, 'intersection_density_km': 30.322655454439303, 'edge_density_km': 14838.012861911162, 'street_density_km': 7461.402299063441, 'circuity_avg': 1.0566558897228373, 'self_loop_proportion': 0.001692047377326565, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566558897228373\n", - "6230\n", - "7016629.716544776\n", - "{'n': 224, 'm': 558, 'k_avg': 4.982142857142857, 'intersection_count': 165, 'streets_per_node_avg': 2.5892857142857144, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 139, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26339285714285715, 2: 0.0, 3: 0.6205357142857143, 4: 0.11607142857142858}, 'edge_length_total': 87266.30400000012, 'edge_length_avg': 156.3912258064518, 'street_length_total': 43633.15200000002, 'street_length_avg': 156.39122580645167, 'street_segments_count': 279, 'node_density_km': 31.92415861304779, 'intersection_density_km': 23.515563264075382, 'edge_density_km': 12437.068439600227, 'street_density_km': 6218.534219800107, 'circuity_avg': 1.039637879854386, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039637879854386\n", - "6231\n", - "215472833.51020774\n", - "{'n': 27364, 'm': 75593, 'k_avg': 5.5249963455635145, 'intersection_count': 22365, 'streets_per_node_avg': 2.845526969741266, 'streets_per_node_counts': {0: 0, 1: 4999, 2: 24, 3: 16696, 4: 5508, 5: 128, 6: 7, 7: 0, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18268527992983483, 2: 0.00087706475661453, 3: 0.6101447156848414, 4: 0.20128636164303465, 5: 0.00467767870194416, 6: 0.00025581055401257126, 7: 0.0, 8: 7.30887297178775e-05}, 'edge_length_total': 4589011.68000002, 'edge_length_avg': 60.706833701533476, 'street_length_total': 2355736.3759999988, 'street_length_avg': 60.74930053122902, 'street_segments_count': 38778, 'node_density_km': 126.99512766514793, 'intersection_density_km': 103.79498721791528, 'edge_density_km': 21297.40257851402, 'street_density_km': 10932.869529876947, 'circuity_avg': 1.07318816271692, 'self_loop_proportion': 0.002420859074252907, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07318816271692\n", - "6232\n", - "9020456.911930896\n", - "{'n': 336, 'm': 835, 'k_avg': 4.970238095238095, 'intersection_count': 250, 'streets_per_node_avg': 2.6011904761904763, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 214, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25595238095238093, 2: 0.0, 3: 0.6369047619047619, 4: 0.10119047619047619, 5: 0.005952380952380952}, 'edge_length_total': 95791.85500000016, 'edge_length_avg': 114.72078443113791, 'street_length_total': 47929.074, 'street_length_avg': 114.66285645933014, 'street_segments_count': 418, 'node_density_km': 37.24866747665409, 'intersection_density_km': 27.71478234870096, 'edge_density_km': 10619.401648413306, 'street_density_km': 5313.375416339129, 'circuity_avg': 1.0449483905358194, 'self_loop_proportion': 0.003592814371257485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449483905358194\n", - "6233\n", - "12031454.636907667\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 335, 'm': 930, 'k_avg': 5.552238805970149, 'intersection_count': 289, 'streets_per_node_avg': 2.976119402985075, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 205, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1373134328358209, 2: 0.0, 3: 0.6119402985074627, 4: 0.2507462686567164}, 'edge_length_total': 141158.7389999999, 'edge_length_avg': 151.78359032258055, 'street_length_total': 72660.69899999994, 'street_length_avg': 151.37645624999988, 'street_segments_count': 480, 'node_density_km': 27.843682257036043, 'intersection_density_km': 24.020370663532585, 'edge_density_km': 11732.47485528322, 'street_density_km': 6039.2281060601035, 'circuity_avg': 1.060203150293727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060203150293727\n", - "6234\n", - "17039872.616179608\n", - "{'n': 787, 'm': 2082, 'k_avg': 5.290978398983482, 'intersection_count': 605, 'streets_per_node_avg': 2.692503176620076, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 483, 4: 122}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2312579415501906, 2: 0.0, 3: 0.613722998729352, 4: 0.15501905972045743}, 'edge_length_total': 253696.03100000083, 'edge_length_avg': 121.85208021133566, 'street_length_total': 127409.10099999992, 'street_length_avg': 121.45767492850327, 'street_segments_count': 1049, 'node_density_km': 46.185791274796976, 'intersection_density_km': 35.504960255720675, 'edge_density_km': 14888.376029238198, 'street_density_km': 7477.115813590245, 'circuity_avg': 1.060564694162439, 'self_loop_proportion': 0.0009606147934678194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060564694162439\n", - "6235\n", - "39070745.437617786\n", - "{'n': 1150, 'm': 3077, 'k_avg': 5.351304347826087, 'intersection_count': 887, 'streets_per_node_avg': 2.736521739130435, 'streets_per_node_counts': {0: 0, 1: 263, 2: 0, 3: 665, 4: 221, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22869565217391305, 2: 0.0, 3: 0.5782608695652174, 4: 0.19217391304347825, 5: 0.0008695652173913044}, 'edge_length_total': 499267.65200000047, 'edge_length_avg': 162.25793045173887, 'street_length_total': 250062.64299999972, 'street_length_avg': 161.95767033678737, 'street_segments_count': 1544, 'node_density_km': 29.433787021958533, 'intersection_density_km': 22.70240790302367, 'edge_density_km': 12778.554552975063, 'street_density_km': 6400.252674965253, 'circuity_avg': 1.0453303221352535, 'self_loop_proportion': 0.0012999675008124798, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453303221352535\n", - "6236\n", - "52123482.39247467\n", - "{'n': 3857, 'm': 9981, 'k_avg': 5.175525019445165, 'intersection_count': 2906, 'streets_per_node_avg': 2.6515426497277677, 'streets_per_node_counts': {0: 0, 1: 951, 2: 0, 3: 2359, 4: 537, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2465646875810215, 2: 0.0, 3: 0.6116152450090744, 4: 0.1392273787918071, 5: 0.00233341975628727, 6: 0.00025926886180969663}, 'edge_length_total': 894029.1290000018, 'edge_length_avg': 89.57310179340766, 'street_length_total': 453404.7879999994, 'street_length_avg': 89.14761856075489, 'street_segments_count': 5086, 'node_density_km': 73.99735825319405, 'intersection_density_km': 55.75222273367433, 'edge_density_km': 17152.137347006526, 'street_density_km': 8698.666458737218, 'circuity_avg': 1.0746083986637753, 'self_loop_proportion': 0.0040076144674882274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746083986637753\n", - "6237\n", - "10026128.03736167\n", - "{'n': 299, 'm': 807, 'k_avg': 5.39799331103679, 'intersection_count': 230, 'streets_per_node_avg': 2.765886287625418, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 162, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.5418060200668896, 4: 0.22742474916387959}, 'edge_length_total': 126773.94099999998, 'edge_length_avg': 157.09286369268895, 'street_length_total': 63461.77500000002, 'street_length_avg': 157.08360148514856, 'street_segments_count': 404, 'node_density_km': 29.822080755980497, 'intersection_density_km': 22.940062119984997, 'edge_density_km': 12644.356877110054, 'street_density_km': 6329.639394541354, 'circuity_avg': 1.024116564913226, 'self_loop_proportion': 0.0024783147459727386, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.024116564913226\n", - "6238\n", - "21047432.73367662\n", - "{'n': 921, 'm': 2608, 'k_avg': 5.6634093376764385, 'intersection_count': 751, 'streets_per_node_avg': 2.9131378935939196, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 495, 4: 252, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18458197611292074, 2: 0.0, 3: 0.5374592833876222, 4: 0.2736156351791531, 5: 0.004343105320304018}, 'edge_length_total': 342518.16099999944, 'edge_length_avg': 131.33365069018384, 'street_length_total': 173488.49299999996, 'street_length_avg': 131.13264777021917, 'street_segments_count': 1323, 'node_density_km': 43.758305901430354, 'intersection_density_km': 35.681311326790656, 'edge_density_km': 16273.631341838596, 'street_density_km': 8242.73892190245, 'circuity_avg': 1.0478501182282662, 'self_loop_proportion': 0.0015337423312883436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478501182282662\n", - "6239\n", - "11018438.861864083\n", - "{'n': 51, 'm': 138, 'k_avg': 5.411764705882353, 'intersection_count': 43, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 27, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1568627450980392, 2: 0.0, 3: 0.5294117647058824, 4: 0.3137254901960784}, 'edge_length_total': 28506.153999999995, 'edge_length_avg': 206.5663333333333, 'street_length_total': 14253.077000000005, 'street_length_avg': 206.5663333333334, 'street_segments_count': 69, 'node_density_km': 4.628604890345772, 'intersection_density_km': 3.902549221271926, 'edge_density_km': 2587.1318393990136, 'street_density_km': 1293.5659196995075, 'circuity_avg': 1.0654487001684445, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654487001684445\n", - "6240\n", - "33075335.06139202\n", - "{'n': 1340, 'm': 3672, 'k_avg': 5.480597014925373, 'intersection_count': 1095, 'streets_per_node_avg': 2.796268656716418, 'streets_per_node_counts': {0: 0, 1: 245, 2: 0, 3: 881, 4: 211, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1828358208955224, 2: 0.0, 3: 0.6574626865671642, 4: 0.15746268656716417, 5: 0.002238805970149254}, 'edge_length_total': 456921.1379999997, 'edge_length_avg': 124.43386111111103, 'street_length_total': 228799.62199999983, 'street_length_avg': 124.1452099837221, 'street_segments_count': 1843, 'node_density_km': 40.51357295437189, 'intersection_density_km': 33.106240585848674, 'edge_density_km': 13814.558103550458, 'street_density_km': 6917.529983455003, 'circuity_avg': 1.0549936220112113, 'self_loop_proportion': 0.0005446623093681918, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549936220112113\n", - "6241\n", - "33056572.054224513\n", - "{'n': 741, 'm': 1966, 'k_avg': 5.3063427800269904, 'intersection_count': 606, 'streets_per_node_avg': 2.736842105263158, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 533, 4: 71, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18218623481781376, 2: 0.0, 3: 0.7192982456140351, 4: 0.09581646423751687, 5: 0.002699055330634278}, 'edge_length_total': 299104.42199999955, 'edge_length_avg': 152.13856663275664, 'street_length_total': 150407.83400000012, 'street_length_avg': 151.16365226130665, 'street_segments_count': 995, 'node_density_km': 22.41611739972605, 'intersection_density_km': 18.33220937143588, 'edge_density_km': 9048.258891132515, 'street_density_km': 4550.013042891377, 'circuity_avg': 1.0732778399063034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732778399063034\n", - "6242\n", - "23040500.254369278\n", - "{'n': 630, 'm': 1890, 'k_avg': 6.0, 'intersection_count': 534, 'streets_per_node_avg': 3.0365079365079364, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 319, 4: 215}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1523809523809524, 2: 0.0, 3: 0.5063492063492063, 4: 0.3412698412698413}, 'edge_length_total': 280430.66599999927, 'edge_length_avg': 148.37601375661336, 'street_length_total': 140215.33299999996, 'street_length_avg': 148.3760137566137, 'street_segments_count': 945, 'node_density_km': 27.343156313653832, 'intersection_density_km': 23.17658011347801, 'edge_density_km': 12171.205612031792, 'street_density_km': 6085.60280601591, 'circuity_avg': 1.0296309401088855, 'self_loop_proportion': 0.0021164021164021165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0296309401088855\n", - "6243\n", - "8017303.742734603\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 192, 'm': 499, 'k_avg': 5.197916666666667, 'intersection_count': 154, 'streets_per_node_avg': 2.7447916666666665, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 127, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19791666666666666, 2: 0.0, 3: 0.6614583333333334, 4: 0.140625}, 'edge_length_total': 94801.1029999999, 'edge_length_avg': 189.98217034068117, 'street_length_total': 47477.90000000002, 'street_length_avg': 189.9116000000001, 'street_segments_count': 250, 'node_density_km': 23.948200811774555, 'intersection_density_km': 19.208452734444176, 'edge_density_km': 11824.56172823813, 'street_density_km': 5921.928558965374, 'circuity_avg': 1.084788101979885, 'self_loop_proportion': 0.008016032064128256, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084788101979885\n", - "6244\n", - "11020726.305565061\n", - "{'n': 478, 'm': 1341, 'k_avg': 5.610878661087866, 'intersection_count': 402, 'streets_per_node_avg': 2.926778242677824, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 286, 4: 115, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1589958158995816, 2: 0.0, 3: 0.5983263598326359, 4: 0.2405857740585774, 5: 0.0020920502092050207}, 'edge_length_total': 179088.19200000007, 'edge_length_avg': 133.5482416107383, 'street_length_total': 90111.92800000012, 'street_length_avg': 133.69722255192895, 'street_segments_count': 674, 'node_density_km': 43.37282196715362, 'intersection_density_km': 36.47672475061873, 'edge_density_km': 16250.126083756124, 'street_density_km': 8176.587050755167, 'circuity_avg': 1.029764548588102, 'self_loop_proportion': 0.002982848620432513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029764548588102\n", - "6245\n", - "10019194.673932966\n", - "{'n': 300, 'm': 801, 'k_avg': 5.34, 'intersection_count': 247, 'streets_per_node_avg': 2.7733333333333334, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 209, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17666666666666667, 2: 0.0, 3: 0.6966666666666667, 4: 0.12666666666666668}, 'edge_length_total': 139854.7259999997, 'edge_length_avg': 174.60015730337042, 'street_length_total': 70356.05299999996, 'street_length_avg': 174.14864603960385, 'street_segments_count': 404, 'node_density_km': 29.942526297099793, 'intersection_density_km': 24.652679984612163, 'edge_density_km': 13958.679370095591, 'street_density_km': 7022.126557042152, 'circuity_avg': 1.0445528052908857, 'self_loop_proportion': 0.0024968789013732834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0445528052908857\n", - "6246\n", - "16027015.430021266\n", - "{'n': 955, 'm': 2390, 'k_avg': 5.005235602094241, 'intersection_count': 721, 'streets_per_node_avg': 2.661780104712042, 'streets_per_node_counts': {0: 0, 1: 234, 2: 1, 3: 577, 4: 140, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2450261780104712, 2: 0.0010471204188481676, 3: 0.6041884816753926, 4: 0.14659685863874344, 5: 0.0031413612565445027}, 'edge_length_total': 248742.29899999962, 'edge_length_avg': 104.07627573221741, 'street_length_total': 127597.8469999999, 'street_length_avg': 102.48823052208827, 'street_segments_count': 1245, 'node_density_km': 59.58688965951366, 'intersection_density_km': 44.98654182671136, 'edge_density_km': 15520.18840226883, 'street_density_km': 7961.422858618325, 'circuity_avg': 1.0763832272627043, 'self_loop_proportion': 0.0016736401673640166, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763832272627043\n", - "6247\n", - "15034753.031320952\n", - "{'n': 875, 'm': 2380, 'k_avg': 5.44, 'intersection_count': 717, 'streets_per_node_avg': 2.8182857142857145, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 562, 4: 153, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18057142857142858, 2: 0.0, 3: 0.6422857142857142, 4: 0.17485714285714285, 5: 0.002285714285714286}, 'edge_length_total': 262044.62400000065, 'edge_length_avg': 110.10278319327759, 'street_length_total': 132034.03099999987, 'street_length_avg': 109.11903388429741, 'street_segments_count': 1210, 'node_density_km': 58.19849505855984, 'intersection_density_km': 47.68950966512846, 'edge_density_km': 17429.26029141281, 'street_density_km': 8781.922172245977, 'circuity_avg': 1.0340082823799106, 'self_loop_proportion': 0.0008403361344537816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0340082823799106\n", - "6248\n", - "12020707.358926402\n", - "{'n': 1130, 'm': 3320, 'k_avg': 5.876106194690266, 'intersection_count': 990, 'streets_per_node_avg': 3.0141592920353983, 'streets_per_node_counts': {0: 0, 1: 140, 2: 0, 3: 724, 4: 239, 5: 24, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12389380530973451, 2: 0.0, 3: 0.6407079646017699, 4: 0.21150442477876105, 5: 0.021238938053097345, 6: 0.002654867256637168}, 'edge_length_total': 248694.29100000023, 'edge_length_avg': 74.90791897590368, 'street_length_total': 125682.32500000038, 'street_length_avg': 74.5889169139468, 'street_segments_count': 1685, 'node_density_km': 94.00445134045114, 'intersection_density_km': 82.35788214782887, 'edge_density_km': 20688.823342440282, 'street_density_km': 10455.48496001531, 'circuity_avg': 1.0822010444644523, 'self_loop_proportion': 0.0024096385542168677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0822010444644523\n", - "6249\n", - "10021032.666458968\n", - "{'n': 242, 'm': 670, 'k_avg': 5.537190082644628, 'intersection_count': 211, 'streets_per_node_avg': 2.884297520661157, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 177, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.128099173553719, 2: 0.0, 3: 0.731404958677686, 4: 0.14049586776859505}, 'edge_length_total': 114914.1399999999, 'edge_length_avg': 171.51364179104462, 'street_length_total': 57457.06999999997, 'street_length_avg': 171.51364179104468, 'street_segments_count': 335, 'node_density_km': 24.149207776758313, 'intersection_density_km': 21.05571421857853, 'edge_density_km': 11467.295220444177, 'street_density_km': 5733.647610222091, 'circuity_avg': 1.0369356640282044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369356640282044\n", - "6250\n", - "7014573.312399745\n", - "{'n': 672, 'm': 1976, 'k_avg': 5.880952380952381, 'intersection_count': 622, 'streets_per_node_avg': 3.0476190476190474, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 497, 4: 118, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0744047619047619, 2: 0.0, 3: 0.7395833333333334, 4: 0.17559523809523808, 5: 0.010416666666666666}, 'edge_length_total': 163011.3719999998, 'edge_length_avg': 82.49563360323876, 'street_length_total': 81505.68599999996, 'street_length_avg': 82.49563360323883, 'street_segments_count': 988, 'node_density_km': 95.8005526597174, 'intersection_density_km': 88.67253534872651, 'edge_density_km': 23238.957630087443, 'street_density_km': 11619.47881504373, 'circuity_avg': 1.0334019764086604, 'self_loop_proportion': 0.0010121457489878543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334019764086604\n", - "6251\n", - "51101324.89547493\n", - "{'n': 4782, 'm': 13201, 'k_avg': 5.5211208699289, 'intersection_count': 3909, 'streets_per_node_avg': 2.8358427436219156, 'streets_per_node_counts': {0: 0, 1: 873, 2: 1, 3: 2971, 4: 912, 5: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18255959849435383, 2: 0.00020911752404851526, 3: 0.6212881639481389, 4: 0.19071518193224593, 5: 0.0052279381012128815}, 'edge_length_total': 1105814.4559999981, 'edge_length_avg': 83.76747640330264, 'street_length_total': 558851.8360000012, 'street_length_avg': 83.42317301089733, 'street_segments_count': 6699, 'node_density_km': 93.57878704282774, 'intersection_density_km': 76.49508125270046, 'edge_density_km': 21639.643556441704, 'street_density_km': 10936.151599652321, 'circuity_avg': 1.0687962058201539, 'self_loop_proportion': 0.0031815771532459664, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0687962058201539\n", - "6252\n", - "11020521.455147393\n", - "{'n': 1728, 'm': 4498, 'k_avg': 5.206018518518518, 'intersection_count': 1281, 'streets_per_node_avg': 2.638888888888889, 'streets_per_node_counts': {0: 0, 1: 447, 2: 0, 3: 1018, 4: 257, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2586805555555556, 2: 0.0, 3: 0.5891203703703703, 4: 0.14872685185185186, 5: 0.0028935185185185184, 6: 0.0005787037037037037}, 'edge_length_total': 242604.83499999973, 'edge_length_avg': 53.93615718096926, 'street_length_total': 121418.56799999987, 'street_length_avg': 53.939834740115444, 'street_segments_count': 2251, 'node_density_km': 156.79838808288852, 'intersection_density_km': 116.2376939433913, 'edge_density_km': 22013.91612796012, 'street_density_km': 11017.49753803968, 'circuity_avg': 1.0685743654670448, 'self_loop_proportion': 0.0017785682525566918, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685743654670448\n", - "6253\n", - "22045584.230843283\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 951, 'm': 2390, 'k_avg': 5.0262881177707674, 'intersection_count': 760, 'streets_per_node_avg': 2.704521556256572, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 662, 4: 95, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20084121976866456, 2: 0.0, 3: 0.6961093585699264, 4: 0.09989484752891693, 5: 0.0031545741324921135}, 'edge_length_total': 308473.94899999956, 'edge_length_avg': 129.0685979079496, 'street_length_total': 164977.00700000013, 'street_length_avg': 129.39373098039226, 'street_segments_count': 1275, 'node_density_km': 43.1378905653807, 'intersection_density_km': 34.47402400598247, 'edge_density_km': 13992.550425060786, 'street_density_km': 7483.449078622557, 'circuity_avg': 1.109343687618902, 'self_loop_proportion': 0.009205020920502092, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.109343687618902\n", - "6254\n", - "17030722.33278817\n", - "{'n': 1242, 'm': 3246, 'k_avg': 5.2270531400966185, 'intersection_count': 959, 'streets_per_node_avg': 2.710950080515298, 'streets_per_node_counts': {0: 0, 1: 283, 2: 1, 3: 751, 4: 206, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2278582930756844, 2: 0.0008051529790660225, 3: 0.604669887278583, 4: 0.16586151368760063, 5: 0.0008051529790660225}, 'edge_length_total': 323474.9930000003, 'edge_length_avg': 99.65341743684544, 'street_length_total': 165171.92000000013, 'street_length_avg': 99.80176435045325, 'street_segments_count': 1655, 'node_density_km': 72.927030088962, 'intersection_density_km': 56.310001493812045, 'edge_density_km': 18993.615577727694, 'street_density_km': 9698.468260621285, 'circuity_avg': 1.0608564500868354, 'self_loop_proportion': 0.0018484288354898336, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608564500868354\n", - "6255\n", - "7011346.715131054\n", - "{'n': 156, 'm': 406, 'k_avg': 5.205128205128205, 'intersection_count': 129, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 114, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17307692307692307, 2: 0.0, 3: 0.7307692307692307, 4: 0.09615384615384616}, 'edge_length_total': 65565.47399999991, 'edge_length_avg': 161.49131527093576, 'street_length_total': 32782.737, 'street_length_avg': 161.49131527093596, 'street_segments_count': 203, 'node_density_km': 22.24964851094004, 'intersection_density_km': 18.398747807123495, 'edge_density_km': 9351.338147135744, 'street_density_km': 4675.6690735678785, 'circuity_avg': 1.0671244941959404, 'self_loop_proportion': 0.009852216748768473, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671244941959404\n", - "6256\n", - "6010995.098846116\n", - "{'n': 266, 'm': 750, 'k_avg': 5.639097744360902, 'intersection_count': 219, 'streets_per_node_avg': 2.8759398496240602, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 158, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17669172932330826, 2: 0.0, 3: 0.5939849624060151, 4: 0.22932330827067668}, 'edge_length_total': 82240.74799999999, 'edge_length_avg': 109.65433066666665, 'street_length_total': 41120.37399999998, 'street_length_avg': 109.65433066666662, 'street_segments_count': 375, 'node_density_km': 44.25224037382129, 'intersection_density_km': 36.433235495740085, 'edge_density_km': 13681.719357213768, 'street_density_km': 6840.859678606881, 'circuity_avg': 1.068693610103816, 'self_loop_proportion': 0.0026666666666666666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068693610103816\n", - "6257\n", - "25041619.924801867\n", - "{'n': 679, 'm': 1764, 'k_avg': 5.195876288659794, 'intersection_count': 538, 'streets_per_node_avg': 2.6671575846833577, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 482, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20765832106038293, 2: 0.0, 3: 0.7098674521354934, 4: 0.08247422680412371}, 'edge_length_total': 254789.76500000007, 'edge_length_avg': 144.43864229024948, 'street_length_total': 127554.22100000008, 'street_length_avg': 144.45551642129115, 'street_segments_count': 883, 'node_density_km': 27.114859263857003, 'intersection_density_km': 21.484233113335886, 'edge_density_km': 10174.651870171134, 'street_density_km': 5093.688882070568, 'circuity_avg': 1.064149150693824, 'self_loop_proportion': 0.0011337868480725624, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064149150693824\n", - "6258\n", - "9018427.209275166\n", - "{'n': 508, 'm': 1322, 'k_avg': 5.2047244094488185, 'intersection_count': 385, 'streets_per_node_avg': 2.6948818897637796, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 295, 4: 89, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2421259842519685, 2: 0.0, 3: 0.5807086614173228, 4: 0.17519685039370078, 5: 0.001968503937007874}, 'edge_length_total': 100503.19600000001, 'edge_length_avg': 76.02359757942511, 'street_length_total': 50427.999999999985, 'street_length_avg': 76.06033182503768, 'street_segments_count': 663, 'node_density_km': 56.32911240637815, 'intersection_density_km': 42.69037062294407, 'edge_density_km': 11144.204379299716, 'street_density_km': 5591.662363048891, 'circuity_avg': 1.0437572501143646, 'self_loop_proportion': 0.0030257186081694403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437572501143646\n", - "6259\n", - "7014195.7579777585\n", - "{'n': 342, 'm': 858, 'k_avg': 5.017543859649122, 'intersection_count': 244, 'streets_per_node_avg': 2.5497076023391814, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 202, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28654970760233917, 2: 0.0, 3: 0.5906432748538012, 4: 0.12280701754385964}, 'edge_length_total': 89696.99600000004, 'edge_length_avg': 104.54195337995343, 'street_length_total': 45252.45200000003, 'street_length_avg': 104.75104629629635, 'street_segments_count': 432, 'node_density_km': 48.75826278601055, 'intersection_density_km': 34.78659684148121, 'edge_density_km': 12787.923105508009, 'street_density_km': 6451.552474641316, 'circuity_avg': 1.0843066569432012, 'self_loop_proportion': 0.006993006993006993, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843066569432012\n", - "6260\n", - "8015933.879831746\n", - "{'n': 537, 'm': 1626, 'k_avg': 6.055865921787709, 'intersection_count': 489, 'streets_per_node_avg': 3.106145251396648, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 338, 4: 149, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0893854748603352, 2: 0.0, 3: 0.6294227188081937, 4: 0.2774674115456238, 5: 0.0037243947858473}, 'edge_length_total': 180382.41600000035, 'edge_length_avg': 110.93629520295224, 'street_length_total': 90191.20799999997, 'street_length_avg': 110.936295202952, 'street_segments_count': 813, 'node_density_km': 66.99157054564822, 'intersection_density_km': 61.00349720078581, 'edge_density_km': 22502.9820235726, 'street_density_km': 11251.491011786275, 'circuity_avg': 1.0378873447545132, 'self_loop_proportion': 0.0012300123001230013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378873447545132\n", - "6261\n", - "7003096.533082438\n", - "{'n': 210, 'm': 616, 'k_avg': 5.866666666666666, 'intersection_count': 182, 'streets_per_node_avg': 3.0047619047619047, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 125, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.5952380952380952, 4: 0.2714285714285714}, 'edge_length_total': 94695.716, 'edge_length_avg': 153.7268116883117, 'street_length_total': 47347.85800000005, 'street_length_avg': 153.72681168831184, 'street_segments_count': 308, 'node_density_km': 29.986735011857355, 'intersection_density_km': 25.98850367694304, 'edge_density_km': 13521.977821190956, 'street_density_km': 6760.988910595485, 'circuity_avg': 1.0273093912586049, 'self_loop_proportion': 0.003246753246753247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0273093912586049\n", - "6262\n", - "9016417.480379548\n", - "{'n': 765, 'm': 2106, 'k_avg': 5.5058823529411764, 'intersection_count': 635, 'streets_per_node_avg': 2.8261437908496734, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 511, 4: 121, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16993464052287582, 2: 0.0, 3: 0.6679738562091503, 4: 0.15816993464052287, 5: 0.00392156862745098}, 'edge_length_total': 184477.25199999977, 'edge_length_avg': 87.59603608736931, 'street_length_total': 92940.5890000001, 'street_length_avg': 87.10458200562333, 'street_segments_count': 1067, 'node_density_km': 84.84522834758947, 'intersection_density_km': 70.42708496826053, 'edge_density_km': 20460.1497658507, 'street_density_km': 10307.928753548325, 'circuity_avg': 1.063584716083738, 'self_loop_proportion': 0.002849002849002849, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063584716083738\n", - "6263\n", - "16040568.52604089\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1242, 'm': 3157, 'k_avg': 5.083735909822867, 'intersection_count': 959, 'streets_per_node_avg': 2.6650563607085345, 'streets_per_node_counts': {0: 0, 1: 283, 2: 2, 3: 811, 4: 140, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2278582930756844, 2: 0.001610305958132045, 3: 0.6529790660225443, 4: 0.11272141706924316, 5: 0.004830917874396135}, 'edge_length_total': 280272.808, 'edge_length_avg': 88.77820969274629, 'street_length_total': 144364.821, 'street_length_avg': 89.00420530209618, 'street_segments_count': 1622, 'node_density_km': 77.42867704369009, 'intersection_density_km': 59.785910857406435, 'edge_density_km': 17472.747773558905, 'street_density_km': 8999.981563348734, 'circuity_avg': 1.081693724523516, 'self_loop_proportion': 0.004434589800443459, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081693724523516\n", - "6264\n", - "56051398.177925095\n", - "{'n': 9635, 'm': 26717, 'k_avg': 5.5458225220550075, 'intersection_count': 8080, 'streets_per_node_avg': 2.943227815256876, 'streets_per_node_counts': {0: 0, 1: 1555, 2: 5, 3: 5604, 4: 2389, 5: 69, 6: 11, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16139076284379866, 2: 0.0005189413596263622, 3: 0.5816294758692268, 4: 0.24795018162947588, 5: 0.007161390762843799, 6: 0.001141670991177997, 7: 0.0002075765438505449}, 'edge_length_total': 1750948.6260000132, 'edge_length_avg': 65.5368726279153, 'street_length_total': 923537.4600000037, 'street_length_avg': 65.401703845337, 'street_segments_count': 14121, 'node_density_km': 171.89580123256556, 'intersection_density_km': 144.15340674199584, 'edge_density_km': 31238.268498529535, 'street_density_km': 16476.617711986415, 'circuity_avg': 1.0840694148665162, 'self_loop_proportion': 0.004641239660141483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0840694148665162\n", - "6265\n", - "8014336.864830684\n", - "{'n': 445, 'm': 1154, 'k_avg': 5.186516853932584, 'intersection_count': 350, 'streets_per_node_avg': 2.6786516853932585, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 303, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21348314606741572, 2: 0.0, 3: 0.6808988764044944, 4: 0.10561797752808989}, 'edge_length_total': 122485.24899999995, 'edge_length_avg': 106.13973050259962, 'street_length_total': 62008.97299999993, 'street_length_avg': 106.5446271477662, 'street_segments_count': 582, 'node_density_km': 55.525492315252386, 'intersection_density_km': 43.67173552885019, 'edge_density_km': 15283.2668586096, 'street_density_km': 7737.255626490311, 'circuity_avg': 1.054666935103748, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054666935103748\n", - "6266\n", - "6001207.700204011\n", - "{'n': 192, 'm': 537, 'k_avg': 5.59375, 'intersection_count': 167, 'streets_per_node_avg': 2.9375, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 130, 4: 36, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13020833333333334, 2: 0.0, 3: 0.6770833333333334, 4: 0.1875, 5: 0.005208333333333333}, 'edge_length_total': 71228.40600000002, 'edge_length_avg': 132.6413519553073, 'street_length_total': 35672.24000000002, 'street_length_avg': 132.61055762081793, 'street_segments_count': 269, 'node_density_km': 31.993560228464172, 'intersection_density_km': 27.827732073716234, 'edge_density_km': 11869.011965304684, 'street_density_km': 5944.176869397028, 'circuity_avg': 1.0168087827372834, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0168087827372834\n", - "6267\n", - "111269297.56025594\n", - "{'n': 19088, 'm': 54103, 'k_avg': 5.668797150041911, 'intersection_count': 16038, 'streets_per_node_avg': 2.914448868398994, 'streets_per_node_counts': {0: 0, 1: 3050, 2: 7, 3: 11707, 4: 4188, 5: 123, 6: 12, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15978625314333614, 2: 0.0003667225481978206, 3: 0.6133172673931265, 4: 0.21940486169321038, 5: 0.006443839061190277, 6: 0.0006286672254819782, 7: 5.238893545683152e-05}, 'edge_length_total': 3840897.559000019, 'edge_length_avg': 70.99232129456811, 'street_length_total': 1966422.8269999842, 'street_length_avg': 71.02332600137191, 'street_segments_count': 27687, 'node_density_km': 171.54777120492943, 'intersection_density_km': 144.13679560900346, 'edge_density_km': 34518.93418236102, 'street_density_km': 17672.645285956823, 'circuity_avg': 1.0817619055022958, 'self_loop_proportion': 0.0035303033103524757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817619055022958\n", - "6268\n", - "31055821.582579046\n", - "{'n': 1294, 'm': 3618, 'k_avg': 5.5919629057187015, 'intersection_count': 1065, 'streets_per_node_avg': 2.829984544049459, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 836, 4: 220, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17697063369397217, 2: 0.0, 3: 0.6460587326120556, 4: 0.17001545595054096, 5: 0.006955177743431221}, 'edge_length_total': 399578.52200000087, 'edge_length_avg': 110.44182476506381, 'street_length_total': 199789.2610000003, 'street_length_avg': 110.44182476506373, 'street_segments_count': 1809, 'node_density_km': 41.66690604398234, 'intersection_density_km': 34.293087277311585, 'edge_density_km': 12866.461154070606, 'street_density_km': 6433.230577035299, 'circuity_avg': 1.1035637354897403, 'self_loop_proportion': 0.003316749585406302, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1035637354897403\n", - "6269\n", - "8002358.063825576\n", - "{'n': 259, 'm': 796, 'k_avg': 6.146718146718147, 'intersection_count': 239, 'streets_per_node_avg': 3.146718146718147, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 161, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07722007722007722, 2: 0.0, 3: 0.6216216216216216, 4: 0.30115830115830117}, 'edge_length_total': 101837.34200000009, 'edge_length_avg': 127.93635929648252, 'street_length_total': 50918.67100000004, 'street_length_avg': 127.93635929648251, 'street_segments_count': 398, 'node_density_km': 32.365460022440374, 'intersection_density_km': 29.866196700244206, 'edge_density_km': 12725.916684527378, 'street_density_km': 6362.958342263688, 'circuity_avg': 1.023256588185673, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023256588185673\n", - "6270\n", - "14025927.626214352\n", - "{'n': 708, 'm': 1742, 'k_avg': 4.9209039548022595, 'intersection_count': 556, 'streets_per_node_avg': 2.675141242937853, 'streets_per_node_counts': {0: 0, 1: 152, 2: 1, 3: 481, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21468926553672316, 2: 0.0014124293785310734, 3: 0.6793785310734464, 4: 0.10310734463276836, 5: 0.0014124293785310734}, 'edge_length_total': 211382.66800000006, 'edge_length_avg': 121.3448151549943, 'street_length_total': 114313.08599999997, 'street_length_avg': 124.11844299674263, 'street_segments_count': 921, 'node_density_km': 50.477944765432376, 'intersection_density_km': 39.640871877938416, 'edge_density_km': 15070.851185979847, 'street_density_km': 8150.126611686609, 'circuity_avg': 1.0717516354236163, 'self_loop_proportion': 0.002296211251435132, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717516354236163\n", - "6271\n", - "4998569.138781091\n", - "{'n': 236, 'm': 676, 'k_avg': 5.728813559322034, 'intersection_count': 220, 'streets_per_node_avg': 3.01271186440678, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 185, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06779661016949153, 2: 0.0, 3: 0.7838983050847458, 4: 0.1483050847457627}, 'edge_length_total': 88861.29900000019, 'edge_length_avg': 131.45162573964524, 'street_length_total': 44491.869999999995, 'street_length_avg': 130.85844117647056, 'street_segments_count': 340, 'node_density_km': 47.213511196435896, 'intersection_density_km': 44.01259518311821, 'edge_density_km': 17777.347183331978, 'street_density_km': 8900.921196590552, 'circuity_avg': 1.071427525752813, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071427525752813\n", - "6272\n", - "10023314.430163238\n", - "{'n': 415, 'm': 991, 'k_avg': 4.775903614457832, 'intersection_count': 298, 'streets_per_node_avg': 2.5180722891566263, 'streets_per_node_counts': {0: 0, 1: 117, 2: 2, 3: 261, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2819277108433735, 2: 0.004819277108433735, 3: 0.6289156626506024, 4: 0.0819277108433735, 5: 0.0024096385542168677}, 'edge_length_total': 119411.14800000025, 'edge_length_avg': 120.49560847628683, 'street_length_total': 60504.619000000035, 'street_length_avg': 118.86958546168965, 'street_segments_count': 509, 'node_density_km': 41.40347016862379, 'intersection_density_km': 29.730684603011785, 'edge_density_km': 11913.339527756942, 'street_density_km': 6036.388404410723, 'circuity_avg': 1.0795311995421202, 'self_loop_proportion': 0.0020181634712411706, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0795311995421202\n", - "6273\n", - "13005386.277551493\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 591, 'm': 1749, 'k_avg': 5.918781725888325, 'intersection_count': 534, 'streets_per_node_avg': 3.018612521150592, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 412, 4: 119, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09644670050761421, 2: 0.0, 3: 0.6971235194585449, 4: 0.20135363790186125, 5: 0.005076142131979695}, 'edge_length_total': 222605.8970000003, 'edge_length_avg': 127.27609891366512, 'street_length_total': 111850.99999999996, 'street_length_avg': 127.68378995433785, 'street_segments_count': 876, 'node_density_km': 45.44271022692506, 'intersection_density_km': 41.05991076341452, 'edge_density_km': 17116.438700804974, 'street_density_km': 8600.359698124861, 'circuity_avg': 1.0314192761331833, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314192761331833\n", - "6274\n", - "9020716.333399579\n", - "{'n': 826, 'm': 2153, 'k_avg': 5.213075060532687, 'intersection_count': 643, 'streets_per_node_avg': 2.7263922518159807, 'streets_per_node_counts': {0: 0, 1: 183, 2: 1, 3: 504, 4: 135, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2215496368038741, 2: 0.0012106537530266344, 3: 0.6101694915254238, 4: 0.16343825665859565, 5: 0.0036319612590799033}, 'edge_length_total': 181333.57899999915, 'edge_length_avg': 84.22367812354814, 'street_length_total': 91961.99600000004, 'street_length_avg': 83.60181454545459, 'street_segments_count': 1100, 'node_density_km': 91.56700748273178, 'intersection_density_km': 71.28037023171494, 'edge_density_km': 20101.904582522344, 'street_density_km': 10194.533626947887, 'circuity_avg': 1.0883064686490433, 'self_loop_proportion': 0.0037157454714352067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0883064686490433\n", - "6275\n", - "8998965.48176048\n", - "{'n': 485, 'm': 1385, 'k_avg': 5.711340206185567, 'intersection_count': 454, 'streets_per_node_avg': 2.997938144329897, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 395, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06391752577319587, 2: 0.0, 3: 0.8144329896907216, 4: 0.11752577319587629, 5: 0.004123711340206186}, 'edge_length_total': 169449.88799999992, 'edge_length_avg': 122.34648953068586, 'street_length_total': 85029.97599999992, 'street_length_avg': 122.16950574712632, 'street_segments_count': 696, 'node_density_km': 53.895083938595, 'intersection_density_km': 50.4502435219013, 'edge_density_km': 18829.929767310347, 'street_density_km': 9448.861224364358, 'circuity_avg': 1.0460489242916124, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460489242916124\n", - "6276\n", - "14025343.066161085\n", - "error with entry 6276\n", - "6277\n", - "7999317.743831626\n", - "{'n': 549, 'm': 1760, 'k_avg': 6.4116575591985425, 'intersection_count': 537, 'streets_per_node_avg': 3.2477231329690346, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 398, 4: 120, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.02185792349726776, 2: 0.0, 3: 0.7249544626593807, 4: 0.2185792349726776, 5: 0.030965391621129327, 6: 0.0036429872495446266}, 'edge_length_total': 168144.0699999999, 'edge_length_avg': 95.53640340909085, 'street_length_total': 84072.03499999995, 'street_length_avg': 95.53640340909085, 'street_segments_count': 880, 'node_density_km': 68.63085297784811, 'intersection_density_km': 67.13072504390608, 'edge_density_km': 21019.801361142065, 'street_density_km': 10509.900680571032, 'circuity_avg': 1.0212922272237708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0212922272237708\n", - "6278\n", - "44072885.936072245\n", - "{'n': 4740, 'm': 13660, 'k_avg': 5.763713080168777, 'intersection_count': 4062, 'streets_per_node_avg': 2.95295358649789, 'streets_per_node_counts': {0: 0, 1: 678, 2: 1, 3: 2992, 4: 1014, 5: 45, 6: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14303797468354432, 2: 0.0002109704641350211, 3: 0.6312236286919831, 4: 0.2139240506329114, 5: 0.00949367088607595, 6: 0.002109704641350211}, 'edge_length_total': 971081.5509999985, 'edge_length_avg': 71.08942540263531, 'street_length_total': 490463.5169999991, 'street_length_avg': 70.60076536634506, 'street_segments_count': 6947, 'node_density_km': 107.5491177699453, 'intersection_density_km': 92.16550978513034, 'edge_density_km': 22033.536728421936, 'street_density_km': 11128.463829471408, 'circuity_avg': 1.0646368125498278, 'self_loop_proportion': 0.001903367496339678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646368125498278\n", - "6279\n", - "7999212.257065221\n", - "{'n': 337, 'm': 1050, 'k_avg': 6.231454005934718, 'intersection_count': 323, 'streets_per_node_avg': 3.201780415430267, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 234, 4: 83, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04154302670623145, 2: 0.0, 3: 0.6943620178041543, 4: 0.24629080118694363, 5: 0.01483679525222552, 6: 0.002967359050445104}, 'edge_length_total': 147223.19800000038, 'edge_length_avg': 140.2125695238099, 'street_length_total': 73611.59899999997, 'street_length_avg': 140.21256952380946, 'street_segments_count': 525, 'node_density_km': 42.12914836737183, 'intersection_density_km': 40.37897603163532, 'edge_density_km': 18404.712022732867, 'street_density_km': 9202.356011366406, 'circuity_avg': 1.043884209602988, 'self_loop_proportion': 0.0019047619047619048, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043884209602988\n", - "6280\n", - "6012862.698781555\n", - "{'n': 295, 'm': 770, 'k_avg': 5.220338983050848, 'intersection_count': 221, 'streets_per_node_avg': 2.6745762711864405, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 169, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25084745762711863, 2: 0.0, 3: 0.5728813559322034, 4: 0.17627118644067796}, 'edge_length_total': 85632.38199999998, 'edge_length_avg': 111.2108857142857, 'street_length_total': 42816.191, 'street_length_avg': 111.21088571428571, 'street_segments_count': 385, 'node_density_km': 49.06148947318866, 'intersection_density_km': 36.75453957143964, 'edge_density_km': 14241.532908668032, 'street_density_km': 7120.766454334017, 'circuity_avg': 1.0655062722560331, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655062722560331\n", - "6281\n", - "7001201.099674618\n", - "{'n': 316, 'm': 946, 'k_avg': 5.987341772151899, 'intersection_count': 287, 'streets_per_node_avg': 3.107594936708861, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 195, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09177215189873418, 2: 0.0, 3: 0.6170886075949367, 4: 0.2911392405063291}, 'edge_length_total': 119062.81000000008, 'edge_length_avg': 125.85920718816077, 'street_length_total': 59820.75500000004, 'street_length_avg': 125.6738550420169, 'street_segments_count': 476, 'node_density_km': 45.13511260441957, 'intersection_density_km': 40.99296619452031, 'edge_density_km': 17006.05486186271, 'street_density_km': 8544.356053817712, 'circuity_avg': 1.0345475258834176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345475258834176\n", - "6282\n", - "16032941.758924717\n", - "{'n': 1871, 'm': 4876, 'k_avg': 5.212185996793159, 'intersection_count': 1509, 'streets_per_node_avg': 2.827899518973811, 'streets_per_node_counts': {0: 0, 1: 362, 2: 7, 3: 1108, 4: 383, 5: 8, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19347942276857297, 2: 0.0037413148049171567, 3: 0.5921966862640299, 4: 0.20470336718332444, 5: 0.00427578834847675, 6: 0.0010689470871191875, 7: 0.0005344735435595938}, 'edge_length_total': 449601.5529999998, 'edge_length_avg': 92.20704532403605, 'street_length_total': 237451.67499999914, 'street_length_avg': 92.07121946490855, 'street_segments_count': 2579, 'node_density_km': 116.6972367350184, 'intersection_density_km': 94.11872273283953, 'edge_density_km': 28042.361767436072, 'street_density_km': 14810.237482951121, 'circuity_avg': 1.1402036671393807, 'self_loop_proportion': 0.0016406890894175555, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1402036671393807\n", - "6283\n", - "5003646.57187248\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 153, 'm': 398, 'k_avg': 5.2026143790849675, 'intersection_count': 122, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 114, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20261437908496732, 2: 0.0, 3: 0.7450980392156863, 4: 0.05228758169934641}, 'edge_length_total': 54536.51400000002, 'edge_length_avg': 137.02641708542717, 'street_length_total': 27268.257, 'street_length_avg': 137.02641708542714, 'street_segments_count': 199, 'node_density_km': 30.577699244402044, 'intersection_density_km': 24.382217698150647, 'edge_density_km': 10899.35374464132, 'street_density_km': 5449.676872320659, 'circuity_avg': 1.124291813238442, 'self_loop_proportion': 0.005025125628140704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.124291813238442\n", - "6284\n", - "14027563.003579928\n", - "{'n': 406, 'm': 1020, 'k_avg': 5.024630541871921, 'intersection_count': 310, 'streets_per_node_avg': 2.645320197044335, 'streets_per_node_counts': {0: 0, 1: 96, 2: 1, 3: 260, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23645320197044334, 2: 0.0024630541871921183, 3: 0.6403940886699507, 4: 0.1206896551724138}, 'edge_length_total': 158642.79900000026, 'edge_length_avg': 155.5321558823532, 'street_length_total': 80221.518, 'street_length_avg': 155.4680581395349, 'street_segments_count': 516, 'node_density_km': 28.943017393426505, 'intersection_density_km': 22.099348256064573, 'edge_density_km': 11309.362785218898, 'street_density_km': 5718.849238426299, 'circuity_avg': 1.0625820375726966, 'self_loop_proportion': 0.00196078431372549, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625820375726966\n", - "6285\n", - "51086042.54158396\n", - "error with entry 6285\n", - "6286\n", - "18005027.697948303\n", - "{'n': 826, 'm': 2298, 'k_avg': 5.5641646489104115, 'intersection_count': 683, 'streets_per_node_avg': 2.87046004842615, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 505, 4: 177, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17312348668280872, 2: 0.0, 3: 0.6113801452784504, 4: 0.21428571428571427, 5: 0.0012106537530266344}, 'edge_length_total': 293638.0449999994, 'edge_length_avg': 127.77982811140096, 'street_length_total': 147329.66600000014, 'street_length_avg': 127.66868804159458, 'street_segments_count': 1154, 'node_density_km': 45.8760749417855, 'intersection_density_km': 37.93384889254176, 'edge_density_km': 16308.669440895103, 'street_density_km': 8182.695882039024, 'circuity_avg': 1.0625471288265647, 'self_loop_proportion': 0.005221932114882507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625471288265647\n", - "6287\n", - "104175997.75457792\n", - "error with entry 6287\n", - "6288\n", - "5000616.806258124\n", - "{'n': 61, 'm': 166, 'k_avg': 5.442622950819672, 'intersection_count': 49, 'streets_per_node_avg': 2.8852459016393444, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 32, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19672131147540983, 2: 0.0, 3: 0.5245901639344263, 4: 0.2786885245901639}, 'edge_length_total': 40355.81399999997, 'edge_length_avg': 243.10731325301185, 'street_length_total': 20177.907, 'street_length_avg': 243.10731325301205, 'street_segments_count': 83, 'node_density_km': 12.198495178366857, 'intersection_density_km': 9.798791208852066, 'edge_density_km': 8070.1672540667105, 'street_density_km': 4035.083627033358, 'circuity_avg': 1.0459798250658257, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459798250658257\n", - "6289\n", - "60098744.59754451\n", - "{'n': 3248, 'm': 8815, 'k_avg': 5.427955665024631, 'intersection_count': 2608, 'streets_per_node_avg': 2.7752463054187193, 'streets_per_node_counts': {0: 0, 1: 640, 2: 0, 3: 2069, 4: 528, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19704433497536947, 2: 0.0, 3: 0.6370073891625616, 4: 0.1625615763546798, 5: 0.0033866995073891628}, 'edge_length_total': 927908.9979999998, 'edge_length_avg': 105.26477572319907, 'street_length_total': 465661.8060000006, 'street_length_avg': 104.92604912122592, 'street_segments_count': 4438, 'node_density_km': 54.04439014076685, 'intersection_density_km': 43.39524922633004, 'edge_density_km': 15439.740117931045, 'street_density_km': 7748.278422758042, 'circuity_avg': 1.0639930827415554, 'self_loop_proportion': 0.0022688598979013048, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639930827415554\n", - "6290\n", - "10997974.520363918\n", - "{'n': 185, 'm': 538, 'k_avg': 5.816216216216216, 'intersection_count': 169, 'streets_per_node_avg': 3.027027027027027, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 132, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08648648648648649, 2: 0.0, 3: 0.7135135135135136, 4: 0.2}, 'edge_length_total': 107113.86399999981, 'edge_length_avg': 199.0964014869885, 'street_length_total': 53556.93200000002, 'street_length_avg': 199.09640148698892, 'street_segments_count': 269, 'node_density_km': 16.821279196224072, 'intersection_density_km': 15.366465860334422, 'edge_density_km': 9739.417362866872, 'street_density_km': 4869.708681433447, 'circuity_avg': 1.029055875500455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029055875500455\n", - "6291\n", - "7011989.024227561\n", - "{'n': 426, 'm': 1103, 'k_avg': 5.178403755868545, 'intersection_count': 332, 'streets_per_node_avg': 2.7183098591549295, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 264, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22065727699530516, 2: 0.0, 3: 0.6197183098591549, 4: 0.1596244131455399}, 'edge_length_total': 113738.25099999999, 'edge_length_avg': 103.11718132366273, 'street_length_total': 57492.731000000014, 'street_length_avg': 101.75704601769914, 'street_segments_count': 565, 'node_density_km': 60.753089961792696, 'intersection_density_km': 47.34747856177271, 'edge_density_km': 16220.540364084407, 'street_density_km': 8199.204362892367, 'circuity_avg': 1.0804471326520202, 'self_loop_proportion': 0.006346328195829556, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804471326520202\n", - "6292\n", - "20033627.765734166\n", - "{'n': 1066, 'm': 2812, 'k_avg': 5.2757973733583485, 'intersection_count': 851, 'streets_per_node_avg': 2.7120075046904315, 'streets_per_node_counts': {0: 0, 1: 215, 2: 0, 3: 730, 4: 119, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20168855534709193, 2: 0.0, 3: 0.6848030018761726, 4: 0.11163227016885553, 5: 0.001876172607879925}, 'edge_length_total': 300329.296000001, 'edge_length_avg': 106.80273684210563, 'street_length_total': 150313.19500000004, 'street_length_avg': 106.75653053977275, 'street_segments_count': 1408, 'node_density_km': 53.2105324340359, 'intersection_density_km': 42.478577018165616, 'edge_density_km': 14991.25867326381, 'street_density_km': 7503.044219334957, 'circuity_avg': 1.0865091042584927, 'self_loop_proportion': 0.0007112375533428165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0865091042584927\n", - "6293\n", - "7004557.616111193\n", - "{'n': 198, 'm': 569, 'k_avg': 5.747474747474747, 'intersection_count': 176, 'streets_per_node_avg': 3.186868686868687, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 103, 4: 67, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.5202020202020202, 4: 0.3383838383838384, 5: 0.020202020202020204, 6: 0.010101010101010102}, 'edge_length_total': 90341.73399999991, 'edge_length_avg': 158.77281898066767, 'street_length_total': 46371.545999999966, 'street_length_avg': 158.26466211604082, 'street_segments_count': 293, 'node_density_km': 28.26730977907583, 'intersection_density_km': 25.126497581400738, 'edge_density_km': 12897.564550287196, 'street_density_km': 6620.196240993251, 'circuity_avg': 1.0324158148369231, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324158148369231\n", - "6294\n", - "38077892.67296372\n", - "{'n': 3972, 'm': 11037, 'k_avg': 5.557401812688822, 'intersection_count': 3293, 'streets_per_node_avg': 2.830060422960725, 'streets_per_node_counts': {0: 0, 1: 679, 2: 1, 3: 2637, 4: 628, 5: 25, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17094662638469285, 2: 0.00025176233635448137, 3: 0.6638972809667674, 4: 0.1581067472306143, 5: 0.0062940584088620345, 6: 0.0005035246727089627}, 'edge_length_total': 977037.0649999973, 'edge_length_avg': 88.5237895261391, 'street_length_total': 490164.9749999974, 'street_length_avg': 88.28619866714651, 'street_segments_count': 5552, 'node_density_km': 104.31249528733038, 'intersection_density_km': 86.48062612819207, 'edge_density_km': 25658.9059008961, 'street_density_km': 12872.691753449557, 'circuity_avg': 1.0569830168926484, 'self_loop_proportion': 0.0012684606324182297, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569830168926484\n", - "6295\n", - "9007218.873240767\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 77, 'm': 214, 'k_avg': 5.558441558441558, 'intersection_count': 65, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 52, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15584415584415584, 2: 0.0, 3: 0.6753246753246753, 4: 0.16883116883116883}, 'edge_length_total': 61835.55800000001, 'edge_length_avg': 288.9512056074767, 'street_length_total': 30917.779000000002, 'street_length_avg': 288.95120560747665, 'street_segments_count': 107, 'node_density_km': 8.548698669769935, 'intersection_density_km': 7.216433942013582, 'edge_density_km': 6865.111070377686, 'street_density_km': 3432.5555351888424, 'circuity_avg': 1.1336985341088217, 'self_loop_proportion': 0.009345794392523364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1336985341088217\n", - "6296\n", - "9016062.873136654\n", - "{'n': 952, 'm': 2544, 'k_avg': 5.34453781512605, 'intersection_count': 773, 'streets_per_node_avg': 2.7909663865546217, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 615, 4: 157, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1880252100840336, 2: 0.0, 3: 0.6460084033613446, 4: 0.16491596638655462, 5: 0.0010504201680672268}, 'edge_length_total': 220485.24000000043, 'edge_length_avg': 86.66872641509451, 'street_length_total': 115346.55300000003, 'street_length_avg': 88.38816321839083, 'street_segments_count': 1305, 'node_density_km': 105.58932578392755, 'intersection_density_km': 85.7358706207731, 'edge_density_km': 24454.714114398634, 'street_density_km': 12793.450381060997, 'circuity_avg': 1.0642783509554408, 'self_loop_proportion': 0.0023584905660377358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642783509554408\n", - "6297\n", - "14023395.62601002\n", - "{'n': 711, 'm': 1828, 'k_avg': 5.142053445850914, 'intersection_count': 562, 'streets_per_node_avg': 2.6947960618846696, 'streets_per_node_counts': {0: 0, 1: 149, 2: 1, 3: 482, 4: 76, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20956399437412096, 2: 0.0014064697609001407, 3: 0.6779184247538678, 4: 0.10689170182841069, 5: 0.004219409282700422}, 'edge_length_total': 230946.5750000002, 'edge_length_avg': 126.33838894967188, 'street_length_total': 119408.02299999991, 'street_length_avg': 127.7091155080213, 'street_segments_count': 935, 'node_density_km': 50.70098704776369, 'intersection_density_km': 40.07588568332376, 'edge_density_km': 16468.662880169333, 'street_density_km': 8514.915087935393, 'circuity_avg': 1.0605572839140227, 'self_loop_proportion': 0.0010940919037199124, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605572839140227\n", - "6298\n", - "13005457.151626652\n", - "{'n': 272, 'm': 712, 'k_avg': 5.235294117647059, 'intersection_count': 221, 'streets_per_node_avg': 2.735294117647059, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 194, 4: 26, 5: 0, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.7132352941176471, 4: 0.09558823529411764, 5: 0.0, 6: 0.0, 7: 0.003676470588235294}, 'edge_length_total': 131665.571, 'edge_length_avg': 184.9235547752809, 'street_length_total': 65902.98, 'street_length_avg': 184.60218487394957, 'street_segments_count': 357, 'node_density_km': 20.91429750056727, 'intersection_density_km': 16.992866719210905, 'edge_density_km': 10123.871038514933, 'street_density_km': 5067.332830492406, 'circuity_avg': 1.0665582731732637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0665582731732637\n", - "6299\n", - "7011188.676078984\n", - "{'n': 415, 'm': 1111, 'k_avg': 5.354216867469879, 'intersection_count': 320, 'streets_per_node_avg': 2.7180722891566265, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 249, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2289156626506024, 2: 0.0, 3: 0.6, 4: 0.16626506024096385, 5: 0.004819277108433735}, 'edge_length_total': 97366.33400000003, 'edge_length_avg': 87.63846444644467, 'street_length_total': 48848.19800000002, 'street_length_avg': 87.69873967684025, 'street_segments_count': 557, 'node_density_km': 59.19110427250537, 'intersection_density_km': 45.6413334149439, 'edge_density_km': 13887.279104639969, 'street_density_km': 6967.177786366239, 'circuity_avg': 1.0570212398008598, 'self_loop_proportion': 0.0018001800180018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570212398008598\n", - "6300\n", - "10995979.100085158\n", - "{'n': 387, 'm': 1073, 'k_avg': 5.545219638242894, 'intersection_count': 330, 'streets_per_node_avg': 2.888888888888889, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 259, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14728682170542637, 2: 0.0, 3: 0.6692506459948321, 4: 0.1834625322997416}, 'edge_length_total': 162914.48499999964, 'edge_length_avg': 151.8308341099717, 'street_length_total': 81535.38300000005, 'street_length_avg': 151.83497765363137, 'street_segments_count': 537, 'node_density_km': 35.19468311803202, 'intersection_density_km': 30.010970100647455, 'edge_density_km': 14815.823449385962, 'street_density_km': 7415.018004114668, 'circuity_avg': 1.0432526870289103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432526870289103\n", - "6301\n", - "15026243.475869965\n", - "{'n': 623, 'm': 1614, 'k_avg': 5.181380417335474, 'intersection_count': 511, 'streets_per_node_avg': 2.792937399678973, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 417, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1797752808988764, 2: 0.0, 3: 0.6693418940609952, 4: 0.1492776886035313, 5: 0.0016051364365971107}, 'edge_length_total': 209426.367, 'edge_length_avg': 129.75611338289963, 'street_length_total': 110103.75300000013, 'street_length_avg': 133.13633978234597, 'street_segments_count': 827, 'node_density_km': 41.46079497516798, 'intersection_density_km': 34.00716891221643, 'edge_density_km': 13937.373458396925, 'street_density_km': 7327.43038383554, 'circuity_avg': 1.0732703756629247, 'self_loop_proportion': 0.0012391573729863693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732703756629247\n", - "6302\n", - "10007072.526400005\n", - "{'n': 391, 'm': 1145, 'k_avg': 5.856777493606138, 'intersection_count': 345, 'streets_per_node_avg': 3.0076726342710995, 'streets_per_node_counts': {0: 0, 1: 46, 2: 2, 3: 246, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11764705882352941, 2: 0.005115089514066497, 3: 0.629156010230179, 4: 0.24808184143222506}, 'edge_length_total': 150918.3890000001, 'edge_length_avg': 131.80645327510928, 'street_length_total': 75764.35699999997, 'street_length_avg': 131.3073778162911, 'street_segments_count': 577, 'node_density_km': 39.07236596601947, 'intersection_density_km': 34.4756170288407, 'edge_density_km': 15081.172700793071, 'street_density_km': 7571.081032951784, 'circuity_avg': 1.0479261871273624, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479261871273624\n", - "6303\n", - "8019594.603796142\n", - "{'n': 592, 'm': 1740, 'k_avg': 5.878378378378378, 'intersection_count': 540, 'streets_per_node_avg': 3.0844594594594597, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 389, 4: 148, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08783783783783784, 2: 0.0, 3: 0.6570945945945946, 4: 0.25, 5: 0.005067567567567568}, 'edge_length_total': 138590.01199999967, 'edge_length_avg': 79.64943218390785, 'street_length_total': 71067.466, 'street_length_avg': 79.94090663667042, 'street_segments_count': 889, 'node_density_km': 73.81919277063854, 'intersection_density_km': 67.3350744867311, 'edge_density_km': 17281.423668772102, 'street_density_km': 8861.727993876351, 'circuity_avg': 1.0351928453684154, 'self_loop_proportion': 0.0011494252873563218, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0351928453684154\n", - "6304\n", - "36076158.03445192\n", - "{'n': 4106, 'm': 11390, 'k_avg': 5.547978567949342, 'intersection_count': 3379, 'streets_per_node_avg': 2.836824159766196, 'streets_per_node_counts': {0: 0, 1: 727, 2: 1, 3: 2630, 4: 712, 5: 35, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17705796395518753, 2: 0.00024354603019970775, 3: 0.6405260594252313, 4: 0.1734047735021919, 5: 0.008524111056989771, 6: 0.00024354603019970775}, 'edge_length_total': 849483.8439999924, 'edge_length_avg': 74.58154907813805, 'street_length_total': 428523.2409999997, 'street_length_avg': 74.39639600694439, 'street_segments_count': 5760, 'node_density_km': 113.81478027895496, 'intersection_density_km': 93.66296701475616, 'edge_density_km': 23546.959828392883, 'street_density_km': 11878.294817058117, 'circuity_avg': 1.0958546091613621, 'self_loop_proportion': 0.0045654082528533806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0958546091613621\n", - "6305\n", - "6999014.543784068\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 195, 'm': 546, 'k_avg': 5.6, 'intersection_count': 178, 'streets_per_node_avg': 3.0153846153846153, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 142, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08717948717948718, 2: 0.0, 3: 0.7282051282051282, 4: 0.1794871794871795, 5: 0.005128205128205128}, 'edge_length_total': 95247.43000000002, 'edge_length_avg': 174.44584249084252, 'street_length_total': 47623.71500000003, 'street_length_avg': 174.4458424908426, 'street_segments_count': 273, 'node_density_km': 27.861065122829682, 'intersection_density_km': 25.432151753147092, 'edge_density_km': 13608.691538523908, 'street_density_km': 6804.345769261958, 'circuity_avg': 1.0707334842373184, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707334842373184\n", - "6306\n", - "21044534.26484325\n", - "{'n': 3584, 'm': 10008, 'k_avg': 5.584821428571429, 'intersection_count': 3023, 'streets_per_node_avg': 2.877232142857143, 'streets_per_node_counts': {0: 0, 1: 561, 2: 4, 3: 2366, 4: 620, 5: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15652901785714285, 2: 0.0011160714285714285, 3: 0.66015625, 4: 0.17299107142857142, 5: 0.009207589285714286}, 'edge_length_total': 592226.7799999999, 'edge_length_avg': 59.175337729816135, 'street_length_total': 303988.0710000001, 'street_length_avg': 59.47721991782432, 'street_segments_count': 5111, 'node_density_km': 170.305503314815, 'intersection_density_km': 143.6477501452806, 'edge_density_km': 28141.595938731083, 'street_density_km': 14444.989239217282, 'circuity_avg': 1.0592152807304134, 'self_loop_proportion': 0.001199040767386091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592152807304134\n", - "6307\n", - "18011262.199602034\n", - "{'n': 595, 'm': 1694, 'k_avg': 5.694117647058824, 'intersection_count': 517, 'streets_per_node_avg': 2.9563025210084035, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 388, 4: 128, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13109243697478992, 2: 0.0, 3: 0.6521008403361345, 4: 0.21512605042016808, 5: 0.0016806722689075631}, 'edge_length_total': 245397.93299999993, 'edge_length_avg': 144.86300649350645, 'street_length_total': 124135.74599999993, 'street_length_avg': 142.8489597238204, 'street_segments_count': 869, 'node_density_km': 33.03488636199782, 'intersection_density_km': 28.70426260361827, 'edge_density_km': 13624.69383214143, 'street_density_km': 6892.118088356005, 'circuity_avg': 1.0396790367990905, 'self_loop_proportion': 0.0011806375442739079, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396790367990905\n", - "6308\n", - "397748748.5272263\n", - "error with entry 6308\n", - "6309\n", - "14028828.681525206\n", - "{'n': 805, 'm': 2171, 'k_avg': 5.393788819875776, 'intersection_count': 669, 'streets_per_node_avg': 2.7850931677018633, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 573, 4: 93, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168944099378882, 2: 0.0, 3: 0.7118012422360248, 4: 0.115527950310559, 5: 0.0037267080745341614}, 'edge_length_total': 236006.88600000093, 'edge_length_avg': 108.70883740211927, 'street_length_total': 118065.62799999998, 'street_length_avg': 108.71604788213627, 'street_segments_count': 1086, 'node_density_km': 57.3818398010746, 'intersection_density_km': 47.68751655517877, 'edge_density_km': 16822.992949568357, 'street_density_km': 8415.929132806543, 'circuity_avg': 1.0759080858755001, 'self_loop_proportion': 0.0009212344541685859, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0759080858755001\n", - "6310\n", - "5004134.888204432\n", - "{'n': 51, 'm': 120, 'k_avg': 4.705882352941177, 'intersection_count': 35, 'streets_per_node_avg': 2.450980392156863, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 31, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3137254901960784, 2: 0.0, 3: 0.6078431372549019, 4: 0.0784313725490196}, 'edge_length_total': 25929.183999999994, 'edge_length_avg': 216.0765333333333, 'street_length_total': 12964.592000000006, 'street_length_avg': 216.07653333333343, 'street_segments_count': 60, 'node_density_km': 10.191571797997566, 'intersection_density_km': 6.994215939802252, 'edge_density_km': 5181.551772539014, 'street_density_km': 2590.7758862695086, 'circuity_avg': 1.1148684258770856, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1148684258770856\n", - "6311\n", - "9022309.293810831\n", - "{'n': 614, 'm': 1598, 'k_avg': 5.2052117263843645, 'intersection_count': 489, 'streets_per_node_avg': 2.6807817589576546, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 436, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20358306188925082, 2: 0.0, 3: 0.7100977198697068, 4: 0.08469055374592833, 5: 0.0016286644951140066}, 'edge_length_total': 141077.29399999982, 'edge_length_avg': 88.28366332916134, 'street_length_total': 70538.64700000006, 'street_length_avg': 88.28366332916153, 'street_segments_count': 799, 'node_density_km': 68.05353042166209, 'intersection_density_km': 54.19898432604684, 'edge_density_km': 15636.494982141292, 'street_density_km': 7818.247491070662, 'circuity_avg': 1.0701974871004567, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701974871004567\n", - "6312\n", - "17015173.67964466\n", - "{'n': 605, 'm': 1683, 'k_avg': 5.5636363636363635, 'intersection_count': 504, 'streets_per_node_avg': 2.9041322314049585, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 363, 4: 138, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1669421487603306, 2: 0.0, 3: 0.6, 4: 0.228099173553719, 5: 0.0049586776859504135}, 'edge_length_total': 249264.93800000023, 'edge_length_avg': 148.10750920974465, 'street_length_total': 127348.84199999995, 'street_length_avg': 147.56528621089217, 'street_segments_count': 863, 'node_density_km': 35.55649865177484, 'intersection_density_km': 29.62062036445375, 'edge_density_km': 14649.567656085532, 'street_density_km': 7484.42798161667, 'circuity_avg': 1.0424221364958957, 'self_loop_proportion': 0.0035650623885918, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424221364958957\n", - "6313\n", - "14025476.825771809\n", - "{'n': 702, 'm': 1699, 'k_avg': 4.84045584045584, 'intersection_count': 573, 'streets_per_node_avg': 2.700854700854701, 'streets_per_node_counts': {0: 0, 1: 129, 2: 1, 3: 525, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18376068376068377, 2: 0.0014245014245014246, 3: 0.7478632478632479, 4: 0.0641025641025641, 5: 0.002849002849002849}, 'edge_length_total': 209095.10200000013, 'edge_length_avg': 123.06951265450273, 'street_length_total': 111144.51899999994, 'street_length_avg': 122.94747676991145, 'street_segments_count': 904, 'node_density_km': 50.05177426196842, 'intersection_density_km': 40.85422600015371, 'edge_density_km': 14908.234821349384, 'street_density_km': 7924.473469292105, 'circuity_avg': 1.091356044660712, 'self_loop_proportion': 0.002354326074161271, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.091356044660712\n", - "6314\n", - "4007973.817164134\n", - "{'n': 336, 'm': 938, 'k_avg': 5.583333333333333, 'intersection_count': 284, 'streets_per_node_avg': 2.8541666666666665, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 234, 4: 45, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15476190476190477, 2: 0.0, 3: 0.6964285714285714, 4: 0.13392857142857142, 5: 0.01488095238095238}, 'edge_length_total': 64805.95999999998, 'edge_length_avg': 69.0895095948827, 'street_length_total': 32402.979999999996, 'street_length_avg': 69.08950959488273, 'street_segments_count': 469, 'node_density_km': 83.83288297969443, 'intersection_density_km': 70.85874632807506, 'edge_density_km': 16169.25732460344, 'street_density_km': 8084.628662301722, 'circuity_avg': 1.0530812211716176, 'self_loop_proportion': 0.006396588486140725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530812211716176\n", - "6315\n", - "123242956.39261313\n", - "{'n': 8462, 'm': 23977, 'k_avg': 5.666981800992673, 'intersection_count': 7111, 'streets_per_node_avg': 2.9072323327818483, 'streets_per_node_counts': {0: 0, 1: 1351, 2: 7, 3: 5237, 4: 1812, 5: 53, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15965492791302294, 2: 0.0008272276057669581, 3: 0.6188844244859372, 4: 0.21413377452138974, 5: 0.006263294729378398, 6: 0.0002363507445048452}, 'edge_length_total': 1795310.5669999965, 'edge_length_avg': 74.87636347332847, 'street_length_total': 916669.879999999, 'street_length_avg': 75.03232217401973, 'street_segments_count': 12217, 'node_density_km': 68.66112472215241, 'intersection_density_km': 57.699037804210086, 'edge_density_km': 14567.246839492427, 'street_density_km': 7437.908882027938, 'circuity_avg': 1.0786636217571368, 'self_loop_proportion': 0.0020019185052341827, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786636217571368\n", - "6316\n", - "11001705.21992474\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 778, 'm': 2216, 'k_avg': 5.696658097686376, 'intersection_count': 645, 'streets_per_node_avg': 2.916452442159383, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 449, 4: 191, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17095115681233933, 2: 0.0, 3: 0.577120822622108, 4: 0.2455012853470437, 5: 0.006426735218508998}, 'edge_length_total': 247259.00800000018, 'edge_length_avg': 111.57897472924196, 'street_length_total': 123857.82799999992, 'street_length_avg': 111.48319351935186, 'street_segments_count': 1111, 'node_density_km': 70.71631028533612, 'intersection_density_km': 58.62727523655758, 'edge_density_km': 22474.607622843723, 'street_density_km': 11258.057321485587, 'circuity_avg': 1.0635958272221395, 'self_loop_proportion': 0.004512635379061372, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635958272221395\n", - "6317\n", - "13026785.122117454\n", - "{'n': 534, 'm': 1441, 'k_avg': 5.397003745318352, 'intersection_count': 442, 'streets_per_node_avg': 2.8295880149812733, 'streets_per_node_counts': {0: 0, 1: 92, 2: 1, 3: 349, 4: 91, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17228464419475656, 2: 0.0018726591760299626, 3: 0.653558052434457, 4: 0.1704119850187266, 5: 0.0, 6: 0.0018726591760299626}, 'edge_length_total': 166909.53300000005, 'edge_length_avg': 115.82896113809858, 'street_length_total': 86509.29200000003, 'street_length_avg': 117.38031478968797, 'street_segments_count': 737, 'node_density_km': 40.992462452869596, 'intersection_density_km': 33.93009064451004, 'edge_density_km': 12812.795439191948, 'street_density_km': 6640.878097629838, 'circuity_avg': 1.0562903519353153, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0562903519353153\n", - "6318\n", - "15034181.696850786\n", - "{'n': 379, 'm': 975, 'k_avg': 5.145118733509235, 'intersection_count': 312, 'streets_per_node_avg': 2.746701846965699, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 274, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17678100263852242, 2: 0.0, 3: 0.7229551451187335, 4: 0.10026385224274406}, 'edge_length_total': 162324.41199999963, 'edge_length_avg': 166.48657641025602, 'street_length_total': 81201.57699999989, 'street_length_avg': 166.39667418032764, 'street_segments_count': 488, 'node_density_km': 25.209220404685492, 'intersection_density_km': 20.752709145809693, 'edge_density_km': 10797.023427886454, 'street_density_km': 5401.130479686115, 'circuity_avg': 1.0846995987147345, 'self_loop_proportion': 0.0020512820512820513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0846995987147345\n", - "6319\n", - "23041087.39027938\n", - "{'n': 1655, 'm': 4348, 'k_avg': 5.254380664652568, 'intersection_count': 1281, 'streets_per_node_avg': 2.701510574018127, 'streets_per_node_counts': {0: 0, 1: 374, 2: 2, 3: 1029, 4: 244, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22598187311178247, 2: 0.0012084592145015106, 3: 0.6217522658610272, 4: 0.1474320241691843, 5: 0.0036253776435045317}, 'edge_length_total': 445809.76899999956, 'edge_length_avg': 102.53214558417653, 'street_length_total': 225022.87600000005, 'street_length_avg': 101.95871137290442, 'street_segments_count': 2207, 'node_density_km': 71.82820723548902, 'intersection_density_km': 55.59633442215192, 'edge_density_km': 19348.46916938819, 'street_density_km': 9766.156960757553, 'circuity_avg': 1.076421361965158, 'self_loop_proportion': 0.0027598896044158236, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076421361965158\n", - "6320\n", - "7002021.0664885165\n", - "{'n': 713, 'm': 1988, 'k_avg': 5.576437587657784, 'intersection_count': 619, 'streets_per_node_avg': 2.870967741935484, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 525, 4: 92, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13183730715287517, 2: 0.0, 3: 0.7363253856942497, 4: 0.12903225806451613, 5: 0.002805049088359046}, 'edge_length_total': 175456.33199999994, 'edge_length_avg': 88.25771227364181, 'street_length_total': 87728.1659999999, 'street_length_avg': 88.25771227364174, 'street_segments_count': 994, 'node_density_km': 101.8277427659278, 'intersection_density_km': 88.4030473662122, 'edge_density_km': 25057.955457993296, 'street_density_km': 12528.977728996637, 'circuity_avg': 1.0702503622765707, 'self_loop_proportion': 0.009054325955734407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702503622765707\n", - "6321\n", - "7013255.448195639\n", - "{'n': 243, 'm': 618, 'k_avg': 5.08641975308642, 'intersection_count': 191, 'streets_per_node_avg': 2.6954732510288064, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 162, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2139917695473251, 2: 0.0, 3: 0.6666666666666666, 4: 0.11522633744855967, 5: 0.00411522633744856}, 'edge_length_total': 92687.89700000006, 'edge_length_avg': 149.98041585760527, 'street_length_total': 46436.68600000001, 'street_length_avg': 149.3141028938907, 'street_segments_count': 311, 'node_density_km': 34.64867375713781, 'intersection_density_km': 27.234142747379924, 'edge_density_km': 13216.101664148948, 'street_density_km': 6621.274006488267, 'circuity_avg': 1.1167236763001251, 'self_loop_proportion': 0.003236245954692557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1167236763001251\n", - "6322\n", - "22001747.31197172\n", - "{'n': 916, 'm': 2656, 'k_avg': 5.799126637554585, 'intersection_count': 799, 'streets_per_node_avg': 2.9748908296943233, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 589, 4: 209, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1277292576419214, 2: 0.0, 3: 0.6430131004366813, 4: 0.22816593886462883, 5: 0.001091703056768559}, 'edge_length_total': 377096.0740000006, 'edge_length_avg': 141.97894352409662, 'street_length_total': 188548.03700000024, 'street_length_avg': 141.97894352409656, 'street_segments_count': 1328, 'node_density_km': 41.633057002776354, 'intersection_density_km': 36.31529753844793, 'edge_density_km': 17139.369371577723, 'street_density_km': 8569.68468578886, 'circuity_avg': 1.0299228689180748, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0299228689180748\n", - "6323\n", - "8017670.802386085\n", - "{'n': 117, 'm': 326, 'k_avg': 5.572649572649572, 'intersection_count': 107, 'streets_per_node_avg': 2.8803418803418803, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 102, 4: 4, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08547008547008547, 2: 0.0, 3: 0.8717948717948718, 4: 0.03418803418803419, 5: 0.008547008547008548}, 'edge_length_total': 40443.55599999998, 'edge_length_avg': 124.0599877300613, 'street_length_total': 20221.777999999995, 'street_length_avg': 124.05998773006132, 'street_segments_count': 163, 'node_density_km': 14.592766762783578, 'intersection_density_km': 13.345521740323441, 'edge_density_km': 5044.30239115877, 'street_density_km': 2522.1511955793853, 'circuity_avg': 1.0924363972095326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0924363972095326\n", - "6324\n", - "9000970.31802724\n", - "{'n': 614, 'm': 1656, 'k_avg': 5.394136807817589, 'intersection_count': 512, 'streets_per_node_avg': 2.798045602605863, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 433, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16612377850162866, 2: 0.0, 3: 0.7052117263843648, 4: 0.1270358306188925, 5: 0.0016286644951140066}, 'edge_length_total': 217324.94799999986, 'edge_length_avg': 131.23487198067625, 'street_length_total': 108662.47400000003, 'street_length_avg': 131.23487198067636, 'street_segments_count': 828, 'node_density_km': 68.214867764898, 'intersection_density_km': 56.8827561818042, 'edge_density_km': 24144.613338490755, 'street_density_km': 12072.30666924539, 'circuity_avg': 1.045891033954398, 'self_loop_proportion': 0.0024154589371980675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045891033954398\n", - "6325\n", - "27071051.01335044\n", - "error with entry 6325\n", - "6326\n", - "24043179.32910379\n", - "{'n': 1760, 'm': 4609, 'k_avg': 5.2375, 'intersection_count': 1382, 'streets_per_node_avg': 2.6982954545454545, 'streets_per_node_counts': {0: 0, 1: 378, 2: 1, 3: 1162, 4: 213, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21477272727272728, 2: 0.0005681818181818182, 3: 0.6602272727272728, 4: 0.12102272727272727, 5: 0.002840909090909091, 6: 0.0005681818181818182}, 'edge_length_total': 465430.7840000009, 'edge_length_avg': 100.98302972445235, 'street_length_total': 234213.14799999967, 'street_length_avg': 100.39140505786527, 'street_segments_count': 2333, 'node_density_km': 73.20163344078023, 'intersection_density_km': 57.479918985885384, 'edge_density_km': 19358.121387740357, 'street_density_km': 9741.3551175609, 'circuity_avg': 1.0832872594221932, 'self_loop_proportion': 0.003471468865263615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832872594221932\n", - "6327\n", - "8000932.293324172\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 254, 'm': 688, 'k_avg': 5.417322834645669, 'intersection_count': 227, 'streets_per_node_avg': 2.937007874015748, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 189, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1062992125984252, 2: 0.0, 3: 0.7440944881889764, 4: 0.14960629921259844}, 'edge_length_total': 106893.61499999993, 'edge_length_avg': 155.36862645348828, 'street_length_total': 55850.708999999995, 'street_length_avg': 157.32594084507042, 'street_segments_count': 355, 'node_density_km': 31.746300392009676, 'intersection_density_km': 28.37169365742597, 'edge_density_km': 13360.14492825917, 'street_density_km': 6980.5251378768435, 'circuity_avg': 1.0498789453964075, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498789453964075\n", - "6328\n", - "42081572.599997535\n", - "{'n': 2043, 'm': 5455, 'k_avg': 5.340186000978952, 'intersection_count': 1593, 'streets_per_node_avg': 2.744003915810083, 'streets_per_node_counts': {0: 0, 1: 450, 2: 0, 3: 1230, 4: 349, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22026431718061673, 2: 0.0, 3: 0.6020558002936858, 4: 0.17082721488007832, 5: 0.006852667645619187}, 'edge_length_total': 613381.125999997, 'edge_length_avg': 112.44383611365664, 'street_length_total': 311004.9679999998, 'street_length_avg': 112.0334899135446, 'street_segments_count': 2776, 'node_density_km': 48.54856588701059, 'intersection_density_km': 37.85504917181002, 'edge_density_km': 14576.002941487814, 'street_density_km': 7390.526275152038, 'circuity_avg': 1.066833681020273, 'self_loop_proportion': 0.0021998166819431715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066833681020273\n", - "6329\n", - "10002939.410249287\n", - "{'n': 360, 'm': 1125, 'k_avg': 6.25, 'intersection_count': 331, 'streets_per_node_avg': 3.183333333333333, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 208, 4: 122, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08055555555555556, 2: 0.0, 3: 0.5777777777777777, 4: 0.3388888888888889, 5: 0.002777777777777778}, 'edge_length_total': 160438.911, 'edge_length_avg': 142.61236533333332, 'street_length_total': 80266.69099999995, 'street_length_avg': 142.5696110124333, 'street_segments_count': 563, 'node_density_km': 35.98942123263629, 'intersection_density_km': 33.09027341111837, 'edge_density_km': 16039.176528012344, 'street_density_km': 8024.31042596904, 'circuity_avg': 1.0424391012889118, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424391012889118\n", - "6330\n", - "110204872.04112206\n", - "{'n': 8246, 'm': 22506, 'k_avg': 5.458646616541353, 'intersection_count': 6721, 'streets_per_node_avg': 2.799902983264613, 'streets_per_node_counts': {0: 0, 1: 1525, 2: 7, 3: 5344, 4: 1336, 5: 31, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1849381518311909, 2: 0.0008488964346349745, 3: 0.6480717923841862, 4: 0.16201794809604655, 5: 0.0037593984962406013, 6: 0.0003638127577007034}, 'edge_length_total': 2075638.3029999966, 'edge_length_avg': 92.22599764507227, 'street_length_total': 1054826.663000002, 'street_length_avg': 92.4151623444894, 'street_segments_count': 11414, 'node_density_km': 74.82427815825666, 'intersection_density_km': 60.986414443565735, 'edge_density_km': 18834.360628135288, 'street_density_km': 9571.506626371309, 'circuity_avg': 1.0820966594173538, 'self_loop_proportion': 0.003554607660179508, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0820966594173538\n", - "6331\n", - "25013834.905680362\n", - "{'n': 2831, 'm': 7815, 'k_avg': 5.5210173083716, 'intersection_count': 2287, 'streets_per_node_avg': 2.809961144471918, 'streets_per_node_counts': {0: 0, 1: 544, 2: 2, 3: 1743, 4: 533, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1921582479689156, 2: 0.0007064641469445425, 3: 0.6156835040621689, 4: 0.1882726951607206, 5: 0.00282585658777817, 6: 0.00035323207347227127}, 'edge_length_total': 559561.453999998, 'edge_length_avg': 71.60095380678158, 'street_length_total': 280876.6590000003, 'street_length_avg': 71.46988778625962, 'street_segments_count': 3930, 'node_density_km': 113.17736807150317, 'intersection_density_km': 91.42940331315003, 'edge_density_km': 22370.078642876462, 'street_density_km': 11228.852355470544, 'circuity_avg': 1.0605051506351257, 'self_loop_proportion': 0.004350607805502239, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605051506351257\n", - "6332\n", - "45105187.56545221\n", - "{'n': 4415, 'm': 12167, 'k_avg': 5.511664779161948, 'intersection_count': 3683, 'streets_per_node_avg': 2.8582106455266136, 'streets_per_node_counts': {0: 0, 1: 732, 2: 1, 3: 2877, 4: 773, 5: 30, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16579841449603624, 2: 0.00022650056625141563, 3: 0.6516421291053227, 4: 0.1750849377123443, 5: 0.006795016987542469, 6: 0.00045300113250283127}, 'edge_length_total': 1036274.6279999999, 'edge_length_avg': 85.1709236459275, 'street_length_total': 535051.3279999994, 'street_length_avg': 85.67675388310639, 'street_segments_count': 6245, 'node_density_km': 97.88231106662369, 'intersection_density_km': 81.65357908456966, 'edge_density_km': 22974.621854664943, 'street_density_km': 11862.301364418128, 'circuity_avg': 1.084224574311689, 'self_loop_proportion': 0.003616339278375935, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084224574311689\n", - "6333\n", - "12004723.72896363\n", - "{'n': 709, 'm': 2136, 'k_avg': 6.025387870239775, 'intersection_count': 652, 'streets_per_node_avg': 3.1664315937940763, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 426, 4: 220, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08039492242595205, 2: 0.0, 3: 0.6008462623413258, 4: 0.31029619181946405, 5: 0.00846262341325811}, 'edge_length_total': 220352.69499999966, 'edge_length_avg': 103.16137406367025, 'street_length_total': 113398.33799999984, 'street_length_avg': 102.90230308529931, 'street_segments_count': 1102, 'node_density_km': 59.06008468061664, 'intersection_density_km': 54.31195375424831, 'edge_density_km': 18355.499049791353, 'street_density_km': 9446.143081694187, 'circuity_avg': 1.0453024604032617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453024604032617\n", - "6334\n", - "8017213.026854667\n", - "{'n': 362, 'm': 959, 'k_avg': 5.298342541436464, 'intersection_count': 285, 'streets_per_node_avg': 2.7430939226519335, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 224, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.212707182320442, 2: 0.0, 3: 0.6187845303867403, 4: 0.1685082872928177}, 'edge_length_total': 136849.38499999995, 'edge_length_avg': 142.7000886339937, 'street_length_total': 68465.80800000002, 'street_length_avg': 142.63710000000003, 'street_segments_count': 480, 'node_density_km': 45.15284785216949, 'intersection_density_km': 35.54851281179089, 'edge_density_km': 17069.446020905976, 'street_density_km': 8539.851413535494, 'circuity_avg': 1.0398624035871766, 'self_loop_proportion': 0.0020855057351407717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0398624035871766\n", - "6335\n", - "16013090.745491676\n", - "{'n': 1314, 'm': 3645, 'k_avg': 5.5479452054794525, 'intersection_count': 1069, 'streets_per_node_avg': 2.8203957382039575, 'streets_per_node_counts': {0: 0, 1: 245, 2: 0, 3: 816, 4: 252, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18645357686453576, 2: 0.0, 3: 0.6210045662100456, 4: 0.1917808219178082, 5: 0.00076103500761035}, 'edge_length_total': 348177.0140000001, 'edge_length_avg': 95.52181454046641, 'street_length_total': 174746.5360000004, 'street_length_avg': 95.59438512035032, 'street_segments_count': 1828, 'node_density_km': 82.05786258782948, 'intersection_density_km': 66.75788059847011, 'edge_density_km': 21743.273646158894, 'street_density_km': 10912.73001429774, 'circuity_avg': 1.0441171778586302, 'self_loop_proportion': 0.003017832647462277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441171778586302\n", - "6336\n", - "7012453.763398179\n", - "{'n': 316, 'm': 802, 'k_avg': 5.075949367088608, 'intersection_count': 248, 'streets_per_node_avg': 2.6740506329113924, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 216, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21518987341772153, 2: 0.0, 3: 0.6835443037974683, 4: 0.0981012658227848, 5: 0.0031645569620253164}, 'edge_length_total': 107237.49400000002, 'edge_length_avg': 133.71258603491273, 'street_length_total': 53698.37900000004, 'street_length_avg': 133.57805721393044, 'street_segments_count': 402, 'node_density_km': 45.06268571058199, 'intersection_density_km': 35.36565207665928, 'edge_density_km': 15292.435090229184, 'street_density_km': 7657.573341913663, 'circuity_avg': 1.0802709248648719, 'self_loop_proportion': 0.004987531172069825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802709248648719\n", - "6337\n", - "21038176.280089337\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 359, 'm': 1010, 'k_avg': 5.626740947075209, 'intersection_count': 313, 'streets_per_node_avg': 2.933147632311978, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 246, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12813370473537605, 2: 0.0, 3: 0.6852367688022284, 4: 0.18384401114206128, 5: 0.002785515320334262}, 'edge_length_total': 212282.426, 'edge_length_avg': 210.1806198019802, 'street_length_total': 106593.21400000004, 'street_length_avg': 208.18987109375007, 'street_segments_count': 512, 'node_density_km': 17.0642167467605, 'intersection_density_km': 14.87771543659063, 'edge_density_km': 10090.343534239963, 'street_density_km': 5066.656566656898, 'circuity_avg': 1.0821611464542273, 'self_loop_proportion': 0.005940594059405941, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0821611464542273\n", - "6338\n", - "20038492.787386056\n", - "{'n': 1174, 'm': 3092, 'k_avg': 5.267461669505963, 'intersection_count': 939, 'streets_per_node_avg': 2.7393526405451447, 'streets_per_node_counts': {0: 0, 1: 235, 2: 3, 3: 773, 4: 159, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20017035775127767, 2: 0.002555366269165247, 3: 0.6584327086882453, 4: 0.1354344122657581, 5: 0.0034071550255536627}, 'edge_length_total': 368064.3300000014, 'edge_length_avg': 119.03762289780123, 'street_length_total': 187500.35999999993, 'street_length_avg': 119.27503816793889, 'street_segments_count': 1572, 'node_density_km': 58.587240690029155, 'intersection_density_km': 46.859811761445805, 'edge_density_km': 18367.864983921976, 'street_density_km': 9357.00913184592, 'circuity_avg': 1.0729543056322273, 'self_loop_proportion': 0.004527813712807244, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729543056322273\n", - "6339\n", - "6011583.4062946215\n", - "{'n': 1255, 'm': 3556, 'k_avg': 5.666932270916335, 'intersection_count': 1097, 'streets_per_node_avg': 2.907569721115538, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 907, 4: 180, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1258964143426295, 2: 0.0, 3: 0.7227091633466135, 4: 0.14342629482071714, 5: 0.00796812749003984}, 'edge_length_total': 188606.55800000057, 'edge_length_avg': 53.038964566929295, 'street_length_total': 94667.70799999991, 'street_length_avg': 53.03513053221283, 'street_segments_count': 1785, 'node_density_km': 208.7636343339946, 'intersection_density_km': 182.4810413262088, 'edge_density_km': 31373.856977932635, 'street_density_km': 15747.549622429764, 'circuity_avg': 1.0658663868170866, 'self_loop_proportion': 0.00281214848143982, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658663868170866\n", - "6340\n", - "108206293.85673663\n", - "{'n': 27968, 'm': 78244, 'k_avg': 5.59525171624714, 'intersection_count': 23391, 'streets_per_node_avg': 2.8526530320366135, 'streets_per_node_counts': {0: 0, 1: 4577, 2: 10, 3: 18548, 4: 4635, 5: 186, 6: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16365131578947367, 2: 0.00035755148741418763, 3: 0.6631864988558352, 4: 0.16572511441647597, 5: 0.00665045766590389, 6: 0.00042906178489702515}, 'edge_length_total': 3793998.202999967, 'edge_length_avg': 48.4893180691167, 'street_length_total': 1934180.9359999937, 'street_length_avg': 48.67578357157222, 'street_segments_count': 39736, 'node_density_km': 258.46925352631683, 'intersection_density_km': 216.170420095612, 'edge_density_km': 35062.638851887474, 'street_density_km': 17874.93931324196, 'circuity_avg': 1.0717182426709977, 'self_loop_proportion': 0.0022238126885128573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717182426709977\n", - "6341\n", - "30004453.721014526\n", - "{'n': 1597, 'm': 4693, 'k_avg': 5.877269881026925, 'intersection_count': 1375, 'streets_per_node_avg': 2.989355040701315, 'streets_per_node_counts': {0: 0, 1: 222, 2: 0, 3: 957, 4: 409, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13901064495929868, 2: 0.0, 3: 0.5992485911083281, 4: 0.25610519724483405, 5: 0.005635566687539136}, 'edge_length_total': 432845.5949999987, 'edge_length_avg': 92.23217451523517, 'street_length_total': 218032.61699999985, 'street_length_avg': 91.99688481012652, 'street_segments_count': 2370, 'node_density_km': 53.22543162588869, 'intersection_density_km': 45.826530047336846, 'edge_density_km': 14426.044847363517, 'street_density_km': 7266.67510854544, 'circuity_avg': 1.0541722663047908, 'self_loop_proportion': 0.0034093330492222457, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0541722663047908\n", - "6342\n", - "67123175.99515833\n", - "error with entry 6342\n", - "6343\n", - "9999478.197463749\n", - "{'n': 526, 'm': 1544, 'k_avg': 5.870722433460076, 'intersection_count': 482, 'streets_per_node_avg': 3.049429657794677, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 370, 4: 110, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08365019011406843, 2: 0.0, 3: 0.7034220532319392, 4: 0.20912547528517111, 5: 0.0038022813688212928}, 'edge_length_total': 194078.50000000026, 'edge_length_avg': 125.69851036269446, 'street_length_total': 97039.24999999997, 'street_length_avg': 125.69851036269426, 'street_segments_count': 772, 'node_density_km': 52.60274482456632, 'intersection_density_km': 48.202515219469525, 'edge_density_km': 19408.862759381387, 'street_density_km': 9704.431379690677, 'circuity_avg': 1.0613135695440132, 'self_loop_proportion': 0.0025906735751295338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613135695440132\n", - "6344\n", - "17033738.769933183\n", - "{'n': 938, 'm': 2371, 'k_avg': 5.0554371002132195, 'intersection_count': 726, 'streets_per_node_avg': 2.699360341151386, 'streets_per_node_counts': {0: 0, 1: 212, 2: 0, 3: 588, 4: 135, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2260127931769723, 2: 0.0, 3: 0.6268656716417911, 4: 0.1439232409381663, 5: 0.0021321961620469083, 6: 0.0010660980810234541}, 'edge_length_total': 289874.88000000024, 'edge_length_avg': 122.25849008857033, 'street_length_total': 150206.1680000002, 'street_length_avg': 122.417414832926, 'street_segments_count': 1227, 'node_density_km': 55.0671824118669, 'intersection_density_km': 42.62129470257502, 'edge_density_km': 17017.689652002176, 'street_density_km': 8818.156132882235, 'circuity_avg': 1.0804515287159866, 'self_loop_proportion': 0.001687051876845213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0804515287159866\n", - "6345\n", - "473040143.84247863\n", - "{'n': 43884, 'm': 124391, 'k_avg': 5.669082125603865, 'intersection_count': 37807, 'streets_per_node_avg': 2.9339622641509435, 'streets_per_node_counts': {0: 0, 1: 6077, 2: 34, 3: 28711, 4: 8867, 5: 170, 6: 20, 7: 3, 8: 1, 9: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1384787166165345, 2: 0.0007747698477805123, 3: 0.6542475617537143, 4: 0.20205541883146477, 5: 0.0038738492389025613, 6: 0.0004557469692826543, 7: 6.836204539239814e-05, 8: 2.2787348464132712e-05, 9: 2.2787348464132712e-05}, 'edge_length_total': 11041774.035000158, 'edge_length_avg': 88.76666346439983, 'street_length_total': 5698547.860999989, 'street_length_avg': 88.94669425757394, 'street_segments_count': 64067, 'node_density_km': 92.7701392180645, 'intersection_density_km': 79.9234493988097, 'edge_density_km': 23342.15008753474, 'street_density_km': 12046.647488965744, 'circuity_avg': 1.0674190928568112, 'self_loop_proportion': 0.002371554212121456, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674190928568112\n", - "6346\n", - "7015044.533489104\n", - "{'n': 125, 'm': 334, 'k_avg': 5.344, 'intersection_count': 106, 'streets_per_node_avg': 2.856, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 86, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152, 2: 0.0, 3: 0.688, 4: 0.16}, 'edge_length_total': 54898.272000000004, 'edge_length_avg': 164.36608383233533, 'street_length_total': 27449.136, 'street_length_avg': 164.36608383233533, 'street_segments_count': 167, 'node_density_km': 17.81884625297285, 'intersection_density_km': 15.110381622520977, 'edge_density_km': 7825.790946575075, 'street_density_km': 3912.8954732875372, 'circuity_avg': 1.0723349956808028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723349956808028\n", - "6347\n", - "9017046.286908729\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 182, 'm': 399, 'k_avg': 4.384615384615385, 'intersection_count': 132, 'streets_per_node_avg': 2.5164835164835164, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 121, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27472527472527475, 2: 0.0, 3: 0.6648351648351648, 4: 0.054945054945054944, 5: 0.005494505494505495}, 'edge_length_total': 61732.91099999995, 'edge_length_avg': 154.7190751879698, 'street_length_total': 33743.277, 'street_length_avg': 158.41914084507044, 'street_segments_count': 213, 'node_density_km': 20.183993095858245, 'intersection_density_km': 14.63894004754554, 'edge_density_km': 6846.245326435333, 'street_density_km': 3742.1652197781996, 'circuity_avg': 1.079458517803866, 'self_loop_proportion': 0.005012531328320802, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.079458517803866\n", - "6348\n", - "7000396.622269608\n", - "{'n': 376, 'm': 1202, 'k_avg': 6.3936170212765955, 'intersection_count': 364, 'streets_per_node_avg': 3.3297872340425534, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 216, 4: 148}, 'streets_per_node_proportion': {0: 0.0, 1: 0.031914893617021274, 2: 0.0, 3: 0.574468085106383, 4: 0.39361702127659576}, 'edge_length_total': 143346.13000000015, 'edge_length_avg': 119.25634775374388, 'street_length_total': 71673.065, 'street_length_avg': 119.25634775374377, 'street_segments_count': 601, 'node_density_km': 53.71124241787554, 'intersection_density_km': 51.997053830071, 'edge_density_km': 20476.858345995504, 'street_density_km': 10238.429172997741, 'circuity_avg': 1.0594086651710855, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594086651710855\n", - "6349\n", - "6014065.527537456\n", - "{'n': 259, 'm': 706, 'k_avg': 5.4517374517374515, 'intersection_count': 214, 'streets_per_node_avg': 2.799227799227799, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 178, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17374517374517376, 2: 0.0, 3: 0.6872586872586872, 4: 0.13127413127413126, 5: 0.007722007722007722}, 'edge_length_total': 86943.72800000013, 'edge_length_avg': 123.14975637393786, 'street_length_total': 43471.86399999997, 'street_length_avg': 123.14975637393759, 'street_segments_count': 353, 'node_density_km': 43.06570967909809, 'intersection_density_km': 35.583250468443985, 'edge_density_km': 14456.731075160145, 'street_density_km': 7228.365537580057, 'circuity_avg': 1.0622881562579907, 'self_loop_proportion': 0.0028328611898017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622881562579907\n", - "6350\n", - "10019335.538527334\n", - "{'n': 400, 'm': 910, 'k_avg': 4.55, 'intersection_count': 301, 'streets_per_node_avg': 2.55, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 283, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2475, 2: 0.0, 3: 0.7075, 4: 0.045}, 'edge_length_total': 121960.44300000017, 'edge_length_avg': 134.02246483516504, 'street_length_total': 66160.22000000006, 'street_length_avg': 135.02085714285727, 'street_segments_count': 490, 'node_density_km': 39.922807102514994, 'intersection_density_km': 30.041912344642537, 'edge_density_km': 12172.508100065706, 'street_density_km': 6603.254252299893, 'circuity_avg': 1.0728097917350745, 'self_loop_proportion': 0.002197802197802198, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0728097917350745\n", - "6351\n", - "6015524.86442637\n", - "{'n': 285, 'm': 784, 'k_avg': 5.5017543859649125, 'intersection_count': 244, 'streets_per_node_avg': 2.8526315789473684, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 204, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14385964912280702, 2: 0.0, 3: 0.7157894736842105, 4: 0.14035087719298245}, 'edge_length_total': 97687.60799999982, 'edge_length_avg': 124.60154081632629, 'street_length_total': 48843.80400000006, 'street_length_avg': 124.60154081632669, 'street_segments_count': 392, 'node_density_km': 47.377412016927494, 'intersection_density_km': 40.56171414782564, 'edge_density_km': 16239.249309347697, 'street_density_km': 8119.624654673874, 'circuity_avg': 1.0449824988226546, 'self_loop_proportion': 0.002551020408163265, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449824988226546\n", - "6352\n", - "24041852.139192354\n", - "{'n': 1371, 'm': 3836, 'k_avg': 5.5959153902261125, 'intersection_count': 1139, 'streets_per_node_avg': 2.8665207877461705, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 865, 4: 268, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16921954777534645, 2: 0.0, 3: 0.6309263311451495, 4: 0.19547775346462437, 5: 0.0036469730123997084, 6: 0.0007293946024799417}, 'edge_length_total': 412576.5290000015, 'edge_length_avg': 107.553839676747, 'street_length_total': 206983.8519999999, 'street_length_avg': 107.41248157758167, 'street_segments_count': 1927, 'node_density_km': 57.02555660281406, 'intersection_density_km': 47.37571770284845, 'edge_density_km': 17160.76309809055, 'street_density_km': 8609.313908165195, 'circuity_avg': 1.0625068229367516, 'self_loop_proportion': 0.0036496350364963502, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625068229367516\n", - "6353\n", - "15000938.52179146\n", - "{'n': 490, 'm': 1449, 'k_avg': 5.914285714285715, 'intersection_count': 456, 'streets_per_node_avg': 3.073469387755102, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 357, 4: 94, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06938775510204082, 2: 0.0, 3: 0.7285714285714285, 4: 0.19183673469387755, 5: 0.01020408163265306}, 'edge_length_total': 217002.99900000036, 'edge_length_avg': 149.76052380952405, 'street_length_total': 108653.21500000003, 'street_length_avg': 149.45421595598353, 'street_segments_count': 727, 'node_density_km': 32.664622902639735, 'intersection_density_km': 30.39809804817086, 'edge_density_km': 14465.961491993714, 'street_density_km': 7243.094479866205, 'circuity_avg': 1.0405110589018076, 'self_loop_proportion': 0.0013802622498274672, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405110589018076\n", - "6354\n", - "27048624.145478185\n", - "{'n': 3595, 'm': 10597, 'k_avg': 5.895410292072323, 'intersection_count': 3190, 'streets_per_node_avg': 3.0514603616133518, 'streets_per_node_counts': {0: 0, 1: 405, 2: 7, 3: 2239, 4: 892, 5: 46, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11265646731571627, 2: 0.0019471488178025036, 3: 0.6228094575799722, 4: 0.24812239221140472, 5: 0.012795549374130737, 6: 0.0016689847009735744}, 'edge_length_total': 750956.5920000034, 'edge_length_avg': 70.86501764650406, 'street_length_total': 383799.0339999998, 'street_length_avg': 70.78550977499074, 'street_segments_count': 5422, 'node_density_km': 132.9087934626423, 'intersection_density_km': 117.93575831594686, 'edge_density_km': 27763.208507799223, 'street_density_km': 14189.225741604341, 'circuity_avg': 1.0755823079299238, 'self_loop_proportion': 0.0030197225629895255, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755823079299238\n", - "6355\n", - "12001296.372368967\n", - "{'n': 598, 'm': 1806, 'k_avg': 6.040133779264214, 'intersection_count': 552, 'streets_per_node_avg': 3.132107023411371, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 389, 4: 157, 5: 4, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07692307692307693, 2: 0.0, 3: 0.6505016722408027, 4: 0.2625418060200669, 5: 0.006688963210702341, 6: 0.0033444816053511705}, 'edge_length_total': 221037.6920000001, 'edge_length_avg': 122.39074861572541, 'street_length_total': 112004.81699999991, 'street_length_avg': 122.40963606557366, 'street_segments_count': 915, 'node_density_km': 49.827950368495, 'intersection_density_km': 45.99503110938, 'edge_density_km': 18417.817970807173, 'street_density_km': 9332.726525933713, 'circuity_avg': 1.0322433521209309, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0322433521209309\n", - "6356\n", - "72110149.23486115\n", - "{'n': 4152, 'm': 11307, 'k_avg': 5.446531791907514, 'intersection_count': 3414, 'streets_per_node_avg': 2.790462427745665, 'streets_per_node_counts': {0: 0, 1: 738, 2: 6, 3: 2809, 4: 588, 5: 9, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1777456647398844, 2: 0.001445086705202312, 3: 0.6765414258188824, 4: 0.1416184971098266, 5: 0.002167630057803468, 6: 0.0004816955684007707}, 'edge_length_total': 1110005.4469999936, 'edge_length_avg': 98.16975740691551, 'street_length_total': 563439.1600000018, 'street_length_avg': 98.41732052401778, 'street_segments_count': 5725, 'node_density_km': 57.57858004810153, 'intersection_density_km': 47.34423706267307, 'edge_density_km': 15393.193035625687, 'street_density_km': 7813.590264040266, 'circuity_avg': 1.0802389679561342, 'self_loop_proportion': 0.0028301052445387814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802389679561342\n", - "6357\n", - "16001196.224536322\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 653, 'm': 1763, 'k_avg': 5.39969372128637, 'intersection_count': 535, 'streets_per_node_avg': 2.8024502297090352, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 428, 4: 107}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1807044410413476, 2: 0.0, 3: 0.655436447166922, 4: 0.1638591117917305}, 'edge_length_total': 208026.19200000033, 'edge_length_avg': 117.99557118547948, 'street_length_total': 104608.14499999993, 'street_length_avg': 117.2737051569506, 'street_segments_count': 892, 'node_density_km': 40.809448920992935, 'intersection_density_km': 33.43500026451948, 'edge_density_km': 13000.665017844842, 'street_density_km': 6537.520291113812, 'circuity_avg': 1.0458520911828677, 'self_loop_proportion': 0.0005672149744753262, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458520911828677\n", - "6358\n", - "66156889.484315544\n", - "{'n': 2759, 'm': 7581, 'k_avg': 5.495469372961217, 'intersection_count': 2308, 'streets_per_node_avg': 2.8296484233417907, 'streets_per_node_counts': {0: 0, 1: 451, 2: 0, 3: 1890, 4: 405, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1634650235592606, 2: 0.0, 3: 0.6850308082638638, 4: 0.14679231605654222, 5: 0.004349401957230881, 6: 0.0003624501631025734}, 'edge_length_total': 834931.414999999, 'edge_length_avg': 110.13473354438715, 'street_length_total': 422284.8719999996, 'street_length_avg': 109.88417174082738, 'street_segments_count': 3843, 'node_density_km': 41.703895414461755, 'intersection_density_km': 34.88676716802382, 'edge_density_km': 12620.475683004177, 'street_density_km': 6383.082325841738, 'circuity_avg': 1.0619972722722069, 'self_loop_proportion': 0.002374356944994064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619972722722069\n", - "6359\n", - "20002660.717666738\n", - "{'n': 970, 'm': 2557, 'k_avg': 5.272164948453608, 'intersection_count': 788, 'streets_per_node_avg': 2.775257731958763, 'streets_per_node_counts': {0: 0, 1: 182, 2: 0, 3: 648, 4: 135, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18762886597938144, 2: 0.0, 3: 0.668041237113402, 4: 0.13917525773195877, 5: 0.004123711340206186, 6: 0.0010309278350515464}, 'edge_length_total': 293581.90399999934, 'edge_length_avg': 114.8149800547514, 'street_length_total': 149047.67200000005, 'street_length_avg': 113.77684885496187, 'street_segments_count': 1310, 'node_density_km': 48.49354861792347, 'intersection_density_km': 39.39475908342649, 'edge_density_km': 14677.142613367536, 'street_density_km': 7451.392297443622, 'circuity_avg': 1.076791872418976, 'self_loop_proportion': 0.0023464998044583495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076791872418976\n", - "6360\n", - "8014879.233801482\n", - "{'n': 766, 'm': 1974, 'k_avg': 5.154046997389034, 'intersection_count': 578, 'streets_per_node_avg': 2.650130548302872, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 471, 4: 106, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2454308093994778, 2: 0.0, 3: 0.6148825065274152, 4: 0.13838120104438642, 5: 0.0013054830287206266}, 'edge_length_total': 151060.33300000007, 'edge_length_avg': 76.52499138804461, 'street_length_total': 75569.01399999997, 'street_length_avg': 76.48685627530361, 'street_segments_count': 988, 'node_density_km': 95.57224477812673, 'intersection_density_km': 72.11587138610606, 'edge_density_km': 18847.48710410097, 'street_density_km': 9428.590474738488, 'circuity_avg': 1.07072814462805, 'self_loop_proportion': 0.0010131712259371835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07072814462805\n", - "6361\n", - "18002359.023894295\n", - "{'n': 2150, 'm': 6603, 'k_avg': 6.142325581395349, 'intersection_count': 1959, 'streets_per_node_avg': 3.1506976744186046, 'streets_per_node_counts': {0: 0, 1: 191, 2: 0, 3: 1282, 4: 651, 5: 24, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08883720930232558, 2: 0.0, 3: 0.5962790697674418, 4: 0.30279069767441863, 5: 0.011162790697674419, 6: 0.00046511627906976747, 7: 0.00046511627906976747}, 'edge_length_total': 449174.0620000022, 'edge_length_avg': 68.02575526275969, 'street_length_total': 228511.9090000005, 'street_length_avg': 67.969038964902, 'street_segments_count': 3362, 'node_density_km': 119.42879247915971, 'intersection_density_km': 108.81907184496458, 'edge_density_km': 24950.844575636966, 'street_density_km': 12693.442492547762, 'circuity_avg': 1.0449043210144888, 'self_loop_proportion': 0.0006057852491291837, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0449043210144888\n", - "6362\n", - "11024707.007235955\n", - "{'n': 844, 'm': 2392, 'k_avg': 5.668246445497631, 'intersection_count': 706, 'streets_per_node_avg': 2.9123222748815167, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 506, 4: 198, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16350710900473933, 2: 0.0, 3: 0.5995260663507109, 4: 0.23459715639810427, 5: 0.002369668246445498}, 'edge_length_total': 239840.85299999928, 'edge_length_avg': 100.26791513377896, 'street_length_total': 120300.58299999985, 'street_length_avg': 100.16701332223136, 'street_segments_count': 1201, 'node_density_km': 76.5553224630867, 'intersection_density_km': 64.03798300822181, 'edge_density_km': 21754.85052279232, 'street_density_km': 10911.907492964827, 'circuity_avg': 1.0520943422386624, 'self_loop_proportion': 0.0008361204013377926, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520943422386624\n", - "6363\n", - "17011287.34289919\n", - "{'n': 597, 'm': 1746, 'k_avg': 5.849246231155779, 'intersection_count': 521, 'streets_per_node_avg': 3.0100502512562812, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 363, 4: 158}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1273031825795645, 2: 0.0, 3: 0.6080402010050251, 4: 0.2646566164154104}, 'edge_length_total': 270719.85400000046, 'edge_length_avg': 155.05146277205066, 'street_length_total': 135458.98699999982, 'street_length_avg': 154.98739931350093, 'street_segments_count': 874, 'node_density_km': 35.094345769733785, 'intersection_density_km': 30.626723862699, 'edge_density_km': 15914.13092631133, 'street_density_km': 7962.888655604468, 'circuity_avg': 1.0382418859792657, 'self_loop_proportion': 0.001145475372279496, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382418859792657\n", - "6364\n", - "6009239.499640944\n", - "{'n': 259, 'm': 655, 'k_avg': 5.057915057915058, 'intersection_count': 197, 'streets_per_node_avg': 2.629343629343629, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 171, 4: 24, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23938223938223938, 2: 0.0, 3: 0.6602316602316602, 4: 0.09266409266409266, 5: 0.007722007722007722}, 'edge_length_total': 73972.75399999994, 'edge_length_avg': 112.93550229007624, 'street_length_total': 37017.965999999986, 'street_length_avg': 112.85965243902434, 'street_segments_count': 328, 'node_density_km': 43.100295805396904, 'intersection_density_km': 32.78285047746405, 'edge_density_km': 12309.836212122991, 'street_density_km': 6160.17484445608, 'circuity_avg': 1.1291456366105757, 'self_loop_proportion': 0.0061068702290076335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1291456366105757\n", - "6365\n", - "18999766.904004138\n", - "{'n': 619, 'm': 1718, 'k_avg': 5.550888529886914, 'intersection_count': 520, 'streets_per_node_avg': 2.878836833602585, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 398, 4: 121, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15993537964458804, 2: 0.0, 3: 0.6429725363489499, 4: 0.19547657512116318, 5: 0.0016155088852988692}, 'edge_length_total': 267941.85899999895, 'edge_length_avg': 155.96150116414375, 'street_length_total': 134454.24799999985, 'street_length_avg': 155.79866512166842, 'street_segments_count': 863, 'node_density_km': 32.57934705870249, 'intersection_density_km': 27.36875681829611, 'edge_density_km': 14102.376116179146, 'street_density_km': 7076.62618595937, 'circuity_avg': 1.0907919785542506, 'self_loop_proportion': 0.0034924330616996507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0907919785542506\n", - "6366\n", - "9017113.763043633\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 314, 'm': 860, 'k_avg': 5.477707006369426, 'intersection_count': 254, 'streets_per_node_avg': 2.8248407643312103, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 189, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910828025477707, 2: 0.0, 3: 0.6019108280254777, 4: 0.2070063694267516}, 'edge_length_total': 126678.97499999996, 'edge_length_avg': 147.30113372093018, 'street_length_total': 63491.12999999997, 'street_length_avg': 147.31120649651965, 'street_segments_count': 431, 'node_density_km': 34.82267255925277, 'intersection_density_km': 28.168658694427403, 'edge_density_km': 14048.727600531105, 'street_density_km': 7041.180988557164, 'circuity_avg': 1.0975883227183234, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0975883227183234\n", - "6367\n", - "21007262.05575752\n", - "{'n': 830, 'm': 2397, 'k_avg': 5.775903614457832, 'intersection_count': 725, 'streets_per_node_avg': 2.9819277108433737, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 531, 4: 193, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12650602409638553, 2: 0.0, 3: 0.6397590361445783, 4: 0.2325301204819277, 5: 0.0012048192771084338}, 'edge_length_total': 327125.8979999997, 'edge_length_avg': 136.47304881101363, 'street_length_total': 163985.12700000007, 'street_length_avg': 136.42689434276213, 'street_segments_count': 1202, 'node_density_km': 39.51014643398137, 'intersection_density_km': 34.511874897152396, 'edge_density_km': 15572.03871364776, 'street_density_km': 7806.116121403656, 'circuity_avg': 1.0310416653122607, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0310416653122607\n", - "6368\n", - "9016003.810051683\n", - "{'n': 623, 'm': 1552, 'k_avg': 4.982343499197432, 'intersection_count': 456, 'streets_per_node_avg': 2.565008025682183, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 395, 4: 59, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2680577849117175, 2: 0.0, 3: 0.6340288924558587, 4: 0.09470304975922954, 5: 0.0032102728731942215}, 'edge_length_total': 180044.80200000003, 'edge_length_avg': 116.00824871134023, 'street_length_total': 90084.39, 'street_length_avg': 115.93872586872587, 'street_segments_count': 777, 'node_density_km': 69.0993496814448, 'intersection_density_km': 50.57673106699652, 'edge_density_km': 19969.4682692207, 'street_density_km': 9991.609575360593, 'circuity_avg': 1.1110725952302116, 'self_loop_proportion': 0.006443298969072165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1110725952302116\n", - "6369\n", - "8998667.283629946\n", - "{'n': 209, 'm': 632, 'k_avg': 6.047846889952153, 'intersection_count': 183, 'streets_per_node_avg': 3.229665071770335, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 83, 4: 100}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12440191387559808, 2: 0.0, 3: 0.39712918660287083, 4: 0.4784688995215311}, 'edge_length_total': 115984.14800000003, 'edge_length_avg': 183.5192215189874, 'street_length_total': 57992.073999999986, 'street_length_avg': 183.5192215189873, 'street_segments_count': 316, 'node_density_km': 23.225661468804976, 'intersection_density_km': 20.3363447310589, 'edge_density_km': 12889.036158831455, 'street_density_km': 6444.518079415725, 'circuity_avg': 1.0271294481473314, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0271294481473314\n", - "6370\n", - "9015373.577094648\n", - "{'n': 443, 'm': 1134, 'k_avg': 5.119638826185102, 'intersection_count': 341, 'streets_per_node_avg': 2.674943566591422, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 282, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23024830699774265, 2: 0.0, 3: 0.636568848758465, 4: 0.1309255079006772, 5: 0.002257336343115124}, 'edge_length_total': 160724.05000000022, 'edge_length_avg': 141.7319664903, 'street_length_total': 80362.02500000004, 'street_length_avg': 141.7319664902999, 'street_segments_count': 567, 'node_density_km': 49.13828542008839, 'intersection_density_km': 37.824278393341174, 'edge_density_km': 17827.77481438503, 'street_density_km': 8913.887407192506, 'circuity_avg': 1.0659780678921482, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659780678921482\n", - "6371\n", - "42967952.640175946\n", - "error with entry 6371\n", - "6372\n", - "5008544.853506647\n", - "{'n': 139, 'm': 382, 'k_avg': 5.496402877697841, 'intersection_count': 127, 'streets_per_node_avg': 2.9784172661870505, 'streets_per_node_counts': {0: 0, 1: 12, 2: 2, 3: 102, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08633093525179857, 2: 0.014388489208633094, 3: 0.7338129496402878, 4: 0.16546762589928057}, 'edge_length_total': 60418.57900000002, 'edge_length_avg': 158.1638193717278, 'street_length_total': 31367.610000000004, 'street_length_avg': 156.83805, 'street_segments_count': 200, 'node_density_km': 27.752571668132617, 'intersection_density_km': 25.35666620038016, 'edge_density_km': 12063.10031499448, 'street_density_km': 6262.8190257772185, 'circuity_avg': 1.0452333308373973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0452333308373973\n", - "6373\n", - "5994887.153259379\n", - "{'n': 109, 'm': 300, 'k_avg': 5.504587155963303, 'intersection_count': 91, 'streets_per_node_avg': 2.853211009174312, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 71, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1651376146788991, 2: 0.0, 3: 0.6513761467889908, 4: 0.1834862385321101}, 'edge_length_total': 58290.08399999997, 'edge_length_avg': 194.3002799999999, 'street_length_total': 29145.04200000001, 'street_length_avg': 194.30028000000004, 'street_segments_count': 150, 'node_density_km': 18.182160433284796, 'intersection_density_km': 15.179601829623087, 'edge_density_km': 9723.299623464647, 'street_density_km': 4861.649811732327, 'circuity_avg': 1.0307555628944776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307555628944776\n", - "6374\n", - "22037741.437963914\n", - "{'n': 1548, 'm': 4318, 'k_avg': 5.578811369509044, 'intersection_count': 1312, 'streets_per_node_avg': 2.886950904392765, 'streets_per_node_counts': {0: 0, 1: 236, 2: 0, 3: 1021, 4: 285, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1524547803617571, 2: 0.0, 3: 0.6595607235142119, 4: 0.18410852713178294, 5: 0.003875968992248062}, 'edge_length_total': 481738.86100000155, 'edge_length_avg': 111.56527582214024, 'street_length_total': 245859.39499999987, 'street_length_avg': 112.572983058608, 'street_segments_count': 2184, 'node_density_km': 70.24313287083476, 'intersection_density_km': 59.53423147708992, 'edge_density_km': 21859.72016942358, 'street_density_km': 11156.288210935423, 'circuity_avg': 1.0683390540764348, 'self_loop_proportion': 0.0041685965724872626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0683390540764348\n", - "6375\n", - "10990941.047607454\n", - "{'n': 283, 'm': 804, 'k_avg': 5.681978798586573, 'intersection_count': 237, 'streets_per_node_avg': 2.92226148409894, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 169, 4: 66, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1625441696113074, 2: 0.0, 3: 0.5971731448763251, 4: 0.2332155477031802, 5: 0.007067137809187279}, 'edge_length_total': 144716.97999999986, 'edge_length_avg': 179.99624378109436, 'street_length_total': 72358.48999999999, 'street_length_avg': 179.9962437810945, 'street_segments_count': 402, 'node_density_km': 25.74847765757095, 'intersection_density_km': 21.56321273796578, 'edge_density_km': 13166.932601417453, 'street_density_km': 6583.466300708731, 'circuity_avg': 1.0508324114186582, 'self_loop_proportion': 0.009950248756218905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508324114186582\n", - "6376\n", - "34071800.452872194\n", - "{'n': 2921, 'm': 7892, 'k_avg': 5.40362889421431, 'intersection_count': 2330, 'streets_per_node_avg': 2.769257103731599, 'streets_per_node_counts': {0: 0, 1: 591, 2: 2, 3: 1832, 4: 483, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20232796987333104, 2: 0.0006846970215679561, 3: 0.6271824717562479, 4: 0.16535433070866143, 5: 0.004108182129407737, 6: 0.00034234851078397807}, 'edge_length_total': 651917.2440000011, 'edge_length_avg': 82.60482057780044, 'street_length_total': 328845.38000000047, 'street_length_avg': 82.06772647866246, 'street_segments_count': 4007, 'node_density_km': 85.73072045430357, 'intersection_density_km': 68.38499782900627, 'edge_density_km': 19133.63060756731, 'street_density_km': 9651.541028917929, 'circuity_avg': 1.0850942143812743, 'self_loop_proportion': 0.002534211860111505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0850942143812743\n", - "6377\n", - "21994270.8334804\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 888, 'm': 2379, 'k_avg': 5.358108108108108, 'intersection_count': 739, 'streets_per_node_avg': 2.7623873873873874, 'streets_per_node_counts': {0: 0, 1: 149, 2: 3, 3: 649, 4: 84, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1677927927927928, 2: 0.0033783783783783786, 3: 0.7308558558558559, 4: 0.0945945945945946, 5: 0.0033783783783783786}, 'edge_length_total': 323413.92899999977, 'edge_length_avg': 135.94532534678427, 'street_length_total': 162819.5479999999, 'street_length_avg': 134.8960629660314, 'street_segments_count': 1207, 'node_density_km': 40.37415046505008, 'intersection_density_km': 33.59965900188289, 'edge_density_km': 14704.462423354744, 'street_density_km': 7402.816362166035, 'circuity_avg': 1.059645733504669, 'self_loop_proportion': 0.006725514922236234, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059645733504669\n", - "6378\n", - "22047369.152318787\n", - "{'n': 3296, 'm': 9425, 'k_avg': 5.719053398058253, 'intersection_count': 2790, 'streets_per_node_avg': 2.9208131067961167, 'streets_per_node_counts': {0: 0, 1: 506, 2: 2, 3: 2061, 4: 702, 5: 24, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15351941747572814, 2: 0.0006067961165048543, 3: 0.6253033980582524, 4: 0.21298543689320387, 5: 0.007281553398058253, 6: 0.00030339805825242716}, 'edge_length_total': 665327.9709999989, 'edge_length_avg': 70.5918271618036, 'street_length_total': 334728.06400000036, 'street_length_avg': 70.10011811518332, 'street_segments_count': 4775, 'node_density_km': 149.49629487440907, 'intersection_density_km': 126.54571077051011, 'edge_density_km': 30177.2046543714, 'street_density_km': 15182.222499540088, 'circuity_avg': 1.0477927094654993, 'self_loop_proportion': 0.0008488063660477454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477927094654993\n", - "6379\n", - "14987633.263090014\n", - "{'n': 470, 'm': 1298, 'k_avg': 5.523404255319149, 'intersection_count': 380, 'streets_per_node_avg': 2.821276595744681, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 284, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19148936170212766, 2: 0.0, 3: 0.6042553191489362, 4: 0.20425531914893616}, 'edge_length_total': 202185.27700000026, 'edge_length_avg': 155.7667773497691, 'street_length_total': 101604.03799999991, 'street_length_avg': 154.88420426829256, 'street_segments_count': 656, 'node_density_km': 31.35918738800923, 'intersection_density_km': 25.354236611581932, 'edge_density_km': 13490.140401148003, 'street_density_km': 6779.191631958314, 'circuity_avg': 1.0453689360318545, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453689360318545\n", - "6380\n", - "14023834.942298502\n", - "{'n': 692, 'm': 1653, 'k_avg': 4.777456647398844, 'intersection_count': 535, 'streets_per_node_avg': 2.6459537572254335, 'streets_per_node_counts': {0: 0, 1: 157, 2: 3, 3: 461, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22687861271676302, 2: 0.004335260115606936, 3: 0.6661849710982659, 4: 0.10115606936416185, 5: 0.001445086705202312}, 'edge_length_total': 235415.31900000025, 'edge_length_avg': 142.41701088929236, 'street_length_total': 128597.35100000001, 'street_length_avg': 144.81683671171172, 'street_segments_count': 888, 'node_density_km': 49.344562514266265, 'intersection_density_km': 38.149336625913946, 'edge_density_km': 16786.800469958736, 'street_density_km': 9169.91333177535, 'circuity_avg': 1.0896635979596905, 'self_loop_proportion': 0.0012099213551119178, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0896635979596905\n", - "6381\n", - "9992240.481834788\n", - "{'n': 264, 'm': 724, 'k_avg': 5.484848484848484, 'intersection_count': 216, 'streets_per_node_avg': 2.821969696969697, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 168, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6363636363636364, 4: 0.17803030303030304, 5: 0.003787878787878788}, 'edge_length_total': 128117.65500000009, 'edge_length_avg': 176.9580870165747, 'street_length_total': 64128.54299999993, 'street_length_avg': 176.6626528925618, 'street_segments_count': 363, 'node_density_km': 26.42050103577211, 'intersection_density_km': 21.616773574722632, 'edge_density_km': 12821.71453268256, 'street_density_km': 6417.834230128994, 'circuity_avg': 1.0326240592247184, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326240592247184\n", - "6382\n", - "44069874.20437895\n", - "{'n': 6400, 'm': 16991, 'k_avg': 5.3096875, 'intersection_count': 5056, 'streets_per_node_avg': 2.78140625, 'streets_per_node_counts': {0: 0, 1: 1344, 2: 1, 3: 3786, 4: 1250, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21, 2: 0.00015625, 3: 0.5915625, 4: 0.1953125, 5: 0.00265625, 6: 0.0003125}, 'edge_length_total': 1092340.8670000092, 'edge_length_avg': 64.28938067212107, 'street_length_total': 561385.5160000016, 'street_length_avg': 63.4979658409684, 'street_segments_count': 8841, 'node_density_km': 145.2239225898238, 'intersection_density_km': 114.72689884596079, 'edge_density_km': 24786.566486079737, 'street_density_km': 12738.53229978633, 'circuity_avg': 1.078557748502934, 'self_loop_proportion': 0.004119828144311694, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078557748502934\n", - "6383\n", - "10995041.619928835\n", - "{'n': 175, 'm': 511, 'k_avg': 5.84, 'intersection_count': 146, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 88, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1657142857142857, 2: 0.0, 3: 0.5028571428571429, 4: 0.3314285714285714}, 'edge_length_total': 107312.66900000005, 'edge_length_avg': 210.00522309197663, 'street_length_total': 53770.54100000001, 'street_length_avg': 210.04117578125005, 'street_segments_count': 256, 'node_density_km': 15.916265353903471, 'intersection_density_km': 13.278712809542325, 'edge_density_km': 9760.096660797783, 'street_density_km': 4890.435421593979, 'circuity_avg': 1.0188922099010145, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188922099010145\n", - "6384\n", - "50086196.29316371\n", - "{'n': 3181, 'm': 8366, 'k_avg': 5.259981138006916, 'intersection_count': 2459, 'streets_per_node_avg': 2.690977679974851, 'streets_per_node_counts': {0: 0, 1: 722, 2: 0, 3: 2003, 4: 451, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2269726501100283, 2: 0.0, 3: 0.6296762024520591, 4: 0.14177931468091795, 5: 0.0015718327569946558}, 'edge_length_total': 793940.2440000051, 'edge_length_avg': 94.90081807315384, 'street_length_total': 404218.6210000002, 'street_length_avg': 94.99850082256174, 'street_segments_count': 4255, 'node_density_km': 63.51051258476532, 'intersection_density_km': 49.095363233554835, 'edge_density_km': 15851.478106920456, 'street_density_km': 8070.459546060043, 'circuity_avg': 1.0767776096395467, 'self_loop_proportion': 0.002868754482428879, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0767776096395467\n", - "6385\n", - "6002206.241174204\n", - "{'n': 271, 'm': 672, 'k_avg': 4.959409594095941, 'intersection_count': 198, 'streets_per_node_avg': 2.6125461254612548, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 157, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2693726937269373, 2: 0.0, 3: 0.5793357933579336, 4: 0.15129151291512916}, 'edge_length_total': 101650.15599999994, 'edge_length_avg': 151.265113095238, 'street_length_total': 50825.07800000001, 'street_length_avg': 151.26511309523812, 'street_segments_count': 336, 'node_density_km': 45.15006467804822, 'intersection_density_km': 32.98787013377692, 'edge_density_km': 16935.465379829107, 'street_density_km': 8467.732689914561, 'circuity_avg': 1.0268223039454594, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268223039454594\n", - "6386\n", - "3713826925.2275543\n", - "error with entry 6386\n", - "6387\n", - "13006261.441472393\n", - "{'n': 330, 'm': 809, 'k_avg': 4.903030303030303, 'intersection_count': 254, 'streets_per_node_avg': 2.6515151515151514, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 217, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23030303030303031, 2: 0.0, 3: 0.6575757575757576, 4: 0.11212121212121212}, 'edge_length_total': 145803.8049999998, 'edge_length_avg': 180.22720024721852, 'street_length_total': 73291.93100000007, 'street_length_avg': 177.89303640776717, 'street_segments_count': 412, 'node_density_km': 25.372394787309602, 'intersection_density_km': 19.52905538174739, 'edge_density_km': 11210.277884702728, 'street_density_km': 5635.126691079566, 'circuity_avg': 1.0397494182658225, 'self_loop_proportion': 0.002472187886279357, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397494182658225\n", - "6388\n", - "12998883.516029783\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 126, 'm': 361, 'k_avg': 5.73015873015873, 'intersection_count': 113, 'streets_per_node_avg': 3.1746031746031744, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 65, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10317460317460317, 2: 0.0, 3: 0.5158730158730159, 4: 0.38095238095238093}, 'edge_length_total': 67417.45699999997, 'edge_length_avg': 186.75195844875336, 'street_length_total': 34063.95300000001, 'street_length_avg': 182.16017647058828, 'street_segments_count': 187, 'node_density_km': 9.693140171971006, 'intersection_density_km': 8.693054281212094, 'edge_density_km': 5186.403656657362, 'street_density_km': 2620.529136828828, 'circuity_avg': 1.0632067262459697, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632067262459697\n", - "6389\n", - "68141830.61587274\n", - "{'n': 7701, 'm': 21625, 'k_avg': 5.616153746266718, 'intersection_count': 6504, 'streets_per_node_avg': 2.918841708868978, 'streets_per_node_counts': {0: 0, 1: 1197, 2: 7, 3: 4840, 4: 1566, 5: 63, 6: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15543435917413323, 2: 0.0009089728606674458, 3: 0.628489806518634, 4: 0.20335021425788857, 5: 0.008180755746007013, 6: 0.0036358914426697832}, 'edge_length_total': 1619105.4910000083, 'edge_length_avg': 74.87193021965356, 'street_length_total': 835276.5279999969, 'street_length_avg': 74.6649260749081, 'street_segments_count': 11187, 'node_density_km': 113.01428110160214, 'intersection_density_km': 95.44797874104925, 'edge_density_km': 23760.815880148355, 'street_density_km': 12257.911483308908, 'circuity_avg': 1.0851642373915154, 'self_loop_proportion': 0.0044855491329479765, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0851642373915154\n", - "6390\n", - "23990016.169362955\n", - "{'n': 600, 'm': 1650, 'k_avg': 5.5, 'intersection_count': 491, 'streets_per_node_avg': 2.82, 'streets_per_node_counts': {0: 0, 1: 109, 2: 1, 3: 379, 4: 111}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18166666666666667, 2: 0.0016666666666666668, 3: 0.6316666666666667, 4: 0.185}, 'edge_length_total': 310834.52699999965, 'edge_length_avg': 188.3845618181816, 'street_length_total': 155888.75900000025, 'street_length_avg': 186.46980741626825, 'street_segments_count': 836, 'node_density_km': 25.010404151633914, 'intersection_density_km': 20.46684739742042, 'edge_density_km': 12956.828574253259, 'street_density_km': 6498.068108811109, 'circuity_avg': 1.0519864680304163, 'self_loop_proportion': 0.007272727272727273, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519864680304163\n", - "6391\n", - "26038828.369460218\n", - "{'n': 1471, 'm': 3893, 'k_avg': 5.29299796057104, 'intersection_count': 1170, 'streets_per_node_avg': 2.7831407205982326, 'streets_per_node_counts': {0: 0, 1: 301, 2: 1, 3: 891, 4: 274, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20462270564242013, 2: 0.0006798096532970768, 3: 0.6057104010876955, 4: 0.18626784500339905, 5: 0.0013596193065941536, 6: 0.0013596193065941536}, 'edge_length_total': 438449.75700000086, 'edge_length_avg': 112.62516234266654, 'street_length_total': 228739.7970000002, 'street_length_avg': 113.40594794248894, 'street_segments_count': 2017, 'node_density_km': 56.492557158419245, 'intersection_density_km': 44.93289726400443, 'edge_density_km': 16838.30588607585, 'street_density_km': 8784.565639991655, 'circuity_avg': 1.0680479832771335, 'self_loop_proportion': 0.0046236835345491905, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0680479832771335\n", - "6392\n", - "39059209.28116103\n", - "{'n': 842, 'm': 2041, 'k_avg': 4.8479809976247035, 'intersection_count': 615, 'streets_per_node_avg': 2.5771971496437054, 'streets_per_node_counts': {0: 0, 1: 227, 2: 1, 3: 518, 4: 93, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2695961995249406, 2: 0.0011876484560570072, 3: 0.6152019002375297, 4: 0.11045130641330166, 5: 0.0035629453681710215}, 'edge_length_total': 334123.98400000035, 'edge_length_avg': 163.70601861832452, 'street_length_total': 172230.1089999998, 'street_length_avg': 161.41528491096514, 'street_segments_count': 1067, 'node_density_km': 21.557016014815023, 'intersection_density_km': 15.745326424122613, 'edge_density_km': 8554.294624728986, 'street_density_km': 4409.462254093032, 'circuity_avg': 1.0982586246196848, 'self_loop_proportion': 0.0039196472317491425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0982586246196848\n", - "6393\n", - "23998898.293730013\n", - "{'n': 1034, 'm': 3140, 'k_avg': 6.0735009671179885, 'intersection_count': 903, 'streets_per_node_avg': 3.1528046421663443, 'streets_per_node_counts': {0: 0, 1: 131, 2: 1, 3: 484, 4: 415, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12669245647969052, 2: 0.0009671179883945841, 3: 0.46808510638297873, 4: 0.40135396518375244, 5: 0.0029013539651837525}, 'edge_length_total': 382447.3190000007, 'edge_length_avg': 121.79850923566902, 'street_length_total': 194584.3339999997, 'street_length_avg': 121.23634517133938, 'street_segments_count': 1605, 'node_density_km': 43.0853111398928, 'intersection_density_km': 37.62672723338801, 'edge_density_km': 15936.036492971825, 'street_density_km': 8108.052778857649, 'circuity_avg': 1.0371701633326862, 'self_loop_proportion': 0.0012738853503184713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371701633326862\n", - "6394\n", - "8012657.261915202\n", - "{'n': 331, 'm': 838, 'k_avg': 5.063444108761329, 'intersection_count': 259, 'streets_per_node_avg': 2.6586102719033233, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 229, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2175226586102719, 2: 0.0, 3: 0.6918429003021148, 4: 0.08761329305135952, 5: 0.0030211480362537764}, 'edge_length_total': 94334.50699999998, 'edge_length_avg': 112.57101073985679, 'street_length_total': 47336.486000000055, 'street_length_avg': 112.43820902612839, 'street_segments_count': 421, 'node_density_km': 41.30964163078201, 'intersection_density_km': 32.32385855701674, 'edge_density_km': 11773.186337119325, 'street_density_km': 5907.713814865656, 'circuity_avg': 1.0802212687535306, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802212687535306\n", - "6395\n", - "5999230.507468328\n", - "{'n': 253, 'm': 708, 'k_avg': 5.596837944664031, 'intersection_count': 211, 'streets_per_node_avg': 2.924901185770751, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 147, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16600790513833993, 2: 0.0, 3: 0.5810276679841897, 4: 0.2490118577075099, 5: 0.003952569169960474}, 'edge_length_total': 97050.06599999992, 'edge_length_avg': 137.07636440677953, 'street_length_total': 48896.507000000005, 'street_length_avg': 136.96500560224092, 'street_segments_count': 357, 'node_density_km': 42.172075182816386, 'intersection_density_km': 35.17117732638046, 'edge_density_km': 16177.085691103908, 'street_density_km': 8150.46312008343, 'circuity_avg': 1.0659245412717757, 'self_loop_proportion': 0.011299435028248588, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659245412717757\n", - "6396\n", - "67991092.49141954\n", - "{'n': 5369, 'm': 15420, 'k_avg': 5.744086422052524, 'intersection_count': 4611, 'streets_per_node_avg': 2.9728068541627866, 'streets_per_node_counts': {0: 0, 1: 758, 2: 5, 3: 3259, 4: 1325, 5: 16, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14118085304525982, 2: 0.0009312721177127957, 3: 0.6070031663252002, 4: 0.24678711119389085, 5: 0.002980070776680946, 6: 0.0011175265412553548}, 'edge_length_total': 1587212.7649999901, 'edge_length_avg': 102.93208592736642, 'street_length_total': 813400.8360000046, 'street_length_avg': 102.94909960764518, 'street_segments_count': 7901, 'node_density_km': 78.96622635792427, 'intersection_density_km': 67.81770715894744, 'edge_density_km': 23344.42214177241, 'street_density_km': 11963.344111622499, 'circuity_avg': 1.0520753272696957, 'self_loop_proportion': 0.0020752269779507134, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520753272696957\n", - "6397\n", - "22046213.84488484\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1734, 'm': 4697, 'k_avg': 5.417531718569781, 'intersection_count': 1373, 'streets_per_node_avg': 2.753748558246828, 'streets_per_node_counts': {0: 0, 1: 361, 2: 2, 3: 1079, 4: 287, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20818915801614762, 2: 0.0011534025374855825, 3: 0.6222606689734718, 4: 0.16551326412918108, 5: 0.0028835063437139563}, 'edge_length_total': 474644.7099999993, 'edge_length_avg': 101.05273791781974, 'street_length_total': 238264.35500000004, 'street_length_avg': 101.08797411964363, 'street_segments_count': 2357, 'node_density_km': 78.65296110253972, 'intersection_density_km': 62.278267355125166, 'edge_density_km': 21529.533975291924, 'street_density_km': 10807.495412881615, 'circuity_avg': 1.0832369555654258, 'self_loop_proportion': 0.004258037044922291, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832369555654258\n", - "6398\n", - "172095514.14929348\n", - "error with entry 6398\n", - "6399\n", - "7010413.190665924\n", - "{'n': 405, 'm': 1072, 'k_avg': 5.293827160493827, 'intersection_count': 314, 'streets_per_node_avg': 2.7185185185185183, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 246, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22469135802469137, 2: 0.0, 3: 0.6074074074074074, 4: 0.16790123456790124}, 'edge_length_total': 104554.92199999996, 'edge_length_avg': 97.53257649253727, 'street_length_total': 52277.46100000004, 'street_length_avg': 97.53257649253739, 'street_segments_count': 536, 'node_density_km': 57.771202493348156, 'intersection_density_km': 44.79051255039832, 'edge_density_km': 14914.231038365975, 'street_density_km': 7457.115519182996, 'circuity_avg': 1.0673477977936197, 'self_loop_proportion': 0.0037313432835820895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673477977936197\n", - "6400\n", - "25000899.68170748\n", - "{'n': 845, 'm': 2233, 'k_avg': 5.285207100591716, 'intersection_count': 687, 'streets_per_node_avg': 2.7597633136094673, 'streets_per_node_counts': {0: 0, 1: 158, 2: 1, 3: 575, 4: 109, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18698224852071005, 2: 0.001183431952662722, 3: 0.6804733727810651, 4: 0.1289940828402367, 5: 0.001183431952662722, 6: 0.001183431952662722}, 'edge_length_total': 335708.1429999998, 'edge_length_avg': 150.33951768920727, 'street_length_total': 169690.70600000006, 'street_length_avg': 147.81420383275267, 'street_segments_count': 1148, 'node_density_km': 33.79878367410373, 'intersection_density_km': 27.479011105454752, 'edge_density_km': 13427.842488629674, 'street_density_km': 6787.383980591643, 'circuity_avg': 1.0691473383378791, 'self_loop_proportion': 0.0044782803403493054, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691473383378791\n", - "6401\n", - "17027064.40269783\n", - "{'n': 1396, 'm': 3368, 'k_avg': 4.825214899713467, 'intersection_count': 962, 'streets_per_node_avg': 2.4484240687679084, 'streets_per_node_counts': {0: 0, 1: 434, 2: 0, 3: 867, 4: 92, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3108882521489971, 2: 0.0, 3: 0.6210601719197708, 4: 0.0659025787965616, 5: 0.002148997134670487}, 'edge_length_total': 272188.4010000001, 'edge_length_avg': 80.81603355106893, 'street_length_total': 136178.2499999998, 'street_length_avg': 80.77001779359419, 'street_segments_count': 1686, 'node_density_km': 81.98712161908617, 'intersection_density_km': 56.49828868020122, 'edge_density_km': 15985.632905509747, 'street_density_km': 7997.752682395634, 'circuity_avg': 1.0757322732400003, 'self_loop_proportion': 0.0011876484560570072, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0757322732400003\n", - "6402\n", - "20990617.44659841\n", - "{'n': 863, 'm': 2481, 'k_avg': 5.749710312862109, 'intersection_count': 731, 'streets_per_node_avg': 2.936268829663963, 'streets_per_node_counts': {0: 0, 1: 132, 2: 0, 3: 523, 4: 207, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15295480880648898, 2: 0.0, 3: 0.6060254924681344, 4: 0.2398609501738123, 5: 0.0011587485515643105}, 'edge_length_total': 317803.28999999963, 'edge_length_avg': 128.09483675937108, 'street_length_total': 159289.10699999996, 'street_length_avg': 127.43128559999997, 'street_segments_count': 1250, 'node_density_km': 41.1136071721345, 'intersection_density_km': 34.825083247775574, 'edge_density_km': 15140.254487916483, 'street_density_km': 7588.586062570218, 'circuity_avg': 1.0571783582240994, 'self_loop_proportion': 0.0008061265618702137, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571783582240994\n", - "6403\n", - "80120616.9917984\n", - "{'n': 10334, 'm': 29032, 'k_avg': 5.618734275208051, 'intersection_count': 8613, 'streets_per_node_avg': 2.8777820785755757, 'streets_per_node_counts': {0: 0, 1: 1721, 2: 5, 3: 6483, 4: 2069, 5: 53, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16653764273272692, 2: 0.00048383975227404683, 3: 0.6273466227985292, 4: 0.20021288949100058, 5: 0.005128701374104897, 6: 0.0002903038513644281}, 'edge_length_total': 2039393.5680000032, 'edge_length_avg': 70.24640286580336, 'street_length_total': 1035578.4590000003, 'street_length_avg': 70.17540550247342, 'street_segments_count': 14757, 'node_density_km': 128.98053444917738, 'intersection_density_km': 107.5004202836041, 'edge_density_km': 25454.042224971472, 'street_density_km': 12925.243188104854, 'circuity_avg': 1.0733612880145775, 'self_loop_proportion': 0.00268669054836043, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733612880145775\n", - "6404\n", - "13020121.136560906\n", - "{'n': 650, 'm': 1791, 'k_avg': 5.510769230769231, 'intersection_count': 538, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 445, 4: 92, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1723076923076923, 2: 0.0, 3: 0.6846153846153846, 4: 0.14153846153846153, 5: 0.0015384615384615385}, 'edge_length_total': 184537.45999999988, 'edge_length_avg': 103.03599106644326, 'street_length_total': 92435.58500000002, 'street_length_avg': 102.93494988864146, 'street_segments_count': 898, 'node_density_km': 49.922730609224494, 'intersection_density_km': 41.32066010425043, 'edge_density_km': 14173.252158293131, 'street_density_km': 7099.4412440939595, 'circuity_avg': 1.0825651179061206, 'self_loop_proportion': 0.010050251256281407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825651179061206\n", - "6405\n", - "12000342.063691018\n", - "{'n': 299, 'm': 727, 'k_avg': 4.862876254180602, 'intersection_count': 211, 'streets_per_node_avg': 2.528428093645485, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 176, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29431438127090304, 2: 0.0, 3: 0.5886287625418061, 4: 0.11705685618729098}, 'edge_length_total': 129249.32899999991, 'edge_length_avg': 177.78449656121032, 'street_length_total': 65282.695999999996, 'street_length_avg': 175.4911182795699, 'street_segments_count': 372, 'node_density_km': 24.915956429664867, 'intersection_density_km': 17.582832129295273, 'edge_density_km': 10770.470401095043, 'street_density_km': 5440.069595809555, 'circuity_avg': 1.0481952945751605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481952945751605\n", - "6406\n", - "6010233.960657486\n", - "{'n': 205, 'm': 572, 'k_avg': 5.580487804878048, 'intersection_count': 180, 'streets_per_node_avg': 2.9170731707317072, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 147, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12195121951219512, 2: 0.0, 3: 0.7170731707317073, 4: 0.16097560975609757}, 'edge_length_total': 78799.48399999998, 'edge_length_avg': 137.76133566433563, 'street_length_total': 39399.741999999984, 'street_length_avg': 137.7613356643356, 'street_segments_count': 286, 'node_density_km': 34.10848917727891, 'intersection_density_km': 29.94891732639124, 'edge_density_km': 13110.884620434937, 'street_density_km': 6555.442310217467, 'circuity_avg': 1.0444218317371554, 'self_loop_proportion': 0.0034965034965034965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444218317371554\n", - "6407\n", - "10021559.235954069\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 490, 'm': 1141, 'k_avg': 4.6571428571428575, 'intersection_count': 343, 'streets_per_node_avg': 2.4714285714285715, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 308, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3, 2: 0.0, 3: 0.6285714285714286, 4: 0.07142857142857142}, 'edge_length_total': 121280.08200000017, 'edge_length_avg': 106.29279754601242, 'street_length_total': 61221.66199999996, 'street_length_avg': 104.83161301369856, 'street_segments_count': 584, 'node_density_km': 48.89458700618569, 'intersection_density_km': 34.22621090432998, 'edge_density_km': 12101.91739074764, 'street_density_km': 6108.9956720863065, 'circuity_avg': 1.0869242395430734, 'self_loop_proportion': 0.0035056967572304996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0869242395430734\n", - "6408\n", - "5994180.288839066\n", - "{'n': 172, 'm': 462, 'k_avg': 5.372093023255814, 'intersection_count': 139, 'streets_per_node_avg': 2.8313953488372094, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 102, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19186046511627908, 2: 0.0, 3: 0.5930232558139535, 4: 0.21511627906976744}, 'edge_length_total': 69104.66400000005, 'edge_length_avg': 149.57719480519492, 'street_length_total': 34552.33200000001, 'street_length_avg': 149.57719480519484, 'street_segments_count': 231, 'node_density_km': 28.694498949298772, 'intersection_density_km': 23.189159034607727, 'edge_density_km': 11528.626212439802, 'street_density_km': 5764.313106219899, 'circuity_avg': 1.041309484150219, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041309484150219\n", - "6409\n", - "6009700.935522614\n", - "{'n': 122, 'm': 312, 'k_avg': 5.114754098360656, 'intersection_count': 101, 'streets_per_node_avg': 2.721311475409836, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 93, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1721311475409836, 2: 0.0, 3: 0.7622950819672131, 4: 0.06557377049180328}, 'edge_length_total': 61037.058999999994, 'edge_length_avg': 195.63159935897434, 'street_length_total': 30642.363999999987, 'street_length_avg': 193.93901265822777, 'street_segments_count': 158, 'node_density_km': 20.300511008604904, 'intersection_density_km': 16.80616075302537, 'edge_density_km': 10156.42203411776, 'street_density_km': 5098.816784521953, 'circuity_avg': 1.0465209549850714, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465209549850714\n", - "6410\n", - "10004002.932446048\n", - "{'n': 337, 'm': 828, 'k_avg': 4.913946587537092, 'intersection_count': 254, 'streets_per_node_avg': 2.605341246290801, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 221, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24629080118694363, 2: 0.0, 3: 0.655786350148368, 4: 0.09792284866468842}, 'edge_length_total': 110843.06800000009, 'edge_length_avg': 133.86843961352668, 'street_length_total': 55421.53400000001, 'street_length_avg': 133.8684396135266, 'street_segments_count': 414, 'node_density_km': 33.68651551540491, 'intersection_density_km': 25.38983661991943, 'edge_density_km': 11079.871602246541, 'street_density_km': 5539.935801123267, 'circuity_avg': 1.0525650666307254, 'self_loop_proportion': 0.0024154589371980675, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525650666307254\n", - "6411\n", - "59100429.59762602\n", - "{'n': 2067, 'm': 5092, 'k_avg': 4.926947266569908, 'intersection_count': 1506, 'streets_per_node_avg': 2.548621190130624, 'streets_per_node_counts': {0: 0, 1: 561, 2: 2, 3: 1314, 4: 189, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2714078374455733, 2: 0.0009675858732462506, 3: 0.6357039187227866, 4: 0.09143686502177069, 5: 0.0004837929366231253}, 'edge_length_total': 582552.7400000012, 'edge_length_avg': 114.40548703849198, 'street_length_total': 301866.7609999993, 'street_length_avg': 115.17236207554342, 'street_segments_count': 2621, 'node_density_km': 34.97436506084261, 'intersection_density_km': 25.482048273647298, 'edge_density_km': 9856.996708250686, 'street_density_km': 5107.691484735415, 'circuity_avg': 1.093833743958266, 'self_loop_proportion': 0.006284367635506678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093833743958266\n", - "6412\n", - "6993631.718420672\n", - "{'n': 72, 'm': 180, 'k_avg': 5.0, 'intersection_count': 54, 'streets_per_node_avg': 2.5972222222222223, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 47, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6527777777777778, 4: 0.09722222222222222}, 'edge_length_total': 48707.574000000015, 'edge_length_avg': 270.5976333333334, 'street_length_total': 24353.787, 'street_length_avg': 270.59763333333336, 'street_segments_count': 90, 'node_density_km': 10.29508028144486, 'intersection_density_km': 7.721310211083646, 'edge_density_km': 6964.560897839119, 'street_density_km': 3482.2804489195582, 'circuity_avg': 1.0221873970716504, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0221873970716504\n", - "6413\n", - "24038029.384431295\n", - "{'n': 858, 'm': 2149, 'k_avg': 5.0093240093240095, 'intersection_count': 653, 'streets_per_node_avg': 2.6235431235431235, 'streets_per_node_counts': {0: 0, 1: 205, 2: 1, 3: 566, 4: 84, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23892773892773891, 2: 0.0011655011655011655, 3: 0.6596736596736597, 4: 0.0979020979020979, 5: 0.002331002331002331}, 'edge_length_total': 288416.5430000001, 'edge_length_avg': 134.20965239646353, 'street_length_total': 147063.40100000004, 'street_length_avg': 133.5725712988193, 'street_segments_count': 1101, 'node_density_km': 35.69344168269054, 'intersection_density_km': 27.16528836689618, 'edge_density_km': 11998.343890319013, 'street_density_km': 6117.947467659249, 'circuity_avg': 1.0890931971704616, 'self_loop_proportion': 0.0013959981386691485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0890931971704616\n", - "6414\n", - "26980784.998072747\n", - "{'n': 1230, 'm': 3296, 'k_avg': 5.359349593495935, 'intersection_count': 967, 'streets_per_node_avg': 2.7780487804878047, 'streets_per_node_counts': {0: 0, 1: 263, 2: 2, 3: 719, 4: 239, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2138211382113821, 2: 0.0016260162601626016, 3: 0.5845528455284553, 4: 0.1943089430894309, 5: 0.0040650406504065045, 6: 0.0016260162601626016}, 'edge_length_total': 416565.12499999977, 'edge_length_avg': 126.38505006067955, 'street_length_total': 214989.2819999999, 'street_length_avg': 127.13736369012412, 'street_segments_count': 1691, 'node_density_km': 45.587999018110835, 'intersection_density_km': 35.84032117927901, 'edge_density_km': 15439.325617462771, 'street_density_km': 7968.236729040935, 'circuity_avg': 1.0416106346167806, 'self_loop_proportion': 0.0018203883495145632, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416106346167806\n", - "6415\n", - "12025187.32642722\n", - "{'n': 1009, 'm': 2687, 'k_avg': 5.326065411298315, 'intersection_count': 783, 'streets_per_node_avg': 2.7046580773042614, 'streets_per_node_counts': {0: 0, 1: 226, 2: 0, 3: 632, 4: 149, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22398414271555997, 2: 0.0, 3: 0.626362735381566, 4: 0.14767096134786917, 5: 0.0009910802775024777, 6: 0.0009910802775024777}, 'edge_length_total': 236571.01900000015, 'edge_length_avg': 88.0428057312989, 'street_length_total': 118668.59199999999, 'street_length_avg': 87.96782209043735, 'street_segments_count': 1349, 'node_density_km': 83.9072167950819, 'intersection_density_km': 65.11333077358684, 'edge_density_km': 19672.959146349305, 'street_density_km': 9868.336249465927, 'circuity_avg': 1.0875494614759518, 'self_loop_proportion': 0.002232973576479345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0875494614759518\n", - "6416\n", - "58025762.11278686\n", - "{'n': 2937, 'm': 7786, 'k_avg': 5.30200885257065, 'intersection_count': 2359, 'streets_per_node_avg': 2.753149472250596, 'streets_per_node_counts': {0: 0, 1: 578, 2: 4, 3: 1928, 4: 419, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1967994552264215, 2: 0.001361933946203609, 3: 0.6564521620701396, 4: 0.14266258086482805, 5: 0.002723867892407218}, 'edge_length_total': 944471.9500000034, 'edge_length_avg': 121.30387233496063, 'street_length_total': 482639.75900000095, 'street_length_avg': 120.87146481342373, 'street_segments_count': 3993, 'node_density_km': 50.6154489499206, 'intersection_density_km': 40.65435617053548, 'edge_density_km': 16276.76941431976, 'street_density_km': 8317.6806547043, 'circuity_avg': 1.0781430545855883, 'self_loop_proportion': 0.002697148728487028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0781430545855883\n", - "6417\n", - "39068369.58729903\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5641, 'm': 15429, 'k_avg': 5.470306683212196, 'intersection_count': 4556, 'streets_per_node_avg': 2.796844531111505, 'streets_per_node_counts': {0: 0, 1: 1085, 2: 1, 3: 3566, 4: 958, 5: 26, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1923417833717426, 2: 0.0001772735330615139, 3: 0.6321574188973587, 4: 0.16982804467293033, 5: 0.004609111859599362, 6: 0.0008863676653075696}, 'edge_length_total': 1077422.2660000022, 'edge_length_avg': 69.83098489856778, 'street_length_total': 541744.0870000015, 'street_length_avg': 69.59713347893133, 'street_segments_count': 7784, 'node_density_km': 144.38790406635928, 'intersection_density_km': 116.61607710092765, 'edge_density_km': 27577.866119866645, 'street_density_km': 13866.565017244036, 'circuity_avg': 1.0673816770623468, 'self_loop_proportion': 0.0016851383757858578, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673816770623468\n", - "6418\n", - "8999204.145902608\n", - "{'n': 151, 'm': 454, 'k_avg': 6.013245033112582, 'intersection_count': 140, 'streets_per_node_avg': 3.2119205298013247, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 86, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0728476821192053, 2: 0.0, 3: 0.5695364238410596, 4: 0.3576158940397351}, 'edge_length_total': 89733.76999999995, 'edge_length_avg': 197.651475770925, 'street_length_total': 44866.884999999995, 'street_length_avg': 197.6514757709251, 'street_segments_count': 227, 'node_density_km': 16.779261538227377, 'intersection_density_km': 15.556931227495584, 'edge_density_km': 9971.300633385039, 'street_density_km': 4985.650316692522, 'circuity_avg': 1.0275799713521219, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275799713521219\n", - "6419\n", - "17038539.964259293\n", - "{'n': 1554, 'm': 4199, 'k_avg': 5.404118404118404, 'intersection_count': 1302, 'streets_per_node_avg': 2.8378378378378377, 'streets_per_node_counts': {0: 0, 1: 252, 2: 2, 3: 1053, 4: 240, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.001287001287001287, 3: 0.6776061776061776, 4: 0.15444015444015444, 5: 0.0045045045045045045}, 'edge_length_total': 377842.74600000115, 'edge_length_avg': 89.9839833293644, 'street_length_total': 192545.41200000042, 'street_length_avg': 90.10080112306991, 'street_segments_count': 2137, 'node_density_km': 91.20499780261285, 'intersection_density_km': 76.4149981589459, 'edge_density_km': 22175.770153579993, 'street_density_km': 11300.581646308381, 'circuity_avg': 1.0815093169094345, 'self_loop_proportion': 0.004763038818766373, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0815093169094345\n", - "6420\n", - "3996701.8201265363\n", - "{'n': 342, 'm': 903, 'k_avg': 5.280701754385965, 'intersection_count': 293, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 252, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14327485380116958, 2: 0.0, 3: 0.7368421052631579, 4: 0.11988304093567251}, 'edge_length_total': 78858.64400000001, 'edge_length_avg': 87.32961683277964, 'street_length_total': 39821.625000000015, 'street_length_avg': 85.45413090128758, 'street_segments_count': 466, 'node_density_km': 85.57055677202665, 'intersection_density_km': 73.31044776082985, 'edge_density_km': 19730.930039084913, 'street_density_km': 9963.621704142855, 'circuity_avg': 1.0290874014857383, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290874014857383\n", - "6421\n", - "7011974.068219331\n", - "{'n': 762, 'm': 1876, 'k_avg': 4.923884514435696, 'intersection_count': 540, 'streets_per_node_avg': 2.509186351706037, 'streets_per_node_counts': {0: 0, 1: 222, 2: 0, 3: 470, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29133858267716534, 2: 0.0, 3: 0.6167979002624672, 4: 0.09186351706036745}, 'edge_length_total': 144749.848, 'edge_length_avg': 77.15876759061834, 'street_length_total': 72374.92399999997, 'street_length_avg': 77.15876759061831, 'street_segments_count': 938, 'node_density_km': 108.67125185953626, 'intersection_density_km': 77.0111233650257, 'edge_density_km': 20643.237780364292, 'street_density_km': 10321.618890182142, 'circuity_avg': 1.066775856607325, 'self_loop_proportion': 0.0021321961620469083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066775856607325\n", - "6422\n", - "19006270.55132599\n", - "{'n': 621, 'm': 1728, 'k_avg': 5.565217391304348, 'intersection_count': 529, 'streets_per_node_avg': 2.888888888888889, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 417, 4: 111, 5: 0, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.6714975845410628, 4: 0.178743961352657, 5: 0.0, 6: 0.0, 7: 0.001610305958132045}, 'edge_length_total': 268760.3370000001, 'edge_length_avg': 155.5326024305556, 'street_length_total': 134937.77500000005, 'street_length_avg': 155.45826612903232, 'street_segments_count': 868, 'node_density_km': 32.673427347201226, 'intersection_density_km': 27.832919592060303, 'edge_density_km': 14140.614081769438, 'street_density_km': 7099.645069010447, 'circuity_avg': 1.0564562512360416, 'self_loop_proportion': 0.0023148148148148147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564562512360416\n", - "6423\n", - "28044003.461753577\n", - "{'n': 1652, 'm': 4476, 'k_avg': 5.418886198547216, 'intersection_count': 1385, 'streets_per_node_avg': 2.8026634382566584, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 1184, 4: 194, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16162227602905568, 2: 0.0, 3: 0.7167070217917676, 4: 0.11743341404358354, 5: 0.00423728813559322}, 'edge_length_total': 534075.7730000011, 'edge_length_avg': 119.31987779267227, 'street_length_total': 267129.8219999992, 'street_length_avg': 119.30764716391212, 'street_segments_count': 2239, 'node_density_km': 58.90742390803789, 'intersection_density_km': 49.3866719810124, 'edge_density_km': 19044.205786394723, 'street_density_km': 9525.381151956817, 'circuity_avg': 1.0577182800924532, 'self_loop_proportion': 0.0013404825737265416, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577182800924532\n", - "6424\n", - "4995671.022501528\n", - "{'n': 115, 'm': 276, 'k_avg': 4.8, 'intersection_count': 89, 'streets_per_node_avg': 2.617391304347826, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 81, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22608695652173913, 2: 0.0, 3: 0.7043478260869566, 4: 0.06956521739130435}, 'edge_length_total': 53672.137, 'edge_length_avg': 194.46426449275364, 'street_length_total': 26972.228, 'street_length_avg': 192.6587714285714, 'street_segments_count': 140, 'node_density_km': 23.019930552275436, 'intersection_density_km': 17.815424514369685, 'edge_density_km': 10743.729272454026, 'street_density_km': 5399.120133914252, 'circuity_avg': 1.159337445363489, 'self_loop_proportion': 0.007246376811594203, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.159337445363489\n", - "6425\n", - "31058469.99733235\n", - "{'n': 1596, 'm': 4687, 'k_avg': 5.8734335839598995, 'intersection_count': 1374, 'streets_per_node_avg': 2.980576441102757, 'streets_per_node_counts': {0: 0, 1: 222, 2: 0, 3: 976, 4: 384, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13909774436090225, 2: 0.0, 3: 0.6115288220551378, 4: 0.24060150375939848, 5: 0.008145363408521303, 6: 0.0006265664160401002}, 'edge_length_total': 517539.26200000144, 'edge_length_avg': 110.42015404309824, 'street_length_total': 259368.92000000048, 'street_length_avg': 110.27590136054442, 'street_segments_count': 2352, 'node_density_km': 51.386948556612175, 'intersection_density_km': 44.2391399227977, 'edge_density_km': 16663.385609286404, 'street_density_km': 8350.988314050177, 'circuity_avg': 1.0508135606259388, 'self_loop_proportion': 0.002133560913164071, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508135606259388\n", - "6426\n", - "6994865.396935224\n", - "{'n': 89, 'm': 250, 'k_avg': 5.617977528089888, 'intersection_count': 80, 'streets_per_node_avg': 3.1235955056179776, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 51, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10112359550561797, 2: 0.0, 3: 0.5730337078651685, 4: 0.3258426966292135}, 'edge_length_total': 56348.14399999997, 'edge_length_avg': 225.39257599999988, 'street_length_total': 28174.071999999996, 'street_length_avg': 225.39257599999996, 'street_segments_count': 125, 'node_density_km': 12.723618675921205, 'intersection_density_km': 11.436960607569622, 'edge_density_km': 8055.643790470753, 'street_density_km': 4027.821895235378, 'circuity_avg': 1.0202715511385552, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0202715511385552\n", - "6427\n", - "7010475.870814\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 155, 'm': 380, 'k_avg': 4.903225806451613, 'intersection_count': 122, 'streets_per_node_avg': 2.6193548387096772, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 115, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2129032258064516, 2: 0.0, 3: 0.7419354838709677, 4: 0.04516129032258064}, 'edge_length_total': 28564.795999999988, 'edge_length_avg': 75.17051578947365, 'street_length_total': 14615.640000000009, 'street_length_avg': 74.19106598984776, 'street_segments_count': 197, 'node_density_km': 22.109768702763205, 'intersection_density_km': 17.402527624110395, 'edge_density_km': 4074.5873071071956, 'street_density_km': 2084.828515115188, 'circuity_avg': 1.1312128906976147, 'self_loop_proportion': 0.015789473684210527, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1312128906976147\n", - "6428\n", - "9003085.393687848\n", - "{'n': 212, 'm': 566, 'k_avg': 5.339622641509434, 'intersection_count': 180, 'streets_per_node_avg': 2.8962264150943398, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 138, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1509433962264151, 2: 0.0, 3: 0.6509433962264151, 4: 0.19811320754716982}, 'edge_length_total': 95096.6100000001, 'edge_length_avg': 168.01521201413445, 'street_length_total': 48533.60000000003, 'street_length_avg': 166.78213058419254, 'street_segments_count': 291, 'node_density_km': 23.547482971630515, 'intersection_density_km': 19.99314591930893, 'edge_density_km': 10562.668889786748, 'street_density_km': 5390.774148829846, 'circuity_avg': 1.02559016113253, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02559016113253\n", - "6429\n", - "18036207.927728675\n", - "{'n': 654, 'm': 1679, 'k_avg': 5.134556574923548, 'intersection_count': 511, 'streets_per_node_avg': 2.669724770642202, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 444, 4: 64, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21865443425076453, 2: 0.0, 3: 0.6788990825688074, 4: 0.09785932721712538, 5: 0.0045871559633027525}, 'edge_length_total': 215261.94199999952, 'edge_length_avg': 128.20842287075612, 'street_length_total': 108538.06899999999, 'street_length_avg': 126.35398020954597, 'street_segments_count': 859, 'node_density_km': 36.26039368256269, 'intersection_density_km': 28.33189781619195, 'edge_density_km': 11934.988932405136, 'street_density_km': 6017.787632240295, 'circuity_avg': 1.0571027258738872, 'self_loop_proportion': 0.0011911852293031567, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571027258738872\n", - "6430\n", - "9001805.18374278\n", - "{'n': 142, 'm': 436, 'k_avg': 6.140845070422535, 'intersection_count': 127, 'streets_per_node_avg': 3.2464788732394365, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 63, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1056338028169014, 2: 0.0, 3: 0.44366197183098594, 4: 0.44366197183098594, 5: 0.007042253521126761}, 'edge_length_total': 99982.7680000001, 'edge_length_avg': 229.31827522935802, 'street_length_total': 49991.38399999999, 'street_length_avg': 229.31827522935777, 'street_segments_count': 218, 'node_density_km': 15.774613769297225, 'intersection_density_km': 14.108281328878505, 'edge_density_km': 11106.968653417265, 'street_density_km': 5553.484326708626, 'circuity_avg': 1.025954071457489, 'self_loop_proportion': 0.0045871559633027525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025954071457489\n", - "6431\n", - "22036481.40013914\n", - "{'n': 1296, 'm': 3699, 'k_avg': 5.708333333333333, 'intersection_count': 1108, 'streets_per_node_avg': 2.962962962962963, 'streets_per_node_counts': {0: 0, 1: 188, 2: 1, 3: 786, 4: 314, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14506172839506173, 2: 0.0007716049382716049, 3: 0.6064814814814815, 4: 0.24228395061728394, 5: 0.004629629629629629, 6: 0.0007716049382716049}, 'edge_length_total': 295860.3160000002, 'edge_length_avg': 79.98386482833205, 'street_length_total': 149390.14800000013, 'street_length_avg': 79.08424986765492, 'street_segments_count': 1889, 'node_density_km': 58.81156689524022, 'intersection_density_km': 50.28025935179488, 'edge_density_km': 13425.932689877256, 'street_density_km': 6779.219662493708, 'circuity_avg': 1.062662422224159, 'self_loop_proportion': 0.002703433360367667, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062662422224159\n", - "6432\n", - "18006213.69268446\n", - "{'n': 625, 'm': 1755, 'k_avg': 5.616, 'intersection_count': 517, 'streets_per_node_avg': 2.9104, 'streets_per_node_counts': {0: 0, 1: 108, 2: 2, 3: 361, 4: 147, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1728, 2: 0.0032, 3: 0.5776, 4: 0.2352, 5: 0.0096, 6: 0.0016}, 'edge_length_total': 224945.3320000003, 'edge_length_avg': 128.1739783475785, 'street_length_total': 113342.12200000018, 'street_length_avg': 127.0651591928253, 'street_segments_count': 892, 'node_density_km': 34.71024006862276, 'intersection_density_km': 28.712310584764747, 'edge_density_km': 12492.650361657696, 'street_density_km': 6294.611623211416, 'circuity_avg': 1.0493037066165334, 'self_loop_proportion': 0.0011396011396011395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493037066165334\n", - "6433\n", - "15023920.618941434\n", - "{'n': 369, 'm': 979, 'k_avg': 5.306233062330623, 'intersection_count': 302, 'streets_per_node_avg': 2.799457994579946, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 244, 4: 56, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18157181571815717, 2: 0.0, 3: 0.6612466124661247, 4: 0.15176151761517614, 5: 0.005420054200542005}, 'edge_length_total': 163562.58600000013, 'edge_length_avg': 167.07107865168553, 'street_length_total': 82045.78100000006, 'street_length_avg': 167.09935030549912, 'street_segments_count': 491, 'node_density_km': 24.560832645426963, 'intersection_density_km': 20.101277666446997, 'edge_density_km': 10886.81111598715, 'street_density_km': 5461.0100173559695, 'circuity_avg': 1.054370705293976, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054370705293976\n", - "6434\n", - "15995473.66838433\n", - "{'n': 357, 'm': 970, 'k_avg': 5.434173669467787, 'intersection_count': 291, 'streets_per_node_avg': 2.857142857142857, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 211, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18487394957983194, 2: 0.0, 3: 0.5910364145658263, 4: 0.22128851540616246, 5: 0.0028011204481792717}, 'edge_length_total': 181419.66000000003, 'edge_length_avg': 187.03057731958765, 'street_length_total': 91729.456, 'street_length_avg': 185.68715789473686, 'street_segments_count': 494, 'node_density_km': 22.31881389706041, 'intersection_density_km': 18.19264662197361, 'edge_density_km': 11341.937335596569, 'street_density_km': 5734.713325889612, 'circuity_avg': 1.0354792205990655, 'self_loop_proportion': 0.002061855670103093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354792205990655\n", - "6435\n", - "11018701.485751182\n", - "{'n': 629, 'm': 1711, 'k_avg': 5.440381558028617, 'intersection_count': 535, 'streets_per_node_avg': 2.8155802861685215, 'streets_per_node_counts': {0: 0, 1: 94, 2: 1, 3: 463, 4: 69, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1494435612082671, 2: 0.001589825119236884, 3: 0.7360890302066773, 4: 0.10969793322734499, 5: 0.003179650238473768}, 'edge_length_total': 182287.07800000015, 'edge_length_avg': 106.53832729398022, 'street_length_total': 91524.45800000004, 'street_length_avg': 106.17686542923438, 'street_segments_count': 862, 'node_density_km': 57.084766368649746, 'intersection_density_km': 48.55381559177681, 'edge_density_km': 16543.426485936154, 'street_density_km': 8306.283468914624, 'circuity_avg': 1.052819798669148, 'self_loop_proportion': 0.0011689070718877848, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052819798669148\n", - "6436\n", - "13009020.509694394\n", - "{'n': 268, 'm': 716, 'k_avg': 5.343283582089552, 'intersection_count': 217, 'streets_per_node_avg': 2.7761194029850746, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 175, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19029850746268656, 2: 0.0, 3: 0.6529850746268657, 4: 0.15671641791044777}, 'edge_length_total': 132212.69200000013, 'edge_length_avg': 184.6545977653633, 'street_length_total': 66106.346, 'street_length_avg': 184.65459776536315, 'street_segments_count': 358, 'node_density_km': 20.601089820735154, 'intersection_density_km': 16.68073317574451, 'edge_density_km': 10163.155012437293, 'street_density_km': 5081.577506218642, 'circuity_avg': 1.045594724363878, 'self_loop_proportion': 0.002793296089385475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045594724363878\n", - "6437\n", - "40084082.7693823\n", - "error with entry 6437\n", - "6438\n", - "10005614.1207169\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 341, 'm': 982, 'k_avg': 5.7595307917888565, 'intersection_count': 311, 'streets_per_node_avg': 2.9794721407624634, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 258, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08797653958944282, 2: 0.0, 3: 0.7565982404692082, 4: 0.15542521994134897}, 'edge_length_total': 125585.06600000033, 'edge_length_avg': 127.88703258655838, 'street_length_total': 62897.525999999976, 'street_length_avg': 127.84049999999995, 'street_segments_count': 492, 'node_density_km': 34.08086659008267, 'intersection_density_km': 31.082549881277746, 'edge_density_km': 12551.460058805686, 'street_density_km': 6286.223438276409, 'circuity_avg': 1.0851095427574151, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0851095427574151\n", - "6439\n", - "8013223.663926519\n", - "{'n': 406, 'm': 1098, 'k_avg': 5.4088669950738915, 'intersection_count': 344, 'streets_per_node_avg': 2.832512315270936, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 289, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15270935960591134, 2: 0.0, 3: 0.7118226600985221, 4: 0.1330049261083744, 5: 0.0024630541871921183}, 'edge_length_total': 128687.55099999995, 'edge_length_avg': 117.20177686703092, 'street_length_total': 64606.63100000007, 'street_length_avg': 116.82935081374335, 'street_segments_count': 553, 'node_density_km': 50.66625081584931, 'intersection_density_km': 42.92904010012848, 'edge_density_km': 16059.398364146298, 'street_density_km': 8062.501898061647, 'circuity_avg': 1.093447085755275, 'self_loop_proportion': 0.0036429872495446266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093447085755275\n", - "6440\n", - "1998622.690557866\n", - "error with entry 6440\n", - "6441\n", - "11021624.135328913\n", - "{'n': 539, 'm': 1412, 'k_avg': 5.2393320964749535, 'intersection_count': 440, 'streets_per_node_avg': 2.758812615955473, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 373, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1836734693877551, 2: 0.0, 3: 0.6920222634508348, 4: 0.12244897959183673, 5: 0.0018552875695732839}, 'edge_length_total': 169599.47700000007, 'edge_length_avg': 120.11294405099156, 'street_length_total': 85573.31600000006, 'street_length_avg': 119.68295944055953, 'street_segments_count': 715, 'node_density_km': 48.90386329472801, 'intersection_density_km': 39.921521056920824, 'edge_density_km': 15387.884300677868, 'street_density_km': 7764.12940137396, 'circuity_avg': 1.0778862157996387, 'self_loop_proportion': 0.00424929178470255, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0778862157996387\n", - "6442\n", - "20998905.74354548\n", - "{'n': 650, 'm': 1611, 'k_avg': 4.9569230769230765, 'intersection_count': 476, 'streets_per_node_avg': 2.5738461538461537, 'streets_per_node_counts': {0: 0, 1: 174, 2: 2, 3: 401, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2676923076923077, 2: 0.003076923076923077, 3: 0.6169230769230769, 4: 0.1123076923076923}, 'edge_length_total': 297963.2400000005, 'edge_length_avg': 184.9554562383616, 'street_length_total': 151350.8199999999, 'street_length_avg': 185.70652760736183, 'street_segments_count': 815, 'node_density_km': 30.953993886076333, 'intersection_density_km': 22.667847830418975, 'edge_density_km': 14189.465091131555, 'street_density_km': 7207.557472204056, 'circuity_avg': 1.0641585818796406, 'self_loop_proportion': 0.0037243947858473, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641585818796406\n", - "6443\n", - "25050678.315172937\n", - "{'n': 1193, 'm': 2983, 'k_avg': 5.000838222967309, 'intersection_count': 871, 'streets_per_node_avg': 2.5842414082145853, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 724, 4: 146, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.269907795473596, 2: 0.0, 3: 0.6068734283319362, 4: 0.12238055322715842, 5: 0.0008382229673093043}, 'edge_length_total': 389173.6839999989, 'edge_length_avg': 130.46385652028124, 'street_length_total': 196981.93800000008, 'street_length_avg': 131.4088979319547, 'street_segments_count': 1499, 'node_density_km': 47.62346092949556, 'intersection_density_km': 34.76951757719248, 'edge_density_km': 15535.454932742496, 'street_density_km': 7863.337492170427, 'circuity_avg': 1.0802205819087338, 'self_loop_proportion': 0.004693261816962789, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0802205819087338\n", - "6444\n", - "24001673.806979615\n", - "{'n': 2071, 'm': 5621, 'k_avg': 5.428295509415741, 'intersection_count': 1659, 'streets_per_node_avg': 2.761467889908257, 'streets_per_node_counts': {0: 0, 1: 412, 2: 0, 3: 1335, 4: 319, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19893771125060358, 2: 0.0, 3: 0.6446161274746499, 4: 0.1540318686624819, 5: 0.001931434089811685, 6: 0.0004828585224529213}, 'edge_length_total': 547420.9619999982, 'edge_length_avg': 97.38853620352218, 'street_length_total': 273916.6160000004, 'street_length_avg': 97.27152556818196, 'street_segments_count': 2816, 'node_density_km': 86.28564893660706, 'intersection_density_km': 69.12017942338538, 'edge_density_km': 22807.616102207416, 'street_density_km': 11412.396410468102, 'circuity_avg': 1.062480494683777, 'self_loop_proportion': 0.0062266500622665, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062480494683777\n", - "6445\n", - "16027229.098097604\n", - "{'n': 299, 'm': 841, 'k_avg': 5.625418060200669, 'intersection_count': 261, 'streets_per_node_avg': 2.9331103678929766, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 206, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12709030100334448, 2: 0.0, 3: 0.6889632107023411, 4: 0.1806020066889632, 5: 0.0033444816053511705}, 'edge_length_total': 131358.9070000001, 'edge_length_avg': 156.19370630202152, 'street_length_total': 66063.693, 'street_length_avg': 156.17894326241134, 'street_segments_count': 423, 'node_density_km': 18.65575129486922, 'intersection_density_km': 16.284786247360756, 'edge_density_km': 8195.983609892499, 'street_density_km': 4121.965974008671, 'circuity_avg': 1.0536259617163108, 'self_loop_proportion': 0.0023781212841854932, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536259617163108\n", - "6446\n", - "8002061.828441101\n", - "{'n': 189, 'm': 518, 'k_avg': 5.481481481481482, 'intersection_count': 155, 'streets_per_node_avg': 2.8306878306878307, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 119, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17989417989417988, 2: 0.0, 3: 0.6296296296296297, 4: 0.19047619047619047}, 'edge_length_total': 99826.05800000006, 'edge_length_avg': 192.7143976833978, 'street_length_total': 49913.029000000024, 'street_length_avg': 192.71439768339778, 'street_segments_count': 259, 'node_density_km': 23.618912731747724, 'intersection_density_km': 19.37000779587776, 'edge_density_km': 12475.042075430625, 'street_density_km': 6237.521037715312, 'circuity_avg': 1.0430133858735544, 'self_loop_proportion': 0.003861003861003861, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430133858735544\n", - "6447\n", - "14023038.79731113\n", - "{'n': 1231, 'm': 3536, 'k_avg': 5.744922826969943, 'intersection_count': 1060, 'streets_per_node_avg': 2.9455727051177902, 'streets_per_node_counts': {0: 0, 1: 171, 2: 0, 3: 794, 4: 259, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1389114541023558, 2: 0.0, 3: 0.6450040617384241, 4: 0.21039805036555645, 5: 0.004061738424045491, 6: 0.0016246953696181965}, 'edge_length_total': 269626.2849999996, 'edge_length_avg': 76.25177743212659, 'street_length_total': 135027.2150000001, 'street_length_avg': 76.20045993227997, 'street_segments_count': 1772, 'node_density_km': 87.78411140358821, 'intersection_density_km': 75.58989284143259, 'edge_density_km': 19227.37923621088, 'street_density_km': 9628.955389176497, 'circuity_avg': 1.0476088509710697, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476088509710697\n", - "6448\n", - "5003558.608539732\n", - "{'n': 207, 'm': 534, 'k_avg': 5.159420289855072, 'intersection_count': 163, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 145, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21256038647342995, 2: 0.0, 3: 0.7004830917874396, 4: 0.0821256038647343, 5: 0.004830917874396135}, 'edge_length_total': 63540.56399999993, 'edge_length_avg': 118.98982022471897, 'street_length_total': 31770.282000000036, 'street_length_avg': 118.98982022471924, 'street_segments_count': 267, 'node_density_km': 41.37055567745455, 'intersection_density_km': 32.57681437403426, 'edge_density_km': 12699.074592941359, 'street_density_km': 6349.537296470693, 'circuity_avg': 1.0620571711779885, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620571711779885\n", - "6449\n", - "11022339.678892996\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 402, 'm': 962, 'k_avg': 4.786069651741293, 'intersection_count': 308, 'streets_per_node_avg': 2.611940298507463, 'streets_per_node_counts': {0: 0, 1: 94, 2: 2, 3: 272, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23383084577114427, 2: 0.004975124378109453, 3: 0.6766169154228856, 4: 0.0845771144278607}, 'edge_length_total': 124823.09100000013, 'edge_length_avg': 129.75373284823297, 'street_length_total': 63441.232999999964, 'street_length_avg': 127.90571169354831, 'street_segments_count': 496, 'node_density_km': 36.47138554165607, 'intersection_density_km': 27.943250614005148, 'edge_density_km': 11324.554916323941, 'street_density_km': 5755.695691495106, 'circuity_avg': 1.2183195295097018, 'self_loop_proportion': 0.004158004158004158, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2183195295097018\n", - "6450\n", - "227181881.02743146\n", - "{'n': 15313, 'm': 43668, 'k_avg': 5.70338927708483, 'intersection_count': 13307, 'streets_per_node_avg': 2.9574217984718865, 'streets_per_node_counts': {0: 0, 1: 2006, 2: 9, 3: 9992, 4: 3251, 5: 47, 6: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13099980408802978, 2: 0.0005877359106641416, 3: 0.6525174688173447, 4: 0.2123032717299027, 5: 0.003069287533468295, 6: 0.000522431920590348}, 'edge_length_total': 4482020.485, 'edge_length_avg': 102.63855649445819, 'street_length_total': 2298832.213000009, 'street_length_avg': 102.3294997996888, 'street_segments_count': 22465, 'node_density_km': 67.40414301856673, 'intersection_density_km': 58.574213488412944, 'edge_density_km': 19728.776189060656, 'street_density_km': 10118.906501713633, 'circuity_avg': 1.0581385629191429, 'self_loop_proportion': 0.0019007053219749015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581385629191429\n", - "6451\n", - "8015038.363370278\n", - "{'n': 475, 'm': 1317, 'k_avg': 5.545263157894737, 'intersection_count': 382, 'streets_per_node_avg': 2.8421052631578947, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 277, 4: 99, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1957894736842105, 2: 0.0, 3: 0.5831578947368421, 4: 0.20842105263157895, 5: 0.01263157894736842}, 'edge_length_total': 134488.44500000018, 'edge_length_avg': 102.11727031131373, 'street_length_total': 67318.64599999998, 'street_length_avg': 102.15272534142638, 'street_segments_count': 659, 'node_density_km': 59.26359656253288, 'intersection_density_km': 47.66040818292118, 'edge_density_km': 16779.513572215586, 'street_density_km': 8399.042268799929, 'circuity_avg': 1.0645035821261843, 'self_loop_proportion': 0.0015186028853454822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645035821261843\n", - "6452\n", - "47980296.69102561\n", - "{'n': 2985, 'm': 7815, 'k_avg': 5.236180904522613, 'intersection_count': 2334, 'streets_per_node_avg': 2.7393634840871024, 'streets_per_node_counts': {0: 0, 1: 651, 2: 2, 3: 1819, 4: 502, 5: 9, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21809045226130652, 2: 0.0006700167504187605, 3: 0.6093802345058627, 4: 0.16817420435510888, 5: 0.003015075376884422, 6: 0.0006700167504187605}, 'edge_length_total': 881685.3230000024, 'edge_length_avg': 112.81961906589922, 'street_length_total': 455646.1200000004, 'street_length_avg': 112.33878698224862, 'street_segments_count': 4056, 'node_density_km': 62.21303755627514, 'intersection_density_km': 48.64496805907745, 'edge_density_km': 18375.987307408956, 'street_density_km': 9496.525687079087, 'circuity_avg': 1.071052630869638, 'self_loop_proportion': 0.003071017274472169, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071052630869638\n", - "6453\n", - "25040610.831276007\n", - "{'n': 1371, 'm': 3488, 'k_avg': 5.088256746900073, 'intersection_count': 1077, 'streets_per_node_avg': 2.660102115244347, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 956, 4: 120, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21444201312910285, 2: 0.0, 3: 0.6973012399708242, 4: 0.087527352297593, 5: 0.0007293946024799417}, 'edge_length_total': 433139.90900000057, 'edge_length_avg': 124.18001978211025, 'street_length_total': 216809.74599999955, 'street_length_avg': 124.03303546910729, 'street_segments_count': 1748, 'node_density_km': 54.75106055670198, 'intersection_density_km': 43.010132909969386, 'edge_density_km': 17297.497729528382, 'street_density_km': 8658.324969021991, 'circuity_avg': 1.065835961449224, 'self_loop_proportion': 0.0022935779816513763, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065835961449224\n", - "6454\n", - "6003508.502022876\n", - "{'n': 143, 'm': 362, 'k_avg': 5.062937062937063, 'intersection_count': 111, 'streets_per_node_avg': 2.664335664335664, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 95, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22377622377622378, 2: 0.0, 3: 0.6643356643356644, 4: 0.11188811188811189}, 'edge_length_total': 71217.14100000003, 'edge_length_avg': 196.73243370165756, 'street_length_total': 35655.810999999965, 'street_length_avg': 194.84049726775936, 'street_segments_count': 183, 'node_density_km': 23.819404928270906, 'intersection_density_km': 18.489188440825668, 'edge_density_km': 11862.586848341012, 'street_density_km': 5939.162239544722, 'circuity_avg': 1.0632698688808802, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632698688808802\n", - "6455\n", - "20049802.338277724\n", - "{'n': 1743, 'm': 4449, 'k_avg': 5.104991394148021, 'intersection_count': 1292, 'streets_per_node_avg': 2.6477337923121054, 'streets_per_node_counts': {0: 0, 1: 451, 2: 2, 3: 1005, 4: 281, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2587492828456684, 2: 0.0011474469305794606, 3: 0.576592082616179, 4: 0.16121629374641422, 5: 0.0017211703958691911, 6: 0.0005737234652897303}, 'edge_length_total': 378984.36199999927, 'edge_length_avg': 85.18416767812975, 'street_length_total': 192569.6769999997, 'street_length_avg': 84.20187013554863, 'street_segments_count': 2287, 'node_density_km': 86.933525358122, 'intersection_density_km': 64.43953801646221, 'edge_density_km': 18902.149537727266, 'street_density_km': 9604.567354380284, 'circuity_avg': 1.090816294242383, 'self_loop_proportion': 0.004944931445268599, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090816294242383\n", - "6456\n", - "6998328.884257181\n", - "{'n': 157, 'm': 440, 'k_avg': 5.6050955414012735, 'intersection_count': 128, 'streets_per_node_avg': 2.9235668789808917, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 82, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18471337579617833, 2: 0.0, 3: 0.5222929936305732, 4: 0.2929936305732484}, 'edge_length_total': 78022.95199999995, 'edge_length_avg': 177.32489090909078, 'street_length_total': 39011.475999999995, 'street_length_avg': 177.3248909090909, 'street_segments_count': 220, 'node_density_km': 22.433927098392484, 'intersection_density_km': 18.290080691683045, 'edge_density_km': 11148.797561588375, 'street_density_km': 5574.398780794191, 'circuity_avg': 1.00759244939467, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.00759244939467\n", - "6457\n", - "20036346.952857327\n", - "{'n': 1007, 'm': 2804, 'k_avg': 5.56901688182721, 'intersection_count': 824, 'streets_per_node_avg': 2.8709036742800396, 'streets_per_node_counts': {0: 0, 1: 183, 2: 0, 3: 591, 4: 230, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1817279046673287, 2: 0.0, 3: 0.5868917576961271, 4: 0.22840119165839126, 5: 0.0029791459781529296}, 'edge_length_total': 346166.26699999894, 'edge_length_avg': 123.45444614835911, 'street_length_total': 173641.60400000005, 'street_length_avg': 123.06279518072293, 'street_segments_count': 1411, 'node_density_km': 50.25866253810277, 'intersection_density_km': 41.12526110367099, 'edge_density_km': 17276.91518890539, 'street_density_km': 8666.330464757575, 'circuity_avg': 1.0622032446446918, 'self_loop_proportion': 0.0039229671897289585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622032446446918\n", - "6458\n", - "13009203.781694897\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 551, 'm': 1531, 'k_avg': 5.557168784029038, 'intersection_count': 474, 'streets_per_node_avg': 2.8620689655172415, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 398, 4: 74, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1397459165154265, 2: 0.0, 3: 0.7223230490018149, 4: 0.13430127041742287, 5: 0.003629764065335753}, 'edge_length_total': 168644.60700000025, 'edge_length_avg': 110.15323775310272, 'street_length_total': 85356.80299999996, 'street_length_avg': 110.13781032258059, 'street_segments_count': 775, 'node_density_km': 42.354629018518864, 'intersection_density_km': 36.43574256765506, 'edge_density_km': 12963.48414783833, 'street_density_km': 6561.262659295456, 'circuity_avg': 1.0420258914565372, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0420258914565372\n", - "6459\n", - "7011990.0445057545\n", - "{'n': 610, 'm': 1550, 'k_avg': 5.081967213114754, 'intersection_count': 513, 'streets_per_node_avg': 2.8540983606557377, 'streets_per_node_counts': {0: 0, 1: 97, 2: 2, 3: 405, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15901639344262294, 2: 0.003278688524590164, 3: 0.6639344262295082, 4: 0.1721311475409836, 5: 0.001639344262295082}, 'edge_length_total': 120394.52799999996, 'edge_length_avg': 77.67388903225805, 'street_length_total': 67333.21999999999, 'street_length_avg': 78.1127842227378, 'street_segments_count': 862, 'node_density_km': 86.99384855487146, 'intersection_density_km': 73.16040050598207, 'edge_density_km': 17169.808746995455, 'street_density_km': 9602.583513757116, 'circuity_avg': 1.1276420662045212, 'self_loop_proportion': 0.005161290322580645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1276420662045212\n", - "6460\n", - "20031898.25444212\n", - "{'n': 927, 'm': 2401, 'k_avg': 5.180151024811219, 'intersection_count': 731, 'streets_per_node_avg': 2.6742179072276158, 'streets_per_node_counts': {0: 0, 1: 196, 2: 0, 3: 644, 4: 84, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21143473570658036, 2: 0.0, 3: 0.6947141316073355, 4: 0.09061488673139159, 5: 0.003236245954692557}, 'edge_length_total': 271490.56299999886, 'edge_length_avg': 113.07395376926233, 'street_length_total': 139950.0089999998, 'street_length_avg': 114.80722641509416, 'street_segments_count': 1219, 'node_density_km': 46.27619351023987, 'intersection_density_km': 36.49179876589574, 'edge_density_km': 13552.912437531733, 'street_density_km': 6986.357819033227, 'circuity_avg': 1.0902811234618337, 'self_loop_proportion': 0.003331945022907122, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0902811234618337\n", - "6461\n", - "6996657.792144381\n", - "{'n': 182, 'm': 446, 'k_avg': 4.9010989010989015, 'intersection_count': 135, 'streets_per_node_avg': 2.5824175824175826, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 117, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25824175824175827, 2: 0.0, 3: 0.6428571428571429, 4: 0.0989010989010989}, 'edge_length_total': 70168.86299999997, 'edge_length_avg': 157.3292892376681, 'street_length_total': 35292.85799999999, 'street_length_avg': 156.85714666666664, 'street_segments_count': 225, 'node_density_km': 26.012419844849873, 'intersection_density_km': 19.294926807993036, 'edge_density_km': 10028.911672482149, 'street_density_km': 5044.245273739936, 'circuity_avg': 1.0435167002853227, 'self_loop_proportion': 0.008968609865470852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435167002853227\n", - "6462\n", - "14022082.946548581\n", - "{'n': 916, 'm': 2377, 'k_avg': 5.189956331877729, 'intersection_count': 718, 'streets_per_node_avg': 2.658296943231441, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 636, 4: 81, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21615720524017468, 2: 0.0, 3: 0.6943231441048034, 4: 0.08842794759825327, 5: 0.001091703056768559}, 'edge_length_total': 235042.51199999946, 'edge_length_avg': 98.88199915860305, 'street_length_total': 117558.77600000004, 'street_length_avg': 98.87197308662745, 'street_segments_count': 1189, 'node_density_km': 65.32552998664623, 'intersection_density_km': 51.20494599389955, 'edge_density_km': 16762.31077051596, 'street_density_km': 8383.831164608548, 'circuity_avg': 1.0566306580126519, 'self_loop_proportion': 0.0016827934371055953, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0566306580126519\n", - "6463\n", - "7003310.81478413\n", - "{'n': 259, 'm': 707, 'k_avg': 5.45945945945946, 'intersection_count': 212, 'streets_per_node_avg': 2.77992277992278, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 175, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18146718146718147, 2: 0.0, 3: 0.6756756756756757, 4: 0.14285714285714285}, 'edge_length_total': 75361.09699999982, 'edge_length_avg': 106.59278217821756, 'street_length_total': 37796.943999999974, 'street_length_avg': 106.47026478873232, 'street_segments_count': 355, 'node_density_km': 36.98250825213209, 'intersection_density_km': 30.2713967160309, 'edge_density_km': 10760.781435105098, 'street_density_km': 5397.010785271713, 'circuity_avg': 1.0692426922640972, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692426922640972\n", - "6464\n", - "47088173.11921932\n", - "error with entry 6464\n", - "6465\n", - "10002067.749222824\n", - "{'n': 303, 'm': 778, 'k_avg': 5.135313531353136, 'intersection_count': 242, 'streets_per_node_avg': 2.778877887788779, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 189, 4: 51, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20132013201320131, 2: 0.0, 3: 0.6237623762376238, 4: 0.16831683168316833, 5: 0.006600660066006601}, 'edge_length_total': 123915.23899999997, 'edge_length_avg': 159.2740861182519, 'street_length_total': 62831.105000000025, 'street_length_avg': 155.90844913151372, 'street_segments_count': 403, 'node_density_km': 30.293736015089834, 'intersection_density_km': 24.194997081358878, 'edge_density_km': 12388.962173309452, 'street_density_km': 6281.811578898983, 'circuity_avg': 1.1013673481862423, 'self_loop_proportion': 0.012853470437017995, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1013673481862423\n", - "6466\n", - "39083902.40855544\n", - "error with entry 6466\n", - "6467\n", - "6000615.948343644\n", - "{'n': 75, 'm': 188, 'k_avg': 5.013333333333334, 'intersection_count': 65, 'streets_per_node_avg': 2.8266666666666667, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 58, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13333333333333333, 2: 0.0, 3: 0.7733333333333333, 4: 0.09333333333333334}, 'edge_length_total': 44493.028000000006, 'edge_length_avg': 236.6650425531915, 'street_length_total': 22246.51399999999, 'street_length_avg': 236.66504255319137, 'street_segments_count': 94, 'node_density_km': 12.498716906004011, 'intersection_density_km': 10.83222131853681, 'edge_density_km': 7414.7434835054655, 'street_density_km': 3707.3717417527305, 'circuity_avg': 1.0289327710444847, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289327710444847\n", - "6468\n", - "15035890.967075946\n", - "{'n': 631, 'm': 1830, 'k_avg': 5.800316957210777, 'intersection_count': 546, 'streets_per_node_avg': 2.9683042789223455, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 397, 4: 148, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1347068145800317, 2: 0.0, 3: 0.6291600633914421, 4: 0.23454833597464342, 5: 0.001584786053882726}, 'edge_length_total': 234978.99900000007, 'edge_length_avg': 128.40382459016396, 'street_length_total': 117579.35700000005, 'street_length_avg': 128.3617434497817, 'street_segments_count': 916, 'node_density_km': 41.96625270705269, 'intersection_density_km': 36.31311248502499, 'edge_density_km': 15627.873300925965, 'street_density_km': 7819.912851021817, 'circuity_avg': 1.0641912126219786, 'self_loop_proportion': 0.001092896174863388, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641912126219786\n", - "6469\n", - "2998378.3548397673\n", - "{'n': 127, 'm': 345, 'k_avg': 5.433070866141732, 'intersection_count': 103, 'streets_per_node_avg': 2.905511811023622, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 67, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1889763779527559, 2: 0.0, 3: 0.5275590551181102, 4: 0.28346456692913385}, 'edge_length_total': 44922.31099999999, 'edge_length_avg': 130.20959710144925, 'street_length_total': 22509.06699999999, 'street_length_avg': 130.1102138728323, 'street_segments_count': 173, 'node_density_km': 42.35622892454707, 'intersection_density_km': 34.35190219864841, 'edge_density_km': 14982.202271934633, 'street_density_km': 7507.08027346431, 'circuity_avg': 1.0581533306027506, 'self_loop_proportion': 0.005797101449275362, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581533306027506\n", - "6470\n", - "11025574.686130658\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 478, 'm': 1170, 'k_avg': 4.895397489539749, 'intersection_count': 364, 'streets_per_node_avg': 2.6380753138075312, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 309, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2384937238493724, 2: 0.0, 3: 0.6464435146443515, 4: 0.11506276150627615}, 'edge_length_total': 153273.38599999988, 'edge_length_avg': 131.00289401709392, 'street_length_total': 79023.91800000002, 'street_length_avg': 130.40250495049509, 'street_segments_count': 606, 'node_density_km': 43.353749224635706, 'intersection_density_km': 33.01415212922049, 'edge_density_km': 13901.623304298711, 'street_density_km': 7167.328710711666, 'circuity_avg': 1.077798953524497, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077798953524497\n", - "6471\n", - "10003843.901073102\n", - "{'n': 174, 'm': 465, 'k_avg': 5.344827586206897, 'intersection_count': 146, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 119, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16091954022988506, 2: 0.0, 3: 0.6839080459770115, 4: 0.15517241379310345}, 'edge_length_total': 97931.28, 'edge_length_avg': 210.60490322580645, 'street_length_total': 52498.349, 'street_length_avg': 219.6583640167364, 'street_segments_count': 239, 'node_density_km': 17.393314182095065, 'intersection_density_km': 14.594390060838387, 'edge_density_km': 9789.3650649122, 'street_density_km': 5247.817690794691, 'circuity_avg': 1.108950124986641, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.108950124986641\n", - "6472\n", - "6009838.767887657\n", - "{'n': 263, 'm': 740, 'k_avg': 5.6273764258555135, 'intersection_count': 229, 'streets_per_node_avg': 2.88212927756654, 'streets_per_node_counts': {0: 0, 1: 34, 2: 1, 3: 190, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12927756653992395, 2: 0.0038022813688212928, 3: 0.7224334600760456, 4: 0.1444866920152091}, 'edge_length_total': 88998.0810000001, 'edge_length_avg': 120.26767702702715, 'street_length_total': 44564.059999999954, 'street_length_avg': 120.11876010781658, 'street_segments_count': 371, 'node_density_km': 43.761573339585524, 'intersection_density_km': 38.1041836302855, 'edge_density_km': 14808.730223436794, 'street_density_km': 7415.183954371436, 'circuity_avg': 1.0412190269579669, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412190269579669\n", - "6473\n", - "22996293.769801218\n", - "{'n': 1151, 'm': 3415, 'k_avg': 5.933970460469157, 'intersection_count': 1004, 'streets_per_node_avg': 3.059079061685491, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 643, 4: 360, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12771503040834056, 2: 0.0, 3: 0.5586446568201564, 4: 0.31277150304083406, 5: 0.0008688097306689834}, 'edge_length_total': 442499.8259999986, 'edge_length_avg': 129.57535168374775, 'street_length_total': 222507.70600000012, 'street_length_avg': 129.21469570267138, 'street_segments_count': 1722, 'node_density_km': 50.05154358879758, 'intersection_density_km': 43.65920917736992, 'edge_density_km': 19242.223570003713, 'street_density_km': 9675.807250827422, 'circuity_avg': 1.04104782946879, 'self_loop_proportion': 0.001171303074670571, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04104782946879\n", - "6474\n", - "11017251.770996192\n", - "{'n': 343, 'm': 884, 'k_avg': 5.154518950437318, 'intersection_count': 273, 'streets_per_node_avg': 2.6793002915451893, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 245, 4: 26, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20408163265306123, 2: 0.0, 3: 0.7142857142857143, 4: 0.07580174927113703, 5: 0.0058309037900874635}, 'edge_length_total': 127140.78399999988, 'edge_length_avg': 143.82441628959262, 'street_length_total': 63570.391999999985, 'street_length_avg': 143.82441628959273, 'street_segments_count': 442, 'node_density_km': 31.132990979018494, 'intersection_density_km': 24.779319350647373, 'edge_density_km': 11540.154172995146, 'street_density_km': 5770.0770864975775, 'circuity_avg': 1.1374804455619643, 'self_loop_proportion': 0.006787330316742082, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1374804455619643\n", - "6475\n", - "7002524.434804806\n", - "{'n': 215, 'm': 485, 'k_avg': 4.511627906976744, 'intersection_count': 142, 'streets_per_node_avg': 2.358139534883721, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 134, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3395348837209302, 2: 0.0, 3: 0.6232558139534884, 4: 0.037209302325581395}, 'edge_length_total': 75201.101, 'edge_length_avg': 155.05381649484536, 'street_length_total': 37648.40300000001, 'street_length_avg': 154.93169958847741, 'street_segments_count': 243, 'node_density_km': 30.703213105745213, 'intersection_density_km': 20.27840121402707, 'edge_density_km': 10739.141533905438, 'street_density_km': 5376.404373953385, 'circuity_avg': 1.0758952395557146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758952395557146\n", - "6476\n", - "54133581.513749436\n", - "{'n': 7827, 'm': 21831, 'k_avg': 5.578382522039095, 'intersection_count': 6349, 'streets_per_node_avg': 2.836846812316341, 'streets_per_node_counts': {0: 0, 1: 1478, 2: 2, 3: 4689, 4: 1636, 5: 21, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1888335249776415, 2: 0.00025552574421873004, 3: 0.5990801073208126, 4: 0.20902005877092117, 5: 0.0026830203142966655, 6: 0.00012776287210936502}, 'edge_length_total': 1407548.2830000203, 'edge_length_avg': 64.47475072145208, 'street_length_total': 711496.7589999994, 'street_length_avg': 64.47637145446302, 'street_segments_count': 11035, 'node_density_km': 144.58677554914806, 'intersection_density_km': 117.28394505705137, 'edge_density_km': 26001.388484567862, 'street_density_km': 13143.352778520404, 'circuity_avg': 1.0660388203972029, 'self_loop_proportion': 0.0025651596353808803, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660388203972029\n", - "6477\n", - "10006618.48666005\n", - "{'n': 162, 'm': 396, 'k_avg': 4.888888888888889, 'intersection_count': 121, 'streets_per_node_avg': 2.5555555555555554, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 111, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25308641975308643, 2: 0.0, 3: 0.6851851851851852, 4: 0.06172839506172839}, 'edge_length_total': 67715.46400000002, 'edge_length_avg': 170.99864646464653, 'street_length_total': 33857.73199999999, 'street_length_avg': 170.9986464646464, 'street_segments_count': 198, 'node_density_km': 16.18928514322438, 'intersection_density_km': 12.09199692796389, 'edge_density_km': 6767.067625319419, 'street_density_km': 3383.533812659707, 'circuity_avg': 1.057575388309826, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057575388309826\n", - "6478\n", - "21034589.598386846\n", - "{'n': 737, 'm': 1918, 'k_avg': 5.204884667571235, 'intersection_count': 583, 'streets_per_node_avg': 2.700135685210312, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 498, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208955223880597, 2: 0.0, 3: 0.6757123473541384, 4: 0.11261872455902307, 5: 0.0027137042062415195}, 'edge_length_total': 280740.7120000005, 'edge_length_avg': 146.3715912408762, 'street_length_total': 140992.83399999986, 'street_length_avg': 144.3120102354144, 'street_segments_count': 977, 'node_density_km': 35.03752695305835, 'intersection_density_km': 27.71625266435959, 'edge_density_km': 13346.621795821995, 'street_density_km': 6702.90396399332, 'circuity_avg': 1.064860749726573, 'self_loop_proportion': 0.0010427528675703858, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064860749726573\n", - "6479\n", - "14001666.171677245\n", - "{'n': 390, 'm': 1146, 'k_avg': 5.876923076923077, 'intersection_count': 348, 'streets_per_node_avg': 2.98974358974359, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 268, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1076923076923077, 2: 0.0, 3: 0.6871794871794872, 4: 0.20512820512820512}, 'edge_length_total': 155347.1360000001, 'edge_length_avg': 135.55596509598612, 'street_length_total': 77673.56799999998, 'street_length_avg': 135.555965095986, 'street_segments_count': 573, 'node_density_km': 27.85382791005953, 'intersection_density_km': 24.85418490436081, 'edge_density_km': 11094.903570422091, 'street_density_km': 5547.451785211042, 'circuity_avg': 1.0404798108398605, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404798108398605\n", - "6480\n", - "8013575.815590981\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 247, 'm': 644, 'k_avg': 5.2145748987854255, 'intersection_count': 196, 'streets_per_node_avg': 2.6963562753036436, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 170, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20647773279352227, 2: 0.0, 3: 0.6882591093117408, 4: 0.10121457489878542, 5: 0.004048582995951417}, 'edge_length_total': 82613.041, 'edge_length_avg': 128.28111956521738, 'street_length_total': 41483.382999999994, 'street_length_avg': 128.43152631578945, 'street_segments_count': 323, 'node_density_km': 30.82269459776545, 'intersection_density_km': 24.458494498631694, 'edge_density_km': 10309.135759253748, 'street_density_km': 5176.638239235364, 'circuity_avg': 1.0592879109164843, 'self_loop_proportion': 0.003105590062111801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592879109164843\n", - "6481\n", - "5997979.783705007\n", - "{'n': 105, 'm': 254, 'k_avg': 4.838095238095238, 'intersection_count': 72, 'streets_per_node_avg': 2.5904761904761906, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 49, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3142857142857143, 2: 0.0, 3: 0.4666666666666667, 4: 0.21904761904761905}, 'edge_length_total': 50677.82599999998, 'edge_length_avg': 199.51899999999992, 'street_length_total': 25338.912999999997, 'street_length_avg': 199.51899999999998, 'street_segments_count': 127, 'node_density_km': 17.505894282147867, 'intersection_density_km': 12.004041793472824, 'edge_density_km': 8449.149184810325, 'street_density_km': 4224.574592405164, 'circuity_avg': 1.0380338648848288, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0380338648848288\n", - "6482\n", - "14009251.470062621\n", - "{'n': 459, 'm': 1233, 'k_avg': 5.372549019607843, 'intersection_count': 388, 'streets_per_node_avg': 2.8474945533769063, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 316, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15468409586056645, 2: 0.0, 3: 0.6884531590413944, 4: 0.1568627450980392}, 'edge_length_total': 200235.0550000002, 'edge_length_avg': 162.39663828061654, 'street_length_total': 100915.12499999994, 'street_length_avg': 159.92888272583193, 'street_segments_count': 631, 'node_density_km': 32.76406316075275, 'intersection_density_km': 27.695983674013217, 'edge_density_km': 14293.058799600887, 'street_density_km': 7203.4630269613435, 'circuity_avg': 1.0411319441535076, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0411319441535076\n", - "6483\n", - "8010952.711606466\n", - "{'n': 482, 'm': 1326, 'k_avg': 5.5020746887966805, 'intersection_count': 393, 'streets_per_node_avg': 2.800829875518672, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 313, 4: 79, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18464730290456433, 2: 0.0, 3: 0.6493775933609959, 4: 0.16390041493775934, 5: 0.0, 6: 0.002074688796680498}, 'edge_length_total': 138731.39800000002, 'edge_length_avg': 104.62398039215688, 'street_length_total': 69365.69899999992, 'street_length_avg': 104.62398039215674, 'street_segments_count': 663, 'node_density_km': 60.1676251691845, 'intersection_density_km': 49.0578354595218, 'edge_density_km': 17317.71525738787, 'street_density_km': 8658.857628693924, 'circuity_avg': 1.0616986701205098, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616986701205098\n", - "6484\n", - "8004392.868572149\n", - "{'n': 125, 'm': 331, 'k_avg': 5.296, 'intersection_count': 108, 'streets_per_node_avg': 2.904, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 86, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.136, 2: 0.0, 3: 0.688, 4: 0.176}, 'edge_length_total': 76274.26900000006, 'edge_length_avg': 230.43585800604248, 'street_length_total': 38264.890999999996, 'street_length_avg': 225.08759411764703, 'street_segments_count': 170, 'node_density_km': 15.616424887237942, 'intersection_density_km': 13.49259110257358, 'edge_density_km': 9529.051141339858, 'street_density_km': 4780.486368958776, 'circuity_avg': 1.0315205575354798, 'self_loop_proportion': 0.006042296072507553, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315205575354798\n", - "6485\n", - "22031190.45392989\n", - "{'n': 480, 'm': 1140, 'k_avg': 4.75, 'intersection_count': 333, 'streets_per_node_avg': 2.475, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 291, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30625, 2: 0.0, 3: 0.60625, 4: 0.0875}, 'edge_length_total': 138598.19500000007, 'edge_length_avg': 121.57736403508778, 'street_length_total': 69403.55200000005, 'street_length_avg': 121.5473765323994, 'street_segments_count': 571, 'node_density_km': 21.787292929256044, 'intersection_density_km': 15.11493446967138, 'edge_density_km': 6290.998904023233, 'street_density_km': 3150.240661989282, 'circuity_avg': 1.0832707747507233, 'self_loop_proportion': 0.0017543859649122807, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832707747507233\n", - "6486\n", - "34998333.98060448\n", - "{'n': 1510, 'm': 3763, 'k_avg': 4.984105960264901, 'intersection_count': 1182, 'streets_per_node_avg': 2.7456953642384105, 'streets_per_node_counts': {0: 0, 1: 328, 2: 4, 3: 903, 4: 274, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21721854304635763, 2: 0.0026490066225165563, 3: 0.5980132450331126, 4: 0.1814569536423841, 5: 0.0006622516556291391}, 'edge_length_total': 505286.64800000086, 'edge_length_avg': 134.27761041722053, 'street_length_total': 271306.73699999985, 'street_length_avg': 132.40933967789158, 'street_segments_count': 2049, 'node_density_km': 43.14491086452338, 'intersection_density_km': 33.773036186666644, 'edge_density_km': 14437.448601982675, 'street_density_km': 7751.990056165352, 'circuity_avg': 1.0591434296306377, 'self_loop_proportion': 0.0037204358224820623, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0591434296306377\n", - "6487\n", - "9012950.17319008\n", - "{'n': 222, 'm': 534, 'k_avg': 4.8108108108108105, 'intersection_count': 161, 'streets_per_node_avg': 2.545045045045045, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 140, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2747747747747748, 2: 0.0, 3: 0.6306306306306306, 4: 0.0945945945945946}, 'edge_length_total': 88667.26699999998, 'edge_length_avg': 166.04357116104865, 'street_length_total': 44709.28399999996, 'street_length_avg': 166.2055167286244, 'street_segments_count': 269, 'node_density_km': 24.63122459728682, 'intersection_density_km': 17.863185406140442, 'edge_density_km': 9837.762918489178, 'street_density_km': 4960.5604314769425, 'circuity_avg': 1.0584116184387462, 'self_loop_proportion': 0.00749063670411985, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584116184387462\n", - "6488\n", - "13990691.238005249\n", - "{'n': 508, 'm': 1393, 'k_avg': 5.484251968503937, 'intersection_count': 404, 'streets_per_node_avg': 2.840551181102362, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 277, 4: 127}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2047244094488189, 2: 0.0, 3: 0.5452755905511811, 4: 0.25}, 'edge_length_total': 212916.84200000015, 'edge_length_avg': 152.84769705671224, 'street_length_total': 106614.70400000009, 'street_length_avg': 152.08944935806002, 'street_segments_count': 701, 'node_density_km': 36.30985712986323, 'intersection_density_km': 28.876343071780997, 'edge_density_km': 15218.464790475728, 'street_density_km': 7620.4028940603575, 'circuity_avg': 1.0437710778993932, 'self_loop_proportion': 0.002871500358937545, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437710778993932\n", - "6489\n", - "6008335.236791488\n", - "{'n': 209, 'm': 544, 'k_avg': 5.205741626794258, 'intersection_count': 170, 'streets_per_node_avg': 2.770334928229665, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 140, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18660287081339713, 2: 0.0, 3: 0.6698564593301436, 4: 0.14354066985645933}, 'edge_length_total': 85761.68800000001, 'edge_length_avg': 157.6501617647059, 'street_length_total': 42880.844000000005, 'street_length_avg': 157.6501617647059, 'street_segments_count': 272, 'node_density_km': 34.785009784442074, 'intersection_density_km': 28.294027097393077, 'edge_density_km': 14273.78543641277, 'street_density_km': 7136.892718206385, 'circuity_avg': 1.0550034915789746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550034915789746\n", - "6490\n", - "20007448.63403033\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1013, 'm': 2719, 'k_avg': 5.368213228035538, 'intersection_count': 808, 'streets_per_node_avg': 2.76604146100691, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 636, 4: 171, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20236920039486672, 2: 0.0, 3: 0.6278381046396841, 4: 0.1688055281342547, 5: 0.0009871668311944718}, 'edge_length_total': 356069.05499999947, 'edge_length_avg': 130.95588635527747, 'street_length_total': 179944.07400000028, 'street_length_avg': 130.20555282199732, 'street_segments_count': 1382, 'node_density_km': 50.63114335712977, 'intersection_density_km': 40.38495936086955, 'edge_density_km': 17796.82464831461, 'street_density_km': 8993.854103613014, 'circuity_avg': 1.0664825099167712, 'self_loop_proportion': 0.004413387274733358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664825099167712\n", - "6491\n", - "6008116.612019506\n", - "{'n': 129, 'm': 299, 'k_avg': 4.635658914728682, 'intersection_count': 103, 'streets_per_node_avg': 2.7131782945736433, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 89, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20155038759689922, 2: 0.0, 3: 0.689922480620155, 4: 0.10077519379844961, 5: 0.007751937984496124}, 'edge_length_total': 48901.68099999999, 'edge_length_avg': 163.5507725752508, 'street_length_total': 25820.696000000014, 'street_length_avg': 158.40917791411053, 'street_segments_count': 163, 'node_density_km': 21.470954765080577, 'intersection_density_km': 17.143475510103098, 'edge_density_km': 8139.269617731784, 'street_density_km': 4297.63562650308, 'circuity_avg': 1.0694640410746319, 'self_loop_proportion': 0.006688963210702341, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694640410746319\n", - "6492\n", - "10002416.328723423\n", - "{'n': 91, 'm': 256, 'k_avg': 5.626373626373627, 'intersection_count': 79, 'streets_per_node_avg': 3.043956043956044, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 51, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13186813186813187, 2: 0.0, 3: 0.5604395604395604, 4: 0.3076923076923077}, 'edge_length_total': 82740.16, 'edge_length_avg': 323.20375, 'street_length_total': 41370.07999999998, 'street_length_avg': 323.20374999999984, 'street_segments_count': 128, 'node_density_km': 9.09780167204998, 'intersection_density_km': 7.898091561449983, 'edge_density_km': 8272.01720872179, 'street_density_km': 4136.0086043608935, 'circuity_avg': 1.0706762461088681, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0706762461088681\n", - "6493\n", - "6008183.820717297\n", - "{'n': 181, 'm': 428, 'k_avg': 4.7292817679558015, 'intersection_count': 133, 'streets_per_node_avg': 2.5359116022099446, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 121, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26519337016574585, 2: 0.0, 3: 0.6685082872928176, 4: 0.06629834254143646}, 'edge_length_total': 57182.59800000001, 'edge_length_avg': 133.60420093457947, 'street_length_total': 28591.299000000006, 'street_length_avg': 133.60420093457947, 'street_segments_count': 214, 'node_density_km': 30.125576280785467, 'intersection_density_km': 22.136473178698715, 'edge_density_km': 9517.451480566247, 'street_density_km': 4758.725740283124, 'circuity_avg': 1.0571453570751412, 'self_loop_proportion': 0.004672897196261682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571453570751412\n", - "6494\n", - "6993876.7330527045\n", - "{'n': 91, 'm': 246, 'k_avg': 5.406593406593407, 'intersection_count': 73, 'streets_per_node_avg': 2.89010989010989, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 47, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1978021978021978, 2: 0.0, 3: 0.5164835164835165, 4: 0.2857142857142857}, 'edge_length_total': 58856.352000000006, 'edge_length_avg': 239.25346341463418, 'street_length_total': 29428.176000000018, 'street_length_avg': 239.2534634146343, 'street_segments_count': 123, 'node_density_km': 13.011381737676137, 'intersection_density_km': 10.437701833520418, 'edge_density_km': 8415.411687461961, 'street_density_km': 4207.705843730982, 'circuity_avg': 1.0241513957700115, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0241513957700115\n", - "6495\n", - "9016126.965020798\n", - "{'n': 881, 'm': 2314, 'k_avg': 5.2531214528944385, 'intersection_count': 701, 'streets_per_node_avg': 2.699205448354143, 'streets_per_node_counts': {0: 0, 1: 180, 2: 0, 3: 607, 4: 93, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2043132803632236, 2: 0.0, 3: 0.6889897843359818, 4: 0.10556186152099886, 5: 0.0011350737797956867}, 'edge_length_total': 194287.4570000003, 'edge_length_avg': 83.9617359550563, 'street_length_total': 97533.64600000002, 'street_length_avg': 83.71986781115882, 'street_segments_count': 1165, 'node_density_km': 97.71379700152302, 'intersection_density_km': 77.74957059939572, 'edge_density_km': 21548.882103564312, 'street_density_km': 10817.687725382984, 'circuity_avg': 1.0492418180045553, 'self_loop_proportion': 0.001728608470181504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492418180045553\n", - "6496\n", - "7990163.9004491335\n", - "{'n': 151, 'm': 450, 'k_avg': 5.960264900662252, 'intersection_count': 143, 'streets_per_node_avg': 3.1125827814569536, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 110, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.052980132450331126, 2: 0.0, 3: 0.7284768211920529, 4: 0.2185430463576159}, 'edge_length_total': 78411.6840000001, 'edge_length_avg': 174.24818666666687, 'street_length_total': 39205.84199999999, 'street_length_avg': 174.2481866666666, 'street_segments_count': 225, 'node_density_km': 18.898235615856663, 'intersection_density_km': 17.89700458985101, 'edge_density_km': 9813.526352768873, 'street_density_km': 4906.763176384429, 'circuity_avg': 1.0502089547314528, 'self_loop_proportion': 0.0044444444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502089547314528\n", - "6497\n", - "21046939.27064666\n", - "{'n': 2059, 'm': 5833, 'k_avg': 5.665857212238951, 'intersection_count': 1703, 'streets_per_node_avg': 2.8926663428848958, 'streets_per_node_counts': {0: 0, 1: 356, 2: 0, 3: 1221, 4: 474, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1728994657600777, 2: 0.0, 3: 0.5930063137445362, 4: 0.23020883924235067, 5: 0.003399708596406022, 6: 0.00048567265662943174}, 'edge_length_total': 502684.5540000025, 'edge_length_avg': 86.1794195096867, 'street_length_total': 254093.95500000005, 'street_length_avg': 85.98780203045686, 'street_segments_count': 2955, 'node_density_km': 97.82895144623743, 'intersection_density_km': 80.91437800531439, 'edge_density_km': 23883.97417486147, 'street_density_km': 12072.72714253397, 'circuity_avg': 1.0613151091638133, 'self_loop_proportion': 0.002571575518601063, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613151091638133\n", - "6498\n", - "6992003.512561388\n", - "{'n': 145, 'm': 428, 'k_avg': 5.903448275862069, 'intersection_count': 120, 'streets_per_node_avg': 3.013793103448276, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 68, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.4689655172413793, 4: 0.3586206896551724}, 'edge_length_total': 64582.082000000024, 'edge_length_avg': 150.89271495327108, 'street_length_total': 32291.041, 'street_length_avg': 150.89271495327102, 'street_segments_count': 214, 'node_density_km': 20.73797585191458, 'intersection_density_km': 17.162462773998275, 'edge_density_km': 9236.563151602537, 'street_density_km': 4618.281575801267, 'circuity_avg': 1.055798923738991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055798923738991\n", - "6499\n", - "7015880.223501847\n", - "{'n': 562, 'm': 1504, 'k_avg': 5.352313167259786, 'intersection_count': 442, 'streets_per_node_avg': 2.713523131672598, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 369, 4: 67, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21352313167259787, 2: 0.0, 3: 0.6565836298932385, 4: 0.11921708185053381, 5: 0.010676156583629894}, 'edge_length_total': 111248.2740000001, 'edge_length_avg': 73.96826728723411, 'street_length_total': 55624.13699999999, 'street_length_avg': 73.96826728723403, 'street_segments_count': 752, 'node_density_km': 80.10399010482081, 'intersection_density_km': 62.99993527816868, 'edge_density_km': 15856.638148886837, 'street_density_km': 7928.31907444341, 'circuity_avg': 1.1065663304180429, 'self_loop_proportion': 0.003989361702127659, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1065663304180429\n", - "6500\n", - "9994399.546340514\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 657, 'm': 1418, 'k_avg': 4.316590563165906, 'intersection_count': 385, 'streets_per_node_avg': 2.197869101978691, 'streets_per_node_counts': {0: 0, 1: 272, 2: 0, 3: 368, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4140030441400304, 2: 0.0, 3: 0.5601217656012176, 4: 0.0258751902587519}, 'edge_length_total': 131910.5100000001, 'edge_length_avg': 93.02574753173491, 'street_length_total': 65955.25500000003, 'street_length_avg': 93.02574753173488, 'street_segments_count': 709, 'node_density_km': 65.73681559894841, 'intersection_density_km': 38.52157382891193, 'edge_density_km': 13198.44272668683, 'street_density_km': 6599.221363343413, 'circuity_avg': 1.0358356887762292, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358356887762292\n", - "6501\n", - "10015384.117800254\n", - "{'n': 661, 'm': 1651, 'k_avg': 4.995461422087746, 'intersection_count': 492, 'streets_per_node_avg': 2.6021180030257187, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 417, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2556732223903177, 2: 0.0, 3: 0.6308623298033282, 4: 0.11346444780635401}, 'edge_length_total': 167521.99400000056, 'edge_length_avg': 101.4669860690494, 'street_length_total': 83940.8149999999, 'street_length_avg': 101.50038089480036, 'street_segments_count': 827, 'node_density_km': 65.99846718062571, 'intersection_density_km': 49.12442640373351, 'edge_density_km': 16726.467205812427, 'street_density_km': 8381.187781985578, 'circuity_avg': 1.0805474434263835, 'self_loop_proportion': 0.0036341611144760752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805474434263835\n", - "6502\n", - "11986702.124326156\n", - "{'n': 303, 'm': 844, 'k_avg': 5.570957095709571, 'intersection_count': 251, 'streets_per_node_avg': 2.897689768976898, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 178, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1716171617161716, 2: 0.0, 3: 0.5874587458745875, 4: 0.24092409240924093}, 'edge_length_total': 144424.3150000001, 'edge_length_avg': 171.11885663507118, 'street_length_total': 72260.21400000008, 'street_length_avg': 170.4250330188681, 'street_segments_count': 424, 'node_density_km': 25.278011988391967, 'intersection_density_km': 20.939871317116776, 'edge_density_km': 12048.71143889538, 'street_density_km': 6028.364870547099, 'circuity_avg': 1.0168111473958816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0168111473958816\n", - "6503\n", - "35063814.43360309\n", - "{'n': 3675, 'm': 9741, 'k_avg': 5.301224489795918, 'intersection_count': 2882, 'streets_per_node_avg': 2.692517006802721, 'streets_per_node_counts': {0: 0, 1: 793, 2: 0, 3: 2438, 4: 433, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21578231292517006, 2: 0.0, 3: 0.6634013605442177, 4: 0.11782312925170069, 5: 0.0027210884353741495, 6: 0.00027210884353741496}, 'edge_length_total': 804535.3310000037, 'edge_length_avg': 82.5926836053797, 'street_length_total': 404108.6739999993, 'street_length_avg': 82.60602493867525, 'street_segments_count': 4892, 'node_density_km': 104.80890511666912, 'intersection_density_km': 82.19299715543957, 'edge_density_km': 22944.889025792487, 'street_density_km': 11524.949025874532, 'circuity_avg': 1.086837105959132, 'self_loop_proportion': 0.004414331177497177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086837105959132\n", - "6504\n", - "9991701.844817653\n", - "{'n': 128, 'm': 396, 'k_avg': 6.1875, 'intersection_count': 110, 'streets_per_node_avg': 3.171875, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 52, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.140625, 2: 0.0, 3: 0.40625, 4: 0.453125}, 'edge_length_total': 103459.13400000006, 'edge_length_avg': 261.2604393939396, 'street_length_total': 51729.567, 'street_length_avg': 261.2604393939394, 'street_segments_count': 198, 'node_density_km': 12.810630459954039, 'intersection_density_km': 11.009135551523004, 'edge_density_km': 10354.505729538027, 'street_density_km': 5177.252864769011, 'circuity_avg': 1.013098281877715, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013098281877715\n", - "6505\n", - "13028176.912038704\n", - "{'n': 987, 'm': 2720, 'k_avg': 5.511651469098277, 'intersection_count': 830, 'streets_per_node_avg': 2.88855116514691, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 634, 4: 188, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1590678824721378, 2: 0.0, 3: 0.6423505572441742, 4: 0.19047619047619047, 5: 0.008105369807497468}, 'edge_length_total': 148078.23900000044, 'edge_length_avg': 54.44052904411781, 'street_length_total': 78554.05500000011, 'street_length_avg': 56.55439524838021, 'street_segments_count': 1389, 'node_density_km': 75.75887299227271, 'intersection_density_km': 63.708069486916266, 'edge_density_km': 11365.998481580991, 'street_density_km': 6029.550836649457, 'circuity_avg': 1.1003650641480693, 'self_loop_proportion': 0.0029411764705882353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1003650641480693\n", - "6506\n", - "7990792.273219795\n", - "{'n': 45, 'm': 114, 'k_avg': 5.066666666666666, 'intersection_count': 27, 'streets_per_node_avg': 2.577777777777778, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 10, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.2222222222222222, 4: 0.37777777777777777}, 'edge_length_total': 43118.34200000001, 'edge_length_avg': 378.2310701754387, 'street_length_total': 21559.17100000001, 'street_length_avg': 378.2310701754388, 'street_segments_count': 57, 'node_density_km': 5.631481643042109, 'intersection_density_km': 3.3788889858252653, 'edge_density_km': 5396.003365586926, 'street_density_km': 2698.0016827934633, 'circuity_avg': 1.0025249608382198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0025249608382198\n", - "6507\n", - "11015588.9619509\n", - "{'n': 356, 'm': 894, 'k_avg': 5.022471910112359, 'intersection_count': 274, 'streets_per_node_avg': 2.6601123595505616, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 231, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2303370786516854, 2: 0.0, 3: 0.648876404494382, 4: 0.12078651685393259}, 'edge_length_total': 146086.71400000027, 'edge_length_avg': 163.40795749440747, 'street_length_total': 73043.35699999999, 'street_length_avg': 163.40795749440713, 'street_segments_count': 447, 'node_density_km': 32.317836225522264, 'intersection_density_km': 24.873840240991854, 'edge_density_km': 13261.816004990784, 'street_density_km': 6630.908002495379, 'circuity_avg': 1.0522098777200701, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522098777200701\n", - "6508\n", - "5993472.293673487\n", - "{'n': 192, 'm': 558, 'k_avg': 5.8125, 'intersection_count': 159, 'streets_per_node_avg': 2.9635416666666665, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 100, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.171875, 2: 0.0, 3: 0.5208333333333334, 4: 0.3072916666666667}, 'edge_length_total': 91654.03999999995, 'edge_length_avg': 164.25455197132607, 'street_length_total': 45827.02000000003, 'street_length_avg': 164.2545519713263, 'street_segments_count': 279, 'node_density_km': 32.03485235139385, 'intersection_density_km': 26.52886210349803, 'edge_density_km': 15292.310618795544, 'street_density_km': 7646.155309397782, 'circuity_avg': 1.0499329568119125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499329568119125\n", - "6509\n", - "13019643.240200616\n", - "{'n': 516, 'm': 1280, 'k_avg': 4.961240310077519, 'intersection_count': 370, 'streets_per_node_avg': 2.5775193798449614, 'streets_per_node_counts': {0: 0, 1: 146, 2: 0, 3: 296, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28294573643410853, 2: 0.0, 3: 0.5736434108527132, 4: 0.1434108527131783}, 'edge_length_total': 168908.9680000002, 'edge_length_avg': 131.96013125000016, 'street_length_total': 84454.48399999998, 'street_length_avg': 131.96013124999996, 'street_segments_count': 640, 'node_density_km': 39.63242236981979, 'intersection_density_km': 28.418597435723495, 'edge_density_km': 12973.394499663535, 'street_density_km': 6486.697249831758, 'circuity_avg': 1.0638693416912213, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638693416912213\n", - "6510\n", - "7993176.749730902\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 79, 'm': 246, 'k_avg': 6.227848101265823, 'intersection_count': 73, 'streets_per_node_avg': 3.3164556962025316, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 36, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0759493670886076, 2: 0.0, 3: 0.45569620253164556, 4: 0.46835443037974683}, 'edge_length_total': 67132.16000000003, 'edge_length_avg': 272.89495934959365, 'street_length_total': 33566.079999999994, 'street_length_avg': 272.8949593495935, 'street_segments_count': 123, 'node_density_km': 9.883429639243198, 'intersection_density_km': 9.13278941347789, 'edge_density_km': 8398.683289752113, 'street_density_km': 4199.341644876054, 'circuity_avg': 1.009610253104202, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.009610253104202\n", - "6511\n", - "11014968.4735536\n", - "{'n': 548, 'm': 1404, 'k_avg': 5.124087591240876, 'intersection_count': 431, 'streets_per_node_avg': 2.664233576642336, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 382, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21350364963503649, 2: 0.0, 3: 0.6970802919708029, 4: 0.08759124087591241, 5: 0.0018248175182481751}, 'edge_length_total': 144178.778, 'edge_length_avg': 102.69143732193731, 'street_length_total': 72206.22299999994, 'street_length_avg': 102.56565767045446, 'street_segments_count': 704, 'node_density_km': 49.75048283757881, 'intersection_density_km': 39.128573180650484, 'edge_density_km': 13089.350037284827, 'street_density_km': 6555.281857897601, 'circuity_avg': 1.0775163029820822, 'self_loop_proportion': 0.002849002849002849, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0775163029820822\n", - "6512\n", - "12990655.08883699\n", - "{'n': 171, 'm': 508, 'k_avg': 5.941520467836257, 'intersection_count': 157, 'streets_per_node_avg': 3.198830409356725, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 95, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08187134502923976, 2: 0.0, 3: 0.5555555555555556, 4: 0.36257309941520466}, 'edge_length_total': 90535.56400000001, 'edge_length_avg': 178.21961417322836, 'street_length_total': 45267.782, 'street_length_avg': 178.21961417322834, 'street_segments_count': 254, 'node_density_km': 13.163308457549777, 'intersection_density_km': 12.08561068909541, 'edge_density_km': 6969.283949182686, 'street_density_km': 3484.6419745913427, 'circuity_avg': 1.012745264448255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012745264448255\n", - "6513\n", - "139299196.76342106\n", - "{'n': 26105, 'm': 71665, 'k_avg': 5.490519057651791, 'intersection_count': 20986, 'streets_per_node_avg': 2.8097682436314884, 'streets_per_node_counts': {0: 0, 1: 5119, 2: 10, 3: 15849, 4: 4980, 5: 140, 6: 6, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1960927025474047, 2: 0.0003830683777054204, 3: 0.6071250718253208, 4: 0.19076805209729936, 5: 0.005362957287875886, 6: 0.00022984102662325224, 7: 3.830683777054204e-05}, 'edge_length_total': 4140216.67199998, 'edge_length_avg': 57.77180872113277, 'street_length_total': 2118439.2789999987, 'street_length_avg': 57.94735157831388, 'street_segments_count': 36558, 'node_density_km': 187.40237278134097, 'intersection_density_km': 150.65413503885162, 'edge_density_km': 29721.755531954153, 'street_density_km': 15207.835567048189, 'circuity_avg': 1.0898434764948843, 'self_loop_proportion': 0.0037535756645503382, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0898434764948843\n", - "6514\n", - "30980899.844098814\n", - "{'n': 1358, 'm': 3679, 'k_avg': 5.418262150220913, 'intersection_count': 1074, 'streets_per_node_avg': 2.7938144329896906, 'streets_per_node_counts': {0: 0, 1: 284, 2: 0, 3: 796, 4: 273, 5: 2, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20913107511045656, 2: 0.0, 3: 0.5861561119293078, 4: 0.20103092783505155, 5: 0.0014727540500736377, 6: 0.0014727540500736377, 7: 0.0, 8: 0.0007363770250368188}, 'edge_length_total': 503041.582, 'edge_length_avg': 136.73323783636857, 'street_length_total': 254069.4180000005, 'street_length_avg': 136.3764991948473, 'street_segments_count': 1863, 'node_density_km': 43.833458899957336, 'intersection_density_km': 34.666520514399245, 'edge_density_km': 16237.152068900234, 'street_density_km': 8200.840494579605, 'circuity_avg': 1.0481247106584157, 'self_loop_proportion': 0.0016308779559662953, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481247106584157\n", - "6515\n", - "30045433.051948488\n", - "{'n': 2063, 'm': 5121, 'k_avg': 4.964614638875424, 'intersection_count': 1461, 'streets_per_node_avg': 2.591371788657295, 'streets_per_node_counts': {0: 0, 1: 602, 2: 0, 3: 1111, 4: 340, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2918080465341735, 2: 0.0, 3: 0.538536112457586, 4: 0.16480853126514786, 5: 0.004362578768783325, 6: 0.0004847309743092584}, 'edge_length_total': 421979.129000001, 'edge_length_avg': 82.4017045498928, 'street_length_total': 215710.95100000012, 'street_length_avg': 81.33897096530924, 'street_segments_count': 2652, 'node_density_km': 68.66268149415845, 'intersection_density_km': 48.62635853754992, 'edge_density_km': 14044.7011787249, 'street_density_km': 7179.492158659732, 'circuity_avg': 1.0685628151463784, 'self_loop_proportion': 0.002148017965241164, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685628151463784\n", - "6516\n", - "10001185.528235396\n", - "{'n': 191, 'm': 568, 'k_avg': 5.947643979057592, 'intersection_count': 184, 'streets_per_node_avg': 3.1465968586387434, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 142, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03664921465968586, 2: 0.0, 3: 0.743455497382199, 4: 0.2198952879581152}, 'edge_length_total': 114381.14600000023, 'edge_length_avg': 201.3752570422539, 'street_length_total': 57190.57300000001, 'street_length_avg': 201.37525704225357, 'street_segments_count': 284, 'node_density_km': 19.097735909484715, 'intersection_density_km': 18.39781888662402, 'edge_density_km': 11436.75873995926, 'street_density_km': 5718.37936997962, 'circuity_avg': 1.0294388633062646, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294388633062646\n", - "6517\n", - "9014619.508478917\n", - "{'n': 250, 'm': 648, 'k_avg': 5.184, 'intersection_count': 198, 'streets_per_node_avg': 2.708, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 167, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208, 2: 0.0, 3: 0.668, 4: 0.124}, 'edge_length_total': 119108.09599999979, 'edge_length_avg': 183.80879012345645, 'street_length_total': 59554.047999999944, 'street_length_avg': 183.80879012345662, 'street_segments_count': 324, 'node_density_km': 27.732729014780546, 'intersection_density_km': 21.964321379706192, 'edge_density_km': 13212.770199337841, 'street_density_km': 6606.385099668927, 'circuity_avg': 1.056730863707183, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056730863707183\n", - "6518\n", - "31966002.38611047\n", - "{'n': 1107, 'm': 3110, 'k_avg': 5.618789521228545, 'intersection_count': 934, 'streets_per_node_avg': 2.9006323396567297, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 700, 4: 232, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15627822944896116, 2: 0.0, 3: 0.6323396567299007, 4: 0.20957542908762422, 5: 0.0018066847335140017}, 'edge_length_total': 438273.69600000023, 'edge_length_avg': 140.92401800643094, 'street_length_total': 222012.98600000044, 'street_length_avg': 139.45539321608067, 'street_segments_count': 1592, 'node_density_km': 34.630542369007706, 'intersection_density_km': 29.218542522721947, 'edge_density_km': 13710.619510884922, 'street_density_km': 6945.284659569042, 'circuity_avg': 1.0605534397657599, 'self_loop_proportion': 0.0045016077170418, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605534397657599\n", - "6519\n", - "11019488.812995018\n", - "{'n': 519, 'm': 1350, 'k_avg': 5.202312138728324, 'intersection_count': 407, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 356, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21579961464354527, 2: 0.0, 3: 0.6859344894026975, 4: 0.09826589595375723}, 'edge_length_total': 169896.0359999998, 'edge_length_avg': 125.8489155555554, 'street_length_total': 85486.75999999994, 'street_length_avg': 125.71582352941167, 'street_segments_count': 680, 'node_density_km': 47.098373509663695, 'intersection_density_km': 36.93456265594051, 'edge_density_km': 15417.778345547707, 'street_density_km': 7757.779099443112, 'circuity_avg': 1.0704040942225233, 'self_loop_proportion': 0.002962962962962963, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0704040942225233\n", - "6520\n", - "19004851.235544182\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 856, 'm': 2153, 'k_avg': 5.030373831775701, 'intersection_count': 627, 'streets_per_node_avg': 2.6039719626168223, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 509, 4: 117, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2675233644859813, 2: 0.0, 3: 0.594626168224299, 4: 0.1366822429906542, 5: 0.0011682242990654205}, 'edge_length_total': 265420.2710000006, 'edge_length_avg': 123.2792712494197, 'street_length_total': 133785.43100000007, 'street_length_avg': 122.17847579908683, 'street_segments_count': 1095, 'node_density_km': 45.04113130857082, 'intersection_density_km': 32.991576320647084, 'edge_density_km': 13965.922053817148, 'street_density_km': 7039.541080426104, 'circuity_avg': 1.06739894487635, 'self_loop_proportion': 0.0009289363678588017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06739894487635\n", - "6521\n", - "5006473.952177677\n", - "{'n': 221, 'm': 572, 'k_avg': 5.176470588235294, 'intersection_count': 181, 'streets_per_node_avg': 2.83710407239819, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 140, 4: 39, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18099547511312217, 2: 0.0, 3: 0.6334841628959276, 4: 0.17647058823529413, 5: 0.004524886877828055, 6: 0.004524886877828055}, 'edge_length_total': 57201.176, 'edge_length_avg': 100.00205594405594, 'street_length_total': 29971.799999999996, 'street_length_avg': 99.57408637873753, 'street_segments_count': 301, 'node_density_km': 44.142844267445184, 'intersection_density_km': 36.15318919641438, 'edge_density_km': 11425.441647433136, 'street_density_km': 5986.608596448024, 'circuity_avg': 1.0437069660483598, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437069660483598\n", - "6522\n", - "33967581.20710242\n", - "{'n': 2145, 'm': 6171, 'k_avg': 5.753846153846154, 'intersection_count': 1828, 'streets_per_node_avg': 2.9407925407925406, 'streets_per_node_counts': {0: 0, 1: 317, 2: 0, 3: 1326, 4: 497, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14778554778554778, 2: 0.0, 3: 0.6181818181818182, 4: 0.2317016317016317, 5: 0.002331002331002331}, 'edge_length_total': 703768.9240000017, 'edge_length_avg': 114.04455096418761, 'street_length_total': 353422.0310000013, 'street_length_avg': 113.67707655194639, 'street_segments_count': 3109, 'node_density_km': 63.14844695363511, 'intersection_density_km': 53.81601912878554, 'edge_density_km': 20718.841288965486, 'street_density_km': 10404.68642277369, 'circuity_avg': 1.0456762480150035, 'self_loop_proportion': 0.0009722897423432182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456762480150035\n", - "6523\n", - "14029106.175838696\n", - "{'n': 486, 'm': 1251, 'k_avg': 5.148148148148148, 'intersection_count': 373, 'streets_per_node_avg': 2.6872427983539096, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 301, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23251028806584362, 2: 0.0, 3: 0.6193415637860082, 4: 0.1440329218106996, 5: 0.00411522633744856}, 'edge_length_total': 195297.67600000015, 'edge_length_avg': 156.11325019984025, 'street_length_total': 98029.62799999988, 'street_length_avg': 154.1346352201256, 'street_segments_count': 636, 'node_density_km': 34.64226401230054, 'intersection_density_km': 26.587581227547528, 'edge_density_km': 13920.892290083817, 'street_density_km': 6987.58900041894, 'circuity_avg': 1.115576086167696, 'self_loop_proportion': 0.004796163069544364, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.115576086167696\n", - "6524\n", - "14990334.48935743\n", - "{'n': 468, 'm': 1048, 'k_avg': 4.478632478632479, 'intersection_count': 292, 'streets_per_node_avg': 2.2948717948717947, 'streets_per_node_counts': {0: 0, 1: 176, 2: 0, 3: 270, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37606837606837606, 2: 0.0, 3: 0.5769230769230769, 4: 0.04700854700854701}, 'edge_length_total': 124931.1919999998, 'edge_length_avg': 119.20915267175555, 'street_length_total': 62465.59600000001, 'street_length_avg': 119.20915267175575, 'street_segments_count': 524, 'node_density_km': 31.220117225020047, 'intersection_density_km': 19.47921843954242, 'edge_density_km': 8334.116366028806, 'street_density_km': 4167.05818301441, 'circuity_avg': 1.0511383977897661, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511383977897661\n", - "6525\n", - "34044745.53676512\n", - "{'n': 1108, 'm': 2939, 'k_avg': 5.305054151624549, 'intersection_count': 860, 'streets_per_node_avg': 2.723826714801444, 'streets_per_node_counts': {0: 0, 1: 248, 2: 1, 3: 670, 4: 187, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22382671480144403, 2: 0.0009025270758122744, 3: 0.6046931407942239, 4: 0.16877256317689532, 5: 0.0018050541516245488}, 'edge_length_total': 406858.06499999895, 'edge_length_avg': 138.43418339571247, 'street_length_total': 205536.98800000013, 'street_length_avg': 137.85176928236092, 'street_segments_count': 1491, 'node_density_km': 32.54540407134088, 'intersection_density_km': 25.260873196167115, 'edge_density_km': 11950.686033491733, 'street_density_km': 6037.260222081541, 'circuity_avg': 1.067216569829476, 'self_loop_proportion': 0.003402517863218782, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067216569829476\n", - "6526\n", - "7995122.932571985\n", - "{'n': 238, 'm': 552, 'k_avg': 4.638655462184874, 'intersection_count': 159, 'streets_per_node_avg': 2.399159663865546, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 145, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3319327731092437, 2: 0.0, 3: 0.6092436974789915, 4: 0.0546218487394958, 5: 0.004201680672268907}, 'edge_length_total': 64526.63199999997, 'edge_length_avg': 116.89607246376806, 'street_length_total': 32263.316000000006, 'street_length_avg': 116.89607246376814, 'street_segments_count': 276, 'node_density_km': 29.768147657916845, 'intersection_density_km': 19.88712385549907, 'edge_density_km': 8070.749198504459, 'street_density_km': 4035.374599252232, 'circuity_avg': 1.0599632002798083, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599632002798083\n", - "6527\n", - "8010530.996192158\n", - "{'n': 46, 'm': 117, 'k_avg': 5.086956521739131, 'intersection_count': 39, 'streets_per_node_avg': 2.739130434782609, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 37, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15217391304347827, 2: 0.0, 3: 0.8043478260869565, 4: 0.043478260869565216}, 'edge_length_total': 38270.79399999999, 'edge_length_avg': 327.1008034188033, 'street_length_total': 19175.50000000001, 'street_length_avg': 325.0084745762714, 'street_segments_count': 59, 'node_density_km': 5.742440797228837, 'intersection_density_km': 4.868591110694013, 'edge_density_km': 4777.560191476968, 'street_density_km': 2393.786380592644, 'circuity_avg': 1.1685980986708273, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1685980986708273\n", - "6528\n", - "5996207.717810908\n", - "{'n': 179, 'm': 482, 'k_avg': 5.385474860335195, 'intersection_count': 147, 'streets_per_node_avg': 2.8379888268156424, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 112, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1787709497206704, 2: 0.0, 3: 0.6256983240223464, 4: 0.19553072625698323}, 'edge_length_total': 81367.61600000002, 'edge_length_avg': 168.81248132780087, 'street_length_total': 40683.808, 'street_length_avg': 168.8124813278008, 'street_segments_count': 241, 'node_density_km': 29.85220132856725, 'intersection_density_km': 24.515494945806623, 'edge_density_km': 13569.846114287991, 'street_density_km': 6784.923057143993, 'circuity_avg': 1.0428568406274643, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428568406274643\n", - "6529\n", - "5010933.089100845\n", - "{'n': 259, 'm': 677, 'k_avg': 5.227799227799228, 'intersection_count': 219, 'streets_per_node_avg': 2.7915057915057915, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 193, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15444015444015444, 2: 0.0, 3: 0.7451737451737451, 4: 0.10038610038610038}, 'edge_length_total': 64861.21700000008, 'edge_length_avg': 95.80681979320543, 'street_length_total': 32833.581000000006, 'street_length_avg': 93.81023142857144, 'street_segments_count': 350, 'node_density_km': 51.68698032774462, 'intersection_density_km': 43.70443510338252, 'edge_density_km': 12943.939950241618, 'street_density_km': 6552.388630256409, 'circuity_avg': 1.0713750115219216, 'self_loop_proportion': 0.0029542097488921715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0713750115219216\n", - "6530\n", - "11014885.373183489\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1813, 'm': 5415, 'k_avg': 5.973524544953117, 'intersection_count': 1631, 'streets_per_node_avg': 3.045780474351903, 'streets_per_node_counts': {0: 0, 1: 182, 2: 1, 3: 1208, 4: 400, 5: 18, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10038610038610038, 2: 0.0005515719801434088, 3: 0.6662989520132377, 4: 0.2206287920573635, 5: 0.009928295642581356, 6: 0.002206287920573635}, 'edge_length_total': 301226.1859999999, 'edge_length_avg': 55.62810452446905, 'street_length_total': 152860.97599999967, 'street_length_avg': 55.6870586520946, 'street_segments_count': 2745, 'node_density_km': 164.59544866566435, 'intersection_density_km': 148.07235343281772, 'edge_density_km': 27347.19207640201, 'street_density_km': 13877.672878208106, 'circuity_avg': 1.077945651077073, 'self_loop_proportion': 0.0016620498614958448, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077945651077073\n", - "6531\n", - "8992096.750270428\n", - "{'n': 243, 'm': 616, 'k_avg': 5.0699588477366255, 'intersection_count': 195, 'streets_per_node_avg': 2.674897119341564, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 178, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19753086419753085, 2: 0.0, 3: 0.7325102880658436, 4: 0.06995884773662552}, 'edge_length_total': 108104.67800000003, 'edge_length_avg': 175.49460714285718, 'street_length_total': 54052.339000000014, 'street_length_avg': 175.49460714285718, 'street_segments_count': 308, 'node_density_km': 27.023730587940126, 'intersection_density_km': 21.685709731063064, 'edge_density_km': 12022.188039374563, 'street_density_km': 6011.094019687282, 'circuity_avg': 1.0427304080025173, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427304080025173\n", - "6532\n", - "5006447.088285655\n", - "{'n': 62, 'm': 136, 'k_avg': 4.387096774193548, 'intersection_count': 43, 'streets_per_node_avg': 2.435483870967742, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 40, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3064516129032258, 2: 0.0, 3: 0.6451612903225806, 4: 0.04838709677419355}, 'edge_length_total': 25366.36800000002, 'edge_length_avg': 186.51741176470603, 'street_length_total': 12683.184000000001, 'street_length_avg': 186.5174117647059, 'street_segments_count': 68, 'node_density_km': 12.38403181071679, 'intersection_density_km': 8.588925288077773, 'edge_density_km': 5066.740455392721, 'street_density_km': 2533.3702276963586, 'circuity_avg': 1.2071055903752053, 'self_loop_proportion': 0.029411764705882353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2071055903752053\n", - "6533\n", - "21979671.290509924\n", - "{'n': 664, 'm': 1782, 'k_avg': 5.367469879518072, 'intersection_count': 529, 'streets_per_node_avg': 2.76355421686747, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 416, 4: 113}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2033132530120482, 2: 0.0, 3: 0.6265060240963856, 4: 0.17018072289156627}, 'edge_length_total': 216949.75100000008, 'edge_length_avg': 121.74509034792372, 'street_length_total': 109655.72700000001, 'street_length_avg': 121.30058296460179, 'street_segments_count': 904, 'node_density_km': 30.209732949313608, 'intersection_density_km': 24.067693870763403, 'edge_density_km': 9870.472953509165, 'street_density_km': 4988.961188302467, 'circuity_avg': 1.0468664908192349, 'self_loop_proportion': 0.004489337822671156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468664908192349\n", - "6534\n", - "8010978.175529299\n", - "{'n': 273, 'm': 754, 'k_avg': 5.523809523809524, 'intersection_count': 231, 'streets_per_node_avg': 2.8754578754578755, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 181, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.663003663003663, 4: 0.18315018315018314}, 'edge_length_total': 107513.74600000003, 'edge_length_avg': 142.59117506631304, 'street_length_total': 53756.87300000002, 'street_length_avg': 142.59117506631304, 'street_segments_count': 377, 'node_density_km': 34.07823539376481, 'intersection_density_km': 28.835429948570223, 'edge_density_km': 13420.801261001614, 'street_density_km': 6710.400630500808, 'circuity_avg': 1.0558238049150073, 'self_loop_proportion': 0.005305039787798408, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558238049150073\n", - "6535\n", - "19983369.756182317\n", - "{'n': 580, 'm': 1619, 'k_avg': 5.582758620689655, 'intersection_count': 481, 'streets_per_node_avg': 2.9948275862068967, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 288, 4: 191, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1706896551724138, 2: 0.0, 3: 0.496551724137931, 4: 0.3293103448275862, 5: 0.0034482758620689655}, 'edge_length_total': 291216.91800000006, 'edge_length_avg': 179.87456331068566, 'street_length_total': 150209.12899999984, 'street_length_avg': 178.18402016607337, 'street_segments_count': 843, 'node_density_km': 29.02413392118532, 'intersection_density_km': 24.07001451050024, 'edge_density_km': 14572.963496804907, 'street_density_km': 7516.706683242409, 'circuity_avg': 1.0191773024652597, 'self_loop_proportion': 0.0024706609017912293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0191773024652597\n", - "6536\n", - "21027094.295402627\n", - "{'n': 514, 'm': 1291, 'k_avg': 5.023346303501945, 'intersection_count': 393, 'streets_per_node_avg': 2.6361867704280155, 'streets_per_node_counts': {0: 0, 1: 121, 2: 1, 3: 337, 4: 54, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23540856031128404, 2: 0.0019455252918287938, 3: 0.6556420233463035, 4: 0.10505836575875487, 5: 0.0019455252918287938}, 'edge_length_total': 183634.4770000003, 'edge_length_avg': 142.24204260263386, 'street_length_total': 94435.24599999994, 'street_length_avg': 143.73705631659047, 'street_segments_count': 657, 'node_density_km': 24.44465187528936, 'intersection_density_km': 18.69017157001696, 'edge_density_km': 8733.23125012809, 'street_density_km': 4491.122010169865, 'circuity_avg': 1.0892383613079306, 'self_loop_proportion': 0.0077459333849728895, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0892383613079306\n", - "6537\n", - "5993391.662108336\n", - "{'n': 142, 'm': 452, 'k_avg': 6.366197183098592, 'intersection_count': 115, 'streets_per_node_avg': 3.2253521126760565, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 29, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19014084507042253, 2: 0.0, 3: 0.20422535211267606, 4: 0.6056338028169014}, 'edge_length_total': 72891.07599999994, 'edge_length_avg': 161.26344247787597, 'street_length_total': 36445.538, 'street_length_avg': 161.2634424778761, 'street_segments_count': 226, 'node_density_km': 23.692761629071928, 'intersection_density_km': 19.187799910868108, 'edge_density_km': 12161.907665877214, 'street_density_km': 6080.953832938611, 'circuity_avg': 1.0085180263088096, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0085180263088096\n", - "6538\n", - "187279792.53074616\n", - "error with entry 6538\n", - "6539\n", - "16029698.875783067\n", - "{'n': 1207, 'm': 3183, 'k_avg': 5.274233637116819, 'intersection_count': 944, 'streets_per_node_avg': 2.6868268434134217, 'streets_per_node_counts': {0: 0, 1: 263, 2: 0, 3: 797, 4: 146, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21789560894780446, 2: 0.0, 3: 0.6603148301574151, 4: 0.12096106048053024, 5: 0.0008285004142502071}, 'edge_length_total': 324537.7470000006, 'edge_length_avg': 101.9597068803018, 'street_length_total': 162859.25899999996, 'street_length_avg': 101.91442991239046, 'street_segments_count': 1598, 'node_density_km': 75.29773387218646, 'intersection_density_km': 58.890688297716665, 'edge_density_km': 20246.028918877404, 'street_density_km': 10159.845188735282, 'circuity_avg': 1.092663230018002, 'self_loop_proportion': 0.005026704366949419, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092663230018002\n", - "6540\n", - "6992150.786348937\n", - "{'n': 209, 'm': 672, 'k_avg': 6.430622009569378, 'intersection_count': 183, 'streets_per_node_avg': 3.272727272727273, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 74, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12440191387559808, 2: 0.0, 3: 0.35406698564593303, 4: 0.5215311004784688}, 'edge_length_total': 89116.97400000006, 'edge_length_avg': 132.61454464285723, 'street_length_total': 44558.487, 'street_length_avg': 132.61454464285714, 'street_segments_count': 336, 'node_density_km': 29.890659739209184, 'intersection_density_km': 26.172204460647276, 'edge_density_km': 12745.287783837097, 'street_density_km': 6372.643891918545, 'circuity_avg': 1.0254795686867368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0254795686867368\n", - "6541\n", - "15028257.899148697\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 616, 'm': 1734, 'k_avg': 5.62987012987013, 'intersection_count': 509, 'streets_per_node_avg': 2.8766233766233764, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 372, 4: 136, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1737012987012987, 2: 0.0, 3: 0.6038961038961039, 4: 0.22077922077922077, 5: 0.0016233766233766235}, 'edge_length_total': 213345.72799999965, 'edge_length_avg': 123.03675201845424, 'street_length_total': 106672.86399999996, 'street_length_avg': 123.0367520184544, 'street_segments_count': 867, 'node_density_km': 40.98944828694312, 'intersection_density_km': 33.86952788645138, 'edge_density_km': 14196.304683597758, 'street_density_km': 7098.152341798888, 'circuity_avg': 1.0667122139051366, 'self_loop_proportion': 0.002306805074971165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667122139051366\n", - "6542\n", - "46964032.77456292\n", - "{'n': 1005, 'm': 2964, 'k_avg': 5.898507462686567, 'intersection_count': 895, 'streets_per_node_avg': 3.135323383084577, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 540, 4: 354, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10945273631840796, 2: 0.0, 3: 0.5373134328358209, 4: 0.3522388059701492, 5: 0.0009950248756218905}, 'edge_length_total': 595164.1270000009, 'edge_length_avg': 200.7976136977061, 'street_length_total': 301601.9569999999, 'street_length_avg': 198.29188494411562, 'street_segments_count': 1521, 'node_density_km': 21.399354796131075, 'intersection_density_km': 19.057136858246082, 'edge_density_km': 12672.76449313695, 'street_density_km': 6421.977398060165, 'circuity_avg': 1.0172127461665386, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0172127461665386\n", - "6543\n", - "119157389.19164038\n", - "error with entry 6543\n", - "6544\n", - "7990953.828445484\n", - "{'n': 41, 'm': 104, 'k_avg': 5.073170731707317, 'intersection_count': 31, 'streets_per_node_avg': 2.5853658536585367, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 28, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24390243902439024, 2: 0.0, 3: 0.6829268292682927, 4: 0.07317073170731707}, 'edge_length_total': 35854.76999999999, 'edge_length_avg': 344.75740384615375, 'street_length_total': 17927.384999999995, 'street_length_avg': 344.75740384615375, 'street_segments_count': 52, 'node_density_km': 5.130801764121307, 'intersection_density_km': 3.879386699701476, 'edge_density_km': 4486.919930930821, 'street_density_km': 2243.4599654654103, 'circuity_avg': 1.040387921134211, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040387921134211\n", - "6545\n", - "8012791.513696089\n", - "{'n': 232, 'm': 636, 'k_avg': 5.482758620689655, 'intersection_count': 189, 'streets_per_node_avg': 2.8060344827586206, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 148, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1853448275862069, 2: 0.0, 3: 0.6379310344827587, 4: 0.17672413793103448}, 'edge_length_total': 113664.05800000008, 'edge_length_avg': 178.71707232704415, 'street_length_total': 56832.02899999997, 'street_length_avg': 178.71707232704395, 'street_segments_count': 318, 'node_density_km': 28.953704786084533, 'intersection_density_km': 23.587285364525762, 'edge_density_km': 14185.325776381, 'street_density_km': 7092.662888190492, 'circuity_avg': 1.0467378856359162, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467378856359162\n", - "6546\n", - "5993982.534309459\n", - "{'n': 93, 'm': 236, 'k_avg': 5.075268817204301, 'intersection_count': 65, 'streets_per_node_avg': 2.6451612903225805, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 42, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3010752688172043, 2: 0.0, 3: 0.45161290322580644, 4: 0.24731182795698925}, 'edge_length_total': 47217.31199999996, 'edge_length_avg': 200.0733559322032, 'street_length_total': 23608.656000000014, 'street_length_avg': 200.0733559322035, 'street_segments_count': 118, 'node_density_km': 15.515560725722757, 'intersection_density_km': 10.844209109376122, 'edge_density_km': 7877.452383240831, 'street_density_km': 3938.726191620421, 'circuity_avg': 1.0301039971637405, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0301039971637405\n", - "6547\n", - "14018211.373973662\n", - "{'n': 1251, 'm': 3363, 'k_avg': 5.376498800959233, 'intersection_count': 1063, 'streets_per_node_avg': 2.8441247002398082, 'streets_per_node_counts': {0: 0, 1: 188, 2: 1, 3: 886, 4: 170, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15027977617905675, 2: 0.0007993605115907274, 3: 0.7082334132693845, 4: 0.13589128697042366, 5: 0.004796163069544364}, 'edge_length_total': 304826.26699999993, 'edge_length_avg': 90.64117365447515, 'street_length_total': 157368.64499999996, 'street_length_avg': 89.66874358974357, 'street_segments_count': 1755, 'node_density_km': 89.24105698125068, 'intersection_density_km': 75.82993091212587, 'edge_density_km': 21745.018595306898, 'street_density_km': 11226.01456075716, 'circuity_avg': 1.055877259123813, 'self_loop_proportion': 0.0011894142134998512, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055877259123813\n", - "6548\n", - "7991076.179787821\n", - "{'n': 225, 'm': 634, 'k_avg': 5.635555555555555, 'intersection_count': 192, 'streets_per_node_avg': 2.937777777777778, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 140, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14666666666666667, 2: 0.0, 3: 0.6222222222222222, 4: 0.2311111111111111}, 'edge_length_total': 105405.00999999994, 'edge_length_avg': 166.25395899053618, 'street_length_total': 52702.50499999998, 'street_length_avg': 166.25395899053623, 'street_segments_count': 317, 'node_density_km': 28.156407840173312, 'intersection_density_km': 24.026801356947892, 'edge_density_km': 13190.339777589088, 'street_density_km': 6595.169888794546, 'circuity_avg': 1.0193126179978662, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0193126179978662\n", - "6549\n", - "12019505.383186022\n", - "{'n': 1134, 'm': 3027, 'k_avg': 5.338624338624339, 'intersection_count': 895, 'streets_per_node_avg': 2.693121693121693, 'streets_per_node_counts': {0: 0, 1: 239, 2: 0, 3: 766, 4: 128, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21075837742504408, 2: 0.0, 3: 0.6754850088183422, 4: 0.1128747795414462, 5: 0.0008818342151675485}, 'edge_length_total': 238168.93799999956, 'edge_length_avg': 78.68151238850332, 'street_length_total': 119111.72899999998, 'street_length_avg': 78.67353302509906, 'street_segments_count': 1514, 'node_density_km': 94.34664437908921, 'intersection_density_km': 74.46229869425471, 'edge_density_km': 19815.202906200444, 'street_density_km': 9909.869433281698, 'circuity_avg': 1.0594091323711008, 'self_loop_proportion': 0.0019821605550049554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594091323711008\n", - "6550\n", - "6991671.926843185\n", - "{'n': 36, 'm': 92, 'k_avg': 5.111111111111111, 'intersection_count': 27, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 21, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.5833333333333334, 4: 0.16666666666666666}, 'edge_length_total': 25638.401999999987, 'edge_length_avg': 278.6782826086955, 'street_length_total': 12819.200999999997, 'street_length_avg': 278.6782826086956, 'street_segments_count': 46, 'node_density_km': 5.148983015319254, 'intersection_density_km': 3.8617372614894405, 'edge_density_km': 3666.991567720198, 'street_density_km': 1833.4957838600994, 'circuity_avg': 1.014633914258747, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014633914258747\n", - "6551\n", - "19033996.560489807\n", - "{'n': 1415, 'm': 4018, 'k_avg': 5.679151943462897, 'intersection_count': 1220, 'streets_per_node_avg': 2.9568904593639576, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 907, 4: 297, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13780918727915195, 2: 0.0, 3: 0.6409893992932862, 4: 0.20989399293286218, 5: 0.011307420494699646}, 'edge_length_total': 308544.8339999994, 'edge_length_avg': 76.79065057242394, 'street_length_total': 156836.19700000022, 'street_length_avg': 76.0971358563805, 'street_segments_count': 2061, 'node_density_km': 74.34066700091846, 'intersection_density_km': 64.09584009973182, 'edge_density_km': 16210.19700300185, 'street_density_km': 8239.793282591845, 'circuity_avg': 1.0655558843385569, 'self_loop_proportion': 0.003982080637132902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655558843385569\n", - "6552\n", - "14032211.598113261\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 639, 'm': 1752, 'k_avg': 5.483568075117371, 'intersection_count': 538, 'streets_per_node_avg': 2.8231611893583723, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 449, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15805946791862285, 2: 0.0, 3: 0.702660406885759, 4: 0.13928012519561817}, 'edge_length_total': 178037.24800000017, 'edge_length_avg': 101.61943378995443, 'street_length_total': 89391.8139999998, 'street_length_avg': 101.35126303854852, 'street_segments_count': 882, 'node_density_km': 45.53808182923343, 'intersection_density_km': 38.34035684527009, 'edge_density_km': 12687.753940650286, 'street_density_km': 6370.472207817848, 'circuity_avg': 1.06041478985987, 'self_loop_proportion': 0.001141552511415525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06041478985987\n", - "6553\n", - "16983837.96903274\n", - "{'n': 773, 'm': 2156, 'k_avg': 5.578266494178525, 'intersection_count': 652, 'streets_per_node_avg': 2.8965071151358344, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 492, 4: 158, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15653298835705046, 2: 0.0, 3: 0.6364812419146184, 4: 0.20439844760672704, 5: 0.00258732212160414}, 'edge_length_total': 259601.56900000086, 'edge_length_avg': 120.4088910018557, 'street_length_total': 130782.60199999977, 'street_length_avg': 119.3271916058392, 'street_segments_count': 1096, 'node_density_km': 45.513858611312685, 'intersection_density_km': 38.389438311223635, 'edge_density_km': 15285.212298500612, 'street_density_km': 7700.415079233595, 'circuity_avg': 1.0390310398565852, 'self_loop_proportion': 0.0027829313543599257, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390310398565852\n", - "6554\n", - "21034311.488354523\n", - "{'n': 1980, 'm': 5780, 'k_avg': 5.838383838383838, 'intersection_count': 1649, 'streets_per_node_avg': 2.9757575757575756, 'streets_per_node_counts': {0: 0, 1: 331, 2: 0, 3: 1046, 4: 592, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16717171717171717, 2: 0.0, 3: 0.5282828282828282, 4: 0.298989898989899, 5: 0.005555555555555556}, 'edge_length_total': 462443.16899999935, 'edge_length_avg': 80.007468685121, 'street_length_total': 231820.05800000046, 'street_length_avg': 80.02073110113926, 'street_segments_count': 2897, 'node_density_km': 94.13191399662458, 'intersection_density_km': 78.39572029314844, 'edge_density_km': 21985.18212759316, 'street_density_km': 11021.043314317456, 'circuity_avg': 1.0445723071682136, 'self_loop_proportion': 0.001384083044982699, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0445723071682136\n", - "6555\n", - "14994135.88871953\n", - "{'n': 1299, 'm': 3495, 'k_avg': 5.381062355658199, 'intersection_count': 1059, 'streets_per_node_avg': 2.7821401077752115, 'streets_per_node_counts': {0: 0, 1: 240, 2: 1, 3: 863, 4: 192, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18475750577367206, 2: 0.0007698229407236335, 3: 0.6643571978444958, 4: 0.14780600461893764, 5: 0.0023094688221709007}, 'edge_length_total': 298049.31100000057, 'edge_length_avg': 85.27877281831204, 'street_length_total': 152096.10600000003, 'street_length_avg': 85.39927344188659, 'street_segments_count': 1781, 'node_density_km': 86.63386870978479, 'intersection_density_km': 70.62761121144118, 'edge_density_km': 19877.72507945794, 'street_density_km': 10143.705988047353, 'circuity_avg': 1.105791573116151, 'self_loop_proportion': 0.0022889842632331904, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.105791573116151\n", - "6556\n", - "9015293.70189028\n", - "{'n': 894, 'm': 2641, 'k_avg': 5.908277404921701, 'intersection_count': 803, 'streets_per_node_avg': 3.134228187919463, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 520, 4: 267, 5: 13, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1017897091722595, 2: 0.0, 3: 0.5816554809843401, 4: 0.2986577181208054, 5: 0.0145413870246085, 6: 0.003355704697986577}, 'edge_length_total': 191580.5310000003, 'edge_length_avg': 72.5409053388869, 'street_length_total': 99870.23400000001, 'street_length_avg': 72.21275054229936, 'street_segments_count': 1383, 'node_density_km': 99.16482252958112, 'intersection_density_km': 89.07086408417632, 'edge_density_km': 21250.61449299546, 'street_density_km': 11077.868043174203, 'circuity_avg': 1.0514559819831168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514559819831168\n", - "6557\n", - "8991879.794295412\n", - "{'n': 302, 'm': 727, 'k_avg': 4.814569536423841, 'intersection_count': 217, 'streets_per_node_avg': 2.533112582781457, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 189, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2814569536423841, 2: 0.0, 3: 0.6258278145695364, 4: 0.08940397350993377, 5: 0.0033112582781456954}, 'edge_length_total': 122314.56799999981, 'edge_length_avg': 168.24562310866548, 'street_length_total': 62055.320000000036, 'street_length_avg': 168.17159891598925, 'street_segments_count': 369, 'node_density_km': 33.5858582308444, 'intersection_density_km': 24.132884887725947, 'edge_density_km': 13602.780597400566, 'street_density_km': 6901.262185396306, 'circuity_avg': 1.0429785709815007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429785709815007\n", - "6558\n", - "12018877.3593324\n", - "{'n': 224, 'm': 556, 'k_avg': 4.964285714285714, 'intersection_count': 179, 'streets_per_node_avg': 2.6785714285714284, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 161, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20089285714285715, 2: 0.0, 3: 0.71875, 4: 0.08035714285714286}, 'edge_length_total': 112724.03200000002, 'edge_length_avg': 202.74106474820147, 'street_length_total': 56362.01600000004, 'street_length_avg': 202.74106474820158, 'street_segments_count': 278, 'node_density_km': 18.637348007055653, 'intersection_density_km': 14.893237916352508, 'edge_density_km': 9378.915237243205, 'street_density_km': 4689.4576186216045, 'circuity_avg': 1.0719509081677077, 'self_loop_proportion': 0.01079136690647482, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719509081677077\n", - "6559\n", - "5997152.833731227\n", - "{'n': 164, 'm': 420, 'k_avg': 5.121951219512195, 'intersection_count': 134, 'streets_per_node_avg': 2.731707317073171, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 118, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18292682926829268, 2: 0.0, 3: 0.7195121951219512, 4: 0.0975609756097561}, 'edge_length_total': 56752.04199999996, 'edge_length_avg': 135.12390952380943, 'street_length_total': 28376.020999999993, 'street_length_avg': 135.1239095238095, 'street_segments_count': 210, 'node_density_km': 27.346309915194325, 'intersection_density_km': 22.343936150219754, 'edge_density_km': 9463.164200317828, 'street_density_km': 4731.582100158916, 'circuity_avg': 1.0647978716295599, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647978716295599\n", - "6560\n", - "22032640.853061955\n", - "error with entry 6560\n", - "6561\n", - "16997738.906398397\n", - "{'n': 591, 'm': 1506, 'k_avg': 5.096446700507614, 'intersection_count': 458, 'streets_per_node_avg': 2.6345177664974617, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 408, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22504230118443316, 2: 0.0, 3: 0.6903553299492385, 4: 0.08460236886632826}, 'edge_length_total': 229400.283, 'edge_length_avg': 152.3242250996016, 'street_length_total': 114878.4770000001, 'street_length_avg': 151.75492338177028, 'street_segments_count': 757, 'node_density_km': 34.76933039473457, 'intersection_density_km': 26.944760272061643, 'edge_density_km': 13495.929327026413, 'street_density_km': 6758.456382499017, 'circuity_avg': 1.055986300012796, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055986300012796\n", - "6562\n", - "4006985.163032171\n", - "{'n': 46, 'm': 110, 'k_avg': 4.782608695652174, 'intersection_count': 38, 'streets_per_node_avg': 2.739130434782609, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 34, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.7391304347826086, 4: 0.08695652173913043}, 'edge_length_total': 18213.391999999996, 'edge_length_avg': 165.5762909090909, 'street_length_total': 9106.695999999996, 'street_length_avg': 165.57629090909083, 'street_segments_count': 55, 'node_density_km': 11.479952664758763, 'intersection_density_km': 9.483439157844195, 'edge_density_km': 4545.410391841215, 'street_density_km': 2272.705195920607, 'circuity_avg': 1.1244126783223474, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1244126783223474\n", - "6563\n", - "11994002.19385768\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 181, 'm': 470, 'k_avg': 5.193370165745856, 'intersection_count': 153, 'streets_per_node_avg': 2.8287292817679557, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 129, 4: 23, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15469613259668508, 2: 0.0, 3: 0.712707182320442, 4: 0.1270718232044199, 5: 0.0055248618784530384}, 'edge_length_total': 113363.13799999995, 'edge_length_avg': 241.1981659574467, 'street_length_total': 58305.307, 'street_length_avg': 236.05387449392714, 'street_segments_count': 247, 'node_density_km': 15.090876012403351, 'intersection_density_km': 12.756375855788468, 'edge_density_km': 9451.652264834089, 'street_density_km': 4861.205297249244, 'circuity_avg': 1.0673876552131034, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673876552131034\n", - "6564\n", - "8011900.214528219\n", - "{'n': 278, 'm': 810, 'k_avg': 5.827338129496403, 'intersection_count': 250, 'streets_per_node_avg': 3.050359712230216, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 180, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10071942446043165, 2: 0.0, 3: 0.6474820143884892, 4: 0.2517985611510791}, 'edge_length_total': 122074.14800000012, 'edge_length_avg': 150.70882469135816, 'street_length_total': 61037.074, 'street_length_avg': 150.70882469135802, 'street_segments_count': 405, 'node_density_km': 34.69838522151016, 'intersection_density_km': 31.203583832293308, 'edge_density_km': 15236.603643495137, 'street_density_km': 7618.301821747561, 'circuity_avg': 1.0477733813604402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477733813604402\n", - "6565\n", - "58963303.66527104\n", - "{'n': 1958, 'm': 5669, 'k_avg': 5.790602655771195, 'intersection_count': 1682, 'streets_per_node_avg': 2.9785495403472932, 'streets_per_node_counts': {0: 0, 1: 276, 2: 0, 3: 1176, 4: 502, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14096016343207354, 2: 0.0, 3: 0.6006128702757916, 4: 0.25638406537282943, 5: 0.0020429009193054137}, 'edge_length_total': 828576.3349999964, 'edge_length_avg': 146.15917004762682, 'street_length_total': 419450.9680000001, 'street_length_avg': 145.9467529575505, 'street_segments_count': 2874, 'node_density_km': 33.20709455351037, 'intersection_density_km': 28.526217078143233, 'edge_density_km': 14052.406895375876, 'street_density_km': 7113.763000478783, 'circuity_avg': 1.052131798368697, 'self_loop_proportion': 0.0017639795378373612, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052131798368697\n", - "6566\n", - "13019450.936716586\n", - "{'n': 431, 'm': 1166, 'k_avg': 5.410672853828307, 'intersection_count': 353, 'streets_per_node_avg': 2.7865429234338746, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 298, 4: 47, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18097447795823665, 2: 0.0, 3: 0.691415313225058, 4: 0.10904872389791183, 5: 0.016241299303944315, 6: 0.002320185614849188}, 'edge_length_total': 109873.72999999985, 'edge_length_avg': 94.23132933104618, 'street_length_total': 54936.865000000034, 'street_length_avg': 94.23132933104637, 'street_segments_count': 583, 'node_density_km': 33.104314620866425, 'intersection_density_km': 27.113278564189905, 'edge_density_km': 8439.198437327437, 'street_density_km': 4219.599218663727, 'circuity_avg': 1.0781291642033317, 'self_loop_proportion': 0.0017152658662092624, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0781291642033317\n", - "6567\n", - "46077503.12922374\n", - "{'n': 4816, 'm': 13131, 'k_avg': 5.453073089700997, 'intersection_count': 3916, 'streets_per_node_avg': 2.792151162790698, 'streets_per_node_counts': {0: 0, 1: 900, 2: 1, 3: 3139, 4: 753, 5: 22, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18687707641196014, 2: 0.00020764119601328904, 3: 0.6517857142857143, 4: 0.15635382059800665, 5: 0.004568106312292359, 6: 0.00020764119601328904}, 'edge_length_total': 1090798.6050000002, 'edge_length_avg': 83.0704900616861, 'street_length_total': 551477.7999999986, 'street_length_avg': 82.76719195557537, 'street_segments_count': 6663, 'node_density_km': 104.51955233975227, 'intersection_density_km': 84.98724397061252, 'edge_density_km': 23673.12746831941, 'street_density_km': 11968.482720371947, 'circuity_avg': 1.0667843980725074, 'self_loop_proportion': 0.0013708019191226869, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667843980725074\n", - "6568\n", - "7997513.63702855\n", - "{'n': 326, 'm': 843, 'k_avg': 5.171779141104294, 'intersection_count': 258, 'streets_per_node_avg': 2.7208588957055215, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 214, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2085889570552147, 2: 0.0, 3: 0.656441717791411, 4: 0.13190184049079753, 5: 0.003067484662576687}, 'edge_length_total': 112521.62600000009, 'edge_length_avg': 133.47761091340462, 'street_length_total': 57108.760000000024, 'street_length_avg': 133.43168224299072, 'street_segments_count': 428, 'node_density_km': 40.7626688488054, 'intersection_density_km': 32.26002626684599, 'edge_density_km': 14069.576009101642, 'street_density_km': 7140.8143320426525, 'circuity_avg': 1.0614248764697463, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614248764697463\n", - "6569\n", - "30045606.738859527\n", - "{'n': 9846, 'm': 26170, 'k_avg': 5.315864310379849, 'intersection_count': 7547, 'streets_per_node_avg': 2.6897217144017875, 'streets_per_node_counts': {0: 0, 1: 2299, 2: 4, 3: 6019, 4: 1502, 5: 21, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2334958358724355, 2: 0.0004062563477554337, 3: 0.6113142392849888, 4: 0.15254925858216534, 5: 0.0021328458257160268, 6: 0.00010156408693885842}, 'edge_length_total': 1030623.6980000028, 'edge_length_avg': 39.38187611769212, 'street_length_total': 519663.23999999784, 'street_length_avg': 39.401261657441644, 'street_segments_count': 13189, 'node_density_km': 327.7018196229555, 'intersection_density_km': 251.1848093331754, 'edge_density_km': 34301.97655709326, 'street_density_km': 17295.81447685963, 'circuity_avg': 1.060152866411878, 'self_loop_proportion': 0.0008406572411157814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060152866411878\n", - "6570\n", - "9991925.642363708\n", - "{'n': 160, 'm': 486, 'k_avg': 6.075, 'intersection_count': 145, 'streets_per_node_avg': 3.1375, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 93, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09375, 2: 0.0, 3: 0.58125, 4: 0.325}, 'edge_length_total': 113363.84399999997, 'edge_length_avg': 233.25893827160488, 'street_length_total': 56681.92200000001, 'street_length_avg': 233.258938271605, 'street_segments_count': 243, 'node_density_km': 16.012929411887626, 'intersection_density_km': 14.511717279523161, 'edge_density_km': 11345.5451989515, 'street_density_km': 5672.772599475753, 'circuity_avg': 1.033512583466453, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033512583466453\n", - "6571\n", - "10014636.828241605\n", - "{'n': 371, 'm': 936, 'k_avg': 5.045822102425876, 'intersection_count': 292, 'streets_per_node_avg': 2.6495956873315363, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 265, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21293800539083557, 2: 0.0, 3: 0.7142857142857143, 4: 0.07008086253369272, 5: 0.0026954177897574125}, 'edge_length_total': 119826.95900000003, 'edge_length_avg': 128.0202553418804, 'street_length_total': 60033.081, 'street_length_avg': 127.72995957446808, 'street_segments_count': 470, 'node_density_km': 37.04577673288839, 'intersection_density_km': 29.157322927232908, 'edge_density_km': 11965.182667641435, 'street_density_km': 5994.534003540172, 'circuity_avg': 1.0767922983470017, 'self_loop_proportion': 0.00641025641025641, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0767922983470017\n", - "6572\n", - "7994529.550738035\n", - "{'n': 137, 'm': 352, 'k_avg': 5.138686131386861, 'intersection_count': 108, 'streets_per_node_avg': 2.7226277372262775, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 88, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2116788321167883, 2: 0.0, 3: 0.6423357664233577, 4: 0.145985401459854}, 'edge_length_total': 73759.93600000005, 'edge_length_avg': 209.54527272727285, 'street_length_total': 36879.96800000001, 'street_length_avg': 209.54527272727276, 'street_segments_count': 176, 'node_density_km': 17.136718193424215, 'intersection_density_km': 13.50923769992566, 'edge_density_km': 9226.301001438003, 'street_density_km': 4613.150500719, 'circuity_avg': 1.0626693864255543, 'self_loop_proportion': 0.005681818181818182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626693864255543\n", - "6573\n", - "24048937.954119906\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1136, 'm': 2951, 'k_avg': 5.195422535211268, 'intersection_count': 875, 'streets_per_node_avg': 2.6725352112676055, 'streets_per_node_counts': {0: 0, 1: 261, 2: 0, 3: 726, 4: 148, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22975352112676056, 2: 0.0, 3: 0.6390845070422535, 4: 0.13028169014084506, 5: 0.0008802816901408451}, 'edge_length_total': 315135.56499999884, 'edge_length_avg': 106.78941545238862, 'street_length_total': 159221.24100000018, 'street_length_avg': 106.71664946380709, 'street_segments_count': 1492, 'node_density_km': 47.23701321726716, 'intersection_density_km': 36.384143103088704, 'edge_density_km': 13103.928564380194, 'street_density_km': 6620.718191537579, 'circuity_avg': 1.0647231808886015, 'self_loop_proportion': 0.0023720772619451034, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647231808886015\n", - "6574\n", - "7992582.378346481\n", - "{'n': 245, 'm': 666, 'k_avg': 5.436734693877551, 'intersection_count': 204, 'streets_per_node_avg': 2.8489795918367347, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 160, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1673469387755102, 2: 0.0, 3: 0.6530612244897959, 4: 0.17551020408163265, 5: 0.004081632653061225}, 'edge_length_total': 112562.30800000012, 'edge_length_avg': 169.01247447447466, 'street_length_total': 56281.154, 'street_length_avg': 169.0124744744745, 'street_segments_count': 333, 'node_density_km': 30.653421935788167, 'intersection_density_km': 25.52366561183994, 'edge_density_km': 14083.346617102643, 'street_density_km': 7041.673308551314, 'circuity_avg': 1.0548269240866202, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548269240866202\n", - "6575\n", - "11018329.336203508\n", - "{'n': 209, 'm': 506, 'k_avg': 4.842105263157895, 'intersection_count': 154, 'streets_per_node_avg': 2.5645933014354068, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 135, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2631578947368421, 2: 0.0, 3: 0.645933014354067, 4: 0.09090909090909091}, 'edge_length_total': 92273.784, 'edge_length_avg': 182.35925691699606, 'street_length_total': 46447.704999999994, 'street_length_avg': 182.8649803149606, 'street_segments_count': 254, 'node_density_km': 18.96839290447397, 'intersection_density_km': 13.976710561191346, 'edge_density_km': 8374.571242557722, 'street_density_km': 4215.494344263637, 'circuity_avg': 1.0592509942711468, 'self_loop_proportion': 0.007905138339920948, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0592509942711468\n", - "6576\n", - "11004197.645916622\n", - "{'n': 303, 'm': 770, 'k_avg': 5.082508250825082, 'intersection_count': 218, 'streets_per_node_avg': 2.6105610561056105, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 166, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28052805280528054, 2: 0.0, 3: 0.5478547854785478, 4: 0.1716171617161716}, 'edge_length_total': 123330.82000000008, 'edge_length_avg': 160.1698961038962, 'street_length_total': 61665.40999999997, 'street_length_avg': 160.169896103896, 'street_segments_count': 385, 'node_density_km': 27.53494709470577, 'intersection_density_km': 19.810622002131545, 'edge_density_km': 11207.61585427948, 'street_density_km': 5603.807927139734, 'circuity_avg': 1.0486046640592943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0486046640592943\n", - "6577\n", - "9013814.451632846\n", - "{'n': 180, 'm': 492, 'k_avg': 5.466666666666667, 'intersection_count': 153, 'streets_per_node_avg': 2.8722222222222222, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 123, 4: 29, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.6833333333333333, 4: 0.16111111111111112, 5: 0.005555555555555556}, 'edge_length_total': 97206.27400000002, 'edge_length_avg': 197.57372764227645, 'street_length_total': 48603.136999999995, 'street_length_avg': 197.5737276422764, 'street_segments_count': 246, 'node_density_km': 19.96934826713602, 'intersection_density_km': 16.973946027065615, 'edge_density_km': 10784.144106981386, 'street_density_km': 5392.072053490691, 'circuity_avg': 1.0385382904954543, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385382904954543\n", - "6578\n", - "59022451.337104686\n", - "{'n': 3903, 'm': 10003, 'k_avg': 5.12580066615424, 'intersection_count': 2928, 'streets_per_node_avg': 2.663335895465027, 'streets_per_node_counts': {0: 0, 1: 975, 2: 3, 3: 2296, 4: 620, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24980784012298232, 2: 0.0007686395080707148, 3: 0.5882654368434538, 4: 0.15885216500128108, 5: 0.0020497053548552396, 6: 0.00025621316935690495}, 'edge_length_total': 1092119.0449999913, 'edge_length_avg': 109.17915075477269, 'street_length_total': 562730.247999999, 'street_length_avg': 109.18320682964668, 'street_segments_count': 5154, 'node_density_km': 66.12737884619789, 'intersection_density_km': 49.60824116363499, 'edge_density_km': 18503.45114882456, 'street_density_km': 9534.172763953578, 'circuity_avg': 1.059995093649531, 'self_loop_proportion': 0.004398680395881235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059995093649531\n", - "6579\n", - "14031355.669203421\n", - "{'n': 563, 'm': 1436, 'k_avg': 5.101243339253997, 'intersection_count': 405, 'streets_per_node_avg': 2.6181172291296626, 'streets_per_node_counts': {0: 0, 1: 158, 2: 0, 3: 305, 4: 99, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28063943161634103, 2: 0.0, 3: 0.5417406749555951, 4: 0.17584369449378331, 5: 0.0017761989342806395}, 'edge_length_total': 192298.28199999998, 'edge_length_avg': 133.91245264623953, 'street_length_total': 96149.14100000005, 'street_length_avg': 133.91245264623961, 'street_segments_count': 718, 'node_density_km': 40.12441942696206, 'intersection_density_km': 28.863925165043756, 'edge_density_km': 13704.896842011061, 'street_density_km': 6852.448421005535, 'circuity_avg': 1.0503633404473907, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503633404473907\n", - "6580\n", - "50977439.40182894\n", - "{'n': 3299, 'm': 9047, 'k_avg': 5.484692331009397, 'intersection_count': 2738, 'streets_per_node_avg': 2.87026371627766, 'streets_per_node_counts': {0: 0, 1: 561, 2: 3, 3: 2041, 4: 691, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17005153076689905, 2: 0.0009093664746892998, 3: 0.6186723249469536, 4: 0.2094574113367687, 5: 0.0009093664746892998}, 'edge_length_total': 943434.7669999974, 'edge_length_avg': 104.28150403448629, 'street_length_total': 489118.4430000001, 'street_length_avg': 104.60189114627889, 'street_segments_count': 4676, 'node_density_km': 64.7149020961151, 'intersection_density_km': 53.71003393124072, 'edge_density_km': 18506.907723696877, 'street_density_km': 9594.802107350488, 'circuity_avg': 1.0614379801499274, 'self_loop_proportion': 0.002873880844478833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614379801499274\n", - "6581\n", - "18025927.543249313\n", - "{'n': 389, 'm': 917, 'k_avg': 4.714652956298201, 'intersection_count': 284, 'streets_per_node_avg': 2.524421593830334, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 259, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2699228791773779, 2: 0.0, 3: 0.6658097686375322, 4: 0.06426735218508997}, 'edge_length_total': 169741.18499999994, 'edge_length_avg': 185.10489094874583, 'street_length_total': 84941.41799999992, 'street_length_avg': 185.05755555555538, 'street_segments_count': 459, 'node_density_km': 21.580026828948395, 'intersection_density_km': 15.755083854553584, 'edge_density_km': 9416.502124106662, 'street_density_km': 4712.180152516499, 'circuity_avg': 1.0451308930145928, 'self_loop_proportion': 0.0021810250817884407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0451308930145928\n", - "6582\n", - "8995317.846288892\n", - "{'n': 155, 'm': 432, 'k_avg': 5.574193548387097, 'intersection_count': 136, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 98, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12258064516129032, 2: 0.0, 3: 0.632258064516129, 4: 0.24516129032258063}, 'edge_length_total': 84143.61800000015, 'edge_length_avg': 194.77689351851885, 'street_length_total': 42071.809, 'street_length_avg': 194.77689351851853, 'street_segments_count': 216, 'node_density_km': 17.231186562679028, 'intersection_density_km': 15.118976596931276, 'edge_density_km': 9354.157289140643, 'street_density_km': 4677.078644570313, 'circuity_avg': 1.0262551648914382, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0262551648914382\n", - "6583\n", - "10023153.420330266\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 320, 'm': 762, 'k_avg': 4.7625, 'intersection_count': 243, 'streets_per_node_avg': 2.64375, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 206, 4: 35, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.240625, 2: 0.0, 3: 0.64375, 4: 0.109375, 5: 0.003125, 6: 0.003125}, 'edge_length_total': 109468.39100000009, 'edge_length_avg': 143.65930577427832, 'street_length_total': 55927.700999999965, 'street_length_avg': 136.74254523227376, 'street_segments_count': 409, 'node_density_km': 31.926080204552623, 'intersection_density_km': 24.243867155332147, 'edge_density_km': 10921.551971654155, 'street_density_km': 5579.85083681949, 'circuity_avg': 1.2357128678549565, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2357128678549565\n", - "6584\n", - "10995841.278072882\n", - "{'n': 272, 'm': 644, 'k_avg': 4.735294117647059, 'intersection_count': 211, 'streets_per_node_avg': 2.6470588235294117, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 187, 4: 23, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22426470588235295, 2: 0.0, 3: 0.6875, 4: 0.08455882352941177, 5: 0.0, 6: 0.003676470588235294}, 'edge_length_total': 107117.94099999992, 'edge_length_avg': 166.332206521739, 'street_length_total': 58639.89500000002, 'street_length_avg': 169.47946531791914, 'street_segments_count': 346, 'node_density_km': 24.736624794903403, 'intersection_density_km': 19.189072910752273, 'edge_density_km': 9741.677629851463, 'street_density_km': 5332.915737601223, 'circuity_avg': 1.0641939071535795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641939071535795\n", - "6585\n", - "175258341.50452808\n", - "{'n': 18296, 'm': 48189, 'k_avg': 5.267708788806297, 'intersection_count': 14592, 'streets_per_node_avg': 2.7366637516397025, 'streets_per_node_counts': {0: 0, 1: 3704, 2: 11, 3: 12061, 4: 2449, 5: 62, 6: 8, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20244862264975952, 2: 0.0006012243113248798, 3: 0.6592151289899432, 4: 0.13385439440314822, 5: 0.0033887188456493225, 6: 0.00043725404459991256, 7: 5.465675557498907e-05}, 'edge_length_total': 3799138.726999997, 'edge_length_avg': 78.83829768204356, 'street_length_total': 1971111.6000000043, 'street_length_avg': 79.07536406306431, 'street_segments_count': 24927, 'node_density_km': 104.39446044585156, 'intersection_density_km': 83.25994571632411, 'edge_density_km': 21677.363224972894, 'street_density_km': 11246.89177746828, 'circuity_avg': 1.092219919236604, 'self_loop_proportion': 0.003797547158065119, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092219919236604\n", - "6586\n", - "9993925.259125436\n", - "{'n': 125, 'm': 356, 'k_avg': 5.696, 'intersection_count': 106, 'streets_per_node_avg': 2.936, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 76, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152, 2: 0.0, 3: 0.608, 4: 0.24}, 'edge_length_total': 96906.806, 'edge_length_avg': 272.2101292134831, 'street_length_total': 48453.40299999998, 'street_length_avg': 272.210129213483, 'street_segments_count': 178, 'node_density_km': 12.507598041706656, 'intersection_density_km': 10.606443139367245, 'edge_density_km': 9696.571015629175, 'street_density_km': 4848.285507814585, 'circuity_avg': 1.0297026124081567, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297026124081567\n", - "6587\n", - "8016372.91770846\n", - "{'n': 697, 'm': 1743, 'k_avg': 5.001434720229555, 'intersection_count': 526, 'streets_per_node_avg': 2.6327116212338595, 'streets_per_node_counts': {0: 0, 1: 171, 2: 1, 3: 443, 4: 77, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24533715925394547, 2: 0.0014347202295552368, 3: 0.6355810616929699, 4: 0.11047345767575323, 5: 0.007173601147776184}, 'edge_length_total': 145868.21100000013, 'edge_length_avg': 83.68801549053363, 'street_length_total': 75129.83499999999, 'street_length_avg': 84.13195408734602, 'street_segments_count': 893, 'node_density_km': 86.94705288227067, 'intersection_density_km': 65.61570992263181, 'edge_density_km': 18196.2855891811, 'street_density_km': 9372.048402842567, 'circuity_avg': 1.0940413572576437, 'self_loop_proportion': 0.005737234652897304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0940413572576437\n", - "6588\n", - "8997144.560887016\n", - "{'n': 213, 'm': 554, 'k_avg': 5.2018779342723, 'intersection_count': 169, 'streets_per_node_avg': 2.6854460093896715, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 149, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20657276995305165, 2: 0.0, 3: 0.6995305164319249, 4: 0.0892018779342723, 5: 0.004694835680751174}, 'edge_length_total': 45166.12400000004, 'edge_length_avg': 81.52729963898925, 'street_length_total': 22583.062000000013, 'street_length_avg': 81.52729963898922, 'street_segments_count': 277, 'node_density_km': 23.67417779702771, 'intersection_density_km': 18.78373731313466, 'edge_density_km': 5020.050938866672, 'street_density_km': 2510.0254694333357, 'circuity_avg': 1.0569892937648702, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569892937648702\n", - "6589\n", - "6008387.776328744\n", - "{'n': 139, 'm': 384, 'k_avg': 5.525179856115108, 'intersection_count': 117, 'streets_per_node_avg': 2.949640287769784, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 80, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15827338129496402, 2: 0.0, 3: 0.5755395683453237, 4: 0.26618705035971224}, 'edge_length_total': 79638.97400000003, 'edge_length_avg': 207.39316145833342, 'street_length_total': 39819.48699999997, 'street_length_avg': 207.3931614583332, 'street_segments_count': 192, 'node_density_km': 23.134325741693726, 'intersection_density_km': 19.472777782576735, 'edge_density_km': 13254.632850721426, 'street_density_km': 6627.316425360706, 'circuity_avg': 1.0495113238798943, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495113238798943\n", - "6590\n", - "26000222.22984882\n", - "{'n': 941, 'm': 2479, 'k_avg': 5.268862911795962, 'intersection_count': 743, 'streets_per_node_avg': 2.7173219978746013, 'streets_per_node_counts': {0: 0, 1: 198, 2: 1, 3: 614, 4: 126, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2104144527098831, 2: 0.0010626992561105207, 3: 0.6524973432518597, 4: 0.1339001062699256, 5: 0.0010626992561105207, 6: 0.0010626992561105207}, 'edge_length_total': 385922.12899999955, 'edge_length_avg': 155.67653448971342, 'street_length_total': 193098.85199999984, 'street_length_avg': 155.59939726027383, 'street_segments_count': 1241, 'node_density_km': 36.19199834837225, 'intersection_density_km': 28.57667882342251, 'edge_density_km': 14843.03193981752, 'street_density_km': 7426.8154438433285, 'circuity_avg': 1.042187989806051, 'self_loop_proportion': 0.0008067769261799112, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042187989806051\n", - "6591\n", - "13019927.502375107\n", - "{'n': 547, 'm': 1476, 'k_avg': 5.396709323583181, 'intersection_count': 447, 'streets_per_node_avg': 2.7915904936014626, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 366, 4: 76, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18281535648994515, 2: 0.0, 3: 0.6691042047531993, 4: 0.13893967093235832, 5: 0.009140767824497258}, 'edge_length_total': 198409.11599999975, 'edge_length_avg': 134.42352032520307, 'street_length_total': 99204.55799999998, 'street_length_avg': 134.4235203252032, 'street_segments_count': 738, 'node_density_km': 42.01252271951712, 'intersection_density_km': 34.33198840150668, 'edge_density_km': 15238.880244441129, 'street_density_km': 7619.4401222205715, 'circuity_avg': 1.0555201576228568, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555201576228568\n", - "6592\n", - "18984989.791427955\n", - "{'n': 1055, 'm': 3155, 'k_avg': 5.981042654028436, 'intersection_count': 943, 'streets_per_node_avg': 3.124170616113744, 'streets_per_node_counts': {0: 0, 1: 112, 2: 1, 3: 592, 4: 344, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1061611374407583, 2: 0.0009478672985781991, 3: 0.5611374407582939, 4: 0.32606635071090045, 5: 0.005687203791469194}, 'edge_length_total': 351056.00199999916, 'edge_length_avg': 111.269731220285, 'street_length_total': 180791.41800000038, 'street_length_avg': 111.46203329223205, 'street_segments_count': 1622, 'node_density_km': 55.57021687082236, 'intersection_density_km': 49.67081943998624, 'edge_density_km': 18491.239966771373, 'street_density_km': 9522.860954164471, 'circuity_avg': 1.0319458050684367, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319458050684367\n", - "6593\n", - "20028758.325433593\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1116, 'm': 2970, 'k_avg': 5.32258064516129, 'intersection_count': 921, 'streets_per_node_avg': 2.7983870967741935, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 757, 4: 163, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17473118279569894, 2: 0.0, 3: 0.6783154121863799, 4: 0.1460573476702509, 5: 0.0008960573476702509}, 'edge_length_total': 304528.8609999995, 'edge_length_avg': 102.53497003366986, 'street_length_total': 152798.78500000018, 'street_length_avg': 102.06999665998676, 'street_segments_count': 1497, 'node_density_km': 55.71987947864163, 'intersection_density_km': 45.98387903210479, 'edge_density_km': 15204.580136817189, 'street_density_km': 7628.969430719431, 'circuity_avg': 1.0606578891565264, 'self_loop_proportion': 0.0013468013468013469, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0606578891565264\n", - "6594\n", - "18999810.05057434\n", - "{'n': 385, 'm': 1146, 'k_avg': 5.953246753246753, 'intersection_count': 345, 'streets_per_node_avg': 3.083116883116883, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 234, 4: 110, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1038961038961039, 2: 0.0, 3: 0.6077922077922078, 4: 0.2857142857142857, 5: 0.0025974025974025974}, 'edge_length_total': 226062.58799999987, 'edge_length_avg': 197.26229319371717, 'street_length_total': 113031.29399999995, 'street_length_avg': 197.2622931937172, 'street_segments_count': 573, 'node_density_km': 20.263360474404426, 'intersection_density_km': 18.158076269271497, 'edge_density_km': 11898.149897196803, 'street_density_km': 5949.074948598402, 'circuity_avg': 1.0319410843857115, 'self_loop_proportion': 0.0034904013961605585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319410843857115\n", - "6595\n", - "13019652.990553878\n", - "{'n': 501, 'm': 1306, 'k_avg': 5.213572854291417, 'intersection_count': 418, 'streets_per_node_avg': 2.7704590818363273, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 367, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1656686626746507, 2: 0.0, 3: 0.7325349301397206, 4: 0.10179640718562874}, 'edge_length_total': 167040.618, 'edge_length_avg': 127.90246401225114, 'street_length_total': 83832.1240000001, 'street_length_avg': 127.01836969696984, 'street_segments_count': 660, 'node_density_km': 38.4802882506538, 'intersection_density_km': 32.10531035683291, 'edge_density_km': 12829.882495423852, 'street_density_km': 6438.890810747617, 'circuity_avg': 1.0577510537289263, 'self_loop_proportion': 0.0015313935681470138, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577510537289263\n", - "6596\n", - "9995532.78773716\n", - "{'n': 318, 'm': 766, 'k_avg': 4.817610062893082, 'intersection_count': 228, 'streets_per_node_avg': 2.5660377358490565, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 188, 4: 38, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2830188679245283, 2: 0.0, 3: 0.5911949685534591, 4: 0.11949685534591195, 5: 0.006289308176100629}, 'edge_length_total': 102566.442, 'edge_length_avg': 133.89874934725847, 'street_length_total': 52089.13599999999, 'street_length_avg': 133.90523393316192, 'street_segments_count': 389, 'node_density_km': 31.814212083835343, 'intersection_density_km': 22.810189795957417, 'edge_density_km': 10261.228108403764, 'street_density_km': 5211.2415722256055, 'circuity_avg': 1.0315740905908939, 'self_loop_proportion': 0.0026109660574412533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315740905908939\n", - "6597\n", - "34060774.00803395\n", - "error with entry 6597\n", - "6598\n", - "52987875.19293473\n", - "{'n': 5848, 'm': 16183, 'k_avg': 5.5345417236662104, 'intersection_count': 4634, 'streets_per_node_avg': 2.8189124487004102, 'streets_per_node_counts': {0: 0, 1: 1214, 2: 0, 3: 3307, 4: 1288, 5: 37, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2075923392612859, 2: 0.0, 3: 0.5654924760601915, 4: 0.22024623803009577, 5: 0.006326949384404925, 6: 0.0001709986320109439, 7: 0.0001709986320109439}, 'edge_length_total': 1238622.8850000012, 'edge_length_avg': 76.538520978805, 'street_length_total': 624972.4790000028, 'street_length_avg': 76.31853449749698, 'street_segments_count': 8189, 'node_density_km': 110.36487080689277, 'intersection_density_km': 87.4539691038203, 'edge_density_km': 23375.590745808127, 'street_density_km': 11794.631823306912, 'circuity_avg': 1.087105101663605, 'self_loop_proportion': 0.0012358647963912747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087105101663605\n", - "6599\n", - "14019709.007215945\n", - "{'n': 459, 'm': 1272, 'k_avg': 5.542483660130719, 'intersection_count': 387, 'streets_per_node_avg': 2.8736383442265794, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 302, 4: 84, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1568627450980392, 2: 0.0, 3: 0.6579520697167756, 4: 0.1830065359477124, 5: 0.002178649237472767}, 'edge_length_total': 165881.66499999963, 'edge_length_avg': 130.4101139937104, 'street_length_total': 83044.27300000007, 'street_length_avg': 130.3677755102042, 'street_segments_count': 637, 'node_density_km': 32.73962389403037, 'intersection_density_km': 27.60399661653541, 'edge_density_km': 11832.033383476099, 'street_density_km': 5923.394911924147, 'circuity_avg': 1.0377169095226795, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377169095226795\n", - "6600\n", - "18004589.165740076\n", - "{'n': 239, 'm': 696, 'k_avg': 5.824267782426778, 'intersection_count': 214, 'streets_per_node_avg': 3.1255230125523012, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 135, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10460251046025104, 2: 0.0, 3: 0.5648535564853556, 4: 0.3263598326359833, 5: 0.0041841004184100415}, 'edge_length_total': 111424.39200000017, 'edge_length_avg': 160.09251724137954, 'street_length_total': 55975.63000000001, 'street_length_avg': 158.12324858757066, 'street_segments_count': 354, 'node_density_km': 13.274393422693572, 'intersection_density_km': 11.88585854584278, 'edge_density_km': 6188.666176955784, 'street_density_km': 3108.9645803478206, 'circuity_avg': 1.0502072956723394, 'self_loop_proportion': 0.0028735632183908046, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502072956723394\n", - "6601\n", - "9015108.894059783\n", - "{'n': 592, 'm': 1652, 'k_avg': 5.581081081081081, 'intersection_count': 499, 'streets_per_node_avg': 2.885135135135135, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 386, 4: 109, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1570945945945946, 2: 0.0, 3: 0.652027027027027, 4: 0.18412162162162163, 5: 0.005067567567567568, 6: 0.0016891891891891893}, 'edge_length_total': 146638.75500000018, 'edge_length_avg': 88.76437953995168, 'street_length_total': 73619.98300000001, 'street_length_avg': 88.273360911271, 'street_segments_count': 834, 'node_density_km': 65.66753734833746, 'intersection_density_km': 55.35152219057499, 'edge_density_km': 16265.88837952064, 'street_density_km': 8166.288823034577, 'circuity_avg': 1.0665698577217275, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0665698577217275\n", - "6602\n", - "10990164.152256347\n", - "{'n': 327, 'm': 861, 'k_avg': 5.26605504587156, 'intersection_count': 249, 'streets_per_node_avg': 2.7339449541284404, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 180, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23853211009174313, 2: 0.0, 3: 0.5504587155963303, 4: 0.21100917431192662}, 'edge_length_total': 149480.6990000002, 'edge_length_avg': 173.61289082462275, 'street_length_total': 75077.8440000001, 'street_length_avg': 171.80284668192243, 'street_segments_count': 437, 'node_density_km': 29.753877691887332, 'intersection_density_km': 22.6566224626298, 'edge_density_km': 13601.31631603618, 'street_density_km': 6831.366935004893, 'circuity_avg': 1.0605941299289916, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605941299289916\n", - "6603\n", - "18027655.802250084\n", - "{'n': 629, 'm': 1622, 'k_avg': 5.157392686804451, 'intersection_count': 492, 'streets_per_node_avg': 2.670906200317965, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 425, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2178060413354531, 2: 0.0, 3: 0.6756756756756757, 4: 0.10651828298887123}, 'edge_length_total': 221877.70400000009, 'edge_length_avg': 136.7926658446363, 'street_length_total': 111146.9669999999, 'street_length_avg': 136.54418550368538, 'street_segments_count': 814, 'node_density_km': 34.89083699509576, 'intersection_density_km': 27.29140191031338, 'edge_density_km': 12307.629257726725, 'street_density_km': 6165.358836401088, 'circuity_avg': 1.0746168197897188, 'self_loop_proportion': 0.0036991368680641184, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746168197897188\n", - "6604\n", - "115950291.88295431\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 8751, 'm': 23493, 'k_avg': 5.369214946863216, 'intersection_count': 7146, 'streets_per_node_avg': 2.816592389441207, 'streets_per_node_counts': {0: 0, 1: 1605, 2: 11, 3: 5554, 4: 1549, 5: 29, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1834076105587933, 2: 0.0012569992000914182, 3: 0.6346703233916123, 4: 0.17700834190378242, 5: 0.0033139069820591932, 6: 0.00034281796366129587}, 'edge_length_total': 2335380.079000005, 'edge_length_avg': 99.4074864427704, 'street_length_total': 1209970.1049999958, 'street_length_avg': 99.2185407954076, 'street_segments_count': 12195, 'node_density_km': 75.47199630022209, 'intersection_density_km': 61.62985779469627, 'edge_density_km': 20141.217767329534, 'street_density_km': 10435.248461654555, 'circuity_avg': 1.066492348545995, 'self_loop_proportion': 0.002468820499723322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066492348545995\n", - "6605\n", - "12028097.713171346\n", - "{'n': 360, 'm': 902, 'k_avg': 5.011111111111111, 'intersection_count': 271, 'streets_per_node_avg': 2.602777777777778, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 236, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24722222222222223, 2: 0.0, 3: 0.6555555555555556, 4: 0.09722222222222222}, 'edge_length_total': 119652.58799999989, 'edge_length_avg': 132.65253658536574, 'street_length_total': 59826.293999999994, 'street_length_avg': 132.65253658536585, 'street_segments_count': 451, 'node_density_km': 29.929919808165728, 'intersection_density_km': 22.53057852225809, 'edge_density_km': 9947.75656577636, 'street_density_km': 4973.878282888184, 'circuity_avg': 1.0662015988277902, 'self_loop_proportion': 0.0022172949002217295, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662015988277902\n", - "6606\n", - "25009309.68774418\n", - "{'n': 840, 'm': 2194, 'k_avg': 5.223809523809524, 'intersection_count': 650, 'streets_per_node_avg': 2.6892857142857145, 'streets_per_node_counts': {0: 0, 1: 190, 2: 0, 3: 531, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2261904761904762, 2: 0.0, 3: 0.6321428571428571, 4: 0.14166666666666666}, 'edge_length_total': 336672.6300000007, 'edge_length_avg': 153.45151777575236, 'street_length_total': 169517.0500000001, 'street_length_avg': 154.10640909090918, 'street_segments_count': 1100, 'node_density_km': 33.58749243733193, 'intersection_density_km': 25.990321528887808, 'edge_density_km': 13461.892159501997, 'street_density_km': 6778.157898659313, 'circuity_avg': 1.0540749418983428, 'self_loop_proportion': 0.0018231540565177757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540749418983428\n", - "6607\n", - "6995410.249514883\n", - "{'n': 200, 'm': 497, 'k_avg': 4.97, 'intersection_count': 144, 'streets_per_node_avg': 2.555, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 121, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28, 2: 0.0, 3: 0.605, 4: 0.115}, 'edge_length_total': 81362.53700000003, 'edge_length_avg': 163.70731790744472, 'street_length_total': 40752.908000000025, 'street_length_avg': 163.66629718875512, 'street_segments_count': 249, 'node_density_km': 28.590174538208046, 'intersection_density_km': 20.584925667509793, 'edge_density_km': 11630.845668507054, 'street_density_km': 5825.663763297678, 'circuity_avg': 1.0464869042402989, 'self_loop_proportion': 0.012072434607645875, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0464869042402989\n", - "6608\n", - "8010060.871729789\n", - "{'n': 652, 'm': 1797, 'k_avg': 5.512269938650307, 'intersection_count': 529, 'streets_per_node_avg': 2.791411042944785, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 420, 4: 108, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18865030674846625, 2: 0.0, 3: 0.6441717791411042, 4: 0.1656441717791411, 5: 0.0015337423312883436}, 'edge_length_total': 160474.4699999997, 'edge_length_avg': 89.30131886477446, 'street_length_total': 80271.53899999986, 'street_length_avg': 89.2898097886539, 'street_segments_count': 899, 'node_density_km': 81.39763360614751, 'intersection_density_km': 66.04194505774852, 'edge_density_km': 20034.113669019458, 'street_density_km': 10021.33944865578, 'circuity_avg': 1.053363898394134, 'self_loop_proportion': 0.0022259321090706734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053363898394134\n", - "6609\n", - "52984147.196724236\n", - "{'n': 3860, 'm': 10907, 'k_avg': 5.651295336787565, 'intersection_count': 3255, 'streets_per_node_avg': 2.914766839378238, 'streets_per_node_counts': {0: 0, 1: 605, 2: 2, 3: 2398, 4: 833, 5: 18, 6: 2, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1567357512953368, 2: 0.0005181347150259067, 3: 0.6212435233160621, 4: 0.21580310880829015, 5: 0.00466321243523316, 6: 0.0005181347150259067, 7: 0.0005181347150259067}, 'edge_length_total': 1135344.178000001, 'edge_length_avg': 104.09316750710562, 'street_length_total': 580246.9289999981, 'street_length_avg': 104.06150089669981, 'street_segments_count': 5576, 'node_density_km': 72.85197939806882, 'intersection_density_km': 61.43346967376011, 'edge_density_km': 21427.997581702966, 'street_density_km': 10951.330911217763, 'circuity_avg': 1.0520718998578409, 'self_loop_proportion': 0.0014669478316677363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520718998578409\n", - "6610\n", - "7007894.172236945\n", - "{'n': 95, 'm': 230, 'k_avg': 4.842105263157895, 'intersection_count': 74, 'streets_per_node_avg': 2.6315789473684212, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 67, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22105263157894736, 2: 0.0, 3: 0.7052631578947368, 4: 0.07368421052631578}, 'edge_length_total': 48790.993999999984, 'edge_length_avg': 212.13475652173906, 'street_length_total': 24395.497000000014, 'street_length_avg': 212.13475652173926, 'street_segments_count': 115, 'node_density_km': 13.556140784254405, 'intersection_density_km': 10.559520189840272, 'edge_density_km': 6962.290354396966, 'street_density_km': 3481.145177198486, 'circuity_avg': 1.06765255381776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06765255381776\n", - "6611\n", - "4995535.703106467\n", - "{'n': 117, 'm': 392, 'k_avg': 6.700854700854701, 'intersection_count': 111, 'streets_per_node_avg': 3.572649572649573, 'streets_per_node_counts': {0: 0, 1: 6, 2: 0, 3: 32, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05128205128205128, 2: 0.0, 3: 0.27350427350427353, 4: 0.6752136752136753}, 'edge_length_total': 82361.08199999986, 'edge_length_avg': 210.10480102040782, 'street_length_total': 41180.54100000003, 'street_length_avg': 210.1048010204083, 'street_segments_count': 196, 'node_density_km': 23.420911580562564, 'intersection_density_km': 22.219839191815765, 'edge_density_km': 16486.936916251794, 'street_density_km': 8243.468458125915, 'circuity_avg': 1.0214691990963372, 'self_loop_proportion': 0.00510204081632653, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0214691990963372\n", - "6612\n", - "13014251.799176857\n", - "{'n': 570, 'm': 1578, 'k_avg': 5.536842105263158, 'intersection_count': 482, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 403, 4: 77, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1543859649122807, 2: 0.0, 3: 0.7070175438596491, 4: 0.13508771929824562, 5: 0.0035087719298245615}, 'edge_length_total': 223844.1209999998, 'edge_length_avg': 141.85305513307972, 'street_length_total': 112118.17499999999, 'street_length_avg': 140.49896616541352, 'street_segments_count': 798, 'node_density_km': 43.79813828683199, 'intersection_density_km': 37.03632044605793, 'edge_density_km': 17199.92239693394, 'street_density_km': 8615.030408977595, 'circuity_avg': 1.0499431175300808, 'self_loop_proportion': 0.0025348542458808617, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499431175300808\n", - "6613\n", - "5993759.171828237\n", - "{'n': 112, 'm': 308, 'k_avg': 5.5, 'intersection_count': 97, 'streets_per_node_avg': 2.9375, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 74, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13392857142857142, 2: 0.0, 3: 0.6607142857142857, 4: 0.20535714285714285}, 'edge_length_total': 62236.144000000044, 'edge_length_avg': 202.06540259740274, 'street_length_total': 31118.072000000004, 'street_length_avg': 202.06540259740262, 'street_segments_count': 154, 'node_density_km': 18.68610279278828, 'intersection_density_km': 16.183499740182707, 'edge_density_km': 10383.490930453343, 'street_density_km': 5191.745465226668, 'circuity_avg': 1.0338169551853298, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338169551853298\n", - "6614\n", - "10012879.369709766\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 250, 'm': 647, 'k_avg': 5.176, 'intersection_count': 198, 'streets_per_node_avg': 2.684, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 173, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208, 2: 0.0, 3: 0.692, 4: 0.1}, 'edge_length_total': 109464.93200000007, 'edge_length_avg': 169.18845749613612, 'street_length_total': 54922.93599999999, 'street_length_avg': 168.47526380368095, 'street_segments_count': 326, 'node_density_km': 24.967842991925163, 'intersection_density_km': 19.77453164960473, 'edge_density_km': 10932.412941191065, 'street_density_km': 5485.228970814216, 'circuity_avg': 1.044242742163657, 'self_loop_proportion': 0.0030911901081916537, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044242742163657\n", - "6615\n", - "18003886.86176221\n", - "{'n': 266, 'm': 698, 'k_avg': 5.2481203007518795, 'intersection_count': 199, 'streets_per_node_avg': 2.736842105263158, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 137, 4: 60, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2518796992481203, 2: 0.0, 3: 0.5150375939849624, 4: 0.22556390977443608, 5: 0.007518796992481203}, 'edge_length_total': 86756.67400000001, 'edge_length_avg': 124.29322922636105, 'street_length_total': 43378.337, 'street_length_avg': 124.29322922636103, 'street_segments_count': 349, 'node_density_km': 14.77458740117655, 'intersection_density_km': 11.053168770053134, 'edge_density_km': 4818.774671610457, 'street_density_km': 2409.387335805228, 'circuity_avg': 1.036878848409593, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036878848409593\n", - "6616\n", - "21037255.576611318\n", - "{'n': 1812, 'm': 5110, 'k_avg': 5.640176600441501, 'intersection_count': 1517, 'streets_per_node_avg': 2.900110375275938, 'streets_per_node_counts': {0: 0, 1: 295, 2: 1, 3: 1122, 4: 380, 5: 12, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16280353200883002, 2: 0.0005518763796909492, 3: 0.6192052980132451, 4: 0.2097130242825607, 5: 0.006622516556291391, 6: 0.0011037527593818985}, 'edge_length_total': 444941.90299999976, 'edge_length_avg': 87.07277945205475, 'street_length_total': 224844.82300000003, 'street_length_avg': 87.1491562015504, 'street_segments_count': 2580, 'node_density_km': 86.1329080402738, 'intersection_density_km': 72.11016638912548, 'edge_density_km': 21150.18764589592, 'street_density_km': 10687.93513399042, 'circuity_avg': 1.0769838080360492, 'self_loop_proportion': 0.0031311154598825833, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0769838080360492\n", - "6617\n", - "45951093.374715336\n", - "{'n': 1860, 'm': 5051, 'k_avg': 5.431182795698925, 'intersection_count': 1501, 'streets_per_node_avg': 2.7951612903225804, 'streets_per_node_counts': {0: 0, 1: 359, 2: 0, 3: 1165, 4: 335, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19301075268817205, 2: 0.0, 3: 0.6263440860215054, 4: 0.18010752688172044, 5: 0.0005376344086021505}, 'edge_length_total': 708980.0840000015, 'edge_length_avg': 140.3643009305091, 'street_length_total': 354985.92899999995, 'street_length_avg': 139.59336570979156, 'street_segments_count': 2543, 'node_density_km': 40.47781811919775, 'intersection_density_km': 32.66516397683646, 'edge_density_km': 15429.014457142797, 'street_density_km': 7725.298854266905, 'circuity_avg': 1.0265246573012876, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265246573012876\n", - "6618\n", - "8011499.238056275\n", - "{'n': 353, 'm': 938, 'k_avg': 5.314447592067989, 'intersection_count': 300, 'streets_per_node_avg': 2.813031161473088, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 262, 4: 36, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1501416430594901, 2: 0.0, 3: 0.7422096317280453, 4: 0.10198300283286119, 5: 0.0056657223796034}, 'edge_length_total': 115759.84600000005, 'edge_length_avg': 123.41134968017063, 'street_length_total': 57879.92299999999, 'street_length_avg': 123.41134968017055, 'street_segments_count': 469, 'node_density_km': 44.061665552332215, 'intersection_density_km': 37.44617469036732, 'edge_density_km': 14449.21138482007, 'street_density_km': 7224.60569241003, 'circuity_avg': 1.0637290648315132, 'self_loop_proportion': 0.0021321961620469083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0637290648315132\n", - "6619\n", - "52957780.563602924\n", - "{'n': 2677, 'm': 7614, 'k_avg': 5.688457228240567, 'intersection_count': 2228, 'streets_per_node_avg': 2.9469555472543894, 'streets_per_node_counts': {0: 0, 1: 449, 2: 0, 3: 1478, 4: 744, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16772506537168472, 2: 0.0, 3: 0.5521105715353007, 4: 0.27792304818827046, 5: 0.0022413149047441168}, 'edge_length_total': 1096725.180999998, 'edge_length_avg': 144.0406069083265, 'street_length_total': 554690.0599999995, 'street_length_avg': 142.96135567010296, 'street_segments_count': 3880, 'node_density_km': 50.54970150769236, 'intersection_density_km': 42.07124951779551, 'edge_density_km': 20709.424929219193, 'street_density_km': 10474.193859650333, 'circuity_avg': 1.0311026862179915, 'self_loop_proportion': 0.0007880220646178094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0311026862179915\n", - "6620\n", - "9012988.786288923\n", - "{'n': 227, 'm': 534, 'k_avg': 4.704845814977974, 'intersection_count': 154, 'streets_per_node_avg': 2.4537444933920707, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 132, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32158590308370044, 2: 0.0, 3: 0.5814977973568282, 4: 0.09691629955947137}, 'edge_length_total': 107880.24400000005, 'edge_length_avg': 202.0229288389514, 'street_length_total': 53940.12199999998, 'street_length_avg': 202.02292883895123, 'street_segments_count': 267, 'node_density_km': 25.185874007224495, 'intersection_density_km': 17.086451969658906, 'edge_density_km': 11969.419529747302, 'street_density_km': 5984.709764873646, 'circuity_avg': 1.0695990291481823, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695990291481823\n", - "6621\n", - "8988560.069835555\n", - "{'n': 231, 'm': 684, 'k_avg': 5.922077922077922, 'intersection_count': 195, 'streets_per_node_avg': 3.0735930735930737, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 106, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15584415584415584, 2: 0.0, 3: 0.4588744588744589, 4: 0.3852813852813853}, 'edge_length_total': 114712.16299999994, 'edge_length_avg': 167.70784064327478, 'street_length_total': 57534.44199999997, 'street_length_avg': 165.80530835734862, 'street_segments_count': 347, 'node_density_km': 25.699333175199676, 'intersection_density_km': 21.69424229075297, 'edge_density_km': 12762.01773240178, 'street_density_km': 6400.851922109095, 'circuity_avg': 1.0075022323598593, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0075022323598593\n", - "6622\n", - "11023408.314702613\n", - "{'n': 386, 'm': 1098, 'k_avg': 5.689119170984456, 'intersection_count': 339, 'streets_per_node_avg': 2.994818652849741, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 247, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12176165803108809, 2: 0.0, 3: 0.6398963730569949, 4: 0.23834196891191708}, 'edge_length_total': 176608.89399999974, 'edge_length_avg': 160.84598724954438, 'street_length_total': 88304.44700000012, 'street_length_avg': 160.84598724954483, 'street_segments_count': 549, 'node_density_km': 35.01639320437469, 'intersection_density_km': 30.752739109541498, 'edge_density_km': 16021.260299724663, 'street_density_km': 8010.630149862353, 'circuity_avg': 1.0831984562611057, 'self_loop_proportion': 0.0036429872495446266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831984562611057\n", - "6623\n", - "13989626.69021463\n", - "{'n': 347, 'm': 922, 'k_avg': 5.314121037463977, 'intersection_count': 282, 'streets_per_node_avg': 2.7723342939481266, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 232, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1873198847262248, 2: 0.0, 3: 0.6685878962536023, 4: 0.14121037463976946, 5: 0.002881844380403458}, 'edge_length_total': 170656.83599999992, 'edge_length_avg': 185.09418221258127, 'street_length_total': 85328.41799999998, 'street_length_avg': 185.0941822125813, 'street_segments_count': 461, 'node_density_km': 24.804092895682288, 'intersection_density_km': 20.15779307372451, 'edge_density_km': 12198.812718810419, 'street_density_km': 6099.40635940521, 'circuity_avg': 1.0419187259201979, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0419187259201979\n", - "6624\n", - "8012689.029953296\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 597, 'm': 1548, 'k_avg': 5.185929648241206, 'intersection_count': 458, 'streets_per_node_avg': 2.6716917922948076, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 376, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23283082077051925, 2: 0.0, 3: 0.6298157453936348, 4: 0.1373534338358459}, 'edge_length_total': 140970.8379999998, 'edge_length_avg': 91.06643281653734, 'street_length_total': 70485.419, 'street_length_avg': 91.06643281653746, 'street_segments_count': 774, 'node_density_km': 74.50682258705848, 'intersection_density_km': 57.159337931110194, 'edge_density_km': 17593.4492743969, 'street_density_km': 8796.72463719846, 'circuity_avg': 1.0667813200179428, 'self_loop_proportion': 0.002583979328165375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667813200179428\n", - "6625\n", - "84894286.55280042\n", - "{'n': 3230, 'm': 8776, 'k_avg': 5.434055727554179, 'intersection_count': 2699, 'streets_per_node_avg': 2.8390092879256965, 'streets_per_node_counts': {0: 0, 1: 531, 2: 0, 3: 2163, 4: 530, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16439628482972135, 2: 0.0, 3: 0.6696594427244582, 4: 0.16408668730650156, 5: 0.0018575851393188853}, 'edge_length_total': 1312396.904000006, 'edge_length_avg': 149.5438587055613, 'street_length_total': 664339.5779999987, 'street_length_avg': 147.86102336968588, 'street_segments_count': 4493, 'node_density_km': 38.04731897936483, 'intersection_density_km': 31.792481091425906, 'edge_density_km': 15459.189979572468, 'street_density_km': 7825.492208911013, 'circuity_avg': 1.0454110773635807, 'self_loop_proportion': 0.0011394712853236098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454110773635807\n", - "6626\n", - "14025634.725348923\n", - "{'n': 305, 'm': 828, 'k_avg': 5.4295081967213115, 'intersection_count': 257, 'streets_per_node_avg': 2.839344262295082, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 210, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15737704918032788, 2: 0.0, 3: 0.6885245901639344, 4: 0.1540983606557377}, 'edge_length_total': 175763.84200000006, 'edge_length_avg': 212.2751714975846, 'street_length_total': 87881.92099999999, 'street_length_avg': 212.27517149758452, 'street_segments_count': 414, 'node_density_km': 21.745896422695576, 'intersection_density_km': 18.323591411910698, 'edge_density_km': 12531.614108154201, 'street_density_km': 6265.807054077098, 'circuity_avg': 1.0460960074227443, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460960074227443\n", - "6627\n", - "24970840.67424966\n", - "{'n': 416, 'm': 1110, 'k_avg': 5.336538461538462, 'intersection_count': 328, 'streets_per_node_avg': 2.7764423076923075, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 245, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21153846153846154, 2: 0.0, 3: 0.5889423076923077, 4: 0.19951923076923078}, 'edge_length_total': 168290.2079999998, 'edge_length_avg': 151.61279999999982, 'street_length_total': 84145.10400000008, 'street_length_avg': 151.61280000000014, 'street_segments_count': 555, 'node_density_km': 16.659431111143405, 'intersection_density_km': 13.135320683786148, 'edge_density_km': 6739.469054942288, 'street_density_km': 3369.734527471151, 'circuity_avg': 1.0379654391219215, 'self_loop_proportion': 0.0018018018018018018, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379654391219215\n", - "6628\n", - "6007849.366629307\n", - "{'n': 176, 'm': 452, 'k_avg': 5.136363636363637, 'intersection_count': 142, 'streets_per_node_avg': 2.710227272727273, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 125, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19318181818181818, 2: 0.0, 3: 0.7102272727272727, 4: 0.09659090909090909}, 'edge_length_total': 74508.772, 'edge_length_avg': 164.84241592920353, 'street_length_total': 37254.38599999998, 'street_length_avg': 164.84241592920344, 'street_segments_count': 226, 'node_density_km': 29.295008789267374, 'intersection_density_km': 23.63574572770436, 'edge_density_km': 12401.904151235902, 'street_density_km': 6200.952075617947, 'circuity_avg': 1.0813509665457504, 'self_loop_proportion': 0.004424778761061947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0813509665457504\n", - "6629\n", - "5992841.57427996\n", - "{'n': 135, 'm': 402, 'k_avg': 5.955555555555556, 'intersection_count': 110, 'streets_per_node_avg': 3.074074074074074, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 50, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.37037037037037035, 4: 0.4444444444444444}, 'edge_length_total': 75298.79000000005, 'edge_length_avg': 187.31042288557228, 'street_length_total': 37649.395000000004, 'street_length_avg': 187.31042288557217, 'street_segments_count': 201, 'node_density_km': 22.526876161617913, 'intersection_density_km': 18.355232427984966, 'edge_density_km': 12564.789018145737, 'street_density_km': 6282.394509072865, 'circuity_avg': 1.0261238938005834, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0261238938005834\n", - "6630\n", - "16979641.098517034\n", - "{'n': 505, 'm': 1314, 'k_avg': 5.203960396039604, 'intersection_count': 389, 'streets_per_node_avg': 2.732673267326733, 'streets_per_node_counts': {0: 0, 1: 116, 2: 0, 3: 292, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2297029702970297, 2: 0.0, 3: 0.5782178217821782, 4: 0.19207920792079208}, 'edge_length_total': 224389.8519999999, 'edge_length_avg': 170.76853272450523, 'street_length_total': 112194.92600000002, 'street_length_avg': 170.76853272450535, 'street_segments_count': 657, 'node_density_km': 29.74150025138668, 'intersection_density_km': 22.909789302553303, 'edge_density_km': 13215.22938547845, 'street_density_km': 6607.614692739228, 'circuity_avg': 1.0219792320577792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0219792320577792\n", - "6631\n", - "8009334.861333057\n", - "{'n': 671, 'm': 1832, 'k_avg': 5.460506706408346, 'intersection_count': 570, 'streets_per_node_avg': 2.825633383010432, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 487, 4: 82, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15052160953800298, 2: 0.0, 3: 0.7257824143070045, 4: 0.12220566318926974, 5: 0.0, 6: 0.0014903129657228018}, 'edge_length_total': 181604.83799999996, 'edge_length_avg': 99.12927838427946, 'street_length_total': 90802.41900000004, 'street_length_avg': 99.12927838427952, 'street_segments_count': 916, 'node_density_km': 83.7772438806885, 'intersection_density_km': 71.16695828910946, 'edge_density_km': 22674.14724744996, 'street_density_km': 11337.073623724988, 'circuity_avg': 1.0503483928370354, 'self_loop_proportion': 0.001091703056768559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503483928370354\n", - "6632\n", - "18981812.587344352\n", - "{'n': 723, 'm': 2162, 'k_avg': 5.980636237897649, 'intersection_count': 657, 'streets_per_node_avg': 3.1576763485477177, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 411, 4: 246}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0912863070539419, 2: 0.0, 3: 0.5684647302904564, 4: 0.34024896265560167}, 'edge_length_total': 350225.6080000005, 'edge_length_avg': 161.99149306197987, 'street_length_total': 178133.8480000001, 'street_length_avg': 160.48094414414422, 'street_segments_count': 1110, 'node_density_km': 38.08909168569298, 'intersection_density_km': 34.612079166667066, 'edge_density_km': 18450.58823484037, 'street_density_km': 9384.448781185754, 'circuity_avg': 1.0187746299963072, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0187746299963072\n", - "6633\n", - "12013885.326101055\n", - "{'n': 590, 'm': 1434, 'k_avg': 4.861016949152543, 'intersection_count': 420, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 170, 2: 0, 3: 375, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.288135593220339, 2: 0.0, 3: 0.635593220338983, 4: 0.07627118644067797}, 'edge_length_total': 179502.282, 'edge_length_avg': 125.17592887029289, 'street_length_total': 89751.141, 'street_length_avg': 125.17592887029289, 'street_segments_count': 717, 'node_density_km': 49.10984115340116, 'intersection_density_km': 34.9595479397093, 'edge_density_km': 14941.234840157664, 'street_density_km': 7470.617420078832, 'circuity_avg': 1.0650140323213788, 'self_loop_proportion': 0.001394700139470014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650140323213788\n", - "6634\n", - "110876396.52298555\n", - "error with entry 6634\n", - "6635\n", - "29058647.073198058\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1492, 'm': 4054, 'k_avg': 5.434316353887399, 'intersection_count': 1234, 'streets_per_node_avg': 2.7640750670241285, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 1074, 4: 156, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17292225201072386, 2: 0.0, 3: 0.7198391420911529, 4: 0.10455764075067024, 5: 0.002680965147453083}, 'edge_length_total': 454188.8550000011, 'edge_length_avg': 112.03474469659622, 'street_length_total': 227511.18699999977, 'street_length_avg': 111.96416683070855, 'street_segments_count': 2032, 'node_density_km': 51.344441337605524, 'intersection_density_km': 42.465844913274275, 'edge_density_km': 15630.075751837652, 'street_density_km': 7829.379889122311, 'circuity_avg': 1.0805448788757275, 'self_loop_proportion': 0.00493339911198816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0805448788757275\n", - "6636\n", - "3999222.300726583\n", - "{'n': 62, 'm': 168, 'k_avg': 5.419354838709677, 'intersection_count': 54, 'streets_per_node_avg': 2.8870967741935485, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 45, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12903225806451613, 2: 0.0, 3: 0.7258064516129032, 4: 0.14516129032258066}, 'edge_length_total': 28901.604000000014, 'edge_length_avg': 172.03335714285723, 'street_length_total': 14450.802000000007, 'street_length_avg': 172.03335714285723, 'street_segments_count': 84, 'node_density_km': 15.503014170714083, 'intersection_density_km': 13.502625245460653, 'edge_density_km': 7226.806070457533, 'street_density_km': 3613.4030352287664, 'circuity_avg': 1.07175906642391, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07175906642391\n", - "6637\n", - "167181672.49242404\n", - "{'n': 27793, 'm': 78773, 'k_avg': 5.668549634800129, 'intersection_count': 23411, 'streets_per_node_avg': 2.8924189544129817, 'streets_per_node_counts': {0: 0, 1: 4382, 2: 13, 3: 17836, 4: 5360, 5: 180, 6: 21, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1576655992516101, 2: 0.00046774367646529704, 3: 0.6417443241103875, 4: 0.19285431583492246, 5: 0.0064764509049041125, 6: 0.0007555859389054798, 7: 3.5980282805022846e-05}, 'edge_length_total': 5177110.169000057, 'edge_length_avg': 65.72188654742179, 'street_length_total': 2632486.1799999843, 'street_length_avg': 65.84507703851887, 'street_segments_count': 39980, 'node_density_km': 166.24429930415644, 'intersection_density_km': 140.0332922322026, 'edge_density_km': 30966.971988120655, 'street_density_km': 15746.260584390777, 'circuity_avg': 1.075925894322539, 'self_loop_proportion': 0.002869003338707425, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075925894322539\n", - "6638\n", - "7990431.362962121\n", - "{'n': 205, 'm': 640, 'k_avg': 6.2439024390243905, 'intersection_count': 193, 'streets_per_node_avg': 3.209756097560976, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 126, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05853658536585366, 2: 0.0, 3: 0.6146341463414634, 4: 0.32682926829268294}, 'edge_length_total': 127452.01600000016, 'edge_length_avg': 199.14377500000026, 'street_length_total': 63726.00800000001, 'street_length_avg': 199.14377500000003, 'street_segments_count': 320, 'node_density_km': 25.655686243702963, 'intersection_density_km': 24.15388997577889, 'edge_density_km': 15950.580164016654, 'street_density_km': 7975.290082008318, 'circuity_avg': 1.0702114093164914, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0702114093164914\n", - "6639\n", - "24028391.97984278\n", - "{'n': 1211, 'm': 3355, 'k_avg': 5.540875309661437, 'intersection_count': 990, 'streets_per_node_avg': 2.8109000825763832, 'streets_per_node_counts': {0: 0, 1: 221, 2: 0, 3: 779, 4: 209, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18249380677126342, 2: 0.0, 3: 0.643270024772915, 4: 0.17258464079273328, 5: 0.0016515276630883566}, 'edge_length_total': 340576.05300000095, 'edge_length_avg': 101.51298152011951, 'street_length_total': 170601.8330000001, 'street_length_avg': 101.30750178147274, 'street_segments_count': 1684, 'node_density_km': 50.39871169972165, 'intersection_density_km': 41.20125894527203, 'edge_density_km': 14173.901161830032, 'street_density_km': 7100.0104019909695, 'circuity_avg': 1.0829861713347666, 'self_loop_proportion': 0.0011922503725782414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829861713347666\n", - "6640\n", - "52942678.10870585\n", - "{'n': 1744, 'm': 4801, 'k_avg': 5.5057339449541285, 'intersection_count': 1451, 'streets_per_node_avg': 2.895642201834862, 'streets_per_node_counts': {0: 0, 1: 293, 2: 0, 3: 1049, 4: 400, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1680045871559633, 2: 0.0, 3: 0.6014908256880734, 4: 0.22935779816513763, 5: 0.0011467889908256881}, 'edge_length_total': 774346.5579999967, 'edge_length_avg': 161.28859779212596, 'street_length_total': 407127.7350000006, 'street_length_avg': 164.5625444624093, 'street_segments_count': 2474, 'node_density_km': 32.941287866456044, 'intersection_density_km': 27.40700039806635, 'edge_density_km': 14626.131235938814, 'street_density_km': 7689.972429503012, 'circuity_avg': 1.0374619564404672, 'self_loop_proportion': 0.00041657987919183504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0374619564404672\n", - "6641\n", - "6006489.11278468\n", - "{'n': 313, 'm': 842, 'k_avg': 5.380191693290735, 'intersection_count': 250, 'streets_per_node_avg': 2.792332268370607, 'streets_per_node_counts': {0: 0, 1: 63, 2: 1, 3: 200, 4: 41, 5: 5, 6: 1, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2012779552715655, 2: 0.003194888178913738, 3: 0.6389776357827476, 4: 0.13099041533546327, 5: 0.01597444089456869, 6: 0.003194888178913738, 7: 0.006389776357827476}, 'edge_length_total': 97356.71199999994, 'edge_length_avg': 115.62554869358662, 'street_length_total': 48678.356000000014, 'street_length_avg': 115.62554869358674, 'street_segments_count': 421, 'node_density_km': 52.110308388603656, 'intersection_density_km': 41.6216520675748, 'edge_density_km': 16208.588773228328, 'street_density_km': 8104.294386614171, 'circuity_avg': 1.0649890096173624, 'self_loop_proportion': 0.0023752969121140144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649890096173624\n", - "6642\n", - "11989535.38103271\n", - "{'n': 274, 'm': 723, 'k_avg': 5.2773722627737225, 'intersection_count': 220, 'streets_per_node_avg': 2.7773722627737225, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 173, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19708029197080293, 2: 0.0, 3: 0.6313868613138686, 4: 0.17153284671532848}, 'edge_length_total': 99443.28100000003, 'edge_length_avg': 137.5425739972338, 'street_length_total': 50141.89399999998, 'street_length_avg': 137.37505205479445, 'street_segments_count': 365, 'node_density_km': 22.85326255706826, 'intersection_density_km': 18.34933489983583, 'edge_density_km': 8294.173030034008, 'street_density_km': 4182.138206900311, 'circuity_avg': 1.052903320693317, 'self_loop_proportion': 0.0013831258644536654, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052903320693317\n", - "6643\n", - "35037467.19309393\n", - "{'n': 2740, 'm': 7976, 'k_avg': 5.821897810218978, 'intersection_count': 2410, 'streets_per_node_avg': 3.0032846715328465, 'streets_per_node_counts': {0: 0, 1: 330, 2: 2, 3: 1787, 4: 588, 5: 18, 6: 14, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12043795620437957, 2: 0.00072992700729927, 3: 0.6521897810218978, 4: 0.2145985401459854, 5: 0.006569343065693431, 6: 0.0051094890510948905, 7: 0.0, 8: 0.000364963503649635}, 'edge_length_total': 636199.2019999953, 'edge_length_avg': 79.76419282848487, 'street_length_total': 321880.1040000005, 'street_length_avg': 78.98898257668725, 'street_segments_count': 4075, 'node_density_km': 78.2019997307359, 'intersection_density_km': 68.78351071207064, 'edge_density_km': 18157.682417335047, 'street_density_km': 9186.740075305579, 'circuity_avg': 1.0846697771110767, 'self_loop_proportion': 0.0031344032096288867, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0846697771110767\n", - "6644\n", - "3996081.694731872\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 129, 'm': 375, 'k_avg': 5.813953488372093, 'intersection_count': 122, 'streets_per_node_avg': 3.248062015503876, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 76, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05426356589147287, 2: 0.0, 3: 0.5891472868217055, 4: 0.35658914728682173}, 'edge_length_total': 62960.079000000005, 'edge_length_avg': 167.89354400000002, 'street_length_total': 33158.644, 'street_length_avg': 172.70127083333333, 'street_segments_count': 192, 'node_density_km': 32.28162231269288, 'intersection_density_km': 30.529906373244433, 'edge_density_km': 15755.453419033387, 'street_density_km': 8297.789317899535, 'circuity_avg': 1.012436695659371, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.012436695659371\n", - "6645\n", - "21022293.71372433\n", - "{'n': 661, 'm': 1721, 'k_avg': 5.207261724659607, 'intersection_count': 520, 'streets_per_node_avg': 2.6777609682299546, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 451, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21331316187594554, 2: 0.0, 3: 0.6822995461422088, 4: 0.1043872919818457}, 'edge_length_total': 272187.85799999966, 'edge_length_avg': 158.15680302149892, 'street_length_total': 136411.30000000002, 'street_length_avg': 157.5188221709007, 'street_segments_count': 866, 'node_density_km': 31.442810618161445, 'intersection_density_km': 24.735645266934874, 'edge_density_km': 12947.581348951602, 'street_density_km': 6488.887552310449, 'circuity_avg': 1.0886704432181904, 'self_loop_proportion': 0.003486345148169669, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0886704432181904\n", - "6646\n", - "5992655.04486843\n", - "{'n': 166, 'm': 550, 'k_avg': 6.626506024096385, 'intersection_count': 158, 'streets_per_node_avg': 3.4216867469879517, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 72, 4: 86}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04819277108433735, 2: 0.0, 3: 0.43373493975903615, 4: 0.5180722891566265}, 'edge_length_total': 85463.16599999985, 'edge_length_avg': 155.38757454545427, 'street_length_total': 42731.58299999999, 'street_length_avg': 155.38757454545453, 'street_segments_count': 275, 'node_density_km': 27.700576582018925, 'intersection_density_km': 26.36560903589753, 'edge_density_km': 14261.319124848143, 'street_density_km': 7130.659562424083, 'circuity_avg': 1.015373137279276, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015373137279276\n", - "6647\n", - "11012260.032646667\n", - "{'n': 650, 'm': 1669, 'k_avg': 5.135384615384615, 'intersection_count': 508, 'streets_per_node_avg': 2.6784615384615384, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 433, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21846153846153846, 2: 0.0, 3: 0.6661538461538462, 4: 0.11538461538461539}, 'edge_length_total': 179857.73, 'edge_length_avg': 107.76376872378671, 'street_length_total': 90444.19999999997, 'street_length_avg': 106.40494117647054, 'street_segments_count': 850, 'node_density_km': 59.02512273348309, 'intersection_density_km': 46.13040361324524, 'edge_density_km': 16332.499365870251, 'street_density_km': 8213.046162356444, 'circuity_avg': 1.048237652904268, 'self_loop_proportion': 0.0017974835230677051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048237652904268\n", - "6648\n", - "9993936.09403033\n", - "{'n': 163, 'm': 388, 'k_avg': 4.7607361963190185, 'intersection_count': 100, 'streets_per_node_avg': 2.4907975460122698, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 57, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.38650306748466257, 2: 0.0, 3: 0.3496932515337423, 4: 0.26380368098159507}, 'edge_length_total': 81114.62400000003, 'edge_length_avg': 209.05830927835058, 'street_length_total': 40557.312, 'street_length_avg': 209.0583092783505, 'street_segments_count': 194, 'node_density_km': 16.309890164033035, 'intersection_density_km': 10.00606758529634, 'edge_density_km': 8116.3840989990085, 'street_density_km': 4058.1920494995024, 'circuity_avg': 1.0412966836921669, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412966836921669\n", - "6649\n", - "9008768.46416055\n", - "{'n': 206, 'm': 530, 'k_avg': 5.145631067961165, 'intersection_count': 164, 'streets_per_node_avg': 2.6650485436893203, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 149, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20388349514563106, 2: 0.0, 3: 0.7233009708737864, 4: 0.07281553398058252}, 'edge_length_total': 96974.72000000028, 'edge_length_avg': 182.9711698113213, 'street_length_total': 48487.35999999999, 'street_length_avg': 182.97116981132072, 'street_segments_count': 265, 'node_density_km': 22.866610549436, 'intersection_density_km': 18.204486068483032, 'edge_density_km': 10764.481336799072, 'street_density_km': 5382.24066839952, 'circuity_avg': 1.0488911654967585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488911654967585\n", - "6650\n", - "15979778.650690248\n", - "{'n': 468, 'm': 1292, 'k_avg': 5.521367521367521, 'intersection_count': 403, 'streets_per_node_avg': 2.8824786324786325, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 329, 4: 73, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1388888888888889, 2: 0.0, 3: 0.7029914529914529, 4: 0.15598290598290598, 5: 0.002136752136752137}, 'edge_length_total': 235011.7389999995, 'edge_length_avg': 181.89763080495317, 'street_length_total': 117842.85100000011, 'street_length_avg': 180.1878455657494, 'street_segments_count': 654, 'node_density_km': 29.287013933687042, 'intersection_density_km': 25.21937310956384, 'edge_density_km': 14706.820672378222, 'street_density_km': 7374.498331671814, 'circuity_avg': 1.038448278420225, 'self_loop_proportion': 0.0015479876160990713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038448278420225\n", - "6651\n", - "18026651.08128478\n", - "{'n': 777, 'm': 2038, 'k_avg': 5.245817245817245, 'intersection_count': 605, 'streets_per_node_avg': 2.709137709137709, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 489, 4: 114, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22136422136422138, 2: 0.0, 3: 0.6293436293436293, 4: 0.14671814671814673, 5: 0.002574002574002574}, 'edge_length_total': 255725.2499999999, 'edge_length_avg': 125.47853287536796, 'street_length_total': 128770.92700000003, 'street_length_avg': 125.38551801363197, 'street_segments_count': 1027, 'node_density_km': 43.10284791647625, 'intersection_density_km': 33.56141954886503, 'edge_density_km': 14185.954387584125, 'street_density_km': 7143.363812798799, 'circuity_avg': 1.0624148273048553, 'self_loop_proportion': 0.002944062806673209, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624148273048553\n", - "6652\n", - "8988791.40582969\n", - "{'n': 204, 'm': 586, 'k_avg': 5.745098039215686, 'intersection_count': 188, 'streets_per_node_avg': 3.019607843137255, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 152, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0784313725490196, 2: 0.0, 3: 0.7450980392156863, 4: 0.17647058823529413}, 'edge_length_total': 119336.8400000001, 'edge_length_avg': 203.64648464163838, 'street_length_total': 59668.41999999999, 'street_length_avg': 203.64648464163818, 'street_segments_count': 293, 'node_density_km': 22.694930918932613, 'intersection_density_km': 20.914936337055547, 'edge_density_km': 13276.18303864567, 'street_density_km': 6638.091519322828, 'circuity_avg': 1.0468106935489612, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0468106935489612\n", - "6653\n", - "17020636.407397356\n", - "{'n': 678, 'm': 1845, 'k_avg': 5.442477876106195, 'intersection_count': 551, 'streets_per_node_avg': 2.814159292035398, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 425, 4: 124, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1873156342182891, 2: 0.0, 3: 0.6268436578171092, 4: 0.18289085545722714, 5: 0.0029498525073746312}, 'edge_length_total': 239421.0990000003, 'edge_length_avg': 129.7675333333335, 'street_length_total': 120485.08999999998, 'street_length_avg': 129.41470461868957, 'street_segments_count': 931, 'node_density_km': 39.833998199111626, 'intersection_density_km': 32.37246756299485, 'edge_density_km': 14066.518623001974, 'street_density_km': 7078.765277403837, 'circuity_avg': 1.0662408290463337, 'self_loop_proportion': 0.0032520325203252032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662408290463337\n", - "6654\n", - "9989561.961611718\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 135, 'm': 448, 'k_avg': 6.637037037037037, 'intersection_count': 123, 'streets_per_node_avg': 3.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 40, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08888888888888889, 2: 0.0, 3: 0.2962962962962963, 4: 0.6074074074074074, 5: 0.007407407407407408}, 'edge_length_total': 112345.51199999996, 'edge_length_avg': 250.77123214285706, 'street_length_total': 56172.75600000002, 'street_length_avg': 250.77123214285726, 'street_segments_count': 224, 'node_density_km': 13.514106075800251, 'intersection_density_km': 12.312852202395785, 'edge_density_km': 11246.290120800662, 'street_density_km': 5623.145060400336, 'circuity_avg': 1.015890206080923, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.015890206080923\n", - "6655\n", - "7014173.705862463\n", - "{'n': 428, 'm': 1171, 'k_avg': 5.47196261682243, 'intersection_count': 357, 'streets_per_node_avg': 2.8598130841121496, 'streets_per_node_counts': {0: 0, 1: 71, 2: 2, 3: 274, 4: 78, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1658878504672897, 2: 0.004672897196261682, 3: 0.6401869158878505, 4: 0.1822429906542056, 5: 0.007009345794392523}, 'edge_length_total': 114223.5900000001, 'edge_length_avg': 97.54362937660127, 'street_length_total': 57924.46599999999, 'street_length_avg': 97.6803811129848, 'street_segments_count': 593, 'node_density_km': 61.01930433263673, 'intersection_density_km': 50.89694309988624, 'edge_density_km': 16284.682243402633, 'street_density_km': 8258.20238121371, 'circuity_avg': 1.0574246173105568, 'self_loop_proportion': 0.0034158838599487617, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0574246173105568\n", - "6656\n", - "16979421.490234826\n", - "{'n': 389, 'm': 1048, 'k_avg': 5.388174807197943, 'intersection_count': 320, 'streets_per_node_avg': 2.763496143958869, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 274, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17737789203084833, 2: 0.0, 3: 0.7043701799485861, 4: 0.11825192802056556}, 'edge_length_total': 201833.01699999988, 'edge_length_avg': 192.5887566793892, 'street_length_total': 100995.77399999995, 'street_length_avg': 192.37290285714275, 'street_segments_count': 525, 'node_density_km': 22.910085612971027, 'intersection_density_km': 18.84634292069596, 'edge_density_km': 11886.919534689547, 'street_density_km': 5948.128094828463, 'circuity_avg': 1.027069035306137, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027069035306137\n", - "6657\n", - "12019972.55724921\n", - "{'n': 790, 'm': 2032, 'k_avg': 5.144303797468354, 'intersection_count': 597, 'streets_per_node_avg': 2.6151898734177217, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 521, 4: 71, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24430379746835443, 2: 0.0, 3: 0.6594936708860759, 4: 0.08987341772151898, 5: 0.005063291139240506, 6: 0.0012658227848101266}, 'edge_length_total': 181231.78200000004, 'edge_length_avg': 89.18886909448821, 'street_length_total': 90615.89100000002, 'street_length_avg': 89.18886909448821, 'street_segments_count': 1016, 'node_density_km': 65.7239437309325, 'intersection_density_km': 49.66733469286925, 'edge_density_km': 15077.553724588137, 'street_density_km': 7538.776862294068, 'circuity_avg': 1.0729759359388225, 'self_loop_proportion': 0.002952755905511811, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0729759359388225\n", - "6658\n", - "14983057.958374098\n", - "{'n': 454, 'm': 1390, 'k_avg': 6.1233480176211454, 'intersection_count': 415, 'streets_per_node_avg': 3.2180616740088106, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 238, 4: 177}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08590308370044053, 2: 0.0, 3: 0.5242290748898678, 4: 0.3898678414096916}, 'edge_length_total': 210564.98700000005, 'edge_length_avg': 151.48560215827342, 'street_length_total': 107704.26899999991, 'street_length_avg': 150.00594568245114, 'street_segments_count': 718, 'node_density_km': 30.300890596652692, 'intersection_density_km': 27.697950655530544, 'edge_density_km': 14053.53884267092, 'street_density_km': 7188.4036822939415, 'circuity_avg': 1.031323049282674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031323049282674\n", - "6659\n", - "21023033.639115404\n", - "{'n': 629, 'm': 1658, 'k_avg': 5.271860095389507, 'intersection_count': 519, 'streets_per_node_avg': 2.7694753577106517, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 446, 4: 71, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17488076311605724, 2: 0.0, 3: 0.7090620031796503, 4: 0.11287758346581876, 5: 0.003179650238473768}, 'edge_length_total': 224990.68699999983, 'edge_length_avg': 135.70005247285877, 'street_length_total': 113362.23700000011, 'street_length_avg': 133.68188325471712, 'street_segments_count': 848, 'node_density_km': 29.91956397908645, 'intersection_density_km': 24.687207798324113, 'edge_density_km': 10702.103743076485, 'street_density_km': 5392.287285745413, 'circuity_avg': 1.0780979436330216, 'self_loop_proportion': 0.0036188178528347406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780979436330216\n", - "6660\n", - "27029646.592978843\n", - "{'n': 1967, 'm': 5384, 'k_avg': 5.474326385358414, 'intersection_count': 1591, 'streets_per_node_avg': 2.778342653787494, 'streets_per_node_counts': {0: 0, 1: 376, 2: 0, 3: 1278, 4: 310, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19115404168784952, 2: 0.0, 3: 0.6497203863751907, 4: 0.157600406710727, 5: 0.001525165226232842}, 'edge_length_total': 524697.8949999986, 'edge_length_avg': 97.45503250371445, 'street_length_total': 262566.6489999998, 'street_length_avg': 97.2829377547239, 'street_segments_count': 2699, 'node_density_km': 72.77194665619281, 'intersection_density_km': 58.86129493136897, 'edge_density_km': 19411.940633226513, 'street_density_km': 9714.024491470913, 'circuity_avg': 1.071885317408727, 'self_loop_proportion': 0.002600297176820208, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071885317408727\n", - "6661\n", - "167218053.22552857\n", - "error with entry 6661\n", - "6662\n", - "5994483.86338273\n", - "{'n': 136, 'm': 328, 'k_avg': 4.823529411764706, 'intersection_count': 98, 'streets_per_node_avg': 2.5073529411764706, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 89, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27941176470588236, 2: 0.0, 3: 0.6544117647058824, 4: 0.0661764705882353}, 'edge_length_total': 36549.29400000001, 'edge_length_avg': 111.43077439024393, 'street_length_total': 18274.646999999997, 'street_length_avg': 111.43077439024388, 'street_segments_count': 164, 'node_density_km': 22.687524580849274, 'intersection_density_km': 16.348363300906094, 'edge_density_km': 6097.154456159464, 'street_density_km': 3048.577228079731, 'circuity_avg': 1.0761659306487128, 'self_loop_proportion': 0.006097560975609756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761659306487128\n", - "6663\n", - "9009842.977138288\n", - "{'n': 224, 'm': 583, 'k_avg': 5.205357142857143, 'intersection_count': 185, 'streets_per_node_avg': 2.7723214285714284, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 159, 4: 25, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17410714285714285, 2: 0.0, 3: 0.7098214285714286, 4: 0.11160714285714286, 5: 0.004464285714285714}, 'edge_length_total': 105928.65299999998, 'edge_length_avg': 181.69580274442535, 'street_length_total': 53065.008000000045, 'street_length_avg': 181.10924232081928, 'street_segments_count': 293, 'node_density_km': 24.86169854107125, 'intersection_density_km': 20.53309924150974, 'edge_density_km': 11756.99213280242, 'street_density_km': 5889.670678462211, 'circuity_avg': 1.060745974606818, 'self_loop_proportion': 0.003430531732418525, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060745974606818\n", - "6664\n", - "11989171.19800178\n", - "{'n': 547, 'm': 1428, 'k_avg': 5.221206581352834, 'intersection_count': 437, 'streets_per_node_avg': 2.749542961608775, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 356, 4: 79, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20109689213893966, 2: 0.0, 3: 0.6508226691042047, 4: 0.14442413162705667, 5: 0.003656307129798903}, 'edge_length_total': 216051.9260000003, 'edge_length_avg': 151.29686694677892, 'street_length_total': 108025.96299999993, 'street_length_avg': 151.2968669467786, 'street_segments_count': 714, 'node_density_km': 45.62450489414713, 'intersection_density_km': 36.4495587545563, 'edge_density_km': 18020.58894913515, 'street_density_km': 9010.294474567558, 'circuity_avg': 1.0516210317648484, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516210317648484\n", - "6665\n", - "11016391.722689044\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 785, 'm': 2122, 'k_avg': 5.406369426751592, 'intersection_count': 670, 'streets_per_node_avg': 2.7796178343949043, 'streets_per_node_counts': {0: 0, 1: 115, 2: 0, 3: 613, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1464968152866242, 2: 0.0, 3: 0.780891719745223, 4: 0.07261146496815286}, 'edge_length_total': 215050.17600000033, 'edge_length_avg': 101.3431555136665, 'street_length_total': 107829.43800000014, 'street_length_avg': 101.24829859154943, 'street_segments_count': 1065, 'node_density_km': 71.25745160125675, 'intersection_density_km': 60.81846187623188, 'edge_density_km': 19520.926761989514, 'street_density_km': 9788.090394236593, 'circuity_avg': 1.060879892734951, 'self_loop_proportion': 0.001885014137606032, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060879892734951\n", - "6666\n", - "11988843.050667422\n", - "{'n': 334, 'm': 896, 'k_avg': 5.365269461077844, 'intersection_count': 272, 'streets_per_node_avg': 2.7904191616766467, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 218, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18562874251497005, 2: 0.0, 3: 0.6526946107784432, 4: 0.16167664670658682}, 'edge_length_total': 168302.4460000001, 'edge_length_avg': 187.83755133928585, 'street_length_total': 84151.22300000006, 'street_length_avg': 187.83755133928585, 'street_segments_count': 448, 'node_density_km': 27.85923533976084, 'intersection_density_km': 22.68776051621242, 'edge_density_km': 14038.255842429322, 'street_density_km': 7019.127921214661, 'circuity_avg': 1.034574708542681, 'self_loop_proportion': 0.002232142857142857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034574708542681\n", - "6667\n", - "7009196.307544112\n", - "{'n': 181, 'm': 471, 'k_avg': 5.204419889502763, 'intersection_count': 142, 'streets_per_node_avg': 2.734806629834254, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 113, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2154696132596685, 2: 0.0, 3: 0.6243093922651933, 4: 0.15469613259668508, 5: 0.0055248618784530384}, 'edge_length_total': 71862.25499999998, 'edge_length_avg': 152.57378980891716, 'street_length_total': 36069.39499999998, 'street_length_avg': 152.83641949152536, 'street_segments_count': 236, 'node_density_km': 25.823217393010772, 'intersection_density_km': 20.259098728218397, 'edge_density_km': 10252.567034347927, 'street_density_km': 5146.0101012120185, 'circuity_avg': 1.0615899553555934, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615899553555934\n", - "6668\n", - "11986453.700011995\n", - "{'n': 188, 'm': 514, 'k_avg': 5.468085106382978, 'intersection_count': 155, 'streets_per_node_avg': 2.856382978723404, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 117, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17553191489361702, 2: 0.0, 3: 0.6223404255319149, 4: 0.19680851063829788, 5: 0.005319148936170213}, 'edge_length_total': 85707.97, 'edge_length_avg': 166.7470233463035, 'street_length_total': 42853.984999999986, 'street_length_avg': 166.74702334630345, 'street_segments_count': 257, 'node_density_km': 15.68437210080008, 'intersection_density_km': 12.931264232042619, 'edge_density_km': 7150.4026249160115, 'street_density_km': 3575.2013124580044, 'circuity_avg': 1.0520655889222328, 'self_loop_proportion': 0.0038910505836575876, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520655889222328\n", - "6669\n", - "11014450.444424914\n", - "{'n': 582, 'm': 1592, 'k_avg': 5.470790378006873, 'intersection_count': 470, 'streets_per_node_avg': 2.804123711340206, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 362, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19243986254295534, 2: 0.0, 3: 0.6219931271477663, 4: 0.18213058419243985, 5: 0.003436426116838488}, 'edge_length_total': 170085.80199999944, 'edge_length_avg': 106.83781532663282, 'street_length_total': 86427.07099999997, 'street_length_avg': 107.22961662531013, 'street_segments_count': 806, 'node_density_km': 52.8396766535534, 'intersection_density_km': 42.671216541529375, 'edge_density_km': 15442.059761237588, 'street_density_km': 7846.698429130069, 'circuity_avg': 1.0676434047340677, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676434047340677\n", - "6670\n", - "4994236.06920731\n", - "{'n': 173, 'm': 472, 'k_avg': 5.456647398843931, 'intersection_count': 142, 'streets_per_node_avg': 2.820809248554913, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 111, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1791907514450867, 2: 0.0, 3: 0.6416184971098265, 4: 0.1791907514450867}, 'edge_length_total': 79001.64000000001, 'edge_length_avg': 167.3763559322034, 'street_length_total': 39500.819999999985, 'street_length_avg': 167.37635593220332, 'street_segments_count': 236, 'node_density_km': 34.63993243464335, 'intersection_density_km': 28.432776911672576, 'edge_density_km': 15818.563420959641, 'street_density_km': 7909.281710479816, 'circuity_avg': 1.032871330250193, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032871330250193\n", - "6671\n", - "6009596.874065791\n", - "{'n': 389, 'm': 1050, 'k_avg': 5.3984575835475574, 'intersection_count': 320, 'streets_per_node_avg': 2.8560411311053984, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 238, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17737789203084833, 2: 0.0, 3: 0.6118251928020566, 4: 0.21079691516709512}, 'edge_length_total': 123830.80000000005, 'edge_length_avg': 117.93409523809528, 'street_length_total': 61915.399999999965, 'street_length_avg': 117.93409523809517, 'street_segments_count': 525, 'node_density_km': 64.72979937784449, 'intersection_density_km': 53.24816401262271, 'edge_density_km': 20605.508588169632, 'street_density_km': 10302.754294084807, 'circuity_avg': 1.033159867428304, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033159867428304\n", - "6672\n", - "21974267.489953585\n", - "{'n': 588, 'm': 1703, 'k_avg': 5.792517006802721, 'intersection_count': 503, 'streets_per_node_avg': 3.0255102040816326, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 318, 4: 185}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1445578231292517, 2: 0.0, 3: 0.5408163265306123, 4: 0.31462585034013607}, 'edge_length_total': 293752.7559999991, 'edge_length_avg': 172.49134233705175, 'street_length_total': 147718.34500000012, 'street_length_avg': 170.37871395617083, 'street_segments_count': 867, 'node_density_km': 26.75857114549223, 'intersection_density_km': 22.890410350650665, 'edge_density_km': 13368.034048657137, 'street_density_km': 6722.333068328009, 'circuity_avg': 1.0381342242167337, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381342242167337\n", - "6673\n", - "138184172.92532912\n", - "{'n': 7850, 'm': 22750, 'k_avg': 5.796178343949045, 'intersection_count': 6822, 'streets_per_node_avg': 2.9737579617834395, 'streets_per_node_counts': {0: 0, 1: 1028, 2: 2, 3: 5063, 4: 1669, 5: 81, 6: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13095541401273886, 2: 0.00025477707006369424, 3: 0.644968152866242, 4: 0.21261146496815286, 5: 0.010318471337579618, 6: 0.0008917197452229299}, 'edge_length_total': 1861990.2160000035, 'edge_length_avg': 81.84572378021993, 'street_length_total': 949897.3999999983, 'street_length_avg': 81.97250604073164, 'street_segments_count': 11588, 'node_density_km': 56.8082424623399, 'intersection_density_km': 49.368895551348125, 'edge_density_km': 13474.699573634756, 'street_density_km': 6874.140358413524, 'circuity_avg': 1.0711238509750094, 'self_loop_proportion': 0.001934065934065934, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711238509750094\n", - "6674\n", - "4995780.5695670415\n", - "{'n': 115, 'm': 306, 'k_avg': 5.321739130434783, 'intersection_count': 87, 'streets_per_node_avg': 2.7043478260869565, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 65, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24347826086956523, 2: 0.0, 3: 0.5652173913043478, 4: 0.19130434782608696}, 'edge_length_total': 47088.53000000003, 'edge_length_avg': 153.88408496732035, 'street_length_total': 23544.265000000018, 'street_length_avg': 153.88408496732038, 'street_segments_count': 153, 'node_density_km': 23.019425773131275, 'intersection_density_km': 17.414696019673226, 'edge_density_km': 9425.66018348579, 'street_density_km': 4712.830091742896, 'circuity_avg': 1.0548157342403088, 'self_loop_proportion': 0.006535947712418301, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548157342403088\n", - "6675\n", - "27039021.478983715\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 836, 'm': 2217, 'k_avg': 5.303827751196172, 'intersection_count': 653, 'streets_per_node_avg': 2.7332535885167464, 'streets_per_node_counts': {0: 0, 1: 183, 2: 0, 3: 513, 4: 137, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21889952153110048, 2: 0.0, 3: 0.6136363636363636, 4: 0.1638755980861244, 5: 0.0035885167464114833}, 'edge_length_total': 294898.2780000003, 'edge_length_avg': 133.01681461434384, 'street_length_total': 147997.47300000003, 'street_length_avg': 131.90505614973264, 'street_segments_count': 1122, 'node_density_km': 30.918278631117893, 'intersection_density_km': 24.15028223220094, 'edge_density_km': 10906.396084977121, 'street_density_km': 5473.477400616445, 'circuity_avg': 1.0588529017812518, 'self_loop_proportion': 0.0036084799278304014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588529017812518\n", - "6676\n", - "8989819.695056109\n", - "{'n': 137, 'm': 404, 'k_avg': 5.897810218978102, 'intersection_count': 121, 'streets_per_node_avg': 3.1313868613138687, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 71, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11678832116788321, 2: 0.0, 3: 0.5182481751824818, 4: 0.36496350364963503}, 'edge_length_total': 94550.81199999995, 'edge_length_avg': 234.0366633663365, 'street_length_total': 47275.40599999999, 'street_length_avg': 234.03666336633657, 'street_segments_count': 202, 'node_density_km': 15.2394602614046, 'intersection_density_km': 13.459669281970486, 'edge_density_km': 10517.542643485667, 'street_density_km': 5258.771321742835, 'circuity_avg': 1.0196474185647622, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196474185647622\n", - "6677\n", - "7008454.167874037\n", - "{'n': 182, 'm': 488, 'k_avg': 5.362637362637362, 'intersection_count': 142, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 101, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21978021978021978, 2: 0.0, 3: 0.554945054945055, 4: 0.22527472527472528}, 'edge_length_total': 88674.72200000007, 'edge_length_avg': 181.7104959016395, 'street_length_total': 44337.36099999999, 'street_length_avg': 181.7104959016393, 'street_segments_count': 244, 'node_density_km': 25.96863668371657, 'intersection_density_km': 20.261244005976664, 'edge_density_km': 12652.536476085552, 'street_density_km': 6326.26823804277, 'circuity_avg': 1.043715315736409, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043715315736409\n", - "6678\n", - "13985171.456180118\n", - "{'n': 219, 'm': 641, 'k_avg': 5.853881278538813, 'intersection_count': 196, 'streets_per_node_avg': 2.963470319634703, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 158, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1050228310502283, 2: 0.0, 3: 0.7214611872146118, 4: 0.1735159817351598}, 'edge_length_total': 114825.47899999993, 'edge_length_avg': 179.13491263650536, 'street_length_total': 57467.102000000035, 'street_length_avg': 177.91672445820444, 'street_segments_count': 323, 'node_density_km': 15.659443338695914, 'intersection_density_km': 14.01484426659543, 'edge_density_km': 8210.51635725624, 'street_density_km': 4109.145331543649, 'circuity_avg': 1.0282395002038116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0282395002038116\n", - "6679\n", - "7008417.697352147\n", - "{'n': 386, 'm': 884, 'k_avg': 4.580310880829016, 'intersection_count': 252, 'streets_per_node_avg': 2.3471502590673574, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 236, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3471502590673575, 2: 0.0, 3: 0.6113989637305699, 4: 0.04145077720207254}, 'edge_length_total': 107458.93599999989, 'edge_length_avg': 121.55988235294105, 'street_length_total': 53729.46800000002, 'street_length_avg': 121.55988235294123, 'street_segments_count': 442, 'node_density_km': 55.07662594737109, 'intersection_density_km': 35.956760981185276, 'edge_density_km': 15332.838400970164, 'street_density_km': 7666.419200485094, 'circuity_avg': 1.0634434528086887, 'self_loop_proportion': 0.0022624434389140274, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634434528086887\n", - "6680\n", - "108908688.68972515\n", - "{'n': 8728, 'm': 22468, 'k_avg': 5.148487626031164, 'intersection_count': 6416, 'streets_per_node_avg': 2.660517873510541, 'streets_per_node_counts': {0: 0, 1: 2312, 2: 2, 3: 4776, 4: 1614, 5: 23, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2648945921173236, 2: 0.00022914757103574703, 3: 0.5472043996333639, 4: 0.18492208982584785, 5: 0.0026351970669110905, 6: 0.00011457378551787351}, 'edge_length_total': 1928448.566000009, 'edge_length_avg': 85.83089576286314, 'street_length_total': 984226.371000002, 'street_length_avg': 85.29563835687685, 'street_segments_count': 11539, 'node_density_km': 80.14052969516135, 'intersection_density_km': 58.91173676949533, 'edge_density_km': 17707.02217794627, 'street_density_km': 9037.170338208816, 'circuity_avg': 1.0628295725213202, 'self_loop_proportion': 0.0019138330069432081, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0628295725213202\n", - "6681\n", - "6008603.157819277\n", - "{'n': 390, 'm': 994, 'k_avg': 5.097435897435897, 'intersection_count': 289, 'streets_per_node_avg': 2.5846153846153848, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 250, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.258974358974359, 2: 0.0, 3: 0.6410256410256411, 4: 0.09743589743589744, 5: 0.002564102564102564}, 'edge_length_total': 83378.24199999995, 'edge_length_avg': 83.88153118712269, 'street_length_total': 41689.121000000014, 'street_length_avg': 83.88153118712276, 'street_segments_count': 497, 'node_density_km': 64.90693256925692, 'intersection_density_km': 48.097701314141666, 'edge_density_km': 13876.476746762006, 'street_density_km': 6938.238373381009, 'circuity_avg': 1.067554232364225, 'self_loop_proportion': 0.006036217303822937, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067554232364225\n", - "6682\n", - "4994513.143342353\n", - "{'n': 84, 'm': 266, 'k_avg': 6.333333333333333, 'intersection_count': 77, 'streets_per_node_avg': 3.2857142857142856, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 39, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08333333333333333, 2: 0.0, 3: 0.4642857142857143, 4: 0.4523809523809524}, 'edge_length_total': 49469.63800000001, 'edge_length_avg': 185.97608270676696, 'street_length_total': 24734.81900000001, 'street_length_avg': 185.976082706767, 'street_segments_count': 133, 'node_density_km': 16.818456091555458, 'intersection_density_km': 15.416918083925836, 'edge_density_km': 9904.796840096948, 'street_density_km': 4952.398420048475, 'circuity_avg': 1.0245472782165734, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0245472782165734\n", - "6683\n", - "38056857.9603716\n", - "{'n': 2461, 'm': 6886, 'k_avg': 5.596099146688338, 'intersection_count': 2038, 'streets_per_node_avg': 2.869565217391304, 'streets_per_node_counts': {0: 0, 1: 423, 2: 0, 3: 1530, 4: 494, 5: 11, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1718813490451036, 2: 0.0, 3: 0.6216984965461194, 4: 0.2007314099959366, 5: 0.004469727752945957, 6: 0.001219016659894352}, 'edge_length_total': 668310.920999998, 'edge_length_avg': 97.05357551553848, 'street_length_total': 336639.038, 'street_length_avg': 96.54116375107542, 'street_segments_count': 3487, 'node_density_km': 64.66640001028529, 'intersection_density_km': 53.55145193862715, 'edge_density_km': 17560.853859661944, 'street_density_km': 8845.68658691005, 'circuity_avg': 1.0577600643754723, 'self_loop_proportion': 0.0008713331397037467, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577600643754723\n", - "6684\n", - "27968196.5241291\n", - "{'n': 1767, 'm': 4874, 'k_avg': 5.516694963214488, 'intersection_count': 1428, 'streets_per_node_avg': 2.848330503678551, 'streets_per_node_counts': {0: 0, 1: 339, 2: 0, 3: 1024, 4: 399, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19185059422750425, 2: 0.0, 3: 0.579513299377476, 4: 0.22580645161290322, 5: 0.0022637238256932655, 6: 0.0005659309564233164}, 'edge_length_total': 533990.2220000005, 'edge_length_avg': 109.55892942141989, 'street_length_total': 268772.8580000003, 'street_length_avg': 109.25725934959361, 'street_segments_count': 2460, 'node_density_km': 63.17890388375775, 'intersection_density_km': 51.057993631016444, 'edge_density_km': 19092.765653992356, 'street_density_km': 9609.945988763378, 'circuity_avg': 1.0365210089298784, 'self_loop_proportion': 0.0016413623307345096, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0365210089298784\n", - "6685\n", - "12015885.403398285\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 393, 'm': 1107, 'k_avg': 5.633587786259542, 'intersection_count': 333, 'streets_per_node_avg': 2.8931297709923665, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 256, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15267175572519084, 2: 0.0, 3: 0.6513994910941476, 4: 0.19338422391857507, 5: 0.002544529262086514}, 'edge_length_total': 113348.99700000024, 'edge_length_avg': 102.39295121951241, 'street_length_total': 56722.87599999997, 'street_length_avg': 102.38786281588442, 'street_segments_count': 554, 'node_density_km': 32.70670340188608, 'intersection_density_km': 27.713313569537064, 'edge_density_km': 9433.26215211268, 'street_density_km': 4720.657204666569, 'circuity_avg': 1.0538816147898367, 'self_loop_proportion': 0.0018066847335140017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538816147898367\n", - "6686\n", - "5993204.9639141355\n", - "{'n': 193, 'm': 544, 'k_avg': 5.637305699481865, 'intersection_count': 162, 'streets_per_node_avg': 2.906735751295337, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 118, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16062176165803108, 2: 0.0, 3: 0.6113989637305699, 4: 0.22797927461139897}, 'edge_length_total': 76287.48999999993, 'edge_length_avg': 140.23435661764694, 'street_length_total': 38143.74500000002, 'street_length_avg': 140.2343566176471, 'street_segments_count': 272, 'node_density_km': 32.2031369129002, 'intersection_density_km': 27.0306123310354, 'edge_density_km': 12728.997332702085, 'street_density_km': 6364.498666351052, 'circuity_avg': 1.0257079242167613, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0257079242167613\n", - "6687\n", - "17024564.148585837\n", - "{'n': 1551, 'm': 4102, 'k_avg': 5.289490651192779, 'intersection_count': 1204, 'streets_per_node_avg': 2.6840747904577693, 'streets_per_node_counts': {0: 0, 1: 347, 2: 0, 3: 1002, 4: 200, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22372662798194712, 2: 0.0, 3: 0.6460348162475822, 4: 0.1289490651192779, 5: 0.0012894906511927789}, 'edge_length_total': 344301.0779999996, 'edge_length_avg': 83.93492881521199, 'street_length_total': 172405.17800000028, 'street_length_avg': 83.7324808159302, 'street_segments_count': 2059, 'node_density_km': 91.10365390052205, 'intersection_density_km': 70.72134061652389, 'edge_density_km': 20223.78223577602, 'street_density_km': 10126.848270257848, 'circuity_avg': 1.0659921841819688, 'self_loop_proportion': 0.0034129692832764505, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659921841819688\n", - "6688\n", - "10989525.253092507\n", - "{'n': 134, 'm': 342, 'k_avg': 5.104477611940299, 'intersection_count': 100, 'streets_per_node_avg': 2.582089552238806, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 88, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2537313432835821, 2: 0.0, 3: 0.6567164179104478, 4: 0.08955223880597014}, 'edge_length_total': 49738.977999999996, 'edge_length_avg': 145.43560818713448, 'street_length_total': 24869.48899999999, 'street_length_avg': 145.43560818713445, 'street_segments_count': 171, 'node_density_km': 12.193429371509177, 'intersection_density_km': 9.09957415784267, 'edge_density_km': 4526.03518846305, 'street_density_km': 2263.0175942315245, 'circuity_avg': 1.0369222354044534, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369222354044534\n", - "6689\n", - "19023932.019205183\n", - "{'n': 751, 'm': 1980, 'k_avg': 5.272969374167777, 'intersection_count': 607, 'streets_per_node_avg': 2.7123834886817577, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 536, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19174434087882822, 2: 0.0, 3: 0.7137150466045273, 4: 0.09320905459387484, 5: 0.0013315579227696406}, 'edge_length_total': 178159.97999999978, 'edge_length_avg': 89.97978787878776, 'street_length_total': 89319.06699999998, 'street_length_avg': 89.67777811244979, 'street_segments_count': 996, 'node_density_km': 39.476591865543085, 'intersection_density_km': 31.907178778142015, 'edge_density_km': 9365.04502960494, 'street_density_km': 4695.089685446202, 'circuity_avg': 1.100603078600503, 'self_loop_proportion': 0.005050505050505051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.100603078600503\n", - "6690\n", - "8991096.146236936\n", - "{'n': 157, 'm': 398, 'k_avg': 5.070063694267516, 'intersection_count': 119, 'streets_per_node_avg': 2.694267515923567, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 91, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24203821656050956, 2: 0.0, 3: 0.5796178343949044, 4: 0.17834394904458598}, 'edge_length_total': 90115.55400000008, 'edge_length_avg': 226.42098994974893, 'street_length_total': 45057.77699999998, 'street_length_avg': 226.42098994974864, 'street_segments_count': 199, 'node_density_km': 17.46171962199621, 'intersection_density_km': 13.235316146608591, 'edge_density_km': 10022.75501610739, 'street_density_km': 5011.377508053689, 'circuity_avg': 1.0472735199137728, 'self_loop_proportion': 0.005025125628140704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472735199137728\n", - "6691\n", - "9012755.432772819\n", - "{'n': 175, 'm': 468, 'k_avg': 5.348571428571429, 'intersection_count': 148, 'streets_per_node_avg': 2.84, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 122, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15428571428571428, 2: 0.0, 3: 0.6971428571428572, 4: 0.14857142857142858}, 'edge_length_total': 63294.55800000003, 'edge_length_avg': 135.2447820512821, 'street_length_total': 32544.326999999997, 'street_length_avg': 133.37838934426227, 'street_segments_count': 244, 'node_density_km': 19.416925412582774, 'intersection_density_km': 16.421171206070003, 'edge_density_km': 7022.775495476541, 'street_density_km': 3610.9186854954496, 'circuity_avg': 1.0763081219242074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763081219242074\n", - "6692\n", - "4995840.72567655\n", - "{'n': 193, 'm': 464, 'k_avg': 4.808290155440415, 'intersection_count': 136, 'streets_per_node_avg': 2.4870466321243523, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 121, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29533678756476683, 2: 0.0, 3: 0.6269430051813472, 4: 0.07772020725388601}, 'edge_length_total': 56953.3709999999, 'edge_length_avg': 122.74433405172391, 'street_length_total': 28513.616000000005, 'street_length_avg': 122.37603433476397, 'street_segments_count': 233, 'node_density_km': 38.63213633053993, 'intersection_density_km': 27.222645289914148, 'edge_density_km': 11400.157476455002, 'street_density_km': 5707.470987506036, 'circuity_avg': 1.0672685759266576, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672685759266576\n", - "6693\n", - "41051278.03336464\n", - "{'n': 2817, 'm': 7534, 'k_avg': 5.348952786652467, 'intersection_count': 2237, 'streets_per_node_avg': 2.747603833865815, 'streets_per_node_counts': {0: 0, 1: 580, 2: 0, 3: 1798, 4: 431, 5: 6, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20589279375221867, 2: 0.0, 3: 0.6382676606318779, 4: 0.15299964501242458, 5: 0.002129925452609159, 6: 0.0007099751508697196}, 'edge_length_total': 748111.2370000007, 'edge_length_avg': 99.29801393681984, 'street_length_total': 377260.88000000064, 'street_length_avg': 98.83701336127866, 'street_segments_count': 3817, 'node_density_km': 68.62149328726059, 'intersection_density_km': 54.492822322897396, 'edge_density_km': 18223.823297096118, 'street_density_km': 9189.991105596759, 'circuity_avg': 1.0519373123301137, 'self_loop_proportion': 0.0007963897000265463, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519373123301137\n", - "6694\n", - "7010003.439938804\n", - "{'n': 330, 'm': 908, 'k_avg': 5.503030303030303, 'intersection_count': 277, 'streets_per_node_avg': 2.827272727272727, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 229, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1606060606060606, 2: 0.0, 3: 0.693939393939394, 4: 0.14242424242424243, 5: 0.0030303030303030303}, 'edge_length_total': 89054.09199999999, 'edge_length_avg': 98.07719383259911, 'street_length_total': 44527.04600000003, 'street_length_avg': 98.07719383259919, 'street_segments_count': 454, 'node_density_km': 47.07558317587371, 'intersection_density_km': 39.514959211263694, 'edge_density_km': 12703.858530599726, 'street_density_km': 6351.929265299867, 'circuity_avg': 1.0695094547326505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695094547326505\n", - "6695\n", - "13987873.161307639\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 373, 'm': 1152, 'k_avg': 6.176943699731903, 'intersection_count': 329, 'streets_per_node_avg': 3.1501340482573728, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 185, 4: 144}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11796246648793565, 2: 0.0, 3: 0.4959785522788204, 4: 0.38605898123324395}, 'edge_length_total': 168359.97599999982, 'edge_length_avg': 146.14581249999983, 'street_length_total': 84179.9880000001, 'street_length_avg': 146.14581250000018, 'street_segments_count': 576, 'node_density_km': 26.665955267007195, 'intersection_density_km': 23.520373412454067, 'edge_density_km': 12036.138307695443, 'street_density_km': 6018.069153847735, 'circuity_avg': 1.023850510518006, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023850510518006\n", - "6696\n", - "10012831.733007899\n", - "{'n': 558, 'm': 1550, 'k_avg': 5.555555555555555, 'intersection_count': 463, 'streets_per_node_avg': 2.8315412186379927, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 368, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17025089605734767, 2: 0.0, 3: 0.6594982078853047, 4: 0.16845878136200718, 5: 0.0017921146953405018}, 'edge_length_total': 156445.15400000007, 'edge_length_avg': 100.93235741935489, 'street_length_total': 78222.57700000012, 'street_length_avg': 100.932357419355, 'street_segments_count': 775, 'node_density_km': 55.728490688655, 'intersection_density_km': 46.240665212987935, 'edge_density_km': 15624.466501745881, 'street_density_km': 7812.23325087295, 'circuity_avg': 1.0426245903630649, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426245903630649\n", - "6697\n", - "6993002.303195254\n", - "{'n': 167, 'm': 542, 'k_avg': 6.491017964071856, 'intersection_count': 152, 'streets_per_node_avg': 3.3532934131736525, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 63, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08982035928143713, 2: 0.0, 3: 0.3772455089820359, 4: 0.5329341317365269}, 'edge_length_total': 88850.32999999999, 'edge_length_avg': 163.93049815498154, 'street_length_total': 44474.392, 'street_length_avg': 162.9098608058608, 'street_segments_count': 273, 'node_density_km': 23.881016015638103, 'intersection_density_km': 21.736014577107735, 'edge_density_km': 12705.60571092653, 'street_density_km': 6359.842321184235, 'circuity_avg': 1.013326449292513, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013326449292513\n", - "6698\n", - "4994170.166779746\n", - "{'n': 107, 'm': 310, 'k_avg': 5.794392523364486, 'intersection_count': 95, 'streets_per_node_avg': 2.9345794392523366, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 78, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11214953271028037, 2: 0.0, 3: 0.7289719626168224, 4: 0.1588785046728972}, 'edge_length_total': 48104.151999999965, 'edge_length_avg': 155.17468387096764, 'street_length_total': 24052.075999999986, 'street_length_avg': 155.17468387096764, 'street_segments_count': 155, 'node_density_km': 21.42498081297736, 'intersection_density_km': 19.022179226475227, 'edge_density_km': 9632.061061911643, 'street_density_km': 4816.030530955822, 'circuity_avg': 1.062259148175656, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062259148175656\n", - "6699\n", - "10012119.940500889\n", - "{'n': 509, 'm': 1274, 'k_avg': 5.005893909626719, 'intersection_count': 378, 'streets_per_node_avg': 2.56188605108055, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 341, 4: 35, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25736738703339884, 2: 0.0, 3: 0.6699410609037328, 4: 0.068762278978389, 5: 0.003929273084479371}, 'edge_length_total': 152027.2260000002, 'edge_length_avg': 119.33063265306139, 'street_length_total': 76013.61300000001, 'street_length_avg': 119.33063265306124, 'street_segments_count': 637, 'node_density_km': 50.838384180856664, 'intersection_density_km': 37.75424208322951, 'edge_density_km': 15184.319295359393, 'street_density_km': 7592.159647679688, 'circuity_avg': 1.0707865886822308, 'self_loop_proportion': 0.0015698587127158557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707865886822308\n", - "6700\n", - "6993290.589429148\n", - "{'n': 93, 'm': 276, 'k_avg': 5.935483870967742, 'intersection_count': 75, 'streets_per_node_avg': 3.139784946236559, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 26, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1935483870967742, 2: 0.0, 3: 0.27956989247311825, 4: 0.5268817204301075}, 'edge_length_total': 65582.92900000003, 'edge_length_avg': 237.61930797101462, 'street_length_total': 33014.094000000005, 'street_length_avg': 235.81495714285717, 'street_segments_count': 140, 'node_density_km': 13.29846069039031, 'intersection_density_km': 10.724565072895412, 'edge_density_km': 9377.9785297544, 'street_density_km': 4720.823992342481, 'circuity_avg': 1.002427820291179, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.002427820291179\n", - "6701\n", - "22030357.061983816\n", - "{'n': 699, 'm': 2001, 'k_avg': 5.725321888412017, 'intersection_count': 620, 'streets_per_node_avg': 2.96137339055794, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 491, 4: 127, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11301859799713877, 2: 0.0, 3: 0.7024320457796852, 4: 0.18168812589413447, 5: 0.002861230329041488}, 'edge_length_total': 325868.93399999983, 'edge_length_avg': 162.85304047976004, 'street_length_total': 163704.91599999997, 'street_length_avg': 161.12688582677163, 'street_segments_count': 1016, 'node_density_km': 31.728945565127194, 'intersection_density_km': 28.142984621428983, 'edge_density_km': 14791.813545424922, 'street_density_km': 7430.878924903746, 'circuity_avg': 1.0498508389696346, 'self_loop_proportion': 0.001999000499750125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498508389696346\n", - "6702\n", - "8990683.884337263\n", - "{'n': 191, 'm': 545, 'k_avg': 5.706806282722513, 'intersection_count': 164, 'streets_per_node_avg': 3.0523560209424083, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 101, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14136125654450263, 2: 0.0, 3: 0.5287958115183246, 4: 0.32460732984293195, 5: 0.005235602094240838}, 'edge_length_total': 92269.49299999996, 'edge_length_avg': 169.30182201834856, 'street_length_total': 46848.324, 'street_length_avg': 166.1288085106383, 'street_segments_count': 282, 'node_density_km': 21.244212615765804, 'intersection_density_km': 18.241104026102576, 'edge_density_km': 10262.789147858186, 'street_density_km': 5210.763119100963, 'circuity_avg': 1.0189810661430103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189810661430103\n", - "6703\n", - "7009820.307063095\n", - "{'n': 377, 'm': 987, 'k_avg': 5.23607427055703, 'intersection_count': 305, 'streets_per_node_avg': 2.7586206896551726, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 253, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1909814323607427, 2: 0.0, 3: 0.6710875331564987, 4: 0.13527851458885942, 5: 0.002652519893899204}, 'edge_length_total': 114943.51200000018, 'edge_length_avg': 116.45745896656553, 'street_length_total': 57599.52900000005, 'street_length_avg': 116.36268484848496, 'street_segments_count': 495, 'node_density_km': 53.781692466515125, 'intersection_density_km': 43.5103878044751, 'edge_density_km': 16397.497648289656, 'street_density_km': 8216.976538180696, 'circuity_avg': 1.0764006786181521, 'self_loop_proportion': 0.004052684903748734, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0764006786181521\n", - "6704\n", - "16982684.18752982\n", - "{'n': 536, 'm': 1456, 'k_avg': 5.432835820895522, 'intersection_count': 432, 'streets_per_node_avg': 2.8208955223880596, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 322, 4: 108, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19402985074626866, 2: 0.0, 3: 0.6007462686567164, 4: 0.20149253731343283, 5: 0.0037313432835820895}, 'edge_length_total': 211021.03700000048, 'edge_length_avg': 144.93203090659372, 'street_length_total': 107691.14699999982, 'street_length_avg': 144.35810589812309, 'street_segments_count': 746, 'node_density_km': 31.561559649891997, 'intersection_density_km': 25.437674941703996, 'edge_density_km': 12425.658669137278, 'street_density_km': 6341.232387697354, 'circuity_avg': 1.0362177454546269, 'self_loop_proportion': 0.0013736263736263737, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362177454546269\n", - "6705\n", - "22029768.648469146\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 435, 'm': 1138, 'k_avg': 5.232183908045977, 'intersection_count': 343, 'streets_per_node_avg': 2.6551724137931036, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 310, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21149425287356322, 2: 0.0, 3: 0.7126436781609196, 4: 0.0735632183908046, 5: 0.0022988505747126436}, 'edge_length_total': 175425.31399999987, 'edge_length_avg': 154.15229701230217, 'street_length_total': 87712.65700000014, 'street_length_avg': 154.15229701230254, 'street_segments_count': 569, 'node_density_km': 19.746008546042003, 'intersection_density_km': 15.569841221361855, 'edge_density_km': 7963.102872266895, 'street_density_km': 3981.5514361334567, 'circuity_avg': 1.08310024595072, 'self_loop_proportion': 0.0017574692442882249, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08310024595072\n", - "6706\n", - "5994483.181765292\n", - "{'n': 90, 'm': 264, 'k_avg': 5.866666666666666, 'intersection_count': 77, 'streets_per_node_avg': 3.1333333333333333, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 39, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14444444444444443, 2: 0.0, 3: 0.43333333333333335, 4: 0.4222222222222222}, 'edge_length_total': 59246.605999999985, 'edge_length_avg': 224.41896212121208, 'street_length_total': 29623.303000000004, 'street_length_avg': 224.41896212121216, 'street_segments_count': 132, 'node_density_km': 15.013804738625733, 'intersection_density_km': 12.845144054157572, 'edge_density_km': 9883.521932336573, 'street_density_km': 4941.760966168288, 'circuity_avg': 1.0243343046706748, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0243343046706748\n", - "6707\n", - "20026993.750779092\n", - "{'n': 737, 'm': 1933, 'k_avg': 5.245590230664858, 'intersection_count': 578, 'streets_per_node_avg': 2.679782903663501, 'streets_per_node_counts': {0: 0, 1: 159, 2: 1, 3: 494, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2157394843962008, 2: 0.0013568521031207597, 3: 0.6702849389416553, 4: 0.11261872455902307}, 'edge_length_total': 275244.9410000003, 'edge_length_avg': 142.3926233833421, 'street_length_total': 137900.328, 'street_length_avg': 142.312, 'street_segments_count': 969, 'node_density_km': 36.80033105175005, 'intersection_density_km': 28.861046605035995, 'edge_density_km': 13743.697352943584, 'street_density_km': 6885.72282570545, 'circuity_avg': 1.0643346094594848, 'self_loop_proportion': 0.004138644593895499, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643346094594848\n", - "6708\n", - "5994745.7703042105\n", - "{'n': 127, 'm': 344, 'k_avg': 5.417322834645669, 'intersection_count': 104, 'streets_per_node_avg': 2.7716535433070866, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 87, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18110236220472442, 2: 0.0, 3: 0.6850393700787402, 4: 0.13385826771653545}, 'edge_length_total': 55003.36599999996, 'edge_length_avg': 159.89350581395337, 'street_length_total': 27501.683000000008, 'street_length_avg': 159.89350581395354, 'street_segments_count': 172, 'node_density_km': 21.185218667505765, 'intersection_density_km': 17.348525522996848, 'edge_density_km': 9175.262489439772, 'street_density_km': 4587.631244719891, 'circuity_avg': 1.050876827586389, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050876827586389\n", - "6709\n", - "15018302.492973752\n", - "{'n': 2748, 'm': 6890, 'k_avg': 5.014556040756914, 'intersection_count': 1955, 'streets_per_node_avg': 2.5316593886462884, 'streets_per_node_counts': {0: 0, 1: 793, 2: 0, 3: 1660, 4: 291, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28857350800582243, 2: 0.0, 3: 0.604075691411936, 4: 0.10589519650655022, 5: 0.001455604075691412}, 'edge_length_total': 399915.6480000001, 'edge_length_avg': 58.042909724238044, 'street_length_total': 199957.82400000014, 'street_length_avg': 58.042909724238065, 'street_segments_count': 3445, 'node_density_km': 182.97673796926384, 'intersection_density_km': 130.1744988100112, 'edge_density_km': 26628.551941013233, 'street_density_km': 13314.275970506622, 'circuity_avg': 1.0504569492543996, 'self_loop_proportion': 0.002902757619738752, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504569492543996\n", - "6710\n", - "9988079.998799631\n", - "{'n': 274, 'm': 798, 'k_avg': 5.824817518248175, 'intersection_count': 237, 'streets_per_node_avg': 3.0036496350364965, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 162, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13503649635036497, 2: 0.0, 3: 0.5912408759124088, 4: 0.2737226277372263}, 'edge_length_total': 130952.78599999992, 'edge_length_avg': 164.10123558897234, 'street_length_total': 65476.39300000003, 'street_length_avg': 164.10123558897251, 'street_segments_count': 399, 'node_density_km': 27.432699781432405, 'intersection_density_km': 23.72828411751635, 'edge_density_km': 13110.906802482345, 'street_density_km': 6555.45340124118, 'circuity_avg': 1.045998054932146, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045998054932146\n", - "6711\n", - "6007160.068745205\n", - "{'n': 399, 'm': 1026, 'k_avg': 5.142857142857143, 'intersection_count': 306, 'streets_per_node_avg': 2.644110275689223, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 262, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23308270676691728, 2: 0.0, 3: 0.656641604010025, 4: 0.11027568922305764}, 'edge_length_total': 104753.12200000003, 'edge_length_avg': 102.09855945419106, 'street_length_total': 52376.561000000016, 'street_length_avg': 102.09855945419106, 'street_segments_count': 513, 'node_density_km': 66.42073715930536, 'intersection_density_km': 50.9392119567605, 'edge_density_km': 17438.044067615665, 'street_density_km': 8719.022033807832, 'circuity_avg': 1.0575399069702514, 'self_loop_proportion': 0.003898635477582846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575399069702514\n", - "6712\n", - "5993733.226986832\n", - "{'n': 211, 'm': 552, 'k_avg': 5.232227488151659, 'intersection_count': 171, 'streets_per_node_avg': 2.786729857819905, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 136, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1895734597156398, 2: 0.0, 3: 0.6445497630331753, 4: 0.16587677725118483}, 'edge_length_total': 91061.7740000001, 'edge_length_avg': 164.96698188405816, 'street_length_total': 45530.88699999999, 'street_length_avg': 164.96698188405793, 'street_segments_count': 276, 'node_density_km': 35.203435323075574, 'intersection_density_km': 28.52979829500438, 'edge_density_km': 15192.830670206298, 'street_density_km': 7596.415335103138, 'circuity_avg': 1.0293802119686104, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0293802119686104\n", - "6713\n", - "16019274.180797603\n", - "{'n': 1071, 'm': 2896, 'k_avg': 5.408029878618114, 'intersection_count': 852, 'streets_per_node_avg': 2.761904761904762, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 673, 4: 175, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20448179271708683, 2: 0.0, 3: 0.6283846872082166, 4: 0.16339869281045752, 5: 0.003734827264239029}, 'edge_length_total': 299907.1119999992, 'edge_length_avg': 103.55908563535884, 'street_length_total': 150415.5619999999, 'street_length_avg': 103.23648730267665, 'street_segments_count': 1457, 'node_density_km': 66.85696167706612, 'intersection_density_km': 53.18593029772207, 'edge_density_km': 18721.641730778265, 'street_density_km': 9389.661497916299, 'circuity_avg': 1.075770206608709, 'self_loop_proportion': 0.0027624309392265192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075770206608709\n", - "6714\n", - "6992393.089079242\n", - "{'n': 137, 'm': 406, 'k_avg': 5.927007299270073, 'intersection_count': 116, 'streets_per_node_avg': 3.1824817518248176, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 49, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15328467153284672, 2: 0.0, 3: 0.35766423357664234, 4: 0.48905109489051096}, 'edge_length_total': 76136.18699999999, 'edge_length_avg': 187.5275541871921, 'street_length_total': 40091.36999999999, 'street_length_avg': 189.11023584905655, 'street_segments_count': 212, 'node_density_km': 19.592720010831105, 'intersection_density_km': 16.589456359535827, 'edge_density_km': 10888.430617396196, 'street_density_km': 5733.569250077618, 'circuity_avg': 1.0051619824920772, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0051619824920772\n", - "6715\n", - "7010169.410826923\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 249, 'm': 628, 'k_avg': 5.044176706827309, 'intersection_count': 191, 'streets_per_node_avg': 2.5823293172690764, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 179, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23293172690763053, 2: 0.0, 3: 0.7188755020080321, 4: 0.04819277108433735}, 'edge_length_total': 95151.6879999999, 'edge_length_avg': 151.51542675159217, 'street_length_total': 47575.84399999996, 'street_length_avg': 151.51542675159223, 'street_segments_count': 314, 'node_density_km': 35.519826327653305, 'intersection_density_km': 27.246131841693902, 'edge_density_km': 13573.379247160841, 'street_density_km': 6786.689623580422, 'circuity_avg': 1.0502441117291845, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502441117291845\n", - "6716\n", - "25031624.242030874\n", - "{'n': 1215, 'm': 3192, 'k_avg': 5.254320987654321, 'intersection_count': 928, 'streets_per_node_avg': 2.690534979423868, 'streets_per_node_counts': {0: 0, 1: 287, 2: 0, 3: 735, 4: 188, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23621399176954733, 2: 0.0, 3: 0.6049382716049383, 4: 0.15473251028806584, 5: 0.00411522633744856}, 'edge_length_total': 354222.16300000134, 'edge_length_avg': 110.97185557644153, 'street_length_total': 177416.34000000014, 'street_length_avg': 110.67769182782293, 'street_segments_count': 1603, 'node_density_km': 48.538600142450214, 'intersection_density_km': 37.07310364789613, 'edge_density_km': 14150.985951811432, 'street_density_km': 7087.6878897094675, 'circuity_avg': 1.065020223132871, 'self_loop_proportion': 0.0037593984962406013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065020223132871\n", - "6717\n", - "5996124.323310626\n", - "{'n': 209, 'm': 542, 'k_avg': 5.186602870813397, 'intersection_count': 161, 'streets_per_node_avg': 2.6698564593301435, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 134, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22966507177033493, 2: 0.0, 3: 0.6411483253588517, 4: 0.1291866028708134}, 'edge_length_total': 75085.47399999993, 'edge_length_avg': 138.53408487084857, 'street_length_total': 37542.736999999994, 'street_length_avg': 138.5340848708487, 'street_segments_count': 271, 'node_density_km': 34.855848333145524, 'intersection_density_km': 26.85067742409775, 'edge_density_km': 12522.334419934637, 'street_density_km': 6261.167209967323, 'circuity_avg': 1.0870239708030776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0870239708030776\n", - "6718\n", - "8017073.5224905\n", - "{'n': 443, 'm': 1160, 'k_avg': 5.237020316027088, 'intersection_count': 347, 'streets_per_node_avg': 2.690744920993228, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 292, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21670428893905191, 2: 0.0, 3: 0.6591422121896162, 4: 0.12415349887133183}, 'edge_length_total': 137360.80200000008, 'edge_length_avg': 118.4144844827587, 'street_length_total': 68680.40099999995, 'street_length_avg': 118.41448448275854, 'street_segments_count': 580, 'node_density_km': 55.257070894665105, 'intersection_density_km': 43.28262663758192, 'edge_density_km': 17133.534027679598, 'street_density_km': 8566.767013839788, 'circuity_avg': 1.0605920953882044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605920953882044\n", - "6719\n", - "4995391.710025196\n", - "{'n': 174, 'm': 448, 'k_avg': 5.149425287356322, 'intersection_count': 134, 'streets_per_node_avg': 2.735632183908046, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 100, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22988505747126436, 2: 0.0, 3: 0.5747126436781609, 4: 0.19540229885057472}, 'edge_length_total': 64828.23599999997, 'edge_length_avg': 144.70588392857135, 'street_length_total': 32414.11799999999, 'street_length_avg': 144.70588392857138, 'street_segments_count': 224, 'node_density_km': 34.83210328647528, 'intersection_density_km': 26.824723220618896, 'edge_density_km': 12977.60811627583, 'street_density_km': 6488.8040581379155, 'circuity_avg': 1.0414768419197982, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0414768419197982\n", - "6720\n", - "9011780.106297014\n", - "{'n': 197, 'm': 476, 'k_avg': 4.83248730964467, 'intersection_count': 145, 'streets_per_node_avg': 2.5228426395939088, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 135, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2639593908629442, 2: 0.0, 3: 0.6852791878172588, 4: 0.050761421319796954}, 'edge_length_total': 79726.04800000013, 'edge_length_avg': 167.49169747899185, 'street_length_total': 39863.02399999998, 'street_length_avg': 167.4916974789915, 'street_segments_count': 238, 'node_density_km': 21.86027595839201, 'intersection_density_km': 16.09005083231899, 'edge_density_km': 8846.870103309697, 'street_density_km': 4423.435051654839, 'circuity_avg': 1.1011521953417855, 'self_loop_proportion': 0.012605042016806723, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1011521953417855\n", - "6721\n", - "34958001.510523\n", - "{'n': 878, 'm': 2450, 'k_avg': 5.580865603644647, 'intersection_count': 715, 'streets_per_node_avg': 2.867881548974943, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 506, 4: 208, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1856492027334852, 2: 0.0, 3: 0.5763097949886105, 4: 0.23690205011389523, 5: 0.0011389521640091116}, 'edge_length_total': 396701.82199999894, 'edge_length_avg': 161.91911102040774, 'street_length_total': 199812.95900000035, 'street_length_avg': 160.8799991948473, 'street_segments_count': 1242, 'node_density_km': 25.115852224438687, 'intersection_density_km': 20.453114282999614, 'edge_density_km': 11347.95482746874, 'street_density_km': 5715.800399512341, 'circuity_avg': 1.0315617173980323, 'self_loop_proportion': 0.0008163265306122449, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315617173980323\n", - "6722\n", - "9011284.241742948\n", - "{'n': 458, 'm': 1234, 'k_avg': 5.388646288209607, 'intersection_count': 384, 'streets_per_node_avg': 2.7838427947598254, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 336, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1615720524017467, 2: 0.0, 3: 0.7336244541484717, 4: 0.10262008733624454, 5: 0.002183406113537118}, 'edge_length_total': 151580.75900000025, 'edge_length_avg': 122.83691977309583, 'street_length_total': 76058.67200000018, 'street_length_avg': 121.88889743589773, 'street_segments_count': 624, 'node_density_km': 50.825164062454924, 'intersection_density_km': 42.61323799122858, 'edge_density_km': 16821.216036869984, 'street_density_km': 8440.380966752087, 'circuity_avg': 1.0405631983931674, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405631983931674\n", - "6723\n", - "5994863.7240726575\n", - "{'n': 203, 'm': 606, 'k_avg': 5.970443349753695, 'intersection_count': 175, 'streets_per_node_avg': 3.0689655172413794, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 105, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.5172413793103449, 4: 0.3448275862068966}, 'edge_length_total': 89770.046, 'edge_length_avg': 148.1353894389439, 'street_length_total': 44885.02300000005, 'street_length_avg': 148.13538943894406, 'street_segments_count': 303, 'node_density_km': 33.862321037398054, 'intersection_density_km': 29.191656066722462, 'edge_density_km': 14974.49318814774, 'street_density_km': 7487.246594073878, 'circuity_avg': 1.0648474637903684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648474637903684\n", - "6724\n", - "21029171.042285535\n", - "{'n': 611, 'm': 1560, 'k_avg': 5.1063829787234045, 'intersection_count': 461, 'streets_per_node_avg': 2.613747954173486, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 398, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24549918166939444, 2: 0.0, 3: 0.6513911620294599, 4: 0.10147299509001637, 5: 0.0016366612111292963}, 'edge_length_total': 225956.0619999996, 'edge_length_avg': 144.84362948717924, 'street_length_total': 113107.4270000002, 'street_length_avg': 144.8238501920617, 'street_segments_count': 781, 'node_density_km': 29.054878043998922, 'intersection_density_km': 21.921929260693133, 'edge_density_km': 10744.886783489766, 'street_density_km': 5378.596558683334, 'circuity_avg': 1.0541925529745233, 'self_loop_proportion': 0.002564102564102564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0541925529745233\n", - "6725\n", - "4994666.162574554\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 201, 'm': 670, 'k_avg': 6.666666666666667, 'intersection_count': 192, 'streets_per_node_avg': 3.45771144278607, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 83, 4: 108, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04477611940298507, 2: 0.0, 3: 0.4129353233830846, 4: 0.5373134328358209, 5: 0.004975124378109453}, 'edge_length_total': 84737.89600000002, 'edge_length_avg': 126.47447164179108, 'street_length_total': 42368.947999999975, 'street_length_avg': 126.47447164179097, 'street_segments_count': 335, 'node_density_km': 40.242929849067714, 'intersection_density_km': 38.441007617019906, 'edge_density_km': 16965.677633261676, 'street_density_km': 8482.83881663083, 'circuity_avg': 1.027614736072933, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027614736072933\n", - "6726\n", - "9013598.958500082\n", - "{'n': 640, 'm': 1722, 'k_avg': 5.38125, 'intersection_count': 523, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 451, 4: 71, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1828125, 2: 0.0, 3: 0.7046875, 4: 0.1109375, 5: 0.0, 6: 0.0015625}, 'edge_length_total': 164841.8199999998, 'edge_length_avg': 95.72695702671301, 'street_length_total': 82784.89500000009, 'street_length_avg': 95.7050809248556, 'street_segments_count': 865, 'node_density_km': 71.00382465945655, 'intersection_density_km': 58.02343796389965, 'edge_density_km': 18288.124505977634, 'street_density_km': 9184.444014111763, 'circuity_avg': 1.0716224749191479, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716224749191479\n", - "6727\n", - "6993442.419492322\n", - "{'n': 102, 'm': 282, 'k_avg': 5.529411764705882, 'intersection_count': 87, 'streets_per_node_avg': 2.8627450980392157, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 71, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.696078431372549, 4: 0.1568627450980392}, 'edge_length_total': 54979.53800000001, 'edge_length_avg': 194.9629007092199, 'street_length_total': 27489.769000000008, 'street_length_avg': 194.96290070921992, 'street_segments_count': 141, 'node_density_km': 14.585091844854931, 'intersection_density_km': 12.440225397082147, 'edge_density_km': 7861.584424683254, 'street_density_km': 3930.7922123416274, 'circuity_avg': 1.045031466855432, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045031466855432\n", - "6728\n", - "7011310.758489167\n", - "{'n': 136, 'm': 361, 'k_avg': 5.3088235294117645, 'intersection_count': 108, 'streets_per_node_avg': 2.8088235294117645, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 78, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20588235294117646, 2: 0.0, 3: 0.5735294117647058, 4: 0.22058823529411764}, 'edge_length_total': 59896.329000000005, 'edge_length_avg': 165.91780886426594, 'street_length_total': 30015.266000000014, 'street_length_avg': 165.8301988950277, 'street_segments_count': 181, 'node_density_km': 19.397228946860427, 'intersection_density_km': 15.403681810742102, 'edge_density_km': 8542.814755069674, 'street_density_km': 4280.977841933204, 'circuity_avg': 1.045822052316086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045822052316086\n", - "6729\n", - "5997063.188459382\n", - "{'n': 572, 'm': 1525, 'k_avg': 5.3321678321678325, 'intersection_count': 471, 'streets_per_node_avg': 2.7325174825174825, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 424, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17657342657342656, 2: 0.0, 3: 0.7412587412587412, 4: 0.07867132867132867, 5: 0.0034965034965034965}, 'edge_length_total': 98325.14799999988, 'edge_length_avg': 64.47550688524582, 'street_length_total': 50044.39899999998, 'street_length_avg': 64.5734180645161, 'street_segments_count': 775, 'node_density_km': 95.38001885668712, 'intersection_density_km': 78.53844210052382, 'edge_density_km': 16395.549773298146, 'street_density_km': 8344.817692817434, 'circuity_avg': 1.1497564703599976, 'self_loop_proportion': 0.0013114754098360656, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1497564703599976\n", - "6730\n", - "10008989.752511106\n", - "{'n': 400, 'm': 1072, 'k_avg': 5.36, 'intersection_count': 331, 'streets_per_node_avg': 2.7925, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 276, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1725, 2: 0.0, 3: 0.69, 4: 0.1375}, 'edge_length_total': 148526.453, 'edge_length_avg': 138.55079570895523, 'street_length_total': 74442.95699999998, 'street_length_avg': 138.11309276437845, 'street_segments_count': 539, 'node_density_km': 39.96407328718126, 'intersection_density_km': 33.070270645142486, 'edge_density_km': 14839.305131942707, 'street_density_km': 7437.609473156205, 'circuity_avg': 1.049893748106491, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049893748106491\n", - "6731\n", - "22973136.81053485\n", - "{'n': 386, 'm': 924, 'k_avg': 4.787564766839378, 'intersection_count': 278, 'streets_per_node_avg': 2.494818652849741, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 257, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27979274611398963, 2: 0.0, 3: 0.6658031088082902, 4: 0.054404145077720206}, 'edge_length_total': 182431.07800000013, 'edge_length_avg': 197.43623160173175, 'street_length_total': 91215.53899999999, 'street_length_avg': 197.43623160173158, 'street_segments_count': 462, 'node_density_km': 16.80223311180522, 'intersection_density_km': 12.10109016860583, 'edge_density_km': 7941.060879258867, 'street_density_km': 3970.5304396294305, 'circuity_avg': 1.0679221965259327, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679221965259327\n", - "6732\n", - "6006557.33536407\n", - "{'n': 289, 'm': 714, 'k_avg': 4.9411764705882355, 'intersection_count': 217, 'streets_per_node_avg': 2.5709342560553634, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 197, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2491349480968858, 2: 0.0, 3: 0.6816608996539792, 4: 0.06920415224913495}, 'edge_length_total': 82908.48799999995, 'edge_length_avg': 116.11833053221282, 'street_length_total': 41454.244000000006, 'street_length_avg': 116.11833053221291, 'street_segments_count': 357, 'node_density_km': 48.11408330334087, 'intersection_density_km': 36.1271836568338, 'edge_density_km': 13802.99618749493, 'street_density_km': 6901.498093747469, 'circuity_avg': 1.0696634544072294, 'self_loop_proportion': 0.008403361344537815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0696634544072294\n", - "6733\n", - "36961584.27581734\n", - "{'n': 1703, 'm': 4921, 'k_avg': 5.779213153258954, 'intersection_count': 1471, 'streets_per_node_avg': 2.9853200234879624, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 1041, 4: 425, 5: 1, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13623018203170875, 2: 0.0, 3: 0.6112742219612448, 4: 0.24955960070463887, 5: 0.0005871990604815032, 6: 0.002348796241926013}, 'edge_length_total': 673025.7049999994, 'edge_length_avg': 136.76604450314963, 'street_length_total': 341381.2990000004, 'street_length_avg': 136.82617194388794, 'street_segments_count': 2495, 'node_density_km': 46.07486484593715, 'intersection_density_km': 39.798077620888755, 'edge_density_km': 18208.78942790167, 'street_density_km': 9236.111105317368, 'circuity_avg': 1.0275456075177205, 'self_loop_proportion': 0.000812842918106076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0275456075177205\n", - "6734\n", - "9009929.084140722\n", - "{'n': 204, 'm': 590, 'k_avg': 5.784313725490196, 'intersection_count': 171, 'streets_per_node_avg': 2.9754901960784315, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 112, 4: 57, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16176470588235295, 2: 0.0, 3: 0.5490196078431373, 4: 0.27941176470588236, 5: 0.00980392156862745}, 'edge_length_total': 96018.03200000004, 'edge_length_avg': 162.74242711864412, 'street_length_total': 48009.016000000025, 'street_length_avg': 162.74242711864414, 'street_segments_count': 295, 'node_density_km': 22.64168764203492, 'intersection_density_km': 18.979061699941035, 'edge_density_km': 10656.913179151541, 'street_density_km': 5328.456589575771, 'circuity_avg': 1.0464628267607778, 'self_loop_proportion': 0.003389830508474576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0464628267607778\n", - "6735\n", - "10987905.296248155\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 149, 'm': 460, 'k_avg': 6.174496644295302, 'intersection_count': 130, 'streets_per_node_avg': 3.2684563758389262, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 52, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12751677852348994, 2: 0.0, 3: 0.348993288590604, 4: 0.5234899328859061}, 'edge_length_total': 108804.59599999987, 'edge_length_avg': 236.53173043478233, 'street_length_total': 54402.29800000001, 'street_length_avg': 236.53173043478265, 'street_segments_count': 230, 'node_density_km': 13.560364417308584, 'intersection_density_km': 11.831190431208832, 'edge_density_km': 9902.21457743647, 'street_density_km': 4951.107288718242, 'circuity_avg': 1.0087767144916515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0087767144916515\n", - "6736\n", - "6005566.60530026\n", - "{'n': 212, 'm': 632, 'k_avg': 5.962264150943396, 'intersection_count': 189, 'streets_per_node_avg': 3.0377358490566038, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 137, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10849056603773585, 2: 0.0, 3: 0.6462264150943396, 4: 0.2358490566037736, 5: 0.009433962264150943}, 'edge_length_total': 86045.32200000004, 'edge_length_avg': 136.14766139240513, 'street_length_total': 43022.66099999997, 'street_length_avg': 136.14766139240498, 'street_segments_count': 316, 'node_density_km': 35.300582598301006, 'intersection_density_km': 31.47080241074948, 'edge_density_km': 14327.59432291702, 'street_density_km': 7163.797161458502, 'circuity_avg': 1.056285773067712, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056285773067712\n", - "6737\n", - "10988585.795135884\n", - "{'n': 186, 'm': 554, 'k_avg': 5.956989247311828, 'intersection_count': 170, 'streets_per_node_avg': 3.182795698924731, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 104, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08602150537634409, 2: 0.0, 3: 0.5591397849462365, 4: 0.3548387096774194}, 'edge_length_total': 120839.36299999994, 'edge_length_avg': 218.12159386281579, 'street_length_total': 60571.00000000002, 'street_length_avg': 214.0318021201414, 'street_segments_count': 283, 'node_density_km': 16.92665493701048, 'intersection_density_km': 15.47059859834291, 'edge_density_km': 10996.807528543819, 'street_density_km': 5512.174280589581, 'circuity_avg': 1.0196919760642387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196919760642387\n", - "6738\n", - "15015360.735128667\n", - "{'n': 635, 'm': 1618, 'k_avg': 5.096062992125984, 'intersection_count': 472, 'streets_per_node_avg': 2.6078740157480316, 'streets_per_node_counts': {0: 0, 1: 163, 2: 0, 3: 398, 4: 71, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2566929133858268, 2: 0.0, 3: 0.6267716535433071, 4: 0.11181102362204724, 5: 0.004724409448818898}, 'edge_length_total': 195164.51599999986, 'edge_length_avg': 120.62083807169336, 'street_length_total': 97582.25799999987, 'street_length_avg': 120.62083807169329, 'street_segments_count': 809, 'node_density_km': 42.29002627385486, 'intersection_density_km': 31.4344762224559, 'edge_density_km': 12997.657495061672, 'street_density_km': 6498.8287475308325, 'circuity_avg': 1.0441038599708894, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441038599708894\n", - "6739\n", - "13984513.436079869\n", - "{'n': 345, 'm': 770, 'k_avg': 4.463768115942029, 'intersection_count': 210, 'streets_per_node_avg': 2.260869565217391, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 195, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.391304347826087, 2: 0.0, 3: 0.5652173913043478, 4: 0.043478260869565216}, 'edge_length_total': 100498.42999999998, 'edge_length_avg': 130.51744155844153, 'street_length_total': 50301.47299999995, 'street_length_avg': 130.31469689119157, 'street_segments_count': 386, 'node_density_km': 24.670146843286254, 'intersection_density_km': 15.016611122000329, 'edge_density_km': 7186.408769912244, 'street_density_km': 3596.9412328799926, 'circuity_avg': 1.1692719952916426, 'self_loop_proportion': 0.0025974025974025974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1692719952916426\n", - "6740\n", - "11013981.469182543\n", - "{'n': 218, 'm': 534, 'k_avg': 4.89908256880734, 'intersection_count': 166, 'streets_per_node_avg': 2.610091743119266, 'streets_per_node_counts': {0: 0, 1: 52, 2: 1, 3: 145, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23853211009174313, 2: 0.0045871559633027525, 3: 0.6651376146788991, 4: 0.09174311926605505}, 'edge_length_total': 76106.09100000004, 'edge_length_avg': 142.52076966292142, 'street_length_total': 38396.19299999996, 'street_length_avg': 142.20812222222207, 'street_segments_count': 270, 'node_density_km': 19.793024040395444, 'intersection_density_km': 15.07175225094332, 'edge_density_km': 6909.9527008418545, 'street_density_km': 3486.131977562672, 'circuity_avg': 1.0504362887411687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504362887411687\n", - "6741\n", - "5997069.978212293\n", - "{'n': 308, 'm': 832, 'k_avg': 5.402597402597403, 'intersection_count': 245, 'streets_per_node_avg': 2.7564935064935066, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 199, 4: 41, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20454545454545456, 2: 0.0, 3: 0.6461038961038961, 4: 0.1331168831168831, 5: 0.016233766233766232}, 'edge_length_total': 94229.33800000024, 'edge_length_avg': 113.2564158653849, 'street_length_total': 47114.66900000002, 'street_length_avg': 113.25641586538467, 'street_segments_count': 416, 'node_density_km': 51.35841354511154, 'intersection_density_km': 40.85328350179327, 'edge_density_km': 15712.562691838006, 'street_density_km': 7856.2813459189865, 'circuity_avg': 1.058403837941019, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058403837941019\n", - "6742\n", - "33035727.705930475\n", - "{'n': 2841, 'm': 6905, 'k_avg': 4.860964449137628, 'intersection_count': 2006, 'streets_per_node_avg': 2.4952481520591343, 'streets_per_node_counts': {0: 0, 1: 835, 2: 0, 3: 1772, 4: 232, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29391059486096444, 2: 0.0, 3: 0.6237240408306934, 4: 0.08166138683562126, 5: 0.0007039774727208729}, 'edge_length_total': 585322.6400000013, 'edge_length_avg': 84.76794207096326, 'street_length_total': 295296.7780000005, 'street_length_avg': 84.34640902599273, 'street_segments_count': 3501, 'node_density_km': 85.99780290264326, 'intersection_density_km': 60.7221374947914, 'edge_density_km': 17717.867310515638, 'street_density_km': 8938.709648796073, 'circuity_avg': 1.0765284325394164, 'self_loop_proportion': 0.005503258508327299, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0765284325394164\n", - "6743\n", - "7991013.376200156\n", - "{'n': 168, 'm': 404, 'k_avg': 4.809523809523809, 'intersection_count': 116, 'streets_per_node_avg': 2.4583333333333335, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 104, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30952380952380953, 2: 0.0, 3: 0.6190476190476191, 4: 0.06547619047619048, 5: 0.005952380952380952}, 'edge_length_total': 76302.01000000007, 'edge_length_avg': 188.86636138613878, 'street_length_total': 38151.005, 'street_length_avg': 188.8663613861386, 'street_segments_count': 202, 'node_density_km': 21.023616416455862, 'intersection_density_km': 14.516306573267144, 'edge_density_km': 9548.477321693934, 'street_density_km': 4774.238660846962, 'circuity_avg': 1.2882985113888514, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2882985113888514\n", - "6744\n", - "7010254.164949751\n", - "{'n': 340, 'm': 893, 'k_avg': 5.252941176470588, 'intersection_count': 276, 'streets_per_node_avg': 2.7970588235294116, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 218, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18823529411764706, 2: 0.0, 3: 0.6411764705882353, 4: 0.1676470588235294, 5: 0.0029411764705882353}, 'edge_length_total': 96204.43699999971, 'edge_length_avg': 107.73173236282163, 'street_length_total': 49826.84300000003, 'street_length_avg': 108.79223362445421, 'street_segments_count': 458, 'node_density_km': 48.50038129857693, 'intersection_density_km': 39.37089776002128, 'edge_density_km': 13723.38787386738, 'street_density_km': 7107.708483542148, 'circuity_avg': 1.0489521652126073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489521652126073\n", - "6745\n", - "7995866.631722573\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 430, 'm': 1070, 'k_avg': 4.976744186046512, 'intersection_count': 321, 'streets_per_node_avg': 2.5790697674418603, 'streets_per_node_counts': {0: 0, 1: 109, 2: 0, 3: 284, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2534883720930233, 2: 0.0, 3: 0.6604651162790698, 4: 0.08604651162790698}, 'edge_length_total': 136279.80599999992, 'edge_length_avg': 127.36430467289712, 'street_length_total': 68139.903, 'street_length_avg': 127.3643046728972, 'street_segments_count': 535, 'node_density_km': 53.777785424037745, 'intersection_density_km': 40.1457421421305, 'edge_density_km': 17043.78177836625, 'street_density_km': 8521.89088918313, 'circuity_avg': 1.0717376444274869, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717376444274869\n", - "6746\n", - "10012764.870017013\n", - "{'n': 239, 'm': 604, 'k_avg': 5.054393305439331, 'intersection_count': 184, 'streets_per_node_avg': 2.6569037656903767, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 156, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2301255230125523, 2: 0.0, 3: 0.6527196652719666, 4: 0.11715481171548117}, 'edge_length_total': 116459.12599999984, 'edge_length_avg': 192.81312251655604, 'street_length_total': 58229.56299999997, 'street_length_avg': 192.8131225165562, 'street_segments_count': 302, 'node_density_km': 23.869530854128, 'intersection_density_km': 18.37654258225754, 'edge_density_km': 11631.065695823334, 'street_density_km': 5815.5328479116715, 'circuity_avg': 1.036011295610696, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036011295610696\n", - "6747\n", - "14013008.980915396\n", - "{'n': 509, 'm': 1429, 'k_avg': 5.614931237721022, 'intersection_count': 438, 'streets_per_node_avg': 2.8978388998035363, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 348, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13948919449901767, 2: 0.0, 3: 0.6836935166994106, 4: 0.17681728880157171}, 'edge_length_total': 192469.14400000026, 'edge_length_avg': 134.68799440167967, 'street_length_total': 96482.92699999998, 'street_length_avg': 134.9411566433566, 'street_segments_count': 715, 'node_density_km': 36.323390693120764, 'intersection_density_km': 31.256670183864234, 'edge_density_km': 13735.03322963169, 'street_density_km': 6885.2397890704315, 'circuity_avg': 1.0358843872223449, 'self_loop_proportion': 0.0013995801259622112, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358843872223449\n", - "6748\n", - "8995981.262239952\n", - "{'n': 174, 'm': 384, 'k_avg': 4.413793103448276, 'intersection_count': 107, 'streets_per_node_avg': 2.281609195402299, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 98, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3850574712643678, 2: 0.0, 3: 0.5632183908045977, 4: 0.05172413793103448}, 'edge_length_total': 41237.46400000002, 'edge_length_avg': 107.38922916666672, 'street_length_total': 20618.732000000004, 'street_length_avg': 107.38922916666668, 'street_segments_count': 192, 'node_density_km': 19.341970033925453, 'intersection_density_km': 11.894199963390939, 'edge_density_km': 4583.98731587977, 'street_density_km': 2291.9936579398845, 'circuity_avg': 1.0499513232653914, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0499513232653914\n", - "6749\n", - "29030196.27289674\n", - "{'n': 1299, 'm': 3556, 'k_avg': 5.474980754426482, 'intersection_count': 1088, 'streets_per_node_avg': 2.81139337952271, 'streets_per_node_counts': {0: 0, 1: 211, 2: 0, 3: 914, 4: 171, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1624326404926867, 2: 0.0, 3: 0.7036181678214011, 4: 0.13163972286374134, 5: 0.0023094688221709007}, 'edge_length_total': 437646.22400000115, 'edge_length_avg': 123.07261642294746, 'street_length_total': 219841.99000000022, 'street_length_avg': 121.93122018857473, 'street_segments_count': 1803, 'node_density_km': 44.746511108255106, 'intersection_density_km': 37.47821715610589, 'edge_density_km': 15075.55167336563, 'street_density_km': 7572.87301585521, 'circuity_avg': 1.0443516522627103, 'self_loop_proportion': 0.0005624296962879641, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443516522627103\n", - "6750\n", - "5997490.285359587\n", - "{'n': 289, 'm': 710, 'k_avg': 4.913494809688581, 'intersection_count': 208, 'streets_per_node_avg': 2.5017301038062283, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 191, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28027681660899656, 2: 0.0, 3: 0.6608996539792388, 4: 0.05536332179930796, 5: 0.0034602076124567475}, 'edge_length_total': 83426.81200000014, 'edge_length_avg': 117.50255211267624, 'street_length_total': 41713.405999999966, 'street_length_avg': 117.50255211267596, 'street_segments_count': 355, 'node_density_km': 48.186822528996004, 'intersection_density_km': 34.68117330806633, 'edge_density_km': 13910.287141882078, 'street_density_km': 6955.1435709410225, 'circuity_avg': 1.0424437021327284, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424437021327284\n", - "6751\n", - "23022532.388589364\n", - "{'n': 1298, 'm': 3843, 'k_avg': 5.9214175654853625, 'intersection_count': 1149, 'streets_per_node_avg': 3.0192604006163326, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 829, 4: 317, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1147919876733436, 2: 0.0, 3: 0.6386748844375963, 4: 0.24422187981510016, 5: 0.0023112480739599386}, 'edge_length_total': 434452.46700000105, 'edge_length_avg': 113.05034270101511, 'street_length_total': 217583.89899999986, 'street_length_avg': 112.85471939834018, 'street_segments_count': 1928, 'node_density_km': 56.37954930810854, 'intersection_density_km': 49.90762877890348, 'edge_density_km': 18870.750604973775, 'street_density_km': 9450.91075679584, 'circuity_avg': 1.0454374487874063, 'self_loop_proportion': 0.0010408534998698933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454374487874063\n", - "6752\n", - "34037793.59145409\n", - "{'n': 2544, 'm': 7170, 'k_avg': 5.636792452830188, 'intersection_count': 2159, 'streets_per_node_avg': 2.9064465408805034, 'streets_per_node_counts': {0: 0, 1: 385, 2: 3, 3: 1633, 4: 513, 5: 8, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1513364779874214, 2: 0.0011792452830188679, 3: 0.6419025157232704, 4: 0.2016509433962264, 5: 0.0031446540880503146, 6: 0.0007861635220125787}, 'edge_length_total': 655438.9190000013, 'edge_length_avg': 91.4140751743377, 'street_length_total': 330640.00300000096, 'street_length_avg': 90.48713820470743, 'street_segments_count': 3654, 'node_density_km': 74.74044970525719, 'intersection_density_km': 63.42949328366756, 'edge_density_km': 19256.210519020337, 'street_density_km': 9713.908221213702, 'circuity_avg': 1.0409009650757208, 'self_loop_proportion': 0.001394700139470014, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0409009650757208\n", - "6753\n", - "6998914.247734224\n", - "{'n': 336, 'm': 888, 'k_avg': 5.285714285714286, 'intersection_count': 267, 'streets_per_node_avg': 2.7410714285714284, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 216, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20535714285714285, 2: 0.0, 3: 0.6428571428571429, 4: 0.15178571428571427}, 'edge_length_total': 112516.16799999977, 'edge_length_avg': 126.70739639639613, 'street_length_total': 56258.08399999997, 'street_length_avg': 126.70739639639633, 'street_segments_count': 444, 'node_density_km': 48.00744631337269, 'intersection_density_km': 38.1487743025908, 'edge_density_km': 16076.231829304796, 'street_density_km': 8038.1159146524105, 'circuity_avg': 1.038852190851465, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038852190851465\n", - "6754\n", - "7012156.063497887\n", - "{'n': 189, 'm': 453, 'k_avg': 4.7936507936507935, 'intersection_count': 131, 'streets_per_node_avg': 2.502645502645503, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 109, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30687830687830686, 2: 0.0, 3: 0.5767195767195767, 4: 0.1164021164021164}, 'edge_length_total': 70122.33799999996, 'edge_length_avg': 154.79544812362022, 'street_length_total': 35123.092999999986, 'street_length_avg': 154.72728193832594, 'street_segments_count': 227, 'node_density_km': 26.953193609573027, 'intersection_density_km': 18.681843189704054, 'edge_density_km': 10000.1108596292, 'street_density_km': 5008.886379873221, 'circuity_avg': 1.0383716402414516, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383716402414516\n", - "6755\n", - "6996222.67102707\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 558, 'm': 1440, 'k_avg': 5.161290322580645, 'intersection_count': 409, 'streets_per_node_avg': 2.64336917562724, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 310, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2670250896057348, 2: 0.0, 3: 0.5555555555555556, 4: 0.1774193548387097}, 'edge_length_total': 129818.32399999975, 'edge_length_avg': 90.15161388888872, 'street_length_total': 64909.16200000002, 'street_length_avg': 90.15161388888892, 'street_segments_count': 720, 'node_density_km': 79.75732423594854, 'intersection_density_km': 58.460117585130746, 'edge_density_km': 18555.487740206812, 'street_density_km': 9277.743870103426, 'circuity_avg': 1.0297359008716531, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0297359008716531\n", - "6756\n", - "256253938.26086038\n", - "error with entry 6756\n", - "6757\n", - "3995956.1253012856\n", - "{'n': 221, 'm': 502, 'k_avg': 4.542986425339366, 'intersection_count': 139, 'streets_per_node_avg': 2.316742081447964, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 126, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.37104072398190047, 2: 0.0, 3: 0.5701357466063348, 4: 0.058823529411764705}, 'edge_length_total': 46775.058, 'edge_length_avg': 93.17740637450198, 'street_length_total': 23387.52900000002, 'street_length_avg': 93.17740637450207, 'street_segments_count': 251, 'node_density_km': 55.30591254510762, 'intersection_density_km': 34.785166713891215, 'edge_density_km': 11705.598493395186, 'street_density_km': 5852.799246697598, 'circuity_avg': 1.1861582662682506, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1861582662682506\n", - "6758\n", - "13012145.343227115\n", - "{'n': 437, 'm': 1184, 'k_avg': 5.418764302059497, 'intersection_count': 362, 'streets_per_node_avg': 2.816933638443936, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 296, 4: 62, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17162471395881007, 2: 0.0, 3: 0.6773455377574371, 4: 0.14187643020594964, 5: 0.009153318077803204}, 'edge_length_total': 163822.43599999975, 'edge_length_avg': 138.3635439189187, 'street_length_total': 82923.828, 'street_length_avg': 137.0641785123967, 'street_segments_count': 605, 'node_density_km': 33.584008514588305, 'intersection_density_km': 27.820162659681845, 'edge_density_km': 12589.963582390365, 'street_density_km': 6372.802163877016, 'circuity_avg': 1.0503091191110712, 'self_loop_proportion': 0.0033783783783783786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503091191110712\n", - "6759\n", - "26984656.460227482\n", - "{'n': 1209, 'm': 3144, 'k_avg': 5.200992555831266, 'intersection_count': 893, 'streets_per_node_avg': 2.6815550041356495, 'streets_per_node_counts': {0: 0, 1: 316, 2: 0, 3: 646, 4: 247}, 'streets_per_node_proportion': {0: 0.0, 1: 0.261373035566584, 2: 0.0, 3: 0.5343258891645989, 4: 0.20430107526881722}, 'edge_length_total': 393749.4780000004, 'edge_length_avg': 125.23838358778639, 'street_length_total': 198573.88099999988, 'street_length_avg': 124.49773103448268, 'street_segments_count': 1595, 'node_density_km': 44.80323852860375, 'intersection_density_km': 33.09288007116886, 'edge_density_km': 14591.60610698696, 'street_density_km': 7358.770021500059, 'circuity_avg': 1.0557081895262737, 'self_loop_proportion': 0.001272264631043257, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557081895262737\n", - "6760\n", - "12012804.602007575\n", - "{'n': 533, 'm': 1352, 'k_avg': 5.073170731707317, 'intersection_count': 410, 'streets_per_node_avg': 2.6341463414634148, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 360, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.6754221388367729, 4: 0.09193245778611632, 5: 0.001876172607879925}, 'edge_length_total': 156826.02200000052, 'edge_length_avg': 115.99557840236724, 'street_length_total': 78655.13499999985, 'street_length_avg': 115.16125183016084, 'street_segments_count': 683, 'node_density_km': 44.3693223738048, 'intersection_density_km': 34.13024797984985, 'edge_density_km': 13054.904928179038, 'street_density_km': 6547.607957167224, 'circuity_avg': 1.0657593535555836, 'self_loop_proportion': 0.0014792899408284023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657593535555836\n", - "6761\n", - "10998489.857287815\n", - "{'n': 441, 'm': 1104, 'k_avg': 5.006802721088436, 'intersection_count': 310, 'streets_per_node_avg': 2.557823129251701, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 244, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29705215419501135, 2: 0.0, 3: 0.5532879818594104, 4: 0.1473922902494331, 5: 0.0022675736961451248}, 'edge_length_total': 136493.1979999999, 'edge_length_avg': 123.63514311594193, 'street_length_total': 68246.59899999994, 'street_length_avg': 123.63514311594193, 'street_segments_count': 552, 'node_density_km': 40.09641375518338, 'intersection_density_km': 28.18568767371167, 'edge_density_km': 12410.17628520672, 'street_density_km': 6205.08814260336, 'circuity_avg': 1.0332054860266804, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0332054860266804\n", - "6762\n", - "3996727.401149746\n", - "{'n': 153, 'm': 386, 'k_avg': 5.045751633986928, 'intersection_count': 118, 'streets_per_node_avg': 2.588235294117647, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 112, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22875816993464052, 2: 0.0, 3: 0.7320261437908496, 4: 0.032679738562091505, 5: 0.006535947712418301}, 'edge_length_total': 55234.17200000005, 'edge_length_avg': 143.09370984455973, 'street_length_total': 27617.086000000007, 'street_length_avg': 143.0937098445596, 'street_segments_count': 193, 'node_density_km': 38.28131985083251, 'intersection_density_km': 29.52415517907344, 'edge_density_km': 13819.849706064699, 'street_density_km': 6909.924853032345, 'circuity_avg': 1.3525535766852048, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3525535766852048\n", - "6763\n", - "3997687.653109729\n", - "{'n': 216, 'm': 614, 'k_avg': 5.685185185185185, 'intersection_count': 172, 'streets_per_node_avg': 2.912037037037037, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 103, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037037037037037, 2: 0.0, 3: 0.47685185185185186, 4: 0.3194444444444444}, 'edge_length_total': 49196.469999999994, 'edge_length_avg': 80.12454397394136, 'street_length_total': 24598.234999999993, 'street_length_avg': 80.12454397394134, 'street_segments_count': 307, 'node_density_km': 54.03123473940679, 'intersection_density_km': 43.02487210730541, 'edge_density_km': 12306.231569074926, 'street_density_km': 6153.115784537462, 'circuity_avg': 1.0265897858138546, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265897858138546\n", - "6764\n", - "5008629.177290032\n", - "{'n': 404, 'm': 1012, 'k_avg': 5.00990099009901, 'intersection_count': 298, 'streets_per_node_avg': 2.589108910891089, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 253, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2623762376237624, 2: 0.0, 3: 0.6262376237623762, 4: 0.10891089108910891, 5: 0.0024752475247524753}, 'edge_length_total': 85485.63199999995, 'edge_length_avg': 84.4719683794466, 'street_length_total': 42742.81600000003, 'street_length_avg': 84.4719683794467, 'street_segments_count': 506, 'node_density_km': 80.66079274381183, 'intersection_density_km': 59.49731741994041, 'edge_density_km': 17067.67040922219, 'street_density_km': 8533.835204611105, 'circuity_avg': 1.0930524850501118, 'self_loop_proportion': 0.009881422924901186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0930524850501118\n", - "6765\n", - "9012102.026079295\n", - "{'n': 428, 'm': 1042, 'k_avg': 4.869158878504673, 'intersection_count': 298, 'streets_per_node_avg': 2.5070093457943927, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 249, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3037383177570093, 2: 0.0, 3: 0.5817757009345794, 4: 0.11448598130841121}, 'edge_length_total': 129911.3360000002, 'edge_length_avg': 124.67498656429962, 'street_length_total': 64955.66799999996, 'street_length_avg': 124.67498656429935, 'street_segments_count': 521, 'node_density_km': 47.49169491883803, 'intersection_density_km': 33.066647396761056, 'edge_density_km': 14415.209195819321, 'street_density_km': 7207.604597909645, 'circuity_avg': 1.0652176940666789, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0652176940666789\n", - "6766\n", - "6998677.464007816\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 226, 'm': 640, 'k_avg': 5.663716814159292, 'intersection_count': 188, 'streets_per_node_avg': 2.898230088495575, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 135, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168141592920354, 2: 0.0, 3: 0.5973451327433629, 4: 0.2345132743362832}, 'edge_length_total': 101951.19599999987, 'edge_length_avg': 159.2987437499998, 'street_length_total': 50975.59800000003, 'street_length_avg': 159.29874375000009, 'street_segments_count': 320, 'node_density_km': 32.29181529828356, 'intersection_density_km': 26.86221803574031, 'edge_density_km': 14567.20880827921, 'street_density_km': 7283.604404139619, 'circuity_avg': 1.0382696197447874, 'self_loop_proportion': 0.003125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382696197447874\n", - "6767\n", - "10018625.75004762\n", - "{'n': 240, 'm': 648, 'k_avg': 5.4, 'intersection_count': 210, 'streets_per_node_avg': 2.85, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 186, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.775, 4: 0.1}, 'edge_length_total': 114065.51200000005, 'edge_length_avg': 176.0270246913581, 'street_length_total': 57032.75600000003, 'street_length_avg': 176.02702469135812, 'street_segments_count': 324, 'node_density_km': 23.955381305550738, 'intersection_density_km': 20.960958642356896, 'edge_density_km': 11385.34514072031, 'street_density_km': 5692.672570360156, 'circuity_avg': 1.0381079408496825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0381079408496825\n", - "6768\n", - "5999972.466645595\n", - "{'n': 223, 'm': 610, 'k_avg': 5.4708520179372195, 'intersection_count': 167, 'streets_per_node_avg': 2.807174887892377, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 98, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25112107623318386, 2: 0.0, 3: 0.43946188340807174, 4: 0.3094170403587444}, 'edge_length_total': 90171.87599999989, 'edge_length_avg': 147.8227475409834, 'street_length_total': 45085.93800000001, 'street_length_avg': 147.82274754098364, 'street_segments_count': 305, 'node_density_km': 37.16683722128356, 'intersection_density_km': 27.833461058091274, 'edge_density_km': 15028.71496515588, 'street_density_km': 7514.357482577951, 'circuity_avg': 1.014812568821915, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014812568821915\n", - "6769\n", - "9010050.335743796\n", - "{'n': 533, 'm': 1496, 'k_avg': 5.613508442776736, 'intersection_count': 435, 'streets_per_node_avg': 2.8667917448405253, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 310, 4: 125}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18386491557223264, 2: 0.0, 3: 0.5816135084427767, 4: 0.23452157598499063}, 'edge_length_total': 155854.80399999963, 'edge_length_avg': 104.18101871657728, 'street_length_total': 77927.40200000007, 'street_length_avg': 104.18101871657764, 'street_segments_count': 748, 'node_density_km': 59.15616230084022, 'intersection_density_km': 48.279419513818944, 'edge_density_km': 17297.883828873582, 'street_density_km': 8648.94191443682, 'circuity_avg': 1.073839081393294, 'self_loop_proportion': 0.0053475935828877, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.073839081393294\n", - "6770\n", - "4996753.164292466\n", - "{'n': 250, 'm': 616, 'k_avg': 4.928, 'intersection_count': 179, 'streets_per_node_avg': 2.484, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 166, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.284, 2: 0.0, 3: 0.664, 4: 0.052}, 'edge_length_total': 67847.30799999993, 'edge_length_avg': 110.14173376623366, 'street_length_total': 33923.65399999998, 'street_length_avg': 110.1417337662337, 'street_segments_count': 308, 'node_density_km': 50.03248945465964, 'intersection_density_km': 35.8232624495363, 'edge_density_km': 13578.278888148167, 'street_density_km': 6789.139444074086, 'circuity_avg': 1.1046916910025617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1046916910025617\n", - "6771\n", - "5008613.057598927\n", - "{'n': 203, 'm': 498, 'k_avg': 4.906403940886699, 'intersection_count': 150, 'streets_per_node_avg': 2.6403940886699506, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 117, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26108374384236455, 2: 0.0, 3: 0.5763546798029556, 4: 0.1625615763546798}, 'edge_length_total': 73056.50600000012, 'edge_length_avg': 146.69981124498017, 'street_length_total': 36564.16600000004, 'street_length_avg': 145.6739681274902, 'street_segments_count': 251, 'node_density_km': 40.530182241172355, 'intersection_density_km': 29.94841052303376, 'edge_density_km': 14586.174887109884, 'street_density_km': 7300.257692002363, 'circuity_avg': 1.041683923791509, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041683923791509\n", - "6772\n", - "9009092.815461066\n", - "{'n': 482, 'm': 1260, 'k_avg': 5.228215767634855, 'intersection_count': 387, 'streets_per_node_avg': 2.7427385892116183, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 321, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1970954356846473, 2: 0.0, 3: 0.6659751037344398, 4: 0.13692946058091288}, 'edge_length_total': 141363.51999999996, 'edge_length_avg': 112.19326984126981, 'street_length_total': 71692.46699999995, 'street_length_avg': 111.49683825816477, 'street_segments_count': 643, 'node_density_km': 53.50150230140928, 'intersection_density_km': 42.95660039552986, 'edge_density_km': 15691.204752313932, 'street_density_km': 7957.789809531549, 'circuity_avg': 1.0485416151970193, 'self_loop_proportion': 0.0015873015873015873, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485416151970193\n", - "6773\n", - "10016116.745605027\n", - "{'n': 443, 'm': 1231, 'k_avg': 5.557562076749436, 'intersection_count': 378, 'streets_per_node_avg': 2.880361173814898, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 301, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14672686230248308, 2: 0.0, 3: 0.6794582392776524, 4: 0.17381489841986456}, 'edge_length_total': 154247.86200000026, 'edge_length_avg': 125.30289358245349, 'street_length_total': 77147.60900000011, 'street_length_avg': 125.23962500000019, 'street_segments_count': 616, 'node_density_km': 44.228717700837905, 'intersection_density_km': 37.73917672893167, 'edge_density_km': 15399.966465814477, 'street_density_km': 7702.347222924665, 'circuity_avg': 1.0446502722306816, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446502722306816\n", - "6774\n", - "8999731.117804293\n", - "{'n': 270, 'm': 642, 'k_avg': 4.7555555555555555, 'intersection_count': 173, 'streets_per_node_avg': 2.4185185185185185, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 136, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3592592592592593, 2: 0.0, 3: 0.5037037037037037, 4: 0.13703703703703704}, 'edge_length_total': 82241.46999999994, 'edge_length_avg': 128.10197819314632, 'street_length_total': 41120.734999999986, 'street_length_avg': 128.10197819314638, 'street_segments_count': 321, 'node_density_km': 30.00089630076339, 'intersection_density_km': 19.222796518637285, 'edge_density_km': 9138.214122564228, 'street_density_km': 4569.107061282116, 'circuity_avg': 1.0408582263944848, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408582263944848\n", - "6775\n", - "71110552.77952388\n", - "{'n': 3875, 'm': 10292, 'k_avg': 5.312, 'intersection_count': 2977, 'streets_per_node_avg': 2.696, 'streets_per_node_counts': {0: 0, 1: 898, 2: 0, 3: 2370, 4: 597, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23174193548387098, 2: 0.0, 3: 0.6116129032258064, 4: 0.15406451612903227, 5: 0.00232258064516129, 6: 0.00025806451612903227}, 'edge_length_total': 857013.9169999949, 'edge_length_avg': 83.26991031869363, 'street_length_total': 429980.965000001, 'street_length_avg': 83.05601023758953, 'street_segments_count': 5177, 'node_density_km': 54.49261535083717, 'intersection_density_km': 41.864391199856065, 'edge_density_km': 12051.852833392262, 'street_density_km': 6046.654795852086, 'circuity_avg': 1.0948719053857219, 'self_loop_proportion': 0.0025262339681305867, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0948719053857219\n", - "6776\n", - "5996236.432428516\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 289, 'm': 648, 'k_avg': 4.484429065743945, 'intersection_count': 181, 'streets_per_node_avg': 2.28719723183391, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 171, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3737024221453287, 2: 0.0, 3: 0.5916955017301038, 4: 0.03460207612456748}, 'edge_length_total': 75035.79399999988, 'edge_length_avg': 115.79597839506154, 'street_length_total': 37517.89700000001, 'street_length_avg': 115.79597839506177, 'street_segments_count': 324, 'node_density_km': 48.19689871417445, 'intersection_density_km': 30.185600924794382, 'edge_density_km': 12513.815098116447, 'street_density_km': 6256.907549058236, 'circuity_avg': 1.1212109516322453, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1212109516322453\n", - "6777\n", - "7006021.286211956\n", - "{'n': 145, 'm': 366, 'k_avg': 5.048275862068966, 'intersection_count': 122, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 105, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15862068965517243, 2: 0.0, 3: 0.7241379310344828, 4: 0.11724137931034483}, 'edge_length_total': 75941.76400000004, 'edge_length_avg': 207.49115846994547, 'street_length_total': 37970.88200000002, 'street_length_avg': 207.49115846994547, 'street_segments_count': 183, 'node_density_km': 20.696482936094416, 'intersection_density_km': 17.413592539334612, 'edge_density_km': 10839.499467330414, 'street_density_km': 5419.749733665207, 'circuity_avg': 1.0390304106032142, 'self_loop_proportion': 0.00546448087431694, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0390304106032142\n", - "6778\n", - "6996561.623460782\n", - "{'n': 421, 'm': 1089, 'k_avg': 5.173396674584323, 'intersection_count': 349, 'streets_per_node_avg': 2.7505938242280283, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 310, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.171021377672209, 2: 0.0, 3: 0.7363420427553444, 4: 0.09263657957244656}, 'edge_length_total': 118605.46300000015, 'edge_length_avg': 108.91227089072558, 'street_length_total': 60170.40200000001, 'street_length_avg': 106.1206384479718, 'street_segments_count': 567, 'node_density_km': 60.17241363076231, 'intersection_density_km': 49.88164455376733, 'edge_density_km': 16951.964319487135, 'street_density_km': 8599.996003499402, 'circuity_avg': 1.0546780404632343, 'self_loop_proportion': 0.0018365472910927456, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546780404632343\n", - "6779\n", - "8010499.03011268\n", - "{'n': 322, 'm': 771, 'k_avg': 4.788819875776397, 'intersection_count': 239, 'streets_per_node_avg': 2.531055900621118, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 224, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2577639751552795, 2: 0.0, 3: 0.6956521739130435, 4: 0.046583850931677016}, 'edge_length_total': 104328.57099999987, 'edge_length_avg': 135.31591569390383, 'street_length_total': 52441.50900000002, 'street_length_avg': 133.7793596938776, 'street_segments_count': 392, 'node_density_km': 40.19724598799066, 'intersection_density_km': 29.835844071831577, 'edge_density_km': 13023.978981560695, 'street_density_km': 6546.597010106916, 'circuity_avg': 1.0797198491049322, 'self_loop_proportion': 0.0025940337224383916, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0797198491049322\n", - "6780\n", - "3998887.7288303412\n", - "{'n': 193, 'm': 490, 'k_avg': 5.077720207253886, 'intersection_count': 146, 'streets_per_node_avg': 2.6580310880829017, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 119, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24352331606217617, 2: 0.0, 3: 0.616580310880829, 4: 0.13471502590673576, 5: 0.0051813471502590676}, 'edge_length_total': 64763.19, 'edge_length_avg': 132.1697755102041, 'street_length_total': 32381.59500000001, 'street_length_avg': 132.16977551020412, 'street_segments_count': 245, 'node_density_km': 48.26342050279359, 'intersection_density_km': 36.51015229745008, 'edge_density_km': 16195.30089156641, 'street_density_km': 8097.650445783207, 'circuity_avg': 1.0502134085760602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502134085760602\n", - "6781\n", - "22020986.781868458\n", - "{'n': 967, 'm': 2730, 'k_avg': 5.646328852119959, 'intersection_count': 795, 'streets_per_node_avg': 2.8986556359875904, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 550, 4: 244, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1778697001034126, 2: 0.0, 3: 0.5687693898655636, 4: 0.25232678386763185, 5: 0.001034126163391934}, 'edge_length_total': 372725.922999999, 'edge_length_avg': 136.52964212454177, 'street_length_total': 188123.94400000008, 'street_length_avg': 136.5195529753266, 'street_segments_count': 1378, 'node_density_km': 43.91265521289918, 'intersection_density_km': 36.10192439943625, 'edge_density_km': 16925.940998561084, 'street_density_km': 8542.938872970793, 'circuity_avg': 1.047877859843434, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047877859843434\n", - "6782\n", - "13999605.88364203\n", - "{'n': 712, 'm': 2080, 'k_avg': 5.842696629213483, 'intersection_count': 612, 'streets_per_node_avg': 3.0730337078651684, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 361, 4: 250, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1404494382022472, 2: 0.0, 3: 0.5070224719101124, 4: 0.351123595505618, 5: 0.0014044943820224719}, 'edge_length_total': 291480.269, 'edge_length_avg': 140.13474471153845, 'street_length_total': 147168.37200000006, 'street_length_avg': 138.57662146892662, 'street_segments_count': 1062, 'node_density_km': 50.858574585441936, 'intersection_density_km': 43.715516357149525, 'edge_density_km': 20820.60533865334, 'street_density_km': 10512.322505589982, 'circuity_avg': 1.0267606742251305, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0267606742251305\n", - "6783\n", - "11010783.792922392\n", - "{'n': 493, 'm': 1341, 'k_avg': 5.440162271805274, 'intersection_count': 425, 'streets_per_node_avg': 2.8539553752535496, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 361, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.7322515212981744, 4: 0.12981744421906694}, 'edge_length_total': 187379.0099999999, 'edge_length_avg': 139.73080536912744, 'street_length_total': 94751.45900000008, 'street_length_avg': 138.93175806451623, 'street_segments_count': 682, 'node_density_km': 44.77428757768315, 'intersection_density_km': 38.598523773864784, 'edge_density_km': 17017.772169901746, 'street_density_km': 8605.332806635004, 'circuity_avg': 1.0516712630843577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0516712630843577\n", - "6784\n", - "2996847.716942054\n", - "{'n': 78, 'm': 180, 'k_avg': 4.615384615384615, 'intersection_count': 54, 'streets_per_node_avg': 2.41025641025641, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 52, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3076923076923077, 2: 0.0, 3: 0.6666666666666666, 4: 0.02564102564102564}, 'edge_length_total': 34650.66600000002, 'edge_length_avg': 192.5037000000001, 'street_length_total': 17325.333, 'street_length_avg': 192.50369999999998, 'street_segments_count': 90, 'node_density_km': 26.027348523264376, 'intersection_density_km': 18.018933593029185, 'edge_density_km': 11562.37128904138, 'street_density_km': 5781.185644520687, 'circuity_avg': 1.2699373890469272, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2699373890469272\n", - "6785\n", - "19019207.585130945\n", - "{'n': 717, 'm': 1894, 'k_avg': 5.283124128312413, 'intersection_count': 575, 'streets_per_node_avg': 2.735006973500697, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 481, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19804741980474197, 2: 0.0, 3: 0.6708507670850767, 4: 0.13110181311018132}, 'edge_length_total': 268718.2190000009, 'edge_length_avg': 141.87867951425602, 'street_length_total': 134551.23200000008, 'street_length_avg': 141.1870220356769, 'street_segments_count': 953, 'node_density_km': 37.6987314950253, 'intersection_density_km': 30.232594992523772, 'edge_density_km': 14128.781012416233, 'street_density_km': 7074.49200487149, 'circuity_avg': 1.0376022984487778, 'self_loop_proportion': 0.0021119324181626186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376022984487778\n", - "6786\n", - "3998974.8961834456\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 189, 'm': 533, 'k_avg': 5.64021164021164, 'intersection_count': 165, 'streets_per_node_avg': 3.0105820105820107, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 115, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12698412698412698, 2: 0.0, 3: 0.6084656084656085, 4: 0.26455026455026454}, 'edge_length_total': 75240.03600000008, 'edge_length_avg': 141.1632945590996, 'street_length_total': 37932.77200000004, 'street_length_avg': 138.94788278388293, 'street_segments_count': 273, 'node_density_km': 47.26211214288402, 'intersection_density_km': 41.260574092993984, 'edge_density_km': 18814.830788712352, 'street_density_km': 9485.623937325148, 'circuity_avg': 1.0326061830101623, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326061830101623\n", - "6787\n", - "7007603.218673288\n", - "{'n': 300, 'm': 771, 'k_avg': 5.14, 'intersection_count': 243, 'streets_per_node_avg': 2.71, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 216, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19, 2: 0.0, 3: 0.72, 4: 0.09}, 'edge_length_total': 102382.94800000002, 'edge_length_avg': 132.79240985732818, 'street_length_total': 51342.010999999984, 'street_length_avg': 131.646182051282, 'street_segments_count': 390, 'node_density_km': 42.81064304562572, 'intersection_density_km': 34.67662086695683, 'edge_density_km': 14610.2661359562, 'street_density_km': 7326.615020551962, 'circuity_avg': 1.0954094071969784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0954094071969784\n", - "6788\n", - "5999679.149897629\n", - "{'n': 124, 'm': 344, 'k_avg': 5.548387096774194, 'intersection_count': 97, 'streets_per_node_avg': 2.806451612903226, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 67, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21774193548387097, 2: 0.0, 3: 0.5403225806451613, 4: 0.24193548387096775}, 'edge_length_total': 46750.22399999996, 'edge_length_avg': 135.90181395348824, 'street_length_total': 23375.112000000005, 'street_length_avg': 135.90181395348839, 'street_segments_count': 172, 'node_density_km': 20.667771876120373, 'intersection_density_km': 16.167531225674807, 'edge_density_km': 7792.120683786507, 'street_density_km': 3896.0603418932574, 'circuity_avg': 1.0193135246876153, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0193135246876153\n", - "6789\n", - "12016237.200335218\n", - "{'n': 620, 'm': 1662, 'k_avg': 5.361290322580645, 'intersection_count': 512, 'streets_per_node_avg': 2.7370967741935486, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 459, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17419354838709677, 2: 0.0, 3: 0.7403225806451613, 4: 0.08548387096774193}, 'edge_length_total': 178932.03399999984, 'edge_length_avg': 107.66067027677488, 'street_length_total': 89466.01699999999, 'street_length_avg': 107.66067027677497, 'street_segments_count': 831, 'node_density_km': 51.59685096618298, 'intersection_density_km': 42.609012410783365, 'edge_density_km': 14890.854018345124, 'street_density_km': 7445.427009172568, 'circuity_avg': 1.0831926111201124, 'self_loop_proportion': 0.0048134777376654635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831926111201124\n", - "6790\n", - "124245491.91651194\n", - "error with entry 6790\n", - "6791\n", - "5992934.643801815\n", - "{'n': 47, 'm': 98, 'k_avg': 4.170212765957447, 'intersection_count': 28, 'streets_per_node_avg': 2.25531914893617, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 25, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.40425531914893614, 2: 0.0, 3: 0.5319148936170213, 4: 0.06382978723404255}, 'edge_length_total': 20103.075999999997, 'edge_length_avg': 205.13342857142854, 'street_length_total': 10051.538, 'street_length_avg': 205.13342857142857, 'street_segments_count': 49, 'node_density_km': 7.842568423236468, 'intersection_density_km': 4.67216842235364, 'edge_density_km': 3354.4627456919757, 'street_density_km': 1677.231372845988, 'circuity_avg': 1.1504501753856542, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1504501753856542\n", - "6792\n", - "9009567.113735123\n", - "{'n': 366, 'm': 934, 'k_avg': 5.103825136612022, 'intersection_count': 309, 'streets_per_node_avg': 2.759562841530055, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 284, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1557377049180328, 2: 0.0, 3: 0.7759562841530054, 4: 0.06557377049180328, 5: 0.00273224043715847}, 'edge_length_total': 128198.95400000006, 'edge_length_avg': 137.25798072805145, 'street_length_total': 64192.114000000045, 'street_length_avg': 136.5789659574469, 'street_segments_count': 470, 'node_density_km': 40.62348339045407, 'intersection_density_km': 34.29687532144893, 'edge_density_km': 14229.202400252972, 'street_density_km': 7124.88327015611, 'circuity_avg': 1.0657199824139156, 'self_loop_proportion': 0.004282655246252677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657199824139156\n", - "6793\n", - "7992909.890032082\n", - "{'n': 280, 'm': 797, 'k_avg': 5.692857142857143, 'intersection_count': 245, 'streets_per_node_avg': 2.9464285714285716, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 192, 4: 51, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.6857142857142857, 4: 0.18214285714285713, 5: 0.007142857142857143}, 'edge_length_total': 90927.57499999995, 'edge_length_avg': 114.08729611041399, 'street_length_total': 45647.82900000001, 'street_length_avg': 112.98967574257429, 'street_segments_count': 404, 'node_density_km': 35.03104674671569, 'intersection_density_km': 30.652165903376225, 'edge_density_km': 11376.02903710891, 'street_density_km': 5711.040112803873, 'circuity_avg': 1.069791796116226, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069791796116226\n", - "6794\n", - "12016463.945395103\n", - "{'n': 285, 'm': 746, 'k_avg': 5.235087719298246, 'intersection_count': 221, 'streets_per_node_avg': 2.729824561403509, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 170, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22456140350877193, 2: 0.0, 3: 0.5964912280701754, 4: 0.17894736842105263}, 'edge_length_total': 114976.88000000024, 'edge_length_avg': 154.12450402144805, 'street_length_total': 57670.74699999996, 'street_length_avg': 153.37964627659565, 'street_segments_count': 376, 'node_density_km': 23.71745975314281, 'intersection_density_km': 18.39143370331425, 'edge_density_km': 9568.279031375214, 'street_density_km': 4799.3109505480015, 'circuity_avg': 1.0437068792054782, 'self_loop_proportion': 0.002680965147453083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0437068792054782\n", - "6795\n", - "17979021.12483322\n", - "{'n': 191, 'm': 542, 'k_avg': 5.675392670157068, 'intersection_count': 166, 'streets_per_node_avg': 2.910994764397906, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 133, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13089005235602094, 2: 0.0, 3: 0.6963350785340314, 4: 0.17277486910994763}, 'edge_length_total': 112371.48599999993, 'edge_length_avg': 207.3274649446493, 'street_length_total': 56185.742999999966, 'street_length_avg': 207.3274649446493, 'street_segments_count': 271, 'node_density_km': 10.623492718198351, 'intersection_density_km': 9.232983200109562, 'edge_density_km': 6250.144833791242, 'street_density_km': 3125.072416895621, 'circuity_avg': 1.059411035569295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059411035569295\n", - "6796\n", - "13016250.708101884\n", - "{'n': 386, 'm': 1057, 'k_avg': 5.476683937823834, 'intersection_count': 331, 'streets_per_node_avg': 2.8678756476683938, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 273, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14248704663212436, 2: 0.0, 3: 0.7072538860103627, 4: 0.14766839378238342, 5: 0.0025906735751295338}, 'edge_length_total': 171195.22399999993, 'edge_length_avg': 161.96331504257324, 'street_length_total': 86082.4479999999, 'street_length_avg': 161.50553095684785, 'street_segments_count': 533, 'node_density_km': 29.65523703071705, 'intersection_density_km': 25.429749889034568, 'edge_density_km': 13152.422140535487, 'street_density_km': 6613.459584519098, 'circuity_avg': 1.0479784120612572, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479784120612572\n", - "6797\n", - "10989740.310471164\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 304, 'm': 722, 'k_avg': 4.75, 'intersection_count': 216, 'streets_per_node_avg': 2.4967105263157894, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 193, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2894736842105263, 2: 0.0, 3: 0.6348684210526315, 4: 0.0756578947368421}, 'edge_length_total': 110367.04399999998, 'edge_length_avg': 152.86294182825483, 'street_length_total': 55183.52199999995, 'street_length_avg': 152.86294182825472, 'street_segments_count': 361, 'node_density_km': 27.66216411049722, 'intersection_density_km': 19.654695552195392, 'edge_density_km': 10042.734485258114, 'street_density_km': 5021.367242629054, 'circuity_avg': 1.0958896176787134, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0958896176787134\n", - "6798\n", - "6007679.262552876\n", - "{'n': 345, 'm': 896, 'k_avg': 5.194202898550724, 'intersection_count': 272, 'streets_per_node_avg': 2.7130434782608694, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 225, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21159420289855072, 2: 0.0, 3: 0.6521739130434783, 4: 0.13623188405797101}, 'edge_length_total': 99903.76699999996, 'edge_length_avg': 111.4997399553571, 'street_length_total': 50562.21600000009, 'street_length_avg': 110.15733333333353, 'street_segments_count': 459, 'node_density_km': 57.42650113671303, 'intersection_density_km': 45.275386403437516, 'edge_density_km': 16629.34431648525, 'street_density_km': 8416.264216228215, 'circuity_avg': 1.0673803884164255, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673803884164255\n", - "6799\n", - "29964163.573713876\n", - "{'n': 1224, 'm': 3242, 'k_avg': 5.2973856209150325, 'intersection_count': 948, 'streets_per_node_avg': 2.730392156862745, 'streets_per_node_counts': {0: 0, 1: 276, 2: 0, 3: 726, 4: 222}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22549019607843138, 2: 0.0, 3: 0.5931372549019608, 4: 0.18137254901960784}, 'edge_length_total': 516784.2760000018, 'edge_length_avg': 159.40292288710728, 'street_length_total': 258392.13799999974, 'street_length_avg': 159.40292288710657, 'street_segments_count': 1621, 'node_density_km': 40.84879582868639, 'intersection_density_km': 31.637792847708084, 'edge_density_km': 17246.744589705548, 'street_density_km': 8623.372294852734, 'circuity_avg': 1.0277276031718052, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0277276031718052\n", - "6800\n", - "13016811.021969777\n", - "{'n': 344, 'm': 907, 'k_avg': 5.273255813953488, 'intersection_count': 263, 'streets_per_node_avg': 2.7151162790697674, 'streets_per_node_counts': {0: 0, 1: 81, 2: 1, 3: 197, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23546511627906977, 2: 0.0029069767441860465, 3: 0.5726744186046512, 4: 0.18895348837209303}, 'edge_length_total': 134369.50599999988, 'edge_length_avg': 148.1471951488422, 'street_length_total': 68094.92799999999, 'street_length_avg': 148.67888209606983, 'street_segments_count': 458, 'node_density_km': 26.427363769774082, 'intersection_density_km': 20.204641486774953, 'edge_density_km': 10322.766902984993, 'street_density_km': 5231.30649166446, 'circuity_avg': 1.0564443095286573, 'self_loop_proportion': 0.002205071664829107, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564443095286573\n", - "6801\n", - "4993879.29508477\n", - "{'n': 137, 'm': 380, 'k_avg': 5.547445255474453, 'intersection_count': 116, 'streets_per_node_avg': 3.0291970802919708, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 70, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15328467153284672, 2: 0.0, 3: 0.5109489051094891, 4: 0.3357664233576642}, 'edge_length_total': 61804.64799999994, 'edge_length_avg': 162.64381052631563, 'street_length_total': 30902.324, 'street_length_avg': 162.6438105263158, 'street_segments_count': 190, 'node_density_km': 27.43358257273907, 'intersection_density_km': 23.22843487910753, 'edge_density_km': 12376.079666328986, 'street_density_km': 6188.039833164498, 'circuity_avg': 1.0105976295715673, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0105976295715673\n", - "6802\n", - "10018928.11254111\n", - "{'n': 415, 'm': 1121, 'k_avg': 5.402409638554217, 'intersection_count': 331, 'streets_per_node_avg': 2.756626506024096, 'streets_per_node_counts': {0: 0, 1: 84, 2: 1, 3: 264, 4: 64, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20240963855421687, 2: 0.0024096385542168677, 3: 0.636144578313253, 4: 0.15421686746987953, 5: 0.004819277108433735}, 'edge_length_total': 112741.57500000006, 'edge_length_avg': 100.57232381801967, 'street_length_total': 56520.77699999995, 'street_length_avg': 100.39214387211359, 'street_segments_count': 563, 'node_density_km': 41.42159673553573, 'intersection_density_km': 33.03746631195742, 'edge_density_km': 11252.857963805203, 'street_density_km': 5641.3995953569665, 'circuity_avg': 1.0712562878345926, 'self_loop_proportion': 0.003568242640499554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712562878345926\n", - "6803\n", - "5994318.448674678\n", - "{'n': 155, 'm': 344, 'k_avg': 4.438709677419355, 'intersection_count': 100, 'streets_per_node_avg': 2.3225806451612905, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 95, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3548387096774194, 2: 0.0, 3: 0.6129032258064516, 4: 0.03225806451612903}, 'edge_length_total': 57825.797999999966, 'edge_length_avg': 168.0982499999999, 'street_length_total': 28912.898999999976, 'street_length_avg': 168.09824999999987, 'street_segments_count': 172, 'node_density_km': 25.85781875406869, 'intersection_density_km': 16.68246371230238, 'edge_density_km': 9646.76776769927, 'street_density_km': 4823.383883849633, 'circuity_avg': 1.1233962028554594, 'self_loop_proportion': 0.005813953488372093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1233962028554594\n", - "6804\n", - "9011411.729197135\n", - "{'n': 369, 'm': 972, 'k_avg': 5.2682926829268295, 'intersection_count': 298, 'streets_per_node_avg': 2.758807588075881, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 249, 4: 46, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19241192411924118, 2: 0.0, 3: 0.6747967479674797, 4: 0.12466124661246612, 5: 0.005420054200542005, 6: 0.0027100271002710027}, 'edge_length_total': 110621.24800000012, 'edge_length_avg': 113.80786831275732, 'street_length_total': 55310.624000000025, 'street_length_avg': 113.80786831275725, 'street_segments_count': 486, 'node_density_km': 40.94807906783722, 'intersection_density_km': 33.06918038540783, 'edge_density_km': 12275.684579097113, 'street_density_km': 6137.842289548553, 'circuity_avg': 1.0508344990219982, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508344990219982\n", - "6805\n", - "5007553.538820325\n", - "{'n': 330, 'm': 898, 'k_avg': 5.442424242424242, 'intersection_count': 272, 'streets_per_node_avg': 2.803030303030303, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 223, 4: 47, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17575757575757575, 2: 0.0, 3: 0.6757575757575758, 4: 0.14242424242424243, 5: 0.006060606060606061}, 'edge_length_total': 88880.6020000001, 'edge_length_avg': 98.97617149220501, 'street_length_total': 44440.301000000036, 'street_length_avg': 98.97617149220498, 'street_segments_count': 449, 'node_density_km': 65.9004436880651, 'intersection_density_km': 54.31794146410214, 'edge_density_km': 17749.306385037373, 'street_density_km': 8874.653192518683, 'circuity_avg': 1.0889102944715068, 'self_loop_proportion': 0.011135857461024499, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0889102944715068\n", - "6806\n", - "7990627.572912497\n", - "{'n': 261, 'm': 875, 'k_avg': 6.704980842911877, 'intersection_count': 249, 'streets_per_node_avg': 3.4521072796934864, 'streets_per_node_counts': {0: 0, 1: 12, 2: 1, 3: 105, 4: 143}, 'streets_per_node_proportion': {0: 0.0, 1: 0.04597701149425287, 2: 0.0038314176245210726, 3: 0.40229885057471265, 4: 0.5478927203065134}, 'edge_length_total': 127884.664, 'edge_length_avg': 146.15390171428572, 'street_length_total': 65264.803999999975, 'street_length_avg': 148.32909999999995, 'street_segments_count': 440, 'node_density_km': 32.66326676076937, 'intersection_density_km': 31.16150736946963, 'edge_density_km': 16004.332930434326, 'street_density_km': 8167.669360694739, 'circuity_avg': 1.0167970998928477, 'self_loop_proportion': 0.002285714285714286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0167970998928477\n", - "6807\n", - "40050521.45755627\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2595, 'm': 6943, 'k_avg': 5.351059730250482, 'intersection_count': 2083, 'streets_per_node_avg': 2.7626204238921, 'streets_per_node_counts': {0: 0, 1: 512, 2: 2, 3: 1676, 4: 400, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1973025048169557, 2: 0.0007707129094412332, 3: 0.6458574181117533, 4: 0.15414258188824662, 5: 0.0019267822736030828}, 'edge_length_total': 716109.4389999984, 'edge_length_avg': 103.14121258821811, 'street_length_total': 364280.788000001, 'street_length_avg': 102.70109613758133, 'street_segments_count': 3547, 'node_density_km': 64.79316387303629, 'intersection_density_km': 52.00931034587075, 'edge_density_km': 17880.15269061849, 'street_density_km': 9095.531712016516, 'circuity_avg': 1.0614134184018846, 'self_loop_proportion': 0.0008641797493878727, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614134184018846\n", - "6808\n", - "3996425.05570805\n", - "{'n': 133, 'm': 336, 'k_avg': 5.052631578947368, 'intersection_count': 102, 'streets_per_node_avg': 2.6315789473684212, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 90, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23308270676691728, 2: 0.0, 3: 0.6766917293233082, 4: 0.08270676691729323, 5: 0.007518796992481203}, 'edge_length_total': 49049.548000000024, 'edge_length_avg': 145.98079761904768, 'street_length_total': 24524.774000000005, 'street_length_avg': 145.98079761904765, 'street_segments_count': 168, 'node_density_km': 33.27974330709332, 'intersection_density_km': 25.522810656567806, 'edge_density_km': 12273.356141119948, 'street_density_km': 6136.678070559972, 'circuity_avg': 1.1490728075752716, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1490728075752716\n", - "6809\n", - "8012019.011223613\n", - "{'n': 187, 'm': 484, 'k_avg': 5.176470588235294, 'intersection_count': 153, 'streets_per_node_avg': 2.7112299465240643, 'streets_per_node_counts': {0: 0, 1: 34, 2: 1, 3: 137, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0053475935828877, 3: 0.732620320855615, 4: 0.08021390374331551}, 'edge_length_total': 81788.71500000005, 'edge_length_avg': 168.98494834710755, 'street_length_total': 41000.27500000001, 'street_length_avg': 168.72541152263378, 'street_segments_count': 243, 'node_density_km': 23.339934632961008, 'intersection_density_km': 19.096310154240825, 'edge_density_km': 10208.252736972614, 'street_density_km': 5117.346194831152, 'circuity_avg': 1.0862528014015547, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862528014015547\n", - "6810\n", - "12986084.717083631\n", - "{'n': 331, 'm': 918, 'k_avg': 5.546827794561934, 'intersection_count': 286, 'streets_per_node_avg': 2.8580060422960725, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 243, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13595166163141995, 2: 0.0, 3: 0.7341389728096677, 4: 0.1299093655589124}, 'edge_length_total': 168470.38800000015, 'edge_length_avg': 183.51894117647075, 'street_length_total': 84235.19400000005, 'street_length_avg': 183.5189411764707, 'street_segments_count': 459, 'node_density_km': 25.488821859028715, 'intersection_density_km': 22.023574174266503, 'edge_density_km': 12973.147154844268, 'street_density_km': 6486.573577422132, 'circuity_avg': 1.0403711711856216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0403711711856216\n", - "6811\n", - "20021694.201749094\n", - "{'n': 682, 'm': 1703, 'k_avg': 4.994134897360704, 'intersection_count': 518, 'streets_per_node_avg': 2.62316715542522, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 448, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2404692082111437, 2: 0.0, 3: 0.656891495601173, 4: 0.10117302052785923, 5: 0.001466275659824047}, 'edge_length_total': 258567.0249999993, 'edge_length_avg': 151.83031415149694, 'street_length_total': 130484.24999999997, 'street_length_avg': 151.7258720930232, 'street_segments_count': 860, 'node_density_km': 34.06305146446701, 'intersection_density_km': 25.87193644955119, 'edge_density_km': 12914.342931948831, 'street_density_km': 6517.143288933105, 'circuity_avg': 1.0515446162293958, 'self_loop_proportion': 0.002348796241926013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515446162293958\n", - "6812\n", - "9987879.081120081\n", - "{'n': 293, 'm': 782, 'k_avg': 5.337883959044369, 'intersection_count': 231, 'streets_per_node_avg': 2.795221843003413, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 167, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21160409556313994, 2: 0.0, 3: 0.5699658703071673, 4: 0.21843003412969283}, 'edge_length_total': 141158.06200000018, 'edge_length_avg': 180.50903069053732, 'street_length_total': 70579.03100000006, 'street_length_avg': 180.50903069053723, 'street_segments_count': 391, 'node_density_km': 29.335557391143528, 'intersection_density_km': 23.128033301550015, 'edge_density_km': 14132.93661782799, 'street_density_km': 7066.468308913993, 'circuity_avg': 1.0188902534540498, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188902534540498\n", - "6813\n", - "6011695.281668567\n", - "{'n': 606, 'm': 1742, 'k_avg': 5.749174917491749, 'intersection_count': 538, 'streets_per_node_avg': 2.9686468646864688, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 432, 4: 97, 5: 8, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11221122112211221, 2: 0.0, 3: 0.7128712871287128, 4: 0.16006600660066006, 5: 0.013201320132013201, 6: 0.0, 7: 0.0016501650165016502}, 'edge_length_total': 144204.02000000016, 'edge_length_avg': 82.7807233065443, 'street_length_total': 72102.01000000004, 'street_length_avg': 82.78072330654425, 'street_segments_count': 871, 'node_density_km': 100.80351242150826, 'intersection_density_km': 89.49222719929281, 'edge_density_km': 23987.247064853866, 'street_density_km': 11993.623532426926, 'circuity_avg': 1.0454471881913119, 'self_loop_proportion': 0.003444316877152698, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454471881913119\n", - "6814\n", - "8990186.85707072\n", - "{'n': 154, 'm': 522, 'k_avg': 6.779220779220779, 'intersection_count': 147, 'streets_per_node_avg': 3.4935064935064934, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 57, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.045454545454545456, 2: 0.0, 3: 0.37012987012987014, 4: 0.5844155844155844}, 'edge_length_total': 126158.98200000013, 'edge_length_avg': 241.68387356321864, 'street_length_total': 63079.490999999995, 'street_length_avg': 241.68387356321836, 'street_segments_count': 261, 'node_density_km': 17.129788562612585, 'intersection_density_km': 16.35116180976656, 'edge_density_km': 14032.965499574346, 'street_density_km': 7016.482749787165, 'circuity_avg': 1.0062018487014432, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0062018487014432\n", - "6815\n", - "14023720.139028572\n", - "{'n': 1609, 'm': 4767, 'k_avg': 5.925419515226849, 'intersection_count': 1392, 'streets_per_node_avg': 3.0130515848353014, 'streets_per_node_counts': {0: 0, 1: 217, 2: 1, 3: 945, 4: 437, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1348663766314481, 2: 0.0006215040397762585, 3: 0.5873213175885643, 4: 0.271597265382225, 5: 0.004972032318210068, 6: 0.0006215040397762585}, 'edge_length_total': 325845.90899999975, 'edge_length_avg': 68.3545015733165, 'street_length_total': 164257.7880000005, 'street_length_avg': 68.64094776431278, 'street_segments_count': 2393, 'node_density_km': 114.73417781078567, 'intersection_density_km': 99.26039497365672, 'edge_density_km': 23235.340249921104, 'street_density_km': 11712.854105157485, 'circuity_avg': 1.0657684624883725, 'self_loop_proportion': 0.0012586532410320957, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0657684624883725\n", - "6816\n", - "10986961.803697681\n", - "{'n': 385, 'm': 1080, 'k_avg': 5.6103896103896105, 'intersection_count': 312, 'streets_per_node_avg': 2.935064935064935, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 191, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18961038961038962, 2: 0.0, 3: 0.4961038961038961, 4: 0.3142857142857143}, 'edge_length_total': 186014.41600000067, 'edge_length_avg': 172.235570370371, 'street_length_total': 93007.208, 'street_length_avg': 172.23557037037037, 'street_segments_count': 540, 'node_density_km': 35.04153440038606, 'intersection_density_km': 28.39729541018299, 'edge_density_km': 16930.46897982272, 'street_density_km': 8465.234489911329, 'circuity_avg': 1.0116428322033288, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0116428322033288\n", - "6817\n", - "7010308.367009328\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 175, 'm': 422, 'k_avg': 4.822857142857143, 'intersection_count': 127, 'streets_per_node_avg': 2.56, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 108, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2742857142857143, 2: 0.0, 3: 0.6171428571428571, 4: 0.10857142857142857}, 'edge_length_total': 70718.3219999999, 'edge_length_avg': 167.5789620853078, 'street_length_total': 35359.161, 'street_length_avg': 167.57896208530806, 'street_segments_count': 211, 'node_density_km': 24.96323853934215, 'intersection_density_km': 18.116178825694018, 'edge_density_km': 10087.761949645745, 'street_density_km': 5043.88097482288, 'circuity_avg': 1.0898870379317411, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0898870379317411\n", - "6818\n", - "5996764.608982414\n", - "{'n': 132, 'm': 374, 'k_avg': 5.666666666666667, 'intersection_count': 114, 'streets_per_node_avg': 2.9545454545454546, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 84, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13636363636363635, 2: 0.0, 3: 0.6363636363636364, 4: 0.22727272727272727}, 'edge_length_total': 68186.86599999992, 'edge_length_avg': 182.31782352941156, 'street_length_total': 34093.433, 'street_length_avg': 182.31782352941175, 'street_segments_count': 187, 'node_density_km': 22.011869500810533, 'intersection_density_km': 19.01025093251819, 'edge_density_km': 11370.6090610701, 'street_density_km': 5685.304530535055, 'circuity_avg': 1.0377892700689588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377892700689588\n", - "6819\n", - "10011312.104976373\n", - "{'n': 314, 'm': 812, 'k_avg': 5.171974522292993, 'intersection_count': 244, 'streets_per_node_avg': 2.662420382165605, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 210, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2229299363057325, 2: 0.0, 3: 0.6687898089171974, 4: 0.10828025477707007}, 'edge_length_total': 122228.48400000013, 'edge_length_avg': 150.52768965517257, 'street_length_total': 61114.24199999999, 'street_length_avg': 150.5276896551724, 'street_segments_count': 406, 'node_density_km': 31.364520125580587, 'intersection_density_km': 24.372429651725042, 'edge_density_km': 12209.037408717226, 'street_density_km': 6104.518704358606, 'circuity_avg': 1.0565338461862819, 'self_loop_proportion': 0.0049261083743842365, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0565338461862819\n", - "6820\n", - "33962137.18432415\n", - "{'n': 1276, 'm': 3308, 'k_avg': 5.184952978056426, 'intersection_count': 999, 'streets_per_node_avg': 2.6912225705329154, 'streets_per_node_counts': {0: 0, 1: 277, 2: 0, 3: 839, 4: 160}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2170846394984326, 2: 0.0, 3: 0.6575235109717869, 4: 0.12539184952978055}, 'edge_length_total': 550858.8499999986, 'edge_length_avg': 166.52323155985448, 'street_length_total': 275969.8780000003, 'street_length_avg': 165.05375478468918, 'street_segments_count': 1672, 'node_density_km': 37.57125156979111, 'intersection_density_km': 29.415109967258086, 'edge_density_km': 16219.793442629916, 'street_density_km': 8125.810119139947, 'circuity_avg': 1.0341509346850857, 'self_loop_proportion': 0.0006045949214026602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341509346850857\n", - "6821\n", - "66064979.16585978\n", - "{'n': 3212, 'm': 8553, 'k_avg': 5.325653798256538, 'intersection_count': 2599, 'streets_per_node_avg': 2.767123287671233, 'streets_per_node_counts': {0: 0, 1: 613, 2: 5, 3: 2117, 4: 471, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19084682440846826, 2: 0.001556662515566625, 3: 0.6590909090909091, 4: 0.1466376089663761, 5: 0.0018679950186799503}, 'edge_length_total': 1055821.642999997, 'edge_length_avg': 123.4445975681044, 'street_length_total': 536502.2920000007, 'street_length_avg': 123.13571081019066, 'street_segments_count': 4357, 'node_density_km': 48.618799862724494, 'intersection_density_km': 39.34005630237265, 'edge_density_km': 15981.563247742775, 'street_density_km': 8120.827385006541, 'circuity_avg': 1.0681105394639665, 'self_loop_proportion': 0.0014030164854437039, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681105394639665\n", - "6822\n", - "10986871.770841826\n", - "{'n': 183, 'm': 449, 'k_avg': 4.907103825136612, 'intersection_count': 150, 'streets_per_node_avg': 2.819672131147541, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 117, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18032786885245902, 2: 0.0, 3: 0.639344262295082, 4: 0.18032786885245902}, 'edge_length_total': 89281.40700000004, 'edge_length_avg': 198.84500445434307, 'street_length_total': 44892.36700000001, 'street_length_avg': 192.6711030042919, 'street_segments_count': 233, 'node_density_km': 16.656242451619907, 'intersection_density_km': 13.652657747229433, 'edge_density_km': 8126.18995308063, 'street_density_km': 4086.0008140934474, 'circuity_avg': 1.0238148001650704, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0238148001650704\n", - "6823\n", - "13015400.14490027\n", - "{'n': 280, 'm': 788, 'k_avg': 5.628571428571429, 'intersection_count': 247, 'streets_per_node_avg': 2.932142857142857, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 203, 4: 41, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11785714285714285, 2: 0.0, 3: 0.725, 4: 0.14642857142857144, 5: 0.010714285714285714}, 'edge_length_total': 155077.6320000003, 'edge_length_avg': 196.79902538071104, 'street_length_total': 77538.816, 'street_length_avg': 196.79902538071067, 'street_segments_count': 394, 'node_density_km': 21.51297669551177, 'intersection_density_km': 18.977518727826453, 'edge_density_km': 11914.933868611275, 'street_density_km': 5957.466934305626, 'circuity_avg': 1.0361816787601583, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0361816787601583\n", - "6824\n", - "48966635.373003565\n", - "{'n': 944, 'm': 2549, 'k_avg': 5.40042372881356, 'intersection_count': 759, 'streets_per_node_avg': 2.8167372881355934, 'streets_per_node_counts': {0: 0, 1: 185, 2: 0, 3: 564, 4: 194, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19597457627118645, 2: 0.0, 3: 0.597457627118644, 4: 0.2055084745762712, 5: 0.0, 6: 0.001059322033898305}, 'edge_length_total': 352675.8239999993, 'edge_length_avg': 138.35850294233006, 'street_length_total': 180973.8820000002, 'street_length_avg': 139.42517873651786, 'street_segments_count': 1298, 'node_density_km': 19.278433014828888, 'intersection_density_km': 15.500350273575346, 'edge_density_km': 7202.369967090646, 'street_density_km': 3695.861082172194, 'circuity_avg': 1.0396651605309308, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0396651605309308\n", - "6825\n", - "7010346.15054238\n", - "{'n': 334, 'm': 822, 'k_avg': 4.922155688622754, 'intersection_count': 242, 'streets_per_node_avg': 2.57185628742515, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 201, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2754491017964072, 2: 0.0, 3: 0.6017964071856288, 4: 0.12275449101796407}, 'edge_length_total': 99028.1440000001, 'edge_length_avg': 120.47219464720207, 'street_length_total': 49514.07200000003, 'street_length_avg': 120.47219464720202, 'street_segments_count': 411, 'node_density_km': 47.64386705414809, 'intersection_density_km': 34.520406667975564, 'edge_density_km': 14125.999183697717, 'street_density_km': 7062.999591848856, 'circuity_avg': 1.0447057865432026, 'self_loop_proportion': 0.0024330900243309003, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447057865432026\n", - "6826\n", - "113858507.86889847\n", - "error with entry 6826\n", - "6827\n", - "14013092.682132827\n", - "{'n': 849, 'm': 2303, 'k_avg': 5.425206124852768, 'intersection_count': 682, 'streets_per_node_avg': 2.7974087161366312, 'streets_per_node_counts': {0: 0, 1: 167, 2: 0, 3: 521, 4: 160, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1967020023557126, 2: 0.0, 3: 0.6136631330977621, 4: 0.18845700824499412, 5: 0.001177856301531213}, 'edge_length_total': 242740.50599999994, 'edge_length_avg': 105.40186973512806, 'street_length_total': 121935.3530000001, 'street_length_avg': 104.75545790378015, 'street_segments_count': 1164, 'node_density_km': 60.586197441090505, 'intersection_density_km': 48.66877108930945, 'edge_density_km': 17322.407801491416, 'street_density_km': 8701.53047338878, 'circuity_avg': 1.0551478191847972, 'self_loop_proportion': 0.005210594876248371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551478191847972\n", - "6828\n", - "5993087.41906255\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 79, 'm': 238, 'k_avg': 6.025316455696203, 'intersection_count': 69, 'streets_per_node_avg': 3.2151898734177213, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 32, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12658227848101267, 2: 0.0, 3: 0.4050632911392405, 4: 0.46835443037974683}, 'edge_length_total': 50454.412000000004, 'edge_length_avg': 211.99332773109245, 'street_length_total': 25227.205999999995, 'street_length_avg': 211.9933277310924, 'street_segments_count': 119, 'node_density_km': 13.181853438132782, 'intersection_density_km': 11.513264395331165, 'edge_density_km': 8418.767902419848, 'street_density_km': 4209.383951209923, 'circuity_avg': 1.0336328759109272, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0336328759109272\n", - "6829\n", - "15016154.541417688\n", - "{'n': 405, 'm': 1014, 'k_avg': 5.007407407407407, 'intersection_count': 311, 'streets_per_node_avg': 2.696296296296296, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 246, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23209876543209876, 2: 0.0, 3: 0.6074074074074074, 4: 0.16049382716049382}, 'edge_length_total': 174980.7650000004, 'edge_length_avg': 172.56485700197277, 'street_length_total': 90008.886, 'street_length_avg': 171.44549714285714, 'street_segments_count': 525, 'node_density_km': 26.97095310806275, 'intersection_density_km': 20.711028189154362, 'edge_density_km': 11652.8345867357, 'street_density_km': 5994.13689781473, 'circuity_avg': 1.0621540608586266, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621540608586266\n", - "6830\n", - "20991416.688604657\n", - "{'n': 345, 'm': 910, 'k_avg': 5.27536231884058, 'intersection_count': 277, 'streets_per_node_avg': 2.727536231884058, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 235, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19710144927536233, 2: 0.0, 3: 0.6811594202898551, 4: 0.12173913043478261}, 'edge_length_total': 170428.2079999999, 'edge_length_avg': 187.28374505494494, 'street_length_total': 85214.10400000012, 'street_length_avg': 187.2837450549453, 'street_segments_count': 455, 'node_density_km': 16.435289009687743, 'intersection_density_km': 13.195869726618856, 'edge_density_km': 8118.947402559928, 'street_density_km': 4059.4737012799724, 'circuity_avg': 1.0666588498782585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0666588498782585\n", - "6831\n", - "9016292.565908024\n", - "{'n': 137, 'm': 362, 'k_avg': 5.2846715328467155, 'intersection_count': 109, 'streets_per_node_avg': 2.7737226277372264, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 84, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20437956204379562, 2: 0.0, 3: 0.6131386861313869, 4: 0.18248175182481752}, 'edge_length_total': 77176.53800000004, 'edge_length_avg': 213.1948563535913, 'street_length_total': 38588.26900000002, 'street_length_avg': 213.1948563535913, 'street_segments_count': 181, 'node_density_km': 15.194715455221347, 'intersection_density_km': 12.089226165103115, 'edge_density_km': 8559.675435978674, 'street_density_km': 4279.837717989337, 'circuity_avg': 1.0666206851658495, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0666206851658495\n", - "6832\n", - "12984001.974988597\n", - "{'n': 163, 'm': 472, 'k_avg': 5.791411042944786, 'intersection_count': 145, 'streets_per_node_avg': 3.147239263803681, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 86, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11042944785276074, 2: 0.0, 3: 0.5276073619631901, 4: 0.3558282208588957, 5: 0.006134969325153374}, 'edge_length_total': 118504.36600000005, 'edge_length_avg': 251.06857203389842, 'street_length_total': 60243.291, 'street_length_avg': 249.97216182572612, 'street_segments_count': 241, 'node_density_km': 12.553910598133836, 'intersection_density_km': 11.167589182388996, 'edge_density_km': 9126.952246948047, 'street_density_km': 4639.809137124913, 'circuity_avg': 1.023377402651942, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.023377402651942\n", - "6833\n", - "10009958.155079909\n", - "{'n': 433, 'm': 1214, 'k_avg': 5.607390300230947, 'intersection_count': 351, 'streets_per_node_avg': 2.8290993071593533, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 261, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18937644341801385, 2: 0.0, 3: 0.6027713625866051, 4: 0.20785219399538107}, 'edge_length_total': 148517.8880000003, 'edge_length_avg': 122.33763426688657, 'street_length_total': 74258.94399999999, 'street_length_avg': 122.33763426688631, 'street_segments_count': 607, 'node_density_km': 43.256924084169, 'intersection_density_km': 35.06508164790605, 'edge_density_km': 14837.013871494519, 'street_density_km': 7418.506935747244, 'circuity_avg': 1.059822807992777, 'self_loop_proportion': 0.004942339373970346, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059822807992777\n", - "6834\n", - "5992596.185017308\n", - "{'n': 109, 'm': 262, 'k_avg': 4.807339449541284, 'intersection_count': 81, 'streets_per_node_avg': 2.541284403669725, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 75, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25688073394495414, 2: 0.0, 3: 0.6880733944954128, 4: 0.05504587155963303}, 'edge_length_total': 49031.361999999965, 'edge_length_avg': 187.14260305343498, 'street_length_total': 24515.681000000008, 'street_length_avg': 187.14260305343518, 'street_segments_count': 131, 'node_density_km': 18.18911146933642, 'intersection_density_km': 13.516679165286698, 'edge_density_km': 8181.989990012709, 'street_density_km': 4090.994995006359, 'circuity_avg': 1.0883270650822303, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0883270650822303\n", - "6835\n", - "13013710.254653206\n", - "{'n': 135, 'm': 318, 'k_avg': 4.711111111111111, 'intersection_count': 106, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 102, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21481481481481482, 2: 0.0, 3: 0.7555555555555555, 4: 0.02962962962962963}, 'edge_length_total': 53302.43999999995, 'edge_length_avg': 167.61773584905646, 'street_length_total': 26651.219999999994, 'street_length_avg': 167.61773584905657, 'street_segments_count': 159, 'node_density_km': 10.373674944217322, 'intersection_density_km': 8.145255882126193, 'edge_density_km': 4095.868046619605, 'street_density_km': 2047.934023309804, 'circuity_avg': 1.0551574196503333, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551574196503333\n", - "6836\n", - "198945097.00752723\n", - "{'n': 13804, 'm': 35152, 'k_avg': 5.093016516951608, 'intersection_count': 10470, 'streets_per_node_avg': 2.6624891335844683, 'streets_per_node_counts': {0: 0, 1: 3334, 2: 18, 3: 8453, 4: 1972, 5: 26, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24152419588525065, 2: 0.001303969863807592, 3: 0.6123587365980875, 4: 0.14285714285714285, 5: 0.0018835120254998552, 6: 7.24427702115329e-05}, 'edge_length_total': 3937931.5089999996, 'edge_length_avg': 112.02581671028675, 'street_length_total': 2038745.3489999862, 'street_length_avg': 111.89601256860517, 'street_segments_count': 18220, 'node_density_km': 69.38597737584715, 'intersection_density_km': 52.62758498443347, 'edge_density_km': 19794.061619176293, 'street_density_km': 10247.778807651886, 'circuity_avg': 1.0596604425998388, 'self_loop_proportion': 0.0029585798816568047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596604425998388\n", - "6837\n", - "41042482.35384019\n", - "{'n': 2308, 'm': 6824, 'k_avg': 5.913344887348353, 'intersection_count': 2052, 'streets_per_node_avg': 3.0420277296360485, 'streets_per_node_counts': {0: 0, 1: 256, 2: 1, 3: 1449, 4: 594, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11091854419410745, 2: 0.0004332755632582322, 3: 0.6278162911611785, 4: 0.25736568457538994, 5: 0.0034662045060658577}, 'edge_length_total': 745633.5619999991, 'edge_length_avg': 109.26634847596705, 'street_length_total': 374081.2289999995, 'street_length_avg': 108.55520284387683, 'street_segments_count': 3446, 'node_density_km': 56.234415357775, 'intersection_density_km': 49.99697587268384, 'edge_density_km': 18167.36023839048, 'street_density_km': 9114.488392171976, 'circuity_avg': 1.0344448803462585, 'self_loop_proportion': 0.0008792497069167644, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344448803462585\n", - "6838\n", - "11986864.770103488\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 222, 'm': 544, 'k_avg': 4.900900900900901, 'intersection_count': 164, 'streets_per_node_avg': 2.536036036036036, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 151, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26126126126126126, 2: 0.0, 3: 0.6801801801801802, 4: 0.05855855855855856}, 'edge_length_total': 96074.5499999999, 'edge_length_avg': 176.6076286764704, 'street_length_total': 48037.27499999997, 'street_length_avg': 176.60762867647048, 'street_segments_count': 272, 'node_density_km': 18.52027233624021, 'intersection_density_km': 13.681642626772048, 'edge_density_km': 8014.985723341105, 'street_density_km': 4007.4928616705542, 'circuity_avg': 1.0726443913565626, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0726443913565626\n", - "6839\n", - "15023055.297149444\n", - "{'n': 482, 'm': 1237, 'k_avg': 5.132780082987552, 'intersection_count': 365, 'streets_per_node_avg': 2.663900414937759, 'streets_per_node_counts': {0: 0, 1: 117, 2: 2, 3: 290, 4: 72, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24273858921161826, 2: 0.004149377593360996, 3: 0.6016597510373444, 4: 0.14937759336099585, 5: 0.002074688796680498}, 'edge_length_total': 184960.07499999966, 'edge_length_avg': 149.52310024252196, 'street_length_total': 92695.61400000015, 'street_length_avg': 148.7891075441415, 'street_segments_count': 623, 'node_density_km': 32.08401955968686, 'intersection_density_km': 24.2959899155305, 'edge_density_km': 12311.748265687007, 'street_density_km': 6170.223843720306, 'circuity_avg': 1.070134707073118, 'self_loop_proportion': 0.009700889248181084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.070134707073118\n", - "6840\n", - "5996117.437552169\n", - "{'n': 152, 'm': 482, 'k_avg': 6.342105263157895, 'intersection_count': 139, 'streets_per_node_avg': 3.2960526315789473, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 68, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08552631578947369, 2: 0.0, 3: 0.4473684210526316, 4: 0.46710526315789475}, 'edge_length_total': 93151.74199999994, 'edge_length_avg': 193.26087551867207, 'street_length_total': 46575.87100000001, 'street_length_avg': 193.26087551867224, 'street_segments_count': 241, 'node_density_km': 25.34973698948296, 'intersection_density_km': 23.18166737854034, 'edge_density_km': 15535.343156659026, 'street_density_km': 7767.671578329519, 'circuity_avg': 1.033091278360105, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033091278360105\n", - "6841\n", - "35066492.83038775\n", - "{'n': 3053, 'm': 8295, 'k_avg': 5.433999344906649, 'intersection_count': 2454, 'streets_per_node_avg': 2.7582705535538814, 'streets_per_node_counts': {0: 0, 1: 599, 2: 0, 3: 1998, 4: 452, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19620045856534557, 2: 0.0, 3: 0.6544382574516868, 4: 0.1480510972813626, 5: 0.0013101867016049786}, 'edge_length_total': 757709.1909999953, 'edge_length_avg': 91.3452912597945, 'street_length_total': 379212.92099999904, 'street_length_avg': 91.31059980736794, 'street_segments_count': 4153, 'node_density_km': 87.06316924156002, 'intersection_density_km': 69.98133551221366, 'edge_density_km': 21607.783665875573, 'street_density_km': 10814.110291388552, 'circuity_avg': 1.060423438287156, 'self_loop_proportion': 0.0024110910186859553, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060423438287156\n", - "6842\n", - "5994811.995334485\n", - "{'n': 255, 'm': 634, 'k_avg': 4.972549019607843, 'intersection_count': 179, 'streets_per_node_avg': 2.5764705882352943, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 135, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2980392156862745, 2: 0.0, 3: 0.5294117647058824, 4: 0.17254901960784313}, 'edge_length_total': 75160.42600000011, 'edge_length_avg': 118.54956782334402, 'street_length_total': 38036.88999999998, 'street_length_avg': 118.49498442367594, 'street_segments_count': 321, 'node_density_km': 42.536780168995456, 'intersection_density_km': 29.859151569608578, 'edge_density_km': 12537.578502627668, 'street_density_km': 6344.967953891219, 'circuity_avg': 1.035436791060967, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035436791060967\n", - "6843\n", - "114188141.65959476\n", - "error with entry 6843\n", - "6844\n", - "8988860.325567802\n", - "{'n': 196, 'm': 614, 'k_avg': 6.26530612244898, 'intersection_count': 177, 'streets_per_node_avg': 3.2755102040816326, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 85, 4: 92}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09693877551020408, 2: 0.0, 3: 0.4336734693877551, 4: 0.46938775510204084}, 'edge_length_total': 123174.87000000007, 'edge_length_avg': 200.6105374592835, 'street_length_total': 61587.435000000034, 'street_length_avg': 200.6105374592835, 'street_segments_count': 307, 'node_density_km': 21.804766444362254, 'intersection_density_km': 19.69103908495979, 'edge_density_km': 13703.057511044308, 'street_density_km': 6851.528755522154, 'circuity_avg': 1.0265135995870505, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0265135995870505\n", - "6845\n", - "4006959.3409064333\n", - "{'n': 161, 'm': 390, 'k_avg': 4.84472049689441, 'intersection_count': 122, 'streets_per_node_avg': 2.608695652173913, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 107, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2422360248447205, 2: 0.0, 3: 0.6645962732919255, 4: 0.09316770186335403}, 'edge_length_total': 60759.16800000004, 'edge_length_avg': 155.79273846153856, 'street_length_total': 30379.58400000001, 'street_length_avg': 155.7927384615385, 'street_segments_count': 195, 'node_density_km': 40.18009325834073, 'intersection_density_km': 30.44702718955012, 'edge_density_km': 15163.410164839712, 'street_density_km': 7581.705082419853, 'circuity_avg': 1.0571532206043392, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571532206043392\n", - "6846\n", - "9991329.733500615\n", - "{'n': 299, 'm': 790, 'k_avg': 5.2842809364548495, 'intersection_count': 238, 'streets_per_node_avg': 2.682274247491639, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 211, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2040133779264214, 2: 0.0, 3: 0.705685618729097, 4: 0.0903010033444816}, 'edge_length_total': 92764.06400000004, 'edge_length_avg': 117.42286582278486, 'street_length_total': 46382.032000000014, 'street_length_avg': 117.42286582278484, 'street_segments_count': 395, 'node_density_km': 29.925946593220957, 'intersection_density_km': 23.82065314109227, 'edge_density_km': 9284.456271017165, 'street_density_km': 4642.2281355085815, 'circuity_avg': 1.0369749585620363, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369749585620363\n", - "6847\n", - "10010397.325184848\n", - "{'n': 584, 'm': 1458, 'k_avg': 4.993150684931507, 'intersection_count': 427, 'streets_per_node_avg': 2.594178082191781, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 351, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2688356164383562, 2: 0.0, 3: 0.601027397260274, 4: 0.1284246575342466, 5: 0.0017123287671232876}, 'edge_length_total': 163721.85699999958, 'edge_length_avg': 112.29208299039752, 'street_length_total': 82575.21599999997, 'street_length_avg': 112.34723265306118, 'street_segments_count': 735, 'node_density_km': 58.33934268829994, 'intersection_density_km': 42.65564953408232, 'edge_density_km': 16355.180686794201, 'street_density_km': 8248.944903740388, 'circuity_avg': 1.053635932543827, 'self_loop_proportion': 0.00411522633744856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053635932543827\n", - "6848\n", - "6991604.513682766\n", - "{'n': 95, 'm': 260, 'k_avg': 5.473684210526316, 'intersection_count': 80, 'streets_per_node_avg': 2.8526315789473684, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 64, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.6736842105263158, 4: 0.16842105263157894}, 'edge_length_total': 44702.927999999985, 'edge_length_avg': 171.9343384615384, 'street_length_total': 22351.464, 'street_length_avg': 171.93433846153846, 'street_segments_count': 130, 'node_density_km': 13.58772507999878, 'intersection_density_km': 11.4422948042095, 'edge_density_km': 6393.80100984189, 'street_density_km': 3196.900504920946, 'circuity_avg': 1.0363896349812718, 'self_loop_proportion': 0.007692307692307693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363896349812718\n", - "6849\n", - "7004624.939081052\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 201, 'm': 552, 'k_avg': 5.492537313432836, 'intersection_count': 173, 'streets_per_node_avg': 2.900497512437811, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 137, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13930348258706468, 2: 0.0, 3: 0.681592039800995, 4: 0.1791044776119403}, 'edge_length_total': 80692.33799999993, 'edge_length_avg': 146.1817717391303, 'street_length_total': 40346.16900000002, 'street_length_avg': 146.1817717391305, 'street_segments_count': 276, 'node_density_km': 28.6953265518267, 'intersection_density_km': 24.697967629184173, 'edge_density_km': 11519.865617613794, 'street_density_km': 5759.932808806905, 'circuity_avg': 1.044356123150447, 'self_loop_proportion': 0.0036231884057971015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044356123150447\n", - "6850\n", - "11985304.344005607\n", - "{'n': 203, 'm': 546, 'k_avg': 5.379310344827586, 'intersection_count': 172, 'streets_per_node_avg': 2.7980295566502464, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 151, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15270935960591134, 2: 0.0, 3: 0.7438423645320197, 4: 0.10344827586206896}, 'edge_length_total': 107571.29199999996, 'edge_length_avg': 197.01701831501825, 'street_length_total': 54006.83700000003, 'street_length_avg': 196.38849818181828, 'street_segments_count': 275, 'node_density_km': 16.93740886117168, 'intersection_density_km': 14.350908000598665, 'edge_density_km': 8975.265784869387, 'street_density_km': 4506.088076687955, 'circuity_avg': 1.0817739800634387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817739800634387\n", - "6851\n", - "17012149.097228877\n", - "{'n': 433, 'm': 1146, 'k_avg': 5.293302540415705, 'intersection_count': 363, 'streets_per_node_avg': 2.7944572748267897, 'streets_per_node_counts': {0: 0, 1: 70, 2: 2, 3: 308, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16166281755196305, 2: 0.004618937644341801, 3: 0.7113163972286374, 4: 0.12240184757505773}, 'edge_length_total': 209257.42999999961, 'edge_length_avg': 182.59810645724224, 'street_length_total': 105097.25899999995, 'street_length_avg': 182.77784173913034, 'street_segments_count': 575, 'node_density_km': 25.452398607917896, 'intersection_density_km': 21.337692135506227, 'edge_density_km': 12300.470023160431, 'street_density_km': 6177.7767405717905, 'circuity_avg': 1.0812982403099003, 'self_loop_proportion': 0.0017452006980802793, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0812982403099003\n", - "6852\n", - "13984193.364706865\n", - "{'n': 403, 'm': 1221, 'k_avg': 6.05955334987593, 'intersection_count': 359, 'streets_per_node_avg': 3.2009925558312653, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 191, 4: 167, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10918114143920596, 2: 0.0, 3: 0.4739454094292804, 4: 0.4143920595533499, 5: 0.0024813895781637717}, 'edge_length_total': 192241.34000000046, 'edge_length_avg': 157.4458149058153, 'street_length_total': 99100.23800000004, 'street_length_avg': 155.81798427672962, 'street_segments_count': 636, 'node_density_km': 28.818251399261, 'intersection_density_km': 25.67184181720769, 'edge_density_km': 13747.045323699313, 'street_density_km': 7086.58950970372, 'circuity_avg': 1.0260218454030134, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0260218454030134\n", - "6853\n", - "7007632.415189846\n", - "{'n': 82, 'm': 206, 'k_avg': 5.024390243902439, 'intersection_count': 61, 'streets_per_node_avg': 2.6219512195121952, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 50, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25609756097560976, 2: 0.0, 3: 0.6097560975609756, 4: 0.13414634146341464}, 'edge_length_total': 56091.24600000002, 'edge_length_avg': 272.28760194174765, 'street_length_total': 28045.623, 'street_length_avg': 272.2876019417476, 'street_segments_count': 103, 'node_density_km': 11.701527012497916, 'intersection_density_km': 8.704794484906987, 'edge_density_km': 8004.3076857764145, 'street_density_km': 4002.1538428882054, 'circuity_avg': 1.0563256432803998, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563256432803998\n", - "6854\n", - "6993501.92028419\n", - "{'n': 205, 'm': 466, 'k_avg': 4.546341463414634, 'intersection_count': 138, 'streets_per_node_avg': 2.3804878048780487, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 131, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32682926829268294, 2: 0.0, 3: 0.6390243902439025, 4: 0.03414634146341464}, 'edge_length_total': 69756.46, 'edge_length_avg': 149.69197424892704, 'street_length_total': 34878.22999999998, 'street_length_avg': 149.69197424892695, 'street_segments_count': 233, 'node_density_km': 29.312925389411998, 'intersection_density_km': 19.732603432872466, 'edge_density_km': 9974.467841021964, 'street_density_km': 4987.233920510978, 'circuity_avg': 1.1189157261917606, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1189157261917606\n", - "6855\n", - "15010115.619274769\n", - "{'n': 339, 'm': 859, 'k_avg': 5.067846607669616, 'intersection_count': 272, 'streets_per_node_avg': 2.690265486725664, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 243, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1976401179941003, 2: 0.0, 3: 0.7168141592920354, 4: 0.0855457227138643}, 'edge_length_total': 154099.45500000013, 'edge_length_avg': 179.39401047729933, 'street_length_total': 77273.16999999997, 'street_length_avg': 177.2320412844036, 'street_segments_count': 436, 'node_density_km': 22.584769404752873, 'intersection_density_km': 18.121112914727966, 'edge_density_km': 10266.37361820972, 'street_density_km': 5148.07293694474, 'circuity_avg': 1.0599947012670428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599947012670428\n", - "6856\n", - "12994841.334954279\n", - "{'n': 502, 'm': 1328, 'k_avg': 5.290836653386454, 'intersection_count': 403, 'streets_per_node_avg': 2.741035856573705, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 335, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19721115537848605, 2: 0.0, 3: 0.6673306772908366, 4: 0.13545816733067728}, 'edge_length_total': 202004.66000000006, 'edge_length_avg': 152.1119427710844, 'street_length_total': 101002.33000000002, 'street_length_avg': 152.11194277108436, 'street_segments_count': 664, 'node_density_km': 38.63071407033584, 'intersection_density_km': 31.01230631542897, 'edge_density_km': 15544.98856839723, 'street_density_km': 7772.494284198614, 'circuity_avg': 1.0560955855896352, 'self_loop_proportion': 0.0015060240963855422, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0560955855896352\n", - "6857\n", - "34054580.785018384\n", - "error with entry 6857\n", - "6858\n", - "10007530.69875731\n", - "{'n': 231, 'm': 591, 'k_avg': 5.116883116883117, 'intersection_count': 184, 'streets_per_node_avg': 2.7186147186147185, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 156, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20346320346320346, 2: 0.0, 3: 0.6753246753246753, 4: 0.11688311688311688, 5: 0.004329004329004329}, 'edge_length_total': 114173.97999999985, 'edge_length_avg': 193.18778341793544, 'street_length_total': 57126.004000000044, 'street_length_avg': 192.34344781144796, 'street_segments_count': 297, 'node_density_km': 23.082617176351462, 'intersection_density_km': 18.38615394133623, 'edge_density_km': 11408.806371603483, 'street_density_km': 5708.301649985815, 'circuity_avg': 1.06199796725301, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06199796725301\n", - "6859\n", - "5007709.092388052\n", - "{'n': 73, 'm': 188, 'k_avg': 5.1506849315068495, 'intersection_count': 59, 'streets_per_node_avg': 2.6986301369863015, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 53, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.726027397260274, 4: 0.0821917808219178}, 'edge_length_total': 35941.57200000002, 'edge_length_avg': 191.17857446808523, 'street_length_total': 17970.786000000004, 'street_length_avg': 191.17857446808515, 'street_segments_count': 94, 'node_density_km': 14.577524103978677, 'intersection_density_km': 11.781834549790986, 'edge_density_km': 7177.248385820349, 'street_density_km': 3588.6241929101725, 'circuity_avg': 1.0616137824844538, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616137824844538\n", - "6860\n", - "8012677.870671297\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 733, 'm': 1924, 'k_avg': 5.249658935879945, 'intersection_count': 555, 'streets_per_node_avg': 2.6848567530695773, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 433, 4: 119, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24283765347885403, 2: 0.0, 3: 0.5907230559345157, 4: 0.16234652114597545, 5: 0.004092769440654843}, 'edge_length_total': 150790.60399999996, 'edge_length_avg': 78.37349480249479, 'street_length_total': 75508.23700000007, 'street_length_avg': 78.32804668049799, 'street_segments_count': 964, 'node_density_km': 91.48002850370294, 'intersection_density_km': 69.26523304168504, 'edge_density_km': 18819.002390191785, 'street_density_km': 9423.595734003224, 'circuity_avg': 1.0587747600591704, 'self_loop_proportion': 0.002079002079002079, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587747600591704\n", - "6861\n", - "5005593.154345717\n", - "{'n': 319, 'm': 794, 'k_avg': 4.978056426332288, 'intersection_count': 229, 'streets_per_node_avg': 2.5642633228840124, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 188, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28213166144200624, 2: 0.0, 3: 0.5893416927899686, 4: 0.12852664576802508}, 'edge_length_total': 79775.55799999993, 'edge_length_avg': 100.47299496221653, 'street_length_total': 39887.77899999999, 'street_length_avg': 100.47299496221659, 'street_segments_count': 397, 'node_density_km': 63.728711096516705, 'intersection_density_km': 45.748823953298825, 'edge_density_km': 15937.28366252479, 'street_density_km': 7968.641831262399, 'circuity_avg': 1.0376367982432422, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376367982432422\n", - "6862\n", - "177288691.11044604\n", - "{'n': 35134, 'm': 91783, 'k_avg': 5.224739568509136, 'intersection_count': 26882, 'streets_per_node_avg': 2.6958786360790117, 'streets_per_node_counts': {0: 0, 1: 8252, 2: 14, 3: 21184, 4: 5554, 5: 112, 6: 17, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23487220356349975, 2: 0.0003984744122502419, 3: 0.6029487106506518, 4: 0.15808049183127454, 5: 0.0031877952980019354, 6: 0.0004838617863038652, 7: 2.8462458017874424e-05}, 'edge_length_total': 5145610.617000011, 'edge_length_avg': 56.06278523255953, 'street_length_total': 2648356.602000007, 'street_length_avg': 56.220022544420296, 'street_segments_count': 47107, 'node_density_km': 198.17394882853793, 'intersection_density_km': 151.628396778299, 'edge_density_km': 29023.90775616046, 'street_density_km': 14938.102286231855, 'circuity_avg': 1.0607437002488453, 'self_loop_proportion': 0.0018848806423847554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607437002488453\n", - "6863\n", - "17024177.54946979\n", - "{'n': 1019, 'm': 2630, 'k_avg': 5.1619234543670265, 'intersection_count': 782, 'streets_per_node_avg': 2.643768400392542, 'streets_per_node_counts': {0: 0, 1: 237, 2: 0, 3: 672, 4: 109, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2325809617271835, 2: 0.0, 3: 0.6594700686947988, 4: 0.1069676153091266, 5: 0.0009813542688910696}, 'edge_length_total': 282114.41800000006, 'edge_length_avg': 107.26783954372625, 'street_length_total': 141392.70899999992, 'street_length_avg': 106.71147849056598, 'street_segments_count': 1325, 'node_density_km': 59.8560486718923, 'intersection_density_km': 45.93467130659449, 'edge_density_km': 16571.397777085942, 'street_density_km': 8305.406154813249, 'circuity_avg': 1.0550483311940035, 'self_loop_proportion': 0.0022813688212927757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550483311940035\n", - "6864\n", - "10008809.748215863\n", - "{'n': 261, 'm': 673, 'k_avg': 5.157088122605364, 'intersection_count': 204, 'streets_per_node_avg': 2.6973180076628354, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 170, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21839080459770116, 2: 0.0, 3: 0.6513409961685823, 4: 0.12643678160919541, 5: 0.0038314176245210726}, 'edge_length_total': 105568.86900000018, 'edge_length_avg': 156.86310401188734, 'street_length_total': 52976.37100000003, 'street_length_avg': 155.81285588235303, 'street_segments_count': 340, 'node_density_km': 26.077026795970916, 'intersection_density_km': 20.382043932483015, 'edge_density_km': 10547.59473461053, 'street_density_km': 5292.974123066273, 'circuity_avg': 1.0295978514545687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0295978514545687\n", - "6865\n", - "10011208.40338317\n", - "{'n': 396, 'm': 1026, 'k_avg': 5.181818181818182, 'intersection_count': 328, 'streets_per_node_avg': 2.7474747474747474, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 292, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1717171717171717, 2: 0.0, 3: 0.7373737373737373, 4: 0.09090909090909091}, 'edge_length_total': 134957.48500000002, 'edge_length_avg': 131.5375097465887, 'street_length_total': 67632.15599999999, 'street_length_avg': 130.31243930635836, 'street_segments_count': 519, 'node_density_km': 39.55566441571394, 'intersection_density_km': 32.763277596853975, 'edge_density_km': 13480.638856183708, 'street_density_km': 6755.643602139428, 'circuity_avg': 1.033264541524486, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.033264541524486\n", - "6866\n", - "7011282.642949514\n", - "{'n': 270, 'm': 706, 'k_avg': 5.229629629629629, 'intersection_count': 205, 'streets_per_node_avg': 2.725925925925926, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 149, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24074074074074073, 2: 0.0, 3: 0.5518518518518518, 4: 0.2074074074074074}, 'edge_length_total': 97499.36800000009, 'edge_length_avg': 138.101087818697, 'street_length_total': 48749.68400000001, 'street_length_avg': 138.1010878186969, 'street_segments_count': 353, 'node_density_km': 38.509358950392574, 'intersection_density_km': 29.23858735122399, 'edge_density_km': 13906.067258327492, 'street_density_km': 6953.033629163741, 'circuity_avg': 1.0922618691778938, 'self_loop_proportion': 0.0028328611898017, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0922618691778938\n", - "6867\n", - "15025201.193695206\n", - "{'n': 336, 'm': 836, 'k_avg': 4.976190476190476, 'intersection_count': 263, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 230, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21726190476190477, 2: 0.0, 3: 0.6845238095238095, 4: 0.09523809523809523, 5: 0.002976190476190476}, 'edge_length_total': 154963.9099999999, 'edge_length_avg': 185.36352870813383, 'street_length_total': 77938.11799999993, 'street_length_avg': 180.41231018518502, 'street_segments_count': 432, 'node_density_km': 22.362429339115305, 'intersection_density_km': 17.50392534579561, 'edge_density_km': 10313.59966514292, 'street_density_km': 5187.159692257825, 'circuity_avg': 1.0336168696559773, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0336168696559773\n", - "6868\n", - "6998106.83868066\n", - "{'n': 162, 'm': 428, 'k_avg': 5.283950617283951, 'intersection_count': 116, 'streets_per_node_avg': 2.691358024691358, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 74, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2839506172839506, 2: 0.0, 3: 0.4567901234567901, 4: 0.25925925925925924}, 'edge_length_total': 48514.63800000004, 'edge_length_avg': 113.35195794392533, 'street_length_total': 24257.318999999992, 'street_length_avg': 113.3519579439252, 'street_segments_count': 214, 'node_density_km': 23.149117859215416, 'intersection_density_km': 16.575911553512274, 'edge_density_km': 6932.5374874022955, 'street_density_km': 3466.2687437011436, 'circuity_avg': 1.0268049395582435, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0268049395582435\n", - "6869\n", - "6006246.264473753\n", - "{'n': 234, 'm': 605, 'k_avg': 5.170940170940171, 'intersection_count': 178, 'streets_per_node_avg': 2.7051282051282053, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 136, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23931623931623933, 2: 0.0, 3: 0.5811965811965812, 4: 0.1752136752136752, 5: 0.004273504273504274}, 'edge_length_total': 75930.80199999979, 'edge_length_avg': 125.50545785123933, 'street_length_total': 38093.20300000002, 'street_length_avg': 124.48759150326805, 'street_segments_count': 306, 'node_density_km': 38.959441504102614, 'intersection_density_km': 29.635814477479762, 'edge_density_km': 12641.972815720468, 'street_density_km': 6342.264589668406, 'circuity_avg': 1.0311389824666675, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0311389824666675\n", - "6870\n", - "8005316.940568889\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 167, 'm': 427, 'k_avg': 5.11377245508982, 'intersection_count': 138, 'streets_per_node_avg': 2.7425149700598803, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 123, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17365269461077845, 2: 0.0, 3: 0.7365269461077845, 4: 0.08982035928143713}, 'edge_length_total': 86309.62299999995, 'edge_length_avg': 202.13026463700223, 'street_length_total': 43185.23099999999, 'street_length_avg': 201.80014485981306, 'street_segments_count': 214, 'node_density_km': 20.861135322911068, 'intersection_density_km': 17.238542961447468, 'edge_density_km': 10781.537275882853, 'street_density_km': 5394.568549953136, 'circuity_avg': 1.0643284616024333, 'self_loop_proportion': 0.00468384074941452, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643284616024333\n", - "6871\n", - "34054433.62782181\n", - "error with entry 6871\n", - "6872\n", - "5997747.625061371\n", - "{'n': 63, 'm': 182, 'k_avg': 5.777777777777778, 'intersection_count': 56, 'streets_per_node_avg': 3.0634920634920637, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 38, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6031746031746031, 4: 0.2857142857142857}, 'edge_length_total': 33220.73599999999, 'edge_length_avg': 182.53151648351644, 'street_length_total': 16610.368000000006, 'street_length_avg': 182.53151648351655, 'street_segments_count': 91, 'node_density_km': 10.503943136379528, 'intersection_density_km': 9.336838343448468, 'edge_density_km': 5538.86860147105, 'street_density_km': 2769.434300735527, 'circuity_avg': 1.0288994533365368, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0288994533365368\n", - "6873\n", - "8010403.844303345\n", - "{'n': 235, 'm': 564, 'k_avg': 4.8, 'intersection_count': 170, 'streets_per_node_avg': 2.5361702127659576, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 150, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2765957446808511, 2: 0.0, 3: 0.6382978723404256, 4: 0.08085106382978724, 5: 0.00425531914893617}, 'edge_length_total': 92441.53499999997, 'edge_length_avg': 163.90343085106377, 'street_length_total': 46251.77699999999, 'street_length_avg': 162.8583697183098, 'street_segments_count': 284, 'node_density_km': 29.336848000131965, 'intersection_density_km': 21.222400680946528, 'edge_density_km': 11540.184090186716, 'street_density_km': 5773.963198234039, 'circuity_avg': 1.0301323689243613, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0301323689243613\n", - "6874\n", - "5997762.254847227\n", - "{'n': 122, 'm': 336, 'k_avg': 5.508196721311475, 'intersection_count': 103, 'streets_per_node_avg': 2.942622950819672, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 72, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1557377049180328, 2: 0.0, 3: 0.5901639344262295, 4: 0.2540983606557377}, 'edge_length_total': 62008.88999999997, 'edge_length_avg': 184.55026785714276, 'street_length_total': 31004.445000000007, 'street_length_avg': 184.5502678571429, 'street_segments_count': 168, 'node_density_km': 20.340919632385052, 'intersection_density_km': 17.17307149291525, 'edge_density_km': 10338.670885109874, 'street_density_km': 5169.3354425549405, 'circuity_avg': 1.054931217539158, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054931217539158\n", - "6875\n", - "358269781.93521446\n", - "error with entry 6875\n", - "6876\n", - "5997827.228868479\n", - "{'n': 163, 'm': 470, 'k_avg': 5.766871165644171, 'intersection_count': 140, 'streets_per_node_avg': 2.9938650306748467, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 95, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1411042944785276, 2: 0.0, 3: 0.5828220858895705, 4: 0.27607361963190186}, 'edge_length_total': 77602.81600000002, 'edge_length_avg': 165.11237446808516, 'street_length_total': 38870.34400000002, 'street_length_avg': 164.7048474576272, 'street_segments_count': 236, 'node_density_km': 27.176508055359704, 'intersection_density_km': 23.34178605981815, 'edge_density_km': 12938.488062224525, 'street_density_km': 6480.7375265681185, 'circuity_avg': 1.0294618770496287, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0294618770496287\n", - "6877\n", - "7005342.714563473\n", - "{'n': 172, 'm': 472, 'k_avg': 5.488372093023256, 'intersection_count': 149, 'streets_per_node_avg': 2.8255813953488373, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 133, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13372093023255813, 2: 0.0, 3: 0.7732558139534884, 4: 0.09302325581395349}, 'edge_length_total': 79866.79799999997, 'edge_length_avg': 169.2093177966101, 'street_length_total': 39933.39899999999, 'street_length_avg': 169.20931779661012, 'street_segments_count': 236, 'node_density_km': 24.55268885595384, 'intersection_density_km': 21.26948046242513, 'edge_density_km': 11400.840937298346, 'street_density_km': 5700.420468649174, 'circuity_avg': 1.050816218614158, 'self_loop_proportion': 0.00423728813559322, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050816218614158\n", - "6878\n", - "4998430.088244747\n", - "{'n': 211, 'm': 564, 'k_avg': 5.345971563981043, 'intersection_count': 170, 'streets_per_node_avg': 2.796208530805687, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 132, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1943127962085308, 2: 0.0, 3: 0.6255924170616114, 4: 0.17535545023696683, 5: 0.004739336492890996}, 'edge_length_total': 78154.99000000002, 'edge_length_avg': 138.57267730496457, 'street_length_total': 39077.49499999997, 'street_length_avg': 138.57267730496446, 'street_segments_count': 282, 'node_density_km': 42.213254216804486, 'intersection_density_km': 34.01067875287565, 'edge_density_km': 15635.90739896594, 'street_density_km': 7817.953699482962, 'circuity_avg': 1.039964803216668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039964803216668\n", - "6879\n", - "40044215.668713115\n", - "{'n': 1989, 'm': 5445, 'k_avg': 5.475113122171946, 'intersection_count': 1609, 'streets_per_node_avg': 2.7903469079939667, 'streets_per_node_counts': {0: 0, 1: 380, 2: 1, 3: 1270, 4: 332, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910507792860734, 2: 0.0005027652086475615, 3: 0.6385118149824032, 4: 0.16691804927099044, 5: 0.0030165912518853697}, 'edge_length_total': 615189.5800000011, 'edge_length_avg': 112.9824756657486, 'street_length_total': 310156.32999999996, 'street_length_avg': 112.78411999999999, 'street_segments_count': 2750, 'node_density_km': 49.67009508826571, 'intersection_density_km': 40.18058471443918, 'edge_density_km': 15362.75763494736, 'street_density_km': 7745.346608007801, 'circuity_avg': 1.0522857401266061, 'self_loop_proportion': 0.0003673094582185491, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522857401266061\n", - "6880\n", - "18993929.119969603\n", - "{'n': 347, 'm': 878, 'k_avg': 5.060518731988473, 'intersection_count': 265, 'streets_per_node_avg': 2.654178674351585, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 221, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23631123919308358, 2: 0.0, 3: 0.6368876080691642, 4: 0.12680115273775217}, 'edge_length_total': 122074.66299999991, 'edge_length_avg': 139.03720159453292, 'street_length_total': 61409.62500000002, 'street_length_avg': 136.4658333333334, 'street_segments_count': 450, 'node_density_km': 18.268995204113686, 'intersection_density_km': 13.95182630861708, 'edge_density_km': 6427.035829656464, 'street_density_km': 3233.1185723672056, 'circuity_avg': 1.0383501184343416, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383501184343416\n", - "6881\n", - "18012949.59462452\n", - "{'n': 766, 'm': 1978, 'k_avg': 5.164490861618799, 'intersection_count': 626, 'streets_per_node_avg': 2.7180156657963446, 'streets_per_node_counts': {0: 0, 1: 140, 2: 0, 3: 563, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18276762402088773, 2: 0.0, 3: 0.7349869451697127, 4: 0.08093994778067885, 5: 0.0013054830287206266}, 'edge_length_total': 211484.82599999974, 'edge_length_avg': 106.91851668351858, 'street_length_total': 108157.09399999998, 'street_length_avg': 107.51202186878726, 'street_segments_count': 1006, 'node_density_km': 42.524962165474115, 'intersection_density_km': 34.752775868912266, 'edge_density_km': 11740.710475485464, 'street_density_km': 6004.407741876797, 'circuity_avg': 1.1054328645452585, 'self_loop_proportion': 0.005055611729019211, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1054328645452585\n", - "6882\n", - "19017153.0464096\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 657, 'm': 1831, 'k_avg': 5.5738203957382035, 'intersection_count': 540, 'streets_per_node_avg': 2.841704718417047, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 412, 4: 126, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1780821917808219, 2: 0.0, 3: 0.6270928462709284, 4: 0.1917808219178082, 5: 0.0030441400304414}, 'edge_length_total': 288390.3130000001, 'edge_length_avg': 157.50426706717644, 'street_length_total': 144570.20700000002, 'street_length_avg': 157.31252121871603, 'street_segments_count': 919, 'node_density_km': 34.547757931834084, 'intersection_density_km': 28.395417478219795, 'edge_density_km': 15164.746915387926, 'street_density_km': 7602.095153106768, 'circuity_avg': 1.0613757975364895, 'self_loop_proportion': 0.0010922992900054614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613757975364895\n", - "6883\n", - "8006211.429766695\n", - "{'n': 227, 'm': 534, 'k_avg': 4.704845814977974, 'intersection_count': 162, 'streets_per_node_avg': 2.502202643171806, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 145, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28634361233480177, 2: 0.0, 3: 0.6387665198237885, 4: 0.07488986784140969}, 'edge_length_total': 88835.29600000003, 'edge_length_avg': 166.35823220973788, 'street_length_total': 44417.648000000016, 'street_length_avg': 166.35823220973788, 'street_segments_count': 267, 'node_density_km': 28.35298592740448, 'intersection_density_km': 20.23428951647368, 'edge_density_km': 11095.796904602697, 'street_density_km': 5547.898452301349, 'circuity_avg': 1.0556189422721598, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0556189422721598\n", - "6884\n", - "4998659.639386884\n", - "{'n': 69, 'm': 184, 'k_avg': 5.333333333333333, 'intersection_count': 57, 'streets_per_node_avg': 2.7681159420289854, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 50, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17391304347826086, 2: 0.0, 3: 0.7246376811594203, 4: 0.08695652173913043, 5: 0.014492753623188406}, 'edge_length_total': 34285.99200000002, 'edge_length_avg': 186.33691304347838, 'street_length_total': 17142.996000000003, 'street_length_avg': 186.3369130434783, 'street_segments_count': 92, 'node_density_km': 13.803700387262868, 'intersection_density_km': 11.403056841651935, 'edge_density_km': 6859.037116639013, 'street_density_km': 3429.5185583195052, 'circuity_avg': 1.068279742619409, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068279742619409\n", - "6885\n", - "7996877.967780568\n", - "{'n': 188, 'm': 480, 'k_avg': 5.1063829787234045, 'intersection_count': 144, 'streets_per_node_avg': 2.6702127659574466, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 118, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23404255319148937, 2: 0.0, 3: 0.6276595744680851, 4: 0.13829787234042554}, 'edge_length_total': 71834.25599999986, 'edge_length_avg': 149.6546999999997, 'street_length_total': 35917.128000000026, 'street_length_avg': 149.6547000000001, 'street_segments_count': 240, 'node_density_km': 23.50917455004969, 'intersection_density_km': 18.007027314931676, 'edge_density_km': 8982.787569026334, 'street_density_km': 4491.393784513179, 'circuity_avg': 1.0285957704110753, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0285957704110753\n", - "6886\n", - "31051725.388866533\n", - "{'n': 729, 'm': 1924, 'k_avg': 5.278463648834019, 'intersection_count': 575, 'streets_per_node_avg': 2.6968449931412892, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 488, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2112482853223594, 2: 0.0, 3: 0.6694101508916324, 4: 0.11934156378600823}, 'edge_length_total': 298625.58700000047, 'edge_length_avg': 155.2108040540543, 'street_length_total': 149725.63300000018, 'street_length_avg': 155.15609637305718, 'street_segments_count': 965, 'node_density_km': 23.47695630019258, 'intersection_density_km': 18.517489537188933, 'edge_density_km': 9617.036839668543, 'street_density_km': 4821.81363917651, 'circuity_avg': 1.0942928818997946, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0942928818997946\n", - "6887\n", - "9996376.461707415\n", - "{'n': 145, 'm': 436, 'k_avg': 6.0137931034482754, 'intersection_count': 132, 'streets_per_node_avg': 3.2, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 77, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0896551724137931, 2: 0.0, 3: 0.5310344827586206, 4: 0.3793103448275862}, 'edge_length_total': 59632.15000000001, 'edge_length_avg': 136.77098623853212, 'street_length_total': 29816.075000000015, 'street_length_avg': 136.77098623853217, 'street_segments_count': 218, 'node_density_km': 14.505256035068681, 'intersection_density_km': 13.204784804338386, 'edge_density_km': 5965.376577045662, 'street_density_km': 2982.6882885228324, 'circuity_avg': 1.0094491133320198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0094491133320198\n", - "6888\n", - "11012867.526204018\n", - "{'n': 302, 'm': 816, 'k_avg': 5.403973509933775, 'intersection_count': 256, 'streets_per_node_avg': 2.774834437086093, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 232, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.152317880794702, 2: 0.0, 3: 0.7682119205298014, 4: 0.07947019867549669}, 'edge_length_total': 133247.15400000007, 'edge_length_avg': 163.29308088235302, 'street_length_total': 66623.57700000002, 'street_length_avg': 163.293080882353, 'street_segments_count': 408, 'node_density_km': 27.422467334817313, 'intersection_density_km': 23.245535224216, 'edge_density_km': 12099.224264974748, 'street_density_km': 6049.612132487373, 'circuity_avg': 1.0564184523478077, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0564184523478077\n", - "6889\n", - "3998340.4899771605\n", - "{'n': 48, 'm': 98, 'k_avg': 4.083333333333333, 'intersection_count': 29, 'streets_per_node_avg': 2.2291666666666665, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 28, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3958333333333333, 2: 0.0, 3: 0.5833333333333334, 4: 0.020833333333333332}, 'edge_length_total': 15147.709999999997, 'edge_length_avg': 154.56846938775507, 'street_length_total': 7573.8550000000005, 'street_length_avg': 154.5684693877551, 'street_segments_count': 49, 'node_density_km': 12.004980596405932, 'intersection_density_km': 7.253009110328584, 'edge_density_km': 3788.4992631246682, 'street_density_km': 1894.2496315623346, 'circuity_avg': 1.0807818756229455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0807818756229455\n", - "6890\n", - "10007607.875431685\n", - "{'n': 386, 'm': 1045, 'k_avg': 5.414507772020725, 'intersection_count': 325, 'streets_per_node_avg': 2.8367875647668392, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 266, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15803108808290156, 2: 0.0, 3: 0.689119170984456, 4: 0.15284974093264247}, 'edge_length_total': 139905.03900000014, 'edge_length_avg': 133.88042009569392, 'street_length_total': 70202.716, 'street_length_avg': 133.97464885496183, 'street_segments_count': 524, 'node_density_km': 38.570655925440086, 'intersection_density_km': 32.47529320147158, 'edge_density_km': 13979.868190425601, 'street_density_km': 7014.9347250450455, 'circuity_avg': 1.0502361305279821, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0502361305279821\n", - "6891\n", - "6006477.867176467\n", - "{'n': 102, 'm': 250, 'k_avg': 4.901960784313726, 'intersection_count': 75, 'streets_per_node_avg': 2.5784313725490198, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 64, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2647058823529412, 2: 0.0, 3: 0.6274509803921569, 4: 0.10784313725490197}, 'edge_length_total': 47787.17599999998, 'edge_length_avg': 191.14870399999992, 'street_length_total': 23893.587999999992, 'street_length_avg': 191.14870399999995, 'street_segments_count': 125, 'node_density_km': 16.981665837378387, 'intersection_density_km': 12.486518998072343, 'edge_density_km': 7955.939746509685, 'street_density_km': 3977.9698732548436, 'circuity_avg': 1.0472013638086335, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0472013638086335\n", - "6892\n", - "12012979.429611638\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 347, 'm': 968, 'k_avg': 5.579250720461095, 'intersection_count': 291, 'streets_per_node_avg': 2.8587896253602305, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 229, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16138328530259366, 2: 0.0, 3: 0.659942363112392, 4: 0.17579250720461095, 5: 0.002881844380403458}, 'edge_length_total': 151073.1849999999, 'edge_length_avg': 156.06733987603297, 'street_length_total': 75703.21700000008, 'street_length_avg': 156.089107216495, 'street_segments_count': 485, 'node_density_km': 28.88542363975545, 'intersection_density_km': 24.223799075414515, 'edge_density_km': 12575.829825164687, 'street_density_km': 6301.785285122015, 'circuity_avg': 1.0531200491247321, 'self_loop_proportion': 0.004132231404958678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531200491247321\n", - "6893\n", - "26986100.85139022\n", - "{'n': 461, 'm': 976, 'k_avg': 4.234273318872018, 'intersection_count': 263, 'streets_per_node_avg': 2.1670281995661607, 'streets_per_node_counts': {0: 0, 1: 198, 2: 0, 3: 252, 4: 10, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.42950108459869846, 2: 0.0, 3: 0.5466377440347071, 4: 0.021691973969631236, 5: 0.0021691973969631237}, 'edge_length_total': 159367.89200000008, 'edge_length_avg': 163.28677459016401, 'street_length_total': 79683.94600000004, 'street_length_avg': 163.28677459016401, 'street_segments_count': 488, 'node_density_km': 17.082868048951617, 'intersection_density_km': 9.745757693870445, 'edge_density_km': 5905.554599296254, 'street_density_km': 2952.777299648127, 'circuity_avg': 1.1807262420704339, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1807262420704339\n", - "6894\n", - "8006736.827602244\n", - "{'n': 202, 'm': 540, 'k_avg': 5.346534653465347, 'intersection_count': 162, 'streets_per_node_avg': 2.797029702970297, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 123, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19801980198019803, 2: 0.0, 3: 0.6089108910891089, 4: 0.19306930693069307}, 'edge_length_total': 95646.25199999996, 'edge_length_avg': 177.12268888888883, 'street_length_total': 47823.12599999997, 'street_length_avg': 177.12268888888877, 'street_segments_count': 270, 'node_density_km': 25.228754778554695, 'intersection_density_km': 20.232961753098323, 'edge_density_km': 11945.721966316069, 'street_density_km': 5972.8609831580325, 'circuity_avg': 1.0278034228889081, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278034228889081\n", - "6895\n", - "6006469.240673411\n", - "{'n': 149, 'm': 418, 'k_avg': 5.610738255033557, 'intersection_count': 128, 'streets_per_node_avg': 2.9194630872483223, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 98, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14093959731543623, 2: 0.0, 3: 0.6577181208053692, 4: 0.20134228187919462}, 'edge_length_total': 77755.33, 'edge_length_avg': 186.01753588516746, 'street_length_total': 38877.66499999999, 'street_length_avg': 186.01753588516743, 'street_segments_count': 209, 'node_density_km': 24.806586703388323, 'intersection_density_km': 21.310356362642317, 'edge_density_km': 12945.263995272291, 'street_density_km': 6472.631997636144, 'circuity_avg': 1.0594058584152404, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594058584152404\n", - "6896\n", - "5998138.971068537\n", - "{'n': 147, 'm': 360, 'k_avg': 4.8979591836734695, 'intersection_count': 109, 'streets_per_node_avg': 2.5306122448979593, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 103, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2585034013605442, 2: 0.0, 3: 0.7006802721088435, 4: 0.034013605442176874, 5: 0.006802721088435374}, 'edge_length_total': 57316.89199999993, 'edge_length_avg': 159.2135888888887, 'street_length_total': 28658.446000000004, 'street_length_avg': 159.21358888888892, 'street_segments_count': 180, 'node_density_km': 24.507601559257093, 'intersection_density_km': 18.172303197000158, 'edge_density_km': 9555.77926361203, 'street_density_km': 4777.889631806022, 'circuity_avg': 1.1031308610562496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1031308610562496\n", - "6897\n", - "7008869.276212428\n", - "{'n': 335, 'm': 858, 'k_avg': 5.122388059701493, 'intersection_count': 258, 'streets_per_node_avg': 2.644776119402985, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 223, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2298507462686567, 2: 0.0, 3: 0.6656716417910448, 4: 0.1044776119402985}, 'edge_length_total': 104524.26599999986, 'edge_length_avg': 121.82315384615369, 'street_length_total': 52262.13300000005, 'street_length_avg': 121.82315384615397, 'street_segments_count': 429, 'node_density_km': 47.79658270085942, 'intersection_density_km': 36.810502497975314, 'edge_density_km': 14913.14246004663, 'street_density_km': 7456.571230023334, 'circuity_avg': 1.0697997732179985, 'self_loop_proportion': 0.002331002331002331, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0697997732179985\n", - "6898\n", - "7011654.387232807\n", - "{'n': 241, 'm': 602, 'k_avg': 4.995850622406639, 'intersection_count': 176, 'streets_per_node_avg': 2.5601659751037342, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 152, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2697095435684647, 2: 0.0, 3: 0.6307053941908713, 4: 0.0995850622406639}, 'edge_length_total': 84351.072, 'edge_length_avg': 140.11805980066444, 'street_length_total': 42175.53599999998, 'street_length_avg': 140.11805980066438, 'street_segments_count': 301, 'node_density_km': 34.371346146043024, 'intersection_density_km': 25.101066065160047, 'edge_density_km': 12030.124039426544, 'street_density_km': 6015.062019713269, 'circuity_avg': 1.0456430887518922, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0456430887518922\n", - "6899\n", - "12015929.4484064\n", - "{'n': 484, 'm': 1308, 'k_avg': 5.404958677685951, 'intersection_count': 409, 'streets_per_node_avg': 2.7789256198347108, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 366, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15495867768595042, 2: 0.0, 3: 0.756198347107438, 4: 0.08884297520661157}, 'edge_length_total': 175350.51399999968, 'edge_length_avg': 134.06002599388356, 'street_length_total': 87675.25700000011, 'street_length_avg': 134.06002599388395, 'street_segments_count': 654, 'node_density_km': 40.27986366582653, 'intersection_density_km': 34.03814925479969, 'edge_density_km': 14593.171069530152, 'street_density_km': 7296.5855347650995, 'circuity_avg': 1.0766660821309655, 'self_loop_proportion': 0.0030581039755351682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766660821309655\n", - "6900\n", - "4997277.346064485\n", - "{'n': 382, 'm': 980, 'k_avg': 5.130890052356021, 'intersection_count': 296, 'streets_per_node_avg': 2.641361256544503, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 262, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225130890052356, 2: 0.0, 3: 0.6858638743455497, 4: 0.08638743455497382, 5: 0.002617801047120419}, 'edge_length_total': 88394.79200000013, 'edge_length_avg': 90.19876734693891, 'street_length_total': 44197.395999999964, 'street_length_avg': 90.19876734693871, 'street_segments_count': 490, 'node_density_km': 76.44162481812965, 'intersection_density_km': 59.23225378577585, 'edge_density_km': 17688.5903820435, 'street_density_km': 8844.29519102173, 'circuity_avg': 1.120419120896047, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.120419120896047\n", - "6901\n", - "6005853.170667012\n", - "{'n': 224, 'm': 552, 'k_avg': 4.928571428571429, 'intersection_count': 181, 'streets_per_node_avg': 2.6517857142857144, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 174, 4: 6, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19196428571428573, 2: 0.0, 3: 0.7767857142857143, 4: 0.026785714285714284, 5: 0.004464285714285714}, 'edge_length_total': 77637.36000000002, 'edge_length_avg': 140.64739130434785, 'street_length_total': 38818.68, 'street_length_avg': 140.64739130434782, 'street_segments_count': 276, 'node_density_km': 37.29694909859451, 'intersection_density_km': 30.137266905560743, 'edge_density_km': 12926.949393166331, 'street_density_km': 6463.474696583164, 'circuity_avg': 1.0599659853547174, 'self_loop_proportion': 0.007246376811594203, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0599659853547174\n", - "6902\n", - "5997120.663685852\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 73, 'm': 184, 'k_avg': 5.041095890410959, 'intersection_count': 61, 'streets_per_node_avg': 2.73972602739726, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 56, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1643835616438356, 2: 0.0, 3: 0.7671232876712328, 4: 0.0684931506849315}, 'edge_length_total': 26156.962000000007, 'edge_length_avg': 142.15740217391308, 'street_length_total': 13078.481000000002, 'street_length_avg': 142.15740217391306, 'street_segments_count': 92, 'node_density_km': 12.172508124112671, 'intersection_density_km': 10.171547884532504, 'edge_density_km': 4361.586745850774, 'street_density_km': 2180.7933729253864, 'circuity_avg': 1.064954409638254, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064954409638254\n", - "6903\n", - "24021301.839870222\n", - "{'n': 673, 'm': 1793, 'k_avg': 5.328380386329866, 'intersection_count': 553, 'streets_per_node_avg': 2.846953937592868, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 419, 4: 131, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17830609212481427, 2: 0.0, 3: 0.6225854383358098, 4: 0.19465081723625557, 5: 0.004457652303120356}, 'edge_length_total': 279491.71799999964, 'edge_length_avg': 155.87937423312863, 'street_length_total': 144057.72699999987, 'street_length_avg': 154.0724352941175, 'street_segments_count': 935, 'node_density_km': 28.016799609210352, 'intersection_density_km': 23.02123355704803, 'edge_density_km': 11635.161152511026, 'street_density_km': 5997.08242127389, 'circuity_avg': 1.0397761669112282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397761669112282\n", - "6904\n", - "6994922.409620562\n", - "{'n': 123, 'm': 289, 'k_avg': 4.699186991869919, 'intersection_count': 92, 'streets_per_node_avg': 2.5121951219512195, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 90, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25203252032520324, 2: 0.0, 3: 0.7317073170731707, 4: 0.016260162601626018}, 'edge_length_total': 44317.989000000016, 'edge_length_avg': 153.34944290657444, 'street_length_total': 22342.884999999977, 'street_length_avg': 150.96543918918903, 'street_segments_count': 148, 'node_density_km': 17.58418361164811, 'intersection_density_km': 13.152397498143303, 'edge_density_km': 6335.737039634159, 'street_density_km': 3194.157660601122, 'circuity_avg': 1.3160984975453343, 'self_loop_proportion': 0.006920415224913495, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.3160984975453343\n", - "6905\n", - "5993874.323478447\n", - "{'n': 130, 'm': 326, 'k_avg': 5.015384615384615, 'intersection_count': 100, 'streets_per_node_avg': 2.5846153846153848, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 94, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23076923076923078, 2: 0.0, 3: 0.7230769230769231, 4: 0.046153846153846156}, 'edge_length_total': 62509.402000000046, 'edge_length_avg': 191.74663190184063, 'street_length_total': 31254.70099999999, 'street_length_avg': 191.74663190184043, 'street_segments_count': 163, 'node_density_km': 21.688809772133595, 'intersection_density_km': 16.68369982471815, 'edge_density_km': 10428.880991906371, 'street_density_km': 5214.44049595318, 'circuity_avg': 1.313294296926772, 'self_loop_proportion': 0.006134969325153374, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.313294296926772\n", - "6906\n", - "3998138.6477215383\n", - "{'n': 190, 'm': 468, 'k_avg': 4.926315789473684, 'intersection_count': 140, 'streets_per_node_avg': 2.536842105263158, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 128, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2631578947368421, 2: 0.0, 3: 0.6736842105263158, 4: 0.06315789473684211}, 'edge_length_total': 48955.55800000001, 'edge_length_avg': 104.60589316239319, 'street_length_total': 24477.779000000013, 'street_length_avg': 104.60589316239322, 'street_segments_count': 234, 'node_density_km': 47.52211384872241, 'intersection_density_km': 35.01629441484809, 'edge_density_km': 12244.58737265123, 'street_density_km': 6122.293686325617, 'circuity_avg': 1.08067310111747, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08067310111747\n", - "6907\n", - "10011578.054090526\n", - "{'n': 323, 'm': 820, 'k_avg': 5.077399380804954, 'intersection_count': 256, 'streets_per_node_avg': 2.721362229102167, 'streets_per_node_counts': {0: 0, 1: 67, 2: 1, 3: 211, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20743034055727555, 2: 0.0030959752321981426, 3: 0.653250773993808, 4: 0.13312693498452013, 5: 0.0030959752321981426}, 'edge_length_total': 128369.27400000006, 'edge_length_avg': 156.54789512195129, 'street_length_total': 66142.03700000005, 'street_length_avg': 154.53746962616836, 'street_segments_count': 428, 'node_density_km': 32.26264613379594, 'intersection_density_km': 25.57039445898378, 'edge_density_km': 12822.08192419286, 'street_density_km': 6606.554595354303, 'circuity_avg': 1.0432044230944792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432044230944792\n", - "6908\n", - "5004489.839509759\n", - "{'n': 134, 'm': 350, 'k_avg': 5.223880597014926, 'intersection_count': 108, 'streets_per_node_avg': 2.746268656716418, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 90, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19402985074626866, 2: 0.0, 3: 0.6716417910447762, 4: 0.13432835820895522}, 'edge_length_total': 56303.42399999998, 'edge_length_avg': 160.86692571428566, 'street_length_total': 28224.261, 'street_length_avg': 159.45910169491523, 'street_segments_count': 177, 'node_density_km': 26.7759560509222, 'intersection_density_km': 21.580621294773117, 'edge_density_km': 11250.582138361475, 'street_density_km': 5639.787851535503, 'circuity_avg': 1.0508669439321947, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508669439321947\n", - "6909\n", - "7005547.605100936\n", - "{'n': 181, 'm': 478, 'k_avg': 5.281767955801105, 'intersection_count': 160, 'streets_per_node_avg': 2.883977900552486, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 140, 4: 19, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11602209944751381, 2: 0.0, 3: 0.7734806629834254, 4: 0.10497237569060773, 5: 0.0055248618784530384}, 'edge_length_total': 84467.75400000004, 'edge_length_avg': 176.71078242677834, 'street_length_total': 42233.877000000015, 'street_length_avg': 176.7107824267783, 'street_segments_count': 239, 'node_density_km': 25.836666910693577, 'intersection_density_km': 22.8390425729888, 'edge_density_km': 12057.266435317162, 'street_density_km': 6028.633217658579, 'circuity_avg': 1.026093370278917, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026093370278917\n", - "6910\n", - "10013386.09315981\n", - "{'n': 192, 'm': 525, 'k_avg': 5.46875, 'intersection_count': 157, 'streets_per_node_avg': 2.8125, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 123, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18229166666666666, 2: 0.0, 3: 0.640625, 4: 0.17708333333333334}, 'edge_length_total': 102687.4989999999, 'edge_length_avg': 195.595236190476, 'street_length_total': 51389.804, 'street_length_avg': 195.39849429657792, 'street_segments_count': 263, 'node_density_km': 19.174333059139315, 'intersection_density_km': 15.679011928567045, 'edge_density_km': 10255.022431437674, 'street_density_km': 5132.110509061926, 'circuity_avg': 1.0421516225878222, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0421516225878222\n", - "6911\n", - "19028421.362422436\n", - "{'n': 1026, 'm': 2866, 'k_avg': 5.586744639376218, 'intersection_count': 889, 'streets_per_node_avg': 2.875243664717349, 'streets_per_node_counts': {0: 0, 1: 137, 2: 0, 3: 746, 4: 141, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13352826510721247, 2: 0.0, 3: 0.7270955165692008, 4: 0.13742690058479531, 5: 0.0009746588693957114, 6: 0.0009746588693957114}, 'edge_length_total': 296059.11699999915, 'edge_length_avg': 103.30045952547074, 'street_length_total': 148528.62399999966, 'street_length_avg': 103.2165559416259, 'street_segments_count': 1439, 'node_density_km': 53.919344146233676, 'intersection_density_km': 46.71958766666836, 'edge_density_km': 15558.785006971751, 'street_density_km': 7805.619876240277, 'circuity_avg': 1.058483716689455, 'self_loop_proportion': 0.0034891835310537334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058483716689455\n", - "6912\n", - "15019451.823616674\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1296, 'm': 3298, 'k_avg': 5.089506172839506, 'intersection_count': 939, 'streets_per_node_avg': 2.5964506172839505, 'streets_per_node_counts': {0: 0, 1: 357, 2: 0, 3: 748, 4: 191}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27546296296296297, 2: 0.0, 3: 0.5771604938271605, 4: 0.14737654320987653}, 'edge_length_total': 293590.7220000002, 'edge_length_avg': 89.020837477259, 'street_length_total': 146949.89399999994, 'street_length_avg': 88.84515961305921, 'street_segments_count': 1654, 'node_density_km': 86.28810260319635, 'intersection_density_km': 62.518926191667724, 'edge_density_km': 19547.36600561922, 'street_density_km': 9783.97186034014, 'circuity_avg': 1.0563934556142127, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563934556142127\n", - "6913\n", - "6006759.637808679\n", - "{'n': 263, 'm': 680, 'k_avg': 5.171102661596958, 'intersection_count': 213, 'streets_per_node_avg': 2.7072243346007605, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 191, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19011406844106463, 2: 0.0, 3: 0.7262357414448669, 4: 0.07984790874524715, 5: 0.0038022813688212928}, 'edge_length_total': 83474.11199999983, 'edge_length_avg': 122.75604705882328, 'street_length_total': 41737.056, 'street_length_avg': 122.75604705882353, 'street_segments_count': 340, 'node_density_km': 43.78400599627536, 'intersection_density_km': 35.46005048367548, 'edge_density_km': 13896.695894835566, 'street_density_km': 6948.347947417797, 'circuity_avg': 1.0684575622549684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684575622549684\n", - "6914\n", - "10011257.63021756\n", - "{'n': 374, 'm': 915, 'k_avg': 4.893048128342246, 'intersection_count': 287, 'streets_per_node_avg': 2.585561497326203, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 268, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.232620320855615, 2: 0.0, 3: 0.7165775401069518, 4: 0.05080213903743316}, 'edge_length_total': 113681.47799999977, 'edge_length_avg': 124.24205245901614, 'street_length_total': 57036.874999999985, 'street_length_avg': 123.9932065217391, 'street_segments_count': 460, 'node_density_km': 37.357943808291786, 'intersection_density_km': 28.667726933100916, 'edge_density_km': 11355.364350715376, 'street_density_km': 5697.273719921289, 'circuity_avg': 1.0750348141248895, 'self_loop_proportion': 0.008743169398907104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750348141248895\n", - "6915\n", - "27992723.570549734\n", - "{'n': 1605, 'm': 4218, 'k_avg': 5.25607476635514, 'intersection_count': 1247, 'streets_per_node_avg': 2.7190031152647975, 'streets_per_node_counts': {0: 0, 1: 358, 2: 0, 3: 986, 4: 257, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22305295950155762, 2: 0.0, 3: 0.6143302180685358, 4: 0.1601246105919003, 5: 0.0024922118380062306}, 'edge_length_total': 480583.29900000076, 'edge_length_avg': 113.93629658605992, 'street_length_total': 243852.21799999985, 'street_length_avg': 113.20901485608164, 'street_segments_count': 2154, 'node_density_km': 57.336328705384354, 'intersection_density_km': 44.547290900694264, 'edge_density_km': 17168.150779926513, 'street_density_km': 8711.271605473541, 'circuity_avg': 1.058853485317307, 'self_loop_proportion': 0.002844950213371266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058853485317307\n", - "6916\n", - "10009604.604607867\n", - "{'n': 586, 'm': 1528, 'k_avg': 5.215017064846417, 'intersection_count': 455, 'streets_per_node_avg': 2.6945392491467577, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 373, 4: 81, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2235494880546075, 2: 0.0, 3: 0.636518771331058, 4: 0.13822525597269625, 5: 0.0017064846416382253}, 'edge_length_total': 166357.05500000023, 'edge_length_avg': 108.87241819371742, 'street_length_total': 83596.05800000005, 'street_length_avg': 109.27589281045758, 'street_segments_count': 765, 'node_density_km': 58.54377102270734, 'intersection_density_km': 45.456340981794945, 'edge_density_km': 16619.742894081817, 'street_density_km': 8351.584433366834, 'circuity_avg': 1.0644601519782173, 'self_loop_proportion': 0.0013089005235602095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644601519782173\n", - "6917\n", - "13998452.304803822\n", - "{'n': 559, 'm': 1498, 'k_avg': 5.359570661896243, 'intersection_count': 438, 'streets_per_node_avg': 2.7584973166368516, 'streets_per_node_counts': {0: 0, 1: 121, 2: 0, 3: 331, 4: 107}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21645796064400716, 2: 0.0, 3: 0.592128801431127, 4: 0.19141323792486584}, 'edge_length_total': 237191.21999999927, 'edge_length_avg': 158.33859813084064, 'street_length_total': 118803.20900000006, 'street_length_avg': 157.14710185185194, 'street_segments_count': 756, 'node_density_km': 39.932986006472234, 'intersection_density_km': 31.28917329308558, 'edge_density_km': 16944.103164790784, 'street_density_km': 8486.881721862252, 'circuity_avg': 1.0349643106304043, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0349643106304043\n", - "6918\n", - "5007044.40681916\n", - "{'n': 315, 'm': 761, 'k_avg': 4.8317460317460315, 'intersection_count': 231, 'streets_per_node_avg': 2.5714285714285716, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 199, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26666666666666666, 2: 0.0, 3: 0.6317460317460317, 4: 0.09841269841269841, 5: 0.0031746031746031746}, 'edge_length_total': 77828.02099999996, 'edge_length_avg': 102.27072404730613, 'street_length_total': 39116.45999999999, 'street_length_avg': 99.02901265822783, 'street_segments_count': 395, 'node_density_km': 62.911365349785456, 'intersection_density_km': 46.135001256509334, 'edge_density_km': 15543.70496375166, 'street_density_km': 7812.285416667519, 'circuity_avg': 1.0405095206585524, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405095206585524\n", - "6919\n", - "14998421.193951325\n", - "{'n': 375, 'm': 966, 'k_avg': 5.152, 'intersection_count': 285, 'streets_per_node_avg': 2.6426666666666665, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 239, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24, 2: 0.0, 3: 0.6373333333333333, 4: 0.12266666666666666}, 'edge_length_total': 129275.77599999991, 'edge_length_avg': 133.82585507246367, 'street_length_total': 64637.88799999997, 'street_length_avg': 133.8258550724637, 'street_segments_count': 483, 'node_density_km': 25.00263162040234, 'intersection_density_km': 19.002000031505776, 'edge_density_km': 8619.292279385727, 'street_density_km': 4309.646139692864, 'circuity_avg': 1.062873280413467, 'self_loop_proportion': 0.002070393374741201, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062873280413467\n", - "6920\n", - "10015659.897439893\n", - "{'n': 131, 'm': 320, 'k_avg': 4.885496183206107, 'intersection_count': 102, 'streets_per_node_avg': 2.6259541984732824, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 93, 4: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22137404580152673, 2: 0.0, 3: 0.7099236641221374, 4: 0.06870229007633588}, 'edge_length_total': 82255.18400000004, 'edge_length_avg': 257.04745000000014, 'street_length_total': 41127.59200000001, 'street_length_avg': 257.0474500000001, 'street_segments_count': 160, 'node_density_km': 13.079517609567091, 'intersection_density_km': 10.18405187920491, 'edge_density_km': 8212.657462642608, 'street_density_km': 4106.328731321303, 'circuity_avg': 1.0645208446958498, 'self_loop_proportion': 0.00625, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0645208446958498\n", - "6921\n", - "15022791.958292212\n", - "{'n': 251, 'm': 635, 'k_avg': 5.059760956175299, 'intersection_count': 192, 'streets_per_node_avg': 2.641434262948207, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 165, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2350597609561753, 2: 0.0, 3: 0.6573705179282868, 4: 0.10358565737051793, 5: 0.00398406374501992}, 'edge_length_total': 120802.0109999999, 'edge_length_avg': 190.23938740157465, 'street_length_total': 60563.50600000001, 'street_length_avg': 190.45127672955977, 'street_segments_count': 318, 'node_density_km': 16.70794621245182, 'intersection_density_km': 12.78058036968426, 'edge_density_km': 8041.249012525941, 'street_density_km': 4031.4414369940364, 'circuity_avg': 1.0693917258676586, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693917258676586\n", - "6922\n", - "7004476.6876414195\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 18, 'm': 42, 'k_avg': 4.666666666666667, 'intersection_count': 16, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 15, 4: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.8333333333333334, 4: 0.05555555555555555}, 'edge_length_total': 14872.422000000002, 'edge_length_avg': 354.10528571428574, 'street_length_total': 7436.210999999999, 'street_length_avg': 354.1052857142857, 'street_segments_count': 21, 'node_density_km': 2.569785124955715, 'intersection_density_km': 2.2842534444050804, 'edge_density_km': 2123.2738237591184, 'street_density_km': 1061.636911879559, 'circuity_avg': 1.0918300887405668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0918300887405668\n", - "6923\n", - "3998582.181435512\n", - "{'n': 221, 'm': 500, 'k_avg': 4.524886877828054, 'intersection_count': 151, 'streets_per_node_avg': 2.3981900452488687, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 144, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3167420814479638, 2: 0.0, 3: 0.6515837104072398, 4: 0.03167420814479638}, 'edge_length_total': 66841.81000000008, 'edge_length_avg': 133.68362000000016, 'street_length_total': 33420.90499999998, 'street_length_avg': 133.6836199999999, 'street_segments_count': 250, 'node_density_km': 55.269590562887934, 'intersection_density_km': 37.76338540722207, 'edge_density_km': 16716.377697657706, 'street_density_km': 8358.188848828837, 'circuity_avg': 1.1377478849771125, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1377478849771125\n", - "6924\n", - "3995201.7223933623\n", - "{'n': 42, 'm': 92, 'k_avg': 4.380952380952381, 'intersection_count': 29, 'streets_per_node_avg': 2.4523809523809526, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 26, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30952380952380953, 2: 0.0, 3: 0.6190476190476191, 4: 0.07142857142857142}, 'edge_length_total': 20609.185999999994, 'edge_length_avg': 224.01289130434776, 'street_length_total': 10304.592999999997, 'street_length_avg': 224.01289130434776, 'street_segments_count': 46, 'node_density_km': 10.512610606014535, 'intersection_density_km': 7.258707323200513, 'edge_density_km': 5158.484460117291, 'street_density_km': 2579.2422300586454, 'circuity_avg': 1.1770705567815176, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1770705567815176\n", - "6925\n", - "6008859.861446184\n", - "{'n': 184, 'm': 494, 'k_avg': 5.369565217391305, 'intersection_count': 145, 'streets_per_node_avg': 2.7989130434782608, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 104, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21195652173913043, 2: 0.0, 3: 0.5652173913043478, 4: 0.22282608695652173}, 'edge_length_total': 90278.32399999989, 'edge_length_avg': 182.74964372469614, 'street_length_total': 45139.16200000005, 'street_length_avg': 182.74964372469654, 'street_segments_count': 247, 'node_density_km': 30.62144969972985, 'intersection_density_km': 24.13103373076537, 'edge_density_km': 15024.201942075602, 'street_density_km': 7512.100971037818, 'circuity_avg': 1.02604026131927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.02604026131927\n", - "6926\n", - "9012543.702641964\n", - "{'n': 365, 'm': 971, 'k_avg': 5.32054794520548, 'intersection_count': 295, 'streets_per_node_avg': 2.747945205479452, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 251, 4: 41, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.6876712328767123, 4: 0.11232876712328767, 5: 0.005479452054794521, 6: 0.0027397260273972603}, 'edge_length_total': 125911.08399999976, 'edge_length_avg': 129.6715592173015, 'street_length_total': 63032.67599999996, 'street_length_avg': 129.6968641975308, 'street_segments_count': 486, 'node_density_km': 40.4991101339129, 'intersection_density_km': 32.732157505491244, 'edge_density_km': 13970.648926017393, 'street_density_km': 6993.8829790664295, 'circuity_avg': 1.080664390328509, 'self_loop_proportion': 0.0020597322348094747, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.080664390328509\n", - "6927\n", - "34028123.24345273\n", - "{'n': 566, 'm': 1525, 'k_avg': 5.3886925795053005, 'intersection_count': 468, 'streets_per_node_avg': 2.7738515901060072, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 400, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17314487632508835, 2: 0.0, 3: 0.7067137809187279, 4: 0.12014134275618374}, 'edge_length_total': 277396.42100000015, 'edge_length_avg': 181.8992924590165, 'street_length_total': 139026.06599999993, 'street_length_avg': 181.49616971279366, 'street_segments_count': 766, 'node_density_km': 16.63330051882608, 'intersection_density_km': 13.75332975761591, 'edge_density_km': 8151.975323921908, 'street_density_km': 4085.62250128648, 'circuity_avg': 1.0521412476862937, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0521412476862937\n", - "6928\n", - "12012071.056674354\n", - "{'n': 355, 'm': 870, 'k_avg': 4.901408450704225, 'intersection_count': 257, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 203, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27605633802816903, 2: 0.0, 3: 0.571830985915493, 4: 0.15211267605633802}, 'edge_length_total': 112795.26300000004, 'edge_length_avg': 129.64972758620695, 'street_length_total': 57298.89000000002, 'street_length_avg': 130.52138952164015, 'street_segments_count': 439, 'node_density_km': 29.55360473019753, 'intersection_density_km': 21.395144832847226, 'edge_density_km': 9390.159487720213, 'street_density_km': 4770.109145180475, 'circuity_avg': 1.055292040482468, 'self_loop_proportion': 0.0022988505747126436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055292040482468\n", - "6929\n", - "44024178.457571924\n", - "{'n': 3082, 'm': 8301, 'k_avg': 5.3867618429591175, 'intersection_count': 2530, 'streets_per_node_avg': 2.8066190785204412, 'streets_per_node_counts': {0: 0, 1: 552, 2: 4, 3: 2027, 4: 487, 5: 11, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1791044776119403, 2: 0.0012978585334198572, 3: 0.6576898118105127, 4: 0.15801427644386762, 5: 0.0035691109669046075, 6: 0.0003244646333549643}, 'edge_length_total': 725145.0760000044, 'edge_length_avg': 87.35635176484814, 'street_length_total': 369913.09800000035, 'street_length_avg': 86.20673456070854, 'street_segments_count': 4291, 'node_density_km': 70.00698497918052, 'intersection_density_km': 57.46842050529744, 'edge_density_km': 16471.518638305977, 'street_density_km': 8402.49860327325, 'circuity_avg': 1.0752633071417428, 'self_loop_proportion': 0.006625707746054693, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0752633071417428\n", - "6930\n", - "18013602.04815525\n", - "{'n': 377, 'm': 1070, 'k_avg': 5.676392572944297, 'intersection_count': 338, 'streets_per_node_avg': 2.9655172413793105, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 274, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10344827586206896, 2: 0.0, 3: 0.726790450928382, 4: 0.16710875331564987, 5: 0.002652519893899204}, 'edge_length_total': 195708.9020000001, 'edge_length_avg': 182.90551588785056, 'street_length_total': 97854.451, 'street_length_avg': 182.90551588785047, 'street_segments_count': 535, 'node_density_km': 20.928629320897432, 'intersection_density_km': 18.76359870149425, 'edge_density_km': 10864.506803071205, 'street_density_km': 5432.2534015356, 'circuity_avg': 1.0462061233819455, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0462061233819455\n", - "6931\n", - "21011173.150954213\n", - "{'n': 1729, 'm': 4477, 'k_avg': 5.178716020821284, 'intersection_count': 1305, 'streets_per_node_avg': 2.6807403123192595, 'streets_per_node_counts': {0: 0, 1: 424, 2: 0, 3: 1019, 4: 276, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24522845575477153, 2: 0.0, 3: 0.589358010410642, 4: 0.15962984384037016, 5: 0.00578368999421631}, 'edge_length_total': 379376.58799999877, 'edge_length_avg': 84.7390189859278, 'street_length_total': 194192.00100000022, 'street_length_avg': 84.94838188976388, 'street_segments_count': 2286, 'node_density_km': 82.2895507822455, 'intersection_density_km': 62.10981131916159, 'edge_density_km': 18055.94505715496, 'street_density_km': 9242.32072168617, 'circuity_avg': 1.0495580844849772, 'self_loop_proportion': 0.002233638597274961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0495580844849772\n", - "6932\n", - "14021710.962027438\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 318, 'm': 863, 'k_avg': 5.427672955974843, 'intersection_count': 273, 'streets_per_node_avg': 2.8238993710691824, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 239, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14150943396226415, 2: 0.0, 3: 0.7515723270440252, 4: 0.1069182389937107}, 'edge_length_total': 127733.57500000008, 'edge_length_avg': 148.01109501738134, 'street_length_total': 64421.70600000003, 'street_length_avg': 148.09587586206902, 'street_segments_count': 435, 'node_density_km': 22.679115327735975, 'intersection_density_km': 19.469806554943148, 'edge_density_km': 9109.699618393128, 'street_density_km': 4594.42547164623, 'circuity_avg': 1.0719345322056255, 'self_loop_proportion': 0.002317497103128621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719345322056255\n", - "6933\n", - "16008308.598316565\n", - "{'n': 270, 'm': 713, 'k_avg': 5.281481481481482, 'intersection_count': 225, 'streets_per_node_avg': 2.8444444444444446, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 179, 4: 44, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.662962962962963, 4: 0.16296296296296298, 5: 0.007407407407407408}, 'edge_length_total': 152283.92400000026, 'edge_length_avg': 213.5819410939695, 'street_length_total': 76683.467, 'street_length_avg': 210.6688653846154, 'street_segments_count': 364, 'node_density_km': 16.866241573353555, 'intersection_density_km': 14.055201311127963, 'edge_density_km': 9512.805370082287, 'street_density_km': 4790.229181867724, 'circuity_avg': 1.0302459721548, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302459721548\n", - "6934\n", - "35018112.04337121\n", - "{'n': 1673, 'm': 4839, 'k_avg': 5.784817692767484, 'intersection_count': 1439, 'streets_per_node_avg': 2.9384339509862523, 'streets_per_node_counts': {0: 0, 1: 234, 2: 0, 3: 1091, 4: 332, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13986849970113568, 2: 0.0, 3: 0.6521219366407651, 4: 0.19844590555887626, 5: 0.008965929468021518, 6: 0.0005977286312014345}, 'edge_length_total': 579385.7909999982, 'edge_length_avg': 119.7325461872284, 'street_length_total': 291545.6610000007, 'street_length_avg': 119.2415791411046, 'street_segments_count': 2445, 'node_density_km': 47.7752769174971, 'intersection_density_km': 41.09302061224049, 'edge_density_km': 16545.317756777058, 'street_density_km': 8325.567655929332, 'circuity_avg': 1.067777632335357, 'self_loop_proportion': 0.002893159743748708, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067777632335357\n", - "6935\n", - "14020342.220056146\n", - "{'n': 212, 'm': 534, 'k_avg': 5.037735849056604, 'intersection_count': 173, 'streets_per_node_avg': 2.740566037735849, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 150, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18396226415094338, 2: 0.0, 3: 0.7075471698113207, 4: 0.10849056603773585}, 'edge_length_total': 108412.88200000003, 'edge_length_avg': 203.0203782771536, 'street_length_total': 55776.08200000004, 'street_length_avg': 199.20029285714298, 'street_segments_count': 280, 'node_density_km': 15.120886257450499, 'intersection_density_km': 12.33921378556102, 'edge_density_km': 7732.541780964165, 'street_density_km': 3978.225433057701, 'circuity_avg': 1.0506593510126152, 'self_loop_proportion': 0.00749063670411985, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506593510126152\n", - "6936\n", - "9013056.108337564\n", - "{'n': 101, 'm': 250, 'k_avg': 4.9504950495049505, 'intersection_count': 92, 'streets_per_node_avg': 2.871287128712871, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 87, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0891089108910891, 2: 0.0, 3: 0.8613861386138614, 4: 0.04950495049504951}, 'edge_length_total': 63321.30100000001, 'edge_length_avg': 253.28520400000002, 'street_length_total': 31865.972000000016, 'street_length_avg': 236.04423703703716, 'street_segments_count': 135, 'node_density_km': 11.205965966035599, 'intersection_density_km': 10.207414543319555, 'edge_density_km': 7025.508355753425, 'street_density_km': 3535.5346307588466, 'circuity_avg': 1.0383339477417652, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383339477417652\n", - "6937\n", - "18012388.846083917\n", - "{'n': 628, 'm': 1682, 'k_avg': 5.356687898089172, 'intersection_count': 511, 'streets_per_node_avg': 2.786624203821656, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 412, 4: 98, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18630573248407642, 2: 0.0, 3: 0.6560509554140127, 4: 0.15605095541401273, 5: 0.0015923566878980893}, 'edge_length_total': 246838.58599999998, 'edge_length_avg': 146.75302378121282, 'street_length_total': 124486.27300000002, 'street_length_avg': 145.93935873388045, 'street_segments_count': 853, 'node_density_km': 34.86489245631258, 'intersection_density_km': 28.369363129260716, 'edge_density_km': 13703.822858213796, 'street_density_km': 6911.147325528932, 'circuity_avg': 1.085764325269317, 'self_loop_proportion': 0.0023781212841854932, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.085764325269317\n", - "6938\n", - "13017132.02722708\n", - "{'n': 1609, 'm': 4553, 'k_avg': 5.659415786202611, 'intersection_count': 1378, 'streets_per_node_avg': 2.929770043505283, 'streets_per_node_counts': {0: 0, 1: 231, 2: 0, 3: 1036, 4: 335, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14356743318831572, 2: 0.0, 3: 0.6438781852082038, 4: 0.20820385332504662, 5: 0.00435052827843381}, 'edge_length_total': 354598.2899999998, 'edge_length_avg': 77.88233911706563, 'street_length_total': 178143.29600000015, 'street_length_avg': 77.52101653611842, 'street_segments_count': 2298, 'node_density_km': 123.60633637536752, 'intersection_density_km': 105.86049193614446, 'edge_density_km': 27240.89217642641, 'street_density_km': 13685.295319075625, 'circuity_avg': 1.0775127623818765, 'self_loop_proportion': 0.004831978915001098, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0775127623818765\n", - "6939\n", - "7004053.7674630135\n", - "{'n': 701, 'm': 1943, 'k_avg': 5.543509272467903, 'intersection_count': 589, 'streets_per_node_avg': 2.8388017118402282, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 481, 4: 105, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15977175463623394, 2: 0.0, 3: 0.6861626248216833, 4: 0.14978601997146934, 5: 0.0042796005706134095}, 'edge_length_total': 149873.25699999987, 'edge_length_avg': 77.13497529593405, 'street_length_total': 75176.84800000011, 'street_length_avg': 76.86794274028641, 'street_segments_count': 978, 'node_density_km': 100.08489701442055, 'intersection_density_km': 84.09415740583981, 'edge_density_km': 21398.073455150887, 'street_density_km': 10733.333937159428, 'circuity_avg': 1.0548442889122818, 'self_loop_proportion': 0.002058672156459084, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548442889122818\n", - "6940\n", - "5004959.796803857\n", - "{'n': 145, 'm': 438, 'k_avg': 6.041379310344827, 'intersection_count': 132, 'streets_per_node_avg': 3.1862068965517243, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 80, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0896551724137931, 2: 0.0, 3: 0.5517241379310345, 4: 0.35172413793103446, 5: 0.006896551724137931}, 'edge_length_total': 76521.491, 'edge_length_avg': 174.706600456621, 'street_length_total': 38429.257000000005, 'street_length_avg': 173.88804072398193, 'street_segments_count': 221, 'node_density_km': 28.971261685777435, 'intersection_density_km': 26.37383822429394, 'edge_density_km': 15289.132002392156, 'street_density_km': 7678.234903013755, 'circuity_avg': 1.0484610147006692, 'self_loop_proportion': 0.0045662100456621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0484610147006692\n", - "6941\n", - "34055198.8760856\n", - "error with entry 6941\n", - "6942\n", - "225190642.70319757\n", - "error with entry 6942\n", - "6943\n", - "13020749.397618748\n", - "{'n': 485, 'm': 1221, 'k_avg': 5.0350515463917525, 'intersection_count': 361, 'streets_per_node_avg': 2.624742268041237, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 295, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2556701030927835, 2: 0.0, 3: 0.6082474226804123, 4: 0.1360824742268041}, 'edge_length_total': 178677.12099999998, 'edge_length_avg': 146.33670843570843, 'street_length_total': 89574.72099999987, 'street_length_avg': 146.36392320261416, 'street_segments_count': 612, 'node_density_km': 37.24824011194758, 'intersection_density_km': 27.72497872250119, 'edge_density_km': 13722.491351586621, 'street_density_km': 6879.38291911074, 'circuity_avg': 1.0470714425029348, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0470714425029348\n", - "6944\n", - "14011686.398944665\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 244, 'm': 652, 'k_avg': 5.344262295081967, 'intersection_count': 209, 'streets_per_node_avg': 2.80327868852459, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 187, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14344262295081966, 2: 0.0, 3: 0.7663934426229508, 4: 0.09016393442622951}, 'edge_length_total': 130817.80400000003, 'edge_length_avg': 200.64080368098163, 'street_length_total': 65408.90199999999, 'street_length_avg': 200.64080368098155, 'street_segments_count': 326, 'node_density_km': 17.414035188396568, 'intersection_density_km': 14.916120304815093, 'edge_density_km': 9336.335418544122, 'street_density_km': 4668.167709272059, 'circuity_avg': 1.0594560631228294, 'self_loop_proportion': 0.003067484662576687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0594560631228294\n", - "6945\n", - "8009949.647599359\n", - "{'n': 311, 'm': 762, 'k_avg': 4.90032154340836, 'intersection_count': 220, 'streets_per_node_avg': 2.562700964630225, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 174, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29260450160771706, 2: 0.0, 3: 0.5594855305466238, 4: 0.14790996784565916}, 'edge_length_total': 99219.06599999993, 'edge_length_avg': 130.208748031496, 'street_length_total': 49609.53299999995, 'street_length_avg': 130.20874803149593, 'street_segments_count': 381, 'node_density_km': 38.82671098852774, 'intersection_density_km': 27.465840570662714, 'edge_density_km': 12386.977492391181, 'street_density_km': 6193.488746195589, 'circuity_avg': 1.0326203993147522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0326203993147522\n", - "6946\n", - "8996684.018340457\n", - "{'n': 246, 'm': 718, 'k_avg': 5.837398373983739, 'intersection_count': 215, 'streets_per_node_avg': 2.959349593495935, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 164, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12601626016260162, 2: 0.0, 3: 0.6666666666666666, 4: 0.2032520325203252, 5: 0.0040650406504065045}, 'edge_length_total': 113193.28000000017, 'edge_length_avg': 157.65080779944313, 'street_length_total': 56596.63999999993, 'street_length_avg': 157.6508077994427, 'street_segments_count': 359, 'node_density_km': 27.343407804309834, 'intersection_density_km': 23.897693812709814, 'edge_density_km': 12581.666730680623, 'street_density_km': 6290.833365340293, 'circuity_avg': 1.0397135205451085, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0397135205451085\n", - "6947\n", - "12018771.250050787\n", - "{'n': 353, 'm': 1068, 'k_avg': 6.050991501416431, 'intersection_count': 325, 'streets_per_node_avg': 3.1274787535410766, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 225, 4: 99, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07932011331444759, 2: 0.0, 3: 0.6373937677053825, 4: 0.2804532577903683, 5: 0.0028328611898017}, 'edge_length_total': 172040.6440000002, 'edge_length_avg': 161.08674531835226, 'street_length_total': 86307.94099999992, 'street_length_avg': 160.72242271880805, 'street_segments_count': 537, 'node_density_km': 29.37072290135386, 'intersection_density_km': 27.04103383269123, 'edge_density_km': 14314.328846159979, 'street_density_km': 7181.09523880282, 'circuity_avg': 1.0324746915179908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0324746915179908\n", - "6948\n", - "21015411.265921477\n", - "{'n': 724, 'm': 1842, 'k_avg': 5.088397790055248, 'intersection_count': 594, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 130, 2: 3, 3: 510, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17955801104972377, 2: 0.004143646408839779, 3: 0.7044198895027625, 4: 0.11049723756906077, 5: 0.0013812154696132596}, 'edge_length_total': 159881.74499999985, 'edge_length_avg': 86.7979071661237, 'street_length_total': 84965.91799999992, 'street_length_avg': 86.43531841302128, 'street_segments_count': 983, 'node_density_km': 34.45090799503106, 'intersection_density_km': 28.264971476586254, 'edge_density_km': 7607.833269447529, 'street_density_km': 4043.02903830297, 'circuity_avg': 1.0681147582518724, 'self_loop_proportion': 0.003257328990228013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681147582518724\n", - "6949\n", - "8006991.151251708\n", - "{'n': 115, 'm': 308, 'k_avg': 5.356521739130435, 'intersection_count': 99, 'streets_per_node_avg': 2.9217391304347826, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 78, 4: 19, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1391304347826087, 2: 0.0, 3: 0.6782608695652174, 4: 0.16521739130434782, 5: 0.017391304347826087}, 'edge_length_total': 75826.45800000003, 'edge_length_avg': 246.1897987012988, 'street_length_total': 37913.229, 'street_length_avg': 246.18979870129868, 'street_segments_count': 154, 'node_density_km': 14.362448743561108, 'intersection_density_km': 12.36419500532652, 'edge_density_km': 9470.031447224257, 'street_density_km': 4735.015723612127, 'circuity_avg': 1.0725104777287522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725104777287522\n", - "6950\n", - "4999164.294195373\n", - "{'n': 101, 'm': 226, 'k_avg': 4.475247524752476, 'intersection_count': 66, 'streets_per_node_avg': 2.3267326732673266, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 64, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3465346534653465, 2: 0.0, 3: 0.6336633663366337, 4: 0.019801980198019802}, 'edge_length_total': 25999.28400000003, 'edge_length_avg': 115.04107964601782, 'street_length_total': 12999.641999999994, 'street_length_avg': 115.04107964601765, 'street_segments_count': 113, 'node_density_km': 20.203376815855616, 'intersection_density_km': 13.202206632143275, 'edge_density_km': 5200.726055390559, 'street_density_km': 2600.363027695276, 'circuity_avg': 1.114843967734843, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.114843967734843\n", - "6951\n", - "7006131.4795502415\n", - "{'n': 4, 'm': 6, 'k_avg': 3.0, 'intersection_count': 4, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 6944.756, 'edge_length_avg': 1157.4593333333335, 'street_length_total': 3472.3780000000006, 'street_length_avg': 1157.4593333333335, 'street_segments_count': 3, 'node_density_km': 0.5709284805281416, 'intersection_density_km': 0.5709284805281416, 'edge_density_km': 991.2397476796738, 'street_density_km': 495.61987383983694, 'circuity_avg': 1.1046181502575199, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1046181502575199\n", - "6952\n", - "8011549.519837809\n", - "{'n': 78, 'm': 222, 'k_avg': 5.6923076923076925, 'intersection_count': 73, 'streets_per_node_avg': 3.1538461538461537, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 51, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0641025641025641, 2: 0.0, 3: 0.6538461538461539, 4: 0.28205128205128205}, 'edge_length_total': 65367.02799999994, 'edge_length_avg': 294.4460720720718, 'street_length_total': 32683.514000000006, 'street_length_avg': 294.4460720720721, 'street_segments_count': 111, 'node_density_km': 9.735944314749625, 'intersection_density_km': 9.111845320214393, 'edge_density_km': 8159.099290111269, 'street_density_km': 4079.549645055639, 'circuity_avg': 1.017244628707945, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.017244628707945\n", - "6953\n", - "14010154.70123742\n", - "{'n': 726, 'm': 1716, 'k_avg': 4.7272727272727275, 'intersection_count': 515, 'streets_per_node_avg': 2.5289256198347108, 'streets_per_node_counts': {0: 0, 1: 211, 2: 0, 3: 435, 4: 80}, 'streets_per_node_proportion': {0: 0.0, 1: 0.290633608815427, 2: 0.0, 3: 0.5991735537190083, 4: 0.11019283746556474}, 'edge_length_total': 202239.3149999995, 'edge_length_avg': 117.85507867132839, 'street_length_total': 106688.67700000016, 'street_length_avg': 120.1449065315317, 'street_segments_count': 888, 'node_density_km': 51.81955627769602, 'intersection_density_km': 36.75905162949511, 'edge_density_km': 14435.194993395547, 'street_density_km': 7615.0962837389, 'circuity_avg': 1.0906055222739142, 'self_loop_proportion': 0.0034965034965034965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0906055222739142\n", - "6954\n", - "7008889.986482682\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 285, 'm': 730, 'k_avg': 5.12280701754386, 'intersection_count': 219, 'streets_per_node_avg': 2.6596491228070174, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 184, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23157894736842105, 2: 0.0, 3: 0.6456140350877193, 4: 0.12280701754385964}, 'edge_length_total': 98669.11399999984, 'edge_length_avg': 135.16316986301348, 'street_length_total': 49334.557, 'street_length_avg': 135.1631698630137, 'street_segments_count': 365, 'node_density_km': 40.66264423462915, 'intersection_density_km': 31.246031885557134, 'edge_density_km': 14077.709050975647, 'street_density_km': 7038.854525487835, 'circuity_avg': 1.04507963236291, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04507963236291\n", - "6955\n", - "13015332.032453388\n", - "{'n': 348, 'm': 942, 'k_avg': 5.413793103448276, 'intersection_count': 296, 'streets_per_node_avg': 2.836206896551724, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 249, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14942528735632185, 2: 0.0, 3: 0.7155172413793104, 4: 0.13505747126436782}, 'edge_length_total': 172262.79099999976, 'edge_length_avg': 182.86920488322693, 'street_length_total': 87030.195, 'street_length_avg': 180.93595634095635, 'street_segments_count': 481, 'node_density_km': 26.73769667437382, 'intersection_density_km': 22.742408665559342, 'edge_density_km': 13235.37429321565, 'street_density_km': 6686.744124774727, 'circuity_avg': 1.0552984981917755, 'self_loop_proportion': 0.006369426751592357, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0552984981917755\n", - "6956\n", - "3998342.189944486\n", - "{'n': 79, 'm': 204, 'k_avg': 5.1645569620253164, 'intersection_count': 63, 'streets_per_node_avg': 2.8607594936708862, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 42, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20253164556962025, 2: 0.0, 3: 0.5316455696202531, 4: 0.26582278481012656}, 'edge_length_total': 34109.00999999996, 'edge_length_avg': 167.2010294117645, 'street_length_total': 17551.015, 'street_length_avg': 165.57561320754718, 'street_segments_count': 106, 'node_density_km': 19.758188831030708, 'intersection_density_km': 15.756530333606767, 'edge_density_km': 8530.788106576125, 'street_density_km': 4389.573019572815, 'circuity_avg': 1.066073635588608, 'self_loop_proportion': 0.00980392156862745, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066073635588608\n", - "6957\n", - "24017478.256100453\n", - "{'n': 556, 'm': 1431, 'k_avg': 5.14748201438849, 'intersection_count': 427, 'streets_per_node_avg': 2.7068345323741005, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 332, 4: 95}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23201438848920863, 2: 0.0, 3: 0.5971223021582733, 4: 0.17086330935251798}, 'edge_length_total': 260690.2680000001, 'edge_length_avg': 182.17349266247388, 'street_length_total': 131420.77999999994, 'street_length_avg': 179.78218878248967, 'street_segments_count': 731, 'node_density_km': 23.149807572273982, 'intersection_density_km': 17.778719124749983, 'edge_density_km': 10854.189820439813, 'street_density_km': 5471.880877694518, 'circuity_avg': 1.044362311815164, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044362311815164\n", - "6958\n", - "11017438.359479787\n", - "{'n': 221, 'm': 588, 'k_avg': 5.321266968325792, 'intersection_count': 175, 'streets_per_node_avg': 2.733031674208145, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 143, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2081447963800905, 2: 0.0, 3: 0.6470588235294118, 4: 0.14027149321266968, 5: 0.004524886877828055}, 'edge_length_total': 95262.4259999999, 'edge_length_avg': 162.01092857142842, 'street_length_total': 47631.213, 'street_length_avg': 162.0109285714286, 'street_segments_count': 294, 'node_density_km': 20.059109276508355, 'intersection_density_km': 15.88391006058354, 'edge_density_km': 8646.513181354248, 'street_density_km': 4323.256590677129, 'circuity_avg': 1.0632631538030424, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632631538030424\n", - "6959\n", - "15021574.094998783\n", - "{'n': 549, 'm': 1596, 'k_avg': 5.814207650273224, 'intersection_count': 481, 'streets_per_node_avg': 3.010928961748634, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 340, 4: 140, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12386156648451731, 2: 0.0, 3: 0.6193078324225865, 4: 0.2550091074681239, 5: 0.0018214936247723133}, 'edge_length_total': 229041.00500000024, 'edge_length_avg': 143.50940162907284, 'street_length_total': 114879.5269999999, 'street_length_avg': 142.5304305210917, 'street_segments_count': 806, 'node_density_km': 36.54743481129462, 'intersection_density_km': 32.02061228457689, 'edge_density_km': 15247.47030847161, 'street_density_km': 7647.635745327608, 'circuity_avg': 1.0385723952098989, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385723952098989\n", - "6960\n", - "16012011.374758683\n", - "{'n': 423, 'm': 1127, 'k_avg': 5.328605200945627, 'intersection_count': 367, 'streets_per_node_avg': 2.839243498817967, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 323, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13238770685579196, 2: 0.0, 3: 0.7635933806146572, 4: 0.10401891252955082}, 'edge_length_total': 197683.5730000001, 'edge_length_avg': 175.40689707187232, 'street_length_total': 99314.53300000001, 'street_length_avg': 170.3508284734134, 'street_segments_count': 583, 'node_density_km': 26.417667968111537, 'intersection_density_km': 22.92029348533554, 'edge_density_km': 12345.955069181893, 'street_density_km': 6202.5020264824025, 'circuity_avg': 1.0521250615465962, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0521250615465962\n", - "6961\n", - "13018790.099021016\n", - "{'n': 286, 'm': 744, 'k_avg': 5.2027972027972025, 'intersection_count': 236, 'streets_per_node_avg': 2.762237762237762, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 204, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17482517482517482, 2: 0.0, 3: 0.7132867132867133, 4: 0.11188811188811189}, 'edge_length_total': 142976.25699999972, 'edge_length_avg': 192.17238844085983, 'street_length_total': 72208.52100000001, 'street_length_avg': 192.556056, 'street_segments_count': 375, 'node_density_km': 21.96824726604253, 'intersection_density_km': 18.127644597153974, 'edge_density_km': 10982.299884437894, 'street_density_km': 5546.484769381905, 'circuity_avg': 1.046318469250204, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046318469250204\n", - "6962\n", - "9005975.667093663\n", - "{'n': 207, 'm': 606, 'k_avg': 5.855072463768116, 'intersection_count': 187, 'streets_per_node_avg': 3.0628019323671496, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 134, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0966183574879227, 2: 0.0, 3: 0.6473429951690821, 4: 0.2560386473429952}, 'edge_length_total': 103355.42799999999, 'edge_length_avg': 170.55351155115508, 'street_length_total': 51677.71399999997, 'street_length_avg': 170.55351155115503, 'street_segments_count': 303, 'node_density_km': 22.98473898351109, 'intersection_density_km': 20.76399125563562, 'edge_density_km': 11476.316594729822, 'street_density_km': 5738.158297364908, 'circuity_avg': 1.052108246010017, 'self_loop_proportion': 0.006600660066006601, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052108246010017\n", - "6963\n", - "15009556.79604378\n", - "{'n': 339, 'm': 897, 'k_avg': 5.292035398230088, 'intersection_count': 281, 'streets_per_node_avg': 2.7728613569321534, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 243, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1710914454277286, 2: 0.0, 3: 0.7168141592920354, 4: 0.10914454277286136, 5: 0.0029498525073746312}, 'edge_length_total': 157124.5979999998, 'edge_length_avg': 175.1667759197322, 'street_length_total': 78736.14399999999, 'street_length_avg': 174.96920888888886, 'street_segments_count': 450, 'node_density_km': 22.58561026194682, 'intersection_density_km': 18.721405556362996, 'edge_density_km': 10468.303637147681, 'street_density_km': 5245.734105936644, 'circuity_avg': 1.047674876218584, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047674876218584\n", - "6964\n", - "17012837.92141044\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 355, 'm': 883, 'k_avg': 4.974647887323943, 'intersection_count': 262, 'streets_per_node_avg': 2.611267605633803, 'streets_per_node_counts': {0: 0, 1: 93, 2: 2, 3: 212, 4: 46, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2619718309859155, 2: 0.005633802816901409, 3: 0.5971830985915493, 4: 0.1295774647887324, 5: 0.005633802816901409}, 'edge_length_total': 151663.26099999962, 'edge_length_avg': 171.75907248018078, 'street_length_total': 77662.36599999995, 'street_length_avg': 169.5684847161571, 'street_segments_count': 458, 'node_density_km': 20.86659507601827, 'intersection_density_km': 15.400134957512075, 'edge_density_km': 8914.636211818213, 'street_density_km': 4564.927166105712, 'circuity_avg': 1.1569208919066496, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1569208919066496\n", - "6965\n", - "5005822.289017249\n", - "{'n': 270, 'm': 744, 'k_avg': 5.511111111111111, 'intersection_count': 230, 'streets_per_node_avg': 2.8814814814814813, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 185, 4: 43, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14814814814814814, 2: 0.0, 3: 0.6851851851851852, 4: 0.15925925925925927, 5: 0.003703703703703704, 6: 0.003703703703703704}, 'edge_length_total': 85059.81400000009, 'edge_length_avg': 114.32770698924743, 'street_length_total': 42529.90699999999, 'street_length_avg': 114.32770698924729, 'street_segments_count': 372, 'node_density_km': 53.93719241539572, 'intersection_density_km': 45.946497242744506, 'edge_density_km': 16992.17612791028, 'street_density_km': 8496.08806395513, 'circuity_avg': 1.0458620380069346, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458620380069346\n", - "6966\n", - "4998494.074128988\n", - "{'n': 234, 'm': 576, 'k_avg': 4.923076923076923, 'intersection_count': 173, 'streets_per_node_avg': 2.5, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 168, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2606837606837607, 2: 0.0, 3: 0.717948717948718, 4: 0.021367521367521368}, 'edge_length_total': 61512.529999999955, 'edge_length_avg': 106.79258680555547, 'street_length_total': 30756.264999999996, 'street_length_avg': 106.79258680555554, 'street_segments_count': 288, 'node_density_km': 46.81409971277712, 'intersection_density_km': 34.61042414662582, 'edge_density_km': 12306.212448740136, 'street_density_km': 6153.106224370072, 'circuity_avg': 1.1083893725966822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1083893725966822\n", - "6967\n", - "9011397.7909345\n", - "{'n': 305, 'm': 728, 'k_avg': 4.773770491803279, 'intersection_count': 213, 'streets_per_node_avg': 2.4491803278688526, 'streets_per_node_counts': {0: 0, 1: 92, 2: 0, 3: 197, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3016393442622951, 2: 0.0, 3: 0.6459016393442623, 4: 0.05245901639344262}, 'edge_length_total': 84376.56599999988, 'edge_length_avg': 115.90187637362621, 'street_length_total': 42188.283, 'street_length_avg': 115.90187637362638, 'street_segments_count': 364, 'node_density_km': 33.846025564073, 'intersection_density_km': 23.636732607041143, 'edge_density_km': 9363.316097851437, 'street_density_km': 4681.658048925726, 'circuity_avg': 1.058030429943969, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058030429943969\n", - "6968\n", - "11006790.173072468\n", - "{'n': 762, 'm': 2087, 'k_avg': 5.4776902887139105, 'intersection_count': 632, 'streets_per_node_avg': 2.8083989501312336, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 524, 4: 102, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17060367454068243, 2: 0.0, 3: 0.6876640419947506, 4: 0.13385826771653545, 5: 0.007874015748031496}, 'edge_length_total': 202654.3370000003, 'edge_length_avg': 97.10318016291342, 'street_length_total': 101679.29100000001, 'street_length_avg': 97.30075693779905, 'street_segments_count': 1045, 'node_density_km': 69.22999239725608, 'intersection_density_km': 57.41910130586069, 'edge_density_km': 18411.75618081495, 'street_density_km': 9237.869478856155, 'circuity_avg': 1.060973931817793, 'self_loop_proportion': 0.003833253473885961, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060973931817793\n", - "6969\n", - "15014026.776525363\n", - "{'n': 396, 'm': 1071, 'k_avg': 5.409090909090909, 'intersection_count': 325, 'streets_per_node_avg': 2.813131313131313, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 258, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17929292929292928, 2: 0.0, 3: 0.6515151515151515, 4: 0.16666666666666666, 5: 0.0025252525252525255}, 'edge_length_total': 179574.52799999993, 'edge_length_avg': 167.66996078431367, 'street_length_total': 90410.38899999998, 'street_length_avg': 165.89062201834858, 'street_segments_count': 545, 'node_density_km': 26.37533593713523, 'intersection_density_km': 21.646424695881187, 'edge_density_km': 11960.45076200125, 'street_density_km': 6021.728237580998, 'circuity_avg': 1.0471638907341174, 'self_loop_proportion': 0.0018674136321195146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471638907341174\n", - "6970\n", - "12008565.453919362\n", - "{'n': 136, 'm': 360, 'k_avg': 5.294117647058823, 'intersection_count': 119, 'streets_per_node_avg': 2.823529411764706, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 109, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.8014705882352942, 4: 0.07352941176470588}, 'edge_length_total': 81992.01000000002, 'edge_length_avg': 227.7555833333334, 'street_length_total': 40996.005000000005, 'street_length_avg': 227.75558333333336, 'street_segments_count': 180, 'node_density_km': 11.325249508101091, 'intersection_density_km': 9.909593319588454, 'edge_density_km': 6827.793903828823, 'street_density_km': 3413.896951914411, 'circuity_avg': 1.0673213917341966, 'self_loop_proportion': 0.005555555555555556, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673213917341966\n", - "6971\n", - "5998364.777719317\n", - "{'n': 223, 'm': 568, 'k_avg': 5.0941704035874436, 'intersection_count': 177, 'streets_per_node_avg': 2.7354260089686098, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 144, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2062780269058296, 2: 0.0, 3: 0.6457399103139013, 4: 0.14798206278026907}, 'edge_length_total': 86234.95399999993, 'edge_length_avg': 151.82210211267594, 'street_length_total': 43117.47700000001, 'street_length_avg': 151.8221021126761, 'street_segments_count': 284, 'node_density_km': 37.176798721599006, 'intersection_density_km': 29.508042034632393, 'edge_density_km': 14376.410437777336, 'street_density_km': 7188.205218888677, 'circuity_avg': 1.0371988274602402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0371988274602402\n", - "6972\n", - "3997844.348924795\n", - "{'n': 106, 'm': 277, 'k_avg': 5.226415094339623, 'intersection_count': 95, 'streets_per_node_avg': 2.830188679245283, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 91, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10377358490566038, 2: 0.0, 3: 0.8584905660377359, 4: 0.03773584905660377}, 'edge_length_total': 32022.47400000001, 'edge_length_avg': 115.60459927797837, 'street_length_total': 16415.285, 'street_length_avg': 114.79220279720279, 'street_segments_count': 143, 'node_density_km': 26.51428888883788, 'intersection_density_km': 23.762806079618855, 'edge_density_km': 8009.93515633302, 'street_density_km': 4106.034044175539, 'circuity_avg': 1.1148873517895717, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1148873517895717\n", - "6973\n", - "9996437.354463806\n", - "{'n': 232, 'm': 616, 'k_avg': 5.310344827586207, 'intersection_count': 194, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 177, 4: 16, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16379310344827586, 2: 0.0, 3: 0.7629310344827587, 4: 0.06896551724137931, 5: 0.004310344827586207}, 'edge_length_total': 107292.03199999998, 'edge_length_avg': 174.1753766233766, 'street_length_total': 53646.015999999945, 'street_length_avg': 174.17537662337645, 'street_segments_count': 308, 'node_density_km': 23.208268283340242, 'intersection_density_km': 19.406913995551754, 'edge_density_km': 10733.026997072095, 'street_density_km': 5366.513498536043, 'circuity_avg': 1.0730727597735823, 'self_loop_proportion': 0.003246753246753247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0730727597735823\n", - "6974\n", - "45034283.031147085\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1917, 'm': 5435, 'k_avg': 5.670318205529473, 'intersection_count': 1648, 'streets_per_node_avg': 2.9494001043296816, 'streets_per_node_counts': {0: 0, 1: 269, 2: 1, 3: 1212, 4: 428, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14032342201356285, 2: 0.0005216484089723526, 3: 0.6322378716744914, 4: 0.22326551904016692, 5: 0.0036515388628064684}, 'edge_length_total': 625264.6250000009, 'edge_length_avg': 115.04408923643071, 'street_length_total': 320337.40599999967, 'street_length_avg': 114.61087871198556, 'street_segments_count': 2795, 'node_density_km': 42.567570103739506, 'intersection_density_km': 36.59434299998055, 'edge_density_km': 13884.191840415198, 'street_density_km': 7113.189873111659, 'circuity_avg': 1.047147962567113, 'self_loop_proportion': 0.0007359705611775528, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047147962567113\n", - "6975\n", - "8994191.039433034\n", - "{'n': 300, 'm': 756, 'k_avg': 5.04, 'intersection_count': 225, 'streets_per_node_avg': 2.6, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 196, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.6533333333333333, 4: 0.09333333333333334, 5: 0.0033333333333333335}, 'edge_length_total': 97618.11699999984, 'edge_length_avg': 129.12449338624316, 'street_length_total': 49176.30900000005, 'street_length_avg': 129.41133947368434, 'street_segments_count': 380, 'node_density_km': 33.354861897497685, 'intersection_density_km': 25.016146423123264, 'edge_density_km': 10853.462704095886, 'street_density_km': 5467.563317745581, 'circuity_avg': 1.0567567218679792, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567567218679792\n", - "6976\n", - "9005801.022564253\n", - "{'n': 199, 'm': 513, 'k_avg': 5.155778894472362, 'intersection_count': 163, 'streets_per_node_avg': 2.763819095477387, 'streets_per_node_counts': {0: 0, 1: 36, 2: 1, 3: 136, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18090452261306533, 2: 0.005025125628140704, 3: 0.6834170854271356, 4: 0.1306532663316583}, 'edge_length_total': 87972.57599999996, 'edge_length_avg': 171.48650292397653, 'street_length_total': 44220.08300000002, 'street_length_avg': 170.73391119691127, 'street_segments_count': 259, 'node_density_km': 22.09686839642589, 'intersection_density_km': 18.099444967926733, 'edge_density_km': 9768.434343550622, 'street_density_km': 4910.177660954926, 'circuity_avg': 1.075246271635654, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075246271635654\n", - "6977\n", - "43018074.09645809\n", - "{'n': 2324, 'm': 6184, 'k_avg': 5.321858864027539, 'intersection_count': 1893, 'streets_per_node_avg': 2.7431153184165233, 'streets_per_node_counts': {0: 0, 1: 431, 2: 0, 3: 1632, 4: 257, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18545611015490535, 2: 0.0, 3: 0.7022375215146299, 4: 0.11058519793459552, 5: 0.0017211703958691911}, 'edge_length_total': 709136.560000001, 'edge_length_avg': 114.6727943078915, 'street_length_total': 356914.2790000001, 'street_length_avg': 113.77567070449477, 'street_segments_count': 3137, 'node_density_km': 54.023803919928326, 'intersection_density_km': 44.00475938916709, 'edge_density_km': 16484.6189629486, 'street_density_km': 8296.84467509406, 'circuity_avg': 1.059519663665814, 'self_loop_proportion': 0.002263906856403622, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059519663665814\n", - "6978\n", - "31015436.257492118\n", - "{'n': 1139, 'm': 3088, 'k_avg': 5.422300263388937, 'intersection_count': 889, 'streets_per_node_avg': 2.7726075504828795, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 651, 4: 235, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21949078138718173, 2: 0.0, 3: 0.5715539947322212, 4: 0.20632133450395082, 5: 0.0026338893766461808}, 'edge_length_total': 440974.87600000395, 'edge_length_avg': 142.80274481865413, 'street_length_total': 220724.12699999928, 'street_length_avg': 142.58664534883675, 'street_segments_count': 1548, 'node_density_km': 36.723649170817716, 'intersection_density_km': 28.663146718926207, 'edge_density_km': 14217.916276882343, 'street_density_km': 7116.589467500427, 'circuity_avg': 1.0536878131614718, 'self_loop_proportion': 0.0045336787564766836, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536878131614718\n", - "6979\n", - "12005594.270974964\n", - "{'n': 244, 'm': 688, 'k_avg': 5.639344262295082, 'intersection_count': 210, 'streets_per_node_avg': 2.889344262295082, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 169, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13934426229508196, 2: 0.0, 3: 0.6926229508196722, 4: 0.1680327868852459}, 'edge_length_total': 119929.3360000002, 'edge_length_avg': 174.3158953488375, 'street_length_total': 59964.66799999998, 'street_length_avg': 174.31589534883716, 'street_segments_count': 344, 'node_density_km': 20.323858568992353, 'intersection_density_km': 17.49184548970653, 'edge_density_km': 9989.454357119537, 'street_density_km': 4994.727178559759, 'circuity_avg': 1.0314794293575864, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0314794293575864\n", - "6980\n", - "7006501.30186676\n", - "{'n': 302, 'm': 867, 'k_avg': 5.741721854304636, 'intersection_count': 264, 'streets_per_node_avg': 3.052980132450331, 'streets_per_node_counts': {0: 0, 1: 38, 2: 1, 3: 170, 4: 93}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12582781456953643, 2: 0.0033112582781456954, 3: 0.5629139072847682, 4: 0.3079470198675497}, 'edge_length_total': 101430.51499999997, 'edge_length_avg': 116.9902133794694, 'street_length_total': 51729.87700000001, 'street_length_avg': 116.24691460674158, 'street_segments_count': 445, 'node_density_km': 43.10282507469704, 'intersection_density_km': 37.679290793774896, 'edge_density_km': 14476.628295633884, 'street_density_km': 7383.125296247, 'circuity_avg': 1.0334324773672952, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334324773672952\n", - "6981\n", - "12013496.366863595\n", - "{'n': 226, 'm': 614, 'k_avg': 5.433628318584071, 'intersection_count': 187, 'streets_per_node_avg': 2.7876106194690267, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 157, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17256637168141592, 2: 0.0, 3: 0.6946902654867256, 4: 0.13274336283185842}, 'edge_length_total': 108291.95999999989, 'edge_length_avg': 176.37127035830602, 'street_length_total': 54145.98000000003, 'street_length_avg': 176.3712703583063, 'street_segments_count': 307, 'node_density_km': 18.812175331685108, 'intersection_density_km': 15.565826491261571, 'edge_density_km': 9014.19176341517, 'street_density_km': 4507.0958817075925, 'circuity_avg': 1.0684190962649298, 'self_loop_proportion': 0.003257328990228013, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684190962649298\n", - "6982\n", - "11003525.727499014\n", - "{'n': 189, 'm': 454, 'k_avg': 4.804232804232805, 'intersection_count': 146, 'streets_per_node_avg': 2.6507936507936507, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 126, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2275132275132275, 2: 0.0, 3: 0.6666666666666666, 4: 0.10582010582010581}, 'edge_length_total': 98717.04400000002, 'edge_length_avg': 217.43842290748904, 'street_length_total': 49698.21099999997, 'street_length_avg': 208.81601260504186, 'street_segments_count': 238, 'node_density_km': 17.17631281832407, 'intersection_density_km': 13.26847445225034, 'edge_density_km': 8971.401207641597, 'street_density_km': 4516.5715272331945, 'circuity_avg': 1.0508464034424891, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508464034424891\n", - "6983\n", - "11007179.07746391\n", - "{'n': 488, 'm': 1303, 'k_avg': 5.340163934426229, 'intersection_count': 419, 'streets_per_node_avg': 2.862704918032787, 'streets_per_node_counts': {0: 0, 1: 69, 2: 1, 3: 347, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1413934426229508, 2: 0.0020491803278688526, 3: 0.7110655737704918, 4: 0.14344262295081966, 5: 0.0020491803278688526}, 'edge_length_total': 168321.30200000003, 'edge_length_avg': 129.17981734458942, 'street_length_total': 85704.60099999997, 'street_length_avg': 128.49265517241375, 'street_segments_count': 667, 'node_density_km': 44.3347016129801, 'intersection_density_km': 38.06606552425955, 'edge_density_km': 15291.956350980146, 'street_density_km': 7786.24572171007, 'circuity_avg': 1.056487902879707, 'self_loop_proportion': 0.0030698388334612432, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.056487902879707\n", - "6984\n", - "6008322.753501614\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 164, 'm': 428, 'k_avg': 5.219512195121951, 'intersection_count': 133, 'streets_per_node_avg': 2.7195121951219514, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 117, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18902439024390244, 2: 0.0, 3: 0.7134146341463414, 4: 0.0975609756097561}, 'edge_length_total': 71956.49599999998, 'edge_length_avg': 168.12265420560743, 'street_length_total': 35978.24799999999, 'street_length_avg': 168.12265420560743, 'street_segments_count': 214, 'node_density_km': 27.29547108707198, 'intersection_density_km': 22.13596130841813, 'edge_density_km': 11976.1369274086, 'street_density_km': 5988.0684637043, 'circuity_avg': 1.0754352846525823, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0754352846525823\n", - "6985\n", - "12006087.541258927\n", - "{'n': 308, 'm': 833, 'k_avg': 5.409090909090909, 'intersection_count': 272, 'streets_per_node_avg': 2.8896103896103895, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 236, 4: 34, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11688311688311688, 2: 0.0, 3: 0.7662337662337663, 4: 0.11038961038961038, 5: 0.006493506493506494}, 'edge_length_total': 116239.1240000001, 'edge_length_avg': 139.54276590636266, 'street_length_total': 58417.41899999993, 'street_length_avg': 139.42104773269674, 'street_segments_count': 419, 'node_density_km': 25.653652694231805, 'intersection_density_km': 22.65517380789302, 'edge_density_km': 9681.682196680998, 'street_density_km': 4865.649929608495, 'circuity_avg': 1.0367226856422573, 'self_loop_proportion': 0.0024009603841536613, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367226856422573\n", - "6986\n", - "13017161.653813604\n", - "{'n': 225, 'm': 588, 'k_avg': 5.226666666666667, 'intersection_count': 182, 'streets_per_node_avg': 2.7955555555555556, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 142, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19111111111111112, 2: 0.0, 3: 0.6311111111111111, 4: 0.17777777777777778}, 'edge_length_total': 115967.40400000001, 'edge_length_avg': 197.22347619047622, 'street_length_total': 57983.70200000002, 'street_length_avg': 197.22347619047625, 'street_segments_count': 294, 'node_density_km': 17.284874074993326, 'intersection_density_km': 13.981542585105712, 'edge_density_km': 8908.808777528344, 'street_density_km': 4454.404388764173, 'circuity_avg': 1.044891699844711, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044891699844711\n", - "6987\n", - "31030764.749577258\n", - "{'n': 1257, 'm': 3556, 'k_avg': 5.6579156722354815, 'intersection_count': 1103, 'streets_per_node_avg': 2.954653937947494, 'streets_per_node_counts': {0: 0, 1: 154, 2: 2, 3: 864, 4: 225, 5: 10, 6: 0, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12251392203659507, 2: 0.0015910898965791568, 3: 0.6873508353221957, 4: 0.17899761336515513, 5: 0.007955449482895784, 6: 0.0, 7: 0.0015910898965791568}, 'edge_length_total': 425471.8370000005, 'edge_length_avg': 119.6489980314962, 'street_length_total': 213532.1909999997, 'street_length_avg': 118.69493663146176, 'street_segments_count': 1799, 'node_density_km': 40.50818631587623, 'intersection_density_km': 35.5453695357291, 'edge_density_km': 13711.290728205364, 'street_density_km': 6881.306107768702, 'circuity_avg': 1.0615302588513664, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615302588513664\n", - "6988\n", - "33031543.974071547\n", - "{'n': 2678, 'm': 7665, 'k_avg': 5.724421209858103, 'intersection_count': 2423, 'streets_per_node_avg': 2.9551904406273337, 'streets_per_node_counts': {0: 0, 1: 255, 2: 1, 3: 2038, 4: 377, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09522031366691561, 2: 0.0003734129947722181, 3: 0.7610156833457804, 4: 0.1407766990291262, 5: 0.0026138909634055266}, 'edge_length_total': 763454.9180000005, 'edge_length_avg': 99.60272902804965, 'street_length_total': 383092.9820000008, 'street_length_avg': 98.91375729408747, 'street_segments_count': 3873, 'node_density_km': 81.07401828089307, 'intersection_density_km': 73.35412482994919, 'edge_density_km': 23112.90439827101, 'street_density_km': 11597.792168017142, 'circuity_avg': 1.0519131502071963, 'self_loop_proportion': 0.0018264840182648401, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519131502071963\n", - "6989\n", - "13010581.230258316\n", - "{'n': 56, 'm': 140, 'k_avg': 5.0, 'intersection_count': 42, 'streets_per_node_avg': 2.625, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 35, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.625, 4: 0.125}, 'edge_length_total': 46574.008, 'edge_length_avg': 332.6714857142857, 'street_length_total': 23287.003999999994, 'street_length_avg': 332.6714857142856, 'street_segments_count': 70, 'node_density_km': 4.304188952739674, 'intersection_density_km': 3.2281417145547557, 'edge_density_km': 3579.7023342573075, 'street_density_km': 1789.851167128653, 'circuity_avg': 1.0670024199715407, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0670024199715407\n", - "6990\n", - "209249569.246694\n", - "{'n': 24314, 'm': 67642, 'k_avg': 5.564037180225385, 'intersection_count': 20493, 'streets_per_node_avg': 2.89684955169861, 'streets_per_node_counts': {0: 0, 1: 3821, 2: 22, 3: 15481, 4: 4843, 5: 131, 6: 14, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1571522579583779, 2: 0.0009048284938718434, 3: 0.6367113597104549, 4: 0.19918565435551533, 5: 0.005387842395327794, 6: 0.0005757999506457185, 7: 4.112856790326561e-05, 8: 4.112856790326561e-05}, 'edge_length_total': 5168521.989000025, 'edge_length_avg': 76.4099522338196, 'street_length_total': 2662381.869999967, 'street_length_avg': 76.20958551595726, 'street_segments_count': 34935, 'node_density_km': 116.19617706995182, 'intersection_density_km': 97.9356854772774, 'edge_density_km': 24700.275406094697, 'street_density_km': 12723.475988909502, 'circuity_avg': 1.08046273720922, 'self_loop_proportion': 0.0029419591378137843, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.08046273720922\n", - "6991\n", - "15017376.265932377\n", - "{'n': 727, 'm': 2004, 'k_avg': 5.513067400275103, 'intersection_count': 593, 'streets_per_node_avg': 2.861072902338377, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 429, 4: 161, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1843191196698762, 2: 0.0, 3: 0.5900962861072903, 4: 0.22145804676753783, 5: 0.0041265474552957355}, 'edge_length_total': 257090.1170000004, 'edge_length_avg': 128.28848153692635, 'street_length_total': 129165.12699999977, 'street_length_avg': 127.006024582104, 'street_segments_count': 1017, 'node_density_km': 48.41058698444106, 'intersection_density_km': 39.48759020876692, 'edge_density_km': 17119.50958991561, 'street_density_km': 8601.044863809993, 'circuity_avg': 1.0427938853244076, 'self_loop_proportion': 0.000998003992015968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427938853244076\n", - "6992\n", - "15010352.528856877\n", - "{'n': 664, 'm': 1810, 'k_avg': 5.451807228915663, 'intersection_count': 554, 'streets_per_node_avg': 2.8283132530120483, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 450, 4: 102, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16566265060240964, 2: 0.0, 3: 0.677710843373494, 4: 0.1536144578313253, 5: 0.0030120481927710845}, 'edge_length_total': 212122.30999999956, 'edge_length_avg': 117.19464640883953, 'street_length_total': 107477.89300000008, 'street_length_avg': 116.4440877573132, 'street_segments_count': 923, 'node_density_km': 44.23613627484652, 'intersection_density_km': 36.90786068714605, 'edge_density_km': 14131.734054360271, 'street_density_km': 7160.251086267134, 'circuity_avg': 1.0547009989009621, 'self_loop_proportion': 0.0011049723756906078, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547009989009621\n", - "6993\n", - "11014837.267626978\n", - "{'n': 323, 'm': 878, 'k_avg': 5.436532507739938, 'intersection_count': 274, 'streets_per_node_avg': 2.9442724458204332, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 195, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15170278637770898, 2: 0.0, 3: 0.6037151702786377, 4: 0.24148606811145512, 5: 0.0030959752321981426}, 'edge_length_total': 121139.43199999994, 'edge_length_avg': 137.97201822323456, 'street_length_total': 60759.136999999995, 'street_length_avg': 132.37284749455335, 'street_segments_count': 459, 'node_density_km': 29.32408279415159, 'intersection_density_km': 24.87553772630816, 'edge_density_km': 10997.841280509272, 'street_density_km': 5516.117535260679, 'circuity_avg': 1.0376865192470073, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0376865192470073\n", - "6994\n", - "11007177.477563292\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 323, 'm': 812, 'k_avg': 5.027863777089784, 'intersection_count': 251, 'streets_per_node_avg': 2.7120743034055725, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 205, 4: 42, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22291021671826625, 2: 0.0, 3: 0.6346749226006192, 4: 0.13003095975232198, 5: 0.009287925696594427, 6: 0.0030959752321981426}, 'edge_length_total': 120972.02000000003, 'edge_length_avg': 148.98032019704436, 'street_length_total': 61232.29500000002, 'street_length_avg': 147.54769879518076, 'street_segments_count': 415, 'node_density_km': 29.344489144323667, 'intersection_density_km': 22.803302709675666, 'edge_density_km': 10990.285224943984, 'street_density_km': 5562.942464116176, 'circuity_avg': 1.0745412903801614, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745412903801614\n", - "6995\n", - "15006235.090093218\n", - "{'n': 307, 'm': 782, 'k_avg': 5.094462540716612, 'intersection_count': 240, 'streets_per_node_avg': 2.6938110749185666, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 201, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2182410423452769, 2: 0.0, 3: 0.6547231270358306, 4: 0.1237785016286645, 5: 0.003257328990228013}, 'edge_length_total': 153849.54799999998, 'edge_length_avg': 196.7385524296675, 'street_length_total': 76979.66799999996, 'street_length_avg': 195.87701781170475, 'street_segments_count': 393, 'node_density_km': 20.458162767466874, 'intersection_density_km': 15.99335200062557, 'edge_density_km': 10252.374901254747, 'street_density_km': 5129.845530063714, 'circuity_avg': 1.106338291894654, 'self_loop_proportion': 0.005115089514066497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.106338291894654\n", - "6996\n", - "13995916.893337639\n", - "{'n': 173, 'm': 440, 'k_avg': 5.086705202312139, 'intersection_count': 139, 'streets_per_node_avg': 2.6705202312138727, 'streets_per_node_counts': {0: 0, 1: 34, 2: 4, 3: 121, 4: 13, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19653179190751446, 2: 0.023121387283236993, 3: 0.6994219653179191, 4: 0.07514450867052024, 5: 0.005780346820809248}, 'edge_length_total': 66310.09200000006, 'edge_length_avg': 150.70475454545468, 'street_length_total': 33211.05299999997, 'street_length_avg': 149.5993378378377, 'street_segments_count': 222, 'node_density_km': 12.360747875142911, 'intersection_density_km': 9.931467945924073, 'edge_density_km': 4737.8169294192585, 'street_density_km': 2372.9101317977356, 'circuity_avg': 1.050101598115678, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050101598115678\n", - "6997\n", - "16988505.383798324\n", - "{'n': 645, 'm': 1884, 'k_avg': 5.841860465116279, 'intersection_count': 538, 'streets_per_node_avg': 2.9829457364341083, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 338, 4: 197, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16589147286821707, 2: 0.0, 3: 0.524031007751938, 4: 0.3054263565891473, 5: 0.004651162790697674}, 'edge_length_total': 249068.39999999982, 'edge_length_avg': 132.20191082802538, 'street_length_total': 124534.20000000004, 'street_length_avg': 132.20191082802552, 'street_segments_count': 942, 'node_density_km': 37.96684790264873, 'intersection_density_km': 31.668471583914755, 'edge_density_km': 14660.99544210243, 'street_density_km': 7330.497721051223, 'circuity_avg': 1.0253722136696155, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0253722136696155\n", - "6998\n", - "9994553.067474216\n", - "{'n': 210, 'm': 680, 'k_avg': 6.476190476190476, 'intersection_count': 202, 'streets_per_node_avg': 3.4285714285714284, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 99, 4: 101, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0380952380952381, 2: 0.0, 3: 0.4714285714285714, 4: 0.48095238095238096, 5: 0.004761904761904762, 6: 0.004761904761904762}, 'edge_length_total': 139312.5880000003, 'edge_length_avg': 204.87145294117693, 'street_length_total': 69656.29399999997, 'street_length_avg': 204.87145294117636, 'street_segments_count': 340, 'node_density_km': 21.011444792205236, 'intersection_density_km': 20.211008800121228, 'edge_density_km': 13938.851198196382, 'street_density_km': 6969.425599098172, 'circuity_avg': 1.0187654487711142, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0187654487711142\n", - "6999\n", - "21994194.742234048\n", - "{'n': 596, 'm': 1620, 'k_avg': 5.436241610738255, 'intersection_count': 484, 'streets_per_node_avg': 2.8120805369127515, 'streets_per_node_counts': {0: 0, 1: 112, 2: 0, 3: 372, 4: 112}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18791946308724833, 2: 0.0, 3: 0.6241610738255033, 4: 0.18791946308724833}, 'edge_length_total': 299548.07299999957, 'edge_length_avg': 184.9062179012343, 'street_length_total': 151121.83000000002, 'street_length_avg': 182.95621065375303, 'street_segments_count': 826, 'node_density_km': 27.09805960095185, 'intersection_density_km': 22.005806790034722, 'edge_density_km': 13619.415328027288, 'street_density_km': 6870.987175075358, 'circuity_avg': 1.060403687722806, 'self_loop_proportion': 0.0049382716049382715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060403687722806\n", - "7000\n", - "7995068.461138987\n", - "{'n': 136, 'm': 386, 'k_avg': 5.676470588235294, 'intersection_count': 124, 'streets_per_node_avg': 3.0441176470588234, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 94, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08823529411764706, 2: 0.0, 3: 0.6911764705882353, 4: 0.22058823529411764}, 'edge_length_total': 82719.8980000001, 'edge_length_avg': 214.30025388601064, 'street_length_total': 41359.949000000015, 'street_length_avg': 214.30025388601044, 'street_segments_count': 193, 'node_density_km': 17.010485984084404, 'intersection_density_km': 15.509560750194602, 'edge_density_km': 10346.365187749214, 'street_density_km': 5173.182593874602, 'circuity_avg': 1.039798580009833, 'self_loop_proportion': 0.0051813471502590676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039798580009833\n", - "7001\n", - "16987917.278938286\n", - "{'n': 342, 'm': 970, 'k_avg': 5.6725146198830405, 'intersection_count': 292, 'streets_per_node_avg': 2.9766081871345027, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 201, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14619883040935672, 2: 0.0, 3: 0.5877192982456141, 4: 0.2631578947368421, 5: 0.0029239766081871343}, 'edge_length_total': 194422.22799999994, 'edge_length_avg': 200.43528659793807, 'street_length_total': 97987.55299999994, 'street_length_avg': 198.35537044534402, 'street_segments_count': 494, 'node_density_km': 20.131955812147346, 'intersection_density_km': 17.188687418558555, 'edge_density_km': 11444.73597367028, 'street_density_km': 5768.073354200132, 'circuity_avg': 1.0302895799845628, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0302895799845628\n", - "7002\n", - "8019248.02457322\n", - "{'n': 37, 'm': 88, 'k_avg': 4.756756756756757, 'intersection_count': 28, 'streets_per_node_avg': 2.5945945945945947, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 25, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.6756756756756757, 4: 0.08108108108108109}, 'edge_length_total': 17773.884000000002, 'edge_length_avg': 201.97595454545456, 'street_length_total': 8886.942, 'street_length_avg': 201.97595454545453, 'street_segments_count': 44, 'node_density_km': 4.613898944966118, 'intersection_density_km': 3.491599201595981, 'edge_density_km': 2216.4028279878426, 'street_density_km': 1108.201413993921, 'circuity_avg': 1.1248151262854775, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1248151262854775\n", - "7003\n", - "16993608.53930028\n", - "{'n': 329, 'm': 853, 'k_avg': 5.185410334346504, 'intersection_count': 270, 'streets_per_node_avg': 2.7750759878419453, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 227, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17933130699088146, 2: 0.0, 3: 0.6899696048632219, 4: 0.1276595744680851, 5: 0.00303951367781155}, 'edge_length_total': 173581.52900000027, 'edge_length_avg': 203.49534466588543, 'street_length_total': 87780.432, 'street_length_avg': 201.79409655172415, 'street_segments_count': 435, 'node_density_km': 19.360220005017645, 'intersection_density_km': 15.88832644788682, 'edge_density_km': 10214.518511390139, 'street_density_km': 5165.496886490854, 'circuity_avg': 1.0504810502346134, 'self_loop_proportion': 0.004689331770222743, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504810502346134\n", - "7004\n", - "8019352.700043906\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 438, 'm': 1210, 'k_avg': 5.525114155251141, 'intersection_count': 358, 'streets_per_node_avg': 2.82648401826484, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 274, 4: 84}, 'streets_per_node_proportion': {0: 0.0, 1: 0.182648401826484, 2: 0.0, 3: 0.6255707762557078, 4: 0.1917808219178082}, 'edge_length_total': 130819.034, 'edge_length_avg': 108.1149041322314, 'street_length_total': 65409.51699999998, 'street_length_avg': 108.11490413223137, 'street_segments_count': 605, 'node_density_km': 54.6178745820223, 'intersection_density_km': 44.64200707845658, 'edge_density_km': 16312.916876605734, 'street_density_km': 8156.458438302864, 'circuity_avg': 1.0681439921654023, 'self_loop_proportion': 0.003305785123966942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681439921654023\n", - "7005\n", - "28990131.79897442\n", - "{'n': 1860, 'm': 5318, 'k_avg': 5.7182795698924735, 'intersection_count': 1594, 'streets_per_node_avg': 2.9596774193548385, 'streets_per_node_counts': {0: 0, 1: 266, 2: 2, 3: 1140, 4: 445, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14301075268817204, 2: 0.001075268817204301, 3: 0.6129032258064516, 4: 0.239247311827957, 5: 0.003763440860215054}, 'edge_length_total': 606336.2819999992, 'edge_length_avg': 114.01584843926273, 'street_length_total': 307765.7369999997, 'street_length_avg': 113.5248015492437, 'street_segments_count': 2711, 'node_density_km': 64.15976349806733, 'intersection_density_km': 54.984227427913616, 'edge_density_km': 20915.26475990183, 'street_density_km': 10616.224139101274, 'circuity_avg': 1.047507243554525, 'self_loop_proportion': 0.0028206092515983454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.047507243554525\n", - "7006\n", - "12030000.948507676\n", - "{'n': 889, 'm': 2560, 'k_avg': 5.759280089988751, 'intersection_count': 766, 'streets_per_node_avg': 2.9640044994375705, 'streets_per_node_counts': {0: 0, 1: 123, 2: 1, 3: 557, 4: 201, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13835770528683913, 2: 0.0011248593925759281, 3: 0.6265466816647919, 4: 0.22609673790776152, 5: 0.007874015748031496}, 'edge_length_total': 232878.81200000033, 'edge_length_avg': 90.96828593750013, 'street_length_total': 117230.53399999993, 'street_length_avg': 90.87638294573638, 'street_segments_count': 1290, 'node_density_km': 73.89858103962001, 'intersection_density_km': 63.67414294302466, 'edge_density_km': 19358.17070977779, 'street_density_km': 9744.848275722074, 'circuity_avg': 1.0967197076104003, 'self_loop_proportion': 0.00703125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0967197076104003\n", - "7007\n", - "7998495.130470099\n", - "{'n': 149, 'm': 430, 'k_avg': 5.771812080536913, 'intersection_count': 135, 'streets_per_node_avg': 3.0805369127516777, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 95, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09395973154362416, 2: 0.0, 3: 0.6375838926174496, 4: 0.2684563758389262}, 'edge_length_total': 84820.13799999996, 'edge_length_avg': 197.25613488372085, 'street_length_total': 42410.06900000001, 'street_length_avg': 197.256134883721, 'street_segments_count': 215, 'node_density_km': 18.628504183541683, 'intersection_density_km': 16.878174931396824, 'edge_density_km': 10604.5120508831, 'street_density_km': 5302.256025441554, 'circuity_avg': 1.0338730296233511, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0338730296233511\n", - "7008\n", - "74178815.22005914\n", - "error with entry 7008\n", - "7009\n", - "15988742.489586247\n", - "{'n': 377, 'm': 1104, 'k_avg': 5.856763925729443, 'intersection_count': 319, 'streets_per_node_avg': 3.0212201591511936, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 195, 4: 124}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15384615384615385, 2: 0.0, 3: 0.5172413793103449, 4: 0.32891246684350134}, 'edge_length_total': 199919.6280000001, 'edge_length_avg': 181.0866195652175, 'street_length_total': 99959.81399999995, 'street_length_avg': 181.08661956521732, 'street_segments_count': 552, 'node_density_km': 23.579090115782826, 'intersection_density_km': 19.951537790277776, 'edge_density_km': 12503.774335612155, 'street_density_km': 6251.887167806071, 'circuity_avg': 1.0307285916130682, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307285916130682\n", - "7010\n", - "10025231.687701363\n", - "{'n': 910, 'm': 2674, 'k_avg': 5.876923076923077, 'intersection_count': 782, 'streets_per_node_avg': 3.0164835164835164, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 517, 4: 260, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14065934065934066, 2: 0.0, 3: 0.5681318681318681, 4: 0.2857142857142857, 5: 0.004395604395604396, 6: 0.001098901098901099}, 'edge_length_total': 241416.84500000015, 'edge_length_avg': 90.2830385190726, 'street_length_total': 120789.96100000017, 'street_length_avg': 90.20908215085898, 'street_segments_count': 1339, 'node_density_km': 90.7709695244609, 'intersection_density_km': 78.00318480014111, 'edge_density_km': 24080.924263941222, 'street_density_km': 12048.595460210809, 'circuity_avg': 1.0595805310214943, 'self_loop_proportion': 0.002243829468960359, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0595805310214943\n", - "7011\n", - "17987445.448668346\n", - "{'n': 318, 'm': 928, 'k_avg': 5.836477987421383, 'intersection_count': 274, 'streets_per_node_avg': 3.0377358490566038, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 174, 4: 100}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13836477987421383, 2: 0.0, 3: 0.5471698113207547, 4: 0.31446540880503143}, 'edge_length_total': 177909.31299999976, 'edge_length_avg': 191.71262176724113, 'street_length_total': 89211.562, 'street_length_avg': 191.03118201284798, 'street_segments_count': 467, 'node_density_km': 17.678997326634967, 'intersection_density_km': 15.232846753138306, 'edge_density_km': 9890.749273303332, 'street_density_km': 4959.657126109842, 'circuity_avg': 1.0215213950570303, 'self_loop_proportion': 0.0021551724137931034, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0215213950570303\n", - "7012\n", - "9026848.237640973\n", - "{'n': 278, 'm': 710, 'k_avg': 5.107913669064748, 'intersection_count': 212, 'streets_per_node_avg': 2.683453237410072, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 168, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23741007194244604, 2: 0.0, 3: 0.60431654676259, 4: 0.15827338129496402}, 'edge_length_total': 121992.53600000012, 'edge_length_avg': 171.8204732394368, 'street_length_total': 60996.26799999998, 'street_length_avg': 171.82047323943658, 'street_segments_count': 355, 'node_density_km': 30.797017151653254, 'intersection_density_km': 23.48549509406651, 'edge_density_km': 13514.410876135544, 'street_density_km': 6757.205438067763, 'circuity_avg': 1.072488254193723, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072488254193723\n", - "7013\n", - "5011810.2939467095\n", - "{'n': 57, 'm': 146, 'k_avg': 5.12280701754386, 'intersection_count': 46, 'streets_per_node_avg': 2.754385964912281, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 38, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19298245614035087, 2: 0.0, 3: 0.6666666666666666, 4: 0.14035087719298245}, 'edge_length_total': 26425.452000000005, 'edge_length_avg': 180.9962465753425, 'street_length_total': 13212.725999999995, 'street_length_avg': 180.9962465753424, 'street_segments_count': 73, 'node_density_km': 11.373135984186172, 'intersection_density_km': 9.178320267939718, 'edge_density_km': 5272.636123501483, 'street_density_km': 2636.31806175074, 'circuity_avg': 1.0582469222598365, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582469222598365\n", - "7014\n", - "6997427.988820418\n", - "{'n': 87, 'm': 244, 'k_avg': 5.609195402298851, 'intersection_count': 80, 'streets_per_node_avg': 3.0114942528735633, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 65, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08045977011494253, 2: 0.0, 3: 0.7471264367816092, 4: 0.1724137931034483}, 'edge_length_total': 39670.315999999984, 'edge_length_avg': 162.5832622950819, 'street_length_total': 19835.158000000007, 'street_length_avg': 162.58326229508202, 'street_segments_count': 122, 'node_density_km': 12.433139739200934, 'intersection_density_km': 11.43277217397787, 'edge_density_km': 5669.271061221361, 'street_density_km': 2834.6355306106825, 'circuity_avg': 1.1131273048826398, 'self_loop_proportion': 0.00819672131147541, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1131273048826398\n", - "7015\n", - "8019400.285108741\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 273, 'm': 654, 'k_avg': 4.791208791208791, 'intersection_count': 194, 'streets_per_node_avg': 2.5347985347985347, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 163, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2893772893772894, 2: 0.0, 3: 0.5970695970695971, 4: 0.11355311355311355}, 'edge_length_total': 87637.9999999999, 'edge_length_avg': 134.00305810397538, 'street_length_total': 43818.99999999999, 'street_length_avg': 134.00305810397552, 'street_segments_count': 327, 'node_density_km': 34.042445855575366, 'intersection_density_km': 24.19133515011583, 'edge_density_km': 10928.248607659014, 'street_density_km': 5464.124303829512, 'circuity_avg': 1.0407745278849445, 'self_loop_proportion': 0.0030581039755351682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407745278849445\n", - "7016\n", - "20988707.094962887\n", - "{'n': 487, 'm': 1327, 'k_avg': 5.449691991786447, 'intersection_count': 408, 'streets_per_node_avg': 2.837782340862423, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 329, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.162217659137577, 2: 0.0, 3: 0.675564681724846, 4: 0.162217659137577}, 'edge_length_total': 214763.82600000003, 'edge_length_avg': 161.8416171816127, 'street_length_total': 107511.7089999999, 'street_length_avg': 161.42899249249234, 'street_segments_count': 666, 'node_density_km': 23.20295375015624, 'intersection_density_km': 19.43902490772843, 'edge_density_km': 10232.351379639842, 'street_density_km': 5122.359777263356, 'circuity_avg': 1.0379693146536026, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0379693146536026\n", - "7017\n", - "7020893.017495447\n", - "{'n': 202, 'm': 566, 'k_avg': 5.603960396039604, 'intersection_count': 165, 'streets_per_node_avg': 2.9356435643564356, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 104, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18316831683168316, 2: 0.0, 3: 0.5148514851485149, 4: 0.30198019801980197}, 'edge_length_total': 68311.59000000007, 'edge_length_avg': 120.69185512367504, 'street_length_total': 34155.79500000001, 'street_length_avg': 120.69185512367496, 'street_segments_count': 283, 'node_density_km': 28.77126876832246, 'intersection_density_km': 23.501283894916863, 'edge_density_km': 9729.757999413123, 'street_density_km': 4864.878999706559, 'circuity_avg': 1.0138274629218906, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0138274629218906\n", - "7018\n", - "11996059.956874289\n", - "{'n': 236, 'm': 676, 'k_avg': 5.728813559322034, 'intersection_count': 200, 'streets_per_node_avg': 2.9957627118644066, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 130, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15254237288135594, 2: 0.0, 3: 0.5508474576271186, 4: 0.2923728813559322, 5: 0.00423728813559322}, 'edge_length_total': 139278.72300000017, 'edge_length_avg': 206.0336139053257, 'street_length_total': 69738.07300000006, 'street_length_avg': 205.11197941176488, 'street_segments_count': 340, 'node_density_km': 19.673126080431203, 'intersection_density_km': 16.67214074612814, 'edge_density_km': 11610.372363984987, 'street_density_km': 5813.4148420987985, 'circuity_avg': 1.0429435946556087, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0429435946556087\n", - "7019\n", - "7019351.363646883\n", - "{'n': 249, 'm': 664, 'k_avg': 5.333333333333333, 'intersection_count': 209, 'streets_per_node_avg': 2.8112449799196786, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 177, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1606425702811245, 2: 0.0, 3: 0.7108433734939759, 4: 0.12449799196787148, 5: 0.004016064257028112}, 'edge_length_total': 88800.53799999987, 'edge_length_avg': 133.7357499999998, 'street_length_total': 44400.26899999997, 'street_length_avg': 133.7357499999999, 'street_segments_count': 332, 'node_density_km': 35.47336314998667, 'intersection_density_km': 29.774830917057084, 'edge_density_km': 12650.818202362194, 'street_density_km': 6325.409101181102, 'circuity_avg': 1.1122196515103764, 'self_loop_proportion': 0.012048192771084338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1122196515103764\n", - "7020\n", - "15990353.042045819\n", - "{'n': 437, 'm': 1343, 'k_avg': 6.146453089244852, 'intersection_count': 391, 'streets_per_node_avg': 3.219679633867277, 'streets_per_node_counts': {0: 0, 1: 46, 2: 1, 3: 202, 4: 187, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10526315789473684, 2: 0.002288329519450801, 3: 0.4622425629290618, 4: 0.4279176201372998, 5: 0.002288329519450801}, 'edge_length_total': 243443.9439999998, 'edge_length_avg': 181.26875949367076, 'street_length_total': 122877.52900000014, 'street_length_avg': 180.70224852941197, 'street_segments_count': 680, 'node_density_km': 27.32897759361102, 'intersection_density_km': 24.45224311007302, 'edge_density_km': 15224.425837245517, 'street_density_km': 7684.4788027443765, 'circuity_avg': 1.028568782113013, 'self_loop_proportion': 0.0029784065524944155, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.028568782113013\n", - "7021\n", - "9027390.74702854\n", - "{'n': 228, 'm': 630, 'k_avg': 5.526315789473684, 'intersection_count': 190, 'streets_per_node_avg': 2.8728070175438596, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 143, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6271929824561403, 4: 0.20614035087719298}, 'edge_length_total': 102936.86399999981, 'edge_length_avg': 163.39184761904733, 'street_length_total': 51468.43200000002, 'street_length_avg': 163.3918476190477, 'street_segments_count': 315, 'node_density_km': 25.256467387882658, 'intersection_density_km': 21.047056156568882, 'edge_density_km': 11402.726090468894, 'street_density_km': 5701.36304523446, 'circuity_avg': 1.0557205960693825, 'self_loop_proportion': 0.006349206349206349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557205960693825\n", - "7022\n", - "13987993.692707174\n", - "{'n': 382, 'm': 1079, 'k_avg': 5.649214659685864, 'intersection_count': 326, 'streets_per_node_avg': 3.0157068062827226, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 208, 4: 118}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14659685863874344, 2: 0.0, 3: 0.5445026178010471, 4: 0.3089005235602094}, 'edge_length_total': 191733.92099999986, 'edge_length_avg': 177.69594161260412, 'street_length_total': 99705.24599999998, 'street_length_avg': 177.7277112299465, 'street_segments_count': 561, 'node_density_km': 27.309134418552162, 'intersection_density_km': 23.305701100649227, 'edge_density_km': 13707.035133992296, 'street_density_km': 7127.91613939479, 'circuity_avg': 1.0343938236160033, 'self_loop_proportion': 0.0027803521779425394, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343938236160033\n", - "7023\n", - "21051880.684320472\n", - "{'n': 2042, 'm': 5638, 'k_avg': 5.52203721841332, 'intersection_count': 1693, 'streets_per_node_avg': 2.815866797257591, 'streets_per_node_counts': {0: 0, 1: 349, 2: 0, 3: 1374, 4: 316, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17091087169441724, 2: 0.0, 3: 0.672869735553379, 4: 0.15475024485798236, 5: 0.0014691478942213516}, 'edge_length_total': 479581.09400000086, 'edge_length_avg': 85.06227279177028, 'street_length_total': 240747.82000000015, 'street_length_avg': 84.8899224259521, 'street_segments_count': 2836, 'node_density_km': 96.9984596920545, 'intersection_density_km': 80.42036839306967, 'edge_density_km': 22780.91450314911, 'street_density_km': 11435.929340950051, 'circuity_avg': 1.068599477254284, 'self_loop_proportion': 0.0024831500532103584, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.068599477254284\n", - "7024\n", - "6999070.750548343\n", - "{'n': 189, 'm': 511, 'k_avg': 5.407407407407407, 'intersection_count': 149, 'streets_per_node_avg': 2.7936507936507935, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 109, 4: 39, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21164021164021163, 2: 0.0, 3: 0.5767195767195767, 4: 0.20634920634920634, 5: 0.005291005291005291}, 'edge_length_total': 76649.85999999999, 'edge_length_avg': 149.99972602739723, 'street_length_total': 38428.00399999997, 'street_length_avg': 149.525307392996, 'street_segments_count': 257, 'node_density_km': 27.00358472375676, 'intersection_density_km': 21.288540337776492, 'edge_density_km': 10951.433801979332, 'street_density_km': 5490.4437131156765, 'circuity_avg': 1.0700206369167318, 'self_loop_proportion': 0.005870841487279843, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700206369167318\n", - "7025\n", - "11026451.325965313\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 679, 'm': 1959, 'k_avg': 5.7702503681885124, 'intersection_count': 585, 'streets_per_node_avg': 2.9734904270986746, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 416, 4: 168, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13843888070692195, 2: 0.0, 3: 0.6126656848306333, 4: 0.24742268041237114, 5: 0.0014727540500736377}, 'edge_length_total': 197890.48900000012, 'edge_length_avg': 101.01607401735585, 'street_length_total': 99744.79099999998, 'street_length_avg': 101.36665752032519, 'street_segments_count': 984, 'node_density_km': 61.57919533014914, 'intersection_density_km': 53.05424045381038, 'edge_density_km': 17946.888182783117, 'street_density_km': 9045.955770477027, 'circuity_avg': 1.0579130362903677, 'self_loop_proportion': 0.005104645227156712, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579130362903677\n", - "7026\n", - "6999380.130240487\n", - "{'n': 411, 'm': 1090, 'k_avg': 5.304136253041363, 'intersection_count': 318, 'streets_per_node_avg': 2.763990267639903, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 229, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22627737226277372, 2: 0.0, 3: 0.5571776155717761, 4: 0.21654501216545013}, 'edge_length_total': 117133.9439999999, 'edge_length_avg': 107.46233394495404, 'street_length_total': 58756.386999999995, 'street_length_avg': 107.21968430656933, 'street_segments_count': 548, 'node_density_km': 58.719485490478526, 'intersection_density_km': 45.432594613070975, 'edge_density_km': 16734.902494283502, 'street_density_km': 8394.512929244382, 'circuity_avg': 1.050586487321066, 'self_loop_proportion': 0.007339449541284404, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050586487321066\n", - "7027\n", - "6014854.984709182\n", - "{'n': 64, 'm': 166, 'k_avg': 5.1875, 'intersection_count': 52, 'streets_per_node_avg': 2.671875, 'streets_per_node_counts': {0: 0, 1: 12, 2: 0, 3: 49, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.765625, 4: 0.046875}, 'edge_length_total': 37478.671999999984, 'edge_length_avg': 225.77513253012037, 'street_length_total': 18739.336, 'street_length_avg': 225.7751325301205, 'street_segments_count': 83, 'node_density_km': 10.640323027354649, 'intersection_density_km': 8.645262459725652, 'edge_density_km': 6231.018386191746, 'street_density_km': 3115.5091930958743, 'circuity_avg': 1.165164972217558, 'self_loop_proportion': 0.024096385542168676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.165164972217558\n", - "7028\n", - "44128952.22960591\n", - "{'n': 3542, 'm': 10615, 'k_avg': 5.9937888198757765, 'intersection_count': 3002, 'streets_per_node_avg': 3.026538678712592, 'streets_per_node_counts': {0: 0, 1: 540, 2: 0, 3: 1851, 4: 1129, 5: 21, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15245623941276115, 2: 0.0, 3: 0.5225861095426313, 4: 0.31874647092038394, 5: 0.005928853754940711, 6: 0.000282326369282891}, 'edge_length_total': 893439.4130000008, 'edge_length_avg': 84.16763193593978, 'street_length_total': 447945.0210000002, 'street_length_avg': 84.01069411102779, 'street_segments_count': 5332, 'node_density_km': 80.2647654440272, 'intersection_density_km': 68.02790114708347, 'edge_density_km': 20246.1052859668, 'street_density_km': 10150.819323090021, 'circuity_avg': 1.0584391987336652, 'self_loop_proportion': 0.0022609514837494114, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0584391987336652\n", - "7029\n", - "48968117.7136821\n", - "{'n': 2425, 'm': 6719, 'k_avg': 5.541443298969072, 'intersection_count': 1978, 'streets_per_node_avg': 2.8692783505154638, 'streets_per_node_counts': {0: 0, 1: 447, 2: 0, 3: 1402, 4: 575, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1843298969072165, 2: 0.0, 3: 0.5781443298969072, 4: 0.23711340206185566, 5: 0.0004123711340206186}, 'edge_length_total': 860450.0020000009, 'edge_length_avg': 128.06221193630017, 'street_length_total': 438155.05299999926, 'street_length_avg': 127.29664526438096, 'street_segments_count': 3442, 'node_density_km': 49.5220178602543, 'intersection_density_km': 40.393629413436294, 'edge_density_km': 17571.63726470099, 'street_density_km': 8947.761798031603, 'circuity_avg': 1.0423348509711152, 'self_loop_proportion': 0.0008929900282780176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423348509711152\n", - "7030\n", - "46112807.46855926\n", - "{'n': 2868, 'm': 7790, 'k_avg': 5.4323570432357045, 'intersection_count': 2328, 'streets_per_node_avg': 2.7573221757322175, 'streets_per_node_counts': {0: 0, 1: 540, 2: 0, 3: 1956, 4: 360, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18828451882845187, 2: 0.0, 3: 0.6820083682008368, 4: 0.12552301255230125, 5: 0.0041841004184100415}, 'edge_length_total': 704848.1960000002, 'edge_length_avg': 90.48115481386395, 'street_length_total': 354938.3030000006, 'street_length_avg': 90.84676298950616, 'street_segments_count': 3907, 'node_density_km': 62.195302291136066, 'intersection_density_km': 50.4848897258594, 'edge_density_km': 15285.302168612949, 'street_density_km': 7697.174006202191, 'circuity_avg': 1.0982477396340826, 'self_loop_proportion': 0.005134788189987163, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0982477396340826\n", - "7031\n", - "23991755.60939578\n", - "{'n': 1533, 'm': 4300, 'k_avg': 5.609915198956295, 'intersection_count': 1285, 'streets_per_node_avg': 2.900195694716243, 'streets_per_node_counts': {0: 0, 1: 248, 2: 0, 3: 944, 4: 339, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16177429876060012, 2: 0.0, 3: 0.6157860404435747, 4: 0.22113502935420742, 5: 0.001304631441617743}, 'edge_length_total': 456598.6519999999, 'edge_length_avg': 106.18573302325579, 'street_length_total': 231853.95799999963, 'street_length_avg': 105.91775148469604, 'street_segments_count': 2189, 'node_density_km': 63.896949642136164, 'intersection_density_km': 53.56006542083821, 'edge_density_km': 19031.481456954498, 'street_density_km': 9663.901290708369, 'circuity_avg': 1.0609338909450567, 'self_loop_proportion': 0.0018604651162790699, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609338909450567\n", - "7032\n", - "18041707.778885815\n", - "{'n': 1307, 'm': 3362, 'k_avg': 5.14460596786534, 'intersection_count': 977, 'streets_per_node_avg': 2.6358071920428463, 'streets_per_node_counts': {0: 0, 1: 330, 2: 0, 3: 795, 4: 180, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.252486610558531, 2: 0.0, 3: 0.6082631981637338, 4: 0.13771996939556236, 5: 0.001530221882172915}, 'edge_length_total': 329097.7139999993, 'edge_length_avg': 97.88748185603785, 'street_length_total': 165456.09400000016, 'street_length_avg': 97.84511768184515, 'street_segments_count': 1691, 'node_density_km': 72.44325293471277, 'intersection_density_km': 54.15230154339279, 'edge_density_km': 18240.940272025793, 'street_density_km': 9170.755675005068, 'circuity_avg': 1.0735601761872948, 'self_loop_proportion': 0.001189767995240928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735601761872948\n", - "7033\n", - "25069804.645714343\n", - "{'n': 173, 'm': 431, 'k_avg': 4.982658959537572, 'intersection_count': 136, 'streets_per_node_avg': 2.6763005780346822, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 118, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2138728323699422, 2: 0.0, 3: 0.6820809248554913, 4: 0.10404624277456648}, 'edge_length_total': 128975.76800000003, 'edge_length_avg': 299.2477215777263, 'street_length_total': 64537.11399999998, 'street_length_avg': 298.78293518518507, 'street_segments_count': 216, 'node_density_km': 6.900731874253921, 'intersection_density_km': 5.424852802881696, 'edge_density_km': 5144.665856901614, 'street_density_km': 2574.2966453882013, 'circuity_avg': 1.1866079412288417, 'self_loop_proportion': 0.004640371229698376, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1866079412288417\n", - "7034\n", - "5011640.312346229\n", - "{'n': 721, 'm': 1958, 'k_avg': 5.431345353675451, 'intersection_count': 602, 'streets_per_node_avg': 2.868238557558946, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 460, 4: 141, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1650485436893204, 2: 0.0, 3: 0.6380027739251041, 4: 0.1955617198335645, 5: 0.0013869625520110957}, 'edge_length_total': 135098.81500000003, 'edge_length_avg': 68.99837334014302, 'street_length_total': 68969.60699999989, 'street_length_avg': 68.42222916666655, 'street_segments_count': 1008, 'node_density_km': 143.86507312262788, 'intersection_density_km': 120.12035231598057, 'edge_density_km': 26957.005407427714, 'street_density_km': 13761.88287696795, 'circuity_avg': 1.0598856925101379, 'self_loop_proportion': 0.005107252298263534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0598856925101379\n", - "7035\n", - "8021419.949831738\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 289, 'm': 816, 'k_avg': 5.647058823529412, 'intersection_count': 228, 'streets_per_node_avg': 2.9515570934256057, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 121, 4: 106, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21107266435986158, 2: 0.0, 3: 0.4186851211072664, 4: 0.36678200692041524, 5: 0.0034602076124567475}, 'edge_length_total': 117410.99000000006, 'edge_length_avg': 143.88601715686283, 'street_length_total': 58705.495000000046, 'street_length_avg': 143.88601715686286, 'street_segments_count': 408, 'node_density_km': 36.02853382661535, 'intersection_density_km': 28.42389519885225, 'edge_density_km': 14637.182784883733, 'street_density_km': 7318.591392441868, 'circuity_avg': 1.0377409011809666, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0377409011809666\n", - "7036\n", - "22993296.268231295\n", - "{'n': 863, 'm': 2372, 'k_avg': 5.497103128621089, 'intersection_count': 741, 'streets_per_node_avg': 2.8482039397450754, 'streets_per_node_counts': {0: 0, 1: 122, 2: 1, 3: 626, 4: 114}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1413673232908459, 2: 0.0011587485515643105, 3: 0.7253765932792584, 4: 0.1320973348783314}, 'edge_length_total': 342030.72700000013, 'edge_length_avg': 144.195078836425, 'street_length_total': 172518.83000000002, 'street_length_avg': 143.05043946932008, 'street_segments_count': 1206, 'node_density_km': 37.53267865261949, 'intersection_density_km': 32.226784335563195, 'edge_density_km': 14875.236808589605, 'street_density_km': 7503.005571165575, 'circuity_avg': 1.048792404721465, 'self_loop_proportion': 0.0016863406408094434, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048792404721465\n", - "7037\n", - "22052544.222396467\n", - "{'n': 929, 'm': 2658, 'k_avg': 5.722282023681378, 'intersection_count': 782, 'streets_per_node_avg': 2.930032292787944, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 554, 4: 227, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15823466092572658, 2: 0.0, 3: 0.596340150699677, 4: 0.24434876210979548, 5: 0.001076426264800861}, 'edge_length_total': 342142.33000000095, 'edge_length_avg': 128.72171933784836, 'street_length_total': 171646.80800000005, 'street_length_avg': 128.76729782445614, 'street_segments_count': 1333, 'node_density_km': 42.12665852208163, 'intersection_density_km': 35.46076099490617, 'edge_density_km': 15514.868785639832, 'street_density_km': 7783.53763942014, 'circuity_avg': 1.0491705249383485, 'self_loop_proportion': 0.0007524454477050414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0491705249383485\n", - "7038\n", - "18987937.32757093\n", - "{'n': 579, 'm': 1648, 'k_avg': 5.692573402417962, 'intersection_count': 498, 'streets_per_node_avg': 2.9792746113989637, 'streets_per_node_counts': {0: 0, 1: 81, 2: 1, 3: 348, 4: 147, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13989637305699482, 2: 0.0017271157167530224, 3: 0.6010362694300518, 4: 0.2538860103626943, 5: 0.0034542314335060447}, 'edge_length_total': 285574.1199999992, 'edge_length_avg': 173.28526699029075, 'street_length_total': 144586.13600000014, 'street_length_avg': 172.33150893921353, 'street_segments_count': 839, 'node_density_km': 30.49304355767377, 'intersection_density_km': 26.227177360486248, 'edge_density_km': 15039.76525061197, 'street_density_km': 7614.630989436525, 'circuity_avg': 1.0497052037308419, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497052037308419\n", - "7039\n", - "5012038.180245076\n", - "{'n': 426, 'm': 1215, 'k_avg': 5.704225352112676, 'intersection_count': 368, 'streets_per_node_avg': 2.9530516431924885, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 273, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13615023474178403, 2: 0.0, 3: 0.6408450704225352, 4: 0.22065727699530516, 5: 0.002347417840375587}, 'edge_length_total': 113666.67299999997, 'edge_length_avg': 93.55281728395059, 'street_length_total': 56885.032000000036, 'street_length_avg': 93.5609078947369, 'street_segments_count': 608, 'node_density_km': 84.99536210220363, 'intersection_density_km': 73.42322360002566, 'edge_density_km': 22678.732466168472, 'street_density_km': 11349.680500083201, 'circuity_avg': 1.0291179512782207, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0291179512782207\n", - "7040\n", - "11032139.872074023\n", - "{'n': 656, 'm': 1797, 'k_avg': 5.478658536585366, 'intersection_count': 552, 'streets_per_node_avg': 2.8338414634146343, 'streets_per_node_counts': {0: 0, 1: 104, 2: 1, 3: 454, 4: 94, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15853658536585366, 2: 0.001524390243902439, 3: 0.6920731707317073, 4: 0.14329268292682926, 5: 0.004573170731707317}, 'edge_length_total': 182174.92199999967, 'edge_length_avg': 101.37725208681117, 'street_length_total': 91608.93300000015, 'street_length_avg': 101.3373152654869, 'street_segments_count': 904, 'node_density_km': 59.46262534801176, 'intersection_density_km': 50.03562376844892, 'edge_density_km': 16513.10843702629, 'street_density_km': 8303.822654741036, 'circuity_avg': 1.0685771365918582, 'self_loop_proportion': 0.0011129660545353367, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685771365918582\n", - "7041\n", - "7019578.736787599\n", - "{'n': 346, 'm': 873, 'k_avg': 5.046242774566474, 'intersection_count': 264, 'streets_per_node_avg': 2.6502890173410405, 'streets_per_node_counts': {0: 0, 1: 82, 2: 1, 3: 222, 4: 40, 5: 0, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23699421965317918, 2: 0.002890173410404624, 3: 0.6416184971098265, 4: 0.11560693641618497, 5: 0.0, 6: 0.0, 7: 0.002890173410404624}, 'edge_length_total': 103429.47800000005, 'edge_length_avg': 118.47591981672399, 'street_length_total': 51976.82100000003, 'street_length_avg': 118.39822551252855, 'street_segments_count': 439, 'node_density_km': 49.2907071740236, 'intersection_density_km': 37.609094491162516, 'edge_density_km': 14734.428073006124, 'street_density_km': 7404.5498952244, 'circuity_avg': 1.0699539723490148, 'self_loop_proportion': 0.002290950744558992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699539723490148\n", - "7042\n", - "7998856.894048975\n", - "{'n': 511, 'm': 1289, 'k_avg': 5.045009784735812, 'intersection_count': 410, 'streets_per_node_avg': 2.710371819960861, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 356, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19765166340508805, 2: 0.0, 3: 0.6966731898238747, 4: 0.10567514677103718}, 'edge_length_total': 133464.48399999994, 'edge_length_avg': 103.54110473235062, 'street_length_total': 68640.437, 'street_length_avg': 102.1435074404762, 'street_segments_count': 672, 'node_density_km': 63.88412829090317, 'intersection_density_km': 51.25732406902211, 'edge_density_km': 16685.44465388491, 'street_density_km': 8581.280789142185, 'circuity_avg': 1.0479351096713458, 'self_loop_proportion': 0.004654771140418929, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0479351096713458\n", - "7043\n", - "13029862.504755832\n", - "{'n': 648, 'm': 1776, 'k_avg': 5.481481481481482, 'intersection_count': 525, 'streets_per_node_avg': 2.8487654320987654, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 378, 4: 146, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18981481481481483, 2: 0.0, 3: 0.5833333333333334, 4: 0.22530864197530864, 5: 0.0015432098765432098}, 'edge_length_total': 218427.62399999992, 'edge_length_avg': 122.98852702702699, 'street_length_total': 109213.81199999999, 'street_length_avg': 122.98852702702702, 'street_segments_count': 888, 'node_density_km': 49.73191388347217, 'intersection_density_km': 40.29205985929458, 'edge_density_km': 16763.616954536166, 'street_density_km': 8381.808477268085, 'circuity_avg': 1.0546198969760086, 'self_loop_proportion': 0.0011261261261261261, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546198969760086\n", - "7044\n", - "8993581.086113669\n", - "{'n': 233, 'm': 710, 'k_avg': 6.094420600858369, 'intersection_count': 211, 'streets_per_node_avg': 3.236051502145923, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 113, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0944206008583691, 2: 0.0, 3: 0.48497854077253216, 4: 0.41630901287553645, 5: 0.004291845493562232}, 'edge_length_total': 136730.86600000004, 'edge_length_avg': 192.5786845070423, 'street_length_total': 68365.433, 'street_length_avg': 192.57868450704225, 'street_segments_count': 355, 'node_density_km': 25.90736635040276, 'intersection_density_km': 23.461177252939837, 'edge_density_km': 15203.16153163017, 'street_density_km': 7601.580765815084, 'circuity_avg': 1.020086847427279, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020086847427279\n", - "7045\n", - "6015033.735068838\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 341, 'm': 1017, 'k_avg': 5.964809384164223, 'intersection_count': 307, 'streets_per_node_avg': 3.1202346041055717, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 202, 4: 101, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09970674486803519, 2: 0.0, 3: 0.592375366568915, 4: 0.2961876832844575, 5: 0.011730205278592375}, 'edge_length_total': 102738.70300000005, 'edge_length_avg': 101.02134021632257, 'street_length_total': 51447.042999999976, 'street_length_avg': 101.07474066797637, 'street_segments_count': 509, 'node_density_km': 56.69128637000029, 'intersection_density_km': 51.038782743665955, 'edge_density_km': 17080.320331540795, 'street_density_km': 8553.076385931723, 'circuity_avg': 1.0344176611615874, 'self_loop_proportion': 0.003933136676499509, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344176611615874\n", - "7046\n", - "37984451.359749675\n", - "{'n': 2547, 'm': 7217, 'k_avg': 5.667059285433844, 'intersection_count': 2108, 'streets_per_node_avg': 2.8928150765606597, 'streets_per_node_counts': {0: 0, 1: 439, 2: 2, 3: 1501, 4: 603, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1723596387907342, 2: 0.0007852375343541421, 3: 0.5893207695327837, 4: 0.23674911660777384, 5: 0.0007852375343541421}, 'edge_length_total': 788218.3750000014, 'edge_length_avg': 109.21690106692552, 'street_length_total': 396670.17499999976, 'street_length_avg': 108.94539274924465, 'street_segments_count': 3641, 'node_density_km': 67.05375249144537, 'intersection_density_km': 55.49639193245655, 'edge_density_km': 20751.079633474423, 'street_density_km': 10442.96181200954, 'circuity_avg': 1.0644464950238257, 'self_loop_proportion': 0.0024941111265068586, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644464950238257\n", - "7047\n", - "12035166.553356372\n", - "{'n': 319, 'm': 942, 'k_avg': 5.905956112852665, 'intersection_count': 275, 'streets_per_node_avg': 3.0564263322884013, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 171, 4: 102, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13793103448275862, 2: 0.0, 3: 0.5360501567398119, 4: 0.31974921630094044, 5: 0.006269592476489028}, 'edge_length_total': 156390.54799999992, 'edge_length_avg': 166.01969002123133, 'street_length_total': 78195.27399999992, 'street_length_avg': 166.01969002123124, 'street_segments_count': 471, 'node_density_km': 26.50565728241103, 'intersection_density_km': 22.849704553802614, 'edge_density_km': 12994.464788390125, 'street_density_km': 6497.232394195059, 'circuity_avg': 1.0369256501735935, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0369256501735935\n", - "7048\n", - "14033784.252740396\n", - "{'n': 687, 'm': 1898, 'k_avg': 5.525473071324599, 'intersection_count': 556, 'streets_per_node_avg': 2.8355167394468705, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 410, 4: 143, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19068413391557495, 2: 0.0, 3: 0.5967976710334789, 4: 0.2081513828238719, 5: 0.004366812227074236}, 'edge_length_total': 224066.38399999985, 'edge_length_avg': 118.05394309799782, 'street_length_total': 112033.19199999997, 'street_length_avg': 118.05394309799786, 'street_segments_count': 949, 'node_density_km': 48.9532963901628, 'intersection_density_km': 39.61867946569217, 'edge_density_km': 15966.212673979657, 'street_density_km': 7983.106336989831, 'circuity_avg': 1.0588863513747906, 'self_loop_proportion': 0.002107481559536354, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588863513747906\n", - "7049\n", - "8996244.207059002\n", - "{'n': 158, 'm': 438, 'k_avg': 5.544303797468355, 'intersection_count': 141, 'streets_per_node_avg': 2.9367088607594938, 'streets_per_node_counts': {0: 0, 1: 17, 2: 0, 3: 117, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10759493670886076, 2: 0.0, 3: 0.740506329113924, 4: 0.1518987341772152}, 'edge_length_total': 94127.12799999995, 'edge_length_avg': 214.90211872146108, 'street_length_total': 47063.56400000004, 'street_length_avg': 214.9021187214614, 'street_segments_count': 219, 'node_density_km': 17.562884728720856, 'intersection_density_km': 15.673207257909118, 'edge_density_km': 10462.9360690478, 'street_density_km': 5231.468034523908, 'circuity_avg': 1.0335444974617647, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0335444974617647\n", - "7050\n", - "10023172.857200997\n", - "{'n': 638, 'm': 1805, 'k_avg': 5.658307210031348, 'intersection_count': 534, 'streets_per_node_avg': 2.9059561128526648, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 390, 4: 140, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16300940438871472, 2: 0.0, 3: 0.6112852664576802, 4: 0.219435736677116, 5: 0.006269592476489028}, 'edge_length_total': 201245.87299999976, 'edge_length_avg': 111.49355844875333, 'street_length_total': 100695.9480000001, 'street_length_avg': 111.51267774086391, 'street_segments_count': 903, 'node_density_km': 63.652498973081016, 'intersection_density_km': 53.276543027625806, 'edge_density_km': 20078.060696660308, 'street_density_km': 10046.314618594712, 'circuity_avg': 1.0653900645460521, 'self_loop_proportion': 0.0033240997229916896, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653900645460521\n", - "7051\n", - "6016583.644576587\n", - "{'n': 352, 'm': 879, 'k_avg': 4.994318181818182, 'intersection_count': 269, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 231, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23579545454545456, 2: 0.0, 3: 0.65625, 4: 0.10795454545454546}, 'edge_length_total': 93885.51699999993, 'edge_length_avg': 106.80946188850959, 'street_length_total': 47015.35900000001, 'street_length_avg': 106.61079138321998, 'street_segments_count': 441, 'node_density_km': 58.50496241622047, 'intersection_density_km': 44.709758210123034, 'edge_density_km': 15604.456373614843, 'street_density_km': 7814.294918409414, 'circuity_avg': 1.0755637887192668, 'self_loop_proportion': 0.004550625711035267, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755637887192668\n", - "7052\n", - "21049387.267319743\n", - "{'n': 533, 'm': 1419, 'k_avg': 5.324577861163227, 'intersection_count': 436, 'streets_per_node_avg': 2.7711069418386494, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 366, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18198874296435272, 2: 0.0, 3: 0.6866791744840526, 4: 0.1275797373358349, 5: 0.00375234521575985}, 'edge_length_total': 213948.47199999992, 'edge_length_avg': 150.77411698379134, 'street_length_total': 107848.76999999997, 'street_length_avg': 150.4166945606694, 'street_segments_count': 717, 'node_density_km': 25.321402149672547, 'intersection_density_km': 20.71319200235878, 'edge_density_km': 10164.11875951211, 'street_density_km': 5123.606147312456, 'circuity_avg': 1.0586421950721738, 'self_loop_proportion': 0.004228329809725159, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586421950721738\n", - "7053\n", - "15989956.675366335\n", - "{'n': 531, 'm': 1489, 'k_avg': 5.608286252354049, 'intersection_count': 446, 'streets_per_node_avg': 2.87758945386064, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 343, 4: 101, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.160075329566855, 2: 0.0, 3: 0.6459510357815442, 4: 0.1902071563088512, 5: 0.003766478342749529}, 'edge_length_total': 233375.16199999995, 'edge_length_avg': 156.73281531229009, 'street_length_total': 117390.0920000001, 'street_length_avg': 156.52012266666682, 'street_segments_count': 750, 'node_density_km': 33.208345136922304, 'intersection_density_km': 27.8925083447596, 'edge_density_km': 14595.109088665073, 'street_density_km': 7341.48905987018, 'circuity_avg': 1.057486790169488, 'self_loop_proportion': 0.002686366689053056, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057486790169488\n", - "7054\n", - "23064823.911681604\n", - "{'n': 1443, 'm': 3867, 'k_avg': 5.35966735966736, 'intersection_count': 1134, 'streets_per_node_avg': 2.7643797643797643, 'streets_per_node_counts': {0: 0, 1: 309, 2: 0, 3: 860, 4: 270, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21413721413721415, 2: 0.0, 3: 0.5959805959805959, 4: 0.18711018711018712, 5: 0.002772002772002772}, 'edge_length_total': 421849.3949999998, 'edge_length_avg': 109.08957719162136, 'street_length_total': 211259.05199999962, 'street_length_avg': 109.06507589055221, 'street_segments_count': 1937, 'node_density_km': 62.56280149917668, 'intersection_density_km': 49.16577747752346, 'edge_density_km': 18289.72970334911, 'street_density_km': 9159.36114704104, 'circuity_avg': 1.069619869420448, 'self_loop_proportion': 0.004137574347039048, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069619869420448\n", - "7055\n", - "6995466.806727836\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 142, 'm': 456, 'k_avg': 6.422535211267606, 'intersection_count': 137, 'streets_per_node_avg': 3.415492957746479, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 69, 4: 67, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.035211267605633804, 2: 0.0, 3: 0.4859154929577465, 4: 0.47183098591549294, 5: 0.007042253521126761}, 'edge_length_total': 97038.47199999998, 'edge_length_avg': 212.80366666666663, 'street_length_total': 48519.23599999996, 'street_length_avg': 212.8036666666665, 'street_segments_count': 228, 'node_density_km': 20.2988598078162, 'intersection_density_km': 19.58411122303394, 'edge_density_km': 13871.6221062866, 'street_density_km': 6935.811053143296, 'circuity_avg': 1.0124407981864498, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0124407981864498\n", - "7056\n", - "9032110.026521286\n", - "{'n': 708, 'm': 2007, 'k_avg': 5.669491525423729, 'intersection_count': 565, 'streets_per_node_avg': 2.884180790960452, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 361, 4: 204}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2019774011299435, 2: 0.0, 3: 0.5098870056497176, 4: 0.288135593220339}, 'edge_length_total': 150924.5399999999, 'edge_length_avg': 75.19907324364718, 'street_length_total': 75933.91100000005, 'street_length_avg': 75.25660158572849, 'street_segments_count': 1009, 'node_density_km': 78.38699904242486, 'intersection_density_km': 62.55459669346052, 'edge_density_km': 16709.77651477176, 'street_density_km': 8407.106509667483, 'circuity_avg': 1.0780045310982653, 'self_loop_proportion': 0.004982561036372696, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0780045310982653\n", - "7057\n", - "19067422.573235676\n", - "{'n': 2601, 'm': 7520, 'k_avg': 5.78239138792772, 'intersection_count': 2205, 'streets_per_node_avg': 2.934640522875817, 'streets_per_node_counts': {0: 0, 1: 396, 2: 0, 3: 1594, 4: 600, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1522491349480969, 2: 0.0, 3: 0.6128412149173394, 4: 0.2306805074971165, 5: 0.004229142637447136}, 'edge_length_total': 475003.19300000067, 'edge_length_avg': 63.1653182180852, 'street_length_total': 238103.23199999947, 'street_length_avg': 63.12386850477186, 'street_segments_count': 3772, 'node_density_km': 136.41067585353355, 'intersection_density_km': 115.64226845714781, 'edge_density_km': 24911.767239414272, 'street_density_km': 12487.436678212465, 'circuity_avg': 1.0643700654070998, 'self_loop_proportion': 0.0007978723404255319, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643700654070998\n", - "7058\n", - "9035252.554245504\n", - "{'n': 58, 'm': 150, 'k_avg': 5.172413793103448, 'intersection_count': 47, 'streets_per_node_avg': 2.6724137931034484, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 44, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1896551724137931, 2: 0.0, 3: 0.7586206896551724, 4: 0.05172413793103448}, 'edge_length_total': 25779.441999999992, 'edge_length_avg': 171.8629466666666, 'street_length_total': 12889.721000000003, 'street_length_avg': 171.86294666666672, 'street_segments_count': 75, 'node_density_km': 6.41930036286001, 'intersection_density_km': 5.20184684576587, 'edge_density_km': 2853.206575602216, 'street_density_km': 1426.6032878011088, 'circuity_avg': 1.1735368813629972, 'self_loop_proportion': 0.013333333333333334, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1735368813629972\n", - "7059\n", - "16993066.73368579\n", - "{'n': 1657, 'm': 4586, 'k_avg': 5.535304767652383, 'intersection_count': 1345, 'streets_per_node_avg': 2.835847917923959, 'streets_per_node_counts': {0: 0, 1: 312, 2: 1, 3: 997, 4: 341, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18829209414604708, 2: 0.0006035003017501509, 3: 0.6016898008449004, 4: 0.20579360289680146, 5: 0.003621001810500905}, 'edge_length_total': 421390.92899999977, 'edge_length_avg': 91.88637788922803, 'street_length_total': 213378.8669999997, 'street_length_avg': 91.50037178387637, 'street_segments_count': 2332, 'node_density_km': 97.51035678070319, 'intersection_density_km': 79.14992750153638, 'edge_density_km': 24797.815226881077, 'street_density_km': 12556.819221866135, 'circuity_avg': 1.0498463294828726, 'self_loop_proportion': 0.0034888791975577847, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498463294828726\n", - "7060\n", - "14055093.559405666\n", - "{'n': 1266, 'm': 3458, 'k_avg': 5.4628751974723535, 'intersection_count': 1053, 'streets_per_node_avg': 2.7993680884676144, 'streets_per_node_counts': {0: 0, 1: 213, 2: 0, 3: 883, 4: 168, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16824644549763032, 2: 0.0, 3: 0.6974723538704581, 4: 0.13270142180094788, 5: 0.001579778830963665}, 'edge_length_total': 283107.76799999917, 'edge_length_avg': 81.87037825332538, 'street_length_total': 143051.0259999999, 'street_length_avg': 81.32519954519607, 'street_segments_count': 1759, 'node_density_km': 90.07410691711782, 'intersection_density_km': 74.91945859693922, 'edge_density_km': 20142.716717139425, 'street_density_km': 10177.877891411841, 'circuity_avg': 1.1156422393772538, 'self_loop_proportion': 0.006362058993637941, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1156422393772538\n", - "7061\n", - "19064473.851890534\n", - "{'n': 3268, 'm': 8608, 'k_avg': 5.268053855569155, 'intersection_count': 2602, 'streets_per_node_avg': 2.752447980416157, 'streets_per_node_counts': {0: 0, 1: 666, 2: 4, 3: 2089, 4: 493, 5: 14, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20379436964504283, 2: 0.0012239902080783353, 3: 0.6392288861689106, 4: 0.15085679314565484, 5: 0.004283965728274173, 6: 0.0006119951040391676}, 'edge_length_total': 557531.0199999993, 'edge_length_avg': 64.76893819702595, 'street_length_total': 287447.3130000002, 'street_length_avg': 64.87188287068386, 'street_segments_count': 4431, 'node_density_km': 171.41831583649648, 'intersection_density_km': 136.4842282149828, 'edge_density_km': 29244.50075734514, 'street_density_km': 15077.642070436443, 'circuity_avg': 1.110093629427836, 'self_loop_proportion': 0.0060408921933085506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.110093629427836\n", - "7062\n", - "24001579.966668718\n", - "{'n': 335, 'm': 975, 'k_avg': 5.82089552238806, 'intersection_count': 302, 'streets_per_node_avg': 3.005970149253731, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 235, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09850746268656717, 2: 0.0, 3: 0.7014925373134329, 4: 0.19701492537313434, 5: 0.0029850746268656717}, 'edge_length_total': 226757.85300000038, 'edge_length_avg': 232.5721569230773, 'street_length_total': 113451.09099999984, 'street_length_avg': 231.53283877550987, 'street_segments_count': 490, 'node_density_km': 13.957414489596873, 'intersection_density_km': 12.582505002561957, 'edge_density_km': 9447.62191967786, 'street_density_km': 4726.817616071556, 'circuity_avg': 1.0227636495977175, 'self_loop_proportion': 0.0020512820512820513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0227636495977175\n", - "7063\n", - "8026294.314648589\n", - "{'n': 709, 'm': 1922, 'k_avg': 5.421720733427362, 'intersection_count': 578, 'streets_per_node_avg': 2.7291960507757405, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 510, 4: 67, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1847672778561354, 2: 0.0, 3: 0.7193229901269393, 4: 0.09449929478138223, 5: 0.0, 6: 0.0014104372355430183}, 'edge_length_total': 137608.974, 'edge_length_avg': 71.59676066597294, 'street_length_total': 68804.48700000002, 'street_length_avg': 71.59676066597297, 'street_segments_count': 961, 'node_density_km': 88.33466257348945, 'intersection_density_km': 72.01330742944556, 'edge_density_km': 17144.770501232837, 'street_density_km': 8572.385250616422, 'circuity_avg': 1.0709850236942513, 'self_loop_proportion': 0.005202913631633715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709850236942513\n", - "7064\n", - "21997691.682688486\n", - "{'n': 504, 'm': 1389, 'k_avg': 5.511904761904762, 'intersection_count': 432, 'streets_per_node_avg': 2.8948412698412698, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 343, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6805555555555556, 4: 0.17261904761904762, 5: 0.003968253968253968}, 'edge_length_total': 214281.51399999953, 'edge_length_avg': 154.2703484521235, 'street_length_total': 108215.52399999989, 'street_length_avg': 152.20186216596326, 'street_segments_count': 711, 'node_density_km': 22.911494863646656, 'intersection_density_km': 19.63842416883999, 'edge_density_km': 9741.09088766948, 'street_density_km': 4919.403615660374, 'circuity_avg': 1.0570786840605675, 'self_loop_proportion': 0.007199424046076314, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570786840605675\n", - "7065\n", - "11039452.31898499\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 921, 'm': 2438, 'k_avg': 5.294245385450597, 'intersection_count': 744, 'streets_per_node_avg': 2.6959826275787186, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 674, 4: 66, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19218241042345277, 2: 0.0, 3: 0.7318132464712269, 4: 0.07166123778501629, 5: 0.004343105320304018}, 'edge_length_total': 161593.1279999999, 'edge_length_avg': 66.28102050861358, 'street_length_total': 80796.56400000007, 'street_length_avg': 66.28102050861368, 'street_segments_count': 1219, 'node_density_km': 83.42805180797959, 'intersection_density_km': 67.39464771458937, 'edge_density_km': 14637.784858412018, 'street_density_km': 7318.89242920602, 'circuity_avg': 1.0999307538215497, 'self_loop_proportion': 0.004101722723543888, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0999307538215497\n", - "7066\n", - "6020943.0658243885\n", - "{'n': 329, 'm': 906, 'k_avg': 5.507598784194529, 'intersection_count': 272, 'streets_per_node_avg': 2.7933130699088147, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 228, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17325227963525835, 2: 0.0, 3: 0.6930091185410334, 4: 0.1276595744680851, 5: 0.0060790273556231}, 'edge_length_total': 75179.29399999998, 'edge_length_avg': 82.97935320088298, 'street_length_total': 37589.64699999999, 'street_length_avg': 82.97935320088298, 'street_segments_count': 453, 'node_density_km': 54.64260272903831, 'intersection_density_km': 45.17564724102863, 'edge_density_km': 12486.298770491101, 'street_density_km': 6243.149385245551, 'circuity_avg': 1.0489813244946826, 'self_loop_proportion': 0.002207505518763797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489813244946826\n", - "7067\n", - "9994162.832243847\n", - "{'n': 170, 'm': 522, 'k_avg': 6.141176470588236, 'intersection_count': 148, 'streets_per_node_avg': 3.223529411764706, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 66, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12941176470588237, 2: 0.0, 3: 0.38823529411764707, 4: 0.4823529411764706}, 'edge_length_total': 119371.87800000003, 'edge_length_avg': 228.6817586206897, 'street_length_total': 59685.939, 'street_length_avg': 228.68175862068966, 'street_segments_count': 261, 'node_density_km': 17.009928980898177, 'intersection_density_km': 14.808644053958412, 'edge_density_km': 11944.159806449657, 'street_density_km': 5972.079903224828, 'circuity_avg': 1.026145455305515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.026145455305515\n", - "7068\n", - "5020904.380851381\n", - "{'n': 337, 'm': 838, 'k_avg': 4.973293768545994, 'intersection_count': 243, 'streets_per_node_avg': 2.513353115727003, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 220, 4: 22, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2789317507418398, 2: 0.0, 3: 0.6528189910979229, 4: 0.06528189910979229, 5: 0.002967359050445104}, 'edge_length_total': 68680.45599999995, 'edge_length_avg': 81.95758472553693, 'street_length_total': 34340.227999999996, 'street_length_avg': 81.95758472553698, 'street_segments_count': 419, 'node_density_km': 67.11938217450296, 'intersection_density_km': 48.397655395858216, 'edge_density_km': 13678.901407071606, 'street_density_km': 6839.450703535807, 'circuity_avg': 1.1345691963065119, 'self_loop_proportion': 0.007159904534606206, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1345691963065119\n", - "7069\n", - "23093227.726918668\n", - "{'n': 3031, 'm': 7970, 'k_avg': 5.258990432200594, 'intersection_count': 2433, 'streets_per_node_avg': 2.711976245463543, 'streets_per_node_counts': {0: 0, 1: 598, 2: 0, 3: 2122, 4: 299, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19729462223688551, 2: 0.0, 3: 0.7000989772352358, 4: 0.09864731111844276, 5: 0.00395908940943583}, 'edge_length_total': 543868.1970000012, 'edge_length_avg': 68.23942245922224, 'street_length_total': 277291.0779999992, 'street_length_avg': 67.88031285189699, 'street_segments_count': 4085, 'node_density_km': 131.25060021241245, 'intersection_density_km': 105.35556262514004, 'edge_density_km': 23550.982280664048, 'street_density_km': 12007.46302245027, 'circuity_avg': 1.094247930678574, 'self_loop_proportion': 0.002258469259723965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.094247930678574\n", - "7070\n", - "6024122.863577517\n", - "{'n': 281, 'm': 792, 'k_avg': 5.637010676156583, 'intersection_count': 245, 'streets_per_node_avg': 2.903914590747331, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 203, 4: 39, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12811387900355872, 2: 0.0, 3: 0.7224199288256228, 4: 0.1387900355871886, 5: 0.010676156583629894}, 'edge_length_total': 76821.846, 'edge_length_avg': 96.99728030303031, 'street_length_total': 38410.923, 'street_length_avg': 96.99728030303031, 'street_segments_count': 396, 'node_density_km': 46.645794975224646, 'intersection_density_km': 40.669821241743904, 'edge_density_km': 12752.370384819507, 'street_density_km': 6376.185192409754, 'circuity_avg': 1.0836234411026646, 'self_loop_proportion': 0.007575757575757576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0836234411026646\n", - "7071\n", - "11042762.196427431\n", - "{'n': 207, 'm': 550, 'k_avg': 5.314009661835748, 'intersection_count': 172, 'streets_per_node_avg': 2.753623188405797, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 154, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16908212560386474, 2: 0.0, 3: 0.7439613526570048, 4: 0.0821256038647343, 5: 0.004830917874396135}, 'edge_length_total': 72931.01000000002, 'edge_length_avg': 132.6018363636364, 'street_length_total': 36465.505, 'street_length_avg': 132.60183636363635, 'street_segments_count': 275, 'node_density_km': 18.74530994310182, 'intersection_density_km': 15.575813092818903, 'edge_density_km': 6604.4173280843415, 'street_density_km': 3302.2086640421694, 'circuity_avg': 1.1298654297994724, 'self_loop_proportion': 0.01090909090909091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1298654297994724\n", - "7072\n", - "37974631.85439682\n", - "{'n': 1586, 'm': 4332, 'k_avg': 5.462799495586381, 'intersection_count': 1277, 'streets_per_node_avg': 2.8581336696090793, 'streets_per_node_counts': {0: 0, 1: 309, 2: 0, 3: 892, 4: 380, 5: 3, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1948297604035309, 2: 0.0, 3: 0.562421185372005, 4: 0.23959646910466584, 5: 0.0018915510718789407, 6: 0.0006305170239596469, 7: 0.0006305170239596469}, 'edge_length_total': 571580.7690000016, 'edge_length_avg': 131.94385249307516, 'street_length_total': 296456.5920000002, 'street_length_avg': 132.99981695827734, 'street_segments_count': 2229, 'node_density_km': 41.76472351545307, 'intersection_density_km': 33.62771243961763, 'edge_density_km': 15051.64740481407, 'street_density_km': 7806.700882227921, 'circuity_avg': 1.0441270445970632, 'self_loop_proportion': 0.002770083102493075, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441270445970632\n", - "7073\n", - "7026133.12899196\n", - "{'n': 676, 'm': 1764, 'k_avg': 5.218934911242603, 'intersection_count': 534, 'streets_per_node_avg': 2.63905325443787, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 494, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21005917159763313, 2: 0.0, 3: 0.7307692307692307, 4: 0.05917159763313609}, 'edge_length_total': 133975.20000000036, 'edge_length_avg': 75.94965986394578, 'street_length_total': 66987.60000000006, 'street_length_avg': 75.94965986394566, 'street_segments_count': 882, 'node_density_km': 96.21223902100839, 'intersection_density_km': 76.00197579470189, 'edge_density_km': 19068.127167584968, 'street_density_km': 9534.063583792467, 'circuity_avg': 1.0876193050180298, 'self_loop_proportion': 0.005668934240362812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0876193050180298\n", - "7074\n", - "4016609.532015995\n", - "{'n': 15, 'm': 30, 'k_avg': 4.0, 'intersection_count': 8, 'streets_per_node_avg': 2.066666666666667, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4666666666666667, 2: 0.0, 3: 0.5333333333333333}, 'edge_length_total': 4078.2100000000005, 'edge_length_avg': 135.94033333333334, 'street_length_total': 2039.1050000000002, 'street_length_avg': 135.94033333333334, 'street_segments_count': 15, 'node_density_km': 3.734492954925415, 'intersection_density_km': 1.9917295759602214, 'edge_density_km': 1015.3364342470919, 'street_density_km': 507.66821712354596, 'circuity_avg': 1.0673113627555508, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673113627555508\n", - "7075\n", - "2008099.321117795\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 43, 'm': 114, 'k_avg': 5.3023255813953485, 'intersection_count': 34, 'streets_per_node_avg': 2.697674418604651, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 29, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20930232558139536, 2: 0.0, 3: 0.6744186046511628, 4: 0.11627906976744186}, 'edge_length_total': 12814.666000000008, 'edge_length_avg': 112.40935087719305, 'street_length_total': 6407.333000000001, 'street_length_avg': 112.409350877193, 'street_segments_count': 57, 'node_density_km': 21.413283470493052, 'intersection_density_km': 16.931433441785202, 'edge_density_km': 6381.490131109058, 'street_density_km': 3190.7450655545276, 'circuity_avg': 1.0571284598133326, 'self_loop_proportion': 0.017543859649122806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571284598133326\n", - "7076\n", - "33975914.30263344\n", - "{'n': 1891, 'm': 5102, 'k_avg': 5.396086726599683, 'intersection_count': 1500, 'streets_per_node_avg': 2.77683765203596, 'streets_per_node_counts': {0: 0, 1: 391, 2: 1, 3: 1144, 4: 350, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20676890534108938, 2: 0.0005288207297726071, 3: 0.6049709148598625, 4: 0.1850872554204125, 5: 0.0021152829190904283, 6: 0.0005288207297726071}, 'edge_length_total': 594143.7589999988, 'edge_length_avg': 116.45310838886688, 'street_length_total': 302066.092, 'street_length_avg': 116.35827889060093, 'street_segments_count': 2596, 'node_density_km': 55.65707468992028, 'intersection_density_km': 44.14892228179821, 'edge_density_km': 17487.20442687093, 'street_density_km': 8890.594946449672, 'circuity_avg': 1.0575657751930332, 'self_loop_proportion': 0.0027440219521756176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575657751930332\n", - "7077\n", - "5014263.927284958\n", - "{'n': 476, 'm': 1098, 'k_avg': 4.61344537815126, 'intersection_count': 307, 'streets_per_node_avg': 2.3403361344537816, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 283, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3550420168067227, 2: 0.0, 3: 0.5945378151260504, 4: 0.05042016806722689}, 'edge_length_total': 69328.73499999994, 'edge_length_avg': 63.14092440801452, 'street_length_total': 34870.29999999997, 'street_length_avg': 63.2854809437386, 'street_segments_count': 551, 'node_density_km': 94.92918739475621, 'intersection_density_km': 61.22533724829865, 'edge_density_km': 13826.30352238737, 'street_density_km': 6954.221099183538, 'circuity_avg': 1.1398619422862608, 'self_loop_proportion': 0.0036429872495446266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1398619422862608\n", - "7078\n", - "10993263.957048172\n", - "{'n': 311, 'm': 941, 'k_avg': 6.051446945337621, 'intersection_count': 266, 'streets_per_node_avg': 3.180064308681672, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 121, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14469453376205788, 2: 0.0, 3: 0.3890675241157556, 4: 0.4630225080385852, 5: 0.003215434083601286}, 'edge_length_total': 167496.5589999999, 'edge_length_avg': 177.99846865037182, 'street_length_total': 84347.923, 'street_length_avg': 176.460089958159, 'street_segments_count': 478, 'node_density_km': 28.290051181806366, 'intersection_density_km': 24.19663541595014, 'edge_density_km': 15236.290118605939, 'street_density_km': 7672.6915072317115, 'circuity_avg': 1.0112930219623817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0112930219623817\n", - "7079\n", - "18058655.606740866\n", - "{'n': 1532, 'm': 4359, 'k_avg': 5.690600522193211, 'intersection_count': 1323, 'streets_per_node_avg': 2.941906005221932, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 1008, 4: 303, 5: 10, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13642297650130547, 2: 0.0, 3: 0.6579634464751958, 4: 0.19778067885117492, 5: 0.006527415143603133, 6: 0.0013054830287206266}, 'edge_length_total': 396265.93800000043, 'edge_length_avg': 90.90753337921552, 'street_length_total': 202264.79199999984, 'street_length_avg': 90.86468643306372, 'street_segments_count': 2226, 'node_density_km': 84.83466506931673, 'intersection_density_km': 73.2612675500692, 'edge_density_km': 21943.26901345213, 'street_density_km': 11200.434650545038, 'circuity_avg': 1.067426849593282, 'self_loop_proportion': 0.006423491626519844, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067426849593282\n", - "7080\n", - "10993958.269148069\n", - "{'n': 333, 'm': 941, 'k_avg': 5.651651651651652, 'intersection_count': 292, 'streets_per_node_avg': 2.996996996996997, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 212, 4: 79, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12312312312312312, 2: 0.0, 3: 0.6366366366366366, 4: 0.23723723723723725, 5: 0.003003003003003003}, 'edge_length_total': 149157.4569999998, 'edge_length_avg': 158.50951859723676, 'street_length_total': 76478.91900000002, 'street_length_avg': 158.99983160083164, 'street_segments_count': 481, 'node_density_km': 30.289363652987966, 'intersection_density_km': 26.56004260262008, 'edge_density_km': 13567.220590474202, 'street_density_km': 6956.449817953187, 'circuity_avg': 1.034568308211376, 'self_loop_proportion': 0.0021253985122210413, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034568308211376\n", - "7081\n", - "14037018.024901414\n", - "{'n': 1752, 'm': 5009, 'k_avg': 5.718036529680365, 'intersection_count': 1499, 'streets_per_node_avg': 2.9452054794520546, 'streets_per_node_counts': {0: 0, 1: 253, 2: 0, 3: 1106, 4: 377, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14440639269406394, 2: 0.0, 3: 0.6312785388127854, 4: 0.2151826484018265, 5: 0.008561643835616438, 6: 0.0005707762557077625}, 'edge_length_total': 310167.0989999997, 'edge_length_avg': 61.92196027151122, 'street_length_total': 157709.41200000016, 'street_length_avg': 61.70164788732401, 'street_segments_count': 2556, 'node_density_km': 124.8128339574676, 'intersection_density_km': 106.78906284374654, 'edge_density_km': 22096.366795979666, 'street_density_km': 11235.250372994216, 'circuity_avg': 1.0572293407772517, 'self_loop_proportion': 0.002395687762028349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572293407772517\n", - "7082\n", - "7018529.297334358\n", - "{'n': 292, 'm': 820, 'k_avg': 5.616438356164384, 'intersection_count': 239, 'streets_per_node_avg': 2.941780821917808, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 153, 4: 83, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1815068493150685, 2: 0.0, 3: 0.523972602739726, 4: 0.2842465753424658, 5: 0.010273972602739725}, 'edge_length_total': 102873.15800000007, 'edge_length_avg': 125.4550707317074, 'street_length_total': 51436.57899999997, 'street_length_avg': 125.45507073170724, 'street_segments_count': 410, 'node_density_km': 41.60415774155161, 'intersection_density_km': 34.05271815147546, 'edge_density_km': 14657.36675617659, 'street_density_km': 7328.683378088286, 'circuity_avg': 1.0667064339272854, 'self_loop_proportion': 0.004878048780487805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667064339272854\n", - "7083\n", - "8994757.51729417\n", - "{'n': 197, 'm': 618, 'k_avg': 6.274111675126903, 'intersection_count': 183, 'streets_per_node_avg': 3.33502538071066, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 89, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07106598984771574, 2: 0.0, 3: 0.4517766497461929, 4: 0.47715736040609136}, 'edge_length_total': 111087.02000000008, 'edge_length_avg': 179.75245954692568, 'street_length_total': 55543.51000000001, 'street_length_avg': 179.7524595469256, 'street_segments_count': 309, 'node_density_km': 21.90164655592207, 'intersection_density_km': 20.345184364130652, 'edge_density_km': 12350.196187769785, 'street_density_km': 6175.09809388489, 'circuity_avg': 1.0130868731163387, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0130868731163387\n", - "7084\n", - "33089094.81261905\n", - "{'n': 2977, 'm': 8583, 'k_avg': 5.766207591535102, 'intersection_count': 2597, 'streets_per_node_avg': 3.051058112193483, 'streets_per_node_counts': {0: 0, 1: 380, 2: 4, 3: 1692, 4: 886, 5: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12764528048370843, 2: 0.0013436345314074571, 3: 0.5683574067853544, 4: 0.29761504870675176, 5: 0.0050386294927779645}, 'edge_length_total': 694845.0749999998, 'edge_length_avg': 80.95596819293951, 'street_length_total': 357329.1409999997, 'street_length_avg': 79.88579052090313, 'street_segments_count': 4473, 'node_density_km': 89.9692184648301, 'intersection_density_km': 78.48507233898683, 'edge_density_km': 20999.216779269816, 'street_density_km': 10799.000184910667, 'circuity_avg': 1.0638260638001218, 'self_loop_proportion': 0.002330187580100198, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638260638001218\n", - "7085\n", - "5996378.646233724\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 129, 'm': 432, 'k_avg': 6.6976744186046515, 'intersection_count': 126, 'streets_per_node_avg': 3.627906976744186, 'streets_per_node_counts': {0: 0, 1: 3, 2: 0, 3: 39, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.023255813953488372, 2: 0.0, 3: 0.3023255813953488, 4: 0.6744186046511628}, 'edge_length_total': 84726.69800000013, 'edge_length_avg': 196.12661574074104, 'street_length_total': 42363.34900000001, 'street_length_avg': 196.1266157407408, 'street_segments_count': 216, 'node_density_km': 21.51298435448599, 'intersection_density_km': 21.01268239275376, 'edge_density_km': 14129.644406831492, 'street_density_km': 7064.822203415736, 'circuity_avg': 1.0032416720239448, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0032416720239448\n", - "7086\n", - "16051575.832417196\n", - "{'n': 1899, 'm': 5812, 'k_avg': 6.121116377040548, 'intersection_count': 1692, 'streets_per_node_avg': 3.1137440758293837, 'streets_per_node_counts': {0: 0, 1: 207, 2: 0, 3: 1075, 4: 606, 5: 10, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10900473933649289, 2: 0.0, 3: 0.5660874144286466, 4: 0.31911532385466035, 5: 0.0052659294365455505, 6: 0.0, 7: 0.000526592943654555}, 'edge_length_total': 433382.3369999991, 'edge_length_avg': 74.56681641431506, 'street_length_total': 217639.52699999989, 'street_length_avg': 74.66193036020579, 'street_segments_count': 2915, 'node_density_km': 118.30614139235144, 'intersection_density_km': 105.41021128797189, 'edge_density_km': 26999.363895771246, 'street_density_km': 13558.763904068706, 'circuity_avg': 1.065068719551773, 'self_loop_proportion': 0.0017205781142463868, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065068719551773\n", - "7087\n", - "4011411.8556364793\n", - "{'n': 180, 'm': 550, 'k_avg': 6.111111111111111, 'intersection_count': 161, 'streets_per_node_avg': 3.227777777777778, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 84, 4: 75, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10555555555555556, 2: 0.0, 3: 0.4666666666666667, 4: 0.4166666666666667, 5: 0.011111111111111112}, 'edge_length_total': 68012.53599999995, 'edge_length_avg': 123.65915636363627, 'street_length_total': 34006.268000000025, 'street_length_avg': 123.65915636363646, 'street_segments_count': 275, 'node_density_km': 44.87198185523633, 'intersection_density_km': 40.13549488162805, 'edge_density_km': 16954.762674003363, 'street_density_km': 8477.381337001694, 'circuity_avg': 1.020625307355863, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.020625307355863\n", - "7088\n", - "17988731.914023086\n", - "{'n': 1133, 'm': 3343, 'k_avg': 5.901147396293028, 'intersection_count': 998, 'streets_per_node_avg': 3.0626654898499557, 'streets_per_node_counts': {0: 0, 1: 135, 2: 0, 3: 667, 4: 322, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11915269196822595, 2: 0.0, 3: 0.588702559576346, 4: 0.28420123565754635, 5: 0.00706090026478376, 6: 0.00088261253309797}, 'edge_length_total': 382272.36600000056, 'edge_length_avg': 114.35009452587514, 'street_length_total': 193718.54400000037, 'street_length_avg': 113.41835128805643, 'street_segments_count': 1708, 'node_density_km': 62.983872649565235, 'intersection_density_km': 55.47917467278562, 'edge_density_km': 21250.656679251566, 'street_density_km': 10768.882705344415, 'circuity_avg': 1.042245290595359, 'self_loop_proportion': 0.0017947950942267424, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042245290595359\n", - "7089\n", - "10028217.458487324\n", - "{'n': 2485, 'm': 6955, 'k_avg': 5.597585513078471, 'intersection_count': 2069, 'streets_per_node_avg': 2.8535211267605636, 'streets_per_node_counts': {0: 0, 1: 416, 2: 3, 3: 1605, 4: 452, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16740442655935614, 2: 0.0012072434607645875, 3: 0.6458752515090543, 4: 0.1818913480885312, 5: 0.0032193158953722333, 6: 0.00040241448692152917}, 'edge_length_total': 388270.68499999936, 'edge_length_avg': 55.826122933141534, 'street_length_total': 195357.59099999996, 'street_length_avg': 55.68916505131128, 'street_segments_count': 3508, 'node_density_km': 247.80076920817413, 'intersection_density_km': 206.31782353791237, 'edge_density_km': 38717.816661563185, 'street_density_km': 19480.789263764935, 'circuity_avg': 1.0725915250613782, 'self_loop_proportion': 0.0023005032350826744, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0725915250613782\n", - "7090\n", - "29081872.878678013\n", - "{'n': 2588, 'm': 7002, 'k_avg': 5.41112828438949, 'intersection_count': 2088, 'streets_per_node_avg': 2.774729520865533, 'streets_per_node_counts': {0: 0, 1: 500, 2: 1, 3: 1678, 4: 401, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19319938176197837, 2: 0.0003863987635239567, 3: 0.6483771251931993, 4: 0.15494590417310664, 5: 0.002704791344667697, 6: 0.0003863987635239567}, 'edge_length_total': 603315.666999998, 'edge_length_avg': 86.16333433304742, 'street_length_total': 306072.2449999987, 'street_length_avg': 86.09627144866349, 'street_segments_count': 3555, 'node_density_km': 88.9901420997355, 'intersection_density_km': 71.79730166315599, 'edge_density_km': 20745.419991238996, 'street_density_km': 10524.50254070129, 'circuity_avg': 1.069013729362035, 'self_loop_proportion': 0.00485575549842902, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069013729362035\n", - "7091\n", - "10995638.087291807\n", - "{'n': 187, 'm': 488, 'k_avg': 5.219251336898396, 'intersection_count': 159, 'streets_per_node_avg': 2.8663101604278074, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 128, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1497326203208556, 2: 0.0, 3: 0.6844919786096256, 4: 0.1657754010695187}, 'edge_length_total': 104748.42399999998, 'edge_length_avg': 214.64840983606555, 'street_length_total': 52374.21199999997, 'street_length_avg': 214.64840983606544, 'street_segments_count': 244, 'node_density_km': 17.00674381199623, 'intersection_density_km': 14.460279497900537, 'edge_density_km': 9526.361559777311, 'street_density_km': 4763.180779888653, 'circuity_avg': 1.0388938175970783, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388938175970783\n", - "7092\n", - "7022883.96331539\n", - "{'n': 1863, 'm': 4370, 'k_avg': 4.691358024691358, 'intersection_count': 1242, 'streets_per_node_avg': 2.418679549114332, 'streets_per_node_counts': {0: 0, 1: 621, 2: 0, 3: 1088, 4: 149, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5840042941492217, 4: 0.07997852925389157, 5: 0.0026838432635534087}, 'edge_length_total': 182777.46900000007, 'edge_length_avg': 41.82550778032038, 'street_length_total': 93124.27699999996, 'street_length_avg': 41.89126270805216, 'street_segments_count': 2223, 'node_density_km': 265.2756345870917, 'intersection_density_km': 176.85042305806115, 'edge_density_km': 26025.984475146273, 'street_density_km': 13260.118989070907, 'circuity_avg': 1.0513184649584582, 'self_loop_proportion': 0.0009153318077803204, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513184649584582\n", - "7093\n", - "5014889.775429379\n", - "{'n': 185, 'm': 478, 'k_avg': 5.167567567567567, 'intersection_count': 141, 'streets_per_node_avg': 2.6864864864864866, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 111, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23783783783783785, 2: 0.0, 3: 0.6, 4: 0.16216216216216217}, 'edge_length_total': 53152.95400000002, 'edge_length_avg': 111.1986485355649, 'street_length_total': 26576.477, 'street_length_avg': 111.19864853556484, 'street_segments_count': 239, 'node_density_km': 36.890142811595524, 'intersection_density_km': 28.116271007756588, 'edge_density_km': 10599.027372530638, 'street_density_km': 5299.513686265317, 'circuity_avg': 1.0553384960370198, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553384960370198\n", - "7094\n", - "8993219.596331194\n", - "{'n': 535, 'm': 1424, 'k_avg': 5.323364485981308, 'intersection_count': 449, 'streets_per_node_avg': 2.8149532710280374, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 377, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16074766355140188, 2: 0.0, 3: 0.7046728971962617, 4: 0.13271028037383178, 5: 0.001869158878504673}, 'edge_length_total': 152591.36999999973, 'edge_length_avg': 107.15686095505599, 'street_length_total': 82671.096, 'street_length_avg': 111.56693117408908, 'street_segments_count': 741, 'node_density_km': 59.48926235697108, 'intersection_density_km': 49.92650242669162, 'edge_density_km': 16967.379520260994, 'street_density_km': 9192.60283978008, 'circuity_avg': 1.0824342397052804, 'self_loop_proportion': 0.004213483146067416, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0824342397052804\n", - "7095\n", - "9028809.44546496\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 479, 'm': 1192, 'k_avg': 4.977035490605428, 'intersection_count': 350, 'streets_per_node_avg': 2.5302713987473906, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 318, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26931106471816285, 2: 0.0, 3: 0.6638830897703549, 4: 0.06471816283924843, 5: 0.0020876826722338203}, 'edge_length_total': 113712.14399999997, 'edge_length_avg': 95.39609395973152, 'street_length_total': 56856.07200000005, 'street_length_avg': 95.39609395973163, 'street_segments_count': 596, 'node_density_km': 53.05239886755997, 'intersection_density_km': 38.764800842684735, 'edge_density_km': 12594.367473013392, 'street_density_km': 6297.183736506703, 'circuity_avg': 1.0653095088296163, 'self_loop_proportion': 0.0016778523489932886, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653095088296163\n", - "7096\n", - "7022723.070420063\n", - "{'n': 322, 'm': 864, 'k_avg': 5.366459627329193, 'intersection_count': 252, 'streets_per_node_avg': 2.7732919254658386, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 187, 4: 63, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21739130434782608, 2: 0.0, 3: 0.5807453416149069, 4: 0.1956521739130435, 5: 0.006211180124223602}, 'edge_length_total': 109202.74000000003, 'edge_length_avg': 126.39206018518523, 'street_length_total': 54700.79999999994, 'street_length_avg': 126.32979214780586, 'street_segments_count': 433, 'node_density_km': 45.85116012281254, 'intersection_density_km': 35.88351661785329, 'edge_density_km': 15549.914029782196, 'street_density_km': 7789.115340515345, 'circuity_avg': 1.072166469161027, 'self_loop_proportion': 0.006944444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072166469161027\n", - "7097\n", - "10004906.413334243\n", - "{'n': 83, 'm': 236, 'k_avg': 5.686746987951807, 'intersection_count': 73, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 54, 4: 18, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12048192771084337, 2: 0.0, 3: 0.6506024096385542, 4: 0.21686746987951808, 5: 0.012048192771084338}, 'edge_length_total': 65402.88200000004, 'edge_length_avg': 277.1308559322036, 'street_length_total': 32701.440999999973, 'street_length_avg': 277.1308559322032, 'street_segments_count': 118, 'node_density_km': 8.295929674002753, 'intersection_density_km': 7.2964200747253125, 'edge_density_km': 6537.080837940975, 'street_density_km': 3268.5404189704823, 'circuity_avg': 1.049750523241554, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049750523241554\n", - "7098\n", - "8995361.979067529\n", - "{'n': 284, 'm': 808, 'k_avg': 5.690140845070423, 'intersection_count': 257, 'streets_per_node_avg': 3.0809859154929575, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 181, 4: 75, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09507042253521127, 2: 0.0, 3: 0.6373239436619719, 4: 0.2640845070422535, 5: 0.0035211267605633804}, 'edge_length_total': 116084.1399999999, 'edge_length_avg': 143.66849009900977, 'street_length_total': 58415.67699999998, 'street_length_avg': 140.08555635491604, 'street_segments_count': 417, 'node_density_km': 31.571825643134357, 'intersection_density_km': 28.570278839033556, 'edge_density_km': 12904.888126807025, 'street_density_km': 6493.97735587906, 'circuity_avg': 1.0188820032197832, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188820032197832\n", - "7099\n", - "6016543.564629781\n", - "{'n': 173, 'm': 452, 'k_avg': 5.22543352601156, 'intersection_count': 134, 'streets_per_node_avg': 2.653179190751445, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 116, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2254335260115607, 2: 0.0, 3: 0.6705202312138728, 4: 0.10404624277456648}, 'edge_length_total': 61187.54, 'edge_length_avg': 135.37066371681416, 'street_length_total': 30593.769999999997, 'street_length_avg': 135.37066371681414, 'street_segments_count': 226, 'node_density_km': 28.75405091671522, 'intersection_density_km': 22.27192383144416, 'edge_density_km': 10169.88231577196, 'street_density_km': 5084.94115788598, 'circuity_avg': 1.0621105113566387, 'self_loop_proportion': 0.004424778761061947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621105113566387\n", - "7100\n", - "25981027.386461794\n", - "{'n': 1265, 'm': 3445, 'k_avg': 5.446640316205533, 'intersection_count': 1021, 'streets_per_node_avg': 2.7905138339920947, 'streets_per_node_counts': {0: 0, 1: 244, 2: 0, 3: 805, 4: 211, 5: 3, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19288537549407114, 2: 0.0, 3: 0.6363636363636364, 4: 0.16679841897233202, 5: 0.0023715415019762848, 6: 0.0015810276679841897}, 'edge_length_total': 489381.2450000001, 'edge_length_avg': 142.05551378809872, 'street_length_total': 245834.77999999956, 'street_length_avg': 142.01893703061788, 'street_segments_count': 1731, 'node_density_km': 48.689375565616274, 'intersection_density_km': 39.297907077070526, 'edge_density_km': 18836.10057910978, 'street_density_km': 9462.088482617099, 'circuity_avg': 1.0608818954008141, 'self_loop_proportion': 0.0052249637155297535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608818954008141\n", - "7101\n", - "22062541.00808958\n", - "{'n': 978, 'm': 2558, 'k_avg': 5.231083844580777, 'intersection_count': 737, 'streets_per_node_avg': 2.6564417177914113, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 591, 4: 146}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24642126789366053, 2: 0.0, 3: 0.6042944785276073, 4: 0.1492842535787321}, 'edge_length_total': 279482.0799999996, 'edge_length_avg': 109.25804534792792, 'street_length_total': 139741.0400000001, 'street_length_avg': 109.25804534792815, 'street_segments_count': 1279, 'node_density_km': 44.32852950353275, 'intersection_density_km': 33.40503705941067, 'edge_density_km': 12667.719457043642, 'street_density_km': 6333.859728521835, 'circuity_avg': 1.0712216618476496, 'self_loop_proportion': 0.00547302580140735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712216618476496\n", - "7102\n", - "16988508.146122742\n", - "{'n': 285, 'm': 786, 'k_avg': 5.515789473684211, 'intersection_count': 240, 'streets_per_node_avg': 2.8947368421052633, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 180, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.631578947368421, 4: 0.21052631578947367}, 'edge_length_total': 170112.246, 'edge_length_avg': 216.4277938931298, 'street_length_total': 85056.1230000001, 'street_length_avg': 216.42779389313, 'street_segments_count': 393, 'node_density_km': 16.77604634548473, 'intersection_density_km': 14.127196922513455, 'edge_density_km': 10013.371659054385, 'street_density_km': 5006.685829527197, 'circuity_avg': 1.0408374752239824, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0408374752239824\n", - "7103\n", - "31088246.94782299\n", - "{'n': 3396, 'm': 9471, 'k_avg': 5.57773851590106, 'intersection_count': 2812, 'streets_per_node_avg': 2.8610129564193167, 'streets_per_node_counts': {0: 0, 1: 584, 2: 0, 3: 2127, 4: 674, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17196702002355713, 2: 0.0, 3: 0.6263250883392226, 4: 0.19846878680800942, 5: 0.0032391048292108363}, 'edge_length_total': 686634.7990000021, 'edge_length_avg': 72.49865895892748, 'street_length_total': 348505.64599999983, 'street_length_avg': 72.1543780538302, 'street_segments_count': 4830, 'node_density_km': 109.23742357359944, 'intersection_density_km': 90.45218936659647, 'edge_density_km': 22086.63615392713, 'street_density_km': 11210.20579207682, 'circuity_avg': 1.0630051426551876, 'self_loop_proportion': 0.0026396367859782494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630051426551876\n", - "7104\n", - "74970243.86675727\n", - "{'n': 5382, 'm': 14878, 'k_avg': 5.528799702712746, 'intersection_count': 4583, 'streets_per_node_avg': 2.9212188777406167, 'streets_per_node_counts': {0: 0, 1: 799, 2: 2, 3: 3425, 4: 1141, 5: 12, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14845782237086586, 2: 0.0003716090672612412, 3: 0.6363805276848755, 4: 0.21200297287253808, 5: 0.002229654403567447, 6: 0.0003716090672612412, 7: 0.0, 8: 0.0001858045336306206}, 'edge_length_total': 1428514.592999996, 'edge_length_avg': 96.01523007124587, 'street_length_total': 742152.9839999982, 'street_length_avg': 95.68759463641028, 'street_segments_count': 7756, 'node_density_km': 71.78848196846329, 'intersection_density_km': 61.13092026411506, 'edge_density_km': 19054.421051889054, 'street_density_km': 9899.300652122834, 'circuity_avg': 1.0658373902456106, 'self_loop_proportion': 0.002218040059147735, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0658373902456106\n", - "7105\n", - "154340478.64570564\n", - "error with entry 7105\n", - "7106\n", - "7994869.347562347\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 409, 'm': 1061, 'k_avg': 5.188264058679707, 'intersection_count': 332, 'streets_per_node_avg': 2.7237163814180927, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 294, 4: 35, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1882640586797066, 2: 0.0, 3: 0.7188264058679706, 4: 0.08557457212713937, 5: 0.007334963325183374}, 'edge_length_total': 114593.96099999998, 'edge_length_avg': 108.00561828463712, 'street_length_total': 57305.81999999994, 'street_length_avg': 107.9205649717513, 'street_segments_count': 531, 'node_density_km': 51.157809117256555, 'intersection_density_km': 41.52663233968014, 'edge_density_km': 14333.43761082724, 'street_density_km': 7167.824451999658, 'circuity_avg': 1.0695855697904577, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0695855697904577\n", - "7107\n", - "12027705.30532504\n", - "{'n': 483, 'm': 1180, 'k_avg': 4.886128364389234, 'intersection_count': 347, 'streets_per_node_avg': 2.5134575569358177, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 312, 4: 33, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2815734989648033, 2: 0.0, 3: 0.6459627329192547, 4: 0.06832298136645963, 5: 0.004140786749482402}, 'edge_length_total': 165224.8179999997, 'edge_length_avg': 140.02103220338958, 'street_length_total': 82612.40899999996, 'street_length_avg': 140.02103220338975, 'street_segments_count': 590, 'node_density_km': 40.15728584455431, 'intersection_density_km': 28.850058360373385, 'edge_density_km': 13737.019140870496, 'street_density_km': 6868.509570435257, 'circuity_avg': 1.086605920082766, 'self_loop_proportion': 0.001694915254237288, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086605920082766\n", - "7108\n", - "31978285.23637124\n", - "{'n': 3377, 'm': 9171, 'k_avg': 5.431448030796565, 'intersection_count': 2720, 'streets_per_node_avg': 2.7950843944329287, 'streets_per_node_counts': {0: 0, 1: 657, 2: 5, 3: 2105, 4: 594, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19455137696180042, 2: 0.0014806040864672786, 3: 0.6233343204027243, 4: 0.1758957654723127, 5: 0.004441812259401836, 6: 0.0002961208172934557}, 'edge_length_total': 758533.0290000028, 'edge_length_avg': 82.70995845600292, 'street_length_total': 387829.50500000035, 'street_length_avg': 82.90498182984189, 'street_segments_count': 4678, 'node_density_km': 105.60291069513292, 'intersection_density_km': 85.05771900822077, 'edge_density_km': 23720.25339674148, 'street_density_km': 12127.90186006889, 'circuity_avg': 1.0676718832675878, 'self_loop_proportion': 0.0030531021698833277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676718832675878\n", - "7109\n", - "6013570.450225693\n", - "{'n': 107, 'm': 252, 'k_avg': 4.710280373831775, 'intersection_count': 73, 'streets_per_node_avg': 2.485981308411215, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 60, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3177570093457944, 2: 0.0, 3: 0.5607476635514018, 4: 0.12149532710280374}, 'edge_length_total': 44594.24400000004, 'edge_length_avg': 176.96128571428588, 'street_length_total': 22297.121999999992, 'street_length_avg': 176.96128571428565, 'street_segments_count': 126, 'node_density_km': 17.793089959723382, 'intersection_density_km': 12.139210907100999, 'edge_density_km': 7415.601824092108, 'street_density_km': 3707.800912046049, 'circuity_avg': 1.1430714783481826, 'self_loop_proportion': 0.007936507936507936, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1430714783481826\n", - "7110\n", - "291766855.10219145\n", - "error with entry 7110\n", - "7111\n", - "15034177.022418842\n", - "{'n': 1232, 'm': 3479, 'k_avg': 5.6477272727272725, 'intersection_count': 1038, 'streets_per_node_avg': 2.916396103896104, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 760, 4: 272, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15746753246753248, 2: 0.0, 3: 0.6168831168831169, 4: 0.22077922077922077, 5: 0.004058441558441558, 6: 0.0008116883116883117}, 'edge_length_total': 323811.54500000016, 'edge_length_avg': 93.07604052888766, 'street_length_total': 163296.7490000001, 'street_length_avg': 92.6243613159388, 'street_segments_count': 1763, 'node_density_km': 81.94662056744787, 'intersection_density_km': 69.04268843263871, 'edge_density_km': 21538.36186158611, 'street_density_km': 10861.701891396737, 'circuity_avg': 1.0632334219331236, 'self_loop_proportion': 0.002874389192296637, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0632334219331236\n", - "7112\n", - "12995354.422345707\n", - "{'n': 1280, 'm': 3508, 'k_avg': 5.48125, 'intersection_count': 1033, 'streets_per_node_avg': 2.80625, 'streets_per_node_counts': {0: 0, 1: 247, 2: 0, 3: 792, 4: 236, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19296875, 2: 0.0, 3: 0.61875, 4: 0.184375, 5: 0.00390625}, 'edge_length_total': 281893.98199999944, 'edge_length_avg': 80.35746351197247, 'street_length_total': 141794.96599999993, 'street_length_avg': 80.06491586674191, 'street_segments_count': 1771, 'node_density_km': 98.49673647984704, 'intersection_density_km': 79.48994436225155, 'edge_density_km': 21691.904109616164, 'street_density_km': 10911.204218961611, 'circuity_avg': 1.0559903207153782, 'self_loop_proportion': 0.0011402508551881414, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0559903207153782\n", - "7113\n", - "32070835.31750839\n", - "error with entry 7113\n", - "7114\n", - "12994256.573901746\n", - "{'n': 180, 'm': 550, 'k_avg': 6.111111111111111, 'intersection_count': 169, 'streets_per_node_avg': 3.172222222222222, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 116, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06111111111111111, 2: 0.0, 3: 0.6444444444444445, 4: 0.29444444444444445}, 'edge_length_total': 122159.90799999994, 'edge_length_avg': 222.10892363636353, 'street_length_total': 61079.954000000005, 'street_length_avg': 222.10892363636364, 'street_segments_count': 275, 'node_density_km': 13.852273808531699, 'intersection_density_km': 13.005745964676985, 'edge_density_km': 9401.069411339116, 'street_density_km': 4700.534705669561, 'circuity_avg': 1.0195201283441984, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0195201283441984\n", - "7115\n", - "13035672.595719315\n", - "{'n': 476, 'm': 1202, 'k_avg': 5.050420168067227, 'intersection_count': 345, 'streets_per_node_avg': 2.600840336134454, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 274, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27521008403361347, 2: 0.0, 3: 0.5756302521008403, 4: 0.14705882352941177, 5: 0.0021008403361344537}, 'edge_length_total': 182879.31599999993, 'edge_length_avg': 152.14585357737099, 'street_length_total': 91439.65800000002, 'street_length_avg': 152.1458535773711, 'street_segments_count': 601, 'node_density_km': 36.51518527370118, 'intersection_density_km': 26.465838066022915, 'edge_density_km': 14029.143080814585, 'street_density_km': 7014.571540407297, 'circuity_avg': 1.0492232508043302, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0492232508043302\n", - "7116\n", - "23980096.102916326\n", - "{'n': 1009, 'm': 2701, 'k_avg': 5.353815659068385, 'intersection_count': 799, 'streets_per_node_avg': 2.7561942517343905, 'streets_per_node_counts': {0: 0, 1: 210, 2: 0, 3: 629, 4: 169, 5: 0, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20812685827552033, 2: 0.0, 3: 0.6233894945490585, 4: 0.16749256689791872, 5: 0.0, 6: 0.0, 7: 0.0, 8: 0.0009910802775024777}, 'edge_length_total': 378944.01999999874, 'edge_length_avg': 140.2976749352087, 'street_length_total': 191468.0500000003, 'street_length_avg': 139.96202485380138, 'street_segments_count': 1368, 'node_density_km': 42.07656198163822, 'intersection_density_km': 33.319299329364654, 'edge_density_km': 15802.439588801883, 'street_density_km': 7984.457158898334, 'circuity_avg': 1.09416783290703, 'self_loop_proportion': 0.0033320992225101815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.09416783290703\n", - "7117\n", - "158464957.20544302\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 10188, 'm': 27656, 'k_avg': 5.429132312524539, 'intersection_count': 8187, 'streets_per_node_avg': 2.823714173537495, 'streets_per_node_counts': {0: 0, 1: 2001, 2: 6, 3: 6010, 4: 2131, 5: 39, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1964075382803298, 2: 0.0005889281507656066, 3: 0.5899096976835493, 4: 0.2091676482135846, 5: 0.0038280329799764428, 6: 9.815469179426777e-05}, 'edge_length_total': 2827097.555999994, 'edge_length_avg': 102.2236605438239, 'street_length_total': 1454969.250999998, 'street_length_avg': 101.83868208861189, 'street_segments_count': 14287, 'node_density_km': 64.29181681342769, 'intersection_density_km': 51.66441934153243, 'edge_density_km': 17840.52200471542, 'street_density_km': 9181.646697532584, 'circuity_avg': 1.0735760347362286, 'self_loop_proportion': 0.00202487706103558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735760347362286\n", - "7118\n", - "32985145.271822587\n", - "{'n': 1493, 'm': 4220, 'k_avg': 5.65304755525787, 'intersection_count': 1288, 'streets_per_node_avg': 2.9008707300736774, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 1030, 4: 255, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13730743469524448, 2: 0.0, 3: 0.6898861352980576, 4: 0.1707970529135968, 5: 0.0013395847287340924, 6: 0.0006697923643670462}, 'edge_length_total': 590031.9890000032, 'edge_length_avg': 139.81800687203867, 'street_length_total': 297177.9079999997, 'street_length_avg': 138.9980860617398, 'street_segments_count': 2138, 'node_density_km': 45.26279898713645, 'intersection_density_km': 39.047880171086234, 'edge_density_km': 17887.80931954953, 'street_density_km': 9009.4466933836, 'circuity_avg': 1.067733265588042, 'self_loop_proportion': 0.005213270142180095, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067733265588042\n", - "7119\n", - "6012889.380148572\n", - "{'n': 108, 'm': 266, 'k_avg': 4.925925925925926, 'intersection_count': 76, 'streets_per_node_avg': 2.5462962962962963, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 61, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2962962962962963, 2: 0.0, 3: 0.5648148148148148, 4: 0.1388888888888889}, 'edge_length_total': 46234.77999999995, 'edge_length_avg': 173.81496240601484, 'street_length_total': 23117.390000000003, 'street_length_avg': 173.81496240601507, 'street_segments_count': 133, 'node_density_km': 17.96141474954782, 'intersection_density_km': 12.639514083015133, 'edge_density_km': 7689.278328093496, 'street_density_km': 3844.6391640467527, 'circuity_avg': 1.088212897362955, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.088212897362955\n", - "7120\n", - "10990940.135031996\n", - "{'n': 759, 'm': 2001, 'k_avg': 5.2727272727272725, 'intersection_count': 606, 'streets_per_node_avg': 2.7417654808959155, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 498, 4: 106, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2015810276679842, 2: 0.0, 3: 0.6561264822134387, 4: 0.13965744400527008, 5: 0.002635046113306983}, 'edge_length_total': 186182.36799999932, 'edge_length_avg': 93.04466166916508, 'street_length_total': 94735.827, 'street_length_avg': 92.42519707317074, 'street_segments_count': 1025, 'node_density_km': 69.05687690726289, 'intersection_density_km': 55.136320692755355, 'edge_density_km': 16939.62169865438, 'street_density_km': 8619.44709334223, 'circuity_avg': 1.052527018593214, 'self_loop_proportion': 0.0029985007496251873, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052527018593214\n", - "7121\n", - "15037359.770715062\n", - "{'n': 1206, 'm': 3089, 'k_avg': 5.122719734660033, 'intersection_count': 878, 'streets_per_node_avg': 2.6144278606965172, 'streets_per_node_counts': {0: 0, 1: 328, 2: 3, 3: 683, 4: 190, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27197346600331673, 2: 0.0024875621890547263, 3: 0.5663349917081261, 4: 0.15754560530679934, 5: 0.001658374792703151}, 'edge_length_total': 283867.1939999997, 'edge_length_avg': 91.89614567821293, 'street_length_total': 142634.1, 'street_length_avg': 91.78513513513514, 'street_segments_count': 1554, 'node_density_km': 80.20024913872575, 'intersection_density_km': 58.38790940613699, 'edge_density_km': 18877.462422148405, 'street_density_km': 9485.315386134265, 'circuity_avg': 1.0709485936009826, 'self_loop_proportion': 0.002589834898025251, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0709485936009826\n", - "7122\n", - "12993008.054772085\n", - "{'n': 328, 'm': 954, 'k_avg': 5.817073170731708, 'intersection_count': 285, 'streets_per_node_avg': 3.0060975609756095, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 198, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13109756097560976, 2: 0.0, 3: 0.6036585365853658, 4: 0.2621951219512195, 5: 0.003048780487804878}, 'edge_length_total': 153599.62, 'edge_length_avg': 161.00589098532495, 'street_length_total': 76799.81000000001, 'street_length_avg': 161.00589098532498, 'street_segments_count': 477, 'node_density_km': 25.244346699187325, 'intersection_density_km': 21.93487441850118, 'edge_density_km': 11821.713597998254, 'street_density_km': 5910.856798999128, 'circuity_avg': 1.0358954456181668, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358954456181668\n", - "7123\n", - "9020707.825117484\n", - "{'n': 417, 'm': 1078, 'k_avg': 5.170263788968825, 'intersection_count': 333, 'streets_per_node_avg': 2.661870503597122, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 306, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2014388489208633, 2: 0.0, 3: 0.7338129496402878, 4: 0.06474820143884892}, 'edge_length_total': 113829.18199999988, 'edge_length_avg': 105.59293320964738, 'street_length_total': 56914.59100000002, 'street_length_avg': 105.59293320964754, 'street_segments_count': 539, 'node_density_km': 46.22697110739967, 'intersection_density_km': 36.915063258427075, 'edge_density_km': 12618.653015570582, 'street_density_km': 6309.3265077853, 'circuity_avg': 1.0879588066885153, 'self_loop_proportion': 0.0055658627087198514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0879588066885153\n", - "7124\n", - "5013790.0703097675\n", - "{'n': 125, 'm': 320, 'k_avg': 5.12, 'intersection_count': 98, 'streets_per_node_avg': 2.696, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 84, 4: 12, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.216, 2: 0.0, 3: 0.672, 4: 0.096, 5: 0.016}, 'edge_length_total': 44999.484000000026, 'edge_length_avg': 140.6233875000001, 'street_length_total': 22499.742, 'street_length_avg': 140.62338749999998, 'street_segments_count': 160, 'node_density_km': 24.93123929145225, 'intersection_density_km': 19.546091604498564, 'edge_density_km': 8975.14322876702, 'street_density_km': 4487.571614383507, 'circuity_avg': 1.0746530466669877, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0746530466669877\n", - "7125\n", - "8992383.48039111\n", - "{'n': 227, 'm': 604, 'k_avg': 5.3215859030837, 'intersection_count': 188, 'streets_per_node_avg': 2.8237885462555066, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 150, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17180616740088106, 2: 0.0, 3: 0.6607929515418502, 4: 0.16740088105726872}, 'edge_length_total': 105715.14199999986, 'edge_length_avg': 175.02506953642362, 'street_length_total': 52943.958000000006, 'street_length_avg': 174.73253465346536, 'street_segments_count': 303, 'node_density_km': 25.243585362545836, 'intersection_density_km': 20.906581709949855, 'edge_density_km': 11756.075820223132, 'street_density_km': 5887.644595612518, 'circuity_avg': 1.0278959993246648, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0278959993246648\n", - "7126\n", - "31066874.599380508\n", - "{'n': 845, 'm': 2106, 'k_avg': 4.984615384615385, 'intersection_count': 588, 'streets_per_node_avg': 2.5088757396449703, 'streets_per_node_counts': {0: 0, 1: 257, 2: 0, 3: 491, 4: 95, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30414201183431955, 2: 0.0, 3: 0.5810650887573965, 4: 0.11242603550295859, 5: 0.002366863905325444}, 'edge_length_total': 268887.5740000002, 'edge_length_avg': 127.67691073124416, 'street_length_total': 134443.78700000004, 'street_length_avg': 127.6769107312441, 'street_segments_count': 1053, 'node_density_km': 27.1993887668652, 'intersection_density_km': 18.926911946647028, 'edge_density_km': 8655.121490893776, 'street_density_km': 4327.560745446886, 'circuity_avg': 1.0789025975923066, 'self_loop_proportion': 0.000949667616334283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0789025975923066\n", - "7127\n", - "11024729.332155986\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 578, 'm': 1513, 'k_avg': 5.235294117647059, 'intersection_count': 442, 'streets_per_node_avg': 2.704152249134948, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 341, 4: 101}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23529411764705882, 2: 0.0, 3: 0.5899653979238755, 4: 0.17474048442906576}, 'edge_length_total': 164158.64100000003, 'edge_length_avg': 108.4987713152677, 'street_length_total': 82573.21299999995, 'street_length_avg': 108.36379658792644, 'street_segments_count': 762, 'node_density_km': 52.42759097170206, 'intersection_density_km': 40.09168721365452, 'edge_density_km': 14890.038209028515, 'street_density_km': 7489.8177100055855, 'circuity_avg': 1.0768203971128567, 'self_loop_proportion': 0.0013218770654329147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768203971128567\n", - "7128\n", - "15990827.988575561\n", - "{'n': 471, 'm': 1274, 'k_avg': 5.409766454352441, 'intersection_count': 399, 'streets_per_node_avg': 2.849256900212314, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 327, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15286624203821655, 2: 0.0, 3: 0.6942675159235668, 4: 0.15074309978768577, 5: 0.0021231422505307855}, 'edge_length_total': 179408.37900000034, 'edge_length_avg': 140.82290345368943, 'street_length_total': 91113.45500000003, 'street_length_avg': 140.82450540958274, 'street_segments_count': 647, 'node_density_km': 29.45438474708751, 'intersection_density_km': 24.951803639252475, 'edge_density_km': 11219.455248232069, 'street_density_km': 5697.857238230244, 'circuity_avg': 1.1025647795402416, 'self_loop_proportion': 0.0015698587127158557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1025647795402416\n", - "7129\n", - "8023054.253926626\n", - "{'n': 201, 'm': 481, 'k_avg': 4.786069651741293, 'intersection_count': 142, 'streets_per_node_avg': 2.5223880597014925, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 121, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2935323383084577, 2: 0.0, 3: 0.6019900497512438, 4: 0.09950248756218906, 5: 0.004975124378109453}, 'edge_length_total': 74959.328, 'edge_length_avg': 155.84059875259874, 'street_length_total': 38019.18100000003, 'street_length_avg': 156.457534979424, 'street_segments_count': 243, 'node_density_km': 25.052803288925414, 'intersection_density_km': 17.698995358345318, 'edge_density_km': 9342.991537582282, 'street_density_km': 4738.74160596543, 'circuity_avg': 1.089688931295326, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.089688931295326\n", - "7130\n", - "12025778.47995447\n", - "{'n': 272, 'm': 686, 'k_avg': 5.044117647058823, 'intersection_count': 198, 'streets_per_node_avg': 2.588235294117647, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 162, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27205882352941174, 2: 0.0, 3: 0.5955882352941176, 4: 0.1323529411764706}, 'edge_length_total': 114230.62200000003, 'edge_length_avg': 166.51694169096214, 'street_length_total': 57115.31099999998, 'street_length_avg': 166.51694169096203, 'street_segments_count': 343, 'node_density_km': 22.618078360032275, 'intersection_density_km': 16.464630570905847, 'edge_density_km': 9498.813086438335, 'street_density_km': 4749.406543219165, 'circuity_avg': 1.0604132512567725, 'self_loop_proportion': 0.0029154518950437317, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0604132512567725\n", - "7131\n", - "17987855.97998379\n", - "{'n': 534, 'm': 1493, 'k_avg': 5.591760299625468, 'intersection_count': 468, 'streets_per_node_avg': 2.9288389513108615, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 374, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12359550561797752, 2: 0.0, 3: 0.700374531835206, 4: 0.1760299625468165}, 'edge_length_total': 249988.70099999983, 'edge_length_avg': 167.44052310783644, 'street_length_total': 127882.1960000001, 'street_length_avg': 168.48774176548102, 'street_segments_count': 759, 'node_density_km': 29.686695323456842, 'intersection_density_km': 26.017553204827344, 'edge_density_km': 13897.6374548572, 'street_density_km': 7109.3629025217115, 'circuity_avg': 1.044947480570155, 'self_loop_proportion': 0.004018754186202277, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.044947480570155\n", - "7132\n", - "5011152.744662838\n", - "{'n': 194, 'm': 492, 'k_avg': 5.072164948453608, 'intersection_count': 153, 'streets_per_node_avg': 2.6597938144329896, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 137, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.211340206185567, 2: 0.0, 3: 0.7061855670103093, 4: 0.08247422680412371}, 'edge_length_total': 60239.60600000002, 'edge_length_avg': 122.43822357723582, 'street_length_total': 30119.802999999993, 'street_length_avg': 122.43822357723575, 'street_segments_count': 246, 'node_density_km': 38.713647315305046, 'intersection_density_km': 30.531897109493155, 'edge_density_km': 12021.107531427499, 'street_density_km': 6010.553765713746, 'circuity_avg': 1.0662163074825137, 'self_loop_proportion': 0.0040650406504065045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662163074825137\n", - "7133\n", - "49962072.55060053\n", - "{'n': 2389, 'm': 6359, 'k_avg': 5.3235663457513605, 'intersection_count': 1906, 'streets_per_node_avg': 2.7601506906655504, 'streets_per_node_counts': {0: 0, 1: 483, 2: 1, 3: 1515, 4: 387, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20217664294683968, 2: 0.0004185851820845542, 3: 0.6341565508580996, 4: 0.16199246546672247, 5: 0.0008371703641691084, 6: 0.0004185851820845542}, 'edge_length_total': 837690.9950000014, 'edge_length_avg': 131.7331333543012, 'street_length_total': 427195.945, 'street_length_avg': 131.6880225030826, 'street_segments_count': 3244, 'node_density_km': 47.81627098396431, 'intersection_density_km': 38.14893783819003, 'edge_density_km': 16766.538140538618, 'street_density_km': 8550.40480090863, 'circuity_avg': 1.0415365269407681, 'self_loop_proportion': 0.0015725743041358703, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415365269407681\n", - "7134\n", - "6012802.129828904\n", - "{'n': 282, 'm': 683, 'k_avg': 4.843971631205674, 'intersection_count': 206, 'streets_per_node_avg': 2.5354609929078014, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 185, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2695035460992908, 2: 0.0, 3: 0.6560283687943262, 4: 0.07446808510638298}, 'edge_length_total': 73371.13899999994, 'edge_length_avg': 107.42480087847721, 'street_length_total': 36769.77299999999, 'street_length_avg': 107.20050437317781, 'street_segments_count': 343, 'node_density_km': 46.89993016750485, 'intersection_density_km': 34.26023267555318, 'edge_density_km': 12202.486863157052, 'street_density_km': 6115.24746799647, 'circuity_avg': 1.1170319599325411, 'self_loop_proportion': 0.005856515373352855, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1170319599325411\n", - "7135\n", - "4008489.4673762433\n", - "{'n': 143, 'm': 376, 'k_avg': 5.258741258741258, 'intersection_count': 111, 'streets_per_node_avg': 2.6853146853146854, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 92, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22377622377622378, 2: 0.0, 3: 0.6433566433566433, 4: 0.13286713286713286}, 'edge_length_total': 42847.22200000001, 'edge_length_avg': 113.9553776595745, 'street_length_total': 21423.611000000004, 'street_length_avg': 113.9553776595745, 'street_segments_count': 188, 'node_density_km': 35.67428607804242, 'intersection_density_km': 27.691229053585374, 'edge_density_km': 10689.11926767408, 'street_density_km': 5344.55963383704, 'circuity_avg': 1.1602893246229664, 'self_loop_proportion': 0.005319148936170213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1602893246229664\n", - "7136\n", - "14988431.64527477\n", - "{'n': 471, 'm': 1252, 'k_avg': 5.316348195329087, 'intersection_count': 376, 'streets_per_node_avg': 2.760084925690021, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 299, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20169851380042464, 2: 0.0, 3: 0.6348195329087049, 4: 0.16348195329087048}, 'edge_length_total': 221704.52500000017, 'edge_length_avg': 177.08029153354647, 'street_length_total': 111019.06299999995, 'street_length_avg': 176.50089507154206, 'street_segments_count': 629, 'node_density_km': 31.42423511325061, 'intersection_density_km': 25.086013593592842, 'edge_density_km': 14791.70938274215, 'street_density_km': 7406.98330735622, 'circuity_avg': 1.057941654866333, 'self_loop_proportion': 0.003194888178913738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.057941654866333\n", - "7137\n", - "10028922.085759358\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 216, 'm': 530, 'k_avg': 4.907407407407407, 'intersection_count': 161, 'streets_per_node_avg': 2.5972222222222223, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 138, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25462962962962965, 2: 0.0, 3: 0.6388888888888888, 4: 0.10648148148148148}, 'edge_length_total': 65873.65999999999, 'edge_length_avg': 124.28992452830187, 'street_length_total': 32936.829999999994, 'street_length_avg': 124.28992452830187, 'street_segments_count': 265, 'node_density_km': 21.53770845490073, 'intersection_density_km': 16.053569727958415, 'edge_density_km': 6568.368907116925, 'street_density_km': 3284.1844535584623, 'circuity_avg': 1.0387146324197636, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0387146324197636\n", - "7138\n", - "10991877.736078598\n", - "{'n': 389, 'm': 1071, 'k_avg': 5.506426735218509, 'intersection_count': 318, 'streets_per_node_avg': 2.848329048843188, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 235, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18251928020565553, 2: 0.0, 3: 0.6041131105398457, 4: 0.2133676092544987}, 'edge_length_total': 127323.85399999988, 'edge_length_avg': 118.88315032679726, 'street_length_total': 63791.12599999999, 'street_length_avg': 118.1317148148148, 'street_segments_count': 540, 'node_density_km': 35.38976773032935, 'intersection_density_km': 28.9304527975443, 'edge_density_km': 11583.448893548486, 'street_density_km': 5803.478489450317, 'circuity_avg': 1.0514209228264697, 'self_loop_proportion': 0.0009337068160597573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514209228264697\n", - "7139\n", - "6012909.081333015\n", - "{'n': 158, 'm': 406, 'k_avg': 5.139240506329114, 'intersection_count': 131, 'streets_per_node_avg': 2.8037974683544302, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 109, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17088607594936708, 2: 0.0, 3: 0.689873417721519, 4: 0.13291139240506328, 5: 0.006329113924050633}, 'edge_length_total': 55928.10699999997, 'edge_length_avg': 137.75395812807875, 'street_length_total': 30408.998999999993, 'street_length_avg': 145.49760287081335, 'street_segments_count': 209, 'node_density_km': 26.2767984452831, 'intersection_density_km': 21.78645947045624, 'edge_density_km': 9301.339209273581, 'street_density_km': 5057.285681302627, 'circuity_avg': 1.0477683041354122, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477683041354122\n", - "7140\n", - "13991633.594039503\n", - "{'n': 472, 'm': 1356, 'k_avg': 5.745762711864407, 'intersection_count': 410, 'streets_per_node_avg': 2.985169491525424, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 294, 4: 115, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13135593220338984, 2: 0.0, 3: 0.6228813559322034, 4: 0.24364406779661016, 5: 0.00211864406779661}, 'edge_length_total': 212630.19900000043, 'edge_length_avg': 156.8069314159295, 'street_length_total': 106345.57600000003, 'street_length_avg': 156.62087776141388, 'street_segments_count': 679, 'node_density_km': 33.734445433239046, 'intersection_density_km': 29.303225905991546, 'edge_density_km': 15196.953062763294, 'street_density_km': 7600.654725928765, 'circuity_avg': 1.054187920680442, 'self_loop_proportion': 0.0029498525073746312, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054187920680442\n", - "7141\n", - "26053178.140463445\n", - "{'n': 2473, 'm': 7065, 'k_avg': 5.713708046906591, 'intersection_count': 2043, 'streets_per_node_avg': 2.896077638495754, 'streets_per_node_counts': {0: 0, 1: 430, 2: 0, 3: 1451, 4: 582, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17387788111605337, 2: 0.0, 3: 0.5867367569753336, 4: 0.23534169025475132, 5: 0.003639304488475536, 6: 0.0004043671653861706}, 'edge_length_total': 535925.0559999992, 'edge_length_avg': 75.85634196744503, 'street_length_total': 269774.23500000004, 'street_length_avg': 75.80057178982861, 'street_segments_count': 3559, 'node_density_km': 94.92124095828292, 'intersection_density_km': 78.41653670755035, 'edge_density_km': 20570.42918566809, 'street_density_km': 10354.753402657278, 'circuity_avg': 1.0612865416232564, 'self_loop_proportion': 0.0012738853503184713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612865416232564\n", - "7142\n", - "11024998.225973146\n", - "{'n': 507, 'm': 1498, 'k_avg': 5.909270216962525, 'intersection_count': 436, 'streets_per_node_avg': 3.1025641025641026, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 243, 4: 192, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14003944773175542, 2: 0.0, 3: 0.47928994082840237, 4: 0.378698224852071, 5: 0.0019723865877712033}, 'edge_length_total': 188227.16999999995, 'edge_length_avg': 125.65231642189583, 'street_length_total': 94607.2199999999, 'street_length_avg': 124.48318421052619, 'street_segments_count': 760, 'node_density_km': 45.98640195747048, 'intersection_density_km': 39.54649162417579, 'edge_density_km': 17072.76193084246, 'street_density_km': 8581.15512228567, 'circuity_avg': 1.0342708846677175, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0342708846677175\n", - "7143\n", - "8018432.390913856\n", - "{'n': 451, 'm': 1243, 'k_avg': 5.512195121951219, 'intersection_count': 382, 'streets_per_node_avg': 2.929046563192905, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 277, 4: 104, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15299334811529933, 2: 0.0, 3: 0.614190687361419, 4: 0.23059866962305986, 5: 0.0022172949002217295}, 'edge_length_total': 127551.17999999995, 'edge_length_avg': 102.61559131134348, 'street_length_total': 66586.44700000006, 'street_length_avg': 102.44068769230778, 'street_segments_count': 650, 'node_density_km': 56.24540783196649, 'intersection_density_km': 47.640234571643454, 'edge_density_km': 15907.24642693695, 'street_density_km': 8304.172655424889, 'circuity_avg': 1.0496194451323997, 'self_loop_proportion': 0.004827031375703942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0496194451323997\n", - "7144\n", - "18984208.91891201\n", - "{'n': 822, 'm': 2257, 'k_avg': 5.4914841849148415, 'intersection_count': 682, 'streets_per_node_avg': 2.8442822384428226, 'streets_per_node_counts': {0: 0, 1: 140, 2: 4, 3: 526, 4: 148, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.170316301703163, 2: 0.004866180048661801, 3: 0.6399026763990268, 4: 0.18004866180048662, 5: 0.004866180048661801}, 'edge_length_total': 308073.2449999994, 'edge_length_avg': 136.4967855560476, 'street_length_total': 155297.19799999983, 'street_length_avg': 135.39424411508267, 'street_segments_count': 1147, 'node_density_km': 43.29914422618507, 'intersection_density_km': 35.92459411466937, 'edge_density_km': 16227.868451926794, 'street_density_km': 8180.335491635538, 'circuity_avg': 1.0467889262954555, 'self_loop_proportion': 0.003544528134692069, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467889262954555\n", - "7145\n", - "8018390.07432919\n", - "{'n': 210, 'm': 588, 'k_avg': 5.6, 'intersection_count': 174, 'streets_per_node_avg': 2.980952380952381, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 106, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17142857142857143, 2: 0.0, 3: 0.5047619047619047, 4: 0.3238095238095238}, 'edge_length_total': 90102.43800000008, 'edge_length_avg': 153.23543877551035, 'street_length_total': 45051.219, 'street_length_avg': 153.2354387755102, 'street_segments_count': 294, 'node_density_km': 26.189795963196314, 'intersection_density_km': 21.7001166552198, 'edge_density_km': 11236.973652412134, 'street_density_km': 5618.486826206062, 'circuity_avg': 1.0490298456981737, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0490298456981737\n", - "7146\n", - "20984292.749908842\n", - "{'n': 811, 'm': 2228, 'k_avg': 5.494451294697904, 'intersection_count': 663, 'streets_per_node_avg': 2.822441430332922, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 512, 4: 150, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18249075215782984, 2: 0.0, 3: 0.6313193588162762, 4: 0.18495684340320592, 5: 0.0012330456226880395}, 'edge_length_total': 316201.7739999987, 'edge_length_avg': 141.92180161579833, 'street_length_total': 158100.88700000045, 'street_length_avg': 141.92180161579932, 'street_segments_count': 1114, 'node_density_km': 38.647954909203364, 'intersection_density_km': 31.59506054846095, 'edge_density_km': 15068.498031765797, 'street_density_km': 7534.249015882951, 'circuity_avg': 1.0418405946882945, 'self_loop_proportion': 0.003590664272890485, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418405946882945\n", - "7147\n", - "9025795.80820388\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 262, 'm': 707, 'k_avg': 5.396946564885496, 'intersection_count': 215, 'streets_per_node_avg': 2.801526717557252, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 173, 4: 42}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17938931297709923, 2: 0.0, 3: 0.6603053435114504, 4: 0.16030534351145037}, 'edge_length_total': 96238.27400000014, 'edge_length_avg': 136.12202828854333, 'street_length_total': 48248.229000000065, 'street_length_avg': 135.1491008403363, 'street_segments_count': 357, 'node_density_km': 29.027911285324947, 'intersection_density_km': 23.82061422269032, 'edge_density_km': 10662.580457728238, 'street_density_km': 5345.592790404749, 'circuity_avg': 1.0909879275854437, 'self_loop_proportion': 0.005657708628005658, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0909879275854437\n", - "7148\n", - "5995127.12392606\n", - "{'n': 401, 'm': 1100, 'k_avg': 5.486284289276808, 'intersection_count': 332, 'streets_per_node_avg': 2.827930174563591, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 265, 4: 66, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17206982543640897, 2: 0.0, 3: 0.6608478802992519, 4: 0.16458852867830423, 5: 0.0, 6: 0.0024937655860349127}, 'edge_length_total': 115357.52999999987, 'edge_length_avg': 104.8704818181817, 'street_length_total': 57678.764999999985, 'street_length_avg': 104.87048181818179, 'street_segments_count': 550, 'node_density_km': 66.88765587632695, 'intersection_density_km': 55.37830860583677, 'edge_density_km': 19241.882217912847, 'street_density_km': 9620.941108956433, 'circuity_avg': 1.0608371784407262, 'self_loop_proportion': 0.005454545454545455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0608371784407262\n", - "7149\n", - "36079129.75630968\n", - "{'n': 485, 'm': 1224, 'k_avg': 5.047422680412371, 'intersection_count': 369, 'streets_per_node_avg': 2.6164948453608248, 'streets_per_node_counts': {0: 0, 1: 116, 2: 2, 3: 319, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23917525773195877, 2: 0.004123711340206186, 3: 0.6577319587628866, 4: 0.09896907216494845}, 'edge_length_total': 194134.32100000032, 'edge_length_avg': 158.60647140522903, 'street_length_total': 97352.99799999999, 'street_length_avg': 158.55537133550487, 'street_segments_count': 614, 'node_density_km': 13.44267456770298, 'intersection_density_km': 10.227519413365773, 'edge_density_km': 5380.79278273194, 'street_density_km': 2698.3189078437917, 'circuity_avg': 1.072901640096953, 'self_loop_proportion': 0.0032679738562091504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072901640096953\n", - "7150\n", - "14035637.980517484\n", - "{'n': 772, 'm': 2308, 'k_avg': 5.979274611398964, 'intersection_count': 676, 'streets_per_node_avg': 3.069948186528497, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 430, 4: 246}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12435233160621761, 2: 0.0, 3: 0.5569948186528497, 4: 0.31865284974093266}, 'edge_length_total': 256041.04199999987, 'edge_length_avg': 110.93632668977465, 'street_length_total': 128070.95199999993, 'street_length_avg': 110.88394112554107, 'street_segments_count': 1155, 'node_density_km': 55.00284355236248, 'intersection_density_km': 48.16311171165419, 'edge_density_km': 18242.20903641174, 'street_density_km': 9124.69758608565, 'circuity_avg': 1.0389787683703597, 'self_loop_proportion': 0.0017331022530329288, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0389787683703597\n", - "7151\n", - "10991441.614755867\n", - "{'n': 319, 'm': 993, 'k_avg': 6.225705329153605, 'intersection_count': 292, 'streets_per_node_avg': 3.2884012539184955, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 146, 4: 146}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08463949843260188, 2: 0.0, 3: 0.45768025078369906, 4: 0.45768025078369906}, 'edge_length_total': 157496.19699999984, 'edge_length_avg': 158.60644209466247, 'street_length_total': 78875.74699999994, 'street_length_avg': 158.38503413654607, 'street_segments_count': 498, 'node_density_km': 29.022580584128896, 'intersection_density_km': 26.566123920268456, 'edge_density_km': 14328.984542715783, 'street_density_km': 7176.105716115553, 'circuity_avg': 1.0134267024375878, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0134267024375878\n", - "7152\n", - "4008915.878028905\n", - "{'n': 124, 'm': 306, 'k_avg': 4.935483870967742, 'intersection_count': 93, 'streets_per_node_avg': 2.7580645161290325, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 61, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.0, 3: 0.49193548387096775, 4: 0.25806451612903225}, 'edge_length_total': 53670.796, 'edge_length_avg': 175.39475816993465, 'street_length_total': 26835.398000000012, 'street_length_avg': 175.39475816993473, 'street_segments_count': 153, 'node_density_km': 30.931055620196265, 'intersection_density_km': 23.1982917151472, 'edge_density_km': 13387.85787303393, 'street_density_km': 6693.928936516968, 'circuity_avg': 1.083000049732168, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083000049732168\n", - "7153\n", - "10994061.006969918\n", - "{'n': 315, 'm': 977, 'k_avg': 6.203174603174603, 'intersection_count': 301, 'streets_per_node_avg': 3.2984126984126982, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 179, 4: 122}, 'streets_per_node_proportion': {0: 0.0, 1: 0.044444444444444446, 2: 0.0, 3: 0.5682539682539682, 4: 0.3873015873015873}, 'edge_length_total': 170905.34499999994, 'edge_length_avg': 174.92870522006135, 'street_length_total': 86949.20500000002, 'street_length_avg': 176.010536437247, 'street_segments_count': 494, 'node_density_km': 28.651833003318707, 'intersection_density_km': 27.378418203171208, 'edge_density_km': 15545.242553379581, 'street_density_km': 7908.743179147062, 'circuity_avg': 1.0224192628867679, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224192628867679\n", - "7154\n", - "2004406.4252123602\n", - "{'n': 66, 'm': 166, 'k_avg': 5.03030303030303, 'intersection_count': 56, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 54, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15151515151515152, 2: 0.0, 3: 0.8181818181818182, 4: 0.030303030303030304}, 'edge_length_total': 16990.204, 'edge_length_avg': 102.3506265060241, 'street_length_total': 8495.101999999997, 'street_length_avg': 102.35062650602406, 'street_segments_count': 83, 'node_density_km': 32.92745381865732, 'intersection_density_km': 27.9384456643153, 'edge_density_km': 8476.426629993437, 'street_density_km': 4238.213314996718, 'circuity_avg': 1.1048329980869163, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1048329980869163\n", - "7155\n", - "9001009.959870864\n", - "{'n': 411, 'm': 1146, 'k_avg': 5.576642335766423, 'intersection_count': 350, 'streets_per_node_avg': 2.9197080291970803, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 265, 4: 82, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14841849148418493, 2: 0.0, 3: 0.6447688564476886, 4: 0.19951338199513383, 5: 0.004866180048661801, 6: 0.0024330900243309003}, 'edge_length_total': 152225.56300000023, 'edge_length_avg': 132.83207940663195, 'street_length_total': 76810.45299999996, 'street_length_avg': 132.89005709342555, 'street_segments_count': 578, 'node_density_km': 45.661542630477946, 'intersection_density_km': 38.884525354421605, 'edge_density_km': 16912.053611613177, 'street_density_km': 8533.537163323164, 'circuity_avg': 1.0243614863159627, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0243614863159627\n", - "7156\n", - "4008524.0813456755\n", - "{'n': 157, 'm': 384, 'k_avg': 4.89171974522293, 'intersection_count': 117, 'streets_per_node_avg': 2.5859872611464967, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 102, 4: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25477707006369427, 2: 0.0, 3: 0.6496815286624203, 4: 0.09554140127388536}, 'edge_length_total': 52773.31399999999, 'edge_length_avg': 137.4305052083333, 'street_length_total': 26386.657000000014, 'street_length_avg': 137.43050520833341, 'street_segments_count': 192, 'node_density_km': 39.166535316732976, 'intersection_density_km': 29.187800204189543, 'edge_density_km': 13165.273035426995, 'street_density_km': 6582.636517713502, 'circuity_avg': 1.0824105008977374, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0824105008977374\n", - "7157\n", - "7994215.776305043\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 220, 'm': 610, 'k_avg': 5.545454545454546, 'intersection_count': 188, 'streets_per_node_avg': 2.8954545454545455, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 147, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14545454545454545, 2: 0.0, 3: 0.6681818181818182, 4: 0.18636363636363637}, 'edge_length_total': 102283.33399999984, 'edge_length_avg': 167.6775967213112, 'street_length_total': 51265.19800000004, 'street_length_avg': 167.53332679738574, 'street_segments_count': 306, 'node_density_km': 27.519897655512725, 'intersection_density_km': 23.517003451074512, 'edge_density_km': 12794.66765247555, 'street_density_km': 6412.786373861803, 'circuity_avg': 1.0171984620959271, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0171984620959271\n", - "7158\n", - "6012820.9352933075\n", - "{'n': 142, 'm': 328, 'k_avg': 4.619718309859155, 'intersection_count': 98, 'streets_per_node_avg': 2.4788732394366195, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 84, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30985915492957744, 2: 0.0, 3: 0.5915492957746479, 4: 0.09859154929577464}, 'edge_length_total': 56339.751999999964, 'edge_length_avg': 171.76753658536575, 'street_length_total': 28169.875999999997, 'street_length_avg': 171.76753658536583, 'street_segments_count': 164, 'node_density_km': 23.6162030315099, 'intersection_density_km': 16.298506317520918, 'edge_density_km': 9369.936774485317, 'street_density_km': 4684.968387242661, 'circuity_avg': 1.0978237750011601, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0978237750011601\n", - "7159\n", - "4996458.599779217\n", - "{'n': 128, 'm': 392, 'k_avg': 6.125, 'intersection_count': 124, 'streets_per_node_avg': 3.359375, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 70, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03125, 2: 0.0, 3: 0.546875, 4: 0.421875}, 'edge_length_total': 75258.83800000005, 'edge_length_avg': 191.98683163265318, 'street_length_total': 37629.418999999994, 'street_length_avg': 191.98683163265304, 'street_segments_count': 196, 'node_density_km': 25.618144820744853, 'intersection_density_km': 24.817577795096575, 'edge_density_km': 15062.436022851383, 'street_density_km': 7531.218011425686, 'circuity_avg': 1.013969094484007, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.013969094484007\n", - "7160\n", - "31069610.689693604\n", - "{'n': 1345, 'm': 3620, 'k_avg': 5.382899628252788, 'intersection_count': 1030, 'streets_per_node_avg': 2.7561338289962825, 'streets_per_node_counts': {0: 0, 1: 315, 2: 2, 3: 725, 4: 302, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2342007434944238, 2: 0.001486988847583643, 3: 0.5390334572490706, 4: 0.2245353159851301, 5: 0.0007434944237918215}, 'edge_length_total': 476270.35099999915, 'edge_length_avg': 131.56639530386718, 'street_length_total': 239164.89299999992, 'street_length_avg': 131.0492564383561, 'street_segments_count': 1825, 'node_density_km': 43.28988906340441, 'intersection_density_km': 33.15136485896397, 'edge_density_km': 15329.138036415348, 'street_density_km': 7697.711290580657, 'circuity_avg': 1.0568570385927138, 'self_loop_proportion': 0.0033149171270718232, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568570385927138\n", - "7161\n", - "19055854.266427215\n", - "{'n': 1196, 'm': 3323, 'k_avg': 5.55685618729097, 'intersection_count': 991, 'streets_per_node_avg': 2.8737458193979935, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 738, 4: 247, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1714046822742475, 2: 0.0, 3: 0.617056856187291, 4: 0.20652173913043478, 5: 0.005016722408026756}, 'edge_length_total': 342282.47399999737, 'edge_length_avg': 103.00405476978554, 'street_length_total': 172125.7139999997, 'street_length_avg': 102.94600119617206, 'street_segments_count': 1672, 'node_density_km': 62.7628645390684, 'intersection_density_km': 52.00501568412775, 'edge_density_km': 17962.06400481525, 'street_density_km': 9032.694708588971, 'circuity_avg': 1.067769898740335, 'self_loop_proportion': 0.0018055973517905506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067769898740335\n", - "7162\n", - "12034892.479084518\n", - "{'n': 333, 'm': 920, 'k_avg': 5.525525525525525, 'intersection_count': 276, 'streets_per_node_avg': 2.855855855855856, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 210, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17117117117117117, 2: 0.0, 3: 0.6306306306306306, 4: 0.1981981981981982}, 'edge_length_total': 149721.44200000018, 'edge_length_avg': 162.74069782608717, 'street_length_total': 74860.72100000006, 'street_length_avg': 162.74069782608709, 'street_segments_count': 460, 'node_density_km': 27.669545081414054, 'intersection_density_km': 22.93331664405489, 'edge_density_km': 12440.613180400374, 'street_density_km': 6220.306590200185, 'circuity_avg': 1.048116357603211, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048116357603211\n", - "7163\n", - "31977885.695991207\n", - "{'n': 1246, 'm': 3529, 'k_avg': 5.664526484751204, 'intersection_count': 1078, 'streets_per_node_avg': 2.952648475120385, 'streets_per_node_counts': {0: 0, 1: 168, 2: 1, 3: 802, 4: 272, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1348314606741573, 2: 0.0008025682182985554, 3: 0.6436597110754414, 4: 0.21829855537720708, 5: 0.002407704654895666}, 'edge_length_total': 507645.36399999895, 'edge_length_avg': 143.84963559081862, 'street_length_total': 258380.2180000002, 'street_length_avg': 143.54456555555566, 'street_segments_count': 1800, 'node_density_km': 38.964427224661705, 'intersection_density_km': 33.710796587628664, 'edge_density_km': 15874.888315822522, 'street_density_km': 8079.965650524266, 'circuity_avg': 1.051526841080826, 'self_loop_proportion': 0.0028336639274582033, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051526841080826\n", - "7164\n", - "7020089.471532796\n", - "{'n': 457, 'm': 1309, 'k_avg': 5.728665207877461, 'intersection_count': 379, 'streets_per_node_avg': 2.923413566739606, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 258, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17067833698030635, 2: 0.0, 3: 0.5645514223194749, 4: 0.2647702407002188}, 'edge_length_total': 128567.48999999998, 'edge_length_avg': 98.21809778456836, 'street_length_total': 64321.29299999998, 'street_length_avg': 98.20044732824425, 'street_segments_count': 655, 'node_density_km': 65.09888539927921, 'intersection_density_km': 53.98791590005869, 'edge_density_km': 18314.223845914603, 'street_density_km': 9162.460572736234, 'circuity_avg': 1.0235774691986121, 'self_loop_proportion': 0.0015278838808250573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0235774691986121\n", - "7165\n", - "19984963.61686111\n", - "{'n': 958, 'm': 2624, 'k_avg': 5.478079331941545, 'intersection_count': 758, 'streets_per_node_avg': 2.8183716075156577, 'streets_per_node_counts': {0: 0, 1: 200, 2: 2, 3: 530, 4: 224, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20876826722338204, 2: 0.0020876826722338203, 3: 0.5532359081419624, 4: 0.23382045929018788, 5: 0.0020876826722338203}, 'edge_length_total': 316184.39999999973, 'edge_length_avg': 120.49710365853649, 'street_length_total': 159267.8900000001, 'street_length_avg': 119.84039879608736, 'street_segments_count': 1329, 'node_density_km': 47.936039232603115, 'intersection_density_km': 37.9285153844605, 'edge_density_km': 15821.114617053303, 'street_density_km': 7969.386037091777, 'circuity_avg': 1.050638654679309, 'self_loop_proportion': 0.003048780487804878, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050638654679309\n", - "7166\n", - "10023479.711132957\n", - "{'n': 747, 'm': 2092, 'k_avg': 5.601070950468541, 'intersection_count': 624, 'streets_per_node_avg': 2.8273092369477912, 'streets_per_node_counts': {0: 0, 1: 123, 2: 2, 3: 503, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1646586345381526, 2: 0.002677376171352075, 3: 0.6733601070950469, 4: 0.15930388219544847}, 'edge_length_total': 174210.47000000032, 'edge_length_avg': 83.27460325047817, 'street_length_total': 87173.47999999994, 'street_length_avg': 83.26024832855772, 'street_segments_count': 1047, 'node_density_km': 74.525017411899, 'intersection_density_km': 62.253829805923665, 'edge_density_km': 17380.238701586524, 'street_density_km': 8696.927864599498, 'circuity_avg': 1.0554380373409766, 'self_loop_proportion': 0.0019120458891013384, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554380373409766\n", - "7167\n", - "14989493.439533751\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 295, 'm': 949, 'k_avg': 6.433898305084746, 'intersection_count': 272, 'streets_per_node_avg': 3.389830508474576, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 112, 4: 159, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07796610169491526, 2: 0.0, 3: 0.37966101694915255, 4: 0.5389830508474577, 5: 0.003389830508474576}, 'edge_length_total': 200611.40500000017, 'edge_length_avg': 211.39241833508976, 'street_length_total': 100392.808, 'street_length_avg': 211.35328, 'street_segments_count': 475, 'node_density_km': 19.68045159030911, 'intersection_density_km': 18.146043500217214, 'edge_density_km': 13383.467947682708, 'street_density_km': 6697.545077488805, 'circuity_avg': 1.0213886240281742, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0213886240281742\n", - "7168\n", - "7017981.726284161\n", - "{'n': 430, 'm': 1141, 'k_avg': 5.306976744186047, 'intersection_count': 333, 'streets_per_node_avg': 2.7255813953488373, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 257, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2255813953488372, 2: 0.0, 3: 0.5976744186046512, 4: 0.17674418604651163}, 'edge_length_total': 122735.8949999998, 'edge_length_avg': 107.5687072743206, 'street_length_total': 61409.99800000001, 'street_length_avg': 107.54815761821368, 'street_segments_count': 571, 'node_density_km': 61.271176923920805, 'intersection_density_km': 47.449539338757276, 'edge_density_km': 17488.773808048267, 'street_density_km': 8750.378726408426, 'circuity_avg': 1.0903814155084064, 'self_loop_proportion': 0.0035056967572304996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0903814155084064\n", - "7169\n", - "11991261.148021752\n", - "{'n': 264, 'm': 830, 'k_avg': 6.287878787878788, 'intersection_count': 241, 'streets_per_node_avg': 3.2386363636363638, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 132, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08712121212121213, 2: 0.0, 3: 0.5, 4: 0.4128787878787879}, 'edge_length_total': 164546.09999999995, 'edge_length_avg': 198.248313253012, 'street_length_total': 82273.05000000006, 'street_length_avg': 198.24831325301218, 'street_segments_count': 415, 'node_density_km': 22.01603290439164, 'intersection_density_km': 20.09796943166055, 'edge_density_km': 13722.167999580744, 'street_density_km': 6861.0839997903795, 'circuity_avg': 1.0174833537835597, 'self_loop_proportion': 0.0024096385542168677, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0174833537835597\n", - "7170\n", - "27076947.939740814\n", - "{'n': 1337, 'm': 3519, 'k_avg': 5.264023934181003, 'intersection_count': 1045, 'streets_per_node_avg': 2.720269259536275, 'streets_per_node_counts': {0: 0, 1: 292, 2: 1, 3: 838, 4: 202, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21839940164547494, 2: 0.0007479431563201197, 3: 0.6267763649962603, 4: 0.15108451757666416, 5: 0.002243829468960359, 6: 0.0007479431563201197}, 'edge_length_total': 410915.2619999997, 'edge_length_avg': 116.77046376811586, 'street_length_total': 206691.9109999995, 'street_length_avg': 116.31508778840714, 'street_segments_count': 1777, 'node_density_km': 49.37779556896389, 'intersection_density_km': 38.59371456212959, 'edge_density_km': 15175.833809426493, 'street_density_km': 7633.501067401985, 'circuity_avg': 1.0761327710752455, 'self_loop_proportion': 0.003978402955385053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0761327710752455\n", - "7171\n", - "7994039.927738142\n", - "{'n': 179, 'm': 534, 'k_avg': 5.966480446927374, 'intersection_count': 159, 'streets_per_node_avg': 3.1564245810055866, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 91, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11173184357541899, 2: 0.0, 3: 0.5083798882681564, 4: 0.37988826815642457}, 'edge_length_total': 100762.13799999996, 'edge_length_avg': 188.69314232209732, 'street_length_total': 50512.532000000014, 'street_length_avg': 188.47959701492542, 'street_segments_count': 268, 'node_density_km': 22.391682005352056, 'intersection_density_km': 19.889818094139535, 'edge_density_km': 12604.65783394078, 'street_density_km': 6318.774043738381, 'circuity_avg': 1.021457550359052, 'self_loop_proportion': 0.003745318352059925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.021457550359052\n", - "7172\n", - "26058312.13899224\n", - "{'n': 1682, 'm': 4514, 'k_avg': 5.367419738406658, 'intersection_count': 1339, 'streets_per_node_avg': 2.759809750297265, 'streets_per_node_counts': {0: 0, 1: 343, 2: 0, 3: 1064, 4: 268, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20392390011890607, 2: 0.0, 3: 0.6325802615933412, 4: 0.15933412604042807, 5: 0.004161712247324614}, 'edge_length_total': 471131.82300000044, 'edge_length_avg': 104.3712501107666, 'street_length_total': 236694.84100000034, 'street_length_avg': 104.17906734154944, 'street_segments_count': 2272, 'node_density_km': 64.547542105889, 'intersection_density_km': 51.38475557656681, 'edge_density_km': 18079.90557819071, 'street_density_km': 9083.275990305721, 'circuity_avg': 1.0755075819385667, 'self_loop_proportion': 0.002215330084182543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0755075819385667\n", - "7173\n", - "14996349.37346605\n", - "{'n': 271, 'm': 837, 'k_avg': 6.177121771217712, 'intersection_count': 238, 'streets_per_node_avg': 3.243542435424354, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 106, 4: 132}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12177121771217712, 2: 0.0, 3: 0.39114391143911437, 4: 0.4870848708487085}, 'edge_length_total': 178506.67800000025, 'edge_length_avg': 213.26962724014368, 'street_length_total': 89471.08999999991, 'street_length_avg': 212.0168009478671, 'street_segments_count': 422, 'node_density_km': 18.071064713889417, 'intersection_density_km': 15.870529158323547, 'edge_density_km': 11903.342177119648, 'street_density_km': 5966.191355764659, 'circuity_avg': 1.0226909342775592, 'self_loop_proportion': 0.0023894862604540022, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0226909342775592\n", - "7174\n", - "9020061.108705875\n", - "{'n': 698, 'm': 1893, 'k_avg': 5.4240687679083095, 'intersection_count': 565, 'streets_per_node_avg': 2.7822349570200573, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 456, 4: 104, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19054441260744986, 2: 0.0, 3: 0.6532951289398281, 4: 0.1489971346704871, 5: 0.0071633237822349575}, 'edge_length_total': 184798.45500000025, 'edge_length_avg': 97.62200475435829, 'street_length_total': 92431.11299999994, 'street_length_avg': 97.60413199577607, 'street_segments_count': 947, 'node_density_km': 77.38306776284617, 'intersection_density_km': 62.63815657021215, 'edge_density_km': 20487.49479331561, 'street_density_km': 10247.282350536227, 'circuity_avg': 1.0415445768332796, 'self_loop_proportion': 0.0010565240359218173, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0415445768332796\n", - "7175\n", - "24981221.537605233\n", - "{'n': 1295, 'm': 3574, 'k_avg': 5.51969111969112, 'intersection_count': 1067, 'streets_per_node_avg': 2.8424710424710424, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 817, 4: 248, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17606177606177606, 2: 0.0, 3: 0.6308880308880309, 4: 0.1915057915057915, 5: 0.0015444015444015444}, 'edge_length_total': 469932.5449999985, 'edge_length_avg': 131.48644236149931, 'street_length_total': 236436.5940000001, 'street_length_avg': 130.91727242524922, 'street_segments_count': 1806, 'node_density_km': 51.83893822207952, 'intersection_density_km': 42.712082689543514, 'edge_density_km': 18811.431790578787, 'street_density_km': 9464.572965100311, 'circuity_avg': 1.0633899325198692, 'self_loop_proportion': 0.0030777839955232235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633899325198692\n", - "7176\n", - "7017283.377935591\n", - "{'n': 384, 'm': 1006, 'k_avg': 5.239583333333333, 'intersection_count': 286, 'streets_per_node_avg': 2.6640625, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 219, 4: 67}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2552083333333333, 2: 0.0, 3: 0.5703125, 4: 0.17447916666666666}, 'edge_length_total': 112652.27200000016, 'edge_length_avg': 111.98038966202799, 'street_length_total': 56326.13599999994, 'street_length_avg': 111.98038966202772, 'street_segments_count': 503, 'node_density_km': 54.722031207605106, 'intersection_density_km': 40.756512826497556, 'edge_density_km': 16053.54464581153, 'street_density_km': 8026.772322905746, 'circuity_avg': 1.0794173509922977, 'self_loop_proportion': 0.0019880715705765406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794173509922977\n", - "7177\n", - "12028716.65110982\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 419, 'm': 1070, 'k_avg': 5.107398568019093, 'intersection_count': 326, 'streets_per_node_avg': 2.6778042959427206, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 276, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22195704057279236, 2: 0.0, 3: 0.6587112171837709, 4: 0.11694510739856802, 5: 0.002386634844868735}, 'edge_length_total': 158885.68700000056, 'edge_length_avg': 148.49129626168278, 'street_length_total': 79769.56999999986, 'street_length_avg': 147.17632841328387, 'street_segments_count': 542, 'node_density_km': 34.83330866899598, 'intersection_density_km': 27.10181056346704, 'edge_density_km': 13208.864387485684, 'street_density_km': 6631.594401439324, 'circuity_avg': 1.1140362046373622, 'self_loop_proportion': 0.001869158878504673, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1140362046373622\n", - "7178\n", - "44107047.76093807\n", - "{'n': 5129, 'm': 13962, 'k_avg': 5.444336127900176, 'intersection_count': 4163, 'streets_per_node_avg': 2.824527198284266, 'streets_per_node_counts': {0: 0, 1: 966, 2: 0, 3: 3147, 4: 1000, 5: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18834080717488788, 2: 0.0, 3: 0.6135698966660168, 4: 0.19496977968414897, 5: 0.003119516474946383}, 'edge_length_total': 1066241.0339999935, 'edge_length_avg': 76.36735668242325, 'street_length_total': 545056.4750000007, 'street_length_avg': 76.17840321453538, 'street_segments_count': 7155, 'node_density_km': 116.2852709571355, 'intersection_density_km': 94.38400916251804, 'edge_density_km': 24173.937910763416, 'street_density_km': 12357.582351787136, 'circuity_avg': 1.1055803247031584, 'self_loop_proportion': 0.0035811488325454806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1055803247031584\n", - "7179\n", - "13988961.085055327\n", - "{'n': 369, 'm': 1154, 'k_avg': 6.254742547425474, 'intersection_count': 342, 'streets_per_node_avg': 3.205962059620596, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 213, 4: 128, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07317073170731707, 2: 0.0, 3: 0.5772357723577236, 4: 0.34688346883468835, 5: 0.0027100271002710027}, 'edge_length_total': 197147.88400000017, 'edge_length_avg': 170.8387209705374, 'street_length_total': 98573.942, 'street_length_avg': 170.83872097053725, 'street_segments_count': 577, 'node_density_km': 26.377941703920364, 'intersection_density_km': 24.447848408511557, 'edge_density_km': 14093.104041201243, 'street_density_km': 7046.552020600615, 'circuity_avg': 1.0212260207066532, 'self_loop_proportion': 0.0034662045060658577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0212260207066532\n", - "7180\n", - "36104861.10837983\n", - "{'n': 1722, 'm': 4613, 'k_avg': 5.357723577235772, 'intersection_count': 1411, 'streets_per_node_avg': 2.8577235772357725, 'streets_per_node_counts': {0: 0, 1: 311, 2: 0, 3: 1040, 4: 365, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1806039488966318, 2: 0.0, 3: 0.6039488966318235, 4: 0.21196283391405343, 5: 0.003484320557491289}, 'edge_length_total': 493418.6370000009, 'edge_length_avg': 106.96263537827897, 'street_length_total': 258490.5919999999, 'street_length_avg': 106.33097161661863, 'street_segments_count': 2431, 'node_density_km': 47.69440865125856, 'intersection_density_km': 39.08061010855158, 'edge_density_km': 13666.266033231737, 'street_density_km': 7159.440143643288, 'circuity_avg': 1.0801006611303694, 'self_loop_proportion': 0.00520268805549534, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801006611303694\n", - "7181\n", - "12029341.91666884\n", - "{'n': 971, 'm': 2554, 'k_avg': 5.260556127703398, 'intersection_count': 739, 'streets_per_node_avg': 2.681771369721936, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 587, 4: 149, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23892893923789907, 2: 0.0, 3: 0.6045314109165808, 4: 0.15345005149330587, 5: 0.003089598352214212}, 'edge_length_total': 226743.59200000044, 'edge_length_avg': 88.77979326546611, 'street_length_total': 113371.7960000001, 'street_length_avg': 88.77979326546601, 'street_segments_count': 1277, 'node_density_km': 80.71929509747355, 'intersection_density_km': 61.433119543803244, 'edge_density_km': 18849.210004231903, 'street_density_km': 9424.60500211594, 'circuity_avg': 1.0493923032942185, 'self_loop_proportion': 0.0007830853563038371, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493923032942185\n", - "7182\n", - "16987201.440250404\n", - "{'n': 863, 'm': 2434, 'k_avg': 5.640787949015063, 'intersection_count': 664, 'streets_per_node_avg': 2.964078794901506, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 299, 4: 364, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23059096176129779, 2: 0.0, 3: 0.3464658169177289, 4: 0.42178447276940906, 5: 0.0, 6: 0.0011587485515643105}, 'edge_length_total': 350328.5559999998, 'edge_length_avg': 143.93120624486434, 'street_length_total': 181867.37499999977, 'street_length_avg': 146.78561339790136, 'street_segments_count': 1239, 'node_density_km': 50.80295321365652, 'intersection_density_km': 39.08825137180525, 'edge_density_km': 20623.0883428457, 'street_density_km': 10706.14106977464, 'circuity_avg': 1.0189701192032137, 'self_loop_proportion': 0.0016433853738701725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189701192032137\n", - "7183\n", - "8018169.718961233\n", - "{'n': 839, 'm': 2278, 'k_avg': 5.430274135876043, 'intersection_count': 668, 'streets_per_node_avg': 2.7818831942789033, 'streets_per_node_counts': {0: 0, 1: 171, 2: 0, 3: 511, 4: 155, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20381406436233612, 2: 0.0, 3: 0.6090584028605482, 4: 0.18474374255065554, 5: 0.0023837902264600714}, 'edge_length_total': 195200.5990000001, 'edge_length_avg': 85.6894640035119, 'street_length_total': 97680.1529999999, 'street_length_avg': 85.68434473684202, 'street_segments_count': 1140, 'node_density_km': 104.63734610355613, 'intersection_density_km': 83.3107833101019, 'edge_density_km': 24344.78264265135, 'street_density_km': 12182.350389641604, 'circuity_avg': 1.0798090382994616, 'self_loop_proportion': 0.0052677787532923615, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0798090382994616\n", - "7184\n", - "31073555.105251465\n", - "{'n': 3071, 'm': 8439, 'k_avg': 5.495929664604364, 'intersection_count': 2535, 'streets_per_node_avg': 2.802018886356236, 'streets_per_node_counts': {0: 0, 1: 536, 2: 0, 3: 2083, 4: 440, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17453598176489743, 2: 0.0, 3: 0.678280690328883, 4: 0.14327580592640835, 5: 0.0039075219798111365}, 'edge_length_total': 747409.2110000005, 'edge_length_avg': 88.5660873326224, 'street_length_total': 376761.8059999993, 'street_length_avg': 88.62898282756981, 'street_segments_count': 4251, 'node_density_km': 98.83001766608281, 'intersection_density_km': 81.5806235048909, 'edge_density_km': 24052.903134784454, 'street_density_km': 12124.837493612893, 'circuity_avg': 1.0848886743985426, 'self_loop_proportion': 0.0035549235691432635, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0848886743985426\n", - "7185\n", - "7994675.39193246\n", - "{'n': 189, 'm': 452, 'k_avg': 4.783068783068783, 'intersection_count': 140, 'streets_per_node_avg': 2.544973544973545, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 128, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25925925925925924, 2: 0.0, 3: 0.6772486772486772, 4: 0.06349206349206349}, 'edge_length_total': 84985.86999999998, 'edge_length_avg': 188.0218362831858, 'street_length_total': 42492.93500000001, 'street_length_avg': 188.0218362831859, 'street_segments_count': 226, 'node_density_km': 23.640734705842164, 'intersection_density_km': 17.511655337660862, 'edge_density_km': 10630.309028651798, 'street_density_km': 5315.154514325902, 'circuity_avg': 1.0740450650765798, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740450650765798\n", - "7186\n", - "36084272.32236144\n", - "error with entry 7186\n", - "7187\n", - "18984634.17524637\n", - "{'n': 710, 'm': 2004, 'k_avg': 5.645070422535211, 'intersection_count': 611, 'streets_per_node_avg': 2.9309859154929576, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 462, 4: 149}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13943661971830987, 2: 0.0, 3: 0.6507042253521127, 4: 0.20985915492957746}, 'edge_length_total': 286707.7730000004, 'edge_length_avg': 143.0677509980042, 'street_length_total': 146528.33699999982, 'street_length_avg': 144.22080413385808, 'street_segments_count': 1016, 'node_density_km': 37.398666387038034, 'intersection_density_km': 32.183922764056675, 'edge_density_km': 15102.096271827671, 'street_density_km': 7718.259706634472, 'circuity_avg': 1.0426762750342926, 'self_loop_proportion': 0.001996007984031936, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0426762750342926\n", - "7188\n", - "26058561.10125899\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2098, 'm': 5734, 'k_avg': 5.466158245948522, 'intersection_count': 1681, 'streets_per_node_avg': 2.8012392755004765, 'streets_per_node_counts': {0: 0, 1: 417, 2: 1, 3: 1267, 4: 408, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19876072449952337, 2: 0.00047664442326024784, 3: 0.6039084842707341, 4: 0.19447092469018112, 5: 0.0023832221163012394}, 'edge_length_total': 476917.26600000064, 'edge_length_avg': 83.17357272410196, 'street_length_total': 239727.16599999962, 'street_length_avg': 82.57911333103672, 'street_segments_count': 2903, 'node_density_km': 80.51096880781486, 'intersection_density_km': 64.50855031741506, 'edge_density_km': 18301.749822132693, 'street_density_km': 9199.554997241099, 'circuity_avg': 1.0660423764743563, 'self_loop_proportion': 0.002441576560865016, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0660423764743563\n", - "7189\n", - "11995759.837370332\n", - "{'n': 338, 'm': 970, 'k_avg': 5.739644970414201, 'intersection_count': 282, 'streets_per_node_avg': 2.973372781065089, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 179, 4: 103}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16568047337278108, 2: 0.0, 3: 0.5295857988165681, 4: 0.3047337278106509}, 'edge_length_total': 173132.32200000045, 'edge_length_avg': 178.48692989690767, 'street_length_total': 86566.16100000005, 'street_length_avg': 178.48692989690733, 'street_segments_count': 485, 'node_density_km': 28.176622788581533, 'intersection_density_km': 23.50830658692305, 'edge_density_km': 14432.793282559905, 'street_density_km': 7216.396641279938, 'circuity_avg': 1.0224176826960192, 'self_loop_proportion': 0.002061855670103093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0224176826960192\n", - "7190\n", - "16041986.21248407\n", - "{'n': 773, 'm': 2206, 'k_avg': 5.707632600258732, 'intersection_count': 613, 'streets_per_node_avg': 2.9340232858990944, 'streets_per_node_counts': {0: 0, 1: 160, 2: 0, 3: 345, 4: 267, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2069857697283312, 2: 0.0, 3: 0.4463130659767141, 4: 0.34540750323415265, 5: 0.00129366106080207}, 'edge_length_total': 297092.4820000009, 'edge_length_avg': 134.67474252039932, 'street_length_total': 148546.2410000003, 'street_length_avg': 134.67474252039918, 'street_segments_count': 1103, 'node_density_km': 48.18605313339828, 'intersection_density_km': 38.21222583541157, 'edge_density_km': 18519.68191873896, 'street_density_km': 9259.84095936947, 'circuity_avg': 1.0590615921244757, 'self_loop_proportion': 0.0027198549410698096, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590615921244757\n", - "7191\n", - "10991071.555514611\n", - "{'n': 292, 'm': 898, 'k_avg': 6.1506849315068495, 'intersection_count': 260, 'streets_per_node_avg': 3.232876712328767, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 130, 4: 128, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1095890410958904, 2: 0.0, 3: 0.4452054794520548, 4: 0.4383561643835616, 5: 0.00684931506849315}, 'edge_length_total': 153250.38500000013, 'edge_length_avg': 170.65744432071284, 'street_length_total': 78124.39400000006, 'street_length_avg': 172.84157964601783, 'street_segments_count': 452, 'node_density_km': 26.56701837715661, 'intersection_density_km': 23.65556430842712, 'edge_density_km': 13943.170529456607, 'street_density_km': 7107.98702432269, 'circuity_avg': 1.0196934493953729, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0196934493953729\n", - "7192\n", - "16035184.717298646\n", - "{'n': 1273, 'm': 3436, 'k_avg': 5.398271798900236, 'intersection_count': 1007, 'streets_per_node_avg': 2.783974862529458, 'streets_per_node_counts': {0: 0, 1: 266, 2: 0, 3: 753, 4: 251, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.208955223880597, 2: 0.0, 3: 0.591516103692066, 4: 0.197172034564022, 5: 0.002356637863315004}, 'edge_length_total': 328904.5579999993, 'edge_length_avg': 95.723096041909, 'street_length_total': 164452.27900000024, 'street_length_avg': 95.72309604190934, 'street_segments_count': 1718, 'node_density_km': 79.38792239959022, 'intersection_density_km': 62.79940130116839, 'edge_density_km': 20511.42932236879, 'street_density_km': 10255.714661184431, 'circuity_avg': 1.0732803606775012, 'self_loop_proportion': 0.0034924330616996507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0732803606775012\n", - "7193\n", - "6995791.917572171\n", - "{'n': 180, 'm': 534, 'k_avg': 5.933333333333334, 'intersection_count': 160, 'streets_per_node_avg': 3.077777777777778, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 106, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.5888888888888889, 4: 0.3}, 'edge_length_total': 96396.28000000003, 'edge_length_avg': 180.5173782771536, 'street_length_total': 48198.13999999998, 'street_length_avg': 180.51737827715348, 'street_segments_count': 267, 'node_density_km': 25.729753274661064, 'intersection_density_km': 22.870891799698725, 'edge_density_km': 13779.180561084142, 'street_density_km': 6889.5902805420665, 'circuity_avg': 1.0157004335594613, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0157004335594613\n", - "7194\n", - "32071102.549324583\n", - "{'n': 2605, 'm': 7868, 'k_avg': 6.040690978886756, 'intersection_count': 2256, 'streets_per_node_avg': 3.0614203454894433, 'streets_per_node_counts': {0: 0, 1: 349, 2: 0, 3: 1405, 4: 844, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13397312859884836, 2: 0.0, 3: 0.5393474088291746, 4: 0.3239923224568138, 5: 0.002687140115163148}, 'edge_length_total': 749153.7660000015, 'edge_length_avg': 95.21527275038147, 'street_length_total': 375592.9269999997, 'street_length_avg': 95.20733257287698, 'street_segments_count': 3945, 'node_density_km': 81.22577002126985, 'intersection_density_km': 70.34369948866978, 'edge_density_km': 23359.152210243505, 'street_density_km': 11711.257086417492, 'circuity_avg': 1.0503298727415147, 'self_loop_proportion': 0.002287747839349263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503298727415147\n", - "7195\n", - "15032816.509365307\n", - "{'n': 810, 'm': 2361, 'k_avg': 5.82962962962963, 'intersection_count': 696, 'streets_per_node_avg': 2.991358024691358, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 479, 4: 213, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14074074074074075, 2: 0.0, 3: 0.591358024691358, 4: 0.26296296296296295, 5: 0.0049382716049382715}, 'edge_length_total': 240114.9600000004, 'edge_length_avg': 101.70053367217298, 'street_length_total': 121051.33700000009, 'street_length_avg': 101.63840218303953, 'street_segments_count': 1191, 'node_density_km': 53.88211846365432, 'intersection_density_km': 46.29870919839927, 'edge_density_km': 15972.71940693289, 'street_density_km': 8052.472198046601, 'circuity_avg': 1.0432917016545595, 'self_loop_proportion': 0.0008470986869970351, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432917016545595\n", - "7196\n", - "16992114.245850977\n", - "{'n': 410, 'm': 1306, 'k_avg': 6.3707317073170735, 'intersection_count': 366, 'streets_per_node_avg': 3.2756097560975608, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 166, 4: 199, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1073170731707317, 2: 0.0, 3: 0.40487804878048783, 4: 0.4853658536585366, 5: 0.0024390243902439024}, 'edge_length_total': 225956.83299999966, 'edge_length_avg': 173.0144203675342, 'street_length_total': 113402.50399999994, 'street_length_avg': 172.08270713201813, 'street_segments_count': 659, 'node_density_km': 24.128839652788415, 'intersection_density_km': 21.539403202245268, 'edge_density_km': 13297.746809533859, 'street_density_km': 6673.831305465111, 'circuity_avg': 1.0166721127244633, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0166721127244633\n", - "7197\n", - "22047495.436062574\n", - "{'n': 643, 'm': 1602, 'k_avg': 4.98289269051322, 'intersection_count': 458, 'streets_per_node_avg': 2.547433903576983, 'streets_per_node_counts': {0: 0, 1: 185, 2: 0, 3: 379, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.28771384136858474, 2: 0.0, 3: 0.5894245723172629, 4: 0.12286158631415241}, 'edge_length_total': 221206.35200000004, 'edge_length_avg': 138.081368289638, 'street_length_total': 110603.17600000004, 'street_length_avg': 138.081368289638, 'street_segments_count': 801, 'node_density_km': 29.164310380047063, 'intersection_density_km': 20.773334609738033, 'edge_density_km': 10033.173729029464, 'street_density_km': 5016.586864514733, 'circuity_avg': 1.0867080323576106, 'self_loop_proportion': 0.003745318352059925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0867080323576106\n", - "7198\n", - "29077685.985657945\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2551, 'm': 7366, 'k_avg': 5.774990199921599, 'intersection_count': 2129, 'streets_per_node_avg': 2.9490395923167387, 'streets_per_node_counts': {0: 0, 1: 422, 2: 0, 3: 1427, 4: 691, 5: 10, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16542532340258723, 2: 0.0, 3: 0.5593884751078009, 4: 0.27087416699333594, 5: 0.003920031360250882, 6: 0.0003920031360250882}, 'edge_length_total': 717900.7299999996, 'edge_length_avg': 97.46140781971214, 'street_length_total': 361289.6640000002, 'street_length_avg': 96.99051382550341, 'street_segments_count': 3725, 'node_density_km': 87.73050239479976, 'intersection_density_km': 73.21765566386856, 'edge_density_km': 24689.059863776347, 'street_density_km': 12424.979903084446, 'circuity_avg': 1.067372775238268, 'self_loop_proportion': 0.0027151778441487917, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067372775238268\n", - "7199\n", - "14036643.121924365\n", - "{'n': 656, 'm': 1884, 'k_avg': 5.7439024390243905, 'intersection_count': 569, 'streets_per_node_avg': 2.9832317073170733, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 407, 4: 161, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1326219512195122, 2: 0.0, 3: 0.6204268292682927, 4: 0.24542682926829268, 5: 0.001524390243902439}, 'edge_length_total': 236765.0879999997, 'edge_length_avg': 125.67149044585972, 'street_length_total': 118382.54399999992, 'street_length_avg': 125.67149044585979, 'street_segments_count': 942, 'node_density_km': 46.73482073326839, 'intersection_density_km': 40.53675761772823, 'edge_density_km': 16867.643206671495, 'street_density_km': 8433.821603335753, 'circuity_avg': 1.0431129091297413, 'self_loop_proportion': 0.0031847133757961785, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431129091297413\n", - "7200\n", - "10990996.496790672\n", - "{'n': 407, 'm': 1034, 'k_avg': 5.081081081081081, 'intersection_count': 321, 'streets_per_node_avg': 2.7076167076167077, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 273, 4: 43, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2113022113022113, 2: 0.0, 3: 0.6707616707616708, 4: 0.10565110565110565, 5: 0.012285012285012284}, 'edge_length_total': 144980.06000000017, 'edge_length_avg': 140.21282398452627, 'street_length_total': 75796.97900000006, 'street_length_avg': 142.47552443609035, 'street_segments_count': 532, 'node_density_km': 37.030309318981445, 'intersection_density_km': 29.20572307467578, 'edge_density_km': 13190.802129937334, 'street_density_km': 6896.279060968902, 'circuity_avg': 1.0638088236695669, 'self_loop_proportion': 0.007736943907156673, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638088236695669\n", - "7201\n", - "7015497.361783626\n", - "{'n': 224, 'm': 520, 'k_avg': 4.642857142857143, 'intersection_count': 151, 'streets_per_node_avg': 2.424107142857143, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 134, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32589285714285715, 2: 0.0, 3: 0.5982142857142857, 4: 0.07589285714285714}, 'edge_length_total': 80089.35799999993, 'edge_length_avg': 154.01799615384604, 'street_length_total': 40044.67899999999, 'street_length_avg': 154.0179961538461, 'street_segments_count': 260, 'node_density_km': 31.929311415641397, 'intersection_density_km': 21.523776891793975, 'edge_density_km': 11416.062735092806, 'street_density_km': 5708.031367546406, 'circuity_avg': 1.0717158033612475, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0717158033612475\n", - "7202\n", - "11990556.432116022\n", - "{'n': 307, 'm': 966, 'k_avg': 6.293159609120521, 'intersection_count': 280, 'streets_per_node_avg': 3.3192182410423454, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 132, 4: 146, 5: 0, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08794788273615635, 2: 0.0, 3: 0.42996742671009774, 4: 0.4755700325732899, 5: 0.0, 6: 0.006514657980456026}, 'edge_length_total': 168521.37499999997, 'edge_length_avg': 174.45276915113868, 'street_length_total': 84296.21299999987, 'street_length_avg': 174.1657293388427, 'street_segments_count': 484, 'node_density_km': 25.603482351971422, 'intersection_density_km': 23.35171028844299, 'edge_density_km': 14054.508308607352, 'street_density_km': 7030.216944245995, 'circuity_avg': 1.0221548575950017, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0221548575950017\n", - "7203\n", - "9020309.990727596\n", - "{'n': 171, 'm': 406, 'k_avg': 4.748538011695906, 'intersection_count': 123, 'streets_per_node_avg': 2.497076023391813, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 113, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2807017543859649, 2: 0.0, 3: 0.6608187134502924, 4: 0.05847953216374269}, 'edge_length_total': 61168.679999999986, 'edge_length_avg': 150.66177339901475, 'street_length_total': 30584.340000000022, 'street_length_avg': 150.6617733990149, 'street_segments_count': 203, 'node_density_km': 18.95721989330511, 'intersection_density_km': 13.63589501097385, 'edge_density_km': 6781.217060486632, 'street_density_km': 3390.6085302433194, 'circuity_avg': 1.0444412359679245, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444412359679245\n", - "7204\n", - "9020633.580040434\n", - "{'n': 397, 'm': 1014, 'k_avg': 5.10831234256927, 'intersection_count': 292, 'streets_per_node_avg': 2.6095717884130982, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 237, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26448362720403024, 2: 0.0, 3: 0.5969773299748111, 4: 0.1385390428211587}, 'edge_length_total': 126200.07800000002, 'edge_length_avg': 124.45767061143987, 'street_length_total': 63100.03900000008, 'street_length_avg': 124.45767061144, 'street_segments_count': 507, 'node_density_km': 44.010212417720275, 'intersection_density_km': 32.37023180346176, 'edge_density_km': 13990.156775599165, 'street_density_km': 6995.07838779959, 'circuity_avg': 1.0623611299382067, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0623611299382067\n", - "7205\n", - "8017674.781473304\n", - "{'n': 146, 'm': 336, 'k_avg': 4.602739726027397, 'intersection_count': 99, 'streets_per_node_avg': 2.3835616438356166, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 95, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3219178082191781, 2: 0.0, 3: 0.6506849315068494, 4: 0.0273972602739726}, 'edge_length_total': 62358.20999999997, 'edge_length_avg': 185.58991071428562, 'street_length_total': 31179.10500000002, 'street_length_avg': 185.58991071428585, 'street_segments_count': 168, 'node_density_km': 18.209768290598024, 'intersection_density_km': 12.347719594309618, 'edge_density_km': 7777.59284326337, 'street_density_km': 3888.7964216316896, 'circuity_avg': 1.1175622325946155, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1175622325946155\n", - "7206\n", - "13030123.293287078\n", - "{'n': 1253, 'm': 3577, 'k_avg': 5.709497206703911, 'intersection_count': 1089, 'streets_per_node_avg': 2.9529130087789306, 'streets_per_node_counts': {0: 0, 1: 164, 2: 0, 3: 830, 4: 250, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13088587390263368, 2: 0.0, 3: 0.6624102154828412, 4: 0.19952114924181963, 5: 0.006384676775738229, 6: 0.0007980845969672786}, 'edge_length_total': 295515.1119999993, 'edge_length_avg': 82.6153514117974, 'street_length_total': 149179.3689999999, 'street_length_avg': 81.92167435475008, 'street_segments_count': 1821, 'node_density_km': 96.16179155000987, 'intersection_density_km': 83.57557142694392, 'edge_density_km': 22679.379569051678, 'street_density_km': 11448.807171061446, 'circuity_avg': 1.0782797383213385, 'self_loop_proportion': 0.0033547665641599105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782797383213385\n", - "7207\n", - "37088824.72304956\n", - "{'n': 2695, 'm': 7146, 'k_avg': 5.303153988868274, 'intersection_count': 2168, 'streets_per_node_avg': 2.788126159554731, 'streets_per_node_counts': {0: 0, 1: 527, 2: 0, 3: 1690, 4: 473, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19554730983302412, 2: 0.0, 3: 0.62708719851577, 4: 0.17551020408163265, 5: 0.0018552875695732839}, 'edge_length_total': 624474.8969999992, 'edge_length_avg': 87.38803484466823, 'street_length_total': 322794.1019999988, 'street_length_avg': 86.65613476510035, 'street_segments_count': 3725, 'node_density_km': 72.66339713172795, 'intersection_density_km': 58.454265299289865, 'edge_density_km': 16837.27919833241, 'street_density_km': 8703.27125246954, 'circuity_avg': 1.0917897616044472, 'self_loop_proportion': 0.004757906521130702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0917897616044472\n", - "7208\n", - "12033329.934591308\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 499, 'm': 1425, 'k_avg': 5.7114228456913825, 'intersection_count': 420, 'streets_per_node_avg': 2.9519038076152304, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 289, 4: 128, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15831663326653306, 2: 0.0, 3: 0.5791583166332666, 4: 0.2565130260521042, 5: 0.006012024048096192}, 'edge_length_total': 167273.58599999992, 'edge_length_avg': 117.38497263157889, 'street_length_total': 83682.8659999999, 'street_length_avg': 117.20289355742284, 'street_segments_count': 714, 'node_density_km': 41.46815575675045, 'intersection_density_km': 34.90305694956951, 'edge_density_km': 13900.85594837312, 'street_density_km': 6954.256756431408, 'circuity_avg': 1.0320978692262808, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0320978692262808\n", - "7209\n", - "5012845.643685129\n", - "{'n': 211, 'm': 598, 'k_avg': 5.668246445497631, 'intersection_count': 180, 'streets_per_node_avg': 2.9668246445497632, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 125, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14691943127962084, 2: 0.0, 3: 0.5924170616113744, 4: 0.26066350710900477}, 'edge_length_total': 67668.76, 'edge_length_avg': 113.15846153846152, 'street_length_total': 33834.37999999999, 'street_length_avg': 113.15846153846151, 'street_segments_count': 299, 'node_density_km': 42.091860591359854, 'intersection_density_km': 35.90774837177618, 'edge_density_km': 13499.071148389516, 'street_density_km': 6749.535574194757, 'circuity_avg': 1.025707903941139, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025707903941139\n", - "7210\n", - "22054513.443148624\n", - "{'n': 831, 'm': 1901, 'k_avg': 4.5752105896510225, 'intersection_count': 563, 'streets_per_node_avg': 2.410348977135981, 'streets_per_node_counts': {0: 0, 1: 268, 2: 0, 3: 517, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32250300842358604, 2: 0.0, 3: 0.6221419975932612, 4: 0.05535499398315283}, 'edge_length_total': 228737.75500000006, 'edge_length_avg': 120.32496317727515, 'street_length_total': 121587.95200000005, 'street_length_avg': 123.94286646279312, 'street_segments_count': 981, 'node_density_km': 37.679362192329634, 'intersection_density_km': 25.5276545298214, 'edge_density_km': 10371.471381113552, 'street_density_km': 5513.064358160761, 'circuity_avg': 1.1068887906640896, 'self_loop_proportion': 0.004208311415044713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1068887906640896\n", - "7211\n", - "8019335.559662506\n", - "{'n': 228, 'm': 558, 'k_avg': 4.894736842105263, 'intersection_count': 178, 'streets_per_node_avg': 2.6052631578947367, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 168, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21929824561403508, 2: 0.0, 3: 0.7368421052631579, 4: 0.043859649122807015}, 'edge_length_total': 66877.442, 'edge_length_avg': 119.85204659498207, 'street_length_total': 33874.500000000015, 'street_length_avg': 116.40721649484541, 'street_segments_count': 291, 'node_density_km': 28.431283153537894, 'intersection_density_km': 22.196352637411163, 'edge_density_km': 8339.52407932591, 'street_density_km': 4224.103075370701, 'circuity_avg': 1.1751861649394268, 'self_loop_proportion': 0.010752688172043012, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1751861649394268\n", - "7212\n", - "244745285.04116276\n", - "{'n': 31397, 'm': 79644, 'k_avg': 5.073350957097812, 'intersection_count': 23594, 'streets_per_node_avg': 2.6420995636525784, 'streets_per_node_counts': {0: 0, 1: 7803, 2: 45, 3: 19260, 4: 4179, 5: 95, 6: 15}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24852692932445775, 2: 0.001433257954581648, 3: 0.6134344045609453, 4: 0.13310188871548237, 5: 0.003025766793005701, 6: 0.000477752651527216}, 'edge_length_total': 5848884.283000086, 'edge_length_avg': 73.43785197880678, 'street_length_total': 3064531.48200001, 'street_length_avg': 74.3601737843349, 'street_segments_count': 41212, 'node_density_km': 128.28439164709326, 'intersection_density_km': 96.40226571078506, 'edge_density_km': 23897.842534602394, 'street_density_km': 12521.30957899597, 'circuity_avg': 1.1096480181418305, 'self_loop_proportion': 0.0032143036512480537, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1096480181418305\n", - "7213\n", - "12030226.153058559\n", - "{'n': 165, 'm': 410, 'k_avg': 4.96969696969697, 'intersection_count': 123, 'streets_per_node_avg': 2.5939393939393938, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 107, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2545454545454545, 2: 0.0, 3: 0.6484848484848484, 4: 0.09090909090909091, 5: 0.006060606060606061}, 'edge_length_total': 70696.51599999999, 'edge_length_avg': 172.43052682926827, 'street_length_total': 35348.25800000001, 'street_length_avg': 172.43052682926833, 'street_segments_count': 205, 'node_density_km': 13.715452885152162, 'intersection_density_km': 10.22424669620434, 'edge_density_km': 5876.574147529732, 'street_density_km': 2938.2870737648673, 'circuity_avg': 1.1000075898360526, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1000075898360526\n", - "7214\n", - "10022947.577161813\n", - "{'n': 371, 'm': 1006, 'k_avg': 5.423180592991914, 'intersection_count': 309, 'streets_per_node_avg': 2.862533692722372, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 239, 4: 68, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16711590296495957, 2: 0.0, 3: 0.6442048517520216, 4: 0.18328840970350405, 5: 0.0026954177897574125, 6: 0.0026954177897574125}, 'edge_length_total': 143753.3940000001, 'edge_length_avg': 142.8960178926442, 'street_length_total': 71876.69700000003, 'street_length_avg': 142.89601789264418, 'street_segments_count': 503, 'node_density_km': 37.01505940681131, 'intersection_density_km': 30.829254330740415, 'edge_density_km': 14342.427004961604, 'street_density_km': 7171.213502480801, 'circuity_avg': 1.038989351312206, 'self_loop_proportion': 0.0019880715705765406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038989351312206\n", - "7215\n", - "6012321.042272268\n", - "{'n': 179, 'm': 438, 'k_avg': 4.893854748603352, 'intersection_count': 137, 'streets_per_node_avg': 2.631284916201117, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 119, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2346368715083799, 2: 0.0, 3: 0.664804469273743, 4: 0.1005586592178771}, 'edge_length_total': 74549.09599999999, 'edge_length_avg': 170.20341552511414, 'street_length_total': 37274.547999999995, 'street_length_avg': 170.20341552511414, 'street_segments_count': 219, 'node_density_km': 29.772195919256767, 'intersection_density_km': 22.786541010827804, 'edge_density_km': 12399.387104555759, 'street_density_km': 6199.6935522778795, 'circuity_avg': 1.0334060367250026, 'self_loop_proportion': 0.0045662100456621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0334060367250026\n", - "7216\n", - "7991600.35170674\n", - "{'n': 309, 'm': 705, 'k_avg': 4.563106796116505, 'intersection_count': 207, 'streets_per_node_avg': 2.394822006472492, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 190, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3300970873786408, 2: 0.0, 3: 0.6148867313915858, 4: 0.05501618122977346}, 'edge_length_total': 92195.72900000006, 'edge_length_avg': 130.77408368794335, 'street_length_total': 46182.16799999998, 'street_length_avg': 130.82767138810195, 'street_segments_count': 353, 'node_density_km': 38.665597177167136, 'intersection_density_km': 25.902196167228468, 'edge_density_km': 11536.579025790514, 'street_density_km': 5778.838526395656, 'circuity_avg': 1.0997565830411438, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0997565830411438\n", - "7217\n", - "5009872.879144397\n", - "{'n': 314, 'm': 834, 'k_avg': 5.312101910828026, 'intersection_count': 262, 'streets_per_node_avg': 2.8121019108280256, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 217, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16560509554140126, 2: 0.0, 3: 0.6910828025477707, 4: 0.14331210191082802}, 'edge_length_total': 79155.44700000006, 'edge_length_avg': 94.91060791366914, 'street_length_total': 40727.495000000024, 'street_length_avg': 96.739893111639, 'street_segments_count': 421, 'node_density_km': 62.676241009457705, 'intersection_density_km': 52.29673612891057, 'edge_density_km': 15799.891316507514, 'street_density_km': 8129.446790864603, 'circuity_avg': 1.066090605848181, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066090605848181\n", - "7218\n", - "7015897.864895027\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 483, 'm': 1234, 'k_avg': 5.109730848861283, 'intersection_count': 383, 'streets_per_node_avg': 2.681159420289855, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 338, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2070393374741201, 2: 0.0, 3: 0.6997929606625258, 4: 0.09109730848861283, 5: 0.002070393374741201}, 'edge_length_total': 118049.05800000008, 'edge_length_avg': 95.66374230145874, 'street_length_total': 59496.585, 'street_length_avg': 94.89088516746412, 'street_segments_count': 627, 'node_density_km': 68.84364757029238, 'intersection_density_km': 54.590304388037225, 'edge_density_km': 16825.937360159438, 'street_density_km': 8480.25244177214, 'circuity_avg': 1.059341146104575, 'self_loop_proportion': 0.0016207455429497568, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059341146104575\n", - "7219\n", - "14026694.67312747\n", - "{'n': 423, 'm': 1062, 'k_avg': 5.0212765957446805, 'intersection_count': 305, 'streets_per_node_avg': 2.607565011820331, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 235, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2789598108747045, 2: 0.0, 3: 0.5555555555555556, 4: 0.16548463356973994}, 'edge_length_total': 152993.95200000002, 'edge_length_avg': 144.06210169491527, 'street_length_total': 76820.452, 'street_length_avg': 143.8585243445693, 'street_segments_count': 534, 'node_density_km': 30.15678389367019, 'intersection_density_km': 21.74425316210262, 'edge_density_km': 10907.341719864187, 'street_density_km': 5476.732315787386, 'circuity_avg': 1.0649761582580006, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0649761582580006\n", - "7220\n", - "32064262.87252042\n", - "{'n': 2986, 'm': 8357, 'k_avg': 5.597454789015405, 'intersection_count': 2485, 'streets_per_node_avg': 2.8697253851306095, 'streets_per_node_counts': {0: 0, 1: 501, 2: 2, 3: 1887, 4: 578, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16778298727394508, 2: 0.0006697923643670462, 3: 0.6319490957803081, 4: 0.19356999330207636, 5: 0.0056932350971198925, 6: 0.0003348961821835231}, 'edge_length_total': 626567.7060000009, 'edge_length_avg': 74.97519516572945, 'street_length_total': 316205.7129999999, 'street_length_avg': 74.6825018894662, 'street_segments_count': 4234, 'node_density_km': 93.12548402785984, 'intersection_density_km': 77.50061212633346, 'edge_density_km': 19540.998291184147, 'street_density_km': 9861.62427176809, 'circuity_avg': 1.0549585916417612, 'self_loop_proportion': 0.0019145626420964462, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549585916417612\n", - "7221\n", - "15038944.256387113\n", - "{'n': 1052, 'm': 2719, 'k_avg': 5.169201520912548, 'intersection_count': 796, 'streets_per_node_avg': 2.6444866920152093, 'streets_per_node_counts': {0: 0, 1: 256, 2: 0, 3: 661, 4: 132, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24334600760456274, 2: 0.0, 3: 0.6283269961977186, 4: 0.12547528517110265, 5: 0.0028517110266159697}, 'edge_length_total': 267056.16999999975, 'edge_length_avg': 98.2185251930856, 'street_length_total': 133588.08399999974, 'street_length_avg': 98.22653235294099, 'street_segments_count': 1360, 'node_density_km': 69.95171882183222, 'intersection_density_km': 52.929247321462405, 'edge_density_km': 17757.640792277005, 'street_density_km': 8882.809971402363, 'circuity_avg': 1.0579596199115613, 'self_loop_proportion': 0.002206693637366679, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579596199115613\n", - "7222\n", - "21050178.17609577\n", - "{'n': 812, 'm': 1971, 'k_avg': 4.854679802955665, 'intersection_count': 562, 'streets_per_node_avg': 2.4913793103448274, 'streets_per_node_counts': {0: 0, 1: 250, 2: 0, 3: 477, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3078817733990148, 2: 0.0, 3: 0.5874384236453202, 4: 0.1022167487684729, 5: 0.0024630541871921183}, 'edge_length_total': 229612.53899999993, 'edge_length_avg': 116.4954535768645, 'street_length_total': 115039.64100000009, 'street_length_avg': 116.31915166835196, 'street_segments_count': 989, 'node_density_km': 38.57449534190136, 'intersection_density_km': 26.698111308064735, 'edge_density_km': 10907.866768593156, 'street_density_km': 5465.019822522794, 'circuity_avg': 1.086128725675824, 'self_loop_proportion': 0.004058853373921867, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.086128725675824\n", - "7223\n", - "8020366.995773564\n", - "{'n': 332, 'm': 820, 'k_avg': 4.9397590361445785, 'intersection_count': 252, 'streets_per_node_avg': 2.608433734939759, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 222, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24096385542168675, 2: 0.0, 3: 0.6686746987951807, 4: 0.09036144578313253}, 'edge_length_total': 92259.55799999992, 'edge_length_avg': 112.51165609756087, 'street_length_total': 46307.40200000005, 'street_length_avg': 112.39660679611663, 'street_segments_count': 412, 'node_density_km': 41.39461450765927, 'intersection_density_km': 31.420008602199207, 'edge_density_km': 11503.159150774183, 'street_density_km': 5773.726068196423, 'circuity_avg': 1.1063980937220825, 'self_loop_proportion': 0.004878048780487805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1063980937220825\n", - "7224\n", - "11027679.44101\n", - "{'n': 261, 'm': 628, 'k_avg': 4.812260536398467, 'intersection_count': 181, 'streets_per_node_avg': 2.475095785440613, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 158, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3065134099616858, 2: 0.0, 3: 0.6053639846743295, 4: 0.08812260536398467}, 'edge_length_total': 109539.25800000003, 'edge_length_avg': 174.42557006369432, 'street_length_total': 54769.62899999999, 'street_length_avg': 174.42557006369424, 'street_segments_count': 314, 'node_density_km': 23.667717346714568, 'intersection_density_km': 16.413244596763743, 'edge_density_km': 9933.119527635414, 'street_density_km': 4966.559763817705, 'circuity_avg': 1.1684758265411734, 'self_loop_proportion': 0.012738853503184714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1684758265411734\n", - "7225\n", - "4009691.587688147\n", - "{'n': 114, 'm': 262, 'k_avg': 4.5964912280701755, 'intersection_count': 79, 'streets_per_node_avg': 2.482456140350877, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 68, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30701754385964913, 2: 0.0, 3: 0.5964912280701754, 4: 0.09649122807017543}, 'edge_length_total': 37738.333999999995, 'edge_length_avg': 144.03944274809157, 'street_length_total': 18869.167, 'street_length_avg': 144.0394427480916, 'street_segments_count': 131, 'node_density_km': 28.431114340574148, 'intersection_density_km': 19.702263446538225, 'edge_density_km': 9411.779727866462, 'street_density_km': 4705.889863933232, 'circuity_avg': 1.053099889418602, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053099889418602\n", - "7226\n", - "13027881.621797953\n", - "{'n': 577, 'm': 1527, 'k_avg': 5.292894280762565, 'intersection_count': 463, 'streets_per_node_avg': 2.764298093587522, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 372, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1975736568457539, 2: 0.0, 3: 0.6447140381282496, 4: 0.1559792027729636, 5: 0.0017331022530329288}, 'edge_length_total': 204544.1860000003, 'edge_length_avg': 133.95166077275724, 'street_length_total': 102331.85499999998, 'street_length_avg': 133.9422185863874, 'street_segments_count': 764, 'node_density_km': 44.28962564678027, 'intersection_density_km': 35.53916234741641, 'edge_density_km': 15700.494672730343, 'street_density_km': 7854.834574853725, 'circuity_avg': 1.0493154588711422, 'self_loop_proportion': 0.007858546168958742, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0493154588711422\n", - "7227\n", - "10021701.264121236\n", - "{'n': 299, 'm': 728, 'k_avg': 4.869565217391305, 'intersection_count': 220, 'streets_per_node_avg': 2.5183946488294313, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 207, 4: 12, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26421404682274247, 2: 0.0, 3: 0.6923076923076923, 4: 0.04013377926421405, 5: 0.0033444816053511705}, 'edge_length_total': 97452.45600000003, 'edge_length_avg': 133.86326373626378, 'street_length_total': 48726.227999999996, 'street_length_avg': 133.86326373626372, 'street_segments_count': 364, 'node_density_km': 29.835253727872733, 'intersection_density_km': 21.952360602448163, 'edge_density_km': 9724.142980482791, 'street_density_km': 4862.071490241393, 'circuity_avg': 1.0763348181697978, 'self_loop_proportion': 0.0027472527472527475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763348181697978\n", - "7228\n", - "562341929.1873972\n", - "error with entry 7228\n", - "7229\n", - "18047663.247784443\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 764, 'm': 2106, 'k_avg': 5.513089005235602, 'intersection_count': 637, 'streets_per_node_avg': 2.837696335078534, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 512, 4: 120, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1662303664921466, 2: 0.0, 3: 0.6701570680628273, 4: 0.15706806282722513, 5: 0.006544502617801047}, 'edge_length_total': 250988.76600000012, 'edge_length_avg': 119.17795156695162, 'street_length_total': 125494.38299999994, 'street_length_avg': 119.1779515669515, 'street_segments_count': 1053, 'node_density_km': 42.332350150304904, 'intersection_density_km': 35.29542807034584, 'edge_density_km': 13906.995191236841, 'street_density_km': 6953.497595618414, 'circuity_avg': 1.0362427256648732, 'self_loop_proportion': 0.000949667616334283, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0362427256648732\n", - "7230\n", - "7014667.187542009\n", - "{'n': 305, 'm': 790, 'k_avg': 5.180327868852459, 'intersection_count': 237, 'streets_per_node_avg': 2.681967213114754, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 198, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22295081967213115, 2: 0.0, 3: 0.6491803278688525, 4: 0.12786885245901639}, 'edge_length_total': 104229.25400000012, 'edge_length_avg': 131.93576455696217, 'street_length_total': 52114.62699999997, 'street_length_avg': 131.93576455696194, 'street_segments_count': 395, 'node_density_km': 43.480323705403656, 'intersection_density_km': 33.78634989567432, 'edge_density_km': 14858.759683582766, 'street_density_km': 7429.379841791371, 'circuity_avg': 1.0417126983712213, 'self_loop_proportion': 0.005063291139240506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417126983712213\n", - "7231\n", - "8021744.011621791\n", - "{'n': 292, 'm': 770, 'k_avg': 5.273972602739726, 'intersection_count': 226, 'streets_per_node_avg': 2.7054794520547945, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 183, 4: 41, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22602739726027396, 2: 0.0, 3: 0.6267123287671232, 4: 0.1404109589041096, 5: 0.003424657534246575, 6: 0.003424657534246575}, 'edge_length_total': 99366.71, 'edge_length_avg': 129.04767532467534, 'street_length_total': 49683.35500000002, 'street_length_avg': 129.04767532467537, 'street_segments_count': 385, 'node_density_km': 36.40106186098116, 'intersection_density_km': 28.173424591033363, 'edge_density_km': 12387.170402849915, 'street_density_km': 6193.585201424959, 'circuity_avg': 1.103579765202698, 'self_loop_proportion': 0.0025974025974025974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.103579765202698\n", - "7232\n", - "30057366.201523524\n", - "{'n': 2810, 'm': 8183, 'k_avg': 5.824199288256228, 'intersection_count': 2368, 'streets_per_node_avg': 2.9462633451957294, 'streets_per_node_counts': {0: 0, 1: 442, 2: 0, 3: 1668, 4: 675, 5: 22, 6: 2, 7: 0, 8: 0, 9: 0, 10: 0, 11: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15729537366548044, 2: 0.0, 3: 0.5935943060498221, 4: 0.2402135231316726, 5: 0.007829181494661922, 6: 0.0007117437722419929, 7: 0.0, 8: 0.0, 9: 0.0, 10: 0.0, 11: 0.00035587188612099647}, 'edge_length_total': 619806.1669999962, 'edge_length_avg': 75.74314640107494, 'street_length_total': 310261.45699999965, 'street_length_avg': 75.69198755794088, 'street_segments_count': 4099, 'node_density_km': 93.48789847919439, 'intersection_density_km': 78.78268455470901, 'edge_density_km': 20620.77438337162, 'street_density_km': 10322.310175808861, 'circuity_avg': 1.0600086295528415, 'self_loop_proportion': 0.001710863986313088, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600086295528415\n", - "7233\n", - "12032420.803440088\n", - "{'n': 290, 'm': 669, 'k_avg': 4.613793103448276, 'intersection_count': 211, 'streets_per_node_avg': 2.5482758620689654, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 184, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27241379310344827, 2: 0.0, 3: 0.6344827586206897, 4: 0.09310344827586207}, 'edge_length_total': 89273.49099999994, 'edge_length_avg': 133.44318535127047, 'street_length_total': 44742.864000000016, 'street_length_avg': 133.16328571428576, 'street_segments_count': 336, 'node_density_km': 24.101550696854662, 'intersection_density_km': 17.535955851849426, 'edge_density_km': 7419.412307661024, 'street_density_km': 3718.5255345464616, 'circuity_avg': 1.0461809282583983, 'self_loop_proportion': 0.0029895366218236174, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461809282583983\n", - "7234\n", - "14034091.571346557\n", - "{'n': 304, 'm': 752, 'k_avg': 4.947368421052632, 'intersection_count': 221, 'streets_per_node_avg': 2.5657894736842106, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 188, 4: 32, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2730263157894737, 2: 0.0, 3: 0.618421052631579, 4: 0.10526315789473684, 5: 0.003289473684210526}, 'edge_length_total': 131440.803, 'edge_length_avg': 174.78830186170214, 'street_length_total': 66501.45799999993, 'street_length_avg': 174.08758638743436, 'street_segments_count': 382, 'node_density_km': 21.661537439350735, 'intersection_density_km': 15.747367677949054, 'edge_density_km': 9365.821958035607, 'street_density_km': 4738.565204731608, 'circuity_avg': 1.0982932641096825, 'self_loop_proportion': 0.005319148936170213, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0982932641096825\n", - "7235\n", - "11025749.225214865\n", - "{'n': 458, 'm': 1201, 'k_avg': 5.244541484716157, 'intersection_count': 344, 'streets_per_node_avg': 2.7510917030567685, 'streets_per_node_counts': {0: 0, 1: 114, 2: 1, 3: 228, 4: 115}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24890829694323144, 2: 0.002183406113537118, 3: 0.4978165938864629, 4: 0.25109170305676853}, 'edge_length_total': 165901.73200000028, 'edge_length_avg': 138.13632972522922, 'street_length_total': 83795.65600000005, 'street_length_avg': 138.27666006600668, 'street_segments_count': 606, 'node_density_km': 41.53912724158432, 'intersection_density_km': 31.199693823373376, 'edge_density_km': 15046.753613858587, 'street_density_km': 7599.996543397447, 'circuity_avg': 1.0483527616485393, 'self_loop_proportion': 0.0016652789342214821, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483527616485393\n", - "7236\n", - "24046626.213974815\n", - "{'n': 1509, 'm': 4297, 'k_avg': 5.695162359178264, 'intersection_count': 1239, 'streets_per_node_avg': 2.8979456593770707, 'streets_per_node_counts': {0: 0, 1: 270, 2: 1, 3: 852, 4: 385, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17892644135188868, 2: 0.0006626905235255136, 3: 0.5646123260437376, 4: 0.2551358515573227, 5: 0.0006626905235255136}, 'edge_length_total': 403578.1940000019, 'edge_length_avg': 93.92092017686802, 'street_length_total': 202170.079, 'street_length_avg': 93.9015694379935, 'street_segments_count': 2153, 'node_density_km': 62.75308588291846, 'intersection_density_km': 51.52489954203842, 'edge_density_km': 16783.152464251325, 'street_density_km': 8407.419702083109, 'circuity_avg': 1.0623705520632003, 'self_loop_proportion': 0.0023272050267628577, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0623705520632003\n", - "7237\n", - "27073748.17779888\n", - "{'n': 5658, 'm': 14589, 'k_avg': 5.15694591728526, 'intersection_count': 4141, 'streets_per_node_avg': 2.604277129727819, 'streets_per_node_counts': {0: 0, 1: 1517, 2: 0, 3: 3374, 4: 743, 5: 21, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26811594202898553, 2: 0.0, 3: 0.5963237893248498, 4: 0.13131848709791447, 5: 0.003711558854718982, 6: 0.0003534817956875221, 7: 0.00017674089784376105}, 'edge_length_total': 771253.9339999976, 'edge_length_avg': 52.86544204537649, 'street_length_total': 388937.12100000004, 'street_length_avg': 52.93822253981217, 'street_segments_count': 7347, 'node_density_km': 208.98473173506486, 'intersection_density_km': 152.95259351624313, 'edge_density_km': 28487.15031753321, 'street_density_km': 14365.83950052907, 'circuity_avg': 1.0887461838423718, 'self_loop_proportion': 0.0028103365549386524, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0887461838423718\n", - "7238\n", - "10023761.99997366\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 429, 'm': 1151, 'k_avg': 5.365967365967366, 'intersection_count': 339, 'streets_per_node_avg': 2.787878787878788, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 250, 4: 89}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2097902097902098, 2: 0.0, 3: 0.5827505827505828, 4: 0.20745920745920746}, 'edge_length_total': 150100.26000000018, 'edge_length_avg': 130.40856646394457, 'street_length_total': 75100.35499999994, 'street_length_avg': 130.1565944540727, 'street_segments_count': 577, 'node_density_km': 42.798302673300434, 'intersection_density_km': 33.81963777680384, 'edge_density_km': 14974.443726855707, 'street_density_km': 7492.2324572548, 'circuity_avg': 1.0341745049396385, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341745049396385\n", - "7239\n", - "19984136.04773549\n", - "{'n': 3884, 'm': 10985, 'k_avg': 5.65653964984552, 'intersection_count': 3323, 'streets_per_node_avg': 2.964727085478888, 'streets_per_node_counts': {0: 0, 1: 561, 2: 5, 3: 2351, 4: 945, 5: 21, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14443872296601443, 2: 0.0012873326467559218, 3: 0.6053038105046344, 4: 0.2433058702368692, 5: 0.005406797116374871, 6: 0.00025746652935118434}, 'edge_length_total': 708006.7969999991, 'edge_length_avg': 64.4521435593991, 'street_length_total': 368768.55499999895, 'street_length_avg': 64.53772401120038, 'street_segments_count': 5714, 'node_density_km': 194.35416125682937, 'intersection_density_km': 166.2818944017621, 'edge_density_km': 35428.4416053216, 'street_density_km': 18453.06467685833, 'circuity_avg': 1.0776477430447746, 'self_loop_proportion': 0.004642694583522986, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0776477430447746\n", - "7240\n", - "188442093.52039573\n", - "error with entry 7240\n", - "7241\n", - "17987043.354057528\n", - "{'n': 1003, 'm': 2734, 'k_avg': 5.451645064805583, 'intersection_count': 827, 'streets_per_node_avg': 2.8175473579262214, 'streets_per_node_counts': {0: 0, 1: 176, 2: 0, 3: 660, 4: 166, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17547357926221335, 2: 0.0, 3: 0.6580259222333001, 4: 0.16550348953140578, 5: 0.0, 6: 0.0009970089730807576}, 'edge_length_total': 290316.6789999996, 'edge_length_avg': 106.18751975128002, 'street_length_total': 145330.99699999997, 'street_length_avg': 105.92638265306121, 'street_segments_count': 1372, 'node_density_km': 55.76236073138405, 'intersection_density_km': 45.97753970573739, 'edge_density_km': 16140.32241349492, 'street_density_km': 8079.76019956699, 'circuity_avg': 1.0634466512314427, 'self_loop_proportion': 0.001463057790782736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634466512314427\n", - "7242\n", - "7018186.743630735\n", - "{'n': 634, 'm': 1686, 'k_avg': 5.318611987381703, 'intersection_count': 496, 'streets_per_node_avg': 2.730283911671924, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 394, 4: 99, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21766561514195584, 2: 0.0, 3: 0.6214511041009464, 4: 0.15615141955835962, 5: 0.00473186119873817}, 'edge_length_total': 138129.72799999965, 'edge_length_avg': 81.92747805456682, 'street_length_total': 69109.80299999999, 'street_length_avg': 81.78674911242602, 'street_segments_count': 845, 'node_density_km': 90.3367241653093, 'intersection_density_km': 70.67352552995807, 'edge_density_km': 19681.68318196399, 'street_density_km': 9847.244811876757, 'circuity_avg': 1.0847675182664047, 'self_loop_proportion': 0.004744958481613286, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0847675182664047\n", - "7243\n", - "11026622.4772133\n", - "{'n': 385, 'm': 1021, 'k_avg': 5.303896103896104, 'intersection_count': 312, 'streets_per_node_avg': 2.7688311688311686, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 255, 4: 57}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18961038961038962, 2: 0.0, 3: 0.6623376623376623, 4: 0.14805194805194805}, 'edge_length_total': 133866.34499999997, 'edge_length_avg': 131.11297257590596, 'street_length_total': 67792.88600000004, 'street_length_avg': 131.1274390715668, 'street_segments_count': 517, 'node_density_km': 34.91549663513092, 'intersection_density_km': 28.295155714703498, 'edge_density_km': 12140.285502350062, 'street_density_km': 6148.109826022897, 'circuity_avg': 1.0481781913307746, 'self_loop_proportion': 0.0019588638589618022, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0481781913307746\n", - "7244\n", - "117317194.89718427\n", - "error with entry 7244\n", - "7245\n", - "30064751.335105807\n", - "{'n': 1457, 'm': 3844, 'k_avg': 5.276595744680851, 'intersection_count': 1171, 'streets_per_node_avg': 2.7563486616334933, 'streets_per_node_counts': {0: 0, 1: 286, 2: 0, 3: 964, 4: 200, 5: 5, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19629375428963625, 2: 0.0, 3: 0.6616334934797529, 4: 0.13726835964310227, 5: 0.0034317089910775567, 6: 0.0006863417982155113, 7: 0.0006863417982155113}, 'edge_length_total': 438093.3449999998, 'edge_length_avg': 113.96809183142554, 'street_length_total': 222406.77799999993, 'street_length_avg': 113.35717533129457, 'street_segments_count': 1962, 'node_density_km': 48.462067214861676, 'intersection_density_km': 38.94926610061978, 'edge_density_km': 14571.660351251596, 'street_density_km': 7397.592467039682, 'circuity_avg': 1.1214723012857675, 'self_loop_proportion': 0.007804370447450572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1214723012857675\n", - "7246\n", - "13987423.638466535\n", - "{'n': 650, 'm': 1645, 'k_avg': 5.061538461538461, 'intersection_count': 505, 'streets_per_node_avg': 2.643076923076923, 'streets_per_node_counts': {0: 0, 1: 145, 2: 0, 3: 447, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2230769230769231, 2: 0.0, 3: 0.6876923076923077, 4: 0.08923076923076922}, 'edge_length_total': 213727.74099999998, 'edge_length_avg': 129.92567841945288, 'street_length_total': 107012.75900000017, 'street_length_avg': 129.39874123337384, 'street_segments_count': 827, 'node_density_km': 46.47031624983803, 'intersection_density_km': 36.10386108641262, 'edge_density_km': 15279.993408666882, 'street_density_km': 7650.641159227244, 'circuity_avg': 1.0674175167866884, 'self_loop_proportion': 0.0024316109422492403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674175167866884\n", - "7247\n", - "20044771.886536516\n", - "{'n': 1114, 'm': 3203, 'k_avg': 5.7504488330341115, 'intersection_count': 948, 'streets_per_node_avg': 2.949730700179533, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 678, 4: 264, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1490125673249551, 2: 0.0, 3: 0.6086175942549371, 4: 0.236983842010772, 5: 0.005385996409335727}, 'edge_length_total': 355328.82500000065, 'edge_length_avg': 110.93625507336893, 'street_length_total': 178838.48600000003, 'street_length_avg': 110.32602467612587, 'street_segments_count': 1621, 'node_density_km': 55.575588802197395, 'intersection_density_km': 47.294127634185934, 'edge_density_km': 17726.758229594252, 'street_density_km': 8921.951669608203, 'circuity_avg': 1.0854495311723644, 'self_loop_proportion': 0.004058694973462379, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0854495311723644\n", - "7248\n", - "30972752.029643144\n", - "{'n': 1476, 'm': 3937, 'k_avg': 5.3346883468834685, 'intersection_count': 1192, 'streets_per_node_avg': 2.7845528455284554, 'streets_per_node_counts': {0: 0, 1: 284, 2: 0, 3: 945, 4: 244, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19241192411924118, 2: 0.0, 3: 0.6402439024390244, 4: 0.16531165311653118, 5: 0.0020325203252032522}, 'edge_length_total': 522670.3330000008, 'edge_length_avg': 132.7585300990604, 'street_length_total': 265018.9439999996, 'street_length_avg': 131.1974970297028, 'street_segments_count': 2020, 'node_density_km': 47.65479020357514, 'intersection_density_km': 38.48544032700648, 'edge_density_km': 16875.16603302696, 'street_density_km': 8556.51908962941, 'circuity_avg': 1.0536425161587972, 'self_loop_proportion': 0.003048006096012192, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0536425161587972\n", - "7249\n", - "7018962.860804427\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 454, 'm': 1289, 'k_avg': 5.6784140969163, 'intersection_count': 386, 'streets_per_node_avg': 2.960352422907489, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 269, 4: 116, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14977973568281938, 2: 0.0, 3: 0.5925110132158591, 4: 0.2555066079295154, 5: 0.0022026431718061676}, 'edge_length_total': 126283.65099999982, 'edge_length_avg': 97.97024903025587, 'street_length_total': 64001.815000000046, 'street_length_avg': 98.3130798771122, 'street_segments_count': 651, 'node_density_km': 64.68192081984718, 'intersection_density_km': 54.99387981599342, 'edge_density_km': 17991.782191240538, 'street_density_km': 9118.414824133284, 'circuity_avg': 1.0358605013862625, 'self_loop_proportion': 0.0015515903801396431, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358605013862625\n", - "7250\n", - "20978841.476825237\n", - "{'n': 1776, 'm': 4755, 'k_avg': 5.35472972972973, 'intersection_count': 1390, 'streets_per_node_avg': 2.7708333333333335, 'streets_per_node_counts': {0: 0, 1: 386, 2: 0, 3: 1032, 4: 351, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21734234234234234, 2: 0.0, 3: 0.581081081081081, 4: 0.19763513513513514, 5: 0.003941441441441441}, 'edge_length_total': 459420.1399999997, 'edge_length_avg': 96.6183259726603, 'street_length_total': 233616.56799999965, 'street_length_avg': 96.81581765437201, 'street_segments_count': 2413, 'node_density_km': 84.65672434590344, 'intersection_density_km': 66.25723358153479, 'edge_density_km': 21899.214048950646, 'street_density_km': 11135.818355749987, 'circuity_avg': 1.0656900506285663, 'self_loop_proportion': 0.002103049421661409, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0656900506285663\n", - "7251\n", - "16044627.562068291\n", - "{'n': 455, 'm': 1263, 'k_avg': 5.5516483516483515, 'intersection_count': 374, 'streets_per_node_avg': 2.8747252747252747, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 269, 4: 105}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17802197802197803, 2: 0.0, 3: 0.5912087912087912, 4: 0.23076923076923078}, 'edge_length_total': 196823.27200000008, 'edge_length_avg': 155.8379034045923, 'street_length_total': 98482.38200000003, 'street_length_avg': 155.8265537974684, 'street_segments_count': 632, 'node_density_km': 28.358402103124078, 'intersection_density_km': 23.309983267183306, 'edge_density_km': 12267.238440941901, 'street_density_km': 6138.028546877955, 'circuity_avg': 1.0545708275088725, 'self_loop_proportion': 0.001583531274742676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0545708275088725\n", - "7252\n", - "106932617.26748227\n", - "{'n': 9003, 'm': 24491, 'k_avg': 5.440630900810841, 'intersection_count': 7396, 'streets_per_node_avg': 2.8021770520937466, 'streets_per_node_counts': {0: 0, 1: 1607, 2: 4, 3: 5981, 4: 1386, 5: 24, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17849605686993225, 2: 0.0004442963456625569, 3: 0.6643341108519383, 4: 0.15394868377207596, 5: 0.0026657780739753416, 6: 0.00011107408641563923}, 'edge_length_total': 2362884.3310000193, 'edge_length_avg': 96.47969993058753, 'street_length_total': 1202046.707000003, 'street_length_avg': 95.9564705835398, 'street_segments_count': 12527, 'node_density_km': 84.19320718092787, 'intersection_density_km': 69.16505168389898, 'edge_density_km': 22096.946576080503, 'street_density_km': 11241.160440253621, 'circuity_avg': 1.1000930152208552, 'self_loop_proportion': 0.003715650647176514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1000930152208552\n", - "7253\n", - "41082394.40171331\n", - "{'n': 2967, 'm': 7974, 'k_avg': 5.375126390293225, 'intersection_count': 2337, 'streets_per_node_avg': 2.7296932928884394, 'streets_per_node_counts': {0: 0, 1: 630, 2: 1, 3: 1883, 4: 449, 5: 3, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2123356926188069, 2: 0.0003370407819346141, 3: 0.6346477923828783, 4: 0.15133131108864173, 5: 0.0010111223458038423, 6: 0.0, 7: 0.0003370407819346141}, 'edge_length_total': 845669.7050000019, 'edge_length_avg': 106.05338663155278, 'street_length_total': 423354.5730000005, 'street_length_avg': 105.97110713391753, 'street_segments_count': 3995, 'node_density_km': 72.22071749246105, 'intersection_density_km': 56.88568142227215, 'edge_density_km': 20584.722904192116, 'street_density_km': 10305.012138784803, 'circuity_avg': 1.0778402477324764, 'self_loop_proportion': 0.0032605969400551793, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0778402477324764\n", - "7254\n", - "7994101.231094644\n", - "{'n': 852, 'm': 2340, 'k_avg': 5.492957746478873, 'intersection_count': 711, 'streets_per_node_avg': 2.852112676056338, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 557, 4: 152, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16549295774647887, 2: 0.0, 3: 0.653755868544601, 4: 0.1784037558685446, 5: 0.002347417840375587}, 'edge_length_total': 191796.92699999988, 'edge_length_avg': 81.96449871794867, 'street_length_total': 98841.63299999989, 'street_length_avg': 83.69316934801006, 'street_segments_count': 1181, 'node_density_km': 106.5785853056222, 'intersection_density_km': 88.94057999095936, 'edge_density_km': 23992.30650895033, 'street_density_km': 12364.32090896419, 'circuity_avg': 1.0621655729806052, 'self_loop_proportion': 0.002564102564102564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0621655729806052\n", - "7255\n", - "6014132.324160971\n", - "{'n': 178, 'm': 457, 'k_avg': 5.134831460674158, 'intersection_count': 135, 'streets_per_node_avg': 2.735955056179775, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 97, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24157303370786518, 2: 0.0, 3: 0.5449438202247191, 4: 0.20786516853932585, 5: 0.0056179775280898875}, 'edge_length_total': 71939.38199999994, 'edge_length_avg': 157.41659080962788, 'street_length_total': 36029.12300000006, 'street_length_avg': 157.33241484716183, 'street_segments_count': 229, 'node_density_km': 29.59695437443384, 'intersection_density_km': 22.447128317688584, 'edge_density_km': 11961.722509994186, 'street_density_km': 5990.743312257678, 'circuity_avg': 1.0365191671384721, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0365191671384721\n", - "7256\n", - "15989530.743938338\n", - "{'n': 545, 'm': 1322, 'k_avg': 4.851376146788991, 'intersection_count': 399, 'streets_per_node_avg': 2.5357798165137613, 'streets_per_node_counts': {0: 0, 1: 146, 2: 0, 3: 361, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26788990825688075, 2: 0.0, 3: 0.6623853211009174, 4: 0.06788990825688074, 5: 0.001834862385321101}, 'edge_length_total': 185588.70899999965, 'edge_length_avg': 140.38480257186055, 'street_length_total': 92955.54599999994, 'street_length_avg': 139.99329216867463, 'street_segments_count': 664, 'node_density_km': 34.08480265792731, 'intersection_density_km': 24.953828000941282, 'edge_density_km': 11606.889030833921, 'street_density_km': 5813.525580495198, 'circuity_avg': 1.1087410748307025, 'self_loop_proportion': 0.006051437216338881, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1087410748307025\n", - "7257\n", - "7019263.4096056\n", - "{'n': 290, 'm': 784, 'k_avg': 5.406896551724138, 'intersection_count': 233, 'streets_per_node_avg': 2.793103448275862, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 181, 4: 50, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19655172413793104, 2: 0.0, 3: 0.6241379310344828, 4: 0.1724137931034483, 5: 0.006896551724137931}, 'edge_length_total': 110262.22000000006, 'edge_length_avg': 140.64058673469395, 'street_length_total': 55131.11000000002, 'street_length_avg': 140.64058673469393, 'street_segments_count': 392, 'node_density_km': 41.31487637337357, 'intersection_density_km': 33.19436618964152, 'edge_density_km': 15708.517199840418, 'street_density_km': 7854.258599920208, 'circuity_avg': 1.0714650063517739, 'self_loop_proportion': 0.007653061224489796, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0714650063517739\n", - "7258\n", - "20984051.903286442\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2203, 'm': 5591, 'k_avg': 5.075805719473445, 'intersection_count': 1652, 'streets_per_node_avg': 2.6187017703132094, 'streets_per_node_counts': {0: 0, 1: 551, 2: 0, 3: 1394, 4: 254, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25011348161597824, 2: 0.0, 3: 0.6327734906945075, 4: 0.11529732183386292, 5: 0.0018157058556513845}, 'edge_length_total': 485647.5809999994, 'edge_length_avg': 86.86238257914495, 'street_length_total': 244677.52500000002, 'street_length_avg': 86.67287460148779, 'street_segments_count': 2823, 'node_density_km': 104.98449060998436, 'intersection_density_km': 78.7264541478412, 'edge_density_km': 23143.651342376786, 'street_density_km': 11660.165831065236, 'circuity_avg': 1.1111965719423693, 'self_loop_proportion': 0.003577177606868181, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1111965719423693\n", - "7259\n", - "7019293.7399311485\n", - "{'n': 170, 'm': 478, 'k_avg': 5.623529411764705, 'intersection_count': 147, 'streets_per_node_avg': 3.011764705882353, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 100, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13529411764705881, 2: 0.0, 3: 0.5882352941176471, 4: 0.27058823529411763, 5: 0.0058823529411764705}, 'edge_length_total': 78155.80999999998, 'edge_length_avg': 163.50587866108782, 'street_length_total': 39077.905000000006, 'street_length_avg': 163.5058786610879, 'street_segments_count': 239, 'node_density_km': 24.218960809818952, 'intersection_density_km': 20.9422778767258, 'edge_density_km': 11134.426467350917, 'street_density_km': 5567.21323367546, 'circuity_avg': 1.0401798765320291, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401798765320291\n", - "7260\n", - "33069501.94959734\n", - "{'n': 1993, 'm': 5214, 'k_avg': 5.232313095835424, 'intersection_count': 1549, 'streets_per_node_avg': 2.6929252383341695, 'streets_per_node_counts': {0: 0, 1: 444, 2: 0, 3: 1276, 4: 270, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2227797290516809, 2: 0.0, 3: 0.6402408429503261, 4: 0.1354741595584546, 5: 0.0015052684395383843}, 'edge_length_total': 545792.9400000001, 'edge_length_avg': 104.67835443037976, 'street_length_total': 274700.1869999998, 'street_length_avg': 104.2901241457858, 'street_segments_count': 2634, 'node_density_km': 60.267009858135076, 'intersection_density_km': 46.840741731184764, 'edge_density_km': 16504.419716748886, 'street_density_km': 8306.753074741866, 'circuity_avg': 1.0678839947867884, 'self_loop_proportion': 0.0030686612965093976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678839947867884\n", - "7261\n", - "32985705.975806337\n", - "{'n': 3363, 'm': 9424, 'k_avg': 5.604519774011299, 'intersection_count': 2846, 'streets_per_node_avg': 2.900683913172762, 'streets_per_node_counts': {0: 0, 1: 517, 2: 3, 3: 2162, 4: 663, 5: 14, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15373178709485577, 2: 0.0008920606601248885, 3: 0.6428783823966696, 4: 0.19714540588760035, 5: 0.004162949747249479, 6: 0.0011894142134998512}, 'edge_length_total': 875420.7970000067, 'edge_length_avg': 92.89269917232669, 'street_length_total': 445449.14199999865, 'street_length_avg': 92.64749209650554, 'street_segments_count': 4808, 'node_density_km': 101.95325218949755, 'intersection_density_km': 86.27979653027357, 'edge_density_km': 26539.39853953988, 'street_density_km': 13504.308269973584, 'circuity_avg': 1.0611132242913246, 'self_loop_proportion': 0.0029711375212224107, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611132242913246\n", - "7262\n", - "18036283.98783746\n", - "{'n': 493, 'm': 1217, 'k_avg': 4.9371196754563895, 'intersection_count': 365, 'streets_per_node_avg': 2.59026369168357, 'streets_per_node_counts': {0: 0, 1: 128, 2: 0, 3: 311, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25963488843813387, 2: 0.0, 3: 0.6308316430020284, 4: 0.10953346855983773}, 'edge_length_total': 198706.10699999976, 'edge_length_avg': 163.27535497124055, 'street_length_total': 100408.87499999996, 'street_length_avg': 163.7991435562805, 'street_segments_count': 613, 'node_density_km': 27.333790060771292, 'intersection_density_km': 20.236984527751567, 'edge_density_km': 11017.020309393814, 'street_density_km': 5567.048903627233, 'circuity_avg': 1.0763005021898184, 'self_loop_proportion': 0.008216926869350863, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763005021898184\n", - "7263\n", - "64953998.55471753\n", - "{'n': 5827, 'm': 16060, 'k_avg': 5.5122704650763685, 'intersection_count': 4643, 'streets_per_node_avg': 2.816028831302557, 'streets_per_node_counts': {0: 0, 1: 1184, 2: 2, 3: 3389, 4: 1221, 5: 17, 6: 13, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20319203706881758, 2: 0.00034322979234597563, 3: 0.5816028831302557, 4: 0.2095417882272181, 5: 0.002917453234940793, 6: 0.0022309936502488414, 7: 0.00017161489617298782}, 'edge_length_total': 1466825.6599999852, 'edge_length_avg': 91.33410087173009, 'street_length_total': 741904.324000005, 'street_length_avg': 91.26637027924775, 'street_segments_count': 8129, 'node_density_km': 89.70964266489784, 'intersection_density_km': 71.48135762710153, 'edge_density_km': 22582.530600703896, 'street_density_km': 11421.996189734518, 'circuity_avg': 1.0515401555101538, 'self_loop_proportion': 0.002054794520547945, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515401555101538\n", - "7264\n", - "7014537.636035709\n", - "{'n': 154, 'm': 416, 'k_avg': 5.402597402597403, 'intersection_count': 130, 'streets_per_node_avg': 2.831168831168831, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 108, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15584415584415584, 2: 0.0, 3: 0.7012987012987013, 4: 0.14285714285714285}, 'edge_length_total': 70109.052, 'edge_length_avg': 168.531375, 'street_length_total': 35054.52599999998, 'street_length_avg': 168.5313749999999, 'street_segments_count': 208, 'node_density_km': 21.954404978719833, 'intersection_density_km': 18.532939267750507, 'edge_density_km': 9994.821560273556, 'street_density_km': 4997.410780136775, 'circuity_avg': 1.0870524300083477, 'self_loop_proportion': 0.009615384615384616, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0870524300083477\n", - "7265\n", - "6016719.310237003\n", - "{'n': 191, 'm': 450, 'k_avg': 4.712041884816754, 'intersection_count': 139, 'streets_per_node_avg': 2.513089005235602, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 128, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27225130890052357, 2: 0.0, 3: 0.6701570680628273, 4: 0.05759162303664921}, 'edge_length_total': 74569.83799999999, 'edge_length_avg': 165.71075111111108, 'street_length_total': 37877.20500000002, 'street_length_avg': 165.40264192139747, 'street_segments_count': 229, 'node_density_km': 31.744874598857827, 'intersection_density_km': 23.1022909384358, 'edge_density_km': 12393.770451136874, 'street_density_km': 6295.32525068184, 'circuity_avg': 1.0963734471163733, 'self_loop_proportion': 0.0044444444444444444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0963734471163733\n", - "7266\n", - "26972418.742080387\n", - "{'n': 1421, 'm': 3397, 'k_avg': 4.781140042223786, 'intersection_count': 1013, 'streets_per_node_avg': 2.48698099929627, 'streets_per_node_counts': {0: 0, 1: 408, 2: 1, 3: 925, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2871217452498241, 2: 0.0007037297677691766, 3: 0.6509500351864884, 4: 0.06052076002814919, 5: 0.0007037297677691766}, 'edge_length_total': 439553.15100000025, 'edge_length_avg': 129.3945101560201, 'street_length_total': 223427.42399999988, 'street_length_avg': 128.4804048303622, 'street_segments_count': 1739, 'node_density_km': 52.68344724987753, 'intersection_density_km': 37.556883929715646, 'edge_density_km': 16296.393556809264, 'street_density_km': 8283.551658325134, 'circuity_avg': 1.1335303876733296, 'self_loop_proportion': 0.004121283485428319, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1335303876733296\n", - "7267\n", - "8020578.572542042\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 189, 'm': 489, 'k_avg': 5.174603174603175, 'intersection_count': 154, 'streets_per_node_avg': 2.746031746031746, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 132, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.0, 3: 0.6984126984126984, 4: 0.1164021164021164}, 'edge_length_total': 85057.32300000006, 'edge_length_avg': 173.941355828221, 'street_length_total': 42565.772, 'street_length_avg': 173.73784489795918, 'street_segments_count': 245, 'node_density_km': 23.564384824684584, 'intersection_density_km': 19.2006098571504, 'edge_density_km': 10604.886197510563, 'street_density_km': 5307.070009353353, 'circuity_avg': 1.0650663876786841, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650663876786841\n", - "7268\n", - "23062896.93951462\n", - "{'n': 1341, 'm': 3819, 'k_avg': 5.6957494407158835, 'intersection_count': 1144, 'streets_per_node_avg': 2.9336316181953768, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 847, 4: 289, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14690529455630127, 2: 0.0, 3: 0.6316181953765846, 4: 0.21551081282624907, 5: 0.005965697240865026}, 'edge_length_total': 386696.2739999991, 'edge_length_avg': 101.25589787902568, 'street_length_total': 199154.38300000023, 'street_length_avg': 102.60400978876879, 'street_segments_count': 1941, 'node_density_km': 58.145340696658494, 'intersection_density_km': 49.60348229453938, 'edge_density_km': 16767.02952860429, 'street_density_km': 8635.271775367506, 'circuity_avg': 1.050846347361556, 'self_loop_proportion': 0.002094789211835559, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050846347361556\n", - "7269\n", - "18043846.098330252\n", - "{'n': 1353, 'm': 3527, 'k_avg': 5.21359940872136, 'intersection_count': 1041, 'streets_per_node_avg': 2.6770140428677016, 'streets_per_node_counts': {0: 0, 1: 312, 2: 0, 3: 855, 4: 185, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23059866962305986, 2: 0.0, 3: 0.6319290465631929, 4: 0.1367331855136733, 5: 0.0007390983000739098}, 'edge_length_total': 349607.047000001, 'edge_length_avg': 99.12306407711965, 'street_length_total': 175647.2009999997, 'street_length_avg': 99.23570677966086, 'street_segments_count': 1770, 'node_density_km': 74.9840135316386, 'intersection_density_km': 57.692799768245216, 'edge_density_km': 19375.417252774787, 'street_density_km': 9734.465703309996, 'circuity_avg': 1.0618420999739508, 'self_loop_proportion': 0.0022682166146867026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0618420999739508\n", - "7270\n", - "8990698.76205517\n", - "{'n': 273, 'm': 613, 'k_avg': 4.490842490842491, 'intersection_count': 176, 'streets_per_node_avg': 2.340659340659341, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 162, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3553113553113553, 2: 0.0, 3: 0.5934065934065934, 4: 0.05128205128205128}, 'edge_length_total': 73385.44800000003, 'edge_length_avg': 119.71524959216971, 'street_length_total': 36871.497999999985, 'street_length_avg': 119.32523624595464, 'street_segments_count': 309, 'node_density_km': 30.364714381509916, 'intersection_density_km': 19.575786560973427, 'edge_density_km': 8162.3742427807665, 'street_density_km': 4101.071449041809, 'circuity_avg': 1.1174227224093056, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1174227224093056\n", - "7271\n", - "9021994.475793185\n", - "{'n': 627, 'm': 1845, 'k_avg': 5.885167464114833, 'intersection_count': 544, 'streets_per_node_avg': 3.0191387559808613, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 370, 4: 171, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13237639553429026, 2: 0.0, 3: 0.5901116427432217, 4: 0.2727272727272727, 5: 0.003189792663476874, 6: 0.001594896331738437}, 'edge_length_total': 194168.0619999997, 'edge_length_avg': 105.2401420054199, 'street_length_total': 97385.49500000013, 'street_length_avg': 105.05447141316087, 'street_segments_count': 927, 'node_density_km': 69.49682818830102, 'intersection_density_km': 60.29708857166788, 'edge_density_km': 21521.633882726255, 'street_density_km': 10794.231282372659, 'circuity_avg': 1.043818106592843, 'self_loop_proportion': 0.004336043360433604, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043818106592843\n", - "7272\n", - "13987188.936875563\n", - "{'n': 262, 'm': 620, 'k_avg': 4.732824427480916, 'intersection_count': 180, 'streets_per_node_avg': 2.4618320610687023, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 158, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.31297709923664124, 2: 0.0, 3: 0.6030534351145038, 4: 0.08015267175572519, 5: 0.003816793893129771}, 'edge_length_total': 70028.73, 'edge_length_avg': 112.94956451612903, 'street_length_total': 35014.365000000005, 'street_length_avg': 112.94956451612904, 'street_segments_count': 310, 'node_density_km': 18.731426391851194, 'intersection_density_km': 12.868918895164944, 'edge_density_km': 5006.633592785578, 'street_density_km': 2503.3167963927895, 'circuity_avg': 1.0747477156628735, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0747477156628735\n", - "7273\n", - "6012627.290594406\n", - "{'n': 637, 'm': 1635, 'k_avg': 5.133437990580847, 'intersection_count': 475, 'streets_per_node_avg': 2.629513343799058, 'streets_per_node_counts': {0: 0, 1: 162, 2: 0, 3: 390, 4: 82, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2543171114599686, 2: 0.0, 3: 0.6122448979591837, 4: 0.12872841444270017, 5: 0.004709576138147566}, 'edge_length_total': 128636.69299999996, 'edge_length_avg': 78.67687645259936, 'street_length_total': 64474.11200000001, 'street_length_avg': 78.62696585365855, 'street_segments_count': 820, 'node_density_km': 105.9437030125688, 'intersection_density_km': 79.00040648503953, 'edge_density_km': 21394.423233455233, 'street_density_km': 10723.118012130453, 'circuity_avg': 1.0627256746858735, 'self_loop_proportion': 0.004892966360856269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627256746858735\n", - "7274\n", - "44121592.27312985\n", - "{'n': 2196, 'm': 6335, 'k_avg': 5.769581056466302, 'intersection_count': 1902, 'streets_per_node_avg': 2.953096539162113, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 1426, 4: 467, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13387978142076504, 2: 0.0, 3: 0.6493624772313297, 4: 0.21265938069216758, 5: 0.004098360655737705}, 'edge_length_total': 715946.503, 'edge_length_avg': 113.01444404104184, 'street_length_total': 363809.01700000017, 'street_length_avg': 112.91403382991936, 'street_segments_count': 3222, 'node_density_km': 49.77154918630099, 'intersection_density_km': 43.10814506026616, 'edge_density_km': 16226.66966704221, 'street_density_km': 8245.600357028836, 'circuity_avg': 1.0684405681966918, 'self_loop_proportion': 0.0022099447513812156, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684405681966918\n", - "7275\n", - "18980078.67702173\n", - "{'n': 1606, 'm': 3994, 'k_avg': 4.973848069738481, 'intersection_count': 1140, 'streets_per_node_avg': 2.551681195516812, 'streets_per_node_counts': {0: 0, 1: 466, 2: 2, 3: 930, 4: 202, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2901618929016189, 2: 0.0012453300124533001, 3: 0.5790784557907845, 4: 0.12577833125778332, 5: 0.0037359900373599006}, 'edge_length_total': 294685.1929999997, 'edge_length_avg': 73.78197120681014, 'street_length_total': 149171.67599999992, 'street_length_avg': 73.26703143418463, 'street_segments_count': 2036, 'node_density_km': 84.61503386412761, 'intersection_density_km': 60.062975470177754, 'edge_density_km': 15526.025893494367, 'street_density_km': 7859.381330204648, 'circuity_avg': 1.1073220917820086, 'self_loop_proportion': 0.0030045067601402104, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1073220917820086\n", - "7276\n", - "7016585.737673084\n", - "{'n': 323, 'm': 822, 'k_avg': 5.089783281733746, 'intersection_count': 249, 'streets_per_node_avg': 2.653250773993808, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 213, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22910216718266255, 2: 0.0, 3: 0.6594427244582043, 4: 0.11145510835913312}, 'edge_length_total': 108174.29800000004, 'edge_length_avg': 131.59890267639906, 'street_length_total': 54087.14899999997, 'street_length_avg': 131.59890267639895, 'street_segments_count': 411, 'node_density_km': 46.03378510231341, 'intersection_density_km': 35.487345171752445, 'edge_density_km': 15416.942376859484, 'street_density_km': 7708.471188429735, 'circuity_avg': 1.0524110945447211, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0524110945447211\n", - "7277\n", - "7016616.703055619\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 222, 'm': 600, 'k_avg': 5.405405405405405, 'intersection_count': 183, 'streets_per_node_avg': 2.873873873873874, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 133, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17567567567567569, 2: 0.0, 3: 0.5990990990990991, 4: 0.22522522522522523}, 'edge_length_total': 91595.27799999995, 'edge_length_avg': 152.65879666666657, 'street_length_total': 46239.332000000024, 'street_length_avg': 153.11037086092722, 'street_segments_count': 302, 'node_density_km': 31.639180162616366, 'intersection_density_km': 26.0809458097243, 'edge_density_km': 13054.05181390509, 'street_density_km': 6589.975476337986, 'circuity_avg': 1.0643474168782263, 'self_loop_proportion': 0.0033333333333333335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0643474168782263\n", - "7278\n", - "7993962.329346634\n", - "{'n': 460, 'm': 1219, 'k_avg': 5.3, 'intersection_count': 384, 'streets_per_node_avg': 2.782608695652174, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 332, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16521739130434782, 2: 0.0, 3: 0.7217391304347827, 4: 0.11304347826086956}, 'edge_length_total': 154224.34799999994, 'edge_length_avg': 126.51710254306803, 'street_length_total': 77234.37500000009, 'street_length_avg': 126.40650572831439, 'street_segments_count': 611, 'node_density_km': 57.54342853371901, 'intersection_density_km': 48.036253384669784, 'edge_density_km': 19292.603798472624, 'street_density_km': 9661.588561215129, 'circuity_avg': 1.0667243176720078, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667243176720078\n", - "7279\n", - "14029666.086467506\n", - "{'n': 998, 'm': 2715, 'k_avg': 5.440881763527054, 'intersection_count': 782, 'streets_per_node_avg': 2.7625250501002006, 'streets_per_node_counts': {0: 0, 1: 216, 2: 0, 3: 594, 4: 181, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21643286573146292, 2: 0.0, 3: 0.5951903807615231, 4: 0.1813627254509018, 5: 0.0070140280561122245}, 'edge_length_total': 203199.71600000001, 'edge_length_avg': 74.8433576427256, 'street_length_total': 101996.56200000003, 'street_length_avg': 74.72275604395607, 'street_segments_count': 1365, 'node_density_km': 71.13497882623405, 'intersection_density_km': 55.73903150512528, 'edge_density_km': 14483.574644445665, 'street_density_km': 7270.063405028729, 'circuity_avg': 1.0792062093115817, 'self_loop_proportion': 0.004419889502762431, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792062093115817\n", - "7280\n", - "7992358.497333232\n", - "{'n': 407, 'm': 980, 'k_avg': 4.815724815724816, 'intersection_count': 300, 'streets_per_node_avg': 2.520884520884521, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 282, 4: 17, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2628992628992629, 2: 0.0, 3: 0.6928746928746928, 4: 0.04176904176904177, 5: 0.002457002457002457}, 'edge_length_total': 121725.142, 'edge_length_avg': 124.20932857142859, 'street_length_total': 61307.261, 'street_length_avg': 122.86024248496993, 'street_segments_count': 499, 'node_density_km': 50.92364164292699, 'intersection_density_km': 37.53585379085528, 'edge_density_km': 15230.190442610323, 'street_density_km': 7670.734617379346, 'circuity_avg': 1.1033910068365325, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1033910068365325\n", - "7281\n", - "14028658.31833763\n", - "{'n': 1006, 'm': 2784, 'k_avg': 5.534791252485089, 'intersection_count': 840, 'streets_per_node_avg': 2.877733598409543, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 636, 4: 200, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16500994035785288, 2: 0.0, 3: 0.6322067594433399, 4: 0.1988071570576541, 5: 0.002982107355864811, 6: 0.0009940357852882703}, 'edge_length_total': 278086.0860000002, 'edge_length_avg': 99.88724353448282, 'street_length_total': 139933.50299999997, 'street_length_avg': 99.52596230440965, 'street_segments_count': 1406, 'node_density_km': 71.71035013982785, 'intersection_density_km': 59.87742954021411, 'edge_density_km': 19822.714310213014, 'street_density_km': 9974.831507378378, 'circuity_avg': 1.062225871708152, 'self_loop_proportion': 0.0028735632183908046, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062225871708152\n", - "7282\n", - "6993441.9531832505\n", - "{'n': 621, 'm': 1639, 'k_avg': 5.278582930756844, 'intersection_count': 506, 'streets_per_node_avg': 2.743961352657005, 'streets_per_node_counts': {0: 0, 1: 115, 2: 1, 3: 435, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18518518518518517, 2: 0.001610305958132045, 3: 0.7004830917874396, 4: 0.10950080515297907, 5: 0.00322061191626409}, 'edge_length_total': 142725.61, 'edge_length_avg': 87.08090909090909, 'street_length_total': 71979.43200000006, 'street_length_avg': 86.20291257485037, 'street_segments_count': 835, 'node_density_km': 88.79747685863545, 'intersection_density_km': 72.35349966259186, 'edge_density_km': 20408.492835925328, 'street_density_km': 10292.41859471454, 'circuity_avg': 1.0751415765147438, 'self_loop_proportion': 0.0024405125076266015, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0751415765147438\n", - "7283\n", - "5011709.562904258\n", - "{'n': 271, 'm': 712, 'k_avg': 5.254612546125461, 'intersection_count': 217, 'streets_per_node_avg': 2.7306273062730626, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 182, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1992619926199262, 2: 0.0, 3: 0.6715867158671587, 4: 0.12915129151291513}, 'edge_length_total': 70177.20599999998, 'edge_length_avg': 98.56349157303367, 'street_length_total': 35088.602999999996, 'street_length_avg': 98.5634915730337, 'street_segments_count': 356, 'node_density_km': 54.07336490643664, 'intersection_density_km': 43.29859846751568, 'edge_density_km': 14002.648221963738, 'street_density_km': 7001.324110981871, 'circuity_avg': 1.0691840664560859, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0691840664560859\n", - "7284\n", - "59126161.82071644\n", - "{'n': 2552, 'm': 7086, 'k_avg': 5.553291536050157, 'intersection_count': 2152, 'streets_per_node_avg': 2.8789184952978055, 'streets_per_node_counts': {0: 0, 1: 400, 2: 0, 3: 1670, 4: 474, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15673981191222572, 2: 0.0, 3: 0.6543887147335423, 4: 0.18573667711598746, 5: 0.00274294670846395, 6: 0.00039184952978056425}, 'edge_length_total': 872927.2419999957, 'edge_length_avg': 123.19040953993729, 'street_length_total': 441372.3159999988, 'street_length_avg': 121.82509412089397, 'street_segments_count': 3623, 'node_density_km': 43.16194255494254, 'intersection_density_km': 36.39674779711456, 'edge_density_km': 14763.807003859029, 'street_density_km': 7464.924196133972, 'circuity_avg': 1.125734300431095, 'self_loop_proportion': 0.00366920688681908, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.125734300431095\n", - "7285\n", - "9019220.362270193\n", - "{'n': 6, 'm': 12, 'k_avg': 4.0, 'intersection_count': 4, 'streets_per_node_avg': 2.3333333333333335, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.6666666666666666}, 'edge_length_total': 16355.398, 'edge_length_avg': 1362.9498333333333, 'street_length_total': 8177.698999999999, 'street_length_avg': 1362.9498333333331, 'street_segments_count': 6, 'node_density_km': 0.6652459701616341, 'intersection_density_km': 0.44349731344108945, 'edge_density_km': 1813.3937683149418, 'street_density_km': 906.6968841574708, 'circuity_avg': 1.8844787922187252, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.8844787922187252\n", - "7286\n", - "8991216.043259017\n", - "{'n': 492, 'm': 1250, 'k_avg': 5.08130081300813, 'intersection_count': 374, 'streets_per_node_avg': 2.6341463414634148, 'streets_per_node_counts': {0: 0, 1: 118, 2: 1, 3: 317, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23983739837398374, 2: 0.0020325203252032522, 3: 0.6443089430894309, 4: 0.11178861788617886, 5: 0.0020325203252032522}, 'edge_length_total': 136247.47200000004, 'edge_length_avg': 108.99797760000003, 'street_length_total': 68917.62299999993, 'street_length_avg': 109.21968779714729, 'street_segments_count': 631, 'node_density_km': 54.720073195089896, 'intersection_density_km': 41.59615320114557, 'edge_density_km': 15153.397643264154, 'street_density_km': 7664.994664617088, 'circuity_avg': 1.1043095244405121, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1043095244405121\n", - "7287\n", - "9020222.177248038\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 340, 'm': 892, 'k_avg': 5.247058823529412, 'intersection_count': 258, 'streets_per_node_avg': 2.7058823529411766, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 194, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2411764705882353, 2: 0.0, 3: 0.5705882352941176, 4: 0.18823529411764706}, 'edge_length_total': 122044.84999999986, 'edge_length_avg': 136.82158071748864, 'street_length_total': 61022.424999999996, 'street_length_avg': 136.82158071748879, 'street_segments_count': 446, 'node_density_km': 37.69308486187753, 'intersection_density_km': 28.602399689307063, 'edge_density_km': 13530.137905897378, 'street_density_km': 6765.068952948695, 'circuity_avg': 1.0864551122536863, 'self_loop_proportion': 0.004484304932735426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0864551122536863\n", - "7288\n", - "44121042.22067388\n", - "{'n': 3790, 'm': 11046, 'k_avg': 5.829023746701847, 'intersection_count': 3275, 'streets_per_node_avg': 2.9857519788918205, 'streets_per_node_counts': {0: 0, 1: 515, 2: 1, 3: 2322, 4: 930, 5: 19, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1358839050131926, 2: 0.0002638522427440633, 3: 0.612664907651715, 4: 0.24538258575197888, 5: 0.005013192612137203, 6: 0.0007915567282321899}, 'edge_length_total': 884775.1130000011, 'edge_length_avg': 80.09914113706328, 'street_length_total': 447048.4870000007, 'street_length_avg': 79.85860789567715, 'street_segments_count': 5598, 'node_density_km': 85.90005605588603, 'intersection_density_km': 74.22762099816008, 'edge_density_km': 20053.359314921632, 'street_density_km': 10132.31928575174, 'circuity_avg': 1.0778792669718371, 'self_loop_proportion': 0.0034401593336954553, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0778792669718371\n", - "7289\n", - "10020756.26603725\n", - "{'n': 430, 'm': 1213, 'k_avg': 5.641860465116279, 'intersection_count': 373, 'streets_per_node_avg': 2.988372093023256, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 266, 4: 105, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1325581395348837, 2: 0.0, 3: 0.6186046511627907, 4: 0.2441860465116279, 5: 0.004651162790697674}, 'edge_length_total': 159847.87900000013, 'edge_length_avg': 131.77896042868932, 'street_length_total': 81275.45300000007, 'street_length_avg': 131.30121647819072, 'street_segments_count': 619, 'node_density_km': 42.91093292602808, 'intersection_density_km': 37.222739491647616, 'edge_density_km': 15951.678172411297, 'street_density_km': 8110.710493524536, 'circuity_avg': 1.06249670886682, 'self_loop_proportion': 0.00989282769991756, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06249670886682\n", - "7290\n", - "11023700.205134988\n", - "{'n': 974, 'm': 2924, 'k_avg': 6.0041067761806985, 'intersection_count': 853, 'streets_per_node_avg': 3.055441478439425, 'streets_per_node_counts': {0: 0, 1: 121, 2: 1, 3: 557, 4: 293, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12422997946611909, 2: 0.001026694045174538, 3: 0.5718685831622177, 4: 0.3008213552361396, 5: 0.002053388090349076}, 'edge_length_total': 268597.9740000004, 'edge_length_avg': 91.8597722298223, 'street_length_total': 135426.72200000007, 'street_length_avg': 91.87701628222528, 'street_segments_count': 1474, 'node_density_km': 88.35508784485064, 'intersection_density_km': 77.3787370961577, 'edge_density_km': 24365.50060340754, 'street_density_km': 12285.051251386216, 'circuity_avg': 1.058781390982442, 'self_loop_proportion': 0.0027359781121751026, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058781390982442\n", - "7291\n", - "8018242.488153661\n", - "{'n': 420, 'm': 1148, 'k_avg': 5.466666666666667, 'intersection_count': 360, 'streets_per_node_avg': 2.8523809523809525, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 303, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7214285714285714, 4: 0.13333333333333333, 5: 0.002380952380952381}, 'edge_length_total': 125720.6429999999, 'edge_length_avg': 109.51275522648075, 'street_length_total': 63634.33299999995, 'street_length_avg': 109.14979931389357, 'street_segments_count': 583, 'node_density_km': 52.38055604086779, 'intersection_density_km': 44.89761946360096, 'edge_density_km': 15679.326633703398, 'street_density_km': 7936.194632927952, 'circuity_avg': 1.0558949440857557, 'self_loop_proportion': 0.0017421602787456446, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0558949440857557\n", - "7292\n", - "10019698.842119666\n", - "{'n': 341, 'm': 935, 'k_avg': 5.483870967741935, 'intersection_count': 278, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 63, 2: 1, 3: 213, 4: 63, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18475073313782991, 2: 0.002932551319648094, 3: 0.624633431085044, 4: 0.18475073313782991, 5: 0.002932551319648094}, 'edge_length_total': 135722.77800000017, 'edge_length_avg': 145.15805133689858, 'street_length_total': 67873.98299999996, 'street_length_avg': 145.0298782051281, 'street_segments_count': 468, 'node_density_km': 34.03295901135702, 'intersection_density_km': 27.745344883159095, 'edge_density_km': 13545.594547159864, 'street_density_km': 6774.054197585167, 'circuity_avg': 1.0391256509162237, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0391256509162237\n", - "7293\n", - "7013764.099855309\n", - "{'n': 422, 'm': 1160, 'k_avg': 5.497630331753554, 'intersection_count': 354, 'streets_per_node_avg': 2.8578199052132702, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 280, 4: 72, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16113744075829384, 2: 0.0, 3: 0.6635071090047393, 4: 0.17061611374407584, 5: 0.004739336492890996}, 'edge_length_total': 121763.87000000007, 'edge_length_avg': 104.96885344827592, 'street_length_total': 60959.56300000001, 'street_length_avg': 104.3828133561644, 'street_segments_count': 584, 'node_density_km': 60.16740711434901, 'intersection_density_km': 50.472185114880446, 'edge_density_km': 17360.70222300633, 'street_density_km': 8691.41906287632, 'circuity_avg': 1.045689110595742, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045689110595742\n", - "7294\n", - "9021443.041946579\n", - "{'n': 338, 'm': 866, 'k_avg': 5.124260355029586, 'intersection_count': 255, 'streets_per_node_avg': 2.665680473372781, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 204, 4: 50, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2455621301775148, 2: 0.0, 3: 0.6035502958579881, 4: 0.14792899408284024, 5: 0.0, 6: 0.0029585798816568047}, 'edge_length_total': 125329.99799999989, 'edge_length_avg': 144.72286143187054, 'street_length_total': 62664.99899999995, 'street_length_avg': 144.72286143187057, 'street_segments_count': 433, 'node_density_km': 37.46628986387403, 'intersection_density_km': 28.26598791505289, 'edge_density_km': 13892.455721025883, 'street_density_km': 6946.227860512942, 'circuity_avg': 1.0596273562479415, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596273562479415\n", - "7295\n", - "18032422.84296872\n", - "{'n': 452, 'm': 969, 'k_avg': 4.287610619469026, 'intersection_count': 341, 'streets_per_node_avg': 2.5973451327433628, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 302, 4: 38, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24557522123893805, 2: 0.0, 3: 0.668141592920354, 4: 0.084070796460177, 5: 0.0022123893805309734}, 'edge_length_total': 109446.46899999994, 'edge_length_avg': 112.94785242518054, 'street_length_total': 68251.73000000001, 'street_length_avg': 118.28722703639517, 'street_segments_count': 577, 'node_density_km': 25.065960572028498, 'intersection_density_km': 18.9103817589861, 'edge_density_km': 6069.426718366676, 'street_density_km': 3784.9450733467584, 'circuity_avg': 1.1477634883237282, 'self_loop_proportion': 0.0020639834881320948, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1477634883237282\n", - "7296\n", - "8018148.025998475\n", - "{'n': 546, 'm': 1453, 'k_avg': 5.322344322344322, 'intersection_count': 445, 'streets_per_node_avg': 2.827838827838828, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 340, 4: 102, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.184981684981685, 2: 0.0, 3: 0.6227106227106227, 4: 0.18681318681318682, 5: 0.005494505494505495}, 'edge_length_total': 143344.27199999994, 'edge_length_avg': 98.65400688231242, 'street_length_total': 73570.85399999995, 'street_length_avg': 97.57407692307686, 'street_segments_count': 754, 'node_density_km': 68.09552508005842, 'intersection_density_km': 55.49910011103662, 'edge_density_km': 17877.47888105991, 'street_density_km': 9175.542003147093, 'circuity_avg': 1.0638372187116567, 'self_loop_proportion': 0.0027529249827942187, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0638372187116567\n", - "7297\n", - "27063118.72542196\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1531, 'm': 4081, 'k_avg': 5.33115610711953, 'intersection_count': 1215, 'streets_per_node_avg': 2.728282168517309, 'streets_per_node_counts': {0: 0, 1: 316, 2: 0, 3: 1001, 4: 212, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20640104506858262, 2: 0.0, 3: 0.6538210320052253, 4: 0.13847158719790986, 5: 0.0013063357282821686}, 'edge_length_total': 463055.23799999815, 'edge_length_avg': 113.46612055868614, 'street_length_total': 232349.16900000023, 'street_length_avg': 112.95535683033555, 'street_segments_count': 2057, 'node_density_km': 56.57145488416465, 'intersection_density_km': 44.89504747502289, 'edge_density_km': 17110.194974129994, 'street_density_km': 8585.45429879599, 'circuity_avg': 1.0787843496247107, 'self_loop_proportion': 0.00294045577064445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0787843496247107\n", - "7298\n", - "16036310.717178255\n", - "{'n': 762, 'm': 2056, 'k_avg': 5.396325459317585, 'intersection_count': 590, 'streets_per_node_avg': 2.7690288713910762, 'streets_per_node_counts': {0: 0, 1: 172, 2: 0, 3: 423, 4: 166, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22572178477690288, 2: 0.0, 3: 0.5551181102362205, 4: 0.2178477690288714, 5: 0.0013123359580052493}, 'edge_length_total': 239905.76799999975, 'edge_length_avg': 116.68568482490261, 'street_length_total': 120190.65899999999, 'street_length_avg': 116.35107357212003, 'street_segments_count': 1033, 'node_density_km': 47.5171636069472, 'intersection_density_km': 36.79150463005098, 'edge_density_km': 14960.159617199877, 'street_density_km': 7494.907096758268, 'circuity_avg': 1.0514641796284483, 'self_loop_proportion': 0.0019455252918287938, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0514641796284483\n", - "7299\n", - "4006603.675025265\n", - "{'n': 83, 'm': 228, 'k_avg': 5.493975903614458, 'intersection_count': 68, 'streets_per_node_avg': 2.855421686746988, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 50, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18072289156626506, 2: 0.0, 3: 0.6024096385542169, 4: 0.21686746987951808}, 'edge_length_total': 30790.145999999997, 'edge_length_avg': 135.0445, 'street_length_total': 15395.072999999997, 'street_length_avg': 135.04449999999997, 'street_segments_count': 114, 'node_density_km': 20.715799897397293, 'intersection_density_km': 16.971980638831518, 'edge_density_km': 7684.849437923464, 'street_density_km': 3842.4247189617317, 'circuity_avg': 1.025634773930908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.025634773930908\n", - "7300\n", - "34075264.56436936\n", - "{'n': 2686, 'm': 7519, 'k_avg': 5.598659717051378, 'intersection_count': 2247, 'streets_per_node_avg': 2.8469843633655993, 'streets_per_node_counts': {0: 0, 1: 439, 2: 0, 3: 1787, 4: 454, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16344005956813104, 2: 0.0, 3: 0.6653015636634401, 4: 0.1690245718540581, 5: 0.0018615040953090098, 6: 0.00037230081906180194}, 'edge_length_total': 689653.7159999992, 'edge_length_avg': 91.72146774837069, 'street_length_total': 346995.61199999996, 'street_length_avg': 91.5555704485488, 'street_segments_count': 3790, 'node_density_km': 78.82550684019057, 'intersection_density_km': 65.9422613067417, 'edge_density_km': 20239.13019654534, 'street_density_km': 10183.21108980719, 'circuity_avg': 1.0745223354830422, 'self_loop_proportion': 0.005851842000265992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745223354830422\n", - "7301\n", - "7016555.213454341\n", - "{'n': 454, 'm': 1217, 'k_avg': 5.361233480176211, 'intersection_count': 370, 'streets_per_node_avg': 2.801762114537445, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 292, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18502202643171806, 2: 0.0, 3: 0.6431718061674009, 4: 0.17180616740088106}, 'edge_length_total': 127861.69399999986, 'edge_length_avg': 105.06301889893169, 'street_length_total': 64571.97800000004, 'street_length_avg': 104.99508617886185, 'street_segments_count': 615, 'node_density_km': 64.70411565057577, 'intersection_density_km': 52.73242905443399, 'edge_density_km': 18222.858669283083, 'street_density_km': 9202.803375106689, 'circuity_avg': 1.0442425808707625, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442425808707625\n", - "7302\n", - "12023007.252629114\n", - "{'n': 570, 'm': 1626, 'k_avg': 5.705263157894737, 'intersection_count': 497, 'streets_per_node_avg': 2.9473684210526314, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 382, 4: 114, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1280701754385965, 2: 0.0, 3: 0.6701754385964912, 4: 0.2, 5: 0.0017543859649122807}, 'edge_length_total': 221643.01000000062, 'edge_length_avg': 136.31181426814305, 'street_length_total': 110821.50499999992, 'street_length_avg': 136.31181426814257, 'street_segments_count': 813, 'node_density_km': 47.40910389747591, 'intersection_density_km': 41.33741164393952, 'edge_density_km': 18434.906121472493, 'street_density_km': 9217.453060736214, 'circuity_avg': 1.0465646672312803, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465646672312803\n", - "7303\n", - "11020347.48576192\n", - "{'n': 481, 'm': 1251, 'k_avg': 5.201663201663202, 'intersection_count': 382, 'streets_per_node_avg': 2.727650727650728, 'streets_per_node_counts': {0: 0, 1: 99, 2: 2, 3: 311, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20582120582120583, 2: 0.004158004158004158, 3: 0.6465696465696466, 4: 0.14345114345114346}, 'edge_length_total': 144784.385, 'edge_length_avg': 115.73492006394885, 'street_length_total': 72720.29399999997, 'street_length_avg': 114.88198104265398, 'street_segments_count': 633, 'node_density_km': 43.64653661070514, 'intersection_density_km': 34.6631538155704, 'edge_density_km': 13137.91467892085, 'street_density_km': 6598.729676532723, 'circuity_avg': 1.055895505128867, 'self_loop_proportion': 0.0015987210231814548, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055895505128867\n", - "7304\n", - "6012418.491887496\n", - "{'n': 144, 'm': 406, 'k_avg': 5.638888888888889, 'intersection_count': 128, 'streets_per_node_avg': 2.9722222222222223, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 100, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1111111111111111, 2: 0.0, 3: 0.6944444444444444, 4: 0.19444444444444445}, 'edge_length_total': 70359.31800000003, 'edge_length_avg': 173.29881280788183, 'street_length_total': 35179.659000000014, 'street_length_avg': 173.29881280788183, 'street_segments_count': 203, 'node_density_km': 23.95042863272042, 'intersection_density_km': 21.289269895751485, 'edge_density_km': 11702.332113929735, 'street_density_km': 5851.1660569648675, 'circuity_avg': 1.043903976551558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043903976551558\n", - "7305\n", - "8020412.752637987\n", - "{'n': 446, 'm': 1272, 'k_avg': 5.7040358744394615, 'intersection_count': 389, 'streets_per_node_avg': 2.9663677130044843, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 291, 4: 97, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12780269058295965, 2: 0.0, 3: 0.6524663677130045, 4: 0.21748878923766815, 5: 0.002242152466367713}, 'edge_length_total': 122408.65900000003, 'edge_length_avg': 96.23322248427675, 'street_length_total': 61639.73699999997, 'street_length_avg': 95.56548372093019, 'street_segments_count': 645, 'node_density_km': 55.60811067401818, 'intersection_density_km': 48.501244511643655, 'edge_density_km': 15262.139589977922, 'street_density_km': 7685.3572130344655, 'circuity_avg': 1.0726374849936506, 'self_loop_proportion': 0.0031446540880503146, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0726374849936506\n", - "7306\n", - "11020532.099502852\n", - "{'n': 340, 'm': 963, 'k_avg': 5.6647058823529415, 'intersection_count': 287, 'streets_per_node_avg': 2.9441176470588237, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 200, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15588235294117647, 2: 0.0, 3: 0.5882352941176471, 4: 0.25588235294117645}, 'edge_length_total': 151117.38899999988, 'edge_length_avg': 156.92356074766343, 'street_length_total': 75612.79999999993, 'street_length_avg': 156.87302904564302, 'street_segments_count': 482, 'node_density_km': 30.85150489379163, 'intersection_density_km': 26.042299719171172, 'edge_density_km': 13712.349606677972, 'street_density_km': 6861.08432127437, 'circuity_avg': 1.014385981485617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.014385981485617\n", - "7307\n", - "10018815.581207212\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 367, 'm': 985, 'k_avg': 5.367847411444142, 'intersection_count': 298, 'streets_per_node_avg': 2.784741144414169, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 239, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1880108991825613, 2: 0.0, 3: 0.6512261580381471, 4: 0.16076294277929154}, 'edge_length_total': 115490.19599999995, 'edge_length_avg': 117.24892994923853, 'street_length_total': 57913.551000000036, 'street_length_avg': 116.52625955734413, 'street_segments_count': 497, 'node_density_km': 36.63107650053965, 'intersection_density_km': 29.744034869647997, 'edge_density_km': 11527.330258142552, 'street_density_km': 5780.47879318503, 'circuity_avg': 1.0716682556522092, 'self_loop_proportion': 0.0020304568527918783, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716682556522092\n", - "7308\n", - "13032708.252571164\n", - "{'n': 374, 'm': 953, 'k_avg': 5.096256684491979, 'intersection_count': 321, 'streets_per_node_avg': 2.8529411764705883, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 271, 4: 49, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14171122994652408, 2: 0.0, 3: 0.7245989304812834, 4: 0.13101604278074866, 5: 0.00267379679144385}, 'edge_length_total': 117168.96499999994, 'edge_length_avg': 122.94749737670507, 'street_length_total': 60867.82200000003, 'street_length_avg': 121.73564400000006, 'street_segments_count': 500, 'node_density_km': 28.697028488013245, 'intersection_density_km': 24.630337285166448, 'edge_density_km': 8990.377343625736, 'street_density_km': 4670.38936346877, 'circuity_avg': 1.0787911825004468, 'self_loop_proportion': 0.0062959076600209865, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0787911825004468\n", - "7309\n", - "7013876.229091751\n", - "{'n': 400, 'm': 997, 'k_avg': 4.985, 'intersection_count': 310, 'streets_per_node_avg': 2.7375, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 235, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225, 2: 0.0, 3: 0.5875, 4: 0.1875}, 'edge_length_total': 126713.67199999977, 'edge_length_avg': 127.09495687061161, 'street_length_total': 64838.13500000005, 'street_length_avg': 127.38336935167004, 'street_segments_count': 509, 'node_density_km': 57.029805906882565, 'intersection_density_km': 44.19809957783399, 'edge_density_km': 18066.14029977092, 'street_density_km': 9244.26563603563, 'circuity_avg': 1.0555523514241156, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555523514241156\n", - "7310\n", - "13025234.65393199\n", - "{'n': 666, 'm': 1752, 'k_avg': 5.261261261261262, 'intersection_count': 532, 'streets_per_node_avg': 2.704204204204204, 'streets_per_node_counts': {0: 0, 1: 134, 2: 0, 3: 461, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2012012012012012, 2: 0.0, 3: 0.6921921921921922, 4: 0.1066066066066066}, 'edge_length_total': 201061.9220000001, 'edge_length_avg': 114.76137100456627, 'street_length_total': 100530.96100000002, 'street_length_avg': 114.76137100456624, 'street_segments_count': 876, 'node_density_km': 51.131516452101025, 'intersection_density_km': 40.84379392269932, 'edge_density_km': 15436.337796747835, 'street_density_km': 7718.168898373916, 'circuity_avg': 1.0907686445985647, 'self_loop_proportion': 0.003424657534246575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0907686445985647\n", - "7311\n", - "425867418.656622\n", - "error with entry 7311\n", - "7312\n", - "6014884.600554956\n", - "{'n': 275, 'm': 728, 'k_avg': 5.294545454545455, 'intersection_count': 230, 'streets_per_node_avg': 2.8181818181818183, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 190, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16363636363636364, 2: 0.0, 3: 0.6909090909090909, 4: 0.14545454545454545}, 'edge_length_total': 90362.5540000001, 'edge_length_avg': 124.1243873626375, 'street_length_total': 45347.78600000002, 'street_length_avg': 123.90105464480881, 'street_segments_count': 366, 'node_density_km': 45.71991289319623, 'intersection_density_km': 38.2384726015823, 'edge_density_km': 15023.156718860891, 'street_density_km': 7539.26118479747, 'circuity_avg': 1.0428281200536305, 'self_loop_proportion': 0.0027472527472527475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428281200536305\n", - "7313\n", - "16033120.386684664\n", - "{'n': 265, 'm': 670, 'k_avg': 5.056603773584905, 'intersection_count': 211, 'streets_per_node_avg': 2.7056603773584906, 'streets_per_node_counts': {0: 0, 1: 54, 2: 1, 3: 179, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2037735849056604, 2: 0.0037735849056603774, 3: 0.6754716981132075, 4: 0.1169811320754717}, 'edge_length_total': 140268.8629999999, 'edge_length_avg': 209.35651194029836, 'street_length_total': 71070.393, 'street_length_avg': 207.20231195335276, 'street_segments_count': 343, 'node_density_km': 16.52828604842758, 'intersection_density_km': 13.160257947993284, 'edge_density_km': 8748.69392962905, 'street_density_km': 4432.723717276095, 'circuity_avg': 1.1170618416762088, 'self_loop_proportion': 0.005970149253731343, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1170618416762088\n", - "7314\n", - "16026117.157513263\n", - "{'n': 1000, 'm': 2710, 'k_avg': 5.42, 'intersection_count': 801, 'streets_per_node_avg': 2.804, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 600, 4: 200, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.199, 2: 0.0, 3: 0.6, 4: 0.2, 5: 0.001}, 'edge_length_total': 286300.9279999997, 'edge_length_avg': 105.64609889298883, 'street_length_total': 144412.4489999999, 'street_length_avg': 104.9509077034883, 'street_segments_count': 1376, 'node_density_km': 62.39814611184134, 'intersection_density_km': 49.980915035584914, 'edge_density_km': 17864.64713729975, 'street_density_km': 9011.06909307083, 'circuity_avg': 1.0674250527187972, 'self_loop_proportion': 0.0051660516605166054, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674250527187972\n", - "7315\n", - "10017114.476725595\n", - "{'n': 172, 'm': 490, 'k_avg': 5.6976744186046515, 'intersection_count': 146, 'streets_per_node_avg': 2.9244186046511627, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 107, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1511627906976744, 2: 0.0, 3: 0.622093023255814, 4: 0.22674418604651161}, 'edge_length_total': 111158.93600000003, 'edge_length_avg': 226.8549714285715, 'street_length_total': 55579.46800000003, 'street_length_avg': 226.85497142857156, 'street_segments_count': 245, 'node_density_km': 17.170613393670983, 'intersection_density_km': 14.57505555509281, 'edge_density_km': 11096.901833184977, 'street_density_km': 5548.45091659249, 'circuity_avg': 1.0315760366528794, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0315760366528794\n", - "7316\n", - "119210637.13521484\n", - "error with entry 7316\n", - "7317\n", - "8017059.482856753\n", - "{'n': 333, 'm': 876, 'k_avg': 5.261261261261262, 'intersection_count': 276, 'streets_per_node_avg': 2.744744744744745, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 248, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17117117117117117, 2: 0.0, 3: 0.7447447447447447, 4: 0.08108108108108109, 5: 0.003003003003003003}, 'edge_length_total': 92814.24499999991, 'edge_length_avg': 105.95233447488575, 'street_length_total': 46584.80700000001, 'street_length_avg': 104.9207364864865, 'street_segments_count': 444, 'node_density_km': 41.53642625604428, 'intersection_density_km': 34.42658752753219, 'edge_density_km': 11577.093222080848, 'street_density_km': 5810.709911734401, 'circuity_avg': 1.0682628176353919, 'self_loop_proportion': 0.00228310502283105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0682628176353919\n", - "7318\n", - "178324799.91697654\n", - "{'n': 28453, 'm': 73703, 'k_avg': 5.180683934910203, 'intersection_count': 22550, 'streets_per_node_avg': 2.762520648086318, 'streets_per_node_counts': {0: 0, 1: 5903, 2: 16, 3: 17730, 4: 4555, 5: 237, 6: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2074649421853583, 2: 0.0005623308614205884, 3: 0.6231328858116895, 4: 0.16008856711067374, 5: 0.008329525884792464, 6: 0.00042174814606544126}, 'edge_length_total': 4412109.989000007, 'edge_length_avg': 59.863370405546675, 'street_length_total': 2400992.8639999703, 'street_length_avg': 61.27639190465177, 'street_segments_count': 39183, 'node_density_km': 159.55716766959497, 'intersection_density_km': 126.45464910376293, 'edge_density_km': 24741.987603822756, 'street_density_km': 13464.155659323947, 'circuity_avg': 1.0701984249766134, 'self_loop_proportion': 0.0019130835922554035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0701984249766134\n", - "7319\n", - "24051684.88317843\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4329, 'm': 12085, 'k_avg': 5.583275583275583, 'intersection_count': 3553, 'streets_per_node_avg': 2.9233079233079233, 'streets_per_node_counts': {0: 0, 1: 776, 2: 6, 3: 2366, 4: 1140, 5: 38, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17925617925617926, 2: 0.001386001386001386, 3: 0.5465465465465466, 4: 0.26334026334026334, 5: 0.008778008778008778, 6: 0.000462000462000462, 7: 0.000231000231000231}, 'edge_length_total': 729751.5429999996, 'edge_length_avg': 60.38490219280096, 'street_length_total': 379162.97799999994, 'street_length_avg': 60.3378386378103, 'street_segments_count': 6284, 'node_density_km': 179.98739053111703, 'intersection_density_km': 147.72353859021916, 'edge_density_km': 30340.973887878532, 'street_density_km': 15764.50796863648, 'circuity_avg': 1.0829767271602935, 'self_loop_proportion': 0.0038891187422424494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829767271602935\n", - "7320\n", - "7013064.348983368\n", - "{'n': 314, 'm': 816, 'k_avg': 5.197452229299363, 'intersection_count': 255, 'streets_per_node_avg': 2.751592356687898, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 215, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18789808917197454, 2: 0.0, 3: 0.6847133757961783, 4: 0.12738853503184713}, 'edge_length_total': 121783.75900000012, 'edge_length_avg': 149.24480269607858, 'street_length_total': 61004.874000000025, 'street_length_avg': 148.79237560975616, 'street_segments_count': 410, 'node_density_km': 44.77358033161613, 'intersection_density_km': 36.36071014191756, 'edge_density_km': 17365.270435263326, 'street_density_km': 8698.747218659622, 'circuity_avg': 1.0712560045992061, 'self_loop_proportion': 0.004901960784313725, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0712560045992061\n", - "7321\n", - "35061529.36730557\n", - "{'n': 2086, 'm': 5650, 'k_avg': 5.417066155321189, 'intersection_count': 1765, 'streets_per_node_avg': 2.8911792905081497, 'streets_per_node_counts': {0: 0, 1: 321, 2: 0, 3: 1352, 4: 411, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1538830297219559, 2: 0.0, 3: 0.6481303930968361, 4: 0.19702780441035475, 5: 0.0009587727708533077}, 'edge_length_total': 612491.6319999992, 'edge_length_avg': 108.40559858407065, 'street_length_total': 319841.2350000003, 'street_length_avg': 107.32927348993297, 'street_segments_count': 2980, 'node_density_km': 59.49540814797339, 'intersection_density_km': 50.34007448761891, 'edge_density_km': 17469.050639049987, 'street_density_km': 9122.284189298603, 'circuity_avg': 1.084604413785475, 'self_loop_proportion': 0.003185840707964602, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084604413785475\n", - "7322\n", - "8018125.24763076\n", - "{'n': 304, 'm': 826, 'k_avg': 5.434210526315789, 'intersection_count': 253, 'streets_per_node_avg': 2.786184210526316, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 220, 4: 30, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16776315789473684, 2: 0.0, 3: 0.7236842105263158, 4: 0.09868421052631579, 5: 0.006578947368421052, 6: 0.003289473684210526}, 'edge_length_total': 87808.31199999996, 'edge_length_avg': 106.30546246973361, 'street_length_total': 43904.155999999995, 'street_length_avg': 106.30546246973364, 'street_segments_count': 413, 'node_density_km': 37.91409969429295, 'intersection_density_km': 31.55351060084249, 'edge_density_km': 10951.227286695983, 'street_density_km': 5475.613643347993, 'circuity_avg': 1.0504185275914013, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0504185275914013\n", - "7323\n", - "8016084.744206913\n", - "{'n': 140, 'm': 352, 'k_avg': 5.0285714285714285, 'intersection_count': 114, 'streets_per_node_avg': 2.7857142857142856, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 92, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18571428571428572, 2: 0.0, 3: 0.6571428571428571, 4: 0.15714285714285714}, 'edge_length_total': 72198.76900000004, 'edge_length_avg': 205.1101392045456, 'street_length_total': 36288.909000000014, 'street_length_avg': 199.38960989010997, 'street_segments_count': 182, 'node_density_km': 17.46488522357197, 'intersection_density_km': 14.22140653919432, 'edge_density_km': 9006.73724191562, 'street_density_km': 4527.011646954629, 'circuity_avg': 1.0503212485883044, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0503212485883044\n", - "7324\n", - "24052961.42810133\n", - "{'n': 1730, 'm': 4784, 'k_avg': 5.530635838150289, 'intersection_count': 1394, 'streets_per_node_avg': 2.8416184971098266, 'streets_per_node_counts': {0: 0, 1: 336, 2: 4, 3: 998, 4: 383, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19421965317919074, 2: 0.0023121387283236996, 3: 0.576878612716763, 4: 0.22138728323699422, 5: 0.004624277456647399, 6: 0.0005780346820809249}, 'edge_length_total': 455983.33599999995, 'edge_length_avg': 95.31424247491638, 'street_length_total': 230349.20499999978, 'street_length_avg': 95.02854991749166, 'street_segments_count': 2424, 'node_density_km': 71.9246154021942, 'intersection_density_km': 57.955441543733365, 'edge_density_km': 18957.47171769335, 'street_density_km': 9576.7502762001, 'circuity_avg': 1.0507393094636979, 'self_loop_proportion': 0.0020903010033444815, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507393094636979\n", - "7325\n", - "11027591.271158703\n", - "{'n': 286, 'm': 793, 'k_avg': 5.545454545454546, 'intersection_count': 251, 'streets_per_node_avg': 2.9755244755244754, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 189, 4: 61, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12237762237762238, 2: 0.0, 3: 0.6608391608391608, 4: 0.21328671328671328, 5: 0.0034965034965034965}, 'edge_length_total': 120081.80099999995, 'edge_length_avg': 151.42723959646904, 'street_length_total': 60438.85899999991, 'street_length_avg': 149.23175061728372, 'street_segments_count': 405, 'node_density_km': 25.934947439337687, 'intersection_density_km': 22.761090235222934, 'edge_density_km': 10889.213976769253, 'street_density_km': 5480.694515589298, 'circuity_avg': 1.0344013012326736, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0344013012326736\n", - "7326\n", - "10020134.373691369\n", - "{'n': 515, 'm': 1445, 'k_avg': 5.611650485436893, 'intersection_count': 427, 'streets_per_node_avg': 2.912621359223301, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 296, 4: 131}, 'streets_per_node_proportion': {0: 0.0, 1: 0.170873786407767, 2: 0.0, 3: 0.574757281553398, 4: 0.2543689320388349}, 'edge_length_total': 177706.3849999998, 'edge_length_avg': 122.98019723183377, 'street_length_total': 89081.20699999991, 'street_length_avg': 122.87063034482746, 'street_segments_count': 725, 'node_density_km': 51.39651633337094, 'intersection_density_km': 42.614198979319205, 'edge_density_km': 17734.930328537466, 'street_density_km': 8890.220797226977, 'circuity_avg': 1.0423072502185058, 'self_loop_proportion': 0.001384083044982699, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0423072502185058\n", - "7327\n", - "14031155.888296971\n", - "{'n': 639, 'm': 1652, 'k_avg': 5.170579029733959, 'intersection_count': 488, 'streets_per_node_avg': 2.6870109546165883, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 389, 4: 97, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23630672926447574, 2: 0.0, 3: 0.6087636932707355, 4: 0.15179968701095461, 5: 0.001564945226917058, 6: 0.001564945226917058}, 'edge_length_total': 186838.85000000024, 'edge_length_avg': 113.09857748184034, 'street_length_total': 93419.42499999974, 'street_length_avg': 113.09857748183988, 'street_segments_count': 826, 'node_density_km': 45.54150813283841, 'intersection_density_km': 34.77974330019584, 'edge_density_km': 13315.998445704518, 'street_density_km': 6657.9992228522315, 'circuity_avg': 1.0515050772184196, 'self_loop_proportion': 0.0012106537530266344, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515050772184196\n", - "7328\n", - "50126544.011306755\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 4271, 'm': 12255, 'k_avg': 5.738702879887614, 'intersection_count': 3589, 'streets_per_node_avg': 2.948021540622805, 'streets_per_node_counts': {0: 0, 1: 682, 2: 1, 3: 2475, 4: 1086, 5: 24, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15968157340201358, 2: 0.00023413720440177945, 3: 0.5794895808944042, 4: 0.2542730039803325, 5: 0.005619292905642706, 6: 0.0007024116132053383}, 'edge_length_total': 1131555.5979999995, 'edge_length_avg': 92.33419812321497, 'street_length_total': 571248.3260000012, 'street_length_avg': 91.94404088202175, 'street_segments_count': 6213, 'node_density_km': 85.20435797521998, 'intersection_density_km': 71.59879203302845, 'edge_density_km': 22573.97992059379, 'street_density_km': 11396.124294368827, 'circuity_avg': 1.0549316325258773, 'self_loop_proportion': 0.001142390860873113, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549316325258773\n", - "7329\n", - "15030152.088887308\n", - "{'n': 694, 'm': 1878, 'k_avg': 5.412103746397695, 'intersection_count': 555, 'streets_per_node_avg': 2.7737752161383287, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 435, 4: 119, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20028818443804033, 2: 0.0, 3: 0.6268011527377522, 4: 0.17146974063400577, 5: 0.001440922190201729}, 'edge_length_total': 230056.59599999996, 'edge_length_avg': 122.50084984025557, 'street_length_total': 115281.77200000014, 'street_length_avg': 122.50985334750281, 'street_segments_count': 941, 'node_density_km': 46.173850796434444, 'intersection_density_km': 36.92577405190362, 'edge_density_km': 15306.338528010943, 'street_density_km': 7670.033630946081, 'circuity_avg': 1.0507920473677277, 'self_loop_proportion': 0.003194888178913738, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0507920473677277\n", - "7330\n", - "8015874.2404553415\n", - "{'n': 413, 'm': 1108, 'k_avg': 5.365617433414044, 'intersection_count': 328, 'streets_per_node_avg': 2.7990314769975786, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 241, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20581113801452786, 2: 0.0, 3: 0.5835351089588378, 4: 0.2106537530266344}, 'edge_length_total': 137215.33000000013, 'edge_length_avg': 123.84055054151636, 'street_length_total': 69053.55299999997, 'street_length_avg': 123.75188709677414, 'street_segments_count': 558, 'node_density_km': 51.52276440611168, 'intersection_density_km': 40.91880563003543, 'edge_density_km': 17117.94944430236, 'street_density_km': 8614.60034533643, 'circuity_avg': 1.0389634291462888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0389634291462888\n", - "7331\n", - "19040714.786660682\n", - "{'n': 1264, 'm': 3419, 'k_avg': 5.409810126582278, 'intersection_count': 1006, 'streets_per_node_avg': 2.7792721518987342, 'streets_per_node_counts': {0: 0, 1: 258, 2: 0, 3: 770, 4: 235, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20411392405063292, 2: 0.0, 3: 0.6091772151898734, 4: 0.18591772151898733, 5: 0.0007911392405063291}, 'edge_length_total': 372472.3470000001, 'edge_length_avg': 108.94189733840308, 'street_length_total': 188159.48600000035, 'street_length_avg': 108.76270867052044, 'street_segments_count': 1730, 'node_density_km': 66.38406247676784, 'intersection_density_km': 52.83415099021238, 'edge_density_km': 19561.888887750283, 'street_density_km': 9881.954963782078, 'circuity_avg': 1.050576196657472, 'self_loop_proportion': 0.0017548990933021352, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050576196657472\n", - "7332\n", - "10017626.53392145\n", - "{'n': 483, 'm': 1321, 'k_avg': 5.469979296066253, 'intersection_count': 414, 'streets_per_node_avg': 2.867494824016563, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 340, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.7039337474120083, 4: 0.15320910973084886}, 'edge_length_total': 169737.97500000024, 'edge_length_avg': 128.49203255109782, 'street_length_total': 85403.72700000007, 'street_length_avg': 128.42665714285724, 'street_segments_count': 665, 'node_density_km': 48.21501364265046, 'intersection_density_km': 41.327154550843254, 'edge_density_km': 16943.93122215502, 'street_density_km': 8525.345470886541, 'circuity_avg': 1.0662496590216708, 'self_loop_proportion': 0.001514004542013626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0662496590216708\n", - "7333\n", - "13024647.256266002\n", - "{'n': 587, 'm': 1577, 'k_avg': 5.3730834752981265, 'intersection_count': 485, 'streets_per_node_avg': 2.8006814310051107, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 398, 4: 87}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1737649063032368, 2: 0.0, 3: 0.6780238500851788, 4: 0.14821124361158433}, 'edge_length_total': 205633.25399999952, 'edge_length_avg': 130.39521496512336, 'street_length_total': 103411.77199999994, 'street_length_avg': 129.5886867167919, 'street_segments_count': 798, 'node_density_km': 45.068399047628816, 'intersection_density_km': 37.23709290988071, 'edge_density_km': 15788.009452699138, 'street_density_km': 7939.698478225564, 'circuity_avg': 1.050131909699493, 'self_loop_proportion': 0.007609384908053266, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050131909699493\n", - "7334\n", - "94179962.95533139\n", - "{'n': 7552, 'm': 20849, 'k_avg': 5.52145127118644, 'intersection_count': 6068, 'streets_per_node_avg': 2.8311705508474576, 'streets_per_node_counts': {0: 0, 1: 1484, 2: 2, 3: 4430, 4: 1582, 5: 51, 6: 2, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1965042372881356, 2: 0.00026483050847457627, 3: 0.5865995762711864, 4: 0.20948093220338984, 5: 0.006753177966101695, 6: 0.00026483050847457627, 7: 0.0, 8: 0.00013241525423728814}, 'edge_length_total': 1818818.7889999957, 'edge_length_avg': 87.23769912225985, 'street_length_total': 922468.4560000014, 'street_length_avg': 86.88598059715564, 'street_segments_count': 10617, 'node_density_km': 80.18690773516059, 'intersection_density_km': 64.42984059016875, 'edge_density_km': 19312.162926445864, 'street_density_km': 9794.742183510083, 'circuity_avg': 1.077576546716035, 'self_loop_proportion': 0.0028298719363038993, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.077576546716035\n", - "7335\n", - "12023476.215009151\n", - "{'n': 777, 'm': 2216, 'k_avg': 5.703989703989704, 'intersection_count': 667, 'streets_per_node_avg': 2.943371943371943, 'streets_per_node_counts': {0: 0, 1: 110, 2: 0, 3: 492, 4: 174, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14157014157014158, 2: 0.0, 3: 0.6332046332046332, 4: 0.22393822393822393, 5: 0.001287001287001287}, 'edge_length_total': 240910.56799999997, 'edge_length_avg': 108.71415523465703, 'street_length_total': 120455.28399999983, 'street_length_avg': 108.71415523465689, 'street_segments_count': 1108, 'node_density_km': 64.62357359097655, 'intersection_density_km': 55.47480512893354, 'edge_density_km': 20036.68187901153, 'street_density_km': 10018.340939505752, 'circuity_avg': 1.0678967491637321, 'self_loop_proportion': 0.002707581227436823, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678967491637321\n", - "7336\n", - "20037948.659610916\n", - "{'n': 990, 'm': 2711, 'k_avg': 5.476767676767677, 'intersection_count': 816, 'streets_per_node_avg': 2.811111111111111, 'streets_per_node_counts': {0: 0, 1: 174, 2: 1, 3: 657, 4: 154, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17575757575757575, 2: 0.00101010101010101, 3: 0.6636363636363637, 4: 0.15555555555555556, 5: 0.00404040404040404}, 'edge_length_total': 306350.049999999, 'edge_length_avg': 113.00260051641423, 'street_length_total': 153509.47099999973, 'street_length_avg': 112.70886270190876, 'street_segments_count': 1362, 'node_density_km': 49.40625494242699, 'intersection_density_km': 40.722731346485276, 'edge_density_km': 15288.493608005258, 'street_density_km': 7660.937434649584, 'circuity_avg': 1.066816959853162, 'self_loop_proportion': 0.002950940612320177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066816959853162\n", - "7337\n", - "10018200.616840445\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 521, 'm': 1398, 'k_avg': 5.366602687140115, 'intersection_count': 419, 'streets_per_node_avg': 2.7600767754318616, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 343, 4: 73, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19577735124760076, 2: 0.0, 3: 0.6583493282149712, 4: 0.1401151631477927, 5: 0.005758157389635317}, 'edge_length_total': 177410.65999999954, 'edge_length_avg': 126.90319027181656, 'street_length_total': 88705.33000000006, 'street_length_avg': 126.90319027181697, 'street_segments_count': 699, 'node_density_km': 52.00534706044984, 'intersection_density_km': 41.823877962242776, 'edge_density_km': 17708.834828259965, 'street_density_km': 8854.417414130012, 'circuity_avg': 1.0417554994604508, 'self_loop_proportion': 0.001430615164520744, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0417554994604508\n", - "7338\n", - "15032962.998812458\n", - "{'n': 773, 'm': 2126, 'k_avg': 5.500646830530401, 'intersection_count': 646, 'streets_per_node_avg': 2.8732212160413972, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 490, 4: 156}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16429495472186287, 2: 0.0, 3: 0.6338939197930142, 4: 0.2018111254851229}, 'edge_length_total': 226004.4359999991, 'edge_length_avg': 106.3050028222009, 'street_length_total': 115102.52000000005, 'street_length_avg': 105.11645662100462, 'street_segments_count': 1095, 'node_density_km': 51.42033543627186, 'intersection_density_km': 42.97223375398658, 'edge_density_km': 15033.924850201023, 'street_density_km': 7656.675534230522, 'circuity_avg': 1.063897881031848, 'self_loop_proportion': 0.0018814675446848542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.063897881031848\n", - "7339\n", - "9019751.751513017\n", - "{'n': 429, 'm': 1134, 'k_avg': 5.286713286713287, 'intersection_count': 353, 'streets_per_node_avg': 2.7482517482517483, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 309, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17715617715617715, 2: 0.0, 3: 0.7202797202797203, 4: 0.10256410256410256}, 'edge_length_total': 147726.06399999998, 'edge_length_avg': 130.26989770723102, 'street_length_total': 73863.03199999993, 'street_length_avg': 130.2698977072309, 'street_segments_count': 567, 'node_density_km': 47.56228461920113, 'intersection_density_km': 39.136332099249415, 'edge_density_km': 16378.063173991424, 'street_density_km': 8189.031586995706, 'circuity_avg': 1.053374499545874, 'self_loop_proportion': 0.003527336860670194, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053374499545874\n", - "7340\n", - "39099406.907092996\n", - "{'n': 1986, 'm': 5631, 'k_avg': 5.670694864048339, 'intersection_count': 1648, 'streets_per_node_avg': 2.903826787512588, 'streets_per_node_counts': {0: 0, 1: 338, 2: 1, 3: 1176, 4: 457, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1701913393756294, 2: 0.0005035246727089627, 3: 0.5921450151057401, 4: 0.23011077542799596, 5: 0.006545820745216516, 6: 0.0005035246727089627}, 'edge_length_total': 457743.5869999993, 'edge_length_avg': 81.28992843189474, 'street_length_total': 231121.16500000027, 'street_length_avg': 81.26623241912809, 'street_segments_count': 2844, 'node_density_km': 50.793609343463494, 'intersection_density_km': 42.14897693757696, 'edge_density_km': 11707.174691618156, 'street_density_km': 5911.116901317312, 'circuity_avg': 1.0619398301597278, 'self_loop_proportion': 0.0014207068016338128, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619398301597278\n", - "7341\n", - "29054766.070965365\n", - "{'n': 2920, 'm': 8382, 'k_avg': 5.741095890410959, 'intersection_count': 2453, 'streets_per_node_avg': 2.9154109589041095, 'streets_per_node_counts': {0: 0, 1: 467, 2: 4, 3: 1771, 4: 665, 5: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15993150684931506, 2: 0.0013698630136986301, 3: 0.6065068493150685, 4: 0.22773972602739725, 5: 0.004452054794520548}, 'edge_length_total': 664232.1729999991, 'edge_length_avg': 79.24506955380568, 'street_length_total': 336129.58599999995, 'street_length_avg': 79.46325910165484, 'street_segments_count': 4230, 'node_density_km': 100.49986266858906, 'intersection_density_km': 84.42676819385238, 'edge_density_km': 22861.38430361589, 'street_density_km': 11568.827819126607, 'circuity_avg': 1.0550080424286787, 'self_loop_proportion': 0.0011930326890956812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0550080424286787\n", - "7342\n", - "12027303.362820784\n", - "{'n': 972, 'm': 2667, 'k_avg': 5.487654320987654, 'intersection_count': 778, 'streets_per_node_avg': 2.831275720164609, 'streets_per_node_counts': {0: 0, 1: 194, 2: 0, 3: 555, 4: 222, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19958847736625515, 2: 0.0, 3: 0.5709876543209876, 4: 0.22839506172839505, 5: 0.00102880658436214}, 'edge_length_total': 270295.73700000043, 'edge_length_avg': 101.34823284589443, 'street_length_total': 136051.5519999998, 'street_length_avg': 101.30420848845851, 'street_segments_count': 1343, 'node_density_km': 80.81612067794681, 'intersection_density_km': 64.68615420518789, 'edge_density_km': 22473.511214122027, 'street_density_km': 11311.891609932038, 'circuity_avg': 1.0581488177247869, 'self_loop_proportion': 0.005249343832020997, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581488177247869\n", - "7343\n", - "56136613.12556599\n", - "{'n': 4545, 'm': 12453, 'k_avg': 5.47986798679868, 'intersection_count': 3723, 'streets_per_node_avg': 2.8541254125412543, 'streets_per_node_counts': {0: 0, 1: 822, 2: 2, 3: 2763, 4: 936, 5: 20, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18085808580858087, 2: 0.00044004400440044003, 3: 0.6079207920792079, 4: 0.20594059405940593, 5: 0.0044004400440044, 6: 0.00022002200220022002, 7: 0.00022002200220022002}, 'edge_length_total': 1135998.222999996, 'edge_length_avg': 91.22285577772392, 'street_length_total': 583158.5880000015, 'street_length_avg': 90.48232552366198, 'street_segments_count': 6445, 'node_density_km': 80.96320292486786, 'intersection_density_km': 66.32035302294456, 'edge_density_km': 20236.31565479383, 'street_density_km': 10388.203981875364, 'circuity_avg': 1.0718024604805214, 'self_loop_proportion': 0.0035332851521721674, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718024604805214\n", - "7344\n", - "5011618.546604402\n", - "{'n': 27, 'm': 60, 'k_avg': 4.444444444444445, 'intersection_count': 18, 'streets_per_node_avg': 2.4444444444444446, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 15, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3333333333333333, 2: 0.0, 3: 0.5555555555555556, 4: 0.1111111111111111}, 'edge_length_total': 11491.759999999997, 'edge_length_avg': 191.52933333333328, 'street_length_total': 5745.879999999998, 'street_length_avg': 191.52933333333328, 'street_segments_count': 30, 'node_density_km': 5.387481060044707, 'intersection_density_km': 3.591654040029805, 'edge_density_km': 2293.0236795029386, 'street_density_km': 1146.5118397514693, 'circuity_avg': 1.0839164811093993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0839164811093993\n", - "7345\n", - "9015457.655697925\n", - "{'n': 411, 'm': 1112, 'k_avg': 5.411192214111922, 'intersection_count': 334, 'streets_per_node_avg': 2.8150851581508514, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 256, 4: 78}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1873479318734793, 2: 0.0, 3: 0.6228710462287105, 4: 0.1897810218978102}, 'edge_length_total': 130958.16000000035, 'edge_length_avg': 117.76812949640319, 'street_length_total': 65479.07999999998, 'street_length_avg': 117.76812949640284, 'street_segments_count': 556, 'node_density_km': 45.58836785620538, 'intersection_density_km': 37.0474814208579, 'edge_density_km': 14525.958082364517, 'street_density_km': 7262.979041182237, 'circuity_avg': 1.064794743668742, 'self_loop_proportion': 0.007194244604316547, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064794743668742\n", - "7346\n", - "16029016.626991753\n", - "{'n': 903, 'm': 2490, 'k_avg': 5.514950166112957, 'intersection_count': 753, 'streets_per_node_avg': 2.8637873754152823, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 576, 4: 177}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16611295681063123, 2: 0.0, 3: 0.6378737541528239, 4: 0.19601328903654486}, 'edge_length_total': 300311.0619999999, 'edge_length_avg': 120.6068522088353, 'street_length_total': 150684.30700000003, 'street_length_avg': 120.35487779552719, 'street_segments_count': 1252, 'node_density_km': 56.335333664787065, 'intersection_density_km': 46.97730481681579, 'edge_density_km': 18735.46387707259, 'street_density_km': 9400.720612283732, 'circuity_avg': 1.0587075705747275, 'self_loop_proportion': 0.0008032128514056225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587075705747275\n", - "7347\n", - "8013977.549342205\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 471, 'm': 1304, 'k_avg': 5.537154989384288, 'intersection_count': 407, 'streets_per_node_avg': 2.8959660297239913, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 328, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13588110403397027, 2: 0.0, 3: 0.6963906581740976, 4: 0.16772823779193205}, 'edge_length_total': 153405.17500000002, 'edge_length_avg': 117.64200536809817, 'street_length_total': 77355.83499999996, 'street_length_avg': 117.02849470499238, 'street_segments_count': 661, 'node_density_km': 58.772313386211096, 'intersection_density_km': 50.78626655666224, 'edge_density_km': 19142.201741330267, 'street_density_km': 9652.614388263342, 'circuity_avg': 1.0825002120651364, 'self_loop_proportion': 0.003067484662576687, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0825002120651364\n", - "7348\n", - "23051080.254780855\n", - "{'n': 1945, 'm': 5250, 'k_avg': 5.3984575835475574, 'intersection_count': 1590, 'streets_per_node_avg': 2.816966580976864, 'streets_per_node_counts': {0: 0, 1: 355, 2: 5, 3: 1235, 4: 341, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18251928020565553, 2: 0.002570694087403599, 3: 0.6349614395886889, 4: 0.17532133676092546, 5: 0.004627249357326478}, 'edge_length_total': 387750.8539999998, 'edge_length_avg': 73.85730552380949, 'street_length_total': 198926.14600000027, 'street_length_avg': 73.59457861635231, 'street_segments_count': 2703, 'node_density_km': 84.37782431461544, 'intersection_density_km': 68.97724455539257, 'edge_density_km': 16821.37451755994, 'street_density_km': 8629.797120191035, 'circuity_avg': 1.1105527460618212, 'self_loop_proportion': 0.006857142857142857, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1105527460618212\n", - "7349\n", - "24058268.045477346\n", - "{'n': 2044, 'm': 5678, 'k_avg': 5.555772994129159, 'intersection_count': 1671, 'streets_per_node_avg': 2.848825831702544, 'streets_per_node_counts': {0: 0, 1: 373, 2: 0, 3: 1247, 4: 414, 5: 9, 6: 0, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1824853228962818, 2: 0.0, 3: 0.610078277886497, 4: 0.2025440313111546, 5: 0.004403131115459882, 6: 0.0, 7: 0.0, 8: 0.0004892367906066536}, 'edge_length_total': 501716.3940000007, 'edge_length_avg': 88.36146424797477, 'street_length_total': 251760.0910000003, 'street_length_avg': 88.18216847635738, 'street_segments_count': 2855, 'node_density_km': 84.9603968222578, 'intersection_density_km': 69.45637137475185, 'edge_density_km': 20854.21914210974, 'street_density_km': 10464.5974732719, 'circuity_avg': 1.0575319022542002, 'self_loop_proportion': 0.0024656569214512153, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575319022542002\n", - "7350\n", - "14033640.170952769\n", - "{'n': 895, 'm': 2439, 'k_avg': 5.4502793296089385, 'intersection_count': 727, 'streets_per_node_avg': 2.8536312849162013, 'streets_per_node_counts': {0: 0, 1: 168, 2: 1, 3: 521, 4: 204, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1877094972067039, 2: 0.0011173184357541898, 3: 0.582122905027933, 4: 0.22793296089385476, 5: 0.0011173184357541898}, 'edge_length_total': 252132.61900000015, 'edge_length_avg': 103.3754075440755, 'street_length_total': 127811.43400000011, 'street_length_avg': 102.8249670152857, 'street_segments_count': 1243, 'node_density_km': 63.775327648238886, 'intersection_density_km': 51.80409296119516, 'edge_density_km': 17966.30210897608, 'street_density_km': 9107.504000604767, 'circuity_avg': 1.0485164339440602, 'self_loop_proportion': 0.0024600246002460025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0485164339440602\n", - "7351\n", - "18032211.701463163\n", - "{'n': 3446, 'm': 10126, 'k_avg': 5.87695879280325, 'intersection_count': 3003, 'streets_per_node_avg': 2.985200232153221, 'streets_per_node_counts': {0: 0, 1: 443, 2: 1, 3: 2187, 4: 795, 5: 19, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.128554846198491, 2: 0.0002901915264074289, 3: 0.634648868253047, 4: 0.230702263493906, 5: 0.005513639001741149, 6: 0.0002901915264074289}, 'edge_length_total': 654398.2149999959, 'edge_length_avg': 64.62553969978234, 'street_length_total': 328585.9499999996, 'street_length_avg': 64.55519646365414, 'street_segments_count': 5090, 'node_density_km': 191.10245914650537, 'intersection_density_km': 166.53531190277297, 'edge_density_km': 36290.513101445955, 'street_density_km': 18222.165724315317, 'circuity_avg': 1.0586675284161473, 'self_loop_proportion': 0.0014813351767726645, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586675284161473\n", - "7352\n", - "9016691.489269258\n", - "{'n': 761, 'm': 2228, 'k_avg': 5.855453350854139, 'intersection_count': 681, 'streets_per_node_avg': 2.997371879106439, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 524, 4: 156, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10512483574244415, 2: 0.0, 3: 0.6885676741130092, 4: 0.2049934296977661, 5: 0.001314060446780552}, 'edge_length_total': 202002.60400000022, 'edge_length_avg': 90.66544165170566, 'street_length_total': 101118.94399999994, 'street_length_avg': 90.68963587443942, 'street_segments_count': 1115, 'node_density_km': 84.39902828056879, 'intersection_density_km': 75.52659429575209, 'edge_density_km': 22403.18460938838, 'street_density_km': 11214.639440679694, 'circuity_avg': 1.0541970790741388, 'self_loop_proportion': 0.0026929982046678637, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0541970790741388\n", - "7353\n", - "11026270.385467336\n", - "{'n': 178, 'm': 539, 'k_avg': 6.056179775280899, 'intersection_count': 160, 'streets_per_node_avg': 3.1853932584269664, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 91, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10112359550561797, 2: 0.0, 3: 0.5112359550561798, 4: 0.38764044943820225}, 'edge_length_total': 74474.04000000002, 'edge_length_avg': 138.17076066790358, 'street_length_total': 38334.62700000004, 'street_length_avg': 138.39215523465717, 'street_segments_count': 277, 'node_density_km': 16.143264565197374, 'intersection_density_km': 14.510799609166178, 'edge_density_km': 6754.236690781417, 'street_density_km': 3476.6630655570734, 'circuity_avg': 1.0345778459974586, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0345778459974586\n", - "7354\n", - "10018836.970518587\n", - "{'n': 719, 'm': 1948, 'k_avg': 5.418636995827538, 'intersection_count': 580, 'streets_per_node_avg': 2.7621696801112656, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 473, 4: 107}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1933240611961057, 2: 0.0, 3: 0.6578581363004172, 4: 0.14881780250347706}, 'edge_length_total': 185678.48200000002, 'edge_length_avg': 95.31749589322384, 'street_length_total': 92839.24099999994, 'street_length_avg': 95.31749589322375, 'street_segments_count': 974, 'node_density_km': 71.76481682611747, 'intersection_density_km': 57.89095098629782, 'edge_density_km': 18532.937759779627, 'street_density_km': 9266.468879889806, 'circuity_avg': 1.0359735551233367, 'self_loop_proportion': 0.003080082135523614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359735551233367\n", - "7355\n", - "7017738.734728161\n", - "{'n': 418, 'm': 1106, 'k_avg': 5.291866028708134, 'intersection_count': 330, 'streets_per_node_avg': 2.7559808612440193, 'streets_per_node_counts': {0: 0, 1: 88, 2: 1, 3: 254, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21052631578947367, 2: 0.0023923444976076554, 3: 0.6076555023923444, 4: 0.17942583732057416}, 'edge_length_total': 116583.06900000009, 'edge_length_avg': 105.40964647377946, 'street_length_total': 58891.366000000075, 'street_length_avg': 105.16315357142871, 'street_segments_count': 560, 'node_density_km': 59.56334594382582, 'intersection_density_km': 47.02369416617828, 'edge_density_km': 16612.626004880196, 'street_density_km': 8391.786617613556, 'circuity_avg': 1.0641476380126558, 'self_loop_proportion': 0.003616636528028933, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641476380126558\n", - "7356\n", - "5012405.568846598\n", - "{'n': 235, 'm': 600, 'k_avg': 5.1063829787234045, 'intersection_count': 182, 'streets_per_node_avg': 2.6723404255319148, 'streets_per_node_counts': {0: 0, 1: 53, 2: 0, 3: 154, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225531914893617, 2: 0.0, 3: 0.6553191489361702, 4: 0.1148936170212766, 5: 0.00425531914893617}, 'edge_length_total': 81859.23600000008, 'edge_length_avg': 136.43206000000012, 'street_length_total': 40929.61799999998, 'street_length_avg': 136.43205999999992, 'street_segments_count': 300, 'node_density_km': 46.88367626526193, 'intersection_density_km': 36.309910979904984, 'edge_density_km': 16331.327318917782, 'street_density_km': 8165.663659458879, 'circuity_avg': 1.0364368935297463, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0364368935297463\n", - "7357\n", - "9021976.12465094\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 293, 'm': 746, 'k_avg': 5.092150170648464, 'intersection_count': 225, 'streets_per_node_avg': 2.641638225255973, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 194, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23208191126279865, 2: 0.0, 3: 0.6621160409556314, 4: 0.10580204778156997}, 'edge_length_total': 108945.632, 'edge_length_avg': 146.03972117962465, 'street_length_total': 54663.533000000025, 'street_length_avg': 146.1591791443851, 'street_segments_count': 374, 'node_density_km': 32.47625530724137, 'intersection_density_km': 24.93910390487818, 'edge_density_km': 12075.584161913872, 'street_density_km': 6058.931241309947, 'circuity_avg': 1.0527060856015729, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527060856015729\n", - "7358\n", - "22038741.303728174\n", - "{'n': 1284, 'm': 3565, 'k_avg': 5.552959501557632, 'intersection_count': 1097, 'streets_per_node_avg': 2.8948598130841123, 'streets_per_node_counts': {0: 0, 1: 187, 2: 3, 3: 854, 4: 238, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14563862928348908, 2: 0.002336448598130841, 3: 0.6651090342679128, 4: 0.1853582554517134, 5: 0.001557632398753894}, 'edge_length_total': 416415.6800000003, 'edge_length_avg': 116.80664235624131, 'street_length_total': 210347.0390000001, 'street_length_avg': 116.14966261733855, 'street_segments_count': 1811, 'node_density_km': 58.26104051517646, 'intersection_density_km': 49.77598243391634, 'edge_density_km': 18894.71246389001, 'street_density_km': 9544.421621048605, 'circuity_avg': 1.0620913443569366, 'self_loop_proportion': 0.0033660589060308557, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620913443569366\n", - "7359\n", - "9013121.128272709\n", - "{'n': 346, 'm': 925, 'k_avg': 5.3468208092485545, 'intersection_count': 270, 'streets_per_node_avg': 2.7427745664739884, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 209, 4: 59, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21965317919075145, 2: 0.0, 3: 0.6040462427745664, 4: 0.17052023121387283, 5: 0.005780346820809248}, 'edge_length_total': 129073.55100000015, 'edge_length_avg': 139.53897405405422, 'street_length_total': 64591.228, 'street_length_avg': 139.5058920086393, 'street_segments_count': 463, 'node_density_km': 38.38847776212102, 'intersection_density_km': 29.956326577377677, 'edge_density_km': 14320.627578732658, 'street_density_km': 7166.355259266153, 'circuity_avg': 1.0610580667456802, 'self_loop_proportion': 0.006486486486486486, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610580667456802\n", - "7360\n", - "13021605.419887485\n", - "{'n': 423, 'm': 1165, 'k_avg': 5.508274231678487, 'intersection_count': 352, 'streets_per_node_avg': 2.8817966903073287, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 261, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16784869976359337, 2: 0.0, 3: 0.6170212765957447, 4: 0.2127659574468085, 5: 0.002364066193853428}, 'edge_length_total': 163375.36899999992, 'edge_length_avg': 140.23636824034327, 'street_length_total': 81777.33900000002, 'street_length_avg': 140.26987821612354, 'street_segments_count': 583, 'node_density_km': 32.48447379260667, 'intersection_density_km': 27.031997104013115, 'edge_density_km': 12546.484379758727, 'street_density_km': 6280.127247221305, 'circuity_avg': 1.0465203706343527, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0465203706343527\n", - "7361\n", - "59096518.34149978\n", - "{'n': 4907, 'm': 13446, 'k_avg': 5.480334216425515, 'intersection_count': 4127, 'streets_per_node_avg': 2.880986346036275, 'streets_per_node_counts': {0: 0, 1: 780, 2: 3, 3: 3164, 4: 942, 5: 17, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15895659262278378, 2: 0.0006113715100876299, 3: 0.644793152639087, 4: 0.1919706541675158, 5: 0.0034644385571632364, 6: 0.0002037905033625433}, 'edge_length_total': 1175401.6999999932, 'edge_length_avg': 87.41645842629728, 'street_length_total': 608683.5730000002, 'street_length_avg': 86.75649558152797, 'street_segments_count': 7016, 'node_density_km': 83.03365642700005, 'intersection_density_km': 69.83490932835322, 'edge_density_km': 19889.525355922404, 'street_density_km': 10299.821209138134, 'circuity_avg': 1.0718366606126493, 'self_loop_proportion': 0.0033467202141900937, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0718366606126493\n", - "7362\n", - "26047101.798594233\n", - "error with entry 7362\n", - "7363\n", - "9021363.830280023\n", - "{'n': 326, 'm': 892, 'k_avg': 5.47239263803681, 'intersection_count': 289, 'streets_per_node_avg': 2.914110429447853, 'streets_per_node_counts': {0: 0, 1: 37, 2: 2, 3: 239, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11349693251533742, 2: 0.006134969325153374, 3: 0.7331288343558282, 4: 0.147239263803681}, 'edge_length_total': 117224.18500000004, 'edge_length_avg': 131.41724775784758, 'street_length_total': 59904.09300000001, 'street_length_avg': 130.7949628820961, 'street_segments_count': 458, 'node_density_km': 36.136443018270434, 'intersection_density_km': 32.03506758368146, 'edge_density_km': 12994.064667532803, 'street_density_km': 6640.24798544685, 'circuity_avg': 1.0587447435131279, 'self_loop_proportion': 0.002242152466367713, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0587447435131279\n", - "7364\n", - "6010277.755366484\n", - "{'n': 546, 'm': 1448, 'k_avg': 5.304029304029304, 'intersection_count': 433, 'streets_per_node_avg': 2.7948717948717947, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 321, 4: 110, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20695970695970695, 2: 0.0, 3: 0.5879120879120879, 4: 0.20146520146520147, 5: 0.003663003663003663}, 'edge_length_total': 124223.84599999982, 'edge_length_avg': 85.78994889502749, 'street_length_total': 62111.923000000024, 'street_length_avg': 85.78994889502766, 'street_segments_count': 724, 'node_density_km': 90.84438726853931, 'intersection_density_km': 72.04325950050828, 'edge_density_km': 20668.569915771743, 'street_density_km': 10334.284957885891, 'circuity_avg': 1.045183027005799, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045183027005799\n", - "7365\n", - "10016635.626358263\n", - "{'n': 581, 'm': 1606, 'k_avg': 5.5283993115318415, 'intersection_count': 481, 'streets_per_node_avg': 2.8691910499139417, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 359, 4: 120, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1721170395869191, 2: 0.0, 3: 0.6179001721170396, 4: 0.20654044750430292, 5: 0.0034423407917383822}, 'edge_length_total': 174664.94700000042, 'edge_length_avg': 108.75775031133277, 'street_length_total': 87502.969, 'street_length_avg': 108.29575371287129, 'street_segments_count': 808, 'node_density_km': 58.00350753212268, 'intersection_density_km': 48.020115530036165, 'edge_density_km': 17437.4863492467, 'street_density_km': 8735.764408734247, 'circuity_avg': 1.0572970790893128, 'self_loop_proportion': 0.0012453300124533001, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0572970790893128\n", - "7366\n", - "25048798.669672497\n", - "{'n': 2910, 'm': 8042, 'k_avg': 5.527147766323024, 'intersection_count': 2327, 'streets_per_node_avg': 2.808591065292096, 'streets_per_node_counts': {0: 0, 1: 583, 2: 0, 3: 1730, 4: 587, 5: 8, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20034364261168386, 2: 0.0, 3: 0.5945017182130584, 4: 0.20171821305841925, 5: 0.0027491408934707906, 6: 0.0006872852233676976}, 'edge_length_total': 528842.1699999989, 'edge_length_avg': 65.76003108679419, 'street_length_total': 266165.3429999998, 'street_length_avg': 65.47732915129147, 'street_segments_count': 4065, 'node_density_km': 116.17323602521682, 'intersection_density_km': 92.89866674593799, 'edge_density_km': 21112.476369586842, 'street_density_km': 10625.872582155247, 'circuity_avg': 1.0710317216552132, 'self_loop_proportion': 0.004973887092762994, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0710317216552132\n", - "7367\n", - "31067537.070942007\n", - "error with entry 7367\n", - "7368\n", - "6011239.918845035\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 415, 'm': 1200, 'k_avg': 5.783132530120482, 'intersection_count': 356, 'streets_per_node_avg': 3.0072289156626506, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 235, 4: 121}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14216867469879518, 2: 0.0, 3: 0.5662650602409639, 4: 0.29156626506024097}, 'edge_length_total': 123243.18600000005, 'edge_length_avg': 102.70265500000004, 'street_length_total': 61621.59299999998, 'street_length_avg': 102.70265499999996, 'street_segments_count': 600, 'node_density_km': 69.03733765458087, 'intersection_density_km': 59.222390855495874, 'edge_density_km': 20502.12396508028, 'street_density_km': 10251.061982540134, 'circuity_avg': 1.0482179217628154, 'self_loop_proportion': 0.0033333333333333335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0482179217628154\n", - "7369\n", - "9013785.077991243\n", - "{'n': 712, 'm': 1864, 'k_avg': 5.235955056179775, 'intersection_count': 555, 'streets_per_node_avg': 2.769662921348315, 'streets_per_node_counts': {0: 0, 1: 157, 2: 0, 3: 405, 4: 150}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2205056179775281, 2: 0.0, 3: 0.5688202247191011, 4: 0.21067415730337077}, 'edge_length_total': 185508.10000000015, 'edge_length_avg': 99.52151287553656, 'street_length_total': 96268.9389999999, 'street_length_avg': 99.96774558670809, 'street_segments_count': 963, 'node_density_km': 78.99012388685352, 'intersection_density_km': 61.57235780506138, 'edge_density_km': 20580.488484571382, 'street_density_km': 10680.190193912833, 'circuity_avg': 1.0487896044463223, 'self_loop_proportion': 0.001072961373390558, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487896044463223\n", - "7370\n", - "25038599.85603011\n", - "{'n': 1828, 'm': 4888, 'k_avg': 5.347921225382932, 'intersection_count': 1395, 'streets_per_node_avg': 2.734682713347921, 'streets_per_node_counts': {0: 0, 1: 433, 2: 0, 3: 1019, 4: 371, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23687089715536105, 2: 0.0, 3: 0.5574398249452954, 4: 0.20295404814004375, 5: 0.002735229759299781}, 'edge_length_total': 497931.4679999996, 'edge_length_avg': 101.86813993453347, 'street_length_total': 249736.27099999957, 'street_length_avg': 101.72556863543771, 'street_segments_count': 2455, 'node_density_km': 73.00727718446117, 'intersection_density_km': 55.71397793890774, 'edge_density_km': 19886.553995154063, 'street_density_km': 9974.050962752015, 'circuity_avg': 1.0627096866386643, 'self_loop_proportion': 0.0024549918166939444, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627096866386643\n", - "7371\n", - "15023767.338374712\n", - "{'n': 1485, 'm': 4180, 'k_avg': 5.62962962962963, 'intersection_count': 1225, 'streets_per_node_avg': 2.8599326599326598, 'streets_per_node_counts': {0: 0, 1: 260, 2: 0, 3: 924, 4: 291, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1750841750841751, 2: 0.0, 3: 0.6222222222222222, 4: 0.19595959595959597, 5: 0.006060606060606061, 6: 0.0006734006734006734}, 'edge_length_total': 349256.12199999945, 'edge_length_avg': 83.55409617224868, 'street_length_total': 174628.0609999998, 'street_length_avg': 83.55409617224872, 'street_segments_count': 2090, 'node_density_km': 98.84338372352943, 'intersection_density_km': 81.53747142176671, 'edge_density_km': 23246.906993022058, 'street_density_km': 11623.453496511034, 'circuity_avg': 1.060942628426374, 'self_loop_proportion': 0.0023923444976076554, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060942628426374\n", - "7372\n", - "10019728.686464706\n", - "{'n': 440, 'm': 1168, 'k_avg': 5.3090909090909095, 'intersection_count': 345, 'streets_per_node_avg': 2.7181818181818183, 'streets_per_node_counts': {0: 0, 1: 95, 2: 0, 3: 279, 4: 66}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159090909090909, 2: 0.0, 3: 0.634090909090909, 4: 0.15}, 'edge_length_total': 156177.034, 'edge_length_avg': 133.7132140410959, 'street_length_total': 78088.517, 'street_length_avg': 133.7132140410959, 'street_segments_count': 584, 'node_density_km': 43.91336469962308, 'intersection_density_km': 34.4320700485681, 'edge_density_km': 15586.952390335078, 'street_density_km': 7793.476195167539, 'circuity_avg': 1.0578035333521323, 'self_loop_proportion': 0.005136986301369863, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0578035333521323\n", - "7373\n", - "88203032.34263028\n", - "{'n': 11334, 'm': 32173, 'k_avg': 5.677254279160049, 'intersection_count': 9527, 'streets_per_node_avg': 2.8966825480854066, 'streets_per_node_counts': {0: 0, 1: 1807, 2: 3, 3: 7166, 4: 2275, 5: 78, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1594317981295218, 2: 0.00026469031233456857, 3: 0.6322569260631727, 4: 0.2007234868537145, 5: 0.006881948120698782, 6: 0.0004411505205576143}, 'edge_length_total': 2431905.4370000367, 'edge_length_avg': 75.5883951449985, 'street_length_total': 1224090.669000002, 'street_length_avg': 75.47263511930464, 'street_segments_count': 16219, 'node_density_km': 128.4989835266928, 'intersection_density_km': 108.01215952521636, 'edge_density_km': 27571.676079719637, 'street_density_km': 13878.101880272598, 'circuity_avg': 1.0671796368055466, 'self_loop_proportion': 0.0029217045348584217, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671796368055466\n", - "7374\n", - "18039731.154462874\n", - "{'n': 534, 'm': 1401, 'k_avg': 5.247191011235955, 'intersection_count': 411, 'streets_per_node_avg': 2.7340823970037453, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 308, 4: 102, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2303370786516854, 2: 0.0, 3: 0.5767790262172284, 4: 0.19101123595505617, 5: 0.0018726591760299626}, 'edge_length_total': 221770.34099999926, 'edge_length_avg': 158.29431905781533, 'street_length_total': 111605.83699999996, 'street_length_avg': 156.09207972027966, 'street_segments_count': 715, 'node_density_km': 29.601328059032245, 'intersection_density_km': 22.78304462970459, 'edge_density_km': 12293.439358997053, 'street_density_km': 6186.668528726363, 'circuity_avg': 1.0321169773516579, 'self_loop_proportion': 0.0014275517487508922, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0321169773516579\n", - "7375\n", - "31046087.815187097\n", - "{'n': 1361, 'm': 3498, 'k_avg': 5.140337986774431, 'intersection_count': 1069, 'streets_per_node_avg': 2.7090374724467305, 'streets_per_node_counts': {0: 0, 1: 292, 2: 0, 3: 886, 4: 178, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2145481263776635, 2: 0.0, 3: 0.6509919177075679, 4: 0.1307861866274798, 5: 0.0036737692872887582}, 'edge_length_total': 490906.6100000014, 'edge_length_avg': 140.33922527158416, 'street_length_total': 253455.4930000003, 'street_length_avg': 141.91237010078405, 'street_segments_count': 1786, 'node_density_km': 43.8380516122301, 'intersection_density_km': 34.432679774778826, 'edge_density_km': 15812.18905655031, 'street_density_km': 8163.846424347714, 'circuity_avg': 1.0555260386550953, 'self_loop_proportion': 0.002572898799313894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0555260386550953\n", - "7376\n", - "6008958.937302012\n", - "{'n': 297, 'm': 823, 'k_avg': 5.542087542087542, 'intersection_count': 250, 'streets_per_node_avg': 2.8956228956228958, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 187, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15824915824915825, 2: 0.0, 3: 0.6296296296296297, 4: 0.21212121212121213}, 'edge_length_total': 90720.04699999998, 'edge_length_avg': 110.23091980558928, 'street_length_total': 45486.818, 'street_length_avg': 109.3433125, 'street_segments_count': 416, 'node_density_km': 49.42619896373452, 'intersection_density_km': 41.60454458226812, 'edge_density_km': 15097.464959667832, 'street_density_km': 7569.833389546064, 'circuity_avg': 1.0435402559299265, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435402559299265\n", - "7377\n", - "258398700.22193363\n", - "error with entry 7377\n", - "7378\n", - "21033164.474455494\n", - "{'n': 2050, 'm': 5889, 'k_avg': 5.745365853658536, 'intersection_count': 1744, 'streets_per_node_avg': 2.931219512195122, 'streets_per_node_counts': {0: 0, 1: 306, 2: 1, 3: 1280, 4: 455, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14926829268292682, 2: 0.0004878048780487805, 3: 0.624390243902439, 4: 0.22195121951219512, 5: 0.0034146341463414634, 6: 0.0004878048780487805}, 'edge_length_total': 440297.5600000006, 'edge_length_avg': 74.76609950755656, 'street_length_total': 227360.77799999985, 'street_length_avg': 76.16776482412055, 'street_segments_count': 2985, 'node_density_km': 97.46512477899836, 'intersection_density_km': 82.91667200710884, 'edge_density_km': 20933.491036726133, 'street_density_km': 10809.632486643966, 'circuity_avg': 1.0941258434471501, 'self_loop_proportion': 0.005094243504839531, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0941258434471501\n", - "7379\n", - "30047115.856734358\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1822, 'm': 4837, 'k_avg': 5.309549945115258, 'intersection_count': 1479, 'streets_per_node_avg': 2.7843029637760703, 'streets_per_node_counts': {0: 0, 1: 343, 2: 3, 3: 1186, 4: 284, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18825466520307355, 2: 0.001646542261251372, 3: 0.6509330406147091, 4: 0.15587266739846323, 5: 0.003293084522502744}, 'edge_length_total': 485001.00200000015, 'edge_length_avg': 100.2689687823031, 'street_length_total': 247959.08799999996, 'street_length_avg': 98.63129992044549, 'street_segments_count': 2514, 'node_density_km': 60.638099466429864, 'intersection_density_km': 49.22269435282644, 'edge_density_km': 16141.349616132908, 'street_density_km': 8252.342393934816, 'circuity_avg': 1.0812478530910723, 'self_loop_proportion': 0.0055819722968782305, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0812478530910723\n", - "7380\n", - "6012115.111961519\n", - "{'n': 224, 'm': 620, 'k_avg': 5.535714285714286, 'intersection_count': 192, 'streets_per_node_avg': 2.8839285714285716, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 154, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.6875, 4: 0.16964285714285715}, 'edge_length_total': 89704.94199999998, 'edge_length_avg': 144.68539032258062, 'street_length_total': 44852.47100000005, 'street_length_avg': 144.68539032258082, 'street_segments_count': 310, 'node_density_km': 37.25810231982027, 'intersection_density_km': 31.93551627413166, 'edge_density_km': 14920.696016203312, 'street_density_km': 7460.348008101666, 'circuity_avg': 1.0616541585410333, 'self_loop_proportion': 0.0064516129032258064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616541585410333\n", - "7381\n", - "31066685.580314033\n", - "{'n': 2210, 'm': 5836, 'k_avg': 5.281447963800905, 'intersection_count': 1756, 'streets_per_node_avg': 2.7036199095022626, 'streets_per_node_counts': {0: 0, 1: 454, 2: 1, 3: 1505, 4: 248, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20542986425339366, 2: 0.00045248868778280545, 3: 0.6809954751131222, 4: 0.11221719457013575, 5: 0.00045248868778280545, 6: 0.0, 7: 0.00045248868778280545}, 'edge_length_total': 606939.9189999992, 'edge_length_avg': 103.99930071967087, 'street_length_total': 306910.0219999998, 'street_length_avg': 103.89641909275552, 'street_segments_count': 2954, 'node_density_km': 71.13729574681139, 'intersection_density_km': 56.5235707381904, 'edge_density_km': 19536.680777578593, 'street_density_km': 9879.071946911483, 'circuity_avg': 1.0968099699686913, 'self_loop_proportion': 0.006854009595613434, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0968099699686913\n", - "7382\n", - "11016790.631582022\n", - "{'n': 236, 'm': 620, 'k_avg': 5.254237288135593, 'intersection_count': 188, 'streets_per_node_avg': 2.792372881355932, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 141, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2033898305084746, 2: 0.0, 3: 0.597457627118644, 4: 0.19915254237288135}, 'edge_length_total': 99023.29799999995, 'edge_length_avg': 159.71499677419348, 'street_length_total': 49616.58999999999, 'street_length_avg': 157.5129841269841, 'street_segments_count': 315, 'node_density_km': 21.421846696755292, 'intersection_density_km': 17.064860927923707, 'edge_density_km': 8988.397920182686, 'street_density_km': 4503.724510998989, 'circuity_avg': 1.0441531799249957, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0441531799249957\n", - "7383\n", - "18027074.838456802\n", - "{'n': 600, 'm': 1546, 'k_avg': 5.153333333333333, 'intersection_count': 477, 'streets_per_node_avg': 2.703333333333333, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 410, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.205, 2: 0.0, 3: 0.6833333333333333, 4: 0.11, 5: 0.0016666666666666668}, 'edge_length_total': 244796.14900000033, 'edge_length_avg': 158.341622897801, 'street_length_total': 122742.02099999996, 'street_length_avg': 157.36156538461535, 'street_segments_count': 780, 'node_density_km': 33.28327004667623, 'intersection_density_km': 26.460199687107604, 'edge_density_km': 13579.360555922336, 'street_density_km': 6808.759718363006, 'circuity_avg': 1.0642038035245307, 'self_loop_proportion': 0.00646830530401035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642038035245307\n", - "7384\n", - "18029825.805844303\n", - "{'n': 1434, 'm': 3685, 'k_avg': 5.139470013947001, 'intersection_count': 1077, 'streets_per_node_avg': 2.698744769874477, 'streets_per_node_counts': {0: 0, 1: 357, 2: 9, 3: 784, 4: 277, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2489539748953975, 2: 0.006276150627615063, 3: 0.5467224546722455, 4: 0.19316596931659694, 5: 0.0048814504881450485}, 'edge_length_total': 286496.4140000006, 'edge_length_avg': 77.74665237449133, 'street_length_total': 150182.86899999983, 'street_length_avg': 77.97656749740386, 'street_segments_count': 1926, 'node_density_km': 79.53487823133455, 'intersection_density_km': 59.73435415282239, 'edge_density_km': 15890.137657743415, 'street_density_km': 8329.69051488665, 'circuity_avg': 1.101020002984627, 'self_loop_proportion': 0.0029850746268656717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101020002984627\n", - "7385\n", - "7012262.268799839\n", - "{'n': 302, 'm': 873, 'k_avg': 5.781456953642384, 'intersection_count': 260, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 177, 4: 82, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1390728476821192, 2: 0.0, 3: 0.5860927152317881, 4: 0.271523178807947, 5: 0.0033112582781456954}, 'edge_length_total': 96998.72899999983, 'edge_length_avg': 111.10965521191275, 'street_length_total': 48651.144999999975, 'street_length_avg': 111.07567351598168, 'street_segments_count': 438, 'node_density_km': 43.0674136852682, 'intersection_density_km': 37.07790582175408, 'edge_density_km': 13832.729764199383, 'street_density_km': 6938.0098939634645, 'circuity_avg': 1.0400553145152525, 'self_loop_proportion': 0.004581901489117984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400553145152525\n", - "7386\n", - "19027941.856880963\n", - "{'n': 967, 'm': 2440, 'k_avg': 5.046535677352637, 'intersection_count': 749, 'streets_per_node_avg': 2.624612202688728, 'streets_per_node_counts': {0: 0, 1: 218, 2: 1, 3: 676, 4: 70, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22543950361944157, 2: 0.001034126163391934, 3: 0.6990692864529473, 4: 0.07238883143743537, 5: 0.002068252326783868}, 'edge_length_total': 351964.19199999806, 'edge_length_avg': 144.24761967213036, 'street_length_total': 176478.4439999999, 'street_length_avg': 144.29962714636133, 'street_segments_count': 1223, 'node_density_km': 50.81999972846823, 'intersection_density_km': 39.3631642157422, 'edge_density_km': 18497.22868859405, 'street_density_km': 9274.699561696476, 'circuity_avg': 1.05261369095404, 'self_loop_proportion': 0.001639344262295082, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05261369095404\n", - "7387\n", - "8014437.3640336655\n", - "{'n': 168, 'm': 510, 'k_avg': 6.071428571428571, 'intersection_count': 150, 'streets_per_node_avg': 3.136904761904762, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 91, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10714285714285714, 2: 0.0, 3: 0.5416666666666666, 4: 0.35119047619047616}, 'edge_length_total': 113125.802, 'edge_length_avg': 221.8152980392157, 'street_length_total': 56562.90100000001, 'street_length_avg': 221.81529803921575, 'street_segments_count': 255, 'node_density_km': 20.962170189754357, 'intersection_density_km': 18.716223383709245, 'edge_density_km': 14115.251871288414, 'street_density_km': 7057.625935644209, 'circuity_avg': 1.0400968537424167, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0400968537424167\n", - "7388\n", - "5008139.598248529\n", - "{'n': 118, 'm': 342, 'k_avg': 5.796610169491525, 'intersection_count': 108, 'streets_per_node_avg': 2.9915254237288136, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 89, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0847457627118644, 2: 0.0, 3: 0.7542372881355932, 4: 0.16101694915254236}, 'edge_length_total': 52232.15000000006, 'edge_length_avg': 152.72558479532182, 'street_length_total': 26116.074999999997, 'street_length_avg': 152.72558479532162, 'street_segments_count': 171, 'node_density_km': 23.56164353750593, 'intersection_density_km': 21.56489408517492, 'edge_density_km': 10429.451690657133, 'street_density_km': 5214.72584532856, 'circuity_avg': 1.0661998871206522, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661998871206522\n", - "7389\n", - "7014432.7038564235\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 269, 'm': 672, 'k_avg': 4.996282527881041, 'intersection_count': 201, 'streets_per_node_avg': 2.5985130111524164, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 173, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2527881040892193, 2: 0.0, 3: 0.6431226765799256, 4: 0.10408921933085502}, 'edge_length_total': 89059.27200000013, 'edge_length_avg': 132.52867857142877, 'street_length_total': 44529.63599999995, 'street_length_avg': 132.52867857142843, 'street_segments_count': 336, 'node_density_km': 38.34950185666591, 'intersection_density_km': 28.65520398955334, 'edge_density_km': 12696.575155826466, 'street_density_km': 6348.287577913216, 'circuity_avg': 1.0580063659243144, 'self_loop_proportion': 0.005952380952380952, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0580063659243144\n", - "7390\n", - "12018977.428195586\n", - "{'n': 858, 'm': 2344, 'k_avg': 5.463869463869464, 'intersection_count': 663, 'streets_per_node_avg': 2.8053613053613056, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 450, 4: 204, 5: 8, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22727272727272727, 2: 0.0, 3: 0.5244755244755245, 4: 0.23776223776223776, 5: 0.009324009324009324, 6: 0.0011655011655011655}, 'edge_length_total': 244025.33000000007, 'edge_length_avg': 104.10636945392494, 'street_length_total': 122012.66500000007, 'street_length_avg': 104.10636945392497, 'street_segments_count': 1172, 'node_density_km': 71.38710469554579, 'intersection_density_km': 55.16276271928538, 'edge_density_km': 20303.335409178457, 'street_density_km': 10151.66770458923, 'circuity_avg': 1.049298159186915, 'self_loop_proportion': 0.002559726962457338, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049298159186915\n", - "7391\n", - "8013793.948189554\n", - "{'n': 344, 'm': 976, 'k_avg': 5.674418604651163, 'intersection_count': 290, 'streets_per_node_avg': 2.947674418604651, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 201, 4: 88, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1569767441860465, 2: 0.0, 3: 0.5843023255813954, 4: 0.2558139534883721, 5: 0.0029069767441860465}, 'edge_length_total': 127071.18400000001, 'edge_length_avg': 130.19588524590165, 'street_length_total': 63535.592, 'street_length_avg': 130.19588524590162, 'street_segments_count': 488, 'node_density_km': 42.92598514811018, 'intersection_density_km': 36.187603758581254, 'edge_density_km': 15856.55743353714, 'street_density_km': 7928.278716768569, 'circuity_avg': 1.0405883725940004, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0405883725940004\n", - "7392\n", - "8014862.209226172\n", - "{'n': 220, 'm': 621, 'k_avg': 5.6454545454545455, 'intersection_count': 193, 'streets_per_node_avg': 2.9727272727272727, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 145, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12272727272727273, 2: 0.0, 3: 0.6590909090909091, 4: 0.21818181818181817}, 'edge_length_total': 109264.93300000006, 'edge_length_avg': 175.94997262479882, 'street_length_total': 54718.12400000002, 'street_length_avg': 175.9425209003216, 'street_segments_count': 311, 'node_density_km': 27.449005891423898, 'intersection_density_km': 24.0802642592946, 'edge_density_km': 13632.789952922907, 'street_density_km': 6827.082309289382, 'circuity_avg': 1.0677300223230723, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0677300223230723\n", - "7393\n", - "5008057.210834138\n", - "{'n': 243, 'm': 638, 'k_avg': 5.251028806584362, 'intersection_count': 193, 'streets_per_node_avg': 2.769547325102881, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 149, 4: 44}, 'streets_per_node_proportion': {0: 0.0, 1: 0.205761316872428, 2: 0.0, 3: 0.6131687242798354, 4: 0.18106995884773663}, 'edge_length_total': 76271.89999999995, 'edge_length_avg': 119.5484326018808, 'street_length_total': 38135.95000000002, 'street_length_avg': 119.54843260188093, 'street_segments_count': 319, 'node_density_km': 48.52180990950104, 'intersection_density_km': 38.53789840548848, 'edge_density_km': 15229.837996857901, 'street_density_km': 7614.91899842896, 'circuity_avg': 1.0421710386831258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0421710386831258\n", - "7394\n", - "27048414.458912127\n", - "{'n': 1625, 'm': 4622, 'k_avg': 5.688615384615384, 'intersection_count': 1369, 'streets_per_node_avg': 2.923076923076923, 'streets_per_node_counts': {0: 0, 1: 256, 2: 0, 3: 990, 4: 372, 5: 6, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15753846153846154, 2: 0.0, 3: 0.6092307692307692, 4: 0.22892307692307692, 5: 0.0036923076923076922, 6: 0.0006153846153846154}, 'edge_length_total': 528868.7510000002, 'edge_length_avg': 114.42422133275642, 'street_length_total': 267434.3579999999, 'street_length_avg': 114.38595295124033, 'street_segments_count': 2338, 'node_density_km': 60.077458605511055, 'intersection_density_km': 50.612948203658235, 'edge_density_km': 19552.671074431288, 'street_density_km': 9887.247121499335, 'circuity_avg': 1.0428307861656738, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428307861656738\n", - "7395\n", - "11021948.25888637\n", - "{'n': 365, 'm': 1006, 'k_avg': 5.512328767123288, 'intersection_count': 295, 'streets_per_node_avg': 2.8493150684931505, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 211, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1917808219178082, 2: 0.0, 3: 0.5780821917808219, 4: 0.2273972602739726, 5: 0.0027397260273972603}, 'edge_length_total': 144631.99200000006, 'edge_length_avg': 143.7693757455269, 'street_length_total': 72315.99600000003, 'street_length_avg': 143.7693757455269, 'street_segments_count': 503, 'node_density_km': 33.11574246465195, 'intersection_density_km': 26.764778156362535, 'edge_density_km': 13122.180271840009, 'street_density_km': 6561.090135920004, 'circuity_avg': 1.0489320837331535, 'self_loop_proportion': 0.0019880715705765406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489320837331535\n", - "7396\n", - "10017356.117058463\n", - "{'n': 252, 'm': 705, 'k_avg': 5.595238095238095, 'intersection_count': 202, 'streets_per_node_avg': 2.8412698412698414, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 142, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1984126984126984, 2: 0.0, 3: 0.5634920634920635, 4: 0.23809523809523808}, 'edge_length_total': 103324.95700000001, 'edge_length_avg': 146.56022269503546, 'street_length_total': 51766.61399999999, 'street_length_avg': 146.6476317280453, 'street_segments_count': 353, 'node_density_km': 25.15633836465807, 'intersection_density_km': 20.16500138754337, 'edge_density_km': 10314.59357065772, 'street_density_km': 5167.692292764465, 'circuity_avg': 1.0586380635484038, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586380635484038\n", - "7397\n", - "12026679.225348858\n", - "{'n': 1613, 'm': 4546, 'k_avg': 5.636701797892126, 'intersection_count': 1341, 'streets_per_node_avg': 2.8667079975201486, 'streets_per_node_counts': {0: 0, 1: 272, 2: 0, 3: 1023, 4: 309, 5: 7, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16862988220706757, 2: 0.0, 3: 0.634221946683199, 4: 0.19156850588964663, 5: 0.0043397396156230625, 6: 0.0012399256044637321}, 'edge_length_total': 323894.64000000013, 'edge_length_avg': 71.24827100747913, 'street_length_total': 162040.58499999976, 'street_length_avg': 71.16406895037319, 'street_segments_count': 2277, 'node_density_km': 134.11848522576787, 'intersection_density_km': 111.5021008603563, 'edge_density_km': 26931.344382855186, 'street_density_km': 13473.427033662274, 'circuity_avg': 1.0575208622684098, 'self_loop_proportion': 0.002199736031676199, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0575208622684098\n", - "7398\n", - "31046228.426727384\n", - "{'n': 1373, 'm': 3733, 'k_avg': 5.4377276037873274, 'intersection_count': 1091, 'streets_per_node_avg': 2.7778587035688274, 'streets_per_node_counts': {0: 0, 1: 282, 2: 0, 3: 832, 4: 259}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20538965768390385, 2: 0.0, 3: 0.605972323379461, 4: 0.1886380189366351}, 'edge_length_total': 503853.9389999995, 'edge_length_avg': 134.97292767211346, 'street_length_total': 254746.9919999994, 'street_length_avg': 135.14429283819595, 'street_segments_count': 1885, 'node_density_km': 44.22437344492377, 'intersection_density_km': 35.14114452178575, 'edge_density_km': 16229.15131830431, 'street_density_km': 8205.408673109236, 'circuity_avg': 1.0418638104366005, 'self_loop_proportion': 0.0016072863648540047, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0418638104366005\n", - "7399\n", - "24050030.388491128\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 819, 'm': 2221, 'k_avg': 5.423687423687424, 'intersection_count': 686, 'streets_per_node_avg': 2.8205128205128207, 'streets_per_node_counts': {0: 0, 1: 133, 2: 0, 3: 567, 4: 119}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1623931623931624, 2: 0.0, 3: 0.6923076923076923, 4: 0.1452991452991453}, 'edge_length_total': 325880.4849999987, 'edge_length_avg': 146.72691805492963, 'street_length_total': 164313.68599999973, 'street_length_avg': 145.7974143744452, 'street_segments_count': 1127, 'node_density_km': 34.054011024947535, 'intersection_density_km': 28.523872482434683, 'edge_density_km': 13550.10699512235, 'street_density_km': 6832.161263240241, 'circuity_avg': 1.0505273353125715, 'self_loop_proportion': 0.0018009905447996398, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0505273353125715\n", - "7400\n", - "29064757.319638364\n", - "{'n': 3890, 'm': 10989, 'k_avg': 5.64987146529563, 'intersection_count': 3271, 'streets_per_node_avg': 2.87866323907455, 'streets_per_node_counts': {0: 0, 1: 619, 2: 1, 3: 2524, 4: 727, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15912596401028278, 2: 0.0002570694087403599, 3: 0.6488431876606684, 4: 0.18688946015424165, 5: 0.004370179948586119, 6: 0.0005141388174807198}, 'edge_length_total': 831622.683999994, 'edge_length_avg': 75.67773992173937, 'street_length_total': 417080.49499999994, 'street_length_avg': 75.53069449474827, 'street_segments_count': 5522, 'node_density_km': 133.8390669228681, 'intersection_density_km': 112.54179637652997, 'edge_density_km': 28612.751685976968, 'street_density_km': 14350.042232012327, 'circuity_avg': 1.0853965315365168, 'self_loop_proportion': 0.004368004368004368, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0853965315365168\n", - "7401\n", - "7011786.558287118\n", - "{'n': 66, 'm': 156, 'k_avg': 4.7272727272727275, 'intersection_count': 53, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 49, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19696969696969696, 2: 0.0, 3: 0.7424242424242424, 4: 0.06060606060606061}, 'edge_length_total': 31997.268000000004, 'edge_length_avg': 205.11069230769232, 'street_length_total': 16049.932999999994, 'street_length_avg': 200.62416249999993, 'street_segments_count': 80, 'node_density_km': 9.412722342780908, 'intersection_density_km': 7.558701275263457, 'edge_density_km': 4563.354536538615, 'street_density_km': 2288.9933780187357, 'circuity_avg': 1.0870671835055086, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0870671835055086\n", - "7402\n", - "14024814.711889198\n", - "{'n': 324, 'm': 868, 'k_avg': 5.3580246913580245, 'intersection_count': 267, 'streets_per_node_avg': 2.771604938271605, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 227, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17592592592592593, 2: 0.0, 3: 0.7006172839506173, 4: 0.12345679012345678}, 'edge_length_total': 145879.4909999999, 'edge_length_avg': 168.06392972350218, 'street_length_total': 72984.36200000001, 'street_length_avg': 167.39532568807343, 'street_segments_count': 436, 'node_density_km': 23.10190948371937, 'intersection_density_km': 19.03768466713911, 'edge_density_km': 10401.527150040283, 'street_density_km': 5203.944829169777, 'circuity_avg': 1.0588243693344963, 'self_loop_proportion': 0.002304147465437788, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0588243693344963\n", - "7403\n", - "11025220.550184282\n", - "{'n': 569, 'm': 1652, 'k_avg': 5.806678383128295, 'intersection_count': 490, 'streets_per_node_avg': 2.961335676625659, 'streets_per_node_counts': {0: 0, 1: 79, 2: 1, 3: 353, 4: 135, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13884007029876977, 2: 0.0017574692442882249, 3: 0.6203866432337434, 4: 0.23725834797891038, 5: 0.0017574692442882249}, 'edge_length_total': 191213.48700000043, 'edge_length_avg': 115.74666283293004, 'street_length_total': 95723.71599999981, 'street_length_avg': 115.74814510278091, 'street_segments_count': 827, 'node_density_km': 51.608944910448024, 'intersection_density_km': 44.443555371036084, 'edge_density_km': 17343.27999423144, 'street_density_km': 8682.24953544352, 'circuity_avg': 1.0290782472796687, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0290782472796687\n", - "7404\n", - "8018859.191003846\n", - "{'n': 202, 'm': 498, 'k_avg': 4.930693069306931, 'intersection_count': 158, 'streets_per_node_avg': 2.6534653465346536, 'streets_per_node_counts': {0: 0, 1: 44, 2: 0, 3: 140, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21782178217821782, 2: 0.0, 3: 0.693069306930693, 4: 0.0891089108910891}, 'edge_length_total': 82079.64400000012, 'edge_length_avg': 164.81856224899622, 'street_length_total': 41039.822000000015, 'street_length_avg': 164.81856224899605, 'street_segments_count': 249, 'node_density_km': 25.190615670944645, 'intersection_density_km': 19.70355087133294, 'edge_density_km': 10235.825576296835, 'street_density_km': 5117.912788148412, 'circuity_avg': 1.0750693670193379, 'self_loop_proportion': 0.004016064257028112, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750693670193379\n", - "7405\n", - "10016626.240792703\n", - "{'n': 304, 'm': 799, 'k_avg': 5.256578947368421, 'intersection_count': 245, 'streets_per_node_avg': 2.7697368421052633, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 197, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19407894736842105, 2: 0.0, 3: 0.6480263157894737, 4: 0.15789473684210525}, 'edge_length_total': 135636.95399999997, 'edge_length_avg': 169.7583904881101, 'street_length_total': 67876.25500000002, 'street_length_avg': 169.69063750000004, 'street_segments_count': 400, 'node_density_km': 30.349540123795396, 'intersection_density_km': 24.459333323453528, 'edge_density_km': 13541.18150556707, 'street_density_km': 6776.358962419304, 'circuity_avg': 1.0458942080270526, 'self_loop_proportion': 0.0025031289111389237, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0458942080270526\n", - "7406\n", - "10020387.333909024\n", - "{'n': 495, 'm': 1265, 'k_avg': 5.111111111111111, 'intersection_count': 382, 'streets_per_node_avg': 2.682828282828283, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 314, 4: 67, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22828282828282828, 2: 0.0, 3: 0.6343434343434343, 4: 0.13535353535353536, 5: 0.00202020202020202}, 'edge_length_total': 162029.38999999987, 'edge_length_avg': 128.0864743083003, 'street_length_total': 81341.22200000005, 'street_length_avg': 126.6997227414331, 'street_segments_count': 642, 'node_density_km': 49.399288022022695, 'intersection_density_km': 38.122278837197314, 'edge_density_km': 16169.972736651793, 'street_density_km': 8117.572633618771, 'circuity_avg': 1.0700756403270215, 'self_loop_proportion': 0.0047430830039525695, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0700756403270215\n", - "7407\n", - "11016764.428959526\n", - "{'n': 573, 'm': 1508, 'k_avg': 5.2635253054101225, 'intersection_count': 446, 'streets_per_node_avg': 2.6980802792321117, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 367, 4: 78, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22164048865619546, 2: 0.0, 3: 0.6404886561954625, 4: 0.13612565445026178, 5: 0.0, 6: 0.0017452006980802793}, 'edge_length_total': 142165.5159999999, 'edge_length_avg': 94.27421485411134, 'street_length_total': 71082.75800000002, 'street_length_avg': 94.27421485411142, 'street_segments_count': 754, 'node_density_km': 52.01164132127283, 'intersection_density_km': 40.48375572301516, 'edge_density_km': 12904.470901301342, 'street_density_km': 6452.235450650677, 'circuity_avg': 1.0787524197500187, 'self_loop_proportion': 0.003978779840848806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0787524197500187\n", - "7408\n", - "27043895.989599396\n", - "{'n': 1450, 'm': 3854, 'k_avg': 5.315862068965517, 'intersection_count': 1141, 'streets_per_node_avg': 2.7158620689655173, 'streets_per_node_counts': {0: 0, 1: 309, 2: 0, 3: 937, 4: 202, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21310344827586206, 2: 0.0, 3: 0.6462068965517241, 4: 0.1393103448275862, 5: 0.001379310344827586}, 'edge_length_total': 412816.54799999844, 'edge_length_avg': 107.11379034769031, 'street_length_total': 206408.2739999997, 'street_length_avg': 107.11379034769057, 'street_segments_count': 1927, 'node_density_km': 53.616535152984035, 'intersection_density_km': 42.190666627279164, 'edge_density_km': 15264.684798327888, 'street_density_km': 7632.342399163963, 'circuity_avg': 1.065300717261549, 'self_loop_proportion': 0.0020757654385054488, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065300717261549\n", - "7409\n", - "33073972.18728876\n", - "error with entry 7409\n", - "7410\n", - "10017610.533845842\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 475, 'm': 1162, 'k_avg': 4.892631578947368, 'intersection_count': 348, 'streets_per_node_avg': 2.528421052631579, 'streets_per_node_counts': {0: 0, 1: 127, 2: 0, 3: 319, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2673684210526316, 2: 0.0, 3: 0.671578947368421, 4: 0.05894736842105263, 5: 0.002105263157894737}, 'edge_length_total': 142349.62800000008, 'edge_length_avg': 122.50398278829611, 'street_length_total': 71174.814, 'street_length_avg': 122.50398278829604, 'street_segments_count': 581, 'node_density_km': 47.41649701744231, 'intersection_density_km': 34.738823078041946, 'edge_density_km': 14209.938339991633, 'street_density_km': 7104.969169995813, 'circuity_avg': 1.0596064513184458, 'self_loop_proportion': 0.0017211703958691911, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596064513184458\n", - "7411\n", - "44085133.51284249\n", - "{'n': 1401, 'm': 3892, 'k_avg': 5.556031406138472, 'intersection_count': 1160, 'streets_per_node_avg': 2.8422555317630263, 'streets_per_node_counts': {0: 0, 1: 241, 2: 0, 3: 906, 4: 247, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17201998572448252, 2: 0.0, 3: 0.6466809421841542, 4: 0.1763026409707352, 5: 0.004996431120628123}, 'edge_length_total': 462375.7120000003, 'edge_length_avg': 118.80157040082227, 'street_length_total': 232389.94199999998, 'street_length_avg': 118.38509526235353, 'street_segments_count': 1963, 'node_density_km': 31.77942059746452, 'intersection_density_km': 26.312725119956347, 'edge_density_km': 10488.245700000094, 'street_density_km': 5271.390228007413, 'circuity_avg': 1.1446781125049579, 'self_loop_proportion': 0.001541623843782117, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1446781125049579\n", - "7412\n", - "7012591.383312988\n", - "{'n': 254, 'm': 717, 'k_avg': 5.645669291338582, 'intersection_count': 224, 'streets_per_node_avg': 2.9133858267716537, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 186, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11811023622047244, 2: 0.0, 3: 0.7322834645669292, 4: 0.14960629921259844}, 'edge_length_total': 81748.37300000015, 'edge_length_avg': 114.01446722454693, 'street_length_total': 41322.914000000026, 'street_length_avg': 114.15169613259675, 'street_segments_count': 362, 'node_density_km': 36.22056186025796, 'intersection_density_km': 31.942542742904656, 'edge_density_km': 11657.370083550972, 'street_density_km': 5892.673869224884, 'circuity_avg': 1.0663649467441818, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663649467441818\n", - "7413\n", - "6009741.525132163\n", - "{'n': 112, 'm': 271, 'k_avg': 4.839285714285714, 'intersection_count': 86, 'streets_per_node_avg': 2.705357142857143, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 67, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23214285714285715, 2: 0.0, 3: 0.5982142857142857, 4: 0.16964285714285715}, 'edge_length_total': 51813.201999999954, 'edge_length_avg': 191.1926273062729, 'street_length_total': 27067.379999999986, 'street_length_avg': 186.67158620689645, 'street_segments_count': 145, 'node_density_km': 18.63640882584163, 'intersection_density_km': 14.310099634128395, 'edge_density_km': 8621.535848642094, 'street_density_km': 4503.917495753652, 'circuity_avg': 1.0679657306776278, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679657306776278\n", - "7414\n", - "18039019.16066638\n", - "{'n': 444, 'm': 1159, 'k_avg': 5.2207207207207205, 'intersection_count': 348, 'streets_per_node_avg': 2.7432432432432434, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 271, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21621621621621623, 2: 0.0, 3: 0.6103603603603603, 4: 0.17117117117117117, 5: 0.0022522522522522522}, 'edge_length_total': 198738.2369999995, 'edge_length_avg': 171.4738886971523, 'street_length_total': 99486.21999999993, 'street_length_avg': 171.52796551724126, 'street_segments_count': 580, 'node_density_km': 24.613311624399767, 'intersection_density_km': 19.29151451642144, 'edge_density_km': 11017.130988659468, 'street_density_km': 5515.057061246826, 'circuity_avg': 1.0394200802701463, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0394200802701463\n", - "7415\n", - "8014341.16403779\n", - "{'n': 348, 'm': 919, 'k_avg': 5.281609195402299, 'intersection_count': 280, 'streets_per_node_avg': 2.7385057471264367, 'streets_per_node_counts': {0: 0, 1: 68, 2: 0, 3: 235, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19540229885057472, 2: 0.0, 3: 0.6752873563218391, 4: 0.12931034482758622}, 'edge_length_total': 115989.08099999989, 'edge_length_avg': 126.21227529923819, 'street_length_total': 58252.08699999999, 'street_length_avg': 125.27330537634407, 'street_segments_count': 465, 'node_density_km': 43.42215946103678, 'intersection_density_km': 34.93736968129396, 'edge_density_km': 14472.690721037661, 'street_density_km': 7268.481065092492, 'circuity_avg': 1.049215611404713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049215611404713\n", - "7416\n", - "27043755.60878317\n", - "{'n': 1653, 'm': 4511, 'k_avg': 5.457955232909861, 'intersection_count': 1309, 'streets_per_node_avg': 2.7912885662431943, 'streets_per_node_counts': {0: 0, 1: 344, 2: 2, 3: 969, 4: 331, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20810647307924984, 2: 0.0012099213551119178, 3: 0.5862068965517241, 4: 0.20024198427102238, 5: 0.004234724742891712}, 'edge_length_total': 443804.0150000001, 'edge_length_avg': 98.38262358678787, 'street_length_total': 223250.87800000008, 'street_length_avg': 97.70279124726481, 'street_segments_count': 2285, 'node_density_km': 61.12316735561479, 'intersection_density_km': 48.40304057380506, 'edge_density_km': 16410.59109615171, 'street_density_km': 8255.172884623076, 'circuity_avg': 1.0829074910576941, 'self_loop_proportion': 0.002660164043449346, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0829074910576941\n", - "7417\n", - "13021112.899664262\n", - "{'n': 430, 'm': 1194, 'k_avg': 5.553488372093023, 'intersection_count': 358, 'streets_per_node_avg': 2.890697674418605, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 262, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16744186046511628, 2: 0.0, 3: 0.6093023255813953, 4: 0.22093023255813954, 5: 0.002325581395348837}, 'edge_length_total': 175399.94399999978, 'edge_length_avg': 146.90112562814053, 'street_length_total': 87971.54700000004, 'street_length_avg': 145.88979601990056, 'street_segments_count': 603, 'node_density_km': 33.023290967017665, 'intersection_density_km': 27.493809688819358, 'edge_density_km': 13470.426479792086, 'street_density_km': 6756.069752092259, 'circuity_avg': 1.0385460856814295, 'self_loop_proportion': 0.0016750418760469012, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385460856814295\n", - "7418\n", - "7014696.59485596\n", - "{'n': 204, 'm': 561, 'k_avg': 5.5, 'intersection_count': 167, 'streets_per_node_avg': 2.838235294117647, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 126, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18137254901960784, 2: 0.0, 3: 0.6176470588235294, 4: 0.20098039215686275}, 'edge_length_total': 107447.01000000013, 'edge_length_avg': 191.52764705882376, 'street_length_total': 54084.788, 'street_length_avg': 191.79002836879434, 'street_segments_count': 282, 'node_density_km': 29.081799510701277, 'intersection_density_km': 23.807159403368203, 'edge_density_km': 15317.413739432935, 'street_density_km': 7710.21059409207, 'circuity_avg': 1.0288145834749691, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0288145834749691\n", - "7419\n", - "11023307.188090846\n", - "{'n': 351, 'm': 956, 'k_avg': 5.447293447293447, 'intersection_count': 293, 'streets_per_node_avg': 2.8575498575498575, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 228, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16524216524216523, 2: 0.0, 3: 0.6495726495726496, 4: 0.18233618233618235, 5: 0.002849002849002849}, 'edge_length_total': 143083.02900000004, 'edge_length_avg': 149.66844037656907, 'street_length_total': 71706.557, 'street_length_avg': 149.07808108108108, 'street_segments_count': 481, 'node_density_km': 31.841623753278583, 'intersection_density_km': 26.58004489946047, 'edge_density_km': 12980.045512528346, 'street_density_km': 6504.994896401779, 'circuity_avg': 1.0616391359369979, 'self_loop_proportion': 0.008368200836820083, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0616391359369979\n", - "7420\n", - "6009966.07826928\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 206, 'm': 538, 'k_avg': 5.223300970873787, 'intersection_count': 159, 'streets_per_node_avg': 2.645631067961165, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 138, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22815533980582525, 2: 0.0, 3: 0.6699029126213593, 4: 0.10194174757281553}, 'edge_length_total': 78809.702, 'edge_length_avg': 146.4864349442379, 'street_length_total': 39404.850999999995, 'street_length_avg': 146.4864349442379, 'street_segments_count': 269, 'node_density_km': 34.27639978615701, 'intersection_density_km': 26.45605614562604, 'edge_density_km': 13113.16918825193, 'street_density_km': 6556.584594125964, 'circuity_avg': 1.051919641140314, 'self_loop_proportion': 0.0037174721189591076, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051919641140314\n", - "7421\n", - "9020794.40678824\n", - "{'n': 229, 'm': 674, 'k_avg': 5.88646288209607, 'intersection_count': 201, 'streets_per_node_avg': 3.11353711790393, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 120, 4: 80, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1222707423580786, 2: 0.0, 3: 0.5240174672489083, 4: 0.34934497816593885, 5: 0.004366812227074236}, 'edge_length_total': 132438.6520000002, 'edge_length_avg': 196.49651632047508, 'street_length_total': 66219.32599999997, 'street_length_avg': 196.49651632047468, 'street_segments_count': 337, 'node_density_km': 25.385790837631237, 'intersection_density_km': 22.281851346567155, 'edge_density_km': 14681.48436021763, 'street_density_km': 7340.7421801088, 'circuity_avg': 1.0146972466660558, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0146972466660558\n", - "7422\n", - "53118301.21751814\n", - "error with entry 7422\n", - "7423\n", - "13016043.809604203\n", - "{'n': 481, 'm': 1362, 'k_avg': 5.663201663201663, 'intersection_count': 406, 'streets_per_node_avg': 2.952182952182952, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 281, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15592515592515593, 2: 0.0, 3: 0.5841995841995842, 4: 0.25571725571725573, 5: 0.004158004158004158}, 'edge_length_total': 208373.23200000063, 'edge_length_avg': 152.99062555066126, 'street_length_total': 104446.2759999999, 'street_length_avg': 152.92280527086368, 'street_segments_count': 683, 'node_density_km': 36.95439313480817, 'intersection_density_km': 31.192273623143695, 'edge_density_km': 16008.952877543896, 'street_density_km': 8024.4256648039, 'circuity_avg': 1.0251298971479135, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0251298971479135\n", - "7424\n", - "9019174.91053522\n", - "{'n': 461, 'm': 1284, 'k_avg': 5.570498915401301, 'intersection_count': 397, 'streets_per_node_avg': 2.8481561822125814, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 340, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13882863340563992, 2: 0.0, 3: 0.737527114967462, 4: 0.12147505422993492, 5: 0.0021691973969631237}, 'edge_length_total': 111733.09599999992, 'edge_length_avg': 87.0195451713395, 'street_length_total': 55911.30299999997, 'street_length_avg': 86.95381493001551, 'street_segments_count': 643, 'node_density_km': 51.11332295612871, 'intersection_density_km': 44.01733018130824, 'edge_density_km': 12388.394405067525, 'street_density_km': 6199.1594081062185, 'circuity_avg': 1.0690414606132737, 'self_loop_proportion': 0.001557632398753894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0690414606132737\n", - "7425\n", - "23028292.834580585\n", - "error with entry 7425\n", - "7426\n", - "34049705.89093661\n", - "error with entry 7426\n", - "7427\n", - "7010455.309792065\n", - "{'n': 456, 'm': 1130, 'k_avg': 4.956140350877193, 'intersection_count': 339, 'streets_per_node_avg': 2.550438596491228, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 311, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2565789473684211, 2: 0.0, 3: 0.6820175438596491, 4: 0.05921052631578947, 5: 0.0021929824561403508}, 'edge_length_total': 109410.29699999987, 'edge_length_avg': 96.82327168141582, 'street_length_total': 55001.349999999984, 'street_length_avg': 96.49359649122805, 'street_segments_count': 570, 'node_density_km': 65.04570385935821, 'intersection_density_km': 48.356345632286036, 'edge_density_km': 15606.731968917587, 'street_density_km': 7845.617377116032, 'circuity_avg': 1.0557970490866466, 'self_loop_proportion': 0.0035398230088495575, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557970490866466\n", - "7428\n", - "21029721.016897142\n", - "{'n': 1155, 'm': 3181, 'k_avg': 5.508225108225108, 'intersection_count': 972, 'streets_per_node_avg': 2.8363636363636364, 'streets_per_node_counts': {0: 0, 1: 183, 2: 0, 3: 796, 4: 175, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15844155844155844, 2: 0.0, 3: 0.6891774891774892, 4: 0.15151515151515152, 5: 0.0008658008658008658}, 'edge_length_total': 355078.1540000001, 'edge_length_avg': 111.62469475007862, 'street_length_total': 178254.62400000062, 'street_length_avg': 111.20063880224617, 'street_segments_count': 1603, 'node_density_km': 54.92226925273857, 'intersection_density_km': 46.22029931918778, 'edge_density_km': 16884.58699545747, 'street_density_km': 8476.319008548666, 'circuity_avg': 1.0573579442117866, 'self_loop_proportion': 0.0031436655139893115, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573579442117866\n", - "7429\n", - "6007444.827390508\n", - "{'n': 55, 'm': 134, 'k_avg': 4.872727272727273, 'intersection_count': 53, 'streets_per_node_avg': 3.0727272727272728, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 45, 4: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03636363636363636, 2: 0.0, 3: 0.8181818181818182, 4: 0.14545454545454545}, 'edge_length_total': 32551.254000000008, 'edge_length_avg': 242.91980597014933, 'street_length_total': 16275.627, 'street_length_avg': 242.91980597014927, 'street_segments_count': 67, 'node_density_km': 9.155306720293376, 'intersection_density_km': 8.822386475919073, 'edge_density_km': 5418.485718185031, 'street_density_km': 2709.242859092515, 'circuity_avg': 1.136516167546549, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.136516167546549\n", - "7430\n", - "9016168.738581272\n", - "{'n': 625, 'm': 1778, 'k_avg': 5.6896, 'intersection_count': 535, 'streets_per_node_avg': 2.96, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 383, 4: 149, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.144, 2: 0.0, 3: 0.6128, 4: 0.2384, 5: 0.0048}, 'edge_length_total': 195852.11800000086, 'edge_length_avg': 110.15304724409498, 'street_length_total': 97926.05900000004, 'street_length_avg': 110.15304724409454, 'street_segments_count': 889, 'node_density_km': 69.31990938962242, 'intersection_density_km': 59.33784243751679, 'edge_density_km': 21722.321717641116, 'street_density_km': 10861.160858820514, 'circuity_avg': 1.0596839287348174, 'self_loop_proportion': 0.00562429696287964, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596839287348174\n", - "7431\n", - "8014251.654689747\n", - "{'n': 381, 'm': 980, 'k_avg': 5.1443569553805775, 'intersection_count': 295, 'streets_per_node_avg': 2.608923884514436, 'streets_per_node_counts': {0: 0, 1: 86, 2: 0, 3: 273, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22572178477690288, 2: 0.0, 3: 0.7165354330708661, 4: 0.05511811023622047, 5: 0.0026246719160104987}, 'edge_length_total': 114328.66999999981, 'edge_length_avg': 116.66190816326511, 'street_length_total': 57164.33500000006, 'street_length_avg': 116.66190816326542, 'street_segments_count': 490, 'node_density_km': 47.540308991551065, 'intersection_density_km': 36.809425597132716, 'edge_density_km': 14265.67007452248, 'street_density_km': 7132.8350372612595, 'circuity_avg': 1.064488152754267, 'self_loop_proportion': 0.006122448979591836, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064488152754267\n", - "7432\n", - "21036362.772053357\n", - "{'n': 941, 'm': 2803, 'k_avg': 5.95749202975558, 'intersection_count': 841, 'streets_per_node_avg': 3.0456960680127523, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 602, 4: 235, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10626992561105207, 2: 0.0, 3: 0.6397449521785334, 4: 0.24973432518597238, 5: 0.004250797024442083}, 'edge_length_total': 371313.0049999992, 'edge_length_avg': 132.46985551195118, 'street_length_total': 186305.38999999987, 'street_length_avg': 132.2252590489708, 'street_segments_count': 1409, 'node_density_km': 44.73206752500537, 'intersection_density_km': 39.97839403669449, 'edge_density_km': 17651.00787733541, 'street_density_km': 8856.34993172418, 'circuity_avg': 1.03354835161262, 'self_loop_proportion': 0.0014270424545130217, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03354835161262\n", - "7433\n", - "6012347.524393176\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 81, 'm': 194, 'k_avg': 4.790123456790123, 'intersection_count': 59, 'streets_per_node_avg': 2.493827160493827, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 56, 4: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2716049382716049, 2: 0.0, 3: 0.691358024691358, 4: 0.037037037037037035}, 'edge_length_total': 38198.93799999998, 'edge_length_avg': 196.90174226804115, 'street_length_total': 19099.468999999997, 'street_length_avg': 196.9017422680412, 'street_segments_count': 97, 'node_density_km': 13.472275125708954, 'intersection_density_km': 9.813138671812695, 'edge_density_km': 6353.414842541954, 'street_density_km': 3176.7074212709786, 'circuity_avg': 1.0679835983111825, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0679835983111825\n", - "7434\n", - "27059304.79160189\n", - "{'n': 1632, 'm': 4454, 'k_avg': 5.458333333333333, 'intersection_count': 1350, 'streets_per_node_avg': 2.818014705882353, 'streets_per_node_counts': {0: 0, 1: 282, 2: 3, 3: 1081, 4: 262, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17279411764705882, 2: 0.001838235294117647, 3: 0.6623774509803921, 4: 0.16053921568627452, 5: 0.0024509803921568627}, 'edge_length_total': 542483.3760000006, 'edge_length_avg': 121.79689627301316, 'street_length_total': 274325.6010000002, 'street_length_avg': 121.4905230292295, 'street_segments_count': 2258, 'node_density_km': 60.31197078302273, 'intersection_density_km': 49.89041700801512, 'edge_density_km': 20047.942110041404, 'street_density_km': 10137.939725825467, 'circuity_avg': 1.0967254055383755, 'self_loop_proportion': 0.00449034575662326, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0967254055383755\n", - "7435\n", - "8010058.360775009\n", - "{'n': 581, 'm': 1598, 'k_avg': 5.500860585197935, 'intersection_count': 455, 'streets_per_node_avg': 2.8055077452667816, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 316, 4: 139}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21686746987951808, 2: 0.0, 3: 0.5438898450946644, 4: 0.23924268502581755}, 'edge_length_total': 156399.36400000035, 'edge_length_avg': 97.87194242803527, 'street_length_total': 78199.68199999996, 'street_length_avg': 97.87194242803498, 'street_segments_count': 799, 'node_density_km': 72.53380360437045, 'intersection_density_km': 56.80358113595276, 'edge_density_km': 19525.371346341602, 'street_density_km': 9762.685673170774, 'circuity_avg': 1.0477399944279175, 'self_loop_proportion': 0.0012515644555694619, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477399944279175\n", - "7436\n", - "13017450.393596368\n", - "{'n': 304, 'm': 845, 'k_avg': 5.559210526315789, 'intersection_count': 265, 'streets_per_node_avg': 2.973684210526316, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 195, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12828947368421054, 2: 0.0, 3: 0.6414473684210527, 4: 0.23026315789473684}, 'edge_length_total': 153468.15299999973, 'edge_length_avg': 181.61911597633105, 'street_length_total': 77900.45099999999, 'street_length_avg': 182.4366533957845, 'street_segments_count': 427, 'node_density_km': 23.35326740707579, 'intersection_density_km': 20.35728902261541, 'edge_density_km': 11789.417156180969, 'street_density_km': 5984.309418864488, 'circuity_avg': 1.0358246713926074, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0358246713926074\n", - "7437\n", - "10013546.82646444\n", - "{'n': 81, 'm': 202, 'k_avg': 4.987654320987654, 'intersection_count': 63, 'streets_per_node_avg': 2.617283950617284, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 58, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.7160493827160493, 4: 0.06172839506172839}, 'edge_length_total': 47709.978000000054, 'edge_length_avg': 236.18800990099035, 'street_length_total': 23854.988999999998, 'street_length_avg': 236.18800990099007, 'street_segments_count': 101, 'node_density_km': 8.089041915290997, 'intersection_density_km': 6.2914770452263316, 'edge_density_km': 4764.543355797677, 'street_density_km': 2382.271677898835, 'circuity_avg': 1.064946814213886, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.064946814213886\n", - "7438\n", - "6012758.86664992\n", - "{'n': 186, 'm': 496, 'k_avg': 5.333333333333333, 'intersection_count': 158, 'streets_per_node_avg': 2.774193548387097, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 144, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15053763440860216, 2: 0.0, 3: 0.7741935483870968, 4: 0.07526881720430108}, 'edge_length_total': 68836.30199999995, 'edge_length_avg': 138.78286693548378, 'street_length_total': 34418.151000000005, 'street_length_avg': 138.7828669354839, 'street_segments_count': 248, 'node_density_km': 30.934219070659672, 'intersection_density_km': 26.277454909485098, 'edge_density_km': 11448.372290763908, 'street_density_km': 5724.186145381959, 'circuity_avg': 1.1267534725762034, 'self_loop_proportion': 0.004032258064516129, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1267534725762034\n", - "7439\n", - "9017635.7844246\n", - "{'n': 544, 'm': 1486, 'k_avg': 5.463235294117647, 'intersection_count': 450, 'streets_per_node_avg': 2.786764705882353, 'streets_per_node_counts': {0: 0, 1: 94, 2: 0, 3: 378, 4: 72}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17279411764705882, 2: 0.0, 3: 0.6948529411764706, 4: 0.1323529411764706}, 'edge_length_total': 156973.26, 'edge_length_avg': 105.63476446837147, 'street_length_total': 78486.62999999999, 'street_length_avg': 105.63476446837146, 'street_segments_count': 743, 'node_density_km': 60.32623328385088, 'intersection_density_km': 49.90221503259724, 'edge_density_km': 17407.363055306214, 'street_density_km': 8703.681527653105, 'circuity_avg': 1.0576878420940077, 'self_loop_proportion': 0.0026917900403768506, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576878420940077\n", - "7440\n", - "5007402.264923412\n", - "{'n': 443, 'm': 1182, 'k_avg': 5.336343115124153, 'intersection_count': 368, 'streets_per_node_avg': 2.801354401805869, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 306, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16930022573363432, 2: 0.0, 3: 0.690744920993228, 4: 0.1399548532731377}, 'edge_length_total': 113516.94399999984, 'edge_length_avg': 96.03802368866315, 'street_length_total': 56758.47200000004, 'street_length_avg': 96.03802368866334, 'street_segments_count': 591, 'node_density_km': 88.46902576675167, 'intersection_density_km': 73.4911997340059, 'edge_density_km': 22669.827186679217, 'street_density_km': 11334.91359333963, 'circuity_avg': 1.0607746790841304, 'self_loop_proportion': 0.00338409475465313, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607746790841304\n", - "7441\n", - "8009188.480684246\n", - "{'n': 482, 'm': 1208, 'k_avg': 5.012448132780083, 'intersection_count': 343, 'streets_per_node_avg': 2.5497925311203318, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 282, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2883817427385892, 2: 0.0, 3: 0.5850622406639004, 4: 0.12655601659751037}, 'edge_length_total': 99806.43999999987, 'edge_length_avg': 82.6212251655628, 'street_length_total': 49903.21999999993, 'street_length_avg': 82.62122516556279, 'street_segments_count': 604, 'node_density_km': 60.18087864487632, 'intersection_density_km': 42.82581198172734, 'edge_density_km': 12461.492227421415, 'street_density_km': 6230.746113710707, 'circuity_avg': 1.0568787057885247, 'self_loop_proportion': 0.0033112582781456954, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0568787057885247\n", - "7442\n", - "35048714.82481766\n", - "{'n': 2031, 'm': 5560, 'k_avg': 5.475135401280157, 'intersection_count': 1666, 'streets_per_node_avg': 2.7966518956179223, 'streets_per_node_counts': {0: 0, 1: 365, 2: 0, 3: 1353, 4: 309, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17971442639094043, 2: 0.0, 3: 0.6661742983751846, 4: 0.15214180206794684, 5: 0.0019694731659281144}, 'edge_length_total': 602975.9350000015, 'edge_length_avg': 108.44890917266213, 'street_length_total': 303315.65800000005, 'street_length_avg': 108.36572275812792, 'street_segments_count': 2799, 'node_density_km': 57.9479164971227, 'intersection_density_km': 47.53383992329218, 'edge_density_km': 17203.938518539915, 'street_density_km': 8654.116406722713, 'circuity_avg': 1.0633576462992054, 'self_loop_proportion': 0.002158273381294964, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633576462992054\n", - "7443\n", - "10012893.596561017\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 703, 'm': 1920, 'k_avg': 5.46230440967283, 'intersection_count': 581, 'streets_per_node_avg': 2.7766714082503556, 'streets_per_node_counts': {0: 0, 1: 122, 2: 0, 3: 496, 4: 83, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17354196301564723, 2: 0.0, 3: 0.705547652916074, 4: 0.11806543385490754, 5: 0.002844950213371266}, 'edge_length_total': 179343.38199999923, 'edge_length_avg': 93.40801145833294, 'street_length_total': 89671.69100000002, 'street_length_avg': 93.40801145833335, 'street_segments_count': 960, 'node_density_km': 70.20947473579957, 'intersection_density_km': 58.02518466785143, 'edge_density_km': 17911.24416438378, 'street_density_km': 8955.62208219193, 'circuity_avg': 1.0651298803542497, 'self_loop_proportion': 0.0020833333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0651298803542497\n", - "7444\n", - "7008435.112072885\n", - "{'n': 303, 'm': 832, 'k_avg': 5.491749174917492, 'intersection_count': 253, 'streets_per_node_avg': 2.9042904290429044, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 182, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16501650165016502, 2: 0.0, 3: 0.6006600660066007, 4: 0.23432343234323433}, 'edge_length_total': 107536.43700000012, 'edge_length_avg': 129.25052524038477, 'street_length_total': 54110.18200000001, 'street_length_avg': 129.14124582338903, 'street_segments_count': 419, 'node_density_km': 43.233617084938906, 'intersection_density_km': 36.099356839899485, 'edge_density_km': 15343.858547645748, 'street_density_km': 7720.722405888958, 'circuity_avg': 1.0306489812497472, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306489812497472\n", - "7445\n", - "9010463.012780353\n", - "{'n': 650, 'm': 1751, 'k_avg': 5.387692307692308, 'intersection_count': 555, 'streets_per_node_avg': 2.8461538461538463, 'streets_per_node_counts': {0: 0, 1: 95, 2: 1, 3: 465, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14615384615384616, 2: 0.0015384615384615385, 3: 0.7153846153846154, 4: 0.13384615384615384, 5: 0.003076923076923077}, 'edge_length_total': 147324.04199999975, 'edge_length_avg': 84.1370885208451, 'street_length_total': 77351.27999999997, 'street_length_avg': 85.28255788313116, 'street_segments_count': 907, 'node_density_km': 72.13835727176797, 'intersection_density_km': 61.595058901278804, 'edge_density_km': 16350.329810026049, 'street_density_km': 8584.606572413166, 'circuity_avg': 1.1132284427681183, 'self_loop_proportion': 0.0034266133637921186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1132284427681183\n", - "7446\n", - "8010966.962813265\n", - "{'n': 214, 'm': 513, 'k_avg': 4.794392523364486, 'intersection_count': 142, 'streets_per_node_avg': 2.44392523364486, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 119, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3364485981308411, 2: 0.0, 3: 0.5560747663551402, 4: 0.09813084112149532, 5: 0.009345794392523364}, 'edge_length_total': 65242.698, 'edge_length_avg': 127.17874853801169, 'street_length_total': 32833.329999999994, 'street_length_avg': 126.76961389961387, 'street_segments_count': 259, 'node_density_km': 26.713379420160308, 'intersection_density_km': 17.72570036291011, 'edge_density_km': 8144.172645181934, 'street_density_km': 4098.5476725108965, 'circuity_avg': 1.082868938025872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082868938025872\n", - "7447\n", - "20033817.357547756\n", - "{'n': 847, 'm': 2202, 'k_avg': 5.199527744982291, 'intersection_count': 661, 'streets_per_node_avg': 2.6623376623376624, 'streets_per_node_counts': {0: 0, 1: 186, 2: 0, 3: 579, 4: 78, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21959858323494688, 2: 0.0, 3: 0.6835891381345927, 4: 0.09208972845336481, 5: 0.004722550177095631}, 'edge_length_total': 255403.15000000046, 'edge_length_avg': 115.98689827429631, 'street_length_total': 127701.57500000006, 'street_length_avg': 115.98689827429614, 'street_segments_count': 1101, 'node_density_km': 42.278512621105236, 'intersection_density_km': 32.9942111482297, 'edge_density_km': 12748.601299580936, 'street_density_km': 6374.30064979046, 'circuity_avg': 1.0650065845039633, 'self_loop_proportion': 0.004541326067211626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0650065845039633\n", - "7448\n", - "19037004.498234373\n", - "{'n': 885, 'm': 2588, 'k_avg': 5.8485875706214685, 'intersection_count': 774, 'streets_per_node_avg': 2.99774011299435, 'streets_per_node_counts': {0: 0, 1: 111, 2: 0, 3: 554, 4: 220}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12542372881355932, 2: 0.0, 3: 0.6259887005649718, 4: 0.24858757062146894}, 'edge_length_total': 321768.9690000008, 'edge_length_avg': 124.33113176197867, 'street_length_total': 162268.63299999977, 'street_length_avg': 124.24857044410396, 'street_segments_count': 1306, 'node_density_km': 46.48840630793995, 'intersection_density_km': 40.65765704219832, 'edge_density_km': 16902.28990752426, 'street_density_km': 8523.853267726532, 'circuity_avg': 1.0483762813940862, 'self_loop_proportion': 0.0030911901081916537, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0483762813940862\n", - "7449\n", - "8015978.465570908\n", - "{'n': 328, 'm': 901, 'k_avg': 5.4939024390243905, 'intersection_count': 280, 'streets_per_node_avg': 2.8658536585365852, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 230, 4: 48, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14634146341463414, 2: 0.0, 3: 0.7012195121951219, 4: 0.14634146341463414, 5: 0.006097560975609756}, 'edge_length_total': 115608.74000000034, 'edge_length_avg': 128.3115871254166, 'street_length_total': 58221.19100000003, 'street_length_avg': 127.67805043859656, 'street_segments_count': 456, 'node_density_km': 40.91827359676414, 'intersection_density_km': 34.93023355821329, 'edge_density_km': 14422.286748467024, 'street_density_km': 7263.142141669095, 'circuity_avg': 1.0454187501227465, 'self_loop_proportion': 0.008879023307436182, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0454187501227465\n", - "7450\n", - "17023221.196284372\n", - "{'n': 1048, 'm': 2941, 'k_avg': 5.612595419847328, 'intersection_count': 851, 'streets_per_node_avg': 2.8530534351145036, 'streets_per_node_counts': {0: 0, 1: 197, 2: 0, 3: 617, 4: 229, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18797709923664122, 2: 0.0, 3: 0.5887404580152672, 4: 0.21851145038167938, 5: 0.003816793893129771, 6: 0.0009541984732824427}, 'edge_length_total': 310786.6450000005, 'edge_length_avg': 105.67379972798385, 'street_length_total': 155559.403, 'street_length_avg': 105.67894225543478, 'street_segments_count': 1472, 'node_density_km': 61.56296672152419, 'intersection_density_km': 49.9905388168102, 'edge_density_km': 18256.62965995151, 'street_density_km': 9138.070944760659, 'circuity_avg': 1.061083342630316, 'self_loop_proportion': 0.004080244814688882, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.061083342630316\n", - "7451\n", - "96124702.37577547\n", - "{'n': 6182, 'm': 16699, 'k_avg': 5.402458751213199, 'intersection_count': 5053, 'streets_per_node_avg': 2.7821093497250082, 'streets_per_node_counts': {0: 0, 1: 1129, 2: 3, 3: 4149, 4: 890, 5: 9, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1826269815593659, 2: 0.00048527984471044967, 3: 0.6711420252345519, 4: 0.14396635393076673, 5: 0.0014558395341313492, 6: 0.00032351989647363315}, 'edge_length_total': 1640445.4779999952, 'edge_length_avg': 98.23615054793672, 'street_length_total': 838665.5949999996, 'street_length_avg': 98.0436748889408, 'street_segments_count': 8554, 'node_density_km': 64.31229275314703, 'intersection_density_km': 52.567132850477506, 'edge_density_km': 17065.805536511147, 'street_density_km': 8724.766623686868, 'circuity_avg': 1.0687656712495446, 'self_loop_proportion': 0.0028744236181807293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0687656712495446\n", - "7452\n", - "8013859.39520874\n", - "{'n': 190, 'm': 546, 'k_avg': 5.747368421052632, 'intersection_count': 158, 'streets_per_node_avg': 2.9473684210526314, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 105, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16842105263157894, 2: 0.0, 3: 0.5526315789473685, 4: 0.2736842105263158, 5: 0.005263157894736842}, 'edge_length_total': 92613.17600000011, 'edge_length_avg': 169.62120146520166, 'street_length_total': 46306.58799999998, 'street_length_avg': 169.6212014652014, 'street_segments_count': 273, 'node_density_km': 23.70892607793888, 'intersection_density_km': 19.71584379112812, 'edge_density_km': 11556.626019090241, 'street_density_km': 5778.3130095451115, 'circuity_avg': 1.052832680892862, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052832680892862\n", - "7453\n", - "11014078.417881858\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 114, 'm': 296, 'k_avg': 5.192982456140351, 'intersection_count': 93, 'streets_per_node_avg': 2.736842105263158, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 81, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18421052631578946, 2: 0.0, 3: 0.7105263157894737, 4: 0.10526315789473684}, 'edge_length_total': 58319.319999999985, 'edge_length_avg': 197.02472972972967, 'street_length_total': 29159.660000000003, 'street_length_avg': 197.02472972972976, 'street_segments_count': 148, 'node_density_km': 10.350389353948652, 'intersection_density_km': 8.443738683484426, 'edge_density_km': 5294.979551381794, 'street_density_km': 2647.489775690898, 'circuity_avg': 1.095333364441764, 'self_loop_proportion': 0.013513513513513514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.095333364441764\n", - "7454\n", - "20026838.968600422\n", - "{'n': 1327, 'm': 3683, 'k_avg': 5.550866616428033, 'intersection_count': 1054, 'streets_per_node_avg': 2.813112283345893, 'streets_per_node_counts': {0: 0, 1: 273, 2: 0, 3: 757, 4: 296, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2057272042200452, 2: 0.0, 3: 0.5704596834966089, 4: 0.22305953278070836, 5: 0.0007535795026375283}, 'edge_length_total': 337230.011999999, 'edge_length_avg': 91.56394569644284, 'street_length_total': 168914.80800000016, 'street_length_avg': 91.35468253109798, 'street_segments_count': 1849, 'node_density_km': 66.2610810463184, 'intersection_density_km': 52.62937409406148, 'edge_density_km': 16838.903659670577, 'street_density_km': 8434.42184085254, 'circuity_avg': 1.0614021966238, 'self_loop_proportion': 0.004344284550638067, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614021966238\n", - "7455\n", - "8011609.2374183275\n", - "{'n': 275, 'm': 729, 'k_avg': 5.301818181818182, 'intersection_count': 225, 'streets_per_node_avg': 2.7418181818181817, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 197, 4: 27, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.7163636363636363, 4: 0.09818181818181818, 5: 0.0036363636363636364}, 'edge_length_total': 93798.74699999986, 'edge_length_avg': 128.66769135802448, 'street_length_total': 46927.600000000035, 'street_length_avg': 128.56876712328776, 'street_segments_count': 365, 'node_density_km': 34.325188841663525, 'intersection_density_km': 28.084245415906523, 'edge_density_km': 11707.853468677875, 'street_density_km': 5857.449934131093, 'circuity_avg': 1.0661461216742936, 'self_loop_proportion': 0.0027434842249657062, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661461216742936\n", - "7456\n", - "6013027.712764783\n", - "{'n': 116, 'm': 316, 'k_avg': 5.448275862068965, 'intersection_count': 98, 'streets_per_node_avg': 2.836206896551724, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 81, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15517241379310345, 2: 0.0, 3: 0.6982758620689655, 4: 0.14655172413793102}, 'edge_length_total': 28638.328, 'edge_length_avg': 90.62762025316457, 'street_length_total': 14319.164, 'street_length_avg': 90.62762025316457, 'street_segments_count': 158, 'node_density_km': 19.29144609690537, 'intersection_density_km': 16.29794584048902, 'edge_density_km': 4762.713456185309, 'street_density_km': 2381.3567280926545, 'circuity_avg': 1.0307472642919704, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0307472642919704\n", - "7457\n", - "7014442.971216197\n", - "{'n': 717, 'm': 1792, 'k_avg': 4.99860529986053, 'intersection_count': 530, 'streets_per_node_avg': 2.598326359832636, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 448, 4: 79, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2608089260808926, 2: 0.0, 3: 0.6248256624825662, 4: 0.1101813110181311, 5: 0.002789400278940028, 6: 0.001394700139470014}, 'edge_length_total': 146883.54799999992, 'edge_length_avg': 81.96626562499996, 'street_length_total': 74324.12499999991, 'street_length_avg': 81.58520856201966, 'street_segments_count': 911, 'node_density_km': 102.21766759559002, 'intersection_density_km': 75.55838748349052, 'edge_density_km': 20940.158556101647, 'street_density_km': 10595.8698794743, 'circuity_avg': 1.050582490786237, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050582490786237\n", - "7458\n", - "8011081.826609255\n", - "{'n': 318, 'm': 826, 'k_avg': 5.19496855345912, 'intersection_count': 237, 'streets_per_node_avg': 2.657232704402516, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 185, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25471698113207547, 2: 0.0, 3: 0.5817610062893082, 4: 0.16037735849056603, 5: 0.0031446540880503146}, 'edge_length_total': 100382.64599999988, 'edge_length_avg': 121.52862711864393, 'street_length_total': 50272.477999999996, 'street_length_avg': 121.43110628019322, 'street_segments_count': 414, 'node_density_km': 39.69501334310995, 'intersection_density_km': 29.584019378355528, 'edge_density_km': 12530.473183605905, 'street_density_km': 6275.366933966042, 'circuity_avg': 1.0684366780484773, 'self_loop_proportion': 0.002421307506053269, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0684366780484773\n", - "7459\n", - "10018186.416005725\n", - "{'n': 578, 'm': 1494, 'k_avg': 5.16955017301038, 'intersection_count': 464, 'streets_per_node_avg': 2.6920415224913494, 'streets_per_node_counts': {0: 0, 1: 114, 2: 0, 3: 415, 4: 48, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1972318339100346, 2: 0.0, 3: 0.7179930795847751, 4: 0.08304498269896193, 5: 0.0017301038062283738}, 'edge_length_total': 167535.3029999999, 'edge_length_avg': 112.13875702811238, 'street_length_total': 84005.87199999997, 'street_length_avg': 111.26605562913903, 'street_segments_count': 755, 'node_density_km': 57.69507333947674, 'intersection_density_km': 46.315768217157796, 'edge_density_km': 16723.11694383469, 'street_density_km': 8385.337276793589, 'circuity_avg': 1.0641950235861648, 'self_loop_proportion': 0.004016064257028112, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641950235861648\n", - "7460\n", - "9020534.364394758\n", - "{'n': 325, 'm': 955, 'k_avg': 5.876923076923077, 'intersection_count': 287, 'streets_per_node_avg': 3.0646153846153847, 'streets_per_node_counts': {0: 0, 1: 38, 2: 1, 3: 189, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11692307692307692, 2: 0.003076923076923077, 3: 0.5815384615384616, 4: 0.2953846153846154, 5: 0.003076923076923077}, 'edge_length_total': 123595.461, 'edge_length_avg': 129.41933089005235, 'street_length_total': 62153.30300000002, 'street_length_avg': 128.1511402061856, 'street_segments_count': 485, 'node_density_km': 36.028907697843046, 'intersection_density_km': 31.816296951633703, 'edge_density_km': 13701.567557665721, 'street_density_km': 6890.201898163298, 'circuity_avg': 1.066638340838079, 'self_loop_proportion': 0.008376963350785341, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066638340838079\n", - "7461\n", - "7009047.849431426\n", - "{'n': 227, 'm': 656, 'k_avg': 5.779735682819383, 'intersection_count': 194, 'streets_per_node_avg': 3.0308370044052864, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 122, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14537444933920704, 2: 0.0, 3: 0.5374449339207048, 4: 0.31277533039647576, 5: 0.004405286343612335}, 'edge_length_total': 104142.2979999999, 'edge_length_avg': 158.75350304878032, 'street_length_total': 52071.14899999999, 'street_length_avg': 158.75350304878046, 'street_segments_count': 328, 'node_density_km': 32.386709989205485, 'intersection_density_km': 27.67850985861614, 'edge_density_km': 14858.26609222648, 'street_density_km': 7429.133046113247, 'circuity_avg': 1.0193287060517617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0193287060517617\n", - "7462\n", - "19034854.59538945\n", - "{'n': 1068, 'm': 2910, 'k_avg': 5.449438202247191, 'intersection_count': 883, 'streets_per_node_avg': 2.853932584269663, 'streets_per_node_counts': {0: 0, 1: 185, 2: 0, 3: 674, 4: 204, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17322097378277154, 2: 0.0, 3: 0.6310861423220974, 4: 0.19101123595505617, 5: 0.0046816479400749065}, 'edge_length_total': 291579.48499999905, 'edge_length_avg': 100.19913573883129, 'street_length_total': 149698.5779999999, 'street_length_avg': 99.53362898936163, 'street_segments_count': 1504, 'node_density_km': 56.10759959567471, 'intersection_density_km': 46.388586557098094, 'edge_density_km': 15318.188197278077, 'street_density_km': 7864.445575342577, 'circuity_avg': 1.0680470324212212, 'self_loop_proportion': 0.002061855670103093, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0680470324212212\n", - "7463\n", - "43072160.51020219\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1981, 'm': 5533, 'k_avg': 5.586067642604745, 'intersection_count': 1621, 'streets_per_node_avg': 2.8425037859666835, 'streets_per_node_counts': {0: 0, 1: 360, 2: 0, 3: 1219, 4: 397, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18172640080767288, 2: 0.0, 3: 0.6153457849570924, 4: 0.20040383644623927, 5: 0.0020191822311963654, 6: 0.0005047955577990914}, 'edge_length_total': 667636.3979999968, 'edge_length_avg': 120.66444930417437, 'street_length_total': 335445.1040000001, 'street_length_avg': 120.10207805227358, 'street_segments_count': 2793, 'node_density_km': 45.99258492108319, 'intersection_density_km': 37.63451799953349, 'edge_density_km': 15500.415815962113, 'street_density_km': 7787.979521494996, 'circuity_avg': 1.0681520717490582, 'self_loop_proportion': 0.0057834809325863, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681520717490582\n", - "7464\n", - "7015509.103690272\n", - "{'n': 210, 'm': 580, 'k_avg': 5.523809523809524, 'intersection_count': 181, 'streets_per_node_avg': 2.880952380952381, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 148, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1380952380952381, 2: 0.0, 3: 0.7047619047619048, 4: 0.15714285714285714}, 'edge_length_total': 94315.73600000009, 'edge_length_avg': 162.61333793103464, 'street_length_total': 47157.867999999995, 'street_length_avg': 162.61333793103447, 'street_segments_count': 290, 'node_density_km': 29.933679351871497, 'intersection_density_km': 25.79998077470829, 'edge_density_km': 13443.890472665551, 'street_density_km': 6721.945236332768, 'circuity_avg': 1.0434219456557885, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434219456557885\n", - "7465\n", - "11022209.661867512\n", - "{'n': 530, 'm': 1456, 'k_avg': 5.494339622641509, 'intersection_count': 432, 'streets_per_node_avg': 2.8150943396226413, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 335, 4: 96, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18490566037735848, 2: 0.0, 3: 0.6320754716981132, 4: 0.1811320754716981, 5: 0.0018867924528301887}, 'edge_length_total': 177053.5900000001, 'edge_length_avg': 121.60274038461546, 'street_length_total': 88526.79499999991, 'street_length_avg': 121.60274038461526, 'street_segments_count': 728, 'node_density_km': 48.084732214230186, 'intersection_density_km': 39.19359305008951, 'edge_density_km': 16063.348042864358, 'street_density_km': 8031.674021432165, 'circuity_avg': 1.041580320583835, 'self_loop_proportion': 0.0013736263736263737, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041580320583835\n", - "7466\n", - "21035458.119577765\n", - "{'n': 1120, 'm': 3089, 'k_avg': 5.516071428571428, 'intersection_count': 933, 'streets_per_node_avg': 2.8321428571428573, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 752, 4: 178, 5: 1, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1669642857142857, 2: 0.0, 3: 0.6714285714285714, 4: 0.15892857142857142, 5: 0.0008928571428571428, 6: 0.0017857142857142857}, 'edge_length_total': 332236.2680000004, 'edge_length_avg': 107.55463515700886, 'street_length_total': 166431.3790000001, 'street_length_avg': 107.51381072351428, 'street_segments_count': 1548, 'node_density_km': 53.24343276163844, 'intersection_density_km': 44.35368104161488, 'edge_density_km': 15794.106603781882, 'street_density_km': 7911.944586797561, 'circuity_avg': 1.0766632788214017, 'self_loop_proportion': 0.006474587245063127, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0766632788214017\n", - "7467\n", - "21028359.73238525\n", - "{'n': 1192, 'm': 3406, 'k_avg': 5.714765100671141, 'intersection_count': 1019, 'streets_per_node_avg': 2.9337248322147653, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 754, 4: 263, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14513422818791946, 2: 0.0, 3: 0.6325503355704698, 4: 0.22063758389261745, 5: 0.0016778523489932886}, 'edge_length_total': 374154.9099999995, 'edge_length_avg': 109.85170581327056, 'street_length_total': 188296.40399999998, 'street_length_avg': 108.65343566070398, 'street_segments_count': 1733, 'node_density_km': 56.6853532643457, 'intersection_density_km': 48.45836826876533, 'edge_density_km': 17792.871853137116, 'street_density_km': 8954.40283485399, 'circuity_avg': 1.035513918083004, 'self_loop_proportion': 0.0011743981209630064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.035513918083004\n", - "7468\n", - "41083318.350669116\n", - "{'n': 2875, 'm': 8009, 'k_avg': 5.571478260869565, 'intersection_count': 2393, 'streets_per_node_avg': 2.869913043478261, 'streets_per_node_counts': {0: 0, 1: 482, 2: 2, 3: 1810, 4: 570, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1676521739130435, 2: 0.0006956521739130435, 3: 0.6295652173913043, 4: 0.19826086956521738, 5: 0.0038260869565217392}, 'edge_length_total': 809482.3369999994, 'edge_length_avg': 101.07158659008607, 'street_length_total': 410313.8929999991, 'street_length_avg': 100.51785717785377, 'street_segments_count': 4082, 'node_density_km': 69.97974154522441, 'intersection_density_km': 58.24748574529461, 'edge_density_km': 19703.431209977112, 'street_density_km': 9987.360064192973, 'circuity_avg': 1.0810153367285622, 'self_loop_proportion': 0.0037457859907603945, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0810153367285622\n", - "7469\n", - "10016751.683185669\n", - "{'n': 447, 'm': 1165, 'k_avg': 5.212527964205816, 'intersection_count': 347, 'streets_per_node_avg': 2.6912751677852347, 'streets_per_node_counts': {0: 0, 1: 100, 2: 0, 3: 285, 4: 62}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22371364653243847, 2: 0.0, 3: 0.6375838926174496, 4: 0.13870246085011187}, 'edge_length_total': 124667.56600000005, 'edge_length_avg': 107.01078626609447, 'street_length_total': 62674.23799999998, 'street_length_avg': 106.77042248722314, 'street_segments_count': 587, 'node_density_km': 44.62524520302761, 'intersection_density_km': 34.64196887125409, 'edge_density_km': 12445.907609876129, 'street_density_km': 6256.9423683734, 'circuity_avg': 1.0557323128626828, 'self_loop_proportion': 0.0034334763948497852, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0557323128626828\n", - "7470\n", - "5011438.262372774\n", - "{'n': 304, 'm': 786, 'k_avg': 5.171052631578948, 'intersection_count': 241, 'streets_per_node_avg': 2.674342105263158, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 214, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20723684210526316, 2: 0.0, 3: 0.7039473684210527, 4: 0.08881578947368421}, 'edge_length_total': 85138.51399999985, 'edge_length_avg': 108.31872010178098, 'street_length_total': 42569.25700000005, 'street_length_avg': 108.3187201017813, 'street_segments_count': 393, 'node_density_km': 60.661228191218825, 'intersection_density_km': 48.089986822643866, 'edge_density_km': 16988.838242155492, 'street_density_km': 8494.41912107777, 'circuity_avg': 1.058874802171578, 'self_loop_proportion': 0.002544529262086514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058874802171578\n", - "7471\n", - "8010983.058808313\n", - "{'n': 696, 'm': 1907, 'k_avg': 5.4798850574712645, 'intersection_count': 576, 'streets_per_node_avg': 2.800287356321839, 'streets_per_node_counts': {0: 0, 1: 120, 2: 0, 3: 477, 4: 97, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1724137931034483, 2: 0.0, 3: 0.6853448275862069, 4: 0.13936781609195403, 5: 0.0028735632183908046}, 'edge_length_total': 165524.811, 'edge_length_avg': 86.7985374934452, 'street_length_total': 82806.00499999995, 'street_length_avg': 86.79874737945487, 'street_segments_count': 954, 'node_density_km': 86.88072298876321, 'intersection_density_km': 71.9012879907006, 'edge_density_km': 20662.23455784251, 'street_density_km': 10336.55974455623, 'circuity_avg': 1.0619562933092594, 'self_loop_proportion': 0.002097535395909806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0619562933092594\n", - "7472\n", - "177367937.03722253\n", - "{'n': 44977, 'm': 120706, 'k_avg': 5.3674544767325525, 'intersection_count': 35121, 'streets_per_node_avg': 2.727327300620317, 'streets_per_node_counts': {0: 0, 1: 9856, 2: 10, 3: 27819, 4: 7137, 5: 145, 6: 9, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2191342241590146, 2: 0.00022233586055094825, 3: 0.618516130466683, 4: 0.15868110367521177, 5: 0.0032238699779887497, 6: 0.00020010227449585345, 7: 2.2233586055094826e-05}, 'edge_length_total': 6066510.907000083, 'edge_length_avg': 50.25856964028369, 'street_length_total': 3086453.1469999775, 'street_length_avg': 50.47182671049152, 'street_segments_count': 61152, 'node_density_km': 253.5802172100649, 'intersection_density_km': 198.0121130496629, 'edge_density_km': 34202.97382004822, 'street_density_km': 17401.415377302677, 'circuity_avg': 1.0719971672732962, 'self_loop_proportion': 0.0027836230179112886, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719971672732962\n", - "7473\n", - "21036167.177838918\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 625, 'm': 1727, 'k_avg': 5.5264, 'intersection_count': 546, 'streets_per_node_avg': 2.904, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 448, 4: 98}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1264, 2: 0.0, 3: 0.7168, 4: 0.1568}, 'edge_length_total': 280432.7980000003, 'edge_length_avg': 162.38146960046342, 'street_length_total': 141795.29000000004, 'street_length_avg': 160.5835673839185, 'street_segments_count': 883, 'node_density_km': 29.71073554969757, 'intersection_density_km': 25.955298576215796, 'edge_density_km': 13330.983521343627, 'street_density_km': 6740.547781412284, 'circuity_avg': 1.0488566727314077, 'self_loop_proportion': 0.004632310364794441, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0488566727314077\n", - "7474\n", - "56085541.53245485\n", - "{'n': 4936, 'm': 14153, 'k_avg': 5.734602917341977, 'intersection_count': 4195, 'streets_per_node_avg': 2.9203808752025933, 'streets_per_node_counts': {0: 0, 1: 741, 2: 1, 3: 3138, 4: 1026, 5: 26, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15012155591572124, 2: 0.0002025931928687196, 3: 0.6357374392220422, 4: 0.20786061588330632, 5: 0.00526742301458671, 6: 0.0008103727714748784}, 'edge_length_total': 1209771.163999995, 'edge_length_avg': 85.47807277608952, 'street_length_total': 611461.5520000018, 'street_length_avg': 85.17363866833846, 'street_segments_count': 7179, 'node_density_km': 88.0084218700768, 'intersection_density_km': 74.79646064525369, 'edge_density_km': 21570.10757041439, 'street_density_km': 10902.302719965166, 'circuity_avg': 1.0635480821042018, 'self_loop_proportion': 0.00466332226383099, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635480821042018\n", - "7475\n", - "7014331.103142608\n", - "{'n': 350, 'm': 886, 'k_avg': 5.062857142857143, 'intersection_count': 267, 'streets_per_node_avg': 2.605714285714286, 'streets_per_node_counts': {0: 0, 1: 83, 2: 0, 3: 239, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23714285714285716, 2: 0.0, 3: 0.6828571428571428, 4: 0.08}, 'edge_length_total': 108573.26199999994, 'edge_length_avg': 122.54318510158008, 'street_length_total': 54382.89899999997, 'street_length_avg': 122.20876179775274, 'street_segments_count': 445, 'node_density_km': 49.897844121329065, 'intersection_density_km': 38.06492680112817, 'edge_density_km': 15478.77629434348, 'street_density_km': 7753.112620479946, 'circuity_avg': 1.0663969883074844, 'self_loop_proportion': 0.002257336343115124, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0663969883074844\n", - "7476\n", - "10018897.302515466\n", - "{'n': 297, 'm': 781, 'k_avg': 5.2592592592592595, 'intersection_count': 249, 'streets_per_node_avg': 2.855218855218855, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 196, 4: 53}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16161616161616163, 2: 0.0, 3: 0.6599326599326599, 4: 0.17845117845117844}, 'edge_length_total': 103110.33099999998, 'edge_length_avg': 132.023471190781, 'street_length_total': 52183.47899999993, 'street_length_avg': 131.11426884422093, 'street_segments_count': 398, 'node_density_km': 29.64398087256884, 'intersection_density_km': 24.85303446892135, 'edge_density_km': 10291.584780903167, 'street_density_km': 5208.505230101331, 'circuity_avg': 1.0782555997332692, 'self_loop_proportion': 0.002560819462227913, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0782555997332692\n", - "7477\n", - "12024599.06242075\n", - "{'n': 684, 'm': 1657, 'k_avg': 4.845029239766082, 'intersection_count': 497, 'streets_per_node_avg': 2.5701754385964914, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 419, 4: 76, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2733918128654971, 2: 0.0, 3: 0.6125730994152047, 4: 0.1111111111111111, 5: 0.0029239766081871343}, 'edge_length_total': 174897.89699999924, 'edge_length_avg': 105.55093361496635, 'street_length_total': 88816.53900000002, 'street_length_avg': 104.36726086956524, 'street_segments_count': 851, 'node_density_km': 56.88339348774092, 'intersection_density_km': 41.33193942018602, 'edge_density_km': 14545.008618756343, 'street_density_km': 7386.237041164164, 'circuity_avg': 1.0648448987837305, 'self_loop_proportion': 0.0024140012070006035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0648448987837305\n", - "7478\n", - "8013994.202635842\n", - "{'n': 487, 'm': 1346, 'k_avg': 5.5277207392197125, 'intersection_count': 391, 'streets_per_node_avg': 2.802874743326489, 'streets_per_node_counts': {0: 0, 1: 96, 2: 0, 3: 296, 4: 94, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1971252566735113, 2: 0.0, 3: 0.6078028747433265, 4: 0.19301848049281314, 5: 0.002053388090349076}, 'edge_length_total': 148093.36999999994, 'edge_length_avg': 110.02479197622581, 'street_length_total': 74046.68499999992, 'street_length_avg': 110.02479197622574, 'street_segments_count': 673, 'node_density_km': 60.76869881435942, 'intersection_density_km': 48.78965346286352, 'edge_density_km': 18479.345786311063, 'street_density_km': 9239.672893155526, 'circuity_avg': 1.0641916974735193, 'self_loop_proportion': 0.004457652303120356, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641916974735193\n", - "7479\n", - "32059724.32833284\n", - "{'n': 2443, 'm': 6592, 'k_avg': 5.396643471142038, 'intersection_count': 1961, 'streets_per_node_avg': 2.7851002865329515, 'streets_per_node_counts': {0: 0, 1: 482, 2: 0, 3: 1526, 4: 431, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19729840360212852, 2: 0.0, 3: 0.6246418338108882, 4: 0.1764224314367581, 5: 0.001637331150225133}, 'edge_length_total': 586870.8449999994, 'edge_length_avg': 89.02773740898049, 'street_length_total': 294513.9949999998, 'street_length_avg': 88.8428340874811, 'street_segments_count': 3315, 'node_density_km': 76.20152859021917, 'intersection_density_km': 61.16708864732697, 'edge_density_km': 18305.548699972795, 'street_density_km': 9186.416950557574, 'circuity_avg': 1.0651581978840163, 'self_loop_proportion': 0.00212378640776699, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0651581978840163\n", - "7480\n", - "78154046.63499363\n", - "{'n': 10237, 'm': 28695, 'k_avg': 5.60613460974895, 'intersection_count': 8588, 'streets_per_node_avg': 2.904464198495653, 'streets_per_node_counts': {0: 0, 1: 1649, 2: 3, 3: 6312, 4: 2226, 5: 44, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16108234834424148, 2: 0.00029305460584155515, 3: 0.616586890690632, 4: 0.21744651753443392, 5: 0.004298134219009476, 6: 0.00029305460584155515}, 'edge_length_total': 2103654.7039999953, 'edge_length_avg': 73.31084523436122, 'street_length_total': 1104701.4740000006, 'street_length_avg': 74.69750990601126, 'street_segments_count': 14789, 'node_density_km': 130.9849002164958, 'intersection_density_km': 109.88554489198651, 'edge_density_km': 26916.772637823717, 'street_density_km': 14134.923546049224, 'circuity_avg': 1.0716699923737694, 'self_loop_proportion': 0.002997037811465412, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716699923737694\n", - "7481\n", - "1002136.8677285855\n", - "{'n': 11, 'm': 24, 'k_avg': 4.363636363636363, 'intersection_count': 11, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 5560.521999999999, 'edge_length_avg': 231.68841666666663, 'street_length_total': 2780.2610000000004, 'street_length_avg': 231.6884166666667, 'street_segments_count': 12, 'node_density_km': 10.9765445761239, 'intersection_density_km': 10.9765445761239, 'edge_density_km': 5548.665236319783, 'street_density_km': 2774.3326181598923, 'circuity_avg': 1.180098490440963, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.180098490440963\n", - "7482\n", - "9017643.574890394\n", - "{'n': 388, 'm': 1042, 'k_avg': 5.371134020618556, 'intersection_count': 314, 'streets_per_node_avg': 2.770618556701031, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 257, 4: 55, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19072164948453607, 2: 0.0, 3: 0.6623711340206185, 4: 0.14175257731958762, 5: 0.005154639175257732}, 'edge_length_total': 132939.47999999975, 'edge_length_avg': 127.58107485604583, 'street_length_total': 66469.74, 'street_length_avg': 127.58107485604607, 'street_segments_count': 521, 'node_density_km': 43.02676156777642, 'intersection_density_km': 34.82062662959226, 'edge_density_km': 14742.152858000441, 'street_density_km': 7371.076429000235, 'circuity_avg': 1.0668358037714674, 'self_loop_proportion': 0.007677543186180422, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668358037714674\n", - "7483\n", - "1002139.2352127236\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 61, 'm': 140, 'k_avg': 4.590163934426229, 'intersection_count': 45, 'streets_per_node_avg': 2.639344262295082, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 35, 4: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26229508196721313, 2: 0.0, 3: 0.5737704918032787, 4: 0.16393442622950818}, 'edge_length_total': 16171.555999999991, 'edge_length_avg': 115.51111428571423, 'street_length_total': 8085.778, 'street_length_avg': 115.51111428571429, 'street_segments_count': 70, 'node_density_km': 60.869785212083386, 'intersection_density_km': 44.90393991055332, 'edge_density_km': 16137.03508631439, 'street_density_km': 8068.5175431572, 'circuity_avg': 1.2952170767005777, 'self_loop_proportion': 0.014285714285714285, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.2952170767005777\n", - "7484\n", - "11015696.316479594\n", - "{'n': 335, 'm': 938, 'k_avg': 5.6, 'intersection_count': 290, 'streets_per_node_avg': 2.9223880597014924, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 226, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13432835820895522, 2: 0.0, 3: 0.6746268656716418, 4: 0.191044776119403}, 'edge_length_total': 147143.18400000004, 'edge_length_avg': 156.86906609808108, 'street_length_total': 73571.592, 'street_length_avg': 156.86906609808102, 'street_segments_count': 469, 'node_density_km': 30.411150632287914, 'intersection_density_km': 26.326070696607445, 'edge_density_km': 13357.592636234202, 'street_density_km': 6678.7963181171, 'circuity_avg': 1.0406751416359528, 'self_loop_proportion': 0.0042643923240938165, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0406751416359528\n", - "7485\n", - "21045661.460867517\n", - "{'n': 6981, 'm': 20650, 'k_avg': 5.916057871365134, 'intersection_count': 6148, 'streets_per_node_avg': 3.0335195530726256, 'streets_per_node_counts': {0: 0, 1: 833, 2: 1, 3: 4290, 4: 1817, 5: 36, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11932387910041542, 2: 0.00014324595330181923, 3: 0.6145251396648045, 4: 0.2602778971494055, 5: 0.005156854318865492, 6: 0.0005729838132072769}, 'edge_length_total': 995802.71200001, 'edge_length_avg': 48.222891622276514, 'street_length_total': 503485.52000000014, 'street_length_avg': 48.11137314859055, 'street_segments_count': 10465, 'node_density_km': 331.70732186206317, 'intersection_density_km': 292.12671749147177, 'edge_density_km': 47316.294327532254, 'street_density_km': 23923.48280125029, 'circuity_avg': 1.0494923197059762, 'self_loop_proportion': 0.0016464891041162227, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0494923197059762\n", - "7486\n", - "9012973.664182115\n", - "{'n': 230, 'm': 581, 'k_avg': 5.052173913043478, 'intersection_count': 173, 'streets_per_node_avg': 2.5869565217391304, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 154, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24782608695652175, 2: 0.0, 3: 0.6695652173913044, 4: 0.08260869565217391}, 'edge_length_total': 75162.81300000005, 'edge_length_avg': 129.36800860585208, 'street_length_total': 37693.396, 'street_length_avg': 129.5305704467354, 'street_segments_count': 291, 'node_density_km': 25.518769783387732, 'intersection_density_km': 19.194552924026425, 'edge_density_km': 8339.4022661688, 'street_density_km': 4182.126499469861, 'circuity_avg': 1.0771521766915813, 'self_loop_proportion': 0.0034423407917383822, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0771521766915813\n", - "7487\n", - "16036796.476508401\n", - "{'n': 684, 'm': 1804, 'k_avg': 5.2748538011695905, 'intersection_count': 535, 'streets_per_node_avg': 2.7090643274853803, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 436, 4: 99}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21783625730994152, 2: 0.0, 3: 0.6374269005847953, 4: 0.14473684210526316}, 'edge_length_total': 190740.09500000032, 'edge_length_avg': 105.73175997782722, 'street_length_total': 97043.11900000002, 'street_length_avg': 106.0580535519126, 'street_segments_count': 915, 'node_density_km': 42.65190999972854, 'intersection_density_km': 33.3607775582672, 'edge_density_km': 11893.902580818252, 'street_density_km': 6051.278329942906, 'circuity_avg': 1.0596839493786958, 'self_loop_proportion': 0.0033259423503325942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0596839493786958\n", - "7488\n", - "7010043.689197243\n", - "{'n': 232, 'm': 602, 'k_avg': 5.189655172413793, 'intersection_count': 176, 'streets_per_node_avg': 2.689655172413793, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 136, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.5862068965517241, 4: 0.1724137931034483}, 'edge_length_total': 92921.9339999999, 'edge_length_avg': 154.3553720930231, 'street_length_total': 46460.96700000002, 'street_length_avg': 154.3553720930233, 'street_segments_count': 301, 'node_density_km': 33.09537148213801, 'intersection_density_km': 25.106833538173667, 'edge_density_km': 13255.542778313396, 'street_density_km': 6627.771389156707, 'circuity_avg': 1.0359173852039103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359173852039103\n", - "7489\n", - "19040300.764904883\n", - "{'n': 1517, 'm': 4201, 'k_avg': 5.5385629531971, 'intersection_count': 1253, 'streets_per_node_avg': 2.8444297956493076, 'streets_per_node_counts': {0: 0, 1: 264, 2: 1, 3: 964, 4: 283, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17402768622280818, 2: 0.0006591957811470006, 3: 0.6354647330257086, 4: 0.1865524060646012, 5: 0.0032959789057350032}, 'edge_length_total': 312208.92899999884, 'edge_length_avg': 74.31776457986166, 'street_length_total': 158405.53000000006, 'street_length_avg': 74.05588125292195, 'street_segments_count': 2139, 'node_density_km': 79.67311119350265, 'intersection_density_km': 65.80778399832487, 'edge_density_km': 16397.268764549295, 'street_density_km': 8319.48675369527, 'circuity_avg': 1.0707672323861244, 'self_loop_proportion': 0.0028564627469650082, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707672323861244\n", - "7490\n", - "6009284.180978652\n", - "{'n': 89, 'm': 228, 'k_avg': 5.123595505617978, 'intersection_count': 73, 'streets_per_node_avg': 2.696629213483146, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 68, 4: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1797752808988764, 2: 0.0, 3: 0.7640449438202247, 4: 0.056179775280898875}, 'edge_length_total': 50958.626000000004, 'edge_length_avg': 223.5027456140351, 'street_length_total': 25479.313, 'street_length_avg': 223.50274561403506, 'street_segments_count': 114, 'node_density_km': 14.810416235882817, 'intersection_density_km': 12.147869496847704, 'edge_density_km': 8479.982717625622, 'street_density_km': 4239.99135881281, 'circuity_avg': 1.05421968001216, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05421968001216\n", - "7491\n", - "14034463.750583177\n", - "{'n': 1117, 'm': 3048, 'k_avg': 5.457475380483438, 'intersection_count': 924, 'streets_per_node_avg': 2.8343777976723366, 'streets_per_node_counts': {0: 0, 1: 193, 2: 0, 3: 727, 4: 193, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1727842435094002, 2: 0.0, 3: 0.6508504923903312, 4: 0.1727842435094002, 5: 0.0035810205908683975}, 'edge_length_total': 273826.09399999963, 'edge_length_avg': 89.83795734908125, 'street_length_total': 139947.33199999994, 'street_length_avg': 89.25212499999996, 'street_segments_count': 1568, 'node_density_km': 79.58978838458185, 'intersection_density_km': 65.83792700747864, 'edge_density_km': 19510.976612029175, 'street_density_km': 9971.69072414218, 'circuity_avg': 1.0784964993097534, 'self_loop_proportion': 0.001968503937007874, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0784964993097534\n", - "7492\n", - "7016556.466893017\n", - "{'n': 254, 'm': 674, 'k_avg': 5.307086614173229, 'intersection_count': 212, 'streets_per_node_avg': 2.7559055118110236, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 190, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16535433070866143, 2: 0.0, 3: 0.7480314960629921, 4: 0.08661417322834646}, 'edge_length_total': 81465.04100000003, 'edge_length_avg': 120.86801335311577, 'street_length_total': 40891.95500000003, 'street_length_avg': 120.62523598820069, 'street_segments_count': 339, 'node_density_km': 36.20009347868515, 'intersection_density_km': 30.214251249926185, 'edge_density_km': 11610.401966318579, 'street_density_km': 5827.923596559794, 'circuity_avg': 1.0542903314398528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542903314398528\n", - "7493\n", - "8018242.678681269\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 223, 'm': 568, 'k_avg': 5.0941704035874436, 'intersection_count': 171, 'streets_per_node_avg': 2.6502242152466366, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 145, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23318385650224216, 2: 0.0, 3: 0.6502242152466368, 4: 0.11659192825112108}, 'edge_length_total': 94539.748, 'edge_length_avg': 166.44321830985916, 'street_length_total': 47269.87400000004, 'street_length_avg': 166.4432183098593, 'street_segments_count': 284, 'node_density_km': 27.811580284656085, 'intersection_density_km': 21.326368738458253, 'edge_density_km': 11790.58202508141, 'street_density_km': 5895.29101254071, 'circuity_avg': 1.0448173361637911, 'self_loop_proportion': 0.007042253521126761, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448173361637911\n", - "7494\n", - "9010284.968706954\n", - "{'n': 128, 'm': 315, 'k_avg': 4.921875, 'intersection_count': 94, 'streets_per_node_avg': 2.59375, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 78, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.265625, 2: 0.0, 3: 0.609375, 4: 0.125}, 'edge_length_total': 65879.18600000002, 'edge_length_avg': 209.14027301587308, 'street_length_total': 32976.253000000004, 'street_length_avg': 207.39781761006293, 'street_segments_count': 159, 'node_density_km': 14.20598798423675, 'intersection_density_km': 10.432522425923862, 'edge_density_km': 7311.554099432016, 'street_density_km': 3659.845733462118, 'circuity_avg': 1.066773672856028, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066773672856028\n", - "7495\n", - "7016619.719418466\n", - "{'n': 335, 'm': 892, 'k_avg': 5.325373134328358, 'intersection_count': 279, 'streets_per_node_avg': 2.8686567164179104, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 212, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16716417910447762, 2: 0.0, 3: 0.6328358208955224, 4: 0.19701492537313434, 5: 0.0029850746268656717}, 'edge_length_total': 117438.02400000015, 'edge_length_avg': 131.6569775784755, 'street_length_total': 59086.86800000001, 'street_length_avg': 130.72315929203543, 'street_segments_count': 452, 'node_density_km': 47.74378737854196, 'intersection_density_km': 39.762736354069276, 'edge_density_km': 16737.122531379446, 'street_density_km': 8420.987649719329, 'circuity_avg': 1.0401519169012243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0401519169012243\n", - "7496\n", - "9014796.36919178\n", - "{'n': 430, 'm': 1232, 'k_avg': 5.730232558139535, 'intersection_count': 373, 'streets_per_node_avg': 2.9395348837209303, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 287, 4: 84, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1325581395348837, 2: 0.0, 3: 0.6674418604651163, 4: 0.19534883720930232, 5: 0.004651162790697674}, 'edge_length_total': 139271.83500000008, 'edge_length_avg': 113.04532061688317, 'street_length_total': 69746.36999999998, 'street_length_avg': 113.04111831442461, 'street_segments_count': 617, 'node_density_km': 47.69935807641006, 'intersection_density_km': 41.37641991279291, 'edge_density_km': 15449.24913400861, 'street_density_km': 7736.876923627403, 'circuity_avg': 1.060152000505169, 'self_loop_proportion': 0.006493506493506494, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060152000505169\n", - "7497\n", - "17037645.84653298\n", - "{'n': 1136, 'm': 2838, 'k_avg': 4.996478873239437, 'intersection_count': 831, 'streets_per_node_avg': 2.5545774647887325, 'streets_per_node_counts': {0: 0, 1: 305, 2: 0, 3: 729, 4: 100, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26848591549295775, 2: 0.0, 3: 0.641725352112676, 4: 0.0880281690140845, 5: 0.0017605633802816902}, 'edge_length_total': 310068.216, 'edge_length_avg': 109.25589006342496, 'street_length_total': 155034.10799999992, 'street_length_avg': 109.25589006342489, 'street_segments_count': 1419, 'node_density_km': 66.67587824236682, 'intersection_density_km': 48.774344031167985, 'edge_density_km': 18199.00582468653, 'street_density_km': 9099.50291234326, 'circuity_avg': 1.0671104047182247, 'self_loop_proportion': 0.0035236081747709656, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671104047182247\n", - "7498\n", - "9009301.095728232\n", - "{'n': 259, 'm': 671, 'k_avg': 5.181467181467181, 'intersection_count': 203, 'streets_per_node_avg': 2.687258687258687, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 174, 4: 27, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21621621621621623, 2: 0.0, 3: 0.6718146718146718, 4: 0.10424710424710425, 5: 0.007722007722007722}, 'edge_length_total': 107253.63199999988, 'edge_length_avg': 159.84147839046182, 'street_length_total': 53698.08099999996, 'street_length_avg': 159.81571726190464, 'street_segments_count': 336, 'node_density_km': 28.74806794089778, 'intersection_density_km': 22.53226946719015, 'edge_density_km': 11904.767180092836, 'street_density_km': 5960.29374858622, 'circuity_avg': 1.0807193453451345, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0807193453451345\n", - "7499\n", - "6014708.710232541\n", - "{'n': 261, 'm': 655, 'k_avg': 5.019157088122605, 'intersection_count': 198, 'streets_per_node_avg': 2.624521072796935, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 170, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2413793103448276, 2: 0.0, 3: 0.6513409961685823, 4: 0.10727969348659004}, 'edge_length_total': 67354.94099999995, 'edge_length_avg': 102.83197099236634, 'street_length_total': 33705.052000000025, 'street_length_avg': 102.75930487804885, 'street_segments_count': 328, 'node_density_km': 43.39362262979967, 'intersection_density_km': 32.919299926054926, 'edge_density_km': 11198.37123374107, 'street_density_km': 5603.7712919761525, 'circuity_avg': 1.0434234705631575, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0434234705631575\n", - "7500\n", - "6006118.688600827\n", - "{'n': 336, 'm': 914, 'k_avg': 5.440476190476191, 'intersection_count': 286, 'streets_per_node_avg': 2.8511904761904763, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 236, 4: 50}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1488095238095238, 2: 0.0, 3: 0.7023809523809523, 4: 0.1488095238095238}, 'edge_length_total': 112307.09200000002, 'edge_length_avg': 122.87428008752737, 'street_length_total': 56153.54599999999, 'street_length_avg': 122.87428008752732, 'street_segments_count': 457, 'node_density_km': 55.942950417830296, 'intersection_density_km': 47.618106605653175, 'edge_density_km': 18698.779997996153, 'street_density_km': 9349.389998998073, 'circuity_avg': 1.0388056048020486, 'self_loop_proportion': 0.00437636761487965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0388056048020486\n", - "7501\n", - "5011892.338750236\n", - "{'n': 181, 'm': 464, 'k_avg': 5.12707182320442, 'intersection_count': 138, 'streets_per_node_avg': 2.723756906077348, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 102, 4: 36}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23756906077348067, 2: 0.0, 3: 0.56353591160221, 4: 0.19889502762430938}, 'edge_length_total': 61585.95599999995, 'edge_length_avg': 132.72835344827575, 'street_length_total': 30792.97799999998, 'street_length_avg': 132.72835344827578, 'street_segments_count': 232, 'node_density_km': 36.114103768863906, 'intersection_density_km': 27.534510055818888, 'edge_density_km': 12287.964672313175, 'street_density_km': 6143.982336156589, 'circuity_avg': 1.0582471098692727, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0582471098692727\n", - "7502\n", - "42049615.30061316\n", - "{'n': 2016, 'm': 5776, 'k_avg': 5.73015873015873, 'intersection_count': 1705, 'streets_per_node_avg': 2.9350198412698414, 'streets_per_node_counts': {0: 0, 1: 311, 2: 0, 3: 1218, 4: 483, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15426587301587302, 2: 0.0, 3: 0.6041666666666666, 4: 0.23958333333333334, 5: 0.001984126984126984}, 'edge_length_total': 741919.3550000006, 'edge_length_avg': 128.4486417936289, 'street_length_total': 372843.36899999983, 'street_length_avg': 127.77360143934196, 'street_segments_count': 2918, 'node_density_km': 47.94336370469966, 'intersection_density_km': 40.547338847476645, 'edge_density_km': 17643.903510079963, 'street_density_km': 8866.748633359392, 'circuity_avg': 1.0447104694126403, 'self_loop_proportion': 0.002077562326869806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0447104694126403\n", - "7503\n", - "16044805.598850075\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 811, 'm': 2092, 'k_avg': 5.159062885326757, 'intersection_count': 608, 'streets_per_node_avg': 2.6177558569667077, 'streets_per_node_counts': {0: 0, 1: 203, 2: 0, 3: 512, 4: 96}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25030826140567203, 2: 0.0, 3: 0.6313193588162762, 4: 0.11837237977805179}, 'edge_length_total': 217527.46100000053, 'edge_length_avg': 103.98062189292568, 'street_length_total': 108812.56599999989, 'street_length_avg': 103.927952244508, 'street_segments_count': 1047, 'node_density_km': 50.5459536423504, 'intersection_density_km': 37.89388386504197, 'edge_density_km': 13557.500566762283, 'street_density_km': 6781.793978719096, 'circuity_avg': 1.071462480444111, 'self_loop_proportion': 0.0009560229445506692, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071462480444111\n", - "7504\n", - "27030723.3415585\n", - "{'n': 1593, 'm': 4211, 'k_avg': 5.286880100439422, 'intersection_count': 1271, 'streets_per_node_avg': 2.7237915881983676, 'streets_per_node_counts': {0: 0, 1: 322, 2: 0, 3: 1072, 4: 194, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20213433772755807, 2: 0.0, 3: 0.6729441305712492, 4: 0.12178279974890144, 5: 0.003138731952291274}, 'edge_length_total': 459063.2259999991, 'edge_length_avg': 109.01525195915438, 'street_length_total': 231511.7250000001, 'street_length_avg': 108.74200328792865, 'street_segments_count': 2129, 'node_density_km': 58.932940116731366, 'intersection_density_km': 47.020569295898035, 'edge_density_km': 16983.016702857167, 'street_density_km': 8564.762476927926, 'circuity_avg': 1.0786293706477297, 'self_loop_proportion': 0.00379957254808834, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0786293706477297\n", - "7505\n", - "8021832.756907977\n", - "{'n': 171, 'm': 462, 'k_avg': 5.4035087719298245, 'intersection_count': 144, 'streets_per_node_avg': 2.8771929824561404, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 113, 4: 29, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15789473684210525, 2: 0.0, 3: 0.6608187134502924, 4: 0.1695906432748538, 5: 0.011695906432748537}, 'edge_length_total': 83825.07400000007, 'edge_length_avg': 181.43955411255425, 'street_length_total': 41912.537, 'street_length_avg': 181.4395541125541, 'street_segments_count': 231, 'node_density_km': 21.316824369436503, 'intersection_density_km': 17.95100999531495, 'edge_density_km': 10449.61625855567, 'street_density_km': 5224.808129277831, 'circuity_avg': 1.0577776033555193, 'self_loop_proportion': 0.012987012987012988, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577776033555193\n", - "7506\n", - "7006903.073738812\n", - "{'n': 729, 'm': 1932, 'k_avg': 5.300411522633745, 'intersection_count': 579, 'streets_per_node_avg': 2.7064471879286693, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 495, 4: 82, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.205761316872428, 2: 0.0, 3: 0.6790123456790124, 4: 0.11248285322359397, 5: 0.0027434842249657062}, 'edge_length_total': 165320.13400000034, 'edge_length_avg': 85.56942753623206, 'street_length_total': 82888.57600000016, 'street_length_avg': 85.27631275720181, 'street_segments_count': 972, 'node_density_km': 104.04025749010583, 'intersection_density_km': 82.63279710119517, 'edge_density_km': 23593.894800629405, 'street_density_km': 11829.559382754764, 'circuity_avg': 1.0655078073056277, 'self_loop_proportion': 0.003105590062111801, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0655078073056277\n", - "7507\n", - "11025551.109747633\n", - "{'n': 471, 'm': 1276, 'k_avg': 5.418259023354564, 'intersection_count': 383, 'streets_per_node_avg': 2.81104033970276, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 297, 4: 85, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18683651804670912, 2: 0.0, 3: 0.6305732484076433, 4: 0.18046709129511676, 5: 0.0021231422505307855}, 'edge_length_total': 158699.45599999983, 'edge_length_avg': 124.37261442006256, 'street_length_total': 79349.72800000009, 'street_length_avg': 124.37261442006283, 'street_segments_count': 638, 'node_density_km': 42.71895303116334, 'intersection_density_km': 34.73749259221987, 'edge_density_km': 14393.78897438464, 'street_density_km': 7196.894487192337, 'circuity_avg': 1.0475743869104457, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0475743869104457\n", - "7508\n", - "9015783.322616043\n", - "{'n': 335, 'm': 902, 'k_avg': 5.385074626865672, 'intersection_count': 272, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 213, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1880597014925373, 2: 0.0, 3: 0.6358208955223881, 4: 0.1761194029850746}, 'edge_length_total': 106141.48600000016, 'edge_length_avg': 117.67348780487823, 'street_length_total': 53070.74300000002, 'street_length_avg': 117.67348780487809, 'street_segments_count': 451, 'node_density_km': 37.157059793091335, 'intersection_density_km': 30.16931422006222, 'edge_density_km': 11772.852363670369, 'street_density_km': 5886.426181835177, 'circuity_avg': 1.0497517878620877, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0497517878620877\n", - "7509\n", - "23064655.571839884\n", - "{'n': 1182, 'm': 3287, 'k_avg': 5.56175972927242, 'intersection_count': 954, 'streets_per_node_avg': 2.8240270727580374, 'streets_per_node_counts': {0: 0, 1: 228, 2: 0, 3: 714, 4: 232, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19289340101522842, 2: 0.0, 3: 0.6040609137055838, 4: 0.19627749576988154, 5: 0.00676818950930626}, 'edge_length_total': 345712.2440000012, 'edge_length_avg': 105.17561423790728, 'street_length_total': 173117.37299999993, 'street_length_avg': 105.17458869987846, 'street_segments_count': 1646, 'node_density_km': 51.24724261840391, 'intersection_density_km': 41.36198769708742, 'edge_density_km': 14988.831848071839, 'street_density_km': 7505.742821989613, 'circuity_avg': 1.0605687603497205, 'self_loop_proportion': 0.0036507453605111044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0605687603497205\n", - "7510\n", - "14017944.979558533\n", - "{'n': 705, 'm': 1933, 'k_avg': 5.483687943262411, 'intersection_count': 569, 'streets_per_node_avg': 2.7929078014184396, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 445, 4: 123, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19290780141843972, 2: 0.0, 3: 0.6312056737588653, 4: 0.17446808510638298, 5: 0.0, 6: 0.0014184397163120568}, 'edge_length_total': 221575.13100000063, 'edge_length_avg': 114.62758975685496, 'street_length_total': 111236.11399999996, 'street_length_avg': 114.44044650205757, 'street_segments_count': 972, 'node_density_km': 50.29267849374898, 'intersection_density_km': 40.59082845807542, 'edge_density_km': 15806.534504387724, 'street_density_km': 7935.265416022707, 'circuity_avg': 1.0586125711037604, 'self_loop_proportion': 0.0031039834454216243, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586125711037604\n", - "7511\n", - "7017774.514973732\n", - "{'n': 231, 'm': 582, 'k_avg': 5.038961038961039, 'intersection_count': 170, 'streets_per_node_avg': 2.632034632034632, 'streets_per_node_counts': {0: 0, 1: 61, 2: 2, 3: 129, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26406926406926406, 2: 0.008658008658008658, 3: 0.5584415584415584, 4: 0.16883116883116883}, 'edge_length_total': 94913.34700000007, 'edge_length_avg': 163.08135223367708, 'street_length_total': 47957.695000000036, 'street_length_avg': 163.121411564626, 'street_segments_count': 294, 'node_density_km': 32.9164180905383, 'intersection_density_km': 24.224203789573643, 'edge_density_km': 13524.707412226588, 'street_density_km': 6833.746923283635, 'circuity_avg': 1.0803921650612847, 'self_loop_proportion': 0.006872852233676976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0803921650612847\n", - "7512\n", - "7008129.226427226\n", - "{'n': 251, 'm': 684, 'k_avg': 5.450199203187251, 'intersection_count': 220, 'streets_per_node_avg': 2.8764940239043826, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 189, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12350597609561753, 2: 0.0, 3: 0.7529880478087649, 4: 0.12350597609561753}, 'edge_length_total': 107239.7140000001, 'edge_length_avg': 156.78320760233933, 'street_length_total': 53619.85699999998, 'street_length_avg': 156.78320760233913, 'street_segments_count': 342, 'node_density_km': 35.815549612512044, 'intersection_density_km': 31.39211519821773, 'edge_density_km': 15302.188435054208, 'street_density_km': 7651.094217527094, 'circuity_avg': 1.0489825222272675, 'self_loop_proportion': 0.0029239766081871343, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0489825222272675\n", - "7513\n", - "24050100.9358185\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1067, 'm': 2955, 'k_avg': 5.5388940955951265, 'intersection_count': 882, 'streets_per_node_avg': 2.8256794751640113, 'streets_per_node_counts': {0: 0, 1: 185, 2: 1, 3: 697, 4: 183, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1733833177132146, 2: 0.0009372071227741331, 3: 0.6532333645735707, 4: 0.17150890346766634, 5: 0.0009372071227741331}, 'edge_length_total': 321459.5820000006, 'edge_length_avg': 108.78496852791898, 'street_length_total': 161922.2290000001, 'street_length_avg': 108.599751173709, 'street_segments_count': 1491, 'node_density_km': 44.36571816673278, 'intersection_density_km': 36.67344275825521, 'edge_density_km': 13366.2466888545, 'street_density_km': 6732.70475795986, 'circuity_avg': 1.0733670648525155, 'self_loop_proportion': 0.0040609137055837565, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733670648525155\n", - "7514\n", - "10011542.388481816\n", - "{'n': 699, 'm': 2090, 'k_avg': 5.979971387696709, 'intersection_count': 630, 'streets_per_node_avg': 3.071530758226037, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 445, 4: 182, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09871244635193133, 2: 0.0, 3: 0.6366237482117311, 4: 0.2603719599427754, 5: 0.004291845493562232}, 'edge_length_total': 213865.72999999998, 'edge_length_avg': 102.3281004784689, 'street_length_total': 106932.86499999992, 'street_length_avg': 102.32810047846883, 'street_segments_count': 1045, 'node_density_km': 69.81941172263255, 'intersection_density_km': 62.92736678863878, 'edge_density_km': 21361.916246396806, 'street_density_km': 10680.958123198396, 'circuity_avg': 1.04127919375791, 'self_loop_proportion': 0.0028708133971291866, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04127919375791\n", - "7515\n", - "240509292.30425346\n", - "{'n': 24898, 'm': 68066, 'k_avg': 5.467587758052856, 'intersection_count': 20506, 'streets_per_node_avg': 2.844083862157603, 'streets_per_node_counts': {0: 0, 1: 4392, 2: 16, 3: 15696, 4: 4676, 5: 112, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1763997108201462, 2: 0.0006426218973411519, 3: 0.63041208129167, 4: 0.18780624949795163, 5: 0.004498353281388063, 6: 0.00024098321150293196}, 'edge_length_total': 5457731.832000038, 'edge_length_avg': 80.18293761937, 'street_length_total': 2839102.843000014, 'street_length_avg': 80.5876481124046, 'street_segments_count': 35230, 'node_density_km': 103.52198770142768, 'intersection_density_km': 85.26073900736911, 'edge_density_km': 22692.39487468866, 'street_density_km': 11804.545328786882, 'circuity_avg': 1.0745579381377866, 'self_loop_proportion': 0.002762025093291805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0745579381377866\n", - "7516\n", - "8014637.00153403\n", - "{'n': 289, 'm': 810, 'k_avg': 5.6055363321799305, 'intersection_count': 249, 'streets_per_node_avg': 2.878892733564014, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 204, 4: 45}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1384083044982699, 2: 0.0, 3: 0.7058823529411765, 4: 0.15570934256055363}, 'edge_length_total': 91287.19000000008, 'edge_length_avg': 112.70023456790133, 'street_length_total': 45643.594999999965, 'street_length_avg': 112.70023456790115, 'street_segments_count': 405, 'node_density_km': 36.059025498557745, 'intersection_density_km': 31.068156917442487, 'edge_density_km': 11390.059210732486, 'street_density_km': 5695.029605366234, 'circuity_avg': 1.058031021031272, 'self_loop_proportion': 0.0024691358024691358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058031021031272\n", - "7517\n", - "41093248.88047763\n", - "{'n': 3382, 'm': 9370, 'k_avg': 5.541099940863394, 'intersection_count': 2798, 'streets_per_node_avg': 2.8237729154346543, 'streets_per_node_counts': {0: 0, 1: 584, 2: 1, 3: 2235, 4: 552, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17267888823181549, 2: 0.00029568302779420464, 3: 0.6608515671200473, 4: 0.16321703134240095, 5: 0.0026611472501478417, 6: 0.00029568302779420464}, 'edge_length_total': 795270.8879999967, 'edge_length_avg': 84.8741609391672, 'street_length_total': 401476.3899999999, 'street_length_avg': 84.84285502958578, 'street_segments_count': 4732, 'node_density_km': 82.30062339039596, 'intersection_density_km': 68.08904324255704, 'edge_density_km': 19352.835554888672, 'street_density_km': 9769.886804708965, 'circuity_avg': 1.0639416898199732, 'self_loop_proportion': 0.0021344717182497333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639416898199732\n", - "7518\n", - "6008230.6319993725\n", - "{'n': 294, 'm': 848, 'k_avg': 5.7687074829931975, 'intersection_count': 266, 'streets_per_node_avg': 3.0272108843537415, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 204, 4: 60, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09523809523809523, 2: 0.0, 3: 0.6938775510204082, 4: 0.20408163265306123, 5: 0.006802721088435374}, 'edge_length_total': 106267.5180000002, 'edge_length_avg': 125.31546933962288, 'street_length_total': 53765.66000000003, 'street_length_avg': 124.74631090487246, 'street_segments_count': 431, 'node_density_km': 48.93287525185513, 'intersection_density_km': 44.27260141834512, 'edge_density_km': 17686.99048169483, 'street_density_km': 8948.667801407004, 'circuity_avg': 1.0336279895810325, 'self_loop_proportion': 0.0023584905660377358, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0336279895810325\n", - "7519\n", - "13030706.78924227\n", - "{'n': 1103, 'm': 3078, 'k_avg': 5.5811423390752495, 'intersection_count': 897, 'streets_per_node_avg': 2.869446962828649, 'streets_per_node_counts': {0: 0, 1: 206, 2: 1, 3: 628, 4: 267, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18676337262012693, 2: 0.0009066183136899365, 3: 0.5693563009972802, 4: 0.24206708975521304, 5: 0.0009066183136899365}, 'edge_length_total': 274057.8640000005, 'edge_length_avg': 89.03764262508139, 'street_length_total': 137770.296, 'street_length_avg': 88.65527413127413, 'street_segments_count': 1554, 'node_density_km': 84.64621434891015, 'intersection_density_km': 68.83740187758151, 'edge_density_km': 21031.696011014064, 'street_density_km': 10572.741619337081, 'circuity_avg': 1.0487297158549442, 'self_loop_proportion': 0.001299545159194282, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0487297158549442\n", - "7520\n", - "8012751.154425436\n", - "{'n': 162, 'm': 367, 'k_avg': 4.530864197530864, 'intersection_count': 117, 'streets_per_node_avg': 2.5123456790123457, 'streets_per_node_counts': {0: 0, 1: 45, 2: 1, 3: 104, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2777777777777778, 2: 0.006172839506172839, 3: 0.6419753086419753, 4: 0.07407407407407407}, 'edge_length_total': 73818.41700000004, 'edge_length_avg': 201.14010081743882, 'street_length_total': 38405.687000000005, 'street_length_avg': 200.0296197916667, 'street_segments_count': 192, 'node_density_km': 20.2177750035988, 'intersection_density_km': 14.601726391488022, 'edge_density_km': 9212.618185356998, 'street_density_km': 4793.071226078022, 'circuity_avg': 1.0467334702085302, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467334702085302\n", - "7521\n", - "6015097.142356014\n", - "{'n': 267, 'm': 733, 'k_avg': 5.49063670411985, 'intersection_count': 230, 'streets_per_node_avg': 2.853932584269663, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 196, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13857677902621723, 2: 0.0, 3: 0.7340823970037453, 4: 0.12359550561797752, 5: 0.003745318352059925}, 'edge_length_total': 87468.46800000004, 'edge_length_avg': 119.3294242837654, 'street_length_total': 43779.851999999984, 'street_length_avg': 119.29114986376018, 'street_segments_count': 367, 'node_density_km': 44.38831055942357, 'intersection_density_km': 38.23712145568322, 'edge_density_km': 14541.488845471926, 'street_density_km': 7278.3283401558065, 'circuity_avg': 1.0615422889728892, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615422889728892\n", - "7522\n", - "32037205.43466871\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1507, 'm': 4130, 'k_avg': 5.481088254810882, 'intersection_count': 1243, 'streets_per_node_avg': 2.8082282680822828, 'streets_per_node_counts': {0: 0, 1: 264, 2: 0, 3: 1005, 4: 237, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17518248175182483, 2: 0.0, 3: 0.6668878566688786, 4: 0.15726609157266092, 5: 0.0006635700066357001}, 'edge_length_total': 510993.5949999995, 'edge_length_avg': 123.72726271186428, 'street_length_total': 257873.31899999958, 'street_length_avg': 123.73959644913607, 'street_segments_count': 2084, 'node_density_km': 47.03905910498725, 'intersection_density_km': 38.79863999170481, 'edge_density_km': 15950.005253798869, 'street_density_km': 8049.18267686809, 'circuity_avg': 1.051547477351194, 'self_loop_proportion': 0.00048426150121065375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051547477351194\n", - "7523\n", - "9025980.071817337\n", - "{'n': 374, 'm': 1032, 'k_avg': 5.518716577540107, 'intersection_count': 301, 'streets_per_node_avg': 2.799465240641711, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 232, 4: 67, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19518716577540107, 2: 0.0, 3: 0.6203208556149733, 4: 0.17914438502673796, 5: 0.0053475935828877}, 'edge_length_total': 129827.971, 'edge_length_avg': 125.80229748062015, 'street_length_total': 65635.84099999997, 'street_length_avg': 126.46597495183039, 'street_segments_count': 519, 'node_density_km': 41.43594346809775, 'intersection_density_km': 33.348179101330004, 'edge_density_km': 14383.808735117203, 'street_density_km': 7271.879671542917, 'circuity_avg': 1.0758956210508817, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0758956210508817\n", - "7524\n", - "40049243.42980235\n", - "{'n': 4845, 'm': 13590, 'k_avg': 5.609907120743034, 'intersection_count': 3988, 'streets_per_node_avg': 2.8414860681114553, 'streets_per_node_counts': {0: 0, 1: 857, 2: 0, 3: 3056, 4: 919, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17688338493292052, 2: 0.0, 3: 0.6307533539731682, 4: 0.18968008255933952, 5: 0.002476780185758514, 6: 0.0002063983488132095}, 'edge_length_total': 995162.1479999974, 'edge_length_avg': 73.22753112582762, 'street_length_total': 498723.8280000004, 'street_length_avg': 73.15884230599977, 'street_segments_count': 6817, 'node_density_km': 120.97606808708473, 'intersection_density_km': 99.57741166796572, 'edge_density_km': 24848.463111277022, 'street_density_km': 12452.76527817948, 'circuity_avg': 1.0613767864836483, 'self_loop_proportion': 0.0017660044150110375, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613767864836483\n", - "7525\n", - "17038414.57123669\n", - "{'n': 828, 'm': 2198, 'k_avg': 5.309178743961352, 'intersection_count': 653, 'streets_per_node_avg': 2.7355072463768115, 'streets_per_node_counts': {0: 0, 1: 175, 2: 0, 3: 524, 4: 127, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2113526570048309, 2: 0.0, 3: 0.6328502415458938, 4: 0.15338164251207728, 5: 0.0024154589371980675}, 'edge_length_total': 269975.40099999966, 'edge_length_avg': 122.8277529572337, 'street_length_total': 135778.586, 'street_length_avg': 122.2129486948695, 'street_segments_count': 1111, 'node_density_km': 48.596070751663945, 'intersection_density_km': 38.32516207830502, 'edge_density_km': 15845.101072711144, 'street_density_km': 7968.968323450347, 'circuity_avg': 1.0627311055610162, 'self_loop_proportion': 0.00272975432211101, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0627311055610162\n", - "7526\n", - "10010430.366043726\n", - "{'n': 667, 'm': 1778, 'k_avg': 5.331334332833583, 'intersection_count': 523, 'streets_per_node_avg': 2.712143928035982, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 430, 4: 90, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2158920539730135, 2: 0.0, 3: 0.6446776611694153, 4: 0.13493253373313344, 5: 0.004497751124437781}, 'edge_length_total': 162416.79200000022, 'edge_length_avg': 91.34802699662555, 'street_length_total': 81452.83300000001, 'street_length_avg': 90.80583389074695, 'street_segments_count': 897, 'node_density_km': 66.63050194750103, 'intersection_density_km': 52.24550602480216, 'edge_density_km': 16224.756185401628, 'street_density_km': 8136.79632359217, 'circuity_avg': 1.0607359823706877, 'self_loop_proportion': 0.0011248593925759281, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0607359823706877\n", - "7527\n", - "7017109.154129509\n", - "{'n': 390, 'm': 1035, 'k_avg': 5.3076923076923075, 'intersection_count': 311, 'streets_per_node_avg': 2.7153846153846155, 'streets_per_node_counts': {0: 0, 1: 79, 2: 1, 3: 262, 4: 48}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20256410256410257, 2: 0.002564102564102564, 3: 0.6717948717948717, 4: 0.12307692307692308}, 'edge_length_total': 114856.24799999993, 'edge_length_avg': 110.972220289855, 'street_length_total': 57580.120000000024, 'street_length_avg': 110.3067432950192, 'street_segments_count': 522, 'node_density_km': 55.57844283646184, 'intersection_density_km': 44.320245441383676, 'edge_density_km': 16368.029266355079, 'street_density_km': 8205.675404965677, 'circuity_avg': 1.0692475821131437, 'self_loop_proportion': 0.001932367149758454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0692475821131437\n", - "7528\n", - "24034687.44443601\n", - "{'n': 940, 'm': 2740, 'k_avg': 5.829787234042553, 'intersection_count': 814, 'streets_per_node_avg': 3.0074468085106383, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 558, 4: 254, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13404255319148936, 2: 0.0, 3: 0.5936170212765958, 4: 0.2702127659574468, 5: 0.0010638297872340426, 6: 0.0010638297872340426}, 'edge_length_total': 369477.6660000004, 'edge_length_avg': 134.84586350364978, 'street_length_total': 185034.83800000028, 'street_length_avg': 134.2778214804066, 'street_segments_count': 1378, 'node_density_km': 39.11014038244165, 'intersection_density_km': 33.86771730990159, 'edge_density_km': 15372.684452592448, 'street_density_km': 7698.657967896127, 'circuity_avg': 1.0432275753264968, 'self_loop_proportion': 0.00072992700729927, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432275753264968\n", - "7529\n", - "11030742.622040665\n", - "{'n': 336, 'm': 877, 'k_avg': 5.220238095238095, 'intersection_count': 272, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 64, 2: 1, 3: 227, 4: 43, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19047619047619047, 2: 0.002976190476190476, 3: 0.6755952380952381, 4: 0.12797619047619047, 5: 0.002976190476190476}, 'edge_length_total': 134382.273, 'edge_length_avg': 153.22950171037627, 'street_length_total': 67431.91400000003, 'street_length_avg': 153.25435000000007, 'street_segments_count': 440, 'node_density_km': 30.460324523267744, 'intersection_density_km': 24.65835794740722, 'edge_density_km': 12182.522755221311, 'street_density_km': 6113.08923709846, 'circuity_avg': 1.050292774828071, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.050292774828071\n", - "7530\n", - "12022574.09561073\n", - "{'n': 503, 'm': 1462, 'k_avg': 5.813121272365805, 'intersection_count': 442, 'streets_per_node_avg': 3.0497017892644136, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 300, 4: 137, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12127236580516898, 2: 0.0, 3: 0.5964214711729622, 4: 0.27236580516898606, 5: 0.009940357852882704}, 'edge_length_total': 185014.16899999997, 'edge_length_avg': 126.54867920656632, 'street_length_total': 95374.39299999995, 'street_length_avg': 126.49123740053044, 'street_segments_count': 754, 'node_density_km': 41.837962153515704, 'intersection_density_km': 36.764173502691726, 'edge_density_km': 15388.8982117021, 'street_density_km': 7932.942832502049, 'circuity_avg': 1.040278386816046, 'self_loop_proportion': 0.0013679890560875513, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040278386816046\n", - "7531\n", - "7019034.144543486\n", - "{'n': 308, 'm': 786, 'k_avg': 5.103896103896104, 'intersection_count': 236, 'streets_per_node_avg': 2.6396103896103895, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 204, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23376623376623376, 2: 0.0, 3: 0.6623376623376623, 4: 0.10064935064935066, 5: 0.003246753246753247}, 'edge_length_total': 90534.02400000002, 'edge_length_avg': 115.1832366412214, 'street_length_total': 45267.011999999995, 'street_length_avg': 115.18323664122136, 'street_segments_count': 393, 'node_density_km': 43.880681252909355, 'intersection_density_km': 33.622859661320156, 'edge_density_km': 12898.35925223132, 'street_density_km': 6449.179626115658, 'circuity_avg': 1.0844341463087457, 'self_loop_proportion': 0.005089058524173028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0844341463087457\n", - "7532\n", - "10014302.59118765\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 664, 'm': 1913, 'k_avg': 5.7620481927710845, 'intersection_count': 590, 'streets_per_node_avg': 2.9789156626506026, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 461, 4: 124, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11144578313253012, 2: 0.0, 3: 0.6942771084337349, 4: 0.18674698795180722, 5: 0.007530120481927711}, 'edge_length_total': 187378.69899999985, 'edge_length_avg': 97.95018243596438, 'street_length_total': 94304.91199999995, 'street_length_avg': 98.23428333333328, 'street_segments_count': 960, 'node_density_km': 66.3051664310907, 'intersection_density_km': 58.915735232445044, 'edge_density_km': 18711.108166922044, 'street_density_km': 9417.0224178153, 'circuity_avg': 1.0500362580211746, 'self_loop_proportion': 0.0010454783063251437, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0500362580211746\n", - "7533\n", - "10021063.863197986\n", - "{'n': 226, 'm': 524, 'k_avg': 4.6371681415929205, 'intersection_count': 150, 'streets_per_node_avg': 2.4424778761061945, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 124, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.336283185840708, 2: 0.0, 3: 0.5486725663716814, 4: 0.11504424778761062}, 'edge_length_total': 77502.802, 'edge_length_avg': 147.9061106870229, 'street_length_total': 38751.40100000003, 'street_length_avg': 147.90611068702302, 'street_segments_count': 262, 'node_density_km': 22.552495731513822, 'intersection_density_km': 14.968470618261387, 'edge_density_km': 7733.989430466198, 'street_density_km': 3866.9947152331024, 'circuity_avg': 1.1047502574743713, 'self_loop_proportion': 0.007633587786259542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1047502574743713\n", - "7534\n", - "20017895.042601943\n", - "{'n': 1255, 'm': 3495, 'k_avg': 5.569721115537849, 'intersection_count': 1009, 'streets_per_node_avg': 2.8151394422310756, 'streets_per_node_counts': {0: 0, 1: 246, 2: 0, 3: 758, 4: 242, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19601593625498007, 2: 0.0, 3: 0.6039840637450199, 4: 0.19282868525896416, 5: 0.007171314741035857}, 'edge_length_total': 389382.92899999965, 'edge_length_avg': 111.41142460658074, 'street_length_total': 194712.48599999992, 'street_length_avg': 111.39158237986265, 'street_segments_count': 1748, 'node_density_km': 62.693904495408624, 'intersection_density_km': 50.4049001082608, 'edge_density_km': 19451.741962444987, 'street_density_km': 9726.92111661162, 'circuity_avg': 1.0573991084572694, 'self_loop_proportion': 0.005150214592274678, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573991084572694\n", - "7535\n", - "10022363.583714325\n", - "{'n': 430, 'm': 1177, 'k_avg': 5.474418604651163, 'intersection_count': 359, 'streets_per_node_avg': 2.8046511627906976, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 301, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16511627906976745, 2: 0.0, 3: 0.7, 4: 0.13488372093023257}, 'edge_length_total': 140065.8710000001, 'edge_length_avg': 119.00243925233653, 'street_length_total': 70356.06300000001, 'street_length_avg': 118.04708557046982, 'street_segments_count': 596, 'node_density_km': 42.90405116600653, 'intersection_density_km': 35.81989388045662, 'edge_density_km': 13975.333246500639, 'street_density_km': 7019.907271606464, 'circuity_avg': 1.0620663605922889, 'self_loop_proportion': 0.0016992353440951572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0620663605922889\n", - "7536\n", - "7006815.4018467935\n", - "{'n': 438, 'm': 1140, 'k_avg': 5.205479452054795, 'intersection_count': 345, 'streets_per_node_avg': 2.67351598173516, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 302, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21232876712328766, 2: 0.0, 3: 0.6894977168949772, 4: 0.09817351598173515}, 'edge_length_total': 112543.69199999992, 'edge_length_avg': 98.7225368421052, 'street_length_total': 56271.84599999998, 'street_length_avg': 98.72253684210523, 'street_segments_count': 570, 'node_density_km': 62.510566481394086, 'intersection_density_km': 49.237774968221366, 'edge_density_km': 16062.031828373367, 'street_density_km': 8031.015914186687, 'circuity_avg': 1.076169078118306, 'self_loop_proportion': 0.007017543859649123, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.076169078118306\n", - "7537\n", - "6013311.196468639\n", - "{'n': 334, 'm': 783, 'k_avg': 4.688622754491018, 'intersection_count': 243, 'streets_per_node_avg': 2.5269461077844313, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 219, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27245508982035926, 2: 0.0, 3: 0.655688622754491, 4: 0.0718562874251497}, 'edge_length_total': 88395.18200000004, 'edge_length_avg': 112.89295274584936, 'street_length_total': 45052.31300000003, 'street_length_avg': 112.07043034825878, 'street_segments_count': 402, 'node_density_km': 55.54344172244801, 'intersection_density_km': 40.41034831902655, 'edge_density_km': 14699.918083719125, 'street_density_km': 7492.097369990984, 'circuity_avg': 1.0476122003806574, 'self_loop_proportion': 0.002554278416347382, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476122003806574\n", - "7538\n", - "8009196.63486309\n", - "{'n': 385, 'm': 1081, 'k_avg': 5.615584415584416, 'intersection_count': 349, 'streets_per_node_avg': 2.961038961038961, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 293, 4: 55, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09350649350649351, 2: 0.0, 3: 0.7610389610389611, 4: 0.14285714285714285, 5: 0.0025974025974025974}, 'edge_length_total': 133981.5099999999, 'edge_length_avg': 123.94219241443098, 'street_length_total': 67257.18800000004, 'street_length_avg': 124.09075276752775, 'street_segments_count': 542, 'node_density_km': 48.06974001913505, 'intersection_density_km': 43.574907186176965, 'edge_density_km': 16728.458059925033, 'street_density_km': 8397.494913189848, 'circuity_avg': 1.0469811123193062, 'self_loop_proportion': 0.005550416281221091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0469811123193062\n", - "7539\n", - "5012415.956270315\n", - "{'n': 305, 'm': 800, 'k_avg': 5.245901639344262, 'intersection_count': 231, 'streets_per_node_avg': 2.681967213114754, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 182, 4: 47, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24262295081967214, 2: 0.0, 3: 0.5967213114754099, 4: 0.1540983606557377, 5: 0.006557377049180328}, 'edge_length_total': 76151.12199999994, 'edge_length_avg': 95.18890249999993, 'street_length_total': 38075.56099999999, 'street_length_avg': 95.18890249999997, 'street_segments_count': 400, 'node_density_km': 60.84890054235389, 'intersection_density_km': 46.08556073863524, 'edge_density_km': 15192.498520546405, 'street_density_km': 7596.249260273205, 'circuity_avg': 1.046951177092184, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046951177092184\n", - "7540\n", - "8007315.830203855\n", - "{'n': 720, 'm': 1940, 'k_avg': 5.388888888888889, 'intersection_count': 591, 'streets_per_node_avg': 2.7694444444444444, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 500, 4: 90, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17916666666666667, 2: 0.0, 3: 0.6944444444444444, 4: 0.125, 5: 0.001388888888888889}, 'edge_length_total': 183948.20999999973, 'edge_length_avg': 94.81866494845347, 'street_length_total': 91974.10500000019, 'street_length_avg': 94.8186649484538, 'street_segments_count': 970, 'node_density_km': 89.91777210587055, 'intersection_density_km': 73.80750460356874, 'edge_density_km': 22972.51836953166, 'street_density_km': 11486.25918476587, 'circuity_avg': 1.072753622610017, 'self_loop_proportion': 0.010309278350515464, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072753622610017\n", - "7541\n", - "110266616.29091282\n", - "{'n': 11927, 'm': 33452, 'k_avg': 5.609457533327744, 'intersection_count': 9976, 'streets_per_node_avg': 2.8840446046784605, 'streets_per_node_counts': {0: 0, 1: 1951, 2: 9, 3: 7540, 4: 2339, 5: 78, 6: 8, 7: 1, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16357843548251866, 2: 0.0007545904250859395, 3: 0.6321790894608871, 4: 0.19610966714177916, 5: 0.006539783684078142, 6: 0.0006707470445208351, 7: 8.384338056510439e-05, 8: 8.384338056510439e-05}, 'edge_length_total': 2357965.282000001, 'edge_length_avg': 70.4880211048667, 'street_length_total': 1201142.2800000028, 'street_length_avg': 70.12741008874374, 'street_segments_count': 17128, 'node_density_km': 108.16510382918965, 'intersection_density_km': 90.47162537100662, 'edge_density_km': 21384.217284577393, 'street_density_km': 10893.072812092722, 'circuity_avg': 1.072201884718321, 'self_loop_proportion': 0.0021224440990075333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072201884718321\n", - "7542\n", - "5007658.822206006\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 318, 'm': 892, 'k_avg': 5.610062893081761, 'intersection_count': 273, 'streets_per_node_avg': 2.861635220125786, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 229, 4: 42, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14150943396226415, 2: 0.0, 3: 0.720125786163522, 4: 0.1320754716981132, 5: 0.006289308176100629}, 'edge_length_total': 87965.81999999992, 'edge_length_avg': 98.61639013452906, 'street_length_total': 43982.90999999999, 'street_length_avg': 98.61639013452913, 'street_segments_count': 446, 'node_density_km': 63.5027287781384, 'intersection_density_km': 54.51649357368485, 'edge_density_km': 17566.25663272496, 'street_density_km': 8783.128316362485, 'circuity_avg': 1.0539123324384552, 'self_loop_proportion': 0.004484304932735426, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0539123324384552\n", - "7543\n", - "15038322.535303302\n", - "{'n': 1953, 'm': 5158, 'k_avg': 5.282130056323605, 'intersection_count': 1462, 'streets_per_node_avg': 2.686635944700461, 'streets_per_node_counts': {0: 0, 1: 491, 2: 2, 3: 1102, 4: 345, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25140809011776755, 2: 0.0010240655401945725, 3: 0.5642601126472094, 4: 0.17665130568356374, 5: 0.006144393241167435, 6: 0.0005120327700972862}, 'edge_length_total': 331309.81100000016, 'edge_length_avg': 64.23222392400159, 'street_length_total': 167940.0350000001, 'street_length_avg': 64.44360514198009, 'street_segments_count': 2606, 'node_density_km': 129.86820806743725, 'intersection_density_km': 97.21828991018602, 'edge_density_km': 22031.035058746205, 'street_density_km': 11167.471279177014, 'circuity_avg': 1.0579835255198389, 'self_loop_proportion': 0.0015509887553315238, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0579835255198389\n", - "7544\n", - "11012468.987380084\n", - "{'n': 349, 'm': 913, 'k_avg': 5.232091690544412, 'intersection_count': 278, 'streets_per_node_avg': 2.7449856733524354, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 228, 4: 47, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2034383954154728, 2: 0.0, 3: 0.6532951289398281, 4: 0.1346704871060172, 5: 0.008595988538681949}, 'edge_length_total': 138181.16299999985, 'edge_length_avg': 151.34848083242042, 'street_length_total': 69170.85299999997, 'street_length_avg': 151.35854048140038, 'street_segments_count': 457, 'node_density_km': 31.691349178821042, 'intersection_density_km': 25.24411195333023, 'edge_density_km': 12547.700534580465, 'street_density_km': 6281.1394138106025, 'circuity_avg': 1.0611850062041195, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0611850062041195\n", - "7545\n", - "47055669.59775024\n", - "{'n': 3504, 'm': 9868, 'k_avg': 5.632420091324201, 'intersection_count': 3015, 'streets_per_node_avg': 2.9123858447488584, 'streets_per_node_counts': {0: 0, 1: 489, 2: 0, 3: 2358, 4: 643, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13955479452054795, 2: 0.0, 3: 0.672945205479452, 4: 0.18350456621004566, 5: 0.003995433789954338}, 'edge_length_total': 795784.0299999978, 'edge_length_avg': 80.64288913660295, 'street_length_total': 405029.44599999813, 'street_length_avg': 80.1245194856574, 'street_segments_count': 5055, 'node_density_km': 74.46499072170315, 'intersection_density_km': 64.07304424256135, 'edge_density_km': 16911.54406690336, 'street_density_km': 8607.4526079927, 'circuity_avg': 1.0794577001559507, 'self_loop_proportion': 0.0022294284556141062, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0794577001559507\n", - "7546\n", - "10009608.402380083\n", - "{'n': 414, 'm': 1138, 'k_avg': 5.497584541062802, 'intersection_count': 365, 'streets_per_node_avg': 2.864734299516908, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 324, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11835748792270531, 2: 0.0, 3: 0.782608695652174, 4: 0.0966183574879227, 5: 0.0024154589371980675}, 'edge_length_total': 149184.21600000004, 'edge_length_avg': 131.09333567662568, 'street_length_total': 74592.10800000005, 'street_length_avg': 131.09333567662574, 'street_segments_count': 569, 'node_density_km': 41.360259398515446, 'intersection_density_km': 36.464962996275695, 'edge_density_km': 14904.10113991343, 'street_density_km': 7452.050569956718, 'circuity_avg': 1.0527501379447206, 'self_loop_proportion': 0.01054481546572935, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527501379447206\n", - "7547\n", - "18020544.904427685\n", - "{'n': 609, 'm': 1717, 'k_avg': 5.638752052545156, 'intersection_count': 533, 'streets_per_node_avg': 2.8949096880131364, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 447, 4: 84, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12479474548440066, 2: 0.0, 3: 0.7339901477832512, 4: 0.13793103448275862, 5: 0.003284072249589491}, 'edge_length_total': 283187.4119999999, 'edge_length_avg': 164.93151543389627, 'street_length_total': 141817.78199999992, 'street_length_avg': 163.95119306358373, 'street_segments_count': 865, 'node_density_km': 33.79476054857628, 'intersection_density_km': 29.57735200721044, 'edge_density_km': 15714.697502316934, 'street_density_km': 7869.783225320507, 'circuity_avg': 1.0530138620176654, 'self_loop_proportion': 0.0023296447291788003, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530138620176654\n", - "7548\n", - "7010257.428724088\n", - "{'n': 507, 'm': 1264, 'k_avg': 4.986193293885601, 'intersection_count': 368, 'streets_per_node_avg': 2.5364891518737673, 'streets_per_node_counts': {0: 0, 1: 139, 2: 0, 3: 326, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27416173570019725, 2: 0.0, 3: 0.6429980276134122, 4: 0.08086785009861933, 5: 0.0019723865877712033}, 'edge_length_total': 101360.13000000008, 'edge_length_avg': 80.18997626582285, 'street_length_total': 50680.06500000001, 'street_length_avg': 80.1899762658228, 'street_segments_count': 632, 'node_density_km': 72.32259373565934, 'intersection_density_km': 52.49450590675076, 'edge_density_km': 14458.8313668316, 'street_density_km': 7229.415683415796, 'circuity_avg': 1.0522669783651801, 'self_loop_proportion': 0.004746835443037975, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0522669783651801\n", - "7549\n", - "5005390.616072084\n", - "{'n': 164, 'm': 464, 'k_avg': 5.658536585365853, 'intersection_count': 144, 'streets_per_node_avg': 2.8963414634146343, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 121, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12195121951219512, 2: 0.0, 3: 0.7378048780487805, 4: 0.1402439024390244}, 'edge_length_total': 69732.236, 'edge_length_avg': 150.28499137931036, 'street_length_total': 34866.118, 'street_length_avg': 150.28499137931036, 'street_segments_count': 232, 'node_density_km': 32.7646756425769, 'intersection_density_km': 28.76898349104313, 'edge_density_km': 13931.427404705026, 'street_density_km': 6965.713702352513, 'circuity_avg': 1.0768707664201709, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0768707664201709\n", - "7550\n", - "5008850.989436405\n", - "{'n': 149, 'm': 402, 'k_avg': 5.395973154362416, 'intersection_count': 123, 'streets_per_node_avg': 2.785234899328859, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 103, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.174496644295302, 2: 0.0, 3: 0.6912751677852349, 4: 0.1342281879194631}, 'edge_length_total': 59540.13799999995, 'edge_length_avg': 148.10979601990036, 'street_length_total': 29770.06900000003, 'street_length_avg': 148.10979601990064, 'street_segments_count': 201, 'node_density_km': 29.74734131924445, 'intersection_density_km': 24.55653008232931, 'edge_density_km': 11886.98528376453, 'street_density_km': 5943.492641882276, 'circuity_avg': 1.0350749487025133, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0350749487025133\n", - "7551\n", - "184288747.65268785\n", - "{'n': 14903, 'm': 43095, 'k_avg': 5.783399315574045, 'intersection_count': 13162, 'streets_per_node_avg': 3.043950882372677, 'streets_per_node_counts': {0: 0, 1: 1741, 2: 30, 3: 9057, 4: 3992, 5: 76, 6: 6, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11682211635241227, 2: 0.0020130175132523653, 3: 0.6077299872508891, 4: 0.26786553043011474, 5: 0.005099644366905992, 6: 0.0004026035026504731, 7: 0.0, 8: 6.710058377507885e-05}, 'edge_length_total': 3690958.1130000157, 'edge_length_avg': 85.64701503654753, 'street_length_total': 1937491.9529999837, 'street_length_avg': 85.84368422684908, 'street_segments_count': 22570, 'node_density_km': 80.8676611557767, 'intersection_density_km': 71.42052983508911, 'edge_density_km': 20028.12521118233, 'street_density_km': 10513.349174478073, 'circuity_avg': 1.0764350629491175, 'self_loop_proportion': 0.0029701821557025177, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0764350629491175\n", - "7552\n", - "57068590.12323737\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2357, 'm': 6050, 'k_avg': 5.133644463300806, 'intersection_count': 1837, 'streets_per_node_avg': 2.690708527789563, 'streets_per_node_counts': {0: 0, 1: 520, 2: 0, 3: 1532, 4: 300, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2206194314806958, 2: 0.0, 3: 0.6499787865931269, 4: 0.12728044123886295, 5: 0.0016970725498515061, 6: 0.00042426813746287653}, 'edge_length_total': 731400.7220000009, 'edge_length_avg': 120.89268132231419, 'street_length_total': 381882.2969999997, 'street_length_avg': 122.5946378812198, 'street_segments_count': 3115, 'node_density_km': 41.30117801947011, 'intersection_density_km': 32.1893356053316, 'edge_density_km': 12816.169462406026, 'street_density_km': 6691.6371365639125, 'circuity_avg': 1.0925021749170485, 'self_loop_proportion': 0.001322314049586777, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0925021749170485\n", - "7553\n", - "10011296.120317195\n", - "{'n': 413, 'm': 1082, 'k_avg': 5.239709443099273, 'intersection_count': 348, 'streets_per_node_avg': 2.8135593220338984, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 297, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15738498789346247, 2: 0.0, 3: 0.7191283292978208, 4: 0.11864406779661017, 5: 0.004842615012106538}, 'edge_length_total': 128877.98799999981, 'edge_length_avg': 119.1108946395562, 'street_length_total': 64558.91700000003, 'street_length_avg': 118.02361425959786, 'street_segments_count': 547, 'node_density_km': 41.2533996633909, 'intersection_density_km': 34.76073385680396, 'edge_density_km': 12873.257013989562, 'street_density_km': 6448.607275633614, 'circuity_avg': 1.0525829174439663, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525829174439663\n", - "7554\n", - "31042696.545557037\n", - "{'n': 2264, 'm': 6036, 'k_avg': 5.332155477031802, 'intersection_count': 1808, 'streets_per_node_avg': 2.7570671378091873, 'streets_per_node_counts': {0: 0, 1: 456, 2: 3, 3: 1443, 4: 359, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20141342756183744, 2: 0.001325088339222615, 3: 0.6373674911660777, 4: 0.15856890459363956, 5: 0.001325088339222615}, 'edge_length_total': 595605.5930000007, 'edge_length_avg': 98.67554555997361, 'street_length_total': 303013.70699999994, 'street_length_avg': 98.66939335721261, 'street_segments_count': 3071, 'node_density_km': 72.93180850695245, 'intersection_density_km': 58.242362977283584, 'edge_density_km': 19186.657709516745, 'street_density_km': 9761.191543244608, 'circuity_avg': 1.0740210346101586, 'self_loop_proportion': 0.0019880715705765406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0740210346101586\n", - "7555\n", - "11017585.244103337\n", - "{'n': 336, 'm': 914, 'k_avg': 5.440476190476191, 'intersection_count': 277, 'streets_per_node_avg': 2.8601190476190474, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 206, 4: 71}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17559523809523808, 2: 0.0, 3: 0.6130952380952381, 4: 0.2113095238095238}, 'edge_length_total': 114104.88299999997, 'edge_length_avg': 124.84122866520785, 'street_length_total': 57196.269, 'street_length_avg': 124.0699978308026, 'street_segments_count': 461, 'node_density_km': 30.496700733931583, 'intersection_density_km': 25.141625307437643, 'edge_density_km': 10356.614491462133, 'street_density_km': 5191.3616035430005, 'circuity_avg': 1.0631923519266822, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0631923519266822\n", - "7556\n", - "64082584.192852765\n", - "{'n': 3101, 'm': 8918, 'k_avg': 5.751693002257336, 'intersection_count': 2722, 'streets_per_node_avg': 3.021283456949371, 'streets_per_node_counts': {0: 0, 1: 379, 2: 0, 3: 1919, 4: 784, 5: 17, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12221863914866173, 2: 0.0, 3: 0.6188326346339891, 4: 0.2528216704288939, 5: 0.005482102547565301, 6: 0.0006449532408900354}, 'edge_length_total': 938645.8040000015, 'edge_length_avg': 105.25294954025583, 'street_length_total': 484229.57400000055, 'street_length_avg': 104.42733965926257, 'street_segments_count': 4637, 'node_density_km': 48.390682726959376, 'intersection_density_km': 42.476439336595746, 'edge_density_km': 14647.43995303314, 'street_density_km': 7556.336563187591, 'circuity_avg': 1.0641944731128135, 'self_loop_proportion': 0.0031397174254317113, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641944731128135\n", - "7557\n", - "7009487.02901351\n", - "{'n': 144, 'm': 388, 'k_avg': 5.388888888888889, 'intersection_count': 130, 'streets_per_node_avg': 2.9652777777777777, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 107, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09722222222222222, 2: 0.0, 3: 0.7430555555555556, 4: 0.1597222222222222}, 'edge_length_total': 67065.41499999992, 'edge_length_avg': 172.84900773195855, 'street_length_total': 33736.899999999994, 'street_length_avg': 167.01435643564355, 'street_segments_count': 202, 'node_density_km': 20.543586057575748, 'intersection_density_km': 18.546292968644774, 'edge_density_km': 9567.806420413403, 'street_density_km': 4813.034086568244, 'circuity_avg': 1.0428150652568968, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428150652568968\n", - "7558\n", - "31035173.74578177\n", - "{'n': 1911, 'm': 5304, 'k_avg': 5.551020408163265, 'intersection_count': 1606, 'streets_per_node_avg': 2.879120879120879, 'streets_per_node_counts': {0: 0, 1: 305, 2: 1, 3: 1234, 4: 362, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15960230245944532, 2: 0.0005232862375719519, 3: 0.6457352171637886, 4: 0.18942961800104657, 5: 0.004709576138147566}, 'edge_length_total': 533998.4179999989, 'edge_length_avg': 100.67843476621397, 'street_length_total': 270687.0399999998, 'street_length_avg': 100.10615384615377, 'street_segments_count': 2704, 'node_density_km': 61.575295683973366, 'intersection_density_km': 51.747736718190076, 'edge_density_km': 17206.23259190159, 'street_density_km': 8721.943760240458, 'circuity_avg': 1.0615780522484939, 'self_loop_proportion': 0.005656108597285068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0615780522484939\n", - "7559\n", - "36044737.33764394\n", - "{'n': 2282, 'm': 6257, 'k_avg': 5.483786152497809, 'intersection_count': 1886, 'streets_per_node_avg': 2.8382997370727434, 'streets_per_node_counts': {0: 0, 1: 396, 2: 2, 3: 1473, 4: 403, 5: 4, 6: 3, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17353198948290974, 2: 0.0008764241893076249, 3: 0.6454864154250657, 4: 0.1765994741454864, 5: 0.0017528483786152498, 6: 0.0013146362839614374, 7: 0.0, 8: 0.00043821209465381246}, 'edge_length_total': 577026.4049999984, 'edge_length_avg': 92.22093735016756, 'street_length_total': 293053.22299999977, 'street_length_avg': 91.52193098063702, 'street_segments_count': 3202, 'node_density_km': 63.3102130450748, 'intersection_density_km': 52.323865820776106, 'edge_density_km': 16008.617280097948, 'street_density_km': 8130.263795651095, 'circuity_avg': 1.0647727523048114, 'self_loop_proportion': 0.003516062010548186, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0647727523048114\n", - "7560\n", - "19022299.769076735\n", - "{'n': 1519, 'm': 4061, 'k_avg': 5.346938775510204, 'intersection_count': 1236, 'streets_per_node_avg': 2.783410138248848, 'streets_per_node_counts': {0: 0, 1: 283, 2: 0, 3: 1004, 4: 227, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18630678077682686, 2: 0.0, 3: 0.6609611586570112, 4: 0.14944042132982224, 5: 0.0032916392363396972}, 'edge_length_total': 379296.7379999992, 'edge_length_avg': 93.39983698596384, 'street_length_total': 190181.6100000001, 'street_length_avg': 92.90747923790919, 'street_segments_count': 2047, 'node_density_km': 79.8536464276173, 'intersection_density_km': 64.97637062839696, 'edge_density_km': 19939.583678341365, 'street_density_km': 9997.824254098101, 'circuity_avg': 1.055829618848499, 'self_loop_proportion': 0.002954937207584339, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055829618848499\n", - "7561\n", - "8018048.645736074\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 469, 'm': 1262, 'k_avg': 5.381663113006397, 'intersection_count': 364, 'streets_per_node_avg': 2.7803837953091683, 'streets_per_node_counts': {0: 0, 1: 105, 2: 0, 3: 260, 4: 101, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22388059701492538, 2: 0.0, 3: 0.5543710021321961, 4: 0.21535181236673773, 5: 0.006396588486140725}, 'edge_length_total': 114736.1729999999, 'edge_length_avg': 90.9161434231378, 'street_length_total': 57736.780000000064, 'street_length_avg': 90.07297971918887, 'street_segments_count': 641, 'node_density_km': 58.49303499167593, 'intersection_density_km': 45.3975793965246, 'edge_density_km': 14309.737701705706, 'street_density_km': 7200.851797114496, 'circuity_avg': 1.0946818567570833, 'self_loop_proportion': 0.006339144215530904, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0946818567570833\n", - "7562\n", - "9013935.991243292\n", - "{'n': 507, 'm': 1344, 'k_avg': 5.3017751479289945, 'intersection_count': 400, 'streets_per_node_avg': 2.706114398422091, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 338, 4: 59, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21104536489151873, 2: 0.0, 3: 0.6666666666666666, 4: 0.11637080867850098, 5: 0.005917159763313609}, 'edge_length_total': 131317.82200000036, 'edge_length_avg': 97.70671279761932, 'street_length_total': 65658.91100000002, 'street_length_avg': 97.70671279761908, 'street_segments_count': 672, 'node_density_km': 56.246239211431266, 'intersection_density_km': 44.3757311332791, 'edge_density_km': 14568.31090519955, 'street_density_km': 7284.155452599757, 'circuity_avg': 1.0862535528245454, 'self_loop_proportion': 0.001488095238095238, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862535528245454\n", - "7563\n", - "14033577.690434005\n", - "{'n': 715, 'm': 1907, 'k_avg': 5.334265734265735, 'intersection_count': 579, 'streets_per_node_avg': 2.7468531468531467, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 488, 4: 91}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1902097902097902, 2: 0.0, 3: 0.6825174825174826, 4: 0.12727272727272726}, 'edge_length_total': 228999.75499999983, 'edge_length_avg': 120.0837729417933, 'street_length_total': 114742.12900000003, 'street_length_avg': 120.14882617801051, 'street_segments_count': 955, 'node_density_km': 50.949231605236356, 'intersection_density_km': 41.258188950254336, 'edge_density_km': 16317.988188863459, 'street_density_km': 8176.256371047424, 'circuity_avg': 1.060229781345326, 'self_loop_proportion': 0.002097535395909806, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060229781345326\n", - "7564\n", - "208306671.73385963\n", - "{'n': 23758, 'm': 66411, 'k_avg': 5.590622106237899, 'intersection_count': 20391, 'streets_per_node_avg': 2.938041922720768, 'streets_per_node_counts': {0: 0, 1: 3367, 2: 17, 3: 15207, 4: 5064, 5: 95, 6: 7, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14172068355922215, 2: 0.0007155484468389595, 3: 0.6400791312400034, 4: 0.21314925498779358, 5: 0.003998653085276538, 6: 0.0002946375957572186, 7: 4.209108510817409e-05}, 'edge_length_total': 5091786.603000003, 'edge_length_avg': 76.67083168451013, 'street_length_total': 2690009.0030000126, 'street_length_avg': 77.41478654886649, 'street_segments_count': 34748, 'node_density_km': 114.05299600943223, 'intersection_density_km': 97.88932745299826, 'edge_density_km': 24443.703893965816, 'street_density_km': 12913.695853375588, 'circuity_avg': 1.0797468049488999, 'self_loop_proportion': 0.002755567601752722, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0797468049488999\n", - "7565\n", - "7018311.777776979\n", - "{'n': 403, 'm': 1049, 'k_avg': 5.205955334987593, 'intersection_count': 312, 'streets_per_node_avg': 2.704714640198511, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 249, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22580645161290322, 2: 0.0, 3: 0.6178660049627791, 4: 0.15632754342431762}, 'edge_length_total': 118958.08900000004, 'edge_length_avg': 113.40141944709251, 'street_length_total': 59646.61299999999, 'street_length_avg': 113.18142884250473, 'street_segments_count': 527, 'node_density_km': 57.42121649198785, 'intersection_density_km': 44.45513534863576, 'edge_density_km': 16949.672908045064, 'street_density_km': 8498.712352572746, 'circuity_avg': 1.062932977640969, 'self_loop_proportion': 0.0019065776930409914, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.062932977640969\n", - "7566\n", - "5008816.515112151\n", - "{'n': 260, 'm': 696, 'k_avg': 5.3538461538461535, 'intersection_count': 219, 'streets_per_node_avg': 2.7884615384615383, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 192, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1576923076923077, 2: 0.0, 3: 0.7384615384615385, 4: 0.10384615384615385}, 'edge_length_total': 87019.19400000008, 'edge_length_avg': 125.027577586207, 'street_length_total': 43509.59699999999, 'street_length_avg': 125.02757758620686, 'street_segments_count': 348, 'node_density_km': 51.90846963859653, 'intersection_density_km': 43.72290327251015, 'edge_density_km': 17373.2045758621, 'street_density_km': 8686.602287931039, 'circuity_avg': 1.0519604961803888, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519604961803888\n", - "7567\n", - "81194025.50689653\n", - "{'n': 7731, 'm': 20522, 'k_avg': 5.309015651274091, 'intersection_count': 6110, 'streets_per_node_avg': 2.7290130642866384, 'streets_per_node_counts': {0: 0, 1: 1621, 2: 1, 3: 4985, 4: 1102, 5: 20, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2096753330746346, 2: 0.0001293493726555426, 3: 0.6448066226878799, 4: 0.14254300866640796, 5: 0.0025869874531108525, 6: 0.0002586987453110852}, 'edge_length_total': 1830637.9429999914, 'edge_length_avg': 89.20368107396898, 'street_length_total': 932469.930999998, 'street_length_avg': 89.2401120681403, 'street_segments_count': 10449, 'node_density_km': 95.21636538815702, 'intersection_density_km': 75.25184226123909, 'edge_density_km': 22546.461165969646, 'street_density_km': 11484.464838127717, 'circuity_avg': 1.1145252327981119, 'self_loop_proportion': 0.004775363025046292, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1145252327981119\n", - "7568\n", - "9015502.077478401\n", - "{'n': 5, 'm': 8, 'k_avg': 3.2, 'intersection_count': 3, 'streets_per_node_avg': 2.2, 'streets_per_node_counts': {0: 0, 1: 2, 2: 0, 3: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4, 2: 0.0, 3: 0.6}, 'edge_length_total': 9931.514000000001, 'edge_length_avg': 1241.4392500000001, 'street_length_total': 4965.7570000000005, 'street_length_avg': 1241.4392500000001, 'street_segments_count': 4, 'node_density_km': 0.5546002826055006, 'intersection_density_km': 0.3327601695633004, 'edge_density_km': 1101.6040942200973, 'street_density_km': 550.8020471100486, 'circuity_avg': 1.0576603176810233, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576603176810233\n", - "7569\n", - "28062509.151336472\n", - "{'n': 1277, 'm': 3519, 'k_avg': 5.511354737666406, 'intersection_count': 1035, 'streets_per_node_avg': 2.813625685199687, 'streets_per_node_counts': {0: 0, 1: 242, 2: 0, 3: 795, 4: 235, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1895066562255286, 2: 0.0, 3: 0.6225528582615505, 4: 0.18402505873140174, 5: 0.0031323414252153485, 6: 0.0007830853563038371}, 'edge_length_total': 451676.77399999957, 'edge_length_avg': 128.3537294685989, 'street_length_total': 226292.97100000057, 'street_length_avg': 128.13871517553827, 'street_segments_count': 1766, 'node_density_km': 45.505553089117946, 'intersection_density_km': 36.88194788350593, 'edge_density_km': 16095.380907109247, 'street_density_km': 8063.8894326818745, 'circuity_avg': 1.0571762682501027, 'self_loop_proportion': 0.002273373117362887, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571762682501027\n", - "7570\n", - "8011402.980421306\n", - "{'n': 117, 'm': 306, 'k_avg': 5.230769230769231, 'intersection_count': 93, 'streets_per_node_avg': 2.6837606837606836, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 82, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20512820512820512, 2: 0.0, 3: 0.7008547008547008, 4: 0.09401709401709402}, 'edge_length_total': 48527.297999999995, 'edge_length_avg': 158.58594117647058, 'street_length_total': 24263.648999999994, 'street_length_avg': 158.58594117647056, 'street_segments_count': 153, 'node_density_km': 14.604183597546005, 'intersection_density_km': 11.60845362881862, 'edge_density_km': 6057.2783716651875, 'street_density_km': 3028.6391858325933, 'circuity_avg': 1.107140790374358, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.107140790374358\n", - "7571\n", - "7017772.193471965\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 411, 'm': 1058, 'k_avg': 5.148418491484185, 'intersection_count': 320, 'streets_per_node_avg': 2.681265206812652, 'streets_per_node_counts': {0: 0, 1: 91, 2: 0, 3: 269, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22141119221411193, 2: 0.0, 3: 0.6545012165450121, 4: 0.12408759124087591}, 'edge_length_total': 119802.73700000008, 'edge_length_avg': 113.23510113421558, 'street_length_total': 60385.526999999965, 'street_length_avg': 113.50662969924805, 'street_segments_count': 532, 'node_density_km': 58.56559441788638, 'intersection_density_km': 45.59851633509402, 'edge_density_km': 17071.334562760865, 'street_density_km': 8604.657622852374, 'circuity_avg': 1.0508504535589744, 'self_loop_proportion': 0.001890359168241966, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0508504535589744\n", - "7572\n", - "5007439.931693262\n", - "{'n': 132, 'm': 338, 'k_avg': 5.121212121212121, 'intersection_count': 107, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 79, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1893939393939394, 2: 0.0, 3: 0.5984848484848485, 4: 0.21212121212121213}, 'edge_length_total': 58842.87200000001, 'edge_length_avg': 174.09133727810655, 'street_length_total': 29421.436000000005, 'street_length_avg': 174.09133727810655, 'street_segments_count': 169, 'node_density_km': 26.360775526140817, 'intersection_density_km': 21.368204403765663, 'edge_density_km': 11751.088940192703, 'street_density_km': 5875.544470096352, 'circuity_avg': 1.040282235754036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040282235754036\n", - "7573\n", - "7016191.541512525\n", - "{'n': 608, 'm': 1608, 'k_avg': 5.2894736842105265, 'intersection_count': 483, 'streets_per_node_avg': 2.6940789473684212, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 419, 4: 64}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20559210526315788, 2: 0.0, 3: 0.6891447368421053, 4: 0.10526315789473684}, 'edge_length_total': 141428.98400000008, 'edge_length_avg': 87.95334825870653, 'street_length_total': 70714.49200000004, 'street_length_avg': 87.95334825870653, 'street_segments_count': 804, 'node_density_km': 86.65669920820457, 'intersection_density_km': 68.84076598283356, 'edge_density_km': 20157.514680608525, 'street_density_km': 10078.757340304262, 'circuity_avg': 1.0673551633454559, 'self_loop_proportion': 0.0024875621890547263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673551633454559\n", - "7574\n", - "37050653.97822875\n", - "{'n': 2944, 'm': 7906, 'k_avg': 5.3709239130434785, 'intersection_count': 2328, 'streets_per_node_avg': 2.750679347826087, 'streets_per_node_counts': {0: 0, 1: 616, 2: 2, 3: 1833, 4: 486, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20923913043478262, 2: 0.0006793478260869565, 3: 0.6226222826086957, 4: 0.16508152173913043, 5: 0.002377717391304348}, 'edge_length_total': 807082.7409999965, 'edge_length_avg': 102.08483948899526, 'street_length_total': 409117.44699999987, 'street_length_avg': 101.99886487160306, 'street_segments_count': 4011, 'node_density_km': 79.45878638822185, 'intersection_density_km': 62.832899018947174, 'edge_density_km': 21783.2252427783, 'street_density_km': 11042.111354914288, 'circuity_avg': 1.0858575235820476, 'self_loop_proportion': 0.006071338224133569, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0858575235820476\n", - "7575\n", - "17047120.57442564\n", - "{'n': 828, 'm': 2342, 'k_avg': 5.657004830917875, 'intersection_count': 699, 'streets_per_node_avg': 2.9456521739130435, 'streets_per_node_counts': {0: 0, 1: 129, 2: 1, 3: 490, 4: 204, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15579710144927536, 2: 0.0012077294685990338, 3: 0.5917874396135265, 4: 0.2463768115942029, 5: 0.0024154589371980675, 6: 0.0024154589371980675}, 'edge_length_total': 252326.62499999997, 'edge_length_avg': 107.73980572160545, 'street_length_total': 127015.92600000005, 'street_length_avg': 106.20060702341141, 'street_segments_count': 1196, 'node_density_km': 48.571252627976286, 'intersection_density_km': 41.00399225477708, 'edge_density_km': 14801.715274927095, 'street_density_km': 7450.872740969015, 'circuity_avg': 1.041556317207647, 'self_loop_proportion': 0.0017079419299743809, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041556317207647\n", - "7576\n", - "8012525.574371689\n", - "{'n': 720, 'm': 1910, 'k_avg': 5.305555555555555, 'intersection_count': 582, 'streets_per_node_avg': 2.7069444444444444, 'streets_per_node_counts': {0: 0, 1: 138, 2: 0, 3: 517, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19166666666666668, 2: 0.0, 3: 0.7180555555555556, 4: 0.09027777777777778}, 'edge_length_total': 158940.90999999992, 'edge_length_avg': 83.21513612565441, 'street_length_total': 79760.94600000004, 'street_length_avg': 83.34477115987465, 'street_segments_count': 957, 'node_density_km': 89.85930757000541, 'intersection_density_km': 72.63627361908772, 'edge_density_km': 19836.555718259086, 'street_density_km': 9954.532470400829, 'circuity_avg': 1.0796092906652042, 'self_loop_proportion': 0.0020942408376963353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0796092906652042\n", - "7577\n", - "7006866.085286467\n", - "{'n': 78, 'm': 190, 'k_avg': 4.871794871794871, 'intersection_count': 64, 'streets_per_node_avg': 2.717948717948718, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 58, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1794871794871795, 2: 0.0, 3: 0.7435897435897436, 4: 0.07692307692307693}, 'edge_length_total': 42622.73800000001, 'edge_length_avg': 224.33020000000008, 'street_length_total': 21311.36900000001, 'street_length_avg': 224.3302000000001, 'street_segments_count': 95, 'node_density_km': 11.13193816616392, 'intersection_density_km': 9.133897982493473, 'edge_density_km': 6082.995947289813, 'street_density_km': 3041.497973644907, 'circuity_avg': 1.0471290922676537, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0471290922676537\n", - "7578\n", - "16028778.37910523\n", - "{'n': 1137, 'm': 3100, 'k_avg': 5.452946350043975, 'intersection_count': 920, 'streets_per_node_avg': 2.7730870712401057, 'streets_per_node_counts': {0: 0, 1: 217, 2: 0, 3: 746, 4: 172, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19085312225153914, 2: 0.0, 3: 0.6561125769569042, 4: 0.15127528583992964, 5: 0.001759014951627089}, 'edge_length_total': 266910.65599999926, 'edge_length_avg': 86.10021161290298, 'street_length_total': 133455.32800000007, 'street_length_avg': 86.10021161290327, 'street_segments_count': 1550, 'node_density_km': 70.93491301134769, 'intersection_density_km': 57.39676338649065, 'edge_density_km': 16651.96496496191, 'street_density_km': 8325.982482480982, 'circuity_avg': 1.0525965074389574, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0525965074389574\n", - "7579\n", - "309358709.4679049\n", - "error with entry 7579\n", - "7580\n", - "53063987.471019745\n", - "{'n': 5097, 'm': 13956, 'k_avg': 5.476162448499117, 'intersection_count': 4034, 'streets_per_node_avg': 2.8310771041789287, 'streets_per_node_counts': {0: 0, 1: 1063, 2: 1, 3: 2815, 4: 1178, 5: 34, 6: 4, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20855405140278596, 2: 0.00019619383951343929, 3: 0.5522856582303316, 4: 0.23111634294683148, 5: 0.006670590543456935, 6: 0.0007847753580537571, 7: 0.00039238767902687857}, 'edge_length_total': 1102667.2319999966, 'edge_length_avg': 79.01026311263948, 'street_length_total': 559423.8230000001, 'street_length_avg': 78.13181885474862, 'street_segments_count': 7160, 'node_density_km': 96.05384447943466, 'intersection_density_km': 76.02142606043545, 'edge_density_km': 20779.95425055844, 'street_density_km': 10542.438472146909, 'circuity_avg': 1.0624890210117046, 'self_loop_proportion': 0.002006305531670966, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624890210117046\n", - "7581\n", - "17051092.07031436\n", - "{'n': 826, 'm': 2285, 'k_avg': 5.532687651331719, 'intersection_count': 667, 'streets_per_node_avg': 2.837772397094431, 'streets_per_node_counts': {0: 0, 1: 159, 2: 0, 3: 486, 4: 178, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19249394673123488, 2: 0.0, 3: 0.5883777239709443, 4: 0.21549636803874092, 5: 0.0036319612590799033}, 'edge_length_total': 288825.4179999993, 'edge_length_avg': 126.4006205689275, 'street_length_total': 145464.7830000001, 'street_length_avg': 126.27151302083342, 'street_segments_count': 1152, 'node_density_km': 48.442644998560006, 'intersection_density_km': 39.11772907268708, 'edge_density_km': 16938.822264811948, 'street_density_km': 8531.112400316673, 'circuity_avg': 1.0533283197502503, 'self_loop_proportion': 0.00262582056892779, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533283197502503\n", - "7582\n", - "10010932.919489278\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 150, 'm': 398, 'k_avg': 5.306666666666667, 'intersection_count': 125, 'streets_per_node_avg': 2.78, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 109, 4: 15, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.7266666666666667, 4: 0.1, 5: 0.006666666666666667}, 'edge_length_total': 65752.60600000001, 'edge_length_avg': 165.20755276381914, 'street_length_total': 32876.30300000002, 'street_length_avg': 165.2075527638192, 'street_segments_count': 199, 'node_density_km': 14.983618530494805, 'intersection_density_km': 12.486348775412337, 'edge_density_km': 6568.079771266161, 'street_density_km': 3284.0398856330817, 'circuity_avg': 1.0833597353332651, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0833597353332651\n", - "7583\n", - "9021567.122923885\n", - "{'n': 455, 'm': 1144, 'k_avg': 5.0285714285714285, 'intersection_count': 357, 'streets_per_node_avg': 2.6505494505494505, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 320, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2153846153846154, 2: 0.0, 3: 0.7032967032967034, 4: 0.08131868131868132}, 'edge_length_total': 121462.08500000014, 'edge_length_avg': 106.17315122377634, 'street_length_total': 63891.91599999999, 'street_length_avg': 108.84483134582622, 'street_segments_count': 587, 'node_density_km': 50.434696522275026, 'intersection_density_km': 39.57183880978502, 'edge_density_km': 13463.523947116002, 'street_density_km': 7082.130535575137, 'circuity_avg': 1.1158935092626174, 'self_loop_proportion': 0.006993006993006993, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1158935092626174\n", - "7584\n", - "106188083.45008925\n", - "{'n': 7969, 'm': 22115, 'k_avg': 5.550257246831472, 'intersection_count': 6577, 'streets_per_node_avg': 2.821934998117706, 'streets_per_node_counts': {0: 0, 1: 1392, 2: 3, 3: 5230, 4: 1321, 5: 22, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17467687288241937, 2: 0.00037645877776383487, 3: 0.6562931359016188, 4: 0.16576734847534194, 5: 0.0027606977036014556, 6: 0.00012548625925461163}, 'edge_length_total': 1943417.8539999994, 'edge_length_avg': 87.87781388198053, 'street_length_total': 977638.8040000019, 'street_length_avg': 87.55497080422728, 'street_segments_count': 11166, 'node_density_km': 75.04608559721869, 'intersection_density_km': 61.93727004303016, 'edge_density_km': 18301.656747703226, 'street_density_km': 9206.671523170618, 'circuity_avg': 1.069672687413918, 'self_loop_proportion': 0.0022609088853719197, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.069672687413918\n", - "7585\n", - "9022737.322133886\n", - "{'n': 628, 'm': 1771, 'k_avg': 5.640127388535032, 'intersection_count': 523, 'streets_per_node_avg': 2.8837579617834397, 'streets_per_node_counts': {0: 0, 1: 105, 2: 2, 3: 385, 4: 133, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16719745222929935, 2: 0.0031847133757961785, 3: 0.6130573248407644, 4: 0.21178343949044587, 5: 0.004777070063694267}, 'edge_length_total': 170927.79199999975, 'edge_length_avg': 96.51484584980223, 'street_length_total': 85965.84299999995, 'street_length_avg': 96.37426345291475, 'street_segments_count': 892, 'node_density_km': 69.60193759153762, 'intersection_density_km': 57.96467095600984, 'edge_density_km': 18944.117056438386, 'street_density_km': 9527.689871799234, 'circuity_avg': 1.0665822752444976, 'self_loop_proportion': 0.0033879164313946925, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0665822752444976\n", - "7586\n", - "9010327.345234279\n", - "{'n': 446, 'm': 1149, 'k_avg': 5.1524663677130045, 'intersection_count': 342, 'streets_per_node_avg': 2.663677130044843, 'streets_per_node_counts': {0: 0, 1: 104, 2: 0, 3: 285, 4: 56, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23318385650224216, 2: 0.0, 3: 0.6390134529147982, 4: 0.12556053811659193, 5: 0.002242152466367713}, 'edge_length_total': 139399.5859999998, 'edge_length_avg': 121.32252915578748, 'street_length_total': 70032.91399999998, 'street_length_avg': 121.16421107266432, 'street_segments_count': 578, 'node_density_km': 49.498756583566, 'intersection_density_km': 37.95644563134433, 'edge_density_km': 15471.090079066962, 'street_density_km': 7772.5160603672875, 'circuity_avg': 1.0856873166243817, 'self_loop_proportion': 0.005221932114882507, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0856873166243817\n", - "7587\n", - "9010410.010083538\n", - "{'n': 376, 'm': 1022, 'k_avg': 5.4361702127659575, 'intersection_count': 309, 'streets_per_node_avg': 2.8058510638297873, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 249, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17819148936170212, 2: 0.0, 3: 0.6622340425531915, 4: 0.15691489361702127, 5: 0.0026595744680851063}, 'edge_length_total': 145239.21799999973, 'edge_length_avg': 142.11273776907998, 'street_length_total': 72778.99799999996, 'street_length_avg': 142.14648046874993, 'street_segments_count': 512, 'node_density_km': 41.729510597100344, 'intersection_density_km': 34.293666953468104, 'edge_density_km': 16119.046507036051, 'street_density_km': 8077.212681615274, 'circuity_avg': 1.0719319704870183, 'self_loop_proportion': 0.0019569471624266144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719319704870183\n", - "7588\n", - "12029199.455747709\n", - "{'n': 989, 'm': 2565, 'k_avg': 5.187057633973711, 'intersection_count': 757, 'streets_per_node_avg': 2.65520728008089, 'streets_per_node_counts': {0: 0, 1: 232, 2: 0, 3: 641, 4: 110, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2345803842264914, 2: 0.0, 3: 0.6481294236602629, 4: 0.11122345803842265, 5: 0.005055611729019211, 6: 0.0010111223458038423}, 'edge_length_total': 224597.50600000002, 'edge_length_avg': 87.56238050682262, 'street_length_total': 112413.44999999991, 'street_length_avg': 87.48128404669254, 'street_segments_count': 1285, 'node_density_km': 82.21660997793522, 'intersection_density_km': 62.930206019511594, 'edge_density_km': 18671.026848148602, 'street_density_km': 9345.048306293342, 'circuity_avg': 1.0424546677010331, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424546677010331\n", - "7589\n", - "7008084.344479437\n", - "{'n': 233, 'm': 606, 'k_avg': 5.201716738197425, 'intersection_count': 183, 'streets_per_node_avg': 2.6909871244635193, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 155, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2145922746781116, 2: 0.0, 3: 0.6652360515021459, 4: 0.12017167381974249}, 'edge_length_total': 91418.67000000003, 'edge_length_avg': 150.85589108910895, 'street_length_total': 45709.33500000001, 'street_length_avg': 150.85589108910892, 'street_segments_count': 303, 'node_density_km': 33.24731674834135, 'intersection_density_km': 26.112699420371104, 'edge_density_km': 13044.744541639879, 'street_density_km': 6522.372270819938, 'circuity_avg': 1.0646675910599068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646675910599068\n", - "7590\n", - "13034112.986698199\n", - "{'n': 845, 'm': 2557, 'k_avg': 6.05207100591716, 'intersection_count': 761, 'streets_per_node_avg': 3.0923076923076924, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 519, 4: 238, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09940828402366864, 2: 0.0, 3: 0.6142011834319526, 4: 0.2816568047337278, 5: 0.004733727810650888}, 'edge_length_total': 259229.01700000025, 'edge_length_avg': 101.38013961673846, 'street_length_total': 129815.91899999975, 'street_length_avg': 101.33951522248223, 'street_segments_count': 1281, 'node_density_km': 64.82988147044253, 'intersection_density_km': 58.38525420000801, 'edge_density_km': 19888.504669596863, 'street_density_km': 9959.70490147521, 'circuity_avg': 1.0359477465119384, 'self_loop_proportion': 0.003128666405944466, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0359477465119384\n", - "7591\n", - "10012556.212225653\n", - "{'n': 286, 'm': 754, 'k_avg': 5.2727272727272725, 'intersection_count': 229, 'streets_per_node_avg': 2.702797202797203, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 200, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1993006993006993, 2: 0.0, 3: 0.6993006993006993, 4: 0.10139860139860139}, 'edge_length_total': 106679.08800000013, 'edge_length_avg': 141.48420159151212, 'street_length_total': 53339.543999999965, 'street_length_avg': 141.48420159151183, 'street_segments_count': 377, 'node_density_km': 28.564134266810385, 'intersection_density_km': 22.871282332516007, 'edge_density_km': 10654.530745080016, 'street_density_km': 5327.265372539998, 'circuity_avg': 1.0932218513706442, 'self_loop_proportion': 0.005305039787798408, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0932218513706442\n", - "7592\n", - "7016090.462896733\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 423, 'm': 1178, 'k_avg': 5.569739952718676, 'intersection_count': 352, 'streets_per_node_avg': 2.8652482269503547, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 267, 4: 85}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16784869976359337, 2: 0.0, 3: 0.6312056737588653, 4: 0.20094562647754138}, 'edge_length_total': 127801.11399999968, 'edge_length_avg': 108.48991001697766, 'street_length_total': 63900.557000000066, 'street_length_avg': 108.48991001697804, 'street_segments_count': 589, 'node_density_km': 60.28998660107869, 'intersection_density_km': 50.17039074132317, 'edge_density_km': 18215.431325444235, 'street_density_km': 9107.715662722148, 'circuity_avg': 1.0404004562228772, 'self_loop_proportion': 0.003395585738539898, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0404004562228772\n", - "7593\n", - "13026304.359614888\n", - "{'n': 1176, 'm': 3124, 'k_avg': 5.312925170068027, 'intersection_count': 946, 'streets_per_node_avg': 2.7100340136054424, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 831, 4: 111, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.195578231292517, 2: 0.0, 3: 0.7066326530612245, 4: 0.09438775510204081, 5: 0.003401360544217687}, 'edge_length_total': 245516.64199999985, 'edge_length_avg': 78.59047439180533, 'street_length_total': 122800.93500000004, 'street_length_avg': 78.5674568138196, 'street_segments_count': 1563, 'node_density_km': 90.27886709341155, 'intersection_density_km': 72.6222859441899, 'edge_density_km': 18847.758751988684, 'street_density_km': 9427.15075664258, 'circuity_avg': 1.0624402240379383, 'self_loop_proportion': 0.0012804097311139564, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624402240379383\n", - "7594\n", - "77202428.2852688\n", - "{'n': 11735, 'm': 33229, 'k_avg': 5.6632296548785686, 'intersection_count': 9892, 'streets_per_node_avg': 2.916318704729442, 'streets_per_node_counts': {0: 0, 1: 1843, 2: 7, 3: 7231, 4: 2599, 5: 53, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15705155517682148, 2: 0.0005965061780997018, 3: 0.6161908819769919, 4: 0.22147422241158926, 5: 0.004516403919897742, 6: 0.00017043033659991478}, 'edge_length_total': 2176635.441000006, 'edge_length_avg': 65.50409103493955, 'street_length_total': 1109290.260999997, 'street_length_avg': 65.16803319233914, 'street_segments_count': 17022, 'node_density_km': 152.00299084684605, 'intersection_density_km': 128.1306847428207, 'edge_density_km': 28193.8727750528, 'street_density_km': 14368.592875098251, 'circuity_avg': 1.072602083817939, 'self_loop_proportion': 0.0019862168587679438, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.072602083817939\n", - "7595\n", - "8012502.429828513\n", - "{'n': 536, 'm': 1496, 'k_avg': 5.582089552238806, 'intersection_count': 447, 'streets_per_node_avg': 2.860074626865672, 'streets_per_node_counts': {0: 0, 1: 89, 2: 0, 3: 345, 4: 101, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.166044776119403, 2: 0.0, 3: 0.6436567164179104, 4: 0.1884328358208955, 5: 0.0018656716417910447}, 'edge_length_total': 145588.23399999997, 'edge_length_avg': 97.31833823529409, 'street_length_total': 72794.11700000006, 'street_length_avg': 97.31833823529419, 'street_segments_count': 748, 'node_density_km': 66.89545553266954, 'intersection_density_km': 55.78781459534195, 'edge_density_km': 18170.132898557622, 'street_density_km': 9085.06644927882, 'circuity_avg': 1.0577380083589807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0577380083589807\n", - "7596\n", - "10018521.377481436\n", - "{'n': 678, 'm': 1747, 'k_avg': 5.153392330383481, 'intersection_count': 517, 'streets_per_node_avg': 2.6327433628318584, 'streets_per_node_counts': {0: 0, 1: 161, 2: 0, 3: 449, 4: 63, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2374631268436578, 2: 0.0, 3: 0.6622418879056047, 4: 0.09292035398230089, 5: 0.007374631268436578}, 'edge_length_total': 152900.24499999973, 'edge_length_avg': 87.52160560961633, 'street_length_total': 77373.23399999992, 'street_length_avg': 87.62540656851634, 'street_segments_count': 883, 'node_density_km': 67.67465721278353, 'intersection_density_km': 51.60442150296325, 'edge_density_km': 15261.75762260413, 'street_density_km': 7723.019304416641, 'circuity_avg': 1.0986976525213936, 'self_loop_proportion': 0.0022896393817973667, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0986976525213936\n", - "7597\n", - "24027859.697136167\n", - "{'n': 1522, 'm': 4269, 'k_avg': 5.609724047306176, 'intersection_count': 1276, 'streets_per_node_avg': 2.8554533508541393, 'streets_per_node_counts': {0: 0, 1: 246, 2: 0, 3: 1005, 4: 270, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1616294349540079, 2: 0.0, 3: 0.6603153745072273, 4: 0.1773981603153745, 5: 0.000657030223390276}, 'edge_length_total': 435522.4650000006, 'edge_length_avg': 102.0197856640901, 'street_length_total': 218068.47400000007, 'street_length_avg': 101.90115607476639, 'street_segments_count': 2140, 'node_density_km': 63.343136641562964, 'intersection_density_km': 53.10502125797263, 'edge_density_km': 18125.728653722315, 'street_density_km': 9075.651212745812, 'circuity_avg': 1.0428428085462986, 'self_loop_proportion': 0.0018739751698289998, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0428428085462986\n", - "7598\n", - "10021741.109856728\n", - "{'n': 618, 'm': 1650, 'k_avg': 5.339805825242719, 'intersection_count': 474, 'streets_per_node_avg': 2.7233009708737863, 'streets_per_node_counts': {0: 0, 1: 144, 2: 0, 3: 362, 4: 108, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23300970873786409, 2: 0.0, 3: 0.5857605177993528, 4: 0.17475728155339806, 5: 0.0048543689320388345, 6: 0.0016181229773462784}, 'edge_length_total': 152512.36200000002, 'edge_length_avg': 92.43173454545456, 'street_length_total': 76256.18100000004, 'street_length_avg': 92.43173454545459, 'street_segments_count': 825, 'node_density_km': 61.66593142105573, 'intersection_density_km': 47.29717070158644, 'edge_density_km': 15218.150252354737, 'street_density_km': 7609.075126177372, 'circuity_avg': 1.0542391226577814, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0542391226577814\n", - "7599\n", - "7008538.538631885\n", - "{'n': 164, 'm': 437, 'k_avg': 5.329268292682927, 'intersection_count': 137, 'streets_per_node_avg': 2.841463414634146, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 109, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16463414634146342, 2: 0.0, 3: 0.6646341463414634, 4: 0.17073170731707318}, 'edge_length_total': 76342.95300000001, 'edge_length_avg': 174.6978329519451, 'street_length_total': 38215.670000000035, 'street_length_avg': 174.50077625570793, 'street_segments_count': 219, 'node_density_km': 23.400028279221523, 'intersection_density_km': 19.547584599105782, 'edge_density_km': 10892.849140971219, 'street_density_km': 5452.730236032917, 'circuity_avg': 1.0188200532506684, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0188200532506684\n", - "7600\n", - "11020557.696287647\n", - "{'n': 1244, 'm': 3533, 'k_avg': 5.680064308681672, 'intersection_count': 1015, 'streets_per_node_avg': 2.8834405144694535, 'streets_per_node_counts': {0: 0, 1: 229, 2: 0, 3: 711, 4: 297, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18408360128617363, 2: 0.0, 3: 0.5715434083601286, 4: 0.2387459807073955, 5: 0.0040192926045016075, 6: 0.001607717041800643}, 'edge_length_total': 284185.00100000045, 'edge_length_avg': 80.43730568921609, 'street_length_total': 142722.5539999999, 'street_length_avg': 80.36179842342337, 'street_segments_count': 1776, 'node_density_km': 112.87994984310552, 'intersection_density_km': 92.100602162984, 'edge_density_km': 25786.807603732268, 'street_density_km': 12950.574547427577, 'circuity_avg': 1.0668069232337734, 'self_loop_proportion': 0.0016982734220209455, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668069232337734\n", - "7601\n", - "7014373.761904545\n", - "{'n': 335, 'm': 864, 'k_avg': 5.158208955223881, 'intersection_count': 271, 'streets_per_node_avg': 2.6865671641791047, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 248, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.191044776119403, 2: 0.0, 3: 0.7402985074626866, 4: 0.06865671641791045}, 'edge_length_total': 91726.1100000002, 'edge_length_avg': 106.16447916666691, 'street_length_total': 45997.227000000006, 'street_length_avg': 106.22916166281756, 'street_segments_count': 433, 'node_density_km': 47.75907463320585, 'intersection_density_km': 38.63495291223518, 'edge_density_km': 13076.878009861668, 'street_density_km': 6557.567155861228, 'circuity_avg': 1.0614745045257223, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614745045257223\n", - "7602\n", - "8017621.104187989\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 629, 'm': 1781, 'k_avg': 5.66295707472178, 'intersection_count': 545, 'streets_per_node_avg': 2.901430842607313, 'streets_per_node_counts': {0: 0, 1: 84, 2: 1, 3: 438, 4: 105, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13354531001589826, 2: 0.001589825119236884, 3: 0.6963434022257552, 4: 0.1669316375198728, 5: 0.001589825119236884}, 'edge_length_total': 163224.35899999973, 'edge_length_avg': 91.64759067939345, 'street_length_total': 81758.85700000003, 'street_length_avg': 91.65791143497762, 'street_segments_count': 892, 'node_density_km': 78.45219820520617, 'intersection_density_km': 67.97527507446321, 'edge_density_km': 20358.203122711777, 'street_density_km': 10197.395952933402, 'circuity_avg': 1.0460554889867377, 'self_loop_proportion': 0.0022459292532285235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460554889867377\n", - "7603\n", - "13010756.716356168\n", - "{'n': 445, 'm': 1210, 'k_avg': 5.438202247191011, 'intersection_count': 372, 'streets_per_node_avg': 2.8, 'streets_per_node_counts': {0: 0, 1: 73, 2: 0, 3: 318, 4: 51, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16404494382022472, 2: 0.0, 3: 0.7146067415730337, 4: 0.1146067415730337, 5: 0.006741573033707865}, 'edge_length_total': 161508.7360000001, 'edge_length_avg': 133.47829421487612, 'street_length_total': 80754.36799999997, 'street_length_avg': 133.478294214876, 'street_segments_count': 605, 'node_density_km': 34.20246874961382, 'intersection_density_km': 28.591726685070434, 'edge_density_km': 12413.477518718275, 'street_density_km': 6206.738759359132, 'circuity_avg': 1.0581406308121144, 'self_loop_proportion': 0.003305785123966942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0581406308121144\n", - "7604\n", - "55119648.50432501\n", - "{'n': 5210, 'm': 15020, 'k_avg': 5.765834932821497, 'intersection_count': 4493, 'streets_per_node_avg': 2.995585412667946, 'streets_per_node_counts': {0: 0, 1: 717, 2: 7, 3: 3101, 4: 1356, 5: 27, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13761996161228407, 2: 0.001343570057581574, 3: 0.5952015355086372, 4: 0.2602687140115163, 5: 0.005182341650671785, 6: 0.00019193857965451057, 7: 0.0, 8: 0.00019193857965451057}, 'edge_length_total': 1204639.2749999973, 'edge_length_avg': 80.2023485352861, 'street_length_total': 614818.5710000013, 'street_length_avg': 79.47499625129282, 'street_segments_count': 7736, 'node_density_km': 94.52164774946257, 'intersection_density_km': 81.5135822146517, 'edge_density_km': 21854.988333343135, 'street_density_km': 11154.254203049917, 'circuity_avg': 1.0668503587238487, 'self_loop_proportion': 0.0013315579227696406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0668503587238487\n", - "7605\n", - "18035034.227037944\n", - "{'n': 996, 'm': 2737, 'k_avg': 5.495983935742972, 'intersection_count': 790, 'streets_per_node_avg': 2.8062248995983934, 'streets_per_node_counts': {0: 0, 1: 206, 2: 0, 3: 580, 4: 203, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20682730923694778, 2: 0.0, 3: 0.5823293172690763, 4: 0.20381526104417672, 5: 0.0050200803212851405, 6: 0.002008032128514056}, 'edge_length_total': 314644.5970000002, 'edge_length_avg': 114.95966276945568, 'street_length_total': 157799.2080000001, 'street_length_avg': 114.01676878612724, 'street_segments_count': 1384, 'node_density_km': 55.225844734289815, 'intersection_density_km': 43.80363186755919, 'edge_density_km': 17446.298855828514, 'street_density_km': 8749.592931929627, 'circuity_avg': 1.0480654851993272, 'self_loop_proportion': 0.0014614541468761417, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0480654851993272\n", - "7606\n", - "10006467.24580705\n", - "{'n': 927, 'm': 2611, 'k_avg': 5.633225458468177, 'intersection_count': 784, 'streets_per_node_avg': 2.924487594390507, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 571, 4: 210, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15426105717367852, 2: 0.0, 3: 0.61596548004315, 4: 0.22653721682847897, 5: 0.003236245954692557}, 'edge_length_total': 238699.25400000054, 'edge_length_avg': 91.42062581386463, 'street_length_total': 120993.30099999995, 'street_length_avg': 91.66159166666662, 'street_segments_count': 1320, 'node_density_km': 92.64008737833377, 'intersection_density_km': 78.34932956269004, 'edge_density_km': 23854.498109712124, 'street_density_km': 12091.510223120857, 'circuity_avg': 1.0612074892017895, 'self_loop_proportion': 0.008425890463423975, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612074892017895\n", - "7607\n", - "7018747.184165173\n", - "{'n': 355, 'm': 959, 'k_avg': 5.402816901408451, 'intersection_count': 292, 'streets_per_node_avg': 2.808450704225352, 'streets_per_node_counts': {0: 0, 1: 63, 2: 0, 3: 234, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17746478873239438, 2: 0.0, 3: 0.6591549295774648, 4: 0.16338028169014085}, 'edge_length_total': 101354.7869999999, 'edge_length_avg': 105.68799478623555, 'street_length_total': 51211.49999999999, 'street_length_avg': 105.1570841889117, 'street_segments_count': 487, 'node_density_km': 50.57882705918044, 'intersection_density_km': 41.60286620079067, 'edge_density_km': 14440.580967022717, 'street_density_km': 7296.387611102025, 'circuity_avg': 1.0634166422958782, 'self_loop_proportion': 0.004171011470281543, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0634166422958782\n", - "7608\n", - "41083908.332460806\n", - "{'n': 1119, 'm': 3047, 'k_avg': 5.445933869526363, 'intersection_count': 932, 'streets_per_node_avg': 2.7971403038427165, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 787, 4: 143, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1671134941912422, 2: 0.0, 3: 0.7033065236818588, 4: 0.12779267202859695, 5: 0.0017873100983020554}, 'edge_length_total': 327462.135, 'edge_length_avg': 107.47034296028882, 'street_length_total': 165038.4039999996, 'street_length_avg': 106.95943227478911, 'street_segments_count': 1543, 'node_density_km': 27.236941309107802, 'intersection_density_km': 22.68528087586101, 'edge_density_km': 7970.569215326305, 'street_density_km': 4017.1057403903587, 'circuity_avg': 1.078632219397313, 'self_loop_proportion': 0.0013127666557269445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.078632219397313\n", - "7609\n", - "19043631.367574465\n", - "{'n': 2024, 'm': 5644, 'k_avg': 5.5770750988142295, 'intersection_count': 1703, 'streets_per_node_avg': 2.852272727272727, 'streets_per_node_counts': {0: 0, 1: 321, 2: 0, 3: 1363, 4: 337, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15859683794466403, 2: 0.0, 3: 0.6734189723320159, 4: 0.166501976284585, 5: 0.0014822134387351778}, 'edge_length_total': 474139.58799999853, 'edge_length_avg': 84.007722891566, 'street_length_total': 238398.16899999938, 'street_length_avg': 83.73662416578833, 'street_segments_count': 2847, 'node_density_km': 106.28225052950033, 'intersection_density_km': 89.42622166587898, 'edge_density_km': 24897.54074988632, 'street_density_km': 12518.524665727318, 'circuity_avg': 1.0654780563294837, 'self_loop_proportion': 0.001417434443656981, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0654780563294837\n", - "7610\n", - "19020656.434593562\n", - "{'n': 914, 'm': 2684, 'k_avg': 5.87308533916849, 'intersection_count': 800, 'streets_per_node_avg': 3.0306345733041575, 'streets_per_node_counts': {0: 0, 1: 114, 2: 1, 3: 543, 4: 255, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12472647702407003, 2: 0.0010940919037199124, 3: 0.5940919037199125, 4: 0.2789934354485777, 5: 0.0010940919037199124}, 'edge_length_total': 320996.66500000097, 'edge_length_avg': 119.59637295082003, 'street_length_total': 162277.53500000012, 'street_length_avg': 119.3217169117648, 'street_segments_count': 1360, 'node_density_km': 48.053020837791635, 'intersection_density_km': 42.05953683832966, 'edge_density_km': 16876.213820685633, 'street_density_km': 8531.647451707295, 'circuity_avg': 1.046996076850128, 'self_loop_proportion': 0.0022354694485842027, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046996076850128\n", - "7611\n", - "31057535.99335356\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3325, 'm': 9507, 'k_avg': 5.718496240601504, 'intersection_count': 2850, 'streets_per_node_avg': 2.8932330827067667, 'streets_per_node_counts': {0: 0, 1: 475, 2: 2, 3: 2269, 4: 563, 5: 14, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0006015037593984962, 3: 0.682406015037594, 4: 0.16932330827067668, 5: 0.004210526315789474, 6: 0.0006015037593984962}, 'edge_length_total': 688280.8910000017, 'edge_length_avg': 72.39727474492497, 'street_length_total': 345633.7700000006, 'street_length_avg': 72.2327628004181, 'street_segments_count': 4785, 'node_density_km': 107.05936236253783, 'intersection_density_km': 91.76516773931813, 'edge_density_km': 22161.477689257015, 'street_density_km': 11128.821361551916, 'circuity_avg': 1.0671542677510428, 'self_loop_proportion': 0.0018933417481855476, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0671542677510428\n", - "7612\n", - "8017011.839338677\n", - "{'n': 382, 'm': 1109, 'k_avg': 5.806282722513089, 'intersection_count': 325, 'streets_per_node_avg': 3.031413612565445, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 200, 4: 124, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14921465968586387, 2: 0.0, 3: 0.5235602094240838, 4: 0.32460732984293195, 5: 0.002617801047120419}, 'edge_length_total': 140884.99399999995, 'edge_length_avg': 127.03786654643818, 'street_length_total': 71378.68000000002, 'street_length_avg': 125.44583479789108, 'street_segments_count': 569, 'node_density_km': 47.64867604729784, 'intersection_density_km': 40.53879506641832, 'edge_density_km': 17573.255075998684, 'street_density_km': 8903.402094250623, 'circuity_avg': 1.0496290637279986, 'self_loop_proportion': 0.0018034265103697023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0496290637279986\n", - "7613\n", - "8008647.756987863\n", - "{'n': 277, 'm': 840, 'k_avg': 6.064981949458484, 'intersection_count': 252, 'streets_per_node_avg': 3.083032490974729, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 181, 4: 70, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09025270758122744, 2: 0.0, 3: 0.6534296028880866, 4: 0.2527075812274368, 5: 0.0, 6: 0.0036101083032490976}, 'edge_length_total': 105257.806, 'edge_length_avg': 125.3069119047619, 'street_length_total': 52628.90300000001, 'street_length_avg': 125.30691190476193, 'street_segments_count': 420, 'node_density_km': 34.587611842249714, 'intersection_density_km': 31.46598622471815, 'edge_density_km': 13143.018546190697, 'street_density_km': 6571.50927309535, 'circuity_avg': 1.0474850033945733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474850033945733\n", - "7614\n", - "10021350.162345449\n", - "{'n': 859, 'm': 2312, 'k_avg': 5.383003492433062, 'intersection_count': 680, 'streets_per_node_avg': 2.738067520372526, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 549, 4: 129, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20838183934807916, 2: 0.0, 3: 0.6391152502910361, 4: 0.15017462165308498, 5: 0.002328288707799767}, 'edge_length_total': 201577.97499999995, 'edge_length_avg': 87.18770544982696, 'street_length_total': 100877.1989999999, 'street_length_avg': 87.18859031979248, 'street_segments_count': 1157, 'node_density_km': 85.71699282873428, 'intersection_density_km': 67.85512819969652, 'edge_density_km': 20114.851964500318, 'street_density_km': 10066.22833907543, 'circuity_avg': 1.083869737113381, 'self_loop_proportion': 0.0034602076124567475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.083869737113381\n", - "7615\n", - "6004312.453267085\n", - "{'n': 192, 'm': 560, 'k_avg': 5.833333333333333, 'intersection_count': 166, 'streets_per_node_avg': 3.0364583333333335, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 107, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13541666666666666, 2: 0.0, 3: 0.5572916666666666, 4: 0.3072916666666667}, 'edge_length_total': 88539.72600000001, 'edge_length_avg': 158.10665357142858, 'street_length_total': 44269.86299999997, 'street_length_avg': 158.10665357142847, 'street_segments_count': 280, 'node_density_km': 31.97701676826101, 'intersection_density_km': 27.646795747558997, 'edge_density_km': 14746.022411246018, 'street_density_km': 7373.011205623004, 'circuity_avg': 1.0453891459548552, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453891459548552\n", - "7616\n", - "48110253.52276241\n", - "{'n': 3293, 'm': 9229, 'k_avg': 5.605223200728819, 'intersection_count': 2744, 'streets_per_node_avg': 2.878833890069845, 'streets_per_node_counts': {0: 0, 1: 549, 2: 2, 3: 2063, 4: 657, 5: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16671727907682965, 2: 0.0006073489219556636, 3: 0.626480412997267, 4: 0.19951412086243547, 5: 0.006680838141512299}, 'edge_length_total': 972903.4639999995, 'edge_length_avg': 105.41808039874303, 'street_length_total': 490411.6830000005, 'street_length_avg': 105.05820115681244, 'street_segments_count': 4668, 'node_density_km': 68.44694756060643, 'intersection_density_km': 57.03565870218769, 'edge_density_km': 20222.37242087468, 'street_density_km': 10193.496127971388, 'circuity_avg': 1.0639418783251284, 'self_loop_proportion': 0.0023837902264600714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0639418783251284\n", - "7617\n", - "10007264.447133899\n", - "{'n': 977, 'm': 2693, 'k_avg': 5.512794268167861, 'intersection_count': 851, 'streets_per_node_avg': 2.86489252814739, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 735, 4: 112, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12896622313203684, 2: 0.0, 3: 0.7523029682702149, 4: 0.11463664278403275, 5: 0.0040941658137154556}, 'edge_length_total': 226927.1880000003, 'edge_length_avg': 84.26557296695147, 'street_length_total': 114626.17700000005, 'street_length_avg': 83.5467762390671, 'street_segments_count': 1372, 'node_density_km': 97.62907787250639, 'intersection_density_km': 85.03822443142573, 'edge_density_km': 22676.245761147315, 'street_density_km': 11454.296786653742, 'circuity_avg': 1.0870095998467533, 'self_loop_proportion': 0.003713330857779428, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0870095998467533\n", - "7618\n", - "36071649.514695235\n", - "{'n': 3070, 'm': 7981, 'k_avg': 5.199348534201954, 'intersection_count': 2373, 'streets_per_node_avg': 2.690228013029316, 'streets_per_node_counts': {0: 0, 1: 697, 2: 3, 3: 1942, 4: 410, 5: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22703583061889251, 2: 0.000977198697068404, 3: 0.6325732899022801, 4: 0.13355048859934854, 5: 0.005863192182410423}, 'edge_length_total': 700273.5529999981, 'edge_length_avg': 87.74258275905251, 'street_length_total': 354512.1539999999, 'street_length_avg': 87.27527178729687, 'street_segments_count': 4062, 'node_density_km': 85.1083895885968, 'intersection_density_km': 65.78573566571342, 'edge_density_km': 19413.405331372873, 'street_density_km': 9827.999516783262, 'circuity_avg': 1.0910912816690506, 'self_loop_proportion': 0.0020047613081067535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0910912816690506\n", - "7619\n", - "10012650.638333157\n", - "{'n': 296, 'm': 836, 'k_avg': 5.648648648648648, 'intersection_count': 255, 'streets_per_node_avg': 2.9121621621621623, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 199, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13851351351351351, 2: 0.0, 3: 0.6722972972972973, 4: 0.1891891891891892}, 'edge_length_total': 129735.68800000008, 'edge_length_avg': 155.18622966507186, 'street_length_total': 64867.844, 'street_length_avg': 155.18622966507178, 'street_segments_count': 418, 'node_density_km': 29.56260142212215, 'intersection_density_km': 25.46778163054442, 'edge_density_km': 12957.177143813506, 'street_density_km': 6478.588571906749, 'circuity_avg': 1.046621192506479, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.046621192506479\n", - "7620\n", - "10018303.411806691\n", - "{'n': 1318, 'm': 3487, 'k_avg': 5.291350531107739, 'intersection_count': 1033, 'streets_per_node_avg': 2.7033383915022764, 'streets_per_node_counts': {0: 0, 1: 285, 2: 0, 3: 857, 4: 173, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21623672230652505, 2: 0.0, 3: 0.650227617602428, 4: 0.13125948406676782, 5: 0.002276176024279211}, 'edge_length_total': 280652.06199999945, 'edge_length_avg': 80.48524863779738, 'street_length_total': 140462.19400000034, 'street_length_avg': 80.49409398280822, 'street_segments_count': 1745, 'node_density_km': 131.55920177529472, 'intersection_density_km': 103.11127119414222, 'edge_density_km': 28013.931148186988, 'street_density_km': 14020.556997152227, 'circuity_avg': 1.0538541321037918, 'self_loop_proportion': 0.0017206767995411529, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0538541321037918\n", - "7621\n", - "6008392.45445771\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 352, 'm': 960, 'k_avg': 5.454545454545454, 'intersection_count': 288, 'streets_per_node_avg': 2.7926136363636362, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 233, 4: 55}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.6619318181818182, 4: 0.15625}, 'edge_length_total': 104796.11400000002, 'edge_length_avg': 109.16261875000002, 'street_length_total': 52398.057, 'street_length_avg': 109.16261875000001, 'street_segments_count': 480, 'node_density_km': 58.58472173182468, 'intersection_density_km': 47.93295414422019, 'edge_density_km': 17441.62266268914, 'street_density_km': 8720.811331344568, 'circuity_avg': 1.0354151847589923, 'self_loop_proportion': 0.0020833333333333333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0354151847589923\n", - "7622\n", - "8014353.350716262\n", - "{'n': 918, 'm': 2476, 'k_avg': 5.394335511982571, 'intersection_count': 741, 'streets_per_node_avg': 2.766884531590414, 'streets_per_node_counts': {0: 0, 1: 177, 2: 0, 3: 606, 4: 130, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19281045751633988, 2: 0.0, 3: 0.6601307189542484, 4: 0.14161220043572983, 5: 0.0054466230936819175}, 'edge_length_total': 200749.19700000033, 'edge_length_avg': 81.0780278675284, 'street_length_total': 100463.41599999984, 'street_length_avg': 81.08427441485055, 'street_segments_count': 1239, 'node_density_km': 114.54448784916079, 'intersection_density_km': 92.45911274098926, 'edge_density_km': 25048.708013611464, 'street_density_km': 12535.436310781228, 'circuity_avg': 1.0613719842424232, 'self_loop_proportion': 0.004038772213247173, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0613719842424232\n", - "7623\n", - "42094717.69613434\n", - "{'n': 3927, 'm': 10636, 'k_avg': 5.41685765215177, 'intersection_count': 3200, 'streets_per_node_avg': 2.810542398777693, 'streets_per_node_counts': {0: 0, 1: 727, 2: 4, 3: 2508, 4: 666, 5: 19, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18512859689330277, 2: 0.0010185892538833714, 3: 0.6386554621848739, 4: 0.16959511077158135, 5: 0.004838298955946015, 6: 0.0005092946269416857, 7: 0.00025464731347084286}, 'edge_length_total': 850921.5109999987, 'edge_length_avg': 80.0039028770213, 'street_length_total': 438497.0110000011, 'street_length_avg': 80.22265111598996, 'street_segments_count': 5466, 'node_density_km': 93.28961482406203, 'intersection_density_km': 76.01903932696676, 'edge_density_km': 20214.44869027215, 'street_density_km': 10416.912976239519, 'circuity_avg': 1.0772265540280856, 'self_loop_proportion': 0.004701015419330576, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0772265540280856\n", - "7624\n", - "17026881.726350293\n", - "{'n': 841, 'm': 2367, 'k_avg': 5.629013079667063, 'intersection_count': 700, 'streets_per_node_avg': 2.882282996432818, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 521, 4: 175, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16765755053507728, 2: 0.0, 3: 0.619500594530321, 4: 0.2080856123662307, 5: 0.0047562425683709865}, 'edge_length_total': 282181.47899999964, 'edge_length_avg': 119.21482002534839, 'street_length_total': 142156.28399999996, 'street_length_avg': 118.85976923076919, 'street_segments_count': 1196, 'node_density_km': 49.39248498440519, 'intersection_density_km': 41.111461937079234, 'edge_density_km': 16572.704476081726, 'street_density_km': 8348.932369689463, 'circuity_avg': 1.0430461935073416, 'self_loop_proportion': 0.0008449514152936206, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430461935073416\n", - "7625\n", - "10023350.792216873\n", - "{'n': 516, 'm': 1354, 'k_avg': 5.248062015503876, 'intersection_count': 409, 'streets_per_node_avg': 2.7228682170542635, 'streets_per_node_counts': {0: 0, 1: 107, 2: 0, 3: 339, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20736434108527133, 2: 0.0, 3: 0.6569767441860465, 4: 0.13372093023255813, 5: 0.001937984496124031}, 'edge_length_total': 146547.10299999992, 'edge_length_avg': 108.23272008862622, 'street_length_total': 73355.37500000001, 'street_length_avg': 107.87555147058826, 'street_segments_count': 680, 'node_density_km': 51.47979061060836, 'intersection_density_km': 40.80471775143182, 'edge_density_km': 14620.570110525681, 'street_density_km': 7318.44834333848, 'circuity_avg': 1.0614904300482082, 'self_loop_proportion': 0.0014771048744460858, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614904300482082\n", - "7626\n", - "13026946.931752415\n", - "{'n': 1421, 'm': 3998, 'k_avg': 5.627023223082336, 'intersection_count': 1179, 'streets_per_node_avg': 2.8705137227304713, 'streets_per_node_counts': {0: 0, 1: 242, 2: 2, 3: 882, 4: 288, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17030260380014076, 2: 0.0014074595355383533, 3: 0.6206896551724138, 4: 0.20267417311752287, 5: 0.0049261083743842365}, 'edge_length_total': 314981.0970000003, 'edge_length_avg': 78.78466658329172, 'street_length_total': 158396.58000000002, 'street_length_avg': 78.4529866270431, 'street_segments_count': 2019, 'node_density_km': 109.08158353945514, 'intersection_density_km': 90.50470583604336, 'edge_density_km': 24179.19552832847, 'street_density_km': 12159.148327680501, 'circuity_avg': 1.0535819597944789, 'self_loop_proportion': 0.0030015007503751876, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0535819597944789\n", - "7627\n", - "12023948.857450694\n", - "{'n': 1934, 'm': 5302, 'k_avg': 5.482936918304033, 'intersection_count': 1572, 'streets_per_node_avg': 2.777145811789038, 'streets_per_node_counts': {0: 0, 1: 362, 2: 0, 3: 1286, 4: 280, 5: 5, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18717683557394002, 2: 0.0, 3: 0.6649431230610134, 4: 0.14477766287487073, 5: 0.0025853154084798345, 6: 0.000517063081695967}, 'edge_length_total': 324408.5560000011, 'edge_length_avg': 61.186072425500015, 'street_length_total': 162932.28100000013, 'street_length_avg': 61.25273721804516, 'street_segments_count': 2660, 'node_density_km': 160.84566084972892, 'intersection_density_km': 130.7390790360775, 'edge_density_km': 26980.200917852362, 'street_density_km': 13550.646541467815, 'circuity_avg': 1.0576754252483684, 'self_loop_proportion': 0.002640513013956997, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0576754252483684\n", - "7628\n", - "19008070.977309596\n", - "{'n': 1116, 'm': 3167, 'k_avg': 5.67562724014337, 'intersection_count': 965, 'streets_per_node_avg': 2.931899641577061, 'streets_per_node_counts': {0: 0, 1: 151, 2: 0, 3: 743, 4: 218, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13530465949820789, 2: 0.0, 3: 0.6657706093189965, 4: 0.1953405017921147, 5: 0.0035842293906810036}, 'edge_length_total': 348758.41299999953, 'edge_length_avg': 110.12264382696543, 'street_length_total': 175313.9589999999, 'street_length_avg': 110.05270495919642, 'street_segments_count': 1593, 'node_density_km': 58.71190197743878, 'intersection_density_km': 50.767908071889266, 'edge_density_km': 18347.911969411365, 'street_density_km': 9223.132595057989, 'circuity_avg': 1.0531726628400118, 'self_loop_proportion': 0.0006315124723713293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531726628400118\n", - "7629\n", - "9017788.307030797\n", - "{'n': 378, 'm': 1034, 'k_avg': 5.470899470899471, 'intersection_count': 319, 'streets_per_node_avg': 2.812169312169312, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 273, 4: 45, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15608465608465608, 2: 0.0, 3: 0.7222222222222222, 4: 0.11904761904761904, 5: 0.0026455026455026454}, 'edge_length_total': 115136.26199999993, 'edge_length_avg': 111.35035009671174, 'street_length_total': 57568.131000000016, 'street_length_avg': 111.35035009671184, 'street_segments_count': 517, 'node_density_km': 41.91715164851331, 'intersection_density_km': 35.374527449406735, 'edge_density_km': 12767.682948404648, 'street_density_km': 6383.84147420233, 'circuity_avg': 1.0368431505245708, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368431505245708\n", - "7630\n", - "6003216.581571831\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 280, 'm': 834, 'k_avg': 5.957142857142857, 'intersection_count': 251, 'streets_per_node_avg': 3.032142857142857, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 185, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10357142857142858, 2: 0.0, 3: 0.6607142857142857, 4: 0.23214285714285715, 5: 0.0035714285714285713}, 'edge_length_total': 96187.24400000011, 'edge_length_avg': 115.33242685851332, 'street_length_total': 48093.62200000005, 'street_length_avg': 115.3324268585133, 'street_segments_count': 417, 'node_density_km': 46.64166221480671, 'intersection_density_km': 41.81091862827316, 'edge_density_km': 16022.617657218565, 'street_density_km': 8011.308828609282, 'circuity_avg': 1.0237439412381872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0237439412381872\n", - "7631\n", - "17031794.776575617\n", - "{'n': 1197, 'm': 3112, 'k_avg': 5.199665831244778, 'intersection_count': 903, 'streets_per_node_avg': 2.636591478696742, 'streets_per_node_counts': {0: 0, 1: 294, 2: 0, 3: 753, 4: 147, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24561403508771928, 2: 0.0, 3: 0.6290726817042607, 4: 0.12280701754385964, 5: 0.002506265664160401}, 'edge_length_total': 257758.73800000094, 'edge_length_avg': 82.82735796915198, 'street_length_total': 128879.36900000002, 'street_length_avg': 82.82735796915168, 'street_segments_count': 1556, 'node_density_km': 70.28032075904726, 'intersection_density_km': 53.018487590158465, 'edge_density_km': 15133.97392237869, 'street_density_km': 7566.986961189318, 'circuity_avg': 1.071249432574916, 'self_loop_proportion': 0.0038560411311053984, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071249432574916\n", - "7632\n", - "50022405.24967716\n", - "{'n': 2171, 'm': 5933, 'k_avg': 5.4656840165822205, 'intersection_count': 1794, 'streets_per_node_avg': 2.8231229847996313, 'streets_per_node_counts': {0: 0, 1: 377, 2: 2, 3: 1424, 4: 364, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17365269461077845, 2: 0.0009212344541685859, 3: 0.6559189313680331, 4: 0.16766467065868262, 5: 0.0018424689083371719}, 'edge_length_total': 665693.5870000019, 'edge_length_avg': 112.20185184560962, 'street_length_total': 337453.53200000036, 'street_length_avg': 110.60423861029183, 'street_segments_count': 3051, 'node_density_km': 43.4005519959281, 'intersection_density_km': 35.86392919423999, 'edge_density_km': 13307.908399792477, 'street_density_km': 6746.047702337909, 'circuity_avg': 1.0750771851983767, 'self_loop_proportion': 0.002359683128265633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750771851983767\n", - "7633\n", - "36071967.26005403\n", - "{'n': 1989, 'm': 5492, 'k_avg': 5.522373051784816, 'intersection_count': 1672, 'streets_per_node_avg': 2.838612368024133, 'streets_per_node_counts': {0: 0, 1: 317, 2: 0, 3: 1364, 4: 303, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.159376571141277, 2: 0.0, 3: 0.685771744595274, 4: 0.15233785822021115, 5: 0.002513826043237808}, 'edge_length_total': 602086.592000002, 'edge_length_avg': 109.62975091041552, 'street_length_total': 301610.08800000104, 'street_length_avg': 109.51709803921607, 'street_segments_count': 2754, 'node_density_km': 55.13977060526476, 'intersection_density_km': 46.351783032681084, 'edge_density_km': 16691.260214874685, 'street_density_km': 8361.34291832769, 'circuity_avg': 1.06113030915212, 'self_loop_proportion': 0.004005826656955572, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.06113030915212\n", - "7634\n", - "10004160.201149773\n", - "{'n': 321, 'm': 864, 'k_avg': 5.383177570093458, 'intersection_count': 265, 'streets_per_node_avg': 2.8193146417445485, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 211, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17445482866043613, 2: 0.0, 3: 0.6573208722741433, 4: 0.16822429906542055}, 'edge_length_total': 143473.29800000004, 'edge_length_avg': 166.05705787037041, 'street_length_total': 72282.77, 'street_length_avg': 166.16728735632185, 'street_segments_count': 435, 'node_density_km': 32.08665130763376, 'intersection_density_km': 26.488980051473355, 'edge_density_km': 14341.363504306011, 'street_density_km': 7225.271141868818, 'circuity_avg': 1.045709431183536, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045709431183536\n", - "7635\n", - "7018413.928009926\n", - "{'n': 388, 'm': 1063, 'k_avg': 5.479381443298969, 'intersection_count': 327, 'streets_per_node_avg': 2.8530927835051547, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 266, 4: 59, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15721649484536082, 2: 0.0, 3: 0.6855670103092784, 4: 0.15206185567010308, 5: 0.002577319587628866, 6: 0.0, 7: 0.002577319587628866}, 'edge_length_total': 118651.32399999995, 'edge_length_avg': 111.61930761994351, 'street_length_total': 59599.565000000046, 'street_length_avg': 111.81907129455918, 'street_segments_count': 533, 'node_density_km': 55.283145733471656, 'intersection_density_km': 46.59172333722998, 'edge_density_km': 16905.717618972576, 'street_density_km': 8491.88514831577, 'circuity_avg': 1.052485688287919, 'self_loop_proportion': 0.005644402634054563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052485688287919\n", - "7636\n", - "13014752.157973886\n", - "{'n': 483, 'm': 1386, 'k_avg': 5.739130434782608, 'intersection_count': 423, 'streets_per_node_avg': 2.960662525879917, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 325, 4: 96, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12422360248447205, 2: 0.0, 3: 0.6728778467908902, 4: 0.19875776397515527, 5: 0.002070393374741201, 6: 0.002070393374741201}, 'edge_length_total': 171117.03200000006, 'edge_length_avg': 123.4610620490621, 'street_length_total': 85558.51599999992, 'street_length_avg': 123.46106204906192, 'street_segments_count': 693, 'node_density_km': 37.11173245078473, 'intersection_density_km': 32.501579351308365, 'edge_density_km': 13147.92859079994, 'street_density_km': 6573.964295399961, 'circuity_avg': 1.075126512073628, 'self_loop_proportion': 0.002886002886002886, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075126512073628\n", - "7637\n", - "27049449.18120639\n", - "{'n': 2327, 'm': 5795, 'k_avg': 4.980661796304254, 'intersection_count': 1696, 'streets_per_node_avg': 2.5552213149978513, 'streets_per_node_counts': {0: 0, 1: 631, 2: 0, 3: 1474, 4: 217, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2711645896003438, 2: 0.0, 3: 0.6334336055006446, 4: 0.09325311559948432, 5: 0.0021486892995272885}, 'edge_length_total': 564566.3550000017, 'edge_length_avg': 97.42301207937908, 'street_length_total': 284607.81599999947, 'street_length_avg': 97.16893683851126, 'street_segments_count': 2929, 'node_density_km': 86.0276297831887, 'intersection_density_km': 62.69998285874002, 'edge_density_km': 20871.639611510283, 'street_density_km': 10521.760132466627, 'circuity_avg': 1.0735769076715107, 'self_loop_proportion': 0.003278688524590164, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0735769076715107\n", - "7638\n", - "9017813.999724437\n", - "{'n': 539, 'm': 1576, 'k_avg': 5.8478664192949905, 'intersection_count': 474, 'streets_per_node_avg': 2.9981447124304266, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 347, 4: 125, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12059369202226346, 2: 0.0, 3: 0.6437847866419295, 4: 0.23191094619666047, 5: 0.0037105751391465678}, 'edge_length_total': 175659.8299999999, 'edge_length_avg': 111.4592829949238, 'street_length_total': 87829.91499999998, 'street_length_avg': 111.45928299492383, 'street_segments_count': 788, 'node_density_km': 59.77058298346701, 'intersection_density_km': 52.56262770716765, 'edge_density_km': 19479.203053574587, 'street_density_km': 9739.601526787295, 'circuity_avg': 1.0372259869950198, 'self_loop_proportion': 0.0038071065989847717, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0372259869950198\n", - "7639\n", - "6003453.000726052\n", - "{'n': 341, 'm': 1036, 'k_avg': 6.07624633431085, 'intersection_count': 321, 'streets_per_node_avg': 3.167155425219941, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 224, 4: 97}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05865102639296188, 2: 0.0, 3: 0.656891495601173, 4: 0.2844574780058651}, 'edge_length_total': 111251.25999999992, 'edge_length_avg': 107.38538610038603, 'street_length_total': 55625.63, 'street_length_avg': 107.3853861003861, 'street_segments_count': 518, 'node_density_km': 56.80064455551827, 'intersection_density_km': 53.46922845255532, 'edge_density_km': 18531.211951945872, 'street_density_km': 9265.605975972943, 'circuity_avg': 1.048719058990506, 'self_loop_proportion': 0.0019305019305019305, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048719058990506\n", - "7640\n", - "8014826.836886207\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 994, 'm': 2699, 'k_avg': 5.430583501006036, 'intersection_count': 789, 'streets_per_node_avg': 2.7806841046277664, 'streets_per_node_counts': {0: 0, 1: 205, 2: 0, 3: 601, 4: 184, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2062374245472837, 2: 0.0, 3: 0.6046277665995976, 4: 0.1851106639839034, 5: 0.004024144869215292}, 'edge_length_total': 151513.30300000036, 'edge_length_avg': 56.13682956650625, 'street_length_total': 76157.69399999996, 'street_length_avg': 55.95715944158704, 'street_segments_count': 1361, 'node_density_km': 124.0201466893043, 'intersection_density_km': 98.44255104412585, 'edge_density_km': 18904.12682438738, 'street_density_km': 9502.100987323083, 'circuity_avg': 1.1167251249241572, 'self_loop_proportion': 0.002223045572434235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1167251249241572\n", - "7641\n", - "17017188.948512018\n", - "{'n': 882, 'm': 2472, 'k_avg': 5.605442176870748, 'intersection_count': 739, 'streets_per_node_avg': 2.8514739229024944, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 585, 4: 153, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1621315192743764, 2: 0.0, 3: 0.6632653061224489, 4: 0.17346938775510204, 5: 0.0011337868480725624}, 'edge_length_total': 264562.5579999991, 'edge_length_avg': 107.0236885113265, 'street_length_total': 132281.2790000001, 'street_length_avg': 107.02368851132694, 'street_segments_count': 1236, 'node_density_km': 51.82994692417293, 'intersection_density_km': 43.42667888544648, 'edge_density_km': 15546.78383136437, 'street_density_km': 7773.391915682218, 'circuity_avg': 1.053922577825033, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053922577825033\n", - "7642\n", - "22051797.92595134\n", - "{'n': 1032, 'm': 2808, 'k_avg': 5.441860465116279, 'intersection_count': 837, 'streets_per_node_avg': 2.7897286821705425, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 668, 4: 165, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18895348837209303, 2: 0.0, 3: 0.6472868217054264, 4: 0.15988372093023256, 5: 0.003875968992248062}, 'edge_length_total': 349429.4340000002, 'edge_length_avg': 124.4406816239317, 'street_length_total': 175842.4250000003, 'street_length_avg': 124.44616065109717, 'street_segments_count': 1413, 'node_density_km': 46.798905171605334, 'intersection_density_km': 37.956088787435725, 'edge_density_km': 15845.847815827261, 'street_density_km': 7974.062958062149, 'circuity_avg': 1.0459712451445924, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0459712451445924\n", - "7643\n", - "12007822.319906589\n", - "{'n': 291, 'm': 804, 'k_avg': 5.525773195876289, 'intersection_count': 252, 'streets_per_node_avg': 2.8487972508591066, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 218, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13402061855670103, 2: 0.0, 3: 0.7491408934707904, 4: 0.11683848797250859}, 'edge_length_total': 128869.33399999999, 'edge_length_avg': 160.28524129353232, 'street_length_total': 64434.667000000016, 'street_length_avg': 160.28524129353238, 'street_segments_count': 402, 'node_density_km': 24.234202692821302, 'intersection_density_km': 20.98631985770092, 'edge_density_km': 10732.11533005116, 'street_density_km': 5366.057665025582, 'circuity_avg': 1.087036680212148, 'self_loop_proportion': 0.004975124378109453, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.087036680212148\n", - "7644\n", - "5013604.861672018\n", - "{'n': 171, 'm': 438, 'k_avg': 5.12280701754386, 'intersection_count': 128, 'streets_per_node_avg': 2.6608187134502925, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 100, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25146198830409355, 2: 0.0, 3: 0.5847953216374269, 4: 0.16374269005847952}, 'edge_length_total': 61906.640000000014, 'edge_length_avg': 141.33936073059363, 'street_length_total': 30953.320000000018, 'street_length_avg': 141.33936073059368, 'street_segments_count': 219, 'node_density_km': 34.107195265279074, 'intersection_density_km': 25.530532128396032, 'edge_density_km': 12347.730167820682, 'street_density_km': 6173.865083910343, 'circuity_avg': 1.0498286888642208, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498286888642208\n", - "7645\n", - "12009556.536079232\n", - "{'n': 296, 'm': 870, 'k_avg': 5.878378378378378, 'intersection_count': 262, 'streets_per_node_avg': 3.0371621621621623, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 183, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11486486486486487, 2: 0.0, 3: 0.6182432432432432, 4: 0.2668918918918919}, 'edge_length_total': 147605.38600000012, 'edge_length_avg': 169.66136321839093, 'street_length_total': 73802.69300000001, 'street_length_avg': 169.66136321839085, 'street_segments_count': 435, 'node_density_km': 24.647038307430734, 'intersection_density_km': 21.815959582928556, 'edge_density_km': 12290.660821368592, 'street_density_km': 6145.3304106842925, 'circuity_avg': 1.0337493813156593, 'self_loop_proportion': 0.004597701149425287, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0337493813156593\n", - "7646\n", - "14038995.892653592\n", - "{'n': 434, 'm': 1185, 'k_avg': 5.460829493087558, 'intersection_count': 350, 'streets_per_node_avg': 2.8225806451612905, 'streets_per_node_counts': {0: 0, 1: 84, 2: 0, 3: 259, 4: 91}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1935483870967742, 2: 0.0, 3: 0.5967741935483871, 4: 0.20967741935483872}, 'edge_length_total': 170003.4310000001, 'edge_length_avg': 143.4628109704642, 'street_length_total': 85088.49999999993, 'street_length_avg': 143.4881956155142, 'street_segments_count': 593, 'node_density_km': 30.913891799562823, 'intersection_density_km': 24.930557902873243, 'edge_density_km': 12109.372514950339, 'street_density_km': 6060.867931767509, 'circuity_avg': 1.065071057108528, 'self_loop_proportion': 0.0016877637130801688, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065071057108528\n", - "7647\n", - "25037214.90440365\n", - "{'n': 357, 'm': 928, 'k_avg': 5.1988795518207285, 'intersection_count': 272, 'streets_per_node_avg': 2.6918767507002803, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 212, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23809523809523808, 2: 0.0, 3: 0.5938375350140056, 4: 0.16806722689075632}, 'edge_length_total': 187609.8560000002, 'edge_length_avg': 202.1657931034485, 'street_length_total': 93804.92799999997, 'street_length_avg': 202.1657931034482, 'street_segments_count': 464, 'node_density_km': 14.258774442887791, 'intersection_density_km': 10.863828146962126, 'edge_density_km': 7493.239831839388, 'street_density_km': 3746.6199159196885, 'circuity_avg': 1.0625202552826998, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0625202552826998\n", - "7648\n", - "6014414.588487116\n", - "{'n': 146, 'm': 402, 'k_avg': 5.506849315068493, 'intersection_count': 125, 'streets_per_node_avg': 2.9383561643835616, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 93, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14383561643835616, 2: 0.0, 3: 0.636986301369863, 4: 0.21232876712328766, 5: 0.00684931506849315}, 'edge_length_total': 71300.22599999995, 'edge_length_avg': 177.3637462686566, 'street_length_total': 35650.11300000001, 'street_length_avg': 177.36374626865677, 'street_segments_count': 201, 'node_density_km': 24.275014276447692, 'intersection_density_km': 20.78340263394494, 'edge_density_km': 11854.89043879415, 'street_density_km': 5927.445219397081, 'circuity_avg': 1.039346020832956, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039346020832956\n", - "7649\n", - "6007498.589389912\n", - "{'n': 235, 'm': 652, 'k_avg': 5.548936170212766, 'intersection_count': 202, 'streets_per_node_avg': 2.8851063829787233, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 163, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14042553191489363, 2: 0.0, 3: 0.6936170212765957, 4: 0.16595744680851063}, 'edge_length_total': 86674.6199999999, 'edge_length_avg': 132.93653374233114, 'street_length_total': 43337.309999999976, 'street_length_avg': 132.93653374233122, 'street_segments_count': 326, 'node_density_km': 39.117778640022166, 'intersection_density_km': 33.62464376716799, 'edge_density_km': 14427.73871858738, 'street_density_km': 7213.869359293694, 'circuity_avg': 1.054392241419872, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054392241419872\n", - "7650\n", - "7015738.568016917\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 610, 'm': 1662, 'k_avg': 5.449180327868852, 'intersection_count': 492, 'streets_per_node_avg': 2.762295081967213, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 403, 4: 87, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19344262295081968, 2: 0.0, 3: 0.660655737704918, 4: 0.14262295081967213, 5: 0.003278688524590164}, 'edge_length_total': 146809.97199999986, 'edge_length_avg': 88.33331648616117, 'street_length_total': 73404.98600000003, 'street_length_avg': 88.3333164861613, 'street_segments_count': 831, 'node_density_km': 86.9473675631023, 'intersection_density_km': 70.12804072302679, 'edge_density_km': 20925.804258053682, 'street_density_km': 10462.902129026856, 'circuity_avg': 1.0723297986336016, 'self_loop_proportion': 0.0036101083032490976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0723297986336016\n", - "7651\n", - "9019626.133766904\n", - "{'n': 505, 'm': 1284, 'k_avg': 5.085148514851485, 'intersection_count': 364, 'streets_per_node_avg': 2.598019801980198, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 285, 4: 79}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27920792079207923, 2: 0.0, 3: 0.5643564356435643, 4: 0.15643564356435644}, 'edge_length_total': 121300.57699999989, 'edge_length_avg': 94.47085436137063, 'street_length_total': 60795.05700000003, 'street_length_avg': 94.54907776049771, 'street_segments_count': 643, 'node_density_km': 55.989016896102186, 'intersection_density_km': 40.3564399013489, 'edge_density_km': 13448.514960712748, 'street_density_km': 6740.30786846039, 'circuity_avg': 1.0498060322182097, 'self_loop_proportion': 0.001557632398753894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498060322182097\n", - "7652\n", - "8004259.502151523\n", - "{'n': 288, 'm': 864, 'k_avg': 6.0, 'intersection_count': 263, 'streets_per_node_avg': 3.0833333333333335, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 189, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08680555555555555, 2: 0.0, 3: 0.65625, 4: 0.2569444444444444}, 'edge_length_total': 102795.78400000012, 'edge_length_avg': 118.97660185185198, 'street_length_total': 51397.892, 'street_length_avg': 118.97660185185185, 'street_segments_count': 432, 'node_density_km': 35.98084244052637, 'intersection_density_km': 32.85750542311957, 'edge_density_km': 12842.635096022173, 'street_density_km': 6421.317548011079, 'circuity_avg': 1.0531260721737443, 'self_loop_proportion': 0.0023148148148148147, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531260721737443\n", - "7653\n", - "23045561.19926684\n", - "{'n': 2774, 'm': 7599, 'k_avg': 5.478731074260995, 'intersection_count': 2218, 'streets_per_node_avg': 2.788031723143475, 'streets_per_node_counts': {0: 0, 1: 556, 2: 0, 3: 1711, 4: 491, 5: 15, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20043258832011535, 2: 0.0, 3: 0.6167988464311464, 4: 0.17700072098053352, 5: 0.005407354001441961, 6: 0.0003604902667627974}, 'edge_length_total': 465669.06100000144, 'edge_length_avg': 61.28030806685109, 'street_length_total': 236531.04100000064, 'street_length_avg': 61.42068060244109, 'street_segments_count': 3851, 'node_density_km': 120.3702516078563, 'intersection_density_km': 96.24413052135013, 'edge_density_km': 20206.453510657662, 'street_density_km': 10263.626863099586, 'circuity_avg': 1.0659315054334053, 'self_loop_proportion': 0.0025003289906566652, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0659315054334053\n", - "7654\n", - "81141875.1000373\n", - "{'n': 7223, 'm': 20245, 'k_avg': 5.605704001107573, 'intersection_count': 6076, 'streets_per_node_avg': 2.8744289076560987, 'streets_per_node_counts': {0: 0, 1: 1147, 2: 0, 3: 4730, 4: 1307, 5: 38, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15879828326180256, 2: 0.0, 3: 0.6548525543403018, 4: 0.18094974387373666, 5: 0.005260971895334349, 6: 0.0, 7: 0.00013844662882458813}, 'edge_length_total': 1656232.8390000053, 'edge_length_avg': 81.80947587058559, 'street_length_total': 845088.5969999997, 'street_length_avg': 81.61164625784643, 'street_segments_count': 10355, 'node_density_km': 89.01692241022266, 'intersection_density_km': 74.88118795023023, 'edge_density_km': 20411.567232801644, 'street_density_km': 10414.950307201012, 'circuity_avg': 1.071820064727309, 'self_loop_proportion': 0.003457643862682144, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071820064727309\n", - "7655\n", - "26071305.504026856\n", - "{'n': 1348, 'm': 3718, 'k_avg': 5.516320474777448, 'intersection_count': 1099, 'streets_per_node_avg': 2.8056379821958455, 'streets_per_node_counts': {0: 0, 1: 249, 2: 0, 3: 864, 4: 234, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1847181008902077, 2: 0.0, 3: 0.6409495548961425, 4: 0.17359050445103857, 5: 0.000741839762611276}, 'edge_length_total': 456637.00199999864, 'edge_length_avg': 122.81791339429765, 'street_length_total': 228318.5009999997, 'street_length_avg': 122.81791339429785, 'street_segments_count': 1859, 'node_density_km': 51.70435365393551, 'intersection_density_km': 42.15362363922487, 'edge_density_km': 17514.926589674174, 'street_density_km': 8757.463294837102, 'circuity_avg': 1.0453525943595312, 'self_loop_proportion': 0.0016137708445400753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453525943595312\n", - "7656\n", - "6006814.575156625\n", - "{'n': 271, 'm': 758, 'k_avg': 5.594095940959409, 'intersection_count': 238, 'streets_per_node_avg': 2.974169741697417, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 180, 4: 57, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12177121771217712, 2: 0.0, 3: 0.6642066420664207, 4: 0.21033210332103322, 5: 0.0036900369003690036}, 'edge_length_total': 94368.8659999999, 'edge_length_avg': 124.4971846965698, 'street_length_total': 47336.590999999964, 'street_length_avg': 123.27237239583324, 'street_segments_count': 384, 'node_density_km': 45.11542625617568, 'intersection_density_km': 39.62166586335724, 'edge_density_km': 15710.301161999705, 'street_density_km': 7880.4814777832025, 'circuity_avg': 1.042190017782521, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042190017782521\n", - "7657\n", - "10022880.662660528\n", - "{'n': 543, 'm': 1365, 'k_avg': 5.027624309392265, 'intersection_count': 389, 'streets_per_node_avg': 2.552486187845304, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 330, 4: 53, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.283609576427256, 2: 0.0, 3: 0.6077348066298343, 4: 0.09760589318600368, 5: 0.011049723756906077}, 'edge_length_total': 134274.70299999986, 'edge_length_avg': 98.36974578754568, 'street_length_total': 67297.94200000008, 'street_length_avg': 98.38880409356737, 'street_segments_count': 684, 'node_density_km': 54.17604162672561, 'intersection_density_km': 38.81119740846458, 'edge_density_km': 13396.817493819912, 'street_density_km': 6714.431136620572, 'circuity_avg': 1.0442813957653898, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442813957653898\n", - "7658\n", - "54081461.9409784\n", - "{'n': 1934, 'm': 5474, 'k_avg': 5.660806618407446, 'intersection_count': 1623, 'streets_per_node_avg': 2.9012409513960704, 'streets_per_node_counts': {0: 0, 1: 311, 2: 1, 3: 1199, 4: 414, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1608066184074457, 2: 0.000517063081695967, 3: 0.6199586349534644, 4: 0.2140641158221303, 5: 0.004653567735263702}, 'edge_length_total': 627934.3959999998, 'edge_length_avg': 114.71216587504564, 'street_length_total': 315528.44500000024, 'street_length_avg': 114.03268702565964, 'street_segments_count': 2767, 'node_density_km': 35.7608675984141, 'intersection_density_km': 30.010283408596738, 'edge_density_km': 11610.899067138638, 'street_density_km': 5834.317965449067, 'circuity_avg': 1.0806442822831932, 'self_loop_proportion': 0.0025575447570332483, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0806442822831932\n", - "7659\n", - "63173106.02120559\n", - "{'n': 1394, 'm': 4044, 'k_avg': 5.802008608321377, 'intersection_count': 1192, 'streets_per_node_avg': 2.945480631276901, 'streets_per_node_counts': {0: 0, 1: 202, 2: 1, 3: 865, 4: 323, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1449067431850789, 2: 0.0007173601147776184, 3: 0.6205164992826399, 4: 0.23170731707317074, 5: 0.002152080344332855}, 'edge_length_total': 590227.6560000004, 'edge_length_avg': 145.95144807121673, 'street_length_total': 296079.79699999944, 'street_length_avg': 145.8521167487682, 'street_segments_count': 2030, 'node_density_km': 22.066352088688973, 'intersection_density_km': 18.868788873541792, 'edge_density_km': 9343.020996971023, 'street_density_km': 4686.8013249279375, 'circuity_avg': 1.0450547633526999, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0450547633526999\n", - "7660\n", - "25034534.437882155\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1996, 'm': 5653, 'k_avg': 5.66432865731463, 'intersection_count': 1677, 'streets_per_node_avg': 2.8922845691382766, 'streets_per_node_counts': {0: 0, 1: 319, 2: 0, 3: 1265, 4: 401, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1598196392785571, 2: 0.0, 3: 0.6337675350701403, 4: 0.20090180360721444, 5: 0.005511022044088177}, 'edge_length_total': 522351.3060000002, 'edge_length_avg': 92.40249531222364, 'street_length_total': 262309.9299999998, 'street_length_avg': 92.33014079549449, 'street_segments_count': 2841, 'node_density_km': 79.7298629600102, 'intersection_density_km': 66.98746502201257, 'edge_density_km': 20865.22948114347, 'street_density_km': 10477.923232439805, 'circuity_avg': 1.0676313616416582, 'self_loop_proportion': 0.0028303555634176542, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676313616416582\n", - "7661\n", - "12025173.635683917\n", - "{'n': 1110, 'm': 2764, 'k_avg': 4.98018018018018, 'intersection_count': 790, 'streets_per_node_avg': 2.5306306306306308, 'streets_per_node_counts': {0: 0, 1: 320, 2: 0, 3: 674, 4: 113, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2882882882882883, 2: 0.0, 3: 0.6072072072072072, 4: 0.1018018018018018, 5: 0.002702702702702703}, 'edge_length_total': 220416.01899999965, 'edge_length_avg': 79.74530354558598, 'street_length_total': 110393.01199999981, 'street_length_avg': 79.70614584837531, 'street_segments_count': 1385, 'node_density_km': 92.30635944466927, 'intersection_density_km': 65.69551708224209, 'edge_density_km': 18329.549799258577, 'street_density_km': 9180.159500767271, 'circuity_avg': 1.0818068992213186, 'self_loop_proportion': 0.004341534008683068, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0818068992213186\n", - "7662\n", - "8006718.360163956\n", - "{'n': 125, 'm': 350, 'k_avg': 5.6, 'intersection_count': 104, 'streets_per_node_avg': 2.944, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 69, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.168, 2: 0.0, 3: 0.552, 4: 0.28}, 'edge_length_total': 69902.55400000003, 'edge_length_avg': 199.72158285714295, 'street_length_total': 34951.27699999999, 'street_length_avg': 199.72158285714278, 'street_segments_count': 175, 'node_density_km': 15.61188921317826, 'intersection_density_km': 12.989091825364312, 'edge_density_km': 8730.487430129691, 'street_density_km': 4365.243715064842, 'circuity_avg': 1.0546686516510821, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0546686516510821\n", - "7663\n", - "8019156.671998056\n", - "{'n': 897, 'm': 2742, 'k_avg': 6.11371237458194, 'intersection_count': 835, 'streets_per_node_avg': 3.108138238573021, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 640, 4: 172, 5: 21, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06911928651059086, 2: 0.0, 3: 0.7134894091415831, 4: 0.19175027870680045, 5: 0.023411371237458192, 6: 0.0011148272017837235, 7: 0.0011148272017837235}, 'edge_length_total': 180817.7740000003, 'edge_length_avg': 65.94375419401908, 'street_length_total': 90480.45700000007, 'street_length_avg': 65.94785495626827, 'street_segments_count': 1372, 'node_density_km': 111.8571486615566, 'intersection_density_km': 104.12566235496071, 'edge_density_km': 22548.228123712124, 'street_density_km': 11283.038940484488, 'circuity_avg': 1.0412222278817442, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0412222278817442\n", - "7664\n", - "12020322.962043572\n", - "{'n': 612, 'm': 1824, 'k_avg': 5.96078431372549, 'intersection_count': 551, 'streets_per_node_avg': 3.0245098039215685, 'streets_per_node_counts': {0: 0, 1: 61, 2: 0, 3: 416, 4: 133, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09967320261437909, 2: 0.0, 3: 0.6797385620915033, 4: 0.2173202614379085, 5: 0.0032679738562091504}, 'edge_length_total': 205630.28599999964, 'edge_length_avg': 112.73590241228051, 'street_length_total': 102815.14300000001, 'street_length_avg': 112.73590241228071, 'street_segments_count': 912, 'node_density_km': 50.91377344290207, 'intersection_density_km': 45.8390345866651, 'edge_density_km': 17106.88528497245, 'street_density_km': 8553.442642486241, 'circuity_avg': 1.036501463320401, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.036501463320401\n", - "7665\n", - "11022516.164770655\n", - "{'n': 773, 'm': 2014, 'k_avg': 5.2108667529107375, 'intersection_count': 595, 'streets_per_node_avg': 2.66882276843467, 'streets_per_node_counts': {0: 0, 1: 178, 2: 0, 3: 497, 4: 96, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23027166882276842, 2: 0.0, 3: 0.6429495472186287, 4: 0.12419146183699871, 5: 0.00258732212160414}, 'edge_length_total': 208239.1290000003, 'edge_length_avg': 103.39579394240333, 'street_length_total': 104269.4929999999, 'street_length_avg': 103.44195734126974, 'street_segments_count': 1008, 'node_density_km': 70.12917816991776, 'intersection_density_km': 53.98041527956155, 'edge_density_km': 18892.159093906226, 'street_density_km': 9459.681568284588, 'circuity_avg': 1.0676485298558618, 'self_loop_proportion': 0.0029791459781529296, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0676485298558618\n", - "7666\n", - "9007507.245326517\n", - "{'n': 285, 'm': 753, 'k_avg': 5.28421052631579, 'intersection_count': 242, 'streets_per_node_avg': 2.8280701754385964, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 206, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15087719298245614, 2: 0.0, 3: 0.7228070175438597, 4: 0.12280701754385964, 5: 0.0035087719298245615}, 'edge_length_total': 107211.22300000003, 'edge_length_avg': 142.37878220451532, 'street_length_total': 54246.36899999995, 'street_length_avg': 142.37892125984237, 'street_segments_count': 381, 'node_density_km': 31.640274299848084, 'intersection_density_km': 26.866478528292056, 'edge_density_km': 11902.429837691869, 'street_density_km': 6022.350859406225, 'circuity_avg': 1.058031038546642, 'self_loop_proportion': 0.00398406374501992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058031038546642\n", - "7667\n", - "14032349.532679264\n", - "{'n': 624, 'm': 1720, 'k_avg': 5.512820512820513, 'intersection_count': 511, 'streets_per_node_avg': 2.8253205128205128, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 395, 4: 115, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18108974358974358, 2: 0.0, 3: 0.6330128205128205, 4: 0.1842948717948718, 5: 0.0016025641025641025}, 'edge_length_total': 199459.5220000004, 'edge_length_avg': 115.96483837209325, 'street_length_total': 99880.76599999996, 'street_length_avg': 115.87095823665888, 'street_segments_count': 862, 'node_density_km': 44.468675651700124, 'intersection_density_km': 36.415854580158275, 'edge_density_km': 14214.26408567494, 'street_density_km': 7117.893248553455, 'circuity_avg': 1.0548506816812464, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548506816812464\n", - "7668\n", - "8014548.480838496\n", - "{'n': 22, 'm': 54, 'k_avg': 4.909090909090909, 'intersection_count': 18, 'streets_per_node_avg': 2.6363636363636362, 'streets_per_node_counts': {0: 0, 1: 4, 2: 0, 3: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.8181818181818182}, 'edge_length_total': 19107.627999999997, 'edge_length_avg': 353.8449629629629, 'street_length_total': 9553.813999999997, 'street_length_avg': 353.8449629629628, 'street_segments_count': 27, 'node_density_km': 2.745008037894896, 'intersection_density_km': 2.2459156673685516, 'edge_density_km': 2384.11783841389, 'street_density_km': 1192.0589192069447, 'circuity_avg': 1.1911558048353807, 'self_loop_proportion': 0.037037037037037035, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1911558048353807\n", - "7669\n", - "10021909.458682815\n", - "{'n': 979, 'm': 2594, 'k_avg': 5.299284984678243, 'intersection_count': 775, 'streets_per_node_avg': 2.730337078651685, 'streets_per_node_counts': {0: 0, 1: 204, 2: 2, 3: 628, 4: 144, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2083758937691522, 2: 0.0020429009193054137, 3: 0.6414708886618999, 4: 0.1470888661899898, 5: 0.0010214504596527069}, 'edge_length_total': 216468.69899999976, 'edge_length_avg': 83.44976831148796, 'street_length_total': 109100.22700000007, 'street_length_avg': 83.15566082317079, 'street_segments_count': 1312, 'node_density_km': 97.68597531599238, 'intersection_density_km': 77.33057290081112, 'edge_density_km': 21599.546462920287, 'street_density_km': 10886.171687120706, 'circuity_avg': 1.0707929616139031, 'self_loop_proportion': 0.003469545104086353, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707929616139031\n", - "7670\n", - "8007259.792393018\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 253, 'm': 708, 'k_avg': 5.596837944664031, 'intersection_count': 213, 'streets_per_node_avg': 2.932806324110672, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 150, 4: 63}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15810276679841898, 2: 0.0, 3: 0.5928853754940712, 4: 0.2490118577075099}, 'edge_length_total': 115429.4660000001, 'edge_length_avg': 163.0359689265538, 'street_length_total': 57714.73299999999, 'street_length_avg': 163.03596892655366, 'street_segments_count': 354, 'node_density_km': 31.596327153060862, 'intersection_density_km': 26.600860409493926, 'edge_density_km': 14415.601465767268, 'street_density_km': 7207.800732883627, 'circuity_avg': 1.0189277117479991, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0189277117479991\n", - "7671\n", - "12029879.680835439\n", - "{'n': 719, 'm': 1915, 'k_avg': 5.3268428372739915, 'intersection_count': 570, 'streets_per_node_avg': 2.7162726008344924, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 476, 4: 94}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20723226703755215, 2: 0.0, 3: 0.6620305980528511, 4: 0.13073713490959665}, 'edge_length_total': 217738.71999999965, 'edge_length_avg': 113.70168146214081, 'street_length_total': 108900.275, 'street_length_avg': 113.67460855949895, 'street_segments_count': 958, 'node_density_km': 59.76784631898061, 'intersection_density_km': 47.38202003034624, 'edge_density_km': 18099.825249863043, 'street_density_km': 9052.48247607055, 'circuity_avg': 1.0707391305888059, 'self_loop_proportion': 0.003133159268929504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0707391305888059\n", - "7672\n", - "9008011.815146005\n", - "{'n': 212, 'm': 630, 'k_avg': 5.943396226415095, 'intersection_count': 179, 'streets_per_node_avg': 3.047169811320755, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 103, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15566037735849056, 2: 0.0, 3: 0.4858490566037736, 4: 0.3584905660377358}, 'edge_length_total': 115388.11200000014, 'edge_length_avg': 183.15573333333356, 'street_length_total': 57694.05599999999, 'street_length_avg': 183.1557333333333, 'street_segments_count': 315, 'node_density_km': 23.534605010569006, 'intersection_density_km': 19.871199513640814, 'edge_density_km': 12809.498296392929, 'street_density_km': 6404.749148196456, 'circuity_avg': 1.0321569577456138, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0321569577456138\n", - "7673\n", - "24051332.310613103\n", - "{'n': 970, 'm': 2641, 'k_avg': 5.445360824742268, 'intersection_count': 760, 'streets_per_node_avg': 2.8237113402061857, 'streets_per_node_counts': {0: 0, 1: 210, 2: 0, 3: 513, 4: 245, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21649484536082475, 2: 0.0, 3: 0.5288659793814433, 4: 0.25257731958762886, 5: 0.002061855670103093}, 'edge_length_total': 296015.1399999991, 'edge_length_avg': 112.08449072321056, 'street_length_total': 149501.44100000005, 'street_length_avg': 111.40196795827127, 'street_segments_count': 1342, 'node_density_km': 40.33040612772912, 'intersection_density_km': 31.599081089767147, 'edge_density_km': 12307.640016656243, 'street_density_km': 6215.931785784263, 'circuity_avg': 1.038021661282941, 'self_loop_proportion': 0.0007572889057175312, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038021661282941\n", - "7674\n", - "8010530.252377445\n", - "{'n': 161, 'm': 420, 'k_avg': 5.217391304347826, 'intersection_count': 125, 'streets_per_node_avg': 2.701863354037267, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 101, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2236024844720497, 2: 0.0, 3: 0.6273291925465838, 4: 0.14906832298136646}, 'edge_length_total': 78404.0799999999, 'edge_length_avg': 186.67638095238073, 'street_length_total': 39202.04000000001, 'street_length_avg': 186.67638095238098, 'street_segments_count': 210, 'node_density_km': 20.098544656543407, 'intersection_density_km': 15.604460137067862, 'edge_density_km': 9787.626727547826, 'street_density_km': 4893.81336377392, 'circuity_avg': 1.0451592434685706, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0451592434685706\n", - "7675\n", - "5013342.873019319\n", - "{'n': 163, 'm': 419, 'k_avg': 5.141104294478527, 'intersection_count': 130, 'streets_per_node_avg': 2.7300613496932513, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 108, 4: 22}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20245398773006135, 2: 0.0, 3: 0.6625766871165644, 4: 0.13496932515337423}, 'edge_length_total': 57936.25699999996, 'edge_length_avg': 138.27268973747007, 'street_length_total': 29031.865999999995, 'street_length_avg': 138.24698095238094, 'street_segments_count': 210, 'node_density_km': 32.513236004110006, 'intersection_density_km': 25.93080172106933, 'edge_density_km': 11556.412251753183, 'street_density_km': 5790.919698758877, 'circuity_avg': 1.0942132848613975, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0942132848613975\n", - "7676\n", - "9009957.951339364\n", - "{'n': 297, 'm': 750, 'k_avg': 5.05050505050505, 'intersection_count': 231, 'streets_per_node_avg': 2.643097643097643, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 206, 4: 24, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2222222222222222, 2: 0.0, 3: 0.6936026936026936, 4: 0.08080808080808081, 5: 0.003367003367003367}, 'edge_length_total': 108427.53199999986, 'edge_length_avg': 144.5700426666665, 'street_length_total': 54213.76600000004, 'street_length_avg': 144.57004266666678, 'street_segments_count': 375, 'node_density_km': 32.96352786594856, 'intersection_density_km': 25.638299451293328, 'edge_density_km': 12034.18845965665, 'street_density_km': 6017.094229828337, 'circuity_avg': 1.04528266834089, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.04528266834089\n", - "7677\n", - "8018993.219886149\n", - "{'n': 160, 'm': 428, 'k_avg': 5.35, 'intersection_count': 124, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 92, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.225, 2: 0.0, 3: 0.575, 4: 0.2}, 'edge_length_total': 72012.61200000005, 'edge_length_avg': 168.2537663551403, 'street_length_total': 36006.30599999999, 'street_length_avg': 168.25376635514013, 'street_segments_count': 214, 'node_density_km': 19.952629415276103, 'intersection_density_km': 15.46328779683898, 'edge_density_km': 8980.256002887912, 'street_density_km': 4490.128001443952, 'circuity_avg': 1.0520574993986629, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0520574993986629\n", - "7678\n", - "7006269.078650355\n", - "{'n': 709, 'm': 1870, 'k_avg': 5.275035260930888, 'intersection_count': 562, 'streets_per_node_avg': 2.70098730606488, 'streets_per_node_counts': {0: 0, 1: 147, 2: 0, 3: 480, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2073342736248237, 2: 0.0, 3: 0.6770098730606487, 4: 0.1156558533145275}, 'edge_length_total': 165745.8240000006, 'edge_length_avg': 88.63413048128375, 'street_length_total': 82872.91200000004, 'street_length_avg': 88.63413048128346, 'street_segments_count': 935, 'node_density_km': 101.19508572122632, 'intersection_density_km': 80.21387612881409, 'edge_density_km': 23656.78824769443, 'street_density_km': 11828.394123847178, 'circuity_avg': 1.0770667246366303, 'self_loop_proportion': 0.0074866310160427805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0770667246366303\n", - "7679\n", - "149339787.64918247\n", - "{'n': 18669, 'm': 49699, 'k_avg': 5.324227328726766, 'intersection_count': 14798, 'streets_per_node_avg': 2.786758798007392, 'streets_per_node_counts': {0: 0, 1: 3871, 2: 1, 3: 11116, 4: 3605, 5: 71, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2073490813648294, 2: 5.3564732979806093e-05, 3: 0.5954255718035245, 4: 0.19310086239220098, 5: 0.003803096041566233, 6: 0.00026782366489903046}, 'edge_length_total': 3863212.977000001, 'edge_length_avg': 77.73220742872091, 'street_length_total': 2005612.894999995, 'street_length_avg': 77.43679131274112, 'street_segments_count': 25900, 'node_density_km': 125.01022195006584, 'intersection_density_km': 99.08946726750625, 'edge_density_km': 25868.61169292114, 'street_density_km': 13429.863043005167, 'circuity_avg': 1.0724715181449278, 'self_loop_proportion': 0.0029980482504678163, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0724715181449278\n", - "7680\n", - "7013255.529731825\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 184, 'm': 452, 'k_avg': 4.913043478260869, 'intersection_count': 137, 'streets_per_node_avg': 2.5597826086956523, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 125, 4: 11, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2554347826086957, 2: 0.0, 3: 0.6793478260869565, 4: 0.059782608695652176, 5: 0.005434782608695652}, 'edge_length_total': 65567.58999999997, 'edge_length_avg': 145.06103982300877, 'street_length_total': 32783.79500000001, 'street_length_avg': 145.0610398230089, 'street_segments_count': 226, 'node_density_km': 26.236032498738265, 'intersection_density_km': 19.53443724090838, 'edge_density_km': 9349.094685347529, 'street_density_km': 4674.547342673768, 'circuity_avg': 1.1185335508662644, 'self_loop_proportion': 0.004424778761061947, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1185335508662644\n", - "7681\n", - "149394836.8738774\n", - "{'n': 21030, 'm': 59161, 'k_avg': 5.626343319067998, 'intersection_count': 17681, 'streets_per_node_avg': 2.904041844983357, 'streets_per_node_counts': {0: 0, 1: 3349, 2: 17, 3: 13097, 4: 4452, 5: 102, 6: 11, 7: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15924869234427008, 2: 0.0008083689966714218, 3: 0.6227769852591536, 4: 0.21169757489301, 5: 0.0048502139800285305, 6: 0.0005230622919638611, 7: 9.51022349025202e-05}, 'edge_length_total': 4224053.361999995, 'edge_length_avg': 71.39928943053692, 'street_length_total': 2168183.1480000014, 'street_length_avg': 71.34997854416221, 'street_segments_count': 30388, 'node_density_km': 140.76791701813642, 'intersection_density_km': 118.35081030897146, 'edge_density_km': 28274.42668293844, 'street_density_km': 14513.106298515739, 'circuity_avg': 1.0685648674569497, 'self_loop_proportion': 0.0019438481432024475, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0685648674569497\n", - "7682\n", - "12019734.577702135\n", - "{'n': 470, 'm': 1256, 'k_avg': 5.3446808510638295, 'intersection_count': 391, 'streets_per_node_avg': 2.795744680851064, 'streets_per_node_counts': {0: 0, 1: 79, 2: 0, 3: 330, 4: 60, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16808510638297872, 2: 0.0, 3: 0.7021276595744681, 4: 0.1276595744680851, 5: 0.002127659574468085}, 'edge_length_total': 173038.02300000007, 'edge_length_avg': 137.76912659235674, 'street_length_total': 87126.79499999998, 'street_length_avg': 137.42396687697158, 'street_segments_count': 634, 'node_density_km': 39.10236095162194, 'intersection_density_km': 32.529836451242936, 'edge_density_km': 14396.160071704388, 'street_density_km': 7248.645503506317, 'circuity_avg': 1.0563299884504909, 'self_loop_proportion': 0.004777070063694267, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0563299884504909\n", - "7683\n", - "7013417.335340229\n", - "{'n': 285, 'm': 812, 'k_avg': 5.698245614035088, 'intersection_count': 257, 'streets_per_node_avg': 2.9473684210526314, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 216, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09824561403508772, 2: 0.0, 3: 0.7578947368421053, 4: 0.14385964912280702}, 'edge_length_total': 109611.52099999998, 'edge_length_avg': 134.98955788177338, 'street_length_total': 54863.06200000001, 'street_length_avg': 134.79867813267816, 'street_segments_count': 407, 'node_density_km': 40.63639540797045, 'intersection_density_km': 36.64404778894177, 'edge_density_km': 15628.831960087913, 'street_density_km': 7822.58624815438, 'circuity_avg': 1.0678574273811665, 'self_loop_proportion': 0.0024630541871921183, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0678574273811665\n", - "7684\n", - "8008532.886542539\n", - "{'n': 296, 'm': 839, 'k_avg': 5.668918918918919, 'intersection_count': 259, 'streets_per_node_avg': 2.956081081081081, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 198, 4: 61}, 'streets_per_node_proportion': {0: 0.0, 1: 0.125, 2: 0.0, 3: 0.668918918918919, 4: 0.20608108108108109}, 'edge_length_total': 114027.36799999984, 'edge_length_avg': 135.90866269368277, 'street_length_total': 57101.726000000024, 'street_length_avg': 135.95649047619054, 'street_segments_count': 420, 'node_density_km': 36.960577448260906, 'intersection_density_km': 32.340505267228295, 'edge_density_km': 14238.234345220748, 'street_density_km': 7130.110696798562, 'circuity_avg': 1.0446380710977188, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0446380710977188\n", - "7685\n", - "19041312.398965202\n", - "{'n': 932, 'm': 2689, 'k_avg': 5.7703862660944205, 'intersection_count': 798, 'streets_per_node_avg': 2.9474248927038627, 'streets_per_node_counts': {0: 0, 1: 134, 2: 1, 3: 579, 4: 216, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14377682403433475, 2: 0.001072961373390558, 3: 0.621244635193133, 4: 0.2317596566523605, 5: 0.002145922746781116}, 'edge_length_total': 319116.63700000057, 'edge_length_avg': 118.67483711416905, 'street_length_total': 160528.93100000016, 'street_length_avg': 117.86265124816458, 'street_segments_count': 1362, 'node_density_km': 48.94620604253357, 'intersection_density_km': 41.90887598920793, 'edge_density_km': 16759.172388629206, 'street_density_km': 8430.56022801895, 'circuity_avg': 1.039525107717122, 'self_loop_proportion': 0.002231312755671253, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039525107717122\n", - "7686\n", - "17012465.04388494\n", - "{'n': 424, 'm': 1096, 'k_avg': 5.169811320754717, 'intersection_count': 337, 'streets_per_node_avg': 2.714622641509434, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 287, 4: 47, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20518867924528303, 2: 0.0, 3: 0.6768867924528302, 4: 0.11084905660377359, 5: 0.007075471698113208}, 'edge_length_total': 183134.10499999975, 'edge_length_avg': 167.09316149635015, 'street_length_total': 92598.38, 'street_length_avg': 166.84392792792795, 'street_segments_count': 555, 'node_density_km': 24.922902054832143, 'intersection_density_km': 19.809004699241587, 'edge_density_km': 10764.701325033819, 'street_density_km': 5442.972535792755, 'circuity_avg': 1.0530214762098637, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530214762098637\n", - "7687\n", - "37088591.46153276\n", - "{'n': 1843, 'm': 5508, 'k_avg': 5.977211068909387, 'intersection_count': 1611, 'streets_per_node_avg': 3.056429734129137, 'streets_per_node_counts': {0: 0, 1: 232, 2: 2, 3: 1050, 4: 548, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12588171459576777, 2: 0.0010851871947911015, 3: 0.5697232772653282, 4: 0.29734129137276183, 5: 0.005968529571351058}, 'edge_length_total': 622878.7319999974, 'edge_length_avg': 113.08618954248318, 'street_length_total': 314459.051, 'street_length_avg': 112.95224533045976, 'street_segments_count': 2784, 'node_density_km': 49.691830489478356, 'intersection_density_km': 43.436537666060566, 'edge_density_km': 16794.348543703247, 'street_density_km': 8478.592435254599, 'circuity_avg': 1.0427679980779703, 'self_loop_proportion': 0.0010893246187363835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0427679980779703\n", - "7688\n", - "10013143.856132831\n", - "{'n': 439, 'm': 1354, 'k_avg': 6.168564920273348, 'intersection_count': 397, 'streets_per_node_avg': 3.2095671981776763, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 221, 4: 176}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09567198177676538, 2: 0.0, 3: 0.5034168564920274, 4: 0.4009111617312073}, 'edge_length_total': 162833.78300000005, 'edge_length_avg': 120.26128729689812, 'street_length_total': 82860.29200000002, 'street_length_avg': 120.08737971014494, 'street_segments_count': 690, 'node_density_km': 43.842374214080834, 'intersection_density_km': 39.64788738722117, 'edge_density_km': 16262.003756219674, 'street_density_km': 8275.152458660614, 'circuity_avg': 1.0305121431904907, 'self_loop_proportion': 0.0029542097488921715, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0305121431904907\n", - "7689\n", - "19048995.177487295\n", - "{'n': 857, 'm': 2290, 'k_avg': 5.344224037339557, 'intersection_count': 678, 'streets_per_node_avg': 2.7421236872812136, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 543, 4: 133, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2088681446907818, 2: 0.0, 3: 0.6336056009334889, 4: 0.15519253208868145, 5: 0.002333722287047841}, 'edge_length_total': 332207.7040000006, 'edge_length_avg': 145.06886637554612, 'street_length_total': 166405.383, 'street_length_avg': 144.95242421602788, 'street_segments_count': 1148, 'node_density_km': 44.98924966986341, 'intersection_density_km': 35.592428560288674, 'edge_density_km': 17439.644501176324, 'street_density_km': 8735.651484476364, 'circuity_avg': 1.0556806898843962, 'self_loop_proportion': 0.0034934497816593887, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0556806898843962\n", - "7690\n", - "12008576.813808454\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 380, 'm': 1025, 'k_avg': 5.394736842105263, 'intersection_count': 323, 'streets_per_node_avg': 2.8157894736842106, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 280, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.7368421052631579, 4: 0.11052631578947368, 5: 0.002631578947368421}, 'edge_length_total': 151827.59599999996, 'edge_length_avg': 148.12448390243898, 'street_length_total': 75992.58700000001, 'street_length_avg': 148.1336978557505, 'street_segments_count': 513, 'node_density_km': 31.64404957322208, 'intersection_density_km': 26.897442137238766, 'edge_density_km': 12643.263090545088, 'street_density_km': 6328.192605856295, 'circuity_avg': 1.0553175283515206, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553175283515206\n", - "7691\n", - "8015524.167758665\n", - "{'n': 563, 'm': 1554, 'k_avg': 5.520426287744227, 'intersection_count': 455, 'streets_per_node_avg': 2.808170515097691, 'streets_per_node_counts': {0: 0, 1: 108, 2: 0, 3: 347, 4: 108}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19182948490230906, 2: 0.0, 3: 0.6163410301953819, 4: 0.19182948490230906}, 'edge_length_total': 137594.13399999976, 'edge_length_avg': 88.54191377091361, 'street_length_total': 68797.06699999998, 'street_length_avg': 88.54191377091375, 'street_segments_count': 777, 'node_density_km': 70.23870032911752, 'intersection_density_km': 56.76484662477527, 'edge_density_km': 17165.955852700576, 'street_density_km': 8582.9779263503, 'circuity_avg': 1.0600646379948913, 'self_loop_proportion': 0.002574002574002574, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0600646379948913\n", - "7692\n", - "8013807.009402938\n", - "{'n': 217, 'm': 650, 'k_avg': 5.990783410138249, 'intersection_count': 199, 'streets_per_node_avg': 3.0691244239631335, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 151, 4: 45, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08294930875576037, 2: 0.0, 3: 0.695852534562212, 4: 0.2073732718894009, 5: 0.013824884792626729}, 'edge_length_total': 86037.21400000011, 'edge_length_avg': 132.3649446153848, 'street_length_total': 43018.60700000003, 'street_length_avg': 132.36494461538473, 'street_segments_count': 325, 'node_density_km': 27.07826626538232, 'intersection_density_km': 24.832142796364433, 'edge_density_km': 10736.122531906372, 'street_density_km': 5368.0612659531835, 'circuity_avg': 1.0985239182496698, 'self_loop_proportion': 0.006153846153846154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0985239182496698\n", - "7693\n", - "9018620.894203637\n", - "{'n': 274, 'm': 743, 'k_avg': 5.423357664233577, 'intersection_count': 237, 'streets_per_node_avg': 2.927007299270073, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 184, 4: 52, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13503649635036497, 2: 0.0, 3: 0.6715328467153284, 4: 0.1897810218978102, 5: 0.0036496350364963502}, 'edge_length_total': 104851.21399999998, 'edge_length_avg': 141.11872678331088, 'street_length_total': 53454.132000000005, 'street_length_avg': 139.9322827225131, 'street_segments_count': 382, 'node_density_km': 30.381585301595578, 'intersection_density_km': 26.278962468898364, 'edge_density_km': 11626.080664660043, 'street_density_km': 5927.0849309516425, 'circuity_avg': 1.0343632085788428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343632085788428\n", - "7694\n", - "128108670.87329611\n", - "{'n': 6821, 'm': 18803, 'k_avg': 5.513267849288961, 'intersection_count': 5727, 'streets_per_node_avg': 2.866148658554464, 'streets_per_node_counts': {0: 0, 1: 1094, 2: 2, 3: 4480, 4: 1214, 5: 30, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16038704002345697, 2: 0.00029321213898255387, 3: 0.6567951913209207, 4: 0.1779797683624102, 5: 0.004398182084738308, 6: 0.00014660606949127694}, 'edge_length_total': 1844160.5710000054, 'edge_length_avg': 98.07799664947112, 'street_length_total': 945514.4249999918, 'street_length_avg': 97.58637888326884, 'street_segments_count': 9689, 'node_density_km': 53.24385893243872, 'intersection_density_km': 44.704233998838376, 'edge_density_km': 14395.282992389668, 'street_density_km': 7380.565410245635, 'circuity_avg': 1.0630671937936893, 'self_loop_proportion': 0.0022336861139179917, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0630671937936893\n", - "7695\n", - "9022555.939651765\n", - "{'n': 660, 'm': 1780, 'k_avg': 5.393939393939394, 'intersection_count': 529, 'streets_per_node_avg': 2.7545454545454544, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 433, 4: 93, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1984848484848485, 2: 0.0, 3: 0.656060606060606, 4: 0.1409090909090909, 5: 0.0030303030303030303, 6: 0.0015151515151515152}, 'edge_length_total': 151462.33000000002, 'edge_length_avg': 85.0911966292135, 'street_length_total': 75887.53599999996, 'street_length_avg': 84.98044344904811, 'street_segments_count': 893, 'node_density_km': 73.15000365910431, 'intersection_density_km': 58.630836266160884, 'edge_density_km': 16787.075748055253, 'street_density_km': 8410.868994061224, 'circuity_avg': 1.052620498611119, 'self_loop_proportion': 0.0033707865168539327, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.052620498611119\n", - "7696\n", - "243200342.12722114\n", - "error with entry 7696\n", - "7697\n", - "7015570.362738589\n", - "{'n': 357, 'm': 975, 'k_avg': 5.46218487394958, 'intersection_count': 275, 'streets_per_node_avg': 2.795518207282913, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 184, 4: 91}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22969187675070027, 2: 0.0, 3: 0.5154061624649859, 4: 0.2549019607843137}, 'edge_length_total': 107797.47000000003, 'edge_length_avg': 110.56150769230773, 'street_length_total': 54069.41599999995, 'street_length_avg': 110.3457469387754, 'street_segments_count': 490, 'node_density_km': 50.886810557287596, 'intersection_density_km': 39.198523538526864, 'edge_density_km': 15365.46060068598, 'street_density_km': 7707.059184692359, 'circuity_avg': 1.049049779671393, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.049049779671393\n", - "7698\n", - "7005414.960803961\n", - "{'n': 134, 'm': 348, 'k_avg': 5.1940298507462686, 'intersection_count': 105, 'streets_per_node_avg': 2.716417910447761, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 85, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21641791044776118, 2: 0.0, 3: 0.6343283582089553, 4: 0.14925373134328357}, 'edge_length_total': 52333.91399999997, 'edge_length_avg': 150.38481034482749, 'street_length_total': 26166.957000000017, 'street_length_avg': 150.38481034482768, 'street_segments_count': 174, 'node_density_km': 19.128060329008942, 'intersection_density_km': 14.988405481686112, 'edge_density_km': 7470.494509292277, 'street_density_km': 3735.247254646143, 'circuity_avg': 1.1352792554629685, 'self_loop_proportion': 0.005747126436781609, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1352792554629685\n", - "7699\n", - "8016815.033178485\n", - "{'n': 278, 'm': 726, 'k_avg': 5.223021582733813, 'intersection_count': 221, 'streets_per_node_avg': 2.7158273381294964, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 187, 4: 33, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20503597122302158, 2: 0.0, 3: 0.6726618705035972, 4: 0.11870503597122302, 5: 0.0035971223021582736}, 'edge_length_total': 100210.76100000022, 'edge_length_avg': 138.03135123966973, 'street_length_total': 50319.43700000003, 'street_length_avg': 137.8614712328768, 'street_segments_count': 365, 'node_density_km': 34.67711289950759, 'intersection_density_km': 27.56705737694668, 'edge_density_km': 12500.071485404962, 'street_density_km': 6276.736683052735, 'circuity_avg': 1.1019821126938703, 'self_loop_proportion': 0.0027548209366391185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1019821126938703\n", - "7700\n", - "16011380.68861216\n", - "{'n': 871, 'm': 2422, 'k_avg': 5.56142365097589, 'intersection_count': 752, 'streets_per_node_avg': 2.86796785304248, 'streets_per_node_counts': {0: 0, 1: 119, 2: 0, 3: 631, 4: 119, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13662456946039037, 2: 0.0, 3: 0.7244546498277842, 4: 0.13662456946039037, 5: 0.002296211251435132}, 'edge_length_total': 264758.13100000034, 'edge_length_avg': 109.3138443435179, 'street_length_total': 133812.86500000005, 'street_length_avg': 108.61433847402601, 'street_segments_count': 1232, 'node_density_km': 54.39880650764146, 'intersection_density_km': 46.96659298937587, 'edge_density_km': 16535.621515033075, 'street_density_km': 8357.359530847476, 'circuity_avg': 1.0633929682678334, 'self_loop_proportion': 0.002477291494632535, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0633929682678334\n", - "7701\n", - "10020223.058916625\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 357, 'm': 969, 'k_avg': 5.428571428571429, 'intersection_count': 307, 'streets_per_node_avg': 2.843137254901961, 'streets_per_node_counts': {0: 0, 1: 50, 2: 0, 3: 264, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1400560224089636, 2: 0.0, 3: 0.7394957983193278, 4: 0.11764705882352941, 5: 0.0028011204481792717}, 'edge_length_total': 136465.52699999983, 'edge_length_avg': 140.83129721362212, 'street_length_total': 68343.07499999998, 'street_length_avg': 140.62361111111107, 'street_segments_count': 486, 'node_density_km': 35.627949388044705, 'intersection_density_km': 30.638040510167297, 'edge_density_km': 13619.01089403037, 'street_density_km': 6820.5143336788315, 'circuity_avg': 1.0569096219003618, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0569096219003618\n", - "7702\n", - "8009019.7287530005\n", - "{'n': 394, 'm': 1060, 'k_avg': 5.380710659898477, 'intersection_count': 330, 'streets_per_node_avg': 2.771573604060914, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 292, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16243654822335024, 2: 0.0, 3: 0.7411167512690355, 4: 0.09644670050761421}, 'edge_length_total': 127902.84799999987, 'edge_length_avg': 120.66306415094327, 'street_length_total': 63951.42399999994, 'street_length_avg': 120.66306415094328, 'street_segments_count': 530, 'node_density_km': 49.19453482996297, 'intersection_density_km': 41.20354440073041, 'edge_density_km': 15969.850534993535, 'street_density_km': 7984.925267496768, 'circuity_avg': 1.0614703713912321, 'self_loop_proportion': 0.007547169811320755, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0614703713912321\n", - "7703\n", - "32073753.91919118\n", - "{'n': 2002, 'm': 5380, 'k_avg': 5.374625374625374, 'intersection_count': 1622, 'streets_per_node_avg': 2.808191808191808, 'streets_per_node_counts': {0: 0, 1: 380, 2: 2, 3: 1256, 4: 350, 5: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18981018981018982, 2: 0.000999000999000999, 3: 0.6273726273726273, 4: 0.17482517482517482, 5: 0.006993006993006993}, 'edge_length_total': 531951.7620000005, 'edge_length_avg': 98.87579219330864, 'street_length_total': 273119.01000000036, 'street_length_avg': 98.421264864865, 'street_segments_count': 2775, 'node_density_km': 62.41863690305713, 'intersection_density_km': 50.570943584794534, 'edge_density_km': 16585.266674435312, 'street_density_km': 8515.342815440785, 'circuity_avg': 1.0699556053188328, 'self_loop_proportion': 0.004275092936802974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699556053188328\n", - "7704\n", - "18014888.38354102\n", - "{'n': 652, 'm': 1828, 'k_avg': 5.607361963190184, 'intersection_count': 550, 'streets_per_node_avg': 2.8865030674846626, 'streets_per_node_counts': {0: 0, 1: 102, 2: 0, 3: 423, 4: 125, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15644171779141106, 2: 0.0, 3: 0.6487730061349694, 4: 0.19171779141104295, 5: 0.0015337423312883436, 6: 0.0015337423312883436}, 'edge_length_total': 261696.6049999995, 'edge_length_avg': 143.1600683807437, 'street_length_total': 131274.40300000002, 'street_length_avg': 143.15638276990188, 'street_segments_count': 917, 'node_density_km': 36.19228640881773, 'intersection_density_km': 30.530302952223543, 'edge_density_km': 14526.684785851568, 'street_density_km': 7286.995079022334, 'circuity_avg': 1.0341694592916553, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0341694592916553\n", - "7705\n", - "8009968.157585002\n", - "{'n': 305, 'm': 900, 'k_avg': 5.901639344262295, 'intersection_count': 278, 'streets_per_node_avg': 3.0524590163934424, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 208, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08852459016393442, 2: 0.0, 3: 0.6819672131147541, 4: 0.22950819672131148}, 'edge_length_total': 115763.27200000013, 'edge_length_avg': 128.62585777777792, 'street_length_total': 57881.63599999995, 'street_length_avg': 128.62585777777767, 'street_segments_count': 450, 'node_density_km': 38.077554616890914, 'intersection_density_km': 34.706754699985815, 'edge_density_km': 14452.401023639357, 'street_density_km': 7226.200511819664, 'circuity_avg': 1.041741972703084, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041741972703084\n", - "7706\n", - "18014262.1549506\n", - "{'n': 856, 'm': 2263, 'k_avg': 5.287383177570093, 'intersection_count': 664, 'streets_per_node_avg': 2.689252336448598, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 546, 4: 118}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22429906542056074, 2: 0.0, 3: 0.6378504672897196, 4: 0.1378504672897196}, 'edge_length_total': 269630.45599999983, 'edge_length_avg': 119.14735130357924, 'street_length_total': 135127.37600000005, 'street_length_avg': 119.15994356261027, 'street_segments_count': 1134, 'node_density_km': 47.517905126342235, 'intersection_density_km': 36.8596834157608, 'edge_density_km': 14967.610312360264, 'street_density_km': 7501.132982172403, 'circuity_avg': 1.0635916301930197, 'self_loop_proportion': 0.0026513477684489617, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0635916301930197\n", - "7707\n", - "16012616.00422947\n", - "{'n': 788, 'm': 2083, 'k_avg': 5.286802030456853, 'intersection_count': 632, 'streets_per_node_avg': 2.739847715736041, 'streets_per_node_counts': {0: 0, 1: 156, 2: 0, 3: 529, 4: 99, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19796954314720813, 2: 0.0, 3: 0.6713197969543148, 4: 0.12563451776649745, 5: 0.005076142131979695}, 'edge_length_total': 229002.83099999916, 'edge_length_avg': 109.9389491118575, 'street_length_total': 115895.933, 'street_length_avg': 108.61849390815371, 'street_segments_count': 1067, 'node_density_km': 49.211196958189895, 'intersection_density_km': 39.46887877864976, 'edge_density_km': 14301.400279599027, 'street_density_km': 7237.788814106827, 'circuity_avg': 1.0867721515653161, 'self_loop_proportion': 0.0019203072491598655, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0867721515653161\n", - "7708\n", - "16018217.063818878\n", - "{'n': 783, 'm': 2204, 'k_avg': 5.62962962962963, 'intersection_count': 639, 'streets_per_node_avg': 2.9080459770114944, 'streets_per_node_counts': {0: 0, 1: 144, 2: 1, 3: 422, 4: 215, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1839080459770115, 2: 0.001277139208173691, 3: 0.5389527458492975, 4: 0.27458492975734355, 5: 0.001277139208173691}, 'edge_length_total': 262593.8920000005, 'edge_length_avg': 119.14423411978245, 'street_length_total': 133198.48700000002, 'street_length_avg': 118.29350532859682, 'street_segments_count': 1126, 'node_density_km': 48.88184476964044, 'intersection_density_km': 39.892080214304265, 'edge_density_km': 16393.45321353736, 'street_density_km': 8315.43775872921, 'circuity_avg': 1.0385665324574318, 'self_loop_proportion': 0.0018148820326678765, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385665324574318\n", - "7709\n", - "181220688.2866995\n", - "{'n': 22408, 'm': 58821, 'k_avg': 5.25, 'intersection_count': 17661, 'streets_per_node_avg': 2.7149678686183507, 'streets_per_node_counts': {0: 0, 1: 4747, 2: 39, 3: 14533, 4: 3034, 5: 53, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21184398429132453, 2: 0.0017404498393430918, 3: 0.648563013209568, 4: 0.13539807211710103, 5: 0.002365226704748304, 6: 8.925383791503035e-05}, 'edge_length_total': 4632774.469000051, 'edge_length_avg': 78.76055267676597, 'street_length_total': 2386188.427000002, 'street_length_avg': 78.963182997452, 'street_segments_count': 30219, 'node_density_km': 123.65034153578266, 'intersection_density_km': 97.4557605258594, 'edge_density_km': 25564.26924982642, 'street_density_km': 13167.306942488496, 'circuity_avg': 1.0694386914515712, 'self_loop_proportion': 0.0028901242753438397, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694386914515712\n", - "7710\n", - "6009092.908326304\n", - "{'n': 459, 'm': 1229, 'k_avg': 5.355119825708061, 'intersection_count': 387, 'streets_per_node_avg': 2.8366013071895426, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 323, 4: 59, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1568627450980392, 2: 0.0, 3: 0.7037037037037037, 4: 0.12854030501089325, 5: 0.010893246187363835}, 'edge_length_total': 116790.69000000041, 'edge_length_avg': 95.02903986981319, 'street_length_total': 58630.07500000005, 'street_length_avg': 94.41235909822873, 'street_segments_count': 621, 'node_density_km': 76.38424085006268, 'intersection_density_km': 64.40239914809206, 'edge_density_km': 19435.660553387883, 'street_density_km': 9756.892744787021, 'circuity_avg': 1.0513021227591224, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0513021227591224\n", - "7711\n", - "20000753.12307939\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1262, 'm': 3190, 'k_avg': 5.055467511885896, 'intersection_count': 926, 'streets_per_node_avg': 2.6053882725832014, 'streets_per_node_counts': {0: 0, 1: 336, 2: 0, 3: 759, 4: 160, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2662440570522979, 2: 0.0, 3: 0.6014263074484945, 4: 0.12678288431061807, 5: 0.005546751188589541}, 'edge_length_total': 335251.5039999999, 'edge_length_avg': 105.09451536050153, 'street_length_total': 168613.33799999973, 'street_length_avg': 104.14659542927717, 'street_segments_count': 1619, 'node_density_km': 63.09762398615607, 'intersection_density_km': 46.2982565857215, 'edge_density_km': 16761.94400965554, 'street_density_km': 8430.349445463253, 'circuity_avg': 1.0908989211030378, 'self_loop_proportion': 0.006269592476489028, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0908989211030378\n", - "7712\n", - "5005245.417398115\n", - "{'n': 419, 'm': 1130, 'k_avg': 5.393794749403341, 'intersection_count': 343, 'streets_per_node_avg': 2.7541766109785204, 'streets_per_node_counts': {0: 0, 1: 76, 2: 0, 3: 295, 4: 47, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18138424821002386, 2: 0.0, 3: 0.7040572792362768, 4: 0.11217183770883055, 5: 0.002386634844868735}, 'edge_length_total': 88661.47799999986, 'edge_length_avg': 78.46148495575208, 'street_length_total': 44693.652999999984, 'street_length_avg': 77.99939441535774, 'street_segments_count': 573, 'node_density_km': 83.71217893603496, 'intersection_density_km': 68.52810829369926, 'edge_density_km': 17713.712436919606, 'street_density_km': 8929.362952842612, 'circuity_avg': 1.0843131424668933, 'self_loop_proportion': 0.005309734513274336, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0843131424668933\n", - "7713\n", - "10010745.527730897\n", - "{'n': 1126, 'm': 2987, 'k_avg': 5.30550621669627, 'intersection_count': 903, 'streets_per_node_avg': 2.716696269982238, 'streets_per_node_counts': {0: 0, 1: 223, 2: 0, 3: 778, 4: 123, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1980461811722913, 2: 0.0, 3: 0.6909413854351687, 4: 0.10923623445825932, 5: 0.0017761989342806395}, 'edge_length_total': 188432.26900000076, 'edge_length_avg': 63.08412085704746, 'street_length_total': 95016.51199999996, 'street_length_avg': 62.75859445178333, 'street_segments_count': 1514, 'node_density_km': 112.4791352333203, 'intersection_density_km': 90.20307203879949, 'edge_density_km': 18823.00059251552, 'street_density_km': 9491.452133788984, 'circuity_avg': 1.060177155823465, 'self_loop_proportion': 0.0006695681285570807, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.060177155823465\n", - "7714\n", - "21022474.12662113\n", - "{'n': 1878, 'm': 5144, 'k_avg': 5.4781682641107565, 'intersection_count': 1512, 'streets_per_node_avg': 2.751863684771033, 'streets_per_node_counts': {0: 0, 1: 366, 2: 0, 3: 1253, 4: 252, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19488817891373802, 2: 0.0, 3: 0.667199148029819, 4: 0.134185303514377, 5: 0.003727369542066028}, 'edge_length_total': 303650.4209999989, 'edge_length_avg': 59.03001963452545, 'street_length_total': 151926.0579999999, 'street_length_avg': 58.977506987577605, 'street_segments_count': 2576, 'node_density_km': 89.3329675987973, 'intersection_density_km': 71.92302822650772, 'edge_density_km': 14444.085846940396, 'street_density_km': 7226.84005150532, 'circuity_avg': 1.093059364587975, 'self_loop_proportion': 0.003110419906687403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.093059364587975\n", - "7715\n", - "64069492.64325219\n", - "{'n': 5116, 'm': 12888, 'k_avg': 5.038311180609852, 'intersection_count': 3837, 'streets_per_node_avg': 2.5822908522283035, 'streets_per_node_counts': {0: 0, 1: 1279, 2: 1, 3: 3423, 4: 405, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.25, 2: 0.00019546520719311962, 3: 0.6690774042220484, 4: 0.07916340891321345, 5: 0.0013682564503518374, 6: 0.00019546520719311962}, 'edge_length_total': 1078387.027999998, 'edge_length_avg': 83.67372967101164, 'street_length_total': 546070.141999999, 'street_length_avg': 83.39495143555268, 'street_segments_count': 6548, 'node_density_km': 79.85079620478028, 'intersection_density_km': 59.88809715358521, 'edge_density_km': 16831.521267143577, 'street_density_km': 8523.091403900966, 'circuity_avg': 1.1103956640685542, 'self_loop_proportion': 0.004655493482309125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1103956640685542\n", - "7716\n", - "28030738.441392206\n", - "{'n': 1391, 'm': 3514, 'k_avg': 5.052480230050324, 'intersection_count': 1062, 'streets_per_node_avg': 2.6369518332135153, 'streets_per_node_counts': {0: 0, 1: 329, 2: 0, 3: 914, 4: 143, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23652048885693747, 2: 0.0, 3: 0.6570812365204889, 4: 0.102803738317757, 5: 0.0035945363048166786}, 'edge_length_total': 335811.62800000026, 'edge_length_avg': 95.56392373363695, 'street_length_total': 169488.87999999966, 'street_length_avg': 94.47540691192846, 'street_segments_count': 1794, 'node_density_km': 49.62409402479206, 'intersection_density_km': 37.886979046965614, 'edge_density_km': 11980.120634428833, 'street_density_km': 6046.536389127737, 'circuity_avg': 1.07358918969965, 'self_loop_proportion': 0.003414911781445646, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07358918969965\n", - "7717\n", - "6021224.901627465\n", - "{'n': 524, 'm': 1399, 'k_avg': 5.3396946564885495, 'intersection_count': 411, 'streets_per_node_avg': 2.7290076335877864, 'streets_per_node_counts': {0: 0, 1: 113, 2: 1, 3: 326, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21564885496183206, 2: 0.0019083969465648854, 3: 0.6221374045801527, 4: 0.15839694656488548, 5: 0.0019083969465648854}, 'edge_length_total': 120064.35999999977, 'edge_length_avg': 85.8215582558969, 'street_length_total': 60072.58299999997, 'street_length_avg': 85.69555349500709, 'street_segments_count': 701, 'node_density_km': 87.0254821171634, 'intersection_density_km': 68.25853654609573, 'edge_density_km': 19940.188576505057, 'street_density_km': 9976.804384729603, 'circuity_avg': 1.059122946911777, 'self_loop_proportion': 0.004288777698355968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059122946911777\n", - "7718\n", - "6022015.871032981\n", - "{'n': 217, 'm': 585, 'k_avg': 5.391705069124424, 'intersection_count': 175, 'streets_per_node_avg': 2.7880184331797233, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 137, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1935483870967742, 2: 0.0, 3: 0.631336405529954, 4: 0.17511520737327188}, 'edge_length_total': 66327.39100000002, 'edge_length_avg': 113.38015555555559, 'street_length_total': 33305.08200000002, 'street_length_avg': 113.28259183673475, 'street_segments_count': 294, 'node_density_km': 36.034445050835956, 'intersection_density_km': 29.06003633131932, 'edge_density_km': 11014.150812694987, 'street_density_km': 5530.553673928969, 'circuity_avg': 1.0693798790435776, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0693798790435776\n", - "7719\n", - "15055911.969334811\n", - "{'n': 1342, 'm': 3399, 'k_avg': 5.065573770491803, 'intersection_count': 1021, 'streets_per_node_avg': 2.663189269746647, 'streets_per_node_counts': {0: 0, 1: 321, 2: 1, 3: 832, 4: 185, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2391952309985097, 2: 0.0007451564828614009, 3: 0.6199701937406855, 4: 0.13785394932935915, 5: 0.0022354694485842027}, 'edge_length_total': 280064.50899999996, 'edge_length_avg': 82.39614857310973, 'street_length_total': 143611.47799999992, 'street_length_avg': 81.64381921546328, 'street_segments_count': 1759, 'node_density_km': 89.13442126477119, 'intersection_density_km': 67.81389278042577, 'edge_density_km': 18601.63034762839, 'street_density_km': 9538.543948217894, 'circuity_avg': 1.092406903785555, 'self_loop_proportion': 0.00176522506619594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.092406903785555\n", - "7720\n", - "3011920.9985535694\n", - "error with entry 7720\n", - "7721\n", - "60210176.46366484\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 7209, 'm': 20942, 'k_avg': 5.809959772506589, 'intersection_count': 6227, 'streets_per_node_avg': 2.980302399778055, 'streets_per_node_counts': {0: 0, 1: 982, 2: 5, 3: 4443, 4: 1735, 5: 41, 6: 2, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13621861561936469, 2: 0.0006935774726036898, 3: 0.6163129421556388, 4: 0.24067138299348037, 5: 0.0056873352753502564, 6: 0.00027743098904147595, 7: 0.00013871549452073797}, 'edge_length_total': 1411240.752000002, 'edge_length_avg': 67.38805997516961, 'street_length_total': 720938.6860000012, 'street_length_avg': 67.18906672879787, 'street_segments_count': 10730, 'node_density_km': 119.73059079722894, 'intersection_density_km': 103.42105547154178, 'edge_density_km': 23438.5752523354, 'street_density_km': 11973.701595694003, 'circuity_avg': 1.0882950236392543, 'self_loop_proportion': 0.0032948142488778533, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0882950236392543\n", - "7722\n", - "10035641.44690248\n", - "{'n': 108, 'm': 284, 'k_avg': 5.2592592592592595, 'intersection_count': 90, 'streets_per_node_avg': 2.759259259259259, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 81, 4: 8, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.75, 4: 0.07407407407407407, 5: 0.009259259259259259}, 'edge_length_total': 40217.693999999996, 'edge_length_avg': 141.61159859154927, 'street_length_total': 20108.84699999999, 'street_length_avg': 141.61159859154924, 'street_segments_count': 142, 'node_density_km': 10.761643943879085, 'intersection_density_km': 8.968036619899237, 'edge_density_km': 4007.4861395544644, 'street_density_km': 2003.7430697772313, 'circuity_avg': 1.0893133141832247, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0893133141832247\n", - "7723\n", - "8028578.769568848\n", - "{'n': 248, 'm': 666, 'k_avg': 5.370967741935484, 'intersection_count': 202, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 172, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18548387096774194, 2: 0.0, 3: 0.6935483870967742, 4: 0.12096774193548387}, 'edge_length_total': 79038.2840000001, 'edge_length_avg': 118.67610210210225, 'street_length_total': 39519.14200000002, 'street_length_avg': 118.67610210210216, 'street_segments_count': 333, 'node_density_km': 30.889651471068284, 'intersection_density_km': 25.160119343370134, 'edge_density_km': 9844.617119481112, 'street_density_km': 4922.3085597405525, 'circuity_avg': 1.0570946773019991, 'self_loop_proportion': 0.003003003003003003, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570946773019991\n", - "7724\n", - "6022448.0525949495\n", - "{'n': 260, 'm': 688, 'k_avg': 5.292307692307692, 'intersection_count': 206, 'streets_per_node_avg': 2.707692307692308, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 174, 4: 32}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2076923076923077, 2: 0.0, 3: 0.6692307692307692, 4: 0.12307692307692308}, 'edge_length_total': 48145.96499999989, 'edge_length_avg': 69.9796002906975, 'street_length_total': 24339.603000000006, 'street_length_avg': 69.54172285714287, 'street_segments_count': 350, 'node_density_km': 43.171812812560724, 'intersection_density_km': 34.205359382259644, 'edge_density_km': 7994.4176486926735, 'street_density_km': 4041.4799409540065, 'circuity_avg': 1.0941619546341577, 'self_loop_proportion': 0.00872093023255814, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0941619546341577\n", - "7725\n", - "20082263.36314062\n", - "{'n': 5661, 'm': 16674, 'k_avg': 5.890832008479068, 'intersection_count': 5075, 'streets_per_node_avg': 2.9902844020491077, 'streets_per_node_counts': {0: 0, 1: 586, 2: 2, 3: 3972, 4: 1089, 5: 10, 6: 0, 7: 0, 8: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10351527998586822, 2: 0.0003532944709415298, 3: 0.7016428192898782, 4: 0.19236883942766295, 5: 0.0017664723547076487, 6: 0.0, 7: 0.0, 8: 0.0003532944709415298}, 'edge_length_total': 640760.4669999994, 'edge_length_avg': 38.42871938347123, 'street_length_total': 322392.33099999843, 'street_length_avg': 38.37090347536282, 'street_segments_count': 8402, 'node_density_km': 281.8905368201829, 'intersection_density_km': 252.71055897587493, 'edge_density_km': 31906.785376396554, 'street_density_km': 16053.585453506385, 'circuity_avg': 1.0626985212565938, 'self_loop_proportion': 0.0021590500179920835, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0626985212565938\n", - "7726\n", - "7022369.217882806\n", - "{'n': 197, 'm': 546, 'k_avg': 5.543147208121828, 'intersection_count': 155, 'streets_per_node_avg': 2.8426395939086295, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 103, 4: 51, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2131979695431472, 2: 0.0, 3: 0.5228426395939086, 4: 0.25888324873096447, 5: 0.005076142131979695}, 'edge_length_total': 73178.22799999999, 'edge_length_avg': 134.02605860805858, 'street_length_total': 36589.11399999996, 'street_length_avg': 134.02605860805846, 'street_segments_count': 273, 'node_density_km': 28.05321023257078, 'intersection_density_km': 22.07232277181965, 'edge_density_km': 10420.732053456839, 'street_density_km': 5210.366026728414, 'circuity_avg': 1.0442147457114188, 'self_loop_proportion': 0.003663003663003663, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442147457114188\n", - "7727\n", - "5015689.512438829\n", - "{'n': 240, 'm': 638, 'k_avg': 5.316666666666666, 'intersection_count': 188, 'streets_per_node_avg': 2.779166666666667, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 137, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21666666666666667, 2: 0.0, 3: 0.5708333333333333, 4: 0.2125}, 'edge_length_total': 71260.94400000009, 'edge_length_avg': 111.69426959247663, 'street_length_total': 35630.472000000016, 'street_length_avg': 111.69426959247654, 'street_segments_count': 319, 'node_density_km': 47.84985183090059, 'intersection_density_km': 37.482383934205465, 'edge_density_km': 14207.60671554212, 'street_density_km': 7103.803357771054, 'circuity_avg': 1.0463275211760545, 'self_loop_proportion': 0.003134796238244514, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0463275211760545\n", - "7728\n", - "10030940.67569285\n", - "{'n': 746, 'm': 1828, 'k_avg': 4.900804289544236, 'intersection_count': 527, 'streets_per_node_avg': 2.513404825737265, 'streets_per_node_counts': {0: 0, 1: 219, 2: 0, 3: 455, 4: 69, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2935656836461126, 2: 0.0, 3: 0.6099195710455764, 4: 0.09249329758713137, 5: 0.004021447721179625}, 'edge_length_total': 162131.35799999954, 'edge_length_avg': 88.69330306345708, 'street_length_total': 81065.67899999999, 'street_length_avg': 88.69330306345732, 'street_segments_count': 914, 'node_density_km': 74.3698945212307, 'intersection_density_km': 52.53744559341634, 'edge_density_km': 16163.125996037346, 'street_density_km': 8081.562998018695, 'circuity_avg': 1.082354580722313, 'self_loop_proportion': 0.0032822757111597373, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082354580722313\n", - "7729\n", - "14044778.939010086\n", - "{'n': 981, 'm': 2761, 'k_avg': 5.6289500509684, 'intersection_count': 815, 'streets_per_node_avg': 2.9164118246687054, 'streets_per_node_counts': {0: 0, 1: 166, 2: 0, 3: 569, 4: 242, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1692150866462793, 2: 0.0, 3: 0.5800203873598369, 4: 0.24668705402650357, 5: 0.004077471967380225}, 'edge_length_total': 194219.1969999993, 'edge_length_avg': 70.3437873958708, 'street_length_total': 98222.62099999996, 'street_length_avg': 69.90933879003556, 'street_segments_count': 1405, 'node_density_km': 69.84801998379788, 'intersection_density_km': 58.02868123016847, 'edge_density_km': 13828.569167475156, 'street_density_km': 6993.532716074416, 'circuity_avg': 1.0917923443474002, 'self_loop_proportion': 0.004346251358203549, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0917923443474002\n", - "7730\n", - "18053790.203284327\n", - "{'n': 776, 'm': 2060, 'k_avg': 5.309278350515464, 'intersection_count': 623, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 153, 2: 1, 3: 509, 4: 113}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19716494845360824, 2: 0.001288659793814433, 3: 0.6559278350515464, 4: 0.14561855670103094}, 'edge_length_total': 255365.6600000008, 'edge_length_avg': 123.96391262135961, 'street_length_total': 129264.98100000009, 'street_length_avg': 123.81703160919548, 'street_segments_count': 1044, 'node_density_km': 42.98266409780429, 'intersection_density_km': 34.50798934656195, 'edge_density_km': 14144.711837492438, 'street_density_km': 7159.991311768115, 'circuity_avg': 1.0589229577361725, 'self_loop_proportion': 0.000970873786407767, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589229577361725\n", - "7731\n", - "6017334.818553728\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 279, 'm': 782, 'k_avg': 5.60573476702509, 'intersection_count': 234, 'streets_per_node_avg': 2.860215053763441, 'streets_per_node_counts': {0: 0, 1: 45, 2: 0, 3: 183, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16129032258064516, 2: 0.0, 3: 0.6559139784946236, 4: 0.1827956989247312}, 'edge_length_total': 104673.99999999988, 'edge_length_avg': 133.85421994884896, 'street_length_total': 52337.000000000015, 'street_length_avg': 133.85421994884913, 'street_segments_count': 391, 'node_density_km': 46.366042178629826, 'intersection_density_km': 38.887648278850826, 'edge_density_km': 17395.408957010368, 'street_density_km': 8697.704478505197, 'circuity_avg': 1.0622143550889982, 'self_loop_proportion': 0.015345268542199489, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622143550889982\n", - "7732\n", - "23067416.58865945\n", - "{'n': 1770, 'm': 4937, 'k_avg': 5.578531073446328, 'intersection_count': 1451, 'streets_per_node_avg': 2.8333333333333335, 'streets_per_node_counts': {0: 0, 1: 319, 2: 0, 3: 1117, 4: 326, 5: 7, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18022598870056497, 2: 0.0, 3: 0.6310734463276836, 4: 0.18418079096045198, 5: 0.0039548022598870055, 6: 0.0005649717514124294}, 'edge_length_total': 413540.31700000033, 'edge_length_avg': 83.7634832894471, 'street_length_total': 208045.50299999965, 'street_length_avg': 83.8217175664785, 'street_segments_count': 2482, 'node_density_km': 76.73160941959051, 'intersection_density_km': 62.90257924735923, 'edge_density_km': 17927.465583783996, 'street_density_km': 9019.0204958747, 'circuity_avg': 1.098539862264151, 'self_loop_proportion': 0.005266356086692323, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098539862264151\n", - "7733\n", - "3009367.8588453094\n", - "{'n': 185, 'm': 482, 'k_avg': 5.210810810810811, 'intersection_count': 152, 'streets_per_node_avg': 2.7405405405405405, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 134, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1783783783783784, 2: 0.0, 3: 0.7243243243243244, 4: 0.0972972972972973}, 'edge_length_total': 55945.449999999975, 'edge_length_avg': 116.06939834024891, 'street_length_total': 27972.725000000013, 'street_length_avg': 116.06939834024902, 'street_segments_count': 241, 'node_density_km': 61.47470454841113, 'intersection_density_km': 50.508946439775634, 'edge_density_km': 18590.4324842049, 'street_density_km': 9295.216242102457, 'circuity_avg': 1.0946385183689598, 'self_loop_proportion': 0.016597510373443983, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0946385183689598\n", - "7734\n", - "52192674.921553776\n", - "error with entry 7734\n", - "7735\n", - "22082229.691051904\n", - "{'n': 1187, 'm': 3145, 'k_avg': 5.299073294018534, 'intersection_count': 948, 'streets_per_node_avg': 2.721988205560236, 'streets_per_node_counts': {0: 0, 1: 239, 2: 0, 3: 802, 4: 144, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2013479359730413, 2: 0.0, 3: 0.6756529064869419, 4: 0.12131423757371525, 5: 0.0016849199663016006}, 'edge_length_total': 303147.3069999998, 'edge_length_avg': 96.39024069952299, 'street_length_total': 152642.18200000015, 'street_length_avg': 96.24349432534687, 'street_segments_count': 1586, 'node_density_km': 53.75362980129641, 'intersection_density_km': 42.93044738974642, 'edge_density_km': 13728.11130222236, 'street_density_km': 6912.444265619308, 'circuity_avg': 1.0833559524773158, 'self_loop_proportion': 0.003179650238473768, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0833559524773158\n", - "7736\n", - "20072234.936123382\n", - "{'n': 1331, 'm': 3771, 'k_avg': 5.666416228399699, 'intersection_count': 1152, 'streets_per_node_avg': 2.9511645379413975, 'streets_per_node_counts': {0: 0, 1: 179, 2: 0, 3: 861, 4: 289, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13448534936138243, 2: 0.0, 3: 0.6468820435762584, 4: 0.21712997746055598, 5: 0.0015026296018031556}, 'edge_length_total': 265663.10299999925, 'edge_length_avg': 70.44897984619445, 'street_length_total': 135971.99000000002, 'street_length_avg': 69.87255395683454, 'street_segments_count': 1946, 'node_density_km': 66.31050325166532, 'intersection_density_km': 57.39271205553603, 'edge_density_km': 13235.352408211083, 'street_density_km': 6774.133046604363, 'circuity_avg': 1.0801334117831218, 'self_loop_proportion': 0.0031821797931583136, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0801334117831218\n", - "7737\n", - "170608474.96585166\n", - "{'n': 20659, 'm': 58596, 'k_avg': 5.672685028316956, 'intersection_count': 17463, 'streets_per_node_avg': 2.9074011326782516, 'streets_per_node_counts': {0: 0, 1: 3196, 2: 23, 3: 13042, 4: 4299, 5: 94, 6: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1547025509463188, 2: 0.0011133162302144344, 3: 0.6312987075850719, 4: 0.20809332494312408, 5: 0.004550075027832906, 6: 0.0002420252674379205}, 'edge_length_total': 3419569.800000002, 'edge_length_avg': 58.35841695678889, 'street_length_total': 1749221.2010000108, 'street_length_avg': 58.394965815390115, 'street_segments_count': 29955, 'node_density_km': 121.09011585816606, 'intersection_density_km': 102.35716604052247, 'edge_density_km': 20043.375926573695, 'street_density_km': 10252.83885428393, 'circuity_avg': 1.0759787877070455, 'self_loop_proportion': 0.0029012219264113594, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0759787877070455\n", - "7738\n", - "5017446.108934641\n", - "{'n': 190, 'm': 432, 'k_avg': 4.5473684210526315, 'intersection_count': 124, 'streets_per_node_avg': 2.373684210526316, 'streets_per_node_counts': {0: 0, 1: 66, 2: 0, 3: 111, 4: 13}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3473684210526316, 2: 0.0, 3: 0.5842105263157895, 4: 0.06842105263157895}, 'edge_length_total': 54748.30600000005, 'edge_length_avg': 126.73218981481493, 'street_length_total': 27374.153000000002, 'street_length_avg': 126.73218981481483, 'street_segments_count': 216, 'node_density_km': 37.86787060087485, 'intersection_density_km': 24.71376818162359, 'edge_density_km': 10911.58824855317, 'street_density_km': 5455.79412427658, 'circuity_avg': 1.0910685011075096, 'self_loop_proportion': 0.009259259259259259, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0910685011075096\n", - "7739\n", - "10036063.888427678\n", - "{'n': 677, 'm': 1884, 'k_avg': 5.565731166912851, 'intersection_count': 578, 'streets_per_node_avg': 2.810930576070901, 'streets_per_node_counts': {0: 0, 1: 99, 2: 0, 3: 508, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14623338257016247, 2: 0.0, 3: 0.7503692762186115, 4: 0.103397341211226}, 'edge_length_total': 106717.59999999998, 'edge_length_avg': 56.644161358811026, 'street_length_total': 53358.8, 'street_length_avg': 56.64416135881104, 'street_segments_count': 942, 'node_density_km': 67.45672482023863, 'intersection_density_km': 57.5922997726705, 'edge_density_km': 10633.41178238744, 'street_density_km': 5316.705891193721, 'circuity_avg': 1.0711267978619132, 'self_loop_proportion': 0.0010615711252653928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711267978619132\n", - "7740\n", - "8026614.71355893\n", - "{'n': 184, 'm': 506, 'k_avg': 5.5, 'intersection_count': 158, 'streets_per_node_avg': 2.8260869565217392, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 138, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14130434782608695, 2: 0.0, 3: 0.75, 4: 0.10869565217391304}, 'edge_length_total': 67698.502, 'edge_length_avg': 133.79150592885375, 'street_length_total': 33849.251, 'street_length_avg': 133.79150592885375, 'street_segments_count': 253, 'node_density_km': 22.923736415201127, 'intersection_density_km': 19.68451279131401, 'edge_density_km': 8434.25334539112, 'street_density_km': 4217.12667269556, 'circuity_avg': 1.084792118588563, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.084792118588563\n", - "7741\n", - "5018860.057806408\n", - "{'n': 375, 'm': 985, 'k_avg': 5.253333333333333, 'intersection_count': 293, 'streets_per_node_avg': 2.7253333333333334, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 233, 4: 59, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21866666666666668, 2: 0.0, 3: 0.6213333333333333, 4: 0.15733333333333333, 5: 0.0026666666666666666}, 'edge_length_total': 97906.92999999998, 'edge_length_avg': 99.39789847715734, 'street_length_total': 49038.20500000002, 'street_length_avg': 99.26762145748992, 'street_segments_count': 494, 'node_density_km': 74.71816222823738, 'intersection_density_km': 58.37979075432947, 'edge_density_km': 19507.802344023145, 'street_density_km': 9770.785484190836, 'circuity_avg': 1.0833194491224478, 'self_loop_proportion': 0.006091370558375634, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0833194491224478\n", - "7742\n", - "7023058.156314812\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 228, 'm': 592, 'k_avg': 5.192982456140351, 'intersection_count': 182, 'streets_per_node_avg': 2.789473684210526, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 139, 4: 42, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20175438596491227, 2: 0.0, 3: 0.6096491228070176, 4: 0.18421052631578946, 5: 0.0043859649122807015}, 'edge_length_total': 90866.2200000001, 'edge_length_avg': 153.49023648648665, 'street_length_total': 45433.109999999986, 'street_length_avg': 153.49023648648645, 'street_segments_count': 296, 'node_density_km': 32.46448981701695, 'intersection_density_km': 25.914636608320542, 'edge_density_km': 12938.26962237204, 'street_density_km': 6469.13481118601, 'circuity_avg': 1.029361883947733, 'self_loop_proportion': 0.006756756756756757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.029361883947733\n", - "7743\n", - "2006629.3152878392\n", - "{'n': 19, 'm': 60, 'k_avg': 6.315789473684211, 'intersection_count': 18, 'streets_per_node_avg': 3.263157894736842, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 12, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.05263157894736842, 2: 0.0, 3: 0.631578947368421, 4: 0.2631578947368421, 5: 0.05263157894736842}, 'edge_length_total': 9741.787999999999, 'edge_length_avg': 162.3631333333333, 'street_length_total': 4870.893999999999, 'street_length_avg': 162.3631333333333, 'street_segments_count': 30, 'node_density_km': 9.46861478363011, 'intersection_density_km': 8.970266637123263, 'edge_density_km': 4854.801993462653, 'street_density_km': 2427.4009967313264, 'circuity_avg': 1.1667394745424908, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1667394745424908\n", - "7744\n", - "5013426.661586312\n", - "{'n': 226, 'm': 592, 'k_avg': 5.238938053097345, 'intersection_count': 183, 'streets_per_node_avg': 2.734513274336283, 'streets_per_node_counts': {0: 0, 1: 43, 2: 1, 3: 155, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1902654867256637, 2: 0.004424778761061947, 3: 0.6858407079646017, 4: 0.11946902654867257}, 'edge_length_total': 77703.51199999997, 'edge_length_avg': 131.2559324324324, 'street_length_total': 39203.689000000006, 'street_length_avg': 131.55600335570472, 'street_segments_count': 298, 'node_density_km': 45.078948043989286, 'intersection_density_km': 36.50198005331875, 'edge_density_km': 15499.082213643791, 'street_density_km': 7819.739201609356, 'circuity_avg': 1.0875788578292107, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0875788578292107\n", - "7745\n", - "3010315.6807354265\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 292.272, 'edge_length_avg': 146.136, 'street_length_total': 146.136, 'street_length_avg': 146.136, 'street_segments_count': 1, 'node_density_km': 0.6643821486228301, 'intersection_density_km': 0.6643821486228301, 'edge_density_km': 97.0901496711459, 'street_density_km': 48.54507483557295, 'circuity_avg': 0.9999967204043295, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 0.9999967204043295\n", - "7746\n", - "8024039.4152106345\n", - "{'n': 608, 'm': 1634, 'k_avg': 5.375, 'intersection_count': 490, 'streets_per_node_avg': 2.7434210526315788, 'streets_per_node_counts': {0: 0, 1: 118, 2: 0, 3: 411, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19407894736842105, 2: 0.0, 3: 0.6759868421052632, 4: 0.12828947368421054, 5: 0.001644736842105263}, 'edge_length_total': 154775.58400000024, 'edge_length_avg': 94.72189963280309, 'street_length_total': 77387.79200000002, 'street_length_avg': 94.72189963280296, 'street_segments_count': 817, 'node_density_km': 75.7723097480622, 'intersection_density_km': 61.06649963248434, 'edge_density_km': 19288.986007048086, 'street_density_km': 9644.49300352403, 'circuity_avg': 1.0943103306389705, 'self_loop_proportion': 0.008567931456548347, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0943103306389705\n", - "7747\n", - "5018323.059079216\n", - "{'n': 159, 'm': 382, 'k_avg': 4.80503144654088, 'intersection_count': 110, 'streets_per_node_avg': 2.49685534591195, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 92, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3081761006289308, 2: 0.0, 3: 0.5786163522012578, 4: 0.11320754716981132}, 'edge_length_total': 55730.61499999999, 'edge_length_avg': 145.8916623036649, 'street_length_total': 27935.409000000018, 'street_length_avg': 145.49692187500008, 'street_segments_count': 192, 'node_density_km': 31.683890839258567, 'intersection_density_km': 21.91967290766316, 'edge_density_km': 11105.42592493551, 'street_density_km': 5566.682071107182, 'circuity_avg': 1.0590263542729184, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0590263542729184\n", - "7748\n", - "8023417.295223745\n", - "{'n': 233, 'm': 626, 'k_avg': 5.373390557939914, 'intersection_count': 191, 'streets_per_node_avg': 2.7982832618025753, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 155, 4: 35, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18025751072961374, 2: 0.0, 3: 0.6652360515021459, 4: 0.15021459227467812, 5: 0.004291845493562232}, 'edge_length_total': 103675.66399999974, 'edge_length_avg': 165.61607667731587, 'street_length_total': 51837.832000000046, 'street_length_avg': 165.61607667731644, 'street_segments_count': 313, 'node_density_km': 29.039995232293656, 'intersection_density_km': 23.805317980120552, 'edge_density_km': 12921.634284398591, 'street_density_km': 6460.8171421993175, 'circuity_avg': 1.0511206265993756, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0511206265993756\n", - "7749\n", - "95235231.83655918\n", - "{'n': 11724, 'm': 31534, 'k_avg': 5.379392698737632, 'intersection_count': 9391, 'streets_per_node_avg': 2.8161890139884, 'streets_per_node_counts': {0: 0, 1: 2333, 2: 16, 3: 6935, 4: 2359, 5: 75, 6: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19899351757079495, 2: 0.001364721937905152, 3: 0.5915216649607642, 4: 0.20121119071989083, 5: 0.0063971340839304, 6: 0.0005117707267144319}, 'edge_length_total': 2069720.7529999774, 'edge_length_avg': 65.6345770596809, 'street_length_total': 1082987.2240000025, 'street_length_avg': 65.74316906453, 'street_segments_count': 16473, 'node_density_km': 123.10570126106794, 'intersection_density_km': 98.60846473410858, 'edge_density_km': 21732.721316329564, 'street_density_km': 11371.70775053715, 'circuity_avg': 1.1003686817661358, 'self_loop_proportion': 0.004249381619838904, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1003686817661358\n", - "7750\n", - "8019463.308567539\n", - "{'n': 150, 'm': 410, 'k_avg': 5.466666666666667, 'intersection_count': 117, 'streets_per_node_avg': 2.8133333333333335, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 79, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22, 2: 0.0, 3: 0.5266666666666666, 4: 0.25333333333333335}, 'edge_length_total': 46850.12000000001, 'edge_length_avg': 114.26858536585368, 'street_length_total': 23425.06, 'street_length_avg': 114.26858536585367, 'street_segments_count': 205, 'node_density_km': 18.704493583722556, 'intersection_density_km': 14.589504995303594, 'edge_density_km': 5842.05179291088, 'street_density_km': 2921.0258964554396, 'circuity_avg': 1.082680449989344, 'self_loop_proportion': 0.004878048780487805, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.082680449989344\n", - "7751\n", - "110271713.72085916\n", - "{'n': 12478, 'm': 34881, 'k_avg': 5.590799807661484, 'intersection_count': 10280, 'streets_per_node_avg': 2.876743067799327, 'streets_per_node_counts': {0: 0, 1: 2198, 2: 11, 3: 7467, 4: 2738, 5: 61, 6: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17615002404231447, 2: 0.0008815515306940214, 3: 0.5984132072447508, 4: 0.21942619009456643, 5: 0.004888603942939574, 6: 0.00024042314473473312}, 'edge_length_total': 2484672.7760000043, 'edge_length_avg': 71.2328424070412, 'street_length_total': 1271598.6799999997, 'street_length_avg': 71.2939381027136, 'street_segments_count': 17836, 'node_density_km': 113.15685209705455, 'intersection_density_km': 93.22426987960577, 'edge_density_km': 22532.276793028566, 'street_density_km': 11531.503747360935, 'circuity_avg': 1.0750270281865686, 'self_loop_proportion': 0.0021501677130816204, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750270281865686\n", - "7752\n", - "8022809.045906366\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 449, 'm': 1255, 'k_avg': 5.590200445434299, 'intersection_count': 371, 'streets_per_node_avg': 2.866369710467706, 'streets_per_node_counts': {0: 0, 1: 78, 2: 0, 3: 277, 4: 92, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17371937639198218, 2: 0.0, 3: 0.6169265033407573, 4: 0.20489977728285078, 5: 0.004454342984409799}, 'edge_length_total': 132902.5669999998, 'edge_length_avg': 105.89845976095602, 'street_length_total': 66693.06800000001, 'street_length_avg': 106.03031478537363, 'street_segments_count': 629, 'node_density_km': 55.96543522734123, 'intersection_density_km': 46.24315472014164, 'edge_density_km': 16565.590211549817, 'street_density_km': 8312.9322433556, 'circuity_avg': 1.0431779891743176, 'self_loop_proportion': 0.0015936254980079682, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0431779891743176\n", - "7753\n", - "11026843.573748948\n", - "{'n': 665, 'm': 1727, 'k_avg': 5.193984962406015, 'intersection_count': 492, 'streets_per_node_avg': 2.681203007518797, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 360, 4: 130, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26015037593984963, 2: 0.0, 3: 0.5413533834586466, 4: 0.19548872180451127, 5: 0.0030075187969924814}, 'edge_length_total': 181865.34899999975, 'edge_length_avg': 105.30709264620715, 'street_length_total': 92310.85299999994, 'street_length_avg': 105.49811771428566, 'street_segments_count': 875, 'node_density_km': 60.30737586439805, 'intersection_density_km': 44.61838936132908, 'edge_density_km': 16492.965351658513, 'street_density_km': 8371.466628923597, 'circuity_avg': 1.0716757245366466, 'self_loop_proportion': 0.0023161551823972205, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716757245366466\n", - "7754\n", - "5012679.060220559\n", - "{'n': 329, 'm': 851, 'k_avg': 5.173252279635259, 'intersection_count': 258, 'streets_per_node_avg': 2.6808510638297873, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 221, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21580547112462006, 2: 0.0, 3: 0.6717325227963525, 4: 0.11246200607902736}, 'edge_length_total': 90700.80299999993, 'edge_length_avg': 106.58143713278487, 'street_length_total': 45407.669999999984, 'street_length_avg': 106.09268691588781, 'street_segments_count': 428, 'node_density_km': 65.63356561381848, 'intersection_density_km': 51.46948306493971, 'edge_density_km': 18094.276914670267, 'street_density_km': 9058.563186369653, 'circuity_avg': 1.0519789163045585, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0519789163045585\n", - "7755\n", - "10025790.350116743\n", - "{'n': 235, 'm': 592, 'k_avg': 5.038297872340426, 'intersection_count': 163, 'streets_per_node_avg': 2.5872340425531917, 'streets_per_node_counts': {0: 0, 1: 72, 2: 0, 3: 116, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.30638297872340425, 2: 0.0, 3: 0.49361702127659574, 4: 0.2}, 'edge_length_total': 86679.90200000007, 'edge_length_avg': 146.4187533783785, 'street_length_total': 43339.951, 'street_length_avg': 146.41875337837837, 'street_segments_count': 296, 'node_density_km': 23.439548583545196, 'intersection_density_km': 16.258069868586666, 'edge_density_km': 8645.692655940162, 'street_density_km': 4322.846327970077, 'circuity_avg': 1.0807563443196693, 'self_loop_proportion': 0.006756756756756757, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0807563443196693\n", - "7756\n", - "5010055.285100864\n", - "{'n': 386, 'm': 1026, 'k_avg': 5.316062176165803, 'intersection_count': 296, 'streets_per_node_avg': 2.766839378238342, 'streets_per_node_counts': {0: 0, 1: 90, 2: 0, 3: 206, 4: 90}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23316062176165803, 2: 0.0, 3: 0.533678756476684, 4: 0.23316062176165803}, 'edge_length_total': 101144.59800000004, 'edge_length_avg': 98.58147953216378, 'street_length_total': 50572.298999999985, 'street_length_avg': 98.58147953216371, 'street_segments_count': 513, 'node_density_km': 77.04505799524902, 'intersection_density_km': 59.08118436941376, 'edge_density_km': 20188.31973786568, 'street_density_km': 10094.159868932833, 'circuity_avg': 1.0476961467163612, 'self_loop_proportion': 0.003898635477582846, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0476961467163612\n", - "7757\n", - "9008944.047866106\n", - "{'n': 159, 'm': 426, 'k_avg': 5.3584905660377355, 'intersection_count': 132, 'streets_per_node_avg': 2.779874213836478, 'streets_per_node_counts': {0: 0, 1: 27, 2: 0, 3: 113, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16981132075471697, 2: 0.0, 3: 0.710691823899371, 4: 0.11949685534591195}, 'edge_length_total': 80353.5159999999, 'edge_length_avg': 188.62327699530493, 'street_length_total': 40176.757999999994, 'street_length_avg': 188.62327699530513, 'street_segments_count': 213, 'node_density_km': 17.649127262330083, 'intersection_density_km': 14.652105651745728, 'edge_density_km': 8919.304590312418, 'street_density_km': 4459.652295156215, 'circuity_avg': 1.0474152562508559, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0474152562508559\n", - "7758\n", - "12011210.960448388\n", - "{'n': 395, 'm': 1108, 'k_avg': 5.610126582278481, 'intersection_count': 340, 'streets_per_node_avg': 2.9063291139240506, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 267, 4: 73}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13924050632911392, 2: 0.0, 3: 0.6759493670886076, 4: 0.1848101265822785}, 'edge_length_total': 171301.55000000022, 'edge_length_avg': 154.6042870036103, 'street_length_total': 85650.77500000002, 'street_length_avg': 154.60428700361015, 'street_segments_count': 554, 'node_density_km': 32.88594308273263, 'intersection_density_km': 28.306887716782516, 'edge_density_km': 14261.805122237683, 'street_density_km': 7130.9025611188345, 'circuity_avg': 1.067562715872382, 'self_loop_proportion': 0.0036101083032490976, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.067562715872382\n", - "7759\n", - "8016994.258158747\n", - "{'n': 1459, 'm': 4023, 'k_avg': 5.514736120630569, 'intersection_count': 1224, 'streets_per_node_avg': 2.9177518848526387, 'streets_per_node_counts': {0: 0, 1: 235, 2: 0, 3: 885, 4: 328, 5: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16106922549691569, 2: 0.0, 3: 0.6065798492117889, 4: 0.22481151473612063, 5: 0.0075394105551747775}, 'edge_length_total': 261954.82000000033, 'edge_length_avg': 65.11429778772069, 'street_length_total': 138036.871, 'street_length_avg': 65.7631591233921, 'street_segments_count': 2099, 'node_density_km': 181.98840525739467, 'intersection_density_km': 152.6756737731673, 'edge_density_km': 32674.94170067713, 'street_density_km': 17218.03291296142, 'circuity_avg': 1.0944250636967447, 'self_loop_proportion': 0.003479990057171265, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0944250636967447\n", - "7760\n", - "7015010.413189714\n", - "{'n': 192, 'm': 458, 'k_avg': 4.770833333333333, 'intersection_count': 150, 'streets_per_node_avg': 2.6770833333333335, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 129, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21875, 2: 0.0, 3: 0.671875, 4: 0.10416666666666667, 5: 0.005208333333333333}, 'edge_length_total': 50428.20600000005, 'edge_length_avg': 110.10525327510928, 'street_length_total': 25491.999999999996, 'street_length_avg': 105.3388429752066, 'street_segments_count': 242, 'node_density_km': 27.369880968244765, 'intersection_density_km': 21.382719506441223, 'edge_density_km': 7188.6145607402495, 'street_density_km': 3633.921904387997, 'circuity_avg': 1.0873790612240648, 'self_loop_proportion': 0.013100436681222707, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873790612240648\n", - "7761\n", - "4011380.680226583\n", - "error with entry 7761\n", - "7762\n", - "7020261.848699031\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 1, 'streets_per_node_avg': 2.0, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.5, 2: 0.0, 3: 0.5}, 'edge_length_total': 931.028, 'edge_length_avg': 465.514, 'street_length_total': 465.514, 'street_length_avg': 465.514, 'street_segments_count': 1, 'node_density_km': 0.2848896584064927, 'intersection_density_km': 0.14244482920324636, 'edge_density_km': 132.62012444344003, 'street_density_km': 66.31006222172002, 'circuity_avg': 0.9999992293896973, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 0.9999992293896973\n", - "7763\n", - "10020256.36865254\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 481, 'm': 1260, 'k_avg': 5.239085239085239, 'intersection_count': 364, 'streets_per_node_avg': 2.6964656964656966, 'streets_per_node_counts': {0: 0, 1: 117, 2: 0, 3: 277, 4: 86, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24324324324324326, 2: 0.0, 3: 0.5758835758835759, 4: 0.1787941787941788, 5: 0.002079002079002079}, 'edge_length_total': 138417.09699999992, 'edge_length_avg': 109.85483888888882, 'street_length_total': 69363.76800000005, 'street_length_avg': 109.57941232227496, 'street_segments_count': 633, 'node_density_km': 48.00276383194793, 'intersection_density_km': 36.32641587282546, 'edge_density_km': 13813.728103107742, 'street_density_km': 6922.354623280727, 'circuity_avg': 1.0603545633754552, 'self_loop_proportion': 0.0031746031746031746, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0603545633754552\n", - "7764\n", - "18027829.415201165\n", - "{'n': 1054, 'm': 2945, 'k_avg': 5.588235294117647, 'intersection_count': 889, 'streets_per_node_avg': 2.842504743833017, 'streets_per_node_counts': {0: 0, 1: 165, 2: 0, 3: 729, 4: 156, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15654648956356737, 2: 0.0, 3: 0.6916508538899431, 4: 0.14800759013282733, 5: 0.003795066413662239}, 'edge_length_total': 309461.05400000047, 'edge_length_avg': 105.0801541595927, 'street_length_total': 154902.4970000001, 'street_length_avg': 104.94749119241199, 'street_segments_count': 1476, 'node_density_km': 58.465163815631705, 'intersection_density_km': 49.31264765853566, 'edge_density_km': 17165.741192284702, 'street_density_km': 8592.409736769832, 'circuity_avg': 1.0515636512533793, 'self_loop_proportion': 0.0006791171477079797, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0515636512533793\n", - "7765\n", - "9011806.274972998\n", - "{'n': 220, 'm': 554, 'k_avg': 5.036363636363636, 'intersection_count': 163, 'streets_per_node_avg': 2.6545454545454548, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 125, 4: 38}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2590909090909091, 2: 0.0, 3: 0.5681818181818182, 4: 0.17272727272727273}, 'edge_length_total': 91153.16800000008, 'edge_length_avg': 164.5364043321301, 'street_length_total': 45576.58399999998, 'street_length_avg': 164.5364043321299, 'street_segments_count': 277, 'node_density_km': 24.412420028487485, 'intersection_density_km': 18.087383930197547, 'edge_density_km': 10114.86101883312, 'street_density_km': 5057.430509416554, 'circuity_avg': 1.0586620207451733, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0586620207451733\n", - "7766\n", - "11003054.51286441\n", - "{'n': 232, 'm': 586, 'k_avg': 5.051724137931035, 'intersection_count': 181, 'streets_per_node_avg': 2.689655172413793, 'streets_per_node_counts': {0: 0, 1: 51, 2: 0, 3: 151, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21982758620689655, 2: 0.0, 3: 0.6508620689655172, 4: 0.12931034482758622}, 'edge_length_total': 102834.26200000013, 'edge_length_avg': 175.48508873720158, 'street_length_total': 53190.46299999999, 'street_length_avg': 177.30154333333329, 'street_segments_count': 300, 'node_density_km': 21.085054130082987, 'intersection_density_km': 16.449977575625088, 'edge_density_km': 9345.974054729046, 'street_density_km': 4834.154273961966, 'circuity_avg': 1.0241158898689784, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0241158898689784\n", - "7767\n", - "25045739.291041773\n", - "{'n': 1327, 'm': 3236, 'k_avg': 4.877166541070083, 'intersection_count': 961, 'streets_per_node_avg': 2.5629238884702334, 'streets_per_node_counts': {0: 0, 1: 366, 2: 2, 3: 808, 4: 148, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27581009796533534, 2: 0.0015071590052750565, 3: 0.6088922381311228, 4: 0.11152976639035418, 5: 0.002260738507912585}, 'edge_length_total': 333882.98900000006, 'edge_length_avg': 103.17768510506801, 'street_length_total': 170591.815, 'street_length_avg': 101.48234086853064, 'street_segments_count': 1681, 'node_density_km': 52.98306368918542, 'intersection_density_km': 38.36979970256759, 'edge_density_km': 13330.92966912027, 'street_density_km': 6811.211001506207, 'circuity_avg': 1.1203069516144895, 'self_loop_proportion': 0.004944375772558714, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1203069516144895\n", - "7768\n", - "8023566.490095305\n", - "{'n': 311, 'm': 858, 'k_avg': 5.517684887459807, 'intersection_count': 268, 'streets_per_node_avg': 2.9260450160771705, 'streets_per_node_counts': {0: 0, 1: 43, 2: 1, 3: 204, 4: 62, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1382636655948553, 2: 0.003215434083601286, 3: 0.6559485530546624, 4: 0.19935691318327975, 5: 0.003215434083601286}, 'edge_length_total': 106091.49900000011, 'edge_length_avg': 123.64976573426587, 'street_length_total': 53336.314, 'street_length_avg': 123.17855427251732, 'street_segments_count': 433, 'node_density_km': 38.760817945973784, 'intersection_density_km': 33.401605175308596, 'edge_density_km': 13222.486425577055, 'street_density_km': 6647.45709602345, 'circuity_avg': 1.0609395338785599, 'self_loop_proportion': 0.002331002331002331, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0609395338785599\n", - "7769\n", - "11029815.331934534\n", - "{'n': 599, 'm': 1658, 'k_avg': 5.535893155258765, 'intersection_count': 474, 'streets_per_node_avg': 2.8247078464106843, 'streets_per_node_counts': {0: 0, 1: 125, 2: 0, 3: 331, 4: 141, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20868113522537562, 2: 0.0, 3: 0.5525876460767947, 4: 0.2353923205342237, 5: 0.00333889816360601}, 'edge_length_total': 185171.08800000008, 'edge_length_avg': 111.68340651387219, 'street_length_total': 92585.54400000001, 'street_length_avg': 111.68340651387214, 'street_segments_count': 829, 'node_density_km': 54.307346222354255, 'intersection_density_km': 42.97442756159586, 'edge_density_km': 16788.231029025093, 'street_density_km': 8394.115514512545, 'circuity_avg': 1.048411381254312, 'self_loop_proportion': 0.006031363088057901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.048411381254312\n", - "7770\n", - "9028776.243669393\n", - "{'n': 636, 'm': 1705, 'k_avg': 5.361635220125786, 'intersection_count': 483, 'streets_per_node_avg': 2.7452830188679247, 'streets_per_node_counts': {0: 0, 1: 153, 2: 0, 3: 343, 4: 137, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24056603773584906, 2: 0.0, 3: 0.539308176100629, 4: 0.21540880503144655, 5: 0.0031446540880503146, 6: 0.0015723270440251573}, 'edge_length_total': 165890.509, 'edge_length_avg': 97.29648621700879, 'street_length_total': 83145.89400000003, 'street_length_avg': 97.3605316159251, 'street_segments_count': 854, 'node_density_km': 70.4414399953634, 'intersection_density_km': 53.495621883271255, 'edge_density_km': 18373.53197409401, 'street_density_km': 9208.988212361395, 'circuity_avg': 1.058737859170045, 'self_loop_proportion': 0.0064516129032258064, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.058737859170045\n", - "7771\n", - "4012861.444504806\n", - "{'n': 141, 'm': 396, 'k_avg': 5.617021276595745, 'intersection_count': 123, 'streets_per_node_avg': 2.99290780141844, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 88, 4: 35}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1276595744680851, 2: 0.0, 3: 0.624113475177305, 4: 0.24822695035460993}, 'edge_length_total': 61793.116000000016, 'edge_length_avg': 156.04322222222225, 'street_length_total': 30896.55799999999, 'street_length_avg': 156.04322222222217, 'street_segments_count': 198, 'node_density_km': 35.13702178605862, 'intersection_density_km': 30.651444536774537, 'edge_density_km': 15398.76640510956, 'street_density_km': 7699.383202554775, 'circuity_avg': 1.0531996454742893, 'self_loop_proportion': 0.005050505050505051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0531996454742893\n", - "7772\n", - "6016462.794874662\n", - "{'n': 248, 'm': 616, 'k_avg': 4.967741935483871, 'intersection_count': 193, 'streets_per_node_avg': 2.661290322580645, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 167, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2217741935483871, 2: 0.0, 3: 0.6733870967741935, 4: 0.10483870967741936}, 'edge_length_total': 78184.33400000002, 'edge_length_avg': 126.92262012987015, 'street_length_total': 39092.166999999994, 'street_length_avg': 126.92262012987011, 'street_segments_count': 308, 'node_density_km': 41.220233292436816, 'intersection_density_km': 32.078649296130266, 'edge_density_km': 12995.066481023388, 'street_density_km': 6497.533240511692, 'circuity_avg': 1.0814140188859407, 'self_loop_proportion': 0.003246753246753247, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0814140188859407\n", - "7773\n", - "8022264.129670803\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 385, 'm': 1012, 'k_avg': 5.257142857142857, 'intersection_count': 310, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 75, 2: 0, 3: 270, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19480519480519481, 2: 0.0, 3: 0.7012987012987013, 4: 0.1038961038961039}, 'edge_length_total': 116089.73599999989, 'edge_length_avg': 114.71317786561254, 'street_length_total': 58044.86799999997, 'street_length_avg': 114.7131778656126, 'street_segments_count': 506, 'node_density_km': 47.99143904724546, 'intersection_density_km': 38.642457414665174, 'edge_density_km': 14470.944127934574, 'street_density_km': 7235.4720639672905, 'circuity_avg': 1.0867628760876291, 'self_loop_proportion': 0.005928853754940711, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0867628760876291\n", - "7774\n", - "12036136.978421262\n", - "{'n': 727, 'm': 1937, 'k_avg': 5.328748280605227, 'intersection_count': 577, 'streets_per_node_avg': 2.705639614855571, 'streets_per_node_counts': {0: 0, 1: 150, 2: 0, 3: 494, 4: 80, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2063273727647868, 2: 0.0, 3: 0.6795048143053645, 4: 0.11004126547455295, 5: 0.0041265474552957355}, 'edge_length_total': 206319.87399999978, 'edge_length_avg': 106.51516468766121, 'street_length_total': 103203.31799999994, 'street_length_avg': 106.50497213622285, 'street_segments_count': 969, 'node_density_km': 60.40143954022681, 'intersection_density_km': 47.9389692086807, 'edge_density_km': 17141.70205688886, 'street_density_km': 8574.455257947451, 'circuity_avg': 1.090779302906909, 'self_loop_proportion': 0.007227671657201859, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.090779302906909\n", - "7775\n", - "22061838.311814178\n", - "{'n': 1620, 'm': 4158, 'k_avg': 5.133333333333334, 'intersection_count': 1199, 'streets_per_node_avg': 2.602469135802469, 'streets_per_node_counts': {0: 0, 1: 421, 2: 3, 3: 998, 4: 195, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2598765432098765, 2: 0.001851851851851852, 3: 0.6160493827160494, 4: 0.12037037037037036, 5: 0.001851851851851852}, 'edge_length_total': 347062.206, 'edge_length_avg': 83.46854401154401, 'street_length_total': 174223.13300000018, 'street_length_avg': 83.36035071770344, 'street_segments_count': 2090, 'node_density_km': 73.42996431682147, 'intersection_density_km': 54.34723902214132, 'edge_density_km': 15731.336668084781, 'street_density_km': 7897.036073675837, 'circuity_avg': 1.0667750495159944, 'self_loop_proportion': 0.007215007215007215, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0667750495159944\n", - "7776\n", - "19066106.99712196\n", - "{'n': 1066, 'm': 2790, 'k_avg': 5.23452157598499, 'intersection_count': 844, 'streets_per_node_avg': 2.6819887429643527, 'streets_per_node_counts': {0: 0, 1: 222, 2: 0, 3: 740, 4: 103, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20825515947467166, 2: 0.0, 3: 0.6941838649155723, 4: 0.09662288930581614, 5: 0.0009380863039399625}, 'edge_length_total': 307750.26199999894, 'edge_length_avg': 110.30475340501754, 'street_length_total': 155581.44100000014, 'street_length_avg': 110.3414475177306, 'street_segments_count': 1410, 'node_density_km': 55.91073207345964, 'intersection_density_km': 44.267033649155664, 'edge_density_km': 16141.221805083442, 'street_density_km': 8160.1053127146115, 'circuity_avg': 1.098649139489561, 'self_loop_proportion': 0.005734767025089606, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.098649139489561\n", - "7777\n", - "9025684.077872306\n", - "{'n': 426, 'm': 1162, 'k_avg': 5.455399061032864, 'intersection_count': 341, 'streets_per_node_avg': 2.828638497652582, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 245, 4: 95, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19953051643192488, 2: 0.0, 3: 0.5751173708920188, 4: 0.22300469483568075, 5: 0.002347417840375587}, 'edge_length_total': 129195.35199999985, 'edge_length_avg': 111.18360757314962, 'street_length_total': 64842.209999999934, 'street_length_avg': 110.27586734693867, 'street_segments_count': 588, 'node_density_km': 47.198638499257584, 'intersection_density_km': 37.78106978461699, 'edge_density_km': 14314.18947143739, 'street_density_km': 7184.18786216653, 'circuity_avg': 1.0425892968959338, 'self_loop_proportion': 0.0017211703958691911, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425892968959338\n", - "7778\n", - "7022142.330962911\n", - "{'n': 503, 'm': 1321, 'k_avg': 5.252485089463221, 'intersection_count': 402, 'streets_per_node_avg': 2.675944333996024, 'streets_per_node_counts': {0: 0, 1: 101, 2: 0, 3: 363, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20079522862823063, 2: 0.0, 3: 0.7216699801192843, 4: 0.0775347912524851}, 'edge_length_total': 105971.50299999995, 'edge_length_avg': 80.22066843300526, 'street_length_total': 53022.94499999994, 'street_length_avg': 80.2162556732223, 'street_segments_count': 661, 'node_density_km': 71.6305617706023, 'intersection_density_km': 57.24748674310561, 'edge_density_km': 15091.050281441478, 'street_density_km': 7550.821743701281, 'circuity_avg': 1.0985620030675372, 'self_loop_proportion': 0.004542013626040878, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0985620030675372\n", - "7779\n", - "64184319.45970689\n", - "{'n': 6039, 'm': 15931, 'k_avg': 5.276039079317768, 'intersection_count': 4691, 'streets_per_node_avg': 2.685378373902964, 'streets_per_node_counts': {0: 0, 1: 1348, 2: 2, 3: 3914, 4: 753, 5: 21, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22321576419937075, 2: 0.0003311806590495115, 3: 0.648120549759894, 4: 0.12468951813214109, 5: 0.003477396920019871, 6: 0.00016559032952475575}, 'edge_length_total': 1345165.9990000047, 'edge_length_avg': 84.4370095411465, 'street_length_total': 678071.186000002, 'street_length_avg': 84.21152334823671, 'street_segments_count': 8052, 'node_density_km': 94.08840119884911, 'intersection_density_km': 73.08638682295103, 'edge_density_km': 20957.86027371471, 'street_density_km': 10564.436792473527, 'circuity_avg': 1.1130604174309606, 'self_loop_proportion': 0.007406942439269349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1130604174309606\n", - "7780\n", - "21070315.99689517\n", - "{'n': 1624, 'm': 4372, 'k_avg': 5.384236453201971, 'intersection_count': 1277, 'streets_per_node_avg': 2.8035714285714284, 'streets_per_node_counts': {0: 0, 1: 347, 2: 0, 3: 906, 4: 367, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21366995073891626, 2: 0.0, 3: 0.5578817733990148, 4: 0.22598522167487683, 5: 0.0024630541871921183}, 'edge_length_total': 377735.73200000083, 'edge_length_avg': 86.3988408051237, 'street_length_total': 193884.3469999992, 'street_length_avg': 86.01790017746193, 'street_segments_count': 2254, 'node_density_km': 77.07525602555299, 'intersection_density_km': 60.60658986738372, 'edge_density_km': 17927.388087376683, 'street_density_km': 9201.7768992439, 'circuity_avg': 1.065573463226657, 'self_loop_proportion': 0.0018298261665141812, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.065573463226657\n", - "7781\n", - "8024108.967837878\n", - "{'n': 671, 'm': 1917, 'k_avg': 5.713859910581222, 'intersection_count': 535, 'streets_per_node_avg': 2.8837555886736213, 'streets_per_node_counts': {0: 0, 1: 136, 2: 0, 3: 345, 4: 186, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20268256333830104, 2: 0.0, 3: 0.5141579731743666, 4: 0.27719821162444114, 5: 0.005961251862891207}, 'edge_length_total': 135733.66199999984, 'edge_length_avg': 70.80524882629099, 'street_length_total': 67994.43100000004, 'street_length_avg': 70.82753229166671, 'street_segments_count': 960, 'node_density_km': 83.62299199692987, 'intersection_density_km': 66.67406962497388, 'edge_density_km': 16915.730150730207, 'street_density_km': 8473.76715253175, 'circuity_avg': 1.0750773054879008, 'self_loop_proportion': 0.004173187271778821, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750773054879008\n", - "7782\n", - "10029278.567024373\n", - "{'n': 407, 'm': 1105, 'k_avg': 5.42997542997543, 'intersection_count': 333, 'streets_per_node_avg': 2.7764127764127764, 'streets_per_node_counts': {0: 0, 1: 74, 2: 0, 3: 278, 4: 53, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18181818181818182, 2: 0.0, 3: 0.683046683046683, 4: 0.13022113022113022, 5: 0.004914004914004914}, 'edge_length_total': 129142.26399999982, 'edge_length_avg': 116.8708271493211, 'street_length_total': 64624.673000000024, 'street_length_avg': 116.8619764918626, 'street_segments_count': 553, 'node_density_km': 40.58118410811621, 'intersection_density_km': 33.20278699754963, 'edge_density_km': 12876.525777697645, 'street_density_km': 6443.601358574467, 'circuity_avg': 1.071342451466783, 'self_loop_proportion': 0.0018099547511312218, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071342451466783\n", - "7783\n", - "27082059.48873603\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2741, 'm': 7316, 'k_avg': 5.3381977380518055, 'intersection_count': 2165, 'streets_per_node_avg': 2.715067493615469, 'streets_per_node_counts': {0: 0, 1: 576, 2: 0, 3: 1804, 4: 351, 5: 10}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2101422838380153, 2: 0.0, 3: 0.6581539584093397, 4: 0.12805545421379058, 5: 0.0036483035388544327}, 'edge_length_total': 589873.9739999974, 'edge_length_avg': 80.62793521049718, 'street_length_total': 296133.7519999995, 'street_length_avg': 80.36194084124817, 'street_segments_count': 3685, 'node_density_km': 101.21091422681634, 'intersection_density_km': 79.94222156185968, 'edge_density_km': 21780.986569553093, 'street_density_km': 10934.683609389731, 'circuity_avg': 1.0881066533917765, 'self_loop_proportion': 0.0062875888463641335, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0881066533917765\n", - "7784\n", - "16047078.915109776\n", - "{'n': 546, 'm': 1484, 'k_avg': 5.435897435897436, 'intersection_count': 440, 'streets_per_node_avg': 2.7783882783882783, 'streets_per_node_counts': {0: 0, 1: 106, 2: 0, 3: 353, 4: 84, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19413919413919414, 2: 0.0, 3: 0.6465201465201466, 4: 0.15384615384615385, 5: 0.003663003663003663, 6: 0.0018315018315018315}, 'edge_length_total': 208165.2639999997, 'edge_length_avg': 140.27308894878686, 'street_length_total': 104082.63199999987, 'street_length_avg': 140.2730889487869, 'street_segments_count': 742, 'node_density_km': 34.024884085656964, 'intersection_density_km': 27.41932050858803, 'edge_density_km': 12972.159300842803, 'street_density_km': 6486.079650421402, 'circuity_avg': 1.0547766074640088, 'self_loop_proportion': 0.0013477088948787063, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0547766074640088\n", - "7785\n", - "30075916.65829034\n", - "{'n': 973, 'm': 2558, 'k_avg': 5.257965056526207, 'intersection_count': 738, 'streets_per_node_avg': 2.6690647482014387, 'streets_per_node_counts': {0: 0, 1: 235, 2: 0, 3: 590, 4: 148}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24152106885919836, 2: 0.0, 3: 0.6063720452209661, 4: 0.15210688591983557}, 'edge_length_total': 321676.0039999993, 'edge_length_avg': 125.7529335418293, 'street_length_total': 161002.49800000002, 'street_length_avg': 125.68501014832164, 'street_segments_count': 1281, 'node_density_km': 32.3514661599448, 'intersection_density_km': 24.537905473832744, 'edge_density_km': 10695.467993702205, 'street_density_km': 5353.203356334615, 'circuity_avg': 1.0711163031384379, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0711163031384379\n", - "7786\n", - "13032946.652928358\n", - "{'n': 632, 'm': 1537, 'k_avg': 4.863924050632911, 'intersection_count': 433, 'streets_per_node_avg': 2.4762658227848102, 'streets_per_node_counts': {0: 0, 1: 199, 2: 0, 3: 367, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.314873417721519, 2: 0.0, 3: 0.5806962025316456, 4: 0.10284810126582279, 5: 0.0015822784810126582}, 'edge_length_total': 171477.5930000002, 'edge_length_avg': 111.56642355237489, 'street_length_total': 85811.71400000005, 'street_length_avg': 111.5887048114435, 'street_segments_count': 769, 'node_density_km': 48.492487296262865, 'intersection_density_km': 33.223492087471236, 'edge_density_km': 13157.23892428203, 'street_density_km': 6584.214321227128, 'circuity_avg': 1.0903816802838322, 'self_loop_proportion': 0.003903708523096942, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0903816802838322\n", - "7787\n", - "7019417.877860016\n", - "{'n': 315, 'm': 808, 'k_avg': 5.130158730158731, 'intersection_count': 234, 'streets_per_node_avg': 2.6222222222222222, 'streets_per_node_counts': {0: 0, 1: 81, 2: 0, 3: 191, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2571428571428571, 2: 0.0, 3: 0.6063492063492063, 4: 0.1365079365079365}, 'edge_length_total': 92320.81800000012, 'edge_length_avg': 114.25843811881202, 'street_length_total': 46160.40900000005, 'street_length_avg': 114.25843811881201, 'street_segments_count': 404, 'node_density_km': 44.8755161013484, 'intersection_density_km': 33.336097675287384, 'edge_density_km': 13152.204300471938, 'street_density_km': 6576.102150235968, 'circuity_avg': 1.0373267964959079, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0373267964959079\n", - "7788\n", - "15037088.115899801\n", - "{'n': 1356, 'm': 3549, 'k_avg': 5.234513274336283, 'intersection_count': 1063, 'streets_per_node_avg': 2.6887905604719764, 'streets_per_node_counts': {0: 0, 1: 293, 2: 1, 3: 899, 4: 161, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21607669616519173, 2: 0.0007374631268436578, 3: 0.6629793510324484, 4: 0.1187315634218289, 5: 0.0014749262536873156}, 'edge_length_total': 250494.7509999996, 'edge_length_avg': 70.58178388278377, 'street_length_total': 127658.83800000012, 'street_length_avg': 70.6859568106313, 'street_segments_count': 1806, 'node_density_km': 90.1770335818012, 'intersection_density_km': 70.69187809546804, 'edge_density_km': 16658.461337014673, 'street_density_km': 8489.598319572071, 'circuity_avg': 1.101705236284819, 'self_loop_proportion': 0.006762468300929839, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.101705236284819\n", - "7789\n", - "14037100.000182109\n", - "{'n': 536, 'm': 1475, 'k_avg': 5.503731343283582, 'intersection_count': 465, 'streets_per_node_avg': 2.953358208955224, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 349, 4: 115, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13246268656716417, 2: 0.0, 3: 0.6511194029850746, 4: 0.21455223880597016, 5: 0.0018656716417910447}, 'edge_length_total': 157803.1410000001, 'edge_length_avg': 106.98518033898311, 'street_length_total': 80127.25299999997, 'street_length_avg': 104.74150718954245, 'street_segments_count': 765, 'node_density_km': 38.18452529319063, 'intersection_density_km': 33.12650048756277, 'edge_density_km': 11241.86199414073, 'street_density_km': 5708.24835606788, 'circuity_avg': 1.081184598521173, 'self_loop_proportion': 0.002711864406779661, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081184598521173\n", - "7790\n", - "4009528.9866075553\n", - "{'n': 247, 'm': 658, 'k_avg': 5.327935222672065, 'intersection_count': 201, 'streets_per_node_avg': 2.817813765182186, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 154, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1862348178137652, 2: 0.0, 3: 0.6234817813765182, 4: 0.1902834008097166}, 'edge_length_total': 55602.76099999992, 'edge_length_avg': 84.5026762917932, 'street_length_total': 28214.623999999985, 'street_length_avg': 84.47492215568857, 'street_segments_count': 334, 'node_density_km': 61.603245873771726, 'intersection_density_km': 50.13057660173327, 'edge_density_km': 13867.654077504292, 'street_density_km': 7036.892386672145, 'circuity_avg': 1.0849101134091208, 'self_loop_proportion': 0.00303951367781155, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0849101134091208\n", - "7791\n", - "8022317.175153854\n", - "{'n': 290, 'm': 779, 'k_avg': 5.372413793103449, 'intersection_count': 225, 'streets_per_node_avg': 2.8137931034482757, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 149, 4: 76}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22413793103448276, 2: 0.0, 3: 0.5137931034482759, 4: 0.2620689655172414}, 'edge_length_total': 114082.96800000014, 'edge_length_avg': 146.44796919127103, 'street_length_total': 57399.763999999945, 'street_length_avg': 145.68468020304553, 'street_segments_count': 394, 'node_density_km': 36.14915661751285, 'intersection_density_km': 28.04675944462204, 'edge_density_km': 14220.700267664524, 'street_density_km': 7155.010547049221, 'circuity_avg': 1.0430219983604563, 'self_loop_proportion': 0.005134788189987163, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430219983604563\n", - "7792\n", - "13036117.255413665\n", - "{'n': 274, 'm': 806, 'k_avg': 5.883211678832117, 'intersection_count': 233, 'streets_per_node_avg': 3.0364963503649633, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 146, 4: 83, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14963503649635038, 2: 0.0, 3: 0.5328467153284672, 4: 0.3029197080291971, 5: 0.010948905109489052, 6: 0.0036496350364963502}, 'edge_length_total': 144525.84200000018, 'edge_length_avg': 179.31245905707218, 'street_length_total': 72586.75600000008, 'street_length_avg': 178.7851133004928, 'street_segments_count': 406, 'node_density_km': 21.018528341804593, 'intersection_density_km': 17.873420086279086, 'edge_density_km': 11086.571190511591, 'street_density_km': 5568.126964327213, 'circuity_avg': 1.0553903746704358, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0553903746704358\n", - "7793\n", - "8022631.027774442\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 171, 'm': 446, 'k_avg': 5.216374269005848, 'intersection_count': 140, 'streets_per_node_avg': 2.7485380116959064, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 121, 4: 19}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18128654970760233, 2: 0.0, 3: 0.7076023391812866, 4: 0.1111111111111111}, 'edge_length_total': 62585.78400000002, 'edge_length_avg': 140.326869955157, 'street_length_total': 31292.891999999996, 'street_length_avg': 140.32686995515692, 'street_segments_count': 223, 'node_density_km': 21.314703294716658, 'intersection_density_km': 17.45063427637621, 'edge_density_km': 7801.154482030559, 'street_density_km': 3900.5772410152777, 'circuity_avg': 1.0544264471593807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0544264471593807\n", - "7794\n", - "5014512.659327837\n", - "{'n': 244, 'm': 678, 'k_avg': 5.557377049180328, 'intersection_count': 207, 'streets_per_node_avg': 2.8442622950819674, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 172, 4: 34, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15163934426229508, 2: 0.0, 3: 0.7049180327868853, 4: 0.13934426229508196, 5: 0.004098360655737705}, 'edge_length_total': 70850.66799999998, 'edge_length_avg': 104.49951032448374, 'street_length_total': 35425.334000000024, 'street_length_avg': 104.49951032448385, 'street_segments_count': 339, 'node_density_km': 48.65876638004273, 'intersection_density_km': 41.28018295356084, 'edge_density_km': 14129.123369188394, 'street_density_km': 7064.561684594204, 'circuity_avg': 1.0910171181491457, 'self_loop_proportion': 0.008849557522123894, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0910171181491457\n", - "7795\n", - "6016011.213937921\n", - "{'n': 149, 'm': 371, 'k_avg': 4.97986577181208, 'intersection_count': 110, 'streets_per_node_avg': 2.5838926174496644, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 94, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26174496644295303, 2: 0.0, 3: 0.6308724832214765, 4: 0.10738255033557047}, 'edge_length_total': 57725.472999999976, 'edge_length_avg': 155.5942668463611, 'street_length_total': 28874.469000000012, 'street_length_avg': 155.23908064516135, 'street_segments_count': 186, 'node_density_km': 24.767241067436203, 'intersection_density_km': 18.284540385355584, 'edge_density_km': 9595.306748475026, 'street_density_km': 4799.60358669271, 'circuity_avg': 1.075524720030025, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.075524720030025\n", - "7796\n", - "12032275.296753787\n", - "{'n': 260, 'm': 682, 'k_avg': 5.246153846153846, 'intersection_count': 196, 'streets_per_node_avg': 2.7153846153846155, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 142, 4: 54}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24615384615384617, 2: 0.0, 3: 0.5461538461538461, 4: 0.2076923076923077}, 'edge_length_total': 120442.66199999994, 'edge_length_avg': 176.60214369501458, 'street_length_total': 60221.331, 'street_length_avg': 176.60214369501466, 'street_segments_count': 341, 'node_density_km': 21.60854814135993, 'intersection_density_km': 16.289520906563638, 'edge_density_km': 10009.96561577131, 'street_density_km': 5004.982807885657, 'circuity_avg': 1.0366597289922965, 'self_loop_proportion': 0.002932551319648094, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0366597289922965\n", - "7797\n", - "9008876.174259737\n", - "{'n': 161, 'm': 490, 'k_avg': 6.086956521739131, 'intersection_count': 147, 'streets_per_node_avg': 3.1180124223602483, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 100, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08695652173913043, 2: 0.0, 3: 0.6211180124223602, 4: 0.2919254658385093}, 'edge_length_total': 87108.0839999999, 'edge_length_avg': 177.7715999999998, 'street_length_total': 43554.04199999997, 'street_length_avg': 177.7715999999999, 'street_segments_count': 245, 'node_density_km': 17.871263505653573, 'intersection_density_km': 16.31724059211848, 'edge_density_km': 9669.13989215282, 'street_density_km': 4834.569946076413, 'circuity_avg': 1.0438601173593225, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0438601173593225\n", - "7798\n", - "7020402.316743331\n", - "{'n': 470, 'm': 1275, 'k_avg': 5.425531914893617, 'intersection_count': 388, 'streets_per_node_avg': 2.8063829787234043, 'streets_per_node_counts': {0: 0, 1: 82, 2: 0, 3: 318, 4: 68, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17446808510638298, 2: 0.0, 3: 0.676595744680851, 4: 0.14468085106382977, 5: 0.002127659574468085, 6: 0.002127659574468085}, 'edge_length_total': 117656.01499999974, 'edge_length_avg': 92.27922745098019, 'street_length_total': 58940.201000000015, 'street_length_avg': 91.95039157566305, 'street_segments_count': 641, 'node_density_km': 66.9477301719692, 'intersection_density_km': 55.26748788664692, 'edge_density_km': 16759.15562835988, 'street_density_km': 8395.558878360916, 'circuity_avg': 1.0862329111745503, 'self_loop_proportion': 0.004705882352941176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0862329111745503\n", - "7799\n", - "19009290.922155783\n", - "{'n': 841, 'm': 2202, 'k_avg': 5.236623067776456, 'intersection_count': 672, 'streets_per_node_avg': 2.7990487514863256, 'streets_per_node_counts': {0: 0, 1: 169, 2: 0, 3: 504, 4: 167, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20095124851367419, 2: 0.0, 3: 0.5992865636147443, 4: 0.1985731272294887, 5: 0.0011890606420927466}, 'edge_length_total': 304644.2959999997, 'edge_length_avg': 138.3489082652133, 'street_length_total': 158309.90699999986, 'street_length_avg': 138.0208430688752, 'street_segments_count': 1147, 'node_density_km': 44.241523970775496, 'intersection_density_km': 35.35113449270052, 'edge_density_km': 16026.073631443533, 'street_density_km': 8328.02799685105, 'circuity_avg': 1.055039618610552, 'self_loop_proportion': 0.004541326067211626, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.055039618610552\n", - "7800\n", - "11028781.220920641\n", - "{'n': 325, 'm': 810, 'k_avg': 4.984615384615385, 'intersection_count': 240, 'streets_per_node_avg': 2.5723076923076924, 'streets_per_node_counts': {0: 0, 1: 85, 2: 0, 3: 211, 4: 27, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.26153846153846155, 2: 0.0, 3: 0.6492307692307693, 4: 0.08307692307692308, 5: 0.006153846153846154}, 'edge_length_total': 136444.20799999996, 'edge_length_avg': 168.4496395061728, 'street_length_total': 68222.10399999999, 'street_length_avg': 168.44963950617282, 'street_segments_count': 405, 'node_density_km': 29.468351351779763, 'intersection_density_km': 21.761244075160437, 'edge_density_km': 12371.648803874823, 'street_density_km': 6185.824401937413, 'circuity_avg': 1.0716964499353883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0716964499353883\n", - "7801\n", - "6017988.335588692\n", - "{'n': 235, 'm': 602, 'k_avg': 5.123404255319149, 'intersection_count': 189, 'streets_per_node_avg': 2.697872340425532, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 168, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19574468085106383, 2: 0.0, 3: 0.7148936170212766, 4: 0.08936170212765958}, 'edge_length_total': 85269.86000000002, 'edge_length_avg': 141.64428571428573, 'street_length_total': 42769.63900000001, 'street_length_avg': 140.22832459016396, 'street_segments_count': 305, 'node_density_km': 39.04959380035286, 'intersection_density_km': 31.405843524539108, 'edge_density_km': 14169.163388991306, 'street_density_km': 7106.966084841405, 'circuity_avg': 1.0912474823581773, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0912474823581773\n", - "7802\n", - "10004544.477661246\n", - "{'n': 315, 'm': 870, 'k_avg': 5.523809523809524, 'intersection_count': 269, 'streets_per_node_avg': 2.8444444444444446, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 227, 4: 41, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14603174603174604, 2: 0.0, 3: 0.7206349206349206, 4: 0.13015873015873017, 5: 0.0031746031746031746}, 'edge_length_total': 126515.97200000007, 'edge_length_avg': 145.42065747126443, 'street_length_total': 63257.986, 'street_length_avg': 145.42065747126435, 'street_segments_count': 435, 'node_density_km': 31.485691397879343, 'intersection_density_km': 26.887780908030297, 'edge_density_km': 12645.850321570622, 'street_density_km': 6322.9251607853075, 'circuity_avg': 1.0506616076145434, 'self_loop_proportion': 0.0022988505747126436, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0506616076145434\n", - "7803\n", - "22012108.816053428\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 68, 'm': 186, 'k_avg': 5.470588235294118, 'intersection_count': 61, 'streets_per_node_avg': 3.0294117647058822, 'streets_per_node_counts': {0: 0, 1: 7, 2: 0, 3: 45, 4: 16}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10294117647058823, 2: 0.0, 3: 0.6617647058823529, 4: 0.23529411764705882}, 'edge_length_total': 38808.92599999999, 'edge_length_avg': 208.6501397849462, 'street_length_total': 19404.462999999996, 'street_length_avg': 208.6501397849462, 'street_segments_count': 93, 'node_density_km': 3.0892087881379005, 'intersection_density_km': 2.771202001123705, 'edge_density_km': 1763.071694961668, 'street_density_km': 881.535847480834, 'circuity_avg': 1.1612865883701189, 'self_loop_proportion': 0.010752688172043012, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1612865883701189\n", - "7804\n", - "14007217.82543069\n", - "{'n': 1353, 'm': 3661, 'k_avg': 5.411677753141168, 'intersection_count': 1101, 'streets_per_node_avg': 2.8758314855875833, 'streets_per_node_counts': {0: 0, 1: 252, 2: 0, 3: 776, 4: 315, 5: 9, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18625277161862527, 2: 0.0, 3: 0.573540280857354, 4: 0.2328159645232816, 5: 0.0066518847006651885, 6: 0.0007390983000739098}, 'edge_length_total': 275664.0250000009, 'edge_length_avg': 75.29746653919719, 'street_length_total': 143233.67999999996, 'street_length_avg': 74.99145549738218, 'street_segments_count': 1910, 'node_density_km': 96.59305772653667, 'intersection_density_km': 78.60233300585135, 'edge_density_km': 19680.141226869575, 'street_density_km': 10225.705188931468, 'circuity_avg': 1.1009651030272383, 'self_loop_proportion': 0.0027314941272876263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1009651030272383\n", - "7805\n", - "46008055.41673552\n", - "{'n': 2674, 'm': 7191, 'k_avg': 5.378459237097981, 'intersection_count': 2222, 'streets_per_node_avg': 2.8335826477187736, 'streets_per_node_counts': {0: 0, 1: 452, 2: 2, 3: 1773, 4: 434, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16903515332834704, 2: 0.0007479431563201197, 3: 0.6630516080777861, 4: 0.16230366492146597, 5: 0.004487658937920718, 6: 0.00037397157816005983}, 'edge_length_total': 799366.6909999998, 'edge_length_avg': 111.16210415797521, 'street_length_total': 413464.19699999964, 'street_length_avg': 111.17617558483454, 'street_segments_count': 3719, 'node_density_km': 58.12025689369447, 'intersection_density_km': 48.29589035818591, 'edge_density_km': 17374.49417845268, 'street_density_km': 8986.778364242737, 'circuity_avg': 1.041249286041728, 'self_loop_proportion': 0.001807815324711445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.041249286041728\n", - "7806\n", - "6006441.75382951\n", - "{'n': 128, 'm': 408, 'k_avg': 6.375, 'intersection_count': 114, 'streets_per_node_avg': 3.25, 'streets_per_node_counts': {0: 0, 1: 14, 2: 0, 3: 54, 4: 60}, 'streets_per_node_proportion': {0: 0.0, 1: 0.109375, 2: 0.0, 3: 0.421875, 4: 0.46875}, 'edge_length_total': 77024.83200000007, 'edge_length_avg': 188.78635294117663, 'street_length_total': 38512.416, 'street_length_avg': 188.78635294117646, 'street_segments_count': 204, 'node_density_km': 21.310453883681035, 'intersection_density_km': 18.979622990153423, 'edge_density_km': 12823.704142455317, 'street_density_km': 6411.852071227653, 'circuity_avg': 1.0526801421319527, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0526801421319527\n", - "7807\n", - "9012188.290383024\n", - "{'n': 171, 'm': 480, 'k_avg': 5.614035087719298, 'intersection_count': 156, 'streets_per_node_avg': 2.9766081871345027, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 132, 4: 22, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08771929824561403, 2: 0.0, 3: 0.7719298245614035, 4: 0.1286549707602339, 5: 0.011695906432748537}, 'edge_length_total': 84081.94600000008, 'edge_length_avg': 175.17072083333352, 'street_length_total': 42040.97300000002, 'street_length_avg': 175.1707208333334, 'street_segments_count': 240, 'node_density_km': 18.97430396371938, 'intersection_density_km': 17.30989133532294, 'edge_density_km': 9329.803516169826, 'street_density_km': 4664.901758084911, 'circuity_avg': 1.0549734358377951, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0549734358377951\n", - "7808\n", - "5004380.176817447\n", - "{'n': 127, 'm': 372, 'k_avg': 5.858267716535433, 'intersection_count': 108, 'streets_per_node_avg': 3.0393700787401574, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 65, 4: 43}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14960629921259844, 2: 0.0, 3: 0.5118110236220472, 4: 0.33858267716535434}, 'edge_length_total': 57053.82199999999, 'edge_length_avg': 153.3704892473118, 'street_length_total': 28526.911000000022, 'street_length_avg': 153.37048924731195, 'street_segments_count': 186, 'node_density_km': 25.37776817762996, 'intersection_density_km': 21.581094198299493, 'edge_density_km': 11400.77691625011, 'street_density_km': 5700.3884581250595, 'circuity_avg': 1.0402519553720389, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402519553720389\n", - "7809\n", - "10005318.901423836\n", - "{'n': 7, 'm': 14, 'k_avg': 4.0, 'intersection_count': 6, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 1, 2: 0, 3: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14285714285714285, 2: 0.0, 3: 0.8571428571428571}, 'edge_length_total': 6208.557999999999, 'edge_length_avg': 443.4684285714285, 'street_length_total': 3104.2790000000005, 'street_length_avg': 443.46842857142866, 'street_segments_count': 7, 'node_density_km': 0.6996278748300411, 'intersection_density_km': 0.5996810355686066, 'edge_density_km': 620.5257484712928, 'street_density_km': 310.2628742356465, 'circuity_avg': 1.0432988609960165, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0432988609960165\n", - "7810\n", - "6001361.271579262\n", - "{'n': 209, 'm': 590, 'k_avg': 5.645933014354067, 'intersection_count': 186, 'streets_per_node_avg': 2.9617224880382773, 'streets_per_node_counts': {0: 0, 1: 23, 2: 0, 3: 150, 4: 35, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11004784688995216, 2: 0.0, 3: 0.7177033492822966, 4: 0.1674641148325359, 5: 0.0, 6: 0.004784688995215311}, 'edge_length_total': 76596.55200000001, 'edge_length_avg': 129.82466440677968, 'street_length_total': 38298.27599999999, 'street_length_avg': 129.82466440677962, 'street_segments_count': 295, 'node_density_km': 34.82543218815446, 'intersection_density_km': 30.992968358836027, 'edge_density_km': 12763.196303935154, 'street_density_km': 6381.598151967575, 'circuity_avg': 1.0690225409214582, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0690225409214582\n", - "7811\n", - "27002084.580561444\n", - "{'n': 970, 'm': 2707, 'k_avg': 5.581443298969072, 'intersection_count': 847, 'streets_per_node_avg': 2.9319587628865977, 'streets_per_node_counts': {0: 0, 1: 123, 2: 0, 3: 668, 4: 178, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1268041237113402, 2: 0.0, 3: 0.688659793814433, 4: 0.18350515463917524, 5: 0.0010309278350515464}, 'edge_length_total': 370451.8600000002, 'edge_length_avg': 136.8495973402291, 'street_length_total': 187922.41400000008, 'street_length_avg': 136.27441189267591, 'street_segments_count': 1379, 'node_density_km': 35.923152418324555, 'intersection_density_km': 31.36794855497, 'edge_density_km': 13719.380031373028, 'street_density_km': 6959.552083444836, 'circuity_avg': 1.0402773823609361, 'self_loop_proportion': 0.0007388252678241596, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402773823609361\n", - "7812\n", - "9004949.8178258\n", - "{'n': 265, 'm': 760, 'k_avg': 5.735849056603773, 'intersection_count': 243, 'streets_per_node_avg': 2.9962264150943394, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 202, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0830188679245283, 2: 0.0, 3: 0.7622641509433963, 4: 0.1471698113207547, 5: 0.007547169811320755}, 'edge_length_total': 95904.91400000006, 'edge_length_avg': 126.19067631578956, 'street_length_total': 47952.456999999995, 'street_length_avg': 126.19067631578946, 'street_segments_count': 380, 'node_density_km': 29.42825949739528, 'intersection_density_km': 26.985158708932275, 'edge_density_km': 10650.244136858037, 'street_density_km': 5325.122068429014, 'circuity_avg': 1.0343779913818456, 'self_loop_proportion': 0.002631578947368421, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0343779913818456\n", - "7813\n", - "10006422.575342808\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 335, 'm': 913, 'k_avg': 5.450746268656716, 'intersection_count': 279, 'streets_per_node_avg': 2.8865671641791044, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 205, 4: 74}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16716417910447762, 2: 0.0, 3: 0.6119402985074627, 4: 0.2208955223880597}, 'edge_length_total': 138638.16900000002, 'edge_length_avg': 151.8490350492881, 'street_length_total': 70574.84300000002, 'street_length_avg': 152.10095474137935, 'street_segments_count': 464, 'node_density_km': 33.478498182306005, 'intersection_density_km': 27.882092516010076, 'edge_density_km': 13854.918474223085, 'street_density_km': 7052.954486841888, 'circuity_avg': 1.034142409007402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034142409007402\n", - "7814\n", - "6001924.911636221\n", - "{'n': 230, 'm': 622, 'k_avg': 5.408695652173913, 'intersection_count': 202, 'streets_per_node_avg': 2.865217391304348, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 177, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12173913043478261, 2: 0.0, 3: 0.7695652173913043, 4: 0.10869565217391304}, 'edge_length_total': 88479.95599999987, 'edge_length_avg': 142.25073311897086, 'street_length_total': 44239.97799999999, 'street_length_avg': 142.25073311897103, 'street_segments_count': 311, 'node_density_km': 38.321039230945374, 'intersection_density_km': 33.6558692376129, 'edge_density_km': 14741.929847949199, 'street_density_km': 7370.964923974609, 'circuity_avg': 1.0367447541703103, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367447541703103\n", - "7815\n", - "36014666.67181986\n", - "{'n': 1687, 'm': 4477, 'k_avg': 5.3076467101363365, 'intersection_count': 1422, 'streets_per_node_avg': 2.796087729697688, 'streets_per_node_counts': {0: 0, 1: 265, 2: 0, 3: 1240, 4: 178, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15708358032009484, 2: 0.0, 3: 0.7350326022525193, 4: 0.1055127445168939, 5: 0.0023710729104919974}, 'edge_length_total': 553126.4800000006, 'edge_length_avg': 123.5484654902838, 'street_length_total': 281767.7949999998, 'street_length_avg': 121.24259681583469, 'street_segments_count': 2324, 'node_density_km': 46.84202731549963, 'intersection_density_km': 39.483913955329264, 'edge_density_km': 15358.367329630222, 'street_density_km': 7823.695761717896, 'circuity_avg': 1.0830923716531964, 'self_loop_proportion': 0.00625418807236989, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0830923716531964\n", - "7816\n", - "12001849.933005638\n", - "{'n': 306, 'm': 902, 'k_avg': 5.895424836601308, 'intersection_count': 265, 'streets_per_node_avg': 3.065359477124183, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 168, 4: 92, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13398692810457516, 2: 0.0, 3: 0.5490196078431373, 4: 0.3006535947712418, 5: 0.016339869281045753}, 'edge_length_total': 111890.64199999996, 'edge_length_avg': 124.04727494456759, 'street_length_total': 56540.80600000002, 'street_length_avg': 123.72167614879653, 'street_segments_count': 457, 'node_density_km': 25.49606949829342, 'intersection_density_km': 22.07992946747633, 'edge_density_km': 9322.782956342051, 'street_density_km': 4711.007579299105, 'circuity_avg': 1.0430466224718937, 'self_loop_proportion': 0.0066518847006651885, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0430466224718937\n", - "7817\n", - "10003056.22013146\n", - "{'n': 257, 'm': 678, 'k_avg': 5.276264591439689, 'intersection_count': 211, 'streets_per_node_avg': 2.821011673151751, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 166, 4: 44, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17898832684824903, 2: 0.0, 3: 0.6459143968871596, 4: 0.17120622568093385, 5: 0.0038910505836575876}, 'edge_length_total': 97334.42200000008, 'edge_length_avg': 143.56109439528035, 'street_length_total': 48912.70100000001, 'street_length_avg': 140.95879250720463, 'street_segments_count': 347, 'node_density_km': 25.692147914032468, 'intersection_density_km': 21.093553345762064, 'edge_density_km': 9730.4683546726, 'street_density_km': 4889.7756769137895, 'circuity_avg': 1.0681086258361316, 'self_loop_proportion': 0.0029498525073746312, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0681086258361316\n", - "7818\n", - "6003144.33812684\n", - "{'n': 134, 'm': 373, 'k_avg': 5.567164179104478, 'intersection_count': 121, 'streets_per_node_avg': 3.0597014925373136, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 89, 4: 30, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09701492537313433, 2: 0.0, 3: 0.664179104477612, 4: 0.22388059701492538, 5: 0.014925373134328358}, 'edge_length_total': 53374.88899999997, 'edge_length_avg': 143.09621715817684, 'street_length_total': 28270.858000000007, 'street_length_avg': 140.65103482587068, 'street_segments_count': 201, 'node_density_km': 22.321635538387202, 'intersection_density_km': 20.156103732424267, 'edge_density_km': 8891.155366864712, 'street_density_km': 4709.341706220137, 'circuity_avg': 1.0348580313143707, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0348580313143707\n", - "7819\n", - "6002269.4388523465\n", - "{'n': 93, 'm': 264, 'k_avg': 5.67741935483871, 'intersection_count': 80, 'streets_per_node_avg': 3.075268817204301, 'streets_per_node_counts': {0: 0, 1: 13, 2: 0, 3: 47, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13978494623655913, 2: 0.0, 3: 0.5053763440860215, 4: 0.3548387096774194}, 'edge_length_total': 52710.63000000003, 'edge_length_avg': 199.66147727272738, 'street_length_total': 26964.948000000004, 'street_length_avg': 199.7403555555556, 'street_segments_count': 135, 'node_density_km': 15.494139499639306, 'intersection_density_km': 13.328292042700479, 'edge_density_km': 8781.783379934119, 'street_density_km': 4492.4587732529035, 'circuity_avg': 1.0289747382716588, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0289747382716588\n", - "7820\n", - "23037118.935868222\n", - "{'n': 615, 'm': 1643, 'k_avg': 5.343089430894309, 'intersection_count': 491, 'streets_per_node_avg': 2.734959349593496, 'streets_per_node_counts': {0: 0, 1: 124, 2: 0, 3: 407, 4: 83, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2016260162601626, 2: 0.0, 3: 0.6617886178861788, 4: 0.13495934959349593, 5: 0.0016260162601626016}, 'edge_length_total': 236381.90000000002, 'edge_length_avg': 143.87212416311627, 'street_length_total': 118336.659, 'street_length_avg': 143.78694896719318, 'street_segments_count': 823, 'node_density_km': 26.696046572145804, 'intersection_density_km': 21.313429051908276, 'edge_density_km': 10260.914164572865, 'street_density_km': 5136.782048546564, 'circuity_avg': 1.0753414541194866, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0753414541194866\n", - "7821\n", - "13021047.450140042\n", - "{'n': 192, 'm': 495, 'k_avg': 5.15625, 'intersection_count': 154, 'streets_per_node_avg': 2.6927083333333335, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 137, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19791666666666666, 2: 0.0, 3: 0.7135416666666666, 4: 0.08854166666666667}, 'edge_length_total': 69238.26400000002, 'edge_length_avg': 139.87528080808084, 'street_length_total': 34834.52799999999, 'street_length_avg': 138.78298007968124, 'street_segments_count': 251, 'node_density_km': 14.745357524823016, 'intersection_density_km': 11.827005514701794, 'edge_density_km': 5317.411234781682, 'street_density_km': 2675.2477581690514, 'circuity_avg': 1.0673739027409235, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673739027409235\n", - "7822\n", - "105159574.97364423\n", - "error with entry 7822\n", - "7823\n", - "7009686.867714632\n", - "{'n': 148, 'm': 391, 'k_avg': 5.283783783783784, 'intersection_count': 124, 'streets_per_node_avg': 2.7905405405405403, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 107, 4: 17}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16216216216216217, 2: 0.0, 3: 0.722972972972973, 4: 0.11486486486486487}, 'edge_length_total': 70400.11899999993, 'edge_length_avg': 180.05145524296657, 'street_length_total': 35227.37, 'street_length_avg': 179.73147959183675, 'street_segments_count': 196, 'node_density_km': 21.113639281329615, 'intersection_density_km': 17.689805884357245, 'edge_density_km': 10043.261607626202, 'street_density_km': 5025.526912229274, 'circuity_avg': 1.0533215699314131, 'self_loop_proportion': 0.005115089514066497, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0533215699314131\n", - "7824\n", - "14022684.603075638\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 337, 'm': 852, 'k_avg': 5.056379821958457, 'intersection_count': 260, 'streets_per_node_avg': 2.6142433234421363, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 236, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.228486646884273, 2: 0.0, 3: 0.7002967359050445, 4: 0.0712166172106825}, 'edge_length_total': 143311.16999999975, 'edge_length_avg': 168.205598591549, 'street_length_total': 71655.58500000002, 'street_length_avg': 168.20559859154935, 'street_segments_count': 426, 'node_density_km': 24.03248803913658, 'intersection_density_km': 18.541385430787866, 'edge_density_km': 10219.952459642918, 'street_density_km': 5109.976229821469, 'circuity_avg': 1.0641823192924713, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0641823192924713\n", - "7825\n", - "16013098.863339474\n", - "{'n': 391, 'm': 1049, 'k_avg': 5.365728900255754, 'intersection_count': 311, 'streets_per_node_avg': 2.764705882352941, 'streets_per_node_counts': {0: 0, 1: 80, 2: 0, 3: 243, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20460358056265984, 2: 0.0, 3: 0.6214833759590793, 4: 0.17391304347826086}, 'edge_length_total': 165417.29899999997, 'edge_length_avg': 157.69046615824593, 'street_length_total': 82787.39299999998, 'street_length_avg': 157.69027238095234, 'street_segments_count': 525, 'node_density_km': 24.41750989842189, 'intersection_density_km': 19.421599944780585, 'edge_density_km': 10330.124132232002, 'street_density_km': 5169.979509058933, 'circuity_avg': 1.0478405180759567, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0478405180759567\n", - "7826\n", - "12017428.623603996\n", - "{'n': 314, 'm': 902, 'k_avg': 5.745222929936306, 'intersection_count': 277, 'streets_per_node_avg': 2.9808917197452227, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 213, 4: 62, 5: 1, 6: 0, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1178343949044586, 2: 0.0, 3: 0.678343949044586, 4: 0.19745222929936307, 5: 0.0031847133757961785, 6: 0.0, 7: 0.0031847133757961785}, 'edge_length_total': 128526.35800000007, 'edge_length_avg': 142.4904190687362, 'street_length_total': 64263.17900000001, 'street_length_avg': 142.49041906873617, 'street_segments_count': 451, 'node_density_km': 26.12871770116095, 'intersection_density_km': 23.049856061215234, 'edge_density_km': 10694.996577517042, 'street_density_km': 5347.498288758519, 'circuity_avg': 1.0624686620707193, 'self_loop_proportion': 0.0022172949002217295, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0624686620707193\n", - "7827\n", - "6005468.182728513\n", - "{'n': 148, 'm': 413, 'k_avg': 5.581081081081081, 'intersection_count': 127, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 86, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14189189189189189, 2: 0.0, 3: 0.581081081081081, 4: 0.2702702702702703, 5: 0.006756756756756757}, 'edge_length_total': 64739.201, 'edge_length_avg': 156.75351331719128, 'street_length_total': 32933.432, 'street_length_avg': 157.57622966507176, 'street_segments_count': 209, 'node_density_km': 24.64420682897665, 'intersection_density_km': 21.14739369783807, 'edge_density_km': 10780.042293153323, 'street_density_km': 5483.907498621879, 'circuity_avg': 1.0309838914258842, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309838914258842\n", - "7828\n", - "11011443.300855437\n", - "{'n': 271, 'm': 780, 'k_avg': 5.756457564575646, 'intersection_count': 238, 'streets_per_node_avg': 2.9483394833948338, 'streets_per_node_counts': {0: 0, 1: 33, 2: 0, 3: 186, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12177121771217712, 2: 0.0, 3: 0.6863468634686347, 4: 0.1918819188191882}, 'edge_length_total': 118048.26799999991, 'edge_length_avg': 151.3439333333332, 'street_length_total': 59024.13399999993, 'street_length_avg': 151.34393333333315, 'street_segments_count': 390, 'node_density_km': 24.610761059719305, 'intersection_density_km': 21.613878716653858, 'edge_density_km': 10720.508181777515, 'street_density_km': 5360.254090888755, 'circuity_avg': 1.043343240541362, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.043343240541362\n", - "7829\n", - "6004969.475365218\n", - "{'n': 202, 'm': 556, 'k_avg': 5.5049504950495045, 'intersection_count': 171, 'streets_per_node_avg': 2.871287128712871, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 137, 4: 32, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15346534653465346, 2: 0.0, 3: 0.6782178217821783, 4: 0.15841584158415842, 5: 0.009900990099009901}, 'edge_length_total': 79734.61200000001, 'edge_length_avg': 143.40757553956837, 'street_length_total': 39867.30599999997, 'street_length_avg': 143.40757553956823, 'street_segments_count': 278, 'node_density_km': 33.63880546415509, 'intersection_density_km': 28.476414526586733, 'edge_density_km': 13278.104464494487, 'street_density_km': 6639.052232247237, 'circuity_avg': 1.0349079417588403, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0349079417588403\n", - "7830\n", - "9009910.884784438\n", - "{'n': 337, 'm': 948, 'k_avg': 5.626112759643917, 'intersection_count': 294, 'streets_per_node_avg': 2.9881305637982196, 'streets_per_node_counts': {0: 0, 1: 43, 2: 0, 3: 212, 4: 82}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12759643916913946, 2: 0.0, 3: 0.629080118694362, 4: 0.2433234421364985}, 'edge_length_total': 154625.38199999975, 'edge_length_avg': 163.10694303797442, 'street_length_total': 77312.69100000004, 'street_length_avg': 163.10694303797476, 'street_segments_count': 474, 'node_density_km': 37.40325562699089, 'intersection_density_km': 32.63073339565378, 'edge_density_km': 17161.69937497658, 'street_density_km': 8580.849687488308, 'circuity_avg': 1.0231332610605077, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0231332610605077\n", - "7831\n", - "11008935.805985\n", - "{'n': 275, 'm': 772, 'k_avg': 5.614545454545454, 'intersection_count': 241, 'streets_per_node_avg': 2.9272727272727272, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 194, 4: 46, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12363636363636364, 2: 0.0, 3: 0.7054545454545454, 4: 0.16727272727272727, 5: 0.0036363636363636364}, 'edge_length_total': 119724.94100000005, 'edge_length_avg': 155.0841204663213, 'street_length_total': 60221.215999999986, 'street_length_avg': 153.62555102040812, 'street_segments_count': 392, 'node_density_km': 24.979707834293706, 'intersection_density_km': 21.891307592962846, 'edge_density_km': 10875.251078756555, 'street_density_km': 5470.21229493052, 'circuity_avg': 1.0532428583161948, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0532428583161948\n", - "7832\n", - "9002255.562138919\n", - "{'n': 389, 'm': 1125, 'k_avg': 5.784061696658098, 'intersection_count': 336, 'streets_per_node_avg': 2.994858611825193, 'streets_per_node_counts': {0: 0, 1: 53, 2: 2, 3: 228, 4: 106}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13624678663239073, 2: 0.005141388174807198, 3: 0.5861182519280206, 4: 0.27249357326478146}, 'edge_length_total': 145275.56200000027, 'edge_length_avg': 129.13383288888912, 'street_length_total': 72898.52400000003, 'street_length_avg': 129.25270212765963, 'street_segments_count': 564, 'node_density_km': 43.21139266874738, 'intersection_density_km': 37.323979271720106, 'edge_density_km': 16137.684716593747, 'street_density_km': 8097.806543794618, 'circuity_avg': 1.0368248206898427, 'self_loop_proportion': 0.0017777777777777779, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0368248206898427\n", - "7833\n", - "18013073.10479633\n", - "{'n': 490, 'm': 1377, 'k_avg': 5.6204081632653065, 'intersection_count': 435, 'streets_per_node_avg': 2.9285714285714284, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 360, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11224489795918367, 2: 0.0, 3: 0.7346938775510204, 4: 0.15306122448979592}, 'edge_length_total': 181495.55699999988, 'edge_length_avg': 131.80505228758162, 'street_length_total': 91302.38499999998, 'street_length_avg': 131.55963256484148, 'street_segments_count': 694, 'node_density_km': 27.20246551764274, 'intersection_density_km': 24.14912755137672, 'edge_density_km': 10075.768634485426, 'street_density_km': 5068.673427838859, 'circuity_avg': 1.0529301478348854, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0529301478348854\n", - "7834\n", - "9006676.638749093\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 248, 'm': 640, 'k_avg': 5.161290322580645, 'intersection_count': 206, 'streets_per_node_avg': 2.75, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 185, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1693548387096774, 2: 0.0, 3: 0.7459677419354839, 4: 0.08064516129032258, 5: 0.004032258064516129}, 'edge_length_total': 77193.47700000006, 'edge_length_avg': 120.61480781250009, 'street_length_total': 38821.390000000036, 'street_length_avg': 119.08401840490808, 'street_segments_count': 326, 'node_density_km': 27.53512865478469, 'intersection_density_km': 22.87192138260341, 'edge_density_km': 8570.69484074663, 'street_density_km': 4310.290194385374, 'circuity_avg': 1.0612442045622572, 'self_loop_proportion': 0.003125, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612442045622572\n", - "7835\n", - "11010267.28864997\n", - "{'n': 357, 'm': 904, 'k_avg': 5.064425770308123, 'intersection_count': 270, 'streets_per_node_avg': 2.5798319327731094, 'streets_per_node_counts': {0: 0, 1: 87, 2: 0, 3: 246, 4: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24369747899159663, 2: 0.0, 3: 0.6890756302521008, 4: 0.06722689075630252}, 'edge_length_total': 116922.22999999994, 'edge_length_avg': 129.33874999999992, 'street_length_total': 58461.11499999997, 'street_length_avg': 129.33874999999992, 'street_segments_count': 452, 'node_density_km': 32.42428095892064, 'intersection_density_km': 24.522565431116448, 'edge_density_km': 10619.38161306313, 'street_density_km': 5309.690806531565, 'circuity_avg': 1.0653151844884428, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0653151844884428\n", - "7836\n", - "13016919.7850667\n", - "{'n': 484, 'm': 1322, 'k_avg': 5.462809917355372, 'intersection_count': 413, 'streets_per_node_avg': 2.8636363636363638, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 339, 4: 72, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14669421487603307, 2: 0.0, 3: 0.7004132231404959, 4: 0.1487603305785124, 5: 0.004132231404958678}, 'edge_length_total': 188334.9719999999, 'edge_length_avg': 142.46215733736756, 'street_length_total': 94277.658, 'street_length_avg': 142.19857918552034, 'street_segments_count': 663, 'node_density_km': 37.18237555364331, 'intersection_density_km': 31.7279361645758, 'edge_density_km': 14468.474501629946, 'street_density_km': 7242.70100428501, 'circuity_avg': 1.0498910591957045, 'self_loop_proportion': 0.0015128593040847202, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0498910591957045\n", - "7837\n", - "22023399.103347912\n", - "{'n': 1278, 'm': 3499, 'k_avg': 5.475743348982785, 'intersection_count': 1068, 'streets_per_node_avg': 2.81924882629108, 'streets_per_node_counts': {0: 0, 1: 210, 2: 0, 3: 879, 4: 189}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1643192488262911, 2: 0.0, 3: 0.687793427230047, 4: 0.14788732394366197}, 'edge_length_total': 383854.58899999916, 'edge_length_avg': 109.70408373821068, 'street_length_total': 194068.5770000001, 'street_length_avg': 109.08857616638566, 'street_segments_count': 1779, 'node_density_km': 58.02918949989529, 'intersection_density_km': 48.493876671273995, 'edge_density_km': 17429.39803246117, 'street_density_km': 8811.926628097048, 'circuity_avg': 1.0548369133470217, 'self_loop_proportion': 0.002286367533581023, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0548369133470217\n", - "7838\n", - "9014944.365557823\n", - "{'n': 147, 'm': 370, 'k_avg': 5.034013605442177, 'intersection_count': 122, 'streets_per_node_avg': 2.7551020408163267, 'streets_per_node_counts': {0: 0, 1: 25, 2: 0, 3: 108, 4: 14}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17006802721088435, 2: 0.0, 3: 0.7346938775510204, 4: 0.09523809523809523}, 'edge_length_total': 76223.08999999995, 'edge_length_avg': 206.00835135135122, 'street_length_total': 38111.544999999984, 'street_length_avg': 206.00835135135125, 'street_segments_count': 185, 'node_density_km': 16.306257037106406, 'intersection_density_km': 13.533084071612118, 'edge_density_km': 8455.19250137751, 'street_density_km': 4227.596250688756, 'circuity_avg': 1.054585851806079, 'self_loop_proportion': 0.005405405405405406, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.054585851806079\n", - "7839\n", - "10008005.579684231\n", - "{'n': 297, 'm': 832, 'k_avg': 5.602693602693603, 'intersection_count': 255, 'streets_per_node_avg': 2.9393939393939394, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 190, 4: 64, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1414141414141414, 2: 0.0, 3: 0.6397306397306397, 4: 0.21548821548821548, 5: 0.003367003367003367}, 'edge_length_total': 132214.92800000013, 'edge_length_avg': 158.91217307692324, 'street_length_total': 66107.46399999992, 'street_length_avg': 158.9121730769229, 'street_segments_count': 416, 'node_density_km': 29.676242447635687, 'intersection_density_km': 25.47960210150539, 'edge_density_km': 13210.91669536936, 'street_density_km': 6605.458347684666, 'circuity_avg': 1.0461524661352355, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0461524661352355\n", - "7840\n", - "13020344.382630982\n", - "{'n': 268, 'm': 726, 'k_avg': 5.417910447761194, 'intersection_count': 231, 'streets_per_node_avg': 2.8507462686567164, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 197, 4: 34}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13805970149253732, 2: 0.0, 3: 0.7350746268656716, 4: 0.12686567164179105}, 'edge_length_total': 137112.03000000023, 'edge_length_avg': 188.85954545454578, 'street_length_total': 68556.01500000004, 'street_length_avg': 188.85954545454558, 'street_segments_count': 363, 'node_density_km': 20.583172927246803, 'intersection_density_km': 17.741466217141834, 'edge_density_km': 10530.599342894986, 'street_density_km': 5265.2996714474875, 'circuity_avg': 1.066806414882052, 'self_loop_proportion': 0.0027548209366391185, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.066806414882052\n", - "7841\n", - "8014207.951866084\n", - "{'n': 212, 'm': 538, 'k_avg': 5.0754716981132075, 'intersection_count': 170, 'streets_per_node_avg': 2.707547169811321, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 149, 4: 20, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19811320754716982, 2: 0.0, 3: 0.7028301886792453, 4: 0.09433962264150944, 5: 0.0047169811320754715}, 'edge_length_total': 85688.98200000002, 'edge_length_avg': 159.27320074349447, 'street_length_total': 42844.49099999998, 'street_length_avg': 159.27320074349436, 'street_segments_count': 269, 'node_density_km': 26.453019596357798, 'intersection_density_km': 21.212327034815214, 'edge_density_km': 10692.133585084675, 'street_density_km': 5346.066792542334, 'circuity_avg': 1.0661092005494914, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0661092005494914\n", - "7842\n", - "17016145.770216316\n", - "{'n': 286, 'm': 781, 'k_avg': 5.461538461538462, 'intersection_count': 245, 'streets_per_node_avg': 2.8776223776223775, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 198, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14335664335664336, 2: 0.0, 3: 0.6923076923076923, 4: 0.16433566433566432}, 'edge_length_total': 129222.77000000003, 'edge_length_avg': 165.4580921895007, 'street_length_total': 65348.610999999975, 'street_length_avg': 163.78097994987462, 'street_segments_count': 399, 'node_density_km': 16.80756640558353, 'intersection_density_km': 14.39809010268519, 'edge_density_km': 7594.126880728838, 'street_density_km': 3840.3885276054048, 'circuity_avg': 1.0510803277842864, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0510803277842864\n", - "7843\n", - "9002079.24791911\n", - "{'n': 344, 'm': 1010, 'k_avg': 5.872093023255814, 'intersection_count': 316, 'streets_per_node_avg': 3.008720930232558, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 257, 4: 59}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08139534883720931, 2: 0.0, 3: 0.747093023255814, 4: 0.17151162790697674}, 'edge_length_total': 129844.76600000002, 'edge_length_avg': 128.55917425742575, 'street_length_total': 64922.38300000002, 'street_length_avg': 128.55917425742578, 'street_segments_count': 505, 'node_density_km': 38.21339387558911, 'intersection_density_km': 35.10300135083186, 'edge_density_km': 14423.86391233053, 'street_density_km': 7211.9319561652665, 'circuity_avg': 1.032498114038601, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.032498114038601\n", - "7844\n", - "64995986.388028994\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 2701, 'm': 7847, 'k_avg': 5.810440577563865, 'intersection_count': 2369, 'streets_per_node_avg': 2.959274342835987, 'streets_per_node_counts': {0: 0, 1: 332, 2: 0, 3: 1819, 4: 546, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12291743798593113, 2: 0.0, 3: 0.6734542761940022, 4: 0.20214735283228433, 5: 0.001480932987782303}, 'edge_length_total': 982338.1599999969, 'edge_length_avg': 125.18646106792364, 'street_length_total': 495057.9959999998, 'street_length_avg': 125.23602226157344, 'street_segments_count': 3953, 'node_density_km': 41.55641217405191, 'intersection_density_km': 36.448404457730085, 'edge_density_km': 15113.828016016148, 'street_density_km': 7616.747179502455, 'circuity_avg': 1.0402104387718591, 'self_loop_proportion': 0.0012743723716069836, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402104387718591\n", - "7845\n", - "9000085.623324703\n", - "{'n': 455, 'm': 1217, 'k_avg': 5.349450549450549, 'intersection_count': 391, 'streets_per_node_avg': 2.879120879120879, 'streets_per_node_counts': {0: 0, 1: 64, 2: 0, 3: 324, 4: 63, 5: 2, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14065934065934066, 2: 0.0, 3: 0.7120879120879121, 4: 0.13846153846153847, 5: 0.004395604395604396, 6: 0.004395604395604396}, 'edge_length_total': 149540.05300000016, 'edge_length_avg': 122.87596795398534, 'street_length_total': 76754.48699999996, 'street_length_avg': 121.25511374407577, 'street_segments_count': 633, 'node_density_km': 50.55507458960366, 'intersection_density_km': 43.44403113084623, 'edge_density_km': 16615.403370435808, 'street_density_km': 8528.19519861926, 'circuity_avg': 1.0442612286007202, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0442612286007202\n", - "7846\n", - "34000262.20806339\n", - "{'n': 1297, 'm': 3699, 'k_avg': 5.703932151117964, 'intersection_count': 1126, 'streets_per_node_avg': 2.9406322282189667, 'streets_per_node_counts': {0: 0, 1: 171, 2: 1, 3: 866, 4: 252, 5: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1318427139552814, 2: 0.0007710100231303007, 3: 0.6676946800308404, 4: 0.19429452582883577, 5: 0.005397070161912105}, 'edge_length_total': 496365.2359999999, 'edge_length_avg': 134.18903379291697, 'street_length_total': 249681.67099999994, 'street_length_avg': 133.23461632870863, 'street_segments_count': 1874, 'node_density_km': 38.14676463560942, 'intersection_density_km': 33.117391657437324, 'edge_density_km': 14598.864942938104, 'street_density_km': 7343.521925568746, 'circuity_avg': 1.0623195866081934, 'self_loop_proportion': 0.0021627466882941336, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0623195866081934\n", - "7847\n", - "19018498.523248643\n", - "{'n': 609, 'm': 1746, 'k_avg': 5.733990147783251, 'intersection_count': 534, 'streets_per_node_avg': 3.0049261083743843, 'streets_per_node_counts': {0: 0, 1: 75, 2: 2, 3: 380, 4: 149, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12315270935960591, 2: 0.003284072249589491, 3: 0.6239737274220033, 4: 0.24466338259441708, 5: 0.0049261083743842365}, 'edge_length_total': 262622.91199999955, 'edge_length_avg': 150.4140389461624, 'street_length_total': 132146.91799999986, 'street_length_avg': 148.9818692220968, 'street_segments_count': 887, 'node_density_km': 32.02145528236862, 'intersection_density_km': 28.077926306707457, 'edge_density_km': 13808.814175260122, 'street_density_km': 6948.33600236425, 'circuity_avg': 1.0460295513574527, 'self_loop_proportion': 0.002290950744558992, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0460295513574527\n", - "7848\n", - "5999224.720368987\n", - "{'n': 176, 'm': 437, 'k_avg': 4.965909090909091, 'intersection_count': 138, 'streets_per_node_avg': 2.727272727272727, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 110, 4: 28}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2159090909090909, 2: 0.0, 3: 0.625, 4: 0.1590909090909091}, 'edge_length_total': 69300.59899999997, 'edge_length_avg': 158.5826064073226, 'street_length_total': 35397.18299999999, 'street_length_avg': 157.3208133333333, 'street_segments_count': 225, 'node_density_km': 29.337124079121843, 'intersection_density_km': 23.002972289311444, 'edge_density_km': 11551.592452389013, 'street_density_km': 5900.292896149898, 'circuity_avg': 1.0181546614709458, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0181546614709458\n", - "7849\n", - "9002554.196939833\n", - "{'n': 365, 'm': 978, 'k_avg': 5.358904109589041, 'intersection_count': 294, 'streets_per_node_avg': 2.808219178082192, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 223, 4: 70, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19452054794520549, 2: 0.0, 3: 0.6109589041095891, 4: 0.1917808219178082, 5: 0.0027397260273972603}, 'edge_length_total': 102606.4199999999, 'edge_length_avg': 104.91453987730051, 'street_length_total': 51303.21000000002, 'street_length_avg': 104.91453987730065, 'street_segments_count': 489, 'node_density_km': 40.54404916818735, 'intersection_density_km': 32.657398508074195, 'edge_density_km': 11397.478732744323, 'street_density_km': 5698.73936637217, 'circuity_avg': 1.0421374947458528, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0421374947458528\n", - "7850\n", - "124002325.33956647\n", - "error with entry 7850\n", - "7851\n", - "37000451.572279856\n", - "{'n': 2047, 'm': 5934, 'k_avg': 5.797752808988764, 'intersection_count': 1799, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 248, 2: 0, 3: 1303, 4: 496}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12115290669272105, 2: 0.0, 3: 0.6365412799218368, 4: 0.2423058133854421}, 'edge_length_total': 693560.6010000018, 'edge_length_avg': 116.87910364004074, 'street_length_total': 350546.0320000011, 'street_length_avg': 116.03642237669682, 'street_segments_count': 3021, 'node_density_km': 55.323649118206426, 'intersection_density_km': 48.62102821868752, 'edge_density_km': 18744.652336070572, 'street_density_km': 9474.101452929957, 'circuity_avg': 1.0570202224659493, 'self_loop_proportion': 0.0047185709470845974, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0570202224659493\n", - "7852\n", - "11000960.541555515\n", - "{'n': 459, 'm': 1373, 'k_avg': 5.982570806100218, 'intersection_count': 411, 'streets_per_node_avg': 3.0718954248366015, 'streets_per_node_counts': {0: 0, 1: 48, 2: 0, 3: 282, 4: 129}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10457516339869281, 2: 0.0, 3: 0.6143790849673203, 4: 0.28104575163398693}, 'edge_length_total': 162913.9649999999, 'edge_length_avg': 118.65547341587758, 'street_length_total': 81593.04499999997, 'street_length_avg': 118.42241654571839, 'street_segments_count': 689, 'node_density_km': 41.72362933819762, 'intersection_density_km': 37.36037398256911, 'edge_density_km': 14809.067297769272, 'street_density_km': 7416.901887047662, 'circuity_avg': 1.0467306021746499, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0467306021746499\n", - "7853\n", - "11001201.530564249\n", - "{'n': 295, 'm': 832, 'k_avg': 5.640677966101695, 'intersection_count': 254, 'streets_per_node_avg': 2.8983050847457625, 'streets_per_node_counts': {0: 0, 1: 41, 2: 0, 3: 202, 4: 52}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13898305084745763, 2: 0.0, 3: 0.6847457627118644, 4: 0.17627118644067796}, 'edge_length_total': 141631.85999999952, 'edge_length_avg': 170.23060096153787, 'street_length_total': 70815.92999999996, 'street_length_avg': 170.23060096153839, 'street_segments_count': 416, 'node_density_km': 26.815252786744423, 'intersection_density_km': 23.088387145196894, 'edge_density_km': 12874.217384938249, 'street_density_km': 6437.108692469143, 'circuity_avg': 1.03874518880006, 'self_loop_proportion': 0.002403846153846154, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03874518880006\n", - "7854\n", - "104968500.2542203\n", - "{'n': 7313, 'm': 20972, 'k_avg': 5.735539450293997, 'intersection_count': 6435, 'streets_per_node_avg': 2.996718173116368, 'streets_per_node_counts': {0: 0, 1: 878, 2: 5, 3: 4717, 4: 1689, 5: 24}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12006016682619992, 2: 0.0006837139340899768, 3: 0.645015725420484, 4: 0.23095856693559413, 5: 0.0032818268836318884}, 'edge_length_total': 2116449.9570000162, 'edge_length_avg': 100.91788847034218, 'street_length_total': 1087594.3389999964, 'street_length_avg': 100.38714592948094, 'street_segments_count': 10834, 'node_density_km': 69.66851943477184, 'intersection_density_km': 61.30410536889878, 'edge_density_km': 20162.715022832992, 'street_density_km': 10361.149643616722, 'circuity_avg': 1.039974800639941, 'self_loop_proportion': 0.001049017737936296, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.039974800639941\n", - "7855\n", - "14004433.695430232\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 727, 'm': 1884, 'k_avg': 5.182943603851444, 'intersection_count': 579, 'streets_per_node_avg': 2.6973865199449794, 'streets_per_node_counts': {0: 0, 1: 148, 2: 0, 3: 504, 4: 74, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20357634112792297, 2: 0.0, 3: 0.6932599724896836, 4: 0.10178817056396149, 5: 0.001375515818431912}, 'edge_length_total': 221244.63400000057, 'edge_length_avg': 117.43345753715529, 'street_length_total': 110622.31699999998, 'street_length_avg': 117.43345753715496, 'street_segments_count': 942, 'node_density_km': 51.91213124435202, 'intersection_density_km': 41.3440495054743, 'edge_density_km': 15798.184975676282, 'street_density_km': 7899.092487838119, 'circuity_avg': 1.0554931329437052, 'self_loop_proportion': 0.0010615711252653928, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0554931329437052\n", - "7856\n", - "6002934.335666855\n", - "{'n': 102, 'm': 312, 'k_avg': 6.117647058823529, 'intersection_count': 97, 'streets_per_node_avg': 3.450980392156863, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 41, 4: 56}, 'streets_per_node_proportion': {0: 0.0, 1: 0.049019607843137254, 2: 0.0, 3: 0.4019607843137255, 4: 0.5490196078431373}, 'edge_length_total': 68132.94200000001, 'edge_length_avg': 218.37481410256413, 'street_length_total': 34066.47099999998, 'street_length_avg': 218.374814102564, 'street_segments_count': 156, 'node_density_km': 16.991690112943573, 'intersection_density_km': 16.15876412701497, 'edge_density_km': 11349.939577913316, 'street_density_km': 5674.969788956654, 'circuity_avg': 1.0100045827157695, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0100045827157695\n", - "7857\n", - "67984799.29265836\n", - "{'n': 3519, 'm': 9284, 'k_avg': 5.276499005399261, 'intersection_count': 2858, 'streets_per_node_avg': 2.8232452401250354, 'streets_per_node_counts': {0: 0, 1: 661, 2: 4, 3: 2154, 4: 696, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18783745382210856, 2: 0.0011366865586814436, 3: 0.6121057118499573, 4: 0.1977834612105712, 5: 0.0011366865586814436}, 'edge_length_total': 1093858.301999997, 'edge_length_avg': 117.82187656182649, 'street_length_total': 598714.1030000006, 'street_length_avg': 121.96253880627431, 'street_segments_count': 4909, 'node_density_km': 51.76157077189481, 'intersection_density_km': 42.03880911226921, 'edge_density_km': 16089.748199317288, 'street_density_km': 8806.58778475875, 'circuity_avg': 1.0602485159855684, 'self_loop_proportion': 0.004308487720809996, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0602485159855684\n", - "7858\n", - "9003592.435595827\n", - "{'n': 304, 'm': 844, 'k_avg': 5.552631578947368, 'intersection_count': 247, 'streets_per_node_avg': 2.8782894736842106, 'streets_per_node_counts': {0: 0, 1: 57, 2: 0, 3: 170, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.5592105263157895, 4: 0.2532894736842105}, 'edge_length_total': 111668.904, 'edge_length_avg': 132.3091279620853, 'street_length_total': 55834.45200000001, 'street_length_avg': 132.30912796208534, 'street_segments_count': 422, 'node_density_km': 33.764300436138335, 'intersection_density_km': 27.433494104362396, 'edge_density_km': 12402.7053422049, 'street_density_km': 6201.3526711024515, 'circuity_avg': 1.0477684792504343, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0477684792504343\n", - "7859\n", - "12002003.332980322\n", - "{'n': 182, 'm': 492, 'k_avg': 5.406593406593407, 'intersection_count': 142, 'streets_per_node_avg': 2.7747252747252746, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 104, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21978021978021978, 2: 0.0, 3: 0.5714285714285714, 4: 0.2032967032967033, 5: 0.005494505494505495}, 'edge_length_total': 105748.74799999992, 'edge_length_avg': 214.93647967479657, 'street_length_total': 52874.37400000002, 'street_length_avg': 214.93647967479683, 'street_segments_count': 246, 'node_density_km': 15.164135099003177, 'intersection_density_km': 11.831358154167313, 'edge_density_km': 8810.924731991434, 'street_density_km': 4405.4623659957215, 'circuity_avg': 1.045573601333713, 'self_loop_proportion': 0.0040650406504065045, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.045573601333713\n", - "7860\n", - "8005670.218738826\n", - "{'n': 159, 'm': 494, 'k_avg': 6.213836477987422, 'intersection_count': 148, 'streets_per_node_avg': 3.238993710691824, 'streets_per_node_counts': {0: 0, 1: 11, 2: 0, 3: 89, 4: 58, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06918238993710692, 2: 0.0, 3: 0.559748427672956, 4: 0.36477987421383645, 5: 0.006289308176100629}, 'edge_length_total': 90842.83599999992, 'edge_length_avg': 183.89238056680145, 'street_length_total': 45421.41800000001, 'street_length_avg': 183.89238056680168, 'street_segments_count': 247, 'node_density_km': 19.8609230277597, 'intersection_density_km': 18.486896906342363, 'edge_density_km': 11347.311782511928, 'street_density_km': 5673.65589125597, 'circuity_avg': 1.030812081069939, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.030812081069939\n", - "7861\n", - "12006671.812212955\n", - "{'n': 538, 'm': 1354, 'k_avg': 5.033457249070632, 'intersection_count': 412, 'streets_per_node_avg': 2.6394052044609664, 'streets_per_node_counts': {0: 0, 1: 126, 2: 0, 3: 354, 4: 58}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2342007434944238, 2: 0.0, 3: 0.6579925650557621, 4: 0.10780669144981413}, 'edge_length_total': 160737.62800000023, 'edge_length_avg': 118.71316691285098, 'street_length_total': 80368.81400000001, 'street_length_avg': 118.71316691285084, 'street_segments_count': 677, 'node_density_km': 44.808420552709435, 'intersection_density_km': 34.314255144454066, 'edge_density_km': 13387.35917113192, 'street_density_km': 6693.679585565952, 'circuity_avg': 1.0642712882772078, 'self_loop_proportion': 0.005908419497784343, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0642712882772078\n", - "7862\n", - "16995185.9683277\n", - "{'n': 711, 'm': 1994, 'k_avg': 5.609001406469761, 'intersection_count': 605, 'streets_per_node_avg': 2.931082981715893, 'streets_per_node_counts': {0: 0, 1: 106, 2: 1, 3: 441, 4: 162, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1490857946554149, 2: 0.0014064697609001407, 3: 0.620253164556962, 4: 0.22784810126582278, 5: 0.0014064697609001407}, 'edge_length_total': 292970.4080000002, 'edge_length_avg': 146.92598194583763, 'street_length_total': 146942.59100000007, 'street_length_avg': 146.64929241516973, 'street_segments_count': 1002, 'node_density_km': 41.83537628390902, 'intersection_density_km': 35.598315965914146, 'edge_density_km': 17238.434963052543, 'street_density_km': 8646.130220277842, 'circuity_avg': 1.0319660176213163, 'self_loop_proportion': 0.0025075225677031092, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0319660176213163\n", - "7863\n", - "16008919.285827035\n", - "{'n': 314, 'm': 829, 'k_avg': 5.280254777070064, 'intersection_count': 254, 'streets_per_node_avg': 2.7229299363057327, 'streets_per_node_counts': {0: 0, 1: 60, 2: 0, 3: 221, 4: 33}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1910828025477707, 2: 0.0, 3: 0.7038216560509554, 4: 0.10509554140127389}, 'edge_length_total': 127358.07199999997, 'edge_length_avg': 153.62855488540407, 'street_length_total': 63701.58399999999, 'street_length_avg': 153.4977927710843, 'street_segments_count': 415, 'node_density_km': 19.614066033675957, 'intersection_density_km': 15.866155326604119, 'edge_density_km': 7955.444694680435, 'street_density_km': 3979.130812183935, 'circuity_avg': 1.0873757063283944, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0873757063283944\n", - "7864\n", - "295938982.7224854\n", - "error with entry 7864\n", - "7865\n", - "15997602.367522897\n", - "{'n': 566, 'm': 1723, 'k_avg': 6.088339222614841, 'intersection_count': 519, 'streets_per_node_avg': 3.166077738515901, 'streets_per_node_counts': {0: 0, 1: 47, 2: 0, 3: 331, 4: 188}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08303886925795052, 2: 0.0, 3: 0.5848056537102474, 4: 0.3321554770318021}, 'edge_length_total': 250879.5490000004, 'edge_length_avg': 145.60623853743493, 'street_length_total': 126785.21199999997, 'street_length_avg': 145.2293379152348, 'street_segments_count': 873, 'node_density_km': 35.38030181004184, 'intersection_density_km': 32.44236155373095, 'edge_density_km': 15682.321840260061, 'street_density_km': 7925.263366802363, 'circuity_avg': 1.034725450250534, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.034725450250534\n", - "7866\n", - "7998589.502917508\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 234, 'm': 674, 'k_avg': 5.760683760683761, 'intersection_count': 212, 'streets_per_node_avg': 3.1666666666666665, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 129, 4: 83}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09401709401709402, 2: 0.0, 3: 0.5512820512820513, 4: 0.3547008547008547}, 'edge_length_total': 110653.15600000018, 'edge_length_avg': 164.17382195845724, 'street_length_total': 57731.10300000004, 'street_length_avg': 163.0822118644069, 'street_segments_count': 354, 'node_density_km': 29.2551580393828, 'intersection_density_km': 26.504673095509204, 'edge_density_km': 13834.083616822583, 'street_density_km': 7217.660436123451, 'circuity_avg': 1.0247164253854415, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0247164253854415\n", - "7867\n", - "44029053.54078859\n", - "error with entry 7867\n", - "7868\n", - "12014298.083002258\n", - "error with entry 7868\n", - "7869\n", - "34990671.67573572\n", - "{'n': 4133, 'm': 12083, 'k_avg': 5.847084442293734, 'intersection_count': 3588, 'streets_per_node_avg': 2.992015485119768, 'streets_per_node_counts': {0: 0, 1: 545, 2: 0, 3: 2539, 4: 1041, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1318654730220179, 2: 0.0, 3: 0.614323735785144, 4: 0.2518751512218727, 5: 0.0019356399709654004}, 'edge_length_total': 850664.527000003, 'edge_length_avg': 70.4017650417945, 'street_length_total': 431251.5349999995, 'street_length_avg': 70.45442493056682, 'street_segments_count': 6121, 'node_density_km': 118.11719529996988, 'intersection_density_km': 102.54161546970528, 'edge_density_km': 24311.180273509763, 'street_density_km': 12324.757266636036, 'circuity_avg': 1.0443234955510836, 'self_loop_proportion': 0.001324174459985103, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0443234955510836\n", - "7870\n", - "6998464.78737341\n", - "{'n': 149, 'm': 406, 'k_avg': 5.449664429530201, 'intersection_count': 127, 'streets_per_node_avg': 2.8993288590604025, 'streets_per_node_counts': {0: 0, 1: 22, 2: 0, 3: 98, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1476510067114094, 2: 0.0, 3: 0.6577181208053692, 4: 0.19463087248322147}, 'edge_length_total': 72898.60799999993, 'edge_length_avg': 179.55322167487668, 'street_length_total': 36449.304000000026, 'street_length_avg': 179.55322167487697, 'street_segments_count': 203, 'node_density_km': 21.29038360939173, 'intersection_density_km': 18.14683703619295, 'edge_density_km': 10416.371334970949, 'street_density_km': 5208.185667485483, 'circuity_avg': 1.051553923890927, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051553923890927\n", - "7871\n", - "5998140.349444739\n", - "{'n': 139, 'm': 404, 'k_avg': 5.81294964028777, 'intersection_count': 123, 'streets_per_node_avg': 3.0575539568345325, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 83, 4: 40}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11510791366906475, 2: 0.0, 3: 0.5971223021582733, 4: 0.28776978417266186}, 'edge_length_total': 77291.27000000005, 'edge_length_avg': 191.31502475247535, 'street_length_total': 38645.63500000001, 'street_length_avg': 191.3150247524753, 'street_segments_count': 202, 'node_density_km': 23.173849210258567, 'intersection_density_km': 20.5063557759842, 'edge_density_km': 12885.87220323297, 'street_density_km': 6442.936101616483, 'circuity_avg': 1.0383389675150791, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0383389675150791\n", - "7872\n", - "8997767.258696668\n", - "{'n': 186, 'm': 530, 'k_avg': 5.698924731182796, 'intersection_count': 154, 'streets_per_node_avg': 3.0053763440860215, 'streets_per_node_counts': {0: 0, 1: 32, 2: 2, 3: 86, 4: 65, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17204301075268819, 2: 0.010752688172043012, 3: 0.46236559139784944, 4: 0.34946236559139787, 5: 0.005376344086021506}, 'edge_length_total': 93143.02699999996, 'edge_length_avg': 175.7415603773584, 'street_length_total': 46645.23899999999, 'street_length_avg': 175.3580413533834, 'street_segments_count': 266, 'node_density_km': 20.67179497449484, 'intersection_density_km': 17.11535712942046, 'edge_density_km': 10351.793319612025, 'street_density_km': 5184.090414754358, 'circuity_avg': 1.0204257628643565, 'self_loop_proportion': 0.0037735849056603774, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0204257628643565\n", - "7873\n", - "8995938.181727033\n", - "{'n': 239, 'm': 697, 'k_avg': 5.832635983263598, 'intersection_count': 215, 'streets_per_node_avg': 3.1255230125523012, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 138, 4: 76, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.100418410041841, 2: 0.0, 3: 0.5774058577405857, 4: 0.3179916317991632, 5: 0.0041841004184100415}, 'edge_length_total': 124682.23600000009, 'edge_length_avg': 178.88412625538032, 'street_length_total': 62403.02299999994, 'street_length_avg': 178.29435142857128, 'street_segments_count': 350, 'node_density_km': 26.567545838128137, 'intersection_density_km': 23.899675126349578, 'edge_density_km': 13859.83690431093, 'street_density_km': 6936.799891172647, 'circuity_avg': 1.0425023968015508, 'self_loop_proportion': 0.0028694404591104736, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0425023968015508\n", - "7874\n", - "20020763.056006227\n", - "{'n': 498, 'm': 1406, 'k_avg': 5.646586345381526, 'intersection_count': 400, 'streets_per_node_avg': 2.9116465863453813, 'streets_per_node_counts': {0: 0, 1: 98, 2: 0, 3: 248, 4: 152}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19678714859437751, 2: 0.0, 3: 0.4979919678714859, 4: 0.30522088353413657}, 'edge_length_total': 238985.50999999992, 'edge_length_avg': 169.97546941678516, 'street_length_total': 119492.75500000002, 'street_length_avg': 169.97546941678524, 'street_segments_count': 703, 'node_density_km': 24.874176803695804, 'intersection_density_km': 19.9792584768641, 'edge_density_km': 11936.88319128797, 'street_density_km': 5968.441595643988, 'circuity_avg': 1.0444293225299297, 'self_loop_proportion': 0.001422475106685633, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0444293225299297\n", - "7875\n", - "20004729.156182528\n", - "{'n': 1086, 'm': 3170, 'k_avg': 5.837937384898711, 'intersection_count': 932, 'streets_per_node_avg': 2.9963167587476978, 'streets_per_node_counts': {0: 0, 1: 154, 2: 0, 3: 632, 4: 296, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.141804788213628, 2: 0.0, 3: 0.58195211786372, 4: 0.27255985267034993, 5: 0.003683241252302026}, 'edge_length_total': 338795.00799999945, 'edge_length_avg': 106.8753968454257, 'street_length_total': 170548.6970000003, 'street_length_avg': 106.8600858395992, 'street_segments_count': 1596, 'node_density_km': 54.28716337628436, 'intersection_density_km': 46.58898367099173, 'edge_density_km': 16935.745810649663, 'street_density_km': 8525.41894811366, 'circuity_avg': 1.0384821001884046, 'self_loop_proportion': 0.0037854889589905363, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0384821001884046\n", - "7876\n", - "9009492.45403124\n", - "{'n': 1349, 'm': 3648, 'k_avg': 5.408450704225352, 'intersection_count': 1082, 'streets_per_node_avg': 2.753891771682728, 'streets_per_node_counts': {0: 0, 1: 267, 2: 0, 3: 882, 4: 199, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19792438843587842, 2: 0.0, 3: 0.653817642698295, 4: 0.1475166790214974, 5: 0.0, 6: 0.0007412898443291327}, 'edge_length_total': 254380.79400000075, 'edge_length_avg': 69.73157730263179, 'street_length_total': 127190.39699999988, 'street_length_avg': 69.73157730263151, 'street_segments_count': 1824, 'node_density_km': 149.73096507743878, 'intersection_density_km': 120.09555538457285, 'edge_density_km': 28234.75298946276, 'street_density_km': 14117.376494731325, 'circuity_avg': 1.0567327469855141, 'self_loop_proportion': 0.001644736842105263, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0567327469855141\n", - "7877\n", - "9009272.912201302\n", - "{'n': 436, 'm': 1272, 'k_avg': 5.834862385321101, 'intersection_count': 378, 'streets_per_node_avg': 2.9839449541284404, 'streets_per_node_counts': {0: 0, 1: 58, 2: 0, 3: 269, 4: 109}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13302752293577982, 2: 0.0, 3: 0.6169724770642202, 4: 0.25}, 'edge_length_total': 137764.26799999995, 'edge_length_avg': 108.30524213836475, 'street_length_total': 68882.13400000002, 'street_length_avg': 108.30524213836482, 'street_segments_count': 636, 'node_density_km': 48.394582365189876, 'intersection_density_km': 41.9567709496371, 'edge_density_km': 15291.385813546078, 'street_density_km': 7645.692906773043, 'circuity_avg': 1.0276320079026977, 'self_loop_proportion': 0.0015723270440251573, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0276320079026977\n", - "7878\n", - "40113497.63718913\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 3217, 'm': 8545, 'k_avg': 5.312402859807274, 'intersection_count': 2624, 'streets_per_node_avg': 2.7516319552377992, 'streets_per_node_counts': {0: 0, 1: 593, 2: 7, 3: 2229, 4: 382, 5: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18433322971712776, 2: 0.002175940317065589, 3: 0.6928815666770283, 4: 0.11874417158843643, 5: 0.0018650917003419335}, 'edge_length_total': 655191.3579999963, 'edge_length_avg': 76.67540760678716, 'street_length_total': 331566.3369999994, 'street_length_avg': 75.54484780132135, 'street_segments_count': 4389, 'node_density_km': 80.19744448854858, 'intersection_density_km': 65.41439053091436, 'edge_density_km': 16333.438782275867, 'street_density_km': 8265.704975389757, 'circuity_avg': 1.1106103417696758, 'self_loop_proportion': 0.006085430076067876, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1106103417696758\n", - "7879\n", - "8022149.862568466\n", - "{'n': 229, 'm': 548, 'k_avg': 4.786026200873362, 'intersection_count': 174, 'streets_per_node_avg': 2.567685589519651, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 163, 4: 11}, 'streets_per_node_proportion': {0: 0.0, 1: 0.24017467248908297, 2: 0.0, 3: 0.7117903930131004, 4: 0.048034934497816595}, 'edge_length_total': 64145.28500000004, 'edge_length_avg': 117.05343978102196, 'street_length_total': 32334.14799999999, 'street_length_avg': 114.25493992932859, 'street_segments_count': 283, 'node_density_km': 28.54596385297154, 'intersection_density_km': 21.6899463336989, 'edge_density_km': 7996.021777067941, 'street_density_km': 4030.6088210682606, 'circuity_avg': 1.0831396474544484, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0831396474544484\n", - "7880\n", - "12011280.210696599\n", - "{'n': 949, 'm': 2383, 'k_avg': 5.022128556375132, 'intersection_count': 735, 'streets_per_node_avg': 2.673340358271865, 'streets_per_node_counts': {0: 0, 1: 214, 2: 0, 3: 621, 4: 110, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22550052687038988, 2: 0.0, 3: 0.6543730242360379, 4: 0.11591148577449947, 5: 0.004214963119072708}, 'edge_length_total': 228092.40499999977, 'edge_length_avg': 95.7164939152328, 'street_length_total': 116118.22300000006, 'street_length_avg': 95.33515845648608, 'street_segments_count': 1218, 'node_density_km': 79.00906342646738, 'intersection_density_km': 61.19247799626293, 'edge_density_km': 18989.8496245948, 'street_density_km': 9667.431028425382, 'circuity_avg': 1.1020194417925442, 'self_loop_proportion': 0.00839278220730172, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1020194417925442\n", - "7881\n", - "14005676.019943597\n", - "{'n': 613, 'm': 1622, 'k_avg': 5.2920065252854815, 'intersection_count': 472, 'streets_per_node_avg': 2.766721044045677, 'streets_per_node_counts': {0: 0, 1: 141, 2: 0, 3: 336, 4: 133, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2300163132137031, 2: 0.0, 3: 0.5481239804241436, 4: 0.2169657422512235, 5: 0.004893964110929853}, 'edge_length_total': 196720.2220000002, 'edge_length_avg': 121.2825043156598, 'street_length_total': 100327.49500000007, 'street_length_avg': 119.8655854241339, 'street_segments_count': 837, 'node_density_km': 43.767969438041355, 'intersection_density_km': 33.70062247105305, 'edge_density_km': 14045.749860262185, 'street_density_km': 7163.345407757341, 'circuity_avg': 1.053437407466984, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.053437407466984\n", - "7882\n", - "12997336.699371973\n", - "{'n': 641, 'm': 1759, 'k_avg': 5.488299531981279, 'intersection_count': 548, 'streets_per_node_avg': 2.87207488299532, 'streets_per_node_counts': {0: 0, 1: 93, 2: 0, 3: 445, 4: 102, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14508580343213728, 2: 0.0, 3: 0.6942277691107644, 4: 0.15912636505460218, 5: 0.0015600624024961}, 'edge_length_total': 210159.2260000005, 'edge_length_avg': 119.4765355315523, 'street_length_total': 107131.45699999997, 'street_length_avg': 119.1673604004449, 'street_segments_count': 899, 'node_density_km': 49.31779600900644, 'intersection_density_km': 42.16248395153749, 'edge_density_km': 16169.406922431679, 'street_density_km': 8242.569957057165, 'circuity_avg': 1.0367634169402389, 'self_loop_proportion': 0.0011370096645821489, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367634169402389\n", - "7883\n", - "110076630.6051907\n", - "{'n': 6636, 'm': 17267, 'k_avg': 5.204038577456299, 'intersection_count': 4961, 'streets_per_node_avg': 2.6609403254972874, 'streets_per_node_counts': {0: 0, 1: 1675, 2: 2, 3: 3872, 4: 1073, 5: 13, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.252411091018686, 2: 0.0003013863773357444, 3: 0.5834840265220012, 4: 0.16169379144062687, 5: 0.0019590114526823387, 6: 0.0001506931886678722}, 'edge_length_total': 1708218.7239999883, 'edge_length_avg': 98.92967649273112, 'street_length_total': 871816.8230000025, 'street_length_avg': 99.27315224322507, 'street_segments_count': 8782, 'node_density_km': 60.28527548050764, 'intersection_density_km': 45.06860332411067, 'edge_density_km': 15518.450325090498, 'street_density_km': 7920.090015535883, 'circuity_avg': 1.0750127591557752, 'self_loop_proportion': 0.00289569699426652, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0750127591557752\n", - "7884\n", - "6999258.307044957\n", - "{'n': 309, 'm': 803, 'k_avg': 5.197411003236246, 'intersection_count': 257, 'streets_per_node_avg': 2.831715210355987, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 206, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16828478964401294, 2: 0.0, 3: 0.6666666666666666, 4: 0.16181229773462782, 5: 0.003236245954692557}, 'edge_length_total': 108698.63199999982, 'edge_length_avg': 135.36566874221646, 'street_length_total': 58917.81699999998, 'street_length_avg': 139.94730878859852, 'street_segments_count': 421, 'node_density_km': 44.14753484508245, 'intersection_density_km': 36.71817623037602, 'edge_density_km': 15530.021501076977, 'street_density_km': 8417.722909397055, 'circuity_avg': 1.0382862032239053, 'self_loop_proportion': 0.0049813200498132005, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0382862032239053\n", - "7885\n", - "8004536.546296999\n", - "{'n': 146, 'm': 386, 'k_avg': 5.287671232876712, 'intersection_count': 122, 'streets_per_node_avg': 2.808219178082192, 'streets_per_node_counts': {0: 0, 1: 24, 2: 0, 3: 102, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1643835616438356, 2: 0.0, 3: 0.6986301369863014, 4: 0.136986301369863}, 'edge_length_total': 80014.54599999999, 'edge_length_avg': 207.2915699481865, 'street_length_total': 40007.272999999994, 'street_length_avg': 207.2915699481865, 'street_segments_count': 193, 'node_density_km': 18.23965686902154, 'intersection_density_km': 15.241357109730327, 'edge_density_km': 9996.14975048315, 'street_density_km': 4998.074875241575, 'circuity_avg': 1.0272929906973773, 'self_loop_proportion': 0.0051813471502590676, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0272929906973773\n", - "7886\n", - "10004657.172653837\n", - "{'n': 139, 'm': 361, 'k_avg': 5.194244604316546, 'intersection_count': 108, 'streets_per_node_avg': 2.820143884892086, 'streets_per_node_counts': {0: 0, 1: 31, 2: 0, 3: 71, 4: 37}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22302158273381295, 2: 0.0, 3: 0.5107913669064749, 4: 0.26618705035971224}, 'edge_length_total': 82248.42299999998, 'edge_length_avg': 227.83496675900273, 'street_length_total': 41168.82000000001, 'street_length_avg': 227.45204419889507, 'street_segments_count': 181, 'node_density_km': 13.893529543414513, 'intersection_density_km': 10.794972594883218, 'edge_density_km': 8221.013632012615, 'street_density_km': 4114.96558947852, 'circuity_avg': 1.0351811801579036, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0351811801579036\n", - "7887\n", - "18000059.859974425\n", - "{'n': 420, 'm': 1202, 'k_avg': 5.723809523809524, 'intersection_count': 358, 'streets_per_node_avg': 2.9642857142857144, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 250, 4: 107, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14761904761904762, 2: 0.0, 3: 0.5952380952380952, 4: 0.25476190476190474, 5: 0.002380952380952381}, 'edge_length_total': 223616.83200000034, 'edge_length_avg': 186.03729783693873, 'street_length_total': 111970.556, 'street_length_avg': 184.16209868421052, 'street_segments_count': 608, 'node_density_km': 23.33325573732824, 'intersection_density_km': 19.888822747532167, 'edge_density_km': 12423.116019588508, 'street_density_km': 6220.565757616269, 'circuity_avg': 1.0287075033866344, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0287075033866344\n", - "7888\n", - "41031017.77862538\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1312, 'm': 3668, 'k_avg': 5.591463414634147, 'intersection_count': 1030, 'streets_per_node_avg': 2.848323170731707, 'streets_per_node_counts': {0: 0, 1: 282, 2: 0, 3: 668, 4: 359, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2149390243902439, 2: 0.0, 3: 0.5091463414634146, 4: 0.2736280487804878, 5: 0.0022865853658536584}, 'edge_length_total': 539651.5280000002, 'edge_length_avg': 147.12418974918216, 'street_length_total': 269878.402, 'street_length_avg': 147.07269863760217, 'street_segments_count': 1835, 'node_density_km': 31.97580930306513, 'intersection_density_km': 25.102960047375824, 'edge_density_km': 13152.282278533321, 'street_density_km': 6577.424022384109, 'circuity_avg': 1.0601821493516501, 'self_loop_proportion': 0.004362050163576881, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0601821493516501\n", - "7889\n", - "5003847.078593272\n", - "{'n': 97, 'm': 276, 'k_avg': 5.690721649484536, 'intersection_count': 82, 'streets_per_node_avg': 3.0927835051546393, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 43, 4: 39}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15463917525773196, 2: 0.0, 3: 0.44329896907216493, 4: 0.4020618556701031}, 'edge_length_total': 53531.774000000034, 'edge_length_avg': 193.95570289855084, 'street_length_total': 26765.886999999995, 'street_length_avg': 193.9557028985507, 'street_segments_count': 138, 'node_density_km': 19.38508481103894, 'intersection_density_km': 16.387391283558692, 'edge_density_km': 10698.123495622369, 'street_density_km': 5349.06174781118, 'circuity_avg': 1.0181145638878883, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0181145638878883\n", - "7890\n", - "8006194.19071225\n", - "{'n': 519, 'm': 1422, 'k_avg': 5.479768786127168, 'intersection_count': 431, 'streets_per_node_avg': 2.7976878612716765, 'streets_per_node_counts': {0: 0, 1: 88, 2: 0, 3: 361, 4: 69, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16955684007707128, 2: 0.0, 3: 0.6955684007707129, 4: 0.1329479768786127, 5: 0.0019267822736030828}, 'edge_length_total': 148398.016, 'edge_length_avg': 104.35866104078762, 'street_length_total': 74199.00799999996, 'street_length_avg': 104.35866104078757, 'street_segments_count': 711, 'node_density_km': 64.82480784716371, 'intersection_density_km': 53.833318269995296, 'edge_density_km': 18535.400524278084, 'street_density_km': 9267.700262139037, 'circuity_avg': 1.0687665330317337, 'self_loop_proportion': 0.0014064697609001407, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0687665330317337\n", - "7891\n", - "14019564.109666007\n", - "{'n': 136, 'm': 412, 'k_avg': 6.0588235294117645, 'intersection_count': 116, 'streets_per_node_avg': 3.0808823529411766, 'streets_per_node_counts': {0: 0, 1: 20, 2: 0, 3: 65, 4: 51}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14705882352941177, 2: 0.0, 3: 0.47794117647058826, 4: 0.375}, 'edge_length_total': 67809.38799999998, 'edge_length_avg': 164.58589320388344, 'street_length_total': 33904.693999999974, 'street_length_avg': 164.58589320388336, 'street_segments_count': 206, 'node_density_km': 9.70072956164398, 'intersection_density_km': 8.27415168493163, 'edge_density_km': 4836.768637710194, 'street_density_km': 2418.384318855096, 'circuity_avg': 1.0195080531963248, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0195080531963248\n", - "7892\n", - "43028216.07076947\n", - "{'n': 1740, 'm': 4449, 'k_avg': 5.113793103448276, 'intersection_count': 1288, 'streets_per_node_avg': 2.6091954022988504, 'streets_per_node_counts': {0: 0, 1: 452, 2: 4, 3: 1060, 4: 220, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2597701149425287, 2: 0.0022988505747126436, 3: 0.6091954022988506, 4: 0.12643678160919541, 5: 0.0022988505747126436}, 'edge_length_total': 539751.346999999, 'edge_length_avg': 121.31970038210812, 'street_length_total': 271799.53200000024, 'street_length_avg': 120.42513602126728, 'street_segments_count': 2257, 'node_density_km': 40.43858097993612, 'intersection_density_km': 29.93384615066536, 'edge_density_km': 12544.12560614314, 'street_density_km': 6316.774359247557, 'circuity_avg': 1.0719890303496746, 'self_loop_proportion': 0.004045853000674309, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0719890303496746\n", - "7893\n", - "85993409.55190927\n", - "error with entry 7893\n", - "7894\n", - "9997396.431689568\n", - "{'n': 359, 'm': 993, 'k_avg': 5.532033426183844, 'intersection_count': 311, 'streets_per_node_avg': 2.9192200557103063, 'streets_per_node_counts': {0: 0, 1: 48, 2: 1, 3: 242, 4: 68}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13370473537604458, 2: 0.002785515320334262, 3: 0.6740947075208914, 4: 0.1894150417827298}, 'edge_length_total': 143189.8149999998, 'edge_length_avg': 144.19920946626365, 'street_length_total': 73443.15499999998, 'street_length_avg': 145.1445750988142, 'street_segments_count': 506, 'node_density_km': 35.90934924437409, 'intersection_density_km': 31.108099206129086, 'edge_density_km': 14322.71051552175, 'street_density_km': 7346.228140678826, 'circuity_avg': 1.038432818883384, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.038432818883384\n", - "7895\n", - "8005229.493498687\n", - "{'n': 269, 'm': 750, 'k_avg': 5.5762081784386615, 'intersection_count': 215, 'streets_per_node_avg': 2.8550185873605947, 'streets_per_node_counts': {0: 0, 1: 54, 2: 0, 3: 146, 4: 69}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20074349442379183, 2: 0.0, 3: 0.5427509293680297, 4: 0.25650557620817843}, 'edge_length_total': 110325.56000000001, 'edge_length_avg': 147.10074666666668, 'street_length_total': 55162.78000000003, 'street_length_avg': 147.10074666666674, 'street_segments_count': 375, 'node_density_km': 33.603034143926024, 'intersection_density_km': 26.857443646632323, 'edge_density_km': 13781.686095270481, 'street_density_km': 6890.843047635243, 'circuity_avg': 1.0435599079569746, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435599079569746\n", - "7896\n", - "6006494.094971663\n", - "{'n': 755, 'm': 1818, 'k_avg': 4.8158940397351, 'intersection_count': 511, 'streets_per_node_avg': 2.456953642384106, 'streets_per_node_counts': {0: 0, 1: 244, 2: 2, 3: 430, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.32317880794701986, 2: 0.0026490066225165563, 3: 0.5695364238410596, 4: 0.10331125827814569, 5: 0.0013245033112582781}, 'edge_length_total': 126395.61900000011, 'edge_length_avg': 69.52454290429048, 'street_length_total': 63505.68000000002, 'street_length_avg': 69.6334210526316, 'street_segments_count': 912, 'node_density_km': 125.69728498227414, 'intersection_density_km': 85.07458625952594, 'edge_density_km': 21043.16045291915, 'street_density_km': 10572.836499275643, 'circuity_avg': 1.0664643709294819, 'self_loop_proportion': 0.009900990099009901, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0664643709294819\n", - "7897\n", - "22998964.236366007\n", - "{'n': 712, 'm': 2108, 'k_avg': 5.921348314606742, 'intersection_count': 657, 'streets_per_node_avg': 3.151685393258427, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 443, 4: 210, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07724719101123595, 2: 0.0, 3: 0.6221910112359551, 4: 0.2949438202247191, 5: 0.0056179775280898875}, 'edge_length_total': 318367.2319999985, 'edge_length_avg': 151.02809867172604, 'street_length_total': 159641.25100000022, 'street_length_avg': 151.17542708333355, 'street_segments_count': 1056, 'node_density_km': 30.95791587319329, 'intersection_density_km': 28.566503832426953, 'edge_density_km': 13842.676945277197, 'street_density_km': 6941.236542625479, 'circuity_avg': 1.0395737840809447, 'self_loop_proportion': 0.0009487666034155598, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0395737840809447\n", - "7898\n", - "9996920.908405405\n", - "{'n': 322, 'm': 988, 'k_avg': 6.136645962732919, 'intersection_count': 282, 'streets_per_node_avg': 3.1552795031055902, 'streets_per_node_counts': {0: 0, 1: 40, 2: 0, 3: 156, 4: 122, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.12422360248447205, 2: 0.0, 3: 0.484472049689441, 4: 0.37888198757763975, 5: 0.012422360248447204}, 'edge_length_total': 136153.85799999995, 'edge_length_avg': 137.8075485829959, 'street_length_total': 68076.92900000003, 'street_length_avg': 137.80754858299602, 'street_segments_count': 494, 'node_density_km': 32.2099177286941, 'intersection_density_km': 28.208685712707254, 'edge_density_km': 13619.57939324316, 'street_density_km': 6809.789696621586, 'circuity_avg': 1.0228716191313476, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228716191313476\n", - "7899\n", - "32984177.957265686\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 948, 'm': 2734, 'k_avg': 5.767932489451477, 'intersection_count': 800, 'streets_per_node_avg': 2.9746835443037973, 'streets_per_node_counts': {0: 0, 1: 148, 2: 2, 3: 533, 4: 256, 5: 9}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15611814345991562, 2: 0.002109704641350211, 3: 0.5622362869198312, 4: 0.270042194092827, 5: 0.00949367088607595}, 'edge_length_total': 449757.5840000014, 'edge_length_avg': 164.50533430870573, 'street_length_total': 226727.52100000047, 'street_length_avg': 162.87896623563253, 'street_segments_count': 1392, 'node_density_km': 28.741052792894497, 'intersection_density_km': 24.254052989784384, 'edge_density_km': 13635.555343616796, 'street_density_km': 6873.826635720579, 'circuity_avg': 1.040185752026789, 'self_loop_proportion': 0.0021945866861741038, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040185752026789\n", - "7900\n", - "14993988.519604355\n", - "{'n': 268, 'm': 850, 'k_avg': 6.343283582089552, 'intersection_count': 258, 'streets_per_node_avg': 3.3358208955223883, 'streets_per_node_counts': {0: 0, 1: 10, 2: 0, 3: 150, 4: 107, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.03731343283582089, 2: 0.0, 3: 0.5597014925373134, 4: 0.39925373134328357, 5: 0.0, 6: 0.0037313432835820895}, 'edge_length_total': 188343.9640000001, 'edge_length_avg': 221.58113411764717, 'street_length_total': 94309.151, 'street_length_avg': 218.8147354988399, 'street_segments_count': 431, 'node_density_km': 17.873829878527324, 'intersection_density_km': 17.206895927836005, 'edge_density_km': 12561.298399938343, 'street_density_km': 6289.797466277407, 'circuity_avg': 1.022981353221559, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.022981353221559\n", - "7901\n", - "10994719.138219034\n", - "{'n': 115, 'm': 386, 'k_avg': 6.71304347826087, 'intersection_count': 110, 'streets_per_node_avg': 3.5652173913043477, 'streets_per_node_counts': {0: 0, 1: 5, 2: 0, 3: 35, 4: 75}, 'streets_per_node_proportion': {0: 0.0, 1: 0.043478260869565216, 2: 0.0, 3: 0.30434782608695654, 4: 0.6521739130434783}, 'edge_length_total': 103898.68199999997, 'edge_length_avg': 269.16756994818644, 'street_length_total': 51949.341000000015, 'street_length_avg': 269.1675699481866, 'street_segments_count': 193, 'node_density_km': 10.459566866082595, 'intersection_density_km': 10.004803089296395, 'edge_density_km': 9449.871405885668, 'street_density_km': 4724.9357029428365, 'circuity_avg': 1.05514827800414, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.05514827800414\n", - "7902\n", - "12001323.339569826\n", - "{'n': 372, 'm': 1137, 'k_avg': 6.112903225806452, 'intersection_count': 338, 'streets_per_node_avg': 3.14247311827957, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 218, 4: 119, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0913978494623656, 2: 0.0, 3: 0.5860215053763441, 4: 0.31989247311827956, 5: 0.002688172043010753}, 'edge_length_total': 170514.94300000003, 'edge_length_avg': 149.96916710642043, 'street_length_total': 85303.0570000001, 'street_length_avg': 149.91749912126556, 'street_segments_count': 569, 'node_density_km': 30.99658174973677, 'intersection_density_km': 28.16356083712642, 'edge_density_km': 14208.011747987113, 'street_density_km': 7107.804246782147, 'circuity_avg': 1.01212931815807, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.01212931815807\n", - "7903\n", - "25991100.172320854\n", - "{'n': 1081, 'm': 2960, 'k_avg': 5.47641073080481, 'intersection_count': 932, 'streets_per_node_avg': 2.9380203515263643, 'streets_per_node_counts': {0: 0, 1: 149, 2: 0, 3: 704, 4: 225, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13783533765032377, 2: 0.0, 3: 0.6512488436632747, 4: 0.20814061054579094, 5: 0.0027752081406105457}, 'edge_length_total': 420447.5270000011, 'edge_length_avg': 142.0430834459463, 'street_length_total': 220576.10900000017, 'street_length_avg': 141.39494166666677, 'street_segments_count': 1560, 'node_density_km': 41.59115977519134, 'intersection_density_km': 35.85842822430928, 'edge_density_km': 16176.595996800299, 'street_density_km': 8486.601472718805, 'circuity_avg': 1.0644250803957378, 'self_loop_proportion': 0.0033783783783783786, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0644250803957378\n", - "7904\n", - "30986446.46406936\n", - "{'n': 840, 'm': 2319, 'k_avg': 5.521428571428571, 'intersection_count': 699, 'streets_per_node_avg': 2.8595238095238096, 'streets_per_node_counts': {0: 0, 1: 141, 2: 1, 3: 534, 4: 163, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16785714285714284, 2: 0.0011904761904761906, 3: 0.6357142857142857, 4: 0.19404761904761905, 5: 0.0011904761904761906}, 'edge_length_total': 391501.24399999966, 'edge_length_avg': 168.82330487278983, 'street_length_total': 196672.25399999996, 'street_length_avg': 167.09622259983004, 'street_segments_count': 1177, 'node_density_km': 27.10862637876306, 'intersection_density_km': 22.558249808042117, 'edge_density_km': 12634.59636954398, 'street_density_km': 6347.0412532799855, 'circuity_avg': 1.0309200921473254, 'self_loop_proportion': 0.004312203536006899, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0309200921473254\n", - "7905\n", - "15999300.16886688\n", - "{'n': 594, 'm': 1683, 'k_avg': 5.666666666666667, 'intersection_count': 497, 'streets_per_node_avg': 2.920875420875421, 'streets_per_node_counts': {0: 0, 1: 97, 2: 0, 3: 350, 4: 147}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1632996632996633, 2: 0.0, 3: 0.5892255892255892, 4: 0.2474747474747475}, 'edge_length_total': 243980.82899999947, 'edge_length_avg': 144.96781283422428, 'street_length_total': 122916.32200000009, 'street_length_avg': 143.93011943793923, 'street_segments_count': 854, 'node_density_km': 37.12662389795447, 'intersection_density_km': 31.063858715965267, 'edge_density_km': 15249.46881581502, 'street_density_km': 7682.6061579358075, 'circuity_avg': 1.040152716358031, 'self_loop_proportion': 0.0023767082590612004, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.040152716358031\n", - "7906\n", - "32013521.49321545\n", - "{'n': 1602, 'm': 4514, 'k_avg': 5.635455680399501, 'intersection_count': 1415, 'streets_per_node_avg': 2.9519350811485645, 'streets_per_node_counts': {0: 0, 1: 187, 2: 0, 3: 1121, 4: 291, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11672908863920099, 2: 0.0, 3: 0.6997503121098627, 4: 0.18164794007490637, 5: 0.0018726591760299626}, 'edge_length_total': 574680.8229999967, 'edge_length_avg': 127.3107715994676, 'street_length_total': 293973.69199999946, 'street_length_avg': 126.16896652360492, 'street_segments_count': 2330, 'node_density_km': 50.041355192352334, 'intersection_density_km': 44.200073406478495, 'edge_density_km': 17951.19050310624, 'street_density_km': 9182.797714468888, 'circuity_avg': 1.0367551928283052, 'self_loop_proportion': 0.0017722640673460345, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0367551928283052\n", - "7907\n", - "8002689.1651042225\n", - "{'n': 210, 'm': 642, 'k_avg': 6.114285714285714, 'intersection_count': 191, 'streets_per_node_avg': 3.1523809523809523, 'streets_per_node_counts': {0: 0, 1: 19, 2: 0, 3: 121, 4: 70}, 'streets_per_node_proportion': {0: 0.0, 1: 0.09047619047619047, 2: 0.0, 3: 0.5761904761904761, 4: 0.3333333333333333}, 'edge_length_total': 105162.95199999999, 'edge_length_avg': 163.8052211838006, 'street_length_total': 52581.47599999996, 'street_length_avg': 163.80522118380048, 'street_segments_count': 321, 'node_density_km': 26.24117914209468, 'intersection_density_km': 23.866977219714684, 'edge_density_km': 13140.951726397638, 'street_density_km': 6570.475863198814, 'circuity_avg': 1.0234842903443595, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0234842903443595\n", - "7908\n", - "26987711.135226555\n", - "{'n': 1174, 'm': 3393, 'k_avg': 5.780238500851789, 'intersection_count': 999, 'streets_per_node_avg': 3.01618398637138, 'streets_per_node_counts': {0: 0, 1: 175, 2: 0, 3: 633, 4: 363, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14906303236797275, 2: 0.0, 3: 0.5391822827938672, 4: 0.3091993185689949, 5: 0.002555366269165247}, 'edge_length_total': 422633.38200000144, 'edge_length_avg': 124.56038373121174, 'street_length_total': 215496.83199999997, 'street_length_avg': 123.35250829994274, 'street_segments_count': 1747, 'node_density_km': 43.50128079100416, 'intersection_density_km': 37.01684796440644, 'edge_density_km': 15660.215862039, 'street_density_km': 7984.9984654206555, 'circuity_avg': 1.0392872215511364, 'self_loop_proportion': 0.0011788977306218685, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0392872215511364\n", - "7909\n", - "7995817.62225355\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 178, 'm': 590, 'k_avg': 6.629213483146067, 'intersection_count': 162, 'streets_per_node_avg': 3.3820224719101124, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 64, 4: 97, 5: 0, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0898876404494382, 2: 0.0, 3: 0.3595505617977528, 4: 0.5449438202247191, 5: 0.0, 6: 0.0056179775280898875}, 'edge_length_total': 101507.35800000005, 'edge_length_avg': 172.0463694915255, 'street_length_total': 50753.678999999975, 'street_length_avg': 172.04636949152533, 'street_segments_count': 295, 'node_density_km': 22.261638322589988, 'intersection_density_km': 20.260592181233584, 'edge_density_km': 12695.056690323947, 'street_density_km': 6347.528345161967, 'circuity_avg': 1.027991182803911, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.027991182803911\n", - "7910\n", - "16001638.606556654\n", - "{'n': 332, 'm': 959, 'k_avg': 5.77710843373494, 'intersection_count': 297, 'streets_per_node_avg': 3.0060240963855422, 'streets_per_node_counts': {0: 0, 1: 35, 2: 0, 3: 227, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10542168674698796, 2: 0.0, 3: 0.6837349397590361, 4: 0.20481927710843373, 5: 0.006024096385542169}, 'edge_length_total': 180393.6179999998, 'edge_length_avg': 188.10596246089656, 'street_length_total': 90249.85900000007, 'street_length_avg': 188.0205395833335, 'street_segments_count': 480, 'node_density_km': 20.74787514973394, 'intersection_density_km': 18.56059915503307, 'edge_density_km': 11273.446578532508, 'street_density_km': 5640.0385747382325, 'circuity_avg': 1.0213634410282617, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0213634410282617\n", - "7911\n", - "47973261.32260875\n", - "{'n': 2026, 'm': 5633, 'k_avg': 5.56071076011846, 'intersection_count': 1655, 'streets_per_node_avg': 2.8484698914116486, 'streets_per_node_counts': {0: 0, 1: 371, 2: 0, 3: 1222, 4: 431, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18311944718657452, 2: 0.0, 3: 0.6031589338598223, 4: 0.21273445212240868, 5: 0.0009871668311944718}, 'edge_length_total': 730773.0220000033, 'edge_length_avg': 129.73069802946978, 'street_length_total': 367380.6340000001, 'street_length_avg': 128.90548561403511, 'street_segments_count': 2850, 'node_density_km': 42.23185883435426, 'intersection_density_km': 34.498384190945856, 'edge_density_km': 15232.923546425765, 'street_density_km': 7658.02915773128, 'circuity_avg': 1.0385961122929657, 'self_loop_proportion': 0.0039055565418072077, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0385961122929657\n", - "7912\n", - "13993560.107086387\n", - "{'n': 293, 'm': 825, 'k_avg': 5.631399317406143, 'intersection_count': 261, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 32, 2: 1, 3: 195, 4: 65}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10921501706484642, 2: 0.0034129692832764505, 3: 0.6655290102389079, 4: 0.22184300341296928}, 'edge_length_total': 175068.77699999994, 'edge_length_avg': 212.2045781818181, 'street_length_total': 89123.55099999999, 'street_length_avg': 212.19893095238092, 'street_segments_count': 420, 'node_density_km': 20.93820284172173, 'intersection_density_km': 18.651436661055875, 'edge_density_km': 12510.667454191625, 'street_density_km': 6368.897572739014, 'circuity_avg': 1.0286274951600565, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0286274951600565\n", - "7913\n", - "16993547.63937962\n", - "{'n': 280, 'm': 762, 'k_avg': 5.442857142857143, 'intersection_count': 238, 'streets_per_node_avg': 2.942857142857143, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 171, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15, 2: 0.0, 3: 0.6107142857142858, 4: 0.2357142857142857, 5: 0.0035714285714285713}, 'edge_length_total': 163676.50800000032, 'edge_length_avg': 214.79856692913427, 'street_length_total': 83571.04900000006, 'street_length_avg': 212.64897964376604, 'street_segments_count': 393, 'node_density_km': 16.476842030980524, 'intersection_density_km': 14.005315726333446, 'edge_density_km': 9631.68559463759, 'street_density_km': 4917.810616915478, 'circuity_avg': 1.0263926387256843, 'self_loop_proportion': 0.0026246719160104987, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0263926387256843\n", - "7914\n", - "10006563.260570845\n", - "{'n': 274, 'm': 775, 'k_avg': 5.656934306569343, 'intersection_count': 242, 'streets_per_node_avg': 3.0255474452554743, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 175, 4: 64, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11678832116788321, 2: 0.0, 3: 0.6386861313868614, 4: 0.23357664233576642, 5: 0.0072992700729927005, 6: 0.0036496350364963502}, 'edge_length_total': 126297.67199999977, 'edge_length_avg': 162.96473806451584, 'street_length_total': 64097.572999999975, 'street_length_avg': 163.0981501272264, 'street_segments_count': 393, 'node_density_km': 27.38202846122507, 'intersection_density_km': 24.184127327067397, 'edge_density_km': 12621.48339157103, 'street_density_km': 6405.553168545441, 'circuity_avg': 1.0551798252484705, 'self_loop_proportion': 0.007741935483870968, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0551798252484705\n", - "7915\n", - "9999144.34903288\n", - "{'n': 401, 'm': 1194, 'k_avg': 5.9551122194513715, 'intersection_count': 355, 'streets_per_node_avg': 3.112219451371571, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 219, 4: 135, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11471321695760599, 2: 0.0, 3: 0.5461346633416458, 4: 0.33665835411471323, 5: 0.0024937655860349127}, 'edge_length_total': 154434.47300000017, 'edge_length_avg': 129.3421046901174, 'street_length_total': 77421.26899999993, 'street_length_avg': 129.46700501672228, 'street_segments_count': 598, 'node_density_km': 40.103431453990844, 'intersection_density_km': 35.50303782086471, 'edge_density_km': 15444.768833138918, 'street_density_km': 7742.789412524896, 'circuity_avg': 1.0204586307414938, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0204586307414938\n", - "7916\n", - "16992897.781308625\n", - "{'n': 400, 'm': 1176, 'k_avg': 5.88, 'intersection_count': 345, 'streets_per_node_avg': 3.0775, 'streets_per_node_counts': {0: 0, 1: 55, 2: 0, 3: 206, 4: 137, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1375, 2: 0.0, 3: 0.515, 4: 0.3425, 5: 0.005}, 'edge_length_total': 208801.82699999952, 'edge_length_avg': 177.55257397959144, 'street_length_total': 104958.5490000001, 'street_length_avg': 175.22295325542586, 'street_segments_count': 599, 'node_density_km': 23.53924593367359, 'intersection_density_km': 20.302599617793472, 'edge_density_km': 12287.593892883388, 'street_density_km': 6176.612744381331, 'circuity_avg': 1.0229847011317916, 'self_loop_proportion': 0.0017006802721088435, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0229847011317916\n", - "7917\n", - "16996488.38102625\n", - "{'n': 477, 'm': 1510, 'k_avg': 6.331236897274633, 'intersection_count': 438, 'streets_per_node_avg': 3.2557651991614254, 'streets_per_node_counts': {0: 0, 1: 39, 2: 0, 3: 247, 4: 184, 5: 5, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.08176100628930817, 2: 0.0, 3: 0.5178197064989518, 4: 0.3857442348008386, 5: 0.010482180293501049, 6: 0.0041928721174004195}, 'edge_length_total': 234324.37200000053, 'edge_length_avg': 155.18170331125862, 'street_length_total': 117162.18599999993, 'street_length_avg': 155.1817033112582, 'street_segments_count': 755, 'node_density_km': 28.064620720859676, 'intersection_density_km': 25.77002908959442, 'edge_density_km': 13786.634435709948, 'street_density_km': 6893.317217854955, 'circuity_avg': 1.0254555469635946, 'self_loop_proportion': 0.0026490066225165563, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0254555469635946\n", - "7918\n", - "4998444.159874958\n", - "{'n': 315, 'm': 914, 'k_avg': 5.803174603174603, 'intersection_count': 278, 'streets_per_node_avg': 3.015873015873016, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 202, 4: 74, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11746031746031746, 2: 0.0, 3: 0.6412698412698413, 4: 0.23492063492063492, 5: 0.0031746031746031746, 6: 0.0031746031746031746}, 'edge_length_total': 90846.21199999997, 'edge_length_avg': 99.39410503282272, 'street_length_total': 45423.10599999998, 'street_length_avg': 99.39410503282271, 'street_segments_count': 457, 'node_density_km': 63.01960968748325, 'intersection_density_km': 55.61730632736617, 'edge_density_km': 18174.897847067798, 'street_density_km': 9087.448923533897, 'circuity_avg': 1.031273778203689, 'self_loop_proportion': 0.002188183807439825, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.031273778203689\n", - "7919\n", - "29989072.767902307\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 5916, 'm': 17007, 'k_avg': 5.749492900608519, 'intersection_count': 5016, 'streets_per_node_avg': 2.9584178498985803, 'streets_per_node_counts': {0: 0, 1: 900, 2: 1, 3: 3489, 4: 1498, 5: 27, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15212981744421908, 2: 0.00016903313049357674, 3: 0.5897565922920892, 4: 0.253211629479378, 5: 0.004563894523326572, 6: 0.00016903313049357674}, 'edge_length_total': 1060274.0019999926, 'edge_length_avg': 62.34338813429721, 'street_length_total': 541803.6400000002, 'street_length_avg': 62.27628045977014, 'street_segments_count': 8700, 'node_density_km': 197.27185451135293, 'intersection_density_km': 167.26092329765825, 'edge_density_km': 35355.34460187837, 'street_density_km': 18066.701968188216, 'circuity_avg': 1.0775995490625858, 'self_loop_proportion': 0.003645557711530546, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0775995490625858\n", - "7920\n", - "83024782.99096256\n", - "error with entry 7920\n", - "7921\n", - "7001559.952589852\n", - "{'n': 276, 'm': 756, 'k_avg': 5.478260869565218, 'intersection_count': 211, 'streets_per_node_avg': 2.818840579710145, 'streets_per_node_counts': {0: 0, 1: 65, 2: 0, 3: 132, 4: 78, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23550724637681159, 2: 0.0, 3: 0.4782608695652174, 4: 0.2826086956521739, 5: 0.0036231884057971015}, 'edge_length_total': 91616.47199999998, 'edge_length_avg': 121.1858095238095, 'street_length_total': 45808.23599999996, 'street_length_avg': 121.18580952380943, 'street_segments_count': 378, 'node_density_km': 39.41978671451761, 'intersection_density_km': 30.136141292620348, 'edge_density_km': 13085.15139774121, 'street_density_km': 6542.575698870601, 'circuity_avg': 1.0333021869385965, 'self_loop_proportion': 0.0026455026455026454, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0333021869385965\n", - "7922\n", - "10003485.520389358\n", - "{'n': 695, 'm': 1840, 'k_avg': 5.294964028776978, 'intersection_count': 552, 'streets_per_node_avg': 2.7179856115107914, 'streets_per_node_counts': {0: 0, 1: 143, 2: 0, 3: 463, 4: 88, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20575539568345325, 2: 0.0, 3: 0.6661870503597123, 4: 0.12661870503597122, 5: 0.0014388489208633094}, 'edge_length_total': 162347.4169999997, 'edge_length_avg': 88.23229184782592, 'street_length_total': 81419.12599999996, 'street_length_avg': 87.92562203023753, 'street_segments_count': 926, 'node_density_km': 69.47578407380442, 'intersection_density_km': 55.180766631280626, 'edge_density_km': 16229.085019326421, 'street_density_km': 8139.075708566723, 'circuity_avg': 1.0715645739265915, 'self_loop_proportion': 0.0010869565217391304, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715645739265915\n", - "7923\n", - "8999716.192715155\n", - "{'n': 549, 'm': 1390, 'k_avg': 5.063752276867031, 'intersection_count': 407, 'streets_per_node_avg': 2.579234972677596, 'streets_per_node_counts': {0: 0, 1: 142, 2: 0, 3: 356, 4: 49, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2586520947176685, 2: 0.0, 3: 0.6484517304189436, 4: 0.08925318761384335, 5: 0.0036429872495446266}, 'edge_length_total': 145321.39399999985, 'edge_length_avg': 104.5477654676258, 'street_length_total': 72660.69699999997, 'street_length_avg': 104.54776546762585, 'street_segments_count': 695, 'node_density_km': 61.00192364336884, 'intersection_density_km': 45.22364831120422, 'edge_density_km': 16147.330747788541, 'street_density_km': 8073.665373894276, 'circuity_avg': 1.059807898183163, 'self_loop_proportion': 0.0028776978417266188, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059807898183163\n", - "7924\n", - "6996807.517507834\n", - "{'n': 486, 'm': 1274, 'k_avg': 5.242798353909465, 'intersection_count': 373, 'streets_per_node_avg': 2.6604938271604937, 'streets_per_node_counts': {0: 0, 1: 113, 2: 0, 3: 315, 4: 55, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23251028806584362, 2: 0.0, 3: 0.6481481481481481, 4: 0.11316872427983539, 5: 0.006172839506172839}, 'edge_length_total': 109991.33599999997, 'edge_length_avg': 86.33542857142855, 'street_length_total': 54995.66800000001, 'street_length_avg': 86.3354285714286, 'street_segments_count': 637, 'node_density_km': 69.46025009033069, 'intersection_density_km': 53.31002733270236, 'edge_density_km': 15720.217502735784, 'street_density_km': 7860.108751367896, 'circuity_avg': 1.0610456149946565, 'self_loop_proportion': 0.0031397174254317113, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0610456149946565\n", - "7925\n", - "5006580.373998536\n", - "{'n': 175, 'm': 430, 'k_avg': 4.914285714285715, 'intersection_count': 137, 'streets_per_node_avg': 2.7142857142857144, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 114, 4: 20, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21714285714285714, 2: 0.0, 3: 0.6514285714285715, 4: 0.11428571428571428, 5: 0.017142857142857144}, 'edge_length_total': 37416.936999999976, 'edge_length_avg': 87.01613255813947, 'street_length_total': 19144.245999999992, 'street_length_avg': 83.59932751091699, 'street_segments_count': 229, 'node_density_km': 34.953997924182964, 'intersection_density_km': 27.36398694636038, 'edge_density_km': 7473.5516470130515, 'street_density_km': 3823.8167711088445, 'circuity_avg': 1.0982720106027635, 'self_loop_proportion': 0.009302325581395349, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0982720106027635\n", - "7926\n", - "6008906.84230456\n", - "{'n': 180, 'm': 479, 'k_avg': 5.322222222222222, 'intersection_count': 151, 'streets_per_node_avg': 2.8222222222222224, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 125, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16111111111111112, 2: 0.0, 3: 0.6944444444444444, 4: 0.14444444444444443}, 'edge_length_total': 67246.08100000003, 'edge_length_avg': 140.388478079332, 'street_length_total': 33701.14600000001, 'street_length_avg': 140.4214416666667, 'street_segments_count': 240, 'node_density_km': 29.95553180035084, 'intersection_density_km': 25.129362788072093, 'edge_density_km': 11191.067321358163, 'street_density_km': 5608.5319483959265, 'circuity_avg': 1.081636936698993, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.081636936698993\n", - "7927\n", - "5007064.380472329\n", - "{'n': 167, 'm': 389, 'k_avg': 4.658682634730539, 'intersection_count': 118, 'streets_per_node_avg': 2.4550898203592815, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 111, 4: 7}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2934131736526946, 2: 0.0, 3: 0.6646706586826348, 4: 0.041916167664670656}, 'edge_length_total': 43102.06399999993, 'edge_length_avg': 110.80222107969135, 'street_length_total': 21927.693, 'street_length_avg': 109.638465, 'street_segments_count': 200, 'node_density_km': 33.35287651808592, 'intersection_density_km': 23.566703168467896, 'edge_density_km': 8608.250408782242, 'street_density_km': 4379.351119493994, 'circuity_avg': 1.1120873990658469, 'self_loop_proportion': 0.010282776349614395, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1120873990658469\n", - "7928\n", - "15024819.05016837\n", - "{'n': 1133, 'm': 2847, 'k_avg': 5.025595763459841, 'intersection_count': 869, 'streets_per_node_avg': 2.6204766107678727, 'streets_per_node_counts': {0: 0, 1: 264, 2: 1, 3: 771, 4: 95, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23300970873786409, 2: 0.00088261253309797, 3: 0.6804942630185349, 4: 0.08384819064430715, 5: 0.00176522506619594}, 'edge_length_total': 259936.16400000057, 'edge_length_avg': 91.30177871443645, 'street_length_total': 132152.33500000014, 'street_length_avg': 89.83843303874924, 'street_segments_count': 1471, 'node_density_km': 75.40856207431685, 'intersection_density_km': 57.83763498903914, 'edge_density_km': 17300.452213904544, 'street_density_km': 8795.602433462866, 'circuity_avg': 1.0942405946719704, 'self_loop_proportion': 0.0035124692658939235, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0942405946719704\n", - "7929\n", - "13999478.623048984\n", - "{'n': 1186, 'm': 3028, 'k_avg': 5.106239460370995, 'intersection_count': 877, 'streets_per_node_avg': 2.6079258010118043, 'streets_per_node_counts': {0: 0, 1: 309, 2: 0, 3: 727, 4: 148, 5: 1, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.260539629005059, 2: 0.0, 3: 0.6129848229342327, 4: 0.12478920741989882, 5: 0.0008431703204047217, 6: 0.0008431703204047217}, 'edge_length_total': 264297.2580000004, 'edge_length_avg': 87.28443130779405, 'street_length_total': 132148.62900000007, 'street_length_avg': 87.28443130779397, 'street_segments_count': 1514, 'node_density_km': 84.71744069435194, 'intersection_density_km': 62.6451901255874, 'edge_density_km': 18879.07865117611, 'street_density_km': 9439.539325588046, 'circuity_avg': 1.0612983200226676, 'self_loop_proportion': 0.0006605019815059445, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0612983200226676\n", - "7930\n", - "9003650.322878698\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 661, 'm': 1727, 'k_avg': 5.225416036308624, 'intersection_count': 532, 'streets_per_node_avg': 2.7276853252647504, 'streets_per_node_counts': {0: 0, 1: 129, 2: 0, 3: 459, 4: 69, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1951588502269289, 2: 0.0, 3: 0.6944024205748865, 4: 0.1043872919818457, 5: 0.0045385779122541605, 6: 0.0015128593040847202}, 'edge_length_total': 174922.61899999992, 'edge_length_avg': 101.28698262883609, 'street_length_total': 87534.02699999986, 'street_length_avg': 101.19540693641602, 'street_segments_count': 865, 'node_density_km': 73.41466808416226, 'intersection_density_km': 59.08714587106554, 'edge_density_km': 19427.96673872522, 'street_density_km': 9722.059815847333, 'circuity_avg': 1.0733876671977043, 'self_loop_proportion': 0.005790387955993051, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0733876671977043\n", - "7931\n", - "39990090.85165831\n", - "{'n': 434, 'm': 1146, 'k_avg': 5.28110599078341, 'intersection_count': 389, 'streets_per_node_avg': 3.0806451612903225, 'streets_per_node_counts': {0: 0, 1: 45, 2: 4, 3: 260, 4: 122, 5: 2, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10368663594470046, 2: 0.009216589861751152, 3: 0.5990783410138248, 4: 0.28110599078341014, 5: 0.004608294930875576, 6: 0.002304147465437788}, 'edge_length_total': 241257.61099999998, 'edge_length_avg': 210.5214755671902, 'street_length_total': 141782.31099999993, 'street_length_avg': 215.14766464339897, 'street_segments_count': 659, 'node_density_km': 10.852688522511894, 'intersection_density_km': 9.727409758656973, 'edge_density_km': 6032.934806148246, 'street_density_km': 3545.4360813016383, 'circuity_avg': 1.0672494394769465, 'self_loop_proportion': 0.0034904013961605585, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0672494394769465\n", - "7932\n", - "11999109.382425848\n", - "{'n': 637, 'm': 1584, 'k_avg': 4.97331240188383, 'intersection_count': 449, 'streets_per_node_avg': 2.5463108320251178, 'streets_per_node_counts': {0: 0, 1: 188, 2: 0, 3: 367, 4: 77, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.29513343799058084, 2: 0.0, 3: 0.576138147566719, 4: 0.12087912087912088, 5: 0.007849293563579277}, 'edge_length_total': 163062.52800000022, 'edge_length_avg': 102.9435151515153, 'street_length_total': 81531.26400000004, 'street_length_avg': 102.9435151515152, 'street_segments_count': 792, 'node_density_km': 53.08727337155238, 'intersection_density_km': 37.41944386786031, 'edge_density_km': 13589.5525911969, 'street_density_km': 6794.776295598444, 'circuity_avg': 1.1130782980224545, 'self_loop_proportion': 0.008838383838383838, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1130782980224545\n", - "7933\n", - "11014925.482229194\n", - "{'n': 260, 'm': 600, 'k_avg': 4.615384615384615, 'intersection_count': 198, 'streets_per_node_avg': 2.6384615384615384, 'streets_per_node_counts': {0: 0, 1: 62, 2: 1, 3: 170, 4: 25, 5: 0, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23846153846153847, 2: 0.0038461538461538464, 3: 0.6538461538461539, 4: 0.09615384615384616, 5: 0.0, 6: 0.007692307692307693}, 'edge_length_total': 73384.49600000003, 'edge_length_avg': 122.30749333333338, 'street_length_total': 38977.86099999999, 'street_length_avg': 116.70018263473051, 'street_segments_count': 334, 'node_density_km': 23.60433580957657, 'intersection_density_km': 17.975609578062155, 'edge_density_km': 6662.278026155881, 'street_density_km': 3538.640462242299, 'circuity_avg': 1.071686291096214, 'self_loop_proportion': 0.006666666666666667, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.071686291096214\n", - "7934\n", - "10000372.491065629\n", - "{'n': 914, 'm': 2380, 'k_avg': 5.207877461706784, 'intersection_count': 719, 'streets_per_node_avg': 2.6531728665207877, 'streets_per_node_counts': {0: 0, 1: 195, 2: 0, 3: 647, 4: 71, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21334792122538293, 2: 0.0, 3: 0.7078774617067833, 4: 0.07768052516411379, 5: 0.0010940919037199124}, 'edge_length_total': 187204.38499999998, 'edge_length_avg': 78.65730462184874, 'street_length_total': 93726.72300000004, 'street_length_avg': 78.56389186923725, 'street_segments_count': 1193, 'node_density_km': 91.39659555847255, 'intersection_density_km': 71.89732188899536, 'edge_density_km': 18719.74120636497, 'street_density_km': 9372.323189334782, 'circuity_avg': 1.0832307294540486, 'self_loop_proportion': 0.0008403361344537816, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0832307294540486\n", - "7935\n", - "10988976.949901601\n", - "{'n': 1090, 'm': 2918, 'k_avg': 5.354128440366972, 'intersection_count': 879, 'streets_per_node_avg': 2.7458715596330276, 'streets_per_node_counts': {0: 0, 1: 211, 2: 0, 3: 739, 4: 136, 5: 3, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19357798165137616, 2: 0.0, 3: 0.6779816513761467, 4: 0.12477064220183487, 5: 0.0027522935779816515, 6: 0.0009174311926605505}, 'edge_length_total': 231073.4900000005, 'edge_length_avg': 79.18899588759442, 'street_length_total': 115584.91700000007, 'street_length_avg': 79.16775136986307, 'street_segments_count': 1460, 'node_density_km': 99.19030724782439, 'intersection_density_km': 79.98924777141067, 'edge_density_km': 21027.752724703783, 'street_density_km': 10518.260027930539, 'circuity_avg': 1.0517073122100051, 'self_loop_proportion': 0.0006854009595613434, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0517073122100051\n", - "7936\n", - "24986212.728010114\n", - "{'n': 1647, 'm': 4382, 'k_avg': 5.3211900425015175, 'intersection_count': 1292, 'streets_per_node_avg': 2.706132361870067, 'streets_per_node_counts': {0: 0, 1: 355, 2: 1, 3: 1070, 4: 216, 5: 4, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21554341226472373, 2: 0.0006071645415907711, 3: 0.6496660595021251, 4: 0.13114754098360656, 5: 0.0024286581663630845, 6: 0.0006071645415907711}, 'edge_length_total': 486648.22899999685, 'edge_length_avg': 111.05619100867112, 'street_length_total': 244417.71499999988, 'street_length_avg': 111.04848477964556, 'street_segments_count': 2201, 'node_density_km': 65.91635226709151, 'intersection_density_km': 51.70851677539904, 'edge_density_km': 19476.67036607165, 'street_density_km': 9782.103340775693, 'circuity_avg': 1.0699395543253292, 'self_loop_proportion': 0.004107713372889092, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0699395543253292\n", - "7937\n", - "9992008.686480355\n", - "{'n': 852, 'm': 2162, 'k_avg': 5.075117370892019, 'intersection_count': 656, 'streets_per_node_avg': 2.624413145539906, 'streets_per_node_counts': {0: 0, 1: 196, 2: 0, 3: 586, 4: 68, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2300469483568075, 2: 0.0, 3: 0.687793427230047, 4: 0.07981220657276995, 5: 0.002347417840375587}, 'edge_length_total': 188620.7019999999, 'edge_length_avg': 87.24361794634594, 'street_length_total': 94310.35100000005, 'street_length_avg': 87.24361794634602, 'street_segments_count': 1081, 'node_density_km': 85.26814044435281, 'intersection_density_km': 65.65246494306976, 'edge_density_km': 18877.155526817383, 'street_density_km': 9438.5777634087, 'circuity_avg': 1.0686811065754567, 'self_loop_proportion': 0.0037002775208140612, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0686811065754567\n", - "7938\n", - "15003119.998664116\n", - "{'n': 156, 'm': 430, 'k_avg': 5.512820512820513, 'intersection_count': 130, 'streets_per_node_avg': 2.858974358974359, 'streets_per_node_counts': {0: 0, 1: 26, 2: 0, 3: 100, 4: 30}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16666666666666666, 2: 0.0, 3: 0.6410256410256411, 4: 0.19230769230769232}, 'edge_length_total': 81685.302, 'edge_length_avg': 189.96581860465116, 'street_length_total': 40842.65100000003, 'street_length_avg': 189.96581860465128, 'street_segments_count': 215, 'node_density_km': 10.397837250777858, 'intersection_density_km': 8.664864375648214, 'edge_density_km': 5444.554333183583, 'street_density_km': 2722.2771665917935, 'circuity_avg': 1.0680362727934631, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0680362727934631\n", - "7939\n", - "7998512.933683487\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1551, 'm': 4165, 'k_avg': 5.3707285622179235, 'intersection_count': 1217, 'streets_per_node_avg': 2.7092198581560285, 'streets_per_node_counts': {0: 0, 1: 334, 2: 0, 3: 1012, 4: 193, 5: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21534493874919408, 2: 0.0, 3: 0.6524822695035462, 4: 0.12443584784010316, 5: 0.007736943907156673}, 'edge_length_total': 225625.36299999917, 'edge_length_avg': 54.171755822328734, 'street_length_total': 112974.0519999998, 'street_length_avg': 54.18419760191837, 'street_segments_count': 2085, 'node_density_km': 193.9110448228945, 'intersection_density_km': 152.15328275271605, 'edge_density_km': 28208.413847759304, 'street_density_km': 14124.381986586703, 'circuity_avg': 1.1002680756189713, 'self_loop_proportion': 0.0019207683073229293, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1002680756189713\n", - "7940\n", - "272061207.9541179\n", - "error with entry 7940\n", - "7941\n", - "7994039.3851392865\n", - "{'n': 636, 'm': 1585, 'k_avg': 4.984276729559748, 'intersection_count': 463, 'streets_per_node_avg': 2.5660377358490565, 'streets_per_node_counts': {0: 0, 1: 173, 2: 0, 3: 396, 4: 64, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2720125786163522, 2: 0.0, 3: 0.6226415094339622, 4: 0.10062893081761007, 5: 0.0047169811320754715}, 'edge_length_total': 131317.03699999978, 'edge_length_avg': 82.84986561514181, 'street_length_total': 65810.46299999996, 'street_length_avg': 82.78045660377353, 'street_segments_count': 795, 'node_density_km': 79.55927777667792, 'intersection_density_km': 57.91815347578911, 'edge_density_km': 16426.868904863637, 'street_density_km': 8232.441676774812, 'circuity_avg': 1.104305001425862, 'self_loop_proportion': 0.006309148264984227, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.104305001425862\n", - "7942\n", - "7000779.360656469\n", - "{'n': 744, 'm': 2164, 'k_avg': 5.817204301075269, 'intersection_count': 692, 'streets_per_node_avg': 3.056451612903226, 'streets_per_node_counts': {0: 0, 1: 52, 2: 0, 3: 559, 4: 124, 5: 5, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06989247311827956, 2: 0.0, 3: 0.7513440860215054, 4: 0.16666666666666666, 5: 0.006720430107526882, 6: 0.005376344086021506}, 'edge_length_total': 125645.78000000046, 'edge_length_avg': 58.061820702403175, 'street_length_total': 67439.50600000002, 'street_length_avg': 60.1601302408564, 'street_segments_count': 1121, 'node_density_km': 106.27388204536052, 'intersection_density_km': 98.84613760132994, 'edge_density_km': 17947.398929055602, 'street_density_km': 9633.142615378207, 'circuity_avg': 1.0967277542698712, 'self_loop_proportion': 0.0009242144177449168, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0967277542698712\n", - "7943\n", - "6997169.899375599\n", - "{'n': 480, 'm': 1181, 'k_avg': 4.920833333333333, 'intersection_count': 350, 'streets_per_node_avg': 2.5416666666666665, 'streets_per_node_counts': {0: 0, 1: 130, 2: 0, 3: 313, 4: 34, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2708333333333333, 2: 0.0, 3: 0.6520833333333333, 4: 0.07083333333333333, 5: 0.00625}, 'edge_length_total': 121502.48700000001, 'edge_length_avg': 102.88102201524133, 'street_length_total': 60867.47300000003, 'street_length_avg': 102.99064805414557, 'street_segments_count': 591, 'node_density_km': 68.59916321923716, 'intersection_density_km': 50.02022318069376, 'edge_density_km': 17364.518619283837, 'street_density_km': 8698.870239728152, 'circuity_avg': 1.1066445136151495, 'self_loop_proportion': 0.002540220152413209, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1066445136151495\n", - "7944\n", - "5997343.795682211\n", - "{'n': 557, 'm': 1336, 'k_avg': 4.797127468581688, 'intersection_count': 389, 'streets_per_node_avg': 2.4829443447037702, 'streets_per_node_counts': {0: 0, 1: 168, 2: 1, 3: 341, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3016157989228007, 2: 0.0017953321364452424, 3: 0.6122082585278277, 4: 0.0807899461400359, 5: 0.003590664272890485}, 'edge_length_total': 101722.15799999973, 'edge_length_avg': 76.13933982035908, 'street_length_total': 51012.975, 'street_length_avg': 76.25257847533632, 'street_segments_count': 669, 'node_density_km': 92.87444891870501, 'intersection_density_km': 64.86204780857496, 'edge_density_km': 16961.201736214392, 'street_density_km': 8505.928080482363, 'circuity_avg': 1.0713680973065978, 'self_loop_proportion': 0.004491017964071856, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0713680973065978\n", - "7945\n", - "14000238.162139662\n", - "{'n': 1239, 'm': 3232, 'k_avg': 5.217110573042777, 'intersection_count': 951, 'streets_per_node_avg': 2.6440677966101696, 'streets_per_node_counts': {0: 0, 1: 288, 2: 0, 3: 821, 4: 125, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2324455205811138, 2: 0.0, 3: 0.6626311541565779, 4: 0.10088781275221953, 5: 0.004035512510088781}, 'edge_length_total': 230054.54200000022, 'edge_length_avg': 71.18024195544561, 'street_length_total': 115027.27099999979, 'street_length_avg': 71.18024195544541, 'street_segments_count': 1616, 'node_density_km': 88.49849450065663, 'intersection_density_km': 67.92741587580667, 'edge_density_km': 16432.187748214772, 'street_density_km': 8216.093874107362, 'circuity_avg': 1.0589725052676515, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0589725052676515\n", - "7946\n", - "15003432.603286853\n", - "{'n': 1725, 'm': 4310, 'k_avg': 4.9971014492753625, 'intersection_count': 1275, 'streets_per_node_avg': 2.575072463768116, 'streets_per_node_counts': {0: 0, 1: 450, 2: 0, 3: 1112, 4: 159, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2608695652173913, 2: 0.0, 3: 0.6446376811594203, 4: 0.09217391304347826, 5: 0.002318840579710145}, 'edge_length_total': 337911.85399999906, 'edge_length_avg': 78.40182227378169, 'street_length_total': 178291.60300000018, 'street_length_avg': 81.67274530462674, 'street_segments_count': 2183, 'node_density_km': 114.97368939572523, 'intersection_density_km': 84.980553031623, 'edge_density_km': 22522.30292459684, 'street_density_km': 11883.387469674188, 'circuity_avg': 1.0751433166970963, 'self_loop_proportion': 0.0018561484918793504, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0751433166970963\n", - "7947\n", - "28980455.150360644\n", - "error with entry 7947\n", - "7948\n", - "20998156.879587013\n", - "{'n': 2688, 'm': 7204, 'k_avg': 5.3601190476190474, 'intersection_count': 2116, 'streets_per_node_avg': 2.7503720238095237, 'streets_per_node_counts': {0: 0, 1: 572, 2: 0, 3: 1663, 4: 435, 5: 16, 6: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.21279761904761904, 2: 0.0, 3: 0.6186755952380952, 4: 0.16183035714285715, 5: 0.005952380952380952, 6: 0.000744047619047619}, 'edge_length_total': 538413.9870000015, 'edge_length_avg': 74.73819919489193, 'street_length_total': 272828.47799999954, 'street_length_avg': 74.40100299972717, 'street_segments_count': 3667, 'node_density_km': 128.01123524384616, 'intersection_density_km': 100.77074917261105, 'edge_density_km': 25641.01173676872, 'street_density_km': 12992.97264824347, 'circuity_avg': 1.1109720100529685, 'self_loop_proportion': 0.010272071071626874, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1109720100529685\n", - "7949\n", - "7994691.128693978\n", - "{'n': 182, 'm': 398, 'k_avg': 4.373626373626373, 'intersection_count': 111, 'streets_per_node_avg': 2.258241758241758, 'streets_per_node_counts': {0: 0, 1: 71, 2: 0, 3: 105, 4: 5, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3901098901098901, 2: 0.0, 3: 0.5769230769230769, 4: 0.027472527472527472, 5: 0.005494505494505495}, 'edge_length_total': 50896.41600000006, 'edge_length_avg': 127.88044221105544, 'street_length_total': 25448.208000000006, 'street_length_avg': 127.88044221105531, 'street_segments_count': 199, 'node_density_km': 22.765107128001294, 'intersection_density_km': 13.884213687956834, 'edge_density_km': 6366.276717974289, 'street_density_km': 3183.138358987141, 'circuity_avg': 1.162412995533249, 'self_loop_proportion': 0.005025125628140704, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.162412995533249\n", - "7950\n", - "5995361.111101168\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 54, 'm': 120, 'k_avg': 4.444444444444445, 'intersection_count': 39, 'streets_per_node_avg': 2.4814814814814814, 'streets_per_node_counts': {0: 0, 1: 15, 2: 0, 3: 37, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2777777777777778, 2: 0.0, 3: 0.6851851851851852, 4: 0.037037037037037035}, 'edge_length_total': 20748.694, 'edge_length_avg': 172.90578333333332, 'street_length_total': 10374.346999999996, 'street_length_avg': 172.90578333333326, 'street_segments_count': 60, 'node_density_km': 9.00696371733342, 'intersection_density_km': 6.50502935140747, 'edge_density_km': 3460.791371112104, 'street_density_km': 1730.3956855560514, 'circuity_avg': 1.0855243293619388, 'self_loop_proportion': 0.016666666666666666, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0855243293619388\n", - "7951\n", - "5995744.270300931\n", - "{'n': 553, 'm': 1294, 'k_avg': 4.679927667269439, 'intersection_count': 361, 'streets_per_node_avg': 2.359855334538879, 'streets_per_node_counts': {0: 0, 1: 192, 2: 0, 3: 332, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.3471971066907776, 2: 0.0, 3: 0.6003616636528029, 4: 0.05063291139240506, 5: 0.0018083182640144665}, 'edge_length_total': 106904.21000000004, 'edge_length_avg': 82.61530911901085, 'street_length_total': 53452.10499999996, 'street_length_avg': 82.61530911901076, 'street_segments_count': 647, 'node_density_km': 92.23208580446085, 'intersection_density_km': 60.20937246909651, 'edge_density_km': 17830.014954029124, 'street_density_km': 8915.007477014551, 'circuity_avg': 1.1051140500540677, 'self_loop_proportion': 0.0061823802163833074, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1051140500540677\n", - "7952\n", - "65960793.26391682\n", - "{'n': 7079, 'm': 17457, 'k_avg': 4.932052549795169, 'intersection_count': 5084, 'streets_per_node_avg': 2.542166972736262, 'streets_per_node_counts': {0: 0, 1: 1995, 2: 9, 3: 4354, 4: 688, 5: 29, 6: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2818194660262749, 2: 0.0012713660121486086, 3: 0.6150586240994491, 4: 0.0971888684842492, 5: 0.004096623816923294, 6: 0.0005650515609549371}, 'edge_length_total': 1485015.330000003, 'edge_length_avg': 85.06704072864771, 'street_length_total': 756771.0620000048, 'street_length_avg': 84.67842251314812, 'street_segments_count': 8937, 'node_density_km': 107.32132907613915, 'intersection_density_km': 77.07608942267149, 'edge_density_km': 22513.606288182185, 'street_density_km': 11473.043675688914, 'circuity_avg': 1.0959154461573632, 'self_loop_proportion': 0.0040098527811193215, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0959154461573632\n", - "7953\n", - "6007583.944087606\n", - "{'n': 197, 'm': 515, 'k_avg': 5.228426395939087, 'intersection_count': 168, 'streets_per_node_avg': 2.786802030456853, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 153, 4: 14, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14720812182741116, 2: 0.0, 3: 0.7766497461928934, 4: 0.07106598984771574, 5: 0.005076142131979695}, 'edge_length_total': 71374.4600000001, 'edge_length_avg': 138.5911844660196, 'street_length_total': 35757.159, 'street_length_avg': 138.59363953488372, 'street_segments_count': 258, 'node_density_km': 32.79188469665556, 'intersection_density_km': 27.964652939279866, 'edge_density_km': 11880.726206122119, 'street_density_km': 5952.00322339076, 'circuity_avg': 1.0306963593652745, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0306963593652745\n", - "7954\n", - "8008839.347819851\n", - "{'n': 268, 'm': 706, 'k_avg': 5.268656716417911, 'intersection_count': 232, 'streets_per_node_avg': 2.8059701492537314, 'streets_per_node_counts': {0: 0, 1: 36, 2: 0, 3: 212, 4: 20}, 'streets_per_node_proportion': {0: 0.0, 1: 0.13432835820895522, 2: 0.0, 3: 0.7910447761194029, 4: 0.07462686567164178}, 'edge_length_total': 98555.64199999992, 'edge_length_avg': 139.59722662889507, 'street_length_total': 49277.82099999999, 'street_length_avg': 139.59722662889516, 'street_segments_count': 353, 'node_density_km': 33.46302608416716, 'intersection_density_km': 28.967992729577542, 'edge_density_km': 12305.858279805365, 'street_density_km': 6152.929139902686, 'circuity_avg': 1.051656730517704, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.051656730517704\n", - "7955\n", - "13017746.717589036\n", - "{'n': 455, 'm': 1288, 'k_avg': 5.661538461538462, 'intersection_count': 388, 'streets_per_node_avg': 2.964835164835165, 'streets_per_node_counts': {0: 0, 1: 67, 2: 0, 3: 278, 4: 105, 5: 3, 6: 1, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14725274725274726, 2: 0.0, 3: 0.610989010989011, 4: 0.23076923076923078, 5: 0.006593406593406593, 6: 0.002197802197802198, 7: 0.002197802197802198}, 'edge_length_total': 191802.016, 'edge_length_avg': 148.91460869565216, 'street_length_total': 95901.00799999997, 'street_length_avg': 148.91460869565213, 'street_segments_count': 644, 'node_density_km': 34.95228551230168, 'intersection_density_km': 29.80546544785286, 'edge_density_km': 14733.887527619901, 'street_density_km': 7366.943763809948, 'circuity_avg': 1.0646197033830098, 'self_loop_proportion': 0.004658385093167702, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0646197033830098\n", - "7956\n", - "38059699.75662682\n", - "{'n': 2056, 'm': 5469, 'k_avg': 5.320038910505836, 'intersection_count': 1677, 'streets_per_node_avg': 2.7295719844357977, 'streets_per_node_counts': {0: 0, 1: 379, 2: 0, 3: 1479, 4: 194, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18433852140077822, 2: 0.0, 3: 0.7193579766536965, 4: 0.0943579766536965, 5: 0.0019455252918287938}, 'edge_length_total': 645962.0989999992, 'edge_length_avg': 118.11338434814394, 'street_length_total': 326022.1759999995, 'street_length_avg': 118.08119377037288, 'street_segments_count': 2761, 'node_density_km': 54.0203946207436, 'intersection_density_km': 44.06235495086917, 'edge_density_km': 16972.33827724893, 'street_density_km': 8566.073250308122, 'circuity_avg': 1.0694924193165205, 'self_loop_proportion': 0.005851161089778753, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0694924193165205\n", - "7957\n", - "7011032.2402973\n", - "{'n': 237, 'm': 686, 'k_avg': 5.789029535864979, 'intersection_count': 209, 'streets_per_node_avg': 3.088607594936709, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 132, 4: 77}, 'streets_per_node_proportion': {0: 0.0, 1: 0.11814345991561181, 2: 0.0, 3: 0.5569620253164557, 4: 0.32489451476793246}, 'edge_length_total': 104246.42800000006, 'edge_length_avg': 151.96272303207004, 'street_length_total': 52123.214000000036, 'street_length_avg': 151.96272303207007, 'street_segments_count': 343, 'node_density_km': 33.803866802636485, 'intersection_density_km': 29.81016102004652, 'edge_density_km': 14868.912939926737, 'street_density_km': 7434.456469963369, 'circuity_avg': 1.0211816339568638, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0211816339568638\n", - "7958\n", - "6006349.540077311\n", - "{'n': 121, 'm': 334, 'k_avg': 5.520661157024794, 'intersection_count': 105, 'streets_per_node_avg': 2.975206611570248, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 76, 4: 29}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1322314049586777, 2: 0.0, 3: 0.628099173553719, 4: 0.2396694214876033}, 'edge_length_total': 68416.09000000001, 'edge_length_avg': 204.83859281437128, 'street_length_total': 34208.04500000002, 'street_length_avg': 204.83859281437137, 'street_segments_count': 167, 'node_density_km': 20.145347717882323, 'intersection_density_km': 17.481500085765653, 'edge_density_km': 11390.627459073818, 'street_density_km': 5695.313729536911, 'circuity_avg': 1.0228067687885258, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228067687885258\n", - "7959\n", - "60071577.519264475\n", - "{'n': 3144, 'm': 8178, 'k_avg': 5.202290076335878, 'intersection_count': 2504, 'streets_per_node_avg': 2.7223282442748094, 'streets_per_node_counts': {0: 0, 1: 640, 2: 0, 3: 2105, 4: 391, 5: 8}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2035623409669211, 2: 0.0, 3: 0.669529262086514, 4: 0.12436386768447837, 5: 0.002544529262086514}, 'edge_length_total': 825574.3570000028, 'edge_length_avg': 100.95064282220625, 'street_length_total': 426578.3540000003, 'street_length_avg': 100.48960047114258, 'street_segments_count': 4245, 'node_density_km': 52.337563450730826, 'intersection_density_km': 41.68360651419529, 'edge_density_km': 13743.177574040696, 'street_density_km': 7101.167833709711, 'circuity_avg': 1.0763426300567, 'self_loop_proportion': 0.003912937148447053, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0763426300567\n", - "7960\n", - "20020071.3267826\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 1128, 'm': 3022, 'k_avg': 5.358156028368795, 'intersection_count': 898, 'streets_per_node_avg': 2.74822695035461, 'streets_per_node_counts': {0: 0, 1: 230, 2: 0, 3: 724, 4: 172, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20390070921985815, 2: 0.0, 3: 0.6418439716312057, 4: 0.1524822695035461, 5: 0.0017730496453900709}, 'edge_length_total': 380716.86799999914, 'edge_length_avg': 125.98175645268006, 'street_length_total': 190358.43400000007, 'street_length_avg': 125.98175645268039, 'street_segments_count': 1511, 'node_density_km': 56.34345560452503, 'intersection_density_km': 44.85498504686479, 'edge_density_km': 19016.75882096788, 'street_density_km': 9508.379410483965, 'circuity_avg': 1.0416155745379307, 'self_loop_proportion': 0.0013236267372600927, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0416155745379307\n", - "7961\n", - "9012053.59693724\n", - "{'n': 93, 'm': 242, 'k_avg': 5.204301075268817, 'intersection_count': 72, 'streets_per_node_avg': 2.817204301075269, 'streets_per_node_counts': {0: 0, 1: 21, 2: 0, 3: 47, 4: 25}, 'streets_per_node_proportion': {0: 0.0, 1: 0.22580645161290322, 2: 0.0, 3: 0.5053763440860215, 4: 0.26881720430107525}, 'edge_length_total': 51747.53799999998, 'edge_length_avg': 213.83280165289247, 'street_length_total': 25873.769000000008, 'street_length_avg': 213.8328016528926, 'street_segments_count': 121, 'node_density_km': 10.319512528377128, 'intersection_density_km': 7.98930002196939, 'edge_density_km': 5742.036201114745, 'street_density_km': 2871.0181005573745, 'circuity_avg': 1.0378031404756358, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0378031404756358\n", - "7962\n", - "9019193.489443813\n", - "{'n': 223, 'm': 556, 'k_avg': 4.986547085201794, 'intersection_count': 164, 'streets_per_node_avg': 2.5739910313901344, 'streets_per_node_counts': {0: 0, 1: 59, 2: 0, 3: 142, 4: 21, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2645739910313901, 2: 0.0, 3: 0.6367713004484304, 4: 0.09417040358744394, 5: 0.004484304932735426}, 'edge_length_total': 71151.27399999995, 'edge_length_avg': 127.96991726618695, 'street_length_total': 35575.63700000001, 'street_length_avg': 127.96991726618708, 'street_segments_count': 278, 'node_density_km': 24.725048892786504, 'intersection_density_km': 18.183444028775725, 'edge_density_km': 7888.873221677345, 'street_density_km': 3944.4366108386766, 'circuity_avg': 1.0673748814795243, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0673748814795243\n", - "7963\n", - "12025743.16142893\n", - "{'n': 1394, 'm': 3430, 'k_avg': 4.921090387374462, 'intersection_count': 1070, 'streets_per_node_avg': 2.669296987087518, 'streets_per_node_counts': {0: 0, 1: 324, 2: 0, 3: 888, 4: 177, 5: 5}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23242467718794835, 2: 0.0, 3: 0.6370157819225251, 4: 0.12697274031563846, 5: 0.003586800573888092}, 'edge_length_total': 269280.54599999986, 'edge_length_avg': 78.50744781341103, 'street_length_total': 144234.23199999984, 'street_length_avg': 78.30305754614541, 'street_segments_count': 1842, 'node_density_km': 115.91799203487739, 'intersection_density_km': 88.97579015589584, 'edge_density_km': 22392.00874201967, 'street_density_km': 11993.789495073628, 'circuity_avg': 1.1035084377479325, 'self_loop_proportion': 0.004081632653061225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1035084377479325\n", - "7964\n", - "8013613.169306232\n", - "{'n': 248, 'm': 754, 'k_avg': 6.080645161290323, 'intersection_count': 230, 'streets_per_node_avg': 3.1330645161290325, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 162, 4: 67, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.07258064516129033, 2: 0.0, 3: 0.6532258064516129, 4: 0.2701612903225806, 5: 0.004032258064516129}, 'edge_length_total': 101332.8400000001, 'edge_length_avg': 134.39368700265265, 'street_length_total': 50666.41999999997, 'street_length_avg': 134.39368700265243, 'street_segments_count': 377, 'node_density_km': 30.947338580041574, 'intersection_density_km': 28.701160779877267, 'edge_density_km': 12645.087535311222, 'street_density_km': 6322.543767655601, 'circuity_avg': 1.0135742317305847, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0135742317305847\n", - "7965\n", - "6012288.5170884095\n", - "{'n': 163, 'm': 446, 'k_avg': 5.47239263803681, 'intersection_count': 135, 'streets_per_node_avg': 2.8098159509202456, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 112, 4: 21, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17177914110429449, 2: 0.0, 3: 0.6871165644171779, 4: 0.12883435582822086, 5: 0.012269938650306749}, 'edge_length_total': 67088.75199999995, 'edge_length_avg': 150.42321076233173, 'street_length_total': 33544.37599999997, 'street_length_avg': 150.4232107623317, 'street_segments_count': 223, 'node_density_km': 27.111140714008272, 'intersection_density_km': 22.454012247798264, 'edge_density_km': 11158.604882203697, 'street_density_km': 5579.302441101847, 'circuity_avg': 1.0540589290041158, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0540589290041158\n", - "7966\n", - "14025838.6300117\n", - "{'n': 466, 'm': 1262, 'k_avg': 5.416309012875536, 'intersection_count': 397, 'streets_per_node_avg': 2.815450643776824, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 346, 4: 50, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.148068669527897, 2: 0.0, 3: 0.7424892703862661, 4: 0.1072961373390558, 5: 0.002145922746781116}, 'edge_length_total': 185606.09200000027, 'edge_length_avg': 147.0729730586373, 'street_length_total': 93186.17100000012, 'street_length_avg': 147.446473101266, 'street_segments_count': 632, 'node_density_km': 33.224394796820164, 'intersection_density_km': 28.30490286338542, 'edge_density_km': 13233.154672323892, 'street_density_km': 6643.892993364803, 'circuity_avg': 1.0448954070203402, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0448954070203402\n", - "7967\n", - "7009781.406255164\n", - "{'n': 335, 'm': 894, 'k_avg': 5.3373134328358205, 'intersection_count': 266, 'streets_per_node_avg': 2.725373134328358, 'streets_per_node_counts': {0: 0, 1: 69, 2: 0, 3: 220, 4: 46}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20597014925373133, 2: 0.0, 3: 0.6567164179104478, 4: 0.1373134328358209}, 'edge_length_total': 104072.32999999996, 'edge_length_avg': 116.41200223713642, 'street_length_total': 52036.164999999964, 'street_length_avg': 116.41200223713639, 'street_segments_count': 447, 'node_density_km': 47.79036329165178, 'intersection_density_km': 37.94697503158022, 'edge_density_km': 14846.729729279608, 'street_density_km': 7423.364864639801, 'circuity_avg': 1.0322277020381014, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0322277020381014\n", - "7968\n", - "6010571.294985138\n", - "{'n': 312, 'm': 850, 'k_avg': 5.448717948717949, 'intersection_count': 263, 'streets_per_node_avg': 2.8205128205128207, 'streets_per_node_counts': {0: 0, 1: 49, 2: 0, 3: 222, 4: 40, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.15705128205128205, 2: 0.0, 3: 0.7115384615384616, 4: 0.1282051282051282, 5: 0.003205128205128205}, 'edge_length_total': 95753.51400000005, 'edge_length_avg': 112.65119294117653, 'street_length_total': 47876.75699999994, 'street_length_avg': 112.65119294117633, 'street_segments_count': 425, 'node_density_km': 51.90854324618263, 'intersection_density_km': 43.75623997995523, 'edge_density_km': 15930.850712958196, 'street_density_km': 7965.425356479083, 'circuity_avg': 1.0792730574956144, 'self_loop_proportion': 0.004705882352941176, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0792730574956144\n", - "7969\n", - "31066164.728870906\n", - "{'n': 1058, 'm': 2857, 'k_avg': 5.400756143667297, 'intersection_count': 849, 'streets_per_node_avg': 2.786389413988658, 'streets_per_node_counts': {0: 0, 1: 209, 2: 0, 3: 660, 4: 186, 5: 3}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19754253308128544, 2: 0.0, 3: 0.6238185255198487, 4: 0.17580340264650285, 5: 0.002835538752362949}, 'edge_length_total': 392104.53199999937, 'edge_length_avg': 137.24344837241838, 'street_length_total': 196295.923, 'street_length_avg': 137.17395038434663, 'street_segments_count': 1431, 'node_density_km': 34.05634423282262, 'intersection_density_km': 27.32876772558261, 'edge_density_km': 12621.594439548006, 'street_density_km': 6318.640382975087, 'circuity_avg': 1.0407296742068677, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0407296742068677\n", - "7970\n", - "11016764.359359883\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 207, 'm': 538, 'k_avg': 5.1980676328502415, 'intersection_count': 178, 'streets_per_node_avg': 2.821256038647343, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 157, 4: 21}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14009661835748793, 2: 0.0, 3: 0.7584541062801933, 4: 0.10144927536231885}, 'edge_length_total': 68591.33399999992, 'edge_length_avg': 127.4931858736058, 'street_length_total': 34295.667000000016, 'street_length_avg': 127.49318587360601, 'street_segments_count': 269, 'node_density_km': 18.789545936337657, 'intersection_density_km': 16.15719409018407, 'edge_density_km': 6226.087058104721, 'street_density_km': 3113.043529052366, 'circuity_avg': 1.03649350064046, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.03649350064046\n", - "7971\n", - "8014668.984181628\n", - "{'n': 243, 'm': 673, 'k_avg': 5.539094650205762, 'intersection_count': 227, 'streets_per_node_avg': 2.9794238683127574, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 200, 4: 27}, 'streets_per_node_proportion': {0: 0.0, 1: 0.06584362139917696, 2: 0.0, 3: 0.823045267489712, 4: 0.1111111111111111}, 'edge_length_total': 98554.02799999996, 'edge_length_avg': 146.43986329866266, 'street_length_total': 49623.76, 'street_length_avg': 145.5242228739003, 'street_segments_count': 341, 'node_density_km': 30.319405639784208, 'intersection_density_km': 28.323066173790185, 'edge_density_km': 12296.705976817488, 'street_density_km': 6191.616908688469, 'circuity_avg': 1.0323496425137328, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0323496425137328\n", - "7972\n", - "5007637.767016189\n", - "{'n': 235, 'm': 572, 'k_avg': 4.868085106382979, 'intersection_count': 165, 'streets_per_node_avg': 2.5148936170212766, 'streets_per_node_counts': {0: 0, 1: 70, 2: 0, 3: 139, 4: 26}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2978723404255319, 2: 0.0, 3: 0.5914893617021276, 4: 0.11063829787234042}, 'edge_length_total': 65906.95000000008, 'edge_length_avg': 115.22194055944071, 'street_length_total': 32953.47500000002, 'street_length_avg': 115.22194055944063, 'street_segments_count': 286, 'node_density_km': 46.92831449348726, 'intersection_density_km': 32.949667623086796, 'edge_density_km': 13161.285433644869, 'street_density_km': 6580.64271682243, 'circuity_avg': 1.07594641430583, 'self_loop_proportion': 0.0034965034965034965, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.07594641430583\n", - "7973\n", - "8008832.014423297\n", - "{'n': 215, 'm': 578, 'k_avg': 5.376744186046512, 'intersection_count': 177, 'streets_per_node_avg': 2.8465116279069766, 'streets_per_node_counts': {0: 0, 1: 38, 2: 0, 3: 136, 4: 39, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17674418604651163, 2: 0.0, 3: 0.6325581395348837, 4: 0.1813953488372093, 5: 0.009302325581395349}, 'edge_length_total': 81929.16400000016, 'edge_length_avg': 141.74595847750894, 'street_length_total': 41263.08800000002, 'street_length_avg': 141.7975532646049, 'street_segments_count': 291, 'node_density_km': 26.845362671211156, 'intersection_density_km': 22.100600896764533, 'edge_density_km': 10229.85172525182, 'street_density_km': 5152.197964158611, 'circuity_avg': 1.0402956187483907, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0402956187483907\n", - "7974\n", - "203324108.2603554\n", - "error with entry 7974\n", - "7975\n", - "7009547.702102193\n", - "{'n': 294, 'm': 834, 'k_avg': 5.673469387755102, 'intersection_count': 262, 'streets_per_node_avg': 3.0136054421768708, 'streets_per_node_counts': {0: 0, 1: 32, 2: 0, 3: 195, 4: 66, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.10884353741496598, 2: 0.0, 3: 0.6632653061224489, 4: 0.22448979591836735, 5: 0.003401360544217687}, 'edge_length_total': 115742.00400000004, 'edge_length_avg': 138.77938129496408, 'street_length_total': 58128.57399999997, 'street_length_avg': 138.0726223277909, 'street_segments_count': 421, 'node_density_km': 41.942791816913974, 'intersection_density_km': 37.37758998650157, 'edge_density_km': 16512.050266137503, 'street_density_km': 8292.771013251962, 'circuity_avg': 1.0228023710047869, 'self_loop_proportion': 0.001199040767386091, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0228023710047869\n", - "7976\n", - "8011569.230621606\n", - "{'n': 376, 'm': 1011, 'k_avg': 5.377659574468085, 'intersection_count': 320, 'streets_per_node_avg': 2.8324468085106385, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 273, 4: 45, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.14893617021276595, 2: 0.0, 3: 0.726063829787234, 4: 0.1196808510638298, 5: 0.005319148936170213}, 'edge_length_total': 131473.27400000003, 'edge_length_avg': 130.04280316518302, 'street_length_total': 66066.50100000005, 'street_length_avg': 129.7966620825148, 'street_segments_count': 509, 'node_density_km': 46.93212892211713, 'intersection_density_km': 39.94223738052522, 'edge_density_km': 16410.42724782136, 'street_density_km': 8246.387080758464, 'circuity_avg': 1.0573418851528293, 'self_loop_proportion': 0.0019782393669634025, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0573418851528293\n", - "7977\n", - "5004731.273462219\n", - "{'n': 165, 'm': 446, 'k_avg': 5.406060606060606, 'intersection_count': 137, 'streets_per_node_avg': 2.909090909090909, 'streets_per_node_counts': {0: 0, 1: 28, 2: 0, 3: 96, 4: 41}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1696969696969697, 2: 0.0, 3: 0.5818181818181818, 4: 0.24848484848484848}, 'edge_length_total': 79056.04000000001, 'edge_length_avg': 177.25569506726458, 'street_length_total': 39528.01999999998, 'street_length_avg': 177.2556950672645, 'street_segments_count': 223, 'node_density_km': 32.96880311534784, 'intersection_density_km': 27.3740971321373, 'edge_density_km': 15796.260714176145, 'street_density_km': 7898.130357088068, 'circuity_avg': 1.0363956736118116, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0363956736118116\n", - "7978\n", - "214203074.9513103\n", - "error with entry 7978\n", - "7979\n", - "11011104.787575442\n", - "{'n': 221, 'm': 576, 'k_avg': 5.212669683257919, 'intersection_count': 179, 'streets_per_node_avg': 2.723981900452489, 'streets_per_node_counts': {0: 0, 1: 42, 2: 0, 3: 156, 4: 23}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19004524886877827, 2: 0.0, 3: 0.7058823529411765, 4: 0.10407239819004525}, 'edge_length_total': 94580.07999999984, 'edge_length_avg': 164.2015277777775, 'street_length_total': 47290.04000000004, 'street_length_avg': 164.2015277777779, 'street_segments_count': 288, 'node_density_km': 20.07064724780105, 'intersection_density_km': 16.25631609663524, 'edge_density_km': 8589.517748184615, 'street_density_km': 4294.7588740923175, 'circuity_avg': 1.0571060666377718, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0571060666377718\n", - "7980\n", - "8008166.8562637875\n", - "{'n': 71, 'm': 146, 'k_avg': 4.112676056338028, 'intersection_count': 42, 'streets_per_node_avg': 2.267605633802817, 'streets_per_node_counts': {0: 0, 1: 29, 2: 0, 3: 36, 4: 6}, 'streets_per_node_proportion': {0: 0.0, 1: 0.4084507042253521, 2: 0.0, 3: 0.5070422535211268, 4: 0.08450704225352113}, 'edge_length_total': 32060.996, 'edge_length_avg': 219.59586301369862, 'street_length_total': 16030.497999999998, 'street_length_avg': 219.5958630136986, 'street_segments_count': 73, 'node_density_km': 8.865949133473109, 'intersection_density_km': 5.244645966279867, 'edge_density_km': 4003.5374606265464, 'street_density_km': 2001.768730313273, 'circuity_avg': 1.059082136521182, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.059082136521182\n", - "7981\n", - "116124983.91261789\n", - "{'n': 10542, 'm': 29625, 'k_avg': 5.620375640295959, 'intersection_count': 8945, 'streets_per_node_avg': 2.966420034149118, 'streets_per_node_counts': {0: 0, 1: 1597, 2: 6, 3: 6186, 4: 2669, 5: 76, 6: 7, 7: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1514892809713527, 2: 0.0005691519635742744, 3: 0.5867956744450769, 4: 0.2531777651299564, 5: 0.007209258205274142, 6: 0.0006640106241699867, 7: 9.485866059571239e-05}, 'edge_length_total': 2260462.4050000007, 'edge_length_avg': 76.30252843881858, 'street_length_total': 1176038.9450000008, 'street_length_avg': 75.45482773001416, 'street_segments_count': 15586, 'node_density_km': 90.78149804466435, 'intersection_density_km': 77.02907418037589, 'edge_density_km': 19465.771523386913, 'street_density_km': 10127.355073607161, 'circuity_avg': 1.0839317913968676, 'self_loop_proportion': 0.0031054852320675105, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0839317913968676\n", - "7982\n", - "12014399.040787261\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 372, 'm': 934, 'k_avg': 5.021505376344086, 'intersection_count': 295, 'streets_per_node_avg': 2.661290322580645, 'streets_per_node_counts': {0: 0, 1: 77, 2: 0, 3: 268, 4: 26, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.20698924731182797, 2: 0.0, 3: 0.7204301075268817, 4: 0.06989247311827956, 5: 0.002688172043010753}, 'edge_length_total': 144264.00399999984, 'edge_length_avg': 154.4582483940041, 'street_length_total': 72132.00200000002, 'street_length_avg': 154.45824839400433, 'street_segments_count': 467, 'node_density_km': 30.962847058526215, 'intersection_density_km': 24.553870651250627, 'edge_density_km': 12007.592182533896, 'street_density_km': 6003.796091266956, 'circuity_avg': 1.0622179110750896, 'self_loop_proportion': 0.010706638115631691, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0622179110750896\n", - "7983\n", - "8009315.285263084\n", - "{'n': 172, 'm': 432, 'k_avg': 5.023255813953488, 'intersection_count': 138, 'streets_per_node_avg': 2.6744186046511627, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 126, 4: 12}, 'streets_per_node_proportion': {0: 0.0, 1: 0.19767441860465115, 2: 0.0, 3: 0.7325581395348837, 4: 0.06976744186046512}, 'edge_length_total': 70439.2460000001, 'edge_length_avg': 163.05381018518543, 'street_length_total': 35219.622999999985, 'street_length_avg': 163.0538101851851, 'street_segments_count': 216, 'node_density_km': 21.47499428777329, 'intersection_density_km': 17.2299372773995, 'edge_density_km': 8794.665148168951, 'street_density_km': 4397.3325740844675, 'circuity_avg': 1.0435862629368629, 'self_loop_proportion': 0.004629629629629629, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0435862629368629\n", - "7984\n", - "8007949.156200668\n", - "{'n': 212, 'm': 561, 'k_avg': 5.2924528301886795, 'intersection_count': 175, 'streets_per_node_avg': 2.806603773584906, 'streets_per_node_counts': {0: 0, 1: 37, 2: 0, 3: 143, 4: 31, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17452830188679244, 2: 0.0, 3: 0.6745283018867925, 4: 0.14622641509433962, 5: 0.0047169811320754715}, 'edge_length_total': 110807.95400000001, 'edge_length_avg': 197.5186345811052, 'street_length_total': 55916.86, 'street_length_avg': 197.5860777385159, 'street_segments_count': 283, 'node_density_km': 26.473694558343368, 'intersection_density_km': 21.853285602406082, 'edge_density_km': 13837.244947315861, 'street_density_km': 6982.669208970037, 'circuity_avg': 1.0530892286196492, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0530892286196492\n", - "7985\n", - "44042294.94401009\n", - "{'n': 3006, 'm': 7703, 'k_avg': 5.125083166999334, 'intersection_count': 2309, 'streets_per_node_avg': 2.6487025948103793, 'streets_per_node_counts': {0: 0, 1: 697, 2: 1, 3: 1983, 4: 312, 5: 12, 6: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.23186959414504324, 2: 0.00033266799733865603, 3: 0.6596806387225549, 4: 0.10379241516966067, 5: 0.003992015968063872, 6: 0.00033266799733865603}, 'edge_length_total': 690175.1869999978, 'edge_length_avg': 89.59823276645434, 'street_length_total': 349819.41400000063, 'street_length_avg': 88.85430886461789, 'street_segments_count': 3937, 'node_density_km': 68.252574118162, 'intersection_density_km': 52.426877458029296, 'edge_density_km': 15670.736229285985, 'street_density_km': 7942.806214905869, 'circuity_avg': 1.0674804200590182, 'self_loop_proportion': 0.004154225626379333, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0674804200590182\n", - "7986\n", - "9028360.49217617\n", - "{'n': 181, 'm': 480, 'k_avg': 5.303867403314917, 'intersection_count': 151, 'streets_per_node_avg': 2.834254143646409, 'streets_per_node_counts': {0: 0, 1: 30, 2: 0, 3: 122, 4: 28, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.16574585635359115, 2: 0.0, 3: 0.6740331491712708, 4: 0.15469613259668508, 5: 0.0055248618784530384}, 'edge_length_total': 100546.71999999996, 'edge_length_avg': 209.47233333333324, 'street_length_total': 50273.359999999964, 'street_length_avg': 209.47233333333318, 'street_segments_count': 240, 'node_density_km': 20.0479367385531, 'intersection_density_km': 16.725074295699, 'edge_density_km': 11136.763988005587, 'street_density_km': 5568.3819940027915, 'circuity_avg': 1.0826223749210262, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0826223749210262\n", - "7987\n", - "7021868.024263282\n", - "{'n': 48, 'm': 118, 'k_avg': 4.916666666666667, 'intersection_count': 39, 'streets_per_node_avg': 2.6666666666666665, 'streets_per_node_counts': {0: 0, 1: 9, 2: 0, 3: 37, 4: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1875, 2: 0.0, 3: 0.7708333333333334, 4: 0.041666666666666664}, 'edge_length_total': 26639.443999999985, 'edge_length_avg': 225.75799999999987, 'street_length_total': 13319.722, 'street_length_avg': 225.758, 'street_segments_count': 59, 'node_density_km': 6.835787832260781, 'intersection_density_km': 5.554077613711885, 'edge_density_km': 3793.7830656956744, 'street_density_km': 1896.8915328478383, 'circuity_avg': 1.1037697304514282, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1037697304514282\n", - "7988\n", - "6018717.231894973\n", - "{'n': 89, 'm': 230, 'k_avg': 5.168539325842697, 'intersection_count': 73, 'streets_per_node_avg': 2.842696629213483, 'streets_per_node_counts': {0: 0, 1: 16, 2: 0, 3: 55, 4: 18}, 'streets_per_node_proportion': {0: 0.0, 1: 0.1797752808988764, 2: 0.0, 3: 0.6179775280898876, 4: 0.20224719101123595}, 'edge_length_total': 49133.37599999999, 'edge_length_avg': 213.62337391304342, 'street_length_total': 24566.68800000001, 'street_length_avg': 213.62337391304357, 'street_segments_count': 115, 'node_density_km': 14.78720407869679, 'intersection_density_km': 12.128830311740064, 'edge_density_km': 8163.429865026324, 'street_density_km': 4081.7149325131645, 'circuity_avg': 1.0527017417569704, 'self_loop_proportion': 0.008695652173913044, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0527017417569704\n", - "7989\n", - "11030080.897577247\n", - "{'n': 715, 'm': 1962, 'k_avg': 5.488111888111888, 'intersection_count': 584, 'streets_per_node_avg': 2.786013986013986, 'streets_per_node_counts': {0: 0, 1: 131, 2: 0, 3: 479, 4: 101, 5: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18321678321678322, 2: 0.0, 3: 0.66993006993007, 4: 0.14125874125874127, 5: 0.005594405594405594}, 'edge_length_total': 186578.11700000026, 'edge_length_avg': 95.0958802242611, 'street_length_total': 93804.30900000002, 'street_length_avg': 94.94363259109313, 'street_segments_count': 988, 'node_density_km': 64.82273399799357, 'intersection_density_km': 52.94612119556398, 'edge_density_km': 16915.38971767488, 'street_density_km': 8504.408070171463, 'circuity_avg': 1.0828181629577147, 'self_loop_proportion': 0.004077471967380225, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0828181629577147\n", - "7990\n", - "4010855.8806304084\n", - "{'n': 182, 'm': 528, 'k_avg': 5.802197802197802, 'intersection_count': 164, 'streets_per_node_avg': 3.0714285714285716, 'streets_per_node_counts': {0: 0, 1: 18, 2: 0, 3: 115, 4: 49}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0989010989010989, 2: 0.0, 3: 0.6318681318681318, 4: 0.2692307692307692}, 'edge_length_total': 66269.35800000004, 'edge_length_avg': 125.5101477272728, 'street_length_total': 33134.67900000001, 'street_length_avg': 125.51014772727277, 'street_segments_count': 264, 'node_density_km': 45.37684858708862, 'intersection_density_km': 40.88902839715678, 'edge_density_km': 16522.497933678962, 'street_density_km': 8261.24896683948, 'circuity_avg': 1.0453664338083652, 'self_loop_proportion': 0.003787878787878788, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0453664338083652\n", - "7991\n", - "4011287.498758001\n", - "{'n': 2, 'm': 2, 'k_avg': 2.0, 'intersection_count': 2, 'streets_per_node_avg': 3.0, 'streets_per_node_counts': {0: 0, 1: 0, 2: 0, 3: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.0, 2: 0.0, 3: 1.0}, 'edge_length_total': 2860.42, 'edge_length_avg': 1430.21, 'street_length_total': 1430.2099999999998, 'street_length_avg': 1430.2099999999998, 'street_segments_count': 1, 'node_density_km': 0.4985930329399855, 'intersection_density_km': 0.4985930329399855, 'edge_density_km': 713.0927416410967, 'street_density_km': 356.5463708205483, 'circuity_avg': 1.1358354520617575, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.1358354520617575\n", - "7992\n", - "10032508.249523783\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "{'n': 245, 'm': 643, 'k_avg': 5.248979591836735, 'intersection_count': 199, 'streets_per_node_avg': 2.7755102040816326, 'streets_per_node_counts': {0: 0, 1: 46, 2: 0, 3: 164, 4: 33, 5: 2}, 'streets_per_node_proportion': {0: 0.0, 1: 0.18775510204081633, 2: 0.0, 3: 0.6693877551020408, 4: 0.1346938775510204, 5: 0.00816326530612245}, 'edge_length_total': 108891.27499999997, 'edge_length_avg': 169.3487947122861, 'street_length_total': 54498.72799999999, 'street_length_avg': 169.25070807453412, 'street_segments_count': 322, 'node_density_km': 24.420612862354687, 'intersection_density_km': 19.83551820248401, 'edge_density_km': 10853.843554543675, 'street_density_km': 5432.21362440314, 'circuity_avg': 1.0942673558300497, 'self_loop_proportion': 0.003110419906687403, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0942673558300497\n", - "7993\n", - "10013573.400736034\n", - "{'n': 326, 'm': 863, 'k_avg': 5.294478527607362, 'intersection_count': 270, 'streets_per_node_avg': 2.776073619631902, 'streets_per_node_counts': {0: 0, 1: 56, 2: 0, 3: 232, 4: 37, 5: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17177914110429449, 2: 0.0, 3: 0.7116564417177914, 4: 0.11349693251533742, 5: 0.003067484662576687}, 'edge_length_total': 119889.40399999997, 'edge_length_avg': 138.92167323290843, 'street_length_total': 60103.314999999966, 'street_length_avg': 138.80673210161655, 'street_segments_count': 433, 'node_density_km': 32.555810693517046, 'intersection_density_km': 26.96340149463068, 'edge_density_km': 11972.689388903631, 'street_density_km': 6002.18449445651, 'circuity_avg': 1.0424314691933256, 'self_loop_proportion': 0.002317497103128621, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0424314691933256\n", - "7994\n", - "12022959.381822366\n", - "{'n': 1527, 'm': 4292, 'k_avg': 5.621480026195154, 'intersection_count': 1257, 'streets_per_node_avg': 2.8428290766208253, 'streets_per_node_counts': {0: 0, 1: 270, 2: 0, 3: 978, 4: 262, 5: 15, 6: 1, 7: 0, 8: 1}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17681728880157171, 2: 0.0, 3: 0.6404715127701375, 4: 0.17157825802226587, 5: 0.009823182711198428, 6: 0.0006548788474132286, 7: 0.0, 8: 0.0006548788474132286}, 'edge_length_total': 296305.8239999995, 'edge_length_avg': 69.03677166821983, 'street_length_total': 149203.31000000008, 'street_length_avg': 69.20376159554735, 'street_segments_count': 2156, 'node_density_km': 127.00699981642512, 'intersection_density_km': 104.54996645006312, 'edge_density_km': 24644.999171168063, 'street_density_km': 12409.865596450578, 'circuity_avg': 1.0817673795992064, 'self_loop_proportion': 0.002096924510717614, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0817673795992064\n", - "7995\n", - "9020388.677339839\n", - "{'n': 364, 'm': 1006, 'k_avg': 5.527472527472527, 'intersection_count': 302, 'streets_per_node_avg': 2.7884615384615383, 'streets_per_node_counts': {0: 0, 1: 62, 2: 0, 3: 255, 4: 47}, 'streets_per_node_proportion': {0: 0.0, 1: 0.17032967032967034, 2: 0.0, 3: 0.7005494505494505, 4: 0.12912087912087913}, 'edge_length_total': 115390.16399999996, 'edge_length_avg': 114.70195228628226, 'street_length_total': 57695.08200000003, 'street_length_avg': 114.70195228628236, 'street_segments_count': 503, 'node_density_km': 40.35302834726026, 'intersection_density_km': 33.47971033206758, 'edge_density_km': 12792.149887052223, 'street_density_km': 6396.074943526117, 'circuity_avg': 1.0715240459037, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0715240459037\n", - "7996\n", - "3005672.0531768748\n", - "{'n': 29, 'm': 66, 'k_avg': 4.551724137931035, 'intersection_count': 21, 'streets_per_node_avg': 2.586206896551724, 'streets_per_node_counts': {0: 0, 1: 8, 2: 0, 3: 17, 4: 4}, 'streets_per_node_proportion': {0: 0.0, 1: 0.27586206896551724, 2: 0.0, 3: 0.5862068965517241, 4: 0.13793103448275862}, 'edge_length_total': 11048.244, 'edge_length_avg': 167.39763636363637, 'street_length_total': 5524.121999999999, 'street_length_avg': 167.39763636363634, 'street_segments_count': 33, 'node_density_km': 9.648424540976839, 'intersection_density_km': 6.986790184845297, 'edge_density_km': 3675.7982256655214, 'street_density_km': 1837.8991128327605, 'circuity_avg': 1.0202859135895068, 'self_loop_proportion': 0.0, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.0202859135895068\n", - "7997\n", - "7022066.769928005\n", - "{'n': 161, 'm': 418, 'k_avg': 5.192546583850931, 'intersection_count': 127, 'streets_per_node_avg': 2.770186335403727, 'streets_per_node_counts': {0: 0, 1: 34, 2: 0, 3: 96, 4: 31}, 'streets_per_node_proportion': {0: 0.0, 1: 0.2111801242236025, 2: 0.0, 3: 0.5962732919254659, 4: 0.19254658385093168}, 'edge_length_total': 69470.63200000007, 'edge_length_avg': 166.1976842105265, 'street_length_total': 34735.31599999998, 'street_length_avg': 166.1976842105262, 'street_segments_count': 209, 'node_density_km': 22.92772274531515, 'intersection_density_km': 18.08584340779518, 'edge_density_km': 9893.188754272174, 'street_density_km': 4946.594377136079, 'circuity_avg': 1.042989894128083, 'self_loop_proportion': 0.004784688995215311, 'clean_intersection_count': None, 'clean_intersection_density_km': None}\n", - "circuity_avg is: 1.042989894128083\n", - "Wall time: 6h 2min 4s\n" - ] - } - ], - "source": [ - "%%time\n", - "\n", - "error_list = []\n", - "\n", - "# for entry in input_shapes_gpd.head(2).iterrows():\n", - "for entry in input_shapes_gpd.iterrows():\n", - " try:\n", - " print(entry[0])\n", - " # extract the geometry in GeoJSON format\n", - " geometry = entry[1][\"geometry\"] # list of shapely geometries\n", - "\n", - " gdf = gpd.GeoDataFrame()\n", - " gdf[\"geometry\"] = None\n", - " gdf.loc[0, \"geometry\"] = geometry\n", - " # Set the GeoDataFrame's coordinate system to WGS84\n", - " gdf.crs = \"epsg:4326\"\n", - " area = ox.project_gdf(gdf).unary_union.area\n", - " print(area)\n", - "\n", - " G = ox.graph_from_polygon(geometry)\n", - " # calculate basic and extended network stats, merge them together, and display\n", - " stats = ox.basic_stats(G, area=area)\n", - " print(stats)\n", - " print(f\"circuity_avg is: {stats['circuity_avg']}\")\n", - "\n", - " # creates a temporary GDF for just the row's shape\n", - " temp_gdf = input_shapes_gpd.loc[[entry[0]]]\n", - "\n", - " # print(\"print temp_gdf\")\n", - " # print(temp_gdf)\n", - "\n", - " # Put all metrics in a DataFrame\n", - " metrics_scalar = {}\n", - " metrics_scalar[\"circuity_avg\"] = [stats[\"circuity_avg\"]]\n", - " metrics_scalar[\"intersection_density_km\"] = [stats[\"intersection_density_km\"]]\n", - " metrics_scalar[\"street_density_km\"] = [stats[\"street_density_km\"]]\n", - " metrics_df = pd.DataFrame(metrics_scalar)\n", - "\n", - " # print(\"print metrics_scalar\")\n", - " # print(metrics_scalar)\n", - "\n", - " # and concatinate it with the row's shape\n", - " new_temp_gdf = pd.concat([temp_gdf.reset_index(drop=True), metrics_df], axis=1)\n", - "\n", - " # print(\"print new_temp_gdf\")\n", - " # print(new_temp_gdf)\n", - " # print(entry[0])\n", - " # put the results of each row into a new DataFrame\n", - " if entry[0] == 0:\n", - " print(\"new_temp_gdf\")\n", - " output_new_temp_gdf = new_temp_gdf\n", - " else:\n", - " output_new_temp_gdf = output_new_temp_gdf.append(\n", - " new_temp_gdf, ignore_index=True\n", - " )\n", - " except:\n", - " print(f\"error with entry {entry[0]}\")\n", - " error_list.append(entry[0])\n", - " # logging.INFO(f\"error with entry {entry[0]}\" + \"\\n\" + f\"entry information: {entry[1]}\")\n", - "\n", - " # creates a temporary GDF for just the row's shape\n", - " # temp_gdf = input_shapes_gpd.loc[[entry[0]]]\n", - " # Put all metrics in a DataFrame\n", - " # metrics_scalar = {}\n", - " # metrics_scalar['circuity_avg'] = 0\n", - " # metrics_scalar['intersection_density_km'] = 0\n", - " # metrics_scalar['street_density_km'] = 0\n", - " # metrics_df = pd.DataFrame(metrics_scalar)\n", - " # and concatinate it with the row's shape\n", - " # new_temp_gdf = pd.concat([temp_gdf.reset_index(drop=True), metrics_df], axis=1)\n", - " # output_new_temp_gdf = output_new_temp_gdf.append(new_temp_gdf, ignore_index=True)\n", - " continue" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "[10,\n", - " 48,\n", - " 53,\n", - " 108,\n", - " 183,\n", - " 209,\n", - " 245,\n", - " 268,\n", - " 278,\n", - " 319,\n", - " 349,\n", - " 356,\n", - " 371,\n", - " 388,\n", - " 410,\n", - " 412,\n", - " 433,\n", - " 453,\n", - " 480,\n", - " 484,\n", - " 489,\n", - " 497,\n", - " 562,\n", - " 574,\n", - " 579,\n", - " 619,\n", - " 628,\n", - " 648,\n", - " 679,\n", - " 685,\n", - " 698,\n", - " 704,\n", - " 707,\n", - " 728,\n", - " 786,\n", - " 837,\n", - " 846,\n", - " 860,\n", - " 892,\n", - " 903,\n", - " 906,\n", - " 920,\n", - " 934,\n", - " 955,\n", - " 968,\n", - " 986,\n", - " 988,\n", - " 996,\n", - " 1011,\n", - " 1027,\n", - " 1030,\n", - " 1077,\n", - " 1104,\n", - " 1140,\n", - " 1161,\n", - " 1171,\n", - " 1233,\n", - " 1277,\n", - " 1280,\n", - " 1291,\n", - " 1309,\n", - " 1340,\n", - " 1347,\n", - " 1364,\n", - " 1401,\n", - " 1421,\n", - " 1426,\n", - " 1480,\n", - " 1511,\n", - " 1601,\n", - " 1617,\n", - " 1621,\n", - " 1690,\n", - " 1713,\n", - " 1726,\n", - " 1743,\n", - " 1747,\n", - " 1752,\n", - " 1755,\n", - " 1782,\n", - " 1783,\n", - " 1848,\n", - " 1929,\n", - " 1967,\n", - " 2022,\n", - " 2041,\n", - " 2052,\n", - " 2080,\n", - " 2125,\n", - " 2140,\n", - " 2149,\n", - " 2189,\n", - " 2269,\n", - " 2284,\n", - " 2399,\n", - " 2417,\n", - " 2423,\n", - " 2441,\n", - " 2492,\n", - " 2494,\n", - " 2496,\n", - " 2526,\n", - " 2564,\n", - " 2571,\n", - " 2580,\n", - " 2585,\n", - " 2593,\n", - " 2632,\n", - " 2635,\n", - " 2636,\n", - " 2648,\n", - " 2650,\n", - " 2742,\n", - " 2809,\n", - " 2830,\n", - " 2840,\n", - " 2856,\n", - " 2863,\n", - " 2866,\n", - " 2875,\n", - " 2882,\n", - " 2888,\n", - " 2914,\n", - " 2923,\n", - " 2926,\n", - " 2944,\n", - " 2964,\n", - " 3047,\n", - " 3059,\n", - " 3060,\n", - " 3066,\n", - " 3067,\n", - " 3077,\n", - " 3083,\n", - " 3085,\n", - " 3089,\n", - " 3103,\n", - " 3123,\n", - " 3151,\n", - " 3173,\n", - " 3175,\n", - " 3179,\n", - " 3221,\n", - " 3223,\n", - " 3226,\n", - " 3243,\n", - " 3252,\n", - " 3292,\n", - " 3294,\n", - " 3307,\n", - " 3350,\n", - " 3353,\n", - " 3369,\n", - " 3400,\n", - " 3413,\n", - " 3437,\n", - " 3448,\n", - " 3478,\n", - " 3480,\n", - " 3510,\n", - " 3516,\n", - " 3517,\n", - " 3523,\n", - " 3547,\n", - " 3548,\n", - " 3558,\n", - " 3585,\n", - " 3589,\n", - " 3611,\n", - " 3617,\n", - " 3624,\n", - " 3633,\n", - " 3634,\n", - " 3636,\n", - " 3644,\n", - " 3659,\n", - " 3660,\n", - " 3663,\n", - " 3673,\n", - " 3675,\n", - " 3682,\n", - " 3686,\n", - " 3691,\n", - " 3694,\n", - " 3710,\n", - " 3716,\n", - " 3723,\n", - " 3728,\n", - " 3741,\n", - " 3747,\n", - " 3763,\n", - " 3768,\n", - " 3770,\n", - " 3780,\n", - " 3821,\n", - " 3827,\n", - " 3830,\n", - " 3837,\n", - " 3847,\n", - " 3871,\n", - " 3879,\n", - " 3885,\n", - " 3886,\n", - " 3905,\n", - " 3916,\n", - " 3992,\n", - " 3998,\n", - " 4007,\n", - " 4009,\n", - " 4015,\n", - " 4023,\n", - " 4030,\n", - " 4045,\n", - " 4100,\n", - " 4135,\n", - " 4143,\n", - " 4170,\n", - " 4188,\n", - " 4202,\n", - " 4207,\n", - " 4220,\n", - " 4232,\n", - " 4241,\n", - " 4271,\n", - " 4279,\n", - " 4326,\n", - " 4329,\n", - " 4336,\n", - " 4354,\n", - " 4380,\n", - " 4381,\n", - " 4387,\n", - " 4404,\n", - " 4426,\n", - " 4447,\n", - " 4454,\n", - " 4457,\n", - " 4459,\n", - " 4470,\n", - " 4506,\n", - " 4509,\n", - " 4530,\n", - " 4538,\n", - " 4545,\n", - " 4548,\n", - " 4550,\n", - " 4566,\n", - " 4592,\n", - " 4593,\n", - " 4631,\n", - " 4636,\n", - " 4646,\n", - " 4663,\n", - " 4708,\n", - " 4716,\n", - " 4719,\n", - " 4729,\n", - " 4731,\n", - " 4738,\n", - " 4745,\n", - " 4751,\n", - " 4757,\n", - " 4758,\n", - " 4785,\n", - " 4793,\n", - " 4806,\n", - " 4820,\n", - " 4829,\n", - " 4832,\n", - " 4837,\n", - " 4863,\n", - " 4864,\n", - " 4870,\n", - " 4871,\n", - " 4875,\n", - " 4876,\n", - " 4881,\n", - " 4882,\n", - " 4887,\n", - " 4891,\n", - " 4892,\n", - " 4894,\n", - " 4895,\n", - " 4901,\n", - " 4904,\n", - " 4906,\n", - " 4914,\n", - " 4915,\n", - " 4916,\n", - " 4922,\n", - " 4924,\n", - " 4926,\n", - " 4931,\n", - " 4934,\n", - " 4939,\n", - " 4958,\n", - " 4959,\n", - " 4966,\n", - " 4969,\n", - " 4970,\n", - " 4976,\n", - " 4978,\n", - " 4982,\n", - " 4983,\n", - " 4984,\n", - " 4987,\n", - " 4989,\n", - " 4991,\n", - " 5002,\n", - " 5008,\n", - " 5015,\n", - " 5016,\n", - " 5018,\n", - " 5019,\n", - " 5020,\n", - " 5022,\n", - " 5025,\n", - " 5027,\n", - " 5029,\n", - " 5030,\n", - " 5031,\n", - " 5032,\n", - " 5039,\n", - " 5041,\n", - " 5045,\n", - " 5052,\n", - " 5053,\n", - " 5060,\n", - " 5063,\n", - " 5065,\n", - " 5067,\n", - " 5069,\n", - " 5071,\n", - " 5072,\n", - " 5073,\n", - " 5075,\n", - " 5077,\n", - " 5079,\n", - " 5080,\n", - " 5083,\n", - " 5084,\n", - " 5086,\n", - " 5094,\n", - " 5095,\n", - " 5097,\n", - " 5100,\n", - " 5101,\n", - " 5102,\n", - " 5104,\n", - " 5105,\n", - " 5106,\n", - " 5108,\n", - " 5109,\n", - " 5110,\n", - " 5111,\n", - " 5112,\n", - " 5114,\n", - " 5115,\n", - " 5118,\n", - " 5119,\n", - " 5121,\n", - " 5122,\n", - " 5124,\n", - " 5127,\n", - " 5128,\n", - " 5130,\n", - " 5131,\n", - " 5132,\n", - " 5136,\n", - " 5137,\n", - " 5139,\n", - " 5140,\n", - " 5141,\n", - " 5146,\n", - " 5147,\n", - " 5148,\n", - " 5149,\n", - " 5150,\n", - " 5152,\n", - " 5154,\n", - " 5155,\n", - " 5156,\n", - " 5158,\n", - " 5159,\n", - " 5163,\n", - " 5165,\n", - " 5166,\n", - " 5167,\n", - " 5168,\n", - " 5169,\n", - " 5170,\n", - " 5171,\n", - " 5172,\n", - " 5174,\n", - " 5176,\n", - " 5177,\n", - " 5178,\n", - " 5179,\n", - " 5180,\n", - " 5183,\n", - " 5188,\n", - " 5189,\n", - " 5194,\n", - " 5195,\n", - " 5196,\n", - " 5198,\n", - " 5201,\n", - " 5202,\n", - " 5206,\n", - " 5208,\n", - " 5210,\n", - " 5211,\n", - " 5212,\n", - " 5215,\n", - " 5218,\n", - " 5221,\n", - " 5225,\n", - " 5228,\n", - " 5230,\n", - " 5231,\n", - " 5232,\n", - " 5233,\n", - " 5235,\n", - " 5239,\n", - " 5240,\n", - " 5241,\n", - " 5242,\n", - " 5243,\n", - " 5244,\n", - " 5246,\n", - " 5247,\n", - " 5250,\n", - " 5256,\n", - " 5260,\n", - " 5262,\n", - " 5263,\n", - " 5265,\n", - " 5266,\n", - " 5268,\n", - " 5269,\n", - " 5270,\n", - " 5271,\n", - " 5272,\n", - " 5273,\n", - " 5275,\n", - " 5276,\n", - " 5281,\n", - " 5284,\n", - " 5291,\n", - " 5293,\n", - " 5298,\n", - " 5299,\n", - " 5301,\n", - " 5304,\n", - " 5307,\n", - " 5308,\n", - " 5309,\n", - " 5310,\n", - " 5314,\n", - " 5316,\n", - " 5317,\n", - " 5319,\n", - " 5321,\n", - " 5323,\n", - " 5327,\n", - " 5331,\n", - " 5332,\n", - " 5335,\n", - " 5338,\n", - " 5340,\n", - " 5341,\n", - " 5344,\n", - " 5346,\n", - " 5347,\n", - " 5353,\n", - " 5354,\n", - " 5362,\n", - " 5363,\n", - " 5364,\n", - " 5368,\n", - " 5369,\n", - " 5370,\n", - " 5371,\n", - " 5375,\n", - " 5378,\n", - " 5379,\n", - " 5380,\n", - " 5381,\n", - " 5384,\n", - " 5388,\n", - " 5389,\n", - " 5390,\n", - " 5391,\n", - " 5392,\n", - " 5394,\n", - " 5395,\n", - " 5396,\n", - " 5397,\n", - " 5398,\n", - " 5401,\n", - " 5402,\n", - " 5403,\n", - " 5404,\n", - " 5406,\n", - " 5411,\n", - " 5412,\n", - " 5413,\n", - " 5415,\n", - " 5416,\n", - " 5418,\n", - " 5419,\n", - " 5422,\n", - " 5424,\n", - " 5425,\n", - " 5427,\n", - " 5428,\n", - " 5429,\n", - " 5431,\n", - " 5432,\n", - " 5433,\n", - " 5435,\n", - " 5436,\n", - " 5437,\n", - " 5440,\n", - " 5443,\n", - " 5444,\n", - " 5445,\n", - " 5447,\n", - " 5448,\n", - " 5449,\n", - " 5450,\n", - " 5452,\n", - " 5453,\n", - " 5454,\n", - " 5459,\n", - " 5460,\n", - " 5462,\n", - " 5463,\n", - " 5465,\n", - " 5466,\n", - " 5467,\n", - " 5470,\n", - " 5474,\n", - " 5476,\n", - " 5479,\n", - " 5480,\n", - " 5481,\n", - " 5482,\n", - " 5483,\n", - " 5484,\n", - " 5485,\n", - " 5487,\n", - " 5488,\n", - " 5489,\n", - " 5490,\n", - " 5491,\n", - " 5492,\n", - " 5494,\n", - " 5499,\n", - " 5500,\n", - " 5501,\n", - " 5502,\n", - " 5504,\n", - " 5505,\n", - " 5506,\n", - " 5507,\n", - " 5508,\n", - " 5510,\n", - " 5512,\n", - " 5514,\n", - " 5517,\n", - " 5520,\n", - " 5523,\n", - " 5524,\n", - " 5528,\n", - " 5529,\n", - " 5533,\n", - " 5534,\n", - " 5535,\n", - " 5537,\n", - " 5542,\n", - " 5543,\n", - " 5544,\n", - " 5550,\n", - " 5552,\n", - " 5554,\n", - " 5555,\n", - " 5556,\n", - " 5559,\n", - " 5562,\n", - " 5564,\n", - " 5565,\n", - " 5569,\n", - " 5570,\n", - " 5571,\n", - " 5572,\n", - " 5573,\n", - " 5578,\n", - " 5585,\n", - " 5601,\n", - " 5605,\n", - " 5612,\n", - " 5613,\n", - " 5614,\n", - " 5615,\n", - " 5616,\n", - " 5620,\n", - " 5622,\n", - " 5624,\n", - " 5627,\n", - " 5628,\n", - " 5629,\n", - " 5630,\n", - " 5631,\n", - " 5632,\n", - " 5665,\n", - " 5772,\n", - " 5798,\n", - " 5847,\n", - " 5863,\n", - " 5873,\n", - " 5887,\n", - " 5947,\n", - " 5958,\n", - " 5989,\n", - " 6055,\n", - " 6079,\n", - " 6087,\n", - " 6143,\n", - " 6160,\n", - " 6197,\n", - " 6200,\n", - " 6224,\n", - " 6276,\n", - " 6285,\n", - " 6287,\n", - " 6308,\n", - " 6325,\n", - " 6342,\n", - " 6371,\n", - " 6386,\n", - " 6398,\n", - " 6437,\n", - " 6440,\n", - " 6464,\n", - " 6466,\n", - " 6538,\n", - " 6543,\n", - " 6560,\n", - " 6597,\n", - " 6634,\n", - " 6661,\n", - " 6756,\n", - " 6790,\n", - " 6826,\n", - " 6843,\n", - " 6857,\n", - " 6871,\n", - " 6875,\n", - " 6941,\n", - " 6942,\n", - " 7008,\n", - " 7105,\n", - " 7110,\n", - " 7113,\n", - " 7186,\n", - " 7228,\n", - " 7240,\n", - " 7244,\n", - " 7311,\n", - " 7316,\n", - " 7362,\n", - " 7367,\n", - " 7377,\n", - " 7409,\n", - " 7422,\n", - " 7425,\n", - " 7426,\n", - " 7579,\n", - " 7696,\n", - " 7720,\n", - " 7734,\n", - " 7761,\n", - " 7822,\n", - " 7850,\n", - " 7864,\n", - " 7867,\n", - " 7868,\n", - " 7893,\n", - " 7920,\n", - " 7940,\n", - " 7947,\n", - " 7974,\n", - " 7978]" - ] - }, - "execution_count": 25, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "error_list" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "694" - ] - }, - "execution_count": 26, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "len(error_list)" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPoplayerpathgeometrycircuity_avgintersection_density_kmstreet_density_km
020385213.978912NoneNonePOLYGON ((28.77793 55.91414, 28.82094 55.91414...1.08641841.4171107122.546241
123558086.003265NoneNonePOLYGON ((27.94342 55.81376, 27.95774 55.81376...1.08080939.0430147523.374671
2269112046.157654NoneNonePOLYGON ((27.02823 55.65336, 27.08535 55.65336...1.06020276.0722919604.515649
3275311929.881653NoneNonePOLYGON ((27.60467 55.63333, 27.64749 55.63333...1.08769565.8883909320.870690
43060115285.056396NoneNonePOLYGON ((28.66157 55.57325, 28.67583 55.57325...1.075947110.61916111596.405008
...........................
7299326807.33075027_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((105.12725 54.81515, 105.18361 54.815...1.04243126.9634016002.184494
73002820279.13961827_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((109.32656 55.65336, 109.36940 55.653...1.081767104.54996612409.865596
7301188344.21231127_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((107.47868 56.19569, 107.49308 56.195...1.07152433.4797106396.074944
7302155386.85284427_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((116.09091 56.33675, 116.10535 56.336...1.0202866.9867901837.899113
7303555909.18423526_urban_clusters_ghs_pop_russiaC:/repos/GOST_Urban/Notebooks/Implementations/...POLYGON ((129.66321 61.92831, 129.67924 61.928...1.04299018.0858434946.594377
\n", - "

7304 rows × 8 columns

\n", - "
" - ], - "text/plain": [ - " ID Pop layer \\\n", - "0 2038 5213.978912 None \n", - "1 2355 8086.003265 None \n", - "2 2691 12046.157654 None \n", - "3 2753 11929.881653 None \n", - "4 3060 115285.056396 None \n", - "... ... ... ... \n", - "7299 32 6807.330750 27_urban_clusters_ghs_pop_russia \n", - "7300 28 20279.139618 27_urban_clusters_ghs_pop_russia \n", - "7301 18 8344.212311 27_urban_clusters_ghs_pop_russia \n", - "7302 15 5386.852844 27_urban_clusters_ghs_pop_russia \n", - "7303 55 5909.184235 26_urban_clusters_ghs_pop_russia \n", - "\n", - " path \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "... ... \n", - "7299 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7300 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7301 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7302 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "7303 C:/repos/GOST_Urban/Notebooks/Implementations/... \n", - "\n", - " geometry circuity_avg \\\n", - "0 POLYGON ((28.77793 55.91414, 28.82094 55.91414... 1.086418 \n", - "1 POLYGON ((27.94342 55.81376, 27.95774 55.81376... 1.080809 \n", - "2 POLYGON ((27.02823 55.65336, 27.08535 55.65336... 1.060202 \n", - "3 POLYGON ((27.60467 55.63333, 27.64749 55.63333... 1.087695 \n", - "4 POLYGON ((28.66157 55.57325, 28.67583 55.57325... 1.075947 \n", - "... ... ... \n", - "7299 POLYGON ((105.12725 54.81515, 105.18361 54.815... 1.042431 \n", - "7300 POLYGON ((109.32656 55.65336, 109.36940 55.653... 1.081767 \n", - "7301 POLYGON ((107.47868 56.19569, 107.49308 56.195... 1.071524 \n", - "7302 POLYGON ((116.09091 56.33675, 116.10535 56.336... 1.020286 \n", - "7303 POLYGON ((129.66321 61.92831, 129.67924 61.928... 1.042990 \n", - "\n", - " intersection_density_km street_density_km \n", - "0 41.417110 7122.546241 \n", - "1 39.043014 7523.374671 \n", - "2 76.072291 9604.515649 \n", - "3 65.888390 9320.870690 \n", - "4 110.619161 11596.405008 \n", - "... ... ... \n", - "7299 26.963401 6002.184494 \n", - "7300 104.549966 12409.865596 \n", - "7301 33.479710 6396.074944 \n", - "7302 6.986790 1837.899113 \n", - "7303 18.085843 4946.594377 \n", - "\n", - "[7304 rows x 8 columns]" - ] - }, - "execution_count": 27, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "output_new_temp_gdf" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": {}, - "outputs": [], - "source": [ - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_metrics_results_russia\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_FUAs_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\UZB_only_GHS_urban_extents_results_all\"\n", - "# output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\eca_urban_metrics_results_wo_rus_all\"\n", - "output = r\"C:\\Users\\war-machine\\Documents\\world_bank_work\\UZB_project\\metrics_shape_tool\\all_urban_extents_results_5k_up\"" - ] - }, - { - "cell_type": "code", - "execution_count": 29, - "metadata": {}, - "outputs": [], - "source": [ - "# save as CSV\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_russia_urban_metrics_100k_structure_to_146.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_FUAs_structure.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_structure.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\UZB_only_urban_metrics_urban_extents_all_structure.csv\")\n", - "# output_new_temp_gdf.to_csv(output + r\"\\ECA_wo_rus_urban_metrics_urban_extents_all_structure.csv\")\n", - "output_new_temp_gdf.to_csv(output + r\"\\all_urban_metrics_5k_up_structure.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 30, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "total time to process: 21725.62296462059\n" - ] - } - ], - "source": [ - "print(f\"total time to process: {time.time()-start_time}\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "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.7.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/POV_EEAPV_COG_urban_assessment/Summarize_Urban.ipynb b/docs/notebooks/Implementations/POV_EEAPV_COG_urban_assessment/Summarize_Urban.ipynb deleted file mode 100644 index f7437b9..0000000 --- a/docs/notebooks/Implementations/POV_EEAPV_COG_urban_assessment/Summarize_Urban.ipynb +++ /dev/null @@ -1,531 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The autoreload extension is already loaded. To reload it, use:\n", - " %reload_ext autoreload\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import rasterio\n", - "import rasterio.warp\n", - "\n", - "\n", - "# Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.dataMisc as dataMisc\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "import GOST_Urban.urban_helper as helper\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [], - "source": [ - "pop_urban_folder = (\n", - " \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming\"\n", - ")\n", - "in_bounds = dataMisc.get_geoboundaries(\"COG\", \"ADM1\")\n", - "\n", - "out_folder = \"/home/wb411133/temp\"" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [], - "source": [ - "# summarize worldpop urbanization and population\n", - "class urban_summary:\n", - " def __init__(self, f_base, in_folder):\n", - " self.f_base = f_base\n", - " self.in_folder = in_folder\n", - "\n", - " self.pop_layer = os.path.join(in_folder, f\"{f_base}.tif\")\n", - " self.hd_layer = os.path.join(in_folder, f\"{f_base}_urban_hd.tif\")\n", - " self.urb_layer = os.path.join(in_folder, f\"{f_base}_urban.tif\")\n", - "\n", - " def compare_populations(self, boundaries):\n", - " calculator = helper.summarize_population(\n", - " self.pop_layer, boundaries, self.urb_layer, self.hd_layer\n", - " )\n", - " pop_res = calculator.calculate_zonal()\n", - " return pop_res" - ] - }, - { - "cell_type": "code", - "execution_count": 42, - "metadata": {}, - "outputs": [], - "source": [ - "source_folder = os.path.join(pop_urban_folder, \"FINAL_STANDARD\")\n", - "comp1_base = \"cog_cpo20\"\n", - "comp2_base = \"cog_cpo20_WB\"\n", - "\n", - "calculator = urban_summary(comp1_base, source_folder)\n", - "cpo20_pop_res = calculator.compare_populations(in_bounds)\n", - "\n", - "calculator = urban_summary(comp2_base, source_folder)\n", - "cpo20WB_pop_res = calculator.compare_populations(in_bounds)\n", - "\n", - "combo_res = cpo20_pop_res.loc[:, [x for x in cpo20_pop_res.columns if \"SUM\" in x]].join(\n", - " cpo20WB_pop_res.loc[:, [x for x in cpo20WB_pop_res.columns if \"SUM\" in x]]\n", - ")\n", - "combo_res.to_csv(os.path.join(out_folder, \"COG_250m_urban_population_summary.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": 35, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
TOTALPOP_cog_cpo20_WB_SUMTOTALPOP_cog_cpo20_WB_MINTOTALPOP_cog_cpo20_WB_MAXTOTALPOP_cog_cpo20_WB_MEAN_cog_cpo20_WB_urban_SUM_cog_cpo20_WB_urban_MIN_cog_cpo20_WB_urban_MAX_cog_cpo20_WB_urban_MEAN_cog_cpo20_WB_urban_hd_SUM_cog_cpo20_WB_urban_hd_MIN_cog_cpo20_WB_urban_hd_MAX_cog_cpo20_WB_urban_hd_MEAN
03.796861e+050.01689.8568121.8890702.142266e+050.01689.8568121.0658521.077190e+050.01689.8568120.535939
12.514311e+050.01524.9638670.3491291.080901e+050.01514.8253170.1497460.000000e+000.00.0000000.000000
26.659271e+040.0629.6030880.1712502.065966e+040.0472.8778380.0524440.000000e+000.00.0000000.000000
36.514770e+050.01624.2409673.0284355.152508e+050.01624.2409672.3556374.636449e+050.01624.2409672.119704
43.346229e+050.03714.0778810.3134681.000306e+050.01617.7888180.0933680.000000e+000.00.0000000.000000
51.313345e+050.01718.9865720.3888353.210180e+040.0552.9644780.0949520.000000e+000.00.0000000.000000
63.166168e+050.01018.5527950.7688421.517391e+05-0.01018.5527950.3376871.296560e+05-0.01018.5527950.288542
72.378152e+050.01636.2829590.3727767.083486e+040.0949.1012570.1107440.000000e+000.00.0000000.000000
82.943128e+050.0792.9912110.6323117.281830e+040.0792.9912110.1564430.000000e+000.00.0000000.000000
91.595518e+050.01515.8521730.1716758.120955e+040.01515.8521730.0873510.000000e+000.00.0000000.000000
101.758304e+060.03493.39404318.1024001.672318e+060.03493.39404317.1943071.586674e+060.03493.39404316.313736
118.714761e+050.02209.522705671.9168098.709478e+050.02209.522705668.9306648.669814e+050.02209.522705665.884338
\n", - "
" - ], - "text/plain": [ - " TOTALPOP_cog_cpo20_WB_SUM TOTALPOP_cog_cpo20_WB_MIN \\\n", - "0 3.796861e+05 0.0 \n", - "1 2.514311e+05 0.0 \n", - "2 6.659271e+04 0.0 \n", - "3 6.514770e+05 0.0 \n", - "4 3.346229e+05 0.0 \n", - "5 1.313345e+05 0.0 \n", - "6 3.166168e+05 0.0 \n", - "7 2.378152e+05 0.0 \n", - "8 2.943128e+05 0.0 \n", - "9 1.595518e+05 0.0 \n", - "10 1.758304e+06 0.0 \n", - "11 8.714761e+05 0.0 \n", - "\n", - " TOTALPOP_cog_cpo20_WB_MAX TOTALPOP_cog_cpo20_WB_MEAN \\\n", - "0 1689.856812 1.889070 \n", - "1 1524.963867 0.349129 \n", - "2 629.603088 0.171250 \n", - "3 1624.240967 3.028435 \n", - "4 3714.077881 0.313468 \n", - "5 1718.986572 0.388835 \n", - "6 1018.552795 0.768842 \n", - "7 1636.282959 0.372776 \n", - "8 792.991211 0.632311 \n", - "9 1515.852173 0.171675 \n", - "10 3493.394043 18.102400 \n", - "11 2209.522705 671.916809 \n", - "\n", - " _cog_cpo20_WB_urban_SUM _cog_cpo20_WB_urban_MIN _cog_cpo20_WB_urban_MAX \\\n", - "0 2.142266e+05 0.0 1689.856812 \n", - "1 1.080901e+05 0.0 1514.825317 \n", - "2 2.065966e+04 0.0 472.877838 \n", - "3 5.152508e+05 0.0 1624.240967 \n", - "4 1.000306e+05 0.0 1617.788818 \n", - "5 3.210180e+04 0.0 552.964478 \n", - "6 1.517391e+05 -0.0 1018.552795 \n", - "7 7.083486e+04 0.0 949.101257 \n", - "8 7.281830e+04 0.0 792.991211 \n", - "9 8.120955e+04 0.0 1515.852173 \n", - "10 1.672318e+06 0.0 3493.394043 \n", - "11 8.709478e+05 0.0 2209.522705 \n", - "\n", - " _cog_cpo20_WB_urban_MEAN _cog_cpo20_WB_urban_hd_SUM \\\n", - "0 1.065852 1.077190e+05 \n", - "1 0.149746 0.000000e+00 \n", - "2 0.052444 0.000000e+00 \n", - "3 2.355637 4.636449e+05 \n", - "4 0.093368 0.000000e+00 \n", - "5 0.094952 0.000000e+00 \n", - "6 0.337687 1.296560e+05 \n", - "7 0.110744 0.000000e+00 \n", - "8 0.156443 0.000000e+00 \n", - "9 0.087351 0.000000e+00 \n", - "10 17.194307 1.586674e+06 \n", - "11 668.930664 8.669814e+05 \n", - "\n", - " _cog_cpo20_WB_urban_hd_MIN _cog_cpo20_WB_urban_hd_MAX \\\n", - "0 0.0 1689.856812 \n", - "1 0.0 0.000000 \n", - "2 0.0 0.000000 \n", - "3 0.0 1624.240967 \n", - "4 0.0 0.000000 \n", - "5 0.0 0.000000 \n", - "6 -0.0 1018.552795 \n", - "7 0.0 0.000000 \n", - "8 0.0 0.000000 \n", - "9 0.0 0.000000 \n", - "10 0.0 3493.394043 \n", - "11 0.0 2209.522705 \n", - "\n", - " _cog_cpo20_WB_urban_hd_MEAN \n", - "0 0.535939 \n", - "1 0.000000 \n", - "2 0.000000 \n", - "3 2.119704 \n", - "4 0.000000 \n", - "5 0.000000 \n", - "6 0.288542 \n", - "7 0.000000 \n", - "8 0.000000 \n", - "9 0.000000 \n", - "10 16.313736 \n", - "11 665.884338 " - ] - }, - "execution_count": 35, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "cpo20WB_pop_res" - ] - }, - { - "cell_type": "code", - "execution_count": 43, - "metadata": {}, - "outputs": [], - "source": [ - "source_folder = os.path.join(pop_urban_folder, \"FINAL_STANDARD_1KM\")\n", - "comp1_base = \"cog1k_cpo20\"\n", - "comp2_base = \"cog1k_cpo20_WB\"\n", - "\n", - "calculator = urban_summary(comp1_base, source_folder)\n", - "cpo20_pop_res = calculator.compare_populations(in_bounds)\n", - "\n", - "calculator = urban_summary(comp2_base, source_folder)\n", - "cpo20WB_pop_res = calculator.compare_populations(in_bounds)\n", - "\n", - "combo_res = cpo20_pop_res.loc[:, [x for x in cpo20_pop_res.columns if \"SUM\" in x]].join(\n", - " cpo20WB_pop_res.loc[:, [x for x in cpo20WB_pop_res.columns if \"SUM\" in x]]\n", - ")\n", - "combo_res.to_csv(os.path.join(out_folder, \"COG_1km_urban_population_summary.csv\"))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Reasonable-ness test" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "source_folder = os.path.join(pop_urban_folder, \"FINAL_STANDARD\")\n", - "comp1_base = \"cog_cpo20\"\n", - "comp2_base = \"cog_cpo20_WB\"\n", - "\n", - "com1_pop = rasterio.open(os.path.join(source_folder, f\"{comp1_base}.tif\")).read()\n", - "com2_pop = rasterio.open(os.path.join(source_folder, f\"{comp2_base}.tif\")).read()" - ] - }, - { - "cell_type": "code", - "execution_count": 31, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "3985974.5" - ] - }, - "execution_count": 31, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "com1_pop[com1_pop > 0].sum()" - ] - }, - { - "cell_type": "code", - "execution_count": 32, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "5451225.0" - ] - }, - "execution_count": 32, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "com2_pop[com1_pop > 0].sum()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/README.md b/docs/notebooks/Implementations/README.md deleted file mode 100644 index 2942e71..0000000 --- a/docs/notebooks/Implementations/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Implementations -The primary role of the GOST team in the World Bank Group is to support operational teams in their exploitation of geospatial data. This happens in many different ways, and the notebooks herein present examples of the specific support the team has provided to various investigations of urbanization. diff --git a/docs/notebooks/Implementations/Slum_Mapping/Imagery_Search.ipynb b/docs/notebooks/Implementations/Slum_Mapping/Imagery_Search.ipynb deleted file mode 100644 index aa82e3c..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/Imagery_Search.ipynb +++ /dev/null @@ -1,246 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import os\n", - "\n", - "import geopandas as gpd\n", - "\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "input_folder = \"/home/wb411133/projects/URB_slum_mapping/data/\"\n", - "boundary_folder = os.path.join(input_folder, \"boundary\")\n", - "wb_footprints = os.path.join(input_folder, \"WB_outlines_footgeo.geojson\")\n", - "\n", - "in_shps = []\n", - "for root, folder, files in os.walk(boundary_folder):\n", - " for f in files:\n", - " if f.endswith(\".shp\"):\n", - " in_shps.append(os.path.join(root, f))\n", - "in_wb = gpd.read_file(wb_footprints)\n", - "in_wb[\"geometry\"] = in_wb[\"geometry\"].apply(lambda x: x.buffer(0))" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/projects/URB_slum_mapping/data/boundary/Ahmedabad/Ahmedabad.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Bobo/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Cape Town/capetw.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Durban/Durban1.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Freetown/Sequencing_Maps_APP.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/KAYA/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/kigali/Kigali.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Lagos_state/lagos.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Lusaka/Lusaka.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Ouagadougou/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/PCMC/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/monrovia/greater_monrovia.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/banfora/Banfora.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/Bobo/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/dedougou/dedougou.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/fada/fada.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/gaoua/gaoua.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/KAYA/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/manga/manga.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/ohahigouya/ohahigouya.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/Ouagadougou/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Burkina_Faso/tenkodogo/tenkodogo.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Mumbai/MS/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/Mumbai/MD/combined_wards.shp',\n", - " '/home/wb411133/projects/URB_slum_mapping/data/boundary/delhi_combined_shapefile/delhi_combined_shapefile.shp']" - ] - }, - "execution_count": 16, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_shps" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [], - "source": [ - "good_res = {}\n", - "for cur_shp in in_shps:\n", - " inD = gpd.read_file(cur_shp)\n", - " if inD.crs != in_wb.crs:\n", - " inD = inD.to_crs(in_wb.crs)\n", - " if in_wb.unary_union.intersects(inD.unary_union):\n", - " sel_wb = in_wb.loc[in_wb.intersects(inD.unary_union)]\n", - " good_res[cur_shp] = sel_wb.copy()" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "I:/wbimgrepository/IND/20050903/IND_ts5e5w5f3cck_1_0.6_20050903.zip\n", - "I:/wbimgrepository/IND/20050903/IND_ts5e4cdfen4f_4_2.4_20050903.zip\n", - "I:/wbimgrepository/IND/20150914/IND_ts5ek8735vr0_1_0.5_20150914.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5e4cdfeprj_1_0.5_20190403.zip\n", - "I:/wbimgrepository/IND/20150327/IND_ts5e4cdfeprj_4_2.0_20150327.zip\n", - "I:/wbimgrepository/IND/20051004/IND_ts5ek873hjq3_1_0.6_20051004.zip\n", - "I:/wbimgrepository/IND/20150905/IND_ts5e5w5f3fs6_1_0.5_20150905.zip\n", - "I:/wbimgrepository/IND/20150914/IND_ts5eh04q1hkj_4_2.0_20150914.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5e5w5f3fs6_1_0.5_20190403.zip\n", - "I:/wbimgrepository/IND/20150327/IND_ts5e4cdfeprj_1_0.5_20150327.zip\n", - "I:/wbimgrepository/IND/20190414/IND_ts5ek8735vr0_1_0.5_20190414.zip\n", - "I:/wbimgrepository/IND/20150905/IND_ts5e5w5f3fs6_4_2.0_20150905.zip\n", - "I:/wbimgrepository/IND/20051004/IND_ts5ek873hjq3_4_2.4_20051004.zip\n", - "I:/wbimgrepository/IND/20100531/IND_ts5e5w5f3fs6_4_2.0_20100531.zip\n", - "I:/wbimgrepository/IND/20100509/IND_ts5ehxgms749_1_0.5_20100509.zip\n", - "I:/wbimgrepository/IND/20100321/IND_ts5eh04q1hkj_1_0.5_20100321.zip\n", - "I:/wbimgrepository/IND/20100926/IND_ts5e4cdfeprj_1_0.5_20100926.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5e5w5f3fs6_4_2.0_20190403.zip\n", - "I:/wbimgrepository/IND/20100926/IND_ts5e4cdfeprj_4_2.0_20100926.zip\n", - "I:/wbimgrepository/IND/20190414/IND_ts5ek8735vr0_4_2.0_20190414.zip\n", - "I:/wbimgrepository/IND/20100509/IND_ts5ehxgms749_4_2.0_20100509.zip\n", - "I:/wbimgrepository/IND/20150914/IND_ts5ek8735vr0_4_2.0_20150914.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5e4cdfeprj_4_2.0_20190403.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5eh04q1hkj_1_0.5_20190403.zip\n", - "I:/wbimgrepository/IND/20190403/IND_ts5eh04q1hkj_4_2.0_20190403.zip\n", - "I:/wbimgrepository/IND/20100531/IND_ts5e5w5f3fs6_1_0.5_20100531.zip\n", - "I:/wbimgrepository/IND/20100321/IND_ts5eh04q1hkj_4_2.0_20100321.zip\n", - "I:/wbimgrepository/IND/20150914/IND_ts5eh04q1hkj_1_0.5_20150914.zip\n", - "I:/wbimgrepository/IND/20050903/IND_ts5eh04q0gxw_4_2.4_20050903.zip\n", - "I:/wbimgrepository/IND/20050903/IND_ts5e5w5f3cck_4_2.4_20050903.zip\n", - "I:/wbimgrepository/IND/20050903/IND_ts5eh04q0gxw_1_0.6_20050903.zip\n", - "I:/wbimgrepository/IND/20050903/IND_ts5e4cdfen4f_1_0.6_20050903.zip\n", - "I:/wbimgrepository/SLE/20161219/SLE_e9qxurxcr1ub_8_1.2_20161219.zip\n", - "I:/wbimgrepository/SLE/20170310/SLE_e9w84ttjre1s_1_0.3_20170310.zip\n", - "I:/wbimgrepository/SLE/20161219/SLE_e9qxurxcr1m8_1_0.3_20161219.zip\n", - "I:/wbimgrepository/SLE/20170310/SLE_e9w84ttjre66_8_1.2_20170310.zip\n", - "I:/wbimgrepository/RWA/19910723/RWA_kxtk97kdrwdp_1_10.0_19910723.zip\n", - "I:/wbimgrepository/RWA/20100707/RWA_kxtkv14qnpet_4_0.5_20100707.zip\n", - "I:/wbimgrepository/RWA/SPOT5/RWA_kxtksg5wydzd_1_5.0_SPOT5.zip\n", - "I:/wbimgrepository/RWA/SPOT4/RWA_kxtkeduzytvg_1_10.0_SPOT4.zip\n", - "I:/wbimgrepository/RWA/23Jul199/RWA_kxtk97kdrwdp_1_10.0_23Jul199.zip\n", - "I:/wbimgrepository/RWA/07Mar201/RWA_kxthtg2f8uzt_1_5.0_07Mar201.zip\n", - "I:/wbimgrepository/RWA/20031219/RWA_kxtkv15j0qvp_4_0.6_20031219.zip\n", - "I:/wbimgrepository/RWA/20100801/RWA_kxtmj31udfpy_4_0.5_20100801.zip\n", - "I:/wbimgrepository/NGA/20200203/NGA_s14mkdsc9vzc_4_2.0_20200203.zip\n", - "I:/wbimgrepository/NGA/20200203/NGA_s14mkdsc9vzc_1_0.5_20200203.zip\n", - "I:/wbimgrepository/NGA/20200215/NGA_s14kszrhn2v8_1_0.5_20200215.zip\n", - "I:/wbimgrepository/NGA/20200211/NGA_s14kujvyr6r3_4_2.0_20200211.zip\n", - "I:/wbimgrepository/NGA/20191116/NGA_s14kmtd677xw_1_0.5_20191116.zip\n", - "I:/wbimgrepository/NGA/20200104/NGA_s14kw73u81hq_4_2.0_20200104.zip\n", - "I:/wbimgrepository/NGA/20200104/NGA_s14kw73u81hq_1_0.5_20200104.zip\n", - "I:/wbimgrepository/NGA/20200211/NGA_s14kujvyr6r3_1_0.5_20200211.zip\n", - "I:/wbimgrepository/NGA/20191116/NGA_s14kmtd677xw_4_2.0_20191116.zip\n", - "I:/wbimgrepository/NGA/20200215/NGA_s14kszrhn2v8_4_2.0_20200215.zip\n", - "I:/wbimgrepository/NGA/20200105/NGA_s14kuqc22sxh_1_0.5_20200105.zip\n", - "I:/wbimgrepository/NGA/20200105/NGA_s14kuqc22sxh_4_2.0_20200105.zip\n", - "I:/wbimgrepository/LBR/20150104/LBR_ec07gtmp6146_4_0.6_20150104.zip\n" - ] - } - ], - "source": [ - "all_size = 0\n", - "for shp, images in good_res.items():\n", - " city = os.path.basename(os.path.dirname(shp))\n", - " for idx, row in images.iterrows():\n", - " print(f\"{row['location']}\")\n", - " all_size += float(row[\"zippedSize\"])" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "dict_keys(['/home/wb411133/projects/URB_slum_mapping/data/boundary/Ahmedabad/Ahmedabad.shp', '/home/wb411133/projects/URB_slum_mapping/data/boundary/Freetown/Sequencing_Maps_APP.shp', '/home/wb411133/projects/URB_slum_mapping/data/boundary/kigali/Kigali.shp', '/home/wb411133/projects/URB_slum_mapping/data/boundary/Lagos_state/lagos.shp', '/home/wb411133/projects/URB_slum_mapping/data/boundary/monrovia/greater_monrovia.shp'])" - ] - }, - "execution_count": 15, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "good_res.keys()" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "73.86456565652043" - ] - }, - "execution_count": 26, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "all_size / 1024 / 1024 / 1024" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/OpenBuildings2FeatureClass.py b/docs/notebooks/Implementations/Slum_Mapping/slumML/OpenBuildings2FeatureClass.py deleted file mode 100644 index ac48dc4..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/OpenBuildings2FeatureClass.py +++ /dev/null @@ -1,92 +0,0 @@ -# -*- coding: utf-8 -*- -""" -OpenBuildings2FeatureClass -To convert the CSV file(s) of Google Open Buildings to a Feature Class. -Coded by Eigo Tateishi (GOST, World Bank @ Washington D.C.) -V 2021 Oct 19. -""" - -import arcpy -import pandas as pd - - -### Set the workplace and read data here--------------------------------------------- - -data = "Cairo_metropolitan_area.csv" # Target Google OpenBuilding CSV file. Alter the path if necessary. -gdb = "D:/GoogleBuildings.gdb" # Geodatabase to store the transformed data. -fc_name = ( - "Cairo_metropolitan_area_TEST" # The name to be used for the new feature class. -) -arcpy.env.workspace = gdb # ArcGIS Pro workplace setting. Keep it as it is unless you need any specific adjustment. -spRef = arcpy.SpatialReference( - 4326 -) # Specify the spatial reference for the process. For OpenBuilding, EPSG:4326 -tarConf = ( - 0.5 # Confidence threshold, if necessary. If you want all records, insert 0.0. -) - -with open( - data, - "r", - encoding="utf-8_sig", -) as F: - df = pd.read_csv(F, sep=",") - - -###---------------------------------------------------------------------------------- -### Specify a target field list for the InsertCursor function below. -### This list should be exactly same as 'fields_desc' below except for 'SHAPE@' token. -fields = [ - "latitude", - "longitude", - "areaSize_m2", - "confidence", - "fullPlus_code", - "SHAPE@", -] - - -### Create a new empty feature class here-------------------------------------------- - -# Set fields definition to be created within an empty feature class: -fields_desc = [ - ["latitude", "Double"], - ["longitude", "Double"], - ["areaSize_m2", "Double"], - ["confidence", "Double"], - ["fullPlus_code", "Text"], -] - -arcpy.management.CreateFeatureclass(gdb, fc_name, "Polygon", "", "", "", spRef) -arcpy.management.AddFields(fc_name, fields_desc) - - -### Cleaning the raw table and mask by target confidence level----------------------- -df_clean = df[df["geometry"].str.contains("|".join(["POLYGON"]))].copy() -# Select records with a valid geometry (that starts with 'POLYGON'). -# If a record starts with invalid texts (such as 'EMPTY'), the record will be removed. - -df_conf = df_clean[df_clean["confidence"] > tarConf].copy() -# Mask the table by confidence level. - -### TO TEST THE CODE with a small chunk of data: -# df_test = df_conf.iloc[0:100, :].copy() -# df_test.reset_index(inplace=True, drop=True) - - -### Main loop - Convert the CSV data to a feature class:----------------------------- -for i, r in df_conf.iterrows(): - geomet = arcpy.FromWKT(r["geometry"], spRef) - lat = r[0] - long = r[1] - area = r[2] - conf = r[3] - plus = r[5] - - rowList = [lat, long, area, conf, plus, geomet] - - with arcpy.da.InsertCursor(fc_name, fields) as cursor: - cursor.insertRow(rowList) - - -print("END PROCESS.") diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/README.md b/docs/notebooks/Implementations/Slum_Mapping/slumML/README.md deleted file mode 100644 index cdd940b..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# slumML - -## 1. slumML main component - -### 1.1. Sample data preparation -(1) 5–10 sample areas per area character of interest (e.g., slum, commercial, middle-class resident, etc). If you’d like to cluster your target city into four classes (slum, Commercial, Middle-income neighborhoods, and rich neighborhoods), we need 20–40 sample area data in total. If you have a colleague who can map these sample areas in GIS, please provide a shapefile of the sample areas to me. If not, just draw lines on a paper map, scan it as a high-resolution PDF, and send it to me. I will digitize the sample areas. - -(2) In relation to (1), we need to have local staff who can verify an ML-predicted result to adjust the model. -The below image show examples of the sample areas gathered for the Niamey study: - -![Sample areas](https://user-images.githubusercontent.com/64405484/149363357-ac2fe7d9-4aca-4345-88a1-c5d2f9e304a5.png) - -### 1.2. Actual slumML analysis - STEP1 and STEP2 -The original codes were developed by Alex Chunet. -Perform STEP 1 to generate morphological indices of the target building footprint layer. Then run STEP 2 to perform an automated supervised ML analysis. - -## 2. Auxiliary materials -### 2.1. GOB2FC (Google Open Building layer to ESRI feature class) -This script is to convert the CSV file(s) of [Google Open Buildings](https://sites.research.google/open-buildings/) to a Feature Class. - -![Layout2](https://user-images.githubusercontent.com/64405484/137813865-0abd8f0c-ff15-4980-9251-042a8f9dc66b.png) -An example map rendered in ArcGIS Pro (Cairo Metropolitan Area) - -#### 2.2.1. How to use -This script uses ArcPy modules, so your environment should have ArcPy library. Simply, load the script to your Tool Box on your ArcGIS Pro project and run it. The target Open Buildings CSV file must be stored in the folder where the script is located. - -If you want to test the script with a small chunk of a full CSV, modify the code: - -```python -df_test = df_conf.iloc[0:100, :].copy() -df_test.reset_index(inplace=True, drop=True) - -for i, r in df_conf.iterrows(): -``` -For example, iloc[0:100] will retirieve the first 100 records from the original data. df_conf should be replaced by df_test. - -#### 2.2.2. NOTE - -* Each CSV file based on [S2 geometry cells](https://s2geometry.io/) can contain a huge amount of geometries (+10 million), so it is highly recommended to limit the geographical scope of your CSV file. This [download region polygons](https://colab.research.google.com/github/google-research/google-research/blob/master/building_detection/open_buildings_download_region_polygons.ipynb#scrollTo=fwxfj3B1qUWu) tool developed by the Open Buildings Google team will help you to define the target geographical extent when you download the CSV file. -* Process speed: Approximately **0.5 million geometries / about 5 hours** with Windows 10 - AMD Ryzen 9 3900X 12-Core Processor 3.79 GHz, 32GB RAM. -* The data could contain invalid geometries (basically 'EMPTY' geometries). These invalid geometries will be automatically removed from the resulted feature class. diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.ipynb b/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.ipynb deleted file mode 100644 index b56f15e..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.ipynb +++ /dev/null @@ -1,485 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "lwK54umtCYgr" - }, - "source": [ - "# **STEP-1**" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "uMrArolCC_HU" - }, - "source": [ - "Import modules" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "executionInfo": { - "elapsed": 343, - "status": "ok", - "timestamp": 1649162226834, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "q42KpdZ3CHcc" - }, - "outputs": [], - "source": [ - "import sys\n", - "\n", - "sys.path.append(\"/content/drive/MyDrive/Colab Notebooks/modules\")" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "executionInfo": { - "elapsed": 35924, - "status": "ok", - "timestamp": 1649162263940, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "kD_wjFLZDDqi" - }, - "outputs": [], - "source": [ - "# -*- coding: utf-8 -*-\n", - "import pandas as pd\n", - "import time\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "from sklearn.neighbors import KDTree" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "LuzVCHyjDYXE" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "## **Initial file setting**\n" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": { - "executionInfo": { - "elapsed": 282, - "status": "ok", - "timestamp": 1649162272100, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "E0K1hsfADnHC" - }, - "outputs": [], - "source": [ - "f = \"/content/drive/MyDrive/Colab Notebooks/slumML/data/Bambari/Bambari_DA_shape.shp\" # Input shapefile path\n", - "outf = \"/content/drive/MyDrive/Colab Notebooks/slumML/data/Bambari/Bambari_DA_morphology.shp\" # Output shapefile path" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": { - "executionInfo": { - "elapsed": 2, - "status": "ok", - "timestamp": 1649162274384, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "HQkkty3zDiwu" - }, - "outputs": [], - "source": [ - "# Spatial reference setting\n", - "WGS = \"epsg:4326\"\n", - "UTM = \"epsg:32629\"\n", - "\n", - "# Options for multi-processor process (currently not used)\n", - "save_thresh = 100000 # save progress every [] rows\n", - "print_thresh = 10000 # print out calculation process every [] rows for each processor\n", - "cpuPower = 1 / 2" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "GupC1EmVEMAY" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "## **Data treatment**" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": { - "executionInfo": { - "elapsed": 27127, - "status": "ok", - "timestamp": 1649162303460, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "gKQaWpAkERnc" - }, - "outputs": [], - "source": [ - "# Prepare the original shape file\n", - "original = gpd.read_file(f) # Read ESEI shapefile\n", - "if original.crs != WGS:\n", - " original = original.to_crs(WGS) # Convert the spatial referenct to WGS if it is not\n", - "\n", - "original[\"PID\"] = original.index + 1\n", - "\n", - "\n", - "# Create a deep copy of 'original'\n", - "fil = original.copy()\n", - "\n", - "fil = fil.to_crs(UTM) # Convert the spatial reference to UTM\n", - "# Adding attributes to the shapefile: area, geomerty, and PID (unique IDs)\n", - "fil[\"area\"] = fil.area\n", - "fil[\"centroid\"] = fil[\"geometry\"].centroid\n", - "\n", - "fil = fil.to_crs(WGS) # Convert back to WGS\n", - "fil = fil[[\"PID\", \"centroid\", \"area\"]]\n", - "\n", - "# short = fil[:50000]# Activate this line and diactivate the below line if you want to test the code with a smaller records.\n", - "short = fil\n", - "\n", - "# Generate KD tree matrix\n", - "area_dict = dict(zip(list(short.index), list(short[\"area\"])))\n", - "matrix = list(\n", - " zip(short.centroid.apply(lambda x: x.x), short.centroid.apply(lambda x: x.y))\n", - ")\n", - "KD_tree = KDTree(matrix)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "GnJRw1cnEncn" - }, - "source": [ - "**Morphology generation function**" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": { - "executionInfo": { - "elapsed": 243, - "status": "ok", - "timestamp": 1649162306665, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "yAP7uTfxEl6W" - }, - "outputs": [], - "source": [ - "def Main(passed_dict):\n", - " # unpack passed dict into local variables for this thread.\n", - " short = passed_dict[\"df\"]\n", - " thread_no = passed_dict[\"thread_no\"]\n", - " print_thresh = passed_dict[\"print_thresh\"]\n", - " save_thresh = passed_dict[\"save_thresh\"]\n", - "\n", - " # set up some counters / timings\n", - " t = time.time()\n", - " counter = 1\n", - "\n", - " bundle = []\n", - "\n", - " # iterate through each row of the passed DataFrame of housing polygons.\n", - " for index, row in short.iterrows():\n", - " # identify the x and y coordinates of the house's centroid\n", - " y = row.centroid.y\n", - " x = row.centroid.x\n", - "\n", - " # Query the KD tree for the first 26 objects (1 will be the house itself.)\n", - " # this returns a dataframe of the nearest 26 objects, their distances, and their indices.\n", - " distances, indices = KD_tree.query([(x, y)], k=26)\n", - "\n", - " # Distance calculations - closest 5\n", - " # here, we subset the distances frame for the first 5 neighbours, and calculate summary stats\n", - " nearest_5_distances = list(distances[0])[1:6] # subset / slice\n", - " min_5 = min(\n", - " nearest_5_distances\n", - " ) # closest neighbour of the 5 closest (min distance to another building)\n", - " max_5 = max(\n", - " nearest_5_distances\n", - " ) # furthest neighbour of the 5 closest (min distance to another building)\n", - " mean_5 = np.mean(\n", - " nearest_5_distances\n", - " ) # average distance of centroids of 5 nearest neighbours\n", - " median_5 = np.median(\n", - " nearest_5_distances\n", - " ) # median distance of centroids of 5 nearest neighbours\n", - " dist_5_std = np.std(\n", - " nearest_5_distances\n", - " ) # standard deviation of centroids of 5 nearest neighbours\n", - "\n", - " # Distance calculations - closest 25\n", - " # here, we subset the distances frame for the first 25 neighbours, and calculate summary stats\n", - " nearest_25_distances = list(distances[0])[1:]\n", - " min_25 = min(nearest_25_distances)\n", - " max_25 = max(nearest_25_distances)\n", - " mean_25 = np.mean(nearest_25_distances)\n", - " median_25 = np.median(nearest_25_distances)\n", - " dist_25_std = np.std(nearest_5_distances)\n", - "\n", - " # Areal calculations - closest 5\n", - " # here, instead of the distances frame we generated via the KD tree, we use the area_dict\n", - " # and query it with the indices from the KD tree step\n", - " indices_5 = list(indices[0])[1:6]\n", - " areas = [area_dict[x] for x in indices_5]\n", - " area_5_mean = np.mean(areas) # mean area of 5 nearest neighbours\n", - " area_5_med = np.median(areas) # median area of 5 nearest neighbours\n", - " area_5_stdev = np.std(\n", - " areas\n", - " ) # standard deviation of area of 5 nearest neighbours\n", - "\n", - " # Areal calculations - closest 25\n", - " # repeat above block for closest 25\n", - " indices_25 = list(indices[0])[1:]\n", - " areas = [area_dict[x] for x in indices_25]\n", - " area_25_mean = np.mean(areas)\n", - " area_25_med = np.median(areas)\n", - " area_25_stdev = np.std(areas)\n", - "\n", - " # Count\n", - " # here we turn the process on its head, and identify all objects within certain distance thresholds\n", - " count_25m = KD_tree.query_radius([(x, y)], r=25, count_only=True)[\n", - " 0\n", - " ] # count of buildings in 25m radius\n", - " count_50m = KD_tree.query_radius([(x, y)], r=50, count_only=True)[\n", - " 0\n", - " ] # count of buildings in 50m radius\n", - " count_100m = KD_tree.query_radius([(x, y)], r=100, count_only=True)[\n", - " 0\n", - " ] # count of buildings in 100m radius\n", - "\n", - " # add these stats to a dictionary called 'ans'\n", - " ans = {\n", - " \"PID\": row.PID,\n", - " \"area\": row.area,\n", - " \"D5_min\": min_5,\n", - " \"D5_max\": max_5,\n", - " \"D5_mean\": mean_5,\n", - " \"D5_med\": median_5,\n", - " \"D5_std\": dist_5_std,\n", - " \"A5_mean\": area_5_mean,\n", - " \"A5_med\": area_5_med,\n", - " \"A5_std\": area_5_stdev,\n", - " \"D25_min\": min_25,\n", - " \"D25_max\": max_25,\n", - " \"D25_mean\": mean_25,\n", - " \"D25_med\": median_25,\n", - " \"D25_std\": dist_25_std,\n", - " \"A25_mean\": area_25_mean,\n", - " \"A25_med\": area_25_med,\n", - " \"A25_std\": area_25_stdev,\n", - " \"Count_25m\": count_25m,\n", - " \"Count_50m\": count_50m,\n", - " \"Count_100m\": count_100m,\n", - " }\n", - "\n", - " bundle.append(ans)\n", - "\n", - " # keep track of progress via this row\n", - " if counter % print_thresh == 0:\n", - " print(\"%s rows completed at %s\" % (counter, time.ctime()))\n", - "\n", - " \"\"\"\n", - " # this functionality saves progress in case the process cannot be finished in one sitting. \n", - " # ideally, finish the processing in one sitting. \n", - " old = 0\n", - " if counter % save_thresh == 0:\n", - " saver = pd.DataFrame(bundle)\n", - " saver = saver[list(bundle[0].keys())]\n", - " if saver.crs != WGS:\n", - " saver = saver.to_crs(WGS)\n", - " saver = saver.set_index('PID')\n", - " saver = saver.set_index('PID')\n", - " saver['geometry'] = saver['geometry']\n", - " saver = gpd.GeoDataFrame(saver, geometry = 'geometry', crs = WGS)\n", - " saver.to_file(os.path.join(pth, 'output_%s_to_%s_thread_%s.shp' % (old, counter, thread_no)), driver = 'ESRI Shapefile')\n", - " bundle = []\n", - " old = counter\n", - " \"\"\"\n", - "\n", - " counter += 1\n", - "\n", - " return bundle\n", - "\n", - " print(\"Task completed in %s seconds\" % (time.time() - t))\n", - "\n", - "\n", - "###" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "h1RaBLPyE7Pz" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "## **Generating building morphology**" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 44491, - "status": "ok", - "timestamp": 1649162355336, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "Auvs_07qFGcw", - "outputId": "97a8ee7e-8b4d-4230-a13f-ba8ceeda67a6" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10000 rows completed at Tue Apr 5 12:38:46 2022\n", - "20000 rows completed at Tue Apr 5 12:39:00 2022\n", - "30000 rows completed at Tue Apr 5 12:39:14 2022\n" - ] - } - ], - "source": [ - "d = {}\n", - "\n", - "d = {\n", - " \"df\": short,\n", - " \"thread_no\": 1,\n", - " \"print_thresh\": print_thresh,\n", - " \"save_thresh\": save_thresh,\n", - "}\n", - "\n", - "result = Main(d)\n", - "out_df = pd.DataFrame(result)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "GAuJYnwEFJS9" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "## **Post-analytical process**" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": { - "executionInfo": { - "elapsed": 28874, - "status": "ok", - "timestamp": 1649162510022, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "zO0O_WyhFMbY" - }, - "outputs": [], - "source": [ - "### Final data output----------------------------------------------------------------\n", - "original = original.set_index(\"PID\") # Reset the index of 'original' DF.\n", - "out_df = out_df.set_index(\"PID\") # Reset the index of 'out_df'\n", - "out_df[\"geometry\"] = original[\n", - " \"geometry\"\n", - "] # Copy the original geometry to the geometry col of 'out_df'\n", - "out_df = gpd.GeoDataFrame(out_df, geometry=\"geometry\", crs=WGS)\n", - "out_df.to_file(outf, driver=\"ESRI Shapefile\")" - ] - } - ], - "metadata": { - "accelerator": "GPU", - "colab": { - "authorship_tag": "ABX9TyPFrE7NgvLX3bil/AKToTSa", - "collapsed_sections": [], - "mount_file_id": "1i8cjeXnEH4KWK49QPqea_3tfmAHKbLBO", - "name": "STEP1.ipynb", - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3", - "name": "python3" - }, - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.py b/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.py deleted file mode 100644 index d93f560..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP1.py +++ /dev/null @@ -1,244 +0,0 @@ -# -*- coding: utf-8 -*- -import pandas as pd -import geopandas as gpd -import os -import numpy as np -from sklearn.neighbors import KDTree -import time - -### Credit: The base code of STEP1 and STEP2 were coded by Alex Chunet ### - - -start_time = time.time() - -pth = os.getcwd() -WGS = {"init": "epsg:4326"} -UTM = {"init": "epsg:32629"} -save_thresh = 100000 # save progress every [] rows -print_thresh = 10000 # print out calculation process every [] rows for each processor - -cpuPower = 1 / 2 -shpName = "/Niamey_data/DA_Niamey.shp" - - -### - -f = pth + shpName - -fil = gpd.read_file(f) -if fil.crs != WGS: - fil = fil.to_crs(WGS) -fil = fil.to_crs(UTM) -fil["area"] = fil.area -fil["centroid"] = fil["geometry"].centroid -fil = fil.to_crs(WGS) -fil = fil[["PID", "centroid", "area"]] - - -# short = fil[:50000] -short = fil - -area_dict = dict(zip(list(short.index), list(short["area"]))) -matrix = list( - zip(short.centroid.apply(lambda x: x.x), short.centroid.apply(lambda x: x.y)) -) -KD_tree = KDTree(matrix) - - -### -def Main(passed_dict): - # unpack passed dict into local variables for this thread. - short = passed_dict["df"] - thread_no = passed_dict["thread_no"] - print_thresh = passed_dict["print_thresh"] - save_thresh = passed_dict["save_thresh"] - - # set up some counters / timings - t = time.time() - counter = 1 - - bundle = [] - - # iterate through each row of the passed DataFrame of housing polygons. - for index, row in short.iterrows(): - # identify the x and y coordinates of the house's centroid - y = row.centroid.y - x = row.centroid.x - - # Query the KD tree for the first 26 objects (1 will be the house itself.) - # this returns a dataframe of the nearest 26 objects, their distances, and their indices. - distances, indices = KD_tree.query([(x, y)], k=26) - - # Distance calculations - closest 5 - # here, we subset the distances frame for the first 5 neighbours, and calculate summary stats - nearest_5_distances = list(distances[0])[1:6] # subset / slice - min_5 = min( - nearest_5_distances - ) # closest neighbour of the 5 closest (min distance to another building) - max_5 = max( - nearest_5_distances - ) # furthest neighbour of the 5 closest (min distance to another building) - mean_5 = np.mean( - nearest_5_distances - ) # average distance of centroids of 5 nearest neighbours - median_5 = np.median( - nearest_5_distances - ) # median distance of centroids of 5 nearest neighbours - dist_5_std = np.std( - nearest_5_distances - ) # standard deviation of centroids of 5 nearest neighbours - - # Distance calculations - closest 25 - # here, we subset the distances frame for the first 25 neighbours, and calculate summary stats - nearest_25_distances = list(distances[0])[1:] - min_25 = min(nearest_25_distances) - max_25 = max(nearest_25_distances) - mean_25 = np.mean(nearest_25_distances) - median_25 = np.median(nearest_25_distances) - dist_25_std = np.std(nearest_5_distances) - - # Areal calculations - closest 5 - # here, instead of the distances frame we generated via the KD tree, we use the area_dict - # and query it with the indices from the KD tree step - indices_5 = list(indices[0])[1:6] - areas = [area_dict[x] for x in indices_5] - area_5_mean = np.mean(areas) # mean area of 5 nearest neighbours - area_5_med = np.median(areas) # median area of 5 nearest neighbours - area_5_stdev = np.std( - areas - ) # standard deviation of area of 5 nearest neighbours - - # Areal calculations - closest 25 - # repeat above block for closest 25 - indices_25 = list(indices[0])[1:] - areas = [area_dict[x] for x in indices_25] - area_25_mean = np.mean(areas) - area_25_med = np.median(areas) - area_25_stdev = np.std(areas) - - # Count - # here we turn the process on its head, and identify all objects within certain distance thresholds - count_25m = KD_tree.query_radius([(x, y)], r=25, count_only=True)[ - 0 - ] # count of buildings in 25m radius - count_50m = KD_tree.query_radius([(x, y)], r=50, count_only=True)[ - 0 - ] # count of buildings in 50m radius - count_100m = KD_tree.query_radius([(x, y)], r=100, count_only=True)[ - 0 - ] # count of buildings in 100m radius - - # add these stats to a dictionary called 'ans' - ans = { - "PID": row.PID, - "area": row.area, - "D5_min": min_5, - "D5_max": max_5, - "D5_mean": mean_5, - "D5_med": median_5, - "D5_std": dist_5_std, - "A5_mean": area_5_mean, - "A5_med": area_5_med, - "A5_std": area_5_stdev, - "D25_min": min_25, - "D25_max": max_25, - "D25_mean": mean_25, - "D25_med": median_25, - "D25_std": dist_25_std, - "A25_mean": area_25_mean, - "A25_med": area_25_med, - "A25_std": area_25_stdev, - "Count_25m": count_25m, - "Count_50m": count_50m, - "Count_100m": count_100m, - } - - bundle.append(ans) - - # keep track of progress via this row - if counter % print_thresh == 0: - print("%s rows completed at %s" % (counter, time.ctime())) - - """ - # this functionality saves progress in case the process cannot be finished in one sitting. - # ideally, finish the processing in one sitting. - old = 0 - if counter % save_thresh == 0: - saver = pd.DataFrame(bundle) - saver = saver[list(bundle[0].keys())] - if saver.crs != WGS: - saver = saver.to_crs(WGS) - saver = saver.set_index('PID') - saver = saver.set_index('PID') - saver['geometry'] = saver['geometry'] - saver = gpd.GeoDataFrame(saver, geometry = 'geometry', crs = WGS) - saver.to_file(os.path.join(pth, 'output_%s_to_%s_thread_%s.shp' % (old, counter, thread_no)), driver = 'ESRI Shapefile') - bundle = [] - old = counter - """ - - counter += 1 - - return bundle - - print("Task completed in %s seconds" % (time.time() - t)) - - -### - - -# threads = multiprocessing.cpu_count() # limit this line if on the JNB to avoid consuming 100% of resources! -""" -cpu = multiprocessing.cpu_count() -threads = int(cpu * cpuPower) - -d = [] - -for i in range(1, (threads+1)): - len_total_df = len(short) - chunk = int(np.ceil(len_total_df / threads)) - d_f = short[(chunk*(i-1)):(chunk*i)] - - processor_input_dict = { - 'df':d_f, - 'thread_no':i, - 'print_thresh':print_thresh, - 'save_thresh':save_thresh - } - - d.append(processor_input_dict) - -with Pool(threads) as pool: - results = pool.map(Main, d, chunksize = 1) - -""" - - -d = {} - -d = { - "df": short, - "thread_no": 1, - "print_thresh": print_thresh, - "save_thresh": save_thresh, -} - - -result = Main(d) - - -out_df = pd.DataFrame(result) - -orig_fil = gpd.read_file(f) -if orig_fil.crs != WGS: - orig_fil = orig_fil.to_crs(WGS) -orig_fil = orig_fil.set_index("PID") - -out_df = out_df.set_index("PID") -out_df["geometry"] = orig_fil["geometry"] -out_df = gpd.GeoDataFrame(out_df, geometry="geometry", crs=WGS) -out_df.to_file(os.path.join(pth, "buildings_altered.shp"), driver="ESRI Shapefile") - - -elapsed_time = (time.time() - start_time) / 60 -print("elapsed_time:{0}".format(elapsed_time) + "[Min]") diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.ipynb b/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.ipynb deleted file mode 100644 index 917264d..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.ipynb +++ /dev/null @@ -1,778 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": { - "id": "ng-6APvaCTjz" - }, - "source": [ - "# **STEP-2**" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 10476, - "status": "ok", - "timestamp": 1652081221317, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "BaLbga1UeeID", - "outputId": "ddc2866d-511e-4f78-ad37-5e91d75a9e05" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Drive already mounted at /content/drive; to attempt to forcibly remount, call drive.mount(\"/content/drive\", force_remount=True).\n" - ] - } - ], - "source": [ - "from google.colab import drive\n", - "\n", - "drive.mount(\"/content/drive\")" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "1lY0lVSWE86u" - }, - "source": [ - "**OPTIONAL:** Install required modules (geopandas, pyproj, h2o) if not yet installed.\n", - "Create 'modules' directory under 'Colab\\ Notebooks' (or specify a directory you like).\n", - "\n", - "https://ggcs.io/2020/06/22/google-colab-pip-install/ (Japanese)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "5sJCm-ZyD_a3" - }, - "outputs": [], - "source": [ - "!pip install --target /content/drive/MyDrive/Colab\\ Notebooks/modules geopandas pyproj h2o" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "jPbQEJvZIXas" - }, - "source": [ - "Import modules" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "executionInfo": { - "elapsed": 209, - "status": "ok", - "timestamp": 1652081234256, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "noTOcSfdEmLJ" - }, - "outputs": [], - "source": [ - "import sys\n", - "\n", - "sys.path.append(\"/content/drive/MyDrive/Colab Notebooks/modules\")" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": { - "executionInfo": { - "elapsed": 53111, - "status": "ok", - "timestamp": 1652081288302, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "R_-1zemWBe3V" - }, - "outputs": [], - "source": [ - "# -*- coding: utf-8 -*-\n", - "import sys\n", - "import pyproj\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import h2o\n", - "from h2o.automl import H2OAutoML\n", - "from h2o.frame import H2OFrame" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "QpsPI01sCAU_" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "# Initial file setting\n", - "Do not forget to mount your GoogleDrive! All necessary files need to be uploaded in directories on your GoogleDrive. You can easily mount your GoogleDrive from the left pane, click the folder icon and select mount drive. Also see: https://colab.research.google.com/notebooks/io.ipynb" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": { - "executionInfo": { - "elapsed": 191, - "status": "ok", - "timestamp": 1652081337297, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "x0Rl8cyiTiDT" - }, - "outputs": [], - "source": [ - "pth = \"/content/drive/MyDrive/Colab Notebooks/slumML/data/Yaounde/\" # Directory to save model, ouputs\n", - "building_file = \"/content/drive/MyDrive/Colab Notebooks/slumML/data/Yaounde/Yaounde_DA_morphology.shp\" # Specify the processed building footprint data\n", - "sample_file = \"/content/drive/MyDrive/Colab Notebooks/slumML/data/Yaounde/Yaounde_sample_data.shp\" # Specify the sample data" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": { - "executionInfo": { - "elapsed": 128736, - "status": "ok", - "timestamp": 1652081468022, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "d5A4MLXLB7Ad" - }, - "outputs": [], - "source": [ - "# Read a Building Footprint layer processed at STEP-1\n", - "proj_4326 = pyproj.Proj(4326)\n", - "\n", - "building_df = gpd.read_file(building_file)\n", - "building_df = building_df.to_crs(4326)\n", - "\n", - "# Read a Sample Area layer\n", - "sample_area = gpd.read_file(sample_file)\n", - "sample_area = sample_area.to_crs(4326)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "DS0NcJ-VSCbj" - }, - "source": [ - "Here, adjust your prediction and response variables.\n", - "Modify the code below to satisfy your needs.Current setting is very basic: Apply all variables in the building_df." - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": { - "executionInfo": { - "elapsed": 204, - "status": "ok", - "timestamp": 1652081494317, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "S9tRIOowjSIH" - }, - "outputs": [], - "source": [ - "# Urban classes to be used in the sample layer and for classification\n", - "# Assign unique integer for each class by yourself here.\n", - "# class_map = {'High Income':1,'Middle income':2,'Industrial':5, 'Informal':3, 'Commercial':4}\n", - "# class_map = {'High income':1,'Middle income':2,'Informal':3, 'Commercial':4}\n", - "# class_map = {'commercial':1,'industrial':2,'ins_admin':3, 'res':4, 'res_detached':5, 'slum':6}#Nairobi\n", - "# class_map = {'Commercial zone':1,'Formal':2,'Informal':3, 'middle income':4}#Bangui\n", - "# class_map = {'High Income':1,'Middle Income':2,'Low Income':3, 'Slum':4, 'Com Admin':5, 'Industrial':6}#Libreville, Brazzaville, & PointeNoire\n", - "# class_map = {'commercial':1,'informal':2,'mid/low income':3}#Bambari\n", - "class_map = {\n", - " \"Administrative\": 0,\n", - " \"Bidonville\": 1,\n", - " \"Commercial\": 2,\n", - " \"High income\": 3,\n", - " \"Industrial\": 4,\n", - " \"Middle/Low income\": 5,\n", - "} # Douala, Yaounde" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": { - "executionInfo": { - "elapsed": 192, - "status": "ok", - "timestamp": 1652081504301, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "Tn-1WOeK0dY8" - }, - "outputs": [], - "source": [ - "# Here, adjust your prediction and response variables. Modify the code below to satisfy your needs.\n", - "# Current setting is very basic: Apply all variables in the building_df.\n", - "col = building_df.columns\n", - "predictors = list(col[1:22])\n", - "response = \"type\"" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "id": "6zGujLDrGMWJ" - }, - "outputs": [], - "source": [ - "### OPTIONAL ###\n", - "# The col defining the urban space type should have 'type' name. So, if not, rename it here.\n", - "sample_area = sample_area.rename(columns={\"class\": \"type\"})" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": { - "executionInfo": { - "elapsed": 91882, - "status": "ok", - "timestamp": 1652081629044, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "HcEecyh9R3DP" - }, - "outputs": [], - "source": [ - "### Generate a training data by intersecting 'building_df' and 'sample_area'\n", - "# Set urban class default as 'unknown'\n", - "\n", - "source_df = building_df.copy()\n", - "\n", - "source_df[\"type\"] = \"unknown\"\n", - "\n", - "# Create an empty DF for append\n", - "training_data = pd.DataFrame()\n", - "\n", - "# 'training_data' is now our official 'training data' for the ML model.\n", - "for index, row in sample_area.iterrows():\n", - " x = row.geometry\n", - " y = row.type\n", - "\n", - " df_temp = source_df[source_df.intersects(x)].copy()\n", - " df_temp[\"type\"] = y\n", - "\n", - " training_data = training_data.append(df_temp)\n", - "\n", - "training_data[\"type\"] = training_data[\"type\"].map(class_map)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "82ku5ND2SOWr" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "# **h2o Pipeline**" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "nvN08ZHeTSmd" - }, - "source": [ - "Initialize h2o" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/", - "height": 575 - }, - "executionInfo": { - "elapsed": 15589, - "status": "ok", - "timestamp": 1652081655900, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "ekizevAsSxFQ", - "outputId": "79207c6e-d35a-4b71-bd9e-e42de8ed0218" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Checking whether there is an H2O instance running at http://localhost:54321 ..... not found.\n", - "Attempting to start a local H2O server...\n", - " Java Version: openjdk version \"11.0.15\" 2022-04-19; OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.18.04.1); OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.18.04.1, mixed mode, sharing)\n", - " Starting server from /content/drive/MyDrive/Colab Notebooks/modules/h2o/backend/bin/h2o.jar\n", - " Ice root: /tmp/tmps3fyhcp5\n", - " JVM stdout: /tmp/tmps3fyhcp5/h2o_unknownUser_started_from_python.out\n", - " JVM stderr: /tmp/tmps3fyhcp5/h2o_unknownUser_started_from_python.err\n", - " Server is running at http://127.0.0.1:54321\n", - "Connecting to H2O server at http://127.0.0.1:54321 ... successful.\n", - "Warning: Your H2O cluster version is too old (3 months and 13 days)!Please download and install the latest version from http://h2o.ai/download/\n" - ] - }, - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
H2O_cluster_uptime:04 secs
H2O_cluster_timezone:Etc/UTC
H2O_data_parsing_timezone:UTC
H2O_cluster_version:3.36.0.2
H2O_cluster_version_age:3 months and 13 days !!!
H2O_cluster_name:H2O_from_python_unknownUser_b0cajz
H2O_cluster_total_nodes:1
H2O_cluster_free_memory:3.172 Gb
H2O_cluster_total_cores:2
H2O_cluster_allowed_cores:2
H2O_cluster_status:locked, healthy
H2O_connection_url:http://127.0.0.1:54321
H2O_connection_proxy:{\"http\": null, \"https\": null}
H2O_internal_security:False
H2O_API_Extensions:Amazon S3, XGBoost, Algos, Infogram, AutoML, Core V3, TargetEncoder, Core V4
Python_version:3.7.13 final
" - ], - "text/plain": [ - "-------------------------- ----------------------------------------------------------------------------\n", - "H2O_cluster_uptime: 04 secs\n", - "H2O_cluster_timezone: Etc/UTC\n", - "H2O_data_parsing_timezone: UTC\n", - "H2O_cluster_version: 3.36.0.2\n", - "H2O_cluster_version_age: 3 months and 13 days !!!\n", - "H2O_cluster_name: H2O_from_python_unknownUser_b0cajz\n", - "H2O_cluster_total_nodes: 1\n", - "H2O_cluster_free_memory: 3.172 Gb\n", - "H2O_cluster_total_cores: 2\n", - "H2O_cluster_allowed_cores: 2\n", - "H2O_cluster_status: locked, healthy\n", - "H2O_connection_url: http://127.0.0.1:54321\n", - "H2O_connection_proxy: {\"http\": null, \"https\": null}\n", - "H2O_internal_security: False\n", - "H2O_API_Extensions: Amazon S3, XGBoost, Algos, Infogram, AutoML, Core V3, TargetEncoder, Core V4\n", - "Python_version: 3.7.13 final\n", - "-------------------------- ----------------------------------------------------------------------------" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "h2o.init()" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "ICa4GXDWTY1o" - }, - "source": [ - "Data prep for the h2o pipeline, autoML model selection.\n", - "The best-performed model will be saved in the directory specified by 'pth.'" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 2286285, - "status": "ok", - "timestamp": 1652083949200, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "74Z9NlvxSUBm", - "outputId": "ebb4410d-e186-4f06-a6d8-38bb4a581833" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "AutoML progress: |███████████████████████████████████████████████████████████████| (done) 100%\n", - "** Model validation with 'valid' hf **\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "\n", - "ModelMetricsMultinomialGLM: stackedensemble\n", - "** Reported on test data. **\n", - "\n", - "MSE: 0.01759988910980335\n", - "RMSE: 0.13266457368040405\n", - "\n" - ] - } - ], - "source": [ - "# Convert the training data to an h2o frame.\n", - "# NOTE that this process will be inefficien if the original data has many NaNs.\n", - "hf = H2OFrame(training_data)\n", - "\n", - "\n", - "# This block of code is fairly h2o standard. It trains 20 models on this data,\n", - "# limiting the runtime to 1 hour. At the end of an hour or training 20 models,\n", - "# whichever is first, it returns a DataFrame of predictions as preds, ordered by the quality of their predictions.\n", - "\n", - "# Split 'hf' into a taraining frame and validation frame.\n", - "train, valid = hf.split_frame(ratios=[0.8], seed=10)\n", - "\n", - "# Identify predictors and response\n", - "x = predictors\n", - "y = response\n", - "\n", - "## For binary classification, response should be a factor\n", - "train[y] = train[y].asfactor()\n", - "valid[y] = valid[y].asfactor()\n", - "\n", - "# Run AutoML for 20 base models (limited to 1 hour max runtime by default)\n", - "aml = H2OAutoML(max_models=20, seed=1)\n", - "aml.train(x=x, y=y, training_frame=train)\n", - "\n", - "# View the AutoML Leaderboard\n", - "lb = aml.leaderboard\n", - "\n", - "\n", - "# Print all rows instead of default (10 rows)\n", - "lb.head(rows=lb.nrows)\n", - "\n", - "print(\"** Model validation with 'valid' hf **\")\n", - "preds = aml.leader.predict(valid)\n", - "\n", - "# Here, we print out the performance of our top performing model.\n", - "res = aml.leader.model_performance(valid)\n", - "\n", - "print(res)\n", - "\n", - "# We save the model down to its own save location.\n", - "model_path = h2o.save_model(model=aml.leader, path=pth, force=True)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "pnH6Xw8QT5ee" - }, - "source": [ - "### **Supervised ML classification based on the selected model**\n", - "h2o struggled to generate predictions for more than 100,000 rows at a time.Thus, we split the original DataFrame into 100,000 row chunks, run the predictions on the h2o version of the frame, then send these to file." - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 334981, - "status": "ok", - "timestamp": 1652084321443, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "HuWvDj9YT2dY", - "outputId": "99160640-2aaa-4242-aaf3-db2347dd4db8" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Processing Chunk No. 1 ----> row 0–100000\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "Processing Chunk No. 2 ----> row 100000–200000\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "Processing Chunk No. 3 ----> row 200000–300000\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "Processing Chunk No. 4 ----> row 300000–400000\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "Processing Chunk No. 5 ----> row 400000–500000\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n", - "Processing Chunk No. 5 ----> row 500000 till the end\n", - "Parse progress: |████████████████████████████████████████████████████████████████| (done) 100%\n", - "stackedensemble prediction progress: |███████████████████████████████████████████| (done) 100%\n" - ] - } - ], - "source": [ - "max_row_size = 100000\n", - "\n", - "chunk_num = int(len(building_df) / max_row_size)\n", - "chunk_mod = len(building_df) % max_row_size\n", - "\n", - "building_df[\"type\"] = \"unknown\"\n", - "\n", - "\n", - "def MLpred(df):\n", - " df_input = df[predictors]\n", - " # Extract predictor cols only (specified by the 'predictors' LIST)\n", - " hf_temp = H2OFrame(df_input)\n", - "\n", - " preds_temp = aml.leader.predict(hf_temp)\n", - " pred_df_temp = preds_temp.as_data_frame()\n", - "\n", - " # add 'PID' to 'pred_df_temp' so that it will be merged to the original 'df.'\n", - " df.reset_index(inplace=True)\n", - " pred_df_temp[\"PID\"] = df.PID\n", - "\n", - " ans = pd.merge(df, pred_df_temp, on=\"PID\")\n", - "\n", - " return ans\n", - "\n", - "\n", - "# Create an empty DF for append\n", - "prediction_df = pd.DataFrame()\n", - "\n", - "# If the total number of building footprints is smaller than 100,000:\n", - "if len(building_df) < 100000:\n", - " # Prediction process here\n", - " pred_x = MLpred(building_df)\n", - " prediction_df = prediction_df.append(pred_x)\n", - "\n", - "else:\n", - " for i in range(0, chunk_num):\n", - " if i == 0:\n", - " print(\"Processing Chunk No. {} ----> row 0–{}\".format(i + 1, max_row_size))\n", - " df_temp2 = building_df[0:max_row_size].copy()\n", - "\n", - " # Prediction process here\n", - " pred_x = MLpred(df_temp2)\n", - "\n", - " prediction_df = prediction_df.append(pred_x)\n", - "\n", - " else:\n", - " start = i * max_row_size\n", - " stop = (i * max_row_size) + max_row_size\n", - " print(\"Processing Chunk No. {} ----> row {}–{}\".format(i + 1, start, stop))\n", - " df_temp2 = building_df[start:stop].copy()\n", - "\n", - " # Prediction process here\n", - " pred_x = MLpred(df_temp2)\n", - "\n", - " prediction_df = prediction_df.append(pred_x)\n", - "\n", - " if chunk_mod > 0:\n", - " start = chunk_num * max_row_size\n", - " print(\"Processing Chunk No. {} ----> row {} till the end\".format(i + 1, start))\n", - " df_temp2 = building_df[start:].copy()\n", - "\n", - " # Prediction process here\n", - " pred_x = MLpred(df_temp2)\n", - "\n", - " prediction_df = prediction_df.append(pred_x)" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "FqwpmSsrUIY_" - }, - "source": [ - "\n", - "\n", - "---\n", - "\n", - "\n", - "### **Post-analytical process**\n" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 715775, - "status": "ok", - "timestamp": 1652085093365, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "wuP096anUHzu", - "outputId": "dd0cb167-5cb1-432a-d4b3-468e2590ca74" - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Exporting reulst to shapefile...\n" - ] - } - ], - "source": [ - "### Exporting\n", - "print(\"Exporting reulst to shapefile...\")\n", - "output_path = pth + \"\\prediction_result.shp\"\n", - "prediction_df.to_file(output_path, driver=\"ESRI Shapefile\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "colab": { - "base_uri": "https://localhost:8080/" - }, - "executionInfo": { - "elapsed": 4234, - "status": "ok", - "timestamp": 1649758011062, - "user": { - "displayName": "立石英吾", - "userId": "17884307298980796766" - }, - "user_tz": -540 - }, - "id": "3uhE9cHGH-DI", - "outputId": "33c0d7ab-5ffc-4e70-a59b-a3c8c2cd005e" - }, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/usr/local/lib/python3.7/dist-packages/ipykernel_launcher.py:2: H2ODeprecationWarning: Deprecated, use ``h2o.cluster().shutdown()``.\n", - " \n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Are you sure you want to shutdown the H2O instance running at http://127.0.0.1:54321 (Y/N)? Y\n", - "H2O session _sid_95c4 closed.\n" - ] - } - ], - "source": [ - "### Refreshing H2O cluster (if necessary)\n", - "h2o.shutdown(prompt=True)" - ] - } - ], - "metadata": { - "accelerator": "GPU", - "colab": { - "authorship_tag": "ABX9TyPDUwW/OThJXd73gqgjAayU", - "collapsed_sections": [], - "mount_file_id": "1qBfdsFv3exlWCp9Tdm8STEdKPypVpEvO", - "name": "STEP2.ipynb", - "provenance": [] - }, - "kernelspec": { - "display_name": "Python 3", - "name": "python3" - }, - "language_info": { - "name": "python" - } - }, - "nbformat": 4, - "nbformat_minor": 0 -} diff --git a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.py b/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.py deleted file mode 100644 index 96ea775..0000000 --- a/docs/notebooks/Implementations/Slum_Mapping/slumML/STEP2.py +++ /dev/null @@ -1,189 +0,0 @@ -# -*- coding: utf-8 -*- - -import os -import time -import pandas as pd -import geopandas as gpd -import h2o -from h2o.automl import H2OAutoML -from h2o.frame import H2OFrame - -### Credit: Original code was developed by Alex Chunet and later revised by Eigo Tateishi ### - - -start_time = time.time() - -### Initial file setting -------------------------------------------------------------------- -pth = os.getcwd() -building_file = "/Niamey_data/buildings_altered.shp" -sample_file = "/Niamey_data/Niamey_sample_data.shp" - -# Read a processed Building Footprint layer -building_df = gpd.read_file(pth + building_file) -building_df = building_df.to_crs({"init": "epsg:4326"}) - -# Read a Sample Area layer -sample_area = gpd.read_file(pth + sample_file) -sample_area = sample_area.to_crs({"init": "epsg:4326"}) - -# Urban classes to be used in the sample layer and for classification -# Assign unique integer for each class by yourself here. -class_map = {"middle income": 1, "informal": 2, "formal": 3, "commercial": 4} - - -### Variable prep here ---------------------------------------------------------------------- - -# Here, adjust your prediction and response variables. Modify the code below to satisfy your needs. -# Current setting is very basic: Apply all variables in the building_df. -col = building_df.columns -predictors = list(col[1:21]) -response = "type" - - -### Generate a training data by intersecting 'building_df' and 'sample_area'----------------- -# Set urban class default as 'unknown' - -source_df = building_df.copy() - -source_df["type"] = "unknown" - -# Create an empty DF for append -training_data = pd.DataFrame() - -# 'training_data' is now our official 'training data' for the ML model. -for index, row in sample_area.iterrows(): - x = row.geometry - y = row.type - - df_temp = source_df[source_df.intersects(x)].copy() - df_temp["type"] = y - - training_data = training_data.append(df_temp) - -training_data["type"] = training_data["type"].map(class_map) - - -### Model training here --------------------------------------------------------------------- -h2o.init() - -# Convert the training data to an h2o frame. -# NOTE that this process will be inefficien if the original data has many NaNs. -hf = H2OFrame(training_data) - - -# This block of code is fairly h2o standard. It trains 20 models on this data, -# limiting the runtime to 1 hour. At the end of an hour or training 20 models, -# whichever is first, it returns a DataFrame of predictions as preds, ordered by the quality of their predictions. - -# Split 'hf' into a taraining frame and validation frame. -train, valid = hf.split_frame(ratios=[0.8], seed=10) - -# Identify predictors and response -x = predictors -y = response - -## For binary classification, response should be a factor -train[y] = train[y].asfactor() -valid[y] = valid[y].asfactor() - -# Run AutoML for 20 base models (limited to 1 hour max runtime by default) -aml = H2OAutoML(max_models=20, seed=1) -aml.train(x=x, y=y, training_frame=train) - -# View the AutoML Leaderboard -lb = aml.leaderboard - - -# Print all rows instead of default (10 rows) -lb.head(rows=lb.nrows) - -print("** Model validation with 'valid' hf **") -preds = aml.leader.predict(valid) - -# Here, we print out the performance of our top performing model. -res = aml.leader.model_performance(valid) - -print(res) - -# We save the model down to its own save location. -model_path = h2o.save_model(model=aml.leader, path=pth, force=True) - - -### Model fitting here ---------------------------------------------------------------------- - -# h2o struggled to generate predictions for more than 100,000 rows at a time. -# Thus, we split the original DataFrame into 100,000 row chunks, run the predictions on -# the h2o version of the frame, then send these to file. - -max_row_size = 100000 - -chunk_num = int(len(building_df) / max_row_size) -chunk_mod = len(building_df) % max_row_size - -building_df["type"] = "unknown" - - -def MLpred(df): - df_input = df[predictors] - # Extract predictor cols only (specified by the 'predictors' LIST) - hf_temp = H2OFrame(df_input) - - preds_temp = aml.leader.predict(hf_temp) - pred_df_temp = preds_temp.as_data_frame() - - # add 'PID' to 'pred_df_temp' so that it will be merged to the original 'df.' - df.reset_index(inplace=True) - pred_df_temp["PID"] = df.PID - - ans = pd.merge(df, pred_df_temp, on="PID") - - return ans - - -# Create an empty DF for append -prediction_df = pd.DataFrame() - -for i in range(0, chunk_num): - if i == 0: - print("Processing Chunk No. {} ----> row 0–{}".format(i + 1, max_row_size)) - df_temp2 = building_df[0:max_row_size].copy() - - # Prediction process here - pred_x = MLpred(df_temp2) - - prediction_df = prediction_df.append(pred_x) - - else: - start = i * max_row_size - stop = (i * max_row_size) + max_row_size - print("Processing Chunk No. {} ----> row {}–{}".format(i + 1, start, stop)) - df_temp2 = building_df[start:stop].copy() - - # Prediction process here - pred_x = MLpred(df_temp2) - - prediction_df = prediction_df.append(pred_x) - -if chunk_mod > 0: - start = chunk_num * max_row_size - print("Processing Chunk No. {} ----> row {} till the end".format(i + 1, start)) - df_temp2 = building_df[start:].copy() - - # Prediction process here - pred_x = MLpred(df_temp2) - - prediction_df = prediction_df.append(pred_x) - - -### Exporting ------------------------------------------- -print("Exporting reulst to shapefile...") -output_path = pth + "\prediction_result.shp" -prediction_df.to_file(output_path, driver="ESRI Shapefile") - - -### Refreshing H2O cluster (if necessary) ------------------------------------------- - -elapsed_time = (time.time() - start_time) / 60 -print("elapsed_time:{0}".format(elapsed_time) + "[Min]") - -h2o.cluster().shutdown(prompt=True) diff --git a/docs/notebooks/Implementations/URB_DECAT_B_ExploringGHSSMODcode.ipynb b/docs/notebooks/Implementations/URB_DECAT_B_ExploringGHSSMODcode.ipynb deleted file mode 100644 index 41dfcd2..0000000 --- a/docs/notebooks/Implementations/URB_DECAT_B_ExploringGHSSMODcode.ipynb +++ /dev/null @@ -1,452 +0,0 @@ -{ - "cells": [ - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Exploring DEGURBA\n", - "The Degree of Urbanization methodology developed by the European Commission provides a consistent definition of urban through application of population density and total population theresholds to gridded population data." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "ename": "", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[1;31mRunning cells with 'geog' requires the ipykernel package.\n", - "\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n", - "\u001b[1;31mCommand: 'conda install -n geog ipykernel --update-deps --force-reinstall'" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import importlib\n", - "import rasterio\n", - "import rasterio.warp\n", - "\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "\n", - "from rasterio import features\n", - "from shapely.geometry import Polygon\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../GOST_Urban\")\n", - "import src.UrbanRaster as urban\n", - "\n", - "# Import raster helpers\n", - "sys.path.append(\"../../gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "from GOSTRocks.misc import tPrint" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "metadata": {}, - "outputs": [], - "source": [ - "global_bounds_adm1 = \"/home/public/Data/GLOBAL/ADMIN/Admin1_Polys.shp\"\n", - "iso3 = \"GHA\"\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA\" % iso3\n", - "pop_layer = os.path.join(output_folder, \"FINAL_STANDARD\", \"%s_GHS.tif\" % iso3)\n", - "temp_pop_file = os.path.join(output_folder, \"GHS_TEMP.tif\")\n", - "deg_file = os.path.join(output_folder, \"FINAL_STANDARD\", \"GHS_DEG.tif\")\n", - "adm1_file = os.path.join(output_folder, \"ADM1.shp\")" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "metadata": {}, - "outputs": [], - "source": [ - "inG1 = gpd.read_file(global_bounds_adm1)\n", - "inD1 = inG1.loc[inG1[\"ISO3\"] == iso3]\n", - "inD1 = inD1.to_crs({\"init\": \"epsg:4326\"})\n", - "if not os.path.exists(adm1_file):\n", - " inD1.to_file(adm1_file)\n", - "\n", - "if not os.path.exists(temp_pop_file):\n", - " inR = rasterio.open(pop_layer)\n", - " selD = inD1.loc[inD1[\"WB_ADM1_NA\"] == \"Central\"]\n", - " rMisc.clipRaster(inR, selD, temp_pop_file)\n", - "\n", - "national_ghs_1k = os.path.join(output_folder, \"GHS_POP_1k.tif\")\n", - "if not os.path.exists(national_ghs_1k):\n", - " inR = rasterio.open(\n", - " \"/home/public/Data/GLOBAL/Population/GHS/GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0.tif\"\n", - " )\n", - " inD = gpd.read_file(os.path.join(output_folder, \"FINAL_STANDARD\", \"GHA_ADMIN.shp\"))\n", - " if inD.crs != inR.crs:\n", - " inD = inD.to_crs(inR.crs)\n", - " rMisc.clipRaster(inR, inD, national_ghs_1k)" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:06:51\t: Smoothing Urban Clusters\n", - "11:16:55\t: extracting HD clusters\n", - "11:16:58\t: Creating Shape 0\n", - "11:18:26\t: Creating Shape 1000\n", - "11:19:52\t: Creating Shape 2000\n", - "11:21:18\t: Creating Shape 3000\n", - "11:22:44\t: Creating Shape 4000\n", - "11:24:11\t: Creating Shape 5000\n", - "11:25:37\t: Creating Shape 6000\n", - "11:27:03\t: Creating Shape 7000\n", - "11:28:27\t: Creating Shape 8000\n", - "11:29:26\t: extracting URBAN clusters\n", - "11:30:05\t: Creating Shape 9000\n", - "11:31:33\t: Creating Shape 10000\n", - "11:32:58\t: Creating Shape 11000\n", - "11:34:27\t: Creating Shape 12000\n", - "11:35:52\t: Creating Shape 13000\n", - "11:37:20\t: Creating Shape 14000\n", - "11:38:45\t: Creating Shape 15000\n", - "11:40:06\t: Creating Shape 16000\n", - "11:41:32\t: Creating Shape 17000\n", - "11:43:01\t: Creating Shape 18000\n", - "11:44:25\t: Creating Shape 19000\n", - "11:45:51\t: Creating Shape 20000\n", - "11:47:19\t: Creating Shape 21000\n", - "11:48:43\t: Creating Shape 22000\n", - "11:49:58\t: Creating Shape 23000\n", - "11:51:21\t: Creating Shape 24000\n", - "11:52:45\t: Creating Shape 25000\n", - "11:53:08\t: performing distance calculations\n" - ] - } - ], - "source": [ - "importlib.reload(urban)\n", - "xx = urban.urbanGriddedPop(pop_layer)\n", - "res = xx.calculateDegurba(\n", - " urbDens=21, hdDens=(15 * 7), minPopThresh=0.5 * 7, out_raster=deg_file, verbose=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:18:16\t: Smoothing Urban Clusters\n", - "12:18:54\t: extracting HD clusters\n", - "12:18:54\t: Creating Shape 0\n", - "12:18:58\t: Creating Shape 1000\n", - "12:18:59\t: extracting URBAN clusters\n", - "12:19:02\t: Creating Shape 2000\n", - "12:19:06\t: Creating Shape 3000\n", - "12:19:10\t: Creating Shape 4000\n", - "12:19:14\t: Creating Shape 5000\n", - "12:19:15\t: performing distance calculations\n" - ] - } - ], - "source": [ - "importlib.reload(urban)\n", - "deg_file = national_ghs_1k.replace(\".tif\", \"DEGURBA.tif\")\n", - "xx = urban.urbanGriddedPop(national_ghs_1k)\n", - "res = xx.calculateDegurba(\n", - " urbDens=300, hdDens=1500, minPopThresh=50, out_raster=deg_file, verbose=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:13:24\t: Smoothing Urban Clusters\n", - "09:15:11\t: extracting HD clusters\n", - "09:15:11\t: Creating Shape 0\n", - "09:15:13\t: extracting URBAN clusters\n", - "09:15:18\t: performing distance calculations\n" - ] - } - ], - "source": [ - "importlib.reload(urban)\n", - "temp_pop_file = os.path.join(\n", - " output_folder, \"GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0_22_3.tif\"\n", - ")\n", - "deg_file = temp_pop_file.replace(\".tif\", \"DEGURBA.tif\")\n", - "xx = urban.urbanGriddedPop(temp_pop_file) # (pop_layer)\n", - "res = xx.calculateDegurba(\n", - " urbDens=300, hdDens=1500, minPopThresh=50, out_raster=deg_file, verbose=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "outputs": [], - "source": [ - "features.shapes?" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Plotting" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "import matplotlib.pyplot as plt\n", - "from matplotlib.colors import ListedColormap\n", - "import matplotlib.colors as colors" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "cmap = ListedColormap(\n", - " [\"lightgreen\", \"green\", \"darkgreen\", \"yellow\", \"brown\", \"black\", \"red\"]\n", - ")\n", - "norm = colors.BoundaryNorm([10, 11, 12, 13, 21, 22, 23, 30], 7)\n", - "fig, ax = plt.subplots(figsize=(10, 5))\n", - "ax.imshow(hd[350:450, 500:650], cmap=cmap, norm=norm)\n", - "plt.show()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "fig, ax = plt.subplots(figsize=(10, 5))\n", - "ax.imshow(urb[350:450, 500:650], cmap=cmap, norm=norm) # , extent=[350, 450, 650, 500])\n", - "plt.show()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ax.imshow?" - ] - }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# DEBUGGING" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import geojson\n", - "import json\n", - "\n", - "from shapely.geometry import shape\n", - "from rasterio.features import rasterize\n", - "\n", - "urbDens = 3 * 7\n", - "hdDens = 15 * 7\n", - "urbThresh = 5000\n", - "hdThresh = 50000\n", - "minPopThresh = 0.5 * 7\n", - "out_raster = deg_file\n", - "print_message = \"\"\n", - "verbose = False" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx = urban.urbanGriddedPop(temp_pop_file)\n", - "popRaster = xx.inR\n", - "data = popRaster.read()\n", - "urban_raster = data * 0\n", - "final_raster = data[0, :, :] * 0 + 11\n", - "\n", - "urban_raster[np.where(data > hdDens)] = 30\n", - "\n", - "idx = 0\n", - "allFeatures = []\n", - "# Analyze the high density shapes\n", - "for cShape, value in features.shapes(urban_raster, transform=popRaster.transform):\n", - " if idx % 1000 == 0 and verbose:\n", - " tPrint(\"%s: Creating Shape %s\" % (print_message, idx))\n", - " idx = idx + 1\n", - " if value > 0:\n", - " if value == 30: # only smooth the HD density shapes\n", - " origShape = cShape\n", - " xx = shape(cShape)\n", - " xx = Polygon(xx.exterior)\n", - " cShape = xx.__geo_interface__\n", - " # If the shape is urban, claculate total pop\n", - " mask = rasterize(\n", - " [(cShape, 0)],\n", - " out_shape=data[0, :, :].shape,\n", - " fill=1,\n", - " transform=popRaster.transform,\n", - " )\n", - " inData = np.ma.array(data=data, mask=mask.astype(bool))\n", - " pop = np.nansum(inData)\n", - "\n", - " val = 0\n", - " if pop > 5000:\n", - " ### TODO - if the totalpop is < 50k, may need to unsmooth the shape\n", - " val = 23\n", - " if pop > 50000:\n", - " val = 30\n", - "\n", - " # Burn value into the final raster\n", - " mask = (mask ^ 1) * val\n", - " yy = np.dstack([final_raster, mask])\n", - " final_raster = np.amax(yy, axis=2)\n", - " allFeatures.append([idx, pop, val, shape(geojson.loads(json.dumps(cShape)))])\n", - "HD_raster = final_raster" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "unique_elements, counts_elements = np.unique(HD_raster, return_counts=True)\n", - "print(np.asarray((unique_elements, counts_elements)))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "final_raster = data[0, :, :] * 0\n", - "yy = np.dstack([final_raster, mask])\n", - "final_raster = np.amax(yy, axis=2)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "mask = rasterize(\n", - " [(cShape, 0)], out_shape=data[0, :, :].shape, fill=1, transform=popRaster.transform\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "tempR = rasterio.open(temp_pop_file)\n", - "tempR.shape" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "tempR.meta" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "geog", - "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.9.16" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SCAUR_UKR_B_I_urbanizationReview/URB_SCAUR_UKR_B_I_urbanizationReview.ipynb b/docs/notebooks/Implementations/URB_SCAUR_UKR_B_I_urbanizationReview/URB_SCAUR_UKR_B_I_urbanizationReview.ipynb deleted file mode 100644 index 8198a18..0000000 --- a/docs/notebooks/Implementations/URB_SCAUR_UKR_B_I_urbanizationReview/URB_SCAUR_UKR_B_I_urbanizationReview.ipynb +++ /dev/null @@ -1,941 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 195, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The autoreload extension is already loaded. To reload it, use:\n", - " %reload_ext autoreload\n" - ] - } - ], - "source": [ - "import sys, os, json\n", - "import rasterio, geopy\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "\n", - "sys.path.insert(0, \"../../../../gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.ntlMisc as ntl\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "sys.path.append(\"../../../src\")\n", - "\n", - "import GOST_Urban.UrbanRaster as urban\n", - "import GOST_Urban.urban_helper as clippy\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2\n", - "\n", - "# read in local important parameters\n", - "local_json = \"/home/wb411133/Code/urbanParameters.json\"\n", - "with open(local_json, 'r') as inJ:\n", - " important_vars = json.load(inJ)" - ] - }, - { - "cell_type": "code", - "execution_count": 204, - "metadata": {}, - "outputs": [], - "source": [ - "iso3 = \"UKR\"\n", - "output_dir = f\"/home/wb411133/data/Projects/{iso3}_Urbanization\"\n", - "if not os.path.exists(output_dir):\n", - " os.makedirs(output_dir)\n", - " \n", - "population_file = f\"/home/public/Data/GLOBAL/Population/WorldPop_PPP_2020/MOSAIC_ppp_prj_2020/ppp_prj_2020_{iso3}.tif\"\n", - "admin_bounds = \"/home/public/Data/COUNTRY/UKR/ADMIN/geoBoundaries-UKR-ADM3.geojson\"\n", - "GHSL_file = \"/home/public/Data/GLOBAL/GHSL/ghsl.vrt\"\n", - "\n", - "# Define output files\n", - "urban_extents_file = os.path.join(output_dir, f\"{iso3}_urban_extents.geojson\")\n", - "urban_extents_raster_file = os.path.join(output_dir, f\"{iso3}_urban_extents.tif\")\n", - "urban_extents_hd_file = os.path.join(output_dir, f\"{iso3}_urban_extents_hd.geojson\")\n", - "urban_extents_hd_raster_file = os.path.join(output_dir, f\"{iso3}_urban_extents_hd.tif\")\n", - "admin_urban_summary = os.path.join(output_dir, \"adm3_urban_summary.shp\")\n", - "urban_admin_summary = os.path.join(output_dir, f\"{iso3}_ADM3_urban_summary.csv\")\n", - "\n", - "final_folder = os.path.join(output_dir, \"Mapping_Data\")\n", - "if not os.path.exists(final_folder):\n", - " os.makedirs(final_folder)\n", - " \n", - "admin_final = os.path.join(final_folder, \"admin_summarized.shp\")\n", - "urban_final = os.path.join(final_folder, \"urban_summarized.shp\")\n", - "urban_hd_final = os.path.join(final_folder, \"urban_hd_summarized.shp\")\n", - "focal_cities = os.path.join(final_folder, \"FOCAL_AOIs.shp\")" - ] - }, - { - "cell_type": "code", - "execution_count": 64, - "metadata": {}, - "outputs": [], - "source": [ - "inAdmin = gpd.read_file(admin_bounds)\n", - "inP = rasterio.open(population_file)\n", - "inG = rasterio.open(GHSL_file)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Run urbanization analysis\n", - "1. Create urban extents \n", - "2. Calculate urban population in admin bounds \n", - "3. Summarize nighttime lights in extents and admin\n", - "4. Summarize GHSL in extents and admin" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# 1. Create urban extents\n", - "if not os.path.exists(urban_extents_file):\n", - " urban_calculator = urban.urbanGriddedPop(inP)\n", - " urban_extents = urban_calculator.calculateUrban(densVal=3, totalPopThresh=5000, \n", - " smooth=False, queen=False,\n", - " verbose=True, raster=urban_extents_raster_file)\n", - " urban_extents_hd = urban_calculator.calculateUrban(densVal=15, totalPopThresh=50000, \n", - " smooth=True, queen=False,\n", - " verbose=True, raster=, raster=urban_extents_raster_file)\n", - " urban_extents.to_file(urban_extents_file, driver=\"GeoJSON\")\n", - " urban_extents_hd.to_file(urban_extents_hd_file, driver=\"GeoJSON\")\n" - ] - }, - { - "cell_type": "code", - "execution_count": 76, - "metadata": {}, - "outputs": [], - "source": [ - "# 2. Calculate urban population in admin areas\n", - "pop_worker = clippy.summarize_population(population_file, gpd.read_file(admin_bounds), urban_extents_raster_file, urban_extents_hd_raster_file)\n", - "summarized_urban = pop_worker.calculate_zonal()\n", - "urban_res = summarized_urban.loc[:,[x for x in summarized_urban.columns if \"SUM\" in x]]\n", - "urban_res.columns = ['TOTAL_POP', \"URBAN_POP\", \"URBAN_HD_POP\"]\n", - "urban_res['shapeID'] = inAdmin['shapeID']\n", - "urban_res['shapeName'] = inAdmin['shapeName']\n", - "urban_res.to_csv(urban_admin_summary)" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Completed loop: 0\n" - ] - } - ], - "source": [ - "# 3. Summarize nighttime lights in admin bounds and urban extents\n", - "ntl_files = ntl.find_monthly_ntl()\n", - "\n", - "urbanD = gpd.read_file(urban_extents_file)\n", - "urbanHD = gpd.read_file(urban_extents_hd_file)" - ] - }, - { - "cell_type": "code", - "execution_count": 53, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:55:56\tProcessing 201204-201303\n", - "11:56:14\tProcessing 2013\n", - "11:56:31\tProcessing 2014\n", - "11:56:48\tProcessing 2015\n", - "11:57:04\tProcessing 2016\n", - "11:57:20\tProcessing 2017\n", - "11:57:36\tProcessing 2018\n", - "11:57:53\tProcessing 2019\n", - "11:58:10\tProcessing 2020\n" - ] - } - ], - "source": [ - "viirs_folder = os.path.join(output_dir, \"NTL_ZONAL_RES\")\n", - "if not os.path.exists(viirs_folder):\n", - " os.makedirs(viirs_folder)\n", - "\n", - "for ntl_file in ntl_files:\n", - " inR = rasterio.open(ntl_file)\n", - " name = os.path.basename(ntl_file).split(\"_\")[3]\n", - " tPrint(\"Processing %s\" % name)\n", - " urban_res_file = os.path.join(viirs_folder, f\"URBAN_{name}.csv\")\n", - " urban_hd_res_file = os.path.join(viirs_folder, f\"HD_URBAN_{name}.csv\")\n", - " admin_res_file = os.path.join(viirs_folder, f\"ADMIN_{name}.csv\")\n", - " \n", - " # Urban Summary\n", - " if not os.path.exists(urban_res_file):\n", - " urban_res = rMisc.zonalStats(urbanD, inR, minVal=0.1)\n", - " col_names = [f'URBAN_{name}_{x}' for x in ['SUM','MIN','MAX','MEAN']]\n", - " urban_df = pd.DataFrame(urban_res, columns=col_names)\n", - " urban_df.to_csv(urban_res_file)\n", - " # HD Urban Summary\n", - " if not os.path.exists(urban_hd_res_file):\n", - " hd_urban_res = rMisc.zonalStats(urbanHD, inR, minVal=0.1)\n", - " col_names = [f'HD_URBAN_{name}_{x}' for x in ['SUM','MIN','MAX','MEAN']]\n", - " hd_urban_df = pd.DataFrame(hd_urban_res, columns=col_names)\n", - " hd_urban_df.to_csv(urban_hd_res_file)\n", - " # admin Summary\n", - " if not os.path.exists(admin_res_file):\n", - " admin_res = rMisc.zonalStats(inAdmin, inR, minVal=0.1)\n", - " col_names = [f'ADM_URBAN_{name}_{x}' for x in ['SUM','MIN','MAX','MEAN']]\n", - " admin_df = pd.DataFrame(admin_res, columns=col_names)\n", - " admin_df.to_csv(admin_res_file)\n", - " " - ] - }, - { - "cell_type": "code", - "execution_count": 120, - "metadata": { - "scrolled": false - }, - "outputs": [], - "source": [ - "# Compile VIIRS results\n", - "urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"URBAN\")]\n", - "for x in urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " urbanD[x[:-4]] = tempD.iloc[:,0]\n", - "\n", - "hd_urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"HD_URBAN\")]\n", - "for x in hd_urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " urbanHD[x[:-4]] = tempD.iloc[:,0]\n", - " \n", - "admin_urb_files = [x for x in os.listdir(viirs_folder) if x.startswith(\"ADMIN\")]\n", - "for x in admin_urb_files:\n", - " tempD = pd.read_csv(os.path.join(viirs_folder, x), index_col=0)\n", - " inAdmin[x[:-4]] = tempD.iloc[:,0]\n", - "\n", - "urbanD.to_csv(urban_viirs_summary)\n", - "urbanHD.to_csv(urban_hd_viirs_summary)\n", - "inAdmin.to_csv(admin_viirs_summary)" - ] - }, - { - "cell_type": "code", - "execution_count": 134, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# 4. Summarize GHSL in extents and admin\n", - "ghsl_cols = [f'c_{x}' for x in [1,2,3,4,5,6]]\n", - "admin_ghsl_summary = os.path.join(output_dir, \"admin_GHSL_summary.csv\")\n", - "urban_ghsl_summary = os.path.join(output_dir, \"urban_GHSL_summary.csv\")\n", - "urbanHD_ghsl_summary = os.path.join(output_dir, \"urbanhd_GHSL_summary.csv\")\n", - "\n", - "if not os.path.exists(admin_ghsl_summary):\n", - " res = rMisc.zonalStats(inAdmin, inG, rastType='C', unqVals = [1,2,3,4,5,6], reProj=True)\n", - " res = pd.DataFrame(res, columns = ghsl_cols)\n", - " res['gID'] = inAdmin['shapeID']\n", - " res.to_csv(admin_ghsl_summary)\n", - " \n", - "if not os.path.exists(urban_ghsl_summary):\n", - " res = rMisc.zonalStats(urbanD, inG, rastType='C', unqVals = [1,2,3,4,5,6], reProj=True)\n", - " res = pd.DataFrame(res, columns = ghsl_cols)\n", - " res['gID'] = urbanD['ID']\n", - " res.to_csv(urban_ghsl_summary)\n", - " \n", - "if not os.path.exists(urbanHD_ghsl_summary):\n", - " res = rMisc.zonalStats(urbanHD, inG, rastType='C', unqVals = [1,2,3,4,5,6], reProj=True)\n", - " res = pd.DataFrame(res, columns = ghsl_cols)\n", - " res['gID'] = urbanHD['ID']\n", - " res.to_csv(urbanHD_ghsl_summary)\n", - " \n", - "for ghsl_file in [admin_ghsl_summary, urban_ghsl_summary, urbanHD_ghsl_summary]:\n", - " adm_ghsl = pd.read_csv(ghsl_file, index_col=0)\n", - " adm_ghsl['b2014'] = adm_ghsl.apply(lambda x: x['c_3'] + x['c_4'] + x['c_5'] + x['c_6'], axis=1)\n", - " adm_ghsl['b2000'] = adm_ghsl.apply(lambda x: x['c_4'] + x['c_5'] + x['c_6'], axis=1)\n", - " adm_ghsl['b1990'] = adm_ghsl.apply(lambda x: x['c_5'] + x['c_6'], axis=1)\n", - " \n", - " def get_built(x):\n", - " cur_built = x['b2014']\n", - " base_built = x['b1990']\n", - " if base_built == 0:\n", - " base_built = x['b2000']\n", - " try:\n", - " return((cur_built - base_built)/base_built)\n", - " except:\n", - " return(-1)\n", - " adm_ghsl['g_14_90'] = adm_ghsl.apply(get_built, axis=1)\n", - " adm_ghsl.to_csv(ghsl_file)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Compile all results for admin divisions and urban extents" - ] - }, - { - "cell_type": "code", - "execution_count": 142, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Compile data\n", - "# [shapefile, population_summary, viirs_summary, ghsl_summary, out_file]\n", - "for cur_def in [\n", - " [admin_bounds, urban_admin_summary, admin_viirs_summary, admin_ghsl_summary, admin_final],\n", - " [urban_extents_file, '', urban_viirs_summary, urban_ghsl_summary, urban_final],\n", - " [urban_extents_hd_file, '', urban_hd_viirs_summary, urbanHD_ghsl_summary, urban_hd_final]\n", - " ]:\n", - " curD = gpd.read_file(cur_def[0])\n", - " if cur_def[1] != '':\n", - " curPop = pd.read_csv(cur_def[1], index_col=0) \n", - " curD['Pop'] = curPop['TOTAL_POP']\n", - " curD['urbanPop'] = curPop.apply(lambda x: x['URBAN_POP']/x['TOTAL_POP'], axis=1)\n", - " curD['urbanPopHD'] = curPop.apply(lambda x: x['URBAN_HD_POP']/x['TOTAL_POP'], axis=1)\n", - " viirsD = pd.read_csv(cur_def[2], index_col=0)\n", - " curD['NTL2013'] = viirsD.iloc[:,-8]\n", - " curD['NTL2020'] = viirsD.iloc[:,-1]\n", - " curD['NTL_g'] = curD.apply(lambda x: (x['NTL2020'] - x['NTL2013'])/x['NTL2013'], axis=1)\n", - " ghslD = pd.read_csv(cur_def[3], index_col=0)\n", - " curD['b2014'] = ghslD['b2014']\n", - " curD['g_14_90'] = ghslD['g_14_90']\n", - " curD.to_file(cur_def[4])\n", - " \n", - " " - ] - }, - { - "cell_type": "code", - "execution_count": 144, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
shapeNameLevelshapeIDshapeGroupshapeTypePopurbanPopurbanPopHDNTL2013NTL2020NTL_gb2014g_14_90geometry
0TinystivskaADM3UKR-ADM3-10664576B65180807UKRADM33164.4770510.0418010.067.887924216.1048892.18326034870.044638POLYGON ((33.72008 44.71634, 33.71926 44.71593...
1UiutnenskaADM3UKR-ADM3-10664576B20681754UKRADM34659.8154300.1745620.097.932007354.6563722.621455164720.317549POLYGON ((33.32283 45.22140, 33.32233 45.22139...
2MarfivskaADM3UKR-ADM3-10664576B29349824UKRADM32376.8171390.0000000.039.036156414.8721929.6278966360.177778POLYGON ((36.16669 45.18376, 36.12935 45.18249...
3MedvedivskaADM3UKR-ADM3-10664576B32425034UKRADM33065.2070310.0000000.045.493160267.9821784.89060442060.342483MULTIPOLYGON (((34.55497 45.84983, 34.54492 45...
4OleksiivskaADM3UKR-ADM3-10664576B19447239UKRADM31716.4621580.0000000.010.310785329.53311230.96004012910.778237POLYGON ((33.75281 45.58381, 33.71871 45.58878...
\n", - "
" - ], - "text/plain": [ - " shapeName Level shapeID shapeGroup shapeType \\\n", - "0 Tinystivska ADM3 UKR-ADM3-10664576B65180807 UKR ADM3 \n", - "1 Uiutnenska ADM3 UKR-ADM3-10664576B20681754 UKR ADM3 \n", - "2 Marfivska ADM3 UKR-ADM3-10664576B29349824 UKR ADM3 \n", - "3 Medvedivska ADM3 UKR-ADM3-10664576B32425034 UKR ADM3 \n", - "4 Oleksiivska ADM3 UKR-ADM3-10664576B19447239 UKR ADM3 \n", - "\n", - " Pop urbanPop urbanPopHD NTL2013 NTL2020 NTL_g b2014 \\\n", - "0 3164.477051 0.041801 0.0 67.887924 216.104889 2.183260 3487 \n", - "1 4659.815430 0.174562 0.0 97.932007 354.656372 2.621455 16472 \n", - "2 2376.817139 0.000000 0.0 39.036156 414.872192 9.627896 636 \n", - "3 3065.207031 0.000000 0.0 45.493160 267.982178 4.890604 4206 \n", - "4 1716.462158 0.000000 0.0 10.310785 329.533112 30.960040 1291 \n", - "\n", - " g_14_90 geometry \n", - "0 0.044638 POLYGON ((33.72008 44.71634, 33.71926 44.71593... \n", - "1 0.317549 POLYGON ((33.32283 45.22140, 33.32233 45.22139... \n", - "2 0.177778 POLYGON ((36.16669 45.18376, 36.12935 45.18249... \n", - "3 0.342483 MULTIPOLYGON (((34.55497 45.84983, 34.54492 45... \n", - "4 0.778237 POLYGON ((33.75281 45.58381, 33.71871 45.58878... " - ] - }, - "execution_count": 144, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "gpd.read_file(admin_final).head()" - ] - }, - { - "cell_type": "code", - "execution_count": 145, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPopNTL2013NTL2020NTL_gb2014g_14_90geometry
0925873396.000000467.266479527.8709720.12970039097.00.150352POLYGON ((33.47958 51.88625, 33.48208 51.88625...
192635969.45605540.43315557.8759540.4313987113.00.262962POLYGON ((24.54208 51.68292, 24.54708 51.68292...
2926432302.546875122.652893239.1934360.95016522658.00.202016POLYGON ((33.88208 51.69208, 33.88625 51.69208...
392699637.30859461.957565119.8945770.93510814085.00.333302POLYGON ((24.96375 51.64042, 24.96458 51.64042...
4927825341.3066415.4669737.4184430.356956369.03.855263POLYGON ((30.59542 51.52375, 30.60042 51.52375...
\n", - "
" - ], - "text/plain": [ - " ID Pop NTL2013 NTL2020 NTL_g b2014 g_14_90 \\\n", - "0 9258 73396.000000 467.266479 527.870972 0.129700 39097.0 0.150352 \n", - "1 9263 5969.456055 40.433155 57.875954 0.431398 7113.0 0.262962 \n", - "2 9264 32302.546875 122.652893 239.193436 0.950165 22658.0 0.202016 \n", - "3 9269 9637.308594 61.957565 119.894577 0.935108 14085.0 0.333302 \n", - "4 9278 25341.306641 5.466973 7.418443 0.356956 369.0 3.855263 \n", - "\n", - " geometry \n", - "0 POLYGON ((33.47958 51.88625, 33.48208 51.88625... \n", - "1 POLYGON ((24.54208 51.68292, 24.54708 51.68292... \n", - "2 POLYGON ((33.88208 51.69208, 33.88625 51.69208... \n", - "3 POLYGON ((24.96375 51.64042, 24.96458 51.64042... \n", - "4 POLYGON ((30.59542 51.52375, 30.60042 51.52375... " - ] - }, - "execution_count": 145, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "gpd.read_file(urban_final).head()" - ] - }, - { - "cell_type": "code", - "execution_count": 146, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
IDPopNTL2013NTL2020NTL_gb2014g_14_90geometry
0265752206.855469364.444336419.9535830.15231232926.00.149290POLYGON ((33.45458 51.88125, 33.46125 51.88125...
12658221214.5000001054.1361081941.6391600.841925102841.00.184818POLYGON ((31.25458 51.55042, 31.25875 51.55042...
2265961731.027344291.769470862.1695561.95496852527.00.156320POLYGON ((33.23958 51.25625, 33.24958 51.25625...
32662113739.7031255424.7587894393.543945-0.190094113650.00.065705POLYGON ((34.76625 50.95958, 34.77292 50.95958...
42663148510.1093752359.8652342369.2387700.00397290305.00.238650POLYGON ((25.36708 50.78792, 25.36792 50.78792...
\n", - "
" - ], - "text/plain": [ - " ID Pop NTL2013 NTL2020 NTL_g b2014 \\\n", - "0 2657 52206.855469 364.444336 419.953583 0.152312 32926.0 \n", - "1 2658 221214.500000 1054.136108 1941.639160 0.841925 102841.0 \n", - "2 2659 61731.027344 291.769470 862.169556 1.954968 52527.0 \n", - "3 2662 113739.703125 5424.758789 4393.543945 -0.190094 113650.0 \n", - "4 2663 148510.109375 2359.865234 2369.238770 0.003972 90305.0 \n", - "\n", - " g_14_90 geometry \n", - "0 0.149290 POLYGON ((33.45458 51.88125, 33.46125 51.88125... \n", - "1 0.184818 POLYGON ((31.25458 51.55042, 31.25875 51.55042... \n", - "2 0.156320 POLYGON ((33.23958 51.25625, 33.24958 51.25625... \n", - "3 0.065705 POLYGON ((34.76625 50.95958, 34.77292 50.95958... \n", - "4 0.238650 POLYGON ((25.36708 50.78792, 25.36792 50.78792... " - ] - }, - "execution_count": 146, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "gpd.read_file(urban_hd_final).head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Extract sample data for mapping" - ] - }, - { - "cell_type": "code", - "execution_count": 181, - "metadata": {}, - "outputs": [], - "source": [ - "out_ntl_2013 = os.path.join(final_folder, \"VIIRS_2013.tif\")\n", - "out_ntl_2014 = os.path.join(final_folder, \"VIIRS_2014.tif\")\n", - "out_ntl_2020 = os.path.join(final_folder, \"VIIRS_2020.tif\")" - ] - }, - { - "cell_type": "code", - "execution_count": 155, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Completed loop: 0\n" - ] - }, - { - "data": { - "text/plain": [ - "['s3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_201204-201303_global_vcmcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2013_global_vcmcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2014_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2015_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2016_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2017_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2018_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2019_global_vcmslcfg_c202101211500.average.tif',\n", - " 's3://wbgdecinternal-ntl/NTL/VIIRS/Annual/VIIRS_ANNUAL_EOG/VNL_v2_npp_2020_global_vcmslcfg_c202101211500.average.tif']" - ] - }, - "execution_count": 155, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# extract nighttime lights for 2013 and 2020\n", - "ntl_files = ntl.find_monthly_ntl()\n", - "ntl_files" - ] - }, - { - "cell_type": "code", - "execution_count": 182, - "metadata": {}, - "outputs": [], - "source": [ - "if not os.path.exists(out_ntl_2013):\n", - " rMisc.clipRaster(rasterio.open(ntl_files[1]), inAdmin, out_ntl_2013)\n", - " \n", - "if not os.path.exists(out_ntl_2014):\n", - " rMisc.clipRaster(rasterio.open(ntl_files[2]), inAdmin, out_ntl_2014)\n", - " \n", - "if not os.path.exists(out_ntl_2020):\n", - " rMisc.clipRaster(rasterio.open(ntl_files[-1]), inAdmin, out_ntl_2020)" - ] - }, - { - "cell_type": "code", - "execution_count": 205, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
idNamegeometry
01OdessaPOLYGON ((30.25058 46.14250, 30.25996 46.65254...
12ZaporizziaPOLYGON ((34.94663 47.92600, 35.38985 47.93029...
23SumyPOLYGON ((34.68477 50.98500, 34.96624 50.98270...
34PoltavaPOLYGON ((34.36383 49.64435, 34.70744 49.64554...
45HarkivPOLYGON ((35.97394 50.11743, 36.51403 50.11625...
\n", - "
" - ], - "text/plain": [ - " id Name geometry\n", - "0 1 Odessa POLYGON ((30.25058 46.14250, 30.25996 46.65254...\n", - "1 2 Zaporizzia POLYGON ((34.94663 47.92600, 35.38985 47.93029...\n", - "2 3 Sumy POLYGON ((34.68477 50.98500, 34.96624 50.98270...\n", - "3 4 Poltava POLYGON ((34.36383 49.64435, 34.70744 49.64554...\n", - "4 5 Harkiv POLYGON ((35.97394 50.11743, 36.51403 50.11625..." - ] - }, - "execution_count": 205, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Extract ghsl for the 9 focal cities\n", - "in_cities = gpd.read_file(focal_cities)\n", - "in_cities.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 207, - "metadata": {}, - "outputs": [], - "source": [ - "cnt = 0\n", - "max_cnt = 100\n", - "for idx, row in in_cities.iterrows():\n", - " out_file = os.path.join(final_folder, f\"ghsl_{row['Name']}.tif\")\n", - " if not os.path.exists(out_file):\n", - " rMisc.clipRaster(inG, gpd.GeoDataFrame(pd.DataFrame(row).transpose(), geometry='geometry', crs=in_cities.crs), out_file)\n", - " cnt += 1\n", - " if cnt >= max_cnt:\n", - " break" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_B_A_Ka_ExtractDataUrban.ipynb b/docs/notebooks/Implementations/URB_SEAU1_B_A_Ka_ExtractDataUrban.ipynb deleted file mode 100644 index 545df73..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_B_A_Ka_ExtractDataUrban.ipynb +++ /dev/null @@ -1,560 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Extract data for urban calculations\n", - "\n", - "Test input for Tanzania\n", - "\n", - "0. Select focal ADM, buffer by 1km, rasterize as [0, 1]\n", - "1. Download DEM data from ASTER, mosaick\n", - "2. Calculate slope of DEM\n", - "3. Extract water layer from Globcover\n", - "4. Rasterize building footprints\n", - "5. Select population layer\n", - "6. Standardize all rasters to population layer \n", - " a. Set area outside of focal admin to NoData \n", - " b. Set everything to 16bit \n", - " \n", - " \n" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import os\n", - "import importlib\n", - "import rasterio\n", - "import rasterio.warp\n", - "\n", - "import geopandas as gpd\n", - "\n", - "\n", - "# Import raster helpers\n", - "sys.path.append(\"../../../gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../\")\n", - "import src.UrbanRaster as urban\n", - "import src.urban_helper as helper" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "global_bounds = \"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\"\n", - "global_bounds_adm2 = \"/home/public/Data/GLOBAL/ADMIN/Admin2_Polys.shp\"\n", - "\n", - "inG = gpd.read_file(global_bounds)\n", - "inG2 = gpd.read_file(global_bounds_adm2)\n", - "\n", - "runSmall = True\n", - "runLarge = True" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "importlib.reload(helper)\n", - "importlib.reload(rMisc)\n", - "\n", - "\n", - "def calculate_urban(iso3, inG, inG2, pop_files, ea_file, km=True, small=True):\n", - " global_landcover = \"/home/public/Data/GLOBAL/LANDCOVER/GLOBCOVER/2015/ESACCI-LC-L4-LCCS-Map-300m-P1Y-2015-v2.0.7.tif\"\n", - " global_ghspop = \"/home/public/Data/GLOBAL/Population/GHS/250/GHS_POP_E2015_GLOBE_R2019A_54009_250_V1_0.tif\"\n", - " global_ghspop_1k = \"/home/public/Data/GLOBAL/Population/GHS/GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0.tif\"\n", - " global_ghbuilt = \"/home/public/Data/GLOBAL/URBAN/GHS/GHS_1K_BUILT/GHS_BUILT_LDS2014_GLOBE_R2018A_54009_1K_V1_0.tif\"\n", - " global_dem_1k = \"/home/public/Data/GLOBAL/ELEV/noaa_1km.tif\"\n", - " ghs_smod = \"/home/public/Data/GLOBAL/URBAN/GHS/GHS_SMOD/GHS_SMOD_POP2015_GLOBE_R2019A_54009_1K_V2_0.tif\"\n", - " ghsl_vrt = \"/home/public/Data/GLOBAL/GHSL/ghsl.vrt\"\n", - "\n", - " output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - " inD = inG.loc[inG[\"ISO3\"] == iso3]\n", - " inD[\"geometry\"] = inD[\"geometry\"].apply(lambda x: x.buffer(500))\n", - " inD = inD.to_crs({\"init\": \"epsg:4326\"})\n", - "\n", - " inD2 = inG2.loc[inG2[\"ISO3\"] == iso3]\n", - " inD2 = inD2.to_crs({\"init\": \"epsg:4326\"})\n", - "\n", - " ### Process 1km data\n", - " if km:\n", - " xx = helper.urban_country(\n", - " iso3,\n", - " output_folder,\n", - " inD,\n", - " pop_files,\n", - " final_folder=\"FINAL_STANDARD_1KM\",\n", - " ghspop_suffix=\"1k\",\n", - " )\n", - " adm2_res = os.path.join(xx.final_folder, \"URBAN_ADMIN2_STATS_COMPILED.csv\")\n", - " ea_res = os.path.join(xx.final_folder, \"URBAN_COMMUNE_STATS_COMPILED.csv\")\n", - " tPrint(\"***** Extracting Global Layers %s\" % iso3)\n", - " xx.extract_layers(\n", - " global_landcover,\n", - " global_ghspop,\n", - " global_ghspop_1k,\n", - " global_ghbuilt,\n", - " ghsl_vrt,\n", - " ghs_smod,\n", - " )\n", - " tPrint(\"***** Downloading and processing elevation %s\" % iso3)\n", - " xx.process_dem(global_dem=global_dem_1k)\n", - " tPrint(\"***** Standardizing rasters\")\n", - " xx.standardize_rasters()\n", - " tPrint(\"***** Calculating Urban\")\n", - " xx.calculate_urban()\n", - " tPrint(\"***** Evaluating Data\")\n", - " xx.evaluateOutput()\n", - "\n", - " ### Process 250m data\n", - " if small:\n", - " xx = helper.urban_country(iso3, output_folder, inD, pop_files)\n", - " tPrint(\"***** Extracting Global Layers %s\" % iso3)\n", - " xx.extract_layers(\n", - " global_landcover,\n", - " global_ghspop,\n", - " global_ghspop_1k,\n", - " global_ghbuilt,\n", - " ghsl_vrt,\n", - " ghs_smod,\n", - " )\n", - " tPrint(\"***** Downloading and processing elevation %s\" % iso3)\n", - " xx.process_dem(global_dem=global_dem_1k)\n", - " tPrint(\"***** Standardizing rasters\")\n", - " xx.standardize_rasters()\n", - " tPrint(\"***** Calculating Urban\")\n", - " xx.calculate_urban()\n", - " xx.evaluateOutput()\n", - " tPrint(\"***** Calculating Zonal admin2\")\n", - " if os.path.exists(ea_file):\n", - " if not os.path.exists(\n", - " os.path.join(output_folder, \"URBAN_ADMIN2_STATS_COMPILED.csv\")\n", - " ):\n", - " zonal_adm2 = xx.pop_zonal_admin(inD2)\n", - " zonal_adm2.to_csv(\n", - " os.path.join(output_folder, \"URBAN_ADMIN2_STATS_COMPILED.csv\")\n", - " )\n", - " tPrint(\"***** Calculating Zonal communes\")\n", - " if not os.path.exists(\n", - " os.path.join(output_folder, \"URBAN_COMMUNE_STATS_COMPILED.csv\")\n", - " ):\n", - " inEA = gpd.read_file(ea_file)\n", - " zonal_ea = xx.pop_zonal_admin(inEA)\n", - " zonal_ea.to_csv(\n", - " os.path.join(output_folder, \"URBAN_COMMUNE_STATS_COMPILED.csv\")\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Process ETH\n", - "iso3 = \"ETH\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/WORLDPOP/\".format(country=iso3)\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2016_UNadj.tif\" % iso3.lower())\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo16.tif\" % iso3.lower()],\n", - "]\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = \"\"\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/geog/lib/python3.7/site-packages/ipykernel_launcher.py:15: SettingWithCopyWarning: \n", - "A value is trying to be set on a copy of a slice from a DataFrame.\n", - "Try using .loc[row_indexer,col_indexer] = value instead\n", - "\n", - "See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy\n", - " from ipykernel import kernelapp as app\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "08:29:05\t***** Extracting Global Layers EGY\n", - "08:29:05\t***** Downloading and processing elevation EGY\n", - "08:29:05\t***** Standardizing rasters\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_adm.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gpo.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_wat_lc.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_wat.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_slo.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_ele.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gsmod.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gbu.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_upo15.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_upo16.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy1k_gpo.tif\n", - "08:29:05\t***** Calculating Urban\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/egy1k_upo15.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/egy1k_upo16.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/egy1k_gpo.tif\n", - "08:29:05\t***** Evaluating Data\n", - "08:29:10\t***** Extracting Global Layers EGY\n", - "08:29:10\t***** Downloading and processing elevation EGY\n", - "08:29:10\t***** Standardizing rasters\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_adm.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gpo.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_wat_lc.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_wat.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_slo.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_ele.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gsmod.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gbu.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_upo15.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_upo16.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/egy_gpo.tif\n", - "08:31:01\t***** Calculating Urban\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD/egy_upo15.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD/egy_upo16.tif\n", - "/home/wb411133/temp/EGY_URBAN_DATA_new_naming/FINAL_STANDARD/egy_gpo.tif\n", - "09:57:59\t***** Calculating Zonal admin2\n" - ] - } - ], - "source": [ - "importlib.reload(helper)\n", - "# Process EGY\n", - "iso3 = \"EGY\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/\".format(\n", - " country=iso3\n", - ")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2013_UNadj.tif\" % iso3.lower())\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo16.tif\" % iso3.lower()],\n", - "]\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = \"\"\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/geog/lib/python3.7/site-packages/ipykernel_launcher.py:15: SettingWithCopyWarning: \n", - "A value is trying to be set on a copy of a slice from a DataFrame.\n", - "Try using .loc[row_indexer,col_indexer] = value instead\n", - "\n", - "See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy\n", - " from ipykernel import kernelapp as app\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:50:15\t***** Extracting Global Layers COL\n", - "11:50:15\tExtracting water\n" - ] - } - ], - "source": [ - "# Process COL\n", - "iso3 = \"COL\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/\".format(\n", - " country=iso3\n", - ")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_files = [[pop_2015_un, \"%s_upo15.tif\" % iso3.lower()]]\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = \"\"\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "importlib.reload(helper)\n", - "# Process GHA\n", - "iso3 = \"GHA\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/\".format(\n", - " country=iso3\n", - ")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2017_UNadj.tif\" % iso3.lower())\n", - "pop_2015_con = os.path.join(local_path, \"ppp_prj_2015_%s_UNadj.tif\" % iso3)\n", - "pop_2018_con = os.path.join(local_path, \"ppp_prj_2017_%s_UNadj.tif\" % iso3)\n", - "\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo17.tif\" % iso3.lower()],\n", - " [pop_2015_con, \"%s_cpo15.tif\" % iso3.lower()],\n", - " [pop_2018_con, \"%s_cpo17.tif\" % iso3.lower()],\n", - "]\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = os.path.join(output_folder, \"FINAL_EAS.shp\")\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runsmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "importlib.reload(helper)\n", - "# Process BGD\n", - "iso3 = \"BGD\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/\".format(\n", - " country=iso3\n", - ")\n", - "ea_file = os.path.join(output_folder, \"mauza11_reprojected.shp\")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2018_UNadj.tif\" % iso3.lower())\n", - "\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo18.tif\" % iso3.lower()],\n", - "]\n", - "\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Process TZA\n", - "iso3 = \"TZA\"\n", - "local_path = (\n", - " \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/TZA_2015_2018\".format(\n", - " country=iso3\n", - " )\n", - ")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2018_UNadj.tif\" % iso3.lower())\n", - "pop_2015_con = os.path.join(local_path, \"ppp_prj_2015_%s_UNadj.tif\" % iso3)\n", - "pop_2018_con = os.path.join(local_path, \"ppp_prj_2018_%s_UNadj.tif\" % iso3)\n", - "\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo18.tif\" % iso3.lower()],\n", - " [pop_2015_con, \"%s_cpo15.tif\" % iso3.lower()],\n", - " [pop_2018_con, \"%s_cpo18.tif\" % iso3.lower()],\n", - "]\n", - "\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = os.path.join(output_folder, \"FINAL_EAS.shp\")\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Process VNM\n", - "iso3 = \"VNM\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/\".format(\n", - " country=iso3\n", - ")\n", - "pop_2015_un = os.path.join(local_path, \"%s_ppp_2015_UNadj.tif\" % iso3.lower())\n", - "pop_2018_un = os.path.join(local_path, \"%s_ppp_2018_UNadj.tif\" % iso3.lower())\n", - "pop_files = [\n", - " [pop_2015_un, \"%s_upo15.tif\" % iso3.lower()],\n", - " [pop_2018_un, \"%s_upo18.tif\" % iso3.lower()],\n", - " [pop_2015_con, \"%s_cpo15.tif\" % iso3.lower()],\n", - " [pop_2018_con, \"%s_cpo18.tif\" % iso3.lower()],\n", - "]\n", - "output_folder = \"/home/wb411133/temp/%s_URBAN_DATA_new_naming\" % iso3\n", - "ea_file = os.path.join(output_folder, \"Commune shapefiles\", \"VN_communes2008.shp\")\n", - "\n", - "calculate_urban(iso3, inG, inG2, pop_files, ea_file, small=runSmall, km=runLarge)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Debugging" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "importlib.reload(urban)\n", - "pop_file = (\n", - " \"/home/wb411133/temp/BGD_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/bgd1k1k_gpo.tif\"\n", - ")\n", - "urban_shp = urban.urbanGriddedPop(pop_file)\n", - "shps = urban_shp.calculateUrban(\n", - " raster=out_file, densVal=1500, totalPopThresh=50000, smooth=True, queen=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Comparing complete GHS-SMOD classification with\n", - "ghs_smod = \"/home/public/Data/GLOBAL/URBAN/GHS/GHS_SMOD/GHS_SMOD_POP2015_GLOBE_R2019A_54009_1K_V2_0.tif\"\n", - "in_bounds = (\n", - " \"/home/wb411133/temp/BGD_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/bgd_adm.shp\"\n", - ")\n", - "out_file = (\n", - " \"/home/wb411133/temp/BGD_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/bgd1k_smod.tif\"\n", - ")\n", - "\n", - "inR = rasterio.open(ghs_smod)\n", - "inB = gpd.read_file(in_bounds)\n", - "rMisc.clipRaster(inR, inB, out_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "inS = rasterio.open(out_file)\n", - "inP = rasterio.open(pop_file)\n", - "smod = inS.read()\n", - "pop = inP.read()\n", - "pop[pop < 0] = 0" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "smod_vals = [10, 11, 12, 13, 21, 22, 23, 30]\n", - "total_pop = pop.sum()\n", - "for val in smod_vals:\n", - " cur_smod = (smod == val).astype(int)\n", - " cur_pop = pop * cur_smod\n", - " total_curpop = cur_pop.sum()\n", - " print(f\"{val}: {(total_curpop.sum()/total_pop*100)}\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "54.1 + 17.6 + 0.3 + 17" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.7.1" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/Create_Mosaick_Datasets.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/Create_Mosaick_Datasets.ipynb deleted file mode 100644 index 034dd7f..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/Create_Mosaick_Datasets.ipynb +++ /dev/null @@ -1,292 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "id": "3d5639a9", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/_compat.py:106: UserWarning: The Shapely GEOS version (3.9.1-CAPI-1.14.2) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "METADATA Library: Could not import arcgis libraries\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import boto3\n", - "import rasterio\n", - "\n", - "\n", - "from rasterio.merge import merge\n", - "\n", - "# Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "\n", - "# Import local functions\n", - "from novelUrbanization import *\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2\n", - "\n", - "s3client = boto3.client(\"s3\")" - ] - }, - { - "cell_type": "markdown", - "id": "79b8cf0a", - "metadata": {}, - "source": [ - "# Mosaic the DoU layers" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "id": "b7e89905", - "metadata": {}, - "outputs": [], - "source": [ - "bucket = \"wbg-geography01\"\n", - "prefix = \"URBANIZATION/MR_Novel_Poverty/\"\n", - "\n", - "# Loop through the S3 bucket and get all the keys for files that are .tif\n", - "more_results = True\n", - "loops = 0\n", - "urban_tiff = {}\n", - "\n", - "while more_results:\n", - " if loops > 0:\n", - " objects = s3client.list_objects_v2(\n", - " Bucket=bucket, Prefix=prefix, ContinuationToken=token\n", - " )\n", - " else:\n", - " objects = s3client.list_objects_v2(Bucket=bucket, Prefix=prefix)\n", - " more_results = objects[\"IsTruncated\"]\n", - " if more_results:\n", - " token = objects[\"NextContinuationToken\"]\n", - " loops += 1\n", - " for res in objects[\"Contents\"]:\n", - " if (\"FINAL_STANDARD_1KM\" in res[\"Key\"]) and (\n", - " res[\"Key\"].endswith(\"urban.tif\") or res[\"Key\"].endswith(\"urban_hd.tif\")\n", - " ):\n", - " cur_pop = os.path.basename(res[\"Key\"]).split(\"_\")[1]\n", - " cur_type = os.path.basename(res[\"Key\"]).split(\"_\")[-1].replace(\".tif\", \"\")\n", - " cur_lyr = f\"{cur_pop}_{cur_type}\"\n", - " cur_path = os.path.join(\"s3://\", bucket, res[\"Key\"])\n", - " try:\n", - " urban_tiff[cur_lyr].append(cur_path)\n", - " except:\n", - " urban_tiff[cur_lyr] = [cur_path]" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "id": "e1c94276", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:06:26\tcpo15_urban\n", - "15:06:44\tcpo15_hd\n", - "15:07:06\tcpo20_urban\n", - "15:07:30\tcpo20_hd\n", - "15:07:53\tgpo_urban\n", - "15:08:22\tgpo_hd\n", - "15:08:50\tupo15_urban\n", - "15:09:42\tupo15_hd\n", - "15:10:31\tupo18_urban\n", - "15:10:34\tupo18_hd\n", - "15:10:36\tupo16_urban\n", - "15:10:38\tupo16_hd\n", - "15:10:39\tcpo17_urban\n", - "15:10:40\tcpo17_hd\n", - "15:10:40\tupo17_urban\n", - "15:10:41\tupo17_hd\n", - "15:10:41\tcpo18_urban\n", - "15:10:42\tcpo18_hd\n" - ] - } - ], - "source": [ - "out_folder = \"/home/wb411133/temp/urban_mosaics\"\n", - "if not os.path.exists(out_folder):\n", - " os.makedirs(out_folder)\n", - "\n", - "for cur_lbl, rasters in urban_tiff.items():\n", - " tPrint(cur_lbl)\n", - " out_file = os.path.join(out_folder, f\"{cur_lbl}_DoU_Africa_mosaic.tif\")\n", - " curD, profile = rMisc.merge_rasters(\n", - " rasters, merge_method=\"max\", boolean_gt_0=True, out_file=out_file\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "5ad5ea55", - "metadata": {}, - "outputs": [], - "source": [ - "opened_tiffs = [rasterio.open(x) for x in hd_urban_tiff]\n", - "merged, out_transform = merge(opened_tiffs, method=\"max\")\n", - "merged = ((merged > 0) * 1).astype(\"uint8\")\n", - "\n", - "# Create a new raster file with the merged data\n", - "metadata = opened_tiffs[0].meta.copy()\n", - "metadata.update(\n", - " {\n", - " \"height\": merged.shape[1],\n", - " \"width\": merged.shape[2],\n", - " \"transform\": out_transform,\n", - " \"dtype\": \"uint8\",\n", - " }\n", - ")\n", - "with rasterio.open(\n", - " f\"/home/wb411133/temp/{sel_pop}_combo_urban_hd.tif\", \"w\", **metadata\n", - ") as dst:\n", - " dst.write(merged)" - ] - }, - { - "cell_type": "markdown", - "id": "25e95213", - "metadata": {}, - "source": [ - "# Mosaick data from PP" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "id": "cd0122d2", - "metadata": {}, - "outputs": [], - "source": [ - "bucket = \"wbg-geography01\"\n", - "prefix = \"URBANIZATION/MR_Novel_Poverty/AAPPC/Delineations/\"\n", - "\n", - "# Loop through the S3 bucket and get all the keys for files that are .tif\n", - "more_results = True\n", - "loops = 0\n", - "db_tiffs = {}\n", - "\n", - "while more_results:\n", - " if loops > 0:\n", - " objects = s3client.list_objects_v2(\n", - " Bucket=bucket, Prefix=prefix, ContinuationToken=token\n", - " )\n", - " else:\n", - " objects = s3client.list_objects_v2(Bucket=bucket, Prefix=prefix)\n", - " more_results = objects[\"IsTruncated\"]\n", - " if more_results:\n", - " token = objects[\"NextContinuationToken\"]\n", - " loops += 1\n", - " for res in objects[\"Contents\"]:\n", - " if \"1k\" in res[\"Key\"]:\n", - " cur_path = os.path.join(\"s3://\", bucket, res[\"Key\"])\n", - " cur_type = os.path.basename(cur_path).split(\"_\")[2][:2]\n", - " if cur_type in [\"cc\", \"co\", \"ur\"]:\n", - " cur_pop = os.path.basename(cur_path).split(\"_\")[1].split(\"d\")[0]\n", - " cur_label = f\"{cur_pop}_{cur_type}\"\n", - " try:\n", - " db_tiffs[cur_label].append(cur_path)\n", - " except:\n", - " db_tiffs[cur_label] = [cur_path]" - ] - }, - { - "cell_type": "code", - "execution_count": 30, - "id": "135aeb41", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:18:39\tcpo15_urban\n", - "15:19:04\tcpo15_hd\n", - "15:19:27\tcpo20_urban\n", - "15:19:53\tcpo20_hd\n", - "15:20:16\tgpo_urban\n", - "15:20:44\tgpo_hd\n", - "15:21:11\tupo15_urban\n", - "15:21:56\tupo15_hd\n", - "15:22:39\tupo18_urban\n", - "15:22:41\tupo18_hd\n", - "15:22:44\tupo16_urban\n", - "15:22:45\tupo16_hd\n", - "15:22:46\tcpo17_urban\n", - "15:22:47\tcpo17_hd\n", - "15:22:47\tupo17_urban\n", - "15:22:47\tupo17_hd\n", - "15:22:48\tcpo18_urban\n", - "15:22:48\tcpo18_hd\n" - ] - } - ], - "source": [ - "out_folder = \"/home/wb411133/temp/urban_mosaics\"\n", - "if not os.path.exists(out_folder):\n", - " os.makedirs(out_folder)\n", - "\n", - "for cur_lbl, rasters in urban_tiff.items():\n", - " tPrint(cur_lbl)\n", - " out_file = os.path.join(out_folder, f\"{cur_lbl}_DB_Africa_mosaic.tif\")\n", - " curD, profile = rMisc.merge_rasters(\n", - " rasters, merge_method=\"max\", boolean_gt_0=True, out_file=out_file\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4b7350ea", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/GHSL_Standardize_To_Country.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/GHSL_Standardize_To_Country.ipynb deleted file mode 100644 index f818cba..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/GHSL_Standardize_To_Country.ipynb +++ /dev/null @@ -1,223 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "The autoreload extension is already loaded. To reload it, use:\n", - " %reload_ext autoreload\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import rasterio\n", - "import rasterio.warp\n", - "\n", - "import geopandas as gpd\n", - "\n", - "\n", - "# Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.mapMisc as mapMisc\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "\n", - "# Import local functions\n", - "from novelUrbanization import *\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "global_bounds = \"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\"\n", - "global_bounds_adm2 = \"/home/public/Data/GLOBAL/ADMIN/Admin2_Polys.shp\"\n", - "\n", - "runSmall = True\n", - "runLarge = True\n", - "\n", - "gha_folder = (\n", - " \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/GHA_URBAN_DATA_new_naming\"\n", - ")\n", - "ghsl_data = \"/home/public/Data/GLOBAL/GHSL/Built/GHS_BUILT_S_E{year}_GLOBE_R2023A_54009_100_V1_0.tif\"\n", - "template_data = os.path.join(gha_folder, \"FINAL_STANDARD\", \"gha_cpo20.tif\")\n", - "out_ghsl = os.path.join(gha_folder, \"ghsl_{year}_250m.tif\")" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [], - "source": [ - "inG = gpd.read_file(global_bounds)\n", - "inG2 = gpd.read_file(global_bounds_adm2)" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'/home/public/Data/GLOBAL/GHSL/Built/GHS_BUILT_S_E1990_GLOBE_R2023A_54009_100_V1_0.tif'" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "ghsl_data.format(year=yr)" - ] - }, - { - "cell_type": "code", - "execution_count": 24, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:20:43\t2020\n", - "11:20:44\t2015\n", - "11:20:46\t2010\n", - "11:20:47\t2005\n", - "11:20:49\t2000\n", - "11:20:51\t1995\n", - "11:20:52\t1990\n" - ] - } - ], - "source": [ - "for yr in [2020, 2015, 2010, 2005, 2000, 1995, 1990]:\n", - " cur_ghsl = rasterio.open(ghsl_data.format(year=yr))\n", - " tPrint(yr)\n", - "\n", - " # need to scale ghsl data to 250m data\n", - " res = rMisc.standardizeInputRasters(\n", - " cur_ghsl,\n", - " in_template,\n", - " inR1_outFile=out_ghsl.format(year=yr),\n", - " resampling_type=\"sum\",\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 22, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 22, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "yr = 2020\n", - "curD = rasterio.open(out_ghsl.format(year=yr))\n", - "mapMisc.static_map_raster(\n", - " curD, figsize=(20, 20), thresh=[50, 100, 1000, 2000, 5000, 10000, 25000, 50000]\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 23, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": {}, - "output_type": "display_data" - } - ], - "source": [ - "yr = 2000\n", - "curD = rasterio.open(out_ghsl.format(year=yr))\n", - "mapMisc.static_map_raster(\n", - " curD, figsize=(20, 20), thresh=[50, 100, 1000, 2000, 5000, 10000, 25000, 50000]\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.9.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/MAP_Urbanization.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/MAP_Urbanization.ipynb deleted file mode 100644 index ed5ef70..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/MAP_Urbanization.ipynb +++ /dev/null @@ -1,764 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Chart and map urbanization data" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import os\n", - "import multiprocessing\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "\n", - "from osgeo import gdal\n", - "\n", - "# Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "\n", - "# Import local functions\n", - "from novelUrbanization import *\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "['BGD', 'AGO', 'COL', 'EGY', 'ETH', 'GHA', 'TZA', 'VNM', 'BDI', 'BEN', 'BFA', 'BWA', 'CAF', 'CIV', 'CMR', 'COD', 'COG', 'COM', 'CPV', 'ERI', 'GAB', 'GIN', 'GMB', 'GNB', 'KEN', 'LBR', 'LSO', 'MDG', 'MLI', 'MOZ', 'MRT', 'MUS', 'MWI', 'NAM', 'NER', 'NGA', 'RWA', 'SDN', 'SEN', 'SLE', 'SOM', 'SSD', 'STP', 'SWZ', 'SYC', 'TCD', 'TGO', 'UGA', 'ZAF', 'ZMB', 'ZWE', 'MAU', 'MAR', 'DZA', 'TUN', 'LBY', 'PAK']\n" - ] - } - ], - "source": [ - "base_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data\"\n", - "dou_pop = \"gpo\"\n", - "db_pop = \"cpo15\"\n", - "aapc_folder = os.path.join(base_folder, \"AAPPC\", \"Delineations\")\n", - "agg_folder = f\"/home/wb411133/data/Projects/MR_Novel_Urbanization/Aggregate_Data/DOU{dou_pop}_DB{db_pop}\"\n", - "if not os.path.exists(agg_folder):\n", - " os.makedirs(agg_folder)\n", - "\n", - "# Generate a list of iso3 codes already processed\n", - "processed_iso3 = []\n", - "for folder in os.listdir(base_folder):\n", - " if \"URBAN_DATA_new\" in folder:\n", - " processed_iso3.append(folder[:3])\n", - "print(processed_iso3)" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AGO_URBAN_DATA_new_naming/FINAL_STANDARD/ago_gpo_urban.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AGO_URBAN_DATA_new_naming/FINAL_STANDARD/ago_gpo_urban_hd.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AAPPC/Delineations/ago_cpo15d10b3000_cc.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AAPPC/Delineations/ago_cpo15d10b3000_co.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AAPPC/Delineations/ago_cpo15d10b3000_ur.tif\n", - "08:55:44\tAGO\n" - ] - } - ], - "source": [ - "# Generate comparison of DOU gpo and DB cpo15\n", - "iso3 = \"AGO\"\n", - "country_folder = os.path.join(base_folder, f\"{iso3}_URBAN_DATA_new_naming\")\n", - "urb = urban_data(iso3, country_folder, aapc_folder)\n", - "comboRes = urb.generate_combo_layer(pop_type=[dou_pop, db_pop], debug=True)\n", - "if comboRes:\n", - " if not os.path.exists(agg_folder):\n", - " os.makedirs(agg_folder)\n", - " urb.write_results(comboRes, agg_folder, dbhd=\"co\")\n", - "tPrint(iso3)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def multiP(iso3):\n", - " dou_pop = \"gpo\"\n", - " db_pop = \"cpo15\"\n", - " country_folder = os.path.join(base_folder, f\"{iso3}_URBAN_DATA_new_naming\")\n", - " urb = urban_data(iso3, country_folder, aapc_folder)\n", - " comboRes = urb.generate_combo_layer(pop_type=[dou_pop, db_pop], debug=True)\n", - " if comboRes:\n", - " agg_folder = f\"/home/wb411133/data/Projects/MR_Novel_Urbanization/Aggregate_Data/DOU{dou_pop}_DB{db_pop}\"\n", - " urb.write_results(comboRes, agg_folder)\n", - " tPrint(iso3)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "with multiprocessing.Pool(len(processed_iso3)) as mp:\n", - " mp.map(multiP, processed_iso3)" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "sum_files = []\n", - "bin_files = []\n", - "\n", - "for root, dirs, files in os.walk(agg_folder):\n", - " for f in files:\n", - " if f.endswith(\"sum_co.tif\"):\n", - " sum_files.append(os.path.join(root, f))\n", - " if f.endswith(\"binary_co.tif\"):\n", - " bin_files.append(os.path.join(root, f))" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [], - "source": [ - "vrt_options = gdal.BuildVRTOptions(resampleAlg=\"cubic\", addAlpha=True)\n", - "pop_layer = \"cpo\"\n", - "my_vrt = gdal.BuildVRT(\n", - " f\"DOU{dou_pop}_DB{db_pop}_sum.vrt\", sum_files, options=vrt_options\n", - ")\n", - "my_vrt = None\n", - "my_vrt = gdal.BuildVRT(\n", - " f\"DOU{dou_pop}_DB{db_pop}_binary.vrt\", bin_files, options=vrt_options\n", - ")\n", - "my_vrt = None" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Kappa comparison" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "iso3 = \"BGD\"\n", - "country_folder = os.path.join(base_folder, f\"{iso3}_URBAN_DATA_new_naming\")\n", - "urb = urban_data(iso3, country_folder, aapc_folder)\n", - "comboRes = urb.generate_combo_layer(pop_type=pop_layer, debug=True)\n", - "res = urb.jaccard_index(pop_type=pop_layer)\n", - "res" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:25:01\tNAM: {'urb_jaccard': 0.006563989261262187, 'hd_jaccard': 0.050436400057232794}\n" - ] - }, - { - "data": { - "text/plain": [ - "'\\nwith multiprocessing.Pool(len(processed_iso3)) as mp:\\n all_jaccard = mp.map(jaccardP, processed_iso3)\\n\\n'" - ] - }, - "execution_count": 19, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "def jaccardP(iso3, debug=False):\n", - " country_folder = os.path.join(base_folder, f\"{iso3}_URBAN_DATA_new_naming\")\n", - " urb = urban_data(iso3, country_folder, aapc_folder)\n", - " if not debug:\n", - " try:\n", - " comboRes = urb.generate_combo_layer(pop_type=[dou_pop, db_pop])\n", - " res = urb.jaccard_index(pop_type=[dou_pop, db_pop])\n", - " except:\n", - " res = {\"urb_jaccard\": -1, \"hd_jaccard\": -1}\n", - " else:\n", - " comboRes = urb.generate_combo_layer(pop_type=[dou_pop, db_pop])\n", - " res = urb.jaccard_index(pop_type=[dou_pop, db_pop])\n", - " tPrint(f\"{iso3}: {res}\")\n", - " return {iso3: res}\n", - "\n", - "\n", - "jaccardP(\"NAM\", True)\n", - "\n", - "\"\"\"\n", - "with multiprocessing.Pool(len(processed_iso3)) as mp:\n", - " all_jaccard = mp.map(jaccardP, processed_iso3)\n", - "\n", - "\"\"\"" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
urb_jaccardhd_jaccard
MUS0.5560070.500252
GMB0.2804110.626646
GHA0.2593830.571611
NGA0.2451560.482058
MWI0.2439070.148016
ZAF0.2320320.481568
KEN0.2260920.139112
TGO0.1712490.593245
BEN0.1653980.480615
RWA0.1415130.367058
CIV0.1333220.520452
SLE0.1289470.468632
LBR0.1233140.533381
SEN0.1166830.613496
UGA0.0913400.229720
BDI0.0856740.429215
GNB0.0829890.441071
CMR0.0744840.466440
GIN0.0718730.420342
CPV0.0611650.058824
AGO0.0594290.463105
GAB0.0590850.246808
BWA0.0570850.089118
TZA0.0564510.215377
ZWE0.0555750.294069
ZMB0.0498120.328269
COG0.0449970.344596
LSO0.0448560.186817
COD0.0416390.275797
SWZ0.0372570.134605
BFA0.0360020.280137
MOZ0.0343470.193349
SDN0.0339670.167984
MLI0.0320220.240408
MDG0.0256750.068462
CAF0.0190920.094464
MRT0.0190680.176600
SOM0.0183690.151198
NER0.0176680.096126
ETH0.0170800.137573
ERI0.0117110.103055
TCD0.0100380.071900
STP0.0075010.010929
SSD0.0071330.044908
NAM0.0065640.050436
DZA-1.000000-1.000000
MAU-1.000000-1.000000
TUN-1.000000-1.000000
LBY-1.000000-1.000000
MAR-1.000000-1.000000
BGD-1.000000-1.000000
SYC-1.000000-1.000000
COM-1.000000-1.000000
VNM-1.000000-1.000000
EGY-1.000000-1.000000
COL-1.000000-1.000000
PAK-1.000000-1.000000
\n", - "
" - ], - "text/plain": [ - " urb_jaccard hd_jaccard\n", - "MUS 0.556007 0.500252\n", - "GMB 0.280411 0.626646\n", - "GHA 0.259383 0.571611\n", - "NGA 0.245156 0.482058\n", - "MWI 0.243907 0.148016\n", - "ZAF 0.232032 0.481568\n", - "KEN 0.226092 0.139112\n", - "TGO 0.171249 0.593245\n", - "BEN 0.165398 0.480615\n", - "RWA 0.141513 0.367058\n", - "CIV 0.133322 0.520452\n", - "SLE 0.128947 0.468632\n", - "LBR 0.123314 0.533381\n", - "SEN 0.116683 0.613496\n", - "UGA 0.091340 0.229720\n", - "BDI 0.085674 0.429215\n", - "GNB 0.082989 0.441071\n", - "CMR 0.074484 0.466440\n", - "GIN 0.071873 0.420342\n", - "CPV 0.061165 0.058824\n", - "AGO 0.059429 0.463105\n", - "GAB 0.059085 0.246808\n", - "BWA 0.057085 0.089118\n", - "TZA 0.056451 0.215377\n", - "ZWE 0.055575 0.294069\n", - "ZMB 0.049812 0.328269\n", - "COG 0.044997 0.344596\n", - "LSO 0.044856 0.186817\n", - "COD 0.041639 0.275797\n", - "SWZ 0.037257 0.134605\n", - "BFA 0.036002 0.280137\n", - "MOZ 0.034347 0.193349\n", - "SDN 0.033967 0.167984\n", - "MLI 0.032022 0.240408\n", - "MDG 0.025675 0.068462\n", - "CAF 0.019092 0.094464\n", - "MRT 0.019068 0.176600\n", - "SOM 0.018369 0.151198\n", - "NER 0.017668 0.096126\n", - "ETH 0.017080 0.137573\n", - "ERI 0.011711 0.103055\n", - "TCD 0.010038 0.071900\n", - "STP 0.007501 0.010929\n", - "SSD 0.007133 0.044908\n", - "NAM 0.006564 0.050436\n", - "DZA -1.000000 -1.000000\n", - "MAU -1.000000 -1.000000\n", - "TUN -1.000000 -1.000000\n", - "LBY -1.000000 -1.000000\n", - "MAR -1.000000 -1.000000\n", - "BGD -1.000000 -1.000000\n", - "SYC -1.000000 -1.000000\n", - "COM -1.000000 -1.000000\n", - "VNM -1.000000 -1.000000\n", - "EGY -1.000000 -1.000000\n", - "COL -1.000000 -1.000000\n", - "PAK -1.000000 -1.000000" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "res = {}\n", - "for cntry in all_jaccard:\n", - " cISO = list(cntry.keys())[0]\n", - " res[cISO] = cntry[cISO]\n", - "res = pd.DataFrame(res).transpose()\n", - "res = res.sort_values(\"urb_jaccard\", ascending=False)\n", - "res" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Attach geometry to the res\n", - "admin0_polys = gpd.read_file(\"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\")\n", - "res[\"ISO3\"] = res.index" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "temp_res = res.loc[res[\"hd_jaccard\"] > 0]\n", - "temp_res = temp_res.merge(admin0_polys, on=\"ISO3\")\n", - "temp_res = gpd.GeoDataFrame(temp_res, geometry=\"geometry\", crs=4326)\n", - "temp_res.to_file(f\"{agg_folder}_national_jaccard.shp\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "temp_res[\"ISO3\"].values" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Create subset of GHS UCDB\n", - "ucdb_file = \"/home/public/Data/GLOBAL/URBAN/GHS/GHS_STAT_UCDB2015MT_GLOBE_R2019A/GHS_STAT_UCDB2015MT_GLOBE_R2019A_V1_2.gpkg\"\n", - "ucdb = gpd.read_file(ucdb_file)\n", - "ucdb = ucdb.loc[ucdb[\"CTR_MN_ISO\"].isin(temp_res[\"ISO3\"].values)]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ucdb.shape" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_grps = []\n", - "cnt_size = 2\n", - "for idx, grp in ucdb.groupby(\"CTR_MN_ISO\"):\n", - " grp = grp.sort_values(\"P15\", ascending=False)\n", - " if grp.shape[0] > cnt_size:\n", - " all_grps.append(grp.iloc[0:cnt_size, :])\n", - " else:\n", - " all_grps.append(grp)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "sel_res = pd.concat(all_grps)\n", - "sel_res.shape" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "sel_res.to_file(f\"{agg_folder}_select_cities.geojson\", driver=\"GeoJSON\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "f\"{agg_folder}_select_cities.geojson\"" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.9.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/NGA_specific_results.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/NGA_specific_results.ipynb deleted file mode 100644 index 3300912..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/NGA_specific_results.ipynb +++ /dev/null @@ -1,827 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "713958e3", - "metadata": {}, - "source": [ - "# Summarizing Urbanization in Nigeria\n", - "\n", - "For the provided household survey, summarize urbanization (cpo15 and cpo20, dartboard and degree of urbanization)" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "5f74a6af", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/_compat.py:106: UserWarning: The Shapely GEOS version (3.9.1-CAPI-1.14.2) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "METADATA Library: Could not import arcgis libraries\n" - ] - } - ], - "source": [ - "import sys, os, importlib, shutil, pathlib, datetime, math\n", - "import requests\n", - "import rasterio, elevation, richdem\n", - "import rasterio.warp\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "\n", - "from shapely.geometry import MultiPolygon, Polygon, box, Point\n", - "from rasterio import features\n", - "from datetime import datetime\n", - "\n", - "from tqdm.notebook import tqdm\n", - "\n", - "#Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.dataMisc as dataMisc\n", - "import GOSTRocks.metadataMisc as meta\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "#Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "import GOST_Urban.UrbanRaster as urban\n", - "import GOST_Urban.urban_helper as helper\n", - "\n", - "#Import local functions\n", - "import novelUrbanization as nu\n", - "from novelUrbanization import *\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "id": "1435e666", - "metadata": {}, - "outputs": [], - "source": [ - "urban_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/\"\n", - "hh_folder = os.path.join(urban_folder, \"HH_Files\")" - ] - }, - { - "cell_type": "markdown", - "id": "222a9dfe", - "metadata": {}, - "source": [ - "The urbanization files were downloaded from the GOST AWS bucket; but the whole thing could work directly off that." - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "id": "d692b6bc", - "metadata": {}, - "outputs": [], - "source": [ - "# get urban_files\n", - "dou_urban_files = []\n", - "db_urban_files = []\n", - "\n", - "dou_urban_1k_files = []\n", - "db_urban_1k_files = []\n", - "\n", - "for root, dirs, files in os.walk(urban_folder):\n", - " for f in files:\n", - " if f.startswith('nga_'): # grab all the 250m resolution files\n", - " if f.endswith(\"_urban.tif\") or f.endswith(\"_urban_hd.tif\"):\n", - " dou_urban_files.append(os.path.join(root, f))\n", - " if f.endswith(\"_cc.tif\") or f.endswith(\"_co.tif\") or f.endswith(\"_ur.tif\"):\n", - " db_urban_files.append(os.path.join(root, f))\n", - " if f.startswith('nga1k_'): # grab all the 1km resolution files\n", - " if f.endswith(\"_urban.tif\") or f.endswith(\"_urban_hd.tif\"):\n", - " dou_urban_1k_files.append(os.path.join(root, f))\n", - " if f.endswith(\"_cc.tif\") or f.endswith(\"_co.tif\") or f.endswith(\"_ur.tif\"):\n", - " db_urban_1k_files.append(os.path.join(root, f))\n", - " \n", - "pop_files = list(set([\"_\".join(os.path.basename(x).split(\"_\")[:2]) + \".tif\" for x in dou_urban_files]))\n", - "pop_files = [os.path.join(urban_folder, x) for x in pop_files]" - ] - }, - { - "cell_type": "code", - "execution_count": 21, - "id": "24559503", - "metadata": { - "scrolled": false - }, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo20.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpo.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15.tif']" - ] - }, - "execution_count": 21, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "pop_files" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "b43d968f", - "metadata": {}, - "outputs": [], - "source": [ - "input_files = dou_urban_files\n", - "template_r = rasterio.open(input_files[0])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "12198c1c", - "metadata": {}, - "outputs": [], - "source": [ - "hh_2018 = os.path.join(hh_folder, 'NGA_2018_to_GIS.csv')\n", - "hh_2022 = os.path.join(hh_folder, 'NGA_2022_to_GIS.csv')\n", - "\n", - "def read_file(in_file):\n", - " curD = pd.read_csv(in_file)\n", - " geoms = [Point(x) for x in zip(curD['hh_gps_longitude'], curD['hh_gps_latitude'])]\n", - " curD = gpd.GeoDataFrame(curD, geometry=geoms, crs=4326)\n", - " return(curD)\n", - "\n", - "hh_2018_data = read_file(hh_2018).to_crs(template_r.crs)\n", - "hh_2022_data = read_file(hh_2022).to_crs(template_r.crs)\n", - "\n", - "def get_pair(t):\n", - " try:\n", - " return([t.x, t.y])\n", - " except:\n", - " return([0,0])\n", - "hh_2018_pairs = [get_pair(t) for t in hh_2018_data['geometry']]\n", - "hh_2022_pairs = [get_pair(t) for t in hh_2022_data['geometry']]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "394a87ba", - "metadata": {}, - "outputs": [], - "source": [ - "# sample values from urban layers\n", - "out_hh_2018 = hh_2018_data.copy()\n", - "out_hh_2022 = hh_2022_data.copy()\n", - "\n", - "for urban_file in tqdm(input_files):\n", - " curR = rasterio.open(urban_file)\n", - " cur_name = os.path.basename(urban_file).replace(\".tif\", \"\")\n", - " cur_res_2018 = [x[0] for x in list(curR.sample(hh_2018_pairs))]\n", - " out_hh_2018[cur_name] = cur_res_2018\n", - " \n", - " cur_res_2022 = [x[0] for x in list(curR.sample(hh_2022_pairs))]\n", - " out_hh_2022[cur_name] = cur_res_2022\n", - " " - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a1bf419b", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "out_hh_2018 = out_hh_2018.to_crs(4326)\n", - "out_hh_2018.to_file(os.path.join(hh_folder, 'hh_2018.geojson'), driver='GeoJSON')\n", - "pd.DataFrame(out_hh_2018.drop(['geometry'], axis=1)).to_csv(os.path.join(hh_folder, 'hh_2018_urban_attributed.csv'))\n", - "\n", - "out_hh_2022 = out_hh_2022.to_crs(4326)\n", - "out_hh_2022.to_file(os.path.join(hh_folder, 'hh_2022.geojson'), driver='GeoJSON')\n", - "pd.DataFrame(out_hh_2022.drop(['geometry'], axis=1)).to_csv(os.path.join(hh_folder, 'hh_2022_urban_attributed.csv'))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "56c98b58", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "id": "475dc925", - "metadata": {}, - "source": [ - "# Zonal stats at administrative level 2" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "id": "3a3eedec", - "metadata": {}, - "outputs": [], - "source": [ - "# Run zonal stats at admin 2\n", - "adm2_bounds = dataMisc.get_geoboundaries('NGA', 'ADM2')\n", - "#adm1_bounds = dataMisc.get_geoboundaries('NGA', 'ADM1')\n", - "adm1_bounds = gpd.read_file(os.path.join(urban_folder, \"new_lga_nigeria_2003.shp\"))" - ] - }, - { - "cell_type": "code", - "execution_count": 27, - "id": "aed59725", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
shapeNameshapeISOshapeIDshapeGroupshapeTypegeometry
0Eastern Obolo59680162B7891718144591NGAADM2POLYGON ((7.56201 4.51388, 7.57134 4.51233, 7....
1Ekeremor59680162B22876202690460NGAADM2POLYGON ((5.99261 4.89302, 5.98824 4.90425, 5....
2Degema59680162B23543460253472NGAADM2POLYGON ((6.85818 4.39824, 6.95485 4.37353, 6....
3Andoni59680162B90577513466378NGAADM2POLYGON ((7.32460 4.43947, 7.33342 4.44372, 7....
4Akpabuyo59680162B58958286313368NGAADM2POLYGON ((8.39659 4.78065, 8.40093 4.78882, 8....
\n", - "
" - ], - "text/plain": [ - " shapeName shapeISO shapeID shapeGroup shapeType \\\n", - "0 Eastern Obolo 59680162B7891718144591 NGA ADM2 \n", - "1 Ekeremor 59680162B22876202690460 NGA ADM2 \n", - "2 Degema 59680162B23543460253472 NGA ADM2 \n", - "3 Andoni 59680162B90577513466378 NGA ADM2 \n", - "4 Akpabuyo 59680162B58958286313368 NGA ADM2 \n", - "\n", - " geometry \n", - "0 POLYGON ((7.56201 4.51388, 7.57134 4.51233, 7.... \n", - "1 POLYGON ((5.99261 4.89302, 5.98824 4.90425, 5.... \n", - "2 POLYGON ((6.85818 4.39824, 6.95485 4.37353, 6.... \n", - "3 POLYGON ((7.32460 4.43947, 7.33342 4.44372, 7.... \n", - "4 POLYGON ((8.39659 4.78065, 8.40093 4.78882, 8.... " - ] - }, - "execution_count": 27, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "adm2_bounds.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 28, - "id": "88989155", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
STATELGAAREAPERIMETERLONGITUDELATITUDEFULL_NAMEgeometry
0SokotoGada1193.977170.095NoneNoneNonePOLYGON ((5.53632 13.88793, 5.53480 13.88488, ...
1SokotoIllela1298.423174.726NoneNoneNonePOLYGON ((5.53632 13.88793, 5.54517 13.88419, ...
2SokotoTangaza2460.715209.702NoneNoneNonePOLYGON ((4.85548 13.76724, 4.86189 13.78085, ...
3BornoAbadam2430.515288.957NoneNoneNonePOLYGON ((12.83189 13.39871, 12.83397 13.40439...
4LakeLake chad5225.912497.039NoneNoneNonePOLYGON ((13.48608 13.30821, 13.48296 13.31344...
\n", - "
" - ], - "text/plain": [ - " STATE LGA AREA PERIMETER LONGITUDE LATITUDE FULL_NAME \\\n", - "0 Sokoto Gada 1193.977 170.095 None None None \n", - "1 Sokoto Illela 1298.423 174.726 None None None \n", - "2 Sokoto Tangaza 2460.715 209.702 None None None \n", - "3 Borno Abadam 2430.515 288.957 None None None \n", - "4 Lake Lake chad 5225.912 497.039 None None None \n", - "\n", - " geometry \n", - "0 POLYGON ((5.53632 13.88793, 5.53480 13.88488, ... \n", - "1 POLYGON ((5.53632 13.88793, 5.54517 13.88419, ... \n", - "2 POLYGON ((4.85548 13.76724, 4.86189 13.78085, ... \n", - "3 POLYGON ((12.83189 13.39871, 12.83397 13.40439... \n", - "4 POLYGON ((13.48608 13.30821, 13.48296 13.31344... " - ] - }, - "execution_count": 28, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "adm1_bounds.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 31, - "id": "d95c1f11", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15_urban.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15_urban_hd.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15_urban.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpo_urban.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15_urban_hd.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo20_urban.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo20_urban_hd.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpo_urban_hd.tif']" - ] - }, - "execution_count": 31, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "dou_urban_files" - ] - }, - { - "cell_type": "code", - "execution_count": 32, - "id": "0a512913", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_ur.tif']" - ] - }, - "execution_count": 32, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "db_urban_files" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "id": "645ddb44", - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:37:35\tCannot process nga_cpo20 for DB\n", - "10:37:35\tnga_cpo20\n", - "10:37:56\tnga_gpo\n", - "10:38:18\tnga_cpo15\n", - "10:38:39\tnga_upo15\n" - ] - } - ], - "source": [ - "final_res = adm1_bounds.copy()\n", - "for pop_layer in pop_files:\n", - " # zonal stats on DOU filess\n", - " pop_name = os.path.basename(pop_layer)[:-4] \n", - " dou_urban_file = os.path.join(urban_folder, f'{pop_name}_urban.tif')\n", - " dou_hd_urban_file = os.path.join(urban_folder, f'{pop_name}_urban_hd.tif')\n", - " \n", - " help_xx = helper.summarize_population(pop_layer, adm1_bounds, dou_urban_file, dou_hd_urban_file)\n", - " zonal_res = help_xx.calculate_zonal()\n", - " zonal_res = zonal_res.loc[:,[x for x in zonal_res.columns if \"SUM\" in x]]\n", - " for col in zonal_res.columns:\n", - " final_res[col] = zonal_res[col]\n", - " \n", - " # zonal stats on DB files\n", - " db_cc_file = os.path.join(urban_folder, f'{pop_name}d10b3000_cc.tif')\n", - " db_co_file = os.path.join(urban_folder, f'{pop_name}d10b3000_co.tif')\n", - " db_ur_file = os.path.join(urban_folder, f'{pop_name}d10b3000_ur.tif')\n", - " if os.path.exists(db_cc_file):\n", - " help_xx = helper.summarize_population(pop_layer, adm1_bounds, db_cc_file, db_co_file)\n", - " zonal_res = help_xx.calculate_zonal()\n", - " zonal_res = zonal_res.loc[:,[x for x in zonal_res.columns if \"SUM\" in x]]\n", - " for col in zonal_res.columns:\n", - " final_res[col] = zonal_res[col]\n", - "\n", - " help_xx = helper.summarize_population(pop_layer, adm1_bounds, db_ur_file, db_co_file)\n", - " zonal_res = help_xx.calculate_zonal()\n", - " zonal_res = zonal_res.loc[:,[x for x in zonal_res.columns if \"SUM\" in x]]\n", - " for col in zonal_res.columns:\n", - " final_res[col] = zonal_res[col]\n", - " else:\n", - " tPrint(f\"Cannot process {pop_name} for DB\")\n", - " \n", - " tPrint(pop_name)" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "id": "16eb2887", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - ":1: UserWarning: Column names longer than 10 characters will be truncated when saved to ESRI Shapefile.\n", - " final_res.to_file(os.path.join(urban_folder, \"new_lga_nigeria_2003_URBAN_POP.shp\" ))\n" - ] - } - ], - "source": [ - "final_res.to_file(os.path.join(urban_folder, \"new_lga_nigeria_2003_URBAN_POP.shp\" ))\n", - "pd.DataFrame(final_res.drop([\"geometry\"], axis=1)).to_csv(os.path.join(urban_folder, \"new_lga_nigeria_2003_URBAN_POP.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "id": "a33f2340", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['STATE',\n", - " 'LGA',\n", - " 'AREA',\n", - " 'PERIMETER',\n", - " 'LONGITUDE',\n", - " 'LATITUDE',\n", - " 'FULL_NAME',\n", - " 'geometry',\n", - " 'TOTALPOP_nga_cpo20_SUM',\n", - " '_nga_cpo20_urban_SUM',\n", - " '_nga_cpo20_urban_hd_SUM',\n", - " 'TOTALPOP_nga_gpo_SUM',\n", - " '_nga_gpo_urban_SUM',\n", - " '_nga_gpo_urban_hd_SUM',\n", - " '_nga_gpod10b3000_cc_SUM',\n", - " '_nga_gpod10b3000_co_SUM',\n", - " '_nga_gpod10b3000_ur_SUM',\n", - " 'TOTALPOP_nga_cpo15_SUM',\n", - " '_nga_cpo15_urban_SUM',\n", - " '_nga_cpo15_urban_hd_SUM',\n", - " '_nga_cpo15d10b3000_cc_SUM',\n", - " '_nga_cpo15d10b3000_co_SUM',\n", - " '_nga_cpo15d10b3000_ur_SUM',\n", - " 'TOTALPOP_nga_upo15_SUM',\n", - " '_nga_upo15_urban_SUM',\n", - " '_nga_upo15_urban_hd_SUM',\n", - " '_nga_upo15d10b3000_cc_SUM',\n", - " '_nga_upo15d10b3000_co_SUM',\n", - " '_nga_upo15d10b3000_ur_SUM']" - ] - }, - "execution_count": 50, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "[x for x in final_res.columns]attack" - ] - }, - { - "cell_type": "code", - "execution_count": 45, - "id": "fb81ab3e", - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "['/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gpod10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_ur.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_upo15d10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_gbud10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_cc.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_co.tif',\n", - " '/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/nga_cpo15d10b3000_ur.tif']" - ] - }, - "execution_count": 45, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "db_urban_files" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "be7af16d", - "metadata": {}, - "outputs": [], - "source": [ - "res_prefix = 'nga1k'\n", - "pop_layer = os.path.join(urban_folder, f'{res_prefix}_cpo15.tif')\n", - "urban_layer = os.path.join(urban_folder, f'{res_prefix}_cpo15_urban.tif')\n", - "hd_layer = os.path.join(urban_folder, f'{res_prefix}_cpo15_urban_hd.tif')\n", - "\n", - "help_xx = helper.summarize_population(pop_layer, adm2_bounds, urban_layer, hd_layer)\n", - "zonal_res = help_xx.calculate_zonal()\n", - "zonal_res = zonal_res.loc[:,[x for x in zonal_res.columns if \"SUM\" in x]]\n", - "zonal_res['shapeID'] = adm2_bounds['shapeID']\n", - "zonal_res['shapeName'] = adm2_bounds['shapeName']\n", - "\n", - "pop_layer = os.path.join(urban_folder, f'{res_prefix}_cpo20.tif')\n", - "urban_layer = os.path.join(urban_folder, f'{res_prefix}_cpo20_urban.tif')\n", - "hd_layer = os.path.join(urban_folder, f'{res_prefix}_cpo20_urban_hd.tif')\n", - "\n", - "help_xx = helper.summarize_population(pop_layer, adm2_bounds, urban_layer, hd_layer)\n", - "zonal_res2 = help_xx.calculate_zonal()\n", - "zonal_res2 = zonal_res2.loc[:,[x for x in zonal_res2.columns if \"SUM\" in x]]\n", - "zonal_res2['shapeID'] = adm2_bounds['shapeID']\n", - "zonal_res2['shapeName'] = adm2_bounds['shapeName']" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "609d4e18", - "metadata": {}, - "outputs": [], - "source": [ - "zonal_res.merge(zonal_res2).to_csv(os.path.join(hh_folder, f'DOU_zonal_stats_{res_prefix}.csv'))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7177da3a", - "metadata": {}, - "outputs": [], - "source": [ - "res_prefix = 'nga'\n", - "pop_layer = os.path.join(urban_folder, f'{res_prefix}_cpo15.tif')\n", - "co_layer = f'/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/{res_prefix}_cpo15d10b3000_co.tif'\n", - "ur_layer = f'/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/{res_prefix}_cpo15d10b3000_ur.tif'\n", - "cc_layer = f'/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/NGA_1K_res/{res_prefix}_cpo15d10b3000_cc.tif'\n", - "\n", - "help_xx = helper.summarize_population(pop_layer, adm2_bounds, co_layer, ur_layer)\n", - "zonal_res = help_xx.calculate_zonal(convert_urban_binary=True)\n", - "zonal_res = zonal_res.loc[:,[x for x in zonal_res.columns if \"SUM\" in x]]\n", - "\n", - "help_xx2 = helper.summarize_population(pop_layer, adm2_bounds, cc_layer)\n", - "zonal_res2 = help_xx2.calculate_zonal(convert_urban_binary=True)\n", - "zonal_res2 = zonal_res2.loc[:,[x for x in zonal_res2.columns if \"SUM\" in x]]\n", - "\n", - "zonal_res[f'_{res_prefix}_cpo15d10b3000_cc_SUM'] = zonal_res2[f'_{res_prefix}_cpo15d10b3000_cc_SUM']\n", - "zonal_res['shapeID'] = adm2_bounds['shapeID']\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "dc804404", - "metadata": {}, - "outputs": [], - "source": [ - "zonal_res" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "6e0d03b0", - "metadata": {}, - "outputs": [], - "source": [ - "zonal_res.to_csv(os.path.join(hh_folder, f'DB_zonal_stats_{res_prefix}.csv'))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "4d55fbde", - "metadata": {}, - "outputs": [], - "source": [ - "adm2_bounds.to_file(os.path.join(hh_folder, 'adm2_geobounds.geojson'), driver='GeoJSON')" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "724527e4", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/README.md b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/README.md deleted file mode 100644 index dcefbac..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/README.md +++ /dev/null @@ -1,25 +0,0 @@ -# Novel Urbanization -The code herein support the extraction of the data and calculation of urban extents for the World Bank's experiment and investigation of two methods for evaluating urban: - -## [Degree of Urbanization](https://ghsl.jrc.ec.europa.eu/degurbaOverview.php) -The European Commission developed a globally consistent, people-centric definition of urban areas. The basic approach is to apply a threshold to population grids on both the minimum population density, and then on the minimum total population of the resulting settlements. While the team at the EC continues to advance and iterate on their methodology, we rely on the original definitions of urban they produced: - -| Urban area | Min Pop Density | Min Settlement Pop | -| --- | --- | --- | -| Urban areas | 300 people/km2 | 5000 people | -| High density urban areas | 1500 people/km2 | 50000 people | - -## [Bellefon (2021)](https://www.sciencedirect.com/science/article/pii/S0094119019301032) - -This method eschews the absolute density thresholds of the EC methodology and instead compares actual building density to counterfactual density after random redistribution of the pixel values in its neighbourhood. The methodology is applied following these steps: -1. Computing a smoothed density of the variable on which the delineation is based (building density or population). -2. Randomly redistributing pixel values (3000 iterations) the variable values at the pixel level across all livable areas such that obtaining, for each pixel, a counterfactual distribution of the variable considered. -3. Classifying as urban those pixels for which the actual density is above the 95th percentile of the smoothed counterfactual distribution. -4. Grouping contiguous urban pixels to form urban areas -5. Then the random redistribution of pixels’ values is repeated but within these Urban areas only, which gives a new counterfactual distribution. Contiguous pixels of urban areas for which actual density is above the 95th percentile of this within urban area new counterfactual distribution are classified as Cores. Urban areas that have at least one core are classified as Cities. - -| Urban area | label | Definition | -| --- | --- | --- | -| Urban areas | __ur__ | contiguous pixels for which the density is above the 95th percentile of the counterfactual | -| Cores | __co__ | contiguous pixels within urban areas that are above the 95th percentile of the counterfactual within the urban core | -| Cities | __cc__ | urban areas that have a core | diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/SSA_countries_GDP_Urbanization.csv b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/SSA_countries_GDP_Urbanization.csv deleted file mode 100644 index 51eb8cd..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/SSA_countries_GDP_Urbanization.csv +++ /dev/null @@ -1,48 +0,0 @@ -,ISO3,GDP,UrubPop,UrbPercent -0,AGO,67404287260.3199,23276246.0,67.46 -1,BDI,2779813489.02447,1764450.0,14.058 -2,BEN,17144918952.4682,6364839.0,48.972 -3,BFA,19737615114.3661,6904253.0,31.24 -4,BWA,17614791265.6824,1852275.0,71.56 -5,CAF,2516498299.01212,2327367.0,42.648 -6,CIV,70043191477.0454,14338150.0,52.18 -7,CMR,45338283344.8175,15815458.0,58.148 -8,COD,55350968593.0597,44336645.0,46.235 -9,COG,13366230219.5352,3984863.0,68.283 -10,COM,1296089632.60039,243308.0,29.613 -11,CPV,1936174043.45293,394509.0,67.102 -12,ERI,2065001626.01626,1519988.0,41.985 -13,ETH,111271112329.975,26671558.0,22.174 -14,GAB,20216843173.9702,2116964.0,90.423 -15,GHA,77594279054.8795,19038233.0,57.985 -16,GIN,16091817842.2342,5042529.0,37.264 -17,GMB,2038417462.37695,1669008.0,63.222 -18,GNB,1638517533.16504,919432.0,44.617 -19,KEN,110347079517.356,15102890.0,28.493 -20,LBR,3509000000.0,2730335.0,52.573 -21,LSO,2496134680.31694,672573.0,29.48 -22,MDG,14472603322.5571,11336960.0,39.207 -23,MLI,19140461605.8227,9786489.0,44.677 -24,MOZ,15776758632.8573,12069961.0,37.628 -25,MRT,9996249658.23982,2590523.0,56.133 -26,MUS,11529042672.3528,516236.0,40.775 -27,MWI,12626717491.8941,3519490.0,17.695 -28,NAM,12310595843.9353,1341107.0,53.005 -29,NER,14915001426.9724,4230083.0,16.751 -30,NGA,440833583992.485,112560662.0,52.746 -31,RWA,11070356519.4804,2364984.0,17.568 -32,SDN,34326058557.4418,16250768.0,35.593 -33,SEN,27625388352.1688,8202086.0,48.6 -34,SLE,4042237864.28942,3652200.0,43.372 -35,SOM,7628000011.46184,7974917.0,46.731 -36,SSD,11997800760.2242,2204901.0,20.514 -37,STP,526653790.670814,167493.0,75.073 -38,SWZ,4743335152.94181,290545.0,24.369 -39,SYC,1454458183.85981,57542.0,57.972 -40,TCD,11779980801.7843,4085514.0,23.781 -41,TGO,8413200567.6151,3748225.0,43.358 -42,TZA,67841049193.3855,22862550.0,35.954 -43,UGA,40529789025.5702,11717016.0,25.553 -44,ZAF,419015018371.887,40295863.0,67.847 -45,ZMB,22147634727.3584,8800295.0,45.192 -46,ZWE,28371238665.5116,5166388.0,32.303 diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/URB_SEAU1_B_A_Ka_NovelUrbanizaton.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/URB_SEAU1_B_A_Ka_NovelUrbanizaton.ipynb deleted file mode 100644 index c3cbf12..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/URB_SEAU1_B_A_Ka_NovelUrbanizaton.ipynb +++ /dev/null @@ -1,950 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Extract data for urban calculations\n", - "\n", - "Test input for Tanzania\n", - "\n", - "0. Select focal ADM, buffer by 1km, rasterize as [0, 1]\n", - "1. Download DEM data from ASTER, mosaick\n", - "2. Calculate slope of DEM\n", - "3. Extract water layer from Globcover\n", - "4. Rasterize building footprints\n", - "5. Select population layer\n", - "6. Standardize all rasters to population layer \n", - " a. Set area outside of focal admin to NoData \n", - " b. Set everything to 16bit \n", - " \n", - " \n" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/_compat.py:106: UserWarning: The Shapely GEOS version (3.9.1-CAPI-1.14.2) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "METADATA Library: Could not import arcgis libraries\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import importlib\n", - "import shutil\n", - "import pathlib\n", - "import datetime\n", - "import math\n", - "import rasterio\n", - "import rasterio.warp\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "\n", - "from shapely.geometry import Point\n", - "\n", - "# Import raster helpers\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.metadataMisc as meta\n", - "\n", - "# Import GOST urban functions\n", - "sys.path.append(\"../../../src\")\n", - "\n", - "# Import local functions\n", - "import novelUrbanization as nu\n", - "from novelUrbanization import *\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "global_bounds = \"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\"\n", - "global_bounds_adm2 = \"/home/public/Data/GLOBAL/ADMIN/Admin2_Polys.shp\"\n", - "\n", - "inG = gpd.read_file(global_bounds)\n", - "inG2 = gpd.read_file(global_bounds_adm2)\n", - "\n", - "runSmall = True\n", - "runLarge = True" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Convert EA csv files to geometry" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "in_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/\"\n", - "ea_files = []\n", - "for root, dirs, files in os.walk(in_folder):\n", - " for x in files:\n", - " if (x.endswith(\".csv\")) and (\"URBAN\" not in x):\n", - " ea_files.append(os.path.join(root, x))\n", - "\n", - "ea_files" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pd.read_csv(ea_files[-1]).head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "def try_float(x):\n", - " try:\n", - " return float(x)\n", - " except:\n", - " return None\n", - "\n", - "\n", - "def read_geog(file, lat_column, lon_column, crs=\"epsg:4326\", write_out=True):\n", - " print(os.path.basename(file))\n", - " out_file = file.replace(\".csv\", \".geojson\")\n", - " inD = pd.read_csv(file)\n", - "\n", - " print(inD.shape)\n", - " inD[lat_column] = inD[lat_column].apply(try_float)\n", - " inD[lon_column] = inD[lon_column].apply(try_float)\n", - " inD = inD.loc[~(inD[lat_column].isna() | inD[lon_column].isna())]\n", - " print(inD.shape)\n", - "\n", - " inD_geom = inD.apply(\n", - " lambda x: Point(float(x[lon_column]), float(x[lat_column])), axis=1\n", - " )\n", - " inD = gpd.GeoDataFrame(inD, geometry=inD_geom, crs=crs)\n", - "\n", - " if write_out:\n", - " inD.to_file(out_file, driver=\"GeoJSON\")\n", - " return inD\n", - "\n", - "\n", - "# res = read_geog(ea_files[0], \"latdd_corrected\", \"londd_corrected\")\n", - "# res = read_geog(ea_files[1], \"lat\", \"lon\")\n", - "# res = read_geog(ea_files[2], \"latitude\", \"longitude\")\n", - "# res = read_geog(ea_files[3], \"latitude\", \"longitude\")\n", - "# res = read_geog(ea_files[4], \"lat_mean\", \"long_mean\")\n", - "# res = read_geog(ea_files[5], \"latdd_corrected\", \"londd_corrected\")\n", - "# res = read_geog(ea_files[6], \"latdd_corrected\", \"londd_corrected\")\n", - "# res = read_geog(ea_files[7], \"lat_modified\",\"lon_modified\")\n", - "# res = read_geog(ea_files[8], \"lat_corrected\", \"lon_corrected\")\n", - "# res = read_geog(ea_files[9], \"lat_corrected\", \"lon_corrected\")\n", - "res = read_geog(ea_files[-1], \"latDD_corrected\", \"lonDD_corrected\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Run individual counties" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Process Individual countries\n", - "iso3 = \"COG\"\n", - "local_path = \"/home/public/Data/COUNTRY/{country}/WORLDPOP/\".format(country=iso3)\n", - "constrained_WP_folder = \"/home/public/Data/GLOBAL/Population/RF_SSA_2015-2020\"\n", - "worldPop_2015 = (\n", - " \"/home/public/Data/GLOBAL/Population/WorldPop_PPP_2015/worldPop_2015.vrt\"\n", - ")\n", - "global_ghspop = \"/home/public/Data/GLOBAL/Population/GHS/250/GHS_POP_E2015_GLOBE_R2019A_54009_250_V1_0.tif\"\n", - "c_WP_15 = f\"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2015.tif\"\n", - "c_WP_20 = f\"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2020.tif\"\n", - "custom_pop = \"/home/public/Data/COUNTRY/COG/Population/COG_population_202309271640.tif\"\n", - "\n", - "pop_files = [[worldPop_2015, f\"{iso3.lower()}_upo15.tif\"]]\n", - "pop_files.append([global_ghspop, f\"{iso3.lower()}_gpo.tif\"])\n", - "pop_files.append([c_WP_15, f\"{iso3.lower()}_cpo15.tif\"])\n", - "pop_files.append([c_WP_20, f\"{iso3.lower()}_cpo20.tif\"])\n", - "pop_files.append([custom_pop, f\"{iso3.lower()}_cpo20_WB.tif\"])\n", - "\n", - "output_folder = (\n", - " \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/%s_URBAN_DATA_new_naming\"\n", - " % iso3\n", - ")\n", - "ea_file = \"/home/public/Data/COUNTRY/COG/Population/ZD_CONGO_CLIP_FIXED.shp\"\n", - "db_folder = os.path.join(output_folder, \"DB_Results\", \"SentWB\", \"delineations\")" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/geodataframe.py:1322: SettingWithCopyWarning: \n", - "A value is trying to be set on a copy of a slice from a DataFrame.\n", - "Try using .loc[row_indexer,col_indexer] = value instead\n", - "\n", - "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", - " super(GeoDataFrame, self).__setitem__(key, value)\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:50:52\tCOG ***1k Extracting Global Layers\n", - "11:50:52\tCOG ***1k Downloading and processing elevation\n", - "11:50:52\tCOG ***1k Standardizing rasters\n", - "11:50:52\tCOG ***1k Calculating Urban\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/cog1k_cpo20.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/cog1k_cpo20_WB.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/cog1k_upo15.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/cog1k_gpo.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD_1KM/cog1k_cpo15.tif\n", - "11:50:52\tCOG ***1k Calculating Zonal admin2\n", - "11:50:55\tCOG ***1k Calculating Zonal communes\n", - "11:53:03\tCOG ***** Extracting Global Layers COG\n", - "11:53:03\tCOG ***** Downloading and processing elevation COG\n", - "11:53:03\tCOG ***** Standardizing rasters\n", - "11:53:03\tCOG ***** Calculating Urban\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_cpo20.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_cpo20_WB.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_upo15.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_gpo.tif\n", - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_cpo15.tif\n", - "11:53:03\tCOG ***** Calculating Zonal admin2\n", - "11:53:11\tCOG ***** Calculating Zonal communes\n" - ] - } - ], - "source": [ - "importlib.reload(nu)\n", - "# Calculate urban definitions\n", - "nu.calculate_urban(\n", - " iso3, inG, inG2, pop_files, ea_file, output_folder, small=runSmall, km=runLarge\n", - ")\n", - "pp_urban = nu.calc_pp_urban(\n", - " db_folder, \"%s_gpo.tif\" % iso3.lower(), ea_file, output_folder\n", - ")\n", - "pd.DataFrame(pp_urban.drop([\"geometry\"], axis=1)).to_csv(\n", - " os.path.join(output_folder, f\"{iso3}_DB_UrbanPopulation_admin3.csv\")\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Calculate Point-based statistics\n", - "input_file = os.path.join(output_folder, \"HBS_GPS.csv\")\n", - "pop_tiffs = [\"eth_gpo.tif\", \"eth_upo15.tif\", \"eth_upo16.tif\"]\n", - "all_tiffs = []\n", - "base_folder = os.path.join(output_folder, \"FINAL_STANDARD\")\n", - "base_folder_1km = os.path.join(output_folder, \"FINAL_STANDARD_1KM\")\n", - "for pFile in pop_tiffs:\n", - " all_tiffs.append(os.path.join(base_folder, pFile))\n", - " all_tiffs.append(os.path.join(base_folder_1km, pFile.replace(\"eth\", \"eth1k\")))\n", - "\n", - "# Read in ETH HH locations, clean\n", - "inD = pd.read_csv(input_file)\n", - "inD = inD.loc[~inD[\"latDD_corrected\"].isnull()]\n", - "inD = inD.loc[~inD[\"lonDD_corrected\"].isnull()]\n", - "geoms = [\n", - " Point(row[\"lonDD_corrected\"], row[\"latDD_corrected\"]) for idx, row in inD.iterrows()\n", - "]\n", - "inD = gpd.GeoDataFrame(inD, geometry=geoms, crs={\"init\": \"epsg:4326\"})\n", - "# Calculate point urbanization for degree of urbanization\n", - "out_file = os.path.join(output_folder, f\"{iso3}_DoU_Urban.csv\")\n", - "nu.point_urban_summaries(inD, all_tiffs, out_file)\n", - "# Calculate point urbanization for PP urban\n", - "out_file = os.path.join(output_folder, f\"{iso3}_DB_Urban.csv\")\n", - "in_folder = os.path.join(output_folder, \"ethiopia\")\n", - "pop_tiffs = [os.path.join(in_folder, x) for x in os.listdir(in_folder)]\n", - "nu.pp_point_urban_summaries(inD, pop_tiffs, out_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Run zonal stats\n", - "constrained_WP_folder = \"/home/public/Data/GLOBAL/Population/RF_SSA_2015-2020\"\n", - "worldPop_2015 = (\n", - " \"/home/public/Data/GLOBAL/Population/WorldPop_PPP_2015/worldPop_2015.vrt\"\n", - ")\n", - "global_ghspop = \"/home/public/Data/GLOBAL/Population/GHS/250/GHS_POP_E2015_GLOBE_R2019A_54009_250_V1_0.tif\"\n", - "c_WP_15 = f\"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2015.tif\"\n", - "c_WP_20 = f\"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2020.tif\"\n", - "\n", - "pop_files = [[worldPop_2015, f\"{iso3.lower()}_upo15.tif\"]]\n", - "pop_files.append([global_ghspop, f\"{iso3.lower()}_gpo.tif\"])\n", - "pop_files.append([c_WP_15, f\"{iso3.lower()}_cpo15.tif\"])\n", - "pop_files.append([c_WP_20, f\"{iso3.lower()}_cpo20.tif\"])\n", - "\n", - "nu.run_zonal(iso3, output_folder, inG, pop_files, ea_file, \"\")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Compile and copy mapping data" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "countries = {\n", - " \"AGO\": \"angola\",\n", - " \"BGD\": \"bangladesh\",\n", - " \"EGY\": \"egypt\",\n", - " \"ETH\": \"ethiopia\",\n", - " \"GHA\": \"ghana\",\n", - " \"TZA\": \"tanzania\",\n", - " \"VNM\": \"vietnam\",\n", - "}\n", - "for iso3 in countries.keys():\n", - " out_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Mapping/URBAN_Data\"\n", - " data_folder = (\n", - " \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/%s_URBAN_DATA_new_naming/\"\n", - " % iso3\n", - " )\n", - " dou_folder = os.path.join(data_folder, \"FINAL_STANDARD\")\n", - " db_folder = os.path.join(data_folder, countries[iso3])\n", - "\n", - " dou_urban = os.path.join(dou_folder, f\"{iso3.lower()}_upo15_urban.tif\")\n", - " dou_urban_hd = os.path.join(dou_folder, f\"{iso3.lower()}_upo15_urban_hd.tif\")\n", - "\n", - " db_urban_cc = os.path.join(db_folder, f\"{iso3.lower()}_upo15d20b2000_cc.tif\")\n", - " db_urban_co = os.path.join(db_folder, f\"{iso3.lower()}_upo15d20b2000_co.tif\")\n", - " db_urban_ur = os.path.join(db_folder, f\"{iso3.lower()}_upo15d20b2000_ur.tif\")\n", - "\n", - " for uFile in [dou_urban, dou_urban_hd, db_urban_cc, db_urban_co, db_urban_ur]:\n", - " print(f\"{iso3}: {os.path.exists(uFile)}\")\n", - " out_file = os.path.join(out_folder, os.path.basename(uFile))\n", - " shutil.copy(uFile, out_file)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Compile zonal results" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# copy only the zonal stats with ea defs\n", - "cur_countries = list(nu.EA_DEFS.keys())\n", - "\n", - "in_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/\"\n", - "out_folder = os.path.join(in_folder, \"URBAN_ZONAL_RESULTS_EAs\")\n", - "if not os.path.exists(out_folder):\n", - " os.makedirs(out_folder)\n", - "\n", - "for root, dirs, files in os.walk(in_folder):\n", - " if \"URBAN_DATA_new_naming\" in root:\n", - " country = os.path.basename(root).split(\"_\")[0]\n", - " if country in nu.EA_DEFS.keys():\n", - " for f in files:\n", - " if (\n", - " (\"EA_PP_URBAN_Updated\" in f)\n", - " | (\"EA_WB_URBAN_\" in f)\n", - " | (\"HH_GPS\" in f)\n", - " ):\n", - " fName = pathlib.Path(os.path.join(root, f))\n", - " date = datetime.fromtimestamp(fName.stat().st_mtime)\n", - " if datetime(2021, 6, 1) < date:\n", - " print(f\"{country}: {f} - {date}\")\n", - " else:\n", - " print(f\"***OLD: {country}: {f} - {date}\")\n", - " shutil.copy(os.path.join(root, f), os.path.join(out_folder, f))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "in_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/\"\n", - "out_folder = os.path.join(in_folder, \"URBAN_ZONAL_RESULTS\")\n", - "if not os.path.exists(out_folder):\n", - " os.makedirs(out_folder)\n", - "\n", - "for root, dirs, files in os.walk(in_folder):\n", - " if \"URBAN_DATA_new_naming\" in root:\n", - " country = os.path.basename(root).split(\"_\")[0]\n", - " if country in nu.EA_DEFS.keys():\n", - " for f in files:\n", - " if (\n", - " (\"EA_PP_URBAN_Updated\" in f)\n", - " | (\"EA_WB_URBAN_\" in f)\n", - " | (\"HH_GPS\" in f)\n", - " ):\n", - " fName = pathlib.Path(os.path.join(root, f))\n", - " date = datetime.fromtimestamp(fName.stat().st_mtime)\n", - " if datetime(2021, 6, 1) < date:\n", - " print(f\"{country}: {f} - {date}\")\n", - " else:\n", - " print(f\"***OLD: {country}: {f} - {date}\")\n", - " shutil.copy(os.path.join(root, f), os.path.join(out_folder, f))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "datetime(2021, 6, 1)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Delete all zonal stats\n", - "for root, dirs, files in os.walk(in_folder):\n", - " if \"URBAN_DATA_new_naming\" in root:\n", - " country = os.path.basename(root).split(\"_\")[0]\n", - " if country in nu.EA_DEFS.keys():\n", - " for f in files:\n", - " if (\"URBAN_COMMUNE_STATS\" in f) | (\"URBAN_ADMIN2\" in f):\n", - " print(f\"{country}: {f}\")\n", - " os.remove(os.path.join(root, f))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Generate Metadata" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "template_metadata = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/LSO_URBAN_DATA_new_naming/METADATA/metadata.xlsx\"\n", - "dataset_info = pd.read_excel(template_metadata, sheet_name=0)\n", - "layer_info = pd.read_excel(template_metadata, sheet_name=1, index_col=0)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "base_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/{ISO3}_URBAN_DATA_new_naming\"\n", - "country_name = \"Angola\"\n", - "iso3 = \"AGO\"\n", - "in_folder = base_folder.format(ISO3=iso3)\n", - "out_dir = os.path.join(in_folder, \"metadata\")\n", - "\n", - "make_meta = meta.metadata_gost(in_folder, out_dir)\n", - "layers = make_meta.get_layers()\n", - "metadata = make_meta.generate_metadata()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "layer_info[\"layer_name\"] = [\n", - " p.replace(\"lso\", iso3.lower()) for p in layer_info[\"layer_name\"]\n", - "]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "sel_info = layer_info.loc[\n", - " :,\n", - " [\n", - " \"layer_name\",\n", - " \"layer_label\",\n", - " \"description\",\n", - " \"source_name\",\n", - " \"source_url\",\n", - " \"data_process_summary\",\n", - " ],\n", - "]\n", - "sel_info" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "final_meta = metadata[\"metadata\"]\n", - "final_meta = final_meta.loc[\n", - " :,\n", - " ~final_meta.columns.isin(\n", - " [\n", - " \"layer_label\",\n", - " \"description\",\n", - " \"source_name\",\n", - " \"source_url\",\n", - " \"data_process_summary\",\n", - " ]\n", - " ),\n", - "]\n", - "final_meta.merge(sel_info, on=\"layer_name\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "make_meta.write_metadata(\n", - " os.path.join(out_dir, f\"{iso3}_novel_urbanization_metadata.xlsx\"),\n", - " layer_metadata=final_meta,\n", - " field_metadata=metadata[\"fields\"],\n", - " dataset_id=dataset_info.Definition[0].format(ISO3=iso3, Country=country_name),\n", - " dataset_title=dataset_info.Definition[1].format(ISO3=iso3, Country=country_name),\n", - " country=dataset_info.Definition[2].format(ISO3=iso3, Country=country_name),\n", - " abstract=dataset_info.Definition[3].format(ISO3=iso3, Country=country_name),\n", - " purpose=dataset_info.Definition[4].format(ISO3=iso3, Country=country_name),\n", - " creation_date=datetime.today().strftime(\"%Y-%m-%d\"),\n", - " release_date=datetime.today().strftime(\"%Y-%m-%d\"),\n", - " owner=dataset_info.Definition[7].format(ISO3=iso3, Country=country_name),\n", - " email=dataset_info.Definition[8].format(ISO3=iso3, Country=country_name),\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "out_dir" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Generating zip commands" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Delete existing files\n", - "in_folder = \"/home/wb411133/temp\"\n", - "for root, dirs, files in os.walk(in_folder):\n", - " for d in dirs:\n", - " if (d == \"FINAL_STANDARD\") or (d == \"FINAL_STANDARD_1KM\"):\n", - " cur_dir = os.path.join(root, d)\n", - " print(\n", - " \"zip -r {out_file} {infolder}\".format(\n", - " out_file=\"%s_%s.zip\"\n", - " % (cur_dir.split(\"/\")[-2].split(\"_\")[0], cur_dir.split(\"_\")[-1]),\n", - " infolder=os.path.join(\n", - " os.path.basename(os.path.dirname(cur_dir)),\n", - " os.path.basename(cur_dir),\n", - " ),\n", - " )\n", - " )" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Debugging" - ] - }, - { - "cell_type": "code", - "execution_count": 52, - "metadata": {}, - "outputs": [], - "source": [ - "# there is an error in scaling a new population dataset; testing out why\n", - "pop_raster = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/cog_cpo20_WB.tif\"\n", - "template_raster = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/COG_URBAN_DATA_new_naming/FINAL_STANDARD/cog_gpo.tif\"\n", - "\n", - "in_raster = rasterio.open(pop_raster)\n", - "in_r = in_raster.read()\n", - "in_r[in_r == in_raster.meta[\"nodata\"]] = 0\n", - "\n", - "ghs_R = rasterio.open(template_raster)\n", - "out_array = np.zeros(ghs_R.shape)" - ] - }, - { - "cell_type": "code", - "execution_count": 61, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "False" - ] - }, - "execution_count": 61, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_r[0, 0, 0] == in_raster.meta[\"nodata\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 65, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "numpy.float32" - ] - }, - "execution_count": 65, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_r[0, 0, 0].__class__" - ] - }, - { - "cell_type": "code", - "execution_count": 74, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([[[ True, True, True, ..., True, True, True],\n", - " [ True, True, True, ..., True, True, True],\n", - " [ True, True, True, ..., True, True, True],\n", - " ...,\n", - " [ True, True, True, ..., True, True, True],\n", - " [ True, True, True, ..., True, True, True],\n", - " [ True, True, True, ..., True, True, True]]])" - ] - }, - "execution_count": 74, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "temp_nodata = type(in_r[0, 0, 0])(in_raster.meta[\"nodata\"])\n", - "in_r == temp_nodata" - ] - }, - { - "cell_type": "code", - "execution_count": 55, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([[[False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " ...,\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False]]])" - ] - }, - "execution_count": 55, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_r == in_raster.meta[\"nodata\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "metadata": {}, - "outputs": [], - "source": [ - "# in_r[in_r < 0] = 0\n", - "rSample = rasterio.warp.Resampling.bilinear\n", - "rasterio.warp.reproject(\n", - " in_r,\n", - " out_array,\n", - " src_transform=in_raster.meta[\"transform\"],\n", - " dst_transform=ghs_R.meta[\"transform\"],\n", - " src_crs=in_raster.crs,\n", - " dst_crs=ghs_R.crs,\n", - " src_nodata=in_raster.meta[\"nodata\"],\n", - " dst_nodata=ghs_R.meta[\"nodata\"],\n", - " resampling=rSample,\n", - ")\n", - "out_array[out_array == ghs_R.meta[\"nodata\"]] = 0.0" - ] - }, - { - "cell_type": "code", - "execution_count": 51, - "metadata": {}, - "outputs": [], - "source": [ - "out_array_sum = out_array.sum()\n", - "original_sum = in_r.sum()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": 47, - "metadata": {}, - "outputs": [], - "source": [ - "if math.isinf(original_sum):\n", - " in_r[in_r < 0] = 0\n", - " original_sum = in_r.sum()\n", - "total_ratio = original_sum / out_array_sum\n", - "\n", - "out_array = out_array * total_ratio\n", - "out_array[out_array < 0] = ghs_R.meta[\"nodata\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "749608.9979193077" - ] - }, - "execution_count": 48, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "out_array_sum" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "7.280417544544301" - ] - }, - "execution_count": 49, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "total_ratio" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "{'driver': 'GTiff',\n", - " 'dtype': 'float32',\n", - " 'nodata': -3.4e+38,\n", - " 'width': 8939,\n", - " 'height': 10449,\n", - " 'count': 1,\n", - " 'crs': CRS.from_epsg(4326),\n", - " 'transform': Affine(0.0008333333300145432, 0.0, 11.200416637,\n", - " 0.0, -0.0008333333299618321, 3.702916853)}" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_raster.meta" - ] - }, - { - "cell_type": "code", - "execution_count": 23, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "array([[[False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " ...,\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False],\n", - " [False, False, False, ..., False, False, False]]])" - ] - }, - "execution_count": 23, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_r == float(in_raster.meta[\"nodata\"])" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "float" - ] - }, - "execution_count": 26, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "in_raster.meta[\"nodata\"].__class__" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/WBGAPI_Extract_urbanization_GDP.ipynb b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/WBGAPI_Extract_urbanization_GDP.ipynb deleted file mode 100644 index bba019c..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/WBGAPI_Extract_urbanization_GDP.ipynb +++ /dev/null @@ -1,1384 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "\n", - "import wbgapi as wb # https://blogs.worldbank.org/opendata/introducing-wbgapi-new-python-package-accessing-world-bank-data" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
OBJECTIDISO_A2WB_ADM0_COWB_ADM0_NAShape_LengShape_AreaISO3UN_m49RegionincomeGlendingCFID_100geometry
45SD6Sudan8.852111e+061.844887e+06SDN736Sub-Saharan AfricaLower middle incomeIDA400MULTIPOLYGON (((4282246.284 2048756.881, 42821...
67AO8Angola7.684195e+061.246754e+06AGO24Sub-Saharan AfricaUpper middle incomeBlend600MULTIPOLYGON (((1310361.144 -1897234.549, 1310...
2425BJ29Benin2.162187e+061.155980e+05BEN204Sub-Saharan AfricaLow incomeIDA2400POLYGON ((316053.073 1392001.912, 316482.462 1...
2930BW35Botswana4.399139e+065.782561e+05BWA72Sub-Saharan AfricaUpper middle incomeIBRD2900POLYGON ((2812242.525 -2013145.254, 2812863.83...
3637BF42Burkina Faso3.558434e+062.732802e+05BFA854Sub-Saharan AfricaLow incomeIDA3600POLYGON ((-50724.952 1698516.119, -49209.894 1...
3738BI43Burundi1.016007e+062.685715e+04BDI108Sub-Saharan AfricaLow incomeIDA3700POLYGON ((3387552.350 -259257.290, 3388263.005...
3940CM45Cameroon5.477015e+064.655469e+05CMR120Sub-Saharan AfricaLower middle incomeIDA3900MULTIPOLYGON (((1072528.923 401904.202, 107231...
4142CV47Cabo Verde1.029808e+064.056343e+03CPV132Sub-Saharan AfricaLower middle incomeBlend4100MULTIPOLYGON (((-2749534.392 1677117.552, -274...
4344CF49Central African Republic5.541381e+066.195909e+05CAF140Sub-Saharan AfricaLow incomeIDA4300POLYGON ((2546490.141 1224324.736, 2546280.824...
4445TD50Chad6.342130e+061.264759e+06TCD148Sub-Saharan AfricaLow incomeIDA4400POLYGON ((2671667.779 2213892.183, 2671667.779...
5152KM58Comoros4.019867e+051.671322e+03COM174Sub-Saharan AfricaLow incomeIDA5100MULTIPOLYGON (((4866387.611 -1391995.471, 4866...
5253CG59Congo4.737509e+063.406441e+05COG178Sub-Saharan AfricaLower middle incomeIDA5200POLYGON ((1959926.577 405615.223, 1965154.140 ...
5859CI66Côte d'Ivoire3.750495e+063.219939e+05CIV384Sub-Saharan AfricaLower middle incomeIDA5800MULTIPOLYGON (((-677944.388 556326.354, -67782...
6061CD68Democratic Republic of Congo1.066783e+072.329413e+06COD180Sub-Saharan AfricaLow incomeIDA6000MULTIPOLYGON (((1383837.723 -670287.267, 13839...
6667SS74South Sudan5.181443e+066.329995e+05SSD728Sub-Saharan AfricaLow incomeIDA6600POLYGON ((3676119.973 1371522.272, 3702025.332...
6970ER77Eritrea4.624015e+061.204126e+05ERI232Sub-Saharan AfricaLow incomeIDA6900MULTIPOLYGON (((4803081.190 1427058.353, 48025...
7172ET79Ethiopia5.648830e+061.129314e+06ETH231Sub-Saharan AfricaLow incomeIDA7100POLYGON ((4224428.071 1670664.678, 4225042.015...
7879GA89Gabon3.570011e+062.647154e+05GAB266Sub-Saharan AfricaUpper middle incomeIBRD7800MULTIPOLYGON (((983122.972 -102719.596, 983851...
7980GM90The Gambia1.162809e+061.067571e+04GMB270Sub-Saharan AfricaLow incomeIDA7900POLYGON ((-1670535.608 1551878.078, -1669055.3...
8384GH94Ghana2.821195e+062.389994e+05GHA288Sub-Saharan AfricaLower middle incomeIDA8300POLYGON ((-15808.481 1247871.286, -16399.587 1...
9394GW105Guinea-Bissau3.111001e+063.404581e+04GNB624Sub-Saharan AfricaLow incomeIDA9300MULTIPOLYGON (((-1692511.782 1217443.737, -169...
9495GN106Guinea4.510808e+062.447942e+05GIN324Sub-Saharan AfricaLow incomeIDA9400MULTIPOLYGON (((-1482791.933 1022678.129, -148...
118119KE133Kenya4.502206e+065.827039e+05KEN404Sub-Saharan AfricaLow incomeIDA11800MULTIPOLYGON (((4386302.773 -518730.520, 43867...
126127LS142Lesotho9.963969e+053.045342e+04LSO426Sub-Saharan AfricaLower middle incomeIDA12600POLYGON ((3193773.587 -3323546.855, 3194847.12...
127128LR144Liberia2.249681e+069.592841e+04LBR430Sub-Saharan AfricaLow incomeIDA12700POLYGON ((-1085765.785 954902.722, -1084901.94...
133134MG150Madagascar7.958086e+065.915788e+05MDG450Sub-Saharan AfricaLow incomeIDA13300MULTIPOLYGON (((4923411.332 -2903072.274, 4922...
135136MW152Malawi3.054604e+061.187158e+05MWI454Sub-Saharan AfricaLow incomeIDA13500MULTIPOLYGON (((3870444.758 -1356427.209, 3865...
138139ML155Mali7.933450e+061.251408e+06MLI466Sub-Saharan AfricaLow incomeIDA13800POLYGON ((-538044.168 2875448.367, -537866.478...
141142MR159Mauritania6.583443e+061.038551e+06MRT478Sub-Saharan AfricaLower middle incomeIDA14100MULTIPOLYGON (((-1836933.390 2231040.346, -183...
142143MU160Mauritius3.534580e+052.016058e+03MUS480Sub-Saharan AfricaUpper middle incomeIBRD14200MULTIPOLYGON (((6383119.919 -2323499.034, 6382...
151152MZ170Mozambique1.096719e+077.867500e+05MOZ508Sub-Saharan AfricaLow incomeIDA15100MULTIPOLYGON (((3673024.679 -2995400.419, 3672...
153154NA172Namibia6.141104e+068.245216e+05NAM516Sub-Saharan AfricaUpper middle incomeIBRD15300MULTIPOLYGON (((1696574.304 -3138113.505, 1696...
161162NE181Niger6.066266e+061.182527e+06NER562Sub-Saharan AfricaLow incomeIDA16100POLYGON ((1349398.170 2691318.848, 1352867.998...
162163NG182Nigeria5.390382e+069.103541e+05NGA566Sub-Saharan AfricaLower middle incomeIDA16200MULTIPOLYGON (((639741.088 500501.594, 639611....
184185RW205Rwanda9.050201e+052.538848e+04RWA646Sub-Saharan AfricaLow incomeIDA18400POLYGON ((3392296.184 -117717.111, 3391943.325...
192193ST214São Tomé and Príncipe2.270914e+051.008590e+03STP678Sub-Saharan AfricaLower middle incomeIDA19200MULTIPOLYGON (((726526.788 -1336.940, 726116.3...
194195SN217Senegal3.561516e+061.970757e+05SEN686Sub-Saharan AfricaLower middle incomeIDA19400MULTIPOLYGON (((-1854307.951 1532492.107, -185...
195196SC220Seychelles5.874188e+054.700607e+02SYC690Sub-Saharan AfricaUpper middle incomeIBRD19500MULTIPOLYGON (((5695060.119 -1140749.349, 5695...
196197SL221Sierra Leone2.124642e+067.227200e+04SLE694Sub-Saharan AfricaLow incomeIDA19600MULTIPOLYGON (((-1279804.486 773261.369, -1280...
201202SO226Somalia5.960744e+066.330450e+05SOM706Sub-Saharan AfricaLow incomeIDA20100MULTIPOLYGON (((4667259.385 -129353.429, 46668...
202203ZA227South Africa9.502913e+061.220479e+06ZAF710Sub-Saharan AfricaUpper middle incomeIBRD20200MULTIPOLYGON (((4199417.211 -5913972.826, 4201...
208209SZ235Swaziland6.095986e+051.728953e+04SWZ748Sub-Saharan AfricaLower middle incomeIBRD20800POLYGON ((3560234.426 -2993143.342, 3560800.86...
216217TG243Togo1.802420e+065.681006e+04TGO768Sub-Saharan AfricaLow incomeIDA21600POLYGON ((0.000 1244585.739, 3921.786 1243712....
225226UG253Uganda2.588540e+062.414952e+05UGA800Sub-Saharan AfricaLow incomeIDA22500POLYGON ((3794950.489 432114.557, 3795008.345 ...
229230TZ257Tanzania6.667034e+069.404918e+05TZA834Sub-Saharan AfricaLow incomeIDA22900MULTIPOLYGON (((4500411.791 -1161907.620, 4499...
240241ZM270Zambia6.109787e+067.510661e+05ZMB894Sub-Saharan AfricaLower middle incomeIDA24000POLYGON ((3427397.991 -922657.938, 3428349.126...
241242ZW271Zimbabwe3.219273e+063.906484e+05ZWE716Sub-Saharan AfricaLow incomeBlend24100POLYGON ((3328811.400 -1761038.740, 3329414.57...
\n", - "
" - ], - "text/plain": [ - " OBJECTID ISO_A2 WB_ADM0_CO WB_ADM0_NA Shape_Leng \\\n", - "4 5 SD 6 Sudan 8.852111e+06 \n", - "6 7 AO 8 Angola 7.684195e+06 \n", - "24 25 BJ 29 Benin 2.162187e+06 \n", - "29 30 BW 35 Botswana 4.399139e+06 \n", - "36 37 BF 42 Burkina Faso 3.558434e+06 \n", - "37 38 BI 43 Burundi 1.016007e+06 \n", - "39 40 CM 45 Cameroon 5.477015e+06 \n", - "41 42 CV 47 Cabo Verde 1.029808e+06 \n", - "43 44 CF 49 Central African Republic 5.541381e+06 \n", - "44 45 TD 50 Chad 6.342130e+06 \n", - "51 52 KM 58 Comoros 4.019867e+05 \n", - "52 53 CG 59 Congo 4.737509e+06 \n", - "58 59 CI 66 Côte d'Ivoire 3.750495e+06 \n", - "60 61 CD 68 Democratic Republic of Congo 1.066783e+07 \n", - "66 67 SS 74 South Sudan 5.181443e+06 \n", - "69 70 ER 77 Eritrea 4.624015e+06 \n", - "71 72 ET 79 Ethiopia 5.648830e+06 \n", - "78 79 GA 89 Gabon 3.570011e+06 \n", - "79 80 GM 90 The Gambia 1.162809e+06 \n", - "83 84 GH 94 Ghana 2.821195e+06 \n", - "93 94 GW 105 Guinea-Bissau 3.111001e+06 \n", - "94 95 GN 106 Guinea 4.510808e+06 \n", - "118 119 KE 133 Kenya 4.502206e+06 \n", - "126 127 LS 142 Lesotho 9.963969e+05 \n", - "127 128 LR 144 Liberia 2.249681e+06 \n", - "133 134 MG 150 Madagascar 7.958086e+06 \n", - "135 136 MW 152 Malawi 3.054604e+06 \n", - "138 139 ML 155 Mali 7.933450e+06 \n", - "141 142 MR 159 Mauritania 6.583443e+06 \n", - "142 143 MU 160 Mauritius 3.534580e+05 \n", - "151 152 MZ 170 Mozambique 1.096719e+07 \n", - "153 154 NA 172 Namibia 6.141104e+06 \n", - "161 162 NE 181 Niger 6.066266e+06 \n", - "162 163 NG 182 Nigeria 5.390382e+06 \n", - "184 185 RW 205 Rwanda 9.050201e+05 \n", - "192 193 ST 214 São Tomé and Príncipe 2.270914e+05 \n", - "194 195 SN 217 Senegal 3.561516e+06 \n", - "195 196 SC 220 Seychelles 5.874188e+05 \n", - "196 197 SL 221 Sierra Leone 2.124642e+06 \n", - "201 202 SO 226 Somalia 5.960744e+06 \n", - "202 203 ZA 227 South Africa 9.502913e+06 \n", - "208 209 SZ 235 Swaziland 6.095986e+05 \n", - "216 217 TG 243 Togo 1.802420e+06 \n", - "225 226 UG 253 Uganda 2.588540e+06 \n", - "229 230 TZ 257 Tanzania 6.667034e+06 \n", - "240 241 ZM 270 Zambia 6.109787e+06 \n", - "241 242 ZW 271 Zimbabwe 3.219273e+06 \n", - "\n", - " Shape_Area ISO3 UN_m49 Region incomeG \\\n", - "4 1.844887e+06 SDN 736 Sub-Saharan Africa Lower middle income \n", - "6 1.246754e+06 AGO 24 Sub-Saharan Africa Upper middle income \n", - "24 1.155980e+05 BEN 204 Sub-Saharan Africa Low income \n", - "29 5.782561e+05 BWA 72 Sub-Saharan Africa Upper middle income \n", - "36 2.732802e+05 BFA 854 Sub-Saharan Africa Low income \n", - "37 2.685715e+04 BDI 108 Sub-Saharan Africa Low income \n", - "39 4.655469e+05 CMR 120 Sub-Saharan Africa Lower middle income \n", - "41 4.056343e+03 CPV 132 Sub-Saharan Africa Lower middle income \n", - "43 6.195909e+05 CAF 140 Sub-Saharan Africa Low income \n", - "44 1.264759e+06 TCD 148 Sub-Saharan Africa Low income \n", - "51 1.671322e+03 COM 174 Sub-Saharan Africa Low income \n", - "52 3.406441e+05 COG 178 Sub-Saharan Africa Lower middle income \n", - "58 3.219939e+05 CIV 384 Sub-Saharan Africa Lower middle income \n", - "60 2.329413e+06 COD 180 Sub-Saharan Africa Low income \n", - "66 6.329995e+05 SSD 728 Sub-Saharan Africa Low income \n", - "69 1.204126e+05 ERI 232 Sub-Saharan Africa Low income \n", - "71 1.129314e+06 ETH 231 Sub-Saharan Africa Low income \n", - "78 2.647154e+05 GAB 266 Sub-Saharan Africa Upper middle income \n", - "79 1.067571e+04 GMB 270 Sub-Saharan Africa Low income \n", - "83 2.389994e+05 GHA 288 Sub-Saharan Africa Lower middle income \n", - "93 3.404581e+04 GNB 624 Sub-Saharan Africa Low income \n", - "94 2.447942e+05 GIN 324 Sub-Saharan Africa Low income \n", - "118 5.827039e+05 KEN 404 Sub-Saharan Africa Low income \n", - "126 3.045342e+04 LSO 426 Sub-Saharan Africa Lower middle income \n", - "127 9.592841e+04 LBR 430 Sub-Saharan Africa Low income \n", - "133 5.915788e+05 MDG 450 Sub-Saharan Africa Low income \n", - "135 1.187158e+05 MWI 454 Sub-Saharan Africa Low income \n", - "138 1.251408e+06 MLI 466 Sub-Saharan Africa Low income \n", - "141 1.038551e+06 MRT 478 Sub-Saharan Africa Lower middle income \n", - "142 2.016058e+03 MUS 480 Sub-Saharan Africa Upper middle income \n", - "151 7.867500e+05 MOZ 508 Sub-Saharan Africa Low income \n", - "153 8.245216e+05 NAM 516 Sub-Saharan Africa Upper middle income \n", - "161 1.182527e+06 NER 562 Sub-Saharan Africa Low income \n", - "162 9.103541e+05 NGA 566 Sub-Saharan Africa Lower middle income \n", - "184 2.538848e+04 RWA 646 Sub-Saharan Africa Low income \n", - "192 1.008590e+03 STP 678 Sub-Saharan Africa Lower middle income \n", - "194 1.970757e+05 SEN 686 Sub-Saharan Africa Lower middle income \n", - "195 4.700607e+02 SYC 690 Sub-Saharan Africa Upper middle income \n", - "196 7.227200e+04 SLE 694 Sub-Saharan Africa Low income \n", - "201 6.330450e+05 SOM 706 Sub-Saharan Africa Low income \n", - "202 1.220479e+06 ZAF 710 Sub-Saharan Africa Upper middle income \n", - "208 1.728953e+04 SWZ 748 Sub-Saharan Africa Lower middle income \n", - "216 5.681006e+04 TGO 768 Sub-Saharan Africa Low income \n", - "225 2.414952e+05 UGA 800 Sub-Saharan Africa Low income \n", - "229 9.404918e+05 TZA 834 Sub-Saharan Africa Low income \n", - "240 7.510661e+05 ZMB 894 Sub-Saharan Africa Lower middle income \n", - "241 3.906484e+05 ZWE 716 Sub-Saharan Africa Low income \n", - "\n", - " lendingC FID_100 geometry \n", - "4 IDA 400 MULTIPOLYGON (((4282246.284 2048756.881, 42821... \n", - "6 Blend 600 MULTIPOLYGON (((1310361.144 -1897234.549, 1310... \n", - "24 IDA 2400 POLYGON ((316053.073 1392001.912, 316482.462 1... \n", - "29 IBRD 2900 POLYGON ((2812242.525 -2013145.254, 2812863.83... \n", - "36 IDA 3600 POLYGON ((-50724.952 1698516.119, -49209.894 1... \n", - "37 IDA 3700 POLYGON ((3387552.350 -259257.290, 3388263.005... \n", - "39 IDA 3900 MULTIPOLYGON (((1072528.923 401904.202, 107231... \n", - "41 Blend 4100 MULTIPOLYGON (((-2749534.392 1677117.552, -274... \n", - "43 IDA 4300 POLYGON ((2546490.141 1224324.736, 2546280.824... \n", - "44 IDA 4400 POLYGON ((2671667.779 2213892.183, 2671667.779... \n", - "51 IDA 5100 MULTIPOLYGON (((4866387.611 -1391995.471, 4866... \n", - "52 IDA 5200 POLYGON ((1959926.577 405615.223, 1965154.140 ... \n", - "58 IDA 5800 MULTIPOLYGON (((-677944.388 556326.354, -67782... \n", - "60 IDA 6000 MULTIPOLYGON (((1383837.723 -670287.267, 13839... \n", - "66 IDA 6600 POLYGON ((3676119.973 1371522.272, 3702025.332... \n", - "69 IDA 6900 MULTIPOLYGON (((4803081.190 1427058.353, 48025... \n", - "71 IDA 7100 POLYGON ((4224428.071 1670664.678, 4225042.015... \n", - "78 IBRD 7800 MULTIPOLYGON (((983122.972 -102719.596, 983851... \n", - "79 IDA 7900 POLYGON ((-1670535.608 1551878.078, -1669055.3... \n", - "83 IDA 8300 POLYGON ((-15808.481 1247871.286, -16399.587 1... \n", - "93 IDA 9300 MULTIPOLYGON (((-1692511.782 1217443.737, -169... \n", - "94 IDA 9400 MULTIPOLYGON (((-1482791.933 1022678.129, -148... \n", - "118 IDA 11800 MULTIPOLYGON (((4386302.773 -518730.520, 43867... \n", - "126 IDA 12600 POLYGON ((3193773.587 -3323546.855, 3194847.12... \n", - "127 IDA 12700 POLYGON ((-1085765.785 954902.722, -1084901.94... \n", - "133 IDA 13300 MULTIPOLYGON (((4923411.332 -2903072.274, 4922... \n", - "135 IDA 13500 MULTIPOLYGON (((3870444.758 -1356427.209, 3865... \n", - "138 IDA 13800 POLYGON ((-538044.168 2875448.367, -537866.478... \n", - "141 IDA 14100 MULTIPOLYGON (((-1836933.390 2231040.346, -183... \n", - "142 IBRD 14200 MULTIPOLYGON (((6383119.919 -2323499.034, 6382... \n", - "151 IDA 15100 MULTIPOLYGON (((3673024.679 -2995400.419, 3672... \n", - "153 IBRD 15300 MULTIPOLYGON (((1696574.304 -3138113.505, 1696... \n", - "161 IDA 16100 POLYGON ((1349398.170 2691318.848, 1352867.998... \n", - "162 IDA 16200 MULTIPOLYGON (((639741.088 500501.594, 639611.... \n", - "184 IDA 18400 POLYGON ((3392296.184 -117717.111, 3391943.325... \n", - "192 IDA 19200 MULTIPOLYGON (((726526.788 -1336.940, 726116.3... \n", - "194 IDA 19400 MULTIPOLYGON (((-1854307.951 1532492.107, -185... \n", - "195 IBRD 19500 MULTIPOLYGON (((5695060.119 -1140749.349, 5695... \n", - "196 IDA 19600 MULTIPOLYGON (((-1279804.486 773261.369, -1280... \n", - "201 IDA 20100 MULTIPOLYGON (((4667259.385 -129353.429, 46668... \n", - "202 IBRD 20200 MULTIPOLYGON (((4199417.211 -5913972.826, 4201... \n", - "208 IBRD 20800 POLYGON ((3560234.426 -2993143.342, 3560800.86... \n", - "216 IDA 21600 POLYGON ((0.000 1244585.739, 3921.786 1243712.... \n", - "225 IDA 22500 POLYGON ((3794950.489 432114.557, 3795008.345 ... \n", - "229 IDA 22900 MULTIPOLYGON (((4500411.791 -1161907.620, 4499... \n", - "240 IDA 24000 POLYGON ((3427397.991 -922657.938, 3428349.126... \n", - "241 Blend 24100 POLYGON ((3328811.400 -1761038.740, 3329414.57... " - ] - }, - "execution_count": 2, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Define input data\n", - "in_admin = \"/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp\"\n", - "inA = gpd.read_file(in_admin)\n", - "ssa = inA.loc[inA[\"Region\"] == \"Sub-Saharan Africa\"]\n", - "ssa" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
id value
EG.GDP.PUSE.KO.PP GDP per unit of energy use (PPP $ per kg of oil equivalent)
EG.GDP.PUSE.KO.PP.KDGDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
EG.USE.COMM.GD.PP.KDEnergy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
NY.GDP.DEFL.KD.ZG Inflation, GDP deflator (annual %)
NY.GDP.DEFL.KD.ZG.ADInflation, GDP deflator: linked series (annual %)
NY.GDP.DEFL.ZS GDP deflator (base year varies by country)
NY.GDP.DEFL.ZS.AD GDP deflator: linked series (base year varies by country)
NY.GDP.DISC.CN Discrepancy in expenditure estimate of GDP (current LCU)
NY.GDP.DISC.KN Discrepancy in expenditure estimate of GDP (constant LCU)
NY.GDP.MKTP.CD GDP (current US$)
NY.GDP.MKTP.CN GDP (current LCU)
NY.GDP.MKTP.CN.AD GDP: linked series (current LCU)
NY.GDP.MKTP.KD GDP (constant 2015 US$)
NY.GDP.MKTP.KD.ZG GDP growth (annual %)
NY.GDP.MKTP.KN GDP (constant LCU)
NY.GDP.MKTP.PP.CD GDP, PPP (current international $)
NY.GDP.MKTP.PP.KD GDP, PPP (constant 2017 international $)
NY.GDP.PCAP.CD GDP per capita (current US$)
NY.GDP.PCAP.CN GDP per capita (current LCU)
NY.GDP.PCAP.KD GDP per capita (constant 2015 US$)
NY.GDP.PCAP.KD.ZG GDP per capita growth (annual %)
NY.GDP.PCAP.KN GDP per capita (constant LCU)
NY.GDP.PCAP.PP.CD GDP per capita, PPP (current international $)
NY.GDP.PCAP.PP.KD GDP per capita, PPP (constant 2017 international $)
PA.NUS.PPP PPP conversion factor, GDP (LCU per international $)
PA.NUS.PPPC.RF Price level ratio of PPP conversion factor (GDP) to market exchange rate
SL.GDP.PCAP.EM.KD GDP per person employed (constant 2017 PPP $)
27 elements
" - ], - "text/plain": [ - "id value\n", - "-------------------- -------------------------------------------------------------------------\n", - "EG.GDP.PUSE.KO.PP GDP per unit of energy use (PPP $ per kg of oil equivalent)\n", - "EG.GDP.PUSE.KO.PP.KD GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)\n", - "EG.USE.COMM.GD.PP.KD Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)\n", - "NY.GDP.DEFL.KD.ZG Inflation, GDP deflator (annual %)\n", - "NY.GDP.DEFL.KD.ZG.AD Inflation, GDP deflator: linked series (annual %)\n", - "NY.GDP.DEFL.ZS GDP deflator (base year varies by country)\n", - "NY.GDP.DEFL.ZS.AD GDP deflator: linked series (base year varies by country)\n", - "NY.GDP.DISC.CN Discrepancy in expenditure estimate of GDP (current LCU)\n", - "NY.GDP.DISC.KN Discrepancy in expenditure estimate of GDP (constant LCU)\n", - "NY.GDP.MKTP.CD GDP (current US$)\n", - "NY.GDP.MKTP.CN GDP (current LCU)\n", - "NY.GDP.MKTP.CN.AD GDP: linked series (current LCU)\n", - "NY.GDP.MKTP.KD GDP (constant 2015 US$)\n", - "NY.GDP.MKTP.KD.ZG GDP growth (annual %)\n", - "NY.GDP.MKTP.KN GDP (constant LCU)\n", - "NY.GDP.MKTP.PP.CD GDP, PPP (current international $)\n", - "NY.GDP.MKTP.PP.KD GDP, PPP (constant 2017 international $)\n", - "NY.GDP.PCAP.CD GDP per capita (current US$)\n", - "NY.GDP.PCAP.CN GDP per capita (current LCU)\n", - "NY.GDP.PCAP.KD GDP per capita (constant 2015 US$)\n", - "NY.GDP.PCAP.KD.ZG GDP per capita growth (annual %)\n", - "NY.GDP.PCAP.KN GDP per capita (constant LCU)\n", - "NY.GDP.PCAP.PP.CD GDP per capita, PPP (current international $)\n", - "NY.GDP.PCAP.PP.KD GDP per capita, PPP (constant 2017 international $)\n", - "PA.NUS.PPP PPP conversion factor, GDP (LCU per international $)\n", - "PA.NUS.PPPC.RF Price level ratio of PPP conversion factor (GDP) to market exchange rate\n", - "SL.GDP.PCAP.EM.KD GDP per person employed (constant 2017 PPP $)\n", - " 27 elements" - ] - }, - "execution_count": 3, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Identify indicators related to GDP\n", - "wb.series.info(q=\"gdp\")" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "\n", - "
id value
AG.LND.EL5M.UR.K2Urban land area where elevation is below 5 meters (sq. km)
AG.LND.EL5M.UR.ZSUrban land area where elevation is below 5 meters (% of total land area)
AG.LND.TOTL.UR.K2Urban land area (sq. km)
EG.CFT.ACCS.UR.ZSAccess to clean fuels and technologies for cooking, urban (% of urban population)
EG.ELC.ACCS.UR.ZSAccess to electricity, urban (% of urban population)
EN.POP.EL5M.UR.ZSUrban population living in areas where elevation is below 5 meters (% of total population)
EN.URB.MCTY Population in urban agglomerations of more than 1 million
EN.URB.MCTY.TL.ZSPopulation in urban agglomerations of more than 1 million (% of total population)
SH.H2O.BASW.UR.ZSPeople using at least basic drinking water services, urban (% of urban population)
SH.H2O.SMDW.UR.ZSPeople using safely managed drinking water services, urban (% of urban population)
SH.STA.BASS.UR.ZSPeople using at least basic sanitation services, urban (% of urban population)
SH.STA.HYGN.UR.ZSPeople with basic handwashing facilities including soap and water, urban (% of urban population)
SH.STA.ODFC.UR.ZSPeople practicing open defecation, urban (% of urban population)
SH.STA.SMSS.UR.ZSPeople using safely managed sanitation services, urban (% of urban population)
SP.REG.BRTH.UR.ZSCompleteness of birth registration, urban (%)
SP.URB.GROW Urban population growth (annual %)
SP.URB.TOTL Urban population
SP.URB.TOTL.IN.ZSUrban population (% of total population)
18 elements
" - ], - "text/plain": [ - "id value\n", - "----------------- ------------------------------------------------------------------------------------------------\n", - "AG.LND.EL5M.UR.K2 Urban land area where elevation is below 5 meters (sq. km)\n", - "AG.LND.EL5M.UR.ZS Urban land area where elevation is below 5 meters (% of total land area)\n", - "AG.LND.TOTL.UR.K2 Urban land area (sq. km)\n", - "EG.CFT.ACCS.UR.ZS Access to clean fuels and technologies for cooking, urban (% of urban population)\n", - "EG.ELC.ACCS.UR.ZS Access to electricity, urban (% of urban population)\n", - "EN.POP.EL5M.UR.ZS Urban population living in areas where elevation is below 5 meters (% of total population)\n", - "EN.URB.MCTY Population in urban agglomerations of more than 1 million\n", - "EN.URB.MCTY.TL.ZS Population in urban agglomerations of more than 1 million (% of total population)\n", - "SH.H2O.BASW.UR.ZS People using at least basic drinking water services, urban (% of urban population)\n", - "SH.H2O.SMDW.UR.ZS People using safely managed drinking water services, urban (% of urban population)\n", - "SH.STA.BASS.UR.ZS People using at least basic sanitation services, urban (% of urban population)\n", - "SH.STA.HYGN.UR.ZS People with basic handwashing facilities including soap and water, urban (% of urban population)\n", - "SH.STA.ODFC.UR.ZS People practicing open defecation, urban (% of urban population)\n", - "SH.STA.SMSS.UR.ZS People using safely managed sanitation services, urban (% of urban population)\n", - "SP.REG.BRTH.UR.ZS Completeness of birth registration, urban (%)\n", - "SP.URB.GROW Urban population growth (annual %)\n", - "SP.URB.TOTL Urban population\n", - "SP.URB.TOTL.IN.ZS Urban population (% of total population)\n", - " 18 elements" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "wb.series.info(q=\"urban\")" - ] - }, - { - "cell_type": "code", - "execution_count": 17, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
economyNY.GDP.MKTP.CDSP.URB.TOTLSP.URB.TOTL.IN.ZS
39SYC1.454458e+0957542.057.972
\n", - "
" - ], - "text/plain": [ - " economy NY.GDP.MKTP.CD SP.URB.TOTL SP.URB.TOTL.IN.ZS\n", - "39 SYC 1.454458e+09 57542.0 57.972" - ] - }, - "execution_count": 17, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# These are the datasets we are interested in extracting\n", - "selected_indicators = [\"NY.GDP.MKTP.CD\", \"SP.URB.TOTL\", \"SP.URB.TOTL.IN.ZS\"]\n", - "urb_data = wb.data.DataFrame(selected_indicators, economy=ssa[\"ISO3\"].values, mrnev=1)\n", - "urb_data = urb_data.reset_index() # .drop(['index'], axis=1)\n", - "urb_data.loc[urb_data[\"economy\"] == \"SYC\"]" - ] - }, - { - "cell_type": "code", - "execution_count": 18, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "NY.GDP.MKTP.CD: GDP (current US$)\n", - "SP.URB.TOTL: Urban population\n", - "SP.URB.TOTL.IN.ZS: Urban population (% of total population)\n" - ] - } - ], - "source": [ - "for ind in selected_indicators:\n", - " print(f'{ind}: {wb.series.info(ind).items[0][\"value\"]}')" - ] - }, - { - "cell_type": "code", - "execution_count": 19, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "urb_data.columns = [\"ISO3\", \"GDP\", \"UrubPop\", \"UrbPercent\"]\n", - "urb_data.to_csv(\"SSA_countries_GDP_Urbanization.csv\")" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
economyNY.GDP.MKTP.CDSP.URB.TOTLSP.URB.TOTL.IN.ZS
39SYC1.454458e+0957542.057.972
\n", - "
" - ], - "text/plain": [ - " economy NY.GDP.MKTP.CD SP.URB.TOTL SP.URB.TOTL.IN.ZS\n", - "39 SYC 1.454458e+09 57542.0 57.972" - ] - }, - "execution_count": 12, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "urb_data.loc[urb_data[\"economy\"] == \"SYC\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "wb.data.DataFrame?" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Create geospatial data" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pp_folder = \"/home/wb411133/data/Projects/MR_Novel_Urbanization/Mapping/URBAN_SUMMARIES\"\n", - "excel_files = [x for x in os.listdir(pp_folder) if x.endswith(\"xlsx\")]\n", - "for excel_file in excel_files:\n", - " curD = pd.read_excel(os.path.join(pp_folder, excel_file))\n", - " cols = list(curD.columns)\n", - " cols[0] = \"ISO3\"\n", - " cols[1] = \"country\"\n", - " cols[2] = \"Urban_Type\"\n", - " curD.columns = cols\n", - " curD[\"ISO3\"] = curD[\"ISO3\"].apply(lambda x: x.upper())\n", - " curG = pd.merge(ssa, curD, on=\"ISO3\")\n", - " curG = pd.merge(curG, urb_data, on=\"ISO3\")\n", - " curG = gpd.GeoDataFrame(curG, geometry=\"geometry\", crs=4326)\n", - " curG.to_file(\n", - " os.path.join(pp_folder, excel_file.replace(\".xlsx\", \".geojson\")),\n", - " driver=\"GeoJSON\",\n", - " )\n", - " # Create point file as well\n", - " curG[\"geometry\"] = curG[\"geometry\"].apply(lambda x: x.centroid)\n", - " curG.to_file(\n", - " os.path.join(pp_folder, excel_file.replace(\".xlsx\", \"_CENTROID.geojson\")),\n", - " driver=\"GeoJSON\",\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pd.DataFrame(curG).drop([\"geometry\"], axis=1).to_csv(\n", - " os.path.join(pp_folder, excel_file.replace(\".xlsx\", \"_joined.csv\"))\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "curD.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.9.7" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/novelUrbanization.py b/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/novelUrbanization.py deleted file mode 100644 index 9b30123..0000000 --- a/docs/notebooks/Implementations/URB_SEAU1_NovelUrbanization/novelUrbanization.py +++ /dev/null @@ -1,702 +0,0 @@ -import sys -import os -import importlib -import multiprocessing -import rasterio -import rasterio.warp - -import pandas as pd -import geopandas as gpd -import numpy as np - - -# Import raster helpers -import GOSTRocks.rasterMisc as rMisc -from GOSTRocks.misc import tPrint - -# Import GOST urban functions -sys.path.append("../../../src") -import GOST_Urban.urban_helper as helper - -importlib.reload(helper) -importlib.reload(rMisc) - - -class urban_data(object): - def __init__(self, iso3, base_folder, aapc_folder): - """Summarize completed urbanization layers; combine into single output""" - self.iso3 = iso3 - self.in_folder = base_folder - self.aapc_folder = aapc_folder - self.dou_urban_files, self.db_urban_files = self.get_urban_layers() - - def get_urban_layers(self): - """get a list of all urban deleniations - - INPUT - aapc_folder [string] - folder containing dartboard deleniations - - RETURNS - [list of strings] - """ - db_urban_files = [] - for root, dirs, files in os.walk(self.in_folder): - for f in files: - if "urban" in f and f.endswith("tif"): - db_urban_files.append(os.path.join(root, f)) - - dou_urban_files = [] - for root, dirs, files in os.walk(self.aapc_folder): - for f in files: - if self.iso3.lower() in f and f.endswith("tif"): - if f[-6:-4] in ["co", "cc", "ur"]: - dou_urban_files.append(os.path.join(root, f)) - db_urban_files.sort() - dou_urban_files.sort() - return [db_urban_files, dou_urban_files] - - def jaccard_index( - self, - pop_type="gpo", - res="", - dou_urb="_urban.tif", - dou_hd="_hd.tif", - db_urb="_ur.tif", - db_hd="_co.tif", - ): - """Calculate the Jaccard index comparing urban and then hd urban layers - https://www.statisticshowto.com/jaccard-index/ - """ - if pop_type.__class__ == str: - sel_rasters = self.get_rasters(pop_type, pop_type, res) - else: - sel_rasters = self.get_rasters(pop_type[0], pop_type[1], res) - for f in sel_rasters: - if f.endswith(dou_urb): - dou_urb_file = f - if f.endswith(dou_hd): - dou_hd_file = f - if f.endswith(db_urb): - db_urb_file = f - if f.endswith(db_hd): - db_hd_file = f - - # open all data files - dou_urb_r = rasterio.open(dou_urb_file) - dou_urb_d = dou_urb_r.read() - dou_hd_r = rasterio.open(dou_hd_file) - dou_hd_d = dou_hd_r.read() - db_urb_r = rasterio.open(db_urb_file) - db_urb_d = db_urb_r.read() - db_urb_d = (db_urb_d > 0) * 1 - db_hd_r = rasterio.open(db_hd_file) - db_hd_d = db_hd_r.read() - db_hd_d = (db_hd_d > 0) * 1 - - def calculate_jaccard(inD1, inD2): - # Calculate urban jaccard - jaccardD = inD1 + inD2 - xx = np.unique(jaccardD, return_counts=True) - outDict = {} - for itemIdx in range(0, len(xx[0])): - outDict[xx[0][itemIdx]] = xx[1][itemIdx] - jIdx = outDict[2] / float(outDict[2] + outDict[1]) - return jIdx - - urb_jaccard = calculate_jaccard(dou_urb_d, db_urb_d) - hd_jaccard = calculate_jaccard(dou_hd_d, db_hd_d) - return {"urb_jaccard": urb_jaccard, "hd_jaccard": hd_jaccard} - - def get_rasters(self, pop_type_dou="gpo", pop_type_db="gpo", res=""): - """filter rasters based on pop_type and resolution""" - sel_rasters = [] - for f in self.dou_urban_files: - if pop_type_dou in f: - if res == "": - if "1k" not in f: - sel_rasters.append(f) - elif res in f: - sel_rasters.append(f) - - for f in self.db_urban_files: - if pop_type_db in f: - if res == "": - if "1k" not in f: - sel_rasters.append(f) - elif res in f: - sel_rasters.append(f) - return sel_rasters - - def generate_combo_layer(self, pop_type="gpo", res="", debug=False): - """open urban rasters and combine into a single dataset - - INPUT - pop_type [string or tuple of strings] - """ - if pop_type.__class__ == str: - sel_rasters = self.get_rasters(pop_type, pop_type, res) - else: - sel_rasters = self.get_rasters(pop_type[0], pop_type[1], res) - - if debug: - for p in sel_rasters: - print(p) - - if len(sel_rasters) > 0: - # Open all the ratser files and covert to pixel-level summary numbers - idx = 0 - for cur_raster in sel_rasters: - curR = rasterio.open(cur_raster) - curD = curR.read() - sumD = (curD > 0).astype(int) - binD = (curD > 0).astype(int) * (10**idx) - - if idx == 0: - sumFinal = sumD - binFinal = binD - else: - sumFinal = sumFinal + sumD - binFinal = binFinal + binD - idx += 1 - pro = curR.profile - pro.update(dtype="int32") - res = {"sumD": sumFinal, "profile": pro, "binD": binFinal} - return res - else: - return None - - def write_results(self, res, out_folder, reclass_bin=True, dbhd="co"): - """Write the results from the function generate_combo_layer to file - - INPUT - res [dictionary] - results from function generate_combo_layer - out_folder [string] - path to directory to create output tif files - [optional] reclass_bin [boolean: default True] - reclassify the binary map product into - 4 classes: agree urban, agree rural, disagree on urban class, disagree on rurality - """ - out_sum_file = os.path.join(out_folder, f"{self.iso3}_urban_sum_{dbhd}.tif") - out_bin_file = os.path.join(out_folder, f"{self.iso3}_urban_binary_{dbhd}.tif") - - if reclass_bin: - # DB UR, DB CO, DB CC, DOU HD, DOU UR - convert_dict_dbcc = { - 0: 0, - 1: 1, # Disagree rural DOU is urban - 10: 1, - 11: 1, - 10000: 2, # Disagree rural DB is urban - 10001: 3, # Agree urban - 10010: 4, # Disagree class - 10011: 4, - 10100: 1, - 10101: 5, - 10110: 6, # Agree High density urban - 10111: 6, - 11100: 2, - 11101: 5, - 11110: 6, - 11111: 6, - } - convert_dict_dbco = { - 0: 0, - 1: 1, - 10: 1, - 11: 1, - 10000: 2, - 10001: 3, - 10010: 4, - 10011: 4, - 10100: 1, - 10101: 3, - 10110: 4, - 10111: 4, - 11100: 2, - 11101: 5, - 11110: 6, - 11111: 6, - } - if dbhd == "co": - sel_dict = convert_dict_dbco - else: - sel_dict = convert_dict_dbcc - res["binD"] = np.vectorize(sel_dict.get)(res["binD"]) - if not os.path.exists(out_folder): - os.makedirs(out_folder) - with rasterio.open(out_sum_file, "w", **res["profile"]) as outSum: - outSum.write(res["sumD"]) - with rasterio.open(out_bin_file, "w", **res["profile"]) as outBin: - outBin.write(res["binD"]) - - -def calculate_urban( - iso3, - inG, - inG2, - pop_files, - ea_file, - output_folder, - km=True, - small=True, - include_ghsl_h20=True, - evaluate=False, -): - global_landcover = "/home/public/Data/GLOBAL/LANDCOVER/GLOBCOVER/2015/ESACCI-LC-L4-LCCS-Map-300m-P1Y-2015-v2.0.7.tif" - global_ghspop = "/home/public/Data/GLOBAL/Population/GHS/250/GHS_POP_E2015_GLOBE_R2019A_54009_250_V1_0.tif" - global_ghspop_1k = "/home/public/Data/GLOBAL/Population/GHS/GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0.tif" - global_ghbuilt = "/home/public/Data/GLOBAL/URBAN/GHS/GHS_1K_BUILT/GHS_BUILT_LDS2014_GLOBE_R2018A_54009_1K_V1_0.tif" - global_dem_1k = "/home/public/Data/GLOBAL/ELEV/noaa_1km.tif" - ghs_smod = "/home/public/Data/GLOBAL/URBAN/GHS/GHS_SMOD/GHS_SMOD_E2020_GLOBE_R2022A_54009_1000_V1_0.tif" - ghsl_vrt = "/home/public/Data/GLOBAL/GHSL/ghsl.vrt" - - admin2_250_stats = os.path.join( - output_folder, f"{iso3}_URBAN_ADMIN2_STATS_COMPILED.csv" - ) - commune_250_stats = os.path.join( - output_folder, f"{iso3}_URBAN_COMMUNE_STATS_COMPILED.csv" - ) - admin2_1k_stats = os.path.join( - output_folder, f"{iso3}_URBAN_ADMIN2_STATS_COMPILED_1k.csv" - ) - commune_1k_stats = os.path.join( - output_folder, f"{iso3}_URBAN_COMMUNE_STATS_COMPILED_1k.csv" - ) - - inD = inG.loc[inG["ISO3"] == iso3] - inD["geometry"] = inD["geometry"].apply(lambda x: x.buffer(500)) - inD = inD.to_crs("epsg:4326") - - inD2 = inG2.loc[inG2["ISO3"] == iso3] - inD2 = inD2.to_crs("epsg:4326") - - ### Process 1km data - if km: - xx = helper.urban_country( - iso3, - output_folder, - inD, - pop_files, - final_folder="FINAL_STANDARD_1KM", - ghspop_suffix="1k", - ) - adm2_res = os.path.join(xx.final_folder, "URBAN_ADMIN2_STATS_COMPILED.csv") - ea_res = os.path.join(xx.final_folder, "URBAN_COMMUNE_STATS_COMPILED.csv") - tPrint(f"{iso3} ***1k Extracting Global Layers") - xx.extract_layers( - global_landcover, - global_ghspop, - global_ghspop_1k, - global_ghbuilt, - ghsl_vrt, - ghs_smod, - ) - tPrint(f"{iso3} ***1k Downloading and processing elevation") - xx.process_dem(global_dem=global_dem_1k) - tPrint(f"{iso3} ***1k Standardizing rasters") - xx.standardize_rasters(include_ghsl_h20) - tPrint(f"{iso3} ***1k Calculating Urban") - xx.calculate_urban() - tPrint(f"{iso3} ***1k Calculating Zonal admin2") - if not os.path.exists(admin2_1k_stats): - zonal_adm2 = xx.pop_zonal_admin(inD2) - zonal_adm2.to_csv(admin2_1k_stats) - tPrint(f"{iso3} ***1k Calculating Zonal communes") - if os.path.exists(ea_file): - inEA = gpd.read_file(ea_file) - zonal_ea = xx.pop_zonal_admin(inEA) - zonal_ea.to_csv(commune_1k_stats) - if evaluate: - tPrint(f"{iso3} ***1k Evaluating Data") - xx.evaluateOutput(admin2_1k_stats, commune_1k_stats) - - ### Process 250m data - if small: - xx = helper.urban_country(iso3, output_folder, inD, pop_files) - tPrint(f"{iso3} ***** Extracting Global Layers %s" % iso3) - xx.extract_layers( - global_landcover, - global_ghspop, - global_ghspop_1k, - global_ghbuilt, - ghsl_vrt, - ghs_smod, - ) - tPrint(f"{iso3} ***** Downloading and processing elevation %s" % iso3) - xx.process_dem(global_dem=global_dem_1k) - tPrint(f"{iso3} ***** Standardizing rasters") - xx.standardize_rasters(include_ghsl_h20) - tPrint(f"{iso3} ***** Calculating Urban") - xx.calculate_urban() - tPrint(f"{iso3} ***** Calculating Zonal admin2") - if not os.path.exists(admin2_250_stats): - zonal_adm2 = xx.pop_zonal_admin(inD2) - zonal_adm2.to_csv(admin2_250_stats) - tPrint(f"{iso3} ***** Calculating Zonal communes") - if os.path.exists(ea_file): - inEA = gpd.read_file(ea_file) - zonal_ea = xx.pop_zonal_admin(inEA) - zonal_ea.to_csv(commune_250_stats) - if evaluate: - tPrint(f"{iso3} ***** Evaluating Data") - xx.evaluateOutput(admin2_250_stats, commune_250_stats) - - -def calc_pp_urban(in_folder, default_pop_file, admin_layer, output_folder, iso3=""): - """Summarize urbanization from Pierre-Philippe's Dartboard methodology - - INPUT - input_folder [string path] - location of dartboard urbanization - default_pop_file [string path] - default pop filename to use for urban population calculations - admin_layer [string path] - zones used to summarize population - RETURN - [geopandas dataframe] - contains total population and urban population for each shape - """ - urban_layers = [ - os.path.join(in_folder, x) for x in os.listdir(in_folder) if x[-4:] == ".tif" - ] - if iso3 != "": - urban_layers = [x for x in urban_layers if iso3.lower() in x] - - cur_layer = urban_layers[0] - inD = gpd.read_file(admin_layer) - default_pop_1k = default_pop_file.replace( - default_pop_file[:3], "%s1k" % default_pop_file[:3] - ) - for cur_layer in urban_layers: - # tPrint(cur_layer) - # Open and read in urban data - urban_r = rasterio.open(cur_layer) - urban_data = urban_r.read() - urban_data = (urban_data > 0).astype(urban_r.meta["dtype"]) - # Extract population data - urban_layer = os.path.basename(cur_layer) - default_pop = default_pop_file - - if "1k" in urban_layer: - default_pop = default_pop_1k - pop_layer = os.path.basename(cur_layer)[:11] - pop_folder = os.path.join(output_folder, "FINAL_STANDARD_1KM") - else: - pop_layer = os.path.basename(cur_layer)[:9] - pop_folder = os.path.join(output_folder, "FINAL_STANDARD") - pop_file = os.path.join(pop_folder, "%s.tif" % pop_layer) - - if not os.path.exists(pop_file): - if "1k" in urban_layer: - default_pop = default_pop_1k - pop_layer = os.path.basename(cur_layer)[:9] - pop_folder = os.path.join(output_folder, "FINAL_STANDARD_1KM") - else: - pop_layer = os.path.basename(cur_layer)[:7] - pop_folder = os.path.join(output_folder, "FINAL_STANDARD") - pop_file = os.path.join(pop_folder, "%s.tif" % pop_layer) - - pop_r = rasterio.open(pop_file) - pop_data = pop_r.read() - pop_data = pop_data * urban_data - meta = urban_r.meta.copy() - meta.update(dtype=pop_data.dtype) - - # Calculate total population - total_pop_field = os.path.basename(pop_file).replace(".tif", "") - if total_pop_field not in inD.columns: - res = rMisc.zonalStats(inD, pop_r, reProj=True, minVal=0) - res = pd.DataFrame(res, columns=["SUM", "MIN", "MAX", "MEAN"]) - inD[total_pop_field] = res["SUM"] - - # Calculate urban population - with rMisc.create_rasterio_inmemory(meta, pop_data) as pop_r: - res = rMisc.zonalStats(inD, pop_r, reProj=True, minVal=0) - res = pd.DataFrame(res, columns=["SUM", "MIN", "MAX", "MEAN"]) - - inD[os.path.basename(cur_layer).replace(".tif", "")] = res["SUM"] - return inD - - -def check_no_data(in_folder): - """loop through all the tif files in the FINAL folders and calculate the number of no-data cells""" - for root, dirs, files in os.walk(in_folder): - if "FINAL" in root: - for f in files: - if ("NO_DATA" not in f) and ("urban" not in f): - if f[-4:] == ".tif": - cur_file = os.path.join(root, f) - curR = rasterio.open(cur_file) - curD = curR.read() - print(f'{f}: {(curD == curR.meta["nodata"]).sum()}') - - -def pp_point_urban_summaries(inD, urban_tiffs, out_file): - """summarize urbanization for point locations (inD) for each urban definition file (urban_tiffs)""" - for pFile in urban_tiffs: - if pFile.endswith(".tif"): - try: - rFile = rasterio.open(pFile) - if inD.crs != rFile.crs: - inD = inD.to_crs(rFile.crs) - geoms = [ - (row["geometry"].x, row["geometry"].y) - for idx, row in inD.iterrows() - ] - urb_res = rFile.sample(geoms) - inD[os.path.basename(pFile).replace(".tif", "")] = [ - x[0] for x in list(urb_res) - ] - except: - pass - pd.DataFrame(inD.drop(["geometry"], axis=1)).to_csv(out_file) - - -def point_urban_summaries(inD, pop_tiffs, out_file): - """summarize urbanization for point locations (inD) for each population file (pop_tiffs)""" - for pFile in pop_tiffs: - urb_file = pFile.replace(".tif", "_urban.tif") - hd_file = pFile.replace(".tif", "_urban_hd.tif") - # For each population file there is an urban file and a HD urban file - for curFile in [urb_file, hd_file]: - try: - inUrb = rasterio.open(curFile) - if inD.crs != inUrb.crs: - inD = inD.to_crs(inUrb.crs) - geoms = [ - (row["geometry"].x, row["geometry"].y) - for idx, row in inD.iterrows() - ] - urb_res = inUrb.sample(geoms) - inD[os.path.basename(curFile).replace(".tif", "")] = [ - x[0] for x in list(urb_res) - ] - except: - pass - pd.DataFrame(inD.drop(["geometry"], axis=1)).to_csv(out_file) - - -def run_country(iso3): - local_path = "/home/public/Data/COUNTRY/{country}/POPULATION/WORLDPOP/".format( - country=iso3 - ) - - -def run_zonal(iso3, output_folder, inG, pop_files, ea_file, pt_file): - """Summarize zonal statistics for urbanization numbers against polygons and points for both WB and PP urban calculations""" - tPrint(f"Starting zonal calculations {iso3}") - pp_deleniations_folder = ( - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/AAPPC/Delineations" - ) - - inD = inG.loc[inG["ISO3"] == iso3].copy() - inD["geometry"] = inD["geometry"].apply(lambda x: x.buffer(500)) - inD = inD.to_crs("epsg:4326") - - # Run zonal stats on WB stats using ea boundary - out_ea_zonal = os.path.join(output_folder, f"{iso3}_EA_WB_URBAN_1K.csv") - if os.path.exists(ea_file): # not os.path.exists(out_ea_zonal) & - xx = helper.urban_country( - iso3, - output_folder, - inD, - pop_files, - final_folder="FINAL_STANDARD_1KM", - ghspop_suffix="1k", - ) - zonal_ea = xx.pop_zonal_admin(gpd.read_file(ea_file)) - zonal_ea.to_csv(out_ea_zonal) - - out_ea_zonal = os.path.join(output_folder, f"{iso3}_EA_WB_URBAN_250.csv") - xx = helper.urban_country( - iso3, - output_folder, - inD, - pop_files, - final_folder="FINAL_STANDARD", - ghspop_suffix="", - ) - zonal_ea = xx.pop_zonal_admin(gpd.read_file(ea_file)) - zonal_ea.to_csv(out_ea_zonal) - - # Run zonal stats on pp urban using ea boundary - out_ea_pp_zonal = os.path.join(output_folder, f"{iso3}_EA_PP_URBAN_Updated.csv") - if os.path.exists(ea_file): # & not os.path.exists(out_ea_pp_zonal): - pp_zonal_ea = calc_pp_urban( - pp_deleniations_folder, pop_files[0][1], ea_file, output_folder, iso3 - ) - if "geometry" in pp_zonal_ea.columns: - pp_zonal_ea = pp_zonal_ea.drop(["geometry"], axis=1) - pp_zonal_ea.to_csv(out_ea_pp_zonal) - - wb_out_file = os.path.join(output_folder, f"{iso3}_HH_GPS_WB_URBAN.csv") - pp_out_file = os.path.join(output_folder, f"{iso3}_HH_GPS_PP_URBAN.csv") - print(pt_file) - if os.path.exists(pt_file): # and not os.path.exists(wb_out_file): - cur_pt = gpd.read_file(pt_file) - all_tiffs = [] - base_folder = os.path.join(output_folder, "FINAL_STANDARD") - base_folder_1km = os.path.join(output_folder, "FINAL_STANDARD_1KM") - for file_defs in pop_files: - pFile = file_defs[1] - all_tiffs.append(os.path.join(base_folder, pFile)) - all_tiffs.append( - os.path.join( - base_folder_1km, - pFile.replace(f"{iso3.lower()}", f"{iso3.lower()}1k"), - ) - ) - point_urban_summaries(cur_pt, all_tiffs, wb_out_file) - - if os.path.exists(pt_file): # and not os.path.exists(pp_out_file): - # Get list of urban tiffs from PP - urban_tiffs = [ - os.path.join(pp_deleniations_folder, x) - for x in os.listdir(pp_deleniations_folder) - if iso3.lower() in x - ] - pp_point_urban_summaries(cur_pt, urban_tiffs, pp_out_file) - tPrint(f"Completed zonal calculations {iso3}") - - -EA_DEFS = { # Define ea files per iso3 - # iso3 : folder, polygon file, point file - "BFA": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/BurkinaFaso/", - "bfa_admbnda_adm3_igb_20200323.shp", - "bfa.geojson", - ], - "TCD": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Chad", - "tcd_a_admbnd_adm3_ocha.shp", - "ChadFinal.geojson", - ], - "GIN": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Guinea/", - "gin_admbnda_adm3_ocha.shp", - "GINFinal.geojson", - ], - "GNB": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Guinea Bissau/", - "gnb_admbnda_adm2_1m_salb_20210609.shp", - "GNBFinal.geojson", - ], - "GAB": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Gabon", - "CANTONS_region.shp", - "gabon_gps.geojson", - ], - "LSO": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Lesotho/", - "lso_admbnda_adm2_FAO_MLGCA_2019.shp", - "lesotho_list.geojson", - ], - "MWI": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Malawi", - "mwi_admbnda_adm3_nso_20181016.shp", - "checkedcoord_malawi.geojson", - ], - "MLI": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Mali", - "mli_admbnda_adm3_1m_dnct_20190802.shp", - "MaliFinal.geojson", - ], - "MRT": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Mauritania", - "MAU_edit.shp", - "mauritania.geojson", - ], - "NER": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Niger", - "NER_adm03_feb2018.shp", - "NigerFinal.geojson", - ], - "SEN": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Senegal/", - "sen_admbnda_adm3_1m_gov_ocha_20190426.shp", - "senegal.geojson", - ], - # "UGA": ["/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Uganda/uganda_parishes_cleaned_attached", "uganda_parishes_cleaned_attached.shp", ""], - "UGA": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Uganda/GeoBoundaries", - "geoBoundaries-UGA-ADM2.shp", - "", - ], - "CIV": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/CIV/", - "civ_admbnda_adm1_cntig_ocha_itos_20180706.shp", - "civ.geojson", - ], - "AGO": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Angola/", - "bairros.shp", - "", - ], - "ETH": [ - "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data/EA_Files/Ethiopia/", - "Ethiopia_pti_admin3.shp", - "HBS_GPS.geojson", - ], -} - -if __name__ == "__main__": - print("STARTING") - global_bounds = "/home/public/Data/GLOBAL/ADMIN/Admin0_Polys.shp" - global_bounds_adm2 = "/home/public/Data/GLOBAL/ADMIN/Admin2_Polys.shp" - global_ghspop = "/home/public/Data/GLOBAL/Population/GHS/250/GHS_POP_E2015_GLOBE_R2019A_54009_250_V1_0.tif" - global_ghspop_1k = "/home/public/Data/GLOBAL/Population/GHS/GHS_POP_E2015_GLOBE_R2019A_54009_1K_V1_0.tif" - worldPop_2015 = ( - "/home/public/Data/GLOBAL/Population/WorldPop_PPP_2015/worldPop_2015.vrt" - ) - constrained_WP_folder = "/home/public/Data/GLOBAL/Population/RF_SSA_2015-2020" - out_base = "/home/wb411133/data/Projects/MR_Novel_Urbanization/Data" - - inG = gpd.read_file(global_bounds) - inG2 = gpd.read_file(global_bounds_adm2) - - runSmall = True - runLarge = True - - focal_countries = ( - inG.loc[inG["Region"] == "Sub-Saharan Africa"] - .sort_values(["ISO3"])["ISO3"] - .values - ) - nCores = min(len(focal_countries), round(multiprocessing.cpu_count() * 0.8)) - all_commands = [] - zonal_commands = [] - for iso3 in ["MRT"]: # EA_DEFS.keys(): #focal_countries: #: # - tPrint(iso3) - try: - cur_def = EA_DEFS[iso3] - ea_file = os.path.join(cur_def[0], cur_def[1]) - pt_file = os.path.join(cur_def[0], cur_def[2]) - except: - ea_file = "" - pt_file = "" - - output_folder = os.path.join(out_base, "%s_URBAN_DATA_new_naming" % iso3) - pop_files = [[worldPop_2015, f"{iso3.lower()}_upo15.tif"]] - # Identify the constrained WorldPop layer - c_WP_15 = f"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2015.tif" - c_WP_20 = f"{constrained_WP_folder}/{iso3}/ppp_{iso3}_const_2020.tif" - if os.path.exists(c_WP_15): - pop_files.append([c_WP_15, f"{iso3.lower()}_cpo15.tif"]) - else: - print(f"***** Could not locate constrained WorldPop 2015 for {iso3}") - if os.path.exists(c_WP_20): - pop_files.append([c_WP_20, f"{iso3.lower()}_cpo20.tif"]) - else: - print(f"***** Could not locate constrained WorldPop 2020 for {iso3}") - - """ - try: - run_zonal(iso3, output_folder, inG, pop_files, ea_file, pt_file) - #calculate_urban(iso3, inG, inG2, pop_files, ea_file, output_folder, km=True, small=True) - except: - print(f"Error with {iso3}") - """ - cur_args = [iso3, inG, inG2, pop_files, ea_file, output_folder] - all_commands.append(cur_args) - - pop_files.append([global_ghspop, f"{iso3.lower()}_gpo.tif"]) - zonal_args = [iso3, output_folder, inG, pop_files, ea_file, pt_file] - zonal_commands.append(zonal_args) - - with multiprocessing.Pool(nCores) as pool: - # pool.starmap(calculate_urban, all_commands) - pool.starmap(run_zonal, zonal_commands) diff --git a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Data Preparation.ipynb b/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Data Preparation.ipynb deleted file mode 100644 index 23e1c9f..0000000 --- a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Data Preparation.ipynb +++ /dev/null @@ -1,2480 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Mapping the socio-economic situation in Mpumalanga, South Africa\n", - "\n", - "In order to meet its commitments to the Paris agreements, South Africa is investigating ways to ween itself off of coal. This will be felt especially strongly in Mpumalanga, South Africa, a province in the north-east of the country between Johannesburg and Eswatini. Mpumalanga is a sparsely populated area home to most of South Africa's coal communities and coal power plants." - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/_compat.py:106: UserWarning: The Shapely GEOS version (3.9.1-CAPI-1.14.2) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import rasterio\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import skimage.graph as graph\n", - "\n", - "from shapely.geometry import box, Point\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.dataMisc as dataMisc\n", - "import GOSTRocks.ntlMisc as ntlMisc\n", - "import GOSTRocks.ghslMisc as ghslMisc\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import GOSTRocks.mapMisc as mapMisc\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/GOSTNets_Raster/src\")\n", - "import GOSTNetsRaster.market_access as ma\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [], - "source": [ - "# Define input variables\n", - "in_folder = \"/home/wb411133/projects/URB_SURDR_ZAF\"\n", - "ntl_folder = os.path.join(in_folder, \"NTL_data\")\n", - "ghsl_folder = os.path.join(in_folder, \"GHSL_data\")\n", - "urban_folder = os.path.join(in_folder, \"URBAN\")\n", - "ma_folder = os.path.join(in_folder, \"market_access\")\n", - "infra_folder = os.path.join(in_folder, \"Infra\")\n", - "protected_areas_folder = os.path.join(in_folder, \"Protected_Areas\")\n", - "for f in [\n", - " in_folder,\n", - " ntl_folder,\n", - " ghsl_folder,\n", - " ma_folder,\n", - " infra_folder,\n", - " protected_areas_folder,\n", - "]:\n", - " if not os.path.exists(f):\n", - " os.makedirs(f)\n", - "\n", - "# Define global variables\n", - "global_bounds = (\n", - " \"/home/public/Data/GLOBAL/ADMIN/ADMIN2/HighRes_20230328/shp/WB_GAD_ADM0.shp\"\n", - ")\n", - "ghs_folder = \"/home/public/Data/GLOBAL/GHSL\"\n", - "ghs_built_folder = os.path.join(ghs_folder, \"Built\")\n", - "ghs_built_files = [x for x in os.listdir(ghs_built_folder) if x.endswith(\".tif\")]\n", - "ghs_smod_file = os.path.join(\n", - " ghs_folder, \"SMOD\", \"GHS_SMOD_E2020_GLOBE_R2023A_54009_1000_V1_0.tif\"\n", - ")\n", - "ghs_ucdb = os.path.join(\n", - " ghs_folder, \"GHS_UCBD_R2019A\", \"GHS_STAT_UCDB2015MT_GLOBE_R2019A_V1_2.gpkg\"\n", - ")\n", - "global_friction = \"/home/public/Data/GLOBAL/INFRA/FRICTION_2020/2020_motorized_friction_surface.geotiff\"\n", - "global_airports_file = os.path.join(\n", - " infra_folder, \"airport_volume_airport_locations.csv\"\n", - ")\n", - "\n", - "# Define local variables\n", - "admin0_file = os.path.join(in_folder, \"ZAF_select_adm0.shp\")\n", - "admin3_file = os.path.join(in_folder, \"ADMIN\", \"admin3_geoBounds_FINAL.shp\")\n", - "ghsl_thresh = 0.1\n", - "local_ghsl_file = os.path.join(in_folder, f\"ghsl_combined_{int(ghsl_thresh*100)}.tif\")\n", - "urban_raster = os.path.join(urban_folder, \"zaf1k_cpo20_urban.tif\")\n", - "urban_raster_pop = os.path.join(urban_folder, \"zaf1k_cpo20.tif\")\n", - "urban_extents_file = os.path.join(urban_folder, \"cpo20_urban_extents.shp\")\n", - "local_ghs_smod_file = os.path.join(in_folder, \"GHS_SMOD_2020.tif\")\n", - "major_urban_extents = os.path.join(in_folder, \"major_cities_UCDB2019.shp\")\n", - "local_friction_file = os.path.join(ma_folder, \"friction_2020.tif\")\n", - "local_airports = os.path.join(infra_folder, \"airports_ZAF_and_neighbours.geojson\")\n", - "local_ports = os.path.join(infra_folder, \"Ports.shp\")\n", - "tourist_locations = os.path.join(infra_folder, \"Kruger_EntryGates.shp\")\n", - "protected_areas = os.path.join(protected_areas_folder, \"SAPAD_IR_2023_Q2_01.shp\")" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "# read in base data\n", - "ntl_files = dataMisc.aws_search_ntl()\n", - "admin0_bounds = gpd.read_file(global_bounds)\n", - "if not os.path.exists(admin0_file):\n", - " zaf_bounds = admin0_bounds.loc[admin0_bounds[\"WB_A3\"] == \"ZAF\"]\n", - " zaf_bounds.to_file(admin0_file)\n", - "else:\n", - " zaf_bounds = gpd.read_file(admin0_file)\n", - "neighbours = admin0_bounds.loc[\n", - " admin0_bounds.intersects(zaf_bounds.unary_union.buffer(0.1))\n", - "]\n", - "#\n", - "admin1_bounds = dataMisc.get_geoboundaries(\"ZAF\", \"ADM1\")\n", - "admin2_bounds = dataMisc.get_geoboundaries(\"ZAF\", \"ADM2\")\n", - "admin3_bounds = dataMisc.get_geoboundaries(\"ZAF\", \"ADM3\")\n", - "focal_state = admin1_bounds.loc[admin1_bounds[\"shapeName\"] == \"Mpumalanga\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "admin1_bounds.to_file(os.path.join(in_folder, \"admin1_geoBounds.shp\"))\n", - "admin2_bounds.to_file(os.path.join(in_folder, \"admin2_geoBounds.shp\"))\n", - "admin3_bounds.to_file(os.path.join(in_folder, \"admin3_geoBounds.shp\"))" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Clip raster datasets" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Clip out nighttime lights annual images\n", - "# Mpumalanga\n", - "ntlMisc.generate_annual_composites(\n", - " focal_state.unary_union, out_folder=os.path.join(ntl_folder, \"Mpumalanga\")\n", - ")\n", - "# ZAF\n", - "# ntlMisc.generate_annual_composites(zaf_bounds.unary_union, out_folder=os.path.join(ntl_folder, \"ZAF\"))\n", - "# Neighbours\n", - "# ntlMisc.generate_annual_composites(neighbours.unary_union, out_folder=os.path.join(ntl_folder, \"Neighbours\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Clip out GHSL layers\n", - "for cur_raster_file in ghs_built_files:\n", - " out_file = os.path.join(ghsl_folder, os.path.basename(cur_raster_file))\n", - " if not os.path.exists(out_file):\n", - " rMisc.clipRaster(\n", - " rasterio.open(os.path.join(ghs_built_folder, cur_raster_file)),\n", - " zaf_bounds,\n", - " out_file,\n", - " crop=False,\n", - " )\n", - " tPrint(out_file)\n", - "\n", - "# Combine GHSL layers into single file\n", - "ghsl_files = sorted(\n", - " [\n", - " os.path.join(ghsl_folder, x)\n", - " for x in os.listdir(ghsl_folder)\n", - " if x.endswith(\".tif\")\n", - " ]\n", - ")\n", - "if not os.path.exists(local_ghsl_file):\n", - " ghsl_res = ghslMisc.combine_ghsl_annual(\n", - " ghsl_files, built_thresh=ghsl_thresh, out_file=out_file\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# clip out GHS-SMOD data\n", - "if not os.path.exists(local_ghs_smod_file):\n", - " rMisc.clipRaster(\n", - " rasterio.open(ghs_smod_file), neighbours, local_ghs_smod_file, crop=False\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Convert urban centres from the constrained world_pop 2020 dataset to vector\n", - "if not os.path.exists(urban_extents_file):\n", - " urban_extents = rMisc.vectorize_raster(rasterio.open(urban_raster), bad_vals=[0])\n", - " urban_extents[\"geometry\"] = urban_extents[\"geometry\"].apply(lambda x: x.buffer(0))\n", - "\n", - " # Attribute with population\n", - " res = rMisc.zonalStats(urban_extents, urban_raster_pop, minVal=0)\n", - " res = pd.DataFrame(res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - " urban_extents[\"Pop2020\"] = res[\"SUM\"]\n", - " urban_extents.to_file(urban_extents_file)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Extract major settlements from UCDB\n", - "if not os.path.exists(major_urban_extents):\n", - " all_extents = gpd.read_file(ghs_ucdb)\n", - " sel_extents = all_extents.loc[all_extents.intersects(box(*neighbours.total_bounds))]\n", - " sel_extents.to_file(major_urban_extents)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "all_extents.head()" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Extract international airports" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "if not os.path.exists(local_airports):\n", - " inA = pd.read_csv(global_airports_file)\n", - " inA_geom = [\n", - " Point(x) for x in zip(inA[\"Airport1Longitude\"], inA[\"Airport1Latitude\"])\n", - " ]\n", - " inA = gpd.GeoDataFrame(inA, geometry=inA_geom, crs=4326)\n", - " selA = inA.loc[inA.intersects(neighbours.unary_union)]\n", - " selA.to_file(local_airports, driver=\"GeoJSON\")\n", - "\n", - "\"\"\"headers = {'Accept': 'application/json'}\n", - "ddh_international_airports = \"https://wiki.worldbank.org/pages/viewpage.action?spaceKey=GEOS&title=Guide+to+procurement+of+satellite+imagery+and+derived+products\"\n", - "ddh_r = requests.get(ddh_international_airports, headers=headers)\n", - "ddh_r.json()\"\"\"" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Market access" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "if not os.path.exists(local_friction_file):\n", - " rMisc.clipRaster(\n", - " rasterio.open(global_friction), neighbours, local_friction_file, crop=False\n", - " )\n", - "\n", - "friction = rasterio.open(local_friction_file)\n", - "frictionD = friction.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Measure access to all major cities in ucdb\n", - "tt_major_cities = os.path.join(ma_folder, \"tt_major_cities.tif\")\n", - "if not os.path.exists(tt_major_cities):\n", - " dests = gpd.read_file(major_urban_extents)\n", - " dests[\"geometry\"] = dests[\"geometry\"].apply(lambda x: x.centroid)\n", - " travel_costs, traceback = ma.calculate_travel_time(friction, mcp, dests)\n", - " with rasterio.open(tt_major_cities, \"w\", **friction.profile.copy()) as out_tt:\n", - " out_tt.write_band(1, travel_costs)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Measure access to international airports\n", - "tt_airports = os.path.join(ma_folder, \"tt_airports.tif\")\n", - "if not os.path.exists(tt_airports):\n", - " airports = gpd.read_file(local_airports)\n", - " travel_costs, traceback = ma.calculate_travel_time(friction, mcp, airports)\n", - " with rasterio.open(tt_airports, \"w\", **friction.profile.copy()) as out_tt:\n", - " out_tt.write_band(1, travel_costs)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Measure access to international ports\n", - "tt_ports = os.path.join(ma_folder, \"tt_ports.tif\")\n", - "if not os.path.exists(tt_ports):\n", - " ports = gpd.read_file(local_ports)\n", - " travel_costs, traceback = ma.calculate_travel_time(friction, mcp, ports)\n", - " with rasterio.open(tt_ports, \"w\", **friction.profile.copy()) as out_tt:\n", - " out_tt.write_band(1, travel_costs)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Measure access to kruger national park\n", - "tt_ports = os.path.join(ma_folder, \"tt_tourism.tif\")\n", - "if not os.path.exists(tt_ports):\n", - " ports = gpd.read_file(tourist_locations)\n", - " travel_costs, traceback = ma.calculate_travel_time(friction, mcp, ports)\n", - " with rasterio.open(tt_ports, \"w\", **friction.profile.copy()) as out_tt:\n", - " out_tt.write_band(1, travel_costs)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Measure access to all national protected areas\n", - "tt_ports = os.path.join(ma_folder, \"tt_protected.tif\")\n", - "if not os.path.exists(tt_ports):\n", - " ports = gpd.read_file(protected_areas)\n", - " ports[\"geometry\"] = ports[\"geometry\"].apply(lambda x: x.centroid)\n", - " travel_costs, traceback = ma.calculate_travel_time(friction, mcp, ports)\n", - " with rasterio.open(tt_ports, \"w\", **friction.profile.copy()) as out_tt:\n", - " out_tt.write_band(1, travel_costs)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "dests = gpd.read_file(admin3_file)\n", - "dests[\"geometry\"] = dests[\"geometry\"].apply(lambda x: x.centroid)\n", - "\n", - "od_res = ma.calculate_od_matrix(friction, mcp, dests)\n", - "final_od = pd.DataFrame(od_res)\n", - "final_od.to_csv(os.path.join(ma_folder, \"admins3_od.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# calculate total population and nighttime lights brightness for each admin3\n", - "dests = gpd.read_file(admin3_file)\n", - "pop_res = rMisc.zonalStats(dests, urban_raster_pop, minVal=0, reProj=True)\n", - "pop_res = pd.DataFrame(pop_res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - "pop_res" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ntl_raster = os.path.join(ntl_folder, \"Neighbours\", \"VIIRS_2022_annual.tif\")\n", - "ntl_res = rMisc.zonalStats(dests, ntl_raster, minVal=1, reProj=True)\n", - "ntl_res = pd.DataFrame(ntl_res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Map random\n", - "dests[\"Pop\"] = pop_res[\"SUM\"]\n", - "dests[\"NTL\"] = pop_res[\"SUM\"]\n", - "mapMisc.static_map_vector(\n", - " dests,\n", - " \"Pop\",\n", - " legend_loc=\"upper left\",\n", - " thresh=[0, 50000, 100000, 250000, 500000, 200000000],\n", - ")" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate Main Place to Protected Areas OD" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "municipalities = os.path.join(\n", - " in_folder, \"MiningCommunities\", \"MainPlaces\", \"MP_SA_2011.shp\"\n", - ")\n", - "inM = gpd.read_file(municipalities)\n", - "inM[\"geometry\"] = inM[\"geometry\"].apply(lambda x: x.centroid)\n", - "\n", - "destinations = gpd.read_file(protected_areas)\n", - "destinations = destinations.to_crs(22293)\n", - "destinations[\"area_km\"] = destinations[\"geometry\"].apply(lambda x: x.area / 1000000)\n", - "destinations = destinations.to_crs(4326)\n", - "destinations[\"geometry\"] = destinations[\"geometry\"].apply(lambda x: x.centroid)" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "09:51:23\tStarting 0\n", - "09:51:30\tStarting 1\n", - "09:51:37\tStarting 2\n", - "09:51:44\tStarting 3\n", - "09:51:51\tStarting 4\n", - "09:51:58\tStarting 5\n", - "09:52:05\tStarting 6\n", - "09:52:12\tStarting 7\n", - "09:52:19\tStarting 8\n", - "09:52:26\tStarting 9\n", - "09:52:33\tStarting 10\n", - "09:52:40\tStarting 11\n", - "09:52:47\tStarting 12\n", - "09:52:54\tStarting 13\n", - "09:53:01\tStarting 14\n", - "09:53:08\tStarting 15\n", - "09:53:15\tStarting 16\n", - "09:53:22\tStarting 17\n", - "09:53:29\tStarting 18\n", - "09:53:36\tStarting 19\n", - "09:53:43\tStarting 20\n", - "09:53:49\tStarting 21\n", - "09:53:56\tStarting 22\n", - "09:54:03\tStarting 23\n", - "09:54:10\tStarting 24\n", - "09:54:17\tStarting 25\n", - "09:54:24\tStarting 26\n", - "09:54:31\tStarting 27\n", - "09:54:39\tStarting 28\n", - "09:54:46\tStarting 29\n", - "09:54:53\tStarting 30\n", - "09:55:00\tStarting 31\n", - "09:55:07\tStarting 32\n", - "09:55:14\tStarting 33\n", - "09:55:21\tStarting 34\n", - "09:55:28\tStarting 35\n", - "09:55:35\tStarting 36\n", - "09:55:41\tStarting 37\n", - "09:55:48\tStarting 38\n", - "09:55:55\tStarting 39\n", - "09:56:02\tStarting 40\n", - "09:56:09\tStarting 41\n", - "09:56:16\tStarting 42\n", - "09:56:23\tStarting 43\n", - "09:56:30\tStarting 44\n", - "09:56:37\tStarting 45\n", - "09:56:44\tStarting 46\n", - "09:56:51\tStarting 47\n", - "09:56:58\tStarting 48\n", - "09:57:04\tStarting 49\n", - "09:57:11\tStarting 50\n", - "09:57:18\tStarting 51\n", - "09:57:25\tStarting 52\n", - "09:57:32\tStarting 53\n", - "09:57:39\tStarting 54\n", - "09:57:46\tStarting 55\n", - "09:57:52\tStarting 56\n", - "09:57:59\tStarting 57\n", - "09:58:06\tStarting 58\n", - "09:58:13\tStarting 59\n", - "09:58:20\tStarting 60\n", - "09:58:27\tStarting 61\n", - "09:58:34\tStarting 62\n", - "09:58:40\tStarting 63\n", - "09:58:47\tStarting 64\n", - "09:58:54\tStarting 65\n", - "09:59:01\tStarting 66\n", - "09:59:08\tStarting 67\n", - "09:59:15\tStarting 68\n", - "09:59:22\tStarting 69\n", - "09:59:28\tStarting 70\n", - "09:59:35\tStarting 71\n", - "09:59:42\tStarting 72\n", - "09:59:49\tStarting 73\n", - "09:59:56\tStarting 74\n", - "10:00:03\tStarting 75\n", - "10:00:09\tStarting 76\n", - "10:00:16\tStarting 77\n", - "10:00:23\tStarting 78\n", - "10:00:30\tStarting 79\n", - "10:00:36\tStarting 80\n", - "10:00:43\tStarting 81\n", - "10:00:50\tStarting 82\n", - "10:00:57\tStarting 83\n", - "10:01:04\tStarting 84\n", - "10:01:11\tStarting 85\n", - "10:01:17\tStarting 86\n", - "10:01:24\tStarting 87\n", - "10:01:31\tStarting 88\n", - "10:01:38\tStarting 89\n", - "10:01:44\tStarting 90\n", - "10:01:51\tStarting 91\n", - "10:01:58\tStarting 92\n", - "10:02:05\tStarting 93\n", - "10:02:12\tStarting 94\n", - "10:02:19\tStarting 95\n", - "10:02:26\tStarting 96\n", - "10:02:32\tStarting 97\n", - "10:02:39\tStarting 98\n", - "10:02:46\tStarting 99\n", - "10:02:53\tStarting 100\n", - "10:03:00\tStarting 101\n", - "10:03:07\tStarting 102\n", - "10:03:13\tStarting 103\n", - "10:03:20\tStarting 104\n", - "10:03:27\tStarting 105\n", - "10:03:34\tStarting 106\n", - "10:03:41\tStarting 107\n", - "10:03:47\tStarting 108\n", - "10:03:54\tStarting 109\n", - "10:04:01\tStarting 110\n", - "10:04:08\tStarting 111\n", - "10:04:15\tStarting 112\n", - "10:04:21\tStarting 113\n", - "10:04:28\tStarting 114\n", - "10:04:35\tStarting 115\n", - "10:04:42\tStarting 116\n", - "10:04:48\tStarting 117\n", - "10:04:55\tStarting 118\n", - "10:05:02\tStarting 119\n", - "10:05:09\tStarting 120\n", - "10:05:16\tStarting 121\n", - "10:05:22\tStarting 122\n", - "10:05:29\tStarting 123\n", - "10:05:36\tStarting 124\n", - "10:05:43\tStarting 125\n", - "10:05:50\tStarting 126\n", - "10:05:57\tStarting 127\n", - "10:06:03\tStarting 128\n", - "10:06:10\tStarting 129\n", - "10:06:17\tStarting 130\n", - "10:06:24\tStarting 131\n", - "10:06:30\tStarting 132\n", - "10:06:37\tStarting 133\n", - "10:06:44\tStarting 134\n", - "10:06:51\tStarting 135\n", - "10:06:58\tStarting 136\n", - "10:07:04\tStarting 137\n", - "10:07:11\tStarting 138\n", - "10:07:18\tStarting 139\n", - "10:07:25\tStarting 140\n", - "10:07:32\tStarting 141\n", - "10:07:38\tStarting 142\n", - "10:07:45\tStarting 143\n", - "10:07:52\tStarting 144\n", - "10:07:59\tStarting 145\n", - "10:08:06\tStarting 146\n", - "10:08:12\tStarting 147\n", - "10:08:19\tStarting 148\n", - "10:08:26\tStarting 149\n", - "10:08:33\tStarting 150\n", - "10:08:40\tStarting 151\n", - "10:08:47\tStarting 152\n", - "10:08:53\tStarting 153\n", - "10:09:00\tStarting 154\n", - "10:09:07\tStarting 155\n", - "10:09:14\tStarting 156\n", - "10:09:20\tStarting 157\n", - "10:09:27\tStarting 158\n", - "10:09:34\tStarting 159\n", - "10:09:41\tStarting 160\n", - "10:09:48\tStarting 161\n", - "10:09:54\tStarting 162\n", - "10:10:01\tStarting 163\n", - "10:10:08\tStarting 164\n", - "10:10:15\tStarting 165\n", - "10:10:21\tStarting 166\n", - "10:10:28\tStarting 167\n", - "10:10:35\tStarting 168\n", - "10:10:42\tStarting 169\n", - "10:10:48\tStarting 170\n", - "10:10:55\tStarting 171\n", - "10:11:02\tStarting 172\n", - "10:11:09\tStarting 173\n", - "10:11:16\tStarting 174\n", - "10:11:22\tStarting 175\n", - "10:11:29\tStarting 176\n", - "10:11:36\tStarting 177\n", - "10:11:43\tStarting 178\n", - "10:11:50\tStarting 179\n", - "10:11:56\tStarting 180\n", - "10:12:03\tStarting 181\n", - "10:12:10\tStarting 182\n", - "10:12:17\tStarting 183\n", - "10:12:24\tStarting 184\n", - "10:12:30\tStarting 185\n", - "10:12:37\tStarting 186\n", - "10:12:44\tStarting 187\n", - "10:12:51\tStarting 188\n", - "10:12:58\tStarting 189\n", - "10:13:04\tStarting 190\n", - "10:13:11\tStarting 191\n", - "10:13:18\tStarting 192\n", - "10:13:25\tStarting 193\n", - "10:13:31\tStarting 194\n", - "10:13:38\tStarting 195\n", - "10:13:45\tStarting 196\n", - "10:13:52\tStarting 197\n", - "10:13:59\tStarting 198\n", - "10:14:06\tStarting 199\n", - "10:14:12\tStarting 200\n", - "10:14:19\tStarting 201\n", - "10:14:26\tStarting 202\n", - "10:14:33\tStarting 203\n", - "10:14:40\tStarting 204\n", - "10:14:47\tStarting 205\n", - "10:14:53\tStarting 206\n", - "10:15:00\tStarting 207\n", - "10:15:07\tStarting 208\n", - "10:15:14\tStarting 209\n", - "10:15:21\tStarting 210\n", - "10:15:27\tStarting 211\n", - "10:15:34\tStarting 212\n", - "10:15:41\tStarting 213\n", - "10:15:48\tStarting 214\n", - "10:15:55\tStarting 215\n", - "10:16:01\tStarting 216\n", - "10:16:08\tStarting 217\n", - "10:16:15\tStarting 218\n", - "10:16:22\tStarting 219\n", - "10:16:29\tStarting 220\n", - "10:16:35\tStarting 221\n", - "10:16:42\tStarting 222\n", - "10:16:49\tStarting 223\n", - "10:16:56\tStarting 224\n", - "10:17:02\tStarting 225\n", - "10:17:09\tStarting 226\n", - "10:17:16\tStarting 227\n", - "10:17:23\tStarting 228\n", - "10:17:30\tStarting 229\n", - "10:17:36\tStarting 230\n", - "10:17:43\tStarting 231\n", - "10:17:50\tStarting 232\n", - "10:17:57\tStarting 233\n", - "10:18:04\tStarting 234\n", - "10:18:10\tStarting 235\n", - "10:18:17\tStarting 236\n", - "10:18:24\tStarting 237\n", - "10:18:31\tStarting 238\n", - "10:18:38\tStarting 239\n", - "10:18:44\tStarting 240\n", - "10:18:51\tStarting 241\n", - "10:18:58\tStarting 242\n", - "10:19:05\tStarting 243\n", - "10:19:12\tStarting 244\n", - "10:19:18\tStarting 245\n", - "10:19:25\tStarting 246\n", - "10:19:32\tStarting 247\n", - "10:19:39\tStarting 248\n", - "10:19:45\tStarting 249\n", - "10:19:52\tStarting 250\n", - "10:19:59\tStarting 251\n", - "10:20:06\tStarting 252\n", - "10:20:12\tStarting 253\n", - "10:20:19\tStarting 254\n", - "10:20:26\tStarting 255\n", - "10:20:33\tStarting 256\n", - "10:20:39\tStarting 257\n", - "10:20:46\tStarting 258\n", - "10:20:53\tStarting 259\n", - "10:21:00\tStarting 260\n", - "10:21:06\tStarting 261\n", - "10:21:13\tStarting 262\n", - "10:21:20\tStarting 263\n", - "10:21:27\tStarting 264\n", - "10:21:34\tStarting 265\n", - "10:21:40\tStarting 266\n", - "10:21:47\tStarting 267\n", - "10:21:54\tStarting 268\n", - "10:22:01\tStarting 269\n", - "10:22:08\tStarting 270\n", - "10:22:14\tStarting 271\n", - "10:22:21\tStarting 272\n", - "10:22:28\tStarting 273\n", - "10:22:35\tStarting 274\n", - "10:22:41\tStarting 275\n", - "10:22:48\tStarting 276\n", - "10:22:55\tStarting 277\n", - "10:23:02\tStarting 278\n", - "10:23:09\tStarting 279\n", - "10:23:15\tStarting 280\n", - "10:23:22\tStarting 281\n", - "10:23:29\tStarting 282\n", - "10:23:36\tStarting 283\n", - "10:23:43\tStarting 284\n", - "10:23:49\tStarting 285\n", - "10:23:56\tStarting 286\n", - "10:24:03\tStarting 287\n", - "10:24:10\tStarting 288\n", - "10:24:16\tStarting 289\n", - "10:24:23\tStarting 290\n", - "10:24:30\tStarting 291\n", - "10:24:37\tStarting 292\n", - "10:24:43\tStarting 293\n", - "10:24:50\tStarting 294\n", - "10:24:57\tStarting 295\n", - "10:25:04\tStarting 296\n", - "10:25:10\tStarting 297\n", - "10:25:17\tStarting 298\n", - "10:25:24\tStarting 299\n", - "10:25:31\tStarting 300\n", - "10:25:38\tStarting 301\n", - "10:25:44\tStarting 302\n", - "10:25:51\tStarting 303\n", - "10:25:58\tStarting 304\n", - "10:26:05\tStarting 305\n", - "10:26:11\tStarting 306\n", - "10:26:18\tStarting 307\n", - "10:26:25\tStarting 308\n", - "10:26:32\tStarting 309\n", - "10:26:38\tStarting 310\n", - "10:26:45\tStarting 311\n", - "10:26:52\tStarting 312\n", - "10:26:59\tStarting 313\n", - "10:27:05\tStarting 314\n", - "10:27:12\tStarting 315\n", - "10:27:19\tStarting 316\n", - "10:27:26\tStarting 317\n", - "10:27:32\tStarting 318\n", - "10:27:39\tStarting 319\n", - "10:27:46\tStarting 320\n", - "10:27:53\tStarting 321\n", - "10:27:59\tStarting 322\n", - "10:28:06\tStarting 323\n", - "10:28:13\tStarting 324\n", - "10:28:20\tStarting 325\n", - "10:28:27\tStarting 326\n", - "10:28:33\tStarting 327\n", - "10:28:40\tStarting 328\n", - "10:28:47\tStarting 329\n", - "10:28:54\tStarting 330\n", - "10:29:00\tStarting 331\n", - "10:29:07\tStarting 332\n", - "10:29:14\tStarting 333\n", - "10:29:21\tStarting 334\n", - "10:29:27\tStarting 335\n", - "10:29:34\tStarting 336\n", - "10:29:41\tStarting 337\n", - "10:29:48\tStarting 338\n", - "10:29:54\tStarting 339\n", - "10:30:01\tStarting 340\n", - "10:30:08\tStarting 341\n", - "10:30:14\tStarting 342\n", - "10:30:21\tStarting 343\n", - "10:30:28\tStarting 344\n", - "10:30:34\tStarting 345\n", - "10:30:41\tStarting 346\n", - "10:30:48\tStarting 347\n", - "10:30:55\tStarting 348\n", - "10:31:02\tStarting 349\n", - "10:31:08\tStarting 350\n", - "10:31:15\tStarting 351\n", - "10:31:22\tStarting 352\n", - "10:31:28\tStarting 353\n", - "10:31:35\tStarting 354\n", - "10:31:42\tStarting 355\n", - "10:31:49\tStarting 356\n", - "10:31:55\tStarting 357\n", - "10:32:02\tStarting 358\n", - "10:32:09\tStarting 359\n", - "10:32:16\tStarting 360\n", - "10:32:22\tStarting 361\n", - "10:32:29\tStarting 362\n", - "10:32:36\tStarting 363\n", - "10:32:42\tStarting 364\n", - "10:32:49\tStarting 365\n", - "10:32:56\tStarting 366\n", - "10:33:03\tStarting 367\n", - "10:33:09\tStarting 368\n", - "10:33:16\tStarting 369\n", - "10:33:23\tStarting 370\n", - "10:33:30\tStarting 371\n", - "10:33:37\tStarting 372\n", - "10:33:43\tStarting 373\n", - "10:33:50\tStarting 374\n", - "10:33:57\tStarting 375\n", - "10:34:04\tStarting 376\n", - "10:34:10\tStarting 377\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "10:34:17\tStarting 378\n", - "10:34:24\tStarting 379\n", - "10:34:31\tStarting 380\n", - "10:34:38\tStarting 381\n", - "10:34:45\tStarting 382\n", - "10:34:53\tStarting 383\n", - "10:35:02\tStarting 384\n", - "10:35:11\tStarting 385\n", - "10:35:19\tStarting 386\n", - "10:35:28\tStarting 387\n", - "10:35:37\tStarting 388\n", - "10:35:45\tStarting 389\n", - "10:35:54\tStarting 390\n", - "10:36:02\tStarting 391\n", - "10:36:10\tStarting 392\n", - "10:36:18\tStarting 393\n", - "10:36:26\tStarting 394\n", - "10:36:35\tStarting 395\n", - "10:36:43\tStarting 396\n", - "10:36:51\tStarting 397\n", - "10:36:59\tStarting 398\n", - "10:37:08\tStarting 399\n", - "10:37:16\tStarting 400\n", - "10:37:25\tStarting 401\n", - "10:37:33\tStarting 402\n", - "10:37:42\tStarting 403\n", - "10:37:50\tStarting 404\n", - "10:37:58\tStarting 405\n", - "10:38:07\tStarting 406\n", - "10:38:15\tStarting 407\n", - "10:38:24\tStarting 408\n", - "10:38:33\tStarting 409\n", - "10:38:41\tStarting 410\n", - "10:38:49\tStarting 411\n", - "10:38:57\tStarting 412\n", - "10:39:06\tStarting 413\n", - "10:39:15\tStarting 414\n", - "10:39:23\tStarting 415\n", - "10:39:32\tStarting 416\n", - "10:39:41\tStarting 417\n", - "10:39:49\tStarting 418\n", - "10:39:58\tStarting 419\n", - "10:40:07\tStarting 420\n", - "10:40:17\tStarting 421\n", - "10:40:26\tStarting 422\n", - "10:40:35\tStarting 423\n", - "10:40:44\tStarting 424\n", - "10:40:53\tStarting 425\n", - "10:41:02\tStarting 426\n", - "10:41:11\tStarting 427\n", - "10:41:19\tStarting 428\n", - "10:41:28\tStarting 429\n", - "10:41:37\tStarting 430\n", - "10:41:45\tStarting 431\n", - "10:41:54\tStarting 432\n", - "10:42:03\tStarting 433\n", - "10:42:12\tStarting 434\n", - "10:42:21\tStarting 435\n", - "10:42:30\tStarting 436\n", - "10:42:39\tStarting 437\n", - "10:42:48\tStarting 438\n", - "10:42:57\tStarting 439\n", - "10:43:07\tStarting 440\n", - "10:43:16\tStarting 441\n", - "10:43:25\tStarting 442\n", - "10:43:34\tStarting 443\n", - "10:43:43\tStarting 444\n", - "10:43:51\tStarting 445\n", - "10:44:00\tStarting 446\n", - "10:44:09\tStarting 447\n", - "10:44:18\tStarting 448\n", - "10:44:26\tStarting 449\n", - "10:44:35\tStarting 450\n", - "10:44:43\tStarting 451\n", - "10:44:52\tStarting 452\n", - "10:44:59\tStarting 453\n", - "10:45:06\tStarting 454\n", - "10:45:13\tStarting 455\n", - "10:45:20\tStarting 456\n", - "10:45:27\tStarting 457\n", - "10:45:33\tStarting 458\n", - "10:45:40\tStarting 459\n", - "10:45:47\tStarting 460\n", - "10:45:54\tStarting 461\n", - "10:46:01\tStarting 462\n", - "10:46:08\tStarting 463\n", - "10:46:14\tStarting 464\n", - "10:46:21\tStarting 465\n", - "10:46:28\tStarting 466\n", - "10:46:34\tStarting 467\n", - "10:46:41\tStarting 468\n", - "10:46:48\tStarting 469\n", - "10:46:55\tStarting 470\n", - "10:47:01\tStarting 471\n", - "10:47:08\tStarting 472\n", - "10:47:15\tStarting 473\n", - "10:47:22\tStarting 474\n", - "10:47:28\tStarting 475\n", - "10:47:35\tStarting 476\n", - "10:47:42\tStarting 477\n", - "10:47:49\tStarting 478\n", - "10:47:55\tStarting 479\n", - "10:48:02\tStarting 480\n", - "10:48:09\tStarting 481\n", - "10:48:16\tStarting 482\n", - "10:48:22\tStarting 483\n", - "10:48:29\tStarting 484\n", - "10:48:36\tStarting 485\n", - "10:48:43\tStarting 486\n", - "10:48:50\tStarting 487\n", - "10:48:56\tStarting 488\n", - "10:49:03\tStarting 489\n", - "10:49:10\tStarting 490\n", - "10:49:17\tStarting 491\n", - "10:49:24\tStarting 492\n", - "10:49:30\tStarting 493\n", - "10:49:37\tStarting 494\n", - "10:49:44\tStarting 495\n", - "10:49:51\tStarting 496\n", - "10:49:57\tStarting 497\n", - "10:50:04\tStarting 498\n", - "10:50:11\tStarting 499\n", - "10:50:17\tStarting 500\n", - "10:50:24\tStarting 501\n", - "10:50:31\tStarting 502\n", - "10:50:38\tStarting 503\n", - "10:50:44\tStarting 504\n", - "10:50:51\tStarting 505\n", - "10:50:58\tStarting 506\n", - "10:51:05\tStarting 507\n", - "10:51:11\tStarting 508\n", - "10:51:18\tStarting 509\n", - "10:51:25\tStarting 510\n", - "10:51:32\tStarting 511\n", - "10:51:38\tStarting 512\n", - "10:51:45\tStarting 513\n", - "10:51:52\tStarting 514\n", - "10:51:59\tStarting 515\n", - "10:52:05\tStarting 516\n", - "10:52:12\tStarting 517\n", - "10:52:19\tStarting 518\n", - "10:52:26\tStarting 519\n", - "10:52:32\tStarting 520\n", - "10:52:39\tStarting 521\n", - "10:52:46\tStarting 522\n", - "10:52:53\tStarting 523\n", - "10:53:00\tStarting 524\n", - "10:53:06\tStarting 525\n", - "10:53:13\tStarting 526\n", - "10:53:20\tStarting 527\n", - "10:53:27\tStarting 528\n", - "10:53:33\tStarting 529\n", - "10:53:40\tStarting 530\n", - "10:53:47\tStarting 531\n", - "10:53:54\tStarting 532\n", - "10:54:00\tStarting 533\n", - "10:54:07\tStarting 534\n", - "10:54:14\tStarting 535\n", - "10:54:21\tStarting 536\n", - "10:54:27\tStarting 537\n", - "10:54:34\tStarting 538\n", - "10:54:41\tStarting 539\n", - "10:54:47\tStarting 540\n", - "10:54:54\tStarting 541\n", - "10:55:01\tStarting 542\n", - "10:55:07\tStarting 543\n", - "10:55:14\tStarting 544\n", - "10:55:21\tStarting 545\n", - "10:55:28\tStarting 546\n", - "10:55:34\tStarting 547\n", - "10:55:41\tStarting 548\n", - "10:55:48\tStarting 549\n", - "10:55:55\tStarting 550\n", - "10:56:01\tStarting 551\n", - "10:56:08\tStarting 552\n", - "10:56:15\tStarting 553\n", - "10:56:22\tStarting 554\n", - "10:56:28\tStarting 555\n", - "10:56:35\tStarting 556\n", - "10:56:42\tStarting 557\n", - "10:56:48\tStarting 558\n", - "10:56:55\tStarting 559\n", - "10:57:02\tStarting 560\n", - "10:57:09\tStarting 561\n", - "10:57:15\tStarting 562\n", - "10:57:22\tStarting 563\n", - "10:57:29\tStarting 564\n", - "10:57:36\tStarting 565\n", - "10:57:43\tStarting 566\n", - "10:57:49\tStarting 567\n", - "10:57:56\tStarting 568\n", - "10:58:03\tStarting 569\n", - "10:58:09\tStarting 570\n", - "10:58:16\tStarting 571\n", - "10:58:23\tStarting 572\n", - "10:58:30\tStarting 573\n", - "10:58:36\tStarting 574\n", - "10:58:43\tStarting 575\n", - "10:58:50\tStarting 576\n", - "10:58:57\tStarting 577\n", - "10:59:04\tStarting 578\n", - "10:59:10\tStarting 579\n", - "10:59:17\tStarting 580\n", - "10:59:24\tStarting 581\n", - "10:59:31\tStarting 582\n", - "10:59:38\tStarting 583\n", - "10:59:44\tStarting 584\n", - "10:59:51\tStarting 585\n", - "10:59:58\tStarting 586\n", - "11:00:04\tStarting 587\n", - "11:00:11\tStarting 588\n", - "11:00:18\tStarting 589\n", - "11:00:25\tStarting 590\n", - "11:00:31\tStarting 591\n", - "11:00:38\tStarting 592\n", - "11:00:45\tStarting 593\n", - "11:00:52\tStarting 594\n", - "11:00:58\tStarting 595\n", - "11:01:05\tStarting 596\n", - "11:01:12\tStarting 597\n", - "11:01:19\tStarting 598\n", - "11:01:26\tStarting 599\n", - "11:01:32\tStarting 600\n", - "11:01:39\tStarting 601\n", - "11:01:46\tStarting 602\n", - "11:01:53\tStarting 603\n", - "11:02:00\tStarting 604\n", - "11:02:06\tStarting 605\n", - "11:02:13\tStarting 606\n", - "11:02:20\tStarting 607\n", - "11:02:27\tStarting 608\n", - "11:02:34\tStarting 609\n", - "11:02:41\tStarting 610\n", - "11:02:47\tStarting 611\n", - "11:02:54\tStarting 612\n", - "11:03:01\tStarting 613\n", - "11:03:08\tStarting 614\n", - "11:03:15\tStarting 615\n", - "11:03:21\tStarting 616\n", - "11:03:28\tStarting 617\n", - "11:03:36\tStarting 618\n", - "11:03:43\tStarting 619\n", - "11:03:50\tStarting 620\n", - "11:03:57\tStarting 621\n", - "11:04:04\tStarting 622\n", - "11:04:11\tStarting 623\n", - "11:04:18\tStarting 624\n", - "11:04:24\tStarting 625\n", - "11:04:31\tStarting 626\n", - "11:04:38\tStarting 627\n", - "11:04:45\tStarting 628\n", - "11:04:52\tStarting 629\n", - "11:04:58\tStarting 630\n", - "11:05:05\tStarting 631\n", - "11:05:12\tStarting 632\n", - "11:05:19\tStarting 633\n", - "11:05:26\tStarting 634\n", - "11:05:32\tStarting 635\n", - "11:05:39\tStarting 636\n", - "11:05:46\tStarting 637\n", - "11:05:52\tStarting 638\n", - "11:05:59\tStarting 639\n", - "11:06:06\tStarting 640\n", - "11:06:13\tStarting 641\n", - "11:06:20\tStarting 642\n", - "11:06:27\tStarting 643\n", - "11:06:34\tStarting 644\n", - "11:06:41\tStarting 645\n", - "11:06:47\tStarting 646\n", - "11:06:54\tStarting 647\n", - "11:07:01\tStarting 648\n", - "11:07:07\tStarting 649\n", - "11:07:14\tStarting 650\n", - "11:07:21\tStarting 651\n", - "11:07:28\tStarting 652\n", - "11:07:35\tStarting 653\n", - "11:07:41\tStarting 654\n", - "11:07:48\tStarting 655\n", - "11:07:55\tStarting 656\n", - "11:08:02\tStarting 657\n", - "11:08:08\tStarting 658\n", - "11:08:15\tStarting 659\n", - "11:08:22\tStarting 660\n", - "11:08:29\tStarting 661\n", - "11:08:36\tStarting 662\n", - "11:08:43\tStarting 663\n", - "11:08:49\tStarting 664\n", - "11:08:56\tStarting 665\n", - "11:09:03\tStarting 666\n", - "11:09:10\tStarting 667\n", - "11:09:16\tStarting 668\n", - "11:09:23\tStarting 669\n", - "11:09:30\tStarting 670\n", - "11:09:37\tStarting 671\n", - "11:09:43\tStarting 672\n", - "11:09:50\tStarting 673\n", - "11:09:57\tStarting 674\n", - "11:10:04\tStarting 675\n", - "11:10:11\tStarting 676\n", - "11:10:17\tStarting 677\n", - "11:10:24\tStarting 678\n", - "11:10:31\tStarting 679\n", - "11:10:38\tStarting 680\n", - "11:10:45\tStarting 681\n", - "11:10:51\tStarting 682\n", - "11:10:58\tStarting 683\n", - "11:11:05\tStarting 684\n", - "11:11:12\tStarting 685\n", - "11:11:18\tStarting 686\n", - "11:11:25\tStarting 687\n", - "11:11:32\tStarting 688\n", - "11:11:39\tStarting 689\n", - "11:11:45\tStarting 690\n", - "11:11:52\tStarting 691\n", - "11:11:59\tStarting 692\n", - "11:12:06\tStarting 693\n", - "11:12:12\tStarting 694\n", - "11:12:19\tStarting 695\n", - "11:12:26\tStarting 696\n", - "11:12:33\tStarting 697\n", - "11:12:39\tStarting 698\n", - "11:12:46\tStarting 699\n", - "11:12:53\tStarting 700\n", - "11:13:00\tStarting 701\n", - "11:13:06\tStarting 702\n", - "11:13:13\tStarting 703\n", - "11:13:20\tStarting 704\n", - "11:13:27\tStarting 705\n", - "11:13:34\tStarting 706\n", - "11:13:40\tStarting 707\n", - "11:13:47\tStarting 708\n", - "11:13:54\tStarting 709\n", - "11:14:00\tStarting 710\n", - "11:14:07\tStarting 711\n", - "11:14:14\tStarting 712\n", - "11:14:21\tStarting 713\n", - "11:14:28\tStarting 714\n", - "11:14:34\tStarting 715\n", - "11:14:41\tStarting 716\n", - "11:14:48\tStarting 717\n", - "11:14:55\tStarting 718\n", - "11:15:01\tStarting 719\n", - "11:15:08\tStarting 720\n", - "11:15:15\tStarting 721\n", - "11:15:22\tStarting 722\n", - "11:15:28\tStarting 723\n", - "11:15:35\tStarting 724\n", - "11:15:42\tStarting 725\n", - "11:15:49\tStarting 726\n", - "11:15:55\tStarting 727\n", - "11:16:02\tStarting 728\n", - "11:16:09\tStarting 729\n", - "11:16:16\tStarting 730\n", - "11:16:23\tStarting 731\n", - "11:16:30\tStarting 732\n", - "11:16:36\tStarting 733\n", - "11:16:43\tStarting 734\n", - "11:16:50\tStarting 735\n", - "11:16:56\tStarting 736\n", - "11:17:03\tStarting 737\n", - "11:17:10\tStarting 738\n", - "11:17:17\tStarting 739\n", - "11:17:24\tStarting 740\n", - "11:17:31\tStarting 741\n", - "11:17:37\tStarting 742\n", - "11:17:44\tStarting 743\n", - "11:17:51\tStarting 744\n", - "11:17:58\tStarting 745\n", - "11:18:04\tStarting 746\n", - "11:18:11\tStarting 747\n", - "11:18:18\tStarting 748\n", - "11:18:25\tStarting 749\n", - "11:18:32\tStarting 750\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "11:18:39\tStarting 751\n", - "11:18:45\tStarting 752\n", - "11:18:52\tStarting 753\n", - "11:18:59\tStarting 754\n", - "11:19:06\tStarting 755\n", - "11:19:13\tStarting 756\n", - "11:19:19\tStarting 757\n", - "11:19:26\tStarting 758\n", - "11:19:33\tStarting 759\n", - "11:19:40\tStarting 760\n", - "11:19:47\tStarting 761\n", - "11:19:54\tStarting 762\n", - "11:20:00\tStarting 763\n", - "11:20:07\tStarting 764\n", - "11:20:14\tStarting 765\n", - "11:20:21\tStarting 766\n", - "11:20:28\tStarting 767\n", - "11:20:34\tStarting 768\n", - "11:20:41\tStarting 769\n", - "11:20:48\tStarting 770\n", - "11:20:55\tStarting 771\n", - "11:21:02\tStarting 772\n", - "11:21:09\tStarting 773\n", - "11:21:15\tStarting 774\n", - "11:21:22\tStarting 775\n", - "11:21:29\tStarting 776\n", - "11:21:36\tStarting 777\n", - "11:21:43\tStarting 778\n", - "11:21:50\tStarting 779\n", - "11:21:56\tStarting 780\n", - "11:22:03\tStarting 781\n", - "11:22:10\tStarting 782\n", - "11:22:17\tStarting 783\n", - "11:22:24\tStarting 784\n", - "11:22:31\tStarting 785\n", - "11:22:37\tStarting 786\n", - "11:22:44\tStarting 787\n", - "11:22:51\tStarting 788\n", - "11:22:58\tStarting 789\n", - "11:23:04\tStarting 790\n", - "11:23:11\tStarting 791\n", - "11:23:18\tStarting 792\n", - "11:23:25\tStarting 793\n", - "11:23:32\tStarting 794\n", - "11:23:38\tStarting 795\n", - "11:23:45\tStarting 796\n", - "11:23:52\tStarting 797\n", - "11:23:59\tStarting 798\n", - "11:24:06\tStarting 799\n", - "11:24:13\tStarting 800\n", - "11:24:19\tStarting 801\n", - "11:24:26\tStarting 802\n", - "11:24:33\tStarting 803\n", - "11:24:40\tStarting 804\n", - "11:24:46\tStarting 805\n", - "11:24:53\tStarting 806\n", - "11:25:00\tStarting 807\n", - "11:25:07\tStarting 808\n", - "11:25:13\tStarting 809\n", - "11:25:20\tStarting 810\n", - "11:25:27\tStarting 811\n", - "11:25:34\tStarting 812\n", - "11:25:40\tStarting 813\n", - "11:25:47\tStarting 814\n", - "11:25:54\tStarting 815\n", - "11:26:01\tStarting 816\n", - "11:26:07\tStarting 817\n", - "11:26:14\tStarting 818\n", - "11:26:21\tStarting 819\n", - "11:26:28\tStarting 820\n", - "11:26:35\tStarting 821\n", - "11:26:42\tStarting 822\n", - "11:26:48\tStarting 823\n", - "11:26:55\tStarting 824\n", - "11:27:02\tStarting 825\n", - "11:27:08\tStarting 826\n", - "11:27:15\tStarting 827\n", - "11:27:22\tStarting 828\n", - "11:27:29\tStarting 829\n", - "11:27:36\tStarting 830\n", - "11:27:43\tStarting 831\n", - "11:27:50\tStarting 832\n", - "11:27:57\tStarting 833\n", - "11:28:03\tStarting 834\n", - "11:28:10\tStarting 835\n", - "11:28:16\tStarting 836\n", - "11:28:23\tStarting 837\n", - "11:28:30\tStarting 838\n", - "11:28:36\tStarting 839\n", - "11:28:43\tStarting 840\n", - "11:28:50\tStarting 841\n", - "11:28:56\tStarting 842\n", - "11:29:03\tStarting 843\n", - "11:29:10\tStarting 844\n", - "11:29:17\tStarting 845\n", - "11:29:23\tStarting 846\n", - "11:29:30\tStarting 847\n", - "11:29:37\tStarting 848\n", - "11:29:44\tStarting 849\n", - "11:29:50\tStarting 850\n", - "11:29:57\tStarting 851\n", - "11:30:04\tStarting 852\n", - "11:30:11\tStarting 853\n", - "11:30:17\tStarting 854\n", - "11:30:24\tStarting 855\n", - "11:30:31\tStarting 856\n", - "11:30:37\tStarting 857\n", - "11:30:44\tStarting 858\n", - "11:30:51\tStarting 859\n", - "11:30:57\tStarting 860\n", - "11:31:04\tStarting 861\n", - "11:31:11\tStarting 862\n", - "11:31:17\tStarting 863\n", - "11:31:24\tStarting 864\n", - "11:31:31\tStarting 865\n", - "11:31:37\tStarting 866\n", - "11:31:44\tStarting 867\n", - "11:31:51\tStarting 868\n", - "11:31:57\tStarting 869\n", - "11:32:04\tStarting 870\n", - "11:32:11\tStarting 871\n", - "11:32:17\tStarting 872\n", - "11:32:24\tStarting 873\n", - "11:32:31\tStarting 874\n", - "11:32:38\tStarting 875\n", - "11:32:44\tStarting 876\n", - "11:32:51\tStarting 877\n", - "11:32:58\tStarting 878\n", - "11:33:04\tStarting 879\n", - "11:33:11\tStarting 880\n", - "11:33:18\tStarting 881\n", - "11:33:24\tStarting 882\n", - "11:33:31\tStarting 883\n", - "11:33:38\tStarting 884\n", - "11:33:44\tStarting 885\n", - "11:33:51\tStarting 886\n", - "11:33:58\tStarting 887\n", - "11:34:05\tStarting 888\n", - "11:34:11\tStarting 889\n", - "11:34:18\tStarting 890\n", - "11:34:25\tStarting 891\n", - "11:34:32\tStarting 892\n", - "11:34:39\tStarting 893\n", - "11:34:46\tStarting 894\n", - "11:34:53\tStarting 895\n", - "11:35:00\tStarting 896\n", - "11:35:07\tStarting 897\n", - "11:35:14\tStarting 898\n", - "11:35:21\tStarting 899\n", - "11:35:28\tStarting 900\n", - "11:35:35\tStarting 901\n", - "11:35:42\tStarting 902\n", - "11:35:49\tStarting 903\n", - "11:35:56\tStarting 904\n", - "11:36:02\tStarting 905\n", - "11:36:09\tStarting 906\n", - "11:36:16\tStarting 907\n", - "11:36:23\tStarting 908\n", - "11:36:30\tStarting 909\n", - "11:36:36\tStarting 910\n", - "11:36:43\tStarting 911\n", - "11:36:50\tStarting 912\n", - "11:36:57\tStarting 913\n", - "11:37:04\tStarting 914\n", - "11:37:10\tStarting 915\n", - "11:37:17\tStarting 916\n", - "11:37:24\tStarting 917\n", - "11:37:31\tStarting 918\n", - "11:37:37\tStarting 919\n", - "11:37:44\tStarting 920\n", - "11:37:51\tStarting 921\n", - "11:37:58\tStarting 922\n", - "11:38:04\tStarting 923\n", - "11:38:11\tStarting 924\n", - "11:38:18\tStarting 925\n", - "11:38:25\tStarting 926\n", - "11:38:31\tStarting 927\n", - "11:38:38\tStarting 928\n", - "11:38:45\tStarting 929\n", - "11:38:52\tStarting 930\n", - "11:38:58\tStarting 931\n", - "11:39:05\tStarting 932\n", - "11:39:12\tStarting 933\n", - "11:39:19\tStarting 934\n", - "11:39:25\tStarting 935\n", - "11:39:32\tStarting 936\n", - "11:39:39\tStarting 937\n", - "11:39:46\tStarting 938\n", - "11:39:53\tStarting 939\n", - "11:39:59\tStarting 940\n", - "11:40:06\tStarting 941\n", - "11:40:13\tStarting 942\n", - "11:40:20\tStarting 943\n", - "11:40:26\tStarting 944\n", - "11:40:33\tStarting 945\n", - "11:40:40\tStarting 946\n", - "11:40:47\tStarting 947\n", - "11:40:54\tStarting 948\n", - "11:41:00\tStarting 949\n", - "11:41:07\tStarting 950\n", - "11:41:14\tStarting 951\n", - "11:41:21\tStarting 952\n", - "11:41:27\tStarting 953\n", - "11:41:34\tStarting 954\n", - "11:41:41\tStarting 955\n", - "11:41:47\tStarting 956\n", - "11:41:54\tStarting 957\n", - "11:42:01\tStarting 958\n", - "11:42:08\tStarting 959\n", - "11:42:15\tStarting 960\n", - "11:42:21\tStarting 961\n", - "11:42:28\tStarting 962\n", - "11:42:35\tStarting 963\n", - "11:42:42\tStarting 964\n", - "11:42:49\tStarting 965\n", - "11:42:55\tStarting 966\n", - "11:43:02\tStarting 967\n", - "11:43:09\tStarting 968\n", - "11:43:16\tStarting 969\n", - "11:43:22\tStarting 970\n", - "11:43:29\tStarting 971\n", - "11:43:36\tStarting 972\n", - "11:43:43\tStarting 973\n", - "11:43:50\tStarting 974\n", - "11:43:56\tStarting 975\n", - "11:44:03\tStarting 976\n", - "11:44:10\tStarting 977\n", - "11:44:17\tStarting 978\n", - "11:44:23\tStarting 979\n", - "11:44:30\tStarting 980\n", - "11:44:37\tStarting 981\n", - "11:44:44\tStarting 982\n", - "11:44:50\tStarting 983\n", - "11:44:57\tStarting 984\n", - "11:45:04\tStarting 985\n", - "11:45:11\tStarting 986\n", - "11:45:18\tStarting 987\n", - "11:45:24\tStarting 988\n", - "11:45:31\tStarting 989\n", - "11:45:38\tStarting 990\n", - "11:45:45\tStarting 991\n", - "11:45:51\tStarting 992\n", - "11:45:58\tStarting 993\n", - "11:46:05\tStarting 994\n", - "11:46:12\tStarting 995\n", - "11:46:19\tStarting 996\n", - "11:46:25\tStarting 997\n", - "11:46:32\tStarting 998\n", - "11:46:39\tStarting 999\n", - "11:46:46\tStarting 1000\n", - "11:46:53\tStarting 1001\n", - "11:47:00\tStarting 1002\n", - "11:47:06\tStarting 1003\n", - "11:47:13\tStarting 1004\n", - "11:47:20\tStarting 1005\n", - "11:47:27\tStarting 1006\n", - "11:47:33\tStarting 1007\n", - "11:47:40\tStarting 1008\n", - "11:47:47\tStarting 1009\n", - "11:47:54\tStarting 1010\n", - "11:48:00\tStarting 1011\n", - "11:48:07\tStarting 1012\n", - "11:48:14\tStarting 1013\n", - "11:48:21\tStarting 1014\n", - "11:48:27\tStarting 1015\n", - "11:48:34\tStarting 1016\n", - "11:48:41\tStarting 1017\n", - "11:48:48\tStarting 1018\n", - "11:48:55\tStarting 1019\n", - "11:49:01\tStarting 1020\n", - "11:49:08\tStarting 1021\n", - "11:49:15\tStarting 1022\n", - "11:49:22\tStarting 1023\n", - "11:49:29\tStarting 1024\n", - "11:49:36\tStarting 1025\n", - "11:49:42\tStarting 1026\n", - "11:49:49\tStarting 1027\n", - "11:49:56\tStarting 1028\n", - "11:50:03\tStarting 1029\n", - "11:50:09\tStarting 1030\n", - "11:50:16\tStarting 1031\n", - "11:50:23\tStarting 1032\n", - "11:50:30\tStarting 1033\n", - "11:50:37\tStarting 1034\n", - "11:50:44\tStarting 1035\n", - "11:50:50\tStarting 1036\n", - "11:50:57\tStarting 1037\n", - "11:51:04\tStarting 1038\n", - "11:51:11\tStarting 1039\n", - "11:51:18\tStarting 1040\n", - "11:51:24\tStarting 1041\n", - "11:51:31\tStarting 1042\n", - "11:51:38\tStarting 1043\n", - "11:51:45\tStarting 1044\n", - "11:51:52\tStarting 1045\n", - "11:51:58\tStarting 1046\n", - "11:52:05\tStarting 1047\n", - "11:52:12\tStarting 1048\n", - "11:52:19\tStarting 1049\n", - "11:52:26\tStarting 1050\n", - "11:52:32\tStarting 1051\n", - "11:52:39\tStarting 1052\n", - "11:52:46\tStarting 1053\n", - "11:52:53\tStarting 1054\n", - "11:53:00\tStarting 1055\n", - "11:53:06\tStarting 1056\n", - "11:53:13\tStarting 1057\n", - "11:53:20\tStarting 1058\n", - "11:53:27\tStarting 1059\n", - "11:53:34\tStarting 1060\n", - "11:53:41\tStarting 1061\n", - "11:53:47\tStarting 1062\n", - "11:53:54\tStarting 1063\n", - "11:54:01\tStarting 1064\n", - "11:54:08\tStarting 1065\n", - "11:54:15\tStarting 1066\n", - "11:54:21\tStarting 1067\n", - "11:54:28\tStarting 1068\n", - "11:54:35\tStarting 1069\n", - "11:54:42\tStarting 1070\n", - "11:54:49\tStarting 1071\n", - "11:54:55\tStarting 1072\n", - "11:55:02\tStarting 1073\n", - "11:55:09\tStarting 1074\n", - "11:55:16\tStarting 1075\n", - "11:55:22\tStarting 1076\n", - "11:55:29\tStarting 1077\n", - "11:55:36\tStarting 1078\n", - "11:55:43\tStarting 1079\n", - "11:55:50\tStarting 1080\n", - "11:55:57\tStarting 1081\n", - "11:56:03\tStarting 1082\n", - "11:56:10\tStarting 1083\n", - "11:56:17\tStarting 1084\n", - "11:56:23\tStarting 1085\n", - "11:56:30\tStarting 1086\n", - "11:56:37\tStarting 1087\n", - "11:56:44\tStarting 1088\n", - "11:56:51\tStarting 1089\n", - "11:56:57\tStarting 1090\n", - "11:57:04\tStarting 1091\n", - "11:57:11\tStarting 1092\n", - "11:57:18\tStarting 1093\n", - "11:57:24\tStarting 1094\n", - "11:57:31\tStarting 1095\n", - "11:57:38\tStarting 1096\n", - "11:57:45\tStarting 1097\n", - "11:57:52\tStarting 1098\n", - "11:57:58\tStarting 1099\n", - "11:58:05\tStarting 1100\n", - "11:58:12\tStarting 1101\n", - "11:58:19\tStarting 1102\n", - "11:58:25\tStarting 1103\n", - "11:58:32\tStarting 1104\n", - "11:58:39\tStarting 1105\n", - "11:58:46\tStarting 1106\n", - "11:58:53\tStarting 1107\n", - "11:59:00\tStarting 1108\n", - "11:59:06\tStarting 1109\n", - "11:59:13\tStarting 1110\n", - "11:59:20\tStarting 1111\n", - "11:59:27\tStarting 1112\n", - "11:59:33\tStarting 1113\n", - "11:59:40\tStarting 1114\n", - "11:59:47\tStarting 1115\n", - "11:59:54\tStarting 1116\n", - "12:00:00\tStarting 1117\n", - "12:00:07\tStarting 1118\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:00:14\tStarting 1119\n", - "12:00:21\tStarting 1120\n", - "12:00:28\tStarting 1121\n", - "12:00:35\tStarting 1122\n", - "12:00:41\tStarting 1123\n", - "12:00:48\tStarting 1124\n", - "12:00:55\tStarting 1125\n", - "12:01:02\tStarting 1126\n", - "12:01:09\tStarting 1127\n", - "12:01:15\tStarting 1128\n", - "12:01:22\tStarting 1129\n", - "12:01:29\tStarting 1130\n", - "12:01:36\tStarting 1131\n", - "12:01:43\tStarting 1132\n", - "12:01:50\tStarting 1133\n", - "12:01:57\tStarting 1134\n", - "12:02:03\tStarting 1135\n", - "12:02:10\tStarting 1136\n", - "12:02:17\tStarting 1137\n", - "12:02:24\tStarting 1138\n", - "12:02:30\tStarting 1139\n", - "12:02:37\tStarting 1140\n", - "12:02:44\tStarting 1141\n", - "12:02:51\tStarting 1142\n", - "12:02:58\tStarting 1143\n", - "12:03:04\tStarting 1144\n", - "12:03:11\tStarting 1145\n", - "12:03:18\tStarting 1146\n", - "12:03:25\tStarting 1147\n", - "12:03:32\tStarting 1148\n", - "12:03:39\tStarting 1149\n", - "12:03:46\tStarting 1150\n", - "12:03:53\tStarting 1151\n", - "12:03:59\tStarting 1152\n", - "12:04:06\tStarting 1153\n", - "12:04:13\tStarting 1154\n", - "12:04:20\tStarting 1155\n", - "12:04:27\tStarting 1156\n", - "12:04:33\tStarting 1157\n", - "12:04:40\tStarting 1158\n", - "12:04:47\tStarting 1159\n", - "12:04:54\tStarting 1160\n", - "12:05:01\tStarting 1161\n", - "12:05:07\tStarting 1162\n", - "12:05:14\tStarting 1163\n", - "12:05:21\tStarting 1164\n", - "12:05:28\tStarting 1165\n", - "12:05:35\tStarting 1166\n", - "12:05:42\tStarting 1167\n", - "12:05:49\tStarting 1168\n", - "12:05:55\tStarting 1169\n", - "12:06:02\tStarting 1170\n", - "12:06:09\tStarting 1171\n", - "12:06:16\tStarting 1172\n", - "12:06:22\tStarting 1173\n", - "12:06:29\tStarting 1174\n", - "12:06:36\tStarting 1175\n", - "12:06:43\tStarting 1176\n", - "12:06:50\tStarting 1177\n", - "12:06:57\tStarting 1178\n", - "12:07:03\tStarting 1179\n", - "12:07:10\tStarting 1180\n", - "12:07:17\tStarting 1181\n", - "12:07:24\tStarting 1182\n", - "12:07:31\tStarting 1183\n", - "12:07:37\tStarting 1184\n", - "12:07:44\tStarting 1185\n", - "12:07:51\tStarting 1186\n", - "12:07:58\tStarting 1187\n", - "12:08:04\tStarting 1188\n", - "12:08:11\tStarting 1189\n", - "12:08:18\tStarting 1190\n", - "12:08:25\tStarting 1191\n", - "12:08:32\tStarting 1192\n", - "12:08:39\tStarting 1193\n", - "12:08:46\tStarting 1194\n", - "12:08:52\tStarting 1195\n", - "12:08:59\tStarting 1196\n", - "12:09:06\tStarting 1197\n", - "12:09:13\tStarting 1198\n", - "12:09:20\tStarting 1199\n", - "12:09:26\tStarting 1200\n", - "12:09:33\tStarting 1201\n", - "12:09:40\tStarting 1202\n", - "12:09:47\tStarting 1203\n", - "12:09:54\tStarting 1204\n", - "12:10:00\tStarting 1205\n", - "12:10:07\tStarting 1206\n", - "12:10:14\tStarting 1207\n", - "12:10:21\tStarting 1208\n", - "12:10:27\tStarting 1209\n", - "12:10:34\tStarting 1210\n", - "12:10:41\tStarting 1211\n", - "12:10:48\tStarting 1212\n", - "12:10:54\tStarting 1213\n", - "12:11:01\tStarting 1214\n", - "12:11:08\tStarting 1215\n", - "12:11:14\tStarting 1216\n", - "12:11:21\tStarting 1217\n", - "12:11:28\tStarting 1218\n", - "12:11:35\tStarting 1219\n", - "12:11:41\tStarting 1220\n", - "12:11:48\tStarting 1221\n", - "12:11:55\tStarting 1222\n", - "12:12:02\tStarting 1223\n", - "12:12:08\tStarting 1224\n", - "12:12:15\tStarting 1225\n", - "12:12:22\tStarting 1226\n", - "12:12:29\tStarting 1227\n", - "12:12:35\tStarting 1228\n", - "12:12:42\tStarting 1229\n", - "12:12:49\tStarting 1230\n", - "12:12:56\tStarting 1231\n", - "12:13:02\tStarting 1232\n", - "12:13:09\tStarting 1233\n", - "12:13:16\tStarting 1234\n", - "12:13:23\tStarting 1235\n", - "12:13:29\tStarting 1236\n", - "12:13:36\tStarting 1237\n", - "12:13:43\tStarting 1238\n", - "12:13:50\tStarting 1239\n", - "12:13:57\tStarting 1240\n", - "12:14:04\tStarting 1241\n", - "12:14:10\tStarting 1242\n", - "12:14:17\tStarting 1243\n", - "12:14:24\tStarting 1244\n", - "12:14:30\tStarting 1245\n", - "12:14:37\tStarting 1246\n", - "12:14:44\tStarting 1247\n", - "12:14:51\tStarting 1248\n", - "12:14:57\tStarting 1249\n", - "12:15:04\tStarting 1250\n", - "12:15:11\tStarting 1251\n", - "12:15:18\tStarting 1252\n", - "12:15:24\tStarting 1253\n", - "12:15:31\tStarting 1254\n", - "12:15:38\tStarting 1255\n", - "12:15:45\tStarting 1256\n", - "12:15:51\tStarting 1257\n", - "12:15:58\tStarting 1258\n", - "12:16:05\tStarting 1259\n", - "12:16:11\tStarting 1260\n", - "12:16:18\tStarting 1261\n", - "12:16:25\tStarting 1262\n", - "12:16:32\tStarting 1263\n", - "12:16:38\tStarting 1264\n", - "12:16:45\tStarting 1265\n", - "12:16:52\tStarting 1266\n", - "12:16:58\tStarting 1267\n", - "12:17:05\tStarting 1268\n", - "12:17:12\tStarting 1269\n", - "12:17:19\tStarting 1270\n", - "12:17:25\tStarting 1271\n", - "12:17:32\tStarting 1272\n", - "12:17:39\tStarting 1273\n", - "12:17:46\tStarting 1274\n", - "12:17:52\tStarting 1275\n", - "12:17:59\tStarting 1276\n", - "12:18:06\tStarting 1277\n", - "12:18:12\tStarting 1278\n", - "12:18:19\tStarting 1279\n", - "12:18:26\tStarting 1280\n", - "12:18:33\tStarting 1281\n", - "12:18:39\tStarting 1282\n", - "12:18:46\tStarting 1283\n", - "12:18:53\tStarting 1284\n", - "12:19:00\tStarting 1285\n", - "12:19:06\tStarting 1286\n", - "12:19:13\tStarting 1287\n", - "12:19:20\tStarting 1288\n", - "12:19:26\tStarting 1289\n", - "12:19:33\tStarting 1290\n", - "12:19:40\tStarting 1291\n", - "12:19:46\tStarting 1292\n", - "12:19:53\tStarting 1293\n", - "12:20:00\tStarting 1294\n", - "12:20:07\tStarting 1295\n", - "12:20:13\tStarting 1296\n", - "12:20:20\tStarting 1297\n", - "12:20:27\tStarting 1298\n", - "12:20:34\tStarting 1299\n", - "12:20:40\tStarting 1300\n", - "12:20:47\tStarting 1301\n", - "12:20:54\tStarting 1302\n", - "12:21:01\tStarting 1303\n", - "12:21:07\tStarting 1304\n", - "12:21:14\tStarting 1305\n", - "12:21:21\tStarting 1306\n", - "12:21:28\tStarting 1307\n", - "12:21:35\tStarting 1308\n", - "12:21:41\tStarting 1309\n", - "12:21:48\tStarting 1310\n", - "12:21:55\tStarting 1311\n", - "12:22:02\tStarting 1312\n", - "12:22:08\tStarting 1313\n", - "12:22:15\tStarting 1314\n", - "12:22:22\tStarting 1315\n", - "12:22:28\tStarting 1316\n", - "12:22:35\tStarting 1317\n", - "12:22:42\tStarting 1318\n", - "12:22:49\tStarting 1319\n", - "12:22:55\tStarting 1320\n", - "12:23:02\tStarting 1321\n", - "12:23:09\tStarting 1322\n", - "12:23:16\tStarting 1323\n", - "12:23:22\tStarting 1324\n", - "12:23:29\tStarting 1325\n", - "12:23:36\tStarting 1326\n", - "12:23:43\tStarting 1327\n", - "12:23:49\tStarting 1328\n", - "12:23:56\tStarting 1329\n", - "12:24:03\tStarting 1330\n", - "12:24:09\tStarting 1331\n", - "12:24:16\tStarting 1332\n", - "12:24:23\tStarting 1333\n", - "12:24:30\tStarting 1334\n", - "12:24:36\tStarting 1335\n", - "12:24:43\tStarting 1336\n", - "12:24:50\tStarting 1337\n", - "12:24:57\tStarting 1338\n", - "12:25:03\tStarting 1339\n", - "12:25:10\tStarting 1340\n", - "12:25:17\tStarting 1341\n", - "12:25:23\tStarting 1342\n", - "12:25:30\tStarting 1343\n", - "12:25:37\tStarting 1344\n", - "12:25:43\tStarting 1345\n", - "12:25:50\tStarting 1346\n", - "12:25:57\tStarting 1347\n", - "12:26:03\tStarting 1348\n", - "12:26:10\tStarting 1349\n", - "12:26:17\tStarting 1350\n", - "12:26:24\tStarting 1351\n", - "12:26:31\tStarting 1352\n", - "12:26:37\tStarting 1353\n", - "12:26:44\tStarting 1354\n", - "12:26:51\tStarting 1355\n", - "12:26:57\tStarting 1356\n", - "12:27:04\tStarting 1357\n", - "12:27:11\tStarting 1358\n", - "12:27:18\tStarting 1359\n", - "12:27:24\tStarting 1360\n", - "12:27:31\tStarting 1361\n", - "12:27:38\tStarting 1362\n", - "12:27:44\tStarting 1363\n", - "12:27:51\tStarting 1364\n", - "12:27:58\tStarting 1365\n", - "12:28:04\tStarting 1366\n", - "12:28:11\tStarting 1367\n", - "12:28:18\tStarting 1368\n", - "12:28:25\tStarting 1369\n", - "12:28:32\tStarting 1370\n", - "12:28:38\tStarting 1371\n", - "12:28:45\tStarting 1372\n", - "12:28:52\tStarting 1373\n", - "12:28:59\tStarting 1374\n", - "12:29:05\tStarting 1375\n", - "12:29:12\tStarting 1376\n", - "12:29:19\tStarting 1377\n", - "12:29:25\tStarting 1378\n", - "12:29:32\tStarting 1379\n", - "12:29:39\tStarting 1380\n", - "12:29:46\tStarting 1381\n", - "12:29:52\tStarting 1382\n", - "12:29:59\tStarting 1383\n", - "12:30:06\tStarting 1384\n", - "12:30:13\tStarting 1385\n", - "12:30:19\tStarting 1386\n", - "12:30:26\tStarting 1387\n", - "12:30:33\tStarting 1388\n", - "12:30:39\tStarting 1389\n", - "12:30:46\tStarting 1390\n", - "12:30:53\tStarting 1391\n", - "12:30:59\tStarting 1392\n", - "12:31:06\tStarting 1393\n", - "12:31:13\tStarting 1394\n", - "12:31:20\tStarting 1395\n", - "12:31:26\tStarting 1396\n", - "12:31:33\tStarting 1397\n", - "12:31:40\tStarting 1398\n", - "12:31:46\tStarting 1399\n", - "12:31:53\tStarting 1400\n", - "12:32:00\tStarting 1401\n", - "12:32:07\tStarting 1402\n", - "12:32:13\tStarting 1403\n", - "12:32:20\tStarting 1404\n", - "12:32:27\tStarting 1405\n", - "12:32:34\tStarting 1406\n", - "12:32:41\tStarting 1407\n", - "12:32:48\tStarting 1408\n", - "12:32:54\tStarting 1409\n", - "12:33:01\tStarting 1410\n", - "12:33:08\tStarting 1411\n", - "12:33:14\tStarting 1412\n", - "12:33:21\tStarting 1413\n", - "12:33:28\tStarting 1414\n", - "12:33:35\tStarting 1415\n", - "12:33:41\tStarting 1416\n", - "12:33:48\tStarting 1417\n", - "12:33:55\tStarting 1418\n", - "12:34:01\tStarting 1419\n", - "12:34:08\tStarting 1420\n", - "12:34:15\tStarting 1421\n", - "12:34:22\tStarting 1422\n", - "12:34:28\tStarting 1423\n", - "12:34:35\tStarting 1424\n", - "12:34:42\tStarting 1425\n", - "12:34:49\tStarting 1426\n", - "12:34:55\tStarting 1427\n", - "12:35:02\tStarting 1428\n", - "12:35:09\tStarting 1429\n", - "12:35:16\tStarting 1430\n", - "12:35:22\tStarting 1431\n", - "12:35:29\tStarting 1432\n", - "12:35:36\tStarting 1433\n", - "12:35:43\tStarting 1434\n", - "12:35:49\tStarting 1435\n", - "12:35:56\tStarting 1436\n", - "12:36:03\tStarting 1437\n", - "12:36:10\tStarting 1438\n", - "12:36:16\tStarting 1439\n", - "12:36:23\tStarting 1440\n", - "12:36:30\tStarting 1441\n", - "12:36:36\tStarting 1442\n", - "12:36:43\tStarting 1443\n", - "12:36:50\tStarting 1444\n", - "12:36:57\tStarting 1445\n", - "12:37:04\tStarting 1446\n", - "12:37:10\tStarting 1447\n", - "12:37:17\tStarting 1448\n", - "12:37:24\tStarting 1449\n", - "12:37:31\tStarting 1450\n", - "12:37:38\tStarting 1451\n", - "12:37:44\tStarting 1452\n", - "12:37:51\tStarting 1453\n", - "12:37:58\tStarting 1454\n", - "12:38:05\tStarting 1455\n", - "12:38:11\tStarting 1456\n", - "12:38:18\tStarting 1457\n", - "12:38:25\tStarting 1458\n", - "12:38:32\tStarting 1459\n", - "12:38:39\tStarting 1460\n", - "12:38:45\tStarting 1461\n", - "12:38:52\tStarting 1462\n", - "12:38:59\tStarting 1463\n", - "12:39:06\tStarting 1464\n", - "12:39:13\tStarting 1465\n", - "12:39:19\tStarting 1466\n", - "12:39:26\tStarting 1467\n", - "12:39:33\tStarting 1468\n", - "12:39:40\tStarting 1469\n", - "12:39:47\tStarting 1470\n", - "12:39:54\tStarting 1471\n", - "12:40:00\tStarting 1472\n", - "12:40:07\tStarting 1473\n", - "12:40:14\tStarting 1474\n", - "12:40:21\tStarting 1475\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "12:40:27\tStarting 1476\n", - "12:40:34\tStarting 1477\n", - "12:40:41\tStarting 1478\n", - "12:40:48\tStarting 1479\n", - "12:40:55\tStarting 1480\n", - "12:41:02\tStarting 1481\n", - "12:41:08\tStarting 1482\n", - "12:41:15\tStarting 1483\n", - "12:41:22\tStarting 1484\n", - "12:41:29\tStarting 1485\n", - "12:41:35\tStarting 1486\n", - "12:41:42\tStarting 1487\n", - "12:41:49\tStarting 1488\n", - "12:41:56\tStarting 1489\n", - "12:42:02\tStarting 1490\n", - "12:42:09\tStarting 1491\n", - "12:42:16\tStarting 1492\n", - "12:42:23\tStarting 1493\n", - "12:42:29\tStarting 1494\n", - "12:42:36\tStarting 1495\n", - "12:42:43\tStarting 1496\n", - "12:42:50\tStarting 1497\n", - "12:42:57\tStarting 1498\n", - "12:43:04\tStarting 1499\n", - "12:43:11\tStarting 1500\n", - "12:43:17\tStarting 1501\n", - "12:43:24\tStarting 1502\n", - "12:43:31\tStarting 1503\n", - "12:43:38\tStarting 1504\n", - "12:43:45\tStarting 1505\n", - "12:43:52\tStarting 1506\n", - "12:43:59\tStarting 1507\n", - "12:44:05\tStarting 1508\n", - "12:44:12\tStarting 1509\n", - "12:44:19\tStarting 1510\n", - "12:44:26\tStarting 1511\n", - "12:44:33\tStarting 1512\n", - "12:44:40\tStarting 1513\n", - "12:44:46\tStarting 1514\n", - "12:44:53\tStarting 1515\n", - "12:45:00\tStarting 1516\n", - "12:45:07\tStarting 1517\n", - "12:45:13\tStarting 1518\n", - "12:45:20\tStarting 1519\n", - "12:45:27\tStarting 1520\n", - "12:45:34\tStarting 1521\n", - "12:45:40\tStarting 1522\n", - "12:45:47\tStarting 1523\n", - "12:45:54\tStarting 1524\n", - "12:46:01\tStarting 1525\n", - "12:46:07\tStarting 1526\n", - "12:46:14\tStarting 1527\n", - "12:46:21\tStarting 1528\n", - "12:46:28\tStarting 1529\n", - "12:46:35\tStarting 1530\n", - "12:46:41\tStarting 1531\n", - "12:46:48\tStarting 1532\n", - "12:46:55\tStarting 1533\n", - "12:47:02\tStarting 1534\n", - "12:47:08\tStarting 1535\n", - "12:47:15\tStarting 1536\n", - "12:47:22\tStarting 1537\n", - "12:47:29\tStarting 1538\n", - "12:47:36\tStarting 1539\n", - "12:47:42\tStarting 1540\n", - "12:47:49\tStarting 1541\n", - "12:47:56\tStarting 1542\n", - "12:48:03\tStarting 1543\n", - "12:48:10\tStarting 1544\n", - "12:48:17\tStarting 1545\n", - "12:48:24\tStarting 1546\n", - "12:48:30\tStarting 1547\n", - "12:48:37\tStarting 1548\n", - "12:48:44\tStarting 1549\n", - "12:48:51\tStarting 1550\n", - "12:48:58\tStarting 1551\n", - "12:49:04\tStarting 1552\n", - "12:49:11\tStarting 1553\n", - "12:49:18\tStarting 1554\n", - "12:49:25\tStarting 1555\n", - "12:49:32\tStarting 1556\n", - "12:49:38\tStarting 1557\n", - "12:49:45\tStarting 1558\n", - "12:49:52\tStarting 1559\n", - "12:49:59\tStarting 1560\n", - "12:50:05\tStarting 1561\n", - "12:50:12\tStarting 1562\n", - "12:50:19\tStarting 1563\n", - "12:50:26\tStarting 1564\n", - "12:50:33\tStarting 1565\n", - "12:50:39\tStarting 1566\n", - "12:50:46\tStarting 1567\n", - "12:50:53\tStarting 1568\n", - "12:51:00\tStarting 1569\n", - "12:51:07\tStarting 1570\n", - "12:51:13\tStarting 1571\n", - "12:51:20\tStarting 1572\n", - "12:51:27\tStarting 1573\n", - "12:51:34\tStarting 1574\n", - "12:51:41\tStarting 1575\n", - "12:51:47\tStarting 1576\n", - "12:51:54\tStarting 1577\n", - "12:52:01\tStarting 1578\n", - "12:52:08\tStarting 1579\n", - "12:52:15\tStarting 1580\n", - "12:52:22\tStarting 1581\n", - "12:52:28\tStarting 1582\n", - "12:52:35\tStarting 1583\n", - "12:52:42\tStarting 1584\n", - "12:52:49\tStarting 1585\n", - "12:52:56\tStarting 1586\n", - "12:53:02\tStarting 1587\n", - "12:53:09\tStarting 1588\n", - "12:53:16\tStarting 1589\n", - "12:53:23\tStarting 1590\n", - "12:53:29\tStarting 1591\n", - "12:53:36\tStarting 1592\n", - "12:53:43\tStarting 1593\n", - "12:53:50\tStarting 1594\n", - "12:53:57\tStarting 1595\n", - "12:54:03\tStarting 1596\n", - "12:54:10\tStarting 1597\n", - "12:54:17\tStarting 1598\n", - "12:54:23\tStarting 1599\n", - "12:54:30\tStarting 1600\n", - "12:54:37\tStarting 1601\n", - "12:54:44\tStarting 1602\n", - "12:54:50\tStarting 1603\n", - "12:54:57\tStarting 1604\n", - "12:55:04\tStarting 1605\n", - "12:55:10\tStarting 1606\n", - "12:55:17\tStarting 1607\n", - "12:55:24\tStarting 1608\n", - "12:55:31\tStarting 1609\n", - "12:55:37\tStarting 1610\n", - "12:55:44\tStarting 1611\n", - "12:55:51\tStarting 1612\n", - "12:55:58\tStarting 1613\n", - "12:56:05\tStarting 1614\n", - "12:56:11\tStarting 1615\n", - "12:56:18\tStarting 1616\n", - "12:56:25\tStarting 1617\n", - "12:56:32\tStarting 1618\n", - "12:56:38\tStarting 1619\n", - "12:56:45\tStarting 1620\n", - "12:56:52\tStarting 1621\n", - "12:56:59\tStarting 1622\n", - "12:57:06\tStarting 1623\n", - "12:57:12\tStarting 1624\n", - "12:57:19\tStarting 1625\n", - "12:57:26\tStarting 1626\n", - "12:57:33\tStarting 1627\n", - "12:57:40\tStarting 1628\n", - "12:57:47\tStarting 1629\n", - "12:57:53\tStarting 1630\n", - "12:58:00\tStarting 1631\n", - "12:58:07\tStarting 1632\n", - "12:58:14\tStarting 1633\n", - "12:58:21\tStarting 1634\n", - "12:58:28\tStarting 1635\n", - "12:58:34\tStarting 1636\n", - "12:58:41\tStarting 1637\n", - "12:58:48\tStarting 1638\n", - "12:58:55\tStarting 1639\n", - "12:59:01\tStarting 1640\n", - "12:59:08\tStarting 1641\n", - "12:59:15\tStarting 1642\n", - "12:59:22\tStarting 1643\n", - "12:59:29\tStarting 1644\n", - "12:59:35\tStarting 1645\n", - "12:59:42\tStarting 1646\n", - "12:59:49\tStarting 1647\n", - "12:59:56\tStarting 1648\n", - "13:00:03\tStarting 1649\n", - "13:00:10\tStarting 1650\n" - ] - }, - { - "ename": "ValueError", - "evalue": "Length mismatch: Expected axis has 1651 elements, new values have 14039 elements", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mValueError\u001b[0m Traceback (most recent call last)", - "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 1\u001b[0m \u001b[0mod\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mma\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcalculate_od_matrix\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mttr\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mmcp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0minM\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mdestinations\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 2\u001b[0m \u001b[0mxx\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mpd\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mDataFrame\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mod\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m----> 3\u001b[0;31m \u001b[0mxx\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mcolumns\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0minM\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mMP_CODE_st\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 4\u001b[0m \u001b[0mxx\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mindex\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mdestinations\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mWDPAID\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5\u001b[0m \u001b[0mxx\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mto_csv\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mos\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpath\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mjoin\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mout_varun_folder\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m\"mp_protected_areas_OD.csv\"\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;32m~/.conda/envs/ee/lib/python3.9/site-packages/pandas/core/generic.py\u001b[0m in \u001b[0;36m__setattr__\u001b[0;34m(self, name, value)\u001b[0m\n\u001b[1;32m 5476\u001b[0m \u001b[0;32mtry\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5477\u001b[0m \u001b[0mobject\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m__getattribute__\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mname\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m-> 5478\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mobject\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m__setattr__\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mname\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mvalue\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 5479\u001b[0m \u001b[0;32mexcept\u001b[0m \u001b[0mAttributeError\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 5480\u001b[0m \u001b[0;32mpass\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;32mpandas/_libs/properties.pyx\u001b[0m in \u001b[0;36mpandas._libs.properties.AxisProperty.__set__\u001b[0;34m()\u001b[0m\n", - "\u001b[0;32m~/.conda/envs/ee/lib/python3.9/site-packages/pandas/core/generic.py\u001b[0m in \u001b[0;36m_set_axis\u001b[0;34m(self, axis, labels)\u001b[0m\n\u001b[1;32m 668\u001b[0m \u001b[0;32mdef\u001b[0m \u001b[0m_set_axis\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0maxis\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mint\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mlabels\u001b[0m\u001b[0;34m:\u001b[0m \u001b[0mIndex\u001b[0m\u001b[0;34m)\u001b[0m \u001b[0;34m->\u001b[0m \u001b[0;32mNone\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 669\u001b[0m \u001b[0mlabels\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mensure_index\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mlabels\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 670\u001b[0;31m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_mgr\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mset_axis\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0maxis\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mlabels\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 671\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0m_clear_item_cache\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 672\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;32m~/.conda/envs/ee/lib/python3.9/site-packages/pandas/core/internals/managers.py\u001b[0m in \u001b[0;36mset_axis\u001b[0;34m(self, axis, new_labels)\u001b[0m\n\u001b[1;32m 218\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 219\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mnew_len\u001b[0m \u001b[0;34m!=\u001b[0m \u001b[0mold_len\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 220\u001b[0;31m raise ValueError(\n\u001b[0m\u001b[1;32m 221\u001b[0m \u001b[0;34mf\"Length mismatch: Expected axis has {old_len} elements, new \"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 222\u001b[0m \u001b[0;34mf\"values have {new_len} elements\"\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n", - "\u001b[0;31mValueError\u001b[0m: Length mismatch: Expected axis has 1651 elements, new values have 14039 elements" - ] - } - ], - "source": [ - "od = ma.calculate_od_matrix(ttr, mcp, inM, destinations)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = inM.MP_CODE_st\n", - "xx.index = destinations.WDPAID\n", - "xx.to_csv(os.path.join(out_varun_folder, \"mp_protected_areas_OD.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Calculate Main Place OD" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "municipalities = os.path.join(\n", - " in_folder, \"MiningCommunities\", \"MainPlaces\", \"MP_SA_2011.shp\"\n", - ")\n", - "inM = gpd.read_file(municipalities)\n", - "inM[\"geometry\"] = inM[\"geometry\"].apply(lambda x: x.centroid)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "od = ma.calculate_od_matrix(ttr, mcp, inM, inM)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = inM.MP_CODE_st\n", - "xx.index = sel_sp.MP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"all_mp.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx.columns = inM.MP_CODE_st\n", - "xx.index = inM.MP_CODE_st" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx.to_csv(os.path.join(ma_folder, \"all_mp_od.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Calculate gravity" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ma.calculate_gravity?" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "weights = pd.read_csv(os.path.join(in_folder, \"ZONAL_RES\", \"named_places_zonal.csv\"))\n", - "weights.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "weights.shape" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "xx.shape" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "simple_gravity = ma.calculate_gravity(xx)\n", - "simple_gravity.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "pop_gravity = ma.calculate_gravity(xx, weights[\"POP\"].values, weights[\"POP\"].values)\n", - "pop_gravity.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ntl_gravity = ma.calculate_gravity(\n", - " xx, weights[\"NTL_2023\"].values, weights[\"NTL_2023\"].values\n", - ")\n", - "ntl_gravity.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "inM = gpd.read_file(municipalities)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "def create_ma_geometry(ma_df, out_file, xx_inM, ma_col=[\"d_0.001\"], driver=\"GeoJSON\"):\n", - " # create output geospatial market access data\n", - " simple_geog = ma_df.copy()\n", - " simple_geog = simple_geog.loc[:, ma_col]\n", - " simple_geog[\"geometry\"] = xx_inM[\"geometry\"].values\n", - " simple_geog = gpd.GeoDataFrame(simple_geog, geometry=\"geometry\", crs=xx_inM.crs)\n", - " pd.DataFrame(simple_geog.drop([\"geometry\"], axis=1)).to_csv(f\"{out_file}.csv\")\n", - " simple_geog.to_file(out_file, driver=driver)\n", - " return simple_geog" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "ma_folder" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "create_ma_geometry(\n", - " simple_gravity,\n", - " os.path.join(ma_folder, \"simple_ma.shp\"),\n", - " inM,\n", - " driver=\"ESRI Shapefile\",\n", - ")\n", - "create_ma_geometry(\n", - " pop_gravity, os.path.join(ma_folder, \"pop_ma.shp\"), inM, driver=\"ESRI Shapefile\"\n", - ")\n", - "create_ma_geometry(\n", - " ntl_gravity, os.path.join(ma_folder, \"ntl_ma.shp\"), inM, driver=\"ESRI Shapefile\"\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "weights.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "weights.loc[weights[\"MP_CODE_st\"] == 798020]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Debugging" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/README.md b/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/README.md deleted file mode 100644 index 5d9d788..0000000 --- a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# Just energy transition -tbd diff --git a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Zonal_statistics.ipynb b/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Zonal_statistics.ipynb deleted file mode 100644 index ad15def..0000000 --- a/docs/notebooks/Implementations/URB_SURDR_ZAF_Energy_Transition/Zonal_statistics.ipynb +++ /dev/null @@ -1,1220 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "c39b4ad3", - "metadata": {}, - "source": [ - "# Mpumalanga spatial analysis\n", - "\n", - "1. Calculate zonal statistics on the South African Municipalities \n", - " - Nighttime lights intensity \n", - " - Gridded population count \n", - " - Urbanization (TBD) \n", - " - Built-up \n", - " - Travel-time \n", - " - re-calculate TT to tourist destinations \n", - " - Gravity-metrics (TBD) \n", - " \n", - "2023-11-28 Updated work \n", - "- re-run population numbers with higher resolution data on population \n", - "- Re-run travel times; for all the below, include straight-line calculations \n", - " - Travel time to largest city/capital city **in their own province**\n", - " - Nearest national port and airport\n", - " - Nearest non-national port and airport\n", - " \n", - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "58679d41", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/.conda/envs/ee/lib/python3.9/site-packages/geopandas/_compat.py:106: UserWarning: The Shapely GEOS version (3.9.1-CAPI-1.14.2) is incompatible with the GEOS version PyGEOS was compiled with (3.10.4-CAPI-1.16.2). Conversions between both will be slow.\n", - " warnings.warn(\n" - ] - } - ], - "source": [ - "import sys\n", - "import os\n", - "import importlib\n", - "import rasterio\n", - "\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import skimage.graph as graph\n", - "\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/gostrocks/src\")\n", - "\n", - "import GOSTRocks.dataMisc as dataMisc\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "from GOSTRocks.misc import tPrint\n", - "\n", - "sys.path.insert(0, \"/home/wb411133/Code/GOSTNets_Raster/src\")\n", - "import GOSTNetsRaster.market_access as ma\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "id": "cc27ef0a", - "metadata": {}, - "outputs": [], - "source": [ - "# Define input variables\n", - "in_folder = \"/home/wb411133/projects/URB_SURDR_ZAF\"\n", - "ntl_folder = os.path.join(in_folder, \"NTL_data\")\n", - "ghsl_folder = os.path.join(in_folder, \"GHSL_data\")\n", - "urban_folder = os.path.join(in_folder, \"URBAN\")\n", - "ma_folder = os.path.join(in_folder, \"market_access\")\n", - "infra_folder = os.path.join(in_folder, \"Infra\")\n", - "zaf_folder = os.path.join(in_folder, \"MiningCommunities\")\n", - "zonal_res_folder = os.path.join(in_folder, \"ZONAL_RES\")\n", - "protected_areas_folder = os.path.join(in_folder, \"Protected_Areas\")\n", - "reference_folder = os.path.join(in_folder, \"Reference\")\n", - "for f in [\n", - " in_folder,\n", - " ntl_folder,\n", - " ghsl_folder,\n", - " ma_folder,\n", - " infra_folder,\n", - " zonal_res_folder,\n", - " protected_areas_folder,\n", - "]:\n", - " if not os.path.exists(f):\n", - " os.makedirs(f)\n", - "\n", - "# Define local variables\n", - "admin0_file = os.path.join(in_folder, \"ZAF_select_adm0.shp\")\n", - "admin1_file = os.path.join(in_folder, \"admin1_geoBounds.shp\")\n", - "admin3_file = os.path.join(in_folder, \"ADMIN\", \"admin3_geoBounds_FINAL.shp\")\n", - "ghsl_thresh = 0.1\n", - "local_ghsl_file = os.path.join(in_folder, f\"ghsl_combined_{int(ghsl_thresh*100)}.tif\")\n", - "high_res_pop = (\n", - " \"/home/public/Data/GLOBAL/Population/RF_SSA_2015-2020/ZAF/ppp_ZAF_const_2020.tif\"\n", - ")\n", - "urban_raster = os.path.join(urban_folder, \"zaf_cpo20_urban.tif\")\n", - "urban_raster_pop = os.path.join(urban_folder, \"zaf_cpo20.tif\")\n", - "urban_extents_file = os.path.join(urban_folder, \"cpo20_urban_extents.shp\")\n", - "local_ghs_smod_file = os.path.join(in_folder, \"GHS_SMOD_2020.tif\")\n", - "major_urban_extents = os.path.join(in_folder, \"major_cities_UCDB2019.shp\")\n", - "zaf_capitals = os.path.join(in_folder, \"ZAF_provincial_capitals.kml\")\n", - "local_friction_file = os.path.join(ma_folder, \"friction_2020.tif\")\n", - "local_airports = os.path.join(reference_folder, \"Major_Airports.shp\")\n", - "local_ports = os.path.join(reference_folder, \"Ports.shp\")\n", - "tourist_locations = os.path.join(infra_folder, \"Kruger_EntryGates.shp\")\n", - "protected_areas = os.path.join(protected_areas_folder, \"SAPAD_IR_2023_Q2_01.shp\")\n", - "mines_file = os.path.join(reference_folder, \"SAMines\", \"AllMinesFeb2024.shp\")\n", - "plants_file = os.path.join(reference_folder, \"SAPlants\", \"processing-plants.shp\")\n", - "\n", - "municipalities = os.path.join(zaf_folder, \"MainPlaces\", \"MP_SA_2011.shp\")\n", - "muni_id = \"MP_CODE_st\"\n", - "\n", - "proj_epsg = 22293 # https://epsg.io/22293" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "id": "8ceaa32b", - "metadata": {}, - "outputs": [], - "source": [ - "municipalities = os.path.join(zaf_folder, \"MainPlaces\", \"MP_SA_2011.shp\")\n", - "inM = gpd.read_file(municipalities)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "0d1a596b", - "metadata": {}, - "outputs": [], - "source": [ - "# Zonal stats on nighttime lights\n", - "regional_ntl_folder = os.path.join(ntl_folder, \"Neighbours\")\n", - "ntl_files = [\n", - " os.path.join(regional_ntl_folder, x) for x in os.listdir(regional_ntl_folder)\n", - "]\n", - "\n", - "inM_ntl_res = inM.copy()\n", - "for ntl_file in ntl_files:\n", - " year = ntl_file.split(\"_\")[-2]\n", - " tPrint(year)\n", - " res = rMisc.zonalStats(inM, ntl_file, minVal=0.1)\n", - " res = pd.DataFrame(res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - " inM_ntl_res[f\"NTL_{year}\"] = res[\"SUM\"]\n", - "pd.DataFrame(inM_ntl_res.drop([\"geometry\"], axis=1)).to_csv(\n", - " os.path.join(zonal_res_folder, \"NTL_Zonal_res.csv\")\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "0bc5cc95", - "metadata": {}, - "outputs": [], - "source": [ - "# Population summary\n", - "inM_pop_res = inM.copy()\n", - "\n", - "pop_res = rMisc.zonalStats(inM, high_res_pop, minVal=0, reProj=True)\n", - "pop_res = pd.DataFrame(pop_res, columns=[\"SUM\", \"MIN\", \"MAX\", \"MEAN\"])\n", - "inM_pop_res[\"POP\"] = pop_res[\"SUM\"]\n", - "\n", - "pd.DataFrame(inM_pop_res.drop([\"geometry\"], axis=1)).to_csv(\n", - " os.path.join(zonal_res_folder, \"Pop_res.csv\")\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "b9aea8cc", - "metadata": {}, - "outputs": [], - "source": [ - "# GHSL _summary\n", - "ghsl_res = rMisc.zonalStats(\n", - " inM, local_ghsl_file, rastType=\"C\", unqVals=list(range(1975, 2031, 5)), reProj=True\n", - ")\n", - "ghsl_res = pd.DataFrame(\n", - " ghsl_res, columns=[f\"c_{x}\" for x in list(range(1975, 2031, 5))]\n", - ")\n", - "ghsl_res = ghsl_res.cumsum(axis=1)\n", - "ghsl_area = ghsl_res.copy()\n", - "# GHSL conversion to area (km2)\n", - "for col in ghsl_area.columns:\n", - " ghsl_area[col] = ghsl_area[col] * (100 * 100) / 1000000\n", - "ghsl_area[\"AREA_KM\"] = inM[\"ALBERS_ARE\"]\n", - "ghsl_area[\"per_built_2020\"] = ghsl_area.apply(\n", - " lambda x: x[\"c_2020\"] / x[\"AREA_KM\"], axis=1\n", - ")\n", - "ghsl_area[muni_id] = inM[muni_id]\n", - "ghsl_area.to_csv(os.path.join(zonal_res_folder, \"Muni_GHSL_res.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": 26, - "id": "0973fdaa", - "metadata": {}, - "outputs": [], - "source": [ - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "cc610caf", - "metadata": {}, - "outputs": [], - "source": [ - "# Calculate travel time to largest city within province\n", - "in_cities = gpd.read_file(major_urban_extents)\n", - "zaf_adm1 = dataMisc.get_geoboundaries(\"ZAF\", \"ADM1\")\n", - "in_cities[\"geometry\"] = in_cities[\"geometry\"].apply(lambda x: x.centroid)\n", - "in_cities = in_cities.loc[:, [\"ID_HDC_G0\", \"CTR_MN_NM\", \"UC_NM_MN\", \"P15\", \"geometry\"]]\n", - "zaf_adm1 = gpd.read_file(admin1_file)\n", - "in_cities = gpd.sjoin(in_cities, zaf_adm1)" - ] - }, - { - "cell_type": "code", - "execution_count": 25, - "id": "afbed7f8", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "##### Ports and airports\n", - "ports = gpd.read_file(local_ports)\n", - "zaf_ports = ports.loc[ports[\"COUNTRY\"] == \"ZA\"]\n", - "foreign_ports = ports.loc[ports[\"COUNTRY\"] != \"ZA\"]\n", - "maputo_port = foreign_ports.loc[foreign_ports[\"PORT_NAME\"] == \"MAPUTO\"]\n", - "\n", - "airports = gpd.read_file(local_airports)\n", - "zaf_airports = airports.loc[airports[\"soc\"] == \"ZAF\"]\n", - "foreign_airports = airports.loc[airports[\"soc\"] != \"ZAF\"]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "1cfa99c8", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Largest 5 cities\n", - "largest_5_cities = in_cities.sort_values(\"P15\", ascending=False)[:5]\n", - "\n", - "\n", - "# Largest city in each province\n", - "def get_largest(x):\n", - " return x.sort_values(\"P15\", ascending=False).iloc[0]\n", - "\n", - "\n", - "provincial_largest = in_cities.groupby(\"shapeName\").apply(get_largest)\n", - "provincial_largest.crs = in_cities.crs\n", - "# Read in KML of provincial capitals\n", - "gpd.io.file.fiona.drvsupport.supported_drivers[\"LIBKML\"] = \"rw\"\n", - "prov_capitals = gpd.read_file(zaf_capitals).loc[:, [\"Name\", \"geometry\"]]" - ] - }, - { - "cell_type": "code", - "execution_count": 44, - "id": "c38664ec", - "metadata": {}, - "outputs": [], - "source": [ - "# Plants and mines\n", - "plants = gpd.read_file(plants_file)\n", - "mines = gpd.read_file(mines_file)\n", - "mines = mines.loc[mines[\"Commodity\"] != \"coal\"]\n", - "mines = mines.loc[~mines.geometry.isna()]" - ] - }, - { - "cell_type": "code", - "execution_count": 46, - "id": "b067e728", - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:12:46\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_zaf_ports_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:15:26\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_foreign_ports_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:18:05\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_maputo_ports_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:20:44\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_zaf_airports_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:23:24\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_mines_noncoal_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "13:26:03\t/home/wb411133/projects/URB_SURDR_ZAF/ZONAL_RES/tt_plants_tt.csv\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - } - ], - "source": [ - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)\n", - "\n", - "inN, profile = rMisc.standardizeInputRasters(popR, ttr, resampling_type=\"sum\")\n", - "with rMisc.create_rasterio_inmemory(profile, inN) as pop_temp:\n", - " for dest in [\n", - " # [gpd.read_file(protected_areas), 'tt_protected_areas'],\n", - " # [gpd.read_file(tourist_locations), 'tt_kruger'],\n", - " # [gpd.read_file(major_urban_extents), 'tt_cities'],\n", - " # [largest_5_cities, 'tt_largest_5_cities'],\n", - " # [provincial_largest, 'tt_prov_largest'],\n", - " # [prov_capitals, 'tt_prov_capital'],\n", - " [zaf_ports, \"tt_zaf_ports\"],\n", - " [foreign_ports, \"tt_foreign_ports\"],\n", - " [maputo_port, \"tt_maputo_ports\"],\n", - " [zaf_airports, \"tt_zaf_airports\"],\n", - " [mines, \"tt_mines_noncoal\"],\n", - " [plants, \"tt_plants\"],\n", - " # [foreign_airports, 'tt_foreign_airports']\n", - " ]:\n", - " out_file = os.path.join(zonal_res_folder, f\"{dest[1]}_tt.csv\")\n", - " tPrint(out_file)\n", - " if not os.path.exists(out_file):\n", - " dests = dest[0]\n", - " if not dests.geom_type.iloc[0] == \"Point\":\n", - " dests[\"geometry\"] = dests[\"geometry\"].apply(lambda x: x.centroid)\n", - " suffix = os.path.basename(out_file[:-4])\n", - " res = ma.summarize_travel_time_populations(\n", - " pop_temp, ttr, dests, mcp, inM, col_suffix=suffix, calc_small=True\n", - " )\n", - " pd.DataFrame(res.drop([\"geometry\"], axis=1)).to_csv(out_file)" - ] - }, - { - "cell_type": "markdown", - "id": "2aff3729", - "metadata": {}, - "source": [ - "# Combine results" - ] - }, - { - "cell_type": "code", - "execution_count": 47, - "id": "747803c4", - "metadata": {}, - "outputs": [], - "source": [ - "baseD = gpd.read_file(municipalities)\n", - "baseD.index = baseD[muni_id].astype(\"int64\")" - ] - }, - { - "cell_type": "code", - "execution_count": 48, - "id": "0e9befe3", - "metadata": {}, - "outputs": [], - "source": [ - "def join_data(in_file_name, baseD):\n", - " ntl_data = pd.read_csv(in_file_name, index_col=0)\n", - " ntl_data.index = ntl_data[muni_id].astype(\"int64\")\n", - " cols_to_use = ntl_data.columns.difference(baseD.drop(\"geometry\", axis=1).columns)\n", - " ntl_data = ntl_data[cols_to_use]\n", - " baseD = pd.merge(baseD, ntl_data, left_index=True, right_index=True)\n", - " return baseD" - ] - }, - { - "cell_type": "code", - "execution_count": 49, - "id": "e19f4112", - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "tt_zaf_ports_tt.csv\n", - "tt_foreign_ports_tt.csv\n", - "tt_maputo_ports_tt.csv\n", - "tt_zaf_airports_tt.csv\n", - "tt_mines_noncoal_tt.csv\n", - "tt_plants_tt.csv\n" - ] - } - ], - "source": [ - "for in_file in os.listdir(zonal_res_folder):\n", - " if in_file.endswith(\".csv\"):\n", - " print(in_file)\n", - " baseD = join_data(os.path.join(zonal_res_folder, in_file), baseD)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a49a3105", - "metadata": {}, - "outputs": [], - "source": [ - "baseD.drop(\"MP_CODE_st\", axis=1).reset_index().to_file(\n", - " os.path.join(zonal_res_folder, \"named_places_zonal.geojson\"), driver=\"GeoJSON\"\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 50, - "id": "6c9140cd", - "metadata": {}, - "outputs": [], - "source": [ - "pd.DataFrame(baseD.drop([\"geometry\"], axis=1)).to_csv(\n", - " os.path.join(zonal_res_folder, \"named_places_zonal.csv\")\n", - ")" - ] - }, - { - "cell_type": "markdown", - "id": "eb8eaf7c", - "metadata": {}, - "source": [ - "# Calculate gravity of all MPs in Mpumalanga to major cities" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8fc0426a", - "metadata": {}, - "outputs": [], - "source": [ - "out_varun_folder = os.path.join(in_folder, \"SP_VARUN\", \"RESULTS\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a7c97b92", - "metadata": {}, - "outputs": [], - "source": [ - "### Read in origins\n", - "sp_varun_file = os.path.join(in_folder, \"SP_VARUN\", \"SP_SA_2011.shp\")\n", - "in_sp = gpd.read_file(sp_varun_file)\n", - "in_sp.crs = 4326\n", - "in_sp[\"geometry\"] = in_sp[\"geometry\"].apply(lambda x: x.centroid)\n", - "# inM = gpd.read_file(municipalities)\n", - "# selM = inM.loc[inM['PR_NAME'] == 'Mpumalanga'].copy()\n", - "# selM['geometry'] = selM['geometry'].apply(lambda x: x.centroid)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "24e7c092", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "### Read in destinations\n", - "in_cities = gpd.read_file(major_urban_extents)\n", - "largest_5_cities = in_cities.sort_values(\"P15\", ascending=False)[:5]\n", - "largest_5_cities[\"geometry\"] = largest_5_cities[\"geometry\"].apply(lambda x: x.centroid)\n", - "largest_5_cities" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "2a52bdd2", - "metadata": {}, - "outputs": [], - "source": [ - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "5bdb3e4f", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8ffc696e", - "metadata": {}, - "outputs": [], - "source": [ - "sel_sp" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "7dbe0ef8", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "importlib.reload(ma)\n", - "# Calculate for Gauteng\n", - "sel_sp = in_sp.loc[in_sp[\"PR_NAME\"] == \"Gauteng\"].copy()\n", - "od = ma.calculate_od_matrix(ttr, mcp, sel_sp, sel_sp)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = sel_sp.SP_CODE_st\n", - "xx.index = sel_sp.SP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"Gauteng_OD.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "ea125d01", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "importlib.reload(ma)\n", - "# Calculate for City of Cape Town\n", - "sel_sp = in_sp.loc[in_sp[\"DC_NAME\"] == \"City of Cape Town\"].copy()\n", - "od = ma.calculate_od_matrix(ttr, mcp, sel_sp, sel_sp)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = sel_sp.SP_CODE_st\n", - "xx.index = sel_sp.SP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"Cape_Town_OD.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "a6a008b9", - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "importlib.reload(ma)\n", - "# Calculate for City of eTh\n", - "sel_sp = in_sp.loc[in_sp[\"DC_NAME\"] == \"eThekwini\"].copy()\n", - "od = ma.calculate_od_matrix(ttr, mcp, sel_sp, sel_sp)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = sel_sp.SP_CODE_st\n", - "xx.index = sel_sp.SP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"eThekwini_OD.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "8b4d39ac", - "metadata": {}, - "outputs": [], - "source": [ - "importlib.reload(ma)\n", - "# Calculate for City of eTh\n", - "sel_sp = in_sp.loc[in_sp[\"DC_NAME\"] == \"Nelson Mandela Bay\"].copy()\n", - "od = ma.calculate_od_matrix(ttr, mcp, sel_sp, sel_sp)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = sel_sp.SP_CODE_st\n", - "xx.index = sel_sp.SP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"Nelson_Mandela_Bay_OD.csv\"))" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c95e435d", - "metadata": {}, - "outputs": [], - "source": [ - "importlib.reload(ma)\n", - "# Calculate for City of eTh\n", - "sel_sp = in_sp.loc[in_sp[\"DC_NAME\"] == \"Buffalo City\"].copy()\n", - "od = ma.calculate_od_matrix(ttr, mcp, sel_sp, sel_sp)\n", - "xx = pd.DataFrame(od)\n", - "xx.columns = sel_sp.SP_CODE_st\n", - "xx.index = sel_sp.SP_CODE_st\n", - "xx.to_csv(os.path.join(out_varun_folder, \"Buffalo_City_OD.csv\"))" - ] - }, - { - "cell_type": "markdown", - "id": "6ed65fcb", - "metadata": {}, - "source": [ - "# Debugging" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "id": "faa69d61", - "metadata": {}, - "outputs": [], - "source": [ - "# Running travel time summaries with small issue flag\n", - "# Calculate travel time\n", - "popR = rasterio.open(urban_raster_pop)\n", - "ttr = rasterio.open(local_friction_file)\n", - "frictionD = ttr.read()[0, :, :] * 1000\n", - "mcp = graph.MCP_Geometric(frictionD)\n", - "\n", - "inN, profile = rMisc.standardizeInputRasters(popR, ttr, resampling_type=\"sum\")" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "id": "932d8f5f", - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/wb411133/Code/GOSTNets_Raster/src/GOSTNetsRaster/market_access.py:539: RuntimeWarning: invalid value encountered in multiply\n", - " tt_pop = ttD * popD\n" - ] - } - ], - "source": [ - "with rMisc.create_rasterio_inmemory(profile, inN) as pop_temp:\n", - " res = ma.summarize_travel_time_populations(\n", - " pop_temp, ttr, zaf_airports, mcp, inM, calc_small=True\n", - " )" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "id": "bff375f3", - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
MP_CODEMP_CODE_stMP_NAMEMN_MDB_CMN_CODEMN_CODE_stMN_NAMEDC_MDB_CDC_MN_CDC_MN_C_st...Shape_LengShape_Areageometrytotal_poppop_30pop_60pop_120pop_180pop_240tt_pop_w_
41163009.0163009Marcus IslandWC014163.0163Saldanha BayDC1101.0101...0.0280650.000017POLYGON ((17.96996 -33.04141, 17.97002 -33.041...0.00.00.00.00.00.00.0
43163011.0163011MalgaseilandWC014163.0163Saldanha BayDC1101.0101...0.0273670.000020POLYGON ((17.92525 -33.05061, 17.92527 -33.050...0.00.00.00.00.00.00.0
45163013.0163013JutteneilandWC014163.0163Saldanha BayDC1101.0101...0.0516150.000043POLYGON ((17.95346 -33.08014, 17.95348 -33.080...0.00.00.00.00.00.00.0
46163014.0163014MeeueilandWC014163.0163Saldanha BayDC1101.0101...0.0226700.000012POLYGON ((18.00717 -33.08387, 18.00723 -33.083...0.00.00.00.00.00.00.0
47163015.0163015SkaapelilandWC014163.0163Saldanha BayDC1101.0101...0.0435990.000039POLYGON ((18.02114 -33.08799, 18.02121 -33.088...0.00.00.00.00.00.00.0
..................................................................
12575965056.0965056TshamutoreLIM342965.0965MutaleDC34934.0934...0.0274340.000018MULTIPOLYGON (((30.64121 -22.63606, 30.64114 -...0.00.00.00.00.00.00.0
12581965062.0965062LamviLIM342965.0965MutaleDC34934.0934...0.1314420.000247POLYGON ((30.78545 -22.63740, 30.78573 -22.637...0.00.00.00.00.00.00.0
12911969023.0969023BahamanoaLIM351969.0969BloubergDC35935.0935...0.0147280.000008POLYGON ((28.90656 -22.91205, 28.90675 -22.912...0.00.00.00.00.00.00.0
13622984043.0984043MasoyengLIM472984.0984Elias MotsoalediDC47947.0947...0.1204650.000173POLYGON ((29.69436 -25.14214, 29.69446 -25.142...0.00.00.00.00.00.00.0
13859986055.0986055Tau-nchabelengLIM474986.0986FetakgomoDC47947.0947...0.0348310.000050POLYGON ((29.82516 -24.41341, 29.82523 -24.413...0.00.00.00.00.00.00.0
\n", - "

73 rows × 26 columns

\n", - "
" - ], - "text/plain": [ - " MP_CODE MP_CODE_st MP_NAME MN_MDB_C MN_CODE MN_CODE_st \\\n", - "41 163009.0 163009 Marcus Island WC014 163.0 163 \n", - "43 163011.0 163011 Malgaseiland WC014 163.0 163 \n", - "45 163013.0 163013 Jutteneiland WC014 163.0 163 \n", - "46 163014.0 163014 Meeueiland WC014 163.0 163 \n", - "47 163015.0 163015 Skaapeliland WC014 163.0 163 \n", - "... ... ... ... ... ... ... \n", - "12575 965056.0 965056 Tshamutore LIM342 965.0 965 \n", - "12581 965062.0 965062 Lamvi LIM342 965.0 965 \n", - "12911 969023.0 969023 Bahamanoa LIM351 969.0 969 \n", - "13622 984043.0 984043 Masoyeng LIM472 984.0 984 \n", - "13859 986055.0 986055 Tau-nchabeleng LIM474 986.0 986 \n", - "\n", - " MN_NAME DC_MDB_C DC_MN_C DC_MN_C_st ... Shape_Leng \\\n", - "41 Saldanha Bay DC1 101.0 101 ... 0.028065 \n", - "43 Saldanha Bay DC1 101.0 101 ... 0.027367 \n", - "45 Saldanha Bay DC1 101.0 101 ... 0.051615 \n", - "46 Saldanha Bay DC1 101.0 101 ... 0.022670 \n", - "47 Saldanha Bay DC1 101.0 101 ... 0.043599 \n", - "... ... ... ... ... ... ... \n", - "12575 Mutale DC34 934.0 934 ... 0.027434 \n", - "12581 Mutale DC34 934.0 934 ... 0.131442 \n", - "12911 Blouberg DC35 935.0 935 ... 0.014728 \n", - "13622 Elias Motsoaledi DC47 947.0 947 ... 0.120465 \n", - "13859 Fetakgomo DC47 947.0 947 ... 0.034831 \n", - "\n", - " Shape_Area geometry total_pop \\\n", - "41 0.000017 POLYGON ((17.96996 -33.04141, 17.97002 -33.041... 0.0 \n", - "43 0.000020 POLYGON ((17.92525 -33.05061, 17.92527 -33.050... 0.0 \n", - "45 0.000043 POLYGON ((17.95346 -33.08014, 17.95348 -33.080... 0.0 \n", - "46 0.000012 POLYGON ((18.00717 -33.08387, 18.00723 -33.083... 0.0 \n", - "47 0.000039 POLYGON ((18.02114 -33.08799, 18.02121 -33.088... 0.0 \n", - "... ... ... ... \n", - "12575 0.000018 MULTIPOLYGON (((30.64121 -22.63606, 30.64114 -... 0.0 \n", - "12581 0.000247 POLYGON ((30.78545 -22.63740, 30.78573 -22.637... 0.0 \n", - "12911 0.000008 POLYGON ((28.90656 -22.91205, 28.90675 -22.912... 0.0 \n", - "13622 0.000173 POLYGON ((29.69436 -25.14214, 29.69446 -25.142... 0.0 \n", - "13859 0.000050 POLYGON ((29.82516 -24.41341, 29.82523 -24.413... 0.0 \n", - "\n", - " pop_30 pop_60 pop_120 pop_180 pop_240 tt_pop_w_ \n", - "41 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "43 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "45 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "46 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "47 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "... ... ... ... ... ... ... \n", - "12575 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "12581 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "12911 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "13622 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "13859 0.0 0.0 0.0 0.0 0.0 0.0 \n", - "\n", - "[73 rows x 26 columns]" - ] - }, - "execution_count": 12, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "res.loc[res[\"total_pop\"] == 0.0]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "9ea00aaa", - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "d03a91e8", - "metadata": {}, - "outputs": [], - "source": [ - "# Investigating 1s in traveltime results\n", - "tt_file = os.path.join(zonal_res_folder, \"tt_cities_tt.csv\")\n", - "inT = pd.read_csv(tt_file, index_col=0)\n", - "inT.head()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "3f02942c", - "metadata": {}, - "outputs": [], - "source": [ - "badT = inT.loc[inT[\"tt_pop_w_tt_cities_tt\"] == 1.0]\n", - "badT" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "890024ac", - "metadata": {}, - "outputs": [], - "source": [ - "inM_proj = inM.to_crs(proj_epsg)\n", - "inM_proj[\"area_km2\"] = inM_proj[\"geometry\"].apply(lambda x: x.area / 1000000)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "fca21314", - "metadata": {}, - "outputs": [], - "source": [ - "inM_proj.loc[badT.index].sort_values([\"area_km2\"])" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "f5e6573a", - "metadata": {}, - "outputs": [], - "source": [ - "rMisc.zonalStats?" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "c2b20c5d", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Earth Engine", - "language": "python", - "name": "ee" - }, - "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.9.4" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/notebooks/Implementations/WSF/__init__.py b/docs/notebooks/Implementations/WSF/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/docs/notebooks/Implementations/WSF/wsfdata.py b/docs/notebooks/Implementations/WSF/wsfdata.py deleted file mode 100644 index fc52457..0000000 --- a/docs/notebooks/Implementations/WSF/wsfdata.py +++ /dev/null @@ -1,158 +0,0 @@ -import rasterio -import pandas as pd -import numpy as np - - -class wsf_dataset(object): - def __init__(self, imageList): - """Create object organizning and analyzing WSF data. - - INPUT - imageList [array of strings] - list of paths to input images - """ - for img in imageList: - if "AW3D30.tif" in img: - self.heightImg = img - if "AW3D30_nScenes.tif" in img: - self.heightImg_nScenes = img - if "WSFevolution.tif" in img: - self.evolution = img - if "WSFevolution_IDCscore.tif" in img: - self.evolution_idc = img - - def analyze_idc(self, outFile="", badThreshold=2): - """Analyze the IDC (quality) image - - INPUT - [optional] outfile [string] - path to create output file describing quality - [optional] badThreshold [number] - values above this will be considered low quality - RETURNS - [numpy array] - 2band np array of same size as the input IDC image. - Band 1 - Total number of years with bad data - Band 2 - Most recent year of bad data - """ - idc = rasterio.open(self.evolution_idc) - idcD = idc.read() - # Analyze the IDC dataset and write the results to file - outArray = np.zeros([2, idcD.shape[1], idcD.shape[2]]) - for rIdx in range(0, idcD.shape[2]): - for cIdx in range(0, idcD.shape[1]): - curD = idcD[:, cIdx, rIdx] - notGood = curD > badThreshold - try: - newestBadYear = max([i for i, x in enumerate(notGood) if x]) - except: - newestBadYear = 0 - outArray[0, cIdx, rIdx] = notGood.sum() - outArray[1, cIdx, rIdx] = newestBadYear - if outFile != "": - # Write the summary dataset to file - ### BAND 1 - total number of bad years - ### BAND 2 - most recent bad year - outProfile = idc.profile.copy() - outProfile.update(count=2) - with rasterio.open(outFile, "w", **outProfile) as outData: - outData.write(outArray.astype(outProfile["dtype"])) - outData.set_band_description(1, "TotalBadYears") - outData.set_band_description(2, "MostRecentBad") - self.quality_summary = outArray - return outArray.astype(idc.profile["dtype"]) - - def correct_evolution_idc(self, outfile="", badThreshold=2): - """Correct the WSF evolution dataset based on quality flags. This is done by changing - the WSF built date if the quality flag is worse than badThreshold. If it is worse, - the cell is assigned the next date in the WSF quality flag that is of acceptable quality. - - INPUT - [optional] outfile [string] - path to create output file with corrected evolution dataset - [optional] badThreshold [number] - values above this will be considered low quality - RETURNS - [numpy array] - np array of same size as the input evolution image. - """ - inEvolution = rasterio.open(self.evolution) - inIDC = rasterio.open(self.evolution_idc) - inE = inEvolution.read() - inD = inIDC.read() - outArray = np.zeros(inE.shape) - for rIdx in range(0, inE.shape[2]): - for cIdx in range(0, inE.shape[1]): - curE = inE[0, cIdx, rIdx] - curD = inD[:, cIdx, rIdx] - if curE > 0: - qualityIdx = curE - 1985 - if curD[qualityIdx] > badThreshold: - for xIdx in range(0, len(curD)): - if xIdx > qualityIdx: - if curD[xIdx + 1] <= badThreshold: - break - curE = 1985 + xIdx - inE[0, cIdx, rIdx] = curE - if outfile != "": - # Write the corrected evolution dataset to file - outProfile = inEvolution.profile.copy() - with rasterio.open(outfile, "w", **outProfile) as outData: - outData.write(inE.astype(outProfile["dtype"])) - return inE - - def generate_evolution_plot(self, dataset="normal"): - """generate a dataframe for matplotlib plotting - - INPUT - [optional] dataset [pandas dataframe] - provide a dataset to analyze, - if you don't want to read in the evolution dataset - - RETURNS - [geopandas dataframe] - - EXAMPLE - wsfD = wsfdata.wsf_dataset(images_list) - basePlot = wsfD.generate_evolution_plot() - # generate corrected data - correctedRes = wsfD.correct_evolution_idc(badThreshold=3) - correctedPlot = wsfD.generate_evolution_plot(dataset=correctedRes) - basePlot['corrected'] = correctedPlot['cumBuilt'] - - basePlot.drop('built', axis=1).plot() - - basePlot['cumBuilt'].plot() - """ - if dataset == "normal": - evolution = rasterio.open(self.evolution) - inD = evolution.read() - else: - inD = dataset - unique, counts = np.unique(inD, return_counts=True) - res = pd.DataFrame(counts, unique).drop(0) - res.columns = ["built"] - missingDates = [x for x in range(1985, 2015) if x not in res.index] - for x in missingDates: - res.loc[x] = 0 - res = res.sort_index() - res["cumBuilt"] = res["built"].cumsum() - return res - - def summarize_idc(self, thresh): - """Summarize IDC by measuring what percentage of the built cells in every - year are above the defined quality threshold - - INPUT - thresh [number] - value from 1-6 defining the acceptable quality threshold, every value - below or equal to that threshold (better than that value) are considered acceptable - - RETURNS - [numpy array] - fraction of built cells that are of acceptable quality per year. HOPEFULLY - the reutrning array should be 31 records long - """ - idc = rasterio.open(self.evolution_idc).read() - evolution = rasterio.open(self.evolution).read() - - evolution_mask = idc.copy() * 0 - evolution_mask[:, :, :] = evolution[0, :, :] == 0 - evolution_masked = np.ma.array(idc, mask=evolution_mask[np.newaxis, :, :]) - - totalCells = (evolution[0, :, :] > 0).sum() - allRes = [] - for idx in range(0, evolution_masked.shape[0]): - allRes.append((evolution_masked[idx, :, :] > thresh).sum() / totalCells) - - return allRes diff --git a/docs/notebooks/Implementations/WSF_DECAT_B_ExploringIDCerrors.ipynb b/docs/notebooks/Implementations/WSF_DECAT_B_ExploringIDCerrors.ipynb deleted file mode 100644 index 9506091..0000000 --- a/docs/notebooks/Implementations/WSF_DECAT_B_ExploringIDCerrors.ipynb +++ /dev/null @@ -1,458 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Understanding WSF\n", - "1. WSFevolution – outlining the settlement extent growth from 1985 to 2015 on a yearly basis. Pixel values range between 1985 and 2015 corresponding to the estimated year of settlement detection, whereas 0 is no data.\n", - "\n", - "2. WSFevolution_RGB - the RGB version of the WSFevolution layer colored according to the “official” product palette (see the attached PNG legend).\n", - "\n", - "3. WSFevolution_IDCscore – this actually requires a bit of explanation but is rather important. While generating the WSF evolution - as you might remember - we employed Landsat-based temporal statistics which proved generally robust if computed over at least 7 clear observations (i.e., no clouds / cloud shadows). If less than 7 clear observations are available for the target year, the time frame is enlarged backwards (at 1-year steps) as long as the condition is met. Of course, in the case of poor Landsat data availability the time frame might get rather large, which can lead to a lower quality of the product (and of course this does not depend on our methodology). Accordingly, to provide the user with a suitable and intuitive measure to account for this, we conceived the Input Data Consistency (IDC) Score ranging from 1 to 6 with: 1) very good; 2) good; 3) fair; 4)moderate; 5) low; 6) very low.\n", - "\n", - "Here, you can see a screenshot of the IDC Score for the years 2015 and 2000, respectively. For instance, as you can notice the area in correspondence of Gabon is still critical in 2015, whereas the entire central Africa suffers from low data availability in the year 2000.\n", - " \n", - "Furthermore, below I report an example for Mogadishu (Somalia). Specifically, in the lower right corner it is shown the 1985-2015 trend of the IDC Score for the pixel in correspondence of the light blue circle in the middle of the image. While the IDC is still “acceptable” back to 1997, previously it scores very low since basically no data are available. Accordingly, it shall be considered that – despite the pixel is then associated with the 1985 label – urbanization might even have occurred in reality between 1985 and 1997 (but we have no chance to “see” it).\n", - " \n", - "In the provided archive, the IDC score is a 31-band file where band n.1 reports the IDC for the year 2015 and band n.31 that for 1985 (if you open it in arcMap or QGIS the name of each band is automatically loaded). In this way, it can be used in your analyses to explain some specific trends that might have not been properly captured.\n", - "\n", - "4. WSF3D_AW3D30 – estimating the average building height per 100x100m cell (with vertical resolution set to 1m). Since data used for generating the ALOS DEM have been collected between 2006 and 2011, here I used the 2011 extent from the WSF evolution as reference settlement extent. This preliminary version of the product is quite promising and – from large qualitative comparison against VHR google imagery – seems rather accurate and reliable and can be an effective tool for generally characterizing the settlement morphology. However, some minor issues that should be taken into account include sometimes overestimation in the presence of high trees or gorges, as well as some overestimation in correspondence of dense buildings in areas with complex topography [e.g., (informal) settlements located on hills)]. Nevertheless, we are continuously working to further improve the layer and eventually can provide you with an updated version in case. Of course, here your feedback is definitely welcome. \n", - "\n", - "5. WSF3D_AW3D30_RGB - the RGB version of the WSF3D_AW3D30 layer colored according to the “official” product palette (see the attached PNG legend).\n", - "\n", - "6. WSF3D_AW3D30_nScenes – reporting the number of original optical stereo images used in the generation of the ALOS DEM. Practically speaking, the higher this number, the higher the expected quality of the DEM. Where no data is available (due to cloud coverage), the layer has been filled in with SRTM DEM information, which is not feasible for estimating building height. Accordingly, I would recommend to disregard from your study the pixels where 0 scenes were available, and to be “cautious” where just one was used. From 2 upwards I generally expect at least a sufficient quality of the DEM.\n" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "outputs": [], - "source": [ - "import os, sys, json, logging, importlib\n", - "\n", - "import rasterio\n", - "import pandas as pd\n", - "import geopandas as gpd\n", - "import numpy as np\n", - "import matplotlib.pyplot as plt\n", - "\n", - "#Get reference to GOSTRocks\n", - "sys.path.append(\"../../../gostrocks/src\")\n", - "sys.path.append('../../')\n", - "\n", - "import GOSTRocks.rasterMisc as rMisc\n", - "import src.WSF.wsfdata as wsfdata" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "%matplotlib inline" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "outputs": [], - "source": [ - "inWSF_folder = \"/home/public/Data/PROJECTS/LEI/DLR_V2\"\n", - "outWSF_folder = \"/home/wb411133/data/Global/WSF\"\n", - "\n", - "#Get a list of cities\n", - "allCities = {}\n", - "for root, dirs, files in os.walk(inWSF_folder):\n", - " for f in files:\n", - " if f[-4:] == \".tif\":\n", - " cityName = f.split(\"_\")[0]\n", - " if not cityName in allCities.keys():\n", - " allCities[cityName] = [os.path.join(root, f)]\n", - " else:\n", - " allCities[cityName].append(os.path.join(root, f))" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "396" - ] - }, - "execution_count": 6, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "len(allCities.keys())" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "../../src/WSF/wsfdata.py:121: FutureWarning: elementwise comparison failed; returning scalar instead, but in the future will perform elementwise comparison\n", - " if dataset == \"normal\":\n" - ] - } - ], - "source": [ - "curCity = \"Accra\"\n", - "thresh = 3\n", - "wsfD = wsfdata.wsf_dataset(allCities[curCity])" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "outputs": [], - "source": [ - "wsfD.summarize_idc?" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [], - "source": [ - "wsfD.correct_evolution_idc?" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [], - "source": [ - "wsfD.analyze_idc?" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "outputs": [], - "source": [ - "wsfD.generate_evolution_plot?" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "builtData = wsfD.generate_evolution_plot()\n", - "builtData['idcQuality'] = wsfD.summarize_idc(thresh=thresh)\n", - "\n", - "outFolder = os.path.join(outWSF_folder, curCity)\n", - "if not os.path.exists(outFolder):\n", - " os.makedirs(outFolder)\n", - "outQuality = os.path.join(outFolder, \"quality_assessment_%s.tif\" % thresh)\n", - "correctedEvolution = os.path.join(outFolder, \"corrected_evolution_%s.tif\" % thresh)\n", - "\n", - "if not os.path.exists(outQuality):\n", - " qualityRes = wsfD.analyze_idc(outFile=outQuality, badThreshold=thresh) \n", - "\n", - "correctedRes = wsfD.correct_evolution_idc(outfile=correctedEvolution, badThreshold=thresh)\n", - "\n", - "basePlot = wsfD.generate_evolution_plot()\n", - "correctedPlot = wsfD.generate_evolution_plot(dataset=correctedRes)\n", - "basePlot['corrected'] = correctedPlot['cumBuilt']" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 13, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" - } - ], - "source": [ - "basePlot.drop('built', axis=1).plot()" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "" - ] - }, - "execution_count": 14, - "metadata": {}, - "output_type": "execute_result" - }, - { - "data": { - "image/png": "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\n", - "text/plain": [ - "
" - ] - }, - "metadata": { - "needs_background": "light" - }, - "output_type": "display_data" - } - ], - "source": [ - "basePlot['cumBuilt'].plot()" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "Error processing: Jaipur\n", - "Error processing: Jaipur\n", - "Error processing: Jaipur\n", - "Error processing: Jaipur\n", - "Error processing: Jaipur\n" - ] - } - ], - "source": [ - "#Loop through all the cities to process the results\n", - "importlib.reload(wsfdata)\n", - "allRes = []\n", - "for thresh in [2,3,4,5,6]:\n", - " for curCity in ['Accra']allCities.keys(): \n", - " if len(allCities[curCity]) > 1:\n", - " try:\n", - " wsfD = wsfdata.wsf_dataset(allCities[curCity])\n", - " builtData = wsfD.generate_evolution_plot()\n", - " builtData['idcQuality'] = wsfD.summarize_idc(thresh=thresh)\n", - " allData = list(builtData[builtData.columns[1]].append(builtData[builtData.columns[2]]))\n", - " allData.append(curCity)\n", - " allRes.append(allData)\n", - " except:\n", - " print('Error processing: %s' % curCity)\n", - " ''' UNCOMMENT THIS to GENERATE PLOTS\n", - " #Plotting and correcting below\n", - " outFolder = os.path.join(outWSF_folder, curCity)\n", - " if not os.path.exists(outFolder):\n", - " os.makedirs(outFolder)\n", - " outQuality = os.path.join(outFolder, \"quality_assessment_%s.tif\" % thresh)\n", - " correctedEvolution = os.path.join(outFolder, \"corrected_evolution_%s.tif\" % thresh)\n", - "\n", - " if not os.path.exists(outQuality):\n", - " qualityRes = wsfD.analyze_idc(outFile=outQuality, badThreshold=thresh) \n", - "\n", - " correctedRes = wsfD.correct_evolution_idc(outfile=correctedEvolution, badThreshold=thresh)\n", - "\n", - " basePlot = wsfD.generate_evolution_plot()\n", - " correctedPlot = wsfD.generate_evolution_plot(dataset=correctedRes)\n", - " basePlot['corrected'] = correctedPlot['cumBuilt']\n", - " '''\n", - " builtCols = [\"%s_%s\" % (builtData.columns[1], x) for x in builtData.index]\n", - " qualityCols = [\"%s_%s\" % (builtData.columns[2], x) for x in builtData.index]\n", - " columns = (builtCols + qualityCols)\n", - " columns.append(\"CITY\")\n", - "\n", - " finalRes = pd.DataFrame(allRes)\n", - " finalRes.columns = columns\n", - " finalRes.to_csv(os.path.join(outWSF_folder, \"compiled_WSF_quality_%s_v2.csv\" % thresh))" - ] - }, - { - "cell_type": "code", - "execution_count": 20, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "'/home/wb411133/data/Global/WSF'" - ] - }, - "execution_count": 20, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "outWSF_folder" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Debugging Below" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "importlib.reload(wsfdata)\n", - "wsfD = wsfdata.wsf_dataset(allCities[curCity])\n", - "evolution = rasterio.open(wsfD.evolution).read()\n", - "idc = rasterio.open(wsfD.evolution_idc).read()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "allCities.keys()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "\n" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "totalCells = (evolution[0,:,:] > 0).sum()\n", - "allRes = []\n", - "for idx in range(0, evolution_masked.shape[0]):\n", - " allRes.append((evolution_masked[idx,:,:] < thresh).sum() / totalCells)" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "allCities['Houston'][3]" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "from rasterio.features import shapes\n", - "from shapely.geometry import shape\n", - "import geojson, json\n", - "### Testing new WSF work using rasterio\n", - "inFile = allCities['Houston'][3]\n", - "inD = rasterio.open(inFile)\n", - "x = inD.read()" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# generate two datasets based on new and old built area\n", - "oldDate = 2000\n", - "newDate = 2015\n", - "\n", - "oldD = (x < oldDate) * (x > 0)\n", - "newD = (x > oldDate) * (x < newDate)\n", - "\n", - "newBuilt_shapes = shapes(newD.astype(np.int16), transform = inD.transform)\n", - "allGeoms = [shape(geojson.loads(json.dumps(xx[0]))) for xx in newBuilt_shapes if xx[1] != 0]\n", - "curDF = gpd.GeoDataFrame(pd.DataFrame({\"Date\":[newDate] * len(allGeoms)}), geometry=allGeoms) " - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python (geog)", - "language": "python", - "name": "geog" - }, - "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.7.1" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Replications/URB_NovelUrbanization.py b/docs/notebooks/Replications/URB_NovelUrbanization.py deleted file mode 100644 index a31150b..0000000 --- a/docs/notebooks/Replications/URB_NovelUrbanization.py +++ /dev/null @@ -1,56 +0,0 @@ -import sys, os, shutil, requests -import rasterio - -import pandas as pd -import geopandas as gpd -import numpy as np - -import GOSTurban.UrbanRaster as urban - -def download_pop_file(url, filename): - # Open the url - r = requests.get(url) - # Set decode_content value to True, otherwise the downloaded image file's size will be zero. - r.raw.decode_content = True - # Open a local file with wb ( write binary ) permission. - with open(filename,'wb') as f: - shutil.copyfileobj(r.raw, f) - -def main(iso3, out_folder): - # download the population data - wp_url = f'https://data.worldpop.org/GIS/Population/Global_2000_2020_1km/2020/{iso3.upper()}/{iso3.lower()}_ppp_2020_1km_Aggregated.tif' - print (wp_url) - if not os.path.exists(out_folder): - os.makedirs(out_folder) - out_file = os.path.join(out_folder, f'{iso3}_ppp_2020_1km_Aggregated.tif') - out_urban = os.path.join(out_folder, "urban_extents.geojson") - out_hd_urban = os.path.join(out_folder, "hd_urban_extents.geojson") - - try: - if not os.path.exists(out_file): - download_pop_file(wp_url, out_file) - except: - print(f"Could not download national population data for {iso3} from {wp_url}") - print("If you can manually download to the defined out_folder, the script will run") - if os.path.exists(out_file): - inR = rasterio.open(out_file) - urban_calculator = urban.urbanGriddedPop(inR) - urban_extents = urban_calculator.calculateUrban( - densVal=300, totalPopThresh=5000, smooth=False, queen=False - ) - - hd_urban_extents = urban_calculator.calculateUrban( - densVal=1500, - totalPopThresh=50000, - smooth=True, - queen=True, # high density extents use queen's case contiguity, and are smoothed - ) - - urban_extents.to_file(out_urban, driver="GeoJSON") - hd_urban_extents.to_file(out_hd_urban, driver="GeoJSON") - -if __name__ == "__main__": - iso3 = sys.argv[1] - out_folder = sys.argv[2] - main(iso3, out_folder) - diff --git a/docs/notebooks/Tutorials/LEI_Example.ipynb b/docs/notebooks/Tutorials/LEI_Example.ipynb deleted file mode 100644 index c8c0857..0000000 --- a/docs/notebooks/Tutorials/LEI_Example.ipynb +++ /dev/null @@ -1,369 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Landscape Expansion Index\n", - "\n", - "More details on the wiki - https://github.com/worldbank/GOST_Urban/wiki/Landscape-Expansion-Index\n", - "\n", - "The Landscape Expansion Index measures the nature of urbanization, quantifying the new urban landscape as one of the following three categories. The process works by isolating the areas of new urban footprint in your study area, buffering those by a set amount (300 m) and intersecting the buffer donut with the original urban area. LEI is calculated as the ratio of the area of the buffer to the area of the old built area within the buffer (the threshold for each class is customizeable). \n", - "\n", - "| Expansion Type | Description | \n", - "| --- | --- |\n", - "| Infill | > 80% of the donut is in the old urban area |\n", - "| Expansion | > 20% and < 80% of the donut is in the old urban area |\n", - "| Leapfrog | < 20% of the donut is in the old urban area |" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import os\n", - "import sys\n", - "import importlib\n", - "import rasterio\n", - "import rasterio.features\n", - "\n", - "import geopandas as gpd\n", - "import pandas as pd\n", - "import numpy as np\n", - "\n", - "import GOSTrocks.rasterMisc as rMisc\n", - "import GOSTrocks.ghslMisc as ghslMisc\n", - "import GOSTurban.LEI as lei\n", - "\n", - "%load_ext autoreload\n", - "%autoreload 2" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# Define input variables\n", - "tutorial_folder = \"../../data/tutorial_data\"\n", - "aoi_file = os.path.join(tutorial_folder, \"AOI_GHSL.geojson\")\n", - "input_ghsl = os.path.join(tutorial_folder, \"GHSL.tif\")" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": { - "scrolled": true - }, - "outputs": [], - "source": [ - "# This section will extract GHSL data from global data, if you have the GHSL for the AOI extracted\n", - "# define above as input_ghsl\n", - "if not os.path.exists(input_ghsl):\n", - " temp_folder = \"C:/Temp\"\n", - " # clip from global GHSL file\n", - " ghsl_folder = \"J:/Data/GLOBAL/GHSL/built\"\n", - " ghsl_files = [os.path.join(ghsl_folder, x) for x in os.listdir(ghsl_folder) if x.endswith(\".tif\")] \n", - " inA = gpd.read_file(aoi_file)\n", - " \n", - " temp_ghsl_files = []\n", - " for ghsl_file in ghsl_files:\n", - " temp_file = os.path.join(temp_folder, os.path.basename(ghsl_file))\n", - " temp_ghsl_files.append(temp_file)\n", - " if not os.path.exists(temp_file):\n", - " rMisc.clipRaster(rasterio.open(ghsl_file), inA, temp_file)\n", - " \n", - " ghsl_res, ghsl_profile = ghslMisc.combine_ghsl_annual(temp_ghsl_files)\n", - " with rasterio.open(input_ghsl, 'w', **ghsl_profile) as outR:\n", - " outR.write_band(1, ghsl_res)" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# GHSL data\n", - "\n", - "This tutorial relies on the Global Human Settlement Layer (GHSL) produced by the European Commission ([download the data here])(https://ghsl.jrc.ec.europa.eu/download.php).\n", - "\n", - "The current release of the data provides individual layers ber annum of fractional area built per 1 hectare cell. For the LEI examples, we need binary data of existing built and new built. We leverage a function from the [GOSTrocks library](https://github.com/worldbank/GOSTrocks) to combine these multiple yearly layers into a single geotiff with each pixel labelled with the year it was built. " - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
geometryoldtotalLEI
0POLYGON ((-6568500 4707300, -6568500 4707200, ...23250.92
1POLYGON ((-6568200 4707300, -6568200 4707200, ...23250.92
2POLYGON ((-6565700 4707300, -6565700 4707200, ...22250.88
3POLYGON ((-6563800 4707300, -6563800 4707200, ...16250.64
4POLYGON ((-6560800 4707300, -6560800 4707200, ...23250.92
\n", - "
" - ], - "text/plain": [ - " geometry old total LEI\n", - "0 POLYGON ((-6568500 4707300, -6568500 4707200, ... 23 25 0.92\n", - "1 POLYGON ((-6568200 4707300, -6568200 4707200, ... 23 25 0.92\n", - "2 POLYGON ((-6565700 4707300, -6565700 4707200, ... 22 25 0.88\n", - "3 POLYGON ((-6563800 4707300, -6563800 4707200, ... 16 25 0.64\n", - "4 POLYGON ((-6560800 4707300, -6560800 4707200, ... 23 25 0.92" - ] - }, - "execution_count": 4, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# This calculates the change from 1990 and 2000\n", - "lei_raw = lei.calculate_LEI(input_ghsl, old_list=list(range(1975,1991,5)), new_list=list(range(1995,2001,5)))\n", - "lei_90_00 = pd.DataFrame(lei_raw, columns=[\"geometry\", \"old\", \"total\"])\n", - "lei_90_00[\"LEI\"] = lei_90_00[\"old\"] / lei_90_00[\"total\"]\n", - "lei_90_00.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "class\n", - "Expansion 242.40\n", - "Infill 75.35\n", - "Leapfrog 0.38\n", - "Name: area, dtype: float64" - ] - }, - "execution_count": 10, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Calculate summaries of lei\n", - "lei.summarize_LEI(lei_90_00, leap_val=0.05, exp_val=0.75) / 1000000" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "outputs": [ - { - "data": { - "text/html": [ - "
\n", - "\n", - "\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - "
geometryoldtotalLEI
0POLYGON ((-6566200 4707300, -6566200 4707200, ...16250.640000
1POLYGON ((-6564500 4707300, -6564500 4707200, ...16280.571429
2POLYGON ((-6564100 4707300, -6564100 4707200, ...22250.880000
3POLYGON ((-6558000 4707300, -6558000 4707200, ...17180.944444
4POLYGON ((-6599900 4707200, -6599900 4707100, ...17320.531250
\n", - "
" - ], - "text/plain": [ - " geometry old total LEI\n", - "0 POLYGON ((-6566200 4707300, -6566200 4707200, ... 16 25 0.640000\n", - "1 POLYGON ((-6564500 4707300, -6564500 4707200, ... 16 28 0.571429\n", - "2 POLYGON ((-6564100 4707300, -6564100 4707200, ... 22 25 0.880000\n", - "3 POLYGON ((-6558000 4707300, -6558000 4707200, ... 17 18 0.944444\n", - "4 POLYGON ((-6599900 4707200, -6599900 4707100, ... 17 32 0.531250" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# This calculates the change from 2000 and 2014\n", - "lei_raw = lei.calculate_LEI(input_ghsl, old_list=list(range(1975,2011,5)), new_list=list(range(2015,2030,5)))\n", - "lei_00_14 = pd.DataFrame(lei_raw, columns=[\"geometry\", \"old\", \"total\"])\n", - "lei_00_14[\"LEI\"] = lei_00_14[\"old\"] / lei_00_14[\"total\"]\n", - "lei_00_14.head()" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "outputs": [ - { - "data": { - "text/plain": [ - "class\n", - "Expansion 284.73\n", - "Infill 143.53\n", - "Leapfrog 0.85\n", - "Name: area, dtype: float64" - ] - }, - "execution_count": 9, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "# Calculate summaries of lei\n", - "lei.summarize_LEI(lei_00_14, leap_val=0.05, exp_val=0.75) / 1000000" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# write raw LEI results to file\n", - "lei_90_00.to_csv(os.path.join(input_folder, \"GHSL_LEI_90_00.csv\"))\n", - "lei_00_14.to_csv(os.path.join(input_folder, \"GHSL_LEI_00_14.csv\"))" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "urban_test", - "language": "python", - "name": "urban_test" - }, - "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.2" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -} diff --git a/docs/notebooks/Tutorials/UrbanAreas_tutorials.ipynb b/docs/notebooks/Tutorials/UrbanAreas_tutorials.ipynb deleted file mode 100644 index 0df2712..0000000 --- a/docs/notebooks/Tutorials/UrbanAreas_tutorials.ipynb +++ /dev/null @@ -1,157 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Run simple urban extent calculation based on 1km gridded population data" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "outputs": [], - "source": [ - "import sys\n", - "import os\n", - "import rasterio\n", - "\n", - "import geopandas as gpd\n", - "\n", - "import GOSTurban.UrbanRaster as urban" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "Cannot find header.dxf (GDAL_DATA is not defined)\n" - ] - } - ], - "source": [ - "# Define input population raster\n", - "tutorial_folder = \"../../data/tutorial_data\"\n", - "aoi_file = os.path.join(tutorial_folder, \"AOI.geojson\")\n", - "pop_file = os.path.join(tutorial_folder, \"wp_2020_1k_AOI.tif\")\n", - "\n", - "# Define output files\n", - "out_urban = os.path.join(tutorial_folder, \"urban_extents.geojson\")\n", - "out_hd_urban = os.path.join(tutorial_folder, \"hd_urban_extents.geojson\")\n", - "\n", - "inAOI = gpd.read_file(aoi_file)\n", - "\n", - "# Shouldn't need to execute this unless you change your AOI;\n", - "# you will need to find a global population to extract from\n", - "if not os.path.exists(pop_file):\n", - " sys.path.append(\"../../../gostrocks/src\")\n", - " import GOSTRocks.rasterMisc as rMisc\n", - "\n", - " global_population = \"/path/to/global/pop_layer/ppp_2020_1km_Aggregated.tif\"\n", - " inR = rasterio.open(global_population)\n", - " rMisc.clipRaster(inR, inAOI, pop_file)\n", - "\n", - "inR = rasterio.open(pop_file)" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "outputs": [], - "source": [ - "# Initiate the urban calculator\n", - "urban_calculator = urban.urbanGriddedPop(inR)\n", - "# urban_calculator.calculateUrban?" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "# Extract the urban extents (minimum density 300/km2, minimum total population 5000)\n", - "urban_extents = urban_calculator.calculateUrban(\n", - " densVal=300, totalPopThresh=5000, smooth=False, queen=False, verbose=True\n", - ")" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": { - "scrolled": true - }, - "outputs": [ - { - "name": "stdout", - "output_type": "stream", - "text": [ - "15:11:38\t: Read in urban data\n", - "15:11:38\t: Creating Shape 0\n", - "15:11:44\t: Creating Shape 1000\n" - ] - }, - { - "name": "stderr", - "output_type": "stream", - "text": [ - "C:\\wbg\\Anaconda3\\envs\\test\\Lib\\site-packages\\numpy\\core\\_methods.py:49: RuntimeWarning: overflow encountered in reduce\n", - " return umr_sum(a, axis, dtype, out, keepdims, initial, where)\n", - "C:\\wbg\\Anaconda3\\envs\\test\\Lib\\site-packages\\GOST_Urban\\UrbanRaster.py:322: UserWarning: Geometry is in a geographic CRS. Results from 'buffer' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n", - "\n", - " xxGeom['geometry'] = xxGeom.buffer((popRaster.res[0] / 2))\n" - ] - } - ], - "source": [ - "# Extract the high density urban extents (minimum density 1500/km2, minimum total population 50000)\n", - "hd_urban_extents = urban_calculator.calculateUrban(\n", - " densVal=1500,\n", - " totalPopThresh=50000,\n", - " smooth=True,\n", - " queen=True, # high density extents use queen's case contiguity, and\n", - " verbose=True,\n", - ") # High density extents have hole smoothing applied." - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "urban_extents.to_file(out_urban, driver=\"GeoJSON\")\n", - "hd_urban_extents.to_file(out_hd_urban, driver=\"GeoJSON\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "urban_test", - "language": "python", - "name": "urban_test" - }, - "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.2" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -}